all: remove everything; moved to x/website

Change-Id: Ibf88119ca2a021dc1abf01b83abb9ac850127a91
Reviewed-on: https://go-review.googlesource.com/c/blog/+/324270
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 2b00ddb..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,3 +0,0 @@
-# This source code refers to The Go Authors for copyright purposes.
-# The master list of authors is in the main Go distribution,
-# visible at https://tip.golang.org/AUTHORS.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index d0485e8..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributing to Go
-
-Go is an open source project.
-
-It is the work of hundreds of contributors. We appreciate your help!
-
-## Filing issues
-
-When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:
-
-1.  What version of Go are you using (`go version`)?
-2.  What operating system and processor architecture are you using?
-3.  What did you do?
-4.  What did you expect to see?
-5.  What did you see instead?
-
-General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker.
-The gophers there will answer or ask you to file an issue if you've tripped over a bug.
-
-## Contributing code
-
-Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
-before sending patches.
-
-Unless otherwise noted, the Go source files are distributed under
-the BSD-style license found in the LICENSE file.
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
deleted file mode 100644
index 1fbd3e9..0000000
--- a/CONTRIBUTORS
+++ /dev/null
@@ -1,3 +0,0 @@
-# This source code was written by the Go contributors.
-# The master list of contributors is in the main Go distribution,
-# visible at https://tip.golang.org/CONTRIBUTORS.
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 6a66aea..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) 2009 The Go Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-   * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
-   * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
-   * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/PATENTS b/PATENTS
deleted file mode 100644
index 7330990..0000000
--- a/PATENTS
+++ /dev/null
@@ -1,22 +0,0 @@
-Additional IP Rights Grant (Patents)
-
-"This implementation" means the copyrightable works distributed by
-Google as part of the Go project.
-
-Google hereby grants to You a perpetual, worldwide, non-exclusive,
-no-charge, royalty-free, irrevocable (except as stated in this section)
-patent license to make, have made, use, offer to sell, sell, import,
-transfer and otherwise run, modify and propagate the contents of this
-implementation of Go, where such license applies only to those patent
-claims, both currently owned or controlled by Google and acquired in
-the future, licensable by Google that are necessarily infringed by this
-implementation of Go.  This grant does not include claims that would be
-infringed only as a consequence of further modification of this
-implementation.  If you or your agent or exclusive licensee institute or
-order or agree to the institution of patent litigation against any
-entity (including a cross-claim or counterclaim in a lawsuit) alleging
-that this implementation of Go or any code incorporated within this
-implementation of Go constitutes direct or contributory patent
-infringement, or inducement of patent infringement, then any patent
-rights granted to you under this License for this implementation of Go
-shall terminate as of the date such litigation is filed.
diff --git a/README.md b/README.md
index d25e498..a123056 100644
--- a/README.md
+++ b/README.md
@@ -1,69 +1,5 @@
-# Go Blog
+# Go Blog (obsolete)
 
-[![Go Reference](https://pkg.go.dev/badge/golang.org/x/blog.svg)](https://pkg.go.dev/golang.org/x/blog)
+This repository formerly held the Go Blog server code and content.
 
-This repository holds the Go Blog server code and content.
-
-## Download/Install
-
-The easiest way to install is to run `go get -u golang.org/x/blog`. You can also
-manually git clone the repository to \$GOPATH/src/golang.org/x/blog.
-
-## Running Locally
-
-To run the blog server locally:
-
-```
-go run . -reload
-```
-
-and then visit [http://localhost:8080/](http://localhost:8080) in your browser.
-
-## Contributing
-
-Articles are written in the [x/tools/present][present] format.
-Articles on the blog should have broad interest to the Go community, and
-are mainly written by Go contributors. We encourage you to share your
-experiences using Go on your own website, and [to share them with the Go
-community][community]. [Hugo][hugo] is a static site server written in Go that
-makes it easy to write and share your stories.
-
-[present]: https://godoc.org/golang.org/x/tools/present
-[community]: https://golang.org/help/
-[hugo]: https://gohugo.io/
-
-## Report Issues / Send Patches
-
-This repository uses Gerrit for code changes. To learn how to submit changes to
-this repository, see https://golang.org/doc/contribute.html.
-
-The main issue tracker for the blog is located at
-https://github.com/golang/go/issues. Prefix your issue with "x/blog:" in the
-subject line, so it is easy to find.
-
-## Deploying
-
-The Google Cloud project triggers a fresh deploy of the blog on each submit
-but that deployment is published to a temporary URL.
-
-To publish the blog to blog.golang.org, you need access to the
-Cloud Console for the golang-org project.
-Then:
-
-1. Visit the
-   [builds list](https://console.cloud.google.com/cloud-build/builds?project=golang-org&query=trigger_id%3D%22c99674d3-32c1-4aec-ade4-ae2d5a844369%22)
-   and click on the build hash for the most recent build
-   with trigger name “Redeploy-blog-on-blog-commit”.
-
-   Scrolling to the bottom of the build log, you will find a URL in a log message like
-
-       Deployed service [blog] to [https://TEMPORARYURL.appspot.com]
-
-2. Copy that URL and load it in your browser. Check that it looks OK.
-
-3. Assuming it does, visit the
-   [AppEngine versions list](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=blog).
-   Click “Migrate Traffic” on the new entry to move 100% of the blog.golang.org
-   traffic to the new version.
-
-4. You're done.
+That material has since moved to [golang.org/x/website](https://golang.org/x/website).
diff --git a/_content/10years.article b/_content/10years.article
deleted file mode 100644
index 5c2d69a..0000000
--- a/_content/10years.article
+++ /dev/null
@@ -1,137 +0,0 @@
-# Go Turns 10
-8 Nov 2019
-Summary: Happy 10th birthday, Go!
-
-Russ Cox, for the Go team
-rsc@golang.org
-
-##
-
-Happy birthday, Go!
-
-This weekend we celebrate the 10th anniversary of
-[the Go release](https://opensource.googleblog.com/2009/11/hey-ho-lets-go.html),
-marking the 10th birthday of Go as an open-source programming language
-and ecosystem for building modern networked software.
-
-To mark the occasion,
-[Renee French](https://twitter.com/reneefrench),
-the creator of the
-[Go gopher](https://blog.golang.org/gopher),
-painted this delightful scene:
-
-<a href="10years/gopher10th-large.jpg">
-.image 10years/gopher10th-small.jpg _ 850
-</a>
-
-Celebrating 10 years of Go makes me think back to early November 2009,
-when we were getting ready to share Go with the world.
-We didn’t know what kind of reaction to expect,
-whether anyone would care about this little language.
-I hoped that even if no one ended up using Go,
-we would at least have drawn attention to some good ideas,
-especially Go’s approach to concurrency and interfaces,
-that could influence follow-on languages.
-
-Once it became clear that people were excited about Go,
-I looked at the history of popular languages
-like C, C++, Perl, Python, and Ruby,
-examining how long each took to gain widespread adoption.
-For example, Perl seemed to me to have appeared fully-formed
-in the mid-to-late 1990s, with CGI scripts and the web,
-but it was first released in 1987.
-This pattern repeated for almost every language I looked at:
-it seems to take roughly a decade of quiet, steady improvement
-and dissemination before a new language really takes off.
-
-I wondered: where would Go be after a decade?
-
-Today, we can answer that question:
-Go is everywhere, used by at least [a million developers worldwide](https://research.swtch.com/gophercount).
-
-Go’s original target was networked system infrastructure,
-what we now call cloud software.
-Every major cloud provider today uses core cloud infrastructure written in Go,
-such as Docker, Etcd, Istio, Kubernetes, Prometheus, and Terraform;
-the majority of the
-[Cloud Native Computing Foundation’s projects](https://www.cncf.io/projects/)
-are written in Go.
-Countless companies are using Go to move their own work to the cloud as well,
-from startups building from scratch
-to enterprises modernizing their software stack.
-Go has also found adoption well beyond its original cloud target,
-with uses ranging
-from
-controlling tiny embedded systems with
-[GoBot](https://gobot.io) and [TinyGo](https://tinygo.org/)
-to detecting cancer with
-[massive big data analysis and machine learning at GRAIL](https://medium.com/grail-eng/bigslice-a-cluster-computing-system-for-go-7e03acd2419b),
-and everything in between.
-
-All this is to say that Go has succeeded beyond our wildest dreams.
-And Go’s success isn’t just about the language.
-It’s about the language, the ecosystem, and especially the community working together.
-
-In 2009, the language was a good idea with a working sketch of an implementation.
-The `go` command did not exist:
-we ran commands like `6g` to compile and `6l` to link binaries,
-automated with makefiles.
-We typed semicolons at the ends of statements.
-The entire program stopped during garbage collection,
-which then struggled to make good use of two cores.
-Go ran only on Linux and Mac, on 32- and 64-bit x86 and 32-bit ARM.
-
-Over the last decade, with the help of Go developers all over the world,
-we have evolved this idea and sketch into a productive language
-with fantastic tooling,
-a production-quality implementation,
-a
-[state-of-the-art garbage collector](https://blog.golang.org/ismmkeynote),
-and [ports to 12 operating systems and 10 architectures](https://golang.org/doc/install/source#introduction).
-
-Any programming language needs the support of a thriving ecosystem.
-The open source release was the seed for that ecosystem,
-but since then, many people have contributed their time and talent
-to fill the Go ecosystem with great tutorials, books, courses, blog posts,
-podcasts, tools, integrations, and of course reusable Go packages importable with `go` `get`.
-Go could never have succeeded without the support of this ecosystem.
-
-Of course, the ecosystem needs the support of a thriving community.
-In 2019 there are dozens of Go conferences all over the world,
-along with
-[over 150 Go meetup groups with over 90,000 members](https://www.meetup.com/pro/go).
-[GoBridge](https://golangbridge.org)
-and
-[Women Who Go](https://medium.com/@carolynvs/www-loves-gobridge-ccb26309f667)
-help bring new voices into the Go community,
-through mentoring, training, and conference scholarships.
-This year alone, they have taught
-hundreds of people from traditionally underrepresented groups
-at workshops where community members teach and mentor those new to Go.
-
-There are
-[over a million Go developers](https://research.swtch.com/gophercount)
-worldwide,
-and companies all over the globe are looking to hire more.
-In fact, people often tell us that learning Go
-helped them get their first jobs in the tech industry.
-In the end, what we’re most proud of about Go
-is not a well-designed feature or a clever bit of code
-but the positive impact Go has had in so many people’s lives.
-We aimed to create a language that would help us be better developers,
-and we are thrilled that Go has helped so many others.
-
-As
-[\#GoTurns10](https://twitter.com/search?q=%23GoTurns10),
-I hope everyone will take a moment to celebrate
-the Go community and all we have achieved.
-On behalf of the entire Go team at Google,
-thank you to everyone who has joined us over the past decade.
-Let’s make the next one even more incredible!
-
-<div>
-<center>
-<a href="10years/gopher10th-pin-large.jpg">
-.image 10years/gopher10th-pin-small.jpg _ 150
-</center>
-</div>
diff --git a/_content/10years/gopher10th-large.jpg b/_content/10years/gopher10th-large.jpg
deleted file mode 100644
index 9866013..0000000
--- a/_content/10years/gopher10th-large.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/10years/gopher10th-pin-large.jpg b/_content/10years/gopher10th-pin-large.jpg
deleted file mode 100644
index e1dfebf..0000000
--- a/_content/10years/gopher10th-pin-large.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/10years/gopher10th-pin-small.jpg b/_content/10years/gopher10th-pin-small.jpg
deleted file mode 100644
index d52de7f..0000000
--- a/_content/10years/gopher10th-pin-small.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/10years/gopher10th-small.jpg b/_content/10years/gopher10th-small.jpg
deleted file mode 100644
index f6e776c..0000000
--- a/_content/10years/gopher10th-small.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/11years.article b/_content/11years.article
deleted file mode 100644
index 1c2188f..0000000
--- a/_content/11years.article
+++ /dev/null
@@ -1,233 +0,0 @@
-# Eleven Years of Go
-12:01 10 Nov 2020
-Summary: Happy Birthday, Go!
-
-Russ Cox, for the Go team
-
-##
-
-Today we celebrate the eleventh birthday of the Go open source release.
-The parties we had for
-[Go turning 10](https://blog.golang.org/10years)
-seem like a distant memory.
-It’s been a tough year, but
-we’ve kept Go development moving forward
-and accumulated quite a few highlights.
-
-In November, we launched [go.dev and pkg.go.dev](https://blog.golang.org/go.dev)
-shortly after Go’s 10th birthday.
-
-In February, the [Go 1.14 release](https://blog.golang.org/go1.14)
-delivered the first officially “production-ready” implementation of Go modules,
-along with many performance improvements,
-including
-[faster defers](https://golang.org/design/34481-opencoded-defers)
-and
-[non-cooperative goroutine preemption](https://golang.org/design/24543/conservative-inner-frame)
-to reduce scheduling
-and garbage collection latency.
-
-In early March, we launched a
-[new API for protocol buffers](https://blog.golang.org/protobuf-apiv2),
-[google.golang.org/protobuf](https://pkg.go.dev/google.golang.org/protobuf),
-with much-improved support for protocol buffer reflection and custom messages.
-
-<img src="11years/gophermask.jpg" height="450" width="300" align="right" style="border: 2px solid black; margin: 0 0 1em 1em;">
-
-When the pandemic hit, we decided to pause any public announcements
-or launches in the spring,
-recognizing that everyone’s attention rightly belonged elsewhere.
-But we kept working, and one of our team members joined the
-Apple/Google collaboration on
-[privacy-preserving exposure notifications](https://www.google.com/covid19/exposurenotifications/)
-to support contact tracing efforts all over the world.
-In May, that group launched the
-[reference backend server](https://github.com/google/exposure-notifications-server),
-written in Go.
-
-We continued to improve [gopls](https://www.youtube.com/watch?v=EFJfdWzBHwE),
-which enables advanced
-[Go-aware support](https://github.com/golang/tools/blob/master/gopls/doc/user.md)
-in many editors.
-In June, the
-[VSCode Go extension officially joined the Go project](https://blog.golang.org/vscode-go)
-and is now maintained by the same developers who work on gopls.
-
-Also in June, thanks to your feedback, we open-sourced
-[the code behind pkg.go.dev](https://blog.golang.org/pkgsite)
-as part of the Go project as well.
-
-Later in June, we
-[released the latest design draft for generics](https://blog.golang.org/generics-next-step),
-along with a prototype tool and [generics playground](https://go2goplay.golang.org/).
-
-In July, we published and discussed three new design drafts for future changes:
-[new `//go:build` lines for file selection](https://golang.org/design/draft-gobuild),
-[file system interfaces](https://golang.org/design/draft-iofs),
-and
-[build-time file embedding](https://golang.org/design/draft-embed).
-(We’ll see all of those in 2021, as noted below.)
-
-In August, the [Go 1.15 release](https://blog.golang.org/go1.15)
-delivered mainly optimizations and bug fixes rather than new features.
-The most significant was the start of a rewrite of the linker,
-making it run 20% faster and use 30% less memory
-on average for large builds.
-
-Last month, we ran our [annual Go user survey](https://blog.golang.org/survey2020).
-We will post results on the blog once we’ve analyzed them.
-
-The Go community has adapted to “virtual-first” along with everyone else,
-and we saw many virtual meetups and over a dozen virtual Go conferences this year.
-Last week, the Go team hosted
-[Go day at Google Open Source Live](https://opensourcelive.withgoogle.com/events/go)
-(videos at the link).
-
-## Going Forward
-
-We’re also incredibly excited about what’s in store for Go’s 12th year.
-Most immediately, this week Go team members will
-be presenting eight events at
-[GopherCon 2020](https://www.gophercon.com/).
-Mark your calendars!
-
-- “Typing [Generic] Go”,
-  a talk by Robert Griesemer,\
-  [Nov 11, 10:00 AM (US Eastern)](https://www.gophercon.com/agenda/session/233094);
-  [Q&A at 10:30 AM](https://www.gophercon.com/agenda/session/417935).
-- “What to Expect When You’re NOT Expecting”,
-  a live taping of the Go time podcast with a panel of expert debuggers,
-  including Hana Kim,\
-  [Nov 11 12:00 PM](https://www.gophercon.com/agenda/session/2334490).
-- “Evolving the Go Memory Manager's RAM and CPU Efficiency”,
-  a talk by Michael Knyszek,\
-  [Nov 11 1:00 PM](https://www.gophercon.com/agenda/session/233086);
-  [Q&A at 1:50 PM](https://www.gophercon.com/agenda/session/417940).
-- “Implementing Faster Defers”,
-  a talk by Dan Scales,\
-  [Nov 11 5:10 PM](https://www.gophercon.com/agenda/session/233397);
-  [Q&A at 5:40 PM](https://www.gophercon.com/agenda/session/417941).
- - “Go Team - Ask Me Anything”,
-  a live Q&A with Julie Qiu, Rebecca Stambler, Russ Cox, Sameer Ajmani, and Van Riper,\
-  [Nov 12 3:00 PM](https://www.gophercon.com/agenda/session/420539).
-- “Pardon the Interruption: Loop Preemption in Go 1.14”,
-  a talk by Austin Clements,\
-  [Nov 12 4:45 PM](https://www.gophercon.com/agenda/session/233441);
-  [Q&A at 5:15 PM](https://www.gophercon.com/agenda/session/417943).
-- “Working with Errors”,
-  a talk by Jonathan Amsterdam,\
-  [Nov 13 1:00 PM](https://www.gophercon.com/agenda/session/233432);
-  [Q&A at 1:50 PM](https://www.gophercon.com/agenda/session/417945).
-- “Crossing the Chasm for Go: Two Million Users and Growing”,
-  a talk by Carmen Andoh,\
-  [Nov 13 5:55 PM](https://www.gophercon.com/agenda/session/233426).
-
-## Go Releases
-
-In February, the Go 1.16 release will include the new
-[file system interfaces](https://tip.golang.org/pkg/io/fs/)
-and
-[build-time file embedding](https://tip.golang.org/pkg/embed/).
-It will complete the linker rewrite, bringing additional performance improvements.
-And it will include support for the new Apple Silicon (`GOARCH=arm64`) Macs.
-
-In August, the Go 1.17 release will no doubt bring more features and improvements,
-although it’s far enough out that the exact details remain up in the air.
-It will include a new register-based calling convention for x86-64
-(without breaking existing assembly!),
-which will make programs faster across the board.
-(Other architectures will follow in later releases.)
-One nice feature that will definitely be included is the
-[new `//go:build` lines](https://golang.org/design/draft-gobuild),
-which are far less error-prone than the
-[current `//` `+build` lines](https://golang.org/cmd/go/#hdr-Build_constraints).
-Another highly anticipated feature we hope will be ready for beta testing next year
-is
-[support for fuzzing in the `go test` command](https://golang.org/design/draft-fuzzing).
-
-## Go Modules
-
-Over the next year, we will continue to work on developing support for Go modules
-and integrating them well into the entire Go ecosystem.
-Go 1.16 will include our smoothest Go modules experience yet.
-One preliminary result from our recent survey is that 96% of users
-have now adopted Go modules (up from 90% a year ago).
-
-We will also finally wind down support for GOPATH-based development:
-any programs using dependencies other than the standard library will need a `go.mod`.
-(If you haven’t switched to modules yet, see the
-[GOPATH wiki page](https://golang.org/wiki/GOPATH)
-for details about this final step in the journey from GOPATH to modules.)
-
-From the start, the [goal for Go modules](https://research.swtch.com/vgo-intro)
-has been “to add the concept of package versions to the working vocabulary
-of both Go developers and our tools,”
-to enable deep support for modules and versions throughout the Go ecosystem.
-The [Go module mirror, checksum database, and index](https://blog.golang.org/modules2019)
-were made possible by this ecosystem-wide understanding of what a package version is.
-Over the next year, we will see rich module support added to more tools and systems.
-For example, we plan to investigate new tooling to help module authors publish new versions
-(`go release`)
-as well as to help module consumers update their code to migrate away from
-deprecated APIs (a new `go fix`).
-
-As a larger example,
-[we created gopls](https://github.com/golang/tools/blob/master/gopls/README.md)
-to reduce many tools used by editors for Go support,
-none of which supported modules, down to a single one that did.
-Over the next year,
-we’ll be ready to make the VSCode Go extension use `gopls` by default,
-for an excellent module experience out of the box,
-and we’ll release gopls 1.0.
-Of course, one of the best things about gopls is that it is editor-neutral:
-any editor that understands the
-[language server protocol](https://langserver.org/)
-can use it.
-
-Another important use of version information is tracking whether
-any package in a build has a known vulnerability.
-Over the next year, we plan to develop a database of known vulnerabilities
-as well as tools to check your programs against that database.
-
-The Go package discovery site
-[pkg.go.dev](https://pkg.go.dev/)
-is another example of a version-aware system enabled by Go modules.
-We’ve been focused on getting the core functionality and user experience right,
-including a
-[redesign launching today](https://blog.golang.org/pkgsite-redesign).
-Over the next year,
-we will be unifying godoc.org into pkg.go.dev.
-We will also be expanding the version timeline for each package,
-showing important changes in each version,
-known vulnerabilities, and more,
-following the overall goal of surfacing what you need to make
-[informed decisions about adding dependencies](https://research.swtch.com/deps).
-
-We’re excited to see this journey from GOPATH to Go modules
-nearing completion and all the excellent dependency-aware tools
-that Go modules are enabling.
-
-## Generics
-
-The next feature on everyone’s minds is of course generics.
-As we mentioned above, we published the
-[latest design draft for generics](https://blog.golang.org/generics-next-step)
-back in June.
-Since then, we’ve continued to refine rough edges and have turned our
-attention to the details of implementing a production-ready version.
-We will be working on that throughout 2021, with a goal of having
-something for people to try out by the end of the year,
-perhaps a part of the Go 1.18 betas.
-
-## Thank You!
-
-Go is far more than just us on the Go team at Google.
-We are indebted to the contributors who work with us with the Go releases and tools.
-Beyond that, Go only succeeds because of all of you who work in
-and contribute to Go’s thriving ecosystem.
-It has been a difficult year in the world outside Go.
-More than ever, we appreciate you taking the time
-to join us and help make Go such a success.
-Thank you.
-We hope you are all staying safe and wish you all the best.
-
diff --git a/_content/11years/gophermask.jpg b/_content/11years/gophermask.jpg
deleted file mode 100644
index d6fc456..0000000
--- a/_content/11years/gophermask.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/1year.article b/_content/1year.article
deleted file mode 100644
index cad82c6..0000000
--- a/_content/1year.article
+++ /dev/null
@@ -1,148 +0,0 @@
-# Go: one year ago today
-10 Nov 2010
-Tags: birthday
-Summary: Happy 1st birthday, Go!
-OldURL: /go-one-year-ago-today
-
-Andrew Gerrand
-
-##
-
-On the 10th of November 2009 we launched the Go project:
-an open-source programming language with a focus on simplicity and efficiency.
-The intervening year has seen a great many developments both in the Go project
-itself and in its community.
-
-We set out to build a language for systems programming - the kinds of programs
-one might typically write in C or C++ - and we were surprised by Go’s
-utility as a general purpose language.
-We had anticipated interest from C, C++, and Java programmers,
-but the flurry of interest from users of dynamically-typed languages like
-Python and JavaScript was unexpected.
-Go’s combination of native compilation,
-static typing, memory management, and lightweight syntax seemed to strike
-a chord with a broad cross-section of the programming community.
-
-That cross-section grew to become a dedicated community of enthusiastic Go coders.
-Our [mailing list](http://groups.google.com/group/golang-nuts) has over 3,800 members,
-with around 1,500 posts each month.
-The project has over 130 [contributors](https://golang.org/CONTRIBUTORS)
-(people who have submitted code or documentation),
-and of the 2,800 commits since launch almost one third were contributed
-by programmers outside the core team.
-To get all that code into shape, nearly 14,000 emails were exchanged on
-our [development mailing list](http://groups.google.com/group/golang-dev).
-
-Those numbers reflect a labor whose fruits are evident in the project’s code base.
-The compilers have improved substantially,
-with faster and more efficient code generation,
-more than one hundred reported bugs fixed,
-and support for a widening range of operating systems and architectures.
-The Windows port is approaching completion thanks to a dedicated group of
-contributors (one of whom became our first non-Google committer to the project).
-The ARM port has also made great progress,
-recently reaching the milestone of passing all tests.
-
-The Go tool set has been expanded and improved.
-The Go documentation tool, [godoc](https://golang.org/cmd/godoc/),
-now supports the documentation of other source trees (you can browse and
-search your own code) and provides a ["code walk"](https://golang.org/doc/codewalk/)
-interface for presenting tutorial materials (among many more improvements).
-[Goinstall](https://golang.org/cmd/goinstall/) ,
-a new package management tool, allows users to install and update external
-packages with a single command.
-[Gofmt](https://golang.org/cmd/gofmt/),
-the Go pretty-printer, now makes syntactic simplifications where possible.
-[Goplay](https://golang.org/misc/goplay/),
-a web-based “compile-as-you-type” tool,
-is a convenient way to experiment with Go for those times when you don’t
-have access to the [Go Playground](https://golang.org/doc/play/).
-
-The standard library has grown by over 42,000 lines of code and includes
-20 new [packages](https://golang.org/pkg/).
-Among the additions are the [jpeg](https://golang.org/pkg/image/jpeg/),
-[jsonrpc](https://golang.org/pkg/rpc/jsonrpc/),
-[mime](https://golang.org/pkg/mime/), [netchan](https://golang.org/pkg/netchan/),
-and [smtp](https://golang.org/pkg/smtp/) packages,
-as well as a slew of new [cryptography](https://golang.org/pkg/crypto/) packages.
-More generally, the standard library has been continuously refined and revised
-as our understanding of Go’s idioms deepens.
-
-The debugging story has gotten better, too.
-Recent improvements to the DWARF output of the gc compilers make the GNU debugger,
-GDB, useful for Go binaries, and we’re actively working on making that
-debugging information more complete.
-(See the [ recent blog post](https://blog.golang.org/2010/11/debugging-go-code-status-report.html) for details.)
-
-It’s now easier than ever to link against existing libraries written in
-languages other than Go.
-Go support is in the most recent [SWIG](http://www.swig.org/) release,
-version 2.0.1, making it easier to link against C and C++ code,
-and our [cgo](https://golang.org/cmd/cgo/) tool has seen many fixes and improvements.
-
-[Gccgo](https://golang.org/doc/gccgo_install.html),
-the Go front end for the GNU C Compiler, has kept pace with the gc compiler
-as a parallel Go implementation.
-It now has a working garbage collector, and has been accepted into the GCC core.
-We’re now working toward making [gofrontend](http://code.google.com/p/gofrontend/)
-available as a BSD-licensed Go compiler front end,
-fully decoupled from GCC.
-
-Outside the Go project itself Go is starting to be used to build real software.
-There are more than 200 Go programs and libraries listed on our [Project dashboard](http://godashboard.appspot.com/project),
-and hundreds more on [Google Code](http://code.google.com/hosting/search?q=label:Go)
-and [Github](https://github.com/search?q=language:Go).
-On our mailing list and IRC channel you can find coders from around the
-world who use Go for their programming projects.
-(See our [guest blog post](https://blog.golang.org/2010/10/real-go-projects-smarttwitter-and-webgo.html)
-from last month for a real-world example.) Internally at Google there are
-several teams that choose Go for building production software,
-and we have received reports from other companies that are developing sizable systems in Go.
-We have also been in touch with several educators who are using Go as a teaching language.
-
-The language itself has grown and matured, too.
-In the past year we have received many feature requests.
-But Go is a small language, and we’ve worked hard to ensure that any new
-feature strikes the right compromise between simplicity and utility.
-Since the launch we have made a number of language changes,
-many of which were driven by feedback from the community.
-
-  - Semicolons are now optional in almost all instances. [spec](https://golang.org/doc/go_spec.html#Semicolons)
-  - The new built-in functions `copy` and `append` make management of slices
-    more efficient and straightforward.
-    [spec](https://golang.org/doc/go_spec.html#Appending_and_copying_slices)
-  - The upper and lower bounds may be omitted when making a sub-slice.
-    This means that `s[:]` is shorthand for `s[0:len(s)]`.
-    [spec](https://golang.org/doc/go_spec.html#Slices)
-  - The new built-in function `recover` complements `panic` and `defer` as
-    an error handling mechanism.
-    [blog](https://blog.golang.org/2010/08/defer-panic-and-recover.html),
-    [spec](https://golang.org/doc/go_spec.html#Handling_panics)
-  - The new complex number types (`complex`,
-    `complex64`, and `complex128`) simplify certain mathematical operations.
-    [spec](https://golang.org/doc/go_spec.html#Complex_numbers),
-    [spec](https://golang.org/doc/go_spec.html#Imaginary_literals)
-  - The composite literal syntax permits the omission of redundant type information
-    (when specifying two-dimensional arrays, for example).
-    [release.2010-10-27](https://golang.org/doc/devel/release.html#2010-10-27),
-    [spec](https://golang.org/doc/go_spec.html#Composite_literals)
-  - A general syntax for variable function arguments (`...T`) and their propagation
-    (`v...`) is now specified.
-    [spec](https://golang.org/doc/go_spec.html#Function_Types),
-    [ spec](https://golang.org/doc/go_spec.html#Passing_arguments_to_..._parameters),
-    [release.2010-09-29](https://golang.org/doc/devel/release.html#2010-09-29)
-
-Go is certainly ready for production use,
-but there is still room for improvement.
-Our focus for the immediate future is making Go programs faster and more
-efficient in the context of high performance systems.
-This means improving the garbage collector,
-optimizing generated code, and improving the core libraries.
-We’re also exploring some further additions to the type system to make
-generic programming easier.
-A lot has happened in a year; it’s been both thrilling and satisfying.
-We hope that this coming year will be even more fruitful than the last.
-
-_If you’ve been meaning to get [back] into Go, now is a great time to do so! Check out the_
-[_Documentation_](https://golang.org/doc/docs.html) _and_ [_Getting Started_](https://golang.org/doc/install.html)
-_pages for more information, or just go nuts in the_ [_Go Playground_](https://golang.org/doc/play/).
diff --git a/_content/2years.article b/_content/2years.article
deleted file mode 100644
index 6dd1852..0000000
--- a/_content/2years.article
+++ /dev/null
@@ -1,76 +0,0 @@
-# The Go Programming Language turns two
-10 Nov 2011
-Tags: appengine, community, gopher
-Summary: Happy 2nd birthday, Go!
-OldURL: /go-programming-language-turns-two
-
-Andrew Gerrand
-
-##
-
-Two years ago a small team at Google went public with their fledgling project -
-the Go Programming Language.
-They presented a language spec, two compilers,
-a modest standard library, some novel tools,
-and plenty of accurate (albeit succinct) documentation.
-They watched with excitement as programmers around the world began to play with Go.
-The team continued to iterate and improve on what they had built,
-and were gradually joined by dozens - and then hundreds - of programmers
-from the open source community.
-The Go Authors went on to produce lots of libraries,
-new tools, and reams of [documentation](https://golang.org/doc/docs.html).
-They celebrated a successful year in the public eye with a [blog post](https://blog.golang.org/2010/11/go-one-year-ago-today.html)
-last November that concluded "Go is certainly ready for production use,
-but there is still room for improvement.
-Our focus for the immediate future is making Go programs faster and more
-efficient in the context of high performance systems."
-
-Today is the second anniversary of Go's release,
-and Go is faster and more stable than ever.
-Careful tuning of Go's code generators, concurrency primitives,
-garbage collector, and core libraries have increased the performance of Go programs,
-and native support for [profiling](https://blog.golang.org/2011/06/profiling-go-programs.html)
-and [debugging](http://blog.golang.org/2011/10/debugging-go-programs-with-gnu-debugger.html)
-makes it easier to detect and remove performance issues in user code.
-Go is also now easier to learn with [A Tour of Go](http://tour.golang.org/),
-an interactive tutorial you can take from the comfort of your web browser.
-
-This year we introduced the experimental [Go runtime](http://code.google.com/appengine/docs/go/)
-for Google's App Engine platform,
-and we have been steadily increasing the Go runtime's support for App Engine's APIs.
-Just this week we released [version 1.6.0](http://code.google.com/appengine/downloads.html)
-of the Go App Engine SDK,
-which includes support for [backends](http://code.google.com/appengine/docs/go/backends/overview.html)
-(long-running processes),
-finer control over datastore indexes, and various other improvements.
-Today, the Go runtime is near feature parity with - and is a viable alternative
-to - the Python and Java runtimes.
-In fact, we now serve [golang.org](https://golang.org/) by running a version
-of [godoc](https://golang.org/cmd/godoc/) on the App Engine service.
-
-While 2010 was a year of discovery and experimentation,
-2011 was a year of fine tuning and planning for the future.
-This year we issued several "[release](https://golang.org/doc/devel/release.html)"
-versions of Go that were more reliable and better supported than weekly snapshots.
-We also introduced [gofix](https://golang.org/cmd/gofix/) to take the
-pain out of migrating to newer releases.
-Furthermore, last month we announced a [plan for Go version 1](https://blog.golang.org/2011/10/preview-of-go-version-1.html) -
-a release that will be supported for years to come.
-Work toward Go 1 is already underway and you can observe our progress by
-the latest weekly snapshot at [weekly.golang.org](http://weekly.golang.org/pkg/).
-
-The plan is to launch Go 1 in early 2012.
-We hope to bring the Go App Engine runtime out of "experimental" status at the same time.
-
-But that's not all. 2011 was an exciting year for the gopher, too.
-He has manifested himself as a plush toy (a highly prized gift at Google
-I/O and other Go talks) and in vinyl form (received by every attendee at
-OSCON and now available at the [Google Store](http://www.googlestore.com/Fun/Go+Gopher+Figurine.axd)).
-
-.image 2years/2years-gophers.jpg
-
-And, most surprisingly, at Halloween he made an appearance with his gopher girlfriend!
-
-.image 2years/2years-costume.jpg
-
-Photograph by [Chris Nokleberg](https://plus.google.com/106640494112897458359/posts).
diff --git a/_content/2years/2years-costume.jpg b/_content/2years/2years-costume.jpg
deleted file mode 100644
index aa86a6c..0000000
--- a/_content/2years/2years-costume.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/2years/2years-gophers.jpg b/_content/2years/2years-gophers.jpg
deleted file mode 100644
index 72075da..0000000
--- a/_content/2years/2years-gophers.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/3years.article b/_content/3years.article
deleted file mode 100644
index 7ac1c78..0000000
--- a/_content/3years.article
+++ /dev/null
@@ -1,78 +0,0 @@
-# Go turns three
-10 Nov 2012
-Tags: community, birthday
-Summary: Happy 3rd birthday, Go!
-OldURL: /go-turns-three
-
-Russ Cox
-
-##
-
-The Go open source project is
-[three years old today](http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html).
-
-It's great to look at how far Go has come in those three years.
-When we launched, Go was an idea backed by two implementations that worked on Linux and OS X.
-The syntax, semantics, and libraries changed regularly as we reacted to feedback from users
-and experience with the language.
-
-Since the open source launch,
-we've been joined by
-[hundreds of external contributors](https://golang.org/CONTRIBUTORS),
-who have extended and improved Go in myriad ways,
-including writing a Windows port from scratch.
-We added a package management system
-[goinstall](https://groups.google.com/d/msg/golang-nuts/8JFwR3ESjjI/cy7qZzN7Lw4J),
-which eventually became the
-[go command](https://golang.org/cmd/go/).
-We also added
-[support for Go on App Engine](https://blog.golang.org/2011/07/go-for-app-engine-is-now-generally.html).
-Over the past year we've also given [many talks](https://golang.org/doc/#talks), created an [interactive introductory tour](http://tour.golang.org/)
-and recently we added support for [executable examples in package documentation](https://golang.org/pkg/strings/#pkg-examples).
-
-Perhaps the most important development in the past year
-was the launch of the first stable version,
-[Go 1](https://blog.golang.org/2012/03/go-version-1-is-released.html).
-People who write Go 1 programs can now be confident that their programs will
-continue to compile and run without change, in many environments,
-on a time scale of years.
-As part of the Go 1 launch we spent months cleaning up the
-[language and libraries](https://golang.org/doc/go1.html)
-to make it something that will age well.
-
-We're working now toward the release of Go 1.1 in 2013. There will be some
-new functionality, but that release will focus primarily on making Go perform
-even better than it does today.
-
-We're especially happy about the community that has grown around Go:
-the mailing list and IRC channels seem like they are overflowing with discussion,
-and a handful of Go books were published this year. The community is thriving.
-Use of Go in production environments has also taken off, especially since Go 1.
-
-We use Go at Google in a variety of ways, many of them invisible to the outside world.
-A few visible ones include
-[serving Chrome and other downloads](https://groups.google.com/d/msg/golang-nuts/BNUNbKSypE0/E4qSfpx9qI8J),
-[scaling MySQL database at YouTube](http://code.google.com/p/vitess/),
-and of course running the
-[Go home page](https://golang.org/)
-on [App Engine](https://developers.google.com/appengine/docs/go/overview).
-Last year's
-[Thanksgiving Doodle](https://blog.golang.org/2011/12/from-zero-to-go-launching-on-google.html)
-and the recent
-[Jam with Chrome](http://www.jamwithchrome.com/technology)
-site are also served by Go programs.
-
-Other companies and projects are using Go too, including
-[BBC Worldwide](http://www.quora.com/Go-programming-language/Is-Google-Go-ready-for-production-use/answer/Kunal-Anand),
-[Canonical](http://dave.cheney.net/wp-content/uploads/2012/08/august-go-meetup.pdf),
-[CloudFlare](http://blog.cloudflare.com/go-at-cloudflare),
-[Heroku](https://blog.golang.org/2011/04/go-at-heroku.html),
-[Novartis](https://plus.google.com/114945221884326152379/posts/d1SVaqkRyTL),
-[SoundCloud](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/),
-[SmugMug](http://sorcery.smugmug.com/2012/04/06/deriving-json-types-in-go/),
-[StatHat](https://blog.golang.org/2011/12/building-stathat-with-go.html),
-[Tinkercad](https://tinkercad.com/about/jobs),
-and
-[many others](https://golang.org/wiki/GoUsers).
-
-Here's to many more years of productive programming in Go.
diff --git a/_content/4years.article b/_content/4years.article
deleted file mode 100644
index 711714d..0000000
--- a/_content/4years.article
+++ /dev/null
@@ -1,163 +0,0 @@
-# Four years of Go
-10 Nov 2013
-Tags: community, birthday
-Summary: Happy 4th birthday, Go!
-
-Andrew Gerrand
-
-##
-
-Today marks the fourth anniversary of Go as an open source project.
-
-.image 4years/4years-gopher.png
-
-Rather than talk about our technical progress (there'll be much to talk about
-when we release Go 1.2 in a couple of weeks) we thought we would instead take
-this occasion to look at how the Go community has grown.
-
-Let's start with a chart:
-
-.image 4years/4years-graph.png
-
-This chart shows the growth of Google searches for the term
-"[golang](http://www.google.com/trends/explore?hl=en-US#q=golang&date=10/2009+50m&cmpt=q)"
-over the past four years.
-Notice the knee in the curve around March 2012, when Go 1.0 was released.
-If these searches are a decent proxy for interest, then it's clear that
-interest in Go has grown remarkably since launch, and particularly so in the
-last 2 years.
-
-But where is the interest coming from?
-
-The open source community has embraced Go,
-with our community wiki listing [hundreds of Go projects](https://golang.org/wiki/Projects). Some popular ones:
-
-  - [Docker](http://docker.io) is a tool for packaging and running applications
-    in lightweight containers.
-    Docker makes it easy to isolate, package,
-    and deploy applications, and is beloved by system administrators.
-    Its creator Solomon Hykes cited Go's standard library,
-    concurrency primitives, and ease of deployment as key factors,
-    and said "To put it simply, if Docker had not been written in Go,
-    it would not have been as successful."
-
-  - [Packer](http://packer.io) is a tool for automating the creation of
-    machine images for deployment to virtual machines or cloud services.
-    Its author, Mitchell Hashimoto, is now working on another Go project,
-    [serf](http://www.serfdom.io/), a decentralized discovery service.
-    Like Docker, these projects help with management of large-scale,
-    cluster-based services.
-
-  - [Bitly](http://bit.ly)'s [NSQ](http://bitly.github.io/nsq/) is a realtime
-    distributed messaging platform designed for fault-tolerance and high-availability,
-    and is used in production at bitly and a bunch of other companies.
-
-  - [Canonical](http://canonical.com/)'s [JuJu](https://juju.ubuntu.com/)
-    infrastructure automation system was rewritten in Go.
-    Project lead Gustavo Niemeyer said "It's not a single aspect of Go that
-    makes it a compelling choice,
-    but rather the careful organization of well-crafted small pieces."
-
-  - The [raft](https://github.com/goraft/raft) package provides an implementation
-    of the [Raft](https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf)
-    distributed consensus protocol.
-    It is the basis of Go projects like [etcd](https://github.com/coreos/etcd)
-    and [SkyDNS](https://github.com/skynetservices/skydns).
-
-  - Other popular projects include [biogo](https://github.com/biogo/biogo),
-    the [Gorilla Web Toolkit](http://www.gorillatoolkit.org/),
-    [groupcache](https://github.com/golang/groupcache),
-    Mozilla's [heka](https://github.com/mozilla-services/heka),
-    the [kv](https://github.com/cznic/kv) and [ql](https://github.com/cznic/ql)
-    lightweight storage systems,
-    and the [Sky](http://skydb.io/) behavioral database.
-
-But this is just the tip of the iceberg. The number of high-quality open
-source Go projects is phenomenal.
-Prolific Go hacker [Keith Rarick](http://xph.us/software/) put it well:
-"The state of the Go ecosystem after only four years is astounding.
-Compare Go in 2013 to Python in 1995 or Java in 1999. Or C++ in 1987!"
-
-Businesses are enjoying Go, too. The [Go Users wiki page](https://golang.org/wiki/GoUsers)
-lists dozens of success stories (and if you use Go,
-please add yourself to it). Some examples:
-
-  - [CloudFlare](https://blog.cloudflare.com/go-at-cloudflare) built their
-    distributed DNS service entirely with Go,
-    and are in the process of migrating their gigabytes-per-minute logging infrastructure to the language.
-    Programmer John Graham-Cumming said "We've found Go to be the perfect match for our needs:
-    the combination of familiar syntax, a powerful type system,
-    a strong network library and built-in concurrency means that more and more
-    projects are being built here in Go."
-
-  - [SoundCloud](http://soundcloud.com) is an audio distribution service
-    that has "dozens of [systems in Go](http://backstage.soundcloud.com/2012/07/go-at-soundcloud/),
-    touching almost every part of the site, and in many cases powering features
-    from top to bottom." Engineer Peter Bourgon said "Go demonstrates that the
-    cruft that burdens other languages and ecosystems—stuff that developers
-    have learned to deal with,
-    often in anger—is simply not a necessary part of modern programming.
-    With Go, I have a straightforward and non-adversarial relationship with my tools,
-    from development to production."
-
-  - The [ngrok](https://ngrok.com/) service allows web developers to provide
-    remote access to their development environments.
-    Its author Alan Shreve said that "ngrok's success as a project is due in
-    no small part to choosing Go as the implementation language," citing Go's HTTP libraries,
-    efficiency, cross-platform compatibility,
-    and ease of deployment as the major benefits.
-
-  - [Poptip](http://poptip.com) provides social analytics services,
-    and product engineer Andy Bonventre said "What started as an experiment
-    in writing a single service in Go turned into moving almost our entire infrastructure over to it.
-    What I love about Go the most is not necessarily the features of the language,
-    but the focus on tooling, testing, and other elements that make writing
-    large applications much more manageable."
-
-  - Music collaboration startup [Splice](http://splice.com) chose to build
-    their service with Go.
-    Co-founder Matt Aimonetti said "We seriously studied and considered many
-    programming languages,
-    but Go's simplicity, efficiency, philosophy and community won us over."
-
-  - And, of course, engineering teams across Google are moving to Go.
-    Engineer Matt Welsh recently [shared his experience](http://matt-welsh.blogspot.com.au/2013/08/rewriting-large-production-system-in-go.html)
-    rewriting a large production service in Go.
-    Other notable public examples include YouTube's [vitess project](https://github.com/youtube/vitess)
-    and [dl.google.com](https://talks.golang.org/2013/oscon-dl.slide).
-    We hope to share more stories like these soon.
-
-In September 2012, [Apcera](http://apcera.com/) CEO Derek Collison [predicted](https://twitter.com/derekcollison/status/245522124666716160)
-that "Go will become the dominant language for systems work in [Infastructure-as-a-Service],
-Orchestration, and [Platform-as-a-Service] in 24 months." Looking at the list above,
-it's easy to believe that prediction.
-
-So how can you get involved? Whether you're a seasoned Go programmer or just Go-curious,
-there are many ways to get started in the Go community:
-
-  - [Join your nearest Go User Group](https://blog.golang.org/getthee-to-go-meetup),
-    where your local gophers meet to share their knowledge and experience.
-    These groups are popping up all over the world.
-    I have personally spoken at Go groups in Amsterdam,
-    Berlin, Gothenburg, London, Moscow, Munich,
-    New York City, Paris, San Francisco, Seoul,
-    Stockholm, Sydney, Tokyo, and Warsaw;
-    but there are [many more](https://golang.org/wiki/GoUserGroups)!
-
-  - Create or contribute to an open source Go project (or [to Go itself](https://golang.org/doc/contribute.html)).
-    (And if you're building something, we'd love to hear from you on the [Go mailing list](http://groups.google.com/group/golang-nuts).)
-
-  - If you're in Europe in February 2014, come along to the [Go Devroom](https://code.google.com/p/go-wiki/wiki/Fosdem2014)
-    at [FOSDEM 2014](https://fosdem.org/2014/).
-
-  - Attend [GopherCon](http://gophercon.com),
-    the first major Go conference, in Denver in April 2014.
-    The event is organized by the [Gopher Academy](http://www.gopheracademy.com),
-    who also run a [Go job board](http://www.gopheracademy.com/jobs).
-
-The Go team has been amazed by the growth of the Go community over the past
-four years. We are thrilled to see so many great things being built with Go,
-and deeply grateful to work with our wonderful and dedicated contributors.
-Thank you, everyone.
-
-Here's to four more years!
diff --git a/_content/4years/4years-gopher.png b/_content/4years/4years-gopher.png
deleted file mode 100644
index a811015..0000000
--- a/_content/4years/4years-gopher.png
+++ /dev/null
Binary files differ
diff --git a/_content/4years/4years-graph.png b/_content/4years/4years-graph.png
deleted file mode 100644
index a5a26a1..0000000
--- a/_content/4years/4years-graph.png
+++ /dev/null
Binary files differ
diff --git a/_content/5years.article b/_content/5years.article
deleted file mode 100644
index 0d513d3..0000000
--- a/_content/5years.article
+++ /dev/null
@@ -1,104 +0,0 @@
-# Half a decade with Go
-10 Nov 2014
-Summary: Happy 5th birthday, Go!
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-Five years ago we launched the Go project. It seems like only yesterday that we
-were preparing the initial public release: our
-[website](https://web.archive.org/web/20091112094121/http://golang.org/) was
-a lovely shade of yellow, we were calling Go a "systems language", and you had
-to terminate statements with a semicolon and write Makefiles to build your
-code. We had no idea how Go would be received. Would people share our vision
-and goals? Would people find Go useful?
-
-At launch, there was a flurry of attention. Google had produced a new
-programming language, and everyone was eager to check it out. Some programmers
-were turned off by Go's conservative feature set—at first glance they saw
-"nothing to see here"—but a smaller group saw the beginnings of an ecosystem
-tailored to their needs as working software engineers. These few would form the
-kernel of the Go community.
-
-.image 5years/gophers5th.jpg _ 850
-
-[_Gopher_](/gopher) _illustration by_ [_Renee French_](http://reneefrench.blogspot.com.au/)
-
-After the initial release, it took us a while to properly communicate the
-goals and design ethos behind Go. Rob Pike did so eloquently in his 2012 essay
-[_Go at Google: Language Design in the Service of Software Engineering_](https://talks.golang.org/2012/splash.article) and
-more personally in his blog post
-[_Less is exponentially more_](https://commandcenter.blogspot.com.au/2012/06/less-is-exponentially-more.html).
-Andrew Gerrand's
-[_Code that grows with grace_](http://vimeo.com/53221560)
-([slides](https://talks.golang.org/2012/chat.slide)) and
-[_Go for Gophers_](https://www.youtube.com/watch?v=dKGmK_Z1Zl0)
-([slides](https://talks.golang.org/2014/go4gophers.slide)) give a
-more in-depth, technical take on Go's design philosophy.
-
-Over time, the few became many. The turning point for the project was the
-release of Go 1 in March 2012, which provided a stable language and standard
-library that developers could trust. By 2014, the project had hundreds of core
-contributors, the ecosystem had countless [libraries and tools](https://godoc.org/)
-maintained by thousands of developers, and the greater community had
-many passionate members (or, as we call them, "gophers"). Today, by our current
-metrics, the Go community is growing faster than we believed possible.
-
-Where can those gophers be found? They are at the many Go events that are
-popping up around the world. This year we saw several dedicated Go conferences:
-the inaugural [GopherCon](https://blog.golang.org/gophercon) and
-[dotGo](http://www.dotgo.eu/) conferences in Denver and Paris, the
-[Go DevRoom at FOSDEM](https://blog.golang.org/fosdem14) and two more
-instances of the biannual [GoCon](https://github.com/GoCon/GoCon) conference
-in Tokyo. At each event, gophers from around the globe eagerly presented their
-Go projects. For the Go team, it is very satisfying to meet so many programmers
-that share our vision and excitement.
-
-.image 5years/conferences.jpg
-
-_More than 1,200 gophers attended GopherCon in Denver and dotGo in Paris._
-
-There are also dozens of community-run
-[Go User Groups](https://golang.org/wiki/GoUserGroups) spread across cities
-worldwide. If you haven't visited your local group, consider going along. And
-if there isn't a group in your area, maybe you should
-[start one](https://blog.golang.org/getthee-to-go-meetup)?
-
-Today, Go has found a home in the cloud. Go arrived as the industry underwent a
-tectonic shift toward cloud computing, and we were thrilled to see it quickly
-become an important part of that movement. Its simplicity, efficiency, built-in
-concurrency primitives, and modern standard library make it a great fit for
-cloud software development (after all, that's what it was designed for).
-Significant open source cloud projects like
-[Docker](https://www.docker.com/) and
-[Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes) have been
-written in Go, and infrastructure companies like Google, CloudFlare, Canonical,
-Digital Ocean, GitHub, Heroku, and Microsoft are now using Go to do some heavy
-lifting.
-
-So, what does the future hold? We think that 2015 will be Go's biggest year yet.
-
-Go 1.4—in addition to its [new features and fixes](https://golang.org/doc/go1.4)—lays
-the groundwork for a new low-latency garbage collector and support for running
-Go on mobile devices. It is due to be released on December 1st 2014.
-We expect the new GC to be available in Go 1.5, due June 1st 2015, which will
-make Go appealing for a broader range of applications.
-We can't wait to see where people take it.
-
-And there will be more great events, with [GothamGo](http://gothamgo.com/) in
-New York (15 Nov), another Go DevRoom at FOSDEM in Brussels (Jan 31 and Feb 1;
-[get involved!](https://groups.google.com/d/msg/golang-nuts/1xgBazQzs1I/hwrZ5ni8cTEJ)),
-[GopherCon India](http://www.gophercon.in/) in Bengaluru (19-21 Feb),
-the original [GopherCon](http://gophercon.com/) back at Denver in July, and
-[dotGo](http://www.dotgo.eu/) on again at Paris in November.
-
-The Go team would like to extend its thanks to all the gophers out there.
-Here's to the next five years.
-
-_To celebrate 5 years of Go, over the coming month the_
-[_Gopher Academy_](http://blog.gopheracademy.com/)
-_will publish a series of articles by prominent Go users. Be sure to check out_
-[_their blog_](http://blog.gopheracademy.com/)
-_for more Go action._
diff --git a/_content/5years/conferences.jpg b/_content/5years/conferences.jpg
deleted file mode 100644
index 55962bc..0000000
--- a/_content/5years/conferences.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/5years/gophers5th.jpg b/_content/5years/gophers5th.jpg
deleted file mode 100644
index df10648..0000000
--- a/_content/5years/gophers5th.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/6years.article b/_content/6years.article
deleted file mode 100644
index fa70b8e..0000000
--- a/_content/6years.article
+++ /dev/null
@@ -1,51 +0,0 @@
-# Six years of Go
-10 Nov 2015
-Summary: Happy 6th birthday, Go!
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-Six years ago today the Go language was released as an open source project.
-Since then, more than 780 contributors have made over 30,000 commits to the
-project's 22 repositories. The ecosystem continues to grow, with GitHub
-reporting more than 90,000 Go repositories. And, offline, we see new Go events
-and user groups pop up [around](https://blog.golang.org/gophercon2015)
-[the](https://blog.golang.org/gouk15)
-[world](https://blog.golang.org/gopherchina) with regularity.
-
-.image 6years/6years-gopher.png
-
-In August we [released Go 1.5](https://blog.golang.org/go1.5), the most
-significant release since Go 1. It features a completely
-[redesigned garbage collector](https://golang.org/doc/go1.5#gc) that makes
-the language more suitable for latency-sensitive applications; it marks the
-transition from a C-based compiler tool chain to one
-[written entirely in Go](https://golang.org/doc/go1.5#c); and it includes
-ports to [new architectures](https://golang.org/doc/go1.5#ports), with better
-support for ARM processors (the chips that power most smartphones).
-These improvements make Go better suited to a broader range of tasks, a trend
-that we hope will continue over the coming years.
-
-Improvements to tools continue to boost developer productivity.
-We introduced the [execution tracer](https://golang.org/cmd/trace/) and the
-"[go doc](https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol)"
-command, as well as more enhancements to our various
-[static analysis tools](https://talks.golang.org/2014/static-analysis.slide).
-We are also working on an
-[official Go plugin for Sublime Text](https://groups.google.com/forum/#!topic/Golang-nuts/8oCSjAiKXUQ),
-with better support for other editors in the pipeline.
-
-Early next year we will release more improvements in Go 1.6, including
-HTTP/2 support for [net/http](https://golang.org/pkg/net/http/) servers and
-clients, an official package vendoring mechanism, support for blocks in text
-and HTML templates, a memory sanitizer that checks both Go and C/C++ code, and
-the usual assortment of other improvements and fixes.
-
-This is the sixth time we have had the pleasure of writing a birthday blog post
-for Go, and we would not be doing so if not for the wonderful and passionate
-people in our community. The Go team would like to thank everyone who has
-contributed code, written an open source library, authored a blog post, helped
-a new gopher, or just given Go a try. Without you, Go would not be as complete,
-useful, or successful as it is today. Thank you, and celebrate!
diff --git a/_content/6years/6years-gopher.png b/_content/6years/6years-gopher.png
deleted file mode 100644
index 7157563..0000000
--- a/_content/6years/6years-gopher.png
+++ /dev/null
Binary files differ
diff --git a/_content/7years.article b/_content/7years.article
deleted file mode 100644
index 2a1dae2..0000000
--- a/_content/7years.article
+++ /dev/null
@@ -1,52 +0,0 @@
-# Seven years of Go
-10 Nov 2016
-Summary: Happy 7th birthday, Go!
-
-The Go Team
-rsc@golang.org
-
-##
-
-<img src="7years/gopherbelly300.jpg" align="right">
-
-Today marks seven years since we open-sourced our preliminary sketch of Go.
-With the help of the open source community, including more than a thousand
-individual contributors to the Go source repositories,
-Go has matured into a language used all over the world.
-
-The most significant user-facing changes to Go over the past year are the
-addition of built-in support for
-[HTTP/2](https://www.youtube.com/watch?v=FARQMJndUn0#t=0m0s) in
-[Go 1.6](https://golang.org/doc/go1.6) and the integration of the
-[context package](https://blog.golang.org/context) into the standard library in [Go 1.7](https://golang.org/doc/go1.7).
-But we’ve been making many less visible improvements.
-Go 1.7 changed the x86-64 compiler to use a new SSA-based back end,
-improving the performance of most Go programs by 10–20%.
-For Go 1.8, planned for release next February,
-we have changed the compilers for the other architectures to use the new back end too.
-We’ve also added new ports, to Android on 32-bit x86, Linux on 64-bit MIPS,
-and Linux on IBM z Systems.
-And we’ve developed new garbage-collection techniques that reduce typical
-“stop the world” pauses to [under 100 microseconds](https://golang.org/design/17503-eliminate-rescan).
-(Contrast that with Go 1.5’s big news of [10 milliseconds or less](https://blog.golang.org/go15gc).)
-
-This year kicked off with a global Go hackathon,
-the [Gopher Gala](https://blog.golang.org/gophergala), in January.
-Then there were [Go conferences](https://golang.org/wiki/Conferences) in India and Dubai in February,
-China and Japan in April, San Francisco in May, Denver in July,
-London in August, Paris last month, and Brazil this past weekend.
-And GothamGo in New York is next week.
-This year also saw more than 30 new [Go user groups](https://golang.org/wiki/GoUserGroups),
-eight new [Women Who Go](http://www.womenwhogo.org/) chapters,
-and four [GoBridge](https://golangbridge.org/) workshops around the world.
-
-We continue to be overwhelmed by and grateful for
-the enthusiasm and support of the Go community.
-Whether you participate by contributing changes, reporting bugs,
-sharing your expertise in design discussions, writing blog posts or books,
-running meetups, helping others learn or improve,
-open sourcing Go packages you wrote, or just being part of the Go community,
-the Go team thanks you for your help, your time, and your energy.
-Go would not be the success it is today without you.
-
-Thank you, and here’s to another year of fun and success with Go!
diff --git a/_content/7years/gopherbelly300.jpg b/_content/7years/gopherbelly300.jpg
deleted file mode 100644
index 4c8a393..0000000
--- a/_content/7years/gopherbelly300.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/8years.article b/_content/8years.article
deleted file mode 100644
index 4a9d39c..0000000
--- a/_content/8years.article
+++ /dev/null
@@ -1,160 +0,0 @@
-# Eight years of Go
-10 Nov 2017
-Tags: community, birthday
-Summary: Happy 8th birthday, Go!
-
-Steve Francia
-
-##
-
-Today we celebrate 8 years since Go was released as an open source project.
-During [Go’s 4th anniversary](https://blog.golang.org/4years), Andrew
-finished the post with “Here's to four more years!”. Now that we have reached
-that milestone, I cannot help but reflect on how much the project and
-ecosystem has grown since then. In our post 4 years ago we included a chart
-demonstrating Go's rising popularity on Google Trends with the search term
-"golang". Today, we’re including an updated chart. In this relative scale of
-popularity, what was 100 four years ago is now a mere 17. Go’s popularity has
-increased exponentially over the last 8 years and continues to grow.
-
-.image 8years/image1.png
-
-Source: [trends.google.com](https://trends.google.com/trends/explore?date=2009-10-01%202017-10-30&q=golang&hl=en-US)
-
-## Developers love Go
-
-Go has been embraced by developers all over the world with approximately one
-million users worldwide. In the [freshly published 2017 Octoverse](https://octoverse.github.com/)
-by GitHub, **Go has become the #9 most popular language**, surpassing C.
-**Go is the fastest growing language on GitHub in 2017** in the top 10 with
-**52% growth over the previous year**. In growth, Go swapped places with
-Javascript, which fell to the second spot with 44%.
-
-.image 8years/image2.png
-
-Source: [octoverse.github.com](https://octoverse.github.com/)
-
-In [Stack Overflow's 2017 developer survey](https://insights.stackoverflow.com/survey/2017#most-loved-dreaded-and-wanted)
-, Go was the only language that was both on the **top 5 most loved and top 5 most wanted** languages.
-People who use Go, love it, and the people who aren’t using Go, want to be.
-
-.image 8years/image3.png
-.image 8years/image4.png
-
-Source: [insights.stackoverflow.com/survey/2017](https://insights.stackoverflow.com/survey/2017#most-loved-dreaded-and-wanted)
-
-## Go: The language of Cloud Infrastructure
-
-In 2014, analyst Donnie Berkholz called Go
-[the emerging language of cloud infrastructure](http://redmonk.com/dberkholz/2014/03/18/go-the-emerging-language-of-cloud-infrastructure/).
-**By 2017, Go has emerged as the language of cloud infrastructure**.
-Today, **every single cloud company has critical components of their cloud infrastructure implemented in Go**
-including Google Cloud, AWS, Microsoft Azure, Digital Ocean, Heroku and many others. Go
-is a key part of cloud companies like Alibaba, Cloudflare, and Dropbox. Go is
-a critical part of open infrastructure including Kubernetes, Cloud Foundry,
-Openshift, NATS, Docker, Istio, Etcd, Consul, Juju and many more. Companies
-are increasingly choosing Go to build cloud infrastructure solutions.
-
-## Go’s Great Community
-
-It may be hard to imagine that only four years ago the Go community was
-transitioning from online-only to include in-person community with its first
-conference. Now the Go community has had over 30 conferences all around the
-world with hundreds of presentations and tens of thousands of attendees.
-There are hundreds of Go meetups meeting monthly covering much of the globe.
-Wherever you live, you are likely to find a Go meetup nearby.
-
-Two different organizations have been established to help with inclusivity in
-the Go community, Go Bridge and Women Who Go; the latter has grown to over 25
-chapters. Both have been instrumental in offering free trainings. In 2017
-alone over 50 scholarships to conferences have been given through efforts of
-Go Bridge and Women Who Go.
-
-This year we had two significant firsts for the Go project. We had our first
-[contributor summit](https://blog.golang.org/contributors-summit) where
-people from across the Go community came together to
-discuss the needs and future of the Go project. Shortly after, we had the
-first [Go contributor workshop](https://blog.golang.org/contributor-workshop)
-where hundreds of people came to make their first Go contribution.
-
-.image 8years/photo.jpg
-
-Photo by Sameer Ajmani
-
-## Go’s impact on open source
-
-Go has become a major force in the world of open source powering some of the
-most popular projects and enabling innovations across many industries. Find
-thousands of additional applications and libraries at [awesome-go](https://github.com/avelino/awesome-go). Here are
-just a handful of the most popular:
-
-  - [Moby](https://mobyproject.org/) (formerly Docker) is a tool for packaging
-    and running applications in lightweight containers.
-    Its creator Solomon Hykes cited Go's standard library,
-    concurrency primitives, and ease of deployment as key factors,
-    and said "To put it simply, if Docker had not been written in Go,
-    it would not have been as successful."
-
-  - [Kubernetes](https://kubernetes.io/) is a system for automating deployment,
-    scaling and management of containerized applications.
-    Initially designed by Google and used in the Google cloud,
-    Kubernetes now is a critical part of every major cloud offering.
-
-  - [Hugo](https://gohugo.io/) is now the most popular open-source static website engine.
-    With its amazing speed and flexibility, Hugo makes building websites fun again.
-    According to [w3techs](https://w3techs.com/technologies/overview/content_management/all),
-    Hugo now has nearly 3x the usage of Jekyll, the former leader.
-
-  - [Prometheus](https://prometheus.io/) is an open source monitoring solution
-    and time series database that powers metrics and alerting designed to be
-    the system you go to during an outage to allow you to quickly diagnose problems.
-
-  - [Grafana](https://grafana.com/) is an open source,
-    feature-rich metrics dashboard and graph editor for Graphite,
-    Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
-
-  - [Lantern](https://getlantern.org/) delivers fast, reliable and secure access to blocked websites and apps.
-
-  - [Syncthing](https://syncthing.net/) is an open-source cross platform
-    peer-to-peer continuous file synchronization application
-
-  - [Keybase](https://keybase.io/) is a new and free security app for mobile
-    phones and computers.
-    Think of it as an open source Dropbox & Slack with end-to-end encryption
-    public-key cryptography.
-
-  - [Fzf](https://github.com/junegunn/fzf) is an interactive Unix filter
-    for command-line that can be used with any list;
-    files, command history, processes, hostnames,
-    bookmarks, git commits, etc.
-    Fzf supports Unix, macOS and has beta support for Windows.
-    It also can operate as a vim plugin.
-
-Many of these authors have said that their projects would not exist without
-Go. Some like Kubernetes and Docker created entirely new solutions. Others
-like Hugo, Syncthing and Fzf created more refined experiences where many
-solutions already existed. The popularity of these applications alone is
-proof that Go is a ideal language for a broad set of use cases.
-
-## Thank You
-
-This is the eighth time we have had the pleasure of writing a birthday blog
-post for Go and we continue to be overwhelmed by and grateful for the
-enthusiasm and support of the Go community.
-
-Since Go was first open sourced we have had 10 releases of the language,
-libraries and tooling with more than 1680 contributors making over 50,000
-commits to the project's 34 repositories; More than double the number of
-contributors and nearly double the number of commits from only [two years ago](https://blog.golang.org/6years).
-This year we announced that we have begun planning [Go 2](https://blog.golang.org/toward-go2), our first major
-revision of the language and tooling.
-
-The Go team would like to thank everyone who has contributed to the project,
-whether you participate by contributing changes, reporting bugs, sharing your
-expertise in design discussions, writing blog posts or books, running events,
-attending or speaking at events, helping others learn or improve, open
-sourcing Go packages you wrote, contributing artwork, introducing Go to
-someone, or being part of the Go community. Without you, Go would not be as
-complete, useful, or successful as it is today.
-
-Thank you, and here’s to eight more years!
diff --git a/_content/8years/image1.png b/_content/8years/image1.png
deleted file mode 100644
index 947b965..0000000
--- a/_content/8years/image1.png
+++ /dev/null
Binary files differ
diff --git a/_content/8years/image2.png b/_content/8years/image2.png
deleted file mode 100755
index 71219d7..0000000
--- a/_content/8years/image2.png
+++ /dev/null
Binary files differ
diff --git a/_content/8years/image3.png b/_content/8years/image3.png
deleted file mode 100755
index f37d27d..0000000
--- a/_content/8years/image3.png
+++ /dev/null
Binary files differ
diff --git a/_content/8years/image4.png b/_content/8years/image4.png
deleted file mode 100755
index b9d46fe..0000000
--- a/_content/8years/image4.png
+++ /dev/null
Binary files differ
diff --git a/_content/8years/photo.jpg b/_content/8years/photo.jpg
deleted file mode 100644
index e0e3104..0000000
--- a/_content/8years/photo.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/9years.article b/_content/9years.article
deleted file mode 100644
index 71b3137..0000000
--- a/_content/9years.article
+++ /dev/null
@@ -1,100 +0,0 @@
-# Nine years of Go
-10 Nov 2018
-Tags: community, birthday
-Summary: Happy 9th birthday, Go!
-
-Steve Francia
-
-## Introduction
-
-Today marks the ninth anniversary of the day we open-sourced our initial sketch of Go.
-On each anniversary we like to take time to reflect on what has happened over the past year.
-The past 12 months have been a breakout year for the Go language and community.
-
-## Go Love & Adoption
-
-Thanks to all of you, 2018 was an amazing year for Go!
-In multiple industry surveys Gophers expressed how happy they were using Go,
-and many non-Go developers indicated they intended to learn Go before any other language.
-
-In [Stack Overflow’s 2018 Developer Survey](https://insights.stackoverflow.com/survey/2018#most-loved-dreaded-and-wanted),
-Go retained its coveted spot in both the top 5 most loved and top 5 most wanted languages.
-People who use Go love it, and people who aren’t using Go want to.
-
-In [ActiveState’s 2018 Developer Survey](https://www.activestate.com/developer-survey-2018-open-source-runtime-pains),
-Go topped the charts with 36% of users responding they were “Extremely Satisfied” using Go
-and 61% responding “Very Satisfied” or better.
-
-[JetBrains’s 2018 Developer Survey](https://www.jetbrains.com/research/devecosystem-2018/) awarded Go
-the “Most promising language” with 12% of respondents using Go today and 16% intending to use Go in the future.
-
-In [HackerRank’s 2018 Developer Survey](https://research.hackerrank.com/developer-skills/2018/),
-38% of developers responded that they were intending to learn Go next.
-
-We are excited about all of our new gophers and actively working to improve our educational and community resources.
-
-## Go Community
-
-It’s hard to believe that it’s only been five years since
-the first Go conferences and Go meetups.
-We’ve seen major growth in this area of community leadership over the last year.
-There are now over 20 [Go conferences](https://github.com/golang/go/wiki/Conferences)
-and over 300 [Go-related meetups](https://www.meetup.com/topics/golang/) spanning the globe.
-
-Thanks to the hard work put into these many conferences and meetups,
-there have been hundreds of great talks this year.
-Here are a few of our favorite talks specifically discussing the growth of our community
-and how we can better support gophers worldwide.
-
-  - [Writing Accessible Go](https://www.youtube.com/watch?v=cVaDY0ChvOQ), by Julia Ferraioli at GopherCon
-  - [The Importance of Beginners](https://www.youtube.com/watch?v=7yMXs9TRvVI), by Natalie Pistunovich at GopherCon
-  - [The Legacy of Go, Part 2](https://www.youtube.com/watch?v=I_KcpgxcFyU), by Carmen Andoh at GothamGo
-  - [Growing a Community of Gophers](https://www.youtube.com/watch?v=dl1mCGKwlYY), by Cassandra Salisbury at Gopherpalooza
-
-On that theme, this year we also [revised our code of conduct](https://blog.golang.org/conduct-2018)
-to better support inclusivity in the Go community.
-
-The Go community is truly global.
-At GopherCon Europe in Iceland this past summer, gophers literally spanned the gap between the continents.
-
-.image 9years/9years-iceland.jpg _ 800
-
-_(Photo by Winter Francia.)_
-
-## Go 2
-
-After five years of experience with Go 1, we’ve started looking at
-what we should change about Go to better support
-[programming at scale](https://talks.golang.org/2012/splash.article).
-
-Last spring, we published a [draft design for Go modules](https://blog.golang.org/versioning-proposal),
-which provide an integrated mechanism for versioning and package distribution.
-The most recent Go release, Go 1.11, included
-[preliminary support for modules](https://golang.org/doc/go1.11#modules).
-
-Last summer we published
-[early draft designs](https://blog.golang.org/go2draft)
-for how Go 2 might better support error values, error handling, and generic programming.
-
-We are excited about refining these designs with the community’s help as we work
-[toward Go 2](https://blog.golang.org/toward-go2).
-
-## Go Contributors
-
-The Go project has been increasing in the number of contributions from the community for several years.
-The project hit a major milestone in mid-2018 when, for the first time,
-we had more contributions coming from the community than the Go team.
-
-.image 9years/9years-graph.png _ 600
-
-## Thank You
-
-On a personal note, from the entire Go team,
-we want to sincerely thank all of you.
-We feel privileged to be able to work on the Go project
-and are grateful to the many gophers around the world who have joined us.
-
-We are especially thankful for the thousands of volunteers
-who help through mentorship, organizing, contributing,
-and supporting your fellow gophers.
-You have made Go what it is today.
diff --git a/_content/9years/9years-graph.png b/_content/9years/9years-graph.png
deleted file mode 100644
index 812d4f0..0000000
--- a/_content/9years/9years-graph.png
+++ /dev/null
Binary files differ
diff --git a/_content/9years/9years-iceland.jpg b/_content/9years/9years-iceland.jpg
deleted file mode 100644
index 376b8ed..0000000
--- a/_content/9years/9years-iceland.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/README b/_content/README
deleted file mode 100644
index 30e149c..0000000
--- a/_content/README
+++ /dev/null
@@ -1,27 +0,0 @@
-This directory holds Go blog articles, in *.article.
-See https://pkg.go.dev/golang.org/x/tools/present?tab=doc
-for documentation of the file format or look at any of the
-articles for examples.
-
-Article file names should be short, amenable to being typed by hand in URLs.
-Typically article file names are up to three words, separated by dashes.
-A trailing year in the name typically does not have a dash before it.
-
-All supporting files for an article, even if there's only one, should be
-placed in a directory named for the article (minus the .article suffix).
-
-If your article has code that is meant to be a working program, please use
-.code, or ideally .play, to load the lines from a supporting .go file.
-That way you can easily check that the .go file, and therefore the code
-in your article, still works.
-
-Please use .image and .video to embed images and videos,
-instead of using raw HTML tags. The .image and .video commands
-provide a way to adjust the implementation of those embeddings
-all in one place.
-
-Please use .html when it is necessary to add large blocks of HTML,
-keeping article text in the main .article file. Another important use of
-.html is to factor out an HTML snippet that appears multiple times.
-Short HTML sequences, like <div><center> or </div></center>,
-are fine to put directly in the article files.
diff --git a/_content/appengine-155.article b/_content/appengine-155.article
deleted file mode 100644
index 37cf290..0000000
--- a/_content/appengine-155.article
+++ /dev/null
@@ -1,44 +0,0 @@
-# Go App Engine SDK 1.5.5 released
-11 Oct 2011
-Tags: appengine, gofix, release
-Summary: Go App Engine SDK 1.5.5 includes Go release.r60.2.
-OldURL: /go-app-engine-sdk-155-released
-
-Andrew Gerrand
-
-##
-
-Today we released version 1.5.5 the Go App Engine SDK.
-You can download it from the [App Engine downloads page](http://code.google.com/appengine/downloads.html).
-
-This release includes changes and improvements to the App Engine APIs and
-brings the supporting Go tool chain to [release.r60.2](https://golang.org/doc/devel/release.html#r60)
-(the current stable release).
-Also included in this release are the [godoc](https://golang.org/cmd/godoc/),
-[gofmt](https://golang.org/cmd/gofmt/),
-and [gofix](https://golang.org/cmd/gofix/) tools from the Go tool chain.
-They can be found in the root directory of the SDK.
-
-Some changes made in this release are backwards-incompatible,
-so we have incremented the SDK `api_version` to 3.
-Existing apps will require code changes when migrating to `api_version` 3.
-
-The gofix tool that ships with the SDK has been customized with App Engine-specific modules.
-It can be used to automatically update Go apps to work with the latest appengine
-packages and the updated Go standard library.
-To update your apps, run:
-
-	/path/to/sdk/gofix /path/to/your/app
-
-The SDK now includes the appengine package source code,
-so you can use the local godoc to read App Engine API documentation:
-
-	/path/to/sdk/godoc appengine/datastore Get
-
-**Important note:** We have deprecated `api_version` 2.
-Go apps that use `api_version` 2 will stop working after 16 December 2011.
-Please update your apps to use `api_version` 3 before then.
-
-See the [release notes](http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes)
-for a full list of changes.
-Please direct any questions about the new SDK to the [Go App Engine discussion group](http://groups.google.com/group/google-appengine-go).
diff --git a/_content/appengine-171.article b/_content/appengine-171.article
deleted file mode 100644
index 57c047d..0000000
--- a/_content/appengine-171.article
+++ /dev/null
@@ -1,45 +0,0 @@
-# Go updates in App Engine 1.7.1
-22 Aug 2012
-Tags: appengine, release
-Summary: App Engine SDK 1.7.1 adds memcache and other functionality for Go.
-OldURL: /go-updates-in-app-engine-171
-
-Andrew Gerrand
-
-##
-
-This week we released version 1.7.1 of the App Engine SDK.
-It includes some significant updates specific to the App Engine runtime for Go.
-
-The [memcache package](https://developers.google.com/appengine/docs/go/memcache/reference) has
-had some additions to its [Codec](https://developers.google.com/appengine/docs/go/memcache/reference#Codec) convenience type.
-The SetMulti, AddMulti, CompareAndSwap, and CompareAndSwapMulti methods
-make it easier to store and update encoded data in the [Memcache Service](https://developers.google.com/appengine/docs/go/memcache/overview).
-
-The [bulkloader tool](https://developers.google.com/appengine/docs/go/tools/uploadingdata) can
-now be used with Go apps,
-allowing users to upload and download datastore records in bulk.
-This is useful for backups and offline processing,
-and a great help when migrating Python or Java apps to the Go runtime.
-
-The [Images Service](https://developers.google.com/appengine/docs/go/images/overview) is
-now available to Go users.
-The new [appengine/image package](https://developers.google.com/appengine/docs/go/images/reference) supports serving
-images directly from Blobstore and resizing or cropping those images on the fly.
-Note that this is not the full image service as provided by the Python and Java SDKs,
-as much of the equivalent functionality is available in the [standard Go image package](https://golang.org/pkg/image/) and
-external packages such as [graphics-go](http://code.google.com/p/graphics-go/).
-
-The new [runtime.RunInBackground](https://developers.google.com/appengine/docs/go/backends/runtime#RunInBackground) function
-allows backend requests to spawn a new request independent of the initial request.
-These can run in the background as long as the backend stays alive.
-
-Finally, we have filled in some missing functionality:
-the [xmpp package](https://developers.google.com/appengine/docs/go/xmpp/reference) now
-supports sending presence updates and chat invitations and retrieving the
-presence state of another user,
-and the [user package](https://developers.google.com/appengine/docs/go/users/reference) supports
-authenticating clients with OAuth.
-
-You can grab the new SDK from the [App Engine downloads page](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go) and
-browse the [updated documentation](https://developers.google.com/appengine/docs/go).
diff --git a/_content/appengine-dec2013.article b/_content/appengine-dec2013.article
deleted file mode 100644
index 030323f..0000000
--- a/_content/appengine-dec2013.article
+++ /dev/null
@@ -1,111 +0,0 @@
-# Go on App Engine: tools, tests, and concurrency
-13 Dec 2013
-Tags: appengine
-Summary: Announcing improvements to Go on App Engine.
-
-Andrew Gerrand
-
-Johan Euphrosine
-
-## Background
-
-When we [launched Go for App Engine](https://blog.golang.org/go-and-google-app-engine)
-in May 2011 the SDK was just a modified version of the Python SDK.
-At the time, there was no canonical way to build or organize Go programs, so it
-made sense to take the Python approach. Since then Go 1.0 was released,
-including the [go tool](https://golang.org/cmd/go/) and a
-[convention](https://golang.org/doc/code.html) for organizing Go programs.
-
-In January 2013 we announced
-[better integration](https://blog.golang.org/the-app-engine-sdk-and-workspaces-gopath)
-between the Go App Engine SDK and the go tool, promoting the use of
-conventional import paths in App Engine apps and making it possible to use "go
-get" to fetch app dependencies.
-
-With the recent release of App Engine 1.8.8 we are pleased to announce more
-improvements to the developer experience for Go on App Engine.
-
-## The goapp tool
-
-The Go App Engine SDK now includes the "goapp" tool, an App Engine-specific
-version of the "go" tool. The new name permits users to keep both the regular
-"go" tool and the "goapp" tool in their system PATH.
-
-In addition to the existing "go" tool [commands](https://golang.org/cmd/go/),
-the "goapp" tool provides new commands for working with App Engine apps.
-The "[goapp serve](https://developers.google.com/appengine/docs/go/tools/devserver)"
-command starts the local development server and the
-"[goapp deploy](https://developers.google.com/appengine/docs/go/tools/uploadinganapp)"
-command uploads an app to App Engine.
-
-The main advantages offered by the "goapp serve" and "goapp deploy" commands
-are a simplified user interface and consistency with existing commands like
-"go get" and "go fmt".
-For example, to run a local instance of the app in the current directory, run:
-
-	$ goapp serve
-
-To upload it to App Engine:
-
-	$ goapp deploy
-
-You can also specify the Go import path to serve or deploy:
-
-	$ goapp serve github.com/user/myapp
-
-You can even specify a YAML file to serve or deploy a specific
-[module](https://developers.google.com/appengine/docs/go/modules/):
-
-	$ goapp deploy mymodule.yaml
-
-These commands can replace most uses of `dev_appserver.py` and `appcfg.py`,
-although the Python tools are still available for their less common uses.
-
-## Local unit testing
-
-The Go App Engine SDK now supports local unit testing, using Go's native
-[testing package](https://developers.google.com/appengine/docs/go/tools/localunittesting)
-and the "[go test](https://golang.org/cmd/go/#hdr-Test_packages)" command
-(provided as "goapp test" by the SDK).
-
-Furthermore, you can now write tests that use App Engine services.
-The [aetest package](https://developers.google.com/appengine/docs/go/tools/localunittesting#Go_Introducing_the_aetest_package)
-provides an appengine.Context value that delegates requests to a temporary
-instance of the development server.
-
-For more information about using "goapp test" and the aetest package, see the
-[Local Unit Testing for Go documentation](https://developers.google.com/appengine/docs/go/tools/localunittesting).
-Note that the aetest package is still in its early days;
-we hope to add more features over time.
-
-## Better concurrency support
-
-It is now possible to configure the number of concurrent requests served by
-each of your app's dynamic instances by setting the
-[`max_concurrent_requests`](https://developers.google.com/appengine/docs/go/modules/#max_concurrent_requests) option
-(available to [Automatic Scaling modules](https://developers.google.com/appengine/docs/go/modules/#automatic_scaling) only).
-
-Here's an example `app.yaml` file:
-
-	application: maxigopher
-	version: 1
-	runtime: go
-	api_version: go1
-	automatic_scaling:
-	  max_concurrent_requests: 100
-
-This configures each instance of the app to serve up to 100 requests
-concurrently (up from the default of 10). You can configure Go instances to
-serve up to a maximum of 500 concurrent requests.
-
-This setting allows your instances to handle more simultaneous requests by
-taking advantage of Go's efficient handling of concurrency, which should yield
-better instance utilization and ultimately fewer billable instance hours.
-
-## Conclusion
-
-With these changes Go on App Engine is more convenient and efficient than ever,
-and we hope you enjoy the improvements. Please join the
-[google-appengine-go group](http://groups.google.com/group/google-appengine-go/)
-to raise questions or discuss these changes with the engineering team and the
-rest of the community.
diff --git a/_content/appengine-ga.article b/_content/appengine-ga.article
deleted file mode 100644
index 964efc1..0000000
--- a/_content/appengine-ga.article
+++ /dev/null
@@ -1,36 +0,0 @@
-# Go for App Engine is now generally available
-21 Jul 2011
-Tags: appengine, release
-Summary: You can use Go on App Engine now!
-OldURL: /go-for-app-engine-is-now-generally
-
-Andrew Gerrand
-
-##
-
-The Go and App Engine teams are excited to announce that the Go runtime
-for App Engine is now generally available.
-This means you can take that Go app you've been working on (or meaning to
-work on) and deploy it to App Engine right now with the new [1.5.2 SDK](http://code.google.com/appengine/downloads.html).
-
-Since we announced the Go runtime at Google I/O we have continued to [improve and extend](http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes)
-Go support for the App Engine APIs and have added the Channels API.
-The Go Datastore API now supports transactions and ancestor queries, too.
-See the [Go App Engine documentation](https://code.google.com/appengine/docs/go/)
-for all the details.
-
-For those who have been using the Go SDK already,
-please note that the 1.5.2 release introduces `api_version` 2.
-This is because the new SDK is based on Go `release.r58.1` (the current
-stable version of Go) and is not backwards compatible with the previous release.
-Existing apps may require changes as per the [r58 release notes](https://golang.org/doc/devel/release.html#r58).
-Once you've updated your code, you should redeploy your app with the line
-`api_version: 2` in its `app.yaml` file.
-Apps written against `api_version` 1 will stop working after the 18th of August.
-
-Finally, we owe a huge thanks to our trusted testers and their many bug reports.
-Their help was invaluable in reaching this important milestone.
-
-_The fastest way to get started with Go on App Engine is with the_ [_Getting Started guide_](http://code.google.com/appengine/docs/go/gettingstarted/).
-
-_Note that the Go runtime is still considered experimental; it is not as well-supported as the Python and Java runtimes._
diff --git a/_content/appengine-go111.article b/_content/appengine-go111.article
deleted file mode 100644
index 7d0dd8a..0000000
--- a/_content/appengine-go111.article
+++ /dev/null
@@ -1,77 +0,0 @@
-# Announcing App Engine’s New Go 1.11 Runtime
-16 Oct 2018
-Tags: appengine
-Summary: Google Cloud is announcing a new Go 1.11 runtime for App Engine, with fewer limits on app structure.
-
-Eno Compton
-
-Tyler Bui-Palsulich
-
-##
-
-[App Engine](https://cloud.google.com/appengine/) launched
-[experimental support for Go](https://blog.golang.org/go-and-google-app-engine)
-in 2011. In the subsequent years, the Go community has grown significantly and
-has settled on idiomatic
-patterns for cloud-based applications. Today, Google Cloud is
-[announcing a new Go 1.11 runtime](https://cloud.google.com/blog/products/application-development/go-1-11-is-now-available-on-app-engine)
-for the App Engine standard environment that provides all the
-power of App Engine—things like paying only for what you use, automatic scaling,
-and managed infrastructure—while supporting idiomatic Go.
-
-Starting with Go 1.11, Go on App Engine has no limits on application structure,
-supported packages, `context.Context` values, or HTTP clients. Write your Go
-application however you prefer, add an `app.yaml` file, and your app is ready
-to deploy on App Engine.
-[Specifying Dependencies](https://cloud.google.com/appengine/docs/standard/go111/specifying-dependencies)
-describes how the new runtime
-supports [vendoring](https://golang.org/cmd/go/#hdr-Vendor_Directories) and
-[modules](https://golang.org/doc/go1.11#modules) (experimental) for dependency
-management.
-
-Along with [Cloud Functions support for Go](https://twitter.com/kelseyhightower/status/1035278586754813952)
-(more on that in a future post), App Engine provides a compelling way to run Go
-code on Google Cloud Platform (GCP) with no concern for the underlying
-infrastructure.
-
-Let’s take a look at creating a small application for App Engine. For the
-example here, we assume a `GOPATH`-based workflow, although Go modules have
-[experimental support](https://cloud.google.com/appengine/docs/standard/go111/specifying-dependencies)
-as well.
-
-First, you create the application in your `GOPATH`:
-
-.code appengine/main.go
-
-The code contains an idiomatic setup for a small HTTP server that responds with
-“Hello, 世界.” If you have previous App Engine experience, you’ll notice the
-absence of any call to `appengine.Main()`, which is now entirely optional.
-Furthermore, the application code is completely portable—there are no ties to
-the infrastructure that your application is deployed on.
-
-If you need to use external dependencies, you can add those dependencies to a
-`vendor` directory or to a `go.mod` file, both of which the new runtime
-supports.
-
-With the application code complete, create an `app.yaml` file to specify
-the runtime:
-
-	runtime: go111
-
-Finally, set your machine up with a Google Cloud Platform account:
-
-  - Create an account with [https://cloud.google.com](GCP).
-  - [Create a project](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
-  - Install the [Cloud SDK](https://cloud.google.com/sdk/) on your system.
-
-With all the setup complete, you can deploy using one command:
-
-	gcloud app deploy
-
-We think Go developers will find the new Go 1.11 runtime for App Engine an
-exciting addition to the available options to run Go applications. There is a
-[free tier](https://cloud.google.com/free/). Check out the
-[getting started guide](https://cloud.google.com/appengine/docs/standard/go111/building-app/)
-or the
-[migration guide](https://cloud.google.com/appengine/docs/standard/go111/go-differences)
-and deploy an app to the new runtime today!
diff --git a/_content/appengine-gopath.article b/_content/appengine-gopath.article
deleted file mode 100644
index d9f995b..0000000
--- a/_content/appengine-gopath.article
+++ /dev/null
@@ -1,157 +0,0 @@
-# The App Engine SDK and workspaces (GOPATH)
-9 Jan 2013
-Tags: appengine, tools, gopath
-Summary: App Engine SDK 1.7.4 adds support for GOPATH-style workspaces.
-OldURL: /the-app-engine-sdk-and-workspaces-gopath
-
-Andrew Gerrand
-
-## Introduction
-
-When we released Go 1 we introduced the [go tool](https://golang.org/cmd/go/) and,
-with it, the concept of workspaces.
-Workspaces (specified by the GOPATH environment variable) are a convention
-for organizing code that simplifies fetching,
-building, and installing Go packages.
-If you're not familiar with workspaces, please read [this article](https://golang.org/doc/code.html)
-or watch [this screencast](http://www.youtube.com/watch?v=XCsL89YtqCs) before reading on.
-
-Until recently, the tools in the App Engine SDK were not aware of workspaces.
-Without workspaces the "[go get](https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies)"
-command cannot function,
-and so app authors had to install and update their app dependencies manually. It was a pain.
-
-This has all changed with version 1.7.4 of the App Engine SDK.
-The [dev\_appserver](https://developers.google.com/appengine/docs/go/tools/devserver)
-and [appcfg](https://developers.google.com/appengine/docs/go/tools/uploadinganapp)
-tools are now workspace-aware.
-When running locally or uploading an app,
-these tools now search for dependencies in the workspaces specified by the
-GOPATH environment variable.
-This means you can now use "go get" while building App Engine apps,
-and switch between normal Go programs and App Engine apps without changing
-your environment or habits.
-
-For example, let's say you want to build an app that uses OAuth 2.0 to authenticate
-with a remote service.
-A popular OAuth 2.0 library for Go is the [oauth2](https://godoc.org/golang.org/x/oauth2) package,
-which you can install to your workspace with this command:
-
-	go get golang.org/x/oauth2
-
-When writing your App Engine app, import the oauth package just as you would in a regular Go program:
-
-	import "golang.org/x/oauth2"
-
-Now, whether running your app with the dev\_appserver or deploying it with appcfg,
-the tools will find the oauth package in your workspace. It just works.
-
-## Hybrid stand-alone/App Engine apps
-
-The Go App Engine SDK builds on Go's standard [net/http](https://golang.org/pkg/net/http/)
-package to serve web requests and,
-as a result, many Go web servers can be run on App Engine with only a few changes.
-For example, [godoc](https://golang.org/cmd/godoc/) is included in the
-Go distribution as a stand-alone program,
-but it can also run as an App Engine app (godoc serves [golang.org](https://golang.org/) from App Engine).
-
-But wouldn't it be nice if you could write a program that is both a stand-alone
-web server and an App Engine app? By using [build constraints](https://golang.org/pkg/go/build/#hdr-Build_Constraints), you can.
-
-Build constraints are line comments that determine whether a file should
-be included in a package.
-They are most often used in code that handles a variety of operating systems
-or processor architectures.
-For instance, the [path/filepath](https://golang.org/pkg/path/filepath/)
-package includes the file [symlink.go](https://golang.org/src/pkg/path/filepath/symlink.go),
-which specifies a build constraint to ensure that it is not built on Windows
-systems (which do not have symbolic links):
-
-	// +build !windows
-
-The App Engine SDK introduces a new build constraint term: "appengine". Files that specify
-
-	// +build appengine
-
-will be built by the App Engine SDK and ignored by the go tool. Conversely, files that specify
-
-	// +build !appengine
-
-are ignored by the App Engine SDK, while the go tool will happily build them.
-
-The [goprotobuf](http://code.google.com/p/goprotobuf/) library uses this
-mechanism to provide two implementations of a key part of its encode/decode machinery:
-[pointer\_unsafe.go](http://code.google.com/p/goprotobuf/source/browse/proto/pointer_unsafe.go)
-is the faster version that cannot be used on App Engine because it uses
-the [unsafe package](https://golang.org/pkg/unsafe/),
-while [pointer\_reflect.go](http://code.google.com/p/goprotobuf/source/browse/proto/pointer_reflect.go)
-is a slower version that avoids unsafe by using the [reflect package](https://golang.org/pkg/reflect/) instead.
-
-Let's take a simple Go web server and turn it into a hybrid app. This is main.go:
-
-	package main
-
-	import (
-	    "fmt"
-	    "net/http"
-	)
-
-	func main() {
-	    http.HandleFunc("/", handler)
-	    http.ListenAndServe("localhost:8080", nil)
-	}
-
-	func handler(w http.ResponseWriter, r *http.Request) {
-	    fmt.Fprint(w, "Hello!")
-	}
-
-Build this with the go tool and you'll get a stand-alone web server executable.
-
-The App Engine infrastructure provides its own main function that runs its
-equivalent to ListenAndServe.
-To convert main.go to an App Engine app, drop the call to ListenAndServe
-and register the handler in an init function (which runs before main). This is app.go:
-
-	package main
-
-	import (
-	    "fmt"
-	    "net/http"
-	)
-
-	func init() {
-	    http.HandleFunc("/", handler)
-	}
-
-	func handler(w http.ResponseWriter, r *http.Request) {
-	    fmt.Fprint(w, "Hello!")
-	}
-
-To make this a hybrid app, we need to split it into an App Engine-specific part,
-an stand-alone binary-specific part, and the parts common to both versions.
-In this case, there is no App Engine-specific part,
-so we split it into just two files:
-
-app.go specifies and registers the handler function.
-It is identical to the code listing above,
-and requires no build constraints as it should be included in all versions of the program.
-
-main.go runs the web server. It includes the "!appengine" build constraint,
-as it must only included when building the stand-alone binary.
-
-	// +build !appengine
-
-	package main
-
-	import "net/http"
-
-	func main() {
-	    http.ListenAndServe("localhost:8080", nil)
-	}
-
-To see a more complex hybrid app, take a look at the [present tool](https://godoc.org/golang.org/x/tools/present).
-
-## Conclusions
-
-We hope these changes will make it easier to work on apps with external dependencies,
-and to maintain code bases that contain both stand-alone programs and App Engine apps.
diff --git a/_content/appengine-scalable.article b/_content/appengine-scalable.article
deleted file mode 100644
index 4a91040..0000000
--- a/_content/appengine-scalable.article
+++ /dev/null
@@ -1,35 +0,0 @@
-# Writing scalable App Engine applications
-1 Nov 2011
-Tags: appengine, optimization
-Summary: How to build scalable web applications using Go with Google App Engine.
-OldURL: /writing-scalable-app-engine
-
-David Symonds
-
-##
-
-Back in May, we [announced](https://blog.golang.org/2011/05/go-and-google-app-engine.html)
-the Go runtime for App Engine.
-Since then, we've opened it up for everyone to use,
-added many new APIs, and improved performance.
-We have been thrilled by all the interesting ways that people are using Go on App Engine.
-One of the key benefits of the Go runtime,
-apart from working in a fantastic language,
-is that it has high performance.
-Go applications compile to native code, with no interpreter or virtual machine
-getting between your program and the machine.
-
-Making your web application fast is important because it is well known that
-a web site's latency has a measurable impact on user happiness,
-and [Google web search uses it as a ranking factor](https://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html).
-Also announced in May was that App Engine would be [leaving its Preview status](http://googleappengine.blogspot.com/2011/05/year-ahead-for-google-app-engine.html)
-and transitioning to a [new pricing model](https://www.google.com/enterprise/cloud/appengine/pricing.html),
-providing another reason to write efficient App Engine applications.
-
-To make it easier for Go developers using App Engine to write highly efficient,
-scalable applications, we recently updated some existing App Engine articles
-to include snippets of Go source code and to link to relevant Go documentation.
-
-  - [Best practices for writing scalable applications](http://code.google.com/appengine/articles/scaling/overview.html)
-
-  - [Managing Your App's Resource Usage](http://code.google.com/appengine/articles/managing-resources.html)
diff --git a/_content/appengine.article b/_content/appengine.article
deleted file mode 100644
index 89b8244..0000000
--- a/_content/appengine.article
+++ /dev/null
@@ -1,77 +0,0 @@
-# Go and Google App Engine
-10 May 2011
-Tags: appengine, release
-Summary: Announcing support for Go in Google App Engine.
-OldURL: /go-and-google-app-engine
-
-David Symonds
-
-Nigel Tao
-
-Andrew Gerrand
-
-##
-
-Google’s App Engine provides a reliable,
-scalable, easy way to build and deploy applications for the web.
-Over a hundred thousand apps are hosted at appspot.com and custom domains
-using the App Engine infrastructure.
-Originally written for Python apps, in 2009 the system added a Java runtime.
-And today, at Google I/O, we’re thrilled to announce that Go will be next.
-It’s marked as an experimental App Engine feature for now,
-because it’s early days, but both the App Engine and Go teams are very
-excited about this milestone.
-
-By early days, we mean that it’s still rolling out.
-As of today, the App Engine SDK for Go is [available for download](http://code.google.com/p/googleappengine/downloads/list),
-and we will soon enable deployment of Go apps into the App Engine hosting infrastructure.
-Today, through the SDK, you’ll be able to write web apps,
-learn about the APIs (and the language, if it’s new to you),
-and run your web app locally.
-Once full deployment is enabled, it’ll be easy to push your app to Google’s cloud.
-
-One of the cool but less obvious things about this news is that it provides
-a very easy way to play with Go.
-You don’t even need to have Go installed beforehand because the SDK is
-fully self-contained.
-Just download the SDK, unzip it, and start coding.
-Moreover, the SDK’s “dev app server” means you don’t even need to
-run the compiler yourself;
-everything is delightfully automatic.
-
-What you’ll find in the SDK is many of the standard App Engine APIs,
-custom designed in good Go style, including Datastore,
-Blobstore, URL Fetch, Mail, Users, and so on.
-More APIs will be added as the environment develops.
-The runtime provides the full Go language and almost all the standard libraries,
-except for a few things that don’t make sense in the App Engine environment.
-For instance, there is no `unsafe` package and the `syscall` package is trimmed.
-(The implementation uses an expanded version of the setup in the [Go Playground](https://golang.org/doc/play/)
-on [golang.org](https://golang.org/).)
-
-Also, although goroutines and channels are present,
-when a Go app runs on App Engine only one thread is run in a given instance.
-That is, all goroutines run in a single operating system thread,
-so there is no CPU parallelism available for a given client request.
-We expect this restriction will be lifted at some point.
-
-Despite these minor restrictions, it’s the real language:
-Code is deployed in source form and compiled in the cloud using the 64-bit x86 compiler (6g),
-making it the first true compiled language that runs on App Engine.
-Go on App Engine makes it possible to deploy efficient,
-CPU-intensive web applications.
-
-If you want to know more, read the [documentation](http://code.google.com/appengine/docs/go/)
-(start with “[Getting Started](http://code.google.com/appengine/docs/go/gettingstarted/)”).
-The libraries and SDK are open source, hosted at [http://code.google.com/p/appengine-go/](http://code.google.com/p/appengine-go/).
-We’ve created a new [google-appengine-go](http://groups.google.com/group/google-appengine-go) mailing list;
-feel free to contact us there with App Engine-specific questions.
-The [issue tracker for App Engine](http://code.google.com/p/googleappengine/issues/list)
-is the place for reporting issues related to the new Go SDK.
-
-The Go App Engine SDK is [available](http://code.google.com/p/googleappengine/downloads/list)
-for Linux and Mac OS X (10.5 or greater);
-we hope a Windows version will also be available soon.
-
-We’d like to offer our thanks for all the help and enthusiasm we received
-from Google’s App Engine team in making this happen.
diff --git a/_content/appengine/main.go b/_content/appengine/main.go
deleted file mode 100644
index ac8feda..0000000
--- a/_content/appengine/main.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// This server can run on App Engine.
-package main
-
-import (
-	"fmt"
-	"log"
-	"net/http"
-	"os"
-)
-
-func main() {
-	port := os.Getenv("PORT")
-	if port == "" {
-		port = "8080"
-	}
-	http.HandleFunc("/", hello)
-
-	log.Fatal(http.ListenAndServe(fmt.Sprintf(":%s", port), nil))
-}
-
-func hello(w http.ResponseWriter, r *http.Request) {
-	w.Write([]byte("Hello, 世界"))
-}
diff --git a/_content/bossie.article b/_content/bossie.article
deleted file mode 100644
index bff5a23..0000000
--- a/_content/bossie.article
+++ /dev/null
@@ -1,28 +0,0 @@
-# Go Wins 2010 Bossie Award
-6 Sep 2010
-Summary: Go wins a 2010 Bossie Award for “best open source application development software.” 
-OldURL: /go-wins-2010-bossie-award
-
-Andrew Gerrand
-
-##
-
-The Go project has been awarded a [Bossie Award](http://www.infoworld.com/d/open-source/bossie-awards-2010-the-best-open-source-application-development-software-140&current=2&last=1)
-for "best open source application development software." The [Bossie Awards](http://www.infoworld.com/d/open-source/bossie-awards-2010-the-best-open-source-software-the-year-115)
-have been given each year since 2007 by [InfoWorld](http://infoworld.com/)
-to recognize the best Open Source projects.
-Their citation reads:
-
-Google's Go language tries to restore simplicity to programming.
-It does away with numerous constructs that have crept into all OO languages
-by re-imagining how to simplify and improve the conversation between a developer and the code.
-Go provides garbage collection, type safety,
-memory safety, and built-in support for concurrency and for Unicode characters.
-In addition, it compiles (fast!) to binaries for multiple platforms.
-Go is still in development (new features are being added) and it has limitations,
-notably poor support for Windows.
-But it shows a new, exciting direction in programming languages.
-
-The Go team are pleased to accept this award.
-It reflects not only our hard work, but also the efforts of the growing
-community of Go developers to whom we must extend our sincere thanks.
diff --git a/_content/cgo.article b/_content/cgo.article
deleted file mode 100644
index 66988fa..0000000
--- a/_content/cgo.article
+++ /dev/null
@@ -1,151 +0,0 @@
-# C? Go? Cgo!
-17 Mar 2011
-Tags: cgo, technical
-Summary: How to use cgo to let Go packages call C code.
-OldURL: /c-go-cgo
-
-Andrew Gerrand
-
-## Introduction
-
-Cgo lets Go packages call C code. Given a Go source file written with some special features,
-cgo outputs Go and C files that can be combined into a single Go package.
-
-To lead with an example, here's a Go package that provides two functions -
-`Random` and `Seed` - that wrap C's `random` and `srandom` functions.
-
-	package rand
-
-	/*
-	#include <stdlib.h>
-	*/
-	import "C"
-
-	func Random() int {
-	    return int(C.random())
-	}
-
-	func Seed(i int) {
-	    C.srandom(C.uint(i))
-	}
-
-Let's look at what's happening here, starting with the import statement.
-
-The `rand` package imports `"C"`, but you'll find there's no such package
-in the standard Go library.
-That's because `C` is a "pseudo-package",
-a special name interpreted by cgo as a reference to C's name space.
-
-The `rand` package contains four references to the `C` package:
-the calls to `C.random` and `C.srandom`, the conversion `C.uint(i)`,
-and the `import` statement.
-
-The `Random` function calls the standard C library's `random` function and returns the result.
-In C, `random` returns a value of the C type `long`,
-which cgo represents as the type `C.long`.
-It must be converted to a Go type before it can be used by Go code outside this package,
-using an ordinary Go type conversion:
-
-	func Random() int {
-	    return int(C.random())
-	}
-
-Here's an equivalent function that uses a temporary variable to illustrate the type conversion more explicitly:
-
-	func Random() int {
-	    var r C.long = C.random()
-	    return int(r)
-	}
-
-The `Seed` function does the reverse, in a way.
-It takes a regular Go `int`, converts it to the C `unsigned int` type,
-and passes it to the C function `srandom`.
-
-	func Seed(i int) {
-	    C.srandom(C.uint(i))
-	}
-
-Note that cgo knows the `unsigned int` type as `C.uint`;
-see the [cgo documentation](https://golang.org/cmd/cgo) for a complete
-list of these numeric type names.
-
-The one detail of this example we haven't examined yet is the comment above the `import` statement.
-
-	/*
-	#include <stdlib.h>
-	*/
-	import "C"
-
-Cgo recognizes this comment.  Any lines starting with `#cgo` followed by
-a space character are removed;
-these become directives for cgo.
-The remaining lines are used as a header when compiling the C parts of the package.
-In this case those lines are just a single `#include` statement,
-but they can be almost any C code.
-The `#cgo` directives are used to provide flags for the compiler and linker
-when building the C parts of the package.
-
-There is a limitation: if your program uses any `//export` directives,
-then the C code in the comment may only include declarations (`extern int f();`),
-not definitions (`int f() { return 1; }`).
-You can use `//export` directives to make Go functions accessible to C code.
-
-The `#cgo` and `//export` directives are documented in the [cgo documentation](https://golang.org/cmd/cgo/).
-
-## Strings and things
-
-Unlike Go, C doesn't have an explicit string type. Strings in C are represented by a zero-terminated array of chars.
-
-Conversion between Go and C strings is done with the `C.CString`,
-`C.GoString`, and `C.GoStringN` functions.
-These conversions make a copy of the string data.
-
-This next example implements a `Print` function that writes a string to
-standard output using C's `fputs` function from the `stdio` library:
-
-	package print
-
-	// #include <stdio.h>
-	// #include <stdlib.h>
-	import "C"
-	import "unsafe"
-
-	func Print(s string) {
-	    cs := C.CString(s)
-	    C.fputs(cs, (*C.FILE)(C.stdout))
-	    C.free(unsafe.Pointer(cs))
-	}
-
-Memory allocations made by C code are not known to Go's memory manager.
-When you create a C string with `C.CString` (or any C memory allocation)
-you must remember to free the memory when you're done with it by calling `C.free`.
-
-The call to `C.CString` returns a pointer to the start of the char array,
-so before the function exits we convert it to an [`unsafe.Pointer`](https://golang.org/pkg/unsafe/#Pointer)
-and release the memory allocation with `C.free`.
-A common idiom in cgo programs is to [`defer`](https://golang.org/doc/articles/defer_panic_recover.html)
-the free immediately after allocating (especially when the code that follows
-is more complex than a single function call),
-as in this rewrite of `Print`:
-
-	func Print(s string) {
-	    cs := C.CString(s)
-	    defer C.free(unsafe.Pointer(cs))
-	    C.fputs(cs, (*C.FILE)(C.stdout))
-	}
-
-## Building cgo packages
-
-To build cgo packages, just use [`go build`](https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies)
-or [`go install`](https://golang.org/cmd/go/#hdr-Compile_and_install_packages_and_dependencies) as usual.
-The go tool recognizes the special `"C"` import and automatically uses cgo for those files.
-
-## More cgo resources
-
-The [cgo command](https://golang.org/cmd/cgo/) documentation has more
-detail about the C pseudo-package and the build process.
-The [cgo examples](https://golang.org/misc/cgo/) in the Go tree demonstrate
-more advanced concepts.
-
-Finally, if you're curious as to how all this works internally,
-take a look at the introductory comment of the runtime package's [cgocall.go](https://golang.org/src/runtime/cgocall.go).
diff --git a/_content/codelab-share.article b/_content/codelab-share.article
deleted file mode 100644
index 03fbab6..0000000
--- a/_content/codelab-share.article
+++ /dev/null
@@ -1,107 +0,0 @@
-# Share Memory By Communicating
-13 Jul 2010
-Tags: concurrency, technical
-Summary: A preview of the new Go codelab, Share Memory by Communicating.
-OldURL: /share-memory-by-communicating
-
-Andrew Gerrand
-
-##
-
-Traditional threading models (commonly used when writing Java,
-C++, and Python programs, for example) require the programmer to communicate
-between threads using shared memory.
-Typically, shared data structures are protected by locks,
-and threads will contend over those locks to access the data.
-In some cases, this is made easier by the use of thread-safe data structures
-such as Python's Queue.
-
-Go's concurrency primitives - goroutines and channels - provide an elegant
-and distinct means of structuring concurrent software.
-(These concepts have an [interesting history](https://swtch.com/~rsc/thread/) that begins with C.
-A. R. Hoare's [Communicating Sequential Processes](http://www.usingcsp.com/).)
-Instead of explicitly using locks to mediate access to shared data,
-Go encourages the use of channels to pass references to data between goroutines.
-This approach ensures that only one goroutine has access to the data at a given time.
-The concept is summarized in the document [Effective Go](https://golang.org/doc/effective_go.html)
-(a must-read for any Go programmer):
-
-_Do not communicate by sharing memory; instead, share memory by communicating._
-
-Consider a program that polls a list of URLs.
-In a traditional threading environment, one might structure its data like so:
-
-	type Resource struct {
-	    url        string
-	    polling    bool
-	    lastPolled int64
-	}
-
-	type Resources struct {
-	    data []*Resource
-	    lock *sync.Mutex
-	}
-
-And then a Poller function (many of which would run in separate threads) might look something like this:
-
-	func Poller(res *Resources) {
-	    for {
-	        // get the least recently-polled Resource
-	        // and mark it as being polled
-	        res.lock.Lock()
-	        var r *Resource
-	        for _, v := range res.data {
-	            if v.polling {
-	                continue
-	            }
-	            if r == nil || v.lastPolled < r.lastPolled {
-	                r = v
-	            }
-	        }
-	        if r != nil {
-	            r.polling = true
-	        }
-	        res.lock.Unlock()
-	        if r == nil {
-	            continue
-	        }
-
-	        // poll the URL
-
-	        // update the Resource's polling and lastPolled
-	        res.lock.Lock()
-	        r.polling = false
-	        r.lastPolled = time.Nanoseconds()
-	        res.lock.Unlock()
-	    }
-	}
-
-This function is about a page long, and requires more detail to make it complete.
-It doesn't even include the URL polling logic (which,
-itself, would only be a few lines), nor will it gracefully handle exhausting
-the pool of Resources.
-
-Let's take a look at the same functionality implemented using Go idiom.
-In this example, Poller is a function that receives Resources to be polled
-from an input channel,
-and sends them to an output channel when they're done.
-
-	type Resource string
-
-	func Poller(in, out chan *Resource) {
-	    for r := range in {
-	        // poll the URL
-
-	        // send the processed Resource to out
-	        out <- r
-	    }
-	}
-
-The delicate logic from the previous example is conspicuously absent,
-and our Resource data structure no longer contains bookkeeping data.
-In fact, all that's left are the important parts.
-This should give you an inkling as to the power of these simple language features.
-
-There are many omissions from the above code snippets.
-For a walkthrough of a complete, idiomatic Go program that uses these ideas,
-see the Codewalk [_Share Memory By Communicating_](https://golang.org/doc/codewalk/sharemem/).
diff --git a/_content/concurrency-timeouts.article b/_content/concurrency-timeouts.article
deleted file mode 100644
index 8237e7d..0000000
--- a/_content/concurrency-timeouts.article
+++ /dev/null
@@ -1,84 +0,0 @@
-# Go Concurrency Patterns: Timing out, moving on
-23 Sep 2010
-Tags: concurrency, technical
-Summary: How to implement timeouts using Go's concurrency support.
-OldURL: /go-concurrency-patterns-timing-out-and
-
-Andrew Gerrand
-
-##
-
-Concurrent programming has its own idioms.
-A good example is timeouts. Although Go's channels do not support them directly,
-they are easy to implement.
-Say we want to receive from the channel `ch`,
-but want to wait at most one second for the value to arrive.
-We would start by creating a signalling channel and launching a goroutine
-that sleeps before sending on the channel:
-
-	timeout := make(chan bool, 1)
-	go func() {
-	    time.Sleep(1 * time.Second)
-	    timeout <- true
-	}()
-
-We can then use a `select` statement to receive from either `ch` or `timeout`.
-If nothing arrives on `ch` after one second,
-the timeout case is selected and the attempt to read from ch is abandoned.
-
-	select {
-	case <-ch:
-	    // a read from ch has occurred
-	case <-timeout:
-	    // the read from ch has timed out
-	}
-
-The `timeout` channel is buffered with space for 1 value,
-allowing the timeout goroutine to send to the channel and then exit.
-The goroutine doesn't know (or care) whether the value is received.
-This means the goroutine won't hang around forever if the `ch` receive happens
-before the timeout is reached.
-The `timeout` channel will eventually be deallocated by the garbage collector.
-
-(In this example we used `time.Sleep` to demonstrate the mechanics of goroutines and channels.
-In real programs you should use ` [time.After](https://golang.org/pkg/time/#After)`,
-a function that returns a channel and sends on that channel after the specified duration.)
-
-Let's look at another variation of this pattern.
-In this example we have a program that reads from multiple replicated databases simultaneously.
-The program needs only one of the answers,
-and it should accept the answer that arrives first.
-
-The function `Query` takes a slice of database connections and a `query` string.
-It queries each of the databases in parallel and returns the first response it receives:
-
-	func Query(conns []Conn, query string) Result {
-	    ch := make(chan Result)
-	    for _, conn := range conns {
-	        go func(c Conn) {
-	            select {
-	            case ch <- c.DoQuery(query):
-	            default:
-	            }
-	        }(conn)
-	    }
-	    return <-ch
-	}
-
-In this example, the closure does a non-blocking send,
-which it achieves by using the send operation in `select` statement with a `default` case.
-If the send cannot go through immediately the default case will be selected.
-Making the send non-blocking guarantees that none of the goroutines launched
-in the loop will hang around.
-However, if the result arrives before the main function has made it to the receive,
-the send could fail since no one is ready.
-
-This problem is a textbook example of what is known as a [race condition](https://en.wikipedia.org/wiki/Race_condition),
-but the fix is trivial.
-We just make sure to buffer the channel `ch` (by adding the buffer length
-as the second argument to [make](https://golang.org/pkg/builtin/#make)),
-guaranteeing that the first send has a place to put the value.
-This ensures the send will always succeed,
-and the first value to arrive will be retrieved regardless of the order of execution.
-
-These two examples demonstrate the simplicity with which Go can express complex interactions between goroutines.
diff --git a/_content/conduct-2018.article b/_content/conduct-2018.article
deleted file mode 100644
index 2fb5ffa..0000000
--- a/_content/conduct-2018.article
+++ /dev/null
@@ -1,96 +0,0 @@
-# Updating the Go Code of Conduct
-23 May 2018
-Tags: conduct
-Summary: Revising the Go Code of Conduct.
-
-Steve Francia
-
-##
-
-In November 2015, we introduced the Go Code of Conduct.
-It was developed in a collaboration between
-the Go team members at Google and the Go community.
-I was fortunate to be one of the community members
-invited to participate in both drafting and then enforcing
-the Go Code of Conduct.
-Since then, we have learned two lessons about
-limitations in our code of conduct that restricted us from
-being able to cultivate the safe culture
-essential to Go’s success.
-
-The first lesson we learned is that toxic behaviors by
-project participants in non-project spaces can have a
-negative impact on the project affecting the security and safety of
-community members. There were a few reported
-incidents where actions took place outside of project spaces
-but the impact was felt inside our community. The specific
-language in our code of conduct restricted our ability to
-respond only to actions happening “in the official
-forums operated by the Go project”. We needed a way
-to protect our community members wherever they are.
-
-The second lesson we learned is that the demands required
-to enforce the code
-of conduct place too heavy of a burden on volunteers.
-The initial version of the code of conduct presented the
-working group as disciplinarians. It was soon clear
-that this was too much, so in early 2017 [we changed the group’s role](https://golang.org/cl/37014)
-to that of advisors and mediators.
-Still, working group community members
-reported feeling overwhelmed, untrained, and vulnerable.
-This well-intentioned shift left us without an enforcement mechanism
-without solving the issue with overburdened volunteers.
-
-In mid-2017, I represented the Go project in a meeting with
-Google’s Open Source Programs Office and Open Source Strategy Team
-to address the shortcomings in our respective
-codes of conduct, particularly in their enforcement.
-It quickly became clear that our problems had a lot in common,
-and that working together on a single code of conduct for all
-of Google’s open source projects made sense.
-We started with the text from the
-Contributor Covenant Code of Conduct v1.4
-and then made changes, influenced by
-our experiences in Go community and our collective experiences in open source.
-This resulted in the Google [code of conduct template](https://opensource.google.com/docs/releasing/template/CODE_OF_CONDUCT/).
-
-Today the Go project is adopting this new code of conduct,
-and we’ve updated [golang.org/conduct](https://golang.org/conduct).
-This revised code of conduct retains much of the intent, structure and
-language of the original Go code of conduct while making two critical
-changes that address the shortcomings identified above.
-
-First, [the new code of conduct makes clear](https://golang.org/conduct/#scope) that people who
-participate in any kind of harassment or inappropriate behavior,
-even outside our project spaces, are not welcome in our project spaces.
-This means that the Code of Conduct applies outside
-the project spaces when there is a reasonable belief that
-an individual’s behavior may have a negative
-impact on the project or its community.
-
-Second, in the place of the working group,
-[the new code of conduct introduces a single Project Steward](https://golang.org/conduct/#reporting)
-who will have explicit training and support for this role.
-The Project Steward will receive reported violations
-and then work with a committee,
-consisting of representatives from the Open Source Programs Office
-and the Google Open Source Strategy team,
-to find a resolution.
-
-Our first Project Steward will be [Cassandra Salisbury](https://twitter.com/cassandraoid).
-She is well known to the Go community as a member of Go Bridge,
-an organizer of many Go meetups and conferences,
-and as a lead of the Go community outreach working group.
-Cassandra now works on the Go team at Google
-with a focus on advocating for and supporting the Go community.
-
-We are grateful to everyone who served on the original Code of
-Conduct Working Group. Your efforts were essential in creating an
-inclusive and safe community.
-
-We believe the code of conduct has contributed to the
-Go project becoming more welcoming now than it was in 2015,
-and we should all be proud of that.
-
-We hope that the new code of conduct will help protect our community
-members even more effectively.
diff --git a/_content/constants.article b/_content/constants.article
deleted file mode 100644
index 51308d6..0000000
--- a/_content/constants.article
+++ /dev/null
@@ -1,515 +0,0 @@
-# Constants
-25 Aug 2014
-Tags: constants
-Summary: An introduction to constants in Go.
-
-Rob Pike
-
-## Introduction
-
-Go is a statically typed language that does not permit operations that mix numeric types.
-You can't add a `float64` to an `int`, or even an `int32` to an `int`.
-Yet it is legal to write `1e6*time.Second` or `math.Exp(1)` or even `1<<('\t'+2.0)`.
-In Go, constants, unlike variables, behave pretty much like regular numbers.
-This post explains why that is and what it means.
-
-## Background: C
-
-In the early days of thinking about Go, we talked about a number of problems
-caused by the way C and its descendants let you mix and match numeric types.
-Many mysterious bugs, crashes, and portability problems are caused by expressions
-that combine integers of different sizes and "signedness".
-Although to a seasoned C programmer the result of a calculation like
-
-	unsigned int u = 1e9;
-	long signed int i = -1;
-	... i + u ...
-
-may be familiar, it isn't _a priori_ obvious.
-How big is the result?
-What is its value?
-Is it signed or unsigned?
-
-Nasty bugs lurk here.
-
-C has a set of rules called "the usual arithmetic conversions" and it is
-an indicator of their subtlety that they have changed over the years (introducing
-yet more bugs, retroactively).
-
-When designing Go, we decided to avoid this minefield by mandating that there is _no_ mixing of numeric types.
-If you want to add `i` and `u`, you must be explicit about what you want the result to be.
-Given
-
-	var u uint
-	var i int
-
-you can write either `uint(i)+u` or `i+int(u)`,
-with both the meaning and type of the addition clearly expressed,
-but unlike in C you cannot write `i+u`.
-You can't even mix `int` and `int32`, even when `int` is a 32-bit type.
-
-This strictness eliminates a common cause of bugs and other failures.
-It is a vital property of Go.
-But it has a cost: it sometimes requires programmers to decorate their code
-with clumsy numeric conversions to express their meaning clearly.
-
-And what about constants?
-Given the declarations above, what would make it legal to write `i` `=` `0` or `u` `=` `0`?
-What is the _type_ of `0`?
-It would be unreasonable to require constants to have type conversions in simple contexts such as `i` `=` `int(0)`.
-
-We soon realized the answer lay in making numeric constants work differently
-from how they behave in other C-like languages.
-After much thinking and experimentation, we came up with a design that we
-believe feels right almost always,
-freeing the programmer from converting constants all the time yet being
-able to write things like `math.Sqrt(2)` without being chided by the compiler.
-
-In short, constants in Go just work, most of the time anyway.
-Let's see how that happens.
-
-## Terminology
-
-First, a quick definition.
-In Go, `const` is a keyword introducing a name for a scalar value such as `2` or `3.14159` or `"scrumptious"`.
-Such values, named or otherwise, are called _constants_ in Go.
-Constants can also be created by expressions built from constants,
-such as `2+3` or `2+3i` or `math.Pi/2` or `("go"+"pher")`.
-
-Some languages don't have constants, and others have a more general definition
-of constant or application of the word `const`.
-In C and C++, for instance, `const` is a type qualifier that can codify
-more intricate properties of more intricate values.
-
-But in Go, a constant is just a simple, unchanging value, and from here on we're talking only about Go.
-
-## String constants
-
-There are many kinds of numeric constants—integers,
-floats, runes, signed, unsigned, imaginary,
-complex—so let's start with a simpler form of constant: strings.
-String constants are easy to understand and provide a smaller space in which
-to explore the type issues of constants in Go.
-
-A string constant encloses some text between double quotes.
-(Go also has raw string literals, enclosed by backquotes <code>``</code>,
-but for the purpose of this discussion they have all the same properties.)
-Here is a string constant:
-
-	"Hello, 世界"
-
-(For much more detail about the representation and interpretation of strings,
-see [this blog post](https://blog.golang.org/strings).)
-
-What type does this string constant have?
-The obvious answer is `string`, but that is _wrong_.
-
-This is an _untyped string constant_, which is to say it is a constant textual
-value that does not yet have a fixed type.
-Yes, it's a string, but it's not a Go value of type `string`.
-It remains an untyped string constant even when given a name:
-
-	const hello = "Hello, 世界"
-
-After this declaration, `hello` is also an untyped string constant.
-An untyped constant is just a value, one not yet given a defined type that
-would force it to obey the strict rules that prevent combining differently typed values.
-
-It is this notion of an _untyped_ constant that makes it possible for us to use constants in Go with great freedom.
-
-So what, then, is a _typed_ string constant?
-It's one that's been given a type, like this:
-
-	const typedHello string = "Hello, 世界"
-
-Notice that the declaration of `typedHello` has an explicit `string` type before the equals sign.
-This means that `typedHello` has Go type `string`, and cannot be assigned to a Go variable of a different type.
-That is to say, this code works:
-
-.play -edit constants/string1.go /START/,/STOP/
-
-but this does not:
-
-.play -edit constants/string2.go /START/,/STOP/
-
-The variable `m` has type `MyString` and cannot be assigned a value of a different type.
-It can only be assigned values of type `MyString`, like this:
-
-.play -edit constants/string3.go /START/,/STOP/
-
-or by forcing the issue with a conversion, like this:
-
-.play -edit constants/string4.go /START/,/STOP/
-
-Returning to our _untyped_ string constant,
-it has the helpful property that, since it has no type,
-assigning it to a typed variable does not cause a type error.
-That is, we can write
-
-	m = "Hello, 世界"
-
-or
-
-	m = hello
-
-because, unlike the typed constants `typedHello` and `myStringHello`,
-the untyped constants `"Hello, 世界"` and `hello` _have no type_.
-Assigning them to a variable of any type compatible with strings works without error.
-
-These untyped string constants are strings,
-of course, so they can only be used where a string is allowed,
-but they do not have _type_ `string`.
-
-## Default type
-
-As a Go programmer, you have certainly seen many declarations like
-
-	str := "Hello, 世界"
-
-and by now you might be asking, "if the constant is untyped, how does `str` get a type in this variable declaration?"
-The answer is that an untyped constant has a default type,
-an implicit type that it transfers to a value if a type is needed where none is provided.
-For untyped string constants, that default type is obviously `string`, so
-
-	str := "Hello, 世界"
-
-or
-
-	var str = "Hello, 世界"
-
-means exactly the same as
-
-	var str string = "Hello, 世界"
-
-One way to think about untyped constants is that they live in a kind of
-ideal space of values,
-a space less restrictive than Go's full type system.
-But to do anything with them, we need to assign them to variables,
-and when that happens the _variable_ (not the constant itself) needs a type,
-and the constant can tell the variable what type it should have.
-In this example, `str` becomes a value of type `string` because the untyped
-string constant gives the declaration its default type, `string`.
-
-In such a declaration, a variable is declared with a type and initial value.
-Sometimes when we use a constant, however, the destination of the value is not so clear.
-For instance consider this statement:
-
-.play -edit constants/default1.go /START/,/STOP/
-
-The signature of `fmt.Printf` is
-
-	func Printf(format string, a ...interface{}) (n int, err error)
-
-which is to say its arguments (after the format string) are interface values.
-What happens when `fmt.Printf` is called with an untyped constant is that an interface value is created
-to pass as an argument, and the concrete type stored for that argument is the default type of the constant.
-This process is analogous to what we saw earlier when declaring an initialized value using an untyped string constant.
-
-You can see the result in this example, which uses the format `%v` to print
-the value and `%T` to print the type of the value being passed to `fmt.Printf`:
-
-.play -edit constants/default2.go /START/,/STOP/
-
-If the constant has a type, that goes into the interface, as this example shows:
-
-.play -edit constants/default3.go /START/,/STOP/
-
-(For more information about how interface values work,
-see the first sections of [this blog post](https://blog.golang.org/laws-of-reflection).)
-
-In summary, a typed constant obeys all the rules of typed values in Go.
-On the other hand, an untyped constant does not carry a Go type in the same
-way and can be mixed and matched more freely.
-It does, however, have a default type that is exposed when, and only when, no other type information is available.
-
-## Default type determined by syntax
-
-The default type of an untyped constant is determined by its syntax.
-For string constants, the only possible implicit type is `string`.
-For [numeric constants](https://golang.org/ref/spec#Numeric_types), the implicit type has more variety.
-Integer constants default to `int`, floating-point constants `float64`,
-rune constants to `rune` (an alias for `int32`),
-and imaginary constants to `complex128`.
-Here's our canonical print statement used repeatedly to show the default types in action:
-
-.play -edit constants/syntax.go /START/,/STOP/
-
-(Exercise: Explain the result for `'x'`.)
-
-## Booleans
-
-Everything we said about untyped string constants can be said for untyped boolean constants.
-The values `true` and `false` are untyped boolean constants that can be assigned to any boolean variable,
-but once given a type, boolean variables cannot be mixed:
-
-.play -edit constants/bool.go /START/,/STOP/
-
-Run the example and see what happens, then comment out the "Bad" line and run it again.
-The pattern here follows exactly that of string constants.
-
-## Floats
-
-Floating-point constants are just like boolean constants in most respects.
-Our standard example works as expected in translation:
-
-.play -edit constants/float1.go /START/,/STOP/
-
-One wrinkle is that there are _two_ floating-point types in Go: `float32` and `float64`.
-The default type for a floating-point constant is `float64`, although an untyped floating-point
-constant can be assigned to a `float32` value just fine:
-
-.play -edit constants/float2.go /START/,/STOP/
-
-Floating-point values are a good place to introduce the concept of overflow, or the range of values.
-
-Numeric constants live in an arbitrary-precision numeric space; they are just regular numbers.
-But when they are assigned to a variable the value must be able to fit in the destination.
-We can declare a constant with a very large value:
-
-.code constants/float3.go /Huge/
-
-—that's just a number, after all—but we can't assign it or even print it. This statement won't even compile:
-
-.play -edit constants/float3.go /Println/
-
-The error is, "constant 1.00000e+1000 overflows float64", which is true.
-But `Huge` might be useful: we can use it in expressions with other constants
-and use the value of those expressions if the result
-can be represented in the range of a `float64`.
-The statement,
-
-.play -edit constants/float4.go /Println/
-
-prints `10`, as one would expect.
-
-In a related way, floating-point constants may have very high precision,
-so that arithmetic involving them is more accurate.
-The constants defined in the [math](https://golang.org/pkg/math) package are given with many more digits than are
-available in a `float64`. Here is the definition of `math.Pi`:
-
-	Pi	= 3.14159265358979323846264338327950288419716939937510582097494459
-
-When that value is assigned to a variable,
-some of the precision will be lost;
-the assignment will create the `float64` (or `float32`)
-value closest to the high-precision value. This snippet
-
-.play -edit constants/float5.go /START/,/STOP/
-
-prints `3.141592653589793`.
-
-Having so many digits available means that calculations like `Pi/2` or other
-more intricate evaluations can carry more precision
-until the result is assigned, making calculations involving constants easier to write without losing precision.
-It also means that there is no occasion in which the floating-point corner cases like infinities,
-soft underflows, and `NaNs` arise in constant expressions.
-(Division by a constant zero is a compile-time error,
-and when everything is a number there's no such thing as "not a number".)
-
-## Complex numbers
-
-Complex constants behave a lot like floating-point constants.
-Here's a version of our now-familiar litany translated into complex numbers:
-
-.play -edit constants/complex1.go /START/,/STOP/
-
-The default type of a complex number is `complex128`, the larger-precision version composed of two `float64` values.
-
-For clarity in our example, we wrote out the full expression `(0.0+1.0i)`,
-but this value can be shortened to `0.0+1.0i`,
-`1.0i` or even `1i`.
-
-Let's play a trick.
-We know that in Go, a numeric constant is just a number.
-What if that number is a complex number with no imaginary part, that is, a real?
-Here's one:
-
-.code constants/complex2.go /const Two/
-
-That's an untyped complex constant.
-Even though it has no imaginary part, the _syntax_ of the expression defines it to have default type `complex128`.
-Therefore, if we use it to declare a variable, the default type will be `complex128`. The snippet
-
-.play -edit constants/complex2.go /START/,/STOP/
-
-prints `complex128:` `(2+0i)`.
-But numerically, `Two` can be stored in a scalar floating-point number,
-a `float64` or `float32`, with no loss of information.
-Thus we can assign `Two` to a `float64`, either in an initialization or an assignment, without problems:
-
-.play -edit constants/complex3.go /START/,/STOP/
-
-The output is `2` `and` `2`.
-Even though `Two` is a complex constant, it can be assigned to scalar floating-point variables.
-This ability for a constant to "cross" types like this will prove useful.
-
-## Integers
-
-At last we come to integers.
-They have more moving parts—[many sizes, signed or unsigned, and more](https://golang.org/ref/spec#Numeric_types)—but
-they play by the same rules.
-For the last time, here is our familiar example, using just `int` this time:
-
-.play -edit constants/int1.go /START/,/STOP/
-
-The same example could be built for any of the integer types, which are:
-
-	int int8 int16 int32 int64
-	uint uint8 uint16 uint32 uint64
-	uintptr
-
-(plus the aliases `byte` for `uint8` and `rune` for `int32`).
-That's a lot, but the pattern in the way constants work should be familiar
-enough by now that you can see how things will play out.
-
-As mentioned above, integers come in a couple of forms and each form has
-its own default type:
-`int` for simple constants like `123` or `0xFF` or `-14`
-and `rune` for quoted characters like 'a', '世' or '\r'.
-
-No constant form has as its default type an unsigned integer type.
-However, the flexibility of untyped constants means we can initialize unsigned
-integer variables using simple constants as long as we are clear about the type.
-It's analogous to how we can initialize a `float64` using a complex number with zero imaginary part.
-Here are several different ways to initialize a `uint`;
-all are equivalent, but all must mention the type explicitly for the result to be unsigned.
-
-	var u uint = 17
-	var u = uint(17)
-	u := uint(17)
-
-Similarly to the range issue mentioned in the section on floating-point values,
-not all integer values can fit in all integer types.
-There are two problems that might arise: the value might be too large,
-or it might be a negative value being assigned to an unsigned integer type.
-For instance, `int8` has range -128 through 127,
-so constants outside of that range can never be assigned to a variable of type `int8`:
-
-.play -edit constants/int2.go /var/
-
-Similarly, `uint8`, also known as `byte`,
-has range 0 through 255, so a large or negative constant cannot be assigned to a `uint8`:
-
-.play -edit constants/int3.go /var/
-
-This type-checking can catch mistakes like this one:
-
-.play -edit constants/int4.go /START/,/STOP/
-
-If the compiler complains about your use of a constant, it's likely a real bug like this.
-
-## An exercise: The largest unsigned int
-
-Here is an informative little exercise.
-How do we express a constant representing the largest value that fits in a `uint`?
-If we were talking about `uint32` rather than `uint`, we could write
-
-	const MaxUint32 = 1<<32 - 1
-
-but we want `uint`, not `uint32`.
-The `int` and `uint` types have equal unspecified numbers of bits, either 32 or 64.
-Since the number of bits available depends on the architecture, we can't just write down a single value.
-
-Fans of [two's-complement arithmetic](http://en.wikipedia.org/wiki/Two's_complement),
-which Go's integers are defined to use, know that the representation of `-1` has all its bits set to 1,
-so the bit pattern of `-1` is internally the same as that of the
-largest unsigned integer.
-We therefore might think we could write
-
-.play -edit constants/exercise1.go /const/
-
-but that is illegal because -1 cannot be represented by an unsigned variable;
-`-1` is not in the range of unsigned values.
-A conversion won't help either, for the same reason:
-
-.play -edit constants/exercise2.go /const/
-
-Even though at run-time a value of -1 can be converted to an unsigned integer, the rules
-for constant [conversions](https://golang.org/ref/spec#Conversions) forbid this kind of coercion at compile time.
-That is to say, this works:
-
-.play -edit constants/exercise3.go /START/,/STOP/
-
-but only because `v` is a variable; if we made `v` a constant,
-even an untyped constant, we'd be back in forbidden territory:
-
-.play -edit constants/exercise4.go /START/,/STOP/
-
-We return to our previous approach, but instead of `-1` we try `^0`,
-the bitwise negation of an arbitrary number of zero bits.
-But that fails too, for a similar reason:
-In the space of numeric values,
-`^0` represents an infinite number of ones, so we lose information if we assign that to any fixed-size integer:
-
-.play -edit constants/exercise5.go /const/
-
-How then do we represent the largest unsigned integer as a constant?
-
-The key is to constrain the operation to the number of bits in a `uint` and avoiding
-values, such as negative numbers, that are not representable in a `uint`.
-The simplest `uint` value is the typed constant `uint(0)`.
-If `uints` have 32 or 64 bits, `uint(0)` has 32 or 64 zero bits accordingly.
-If we invert each of those bits, we'll get the correct number of one bits, which is the largest `uint` value.
-
-Therefore we don't flip the bits of the untyped constant `0`, we flip the bits of the typed constant `uint(0)`.
-Here, then, is our constant:
-
-.play -edit constants/exercise6.go /START/,/STOP/
-
-Whatever the number of bits it takes to represent a `uint` in the current execution environment
-(on the [playground](https://blog.golang.org/playground), it's 32),
-this constant correctly represents the largest value a variable of type `uint` can hold.
-
-If you understand the analysis that got us to this result,
-you understand all the important points about constants in Go.
-
-## Numbers
-
-The concept of untyped constants in Go means that all the numeric constants,
-whether integer, floating-point, complex,
-or even character values,
-live in a kind of unified space.
-It's when we bring them to the computational world of variables,
-assignments, and operations that the actual types matter.
-But as long as we stay in the world of numeric constants, we can mix and match values as we like.
-All these constants have numeric value 1:
-
-	1
-	1.000
-	1e3-99.0*10-9
-	'\x01'
-	'\u0001'
-	'b' - 'a'
-	1.0+3i-3.0i
-
-Therefore, although they have different implicit default types,
-written as untyped constants they can be assigned to a variable of any integer type:
-
-.play -edit constants/numbers1.go /START/,/STOP/
-
-The output from this snippet is: `1 1 1 1 1 (1+0i) 1`.
-
-You can even do nutty stuff like
-
-.play -edit constants/numbers2.go /START/,/STOP/
-
-which yields 145.5, which is pointless except to prove a point.
-
-But the real point of these rules is flexibility.
-That flexibility means that, despite the fact that in Go it is illegal in
-the same expression to mix floating-point and integer variables,
-or even `int` and `int32` variables, it is fine to write
-
-	sqrt2 := math.Sqrt(2)
-
-or
-
-	const millisecond = time.Second/1e3
-
-or
-
-	bigBufferWithHeader := make([]byte, 512+1e6)
-
-and have the results mean what you expect.
-
-Because in Go, numeric constants work as you expect: like numbers.
diff --git a/_content/constants/bool.go b/_content/constants/bool.go
deleted file mode 100644
index 7578d4a..0000000
--- a/_content/constants/bool.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	type MyBool bool
-	const True = true
-	const TypedTrue bool = true
-	var mb MyBool
-	mb = true      // OK
-	mb = True      // OK
-	mb = TypedTrue // Bad
-	fmt.Println(mb)
-	// STOP OMIT
-}
diff --git a/_content/constants/complex1.go b/_content/constants/complex1.go
deleted file mode 100644
index ea45921..0000000
--- a/_content/constants/complex1.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	type MyComplex128 complex128
-	const I = (0.0 + 1.0i)
-	const TypedI complex128 = (0.0 + 1.0i)
-	var mc MyComplex128
-	mc = (0.0 + 1.0i) // OK
-	mc = I            // OK
-	mc = TypedI       // Bad
-	fmt.Println(mc)
-	// STOP OMIT
-}
diff --git a/_content/constants/complex2.go b/_content/constants/complex2.go
deleted file mode 100644
index 5dd4f73..0000000
--- a/_content/constants/complex2.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	const Two = 2.0 + 0i
-	// START OMIT
-	s := Two
-	fmt.Printf("%T: %v\n", s, s)
-	// STOP OMIT
-}
diff --git a/_content/constants/complex3.go b/_content/constants/complex3.go
deleted file mode 100644
index 95e9e41..0000000
--- a/_content/constants/complex3.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	const Two = 2.0 + 0i
-	// START OMIT
-	var f float64
-	var g float64 = Two
-	f = Two
-	fmt.Println(f, "and", g)
-	// STOP OMIT
-}
diff --git a/_content/constants/default1.go b/_content/constants/default1.go
deleted file mode 100644
index 0f7909c..0000000
--- a/_content/constants/default1.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	fmt.Printf("%s", "Hello, 世界")
-	// STOP OMIT
-}
diff --git a/_content/constants/default2.go b/_content/constants/default2.go
deleted file mode 100644
index 2183cf0..0000000
--- a/_content/constants/default2.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-const hello = "Hello, 世界"
-
-func main() {
-	// START OMIT
-	fmt.Printf("%T: %v\n", "Hello, 世界", "Hello, 世界")
-	fmt.Printf("%T: %v\n", hello, hello)
-	// STOP OMIT
-}
diff --git a/_content/constants/default3.go b/_content/constants/default3.go
deleted file mode 100644
index 246ae45..0000000
--- a/_content/constants/default3.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-type MyString string
-
-const myStringHello MyString = "Hello, 世界"
-
-func main() {
-	// START OMIT
-	fmt.Printf("%T: %v\n", myStringHello, myStringHello)
-	// STOP OMIT
-}
diff --git a/_content/constants/exercise1.go b/_content/constants/exercise1.go
deleted file mode 100644
index 881d1d0..0000000
--- a/_content/constants/exercise1.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	const MaxUint uint = -1 // Error: negative value
-	// STOP OMIT
-}
diff --git a/_content/constants/exercise2.go b/_content/constants/exercise2.go
deleted file mode 100644
index db7d8c1..0000000
--- a/_content/constants/exercise2.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	const MaxUint uint = uint(-1) // Error: negative value
-	// STOP OMIT
-}
diff --git a/_content/constants/exercise3.go b/_content/constants/exercise3.go
deleted file mode 100644
index dbe7595..0000000
--- a/_content/constants/exercise3.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	var u uint
-	var v = -1
-	u = uint(v)
-	// STOP OMIT
-	_ = u
-}
diff --git a/_content/constants/exercise4.go b/_content/constants/exercise4.go
deleted file mode 100644
index 3acc664..0000000
--- a/_content/constants/exercise4.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	var u uint
-	const v = -1
-	u = uint(v) // Error: negative value
-	// STOP OMIT
-	_ = u
-}
diff --git a/_content/constants/exercise5.go b/_content/constants/exercise5.go
deleted file mode 100644
index 2fca330..0000000
--- a/_content/constants/exercise5.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	const MaxUint uint = ^0 // Error: overflow
-	// STOP OMIT
-}
diff --git a/_content/constants/exercise6.go b/_content/constants/exercise6.go
deleted file mode 100644
index ce6478c..0000000
--- a/_content/constants/exercise6.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	const MaxUint = ^uint(0)
-	fmt.Printf("%x\n", MaxUint)
-	// STOP OMIT
-}
diff --git a/_content/constants/float1.go b/_content/constants/float1.go
deleted file mode 100644
index 96b3bb9..0000000
--- a/_content/constants/float1.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	type MyFloat64 float64
-	const Zero = 0.0
-	const TypedZero float64 = 0.0
-	var mf MyFloat64
-	mf = 0.0       // OK
-	mf = Zero      // OK
-	mf = TypedZero // Bad
-	fmt.Println(mf)
-	// STOP OMIT
-}
diff --git a/_content/constants/float2.go b/_content/constants/float2.go
deleted file mode 100644
index f43feb6..0000000
--- a/_content/constants/float2.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	const Zero = 0.0
-	const TypedZero float64 = 0.0
-	// START OMIT
-	var f32 float32
-	f32 = 0.0
-	f32 = Zero      // OK: Zero is untyped
-	f32 = TypedZero // Bad: TypedZero is float64 not float32.
-	fmt.Println(f32)
-	// STOP OMIT
-}
diff --git a/_content/constants/float3.go b/_content/constants/float3.go
deleted file mode 100644
index d862acc..0000000
--- a/_content/constants/float3.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	const Huge = 1e1000
-	// START OMIT
-	fmt.Println(Huge)
-	// STOP OMIT
-}
diff --git a/_content/constants/float4.go b/_content/constants/float4.go
deleted file mode 100644
index 206d215..0000000
--- a/_content/constants/float4.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	const Huge = 1e1000
-	// START OMIT
-	fmt.Println(Huge / 1e999)
-	// STOP OMIT
-}
diff --git a/_content/constants/float5.go b/_content/constants/float5.go
deleted file mode 100644
index 2d62872..0000000
--- a/_content/constants/float5.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"math"
-)
-
-func main() {
-	// START OMIT
-	pi := math.Pi
-	fmt.Println(pi)
-	// STOP OMIT
-}
diff --git a/_content/constants/int1.go b/_content/constants/int1.go
deleted file mode 100644
index 913ad78..0000000
--- a/_content/constants/int1.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	type MyInt int
-	const Three = 3
-	const TypedThree int = 3
-	var mi MyInt
-	mi = 3          // OK
-	mi = Three      // OK
-	mi = TypedThree // Bad
-	fmt.Println(mi)
-	// STOP OMIT
-}
diff --git a/_content/constants/int2.go b/_content/constants/int2.go
deleted file mode 100644
index 0e974ef..0000000
--- a/_content/constants/int2.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	var i8 int8 = 128 // Error: too large.
-	// STOP OMIT
-	_ = i8
-}
diff --git a/_content/constants/int3.go b/_content/constants/int3.go
deleted file mode 100644
index c2cec6e..0000000
--- a/_content/constants/int3.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	var u8 uint8 = -1 // Error: negative value.
-	// STOP OMIT
-	_ = u8
-}
diff --git a/_content/constants/int4.go b/_content/constants/int4.go
deleted file mode 100644
index caff695..0000000
--- a/_content/constants/int4.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build OMIT
-
-package main
-
-func main() {
-	// START OMIT
-	type Char byte
-	var c Char = '世' // Error: '世' has value 0x4e16, too large.
-	// STOP OMIT
-	_ = c
-}
diff --git a/_content/constants/numbers1.go b/_content/constants/numbers1.go
deleted file mode 100644
index ea35a51..0000000
--- a/_content/constants/numbers1.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	var f float32 = 1
-	var i int = 1.000
-	var u uint32 = 1e3 - 99.0*10.0 - 9
-	var c float64 = '\x01'
-	var p uintptr = '\u0001'
-	var r complex64 = 'b' - 'a'
-	var b byte = 1.0 + 3i - 3.0i
-
-	fmt.Println(f, i, u, c, p, r, b)
-	// STOP OMIT
-}
diff --git a/_content/constants/numbers2.go b/_content/constants/numbers2.go
deleted file mode 100644
index 33b7de0..0000000
--- a/_content/constants/numbers2.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	var f = 'a' * 1.5
-	fmt.Println(f)
-	// STOP OMIT
-}
diff --git a/_content/constants/string1.go b/_content/constants/string1.go
deleted file mode 100644
index 3b83851..0000000
--- a/_content/constants/string1.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-const typedHello string = "Hello, 世界"
-
-func main() {
-	// START OMIT
-	var s string
-	s = typedHello
-	fmt.Println(s)
-	// STOP OMIT
-}
diff --git a/_content/constants/string2.go b/_content/constants/string2.go
deleted file mode 100644
index 362b484..0000000
--- a/_content/constants/string2.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-const typedHello string = "Hello, 世界"
-
-func main() {
-	// START OMIT
-	type MyString string
-	var m MyString
-	m = typedHello // Type error
-	fmt.Println(m)
-	// STOP OMIT
-}
diff --git a/_content/constants/string3.go b/_content/constants/string3.go
deleted file mode 100644
index 72de35f..0000000
--- a/_content/constants/string3.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-const typedHello string = "Hello, 世界"
-
-func main() {
-	type MyString string
-	var m MyString
-	// START OMIT
-	const myStringHello MyString = "Hello, 世界"
-	m = myStringHello // OK
-	fmt.Println(m)
-	// STOP OMIT
-}
diff --git a/_content/constants/string4.go b/_content/constants/string4.go
deleted file mode 100644
index 4c35f29..0000000
--- a/_content/constants/string4.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-const typedHello string = "Hello, 世界"
-
-func main() {
-	type MyString string
-	var m MyString
-	// START OMIT
-	m = MyString(typedHello)
-	fmt.Println(m)
-	// STOP OMIT
-}
diff --git a/_content/constants/syntax.go b/_content/constants/syntax.go
deleted file mode 100644
index 16e7e64..0000000
--- a/_content/constants/syntax.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	fmt.Printf("%T %v\n", 0, 0)
-	fmt.Printf("%T %v\n", 0.0, 0.0)
-	fmt.Printf("%T %v\n", 'x', 'x')
-	fmt.Printf("%T %v\n", 0i, 0i)
-	// STOP OMIT
-}
diff --git a/_content/context-and-structs.article b/_content/context-and-structs.article
deleted file mode 100644
index a4242ef..0000000
--- a/_content/context-and-structs.article
+++ /dev/null
@@ -1,142 +0,0 @@
-# Contexts and structs
-24 Feb 2021
-Tags: context, cancelation, cancellation
-
-Jean de Klerk, Matt T. Proud
-
-## Introduction
-
-In many Go APIs, especially modern ones, the first argument to functions and methods is often [`context.Context`](https://golang.org/pkg/context/). Context provides a means of transmitting deadlines, caller cancellations, and other request-scoped values across API boundaries and between processes. It is often used when a library interacts — directly or transitively — with remote servers, such as databases, APIs, and the like.
-
-The [documentation for context](https://golang.org/pkg/context/) states:
-
-> Contexts should not be stored inside a struct type, but instead passed to each function that needs it.
-
-This article expands on that advice with reasons and examples describing why it's important to pass Context rather than store it in another type. It also highlights a rare case where storing Context in a struct type may make sense, and how to do so safely.
-
-## Prefer contexts passed as arguments
-
-To understand the advice to not store context in structs, let's consider the preferred context-as-argument approach:
-
-```
-// Worker fetches and adds works to a remote work orchestration server.
-type Worker struct { /* … */ }
-
-type Work struct { /* … */ }
-
-func New() *Worker {
-  return &Worker{}
-}
-
-func (w *Worker) Fetch(ctx context.Context) (*Work, error) {
-  _ = ctx // A per-call ctx is used for cancellation, deadlines, and metadata.
-}
-
-func (w *Worker) Process(ctx context.Context, work *Work) error {
-  _ = ctx // A per-call ctx is used for cancellation, deadlines, and metadata.
-}
-```
-
-Here, the `(*Worker).Fetch` and `(*Worker).Process` methods both accept a context directly. With this pass-as-argument design, users can set per-call deadlines, cancellation, and metadata. And, it's clear how the `context.Context` passed to each method will be used: there's no expectation that a `context.Context` passed to one method will be used by any other method. This is because the context is scoped to as small an operation as it needs to be, which greatly increases the utility and clarity of `context` in this package.
-
-## Storing context in structs leads to confusion
-
-Let's inspect again the `Worker` example above with the disfavored context-in-struct approach. The problem with it is that when you store the context in a struct, you obscure lifetime to the callers, or worse intermingle two scopes together in unpredictable ways:
-
-```
-type Worker struct {
-  ctx context.Context
-}
-
-func New(ctx context.Context) *Worker {
-  return &Worker{ctx: ctx}
-}
-
-func (w *Worker) Fetch() (*Work, error) {
-  _ = w.ctx // A shared w.ctx is used for cancellation, deadlines, and metadata.
-}
-
-func (w *Worker) Process(work *Work) error {
-  _ = w.ctx // A shared w.ctx is used for cancellation, deadlines, and metadata.
-}
-```
-
-The `(*Worker).Fetch` and `(*Worker).Process` method both use a context stored in Worker. This prevents the callers of Fetch and Process (which may themselves have different contexts) from specifying a deadline, requesting cancellation, and attaching metadata on a per-call basis. For example: the user is unable to provide a deadline just for `(*Worker).Fetch`, or cancel just the `(*Worker).Process` call. The caller's lifetime is intermingled with a shared context, and the context is scoped to the lifetime where the `Worker` is created.
-
-The API is also much more confusing to users compared to the pass-as-argument approach. Users might ask themselves:
-
-- Since `New` takes a `context.Context`, is the constructor doing work that needs cancelation or deadlines?
-- Does the `context.Context` passed in to `New` apply to work in `(*Worker).Fetch` and `(*Worker).Process`? Neither? One but not the other?
-
-The API would need a good deal of documentation to explicitly tell the user exactly what the `context.Context` is used for. The user might also have to read code rather than being able to rely on the structure of the API conveys.
-
-And, finally, it can be quite dangerous to design a production-grade server whose requests don't each have a context and thus can't adequately honor cancellation. Without the ability to set per-call deadlines, [your process could backlog](https://sre.google/sre-book/handling-overload/) and exhaust its resources (like memory)!
-
-## Exception to the rule: preserving backwards compatibility
-
-When Go 1.7 — which [introduced context.Context](https://golang.org/doc/go1.7) — was released, a large number of APIs had to add context support in backwards compatible ways. For example, [`net/http`'s `Client` methods](https://golang.org/pkg/net/http/), like `Get` and `Do`, were excellent candidates for context. Each external request sent with these methods would benefit from having the deadline, cancellation, and metadata support that came with `context.Context`.
-
-There are two approaches for adding support for `context.Context` in backwards compatible ways: including a context in a struct, as we'll see in a moment, and duplicating functions, with duplicates accepting `context.Context` and having `Context` as their function name suffix. The duplicate approach should be preferred over the context-in-struct, and is further discussed in [Keeping your modules compatible](https://blog.golang.org/module-compatibility). However, in some cases it's impractical: for example, if your API exposes a large number of functions, then duplicating them all might be infeasible.
-
-The `net/http` package chose the context-in-struct approach, which provides a useful case study. Let's look at `net/http`'s `Do`. Prior to the introduction of `context.Context`, `Do` was defined as follows:
-
-```
-// Do sends an HTTP request and returns an HTTP response [...]
-func (c *Client) Do(req *Request) (*Response, error)
-```
-
-After Go 1.7, `Do` might have looked like the following, if not for the fact that it would break backwards compatibility:
-
-```
-// Do sends an HTTP request and returns an HTTP response [...]
-func (c *Client) Do(ctx context.Context, req *Request) (*Response, error)
-```
-
-But, preserving the backwards compatibility and adhering to the [Go 1 promise of compatibility](https://golang.org/doc/go1compat) is crucial for the standard library. So, instead, the maintainers chose to add a `context.Context` on the `http.Request` struct in order to allow support `context.Context` without breaking backwards compatibility:
-
-```
-// A Request represents an HTTP request received by a server or to be sent by a client.
-// ...
-type Request struct {
-  ctx context.Context
-
-  // ...
-}
-
-// NewRequestWithContext returns a new Request given a method, URL, and optional
-// body.
-// [...]
-// The given ctx is used for the lifetime of the Request.
-func NewRequestWithContext(ctx context.Context, method, url string, body io.Reader) (*Request, error) {
-  // Simplified for brevity of this article.
-  return &Request{
-    ctx: ctx,
-    // ...
-  }
-}
-
-// Do sends an HTTP request and returns an HTTP response [...]
-func (c *Client) Do(req *Request) (*Response, error)
-```
-
-When retrofitting your API to support context, it may make sense to add a `context.Context` to a struct, as above. However, remember to first consider duplicating your functions, which allows retrofitting `context.Context` in a backwards compatibility without sacrificing utility and comprehension. For example:
-
-```
-// Call uses context.Background internally; to specify the context, use
-// CallContext.
-func (c *Client) Call() error {
-  return c.CallContext(context.Background())
-}
-
-func (c *Client) CallContext(ctx context.Context) error {
-  // ...
-}
-```
-
-## Conclusion
-
-Context makes it easy to propagate important cross-library and cross-API information down a calling stack. But, it must be used consistently and clearly in order to remain comprehensible, easy to debug, and effective.
-
-When passed as the first argument in a method rather than stored in a struct type, users can take full advantage of its extensibility in order to build a powerful tree of cancelation, deadline, and metadata information through the call stack. And, best of all, its scope is clearly understood when it's passed in as an argument, leading to clear comprehension and debuggability up and down the stack.
-
-When designing an API with context, remember the advice: pass `context.Context` in as an argument; don't store it in structs.
diff --git a/_content/context.article b/_content/context.article
deleted file mode 100644
index 1d888f9..0000000
--- a/_content/context.article
+++ /dev/null
@@ -1,225 +0,0 @@
-# Go Concurrency Patterns: Context
-29 Jul 2014
-Tags: concurrency, cancelation, cancellation, context
-Summary: An introduction to the Go context package.
-
-Sameer Ajmani
-
-## Introduction
-
-In Go servers, each incoming request is handled in its own goroutine.
-Request handlers often start additional goroutines to access backends such as
-databases and RPC services.
-The set of goroutines working on a request typically needs access to
-request-specific values such as the identity of the end user, authorization
-tokens, and the request's deadline.
-When a request is canceled or times out, all the goroutines working on that
-request should exit quickly so the system can reclaim any resources they are
-using.
-
-At Google, we developed a `context` package that makes it easy to pass
-request-scoped values, cancelation signals, and deadlines across API boundaries
-to all the goroutines involved in handling a request.
-The package is publicly available as
-[context](https://golang.org/pkg/context).
-This article describes how to use the package and provides a complete working
-example.
-
-## Context
-
-The core of the `context` package is the `Context` type:
-
-.code context/interface.go /A Context/,/^}/
-
-(This description is condensed; the
-[godoc](https://golang.org/pkg/context) is authoritative.)
-
-The `Done` method returns a channel that acts as a cancelation signal to
-functions running on behalf of the `Context`: when the channel is closed, the
-functions should abandon their work and return.
-The `Err` method returns an error indicating why the `Context` was canceled.
-The [Pipelines and Cancelation](/pipelines) article discusses the `Done`
-channel idiom in more detail.
-
-A `Context` does _not_ have a `Cancel` method for the same reason the `Done`
-channel is receive-only: the function receiving a cancelation signal is usually
-not the one that sends the signal.
-In particular, when a parent operation starts goroutines for sub-operations,
-those sub-operations should not be able to cancel the parent.
-Instead, the `WithCancel` function (described below) provides a way to cancel a
-new `Context` value.
-
-A `Context` is safe for simultaneous use by multiple goroutines.
-Code can pass a single `Context` to any number of goroutines and cancel that
-`Context` to signal all of them.
-
-The `Deadline` method allows functions to determine whether they should start
-work at all; if too little time is left, it may not be worthwhile.
-Code may also use a deadline to set timeouts for I/O operations.
-
-`Value` allows a `Context` to carry request-scoped data.
-That data must be safe for simultaneous use by multiple goroutines.
-
-### Derived contexts
-
-The `context` package provides functions to _derive_ new `Context` values from
-existing ones.
-These values form a tree: when a `Context` is canceled, all `Contexts` derived
-from it are also canceled.
-
-`Background` is the root of any `Context` tree; it is never canceled:
-
-.code context/interface.go /Background returns/,/func Background/
-
-`WithCancel` and `WithTimeout` return derived `Context` values that can be
-canceled sooner than the parent `Context`.
-The `Context` associated with an incoming request is typically canceled when the
-request handler returns.
-`WithCancel` is also useful for canceling redundant requests when using multiple
-replicas.
-`WithTimeout` is useful for setting a deadline on requests to backend servers:
-
-.code context/interface.go /WithCancel/,/func WithTimeout/
-
-`WithValue` provides a way to associate request-scoped values with a `Context`:
-
-.code context/interface.go /WithValue/,/func WithValue/
-
-The best way to see how to use the `context` package is through a worked
-example.
-
-## Example: Google Web Search
-
-Our example is an HTTP server that handles URLs like
-`/search?q=golang&timeout=1s` by forwarding the query "golang" to the
-[Google Web Search API](https://developers.google.com/web-search/docs/) and
-rendering the results.
-The `timeout` parameter tells the server to cancel the request after that
-duration elapses.
-
-The code is split across three packages:
-
-  - [server](context/server/server.go) provides the `main` function and the handler for `/search`.
-  - [userip](context/userip/userip.go) provides functions for extracting a user IP address from a request and associating it with a `Context`.
-  - [google](context/google/google.go) provides the `Search` function for sending a query to Google.
-
-### The server program
-
-The [server](context/server/server.go) program handles requests like
-`/search?q=golang` by serving the first few Google search results for `golang`.
-It registers `handleSearch` to handle the `/search` endpoint.
-The handler creates an initial `Context` called `ctx` and arranges for it to be
-canceled when the handler returns.
-If the request includes the `timeout` URL parameter, the `Context` is canceled
-automatically when the timeout elapses:
-
-.code context/server/server.go /func handleSearch/,/defer cancel/
-
-The handler extracts the query from the request and extracts the client's IP
-address by calling on the `userip` package.
-The client's IP address is needed for backend requests, so `handleSearch`
-attaches it to `ctx`:
-
-.code context/server/server.go /Check the search query/,/userip.NewContext/
-
-The handler calls `google.Search` with `ctx` and the `query`:
-
-.code context/server/server.go /Run the Google search/,/elapsed/
-
-If the search succeeds, the handler renders the results:
-
-.code context/server/server.go /resultsTemplate/,/}$/
-
-### Package userip
-
-The [userip](context/userip/userip.go) package provides functions for
-extracting a user IP address from a request and associating it with a `Context`.
-A `Context` provides a key-value mapping, where the keys and values are both of
-type `interface{}`.
-Key types must support equality, and values must be safe for simultaneous use by
-multiple goroutines.
-Packages like `userip` hide the details of this mapping and provide
-strongly-typed access to a specific `Context` value.
-
-To avoid key collisions, `userip` defines an unexported type `key` and uses
-a value of this type as the context key:
-
-.code context/userip/userip.go /The key type/,/const userIPKey/
-
-`FromRequest` extracts a `userIP` value from an `http.Request`:
-
-.code context/userip/userip.go /func FromRequest/,/}/
-
-`NewContext` returns a new `Context` that carries a provided `userIP` value:
-
-.code context/userip/userip.go /func NewContext/,/}/
-
-`FromContext` extracts a `userIP` from a `Context`:
-
-.code context/userip/userip.go /func FromContext/,/}/
-
-### Package google
-
-The [google.Search](context/google/google.go) function makes an HTTP request
-to the [Google Web Search API](https://developers.google.com/web-search/docs/)
-and parses the JSON-encoded result.
-It accepts a `Context` parameter `ctx` and returns immediately if `ctx.Done` is
-closed while the request is in flight.
-
-The Google Web Search API request includes the search query and the user IP as
-query parameters:
-
-.code context/google/google.go /func Search/,/q.Encode/
-
-`Search` uses a helper function, `httpDo`, to issue the HTTP request and cancel
-it if `ctx.Done` is closed while the request or response is being processed.
-`Search` passes a closure to `httpDo` handle the HTTP response:
-
-.code context/google/google.go /var results/,/return results/
-
-The `httpDo` function runs the HTTP request and processes its response in a new
-goroutine.
-It cancels the request if `ctx.Done` is closed before the goroutine exits:
-
-.code context/google/google.go /func httpDo/,/^}/
-
-## Adapting code for Contexts
-
-Many server frameworks provide packages and types for carrying request-scoped
-values.
-We can define new implementations of the `Context` interface to bridge between
-code using existing frameworks and code that expects a `Context` parameter.
-
-For example, Gorilla's
-[github.com/gorilla/context](http://www.gorillatoolkit.org/pkg/context)
-package allows handlers to associate data with incoming requests by providing a
-mapping from HTTP requests to key-value pairs.
-In [gorilla.go](context/gorilla/gorilla.go), we provide a `Context`
-implementation whose `Value` method returns the values associated with a
-specific HTTP request in the Gorilla package.
-
-Other packages have provided cancelation support similar to `Context`.
-For example, [Tomb](https://godoc.org/gopkg.in/tomb.v2) provides a `Kill`
-method that signals cancelation by closing a `Dying` channel.
-`Tomb` also provides methods to wait for those goroutines to exit, similar to
-`sync.WaitGroup`.
-In [tomb.go](context/tomb/tomb.go), we provide a `Context` implementation that
-is canceled when either its parent `Context` is canceled or a provided `Tomb` is
-killed.
-
-## Conclusion
-
-At Google, we require that Go programmers pass a `Context` parameter as the
-first argument to every function on the call path between incoming and outgoing
-requests.
-This allows Go code developed by many different teams to interoperate well.
-It provides simple control over timeouts and cancelation and ensures that
-critical values like security credentials transit Go programs properly.
-
-Server frameworks that want to build on `Context` should provide implementations
-of `Context` to bridge between their packages and those that expect a `Context`
-parameter.
-Their client libraries would then accept a `Context` from the calling code.
-By establishing a common interface for request-scoped data and cancelation,
-`Context` makes it easier for package developers to share code for creating
-scalable services.
diff --git a/_content/context/google/google.go b/_content/context/google/google.go
deleted file mode 100644
index e25cfc1..0000000
--- a/_content/context/google/google.go
+++ /dev/null
@@ -1,94 +0,0 @@
-// +build OMIT
-
-// Package google provides a function to do Google searches using the Google Web
-// Search API. See https://developers.google.com/web-search/docs/
-//
-// This package is an example to accompany https://blog.golang.org/context.
-// It is not intended for use by others.
-//
-// Google has since disabled its search API,
-// and so this package is no longer useful.
-package google
-
-import (
-	"context"
-	"encoding/json"
-	"net/http"
-
-	"golang.org/x/blog/content/context/userip"
-)
-
-// Results is an ordered list of search results.
-type Results []Result
-
-// A Result contains the title and URL of a search result.
-type Result struct {
-	Title, URL string
-}
-
-// Search sends query to Google search and returns the results.
-func Search(ctx context.Context, query string) (Results, error) {
-	// Prepare the Google Search API request.
-	req, err := http.NewRequest("GET", "https://ajax.googleapis.com/ajax/services/search/web?v=1.0", nil)
-	if err != nil {
-		return nil, err
-	}
-	q := req.URL.Query()
-	q.Set("q", query)
-
-	// If ctx is carrying the user IP address, forward it to the server.
-	// Google APIs use the user IP to distinguish server-initiated requests
-	// from end-user requests.
-	if userIP, ok := userip.FromContext(ctx); ok {
-		q.Set("userip", userIP.String())
-	}
-	req.URL.RawQuery = q.Encode()
-
-	// Issue the HTTP request and handle the response. The httpDo function
-	// cancels the request if ctx.Done is closed.
-	var results Results
-	err = httpDo(ctx, req, func(resp *http.Response, err error) error {
-		if err != nil {
-			return err
-		}
-		defer resp.Body.Close()
-
-		// Parse the JSON search result.
-		// https://developers.google.com/web-search/docs/#fonje
-		var data struct {
-			ResponseData struct {
-				Results []struct {
-					TitleNoFormatting string
-					URL               string
-				}
-			}
-		}
-		if err := json.NewDecoder(resp.Body).Decode(&data); err != nil {
-			return err
-		}
-		for _, res := range data.ResponseData.Results {
-			results = append(results, Result{Title: res.TitleNoFormatting, URL: res.URL})
-		}
-		return nil
-	})
-	// httpDo waits for the closure we provided to return, so it's safe to
-	// read results here.
-	return results, err
-}
-
-// httpDo issues the HTTP request and calls f with the response. If ctx.Done is
-// closed while the request or f is running, httpDo cancels the request, waits
-// for f to exit, and returns ctx.Err. Otherwise, httpDo returns f's error.
-func httpDo(ctx context.Context, req *http.Request, f func(*http.Response, error) error) error {
-	// Run the HTTP request in a goroutine and pass the response to f.
-	c := make(chan error, 1)
-	req = req.WithContext(ctx)
-	go func() { c <- f(http.DefaultClient.Do(req)) }()
-	select {
-	case <-ctx.Done():
-		<-c // Wait for f to return.
-		return ctx.Err()
-	case err := <-c:
-		return err
-	}
-}
diff --git a/_content/context/gorilla/gorilla.go b/_content/context/gorilla/gorilla.go
deleted file mode 100644
index 4698dce..0000000
--- a/_content/context/gorilla/gorilla.go
+++ /dev/null
@@ -1,51 +0,0 @@
-// +build OMIT
-
-// Package gorilla provides a go.net/context.Context implementation whose Value
-// method returns the values associated with a specific HTTP request in the
-// github.com/gorilla/context package.
-package gorilla
-
-import (
-	"net/http"
-
-	gcontext "github.com/gorilla/context"
-	"golang.org/x/net/context"
-)
-
-// NewContext returns a Context whose Value method returns values associated
-// with req using the Gorilla context package:
-// http://www.gorillatoolkit.org/pkg/context
-func NewContext(parent context.Context, req *http.Request) context.Context {
-	return &wrapper{parent, req}
-}
-
-type wrapper struct {
-	context.Context
-	req *http.Request
-}
-
-type key int
-
-const reqKey key = 0
-
-// Value returns Gorilla's context package's value for this Context's request
-// and key. It delegates to the parent Context if there is no such value.
-func (ctx *wrapper) Value(key interface{}) interface{} {
-	if key == reqKey {
-		return ctx.req
-	}
-	if val, ok := gcontext.GetOk(ctx.req, key); ok {
-		return val
-	}
-	return ctx.Context.Value(key)
-}
-
-// HTTPRequest returns the *http.Request associated with ctx using NewContext,
-// if any.
-func HTTPRequest(ctx context.Context) (*http.Request, bool) {
-	// We cannot use ctx.(*wrapper).req to get the request because ctx may
-	// be a Context derived from a *wrapper. Instead, we use Value to
-	// access the request if it is anywhere up the Context tree.
-	req, ok := ctx.Value(reqKey).(*http.Request)
-	return req, ok
-}
diff --git a/_content/context/interface.go b/_content/context/interface.go
deleted file mode 100644
index 838c7da..0000000
--- a/_content/context/interface.go
+++ /dev/null
@@ -1,46 +0,0 @@
-// +build OMIT
-
-package context
-
-import "time"
-
-// A Context carries a deadline, cancelation signal, and request-scoped values
-// across API boundaries. Its methods are safe for simultaneous use by multiple
-// goroutines.
-type Context interface {
-	// Done returns a channel that is closed when this Context is canceled
-	// or times out.
-	Done() <-chan struct{}
-
-	// Err indicates why this context was canceled, after the Done channel
-	// is closed.
-	Err() error
-
-	// Deadline returns the time when this Context will be canceled, if any.
-	Deadline() (deadline time.Time, ok bool)
-
-	// Value returns the value associated with key or nil if none.
-	Value(key interface{}) interface{}
-}
-
-// WithCancel returns a copy of parent whose Done channel is closed as soon as
-// parent.Done is closed or cancel is called.
-func WithCancel(parent Context) (ctx Context, cancel CancelFunc)
-
-// A CancelFunc cancels a Context.
-type CancelFunc func()
-
-// WithTimeout returns a copy of parent whose Done channel is closed as soon as
-// parent.Done is closed, cancel is called, or timeout elapses. The new
-// Context's Deadline is the sooner of now+timeout and the parent's deadline, if
-// any. If the timer is still running, the cancel function releases its
-// resources.
-func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc)
-
-// WithValue returns a copy of parent whose Value method returns val for key.
-func WithValue(parent Context, key interface{}, val interface{}) Context
-
-// Background returns an empty Context. It is never canceled, has no deadline,
-// and has no values. Background is typically used in main, init, and tests,
-// and as the top-level Context for incoming requests.
-func Background() Context
diff --git a/_content/context/server/server.go b/_content/context/server/server.go
deleted file mode 100644
index ebee9a1..0000000
--- a/_content/context/server/server.go
+++ /dev/null
@@ -1,100 +0,0 @@
-// +build OMIT
-
-// The server program issues Google search requests and demonstrates the use of
-// the go.net Context API. It serves on port 8080.
-//
-// The /search endpoint accepts these query params:
-//   q=the Google search query
-//   timeout=a timeout for the request, in time.Duration format
-//
-// For example, http://localhost:8080/search?q=golang&timeout=1s serves the
-// first few Google search results for "golang" or a "deadline exceeded" error
-// if the timeout expires.
-package main
-
-import (
-	"context"
-	"html/template"
-	"log"
-	"net/http"
-	"time"
-
-	"golang.org/x/blog/content/context/google"
-	"golang.org/x/blog/content/context/userip"
-)
-
-func main() {
-	http.HandleFunc("/search", handleSearch)
-	log.Fatal(http.ListenAndServe(":8080", nil))
-}
-
-// handleSearch handles URLs like /search?q=golang&timeout=1s by forwarding the
-// query to google.Search. If the query param includes timeout, the search is
-// canceled after that duration elapses.
-func handleSearch(w http.ResponseWriter, req *http.Request) {
-	// ctx is the Context for this handler. Calling cancel closes the
-	// ctx.Done channel, which is the cancellation signal for requests
-	// started by this handler.
-	var (
-		ctx    context.Context
-		cancel context.CancelFunc
-	)
-	timeout, err := time.ParseDuration(req.FormValue("timeout"))
-	if err == nil {
-		// The request has a timeout, so create a context that is
-		// canceled automatically when the timeout expires.
-		ctx, cancel = context.WithTimeout(context.Background(), timeout)
-	} else {
-		ctx, cancel = context.WithCancel(context.Background())
-	}
-	defer cancel() // Cancel ctx as soon as handleSearch returns.
-
-	// Check the search query.
-	query := req.FormValue("q")
-	if query == "" {
-		http.Error(w, "no query", http.StatusBadRequest)
-		return
-	}
-
-	// Store the user IP in ctx for use by code in other packages.
-	userIP, err := userip.FromRequest(req)
-	if err != nil {
-		http.Error(w, err.Error(), http.StatusBadRequest)
-		return
-	}
-	ctx = userip.NewContext(ctx, userIP)
-
-	// Run the Google search and print the results.
-	start := time.Now()
-	results, err := google.Search(ctx, query)
-	elapsed := time.Since(start)
-	if err != nil {
-		http.Error(w, err.Error(), http.StatusInternalServerError)
-		return
-	}
-	if err := resultsTemplate.Execute(w, struct {
-		Results          google.Results
-		Timeout, Elapsed time.Duration
-	}{
-		Results: results,
-		Timeout: timeout,
-		Elapsed: elapsed,
-	}); err != nil {
-		log.Print(err)
-		return
-	}
-}
-
-var resultsTemplate = template.Must(template.New("results").Parse(`
-<html>
-<head/>
-<body>
-  <ol>
-  {{range .Results}}
-    <li>{{.Title}} - <a href="{{.URL}}">{{.URL}}</a></li>
-  {{end}}
-  </ol>
-  <p>{{len .Results}} results in {{.Elapsed}}; timeout {{.Timeout}}</p>
-</body>
-</html>
-`))
diff --git a/_content/context/tomb/tomb.go b/_content/context/tomb/tomb.go
deleted file mode 100644
index da94dc9..0000000
--- a/_content/context/tomb/tomb.go
+++ /dev/null
@@ -1,24 +0,0 @@
-// +build OMIT
-
-// Package tomb provides a Context implementation that is canceled when either
-// its parent Context is canceled or a provided Tomb is killed.
-package tomb
-
-import (
-	"golang.org/x/net/context"
-	tomb "gopkg.in/tomb.v2"
-)
-
-// NewContext returns a Context that is canceled either when parent is canceled
-// or when t is Killed.
-func NewContext(parent context.Context, t *tomb.Tomb) context.Context {
-	ctx, cancel := context.WithCancel(parent)
-	go func() {
-		select {
-		case <-t.Dying():
-			cancel()
-		case <-ctx.Done():
-		}
-	}()
-	return ctx
-}
diff --git a/_content/context/userip/userip.go b/_content/context/userip/userip.go
deleted file mode 100644
index 06d3245..0000000
--- a/_content/context/userip/userip.go
+++ /dev/null
@@ -1,51 +0,0 @@
-// +build OMIT
-
-// Package userip provides functions for extracting a user IP address from a
-// request and associating it with a Context.
-//
-// This package is an example to accompany https://blog.golang.org/context.
-// It is not intended for use by others.
-package userip
-
-import (
-	"context"
-	"fmt"
-	"net"
-	"net/http"
-)
-
-// FromRequest extracts the user IP address from req, if present.
-func FromRequest(req *http.Request) (net.IP, error) {
-	ip, _, err := net.SplitHostPort(req.RemoteAddr)
-	if err != nil {
-		return nil, fmt.Errorf("userip: %q is not IP:port", req.RemoteAddr)
-	}
-
-	userIP := net.ParseIP(ip)
-	if userIP == nil {
-		return nil, fmt.Errorf("userip: %q is not IP:port", req.RemoteAddr)
-	}
-	return userIP, nil
-}
-
-// The key type is unexported to prevent collisions with context keys defined in
-// other packages.
-type key int
-
-// userIPkey is the context key for the user IP address.  Its value of zero is
-// arbitrary.  If this package defined other context keys, they would have
-// different integer values.
-const userIPKey key = 0
-
-// NewContext returns a new Context carrying userIP.
-func NewContext(ctx context.Context, userIP net.IP) context.Context {
-	return context.WithValue(ctx, userIPKey, userIP)
-}
-
-// FromContext extracts the user IP address from ctx, if present.
-func FromContext(ctx context.Context) (net.IP, bool) {
-	// ctx.Value returns nil if ctx has no value for the key;
-	// the net.IP type assertion returns ok=false for nil.
-	userIP, ok := ctx.Value(userIPKey).(net.IP)
-	return userIP, ok
-}
diff --git a/_content/contributor-workshop.article b/_content/contributor-workshop.article
deleted file mode 100644
index 1254bb9..0000000
--- a/_content/contributor-workshop.article
+++ /dev/null
@@ -1,395 +0,0 @@
-# Contribution Workshop
-9 Aug 2017
-Tags: community
-Summary: The Go contributor workshop trained new contributors at GopherCon.
-
-Steve Francia
-
-Cassandra Salisbury
-
-Matt Broberg
-
-Dmitri Shuralyov
-
-## Event Overview
-
-by [Steve](https://twitter.com/spf13)
-
-During the community day at GopherCon, the Go team held two workshops
-where we worked with people to help them make their first contribution to the
-Go project. This was the first time the Go project has ever attempted anything
-like this. We had about 140 participants and about 35 people who volunteered as
-mentors. Mentors not only received warm fuzzy feelings for helping others, but
-also a very stylish Go Mentor trucker hat. We had contributors of all
-ages and experience levels coming from North and South America, Africa, Europe,
-Asia, and Australia. It was truly a worldwide effort of Gophers coming together
-at GopherCon.
-
-One of our reasons for running the workshop was for it to act as a forcing
-function to make us improve our contributor experience. In preparation for the
-workshop, we rewrote our contributor guide, including adding a "troubleshooting"
-section and built a tool `go-contrib-init`, which automated the process of
-setting up a development environment to be able to contribute to Go.
-
-For the workshop itself, we developed a presentation _"Contributing to Go,"_
-and a dashboard / scoreboard that was presented during the event. The
-scoreboard was designed to encourage us all to work together towards a common
-goal of seeing our collective score increase. Participants added 1, 2 or 3 points to
-the total score when they performed actions like registering an account, making
-a change list (also known as a CL, similar to a pull request),
-amending a CL, or submitting a CL.
-
-.image contributor-workshop/image17.png
-
-Brad Fitzpatrick, who stayed home from GopherCon this year, was ready and
-waiting to review all CLs submitted. He was so quick to review that many people
-thought he was an automated bot. Internally our team is now calling him
-"BradBot" mostly because we are in awe and a bit jealous.
-
-.image contributor-workshop/image9.jpg
-.image contributor-workshop/image6.png
-
-### Impact
-
-We had a total of 65 CLs submitted from the people who participated in the
-workshop (within a week of the workshop). Of these, 44 were from contributors
-who had never previously contributed to any of the repos in the Go project.
-Half (22) of these contributions were already merged. Many of the others are
-waiting on the codebase to thaw as we are in the middle of a freeze for the
-upcoming 1.9 release. In addition to CLs, many contributed to the project in
-the form of bug reports,
-[gardening tasks](https://golang.org/wiki/Gardening), and other types
-of contributions.
-
-The most common type of contribution was an example function to be used in the
-documentation. The [Go User survey](https://blog.golang.org/survey2016-results)
-identified that our documentation was significantly lacking examples. In the
-presentation, we asked users to find a package they loved and to add an example. In
-the Go project, examples are written as code in Go files
-(with specific naming) and the `go doc` tool displays them along side the documentation.
-This is a perfect first contribution as it's something that can be merged
-during a freeze, it's of critical importance to our users, and it's an addition
-that has a relatively narrow scope.
-
-One of the examples added is that of creating a Stringer, one of the more
-widely used interfaces in Go.
-[CL 49270](https://golang.org/cl/49270/)
-
-In addition to examples, many people contributed critical bug fixes including:
-
-  - [CL 48988](https://golang.org/cl/48988/) fixing [issue #21029](https://golang.org/issue/21029)
-  - [CL 49050](https://golang.org/cl/49050/) fixing [issue #20054](https://golang.org/issue/20054)
-  - [CL 49031](https://golang.org/cl/49031/) fixing [issue #20166](https://golang.org/issue/20166)
-  - [CL 49170](https://golang.org/cl/49170/) fixing [issue #20877](https://golang.org/issue/20877)
-
-Some people even surprised us by arriving with a bug in mind that they wanted
-to fix. Nikhita arrived ready to tackle
-[issue #20786](https://golang.org/issue/20786)
-and she did submitting
-[CL 48871](https://golang.org/cl/48871/),
-after which she tweeted:
-
-.image contributor-workshop/image19.png
-
-Not only were some great improvements made, but most importantly, we narrowed
-the gap between the core Go team and the broader community members. Many people
-on the Go team remarked that the community members were teaching them things
-about the Go project. People in the community (in person, and on Twitter)
-remarked that felt welcome to participate in the project.
-
-.image contributor-workshop/image12.png
-.image contributor-workshop/image13.png
-.image contributor-workshop/image3.png
-
-### Future
-
-The event was successful well beyond our expectations. Sameer Ajmani, Go team
-manager said, "The contributor workshop was incredibly fun and educational–for
-the Go team.  We cringed as users hit the rough edges in our process, and
-celebrated when they got up on the dashboard. The cheer when the group score
-hit 1000 was awesome."
-
-We are looking into ways to make this workshop easier to run for future events
-(like meetups and conferences). Our biggest challenge is providing enough
-mentorship so that users feel supported. If you have any ideas or would like to
-help with this process please [let me know](mailto:spf@golang.org).
-
-I've asked a few participants of the event to share their experiences below:
-
-## My Contribution Experience
-
-by [Cassandra](https://twitter.com/cassandraoid)
-
-When I heard about the go-contrib workshop I was very excited and then I was
-extremely intimidated. I was encouraged by a member of the Go team to
-participate, so I thought what the heck.
-
-As I walked into the room (let's be real, I ran into the room because I was
-running late) I was pleased to see the room was jam-packed. I looked around for
-people in Gopher caps, which was the main indicator they were teachers. I sat
-down at one of the 16 round tables that had two hats and three non-hats.
-Brought up my screen and was ready to roll…
-
-Jess Frazelle stood up and started the presentation and provided the group with
-[a link](https://docs.google.com/presentation/d/1ap2fycBSgoo-jCswhK9lqgCIFroE1pYpsXC1ffYBCq4/edit#slide=id.p)
-to make it easy to follow.
-
-.image contributor-workshop/image16.png
-
-The murmurs grew from a deep undercurrent to a resounding melody of voices,
-people were getting their computers set up with Go, they were skipping ahead to
-make sure their GOPATH was set, and were… wait what's Gerrit?
-
-Most of us had to get a little intro to Gerrit. I had no clue what it was, but
-luckily there was a handy slide. Jess explained that it was an alternative to
-GitHub with slightly more advanced code review tools. We then went through
-GitHub vs Geritt terminology, so we had better understanding of the process.
-
-.image contributor-workshop/image10.png
-
-Ok, now it was time to become a **freaking Go contributor**.
-
-To make this more exciting than it already is, the Go team set up a game where
-we could track as a group how many points we could rack up based on the Gerrit
-score system.
-
-.image contributor-workshop/image7.png
-
-Seeing your name pop up on the board and listening to everyone's excitement was
-intoxicating. It also invoked a sense of teamwork that lead to a feeling of
-inclusion and feeling like you were truly a part of the Go community.
-
-.image contributor-workshop/image11.png
-
-In 6 steps a room of around 80 people were able to learn how to contribute to
-go within an hour. That's a feat!
-
-It wasn't nearly as difficult as I anticipated and it wasn't out of scope for a
-total newbie. It fostered a sense of community in an active and tangible way as
-well as a sense of inclusion in the illustrious process of Go contributions.
-
-I'd personally like to thank the Go Team, the Gopher mentors in hats, and my
-fellow participants for making it one of my most memorable moments at
-GopherCon.
-
-## My Contribution Experience
-
-by [Matt](https://twitter.com/mbbroberg)
-
-I've always found programming languages to be intimidating. It's the code that
-enables the world to write code. Given the impact, surely smarter people than
-me should be working on it... but that fear was something to overcome. So when
-the opportunity to join a workshop to contribute to my new favorite programming
-language came up, I was excite to see how I could and how I could help. A month
-later, I'm now certain that anyone and everyone can (and should) contribute back to Go.
-
-Here are my very verbose steps to go from 0 to 2 contributions to Go:
-
-### The Setup
-
-Given Go's use of Gerrit, I started by setting up my environment for it. [Jess Frazzelle's guide](https://docs.google.com/presentation/d/1ap2fycBSgoo-jCswhK9lqgCIFroE1pYpsXC1ffYBCq4/edit#slide=id.g1f953ef7df_0_9)
-is a great place to start to not miss a step.
-
-The real fun starts when you clone the Go repo. Ironically, you don't hack on
-Go under `$GOPATH`, so I put it in my other workspace (which is `~/Develop`).
-
-	cd $DEV # That's my source code folder outside of $GOPATH
-	git clone --depth 1 https://go.googlesource.com/go
-
-Then install the handy dandy helper tool, `go-contrib-init`:
-
-	go get -u golang.org/x/tools/cmd/go-contrib-init
-
-Now you can run `go-contrib-init` from the `go/` folder we cloned above and see
-whether or not we're ready to contribute. But hold on if you're following along,
-you're not ready just yet.
-
-Next, install `codereview` so you can participate in a Gerrit code review:
-
-	go get -u golang.org/x/review/git-codereview
-
-This package includes `git change` and `git mail` which will replace your
-normal workflow of `git commit` and `git push` respectively.
-
-Okay, installations are out of the way. Now setup your [Gerrit account here](https://go-review.googlesource.com/settings/#Profile),
-then [sign the CLA](https://go-review.googlesource.com/settings#Agreements) appropriate for
-you (I signed a personal one for all Google projects, but choose the right option for you.
-You can see all CLAs you've signed at [cla.developers.google.com/clas](https://cla.developers.google.com/clas)).
-
-AND BAM. You're good (to go)! But where to contribute?
-
-### Contributing
-
-In the workshop, they sent us into the `scratch` repository, which is a safe place to
-fool around in order to master the workflow:
-
-	cd $(go env GOPATH)/src/golang.org/x
-	git clone --depth 1 [[https://go.googlesource.com/scratch][go.googlesource.com/scratch]]
-
-First stop is to `cd` in and run `go-contrib-init` to make sure you're ready to contribute:
-
-	go-contrib-init
-	All good. Happy hacking!
-
-From there, I made a folder named after my GitHub account, did a `git add -u`
-then took `git change` for a spin. It has a hash that keeps track of your work,
-which is the one line you shouldn't touch. Other than that, it feels just like
-`git commit`. Once I got the commit message matching the format of
-`package: description` (description begins with a lowercase), I used
-`git mail` to send it over to Gerrit.
-
-Two good notes to take at this point: `git change` also works like `git commit --amend`, so
-if you need to update your patch you can `add` then `change` and it will all
-link to the same patch. Secondly, you can always review your patch from your
-[personal Gerrit dashboard](https://go-review.googlesource.com/dashboard/).
-
-After a few back and forths, I officially had a contribute to Go! And if Jaana
-is right, it might be the first with emojis ✌️.
-
-.image contributor-workshop/image15.png
-.image contributor-workshop/image23.png
-
-### Contributing, For Real
-
-The scratch repo is fun and all, but there's a ton of ways to get into the
-depths of Go's packages and give back. It's at this point where I cruised
-around the many packages available to see what was available and interesting to
-me. And by "cruised around" I mean attempted to find a list of packages, then
-went to my source code to see what's around under the `go/src/` folder:
-
-.image contributor-workshop/image22.png
-
-I decided to see what I can do in the `regexp` package, maybe out of love and
-fear of regex. Here's where I switched to the
-[website's view of the package](https://godoc.org/regexp) (it's good to know
-that each standard package can be found at https://godoc.org/$PACKAGENAME). In
-there I noticed that `QuoteMeta` was missing the same level of detailed examples
-other functions have (and I could use the practice using Gerrit).
-
-.image contributor-workshop/image1.png
-
-I started looking at `go/src/regexp` to try to find where to add examples and I
-got lost pretty quickly. Lucky for me, [Francesc](https://twitter.com/francesc) was around that day. He walked
-me through how all examples are actually in-line tests in a `example_test.go`
-file. They follow the format of test cases followed by "Output" commented out
-and then the answers to the tests. For example:
-
-	func ExampleRegexp_FindString() {
-		re := regexp.MustCompile("fo.?")
-		fmt.Printf("%q\n", re.FindString("seafood"))
-		fmt.Printf("%q\n", re.FindString("meat"))
-		// Output:
-		// "foo"
-		// ""
-	}
-
-Kind of cool, right?? I followed Francesc's lead and added a function
-`ExampleQuoteMeta` and added a few I thought would be helpful. From there it's
-a `git change` and `git mail` to Gerrit!
-
-I have to say that Steve Francia challenged me to "find something that isn't an
-open issue and fix it," so I included some documentation changes for QuoteMeta
-in my patch. It's going to be open for a bit longer given the additional scope,
-but I think it's worth it on this one.
-
-I can hear your question already: how did I verify it worked? Well it wasn't
-easy to be honest. Running `go test example_test.go -run QuoteMeta -v` won't do
-it since we're working outside of our $GOPATH. I struggled to figure it out
-until [Kale Blakenship wrote this awesome post on testing in Go](https://medium.com/@vCabbage/go-testing-standard-library-changes-1e9cbed11339).
-Bookmark this one for later.
-
-You can see my completed [contribution here](https://go-review.googlesource.com/c/49130/). What I also hope you see is
-how simple it is to get into the flow of contributing. If you're like me,
-you'll be good at finding a small typo or missing example in the docs to start to
-get used to the `git codereview` workflow. After that, you'll be ready to find
-an open issue, ideally one [tagged for an upcoming release](https://github.com/golang/go/milestones), and give it a go. No matter
-what you choose to do, definitely go forth and do it. The Go team proved to me
-just how much they care about helping us all contribute back. I can't wait for
-my next `git mail`.
-
-## My Mentorship Experience
-
-by [Dmitri](https://twitter.com/dmitshur)
-
-I was looking forward to participating in the Contribution Workshop event as a
-mentor. I had high expectations for the event, and thought it was a great idea
-before it started.
-
-I made my first contribution to Go on May 10th, 2014. I remember it was about
-four months from the moment I wanted to contribute, until that day, when I
-actually sent my first CL. It took that long to build up the courage and fully
-commit to figuring out the process. I was an experienced software engineer at
-the time. Despite that, the Go contribution process felt alien—being unlike all
-other processes I was already familiar with—and therefore seemed intimidating.
-It was well documented though, so I knew it would be just a matter of finding
-the time, sitting down, and doing it. The "unknown" factor kept me from giving
-it a shot.
-
-After a few months passed, I thought "enough is enough," and decided to
-dedicate an entire day of an upcoming weekend to figuring out the process. I
-set aside all of Saturday for doing one thing: sending my first CL to Go. I
-opened up [the Contribution Guide](https://golang.org/doc/contribute.html)
-and started following all the steps, from the very top. Within an hour, I was
-done. I had send my first CL. I was both in awe and shock. In awe, because I
-had finally sent a contribution to Go, and it was accepted! In shock, because,
-why did I wait so long to finally do this? Following the steps in
-[the Contribution Guide](https://golang.org/doc/contribute.html) was very
-easy, and the entire process went completely smoothly. If only someone had told
-me that I'd be done within an hour and nothing would go wrong, I would've done
-it much sooner!
-
-Which brings me to this event and why I thought it was such a good idea. For
-anyone who ever wanted to contribute to Go, but felt daunted by the unfamiliar
-and seemingly lengthy process (like I was during those four months), this was
-their chance! Not only is it easy to commit to figuring it out by attending the
-event, but also the Go team and helpful volunteer mentors would be there to
-help you along the way.
-
-Despite the already high expectations I had for the event, my expectations were
-exceeded. For one, the Go team had prepared really well and invested a lot in
-making the event that much more enjoyable for everyone. There was a very fun
-presentation that went over all the contributing steps quickly. There was a
-dashboard made for the event, where everyone's successfully completed steps
-were rewarded with points towards a global score. That made it into a very
-collaborative and social event! Finally, and most importantly, they were Go
-team members like Brad Fitzpatrick behind the scenes, helping review CLs
-promptly! That meant the CLs that were submitted received reviews quickly, with
-actionable next steps, so everyone could move forward and learn more.
-
-I originally anticipated the event to be somewhat dull, in that the
-contribution steps are extremely simple to follow. However, I found that wasn't
-always the case, and I was able to use my expertise in Go to help out people
-who got stuck in various unexpected places. It turns out, the real world is
-filled with edge cases. For instance, someone had two git emails, one personal
-and another for work. There was a delay with signing the CLA for the work
-email, so they tried to use their personal email instead. That meant each
-commit had to be amended to use the right email, something the tools didn't
-take into account. (Luckily, there is a troubleshooting section in the
-contribution guide covering this exact issue!) There were other subtle mistakes
-or environment misconfiguration that some people ran into, because having more
-than one Go installation was a bit unusual. Sometimes, the GOROOT environment
-variable had to be explicitly set, temporarily, to get godoc to show changes in
-the right standard library (I was tongue-in-cheek looking over my shoulder to
-check for Dave Cheney as I uttered those words).
-
-Overall, I oversaw a few new gophers make their first Go contributions. They
-sent the CLs, responded to review feedback, made edits, iterated until everyone
-was happy, and eventually saw their first Go contributions get merged to
-master! It was very rewarding to see the happiness on their faces, because the
-joy of making one's first contribution is something I can relate to myself. It
-was also great to be able to help them out, and explain tricky situations that
-they sometimes found themselves. From what I can tell, many happy gophers
-walked away from the event, myself included!
-
-## Photos from the event
-
-.image contributor-workshop/image2.jpg
-.image contributor-workshop/image4.jpg
-.image contributor-workshop/image5.jpg
-.image contributor-workshop/image8.jpg
-.image contributor-workshop/image14.jpg
-.image contributor-workshop/image18.jpg
-.image contributor-workshop/image20.jpg
-.image contributor-workshop/image21.jpg
-
-Photos by Sameer Ajmani & Steve Francia
diff --git a/_content/contributor-workshop/image1.png b/_content/contributor-workshop/image1.png
deleted file mode 100755
index 4985756..0000000
--- a/_content/contributor-workshop/image1.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image10.png b/_content/contributor-workshop/image10.png
deleted file mode 100755
index 34693fc..0000000
--- a/_content/contributor-workshop/image10.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image11.png b/_content/contributor-workshop/image11.png
deleted file mode 100755
index 7925273..0000000
--- a/_content/contributor-workshop/image11.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image12.png b/_content/contributor-workshop/image12.png
deleted file mode 100755
index 457b102..0000000
--- a/_content/contributor-workshop/image12.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image13.png b/_content/contributor-workshop/image13.png
deleted file mode 100755
index b6b3b75..0000000
--- a/_content/contributor-workshop/image13.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image14.jpg b/_content/contributor-workshop/image14.jpg
deleted file mode 100644
index 78e35f4..0000000
--- a/_content/contributor-workshop/image14.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image15.png b/_content/contributor-workshop/image15.png
deleted file mode 100755
index 6bd638c..0000000
--- a/_content/contributor-workshop/image15.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image16.png b/_content/contributor-workshop/image16.png
deleted file mode 100755
index 83e6919..0000000
--- a/_content/contributor-workshop/image16.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image17.png b/_content/contributor-workshop/image17.png
deleted file mode 100755
index 3109972..0000000
--- a/_content/contributor-workshop/image17.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image18.jpg b/_content/contributor-workshop/image18.jpg
deleted file mode 100644
index 41a62d0..0000000
--- a/_content/contributor-workshop/image18.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image19.png b/_content/contributor-workshop/image19.png
deleted file mode 100755
index e5c3470..0000000
--- a/_content/contributor-workshop/image19.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image2.jpg b/_content/contributor-workshop/image2.jpg
deleted file mode 100644
index e78605c..0000000
--- a/_content/contributor-workshop/image2.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image20.jpg b/_content/contributor-workshop/image20.jpg
deleted file mode 100644
index c477609..0000000
--- a/_content/contributor-workshop/image20.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image21.jpg b/_content/contributor-workshop/image21.jpg
deleted file mode 100644
index 155ea69..0000000
--- a/_content/contributor-workshop/image21.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image22.png b/_content/contributor-workshop/image22.png
deleted file mode 100755
index 8460e56..0000000
--- a/_content/contributor-workshop/image22.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image23.png b/_content/contributor-workshop/image23.png
deleted file mode 100755
index 2cd5e53..0000000
--- a/_content/contributor-workshop/image23.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image3.png b/_content/contributor-workshop/image3.png
deleted file mode 100755
index 4374122..0000000
--- a/_content/contributor-workshop/image3.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image4.jpg b/_content/contributor-workshop/image4.jpg
deleted file mode 100644
index b2a1783..0000000
--- a/_content/contributor-workshop/image4.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image5.jpg b/_content/contributor-workshop/image5.jpg
deleted file mode 100644
index ef198e8..0000000
--- a/_content/contributor-workshop/image5.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image6.png b/_content/contributor-workshop/image6.png
deleted file mode 100755
index 7ed45f4..0000000
--- a/_content/contributor-workshop/image6.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image7.png b/_content/contributor-workshop/image7.png
deleted file mode 100755
index 60edd58..0000000
--- a/_content/contributor-workshop/image7.png
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image8.jpg b/_content/contributor-workshop/image8.jpg
deleted file mode 100644
index a5eb553..0000000
--- a/_content/contributor-workshop/image8.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributor-workshop/image9.jpg b/_content/contributor-workshop/image9.jpg
deleted file mode 100644
index abe4d44..0000000
--- a/_content/contributor-workshop/image9.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit-2019.article b/_content/contributors-summit-2019.article
deleted file mode 100644
index ad3aeee..0000000
--- a/_content/contributors-summit-2019.article
+++ /dev/null
@@ -1,393 +0,0 @@
-# Contributors Summit 2019
-15 Aug 2019
-Tags: community
-Summary: Reporting from the Go Contributor Summit at GopherCon 2019.
-
-Carmen Andoh and contributors
-
-## Introduction
-
-For the third year in a row, the Go team and contributors convened
-the day before GopherCon to discuss and plan for the future of the Go project.
-The event included self-organizing into breakout groups,
-a town-hall style discussion about the proposal process in the morning,
-and afternoon break-out roundtable discussions
-based on topics our contributors chose.
-We asked five contributors to write about their experience
-in various discussions at this year’s summit.
-
-.image contributors-summit-2019/group.jpg _ 800
-
-_(Photo by Steve Francia.)_
-
-## Compiler and Runtime (report by Lynn Boger)
-
-The Go contributors summit was a great opportunity
-to meet and discuss topics and ideas with others who also contribute to Go.
-
-The day started out with a time to meet everyone in the room.
-There was a good mix of the core Go team
-and others who actively contribute to Go.
-From there we decided what topics were of interest
-and how to split the big group into smaller groups.
-My area of interest is the compiler, so I joined that group
-and stayed with them for most of the time.
-
-At our first meeting, a long list of topics were brought up
-and as a result the compiler group decided to keep meeting throughout the day.
-I had a few topics of interest that I shared and many that others suggested
-were also of interest to me.
-Not all items on the list were discussed in detail;
-here is my list of those topics which had the most interest and discussion,
-followed by some brief comments that were made on other topics.
-
-**Binary size**.
-There was a concern expressed about binary size,
-especially that it continues to grow with each release.
-Some possible reasons were identified such as increased inlining and other optimizations.
-Most likely there is a set of users who want small binaries,
-and another group who wants the best performance possible and maybe some don’t care.
-This led to the topic of TinyGo, and it was noted that TinyGo was not a full implementation of Go
-and that it is important to keep TinyGo from diverging from Go and splitting the user base.
-More investigation is required to understand the need among users and the exact reasons
-contributing to the current size.
-If there are opportunities to reduce the size without affecting performance,
-those changes could be made, but if performance were affected
-some users would prefer better performance.
-
-**Vector assembly**.
-How to leverage vector assembly in Go was discussed for a while
-and has been a topic of interest in the past.
-I have split this into three separate possibilities, since they all relate to the use of vector instructions,
-but the way they are used are different, starting with the topic of vector assembly.
-This is another case of a compiler trade off.
-
-For most targets, there are critical functions in standard packages
-such as crypto, hash, math and others, where the use of assembly is necessary
-to get the best possible performance; however having large functions
-written in assembly makes them difficult to support and maintain
-and could require different implementations for each target platform.
-One solution is to make use of macro assembly or other
-high-level generation techniques to make the vector assembly easier to read and understand.
-
-Another side to this question is whether the Go compiler can
-directly generate SIMD vector instructions when compiling a Go source file,
-by enhancing the Go compiler to transform code sequences to “simdize”
-the code to make use of vector instructions.
-Implementing SIMD in the Go compiler would add complexity and compile time,
-and might not always result in code that performs better.
-The way the code is transformed could in some cases depend
-on the target platform so that would not be ideal.
-
-Another way to leverage vector instructions in Go is to provide a way
-to make it easier to make use of vector instructions from within the Go source code.
-Topics discussed were intrinsics, or implementations that exist in other compilers like Rust.
-In gcc some platforms provide inline asm, and Go possibly could provide this capability,
-but I know from experience that intermixing inline asm with Go code adds complexity
-to the compiler in terms of tracking register use and debugging.
-It allows the user to do things the compiler might not expect or want,
-and it does add an extra level of complexity.
-It could be inserted in places that are not ideal.
-
-In summary, it is important to provide a way to leverage
-the available vector instructions, and make it easier and safer to write.
-Where possible, functions use as much Go code as possible,
-and potentially find a way to use high level assembly.
-There was some discussion of designing an experimental vector package
-to try and implement some of these ideas.
-
-**New calling convention**.
-Several people were interested in the topic of the
-[ABI changes to provide a register based calling convention](https://golang.org/issue/18597).
-The current status was reported with details.
-There was discussion on what remained to be done before it could be used.
-The ABI specification needs to be written first and it was not clear when that would be done.
-I know this will benefit some target platforms more than others
-and a register calling convention is used in most compilers for other platforms.
-
-**General optimizations**.
-Certain optimizations that are more beneficial for some platforms other than x86 were discussed.
-In particular, loop optimizations such as hoisting of invariants and strength reduction could be done
-and provide more benefit on some platforms.
-Potential solutions were discussed, and implementation would probably be
-up to the targets that find those improvements important.
-
-**Feedback-directed optimizations**.
-This was discussed and debated as a possible future enhancement.
-In my experience, it is hard to find meaningful programs to use for
-collecting performance data that can later be used to optimize code.
-It increases compile time and takes a lot of space to save the data
-which might only be meaningful for a small set of programs.
-
-**Pending submissions**.
-A few members in the group mentioned changes they had been working on
-and plan to submit soon, including improvements to makeslice, and a rewrite of rulegen.
-
-**Compile time concerns**.
-Compile time was discussed briefly. It was noted that phase timing was added to the GOSSAFUNC output.
-
-**Compiler contributor communication**.
-Someone asked if there was a need for a Go compiler mailing list.
-It was suggested that we use golang-dev for that purpose,
-adding compiler to the subject line to identify it.
-If there is too much traffic on golang-dev, then a compiler-specific mailing list
-can be considered at some later point in time.
-
-**Community**.
-I found the day very beneficial in terms of connecting with people
-who have been active in the community and have similar areas of interest.
-I was able to meet many people who I’ve only known by the user name
-appearing in issues or mailing lists or CLs.
-I was able to discuss some topics and existing issues
-and get direct interactive feedback instead of waiting for online responses.
-I was encouraged to write issues on problems I have seen.
-These connections happened not just during this day but while
-running into others throughout the conference,
-having been introduced on this first day, which led to many interesting discussions.
-Hopefully these connections will lead to more effective communication
-and improved handling of issues and code changes in the future.
-
-## Tools (report by Paul Jolly)
-
-The tools breakout session during the contributor summit took an extended form,
-with two further sessions on the main conference days organized by the
-[golang-tools](https://github.com/golang/go/wiki/golang-tools) group.
-This summary is broken down into two parts: the tools session at the contributor workshop,
-and a combined report from the golang-tools sessions on the main conference days.
-
-**Contributor summit**.
-The tools session started with introductions from ~25 folks gathered,
-followed by a brainstorming of topics, including:
-gopls, ARM 32-bit, eval, signal, analysis, go/packages api, refactoring, pprof,
-module experience, mono repo analysis, go mobile, dependencies, editor integrations,
-compiler opt decisions, debugging, visualization, documentation.
-A lot of people with lots of interest in lots of tools!
-
-The session focused on two areas (all that time allowed): gopls and visualizations.
-[Gopls](https://golang.org/wiki/gopls) (pronounced: “go please”) is an implementation of the
-[Language Server Protocol (LSP)](https://langserver.org) server for Go.
-Rebecca Stamber, the gopls lead author, and the rest of the Go tools team were interested
-in hearing people’s experiences with gopls: stability, missing features, integrations in editors working, etc?
-The general feeling was that gopls was in really good shape and working extremely well for the majority of use cases.
-Integration test coverage needs to be improved, but this is a hard problem to get “right” across all editors.
-We discussed a better means of users reporting gopls errors they encounter via their editor,
-telemetry/diagnostics, gopls performance metrics, all subjects that got more detailed coverage
-in golang-tools sessions that followed on the main conference days (see below).
-A key area of discussion was how to extend gopls, e.g., in the form of
-additional go/analysis vet-like checks, lint checks, refactoring, etc.
-Currently there is no good solution, but it’s actively under investigation.
-Conversation shifted to the very broad topic of visualizations, with a
-demo-based introduction from Anthony Starks (who, incidentally, gave an excellent talk about
-[Go for information displays](https://www.youtube.com/watch?v=NyDNJnioWhI) at GopherCon 2018).
-
-**Conference days**.
-The golang-tools sessions on the main conference days were a continuation of the
-[monthly calls](https://golang.org/wiki/golang-tools) that have been happening since the group’s inception at GopherCon 2018.
-Full notes are available for the
-[day 1](https://docs.google.com/document/d/1-RVyttQ0ncjCpR_sRwizf-Ubedkr0Emwmk2LhnsUOmE/edit) and
-[day 2](https://docs.google.com/document/d/1ZI_WqpLCB8DO6teJ3aBuXTeYD2iZZZlkDptmcY6Ja60/edit#heading=h.x9lkytc2gxmg) sessions.
-These sessions were again well attended with 25-30 people at each session.
-The Go tools team was there in strength (a good sign of the support being put behind this area), as was the Uber platform team.
-In contrast to the contributor summit, the goal from these sessions was to come away with specific action items.
-
-**Gopls**.
-Gopls “readiness” was a major focus for both sessions.
-This answer effectively boiled down to determining when it makes sense to tell
-editor integrators “we have a good first cut of gopls” and then compiling a
-list of “blessed” editor integrations/plugins known to work with gopls.
-Central to this “certification” of editor integrations/plugins is a well-defined process
-by which users can report problems they experience with gopls.
-Performance and memory are not blockers for this initial “release”.
-The conversation about how to extend gopls, started in the
-contributor summit the day before, continued in earnest.
-Despite the many obvious benefits and attractions to extending gopls
-(custom go/analysis checks, linter support, refactoring, code generation…),
-there isn’t a clear answer on how to implement this in a scalable way.
-Those gathered agreed that this should not be seen as a blocker for the
-initial “release”, but should continue to be worked on.
-In the spirit of gopls and editor integrations,
-Heschi Kreinick from the Go tools team brought up the topic of debugging support.
-Delve has become the de facto debugger for Go and is in good shape;
-now the state of debugger-editor integration needs to be established,
-following a process similar to that of gopls and the “blessed” integrations.
-
-**Go Discovery Site**.
-The second golang-tools session started with an excellent introduction to
-the Go Discovery Site by Julie Qiu from the Go tools team, along with a quick demo.
-Julie talked about the plans for the Discovery Site: open sourcing the project,
-what signals are used in search ranking, how [godoc.org](http://godoc.org/) will ultimately be replaced,
-how submodules should work, how users can discover new major versions.
-
-**Build Tags**.
-Conversation then moved to build tag support within gopls.
-This is an area that clearly needs to be better understood
-(use cases are currently being gathered in [issue 33389](https://golang.org/issue/33389)).
-In light of this conversation, the session wrapped up with
-Alexander Zolotov from the JetBrains GoLand team suggesting that the gopls and
-GoLand teams should share experience in this and more areas, given GoLand
-has already gained lots of experience.
-
-**Join Us!**
-We could easily have talked about tools-related topics for days!
-The good news is that the golang-tools calls will continue for the foreseeable future.
-Anyone interested in Go tooling is very much encouraged to join: [the wiki](https://golang.org/wiki/golang-tools) has more details.
-
-## Enterprise Use (report by Daniel Theophanes)
-
-Actively asking after the needs of less vocal developers will be the largest challenge,
-and greatest win, for the Go language. There is a large segment of programmers
-who don’t actively participate in the Go community.
-Some are business associates, marketers, or quality assurance who also do development.
-Some will wear management hats and make hiring or technology decisions.
-Others just do their job and return to their families.
-And lastly, many times these developers work in businesses with strict IP protection contracts.
-Even though most of these developers won’t end up directly participating in open source
-or the Go community proposals, their ability to use Go depends on both.
-
-The Go community and Go proposals need to understand the needs of these less vocal developers.
-Go proposals can have a large impact on what is adopted and used.
-For instance, the vendor folder and later the Go modules proxy are incredibly important
-for businesses that strictly control source code and
-typically have fewer direct conversations with the Go community.
-Having these mechanisms allow these organizations to use Go at all.
-It follows that we must not only pay attention to current Go users,
-but also to developers and organizations who have considered Go,
-but have chosen against it.
-We need to understand these reasons.
-
-Similarly, should the Go community pay attention to “enterprise”
-environments it would unlock many additional organizations who can utilize Go.
-By ensuring active directory authentication works, users who would
-be forced to use a different ecosystem can keep Go on the table.
-By ensuring WSDL just works, a section of users can pick Go up as a tool.
-No one suggested blindly making changes to appease non-Go users.
-But rather we should be aware of untapped potential and unrecognized
-hindrances in the Go language and ecosystem.
-
-While several different possibilities to actively solicit this information
-from the outside was discussed, this is a problem we fundamentally need your help.
-If you are in an organization that doesn’t use Go even though it was considered,
-let us know why Go wasn’t chosen.
-If you are in an organization where Go is only used for a subsection of programming tasks,
-but not others, why isn’t it used for more? Are there specific blockers to adoption?
-
-## Education (report by Andy Walker)
-
-One of the roundtables I was involved in at the Contributors Summit
-this year was on the topic of Go education,
-specifically what kind of resources we make available
-to the new Go programmer, and how we can improve them.
-Present were a number of very passionate organizers, engineers and educators,
-each of whom had a unique perspective on the subject,
-either through tools they’d designed,
-documents they’d written or workshops they’d given to developers of all stripes.
-
-Early on, talk turned to whether or not Go makes a good first programming language.
-I wasn’t sure, and advocated against it.
-Go isn’t a good first language, I argued, because it isn’t intended to be.
-As Rob Pike [wrote back in 2012](https://talks.golang.org/2012/splash.article),
-“the language was designed by and for people who write—and read and debug and maintain—large software systems”.
-To me, this guiding ethos is clear: Go is a deliberate response to perceived flaws
-in the processes used by experienced engineers, not an attempt to create an ideal
-programming language, and as such a certain basic familiarity with programming concepts is assumed.
-
-This is evident in the official documentation at [golang.org/doc](https://golang.org/doc/).
-It jumps right into how to install the language before passing the user on to the
-[tour](https://tour.golang.org/), which is geared towards programmers
-who are already familiar with a C-like language.
-From there, they are taken to [How to Write Go Code](https://golang.org/doc/code.html),
-which provides a very basic introduction to the classic non-module Go workspace,
-before moving immediately on to writing libraries and testing.
-Finally, we have [Effective Go](https://golang.org/doc/effective_go.html),
-and a series of references including the [spec](https://golang.org/ref/spec),
-rounded out by some examples.
-These are all decent resources if you’re already familiar with a C-like language,
-but they still leave a lot to be desired, and there’s nothing to be found
-for the raw beginner or even someone coming directly from a language like Python.
-
-As an accessible, interactive starting point, the tour is a natural first target
-towards making the language more beginner friendly,
-and I think a lot of headway can be made targeting that alone.
-First, it should be the first link in the documentation,
-if not the first link in the bar at the top of golang.org, front and center.
-We should encourage the curious user to jump right in and start playing with the language.
-We should also consider including optional introductory sections on coming
-from other common languages, and the differences they are
-likely to encounter in Go, with interactive exercises.
-This would go a long way to helping new Go programmers in mapping
-the concepts they are already familiar with onto Go.
-
-For experienced programmers, an optional, deeper treatment should be given
-to most sections in the tour, allowing them to drill down into more
-detailed documentation or interactive exercises enumerating the
-design decisions principles of good architecture in Go.
-They should find answers to questions like:
-
-  - Why are there so many integer types when I am encouraged to use `int` most of the time?
-  - Is there ever a good reason to pick a value receiver?
-  - Why is there a plain `int`, but no plain `float`?
-  - What are send- and receive-only channels, and when would I use them?
-  - How do I effectively compose concurrency primitives, and when would I _not_ want to use channels?
-  - What is `uint` good for? Should I use it to restrict my user to positive values? Why not?
-
-The tour should be someplace they can revisit upon finishing the first run-through
-to dive more deeply into some of the more interesting choices in language design.
-
-But we can do more. Many people seek out programming as a way to design
-applications or scratch a particular itch, and they are most likely to want
-to target the interface they are most familiar with: the browser.
-Go does not have a good front-end story yet.
-Javascript is still the only language that really provides
-both a frontend and a backend environment,
-but WASM is fast becoming a first-order platform,
-and there are so many places we could go with that.
-We could provide something like [vecty](https://github.com/gopherjs/vecty)
-in [The Go Play Space](https://goplay.space/),
-or perhaps [Gio](https://gioui.org/), targeting WASM, for people to get
-started programming in the browser right away, inspiring their imagination,
-and provide them a migration path out of our playground into
-a terminal and onto GitHub.
-
-So, is Go a good first language?
-I honestly don’t know, but it’s certainly true there are a significant
-number of people entering the programming profession
-with Go as their starting point, and I am very interested in talking to them,
-learning about their journey and their process,
-and shaping the future of Go education with their input.
-
-## Learning Platforms (report by Ronna Steinberg)
-
-We discussed what a learning platform for Go should look like
-and how we can combine global resources to effectively teach the language.
-We generally agreed that teaching and learning is easier with visualization
-and that a REPL is very gratifying.
-We also overviewed some existing solutions for visualization with Go:
-templates, Go WASM, GopherJS as well as SVG and GIFs generation.
-
-Compiler errors not making sense to the new developer was also brought up
-and we considered ideas of how to handle it, perhaps a bank of errors and how they would be useful.
-One idea was a wrapper for the compiler that explains your errors to you, with examples and solutions.
-
-A new group convened for a second round later and we focused more on
-what UX should the Go learning platform have,
-and if and how we can take existing materials (talks, blog posts, podcasts, etc)
-from the community and organize them into a program people can learn from.
-Should such a platform link to those external resources?
-Embed them?
-Cite them?
-We agreed that a portal-like-solution (of external links to resources)
-makes navigation difficult and takes away from the learning experience,
-which led us to the conclusion that such contribution cannot be passive,
-and contributors will likely have to opt-in to have their material on the platform.
-There was then much excitement around the idea of adding a voting mechanism to the platform,
-effectively turning the learners into contributors, too,
-and incentivizing the contributors to put their materials on the platform.
-
-(If you are interested in helping in educational efforts for Go,
-please email Carmen Andoh candoh@google.com.)
-
-## Thank You!
-
-Thanks to all the attendees for the excellent discussions on contributor day,
-and thanks especially to Lynn, Paul, Daniel, Andy, and Ronna
-for taking the time to write these reports.
diff --git a/_content/contributors-summit-2019/group.jpg b/_content/contributors-summit-2019/group.jpg
deleted file mode 100644
index 4c7a2ee..0000000
--- a/_content/contributors-summit-2019/group.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit.article b/_content/contributors-summit.article
deleted file mode 100644
index 86e6d94..0000000
--- a/_content/contributors-summit.article
+++ /dev/null
@@ -1,169 +0,0 @@
-# Contributors Summit
-3 Aug 2017
-Tags: community
-Summary: Reporting from the Go Contributor Summit at GopherCon 2017.
-
-Sam Whited
-
-## Introduction
-
-The day before GopherCon, a group of Go team members and contributors gathered
-in Denver to discuss and plan for the future of the Go project.
-This was the first ever event of its kind, a major milestone for the Go project.
-The event comprised a morning session revolving around focused discussions on a
-theme, and an afternoon session made up of round table discussions in small
-break-out groups.
-
-### Compiler and runtime
-
-The compiler and runtime session started out with a discussion about refactoring
-`gc` and related tools into importable packages.
-This would reduce overhead in the core tools and in IDEs which could embed the
-compiler themselves to do quick syntax checking.
-Code could also be compiled entirely in memory, which is useful in environments
-that don't provide a filesystem, or to run tests continually while you develop
-to get a live report of breakages.
-More discussion about whether or not to pursue this line of work will most
-likely be brought up on the mailing lists in the future.
-
-There was also a great deal of discussion around bridging the gap between
-optimized assembly code and Go.
-Most crypto code in Go is written in assembly for performance reasons; this
-makes it hard to debug, maintain, and read.
-Furthermore, once you've ventured into writing assembly, you often can't call
-back into Go, limiting code reuse.
-A rewrite in Go would make maintenance easier.
-Adding processor intrinsics and better support for 128-bit math would improve
-Go's crypto performance.
-It was proposed that the new `math/bits` package coming in 1.9 could be expanded
-for this purpose.
-
-Not being all that familiar with the development of the compiler and runtime,
-this for me was one of the more interesting sessions of the day.
-I learned a lot about the current state of the world, the problems, and where
-people want to go from here.
-
-### Dependency management
-
-After a quick update from the [dep](https://github.com/golang/dep) team on the
-status of the project, the dependency management session gravitated towards how
-the Go world will work once dep (or something dep-like) becomes the primary
-means of package management.
-Work to make Go easier to get started with and make dep easier to use has
-already started.
-In Go 1.8, a default value for `GOPATH` was introduced, meaning users will only
-have to add Go's bin directory to their `$PATH` before they can get started
-with dep.
-
-Another future usability improvement that dep might enable, is allowing Go to
-work from any directory (not just a workspace in the GOPATH), so that people can
-use the directory structures and workflows they're used to using with other
-languages.
-It may also be possible to make `go install` easier in the future by guiding
-users through the process of adding the bin directory to their path, or even
-automating the process.
-There are many good options for making the Go tooling easier to use, and
-discussion will likely continue on the mailing lists.
-
-### The standard library
-
-The discussions we had around the future of the Go language are mostly covered
-in Russ Cox's blog post: [Toward Go 2](https://blog.golang.org//toward-go2), so
-let's move on to the standard library session.
-
-As a contributor to the standard library and subrepos, this session was
-particularly interesting to me.
-What goes in the standard library and subrepos, and how much it can change, is a
-topic that isn't well defined.
-It can be hard on the Go team to maintain a huge number of packages when they
-may or may not have anyone with specific expertise in the subject matter.
-To make critical fixes to packages in the standard library, one must wait 6
-months for a new version of Go to ship (or a point release has to be shipped in
-the case of security issues, which drains team resources).
-Better dependency management may facilitate the migration of some packages out
-of the standard library and into their own projects with their own release
-schedules.
-
-There was also some discussion about things that are difficult to achieve with
-the interfaces in the standard library.
-For instance, it would be nice if `io.Reader` accepted a context so that
-blocking read operations could be canceled.
-
-More [experience reports](https://golang.org/wiki/experiencereports) are
-necessary before we can determine what will change in the standard library.
-
-### Tooling and editors
-
-A language server for editors to use was a hot topic in the tooling session,
-with a number of people advocating for IDE and tool developers to adopt a common
-"Go Language Server" to index and display information about code and packages.
-Microsoft's [Language Server Protocol](https://www.github.com/Microsoft/language-server-protocol)
-was suggested as a good starting point because of its wide support in editors
-and IDEs.
-
-Jaana Burcu Dogan also discussed her work on distributed tracing and how
-information about runtime events could be made easier to acquire and attached to
-traces.
-Having a standard "counter" API to report statistics was proposed, but specific
-experience reports from the community will be required before such an API can be
-designed.
-
-### The contributor experience
-
-The final session of the day was on the contributor experience.
-The first discussion was all about how the current Gerrit workflow could be made
-easier for new contributors which has already resulted in improvements to the
-documentation for several repos, and influenced the new contributors workshop a
-few days later!
-
-Making it easier to find tasks to work on, empowering users to perform gardening
-tasks on the issue tracker, and making it easier to find reviewers were also
-considered.
-Hopefully we'll see improvements to these and many more areas of the
-contribution process in the coming weeks and months!
-
-### Breakout sessions
-
-In the afternoon, participants broke out into smaller groups to have more
-in-depth discussions about some of the topics from the morning session.
-These discussions had more specific goals.
-For example, one group worked on identifying the useful parts of an experience
-report and a list of existing literature documenting Go user experiences,
-resulting in the experience report
-[wiki page](https://golang.org/wiki/experiencereports).
-
-Another group considered the future of errors in Go.
-Many Go users are initially confused by, or don't understand the fact that
-`error` is an interface, and it can be difficult to attach more information to
-errors without masking sentinel errors such as `io.EOF`.
-The breakout session discussed specific ways it might be possible to fix some of
-these issues in upcoming Go releases, but also ways error handling could be
-improved in Go 2.
-
-## Community
-
-Outside of the technical discussions, the summit also provided an opportunity
-for a group of people from all over the world who often talk and work together
-to meet in person, in many cases for the first time.
-There is no substitute for a little face-to-face time to build a sense of mutual
-respect and comradeship, which is critical when a diverse group with different
-backgrounds and ideas needs to come together to work in a single community.
-During the breaks, Go team members dispersed themselves among the contributors
-for discussions both about Go and a little general socialization, which really
-helped to put faces to the names that review our code every day.
-
-As Russ discussed in [Toward Go 2](https://blog.golang.org//toward-go2),
-communicating effectively requires knowing your audience.
-Having a broad sample of Go contributors in a room together helped us all to
-understand the Go audience better and start many productive discussions about
-the future of Go.
-Going forward, we hope to do more frequent events like this to facilitate
-discourse and a sense of community.
-
-.image contributors-summit/IMG_20170712_145844.jpg
-.image contributors-summit/IMG_20170712_145854.jpg
-.image contributors-summit/IMG_20170712_145905.jpg
-.image contributors-summit/IMG_20170712_145911.jpg
-.image contributors-summit/IMG_20170712_145950.jpg
-
-Photos by Steve Francia
diff --git a/_content/contributors-summit/IMG_20170712_145844.jpg b/_content/contributors-summit/IMG_20170712_145844.jpg
deleted file mode 100644
index 77c4bff..0000000
--- a/_content/contributors-summit/IMG_20170712_145844.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit/IMG_20170712_145854.jpg b/_content/contributors-summit/IMG_20170712_145854.jpg
deleted file mode 100644
index 97e7072..0000000
--- a/_content/contributors-summit/IMG_20170712_145854.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit/IMG_20170712_145905.jpg b/_content/contributors-summit/IMG_20170712_145905.jpg
deleted file mode 100644
index bd1a950..0000000
--- a/_content/contributors-summit/IMG_20170712_145905.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit/IMG_20170712_145911.jpg b/_content/contributors-summit/IMG_20170712_145911.jpg
deleted file mode 100644
index b03f0b1..0000000
--- a/_content/contributors-summit/IMG_20170712_145911.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/contributors-summit/IMG_20170712_145950.jpg b/_content/contributors-summit/IMG_20170712_145950.jpg
deleted file mode 100644
index 00f0861..0000000
--- a/_content/contributors-summit/IMG_20170712_145950.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/cover.article b/_content/cover.article
deleted file mode 100644
index 7e9e629..0000000
--- a/_content/cover.article
+++ /dev/null
@@ -1,300 +0,0 @@
-# The cover story
-2 Dec 2013
-Tags: tools, coverage, testing
-Summary: Introducing Go 1.12's code coverage tool.
-
-Rob Pike
-
-## Introduction
-
-From the beginning of the project, Go was designed with tools in mind.
-Those tools include some of the most iconic pieces of Go technology such as
-the documentation presentation tool
-[godoc](https://golang.org/cmd/godoc),
-the code formatting tool
-[gofmt](https://golang.org/cmd/gofmt),
-and the API rewriter
-[gofix](https://golang.org/cmd/fix).
-Perhaps most important of all is the
-[`go` command](https://golang.org/cmd/go),
-the program that automatically installs, builds, and tests Go programs
-using nothing more than the source code as the build specification.
-
-The release of Go 1.2 introduces a new tool for test coverage that takes an
-unusual approach to the way it generates coverage statistics, an approach
-that builds on the technology laid down by godoc and friends.
-
-## Support for tools
-
-First, some background: What does it mean for a
-[language to support good tooling](https://talks.golang.org/2012/splash.article#TOC_17.)?
-It means that the language makes it easy to write good tools and that its ecosystem
-supports the construction of tools of all flavors.
-
-There are a number of properties of Go that make it suitable for tooling.
-For starters, Go has a regular syntax that is easy to parse.
-The grammar aims to be free of special cases that require complex machinery to analyze.
-
-Where possible, Go uses lexical and syntactic constructs to make semantic properties
-easy to understand.
-Examples include the use of upper-case letters to define exported names
-and the radically simplified scoping rules compared to other languages in the C tradition.
-
-Finally, the standard library comes with production-quality packages to lex and parse Go source code.
-They also include, more unusually, a production-quality package to pretty-print Go syntax trees.
-
-These packages in combination form the core of the gofmt tool, but the pretty-printer is worth singling out.
-Because it can take an arbitrary Go syntax tree and output standard-format, human-readable, correct
-code, it creates the possibility to build tools that transform the parse tree and output modified but
-correct and easy-to-read code.
-
-One example is the gofix tool, which automates the
-rewriting of code to use new language features or updated libraries.
-Gofix let us make fundamental changes to the language and libraries in the
-[run-up to Go 1.0](https://blog.golang.org/the-path-to-go-1),
-with the confidence that users could just run the tool to update their source to the newest version.
-
-Inside Google, we have used gofix to make sweeping changes in a huge code repository that would be almost
-unthinkable in the other languages we use.
-There's no need any more to support multiple versions of some API; we can use gofix to update
-the entire company in one operation.
-
-It's not just these big tools that these packages enable, of course.
-They also make it easy to write more modest programs such as IDE plugins, for instance.
-All these items build on each other, making the Go environment
-more productive by automating many tasks.
-
-## Test coverage
-
-Test coverage is a term that describes how much of a package's code is exercised by running the package's tests.
-If executing the test suite causes 80% of the package's source statements to be run, we say that the test coverage is 80%.
-
-The program that provides test coverage in Go 1.2 is the latest to exploit the tooling support in the Go ecosystem.
-
-The usual way to compute test coverage is to instrument the binary.
-For instance, the GNU [gcov](http://gcc.gnu.org/onlinedocs/gcc/Gcov.html) program sets breakpoints at branches
-executed by the binary.
-As each branch executes, the breakpoint is cleared and the target statements of the branch are marked as 'covered'.
-
-This approach is successful and widely used. An early test coverage tool for Go even worked the same way.
-But it has problems.
-It is difficult to implement, as analysis of the execution of binaries is challenging.
-It also requires a reliable way of tying the execution trace back to the source code, which can also be difficult,
-as any user of a source-level debugger can attest.
-Problems there include inaccurate debugging information and issues such as in-lined functions complicating
-the analysis.
-Most important, this approach is very non-portable.
-It needs to be done afresh for every architecture, and to some extent for every
-operating system since debugging support varies greatly from system to system.
-
-It does work, though, and for instance if you are a user of gccgo, the gcov tool can give you test coverage
-information.
-However If you're a user of gc, the more commonly used Go compiler suite, until Go 1.2 you were out of luck.
-
-## Test coverage for Go
-
-For the new test coverage tool for Go, we took a different approach that avoids dynamic debugging.
-The idea is simple: Rewrite the package's source code before compilation to add instrumentation,
-compile and run the modified source, and dump the statistics.
-The rewriting is easy to arrange because the `go` command controls the flow
-from source to test to execution.
-
-Here's an example. Say we have a simple, one-file package like this:
-
-.code cover/pkg.go
-
-and this test:
-
-.code cover/pkg_test.go
-
-To get the test coverage for the package,
-we run the test with coverage enabled by providing the `-cover` flag to `go` `test`:
-
-	% go test -cover
-	PASS
-	coverage: 42.9% of statements
-	ok  	size	0.026s
-	%
-
-Notice that the coverage is 42.9%, which isn't very good.
-Before we ask how to raise that number, let's see how that was computed.
-
-When test coverage is enabled, `go` `test` runs the "cover" tool, a separate program included
-with the distribution, to rewrite the source code before compilation. Here's what the rewritten
-`Size` function looks like:
-
-.code cover/pkg.cover /func/,/^}/
-
-Each executable section of the program is annotated with an assignment statement that,
-when executed, records that that section ran.
-The counter is tied to the original source position of the statements it counts
-through a second read-only data structure that is also generated by the cover tool.
-When the test run completes, the counters are collected and the percentage is computed
-by seeing how many were set.
-
-Although that annotating assignment might look expensive, it compiles to a single "move" instruction.
-Its run-time overhead is therefore modest, adding only about 3% when running a typical (more realistic) test.
-That makes it reasonable to include test coverage as part of the standard development pipeline.
-
-## Viewing the results
-
-The test coverage for our example was poor.
-To discover why, we ask `go` `test` to write a "coverage profile" for us, a file that holds
-the collected statistics so we can study them in more detail.
-That's easy to do: use the `-coverprofile` flag to specify a file for the output:
-
-	% go test -coverprofile=coverage.out
-	PASS
-	coverage: 42.9% of statements
-	ok  	size	0.030s
-	%
-
-(The `-coverprofile` flag automatically sets `-cover` to enable coverage analysis.)
-The test runs just as before, but the results are saved in a file.
-To study them, we run the test coverage tool ourselves, without `go` `test`.
-As a start, we can ask for the coverage to be broken down by function,
-although that's not going to illuminate much in this case since there's
-only one function:
-
-	% go tool cover -func=coverage.out
-	size.go:	Size          42.9%
-	total:      (statements)  42.9%
-	%
-
-A much more interesting way to see the data is to get an HTML presentation
-of the source code decorated with coverage information.
-This display is invoked by the `-html` flag:
-
-	$ go tool cover -html=coverage.out
-
-When this command is run, a browser window pops up, showing the covered (green),
-uncovered (red), and uninstrumented (grey) source.
-Here's a screen dump:
-
-.image cover/set.png
-
-With this presentation, it's obvious what's wrong: we neglected to test several
-of the cases!
-And we can see exactly which ones they are, which makes it easy to
-improve our test coverage.
-
-## Heat maps
-
-A big advantage of this source-level approach to test coverage is that it's
-easy to instrument the code in different ways.
-For instance, we can ask not only whether a statement has been executed,
-but how many times.
-
-The `go` `test` command accepts a `-covermode` flag to set the coverage mode
-to one of three settings:
-
-  - set:    did each statement run?
-  - count:  how many times did each statement run?
-  - atomic: like count, but counts precisely in parallel programs
-
-The default is 'set', which we've already seen.
-The `atomic` setting is needed only when accurate counts are required
-when running parallel algorithms. It uses atomic operations from the
-[sync/atomic](https://golang.org/pkg/sync/atomic/) package,
-which can be quite expensive.
-For most purposes, though, the `count` mode works fine and, like
-the default `set` mode, is very cheap.
-
-Let's try counting statement execution for a standard package, the `fmt` formatting package.
-We run the test and write out a coverage profile so we can present the information
-nicely afterwards.
-
-	% go test -covermode=count -coverprofile=count.out fmt
-	ok  	fmt	0.056s	coverage: 91.7% of statements
-	%
-
-That's a much better test coverage ratio than for our previous example.
-(The coverage ratio is not affected by the coverage mode.)
-We can display the function breakdown:
-
-	% go tool cover -func=count.out
-	fmt/format.go: init              100.0%
-	fmt/format.go: clearflags        100.0%
-	fmt/format.go: init              100.0%
-	fmt/format.go: computePadding     84.6%
-	fmt/format.go: writePadding      100.0%
-	fmt/format.go: pad               100.0%
-	...
-	fmt/scan.go:   advance            96.2%
-	fmt/scan.go:   doScanf            96.8%
-	total:         (statements)       91.7%
-
-The big payoff happens in the HTML output:
-
-	% go tool cover -html=count.out
-
-Here's what the `pad` function looks like in that presentation:
-
-.image cover/count.png
-
-Notice how the intensity of the green changes. Brighter-green
-statements have higher execution counts; less saturated greens
-represent lower execution counts.
-You can even hover the mouse over the statements to see the
-actual counts pop up in a tool tip.
-At the time of writing, the counts come out like this
-(we've moved the counts from the tool tips to beginning-of-line
-markers to make them easier to show):
-
-	2933    if !f.widPresent || f.wid == 0 {
-	2985        f.buf.Write(b)
-	2985        return
-	2985    }
-	  56    padding, left, right := f.computePadding(len(b))
-	  56    if left > 0 {
-	  37        f.writePadding(left, padding)
-	  37    }
-	  56    f.buf.Write(b)
-	  56    if right > 0 {
-	  13        f.writePadding(right, padding)
-	  13    }
-
-That's a lot of information about the execution of the function,
-information that might be useful in profiling.
-
-## Basic blocks
-
-You might have noticed that the counts in the previous example
-were not what you expected on the lines with closing braces.
-That's because, as always, test coverage is an inexact science.
-
-What's going on here is worth explaining, though. We'd like the
-coverage annotations to be demarcated by branches in the program,
-the way they are when the binary is instrumented in the traditional
-method.
-It's hard to do that by rewriting the source, though, since
-the branches don't appear explicitly in the source.
-
-What the coverage annotation does is instrument blocks, which
-are typically bounded by brace brackets.
-Getting this right in general is very hard.
-A consequence of the algorithm used is that the closing
-brace looks like it belongs to the block it closes, while the
-opening brace looks like it belongs outside the block.
-A more interesting consequence is that in an expression like
-
-	f() && g()
-
-there is no attempt to separately instrument the calls to `f` and `g`, Regardless of
-the facts it will always look like they both ran the same
-number of times, the number of times `f` ran.
-
-To be fair, even `gcov` has trouble here. That tool gets the
-instrumentation right but the presentation is line-based and
-can therefore miss some nuances.
-
-## The big picture
-
-That's the story about test coverage in Go 1.2.
-A new tool with an interesting implementation enables not only
-test coverage statistics, but easy-to-interpret presentations
-of them and even the possibility to extract profiling information.
-
-Testing is an important part of software development and test
-coverage a simple way to add discipline to your testing strategy.
-Go forth, test, and cover.
diff --git a/_content/cover/count.png b/_content/cover/count.png
deleted file mode 100644
index 2c66956..0000000
--- a/_content/cover/count.png
+++ /dev/null
Binary files differ
diff --git a/_content/cover/pkg.cover b/_content/cover/pkg.cover
deleted file mode 100644
index 03a8cbc..0000000
--- a/_content/cover/pkg.cover
+++ /dev/null
@@ -1,49 +0,0 @@
-package main
-
-func Size(a int) string {
-	GoCover.Count[0] = 1
-	switch {
-	case a < 0:
-		GoCover.Count[2] = 1
-		return "negative"
-	case a == 0:
-		GoCover.Count[3] = 1
-		return "zero"
-	case a < 10:
-		GoCover.Count[4] = 1
-		return "small"
-	case a < 100:
-		GoCover.Count[5] = 1
-		return "big"
-	case a < 1000:
-		GoCover.Count[6] = 1
-		return "huge"
-	}
-	GoCover.Count[1] = 1
-	return "enormous"
-}
-
-var GoCover = struct {
-	Count     [7]uint32
-	Pos       [3 * 7]uint32
-	NumStmt   [7]uint16
-} {
-	Pos: [3 * 7]uint32{
-		3, 4, 0x90019, // [0]
-		16, 16, 0x130002, // [1]
-		5, 6, 0x140002, // [2]
-		7, 8, 0x100002, // [3]
-		9, 10, 0x110002, // [4]
-		11, 12, 0xf0002, // [5]
-		13, 14, 0x100002, // [6]
-	},
-	NumStmt: [7]uint16{
-		1, // 0
-		1, // 1
-		1, // 2
-		1, // 3
-		1, // 4
-		1, // 5
-		1, // 6
-	},
-}
diff --git a/_content/cover/pkg.go b/_content/cover/pkg.go
deleted file mode 100644
index 6e67107..0000000
--- a/_content/cover/pkg.go
+++ /dev/null
@@ -1,17 +0,0 @@
-package size
-
-func Size(a int) string {
-	switch {
-	case a < 0:
-		return "negative"
-	case a == 0:
-		return "zero"
-	case a < 10:
-		return "small"
-	case a < 100:
-		return "big"
-	case a < 1000:
-		return "huge"
-	}
-	return "enormous"
-}
diff --git a/_content/cover/pkg_test.go b/_content/cover/pkg_test.go
deleted file mode 100644
index 8bf4b0c..0000000
--- a/_content/cover/pkg_test.go
+++ /dev/null
@@ -1,22 +0,0 @@
-package size
-
-import "testing"
-
-type Test struct {
-	in  int
-	out string
-}
-
-var tests = []Test{
-	{-1, "negative"},
-	{5, "small"},
-}
-
-func TestSize(t *testing.T) {
-	for i, test := range tests {
-		size := Size(test.in)
-		if size != test.out {
-			t.Errorf("#%d: Size(%d)=%s; want %s", i, test.in, size, test.out)
-		}
-	}
-}
diff --git a/_content/cover/set.png b/_content/cover/set.png
deleted file mode 100644
index d4cfca2..0000000
--- a/_content/cover/set.png
+++ /dev/null
Binary files differ
diff --git a/_content/cwg.article b/_content/cwg.article
deleted file mode 100644
index 0e17def..0000000
--- a/_content/cwg.article
+++ /dev/null
@@ -1,55 +0,0 @@
-# Community Outreach Working Group
-5 Sep 2017
-Tags: community
-Summary: Announcing the Go Community Outreach Working Group (CWG).
-OldURL: /community-outreach-working-group
-
-Steve Francia & Cassandra Salisbury
-spf@golang.org
-
-## Announcing the Go Community Outreach Working Group
-
-The Go project has grown considerably with over half a million users and
-community members all over the world. To date all community oriented activities
-have been organized by the community with minimal involvement from the Go
-project. We greatly appreciate these efforts.
-
-After talking to many community organizers we have heard consistent
-feedback that they would like better collaboration between organizers and
-the Go project. We are forming the Community outreach Working Group (CWG)
-to help support these community efforts.
-
-## The CWG Mission
-
-The mission of the CWG is to act as a conduit between the broader Go
-community, it’s organizers and the Go project. The CWG will help provide
-the structures and community management necessary to create an online and
-in person community that is enjoyable and rewarding to participate in. The
-CWG leadership represents the Go project in these efforts.
-
-**The CWG is responsible for:**
-
-  - Defining programs to facilitate deeper collaboration across the community.
-  - Facilitating the coordination of Go events
-  - Establishing growth and expansion plans for the community
-  - Project exposure and accessibility
-  - Ecosystem Development
-
-**Leadership:**
-
-  - [Ashley McNamara](https://twitter.com/ashleymcnamara)
-  - [Cassandra Salisbury](https://twitter.com/Cassandraoid)
-  - [Francesc Campoy](https://twitter.com/francesc)
-  - [Steve Francia](https://twitter.com/spf13)
-
-## Plans for Action
-
-The CWG has an [open GitHub repo](https://github.com/golang/cwg) we’ve created for complete transparency
-of our efforts.  We have various [GitHub projects](https://github.com/golang/cwg/projects) which are acting as our
-primary initiatives. Each project has a variety of [issues](https://github.com/golang/cwg/issues) tied to them
-with assignees from our Leadership team and [our members](https://github.com/golang/cwg/issues/15).
-
-.image cwg/project.png
-
-If you’d like to get involved, we encourage you to comment on the issue
-that interests you or [submit an issue](https://github.com/golang/cwg/issues/new) yourself!
diff --git a/_content/cwg/project.png b/_content/cwg/project.png
deleted file mode 100644
index 3619ebd..0000000
--- a/_content/cwg/project.png
+++ /dev/null
Binary files differ
diff --git a/_content/debug-gdb.article b/_content/debug-gdb.article
deleted file mode 100644
index ff24c4f..0000000
--- a/_content/debug-gdb.article
+++ /dev/null
@@ -1,20 +0,0 @@
-# Debugging Go programs with the GNU Debugger
-30 Oct 2011
-Tags: debug, gdb, technical
-Summary: Announcing a new article about debugging Go programs with GDB.
-OldURL: /debugging-go-programs-with-gnu-debugger
-
-Andrew Gerrand
-
-##
-
-Last year we [reported](https://blog.golang.org/2010/11/debugging-go-code-status-report.html)
-that Go's [gc](https://golang.org/cmd/gc/)/[ld](https://golang.org/cmd/6l/)
-toolchain produces DWARFv3 debugging information that can be read by the GNU Debugger (GDB).
-Since then, work has continued steadily on improving support for debugging Go code with GDB.
-Among the improvements are the ability to inspect goroutines and to print
-native Go data types,
-including structs, slices, strings, maps,
-interfaces, and channels.
-
-To learn more about Go and GDB, see the [Debugging with GDB](https://golang.org/doc/debugging_with_gdb.html) article.
diff --git a/_content/debug-opt.article b/_content/debug-opt.article
deleted file mode 100644
index 002181b..0000000
--- a/_content/debug-opt.article
+++ /dev/null
@@ -1,116 +0,0 @@
-# Debugging what you deploy in Go 1.12
-21 Mar 2019
-Tags: debug, technical
-Summary: Go 1.12 improves support for debugging optimized binaries.
-OldURL: /debugging-what-you-deploy
-
-David Chase
-
-## Introduction
-
-Go 1.11 and Go 1.12 make significant progress toward allowing developers
-to debug the same optimized binaries that they deploy to production.
-
-As the Go compiler has become increasingly aggressive in producing faster binaries,
-we've lost ground in debuggability.
-In Go 1.10, users needed to disable optimizations entirely in order to have
-a good debugging experience from interactive tools like Delve.
-But users shouldn’t have to trade performance for debuggability,
-especially when running production services.
-If your problem is occurring in production,
-you need to debug it in production, and that shouldn’t require deploying
-unoptimized binaries.
-
-For Go 1.11 and 1.12, we focused on improving the debugging experience on
-optimized binaries (the default setting of the Go compiler).
-Improvements include
-
-  - More accurate value inspection, in particular for arguments at function entry;
-  - More precisely identifying statement boundaries so that stepping is less
-    jumpy and breakpoints more often land where the programmer expects;
-  - And preliminary support for Delve to call Go functions (goroutines and
-    garbage collection make this trickier than it is in C and C++).
-
-## Debugging optimized code with Delve
-
-[Delve](https://github.com/go-delve/delve) is a debugger for Go on x86
-supporting both Linux and macOS.
-Delve is aware of goroutines and other Go features and provides one of the
-best Go debugging experiences.
-Delve is also the debugging engine behind [GoLand](https://www.jetbrains.com/go/),
-[VS Code](https://code.visualstudio.com/),
-and [Vim](https://github.com/fatih/vim-go).
-
-Delve normally rebuilds the code it is debugging with `-gcflags "all=-N -l"`,
-which disables inlining and most optimizations.
-To debug optimized code with delve, first build the optimized binary,
-then use `dlv exec your_program` to debug it.
-Or, if you have a core file from a crash,
-you can examine it with `dlv core your_program your_core`.
-With 1.12 and the latest Delve releases, you should be able to examine many variables,
-even in optimized binaries.
-
-## Improved value inspection
-
-When debugging optimized binaries produced by Go 1.10,
-variable values were usually completely unavailable.
-In contrast, starting with Go 1.11, variables can usually be examined even
-in optimized binaries,
-unless they’ve been optimized away completely.
-In Go 1.11 the compiler began emitting DWARF location lists so debuggers
-can track variables as they move in and out of registers and reconstruct
-complex objects that are split across different registers and stack slots.
-
-## Improved stepping
-
-This shows an example of stepping through a simple function in a debugger in 1.10,
-with flaws (skipped and repeated lines) highlighted by red arrows.
-
-.image debug-opt/stepping.svg _ 450
-
-Flaws like this make it easy to lose track of where you are when stepping
-through a program and interfere with hitting breakpoints.
-
-Go 1.11 and 1.12 record statement boundary information and do a better job
-of tracking source line numbers through optimizations and inlining.
-As a result, in Go 1.12, stepping through this code stops on every line
-and does so in the order you would expect.
-
-## Function calls
-
-Function call support in Delve is still under development, but simple cases work.  For example:
-
-	(dlv) call fib(6)
-	> main.main() ./hello.go:15 (PC: 0x49d648)
-	Values returned:
-		~r1: 8
-
-## The path forward
-
-Go 1.12 is a step toward a better debugging experience for optimized binaries
-and we have plans to improve it even further.
-
-There are fundamental tradeoffs between debuggability and performance,
-so we’re focusing on the highest-priority debugging defects,
-and working to collect automated metrics to monitor our progress and catch regressions.
-
-We’re focusing on generating correct information for debuggers about variable locations,
-so if a variable can be printed, it is printed correctly.
-We’re also looking at making variable values available more of the time,
-particularly at key points like call sites,
-though in many cases improving this would require slowing down program execution.
-Finally, we’re working on improving stepping:
-we’re focusing on the order of stepping with panics,
-the order of stepping around loops, and generally trying to follow source
-order where possible.
-
-## A note on macOS support
-
-Go 1.11 started compressing debug information to reduce binary sizes.
-This is natively supported by Delve, but neither LLDB nor GDB support compressed
-debug info on macOS.
-If you are using LLDB or GDB, there are two workarounds:
-build binaries with `-ldflags=-compressdwarf=false`,
-or use [splitdwarf](https://godoc.org/golang.org/x/tools/cmd/splitdwarf)
-(`go get golang.org/x/tools/cmd/splitdwarf`) to decompress the debug information
-in an existing binary.
diff --git a/_content/debug-opt/stepping.graffle b/_content/debug-opt/stepping.graffle
deleted file mode 100644
index 6deefa7..0000000
--- a/_content/debug-opt/stepping.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/debug-opt/stepping.svg b/_content/debug-opt/stepping.svg
deleted file mode 100644
index fb39be5..0000000
--- a/_content/debug-opt/stepping.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
-<svg width="355.46" height="208" version="1.1" viewBox="55.075 95.5 355.4621 208" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/">
-<defs>
-<marker id="a" color="#ff2600" overflow="visible" stroke-miterlimit="10" markerHeight="8" markerWidth="10" orient="auto" viewBox="-1 -4 10 8">
-<path d="m8 0l-8-3v6z" fill="currentColor" stroke="currentColor"/>
-</marker>
-</defs>
-<metadata>Produced by OmniGraffle 7.10.1
-<dc:date>2019-03-21 19:47:24 +0000</dc:date>
-</metadata>
-<g fill="none">
-<title>Canvas 1</title>
-<g>
-<title>Layer 1</title>
-<text transform="translate(64.5 130.5)" fill="black" font-family="Go, sans-serif" font-size="12" font-weight="400">
-<tspan x="28" y="11">l := line{point{1 + zero, 2 + zero}, point{3 + zero, 4 + zero}}</tspan>
-<tspan x="28" y="25">tinycall()</tspan>
-<tspan x="28" y="39">hist := make([]int, 7)</tspan>
-<tspan x="28" y="53">var reader io.Reader = strings.NewReader(cannedInput)</tspan>
-<tspan x="28" y="67">scanner := bufio.NewScanner(reader)</tspan>
-<tspan x="28" y="81">for scanner.Scan() {</tspan>
-<tspan x="56" y="95">s := scanner.Text()</tspan>
-<tspan x="56" y="109">i, err := strconv.ParseInt(s, 10, 64)</tspan>
-<tspan x="56" y="123">if err != nil { ... }</tspan>
-<tspan x="56" y="137">hist = ensure(int(i), hist)</tspan>
-<tspan x="56" y="151">hist[int(i)]++</tspan>
-<tspan x="28" y="165">}</tspan>
-</text>
-<text transform="translate(204.34 100.5)" fill="black">
-<tspan x="0" y="15" fill="black" font-family="Go, sans-serif" font-size="16" font-weight="400">Go 1.10</tspan>
-</text>
-<path d="m71.8 130.7l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m71.8 130.7l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m100.6 243.3l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m100.6 243.3l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m100.6 229.5l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m100.6 229.5l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m71.8 200.74l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m71.8 200.74l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m71.8 172.72l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m71.8 172.72l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m71.8 158.72l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m71.8 158.72l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m55.2 145.4l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m55.2 145.4l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m100.6 270.9l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m100.6 270.9l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m100.6 257.1l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m100.6 257.1l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m55.2 130.7l14 6-14 6z" fill="blue" fill-opacity=".3309"/>
-<path d="m55.2 130.7l14 6-14 6z" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25"/>
-<path d="m61.66 147.95v-2.9031l1.6541-0.99387" marker-end="url(#a)" stroke="#ff2600" stroke-linecap="round" stroke-linejoin="round"/>
-<line x1="79.06" x2="79.06" y1="139.52" y2="152.45" marker-end="url(#a)" stroke="#ff2600" stroke-linecap="round" stroke-linejoin="round"/>
-<line x1="79.06" x2="94.381" y1="209.4" y2="228.38" marker-end="url(#a)" stroke="#ff2600" stroke-linecap="round" stroke-linejoin="round"/>
-<line x1="79.06" x2="79.115" y1="182.66" y2="194.76" marker-end="url(#a)" stroke="#ff2600" stroke-linecap="round" stroke-linejoin="round"/>
-</g>
-</g>
-</svg>
diff --git a/_content/debug-status.article b/_content/debug-status.article
deleted file mode 100644
index 1f5416b..0000000
--- a/_content/debug-status.article
+++ /dev/null
@@ -1,67 +0,0 @@
-# Debugging Go code (a status report)
-2 Nov 2010
-Tags: debug, gdb
-Summary: What works and what doesn't when debugging Go programs with GDB.
-OldURL: /debugging-go-code-status-report
-
-Luuk van Dijk
-
-##
-
-When it comes to debugging, nothing beats a few strategic print statements
-to inspect variables or a well-placed panic to obtain a stack trace.
-However, sometimes you’re missing either the patience or the source code,
-and in those cases a good debugger can be invaluable.
-That's why over the past few releases we have been improving the support
-in Go’s gc linker (6l,
-8l) for GDB, the GNU debugger.
-
-In the latest release (2010-11-02), the 6l and 8l linkers emit DWARF3 debugging
-information when writing ELF (Linux,
-FreeBSD) or Mach-O (Mac OS X) binaries.
-The DWARF code is rich enough to let you do the following:
-
-  - load a Go program in GDB version 7.x,
-  - list all Go, C, and assembly source files by line (parts of the Go runtime are written in C and assembly),
-  - set breakpoints by line and step through the code,
-  - print stack traces and inspect stack frames, and
-  - find the addresses and print the contents of most variables.
-
-There are still some inconveniences:
-
-  - The emitted DWARF code is unreadable by the GDB version 6.x that ships with Mac OS X.
-    We would gladly accept patches to make the DWARF output compatible with
-    the standard OS X GDB,
-    but until that’s fixed you’ll need to download,
-    build, and install GDB 7.x to use it under OS X.
-    The source can be found at [http://sourceware.org/gdb/download/](http://sourceware.org/gdb/download/).
-    Due to the particulars of OS X you’ll need to install the binary on a
-    local file system with `chgrp procmod` and `chmod g+s`.
-  - Names are qualified with a package name and,
-    as GDB doesn't understand Go packages, you must reference each item by its full name.
-    For example, the variable named `v` in package `main` must be referred to
-    as `'main.v'`, in single quotes.
-    A consequence of this is that tab completion of variable and function names does not work.
-  - Lexical scoping information is somewhat obfuscated.
-    If there are multiple variables of the same name,
-    the nth instance will have a suffix of the form ‘#n’.
-    We plan to fix this, but it will require some changes to the data exchanged
-    between the compiler and linker.
-  - Slice and string variables are represented as their underlying structure
-    in the runtime library.
-    They will look something like `{data = 0x2aaaaab3e320, len = 1, cap = 1}.` For slices,
-    you must dereference the data pointer to inspect the elements.
-
-Some things don't work yet:
-
-  - Channel, function, interface, and map variables cannot be inspected.
-  - Only Go variables are annotated with type information; the runtime's C variables are not.
-  - Windows and ARM binaries do not contain DWARF debugging information and, as such, cannot be inspected with GDB.
-
-Over the coming months we intend to address these issues,
-either by changing the compiler and linker or by using the Python extensions to GDB.
-In the meantime, we hope that Go programmers will benefit from having better
-access to this well-known debugging tool.
-
-P.S. The DWARF information can also be read by tools other than GDB.
-For example, on Linux you can use it with the sysprof system-wide profiler.
diff --git a/_content/declaration-syntax.article b/_content/declaration-syntax.article
deleted file mode 100644
index f1d0574..0000000
--- a/_content/declaration-syntax.article
+++ /dev/null
@@ -1,211 +0,0 @@
-# Go's Declaration Syntax
-7 Jul 2010
-Tags: c, syntax, ethos
-Summary: Why Go's declaration syntax doesn't look like, and is much simpler than, C's.
-OldURL: /gos-declaration-syntax
-
-Rob Pike
-
-## Introduction
-
-Newcomers to Go wonder why the declaration syntax is different from the
-tradition established in the C family.
-In this post we'll compare the two approaches and explain why Go's declarations look as they do.
-
-## C syntax
-
-First, let's talk about C syntax. C took an unusual and clever approach
-to declaration syntax.
-Instead of describing the types with special syntax,
-one writes an expression involving the item being declared,
-and states what type that expression will have. Thus
-
-	int x;
-
-declares x to be an int: the expression 'x' will have type int.
-In general, to figure out how to write the type of a new variable,
-write an expression involving that variable that evaluates to a basic type,
-then put the basic type on the left and the expression on the right.
-
-Thus, the declarations
-
-	int *p;
-	int a[3];
-
-state that p is a pointer to int because '\*p' has type int,
-and that a is an array of ints because a[3] (ignoring the particular index value,
-which is punned to be the size of the array) has type int.
-
-What about functions? Originally, C's function declarations wrote the types
-of the arguments outside the parens, like this:
-
-	int main(argc, argv)
-	    int argc;
-	    char *argv[];
-	{ /* ... */ }
-
-Again, we see that main is a function because the expression main(argc,
-argv) returns an int.
-In modern notation we'd write
-
-	int main(int argc, char *argv[]) { /* ... */ }
-
-but the basic structure is the same.
-
-This is a clever syntactic idea that works well for simple types but can get confusing fast.
-The famous example is declaring a function pointer.
-Follow the rules and you get this:
-
-	int (*fp)(int a, int b);
-
-Here, fp is a pointer to a function because if you write the expression (\*fp)(a,
-b) you'll call a function that returns int.
-What if one of fp's arguments is itself a function?
-
-	int (*fp)(int (*ff)(int x, int y), int b)
-
-That's starting to get hard to read.
-
-Of course, we can leave out the name of the parameters when we declare a function, so main can be declared
-
-	int main(int, char *[])
-
-Recall that argv is declared like this,
-
-	char *argv[]
-
-so you drop the name from the middle of its declaration to construct its type.
-It's not obvious, though, that you declare something of type char \*[] by
-putting its name in the middle.
-
-And look what happens to fp's declaration if you don't name the parameters:
-
-	int (*fp)(int (*)(int, int), int)
-
-Not only is it not obvious where to put the name inside
-
-	int (*)(int, int)
-
-it's not exactly clear that it's a function pointer declaration at all.
-And what if the return type is a function pointer?
-
-	int (*(*fp)(int (*)(int, int), int))(int, int)
-
-It's hard even to see that this declaration is about fp.
-
-You can construct more elaborate examples but these should illustrate some
-of the difficulties that C's declaration syntax can introduce.
-
-There's one more point that needs to be made, though.
-Because type and declaration syntax are the same,
-it can be difficult to parse expressions with types in the middle.
-This is why, for instance, C casts always parenthesize the type, as in
-
-	(int)M_PI
-
-## Go syntax
-
-Languages outside the C family usually use a distinct type syntax in declarations.
-Although it's a separate point, the name usually comes first,
-often followed by a colon.
-Thus our examples above become something like (in a fictional but illustrative language)
-
-	x: int
-	p: pointer to int
-	a: array[3] of int
-
-These declarations are clear, if verbose - you just read them left to right.
-Go takes its cue from here, but in the interests of brevity it drops the
-colon and removes some of the keywords:
-
-	x int
-	p *int
-	a [3]int
-
-There is no direct correspondence between the look of [3]int and how to
-use a in an expression.
-(We'll come back to pointers in the next section.) You gain clarity at the
-cost of a separate syntax.
-
-Now consider functions. Let's transcribe the declaration for main as it would read in Go,
-although the real main function in Go takes no arguments:
-
-	func main(argc int, argv []string) int
-
-Superficially that's not much different from C,
-other than the change from `char` arrays to strings,
-but it reads well from left to right:
-
-function main takes an int and a slice of strings and returns an int.
-
-Drop the parameter names and it's just as clear - they're always first so there's no confusion.
-
-	func main(int, []string) int
-
-One merit of this left-to-right style is how well it works as the types
-become more complex.
-Here's a declaration of a function variable (analogous to a function pointer in C):
-
-	f func(func(int,int) int, int) int
-
-Or if f returns a function:
-
-	f func(func(int,int) int, int) func(int, int) int
-
-It still reads clearly, from left to right,
-and it's always obvious which name is being declared - the name comes first.
-
-The distinction between type and expression syntax makes it easy to write and invoke closures in Go:
-
-	sum := func(a, b int) int { return a+b } (3, 4)
-
-## Pointers
-
-Pointers are the exception that proves the rule.
-Notice that in arrays and slices, for instance,
-Go's type syntax puts the brackets on the left of the type but the expression
-syntax puts them on the right of the expression:
-
-	var a []int
-	x = a[1]
-
-For familiarity, Go's pointers use the \* notation from C,
-but we could not bring ourselves to make a similar reversal for pointer types.
-Thus pointers work like this
-
-	var p *int
-	x = *p
-
-We couldn't say
-
-	var p *int
-	x = p*
-
-because that postfix \* would conflate with multiplication. We could have used the Pascal ^, for example:
-
-	var p ^int
-	x = p^
-
-and perhaps we should have (and chosen another operator for xor),
-because the prefix asterisk on both types and expressions complicates things
-in a number of ways.
-For instance, although one can write
-
-	[]int("hi")
-
-as a conversion, one must parenthesize the type if it starts with a \*:
-
-	(*int)(nil)
-
-Had we been willing to give up \* as pointer syntax, those parentheses would be unnecessary.
-
-So Go's pointer syntax is tied to the familiar C form,
-but those ties mean that we cannot break completely from using parentheses
-to disambiguate types and expressions in the grammar.
-
-Overall, though, we believe Go's type syntax is easier to understand than C's, especially when things get complicated.
-
-## Notes
-
-Go's declarations read left to right. It's been pointed out that C's read in a spiral!
-See [ The "Clockwise/Spiral Rule"](http://c-faq.com/decl/spiral.anderson.html) by David Anderson.
diff --git a/_content/defer-panic-and-recover.article b/_content/defer-panic-and-recover.article
deleted file mode 100644
index 93431a3..0000000
--- a/_content/defer-panic-and-recover.article
+++ /dev/null
@@ -1,220 +0,0 @@
-# Defer, Panic, and Recover
-4 Aug 2010
-Tags: defer, panic, recover, technical, function
-Summary: An introduction to the Go's defer, panic, and recover control flow mechanisms.
-
-Andrew Gerrand
-
-##
-
-Go has the usual mechanisms for control flow:
-if, for, switch, goto.
-It also has the go statement to run code in a separate goroutine.
-Here I'd like to discuss some of the less common ones:
-defer, panic, and recover.
-
-A **defer statement** pushes a function call onto a list.
-The list of saved calls is executed after the surrounding function returns.
-Defer is commonly used to simplify functions that perform various clean-up actions.
-
-For example, let's look at a function that opens two files and copies the contents of one file to the other:
-
-	func CopyFile(dstName, srcName string) (written int64, err error) {
-	    src, err := os.Open(srcName)
-	    if err != nil {
-	        return
-	    }
-
-	    dst, err := os.Create(dstName)
-	    if err != nil {
-	        return
-	    }
-
-	    written, err = io.Copy(dst, src)
-	    dst.Close()
-	    src.Close()
-	    return
-	}
-
-This works, but there is a bug. If the call to os.Create fails,
-the function will return without closing the source file.
-This can be easily remedied by putting a call to src.Close before the second return statement,
-but if the function were more complex the problem might not be so easily
-noticed and resolved.
-By introducing defer statements we can ensure that the files are always closed:
-
-	func CopyFile(dstName, srcName string) (written int64, err error) {
-	    src, err := os.Open(srcName)
-	    if err != nil {
-	        return
-	    }
-	    defer src.Close()
-
-	    dst, err := os.Create(dstName)
-	    if err != nil {
-	        return
-	    }
-	    defer dst.Close()
-
-	    return io.Copy(dst, src)
-	}
-
-Defer statements allow us to think about closing each file right after opening it,
-guaranteeing that, regardless of the number of return statements in the function,
-the files _will_ be closed.
-
-The behavior of defer statements is straightforward and predictable. There are three simple rules:
-
-1. _A deferred function's arguments are evaluated when the defer statement is evaluated._
-
-In this example, the expression "i" is evaluated when the Println call is deferred.
-The deferred call will print "0" after the function returns.
-
-	func a() {
-	    i := 0
-	    defer fmt.Println(i)
-	    i++
-	    return
-	}
-
-2. _Deferred function calls are executed in Last In First Out order after the surrounding function returns._
-
-This function prints "3210":
-
-	func b() {
-	    for i := 0; i < 4; i++ {
-	        defer fmt.Print(i)
-	    }
-	}
-
-3. _Deferred functions may read and assign to the returning function's named return values._
-
-In this example, a deferred function increments the return value i _after_
-the surrounding function returns.
-Thus, this function returns 2:
-
-	func c() (i int) {
-	    defer func() { i++ }()
-	    return 1
-	}
-
-This is convenient for modifying the error return value of a function; we will see an example of this shortly.
-
-**Panic** is a built-in function that stops the ordinary flow of control and begins _panicking_.
-When the function F calls panic, execution of F stops,
-any deferred functions in F are executed normally,
-and then F returns to its caller.
-To the caller, F then behaves like a call to panic.
-The process continues up the stack until all functions in the current goroutine have returned,
-at which point the program crashes.
-Panics can be initiated by invoking panic directly.
-They can also be caused by runtime errors,
-such as out-of-bounds array accesses.
-
-**Recover** is a built-in function that regains control of a panicking goroutine.
-Recover is only useful inside deferred functions.
-During normal execution, a call to recover will return nil and have no other effect.
-If the current goroutine is panicking, a call to recover will capture the
-value given to panic and resume normal execution.
-
-Here's an example program that demonstrates the mechanics of panic and defer:
-
-	package main
-
-	import "fmt"
-
-	func main() {
-	    f()
-	    fmt.Println("Returned normally from f.")
-	}
-
-	func f() {
-	    defer func() {
-	        if r := recover(); r != nil {
-	            fmt.Println("Recovered in f", r)
-	        }
-	    }()
-	    fmt.Println("Calling g.")
-	    g(0)
-	    fmt.Println("Returned normally from g.")
-	}
-
-	func g(i int) {
-	    if i > 3 {
-	        fmt.Println("Panicking!")
-	        panic(fmt.Sprintf("%v", i))
-	    }
-	    defer fmt.Println("Defer in g", i)
-	    fmt.Println("Printing in g", i)
-	    g(i + 1)
-	}
-
-The function g takes the int i, and panics if i is greater than 3,
-or else it calls itself with the argument i+1.
-The function f defers a function that calls recover and prints the recovered
-value (if it is non-nil).
-Try to picture what the output of this program might be before reading on.
-
-The program will output:
-
-	Calling g.
-	Printing in g 0
-	Printing in g 1
-	Printing in g 2
-	Printing in g 3
-	Panicking!
-	Defer in g 3
-	Defer in g 2
-	Defer in g 1
-	Defer in g 0
-	Recovered in f 4
-	Returned normally from f.
-
-If we remove the deferred function from f the panic is not recovered and
-reaches the top of the goroutine's call stack,
-terminating the program.
-This modified program will output:
-
-	Calling g.
-	Printing in g 0
-	Printing in g 1
-	Printing in g 2
-	Printing in g 3
-	Panicking!
-	Defer in g 3
-	Defer in g 2
-	Defer in g 1
-	Defer in g 0
-	panic: 4
-
-	panic PC=0x2a9cd8
-	[stack trace omitted]
-
-For a real-world example of **panic** and **recover**,
-see the [json package](https://golang.org/pkg/encoding/json/) from the
-Go standard library.
-It encodes an interface with a set of recursive functions.
-If an error occurs when traversing the value,
-panic is called to unwind the stack to the top-level function call,
-which recovers from the panic and returns an appropriate error value (see
-the 'error' and 'marshal' methods of the encodeState type in [encode.go](https://golang.org/src/pkg/encoding/json/encode.go)).
-
-The convention in the Go libraries is that even when a package uses panic internally,
-its external API still presents explicit error return values.
-
-Other uses of **defer** (beyond the file.Close example given earlier) include releasing a mutex:
-
-	mu.Lock()
-	defer mu.Unlock()
-
-printing a footer:
-
-	printHeader()
-	defer printFooter()
-
-and more.
-
-In summary, the defer statement (with or without panic and recover) provides
-an unusual and powerful mechanism for control flow.
-It can be used to model a number of features implemented by special-purpose
-structures in other programming languages. Try it out.
diff --git a/_content/developer-experience.article b/_content/developer-experience.article
deleted file mode 100644
index 73254f5..0000000
--- a/_content/developer-experience.article
+++ /dev/null
@@ -1,40 +0,0 @@
-# Introducing the Developer Experience Working Group
-10 Apr 2017
-Summary: Announcing the Developer eXperience Working Group (DXWG).
-
-The Developer Experience Working Group
-
-##
-
-Over the last several years, Go's audience has shifted from early
-adopters to mainstream users. Today, our users come from a wide
-variety of backgrounds, experiences, and expectations. The needs
-of users are growing faster than the Go project can currently address
-them. To streamline the experience for first-time Go users,
-we've created the Developer eXperience Working Group (DXWG).
-
-For the next three months, this group will work together on delivering:
-
-  - improvements to the Go installation experience
-  - better guidelines to help new users
-  - guides on tooling and developer environments (editors and IDEs)
-  - running user studies to systematically analyze and measure friction points
-  - improvements to the [Go Tour](https://tour.golang.org/) and [Go Playground](https://play.golang.org/)
-
-A secondary goal of the working group is to better understand how to
-involve the Go community in charting Go’s future. We hope that working
-groups – Go team members working alongside community members – will
-help Go scale its leadership and address user needs.  We’ll learn
-from this experience and iterate.
-
-The initial members of the working group are:
-Carmen Andoh, Chris Broadfoot, Francesc Campoy, Jaana Burcu Dogan,
-Steve Francia, Jess Frazelle, Bill Kennedy, Katrina Owen, Natalie
-Pistunovich, Mat Ryer, Dmitri Shuralyov.
-
-We are looking for additional people to help with contributing
-code, writing documentation, sharing feedback and experiences
-(user stories), reviewing contributions, and more. If you are
-interested in any of our current areas of focus, please subscribe to the
-[golang-devexp](https://groups.google.com/forum/#!forum/golang-devexp)
-mailing list.
diff --git a/_content/docker.article b/_content/docker.article
deleted file mode 100644
index d0be85c..0000000
--- a/_content/docker.article
+++ /dev/null
@@ -1,202 +0,0 @@
-# Deploying Go servers with Docker
-26 Sep 2014
-Summary: How to use Docker's new official base images for Go.
-
-Andrew Gerrand
-
-## Introduction
-
-This week Docker [announced](https://blog.docker.com/2014/09/docker-hub-official-repos-announcing-language-stacks/)
-official base images for Go and other major languages,
-giving programmers a trusted and easy way to build containers for their Go programs.
-
-In this article we'll walk through a recipe for creating a Docker container for
-a simple Go web application and deploying that container to Google Compute Engine.
-If you're not familiar with Docker, you should read
-[Understanding Docker](https://docs.docker.com/engine/understanding-docker/)
-before reading on.
-
-## The demo app
-
-For our demonstration we will use the
-[outyet](https://godoc.org/github.com/golang/example/outyet) program from the
-[Go examples repository](https://github.com/golang/example),
-a simple web server that reports whether the next version of Go has been released
-(designed to power sites like [isgo1point4.outyet.org](http://isgo1point4.outyet.org/)).
-It has no dependencies outside the standard library and requires no additional
-data files at run time; for a web server, it's about as simple as it gets.
-
-Use "go get" to fetch and install outyet in your
-[workspace](https://golang.org/doc/code.html#Workspaces):
-
-	$ go get github.com/golang/example/outyet
-
-## Write a Dockerfile
-
-Replace a file named `Dockerfile` in the `outyet` directory with the following contents:
-
-	# Start from a Debian image with the latest version of Go installed
-	# and a workspace (GOPATH) configured at /go.
-	FROM golang
-
-	# Copy the local package files to the container's workspace.
-	ADD . /go/src/github.com/golang/example/outyet
-
-	# Build the outyet command inside the container.
-	# (You may fetch or manage dependencies here,
-	# either manually or with a tool like "godep".)
-	RUN go install github.com/golang/example/outyet
-
-	# Run the outyet command by default when the container starts.
-	ENTRYPOINT /go/bin/outyet
-
-	# Document that the service listens on port 8080.
-	EXPOSE 8080
-
-This `Dockerfile` specifies how to construct a container that runs `outyet`,
-starting with the basic dependencies (a Debian system with Go installed;
-the [official `golang` docker image](https://registry.hub.docker.com/_/golang/)),
-adding the `outyet` package source, building it, and then finally running it.
-
-The `ADD`, `RUN`, and `ENTRYPOINT` steps are common tasks for any Go project.
-To simplify this, there is an
-[`onbuild` variant](https://github.com/docker-library/golang/blob/9ff2ccca569f9525b023080540f1bb55f6b59d7f/1.3.1/onbuild/Dockerfile)
-of the `golang` image that automatically copies the package source, fetches the
-application dependencies, builds the program, and configures it to run on
-startup.
-
-With the `onbuild` variant, the `Dockerfile` is much simpler:
-
-	FROM golang:onbuild
-	EXPOSE 8080
-
-## Build and run the image
-
-Invoke Docker from the `outyet` package directory to build an image using the `Dockerfile`:
-
-	$ docker build -t outyet .
-
-This will fetch the `golang` base image from Docker Hub, copy the package source
-to it, build the package inside it, and tag the resulting image as `outyet`.
-
-To run a container from the resulting image:
-
-	$ docker run --publish 6060:8080 --name test --rm outyet
-
-The `--publish` flag tells docker to publish the container's port `8080` on the
-external port `6060`.
-
-The `--name` flag gives our container a predictable name to make it easier to work with.
-
-The `--rm` flag tells docker to remove the container image when the outyet server exits.
-
-With the container running, open `http://localhost:6060/` in a web browser and
-you should see something like this:
-
-.image docker/outyet.png
-
-(If your docker daemon is running on another machine (or in a virtual machine),
-you should replace `localhost` with the address of that machine. If you're
-using [boot2docker](http://boot2docker.io/) on OS X or Windows you can find
-that address with `boot2docker ip`.)
-
-Now that we've verified that the image works, shut down the running container
-from another terminal window:
-
-	$ docker stop test
-
-## Create a repository on Docker Hub
-
-[Docker Hub](https://hub.docker.com/), the container registry from which we
-pulled the `golang` image earlier, offers a feature called
-[Automated Builds](http://docs.docker.com/docker-hub/builds/) that builds
-images from a GitHub or BitBucket repository.
-
-By committing [the Dockerfile](https://github.com/golang/example/blob/master/outyet/Dockerfile)
-to the repository and creating an
-[automated build](https://registry.hub.docker.com/u/adg1/outyet/)
-for it, anyone with Docker installed can download and run our image with a
-single command. (We will see the utility of this in the next section.)
-
-To set up an Automated Build, commit the Dockerfile to your repo on
-[GitHub](https://github.com/) or [BitBucket](https://bitbucket.org/),
-create an account on Docker Hub, and follow the instructions for
-[creating an Automated Build](http://docs.docker.com/docker-hub/builds/).
-
-When you're done, you can run your container using the name of the automated build:
-
-	$ docker run goexample/outyet
-
-(Replace `goexample/outyet` with the name of the automated build you created.)
-
-## Deploy the container to Google Compute Engine
-
-Google provides
-[container-optimized Google Compute Engine images](https://developers.google.com/compute/docs/containers/container_vms)
-that make it easy to spin up a virtual machine running an arbitrary Docker container.
-On startup, a program running on the instance reads a configuration file that
-specifies which container to run, fetches the container image, and runs it.
-
-Create a [containers.yaml](https://cloud.google.com/compute/docs/containers/container_vms#container_manifest)
-file that specifies the docker image to run and the ports to expose:
-
-	version: v1beta2
-	containers:
-	- name: outyet
-	  image: goexample/outyet
-	  ports:
-	  - name: http
-	    hostPort: 80
-	    containerPort: 8080
-
-(Note that we're publishing the container's port `8080` as external port `80`,
-the default port for serving HTTP traffic. And, again, you should replace
-`goexample/outyet` with the name of your Automated Build.)
-
-Use the [gcloud tool](https://cloud.google.com/sdk/#Quick_Start)
-to create a VM instance running the container:
-
-	$ gcloud compute instances create outyet \
-		--image container-vm-v20140925 \
-		--image-project google-containers \
-		--metadata-from-file google-container-manifest=containers.yaml \
-		--tags http-server \
-		--zone us-central1-a \
-		--machine-type f1-micro
-
-The first argument (`outyet`) specifies the instance name, a convenient label
-for administrative purposes.
-
-The `--image` and `--image-project` flags specify the special
-container-optimized system image to use (copy these flags verbatim).
-
-The `--metadata-from-file` flag supplies your `containers.yaml` file to the VM.
-
-The `--tags` flag tags your VM instance as an HTTP server, adjusting the
-firewall to expose port 80 on the public network interface.
-
-The `--zone` and `--machine-type` flags specify the zone in which to run the VM
-and the type of machine to run. (To see a list of machine types and the zones,
-run `gcloud compute machine-types list`.)
-
-Once this has completed, the gcloud command should print some information about
-the instance. In the output, locate the `networkInterfaces` section to find the
-instance's external IP address. Within a couple of minutes you should be able
-to access that IP with your web browser and see the "Has Go 1.4 been released
-yet?" page.
-
-(To see what's happening on the new VM instance you can ssh into it with
-`gcloud compute ssh outyet`. From there, try `sudo docker ps` to see which
-Docker containers are running.)
-
-## Learn more
-
-This is just the tip of the iceberg—there's a lot more you can do with Go, Docker, and Google Compute Engine.
-
-To learn more about Docker, see their [extensive documentation](https://docs.docker.com/).
-
-To learn more about Docker and Go, see the [official `golang` Docker Hub repository](https://registry.hub.docker.com/_/golang/) and Kelsey Hightower's [Optimizing Docker Images for Static Go Binaries](https://medium.com/@kelseyhightower/optimizing-docker-images-for-static-binaries-b5696e26eb07).
-
-To learn more about Docker and [Google Compute Engine](http://cloud.google.com/compute),
-see the [Container-optimized VMs page](https://cloud.google.com/compute/docs/containers/container_vms)
-and the [google/docker-registry Docker Hub repository](https://registry.hub.docker.com/u/google/docker-registry/).
diff --git a/_content/docker/outyet.png b/_content/docker/outyet.png
deleted file mode 100644
index c5e5710..0000000
--- a/_content/docker/outyet.png
+++ /dev/null
Binary files differ
diff --git a/_content/error-handling-and-go.article b/_content/error-handling-and-go.article
deleted file mode 100644
index 092addc..0000000
--- a/_content/error-handling-and-go.article
+++ /dev/null
@@ -1,325 +0,0 @@
-# Error handling and Go
-12 Jul 2011
-Tags: error, interface, type, technical
-Summary: An introduction to Go errors.
-
-Andrew Gerrand
-
-## Introduction
-
-If you have written any Go code you have probably encountered the built-in `error` type.
-Go code uses `error` values to indicate an abnormal state.
-For example, the `os.Open` function returns a non-nil `error` value when
-it fails to open a file.
-
-	func Open(name string) (file *File, err error)
-
-The following code uses `os.Open` to open a file.
-If an error occurs it calls `log.Fatal` to print the error message and stop.
-
-	f, err := os.Open("filename.ext")
-	if err != nil {
-	    log.Fatal(err)
-	}
-	// do something with the open *File f
-
-You can get a lot done in Go knowing just this about the `error` type,
-but in this article we'll take a closer look at `error` and discuss some
-good practices for error handling in Go.
-
-## The error type
-
-The `error` type is an interface type. An `error` variable represents any
-value that can describe itself as a string.
-Here is the interface's declaration:
-
-	type error interface {
-	    Error() string
-	}
-
-The `error` type, as with all built in types,
-is [predeclared](https://golang.org/doc/go_spec.html#Predeclared_identifiers)
-in the [universe block](https://golang.org/doc/go_spec.html#Blocks).
-
-The most commonly-used `error` implementation is the [errors](https://golang.org/pkg/errors/)
-package's unexported `errorString` type.
-
-	// errorString is a trivial implementation of error.
-	type errorString struct {
-	    s string
-	}
-
-	func (e *errorString) Error() string {
-	    return e.s
-	}
-
-You can construct one of these values with the `errors.New` function.
-It takes a string that it converts to an `errors.errorString` and returns
-as an `error` value.
-
-	// New returns an error that formats as the given text.
-	func New(text string) error {
-	    return &errorString{text}
-	}
-
-Here's how you might use `errors.New`:
-
-	func Sqrt(f float64) (float64, error) {
-	    if f < 0 {
-	        return 0, errors.New("math: square root of negative number")
-	    }
-	    // implementation
-	}
-
-A caller passing a negative argument to `Sqrt` receives a non-nil `error`
-value (whose concrete representation is an `errors.errorString` value).
-The caller can access the error string ("math:
-square root of...") by calling the `error`'s `Error` method,
-or by just printing it:
-
-	f, err := Sqrt(-1)
-	if err != nil {
-	    fmt.Println(err)
-	}
-
-The [fmt](https://golang.org/pkg/fmt/) package formats an `error` value by calling its `Error() string` method.
-
-It is the error implementation's responsibility to summarize the context.
-The error returned by `os.Open` formats as "open /etc/passwd:
-permission denied," not just "permission denied."  The error returned by
-our `Sqrt` is missing information about the invalid argument.
-
-To add that information, a useful function is the `fmt` package's `Errorf`.
-It formats a string according to `Printf`'s rules and returns it as an `error`
-created by `errors.New`.
-
-	if f < 0 {
-	    return 0, fmt.Errorf("math: square root of negative number %g", f)
-	}
-
-In many cases `fmt.Errorf` is good enough,
-but since `error` is an interface, you can use arbitrary data structures as error values,
-to allow callers to inspect the details of the error.
-
-For instance, our hypothetical callers might want to recover the invalid
-argument passed to `Sqrt`.
-We can enable that by defining a new error implementation instead of using
-`errors.errorString`:
-
-	type NegativeSqrtError float64
-
-	func (f NegativeSqrtError) Error() string {
-	    return fmt.Sprintf("math: square root of negative number %g", float64(f))
-	}
-
-A sophisticated caller can then use a [type assertion](https://golang.org/doc/go_spec.html#Type_assertions)
-to check for a `NegativeSqrtError` and handle it specially,
-while callers that just pass the error to `fmt.Println` or `log.Fatal` will
-see no change in behavior.
-
-As another example, the [json](https://golang.org/pkg/encoding/json/)
-package specifies a `SyntaxError` type that the `json.Decode` function returns
-when it encounters a syntax error parsing a JSON blob.
-
-	type SyntaxError struct {
-	    msg    string // description of error
-	    Offset int64  // error occurred after reading Offset bytes
-	}
-
-	func (e *SyntaxError) Error() string { return e.msg }
-
-The `Offset` field isn't even shown in the default formatting of the error,
-but callers can use it to add file and line information to their error messages:
-
-	if err := dec.Decode(&val); err != nil {
-	    if serr, ok := err.(*json.SyntaxError); ok {
-	        line, col := findLine(f, serr.Offset)
-	        return fmt.Errorf("%s:%d:%d: %v", f.Name(), line, col, err)
-	    }
-	    return err
-	}
-
-(This is a slightly simplified version of some [actual code](https://github.com/camlistore/go4/blob/03efcb870d84809319ea509714dd6d19a1498483/jsonconfig/eval.go#L123-L135)
-from the [Camlistore](http://camlistore.org) project.)
-
-The `error` interface requires only a `Error` method;
-specific error implementations might have additional methods.
-For instance, the [net](https://golang.org/pkg/net/) package returns errors of type `error`,
-following the usual convention, but some of the error implementations have
-additional methods defined by the `net.Error` interface:
-
-	package net
-
-	type Error interface {
-	    error
-	    Timeout() bool   // Is the error a timeout?
-	    Temporary() bool // Is the error temporary?
-	}
-
-Client code can test for a `net.Error` with a type assertion and then distinguish
-transient network errors from permanent ones.
-For instance, a web crawler might sleep and retry when it encounters a temporary
-error and give up otherwise.
-
-	if nerr, ok := err.(net.Error); ok && nerr.Temporary() {
-	    time.Sleep(1e9)
-	    continue
-	}
-	if err != nil {
-	    log.Fatal(err)
-	}
-
-## Simplifying repetitive error handling
-
-In Go, error handling is important. The language's design and conventions
-encourage you to explicitly check for errors where they occur (as distinct
-from the convention in other languages of throwing exceptions and sometimes catching them).
-In some cases this makes Go code verbose,
-but fortunately there are some techniques you can use to minimize repetitive error handling.
-
-Consider an [App Engine](https://cloud.google.com/appengine/docs/go/)
-application with an HTTP handler that retrieves a record from the datastore
-and formats it with a template.
-
-	func init() {
-	    http.HandleFunc("/view", viewRecord)
-	}
-
-	func viewRecord(w http.ResponseWriter, r *http.Request) {
-	    c := appengine.NewContext(r)
-	    key := datastore.NewKey(c, "Record", r.FormValue("id"), 0, nil)
-	    record := new(Record)
-	    if err := datastore.Get(c, key, record); err != nil {
-	        http.Error(w, err.Error(), 500)
-	        return
-	    }
-	    if err := viewTemplate.Execute(w, record); err != nil {
-	        http.Error(w, err.Error(), 500)
-	    }
-	}
-
-This function handles errors returned by the `datastore.Get` function and
-`viewTemplate`'s `Execute` method.
-In both cases, it presents a simple error message to the user with the HTTP
-status code 500 ("Internal Server Error").
-This looks like a manageable amount of code,
-but add some more HTTP handlers and you quickly end up with many copies
-of identical error handling code.
-
-To reduce the repetition we can define our own HTTP `appHandler` type that includes an `error` return value:
-
-	type appHandler func(http.ResponseWriter, *http.Request) error
-
-Then we can change our `viewRecord` function to return errors:
-
-	func viewRecord(w http.ResponseWriter, r *http.Request) error {
-	    c := appengine.NewContext(r)
-	    key := datastore.NewKey(c, "Record", r.FormValue("id"), 0, nil)
-	    record := new(Record)
-	    if err := datastore.Get(c, key, record); err != nil {
-	        return err
-	    }
-	    return viewTemplate.Execute(w, record)
-	}
-
-This is simpler than the original version,
-but the [http](https://golang.org/pkg/net/http/) package doesn't understand
-functions that return `error`.
-To fix this we can implement the `http.Handler` interface's `ServeHTTP`
-method on `appHandler`:
-
-	func (fn appHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
-	    if err := fn(w, r); err != nil {
-	        http.Error(w, err.Error(), 500)
-	    }
-	}
-
-The `ServeHTTP` method calls the `appHandler` function and displays the
-returned error (if any) to the user.
-Notice that the method's receiver, `fn`, is a function.
-(Go can do that!) The method invokes the function by calling the receiver
-in the expression `fn(w, r)`.
-
-Now when registering `viewRecord` with the http package we use the `Handle`
-function (instead of `HandleFunc`) as `appHandler` is an `http.Handler`
-(not an `http.HandlerFunc`).
-
-	func init() {
-	    http.Handle("/view", appHandler(viewRecord))
-	}
-
-With this basic error handling infrastructure in place,
-we can make it more user friendly.
-Rather than just displaying the error string,
-it would be better to give the user a simple error message with an appropriate HTTP status code,
-while logging the full error to the App Engine developer console for debugging purposes.
-
-To do this we create an `appError` struct containing an `error` and some other fields:
-
-	type appError struct {
-	    Error   error
-	    Message string
-	    Code    int
-	}
-
-Next we modify the appHandler type to return `*appError` values:
-
-	type appHandler func(http.ResponseWriter, *http.Request) *appError
-
-(It's usually a mistake to pass back the concrete type of an error rather than `error`,
-for reasons discussed in [the Go FAQ](https://golang.org/doc/go_faq.html#nil_error),
-but it's the right thing to do here because `ServeHTTP` is the only place
-that sees the value and uses its contents.)
-
-And make `appHandler`'s `ServeHTTP` method display the `appError`'s `Message`
-to the user with the correct HTTP status `Code` and log the full `Error`
-to the developer console:
-
-	func (fn appHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
-	    if e := fn(w, r); e != nil { // e is *appError, not os.Error.
-	        c := appengine.NewContext(r)
-	        c.Errorf("%v", e.Error)
-	        http.Error(w, e.Message, e.Code)
-	    }
-	}
-
-Finally, we update `viewRecord` to the new function signature and have it
-return more context when it encounters an error:
-
-	func viewRecord(w http.ResponseWriter, r *http.Request) *appError {
-	    c := appengine.NewContext(r)
-	    key := datastore.NewKey(c, "Record", r.FormValue("id"), 0, nil)
-	    record := new(Record)
-	    if err := datastore.Get(c, key, record); err != nil {
-	        return &appError{err, "Record not found", 404}
-	    }
-	    if err := viewTemplate.Execute(w, record); err != nil {
-	        return &appError{err, "Can't display record", 500}
-	    }
-	    return nil
-	}
-
-This version of `viewRecord` is the same length as the original,
-but now each of those lines has specific meaning and we are providing a
-friendlier user experience.
-
-It doesn't end there; we can further improve the error handling in our application. Some ideas:
-
-  - give the error handler a pretty HTML template,
-
-  - make debugging easier by writing the stack trace to the HTTP response when the user is an administrator,
-
-  - write a constructor function for `appError` that stores the stack trace for easier debugging,
-
-  - recover from panics inside the `appHandler`,
-    logging the error to the console as "Critical," while telling the user "a
-    serious error has occurred." This is a nice touch to avoid exposing the
-    user to inscrutable error messages caused by programming errors.
-    See the [Defer, Panic, and Recover](https://golang.org/doc/articles/defer_panic_recover.html)
-    article for more details.
-
-## Conclusion
-
-Proper error handling is an essential requirement of good software.
-By employing the techniques described in this post you should be able to
-write more reliable and succinct Go code.
diff --git a/_content/errors-are-values.article b/_content/errors-are-values.article
deleted file mode 100644
index 761c716..0000000
--- a/_content/errors-are-values.article
+++ /dev/null
@@ -1,236 +0,0 @@
-# Errors are values
-12 Jan 2015
-Summary: Idioms and patterns for handling errors in Go.
-
-Rob Pike
-
-##
-
-A common point of discussion among Go programmers,
-especially those new to the language, is how to handle errors.
-The conversation often turns into a lament at the number of times the sequence
-
-	if err != nil {
-		return err
-	}
-
-shows up.
-We recently scanned all the open source projects we could find and
-discovered that this snippet occurs only once per page or two,
-less often than some would have you believe.
-Still, if the perception persists that one must type
-
-	if err != nil
-
-all the time, something must be wrong, and the obvious target is Go itself.
-
-This is unfortunate, misleading, and easily corrected.
-Perhaps what is happening is that programmers new to Go ask,
-"How does one handle errors?", learn this pattern, and stop there.
-In other languages, one might use a try-catch block or other such mechanism to handle errors.
-Therefore, the programmer thinks, when I would have used a try-catch
-in my old language, I will just type `if` `err` `!=` `nil` in Go.
-Over time the Go code collects many such snippets, and the result feels clumsy.
-
-Regardless of whether this explanation fits,
-it is clear that these Go programmers miss a fundamental point about errors:
-_Errors are values._
-
-Values can be programmed, and since errors are values, errors can be programmed.
-
-Of course a common statement involving an error value is to test whether it is nil,
-but there are countless other things one can do with an error value,
-and application of some of those other things can make your program better,
-eliminating much of the boilerplate that arises if every error is checked with a rote if statement.
-
-Here's a simple example from the `bufio` package's
-[`Scanner`](https://golang.org/pkg/bufio/#Scanner) type.
-Its [`Scan`](https://golang.org/pkg/bufio/#Scanner.Scan) method performs the underlying I/O,
-which can of course lead to an error.
-Yet the `Scan` method does not expose an error at all.
-Instead, it returns a boolean, and a separate method, to be run at the end of the scan,
-reports whether an error occurred.
-Client code looks like this:
-
-	scanner := bufio.NewScanner(input)
-	for scanner.Scan() {
-		token := scanner.Text()
-		// process token
-	}
-	if err := scanner.Err(); err != nil {
-		// process the error
-	}
-
-Sure, there is a nil check for an error, but it appears and executes only once.
-The `Scan` method could instead have been defined as
-
-	func (s *Scanner) Scan() (token []byte, error)
-
-and then the example user code might be (depending on how the token is retrieved),
-
-	scanner := bufio.NewScanner(input)
-	for {
-		token, err := scanner.Scan()
-		if err != nil {
-			return err // or maybe break
-		}
-		// process token
-	}
-
-This isn't very different, but there is one important distinction.
-In this code, the client must check for an error on every iteration,
-but in the real `Scanner` API, the error handling is abstracted away from the key API element,
-which is iterating over tokens.
-With the real API, the client's code therefore feels more natural:
-loop until done, then worry about errors.
-Error handling does not obscure the flow of control.
-
-Under the covers what's happening, of course,
-is that as soon as `Scan` encounters an I/O error, it records it and returns `false`.
-A separate method, [`Err`](https://golang.org/pkg/bufio/#Scanner.Err),
-reports the error value when the client asks.
-Trivial though this is, it's not the same as putting
-
-	if err != nil
-
-everywhere or asking the client to check for an error after every token.
-It's programming with error values.
-Simple programming, yes, but programming nonetheless.
-
-It's worth stressing that whatever the design,
-it's critical that the program check the errors however they are exposed.
-The discussion here is not about how to avoid checking errors,
-it's about using the language to handle errors with grace.
-
-The topic of repetitive error-checking code arose when I attended the autumn 2014 GoCon in Tokyo.
-An enthusiastic gopher, who goes by [`@jxck_`](https://twitter.com/jxck_) on Twitter,
-echoed the familiar lament about error checking.
-He had some code that looked schematically like this:
-
-	_, err = fd.Write(p0[a:b])
-	if err != nil {
-		return err
-	}
-	_, err = fd.Write(p1[c:d])
-	if err != nil {
-		return err
-	}
-	_, err = fd.Write(p2[e:f])
-	if err != nil {
-		return err
-	}
-	// and so on
-
-It is very repetitive.
-In the real code, which was longer,
-there is more going on so it's not easy to just refactor this using a helper function,
-but in this idealized form, a function literal closing over the error variable would help:
-
-	var err error
-	write := func(buf []byte) {
-		if err != nil {
-			return
-		}
-		_, err = w.Write(buf)
-	}
-	write(p0[a:b])
-	write(p1[c:d])
-	write(p2[e:f])
-	// and so on
-	if err != nil {
-		return err
-	}
-
-This pattern works well, but requires a closure in each function doing the writes;
-a separate helper function is clumsier to use because the `err` variable
-needs to be maintained across calls (try it).
-
-We can make this cleaner, more general, and reusable by borrowing the idea from the
-`Scan` method above.
-I mentioned this technique in our discussion but `@jxck_` didn't see how to apply it.
-After a long exchange, hampered somewhat by a language barrier,
-I asked if I could just borrow his laptop and show him by typing some code.
-
-I defined an object called an `errWriter`, something like this:
-
-	type errWriter struct {
-		w   io.Writer
-		err error
-	}
-
-and gave it one method, `write.`
-It doesn't need to have the standard `Write` signature,
-and it's lower-cased in part to highlight the distinction.
-The `write` method calls the `Write` method of the underlying `Writer`
-and records the first error for future reference:
-
-	func (ew *errWriter) write(buf []byte) {
-		if ew.err != nil {
-			return
-		}
-		_, ew.err = ew.w.Write(buf)
-	}
-
-As soon as an error occurs, the `write` method becomes a no-op but the error value is saved.
-
-Given the `errWriter` type and its `write` method, the code above can be refactored:
-
-	ew := &errWriter{w: fd}
-	ew.write(p0[a:b])
-	ew.write(p1[c:d])
-	ew.write(p2[e:f])
-	// and so on
-	if ew.err != nil {
-		return ew.err
-	}
-
-This is cleaner, even compared to the use of a closure,
-and also makes the actual sequence of writes being done easier to see on the page.
-There is no clutter any more.
-Programming with error values (and interfaces) has made the code nicer.
-
-It's likely that some other piece of code in the same package can build on this idea,
-or even use `errWriter` directly.
-
-Also, once `errWriter` exists, there's more it could do to help,
-especially in less artificial examples.
-It could accumulate the byte count.
-It could coalesce writes into a single buffer that can then be transmitted atomically.
-And much more.
-
-In fact, this pattern appears often in the standard library.
-The [`archive/zip`](https://golang.org/pkg/archive/zip/) and
-[`net/http`](https://golang.org/pkg/net/http/) packages use it.
-More salient to this discussion, the [`bufio` package's `Writer`](https://golang.org/pkg/bufio/)
-is actually an implementation of the `errWriter` idea.
-Although `bufio.Writer.Write` returns an error,
-that is mostly about honoring the [`io.Writer`](https://golang.org/pkg/io/#Writer) interface.
-The `Write` method of `bufio.Writer` behaves just like our `errWriter.write`
-method above, with `Flush` reporting the error, so our example could be written like this:
-
-	b := bufio.NewWriter(fd)
-	b.Write(p0[a:b])
-	b.Write(p1[c:d])
-	b.Write(p2[e:f])
-	// and so on
-	if b.Flush() != nil {
-		return b.Flush()
-	}
-
-There is one significant drawback to this approach, at least for some applications:
-there is no way to know how much of the processing completed before the error occurred.
-If that information is important, a more fine-grained approach is necessary.
-Often, though, an all-or-nothing check at the end is sufficient.
-
-We've looked at just one technique for avoiding repetitive error handling code.
-Keep in mind that the use of `errWriter` or `bufio.Writer` isn't the only way to simplify error handling,
-and this approach is not suitable for all situations.
-The key lesson, however, is that errors are values and the full power of
-the Go programming language is available for processing them.
-
-Use the language to simplify your error handling.
-
-But remember: Whatever you do, always check your errors!
-
-Finally, for the full story of my interaction with @jxck\_, including a little video he recorded,
-visit [his blog](http://jxck.hatenablog.com/entry/golang-error-handling-lesson-by-rob-pike).
diff --git a/_content/examples.article b/_content/examples.article
deleted file mode 100644
index 86d727d..0000000
--- a/_content/examples.article
+++ /dev/null
@@ -1,200 +0,0 @@
-# Testable Examples in Go
-7 May 2015
-Tags: godoc, testing
-Summary: How to add examples, which double as tests, to your packages.
-
-Andrew Gerrand
-
-## Introduction
-
-Godoc [examples](https://golang.org/pkg/testing/#hdr-Examples) are snippets of
-Go code that are displayed as package documentation and that are verified by
-running them as tests.
-They can also be run by a user visiting the godoc web page for the package
-and clicking the associated "Run" button.
-
-Having executable documentation for a package guarantees that the information
-will not go out of date as the API changes.
-
-The standard library includes many such examples
-(see the [`strings` package](https://golang.org/pkg/strings/#Contains),
-for instance).
-
-This article explains how to write your own example functions.
-
-## Examples are tests
-
-Examples are compiled (and optionally executed) as part of a package's test
-suite.
-
-As with typical tests, examples are functions that reside in a package's
-`_test.go` files.
-Unlike normal test functions, though, example functions take no arguments
-and begin with the word `Example` instead of `Test`.
-
-The [`stringutil` package](https://godoc.org/github.com/golang/example/stringutil/)
-is part of the [Go example repository](https://github.com/golang/example).
-Here's an example that demonstrates its `Reverse` function:
-
-	package stringutil_test
-
-	import (
-		"fmt"
-
-		"github.com/golang/example/stringutil"
-	)
-
-	func ExampleReverse() {
-		fmt.Println(stringutil.Reverse("hello"))
-		// Output: olleh
-	}
-
-This code might live in `example_test.go` in the `stringutil` directory.
-
-Godoc will present this example alongside the `Reverse` function's documentation:
-
-.image examples/reverse.png
-
-Running the package's test suite, we can see the example function is executed
-with no further arrangement from us:
-
-	$ go test -v
-	=== RUN TestReverse
-	--- PASS: TestReverse (0.00s)
-	=== RUN: ExampleReverse
-	--- PASS: ExampleReverse (0.00s)
-	PASS
-	ok  	github.com/golang/example/stringutil	0.009s
-
-## Output comments
-
-What does it mean that the `ExampleReverse` function "passes"?
-
-As it executes the example,
-the testing framework captures data written to standard output
-and then compares the output against the example's "Output:" comment.
-The test passes if the test's output matches its output comment.
-
-To see a failing example we can change the output comment text to something
-obviously incorrect
-
-	func ExampleReverse() {
-		fmt.Println(stringutil.Reverse("hello"))
-		// Output: golly
-	}
-
-and run the tests again:
-
-	$ go test
-	--- FAIL: ExampleReverse (0.00s)
-	got:
-	olleh
-	want:
-	golly
-	FAIL
-
-If we remove the output comment entirely
-
-	func ExampleReverse() {
-		fmt.Println(stringutil.Reverse("hello"))
-	}
-
-then the example function is compiled but not executed:
-
-	$ go test -v
-	=== RUN TestReverse
-	--- PASS: TestReverse (0.00s)
-	PASS
-	ok  	github.com/golang/example/stringutil	0.009s
-
-Examples without output comments are useful for demonstrating code that cannot
-run as unit tests, such as that which accesses the network,
-while guaranteeing the example at least compiles.
-
-## Example function names
-
-Godoc uses a naming convention to associate an example function with a
-package-level identifier.
-
-	func ExampleFoo()     // documents the Foo function or type
-	func ExampleBar_Qux() // documents the Qux method of type Bar
-	func Example()        // documents the package as a whole
-
-Following this convention, godoc displays the `ExampleReverse` example
-alongside the documentation for the `Reverse` function.
-
-Multiple examples can be provided for a given identifier by using a suffix
-beginning with an underscore followed by a lowercase letter.
-Each of these examples documents the `Reverse` function:
-
-	func ExampleReverse()
-	func ExampleReverse_second()
-	func ExampleReverse_third()
-
-## Larger examples
-
-Sometimes we need more than just a function to write a good example.
-
-For instance, to demonstrate the [`sort` package](https://golang.org/pkg/sort/)
-we should show an implementation of `sort.Interface`.
-Since methods cannot be declared inside a function body, the example must
-include some context in addition to the example function.
-
-To achieve this we can use a "whole file example."
-A whole file example is a file that ends in `_test.go` and contains exactly one
-example function, no test or benchmark functions, and at least one other
-package-level declaration.
-When displaying such examples godoc will show the entire file.
-
-Here is a whole file example from the `sort` package:
-
-	package sort_test
-
-	import (
-		"fmt"
-		"sort"
-	)
-
-	type Person struct {
-		Name string
-		Age  int
-	}
-
-	func (p Person) String() string {
-		return fmt.Sprintf("%s: %d", p.Name, p.Age)
-	}
-
-	// ByAge implements sort.Interface for []Person based on
-	// the Age field.
-	type ByAge []Person
-
-	func (a ByAge) Len() int           { return len(a) }
-	func (a ByAge) Swap(i, j int)      { a[i], a[j] = a[j], a[i] }
-	func (a ByAge) Less(i, j int) bool { return a[i].Age < a[j].Age }
-
-	func Example() {
-		people := []Person{
-			{"Bob", 31},
-			{"John", 42},
-			{"Michael", 17},
-			{"Jenny", 26},
-		}
-
-		fmt.Println(people)
-		sort.Sort(ByAge(people))
-		fmt.Println(people)
-
-		// Output:
-		// [Bob: 31 John: 42 Michael: 17 Jenny: 26]
-		// [Michael: 17 Jenny: 26 Bob: 31 John: 42]
-	}
-
-A package can contain multiple whole file examples; one example per file.
-Take a look at the [`sort` package's source code](https://golang.org/src/sort/)
-to see this in practice.
-
-## Conclusion
-
-Godoc examples are a great way to write and maintain code as documentation.
-They also present editable, working, runnable examples your users can build on.
-Use them!
diff --git a/_content/examples/reverse.png b/_content/examples/reverse.png
deleted file mode 100644
index c9b5ad2..0000000
--- a/_content/examples/reverse.png
+++ /dev/null
Binary files differ
diff --git a/_content/experiment.article b/_content/experiment.article
deleted file mode 100644
index cf2ee69..0000000
--- a/_content/experiment.article
+++ /dev/null
@@ -1,1316 +0,0 @@
-# Experiment, Simplify, Ship
-1 Aug 2019
-Tags: community, go2, proposals
-Summary: How we develop Go, a talk from GopherCon 2019.
-
-Russ Cox
-
-## Introduction
-
-This is the blog post version of my talk last week at GopherCon 2019.
-
-.iframe //www.youtube.com/embed/kNHo788oO5Y?rel=0 309 549
-
-We are all on the path to Go 2, together,
-but none of us know exactly where that path leads
-or sometimes even which direction the path goes.
-This post discusses how we actually
-find and follow the path to Go 2.
-Here’s what the process looks like.
-
-<div style="margin-left: 2em;">
-.image experiment/expsimp1.png _ 179
-</div>
-
-We experiment with Go as it exists now,
-to understand it better,
-learning what works well and what doesn’t.
-Then we experiment with possible changes,
-to understand them better,
-again learning what works well and what doesn’t.
-Based on what we learn from those experiments,
-we simplify.
-And then we experiment again.
-And then we simplify again.
-And so on.
-And so on.
-
-## The Four R’s of Simplifying
-
-During this process, there are four main ways that we can simplify
-the overall experience of writing Go programs:
-reshaping, redefining, removing, and restricting.
-
-**Simplify by Reshaping**
-
-The first way we simplify is by reshaping what exists into a new form,
-one that ends up being simpler overall.
-
-Every Go program we write serves as an experiment to test Go itself.
-In the early days of Go, we quickly learned that
-it was common to write code like this `addToList` function:
-
-	func addToList(list []int, x int) []int {
-		n := len(list)
-		if n+1 > cap(list) {
-			big := make([]int, n, (n+5)*2)
-			copy(big, list)
-			list = big
-		}
-		list = list[:n+1]
-		list[n] = x
-		return list
-	}
-
-We’d write the same code for slices of bytes,
-and slices of strings, and so on.
-Our programs were too complex, because Go was too simple.
-
-So we took the many functions like `addToList` in our programs
-and reshaped them into one function provided by Go itself.
-Adding `append` made the Go language a little more complex,
-but on balance
-it made the overall experience of writing Go programs simpler,
-even after accounting for the cost of learning about `append`.
-
-Here’s another example.
-For Go 1, we looked at the very many development tools
-in the Go distribution, and we reshaped them into one new command.
-
-	5a      8g
-	5g      8l
-	5l      cgo
-	6a      gobuild
-	6cov    gofix         →     go
-	6g      goinstall
-	6l      gomake
-	6nm     gopack
-	8a      govet
-
-The `go` command is so central now that
-it is easy to forget that we went so long without it and how much extra work that involved.
-
-We added code and complexity to the Go distribution,
-but on balance we simplified the experience of writing Go programs.
-The new structure also created space for other interesting experiments,
-which we’ll see later.
-
-**Simplify by Redefining**
-
-A second way we simplify is by redefining
-functionality we already have,
-allowing it to do more.
-Like simplifying by reshaping,
-simplifying by redefining makes programs simpler to write,
-but now with nothing new to learn.
-
-For example, `append` was originally defined to read only from slices.
-When appending to a byte slice, you could append the bytes from another byte slice,
-but not the bytes from a string.
-We redefined append to allow appending from a string,
-without adding anything new to the language.
-
-	var b []byte
-	var more []byte
-	b = append(b, more...) // ok
-
-	var b []byte
-	var more string
-	b = append(b, more...) // ok later
-
-**Simplify by Removing**
-
-A third way we simplify is by removing functionality
-when it has turned out to be less useful
-or less important than we expected.
-Removing functionality means one less thing to learn,
-one less thing to fix bugs in,
-one less thing to be distracted by or use incorrectly.
-Of course, removing also
-forces users to update existing programs,
-perhaps making them more complex,
-to make up for the removal.
-But the overall result can still be that the
-process of writing Go programs becomes simpler.
-
-An example of this is when we removed
-the boolean forms of non-blocking channel operations from the language:
-
-	ok := c <- x  // before Go 1, was non-blocking send
-	x, ok := <-c  // before Go 1, was non-blocking receive
-
-These operations were also possible to do using `select`,
-making it confusing to need to decide which form to use.
-Removing them simplified the language without reducing its power.
-
-**Simplify by Restricting**
-
-We can also simplify by restricting what is allowed.
-From day one, Go has restricted the encoding of Go source files:
-they must be UTF-8.
-This restriction makes every program that tries to read Go source files simpler.
-Those programs don’t have to worry about Go source files
-encoded in Latin-1 or UTF-16 or UTF-7 or anything else.
-
-Another important restriction is `gofmt` for program formatting.
-Nothing rejects Go code that isn’t formatted using `gofmt`,
-but we have established a convention that tools that rewrite Go programs
-leave them in `gofmt` form.
-If you keep your programs in `gofmt` form too,
-then these rewriters don’t make any formatting changes.
-When you compare before and after,
-the only diffs you see are real changes.
-This restriction has simplified program rewriters
-and led to successful experiments like
-`goimports`, `gorename`, and many others.
-
-## Go Development Process
-
-This cycle of experiment and simplify is a good model for what we’ve been doing the past ten years.
-but it has a problem:
-it’s too simple.
-We can’t only experiment and simplify.
-
-We have to ship the result.
-We have to make it available to use.
-Of course, using it enables more experiments,
-and possibly more simplifying,
-and the process cycles on and on.
-
-<div style="margin-left: 2em;">
-.image experiment/expsimp2.png _ 326
-</div>
-
-We shipped Go to all of you for the first time
-on November 10, 2009.
-Then, with your help, we shipped Go 1 together in March 2012.
-And we’ve shipped twelve Go releases since then.
-All of these were important milestones,
-to enable more experimentation,
-to help us learn more about Go,
-and of course to make Go available for production use.
-
-When we shipped Go 1,
-we explicitly shifted our focus to using Go,
-to understand this version of the language much better
-before trying any more simplifications involving
-language changes.
-We needed to take time to experiment,
-to really understand what works and what doesn’t.
-
-Of course, we’ve had twelve releases since Go 1,
-so we have still been experimenting and simplifying and shipping.
-But we’ve focused on ways to simplify Go development
-without significant language changes and without breaking
-existing Go programs.
-For example, Go 1.5 shipped the first concurrent garbage collector
-and then the following releases improved it,
-simplifying Go development by removing pause times as an ongoing concern.
-
-At Gophercon in 2017, we announced that after five years of
-experimentation, it was again time
-to think about
-significant changes that would simplify Go development.
-Our path to Go 2 is really the same as the path to Go 1:
-experiment and simplify and ship,
-towards an overall goal of simplifying Go development.
-
-For Go 2, the concrete topics that we believed were
-most important to address are
-error handling, generics, and dependencies.
-Since then we have realized that another
-important topic is developer tooling.
-
-The rest of this post discusses how
-our work in each of these areas
-follows that path.
-Along the way,
-we’ll take one detour,
-stopping to inspect the technical detail
-of what will be shipping soon in Go 1.13
-for error handling.
-
-## Errors
-
-It is hard enough to write a program
-that works the right way in all cases
-when all the inputs are valid and correct
-and nothing the program depends on is failing.
-When you add errors into the mix,
-writing a program that works the right way
-no matter what goes wrong is even harder.
-
-As part of thinking about Go 2,
-we want to understand better
-whether Go can help make that job any simpler.
-
-There are two different aspects that could
-potentially be simplified:
-error values and error syntax.
-We’ll look at each in turn,
-with the technical detour I promised focusing
-on the Go 1.13 error value changes.
-
-**Error Values**
-
-Error values had to start somewhere.
-Here is the `Read` function from the first version of the `os` package:
-
-	export func Read(fd int64, b *[]byte) (ret int64, errno int64) {
-		r, e := syscall.read(fd, &b[0], int64(len(b)));
-		return r, e
-	}
-
-There was no `File` type yet, and also no error type.
-`Read` and the other functions in the package
-returned an `errno int64` directly from the underlying Unix system call.
-
-This code was checked in on September 10, 2008 at 12:14pm.
-Like everything back then, it was an experiment,
-and code changed quickly.
-Two hours and five minutes later, the API changed:
-
-	export type Error struct { s string }
-
-	func (e *Error) Print() { … } // to standard error!
-	func (e *Error) String() string { … }
-
-	export func Read(fd int64, b *[]byte) (ret int64, err *Error) {
-		r, e := syscall.read(fd, &b[0], int64(len(b)));
-		return r, ErrnoToError(e)
-	}
-
-This new API introduced the first `Error` type.
-An error held a string and could return that string
-and also print it to standard error.
-
-The intent here was to generalize beyond integer codes.
-We knew from past experience
-that operating system error numbers were too limited
-a representation,
-that it would simplify programs not to have to shoehorn
-all detail about an error into 64 bits.
-Using error strings had worked reasonably well
-for us in the past, so we did the same here.
-This new API lasted seven months.
-
-The next April, after more experience using interfaces,
-we decided to generalize further
-and allow user-defined error implementations,
-by making the `os.Error` type itself an interface.
-We simplified by removing the `Print` method.
-
-For Go 1 two years later,
-based on a suggestion by Roger Peppe,
-`os.Error` became the built-in `error` type,
-and the `String` method was renamed to `Error`.
-Nothing has changed since then.
-But we have written many Go programs,
-and as a result we have experimented a lot with how
-best to implement and use errors.
-
-**Errors Are Values**
-
-Making `error` a simple interface
-and allowing many different implementations
-means we have the entire Go language
-available to define and inspect errors.
-We like to say that [errors are values](https://blog.golang.org/errors-are-values),
-the same as any other Go value.
-
-Here’s an example.
-On Unix,
-an attempt to dial a network connection
-ends up using the `connect` system call.
-That system call returns a `syscall.Errno`,
-which is a named integer type that represents
-a system call error number
-and implements the `error` interface:
-
-	package syscall
-
-	type Errno int64
-
-	func (e Errno) Error() string { ... }
-
-	const ECONNREFUSED = Errno(61)
-
-	    ... err == ECONNREFUSED ...
-
-The `syscall` package also defines named constants
-for the host operating system’s defined error numbers.
-In this case, on this system, `ECONNREFUSED` is number 61.
-Code that gets an error from a function
-can test whether the error is `ECONNREFUSED`
-using ordinary [value equality](https://golang.org/ref/spec#Comparison_operators).
-
-Moving up a level,
-in package `os`,
-any system call failure is reported using
-a larger error structure that records what
-operation was attempted in addition to the error.
-There are a handful of these structures.
-This one, `SyscallError`, describes an error
-invoking a specific system call
-with no additional information recorded:
-
-	package os
-
-	type SyscallError struct {
-		Syscall string
-		Err     error
-	}
-
-	func (e *SyscallError) Error() string {
-		return e.Syscall + ": " + e.Err.Error()
-	}
-
-Moving up another level,
-in package `net`,
-any network failure is reported using an even
-larger error structure that records the details
-of the surrounding network operation,
-such as dial or listen,
-and the network and addresses involved:
-
-	package net
-
-	type OpError struct {
-		Op     string
-		Net    string
-		Source Addr
-		Addr   Addr
-		Err    error
-	}
-
-	func (e *OpError) Error() string { ... }
-
-Putting these together,
-the errors returned by operations like `net.Dial` can format as strings,
-but they are also structured Go data values.
-In this case, the error is a `net.OpError`, which adds context
-to an `os.SyscallError`, which adds context to a `syscall.Errno`:
-
-	c, err := net.Dial("tcp", "localhost:50001")
-
-	// "dial tcp [::1]:50001: connect: connection refused"
-
-	err is &net.OpError{
-		Op:   "dial",
-		Net:  "tcp",
-		Addr: &net.TCPAddr{IP: ParseIP("::1"), Port: 50001},
-		Err: &os.SyscallError{
-			Syscall: "connect",
-			Err:     syscall.Errno(61), // == ECONNREFUSED
-		},
-	}
-
-When we say errors are values, we mean both that
-the entire Go language is available to define them
-and also that
-the entire Go language is available to inspect them.
-
-Here is an example from package net.
-It turns out that when you attempt a socket connection,
-most of the time you will get connected or get connection refused,
-but sometimes you can get a spurious `EADDRNOTAVAIL`,
-for no good reason.
-Go shields user programs from this failure mode by retrying.
-To do this, it has to inspect the error structure to find out
-whether the `syscall.Errno` deep inside is `EADDRNOTAVAIL`.
-
-Here is the code:
-
-	func spuriousENOTAVAIL(err error) bool {
-		if op, ok := err.(*OpError); ok {
-			err = op.Err
-		}
-		if sys, ok := err.(*os.SyscallError); ok {
-			err = sys.Err
-		}
-		return err == syscall.EADDRNOTAVAIL
-	}
-
-A [type assertion](https://golang.org/ref/spec#Type_assertions) peels away any `net.OpError` wrapping.
-And then a second type assertion peels away any `os.SyscallError` wrapping.
-And then the function checks the unwrapped error for equality with `EADDRNOTAVAIL`.
-
-What we’ve learned from years of experience,
-from this experimenting with Go errors,
-is that it is very powerful to be able to define
-arbitrary implementations of the `error` interface,
-to have the full Go language available
-both to construct and to deconstruct errors,
-and not to require the use of any single implementation.
-
-These properties—that errors are values,
-and that there is not one required error implementation—are
-important to preserve.
-
-Not mandating one error implementation
-enabled everyone to experiment with
-additional functionality that an error might provide,
-leading to many packages,
-such as
-[github.com/pkg/errors](https://godoc.org/github.com/pkg/errors),
-[gopkg.in/errgo.v2](https://godoc.org/gopkg.in/errgo.v2),
-[github.com/hashicorp/errwrap](https://godoc.org/github.com/hashicorp/errwrap),
-[upspin.io/errors](https://godoc.org/upspin.io/errors),
-[github.com/spacemonkeygo/errors](https://godoc.org/github.com/spacemonkeygo/errors),
-and more.
-
-One problem with unconstrained experimentation,
-though, is that as a client
-you have to program to the union of
-all the possible implementations you might encounter.
-A simplification that seemed worth exploring for Go 2
-was to define a standard version of commonly-added functionality,
-in the form of agreed-upon optional interfaces,
-so that different implementations could interoperate.
-
-**Unwrap**
-
-The most commonly-added functionality
-in these packages is some method that can be
-called to remove context from an error,
-returning the error inside.
-Packages use different names and meanings
-for this operation, and sometimes it removes one level of context,
-while sometimes it removes as many levels as possible.
-
-For Go 1.13, we have introduced a convention that an error
-implementation adding removable context to an inner error
-should implement an `Unwrap` method that returns the inner error,
-unwrapping the context.
-If there is no inner error appropriate to expose to callers,
-either the error shouldn’t have an `Unwrap` method,
-or the `Unwrap` method should return nil.
-
-	// Go 1.13 optional method for error implementations.
-
-	interface {
-		// Unwrap removes one layer of context,
-		// returning the inner error if any, or else nil.
-		Unwrap() error
-	}
-
-The way to call this optional method is to invoke the helper function `errors.Unwrap`,
-which handles cases like the error itself being nil or not having an `Unwrap` method at all.
-
-	package errors
-
-	// Unwrap returns the result of calling
-	// the Unwrap method on err,
-	// if err’s type defines an Unwrap method.
-	// Otherwise, Unwrap returns nil.
-	func Unwrap(err error) error
-
-We can use the `Unwrap` method
-to write a simpler, more general version of `spuriousENOTAVAIL`.
-Instead of looking for specific error wrapper implementations
-like `net.OpError` or `os.SyscallError`,
-the general version can loop, calling `Unwrap` to remove context,
-until either it reaches `EADDRNOTAVAIL` or there’s no error left:
-
-	func spuriousENOTAVAIL(err error) bool {
-		for err != nil {
-			if err == syscall.EADDRNOTAVAIL {
-				return true
-			}
-			err = errors.Unwrap(err)
-		}
-		return false
-	}
-
-This loop is so common, though, that Go 1.13 defines a second function, `errors.Is`,
-that repeatedly unwraps an error looking for a specific target.
-So we can replace the entire loop with a single call to `errors.Is`:
-
-	func spuriousENOTAVAIL(err error) bool {
-		return errors.Is(err, syscall.EADDRNOTAVAIL)
-	}
-
-At this point we probably wouldn’t even define the function;
-it would be equally clear, and simpler, to call `errors.Is` directly at the call sites.
-
-Go 1.13 also introduces a function `errors.As`
-that unwraps until it finds a specific implementation type.
-
-If you want to write code that works with
-arbitrarily-wrapped errors,
-`errors.Is` is the wrapper-aware
-version of an error equality check:
-
-	err == target
-
-	    →
-
-	errors.Is(err, target)
-
-And `errors.As` is the wrapper-aware
-version of an error type assertion:
-
-	target, ok := err.(*Type)
-	if ok {
-	    ...
-	}
-
-	    →
-
-	var target *Type
-	if errors.As(err, &target) {
-	   ...
-	}
-
-**To Unwrap Or Not To Unwrap?**
-
-Whether to make it possible to unwrap an error is an API decision,
-the same way that whether to export a struct field is an API decision.
-Sometimes it is appropriate to expose that detail to calling code,
-and sometimes it isn’t.
-When it is, implement Unwrap.
-When it isn’t, don’t implement Unwrap.
-
-Until now, `fmt.Errorf` has not exposed
-an underlying error formatted with `%v` to caller inspection.
-That is, the result of `fmt.Errorf` has not been possible to unwrap.
-Consider this example:
-
-	// errors.Unwrap(err2) == nil
-	// err1 is not available (same as earlier Go versions)
-	err2 := fmt.Errorf("connect: %v", err1)
-
-If `err2` is returned to
-a caller, that caller has never had any way to open up `err2` and access `err1`.
-We preserved that property in Go 1.13.
-
-For the times when you do want to allow unwrapping the result of `fmt.Errorf`,
-we also added a new printing verb `%w`, which formats like `%v`,
-requires an error value argument,
-and makes the resulting error’s `Unwrap` method return that argument.
-In our example, suppose we replace `%v` with `%w`:
-
-	// errors.Unwrap(err4) == err3
-	// (%w is new in Go 1.13)
-	err4 := fmt.Errorf("connect: %w", err3)
-
-Now, if `err4` is returned to a caller,
-the caller can use `Unwrap` to retrieve `err3`.
-
-It is important to note that absolute rules like
-“always use `%v` (or never implement `Unwrap`)” or “always use `%w` (or always implement `Unwrap`)”
-are as wrong as absolute rules like “never export struct fields” or “always export struct fields.”
-Instead, the right decision depends on
-whether callers should be able to inspect and depend on
-the additional information that using `%w` or implementing `Unwrap` exposes.
-
-As an illustration of this point,
-every error-wrapping type in the standard library
-that already had an exported `Err` field
-now also has an `Unwrap` method returning that field,
-but implementations with unexported error fields do not,
-and existing uses of `fmt.Errorf` with `%v` still use `%v`, not `%w`.
-
-**Error Value Printing (Abandoned)**
-
-Along with the design draft for Unwrap,
-we also published a
-[design draft for an optional method for richer error printing](https://golang.org/design/go2draft-error-printing),
-including stack frame information
-and support for localized, translated errors.
-
-	// Optional method for error implementations
-	type Formatter interface {
-		Format(p Printer) (next error)
-	}
-
-	// Interface passed to Format
-	type Printer interface {
-		Print(args ...interface{})
-		Printf(format string, args ...interface{})
-		Detail() bool
-	}
-
-This one is not as simple as `Unwrap`,
-and I won’t go into the details here.
-As we discussed the design with the Go community over the winter,
-we learned that the design wasn’t simple enough.
-It was too hard for individual error types to implement,
-and it did not help existing programs enough.
-On balance, it did not simplify Go development.
-
-As a result of this community discussion,
-we abandoned this printing design.
-
-**Error Syntax**
-
-That was error values.
-Let’s look briefly at error syntax,
-another abandoned experiment.
-
-Here is some code from
-[`compress/lzw/writer.go`](https://go.googlesource.com/go/+/go1.12/src/compress/lzw/writer.go#209) in the standard library:
-
-	// Write the savedCode if valid.
-	if e.savedCode != invalidCode {
-		if err := e.write(e, e.savedCode); err != nil {
-			return err
-		}
-		if err := e.incHi(); err != nil && err != errOutOfCodes {
-			return err
-		}
-	}
-
-	// Write the eof code.
-	eof := uint32(1)<<e.litWidth + 1
-	if err := e.write(e, eof); err != nil {
-		return err
-	}
-
-At a glance, this code is about half error checks.
-My eyes glaze over when I read it.
-And we know that code that is tedious to write and tedious to read is easy to misread,
-making it a good home for hard-to-find bugs.
-For example, one of these three error checks is not like the others,
-a fact that is easy to miss on a quick skim.
-If you were debugging this code, how long would it take to notice that?
-
-At Gophercon last year we
-[presented a draft design](https://golang.org/design/go2draft-error-handling)
-for a new control flow construct marked by the keyword `check`.
-`Check` consumes the error result from a function call or expression.
-If the error is non-nil, the `check` returns that error.
-Otherwise the `check` evaluates to the other results
-from the call. We can use `check` to simplify the lzw code:
-
-	// Write the savedCode if valid.
-	if e.savedCode != invalidCode {
-		check e.write(e, e.savedCode)
-		if err := e.incHi(); err != errOutOfCodes {
-			check err
-		}
-	}
-
-	// Write the eof code.
-	eof := uint32(1)<<e.litWidth + 1
-	check e.write(e, eof)
-
-This version of the same code uses `check`,
-which removes four lines of code and
-more importantly highlights that
-the call to `e.incHi` is allowed to return `errOutOfCodes`.
-
-Maybe most importantly,
-the design also allowed defining error handler blocks
-to be run when later checks failed.
-That would let you write shared context-adding code just once,
-like in this snippet:
-
-	handle err {
-		err = fmt.Errorf("closing writer: %w", err)
-	}
-
-	// Write the savedCode if valid.
-	if e.savedCode != invalidCode {
-		check e.write(e, e.savedCode)
-		if err := e.incHi(); err != errOutOfCodes {
-			check err
-		}
-	}
-
-	// Write the eof code.
-	eof := uint32(1)<<e.litWidth + 1
-	check e.write(e, eof)
-
-In essence, `check` was a short way to write the `if` statement,
-and `handle` was like
-[`defer`](https://golang.org/ref/spec#Defer_statements) but only for error return paths.
-In contrast to exceptions in other languages,
-this design retained Go’s important property that
-every potential failing call was marked explicitly in the code,
-now using the `check` keyword instead of `if err != nil`.
-
-The big problem with this design
-was that `handle` overlapped too much,
-and in confusing ways, with `defer`.
-
-In May we posted
-[a new design with three simplifications](https://golang.org/design/32437-try-builtin):
-to avoid the confusion with `defer`, the design dropped `handle` in favor of just using `defer`;
-to match a similar idea in Rust and Swift, the design renamed `check` to `try`;
-and to allow experimentation in a way that existing parsers like `gofmt` would recognize,
-it changed `check` (now `try`) from a keyword to a built-in function.
-
-Now the same code would look like this:
-
-	defer errd.Wrapf(&err, "closing writer")
-
-	// Write the savedCode if valid.
-	if e.savedCode != invalidCode {
-		try(e.write(e, e.savedCode))
-		if err := e.incHi(); err != errOutOfCodes {
-			try(err)
-		}
-	}
-
-	// Write the eof code.
-	eof := uint32(1)<<e.litWidth + 1
-	try(e.write(e, eof))
-
-We spent most of June discussing this proposal publicly on GitHub.
-
-The fundamental idea of `check` or `try` was to shorten
-the amount of syntax repeated at each error check,
-and in particular to remove the `return` statement from view,
-keeping the error check explicit and better highlighting interesting variations.
-One interesting point raised during the public feedback discussion,
-however, was that without an explicit `if` statement and `return`,
-there’s nowhere to put a debugging print,
-there’s nowhere to put a breakpoint,
-and there’s no code to show as unexecuted in code coverage results.
-The benefits we were after
-came at the cost of making these situations more complex.
-On balance, from this as well as other considerations,
-it was not at all clear that the overall result would
-be simpler Go development,
-so we abandoned this experiment.
-
-That’s everything about error handling,
-which was one of the main focuses for this year.
-
-## Generics
-
-Now for something a little less controversial: generics.
-
-The second big topic we identified for Go 2 was
-some kind of way to write code with
-type parameters.
-This would enable writing generic data structures
-and also writing generic functions that
-work with any kind of slice,
-or any kind of channel,
-or any kind of map.
-For example, here is a generic channel filter:
-
-	// Filter copies values from c to the returned channel,
-	// passing along only those values satisfying f.
-	func Filter(type value)(f func(value) bool, c <-chan value) <-chan value {
-		out := make(chan value)
-		go func() {
-			for v := range c {
-				if f(v) {
-					out <- v
-				}
-			}
-			close(out)
-		}()
-		return out
-	}
-
-We’ve been thinking about generics since work on Go began,
-and we wrote and rejected our first concrete design in 2010.
-We wrote and rejected three more designs by the end of 2013.
-Four abandoned experiments,
-but not failed experiments,
-We learned from them,
-like we learned from `check` and `try`.
-Each time, we learned that the path to Go 2 is not in that exact direction,
-and we noticed other directions that might be interesting to explore.
-But by 2013 we had decided that we needed to focus on other concerns,
-so we put the entire topic aside for a few years.
-
-Last year we started exploring and experimenting again,
-and we presented a
-[new design](https://github.com/golang/proposal/blob/master/design/go2draft-contracts.md),
-based on the idea of a contract,
-at Gophercon last summer.
-We’ve continued to experiment and simplify,
-and we’ve been working
-with programming language theory experts
-to understand the design better.
-
-Overall, I am hopeful that we’re headed in a good direction,
-toward a design that will simplify Go development.
-Even so, we might find that this design doesn’t work either.
-We might have to abandon this experiment
-and adjust our path based on what we learned.
-We’ll find out.
-
-At Gophercon 2019, Ian Lance Taylor talked about
-why we might want to add generics to Go
-and briefly previewed the latest design draft.
-For details, see his blog post “[Why Generics?](https://blog.golang.org/why-generics)”
-
-## Dependencies
-
-The third big topic we identified for Go 2 was dependency management.
-
-In 2010 we published a tool called `goinstall`,
-which we called
-“[an experiment in package installation](https://groups.google.com/forum/#!msg/golang-nuts/8JFwR3ESjjI/cy7qZzN7Lw4J).”
-It downloaded dependencies and stored them in your
-Go distribution tree, in GOROOT.
-
-As we experimented with `goinstall`,
-we learned that the Go distribution and the installed packages
-should be kept separate,
-so that it was possible to change to a new Go distribution
-without losing all your Go packages.
-So in 2011 we introduced `GOPATH`,
-an environment variable that specified
-where to look for packages not found in the main Go distribution.
-
-Adding GOPATH created more places for Go packages
-but simplified Go development overall,
-by separating your Go distribution from your Go libraries.
-
-**Compatibility**
-
-The `goinstall` experiment intentionally left out
-an explicit concept of package versioning.
-Instead, `goinstall` always downloaded the latest copy.
-We did this so we could focus on the other
-design problems for package installation.
-
-`Goinstall` became `go get` as part of Go 1.
-When people asked about versions,
-we encouraged them to experiment by
-creating additional tools, and they did.
-And we encouraged package AUTHORS
-to provide their USERS
-with the same backwards compatibility
-we did for the Go 1 libraries.
-Quoting [the Go FAQ](https://golang.org/doc/faq#get_version):
-
-<div style="margin-left: 2em; font-style: italic;">
-
-“Packages intended for public use should try to maintain backwards compatibility as they evolve.
-
-If different functionality is required,
-add a new name instead of changing an old one.
-
-If a complete break is required,
-create a new package with a new import path.”
-
-</div>
-
-This convention
-simplifies the overall experience of using a package
-by restricting what authors can do:
-avoid breaking changes to APIs;
-give new functionality a new name;
-and
-give a whole new package design a new import path.
-
-Of course, people kept experimenting.
-One of the most interesting experiments
-was started by Gustavo Niemeyer.
-He created a Git redirector called
-[`gopkg.in`](https://gopkg.in),
-which provided different import paths
-for different API versions,
-to help package authors
-follow the convention
-of giving a new package design
-a new import path.
-
-For example,
-the Go source code in the GitHub repository
-[go-yaml/yaml](https://github.com/go-yaml/yaml)
-has different APIs
-in the v1 and v2 semantic version tags.
-The `gopkg.in` server provides these with
-different import paths
-[gopkg.in/yaml.v1](https://godoc.org/gopkg.in/yaml.v1)
-and
-[gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2).
-
-The convention of providing backwards compatibility,
-so that a newer version of a package can be used
-in place of an older version,
-is what makes `go get`’s very simple rule—“always download the latest copy”—work well even today.
-
-**Versioning And Vendoring**
-
-But in production contexts you need to be more precise
-about dependency versions, to make builds reproducible.
-
-Many people experimented with what that should look like,
-building tools that served their needs,
-including Keith Rarick’s `goven` (2012) and `godep` (2013),
-Matt Butcher’s `glide` (2014), and Dave Cheney’s `gb` (2015).
-All of these tools use the model that you copy dependency
-packages into your own source control repository.
-The exact mechanisms used
-to make those packages available for import varied,
-but they were all more complex than it seemed they should be.
-
-After a community-wide discussion,
-we adopted a proposal by Keith Rarick
-to add explicit support for referring to copied dependencies
-without GOPATH tricks.
-This was simplifying by reshaping:
-like with `addToList` and `append`,
-these tools were already implementing the concept,
-but it was more awkward than it needed to be.
-Adding explicit support for vendor directories
-made these uses simpler overall.
-
-Shipping vendor directories in the `go` command
-led to more experimentation with vendoring itself,
-and we realized that we had introduced a few problems.
-The most serious was that we lost _package uniqueness_.
-Before, during any given build,
-an import path
-might appear in lots of different packages,
-and all the imports referred to the same target.
-Now with vendoring, the same import path in different
-packages might refer to different vendored copies of the package,
-all of which would appear in the final resulting binary.
-
-At the time, we didn’t have a name for this property:
-package uniqueness.
-It was just how the GOPATH model worked.
-We didn’t completely appreciate it until it went away.
-
-There is a parallel here with the `check` and `try`
-error syntax proposals.
-In that case, we were relying
-on how the visible `return` statement worked
-in ways we didn’t appreciate
-until we considered removing it.
-
-When we added vendor directory support,
-there were many different tools for managing dependencies.
-We thought that a clear agreement
-about the format of vendor directories
-and vendoring metadata
-would allow the various tools to interoperate,
-the same way that agreement about
-how Go programs are stored in text files
-enables interoperation
-between the Go compiler, text editors,
-and tools like `goimports` and `gorename`.
-
-This turned out to be naively optimistic.
-The vendoring tools all differed in subtle semantic ways.
-Interoperation would require changing them all
-to agree about the semantics,
-likely breaking their respective users.
-Convergence did not happen.
-
-**Dep**
-
-At Gophercon in 2016, we started an effort
-to define a single tool to manage dependencies.
-As part of that effort, we conducted surveys
-with many different kinds of users
-to understand what they needed
-as far as dependency management,
-and a team started work on a new tool,
-which became `dep`.
-
-`Dep` aimed to be able to replace all the
-existing dependency management tools.
-The goal was to simplify by reshaping the
-existing different tools into a single one.
-It partly accomplished that.
-`Dep` also restored package uniqueness for its users,
-by having only one vendor directory
-at the top of the project tree.
-
-But `dep` also introduced a serious problem
-that took us a while to fully appreciate.
-The problem was that `dep` embraced a design choice from `glide`,
-to support and encourage incompatible changes to a given package
-without changing the import path.
-
-Here is an example.
-Suppose you are building your own program,
-and you need to have a configuration file,
-so you use version 2 of a popular Go YAML package:
-
-<div style="margin-left: 2em;">
-.image experiment/yamldeps1.png _ 214
-</div>
-
-Now suppose your program
-imports the Kubernetes client.
-It turns out that Kubernetes uses YAML extensively,
-and it uses version 1 of the same popular package:
-
-<div style="margin-left: 2em;">
-.image experiment/yamldeps2.png _ 557
-</div>
-
-Version 1 and version 2 have incompatible APIs,
-but they also have different import paths,
-so there is no ambiguity about which is meant by a given import.
-Kubernetes gets version 1,
-your config parser gets version 2,
-and everything works.
-
-`Dep` abandoned this model.
-Version 1 and version 2 of the yaml package would now
-have the same import path,
-producing a conflict.
-Using the same import path for two incompatible versions,
-combined with package uniqueness,
-makes it impossible to build this program
-that you could build before:
-
-<div style="margin-left: 2em;">
-.image experiment/yamldeps3.png _ 450
-</div>
-
-It took us a while to understand this problem,
-because we had been applying the
-“new API means new import path”
-convention for so long that we took it for granted.
-The dep experiment helped us
-appreciate that convention better,
-and we gave it a name:
-the _import compatibility rule_:
-
-<div style="margin-left: 2em; font-style: italic;">
-
-“If an old package and a new package have the same import path,
-the new package must be backwards compatible with the old package.”
-
-</div>
-
-**Go Modules**
-
-We took what worked well in the dep experiment
-and what we learned about what didn’t work well,
-and we experimented with a new design, called `vgo`.
-In `vgo`, packages followed the import compatibility rule,
-so that we can provide package uniqueness
-but still not break builds like the one we just looked at.
-This let us simplify other parts of the design as well.
-
-Besides restoring the import compatibility rule,
-another important part of the `vgo` design
-was to give the concept of a group of packages a name
-and to allow that grouping to be separated
-from source code repository boundaries.
-The name of a group of Go packages is a module,
-so we refer to the system now as Go modules.
-
-Go modules are now integrated with the `go` command,
-which avoids needing to copy around vendor directories at all.
-
-**Replacing GOPATH**
-
-With Go modules comes the end of GOPATH as a
-global name space.
-Nearly all the hard work of converting existing Go usage
-and tools to modules is caused by this change,
-from moving away from GOPATH.
-
-The fundamental idea of GOPATH
-is that the GOPATH directory tree
-is the global source of truth
-for what versions are being used,
-and the versions being used don’t change
-as you move around between directories.
-But the global GOPATH mode is in direct
-conflict with the production requirement of
-per-project reproducible builds,
-which itself simplifies the Go development
-and deployment experience in many important ways.
-
-Per-project reproducible builds means that
-when you are working in a checkout of project A,
-you get the same set of dependency versions that the other developers of project A get
-at that commit,
-as defined by the `go.mod` file.
-When you switch to working in a checkout of project B,
-now you get that project’s chosen dependency versions,
-the same set that the other developers of project B get.
-But those are likely different from project A.
-The set of dependency versions
-changing when you move from project A to project B
-is necessary to keep your development in sync
-with that of the other developers on A and on B.
-There can’t be a single global GOPATH anymore.
-
-Most of the complexity of adopting modules
-arises directly from the loss of the one global GOPATH.
-Where is the source code for a package?
-Before, the answer depended only on your GOPATH environment variable,
-which most people rarely changed.
-Now, the answer depends on what project you are working on,
-which may change often.
-Everything needs updating for this new convention.
-
-Most development tools use the
-[`go/build`](https://godoc.org/go/build) package to find and load Go source code.
-We’ve kept that package working,
-but the API did not anticipate modules,
-and the workarounds we added to avoid API changes
-are slower than we’d like.
-We’ve published a replacement,
-[`golang.org/x/tools/go/packages`](https://godoc.org/golang.org/x/tools/go/packages).
-Developer tools should now use that instead.
-It supports both GOPATH and Go modules,
-and it is faster and easier to use.
-In a release or two we may move it into the standard library,
-but for now [`golang.org/x/tools/go/packages`](https://godoc.org/golang.org/x/tools/go/packages)
-is stable and ready for use.
-
-**Go Module Proxies**
-
-One of the ways modules simplify Go development
-is by separating the concept of a group of packages
-from the underlying source control repository
-where they are stored.
-
-When we talked to Go users about dependencies,
-almost everyone using Go at their companies
-asked how to route `go get` package fetches
-through their own servers,
-to better control what code can be used.
-And even open-source developers were concerned
-about dependencies disappearing
-or changing unexpectedly,
-breaking their builds.
-Before modules, users had attempted
-complex solutions to these problems,
-including intercepting the version control
-commands that the `go` command runs.
-
-The Go modules design makes it easy
-to introduce the idea of a module proxy
-that can be asked for a specific module version.
-
-Companies can now easily run their own module proxy,
-with custom rules about what is allowed
-and where cached copies are stored.
-The open-source [Athens project](https://docs.gomods.io) has built just such a proxy,
-and Aaron Schlesinger gave a talk about it at Gophercon 2019.
-(We’ll add a link here when the video becomes available.)
-
-And for individual developers and open source teams,
-the Go team at Google has [launched a proxy](https://groups.google.com/forum/#!topic/golang-announce/0wo8cOhGuAI) that serves
-as a public mirror of all open-source Go packages,
-and Go 1.13 will use that proxy by default when in module mode.
-Katie Hockman gave a [talk about this system at Gophercon 2019](https://youtu.be/KqTySYYhPUE).
-
-**Go Modules Status**
-
-Go 1.11 introduced modules as an experimental, opt-in preview.
-We keep experimenting and simplifying.
-Go 1.12 shipped improvements,
-and Go 1.13 will ship more improvements.
-
-Modules are now at the point
-where we believe that they will serve most users,
-but we aren’t ready to shut down GOPATH just yet.
-We will keep experimenting, simplifying, and revising.
-
-We fully recognize that
-the Go user community
-built up almost a decade of experience
-and tooling and workflows around GOPATH,
-and it will take a while to convert all of that to Go modules.
-
-But again,
-we think that modules will now
-work very well for most users,
-and I encourage you to take a look
-when Go 1.13 is released.
-
-As one data point,
-the Kubernetes project has a lot of dependencies,
-and they have migrated to using Go modules
-to manage them.
-You probably can too.
-And if you can’t,
-please let us know what’s not working for you
-or what’s too complex,
-by [filing a bug report](https://golang.org/issue/new),
-and we will experiment and simplify.
-
-## Tools
-
-Error handling, generics, and dependency management
-are going to take a few more years at least,
-and we’re going to focus on them for now.
-Error handling is close to done,
-modules will be next after that,
-and maybe generics after that.
-
-But suppose we look a couple years out,
-to when we are done experimenting and simplifying
-and have shipped error handling, modules, and generics.
-Then what?
-It’s very difficult to predict the future,
-but I think that once these three have shipped,
-that may mark the start of a new quiet period for major changes.
-Our focus at that point will likely shift to
-simplifying Go development with improved tools.
-
-Some of the tool work is already underway,
-so this post finishes by looking at that.
-
-While we helped update all the Go community’s
-existing tools to understand Go modules,
-we noticed that having a ton of development helper tools
-that each do one small job is not serving users well.
-The individual tools are too hard to combine,
-too slow to invoke, and too different to use.
-
-We began an effort to unify the most commonly-required
-development helpers into a single tool,
-now called `gopls` (pronounced “go, please”).
-`Gopls` speaks the
-[Language Server Protocol, LSP](https://langserver.org/),
-and works with any integrated development environment
-or text editor with LSP support,
-which is essentially everything at this point.
-
-`Gopls` marks an expansion in focus for the Go project,
-from delivering standalone compiler-like, command-line
-tools like go vet or gorename
-to also delivering a complete IDE service.
-Rebecca Stambler gave a talk with more details about `gopls` and IDEs at Gophercon 2019.
-(We’ll add a link here when the video becomes available.)
-
-After `gopls`, we also have ideas for reviving `go fix` in an
-extensible way and for making `go vet` even more helpful.
-
-## Coda
-
-<div style="margin-left: 2em;">
-.image experiment/expsimp2.png _ 326
-</div>
-
-So there’s the path to Go 2.
-We will experiment and simplify.
-And experiment and simplify.
-And ship.
-And experiment and simplify.
-And do it all again.
-It may look or even feel like the path goes around in circles.
-But each time we experiment and simplify
-we learn a little more about what Go 2 should look like
-and move another step closer to it.
-Even abandoned experiments like `try`
-or our first four generics designs
-or `dep` are not wasted time.
-They help us learn what needs to be
-simplified before we can ship,
-and in some cases they help us better understand
-something we took for granted.
-
-At some point we will realize we have
-experimented enough, and simplified enough,
-and shipped enough,
-and we will have Go 2.
-
-Thanks to all of you in the Go community
-for helping us experiment
-and simplify
-and ship
-and find our way on this path.
diff --git a/_content/experiment/expsimp1.graffle b/_content/experiment/expsimp1.graffle
deleted file mode 100644
index 3dd4a98..0000000
--- a/_content/experiment/expsimp1.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/expsimp1.png b/_content/experiment/expsimp1.png
deleted file mode 100644
index 00f0709..0000000
--- a/_content/experiment/expsimp1.png
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/expsimp2.graffle b/_content/experiment/expsimp2.graffle
deleted file mode 100644
index 551ea3a..0000000
--- a/_content/experiment/expsimp2.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/expsimp2.png b/_content/experiment/expsimp2.png
deleted file mode 100644
index b94427e..0000000
--- a/_content/experiment/expsimp2.png
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps1.graffle b/_content/experiment/yamldeps1.graffle
deleted file mode 100644
index 48172e5..0000000
--- a/_content/experiment/yamldeps1.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps1.png b/_content/experiment/yamldeps1.png
deleted file mode 100644
index 134be30..0000000
--- a/_content/experiment/yamldeps1.png
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps2.graffle b/_content/experiment/yamldeps2.graffle
deleted file mode 100644
index 86e9586..0000000
--- a/_content/experiment/yamldeps2.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps2.png b/_content/experiment/yamldeps2.png
deleted file mode 100644
index ed3a1e5..0000000
--- a/_content/experiment/yamldeps2.png
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps3.graffle b/_content/experiment/yamldeps3.graffle
deleted file mode 100644
index 6d5d188..0000000
--- a/_content/experiment/yamldeps3.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/experiment/yamldeps3.png b/_content/experiment/yamldeps3.png
deleted file mode 100644
index 439c23e..0000000
--- a/_content/experiment/yamldeps3.png
+++ /dev/null
Binary files differ
diff --git a/_content/external-libraries.article b/_content/external-libraries.article
deleted file mode 100644
index fc21c8e..0000000
--- a/_content/external-libraries.article
+++ /dev/null
@@ -1,80 +0,0 @@
-# Spotlight on external Go libraries
-3 Jun 2011
-Tags: community, libraries
-Summary: Some popular Go libraries and how to use them.
-OldURL: /spotlight-on-external-go-libraries
-
-Andrew Gerrand
-
-##
-
-While the Go authors have been working hard at improving Go's standard library,
-the greater community has created a growing ecosystem of external libraries.
-In this post we look at some popular Go libraries and how they can be used.
-
-[Mgo](http://labix.org/mgo) (pronounced "mango") is a MongoDB database driver.
-[MongoDB](http://www.mongodb.org/) is a [document-oriented database](http://en.wikipedia.org/wiki/Document-oriented_database)
-with a long list of features suitable for [a broad range of uses](http://www.mongodb.org/display/DOCS/Use%2BCases).
-The mgo package provides a rich, idiomatic Go API for working with MongoDB,
-from basic operations such as inserting and updating records to the more
-advanced [MapReduce](http://www.mongodb.org/display/DOCS/MapReduce) and
-[GridFS](http://www.mongodb.org/display/DOCS/GridFS) features.
-Mgo has a bunch of cool features including automated cluster discovery and
-result pre-fetching - see the [mgo homepage](http://labix.org/mgo) for
-details and example code.
-For working with large data sets Go, MongoDB,
-and mgo are a powerful combination.
-
-[Authcookie](https://github.com/dchest/authcookie) is a web library for
-generating and verifying user authentication cookies.
-It allows web servers to hand out cryptographically secure tokens tied to
-a specific user that will expire after a specified time period.
-It has a simple API that makes it straightforward to add authentication
-to existing web applications.
-See the [README file](https://github.com/dchest/authcookie/blob/master/README.md)
-for details and example code.
-
-[Go-charset](http://code.google.com/p/go-charset) provides support for
-converting between Go's standard UTF-8 encoding and a variety of character sets.
-The go-charset package implements a translating io.Reader and io.Writer
-so you can wrap existing Readers and Writers (such as network connections
-or file descriptors),
-making it easy to communicate with systems that use other character encodings.
-
-[Go-socket.io](https://github.com/madari/go-socket.io) is a Go implementation
-of [Socket.IO](http://socket.io/),
-a client/server API that allows web servers to push messages to web browsers.
-Depending on the capabilities of the user's browser,
-Socket.IO uses the best transport for the connection,
-be it modern websockets, AJAX long polling,
-or some [other mechanism](http://socket.io/#transports).
-Go-socket.io bridges the gap between Go servers and rich JavaScript clients
-for a wide range of browsers.
-To get a feel for go-socket.io see the [chat server example](https://github.com/madari/go-socket.io/blob/master/example/example.go).
-
-It's worth mentioning that these packages are [goinstallable](https://golang.org/cmd/goinstall/).
-With an up-to-date Go [installation](https://golang.org/doc/install.html)
-you can install them all with a single command:
-
-	goinstall launchpad.net/mgo \
-	    github.com/dchest/authcookie \
-	    go-charset.googlecode.com/hg/charset \
-	    github.com/madari/go-socket.io
-
-Once goinstalled, the packages can be imported using those same paths:
-
-	import (
-	    "launchpad.net/mgo"
-	    "github.com/dchest/authcookie"
-	    "go-charset.googlecode.com/hg/charset"
-	    "github.com/madari/go-socket.io"
-	)
-
-Also, as they are now a part of the local Go system,
-we can inspect their documentation with [godoc](https://golang.org/cmd/godoc/):
-
-	godoc launchpad.net/mgo Database # see docs for Database type
-
-Of course, this is just the tip of the iceberg;
-there are more great Go libraries listed on the [package dashboard](http://godashboard.appspot.com/package)
-and many more to come.
diff --git a/_content/first-go-program.article b/_content/first-go-program.article
deleted file mode 100644
index 2e25b14..0000000
--- a/_content/first-go-program.article
+++ /dev/null
@@ -1,122 +0,0 @@
-# The first Go program
-18 Jul 2013
-Tags: history
-Summary: Rob Pike dug up the first Go program ever written.
-
-Andrew Gerrand
-
-##
-
-Brad Fitzpatrick and I (Andrew Gerrand) recently started restructuring
-[godoc](https://golang.org/cmd/godoc/), and it occurred to me that it is one
-of the oldest Go programs.
-Robert Griesemer started writing it back in early 2009,
-and we're still using it today.
-
-When I [tweeted](https://twitter.com/enneff/status/357403054632484865) about
-this, Dave Cheney replied with an [interesting question](https://twitter.com/davecheney/status/357406479415914497):
-what is the oldest Go program? Rob Pike dug into his mail and found it
-in an old message to Robert and Ken Thompson.
-
-What follows is the first Go program. It was written by Rob in February 2008,
-when the team was just Rob, Robert, and Ken. They had a solid feature list
-(mentioned in [this blog post](https://commandcenter.blogspot.com.au/2012/06/less-is-exponentially-more.html))
-and a rough language specfication. Ken had just finished the first working version of
-a Go compiler (it didn't produce native code, but rather transliterated Go code
-to C for fast prototyping) and it was time to try writing a program with it.
-
-Rob sent mail to the "Go team":
-
-	From: Rob 'Commander' Pike
-	Date: Wed, Feb 6, 2008 at 3:42 PM
-	To: Ken Thompson, Robert Griesemer
-	Subject: slist
-
-	it works now.
-
-	roro=% a.out
-	(defn foo (add 12 34))
-	return: icounter = 4440
-	roro=%
-
-	here's the code.
-	some ugly hackery to get around the lack of strings.
-
-(The `icounter` line in the program output is the number of executed
-statements, printed for debugging.)
-
-.code first-go-program/slist.go
-
-The program parses and prints an
-[S-expression](https://en.wikipedia.org/wiki/S-expression).
-It takes no user input and has no imports, relying only on the built-in
-`print` facility for output.
-It was written literally the first day there was a
-[working but rudimentary compiler](https://golang.org/change/8b8615138da3).
-Much of the language wasn't implemented and some of it wasn't even specified.
-
-Still, the basic flavor of the language today is recognizable in this program.
-Type and variable declarations, control flow, and package statements haven't
-changed much.
-
-But there are many differences and absences.
-Most significant are the lack of concurrency and interfaces—both
-considered essential since day 1 but not yet designed.
-
-A `func` was a `function`, and its signature specified return values
-_before_ arguments, separating them with `<-`, which we now use as the channel
-send/receive operator. For example, the `WhiteSpace` function takes the integer
-`c` and returns a boolean.
-
-	function WhiteSpace(bool <- c int)
-
-This arrow was a stop-gap measure until a better syntax arose for declaring
-multiple return values.
-
-Methods were distinct from functions and had their own keyword.
-
-	method (this *Slist) Car(*Slist <-) {
-		return this.list.car;
-	}
-
-And methods were pre-declared in the struct definition, although that changed soon.
-
-	type Slist struct {
-		...
-		Car method(*Slist <-);
-	}
-
-There were no strings, although they were in the spec.
-To work around this, Rob had to build the input string as an `uint8` array with
-a clumsy construction. (Arrays were rudimentary and slices hadn't been designed
-yet, let alone implemented, although there was the unimplemented concept of an
-"open array".)
-
-	input[i] = '('; i = i + 1;
-	input[i] = 'd'; i = i + 1;
-	input[i] = 'e'; i = i + 1;
-	input[i] = 'f'; i = i + 1;
-	input[i] = 'n'; i = i + 1;
-	input[i] = ' '; i = i + 1;
-	...
-
-Both `panic` and `print` were built-in keywords, not pre-declared functions.
-
-	print "parse error: expected ", c, "\n";
-	panic "parse";
-
-And there are many other little differences; see if you can identify some others.
-
-Less than two years after this program was written, Go was released as an
-open source project. Looking back, it is striking how much the language has
-grown and matured. (The last thing to change between this proto-Go and the Go
-we know today was the elimination of semicolons.)
-
-But even more striking is how much we have learned about _writing_ Go code.
-For instance, Rob called his method receivers `this`, but now we use shorter
-context-specific names. There are hundreds of more significant examples
-and to this day we're still discovering better ways to write Go code.
-(Check out the [glog package](https://github.com/golang/glog)'s clever trick for
-[handling verbosity levels](https://github.com/golang/glog/blob/c6f9652c7179652e2fd8ed7002330db089f4c9db/glog.go#L893).)
-
-I wonder what we'll learn tomorrow.
diff --git a/_content/first-go-program/slist.go b/_content/first-go-program/slist.go
deleted file mode 100644
index bde7e2b..0000000
--- a/_content/first-go-program/slist.go
+++ /dev/null
@@ -1,322 +0,0 @@
-// +build OMIT
-
-package main
-
-// fake stuff
-type char uint8;
-
-// const char TESTSTRING[] = "(defn foo (add 'a 'b))\n";
-
-type Atom struct {
-        string  *[100]char;
-        integer int;
-        next    *Slist;  /* in hash bucket */
-}
-
-type List struct {
-        car     *Slist;
-        cdr     *Slist;
-}
-
-type Slist struct {
-        isatom          bool;
-        isstring        bool;
-        //union {
-        atom    Atom;
-        list    List;
-        //} u;
-
-        Free method();
-        Print method();
-        PrintOne method(doparen bool);
-        String method(*char <-);
-        Integer method(int <-);
-        Car method(*Slist <-);
-        Cdr method(*Slist <-);
-}
-
-method (this *Slist) Car(*Slist <-) {
-        return this.list.car;
-}
-
-method (this *Slist) Cdr(*Slist <-) {
-        return this.list.cdr;
-}
-
-method (this *Slist) String(*[100]char <-) {
-        return this.atom.string;
-}
-
-method (this *Slist) Integer(int <-) {
-        return this.atom.integer;
-}
-
-function OpenFile();
-function Parse(*Slist <-);
-
-//Slist* atom(char *s, int i);
-
-var token int;
-var peekc int = -1;
-var lineno int32 = 1;
-
-var input [100*1000]char;
-var inputindex int = 0;
-var tokenbuf [100]char;
-
-var EOF int = -1;  // BUG should be const
-
-function main(int32 <-) {
-        var list *Slist;
-
-        OpenFile();
-        for ;; {
-                list = Parse();
-                if list == nil {
-                        break;
-                }
-                list.Print();
-                list.Free();
-                break;
-        }
-
-        return 0;
-}
-
-method (slist *Slist) Free(<-) {
-        if slist == nil {
-                return;
-        }
-        if slist.isatom {
-//              free(slist.String());
-        } else {
-                slist.Car().Free();
-                slist.Cdr().Free();
-        }
-//      free(slist);
-}
-
-method (slist *Slist) PrintOne(<- doparen bool) {
-        if slist == nil {
-                return;
-        }
-        if slist.isatom {
-                if slist.isstring {
-                        print(slist.String());
-                } else {
-                        print(slist.Integer());
-                }
-        } else {
-                if doparen {
-                        print("(");
-                }
-                slist.Car().PrintOne(true);
-                if slist.Cdr() != nil {
-                        print(" ");
-                        slist.Cdr().PrintOne(false);
-                }
-                if doparen {
-                        print(")");
-                }
-        }
-}
-
-method (slist *Slist) Print() {
-        slist.PrintOne(true);
-        print "\n";
-}
-
-function Get(int <-) {
-        var c int;
-
-        if peekc >= 0 {
-                c = peekc;
-                peekc = -1;
-        } else {
-                c = convert(int, input[inputindex]);
-                inputindex = inputindex + 1; // BUG should be incr one expr
-                if c == '\n' {
-                        lineno = lineno + 1;
-                }
-                if c == '\0' {
-                        inputindex = inputindex - 1;
-                        c = EOF;
-                }
-        }
-        return c;
-}
-
-function WhiteSpace(bool <- c int) {
-        return c == ' ' || c == '\t' || c == '\r' || c == '\n';
-}
-
-function NextToken() {
-        var i, c int;
-        var backslash bool;
-
-        tokenbuf[0] = '\0';     // clear previous token
-        c = Get();
-        while WhiteSpace(c)  {
-                c = Get();
-        }
-        switch c {
-                case EOF:
-                        token = EOF;
-                case '(':
-                case ')':
-                        token = c;
-                        break;
-                case:
-                        for i = 0; i < 100 - 1; {  // sizeof tokenbuf - 1
-                                tokenbuf[i] = convert(char, c);
-                                i = i + 1;
-                                c = Get();
-                                if c == EOF {
-                                        break;
-                                }
-                                if WhiteSpace(c) || c == ')' {
-                                        peekc = c;
-                                        break;
-                                }
-                        }
-                        if i >= 100 - 1 {  // sizeof tokenbuf - 1
-                                panic "atom too long\n";
-                        }
-                        tokenbuf[i] = '\0';
-                        if '0' <= tokenbuf[0] && tokenbuf[0] <= '9' {
-                                token = '0';
-                        } else {
-                                token = 'A';
-                        }
-        }
-}
-
-function Expect(<- c int) {
-        if token != c {
-                print "parse error: expected ", c, "\n";
-                panic "parse";
-        }
-        NextToken();
-}
-
-// Parse a non-parenthesized list up to a closing paren or EOF
-function ParseList(*Slist <-) {
-        var slist, retval *Slist;
-
-        slist = new(Slist);
-        slist.list.car = nil;
-        slist.list.cdr = nil;
-        slist.isatom = false;
-        slist.isstring = false;
-
-        retval = slist;
-        for ;; {
-                slist.list.car = Parse();
-                if token == ')' {       // empty cdr
-                        break;
-                }
-                if token == EOF {       // empty cdr  BUG SHOULD USE ||
-                        break;
-                }
-                slist.list.cdr = new(Slist);
-                slist = slist.list.cdr;
-        }
-        return retval;
-}
-
-function atom(*Slist <- i int) {  // BUG: uses tokenbuf; should take argument
-        var h, length int;
-        var slist, tail *Slist;
-        
-        slist = new(Slist);
-        if token == '0' {
-                slist.atom.integer = i;
-                slist.isstring = false;
-        } else {
-                slist.atom.string = new([100]char);
-                var i int;
-                for i = 0; ; i = i + 1 {
-                        (*slist.atom.string)[i] = tokenbuf[i];
-                        if tokenbuf[i] == '\0' {
-                                break;
-                        }
-                }
-                //slist.atom.string = "hello"; // BUG! s; //= strdup(s);
-                slist.isstring = true;
-        }
-        slist.isatom = true;
-        return slist;
-}
-
-function atoi(int <-) {  // BUG: uses tokenbuf; should take argument
-        var v int = 0;
-        for i := 0; '0' <= tokenbuf[i] && tokenbuf[i] <= '9'; i = i + 1 {
-                v = 10 * v + convert(int, tokenbuf[i] - '0');
-        }
-        return v;
-}
-
-function Parse(*Slist <-) {
-        var slist *Slist;
-        
-        if token == EOF || token == ')' {
-                return nil;
-        }
-        if token == '(' {
-                NextToken();
-                slist = ParseList();
-                Expect(')');
-                return slist;
-        } else {
-                // Atom
-                switch token {
-                        case EOF:
-                                return nil;
-                        case '0':
-                                slist = atom(atoi());
-                        case '"':
-                        case 'A':
-                                slist = atom(0);
-                        case:
-                                slist = nil;
-                                print "unknown token"; //, token, tokenbuf;
-                }
-                NextToken();
-                return slist;
-        }
-        return nil;
-}
-
-function OpenFile() {
-        //strcpy(input, TESTSTRING);
-        //inputindex = 0;
-        // (defn foo (add 12 34))\n
-        inputindex = 0;
-        peekc = -1;  // BUG
-        EOF = -1;  // BUG
-        i := 0;
-        input[i] = '('; i = i + 1;
-        input[i] = 'd'; i = i + 1;
-        input[i] = 'e'; i = i + 1;
-        input[i] = 'f'; i = i + 1;
-        input[i] = 'n'; i = i + 1;
-        input[i] = ' '; i = i + 1;
-        input[i] = 'f'; i = i + 1;
-        input[i] = 'o'; i = i + 1;
-        input[i] = 'o'; i = i + 1;
-        input[i] = ' '; i = i + 1;
-        input[i] = '('; i = i + 1;
-        input[i] = 'a'; i = i + 1;
-        input[i] = 'd'; i = i + 1;
-        input[i] = 'd'; i = i + 1;
-        input[i] = ' '; i = i + 1;
-        input[i] = '1'; i = i + 1;
-        input[i] = '2'; i = i + 1;
-        input[i] = ' '; i = i + 1;
-        input[i] = '3'; i = i + 1;
-        input[i] = '4'; i = i + 1;
-        input[i] = ')'; i = i + 1;
-        input[i] = ')'; i = i + 1;
-        input[i] = '\n'; i = i + 1;
-        NextToken();
-}
diff --git a/_content/fosdem14.article b/_content/fosdem14.article
deleted file mode 100644
index 22daed7..0000000
--- a/_content/fosdem14.article
+++ /dev/null
@@ -1,73 +0,0 @@
-# Go talks at FOSDEM 2014
-24 Feb 2014
-Tags: fosdem, youtube, talk
-Summary: Reporting from the Go Devroom at FOSDEM 2014.
-
-Andrew Gerrand
-
-## Introduction
-
-At [FOSDEM](http://fosdem.org/) on the 2nd of February 2014 members of the Go
-community presented a series of talks in the Go Devroom. The day was a huge
-success, with 13 great talks presented to a consistently jam-packed room.
-
-Video recordings of the talks are now available, and a selection of these
-videos are presented below.
-
-The complete series of talks is available
-[as a YouTube playlist](http://www.youtube.com/playlist?list=PLtLJO5JKE5YDKG4WcaNts3IVZqhDmmuBH).
-(You can also get them directly at the
-[FOSDEM video archive](http://video.fosdem.org/2014/K4601/Sunday/).)
-
-## Scaling with Go: YouTube's Vitess
-
-Google Engineer Sugu Sougoumarane described how he and his
-team built [Vitess](https://github.com/youtube/vitess) in Go to help scale
-[YouTube](https://youtube.com).
-
-Vitess is a set of servers and tools primarily developed in Go.
-It helps scale MySQL databases for the web, and is currently used as a
-fundamental component of YouTube's MySQL infrastructure.
-
-The talk covers some history about how and why the team chose Go, and how it
-paid off.
-Sugu also talks abou tips and techniques used to scale Vitess using Go.
-
-.iframe //www.youtube.com/embed/qATTTSg6zXk 310 550
-
-The slides for the talk are [available here](https://github.com/youtube/vitess/blob/master/doc/Vitess2014.pdf?raw=true).
-
-## Camlistore
-
-[Camlistore](http://camlistore.org/) is designed to be "your personal storage
-system for life, putting you in control, and designed to last." It's open
-source, under nearly 4 years of active development, and extremely flexible.  In
-this talk, Brad Fitzpatrick and Mathieu Lonjaret explain why they built it,
-what it does, and talk about its design.
-
-.iframe //www.youtube.com/embed/yvjeIZgykiA 310 550
-
-## Write your own Go compiler
-
-Elliot Stoneham explains the potential for Go as a portable language and
-reviews the Go tools that make that such an exciting possibility.
-
-He said: "Based on my experiences writing an experimental Go to Haxe
-translator, I'll talk about the practical issues of code generation and runtime
-emulation required. I'll compare some of my design decisions with those of two
-other Go compiler/translators that build on the go.tools library. My aim is to
-encourage you to try one of these new 'mutant' Go compilers. I hope some of you
-will be inspired to contribute to one of them or even to write a new one of
-your own."
-
-.iframe //www.youtube.com/embed/Qe8Dq7V3hXY 310 550
-
-## More
-
-There were many more great talks, so please check out the complete series
-[as a YouTube playlist](http://www.youtube.com/playlist?list=PLtLJO5JKE5YDKG4WcaNts3IVZqhDmmuBH).
-In particular, the [lightning talks](http://www.youtube.com/watch?v=cwpI5ONWGxc&list=PLtLJO5JKE5YDKG4WcaNts3IVZqhDmmuBH&index=7) were a lot of fun.
-
-I would like to give my personal thanks to the excellent speakers, Mathieu
-Lonjaret for managing the video gear, and to the FOSDEM staff for making all
-this possible.
diff --git a/_content/functions-codewalk.article b/_content/functions-codewalk.article
deleted file mode 100644
index 1ae0b84..0000000
--- a/_content/functions-codewalk.article
+++ /dev/null
@@ -1,19 +0,0 @@
-# First Class Functions in Go
-30 Jun 2011
-Tags: codewalk, function, technical
-Summary: Announcing a new Go codewalk, exploring first class functions.
-OldURL: /first-class-functions-in-go-and-new-go
-
-Andrew Gerrand
-
-##
-
-Programmers new to Go are often surprised by its support for function types,
-functions as values, and closures.
-The [First Class Functions in Go](https://golang.org/doc/codewalk/functions/)
-code walk demonstrates these features with a simulation of the dice game
-[Pig](http://en.wikipedia.org/wiki/Pig_(dice)).
-It is a pretty program that uses the language to great effect,
-and a fun read for Go beginners and veterans alike.
-
-More resources are available at [golang.org](https://golang.org/doc/docs.html).
diff --git a/_content/gccgo-in-gcc-471.article b/_content/gccgo-in-gcc-471.article
deleted file mode 100644
index 1e2e4f2..0000000
--- a/_content/gccgo-in-gcc-471.article
+++ /dev/null
@@ -1,70 +0,0 @@
-# Gccgo in GCC 4.7.1
-11 Jul 2012
-Tags: release
-Summary: GCC 4.7.1 adds support for Go 1.
-
-Ian Lance Taylor
-
-##
-
-The Go language has always been defined by a [spec](https://golang.org/ref/spec),
-not an implementation.
-The Go team has written two different compilers that implement that spec: gc and gccgo.
-Having two different implementations helps ensure that the spec is complete and correct:
-when the compilers disagree, we fix the spec,
-and change one or both compilers accordingly.
-Gc is the original compiler, and the go tool uses it by default.
-Gccgo is a different implementation with a different focus,
-and in this post we’ll take a closer look at it.
-
-Gccgo is distributed as part of GCC, the GNU Compiler Collection.
-GCC supports several different frontends for different languages;
-gccgo is a Go frontend connected to the GCC backend.
-The Go frontend is separate from the GCC project and is designed to be able
-to connect to other compiler backends,
-but currently only supports GCC.
-
-Compared to gc, gccgo is slower to compile code but supports more powerful optimizations,
-so a CPU-bound program built by gccgo will usually run faster.
-All the optimizations implemented in GCC over the years are available,
-including inlining, loop optimizations, vectorization,
-instruction scheduling, and more.
-While it does not always produce better code,
-in some cases programs compiled with gccgo can run 30% faster.
-
-The gc compiler supports only the most popular processors:
-x86 (32-bit and 64-bit) and ARM.
-Gccgo, however, supports all the processors that GCC supports.
-Not all those processors have been thoroughly tested for gccgo,
-but many have, including x86 (32-bit and 64-bit),
-SPARC, MIPS, PowerPC and even Alpha.
-Gccgo has also been tested on operating systems that the gc compiler does
-not support, notably Solaris.
-
-Gccgo provides the standard, complete Go library.
-Many of the core features of the Go runtime are the same in both gccgo and gc,
-including the goroutine scheduler, channels,
-the memory allocator, and the garbage collector.
-Gccgo supports splitting goroutine stacks as the gc compiler does,
-but currently only on x86 (32-bit or 64-bit) and only when using the gold
-linker (on other processors,
-each goroutine will have a large stack, and a deep series of function calls
-may run past the end of the stack and crash the program).
-
-Gccgo distributions do not yet include a version of the go command.
-However, if you install the go command from a standard Go release,
-it already supports gccgo via the `-compiler` option:
-go build `-compiler gccgo myprog`.
-The tools used for calls between Go and C/C++,
-cgo and SWIG, also support gccgo.
-
-We have put the Go frontend under the same BSD license as the rest of the Go
-tools.  You can download the source code for the frontend at the
-[gofrontend project](https://github.com/golang/gofrontend).
-Note that when the Go frontend is linked with the GCC backend to make gccgo,
-GCC’s GPL license takes precedence.
-
-The latest release of GCC, 4.7.1, includes gccgo with support for Go 1.
-If you need better performance for CPU-bound Go programs,
-or you need to support processors or operating systems that the gc compiler does not support,
-gccgo might be the answer.
diff --git a/_content/generate.article b/_content/generate.article
deleted file mode 100644
index 87c42b0..0000000
--- a/_content/generate.article
+++ /dev/null
@@ -1,225 +0,0 @@
-# Generating code
-22 Dec 2014
-Tags: programming, technical
-Summary: How to use go generate.
-
-Rob Pike
-
-##
-
-A property of universal computation—Turing completeness—is that a computer program can write a computer program.
-This is a powerful idea that is not appreciated as often as it might be, even though it happens frequently.
-It's a big part of the definition of a compiler, for instance.
-It's also how the `go` `test` command works: it scans the packages to be tested,
-writes out a Go program containing a test harness customized for the package,
-and then compiles and runs it.
-Modern computers are so fast this expensive-sounding sequence can complete in a fraction of a second.
-
-There are lots of other examples of programs that write programs.
-[Yacc](https://godoc.org/golang.org/x/tools/cmd/goyacc), for instance, reads in a description of a grammar and writes out a program to parse that grammar.
-The protocol buffer "compiler" reads an interface description and emits structure definitions,
-methods, and other support code.
-Configuration tools of all sorts work like this too, examining metadata or the environment
-and emitting scaffolding customized to the local state.
-
-Programs that write programs are therefore important elements in software engineering,
-but programs like Yacc that produce source code need to be integrated into the build
-process so their output can be compiled.
-When an external build tool like Make is being used, this is usually easy to do.
-But in Go, whose go tool gets all necessary build information from the Go source, there is a problem.
-There is simply no mechanism to run Yacc from the go tool alone.
-
-Until now, that is.
-
-The [latest Go release](https://blog.golang.org/go1.4), 1.4,
-includes a new command that makes it easier to run such tools.
-It's called `go` `generate`, and it works by scanning for special comments in Go source code
-that identify general commands to run.
-It's important to understand that `go` `generate` is not part of `go` `build`.
-It contains no dependency analysis and must be run explicitly before running `go` `build`.
-It is intended to be used by the author of the Go package, not its clients.
-
-The `go` `generate` command is easy to use.
-As a warmup, here's how to use it to generate a Yacc grammar.
-
-First, install Go's Yacc tool:
-
-	go get golang.org/x/tools/cmd/goyacc
-
-Say you have a Yacc input file called `gopher.y` that defines a grammar for your new language.
-To produce the Go source file implementing the grammar,
-you would normally invoke the command like this:
-
-	goyacc -o gopher.go -p parser gopher.y
-
-The `-o` option names the output file while `-p` specifies the package name.
-
-To have `go` `generate` drive the process, in any one of the regular (non-generated) `.go` files
-in the same directory, add this comment anywhere in the file:
-
-	//go:generate goyacc -o gopher.go -p parser gopher.y
-
-This text is just the command above prefixed by a special comment recognized by `go` `generate`.
-The comment must start at the beginning of the line and have no spaces between the `//` and the `go:generate`.
-After that marker, the rest of the line specifies a command for `go` `generate` to run.
-
-Now run it. Change to the source directory and run `go` `generate`, then `go` `build` and so on:
-
-	$ cd $GOPATH/myrepo/gopher
-	$ go generate
-	$ go build
-	$ go test
-
-That's it.
-Assuming there are no errors, the `go` `generate` command will invoke `yacc` to create `gopher.go`,
-at which point the directory holds the full set of Go source files, so we can build, test, and work normally.
-Every time `gopher.y` is modified, just rerun `go` `generate` to regenerate the parser.
-
-For more details about how `go` `generate` works, including options, environment variables,
-and so on, see the [design document](https://golang.org/s/go1.4-generate).
-
-Go generate does nothing that couldn't be done with Make or some other build mechanism,
-but it comes with the `go` tool—no extra installation required—and fits nicely into the Go ecosystem.
-Just keep in mind that it is for package authors, not clients,
-if only for the reason that the program it invokes might not be available on the target machine.
-Also, if the containing package is intended for import by `go` `get`,
-once the file is generated (and tested!) it must be checked into the
-source code repository to be available to clients.
-
-Now that we have it, let's use it for something new.
-As a very different example of how `go` `generate` can help, there is a new program available in the
-`golang.org/x/tools` repository called `stringer`.
-It automatically writes string methods for sets of integer constants.
-It's not part of the released distribution, but it's easy to install:
-
-	$ go get golang.org/x/tools/cmd/stringer
-
-Here's an example from the documentation for
-[`stringer`](https://godoc.org/golang.org/x/tools/cmd/stringer).
-Imagine we have some code that contains a set of integer constants defining different types of pills:
-
-	package painkiller
-
-	type Pill int
-
-	const (
-		Placebo Pill = iota
-		Aspirin
-		Ibuprofen
-		Paracetamol
-		Acetaminophen = Paracetamol
-	)
-
-For debugging, we'd like these constants to pretty-print themselves, which means we want a method with signature,
-
-	func (p Pill) String() string
-
-It's easy to write one by hand, perhaps like this:
-
-	func (p Pill) String() string {
-		switch p {
-		case Placebo:
-			return "Placebo"
-		case Aspirin:
-			return "Aspirin"
-		case Ibuprofen:
-			return "Ibuprofen"
-		case Paracetamol: // == Acetaminophen
-			return "Paracetamol"
-		}
-		return fmt.Sprintf("Pill(%d)", p)
-	}
-
-There are other ways to write this function, of course.
-We could use a slice of strings indexed by Pill, or a map, or some other technique.
-Whatever we do, we need to maintain it if we change the set of pills, and we need to make sure it's correct.
-(The two names for paracetamol make this trickier than it might otherwise be.)
-Plus the very question of which approach to take depends on the types and values:
-signed or unsigned, dense or sparse, zero-based or not, and so on.
-
-The `stringer` program takes care of all these details.
-Although it can be run in isolation, it is intended to be driven by `go` `generate`.
-To use it, add a generate comment to the source, perhaps near the type definition:
-
-	//go:generate stringer -type=Pill
-
-This rule specifies that `go` `generate` should run the `stringer` tool to generate a `String` method for type `Pill`.
-The output is automatically written to `pill_string.go` (a default we could override with the
-`-output` flag).
-
-Let's run it:
-
-	$ go generate
-	$ cat pill_string.go
-	// Code generated by stringer -type Pill pill.go; DO NOT EDIT.
-
-	package painkiller
-
-	import "fmt"
-
-	const _Pill_name = "PlaceboAspirinIbuprofenParacetamol"
-
-	var _Pill_index = [...]uint8{0, 7, 14, 23, 34}
-
-	func (i Pill) String() string {
-		if i < 0 || i+1 >= Pill(len(_Pill_index)) {
-			return fmt.Sprintf("Pill(%d)", i)
-		}
-		return _Pill_name[_Pill_index[i]:_Pill_index[i+1]]
-	}
-	$
-
-Every time we change the definition of `Pill` or the constants, all we need to do is run
-
-	$ go generate
-
-to update the `String` method.
-And of course if we've got multiple types set up this way in the same package,
-that single command will update all their `String` methods with a single command.
-
-There's no question the generated method is ugly.
-That's OK, though, because humans don't need to work on it; machine-generated code is often ugly.
-It's working hard to be efficient.
-All the names are smashed together into a single string,
-which saves memory (only one string header for all the names, even if there are zillions of them).
-Then an array, `_Pill_index`, maps from value to name by a simple, efficient technique.
-Note too that `_Pill_index` is an array (not a slice; one more header eliminated) of `uint8`,
-the smallest integer sufficient to span the space of values.
-If there were more values, or there were negatives ones,
-the generated type of `_Pill_index` might change to `uint16` or `int8`: whatever works best.
-
-The approach used by the methods printed by `stringer` varies according to the properties of the constant set.
-For instance, if the constants are sparse, it might use a map.
-Here's a trivial example based on a constant set representing powers of two:
-
-	const _Power_name = "p0p1p2p3p4p5..."
-
-	var _Power_map = map[Power]string{
-		1:    _Power_name[0:2],
-		2:    _Power_name[2:4],
-		4:    _Power_name[4:6],
-		8:    _Power_name[6:8],
-		16:   _Power_name[8:10],
-		32:   _Power_name[10:12],
-		...,
-	}
-
-	func (i Power) String() string {
-		if str, ok := _Power_map[i]; ok {
-			return str
-		}
-		return fmt.Sprintf("Power(%d)", i)
-	}
-
-In short, generating the method automatically allows us to do a better job than we would expect a human to do.
-
-There are lots of other uses of `go` `generate` already installed in the Go tree.
-Examples include generating Unicode tables in the `unicode` package,
-creating efficient methods for encoding and decoding arrays in `encoding/gob`,
-producing time zone data in the `time` package, and so on.
-
-Please use `go` `generate` creatively.
-It's there to encourage experimentation.
-
-And even if you don't, use the new `stringer` tool to write your `String` methods for your integer constants.
-Let the machine do the work.
diff --git a/_content/generics-next-step.article b/_content/generics-next-step.article
deleted file mode 100644
index 72014d3..0000000
--- a/_content/generics-next-step.article
+++ /dev/null
@@ -1,142 +0,0 @@
-# The Next Step for Generics
-16 Jun 2020
-Tags: go2, proposals, generics
-Summary: An updated generics design draft, and a translation tool for experimentation
-
-Ian Lance Taylor
-
-Robert Griesemer
-
-## Introduction
-
-It’s been almost a year since we [last wrote about the possibility of
-adding generics to Go](https://blog.golang.org/why-generics).
-It’s time for an update.
-
-## Updated design
-
-We’ve been continuing to refine the [generics design
-draft](https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-contracts.md).
-We’ve written a type checker for it: a program that can parse Go code
-that uses generics as described in the design draft and report any
-type errors.
-We’ve written example code.
-And we’ve collected feedback from many, many people&mdash;thanks for
-providing it!
-
-Based on what we’ve learned, we’re releasing an [updated design
-draft](https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md).
-The biggest change is that we are dropping the idea of contracts.
-The difference between contracts and interface types was confusing, so
-we’re eliminating that difference.
-Type parameters are now constrained by interface types.
-Interface types are now permitted to include type lists, though only
-when used as constraints; in the previous design draft type lists were
-a feature of contracts.
-More complex cases will use a parameterized interface type.
-
-We hope that people will find this design draft simpler and easier to
-understand.
-
-## Experimentation tool
-
-To help decide how to further refine the design draft, we are
-releasing a translation tool.
-This is a tool that permits people to type check and run code written
-using the version of generics described in the design draft.
-It works by translating generic code into ordinary Go code.
-This translation process imposes some limitations, but we hope that it
-will be good enough for people to get a feel for what generic Go code
-might look like.
-The real implementation of generics, if they are accepted into the
-language, will work differently.
-(We have only just begun to sketch out what a direct compiler
-implementation would look like.)
-
-The tool is available on a variant of the Go playground at
-[https://go2goplay.golang.org](https://go2goplay.golang.org).
-This playground works just like the usual Go playground, but it
-supports generic code.
-
-You can also build and use the tool yourself.
-It is available in a branch of the master Go repo.
-Follow the [instructions on installing Go from
-source](https://golang.org/doc/install/source).
-Where those instructions direct you to check out the latest release
-tag, instead run `git checkout dev.go2go`.
-Then build the Go toolchain as directed.
-
-The translation tool is documented in
-[README.go2go](https://go.googlesource.com/go/+/refs/heads/dev.go2go/README.go2go.md).
-
-## Next steps
-
-We hope that the tool will give the Go community a chance to
-experiment with generics.
-There are two main things that we hope to learn.
-
-First, does generic code make sense?
-Does it feel like Go?
-What surprises do people encounter?
-Are the error messages useful?
-
-Second, we know that many people have said that Go needs generics, but
-we don’t necessarily know exactly what that means.
-Does this draft design address the problem in a useful way?
-If there is a problem that makes you think “I could solve this if Go
-had generics,” can you solve the problem when using this tool?
-
-We will use the feedback we gather from the Go community to decide how
-to move forward.
-If the draft design is well received and doesn’t need significant
-changes, the next step would be a [formal language change
-proposal](https://golang.org/s/proposal).
-To set expectations, if everybody is completely happy with the design
-draft and it does not require any further adjustments, the earliest
-that generics could be added to Go would be the Go 1.17 release,
-scheduled for August 2021.
-In reality, of course, there may be unforeseen problems, so this is an
-optimistic timeline; we can’t make any definite prediction.
-
-## Feedback
-
-The best way to provide feedback for the language changes will be on
-the mailing list `golang-nuts@googlegroups.com`.
-Mailing lists are imperfect, but they seem like our best option for
-initial discussion.
-When writing about the design draft, please put `[generics]` at the
-start of the Subject line and to start different threads for different
-specific topics.
-
-If you find bugs in the generics type checker or the translation tool,
-they should be filed in the standard Go issue tracker at
-[https://golang.org/issue](https://golang.org/issue).
-Please start the issue title with `cmd/go2go:`.
-Note that the issue tracker is not the best place to discuss changes
-to the language, because it does not provide threading and it is not
-well suited to lengthy conversations.
-
-We look forward to your feedback.
-
-## Acknowledgements
-
-We’re not finished, but we’ve come a long way.
-We would not be here without a lot of help.
-
-We’d like to thank Philip Wadler and his collaborators for thinking
-formally about generics in Go and helping us clarify the theoretical
-aspects of the design.
-Their paper [Featherweight Go](https://arxiv.org/abs/2005.11710)
-analyzes generics in a restricted version of Go, and they have
-developed a prototype [on GitHub](https://github.com/rhu1/fgg).
-
-We would also like to thank [the
-people](https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md#acknowledgements)
-who provided detailed feedback on an earlier version of the design
-draft.
-
-And last but definitely not least, we’d like to thank many people on
-the Go team, many contributors to the Go issue tracker, and everybody
-else who shared ideas and feedback on earlier design drafts.
-We read all of it, and we’re grateful.  We wouldn’t be here without
-you.
diff --git a/_content/generics-proposal.article b/_content/generics-proposal.article
deleted file mode 100644
index 0f83878..0000000
--- a/_content/generics-proposal.article
+++ /dev/null
@@ -1,79 +0,0 @@
-# A Proposal for Adding Generics to Go
-12 Jan 2021
-Tags: go2, proposals, generics
-Summary: Generics is entering the language change proposal process
-
-Ian Lance Taylor
-
-## Generics proposal
-
-We’ve filed [a Go language change
-proposal](https://golang.org/issue/43651) to add support for type
-parameters for types and functions, permitting a form of generic
-programming.
-
-## Why generics?
-
-Generics can give us powerful building blocks that let us share code
-and build programs more easily.
-Generic programming means writing functions and data structures where
-some types are left to be specified later.
-For example, you can write a function that operates on a slice of some
-arbitrary data type, where the actual data type is only specified when
-the function is called.
-Or, you can define a data structure that stores values of any type,
-where the actual type to be stored is specified when you create an
-instance of the data structure.
-
-Since Go was first released in 2009, support for generics has been one
-of the most commonly requested language features.
-You can read more about why generics are useful in 
-[an earlier blog post](https://blog.golang.org/why-generics).
-
-Although generics have clear use cases, fitting them cleanly into a
-language like Go is a difficult task.
-One of the [first (flawed) attempts to add generics to
-Go](https://golang.org/design/15292/2010-06-type-functions) dates back
-all the way to 2010.
-There have been several others over the last decade.
-
-For the last couple of years we’ve been working on a series of design
-drafts that have culminated in [a design based on type
-parameters](https://golang.org/design/go2draft-type-parameters).
-This design draft has had a lot of input from the Go programming
-community, and many people have experimented with it using the
-[generics playground](https://go2goplay.golang.org) described in [an
-earlier blog post](https://blog.golang.org/generics-next-step).
-Ian Lance Taylor gave [a talk at GopherCon
-2019](https://www.youtube.com/watch?v=WzgLqE-3IhY)
-about why to add generics and the strategy we are now following.
-Robert Griesemer gave [a follow-up talk about changes in the design,
-and the implementation, at GopherCon
-2020](https://www.youtube.com/watch?v=TborQFPY2IM).
-The language changes are fully backward compatible, so existing Go
-programs will continue to work exactly as they do today.
-We have reached the point where we think that the design draft is good
-enough, and simple enough, to propose adding it to Go.
-
-## What happens now?
-
-The [language change proposal process](https://golang.org/s/proposal)
-is how we make changes to the Go language.
-We have now [started this process](https://golang.org/issue/43651)
-to add generics to a future version of Go.
-We invite substantive criticisms and comments, but please try to avoid
-repeating earlier comments, and please try to [avoid simple plus-one
-and minus-one comments](https://golang.org/wiki/NoPlusOne).
-Instead, add thumbs-up/thumbs-down emoji reactions to comments with
-which you agree or disagree, or to the proposal as a whole.
-
-As with all language change proposals, our goal is to drive toward a
-consensus to either add generics to the language or let the proposal
-drop.
-We understand that for a change of this magnitude it will be
-impossible to make everybody in the Go community happy, but we intend
-to get to a decision that everybody is willing to accept.
-
-If the proposal is accepted, our goal will be to have a complete,
-though perhaps not fully optimized, implementation for people to try
-by the end of the year, perhaps as part of the Go 1.18 betas.
diff --git a/_content/gif-decoder.article b/_content/gif-decoder.article
deleted file mode 100644
index d848210..0000000
--- a/_content/gif-decoder.article
+++ /dev/null
@@ -1,214 +0,0 @@
-# A GIF decoder: an exercise in Go interfaces
-25 May 2011
-Tags: gif, gopher, image, interface, lagomorph, lzw, moustache, rodent, technical
-Summary: How Go's interfaces work nicely in the Go GIF decoder.
-OldURL: /gif-decoder-exercise-in-go-interfaces
-
-Rob Pike
-
-## Introduction
-
-At the Google I/O conference in San Francisco on May 10,
-2011, we announced that the Go language is now available on Google App Engine.
-Go is the first language to be made available on App Engine that compiles
-directly to machine code,
-which makes it a good choice for CPU-intensive tasks such as image manipulation.
-
-In that vein, we demonstrated a program called [Moustachio](http://moustach-io.appspot.com/)
-that makes it easy to improve a picture such as this one:
-
-.image gif-decoder/image00.jpg
-
-by adding a moustache and sharing the result:
-
-.image gif-decoder/image02.jpg
-
-All the graphical processing, including rendering the antialiased moustache,
-is done by a Go program running on App Engine.
-(The source is available at [the appengine-go project](http://code.google.com/p/appengine-go/source/browse/example/moustachio/).)
-
-Although most images on the web—at least those likely to be moustachioed—are JPEGs,
-there are countless other formats floating around,
-and it seemed reasonable for Moustachio to accept uploaded images in a few of them.
-JPEG and PNG decoders already existed in the Go image library,
-but the venerable GIF format was not represented,
-so we decided to write a GIF decoder in time for the announcement.
-That decoder contains a few pieces that demonstrate how Go's interfaces
-make some problems easier to solve.
-The rest of this blog post describes a couple of instances.
-
-## The GIF format
-
-First, a quick tour of the GIF format.  A GIF image file is _paletted_,
-that is, each pixel value is an index into a fixed color map that is included in the file.
-The GIF format dates from a time when there were usually no more than 8
-bits per pixel on the display,
-and a color map was used to convert the limited set of values into the RGB (red,
-green, blue) triples needed to light the screen.
-(This is in contrast to a JPEG, for example,
-which has no color map because the encoding represents the distinct color
-signals separately.)
-
-A GIF image can contain anywhere from 1 to 8 bits per pixel, inclusive, but 8 bits per pixel is the most common.
-
-Simplifying somewhat, a GIF file contains a header defining the pixel depth
-and image dimensions,
-a color map (256 RGB triples for an 8-bit image),
-and then the pixel data.
-The pixel data is stored as a one-dimensional bit stream,
-compressed using the LZW algorithm, which is quite effective for computer-generated
-graphics although not so good for photographic imagery.
-The compressed data is then broken into length-delimited blocks with a one-byte
-count (0-255) followed by that many bytes:
-
-.image gif-decoder/image03.gif
-
-## Deblocking the pixel data
-
-To decode GIF pixel data in Go, we can use the LZW decompressor from the
-`compress/lzw` package.
-It has a NewReader function that returns an object that,
-as [the documentation](https://golang.org/pkg/compress/lzw/#NewReader) says,
-"satisfies reads by decompressing the data read from r":
-
-	func NewReader(r io.Reader, order Order, litWidth int) io.ReadCloser
-
-Here `order` defines the bit-packing order and `litWidth` is the word size in bits,
-which for a GIF file corresponds to the pixel depth, typically 8.
-
-But we can't just give `NewReader` the input file as its first argument
-because the decompressor needs a stream of bytes but the GIF data is a stream
-of blocks that must be unpacked.
-To address this problem, we can wrap the input `io.Reader` with some code to deblock it,
-and make that code again implement `Reader`.
-In other words, we put the deblocking code into the `Read` method of a new type,
-which we call `blockReader`.
-
-Here's the data structure for a `blockReader`.
-
-	type blockReader struct {
-	   r     reader    // Input source; implements io.Reader and io.ByteReader.
-	   slice []byte    // Buffer of unread data.
-	   tmp   [256]byte // Storage for slice.
-	}
-
-The reader, `r`, will be the source of the image data,
-perhaps a file or HTTP connection.
-The `slice` and `tmp` fields will be used to manage the deblocking.
-Here's the `Read` method in its entirety.
-It's a nice example of the use of slices and arrays in Go.
-
-	1  func (b *blockReader) Read(p []byte) (int, os.Error) {
-	2      if len(p) == 0 {
-	3          return 0, nil
-	4      }
-	5      if len(b.slice) == 0 {
-	6          blockLen, err := b.r.ReadByte()
-	7          if err != nil {
-	8              return 0, err
-	9          }
-	10          if blockLen == 0 {
-	11              return 0, os.EOF
-	12          }
-	13          b.slice = b.tmp[0:blockLen]
-	14          if _, err = io.ReadFull(b.r, b.slice); err != nil {
-	15              return 0, err
-	16          }
-	17      }
-	18      n := copy(p, b.slice)
-	19      b.slice = b.slice[n:]
-	20      return n, nil
-	21  }
-
-Lines 2-4 are just a sanity check: if there's no place to put data, return zero.
-That should never happen, but it's good to be safe.
-
-Line 5 asks if there's data left over from a previous call by checking the
-length of `b.slice`.
-If there isn't, the slice will have length zero and we need to read the
-next block from `r`.
-
-A GIF block starts with a byte count, read on line 6.
-If the count is zero, GIF defines this to be a terminating block,
-so we return `EOF` on line 11.
-
-Now we know we should read `blockLen` bytes,
-so we point `b.slice` to the first `blockLen` bytes of `b.tmp` and then
-use the helper function `io.ReadFull` to read that many bytes.
-That function will return an error if it can't read exactly that many bytes,
-which should never happen.
-Otherwise we have `blockLen` bytes ready to read.
-
-Lines 18-19 copy the data from `b.slice` to the caller's buffer.
-We are implementing `Read`, not `ReadFull`,
-so we are allowed to return fewer than the requested number of bytes.
-That makes it easy: we just copy the data from `b.slice` to the caller's buffer (`p`),
-and the return value from copy is the number of bytes transferred.
-Then we reslice `b.slice` to drop the first `n` bytes,
-ready for the next call.
-
-It's a nice technique in Go programming to couple a slice (`b.slice`) to an array (`b.tmp`).
-In this case, it means `blockReader` type's `Read` method never does any allocations.
-It also means we don't need to keep a count around (it's implicit in the slice length),
-and the built-in `copy` function guarantees we never copy more than we should.
-(For more about slices, see [this post from the Go Blog](https://blog.golang.org/2011/01/go-slices-usage-and-internals.html).)
-
-Given the `blockReader` type, we can unblock the image data stream just
-by wrapping the input reader,
-say a file, like this:
-
-	deblockingReader := &blockReader{r: imageFile}
-
-This wrapping turns a block-delimited GIF image stream into a simple stream
-of bytes accessible by calls to the `Read` method of the `blockReader`.
-
-## Connecting the pieces
-
-With `blockReader` implemented and the LZW compressor available from the library,
-we have all the pieces we need to decode the image data stream.
-We stitch them together with this thunderclap,
-straight from the code:
-
-	lzwr := lzw.NewReader(&blockReader{r: d.r}, lzw.LSB, int(litWidth))
-	if _, err = io.ReadFull(lzwr, m.Pix); err != nil {
-	   break
-	}
-
-That's it.
-
-The first line creates a `blockReader` and passes it to `lzw.NewReader`
-to create a decompressor.
-Here `d.r` is the `io.Reader` holding the image data,
-`lzw.LSB` defines the byte order in the LZW decompressor,
-and `litWidth` is the pixel depth.
-
-Given the decompressor, the second line calls `io.ReadFull` to decompress
-the data and store it in the image, `m.Pix`.
-When `ReadFull` returns, the image data is decompressed and stored in the image,
-`m`, ready to be displayed.
-
-This code worked first time. Really.
-
-We could avoid the temporary variable `lzwr` by placing the `NewReader`
-call into the argument list for `ReadFull`,
-just as we built the `blockReader` inside the call to `NewReader`,
-but that might be packing too much into a single line of code.
-
-## Conclusion
-
-Go's interfaces make it easy to construct software by assembling piece parts
-like this to restructure data.
-In this example, we implemented GIF decoding by chaining together a deblocker
-and a decompressor using the `io.Reader` interface,
-analogous to a type-safe Unix pipeline.
-Also, we wrote the deblocker as an (implicit) implementation of a `Reader` interface,
-which then required no extra declaration or boilerplate to fit it into the
-processing pipeline.
-It's hard to implement this decoder so compactly yet cleanly and safely in most languages,
-but the interface mechanism plus a few conventions make it almost natural in Go.
-
-That deserves another picture, a GIF this time:
-
-.image gif-decoder/image01.gif
-
-The GIF format is defined at [http://www.w3.org/Graphics/GIF/spec-gif89a.txt](http://www.w3.org/Graphics/GIF/spec-gif89a.txt).
diff --git a/_content/gif-decoder/image00.jpg b/_content/gif-decoder/image00.jpg
deleted file mode 100644
index 7301e46..0000000
--- a/_content/gif-decoder/image00.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gif-decoder/image01.gif b/_content/gif-decoder/image01.gif
deleted file mode 100644
index 060544a..0000000
--- a/_content/gif-decoder/image01.gif
+++ /dev/null
Binary files differ
diff --git a/_content/gif-decoder/image02.jpg b/_content/gif-decoder/image02.jpg
deleted file mode 100644
index e5122df..0000000
--- a/_content/gif-decoder/image02.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gif-decoder/image03.gif b/_content/gif-decoder/image03.gif
deleted file mode 100644
index 2d6321b..0000000
--- a/_content/gif-decoder/image03.gif
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand.article b/_content/go-brand.article
deleted file mode 100644
index db2f3b6..0000000
--- a/_content/go-brand.article
+++ /dev/null
@@ -1,93 +0,0 @@
-# Go's New Brand
-26 Apr 2018
-Tags: brand
-Summary: Go’s new look and logo (don't worry, the mascot isn’t changing!).
-
-Steve Francia
-
-## Introduction
-
-I am delighted to announce the launch of Go’s new look and logo.
-
-Go has been on an amazing journey over the last 8+ years. Our project, community
-and users have evolved through this journey and we wanted the Go brand to
-reflect where we have been and convey where we are going.
-
-Go’s new brand is about our identity, our values, and our users. Over the past
-several months we have worked with a brand agency to develop a brand guide for
-Go. Our agency, [Within](http://within.us/), coordinated with and built upon
-the great foundation that Renee French established. Rest easy, our beloved
-Gopher Mascot remains at the center of our brand.
-
-## New Logo
-
-Our logo follows the brand’s core philosophy of simplicity over complexity.
-Using a modern, italicized sans-serif typeface combined with three simple motion
-lines forms a mark that resembles two wheels in rapid motion, communicating
-speed and efficiency. The circular shape of the letters hints at the eyes of the
-Go gopher, creating a familiar shape and allowing the mark and the mascot to
-pair well together.
-
-.image go-brand/logos.jpg
-
-Our new logo went through an extensive design process. Here are some of the
-revisions we went through…
-
-<div><center>
-.iframe //www.youtube.com/embed/V4t-ymImW6c 315 560
-</center></div>
-
-## New Brand Guide
-
-The brand guide establishes the mission, values and voice for the Go project. In
-general terms, a brand guide is a reference tool for establishing a consistent
-brand identity. It is sometimes referred to as “brand guidelines” or a “brand
-book”. It is a single document that serves as a guide and reference to
-designers, writers, and developers to create consistent, on-brand content.
-
-.image go-brand/Go-BB_cover.jpg
-.image go-brand/Go-BB_spread1.jpg
-.image go-brand/Go-BB_spread2.jpg
-
-## New presentation themes
-
-In addition to our brand guide we have also developed a presentation theme. This
-presentation theme will enable us to have a consistent representation of Go in
-person at meetups and conferences as well as online. Go community members are
-welcome to use this theme for their own presentations.
-
-.image go-brand/go-slides-4up.jpg
-
-The presentations are available as Google Slides presentations. We chose Google
-slides as it is easy to share and maintain updates. People are welcome to port
-them to keynote, powerpoint, etc.
-
-Like this blog and all our gopher images,
-the slide themes are Creative Commons Attribution 3.0 licensed.
-The photos in the slides are all from
-[unsplash](https://unsplash.com/) and are released under the unsplash license.
-
-Instructions to use slides:
-
-  - Open the [Go Slide Masters](https://golang.org/s/presentation-theme) presentation on Google slides.
-  - File > “Make a Copy” (you may need to login first)
-  - Create new slides using the layouts provided in the layouts menu.
-  - Use the included example slides to help guide the styling and creation of your presentation.
-
-### Download
-
-The brand guide, logo and themes are copyrighted by the Go authors.
-
-The brand guide contains the guidelines for acceptable logo use.
-
-  - [Brand Book (pdf)](https://golang.org/s/brandbook)
-  - [Go Logos (zip)](https://golang.org/s/logos)
-  - [Go Slide Masters (Google Slides)](https://golang.org/s/presentation-theme)
-
-## What’s happening next
-
-The website will be getting a refresh based on the new design. Since we are
-making significant changes, we are also taking this opportunity to update our
-website infrastructure to better serve our global community with internationalization
-and multilingual support. The migration will happen in stages over the
-next few months starting with this blog.
diff --git a/_content/go-brand/Go-BB_cover.jpg b/_content/go-brand/Go-BB_cover.jpg
deleted file mode 100644
index f290c2c..0000000
--- a/_content/go-brand/Go-BB_cover.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-BB_spread1.jpg b/_content/go-brand/Go-BB_spread1.jpg
deleted file mode 100644
index 2f384bf..0000000
--- a/_content/go-brand/Go-BB_spread1.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-BB_spread2.jpg b/_content/go-brand/Go-BB_spread2.jpg
deleted file mode 100644
index f888404..0000000
--- a/_content/go-brand/Go-BB_spread2.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/EPS/Go-Logo_Versions.eps b/_content/go-brand/Go-Logo/EPS/Go-Logo_Versions.eps
deleted file mode 100644
index 6550d36..0000000
--- a/_content/go-brand/Go-Logo/EPS/Go-Logo_Versions.eps
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/Go-Logo_Versions.ai b/_content/go-brand/Go-Logo/Go-Logo_Versions.ai
deleted file mode 100644
index ec7e4ac..0000000
--- a/_content/go-brand/Go-Logo/Go-Logo_Versions.ai
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/Go-Logo_Versions.pdf b/_content/go-brand/Go-Logo/Go-Logo_Versions.pdf
deleted file mode 100644
index 1cd98e4..0000000
--- a/_content/go-brand/Go-Logo/Go-Logo_Versions.pdf
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_Aqua.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_Aqua.jpg
deleted file mode 100644
index 9c2a71b..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_Aqua.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_Black.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_Black.jpg
deleted file mode 100644
index f9bb6a6..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_Black.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_Blue.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_Blue.jpg
deleted file mode 100644
index 05741fe..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_Blue.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_Fuchsia.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_Fuchsia.jpg
deleted file mode 100644
index 42e55ab..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_Fuchsia.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_LightBlue.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_LightBlue.jpg
deleted file mode 100644
index 566f403..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_LightBlue.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/JPG/Go-Logo_Yellow.jpg b/_content/go-brand/Go-Logo/JPG/Go-Logo_Yellow.jpg
deleted file mode 100644
index 8b9223c..0000000
--- a/_content/go-brand/Go-Logo/JPG/Go-Logo_Yellow.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_Aqua.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_Aqua.png
deleted file mode 100644
index 7af7746..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_Aqua.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_Black.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_Black.png
deleted file mode 100644
index f68a065..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_Black.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_Blue.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_Blue.png
deleted file mode 100644
index d6d98c3..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_Blue.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_Fuchsia.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_Fuchsia.png
deleted file mode 100644
index 2f5cddd..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_Fuchsia.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_LightBlue.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_LightBlue.png
deleted file mode 100644
index fcc24ed..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_LightBlue.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_White.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_White.png
deleted file mode 100644
index 26d2288..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_White.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/PNG/Go-Logo_Yellow.png b/_content/go-brand/Go-Logo/PNG/Go-Logo_Yellow.png
deleted file mode 100644
index 2fccc34..0000000
--- a/_content/go-brand/Go-Logo/PNG/Go-Logo_Yellow.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_Aqua.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_Aqua.svg
deleted file mode 100644
index bccf226..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_Aqua.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st0" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st0" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st0" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_1_">
-			<g>
-				<g>
-					<path class="st0" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st0" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_Black.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_Black.svg
deleted file mode 100644
index 666408b..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_Black.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6l-1.7,2.6
-					c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6l-0.8,2.4
-					c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_5_">
-			<g>
-				<g>
-					<path d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8c-6.3-3.1-12.4-2.2-18.1,1.5
-						c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0
-						c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1
-						c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2
-						c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1
-						C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg
deleted file mode 100644
index 64e9620..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st4" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st4" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st4" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_3_">
-			<g>
-				<g>
-					<path class="st4" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st4" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_Fuchsia.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_Fuchsia.svg
deleted file mode 100644
index 8def1e1..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_Fuchsia.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st3" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st3" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st3" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_4_">
-			<g>
-				<g>
-					<path class="st3" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st3" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_LightBlue.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_LightBlue.svg
deleted file mode 100644
index 55a5071..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_LightBlue.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st1" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st1" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st1" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_7_">
-			<g>
-				<g>
-					<path class="st1" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st1" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_White.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_White.svg
deleted file mode 100644
index 4a0a582..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_White.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st5" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st5" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st5" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_2_">
-			<g>
-				<g>
-					<path class="st5" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st5" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/SVG/Go-Logo_Yellow.svg b/_content/go-brand/Go-Logo/SVG/Go-Logo_Yellow.svg
deleted file mode 100644
index 7733929..0000000
--- a/_content/go-brand/Go-Logo/SVG/Go-Logo_Yellow.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 254.5 225" style="enable-background:new 0 0 254.5 225;" xml:space="preserve">
-<style type="text/css">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style>
-<g>
-	<g>
-		<g>
-			<g>
-				<path class="st2" d="M40.2,101.1c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l35.7,0c0.4,0,0.5,0.3,0.3,0.6
-					l-1.7,2.6c-0.2,0.3-0.7,0.6-1,0.6L40.2,101.1z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st2" d="M25.1,110.3c-0.4,0-0.5-0.2-0.3-0.5l2.1-2.7c0.2-0.3,0.7-0.5,1.1-0.5l45.6,0c0.4,0,0.6,0.3,0.5,0.6
-					l-0.8,2.4c-0.1,0.4-0.5,0.6-0.9,0.6L25.1,110.3z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g>
-			<g>
-				<path class="st2" d="M49.3,119.5c-0.4,0-0.5-0.3-0.3-0.6l1.4-2.5c0.2-0.3,0.6-0.6,1-0.6l20,0c0.4,0,0.6,0.3,0.6,0.7l-0.2,2.4
-					c0,0.4-0.4,0.7-0.7,0.7L49.3,119.5z"/>
-			</g>
-		</g>
-	</g>
-	<g>
-		<g id="CXHf1q_6_">
-			<g>
-				<g>
-					<path class="st2" d="M153.1,99.3c-6.3,1.6-10.6,2.8-16.8,4.4c-1.5,0.4-1.6,0.5-2.9-1c-1.5-1.7-2.6-2.8-4.7-3.8
-						c-6.3-3.1-12.4-2.2-18.1,1.5c-6.8,4.4-10.3,10.9-10.2,19c0.1,8,5.6,14.6,13.5,15.7c6.8,0.9,12.5-1.5,17-6.6
-						c0.9-1.1,1.7-2.3,2.7-3.7c-3.6,0-8.1,0-19.3,0c-2.1,0-2.6-1.3-1.9-3c1.3-3.1,3.7-8.3,5.1-10.9c0.3-0.6,1-1.6,2.5-1.6
-						c5.1,0,23.9,0,36.4,0c-0.2,2.7-0.2,5.4-0.6,8.1c-1.1,7.2-3.8,13.8-8.2,19.6c-7.2,9.5-16.6,15.4-28.5,17
-						c-9.8,1.3-18.9-0.6-26.9-6.6c-7.4-5.6-11.6-13-12.7-22.2c-1.3-10.9,1.9-20.7,8.5-29.3c7.1-9.3,16.5-15.2,28-17.3
-						c9.4-1.7,18.4-0.6,26.5,4.9c5.3,3.5,9.1,8.3,11.6,14.1C154.7,98.5,154.3,99,153.1,99.3z"/>
-				</g>
-				<g>
-					<path class="st2" d="M186.2,154.6c-9.1-0.2-17.4-2.8-24.4-8.8c-5.9-5.1-9.6-11.6-10.8-19.3c-1.8-11.3,1.3-21.3,8.1-30.2
-						c7.3-9.6,16.1-14.6,28-16.7c10.2-1.8,19.8-0.8,28.5,5.1c7.9,5.4,12.8,12.7,14.1,22.3c1.7,13.5-2.2,24.5-11.5,33.9
-						c-6.6,6.7-14.7,10.9-24,12.8C191.5,154.2,188.8,154.3,186.2,154.6z M210,114.2c-0.1-1.3-0.1-2.3-0.3-3.3
-						c-1.8-9.9-10.9-15.5-20.4-13.3c-9.3,2.1-15.3,8-17.5,17.4c-1.8,7.8,2,15.7,9.2,18.9c5.5,2.4,11,2.1,16.3-0.6
-						C205.2,129.2,209.5,122.8,210,114.2z"/>
-				</g>
-			</g>
-		</g>
-	</g>
-</g>
-</svg>
diff --git a/_content/go-brand/Go-Logo/copyright.txt b/_content/go-brand/Go-Logo/copyright.txt
deleted file mode 100644
index 73a9ed2..0000000
--- a/_content/go-brand/Go-Logo/copyright.txt
+++ /dev/null
@@ -1 +0,0 @@
-All content within this zip file is Copyright 2018 The Go Authors. All rights reserved.
\ No newline at end of file
diff --git a/_content/go-brand/Go-brand-book-v1.0.pdf b/_content/go-brand/Go-brand-book-v1.0.pdf
deleted file mode 100644
index 5145b4d..0000000
--- a/_content/go-brand/Go-brand-book-v1.0.pdf
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/go-logos-1.0.zip b/_content/go-brand/go-logos-1.0.zip
deleted file mode 100644
index 8f32da7..0000000
--- a/_content/go-brand/go-logos-1.0.zip
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/go-slides-4up.jpg b/_content/go-brand/go-slides-4up.jpg
deleted file mode 100644
index e67b222..0000000
--- a/_content/go-brand/go-slides-4up.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-brand/logos.jpg b/_content/go-brand/logos.jpg
deleted file mode 100644
index b033829..0000000
--- a/_content/go-brand/logos.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go-cloud.article b/_content/go-cloud.article
deleted file mode 100644
index ff10fbf..0000000
--- a/_content/go-cloud.article
+++ /dev/null
@@ -1,183 +0,0 @@
-# Portable Cloud Programming with Go Cloud
-24 Jul 2018
-Summary: Announcing Go Cloud, for portable cloud programming with Go.
-
-Eno Compton
-
-Cassandra Salisbury
-
-## Introduction
-
-Today, the Go team at Google is releasing a new open source project,
-[Go Cloud](https://github.com/google/go-cloud),
-a library and tools for developing on the [open cloud](https://cloud.google.com/open-cloud/).
-With this project, we aim to make Go the language of choice for developers
-building portable cloud applications.
-
-This post explains why we started this project, the details of how Go Cloud works, and how to get involved.
-
-## Why portable cloud programming? Why now?
-
-We estimate there are now [over one million](https://research.swtch.com/gophercount)
-Go developers worldwide.
-Go powers many of the most critical cloud infrastructure projects,
-including Kubernetes, Istio, and Docker.
-Companies like Lyft, Capital One, Netflix and [many more](https://github.com/golang/go/wiki/GoUsers)
-are depending on Go in production.
-Over the years, we've found that developers love Go for cloud development
-because of its efficiency,
-productivity, built-in concurrency, and low latency.
-
-As part of our work to support Go's rapid growth,
-we have been interviewing teams who work with Go to understand how they
-use the language and how the Go ecosystem can improve further.
-One common theme with many organizations is the need for portability across cloud providers.
-These teams want to deploy robust applications in [multi-cloud](https://en.wikipedia.org/wiki/Cloud_computing#Multicloud)
-and [hybrid-cloud](https://en.wikipedia.org/wiki/Cloud_computing#Hybrid_cloud) environments,
-and migrate their workloads between cloud providers without significant
-changes to their code.
-
-To achieve this, some teams attempt to decouple their applications from
-provider-specific APIs in order to produce simpler and more portable code.
-However the short-term pressure to ship features means teams often sacrifice
-longer-term efforts toward portability.
-As a result, most Go applications running in the cloud are tightly coupled
-to their initial cloud provider.
-
-As an alternative, teams can use Go Cloud,
-a set of open generic cloud APIs, to write simpler and more portable cloud applications.
-Go Cloud also sets the foundation for an ecosystem of portable cloud libraries
-to be built on top of these generic APIs.
-Go Cloud makes it possible for teams to meet their feature development goals
-while also preserving the long-term flexibility for multi-cloud and hybrid-cloud architectures.
-Go Cloud applications can also migrate to the cloud providers that best meet their needs.
-
-## What is Go Cloud?
-
-We have identified common services used by cloud applications and have created
-generic APIs to work across cloud providers.
-Today, Go Cloud is launching with blob storage,
-MySQL database access, runtime configuration,
-and an HTTP server configured with request logging,
-tracing, and health checking.
-Go Cloud offers support for Google Cloud Platform (GCP) and Amazon Web Services (AWS).
-We plan to work with cloud industry partners and the Go community to add
-support for additional cloud providers very soon.
-
-Go Cloud aims to develop vendor-neutral generic APIs for the most-used services
-across cloud providers such that deploying a Go application on another cloud is simple and easy.
-Go Cloud also lays the foundation for other open source projects to write
-cloud libraries that work across providers.
-Community feedback, from all types of developers at all levels,
-will inform the priority of future APIs in Go Cloud.
-
-## How does it work?
-
-At the core of Go Cloud is a collection of generic APIs for portable cloud programming.
-Let's look at an example of using blob storage.
-You can use the generic type [`*blob.Bucket`](https://godoc.org/github.com/google/go-cloud/blob#Bucket)
-to copy a file from a local disk to a cloud provider.
-Let's start by opening an S3 bucket using the included [s3blob package](https://godoc.org/github.com/google/go-cloud/blob/s3blob):
-
-	// setupBucket opens an AWS bucket.
-	func setupBucket(ctx context.Context) (*blob.Bucket, error) {
-		// Obtain AWS credentials.
-		sess, err := session.NewSession(&aws.Config{
-			Region: aws.String("us-east-2"),
-		})
-		if err != nil {
-			return nil, err
-		}
-		// Open a handle to s3://go-cloud-bucket.
-		return s3blob.OpenBucket(ctx, sess, "go-cloud-bucket")
-	}
-
-Once a program has a `*blob.Bucket`, it can create a `*blob.Writer`,
-which implements `io.Writer`.
-From there, the program can use the `*blob.Writer` to write data to the bucket,
-checking that `Close` does not report an error.
-
-	ctx := context.Background()
-	b, err := setupBucket(ctx)
-	if err != nil {
-		log.Fatalf("Failed to open bucket: %v", err)
-	}
-	data, err := ioutil.ReadFile("gopher.png")
-	if err != nil {
-		log.Fatalf("Failed to read file: %v", err)
-	}
-	w, err := b.NewWriter(ctx, "gopher.png", nil)
-	if err != nil {
-		log.Fatalf("Failed to obtain writer: %v", err)
-	}
-	_, err = w.Write(data)
-	if err != nil {
-		log.Fatalf("Failed to write to bucket: %v", err)
-	}
-	if err := w.Close(); err != nil {
-		log.Fatalf("Failed to close: %v", err)
-	}
-
-Notice how the logic of using the bucket does not refer to AWS S3.
-Go Cloud makes swapping out cloud storage a matter of changing the function
-used to open the `*blob.Bucket`.
-The application could instead use Google Cloud Storage by constructing a
-`*blob.Bucket` using [`gcsblob.OpenBucket`](https://godoc.org/github.com/google/go-cloud/blob/gcsblob#OpenBucket)
-without changing the code that copies the file:
-
-	// setupBucket opens a GCS bucket.
-	func setupBucket(ctx context.Context) (*blob.Bucket, error) {
-		// Open GCS bucket.
-		creds, err := gcp.DefaultCredentials(ctx)
-		if err != nil {
-			return nil, err
-		}
-		c, err := gcp.NewHTTPClient(gcp.DefaultTransport(), gcp.CredentialsTokenSource(creds))
-		if err != nil {
-			return nil, err
-		}
-		// Open a handle to gs://go-cloud-bucket.
-		return gcsblob.OpenBucket(ctx, "go-cloud-bucket", c)
-	}
-
-While different steps are needed to access buckets on different cloud providers,
-the resulting type used by your application is the same: `*blob.Bucket`.
-This isolates application code from cloud-specific code.
-To increase interoperability with existing Go libraries,
-Go Cloud leverages established interfaces like `io.Writer`,
-`io.Reader`, and `*sql.DB`.
-
-The setup code needed to access cloud services tends to follow a pattern:
-higher abstractions are constructed from more basic abstractions.
-While you could write this code by hand, Go Cloud automates this with **Wire**,
-a tool that generates cloud-specific setup code for you.
-The [Wire documentation](https://github.com/google/go-cloud/tree/master/wire)
-explains how to install and use the tool and the [Guestbook sample](https://github.com/google/go-cloud/tree/master/samples/guestbook)
-shows Wire in action.
-
-## How can I get involved and learn more?
-
-To get started, we recommend following [the tutorial](https://github.com/google/go-cloud/tree/master/samples/tutorial)
-and then trying to build an application yourself.
-If you're already using AWS or GCP, you can try migrating parts of your
-existing application to use Go Cloud.
-If you're using a different cloud provider or an on-premise service,
-you can extend Go Cloud to support it by implementing the driver interfaces
-(like [`driver.Bucket`](https://godoc.org/github.com/google/go-cloud/blob/driver#Bucket)).
-
-We appreciate any and all input you have about your experience.
-[Go Cloud's](https://github.com/google/go-cloud) development is conducted on GitHub.
-We are looking forward to contributions, including pull requests.
-[File an issue](https://github.com/google/go-cloud/issues/new) to tell
-us what could be better or what future APIs the project should support.
-For updates and discussion about the project,
-join [the project's mailing list](https://groups.google.com/forum/#!forum/go-cloud).
-
-The project requires contributors to sign the same Contributor License Agreement
-as that of the Go project.
-Read the [contribution guidelines](https://github.com/google/go-cloud/blob/master/CONTRIBUTING.md) for more details.
-Please note, Go Cloud is covered by the Go [Code of Conduct](https://github.com/google/go-cloud/blob/master/CODE_OF_CONDUCT.md).
-
-Thank you for taking the time to learn about Go Cloud.
-We are excited to work with you to make Go the language of choice for developers
-building portable cloud applications.
diff --git a/_content/go-cloud2019.article b/_content/go-cloud2019.article
deleted file mode 100644
index 7c22a33..0000000
--- a/_content/go-cloud2019.article
+++ /dev/null
@@ -1,80 +0,0 @@
-# What's new in the Go Cloud Development Kit
-4 Mar 2019
-Summary: Recent changes to the Go Cloud Development Kit (Go CDK).
-OldURL: /gcdk-whats-new-in-march-2019
-
-The Go Cloud Development Kit team at Google
-
-## Introduction
-
-Last July, we [introduced](https://blog.golang.org/go-cloud) the [Go Cloud Development Kit](https://gocloud.dev)
-(previously referred to as simply "Go Cloud"),
-an open source project building libraries and tools to improve the experience
-of developing for the cloud with Go.
-We've made a lot of progress since then -- thank you to early contributors!
-We look forward to growing the Go CDK community of users and contributors,
-and are excited to work closely with early adopters.
-
-## Portable APIs
-
-Our first initiative is a set of portable APIs for common cloud services.
-You write your application using these APIs,
-and then deploy it on any combination of providers,
-including AWS, GCP, Azure, on-premise, or on a single developer machine for testing.
-Additional providers can be added by implementing an interface.
-
-These portable APIs are a great fit if any of the following are true:
-
-  - You develop cloud applications locally.
-  - You have on-premise applications that you want to run in the cloud (permanently, or as part of a migration).
-  - You want portability across multiple clouds.
-  - You are creating a new Go application that will use cloud services.
-
-Unlike traditional approaches where you would need to write new application
-code for each cloud provider,
-with the Go CDK you write your application code once using our portable
-APIs to access the set of services listed below.
-Then, you can run your application on any supported cloud with minimal config changes.
-
-Our current set of APIs includes:
-
-  - [blob](https://godoc.org/gocloud.dev/blob),
-    for persistence of blob data.
-    Supported providers include: AWS S3, Google Cloud Storage (GCS),
-    Azure Storage, the filesystem, and in-memory.
-  - [pubsub](https://godoc.org/gocloud.dev/pubsub) for publishing/subscribing
-    of messages to a topic.
-    Supported providers include: Amazon SNS/SQS,
-    Google Pub/Sub, Azure Service Bus, RabbitMQ, and in-memory.
-  - [runtimevar](https://godoc.org/gocloud.dev/runtimevar),
-    for watching external configuration variables.
-    Supported providers include AWS Parameter Store,
-    Google Runtime Configurator, etcd, and the filesystem.
-  - [secrets](https://godoc.org/gocloud.dev/secrets),
-    for encryption/decryption.
-    Supported providers include AWS KMS, GCP KMS,
-    Hashicorp Vault, and local symmetric keys.
-  - Helpers for connecting to cloud SQL providers. Supported providers include AWS RDS and Google Cloud SQL.
-  - We are also working on a document storage API (e.g. MongoDB, DynamoDB, Firestore).
-
-## Feedback
-
-We hope you're as excited about the Go CDK as we are -- check out our [godoc](https://godoc.org/gocloud.dev),
-walk through our [tutorial](https://github.com/google/go-cloud/tree/master/samples/tutorial),
-and use the Go CDK in your application(s).
-We'd love to hear your ideas for other APIs and API providers you'd like to see.
-
-If you're digging into Go CDK please share your experiences with us:
-
-  - What went well?
-  - Were there any pain points using the APIs?
-  - Are there any features missing in the API you used?
-  - Suggestions for documentation improvements.
-
-To send feedback, you can:
-
-  - Submit issues to our public [GitHub repository](https://github.com/google/go-cloud/issues/new/choose).
-  - Email [go-cdk-feedback@google.com](mailto:go-cdk-feedback@google.com).
-  - Post to our [public Google group](https://groups.google.com/forum/#!forum/go-cloud).
-
-Thanks!
diff --git a/_content/go-developer-network.article b/_content/go-developer-network.article
deleted file mode 100644
index 5e560f3..0000000
--- a/_content/go-developer-network.article
+++ /dev/null
@@ -1,33 +0,0 @@
-# The New Go Developer Network
-14 Mar 2019
-Tags: Community
-Summary: Announcing the Go Developer Network, a collection of Go user groups sharing best practices.
-
-GoBridge Leadership Team
-
-##
-
-A sense of community flourishes when we come together in person. As handles become names
-and avatars become faces, the smiles are real and true friendship can grow. There is joy
-in the sharing of knowledge and celebrating the accomplishments of our friends, colleagues,
-and neighbors. In our rapidly growing Go community this critical role is played by the
-Go user groups.
-
-To better support our Go user groups worldwide, the Go community leaders at [GoBridge](https://gobridge.org)
-and Google have joined forces to create a new program called the Go Developer Network
-(GDN). The GDN is a collection of Go user groups working together with a shared mission
-to empower developer communities with the knowledge, experience, and wisdom to build
-the next generation of software in Go.
-
-We have partnered with Meetup to create our own [Pro Network of Go Developers](https://meetup.com/pro/go)
-providing Go developers a single place to search for local user groups, events, and
-see what other Gophers are doing around the world.
-
-User groups that join the GDN will be recognized by GoBridge as the official user group
-for that city and be provided with the latest news, information, conduct policies, and
-procedures. GDN groups will have Meetup fees paid by the GDN and will have access to
-special swag and other fun items. Each organizer of a GDN local group will continue to
-own the group and maintain full admin rights. **If you currently run a user group**,
-please fill out this [application](https://j.mp/gdn-form) to request to join the GDN.
-
-We hope you are as excited about the GDN as we are.
diff --git a/_content/go-fonts.article b/_content/go-fonts.article
deleted file mode 100644
index 34e390b..0000000
--- a/_content/go-fonts.article
+++ /dev/null
@@ -1,298 +0,0 @@
-# Go fonts
-16 Nov 2016
-Summary: Announcing the Go font family, by Bigelow & Holmes.
-
-Nigel Tao
-
-Chuck Bigelow
-
-Rob Pike
-
-## An Announcement
-
-The experimental user interface toolkit being built at
-[`golang.org/x/exp/shiny`](https://godoc.org/golang.org/x/exp/shiny)
-includes several text elements, but there is a problem with testing them:
-What font should be used?
-Answering this question led us to today's announcement,
-the release of a family of high-quality [WGL4](https://en.wikipedia.org/wiki/Windows_Glyph_List_4) TrueType fonts,
-created by the [Bigelow & Holmes](http://bigelowandholmes.typepad.com/) type foundry specifically for the Go project.
-
-The font family, called Go (naturally), includes proportional- and fixed-width faces in normal,
-bold, and italic renderings.
-The fonts have been tested for technical uses, particularly programming.
-Go source code looks particularly good when displayed in Go fonts, as its name implies, with things like
-punctuation characters easily distinguishable and operators lined up and placed consistently:
-
-.image go-fonts/go-font-code.png _ 519
-
-Perhaps the most remarkable feature of the Go fonts is their license:
-They are licensed under the same open source license as the rest of the Go project's software,
-an unusually free arrangement for a high-quality font set.
-
-Here are samples of the proportionally-spaced...
-
-.image go-fonts/go-regular.png _ 600
-
-and monospaced fonts:
-
-.image go-fonts/go-mono.png _ 600
-
-## How to use them
-
-If you just want the TTF files, run
-
-	git clone https://go.googlesource.com/image
-
-and copy them from the subsequent `image/font/gofont/ttfs` directory.
-If you want to use Go (the fonts) with Go (the software), each font is provided by a separate package.
-To use the Go Regular font in a program, import `golang.org/x/image/font/gofont/goregular`, and write:
-
-	font, err := truetype.Parse(goregular.TTF)
-
-The [`github.com/golang/freetype/truetype`](https://godoc.org/github.com/golang/freetype/truetype)
-package provides the [`truetype.Parse`](https://godoc.org/github.com/golang/freetype/truetype#Parse) function today.
-There is also work underway to add a TrueType package under `golang.org/x`
-again licensed under the same open source license as the rest of the Go project's software.
-
-We leave it to you to find some of the other unusual properties the fonts have,
-but for an overview of the fonts' design we asked Chuck Bigelow to provide some background.
-The remainder of this blog post is his response.
-
-## Notes on the fonts, by Chuck Bigelow
-
-The Go fonts are divided into two sets, Go proportional, which is
-sans-serif, and Go Mono, which is slab-serif.
-
-## Go proportional fonts
-
-### Sans-serif
-
-Go proportional fonts are sans-serif, like several popular fonts
-for screen displays. There is some evidence that some sans-serif
-faces at small sizes and low resolutions on screens are slightly
-more legible than their seriffed counterparts, while at large sizes,
-there is not a significant difference in legibility between sans and
-seriffed faces, at least in the pair tested. [1] (The bracketed numbers
-refer to the references listed at the end of this article.)
-
-### Style
-
-Go sans-serif fonts are "humanist" rather than "grotesque" in
-style. This is an historical distinction, not an aesthetic judgment.
-Widely used sans-serif fonts like Helvetica and Arial are called
-grotesque because an early 19th century sans-serif typeface
-was named "Grotesque," and the name became generic.
-
-The shapes of modern grotesque fonts like Helvetica are sculpted,
-with smooth, assimilated forms.
-
-Humanist sans-serifs are derived from Humanist handwriting
-and early fonts of the Italian Renaissance and still show subtle
-traces of pen-written calligraphy. There is some evidence that
-humanist fonts are more legible than grotesque fonts. [2]
-
-### Italics
-
-Go proportional italics have the same width metrics as the roman
-fonts. Go italics are oblique versions of the romans, with one
-noticeable exception: the italic lowercase 'a' is redesigned as a
-cursive single-story form to harmonize with the bowl shapes of
-the b d g p q set, in which the upright forms also adapt well to
-slanting, The addition of cursive 'a' makes the italics appear more
-lively than a simply slanted roman. Some typographers believe that
-slanted roman sans-serif italics are preferable to truly "cursive" sans
-Italics, in part because of history and design. [3]
-
-.image go-fonts/abdgpq-proportional.png
-
-### The x-height
-
-The x-height of a typeface is the height of the lowercase 'x' relative
-to the body size. The x-height of Go fonts is 53.0% of body size, a
-bit larger than the x-heights of Helvetica (52.3%) or Arial (51.9%),
-but the difference is usually unnoticeable at normal reading sizes.
-Typographers believe that larger x-heights contribute to greater
-legibility in small sizes and on screens. A study of "print size"
-(particularly x-height) and reading noted that types for reading on
-screens and for small sizes tend to have large x-heights. [4]
-
-### DIN Legibility Standard
-
-The recent German DIN 1450 legibility standard recommends
-several features for font legibility, including differentiation of
-letter shapes to reduce confusion. The Go fonts conform to the
-1450 standard by carefully differentiating zero from capital O;
-numeral 1 from capital I (eye) and lowercase l (ell); numeral 5 from
-capital S; and numeral 8 from capital B. The shapes of bowls of
-b d p q follow the natural asymmetries of legible Renaissance
-handwriting, aiding differentiation to reduce confusion. [5]
-
-### Weights
-
-The Go proportional fonts come in three weights: Normal, Medium,
-and Bold. The Normal weight is strong enough that it maintains
-clarity on backlit screens, which often tend to erode letter features
-and thickness. The Medium weight has stem thickness 1.25 times
-the Normal, for greater sturdiness on bright screens or for users
-who prefer a sturdy font. The Bold weight has stem thickness
-1.5 times the Normal, bold enough to be distinct from the normal
-weight. These Go fonts have CSS numerical weights of 400, 500,
-and 600. Although CSS specifies "Bold" as a 700 weight and 600
-as Semibold or Demibold, the Go numerical weights match the
-actual progression of the ratios of stem thicknesses:
-Normal:Medium = 400:500; Normal:Bold = 400:600. The Bold
-weight name matches the use of “Bold” as the usual corresponding
-bold weight of a normal font. More discussion of the relationship of
-stem thicknesses, weight names, and CSS numbering is in [6].
-
-### WGL4 character set
-
-The WGL4 character set, originally developed by Microsoft, is often
-used as an informal standard character set. WGL4 includes Western
-and Eastern European Latin characters plus Modern Greek and
-Cyrillic, with additional symbols, signs, and graphical characters,
-totalling more than 650 characters in all. The Go WGL4 fonts can
-be used to compose a wide range of languages. [7]
-
-### Metric compatibility with Arial and Helvetica
-
-The Go sans-serif fonts are nearly metrically compatible with
-standard Helvetica or Arial characters. Texts set in Go occupy
-nearly the same space as texts in Helvetica or Arial (at the same
-size), but Go has a different look and texture because of its
-humanist style. Some Go letters with DIN legibility features are
-wider than corresponding letters in Helvetica or Arial, so some
-texts set in Go may take slightly more space.
-
-## Go Mono fonts
-
-### Monospaced
-
-Go Mono fonts are monospaced—each letter has the same width as
-the other letters. Monospaced fonts have been used in programming
-since the beginning of computing and are still widely used because the
-typewriter regularity of their spacing makes text align in columns and
-rows, a style also found in Greek inscriptions of the 5th century BC.
-(The ancient Greeks didn't have typewriters or computer keyboards,
-but they did have great mathematicians and a great sense of symmetry
-and pattern that shaped their alphabet.)
-
-### Slab-serif
-
-The Go Mono fonts have slab-shaped serifs, giving them a sturdy
-appearance.
-
-### Style
-
-The underlying letter shapes of Go Mono are, like the Go sans-serif fonts,
-derived from humanist handwriting, but the monospacing and slab serifs
-tend to obscure the historical and stylistic connections.
-
-### Italics
-
-Go Mono Italics are oblique versions of the romans, with the exception
-that the italic lowercase 'a' is redesigned as a cursive single-story form
-to harmonize with the bowl shapes of the b d g p q. The cursive 'a' makes
-the italics appear more lively than a simply slanted roman. As with many
-sans-serif fonts, it is believed that slanted roman slab-serifs fonts may
-be more legible than truly "cursive" italics.
-
-.image go-fonts/abdgpq-mono.png
-
-### The x-height
-
-Go Mono fonts have the same x-height as Go sans-serif fonts, 53% of
-the body size. Go Mono looks almost 18% bigger than Courier, which
-has an x-height 45% of body size. Yet Go Mono has the same width
-as Courier, so the bigger look is gained with no loss of economy in
-characters per line.
-
-### DIN Legibility Standard
-
-Go Mono fonts conform to the DIN 1450 standard by differentiating
-zero from capital O; numeral 1 from capital I (eye) and lowercase l (ell);
-numeral 5 from capital S; and numeral 8 from capital B. The shapes of
-bowls of b d p q follow the natural asymmetries of legible Renaissance
-handwriting, aiding differentiation and reducing confusion.
-
-### Weights
-
-Go Mono fonts have two weights: Normal and Bold. The normal weight
-stem is the same as in Go Normal and thus maintains clarity on backlit
-screens, which tend to erode letter features and stem thickness. The
-bold stem thickness is 1.5 times thicker than the normal weight, hence
-the Bold Mono has the same stem thickness as Bold Go proportional.
-Because the letter width of monospaced bold is identical to the width of
-monospaced normal, the bold Mono appears slightly bolder than the
-proportional Go Bold, as more black pixels are put into the same area.)
-
-### Metric compatibility with popular monospaced fonts
-
-Go Mono is metrically compatible with Courier and other monospaced
-fonts that match the "Pica" typewriter type widths of 10 characters per
-linear inch at 12 point. At 10 point, Go Mono fonts set 12 characters
-per inch. The TrueType fonts are scalable, of course, so Go Mono can
-be set at any size.
-
-### WGL4 character set
-
-The Go Mono fonts offer the WGL4 character set often used as an
-informal standard character set. WGL4 includes Western and Eastern
-European Latin characters plus Modern Greek and Cyrillic, with
-additional symbols, signs, and graphical characters. The 650+ characters
-of the Go WGL4 sets can be used for a wide range of languages.
-
-## References
-
-[1] Morris, R. A., Aquilante, K., Yager, D., & Bigelow, C.
-(2002, May). P‐13: Serifs Slow RSVP Reading at Very Small Sizes,
-but Don't Matter at Larger Sizes.
-In SID Symposium Digest of Technical Papers (Vol.
-33, No. 1, pp. 244-247). Blackwell Publishing Ltd.
-
-[2] Bryan Reimer et al. (2014) “Assessing the impact of typeface design
-in a text-rich automotive user interface”,
-Ergonomics, 57:11, 1643-1658.
-http://www.tandfonline.com/doi/abs/10.1080/00140139.2014.940000
-
-[3] Adrian Frutiger - Typefaces: The Complete Works.
-H. Osterer and P. Stamm, editors. Birkhäuser,
-Basel, 2009, page 257.
-
-[4] Legge, G. E., & Bigelow, C. A. (2011).
-Does print size matter for reading? A review of findings from vision science and typography.
-Journal of Vision, 11(5), 8-8. http://jov.arvojournals.org/article.aspx?articleid=2191906
-
-[5] Charles Bigelow. "Oh, oh, zero!" TUGboat, Volume 34 (2013), No. 2.
-https://tug.org/TUGboat/tb34-2/tb107bigelow-zero.pdf
-https://tug.org/TUGboat/tb34-2/tb107bigelow-wang.pdf
-
-[6] "Lucida Basic Font Weights" Bigelow & Holmes.
-http://lucidafonts.com/pages/facts
-
-[7] WGL4 language coverage: Afrikaans, Albanian, Asu, Basque,
-Belarusian, Bemba, Bena, Bosnian, Bulgarian, Catalan, Chiga,
-Colognian, Cornish, Croatian, Czech, Danish, Embu, English, Esperanto,
-Estonian, Faroese, Filipino, Finnish, French, Friulian, Galician,
-Ganda, German, Greek, Gusii, Hungarian, Icelandic, Inari Sami,
-Indonesian, Irish, Italian, Jola-Fonyi, Kabuverdianu, Kalaallisut,
-Kalenjin, Kamba, Kikuyu, Kinyarwanda, Latvian, Lithuanian, Lower
-Sorbian, Luo, Luxembourgish, Luyia, Macedonian, Machame, Makhuwa-Meetto,
-Makonde, Malagasy, Malay, Maltese, Manx, Meru, Morisyen, North
-Ndebele, Northern Sami, Norwegian Bokmål, Norwegian Nynorsk, Nyankole,
-Oromo, Polish, Portuguese, Romanian, Romansh, Rombo, Rundi, Russian,
-Rwa, Samburu, Sango, Sangu, Scottish Gaelic, Sena, Serbian, Shambala,
-Shona, Slovak, Slovenian, Soga, Somali, Spanish, Swahili, Swedish,
-Swiss German, Taita, Teso, Turkish, Turkmen, Upper Sorbian, Vunjo,
-Walser, Welsh, Zulu
-
-## Jabberwocky in Go Regular
-
-From [en.wikipedia.org/wiki/Jabberwocky](https://en.wikipedia.org/wiki/Jabberwocky):
-
-.image go-fonts/go-font-jabberwocky.png _ 500
-
-There is no Greek version listed. Instead, a pangram from [clagnut.com/blog/2380/#Greek](http://clagnut.com/blog/2380/#Greek):
-
-.image go-fonts/go-font-greek.png _ 530
diff --git a/_content/go-fonts/abdgpq-mono.png b/_content/go-fonts/abdgpq-mono.png
deleted file mode 100644
index 9f1455e..0000000
--- a/_content/go-fonts/abdgpq-mono.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/abdgpq-proportional.png b/_content/go-fonts/abdgpq-proportional.png
deleted file mode 100644
index 1a000cd..0000000
--- a/_content/go-fonts/abdgpq-proportional.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/go-font-code.png b/_content/go-fonts/go-font-code.png
deleted file mode 100644
index 630cccf..0000000
--- a/_content/go-fonts/go-font-code.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/go-font-greek.png b/_content/go-fonts/go-font-greek.png
deleted file mode 100644
index 9a86101..0000000
--- a/_content/go-fonts/go-font-greek.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/go-font-jabberwocky.png b/_content/go-fonts/go-font-jabberwocky.png
deleted file mode 100644
index 46386f2..0000000
--- a/_content/go-fonts/go-font-jabberwocky.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/go-mono.png b/_content/go-fonts/go-mono.png
deleted file mode 100644
index e6ca797..0000000
--- a/_content/go-fonts/go-mono.png
+++ /dev/null
Binary files differ
diff --git a/_content/go-fonts/go-regular.png b/_content/go-fonts/go-regular.png
deleted file mode 100644
index d4ab399..0000000
--- a/_content/go-fonts/go-regular.png
+++ /dev/null
Binary files differ
diff --git a/_content/go.dev.article b/_content/go.dev.article
deleted file mode 100644
index ea7dccb..0000000
--- a/_content/go.dev.article
+++ /dev/null
@@ -1,46 +0,0 @@
-# Go.dev: a new hub for Go developers
-13 Nov 2019
-Summary: Announcing go.dev, which answers: who else is using Go, what do they use it for, and how can I find useful Go packages?
-
-Steve Francia and Julie Qiu
-julieqiu@golang.org
-
-##
-
-Over the last two years,
-as we’ve spoken with users at companies of all sizes,
-we’ve heard three questions repeatedly:
-who else is using Go,
-what do they use it for,
-and how can I find useful Go packages?
-
-Today we are launching [go.dev](https://go.dev), a new hub for Go developers,
-to help answer those questions.
-There you will find a wealth of learning resources to get started with the language,
-featured use cases, and case studies of companies using Go.
-
-.image go.dev/home.png _ 850
-
-(Note that [golang.org](https://golang.org/) is still the home for the
-open source Go project and the Go distribution.
-Go.dev is a companion site to provide these supporting resources.)
-
-Clicking on Explore brings you to [pkg.go.dev](https://pkg.go.dev/),
-a central source of information about Go packages and modules.
-Like [godoc.org](https://godoc.org/), pkg.go.dev serves Go documentation.
-However, it also understands modules and has information
-about all versions of a package, including
-[all releases of the standard library](https://pkg.go.dev/std?tab=versions)!
-And it detects and displays licenses and has a better search algorithm.
-You can follow
-[Go issue 33654](https://golang.org/issue/33654) for future developments.
-
-.image go.dev/http.png _ 850
-
-Today’s launch is our minimum viable product for go.dev,
-so we can share what we’ve built to help the community and get feedback.
-We intend to expand the site over time.
-If you have any ideas, suggestions or issues,
-please let us know via the “Share Feedback” and “Report an Issue” links at the bottom of every page.
-Or you can send your bugs, ideas, feature requests, and questions to
-[go-discovery-feedback@google.com](mailto:go-discovery-feedback@google.com).
diff --git a/_content/go.dev/home.png b/_content/go.dev/home.png
deleted file mode 100644
index 544418f..0000000
--- a/_content/go.dev/home.png
+++ /dev/null
Binary files differ
diff --git a/_content/go.dev/http.png b/_content/go.dev/http.png
deleted file mode 100644
index aa4b448..0000000
--- a/_content/go.dev/http.png
+++ /dev/null
Binary files differ
diff --git a/_content/go1-path.article b/_content/go1-path.article
deleted file mode 100644
index ce867ea..0000000
--- a/_content/go1-path.article
+++ /dev/null
@@ -1,26 +0,0 @@
-# The path to Go 1
-14 Mar 2013
-Tags: talk, video, go1
-Summary: Watch Rob Pike and Andrew Gerrand's talk, The Path to Go 1.
-OldURL: /the-path-to-go-1
-
-Andrew Gerrand
-
-##
-
-In July 2012, Rob Pike and I presented a talk at OSCON titled _The path to Go 1_.
-In it we explain how Go 1 came to be, and outline the process by which Go
-was refined and stabilized to become the clean,
-consistent programming environment that it is today.
-We present the major highlights of the release and discuss the details behind
-some specific libraries and tools.
-
-.iframe //www.youtube.com/embed/bj9T2c2Xk_s 309 550
-
-The slides for the talk are [available here](https://talks.golang.org/2012/go1.slide).
-
-It's almost a year since we cut Go 1.0 and we are now busy preparing Go 1.1.
-The release will include performance improvements to the gc compiler,
-garbage collector, and goroutine scheduler,
-some standard library additions, and many bug fixes and other improvements.
-Stay tuned, as we hope to release Go 1.1 in the coming weeks.
diff --git a/_content/go1-preview.article b/_content/go1-preview.article
deleted file mode 100644
index 6e3f474..0000000
--- a/_content/go1-preview.article
+++ /dev/null
@@ -1,49 +0,0 @@
-# A preview of Go version 1
-5 Oct 2011
-Tags: go1, release
-Summary: What the Go team is planning for Go version 1.
-OldURL: /preview-of-go-version-1
-
-Russ Cox
-
-##
-
-We want to be able to provide a stable base for people using Go.
-People should be able to write Go programs and expect that they will continue
-to compile and run without change,
-on a timescale of years.
-Similarly, people should be able to write books about Go,
-be able to say which version of Go the book is describing,
-and have that version number still be meaningful much later.
-None of these properties is true for Go today.
-
-We propose to issue a Go release early next year that will be called “Go version 1”,
-Go 1 for short, that will be the first Go release to be stable in this way.
-Code that compiles in Go version 1 should,
-with few exceptions, continue to compile throughout the lifetime of that version,
-as we issue updates and bug fixes such as Go version 1.1, 1.2, and so on.
-It will also be maintained with fixes for bugs and security flaws even as
-other versions may evolve.
-Also, production environments such as Google App Engine will support it
-for an extended time.
-
-Go version 1 will be a stable language with stable libraries.
-Other than critical fixes, changes made to the library and packages for versions 1.1,
-1.2 and so on may add functionality but will not break existing Go version 1 programs.
-
-Our goal is for Go 1 to be a stable version of today’s Go,
-not a wholesale rethinking of the language.
-In particular, we are explicitly resisting any efforts to design new language
-features “by committee.”
-
-However, there are various changes to the Go language and packages that
-we have intended for some time and prototyped but have not deployed yet,
-primarily because they are significant and backwards-incompatible.
-If Go 1 is to be long-lasting, it is important that we plan,
-announce, implement, and test these changes as part of the preparation of Go 1,
-rather than delay them until after it is released and thereby introduce
-divergence that contradicts our goals.
-
-Today, we are publishing our preliminary [plan for Go 1](https://docs.google.com/document/pub?id=1ny8uI-_BHrDCZv_zNBSthNKAMX_fR_0dc6epA6lztRE)
-for feedback from the Go community.
-If you have feedback, please reply to the [thread on the golang-nuts mailing list](http://groups.google.com/group/golang-nuts/browse_thread/thread/badc4f323431a4f6).
diff --git a/_content/go1.1.article b/_content/go1.1.article
deleted file mode 100644
index f2f26c6..0000000
--- a/_content/go1.1.article
+++ /dev/null
@@ -1,58 +0,0 @@
-# Go 1.1 is released
-13 May 2013
-Tags: release
-Summary: Go 1.1 is faster, less picky about return statements, and adds method expressions.
-OldURL: /go-11-is-released
-
-Andrew Gerrand
-
-##
-
-It is our great pleasure to announce the release of Go 1.1.
-
-.image go1.1/gopherbiplane5.jpg
-
-In March last year we released Go 1.0, and since then we have released three
-minor "point releases".
-The point releases were made to fix only critical issues,
-so the Go 1.0.3 you use today is still, in essence,
-the Go 1.0 we released in March 2012.
-
-Go 1.1 includes many improvements over 1.0.
-
-The most significant improvements are performance-related.
-We have made optimizations in the compiler and linker,
-garbage collector, goroutine scheduler, map implementation,
-and parts of the standard library.
-It is likely that your Go code will run noticeably faster when built with Go 1.1.
-
-There are some minor changes to the language itself,
-two of which are worth singling out here:
-the [changes to return requirements](https://golang.org/doc/go1.1#return) will
-lead to more succinct and correct programs,
-and the introduction of [method values](https://golang.org/doc/go1.1#method_values) provides
-an expressive way to bind a method to its receiver as a function value.
-
-Concurrent programming is safer in Go 1.1 with the addition of a race
-detector for finding memory synchronization errors in your programs.
-We will discuss the race detector more in an upcoming article,
-but for now [the manual](https://golang.org/doc/articles/race_detector.html) is
-a great place to get started.
-
-The tools and standard library have been improved and expanded.
-You can read the full story in the [release notes](https://golang.org/doc/go1.1).
-
-As per our [compatibility guidelines](https://golang.org/doc/go1compat.html),
-Go 1.1 remains compatible with Go 1.0 and we recommend all Go users upgrade to the new release.
-
-All this would not have been possible without the help of our contributors from
-the open source community.
-Since Go 1.0, the core received more than 2600 commits from 161 people outside Google.
-Thank you everyone for your time and effort.
-In particular, we would like to thank Shenghou Ma,
-Rémy Oudompheng, Dave Cheney, Mikio Hara,
-Alex Brainman, Jan Ziak, and Daniel Morsing for their outstanding contributions.
-
-To grab the new release, follow the usual [installation instructions](https://golang.org/doc/install). Happy hacking!
-
-_Thanks to Renée French for the gopher!_
diff --git a/_content/go1.1/gopherbiplane5.jpg b/_content/go1.1/gopherbiplane5.jpg
deleted file mode 100644
index 9b56e23..0000000
--- a/_content/go1.1/gopherbiplane5.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go1.10.article b/_content/go1.10.article
deleted file mode 100644
index dd423fc..0000000
--- a/_content/go1.10.article
+++ /dev/null
@@ -1,35 +0,0 @@
-# Go 1.10 is released
-16 Feb 2018
-Summary: Go 1.10 adds automatic caching of build & test results, and more.
-
-Brad Fitzpatrick
-bradfitz@golang.org
-
-##
-
-Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go 1.10.
-You can get it from the [download page](https://golang.org/dl/).
-
-See the [Go 1.10 release notes](https://golang.org/doc/go1.10) for all the details.
-
-The most exciting part of this release for many people will probably
-be that the `go` tool now does
-[automatic caching of build & test results](https://golang.org/doc/go1.10#build).
-Of course, one of the hundreds of smaller changes may be **your** favorite.
-
-To celebrate the release, Go User Groups around the world are holding
-[release parties](https://github.com/golang/go/wiki/Go-1.10-Release-Party).
-See if there's one in your area, or feel free to organize one!
-
-Thanks to everyone who contributed to this release and everyone who
-helped test the Go 1.10 betas and release candidates to ensure a perfect,
-bug-free final release. However, if you do notice any bugs or unexpected
-changes not noted in the release notes, be sure to
-[file a bug](https://golang.org/issues/new).
-
-Enjoy the weekend, and enjoy the new release!
-
-P.S. Many of this year's Go conferences are accepting talk proposals
-this month. We always love to see new speakers and encourage you to
-think about proposing a talk. For more information, see
-[golang.org/wiki/NewSpeakers](https://golang.org/wiki/NewSpeakers).
diff --git a/_content/go1.11.article b/_content/go1.11.article
deleted file mode 100644
index b612ebc..0000000
--- a/_content/go1.11.article
+++ /dev/null
@@ -1,39 +0,0 @@
-# Go 1.11 is released
-24 Aug 2018
-Summary: Go 1.11 adds preliminary support for Go modules, WebAssembly, and more.
-
-Andrew Bonventre
-andybons@golang.org
-
-##
-
-Who says releasing on Friday is a bad idea?
-
-Today the Go team is happy to announce the release of Go 1.11.
-You can get it from the [download page](https://golang.org/dl/).
-
-There are many changes and improvements to the toolchain,
-runtime, and libraries, but two features stand out as being especially exciting:
-modules and WebAssembly support.
-
-This release adds preliminary support for a [new concept called “modules,”](https://golang.org/doc/go1.11#modules)
-an alternative to GOPATH with integrated support for versioning and package distribution.
-Module support is considered experimental,
-and there are still a few rough edges to smooth out,
-so please make liberal use of the [issue tracker](https://golang.org/issue/new).
-
-Go 1.11 also adds an experimental port to [WebAssembly](https://golang.org/doc/go1.11#wasm) (`js/wasm`).
-This allows programmers to compile Go programs to a binary format compatible with four major web browsers.
-You can read more about WebAssembly (abbreviated “Wasm”) at [webassembly.org](https://webassembly.org/)
-and see [this wiki page](https://golang.org/wiki/WebAssembly) on how to
-get started with using Wasm with Go.
-Special thanks to [Richard Musiol](https://github.com/neelance) for contributing the WebAssembly port!
-
-We also want to thank everyone who contributed to this release by writing code,
-filing bugs, providing feedback, and/or testing the betas and release candidates.
-Your contributions and diligence helped to ensure that Go 1.11 is as bug-free as possible.
-That said, if you do notice any problems, please [file an issue](https://golang.org/issues/new).
-
-For more detail about the changes in Go 1.11, see the [release notes](https://golang.org/doc/go1.11).
-
-Have a wonderful weekend and enjoy the release!
diff --git a/_content/go1.12.article b/_content/go1.12.article
deleted file mode 100644
index 79f0e25..0000000
--- a/_content/go1.12.article
+++ /dev/null
@@ -1,21 +0,0 @@
-# Go 1.12 is released
-25 Feb 2019
-Summary: Go 1.12 adds opt-in TLS 1.3, improved modules, and more.
-
-Andrew Bonventre
-andybons@golang.org
-
-##
-
-Today the Go team is happy to announce the release of Go 1.12.
-You can get it from the [download page](https://golang.org/dl/).
-
-For details about the changes in Go 1.12, see the [**Go 1.12 release notes**](https://golang.org/doc/go1.12).
-
-Some of the highlights include [opt-in support for TLS 1.3](https://golang.org/doc/go1.12#tls_1_3), [improved modules support](https://golang.org/doc/go1.12#modules) (in preparation [for being the default in Go 1.13](/modules2019)), support for `windows/arm`, and [improved macOS & iOS forwards compatibility.](https://golang.org/doc/go1.12#darwin)
-
-As always, we also want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the betas and release candidates.
-Your contributions and diligence helped to ensure that Go 1.12 is as stable as possible.
-That said, if you do notice any problems, please [file an issue](https://golang.org/issues/new).
-
-Enjoy the new release!
diff --git a/_content/go1.13-errors.article b/_content/go1.13-errors.article
deleted file mode 100644
index f5ffd84..0000000
--- a/_content/go1.13-errors.article
+++ /dev/null
@@ -1,345 +0,0 @@
-# Working with Errors in Go 1.13
-17 Oct 2019
-Tags: errors, technical
-Summary: How to use the new Go 1.13 error interfaces and functions.
-
-Damien Neil and Jonathan Amsterdam
-
-## Introduction
-
-Go’s treatment of [errors as values](https://blog.golang.org/errors-are-values)
-has served us well over the last decade. Although the standard library’s support
-for errors has been minimal—just the `errors.New` and `fmt.Errorf` functions,
-which produce errors that contain only a message—the built-in `error` interface
-allows Go programmers to add whatever information they desire. All it requires
-is a type that implements an `Error` method:
-
-	type QueryError struct {
-		Query string
-		Err   error
-	}
-
-	func (e *QueryError) Error() string { return e.Query + ": " + e.Err.Error() }
-
-Error types like this one are ubiquitous, and the information they store varies
-widely, from timestamps to filenames to server addresses. Often, that
-information includes another, lower-level error to provide additional context.
-
-The pattern of one error containing another is so pervasive in Go code that,
-after [extensive discussion](https://golang.org/issue/29934), Go 1.13 added
-explicit support for it. This post describes the additions to the standard
-library that provide that support: three new functions in the `errors` package,
-and a new formatting verb for `fmt.Errorf`.
-
-Before describing the changes in detail, let's review how errors are examined
-and constructed in previous versions of the language.
-
-## Errors before Go 1.13
-
-### Examining errors
-
-Go errors are values. Programs make decisions based on those values in a few
-ways. The most common is to compare an error to `nil` to see if an operation
-failed.
-
-	if err != nil {
-		// something went wrong
-	}
-
-Sometimes we compare an error to a known _sentinel_ value, to see if a specific error has occurred.
-
-	var ErrNotFound = errors.New("not found")
-
-	if err == ErrNotFound {
-		// something wasn't found
-	}
-
-An error value may be of any type which satisfies the language-defined `error`
-interface. A program can use a type assertion or type switch to view an error
-value as a more specific type.
-
-	type NotFoundError struct {
-		Name string
-	}
-
-	func (e *NotFoundError) Error() string { return e.Name + ": not found" }
-
-	if e, ok := err.(*NotFoundError); ok {
-		// e.Name wasn't found
-	}
-
-### Adding information
-
-Frequently a function passes an error up the call stack while adding information
-to it, like a brief description of what was happening when the error occurred. A
-simple way to do this is to construct a new error that includes the text of the
-previous one:
-
-	if err != nil {
-		return fmt.Errorf("decompress %v: %v", name, err)
-	}
-
-Creating a new error with `fmt.Errorf` discards everything from the original
-error except the text. As we saw above with `QueryError`, we may sometimes want
-to define a new error type that contains the underlying error, preserving it for
-inspection by code. Here is `QueryError` again:
-
-	type QueryError struct {
-		Query string
-		Err   error
-	}
-
-Programs can look inside a `*QueryError` value to make decisions based on the
-underlying error. You'll sometimes see this referred to as "unwrapping" the
-error.
-
-	if e, ok := err.(*QueryError); ok && e.Err == ErrPermission {
-		// query failed because of a permission problem
-	}
-
-The `os.PathError` type in the standard library is another example of one error which contains another.
-
-## Errors in Go 1.13
-
-### The Unwrap method
-
-Go 1.13 introduces new features to the `errors` and `fmt` standard library
-packages to simplify working with errors that contain other errors. The most
-significant of these is a convention rather than a change: an error which
-contains another may implement an `Unwrap` method returning the underlying
-error. If `e1.Unwrap()` returns `e2`, then we say that `e1` _wraps_ `e2`, and
-that you can _unwrap_ `e1` to get `e2`.
-
-Following this convention, we can give the `QueryError` type above an `Unwrap`
-method that returns its contained error:
-
-	func (e *QueryError) Unwrap() error { return e.Err }
-
-The result of unwrapping an error may itself have an `Unwrap` method; we call
-the sequence of errors produced by repeated unwrapping the _error chain_.
-
-### Examining errors with Is and As
-
-The Go 1.13 `errors` package includes two new functions for examining errors: `Is` and `As`.
-
-The `errors.Is` function compares an error to a value.
-
-	// Similar to:
-	//   if err == ErrNotFound { … }
-	if errors.Is(err, ErrNotFound) {
-		// something wasn't found
-	}
-
-The `As` function tests whether an error is a specific type.
-
-	// Similar to:
-	//   if e, ok := err.(*QueryError); ok { … }
-	var e *QueryError
-	// Note: *QueryError is the type of the error.
-	if errors.As(err, &e) {
-		// err is a *QueryError, and e is set to the error's value
-	}
-
-In the simplest case, the `errors.Is` function behaves like a comparison to a
-sentinel error, and the `errors.As` function behaves like a type assertion. When
-operating on wrapped errors, however, these functions consider all the errors in
-a chain. Let's look again at the example from above of unwrapping a `QueryError`
-to examine the underlying error:
-
-	if e, ok := err.(*QueryError); ok && e.Err == ErrPermission {
-		// query failed because of a permission problem
-	}
-
-Using the `errors.Is` function, we can write this as:
-
-	if errors.Is(err, ErrPermission) {
-		// err, or some error that it wraps, is a permission problem
-	}
-
-The `errors` package also includes a new `Unwrap` function which returns the
-result of calling an error's `Unwrap` method, or `nil` when the error has no
-`Unwrap` method. It is usually better to use `errors.Is` or `errors.As`,
-however, since these functions will examine the entire chain in a single call.
-
-Note: although it may feel odd to take a pointer to a pointer, in this case it
-is correct. Think of it instead as taking a pointer to a value of the error
-type; it so happens in this case that the returned error is a pointer type.
-
-### Wrapping errors with %w
-
-As mentioned earlier, it is common to use the `fmt.Errorf` function to add additional information to an error.
-
-	if err != nil {
-		return fmt.Errorf("decompress %v: %v", name, err)
-	}
-
-In Go 1.13, the `fmt.Errorf` function supports a new `%w` verb. When this verb
-is present, the error returned by `fmt.Errorf` will have an `Unwrap` method
-returning the argument of `%w`, which must be an error. In all other ways, `%w`
-is identical to `%v`.
-
-	if err != nil {
-		// Return an error which unwraps to err.
-		return fmt.Errorf("decompress %v: %w", name, err)
-	}
-
-Wrapping an error with `%w` makes it available to `errors.Is` and `errors.As`:
-
-	err := fmt.Errorf("access denied: %w", ErrPermission)
-	...
-	if errors.Is(err, ErrPermission) ...
-
-### Whether to Wrap
-
-When adding additional context to an error, either with `fmt.Errorf` or by
-implementing a custom type, you need to decide whether the new error should wrap
-the original. There is no single answer to this question; it depends on the
-context in which the new error is created. Wrap an error to expose it to
-callers. Do not wrap an error when doing so would expose implementation details.
-
-As one example, imagine a `Parse` function which reads a complex data structure
-from an `io.Reader`. If an error occurs, we wish to report the line and column
-number at which it occurred. If the error occurs while reading from the
-`io.Reader`, we will want to wrap that error to allow inspection of the
-underlying problem. Since the caller provided the `io.Reader` to the function,
-it makes sense to expose the error produced by it.
-
-In contrast, a function which makes several calls to a database probably should
-not return an error which unwraps to the result of one of those calls. If the
-database used by the function is an implementation detail, then exposing these
-errors is a violation of abstraction. For example, if the `LookupUser` function
-of your package `pkg` uses Go's `database/sql` package, then it may encounter a
-`sql.ErrNoRows` error. If you return that error with
-`fmt.Errorf("accessing DB: %v", err)`
-then a caller cannot look inside to find the `sql.ErrNoRows`. But if
-the function instead returns `fmt.Errorf("accessing DB: %w", err)`, then a
-caller could reasonably write
-
-	err := pkg.LookupUser(...)
-	if errors.Is(err, sql.ErrNoRows) …
-
-At that point, the function must always return `sql.ErrNoRows` if you don't want
-to break your clients, even if you switch to a different database package. In
-other words, wrapping an error makes that error part of your API. If you don't
-want to commit to supporting that error as part of your API in the future, you
-shouldn't wrap the error.
-
-It’s important to remember that whether you wrap or not, the error text will be
-the same. A _person_ trying to understand the error will have the same information
-either way; the choice to wrap is about whether to give _programs_ additional
-information so they can make more informed decisions, or to withhold that
-information to preserve an abstraction layer.
-
-## Customizing error tests with Is and As methods
-
-The `errors.Is` function examines each error in a chain for a match with a
-target value. By default, an error matches the target if the two are equal. In
-addition, an error in the chain may declare that it matches a target by
-implementing an `Is` _method_.
-
-As an example, consider this error inspired by the
-[Upspin error package](https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html)
-which compares an error against a template, considering only fields which are
-non-zero in the template:
-
-	type Error struct {
-		Path string
-		User string
-	}
-
-	func (e *Error) Is(target error) bool {
-		t, ok := target.(*Error)
-		if !ok {
-			return false
-		}
-		return (e.Path == t.Path || t.Path == "") &&
-			   (e.User == t.User || t.User == "")
-	}
-
-	if errors.Is(err, &Error{User: "someuser"}) {
-		// err's User field is "someuser".
-	}
-
-The `errors.As` function similarly consults an `As` method when present.
-
-## Errors and package APIs
-
-A package which returns errors (and most do) should describe what properties of
-those errors programmers may rely on. A well-designed package will also avoid
-returning errors with properties that should not be relied upon.
-
-The simplest specification is to say that operations either succeed or fail,
-returning a nil or non-nil error value respectively. In many cases, no further
-information is needed.
-
-If we wish a function to return an identifiable error condition, such as "item
-not found," we might return an error wrapping a sentinel.
-
-	var ErrNotFound = errors.New("not found")
-
-	// FetchItem returns the named item.
-	//
-	// If no item with the name exists, FetchItem returns an error
-	// wrapping ErrNotFound.
-	func FetchItem(name string) (*Item, error) {
-		if itemNotFound(name) {
-			return nil, fmt.Errorf("%q: %w", name, ErrNotFound)
-		}
-		// ...
-	}
-
-There are other existing patterns for providing errors which can be semantically
-examined by the caller, such as directly returning a sentinel value, a specific
-type, or a value which can be examined with a predicate function.
-
-In all cases, care should be taken not to expose internal details to the user.
-As we touched on in "Whether to Wrap" above, when you return
-an error from another package you should convert the error to a form that does
-not expose the underlying error, unless you are willing to commit to returning
-that specific error in the future.
-
-	f, err := os.Open(filename)
-	if err != nil {
-		// The *os.PathError returned by os.Open is an internal detail.
-		// To avoid exposing it to the caller, repackage it as a new
-		// error with the same text. We use the %v formatting verb, since
-		// %w would permit the caller to unwrap the original *os.PathError.
-		return fmt.Errorf("%v", err)
-	}
-
-If a function is defined as returning an error wrapping some sentinel or type,
-do not return the underlying error directly.
-
-	var ErrPermission = errors.New("permission denied")
-
-	// DoSomething returns an error wrapping ErrPermission if the user
-	// does not have permission to do something.
-	func DoSomething() error {
-		if !userHasPermission() {
-			// If we return ErrPermission directly, callers might come
-			// to depend on the exact error value, writing code like this:
-			//
-			//     if err := pkg.DoSomething(); err == pkg.ErrPermission { … }
-			//
-			// This will cause problems if we want to add additional
-			// context to the error in the future. To avoid this, we
-			// return an error wrapping the sentinel so that users must
-			// always unwrap it:
-			//
-			//     if err := pkg.DoSomething(); errors.Is(err, pkg.ErrPermission) { ... }
-			return fmt.Errorf("%w", ErrPermission)
-		}
-		// ...
-	}
-
-## Conclusion
-
-Although the changes we’ve discussed amount to just three functions and a
-formatting verb, we hope they will go a long way toward improving how errors are
-handled in Go programs. We expect that wrapping to provide additional context
-will become commonplace, helping programs to make better decisions and helping
-programmers to find bugs more quickly.
-
-As Russ Cox said in his [GopherCon 2019 keynote](https://blog.golang.org/experiment),
-on the path to Go 2 we experiment, simplify and ship. Now that we’ve
-shipped these changes, we look forward to the experiments that will follow.
diff --git a/_content/go1.13.article b/_content/go1.13.article
deleted file mode 100644
index 156a0e9..0000000
--- a/_content/go1.13.article
+++ /dev/null
@@ -1,25 +0,0 @@
-# Go 1.13 is released
-3 Sep 2019
-Summary: Go 1.13 adds module authentication, new number literals, error wrapping, TLS 1.3 on by default, and more.
-
-Andrew Bonventre
-
-##
-
-Today the Go team is very happy to announce the release of Go 1.13. You can get it from the [download page](https://golang.org/dl).
-
-Some of the highlights include:
-
-  - The `go` command now downloads and authenticates modules [using the Go module mirror and Go checksum database by default](https://golang.org/doc/go1.13#introduction)
-  - [Improvements to number literals](https://golang.org/doc/go1.13#language)
-  - [Error wrapping](https://golang.org/doc/go1.13#error_wrapping)
-  - [TLS 1.3 on by default](https://golang.org/doc/go1.13#tls_1_3)
-  - [Improved modules support](https://golang.org/doc/go1.13#modules)
-
-For the complete list of changes and more information about the improvements above, see the [**Go 1.13 release notes**](https://golang.org/doc/go1.13).
-
-We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidates.
-Your contributions and diligence helped to ensure that Go 1.13 is as stable as possible.
-That said, if you notice any problems, please [file an issue](https://golang.org/issue/new).
-
-We hope you enjoy the new release!
diff --git a/_content/go1.14.article b/_content/go1.14.article
deleted file mode 100644
index 9c6cefb..0000000
--- a/_content/go1.14.article
+++ /dev/null
@@ -1,26 +0,0 @@
-# Go 1.14 is released
-25 Feb 2020
-Summary: Go 1.14 adds production-ready module support, faster defers, better goroutine preemption, and more.
-
-Alex Rakoczy
-
-##
-
-Today the Go team is very happy to announce the release of Go 1.14. You can get it from the [download page](https://golang.org/dl).
-
-Some of the highlights include:
-
-  - Module support in the `go` command is now ready for production use. We encourage all users to [migrate to `go` modules for dependency management](https://golang.org/doc/go1.14#introduction).
-  - [Embedding interfaces with overlapping method sets](https://golang.org/doc/go1.14#language)
-  - [Improved defer performance](https://golang.org/doc/go1.14#runtime)
-  - [Goroutines are asynchronously preemptible](https://golang.org/doc/go1.14#runtime)
-  - [The page allocator is more efficient](https://golang.org/doc/go1.14#runtime)
-  - [Internal timers are more efficient](https://golang.org/doc/go1.14#runtime)
-
-For the complete list of changes and more information about the improvements above, see the [**Go 1.14 release notes**](https://golang.org/doc/go1.14).
-
-We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidate.
-Your contributions and diligence helped to ensure that Go 1.14 is as stable as possible.
-That said, if you notice any problems, please [file an issue](https://golang.org/issue/new).
-
-We hope you enjoy the new release!
diff --git a/_content/go1.15-proposals.article b/_content/go1.15-proposals.article
deleted file mode 100644
index 7b1e493..0000000
--- a/_content/go1.15-proposals.article
+++ /dev/null
@@ -1,115 +0,0 @@
-# Proposals for Go 1.15
-28 Jan 2020
-Tags: go1.15, proposals, community, language, vet
-Summary: For Go 1.15, we propose three minor language cleanup changes.
-
-Robert Griesemer, for the Go team
-gri@golang.org
-
-## Status
-
-We are close to the Go 1.14 release, planned for February assuming all goes
-well, with an RC1 candidate almost ready. Per the process outlined in the
-[Go 2, here we come!](https://blog.golang.org/go2-here-we-come) blog post,
-it is again the time in our development and release cycle to consider if and
-what language or library changes we might want to include for our next release,
-Go 1.15, scheduled for August of this year.
-
-The primary goals for Go remain package and version management, better error
-handling support, and generics. Module support is in good shape and getting
-better with each day, and we are also making progress on the generics front
-(more on that later this year). Our attempt seven months ago at providing a
-better error handling mechanism, the
-[`try` proposal](https://golang.org/issue/32437), met good support
-but also strong opposition and we decided to abandon it. In its aftermath there
-were many follow-up proposals, but none of them seemed convincing enough,
-clearly superior to the `try` proposal, or less likely to cause similar
-controversy. Thus, we have not further pursued changes to error handling
-for now. Perhaps some future insight will help us to improve upon the status
-quo.
-
-## Proposals
-
-Given that modules and generics are actively being worked on, and with error
-handling changes out of the way for the time being, what other changes should
-we pursue, if any? There are some perennial favorites such as requests for
-enums and immutable types, but none of those ideas are sufficiently developed
-yet, nor are they urgent enough to warrant a lot of attention by the Go team,
-especially when also considering the cost of making a language change.
-
-After reviewing all potentially viable proposals, and more importantly, because
-we don’t want to incrementally add new features without a long-term plan, we
-concluded that it is better to hold off with major changes this time. Instead
-we concentrate on a couple of new `vet` checks and a minor adjustment to the
-language. We have selected the following three proposals:
-
-[\#32479](https://golang.org/issue/32479).
-Diagnose `string(int)` conversion in `go vet`.
-
-We were planning to get this done for the upcoming Go 1.14 release but we didn’t
-get around to it, so here it is again. The `string(int)` conversion was introduced
-early in Go for convenience, but it is confusing to newcomers (`string(10)` is
-`"\n"` not `"10"`) and not justified anymore now that the conversion is available
-in the `unicode/utf8` package.
-Since [removing this conversion](https://golang.org/issue/3939) is
-not a backwards-compatible change, we propose to start with a `vet` error instead.
-
-[\#4483](https://golang.org/issue/4483).
-Diagnose impossible interface-interface type assertions in `go vet`.
-
-Currently, Go permits any type assertion `x.(T)` (and corresponding type switch case)
-where the type of `x` and `T` are interfaces. Yet, if both `x` and `T` have a method
-with the same name but different signatures it is impossible for any value assigned
-to `x` to also implement `T`; such type assertions will always fail at runtime
-(panic or evaluate to `false`). Since we know this at compile time, the compiler
-might as well report an error. Reporting a compiler error in this case is not a
-backwards-compatible change, thus we also propose to start with a `vet` error
-instead.
-
-[\#28591](https://golang.org/issue/28591).
-Constant-evaluate index and slice expressions with constant strings and indices.
-
-Currently, indexing or slicing a constant string with a constant index, or indices,
-produces a non-constant `byte` or `string` value, respectively. But if all operands
-are constant, the compiler can constant-evaluate such expressions and produce a
-constant (possibly untyped) result. This is a fully backward-compatible change
-and we propose to make the necessary adjustments to the spec and compilers.
-
-(Correction: We found out after posting that this change is not backward-compatible;
-see [comment](https://golang.org/issue/28591#issuecomment-579993684) for details.)
-
-## Timeline
-
-We believe that none of these three proposals are controversial but there’s
-always a chance that we missed something important. For that reason we plan
-to have the proposals implemented at the beginning of the Go 1.15 release cycle
-(at or shortly after the Go 1.14 release) so that there is plenty of time to
-gather experience and provide feedback. Per the
-[proposal evaluation process](https://blog.golang.org/go2-here-we-come),
-the final decision will be made at the end of the development cycle, at the
-beginning of May, 2020.
-
-## And one more thing...
-
-We receive many more language change proposals
-([issues labeled LanguageChange](https://github.com/golang/go/labels/LanguageChange))
-than we can review thoroughly. For instance, just for error handling alone,
-there are 57 issues, of which five are currently still open. Since the cost
-of making a language change, no matter how small, is high and the benefits
-are often unclear, we must err on the side of caution. Consequently, most
-language change proposals get rejected sooner or later, sometimes with minimal
-feedback. This is unsatisfactory for all parties involved. If you have spent a
-lot of time and effort outlining your idea in detail, it would be nice to not
-have it immediately rejected. On the flip side, because the general
-[proposal process](https://github.com/golang/proposal/blob/master/README.md)
-is deliberately simple, it is very easy to create language change proposals
-that are only marginally explored, causing the review committee significant
-amounts of work. To improve this experience for everybody we are adding a new
-[questionnaire](https://github.com/golang/proposal/blob/master/go2-language-changes.md)
-for language changes: filling out that template will help reviewers evaluate
-proposals more efficiently because they don’t need to try to answer those
-questions themselves. And hopefully it will also provide better guidance for
-proposers by setting expectations right from the start. This is an experiment
-that we will refine over time as needed.
-
-Thank you for helping us improve the Go experience!
diff --git a/_content/go1.15.article b/_content/go1.15.article
deleted file mode 100644
index 1f71528..0000000
--- a/_content/go1.15.article
+++ /dev/null
@@ -1,26 +0,0 @@
-# Go 1.15 is released
-11 Aug 2020
-Summary: Go 1.15 adds a new linker, X.509 changes, runtime improvements, compiler improvements, GOPROXY improvements, and more.
-
-Alex Rakoczy
-
-##
-
-Today the Go team is very happy to announce the release of Go 1.15. You can get it from the [download page](https://golang.org/dl).
-
-Some of the highlights include:
-
-  - [Substantial improvements to the Go linker](https://golang.org/doc/go1.15#linker)
-  - [Improved allocation for small objects at high core counts](https://golang.org/doc/go1.15#runtime)
-  - [X.509 CommonName deprecation](https://golang.org/doc/go1.15#commonname)
-  - [GOPROXY supports skipping proxies that return errors](https://golang.org/doc/go1.15#go-command)
-  - [New embedded tzdata package](https://golang.org/doc/go1.15#time/tzdata)
-  - [A number of Core Library improvements](https://golang.org/doc/go1.15#library)
-
-For the complete list of changes and more information about the improvements above, see the [**Go 1.15 release notes**](https://golang.org/doc/go1.15).
-
-We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidates.
-Your contributions and diligence helped to ensure that Go 1.15 is as stable as possible.
-That said, if you notice any problems, please [file an issue](https://golang.org/issue/new).
-
-We hope you enjoy the new release!
diff --git a/_content/go1.16.article b/_content/go1.16.article
deleted file mode 100644
index d7b5323..0000000
--- a/_content/go1.16.article
+++ /dev/null
@@ -1,50 +0,0 @@
-# Go 1.16 is released
-16 Feb 2021
-Summary: Go 1.16 adds embedded files, Apple silicon support, and more.
-
-Matt Pearring
-
-Dmitri Shuralyov
-
-##
-
-Today the Go team is very happy to announce the release of Go 1.16.
-You can get it from the [download page](https://golang.org/dl/).
-
-The new
-[embed package](https://golang.org/doc/go1.16#library-embed)
-provides access to files embedded at compile time using the new `//go:embed` directive.
-Now it is easy to bundle supporting data files into your Go programs,
-making developing with Go even smoother.
-You can get started using the
-[embed package documentation](https://pkg.go.dev/embed).
-Carl Johnson has also written a nice tutorial,
-“[How to use Go embed](https://blog.carlmjohnson.net/post/2021/how-to-use-go-embed/)”.
-
-Go 1.16 also adds
-[macOS ARM64 support](https://golang.org/doc/go1.16#darwin)
-(also known as Apple silicon).
-Since Apple’s announcement of their new arm64 architecture, we have been working closely with them to ensure Go is fully supported; see our blog post
-“[Go on ARM and Beyond](https://blog.golang.org/ports)”
-for more.
-
-Note that Go 1.16
-[requires use of Go modules by default](https://golang.org/doc/go1.16#modules),
-now that, according to our 2020 Go Developer Survey,
-96% of Go developers have made the switch.
-We recently added official documentation for [developing and publishing modules](https://golang.org/doc/modules/developing).
-
-Finally, there are many other improvements and bug fixes,
-including builds that are up to 25% faster and use as much as 15% less memory.
-For the complete list of changes and more information about the improvements above,
-see the
-[Go 1.16 release notes](https://golang.org/doc/go1.16).
-
-We want to thank everyone who contributed to this release by writing code
-filing bugs, providing feedback, and testing the beta and release candidate.
-
-Your contributions and diligence helped to ensure that Go 1.16 is as stable as possible.
-That said, if you notice any problems, please
-[file an issue](https://golang.org/issue/new).
-
-We hope you enjoy the new release!
diff --git a/_content/go1.3.article b/_content/go1.3.article
deleted file mode 100644
index 9fb837a..0000000
--- a/_content/go1.3.article
+++ /dev/null
@@ -1,58 +0,0 @@
-# Go 1.3 is released
-18 Jun 2014
-Summary: Go 1.3 adds better performance, static analysis in godoc, and more.
-
-Andrew Gerrand
-
-##
-
-Today we are happy to announce the release of [Go 1.3](https://golang.org/doc/go1.3).
-This release comes six months after our last major release and provides better
-performance, improved tools, support for running Go in new environments, and more.
-All Go users should upgrade to Go 1.3.
-You can grab the release from our [downloads page](https://golang.org/dl/) and
-find the full list of improvements and fixes in the
-[release notes](https://golang.org/doc/go1.3).
-What follows are some highlights.
-
-[Godoc](https://godoc.org/code.google.com/p/go.tools/cmd/godoc),
-the Go documentation server, now performs static analysis.
-When enabled with the -analysis flag, analysis results are presented
-in both the source and package documentation views, making it easier
-than ever to navigate and understand Go programs.
-See [the documentation](https://golang.org/lib/godoc/analysis/help.html) for the details.
-
-The gc toolchain now supports the Native Client (NaCl) execution sandbox on the
-32- and 64-bit Intel architectures.
-This permits the safe execution of untrusted code, useful in environments such as the
-[Playground](https://blog.golang.org/playground).
-To set up NaCl on your system see the [NativeClient wiki page](https://golang.org/wiki/NativeClient).
-
-Also included in this release is experimental support for the DragonFly BSD,
-Plan 9, and Solaris operating systems. To use Go on these systems you must
-[install from source](https://golang.org/doc/install/source).
-
-Changes to the runtime have improved the
-[performance](https://golang.org/doc/go1.3#performance) of Go binaries,
-with an improved garbage collector, a new
-["contiguous" goroutine stack management strategy](https://golang.org/s/contigstacks),
-a faster race detector, and improvements to the regular expression engine.
-
-As part of the general [overhaul](https://golang.org/s/go13linker) of the Go
-linker, the compilers and linkers have been refactored. The instruction
-selection phase that was part of the linker has been moved to the compiler.
-This can speed up incremental builds for large projects.
-
-The [garbage collector](https://golang.org/doc/go1.3#garbage_collector) is now
-precise when examining stacks (collection of the heap has been precise since Go
-1.1), meaning that a non-pointer value such as an integer will never be
-mistaken for a pointer and prevent unused memory from being reclaimed. This
-change affects code that uses package unsafe; if you have unsafe code you
-should read the [release notes](https://golang.org/doc/go1.3#garbage_collector)
-carefully to see if your code needs updating.
-
-We would like to thank the many people who contributed to this release;
-it would not have been possible without your help.
-
-So, what are you waiting for?
-Head on over to the [downloads page](https://golang.org/dl/) and start hacking.
diff --git a/_content/go1.4.article b/_content/go1.4.article
deleted file mode 100644
index 85b4c0f..0000000
--- a/_content/go1.4.article
+++ /dev/null
@@ -1,65 +0,0 @@
-# Go 1.4 is released
-10 Dec 2014
-Summary: Go 1.4 adds support for Android, go generate, optimizations, and more.
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-Today we announce Go 1.4, the fifth major stable release of Go, arriving six
-months after our previous major release [Go 1.3](https://blog.golang.org/go1.3).
-It contains a small language change, support for more operating systems
-and processor architectures, and improvements to the tool chain and libraries.
-As always, Go 1.4 keeps the promise of compatibility, and almost everything
-will continue to compile and run without change when moved to 1.4.
-For the full details, see the [Go 1.4 release notes](https://golang.org/doc/go1.4).
-
-The most notable new feature in this release is official support for Android.
-Using the support in the core and the libraries in the
-[golang.org/x/mobile](https://godoc.org/golang.org/x/mobile) repository,
-it is now possible to write simple Android apps using only Go code.
-At this stage, the support libraries are still nascent and under heavy development.
-Early adopters should expect a bumpy ride, but we welcome the community to get involved.
-
-The language change is a tweak to the syntax of for-range loops.
-You may now write "for range s {" to loop over each item from s,
-without having to assign the value, loop index, or map key.
-See the [release notes](https://golang.org/doc/go1.4#forrange) for details.
-
-The go command has a new subcommand, go generate, to automate the running of
-tools to generate source code before compilation.
-For example, it can be used to automate the generation of String methods for
-typed constants using the
-[new stringer tool](https://godoc.org/golang.org/x/tools/cmd/stringer/).
-For more information, see the [design document](https://golang.org/s/go1.4-generate).
-
-Most programs will run about the same speed or slightly faster in 1.4 than in
-1.3; some will be slightly slower.
-There are many changes, making it hard to be precise about what to expect.
-See the [release notes](https://golang.org/doc/go1.4#performance) for more discussion.
-
-And, of course, there are many more improvements and bug fixes.
-
-In case you missed it, a few weeks ago the sub-repositories were moved to new locations.
-For example, the go.tools packages are now imported from "golang.org/x/tools".
-See the [announcement post](https://groups.google.com/d/msg/golang-announce/eD8dh3T9yyA/HDOEU_ZSmvAJ) for details.
-
-This release also coincides with the project's move from Mercurial to Git (for
-source control), Rietveld to Gerrit (for code review), and Google Code to
-Github (for issue tracking and wiki).
-The move affects the core Go repository and its sub-repositories.
-You can find the canonical Git repositories at
-[go.googlesource.com](https://go.googlesource.com),
-and the issue tracker and wiki at the
-[golang/go GitHub repo](https://github.com/golang/go).
-
-While development has already moved over to the new infrastructure,
-for the 1.4 release we still recommend that users who
-[install from source](https://golang.org/doc/install/source)
-use the Mercurial repositories.
-
-For App Engine users, Go 1.4 is now available for beta testing.
-See [the announcement](https://groups.google.com/d/msg/google-appengine-go/ndtQokV3oFo/25wV1W9JtywJ) for details.
-
-From all of us on the Go team, please enjoy Go 1.4, and have a happy holiday season.
diff --git a/_content/go1.5.article b/_content/go1.5.article
deleted file mode 100644
index 348eea8..0000000
--- a/_content/go1.5.article
+++ /dev/null
@@ -1,78 +0,0 @@
-# Go 1.5 is released
-19 Aug 2015
-Summary: Go 1.5 adds a new, much faster garbage collector, more parallelism by default, go tool trace, and more.
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-Today the Go project is proud to release Go 1.5,
-the sixth major stable release of Go.
-
-This release includes significant changes to the implementation.
-The compiler tool chain was [translated from C to Go](https://golang.org/doc/go1.5#c),
-removing the last vestiges of C code from the Go code base.
-The garbage collector was [completely redesigned](https://golang.org/doc/go1.5#gc),
-yielding a [dramatic reduction](https://talks.golang.org/2015/go-gc.pdf)
-in garbage collection pause times.
-Related improvements to the scheduler allowed us to change the default
-[GOMAXPROCS](https://golang.org/pkg/runtime/#GOMAXPROCS) value
-(the number of concurrently executing goroutines)
-from 1 to the number of logical CPUs.
-Changes to the linker enable distributing Go packages as shared libraries to
-link into Go programs, and building Go packages into archives or shared
-libraries that may be linked into or loaded by C programs
-([design doc](https://golang.org/s/execmodes)).
-
-The release also includes [improvements to the developer tools](https://golang.org/doc/go1.5#go_command).
-Support for ["internal" packages](https://golang.org/s/go14internal)
-permits sharing implementation details between packages.
-[Experimental support](https://golang.org/s/go15vendor) for "vendoring"
-external dependencies is a step toward a standard mechanism for managing
-dependencies in Go programs.
-The new "[go tool trace](https://golang.org/cmd/trace/)" command enables the
-visualisation of  program traces generated by new tracing infrastructure in the
-runtime.
-The new "[go doc](https://golang.org/cmd/go/#hdr-Show_documentation_for_package_or_symbol)"
-command provides an improved command-line interface for viewing Go package documentation.
-
-There are also several [new operating system and architecture ports](https://golang.org/doc/go1.5#ports).
-The more mature new ports are darwin/arm,
-darwin/arm64 (Apple's iPhone and iPad devices),
-and linux/arm64.
-There is also experimental support for ppc64 and ppc64le
-(IBM 64-bit PowerPC, big and little endian).
-
-The new darwin/arm64 port and external linking features fuel the
-[Go mobile project](https://godoc.org/golang.org/x/mobile), an experiment to
-see how Go might be used for building apps on Android and iOS devices.
-(The Go mobile work itself is not part of this release.)
-
-The only language change is very minor,
-[the lifting of a restriction in the map literal syntax](https://golang.org/doc/go1.5#language)
-to make them more succinct and consistent with slice literals.
-
-The standard library saw many additions and improvements, too.
-The flag package now shows [cleaner usage messages](https://golang.org/doc/go1.5#flag).
-The math/big package now provides a [Float](https://golang.org/pkg/math/big/#Float)
-type for computing with arbitrary-precision floating point numbers.
-An [improvement](https://golang.org/doc/go1.5#net) to the DNS resolver on
-Linux and BSD systems has removed the cgo requirement for programs that do name
-lookups.
-The [go/types](https://golang.org/pkg/go/types/) package has been
-[moved](https://golang.org/doc/go1.5#go_types) to the standard library from
-the [golang.org/x/tools](https://godoc.org/golang.org/x/tools) repository.
-(The new [go/constant](https://golang.org/pkg/go/constant/) and
-[go/importer](https://golang.org/pkg/go/importer/) packages are also a result
-of this move.)
-The reflect package has added the
-[ArrayOf](https://golang.org/pkg/reflect/#ArrayOf) and
-[FuncOf](https://golang.org/pkg/reflect/#FuncOf) functions, analogous to the
-existing [SliceOf](https://golang.org/pkg/reflect/#SliceOf) function.
-And, of course, there is the usual
-[list of smaller fixes and improvements](https://golang.org/doc/go1.5#minor_library_changes).
-
-For the full story, see the [detailed release notes](https://golang.org/doc/go1.5).
-Or if you just can't wait to get started,
-head over to the [downloads page](https://golang.org/dl/) to get Go 1.5 now.
diff --git a/_content/go1.6.article b/_content/go1.6.article
deleted file mode 100644
index 6c5afeb..0000000
--- a/_content/go1.6.article
+++ /dev/null
@@ -1,92 +0,0 @@
-# Go 1.6 is released
-17 Feb 2016
-Summary: Go 1.6 adds HTTP/2, template blocks, and more.
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-Today we release [Go version 1.6](https://golang.org/doc/go1.6),
-the seventh major stable release of Go.
-You can grab it right now from the [download page](https://golang.org/dl/).
-Although [the release of Go 1.5](https://blog.golang.org/go1.5) six months ago
-contained dramatic implementation changes,
-this release is more incremental.
-
-The most significant change is support for [HTTP/2](https://http2.github.io/)
-in the [net/http package](https://golang.org/pkg/net/http/).
-HTTP/2 is a new protocol, a follow-on to HTTP that has already seen
-widespread adoption by browser vendors and major websites.
-In Go 1.6, support for HTTP/2 is [enabled by default](https://golang.org/doc/go1.6#http2)
-for both servers and clients when using HTTPS,
-bringing [the benefits](https://http2.github.io/faq/) of the new protocol
-to a wide range of Go projects,
-such as the popular [Caddy web server](https://caddyserver.com/download).
-
-The template packages have learned some new tricks,
-with support for [trimming spaces around template actions](https://golang.org/pkg/text/template/#hdr-Text_and_spaces)
-to produce cleaner template output,
-and the introduction of the [`{{block}}` action](https://golang.org/pkg/text/template/#hdr-Actions)
-that can be used to create templates that build on other templates.
-A [new template example program](https://github.com/golang/example/tree/master#template-godoc) demonstrates these new features.
-
-Go 1.5 introduced [experimental support](https://golang.org/s/go15vendor)
-for a “vendor” directory that was enabled by an environment variable.
-In Go 1.6, the feature is now [enabled by default](https://golang.org/doc/go1.6#go_command).
-Source trees that contain a directory named “vendor” that is not used in accordance with the new feature
-will require changes to avoid broken builds (the simplest fix is to rename the directory).
-
-The runtime has added lightweight, best-effort detection of concurrent misuse of maps.
-As always, if one goroutine is writing to a map, no other goroutine should be reading or writing the map concurrently.
-If the runtime detects this condition, it prints a diagnosis and crashes the program.
-The best way to find out more about the problem is to run it under the
-[race detector](https://blog.golang.org/race-detector),
-which will more reliably identify the race and give more detail.
-
-The runtime has also changed how it prints program-ending panics.
-It now prints only the stack of the panicking goroutine, rather than all existing goroutines.
-This behavior can be configured using the
-[GOTRACEBACK](https://golang.org/pkg/runtime/#hdr-Environment_Variables) environment variable
-or by calling the [debug.SetTraceback](https://golang.org/pkg/runtime/debug/#SetTraceback) function.
-
-Users of cgo should be aware of major changes to the rules for sharing pointers between Go and C code.
-The rules are designed to ensure that such C code can coexist with Go's garbage collector
-and are checked during program execution, so code may require changes to avoid crashes.
-See the [release notes](https://golang.org/doc/go1.6#cgo) and
-[cgo documentation](https://golang.org/cmd/cgo/#hdr-Passing_pointers) for the details.
-
-The compiler, linker, and go command have a new `-msan` flag
-analogous to `-race` and only available on linux/amd64,
-that enables interoperation with the
-[Clang MemorySanitizer](http://clang.llvm.org/docs/MemorySanitizer.html).
-This is useful for testing a program containing suspect C or C++ code.
-You might like to try it while testing your cgo code with the new pointer rules.
-
-Performance of Go programs built with Go 1.6 remains similar to those built with Go 1.5.
-Garbage-collection pauses are even lower than with Go 1.5,
-but this is particularly noticeable for programs using large amounts of memory.
-With regard to the performance of the compiler tool chain,
-build times should be similar to those of Go 1.5.
-
-The algorithm inside [sort.Sort](https://golang.org/pkg/sort/#Sort)
-was improved to run about 10% faster,
-but the change may break programs that expect a specific ordering
-of equal but distinguishable elements.
-Such programs should refine their `Less` methods to indicate the desired ordering
-or use [sort.Stable](https://golang.org/pkg/sort/#Stable)
-to preserve the input order for equal values.
-
-And, of course, there are many more additions, improvements, and fixes.
-You can find them all in the comprehensive [release notes](https://golang.org/doc/go1.6).
-
-To celebrate the release,
-[Go User Groups around the world](https://github.com/golang/go/wiki/Go-1.6-release-party)
-are holding release parties on the 17th of February.
-Online, the Go contributors are hosting a question and answer session
-on the [golang subreddit](https://reddit.com/r/golang) for the next 24 hours.
-If you have questions about the project, the release, or just Go in general,
-then please [join the discussion](https://www.reddit.com/r/golang/comments/46bd5h/ama_we_are_the_go_contributors_ask_us_anything/).
-
-Thanks to everyone that contributed to the release.
-Happy hacking.
diff --git a/_content/go1.7-binary-size.article b/_content/go1.7-binary-size.article
deleted file mode 100644
index b920d86..0000000
--- a/_content/go1.7-binary-size.article
+++ /dev/null
@@ -1,124 +0,0 @@
-# Smaller Go 1.7 binaries
-18 Aug 2016
-Summary: Go 1.7 includes some binary size reductions important for small devices.
-
-David Crawshaw
-crawshaw@golang.org
-
-## Introduction
-
-Go was designed for writing servers.
-That is how it is most widely used today, and as a result a lot of
-work on the runtime and compiler is focused on issues that matter to
-servers: latency, ease of deployment, precise garbage collection,
-fast startup time, performance.
-
-As Go gets used for a wider variety of programs, there are new issues that must be considered.
-One of these is binary size.
-It has been on the radar for a long time
-(issue [\#6853](https://golang.org/issue/6853) was filed over two
-years ago), but the growing interest in using Go for
-deploying binaries on smaller devices — such as the Raspberry Pi or
-mobile devices — means it received some attention for the Go 1.7
-release.
-
-## Work done in Go 1.7
-
-Three significant changes in Go 1.7 affect binary size.
-
-The first is the new SSA backend that was enabled for AMD64 in this release.
-While the primary motivation for SSA was improved performance, the
-better generated code is also smaller.
-The SSA backend shrinks Go binaries by ~5%.
-We expect larger gains for the more RISC-like architectures
-like ARM and MIPS when those backends have been converted to SSA in Go 1.8.
-
-The second change is method pruning.
-Until 1.6, all methods on all used types were kept, even if some of
-the methods were never called.
-This is because they might be called through an interface, or called
-dynamically using the reflect package.
-Now the compiler discards any unexported methods that do not match an
-interface.
-Similarly the linker can discard other exported methods, those that are only
-accessible through reflection, if the corresponding
-[reflection features](https://golang.org/pkg/reflect/#Value.Call)
-are not used anywhere in the program.
-That change shrinks binaries by 5–20%.
-
-The third change is a more compact format for run-time type
-information used by the reflect package.
-The encoding format was originally designed to make the decoder in
-the runtime and reflect packages as simple as possible. By making this
-code a bit harder to read we can compress the format without affecting
-the run-time performance of Go programs.
-The new format shrinks Go binaries by a further 5–15%.
-Libraries built for Android and archives built for iOS shrink further
-as the new format contains fewer pointers, each of which requires
-dynamic relocations in position independent code.
-
-In addition, there were many small improvements such as improved
-interface data layout, better static data layout, and simplified
-dependencies. For example, the HTTP client no longer links in the entire HTTP
-server.
-The full list of changes can be found in issue
-[\#6853](https://golang.org/issue/6853).
-
-## Results
-
-Typical programs, ranging from tiny toys to large production programs,
-are about 30% smaller when built with Go 1.7.
-
-The canonical hello world program goes from 2.3MB to 1.6MB:
-
-	package main
-
-	import "fmt"
-
-	func main() {
-		fmt.Println("Hello, World!")
-	}
-
-When compiled without debugging information the statically
-linked binary is now under a megabyte.
-
-.image go1.7-binary-size/graph.png
-
-A large production program used for testing this cycle, `jujud`, went from 94MB
-to 67MB.
-
-Position-independent binaries are 50% smaller.
-
-In a position-independent executable (PIE), a pointer in a read-only
-data section requires a dynamic relocation.
-Because the new format for type information replaces pointers by
-section offsets, it saves 28 bytes per pointer.
-
-Position-independent executables with debugging information removed
-are particularly important to mobile developers, as this is the kind
-of program shipped to phones.
-Big downloads make for a poor user experience, so the reduction here
-is good news.
-
-## Future Work
-
-Several changes to the run-time type information were too late for the
-Go 1.7 freeze, but will hopefully make it into 1.8, further shrinking
-programs, especially position-independent ones.
-
-These changes are all conservative, reducing binary size without increasing
-build time, startup time, overall execution time, or memory usage.
-We could take more radical steps to reduce binary size: the
-[upx](http://upx.sourceforge.net/) tool for compressing executables
-shrinks binaries by another 50% at the cost of increased startup time
-and potentially increased memory use.
-For extremely small systems (the kind that might live on a keychain)
-we could build a version of Go without reflection, though it is
-unclear whether such a restricted language would be sufficiently
-useful.
-For some algorithms in the runtime we could use slower but more
-compact implementations when every kilobyte counts.
-All of these call for more research in later development cycles.
-
-To the many contributors who helped make Go 1.7 binaries smaller,
-thank you!
diff --git a/_content/go1.7-binary-size/graph.png b/_content/go1.7-binary-size/graph.png
deleted file mode 100644
index 82af84b..0000000
--- a/_content/go1.7-binary-size/graph.png
+++ /dev/null
Binary files differ
diff --git a/_content/go1.7.article b/_content/go1.7.article
deleted file mode 100644
index f9ddae0..0000000
--- a/_content/go1.7.article
+++ /dev/null
@@ -1,64 +0,0 @@
-# Go 1.7 is released
-15 Aug 2016
-Summary: Go 1.7 adds faster x86 compiled code, context in the standard library, and more.
-
-Chris Broadfoot
-cbro@golang.org
-
-##
-
-Today we are happy to announce the release of Go 1.7.
-You can get it from the [download page](https://golang.org/dl/).
-There are several significant changes in this release: a port for
-[Linux on IBM z Systems](https://en.wikipedia.org/wiki/IBM_System_z) (s390x),
-compiler improvements, the addition of the [context](https://golang.org/pkg/context/) package,
-and support for [hierarchical tests and benchmarks](https://golang.org/pkg/testing/#hdr-Subtests_and_Sub_benchmarks).
-
-A new compiler back end, based on [static single-assignment](https://en.wikipedia.org/wiki/Static_single_assignment_form) form (SSA),
-has been under development for the past year.
-By representing a program in SSA form, a compiler may perform advanced optimizations more easily.
-This new back end generates more compact, more efficient code that includes
-optimizations like
-[bounds check elimination](https://en.wikipedia.org/wiki/Bounds-checking_elimination) and
-[common subexpression elimination](https://en.wikipedia.org/wiki/Common_subexpression_elimination).
-We observed a 5–35% speedup across our [benchmarks](https://golang.org/test/bench/go1/).
-For now, the new backend is only available for the 64-bit x86 platform ("amd64"),
-but we’re planning to convert more architecture backends to SSA in future releases.
-
-The compiler front end uses a new, more compact export data format, and
-processes import declarations more efficiently.
-While these [changes across the compiler toolchain](https://golang.org/doc/go1.7#compiler) are mostly invisible,
-users have [observed](http://dave.cheney.net/2016/04/02/go-1-7-toolchain-improvements)
-a significant speedup in compile time and a reduction in binary size by as much as 20–30%.
-
-Programs should run a bit faster due to speedups in the garbage collector and optimizations in the standard library.
-Programs with many idle goroutines will experience much shorter garbage collection pauses than in Go 1.6.
-
-Over the past few years, the [golang.org/x/net/context](https://godoc.org/golang.org/x/net/context/)
-package has proven to be essential to many Go applications.
-Contexts are used to great effect in applications related to networking, infrastructure, and microservices
-(such as [Kubernetes](http://kubernetes.io/) and [Docker](https://www.docker.com/)).
-They make it easy to enable cancelation, timeouts, and passing request-scoped data.
-To make use of contexts within the standard library and to encourage more extensive use,
-the package has been moved from the [x/net](https://godoc.org/golang.org/x/net/context/) repository
-to the standard library as the [context](https://golang.org/pkg/context/) package.
-Support for contexts has been added to the
-[net](https://golang.org/pkg/net/),
-[net/http](https://golang.org/pkg/net/http/), and
-[os/exec](https://golang.org/pkg/os/exec/) packages.
-For more information about contexts, see the [package documentation](https://golang.org/pkg/context)
-and the Go blog post [_Go Concurrency Patterns: Context_](https://blog.golang.org/context).
-
-Go 1.5 introduced experimental support for a ["vendor" directory](https://golang.org/cmd/go/#hdr-Vendor_Directories),
-enabled by the `GO15VENDOREXPERIMENT` environment variable.
-Go 1.6 enabled this behavior by default, and in Go 1.7, this switch has been removed and the "vendor" behavior is always enabled.
-
-Go 1.7 includes many more additions, improvements, and fixes.
-Find the complete set of changes, and details of the points above, in the
-[Go 1.7 release notes](https://golang.org/doc/go1.7.html).
-
-Finally, the Go team would like thank everyone who contributed to the release.
-170 people contributed to this release, including 140 from the Go community.
-These contributions ranged from changes to the compiler and linker, to the standard library, to documentation, and code reviews.
-We welcome contributions; if you'd like to get involved, check out the
-[contribution guidelines](https://golang.org/doc/contribute.html).
diff --git a/_content/go1.8.article b/_content/go1.8.article
deleted file mode 100644
index c6e5451..0000000
--- a/_content/go1.8.article
+++ /dev/null
@@ -1,49 +0,0 @@
-# Go 1.8 is released
-16 Feb 2017
-Summary: Go 1.8 adds faster non-x86 compiled code, sub-millisecond garbage collection pauses, HTTP/2 push, and more.
-
-Chris Broadfoot
-cbro@golang.org
-
-##
-
-Today the Go team is happy to announce the release of Go 1.8.
-You can get it from the [download page](https://golang.org/dl/).
-There are significant performance improvements and changes across the standard library.
-
-The compiler back end introduced in [Go 1.7](https://blog.golang.org/go1.7) for 64-bit x86 is now used
-on all architectures, and those architectures should see significant [performance improvements](https://golang.org/doc/go1.8#compiler).
-For instance, the CPU time required by our benchmark programs was reduced by 20-30% on 32-bit ARM systems.
-There are also some modest performance improvements in this release for 64-bit x86 systems.
-The compiler and linker have been made faster.
-Compile times should be improved by about 15% over Go 1.7.
-There is still more work to be done in this area: expect faster compilation speeds in future releases.
-
-Garbage collection pauses should be [significantly shorter](https://golang.org/doc/go1.8#gc),
-usually under 100 microseconds and often as low as 10 microseconds.
-
-The HTTP server adds support for [HTTP/2 Push](https://golang.org/doc/go1.8#h2push),
-allowing servers to preemptively send responses to a client.
-This is useful for minimizing network latency by eliminating roundtrips.
-The HTTP server also adds support for [graceful shutdown](https://golang.org/doc/go1.8#http_shutdown),
-allowing servers to minimize downtime by shutting down only after serving all requests that are in flight.
-
-[Contexts](https://golang.org/pkg/context/) (added to the standard library in Go 1.7)
-provide a cancelation and timeout mechanism.
-Go 1.8 [adds](https://golang.org/doc/go1.8#more_context) support for contexts in more parts of the standard library,
-including the [`database/sql`](https://golang.org/pkg/database/sql) and [`net`](https://golang.org/pkg/net) packages
-and [`Server.Shutdown`](http://beta.golang.org/pkg/net/http/#Server.Shutdown) in the `net/http` package.
-
-It's now much simpler to sort slices using the newly added [`Slice`](https://golang.org/pkg/sort/#Slice)
-function in the `sort` package. For example, to sort a slice of structs by their `Name` field:
-
-	sort.Slice(s, func(i, j int) bool { return s[i].Name < s[j].Name })
-
-Go 1.8 includes many more additions, improvements, and fixes.
-Find the complete set of changes, and more information about the improvements listed above, in the
-[Go 1.8 release notes](https://golang.org/doc/go1.8.html).
-
-To celebrate the release, Go User Groups around the world are holding [release parties](https://github.com/golang/go/wiki/Go-1.8-release-party) this week.
-Release parties have become a tradition in the Go community, so if you missed out this time, keep an eye out when 1.9 nears.
-
-Thank you to over 200 contributors who helped with this release.
diff --git a/_content/go1.9.article b/_content/go1.9.article
deleted file mode 100644
index 4ee94cc..0000000
--- a/_content/go1.9.article
+++ /dev/null
@@ -1,69 +0,0 @@
-# Go 1.9 is released
-24 Aug 2017
-Summary: Go 1.9 adds type aliases, bit intrinsics, optimizations, and more.
-
-Francesc Campoy
-campoy@golang.org
-
-##
-
-Today the Go team is happy to announce the release of Go 1.9.
-You can get it from the [download page](https://golang.org/dl/).
-There are many changes to the language, standard library, runtime, and tooling.
-This post covers the most significant visible ones.
-Most of the engineering effort put into this release went to improvements of the runtime and tooling,
-which makes for a less exciting announcement, but nonetheless a great release.
-
-The most important change to the language is the introduction of type aliases: a feature
-created to support gradual code repair. A type alias declaration has the form:
-
-	type T1 = T2
-
-This declaration introduces an alias name `T1` for the type `T2`, in the same way that `byte` has
-always been an alias for `uint8`.
-The [type alias design document](https://golang.org/design/18130-type-alias) and
-[an article on refactoring](https://talks.golang.org/2016/refactor.article) cover this addition in more detail.
-
-The new [math/bits](https://golang.org/pkg/math/bits) package provides bit counting and manipulation functions
-for unsigned integers, implemented by special CPU instructions when possible.
-For example, on x86-64 systems, `bits.TrailingZeros(x)` uses the
-[BSF](https://pdos.csail.mit.edu/6.828/2010/readings/i386/BSF.htm) instruction.
-
-The `sync` package has added a new [Map](https://golang.org/pkg/sync#Map) type, safe for concurrent access.
-You can read more about it from its documentation and learn more about why it was created from this
-[GopherCon 2017 lightning talk](https://www.youtube.com/watch?v=C1EtfDnsdDs)
-([slides](https://github.com/gophercon/2017-talks/blob/master/lightningtalks/BryanCMills-AnOverviewOfSyncMap/An%20Overview%20of%20sync.Map.pdf)).
-It is not a general replacement for Go's map type; please see the documentation to learn when it should be used.
-
-The `testing` package also has an addition. The new `Helper` method, added to both
-[testing.T](https://golang.org/pkg/testing#T.Helper) and [testing.B](https://golang.org/pkg/testing#B.Helper),
-marks the calling function as a test helper function.
-When the testing package prints file and line information, it shows the location of the call to a helper function
-instead of a line in the helper function itself.
-
-For example, consider this test:
-
-.code go1.9/helper_test.go /package p/,
-
-Because `failure` identifies itself as a test helper, the error message printed during `Test` will indicate line 11,
-where `failure` is called, instead of line 7, where `failure` calls `t.Fatal`.
-
-The `time` package now transparently tracks monotonic time in each `Time` value,
-making computing durations between two `Time` values a safe operation in the presence of wall clock adjustments.
-For example, this code now computes the right elapsed time even across a leap second clock reset:
-
-	start := time.Now()
-	f()
-	elapsed := time.Since(start)
-
-See the [package docs](http://beta.golang.org/pkg/time/#hdr-Monotonic_Clocks) and
-[design document](https://github.com/golang/proposal/blob/master/design/12914-monotonic.md) for details.
-
-Finally, as part of the efforts to make the Go compiler faster, Go 1.9 compiles functions in a package concurrently.
-
-Go 1.9 includes many more additions, improvements, and fixes. Find the complete set of changes,
-and more information about the improvements listed above, in the
-[Go 1.9 release notes](https://golang.org/doc/go1.9).
-
-To celebrate the release, Go User Groups around the world are holding
-[release parties](https://github.com/golang/cowg/blob/master/events/2017-08-go1.9-release-party.md).
diff --git a/_content/go1.9/helper_test.go b/_content/go1.9/helper_test.go
deleted file mode 100644
index bb17004..0000000
--- a/_content/go1.9/helper_test.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2017 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build OMIT
-
-package p
-
-import "testing"
-
-func failure(t *testing.T) {
-	t.Helper() // This call silences this function in error reports.
-	t.Fatal("failure")
-}
-
-func Test(t *testing.T) {
-	failure(t)
-}
diff --git a/_content/go1.article b/_content/go1.article
deleted file mode 100644
index be06ceb..0000000
--- a/_content/go1.article
+++ /dev/null
@@ -1,75 +0,0 @@
-# Go version 1 is released
-28 Mar 2012
-Tags: release, go1
-Summary: A major milestone: announcing Go 1, the first stable version of Go.
-
-Andrew Gerrand
-
-##
-
-.image go1/gophermega.jpg
-
-Today marks a major milestone in the development of the Go programming language.
-We're announcing Go version 1, or Go 1 for short,
-which defines a language and a set of core libraries to provide a stable
-foundation for creating reliable products,
-projects, and publications.
-
-Go 1 is the first release of Go that is available in supported binary distributions.
-They are available for Linux, FreeBSD, Mac OS X and,
-we are thrilled to announce, Windows.
-
-The driving motivation for Go 1 is stability for its users.
-People who write Go 1 programs can be confident that those programs will
-continue to compile and run without change,
-in many environments, on a time scale of years.
-Similarly, authors who write books about Go 1 can be sure that their examples
-and explanations will be helpful to readers today and into the future.
-
-Forward compatibility is part of stability.
-Code that compiles in Go 1 should, with few exceptions,
-continue to compile and run throughout the lifetime of that version,
-even as we issue updates and bug fixes such as Go version 1.1, 1.2, and so on.
-The [Go 1 compatibility document](https://golang.org/doc/go1compat.html)
-explains the compatibility guidelines in more detail.
-
-Go 1 is a representation of Go as it is used today,
-not a major redesign.
-In its planning, we focused on cleaning up problems and inconsistencies
-and improving portability.
-There had long been many changes to Go that we had designed and prototyped
-but not released because they were backwards-incompatible.
-Go 1 incorporates these changes, which provide significant improvements
-to the language and libraries but sometimes introduce incompatibilities for old programs.
-Fortunately, the [go fix](https://golang.org/cmd/go/#Run_go_tool_fix_on_packages)
-tool can automate much of the work needed to bring programs up to the Go 1 standard.
-
-Go 1 introduces changes to the language (such as new types for [Unicode characters](https://golang.org/doc/go1.html#rune)
-and [errors](https://golang.org/doc/go1.html#errors)) and the standard
-library (such as the new [time package](https://golang.org/doc/go1.html#time)
-and renamings in the [strconv package](https://golang.org/doc/go1.html#strconv)).
-Also, the package hierarchy has been rearranged to group related items together,
-such as moving the networking facilities,
-for instance the [rpc package](https://golang.org/pkg/net/rpc/),
-into subdirectories of net.
-A complete list of changes is documented in the [Go 1 release notes](https://golang.org/doc/go1.html).
-That document is an essential reference for programmers migrating code from
-earlier versions of Go.
-
-We also restructured the Go tool suite around the new [go command](https://golang.org/doc/go1.html#cmd_go),
-a program for fetching, building, installing and maintaining Go code.
-The go command eliminates the need for Makefiles to write Go code because
-it uses the Go program source itself to derive the build instructions.
-No more build scripts!
-
-Finally, the release of Go 1 triggers a new release of the [Google App Engine SDK](https://developers.google.com/appengine/docs/go).
-A similar process of revision and stabilization has been applied to the
-App Engine libraries,
-providing a base for developers to build programs for App Engine that will run for years.
-
-Go 1 is the result of a major effort by the core Go team and our many contributors
-from the open source community.
-We thank everyone who helped make this happen.
-
-There has never been a better time to be a Go programmer.
-Everything you need to get started is at [golang.org](https://golang.org/).
diff --git a/_content/go1/gophermega.jpg b/_content/go1/gophermega.jpg
deleted file mode 100644
index 7f07bbd..0000000
--- a/_content/go1/gophermega.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/go116-module-changes.article b/_content/go116-module-changes.article
deleted file mode 100644
index bb3bff9..0000000
--- a/_content/go116-module-changes.article
+++ /dev/null
@@ -1,136 +0,0 @@
-# New module changes in Go 1.16
-18 Feb 2021
-Tags: modules, versioning
-Summary: Go 1.16 enables modules by default, provides a new way to install executables, and lets module authors retract published versions.
-
-Jay Conrod
-
-##
-
-We hope you're enjoying Go 1.16!
-This release has a lot of new features, especially for modules.
-The [release notes](https://golang.org/doc/go1.16) describe these changes briefly, but let's explore a few of them in depth.
-
-## Modules on by default
-
-The `go` command now builds packages in module-aware mode by default, even when no `go.mod` is present.
-This is a big step toward using modules in all projects.
-
-It's still possible to build packages in GOPATH mode by setting the `GO111MODULE` environment variable to `off`.
-You can also set `GO111MODULE` to `auto` to enable module-aware mode only when a go.mod file is present in the current directory or any parent directory.
-This was previously the default.
-Note that you can set `GO111MODULE` and other variables permanently with `go env -w`:
-
-    go env -w GO111MODULE=auto
-
-We plan to drop support for GOPATH mode in Go 1.17.
-In other words, Go 1.17 will ignore `GO111MODULE`.
-If you have projects that do not build in module-aware mode, now is the time to migrate.
-If there is a problem preventing you from migrating, please consider filing an [issue](https://github.com/golang/go/issues/new) or an [experience report](https://github.com/golang/go/wiki/ExperienceReports).
-
-## No automatic changes to go.mod and go.sum
-
-Previously, when the `go` command found a problem with `go.mod` or `go.sum` like a missing `require` directive or a missing sum, it would attempt to fix the problem automatically.
-We received a lot of feedback that this behavior was surprising, especially for commands like `go list` that don't normally have side effects.
-The automatic fixes weren't always desirable: if an imported package wasn't provided by any required module, the `go` command would add a new dependency, possibly triggering upgrades of common dependencies.
-Even a misspelled import path would result in a (failed) network lookup.
-
-In Go 1.16, module-aware commands report an error after discovering a problem in `go.mod` or `go.sum` instead of attempting to fix the problem automatically.
-In most cases, the error message recommends a command to fix the problem.
-
-
-    $ go build
-    example.go:3:8: no required module provides package golang.org/x/net/html; to add it:
-        go get golang.org/x/net/html
-    $ go get golang.org/x/net/html
-    $ go build
-
-As before, the `go` command may use the `vendor` directory if it's present (see [Vendoring](https://golang.org/ref/mod#vendoring) for details).
-Commands like `go get` and `go mod tidy` still modify `go.mod` and `go.sum`, since their main purpose is to manage dependencies.
-
-## Installing an executable at a specific version
-
-The `go install` command can now install an executable at a specific version by specifying an `@version` suffix.
-
-    go install golang.org/x/tools/gopls@v0.6.5
-
-When using this syntax, `go install` installs the command from that exact module version, ignoring any `go.mod` files in the current directory and parent directories.
-(Without the `@version` suffix, `go install` continues to operate as it always has, building the program using the version requirements and replacements listed in the current module’s `go.mod`.)
-
-We used to recommend `go get -u program` to install an executable, but this use caused too much confusion with the meaning of `go get` for adding or changing module version requirements in `go.mod`.
-And to avoid accidentally modifying `go.mod`, people started suggesting more complex commands like:
-
-    cd $HOME; GO111MODULE=on go get program@latest
-
-Now we can all use `go install program@latest` instead.
-See [`go install`](https://golang.org/ref/mod#go-install) for details.
-
-In order to eliminate ambiguity about which versions are used, there are several restrictions on what directives may be present in the program's `go.mod` file when using this install syntax.
-In particular, `replace` and `exclude` directives are not allowed, at least for now.
-In the long term, once the new `go install program@version` is working well for enough use cases, we plan to make `go get` stop installing command binaries.
-See [issue 43684](https://golang.org/issue/43684) for details.
-
-## Module retraction
-
-Have you ever accidentally published a module version before it was ready?
-Or have you discovered a problem right after a version was published that needed to be fixed quickly?
-Mistakes in published versions are difficult to correct.
-To keep module builds deterministic, a version cannot be modified after it is published.
-Even if you delete or change a version tag, [`proxy.golang.org`](https://proxy.golang.org) and other proxies probably already have the original cached.
-
-Module authors can now *retract* module versions using the `retract` directive in `go.mod`.
-A retracted version still exists and can be downloaded (so builds that depend on it won't break), but the `go` command won’t select it automatically when resolving versions like `@latest`.
-`go get` and `go list -m -u` will print warnings about existing uses.
-
-For example, suppose the author of a popular library `example.com/lib` releases `v1.0.5`, then discovers a new security issue.
-They can add a directive to their `go.mod` file like the one below:
-
-    // Remote-triggered crash in package foo. See CVE-2021-01234.
-    retract v1.0.5
-
-
-Next, the author can tag and push version `v1.0.6`, the new highest version.
-After this, users that already depend on `v1.0.5` will be notified of the retraction when they check for updates or when they upgrade a dependent package.
-The notification message may include text from the comment above the `retract` directive.
-
-    $ go list -m -u all
-    example.com/lib v1.0.0 (retracted)
-    $ go get .
-    go: warning: example.com/lib@v1.0.5: retracted by module author:
-        Remote-triggered crash in package foo. See CVE-2021-01234.
-    go: to switch to the latest unretracted version, run:
-        go get example.com/lib@latest
-
-For an interactive, browser-based guide, check out [Retract Module Versions](https://play-with-go.dev/retract-module-versions_go116_en/) on [play-with-go.dev](https://play-with-go.dev/).
-See the [`retract` directive docs](https://golang.org/ref/mod#go-mod-file-retract) for syntax details.
-
-## Controlling version control tools with GOVCS
-
-The `go` command can download module source code from a mirror like [proxy.golang.org](https://proxy.golang.org) or directly from a version control repository using `git`, `hg`, `svn`, `bzr`, or `fossil`.
-Direct version control access is important, especially for private modules that aren't available on proxies, but it's also potentially a security problem: a bug in a version control tool may be exploited by a malicious server to run unintended code.
-
-Go 1.16 introduces a new configuration variable, `GOVCS`, which lets the user specify which modules are allowed to use specific version control tools.
-`GOVCS` accepts a comma-separated list of `pattern:vcslist` rules.
-The `pattern` is a [`path.Match`](https://golang.org/pkg/path#Match) pattern matching one or more leading elements of a module path.
-The special patterns `public` and `private` match public and private modules (`private` is defined as modules matched by patterns in `GOPRIVATE`; `public` is everything else).
-The `vcslist` is a pipe-separated list of allowed version control commands or the keyword `all` or `off`.
-
-For example:
-
-    GOVCS=github.com:git,evil.com:off,*:git|hg
-
-With this setting, modules with paths on `github.com` can be downloaded using `git`; paths on `evil.com` cannot be downloaded using any version control command, and all other paths (`*` matches everything) can be downloaded using `git` or `hg`.
-
-If `GOVCS` is not set, or if a module does not match any pattern, the `go` command uses this default: `git` and `hg` are allowed for public modules, and all tools are allowed for private modules.
-The rationale behind allowing only Git and Mercurial is that these two systems have had the most attention to issues of being run as clients of untrusted servers.
-In contrast, Bazaar, Fossil, and Subversion have primarily been used in trusted, authenticated environments and are not as well scrutinized as attack surfaces.
-That is, the default setting is:
-
-    GOVCS=public:git|hg,private:all
-
-See [Controlling version control tools with `GOVCS`](https://golang.org/ref/mod#vcs-govcs) for more details.
-
-## What's next?
-
-We hope you find these features useful. We're already hard at work on the next set of module features for Go 1.17, particularly [lazy module loading](https://github.com/golang/go/issues/36460), which should make the module loading process faster and more stable.
-As always, if you run into new bugs, please let us know on the [issue tracker](https://github.com/golang/go/issues). Happy coding!
diff --git a/_content/go12.article b/_content/go12.article
deleted file mode 100644
index 9af3c8a..0000000
--- a/_content/go12.article
+++ /dev/null
@@ -1,78 +0,0 @@
-# Go 1.2 is released
-1 Dec 2013
-Tags: release
-Summary: Go 1.2 adds test coverage results, goroutine preemption, and more.
-
-Andrew Gerrand
-
-##
-
-We are pleased to announce the release of Go 1.2, the latest stable version of
-the Go Programming Language.
-
-Binary distributions may be downloaded from the
-[usual place](https://golang.org/doc/install) or if you prefer to
-[compile from source](https://golang.org/doc/install/source) you should use
-the `release` or `go1.2` tags.
-
-This new release comes nearly seven months after the release of Go 1.1 in May,
-a much shorter period than the 14 months between 1.1 and 1.0.
-We anticipate a comparable interval between future major releases.
-
-[Go 1.2](https://golang.org/doc/go1.2) includes a couple of minor
-language changes, several improvements to the language implementation and
-tools, some performance improvements, and many additions and
-(backward-compatible) changes to the standard library.
-
-Please read the [release notes](https://golang.org/doc/go1.2) for all
-the details, as some changes may affect the behavior of existing (buggy) programs.
-What follows is the highlights of the release.
-
-A new [three-index slice syntax](https://golang.org/doc/go1.2#three_index)
-adds the ability to specify capacity as well as length. This allows the
-programmer to pass a slice value that can only access a limited portion of the
-underlying array, a technique that previously required the use of the unsafe
-package.
-
-A major new feature of the tool chain is the facility to compute and display
-[test coverage results](https://golang.org/doc/go1.2#cover).
-See the [`go test`](https://golang.org/cmd/go/#hdr-Description_of_testing_flags)
-and [cover tool](https://godoc.org/code.google.com/p/go.tools/cmd/cover/)
-documentation for details. Later this week we will publish an article that
-discusses this new feature in detail.
-
-Goroutines are now [pre-emptively scheduled](https://golang.org/doc/go1.2#preemption),
-in that the scheduler is invoked occasionally upon entry to a function.
-This can prevent busy goroutines from starving other goroutines on the same
-thread.
-
-An increase to the default goroutine stack size should improve the
-performance of some programs. (The old size had a tendency to introduce
-expensive stack-segment switching in performance-critical sections.)
-On the other end, new restrictions on
-[stack sizes](https://golang.org/doc/go1.2#stack_size) and
-[the number of operating system threads](https://golang.org/doc/go1.2#thread_limit)
-should prevent misbehaving programs from consuming all the resources of a
-machine. (These limits may be adjusted using new functions in the
-[`runtime/debug` package](https://golang.org/pkg/runtime/debug).)
-
-Finally, among the [many changes to the standard library](https://golang.org/doc/go1.2#library),
-significant changes include
-the new [`encoding` package](https://golang.org/doc/go1.2#encoding),
-[indexed arguments](https://golang.org/doc/go1.2#fmt_indexed_arguments) in `Printf` format strings, and
-some [convenient additions](https://golang.org/doc/go1.2#text_template) to the template packages.
-
-As part of the release, the [Go Playground](http://play.golang.org/) has been
-updated to Go 1.2. This also affects services that use the Playground, such as
-[the Go Tour](http://tour.golang.org/) and this blog.
-The update also adds the ability to use threads and the `os`, `net`, and
-`unsafe` packages inside the sandbox, making it more like a real Go environment.
-
-To everyone who helped make this release possible, from the many users who
-submitted bug reports to the 116 (!) contributors who committed more than 1600
-changes to the core: Your help is invaluable to the project. Thank you!
-
-_This blog post is the first of the_
-[Go Advent Calendar](http://blog.gopheracademy.com/day-01-go-1.2),
-_a series of daily articles presented by the_
-[Gopher Academy](http://gopheracademy.com/) _from December 1 to 25._
diff --git a/_content/go15gc.article b/_content/go15gc.article
deleted file mode 100644
index 85428c1..0000000
--- a/_content/go15gc.article
+++ /dev/null
@@ -1,115 +0,0 @@
-# Go GC: Prioritizing low latency and simplicity
-31 Aug 2015
-Summary: Go 1.5 is the first step toward a new low-latency future for the Go garbage collector.
-
-Richard Hudson
-rlh@golang.org
-
-## The Setup
-
-Go is building a garbage collector (GC) not only for 2015 but for 2025 and
-beyond: A GC that supports today’s software development and scales along with
-new software and hardware throughout the next decade. Such a future has no
-place for stop-the-world GC pauses, which have been an impediment to broader
-uses of safe and secure languages such as Go.
-
-Go 1.5, the first glimpse of this future, achieves GC latencies well below the
-10 millisecond goal we set a year ago. We presented some impressive numbers
-in [a talk at Gophercon](https://talks.golang.org/2015/go-gc.pdf).
-The latency improvements have generated a lot of attention;
-Robin Verlangen’s blog post
-[_Billions of requests per day meet Go 1.5_](https://medium.com/@robin.verlangen/billions-of-request-per-day-meet-go-1-5-362bfefa0911)
-validates our direction with end to end results.
-We also particularly enjoyed
-[Alan Shreve’s production server graphs](https://twitter.com/inconshreveable/status/620650786662555648)
-and his "Holy 85% reduction" comment.
-
-Today 16 gigabytes of RAM costs $100 and CPUs come with many cores, each with
-multiple hardware threads. In a decade this hardware will seem quaint but the
-software being built in Go today will need to scale to meet expanding needs and
-the next big thing. Given that hardware will provide the power to increase
-throughput, Go’s garbage collector is being designed to favor low latency and
-tuning via only a single knob. Go 1.5 is the first big step down this path and
-these first steps will forever influence Go and the applications it best
-supports. This blog post gives a high-level overview of what we have done for
-the Go 1.5 collector.
-
-## The Embellishment
-
-To create a garbage collector for the next decade, we turned to an algorithm
-from decades ago. Go's new garbage collector is a _concurrent_, _tri-color_,
-_mark-sweep_ collector, an idea first proposed by
-[Dijkstra in 1978](http://dl.acm.org/citation.cfm?id=359655).
-This is a deliberate divergence from most "enterprise" grade garbage collectors
-of today, and one that we believe is well suited to the properties of modern
-hardware and the latency requirements of modern software.
-
-In a tri-color collector, every object is either white, grey, or black and we
-view the heap as a graph of connected objects. At the start of a GC cycle all
-objects are white. The GC visits all _roots_, which are objects directly
-accessible by the application such as globals and things on the stack, and
-colors these grey. The GC then chooses a grey object, blackens it, and then
-scans it for pointers to other objects. When this scan finds a pointer to a
-white object, it turns that object grey. This process repeats until there are
-no more grey objects. At this point, white objects are known to be unreachable
-and can be reused.
-
-This all happens concurrently with the application, known as the _mutator_,
-changing pointers while the collector is running. Hence, the mutator must
-maintain the invariant that no black object points to a white object, lest the
-garbage collector lose track of an object installed in a part of the heap it
-has already visited. Maintaining this invariant is the job of the
-_write barrier_, which is a small function run by the mutator whenever a
-pointer in the heap is modified. Go’s write barrier colors the now-reachable
-object grey if it is currently white, ensuring that the garbage collector will
-eventually scan it for pointers.
-
-Deciding when the job of finding all grey objects is done is subtle and can be
-expensive and complicated if we want to avoid blocking the mutators. To keep
-things simple Go 1.5 does as much work as it can concurrently and then briefly
-stops the world to inspect all potential sources of grey objects. Finding the
-sweet spot between the time needed for this final stop-the-world and the total
-amount of work that this GC does is a major deliverable for Go 1.6.
-
-Of course the devil is in the details. When do we start a GC cycle? What
-metrics do we use to make that decision? How should the GC interact with the Go
-scheduler? How do we pause a mutator thread long enough to scan its stack?
- How do we represent white, grey, and black so we can efficiently find and scan
-grey objects? How do we know where the roots are? How do we know where in an
-object pointers are located? How do we minimize memory fragmentation? How do we
-deal with cache performance issues? How big should the heap be? And on and on,
-some related to allocation, some to finding reachable objects, some related to
-scheduling, but many related to performance. Low-level discussions of each of
-these areas are beyond the scope of this blog post.
-
-At a higher level, one approach to solving performance problems is to add GC
-knobs, one for each performance issue. The programmer can then turn the knobs
-in search of appropriate settings for their application. The downside is that
-after a decade with one or two new knobs each year you end up with the GC Knobs
-Turner Employment Act. Go is not going down that path. Instead we provide a
-single knob, called GOGC. This value controls the total size of the heap
-relative to the size of reachable objects. The default value of 100 means that
-total heap size is now 100% bigger than (i.e., twice) the size of the reachable
-objects after the last collection. 200 means total heap size is 200% bigger
-than (i.e., three times) the size of the reachable objects. If you want to
-lower the total time spent in GC, increase GOGC. If you want to trade more GC
-time for less memory, lower GOGC.
-
-More importantly as RAM doubles with the next generation of hardware, simply
-doubling GOGC will halve the number of GC cycles. On the other hand since GOGC
-is based on reachable object size, doubling the load by doubling the reachable
-objects requires no retuning. The application just scales.
-Furthermore, unencumbered by ongoing support for dozens of knobs, the runtime
-team can focus on improving the runtime based on feedback from real customer
-applications.
-
-## The Punchline
-
-Go 1.5’s GC ushers in a future where stop-the-world pauses are no longer a
-barrier to moving to a safe and secure language. It is a future where
-applications scale effortlessly along with hardware and as hardware becomes
-more powerful the GC will not be an impediment to better, more scalable
-software. It’s a good place to be for the next decade and beyond.
-For more details about the 1.5 GC and how we eliminated latency issues see the
-[Go GC: Latency Problem Solved presentation](https://www.youtube.com/watch?v=aiv1JOfMjm0)
-or [the slides](https://talks.golang.org/2015/go-gc.pdf).
diff --git a/_content/go2-here-we-come.article b/_content/go2-here-we-come.article
deleted file mode 100644
index f081ade..0000000
--- a/_content/go2-here-we-come.article
+++ /dev/null
@@ -1,206 +0,0 @@
-# Go 2, here we come!
-29 Nov 2018
-Tags: go2, proposals, community
-Summary: How Go 2 proposals will be evaluated, selected, and shipped.
-
-Robert Griesemer
-
-## Background
-
-At GopherCon 2017, Russ Cox officially started the thought process on the
-next big version of Go with his talk [The Future of Go](https://www.youtube.com/watch?v=0Zbh_vmAKvk)
-([blog post](https://blog.golang.org/toward-go2)). We have
-called this future language informally Go 2, even though we understand now
-that it will arrive in incremental steps rather than with a big bang and a
-single major release. Still, Go 2 is a useful moniker, if only to have a way
-to talk about that future language, so let’s keep using it for now.
-
-A major difference between Go 1 and Go 2 is who is going to influence the
-design and how decisions are made. Go 1 was a small team effort with modest
-outside influence; Go 2 will be much more community-driven.
-After almost 10 years of exposure, we have
-learned a lot about the language and libraries that we didn’t know in the
-beginning, and that was only possible through feedback from the Go community.
-
-In 2015 we introduced the [proposal process](https://golang.org/s/proposal)
-to gather a specific kind of feedback: proposals for language and library
-changes. A committee composed of senior Go team members has been reviewing,
-categorizing, and deciding on incoming proposals on a regular basis. That
-has worked pretty well, but as part of that process we have ignored all
-proposals that are not backward-compatible, simply labeling them Go 2 instead.
-In 2017 we also stopped making any kind of incremental backward-compatible
-language changes, however small, in favor of a more comprehensive plan that
-takes the bigger picture of Go 2 into account.
-
-It is now time to act on the Go 2 proposals, but to do this we first need a plan.
-
-## Status
-
-At the time of writing, there are around 120
-[open issues labeled Go 2 proposal](https://github.com/golang/go/issues?page=1&q=is%3Aissue+is%3Aopen+label%3Aproposal+label%3AGo2&utf8=%E2%9C%93).
-Each of them proposes a significant library or language change, often one
-that does not satisfy the existing
-[Go 1 compatibility guarantee](https://golang.org/doc/go1compat).
-Ian Lance Taylor and I
-have been working through these proposals and categorized them
-([Go2Cleanup](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aproposal+label%3AGo2+label%3AGo2Cleanup),
-[NeedsDecision](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aproposal+label%3AGo2+label%3ANeedsDecision),
-etc.) to get an idea of what’s there and to make it easier to
-proceed with them. We also merged related proposals and closed the ones which
-seemed clearly out of the scope of Go, or were otherwise unactionable.
-
-Ideas from the remaining proposals will likely influence Go 2’s libraries
-and languages. Two major themes have emerged early on: support for better
-error handling, and generics. [Draft designs](https://blog.golang.org/go2draft)
-for these two areas have been
-published at this year’s GopherCon, and more exploration is needed.
-
-But what about the rest? We are [constrained](https://blog.golang.org/toward-go2)
-by the fact that we now have
-millions of Go programmers and a large body of Go code, and we need to
-bring it all along, lest we risk a split ecosystem. That means we cannot
-make many changes, and the changes we are going to make need to be chosen
-carefully. To make progress, we are implementing a new proposal evaluation
-process for these significant potential changes.
-
-## Proposal evaluation process
-
-The purpose of the proposal evaluation process is to collect feedback on
-a small number of select proposals such that a final decision can be made.
-The process runs more or less in parallel to a release cycle and consists
-of the following steps:
-
-1. _Proposal selection_. The Go team selects a small number of
-[Go 2 proposals](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AGo2+label%3AProposal)
-that seem worth considering for acceptance, without making a final decision.
-See below for more on the selection criteria.
-
-2. _Proposal feedback_. The Go team sends out an announcement listing the selected
-proposals. The announcement explains to the community the tentative intent to
-move forward with the selected proposals and to collect feedback for each
-of them. This gives the community a chance to make suggestions and express
-concerns.
-
-3. _Implementation_. Based on that feedback, the proposals are implemented.
-The target for these significant language and library changes is to have
-them ready to submit on day 1 of an upcoming release cycle.
-
-4. _Implementation feedback_. During the development cycle, the Go team and
-community have a chance to experiment with the new features and collect
-further feedback.
-
-5. _Launch decision_. At the end of the three month
-[development cycle](https://github.com/golang/go/wiki/Go-Release-Cycle)
-(just when starting the three month repo freeze before a release), and
-based on the experience and feedback gathered during the release cycle,
-the Go team makes the final decision about whether to ship each change.
-This provides an opportunity to consider whether the change has delivered
-the expected benefits or created any unexpected costs. Once shipped, the
-changes become part of the language and libraries. Excluded proposals may
-go back to the drawing board or may be declined for good.
-
-With two rounds of feedback, this process is slanted towards declining
-proposals, which will hopefully prevent feature creep and help with
-keeping the language small and clean.
-
-We can’t go through this process for each of the open Go 2
-proposals, there are simply too many of them. That’s where the selection
-criteria come into play.
-
-## Proposal selection criteria
-
-A proposal must at the very least:
-
-1. _address an important issue for many people_,
-
-2. _have minimal impact on everybody else_, and
-
-3. _come with a clear and well-understood solution_.
-
-Requirement 1 ensures that any changes we make help as many Go developers
-as possible (make their code more robust, easier to write, more likely to
-be correct, and so on), while requirement 2 ensures we are careful to hurt
-as few developers as possible, whether by breaking their programs or causing
-other churn. As a rule of thumb, we should aim to help at least ten times as
-many developers as we hurt with a given change. Changes that don't affect
-real Go usage are a net zero benefit put up against a significant
-implementation cost and should be avoided.
-
-Without requirement 3 we don’t have an implementation of the proposal.
-For instance, we believe that some form of genericity might solve an important
-issue for a lot of people, but we don’t yet have a clear and well-understood
-solution. That’s fine, it just means that the proposal needs to go back to
-the drawing board before it can be considered.
-
-## Proposals
-
-We feel that this is a good plan that should serve us well but it is important
-to understand that this is only a starting point. As the process is used we will
-discover the ways in which it fails to work well and we will refine it as needed.
-The critical part is that until we use it in practice we won't know how to improve it.
-
-A safe place to start is with a small number of backward-compatible language
-proposals. We haven’t done language changes for a long time, so this gets us
-back into that mode. Also, the changes won’t require us worrying about
-breaking existing code, and thus they serve as a perfect trial balloon.
-
-With all that said, we propose the following selection of Go 2 proposals for
-the Go 1.13 release (step 1 in the proposal evaluation process):
-
-1. [_\#20706_](https://github.com/golang/go/issues/20706) _General Unicode identifiers based on_ [_Unicode TR31_](http://unicode.org/reports/tr31/):
-This addresses an important issue for Go programmers using non-Western alphabets
-and should have little if any impact on anyone else. There are normalization
-questions which we need to answer and where community feedback will be
-important, but after that the implementation path is well understood.
-Note that identifier export rules will not be affected by this.
-
-2. [_\#19308_](https://github.com/golang/go/issues/19308), [_\#28493_](https://github.com/golang/go/issues/28493) _Binary integer literals and support for \_ in number literals_:
-These are relatively minor changes that seem hugely popular among many
-programmers. They may not quite reach the threshold of solving an
-“important issue” (hexadecimal numbers have worked well so far) but they
-bring Go up to par with most other languages in this respect and relieve
-a pain point for some programmers. They have minimal impact on others who
-don’t care about binary integer literals or number formatting, and the
-implementation is well understood.
-
-3. [_\#19113_](https://github.com/golang/go/issues/19113) _Permit signed integers as shift counts_:
-An estimated 38% of all non-constant shifts require an (artificial) uint
-conversion (see the issue for a more detailed break-down). This proposal
-will clean up a lot of code, get shift expressions better in sync with index
-expressions and the built-in functions cap and len. It will mostly have a
-positive impact on code. The implementation is well understood.
-
-## Next steps
-
-With this blog post we have executed the first step and started the second
-step of the proposal evaluation process. It’s now up to you, the
-Go community, to provide feedback on the issues listed above.
-
-For each proposal for which we have clear and approving feedback, we will
-move forward with the implementation (step 3 in the process). Because we
-want the changes implemented on the first day of the next release cycle
-(tentatively Feb. 1, 2019) we may start the implementation a bit early
-this time to leave time for two full months of feedback (Dec. 2018,
-Jan. 2019).
-
-For the 3-month development cycle (Feb. to May 2019) the chosen features
-are implemented and available at tip and everybody will have a chance to
-gather experience with them. This provides another opportunity for feedback
-(step 4 in the process).
-
-Finally, shortly after the repo freeze (May 1, 2019), the Go team makes the
-final decision whether to keep the new features for good (and include them
-in the Go 1 compatibility guarantee), or whether to abandon them (final
-step in the process).
-
-(Since there is a real chance that a feature may need to be removed just
-when we freeze the repo, the implementation will need to be such that the
-feature can be disabled without destabilizing the rest of the system.
-For language changes that may mean that all feature-related code is
-guarded by an internal flag.)
-
-This will be the first time that we have followed this process, hence the
-repo freeze will also be a good moment to reflect on the process and to
-adjust it if necessary. Let’s see how it goes.
-
-Happy evaluating!
diff --git a/_content/go2-next-steps.article b/_content/go2-next-steps.article
deleted file mode 100644
index b9bf517..0000000
--- a/_content/go2-next-steps.article
+++ /dev/null
@@ -1,154 +0,0 @@
-# Next steps toward Go 2
-26 Jun 2019
-Tags: go2, proposals, community
-Summary: What Go 2 language changes should we include in Go 1.14?
-
-Robert Griesemer, for the Go team
-
-## Status
-
-We’re well on the way towards the release of Go 1.13,
-hopefully in early August of this year.
-This is the first release that will include concrete changes
-to the language (rather than just minor adjustments to the spec),
-after a longer moratorium on any such changes.
-
-To arrive at these language changes,
-we started out with a small set of viable proposals,
-selected from the much larger list of
-[Go 2 proposals](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3AGo2+label%3AProposal),
-per the new proposal evaluation process outlined
-in the
-“[Go 2, here we come!](https://blog.golang.org/go2-here-we-come)” blog post.
-We wanted our initial selection of proposals
-to be relatively minor and mostly uncontroversial,
-to have a reasonably high chance of having them
-make it through the process.
-The proposed changes had to be backward-compatible
-to be minimally disruptive since
-[modules](https://blog.golang.org/using-go-modules),
-which eventually will allow module-specific language version selection,
-are not the default build mode quite yet.
-In short, this initial round of changes was more about
-getting the ball rolling again and gaining experience
-with the new process, rather than tackling big issues.
-
-Our
-[original list of proposals](https://blog.golang.org/go2-here-we-come) –
-[general Unicode identifiers](https://golang.org/issue/20706),
-[binary integer literals](https://golang.org/issue/19308),
-[separators for number literals](https://golang.org/issue/28493),
-[signed integer shift counts](https://golang.org/issue/19113) –
-got both trimmed and expanded.
-The general Unicode identifiers didn’t make the cut
-as we didn’t have a concrete design document in place in time.
-The proposal for binary integer literals was expanded significantly
-and led to a comprehensive overhaul and modernization of
-[Go’s number literal syntax](https://golang.org/design/19308-number-literals).
-And we added the Go 2 draft design proposal on
-[error inspection](https://golang.org/design/go2draft-error-inspection),
-which has been
-[partially accepted](https://golang.org/issue/29934#issuecomment-489682919).
-
-With these initial changes in place for Go 1.13,
-it’s now time to look forward to Go 1.14
-and determine what we want to tackle next.
-
-## Proposals for Go 1.14
-
-The goals we have for Go today are the same as in 2007: to
-[make software development scale](https://blog.golang.org/toward-go2).
-The three biggest hurdles on this path to improved scalability for Go are
-package and version management,
-better error handling support,
-and generics.
-
-With Go module support getting increasingly stronger,
-support for package and version management is being addressed.
-This leaves better error handling support and generics.
-We have been working on both of these and presented
-[draft designs](https://golang.org/design/go2draft)
-at last year’s GopherCon in Denver.
-Since then we have been iterating those designs.
-For error handling, we have published a concrete,
-significantly revised and simplified proposal (see below).
-For generics, we are making progress, with a talk
-(“Generics in Go” by Ian Lance Taylor)
-[coming up](https://www.gophercon.com/agenda/session/49028)
-at this year’s GopherCon in San Diego,
-but we have not reached the concrete proposal stage yet.
-
-We also want to continue with smaller
-improvements to the language.
-For Go 1.14, we have selected the following proposals:
-
-[\#32437](https://golang.org/issue/32437).
-A built-in Go error check function, “try”
-([design doc](https://golang.org/design/32437-try-builtin)).
-
-This is our concrete proposal for improved error handling.
-While the proposed, fully backwards-compatible language extension
-is minimal, we expect an outsize impact on error handling code.
-This proposal has already attracted an enormous amount of comments,
-and it’s not easy to follow up.
-We recommend starting with the
-[initial comment](https://golang.org/issue/32437#issue-452239211)
-for a quick outline and then to read the detailed design doc.
-The initial comment contains a couple of links leading to summaries
-of the feedback so far.
-Please follow the feedback recommendations
-(see the “Next steps” section below) before posting.
-
-[\#6977](https://golang.org/issue/6977).
-Allow embedding overlapping interfaces
-([design doc](https://golang.org/design/6977-overlapping-interfaces)).
-
-This is an old, backwards-compatible proposal for making interface embedding more tolerant.
-
-[\#32479](https://golang.org/issue/32479) Diagnose `string(int)` conversion in `go vet`.
-
-The `string(int)` conversion was introduced early in Go for convenience,
-but it is confusing to newcomers (`string(10)` is `"\n"` not `"10"`)
-and not justified anymore now that the conversion is available
-in the `unicode/utf8` package.
-Since removing this conversion is not a backwards-compatible change,
-we propose to start with a `vet` error instead.
-
-[\#32466](https://golang.org/issue/32466) Adopt crypto principles
-([design doc](https://golang.org/design/cryptography-principles)).
-
-This is a request for feedback on a set of design principles for
-cryptographic libraries that we would like to adopt.
-See also the related
-[proposal to remove SSLv3 support](https://golang.org/issue/32716)
-from `crypto/tls`.
-
-## Next steps
-
-We are actively soliciting feedback on all these proposals.
-We are especially interested in fact-based evidence
-illustrating why a proposal might not work well in practice,
-or problematic aspects we might have missed in the design.
-Convincing examples in support of a proposal are also very helpful.
-On the other hand, comments containing only personal opinions
-are less actionable:
-we can acknowledge them but we can’t address them
-in any constructive way.
-Before posting, please take the time to read the detailed
-design docs and prior feedback or feedback summaries.
-Especially in long discussions, your concern may have already
-been raised and discussed in earlier comments.
-
-Unless there are strong reasons to not even proceed into the
-experimental phase with a given proposal,
-we are planning to have all these implemented at the
-start of the
-[Go 1.14 cycle](https://golang.org/wiki/Go-Release-Cycle)
-(beginning of August, 2019)
-so that they can be evaluated in practice.
-Per the
-[proposal evaluation process](https://blog.golang.org/go2-here-we-come),
-the final decision will be
-made at the end of the development cycle (beginning of November, 2019).
-
-Thank you for helping making Go a better language!
diff --git a/_content/go2draft.article b/_content/go2draft.article
deleted file mode 100644
index 7bf2bf3..0000000
--- a/_content/go2draft.article
+++ /dev/null
@@ -1,19 +0,0 @@
-# Go 2 Draft Designs
-28 Aug 2018
-Tags: community, video
-Summary: Announcing the draft designs for the major Go 2 changes.
-
-##
-
-Yesterday, at our annual Go contributor summit,
-attendees got a sneak peek at preliminary _drafts_ of
-possible designs for changes to error handling and generics.
-[The development of Go 2](https://blog.golang.org/toward-go2) was announced last year and we are excited to share updates with you today.
-
-For a quick overview, watch this short message we just played at Gophercon 2018:
-
-.iframe //www.youtube.com/embed/6wIP3rO6On8 315 560
-
-We invite everyone in the Go community to
-[learn more about the designs](https://go.googlesource.com/proposal/+/master/design/go2draft.md)
-and help us improve them.
diff --git a/_content/gob.article b/_content/gob.article
deleted file mode 100644
index 3b5c405..0000000
--- a/_content/gob.article
+++ /dev/null
@@ -1,304 +0,0 @@
-# Gobs of data
-24 Mar 2011
-Tags: gob, json, protobuf, xml, technical
-Summary: Introducing gob, a high-speed Go-to-Go wire encoding format.
-OldURL: /gobs-of-data
-
-Rob Pike
-
-## Introduction
-
-To transmit a data structure across a network or to store it in a file,
-it must be encoded and then decoded again.
-There are many encodings available, of course:
-[JSON](http://www.json.org/), [XML](http://www.w3.org/XML/),
-Google's [protocol buffers](http://code.google.com/p/protobuf), and more.
-And now there's another, provided by Go's [gob](https://golang.org/pkg/encoding/gob/) package.
-
-Why define a new encoding? It's a lot of work and redundant at that.
-Why not just use one of the existing formats? Well,
-for one thing, we do!
-Go has [packages](https://golang.org/pkg/) supporting all the encodings
-just mentioned (the [protocol buffer package](http://github.com/golang/protobuf)
-is in a separate repository but it's one of the most frequently downloaded).
-And for many purposes, including communicating with tools and systems written in other languages,
-they're the right choice.
-
-But for a Go-specific environment, such as communicating between two servers written in Go,
-there's an opportunity to build something much easier to use and possibly more efficient.
-
-Gobs work with the language in a way that an externally-defined,
-language-independent encoding cannot.
-At the same time, there are lessons to be learned from the existing systems.
-
-## Goals
-
-The gob package was designed with a number of goals in mind.
-
-First, and most obvious, it had to be very easy to use.
-First, because Go has reflection, there is no need for a separate interface
-definition language or "protocol compiler".
-The data structure itself is all the package should need to figure out how
-to encode and decode it.
-On the other hand, this approach means that gobs will never work as well
-with other languages, but that's OK:
-gobs are unashamedly Go-centric.
-
-Efficiency is also important. Textual representations,
-exemplified by XML and JSON, are too slow to put at the center of an efficient
-communications network.
-A binary encoding is necessary.
-
-Gob streams must be self-describing. Each gob stream,
-read from the beginning, contains sufficient information that the entire
-stream can be parsed by an agent that knows nothing a priori about its contents.
-This property means that you will always be able to decode a gob stream stored in a file,
-even long after you've forgotten what data it represents.
-
-There were also some things to learn from our experiences with Google protocol buffers.
-
-## Protocol buffer misfeatures
-
-Protocol buffers had a major effect on the design of gobs,
-but have three features that were deliberately avoided.
-(Leaving aside the property that protocol buffers aren't self-describing:
-if you don't know the data definition used to encode a protocol buffer,
-you might not be able to parse it.)
-
-First, protocol buffers only work on the data type we call a struct in Go.
-You can't encode an integer or array at the top level,
-only a struct with fields inside it.
-That seems a pointless restriction, at least in Go.
-If all you want to send is an array of integers,
-why should you have to put it into a struct first?
-
-Next, a protocol buffer definition may specify that fields `T.x` and `T.y`
-are required to be present whenever a value of type `T` is encoded or decoded.
-Although such required fields may seem like a good idea,
-they are costly to implement because the codec must maintain a separate
-data structure while encoding and decoding,
-to be able to report when required fields are missing.
-They're also a maintenance problem. Over time,
-one may want to modify the data definition to remove a required field,
-but that may cause existing clients of the data to crash.
-It's better not to have them in the encoding at all.
-(Protocol buffers also have optional fields.
-But if we don't have required fields, all fields are optional and that's that.
-There will be more to say about optional fields a little later.)
-
-The third protocol buffer misfeature is default values.
-If a protocol buffer omits the value for a "defaulted" field,
-then the decoded structure behaves as if the field were set to that value.
-This idea works nicely when you have getter and setter methods to control
-access to the field,
-but is harder to handle cleanly when the container is just a plain idiomatic struct.
-Required fields are also tricky to implement:
-where does one define the default values,
-what types do they have (is text UTF-8? uninterpreted bytes? how many bits
-in a float?) and despite the apparent simplicity,
-there were a number of complications in their design and implementation
-for protocol buffers.
-We decided to leave them out of gobs and fall back to Go's trivial but effective defaulting rule:
-unless you set something otherwise, it has the "zero value" for that type -
-and it doesn't need to be transmitted.
-
-So gobs end up looking like a sort of generalized, simplified protocol buffer. How do they work?
-
-## Values
-
-The encoded gob data isn't about types like `int8` and `uint16`.
-Instead, somewhat analogous to constants in Go,
-its integer values are abstract, sizeless numbers,
-either signed or unsigned.
-When you encode an `int8`, its value is transmitted as an unsized,
-variable-length integer.
-When you encode an `int64`, its value is also transmitted as an unsized,
-variable-length integer.
-(Signed and unsigned are treated distinctly,
-but the same unsized-ness applies to unsigned values too.) If both have the value 7,
-the bits sent on the wire will be identical.
-When the receiver decodes that value, it puts it into the receiver's variable,
-which may be of arbitrary integer type.
-Thus an encoder may send a 7 that came from an `int8`,
-but the receiver may store it in an `int64`.
-This is fine: the value is an integer and as a long as it fits, everything works.
-(If it doesn't fit, an error results.) This decoupling from the size of
-the variable gives some flexibility to the encoding:
-we can expand the type of the integer variable as the software evolves,
-but still be able to decode old data.
-
-This flexibility also applies to pointers.
-Before transmission, all pointers are flattened.
-Values of type `int8`, `*int8`, `**int8`,
-`****int8`, etc. are all transmitted as an integer value,
-which may then be stored in `int` of any size,
-or `*int`, or `******int`, etc.
-Again, this allows for flexibility.
-
-Flexibility also happens because, when decoding a struct,
-only those fields that are sent by the encoder are stored in the destination. Given the value
-
-	type T struct{ X, Y, Z int } // Only exported fields are encoded and decoded.
-	var t = T{X: 7, Y: 0, Z: 8}
-
-the encoding of `t` sends only the 7 and 8.
-Because it's zero, the value of `Y` isn't even sent;
-there's no need to send a zero value.
-
-The receiver could instead decode the value into this structure:
-
-	type U struct{ X, Y *int8 } // Note: pointers to int8s
-	var u U
-
-and acquire a value of `u` with only `X` set (to the address of an `int8` variable set to 7);
-the `Z` field is ignored - where would you put it? When decoding structs,
-fields are matched by name and compatible type,
-and only fields that exist in both are affected.
-This simple approach finesses the "optional field" problem:
-as the type `T` evolves by adding fields,
-out of date receivers will still function with the part of the type they recognize.
-Thus gobs provide the important result of optional fields - extensibility -
-without any additional mechanism or notation.
-
-From integers we can build all the other types:
-bytes, strings, arrays, slices, maps, even floats.
-Floating-point values are represented by their IEEE 754 floating-point bit pattern,
-stored as an integer, which works fine as long as you know their type, which we always do.
-By the way, that integer is sent in byte-reversed order because common values
-of floating-point numbers,
-such as small integers, have a lot of zeros at the low end that we can avoid transmitting.
-
-One nice feature of gobs that Go makes possible is that they allow you to
-define your own encoding by having your type satisfy the [GobEncoder](https://golang.org/pkg/encoding/gob/#GobEncoder)
-and [GobDecoder](https://golang.org/pkg/encoding/gob/#GobDecoder) interfaces,
-in a manner analogous to the [JSON](https://golang.org/pkg/encoding/json/)
-package's [Marshaler](https://golang.org/pkg/encoding/json/#Marshaler)
-and [Unmarshaler](https://golang.org/pkg/encoding/json/#Unmarshaler) and
-also to the [Stringer](https://golang.org/pkg/fmt/#Stringer) interface
-from [package fmt](https://golang.org/pkg/fmt/).
-This facility makes it possible to represent special features,
-enforce constraints, or hide secrets when you transmit data.
-See the [documentation](https://golang.org/pkg/encoding/gob/) for details.
-
-## Types on the wire
-
-The first time you send a given type, the gob package includes in the data
-stream a description of that type.
-In fact, what happens is that the encoder is used to encode,
-in the standard gob encoding format, an internal struct that describes the
-type and gives it a unique number.
-(Basic types, plus the layout of the type description structure,
-are predefined by the software for bootstrapping.) After the type is described,
-it can be referenced by its type number.
-
-Thus when we send our first type `T`, the gob encoder sends a description
-of `T` and tags it with a type number, say 127.
-All values, including the first, are then prefixed by that number,
-so a stream of `T` values looks like:
-
-	("define type id" 127, definition of type T)(127, T value)(127, T value), ...
-
-These type numbers make it possible to describe recursive types and send
-values of those types.
-Thus gobs can encode types such as trees:
-
-	type Node struct {
-	    Value       int
-	    Left, Right *Node
-	}
-
-(It's an exercise for the reader to discover how the zero-defaulting rule makes this work,
-even though gobs don't represent pointers.)
-
-With the type information, a gob stream is fully self-describing except
-for the set of bootstrap types,
-which is a well-defined starting point.
-
-## Compiling a machine
-
-The first time you encode a value of a given type,
-the gob package builds a little interpreted machine specific to that data type.
-It uses reflection on the type to construct that machine,
-but once the machine is built it does not depend on reflection.
-The machine uses package unsafe and some trickery to convert the data into
-the encoded bytes at high speed.
-It could use reflection and avoid unsafe,
-but would be significantly slower.
-(A similar high-speed approach is taken by the protocol buffer support for Go,
-whose design was influenced by the implementation of gobs.) Subsequent values
-of the same type use the already-compiled machine,
-so they can be encoded right away.
-
-[Update: As of Go 1.4, package unsafe is no longer use by the gob package, with a modest performance drop.]
-
-Decoding is similar but harder. When you decode a value,
-the gob package holds a byte slice representing a value of a given encoder-defined type to decode,
-plus a Go value into which to decode it.
-The gob package builds a machine for that pair:
-the gob type sent on the wire crossed with the Go type provided for decoding.
-Once that decoding machine is built, though,
-it's again a reflectionless engine that uses unsafe methods to get maximum speed.
-
-## Use
-
-There's a lot going on under the hood, but the result is an efficient,
-easy-to-use encoding system for transmitting data.
-Here's a complete example showing differing encoded and decoded types.
-Note how easy it is to send and receive values;
-all you need to do is present values and variables to the [gob package](https://golang.org/pkg/encoding/gob/)
-and it does all the work.
-
-	package main
-
-	import (
-	    "bytes"
-	    "encoding/gob"
-	    "fmt"
-	    "log"
-	)
-
-	type P struct {
-	    X, Y, Z int
-	    Name    string
-	}
-
-	type Q struct {
-	    X, Y *int32
-	    Name string
-	}
-
-	func main() {
-	    // Initialize the encoder and decoder.  Normally enc and dec would be
-	    // bound to network connections and the encoder and decoder would
-	    // run in different processes.
-	    var network bytes.Buffer        // Stand-in for a network connection
-	    enc := gob.NewEncoder(&network) // Will write to network.
-	    dec := gob.NewDecoder(&network) // Will read from network.
-	    // Encode (send) the value.
-	    err := enc.Encode(P{3, 4, 5, "Pythagoras"})
-	    if err != nil {
-	        log.Fatal("encode error:", err)
-	    }
-	    // Decode (receive) the value.
-	    var q Q
-	    err = dec.Decode(&q)
-	    if err != nil {
-	        log.Fatal("decode error:", err)
-	    }
-	    fmt.Printf("%q: {%d,%d}\n", q.Name, *q.X, *q.Y)
-	}
-
-You can compile and run this example code in the [Go Playground](http://play.golang.org/p/_-OJV-rwMq).
-
-The [rpc package](https://golang.org/pkg/net/rpc/) builds on gobs to turn
-this encode/decode automation into transport for method calls across the network.
-That's a subject for another article.
-
-## Details
-
-The [gob package documentation](https://golang.org/pkg/encoding/gob/),
-especially the file [doc.go](https://golang.org/src/pkg/encoding/gob/doc.go),
-expands on many of the details described here and includes a full worked
-example showing how the encoding represents data.
-If you are interested in the innards of the gob implementation,
-that's a good place to start.
diff --git a/_content/godoc.article b/_content/godoc.article
deleted file mode 100644
index 0e0a345..0000000
--- a/_content/godoc.article
+++ /dev/null
@@ -1,113 +0,0 @@
-# Godoc: documenting Go code
-31 Mar 2011
-Tags: godoc, technical
-Summary: How and why to document your Go packages.
-OldURL: /godoc-documenting-go-code
-
-Andrew Gerrand
-
-##
-
-The Go project takes documentation seriously.
-Documentation is a huge part of making software accessible and maintainable.
-Of course it must be well-written and accurate,
-but it also must be easy to write and to maintain.
-Ideally, it should be coupled to the code itself so the documentation evolves
-along with the code.
-The easier it is for programmers to produce good documentation,
-the better for everyone.
-
-To that end, we have developed the [godoc](https://golang.org/cmd/godoc/) documentation tool.
-This article describes godoc's approach to documentation,
-and explains how you can use our conventions and tools to write good documentation
-for your own projects.
-
-Godoc parses Go source code - including comments - and produces documentation
-as HTML or plain text.
-The end result is documentation tightly coupled with the code it documents.
-For example, through godoc's web interface you can navigate from a function's
-[documentation](https://golang.org/pkg/strings/#HasPrefix) to its [implementation](https://golang.org/src/strings/strings.go?s=11163:11200#L434) with one click.
-
-Godoc is conceptually related to Python's [Docstring](https://www.python.org/dev/peps/pep-0257/)
-and Java's [Javadoc](https://www.oracle.com/java/technologies/javase/javadoc-tool.html)
-but its design is simpler.
-The comments read by godoc are not language constructs (as with Docstring)
-nor must they have their own machine-readable syntax (as with Javadoc).
-Godoc comments are just good comments, the sort you would want to read even
-if godoc didn't exist.
-
-The convention is simple: to document a type,
-variable, constant, function, or even a package,
-write a regular comment directly preceding its declaration,
-with no intervening blank line.
-Godoc will then present that comment as text alongside the item it documents.
-For example, this is the documentation for the `fmt` package's [`Fprint`](https://golang.org/pkg/fmt/#Fprint) function:
-
-	// Fprint formats using the default formats for its operands and writes to w.
-	// Spaces are added between operands when neither is a string.
-	// It returns the number of bytes written and any write error encountered.
-	func Fprint(w io.Writer, a ...interface{}) (n int, err error) {
-
-Notice this comment is a complete sentence that begins with the name of
-the element it describes.
-This important convention allows us to generate documentation in a variety of formats,
-from plain text to HTML to UNIX man pages,
-and makes it read better when tools truncate it for brevity,
-such as when they extract the first line or sentence.
-
-Comments on package declarations should provide general package documentation.
-These comments can be short, like the [`sort`](https://golang.org/pkg/sort/)
-package's brief description:
-
-	// Package sort provides primitives for sorting slices and user-defined
-	// collections.
-	package sort
-
-They can also be detailed like the [gob package](https://golang.org/pkg/encoding/gob/)'s overview.
-That package uses another convention for packages that need large amounts
-of introductory documentation:
-the package comment is placed in its own file,
-[doc.go](https://golang.org/src/pkg/encoding/gob/doc.go),
-which contains only those comments and a package clause.
-
-When writing package comments of any size,
-keep in mind that their first sentence will appear in godoc's [package list](https://golang.org/pkg/).
-
-Comments that are not adjacent to a top-level declaration are omitted from godoc's output,
-with one notable exception.
-Top-level comments that begin with the word `"BUG(who)”` are recognized as known bugs,
-and included in the "Bugs” section of the package documentation.
-The "who” part should be the user name of someone who could provide more information.
-For example, this is a known issue from the [bytes package](https://golang.org/pkg/bytes/#pkg-note-BUG):
-
-	// BUG(r): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
-
-Sometimes a struct field, function, type, or even a whole package becomes
-redundant or unnecessary, but must be kept for compatibility with existing
-programs.
-To signal that an identifier should not be used, add a paragraph to its doc
-comment that begins with "Deprecated:" followed by some information about the
-deprecation.
-
-There are a few formatting rules that Godoc uses when converting comments to HTML:
-
-  - Subsequent lines of text are considered part of the same paragraph;
-    you must leave a blank line to separate paragraphs.
-
-  - Pre-formatted text must be indented relative to the surrounding comment
-    text (see gob's [doc.go](https://golang.org/src/pkg/encoding/gob/doc.go) for an example).
-
-  - URLs will be converted to HTML links; no special markup is necessary.
-
-Note that none of these rules requires you to do anything out of the ordinary.
-
-In fact, the best thing about godoc's minimal approach is how easy it is to use.
-As a result, a lot of Go code, including all of the standard library,
-already follows the conventions.
-
-Your own code can present good documentation just by having comments as described above.
-Any Go packages installed inside `$GOROOT/src/pkg` and any `GOPATH` work
-spaces will already be accessible via godoc's command-line and HTTP interfaces,
-and you can specify additional paths for indexing via the `-path` flag or
-just by running `"godoc ."` in the source directory.
-See the [godoc documentation](https://golang.org/cmd/godoc/) for more details.
diff --git a/_content/godoc.org-redirect.article b/_content/godoc.org-redirect.article
deleted file mode 100644
index c7183e0..0000000
--- a/_content/godoc.org-redirect.article
+++ /dev/null
@@ -1,88 +0,0 @@
-# Redirecting godoc.org requests to pkg.go.dev
-15 Dec 2020
-Summary: The plan for moving from godoc.org to pkg.go.dev.
-
-Julie Qiu
-
-##
-
-With the introduction of Go modules and the growth of the Go ecosystem,
-[pkg.go.dev](https://pkg.go.dev) was
-[launched in 2019](https://blog.golang.org/go.dev) to provide a central place
-where developers can discover and evaluate Go packages and modules. Like
-godoc.org, pkg.go.dev serves Go documentation, but it also supports modules,
-better search functionality, and signals to help Go users to find the right
-packages.
-
-As [we shared in January 2020](https://blog.golang.org/pkg.go.dev-2020), our
-goal is to eventually redirect traffic from godoc.org to the corresponding page
-on pkg.go.dev. We’ve also made it possible for users to opt in to redirecting
-their own requests from godoc.org to pkg.go.dev.
-
-We’ve received a lot of great feedback this year, which has been tracked and
-resolved through the
-[pkgsite/godoc.org-redirect](https://github.com/golang/go/milestone/157?closed=1)
-and [pkgsite/design-2020](https://github.com/golang/go/milestone/159?closed=1)
-milestones on the Go issue tracker. Your feedback resulted in support for
-popular feature requests on pkg.go.dev,
-[open sourcing pkgsite](https://blog.golang.org/pkgsite), and most recently, a
-[redesign of pkg.go.dev](https://blog.golang.org/pkgsite-redesign).
-
-## Next Steps
-
-The next step in this migration is to redirect all requests from godoc.org to
-the corresponding page on pkg.go.dev.
-
-This will happen in early 2021, once the work tracked at the
-[pkgsite/godoc.org-redirect milestone](https://github.com/golang/go/milestone/157)
-is complete.
-
-During this migration, updates will be posted to
-[Go issue 43178](https://golang.org/issue/43178).
-
-We encourage everyone to begin using pkg.go.dev today. You can do so by
-visiting [godoc.org?redirect=on](https://godoc.org?redirect=on), or clicking
-“Always use pkg.go.dev” in the top right corner of any godoc.org page.
-
-## FAQs
-
-**Will godoc.org URLs continue to work?**
-
-Yes! We will redirect all requests arriving at godoc.org to the equivalent page
-on pkg.go.dev, so all your bookmarks and links will continue to take you to the
-documentation you need.
-
-**What will happen to the golang/gddo repository?**
-
-The [gddo repository](http://go.googlesource.com/gddo) will remain available
-for anyone who wants to keep running it themselves, or even fork and improve
-it. We will mark it archived to make clear that we will no longer accept
-contributions. However, you will be able to continue forking the repository.
-
-**Will api.godoc.org continue to work?**
-
-This transition will have no impact on api.godoc.org. Until an API is available
-for pkg.go.dev, api.godoc.org will continue to serve traffic. See
-[Go issue 36785](https://golang.org/issue/36785) for updates on an API for
-pkg.go.dev.
-
-**Will my godoc.org badges keep working?**
-
-Yes! Badge URLs will redirect to the equivalent URL on pkg.go.dev too. Your
-page will automatically get a new pkg.go.dev badge. You can also generate a new
-badge at [pkg.go.dev/badge](https://pkg.go.dev/badge) if you would like to
-update your badge link.
-
-## Feedback
-
-As always, feel free to [file an issue](https://golang.org/s/pkgsite-feedback)
-on the Go issue tracker for any feedback.
-
-## Contributing
-
-Pkg.go.dev is an [open source project](https://go.googlesource.com/pkgsite). If
-you’re interested in contributing to the pkgsite project, check out the
-[contribution guidelines](https://go.googlesource.com/pkgsite/+/refs/heads/master/CONTRIBUTING.md)
-or join the
-[#pkgsite channel](https://gophers.slack.com/messages/pkgsite) on Gophers Slack
-to learn more.
diff --git a/_content/gofmt.article b/_content/gofmt.article
deleted file mode 100644
index 75bbfb2..0000000
--- a/_content/gofmt.article
+++ /dev/null
@@ -1,103 +0,0 @@
-# go fmt your code
-23 Jan 2013
-Tags: gofix, gofmt, technical
-Summary: How and why to format your Go code using gofmt.
-OldURL: /go-fmt-your-code
-
-Andrew Gerrand
-
-## Introduction
-
-[Gofmt](https://golang.org/cmd/gofmt/) is a tool that automatically formats Go source code.
-
-Gofmt'd code is:
-
-  - easier to **write**: never worry about minor formatting concerns while hacking away,
-
-  - easier to **read**: when all code looks the same you need not mentally convert
-    others' formatting style into something you can understand.
-
-  - easier to **maintain**: mechanical changes to the source don't cause unrelated
-    changes to the file's formatting;
-    diffs show only the real changes.
-
-  - **uncontroversial**: never have a debate about spacing or brace position ever again!
-
-## Format your code
-
-We recently conducted a survey of Go packages in the wild and found that
-about 70% of them are formatted according to gofmt's rules.
-This was more than expected - and thanks to everyone who uses gofmt - but
-it would be great to close the gap.
-
-To format your code, you can use the gofmt tool directly:
-
-	gofmt -w yourcode.go
-
-Or you can use the "[go fmt](https://golang.org/cmd/go/#hdr-Gofmt__reformat__package_sources)" command:
-
-	go fmt path/to/your/package
-
-To help keep your code in the canonical style,
-the Go repository contains hooks for editors and version control systems
-that make it easy to run gofmt on your code.
-
-For Vim users, the [Vim plugin for Go](https://github.com/fatih/vim-go)
-includes the :Fmt command that runs gofmt on the current buffer.
-
-For emacs users, [go-mode.el](https://github.com/dominikh/go-mode.el)
-provides a gofmt-before-save hook that can be installed by adding this line
-to your .emacs file:
-
-	(add-hook 'before-save-hook #'gofmt-before-save)
-
-For Eclipse or Sublime Text users, the [GoClipse](https://github.com/GoClipse/goclipse)
-and [GoSublime](https://github.com/DisposaBoy/GoSublime) projects add
-a gofmt facility to those editors.
-
-And for Git aficionados, the [misc/git/pre-commit script](https://github.com/golang/go/blob/release-branch.go1.1/misc/git/pre-commit)
-is a pre-commit hook that prevents incorrectly-formatted Go code from being committed.
-If you use Mercurial, the [hgstyle plugin](https://bitbucket.org/fhs/hgstyle/overview)
-provides a gofmt pre-commit hook.
-
-## Mechanical source transformation
-
-One of the greatest virtues of machine-formatted code is that it can be
-transformed mechanically without generating unrelated formatting noise in the diffs.
-Mechanical transformation is invaluable when working with large code bases,
-as it is both more comprehensive and less error prone than making wide-sweeping changes by hand.
-Indeed, when working at scale (like we do at Google) it often isn't practical
-to make these kinds of changes manually.
-
-The easiest way to mechanically manipulate Go code is with gofmt's -r flag.
-The flag specifies a rewrite rule of the form
-
-	pattern -> replacement
-
-where both pattern and replacement are valid Go expressions.
-In the pattern, single-character lowercase identifiers serve as wildcards
-matching arbitrary sub-expressions,
-and those expressions are substituted for the same identifiers in the replacement.
-
-For example, this[ recent change](https://golang.org/cl/7038051) to the
-Go core rewrote some uses of [bytes.Compare](https://golang.org/pkg/bytes/#Compare)
-to use the more efficient [bytes.Equal](https://golang.org/pkg/bytes/#Equal).
-The contributor made the change using just two gofmt invocations:
-
-	gofmt -r 'bytes.Compare(a, b) == 0 -> bytes.Equal(a, b)'
-	gofmt -r 'bytes.Compare(a, b) != 0 -> !bytes.Equal(a, b)'
-
-Gofmt also enables [gofix](https://golang.org/cmd/fix/),
-which can make arbitrarily complex source transformations.
-Gofix was an invaluable tool during the early days when we regularly made
-breaking changes to the language and libraries.
-For example, before Go 1 the built-in error interface didn't exist and the
-convention was to use the os.Error type.
-When we [introduced error](https://golang.org/doc/go1.html#errors),
-we provided a gofix module that rewrote all references to os.Error and its
-associated helper functions to use error and the new [errors package](https://golang.org/pkg/errors/).
-It would have been daunting to attempt by hand,
-but with the code in a standard format it was relatively easy to prepare,
-execute, and review this change which touched almost all Go code in existence.
-
-For more about gofix, see [this article](https://blog.golang.org/introducing-gofix).
diff --git a/_content/gopher.article b/_content/gopher.article
deleted file mode 100644
index 27175de..0000000
--- a/_content/gopher.article
+++ /dev/null
@@ -1,101 +0,0 @@
-# The Go Gopher
-24 Mar 2014
-Tags: gopher
-Summary: The backstory of the Go gopher.
-
-Rob Pike
-
-Andrew Gerrand
-
-##
-
-.image gopher/header.jpg
-
-The Go gopher is an iconic mascot and one of the most distinctive features of the Go project.
-In this post we'll talk about its origins,
-evolution, and behavior.
-
-About 15 years ago—long before the Go project—the gopher first appeared as
-a promotion for the [WFMU radio station](https://wfmu.org/) in New Jersey.
-[Renee French](http://reneefrench.blogspot.com) was commissioned to
-design a T-shirt for an annual fundraiser and out came the gopher.
-
-.image gopher/wfmu.jpg
-
-The gopher next made an appearance at Bell Labs,
-as Bob Flandrena's [avatar](https://research.swtch.com/face) in the Bell Labs mail system.
-Other Renee drawings became avatars for ken, r, rsc, and others.
-(Of course, Peter Weinberger's was his own [iconic face](http://spinroot.com/pico/pjw.html).)
-
-.image gopher/avatars.png
-
-Another Bell Labs activity led to Renee creating [Glenda](https://9p.io/plan9/glenda.html),
-the Plan 9 mascot, a distant cousin of the WFMU gopher.
-
-.image gopher/glenda.png
-
-When we started the Go project we needed a logo,
-and Renee volunteered to draw it.
-It was featured on the first Go T-shirt and the Google Code site.
-
-.image gopher/logo.png
-
-For the open source launch in 2009, Renee suggested adapting the WFMU gopher as a mascot. And the Go gopher was born:
-
-.image gopher/gopher.png
-
-(The gopher has no name, and is called just the "Go gopher".)
-
-For the [launch](https://www.youtube.com/watch?v=-i0hat7pdpk#t=24m40s)
-of the [Go App Engine runtime](https://developers.google.com/appengine/docs/go) at
-Google I/O 2011 we engaged [Squishable](http://squishable.com) to manufacture the plush gophers.
-This was the first time the gopher was colored blue and appeared in three dimensions.
-The first prototype was kinda hairy:
-
-.image gopher/prototype.jpg
-
-But the second one was just right:
-
-.image gopher/plush.jpg
-
-Around the same time, Renee roughed out a gopher in clay.
-This inspired a refined sculpture that became a vinyl figurine made by [Kidrobot](http://www.kidrobot.com/).
-The vinyls were first distributed at OSCON 2011.
-
-.image gopher/vinyl.jpg
-
-The gopher therefore exists in many forms,
-but has always been Renee's creation.
-It stands for the Go project and Go programmers everywhere,
-and is one of the most popular things in the Go world.
-
-The Go gopher is a character; a unique creation. Not any old gopher, just as Snoopy is not any old cartoon dog.
-
-The [gopher images](https://golang.org/doc/gopher/) are Creative Commons
-Attribution 3.0 licensed.
-That means you can play with the images but you must give credit to their
-creator (Renee French) wherever they are used.
-
-Here are a few gopher adaptations that people have used as mascots for user group mascots and similar organizations.
-
-.image gopher/usergroups.png
-
-They're cute and we like them, but by the Creative Commons rules the groups
-should give Renee credit,
-perhaps as a mention on the user group web site.
-
-The vinyl and plush gophers are copyrighted designs;
-accept no substitutes!
-But how can you get one? Their natural habitat is near high concentrations of Go programmers,
-and their worldwide population is growing.
-They may be purchased from the [Google Store](https://www.googlemerchandisestore.com/Google+Redesign/Fun/Go+Gopher+Blue+Squishable.axd?cid=1399),
-although the supply can be irregular.
-(These elusive creatures have been spotted in all [kinds](http://www.flickr.com/photos/pinkhamsters/sets/72157627910426064/) [of](https://plus.google.com/107966629974328136037/posts/TcFA9zHzQB8) [places](https://twitter.com/goroutine).)
-
-Perhaps the best way to get a gopher is to catch one in the wild at a Go conference.
-There are two big chances this year: [GopherCon](http://gophercon.com/) (Denver,
-April 24-26) and [dotGo](http://dotgo.eu) (Paris, October 10).
-
-.image gopher/portrait.jpg
-
-_(Photo by_ [_Noah Lorang_](https://twitter.com/noahhlo/status/437395572081688576)_.)_
diff --git a/_content/gopher/avatars.png b/_content/gopher/avatars.png
deleted file mode 100644
index 707782d..0000000
--- a/_content/gopher/avatars.png
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/glenda.png b/_content/gopher/glenda.png
deleted file mode 100644
index 5d7fe66..0000000
--- a/_content/gopher/glenda.png
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/gopher.png b/_content/gopher/gopher.png
deleted file mode 100644
index cb5e2e1..0000000
--- a/_content/gopher/gopher.png
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/header.jpg b/_content/gopher/header.jpg
deleted file mode 100644
index bcf63e9..0000000
--- a/_content/gopher/header.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/logo.png b/_content/gopher/logo.png
deleted file mode 100644
index d690ce0..0000000
--- a/_content/gopher/logo.png
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/plush.jpg b/_content/gopher/plush.jpg
deleted file mode 100644
index e02217f..0000000
--- a/_content/gopher/plush.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/portrait.jpg b/_content/gopher/portrait.jpg
deleted file mode 100644
index 3022774..0000000
--- a/_content/gopher/portrait.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/prototype.jpg b/_content/gopher/prototype.jpg
deleted file mode 100644
index 3e9d315..0000000
--- a/_content/gopher/prototype.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/usergroups.png b/_content/gopher/usergroups.png
deleted file mode 100644
index 642bc09..0000000
--- a/_content/gopher/usergroups.png
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/vinyl.jpg b/_content/gopher/vinyl.jpg
deleted file mode 100644
index ea8788a..0000000
--- a/_content/gopher/vinyl.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopher/wfmu.jpg b/_content/gopher/wfmu.jpg
deleted file mode 100644
index 9b5d9a1..0000000
--- a/_content/gopher/wfmu.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina.article b/_content/gopherchina.article
deleted file mode 100644
index b680af8..0000000
--- a/_content/gopherchina.article
+++ /dev/null
@@ -1,155 +0,0 @@
-# GopherChina Trip Report
-1 Jul 2015
-Tags: community, china
-Summary: Reporting from GopherChina 2015, the first Go conference in China.
-
-Robert Griesemer
-gri@golang.org
-
-##
-
-We have known for some time that Go is more popular in China than in any other
-country.
-According to Google Trends, most [searches for the term “golang”](https://www.google.com/trends/explore#q=golang) come from The People’s Republic than anywhere else.
-[Others](http://herman.asia/why-is-go-popular-in-china) have speculated on
-the same observation, yet so far we have had
-[sparse concrete information](https://news.ycombinator.com/item?id=8872400)
-about the phenomenon.
-
-The first Go conference in China, [GopherChina](http://gopherchina.org/),
-seemed like an excellent opportunity to explore the situation by putting some
-Western Gopher feet on Chinese ground. An actual invitation made it real and I
-decided to accept and give a presentation about gofmt’s impact on software
-development.
-
-.image gopherchina/image04.jpg
-
-_Hello, Shanghai!_
-
-The conference took place over an April weekend in Shanghai, in the
-[Puruan Building](https://www.google.com/maps/place/Puruan+Bldg,+Pudong,+Shanghai,+China)
-of the Shanghai Pudong Software Park, easily reachable by subway within an hour
-or less from Shanghai’s more central parts.
-Modelled after [GopherCon](http://www.gophercon.com), the conference was
-single-track, with all talks presented in a conference room that fit about 400
-attendees.
-It was organized by volunteers, lead by [Asta Xie](https://github.com/astaxie),
-and with robust sponsorship from major industry names. According to the
-organizers, many more people were hoping to attend than could be accommodated
-due to space constraints.
-
-.image gopherchina/image01.jpg
-
-_The welcoming committee with Asta Xie (2nd from left), the primary organizer._
-
-Each attendee received a bag filled with the obligatory GopherChina t-shirt,
-various sponsor-related informational brochures, stickers, and the occasional
-stuffed “something” (no fluffy Gophers, though). At least one 3rd party vendor
-was advertising technical books, including several original (not translated
-from English) Go books.
-
-.image gopherchina/image05.jpg
-
-_Go books!_
-
-On first impression, the average attendee seemed pretty young, which made for
-an enthusiastic crowd, and the event appeared well run.
-
-With the exception of my talk, all presentations were given in Mandarin and
-thus were incomprehensible to me. Asta Xie, the primary organizer, assisted
-with a few simultaneous translations whispered into my ear, and the occasional
-English slide provided additional clues: “69GB” stands out even without any
-Mandarin knowledge (more on that below). Consequently, I ended up listening to
-a handful of presentations only, and instead spent much of my time talking with
-attendees outside the main conference room. Yet judging from the slides, the
-quality of most presentations seemed high, comparable with our experience at
-GopherCon in Denver last year. Each talk got a one hour time slot which allowed
-for plenty of technical detail, and many (dozens) of questions from an
-enthusiastic audience.
-
-As expected, many of the presentations were about web services, backends for
-mobile applications, and so on. Some of the systems appear to be huge by any
-measure.
-For instance, a talk by [Yang Zhou](http://gopherchina.org/user/zhouyang)
-described a large-scale internal messaging system, used by
-[Qihoo 360](http://www.360.cn/), a major Chinese software firm, all written
-in Go. The presentation discussed how his team managed to reduce an original
-heap size of 69GB (!) and the resulting long GC pauses of 3-6s to more
-manageable numbers, and how they run millions of goroutines per machine, on a
-fleet of thousands of machines. A future guest blog post is planned describing
-this system in more detail.
-
-.image gopherchina/image03.jpg
-
-_Packed conference room on Saturday._
-
-In another presentation, [Feng Guo](http://gopherchina.org/user/guofeng) from
-[DaoCloud](https://www.daocloud.io/) talked about how they use Go in their
-company for what they call the “continuous delivery” of applications. DaoCloud
-takes care of automatically moving software hosted on GitHub (and Chinese
-equivalents) to the cloud. A software developer simply pushes a new version on
-GitHub and DaoCloud takes care of the rest: running tests,
-[Dockerizing](https://www.docker.com/) it, and shipping it using your
-preferred cloud service provider.
-
-Several speakers were from well-recognized major software firms (I showed the
-conference program to non-technical people and they easily recognized several
-of the firm’s names). Much more so than in the US, it seems Go is not just
-hugely popular with newcomers and startups, but has very much found its way
-into larger organizations and is employed at a scale that we are only starting
-to see elsewhere.
-
-Not being an expert in web services myself, in my presentation I veered off the
-general conference theme a bit by talking about
-[gofmt](https://golang.org/cmd/gofmt/) and how its widespread use has started
-to shape expectations not just for Go but other languages as well.
-I presented in English but had my slides translated to Mandarin beforehand. Due
-to the significant language barrier I wasn’t expecting too many questions on my
-talk itself.
-Instead I decided the keep it short and leave plenty of time for general
-questions on Go, which the audience appreciated.
-
-.image gopherchina/image06.jpg
-
-_No social event in China is complete without fantastic food._
-
-A couple of days after the conference I visited the 4-year-old startup company
-[Qiniu](http://www.qiniu.com/) (“Seven Bulls”), at the invitation of its
-[CEO](http://gopherchina.org/user/xushiwei) Wei Hsu, facilitated and
-translated with the help of Asta Xie. Qiniu is a cloud-based storage provider
-for mobile applications; Wei Hsu presented at the conference and also happens
-to be the author of one of the first Chinese books on Go (the leftmost one in
-the picture above).
-
-.image gopherchina/image02.jpg
-.image gopherchina/image00.jpg
-
-_Qiniu lobby, engineering._
-
-Qiniu is an extremely successful all-Go shop, with about 160 employees, serving
-over 150,000 companies and developers, storing over 50 Billion files, and
-growing by over 500 Million files per day. When asked about the reasons for
-Go’s success in China, Wei Hsu is quick to answer: PHP is extremely popular in
-China, but relatively slow and not well-suited for large systems. Like in the
-US, universities teach C++ and Java as primary languages, but for many
-applications C++ is too complex a tool and Java too bulky. In his opinion, Go
-now plays the role that traditionally belonged to PHP, but Go runs much faster,
-is type safe, and scales more easily. He loves the fact that Go is simple and
-applications are easy to deploy. He thought the language to be “perfect” for
-them and his primary request was for a recommended or even standardized package
-to easily access database systems. He did mention that they had GC problems in
-the past but were able to work around them. Hopefully our upcoming 1.5 release
-will address this. For Qiniu, Go appeared just at the right time and the right
-(open source) place.
-
-According to Asta Xie, Qiniu is just one of many Go shops in the PRC. Large
-companies such as Alibaba, Baidu, Tencent, and Weibo, are now all using Go in
-one form or another. He pointed out that while Shanghai and neighboring cities
-like [Suzhou](https://www.google.com/maps/place/Suzhou,+Jiangsu,+China) are
-high-tech centres, even more software developers are found in the Beijing area.
-For 2016,  Asta hopes to organize a larger (1000, perhaps 1500 people)
-successor conference in Beijing.
-
-It appears that we have found the Go users in China: They are everywhere!
-
-_Some of the GopherChina materials, including videos, are now available alongside Go coursework on a_ [_3rd party site_](http://www.imooc.com/view/407).
diff --git a/_content/gopherchina/image00.jpg b/_content/gopherchina/image00.jpg
deleted file mode 100644
index 991badb..0000000
--- a/_content/gopherchina/image00.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image01.jpg b/_content/gopherchina/image01.jpg
deleted file mode 100644
index b42545e..0000000
--- a/_content/gopherchina/image01.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image02.jpg b/_content/gopherchina/image02.jpg
deleted file mode 100644
index 4ee3446..0000000
--- a/_content/gopherchina/image02.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image03.jpg b/_content/gopherchina/image03.jpg
deleted file mode 100644
index 4b8af5d..0000000
--- a/_content/gopherchina/image03.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image04.jpg b/_content/gopherchina/image04.jpg
deleted file mode 100644
index 42ca71d..0000000
--- a/_content/gopherchina/image04.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image05.jpg b/_content/gopherchina/image05.jpg
deleted file mode 100644
index b3529a7..0000000
--- a/_content/gopherchina/image05.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopherchina/image06.jpg b/_content/gopherchina/image06.jpg
deleted file mode 100644
index f4ec470..0000000
--- a/_content/gopherchina/image06.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gophercon.article b/_content/gophercon.article
deleted file mode 100644
index 33f61e1..0000000
--- a/_content/gophercon.article
+++ /dev/null
@@ -1,59 +0,0 @@
-# GopherCon 2014 Wrap Up
-28 May 2014
-Summary: Reporting from GopherCon 2014.
-
-Andrew Gerrand
-adg@golang.org
-
-##
-
-In April this year 700 gophers descended upon Denver to attend [GopherCon](http://www.gophercon.com/),
-the world's first large-scale Go conference, organized entirely by the community.
-The three day event featured 24 talks and one panel discussion in a single track over two days,
-followed by an informal "hack day" full of code, conversation,
-and more than 4 hours (!) of lightning talks.
-
-.image gophercon/image02.jpg
-
-A [complete set of video recordings](http://confreaks.com/events/gophercon2014) is now available
-(the [slides are here](https://github.com/gophercon/2014-talks)).
-
-Two keynotes framed the conference:
-
-  - Rob Pike's opening talk ["Hello, Gophers!"](https://www.youtube.com/watch?v=VoS7DsT1rdM) ([slides](https://talks.golang.org/2014/hellogophers.slide))
-    discusses the history of Go by walking through two of the first Go programs.
-  - Andrew Gerrand's closing talk ["Go for gophers"](https://www.youtube.com/watch?v=dKGmK_Z1Zl0) ([slides](https://talks.golang.org/2014/go4gophers.slide)) explains
-    the Go design philosophy through the lens of his personal experience learning the language.
-
-One talk that resonated with members of the Go team was Peter Bourgon's
-["Best practices for Production Environments"](https://www.youtube.com/watch?v=Y1-RLAl7iOI)
-([notes](http://peter.bourgon.org/go-in-production/)).
-From deployment to dependency management,
-it answers many frequently asked questions about Go use in the real world
-and is a must-see for anyone serious about building systems in Go.
-
-But, really, you should just [watch them all](http://confreaks.com/events/gophercon2014).
-They're great.
-
-The Go Gopher was everywhere.
-Each attendee received one of the new pink and purple gophers,
-which now accompany the original blue one:
-
-.image gophercon/image01.jpg
-
-The gopher was also seen wearing a cape on the side of the incredible [CoreOS](https://coreos.com/) bus:
-
-.image gophercon/image00.jpg
-
-Most of the Go team were at the conference,
-and we were moved by the passion and dedication of the Go community.
-It was a thrill to see the many different ways people are using the language.
-It was also great to put faces to many of the names we know well through their contributions to the project.
-
-We would like to extend our thanks and congratulations to the GopherCon
-organizers (Brian Ketelsen and Erik St.
-Martin), the excellent speakers, and the tireless volunteers that pitched
-in to make the event such a success.
-We look forward to GopherCon 2015, which promises to be bigger and better still.
-
-But if you really can't wait, we'll see you at [dotGo](http://www.dotgo.eu/) in Paris on the 10th of October!
diff --git a/_content/gophercon/image00.jpg b/_content/gophercon/image00.jpg
deleted file mode 100644
index b8dba8c..0000000
--- a/_content/gophercon/image00.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gophercon/image01.jpg b/_content/gophercon/image01.jpg
deleted file mode 100644
index dcd4457..0000000
--- a/_content/gophercon/image01.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gophercon/image02.jpg b/_content/gophercon/image02.jpg
deleted file mode 100644
index 61003e0..0000000
--- a/_content/gophercon/image02.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gophercon2015.article b/_content/gophercon2015.article
deleted file mode 100644
index 47b1245..0000000
--- a/_content/gophercon2015.article
+++ /dev/null
@@ -1,82 +0,0 @@
-# GopherCon 2015 Roundup
-28 Jul 2015
-Tags: conference, report, gopher
-Summary: Reporting from GopherCon 2015.
-
-Andrew Gerrand
-
-##
-
-A few weeks ago, Go programmers from around the world descended on Denver,
-Colorado for GopherCon 2015. The two-day, single-track conference attracted
-more than 1,250 attendees—nearly double last year's number—and featured 22
-talks presented by Go community members.
-
-.image gophercon2015/cowboy.jpg _ 550
-
-<p>
-<small>The Cowboy Gopher (a toy given to each attendee) watches over the ranch.<br>
-<i>Photograph by <a href="https://twitter.com/nathany/status/619861336399351808">Nathan Youngman</a>. Gopher by Renee French.</i>
-</small>
-</p>
-
-Today the organizers have posted the videos online so you can now enjoy the
-conference from afar:
-
-[Day 1](http://gophercon.com/schedule/8july/):
-
-  - Go, Open Source, Community — Russ Cox ([video](https://www.youtube.com/watch?v=XvZOdpd_9tc))
-    ([text](https://blog.golang.org/open-source))
-  - Go kit: A Standard Library for Distributed Programming — Peter Bourgon
-    ([video](https://www.youtube.com/watch?v=1AjaZi4QuGo)) ([slides](https://github.com/gophercon/2015-talks/blob/master/Go%20kit/go-kit.pdf))
-  - Delve Into Go — Derek Parker ([video](https://www.youtube.com/watch?v=InG72scKPd4))
-    ([slides](http://go-talks.appspot.com/github.com/derekparker/talks/gophercon-2015/delve-into-go.slide))
-  - How a complete beginner learned Go as her first backend language in 5
-    weeks — Audrey Lim ([video](https://www.youtube.com/watch?v=fZh8uCInEfw))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Audrey%20Lim%20-%20How%20a%20Complete%20Beginner%20Picked%20Up%20Go%20as%20Her%20First%20Backend%20Language%20in%205%20weeks/audreylim_slides.pdf))
-  - A Practical Guide to Preventing Deadlocks and Leaks in Go — Richard
-    Fliam ([video](https://www.youtube.com/watch?v=3EW1hZ8DVyw))
-  - Go GC: Solving the Latency Problem — Rick Hudson ([video](https://www.youtube.com/watch?v=aiv1JOfMjm0))
-    ([slides](https://talks.golang.org/2015/go-gc.pdf))
-  - Simplicity and Go — Katherine Cox-Buday ([video](https://www.youtube.com/watch?v=S6mEo_FHZ5Y))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Katherine%20Cox-Buday:%20Simplicity%20%26%20Go/Simplicity%20%26%20Go.pdf))
-  - Rebuilding Parse.com in Go - an opinionated rewrite — Abhishek Kona
-    ([video](https://www.youtube.com/watch?v=_f9LS-OWfeA)) ([slides](https://github.com/gophercon/2015-talks/blob/master/Abhishek%20Kona%20Rewriting%20Parse%20in%20GO/myslides.pdf))
-  - Prometheus: Designing and Implementing a Modern Monitoring Solution in
-    Go — Björn Rabenstein ([video](https://www.youtube.com/watch?v=1V7eJ0jN8-E))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Bj%C3%B6rn%20Rabenstein%20-%20Prometheus/slides.pdf))
-  - What Could Go Wrong? — Kevin Cantwell ([video](https://www.youtube.com/watch?v=VC3QXZ-x5yI))
-  - The Roots of Go — Baishampayan Ghose ([video](https://www.youtube.com/watch?v=0hPOopcJ8-E))
-    ([slides](https://speakerdeck.com/bg/the-roots-of-go))
-
-[Day 2](http://gophercon.com/schedule/9july/):
-
-  - The Evolution of Go — Robert Griesemer ([video](https://www.youtube.com/watch?v=0ReKdcpNyQg))
-    ([slides](https://talks.golang.org/2015/gophercon-goevolution.slide))
-  - Static Code Analysis Using SSA — Ben Johnson ([video](https://www.youtube.com/watch?v=D2-gaMvWfQY))
-    ([slides](https://speakerdeck.com/benbjohnson/static-code-analysis-using-ssa))
-  - Go on Mobile — Hana Kim ([video](https://www.youtube.com/watch?v=sQ6-HyPxHKg))
-    ([slides](https://talks.golang.org/2015/gophercon-go-on-mobile.slide))
-  - Go Dynamic Tools — Dmitry Vyukov ([video](https://www.youtube.com/watch?v=a9xrxRsIbSU))
-    ([slides](https://talks.golang.org/2015/dynamic-tools.slide))
-  - Embrace the Interface — Tomás Senart ([video](https://www.youtube.com/watch?v=xyDkyFjzFVc))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Tom%C3%A1s%20Senart%20-%20Embrace%20the%20Interface/ETI.pdf))
-  - Uptime: Building Resilient Services with Go — Blake Caldwell ([video](https://www.youtube.com/watch?v=PyBJQA4clfc))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Blake%20Caldwell%20-%20Uptime:%20Building%20Resilient%20Services%20with%20Go/2015-GopherCon-Talk-Uptime.pdf))
-  - Cayley: Building a Graph Database — Barak Michener ([video](https://www.youtube.com/watch?v=-9kWbPmSyCI))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Barak%20Michener%20-%20Cayley:%20Building%20a%20Graph%20Database/Cayley%20-%20Building%20a%20Graph%20Database.pdf))
-  - Code Generation For The Sake Of Consistency — Sarah Adams ([video](https://www.youtube.com/watch?v=kGAgHwfjg1s))
-  - The Many Faces of Struct Tags — Sam Helman and Kyle Erf ([video](https://www.youtube.com/watch?v=_SCRvMunkdA))
-    ([slides](https://github.com/gophercon/2015-talks/blob/master/Sam%20Helman%20%26%20Kyle%20Erf%20-%20The%20Many%20Faces%20of%20Struct%20Tags/StructTags.pdf))
-  - Betting the Company on Go and Winning — Kelsey Hightower ([video](https://www.youtube.com/watch?v=wqVbLlHqAeY))
-  - How Go Was Made — Andrew Gerrand ([video](https://www.youtube.com/watch?v=0ht89TxZZnk))
-    ([slides](https://talks.golang.org/2015/how-go-was-made.slide))
-
-The [hack day](http://gophercon.com/schedule/10july/) was also a ton of fun,
-with hours of [lightning talks](https://www.youtube.com/playlist?list=PL2ntRZ1ySWBeHqlHM8DmvS8axgbrpvF9b)
-and a range of activities from programming robots
-to a Magic: the Gathering tournament.
-
-Huge thanks to the event organizers Brian Ketelsen and Eric St. Martin and
-their production team, the sponsors, the speakers, and the attendees for making
-this such a fun and action-packed conference. Hope to see you there next year!
diff --git a/_content/gophercon2015/cowboy.jpg b/_content/gophercon2015/cowboy.jpg
deleted file mode 100644
index 62ce0d6..0000000
--- a/_content/gophercon2015/cowboy.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gophergala.article b/_content/gophergala.article
deleted file mode 100644
index 96d3cee..0000000
--- a/_content/gophergala.article
+++ /dev/null
@@ -1,36 +0,0 @@
-# The Gopher Gala is the first worldwide Go hackathon
-7 Jan 2015
-Summary: The Gopher Gala, the first global Go hackathon, will take place January 23-25, 2015.
-
-Francesc Campoy
-campoy@golang.org
-
-##
-
-The [Gopher Gala](http://gophergala.com/) is the first Go hackathon at a
-global scale and will take place from January 23rd through the 25th. The event
-is organized by the community, supported by the Go team, and sponsored by
-Google among others.
-
-.image gophergala/fancygopher.jpg _ 300
-_Fancy_Gopher,_by_ [[http://www.reneefrench.com/][_Renée_French_]]
-
-You can read about the rules of the hackathon
-[here](http://gophergala.com/rules/), but if you know about
-[Rails Rumble](http://railsrumble.com/) or
-[Node Knockout](http://nodeknockout.com/) you already have a pretty good idea
-of what to expect.
-
-During this event gophers from all around the globe will form teams to build
-great applications using Go as the main tool. Afterwards, all the participants
-will vote for their favorite applications and the 20 highest voted applications
-will be ranked by a jury of renowned names from the community, including some
-members of the Go core team. More information on the judging phase can be found
-[here](http://gophergala.com/judging/).
-
-And in case you needed one more reason to
-[get involved](https://gophers.typeform.com/to/wondM5) there will be prizes!
-
-"What prizes?" you ask. Well, that’s a
-[secret](http://gophergala.com/prizes/) until January 10th but we’re pretty
-sure you won’t be disappointed.
diff --git a/_content/gophergala/fancygopher.jpg b/_content/gophergala/fancygopher.jpg
deleted file mode 100755
index ae0a361..0000000
--- a/_content/gophergala/fancygopher.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gopls-vscode-go.article b/_content/gopls-vscode-go.article
deleted file mode 100644
index aebab54..0000000
--- a/_content/gopls-vscode-go.article
+++ /dev/null
@@ -1,111 +0,0 @@
-# Gopls on by default in the VS Code Go extension
-01 Feb 2021
-Tags: tools, gopls
-Summary: Gopls, which provides IDE features for Go to many editors, is now used by default in VS Code Go.
-
-Go tools team
-
-##
-
-We're happy to announce that the VS Code Go extension now enables the [gopls
-language server](https://github.com/golang/tools/blob/master/gopls/README.md)
-by default, to deliver more robust IDE features and better support for Go
-modules.
-
-.image gopls/features.gif _ 635
-_(`gopls` provides IDE features, such as as intelligent autocompletion, signature help, refactoring, and workspace symbol search.)_
-
-When [Go modules](using-go-modules) were
-released two years ago, they completely changed the landscape of Go developer
-tooling. Tools like `goimports` and `godef` previously depended on the fact
-that code was stored in your `$GOPATH`. When the Go team began rewriting these
-tools to work with modules, we immediately realized that we needed a more
-systematic approach to bridge the gap.
-
-As a result, we began working on a single Go
-[language server](https://microsoft.github.io/language-server-protocol/),
-`gopls`, which provides IDE features, such as autocompletion, formatting, and
-diagnostics to any compatible editor frontend. This persistent and unified
-server is a [fundamental
-shift](https://www.youtube.com/watch?v=EFJfdWzBHwE&t=1s) from the earlier
-collections of command-line tools.
-
-In addition to working on `gopls`, we sought other ways of creating a stable
-ecosystem of editor tooling. Last year, the Go team took responsibility for the
-[Go extension for VS Code](https://blog.golang.org/vscode-go). As part of this
-work, we smoothed the extension’s integration with the language server—automating
-`gopls` updates, rearranging and clarifying `gopls` settings, improving the
-troubleshooting workflow, and soliciting feedback through a survey. We’ve also
-continued to foster a community of active users and contributors who have
-helped us improve the stability, performance, and user experience of the Go
-extension.
-
-## Announcement
-
-January 28 marked a major milestone in both the `gopls` and VS Code Go
-journeys, as `gopls` is now enabled by default in the Go extension for VS Code.
-
-In advance of this switch we spent a long time iterating on the design, feature
-set, and user experience of `gopls`, focusing on improving performance and
-stability. For more than a year, `gopls` has been the default in most plugins for
-Vim, Emacs, and other editors. We’ve had 24 `gopls` releases, and we’re
-incredibly grateful to our users for consistently providing feedback and
-reporting issues on each and every one.
-
-We’ve also dedicated time to smoothing the new user experience. We hope that VS
-Code Go with `gopls` will be intuitive with clear error messages, but if you have
-a question or need to adjust some configuration, you’ll be able to find answers
-in our [updated documentation](https://github.com/golang/vscode-go/blob/master/README.md).
-We have also recorded [a screencast](https://www.youtube.com/watch?v=1MXIGYrMk80)
-to help you get started, as well as
-[animations](https://github.com/golang/vscode-go/blob/master/docs/features.md)
-to show off some hard-to-find features.
-
-Gopls is the best way of working with Go code, especially with Go modules.
-With the upcoming arrival of Go 1.16, in which modules are enabled by default,
-VS Code Go users will have the best possible experience out-of-the-box.
-
-Still, this switch does not mean that `gopls` is complete. We will continue
-working on bug fixes, new features, and general stability. Our next area of
-focus will be improving the user experience when [working with multiple
-modules](https://github.com/golang/tools/blob/master/gopls/doc/workspace.md).
-Feedback from our larger user base will help inform our next steps.
-
-## So, what should you do?
-
-If you use VS Code, you don’t need to do anything.
-When you get the next VS Code Go update, `gopls` will be enabled automatically.
-
-If you use another editor, you are likely using `gopls` already. If not, see
-[the `gopls` user guide](https://github.com/golang/tools/blob/master/gopls/README.md)
-to learn how to enable `gopls` in your preferred editor. The Language Server
-Protocol ensures that `gopls` will continue to offer the same features to every
-editor.
-
-If `gopls` is not working for you, please see our [detailed troubleshooting
-guide](https://github.com/golang/vscode-go/blob/master/docs/troubleshooting.md)
-and file an issue. If you need to, you can always [disable `gopls` in VS
-Code](https://github.com/golang/vscode-go/blob/master/docs/settings.md#gouselanguageserver).
-
-## Thank you
-
-To our existing users, thank you for bearing with us as we rewrote our caching
-layer for the third time. To our new users, we look forward to hearing your
-experience reports and feedback.
-
-Finally, no discussion of Go tooling is complete without mentioning the
-valuable contributions of the Go tools community. Thank you for the lengthy
-discussions, detailed bug reports, integration tests, and most importantly,
-thank you for the fantastic contributions. The most exciting `gopls` features
-come from our passionate open-source contributors, and we are appreciative of
-your hard work and dedication.
-
-## Learn more
-
-Watch [the screencast](https://www.youtube.com/watch?v=1MXIGYrMk80) for a
-walk-through of how to get started with `gopls` and VS Code Go, and see the
-[VS Code Go README](https://github.com/golang/vscode-go/blob/master/README.md)
-for additional information.
-
-If you’d like to read about `gopls` in more detail, see the
-[`gopls` README](https://github.com/golang/tools/blob/master/gopls/README.md).
diff --git a/_content/gopls/features.gif b/_content/gopls/features.gif
deleted file mode 100644
index 9a7c034..0000000
--- a/_content/gopls/features.gif
+++ /dev/null
Binary files differ
diff --git a/_content/gothamgo.article b/_content/gothamgo.article
deleted file mode 100644
index 03662e9..0000000
--- a/_content/gothamgo.article
+++ /dev/null
@@ -1,65 +0,0 @@
-# GothamGo: gophers in the big apple
-9 Jan 2015
-Summary: Reporting from GothamGo 2015, the first full-day Go conference in New York City.
-
-Francesc Campoy
-campoy@golang.org
-
-##
-
-Last November more than two hundred gophers from all across the United States
-got together for the first full-day Go conference in New York City.
-
-The diverse speaker lineup included university students, industry experts, and Go team members.
-
-And good news, everybody! All the talks were recorded and are available:
-
-.image gothamgo/gothamgo.jpg _ 600
-
-  - [Launching into Go](http://vimeo.com/115728346) _by Kathy Spardlin_ -
-    a CockroachDB contributor provides pointers for people getting started with Go.
-  - [Error Handling](http://vimeo.com/115782573) _by_ [_Bill Kennedy_](https://twitter.com/goinggodotnet) -
-    ideas on how to use the Go error interface.
-  - [7 common mistakes in Go and how to avoid them](http://vimeo.com/115776445) _by_
-    [_Steve Francia_](https://twitter.com/spf13) - the author of some popular
-    Go libraries shares his experience.
-  - [Cancellation, Context, and Plumbing](http://vimeo.com/115309491) _by_
-    [_Sameer Ajmani_](https://twitter.com/sajma) - the Google NYC Go team
-    lead explains how cancellation works in Go,
-    and how we're retrofitting the Google code base to use it.
-  - [Dethorning Package Management](http://vimeo.com/115940605) _by_ [_Keith Rarick_](https://twitter.com/krarick) -
-    the creator of godep talks about how to manage your dependencies well.
-  - [Everything You've Always Wanted to Know About Go Web Apps (But were afraid to ask)](http://vimeo.com/115940590)
-    _by_ [_Mark Bates_](https://twitter.com/markbates) - a survey of Go packages
-    for building web apps,
-    and insights into why there are so few Go "frameworks".
-  - [Building high-performance database applications using Aerospike](http://vimeo.com/116215450)
-    _by Chris Stivers_ - a principal engineer at Aerospike shares his experiences
-    building scalable applications.
-  - [The state of Go on the Android platform](http://vimeo.com/115307069)
-    _by_ [_David Crawshaw_](https://twitter.com/davidcrawshaw) - the leader
-    of the Go on mobile platforms project tells us what’s coming up and shows a working demo.
-  - [Mutexes and Locks](http://vimeo.com/116108566) _by_ [_Jessie Frazelle_](https://twitter.com/frazelledazzell) -
-    a member of the Docker core team tells us about concurrency and what to
-    do when things go wrong.
-  - [Gobot.io](http://vimeo.com/115618722) _by_ [_Ron Evans_](https://twitter.com/deadprogram) -
-    awesome robots controlled by Go, with demos!
-  - [Doing Go](http://vimeo.com/114941260) _by_ [_Bryan Liles_](https://twitter.com/bryanl) -
-    a DigitalOcean engineer delivers a hilarious comedy routine that happens to be about Go.
-  - [Things I learned teaching Go](http://vimeo.com/115308225) _by_ [_Francesc Campoy_](https://twitter.com/francesc) -
-    the Developer Advocate for the Go team shares his experience teaching Go
-    and some advice on how to become a better gopher.
-
-Two more talks come from the Go meetup in New York City, which met the day before GothamGo:
-
-  - [Benchmarking Go](http://vimeo.com/114975899) _by_ [_Brian Bulkowski_](https://twitter.com/bbulkow) -
-    the founder of Aerospike talks about profiling tools for Go and Linux,
-    and micro benchmarks for goroutines, channels,
-    buffers, and and other Go features.
-  - [Go Static Analysis Tools](http://vimeo.com/114736889) _by Alan Donovan_ -
-    a member of the Go team at Google NY gives a guided tour of several static
-    analysis tools designed to help Go programmers understand,
-    navigate , and refactor their code.
-
-Make sure to have a look at all of those in preparation for the [FOSDEM](https://fosdem.org/) Go
-devroom FOSDEM in Brussels (Belgium) and [gophercon.in](http://www.gophercon.in/) in Bengaluru (India).
diff --git a/_content/gothamgo/gothamgo.jpg b/_content/gothamgo/gothamgo.jpg
deleted file mode 100644
index 5ed4475..0000000
--- a/_content/gothamgo/gothamgo.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/gouk15.article b/_content/gouk15.article
deleted file mode 100644
index f5ec3ce..0000000
--- a/_content/gouk15.article
+++ /dev/null
@@ -1,65 +0,0 @@
-# Golang UK 2015
-9 Oct 2015
-Tags: conference, golanguk
-Summary: Reporting from GolangUK 2015, the first London Go conference.
-
-Francesc Campoy
-
-##
-
-On August 21st the Go community gathered in London for the first edition of
-[Golang UK](https://golanguk.com). The conference featured two parallel
-tracks and nearly 400 gophers attended.
-
-.image gouk15/gouk.jpg 300 _
-
-The conference started with the opening keynote by [David Calavera](https://twitter.com/calavera)
-called Crossing the Language Chasm ([video](https://www.youtube.com/watch?v=JPVRnEZ4v_w&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-and continued with two concurrently executed [tracks](http://golanguk.com/schedule/).
-
-Main track:
-
-  - Stupid Gopher Tricks,
-    by [Andrew Gerrand](https://twitter.com/enneff)
-    ([video](https://www.youtube.com/watch?v=UECh7X07m6E&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Complex Concurrency Patterns in Go,
-    by [Evan Huus](https://twitter.com/eapache)
-    ([video](https://www.youtube.com/watch?v=2HOO5gIgyMg&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Code Analysis [no reading required],
-    by [Francesc Campoy](https://twitter.com/francesc)
-    ([video](https://www.youtube.com/watch?v=oorX84tBMqo&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Go kit: a toolkit for microservices,
-    by [Peter Bourgon](https://twitter.com/peterbourgon)
-    ([video](https://www.youtube.com/watch?v=aL6sd4d4hxk&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Dependency Management Conundrum,
-    by [William Kennedy](https://twitter.com/goinggodotnet)
-    ([video](https://www.youtube.com/watch?v=CdhucJShJU8&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-
-Side track:
-
-  - Building APIs,
-    by [Mat Ryer](https://twitter.com/matryer) ([video](https://www.youtube.com/watch?v=tIm8UkSf6RA&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Building a Bank with Go,
-    by [Matt Heath](https://twitter.com/mattheath)
-    ([video](https://www.youtube.com/watch?v=cFJkLfujOts&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - CockroachDB: Make Data Easy,
-    by [Ben Darnell](https://twitter.com/bendarnell)
-    ([video](https://www.youtube.com/watch?v=33oqpLmQ3LE&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Understanding memory allocation in Go,
-    by [Dean Elbaz](https://twitter.com/DeanElbaz)
-    ([video](https://www.youtube.com/watch?v=zjoieOpy5hE&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-  - Whispered Secrets,
-    by [Eleanor McHugh](https://twitter.com/feyeleanor)
-    ([video](https://www.youtube.com/watch?v=ViBRx-F4Z2U&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd))
-
-Finally [Damian Gryski](https://twitter.com/dgryski)
-took the stage for the closing keynote
-([video](https://www.youtube.com/watch?v=IiSyFc10Jj0&list=PLDWZ5uzn69ezRJYeWxYNRMYebvf8DerHd)),
-giving an overview of how the Go community has evolved over time and hinting
-to what the future might look like.
-
-On the day before the conference,
-[William Kennedy](https://twitter.com/goinggodotnet)
-gave a full day Go workshop.
-
-It was a great conference, so congratulations to the organizers and see you next year in London!
diff --git a/_content/gouk15/gouk.jpg b/_content/gouk15/gouk.jpg
deleted file mode 100644
index ba42756..0000000
--- a/_content/gouk15/gouk.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/h2push.article b/_content/h2push.article
deleted file mode 100644
index 842681d..0000000
--- a/_content/h2push.article
+++ /dev/null
@@ -1,123 +0,0 @@
-# HTTP/2 Server Push
-24 Mar 2017
-Tags: http, technical
-Summary: How to use HTTP/2 server push to reduce page load times.
-
-Jaana Burcu Dogan
-
-Tom Bergan
-
-## Introduction
-
-HTTP/2 is designed to address many of the failings of HTTP/1.x.
-Modern web pages use many resources: HTML, stylesheets,
-scripts, images, and so on. In HTTP/1.x, each of these resources must
-be requested explicitly. This can be a slow process.
-The browser starts by fetching the HTML, then learns of more resources
-incrementally as it parses and evaluates the page. Since the server
-must wait for the browser to make each request, the network is often
-idle and underutilized.
-
-To improve latency, HTTP/2 introduced _server push_, which allows the
-server to push resources to the browser before they are explicitly
-requested. A server often knows many of the additional resources a
-page will need and can start pushing those resources as it responds
-to the initial request. This allows the server to fully utilize an
-otherwise idle network and improve page load times.
-
-.image h2push/serverpush.svg _ 600
-
-At the protocol level, HTTP/2 server push is driven by `PUSH_PROMISE`
-frames. A `PUSH_PROMISE` describes a request that the server predicts the
-browser will make in the near future. As soon as the browser receives
-a `PUSH_PROMISE`, it knows that the server will deliver the resource.
-If the browser later discovers that it needs this resource, it will
-wait for the push to complete rather than sending a new request.
-This reduces the time the browser spends waiting on the network.
-
-## Server Push in net/http
-
-Go 1.8 introduced support for pushing responses from an [`http.Server`](https://golang.org/pkg/net/http/#Server).
-This feature is available if the running server is an HTTP/2 server
-and the incoming connection uses HTTP/2. In any HTTP handler,
-you can assert if the http.ResponseWriter supports server push by checking
-if it implements the new [`http.Pusher`](https://golang.org/pkg/net/http/#Pusher) interface.
-
-For example, if the server knows that `app.js` will be required to
-render the page, the handler can initiate a push if `http.Pusher`
-is available:
-
-.code h2push/pusher.go /START/,/END/
-
-The Push call creates a synthetic request for `/app.js`,
-synthesizes that request into a `PUSH_PROMISE` frame, then forwards
-the synthetic request to the server's request handler, which will
-generate the pushed response. The second argument to Push specifies
-additional headers to include in the `PUSH_PROMISE`. For example,
-if the response to `/app.js` varies on Accept-Encoding,
-then the `PUSH_PROMISE` should include an Accept-Encoding value:
-
-.code h2push/pusher.go /START1/,/END1/
-
-A fully working example is available at:
-
-	$ go get golang.org/x/blog/content/h2push/server
-
-If you run the server and load [https://localhost:8080](https://localhost:8080),
-your browser's developer tools should show that `app.js` and
-`style.css` were pushed by the server.
-
-.image h2push/networktimeline.png _ 605
-
-## Start Your Pushes Before You Respond
-
-It's a good idea to call the Push method before sending any bytes
-of the response. Otherwise it is possible to accidentally generate
-duplicate responses. For example, suppose you write part of an HTML
-response:
-
-	<html>
-	<head>
-		<link rel="stylesheet" href="a.css">...
-
-Then you call Push("a.css", nil). The browser may parse this fragment
-of HTML before it receives your PUSH\_PROMISE, in which case the browser
-will send a request for `a.css` in addition to receiving your
-`PUSH_PROMISE`. Now the server will generate two responses for `a.css`.
-Calling Push before writing the response avoids this possibility entirely.
-
-## When To Use Server Push
-
-Consider using server push any time your network link is idle.
-Just finished sending the HTML for your web app? Don't waste time waiting,
-start pushing the resources your client will need. Are you inlining
-resources into your HTML file to reduce latency? Instead of inlining,
-try pushing. Redirects are another good time to use push because there
-is almost always a wasted round trip while the client follows the redirect.
-There are many possible scenarios for using push -- we are only getting started.
-
-We would be remiss if we did not mention a few caveats. First, you can only
-push resources your server is authoritative for -- this means you cannot
-push resources that are hosted on third-party servers or CDNs. Second,
-don't push resources unless you are confident they are actually needed
-by the client, otherwise your push wastes bandwidth. A corollary is to
-avoid pushing resources when it's likely that the client already has
-those resources cached. Third, the naive approach of pushing all
-resources on your page often makes performance worse. When in doubt, measure.
-
-The following links make for good supplemental reading:
-
-  - [HTTP/2 Push: The Details](https://calendar.perfplanet.com/2016/http2-push-the-details/)
-  - [Innovating with HTTP/2 Server Push](https://www.igvita.com/2013/06/12/innovating-with-http-2.0-server-push/)
-  - [Cache-Aware Server Push in H2O](https://github.com/h2o/h2o/issues/421)
-  - [The PRPL Pattern](https://developers.google.com/web/fundamentals/performance/prpl-pattern/)
-  - [Rules of Thumb for HTTP/2 Push](https://docs.google.com/document/d/1K0NykTXBbbbTlv60t5MyJvXjqKGsCVNYHyLEXIxYMv0)
-  - [Server Push in the HTTP/2 spec](https://tools.ietf.org/html/rfc7540#section-8.2)
-
-## Conclusion
-
-With Go 1.8, the standard library provides out-of-the-box support for HTTP/2
-Server Push, giving you more flexibility to optimize your web applications.
-
-Go to our [HTTP/2 Server Push demo](https://http2.golang.org/serverpush)
-page to see it in action.
diff --git a/_content/h2push/networktimeline.png b/_content/h2push/networktimeline.png
deleted file mode 100644
index 7fb5a1d..0000000
--- a/_content/h2push/networktimeline.png
+++ /dev/null
Binary files differ
diff --git a/_content/h2push/pusher.go b/_content/h2push/pusher.go
deleted file mode 100644
index 366328c..0000000
--- a/_content/h2push/pusher.go
+++ /dev/null
@@ -1,39 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"log"
-	"net/http"
-)
-
-func main() {
-	// START OMIT
-	http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
-		if pusher, ok := w.(http.Pusher); ok {
-			// Push is supported.
-			if err := pusher.Push("/app.js", nil); err != nil {
-				log.Printf("Failed to push: %v", err)
-			}
-		}
-		// ...
-	})
-	// END OMIT
-
-	// START1 OMIT
-	http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
-		if pusher, ok := w.(http.Pusher); ok {
-			// Push is supported.
-			options := &http.PushOptions{
-				Header: http.Header{
-					"Accept-Encoding": r.Header["Accept-Encoding"],
-				},
-			}
-			if err := pusher.Push("/app.js", options); err != nil {
-				log.Printf("Failed to push: %v", err)
-			}
-		}
-		// ...
-	})
-	// END1 OMIT
-}
diff --git a/_content/h2push/server/cert.pem b/_content/h2push/server/cert.pem
deleted file mode 100644
index a5e358b..0000000
--- a/_content/h2push/server/cert.pem
+++ /dev/null
@@ -1,18 +0,0 @@
------BEGIN CERTIFICATE-----
-MIIC+jCCAeKgAwIBAgIRAObvuqxwZslFrWR3prSG3dIwDQYJKoZIhvcNAQELBQAw
-EjEQMA4GA1UEChMHQWNtZSBDbzAeFw0xNzAzMjEyMTIyMTlaFw0xODAzMjEyMTIy
-MTlaMBIxEDAOBgNVBAoTB0FjbWUgQ28wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw
-ggEKAoIBAQCo/c12ijJ5W3P+6A7P0kY5uzgx0Dxf33PZ7CIUijtH/8AoQoaC7cfn
-I/ZaFgxJdZsGoC2+nlkBBOL0kPPc5FB6B93KEqhl2GLlKsojy4aB6osEBxnrHvX7
-2M8ainZB1SVtkt7CmstWRyD8b0dwEKR84ihN13ia7pgAute64ZcgsrfMptr1OiMh
-8wJQQQcwSU1V+m9a4M+yWFGiGG6bSRoKUk/LPn5ET/q5DJlpeh+GxG70rIXvUr8O
-9yGT5y10dR77wMrdhpmCWpA5+RUQbwA549lI7r+lEipoO0zASOt9X4OKfUTCH/Ss
-wSOpiFEuLFHn+ISXZXB1l0GUnkhLOBE3AgMBAAGjSzBJMA4GA1UdDwEB/wQEAwIF
-oDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAAMBQGA1UdEQQNMAuC
-CWxvY2FsaG9zdDANBgkqhkiG9w0BAQsFAAOCAQEAejwoqgZ7C0aIfn/iI6re/Kkl
-VJWROa/ztbEVEK6Pq9OGfWWNx57a/Ya2xX2C/l+WWo7vBvq7yLhMZ2tR+QeRNvHA
-dlyfdv7lg5oQ1a+ecl5mIoeYS5cxBTohWzf8QLfp5J/AKOOZn+HQlI3b1gkbiWIP
-LSo+e4jvRyDDj/caIZqc6a3SNKmdZxCGNps/VpQR+3gRPDPo6s7Ieoz230UcvJMc
-N4BdI3VYZiBAWxi657WeUZrmRhKIc6h4vO4H1pSMD+uGfU9/2nm+udXpNNCpV72q
-pCjSOWRzvgOmvWTyRjRyDvViG7jNQdzBPbnRaK1XRKN3Yij16+k8v8UD0xsrdg==
------END CERTIFICATE-----
diff --git a/_content/h2push/server/key.pem b/_content/h2push/server/key.pem
deleted file mode 100644
index 388407f..0000000
--- a/_content/h2push/server/key.pem
+++ /dev/null
@@ -1,27 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIIEogIBAAKCAQEAqP3NdooyeVtz/ugOz9JGObs4MdA8X99z2ewiFIo7R//AKEKG
-gu3H5yP2WhYMSXWbBqAtvp5ZAQTi9JDz3ORQegfdyhKoZdhi5SrKI8uGgeqLBAcZ
-6x71+9jPGop2QdUlbZLewprLVkcg/G9HcBCkfOIoTdd4mu6YALrXuuGXILK3zKba
-9TojIfMCUEEHMElNVfpvWuDPslhRohhum0kaClJPyz5+RE/6uQyZaXofhsRu9KyF
-71K/Dvchk+ctdHUe+8DK3YaZglqQOfkVEG8AOePZSO6/pRIqaDtMwEjrfV+Din1E
-wh/0rMEjqYhRLixR5/iEl2VwdZdBlJ5ISzgRNwIDAQABAoIBAC3/v+CnZ2vPL/jP
-09BP7VujkX1FsFlsao2EEBbFNbO4cubCjPiwnrxU9qa436lTQNqB2VHMqm9zlA98
-MVUMNLey0nVBtOLcDrdQeWta6AcO/74d7LkqWUyvTFhuHhh3W1PDKa2REw4uGFV+
-ONTRQuTXbp8ZqrOJhIiWU0iERW3ZppXxtSke+fpVgz2Jtrmin9Yx6ptofaRUyESY
-LycpH8Ex5T01Wmnvas44iklBT8zLeSyL+EgwWjgBlmVTON10rDlZCivSgnTBo7o0
-isuiLiHQPgol/XGvnMHlOM9L8+lqqswKBz0vpuyQ6qUApPe5K8TZ4wmywHGv3utq
-GC1m+bECgYEA1bAox9w/+r8J9DxRqvjg6SG5nvaTMP4Ogb2aUOxFUebLlVuTsLyF
-w/YNIvtgExradv/I35qJA8YnvYGE77jQoajPJ1wNcx9mrEujPEIVeKyn0V/o98dV
-6S7Z9NT4T2ElyhZWA/Uef89TomPWnZoleoewwexcfrg1C6a+8B1jMM8CgYEAynP4
-KvcM6ZzLJ4ynGe0Uw4mg2dgcaTyOK23zSsSqc12FoaMMUgof0Z+/d1KgTCL3TPvG
-hUA261bgYFAuzlHXo71+QKkzQjVftrNACLStSGjDqQwb/Kb5BeuWB1VPyfDSLpKx
-obxjp+vS3C8wM8fx9EN0ds1zXbxnPS+9zHRkIxkCgYAOUt2Y8AmV3EJljbmHtWEW
-H32ayzp4mT8NsVDrxbqrz8WrwFS5DxoEVbTxuFnrTeyA94pWerxedWTqjgkELKZH
-f9JK+B+qrNssB3Hssx1PVnt1THGIUmNO2yYfBDuUzpVC45Zmc4LU3Gflxb14GQIU
-IY5WoWpd0Ck2G7pGzCF+/wKBgFDSOSlV1QbR/Fw+j1sPRXHGWLt+xeDRNuRpkW2w
-02cY18cuYzXBKvCxeGs3Rhz+/ID0Jk191C7hUNPCTt042QBaHrPLmFX/HsW+C3su
-PdshT7MFzYpwUgumAA/PY/n3NME4+MbbgWFBCL2z7OdPE+1ynGTtIfgyxXgsvfWI
-JY3JAoGAKh11P1A1PRH6TNtWn78JkoVRCPE0mRjd01tJW5BTolK5a0yCVIOQcSBm
-w59msWhfkO+HB/v97x4/AFrm84saHtVYOksv7qZBgqDT43a3b9IjBl5deMCxB9He
-1W3cLtpmouXlvs6p8wTaIZI7Wr9H9Xk2WrpJQQOZ1loZbOfo6Pg=
------END RSA PRIVATE KEY-----
diff --git a/_content/h2push/server/main.go b/_content/h2push/server/main.go
deleted file mode 100644
index 8eb842a..0000000
--- a/_content/h2push/server/main.go
+++ /dev/null
@@ -1,53 +0,0 @@
-// Copyright 2017 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build go1.8
-
-// The server command demonstrates a server with HTTP/2 Server Push support.
-package main
-
-import (
-	"flag"
-	"fmt"
-	"log"
-	"net/http"
-)
-
-var httpAddr = flag.String("http", ":8080", "Listen address")
-
-func main() {
-	flag.Parse()
-	http.Handle("/static/", http.StripPrefix("/static/", http.FileServer(http.Dir("static"))))
-	http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
-		if r.URL.Path != "/" {
-			http.NotFound(w, r)
-			return
-		}
-		pusher, ok := w.(http.Pusher)
-		if ok {
-			// Push is supported. Try pushing rather than
-			// waiting for the browser request these static assets.
-			if err := pusher.Push("/static/app.js", nil); err != nil {
-				log.Printf("Failed to push: %v", err)
-			}
-			if err := pusher.Push("/static/style.css", nil); err != nil {
-				log.Printf("Failed to push: %v", err)
-			}
-		}
-		fmt.Fprintf(w, indexHTML)
-	})
-	log.Fatal(http.ListenAndServeTLS(*httpAddr, "cert.pem", "key.pem", nil))
-}
-
-const indexHTML = `<html>
-<head>
-	<title>Hello World</title>
-	<script src="/static/app.js"></script>
-	<link rel="stylesheet" href="/static/style.css"">
-</head>
-<body>
-Hello, gopher!
-</body>
-</html>
-`
diff --git a/_content/h2push/server/static/app.js b/_content/h2push/server/static/app.js
deleted file mode 100644
index b6211f2..0000000
--- a/_content/h2push/server/static/app.js
+++ /dev/null
@@ -1 +0,0 @@
-console.log("Hello!");
diff --git a/_content/h2push/server/static/style.css b/_content/h2push/server/static/style.css
deleted file mode 100644
index b55e615..0000000
--- a/_content/h2push/server/static/style.css
+++ /dev/null
@@ -1,7 +0,0 @@
-body {
-	margin: 20px;
-	font-family: Arial, sans-serif;
-	font-size: 16px;
-	background-color: #fff;
-	line-height: 1.3em;
-}
diff --git a/_content/h2push/serverpush.svg b/_content/h2push/serverpush.svg
deleted file mode 100644
index aaa9961..0000000
--- a/_content/h2push/serverpush.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg version="1.1" viewBox="0.0 0.0 579.0682414698163 343.8923884514436" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="p.0"><path d="m0 0l579.06824 0l0 343.8924l-579.06824 0l0 -343.8924z" clip-rule="nonzero"></path></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l579.06824 0l0 343.8924l-579.06824 0z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m8.383203 6.1076117l101.32284 0l0 48.503937l-101.32284 0z" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m8.383203 6.1076117l101.32284 0l0 48.503937l-101.32284 0z" fill-rule="evenodd"></path><path fill="#000000" d="m28.664707 37.27958l-1.546875 0l0 -13.593752l1.65625 0l0 4.84375q1.0625 -1.328125 2.703125 -1.328125q0.90625 0 1.71875 0.375q0.8125 0.359375 1.328125 1.03125q0.53125 0.65625 0.828125 1.59375q0.296875 0.9375 0.296875 2.000002q0 2.53125 -1.25 3.921875q-1.25 1.375 -3.0 1.375q-1.75 0 -2.734375 -1.453125l0 1.234375zm-0.015625 -5.0q0 1.765625 0.46875 2.5625q0.796875 1.28125 2.140625 1.28125q1.09375 0 1.890625 -0.9375q0.796875 -0.953125 0.796875 -2.84375q0 -1.9218769 -0.765625 -2.843752q-0.765625 -0.921875 -1.84375 -0.921875q-1.09375 0 -1.890625 0.953125q-0.796875 0.953125 -0.796875 2.750002zm8.828842 5.0l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0zm5.603302 -4.921875q0 -2.734377 1.53125 -4.062502q1.265625 -1.09375 3.09375 -1.09375q2.03125 0 3.3125 1.34375q1.296875 1.328125 1.296875 3.671877q0 1.90625 -0.578125 3.0q-0.5625 1.078125 -1.65625 1.6875q-1.078125 0.59375 -2.375 0.59375q-2.0625 0 -3.34375 -1.328125q-1.28125 -1.328125 -1.28125 -3.8125zm1.71875 0q0 1.890625 0.828125 2.828125q0.828125 0.9375 2.078125 0.9375q1.25 0 2.0625 -0.9375q0.828125 -0.953125 0.828125 -2.890625q0 -1.8281269 -0.828125 -2.765627q-0.828125 -0.9375 -2.0625 -0.9375q-1.25 0 -2.078125 0.9375q-0.828125 0.9375 -0.828125 2.828127zm11.110092 4.921875l-3.015625 -9.859377l1.71875 0l1.5625 5.687502l0.59375 2.125q0.03125 -0.15625 0.5 -2.03125l1.578125 -5.781252l1.71875 0l1.46875 5.718752l0.484375 1.890625l0.578125 -1.90625l1.6875038 -5.703127l1.625 0l-3.0781288 9.859377l-1.734375 0l-1.578125 -5.906252l-0.375 -1.671875l-2.0 7.578127l-1.734375 0zm10.97295 -2.9375l1.65625 -0.265625q0.140625 1.0 0.765625 1.53125q0.640625 0.515625 1.78125 0.515625q1.15625 0 1.703125 -0.46875q0.5625 -0.46875 0.5625 -1.09375q0 -0.5625 -0.484375 -0.890625q-0.34375 -0.21875 -1.703125 -0.5625q-1.84375 -0.46875 -2.5625 -0.796875q-0.703125 -0.3437519 -1.078125 -0.9375019q-0.359375 -0.609375 -0.359375 -1.328125q0 -0.65625 0.296875 -1.21875q0.3125 -0.5625 0.828125 -0.9375q0.390625 -0.28125 1.0625 -0.484375q0.671875 -0.203125 1.4375 -0.203125q1.171875 0 2.046875 0.34375q0.875 0.328125 1.28125 0.90625q0.421875 0.5625 0.578125 1.515625l-1.625 0.21875q-0.109375 -0.75 -0.65625 -1.171875q-0.53125 -0.4375 -1.5 -0.4375q-1.15625 0 -1.640625 0.390625q-0.484375 0.375 -0.484375 0.875q0 0.328125 0.203125 0.59375q0.203125 0.265625 0.640625 0.4375q0.25 0.09375 1.46875 0.4375q1.765625 0.46875 2.46875 0.7656269q0.703125 0.296875 1.09375 0.875q0.40625 0.578125 0.40625 1.4375q0 0.828125 -0.484375 1.578125q-0.484375 0.734375 -1.40625 1.140625q-0.921875 0.390625 -2.078125 0.390625q-1.921875 0 -2.9375 -0.796875q-1.0 -0.796875 -1.28125 -2.359375zm16.75 -0.234375l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.15625 0 -3.421875 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.328125 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.34375 0q0.09375 1.625 0.921875 2.484375q0.828125 0.859375 2.0625 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.484375 -2.703127l5.5 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094467 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m163.4252 6.1076117l101.322815 0l0 48.503937l-101.322815 0z" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m163.4252 6.1076117l101.322815 0l0 48.503937l-101.322815 0z" fill-rule="evenodd"></path><path fill="#000000" d="m188.74821 34.34208l1.65625 -0.265625q0.140625 1.0 0.765625 1.53125q0.640625 0.515625 1.78125 0.515625q1.15625 0 1.703125 -0.46875q0.5625 -0.46875 0.5625 -1.09375q0 -0.5625 -0.484375 -0.890625q-0.34375 -0.21875 -1.703125 -0.5625q-1.84375 -0.46875 -2.5625 -0.796875q-0.703125 -0.3437519 -1.078125 -0.9375019q-0.359375 -0.609375 -0.359375 -1.328125q0 -0.65625 0.296875 -1.21875q0.3125 -0.5625 0.828125 -0.9375q0.390625 -0.28125 1.0625 -0.484375q0.671875 -0.203125 1.4375 -0.203125q1.171875 0 2.046875 0.34375q0.875 0.328125 1.28125 0.90625q0.421875 0.5625 0.578125 1.515625l-1.625 0.21875q-0.109375 -0.75 -0.65625 -1.171875q-0.53125 -0.4375 -1.5 -0.4375q-1.15625 0 -1.640625 0.390625q-0.484375 0.375 -0.484375 0.875q0 0.328125 0.203125 0.59375q0.203125 0.265625 0.640625 0.4375q0.25 0.09375 1.46875 0.4375q1.765625 0.46875 2.46875 0.7656269q0.703125 0.296875 1.09375 0.875q0.40625 0.578125 0.40625 1.4375q0 0.828125 -0.484375 1.578125q-0.484375 0.734375 -1.40625 1.140625q-0.921875 0.390625 -2.078125 0.390625q-1.921875 0 -2.9375 -0.796875q-1.0 -0.796875 -1.28125 -2.359375zm16.75 -0.234375l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.15625 0 -3.421875 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.328125 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.34375 0q0.09375 1.625 0.921875 2.484375q0.828125 0.859375 2.0625 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.484375 -2.703127l5.5 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094467 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0zm8.962677 0l-3.75 -9.859377l1.765625 0l2.125 5.906252q0.34375 0.953125 0.625 1.984375q0.21875 -0.78125 0.625 -1.875l2.1875 -6.015627l1.71875 0l-3.734375 9.859377l-1.5625 0zm13.343765 -3.171875l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.1562653 0 -3.4218903 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.3281403 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.3437653 0q0.09375 1.625 0.921875 2.484375q0.82814026 0.859375 2.0625153 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.4843903 -2.703127l5.5000153 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375153 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094482 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m59.04462 54.61155l0 253.29135" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m59.04462 54.61155l0 247.29135" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m57.392887 301.9029l1.6517334 4.538086l1.6517296 -4.538086z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m214.08661 54.61155l0 255.46457" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m214.08661 54.61155l0 249.46457" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m212.43488 304.0761l1.6517334 4.5381165l1.6517334 -4.5381165z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m60.120735 89.10236l153.03937 39.874016" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m60.120735 89.10236l147.23322 38.36123" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m206.9375 129.06197l4.8079376 -0.45417786l-3.9750366 -2.7425613z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m60.120735 172.20992l153.03937 -39.874023" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m65.926895 170.69713l147.23322 -38.361237" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m65.510445 169.09875l-3.9750366 2.742569l4.8079376 0.45417786z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m60.120735 175.56943l153.03937 39.874023" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m60.120735 175.56943l147.23322 38.36125" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m206.9375 215.52904l4.8079376 -0.45417786l-3.9750366 -2.742569z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m60.120735 258.67697l153.03937 -39.87401" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m65.926895 257.1642l147.23322 -38.36125" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m65.510445 255.56583l-3.9750366 2.7425537l4.8079376 0.45419312z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m107.77061 73.249115l73.73229 19.748032l-7.5275574 28.125984l-73.73229 -19.748032z" fill-rule="evenodd"></path><path fill="#000000" d="m117.11405 91.34824l1.6451416 0.44062042l-0.6069641 1.1800232q1.3003998 -1.172226 2.3720016 -0.88521576q0.3924179 0.10510254 0.7625122 0.41451263l-1.0478592 1.2560425q-0.22129059 -0.14015198 -0.4929657 -0.21291351q-0.4527893 -0.121276855 -1.013588 0.10057068q-0.55675507 0.20674133 -0.9819412 0.7075424q-0.4100876 0.50484467 -1.0019608 1.6889038l-0.9830475 1.920433l-1.7507935 -0.46892548l3.0994644 -6.141594zm9.067497 6.488693l-4.4071655 -1.1803894q-0.043373108 0.101615906 -0.059532166 0.1619873q-0.17369843 0.6490326 0.09455109 1.1576233q0.27230072 0.49349976 0.80055237 0.6349869q0.8753967 0.23445892 1.6158447 -0.5377655l1.5009995 0.67700195q-0.70729065 0.8296356 -1.6063004 1.1064758q-0.89497375 0.26174164 -1.8609238 0.0030288696q-1.3130951 -0.3516922 -1.9210358 -1.4041824q-0.5928421 -1.0484543 -0.22522736 -2.4219818q0.355484 -1.3282547 1.3888702 -2.1676025q1.3909607 -1.1479721 3.262497 -0.64671326q1.1923523 0.31935883 1.7037811 1.2489471q0.51142883 0.9295883 0.1559372 2.2578354q-0.17370605 0.6490326 -0.4428482 1.1107483zm-1.1922989 -1.4678192q0.028274536 -0.105651855 0.044433594 -0.16603088q0.19390106 -0.72450256 -0.0411911 -1.1756821q-0.22000122 -0.44714355 -0.76335144 -0.5926666q-0.5433502 -0.1455307 -1.0901184 0.14476776q-0.53167725 0.29434967 -0.8967056 1.053894l2.746933 0.7357178zm8.762642 -0.56468964l1.6149445 0.43253326l-4.2791595 8.494629l-1.7658844 -0.47296906l1.4499054 -2.879158q-0.5729065 0.267128 -1.0248566 0.32401276q-0.4479065 0.041793823 -0.9761658 -0.0996933q-1.0414124 -0.27893066 -1.4744034 -1.1389847q-0.43299103 -0.860054 -0.08154297 -2.1732101q0.28277588 -1.0565643 0.9719925 -1.9395599q0.68922424 -0.88300323 1.5701752 -1.2132034q0.9000702 -0.3412552 1.7754669 -0.106796265q1.418747 0.37998962 1.7375641 1.7270813l0.4819641 -0.9546814zm-4.838669 2.909729q-0.17370605 0.6490326 0.06840515 1.1344452q0.26124573 0.4743576 0.77441406 0.61180115q0.4376831 0.11723328 0.9259949 -0.07550049q0.5034027 -0.18868256 0.9458008 -0.81427765q0.46154785 -0.63664246 0.6312103 -1.2705841q0.19793701 -0.7395935 -0.0703125 -1.2481842q-0.26826477 -0.5085907 -0.75123596 -0.6379471q-0.40751648 -0.10914612 -0.9149475 0.09463501q-0.50743103 0.20378113 -0.9770508 0.8706131q-0.45048523 0.655777 -0.63227844 1.3349991zm10.5993805 5.6049194l-1.7658844 -0.47296143l4.2942657 -8.490585l1.7507935 0.46892548l-1.5205078 3.0220108q0.7098236 -0.2951584 1.279541 -0.36902618q0.5697174 -0.0738678 1.1583405 0.08378601q0.79992676 0.21424866 1.1274872 0.80342865q0.34669495 0.578125 0.15280151 1.3026276q-0.105041504 0.39243317 -0.5083313 1.1740875l-1.8179169 3.5893784l-1.7507935 -0.46892548l1.8532104 -3.6608047q0.29040527 -0.60160065 0.33888245 -0.7827225q0.08483887 -0.31697083 -0.05885315 -0.5657425q-0.14369202 -0.24877167 -0.50593567 -0.34578705q-0.43769836 -0.11723328 -0.9259949 0.07550049q-0.6373291 0.26604462 -1.0665436 0.78193665q-0.23576355 0.2765503 -0.81552124 1.415329l-1.2190399 2.4395447zm7.9145813 -3.4608307l0.60398865 -1.2293396l0.8603058 0.23041534l0.50917053 -0.9959259l2.330536 -0.66986084l-1.073822 2.1387558l1.0715942 0.2870102l-0.6190796 1.2253036l-1.0716095 -0.28701782l-1.3047028 2.5783615q-0.34887695 0.699173 -0.3771515 0.8048248q-0.052520752 0.1962204 0.03590393 0.34931183q0.107559204 0.14203644 0.4396057 0.23097229q0.1207428 0.032341003 0.5967102 0.1274643l-0.6341858 1.2212601q-0.47702026 -0.030708313 -0.9449005 -0.15602875q-0.93577576 -0.2506256 -1.2654572 -0.71097565q-0.32565308 -0.47543335 -0.15196228 -1.124466q0.08079529 -0.30187988 0.5940094 -1.3128967l1.2462463 -2.4807892l-0.8451996 -0.2263794zm5.4949646 0.08063507l1.6602325 0.444664l-0.37608337 0.74040985q1.2204437 -0.6921921 2.2769623 -0.40922546q0.739563 0.19808197 1.0471497 0.62015533q0.32670593 0.41101837 0.28694153 0.9826889q0.48043823 -0.40511322 1.1881256 -0.57144165q0.7227783 -0.16227722 1.4019775 0.019630432q0.7848358 0.21020508 1.1094208 0.75006104q0.32458496 0.53985596 0.142807 1.2190781q-0.08888245 0.33206177 -0.49217224 1.1137085l-1.8965912 3.7624207l-1.7507935 -0.46891785l1.8965912 -3.7624207q0.34887695 -0.699173 0.3771515 -0.8048248q0.07270813 -0.27169037 -0.05291748 -0.46709442q-0.12562561 -0.19540405 -0.44258118 -0.28029633q-0.664093 -0.17786407 -1.3630829 0.37900543q-0.5065918 0.38193512 -1.1025085 1.5810928l-1.4105835 2.7926407l-1.7658844 -0.47296906l1.8844757 -3.7171326q0.3176117 -0.6428375 0.37013245 -0.8390579q0.06867981 -0.25659943 -0.06800842 -0.471138q-0.12158203 -0.210495 -0.42344666 -0.2913437q-0.28677368 -0.076805115 -0.64816284 0.004333496q-0.34628296 0.08518219 -0.6534729 0.32642365q-0.30718994 0.24123383 -0.6024933 0.6797714q-0.13201904 0.19110107 -0.5081024 0.9315109l-1.4337616 2.818779l-1.7507782 -0.46891785l3.0994568 -6.141594zm8.393188 9.219719l4.2791595 -8.494629l1.7507935 0.46892548l-4.2791595 8.494621l-1.7507935 -0.46891785z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m87.19946 136.00038l80.91339 -21.669289l7.5275574 28.125984l-80.91339 21.669296z" fill-rule="evenodd"></path><path fill="#000000" d="m121.99849 149.24915l-1.765892 0.47291565l-0.5209961 -9.501144l1.7508011 -0.46888733l0.19230652 3.3777313q0.46744537 -0.6104431 0.924057 -0.959198q0.45661163 -0.34873962 1.0452423 -0.5063782q0.7999344 -0.2142334 1.3779602 0.13241577q0.5890732 0.32751465 0.78297424 1.0520172q0.105033875 0.39242554 0.14609528 1.2710876l0.21806335 4.017868l-1.7508087 0.46887207l-0.22315979 -4.0973663q-0.048919678 -0.666275 -0.09739685 -0.84739685q-0.08483124 -0.31697083 -0.33355713 -0.46064758q-0.24872589 -0.1436615 -0.6109619 -0.046661377q-0.43769836 0.11721802 -0.76441956 0.52822876q-0.41918945 0.54901123 -0.53331757 1.2104187q-0.066101074 0.35739136 4.8828125E-4 1.633606l0.16252136 2.722519zm5.1272583 -6.95372l-0.09082794 -1.3667755l0.8603058 -0.23040771l-0.056381226 -1.1171875l1.6842117 -1.7451019l0.13806152 2.3893738l1.0716095 -0.2869873l0.07574463 1.3708191l-1.0716095 0.2869873l0.15763855 2.8855743q0.04701233 0.78001404 0.075286865 0.8856659q0.052505493 0.19622803 0.2055664 0.28463745q0.16412354 0.0692749 0.49617004 -0.01965332q0.1207428 -0.032333374 0.58055115 -0.18782043l0.060638428 1.3748627q-0.42855835 0.21182251 -0.8964386 0.3371277q-0.93577576 0.25061035 -1.451294 0.01663208q-0.51956177 -0.24906921 -0.6932678 -0.8981018q-0.08078003 -0.30187988 -0.14120483 -1.4341736l-0.1595459 -2.77182l-0.84521484 0.22634888zm4.800186 -2.6766357l1.6602325 -0.44462585l0.044036865 0.8293457q0.71147156 -1.20961 1.7679901 -1.4925537q0.739563 -0.19805908 1.2168121 0.013824463q0.48831177 0.19273376 0.73939514 0.70780945q0.21382141 -0.59106445 0.7437744 -1.0888519q0.54504395 -0.5018158 1.2242279 -0.6837158q0.7848358 -0.21018982 1.3356476 0.095214844q0.55081177 0.30540466 0.732605 0.9846344q0.08886719 0.33206177 0.12992859 1.2107239l0.23634338 4.207062l-1.7507935 0.46888733l-0.23634338 -4.207077q-0.04701233 -0.78001404 -0.075302124 -0.8856659q-0.07270813 -0.27168274 -0.27912903 -0.37815857q-0.2064209 -0.10647583 -0.52337646 -0.021591187q-0.664093 0.17784119 -0.9914398 1.0095825q-0.24806213 0.58406067 -0.16531372 1.9206543l0.17295837 3.1240997l-1.7658997 0.47291565l-0.2242279 -4.161789q-0.045944214 -0.71559143 -0.098464966 -0.9118042q-0.06866455 -0.25660706 -0.29421997 -0.37413025q-0.21046448 -0.12156677 -0.5123291 -0.040725708q-0.28675842 0.076797485 -0.5592804 0.327713q-0.25743103 0.24687195 -0.4030304 0.609375q-0.14559937 0.3625183 -0.18235779 0.8899689q-0.018920898 0.23153687 0.025115967 1.0608673l0.16595459 3.1583405l-1.7508087 0.46887207l-0.3827057 -6.8692017zm11.875427 3.7913513l-0.53608704 -9.497101l1.7507935 -0.46887207l0.53608704 9.497101l-1.7507935 0.46887207z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m107.77061 158.63834l73.73229 19.748032l-7.5275574 28.125977l-73.73229 -19.748016z" fill-rule="evenodd"></path><path fill="#000000" d="m119.96175 177.50017l1.6451416 0.44062805l-0.6069641 1.1800232q1.3003998 -1.172226 2.3720016 -0.88520813q0.39242554 0.10510254 0.7625122 0.414505l-1.0478592 1.2560425q-0.22129059 -0.14015198 -0.4929657 -0.21292114q-0.4527893 -0.1212616 -1.013588 0.10057068q-0.55675507 0.20675659 -0.9819336 0.70755005q-0.4100876 0.50483704 -1.0019608 1.6889038l-0.9830551 1.9204254l-1.7507935 -0.46891785l3.0994644 -6.1416016zm9.06749 6.488693l-4.407158 -1.1803894q-0.04336548 0.101623535 -0.059524536 0.16200256q-0.17370605 0.6490326 0.09454346 1.1576233q0.27230072 0.49349976 0.80055237 0.63497925q0.8753967 0.23446655 1.6158447 -0.5377655l1.5009995 0.67700195q-0.707283 0.8296356 -1.6063004 1.1064758q-0.89497375 0.26174927 -1.8609238 0.0030212402q-1.3130951 -0.35168457 -1.9210281 -1.4041748q-0.5928421 -1.0484467 -0.22523499 -2.4219818q0.355484 -1.3282471 1.3888779 -2.1676025q1.3909607 -1.1479645 3.2624893 -0.64671326q1.1923447 0.3193512 1.7037735 1.2489471q0.5114441 0.9295807 0.15594482 2.257843q-0.17370605 0.6490326 -0.44285583 1.110733zm-1.1922913 -1.467804q0.028274536 -0.105667114 0.044433594 -0.16603088q0.19390869 -0.72450256 -0.0411911 -1.1756897q-0.22000122 -0.44714355 -0.76335144 -0.5926666q-0.5433502 -0.14552307 -1.0901184 0.14477539q-0.53167725 0.29434204 -0.8967056 1.0538788l2.746933 0.73573303zm8.762634 -0.56469727l1.6149597 0.4325409l-4.279175 8.494614l-1.7658844 -0.47296143l1.4499207 -2.8791504q-0.5729065 0.26712036 -1.0248566 0.32400513q-0.4479065 0.041793823 -0.9761658 -0.09970093q-1.0414276 -0.2789154 -1.474411 -1.138977q-0.43299866 -0.8600464 -0.08154297 -2.1732025q0.28277588 -1.0565643 0.9720001 -1.9395752q0.68922424 -0.8829956 1.5701599 -1.2131958q0.90008545 -0.34126282 1.7754822 -0.106796265q1.418747 0.37998962 1.7375641 1.7270813l0.48194885 -0.9546814zm-4.8386536 2.909729q-0.17370605 0.6490326 0.06840515 1.1344452q0.26123047 0.47436523 0.7743988 0.61180115q0.43769836 0.11723328 0.92601013 -0.07550049q0.50338745 -0.18869019 0.9458008 -0.81427q0.4615326 -0.63664246 0.63119507 -1.2705841q0.19795227 -0.7395935 -0.0703125 -1.2481842q-0.2682495 -0.50860596 -0.7512207 -0.6379547q-0.40751648 -0.10914612 -0.9149475 0.09463501q-0.5074463 0.20378113 -0.97706604 0.87060547q-0.45048523 0.65579224 -0.6322632 1.3350067zm13.884018 3.8480225l1.6287689 0.74357605q-0.72558594 1.0188446 -1.7172852 1.4002533q-0.98765564 0.366333 -2.074356 0.07527161q-1.2376251 -0.33148193 -1.7792511 -1.2691498q-0.5265198 -0.93362427 -0.17910767 -2.2316895q0.28681946 -1.0716553 0.9749756 -1.8902435q0.69218445 -0.8336792 1.7281036 -1.1385498q1.0359192 -0.3048706 2.1075287 -0.017868042q1.1470642 0.30723572 1.6646576 1.0928955q0.5326996 0.78970337 0.36068726 1.795044l-1.7238007 -0.26757812q0.08505249 -0.55955505 -0.11795044 -0.88890076q-0.20300293 -0.32936096 -0.65579224 -0.45063782q-0.4980774 -0.13339233 -1.0518494 0.122680664q-0.5386963 0.26010132 -0.9821625 0.950119q-0.42837524 0.694046 -0.6061249 1.3581696q-0.15350342 0.5735626 0.033340454 0.9633026q0.20193481 0.3937683 0.62454224 0.506958q0.42259216 0.1131897 0.895813 -0.08357239q0.47724915 -0.21186829 0.8692627 -0.77008057zm2.3417969 1.3065948l1.7782288 0.18510437q0.080963135 0.6040039 0.352417 0.9193573q0.2865448 0.3193817 0.87516785 0.47703552q0.5886383 0.15765381 1.0235748 -0.01701355q0.3050537 -0.1124115 0.3777771 -0.38409424q0.044433594 -0.16603088 -0.05101013 -0.35334778q-0.0843811 -0.16819763 -0.6355896 -0.5261078q-1.4584656 -0.95677185 -1.7550049 -1.3597107q-0.45936584 -0.6406555 -0.25334167 -1.4104462q0.20602417 -0.7697754 0.9290314 -1.1746368q1.0099945 -0.5706177 2.594757 -0.14616394q1.2527161 0.33551025 1.7764893 0.97724915q0.5278168 0.6266327 0.4837799 1.4559784l-1.7068024 -0.14979553q-0.023788452 -0.3945923 -0.26612854 -0.6374359q-0.3277893 -0.3466034 -0.88623047 -0.49617004q-0.5433502 -0.14552307 -0.833313 -0.029083252q-0.28996277 0.11645508 -0.354599 0.35795593q-0.06462097 0.2414856 0.13243103 0.4721985q0.12667847 0.1309967 0.88812256 0.6099243q1.2010498 0.7098999 1.5267029 1.1853333q0.48147583 0.67892456 0.28756714 1.4034271q-0.24641418 0.92071533 -1.2130432 1.38974q-0.9515228 0.47305298 -2.3702698 0.093063354q-1.403656 -0.37594604 -2.0360565 -1.0953064q-0.6283417 -0.73443604 -0.6646576 -1.747055zm7.1601105 1.9177246l1.7782288 0.18510437q0.080963135 0.6040039 0.352417 0.91934204q0.2865448 0.3193817 0.87516785 0.47703552q0.58862305 0.15766907 1.0235748 -0.01701355q0.3050537 -0.11239624 0.3777771 -0.38407898q0.044433594 -0.16603088 -0.05101013 -0.35336304q-0.0843811 -0.16818237 -0.6355896 -0.5260925q-1.4584808 -0.9567871 -1.7550049 -1.3597107q-0.45936584 -0.6406555 -0.25334167 -1.4104462q0.20602417 -0.7697754 0.9290314 -1.1746368q1.0099792 -0.57063293 2.594757 -0.1461792q1.2527161 0.3355255 1.7764893 0.9772644q0.5278168 0.6266327 0.48376465 1.4559784l-1.7067871 -0.14981079q-0.023803711 -0.39457703 -0.26612854 -0.63742065q-0.3277893 -0.3466034 -0.88623047 -0.49617004q-0.5433502 -0.14552307 -0.833313 -0.029083252q-0.28996277 0.11643982 -0.354599 0.35794067q-0.06463623 0.24150085 0.13241577 0.47221375q0.12669373 0.1309967 0.8881378 0.6099243q1.2010498 0.70988464 1.5267029 1.1853333q0.48146057 0.67892456 0.28756714 1.4034271q-0.24642944 0.92071533 -1.2130432 1.3897247q-0.9515228 0.47306824 -2.3702698 0.09307861q-1.403656 -0.37594604 -2.0360565 -1.0953064q-0.62835693 -0.73443604 -0.6646576 -1.747055z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m87.19946 224.00038l80.91339 -21.669281l7.5275574 28.125977l-80.91339 21.669296z" fill-rule="evenodd"></path><path fill="#000000" d="m126.81394 233.32289l1.78228 -0.16996765q-0.119628906 1.2452087 -0.78816986 2.0712738q-0.6725769 0.8109741 -1.759285 1.102005q-1.2376328 0.33143616 -2.1751404 -0.21009827q-0.92240906 -0.54556274 -1.2698212 -1.8436279q-0.28681946 -1.0716553 -0.09957123 -2.1246948q0.18319702 -1.0681305 0.92826843 -1.8499908q0.7450638 -0.7818451 1.8166733 -1.0688324q1.1470795 -0.3072052 1.987854 0.11465454q0.8558655 0.41781616 1.2090149 1.3746643l-1.6268692 0.62979126q-0.20579529 -0.5272064 -0.5461502 -0.7110443q-0.3403473 -0.18383789 -0.7931442 -0.062576294q-0.49806976 0.13339233 -0.8498688 0.6319885q-0.3367157 0.49456787 -0.3762207 1.3139343q-0.024414062 0.8153076 0.15332794 1.4794464q0.15351105 0.5735626 0.5100174 0.8177643q0.37160492 0.24017334 0.79421234 0.1269989q0.42260742 -0.11317444 0.7342377 -0.5201416q0.30758667 -0.42207336 0.3683548 -1.1015472zm2.6811447 -0.038650513l1.6327972 -0.72843933q0.37182617 0.4827423 0.7644806 0.620224q0.4077301 0.13343811 0.9963684 -0.02420044q0.58862305 -0.15763855 0.8781433 -0.52633667q0.20811462 -0.24984741 0.13539124 -0.52153015q-0.044433594 -0.16603088 -0.2206726 -0.28059387q-0.15708923 -0.103515625 -0.81333923 -0.13804626q-1.7412567 -0.099823 -2.1993713 -0.30064392q-0.71791077 -0.32536316 -0.92393494 -1.0951385q-0.20600891 -0.76979065 0.21806335 -1.4818573q0.589859 -0.99909973 2.1746368 -1.423523q1.2527313 -0.335495 2.0269623 -0.041397095q0.77020264 0.27900696 1.146286 1.0194244l-1.553299 0.72332764q-0.21769714 -0.32991028 -0.5489044 -0.41914368q-0.45706177 -0.13641357 -1.0155029 0.013137817q-0.5433502 0.14552307 -0.73635864 0.39131165q-0.19302368 0.24580383 -0.12838745 0.4873047q0.06463623 0.24150085 0.35055542 0.342865q0.1751709 0.05014038 1.0739746 0.08441162q1.3949585 0.014633179 1.9145203 0.26371765q0.75616455 0.3474579 0.950058 1.0719604q0.24642944 0.92071533 -0.35662842 1.8101196q-0.5879669 0.885376 -2.0067291 1.2653198q-1.403656 0.37591553 -2.3107452 0.068878174q-0.9111481 -0.32214355 -1.4483643 -1.1811523zm7.160141 -1.9175568l1.6328125 -0.72843933q0.37182617 0.4827423 0.76446533 0.620224q0.40774536 0.13343811 0.9963684 -0.02420044q0.5886383 -0.15763855 0.87815857 -0.52633667q0.20809937 -0.24983215 0.13539124 -0.52153015q-0.044433594 -0.16603088 -0.2206726 -0.28059387q-0.15710449 -0.103500366 -0.81333923 -0.138031q-1.7412567 -0.099823 -2.1993866 -0.30065918q-0.7178955 -0.3253479 -0.9239197 -1.0951385q-0.20602417 -0.7697754 0.2180481 -1.481842q0.58987427 -0.999115 2.174652 -1.423523q1.2527313 -0.335495 2.0269623 -0.041397095q0.77020264 0.27900696 1.146286 1.0194092l-1.553299 0.72332764q-0.21769714 -0.32991028 -0.5489044 -0.41914368q-0.45706177 -0.13639832 -1.0155029 0.013153076q-0.5433502 0.14550781 -0.7363739 0.39131165q-0.19300842 0.24580383 -0.12837219 0.4873047q0.06463623 0.24150085 0.35055542 0.34284973q0.1751709 0.05014038 1.0739746 0.08442688q1.3949585 0.014633179 1.914505 0.2637024q0.7561798 0.3474579 0.95007324 1.0719604q0.24642944 0.9207306 -0.35662842 1.8101349q-0.5879669 0.8853607 -2.0067291 1.2653198q-1.403656 0.37590027 -2.3107605 0.068862915q-0.9111328 -0.3221283 -1.4483643 -1.1811523z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m27.238846 313.35434l218.80315 0l0 32.346436l-218.80315 0z" fill-rule="evenodd"></path><path fill="#000000" d="m79.85301 336.44757l-3.25 -13.59375l2.8125 0l2.046875 9.328125l2.484375 -9.328125l3.265625 0l2.390625 9.5l2.09375 -9.5l2.765625 0l-3.3125 13.59375l-2.90625 0l-2.71875 -10.171875l-2.6875 10.171875l-2.984375 0zm15.655533 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm9.698929 -9.859375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm4.306427 -3.734375l0 5.0q1.25 -1.484375 3.015625 -1.484375q0.890625 0 1.609375 0.34375q0.734375 0.328125 1.09375 0.84375q0.375 0.515625 0.5 1.15625q0.140625 0.625 0.140625 1.953125l0 5.78125l-2.609375 0l0 -5.203125q0 -1.546875 -0.15625 -1.96875q-0.140625 -0.421875 -0.515625 -0.65625q-0.375 -0.25 -0.9375 -0.25q-0.65625 0 -1.171875 0.3125q-0.5 0.3125 -0.734375 0.953125q-0.234375 0.640625 -0.234375 1.875l0 4.9375l-2.609375 0l0 -13.59375l2.609375 0zm8.192856 8.53125q0 -1.296875 0.640625 -2.515625q0.640625 -1.21875 1.8125 -1.859375q1.171875 -0.640625 2.609375 -0.640625q2.25 0 3.671875 1.453125q1.421875 1.453125 1.421875 3.671875q0 2.234375 -1.4375 3.703125q-1.4375 1.46875 -3.625 1.46875q-1.359375 0 -2.59375 -0.609375q-1.21875 -0.609375 -1.859375 -1.796875q-0.640625 -1.1875 -0.640625 -2.875zm2.671875 0.140625q0 1.46875 0.6875 2.25q0.703125 0.765625 1.71875 0.765625q1.015625 0 1.703125 -0.765625q0.703125 -0.78125 0.703125 -2.265625q0 -1.453125 -0.703125 -2.234375q-0.6875 -0.78125 -1.703125 -0.78125q-1.015625 0 -1.71875 0.78125q-0.6875 0.78125 -0.6875 2.25zm15.802231 4.921875l0 -1.46875q-0.53125 0.78125 -1.40625 1.234375q-0.875 0.453125 -1.859375 0.453125q-0.984375 0 -1.78125 -0.4375q-0.78125 -0.4375 -1.140625 -1.21875q-0.34375 -0.796875 -0.34375 -2.1875l0 -6.234375l2.609375 0l0 4.53125q0 2.078125 0.140625 2.546875q0.140625 0.46875 0.515625 0.75q0.390625 0.265625 0.96875 0.265625q0.671875 0 1.203125 -0.359375q0.53125 -0.375 0.71875 -0.90625q0.1875 -0.546875 0.1875 -2.671875l0 -4.15625l2.609375 0l0 9.859375l-2.421875 0zm9.427231 -9.859375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm6.895981 9.859375l0 -13.59375l4.421875 0q2.5 0 3.265625 0.203125q1.15625 0.296875 1.9375 1.328125q0.796875 1.015625 0.796875 2.640625q0 1.25 -0.453125 2.109375q-0.453125 0.859375 -1.15625 1.34375q-0.703125 0.484375 -1.421875 0.640625q-0.984375 0.203125 -2.84375 0.203125l-1.796875 0l0 5.125l-2.75 0zm2.75 -11.296875l0 3.859375l1.5 0q1.625 0 2.171875 -0.21875q0.546875 -0.21875 0.859375 -0.671875q0.3125 -0.453125 0.3125 -1.046875q0 -0.75 -0.4375 -1.234375q-0.4375 -0.484375 -1.09375 -0.59375q-0.5 -0.09375 -1.984375 -0.09375l-1.328125 0zm16.162323 11.296875l0 -1.46875q-0.53125 0.78125 -1.40625 1.234375q-0.875 0.453125 -1.859375 0.453125q-0.984375 0 -1.78125 -0.4375q-0.78125 -0.4375 -1.140625 -1.21875q-0.34375 -0.796875 -0.34375 -2.1875l0 -6.234375l2.609375 0l0 4.53125q0 2.078125 0.140625 2.546875q0.140625 0.46875 0.515625 0.75q0.390625 0.265625 0.96875 0.265625q0.671875 0 1.203125 -0.359375q0.53125 -0.375 0.71875 -0.90625q0.1875 -0.546875 0.1875 -2.671875l0 -4.15625l2.609375 0l0 9.859375l-2.421875 0zm4.005356 -2.8125l2.609375 -0.390625q0.171875 0.75 0.671875 1.15625q0.515625 0.390625 1.4375 0.390625q1.0 0 1.515625 -0.375q0.34375 -0.265625 0.34375 -0.703125q0 -0.296875 -0.1875 -0.484375q-0.1875 -0.1875 -0.875 -0.34375q-3.140625 -0.703125 -4.0 -1.265625q-1.15625 -0.796875 -1.15625 -2.21875q0 -1.28125 1.0 -2.15625q1.015625 -0.875 3.140625 -0.875q2.03125 0 3.0 0.65625q0.984375 0.65625 1.359375 1.953125l-2.453125 0.453125q-0.15625 -0.578125 -0.609375 -0.875q-0.4375 -0.3125 -1.25 -0.3125q-1.03125 0 -1.46875 0.296875q-0.296875 0.203125 -0.296875 0.515625q0 0.28125 0.25 0.484375q0.359375 0.25 2.4375 0.734375q2.078125 0.46875 2.90625 1.15625q0.828125 0.6875 0.828125 1.9375q0 1.359375 -1.140625 2.328125q-1.125 0.96875 -3.34375 0.96875q-2.015625 0 -3.1875 -0.8125q-1.171875 -0.8125 -1.53125 -2.21875zm13.891342 -10.78125l0 5.0q1.25 -1.484375 3.015625 -1.484375q0.890625 0 1.609375 0.34375q0.734375 0.328125 1.09375 0.84375q0.375 0.515625 0.5 1.15625q0.140625 0.625 0.140625 1.953125l0 5.78125l-2.609375 0l0 -5.203125q0 -1.546875 -0.15625 -1.96875q-0.140625 -0.421875 -0.515625 -0.65625q-0.375 -0.25 -0.9375 -0.25q-0.65625 0 -1.171875 0.3125q-0.5 0.3125 -0.734375 0.953125q-0.234375 0.640625 -0.234375 1.875l0 4.9375l-2.609375 0l0 -13.59375l2.609375 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m320.3832 6.1076117l101.322815 0l0 48.503937l-101.322815 0z" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m320.3832 6.1076117l101.322815 0l0 48.503937l-101.322815 0z" fill-rule="evenodd"></path><path fill="#000000" d="m340.6647 37.27958l-1.546875 0l0 -13.593752l1.65625 0l0 4.84375q1.0625 -1.328125 2.703125 -1.328125q0.90625 0 1.71875 0.375q0.8125 0.359375 1.328125 1.03125q0.53125 0.65625 0.828125 1.59375q0.296875 0.9375 0.296875 2.000002q0 2.53125 -1.25 3.921875q-1.25 1.375 -3.0 1.375q-1.75 0 -2.734375 -1.453125l0 1.234375zm-0.015625 -5.0q0 1.765625 0.46875 2.5625q0.796875 1.28125 2.140625 1.28125q1.09375 0 1.890625 -0.9375q0.796875 -0.953125 0.796875 -2.84375q0 -1.9218769 -0.765625 -2.843752q-0.765625 -0.921875 -1.84375 -0.921875q-1.09375 0 -1.890625 0.953125q-0.796875 0.953125 -0.796875 2.750002zm8.828857 5.0l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0zm5.603302 -4.921875q0 -2.734377 1.53125 -4.062502q1.265625 -1.09375 3.09375 -1.09375q2.03125 0 3.3125 1.34375q1.296875 1.328125 1.296875 3.671877q0 1.90625 -0.578125 3.0q-0.5625 1.078125 -1.65625 1.6875q-1.078125 0.59375 -2.375 0.59375q-2.0625 0 -3.34375 -1.328125q-1.28125 -1.328125 -1.28125 -3.8125zm1.71875 0q0 1.890625 0.828125 2.828125q0.828125 0.9375 2.078125 0.9375q1.25 0 2.0625 -0.9375q0.828125 -0.953125 0.828125 -2.890625q0 -1.8281269 -0.828125 -2.765627q-0.828125 -0.9375 -2.0625 -0.9375q-1.25 0 -2.078125 0.9375q-0.828125 0.9375 -0.828125 2.828127zm11.110077 4.921875l-3.015625 -9.859377l1.71875 0l1.5625 5.687502l0.59375 2.125q0.03125 -0.15625 0.5 -2.03125l1.578125 -5.781252l1.71875 0l1.46875 5.718752l0.484375 1.890625l0.578125 -1.90625l1.6875 -5.703127l1.625 0l-3.078125 9.859377l-1.734375 0l-1.578125 -5.906252l-0.375 -1.671875l-2.0 7.578127l-1.734375 0zm10.972961 -2.9375l1.65625 -0.265625q0.140625 1.0 0.765625 1.53125q0.640625 0.515625 1.78125 0.515625q1.15625 0 1.703125 -0.46875q0.5625 -0.46875 0.5625 -1.09375q0 -0.5625 -0.484375 -0.890625q-0.34375 -0.21875 -1.703125 -0.5625q-1.84375 -0.46875 -2.5625 -0.796875q-0.703125 -0.3437519 -1.078125 -0.9375019q-0.359375 -0.609375 -0.359375 -1.328125q0 -0.65625 0.296875 -1.21875q0.3125 -0.5625 0.828125 -0.9375q0.390625 -0.28125 1.0625 -0.484375q0.671875 -0.203125 1.4375 -0.203125q1.171875 0 2.046875 0.34375q0.875 0.328125 1.28125 0.90625q0.421875 0.5625 0.578125 1.515625l-1.625 0.21875q-0.109375 -0.75 -0.65625 -1.171875q-0.53125 -0.4375 -1.5 -0.4375q-1.15625 0 -1.640625 0.390625q-0.484375 0.375 -0.484375 0.875q0 0.328125 0.203125 0.59375q0.203125 0.265625 0.640625 0.4375q0.25 0.09375 1.46875 0.4375q1.765625 0.46875 2.46875 0.7656269q0.703125 0.296875 1.09375 0.875q0.40625 0.578125 0.40625 1.4375q0 0.828125 -0.484375 1.578125q-0.484375 0.734375 -1.40625 1.140625q-0.921875 0.390625 -2.078125 0.390625q-1.921875 0 -2.9375 -0.796875q-1.0 -0.796875 -1.28125 -2.359375zm16.75 -0.234375l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.15625 0 -3.421875 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.328125 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.34375 0q0.09375 1.625 0.921875 2.484375q0.828125 0.859375 2.0625 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.484375 -2.703127l5.5 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094452 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m475.4252 6.1076117l101.322845 0l0 48.503937l-101.322845 0z" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m475.4252 6.1076117l101.322845 0l0 48.503937l-101.322845 0z" fill-rule="evenodd"></path><path fill="#000000" d="m500.74823 34.34208l1.65625 -0.265625q0.140625 1.0 0.765625 1.53125q0.640625 0.515625 1.78125 0.515625q1.15625 0 1.703125 -0.46875q0.5625 -0.46875 0.5625 -1.09375q0 -0.5625 -0.484375 -0.890625q-0.34375 -0.21875 -1.703125 -0.5625q-1.84375 -0.46875 -2.5625 -0.796875q-0.703125 -0.3437519 -1.078125 -0.9375019q-0.359375 -0.609375 -0.359375 -1.328125q0 -0.65625 0.296875 -1.21875q0.3125 -0.5625 0.828125 -0.9375q0.390625 -0.28125 1.0625 -0.484375q0.671875 -0.203125 1.4375 -0.203125q1.171875 0 2.046875 0.34375q0.875 0.328125 1.28125 0.90625q0.421875 0.5625 0.578125 1.515625l-1.625 0.21875q-0.109375 -0.75 -0.65625 -1.171875q-0.53125 -0.4375 -1.5 -0.4375q-1.15625 0 -1.640625 0.390625q-0.484375 0.375 -0.484375 0.875q0 0.328125 0.203125 0.59375q0.203125 0.265625 0.640625 0.4375q0.25 0.09375 1.46875 0.4375q1.765625 0.46875 2.46875 0.7656269q0.703125 0.296875 1.09375 0.875q0.40625 0.578125 0.40625 1.4375q0 0.828125 -0.484375 1.578125q-0.484375 0.734375 -1.40625 1.140625q-0.921875 0.390625 -2.078125 0.390625q-1.921875 0 -2.9375 -0.796875q-1.0 -0.796875 -1.28125 -2.359375zm16.75 -0.234375l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.15625 0 -3.421875 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.328125 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.34375 0q0.09375 1.625 0.921875 2.484375q0.828125 0.859375 2.0625 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.484375 -2.703127l5.5 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094482 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0zm8.9626465 0l-3.75 -9.859377l1.765625 0l2.125 5.906252q0.34375 0.953125 0.625 1.984375q0.21875 -0.78125 0.625 -1.875l2.1875 -6.015627l1.71875 0l-3.734375 9.859377l-1.5625 0zm13.34375 -3.171875l1.71875 0.21875q-0.40625 1.5 -1.515625 2.34375q-1.09375 0.828125 -2.8125 0.828125q-2.15625 0 -3.421875 -1.328125q-1.265625 -1.328125 -1.265625 -3.734375q0 -2.484377 1.265625 -3.859377q1.28125 -1.375 3.328125 -1.375q1.984375 0 3.234375 1.34375q1.25 1.34375 1.25 3.796877q0 0.140625 -0.015625 0.4375l-7.34375 0q0.09375 1.625 0.921875 2.484375q0.828125 0.859375 2.0625 0.859375q0.90625 0 1.546875 -0.46875q0.65625 -0.484375 1.046875 -1.546875zm-5.484375 -2.703127l5.5 0q-0.109375 -1.234375 -0.625 -1.859375q-0.796875 -0.96875 -2.078125 -0.96875q-1.140625 0 -1.9375 0.78125q-0.78125 0.765625 -0.859375 2.046875zm9.094482 5.875002l0 -9.859377l1.5 0l0 1.5q0.578125 -1.046875 1.0625 -1.375q0.484375 -0.34375 1.078125 -0.34375q0.84375 0 1.71875 0.546875l-0.578125 1.546875q-0.609375 -0.359375 -1.234375 -0.359375q-0.546875 0 -0.984375 0.328125q-0.421875 0.328125 -0.609375 0.90625q-0.28125 0.890625 -0.28125 1.9531269l0 5.15625l-1.671875 0z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m371.04462 54.61155l0 253.29135" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m371.04462 54.61155l0 247.29135" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m369.39288 301.9029l1.6517334 4.538086l1.6517334 -4.538086z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m526.0866 54.61155l0 255.46457" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m526.0866 54.61155l0 249.46457" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m524.4349 304.0761l1.6517334 4.5381165l1.6517334 -4.5381165z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m372.12073 89.10236l153.03937 39.874016" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m372.12073 89.10236l147.23322 38.36123" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m518.9375 129.06197l4.8079224 -0.45417786l-3.9750366 -2.7425613z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m372.12073 172.20992l153.03937 -39.874023" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m377.92688 170.69713l147.23322 -38.361237" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m377.51044 169.09875l-3.9750366 2.742569l4.807953 0.45417786z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m372.12073 197.9105l153.03937 -39.87401" fill-rule="evenodd"></path><path stroke="#000000" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="butt" d="m377.92688 196.39774l147.23322 -38.361237" fill-rule="evenodd"></path><path fill="#000000" stroke="#000000" stroke-width="1.0" stroke-linecap="butt" d="m377.51044 194.79936l-3.9750366 2.742569l4.807953 0.45417786z" fill-rule="evenodd"></path><path fill="#000000" fill-opacity="0.0" d="m419.7706 73.249115l73.7323 19.748032l-7.5275574 28.125984l-73.7323 -19.748032z" fill-rule="evenodd"></path><path fill="#000000" d="m429.11404 91.34824l1.6451416 0.44062042l-0.6069641 1.1800232q1.300415 -1.172226 2.3720093 -0.88521576q0.39242554 0.10510254 0.7625122 0.41451263l-1.0478516 1.2560425q-0.22131348 -0.14015198 -0.49298096 -0.21291351q-0.4527893 -0.121276855 -1.0135803 0.10057068q-0.5567627 0.20674133 -0.9819336 0.7075424q-0.4100952 0.50484467 -1.0019531 1.6889038l-0.98306274 1.920433l-1.7507935 -0.46892548l3.0994568 -6.141594zm9.067505 6.488693l-4.4071655 -1.1803894q-0.04336548 0.101615906 -0.059539795 0.1619873q-0.17370605 0.6490326 0.094573975 1.1576233q0.27227783 0.49349976 0.8005371 0.6349869q0.8753967 0.23445892 1.6158447 -0.5377655l1.5010071 0.67700195q-0.7073059 0.8296356 -1.6063232 1.1064758q-0.8949585 0.26174164 -1.8609009 0.0030288696q-1.3131104 -0.3516922 -1.921051 -1.4041824q-0.5928345 -1.0484543 -0.22521973 -2.4219818q0.35549927 -1.3282547 1.3888855 -2.1676025q1.3909607 -1.1479721 3.2624817 -0.64671326q1.1923523 0.31935883 1.7037659 1.2489471q0.5114441 0.9295883 0.15594482 2.2578354q-0.17370605 0.6490326 -0.44284058 1.1107483zm-1.1922913 -1.4678192q0.028259277 -0.105651855 0.044433594 -0.16603088q0.19390869 -0.72450256 -0.04119873 -1.1756821q-0.22000122 -0.44714355 -0.7633667 -0.5926666q-0.54333496 -0.1455307 -1.0900879 0.14476776q-0.53167725 0.29434967 -0.8967285 1.053894l2.7469482 0.7357178zm8.762634 -0.56468964l1.6149597 0.43253326l-4.279175 8.494629l-1.7658997 -0.47296906l1.4499207 -2.879158q-0.5729065 0.267128 -1.0248413 0.32401276q-0.447937 0.041793823 -0.9761658 -0.0996933q-1.0414429 -0.27893066 -1.4744263 -1.1389847q-0.4329834 -0.860054 -0.08154297 -2.1732101q0.28277588 -1.0565643 0.9720154 -1.9395599q0.689209 -0.88300323 1.5701599 -1.2132034q0.90008545 -0.3412552 1.7754822 -0.106796265q1.4187317 0.37998962 1.7375488 1.7270813l0.4819641 -0.9546814zm-4.8386536 2.909729q-0.17370605 0.6490326 0.06838989 1.1344452q0.26123047 0.4743576 0.77441406 0.61180115q0.4376831 0.11723328 0.9259949 -0.07550049q0.50338745 -0.18868256 0.9458008 -0.81427765q0.46154785 -0.63664246 0.63119507 -1.2705841q0.19796753 -0.7395935 -0.0703125 -1.2481842q-0.2682495 -0.5085907 -0.7512207 -0.6379471q-0.40750122 -0.10914612 -0.9149475 0.09463501q-0.5074463 0.20378113 -0.9770508 0.8706131q-0.4505005 0.655777 -0.6322632 1.3349991zm10.599365 5.6049194l-1.7658691 -0.47296143l4.2942505 -8.490585l1.7507935 0.46892548l-1.5205078 3.0220108q0.70980835 -0.2951584 1.279541 -0.36902618q0.56970215 -0.0738678 1.1583557 0.08378601q0.79992676 0.21424866 1.1274719 0.80342865q0.3467102 0.578125 0.15280151 1.3026276q-0.105041504 0.39243317 -0.5083313 1.1740875l-1.8179321 3.5893784l-1.7507935 -0.46892548l1.8532104 -3.6608047q0.2904358 -0.60160065 0.3388977 -0.7827225q0.08483887 -0.31697083 -0.05886841 -0.5657425q-0.14367676 -0.24877167 -0.5059204 -0.34578705q-0.4376831 -0.11723328 -0.9259949 0.07550049q-0.6373291 0.26604462 -1.0665588 0.78193665q-0.23574829 0.2765503 -0.81552124 1.415329l-1.2190247 2.4395447zm7.9145813 -3.4608307l0.6039734 -1.2293396l0.86032104 0.23041534l0.5091553 -0.9959259l2.3305664 -0.66986084l-1.0738525 2.1387558l1.0716248 0.2870102l-0.6191101 1.2253036l-1.0715942 -0.28701782l-1.304718 2.5783615q-0.34887695 0.699173 -0.37713623 0.8048248q-0.052520752 0.1962204 0.03591919 0.34931183q0.107543945 0.14203644 0.4396057 0.23097229q0.12072754 0.032341003 0.5966797 0.1274643l-0.6341553 1.2212601q-0.47705078 -0.030708313 -0.9449158 -0.15602875q-0.9357605 -0.2506256 -1.2654724 -0.71097565q-0.32565308 -0.47543335 -0.15194702 -1.124466q0.08081055 -0.30187988 0.59402466 -1.3128967l1.2462463 -2.4807892l-0.84521484 -0.2263794zm5.4949646 0.08063507l1.6602478 0.444664l-0.37609863 0.74040985q1.220459 -0.6921921 2.2769775 -0.40922546q0.7395325 0.19808197 1.0471191 0.62015533q0.3267212 0.41101837 0.2869568 0.9826889q0.48043823 -0.40511322 1.1881409 -0.57144165q0.7227783 -0.16227722 1.401947 0.019630432q0.7848511 0.21020508 1.109436 0.75006104q0.32458496 0.53985596 0.14279175 1.2190781q-0.08886719 0.33206177 -0.49215698 1.1137085l-1.8965759 3.7624207l-1.7507935 -0.46891785l1.8965759 -3.7624207q0.34887695 -0.699173 0.37713623 -0.8048248q0.07272339 -0.27169037 -0.052886963 -0.46709442q-0.12564087 -0.19540405 -0.44259644 -0.28029633q-0.664093 -0.17786407 -1.3630676 0.37900543q-0.5065918 0.38193512 -1.1025085 1.5810928l-1.4105835 2.7926407l-1.7658997 -0.47296906l1.8844604 -3.7171326q0.31762695 -0.6428375 0.3701477 -0.8390579q0.06866455 -0.25659943 -0.067993164 -0.471138q-0.12161255 -0.210495 -0.4234619 -0.2913437q-0.28677368 -0.076805115 -0.64816284 0.004333496q-0.34628296 0.08518219 -0.6534729 0.32642365q-0.30718994 0.24123383 -0.602478 0.6797714q-0.13201904 0.19110107 -0.5081177 0.9315109l-1.4337463 2.818779l-1.7507935 -0.46891785l3.0994568 -6.141594zm8.393188 9.219719l4.279175 -8.494629l1.7507935 0.46892548l-4.279175 8.494621l-1.7507935 -0.46891785z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m399.19946 136.00038l80.91339 -21.669289l7.5275574 28.125984l-80.91339 21.669296z" fill-rule="evenodd"></path><path fill="#000000" d="m433.9985 149.24915l-1.7658997 0.47291565l-0.5209961 -9.501144l1.7507935 -0.46888733l0.19232178 3.3777313q0.46743774 -0.6104431 0.92404175 -0.959198q0.456604 -0.34873962 1.045227 -0.5063782q0.7999573 -0.2142334 1.3779602 0.13241577q0.5890808 0.32751465 0.7829895 1.0520172q0.105041504 0.39242554 0.14608765 1.2710876l0.21807861 4.017868l-1.750824 0.46887207l-0.22314453 -4.0973663q-0.048919678 -0.666275 -0.09741211 -0.84739685q-0.08483887 -0.31697083 -0.33355713 -0.46064758q-0.24871826 -0.1436615 -0.6109619 -0.046661377q-0.4376831 0.11721802 -0.7644043 0.52822876q-0.41918945 0.54901123 -0.5333252 1.2104187q-0.066101074 0.35739136 4.8828125E-4 1.633606l0.16253662 2.722519zm5.127228 -6.95372l-0.09082031 -1.3667755l0.86032104 -0.23040771l-0.056396484 -1.1171875l1.6842346 -1.7451019l0.13806152 2.3893738l1.0715942 -0.2869873l0.07574463 1.3708191l-1.0716248 0.2869873l0.15765381 2.8855743q0.04699707 0.78001404 0.075286865 0.8856659q0.052520752 0.19622803 0.2055664 0.28463745q0.16412354 0.0692749 0.4961853 -0.01965332q0.12072754 -0.032333374 0.5805359 -0.18782043l0.060638428 1.3748627q-0.42855835 0.21182251 -0.89642334 0.3371277q-0.935791 0.25061035 -1.451294 0.01663208q-0.51956177 -0.24906921 -0.6932678 -0.8981018q-0.08081055 -0.30187988 -0.14123535 -1.4341736l-0.1595459 -2.77182l-0.84521484 0.22634888zm4.8002014 -2.6766357l1.6602478 -0.44462585l0.044036865 0.8293457q0.7114563 -1.20961 1.7679749 -1.4925537q0.739563 -0.19805908 1.2168274 0.013824463q0.48828125 0.19273376 0.7393799 0.70780945q0.21383667 -0.59106445 0.7437744 -1.0888519q0.54504395 -0.5018158 1.2242126 -0.6837158q0.7848511 -0.21018982 1.3356628 0.095214844q0.55081177 0.30540466 0.732605 0.9846344q0.08886719 0.33206177 0.12994385 1.2107239l0.23632812 4.207062l-1.7507935 0.46888733l-0.23635864 -4.207077q-0.04699707 -0.78001404 -0.075286865 -0.8856659q-0.07269287 -0.27168274 -0.27911377 -0.37815857q-0.2064209 -0.10647583 -0.52337646 -0.021591187q-0.66412354 0.17784119 -0.9914551 1.0095825q-0.24804688 0.58406067 -0.16531372 1.9206543l0.17294312 3.1240997l-1.7658691 0.47291565l-0.22424316 -4.161789q-0.045928955 -0.71559143 -0.09844971 -0.9118042q-0.06869507 -0.25660706 -0.2942505 -0.37413025q-0.21044922 -0.12156677 -0.5122986 -0.040725708q-0.28677368 0.076797485 -0.55929565 0.327713q-0.25741577 0.24687195 -0.40304565 0.609375q-0.14559937 0.3625183 -0.18234253 0.8899689q-0.018920898 0.23153687 0.025115967 1.0608673l0.16595459 3.1583405l-1.750824 0.46887207l-0.38269043 -6.8692017zm11.875427 3.7913513l-0.5361023 -9.497101l1.750824 -0.46887207l0.5360718 9.497101l-1.7507935 0.46887207z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m390.3176 165.61142l100.8819 -26.992126l7.5275574 28.125977l-100.8819 26.992126z" fill-rule="evenodd"></path><path fill="#000000" d="m411.04538 175.66103l1.6603394 -0.44424438l0.041900635 0.70047q0.4111328 -0.57907104 0.8265381 -0.9004822q0.41540527 -0.32141113 0.94369507 -0.46276855q1.0263977 -0.2746277 1.8351135 0.26921082q0.823822 0.53977966 1.1954651 1.9284058q0.47262573 1.765976 -0.2758789 3.2602081q-0.6419983 1.2878265 -1.9098816 1.6270752q-1.2829895 0.34327698 -2.225891 -0.52049255l0.19546509 3.570816l-1.750885 0.46847534l-0.5359802 -9.496674zm2.0543823 3.445465q0.20196533 0.75468445 0.67733765 1.0803833q0.49047852 0.32165527 1.0036621 0.18434143q0.42263794 -0.11306763 0.7453308 -0.53907776q0.3227234 -0.42601013 0.3854065 -1.2191772q0.07376099 -0.8122864 -0.09185791 -1.4311371q-0.19796753 -0.7395935 -0.64611816 -1.0240479q-0.45217896 -0.2995453 -0.99557495 -0.15415955q-0.4981079 0.13327026 -0.8237915 0.60861206q-0.3146057 0.45619202 -0.3551941 1.2110901q-0.04058838 0.7548828 0.10079956 1.2831726zm5.855591 -5.5618744l1.7509155 -0.46847534l0.23013306 4.062958q0.03488159 0.73469543 0.079315186 0.9007263q0.07675171 0.28678894 0.344635 0.44155884q0.26382446 0.13967896 0.58081055 0.054870605q0.2414856 -0.06462097 0.44366455 -0.21575928q0.20217896 -0.15115356 0.39520264 -0.39689636q0.19302368 -0.2457428 0.31356812 -0.52059937q0.1315918 -0.29400635 0.19662476 -0.71577454q0.044006348 -0.3190918 -0.00491333 -0.9853363l-0.16397095 -3.2719269l1.750885 -0.46847534l0.3826294 6.8688965l-1.6452332 0.4402008l-0.05722046 -0.93899536q-0.79293823 1.3282013 -2.060852 1.66745q-0.8150635 0.21807861 -1.3890686 -0.11357117q-0.57806396 -0.34675598 -0.78408813 -1.1165314q-0.08886719 -0.33206177 -0.16329956 -1.3958435l-0.19973755 -3.828476zm7.532135 2.998825l1.632904 -0.7280426q0.3718567 0.4827881 0.76452637 0.62034607q0.40774536 0.1335144 0.99642944 -0.023986816q0.58865356 -0.15750122 0.87820435 -0.5261078q0.20812988 -0.24978638 0.1354065 -0.5214691q-0.044433594 -0.16604614 -0.2206726 -0.2806244q-0.15710449 -0.10354614 -0.813385 -0.13821411q-1.7413635 -0.10018921 -2.199524 -0.30110168q-0.717926 -0.3255005 -0.9239502 -1.0952759q-0.20602417 -0.76979065 0.21807861 -1.48172q0.5899353 -0.9989166 2.1748047 -1.4229736q1.2528076 -0.33520508 2.027069 -0.04095459q0.77023315 0.2791443 1.1463318 1.0196075l-1.5534058 0.72294617q-0.21768188 -0.3299408 -0.5489197 -0.41923523q-0.45706177 -0.13650513 -1.015564 0.012924194q-0.5433655 0.14538574 -0.7364197 0.39112854q-0.19302368 0.2457428 -0.12838745 0.48724365q0.06463623 0.24150085 0.35058594 0.34291077q0.1751709 0.050186157 1.0740356 0.08465576q1.3950195 0.0149383545 1.9146118 0.26409912q0.75619507 0.34761047 0.95010376 1.072113q0.24642944 0.92071533 -0.35668945 1.8099365q-0.5880127 0.8851929 -2.006836 1.2648163q-1.4037476 0.3755951 -2.310913 0.068374634q-0.91116333 -0.3223114 -1.4484253 -1.1813965zm9.671997 -0.63072205l-1.7659912 0.47251892l-0.520874 -9.500717l1.750885 -0.46847534l0.19229126 3.3775787q0.46746826 -0.61032104 0.9241028 -0.9589386q0.45666504 -0.3486328 1.0453186 -0.50613403q0.7999878 -0.2140503 1.3780212 0.13270569q0.5891113 0.3276062 0.78302 1.0521088q0.105041504 0.3924408 0.14608765 1.2710571l0.21801758 4.017685l-1.7509155 0.46847534l-0.22311401 -4.097183q-0.048919678 -0.6662445 -0.09738159 -0.8473816q-0.08483887 -0.31695557 -0.33358765 -0.4606781q-0.24871826 -0.14372253 -0.61099243 -0.046798706q-0.43771362 0.117126465 -0.76446533 0.52804565q-0.41921997 0.5488739 -0.53338623 1.2102356q-0.066101074 0.35734558 4.8828125E-4 1.6335144l0.16247559 2.7223816zm11.680878 -6.036789l-4.4074707 1.1792603q0.013183594 0.109695435 0.02935791 0.17007446q0.17370605 0.6490326 0.66012573 0.9555969q0.48239136 0.2914734 1.0106812 0.15013123q0.87545776 -0.23423767 1.1311646 -1.2731476l1.6384583 -0.16342163q-0.19833374 1.0720673 -0.83883667 1.7610474q-0.64456177 0.6738739 -1.6105957 0.9323425q-1.3131714 0.35134888 -2.3655396 -0.25668335q-1.037262 -0.6120758 -1.4048767 -1.985611q-0.35546875 -1.3282471 0.1204834 -2.57164q0.6315918 -1.6894073 2.5032349 -2.1901855q1.1924438 -0.31904602 2.0997925 0.23072815q0.90737915 0.54977417 1.2628479 1.8780365q0.17370605 0.6490326 0.1711731 1.1834717zm-1.7660217 -0.6758728q-0.028289795 -0.105667114 -0.044433594 -0.16603088q-0.19390869 -0.72450256 -0.6229248 -0.99790955q-0.41394043 -0.2774353 -0.9573059 -0.13204956q-0.543396 0.14538574 -0.8720703 0.67004395q-0.3135376 0.5206146 -0.25039673 1.3609619l2.7471313 -0.73501587zm9.336792 1.5616608l-1.6754456 0.44828796l-0.038909912 -0.74980164q-0.3577881 0.59713745 -0.77319336 0.91856384q-0.40029907 0.31736755 -0.98898315 0.47486877q-1.0112915 0.27059937 -1.8270264 -0.23899841q-0.8046875 -0.5287323 -1.1682434 -1.8871765q-0.41607666 -1.554657 0.120025635 -3.056778q0.551239 -1.5061493 2.0002441 -1.8938599q1.3132019 -0.35134888 2.256073 0.51242065l-0.19143677 -3.555725l1.7509155 -0.46847534l0.5359802 9.496674zm-4.7712708 -1.5701294q0.18984985 0.7094116 0.6420288 1.0089569q0.45220947 0.29956055 0.96539307 0.1622467q0.48303223 -0.12924194 0.8016968 -0.570343q0.33374023 -0.44514465 0.39752197 -1.1738892q0.074798584 -0.747879 -0.09082031 -1.3667145q-0.18984985 -0.7094116 -0.69540405 -1.0270386q-0.49450684 -0.33674622 -0.97753906 -0.20751953q-0.7848816 0.21000671 -1.0527344 1.2036285q-0.2567749 0.9744873 0.009857178 1.9706726zm13.954681 -3.523468l1.7823792 -0.16958618q-0.119659424 1.2451172 -0.7882385 2.070984q-0.6726074 0.810791 -1.7593994 1.1015625q-1.2377014 0.3311615 -2.1752625 -0.21054077q-0.92245483 -0.54574585 -1.269867 -1.8437958q-0.2868042 -1.0716705 -0.09954834 -2.1246033q0.18322754 -1.0680237 0.9283447 -1.8496704q0.7451477 -0.781662 1.816803 -1.0683899q1.1471558 -0.30693054 1.9879761 0.11508179q0.8559265 0.41796875 1.2090454 1.3748322l-1.6269531 0.6294098q-0.20581055 -0.5272217 -0.5461731 -0.7111206q-0.34036255 -0.18389893 -0.7931824 -0.06274414q-0.4981079 0.13327026 -0.84994507 0.6317749q-0.33673096 0.49446106 -0.37625122 1.3137665q-0.024414062 0.8152771 0.15332031 1.4794006q0.15350342 0.5735626 0.5100403 0.8178406q0.37161255 0.24023438 0.7942505 0.12715149q0.42263794 -0.113082886 0.73428345 -0.5199585q0.3076172 -0.42196655 0.3683777 -1.1013947zm2.681305 -0.038085938l1.632904 -0.7280426q0.3718567 0.48280334 0.76452637 0.6203613q0.40774536 0.1335144 0.9963989 -0.023986816q0.5886841 -0.15751648 0.87823486 -0.52612305q0.20809937 -0.24978638 0.1354065 -0.5214691q-0.044433594 -0.16603088 -0.2206726 -0.2806244q-0.15713501 -0.103530884 -0.8134155 -0.13821411q-1.741333 -0.10018921 -2.1994934 -0.30110168q-0.717926 -0.32548523 -0.9239502 -1.0952759q-0.20602417 -0.7697754 0.21807861 -1.48172q0.5899353 -0.9989166 2.1748047 -1.4229736q1.2528076 -0.33520508 2.027069 -0.04095459q0.77023315 0.27915955 1.1463318 1.0196075l-1.5534058 0.72294617q-0.21768188 -0.3299408 -0.5489197 -0.41923523q-0.4570923 -0.13648987 -1.015564 0.012924194q-0.543396 0.145401 -0.7364197 0.3911438q-0.19302368 0.2457428 -0.12838745 0.48724365q0.06463623 0.24150085 0.35058594 0.34291077q0.1751709 0.0501709 1.0740051 0.0846405q1.39505 0.0149383545 1.9146423 0.26411438q0.75619507 0.3475952 0.95010376 1.0720978q0.24642944 0.92071533 -0.35668945 1.8099518q-0.5880127 0.8851776 -2.0068665 1.2648163q-1.4037476 0.37557983 -2.3108826 0.068359375q-0.91119385 -0.3223114 -1.4484253 -1.1813965zm7.1605835 -1.9158936l1.6329346 -0.7280426q0.37182617 0.4827881 0.76449585 0.62034607q0.40774536 0.1335144 0.99642944 -0.023986816q0.58865356 -0.15750122 0.87820435 -0.52612305q0.20812988 -0.24977112 0.1354065 -0.5214691q-0.044433594 -0.16603088 -0.2206726 -0.28060913q-0.15710449 -0.10354614 -0.813385 -0.13821411q-1.7413635 -0.10018921 -2.1994934 -0.30110168q-0.71795654 -0.3255005 -0.9239807 -1.0952759q-0.20602417 -0.76979065 0.21807861 -1.48172q0.5899353 -0.9989166 2.1748047 -1.4229736q1.2528076 -0.33520508 2.0270996 -0.04095459q0.77023315 0.2791443 1.1463318 1.0196075l-1.5534058 0.72294617q-0.2177124 -0.3299408 -0.5489502 -0.41923523q-0.45706177 -0.13650513 -1.0155334 0.012924194q-0.543396 0.14538574 -0.7364197 0.39112854q-0.19302368 0.2457428 -0.12841797 0.48724365q0.06463623 0.24150085 0.35058594 0.34291077q0.1751709 0.050186157 1.0740356 0.08465576q1.3950195 0.014923096 1.9146118 0.26409912q0.7562256 0.34761047 0.95010376 1.072113q0.24642944 0.92071533 -0.35668945 1.8099365q-0.5880127 0.8851929 -2.006836 1.2648163q-1.4037476 0.3755951 -2.3108826 0.068374634q-0.91119385 -0.3223114 -1.4484558 -1.1813965z" fill-rule="nonzero"></path><path fill="#000000" fill-opacity="0.0" d="m339.23883 313.35434l218.80316 0l0 32.346436l-218.80316 0z" fill-rule="evenodd"></path><path fill="#000000" d="m406.35532 336.44757l-3.25 -13.59375l2.8125 0l2.046875 9.328125l2.484375 -9.328125l3.265625 0l2.390625 9.5l2.09375 -9.5l2.765625 0l-3.3125 13.59375l-2.90625 0l-2.71875 -10.171875l-2.6875 10.171875l-2.984375 0zm15.655548 -11.1875l0 -2.40625l2.609375 0l0 2.40625l-2.609375 0zm0 11.1875l0 -9.859375l2.609375 0l0 9.859375l-2.609375 0zm9.698914 -9.859375l0 2.078125l-1.78125 0l0 3.984375q0 1.203125 0.046875 1.40625q0.0625 0.1875 0.234375 0.328125q0.1875 0.125 0.453125 0.125q0.359375 0 1.046875 -0.25l0.21875 2.015625q-0.90625 0.390625 -2.0625 0.390625q-0.703125 0 -1.265625 -0.234375q-0.5625 -0.234375 -0.828125 -0.609375q-0.265625 -0.375 -0.375 -1.015625q-0.078125 -0.453125 -0.078125 -1.84375l0 -4.296875l-1.203125 0l0 -2.078125l1.203125 0l0 -1.953125l2.609375 -1.515625l0 3.46875l1.78125 0zm4.306427 -3.734375l0 5.0q1.25 -1.484375 3.015625 -1.484375q0.890625 0 1.609375 0.34375q0.734375 0.328125 1.09375 0.84375q0.375 0.515625 0.5 1.15625q0.140625 0.625 0.140625 1.953125l0 5.78125l-2.609375 0l0 -5.203125q0 -1.546875 -0.15625 -1.96875q-0.140625 -0.421875 -0.515625 -0.65625q-0.375 -0.25 -0.9375 -0.25q-0.65625 0 -1.171875 0.3125q-0.5 0.3125 -0.734375 0.953125q-0.234375 0.640625 -0.234375 1.875l0 4.9375l-2.609375 0l0 -13.59375l2.609375 0zm13.985535 13.59375l0 -13.59375l4.421875 0q2.5 0 3.265625 0.203125q1.15625 0.296875 1.9375 1.328125q0.796875 1.015625 0.796875 2.640625q0 1.25 -0.453125 2.109375q-0.453125 0.859375 -1.15625 1.34375q-0.703125 0.484375 -1.421875 0.640625q-0.984375 0.203125 -2.84375 0.203125l-1.796875 0l0 5.125l-2.75 0zm2.75 -11.296875l0 3.859375l1.5 0q1.625 0 2.171875 -0.21875q0.546875 -0.21875 0.859375 -0.671875q0.3125 -0.453125 0.3125 -1.046875q0 -0.75 -0.4375 -1.234375q-0.4375 -0.484375 -1.09375 -0.59375q-0.5 -0.09375 -1.984375 -0.09375l-1.328125 0zm16.162323 11.296875l0 -1.46875q-0.53125 0.78125 -1.40625 1.234375q-0.875 0.453125 -1.859375 0.453125q-0.984375 0 -1.78125 -0.4375q-0.78125 -0.4375 -1.140625 -1.21875q-0.34375 -0.796875 -0.34375 -2.1875l0 -6.234375l2.609375 0l0 4.53125q0 2.078125 0.140625 2.546875q0.140625 0.46875 0.515625 0.75q0.390625 0.265625 0.96875 0.265625q0.671875 0 1.203125 -0.359375q0.53125 -0.375 0.71875 -0.90625q0.1875 -0.546875 0.1875 -2.671875l0 -4.15625l2.609375 0l0 9.859375l-2.421875 0zm4.005371 -2.8125l2.609375 -0.390625q0.171875 0.75 0.671875 1.15625q0.515625 0.390625 1.4375 0.390625q1.0 0 1.515625 -0.375q0.34375 -0.265625 0.34375 -0.703125q0 -0.296875 -0.1875 -0.484375q-0.1875 -0.1875 -0.875 -0.34375q-3.140625 -0.703125 -4.0 -1.265625q-1.15625 -0.796875 -1.15625 -2.21875q0 -1.28125 1.0 -2.15625q1.015625 -0.875 3.140625 -0.875q2.03125 0 3.0 0.65625q0.984375 0.65625 1.359375 1.953125l-2.453125 0.453125q-0.15625 -0.578125 -0.609375 -0.875q-0.4375 -0.3125 -1.25 -0.3125q-1.03125 0 -1.46875 0.296875q-0.296875 0.203125 -0.296875 0.515625q0 0.28125 0.25 0.484375q0.359375 0.25 2.4375 0.734375q2.078125 0.46875 2.90625 1.15625q0.828125 0.6875 0.828125 1.9375q0 1.359375 -1.140625 2.328125q-1.125 0.96875 -3.34375 0.96875q-2.015625 0 -3.1875 -0.8125q-1.171875 -0.8125 -1.53125 -2.21875zm13.891327 -10.78125l0 5.0q1.25 -1.484375 3.015625 -1.484375q0.890625 0 1.609375 0.34375q0.734375 0.328125 1.09375 0.84375q0.375 0.515625 0.5 1.15625q0.140625 0.625 0.140625 1.953125l0 5.78125l-2.609375 0l0 -5.203125q0 -1.546875 -0.15625 -1.96875q-0.140625 -0.421875 -0.515625 -0.65625q-0.375 -0.25 -0.9375 -0.25q-0.65625 0 -1.171875 0.3125q-0.5 0.3125 -0.734375 0.953125q-0.234375 0.640625 -0.234375 1.875l0 4.9375l-2.609375 0l0 -13.59375l2.609375 0z" fill-rule="nonzero"></path></g></svg>
-
diff --git a/_content/hello-china.article b/_content/hello-china.article
deleted file mode 100644
index 98b57a9..0000000
--- a/_content/hello-china.article
+++ /dev/null
@@ -1,34 +0,0 @@
-# Hello, 中国!
-22 Jan 2018
-Tags: community, china
-Summary: The Go home page and binary downloads is now available in China, at https://golang.google.cn.
-
-Andrew Bonventre
-
-##
-
-We are thrilled to announce that the content on
-[golang.org](https://golang.org) is now available in mainland China through
-the name [https://golang.google.cn](https://golang.google.cn).
-The growing Go developer community in China can now directly access official
-documentation, technical articles, and binaries.
-
-The Go community in China is bigger than ever.
-In 2015, Robert Griesemer [visited Shanghai](gopherchina) to attend
-GopherChina, the first Go conference in the country.
-In the years since, it has become one of the largest Go conferences in the world
-with over 1200 attendees at their 2017 event.
-Over the same period, one of the most popular
-[community-built Go forums](https://gocn.io) saw their traffic increase
-threefold and the number of participants in Go-specific groups on social
-platforms like WeChat and QQ has grown to over 11,000 people.
-
-Go adoption within China-based companies has also increased, with
-[Qiniu](https://www.qiniu.com/), [Huawei](http://www.huawei.com/),
-[Alibaba](http://www.alibabagroup.com/), and countless others using Go heavily
-in their production stacks.
-
-We’re excited to provide even more resources for Go developers in China to
-supplement the excellent material already available to them, but this is just
-the beginning. We’ll be focusing on making Go more accessible to non-English
-speakers in 2018, so keep watching this space.
diff --git a/_content/hello-world.article b/_content/hello-world.article
deleted file mode 100644
index c0438ee..0000000
--- a/_content/hello-world.article
+++ /dev/null
@@ -1,68 +0,0 @@
-# Go: What's New in March 2010
-18 Mar 2010
-Summary: First post!
-OldURL: /go-whats-new-in-march-2010
-
-Andrew Gerrand
-
-##
-
-Welcome to the official Go Blog. We, the Go team,
-hope to use this blog to keep the world up-to-date on the development of
-the Go programming language and the growing ecosystem of libraries and applications surrounding it.
-
-It's been a few months since we launched (November last year),
-so let's talk about what's been happening in Go World since then.
-
-The core team at Google has continued to develop the language,
-compilers, packages, tools, and documentation.
-The compilers now produce code that is in some cases between 2x and an order
-of magnitude faster than at release.
-We have put together some graphs of a selection of [Benchmarks](http://godashboard.appspot.com/benchmarks),
-and the [Build Status](http://godashboard.appspot.com/) page tracks the
-reliability of each changeset submitted to the repository.
-
-We have made syntax changes to make the language more concise,
-regular, and flexible.
-Semicolons have been [almost entirely removed](http://groups.google.com/group/golang-nuts/t/5ee32b588d10f2e9) from the language.
-The [...T syntax](https://golang.org/doc/go_spec.html#Function_types)
-makes it simpler to handle an arbitrary number of typed function parameters.
-The syntax x[lo:] is now shorthand for x[lo:len(x)].
-Go also now natively supports complex numbers.
-See the [release notes](https://golang.org/doc/devel/release.html) for more.
-
-[Godoc](https://golang.org/cmd/godoc/) now provides better support for
-third-party libraries,
-and a new tool - [goinstall](https://golang.org/cmd/goinstall) - has been
-released to make it easy to install them.
-Additionally, we've started working on a package tracking system to make
-it easier to find what you need.
-You can view the beginnings of this on the [Packages page](http://godashboard.appspot.com/package).
-
-More than 40,000 lines of code have been added to [the standard library](https://golang.org/pkg/),
-including many entirely new packages, a sizable portion written by external contributors.
-
-Speaking of third parties, since launch a vibrant community has flourished
-on our [mailing list](http://groups.google.com/group/golang-nuts/) and
-irc channel (#go-nuts on freenode).
-We have officially added [more than 50 people](https://golang.org/CONTRIBUTORS) to the project.
-Their contributions range from bug fixes and documentation corrections to
-core packages and support for additional operating systems (Go is now supported under FreeBSD,
-and a [Windows port](http://code.google.com/p/go/wiki/WindowsPort) is underway).
-We regard these community contributions our greatest success so far.
-
-We've received some good reviews, too.  This [recent article in PC World](http://www.pcworld.idg.com.au/article/337773/google_go_captures_developers_imaginations/)
-summarized the enthusiasm surrounding the project.
-Several bloggers have begun documenting their experiences in the language
-(see [here](http://golang.tumblr.com/),
-[here](http://www.infi.nl/blog/view/id/47),
-and [here](http://freecella.blogspot.com/2010/01/gospecify-basic-setup-of-projects.html)
-for example)  The general reaction of our users has been very positive;
-one first-timer remarked ["I came away extremely impressed. Go walks an elegant line between simplicity and power."](https://groups.google.com/group/golang-nuts/browse_thread/thread/5fabdd59f8562ed2)
-
-As to the future: we have listened to the myriad voices telling us what they need,
-and are now focused on getting Go ready for the prime time.
-We are improving the garbage collector, runtime scheduler,
-tools, and standard libraries, as well as exploring new language features.
-2010 will be an exciting year for Go, and we look forward to collaborating
-with the community to make it a successful one.
diff --git a/_content/heroku.article b/_content/heroku.article
deleted file mode 100644
index 2aa75c2..0000000
--- a/_content/heroku.article
+++ /dev/null
@@ -1,74 +0,0 @@
-# Go at Heroku
-21 Apr 2011
-Tags: guest
-Summary: _This week’s blog post is written by_ [_Keith Rarick_](http://xph.us/) _and_ [_Blake Mizerany_](http://itsbonus.heroku.com/), _systems engineers at_ [Heroku](http://www.heroku.com/). _In their own words, they "eat, drink, and sleep distributed systems." Here they discuss their experiences using Go._
-OldURL: /go-at-heroku
-
-Keith Rarick
-
-Blake Mizerany
-
-##
-
-_This week’s blog post is written by_ [_Keith Rarick_](http://xph.us/)
-_and_ [_Blake Mizerany_](http://itsbonus.heroku.com/),
-_systems engineers at_ [Heroku](http://www.heroku.com/).
-_In their own words, they "eat, drink, and sleep distributed systems." Here they discuss their experiences using Go._
-
-A big problem that comes with building distributed systems is the coordination
-of physical servers.
-Each server needs to know various facts about the system as a whole.
-This critical data includes locks, configuration data,
-and so on, and it must be consistent and available even during data store failures,
-so we need a data store with solid consistency guarantees.
-Our solution to this problem is [Doozer](http://xph.us/2011/04/13/introducing-doozer.html),
-a new, consistent, highly-available data store written in Go.
-
-At Doozer's core is [Paxos](http://en.wikipedia.org/wiki/Paxos_(computer_science)),
-a family of protocols for solving consensus in an unreliable network of unreliable nodes.
-While Paxos is essential to running a fault-tolerant system,
-it is notorious for being difficult to implement.
-Even example implementations that can be found online are complex and hard to follow,
-despite being simplified for educational purposes.
-Existing production systems have a reputation for being worse.
-
-Fortunately, Go's concurrency primitives made the task much easier.
-Paxos is defined in terms of independent,
-concurrent processes that communicate via passing messages.
-In Doozer, these processes are implemented as goroutines,
-and their communications as channel operations.
-In the same way that garbage collectors improve upon malloc and free,
-we found that [goroutines and channels](https://blog.golang.org/2010/07/share-memory-by-communicating.html)
-improve upon the lock-based approach to concurrency.
-These tools let us avoid complex bookkeeping and stay focused on the problem at hand.
-We are still amazed at how few lines of code it took to achieve something
-renowned for being difficult.
-
-The standard packages in Go were another big win for Doozer.
-The Go team is very pragmatic about what goes into them.
-For instance, a package we quickly found useful was [websocket](https://golang.org/pkg/websocket/).
-Once we had a working data store, we needed an easy way to introspect it
-and visualize activity.
-Using the websocket package, Keith was able to add the web viewer on his
-train ride home and without requiring external dependencies.
-This is a real testament to how well Go mixes systems and application programming.
-
-One of our favorite productivity gains was provided by Go's source formatter:
-[gofmt](https://golang.org/cmd/gofmt/).
-We never argued over where to put a curly-brace,
-tabs vs. spaces, or if we should align assignments.
-We simply agreed that the buck stopped at the default output from gofmt.
-
-Deploying Doozer was satisfyingly simple.
-Go builds statically linked binaries which means Doozer has no external dependencies;
-it's a single file that can be copied to any machine and immediately launched
-to join a cluster of running Doozers.
-
-Finally, Go's maniacal focus on simplicity and orthogonality aligns with
-our view of software engineering.
-Like the Go team, we are pragmatic about what features go into Doozer.
-We sweat the details, preferring to change an existing feature instead of
-introducing a new one.
-In this sense, Go is a perfect match for Doozer.
-
-We already have future projects in mind for Go. Doozer is just the start of much bigger system.
diff --git a/_content/http-tracing.article b/_content/http-tracing.article
deleted file mode 100644
index 6d63817..0000000
--- a/_content/http-tracing.article
+++ /dev/null
@@ -1,78 +0,0 @@
-# Introducing HTTP Tracing
-4 Oct 2016
-Tags: http, technical
-Summary: How to use Go 1.7's HTTP tracing to understand your client requests.
-
-Jaana Burcu Dogan
-
-## Introduction
-
-In Go 1.7 we introduced HTTP tracing, a facility to gather fine-grained
-information throughout the lifecycle of an HTTP client request.
-Support for HTTP tracing is provided by the [`net/http/httptrace`](https://golang.org/pkg/net/http/httptrace/)
-package. The collected information can be used for debugging latency issues,
-service monitoring, writing adaptive systems, and more.
-
-## HTTP events
-
-The `httptrace` package provides a number of hooks to gather information
-during an HTTP round trip about a variety of events. These events include:
-
-  - Connection creation
-  - Connection reuse
-  - DNS lookups
-  - Writing the request to the wire
-  - Reading the response
-
-## Tracing events
-
-You can enable HTTP tracing by putting an
-[`*httptrace.ClientTrace`](https://golang.org/pkg/net/http/httptrace/#ClientTrace)
-containing hook functions into a request's [`context.Context`](https://golang.org/pkg/context/#Context).
-Various [`http.RoundTripper`](https://golang.org/pkg/net/http/#RoundTripper)
-implementations report the internal events by
-looking for context's `*httptrace.ClientTrace` and calling the relevant hook functions.
-
-The tracing is scoped to the request's context and users should
-put a `*httptrace.ClientTrace` to the request context before they start a request.
-
-.code http-tracing/trace.go /START/,/END/
-
-During a round trip, `http.DefaultTransport` will invoke each hook
-as an event happens. The program above will print the DNS
-information as soon as the DNS lookup is complete. It will similarly print
-connection information when a connection is established to the request's host.
-
-## Tracing with http.Client
-
-The tracing mechanism is designed to trace the events in the lifecycle
-of a single `http.Transport.RoundTrip`. However, a client may
-make multiple round trips to complete an HTTP request. For example, in the case
-of a URL redirection, the registered hooks will be called as many times as the
-client follows HTTP redirects, making multiple requests.
-Users are responsible for recognizing such events at the `http.Client` level.
-The program below identifies the current request by using an
-`http.RoundTripper` wrapper.
-
-.code http-tracing/client.go
-
-The program will follow the redirect of google.com to www.google.com and will output:
-
-	Connection reused for https://google.com? false
-	Connection reused for https://www.google.com/? false
-
-The Transport in the `net/http` package supports tracing of both HTTP/1
-and HTTP/2 requests.
-
-If you are an author of a custom `http.RoundTripper` implementation,
-you can support tracing by checking the request context for an
-`*httptest.ClientTrace` and invoking the relevant hooks as the events occur.
-
-## Conclusion
-
-HTTP tracing is a valuable addition to Go for those who are interested
-in debugging HTTP request latency and writing tools for network debugging
-for outbound traffic.
-By enabling this new facility, we hope to see HTTP debugging, benchmarking
-and visualization tools from the community — such as
-[httpstat](https://github.com/davecheney/httpstat).
diff --git a/_content/http-tracing/client.go b/_content/http-tracing/client.go
deleted file mode 100644
index caef742..0000000
--- a/_content/http-tracing/client.go
+++ /dev/null
@@ -1,44 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"log"
-	"net/http"
-	"net/http/httptrace"
-)
-
-// transport is an http.RoundTripper that keeps track of the in-flight
-// request and implements hooks to report HTTP tracing events.
-type transport struct {
-	current *http.Request
-}
-
-// RoundTrip wraps http.DefaultTransport.RoundTrip to keep track
-// of the current request.
-func (t *transport) RoundTrip(req *http.Request) (*http.Response, error) {
-	t.current = req
-	return http.DefaultTransport.RoundTrip(req)
-}
-
-// GotConn prints whether the connection has been used previously
-// for the current request.
-func (t *transport) GotConn(info httptrace.GotConnInfo) {
-	fmt.Printf("Connection reused for %v? %v\n", t.current.URL, info.Reused)
-}
-
-func main() {
-	t := &transport{}
-
-	req, _ := http.NewRequest("GET", "https://google.com", nil)
-	trace := &httptrace.ClientTrace{
-		GotConn: t.GotConn,
-	}
-	req = req.WithContext(httptrace.WithClientTrace(req.Context(), trace))
-
-	client := &http.Client{Transport: t}
-	if _, err := client.Do(req); err != nil {
-		log.Fatal(err)
-	}
-}
diff --git a/_content/http-tracing/trace.go b/_content/http-tracing/trace.go
deleted file mode 100644
index 9b050ac..0000000
--- a/_content/http-tracing/trace.go
+++ /dev/null
@@ -1,28 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"log"
-	"net/http"
-	"net/http/httptrace"
-)
-
-func trace() {
-	// START OMIT
-	req, _ := http.NewRequest("GET", "http://example.com", nil)
-	trace := &httptrace.ClientTrace{
-		DNSDone: func(dnsInfo httptrace.DNSDoneInfo) {
-			fmt.Printf("DNS Info: %+v\n", dnsInfo)
-		},
-		GotConn: func(connInfo httptrace.GotConnInfo) {
-			fmt.Printf("Got Conn: %+v\n", connInfo)
-		},
-	}
-	req = req.WithContext(httptrace.WithClientTrace(req.Context(), trace))
-	if _, err := http.DefaultTransport.RoundTrip(req); err != nil {
-		log.Fatal(err)
-	}
-	// END OMIT
-}
diff --git a/_content/image-draw.article b/_content/image-draw.article
deleted file mode 100644
index aa2f77a..0000000
--- a/_content/image-draw.article
+++ /dev/null
@@ -1,215 +0,0 @@
-# The Go image/draw package
-29 Sep 2011
-Tags: draw, image, libraries, technical
-Summary: An introduction to image compositing in Go using the image/draw package.
-OldURL: /go-imagedraw-package
-
-Nigel Tao
-
-## Introduction
-
-[Package image/draw](https://golang.org/pkg/image/draw/) defines only one operation:
-drawing a source image onto a destination image,
-through an optional mask image.
-This one operation is surprisingly versatile and can perform a number of
-common image manipulation tasks elegantly and efficiently.
-
-Composition is performed pixel by pixel in the style of the Plan 9 graphics
-library and the X Render extension.
-The model is based on the classic "Compositing Digital Images" paper by Porter and Duff,
-with an additional mask parameter:
-`dst = (src IN mask) OP dst`.
-For a fully opaque mask, this reduces to the original Porter-Duff formula: `dst = src OP dst`.
-In Go, a nil mask image is equivalent to an infinitely sized,
-fully opaque mask image.
-
-The Porter-Duff paper presented [12 different composition operators](http://www.w3.org/TR/SVGCompositing/examples/compop-porterduff-examples.png),
-but with an explicit mask, only 2 of these are needed in practice:
-source-over-destination and source.
-In Go, these operators are represented by the `Over` and `Src` constants.
-The `Over` operator performs the natural layering of a source image over
-a destination image:
-the change to the destination image is smaller where the source (after masking)
-is more transparent (that is, has lower alpha).
-The `Src` operator merely copies the source (after masking) with no regard
-for the destination image's original content.
-For fully opaque source and mask images, the two operators produce the same output,
-but the `Src` operator is usually faster.
-
-## Geometric Alignment
-
-Composition requires associating destination pixels with source and mask pixels.
-Obviously, this requires destination, source and mask images,
-and a composition operator, but it also requires specifying what rectangle
-of each image to use.
-Not every drawing should write to the entire destination:
-when updating an animating image, it is more efficient to only draw the
-parts of the image that have changed.
-Not every drawing should read from the entire source:
-when using a sprite that combines many small images into one large one,
-only a part of the image is needed.
-Not every drawing should read from the entire mask:
-a mask image that collects a font's glyphs is similar to a sprite.
-Thus, drawing also needs to know three rectangles, one for each image.
-Since each rectangle has the same width and height,
-it suffices to pass a destination rectangle `r` and two points `sp` and `mp`:
-the source rectangle is equal to `r` translated so that `r.Min` in the destination
-image aligns with `sp` in the source image,
-and similarly for `mp`.
-The effective rectangle is also clipped to each image's bounds in their
-respective co-ordinate space.
-
-.image image-draw/20.png
-
-The [`DrawMask`](https://golang.org/pkg/image/draw/#DrawMask) function
-takes seven arguments,
-but an explicit mask and mask-point are usually unnecessary,
-so the [`Draw`](https://golang.org/pkg/image/draw/#Draw) function takes five:
-
-	// Draw calls DrawMask with a nil mask.
-	func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)
-	func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Point,
-	 mask image.Image, mp image.Point, op Op)
-
-The destination image must be mutable, so the image/draw package defines
-a [`draw.Image`](https://golang.org/pkg/image/draw/#Image) interface which has a `Set` method.
-
-	type Image interface {
-	    image.Image
-	    Set(x, y int, c color.Color)
-	}
-
-## Filling a Rectangle
-
-To fill a rectangle with a solid color, use an `image.Uniform` source.
-The `ColorImage` type re-interprets a `Color` as a practically infinite-sized
-`Image` of that color.
-For those familiar with the design of Plan 9's draw library,
-there is no need for an explicit "repeat bit" in Go's slice-based image types;
-the concept is subsumed by `Uniform`.
-
-	// image.ZP is the zero point -- the origin.
-	draw.Draw(dst, r, &image.Uniform{c}, image.ZP, draw.Src)
-
-To initialize a new image to all-blue:
-
-	m := image.NewRGBA(image.Rect(0, 0, 640, 480))
-	blue := color.RGBA{0, 0, 255, 255}
-	draw.Draw(m, m.Bounds(), &image.Uniform{blue}, image.ZP, draw.Src)
-
-To reset an image to transparent (or black,
-if the destination image's color model cannot represent transparency),
-use `image.Transparent`, which is an `image.Uniform`:
-
-	draw.Draw(m, m.Bounds(), image.Transparent, image.ZP, draw.Src)
-
-.image image-draw/2a.png
-
-## Copying an Image
-
-To copy from a rectangle `sr` in the source image to a rectangle starting
-at a point `dp` in the destination,
-convert the source rectangle into the destination image's co-ordinate space:
-
-	r := image.Rectangle{dp, dp.Add(sr.Size())}
-	draw.Draw(dst, r, src, sr.Min, draw.Src)
-
-Alternatively:
-
-	r := sr.Sub(sr.Min).Add(dp)
-	draw.Draw(dst, r, src, sr.Min, draw.Src)
-
-To copy the entire source image, use `sr = src.Bounds()`.
-
-.image image-draw/2b.png
-
-## Scrolling an Image
-
-Scrolling an image is just copying an image to itself,
-with different destination and source rectangles.
-Overlapping destination and source images are perfectly valid,
-just as Go's built-in copy function can handle overlapping destination and source slices.
-To scroll an image m by 20 pixels:
-
-	b := m.Bounds()
-	p := image.Pt(0, 20)
-	// Note that even though the second argument is b,
-	// the effective rectangle is smaller due to clipping.
-	draw.Draw(m, b, m, b.Min.Add(p), draw.Src)
-	dirtyRect := b.Intersect(image.Rect(b.Min.X, b.Max.Y-20, b.Max.X, b.Max.Y))
-
-.image image-draw/2c.png
-
-## Converting an Image to RGBA
-
-The result of decoding an image format might not be an `image.RGBA`:
-decoding a GIF results in an `image.Paletted`,
-decoding a JPEG results in a `ycbcr.YCbCr`,
-and the result of decoding a PNG depends on the image data.
-To convert any image to an `image.RGBA`:
-
-	b := src.Bounds()
-	m := image.NewRGBA(image.Rect(0, 0, b.Dx(), b.Dy()))
-	draw.Draw(m, m.Bounds(), src, b.Min, draw.Src)
-
-.image image-draw/2d.png
-
-## Drawing Through a Mask
-
-To draw an image through a circular mask with center `p` and radius `r`:
-
-	type circle struct {
-	    p image.Point
-	    r int
-	}
-
-	func (c *circle) ColorModel() color.Model {
-	    return color.AlphaModel
-	}
-
-	func (c *circle) Bounds() image.Rectangle {
-	    return image.Rect(c.p.X-c.r, c.p.Y-c.r, c.p.X+c.r, c.p.Y+c.r)
-	}
-
-	func (c *circle) At(x, y int) color.Color {
-	    xx, yy, rr := float64(x-c.p.X)+0.5, float64(y-c.p.Y)+0.5, float64(c.r)
-	    if xx*xx+yy*yy < rr*rr {
-	        return color.Alpha{255}
-	    }
-	    return color.Alpha{0}
-	}
-
-	    draw.DrawMask(dst, dst.Bounds(), src, image.ZP, &circle{p, r}, image.ZP, draw.Over)
-
-.image image-draw/2e.png
-
-## Drawing Font Glyphs
-
-To draw a font glyph in blue starting from a point `p`,
-draw with an `image.ColorImage` source and an `image.Alpha mask`.
-For simplicity, we aren't performing any sub-pixel positioning or rendering,
-or correcting for a font's height above a baseline.
-
-	src := &image.Uniform{color.RGBA{0, 0, 255, 255}}
-	mask := theGlyphImageForAFont()
-	mr := theBoundsFor(glyphIndex)
-	draw.DrawMask(dst, mr.Sub(mr.Min).Add(p), src, image.ZP, mask, mr.Min, draw.Over)
-
-.image image-draw/2f.png
-
-## Performance
-
-The image/draw package implementation demonstrates how to provide an image
-manipulation function that is both general purpose,
-yet efficient for common cases.
-The `DrawMask` function takes arguments of interface types,
-but immediately makes type assertions that its arguments are of specific struct types,
-corresponding to common operations like drawing one `image.RGBA` image onto another,
-or drawing an `image.Alpha` mask (such as a font glyph) onto an `image.RGBA` image.
-If a type assertion succeeds, that type information is used to run a specialized
-implementation of the general algorithm.
-If the assertions fail, the fallback code path uses the generic `At` and `Set` methods.
-The fast-paths are purely a performance optimization;
-the resultant destination image is the same either way.
-In practice, only a small number of special cases are necessary to support
-typical applications.
diff --git a/_content/image-draw/20.png b/_content/image-draw/20.png
deleted file mode 100644
index 063e430..0000000
--- a/_content/image-draw/20.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2a.png b/_content/image-draw/2a.png
deleted file mode 100644
index 3f1c0af..0000000
--- a/_content/image-draw/2a.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2b.png b/_content/image-draw/2b.png
deleted file mode 100644
index 32b2470..0000000
--- a/_content/image-draw/2b.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2c.png b/_content/image-draw/2c.png
deleted file mode 100644
index f9abce5..0000000
--- a/_content/image-draw/2c.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2d.png b/_content/image-draw/2d.png
deleted file mode 100644
index ed0a9f9..0000000
--- a/_content/image-draw/2d.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2e.png b/_content/image-draw/2e.png
deleted file mode 100644
index 483b208..0000000
--- a/_content/image-draw/2e.png
+++ /dev/null
Binary files differ
diff --git a/_content/image-draw/2f.png b/_content/image-draw/2f.png
deleted file mode 100644
index 3dce02d..0000000
--- a/_content/image-draw/2f.png
+++ /dev/null
Binary files differ
diff --git a/_content/image.article b/_content/image.article
deleted file mode 100644
index 875d117..0000000
--- a/_content/image.article
+++ /dev/null
@@ -1,282 +0,0 @@
-# The Go image package
-21 Sep 2011
-Tags: image, libraries, technical
-Summary: An introduction to 2-D image processing with the Go image package.
-OldURL: /go-image-package
-
-Nigel Tao
-
-## Introduction
-
-The [image](https://golang.org/pkg/image/) and [image/color](https://golang.org/pkg/image/color/)
-packages define a number of types:
-`color.Color` and `color.Model` describe colors,
-`image.Point` and `image.Rectangle` describe basic 2-D geometry,
-and `image.Image` brings the two concepts together to represent a rectangular grid of colors.
-A [separate article](https://golang.org/doc/articles/image_draw.html)
-covers image composition with the [image/draw](https://golang.org/pkg/image/draw/) package.
-
-## Colors and Color Models
-
-[Color](https://golang.org/pkg/image/color/#Color) is an interface that
-defines the minimal method set of any type that can be considered a color:
-one that can be converted to red, green, blue and alpha values.
-The conversion may be lossy, such as converting from CMYK or YCbCr color spaces.
-
-	type Color interface {
-	    // RGBA returns the alpha-premultiplied red, green, blue and alpha values
-	    // for the color. Each value ranges within [0, 0xFFFF], but is represented
-	    // by a uint32 so that multiplying by a blend factor up to 0xFFFF will not
-	    // overflow.
-	    RGBA() (r, g, b, a uint32)
-	}
-
-There are three important subtleties about the return values.
-First, the red, green and blue are alpha-premultiplied:
-a fully saturated red that is also 25% transparent is represented by RGBA returning a 75% r.
-Second, the channels have a 16-bit effective range:
-100% red is represented by RGBA returning an r of 65535,
-not 255, so that converting from CMYK or YCbCr is not as lossy.
-Third, the type returned is `uint32`, even though the maximum value is 65535,
-to guarantee that multiplying two values together won't overflow.
-Such multiplications occur when blending two colors according to an alpha
-mask from a third color,
-in the style of [Porter and Duff's](https://en.wikipedia.org/wiki/Alpha_compositing) classic algebra:
-
-	dstr, dstg, dstb, dsta := dst.RGBA()
-	srcr, srcg, srcb, srca := src.RGBA()
-	_, _, _, m := mask.RGBA()
-	const M = 1<<16 - 1
-	// The resultant red value is a blend of dstr and srcr, and ranges in [0, M].
-	// The calculation for green, blue and alpha is similar.
-	dstr = (dstr*(M-m) + srcr*m) / M
-
-The last line of that code snippet would have been more complicated if we
-worked with non-alpha-premultiplied colors,
-which is why `Color` uses alpha-premultiplied values.
-
-The image/color package also defines a number of concrete types that implement
-the `Color` interface.
-For example, [`RGBA`](https://golang.org/pkg/image/color/#RGBA) is a struct
-that represents the classic "8 bits per channel" color.
-
-	type RGBA struct {
-	    R, G, B, A uint8
-	}
-
-Note that the `R` field of an `RGBA` is an 8-bit alpha-premultiplied color
-in the range [0, 255].
-`RGBA` satisfies the `Color` interface by multiplying that value by 0x101
-to generate a 16-bit alpha-premultiplied color in the range [0, 65535].
-Similarly, the [`NRGBA`](https://golang.org/pkg/image/color/#NRGBA) struct
-type represents an 8-bit non-alpha-premultiplied color,
-as used by the PNG image format.
-When manipulating an `NRGBA`'s fields directly,
-the values are non-alpha-premultiplied, but when calling the `RGBA` method,
-the return values are alpha-premultiplied.
-
-A [`Model`](https://golang.org/pkg/image/color/#Model) is simply something
-that can convert `Color`s to other `Color`s, possibly lossily.
-For example, the `GrayModel` can convert any `Color` to a desaturated [`Gray`](https://golang.org/pkg/image/color/#Gray).
-A `Palette` can convert any `Color` to one from a limited palette.
-
-	type Model interface {
-	    Convert(c Color) Color
-	}
-
-	type Palette []Color
-
-## Points and Rectangles
-
-A [`Point`](https://golang.org/pkg/image/#Point) is an (x,
-y) co-ordinate on the integer grid, with axes increasing right and down.
-It is neither a pixel nor a grid square. A `Point` has no intrinsic width,
-height or color, but the visualizations below use a small colored square.
-
-	type Point struct {
-	    X, Y int
-	}
-
-.image image/image-package-01.png
-
-	p := image.Point{2, 1}
-
-A [`Rectangle`](https://golang.org/pkg/image/#Rectangle) is an axis-aligned
-rectangle on the integer grid,
-defined by its top-left and bottom-right `Point`.
-A `Rectangle` also has no intrinsic color,
-but the visualizations below outline rectangles with a thin colored line,
-and call out their `Min` and `Max` `Point`s.
-
-	type Rectangle struct {
-	    Min, Max Point
-	}
-
-For convenience, `image.Rect(x0, y0, x1, y1)` is equivalent to `image.Rectangle{image.Point{x0, y0}, image.Point{x1, y1}}`,
-but is much easier to type.
-
-A `Rectangle` is inclusive at the top-left and exclusive at the bottom-right.
-For a `Point p` and a `Rectangle r`, `p.In(r)` if and only if `r.Min.X <= p.X && p.X < r.Max.X`,
-and similarly for `Y`.
-This is analogous to how a slice `s[i0:i1]` is inclusive at the low end
-and exclusive at the high end.
-(Unlike arrays and slices, a `Rectangle` often has a non-zero origin.)
-
-.image image/image-package-02.png
-
-	r := image.Rect(2, 1, 5, 5)
-	// Dx and Dy return a rectangle's width and height.
-	fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 false
-
-Adding a `Point` to a `Rectangle` translates the `Rectangle`.
-Points and Rectangles are not restricted to be in the bottom-right quadrant.
-
-.image image/image-package-03.png
-
-	r := image.Rect(2, 1, 5, 5).Add(image.Pt(-4, -2))
-	fmt.Println(r.Dx(), r.Dy(), image.Pt(0, 0).In(r)) // prints 3 4 true
-
-Intersecting two Rectangles yields another Rectangle, which may be empty.
-
-.image image/image-package-04.png
-
-	r := image.Rect(0, 0, 4, 3).Intersect(image.Rect(2, 2, 5, 5))
-	// Size returns a rectangle's width and height, as a Point.
-	fmt.Printf("%#v\n", r.Size()) // prints image.Point{X:2, Y:1}
-
-Points and Rectangles are passed and returned by value.
-A function that takes a `Rectangle` argument will be as efficient as a function
-that takes two `Point` arguments,
-or four `int` arguments.
-
-## Images
-
-An [Image](https://golang.org/pkg/image/#Image) maps every grid square
-in a `Rectangle` to a `Color` from a `Model`.
-"The pixel at (x, y)" refers to the color of the grid square defined by the points (x,
-y), (x+1, y), (x+1, y+1) and (x, y+1).
-
-	type Image interface {
-	    // ColorModel returns the Image's color model.
-	    ColorModel() color.Model
-	    // Bounds returns the domain for which At can return non-zero color.
-	    // The bounds do not necessarily contain the point (0, 0).
-	    Bounds() Rectangle
-	    // At returns the color of the pixel at (x, y).
-	    // At(Bounds().Min.X, Bounds().Min.Y) returns the upper-left pixel of the grid.
-	    // At(Bounds().Max.X-1, Bounds().Max.Y-1) returns the lower-right one.
-	    At(x, y int) color.Color
-	}
-
-A common mistake is assuming that an `Image`'s bounds start at (0, 0).
-For example, an animated GIF contains a sequence of Images,
-and each `Image` after the first typically only holds pixel data for the area that changed,
-and that area doesn't necessarily start at (0, 0).
-The correct way to iterate over an `Image` m's pixels looks like:
-
-	b := m.Bounds()
-	for y := b.Min.Y; y < b.Max.Y; y++ {
-	 for x := b.Min.X; x < b.Max.X; x++ {
-	  doStuffWith(m.At(x, y))
-	 }
-	}
-
-`Image` implementations do not have to be based on an in-memory slice of pixel data.
-For example, a [`Uniform`](https://golang.org/pkg/image/#Uniform) is an
-`Image` of enormous bounds and uniform color,
-whose in-memory representation is simply that color.
-
-	type Uniform struct {
-	    C color.Color
-	}
-
-Typically, though, programs will want an image based on a slice.
-Struct types like [`RGBA`](https://golang.org/pkg/image/#RGBA) and [`Gray`](https://golang.org/pkg/image/#Gray)
-(which other packages refer to as `image.RGBA` and `image.Gray`) hold slices
-of pixel data and implement the `Image` interface.
-
-	type RGBA struct {
-	    // Pix holds the image's pixels, in R, G, B, A order. The pixel at
-	    // (x, y) starts at Pix[(y-Rect.Min.Y)*Stride + (x-Rect.Min.X)*4].
-	    Pix []uint8
-	    // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
-	    Stride int
-	    // Rect is the image's bounds.
-	    Rect Rectangle
-	}
-
-These types also provide a `Set(x, y int, c color.Color)` method that allows modifying the image one pixel at a time.
-
-	m := image.NewRGBA(image.Rect(0, 0, 640, 480))
-	m.Set(5, 5, color.RGBA{255, 0, 0, 255})
-
-If you're reading or writing a lot of pixel data,
-it can be more efficient, but more complicated,
-to access these struct type's `Pix` field directly.
-
-The slice-based `Image` implementations also provide a `SubImage` method,
-which returns an `Image` backed by the same array.
-Modifying the pixels of a sub-image will affect the pixels of the original image,
-analogous to how modifying the contents of a sub-slice `s[i0:i1]` will affect
-the contents of the original slice `s`.
-
-.image image/image-package-05.png
-
-	m0 := image.NewRGBA(image.Rect(0, 0, 8, 5))
-	m1 := m0.SubImage(image.Rect(1, 2, 5, 5)).(*image.RGBA)
-	fmt.Println(m0.Bounds().Dx(), m1.Bounds().Dx()) // prints 8, 4
-	fmt.Println(m0.Stride == m1.Stride)             // prints true
-
-For low-level code that works on an image's `Pix` field,
-be aware that ranging over `Pix` can affect pixels outside an image's bounds.
-In the example above, the pixels covered by `m1.Pix` are shaded in blue.
-Higher-level code, such as the `At` and `Set` methods or the [image/draw package](https://golang.org/pkg/image/draw/),
-will clip their operations to the image's bounds.
-
-## Image Formats
-
-The standard package library supports a number of common image formats,
-such as GIF, JPEG and PNG.
-If you know the format of a source image file,
-you can decode from an [`io.Reader`](https://golang.org/pkg/io/#Reader) directly.
-
-	import (
-	 "image/jpeg"
-	 "image/png"
-	 "io"
-	)
-
-	// convertJPEGToPNG converts from JPEG to PNG.
-	func convertJPEGToPNG(w io.Writer, r io.Reader) error {
-	 img, err := jpeg.Decode(r)
-	 if err != nil {
-	  return err
-	 }
-	 return png.Encode(w, img)
-	}
-
-If you have image data of unknown format,
-the [`image.Decode`](https://golang.org/pkg/image/#Decode) function can detect the format.
-The set of recognized formats is constructed at run time and is not limited
-to those in the standard package library.
-An image format package typically registers its format in an init function,
-and the main package will "underscore import" such a package solely for
-the side effect of format registration.
-
-	import (
-	 "image"
-	 "image/png"
-	 "io"
-
-	 _ "code.google.com/p/vp8-go/webp"
-	 _ "image/jpeg"
-	)
-
-	// convertToPNG converts from any recognized format to PNG.
-	func convertToPNG(w io.Writer, r io.Reader) error {
-	 img, _, err := image.Decode(r)
-	 if err != nil {
-	  return err
-	 }
-	 return png.Encode(w, img)
-	}
diff --git a/_content/image/image-package-01.png b/_content/image/image-package-01.png
deleted file mode 100644
index aad9b12..0000000
--- a/_content/image/image-package-01.png
+++ /dev/null
Binary files differ
diff --git a/_content/image/image-package-02.png b/_content/image/image-package-02.png
deleted file mode 100644
index 3dd4692..0000000
--- a/_content/image/image-package-02.png
+++ /dev/null
Binary files differ
diff --git a/_content/image/image-package-03.png b/_content/image/image-package-03.png
deleted file mode 100644
index 5bc0bf7..0000000
--- a/_content/image/image-package-03.png
+++ /dev/null
Binary files differ
diff --git a/_content/image/image-package-04.png b/_content/image/image-package-04.png
deleted file mode 100644
index 393dc12..0000000
--- a/_content/image/image-package-04.png
+++ /dev/null
Binary files differ
diff --git a/_content/image/image-package-05.png b/_content/image/image-package-05.png
deleted file mode 100644
index 54c47b6..0000000
--- a/_content/image/image-package-05.png
+++ /dev/null
Binary files differ
diff --git a/_content/introducing-gofix.article b/_content/introducing-gofix.article
deleted file mode 100644
index f6d5673..0000000
--- a/_content/introducing-gofix.article
+++ /dev/null
@@ -1,114 +0,0 @@
-# Introducing Gofix
-15 Apr 2011
-Tags: gofix, technical
-Summary: How to use go fix to update your code with each new Go release.
-
-Russ Cox
-
-##
-
-The next Go release will include significant API changes in several fundamental Go packages.
-Code that [implements an HTTP server handler](http://codereview.appspot.com/4239076),
-[calls `net.Dial`](http://codereview.appspot.com/4244055),
-[calls `os.Open`](http://codereview.appspot.com/4357052),
-or [uses the reflect package](http://codereview.appspot.com/4281055) will
-not build unless it is updated to use the new APIs.
-Now that our releases are [more stable and less frequent](https://blog.golang.org/2011/03/go-becomes-more-stable.html),
-this will be a common situation.
-Each of these API changes happened in a different weekly snapshot and might
-have been manageable on its own;
-together, however, they represent a significant amount of manual effort
-to update existing code.
-
-[Gofix](https://golang.org/cmd/fix/) is a new tool that reduces the amount
-of effort it takes to update existing code.
-It reads a program from a source file, looks for uses of old APIs,
-rewrites them to use the current API, and writes the program back to the file.
-Not all API changes preserve all the functionality of an old API,
-so gofix cannot always do a perfect job.
-When gofix cannot rewrite a use of an old API,
-it prints a warning giving the file name and line number of the use,
-so that a developer can examine and rewrite the code.
-Gofix takes care of the easy, repetitive,
-tedious changes, so that a developer can focus on the ones that truly merit attention.
-
-Each time we make a significant API change we’ll add code to gofix to
-take care of the conversion,
-as much as mechanically possible.
-When you update to a new Go release and your code no longer builds,
-just run gofix on your source directory.
-
-You can extend gofix to support changes to your own APIs.
-The gofix program is a simple driver around plugins called fixes that each
-handle a particular API change.
-Right now, writing a new fix requires doing some scanning and rewriting
-of the go/ast syntax tree,
-usually in proportion to how complex the API changes are.
-If you want to explore, the [`netdialFix`](https://go.googlesource.com/go/+/go1/src/cmd/fix/netdial.go),
-[`osopenFix`](https://go.googlesource.com/go/+/go1/src/cmd/fix/osopen.go),
-[`httpserverFix`](https://go.googlesource.com/go/+/go1/src/cmd/fix/httpserver.go),
-and [`reflectFix`](https://go.googlesource.com/go/+/go1/src/cmd/fix/reflect.go)
-are all illustrative examples,
-in increasing order of complexity.
-
-We write Go code too, of course, and our code is just as affected by these
-API changes as yours.
-Typically, we write the gofix support at the same time as the API change
-and then use gofix to rewrite the uses in the main source tree.
-We use gofix to update other Go code bases and our personal projects.
-We even use gofix to update Google’s internal source tree when it is time
-to build against a new Go release.
-
-As an example, gofix can rewrite code like [this snippet from `fmt/print.go`](http://codereview.appspot.com/4353043/diff/10001/src/pkg/fmt/print.go#newcode657):
-
-	switch f := value.(type) {
-	case *reflect.BoolValue:
-	    p.fmtBool(f.Get(), verb, field)
-	case *reflect.IntValue:
-	    p.fmtInt64(f.Get(), verb, field)
-	// ...
-	case reflect.ArrayOrSliceValue:
-	    // Byte slices are special.
-	    if f.Type().(reflect.ArrayOrSliceType).Elem().Kind() == reflect.Uint8 {
-	        // ...
-	    }
-	// ...
-	}
-
-to adapt it to the new reflect API:
-
-	switch f := value; f.Kind() {
-	case reflect.Bool:
-	    p.fmtBool(f.Bool(), verb, field)
-	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
-	    p.fmtInt64(f.Int(), verb, field)
-	// ...
-	case reflect.Array, reflect.Slice:
-	    // Byte slices are special.
-	    if f.Type().Elem().Kind() == reflect.Uint8 {
-	        // ...
-	    }
-	// ...
-	}
-
-Nearly every line above changed in some small way.
-The changes involved in the rewrite are extensive but nearly entirely mechanical,
-just the kind of thing that computers are great at doing.
-
-Gofix is possible because Go has support in its standard libraries for [parsing Go source files into syntax trees](https://golang.org/pkg/go/parser)
-and also for [printing those syntax trees back to Go source code](https://golang.org/pkg/go/printer).
-Importantly, the Go printing library prints a program in the official format
-(typically enforced via the gofmt tool),
-allowing gofix to make mechanical changes to Go programs without causing
-spurious formatting changes.
-In fact, one of the key motivations for creating gofmt—perhaps second
-only to avoiding debates about where a particular brace belongs—was to
-simplify the creation of tools that rewrite Go programs, as gofix does.
-
-Gofix has already made itself indispensable.
-In particular, the recent reflect changes would have been unpalatable without
-automated conversion,
-and the reflect API badly needed to be redone.
-Gofix gives us the ability to fix mistakes or completely rethink package
-APIs without worrying about the cost of converting existing code.
-We hope you find gofix as useful and convenient as we have.
diff --git a/_content/io2010-faq.article b/_content/io2010-faq.article
deleted file mode 100644
index e305fcc..0000000
--- a/_content/io2010-faq.article
+++ /dev/null
@@ -1,75 +0,0 @@
-# Go at I/O: Frequently Asked Questions
-27 May 2010
-Tags: appengine
-Summary: Q&A about Go from Google I/O 2010.
-OldURL: /go-at-io-frequently-asked-questions
-
-Andrew Gerrand
-
-##
-
-Among the high-profile product launches at Google I/O last week,
-our small team gave presentations to packed rooms and met many present and
-future Go programmers.
-It was especially gratifying to meet with so many people who,
-after learning a bit about Go, were excited by the potential benefits (both
-immediate and long-term) they could gain from using it.
-
-We were asked a lot of good questions during I/O, and in this post I'd like to recap and expand upon some of them.
-
-How suitable is Go for production systems?
-Go is ready and stable now. We are pleased to report that Google is using
-Go for some production systems,
-and they are performing well.
-Of course there is still room for improvement - that's why we're continuing
-to work on the language,
-libraries, tools, and runtime.
-
-Do you have plans to implement generics?
-Many proposals for generics-like features have been mooted both publicly and internally,
-but as yet we haven't found a proposal that is consistent with the rest of the language.
-We think that one of Go's key strengths is its simplicity,
-so we are wary of introducing new features that might make the language
-more difficult to understand.
-Additionally, the more Go code we write (and thus the better we learn how
-to write Go code ourselves),
-the less we feel the need for such a language feature.
-
-Do you have any plans to support GPU programming?
-We don't have any immediate plans to do this,
-but as Go is architecture-agnostic it's quite possible.
-The ability to launch a goroutine that runs on a different processor architecture,
-and to use channels to communicate between goroutines running on separate architectures,
-seem like good ideas.
-
-Are there plans to support Go under App Engine?
-Both the Go and App Engine teams would like to see this happen.
-As always, it is a question of resources and priorities as to if and when
-it will become a reality.
-
-Are there plans to support Go under Android?
-Both Go compilers support ARM code generation, so it is possible.
-While we think Go would be a great language for writing mobile applications,
-Android support is not something that's being actively worked on.
-
-What can I use Go for?
-Go was designed with systems programming in mind.
-Servers, clients, databases, caches, balancers,
-distributors - these are applications Go is obviously useful for,
-and  this is how we have begun to use it within Google.
-However, since Go's open-source release, the community has found a diverse
-range of applications for the language.
-From web apps to games to graphics tools,
-Go promises to shine as a general-purpose programming language.
-The potential is only limited by library support,
-which is improving at a tremendous rate.
-Additionally, educators have expressed interest in using Go to teach programming,
-citing its succinct syntax and consistency as well-suited to the task.
-
-Thanks to everyone who attended our presentations,
-or came to talk with us at Office Hours.
-We hope to see you again at future events.
-
-The video of [Rob and Russ' talk](http://code.google.com/events/io/2010/sessions/go-programming.html)
-will be uploaded to YouTube within the next week,
-and will then be posted on this blog.
diff --git a/_content/io2010-preview.article b/_content/io2010-preview.article
deleted file mode 100644
index 1ea1300..0000000
--- a/_content/io2010-preview.article
+++ /dev/null
@@ -1,31 +0,0 @@
-# Upcoming Google I/O Go Events
-12 May 2010
-Summary: If you will be at Google I/O 2010, be sure to catch up with the Go team at these events.
-OldURL: /upcoming-google-io-go-events
-
-Andrew Gerrand
-
-##
-
-[Google I/O 2010](https://googleblog.blogspot.com/2010/01/google-io-2010-now-open-for.html)
-is happening next week at the Moscone Centre in San Francisco.
-Those of you with tickets will be able to catch some of the Go team both
-at I/O and at Bootcamp.
-In reverse-chronological order:
-
-Rob Pike and Russ Cox will be presenting a [Go Programming](https://www.youtube.com/watch?v=jgVhBThJdXc)
-talk on Thursday at 10.15am.
-This session takes a detailed look at how Go differs from other languages
-in a practical sense.
-Through a series of examples, they will demonstrate various features of
-Go and the ways in which they affect program design.
-
-Several members of the Go team will be at the Go cube during Office Hours
-on Wednesday between 12pm and 2:30pm.
-Come by to have your Go questions answered by the experts.
-
-At Bootcamp on Tuesday at 4.15pm, Andrew Gerrand will be giving an introductory talk about Go.
-The session will give an overview of the problems that motivated us to build a new language,
-and the ways in which Go addresses those problems.
-
-If you're coming to I/O, we look forward to seeing you there!
diff --git a/_content/io2010.article b/_content/io2010.article
deleted file mode 100644
index 7fb9484..0000000
--- a/_content/io2010.article
+++ /dev/null
@@ -1,13 +0,0 @@
-# Go Programming session video from Google I/O
-6 Jun 2010
-Tags: video, talk
-Summary: A talk by Rob Pike and Russ Cox about Go, from Google I/O 2010.
-OldURL: /go-programming-session-video-from
-
-Andrew Gerrand
-
-##
-
-Below is the video of the talk given by Rob Pike and Russ Cox at Google I/O 2010.
-
-.iframe //www.youtube.com/embed/jgVhBThJdXc 304 540
diff --git a/_content/io2011.article b/_content/io2011.article
deleted file mode 100644
index a6a356a..0000000
--- a/_content/io2011.article
+++ /dev/null
@@ -1,57 +0,0 @@
-# Go at Google I/O 2011: videos
-23 May 2011
-Tags: appengine, gopher, talk, video
-Summary: Two talks about Go from Google I/O 2011.
-OldURL: /go-at-google-io-2011-videos
-
-Andrew Gerrand
-
-## Introduction
-
-The Go team had a great time at Google I/O 2011.
-It was a pleasure to meet so many programmers who share our enthusiasm for Go,
-and to share our work of the past few months.
-For those of you that couldn’t be there in person,
-you can now watch videos of our two Go presentations on YouTube.
-
-## Writing Web Apps in Go
-
-In “[Writing Web Apps in Go](http://www.youtube.com/watch?v=-i0hat7pdpk)”
-we announce the [Go runtime for Google App Engine](https://blog.golang.org/2011/05/go-and-google-app-engine.html)
-and walk through the development and deployment of [Moustachio](http://moustach-io.appspot.com/),
-the first Go App Engine app.
-
-.iframe //www.youtube.com/embed/-i0hat7pdpk 349 560
-
-(See the [presentation slides](https://golang.org/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf).)
-
-The [source code](https://code.google.com/p/appengine-go/source/browse/example/moustachio)
-for Moustachio is available as part of [the SDK](http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go)
-along with some other examples,
-such as this [Mandelbrot demo](http://mandelbrot-tiles.appspot.com/).
-
-Most important, this talk features the debut of the plush gopher.
-
-.image io2011/gopher.jpg
-
-For those that didn’t get one at the conference, we hope to make him available for purchase online soon.
-
-## Real World Go
-
-“[Real World Go](http://www.youtube.com/watch?v=7QDVRowyUQA)”,
-presented at [I/O Bootcamp](http://io-bootcamp.com),
-gives a brief introduction to Go and four case studies of its use in solving real problems:
-- [Heroku](http://heroku.com) with [Doozer](https://github.com/ha/doozerd),
-  a highly available consistent data store,
-
-  - [MROffice Dialer](http://mroffice.org/telephony.html), a VOIP system for call centers,
-
-  - [Atlassian](http://www.atlassian.com)’s virtual machine cluster management system,
-
-  - [Camlistore](http://www.camlistore.org), a content addressable storage system.
-
-.iframe //www.youtube.com/embed/7QDVRowyUQA 349 560
-
-(See the [presentation slides](https://golang.org/doc/talks/io2011/Real_World_Go.pdf).)
-
-Thanks to everyone who attended our talks and workshops. We look forward to seeing you again soon!
diff --git a/_content/io2011/gopher.jpg b/_content/io2011/gopher.jpg
deleted file mode 100644
index aff98d4..0000000
--- a/_content/io2011/gopher.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/io2012-videos.article b/_content/io2012-videos.article
deleted file mode 100644
index 4183c06..0000000
--- a/_content/io2012-videos.article
+++ /dev/null
@@ -1,37 +0,0 @@
-# Go videos from Google I/O 2012
-2 Jul 2012
-Tags: talk, video, concurrency, appengine, ethos
-Summary: Talks about Go from Google I/O 2012.
-OldURL: /go-videos-from-google-io-2012
-
-Andrew Gerrand
-
-## Introduction
-
-Phew! Google I/O is over for another year, and what an event it was. Thanks to our guest speakers and everyone who attended the four Go sessions. It was a lot of fun.
-
-Here are the session videos:
-
-**Go concurrency patterns** by Rob Pike
-
-_Concurrency is the key to designing high performance network services. Go's concurrency primitives (goroutines and channels) provide a simple and efficient means of expressing concurrent execution. In this talk we see how tricky concurrency problems can be solved gracefully with simple Go code._
-
-.iframe //www.youtube.com/embed/f6kdp27TYZs 304 540
-
-## Go in production
-
-_Since Go's release in 2009 many companies (besides Google, of course) have used the language to build cool stuff. In this session Gustavo Niemeyer (Canonical), Keith Rarick (Heroku), Evan Shaw (Iron.io), and Patrick Crosby (StatHat) share their first-hand experience using Go in production environments._
-
-.iframe //www.youtube.com/embed/kKQLhGZVN4A 304 540
-
-## Meet the Go team
-
-_A panel discussion with David Symonds, Robert Griesemer, Rob Pike, Ken Thompson, Andrew Gerrand, and Brad Fitzpatrick._
-
-.iframe //www.youtube.com/embed/sln-gJaURzk 304 540
-
-**Computing Map Tiles with Go on App Engine** by Chris Broadfoot and Andrew Gerrand
-
-_In this talk we use the Maps API and Go on App Engine to build an app to build custom tile sets for Google Maps. The app demonstrates using Go's suitability for computation in the cloud and App Engine's key scalability features, such as Task Queues and Backends._
-
-.iframe //www.youtube.com/embed/sPagpg0b7no 304 540
diff --git a/_content/io2013-chat.article b/_content/io2013-chat.article
deleted file mode 100644
index 9b031da..0000000
--- a/_content/io2013-chat.article
+++ /dev/null
@@ -1,160 +0,0 @@
-# A conversation with the Go team
-6 Jun 2013
-Summary: At Google I/O 2013, several members of the Go team hosted a "Fireside chat."
-OldURL: /a-conversation-with-the-go-team
-
-##
-
-At Google I/O 2013, several members of the Go team hosted a "Fireside chat."
-Robert Griesemer, Rob Pike, David Symonds, Andrew Gerrand, Ian Lance Taylor,
-Sameer Ajmani, Brad Fitzpatrick, and Nigel Tao took questions from the audience
-and people around the world about various aspects of the Go project.
-
-.iframe //www.youtube.com/embed/p9VUCp98ay4 309 549
-
-We also hosted a similar session at I/O last year:
-[_Meet the Go team_](http://www.youtube.com/watch?v=sln-gJaURzk).
-
-There were many more questions from Google Moderator than we were able to
-answer in the short 40 minute session.
-Here we answer some of those we missed in the live session.
-
-_Linking speed (and memory usage) for the gc toolchain are a known problem._
-_Are there any plans to address this during the 1.2 cycle?_
-
-**Rob:** Yes. We are always thinking about ways to improve performance of the
-tools as well as the language and libraries.
-
-_I have been very pleased to see how quickly Go appears to be gaining traction._
-_Can you talk about the reactions you have experienced working with other_
-_developers inside and outside Google? Are there any major sticking points remaining?_
-
-**Robert:** A lot of developers that seriously tried Go are very happy with it.
-Many of them report a much smaller, more readable and thus maintainable code
-base: A 50% code size reduction or more when coming from C++ seems common.
-Developers that switched to Go from Python are invariably pleased with the
-performance gain. The typical complaints are about small inconsistencies in the
-language (some of which we might iron out at some point). What surprises me is
-that almost nobody complains about the lack of generics.
-
-_When will Go be a first-class language for Android development?_
-
-**Andrew:** This would be great, but we don't have anything to announce.
-
-_Is there a roadmap for the next version of Go?_
-
-**Andrew:** We have no feature roadmap as such. The contributors tend to work on
-what interests them. Active areas of development include the gc and gccgo
-compilers, the garbage collector and runtime, and many others. We expect the
-majority of exciting new additions will be in the form of improvements to our
-tools. You can find design discussions and code reviews on the
-[golang-dev mailing list](http://groups.google.com/group/golang-dev).
-
-As for the timeline, we do have
-[concrete plans](https://docs.google.com/document/d/106hMEZj58L9nq9N9p7Zll_WKfo-oyZHFyI6MttuZmBU/edit?usp=sharing):
-we expect to release Go 1.2 on December 1, 2013.
-
-_Where do you guys want to see Go used externally?_
-_What would you consider a big win for Go adoption outside Google?_
-_Where do you think Go has the potential to make a significant impact?_
-
-**Rob:** Where Go is deployed is up to its users, not to us. We're happy to see
-it gain traction anywhere it helps. It was designed with server-side software
-in mind, and is showing promise there, but has also shown strengths in many
-other areas and the story is really just beginning. There are many surprises to
-come.
-
-**Ian:** It’s easier for startups to use Go, because they don’t have an
-entrenched code base that they need to work with. So I see two future big wins
-for Go. One would be a significant use of Go by an existing large software
-company other than Google. Another would be a significant IPO or acquisition
-of a startup that primarily uses Go. These are both indirect: clearly choice
-of programming language is a very small factor in the success of a company.
-But it would be another way to show that Go can be part of a successful
-software system.
-
-_Have you thought any (more) about the potential of dynamically loading_
-_Go packages or objects and how it could work in Go?_
-_I think this could enable some really interesting and expressive constructs,_
-_especially coupled with interfaces._
-
-**Rob:** This is an active topic of discussion. We appreciate how powerful the
-concept can be and hope we can find a way to implement it before too long.
-There are serious challenges in the design approach to take and the need to
-make it work portably.
-
-_There was a discussion a while ago about collecting some best-of-breed_
-`database/sql` _drivers in a more central place._
-_Some people had strong opinions to the contrary though._
-_Where is_ `database/sql` _and its drivers going in the next year?_
-
-**Brad:** While we could create an official subrepo (“go.db”) for database
-drivers, we fear that would unduly bless certain drivers. At this point we’d
-still rather see healthy competition between different drivers. The
-[SQLDrivers wiki page](https://golang.org/wiki/SQLDrivers)
-lists some good ones.
-
-The `database/sql` package didn’t get much attention for a while, due to lack of
-drivers. Now that drivers exist, usage of the package is increasing and
-correctness and performance bugs are now being reported (and fixed). Fixes will
-continue, but no major changes to the interface of `database/sql` are planned.
- There might be small extensions here and there as needed for performance or to
-assist some drivers.
-
-_What is the status of versioning?_
-_Is importing some code from github a best practice recommended by the Go team?_
-_What happens when we publish our code that is dependent on a github repo and_
-_the API of the dependee changes?_
-
-**Ian:** This is frequently discussed on the mailing list. What we do internally
-is take a snapshot of the imported code, and update that snapshot from time to
-time. That way, our code base won't break unexpectedly if the API changes.
-But we understand that that approach doesn’t work very well for people who are
-themselves providing a library. We’re open to good suggestions in this area.
-Remember that this is an aspect of the tools that surround the language rather
-than the language itself; the place to fix this is in the tools, not the
-language.
-
-_What about Go and Graphical User Interfaces?_
-
-**Rob:** This is a subject close to my heart. Newsqueak, a very early precursor
-language, was designed specifically for writing graphics programs (that's what
-we used to call apps). The landscape has changed a lot but I think Go's
-concurrency model has much to offer in the field of interactive graphics.
-
-**Andrew:** There are many
-[bindings for existing graphics libraries](https://golang.org/wiki/Projects#Graphics_and_Audio)
-out there, and a few Go-specific projects. One of the more promising ones is
-[go.uik](https://github.com/skelterjohn/go.uik), but it's still in its early
-days. I think there's a lot of potential for a great Go-specific UI toolkit for
-writing native applications (consider handling user events by receiving from a
-channel), but developing a production-quality package is a significant
-undertaking. I have no doubt one will come in time.
-
-In the meantime, the web is the most broadly available platform for user
-interfaces. Go provides great support for building web apps, albeit only on the
-back end.
-
-_In the mailing lists Adam Langley has stated that the TLS code has not been_
-_reviewed by outside groups, and thus should not be used in production._
-_Are there plans to have the code reviewed?_
-_A good secure implementation of concurrent TLS would be very nice._
-
-**Adam**: Cryptography is notoriously easy to botch in subtle and surprising ways
-and I’m only human. I don’t feel that I can warrant that Go’s TLS code is
-flawless and I wouldn’t want to misrepresent it.
-
-There are a couple of places where the code is known to have side-channel
-issues: the RSA code is blinded but not constant time, elliptic curves other
-than P-224 are not constant time and the Lucky13 attack might work. I hope to
-address the latter two in the Go 1.2 timeframe with a constant-time P-256
-implementation and AES-GCM.
-
-Nobody has stepped forward to do a review of the TLS stack however and I’ve not
-investigated whether we could get Matasano or the like to do it. That depends
-on whether Google wishes to fund it.
-
-_What do you think about_ [_GopherCon 2014_](http://www.gophercon.com/)_?_
-_Does anyone from the team plan to attend?_
-
-**Andrew:** It's very exciting. I'm sure some of us will be there.
diff --git a/_content/io2013-talk-concurrency.article b/_content/io2013-talk-concurrency.article
deleted file mode 100644
index 9815c93..0000000
--- a/_content/io2013-talk-concurrency.article
+++ /dev/null
@@ -1,28 +0,0 @@
-# Advanced Go Concurrency Patterns
-23 May 2013
-Tags: talk, video, concurrency
-Summary: Watch Sameer Ajmani's talk, “Advanced Go Concurrency Patterns,” from Google I/O 2013.
-OldURL: /advanced-go-concurrency-patterns
-
-Andrew Gerrand
-
-##
-
-At Google I/O a year ago Rob Pike presented [_Go Concurrency Patterns_](https://talks.golang.org/2012/concurrency.slide),
-an introduction to Go's concurrency model.
-Last week, at I/O 2013, Go team member Sameer Ajmani continued the story
-with [_Advanced Go Concurrency Patterns_](http://talks.golang.org/2013/advconc.slide),
-an in-depth look at a real concurrent programming problem.
-The talk shows how to detect and avoid deadlocks and race conditions,
-and demonstrates the implementation of deadlines,
-cancellation, and more.
-For those who want to take their Go programming to the next level, this is a must-see.
-
-.iframe //www.youtube.com/embed/QDDwwePbDtw?rel=0 309 549
-
-The slides are [available here](https://talks.golang.org/2013/advconc.slide)
-(use the left and right arrows to navigate).
-
-The slides were produced with [the present tool](https://godoc.org/golang.org/x/tools/present),
-and the runnable code snippets are powered by the [Go Playground](http://play.golang.org/).
-The source code for this talk is in [the go.talks sub-repository](https://github.com/golang/talks/tree/master/content/2013/advconc).
diff --git a/_content/io2013-talks-cloud.article b/_content/io2013-talks-cloud.article
deleted file mode 100644
index f214ba8..0000000
--- a/_content/io2013-talks-cloud.article
+++ /dev/null
@@ -1,44 +0,0 @@
-# Go and the Google Cloud Platform
-12 Jun 2013
-Summary: Two talks about using Go with the Google Cloud Platform, from Google I/O 2013.
-OldURL: /go-and-google-cloud-platform
-
-Andrew Gerrand
-
-## Introduction
-
-In 2011 we announced the [Go runtime for App Engine](https://developers.google.com/appengine/docs/go/overview).
-Since then, we have continued to improve the Go App Engine experience,
-and generally improved Go support for the Google Cloud Platform.
-For instance, the [google-api-go-client](http://code.google.com/p/google-api-go-client) provides
-a Go interface to a range of Google's public APis,
-including Compute Engine, Cloud Storage, BigQuery,
-Drive, and many more.
-
-Learn more by watching these talks from Google I/O this year:
-
-## High Performance Apps with Go on App Engine
-
-_The Go runtime for App Engine is a high performance engine for_
-_running web applications. It produces fast responses,_
-_starts instances in a fraction of a second, makes the most use_
-_of instance hours, and allows your app to do serious processing_
-_at full machine speed._
-_Come along to hear how to fully exploit the power of Go on App_
-_Engine and make your web applications the best they can be._
-
-.iframe //www.youtube.com/embed/fc25ihfXhbg 309 549
-
-## All the Ships in the World
-
-Visualizing Data with Google Cloud and Maps
-
-_Tens of thousands of ships report their position at least once_
-_every 5 minutes, 24 hours a day._
-_Visualizing that quantity of data and serving it out to large_
-_numbers of people takes lots of power both in the browser and on the server._
-_This session will explore the use of Maps,_
-_App Engine, Go, Compute Engine, BigQuery, Cloud Storage,_
-_and WebGL to do massive data visualization._
-
-.iframe //www.youtube.com/embed/MT7cd4M9vzs 309 549
diff --git a/_content/io2014.article b/_content/io2014.article
deleted file mode 100644
index 7fb3294..0000000
--- a/_content/io2014.article
+++ /dev/null
@@ -1,87 +0,0 @@
-# Go at Google I/O and Gopher SummerFest
-6 Oct 2014
-Tags: conference, io, report
-Summary: Reporting from Google I/O 2014 and the GoSF Go SummerFest.
-
-Francesc Campoy
-
-## Introduction
-
-The week of June 23rd was a good week for gophers in San Francisco. Go was a big
-part of [Google I/O](https://www.google.com/events/io) on Wednesday and
-Thursday, and on Monday we took advantage of the large gopher population to run
-the [Go SummerFest](http://www.meetup.com/golangsf/events/170421402/), a
-special instance of the [GoSF](http://www.meetup.com/golangsf) meetup. This
-blog post is a recap of both events.
-
-## Gopher SummerFest
-
-.image io2014/summerfest.jpg _ 800
-
-On the Monday, more than 200 gophers gathered at the Google office in San
-Francisco to hear a series of talks:
-
-  - The State of Go, ([slides](https://docs.google.com/a/golang.org/file/d/0B-nws9GU_6qVQm9tdncxWnJGUTQ/edit)
-    and [video](http://www.hakkalabs.co/articles/state-go)) by Andrew Gerrand.
-  - I was wrong, again! ([slides](https://docs.google.com/a/golang.org/file/d/0B-nws9GU_6qVTTUwS25qaFlzMGs/edit)
-    and [video](http://www.hakkalabs.co/articles/why-we-use-go)), by Derek Collison.
-  - Go at Splice ([slides](https://docs.google.com/a/golang.org/file/d/0B-nws9GU_6qVZklnNnJITlhSbXc/edit)), by Matt Aimonetti
-  - Quick testing with quick ([slides](https://docs.google.com/a/golang.org/file/d/0B-nws9GU_6qVVElmOHpwamp4aTA/edit)), by Evan Shaw
-  - Something about Go (no slides), by Blake Mizerany.
-
-More comments and pictures from the event are available on the
-[meetup event page](http://www.meetup.com/golangsf/events/170421402/).
-
-## Go at Google I/O
-
-On the Wednesday and Thursday, Go was at Google I/O in two different
-formats: the Go booth in the sandbox area and the Go code labs available in the
-code lab area and all around the world through
-[I/O Extended](https://www.google.com/events/io/io-extended).
-
-### The Go booth
-
-.image io2014/booth.jpg _ 800
-
-The Go booth was part of the Developer Sandbox area.
-
-For the two days of the conference, some gophers from Google and other
-companies gave a series of talks and demonstrations. The talks were not
-recorded, but the slides and some screencasts and blog posts will be shared
-soon.
-
-  - Organizing Go Code, by David Crawshaw. ([slides](https://talks.golang.org/2014/organizeio.slide#1))
-  - Testing Techniques, by Andrew Gerrand. ([video](https://www.youtube.com/watch?v=ndmB0bj7eyw)
-    and [slides](https://talks.golang.org/2014/testing.slide#1))
-  - Go for Java Developers, by Francesc Campoy. ([slides](https://talks.golang.org/2014/go4java.slide#1))
-  - Camlistore: Android, ARM, App Engine, Everywhere,
-    by Brad Fitzpatrick.
-    ([slides](https://talks.golang.org/2014/camlistore.slide#1))
-  - Go Compilation Complexities, by Ian Lance Taylor. ([slides](https://talks.golang.org/2014/compiling.slide#1))
-  - SourceGraph: a Code Search Engine in Go,
-    by Quinn Slack. ([video](https://youtu.be/-DpKaoPz8l8) and [slides](https://go-talks.appspot.com/github.com/sourcegraph/talks/google-io-2014/gio2014.slide#1))
-
-We also organized Q&A sessions and lightning talks by members of the Go
-community:
-
-  - [Brad Rydzewski](https://twitter.com/bradrydzewski) talked about his project [drone.io](https://drone.io/).
-  - [Barak Michener](https://twitter.com/barakmich) presented [Cayley](https://github.com/google/cayley),
-    an open source graph database.
-  - [Matt Aimonetti](https://twitter.com/mattetti) discussed how Go is used at [Splice](https://splice.com/).
-  - [Sugu Sougoumarane](https://twitter.com/ssougou) talked about how [vitess](https://github.com/youtube/vitess) solved
-    scalability problems at YouTube.
-    ([video](https://youtu.be/midJ6b1LkA0))
-
-### The Go code lab
-
-This year attendees of Google I/O had a code lab area with self-service
-computers where they could sit and learn Go. The code labs were also available
-to anyone through the Google I/O extended brand. You can try it yourself at
-[io2014codelabs.appspot.com](https://io2014codelabs.appspot.com/).
-
-.image io2014/collage.jpg _ 800
-
-## Conclusion
-
-Thanks to the organizers, speakers, and attendees who helped make these events a
-great success. See you next year. (Or at [dotGo](http://dotgo.eu) this week!)
diff --git a/_content/io2014/booth.jpg b/_content/io2014/booth.jpg
deleted file mode 100644
index 50502b3..0000000
--- a/_content/io2014/booth.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/io2014/collage.jpg b/_content/io2014/collage.jpg
deleted file mode 100644
index 577e7a3..0000000
--- a/_content/io2014/collage.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/io2014/crowd.jpg b/_content/io2014/crowd.jpg
deleted file mode 100755
index f943f37..0000000
--- a/_content/io2014/crowd.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/io2014/summerfest.jpg b/_content/io2014/summerfest.jpg
deleted file mode 100755
index d5ee49c..0000000
--- a/_content/io2014/summerfest.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote.article b/_content/ismmkeynote.article
deleted file mode 100644
index d660037..0000000
--- a/_content/ismmkeynote.article
+++ /dev/null
@@ -1,852 +0,0 @@
-# Getting to Go: The Journey of Go's Garbage Collector
-12 Jul 2018
-Summary: A technical talk about the structure and details of the new, low-latency Go garbage collector.
-
-Rick Hudson
-rlh@golang.org
-
-##
-
-This is the transcript from the keynote I gave at the International Symposium
-on Memory Management (ISMM) on June 18, 2018.
-For the past 25 years ISMM has been the premier venue for publishing memory
-management and garbage collection papers and it was an honor to have been
-invited to give the keynote.
-
-## Abstract
-
-The Go language features, goals, and use cases have forced us to rethink
-the entire garbage collection stack and have led us to a surprising place.
-The journey has been exhilarating. This talk describes our journey.
-It is a journey motivated by open source and Google's production demands.
-Included are side hikes into dead end box canyons where numbers guided us home.
-This talk will provide insight into the how and the why of our journey,
-where we are in 2018, and Go's preparation for the next part of the journey.
-
-## Bio
-
-Richard L. Hudson (Rick) is best known for his work in memory management
-including the invention of the Train,
-Sapphire, and Mississippi Delta algorithms as well as GC stack maps which
-enabled garbage collection in statically typed languages such as Modula-3, Java, C#, and Go.
-Rick is currently a member of Google's Go team where he is working on Go's
-garbage collection and runtime issues.
-
-Contact: rlh@golang.org
-
-Comments: See [the discussion on golang-dev](https://groups.google.com/forum/#!topic/golang-dev/UuDv7W1Hsns).
-
-## The Transcript
-
-.image ismmkeynote/image63.png
-
-Rick Hudson here.
-
-This is a talk about the Go runtime and in particular the garbage collector.
-I have about 45 or 50 minutes of prepared material and after that we will
-have time for discussion and I'll be around so feel free to come up afterwards.
-
-.image ismmkeynote/image24.png
-
-Before I get started I want to acknowledge some people.
-
-A lot of the good stuff in the talk was done by Austin Clements.
-Other people on the Cambridge Go team, Russ,
-Than, Cherry, and David have been an engaging,
-exciting, and fun group to work with.
-
-We also want to thank the 1.6 million Go users worldwide for giving us interesting problems to solve.
-Without them a lot of these problems would never come to light.
-
-And finally I want to acknowledge Renee French for all these nice Gophers
-that she has been producing over the years.
-You will see several of them throughout the talk.
-
-.image ismmkeynote/image38.png
-
-Before we get revved up and going on this stuff we really have to show what GC's view of Go looks like.
-
-.image ismmkeynote/image32.png
-
-Well first of all Go programs have hundreds of thousands of stacks.
-They are managed by the Go scheduler and are always preempted at GC safepoints.
-The Go scheduler multiplexes Go routines onto OS threads which hopefully
-run with one OS thread per HW thread.
-We manage the stacks and their size by copying them and updating pointers in the stack.
-It's a local operation so it scales fairly well.
-
-.image ismmkeynote/image22.png
-
-The next thing that is important is the fact that Go is a value-oriented
-language in the tradition of C-like systems languages rather than reference-oriented
-language in the tradition of most managed runtime languages.
-For example, this shows how a type from the tar package is laid out in memory.
-All of the fields are embedded directly in the Reader value.
-This gives programmers more control over memory layout when they need it.
-One can collocate fields that have related values which helps with cache locality.
-
-Value-orientation also helps with the foreign function interfaces.
-We have a fast FFI with C and C++. Obviously Google has a tremendous number
-of facilities available but they are written in C++.
-Go couldn't wait to reimplement all of these things in Go so Go had to have
-access to these systems through the foreign function interface.
-
-This one design decision has led to some of the more amazing things that
-have to go on with the runtime.
-It is probably the most important thing that differentiates Go from other GCed languages.
-
-.image ismmkeynote/image60.png
-
-Of course Go can have pointers and in fact they can have interior pointers.
-Such pointers keep the entire value live and they are fairly common.
-
-.image ismmkeynote/image29.png
-
-We also have a way ahead of time compilation system so the binary contains the entire runtime.
-
-There is no JIT recompilation. There are pluses and minuses to this.
-First of all, reproducibility of program execution is a lot easier which
-makes moving forward with compiler improvements much faster.
-
-On the sad side of it we don't have the chance to do feedback optimizations as you would with a JITed system.
-
-So there are pluses and minuses.
-
-.image ismmkeynote/image13.png
-
-Go comes with two knobs to control the GC.
-The first one is GCPercent. Basically this is a knob that adjusts how much
-CPU you want to use and how much memory you want to use.
-The default is 100 which means that half the heap is dedicated to live memory
-and half the heap is dedicated to allocation.
-You can modify this in either direction.
-
-MaxHeap, which is not yet released but is being used and evaluated internally,
-lets the programmer set what the maximum heap size should be.
-Out of memory, OOMs, are tough on Go; temporary spikes in memory usage should
-be handled by increasing CPU costs, not by aborting.
-Basically if the GC sees memory pressure it informs the application that
-it should shed load.
-Once things are back to normal the GC informs the application that it can
-go back to its regular load.
-MaxHeap also provides a lot more flexibility in scheduling.
-Instead of always being paranoid about how much memory is available the
-runtime can size the heap up to the MaxHeap.
-
-This wraps up our discussion on the pieces of Go that are important to the garbage collector.
-
-.image ismmkeynote/image3.png
-
-So now let's talk about the Go runtime and how did we get here, how we got to where we are.
-
-.image ismmkeynote/image59.png
-
-So it's 2014. If Go does not solve this GC latency problem somehow then
-Go isn't going to be successful. That was clear.
-
-Other new languages were facing the same problem.
-Languages like Rust went a different way but we are going to talk about
-the path that Go took.
-
-Why is latency so important?
-
-.image ismmkeynote/image7.png
-
-The math is completely unforgiving on this.
-
-A 99%ile isolated GC latency service level objective (SLO),
-such as 99% of the time a GC cycle takes < 10ms,
-just simply doesn't scale.
-What matters is latency during an entire session or through the course of
-using an app many times in a day.
-Assume a session that browses several web pages ends up making 100 server
-requests during a session or it makes 20 requests and you have 5 sessions
-packed up during the day.
-In that situation only 37% of users will have a consistent sub 10ms experience
-across the entire session.
-
-If you want 99% of those users to have a sub 10ms experience,
-as we are suggesting, the math says you really need to target 4 9s or the 99.99%ile.
-
-So it's 2014 and Jeff Dean had just come out with his paper called 'The
-Tail at Scale' which this digs into this further.
-It was being widely read around Google since it had serious ramifications
-for Google going forward and trying to scale at Google scale.
-
-We call this problem the tyranny of the 9s.
-
-.image ismmkeynote/image36.png
-
-So how do you fight the tyranny of the 9s?
-
-A lot of things were being done in 2014.
-
-If you want 10 answers ask for several more and take the first 10 and those
-are the answers you put on your search page.
-If the request exceeds 50%ile reissue or forward the request to another server.
-If GC is about to run, refuse new requests or forward the requests to another
-server until GC is done.
-And so forth and so on.
-
-All these are workarounds come from very clever people with very real problems
-but they didn't tackle the root problem of GC latency.
-At Google scale we had to tackle the root problem. Why?
-
-.image ismmkeynote/image48.png
-
-Redundancy wasn't going to scale, redundancy costs a lot. It costs new server farms.
-
-We hoped we could solve this problem and saw it as an opportunity to improve
-the server ecosystem and in the process save some of the endangered corn
-fields and give some kernel of corn the chance to be knee high by the fourth
-of July and reach its full potential.
-
-.image ismmkeynote/image56.png
-
-So here is the 2014 SLO. Yes, it was true that I was sandbagging,
-I was new on the team, it was a new process to me,
-and I didn't want to over promise.
-
-Furthermore presentations about GC latency in other languages were just plain scary.
-
-.image ismmkeynote/image67.png
-
-The original plan was to do a read barrier free concurrent copying GC.
-That was the long term plan. There was a lot of uncertainty about the overhead
-of read barriers so Go wanted to avoid them.
-
-But short term 2014 we had to get our act together.
-We had to convert all of the runtime and compiler to Go.
-They were written in C at the time. No more C,
-no long tail of bugs due to C coders not understanding GC but having a cool
-idea about how to copy strings.
-We also needed something quickly and focused on latency but the performance
-hit had to be less than the speedups provided by the compiler.
-So we were limited. We had basically a year of compiler performance improvements
-that we could eat up by making the GC concurrent.
-But that was it. We couldn't slow down Go programs.
-That would have been untenable in 2014.
-
-.image ismmkeynote/image28.png
-
-So we backed off a bit. We weren't going to do the copying part.
-
-The decision was to do a tri-color concurrent algorithm.
-Earlier in my career Eliot Moss and I had done the journal proofs showing
-that Dijkstra's algorithm worked with multiple application threads.
-We also showed we could knock off the STW problems,
-and we had proofs that it could be done.
-
-We were also concerned about compiler speed,
-that is the code the compiler generated.
-If we kept the write barrier turned off most of the time the compiler optimizations
-would be minimally impacted and the compiler team could move forward rapidly.
-Go also desperately needed short term success in 2015.
-
-.image ismmkeynote/image55.png
-
-So let's look at some of the things we did.
-
-We went with a size segregated span. Interior pointers were a problem.
-
-The garbage collector needs to efficiently find the start of the object.
-If it knows the size of the objects in a span it simply rounds down to that
-size and that will be the start of the object.
-
-Of course size segregated spans have some other advantages.
-
-Low fragmentation: Experience with C, besides Google's TCMalloc and Hoard,
-I was intimately involved with Intel's Scalable Malloc and that work gave
-us confidence that fragmentation was not going to be a problem with non-moving allocators.
-
-Internal structures: We fully understood and had experience with them.
-We understood how to do size segregated spans,
-we understood how to do low or zero contention allocation paths.
-
-Speed: Non-copy did not concern us, allocation admittedly might be slower
-but still in the order of C.
-It might not be as fast as bump pointer but that was OK.
-
-We also had this foreign function interface issue.
-If we didn't move our objects then we didn't have to deal with the long
-tail of bugs you might encounter if you had a moving collector as you attempt
-to pin objects and put levels of indirection between C and the Go object
-you are working with.
-
-.image ismmkeynote/image5.png
-
-The next design choice was where to put the object's metadata.
-We needed to have some information about the objects since we didn't have headers.
-Mark bits are kept on the side and used for marking as well as allocation.
-Each word has 2 bits associated with it to tell you if it was a scalar or
-a pointer inside that word.
-It also encoded whether there were more pointers in the object so we could
-stop scanning objects sooner than later.
-We also had an extra bit encoding that we could use as an extra mark bit
-or to do other debugging things.
-This was really valuable for getting this stuff running and finding bugs.
-
-.image ismmkeynote/image19.png
-
-So what about write barriers? The write barrier is on only during the GC.
-At other times the compiled code loads a global variable and looks at it.
-Since the GC was typically off the hardware correctly speculates to branch
-around the write barrier.
-When we are inside the GC that variable is different,
-and the write barrier is responsible for ensuring that no reachable objects
-get lost during the tri-color operations.
-
-.image ismmkeynote/image50.png
-
-The other piece of this code is the GC Pacer.
-It is some of the great work that Austin did.
-It is basically based on a feedback loop that determines when to best start a GC cycle.
-If the system is in a steady state and not in a phase change,
-marking will end just about the time memory runs out.
-
-That might not be the case so the Pacer also has to monitor the marking
-progress and ensure allocation doesn't overrun the concurrent marking.
-
-If need be, the Pacer slows down allocation while speeding up marking.
-At a high level the Pacer stops the Goroutine,
-which is doing a lot of the allocation, and puts it to work doing marking.
-The amount of work is proportional to the Goroutine's allocation.
-This speeds up the garbage collector while slowing down the mutator.
-
-When all of this is done the Pacer takes what it has learnt from this GC
-cycle as well as previous ones and projects when to start the next GC.
-
-It does much more than this but that is the basic approach.
-
-The math is absolutely fascinating, ping me for the design docs.
-If you are doing a concurrent GC you really owe it to yourself to look at
-this math and see if it's the same as your math.
-If you have any suggestions let us know.
-
-[\*Go 1.5 concurrent garbage collector pacing](https://golang.org/s/go15gcpacing)
-and [Proposal: Separate soft and hard heap size goal](https://github.com/golang/proposal/blob/master/design/14951-soft-heap-limit.md)
-
-.image ismmkeynote/image40.png
-
-Yes, so we had successes, lots of them. A younger crazier Rick would have
-taken some of these graphs and tattooed them on my shoulder I was so proud of them.
-
-.image ismmkeynote/image20.png
-
-This is a series of graphs that was done for a production server at Twitter.
-We of course had nothing to do with that production server.
-Brian Hatfield did these measurements and oddly enough tweeted about them.
-
-On the Y axis we have GC latency in milliseconds.
-On the X axis we have time. Each of the points is a stop the world pause
-time during that GC.
-
-On our first release, which was in August of 2015,
-we saw a drop from around 300 - 400 milliseconds down to 30 or 40 milliseconds.
-This was good, order of magnitude good.
-
-We are going to change the Y-axis here radically from 0 to 400 milliseconds down to 0 to 50 milliseconds.
-
-.image ismmkeynote/image54.png
-
-This is 6 months later. The improvement was largely due to systematically
-eliminating all the O(heap) things we were doing during the stop the world time.
-This was our second order of magnitude improvement as we went from 40 milliseconds down to 4 or 5.
-
-.image ismmkeynote/image1.png
-
-There were some bugs in there that we had to clean up and we did this during
-a minor release 1.6.3.
-This dropped latency down to well under 10 milliseconds, which was our SLO.
-
-We are about to change our Y-axis again, this time down to 0 to 5 milliseconds.
-
-.image ismmkeynote/image68.png
-
-So here we are, this is August of 2016, a year after the first release.
-Again we kept knocking off these O(heap size) stop the world processes.
-We are talking about an 18Gbyte heap here.
-We had much larger heaps and as we knocked off these O(heap size) stop the world pauses,
-the size of the heap could obviously grow considerable without impacting latency.
-So this was a bit of a help in 1.7.
-
-.image ismmkeynote/image58.png
-
-The next release was in March of 2017. We had the last of our large latency
-drops which was due to figuring out how to avoid the stop the world stack
-scanning at the end of the GC cycle.
-That dropped us into the sub-millisecond range.
-Again the Y axis is about to change to 1.5 milliseconds and we see our third
-order of magnitude improvement.
-
-.image ismmkeynote/image45.png
-
-The August 2017 release saw little improvement.
-We know what is causing the remaining pauses.
-The SLO whisper number here is around 100-200 microseconds and we will push towards that.
-If you see anything over a couple hundred microseconds then we really want
-to talk to you and figure out whether it fits into the stuff we know about
-or whether it is something new we haven't looked into.
-In any case there seems to be little call for lower latency.
-It is important to note these latency levels can happen for a wide variety
-of non-GC reasons and as the saying goes "You don't have to be faster than the bear,
-you just have to be faster than the guy next to you."
-
-There was no substantial change in the Feb'18 1.10 release just some clean-up and chasing corner cases.
-
-.image ismmkeynote/image6.png
-
-So a new year and a new SLO This is our 2018 SLO.
-
-We have dropped total CPU to CPU used during a GC cycle.
-
-The heap is still at 2x.
-
-We now have an objective of 500 microseconds stop the world pause per GC cycle. Perhaps a little sandbagging here.
-
-The allocation would continue to be proportional to the GC assists.
-
-The Pacer had gotten much better so we looked to see minimal GC assists in a steady state.
-
-We were pretty happy with this. Again this is not an SLA but an SLO so it's an objective,
-not an agreement, since we can't control such things as the OS.
-
-.image ismmkeynote/image64.png
-
-That's the good stuff. Let's shift and start talking about our failures.
-These are our scars; they are sort of like tattoos and everyone gets them.
-Anyway they come with better stories so let's do some of those stories.
-
-.image ismmkeynote/image46.png
-
-Our first attempt was to do something called the request oriented collector or ROC. The hypothesis can be seen here.
-
-.image ismmkeynote/image34.png
-
-So what does this mean?
-
-Goroutines are lightweight threads that look like Gophers,
-so here we have two Goroutines.
-They share some stuff such as the two blue objects there in the middle.
-They have their own private stacks and their own selection of private objects.
-Say the guy on the left wants to share the green object.
-
-.image ismmkeynote/image9.png
-
-The goroutine puts it in the shared area so the other Goroutine can access it.
-They can hook it to something in the shared heap or assign it to a global
-variable and the other Goroutine can see it.
-
-.image ismmkeynote/image26.png
-
-Finally the Goroutine on the left goes to its death bed, it's about to die, sad.
-
-.image ismmkeynote/image14.png
-
-As you know you can't take your objects with you when you die.
-You can't take your stack either. The stack is actually empty at this time
-and the objects are unreachable so you can simply reclaim them.
-
-.image ismmkeynote/image2.png
-
-The important thing here is that all actions were local and did not require
-any global synchronization.
-This is fundamentally different than approaches like a generational GC,
-and the hope was that the scaling we would get from not having to do that
-synchronization would be sufficient for us to have a win.
-
-.image ismmkeynote/image27.png
-
-The other issue that was going on with this system was that the write barrier was always on.
-Whenever there was a write, we would have to see if it was writing a pointer
-to a private object into a public object.
-If so, we would have to make the referent object public and then do a transitive
-walk of reachable objects making sure they were also public.
-That was a pretty expensive write barrier that could cause many cache misses.
-
-.image ismmkeynote/image30.png
-
-That said, wow, we had some pretty good successes.
-
-This is an end-to-end RPC benchmark. The mislabeled Y axis goes from 0 to
-5 milliseconds (lower is better),
-anyway that is just what it is.
-The X axis is basically the ballast or how big the in-core database is.
-
-As you can see if you have ROC on and not a lot of sharing,
-things actually scale quite nicely.
-If you don't have ROC on it wasn't nearly as good.
-
-.image ismmkeynote/image35.png
-
-But that wasn't good enough, we also had to make sure that ROC didn't slow
-down other pieces of the system.
-At that point there was a lot of concern about our compiler and we could
-not slow down our compilers.
-Unfortunately the compilers were exactly the programs that ROC did not do well at.
-We were seeing 30, 40, 50% and more slowdowns and that was unacceptable.
-Go is proud of how fast its compiler is so we couldn't slow the compiler down,
-certainly not this much.
-
-.image ismmkeynote/image61.png
-
-We then went and looked at some other programs.
-These are our performance benchmarks. We have a corpus of 200 or 300 benchmarks
-and these were the ones the compiler folks had decided were important for
-them to work on and improve.
-These weren't selected by the GC folks at all.
-The numbers were uniformly bad and ROC wasn't going to become a winner.
-
-.image ismmkeynote/image44.png
-
-It's true we scaled but we only had 4 to 12 hardware thread system so we
-couldn't overcome the write barrier tax.
-Perhaps in the future when we have 128 core systems and Go is taking advantage of them,
-the scaling properties of ROC might be a win.
-When that happens we might come back and revisit this,
-but for now ROC was a losing proposition.
-
-.image ismmkeynote/image66.png
-
-So what were we going to do next? Let's try the generational GC.
-It's an oldie but a goodie. ROC didn't work so let's go back to stuff we
-have a lot more experience with.
-
-.image ismmkeynote/image41.png
-
-We weren't going to give up our latency, we weren't going to give up the
-fact that we were non-moving.
-So we needed a non-moving generational GC.
-
-.image ismmkeynote/image27.png
-
-So could we do this? Yes, but with a generational GC,
-the write barrier is always on.
-When the GC cycle is running we use the same write barrier we use today,
-but when GC is off we use a fast GC write barrier that buffers the pointers
-and then flushes the buffer to a card mark table when it overflows.
-
-.image ismmkeynote/image4.png
-
-So how is this going to work in a non-moving situation? Here is the mark / allocation map.
-Basically you maintain a current pointer.
-When you are allocating you look for the next zero and when you find that
-zero you allocate an object in that space.
-
-.image ismmkeynote/image51.png
-
-You then update the current pointer to the next 0.
-
-.image ismmkeynote/image17.png
-
-You continue until at some point it is time to do a generation GC.
-You will notice that if there is a one in the mark/allocation vector then
-that object was alive at the last GC so it is mature.
-If it is zero and you reach it then you know it is young.
-
-.image ismmkeynote/image53.png
-
-So how do you do promoting. If you find something marked with a 1 pointing
-to something marked with a 0 then you promote the referent simply by setting that zero to a one.
-
-.image ismmkeynote/image49.png
-
-You have to do a transitive walk to make sure all reachable objects are promoted.
-
-.image ismmkeynote/image69.png
-
-When all reachable objects have been promoted the minor GC terminates.
-
-.image ismmkeynote/image62.png
-
-Finally, to finish your generational GC cycle you simply set the current
-pointer back to the start of the vector and you can continue.
-All the zeros weren't reached during that GC cycle so are free and can be reused.
-As many of you know this is called 'sticky bits' and was invented by Hans
-Boehm and his colleagues.
-
-.image ismmkeynote/image21.png
-
-So what did the performance look like? It wasn't bad for the large heaps.
-These were the benchmarks that the GC should do well on. This was all good.
-
-.image ismmkeynote/image65.png
-
-We then ran it on our performance benchmarks and things didn't go as well. So what was going on?
-
-.image ismmkeynote/image43.png
-
-The write barrier was fast but it simply wasn't fast enough.
-Furthermore it was hard to optimize for. For example,
-write barrier elision can happen if there is an initializing write between
-when the object was allocated and the next safepoint.
-But we were having to move to a system where we have a GC safepoint at every
-instruction so there really wasn't any write barrier that we could elide going forward.
-
-.image ismmkeynote/image47.png
-
-We also had escape analysis and it was getting better and better.
-Remember the value-oriented stuff we were talking about? Instead of passing
-a pointer to a function we would pass the actual value.
-Because we were passing a value, escape analysis would only have to do intraprocedural
-escape analysis and not interprocedural analysis.
-
-Of course in the case where a pointer to the local object escapes, the object would be heap allocated.
-
-It isn't that the generational hypothesis isn't true for Go,
-it's just that the young objects live and die young on the stack.
-The result is that generational collection is much less effective than you
-might find in other managed runtime languages.
-
-.image ismmkeynote/image10.png
-
-So these forces against the write barrier were starting to gather.
-Today, our compiler is much better than it was in 2014.
-Escape analysis is picking up a lot of those objects and sticking them on
-the stack-objects that the generational collector would have helped with.
-We started creating tools to help our users find objects that escaped and
-if it was minor they could make changes to the code and help the compiler
-allocate on the stack.
-
-Users are getting more clever about embracing value-oriented approaches
-and the number of pointers is being reduced.
-Arrays and maps hold values and not pointers to structs. Everything is good.
-
-But that's not the main compelling reason why write barriers in Go have an uphill fight going forward.
-
-.image ismmkeynote/image8.png
-
-Let's look at this graph. It's just an analytical graph of mark costs.
-Each line represents a different application that might have a mark cost.
-Say your mark cost is 20%, which is pretty high but it's possible.
-The red line is 10%, which is still high.
-The lower line is 5% which is about what a write barrier costs these days.
-So what happens if you double the heap size? That's the point on the right.
-The cumulative cost of the mark phase drops considerably since GC cycles are less frequent.
-The write barrier costs are constant so the cost of increasing the heap
-size will drive that marking cost underneath the cost of the write barrier.
-
-.image ismmkeynote/image39.png
-
-Here is a more common cost for a write barrier,
-which is 4%, and we see that even with that we can drive the cost of the
-mark barrier down below the cost of the write barrier by simply increasing the heap size.
-
-The real value of generational GC is that,
-when looking at GC times, the write barrier costs are ignored since they
-are smeared across the mutator.
-This is generational GC's great advantage,
-it greatly reduces the long STW times of full GC cycles but it doesn't necessarily improve throughput.
-Go doesn't have this stop the world problem so it had to look more closely
-at the throughput problems and that is what we did.
-
-.image ismmkeynote/image23.png
-
-That's a lot of failure and with such failure comes food and lunch.
-I'm doing my usual whining "Gee wouldn't this be great if it wasn't for the write barrier."
-
-Meanwhile Austin has just spent an hour talking to some of the HW GC folks
-at Google and he was saying we should talk to them and try and figure out
-how to get HW GC support that might help.
-Then I started telling war stories about zero-fill cache lines,
-restartable atomic sequences, and other things that didn't fly when I was
-working for a large hardware company.
-Sure we got some stuff into a chip called the Itanium,
-but we couldn't get them into the more popular chips of today.
-So the moral of the story is simply to use the HW we have.
-
-Anyway that got us talking, what about something crazy?
-
-.image ismmkeynote/image25.png
-
-What about card marking without a write barrier? It turns out that Austin
-has these files and he writes into these files all of his crazy ideas that
-for some reason he doesn't tell me about.
-I figure it is some sort of therapeutic thing.
-I used to do the same thing with Eliot. New ideas are easily smashed and
-one needs to protect them and make them stronger before you let them out into the world.
-Well anyway he pulls this idea out.
-
-The idea is that you maintain a hash of mature pointers in each card.
-If pointers are written into a card, the hash will change and the card will
-be considered marked.
-This would trade the cost of write barrier off for cost of hashing.
-
-.image ismmkeynote/image31.png
-
-But more importantly it's hardware aligned.
-
-Today's modern architectures have AES (Advanced Encryption Standard) instructions.
-One of those instructions can do encryption-grade hashing and with encryption-grade
-hashing we don't have to worry about collisions if we also follow standard
-encryption policies.
-So hashing is not going to cost us much but we have to load up what we are going to hash.
-Fortunately we are walking through memory sequentially so we get really
-good memory and cache performance.
-If you have a DIMM and you hit sequential addresses,
-then it's a win because they will be faster than hitting random addresses.
-The hardware prefetchers will kick in and that will also help.
-Anyway we have 50 years, 60 years of designing hardware to run Fortran,
-to run C, and to run the SPECint benchmarks.
-It's no surprise that the result is hardware that runs this kind of stuff fast.
-
-.image ismmkeynote/image12.png
-
-We took the measurement. This is pretty good. This is the benchmark suite for large heaps which should be good.
-
-.image ismmkeynote/image18.png
-
-We then said what does it look like for the performance benchmark? Not so good,
-a couple of outliers.
-But now we have moved the write barrier from always being on in the mutator
-to running as part of the GC cycle.
-Now making a decision about whether we are going to do a generational GC
-is delayed until the start of the GC cycle.
-We have more control there since we have localized the card work.
-Now that we have the tools we can turn it over to the Pacer,
-and it could do a good job of dynamically cutting off programs that fall
-to the right and do not benefit from generational GC.
-But is this going to win going forward? We have to know or at least think
-about what hardware is going to look like going forward.
-
-.image ismmkeynote/image52.png
-
-What are the memories of the future?
-
-.image ismmkeynote/image11.png
-
-Let's take a look at this graph. This is your classic Moore's law graph.
-You have a log scale on the Y axis showing the number of transistors in a single chip.
-The X-axis is the years between 1971 and 2016.
-I will note that these are the years when someone somewhere predicted that
-Moore's law was dead.
-
-Dennard scaling had ended frequency improvements ten years or so ago.
-New processes are taking longer to ramp. So instead of 2 years they are
-now 4 years or more.
-So it's pretty clear that we are entering an era of the slowing of Moore's law.
-
-Let's just look at the chips in the red circle. These are the chips that are the best at sustaining Moore's law.
-
-They are chips where the logic is increasingly simple and duplicated many times.
-Lots of identical cores, multiple memory controllers and caches,
-GPUs, TPUs, and so forth.
-
-As we continue to simplify and increase duplication we asymptotically end
-up with a couple of wires,
-a transistor, and a capacitor.
-In other words a DRAM memory cell.
-
-Put another way, we think that doubling memory is going to be a better value than doubling cores.
-
-[Original graph](http://www.kurzweilai.net/ask-ray-the-future-of-moores-law)
-at www.kurzweilai.net/ask-ray-the-future-of-moores-law.
-
-.image ismmkeynote/image57.png
-
-Let's look at another graph focused on DRAM.
-These are numbers from a recent PhD thesis from CMU.
-If we look at this we see that Moore's law is the blue line.
-The red line is capacity and it seems to be following Moore's law.
-Oddly enough I saw a graph that goes all the way back to 1939 when we were
-using drum memory and that capacity and Moore's law were chugging along
-together so this graph has been going on for a long time,
-certainly longer than probably anybody in this room has been alive.
-
-If we compare this graph to CPU frequency or the various Moore's-law-is-dead graphs,
-we are led to the conclusion that memory,
-or at least chip capacity, will follow Moore's law longer than CPUs.
-Bandwidth, the yellow line, is related not only to the frequency of the
-memory but also to the number of pins one can get off of the chip so it's
-not keeping up as well but it's not doing badly.
-
-Latency, the green line, is doing very poorly,
-though I will note that latency for sequential accesses does better than
-latency for random access.
-
-(Data from "Understanding and Improving the Latency of DRAM-Based Memory
-Systems Submitted in partial fulfillment of the requirements for the degree
-of Doctor of Philosophy in Electrical and Computer Engineering Kevin K.
-Chang M.S., Electrical & Computer Engineering,
-Carnegie Mellon University B.S., Electrical & Computer Engineering,
-Carnegie Mellon University Carnegie Mellon University Pittsburgh, PA May, 2017".
-See [Kevin K. Chang's thesis.](http://repository.cmu.edu/cgi/viewcontent.cgi?article%3D1946%26context%3Ddissertations&amp;sa=D&amp;ust=1531164842660000)
-The original graph in the introduction was not in a form that I could draw
-a Moore's law line on it easily so I changed the X-axis to be more uniform.)
-
-.image ismmkeynote/image15.png
-
-Let's go to where the rubber meets the road.
-This is actual DRAM pricing and it has generally declined from 2005 to 2016.
-I chose 2005 since that is around the time when Dennard scaling ended and
-along with it frequency improvements.
-
-If you look at the red circle, which is basically the time our work to reduce
-Go's GC latency has been going on,
-we see that for the first couple of years prices did well.
-Lately, not so good, as demand has exceeded supply leading to price increases
-over the last two years.
-Of course, transistors haven't gotten bigger and in some cases chip capacity
-has increased so this is driven by market forces.
-RAMBUS and other chip manufacturers say that moving forward we will see
-our next process shrink in the 2019-2020 time frame.
-
-I will refrain from speculating on global market forces in the memory industry
-beyond noting that pricing is cyclic and in the long term supply has a tendency to meet demand.
-
-Long term, it is our belief that memory pricing will drop at a rate that is much faster than CPU pricing.
-
-(Sources [https://hblok.net/blog/](https://hblok.net/blog/) and [https://hblok.net/storage\_data/storage\_memory\_prices\_2005-2017-12.png](https://hblok.net/storage_data/storage_memory_prices_2005-2017-12.png))
-
-.image ismmkeynote/image37.png
-
-Let's look at this other line. Gee it would be nice if we were on this line.
-This is the SSD line. It is doing a better job of keeping prices low.
-The material physics of these chips is much more complicated that with DRAM.
-The logic is more complex, instead of a one transistor per cell there are half a dozen or so.
-
-Going forward there is a line between DRAM and SSD where NVRAM such as Intel's
-3D XPoint and Phase Change Memory (PCM) will live.
-Over the next decade increased availability of this type of memory is likely
-to become more mainstream and this will only reinforce the idea that adding
-memory is the cheap way to add value to our servers.
-
-More importantly we can expect to see other competing alternatives to DRAM.
-I won't pretend to know which one will be favored in five or ten years but
-the competition will be fierce and heap memory will move closer to the highlighted blue SSD line here.
-
-All of this reinforces our decision to avoid always-on barriers in favor of increasing memory.
-
-.image ismmkeynote/image16.png
-
-So what does all this mean for Go going forward?
-
-.image ismmkeynote/image42.png
-
-We intend to make the runtime more flexible and robust as we look at corner
-cases that come in from our users.
-The hope is to tighten the scheduler down and get better determinism and
-fairness but we don't want to sacrifice any of our performance.
-
-We also do not intend to increase the GC API surface.
-We've had almost a decade now and we have two knobs and that feels about right.
-There is not an application that is important enough for us to add a new flag.
-
-We will also be looking into how to improve our already pretty good escape
-analysis and optimize for Go's value-oriented programming.
-Not only in the programming but in the tools we provide our users.
-
-Algorithmically, we will focus on parts of the design space that minimize
-the use of barriers,
-particularly those that are turned on all the time.
-
-Finally, and most importantly, we hope to ride Moore's law's tendency to
-favor RAM over CPU certainly for the next 5 years and hopefully for the next decade.
-
-So that's it. Thank you.
-
-.image ismmkeynote/image33.png
-
-P.S. The Go team is looking to hire engineers to help develop and maintain the Go runtime and compiler toolchain.
-
-Interested? Have a look at our [open positions](https://go-jobs-at-goog.firebaseapp.com).
diff --git a/_content/ismmkeynote/image1.png b/_content/ismmkeynote/image1.png
deleted file mode 100644
index 398cf38..0000000
--- a/_content/ismmkeynote/image1.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image10.png b/_content/ismmkeynote/image10.png
deleted file mode 100644
index ec1ccef..0000000
--- a/_content/ismmkeynote/image10.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image11.png b/_content/ismmkeynote/image11.png
deleted file mode 100644
index fcf6865..0000000
--- a/_content/ismmkeynote/image11.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image12.png b/_content/ismmkeynote/image12.png
deleted file mode 100644
index 8604d46..0000000
--- a/_content/ismmkeynote/image12.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image13.png b/_content/ismmkeynote/image13.png
deleted file mode 100644
index 23814e7..0000000
--- a/_content/ismmkeynote/image13.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image14.png b/_content/ismmkeynote/image14.png
deleted file mode 100644
index 823143e..0000000
--- a/_content/ismmkeynote/image14.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image15.png b/_content/ismmkeynote/image15.png
deleted file mode 100644
index 2078175..0000000
--- a/_content/ismmkeynote/image15.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image16.png b/_content/ismmkeynote/image16.png
deleted file mode 100644
index 7cc7817..0000000
--- a/_content/ismmkeynote/image16.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image17.png b/_content/ismmkeynote/image17.png
deleted file mode 100644
index e30ecf6..0000000
--- a/_content/ismmkeynote/image17.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image18.png b/_content/ismmkeynote/image18.png
deleted file mode 100644
index 1a11641..0000000
--- a/_content/ismmkeynote/image18.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image19.png b/_content/ismmkeynote/image19.png
deleted file mode 100644
index 21f3802..0000000
--- a/_content/ismmkeynote/image19.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image2.png b/_content/ismmkeynote/image2.png
deleted file mode 100644
index 07df602..0000000
--- a/_content/ismmkeynote/image2.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image20.png b/_content/ismmkeynote/image20.png
deleted file mode 100644
index 84dd7dd..0000000
--- a/_content/ismmkeynote/image20.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image21.png b/_content/ismmkeynote/image21.png
deleted file mode 100644
index 7d90777..0000000
--- a/_content/ismmkeynote/image21.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image22.png b/_content/ismmkeynote/image22.png
deleted file mode 100644
index 631651a..0000000
--- a/_content/ismmkeynote/image22.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image23.png b/_content/ismmkeynote/image23.png
deleted file mode 100644
index d4bb8be..0000000
--- a/_content/ismmkeynote/image23.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image24.png b/_content/ismmkeynote/image24.png
deleted file mode 100644
index dfac06a..0000000
--- a/_content/ismmkeynote/image24.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image25.png b/_content/ismmkeynote/image25.png
deleted file mode 100644
index 5e3a952..0000000
--- a/_content/ismmkeynote/image25.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image26.png b/_content/ismmkeynote/image26.png
deleted file mode 100644
index 3d31bda..0000000
--- a/_content/ismmkeynote/image26.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image27.png b/_content/ismmkeynote/image27.png
deleted file mode 100644
index d34b286..0000000
--- a/_content/ismmkeynote/image27.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image28.png b/_content/ismmkeynote/image28.png
deleted file mode 100644
index a0e3e03..0000000
--- a/_content/ismmkeynote/image28.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image29.png b/_content/ismmkeynote/image29.png
deleted file mode 100644
index 6130f0d..0000000
--- a/_content/ismmkeynote/image29.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image3.png b/_content/ismmkeynote/image3.png
deleted file mode 100644
index 3091055..0000000
--- a/_content/ismmkeynote/image3.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image30.png b/_content/ismmkeynote/image30.png
deleted file mode 100644
index 6740b0f..0000000
--- a/_content/ismmkeynote/image30.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image31.png b/_content/ismmkeynote/image31.png
deleted file mode 100644
index d24d839..0000000
--- a/_content/ismmkeynote/image31.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image32.png b/_content/ismmkeynote/image32.png
deleted file mode 100644
index 66e2e3a..0000000
--- a/_content/ismmkeynote/image32.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image33.png b/_content/ismmkeynote/image33.png
deleted file mode 100644
index e0a4123..0000000
--- a/_content/ismmkeynote/image33.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image34.png b/_content/ismmkeynote/image34.png
deleted file mode 100644
index 80a65d3..0000000
--- a/_content/ismmkeynote/image34.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image35.png b/_content/ismmkeynote/image35.png
deleted file mode 100644
index a269338..0000000
--- a/_content/ismmkeynote/image35.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image36.png b/_content/ismmkeynote/image36.png
deleted file mode 100644
index b94db23..0000000
--- a/_content/ismmkeynote/image36.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image37.png b/_content/ismmkeynote/image37.png
deleted file mode 100644
index 85f6b1f..0000000
--- a/_content/ismmkeynote/image37.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image38.png b/_content/ismmkeynote/image38.png
deleted file mode 100644
index 6c24383..0000000
--- a/_content/ismmkeynote/image38.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image39.png b/_content/ismmkeynote/image39.png
deleted file mode 100644
index 61f198c..0000000
--- a/_content/ismmkeynote/image39.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image4.png b/_content/ismmkeynote/image4.png
deleted file mode 100644
index 5ba03a8..0000000
--- a/_content/ismmkeynote/image4.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image40.png b/_content/ismmkeynote/image40.png
deleted file mode 100644
index 062c5e0..0000000
--- a/_content/ismmkeynote/image40.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image41.png b/_content/ismmkeynote/image41.png
deleted file mode 100644
index 4e761f2..0000000
--- a/_content/ismmkeynote/image41.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image42.png b/_content/ismmkeynote/image42.png
deleted file mode 100644
index 5120816..0000000
--- a/_content/ismmkeynote/image42.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image43.png b/_content/ismmkeynote/image43.png
deleted file mode 100644
index 3da9fa7..0000000
--- a/_content/ismmkeynote/image43.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image44.png b/_content/ismmkeynote/image44.png
deleted file mode 100644
index 36984c9..0000000
--- a/_content/ismmkeynote/image44.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image45.png b/_content/ismmkeynote/image45.png
deleted file mode 100644
index ab9e64d..0000000
--- a/_content/ismmkeynote/image45.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image46.png b/_content/ismmkeynote/image46.png
deleted file mode 100644
index b5c0843..0000000
--- a/_content/ismmkeynote/image46.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image47.png b/_content/ismmkeynote/image47.png
deleted file mode 100644
index de1e55a..0000000
--- a/_content/ismmkeynote/image47.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image48.png b/_content/ismmkeynote/image48.png
deleted file mode 100644
index 8f9a237..0000000
--- a/_content/ismmkeynote/image48.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image49.png b/_content/ismmkeynote/image49.png
deleted file mode 100644
index 79f6dba..0000000
--- a/_content/ismmkeynote/image49.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image5.png b/_content/ismmkeynote/image5.png
deleted file mode 100644
index 84828b9..0000000
--- a/_content/ismmkeynote/image5.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image50.png b/_content/ismmkeynote/image50.png
deleted file mode 100644
index d028363..0000000
--- a/_content/ismmkeynote/image50.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image51.png b/_content/ismmkeynote/image51.png
deleted file mode 100644
index b01e302..0000000
--- a/_content/ismmkeynote/image51.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image52.png b/_content/ismmkeynote/image52.png
deleted file mode 100644
index a4ea9d5..0000000
--- a/_content/ismmkeynote/image52.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image53.png b/_content/ismmkeynote/image53.png
deleted file mode 100644
index 8c5a7b2..0000000
--- a/_content/ismmkeynote/image53.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image54.png b/_content/ismmkeynote/image54.png
deleted file mode 100644
index e5176fb..0000000
--- a/_content/ismmkeynote/image54.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image55.png b/_content/ismmkeynote/image55.png
deleted file mode 100644
index 949617f..0000000
--- a/_content/ismmkeynote/image55.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image56.png b/_content/ismmkeynote/image56.png
deleted file mode 100644
index f8a8a0b..0000000
--- a/_content/ismmkeynote/image56.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image57.png b/_content/ismmkeynote/image57.png
deleted file mode 100644
index ee6a91f..0000000
--- a/_content/ismmkeynote/image57.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image58.png b/_content/ismmkeynote/image58.png
deleted file mode 100644
index a5bb7d0..0000000
--- a/_content/ismmkeynote/image58.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image59.png b/_content/ismmkeynote/image59.png
deleted file mode 100644
index 5e77cf7..0000000
--- a/_content/ismmkeynote/image59.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image6.png b/_content/ismmkeynote/image6.png
deleted file mode 100644
index 0153180..0000000
--- a/_content/ismmkeynote/image6.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image60.png b/_content/ismmkeynote/image60.png
deleted file mode 100644
index c3d8ef0..0000000
--- a/_content/ismmkeynote/image60.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image61.png b/_content/ismmkeynote/image61.png
deleted file mode 100644
index cf0a2ae..0000000
--- a/_content/ismmkeynote/image61.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image62.png b/_content/ismmkeynote/image62.png
deleted file mode 100644
index a5f0b91..0000000
--- a/_content/ismmkeynote/image62.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image63.png b/_content/ismmkeynote/image63.png
deleted file mode 100644
index 4b84c0b..0000000
--- a/_content/ismmkeynote/image63.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image64.png b/_content/ismmkeynote/image64.png
deleted file mode 100644
index 047d191..0000000
--- a/_content/ismmkeynote/image64.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image65.png b/_content/ismmkeynote/image65.png
deleted file mode 100644
index ea442c8..0000000
--- a/_content/ismmkeynote/image65.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image66.png b/_content/ismmkeynote/image66.png
deleted file mode 100644
index 8118bac..0000000
--- a/_content/ismmkeynote/image66.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image67.png b/_content/ismmkeynote/image67.png
deleted file mode 100644
index 90f909d..0000000
--- a/_content/ismmkeynote/image67.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image68.png b/_content/ismmkeynote/image68.png
deleted file mode 100644
index 8952ae6..0000000
--- a/_content/ismmkeynote/image68.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image69.png b/_content/ismmkeynote/image69.png
deleted file mode 100644
index 9af457b..0000000
--- a/_content/ismmkeynote/image69.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image7.png b/_content/ismmkeynote/image7.png
deleted file mode 100644
index 34005c5..0000000
--- a/_content/ismmkeynote/image7.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image8.png b/_content/ismmkeynote/image8.png
deleted file mode 100644
index 13f75af..0000000
--- a/_content/ismmkeynote/image8.png
+++ /dev/null
Binary files differ
diff --git a/_content/ismmkeynote/image9.png b/_content/ismmkeynote/image9.png
deleted file mode 100644
index 909e079..0000000
--- a/_content/ismmkeynote/image9.png
+++ /dev/null
Binary files differ
diff --git a/_content/json-rpc.article b/_content/json-rpc.article
deleted file mode 100644
index fc0541f..0000000
--- a/_content/json-rpc.article
+++ /dev/null
@@ -1,62 +0,0 @@
-# JSON-RPC: a tale of interfaces
-27 Apr 2010
-Tags: json, rpc, technical
-Summary: How to use the net/rpc package's interfaces to create a JSON-RPC system.
-OldURL: /json-rpc-tale-of-interfaces
-
-Andrew Gerrand
-
-##
-
-Here we present an example where Go's [interfaces](https://golang.org/doc/effective_go.html#interfaces_and_types)
-made it easy to refactor some existing code to make it more flexible and extensible.
-Originally, the standard library's [RPC package](https://golang.org/pkg/net/rpc/)
-used a custom wire format called [gob](https://golang.org/pkg/encoding/gob/).
-For a particular application, we wanted to use [JSON](https://golang.org/pkg/encoding/json/)
-as an alternate wire format.
-
-We first defined a pair of interfaces to describe the functionality of the
-existing wire format,
-one for the client, and one for the server (depicted below).
-
-	type ServerCodec interface {
-	 ReadRequestHeader(*Request) error
-	 ReadRequestBody(interface{}) error
-	 WriteResponse(*Response, interface{}) error
-	 Close() error
-	}
-
-On the server side, we then changed two internal function signatures to
-accept the `ServerCodec` interface instead of our existing `gob.Encoder`. Here's one of them:
-
-	func sendResponse(sending *sync.Mutex, req *Request,
-	 reply interface{}, enc *gob.Encoder, errmsg string)
-
-became
-
-	func sendResponse(sending *sync.Mutex, req *Request,
-	  reply interface{}, enc ServerCodec, errmsg string)
-
-We then wrote a trivial `gobServerCodec` wrapper to reproduce the original functionality.
-From there it is simple to build a `jsonServerCodec`.
-
-After some similar changes to the client side,
-this was the full extent of the work we needed to do on the RPC package.
-This whole exercise took about 20 minutes!
-After tidying up and testing the new code,
-the [final changeset](https://github.com/golang/go/commit/dcff89057bc0e0d7cb14cf414f2df6f5fb1a41ec) was submitted.
-
-In an inheritance-oriented language like Java or C++,
-the obvious path would be to generalize the RPC class,
-and create JsonRPC and GobRPC subclasses.
-However, this approach becomes tricky if you want to make a further generalization
-orthogonal to that hierarchy.
-(For example, if you were to implement an alternate RPC standard).
-In our Go package, we took a route that is both conceptually simpler and
-requires less code be written or changed.
-
-A vital quality for any codebase is maintainability.
-As needs change, it is essential to adapt your code easily and cleanly,
-lest it become unwieldy to work with.
-We believe Go's lightweight, composition-oriented type system provides a
-means of structuring code that scales.
diff --git a/_content/json.article b/_content/json.article
deleted file mode 100644
index d6a1c9b..0000000
--- a/_content/json.article
+++ /dev/null
@@ -1,308 +0,0 @@
-# JSON and Go
-25 Jan 2011
-Tags: json, technical
-Summary: How to generate and consume JSON-formatted data in Go.
-OldURL: /json-and-go
-
-Andrew Gerrand
-
-## Introduction
-
-JSON (JavaScript Object Notation) is a simple data interchange format.
-Syntactically it resembles the objects and lists of JavaScript.
-It is most commonly used for communication between web back-ends and JavaScript
-programs running in the browser,
-but it is used in many other places, too.
-Its home page, [json.org](http://json.org),
-provides a wonderfully clear and concise definition of the standard.
-
-With the [json package](https://golang.org/pkg/encoding/json/) it's a
-snap to read and write JSON data from your Go programs.
-
-## Encoding
-
-To encode JSON data we use the [`Marshal`](https://golang.org/pkg/encoding/json/#Marshal) function.
-
-	func Marshal(v interface{}) ([]byte, error)
-
-Given the Go data structure, `Message`,
-
-	type Message struct {
-	    Name string
-	    Body string
-	    Time int64
-	}
-
-and an instance of `Message`
-
-	m := Message{"Alice", "Hello", 1294706395881547000}
-
-we can marshal a JSON-encoded version of m using `json.Marshal`:
-
-	b, err := json.Marshal(m)
-
-If all is well, `err` will be `nil` and `b` will be a `[]byte` containing this JSON data:
-
-	b == []byte(`{"Name":"Alice","Body":"Hello","Time":1294706395881547000}`)
-
-Only data structures that can be represented as valid JSON will be encoded:
-
-  - JSON objects only support strings as keys;
-    to encode a Go map type it must be of the form `map[string]T` (where `T`
-    is any Go type supported by the json package).
-
-  - Channel, complex, and function types cannot be encoded.
-
-  - Cyclic data structures are not supported; they will cause `Marshal` to go into an infinite loop.
-
-  - Pointers will be encoded as the values they point to (or 'null' if the pointer is `nil`).
-
-The json package only accesses the exported fields of struct types (those
-that begin with an uppercase letter).
-Therefore only the the exported fields of a struct will be present in the JSON output.
-
-## Decoding
-
-To decode JSON data we use the [`Unmarshal`](https://golang.org/pkg/encoding/json/#Unmarshal) function.
-
-	func Unmarshal(data []byte, v interface{}) error
-
-We must first create a place where the decoded data will be stored
-
-	var m Message
-
-and call `json.Unmarshal`, passing it a `[]byte` of JSON data and a pointer to `m`
-
-	err := json.Unmarshal(b, &m)
-
-If `b` contains valid JSON that fits in `m`,
-after the call `err` will be `nil` and the data from `b` will have been
-stored in the struct `m`,
-as if by an assignment like:
-
-	m = Message{
-	    Name: "Alice",
-	    Body: "Hello",
-	    Time: 1294706395881547000,
-	}
-
-How does `Unmarshal` identify the fields in which to store the decoded data?
-For a given JSON key `"Foo"`,
-`Unmarshal` will look through the destination struct's fields to find (in
-order of preference):
-
-  - An exported field with a tag of `"Foo"` (see the [Go spec](https://golang.org/ref/spec#Struct_types)
-    for more on struct tags),
-
-  - An exported field named `"Foo"`, or
-
-  - An exported field named `"FOO"` or `"FoO"` or some other case-insensitive match of `"Foo"`.
-
-What happens when the structure of the JSON data doesn't exactly match the Go type?
-
-	b := []byte(`{"Name":"Bob","Food":"Pickle"}`)
-	var m Message
-	err := json.Unmarshal(b, &m)
-
-`Unmarshal` will decode only the fields that it can find in the destination type.
-In this case, only the Name field of m will be populated,
-and the Food field will be ignored.
-This behavior is particularly useful when you wish to pick only a few specific
-fields out of a large JSON blob.
-It also means that any unexported fields in the destination struct will
-be unaffected by `Unmarshal`.
-
-But what if you don't know the structure of your JSON data beforehand?
-
-## Generic JSON with interface{}
-
-The `interface{}` (empty interface) type describes an interface with zero methods.
-Every Go type implements at least zero methods and therefore satisfies the empty interface.
-
-The empty interface serves as a general container type:
-
-	var i interface{}
-	i = "a string"
-	i = 2011
-	i = 2.777
-
-A type assertion accesses the underlying concrete type:
-
-	r := i.(float64)
-	fmt.Println("the circle's area", math.Pi*r*r)
-
-Or, if the underlying type is unknown, a type switch determines the type:
-
-	switch v := i.(type) {
-	case int:
-	    fmt.Println("twice i is", v*2)
-	case float64:
-	    fmt.Println("the reciprocal of i is", 1/v)
-	case string:
-	    h := len(v) / 2
-	    fmt.Println("i swapped by halves is", v[h:]+v[:h])
-	default:
-	    // i isn't one of the types above
-	}
-
-The json package uses `map[string]interface{}` and
-`[]interface{}` values to store arbitrary JSON objects and arrays;
-it will happily unmarshal any valid JSON blob into a plain
-`interface{}` value.  The default concrete Go types are:
-
-  - `bool` for JSON booleans,
-
-  - `float64` for JSON numbers,
-
-  - `string` for JSON strings, and
-
-  - `nil` for JSON null.
-
-## Decoding arbitrary data
-
-Consider this JSON data, stored in the variable `b`:
-
-	b := []byte(`{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}`)
-
-Without knowing this data's structure, we can decode it into an `interface{}` value with `Unmarshal`:
-
-	var f interface{}
-	err := json.Unmarshal(b, &f)
-
-At this point the Go value in `f` would be a map whose keys are strings
-and whose values are themselves stored as empty interface values:
-
-	f = map[string]interface{}{
-	    "Name": "Wednesday",
-	    "Age":  6,
-	    "Parents": []interface{}{
-	        "Gomez",
-	        "Morticia",
-	    },
-	}
-
-To access this data we can use a type assertion to access `f`'s underlying `map[string]interface{}`:
-
-	m := f.(map[string]interface{})
-
-We can then iterate through the map with a range statement and use a type
-switch to access its values as their concrete types:
-
-	for k, v := range m {
-	    switch vv := v.(type) {
-	    case string:
-	        fmt.Println(k, "is string", vv)
-	    case float64:
-	        fmt.Println(k, "is float64", vv)
-	    case []interface{}:
-	        fmt.Println(k, "is an array:")
-	        for i, u := range vv {
-	            fmt.Println(i, u)
-	        }
-	    default:
-	        fmt.Println(k, "is of a type I don't know how to handle")
-	    }
-	}
-
-In this way you can work with unknown JSON data while still enjoying the benefits of type safety.
-
-## Reference Types
-
-Let's define a Go type to contain the data from the previous example:
-
-	type FamilyMember struct {
-	    Name    string
-	    Age     int
-	    Parents []string
-	}
-
-	var m FamilyMember
-	err := json.Unmarshal(b, &m)
-
-Unmarshaling that data into a `FamilyMember` value works as expected,
-but if we look closely we can see a remarkable thing has happened.
-With the var statement we allocated a `FamilyMember` struct,
-and then provided a pointer to that value to `Unmarshal`,
-but at that time the `Parents` field was a `nil` slice value.
-To populate the `Parents` field, `Unmarshal` allocated a new slice behind the scenes.
-This is typical of how `Unmarshal` works with the supported reference types
-(pointers, slices, and maps).
-
-Consider unmarshaling into this data structure:
-
-	type Foo struct {
-	    Bar *Bar
-	}
-
-If there were a `Bar` field in the JSON object,
-`Unmarshal` would allocate a new `Bar` and populate it.
-If not, `Bar` would be left as a `nil` pointer.
-
-From this a useful pattern arises: if you have an application that receives
-a few distinct message types,
-you might define "receiver" structure like
-
-	type IncomingMessage struct {
-	    Cmd *Command
-	    Msg *Message
-	}
-
-and the sending party can populate the `Cmd` field and/or the `Msg` field
-of the top-level JSON object,
-depending on the type of message they want to communicate.
-`Unmarshal`, when decoding the JSON into an `IncomingMessage` struct,
-will only allocate the data structures present in the JSON data.
-To know which messages to process, the programmer need simply test that
-either `Cmd` or `Msg` is not `nil`.
-
-## Streaming Encoders and Decoders
-
-The json package provides `Decoder` and `Encoder` types to support the common
-operation of reading and writing streams of JSON data.
-The `NewDecoder` and `NewEncoder` functions wrap the [`io.Reader`](https://golang.org/pkg/io/#Reader)
-and [`io.Writer`](https://golang.org/pkg/io/#Writer) interface types.
-
-	func NewDecoder(r io.Reader) *Decoder
-	func NewEncoder(w io.Writer) *Encoder
-
-Here's an example program that reads a series of JSON objects from standard input,
-removes all but the `Name` field from each object,
-and then writes the objects to standard output:
-
-	package main
-
-	import (
-	    "encoding/json"
-	    "log"
-	    "os"
-	)
-
-	func main() {
-	    dec := json.NewDecoder(os.Stdin)
-	    enc := json.NewEncoder(os.Stdout)
-	    for {
-	        var v map[string]interface{}
-	        if err := dec.Decode(&v); err != nil {
-	            log.Println(err)
-	            return
-	        }
-	        for k := range v {
-	            if k != "Name" {
-	                delete(v, k)
-	            }
-	        }
-	        if err := enc.Encode(&v); err != nil {
-	            log.Println(err)
-	        }
-	    }
-	}
-
-Due to the ubiquity of Readers and Writers,
-these `Encoder` and `Decoder` types can be used in a broad range of scenarios,
-such as reading and writing to HTTP connections,
-WebSockets, or files.
-
-## References
-
-For more information see the [json package documentation](https://golang.org/pkg/encoding/json/).
-For an example usage of json see the source files of the [jsonrpc package](https://golang.org/pkg/net/rpc/jsonrpc/).
diff --git a/_content/laws-of-reflection.article b/_content/laws-of-reflection.article
deleted file mode 100644
index 0cf8b55..0000000
--- a/_content/laws-of-reflection.article
+++ /dev/null
@@ -1,488 +0,0 @@
-# The Laws of Reflection
-6 Sep 2011
-Tags: interface, reflect, type, technical
-Summary: How reflections works in Go, how to think about it, and how to use it.
-
-Rob Pike
-
-## Introduction
-
-Reflection in computing is the ability of a program to examine its own structure,
-particularly through types;
-it's a form of metaprogramming.
-It's also a great source of confusion.
-
-In this article we attempt to clarify things by explaining how reflection works in Go.
-Each language's reflection model is different (and many languages don't support it at all),
-but this article is about Go, so for the rest of this article the word "reflection"
-should be taken to mean "reflection in Go".
-
-## Types and interfaces
-
-Because reflection builds on the type system, let's start with a refresher about types in Go.
-
-Go is statically typed. Every variable has a static type,
-that is, exactly one type known and fixed at compile time:
-`int`, `float32`, `*MyType`, `[]byte`, and so on. If we declare
-
-	type MyInt int
-
-	var i int
-	var j MyInt
-
-then `i` has type `int` and `j` has type `MyInt`.
-The variables `i` and `j` have distinct static types and,
-although they have the same underlying type,
-they cannot be assigned to one another without a conversion.
-
-One important category of type is interface types,
-which represent fixed sets of methods.
-An interface variable can store any concrete (non-interface) value as long
-as that value implements the interface's methods.
-A well-known pair of examples is `io.Reader` and `io.Writer`,
-the types `Reader` and `Writer` from the [io package](https://golang.org/pkg/io/):
-
-	// Reader is the interface that wraps the basic Read method.
-	type Reader interface {
-	    Read(p []byte) (n int, err error)
-	}
-
-	// Writer is the interface that wraps the basic Write method.
-	type Writer interface {
-	    Write(p []byte) (n int, err error)
-	}
-
-Any type that implements a `Read` (or `Write`) method with this signature
-is said to implement `io.Reader` (or `io.Writer`).
-For the purposes of this discussion, that means that a variable of type
-`io.Reader` can hold any value whose type has a `Read` method:
-
-	var r io.Reader
-	r = os.Stdin
-	r = bufio.NewReader(r)
-	r = new(bytes.Buffer)
-	// and so on
-
-It's important to be clear that whatever concrete value `r` may hold,
-`r`'s type is always `io.Reader`:
-Go is statically typed and the static type of `r` is `io.Reader`.
-
-An extremely important example of an interface type is the empty interface:
-
-	interface{}
-
-It represents the empty set of methods and is satisfied by any value at all, since any value has zero or more methods.
-
-Some people say that Go's interfaces are dynamically typed,
-but that is misleading.
-They are statically typed: a variable of interface type always has the same static type,
-and even though at run time the value stored in the interface variable may change type,
-that value will always satisfy the interface.
-
-We need to be precise about all this because reflection and interfaces are closely related.
-
-## The representation of an interface
-
-Russ Cox has written a [ detailed blog post](https://research.swtch.com/2009/12/go-data-structures-interfaces.html)
-about the representation of interface values in Go.
-It's not necessary to repeat the full story here,
-but a simplified summary is in order.
-
-A variable of interface type stores a pair:
-the concrete value assigned to the variable,
-and that value's type descriptor.
-To be more precise, the value is the underlying concrete data item that
-implements the interface and the type describes the full type of that item. For instance, after
-
-	var r io.Reader
-	tty, err := os.OpenFile("/dev/tty", os.O_RDWR, 0)
-	if err != nil {
-	    return nil, err
-	}
-	r = tty
-
-`r` contains, schematically, the (value, type) pair,
-(`tty`, `*os.File`).
-Notice that the type `*os.File` implements methods other than `Read`;
-even though the interface value provides access only to the `Read` method,
-the value inside carries all the type information about that value.
-That's why we can do things like this:
-
-	var w io.Writer
-	w = r.(io.Writer)
-
-The expression in this assignment is a type assertion;
-what it asserts is that the item inside `r` also implements `io.Writer`,
-and so we can assign it to `w`.
-After the assignment, `w` will contain the pair (`tty`, `*os.File`).
-That's the same pair as was held in `r`. The static type of the interface
-determines what methods may be invoked with an interface variable,
-even though the concrete value inside may have a larger set of methods.
-
-Continuing, we can do this:
-
-	var empty interface{}
-	empty = w
-
-and our empty interface value `empty` will again contain that same pair,
-(`tty`, `*os.File`).
-That's handy: an empty interface can hold any value and contains all the
-information we could ever need about that value.
-
-(We don't need a type assertion here because it's known statically that
-`w` satisfies the empty interface.
-In the example where we moved a value from a `Reader` to a `Writer`,
-we needed to be explicit and use a type assertion because `Writer`'s methods
-are not a subset of `Reader`'s.)
-
-One important detail is that the pair inside an interface always has the form (value,
-concrete type) and cannot have the form (value, interface type).
-Interfaces do not hold interface values.
-
-Now we're ready to reflect.
-
-## The first law of reflection
-
-## 1. Reflection goes from interface value to reflection object.
-
-At the basic level, reflection is just a mechanism to examine the type and
-value pair stored inside an interface variable.
-To get started, there are two types we need to know about in [package reflect](https://golang.org/pkg/reflect/):
-[Type](https://golang.org/pkg/reflect/#Type) and [Value](https://golang.org/pkg/reflect/#Value).
-Those two types give access to the contents of an interface variable,
-and two simple functions, called `reflect.TypeOf` and `reflect.ValueOf`,
-retrieve `reflect.Type` and `reflect.Value` pieces out of an interface value.
-(Also, from the `reflect.Value` it's easy to get to the `reflect.Type`,
-but let's keep the `Value` and `Type` concepts separate for now.)
-
-Let's start with `TypeOf`:
-
-	package main
-
-	import (
-	    "fmt"
-	    "reflect"
-	)
-
-	func main() {
-	    var x float64 = 3.4
-	    fmt.Println("type:", reflect.TypeOf(x))
-	}
-
-This program prints
-
-	type: float64
-
-You might be wondering where the interface is here,
-since the program looks like it's passing the `float64` variable `x`,
-not an interface value, to `reflect.TypeOf`.
-But it's there; as [godoc reports](https://golang.org/pkg/reflect/#TypeOf),
-the signature of `reflect.TypeOf` includes an empty interface:
-
-	// TypeOf returns the reflection Type of the value in the interface{}.
-	func TypeOf(i interface{}) Type
-
-When we call `reflect.TypeOf(x)`, `x` is first stored in an empty interface,
-which is then passed as the argument;
-`reflect.TypeOf` unpacks that empty interface to recover the type information.
-
-The `reflect.ValueOf` function, of course,
-recovers the value (from here on we'll elide the boilerplate and focus just
-on the executable code):
-
-	var x float64 = 3.4
-	fmt.Println("value:", reflect.ValueOf(x).String())
-
-prints
-
-	value: <float64 Value>
-
-(We call the `String` method explicitly because by default the `fmt` package
-digs into a `reflect.Value` to show the concrete value inside.
-The `String` method does not.)
-
-Both `reflect.Type` and `reflect.Value` have lots of methods to let us examine
-and manipulate them.
-One important example is that `Value` has a `Type` method that returns the
-`Type` of a `reflect.Value`.
-Another is that both `Type` and `Value` have a `Kind` method that returns
-a constant indicating what sort of item is stored:
-`Uint`, `Float64`, `Slice`, and so on.
-Also methods on `Value` with names like `Int` and `Float` let us grab values
-(as `int64` and `float64`) stored inside:
-
-	var x float64 = 3.4
-	v := reflect.ValueOf(x)
-	fmt.Println("type:", v.Type())
-	fmt.Println("kind is float64:", v.Kind() == reflect.Float64)
-	fmt.Println("value:", v.Float())
-
-prints
-
-	type: float64
-	kind is float64: true
-	value: 3.4
-
-There are also methods like `SetInt` and `SetFloat` but to use them we need
-to understand settability,
-the subject of the third law of reflection, discussed below.
-
-The reflection library has a couple of properties worth singling out.
-First, to keep the API simple, the "getter" and "setter" methods of `Value`
-operate on the largest type that can hold the value:
-`int64` for all the signed integers, for instance.
-That is, the `Int` method of `Value` returns an `int64` and the `SetInt`
-value takes an `int64`;
-it may be necessary to convert to the actual type involved:
-
-	var x uint8 = 'x'
-	v := reflect.ValueOf(x)
-	fmt.Println("type:", v.Type())                            // uint8.
-	fmt.Println("kind is uint8: ", v.Kind() == reflect.Uint8) // true.
-	x = uint8(v.Uint())                                       // v.Uint returns a uint64.
-
-The second property is that the `Kind` of a reflection object describes
-the underlying type,
-not the static type.
-If a reflection object contains a value of a user-defined integer type, as in
-
-	type MyInt int
-	var x MyInt = 7
-	v := reflect.ValueOf(x)
-
-the `Kind` of `v` is still `reflect.Int`,
-even though the static type of `x` is `MyInt`, not `int`.
-In other words, the `Kind` cannot discriminate an int from a `MyInt` even
-though the `Type` can.
-
-## The second law of reflection
-
-## 2. Reflection goes from reflection object to interface value.
-
-Like physical reflection, reflection in Go generates its own inverse.
-
-Given a `reflect.Value` we can recover an interface value using the `Interface` method;
-in effect the method packs the type and value information back into an interface
-representation and returns the result:
-
-	// Interface returns v's value as an interface{}.
-	func (v Value) Interface() interface{}
-
-As a consequence we can say
-
-	y := v.Interface().(float64) // y will have type float64.
-	fmt.Println(y)
-
-to print the `float64` value represented by the reflection object `v`.
-
-We can do even better, though. The arguments to `fmt.Println`,
-`fmt.Printf` and so on are all passed as empty interface values,
-which are then unpacked by the `fmt` package internally just as we have
-been doing in the previous examples.
-Therefore all it takes to print the contents of a `reflect.Value` correctly
-is to pass the result of the `Interface` method to the formatted print routine:
-
-	fmt.Println(v.Interface())
-
-(Why not `fmt.Println(v)`? Because `v` is a `reflect.Value`;
-we want the concrete value it holds.) Since our value is a `float64`,
-we can even use a floating-point format if we want:
-
-	fmt.Printf("value is %7.1e\n", v.Interface())
-
-and get in this case
-
-	3.4e+00
-
-Again, there's no need to type-assert the result of `v.Interface()` to `float64`;
-the empty interface value has the concrete value's type information inside
-and `Printf` will recover it.
-
-In short, the `Interface` method is the inverse of the `ValueOf` function,
-except that its result is always of static type `interface{}`.
-
-Reiterating: Reflection goes from interface values to reflection objects and back again.
-
-## The third law of reflection
-
-## 3. To modify a reflection object, the value must be settable.
-
-The third law is the most subtle and confusing, but it's easy enough to understand if we start from first principles.
-
-Here is some code that does not work, but is worth studying.
-
-	var x float64 = 3.4
-	v := reflect.ValueOf(x)
-	v.SetFloat(7.1) // Error: will panic.
-
-If you run this code, it will panic with the cryptic message
-
-	panic: reflect.Value.SetFloat using unaddressable value
-
-The problem is not that the value `7.1` is not addressable;
-it's that `v` is not settable.
-Settability is a property of a reflection `Value`,
-and not all reflection `Values` have it.
-
-The `CanSet` method of `Value` reports the settability of a `Value`; in our case,
-
-	var x float64 = 3.4
-	v := reflect.ValueOf(x)
-	fmt.Println("settability of v:", v.CanSet())
-
-prints
-
-	settability of v: false
-
-It is an error to call a `Set` method on an non-settable `Value`. But what is settability?
-
-Settability is a bit like addressability, but stricter.
-It's the property that a reflection object can modify the actual storage
-that was used to create the reflection object.
-Settability is determined by whether the reflection object holds the original item. When we say
-
-	var x float64 = 3.4
-	v := reflect.ValueOf(x)
-
-we pass a copy of `x` to `reflect.ValueOf`,
-so the interface value created as the argument to `reflect.ValueOf` is a
-copy of `x`, not `x` itself.
-Thus, if the statement
-
-	v.SetFloat(7.1)
-
-were allowed to succeed, it would not update `x`,
-even though `v` looks like it was created from `x`.
-Instead, it would update the copy of `x` stored inside the reflection value
-and `x` itself would be unaffected.
-That would be confusing and useless, so it is illegal,
-and settability is the property used to avoid this issue.
-
-If this seems bizarre, it's not. It's actually a familiar situation in unusual garb.
-Think of passing `x` to a function:
-
-	f(x)
-
-We would not expect `f` to be able to modify `x` because we passed a copy
-of `x`'s value, not `x` itself.
-If we want `f` to modify `x` directly we must pass our function the address
-of `x` (that is, a pointer to `x`):
-
-	f(&x)
-
-This is straightforward and familiar, and reflection works the same way.
-If we want to modify `x` by reflection, we must give the reflection library
-a pointer to the value we want to modify.
-
-Let's do that. First we initialize `x` as usual and then create a reflection value that points to it, called `p`.
-
-	var x float64 = 3.4
-	p := reflect.ValueOf(&x) // Note: take the address of x.
-	fmt.Println("type of p:", p.Type())
-	fmt.Println("settability of p:", p.CanSet())
-
-The output so far is
-
-	type of p: *float64
-	settability of p: false
-
-The reflection object `p` isn't settable,
-but it's not `p` we want to set, it's (in effect) `*p`.
-To get to what `p` points to, we call the `Elem` method of `Value`,
-which indirects through the pointer, and save the result in a reflection `Value` called `v`:
-
-	v := p.Elem()
-	fmt.Println("settability of v:", v.CanSet())
-
-Now `v` is a settable reflection object, as the output demonstrates,
-
-	settability of v: true
-
-and since it represents `x`, we are finally able to use `v.SetFloat` to modify the value of `x`:
-
-	v.SetFloat(7.1)
-	fmt.Println(v.Interface())
-	fmt.Println(x)
-
-The output, as expected, is
-
-	7.1
-	7.1
-
-Reflection can be hard to understand but it's doing exactly what the language does,
-albeit through reflection `Types` and `Values` that can disguise what's going on.
-Just keep in mind that reflection Values need the address of something in
-order to modify what they represent.
-
-## Structs
-
-In our previous example `v` wasn't a pointer itself,
-it was just derived from one.
-A common way for this situation to arise is when using reflection to modify
-the fields of a structure.
-As long as we have the address of the structure,
-we can modify its fields.
-
-Here's a simple example that analyzes a struct value, `t`.
-We create the reflection object with the address of the struct because we'll
-want to modify it later.
-Then we set `typeOfT` to its type and iterate over the fields using straightforward
-method calls (see [package reflect](https://golang.org/pkg/reflect/) for details).
-Note that we extract the names of the fields from the struct type,
-but the fields themselves are regular `reflect.Value` objects.
-
-	type T struct {
-	    A int
-	    B string
-	}
-	t := T{23, "skidoo"}
-	s := reflect.ValueOf(&t).Elem()
-	typeOfT := s.Type()
-	for i := 0; i < s.NumField(); i++ {
-	    f := s.Field(i)
-	    fmt.Printf("%d: %s %s = %v\n", i,
-	        typeOfT.Field(i).Name, f.Type(), f.Interface())
-	}
-
-The output of this program is
-
-	0: A int = 23
-	1: B string = skidoo
-
-There's one more point about settability introduced in passing here:
-the field names of `T` are upper case (exported) because only exported fields
-of a struct are settable.
-
-Because `s` contains a settable reflection object, we can modify the fields of the structure.
-
-	s.Field(0).SetInt(77)
-	s.Field(1).SetString("Sunset Strip")
-	fmt.Println("t is now", t)
-
-And here's the result:
-
-	t is now {77 Sunset Strip}
-
-If we modified the program so that `s` was created from `t`,
-not `&t`, the calls to `SetInt` and `SetString` would fail as the fields
-of `t` would not be settable.
-
-## Conclusion
-
-Here again are the laws of reflection:
-
-  - Reflection goes from interface value to reflection object.
-
-  - Reflection goes from reflection object to interface value.
-
-  - To modify a reflection object, the value must be settable.
-
-Once you understand these laws reflection in Go becomes much easier to use,
-although it remains subtle.
-It's a powerful tool that should be used with care and avoided unless strictly necessary.
-
-There's plenty more to reflection that we haven't covered — sending and
-receiving on channels,
-allocating memory, using slices and maps,
-calling methods and functions — but this post is long enough.
-We'll cover some of those topics in a later article.
diff --git a/_content/maps.article b/_content/maps.article
deleted file mode 100644
index e7b054e..0000000
--- a/_content/maps.article
+++ /dev/null
@@ -1,245 +0,0 @@
-# Go maps in action
-6 Feb 2013
-Tags: map, technical
-Summary: How and when to use Go maps.
-OldURL: /go-maps-in-action
-
-Andrew Gerrand
-
-## Introduction
-
-One of the most useful data structures in computer science is the hash table.
-Many hash table implementations exist with varying properties,
-but in general they offer fast lookups, adds, and deletes.
-Go provides a built-in map type that implements a hash table.
-
-## Declaration and initialization
-
-A Go map type looks like this:
-
-	map[KeyType]ValueType
-
-where `KeyType` may be any type that is [comparable](https://golang.org/ref/spec#Comparison_operators)
-(more on this later),
-and `ValueType` may be any type at all, including another map!
-
-This variable `m` is a map of string keys to int values:
-
-	var m map[string]int
-
-Map types are reference types, like pointers or slices,
-and so the value of `m` above is `nil`;
-it doesn't point to an initialized map.
-A nil map behaves like an empty map when reading,
-but attempts to write to a nil map will cause a runtime panic; don't do that.
-To initialize a map, use the built in `make` function:
-
-	m = make(map[string]int)
-
-The `make` function allocates and initializes a hash map data structure
-and returns a map value that points to it.
-The specifics of that data structure are an implementation detail of the
-runtime and are not specified by the language itself.
-In this article we will focus on the _use_ of maps,
-not their implementation.
-
-## Working with maps
-
-Go provides a familiar syntax for working with maps. This statement sets the key `"route"` to the value `66`:
-
-	m["route"] = 66
-
-This statement retrieves the value stored under the key `"route"` and assigns it to a new variable i:
-
-	i := m["route"]
-
-If the requested key doesn't exist, we get the value type's _zero value_.
-In this case the value type is `int`, so the zero value is `0`:
-
-	j := m["root"]
-	// j == 0
-
-The built in `len` function returns on the number of items in a map:
-
-	n := len(m)
-
-The built in `delete` function removes an entry from the map:
-
-	delete(m, "route")
-
-The `delete` function doesn't return anything, and will do nothing if the specified key doesn't exist.
-
-A two-value assignment tests for the existence of a key:
-
-	i, ok := m["route"]
-
-In this statement, the first value (`i`) is assigned the value stored under the key `"route"`.
-If that key doesn't exist, `i` is the value type's zero value (`0`).
-The second value (`ok`) is a `bool` that is `true` if the key exists in
-the map, and `false` if not.
-
-To test for a key without retrieving the value, use an underscore in place of the first value:
-
-	_, ok := m["route"]
-
-To iterate over the contents of a map, use the `range` keyword:
-
-	for key, value := range m {
-	    fmt.Println("Key:", key, "Value:", value)
-	}
-
-To initialize a map with some data, use a map literal:
-
-	commits := map[string]int{
-	    "rsc": 3711,
-	    "r":   2138,
-	    "gri": 1908,
-	    "adg": 912,
-	}
-
-The same syntax may be used to initialize an empty map, which is functionally identical to using the `make` function:
-
-	m = map[string]int{}
-
-## Exploiting zero values
-
-It can be convenient that a map retrieval yields a zero value when the key is not present.
-
-For instance, a map of boolean values can be used as a set-like data structure
-(recall that the zero value for the boolean type is false).
-This example traverses a linked list of `Nodes` and prints their values.
-It uses a map of `Node` pointers to detect cycles in the list.
-
-.code maps/list.go /START/,/END/
-
-The expression `visited[n]` is `true` if `n` has been visited,
-or `false` if `n` is not present.
-There's no need to use the two-value form to test for the presence of `n` in the map;
-the zero value default does it for us.
-
-Another instance of helpful zero values is a map of slices.
-Appending to a nil slice just allocates a new slice,
-so it's a one-liner to append a value to a map of slices;
-there's no need to check if the key exists.
-In the following example, the slice people is populated with `Person` values.
-Each `Person` has a `Name` and a slice of Likes.
-The example creates a map to associate each like with a slice of people that like it.
-
-.code maps/people.go /START1/,/END1/
-
-To print a list of people who like cheese:
-
-.code maps/people.go /START2/,/END2/
-
-To print the number of people who like bacon:
-
-.code maps/people.go /bacon/
-
-Note that since both range and len treat a nil slice as a zero-length slice,
-these last two examples will work even if nobody likes cheese or bacon (however
-unlikely that may be).
-
-## Key types
-
-As mentioned earlier, map keys may be of any type that is comparable.
-The [language spec](https://golang.org/ref/spec#Comparison_operators)
-defines this precisely,
-but in short, comparable types are boolean,
-numeric, string, pointer, channel, and interface types,
-and structs or arrays that contain only those types.
-Notably absent from the list are slices, maps, and functions;
-these types cannot be compared using `==`,
-and may not be used as map keys.
-
-It's obvious that strings, ints, and other basic types should be available as map keys,
-but perhaps unexpected are struct keys.
-Struct can be used to key data by multiple dimensions.
-For example, this map of maps could be used to tally web page hits by country:
-
-	hits := make(map[string]map[string]int)
-
-This is map of string to (map of `string` to `int`).
-Each key of the outer map is the path to a web page with its own inner map.
-Each inner map key is a two-letter country code.
-This expression retrieves the number of times an Australian has loaded the documentation page:
-
-	n := hits["/doc/"]["au"]
-
-Unfortunately, this approach becomes unwieldy when adding data,
-as for any given outer key you must check if the inner map exists,
-and create it if needed:
-
-	func add(m map[string]map[string]int, path, country string) {
-	    mm, ok := m[path]
-	    if !ok {
-	        mm = make(map[string]int)
-	        m[path] = mm
-	    }
-	    mm[country]++
-	}
-	add(hits, "/doc/", "au")
-
-On the other hand, a design that uses a single map with a struct key does away with all that complexity:
-
-	type Key struct {
-	    Path, Country string
-	}
-	hits := make(map[Key]int)
-
-When an Vietnamese person visits the home page,
-incrementing (and possibly creating) the appropriate counter is a one-liner:
-
-	hits[Key{"/", "vn"}]++
-
-And it's similarly straightforward to see how many Swiss people have read the spec:
-
-	n := hits[Key{"/ref/spec", "ch"}]
-
-## Concurrency
-
-[Maps are not safe for concurrent use](https://golang.org/doc/faq#atomic_maps):
-it's not defined what happens when you read and write to them simultaneously.
-If you need to read from and write to a map from concurrently executing goroutines,
-the accesses must be mediated by some kind of synchronization mechanism.
-One common way to protect maps is with [sync.RWMutex](https://golang.org/pkg/sync/#RWMutex).
-
-This statement declares a `counter` variable that is an anonymous struct
-containing a map and an embedded `sync.RWMutex`.
-
-	var counter = struct{
-	    sync.RWMutex
-	    m map[string]int
-	}{m: make(map[string]int)}
-
-To read from the counter, take the read lock:
-
-	counter.RLock()
-	n := counter.m["some_key"]
-	counter.RUnlock()
-	fmt.Println("some_key:", n)
-
-To write to the counter, take the write lock:
-
-	counter.Lock()
-	counter.m["some_key"]++
-	counter.Unlock()
-
-## Iteration order
-
-When iterating over a map with a range loop,
-the iteration order is not specified and is not guaranteed to be the same
-from one iteration to the next.
-If you require a stable iteration order you must maintain a separate data structure that specifies that order.
-This example uses a separate sorted slice of keys to print a `map[int]string` in key order:
-
-	import "sort"
-
-	var m map[int]string
-	var keys []int
-	for k := range m {
-	    keys = append(keys, k)
-	}
-	sort.Ints(keys)
-	for _, k := range keys {
-	    fmt.Println("Key:", k, "Value:", m[k])
-	}
diff --git a/_content/maps/list.go b/_content/maps/list.go
deleted file mode 100644
index 02bea2c..0000000
--- a/_content/maps/list.go
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START OMIT
-	type Node struct {
-		Next  *Node
-		Value interface{}
-	}
-	var first *Node
-
-	visited := make(map[*Node]bool) // HL
-	for n := first; n != nil; n = n.Next {
-		if visited[n] { // HL
-			fmt.Println("cycle detected")
-			break
-		}
-		visited[n] = true // HL
-		fmt.Println(n.Value)
-	}
-	// END OMIT
-}
diff --git a/_content/maps/people.go b/_content/maps/people.go
deleted file mode 100644
index ff5d9e3..0000000
--- a/_content/maps/people.go
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build OMIT
-
-package main
-
-import "fmt"
-
-func main() {
-	// START1 OMIT
-	type Person struct {
-		Name  string
-		Likes []string
-	}
-	var people []*Person
-
-	likes := make(map[string][]*Person) // HL
-	for _, p := range people {
-		for _, l := range p.Likes {
-			likes[l] = append(likes[l], p) // HL
-		}
-	}
-	// END1 OMIT
-
-	// START2 OMIT
-	for _, p := range likes["cheese"] {
-		fmt.Println(p.Name, "likes cheese.")
-	}
-	// END2 OMIT
-
-	fmt.Println(len(likes["bacon"]), "people like bacon.")
-}
diff --git a/_content/matchlang.article b/_content/matchlang.article
deleted file mode 100644
index 70c121a..0000000
--- a/_content/matchlang.article
+++ /dev/null
@@ -1,302 +0,0 @@
-# Language and Locale Matching in Go
-9 Feb 2016
-Tags: language, locale, tag, BCP 47, matching
-Summary: How to internationalize your web site with Go's language and locale matching.
-
-Marcel van Lohuizen
-
-## Introduction
-
-Consider an application, such as a web site, with support for multiple languages
-in its user interface.
-When a user arrives with a list of preferred languages, the application must
-decide which language it should use in its presentation to the user.
-This requires finding the best match between the languages the application supports
-and those the user prefers.
-This post explains why this is a difficult decision and how Go can help.
-
-## Language Tags
-
-Language tags, also known as locale identifiers, are machine-readable
-identifiers for the language and/or dialect being used.
-The most common reference for them is the IETF BCP 47 standard, and that is the
-standard the Go libraries follow.
-Here are some examples of BCP 47 language tags and the language or dialect they
-represent.
-
-.html matchlang/tags.html
-
-The general form of the language tag is
-a language code (“en”, “cmn”, “zh”, “nl”, “az” above)
-followed by an optional subtag for script (“-Arab”),
-region (“-US”, “-BE”, “-419”),
-variants (“-oxendict” for Oxford English Dictionary spelling),
-and extensions (“-u-co-phonebk” for phone-book sorting).
-The most common form is assumed if a subtag is omitted, for instance
-“az-Latn-AZ” for “az”.
-
-The most common use of language tags is to select from a set of system-supported
-languages according to a list of the user's language preferences, for example
-deciding that a user who prefers Afrikaans would be best served (assuming
-Afrikaans is not available) by the system showing Dutch. Resolving such matches
-involves consulting data on mutual language comprehensibility.
-
-The tag resulting from this match is subsequently used to obtain
-language-specific resources such as translations, sorting order,
-and casing algorithms.
-This involves a different kind of matching. For example, as there is no specific
-sorting order for Portuguese, a collate package may fall back to the sorting
-order for the default, or “root”, language.
-
-## The Messy Nature of Matching Languages
-
-Handling language tags is tricky.
-This is partly because the boundaries of human languages are not well defined
-and partly because of the legacy of evolving language tag standards.
-In this section we will show some of the messy aspects of handling language tags.
-
-_Tags with different language codes can indicate the same language_
-
-For historical and political reasons, many language codes have changed over
-time, leaving languages with an older legacy code as well as a new one.
-But even two current codes may refer to the same language.
-For example, the official language code for Mandarin is “cmn”, but “zh” is by
-far the most commonly used designator for this language.
-The code “zh” is officially reserved for a so called macro language, identifying
-the group of Chinese languages.
-Tags for macro languages are often used interchangeably with the most-spoken
-language in the group.
-
-_Matching language code alone is not sufficient_
-
-Azerbaijani (“az”), for example, is written in different scripts depending on
-the country in which it is spoken: "az-Latn" for Latin (the default script),
-"az-Arab" for Arabic, and “az-Cyrl” for Cyrillic.
-If you replace "az-Arab" with just "az", the result will be in Latin script and
-may not be understandable to a user who only knows the Arabic form.
-
-Also different regions may imply different scripts.
-For example: “zh-TW” and “zh-SG” respectively imply the use of Traditional and
-Simplified Han. As another example, “sr” (Serbian) defaults to Cyrillic script,
-but “sr-RU” (Serbian as written in Russia) implies the Latin script!
-A similar thing can be said for Kyrgyz and other languages.
-
-If you ignore subtags, you might as well present Greek to the user.
-
-_The best match might be a language not listed by the user_
-
-The most common written form of Norwegian (“nb”) looks an awful lot like Danish.
-If Norwegian is not available, Danish may be a good second choice.
-Similarly, a user requesting Swiss German (“gsw”) will likely be happy to be
-presented German (“de”), though the converse is far from true.
-A user requesting Uygur may be happier to fall back to Chinese than to English.
-Other examples abound.
-If a user-requested language is not supported, falling back to English is often
-not the best thing to do.
-
-_The choice of language decides more than translation_
-
-Suppose a user asks for Danish, with German as a second choice.
-If an application chooses German, it must not only use German translations
-but also use German (not Danish) collation.
-Otherwise, for example, a list of animals might sort “Bär” before “Äffin”.
-
-Selecting a supported language given the user’s preferred languages is like a
-handshaking algorithm: first you determine which protocol to communicate in (the
-language) and then you stick with this protocol for all communication for the
-duration of a session.
-
-_Using a “parent” of a language as fallback is non-trivial_
-
-Suppose your application supports Angolan Portuguese (“pt-AO”).
-Packages in [golang.org/x/text](https://golang.org/x/text), like collation and display, may not
-have specific support for this dialect.
-The correct course of action in such cases is to match the closest parent dialect.
-Languages are arranged in a hierarchy, with each specific language having a more
-general parent.
-For example, the parent of “en-GB-oxendict” is “en-GB”, whose parent is “en”,
-whose parent is the undefined language “und”, also known as the root language.
-In the case of collation, there is no specific collation order for Portugese,
-so the collate package will select the sorting order of the root language.
-The closest parent to Angolan Portuguese supported by the display package is
-European Portuguese (“pt-PT”) and not the more obvious “pt”, which implies
-Brazilian.
-
-In general, parent relationships are non-trivial.
-To give a few more examples, the parent of “es-CL” is “es-419”, the parent of
-“zh-TW” is “zh-Hant”, and the parent of “zh-Hant” is “und”.
-If you compute the parent by simply removing subtags, you may select a “dialect”
-that is incomprehensible to the user.
-
-## Language Matching in Go
-
-The Go package [golang.org/x/text/language](https://golang.org/x/text/language) implements the BCP 47
-standard for language tags and adds support for deciding which language to use
-based on data published in the Unicode Common Locale Data Repository (CLDR).
-
-Here is a sample program, explained below, matching a user's language
-preferences against an application's supported languages:
-
-.code -edit matchlang/complete.go
-
-### Creating Language Tags
-
-The simplest way to create a language.Tag from a user-given language code string
-is with language.Make.
-It extracts meaningful information even from malformed input.
-For example, “en-USD” will result in “en” even though USD is not a valid subtag.
-
-Make doesn’t return an error.
-It is common practice to use the default language if an error occurs anyway so
-this makes it more convenient. Use Parse to handle any error manually.
-
-The HTTP Accept-Language header is often used to pass a user’s desired
-languages.
-The ParseAcceptLanguage function parses it into a slice of language tags,
-ordered by preference.
-
-By default, the language package does not canonicalize tags.
-For example, it does not follow the BCP 47 recommendation of eliminating scripts
-if it is the common choice in the “overwhelming majority”.
-It similarly ignores CLDR recommendations: “cmn” is not replaced by “zh” and
-“zh-Hant-HK” is not simplified to “zh-HK”.
-Canonicalizing tags may throw away useful information about user intent.
-Canonicalization is handled in the Matcher instead.
-A full array of canonicalization options are available if the programmer still
-desires to do so.
-
-### Matching User-Preferred Languages to Supported Languages
-
-A Matcher matches user-preferred languages to supported languages.
-Users are strongly advised to use it if they don’t want to deal with all the
-intricacies of matching languages.
-
-The Match method may pass through user settings (from BCP 47 extensions) from
-the preferred tags to the selected supported tag.
-It is therefore important that the tag returned by Match is used to obtain
-language-specific resources.
-For example, “de-u-co-phonebk” requests phone-book ordering for German.
-The extension is ignored for matching, but is used by the collate package to
-select the respective sorting order variant.
-
-A Matcher is initialized with the languages supported by an application, which
-are usually the languages for which there are translations.
-This set is typically fixed, allowing a matcher to be created at startup.
-Matcher is optimized to improve the performance of Match at the expense of
-initialization cost.
-
-The language package provides a predefined set of the most commonly used
-language tags that can be used for defining the supported set.
-Users generally don’t have to worry about the exact tags to pick for supported
-languages.
-For example, AmericanEnglish (“en-US”) may be used interchangeably with the more
-common English (“en”), which defaults to American.
-It is all the same for the Matcher. An application may even add both, allowing
-for more specific American slang for “en-US”.
-
-### Matching Example
-
-Consider the following Matcher and lists of supported languages:
-
-	var supported = []language.Tag{
-		language.AmericanEnglish,    // en-US: first language is fallback
-		language.German,             // de
-		language.Dutch,              // nl
-		language.Portuguese          // pt (defaults to Brazilian)
-		language.EuropeanPortuguese, // pt-pT
-		language.Romanian            // ro
-		language.Serbian,            // sr (defaults to Cyrillic script)
-		language.SerbianLatin,       // sr-Latn
-		language.SimplifiedChinese,  // zh-Hans
-		language.TraditionalChinese, // zh-Hant
-	}
-	var matcher = language.NewMatcher(supported)
-
-Let's look at the matches against this list of supported languages for various
-user preferences.
-
-For a user preference of "he" (Hebrew), the best match is "en-US" (American
-English).
-There is no good match, so the matcher uses the fallback language (the first in
-the supported list).
-
-For a user preference of "hr" (Croatian), the best match is "sr-Latn" (Serbian
-with Latin script), because, once they are written in the same script, Serbian
-and Croatian are mutually intelligible.
-
-For a user preference of "ru, mo" (Russian, then Moldavian), the best match is
-"ro" (Romanian), because Moldavian is now canonically classified as "ro-MD"
-(Romanian in Moldova).
-
-For a user preference of "zh-TW" (Mandarin in Taiwan), the best match is
-"zh-Hant" (Mandarin written in Traditional Chinese), not "zh-Hans" (Mandarin
-written in Simplified Chinese).
-
-For a user preference of "af, ar" (Afrikaans, then Arabic), the best match is
-"nl" (Dutch). Neither preference is supported directly, but Dutch is a
-significantly closer match to Afrikaans than the fallback language English is to
-either.
-
-For a user preference of "pt-AO, id" (Angolan Portuguese, then Indonesian), the
-best match is "pt-PT" (European Portuguese), not "pt" (Brazilian Portuguese).
-
-For a user preference of "gsw-u-co-phonebk" (Swiss German with phone-book
-collation order), the best match is "de-u-co-phonebk" (German with phone-book
-collation order).
-German is the best match for Swiss German in the server's language list, and the
-option for phone-book collation order has been carried over.
-
-### Confidence Scores
-
-Go uses coarse-grained confidence scoring with rule-based elimination.
-A match is classified as Exact, High (not exact, but no known ambiguity), Low
-(probably the correct match, but maybe not), or No.
-In case of multiple matches, there is a set of tie-breaking rules that are
-executed in order.
-The first match is returned in the case of multiple equal matches.
-These confidence scores may be useful, for example, to reject relatively weak
-matches.
-They are also used to score, for example, the most likely region or script from
-a language tag.
-
-Implementations in other languages often use more fine-grained, variable-scale
-scoring.
-We found that using coarse-grained scoring in the Go implementation ended up
-simpler to implement, more maintainable, and faster, meaning that we could
-handle more rules.
-
-### Displaying Supported Languages
-
-The [golang.org/x/text/language/display](https://golang.org/x/text/language/display) package allows naming language
-tags in many languages.
-It also contains a “Self” namer for displaying a tag in its own language.
-
-For example:
-
-.code -edit matchlang/display.go /START/,/END/
-
-prints
-
-	English              (English)
-	French               (français)
-	Dutch                (Nederlands)
-	Flemish              (Vlaams)
-	Simplified Chinese   (简体中文)
-	Traditional Chinese  (繁體中文)
-	Russian              (русский)
-
-In the second column, note the differences in capitalization, reflecting the
-rules of the respective language.
-
-## Conclusion
-
-At first glance, language tags look like nicely structured data, but because
-they describe human languages, the structure of relationships between language
-tags is actually quite complex.
-It is often tempting, especially for English-speaking programmers, to write
-ad-hoc language matching using nothing other than string manipulation of the
-language tags.
-As described above, this can produce awful results.
-
-Go's [golang.org/x/text/language](https://golang.org/x/text/language) package solves this complex problem
-while still presenting a simple, easy-to-use API. Enjoy.
diff --git a/_content/matchlang/complete.go b/_content/matchlang/complete.go
deleted file mode 100644
index a986ef6..0000000
--- a/_content/matchlang/complete.go
+++ /dev/null
@@ -1,32 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-
-	"golang.org/x/text/language"
-	"golang.org/x/text/language/display"
-)
-
-var userPrefs = []language.Tag{
-	language.Make("gsw"), // Swiss German
-	language.Make("fr"),  // French
-}
-
-var serverLangs = []language.Tag{
-	language.AmericanEnglish, // en-US fallback
-	language.German,          // de
-}
-
-var matcher = language.NewMatcher(serverLangs)
-
-func main() {
-	tag, index, confidence := matcher.Match(userPrefs...)
-
-	fmt.Printf("best match: %s (%s) index=%d confidence=%v\n",
-		display.English.Tags().Name(tag),
-		display.Self.Name(tag),
-		index, confidence)
-	// best match: German (Deutsch) index=1 confidence=High
-}
diff --git a/_content/matchlang/display.go b/_content/matchlang/display.go
deleted file mode 100644
index 0b84e94..0000000
--- a/_content/matchlang/display.go
+++ /dev/null
@@ -1,29 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-
-	"golang.org/x/text/language"
-	"golang.org/x/text/language/display"
-)
-
-func main() {
-	// START OMIT
-	var supported = []language.Tag{
-		language.English,            // en
-		language.French,             // fr
-		language.Dutch,              // nl
-		language.Make("nl-BE"),      // nl-BE
-		language.SimplifiedChinese,  // zh-Hans
-		language.TraditionalChinese, // zh-Hant
-		language.Russian,            // ru
-	}
-
-	en := display.English.Tags()
-	for _, t := range supported {
-		fmt.Printf("%-20s (%s)\n", en.Name(t), display.Self.Name(t))
-	}
-	// END OMIT
-}
diff --git a/_content/matchlang/tags.html b/_content/matchlang/tags.html
deleted file mode 100644
index 0664dae..0000000
--- a/_content/matchlang/tags.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<style>
-	.padtable { padding-left: 40px; }
-	.padtable td, .padtable th { padding-right: 10px; }
-	.tag { font-family: courier; }
-</style>
-<div class="padtable">
-<table>
-<tr>
-	<th>Tag</th>
-	<th>Description</th>
-</tr>
-<tr>
-	<td class="tag">en</td>
-	<td>English</td>
-</tr>
-<tr>
-	<td class="tag">en-US</td>
-	<td>American English</td>
-</tr>
-<tr>
-	<td class="tag">cmn</td>
-	<td>Mandarin Chinese</td>
-</tr>
-<tr>
-	<td class="tag">zh</td>
-	<td>Chinese, typically Mandarin</td>
-</tr>
-<tr>
-	<td class="tag">nl</td>
-	<td>Dutch</td>
-</tr>
-<tr>
-	<td class="tag">nl-BE</td>
-	<td>Flemish</td>
-</tr>
-<tr>
-	<td class="tag">es-419</td>
-	<td>Latin American Spanish</td>
-</tr>
-<tr>
-	<td class="tag">az, az-Latn</td>
-	<td>both Azerbaijani written in Latin script</td>
-</tr>
-<tr>
-	<td class="tag">az-Arab</td>
-	<td>Azerbaijani written in Arabic</td>
-</tr>
-</table>
-</div>
diff --git a/_content/meetups.article b/_content/meetups.article
deleted file mode 100644
index ba1e0e8..0000000
--- a/_content/meetups.article
+++ /dev/null
@@ -1,34 +0,0 @@
-# Get thee to a Go meetup
-27 Feb 2013
-Tags: community, talk
-Summary: How to find or start a local group of gophers.
-OldURL: /getthee-to-go-meetup
-
-Andrew Gerrand
-
-##
-
-Last week, David Symonds and I each gave talks at Sydney's Go meetup,
-[golang-syd](http://www.meetup.com/golang-syd/).
-Dave spoke about [Go API design in the context of Protocol Buffers](http://talks.godoc.org/github.com/dsymonds/talks/2013-feb-golang-syd/golang-syd.slide),
-and I discussed some neat tricks in the construction of [a small command-line program](http://talks.godoc.org/github.com/nf/streak/talk.slide).
-The presentations were short but provoked some good questions and interesting discussion.
-Of the 50-odd attendees, most were regular Go programmers and a fair chunk
-write Go code professionally. It was a fun night.
-
-It would have been great to see you there but,
-statistically, you're not from Sydney.
-Despair not, however, as there are likely some people in your area who either
-run a Go meetup or want to start one.
-
-The Go wiki lists [Go user groups](https://golang.org/wiki/GoUserGroups) around the world,
-so if there's one nearby you should consider going along to the next event.
-
-If not, why not start your own? To gauge interest,
-ask around in the [Go+ Community](https://plus.google.com/communities/114112804251407510571) and
-the [golang-nuts mailing list](http://groups.google.com/group/golang-nuts), and
-take a look at this [list of people](http://golang.meetup.com/all/) waiting
-for a Go meetup in their area.
-Once you have a few people interested - and at least one person willing
-to present something - pick a venue and set a date.
-If you build it, they will come.
diff --git a/_content/migrating-to-go-modules.article b/_content/migrating-to-go-modules.article
deleted file mode 100644
index 000553d..0000000
--- a/_content/migrating-to-go-modules.article
+++ /dev/null
@@ -1,324 +0,0 @@
-# Migrating to Go Modules
-21 Aug 2019
-Tags: tools, versioning, modules
-Summary: How to use Go modules to manage your program's dependencies.
-
-Jean de Klerk
-
-## Introduction
-
-This post is part 2 in a series.
-
-  - Part 1 — [Using Go Modules](/using-go-modules)
-  - **Part 2 — Migrating To Go Modules** (this post)
-  - Part 3 — [Publishing Go Modules](/publishing-go-modules)
-  - Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
-  - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
-
-**Note:** For documentation, see
-[Managing dependencies](https://golang.org/doc/modules/managing-dependencies)
-and [Developing and publishing modules](https://golang.org/doc/modules/developing).
-
-Go projects use a wide variety of dependency management strategies.
-[Vendoring](https://golang.org/cmd/go/#hdr-Vendor_Directories) tools such
-as [dep](https://github.com/golang/dep) and [glide](https://github.com/Masterminds/glide) are popular,
-but they have wide differences in behavior and don't always work well together.
-Some projects store their entire GOPATH directory in a single Git repository.
-Others simply rely on `go get` and expect fairly recent versions of dependencies
-to be installed in GOPATH.
-
-Go's module system, introduced in Go 1.11,
-provides an official dependency management solution built into the `go` command.
-This article describes tools and techniques for converting a project to modules.
-
-Please note: if your project is already tagged at v2.0.0 or higher,
-you will need to update your module path when you add a `go.mod` file.
-We'll explain how to do that without breaking your users in a future article
-focused on v2 and beyond.
-
-## Migrating to Go modules in your project
-
-A project might be in one of three states when beginning the transition to Go modules:
-
-  - A brand new Go project.
-  - An established Go project with a non-modules dependency manager.
-  - An established Go project without any dependency manager.
-
-The first case is covered in [Using Go Modules](https://blog.golang.org/using-go-modules);
-we'll address the latter two in this post.
-
-## With a dependency manager
-
-To convert a project that already uses a dependency management tool, run the following commands:
-
-	$ git clone https://github.com/my/project
-	[...]
-	$ cd project
-	$ cat Godeps/Godeps.json
-	{
-		"ImportPath": "github.com/my/project",
-		"GoVersion": "go1.12",
-		"GodepVersion": "v80",
-		"Deps": [
-			{
-				"ImportPath": "rsc.io/binaryregexp",
-				"Comment": "v0.2.0-1-g545cabd",
-				"Rev": "545cabda89ca36b48b8e681a30d9d769a30b3074"
-			},
-			{
-				"ImportPath": "rsc.io/binaryregexp/syntax",
-				"Comment": "v0.2.0-1-g545cabd",
-				"Rev": "545cabda89ca36b48b8e681a30d9d769a30b3074"
-			}
-		]
-	}
-	$ go mod init github.com/my/project
-	go: creating new go.mod: module github.com/my/project
-	go: copying requirements from Godeps/Godeps.json
-	$ cat go.mod
-	module github.com/my/project
-
-	go 1.12
-
-	require rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca
-	$
-
-`go mod init` creates a new go.mod file and automatically imports dependencies from `Godeps.json`,
-`Gopkg.lock`, or a number of [other supported formats](https://go.googlesource.com/go/+/362625209b6cd2bc059b6b0a67712ddebab312d9/src/cmd/go/internal/modconv/modconv.go#9).
-The argument to `go mod init` is the module path,
-the location where the module may be found.
-
-This is a good time to pause and run `go build ./...` and `go test ./...` before continuing.
-Later steps may modify your `go.mod` file,
-so if you prefer to take an iterative approach,
-this is the closest your `go.mod` file will be to your pre-modules dependency specification.
-
-	$ go mod tidy
-	go: downloading rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca
-	go: extracting rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca
-	$ cat go.sum
-	rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca h1:FKXXXJ6G2bFoVe7hX3kEX6Izxw5ZKRH57DFBJmHCbkU=
-	rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
-	$
-
-`go mod tidy` finds all the packages transitively imported by packages in your module.
-It adds new module requirements for packages not provided by any known module,
-and it removes requirements on modules that don't provide any imported packages.
-If a module provides packages that are only imported by projects that haven't
-migrated to modules yet,
-the module requirement will be marked with an `// indirect` comment.
-It is always good practice to run `go mod tidy` before committing a `go.mod`
-file to version control.
-
-Let's finish by making sure the code builds and tests pass:
-
-	$ go build ./...
-	$ go test ./...
-	[...]
-	$
-
-Note that other dependency managers may specify dependencies at the level
-of individual packages or entire repositories (not modules),
-and generally do not recognize the requirements specified in the `go.mod`
-files of dependencies.
-Consequently, you may not get exactly the same version of every package as before,
-and there's some risk of upgrading past breaking changes.
-Therefore, it's important to follow the above commands with an audit of
-the resulting dependencies. To do so, run
-
-	$ go list -m all
-	go: finding rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca
-	github.com/my/project
-	rsc.io/binaryregexp v0.2.1-0.20190524193500-545cabda89ca
-	$
-
-and compare the resulting versions with your old dependency management file
-to ensure that the selected versions are appropriate.
-If you find a version that wasn't what you wanted,
-you can find out why using `go mod why -m` and/or `go mod graph`,
-and upgrade or downgrade to the correct version using `go get`.
-(If the version you request is older than the version that was previously selected,
-`go get` will downgrade other dependencies as needed to maintain compatibility.) For example,
-
-	$ go mod why -m rsc.io/binaryregexp
-	[...]
-	$ go mod graph | grep rsc.io/binaryregexp
-	[...]
-	$ go get rsc.io/binaryregexp@v0.2.0
-	$
-
-## Without a dependency manager
-
-For a Go project without a dependency management system, start by creating a `go.mod` file:
-
-	$ git clone https://go.googlesource.com/blog
-	[...]
-	$ cd blog
-	$ go mod init golang.org/x/blog
-	go: creating new go.mod: module golang.org/x/blog
-	$ cat go.mod
-	module golang.org/x/blog
-
-	go 1.12
-	$
-
-Without a configuration file from a previous dependency manager,
-`go mod init` will create a `go.mod` file with only the `module` and `go` directives.
-In this example, we set the module path to `golang.org/x/blog` because that
-is its [custom import path](https://golang.org/cmd/go/#hdr-Remote_import_paths).
-Users may import packages with this path,
-and we must be careful not to change it.
-
-The `module` directive declares the module path,
-and the `go` directive declares the expected version of the Go language
-used to compile the code within the module.
-
-Next, run `go mod tidy` to add the module's dependencies:
-
-	$ go mod tidy
-	go: finding golang.org/x/website latest
-	go: finding gopkg.in/tomb.v2 latest
-	go: finding golang.org/x/net latest
-	go: finding golang.org/x/tools latest
-	go: downloading github.com/gorilla/context v1.1.1
-	go: downloading golang.org/x/tools v0.0.0-20190813214729-9dba7caff850
-	go: downloading golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
-	go: extracting github.com/gorilla/context v1.1.1
-	go: extracting golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
-	go: downloading gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
-	go: extracting gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
-	go: extracting golang.org/x/tools v0.0.0-20190813214729-9dba7caff850
-	go: downloading golang.org/x/website v0.0.0-20190809153340-86a7442ada7c
-	go: extracting golang.org/x/website v0.0.0-20190809153340-86a7442ada7c
-	$ cat go.mod
-	module golang.org/x/blog
-
-	go 1.12
-
-	require (
-		github.com/gorilla/context v1.1.1
-		golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
-		golang.org/x/text v0.3.2
-		golang.org/x/tools v0.0.0-20190813214729-9dba7caff850
-		golang.org/x/website v0.0.0-20190809153340-86a7442ada7c
-		gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
-	)
-	$ cat go.sum
-	cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
-	cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
-	git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
-	git.apache.org/thrift.git v0.0.0-20181218151757-9b75e4fe745a/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
-	github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
-	[...]
-	$
-
-`go mod tidy` added module requirements for all the packages transitively
-imported by packages in your module and built a `go.sum` with checksums
-for each library at a specific version.
-Let's finish by making sure the code still builds and tests still pass:
-
-	$ go build ./...
-	$ go test ./...
-	ok  	golang.org/x/blog	0.335s
-	?   	golang.org/x/blog/content/appengine	[no test files]
-	ok  	golang.org/x/blog/content/cover	0.040s
-	?   	golang.org/x/blog/content/h2push/server	[no test files]
-	?   	golang.org/x/blog/content/survey2016	[no test files]
-	?   	golang.org/x/blog/content/survey2017	[no test files]
-	?   	golang.org/x/blog/support/racy	[no test files]
-	$
-
-Note that when `go mod tidy` adds a requirement,
-it adds the latest version of the module.
-If your `GOPATH` included an older version of a dependency that subsequently
-published a breaking change,
-you may see errors in `go mod tidy`, `go build`, or `go test`.
-If this happens, try downgrading to an older version with `go get` (for example,
-`go get github.com/broken/module@v1.1.0`),
-or take the time to make your module compatible with the latest version of each dependency.
-
-### Tests in module mode
-
-Some tests may need tweaks after migrating to Go modules.
-
-If a test needs to write files in the package directory,
-it may fail when the package directory is in the module cache, which is read-only.
-In particular, this may cause `go test all` to fail.
-The test should copy files it needs to write to a temporary directory instead.
-
-If a test relies on relative paths (`../package-in-another-module`) to locate
-and read files in another package,
-it will fail if the package is in another module,
-which will be located in a versioned subdirectory of the module cache or
-a path specified in a `replace` directive.
-If this is the case, you may need to copy the test inputs into your module,
-or convert the test inputs from raw files to data embedded in `.go` source files.
-
-If a test expects `go` commands within the test to run in GOPATH mode, it may fail.
-If this is the case, you may need to add a `go.mod` file to the source tree to be tested,
-or set `GO111MODULE=off` explicitly.
-
-## Publishing a release
-
-Finally, you should tag and publish a release version for your new module.
-This is optional if you haven't released any versions yet,
-but without an official release, downstream users will depend on specific
-commits using [pseudo-versions](https://golang.org/cmd/go/#hdr-Pseudo_versions),
-which may be more difficult to support.
-
-	$ git tag v1.2.0
-	$ git push origin v1.2.0
-
-Your new `go.mod` file defines a canonical import path for your module and adds
-new minimum version requirements. If your users are already using the correct
-import path, and your dependencies haven't made breaking changes, then adding
-the `go.mod` file is backwards-compatible — but it's a significant change, and
-may expose existing problems. If you have existing version tags, you should
-increment the [minor version](https://semver.org/#spec-item-7). See
-[Publishing Go Modules](/publishing-go-modules) to learn how to increment and
-publish versions.
-
-## Imports and canonical module paths
-
-Each module declares its module path in its `go.mod` file.
-Each `import` statement that refers to a package within the module must
-have the module path as a prefix of the package path.
-However, the `go` command may encounter a repository containing the module
-through many different [remote import paths](https://golang.org/cmd/go/#hdr-Remote_import_paths).
-For example, both `golang.org/x/lint` and `github.com/golang/lint` resolve
-to repositories containing the code hosted at [go.googlesource.com/lint](https://go.googlesource.com/lint).
-The [`go.mod` file](https://go.googlesource.com/lint/+/refs/heads/master/go.mod)
-contained in that repository declares its path to be `golang.org/x/lint`,
-so only that path corresponds to a valid module.
-
-Go 1.4 provided a mechanism for declaring canonical import paths using [`// import` comments](https://golang.org/cmd/go/#hdr-Import_path_checking),
-but package authors did not always provide them.
-As a result, code written prior to modules may have used a non-canonical
-import path for a module without surfacing an error for the mismatch.
-When using modules, the import path must match the canonical module path,
-so you may need to update `import` statements:
-for example, you may need to change `import "github.com/golang/lint"` to
-`import "golang.org/x/lint"`.
-
-Another scenario in which a module's canonical path may differ from its
-repository path occurs for Go modules at major version 2 or higher.
-A Go module with a major version above 1 must include a major-version suffix in its module path:
-for example, version `v2.0.0` must have the suffix `/v2`.
-However, `import` statements may have referred to the packages within the
-module _without_ that suffix.
-For example, non-module users of `github.com/russross/blackfriday/v2` at
-`v2.0.1` may have imported it as `github.com/russross/blackfriday` instead,
-and will need to update the import path to include the `/v2` suffix.
-
-## Conclusion
-
-Converting to Go modules should be a straightforward process for most users.
-Occasional issues may arise due to non-canonical import paths or breaking
-changes within a dependency.
-Future posts will explore [publishing new versions](/publishing-go-modules),
-v2 and beyond, and ways to debug strange situations.
-
-To provide feedback and help shape the future of dependency management in Go,
-please send us [bug reports](https://golang.org/issue/new) or [experience reports](https://golang.org/wiki/ExperienceReports).
-
-Thanks for all your feedback and help improving modules.
diff --git a/_content/module-compatibility.article b/_content/module-compatibility.article
deleted file mode 100644
index 1f0362d..0000000
--- a/_content/module-compatibility.article
+++ /dev/null
@@ -1,232 +0,0 @@
-# Keeping Your Modules Compatible
-7 Jul 2020
-Tags: tools, versioning
-Summary: How to keep your modules compatible with prior minor/patch versions.
-
-Jean de Klerk
-
-Jonathan Amsterdam
-
-## Introduction
-
-This post is part 5 in a series.
-
-- Part 1 — [Using Go Modules](/using-go-modules)
-- Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
-- Part 3 — [Publishing Go Modules](/publishing-go-modules)
-- Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
-- **Part 5 — Keeping Your Modules Compatible** (this post)
-
-**Note:** For documentation on developing modules, see
-[Developing and publishing modules](https://golang.org/doc/modules/developing).
-
-Your modules will evolve over time as you add new features, change behaviors, and reconsider parts of the module's public surface. As discussed in [Go Modules: v2 and Beyond](/v2-go-modules), breaking changes to a v1+ module must happen as part of a major version bump (or by adopting a new module path).
-
-However, releasing a new major version is hard on your users. They have to find the new version, learn a new API, and change their code. And some users may never update, meaning you have to maintain two versions for your code forever. So it is usually better to change your existing package in a compatible way.
-
-In this post, we'll explore some techniques for introducing non-breaking changes. The common theme is: add, don’t change or remove. We’ll also talk about how to design your API for compatibility from the outset.
-
-## Adding to a function
-
-Often, breaking changes come in the form of new arguments to a function. We’ll describe some ways to deal with this sort of change, but first let’s look at a technique that doesn’t work.
-
-When adding new arguments with sensible defaults, it’s tempting to add them as a variadic parameter. To extend the function
-
-```
-func Run(name string)
-```
-
-with an additional `size` argument which defaults to zero, one might propose
-
-```
-func Run(name string, size ...int)
-```
-
-on the grounds that all existing call sites will continue to work. While that is true, other uses of `Run` could break, like this one:
-
-```
-package mypkg
-var runner func(string) = yourpkg.Run
-```
-
-The original `Run` function works here because its type is `func(string)`, but the new `Run` function’s type is `func(string, ...int)`, so the assignment fails at compile time.
-
-This example illustrates that call compatibility is not enough for backward compatibility. There is, in fact, no backward-compatible change you can make to a function’s signature.
-
-Instead of changing a function’s signature, add a new function. As an example, after the `context` package was introduced, it became common practice to pass a `context.Context` as the first argument to a function. However, stable APIs could not change an exported function to accept a `context.Context` because it would break all uses of that function.
-
-Instead, new functions were added. For example, the `database/sql` package's `Query` method’s signature was (and still is)
-
-```
-func (db *DB) Query(query string, args ...interface{}) (*Rows, error)
-```
-
-When the `context` package was created, the Go team added a new method to `database/sql`:
-
-```
-func (db *DB) QueryContext(ctx context.Context, query string, args ...interface{}) (*Rows, error)
-```
-
-To avoid copying code, the old method calls the new one:
-
-```
-func (db *DB) Query(query string, args ...interface{}) (*Rows, error) {
-    return db.QueryContext(context.Background(), query, args...)
-}
-```
-
-Adding a method allows users to migrate to the new API at their own pace. Since the methods read similarly and sort together, and `Context` is in the name of the new method, this extension of the `database/sql` API did not degrade readability or comprehension of the package.
-
-If you anticipate that a function may need more arguments in the future, you can plan ahead by making optional arguments a part of the function’s signature. The simplest way to do that is to add a single struct argument, as the [crypto/tls.Dial](https://pkg.go.dev/crypto/tls?tab=doc#Dial) function does:
-
-```
-func Dial(network, addr string, config *Config) (*Conn, error)
-```
-
-The TLS handshake conducted by `Dial` requires a network and address, but it has many other parameters with reasonable defaults. Passing a `nil` for `config` uses those defaults; passing a `Config` struct with some fields set will override the defaults for those fields. In the future, adding a new TLS configuration parameter only requires a new field on the `Config` struct, a change that is backward-compatible (almost always—see "Maintaining struct compatibility" below).
-
-Sometimes the techniques of adding a new function and adding options can be combined by making the options struct a method receiver. Consider the evolution of the `net` package’s ability to listen at a network address. Prior to Go 1.11, the `net` package provided only a `Listen` function with the signature
-
-```
-func Listen(network, address string) (Listener, error)
-```
-
-For Go 1.11, two features were added to `net` listening: passing a context, and allowing the caller to provide a “control function” to adjust the raw connection after creation but before binding. The result could have been a new function that took a context, network, address and control function. Instead, the package authors added a  [`ListenConfig`](https://pkg.go.dev/net@go1.11?tab=doc#ListenConfig) struct in anticipation that more options might be needed someday. And rather than define a new top-level function with a cumbersome name, they added a `Listen` method to `ListenConfig`:
-
-```
-type ListenConfig struct {
-    Control func(network, address string, c syscall.RawConn) error
-}
-
-func (*ListenConfig) Listen(ctx context.Context, network, address string) (Listener, error)
-```
-
-Another way to provide new options in the future is the “Option types” pattern, where options are passed as variadic arguments, and each option is a function that changes the state of the value being constructed. They are described in more detail by Rob Pike's post [Self-referential functions and the design of options](https://commandcenter.blogspot.com/2014/01/self-referential-functions-and-design.html). One widely used example is [google.golang.org/grpc](https://pkg.go.dev/google.golang.org/grpc?tab=doc)'s [DialOption](https://pkg.go.dev/google.golang.org/grpc?tab=doc#DialOption).
-
-Option types fulfill the same role as struct options in function arguments: they are an extensible way to pass behavior-modifying configuration. Deciding which to choose is largely a matter of style. Consider this simple usage of gRPC's `DialOption` option type:
-
-```
-grpc.Dial("some-target",
-  grpc.WithAuthority("some-authority"),
-  grpc.WithMaxDelay(time.Second),
-  grpc.WithBlock())
-```
-
-This could also have been implemented as a struct option:
-
-```
-notgrpc.Dial("some-target", &notgrpc.Options{
-  Authority: "some-authority",
-  MaxDelay:  time.Second,
-  Block:     true,
-})
-```
-
-Functional options have some downsides: they require writing the package name before the option for each call; they increase the size of the package namespace; and it's unclear what the behavior should be if the same option is provided twice. On the other hand, functions which take option structs require a parameter which might almost always be `nil`, which some find unattractive. And when a type’s zero value has a valid meaning, it is clumsy to specify that the option should have its default value, typically requiring a pointer or an additional boolean field.
-
-Either one is a reasonable choice for ensuring future extensibility of your module's public API.
-
-## Working with interfaces
-
-Sometimes, new features require changes to publicly-exposed interfaces: for example, an interface needs to be extended with new methods. Directly adding to an interface is a breaking change, though—how, then, can we support new methods on a publicly-exposed interface?
-
-The basic idea is to define a new interface with the new method, and then wherever the old interface is used, dynamically check whether the provided type is the older type or the newer type.
-
-Let's illustrate this with an example from the [`archive/tar`](https://pkg.go.dev/archive/tar?tab=doc) package. [`tar.NewReader`](https://pkg.go.dev/archive/tar?tab=doc#NewReader) accepts an `io.Reader`, but over time the Go team realized that it would be more efficient to skip from one file header to the next if you could call [`Seek`](https://pkg.go.dev/io?tab=doc#Seeker). But, they could not add a `Seek` method to `io.Reader`: that would break all implementers of `io.Reader`.
-
-Another ruled-out option was to change `tar.NewReader` to accept [`io.ReadSeeker`](https://pkg.go.dev/io?tab=doc#ReadSeeker) rather than `io.Reader`, since it supports both `io.Reader` methods and `Seek` (by way of `io.Seeker`). But, as we saw above, changing a function signature is also a breaking change.
-
-So, they decided to keep `tar.NewReader` signature unchanged, but type check for (and support) `io.Seeker` in `tar.Reader` methods:
-
-```
-package tar
-
-type Reader struct {
-  r io.Reader
-}
-
-func NewReader(r io.Reader) *Reader {
-  return &Reader{r: r}
-}
-
-func (r *Reader) Read(b []byte) (int, error) {
-  if rs, ok := r.r.(io.Seeker); ok {
-    // Use more efficient rs.Seek.
-  }
-  // Use less efficient r.r.Read.
-}
-```
-
-(See [reader.go](https://github.com/golang/go/blob/60f78765022a59725121d3b800268adffe78bde3/src/archive/tar/reader.go#L837) for the actual code.)
-
-When you run into a case where you want to add a method to an existing interface, you may be able to follow this strategy. Start by creating a new interface with your new method, or identify an existing interface with the new method. Next, identify the relevant functions that need to support it, type check for the second interface, and add code that uses it.
-
-This strategy only works when the old interface without the new method can still be supported, limiting the future extensibility of your module.
-
-Where possible, it is better to avoid this class of problem entirely. When designing constructors, for example, prefer to return concrete types. Working with concrete types allows you to add methods in the future without breaking users, unlike interfaces. That property allows your module to be extended more easily in the future.
-
-Tip: if you do need to use an interface but don't intend for users to implement it, you can add an unexported method. This prevents types defined outside your package from satisfying your interface without embedding, freeing you to add methods later without breaking user implementations. For example, see [`testing.TB`'s `private()` function](https://github.com/golang/go/blob/83b181c68bf332ac7948f145f33d128377a09c42/src/testing/testing.go#L564-L567).
-
-```
-// TB is the interface common to T and B.
-type TB interface {
-	Error(args ...interface{})
-	Errorf(format string, args ...interface{})
-	// ...
-
-	// A private method to prevent users implementing the
-	// interface and so future additions to it will not
-	// violate Go 1 compatibility.
-	private()
-}
-```
-
-This topic is also explored in more detail in Jonathan Amsterdam's "Detecting Incompatible API Changes" talk ([video](https://www.youtube.com/watch?v=JhdL5AkH-AQ), [slides](https://github.com/gophercon/2019-talks/blob/master/JonathanAmsterdam-DetectingIncompatibleAPIChanges/slides.pdf)).
-
-## Add configuration methods
-
-So far we've talked about overt breaking changes, where changing a type or a function would cause users' code to stop compiling. However, behavior changes can also break users, even if user code continues to compile. For example, many users expect [`json.Decoder`](https://pkg.go.dev/encoding/json?tab=doc#Decoder) to ignore fields in the JSON that are not in the argument struct. When the Go team wanted to return an error in that case, they had to be careful. Doing so without an opt-in mechanism would mean that the many users relying on those methods might start receiving errors where they hadn’t before.
-
-So, rather than changing the behavior for all users, they added a configuration method to the `Decoder` struct: [`Decoder.DisallowUnknownFields`](https://pkg.go.dev/encoding/json?tab=doc#Decoder.DisallowUnknownFields). Calling this method opts a user in to the new behavior, but not doing so preserves the old behavior for existing users.
-
-## Maintaining struct compatibility
-
-We saw above that any change to a function’s signature is a breaking change. The situation is much better with structs. If you have an exported struct type, you can almost always add a field or remove an unexported field without breaking compatibility. When adding a field, make sure that its zero value is meaningful and preserves the old behavior, so that existing code that doesn’t set the field continues to work.
-
-Recall that the authors of the `net` package added `ListenConfig` in Go 1.11 because they thought more options might be forthcoming. Turns out they were right. In Go 1.13, the [`KeepAlive` field](https://pkg.go.dev/net@go1.13?tab=doc#ListenConfig) was added to allow for disabling keep-alive or changing its period. The default value of zero preserves the original behavior of enabling keep-alive with a default period.
-
-There is one subtle way a new field can break user code unexpectedly. If all the field types in a struct are comparable—meaning values of those types can be compared with `==` and `!=` and used as a map key—then the overall struct type is comparable too. In this case, adding a new field of uncomparable type will make the overall struct type non-comparable, breaking any code that compares values of that struct type.
-
-To keep a struct comparable, don’t add non-comparable fields to it. You can write a test for that, or rely on the upcoming [gorelease](https://pkg.go.dev/golang.org/x/exp/cmd/gorelease?tab=doc) tool to catch it.
-
-To prevent comparison in the first place, make sure the struct has a non-comparable field. It may have one already—no slice, map or function type is comparable—but if not, one can be added like so:
-
-```
-type Point struct {
-        _ [0]func()
-        X int
-        Y int
-}
-```
-
-The `func()` type is not comparable, and the zero-length array takes up no space. We can define a type to clarify our intent:
-
-```
-type doNotCompare [0]func()
-
-type Point struct {
-        doNotCompare
-        X int
-        Y int
-}
-```
-
-Should you use `doNotCompare` in your structs? If you’ve defined the struct to be used as a pointer—that is, it has pointer methods and perhaps a `NewXXX` constructor function that returns a pointer—then adding a `doNotCompare` field is probably overkill. Users of a pointer type understand that each value of the type is distinct: that if they want to compare two values, they should compare the pointers.
-
-If you are defining a struct intended to be used as a value directly, like our `Point` example, then quite often you want it to be comparable. In the uncommon case that you have a value struct that you don’t want compared, then adding a `doNotCompare` field will give you the freedom to change the struct later without having to worry about breaking comparisons. On the downside, the type won’t be usable as a map key.
-
-## Conclusion
-
-When planning an API from scratch, consider carefully how extensible the API will be to new changes in the future. And when you do need to add new features, remember the rule: add, don't change or remove, keeping in mind the exceptions—interfaces, function arguments, and return values can't be added in backwards-compatible ways.
-
-If you need to dramatically change an API, or if an API begins to lose its focus as more features are added, then it may be time for a new major version. But most of the time, making a backwards-compatible change is easy and avoids causing pain for your users.
diff --git a/_content/module-mirror-launch.article b/_content/module-mirror-launch.article
deleted file mode 100644
index f1cf3dd..0000000
--- a/_content/module-mirror-launch.article
+++ /dev/null
@@ -1,142 +0,0 @@
-# Module Mirror and Checksum Database Launched
-29 Aug 2019
-Tags: tools, versioning
-Summary: The Go module mirror and checksum database provide faster, verified downloads of your Go dependencies.
-
-Katie Hockman
-
-##
-
-We are excited to share that our module [mirror](https://proxy.golang.org),
-[index](https://index.golang.org), and
-[checksum database](https://sum.golang.org) are now production ready! The `go` command
-will use the module mirror and checksum database by default for
-[Go 1.13 module users](https://golang.org/doc/go1.13#introduction).  See
-[proxy.golang.org/privacy](https://proxy.golang.org/privacy) for privacy
-information about these services and the
-[go command documentation](https://golang.org/cmd/go/#hdr-Module_downloading_and_verification)
-for configuration details, including how to disable the use of these servers or
-use different ones.  If you depend on non-public modules, see the
-[documentation for configuring your environment](https://golang.org/cmd/go/#hdr-Module_configuration_for_non_public_modules).
-
-This post will describe these services and the benefits of using them, and
-summarizes some of the points from the
-[Go Module Proxy: Life of a Query](https://youtu.be/KqTySYYhPUE) talk at Gophercon 2019.
-See the [recording](https://youtu.be/KqTySYYhPUE) if you are interested in the full talk.
-
-## Module Mirror
-
-[Modules](https://blog.golang.org/versioning-proposal) are sets of Go packages
-that are versioned together, and the contents of each version are immutable.
-That immutability provides new opportunities for caching and authentication.
-When `go get` runs in module mode, it must fetch the module containing the
-requested packages, as well as any new dependencies introduced by that module,
-updating your
-[go.mod](https://golang.org/cmd/go/#hdr-The_go_mod_file) and
-[go.sum](https://golang.org/cmd/go/#hdr-Module_downloading_and_verification)
-files as needed. Fetching modules from version control can be expensive in terms
-of latency and storage in your system: the `go` command may be forced to pull down
-the full commit history of a repository containing a transitive dependency, even
-one that isn’t being built, just to resolve its version.
-
-The solution is to use a module proxy, which speaks an API that is better suited
-to the `go` command’s needs (see `go help goproxy`). When `go get` runs in
-module mode with a proxy, it will work faster by only asking for the specific
-module metadata or source code it needs, and not worrying about the rest. Below is
-an example of how the `go` command may use a proxy with `go get` by requesting the list
-of versions, then the info, mod, and zip file for the latest tagged version.
-
-.image module-mirror-launch/proxy-protocol.png _ 800
-
-A module mirror is a special kind of module proxy that caches metadata and
-source code in its own storage system, allowing the mirror to continue to serve
-source code that is no longer available from the original locations. This can
-speed up downloads and protect you from disappearing dependencies. See
-[Go Modules in 2019](https://blog.golang.org/modules2019) for more information.
-
-The Go team maintains a module mirror, served at
-[proxy.golang.org](https://proxy.golang.org), which the `go` command will use by
-default for module users as of Go 1.13. If you are running an earlier version of the `go`
-command, then you can use this service by setting
-`GOPROXY=https://proxy.golang.org` in your local environment.
-
-## Checksum Database
-
-Modules introduced the `go.sum` file, which is a list of SHA-256 hashes of the
-source code and `go.mod` files of each dependency when it was first downloaded.
-The `go` command can use the hashes to detect misbehavior by an origin server or
-proxy that gives you different code for the same version.
-
-The limitation of this `go.sum` file is that it works entirely by trust on _your_
-first use. When you add a version of a dependency that you’ve never seen before
-to your module (possibly by upgrading an existing dependency), the `go` command
-fetches the code and adds lines to the `go.sum` file on the fly. The problem is
-that those `go.sum` lines aren’t being checked against anyone else’s: they might
-be different from the `go.sum` lines that the `go` command just generated for
-someone else, perhaps because a proxy intentionally served malicious code
-targeted to you.
-
-Go's solution is a global source of `go.sum` lines, called a
-[checksum database](https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#checksum-database),
-which ensures that the `go` command always adds the same lines to everyone's
-`go.sum` file. Whenever the `go` command receives new source code, it can verify the
-hash of that code against this global database to make sure the hashes match,
-ensuring that everyone is using the same code for a given version.
-
-The checksum database is served by [sum.golang.org](https://sum.golang.org), and
-is built on a [Transparent Log](https://research.swtch.com/tlog) (or “Merkle
-tree”) of hashes backed by [Trillian](https://github.com/google/trillian). The
-main advantage of a Merkle tree is that it is tamper proof and has properties
-that don’t allow for misbehavior to go undetected, which makes it more
-trustworthy than a simple database. The `go` command uses this tree to check
-“inclusion” proofs (that a specific record exists in the log) and “consistency”
-proofs (that the tree hasn’t been tampered with) before adding new `go.sum` lines
-to your module’s `go.sum` file. Below is an example of such a tree.
-
-.image module-mirror-launch/tree.png _ 800
-
-The checksum database supports
-[a set of endpoints](https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#checksum-database)
-used by the `go` command to request and verify `go.sum` lines. The `/lookup`
-endpoint provides a “signed tree head” (STH) and the requested `go.sum` lines. The
-`/tile` endpoint provides chunks of the tree called _tiles_ which the `go` command
-can use for proofs. Below is an example of how the `go` command may
-interact with the checksum database by doing a `/lookup` of a module version, then
-requesting the tiles required for the proofs.
-
-.image module-mirror-launch/sumdb-protocol.png _ 800
-
-This checksum database allows the `go` command to safely use an otherwise
-untrusted proxy. Because there is an auditable security layer sitting on top of
-it, a proxy or origin server can’t intentionally, arbitrarily, or accidentally
-start giving you the wrong code without getting caught. Even the author of a
-module can’t move their tags around or otherwise change the bits associated with
-a specific version from one day to the next without the change being detected.
-
-If you are using Go 1.12 or earlier, you can manually check a `go.sum` file
-against the checksum database with
-[gosumcheck](https://godoc.org/golang.org/x/mod/gosumcheck):
-
-	$ go get golang.org/x/mod/gosumcheck
-	$ gosumcheck /path/to/go.sum
-
-In addition to verification done by the `go` command, third-party
-auditors can hold the checksum database accountable by iterating over the log
-looking for bad entries. They can work together and gossip about the state of
-the tree as it grows to ensure that it remains uncompromised, and we hope that
-the Go community will run them.
-
-## Module Index
-
-The module index is served by [index.golang.org](https://index.golang.org), and
-is a public feed of new module versions that become available through
-[proxy.golang.org](https://proxy.golang.org). This is particularly useful for
-tool developers that want to keep their own cache of what’s available in
-[proxy.golang.org](https://proxy.golang.org), or keep up-to-date on some of the
-newest modules that people are using.
-
-## Feedback or bugs
-
-We hope these services improve your experience with modules, and encourage you
-to [file issues](https://github.com/golang/go/issues/new?title=proxy.golang.org) if you run into
-problems or have feedback!
diff --git a/_content/module-mirror-launch/proxy-protocol.png b/_content/module-mirror-launch/proxy-protocol.png
deleted file mode 100644
index 71911f3..0000000
--- a/_content/module-mirror-launch/proxy-protocol.png
+++ /dev/null
Binary files differ
diff --git a/_content/module-mirror-launch/sumdb-protocol.png b/_content/module-mirror-launch/sumdb-protocol.png
deleted file mode 100644
index 4b90403..0000000
--- a/_content/module-mirror-launch/sumdb-protocol.png
+++ /dev/null
Binary files differ
diff --git a/_content/module-mirror-launch/tree.png b/_content/module-mirror-launch/tree.png
deleted file mode 100644
index e8f9a56..0000000
--- a/_content/module-mirror-launch/tree.png
+++ /dev/null
Binary files differ
diff --git a/_content/modules2019.article b/_content/modules2019.article
deleted file mode 100644
index f077037..0000000
--- a/_content/modules2019.article
+++ /dev/null
@@ -1,239 +0,0 @@
-# Go Modules in 2019
-19 Dec 2018
-Tags: tools, versioning
-Summary: What the Go team is planning for Go modules in 2019.
-
-Russ Cox
-
-## What a year!
-
-2018 was a great year for the Go ecosystem, with
-package management as one of our major focuses.
-In February, we started a community-wide discussion about how to integrate
-package management directly into the Go toolchain,
-and in August we delivered the first rough implementation of that feature,
-called Go modules, in Go 1.11.
-The migration to Go modules will be the most far-reaching change
-for the Go ecosystem since Go 1.
-Converting the entire ecosystem—code, users, tools, and so on—from
-GOPATH to modules will require work in many different areas.
-The module system will in turn help us deliver
-better authentication and build speeds to the Go ecosystem.
-
-This post is a preview of what the Go team is planning
-relating to modules in 2019.
-
-## Releases
-
-Go 1.11, released in August 2018, introduced [preliminary support for modules](https://golang.org/doc/go1.11#modules).
-For now, module support is maintained alongside the
-traditional GOPATH-based mechanisms.
-The `go` command defaults to module mode when run
-in directory trees outside GOPATH/src and
-marked by `go.mod` files in their roots.
-This setting can be overridden by setting the transitional
-environment variable `$GO111MODULE` to `on` or `off`;
-the default behavior is `auto` mode.
-We’ve already seen significant adoption of modules across the Go community,
-along with many helpful suggestions and bug reports
-to help us improve modules.
-
-Go 1.12, scheduled for February 2019, will refine module support
-but still leave it in `auto` mode by default.
-In addition to many bug fixes and other minor improvements,
-perhaps the most significant change in Go 1.12
-is that commands like `go` `run` `x.go`
-or `go` `get` `rsc.io/2fa@v1.1.0`
-can now operate in `GO111MODULE=on` mode without an explicit `go.mod` file.
-
-Our aim is for Go 1.13, scheduled for August 2019, to enable module mode by
-default (that is, to change the default from `auto` to `on`)
-and deprecate GOPATH mode.
-In order to do that, we’ve been working on better tooling support
-along with better support for the open-source module ecosystem.
-
-## Tooling & IDE Integration
-
-In the eight years that we’ve had GOPATH,
-an incredible amount of tooling has been created
-that assumes Go source code is stored in GOPATH.
-Moving to modules requires updating all code that makes
-that assumption.
-We’ve designed a new package,
-[golang.org/x/tools/go/packages](https://godoc.org/golang.org/x/tools/go/packages),
-that abstracts the operation of finding and loading information
-about the Go source code for a given target.
-This new package adapts automatically to both
-GOPATH and modules mode and is also extensible
-to tool-specific code layouts, such as the one
-used by Bazel.
-We’ve been working with tool authors throughout the Go community
-to help them adopt golang.org/x/tools/go/packages in their tools.
-
-As part of this effort, we’ve also been working to
-unify the various source code querying tools
-like gocode, godef, and go-outline
-into a single tool that can be used from the
-command line and also supports
-the [language server protocol](https://langserver.org/)
-used by modern IDEs.
-
-The transition to modules and the changes in package loading
-also prompted a significant change to Go program analysis.
-As part of reworking `go` `vet` to support modules,
-we introduced a generalized framework for incremental
-analysis of Go programs,
-in which an analyzer is invoked for one package at a time.
-In this framework, the analysis of one package can write out facts
-made available to analyses of other packages that import the first.
-For example, `go` `vet`’s analysis of the [log package](https://golang.org/pkg/log/)
-determines and records the fact that `log.Printf` is a `fmt.Printf` wrapper.
-Then `go` `vet` can check printf-style format strings in other packages
-that call `log.Printf`.
-This framework should enable many new, sophisticated
-program analysis tools to help developers find bugs earlier
-and understand code better.
-
-## Module Index
-
-One of the most important parts of the original design for `go` `get`
-was that it was _decentralized_:
-we believed then—and we still believe today—that
-anyone should be able to publish their code on any server,
-in contrast to central registries
-such as Perl’s CPAN, Java’s Maven, or Node’s NPM.
-Placing domain names at the start of the `go` `get` import space
-reused an existing decentralized system
-and avoided needing to solve anew the problems of
-deciding who can use which names.
-It also allowed companies to import code on private servers
-alongside code from public servers.
-It is critical to preserve this decentralization as we shift to Go modules.
-
-Decentralization of Go’s dependencies has had many benefits,
-but it also brought a few significant drawbacks.
-The first is that it’s too hard to find all the publicly-available Go packages.
-Every site that wants to deliver information about
-packages has
-to do its own crawling, or else wait until a user asks
-about a particular package before fetching it.
-
-We are working on a new service, the Go Module Index,
-that will provide a public log of packages entering the Go ecosystem.
-Sites like godoc.org and goreportcard.com will be able to watch this log
-for new entries instead of each independently implementing code
-to find new packages.
-We also want the service to allow looking up packages
-using simple queries, to allow `goimports` to add
-imports for packages that have not yet been downloaded to the local system.
-
-## Module Authentication
-
-Today, `go` `get` relies on connection-level authentication (HTTPS or SSH)
-to check that it is talking to the right server to download code.
-There is no additional check of the code itself,
-leaving open the possibility of man-in-the-middle attacks
-if the HTTPS or SSH mechanisms are compromised in some way.
-Decentralization means that the code for a build is fetched
-from many different servers, which means the build depends on
-many systems to serve correct code.
-
-The Go modules design improves code authentication by storing
-a `go.sum` file in each module;
-that file lists the cryptographic hash
-of the expected file tree for each of the module’s dependencies.
-When using modules, the `go` command uses `go.sum` to verify
-that dependencies are bit-for-bit identical to the expected versions
-before using them in a build.
-But the `go.sum` file only lists hashes for the specific dependencies
-used by that module.
-If you are adding a new dependency
-or updating dependencies with `go` `get` `-u`,
-there is no corresponding entry in `go.sum` and therefore
-no direct authentication of the downloaded bits.
-
-For publicly-available modules, we intend to run a service we call a _notary_
-that follows the module index log,
-downloads new modules,
-and cryptographically signs statements of the form
-“module M at version V has file tree hash H.”
-The notary service will publish all these notarized hashes
-in a queryable, [Certificate Transparency](https://www.certificate-transparency.org/)-style
-[tamper-proof log](http://static.usenix.org/event/sec09/tech/full_papers/crosby.pdf),
-so that anyone can verify that the notary is behaving correctly.
-This log will serve as a public, global `go.sum` file
-that `go` `get` can use to authenticate modules
-when adding or updating dependencies.
-
-We are aiming to have the `go` command check notarized hashes
-for publicly-available modules not already in `go.sum`
-starting in Go 1.13.
-
-## Module Mirrors
-
-Because the decentralized `go` `get` fetches code from multiple origin servers,
-fetching code is only as fast and reliable as the slowest,
-least reliable server.
-The only defense available before modules was to vendor
-dependencies into your own repositories.
-While vendoring will continue to be supported,
-we’d prefer a solution that works for all modules—not just the ones you’re already using—and
-that does not require duplicating a dependency into every
-repository that uses it.
-
-The Go module design introduces the idea of a module proxy,
-which is a server that the `go` command asks for modules,
-instead of the origin servers.
-One important kind of proxy is a _module mirror_,
-which answers requests for modules by fetching them
-from origin servers and then caching them for use in
-future requests.
-A well-run mirror should be fast and reliable
-even when some origin servers have gone down.
-We are planning to launch a mirror service for publicly-available modules in 2019.
-Other projects, like GoCenter and Athens, are planning mirror services too.
-(We anticipate that companies will have multiple options for running
-their own internal mirrors as well, but this post is focusing on public mirrors.)
-
-One potential problem with mirrors is that they are
-precisely man-in-the-middle servers,
-making them a natural target for attacks.
-Go developers need some assurance that the mirrors
-are providing the same bits that the origin servers would.
-The notary process we described in the previous section
-addresses exactly this concern, and it
-will apply to downloads using mirrors
-as well as downloads using origin servers.
-The mirrors themselves need not be trusted.
-
-We are aiming to have the Google-run module mirror
-ready to be used by default in the `go` command starting in Go 1.13.
-Using an alternate mirror, or no mirror at all, will be trivial
-to configure.
-
-## Module Discovery
-
-Finally, we mentioned earlier that the module index will make it easier to
-build sites like godoc.org.
-Part of our work in 2019 will be a major revamp of godoc.org
-to make it more useful for developers who need to
-discover available modules
-and then decide whether to rely on a given module or not.
-
-## Big Picture
-
-This diagram shows how module source code
-moves through the design in this post.
-
-.image modules2019/code.png _ 374
-
-Before, all consumers of Go source code—the `go` command
-and any sites like godoc.org—fetched code directly from each code host.
-Now they can fetch cached code from a fast, reliable mirror,
-while still authenticating that the downloaded bits are correct.
-And the index service makes it easy for mirrors, godoc.org,
-and any other similar sites to keep up with all the great new
-code being added to the Go ecosystem every day.
-
-We’re excited about the future of Go modules in 2019,
-and we hope you are too. Happy New Year!
diff --git a/_content/modules2019/code.graffle b/_content/modules2019/code.graffle
deleted file mode 100644
index b833142..0000000
--- a/_content/modules2019/code.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/modules2019/code.png b/_content/modules2019/code.png
deleted file mode 100644
index 05d2088..0000000
--- a/_content/modules2019/code.png
+++ /dev/null
Binary files differ
diff --git a/_content/new-talk-and-tutorials.article b/_content/new-talk-and-tutorials.article
deleted file mode 100644
index 4df0c47..0000000
--- a/_content/new-talk-and-tutorials.article
+++ /dev/null
@@ -1,26 +0,0 @@
-# New Talk and Tutorials
-5 May 2010
-Summary: More materials for learning about Go: one talk, one codelab, and one screencast.
-
-Andrew Gerrand
-
-##
-
-Rob Pike recently gave a talk at Stanford's [Computer Systems Colloquium](http://www.stanford.edu/class/ee380/) (EE380).
-Titled [_Another Go at Language Design_](http://www.stanford.edu/class/ee380/Abstracts/100428.html),
-the presentation gives an overview of the itches Go was built to scratch,
-and how Go addresses those problems.
-You can view [a video stream of the talk](https://www.youtube.com/watch?v=7VcArS4Wpqk),
-and [download the slides](http://www.stanford.edu/class/ee380/Abstracts/100428-pike-stanford.pdf).
-
-Last week's release included a code lab, [Writing Web Applications](https://golang.org/doc/codelab/wiki/),
-that details the construction of a simple wiki program.
-It is a practical introduction to some fundamental Go concepts,
-and the first of a series of Go code labs.
-
-Lastly, we are often asked "How do Go packages work?" It's easier to show than to explain,
-so I put together a [Go Packages screen cast](http://www.youtube.com/watch?v=jDWBJOXs_iI)
-that demonstrates the process of writing,
-building, installing, and redistributing Go packages.
-I hope to post more of these covering a variety of Go programming topics
-to the [gocoding YouTube channel](http://youtube.com/gocoding) in the near future.
diff --git a/_content/normalization.article b/_content/normalization.article
deleted file mode 100644
index e984148..0000000
--- a/_content/normalization.article
+++ /dev/null
@@ -1,283 +0,0 @@
-# Text normalization in Go
-26 Nov 2013
-Tags: strings, bytes, runes, characters
-Summary: How and why to normalize UTF-8 text in Go.
-
-Marcel van Lohuizen
-
-## Introduction
-
-An earlier [post](https://blog.golang.org/strings) talked about strings, bytes
-and characters in Go. I've been working on various packages for multilingual
-text processing for the go.text repository. Several of these packages deserve a
-separate blog post, but today I want to focus on
-[go.text/unicode/norm](https://godoc.org/code.google.com/p/go.text/unicode/norm),
-which handles normalization, a topic touched in the
-[strings article](https://blog.golang.org/strings) and the subject of this
-post. Normalization works at a higher level of abstraction than raw bytes.
-
-To learn pretty much everything you ever wanted to know about normalization
-(and then some), [Annex 15 of the Unicode Standard](http://unicode.org/reports/tr15/)
-is a good read. A more approachable article is the corresponding
-[Wikipedia page](http://en.wikipedia.org/wiki/Unicode_equivalence). Here we
-focus on how normalization relates to Go.
-
-## What is normalization?
-
-There are often several ways to represent the same string. For example, an é
-(e-acute) can be represented in a string as a single rune ("\u00e9") or an 'e'
-followed by an acute accent ("e\u0301"). According to the Unicode standard,
-these two are "canonically equivalent" and should be treated as equal.
-
-Using a byte-to-byte comparison to determine equality would clearly not give
-the right result for these two strings. Unicode defines a set of normal forms
-such that if two strings are canonically equivalent and are normalized to the
-same normal form, their byte representations are the same.
-
-Unicode also defines a "compatibility equivalence" to equate characters that
-represent the same characters, but may have a different visual appearance. For
-example, the superscript digit '⁹' and the regular digit '9' are equivalent in
-this form.
-
-For each of these two equivalence forms, Unicode defines a composing and
-decomposing form. The former replaces runes that can combine into a single rune
-with this single rune. The latter breaks runes apart into their components.
-This table shows the names, all starting with NF, by which the Unicode
-Consortium identifies these forms:
-
-.html normalization/table1.html
-
-## Go's approach to normalization
-
-As mentioned in the strings blog post, Go does not guarantee that characters in
-a string are normalized. However, the go.text packages can compensate. For
-example, the
-[collate](https://godoc.org/code.google.com/p/go.text/collate) package, which
-can sort strings in a language-specific way, works correctly even with
-unnormalized strings. The packages in go.text do not always require normalized
-input, but in general normalization may be necessary for consistent results.
-
-Normalization isn't free but it is fast, particularly for collation and
-searching or if a string is either in NFD or in NFC and can be converted to NFD
-by decomposing without reordering its bytes. In practice,
-[99.98%](http://www.macchiato.com/unicode/nfc-faq#TOC-How-much-text-is-already-NFC-) of
-the web's HTML page content is in NFC form (not counting markup, in which case
-it would be more). By far most NFC can be decomposed to NFD without the need
-for reordering (which requires allocation). Also, it is efficient to detect
-when reordering is necessary, so we can save time by doing it only for the rare
-segments that need it.
-
-To make things even better, the collation package typically does not use the
-norm package directly, but instead uses the norm package to interleave
-normalization information with its own tables. Interleaving the two problems
-allows for reordering and normalization on the fly with almost no impact on
-performance. The cost of on-the-fly normalization is compensated by not having
-to normalize text beforehand and ensuring that the normal form is maintained
-upon edits. The latter can be tricky. For instance, the result of concatenating
-two NFC-normalized strings is not guaranteed to be in NFC.
-
-Of course, we can also avoid the overhead outright if we know in advance that a
-string is already normalized, which is often the case.
-
-## Why bother?
-
-After all this discussion about avoiding normalization, you might ask why it's
-worth worrying about at all. The reason is that there are cases where
-normalization is required and it is important to understand what those are, and
-in turn how to do it correctly.
-
-Before discussing those, we must first clarify the concept of 'character'.
-
-## What is a character?
-
-As was mentioned in the strings blog post, characters can span multiple runes.
-For example, an 'e' and '◌́' (acute "\u0301") can combine to form 'é' ("e\u0301"
-in NFD).  Together these two runes are one character. The definition of a
-character may vary depending on the application. For normalization we will
-define it as a sequence of runes that starts with a starter, a rune that does
-not modify or combine backwards with any other rune, followed by possibly empty
-sequence of non-starters, that is, runes that do (typically accents). The
-normalization algorithm processes one character at at time.
-
-Theoretically, there is no bound to the number of runes that can make up a
-Unicode character. In fact, there are no restrictions on the number of
-modifiers that can follow a character and a modifier may be repeated, or
-stacked. Ever seen an 'e' with three acutes? Here you go: 'é́́'. That is a
-perfectly valid 4-rune character according to the standard.
-
-As a consequence, even at the lowest level, text needs to be processed in
-increments of unbounded chunk sizes. This is especially awkward with a
-streaming approach to text processing, as used by Go's standard Reader and
-Writer interfaces, as that model potentially requires any intermediate buffers
-to have unbounded size as well. Also, a straightforward implementation of
-normalization will have a O(n²) running time.
-
-There are really no meaningful interpretations for such large sequences of
-modifiers for practical applications. Unicode defines a Stream-Safe Text
-format, which allows capping the number of modifiers (non-starters) to at most
-30, more than enough for any practical purpose. Subsequent modifiers will be
-placed after a freshly inserted Combining Grapheme Joiner (CGJ or U+034F). Go
-adopts this approach for all normalization algorithms. This decision gives up a
-little conformance but gains a little safety.
-
-## Writing in normal form
-
-Even if you don't need to normalize text within your Go code, you might still
-want to do so when communicating to the outside world. For example, normalizing
-to NFC might compact your text, making it cheaper to send down a wire. For some
-languages, like Korean, the savings can be substantial. Also, some external
-APIs might expect text in a certain normal form. Or you might just want to fit
-in and output your text as NFC like the rest of the world.
-
-To write your text as NFC, use the
-[unicode/norm](https://godoc.org/code.google.com/p/go.text/unicode/norm) package
-to wrap your `io.Writer` of choice:
-
-	wc := norm.NFC.Writer(w)
-	defer wc.Close()
-	// write as before...
-
-If you have a small string and want to do a quick conversion, you can use this
-simpler form:
-
-	norm.NFC.Bytes(b)
-
-Package norm provides various other methods for normalizing text.
-Pick the one that suits your needs best.
-
-## Catching look-alikes
-
-Can you tell the difference between 'K' ("\u004B") and 'K' (Kelvin sign
-"\u212A") or 'Ω' ("\u03a9") and 'Ω' (Ohm sign "\u2126")? It is easy to overlook
-the sometimes minute differences between variants of the same underlying
-character. It is generally a good idea to disallow such variants in identifiers
-or anything where deceiving users with such look-alikes can pose a security
-hazard.
-
-The compatibility normal forms, NFKC and NFKD, will map many visually nearly
-identical forms to a single value. Note that it will not do so when two symbols
-look alike, but are really from two different alphabets. For example the Latin
-'o', Greek 'ο', and Cyrillic 'о' are still different characters as defined by
-these forms.
-
-## Correct text modifications
-
-The norm package might also come to the rescue when one needs to modify text.
-Consider a case where you want to search and replace the word "cafe" with its
-plural form "cafes".  A code snippet could look like this.
-
-	s := "We went to eat at multiple cafe"
-	cafe := "cafe"
-	if p := strings.Index(s, cafe); p != -1 {
-		p += len(cafe)
-		s = s[:p] + "s" + s[p:]
-	}
-	fmt.Println(s)
-
-This prints "We went to eat at multiple cafes" as desired and expected. Now
-consider our text contains the French spelling "café" in NFD form:
-
-	s := "We went to eat at multiple cafe\u0301"
-
-Using the same code from above, the plural "s" would still be inserted after
-the 'e', but before the acute, resulting in  "We went to eat at multiple
-cafeś".  This behavior is undesirable.
-
-The problem is that the code does not respect the boundaries between multi-rune
-characters and inserts a rune in the middle of a character.  Using the norm
-package, we can rewrite this piece of code as follows:
-
-	s := "We went to eat at multiple cafe\u0301"
-	cafe := "cafe"
-	if p := strings.Index(s, cafe); p != -1 {
-		p += len(cafe)
-		if bp := norm.FirstBoundary(s[p:]); bp > 0 {
-			p += bp
-		}
-		s = s[:p] + "s" + s[p:]
-	}
-	fmt.Println(s)
-
-This may be a contrived example, but the gist should be clear. Be mindful of
-the fact that characters can span multiple runes. Generally these kinds of
-problems can be avoided by using search functionality that respects character
-boundaries (such as the planned go.text/search package.)
-
-## Iteration
-
-Another tool provided by the norm package that may help dealing with character
-boundaries is its iterator,
-[`norm.Iter`](https://godoc.org/code.google.com/p/go.text/unicode/norm#Iter).
-It iterates over characters one at a time in the normal form of choice.
-
-## Performing magic
-
-As mentioned earlier, most text is in NFC form, where base characters and
-modifiers are combined into a single rune whenever possible.  For the purpose
-of analyzing characters, it is often easier to handle runes after decomposition
-into their smallest components. This is where the NFD form comes in handy. For
-example, the following piece of code creates a `transform.Transformer` that
-decomposes text into its smallest parts, removes all accents, and then
-recomposes the text into NFC:
-
-	import (
-		"unicode"
-
-		"golang.org/x/text/transform"
-		"golang.org/x/text/unicode/norm"
-	)
-
-	isMn := func(r rune) bool {
-		return unicode.Is(unicode.Mn, r) // Mn: nonspacing marks
-	}
-	t := transform.Chain(norm.NFD, transform.RemoveFunc(isMn), norm.NFC)
-
-The resulting `Transformer` can be used to remove accents from an `io.Reader`
-of choice as follows:
-
-	r = transform.NewReader(r, t)
-	// read as before ...
-
-This will, for example, convert any mention of "cafés" in the text to "cafes",
-regardless of the normal form in which the original text was encoded.
-
-## Normalization info
-
-As mentioned earlier, some packages precompute normalizations into their tables
-to minimize the need for normalization at run time. The type `norm.Properties`
-provides access to the per-rune information needed by these packages, most
-notably the Canonical Combining Class and decomposition information. Read the
-[documentation](https://godoc.org/code.google.com/p/go.text/unicode/norm/#Properties)
-for this type if you want to dig deeper.
-
-## Performance
-
-To give an idea of the performance of normalization, we compare it against the
-performance of strings.ToLower. The sample in the first row is both lowercase
-and NFC and can in every case be returned as is. The second sample is neither
-and requires writing a new version.
-
-.html normalization/table2.html
-
-The column with the results for the iterator shows both the measurement with
-and without initialization of the iterator, which contain buffers that don't
-need to be reinitialized upon reuse.
-
-As you can see, detecting whether a string is normalized can be quite
-efficient. A lot of the cost of normalizing in the second row is for the
-initialization of buffers, the cost of which is amortized when one is
-processing larger strings. As it turns out, these buffers are rarely needed, so
-we may change the implementation at some point to speed up the common case for
-small strings even further.
-
-## Conclusion
-
-If you're dealing with text inside Go, you generally do not have to use the
-unicode/norm package to normalize your text. The package may still be useful
-for things like ensuring that strings are normalized before sending them out or
-to do advanced text manipulation.
-
-This article briefly mentioned the existence of other go.text packages as well
-as multilingual text processing and it may have raised more questions than it
-has given answers. The discussion of these topics, however, will have to wait
-until another day.
diff --git a/_content/normalization/table1.html b/_content/normalization/table1.html
deleted file mode 100644
index 824cbdf..0000000
--- a/_content/normalization/table1.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<style>
-	.padtable td, .padtable th { padding-right: 10px; }
-</style>
-<table class="codetable padtable">
-	<tr>
-		<th>&nbsp;</th>
-		<th>Composing</th>
-		<th>Decomposing</th>
-	</tr>
-	<tr>
-		<th>Canonical equivalence</th>
-		<td>NFC</td>
-		<td>NFD</td>
-	</tr>
-	<tr>
-		<th>Compatibility equivalence</th>
-		<td>NFKC</td>
-		<td>NFKD</td>
-	</tr>
-</table>
diff --git a/_content/normalization/table2.html b/_content/normalization/table2.html
deleted file mode 100644
index 2ecf294..0000000
--- a/_content/normalization/table2.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<table class="codetable padtable">
-	<tr>
-		<th>Input</th>
-		<th>ToLower</th>
-		<th>NFC Append</th>
-		<th>NFC Transform</th>
-		<th>NFC Iter</th>
-	</tr>
-	<tr>
-		<td>nörmalization</td>
-		<td>199 ns</td>
-		<td>137 ns</td>
-		<td>133 ns</td>
-		<td>251 ns (621 ns)</td>
-	</tr>
-	<tr>
-		<td>No\u0308rmalization</td>
-		<td>427 ns</td>
-		<td>836 ns</td>
-		<td>845 ns</td>
-		<td>573 ns (948 ns)</td>
-	</tr>
-</table>
diff --git a/_content/open-source.article b/_content/open-source.article
deleted file mode 100644
index 90c2596..0000000
--- a/_content/open-source.article
+++ /dev/null
@@ -1,1121 +0,0 @@
-# Go, Open Source, Community
-8 Jul 2015
-Tags: community
-Summary: Why is Go open source, and how can we strengthen our open-source community?
-
-Russ Cox
-
-## Welcome
-
-[This is the text of my opening keynote at Gophercon 2015.
-[The video is available here](https://www.youtube.com/watch?v=XvZOdpd_9tc).]
-
-Thank you all for traveling to Denver to be here,
-and thank you to everyone watching on video.
-If this is your first Gophercon, welcome.
-If you were here last year, welcome back.
-Thank you to the organizers
-for all the work it takes
-to make a conference like this happen.
-I am thrilled to be here and to be able to talk to all of you.
-
-I am the tech lead for the Go project
-and the Go team at Google.
-I share that role with Rob Pike.
-In that role, I spend a lot of time thinking about
-the overall Go open source project,
-in particular the way it runs,
-what it means to be open source,
-and the interaction between
-contributors inside and outside Google.
-Today I want to share with you
-how I see the Go project as a whole
-and then based on that explain
-how I see the Go open source project
-evolving.
-
-## Why Go?
-
-To get started,
-we have to go back to the beginning.
-Why did we start working on Go?
-
-Go is an attempt to make programmers more productive.
-We wanted to improve the software development process
-at Google,
-but the problems Google has
-are not unique to Google.
-
-There were two overarching goals.
-
-The first goal is to make a better language
-to meet the challenges of scalable concurrency.
-By scalable concurrency I mean
-software that deals with many concerns simultaneously,
-such as coordinating a thousand back end servers
-by sending network traffic back and forth.
-
-Today, that kind of software has a shorter name:
-we call it cloud software.
-It's fair to say that Go was designed for the cloud
-before clouds ran software.
-
-The larger goal is to make a better environment
-to meet the challenges of scalable software development,
-software worked on and used by many people,
-with limited coordination between them,
-and maintained for years.
-At Google we have thousands of engineers
-writing and sharing their code with each other,
-trying to get their work done,
-reusing the work of others as much as possible,
-and working in a code base with a history
-dating back over ten years.
-Engineers often work on or at least look at
-code originally written by someone else,
-or that they wrote years ago,
-which often amounts to the same thing.
-
-That situation inside Google
-has a lot in common with
-large scale, modern open source development
-as practiced on sites like GitHub.
-Because of this,
-Go is a great fit for open source projects,
-helping them accept and manage
-contributions from a large community
-over a long period of time.
-
-I believe much of Go's success is explained by the fact that
-Go is a great fit for cloud software,
-Go is a great fit for open source projects,
-and, serendipitously, both of those are
-growing in popularity and importance
-in the software industry.
-
-Other people have made similar observations.
-Here are two.
-Last year, on RedMonk.com, Donnie Berkholz
-wrote about
-“[Go as the emerging language of cloud infrastructure](http://redmonk.com/dberkholz/2014/03/18/go-the-emerging-language-of-cloud-infrastructure/),”
-observing that
-“[Go's] marquee projects ... are cloud-centric or otherwise
-made for dealing with distributed systems
-or transient environments.”
-
-This year, on Texlution.com, the author
-wrote an article titled
-“[Why Golang is doomed to succeed](https://texlution.com/post/why-go-is-doomed-to-succeed/),”
-pointing out that this focus on large-scale development
-was possibly even better suited to open source than
-to Google itself: “This open source fitness is why I think
-you are about to see more and more Go around ...”
-
-## The Go Balance
-
-How does Go accomplish those things?
-
-How does it make scalable concurrency
-and scalable software development easier?
-
-Most people answer this question by talking about
-channels and goroutines, and interfaces, and fast builds,
-and the go command, and good tool support.
-Those are all important parts of the answer,
-but I think there is a broader idea behind them.
-
-I think of that idea as Go's balance.
-There are competing concerns in any software design,
-and there is a very natural tendency to try to solve
-all the problems you foresee.
-In Go, we have explicitly tried not to solve everything.
-Instead, we've tried to do just enough that you can build
-your own custom solutions easily.
-
-The way I would summarize Go's chosen balance is this: **Do Less. Enable More.**
-
-Do less, but enable more.
-
-Go can't do everything.
-We shouldn't try.
-But if we work at it,
-Go can probably do
-a few things well.
-If we select those things carefully,
-we can lay a foundation
-on which developers can _easily_ build
-the solutions and tools they need,
-and ideally can interoperate with
-the solutions and tools built by others.
-
-### Examples
-
-Let me illustrate this with some examples.
-
-First, the size of the Go language itself.
-We worked hard to put in as few concepts as possible,
-to avoid the problem of mutually incomprehensible dialects
-forming in different parts of a large developer community.
-No idea went into Go until
-it had been simplified to its essence
-and then had clear benefits
-that justified the complexity being added.
-
-In general, if we have 100 things
-we want Go to do well,
-we can't make 100 separate changes.
-Instead, we try to research and understand
-the design space
-and then identify a few changes
-that work well together
-and that enable maybe 90 of those things.
-We're willing to sacrifice the remaining 10
-to avoid bloating the language,
-to avoid adding complexity
-only to address specific use cases
-that seem important today
-but might be gone tomorrow.
-
-Keeping the language small
-enables more important goals.
-Being small makes Go
-easier to learn,
-easier to understand,
-easier to implement,
-easier to reimplement,
-easier to debug,
-easier to adjust,
-and easier to evolve.
-Doing less enables more.
-
-I should point out that
-this means we say no
-to a lot of other people's ideas,
-but I assure you
-we've said no
-to even more of our own ideas.
-
-Next, channels and goroutines.
-How should we structure and coordinate
-concurrent and parallel computations?
-Mutexes and condition variables are very general
-but so low-level that they're difficult to use correctly.
-Parallel execution frameworks like OpenMP are so high-level
-that they can only be used to solve a narrow range of problems.
-Channels and goroutines sit between these two extremes.
-By themselves, they aren't a solution to much.
-But they are powerful enough to be easily arranged
-to enable solutions to many common problems
-in concurrent software.
-Doing less—really doing just enough—enables more.
-
-Next, types and interfaces.
-Having static types enables useful compile-time checking,
-something lacking in dynamically-typed languages
-like Python or Ruby.
-At the same time,
-Go's static typing avoids
-much of the repetition
-of traditional statically typed languages,
-making it feel more lightweight,
-more like the dynamically-typed languages.
-This was one of the first things people noticed,
-and many of Go's early adopters came from
-dynamically-typed languages.
-
-Go's interfaces are a key part of that.
-In particular,
-omitting the ``implements'' declarations
-of Java or other languages with static hierarchy
-makes interfaces lighter weight and more flexible.
-Not having that rigid hierarchy
-enables idioms such as test interfaces that describe
-existing, unrelated production implementations.
-Doing less enables more.
-
-Next, testing and benchmarking.
-Is there any shortage of testing
-and benchmarking frameworks in most languages?
-Is there any agreement between them?
-
-Go's testing package is not meant
-to address every possible facet of these topics.
-Instead, it is meant to provide
-the basic concepts necessary
-for most higher-level tooling.
-Packages have test cases that pass, fail, or are skipped.
-Packages have benchmarks that run and can be measured
-by various metrics.
-
-Doing less here is an attempt
-to reduce these concepts to their essence,
-to create a shared vocabulary
-so that richer tools can interoperate.
-That agreement enables higher-level testing software
-like Miki Tebeka's go2xunit converter,
-or the benchcmp and benchstat
-benchmark analysis tools.
-
-Because there _is_ agreement
-about the representation of the basic concepts,
-these higher-level tools work for all Go packages,
-not just ones that make the effort to opt in,
-and they interoperate with each other,
-in that using, say, go2xunit
-does not preclude also using benchstat,
-the way it would if these tools were, say,
-plugins for competing testing frameworks.
-Doing less enables more.
-
-Next, refactoring and program analysis.
-Because Go is for large code bases,
-we knew it would need to support automatic
-maintenance and updating of source code.
-We also knew that this topic was too large
-to build in directly.
-But we knew one thing that we had to do.
-In our experience attempting
-automated program changes in other settings,
-the most significant barrier we hit
-was actually writing the modified program out
-in a format that developers can accept.
-
-In other languages,
-it's common for different teams to use
-different formatting conventions.
-If an edit by a program uses the wrong convention,
-it either writes a section of the source file that looks nothing
-like the rest of the file, or it reformats the entire file,
-causing unnecessary and unwanted diffs.
-
-Go does not have this problem.
-We designed the language to make gofmt possible,
-we worked hard
-to make gofmt's formatting acceptable
-for all Go programs,
-and we made sure gofmt was there
-from day one of the original public release.
-Gofmt imposes such uniformity that
-automated changes blend into the rest of the file.
-You can't tell whether a particular change
-was made by a person or a computer.
-We didn't build explicit refactoring support.
-Establishing an agreed-upon formatting algorithm
-was enough of a shared base
-for independent tools to develop and to interoperate.
-Gofmt enabled gofix, goimports, eg, and other tools.
-I believe the work here is only just getting started.
-Even more can be done.
-
-Last, building and sharing software.
-In the run up to Go 1, we built goinstall,
-which became what we all know as "go get".
-That tool defined a standard zero-configuration way
-to resolve import paths on sites like github.com,
-and later a way to resolve paths on other sites
-by making HTTP requests.
-This agreed-upon resolution algorithm
-enabled other tools that work in terms of those paths,
-most notably Gary Burd's creation of godoc.org.
-In case you haven't used it,
-you go to godoc.org/the-import-path
-for any valid "go get" import path,
-and the web site will fetch the code
-and show you the documentation for it.
-A nice side effect of this has been that
-godoc.org serves as a rough master list
-of the Go packages publicly available.
-All we did was give import paths a clear meaning.
-Do less, enable more.
-
-You'll notice that many of these tooling examples
-are about establishing a shared convention.
-Sometimes people refer to this as Go being “opinionated,”
-but there's something deeper going on.
-Agreeing to the limitations
-of a shared convention
-is a way to enable
-a broad class of tools that interoperate,
-because they all speak the same base language.
-This is a very effective way
-to do less but enable more.
-Specifically, in many cases
-we can do the minimum required
-to establish a shared understanding
-of a particular concept, like remote imports,
-or the proper formatting of a source file,
-and thereby enable
-the creation of packages and tools
-that work together
-because they all agree
-about those core details.
-
-I'm going to return to that idea later.
-
-## Why is Go open source?
-
-But first, as I said earlier,
-I want to explain how I see
-the balance of Do Less and Enable More
-guiding our work
-on the broader
-Go open source project.
-To do that, I need to start with
-why Go is open source at all.
-
-Google pays me and others to work on Go, because,
-if Google's programmers are more productive,
-Google can build products faster,
-maintain them more easily,
-and so on.
-But why open source Go?
-Why should Google share this benefit with the world?
-
-Of course, many of us
-worked on open source projects before Go,
-and we naturally wanted Go
-to be part of that open source world.
-But our preferences are not a business justification.
-The business justification is that
-Go is open source
-because that's the only way
-that Go can succeed.
-We, the team that built Go within Google,
-knew this from day one.
-We knew that Go had to be made available
-to as many people as possible
-for it to succeed.
-
-Closed languages die.
-
-A language needs large, broad communities.
-
-A language needs lots of people writing lots of software,
-so that when you need a particular tool or library,
-there's a good chance it has already been written,
-by someone who knows the topic better than you,
-and who spent more time than you have to make it great.
-
-A language needs lots of people reporting bugs,
-so that problems are identified and fixed quickly.
-Because of the much larger user base,
-the Go compilers are much more robust and spec-compliant
-than the Plan 9 C compilers they're loosely based on ever were.
-
-A language needs lots of people using it
-for lots of different purposes,
-so that the language doesn't overfit to one use case
-and end up useless when the technology landscape changes.
-
-A language needs lots of people who want to learn it,
-so that there is a market for people to write books
-or teach courses,
-or run conferences like this one.
-
-None of this could have happened
-if Go had stayed within Google.
-Go would have suffocated inside Google,
-or inside any single company
-or closed environment.
-
-Fundamentally,
-Go must be open,
-and Go needs you.
-Go can't succeed without all of you,
-without all the people using Go
-for all different kinds of projects
-all over the world.
-
-In turn, the Go team at Google
-could never be large enough
-to support the entire Go community.
-To keep scaling,
-we
-need to enable all this ``more''
-while doing less.
-Open source is a huge part of that.
-
-## Go's open source
-
-What does open source mean?
-The minimum requirement is to open the source code,
-making it available under an open source license,
-and we've done that.
-
-But we also opened our development process:
-since announcing Go,
-we've done all our development in public,
-on public mailing lists open to all.
-We accept and review
-source code contributions from anyone.
-The process is the same
-whether you work for Google or not.
-We maintain our bug tracker in public,
-we discuss and develop proposals for changes in public,
-and we work toward releases in public.
-The public source tree is the authoritative copy.
-Changes happen there first.
-They are only brought into
-Google's internal source tree later.
-For Go, being open source means
-that this is a collective effort
-that extends beyond Google, open to all.
-
-Any open source project starts with a few people,
-often just one, but with Go it was three:
-Robert Griesemer, Rob Pike, and Ken Thompson.
-They had a vision of
-what they wanted Go to be,
-what they thought Go could do better
-than existing languages, and
-Robert will talk more about that tomorrow morning.
-I was the next person to join the team,
-and then Ian Taylor,
-and then, one by one,
-we've ended up where we are today,
-with hundreds of contributors.
-
-Thank You
-to the many people who have contributed
-code
-or ideas
-or bug reports
-to the Go project so far.
-We tried to list everyone we could
-in our space in the program today.
-If your name is not there,
-I apologize,
-but thank you.
-
-I believe
-the hundreds of contributors so far
-are working toward a shared vision
-of what Go can be.
-It's hard to put words to these things,
-but I did my best
-to explain one part of the vision
-earlier:
-Do Less, Enable More.
-
-## Google's role
-
-A natural question is:
-What is the role
-of the Go team at Google,
-compared to other contributors?
-I believe that role
-has changed over time,
-and it continues to change.
-The general trend is that
-over time
-the Go team at Google
-should be doing less
-and enabling more.
-
-In the very early days,
-before Go was known to the public,
-the Go team at Google
-was obviously working by itself.
-We wrote the first draft of everything:
-the specification,
-the compiler,
-the runtime,
-the standard library.
-
-Once Go was open sourced, though,
-our role began to change.
-The most important thing
-we needed to do
-was communicate our vision for Go.
-That's difficult,
-and we're still working at it..
-The initial implementation
-was an important way
-to communicate that vision,
-as was the development work we led
-that resulted in Go 1,
-and the various blog posts,
-and articles,
-and talks we've published.
-
-But as Rob said at Gophercon last year,
-"the language is done."
-Now we need to see how it works,
-to see how people use it,
-to see what people build.
-The focus now is on
-expanding the kind of work
-that Go can help with.
-
-Google's primarily role is now
-to enable the community,
-to coordinate,
-to make sure changes work well together,
-and to keep Go true to the original vision.
-
-Google's primary role is:
-Do Less. Enable More.
-
-I mentioned earlier
-that we'd rather have a small number of features
-that enable, say, 90% of the target use cases,
-and avoid the orders of magnitude
-more features necessary
-to reach 99 or 100%.
-We've been successful in applying that strategy
-to the areas of software that we know well.
-But if Go is to become useful in many new domains,
-we need experts in those areas
-to bring their expertise
-to our discussions,
-so that together
-we can design small adjustments
-that enable many new applications for Go.
-
-This shift applies not just to design
-but also to development.
-The role of the Go team at Google
-continues to shift
-more to one of guidance
-and less of pure development.
-I certainly spend much more time
-doing code reviews than writing code,
-more time processing bug reports
-than filing bug reports myself.
-We need to do less and enable more.
-
-As design and development shift
-to the broader Go community,
-one of the most important things
-we
-the original authors of Go
-can offer
-is consistency of vision,
-to help keep Go
-Go.
-The balance that we must strike
-is certainly subjective.
-For example, a mechanism for extensible syntax
-would be a way to
-enable more
-ways to write Go code,
-but that would run counter to our goal
-of having a consistent language
-without different dialects.
-
-We have to say no sometimes,
-perhaps more than in other language communities,
-but when we do,
-we aim to do so
-constructively and respectfully,
-to take that as an opportunity
-to clarify the vision for Go.
-
-Of course, it's not all coordination and vision.
-Google still funds Go development work.
-Rick Hudson is going to talk later today
-about his work on reducing garbage collector latency,
-and Hana Kim is going to talk tomorrow
-about her work on bringing Go to mobile devices.
-But I want to make clear that,
-as much as possible,
-we aim to treat
-development funded by Google
-as equal to
-development funded by other companies
-or contributed by individuals using their spare time.
-We do this because we don't know
-where the next great idea will come from.
-Everyone contributing to Go
-should have the opportunity to be heard.
-
-### Examples
-
-I want to share some evidence for this claim
-that, over time,
-the original Go team at Google
-is focusing more on
-coordination than direct development.
-
-First, the sources of funding
-for Go development are expanding.
-Before the open source release,
-obviously Google paid for all Go development.
-After the open source release,
-many individuals started contributing their time,
-and we've slowly but steadily
-been growing the number of contributors
-supported by other companies
-to work on Go at least part-time,
-especially as it relates to
-making Go more useful for those companies.
-Today, that list includes
-Canonical, Dropbox, Intel, Oracle, and others.
-And of course Gophercon and the other
-regional Go conferences are organized
-entirely by people outside Google,
-and they have many corporate sponsors
-besides Google.
-
-Second, the conceptual depth
-of Go development
-done outside the original team
-is expanding.
-
-Immediately after the open source release,
-one of the first large contributions
-was the port to Microsoft Windows,
-started by Hector Chu
-and completed by Alex Brainman and others.
-More contributors ported Go
-to other operating systems.
-Even more contributors
-rewrote most of our numeric code
-to be faster or more precise or both.
-These were all important contributions,
-and very much appreciated,
-but
-for the most part
-they did not involve new designs.
-
-More recently,
-a group of contributors led by Aram Hăvărneanu
-ported Go to the ARM 64 architecture,
-This was the first architecture port
-by contributors outside Google.
-This is significant, because
-in general
-support for a new architecture
-requires more design work
-than support for a new operating system.
-There is more variation between architectures
-than between operating systems.
-
-Another example is the introduction
-over the past few releases
-of preliminary support
-for building Go programs using shared libraries.
-This feature is important for many Linux distributions
-but not as important for Google,
-because we deploy static binaries.
-We have been helping guide the overall strategy,
-but most of the design
-and nearly all of the implementation
-has been done by contributors outside Google,
-especially Michael Hudson-Doyle.
-
-My last example is the go command's
-approach to vendoring.
-I define vendoring as
-copying source code for external dependencies
-into your tree
-to make sure that they doesn't disappear
-or change underfoot.
-
-Vendoring is not a problem Google suffers,
-at least not the way the rest of the world does.
-We copy open source libraries we want to use
-into our shared source tree,
-record what version we copied,
-and only update the copy
-when there is a need to do so.
-We have a rule
-that there can only be one version
-of a particular library in the source tree,
-and it's the job of whoever wants to upgrade that library
-to make sure it keeps working as expected
-by the Google code that depends on it.
-None of this happens often.
-This is the lazy approach to vendoring.
-
-In contrast, most projects outside Google
-take a more eager approach,
-importing and updating code
-using automated tools
-and making sure that they are
-always using the latest versions.
-
-Because Google has relatively little experience
-with this vendoring problem,
-we left it to users outside Google to develop solutions.
-Over the past five years,
-people have built a series of tools.
-The main ones in use today are
-Keith Rarick's godep,
-Owen Ou's nut,
-and the gb-vendor plugin for Dave Cheney's gb,
-
-There are two problems with the current situation.
-The first is that these tools
-are not compatible
-out of the box
-with the go command's "go get".
-The second is that the tools
-are not even compatible with each other.
-Both of these problems
-fragment the developer community by tool.
-
-Last fall, we started a public design discussion
-to try to build consensus on
-some basics about
-how these tools all operate,
-so that they can work alongside "go get"
-and each other.
-
-Our basic proposal was that all tools agree
-on the approach of rewriting import paths during vendoring,
-to fit with "go get"'s model,
-and also that all tools agree on a file format
-describing the source and version of the copied code,
-so that the different vendoring tools
-can be used together
-even by a single project.
-If you use one today,
-you should still be able to use another tomorrow.
-
-Finding common ground in this way
-was very much in the spirit of Do Less, Enable More.
-If we could build consensus
-about these basic semantic aspects,
-that would enable "go get" and all these tools to interoperate,
-and it would enable switching between tools,
-the same way that
-agreement about how Go programs
-are stored in text files
-enables the Go compiler and all text editors to interoperate.
-So we sent out our proposal for common ground.
-
-Two things happened.
-
-First, Daniel Theophanes
-started a vendor-spec project on GitHub
-with a new proposal
-and took over coordination and design
-of the spec for vendoring metadata.
-
-Second, the community spoke
-with essentially one voice
-to say that
-rewriting import paths during vendoring
-was not tenable.
-Vendoring works much more smoothly
-if code can be copied without changes.
-
-Keith Rarick posted an alternate proposal
-for a minimal change to the go command
-to support vendoring without rewriting import paths.
-Keith's proposal was configuration-free
-and fit in well with the rest of the go command's approach.
-That proposal will ship
-as an experimental feature in Go 1.5
-and likely enabled by default in Go 1.6.
-And I believe that the various vendoring tool authors
-have agreed to adopt Daniel's spec once it is finalized.
-
-The result
-is that at the next Gophercon
-we should have broad interoperability
-between vendoring tools and the go command,
-and the design to make that happen
-was done entirely by contributors
-outside the original Go team.
-
-Not only that,
-the Go team's proposal for how to do this
-was essentially completely wrong.
-The Go community told us that
-very clearly.
-We took that advice,
-and now there's a plan for vendoring support
-that I believe
-everyone involved is happy with.
-
-This is also a good example
-of our general approach to design.
-We try not to make any changes to Go
-until we feel there is broad consensus
-on a well-understood solution.
-For vendoring,
-feedback and design
-from the Go community
-was critical to reaching that point.
-
-This general trend
-toward both code and design
-coming from the broader Go community
-is important for Go.
-You, the broader Go community,
-know what is working
-and what is not
-in the environments where you use Go.
-We at Google don't.
-More and more,
-we will rely on your expertise,
-and we will try to help you develop
-designs and code
-that extend Go to be useful in more settings
-and fit well with Go's original vision.
-At the same time,
-we will continue to wait
-for broad consensus
-on well-understood solutions.
-
-This brings me to my last point.
-
-## Code of Conduct
-
-I've argued that Go must be open,
-and that Go needs your help.
-
-But in fact Go needs everyone's help.
-And everyone isn't here.
-
-Go needs ideas from as many people as possible.
-
-To make that a reality,
-the Go community needs to be
-as inclusive,
-welcoming,
-helpful,
-and respectful as possible.
-
-The Go community is large enough now that,
-instead of assuming that everyone involved
-knows what is expected,
-I and others believe that it makes sense
-to write down those expectations explicitly.
-Much like the Go spec
-sets expectations for all Go compilers,
-we can write a spec
-setting expectations for our behavior
-in online discussions
-and in offline meetings like this one.
-
-Like any good spec,
-it must be general enough
-to allow many implementations
-but specific enough
-that it can identify important problems.
-When our behavior doesn't meet the spec,
-people can point that out to us,
-and we can fix the problem.
-At the same time,
-it's important to understand that
-this kind of spec
-cannot be as precise as a language spec.
-We must start with the assumption
-that we will all be reasonable in applying it.
-
-This kind of spec
-is often referred to as
-a Code of Conduct.
-Gophercon has one,
-which we've all agreed to follow
-by being here,
-but the Go community does not.
-I and others
-believe the Go community
-needs a Code of Conduct.
-
-But what should it say?
-
-I believe
-the most important
-overall statement we can make
-is that
-if you want to use or discuss Go,
-then you are welcome here,
-in our community.
-That is the standard
-I believe we aspire to.
-
-If for no other reason
-(and, to be clear, there are excellent other reasons),
-Go needs as large a community as possible.
-To the extent that behavior
-limits the size of the community,
-it holds Go back.
-And behavior can easily
-limit the size of the community.
-
-The tech community in general
-and the Go community in particular
-is skewed toward people who communicate bluntly.
-I don't believe this is fundamental.
-I don't believe this is necessary.
-But it's especially easy to do
-in online discussions like email and IRC,
-where plain text is not supplemented
-by the other cues and signals we have
-in face-to-face interactions.
-
-For example, I have learned
-that when I am pressed for time
-I tend to write fewer words,
-with the end result that
-my emails seem not just hurried
-but blunt, impatient, even dismissive.
-That's not how I feel,
-but it's how I can come across,
-and that impression can be enough
-to make people think twice
-about using or contributing
-to Go.
-I realized I was doing this
-when some Go contributors
-sent me private email to let me know.
-Now, when I am pressed for time,
-I pay extra attention to what I'm writing,
-and I often write more than I naturally would,
-to make sure
-I'm sending the message I intend.
-
-I believe
-that correcting the parts
-of our everyday interactions,
-intended or not,
-that drive away potential users and contributors
-is one of the most important things
-we can all do
-to make sure the Go community
-continues to grow.
-A good Code of Conduct can help us do that.
-
-We have no experience writing a Code of Conduct,
-so we have been reading existing ones,
-and we will probably adopt an existing one,
-perhaps with minor adjustments.
-The one I like the most is the Django Code of Conduct,
-which originated with another project called SpeakUp!
-It is structured as an elaboration of a list of
-reminders for everyday interaction.
-
-"Be friendly and patient.
-Be welcoming.
-Be considerate.
-Be respectful.
-Be careful in the words that you choose.
-When we disagree, try to understand why."
-
-I believe this captures the tone we want to set,
-the message we want to send,
-the environment we want to create
-for new contributors.
-I certainly want to be
-friendly,
-patient,
-welcoming,
-considerate,
-and respectful.
-I won't get it exactly right all the time,
-and I would welcome a helpful note
-if I'm not living up to that.
-I believe most of us
-feel the same way.
-
-I haven't mentioned
-active exclusion based on
-or disproportionately affecting
-race, gender, disability,
-or other personal characteristics,
-and I haven't mentioned harassment.
-For me,
-it follows from what I just said
-that exclusionary behavior
-or explicit harassment
-is absolutely unacceptable,
-online and offline.
-Every Code of Conduct says this explicitly,
-and I expect that ours will too.
-But I believe the SpeakUp! reminders
-about everyday interactions
-are an equally important statement.
-I believe that
-setting a high standard
-for those everyday interactions
-makes extreme behavior
-that much clearer
-and easier to deal with.
-
-I have no doubts that
-the Go community can be
-one of the most
-friendly,
-welcoming,
-considerate,
-and
-respectful communities
-in the tech industry.
-We can make that happen,
-and it will be
-a benefit and credit to us all.
-
-Andrew Gerrand
-has been leading the effort
-to adopt an appropriate Code of Conduct
-for the Go community.
-If you have suggestions,
-or concerns,
-or experience with Codes of Conduct,
-or want to be involved,
-please find Andrew or me
-during the conference.
-If you'll still be here on Friday,
-Andrew and I are going to block off
-some time for Code of Conduct discussions
-during Hack Day.
-
-Again, we don't know
-where the next great idea will come from.
-We need all the help we can get.
-We need a large, diverse Go community.
-
-## Thank You
-
-I consider the many people
-releasing software for download using “go get,”
-sharing their insights via blog posts,
-or helping others on the mailing lists or IRC
-to be part of this broad open source effort,
-part of the Go community.
-Everyone here today is also part of that community.
-
-Thank you in advance
-to the presenters
-who over the next few days
-will take time to share their experiences
-using and extending Go.
-
-Thank you in advance
-to all of you in the audience
-for taking the time to be here,
-to ask questions,
-and to let us know
-how Go is working for you.
-When you go back home,
-please continue to share what you've learned.
-Even if you don't use Go
-for daily work,
-we'd love to see what's working for Go
-adopted in other contexts,
-just as we're always looking for good ideas
-to bring back into Go.
-
-Thank you all again
-for making the effort to be here
-and for being part of the Go community.
-
-For the next few days, please:
-tell us what we're doing right,
-tell us what we're doing wrong,
-and help us all work together
-to make Go even better.
-
-Remember to
-be friendly,
-patient,
-welcoming,
-considerate,
-and respectful.
-
-Above all, enjoy the conference.
diff --git a/_content/organizing-go-code.article b/_content/organizing-go-code.article
deleted file mode 100644
index 13ea8f5..0000000
--- a/_content/organizing-go-code.article
+++ /dev/null
@@ -1,122 +0,0 @@
-# Organizing Go code
-16 Aug 2012
-Tags: godoc, gopath, interface, libraries, tools, technical
-Summary: How to name and package the parts of your Go program to best serve your users.
-
-Andrew Gerrand
-
-## Introduction
-
-Go code is organized differently to that of other languages.
-This post discusses how to name and package the elements of your Go program
-to best serve its users.
-
-## Choose good names
-
-The names you choose affect how you think about your code,
-so take care when naming your package and its exported identifiers.
-
-A package's name provides context for its contents.
-For instance, the [bytes package](https://golang.org/pkg/bytes/) from
-the standard library exports the `Buffer` type.
-On its own, the name `Buffer` isn't very descriptive,
-but when combined with its package name its meaning becomes clear: `bytes.Buffer`.
-If the package had a less descriptive name,
-like `util`, the buffer would likely acquire the longer and clumsier name `util.BytesBuffer`.
-
-Don't be shy about renaming things as you work.
-As you spend time with your program you will better understand how its pieces fit together and,
-therefore, what their names should be.
-There's no need to lock yourself into early decisions.
-(The [gofmt command](https://golang.org/cmd/gofmt/) has a `-r` flag that
-provides a syntax-aware search and replace,
-making large-scale refactoring easier.)
-
-A good name is the most important part of a software interface:
-the name is the first thing every client of the code will see.
-A well-chosen name is therefore the starting point for good documentation.
-Many of the following practices result organically from good naming.
-
-## Choose a good import path (make your package "go get"-able)
-
-An import path is the string with which users import a package.
-It specifies the directory (relative to `$GOROOT/src/pkg` or `$GOPATH/src`)
-in which the package's source code resides.
-
-Import paths should be globally unique, so use the path of your source repository as its base.
-For instance, the `websocket` package from the `go.net` sub-repository has
-an import path of `"golang.org/x/net/websocket"`.
-The Go project owns the path `"github.com/golang"`,
-so that path cannot be used by another author for a different package.
-Because the repository URL and import path are one and the same,
-the `go get` command can fetch and install the package automatically.
-
-If you don't use a hosted source repository,
-choose some unique prefix such as a domain,
-company, or project name.
-As an example, the import path of all Google's internal Go code starts with
-the string `"google"`.
-
-The last element of the import path is typically the same as the package name.
-For instance, the import path `"net/http"` contains package `http`.
-This is not a requirement - you can make them different if you like - but
-you should follow the convention for predictability's sake:
-a user might be surprised that import `"foo/bar"` introduces the identifier
-`quux` into the package name space.
-
-Sometimes people set `GOPATH` to the root of their source repository and
-put their packages in directories relative to the repository root,
-such as `"src/my/package"`.
-On one hand, this keeps the import paths short (`"my/package"` instead of
-`"github.com/me/project/my/package"`),
-but on the other it breaks `go get` and forces users to re-set their `GOPATH`
-to use the package. Don't do this.
-
-## Minimize the exported interface
-
-Your code is likely composed of many small pieces of useful code,
-and so it is tempting to expose much of that functionality in your package's
-exported interface. Resist that urge!
-
-The larger the interface you provide, the more you must support.
-Users will quickly come to depend on every type,
-function, variable, and constant you export,
-creating an implicit contract that you must honor in perpetuity or risk
-breaking your users' programs.
-In preparing Go 1 we carefully reviewed the standard library's exported
-interfaces and removed the parts we weren't ready to commit to.
-You should take similar care when distributing your own libraries.
-
-If in doubt, leave it out!
-
-## What to put into a package
-
-It is easy to just throw everything into a "grab bag" package,
-but this dilutes the meaning of the package name (as it must encompass a
-lot of functionality) and forces the users of small parts of the package
-to compile and link a lot of unrelated code.
-
-On the other hand, it is also easy to go overboard in splitting your code
-into small packages,
-in which case you will likely becomes bogged down in interface design,
-rather than just getting the job done.
-
-Look to the Go standard libraries as a guide.
-Some of its packages are large and some are small.
-For instance, the [http package](https://golang.org/pkg/net/http/) comprises
-17 go source files (excluding tests) and exports 109 identifiers,
-and the [hash package](https://golang.org/pkg/hash/) consists of one file
-that exports just three declarations.
-There is no hard and fast rule; both approaches are appropriate given their context.
-
-With that said, package main is often larger than other packages.
-Complex commands contain a lot of code that is of little use outside the
-context of the executable,
-and often it's simpler to just keep it all in the one place.
-For instance, the go tool is more than 12000 lines spread across [34 files](https://golang.org/src/cmd/go/).
-
-## Document your code
-
-Good documentation is an essential quality of usable and maintainable code.
-Read the [Godoc: documenting Go code](https://golang.org/doc/articles/godoc_documenting_go_code.html)
-article to learn how to write good doc comments.
diff --git a/_content/oscon.article b/_content/oscon.article
deleted file mode 100644
index c91d55c..0000000
--- a/_content/oscon.article
+++ /dev/null
@@ -1,48 +0,0 @@
-# Go will be at OSCON 2014
-15 Jul 2014
-Tags: conference, oscon
-Summary: If you will be at OSCON 2014, July 20-29 in Portland, Oregon, be sure to check out these Go talks.
-
-Francesc Campoy
-
-##
-
-[OSCON](http://www.oscon.com), the Open Source Convention, is taking place
-from July 20th to the 29th in Portland, Oregon and Go will be central to many
-talks. If you are attending make sure you add these to your personal schedule.
-
-On Monday you'll have the chance to learn Go in these two tutorials:
-
-  - [Getting Started with Go](http://www.oscon.com/oscon2014/public/schedule/detail/34395)
-    by [Steve Francia](http://twitter.com/spf13) (MongoDB) at 9:00am on Monday, 07/21/2014
-
-  - [A Quick Introduction to System Tools Programming with Go](http://www.oscon.com/oscon2014/public/schedule/detail/34267)
-    by [Chris McEniry](http://twitter.com/macmceniry) (Sony Network Entertainment)
-    at 1:30pm on Monday, 07/21/2014
-
-During the rest of the week you can hear how different projects use Go:
-
-  - [A Recovering Java Developer Learns to Go](http://www.oscon.com/oscon2014/public/schedule/detail/34371)
-    by [Matt Stine](http://twitter.com/mstine) (Pivotal) at 1:40pm on Tuesday, 07/22/2014
-
-  - [Painless Data Storage with MongoDB and Go](http://www.oscon.com/oscon2014/public/schedule/detail/34299)
-    by [Steve Francia](http://twitter.com/spf13) (MongoDB) and [Gustavo Niemeyer](http://twitter.com/gniemeyer)
-    (Canonical) at 1:40pm on Tuesday, 07/22/2014
-
-  - [Gophers with Hammers: Fun with Parsing and Generating Go](http://www.oscon.com/oscon2014/public/schedule/detail/37795)
-    by [Josh Bleecher Snyder](http://twitter.com/offbymany) (PayPal) at 2:30pm
-    on Tuesday, 07/22/2014
-
-  - [Go for Object Oriented Programmers (or OO Programming without Objects)](http://www.oscon.com/oscon2014/public/schedule/detail/34047)
-    by [Steve Francia](http://twitter.com/spf13) (MongoDB) at 4:10pm on
-    Wednesday, 07/23/2014
-
-  - [Inside the Go Tour](http://www.oscon.com/oscon2014/public/schedule/detail/34509)
-    by [Francesc Campoy Flores](http://twitter.com/francesc) (Google Inc.)
-    at 11:50am on Thursday, 07/24/2014
-
-And if you have any questions come to the
-[Go office hours](http://www.oscon.com/oscon2014/public/schedule/detail/37075)
-on Wednesday or come anytime by the Google booth.
-
-See you at OSCON!
diff --git a/_content/osconreport.article b/_content/osconreport.article
deleted file mode 100644
index 356b722..0000000
--- a/_content/osconreport.article
+++ /dev/null
@@ -1,74 +0,0 @@
-# Go at OSCON
-20 Aug 2014
-Tags: conference, oscon
-Summary: Reporting from OSCON 2014.
-
-Francesc Campoy
-
-## Introduction
-
-What happens in Portland in July? [OSCON](http://www.oscon.com/oscon2014)! At
-this year's conference, Go was more present than ever before, with five talks,
-two workshops, a
-[Birds of a Feather](http://en.wikipedia.org/wiki/Birds_of_a_feather_(computing))
-session, and a meetup.
-
-## Talks
-
-[Matt Stine](http://twitter.com/mstine) talked about his experience switching
-from Java to Go with
-[A recovering Java developer learns Go](http://www.slideshare.net/mstine/java-devlearnstogooscon)
-while [Steve Francia](https://twitter.com/spf13) presented
-[Painless Data Storage with MongoDB and Go](http://spf13.com/presentation/MongoDB-and-Go).
-Steve also presented
-[Go for Object Oriented Programmers](http://spf13.com/presentation/go-for-object-oriented-programmers),
-where he explained how some object oriented concepts can be implemented in Go.
-
-.image osconreport/talks.png _ 800
-
-Finally, [Josh Bleecher Snyder](http://twitter.com/offbymany) talked about his
-experience writing tools to work with Go source code in
-[Gophers with hammers](https://talks.golang.org/2014/hammers.slide#1),
-and [Francesc Campoy](http://twitter.com/francesc) talked about all the things
-that could have gone wrong and what the Go team did to prevent them
-[Inside the Go playground](https://talks.golang.org/2014/playground.slide).
-
-## Workshops
-
-At the beginning of OSCON's workshop day, Steve Francia presented how to build a
-web application and a CLI tool during
-[Getting started with Go](http://spf13.com/presentation/first-go-app) to a big
-room full of Gophers.
-
-.image osconreport/workshops.png _ 800
-
-In the afternoon, [Chris McEniry](https://twitter.com/mmceniry) gave his
-[Quick introduction to system tools programming with Go](http://cdn.oreillystatic.com/en/assets/1/event/115/A%20Quick%20Introduction%20to%20System%20Tools%20Programming%20with%20Go%20Presentation.pdf) where he went over some useful skills to
-write system tools using Go and its standard library.
-
-## Additional events
-
-To take advantage of the increased Gopher population in Portland during OSCON, we
-organized two extra events: the first [PDXGolang](https://twitter.com/pdxgolang)
-meetup and a
-[Birds of a Feather session](http://www.oscon.com/oscon2014/public/schedule/detail/37775).
-
-.image osconreport/meetup.png _ 800
-
-At the meetup Francesc Campoy talked about
-[Go Best Practices](https://talks.golang.org/2013/bestpractices.slide) and
-[Kelsey Hightower](https://twitter.com/kelseyhightower) gave a great
-introduction to [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes),
-a container management system for clusters written in Go by Google. If you live
-in Portland, make sure you [join the group](http://meetup.com/pdx-go) and come
-along to the next meeting.
-
-The "Birds of a Feather" (or, more aptly, "Gophers of a Feather") was a lot of
-fun for everyone involved. We hope to see more of you there next year.
-
-## In conclusion
-
-.image osconreport/random.png _ 800
-
-Thanks to all the gophers that participated in OSCON. After the successes of
-this year we look forward to more Go fun at OSCON 2015.
diff --git a/_content/osconreport/meetup.png b/_content/osconreport/meetup.png
deleted file mode 100644
index 7e4bd69..0000000
--- a/_content/osconreport/meetup.png
+++ /dev/null
Binary files differ
diff --git a/_content/osconreport/random.png b/_content/osconreport/random.png
deleted file mode 100644
index e025328..0000000
--- a/_content/osconreport/random.png
+++ /dev/null
Binary files differ
diff --git a/_content/osconreport/talks.png b/_content/osconreport/talks.png
deleted file mode 100644
index 66b2278..0000000
--- a/_content/osconreport/talks.png
+++ /dev/null
Binary files differ
diff --git a/_content/osconreport/workshops.png b/_content/osconreport/workshops.png
deleted file mode 100644
index d4586a4..0000000
--- a/_content/osconreport/workshops.png
+++ /dev/null
Binary files differ
diff --git a/_content/package-names.article b/_content/package-names.article
deleted file mode 100644
index b28b73e..0000000
--- a/_content/package-names.article
+++ /dev/null
@@ -1,251 +0,0 @@
-# Package names
-4 Feb 2015
-Tags: package, names, style
-Summary: How to name your packages.
-
-Sameer Ajmani
-
-## Introduction
-
-Go code is organized into packages.
-Within a package, code can refer to any identifier (name) defined within, while
-clients of the package may only reference the package's exported types,
-functions, constants, and variables.
-Such references always include the package name as a prefix: `foo.Bar` refers to
-the exported name `Bar` in the imported package named `foo`.
-
-Good package names make code better.
-A package's name provides context for its contents, making it easier for clients
-to understand what the package is for and how to use it.
-The name also helps package maintainers determine what does and does not belong
-in the package as it evolves.
-Well-named packages make it easier to find the code you need.
-
-Effective Go provides
-[guidelines](https://golang.org/doc/effective_go.html#names) for naming
-packages, types, functions, and variables.
-This article expands on that discussion and surveys names found in the standard
-library.
-It also discusses bad package names and how to fix them.
-
-## Package names
-
-Good package names are short and clear.
-They are lower case, with no `under_scores` or `mixedCaps`.
-They are often simple nouns, such as:
-
-  - `time` (provides functionality for measuring and displaying time)
-  - `list` (implements a doubly linked list)
-  - `http` (provides HTTP client and server implementations)
-
-The style of names typical of another language might not be idiomatic in a Go
-program.
-Here are two examples of names that might be good style in other languages but
-do not fit well in Go:
-
-  - `computeServiceClient`
-  - `priority_queue`
-
-A Go package may export several types and functions.
-For example, a `compute` package could export a `Client` type with methods for
-using the service as well as functions for partitioning a compute task across
-several clients.
-
-**Abbreviate judiciously.**
-Package names may be abbreviated when the abbreviation is familiar to the
-programmer.
-Widely-used packages often have compressed names:
-
-  - `strconv` (string conversion)
-  - `syscall` (system call)
-  - `fmt` (formatted I/O)
-
-On the other hand, if abbreviating a package name makes it ambiguous or unclear,
-don't do it.
-
-**Don't steal good names from the user.**
-Avoid giving a package a name that is commonly used in client code.
-For example, the buffered I/O package is called `bufio`, not `buf`, since `buf`
-is a good variable name for a buffer.
-
-## Naming package contents
-
-A package name and its contents' names are coupled, since client code uses them
-together.
-When designing a package, take the client's point of view.
-
-**Avoid repetition.**
-Since client code uses the package name as a prefix when referring to the
-package contents, the names for those contents need not repeat the package name.
-The HTTP server provided by the `http` package is called `Server`, not
-`HTTPServer`.
-Client code refers to this type as `http.Server`, so there is no ambiguity.
-
-**Simplify function names.**
-When a function in package pkg returns a value of type `pkg.Pkg` (or
-`*pkg.Pkg`), the function name can often omit the type name without confusion:
-
-	start := time.Now()                                  // start is a time.Time
-	t, err := time.Parse(time.Kitchen, "6:06PM")         // t is a time.Time
-	ctx = context.WithTimeout(ctx, 10*time.Millisecond)  // ctx is a context.Context
-	ip, ok := userip.FromContext(ctx)                    // ip is a net.IP
-
-A function named `New` in package `pkg` returns a value of type `pkg.Pkg`.
-This is a standard entry point for client code using that type:
-
-	 q := list.New()  // q is a *list.List
-
-When a function returns a value of type `pkg.T`, where `T` is not `Pkg`, the
-function name may include `T` to make client code easier to understand.
-A common situation is a package with multiple New-like functions:
-
-	d, err := time.ParseDuration("10s")  // d is a time.Duration
-	elapsed := time.Since(start)         // elapsed is a time.Duration
-	ticker := time.NewTicker(d)          // ticker is a *time.Ticker
-	timer := time.NewTimer(d)            // timer is a *time.Timer
-
-Types in different packages can have the same name, because from the client's
-point of view such names are discriminated by the package name.
-For example, the standard library includes several types named `Reader`,
-including `jpeg.Reader`, `bufio.Reader`, and `csv.Reader`.
-Each package name fits with `Reader` to yield a good type name.
-
-If you cannot come up with a package name that's a meaningful prefix for the
-package's contents, the package abstraction boundary may be wrong.
-Write code that uses your package as a client would, and restructure your
-packages if the result seems poor.
-This approach will yield packages that are easier for clients to understand and
-for the package developers to maintain.
-
-## Package paths
-
-A Go package has both a name and a path.
-The package name is specified in the package statement of its source files;
-client code uses it as the prefix for the package's exported names.
-Client code uses the package path when importing the package.
-By convention, the last element of the package path is the package name:
-
-	import (
-		"context"                // package context
-		"fmt"                    // package fmt
-		"golang.org/x/time/rate" // package rate
-		"os/exec"                // package exec
-	)
-
-Build tools map package paths onto directories.
-The go tool uses the [GOPATH](https://golang.org/doc/code.html#GOPATH)
-environment variable to find the source files for path `"github.com/user/hello"`
-in directory `$GOPATH/src/github.com/user/hello`.
-(This situation should be familiar, of course, but it's important to be clear
-about the terminology and structure of packages.)
-
-**Directories.**
-The standard library uses directories like `crypto`, `container`, `encoding`,
-and `image` to group packages for related protocols and algorithms.
-There is no actual relationship among the packages in one of these directories;
-a directory just provides a way to arrange the files.
-Any package can import any other package provided the import does not create a
-cycle.
-
-Just as types in different packages can have the same name without ambiguity,
-packages in different directories can have the same name.
-For example,
-[runtime/pprof](https://golang.org/pkg/runtime/pprof) provides profiling data
-in the format expected by the [pprof](https://github.com/google/pprof)
-profiling tool, while [net/http/pprof](https://golang.org/pkg/net/http/pprof)
-provides HTTP endpoints to present profiling data in this format.
-Client code uses the package path to import the package, so there is no
-confusion.
-If a source file needs to import both `pprof` packages, it can
-[rename](https://golang.org/ref/spec#Import_declarations) one or both locally.
-When renaming an imported package, the local name should follow the same
-guidelines as package names (lower case, no `under_scores` or `mixedCaps`).
-
-## Bad package names
-
-Bad package names make code harder to navigate and maintain.
-Here are some guidelines for recognizing and fixing bad names.
-
-**Avoid meaningless package names.**
-Packages named `util`, `common`, or `misc` provide clients with no sense of what
-the package contains.
-This makes it harder for clients to use the package and makes it harder for
-maintainers to keep the package focused.
-Over time, they accumulate dependencies that can make compilation significantly
-and unnecessarily slower, especially in large programs.
-And since such package names are generic, they are more likely to collide with
-other packages imported by client code, forcing clients to invent names to
-distinguish them.
-
-**Break up generic packages.**
-To fix such packages, look for types and functions with common name elements and
-pull them into their own package.
-For example, if you have
-
-	package util
-	func NewStringSet(...string) map[string]bool {...}
-	func SortStringSet(map[string]bool) []string {...}
-
-then client code looks like
-
-	set := util.NewStringSet("c", "a", "b")
-	fmt.Println(util.SortStringSet(set))
-
-Pull these functions out of `util` into a new package, choosing a name that fits
-the contents:
-
-	package stringset
-	func New(...string) map[string]bool {...}
-	func Sort(map[string]bool) []string {...}
-
-then the client code becomes
-
-	set := stringset.New("c", "a", "b")
-	fmt.Println(stringset.Sort(set))
-
-Once you've made this change, its easier to see how to improve the new package:
-
-	package stringset
-	type Set map[string]bool
-	func New(...string) Set {...}
-	func (s Set) Sort() []string {...}
-
-which yields even simpler client code:
-
-	set := stringset.New("c", "a", "b")
-	fmt.Println(set.Sort())
-
-The name of the package is a critical piece of its design.
-Work to eliminate meaningless package names from your projects.
-
-**Don't use a single package for all your APIs.**
-Many well-intentioned programmers put all the interfaces exposed by their
-program into a single package named `api`, `types`, or `interfaces`, thinking it
-makes it easier to find the entry points to their code base.
-This is a mistake.
-Such packages suffer from the same problems as those named `util` or `common`,
-growing without bound, providing no guidance to users, accumulating
-dependencies, and colliding with other imports.
-Break them up, perhaps using directories to separate public packages from
-implementation.
-
-**Avoid unnecessary package name collisions.**
-While packages in different directories may have the same name, packages that
-are frequently used together should have distinct names.
-This reduces confusion and the need for local renaming in client code.
-For the same reason, avoid using the same name as popular standard packages like
-`io` or `http`.
-
-## Conclusion
-
-Package names are central to good naming in Go programs.
-Take the time to choose good package names and organize your code well.
-This helps clients understand and use your packages and helps maintainers to
-grow them gracefully.
-
-## Further reading
-
-  - [Effective Go](https://golang.org/doc/effective_go.html)
-  - [How to Write Go Code](https://golang.org/doc/code.html)
-  - [Organizing Go Code (2012 blog post)](https://blog.golang.org/organizing-go-code)
-  - [Organizing Go Code (2014 Google I/O talk)](https://talks.golang.org/2014/organizeio.slide)
diff --git a/_content/pandemic.article b/_content/pandemic.article
deleted file mode 100644
index c08a86b..0000000
--- a/_content/pandemic.article
+++ /dev/null
@@ -1,184 +0,0 @@
-# Go, the Go Community, and the Pandemic
-25 Mar 2020
-Summary: How the Go team is approaching the pandemic, what you can expect from us, and what you can do.
-
-Carmen Andoh
-
-Russ Cox
-
-Steve Francia
-
-##
-
-Go always comes second to more
-basic concerns like personal and family health and safety.
-Around the world, the past couple months have been terrible,
-and we are still at the start of this awful pandemic.
-There are days when it seems like working on
-anything related to Go should be considered a serious priority inversion.
-
-But after we’ve done all we can
-to prepare ourselves and our families for whatever is coming,
-getting back to some approximation of a familiar routine
-and normal work is a helpful coping mechanism.
-In that spirit, we intend to keep working on Go
-and trying to help the Go community as much as we can.
-
-In this post we want to share a few important notes about
-how the pandemic is affecting the Go community,
-a few things we’re doing to help, what you can do to help,
-and our plans for Go itself.
-
-## Conferences and Meetups
-
-The Go community thrives on in-person conferences and meetups.
-We had anticipated 35 conferences this year
-and thousands of meetups, nearly all of which have
-now changed, been postponed, or been cancelled.
-We’ll keep the
-[conferences wiki page](https://github.com/golang/go/wiki/Conferences)
-updated as plans change.
-
-We want to do everything we can to help support impacted Go conferences.
-We also want to support efforts to explore
-new ways for gophers to connect in the time of social distancing.
-In addition to honoring Google’s existing sponsorships,
-we are interested to offer support to people planning
-virtual conference alternatives through the rest of the year.
-If you are organizing a Go conference and have been impacted,
-or if you are considering holding a virtual alternative,
-please reach out to Carmen Andoh at _candoh@google.com_.
-
-For conference organizers,
-the [Gophers slack](https://gophers.slack.com)
-[#conf-organizers](https://app.slack.com/client/T029RQSE6/C97B0NCVD) channel
-is a place to discuss contingency plans,
-best practices, cancellation, and postponement support.
-It’s also a place to share idea for virtual events,
-to continue to connect and support the Go community.
-
-For meetup organizers,
-the [Go Developer Network](https://www.meetup.com/pro/go)
-can provide Zoom for Education licensing to meetups
-that want to start holding virtual meetings.
-If you host a meetup, or you’d like to, we encourage you
-to use this opportunity to get speakers from outside your
-region to present to your group.
-For more information, and to get involved,
-please join
-the [Gophers slack](https://gophers.slack.com)
-[#remotemeetup](https://app.slack.com/client/T029RQSE6/C152YB9UZ) channel.
-
-## Online Training
-
-The Go trainers you meet at conferences also travel the globe doing
-[in-person training](https://learn.go.dev/)
-for companies that want help adopting Go.
-That in-person teaching is crucial to bringing
-new gophers into the community;
-we’re incredibly grateful to the trainers for the work they do.
-Unfortunately, on-site training contracts have all been cancelled
-for the next few months, and the trainers in our community
-have lost their primary (or sole) source of income.
-We encourage companies to consider virtual training
-and workshops during this difficult time.
-Most trainers are being flexible with pricing,
-scheduling, and class structure.
-
-## Job Postings
-
-We know that the current downturn means that some
-gophers are looking for new jobs.
-The Go community has built a number of Go-specific job-posting sites, including
-[Golang Cafe](https://golang.cafe/),
-[Golang Projects](https://www.golangprojects.com/),
-and
-[We Love Go](https://www.welovegolang.com).
-The [Gophers slack](https://gophers.slack.com)
-also has many job-hunting channels: search for “job” in the channel list.
-We encourage employers with any new openings to post in as
-many appropriate places as possible.
-
-## FOSS Responders
-
-We are proud that Go is part of the broader open-source ecosystem.
-[FOSS Responders](https://fossresponders.com)
-is one effort to help the open-source ecosystem
-deal with the impacts of the pandemic.
-If you want to do something to help affected open-source communities,
-they are coordinating efforts and also have links to other efforts.
-And if you know of other open-source communities that need help,
-let them know about FOSS Responders.
-
-## COVID-19 Open-Source Help Desk
-
-The [COVID-19 Open-Source Help Desk](https://covid-oss-help.org/)
-aims to help virologists, epidemiologists, and other domain experts
-find quick answers to any problems they are having with
-open-source scientific computing software,
-from experts in that software,
-so they can focus their time on what they know best.
-If you are a developer or a scientific computing expert
-willing to help by answering the posts of the domain experts,
-visit the site to learn how to help.
-
-## U.S. Digital Response
-
-For our gophers in the United States,
-the [U.S. Digital Response](https://www.usdigitalresponse.org/)
-is working to connect qualified volunteers to
-state and local governments that need digital help
-during this crisis.
-Quoting the web page,
-“If you have relevant experience
-(healthcare, data, engineering & product development,
-general management, operations, supply chain/procurement and more),
-can work autonomously through ambiguity,
-and are ready to jump into a high-intensity environment,”
-see the site for how to volunteer.
-
-## Plans for Go
-
-Here on the Go team at Google, we recognize that the
-world around us is changing rapidly
-and that plans beyond the next couple weeks
-are not much more than hopeful guesses.
-That said, right now we are working
-on what we think are the most important projects for 2020.
-Like all of you, we’re at reduced capacity, so the work
-continues slower than planned.
-
-Our analysis of the Go 2019 user survey is almost complete,
-and we hope to post it soon.
-
-At least for now, we intend to keep to our timeline for Go 1.15,
-with the understanding that it will probably have fewer new features
-and improvements than we originally planned.
-We continue to do code reviews, issue triage,
-and [proposal review](https://golang.org/s/proposal-minutes).
-
-[Gopls](https://go.googlesource.com/tools/+/refs/heads/master/gopls/README.md)
-is the language-aware backend supporting most Go editors today,
-and we continue to work toward its 1.0 release.
-
-The new Go package and module site [pkg.go.dev](https://pkg.go.dev)
-keeps getting better.
-We’ve been working on usability improvements
-and new features to better help users find and evaluate Go packages.
-We’ve also expanded the set of recognized licenses and improved the
-license detector, with more improvements to come.
-
-Our [Gopher values](https://golang.org/conduct#values)
-are what ground us, now more than ever.
-We are working extra hard to be friendly, welcoming,
-patient, thoughtful, respectful, and charitable.
-We hope everyone in the Go community will try to do the same.
-
-We’ll continue to use this blog to let you know about
-important news for the Go ecosystem.
-In those moments when you’ve taken care of the much more
-important things going on in your life,
-we hope you’ll check in and see what we’ve been up to.
-
-Thank you, as always, for using Go and being part of the Go community.
-We wish you all the best in these difficult times.
diff --git a/_content/path-security.article b/_content/path-security.article
deleted file mode 100644
index 196b45c..0000000
--- a/_content/path-security.article
+++ /dev/null
@@ -1,300 +0,0 @@
-# Command PATH security in Go
-19 Jan 2021
-Summary: How to decide if your programs are vulnerable to PATH problems, and what to do about it.
-
-Russ Cox
-
-##
-
-Today’s [Go security release](https://golang.org/s/go-security-release-jan-2021)
-fixes an issue involving PATH lookups in untrusted directories
-that can lead to remote execution during the `go` `get` command.
-We expect people to have questions about what exactly this means
-and whether they might have issues in their own programs.
-This post details the bug, the fixes we have applied,
-how to decide whether your own programs are vulnerable to similar problems,
-and what you can do if they are.
-
-## Go command & remote execution
-
-One of the design goals for the `go` command is that most commands – including
-`go` `build`, `go` `doc`, `go` `get`, `go` `install`, and `go` `list` – do not run
-arbitrary code downloaded from the internet.
-There are a few obvious exceptions:
-clearly `go` `run`, `go` `test`, and `go` `generate` _do_ run arbitrary code – that's their job.
-But the others must not, for a variety of reasons including reproducible builds and security.
-So when `go` `get` can be tricked into executing arbitrary code, we consider that a security bug.
-
-If `go` `get` must not run arbitrary code, then unfortunately that means
-all the programs it invokes, such as compilers and version control systems, are also inside the security perimeter.
-For example, we've had issues in the past in which clever use of obscure compiler features
-or remote execution bugs in version control systems became remote execution bugs in Go.
-(On that note, Go 1.16 aims to improve the situation by introducing a GOVCS setting
-that allows configuration of exactly which version control systems are allowed and when.)
-
-Today's bug, however, was entirely our fault, not a bug or obscure feature of `gcc` or `git`.
-The bug involves how Go and other programs find other executables,
-so we need to spend a little time looking at that before we can get to the details.
-
-## Commands and PATHs and Go
-
-All operating systems have a concept of an executable path
-(`$PATH` on Unix, `%PATH%` on Windows; for simplicity, we'll just use the term PATH),
-which is a list of directories.
-When you type a command into a shell prompt,
-the shell looks in each of the listed directories,
-in turn, for an executable with the name you typed.
-It runs the first one it finds, or it prints a message like “command not found.”
-
-On Unix, this idea first appeared in Seventh Edition Unix's Bourne shell (1979). The manual explained:
-
-> The shell parameter `$PATH` defines the search path for the directory containing the command.
-> Each alternative directory name is separated by a colon (`:`).
-> The default path is `:/bin:/usr/bin`.
-> If the command name contains a / then the search path is not used.
-> Otherwise, each directory in the path is searched for an executable file.
-
-Note the default: the current directory (denoted here by an empty string,
-but let's call it “dot”)
-is listed ahead of `/bin` and `/usr/bin`.
-MS-DOS and then Windows chose to hard-code that behavior:
-on those systems, dot is always searched first,
-automatically, before considering any directories listed in `%PATH%`.
-
-As Grampp and Morris pointed out in their
-classic paper “[UNIX Operating System Security](https://people.engr.ncsu.edu/gjin2/Classes/246/Spring2019/Security.pdf)” (1984),
-placing dot ahead of system directories in the PATH
-means that if you `cd` into a directory and run `ls`,
-you might get a malicious copy from that directory
-instead of the system utility.
-And if you can trick a system administrator to run `ls` in your home directory
-while logged in as `root`, then you can run any code you want.
-Because of this problem and others like it,
-essentially all modern Unix distributions set a new user's default PATH
-to exclude dot.
-But Windows systems continue to search dot first, no matter what PATH says.
-
-For example, when you type the command
-
-	go version
-
-on a typically-configured Unix,
-the shell runs a `go` executable from a system directory in your PATH.
-But when you type that command on Windows,
-`cmd.exe` checks dot first.
-If `.\go.exe` (or `.\go.bat` or many other choices) exists,
-`cmd.exe` runs that executable, not one from your PATH.
-
-For Go, PATH searches are handled by [`exec.LookPath`](https://pkg.go.dev/os/exec#LookPath),
-called automatically by
-[`exec.Command`](https://pkg.go.dev/os/exec#Command).
-And to fit well into the host system, Go's `exec.LookPath`
-implements the Unix rules on Unix and the Windows rules on Windows.
-For example, this command
-
-	out, err := exec.Command("go", "version").CombinedOutput()
-
-behaves the same as typing `go` `version` into the operating system shell.
-On Windows, it runs `.\go.exe` when that exists.
-
-(It is worth noting that Windows PowerShell changed this behavior,
-dropping the implicit search of dot, but `cmd.exe` and the
-Windows C library [`SearchPath function`](https://docs.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-searchpatha)
-continue to behave as they always have.
-Go continues to match `cmd.exe`.)
-
-## The Bug
-
-When `go` `get` downloads and builds a package that contains
-`import` `"C"`, it runs a program called `cgo` to prepare the Go
-equivalent of the relevant C code.
-The `go` command runs `cgo` in the directory containing the package sources.
-Once `cgo` has generated its Go output files,
-the `go` command itself invokes the Go compiler
-on the generated Go files
-and the host C compiler (`gcc` or `clang`)
-to build any C sources included with the package.
-All this works well.
-But where does the `go` command find the host C compiler?
-It looks in the PATH, of course. Luckily, while it runs the C compiler
-in the package source directory, it does the PATH lookup
-from the original directory where the `go` command was invoked:
-
-	cmd := exec.Command("gcc", "file.c")
-	cmd.Dir = "badpkg"
-	cmd.Run()
-
-So even if `badpkg\gcc.exe` exists on a Windows system,
-this code snippet will not find it.
-The lookup that happens in `exec.Command` does not know
-about the `badpkg` directory.
-
-The `go` command uses similar code to invoke `cgo`,
-and in that case there's not even a path lookup,
-because `cgo` always comes from GOROOT:
-
-	cmd := exec.Command(GOROOT+"/pkg/tool/"+GOOS_GOARCH+"/cgo", "file.go")
-	cmd.Dir = "badpkg"
-	cmd.Run()
-
-This is even safer than the previous snippet:
-there's no chance of running any bad `cgo.exe` that may exist.
-
-But it turns out that cgo itself also invokes the host C compiler,
-on some temporary files it creates, meaning it executes this code itself:
-
-	// running in cgo in badpkg dir
-	cmd := exec.Command("gcc", "tmpfile.c")
-	cmd.Run()
-
-Now, because cgo itself is running in `badpkg`,
-not in the directory where the `go` command was run,
-it will run `badpkg\gcc.exe` if that file exists,
-instead of finding the system `gcc`.
-
-So an attacker can create a malicious package that uses cgo and
-includes a `gcc.exe`, and then any Windows user
-that runs `go` `get` to download and build the attacker's package
-will run the attacker-supplied `gcc.exe` in preference to any
-`gcc` in the system path.
-
-Unix systems avoid the problem first because dot is typically not
-in the PATH and second because module unpacking does not
-set execute bits on the files it writes.
-But Unix users who have dot ahead of system directories
-in their PATH and are using GOPATH mode would be as susceptible
-as Windows users.
-(If that describes you, today is a good day to remove dot from your path
-and to start using Go modules.)
-
-(Thanks to [RyotaK](https://twitter.com/ryotkak) for [reporting this issue](https://golang.org/security) to us.)
-
-## The Fixes
-
-It's obviously unacceptable for the `go` `get` command to download
-and run a malicious `gcc.exe`.
-But what's the actual mistake that allows that?
-And then what's the fix?
-
-One possible answer is that the mistake is that `cgo` does the search for the host C compiler
-in the untrusted source directory instead of in the directory where the `go` command
-was invoked.
-If that's the mistake,
-then the fix is to change the `go` command to pass `cgo` the full path to the
-host C compiler, so that `cgo` need not do a PATH lookup in
-to the untrusted directory.
-
-Another possible answer is that the mistake is to look in dot
-during PATH lookups, whether happens automatically on Windows
-or because of an explicit PATH entry on a Unix system.
-A user may want to look in dot to find a command they typed
-in a console or shell window,
-but it's unlikely they also want to look there to find a subprocess of a subprocess
-of a typed command.
-If that's the mistake,
-then the fix is to change the `cgo` command not to look in dot during a PATH lookup.
-
-We decided both were mistakes, so we applied both fixes.
-The `go` command now passes the full host C compiler path to `cgo`.
-On top of that, `cgo`, `go`, and every other command in the Go distribution
-now use a variant of the `os/exec` package that reports an error if it would
-have previously used an executable from dot.
-The packages `go/build` and `go/import` use the same policy for
-their invocation of the `go` command and other tools.
-This should shut the door on any similar security problems that may be lurking.
-
-Out of an abundance of caution, we also made a similar fix in
-commands like `goimports` and `gopls`,
-as well as the libraries
-`golang.org/x/tools/go/analysis`
-and
-`golang.org/x/tools/go/packages`,
-which invoke the `go` command as a subprocess.
-If you run these programs in untrusted directories –
-for example, if you `git` `checkout` untrusted repositories
-and `cd` into them and then run programs like these,
-and you use Windows or use Unix with dot in your PATH –
-then you should update your copies of these commands too.
-If the only untrusted directories on your computer
-are the ones in the module cache managed by `go` `get`,
-then you only need the new Go release.
-
-After updating to the new Go release, you can update to the latest `gopls` by using:
-
-	GO111MODULE=on \
-	go get golang.org/x/tools/gopls@v0.6.4
-
-and you can update to the latest `goimports` or other tools by using:
-
-	GO111MODULE=on \
-	go get golang.org/x/tools/cmd/goimports@v0.1.0
-
-You can update programs that depend on `golang.org/x/tools/go/packages`,
-even before their authors do,
-by adding an explicit upgrade of the dependency during `go` `get`:
-
-	GO111MODULE=on \
-	go get example.com/cmd/thecmd golang.org/x/tools@v0.1.0
-
-For programs that use `go/build`, it is sufficient for you to recompile them
-using the updated Go release.
-
-Again, you only need to update these other programs if you
-are a Windows user or a Unix user with dot in the PATH
-_and_ you run these programs in source directories you do not trust
-that may contain malicious programs.
-
-## Are your own programs affected?
-
-If you use `exec.LookPath` or `exec.Command` in your own programs,
-you only need to be concerned if you (or your users) run your program
-in a directory with untrusted contents.
-If so, then a subprocess could be started using an executable
-from dot instead of from a system directory.
-(Again, using an executable from dot happens always on Windows
-and only with uncommon PATH settings on Unix.)
-
-If you are concerned, then we've published the more restricted variant
-of `os/exec` as [`golang.org/x/sys/execabs`](https://pkg.go.dev/golang.org/x/sys/execabs).
-You can use it in your program by simply replacing
-
-	import "os/exec"
-
-with
-
-	import exec "golang.org/x/sys/execabs"
-
-and recompiling.
-
-## Securing os/exec by default
-
-We have been discussing on
-[golang.org/issue/38736](https://golang.org/issue/38736)
-whether the Windows behavior of always preferring the current directory
-in PATH lookups (during `exec.Command` and `exec.LookPath`)
-should be changed.
-The argument in favor of the change is that it closes the kinds of
-security problems discussed in this blog post.
-A supporting argument is that although the Windows `SearchPath` API
-and `cmd.exe` still always search the current directory,
-PowerShell, the successor to `cmd.exe`, does not,
-an apparent recognition that the original behavior was a mistake.
-The argument against the change is that it could break existing Windows
-programs that intend to find programs in the current directory.
-We don’t know how many such programs exist,
-but they would get unexplained failures if the PATH lookups
-started skipping the current directory entirely.
-
-The approach we have taken in `golang.org/x/sys/execabs` may
-be a reasonable middle ground.
-It finds the result of the old PATH lookup and then returns a
-clear error rather than use a result from the current directory.
-The error returned from `exec.Command("prog")` when `prog.exe` exists looks like:
-
-	prog resolves to executable in current directory (.\prog.exe)
-
-For programs that do change behavior, this error should make very clear what has happened.
-Programs that intend to run a program from the current directory can use
-`exec.Command("./prog")` instead (that syntax works on all systems, even Windows).
-
-We have filed this idea as a new proposal, [golang.org/issue/43724](https://golang.org/issue/43724).
diff --git a/_content/pipelines.article b/_content/pipelines.article
deleted file mode 100644
index c898135..0000000
--- a/_content/pipelines.article
+++ /dev/null
@@ -1,319 +0,0 @@
-# Go Concurrency Patterns: Pipelines and cancellation
-13 Mar 2014
-Tags: concurrency, pipelines, cancellation
-Summary: How to use Go's concurrency to build data-processing pipelines.
-
-Sameer Ajmani
-
-## Introduction
-
-Go's concurrency primitives make it easy to construct streaming data pipelines
-that make efficient use of I/O and multiple CPUs.  This article presents
-examples of such pipelines, highlights subtleties that arise when operations
-fail, and introduces techniques for dealing with failures cleanly.
-
-## What is a pipeline?
-
-There's no formal definition of a pipeline in Go; it's just one of many kinds of
-concurrent programs.  Informally, a pipeline is a series of _stages_ connected
-by channels, where each stage is a group of goroutines running the same
-function.  In each stage, the goroutines
-
-  - receive values from _upstream_ via _inbound_ channels
-  - perform some function on that data, usually producing new values
-  - send values _downstream_ via _outbound_ channels
-
-Each stage has any number of inbound and outbound channels, except the
-first and last stages, which have only outbound or inbound channels,
-respectively.  The first stage is sometimes called the _source_ or
-_producer_; the last stage, the _sink_ or _consumer_.
-
-We'll begin with a simple example pipeline to explain the ideas and techniques.
-Later, we'll present a more realistic example.
-
-## Squaring numbers
-
-Consider a pipeline with three stages.
-
-The first stage, `gen`, is a function that converts a list of integers to a
-channel that emits the integers in the list.  The `gen` function starts a
-goroutine that sends the integers on the channel and closes the channel when all
-the values have been sent:
-
-.code pipelines/square.go /func gen/,/^}/
-
-The second stage, `sq`, receives integers from a channel and returns a
-channel that emits the square of each received integer.  After the
-inbound channel is closed and this stage has sent all the values
-downstream, it closes the outbound channel:
-
-.code pipelines/square.go /func sq/,/^}/
-
-The `main` function sets up the pipeline and runs the final stage: it receives
-values from the second stage and prints each one, until the channel is closed:
-
-.code pipelines/square.go /func main/,/^}/
-
-Since `sq` has the same type for its inbound and outbound channels, we
-can compose it any number of times.  We can also rewrite `main` as a
-range loop, like the other stages:
-
-.code pipelines/square2.go /func main/,/^}/
-
-## Fan-out, fan-in
-
-Multiple functions can read from the same channel until that channel is closed;
-this is called _fan-out_. This provides a way to distribute work amongst a group
-of workers to parallelize CPU use and I/O.
-
-A function can read from multiple inputs and proceed until all are closed by
-multiplexing the input channels onto a single channel that's closed when all the
-inputs are closed.  This is called _fan-in_.
-
-We can change our pipeline to run two instances of `sq`, each reading from the
-same input channel.  We introduce a new function, _merge_, to fan in the
-results:
-
-.code pipelines/sqfan.go /func main/,/^}/
-
-The `merge` function converts a list of channels to a single channel by starting
-a goroutine for each inbound channel that copies the values to the sole outbound
-channel.  Once all the `output` goroutines have been started, `merge` starts one
-more goroutine to close the outbound channel after all sends on that channel are
-done.
-
-Sends on a closed channel panic, so it's important to ensure all sends
-are done before calling close.  The
-[`sync.WaitGroup`](https://golang.org/pkg/sync/#WaitGroup) type
-provides a simple way to arrange this synchronization:
-
-.code pipelines/sqfan.go /func merge/,/^}/
-
-## Stopping short
-
-There is a pattern to our pipeline functions:
-
-  - stages close their outbound channels when all the send operations are done.
-  - stages keep receiving values from inbound channels until those channels are closed.
-
-This pattern allows each receiving stage to be written as a `range` loop and
-ensures that all goroutines exit once all values have been successfully sent
-downstream.
-
-But in real pipelines, stages don't always receive all the inbound
-values.  Sometimes this is by design: the receiver may only need a
-subset of values to make progress.  More often, a stage exits early
-because an inbound value represents an error in an earlier stage. In
-either case the receiver should not have to wait for the remaining
-values to arrive, and we want earlier stages to stop producing values
-that later stages don't need.
-
-In our example pipeline, if a stage fails to consume all the inbound values, the
-goroutines attempting to send those values will block indefinitely:
-
-.code pipelines/sqleak.go /first value/,/^}/
-
-This is a resource leak: goroutines consume memory and runtime resources, and
-heap references in goroutine stacks keep data from being garbage collected.
-Goroutines are not garbage collected; they must exit on their own.
-
-We need to arrange for the upstream stages of our pipeline to exit even when the
-downstream stages fail to receive all the inbound values.  One way to do this is
-to change the outbound channels to have a buffer.  A buffer can hold a fixed
-number of values; send operations complete immediately if there's room in the
-buffer:
-
-	c := make(chan int, 2) // buffer size 2
-	c <- 1  // succeeds immediately
-	c <- 2  // succeeds immediately
-	c <- 3  // blocks until another goroutine does <-c and receives 1
-
-When the number of values to be sent is known at channel creation time, a buffer
-can simplify the code.  For example, we can rewrite `gen` to copy the list of
-integers into a buffered channel and avoid creating a new goroutine:
-
-.code pipelines/sqbuffer.go /func gen/,/^}/
-
-Returning to the blocked goroutines in our pipeline, we might consider adding a
-buffer to the outbound channel returned by `merge`:
-
-.code pipelines/sqbuffer.go /func merge/,/unchanged/
-
-While this fixes the blocked goroutine in this program, this is bad code.  The
-choice of buffer size of 1 here depends on knowing the number of values `merge`
-will receive and the number of values downstream stages will consume.  This is
-fragile: if we pass an additional value to `gen`, or if the downstream stage
-reads any fewer values, we will again have blocked goroutines.
-
-Instead, we need to provide a way for downstream stages to indicate to the
-senders that they will stop accepting input.
-
-## Explicit cancellation
-
-When `main` decides to exit without receiving all the values from
-`out`, it must tell the goroutines in the upstream stages to abandon
-the values they're trying to send.  It does so by sending values on a
-channel called `done`.  It sends two values since there are
-potentially two blocked senders:
-
-.code pipelines/sqdone1.go /func main/,/^}/
-
-The sending goroutines replace their send operation with a `select` statement
-that proceeds either when the send on `out` happens or when they receive a value
-from `done`.  The value type of `done` is the empty struct because the value
-doesn't matter: it is the receive event that indicates the send on `out` should
-be abandoned.  The `output` goroutines continue looping on their inbound
-channel, `c`, so the upstream stages are not blocked. (We'll discuss in a moment
-how to allow this loop to return early.)
-
-.code pipelines/sqdone1.go /func merge/,/unchanged/
-
-This approach has a problem: _each_ downstream receiver needs to know the number
-of potentially blocked upstream senders and arrange to signal those senders on
-early return.  Keeping track of these counts is tedious and error-prone.
-
-We need a way to tell an unknown and unbounded number of goroutines to
-stop sending their values downstream.  In Go, we can do this by
-closing a channel, because
-[a receive operation on a closed channel can always proceed immediately, yielding the element type's zero value.](https://golang.org/ref/spec#Receive_operator)
-
-This means that `main` can unblock all the senders simply by closing
-the `done` channel.  This close is effectively a broadcast signal to
-the senders.  We extend _each_ of our pipeline functions to accept
-`done` as a parameter and arrange for the close to happen via a
-`defer` statement, so that all return paths from `main` will signal
-the pipeline stages to exit.
-
-.code pipelines/sqdone3.go /func main/,/^}/
-
-Each of our pipeline stages is now free to return as soon as `done` is closed.
-The `output` routine in `merge` can return without draining its inbound channel,
-since it knows the upstream sender, `sq`, will stop attempting to send when
-`done` is closed.  `output` ensures `wg.Done` is called on all return paths via
-a `defer` statement:
-
-.code pipelines/sqdone3.go /func merge/,/unchanged/
-
-Similarly, `sq` can return as soon as `done` is closed.  `sq` ensures its `out`
-channel is closed on all return paths via a `defer` statement:
-
-.code pipelines/sqdone3.go /func sq/,/^}/
-
-Here are the guidelines for pipeline construction:
-
-  - stages close their outbound channels when all the send operations are done.
-  - stages keep receiving values from inbound channels until those channels are closed or the senders are unblocked.
-
-Pipelines unblock senders either by ensuring there's enough buffer for all the
-values that are sent or by explicitly signalling senders when the receiver may
-abandon the channel.
-
-## Digesting a tree
-
-Let's consider a more realistic pipeline.
-
-MD5 is a message-digest algorithm that's useful as a file checksum.  The command
-line utility `md5sum` prints digest values for a list of files.
-
-	% md5sum *.go
-	d47c2bbc28298ca9befdfbc5d3aa4e65  bounded.go
-	ee869afd31f83cbb2d10ee81b2b831dc  parallel.go
-	b88175e65fdcbc01ac08aaf1fd9b5e96  serial.go
-
-Our example program is like `md5sum` but instead takes a single directory as an
-argument and prints the digest values for each regular file under that
-directory, sorted by path name.
-
-	% go run serial.go .
-	d47c2bbc28298ca9befdfbc5d3aa4e65  bounded.go
-	ee869afd31f83cbb2d10ee81b2b831dc  parallel.go
-	b88175e65fdcbc01ac08aaf1fd9b5e96  serial.go
-
-The main function of our program invokes a helper function `MD5All`, which
-returns a map from path name to digest value, then sorts and prints the results:
-
-.code pipelines/serial.go /func main/,/^}/
-
-The `MD5All` function is the focus of our discussion.  In
-[serial.go](pipelines/serial.go), the implementation uses no concurrency and
-simply reads and sums each file as it walks the tree.
-
-.code pipelines/serial.go /MD5All/,/^}/
-
-## Parallel digestion
-
-In [parallel.go](pipelines/parallel.go), we split `MD5All` into a two-stage
-pipeline.  The first stage, `sumFiles`, walks the tree, digests each file in
-a new goroutine, and sends the results on a channel with value type `result`:
-
-.code pipelines/parallel.go /type result/,/}/  HLresult
-
-`sumFiles` returns two channels: one for the `results` and another for the error
-returned by `filepath.Walk`.  The walk function starts a new goroutine to
-process each regular file, then checks `done`.  If `done` is closed, the walk
-stops immediately:
-
-.code pipelines/parallel.go /func sumFiles/,/^}/
-
-`MD5All` receives the digest values from `c`.  `MD5All` returns early on error,
-closing `done` via a `defer`:
-
-.code pipelines/parallel.go /func MD5All/,/^}/  HLdone
-
-## Bounded parallelism
-
-The `MD5All` implementation in [parallel.go](pipelines/parallel.go)
-starts a new goroutine for each file. In a directory with many large
-files, this may allocate more memory than is available on the machine.
-
-We can limit these allocations by bounding the number of files read in
-parallel.  In [bounded.go](pipelines/bounded.go), we do this by
-creating a fixed number of goroutines for reading files.  Our pipeline
-now has three stages: walk the tree, read and digest the files, and
-collect the digests.
-
-The first stage, `walkFiles`, emits the paths of regular files in the tree:
-
-.code pipelines/bounded.go /func walkFiles/,/^}/
-
-The middle stage starts a fixed number of `digester` goroutines that receive
-file names from `paths` and send `results` on channel `c`:
-
-.code pipelines/bounded.go /func digester/,/^}/ HLpaths
-
-Unlike our previous examples, `digester` does not close its output channel, as
-multiple goroutines are sending on a shared channel.  Instead, code in `MD5All`
-arranges for the channel to be closed when all the `digesters` are done:
-
-.code pipelines/bounded.go /fixed number/,/End of pipeline/ HLc
-
-We could instead have each digester create and return its own output
-channel, but then we would need additional goroutines to fan-in the
-results.
-
-The final stage receives all the `results` from `c` then checks the
-error from `errc`.  This check cannot happen any earlier, since before
-this point, `walkFiles` may block sending values downstream:
-
-.code pipelines/bounded.go /m := make/,/^}/ HLerrc
-
-## Conclusion
-
-This article has presented techniques for constructing streaming data pipelines
-in Go.  Dealing with failures in such pipelines is tricky, since each stage in
-the pipeline may block attempting to send values downstream, and the downstream
-stages may no longer care about the incoming data.  We showed how closing a
-channel can broadcast a "done" signal to all the goroutines started by a
-pipeline and defined guidelines for constructing pipelines correctly.
-
-Further reading:
-
-  - [Go Concurrency Patterns](https://talks.golang.org/2012/concurrency.slide#1)
-    ([video](https://www.youtube.com/watch?v=f6kdp27TYZs)) presents the basics
-    of Go's concurrency primitives and several ways to apply them.
-  - [Advanced Go Concurrency Patterns](https://blog.golang.org/advanced-go-concurrency-patterns)
-    ([video](http://www.youtube.com/watch?v=QDDwwePbDtw)) covers more complex
-    uses of Go's primitives,
-    especially `select`.
-  - Douglas McIlroy's paper [Squinting at Power Series](https://swtch.com/~rsc/thread/squint.pdf)
-    shows how Go-like concurrency provides elegant support for complex calculations.
diff --git a/_content/pipelines/bounded.go b/_content/pipelines/bounded.go
deleted file mode 100644
index 3977bef..0000000
--- a/_content/pipelines/bounded.go
+++ /dev/null
@@ -1,123 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"crypto/md5"
-	"errors"
-	"fmt"
-	"io/ioutil"
-	"os"
-	"path/filepath"
-	"sort"
-	"sync"
-)
-
-// walkFiles starts a goroutine to walk the directory tree at root and send the
-// path of each regular file on the string channel.  It sends the result of the
-// walk on the error channel.  If done is closed, walkFiles abandons its work.
-func walkFiles(done <-chan struct{}, root string) (<-chan string, <-chan error) {
-	paths := make(chan string)
-	errc := make(chan error, 1)
-	go func() { // HL
-		// Close the paths channel after Walk returns.
-		defer close(paths) // HL
-		// No select needed for this send, since errc is buffered.
-		errc <- filepath.Walk(root, func(path string, info os.FileInfo, err error) error { // HL
-			if err != nil {
-				return err
-			}
-			if !info.Mode().IsRegular() {
-				return nil
-			}
-			select {
-			case paths <- path: // HL
-			case <-done: // HL
-				return errors.New("walk canceled")
-			}
-			return nil
-		})
-	}()
-	return paths, errc
-}
-
-// A result is the product of reading and summing a file using MD5.
-type result struct {
-	path string
-	sum  [md5.Size]byte
-	err  error
-}
-
-// digester reads path names from paths and sends digests of the corresponding
-// files on c until either paths or done is closed.
-func digester(done <-chan struct{}, paths <-chan string, c chan<- result) {
-	for path := range paths { // HLpaths
-		data, err := ioutil.ReadFile(path)
-		select {
-		case c <- result{path, md5.Sum(data), err}:
-		case <-done:
-			return
-		}
-	}
-}
-
-// MD5All reads all the files in the file tree rooted at root and returns a map
-// from file path to the MD5 sum of the file's contents.  If the directory walk
-// fails or any read operation fails, MD5All returns an error.  In that case,
-// MD5All does not wait for inflight read operations to complete.
-func MD5All(root string) (map[string][md5.Size]byte, error) {
-	// MD5All closes the done channel when it returns; it may do so before
-	// receiving all the values from c and errc.
-	done := make(chan struct{})
-	defer close(done)
-
-	paths, errc := walkFiles(done, root)
-
-	// Start a fixed number of goroutines to read and digest files.
-	c := make(chan result) // HLc
-	var wg sync.WaitGroup
-	const numDigesters = 20
-	wg.Add(numDigesters)
-	for i := 0; i < numDigesters; i++ {
-		go func() {
-			digester(done, paths, c) // HLc
-			wg.Done()
-		}()
-	}
-	go func() {
-		wg.Wait()
-		close(c) // HLc
-	}()
-	// End of pipeline. OMIT
-
-	m := make(map[string][md5.Size]byte)
-	for r := range c {
-		if r.err != nil {
-			return nil, r.err
-		}
-		m[r.path] = r.sum
-	}
-	// Check whether the Walk failed.
-	if err := <-errc; err != nil { // HLerrc
-		return nil, err
-	}
-	return m, nil
-}
-
-func main() {
-	// Calculate the MD5 sum of all files under the specified directory,
-	// then print the results sorted by path name.
-	m, err := MD5All(os.Args[1])
-	if err != nil {
-		fmt.Println(err)
-		return
-	}
-	var paths []string
-	for path := range m {
-		paths = append(paths, path)
-	}
-	sort.Strings(paths)
-	for _, path := range paths {
-		fmt.Printf("%x  %s\n", m[path], path)
-	}
-}
diff --git a/_content/pipelines/parallel.go b/_content/pipelines/parallel.go
deleted file mode 100644
index 5ca3e76..0000000
--- a/_content/pipelines/parallel.go
+++ /dev/null
@@ -1,111 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"crypto/md5"
-	"errors"
-	"fmt"
-	"io/ioutil"
-	"os"
-	"path/filepath"
-	"sort"
-	"sync"
-)
-
-// A result is the product of reading and summing a file using MD5.
-type result struct {
-	path string
-	sum  [md5.Size]byte
-	err  error
-}
-
-// sumFiles starts goroutines to walk the directory tree at root and digest each
-// regular file.  These goroutines send the results of the digests on the result
-// channel and send the result of the walk on the error channel.  If done is
-// closed, sumFiles abandons its work.
-func sumFiles(done <-chan struct{}, root string) (<-chan result, <-chan error) {
-	// For each regular file, start a goroutine that sums the file and sends
-	// the result on c.  Send the result of the walk on errc.
-	c := make(chan result)
-	errc := make(chan error, 1)
-	go func() { // HL
-		var wg sync.WaitGroup
-		err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
-			if err != nil {
-				return err
-			}
-			if !info.Mode().IsRegular() {
-				return nil
-			}
-			wg.Add(1)
-			go func() { // HL
-				data, err := ioutil.ReadFile(path)
-				select {
-				case c <- result{path, md5.Sum(data), err}: // HL
-				case <-done: // HL
-				}
-				wg.Done()
-			}()
-			// Abort the walk if done is closed.
-			select {
-			case <-done: // HL
-				return errors.New("walk canceled")
-			default:
-				return nil
-			}
-		})
-		// Walk has returned, so all calls to wg.Add are done.  Start a
-		// goroutine to close c once all the sends are done.
-		go func() { // HL
-			wg.Wait()
-			close(c) // HL
-		}()
-		// No select needed here, since errc is buffered.
-		errc <- err // HL
-	}()
-	return c, errc
-}
-
-// MD5All reads all the files in the file tree rooted at root and returns a map
-// from file path to the MD5 sum of the file's contents.  If the directory walk
-// fails or any read operation fails, MD5All returns an error.  In that case,
-// MD5All does not wait for inflight read operations to complete.
-func MD5All(root string) (map[string][md5.Size]byte, error) {
-	// MD5All closes the done channel when it returns; it may do so before
-	// receiving all the values from c and errc.
-	done := make(chan struct{}) // HLdone
-	defer close(done)           // HLdone
-
-	c, errc := sumFiles(done, root) // HLdone
-
-	m := make(map[string][md5.Size]byte)
-	for r := range c { // HLrange
-		if r.err != nil {
-			return nil, r.err
-		}
-		m[r.path] = r.sum
-	}
-	if err := <-errc; err != nil {
-		return nil, err
-	}
-	return m, nil
-}
-
-func main() {
-	// Calculate the MD5 sum of all files under the specified directory,
-	// then print the results sorted by path name.
-	m, err := MD5All(os.Args[1])
-	if err != nil {
-		fmt.Println(err)
-		return
-	}
-	var paths []string
-	for path := range m {
-		paths = append(paths, path)
-	}
-	sort.Strings(paths)
-	for _, path := range paths {
-		fmt.Printf("%x  %s\n", m[path], path)
-	}
-}
diff --git a/_content/pipelines/serial.go b/_content/pipelines/serial.go
deleted file mode 100644
index 024ef47..0000000
--- a/_content/pipelines/serial.go
+++ /dev/null
@@ -1,55 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"crypto/md5"
-	"fmt"
-	"io/ioutil"
-	"os"
-	"path/filepath"
-	"sort"
-)
-
-// MD5All reads all the files in the file tree rooted at root and returns a map
-// from file path to the MD5 sum of the file's contents.  If the directory walk
-// fails or any read operation fails, MD5All returns an error.
-func MD5All(root string) (map[string][md5.Size]byte, error) {
-	m := make(map[string][md5.Size]byte)
-	err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error { // HL
-		if err != nil {
-			return err
-		}
-		if !info.Mode().IsRegular() {
-			return nil
-		}
-		data, err := ioutil.ReadFile(path) // HL
-		if err != nil {
-			return err
-		}
-		m[path] = md5.Sum(data) // HL
-		return nil
-	})
-	if err != nil {
-		return nil, err
-	}
-	return m, nil
-}
-
-func main() {
-	// Calculate the MD5 sum of all files under the specified directory,
-	// then print the results sorted by path name.
-	m, err := MD5All(os.Args[1]) // HL
-	if err != nil {
-		fmt.Println(err)
-		return
-	}
-	var paths []string
-	for path := range m {
-		paths = append(paths, path)
-	}
-	sort.Strings(paths) // HL
-	for _, path := range paths {
-		fmt.Printf("%x  %s\n", m[path], path)
-	}
-}
diff --git a/_content/pipelines/sqbuffer.go b/_content/pipelines/sqbuffer.go
deleted file mode 100644
index 386790c..0000000
--- a/_content/pipelines/sqbuffer.go
+++ /dev/null
@@ -1,75 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int, len(nums))
-	for _, n := range nums {
-		out <- n
-	}
-	close(out)
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent.
-func merge(cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup
-	out := make(chan int, 1) // enough space for the unread inputs
-	// ... the rest is unchanged ...
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c is closed, then calls wg.Done.
-	output := func(c <-chan int) {
-		for n := range c {
-			out <- n
-		}
-		wg.Done()
-	}
-	wg.Add(len(cs))
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait()
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	in := gen(2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(in)
-	c2 := sq(in)
-
-	// Consume the first value from output.
-	out := merge(c1, c2)
-	fmt.Println(<-out) // 4 or 9
-	return
-	// The second value is sent into out's buffer, and all goroutines exit.
-}
diff --git a/_content/pipelines/sqdone1.go b/_content/pipelines/sqdone1.go
deleted file mode 100644
index e77818a..0000000
--- a/_content/pipelines/sqdone1.go
+++ /dev/null
@@ -1,83 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int, len(nums))
-	for _, n := range nums {
-		out <- n
-	}
-	close(out)
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent.
-func merge(done <-chan struct{}, cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup
-	out := make(chan int)
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c is closed or it receives a value
-	// from done, then output calls wg.Done.
-	output := func(c <-chan int) {
-		for n := range c {
-			select {
-			case out <- n:
-			case <-done: // HL
-			}
-		}
-		wg.Done()
-	}
-	// ... the rest is unchanged ...
-
-	wg.Add(len(cs))
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait()
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	in := gen(2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(in)
-	c2 := sq(in)
-
-	// Consume the first value from output.
-	done := make(chan struct{}, 2) // HL
-	out := merge(done, c1, c2)
-	fmt.Println(<-out) // 4 or 9
-
-	// Tell the remaining senders we're leaving.
-	done <- struct{}{} // HL
-	done <- struct{}{} // HL
-}
diff --git a/_content/pipelines/sqdone2.go b/_content/pipelines/sqdone2.go
deleted file mode 100644
index c6712c8..0000000
--- a/_content/pipelines/sqdone2.go
+++ /dev/null
@@ -1,80 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int, len(nums))
-	for _, n := range nums {
-		out <- n
-	}
-	close(out)
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent.
-func merge(done <-chan struct{}, cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup
-	out := make(chan int)
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c or done is closed, then calls
-	// wg.Done.
-	output := func(c <-chan int) {
-		for n := range c {
-			select {
-			case out <- n:
-			case <-done: // HL
-			}
-		}
-		wg.Done()
-	}
-	wg.Add(len(cs))
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait()
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	in := gen(2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(in)
-	c2 := sq(in)
-
-	// Consume the first value from output.
-	done := make(chan struct{}) // HL
-	out := merge(done, c1, c2)  // HL
-	fmt.Println(<-out)          // 4 or 9
-
-	// Tell the remaining senders we're leaving.
-	close(done) // HL
-}
diff --git a/_content/pipelines/sqdone3.go b/_content/pipelines/sqdone3.go
deleted file mode 100644
index 5540a42..0000000
--- a/_content/pipelines/sqdone3.go
+++ /dev/null
@@ -1,92 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(done <-chan struct{}, nums ...int) <-chan int {
-	out := make(chan int, len(nums))
-	for _, n := range nums {
-		// We ignore done here because these sends cannot block.
-		out <- n
-	}
-	close(out)
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in or done is closed.  Then sq closes the returned channel.
-func sq(done <-chan struct{}, in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		defer close(out) // HL
-		for n := range in {
-			select {
-			case out <- n * n:
-			case <-done:
-				return // HL
-			}
-		}
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent or after done is closed.
-func merge(done <-chan struct{}, cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup
-	out := make(chan int)
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c or done is closed, then calls
-	// wg.Done.
-	output := func(c <-chan int) {
-		defer wg.Done() // HL
-		for n := range c {
-			select {
-			case out <- n:
-			case <-done:
-				return // HL
-			}
-		}
-	}
-	// ... the rest is unchanged ...
-
-	wg.Add(len(cs))
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait()
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	// Set up a done channel that's shared by the whole pipeline,
-	// and close that channel when this pipeline exits, as a signal
-	// for all the goroutines we started to exit.
-	done := make(chan struct{}) // HL
-	defer close(done)           // HL
-
-	in := gen(done, 2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(done, in)
-	c2 := sq(done, in)
-
-	// Consume the first value from output.
-	out := merge(done, c1, c2)
-	fmt.Println(<-out) // 4 or 9
-
-	// done will be closed by the deferred call. // HL
-}
diff --git a/_content/pipelines/sqfan.go b/_content/pipelines/sqfan.go
deleted file mode 100644
index be5138c..0000000
--- a/_content/pipelines/sqfan.go
+++ /dev/null
@@ -1,75 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for _, n := range nums {
-			out <- n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent.
-func merge(cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup // HL
-	out := make(chan int)
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c is closed, then calls wg.Done.
-	output := func(c <-chan int) {
-		for n := range c {
-			out <- n
-		}
-		wg.Done() // HL
-	}
-	wg.Add(len(cs)) // HL
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait() // HL
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	in := gen(2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(in)
-	c2 := sq(in)
-
-	// Consume the merged output from c1 and c2.
-	for n := range merge(c1, c2) {
-		fmt.Println(n) // 4 then 9, or 9 then 4
-	}
-}
diff --git a/_content/pipelines/sqleak.go b/_content/pipelines/sqleak.go
deleted file mode 100644
index 47d99a6..0000000
--- a/_content/pipelines/sqleak.go
+++ /dev/null
@@ -1,77 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"sync"
-)
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for _, n := range nums {
-			out <- n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// merge receives values from each input channel and sends them on the returned
-// channel.  merge closes the returned channel after all the input values have
-// been sent.
-func merge(cs ...<-chan int) <-chan int {
-	var wg sync.WaitGroup
-	out := make(chan int)
-
-	// Start an output goroutine for each input channel in cs.  output
-	// copies values from c to out until c is closed, then calls wg.Done.
-	output := func(c <-chan int) {
-		for n := range c {
-			out <- n
-		}
-		wg.Done()
-	}
-	wg.Add(len(cs))
-	for _, c := range cs {
-		go output(c)
-	}
-
-	// Start a goroutine to close out once all the output goroutines are
-	// done.  This must start after the wg.Add call.
-	go func() {
-		wg.Wait()
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	in := gen(2, 3)
-
-	// Distribute the sq work across two goroutines that both read from in.
-	c1 := sq(in)
-	c2 := sq(in)
-
-	// Consume the first value from the output.
-	out := merge(c1, c2)
-	fmt.Println(<-out) // 4 or 9
-	return
-	// Since we didn't receive the second value from out,
-	// one of the output goroutines is hung attempting to send it.
-}
diff --git a/_content/pipelines/square.go b/_content/pipelines/square.go
deleted file mode 100644
index e558bae..0000000
--- a/_content/pipelines/square.go
+++ /dev/null
@@ -1,40 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for _, n := range nums {
-			out <- n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	// Set up the pipeline.
-	c := gen(2, 3)
-	out := sq(c)
-
-	// Consume the output.
-	fmt.Println(<-out) // 4
-	fmt.Println(<-out) // 9
-}
diff --git a/_content/pipelines/square2.go b/_content/pipelines/square2.go
deleted file mode 100644
index a4108ee..0000000
--- a/_content/pipelines/square2.go
+++ /dev/null
@@ -1,37 +0,0 @@
-// +build OMIT
-
-package main
-
-import "fmt"
-
-// gen sends the values in nums on the returned channel, then closes it.
-func gen(nums ...int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for _, n := range nums {
-			out <- n
-		}
-		close(out)
-	}()
-	return out
-}
-
-// sq receives values from in, squares them, and sends them on the returned
-// channel, until in is closed.  Then sq closes the returned channel.
-func sq(in <-chan int) <-chan int {
-	out := make(chan int)
-	go func() {
-		for n := range in {
-			out <- n * n
-		}
-		close(out)
-	}()
-	return out
-}
-
-func main() {
-	// Set up the pipeline and consume the output.
-	for n := range sq(sq(gen(2, 3))) {
-		fmt.Println(n) // 16 then 81
-	}
-}
diff --git a/_content/pkg.go.dev-2020.article b/_content/pkg.go.dev-2020.article
deleted file mode 100644
index 5255f54..0000000
--- a/_content/pkg.go.dev-2020.article
+++ /dev/null
@@ -1,105 +0,0 @@
-# Next steps for pkg.go.dev
-31 Jan 2020
-Summary: What the Go team is planning for pkg.go.dev in 2020.
-
-Julie Qiu
-julie@golang.org
-
-## Introduction
-
-In 2019, we launched [go.dev](https://go.dev), a new hub for Go
-developers.
-
-As part of the site, we also launched [pkg.go.dev](https://pkg.go.dev), a
-central source of information about Go packages and modules. Like
-[godoc.org](https://godoc.org), pkg.go.dev serves Go
-documentation. However, it also understands modules and has information about
-past versions of a package!
-
-Throughout this year, we will be adding features to
-[pkg.go.dev](https://pkg.go.dev) to help our users better understand their
-dependencies and help them make better decisions around what libraries to
-import.
-
-## Redirecting godoc.org requests to pkg.go.dev
-
-To minimize confusion about which site to use, later this year we are planning
-to redirect traffic from [godoc.org](https://godoc.org) to the corresponding
-page on [pkg.go.dev](https://pkg.go.dev). We need your help to ensure that
-pkg.go.dev addresses all of our users' needs. We encourage everyone to begin
-using pkg.go.dev today for all of their needs and provide feedback.
-
-Your feedback will inform our transition plan, with the goal of making
-[pkg.go.dev](https://pkg.go.dev) our primary source of information and
-documentation for packages and modules. We’re sure there are things that you
-want to see on pkg.go.dev, and we want to hear from you
-about what those features are!
-
-You can share your feedback with us on these channels:
-
-  - Post on the [Go issue tracker](https://golang.org/s/discovery-feedback).
-  - Email [go-discovery-feedback@google.com](mailto:go-discovery-feedback@google.com).
-  - Click “Share Feedback” or “Report an Issue” in the go.dev footer.
-
-As part of this transition, we will also be discussing plans for API access to
-[pkg.go.dev](https://pkg.go.dev). We will be posting updates on
-[Go issue 33654](https://golang.org/s/discovery-updates).
-
-## Frequently asked questions
-
-Since our launch in November, we’ve received tons of great feedback about
-[pkg.go.dev](https://pkg.go.dev) from Go users. For the remainder of this post, we thought it would
-be helpful to answer some frequently asked questions.
-
-### My package doesn’t show up on pkg.go.dev! How do I add it?
-
-We monitor the [Go Module Index](https://index.golang.org/index) regularly for
-new packages to add to [pkg.go.dev](https://pkg.go.dev). If you don’t see a
-package on pkg.go.dev, you can add it by fetching the module version from
-[proxy.golang.org](https://proxy.golang.org). See
-[go.dev/about](https://go.dev/about) for instructions.
-
-### My package has license restrictions. What’s wrong with it?
-
-We understand it can be a frustrating experience to not be able to see the
-package you want in its entirety on [pkg.go.dev](https://pkg.go.dev). We
-appreciate your patience as we improve our license detection algorithm.
-
-Since our launch in November, we've made the following improvements:
-
-  - Updated our [license policy](https://pkg.go.dev/license-policy) to include the list of licenses that we detect and recognize
-  - Worked with the [licensecheck](https://github.com/google/licensecheck) team to improve detection for copyright notices
-  - Established a manual review process for special cases
-
-As always, our license policy is at
-[pkg.go.dev/license-policy](https://pkg.go.dev/license-policy). If you are
-having issues, feel free to [file an issue on the Go issue tracker](https://golang.org/s/discovery-feedback), or email
-[go-discovery-feedback@google.com](mailto:go-discovery-feedback@google.com)
-so that we can work with you directly!
-
-### Will pkg.go.dev be open-sourced so I can run it at work for my private code?
-
-We understand that corporations with private code want to run a documentation
-server that provides module support. We want to help meet that need, but we
-feel we don’t yet understand it as well as we need to.
-
-We’ve heard from users that running the [godoc.org](https://godoc.org) server
-is more complex than it should be, because it is designed for serving at public
-internet scale instead of just within a company. We believe the current
-[pkg.go.dev](https://pkg.go.dev) server would have the same problem.
-
-We think a new server is more likely to be the right answer for use with
-private code, instead of exposing every company to the complexity of running
-the internet-scale [pkg.go.dev](https://pkg.go.dev) codebase. In addition to
-serving documentation, a new server could also serve information to
-[goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=doc) and
-[gopls](https://pkg.go.dev/golang.org/x/tools/gopls).
-
-If you want to run such a server, please fill out this
-[**3-5 minute survey**](https://google.qualtrics.com/jfe/form/SV_6FHmaLveae6d8Bn)
-to help us better understand your needs. This survey will be available until
-March 1st, 2020.
-
-We’re excited about the future of [pkg.go.dev](https://pkg.go.dev) in 2020,
-and we hope you are too! We look forward to hearing your feedback and working
-with the Go community on this transition.
diff --git a/_content/pkgsite-redesign.article b/_content/pkgsite-redesign.article
deleted file mode 100644
index db22bff..0000000
--- a/_content/pkgsite-redesign.article
+++ /dev/null
@@ -1,91 +0,0 @@
-# Pkg.go.dev has a new look!
-12:00 10 Nov 2020
-Summary: Announcing a new user experience on pkg.go.dev.
-
-Julie Qiu
-
-##
-
-Since launching [pkg.go.dev](https://pkg.go.dev), we’ve received a lot of great
-feedback on design and usability.
-In particular, it was clear that the way information was organized confused
-users when navigating the site.
-
-Today we’re excited to share a redesigned pkg.go.dev,
-which we hope will be clearer and more helpful.
-This blog post presents the highlights. For details,
-see [Go issue 41585](https://golang.org/issue/41585).
-
-## Consistent landing page for all paths
-
-The main change is that the pkg.go.dev/\<path> page has been reorganized
-around the idea of a path.
-A path represents a directory in a particular version of a module.
-Now, regardless of what’s in that directory,
-every path page will have the same layout,
-with the goal of making the experience consistently useful and predictable.
-
-<figure class="image">
-  <img src="pkgsite-redesign/path.png" width="800" alt="Landing page for cloud.google.com/go/storage" style="border: 1px solid black;">
-  <figcaption>
-    Fig 1. Landing page for
-    <a href="https://pkg.go.dev/cloud.google.com/go/storage">https://pkg.go.dev/cloud.google.com/go/storage</a>.
-  </figcaption>
-</figure>
-
-The path page will display the README at that path if there is one.
-Previously, the overview tab only showed the README if present at the module root.
-This is one of many changes we’re making to place the most important information up front.
-
-## Documentation navigation
-
-The documentation section now displays an index along with a sidenav.
-This gives the ability to see the full package API,
-while having context as they are navigating the documentation section.
-There is also a new Jump To input box in the left sidenav,
-to search for identifiers.
-
-
-<figure class="image">
-  <img src="pkgsite-redesign/nav.png" width="800" alt="Jump To feature navigating net/http" style="border: 1px solid black;">
-  <figcaption>
-    Fig 2. Jump To feature on
-    <a href="https://pkg.go.dev/net/http">https://pkg.go.dev/net/http</a>.
-  </figcaption>
-</figure>
-
-See [Go issue 41587](https://golang.org/issue/41587) for details on changes in the documentation section.
-
-## Metadata on main page
-
-The top bar on each page now shows additional metadata,
-such as each package’s “imports” and “imported by” counts.
-Banners also show information about the latest minor and major versions of a module.
-See [Go issue 41588](https://golang.org/issue/41588) for details.
-
-<figure class="image">
-  <img src="pkgsite-redesign/meta.png" width="800" alt="Header metadata for github.com/russross/blackfriday" style="border: 1px solid black;">
-  <figcaption>
-    Fig 3. Header metadata for
-    <a href="https://pkg.go.dev/github.com/russross/blackfriday">https://pkg.go.dev/github.com/russross/blackfriday</a>.
-  </figcaption>
-</figure>
-
-## Video Walkthrough
-
-Last week at [Google Open Source Live](https://opensourcelive.withgoogle.com/events/go),
-we presented a walkthrough of the new site experience in our talk,
-[Level Up: Go Package Discovery and Editor Tooling](https://www.youtube.com/watch?v=n7ayE29b7QA&feature=emb_logo).
-
-.iframe https://www.youtube.com/embed/n7ayE29b7QA 400 650
-
-## Feedback
-
-We’re excited to share this updated design with you.
-As always, please let us know what you think via the “Share Feedback”
-and “Report an Issue” links at the bottom of every page of the site.
-
-And if you’re interested in contributing to this project, pkg.go.dev is open source! Check out the
-[contribution guidelines](https://go.googlesource.com/pkgsite/+/refs/heads/master/CONTRIBUTING.md)
-to find out more.
-
diff --git a/_content/pkgsite-redesign/meta.png b/_content/pkgsite-redesign/meta.png
deleted file mode 100644
index 7999934..0000000
--- a/_content/pkgsite-redesign/meta.png
+++ /dev/null
Binary files differ
diff --git a/_content/pkgsite-redesign/nav.png b/_content/pkgsite-redesign/nav.png
deleted file mode 100644
index efdf372..0000000
--- a/_content/pkgsite-redesign/nav.png
+++ /dev/null
Binary files differ
diff --git a/_content/pkgsite-redesign/path.png b/_content/pkgsite-redesign/path.png
deleted file mode 100644
index 3af7fba..0000000
--- a/_content/pkgsite-redesign/path.png
+++ /dev/null
Binary files differ
diff --git a/_content/pkgsite.article b/_content/pkgsite.article
deleted file mode 100644
index 15ca815..0000000
--- a/_content/pkgsite.article
+++ /dev/null
@@ -1,56 +0,0 @@
-# Pkg.go.dev is open source!
-15 Jun 2020
-
-Julie Qiu
-julie@golang.org
-
-##
-
-We’re excited to announce that the codebase for
-[pkg.go.dev](https://pkg.go.dev) is now open source.
-
-The repository lives at
-[go.googlesource.com/pkgsite](https://go.googlesource.com/pkgsite)
-and is mirrored to
-[github.com/golang/pkgsite](https://github.com/golang/pkgsite).
-We will continue using the Go issue tracker to track
-[feedback](https://github.com/golang/go/labels/go.dev)
-related to pkg.go.dev.
-
-## Contributing
-
-If you are interested in contributing to any
-[issues related to pkg.go.dev](https://github.com/golang/go/labels/go.dev),
-check out our
-[contribution guidelines](https://go.googlesource.com/pkgsite/+/refs/heads/master/CONTRIBUTING.md).
-We also encourage you to continue
-[filing issues](https://golang.org/s/discovery-feedback)
-if you run into problems or have feedback.
-
-## What’s Next
-
-We really appreciate all the feedback we’ve received so far. It has been a big
-help in shaping our
-[roadmap](https://go.googlesource.com/pkgsite#roadmap) for the coming year.
-Now that pkg.go.dev is open source, here’s what we’ll be working on next:
-
-- We have some design changes planned for pkg.go.dev,
-  to address
-  [UX feedback](https://github.com/golang/go/issues?q=is%3Aissue+is%3Aopen+label%3Ago.dev+label%3AUX)
-  that we have received. You can expect a more cohesive search and navigation
-  experience. We plan to share these designs for feedback once they are ready.
-
-- We know that there are features available on godoc.org that users
-  want to see on pkg.go.dev. We’ve been keeping track of them on
-  [Go issue #39144](https://golang.org/issue/39144),
-  and will prioritize adding them in the next few months. We also plan to
-  continue improving our license detection algorithm based on feedback.
-
-- We’ll be improving our search experience based on feedback in
-  [Go issue #37810](https://golang.org/issue/37810),
-  to make it easier for users to find the dependencies they are looking for and
-  make better decisions around which ones to import.
-
-Thanks for being patient with us in the process of open sourcing pkg.go.dev.
-We’re looking forward to receiving your contributions and working with you on
-the future of the project.
diff --git a/_content/playground-intro.article b/_content/playground-intro.article
deleted file mode 100644
index 2b3cf1c..0000000
--- a/_content/playground-intro.article
+++ /dev/null
@@ -1,39 +0,0 @@
-# Introducing the Go Playground
-15 Sep 2010
-Tags: playground
-Summary: Announcing the Go Playground, https://play.golang.org/.
-OldURL: /introducing-go-playground
-
-Andrew Gerrand
-
-##
-
-If you visit [golang.org](https://golang.org/) today you'll see our new look.
-We have given the site a new coat of paint and reorganized its content to
-make it easier to find.
-These changes are also reflected in the web interface of [godoc](https://golang.org/cmd/godoc/),
-the Go documentation tool.
-But the real news is a prominent new feature: the [Go Playground](https://golang.org/).
-
-.image playground-intro/screenshot.png
-
-The Playground allows anyone with a web browser to write Go code that we
-immediately compile,
-link, and run on our servers.
-There are a few example programs to get you started (see the "Examples" drop-down).
-We hope that this will give curious programmers an opportunity to try the
-language before [installing it](https://golang.org/doc/install.html),
-and experienced Go users a convenient place in which to experiment.
-Beyond the front page, this functionality has the potential to make our
-reference and tutorial materials more engaging.
-We hope to extend its use in the near future.
-
-Of course, there are some limitations to the kinds of programs you can run in the Playground.
-We can't simply accept arbitrary code and run it on our servers without restrictions.
-The programs build and run in a sandbox with a reduced standard library;
-the only communication your program has to the outside world is via standard output,
-and there are limits to CPU and memory use.
-As such, consider this just a taste of the wonderful world of Go;
-to have the full experience you'll need to [download it yourself](https://golang.org/doc/install.html).
-If you've been meaning to try Go but never got around to it,
-why not visit [golang.org](https://golang.org/) to try it right now?
diff --git a/_content/playground-intro/screenshot.png b/_content/playground-intro/screenshot.png
deleted file mode 100644
index 1694893..0000000
--- a/_content/playground-intro/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/_content/playground.article b/_content/playground.article
deleted file mode 100644
index e746b99..0000000
--- a/_content/playground.article
+++ /dev/null
@@ -1,362 +0,0 @@
-# Inside the Go Playground
-12 Dec 2013
-Tags: playground
-Summary: How the Go playground works.
-
-Andrew Gerrand
-
-## Introduction
-
-_NOTE: This article does not describe the current version of the Go Playground._
-
-In September 2010 we [introduced the Go Playground](https://blog.golang.org/introducing-go-playground),
-a web service that compiles and executes arbitrary Go code and returns the
-program output.
-
-If you're a Go programmer then you have probably already used the playground
-by using the [Go Playground](https://play.golang.org) directly,
-taking the [Go Tour](https://tour.golang.org),
-or running [executable examples](https://golang.org/pkg/strings/#pkg-examples)
-from the Go documentation.
-
-You may also have used it by clicking one of the "Run" buttons in a slide
-deck on [talks.golang.org](https://talks.golang.org/) or a post on this
-very blog
-(such as the [recent article on Strings](https://blog.golang.org/strings)).
-
-In this article we will take a look at how the playground is implemented
-and integrated with these services.
-The implementation involves a variant operating system environment and runtime
-and our description here assumes you have some familiarity with systems
-programming using Go.
-
-## Overview
-
-.image playground/overview.png
-
-The playground service has three parts:
-
-  - A back end that runs on Google's servers.
-    It receives RPC requests, compiles the user program using the gc tool chain,
-    executes the user program, and returns the program output (or compilation
-    errors) as the RPC response.
-  - A front end that runs on [Google App Engine](https://cloud.google.com/appengine/docs/go/).
-    It receives HTTP requests from the client and makes corresponding RPC requests to the back end.
-    It also does some caching.
-  - A JavaScript client that implements the user interface and makes HTTP requests to the front end.
-
-## The back end
-
-The back end program itself is trivial, so we won't discuss its implementation
-here. The interesting part is how we safely execute arbitrary user code in a
-secure environment while still providing core functionality such as time, the
-network, and the file system.
-
-To isolate user programs from Google's infrastructure, the back end runs
-them under [Native Client](https://developers.google.com/native-client/)
-(or "NaCl"), a technology developed by Google to permit the safe execution of
-x86 programs inside web browsers. The back end uses a special version of the gc
-tool chain that generates NaCl executables.
-
-(This special tool chain was merged into Go 1.3.
-To learn more, read the [design document](https://golang.org/s/go13nacl).)
-
-NaCl limits the amount of CPU and RAM a program may consume, and it prevents
-programs from accessing the network or file system.
-This presents a problem, however.
-Go's concurrency and networking support are among its key strengths,
-and access to the file system is vital for many programs.
-To demonstrate concurrency effectively we need time, and to demonstrate
-networking and the file system we obviously need a network and a file system.
-
-Although all these things are supported today, the first version of the
-playground, launched in 2010, had none of them.
-The current time was fixed at 10 November 2009, `time.Sleep` had no effect,
-and most functions of the `os` and `net` packages were stubbed out to
-return an `EINVALID` error.
-
-A year ago we
-[implemented fake time](https://groups.google.com/d/msg/golang-nuts/JBsCrDEVyVE/30MaQsiQcWoJ)
-in the playground, so that programs that sleep would behave correctly.
-A more recent update to the playground introduced a fake network stack and a
-fake file system, making the playground's tool chain similar to a normal
-Go tool chain.
-These facilities are described in the following sections.
-
-### Faking time
-
-Playground programs are limited in the amount of CPU time and memory they can
-use, but they are also restricted in how much real time they can use.
-This is because each running program consumes resources on the back end
-and any stateful infrastructure between it and the client.
-Limiting the run time of each playground program makes our service more
-predictable and defends us against denial of service attacks.
-
-But these restrictions become stifling when running code that uses time.
-The [Go Concurrency Patterns](https://talks.golang.org/2012/concurrency.slide)
-talk demonstrates concurrency with examples that use timing functions like
-[`time.Sleep`](https://golang.org/pkg/time/#Sleep) and
-[`time.After`](https://golang.org/pkg/time/#After).
-When run under early versions of the playground, these programs' sleeps would
-have no effect and their behavior would be strange (and sometimes wrong).
-
-By using a clever trick we can make a Go program _think_ that it is sleeping,
-when really the sleeps take no time at all.
-To explain the trick we first need to understand how the scheduler manages
-sleeping goroutines.
-
-When a goroutine calls `time.Sleep` (or similar) the scheduler adds a timer to
-a heap of pending timers and puts the goroutine to sleep.
-Meanwhile, a special timer goroutine manages that heap.
-When the timer goroutine starts it tells the scheduler to wake
-it when the next pending timer is ready to fire and then sleeps.
-When it wakes up it checks which timers have expired, wakes the appropriate
-goroutines, and goes back to sleep.
-
-The trick is to change the condition that wakes the timer goroutine.
-Instead of waking it after a specific time period, we modify the scheduler to
-wait for a deadlock; the state where all goroutines are blocked.
-
-The playground version of the runtime maintains its own internal clock. When
-the modified scheduler detects a deadlock it checks whether any timers are
-pending. If so, it advances the internal clock to the trigger time of the
-earliest timer and then wakes the timer goroutine. Execution continues and the
-program believes that time has passed, when in fact the sleep was nearly
-instantaneous.
-
-These changes to the scheduler can be found in [`proc.c`](https://golang.org/cl/73110043)
-and [`time.goc`](https://golang.org/cl/73110043).
-
-Fake time fixes the issue of resource exhaustion on the back end, but what
-about the program output? It would be odd to see a program that sleeps run to
-completion correctly without taking any time.
-
-The following program prints the current time each second and then exits after
-three seconds. Try running it.
-
-.play -edit playground/time.go /^func main/,$
-
-How does this work? It is a collaboration between the back end, front end, and client.
-
-We capture the timing of each write to standard output and standard error and
-provide it to the client. Then the client can "play back" the writes with the
-correct timing, so that the output appears just as if the program were running
-locally.
-
-The playground's `runtime` package provides a special
-[`write` function](https://github.com/golang/go/blob/go1.3/src/pkg/runtime/sys_nacl_amd64p32.s#L54)
-that includes a small "playback header" before each write.
-The playback header comprises a magic string, the current time, and the
-length of the write data. A write with a playback header has this structure:
-
-	0 0 P B <8-byte time> <4-byte data length> <data>
-
-The raw output of the program above looks like this:
-
-	\x00\x00PB\x11\x74\xef\xed\xe6\xb3\x2a\x00\x00\x00\x00\x1e2009-11-10 23:00:01 +0000 UTC
-	\x00\x00PB\x11\x74\xef\xee\x22\x4d\xf4\x00\x00\x00\x00\x1e2009-11-10 23:00:02 +0000 UTC
-	\x00\x00PB\x11\x74\xef\xee\x5d\xe8\xbe\x00\x00\x00\x00\x1e2009-11-10 23:00:03 +0000 UTC
-
-The front end parses this output as a series of events
-and returns a list of events to the client as a JSON object:
-
-	{
-		"Errors": "",
-		"Events": [
-			{
-				"Delay": 1000000000,
-				"Message": "2009-11-10 23:00:01 +0000 UTC\n"
-			},
-			{
-				"Delay": 1000000000,
-				"Message": "2009-11-10 23:00:02 +0000 UTC\n"
-			},
-			{
-				"Delay": 1000000000,
-				"Message": "2009-11-10 23:00:03 +0000 UTC\n"
-			}
-		]
-	}
-
-The JavaScript client (running in the user's web browser) then plays back the
-events using the provided delay intervals.
-To the user it appears that the program is running in real time.
-
-### Faking the file system
-
-Programs built with the Go's NaCl tool chain cannot access the local machine's
-file system. Instead, the `syscall` package's file-related functions
-(`Open`, `Read`, `Write`, and so on) operate on an in-memory file system
-that is implemented by the `syscall` package itself.
-Since package `syscall` is the interface between the Go code and the operating
-system kernel, user programs see the file system exactly the same way as they
-would a real one.
-
-The following example program writes data to a file, and then copies
-its contents to standard output. Try running it. (You can edit it, too!)
-
-.play -edit playground/os.go /^func main/,$
-
-When a process starts, the file system is populated with some devices under
-`/dev` and an empty `/tmp` directory. The program can manipulate the file
-system as usual, but when the process exits any changes to the file system are
-lost.
-
-There is also a provision to load a zip file into the file system at init time
-(see [`unzip_nacl.go`](https://github.com/golang/go/blob/go1.3/src/pkg/syscall/unzip_nacl.go)).
-So far we have only used the unzip facility to provide the data files required
-to run the standard library tests, but we intend to provide playground programs
-with a set of files that can be used in documentation examples, blog posts, and
-the Go Tour.
-
-The implementation can be found in the
-[`fs_nacl.go`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fs_nacl.go) and
-[`fd_nacl.go`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fd_nacl.go) files
-(which, by virtue of their `_nacl` suffix, are built into package `syscall` only
-when `GOOS` is set to `nacl`).
-
-The file system itself is represented by the
-[`fsys` struct](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fs_nacl.go#L26),
-of which a global instance (named `fs`) is created during init time.
-The various file-related functions then operate on `fs` instead of making the
-actual system call.
-For instance, here is the [`syscall.Open`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fs_nacl.go#L473) function:
-
-	func Open(path string, openmode int, perm uint32) (fd int, err error) {
-		fs.mu.Lock()
-		defer fs.mu.Unlock()
-		f, err := fs.open(path, openmode, perm&0777|S_IFREG)
-		if err != nil {
-			return -1, err
-		}
-		return newFD(f), nil
-	}
-
-File descriptors are tracked by a global slice named
-[`files`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fd_nacl.go#L17).
-Each file descriptor corresponds to a [`file`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fd_nacl.go#L23)
-and each `file` provides a value that implements the [`fileImpl`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fd_nacl.go#L30) interface.
-There are several implementations of the interface:
-
-  - regular files and devices (such as `/dev/random`) are represented by [`fsysFile`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fs_nacl.go#L58),
-  - standard input, output, and error are instances of [`naclFile`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/fd_nacl.go#L216),
-    which uses system calls to interact with the actual files (these are a playground
-    program's only way to interact with the outside world),
-  - network sockets have their own implementation, discussed in the next section.
-
-### Faking the network
-
-Like the file system, the playground's network stack is an in-process fake
-implemented by the `syscall` package. It permits playground projects to use
-the loopback interface (`127.0.0.1`). Requests to other hosts will fail.
-
-For an executable example, run the following program. It listens on a TCP port,
-waits for an incoming connection, copies the data from that connection to
-standard output, and exits. In another goroutine, it makes a connection to the
-listening port, writes a string to the connection, and closes it.
-
-.play -edit playground/net.go /^func main/,$
-
-The interface to the network is more complex than the one for files, so the
-implementation of the fake network is larger and more complex than the fake
-file system. It must simulate read and write timeouts, different address types
-and protocols, and so on.
-
-The implementation can be found in [`net_nacl.go`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/net_nacl.go).
-A good place to start reading is [`netFile`](https://github.com/golang/go/blob/2197321db1dd997165c0091ba2bcb3b6be7633d0/src/syscall/net_nacl.go#L461),
-the network socket implementation of the `fileImpl` interface.
-
-## The front end
-
-The playground front end is another simple program (shorter than 100 lines).
-It receives HTTP requests from the client, makes RPC requests to the back end,
-and does some caching.
-
-The front end serves an HTTP handler at `https://golang.org/compile`.
-The handler expects a POST request with a `body` field
-(the Go program to run) and an optional `version` field
-(for most clients this should be `"2"`).
-
-When the front end receives a compilation request it first checks
-[memcache](https://developers.google.com/appengine/docs/memcache/)
-to see if it has cached the results of a previous compilation of that source.
-If found, it returns the cached response.
-The cache prevents popular programs such as those on the
-[Go home page](https://golang.org/) from overloading the back ends.
-If there is no cached response, the front end makes an RPC request to the back
-end, stores the response in memcache, parses the playback events, and returns
-a JSON object to the client as the HTTP response (as described above).
-
-## The client
-
-The various sites that use the playground each share some common JavaScript
-code for setting up the user interface (the code and output boxes, the run
-button, and so on) and communicating with the playground front end.
-
-This implementation is in the file
-[`playground.js`](https://github.com/golang/tools/blob/f8e922be8efeabd06a510065ca5836b62fa10b9a/godoc/static/playground.js)
-in the `go.tools` repository, which can be imported from the
-[`golang.org/x/tools/godoc/static`](https://godoc.org/golang.org/x/tools/godoc/static) package.
-Some of it is clean and some is a bit crufty, as it is the result of
-consolidating several divergent implementations of the client code.
-
-The [`playground`](https://github.com/golang/tools/blob/f8e922be8efeabd06a510065ca5836b62fa10b9a/godoc/static/playground.js#L227)
-function takes some HTML elements and turns them into an interactive
-playground widget. You should use this function if you want to put the
-playground on your own site (see 'Other clients' below).
-
-The [`Transport`](https://github.com/golang/tools/blob/f8e922be8efeabd06a510065ca5836b62fa10b9a/godoc/static/playground.js#L6)
-interface (not formally defined, this being JavaScript)
-abstracts the user interface from the means of talking to the web front end.
-[`HTTPTransport`](https://github.com/golang/tools/blob/f8e922be8efeabd06a510065ca5836b62fa10b9a/godoc/static/playground.js#L43)
-is an implementation of `Transport` that speaks the HTTP-based protocol
-described earlier.
-[`SocketTransport`](https://github.com/golang/tools/blob/f8e922be8efeabd06a510065ca5836b62fa10b9a/godoc/static/playground.js#L115)
-is another implementation that speaks WebSocket (see 'Playing offline' below).
-
-To comply with the [same-origin policy](https://en.wikipedia.org/wiki/Same-origin_policy),
-the various web servers (godoc, for instance) proxy requests to
-`/compile` through to the playground service at `https://golang.org/compile`.
-The common [`golang.org/x/tools/playground`](https://godoc.org/golang.org/x/tools/playground)
-package does this proxying.
-
-## Playing offline
-
-Both the [Go Tour](https://tour.golang.org) and the
-[Present Tool](https://godoc.org/golang.org/x/tools/present) can be
-run offline. This is great for people with limited internet connectivity
-or presenters at conferences who cannot (and _should_ not) rely on a working
-internet connection.
-
-To run offline, the tools run their own version of the playground back end on
-the local machine. The back end uses a regular Go tool chain with none of the
-aforementioned modifications and uses a WebSocket to communicate with the
-client.
-
-The WebSocket back end implementation can be found in the
-[`golang.org/x/tools/playground/socket`](https://godoc.org/golang.org/x/tools/playground/socket) package.
-The [Inside Present](https://talks.golang.org/2012/insidepresent.slide#1) talk discusses this code in detail.
-
-## Other clients
-
-The playground service is used by more than just the official Go project
-([Go by Example](https://gobyexample.com/) is one other instance)
-and we are happy for you to use it on your own site. All we ask is that
-you [contact us first](mailto:golang-dev@googlegroups.com),
-use a unique user agent in your requests (so we can identify you), and that
-your service is of benefit to the Go community.
-
-## Conclusion
-
-From godoc to the tour to this very blog, the playground has become an
-essential part of our Go documentation story. With the recent additions
-of the fake file system and network stack we are excited to expand
-our learning materials to cover those areas.
-
-But, ultimately, the playground is just the tip of the iceberg.
-With Native Client support scheduled for Go 1.3,
-we look forward to seeing what the community can do with it.
-
-_This article is part 12 of the_
-[Go Advent Calendar](https://blog.gopheracademy.com/go-advent-2013),
-_a series of daily blog posts throughout December ._
diff --git a/_content/playground/net.go b/_content/playground/net.go
deleted file mode 100644
index eb8b759..0000000
--- a/_content/playground/net.go
+++ /dev/null
@@ -1,37 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"io"
-	"log"
-	"net"
-	"os"
-)
-
-func main() {
-	l, err := net.Listen("tcp", "127.0.0.1:4000")
-	if err != nil {
-		log.Fatal(err)
-	}
-	defer l.Close()
-
-	go dial()
-
-	c, err := l.Accept()
-	if err != nil {
-		log.Fatal(err)
-	}
-	defer c.Close()
-
-	io.Copy(os.Stdout, c)
-}
-
-func dial() {
-	c, err := net.Dial("tcp", "127.0.0.1:4000")
-	if err != nil {
-		log.Fatal(err)
-	}
-	defer c.Close()
-	c.Write([]byte("Hello, network\n"))
-}
diff --git a/_content/playground/os.go b/_content/playground/os.go
deleted file mode 100644
index cf0cd32..0000000
--- a/_content/playground/os.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"io/ioutil"
-	"log"
-)
-
-func main() {
-	const filename = "/tmp/file.txt"
-
-	err := ioutil.WriteFile(filename, []byte("Hello, file system\n"), 0644)
-	if err != nil {
-		log.Fatal(err)
-	}
-
-	b, err := ioutil.ReadFile(filename)
-	if err != nil {
-		log.Fatal(err)
-	}
-
-	fmt.Printf("%s", b)
-}
diff --git a/_content/playground/overview.png b/_content/playground/overview.png
deleted file mode 100644
index 10d5a36..0000000
--- a/_content/playground/overview.png
+++ /dev/null
Binary files differ
diff --git a/_content/playground/time.go b/_content/playground/time.go
deleted file mode 100644
index fb1f314..0000000
--- a/_content/playground/time.go
+++ /dev/null
@@ -1,22 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"time"
-)
-
-func main() {
-	stop := time.After(3 * time.Second)
-	tick := time.NewTicker(1 * time.Second)
-	defer tick.Stop()
-	for {
-		select {
-		case <-tick.C:
-			fmt.Println(time.Now())
-		case <-stop:
-			return
-		}
-	}
-}
diff --git a/_content/ports.article b/_content/ports.article
deleted file mode 100644
index b8fb8bf..0000000
--- a/_content/ports.article
+++ /dev/null
@@ -1,86 +0,0 @@
-# Go on ARM and Beyond
-17 Dec 2020
-Summary: Go's support for ARM64 and other architectures
-
-Russ Cox
-
-##
-
-The industry is abuzz about non-x86 processors recently,
-so we thought it would be worth a brief post about Go’s support for them.
-
-It has always been important to us for Go to be portable,
-not overfitting to any particular operating system or architecture.
-The [initial open source release of Go](https://opensource.googleblog.com/2009/11/hey-ho-lets-go.html)
-included support for two operating systems (Linux and Mac OS X) and three
-architectures (64-bit x86,
-32-bit x86, and 32-bit ARM).
-
-Over the years, we’ve added support for many more operating systems and architecture combinations:
-
-- Go 1 (March 2012) supported the original systems as well as FreeBSD,
-  NetBSD, and OpenBSD on 64-bit and 32-bit x86,
-  and Plan 9 on 32-bit x86.
-- Go 1.3 (June 2014) added support for Solaris on 64-bit x86.
-- Go 1.4 (December 2014) added support for Android on 32-bit ARM and Plan 9 on 64-bit x86.
-- Go 1.5 (August 2015) added support for Linux on 64-bit ARM and 64-bit PowerPC,
-  as well as iOS on 32-bit and 64-bit ARM.
-- Go 1.6 (February 2016) added support for Linux on 64-bit MIPS,
-  as well as Android on 32-bit x86.
-  It also added an official binary download for Linux on 32-bit ARM,
-  primarily for Raspberry Pi systems.
-- Go 1.7 (August 2016) added support for Linux on z Systems (S390x) and Plan 9 on 32-bit ARM.
-- Go 1.8 (February 2017) added support for Linux on 32-bit MIPS,
-  and it added official binary downloads for Linux on 64-bit PowerPC and z Systems.
-- Go 1.9 (August 2017) added official binary downloads for Linux on 64-bit ARM.
-- Go 1.12 (February 2018) added support for Windows 10 IoT Core on 32-bit ARM,
-  such as the Raspberry Pi 3.
-  It also added support for AIX on 64-bit PowerPC.
-- Go 1.14 (February 2019) added support for Linux on 64-bit RISC-V.
-
-Although the x86-64 port got most of the attention in the early days of Go,
-today all our target architectures are well supported by our [SSA-based compiler back end](https://www.youtube.com/watch?v=uTMvKVma5ms)
-and produce excellent code.
-We’ve been helped along the way by many contributors,
-including engineers from Amazon, ARM, Atos,
-IBM, Intel, and MIPS.
-
-Go supports cross-compiling for all these systems out of the box with minimal effort.
-For example, to build an app for 32-bit x86-based Windows from a 64-bit Linux system:
-
-	GOARCH=386 GOOS=windows go build myapp  # writes myapp.exe
-
-In the past year, several major vendors have made announcements of new ARM64
-hardware for servers,
-laptops and developer machines.
-Go was well-positioned for this. For years now,
-Go has been powering Docker, Kubernetes, and the rest of the Go ecosystem
-on ARM64 Linux servers,
-as well as mobile apps on ARM64 Android and iOS devices.
-
-Since Apple’s announcement of the Mac transitioning to Apple silicon this summer,
-Apple and Google have been working together to ensure that Go and the broader
-Go ecosystem work well on them,
-both running Go x86 binaries under Rosetta 2 and running native Go ARM64 binaries.
-Earlier this week, we released the first Go 1.16 beta,
-which includes native support for Macs using the M1 chip.
-You can download and try the Go 1.16 beta for M1 Macs and all your other
-systems on [the Go download page](https://golang.org/dl/#go1.16beta1).
-(Of course, this is a beta release and, like all betas,
-it certainly has bugs we don’t know about.
-If you run into any problems, please report them at [golang.org/issue/new](https://golang.org/issue/new).)
-
-It’s always nice to use the same CPU architecture for local development as in production,
-to remove one variation between the two environments.
-If you deploy to ARM64 production servers,
-Go makes it easy to develop on ARM64 Linux and Mac systems too.
-But of course, it’s still as easy as ever to work on one system and cross-compile
-for deployment to another,
-whether you’re working on an x86 system and deploying to ARM,
-working on Windows and deploying to Linux,
-or some other combination.
-
-The next target we’d like to add support for is ARM64 Windows 10 systems.
-If you have expertise and would like to help,
-we’re coordinating work on [golang.org/issue/36439](https://github.com/golang/go/issues/36439).
-
diff --git a/_content/pprof.article b/_content/pprof.article
deleted file mode 100644
index ef79de1..0000000
--- a/_content/pprof.article
+++ /dev/null
@@ -1,656 +0,0 @@
-# Profiling Go Programs
-24 Jun 2011
-Tags: benchmark, pprof, profiling, technical
-Summary: How to use Go's built-in profiler to understand and optimize your programs.
-OldURL: /profiling-go-programs
-
-Russ Cox, July 2011; updated by Shenghou Ma, May 2013
-
-##
-
-At Scala Days 2011, Robert Hundt presented a paper titled
-[Loop Recognition in C++/Java/Go/Scala.](http://research.google.com/pubs/pub37122.html)
-The paper implemented a specific loop finding algorithm, such as you might use
-in a flow analysis pass of a compiler, in C++, Go, Java, Scala, and then used
-those programs to draw conclusions about typical performance concerns in these
-languages.
-The Go program presented in that paper runs quite slowly, making it
-an excellent opportunity to demonstrate how to use Go's profiling tools to take
-a slow program and make it faster.
-
-_By using Go's profiling tools to identify and correct specific bottlenecks, we can make the Go loop finding program run an order of magnitude faster and use 6x less memory._
-(Update: Due to recent optimizations of `libstdc++` in `gcc`, the memory reduction is now 3.7x.)
-
-Hundt's paper does not specify which versions of the C++, Go, Java, and Scala
-tools he used.
-In this blog post, we will be using the most recent weekly snapshot of the `6g`
-Go compiler and the version of `g++` that ships with the Ubuntu Natty
-distribution.
-(We will not be using Java or Scala, because we are not skilled at writing efficient
-programs in either of those languages, so the comparison would be unfair.
-Since C++ was the fastest language in the paper, the comparisons here with C++ should
-suffice.)
-(Update: In this updated post, we will be using the most recent development snapshot
-of the Go compiler on amd64 and the most recent version of `g++` -- 4.8.0, which was
-released in March 2013.)
-
-	$ go version
-	go version devel +08d20469cc20 Tue Mar 26 08:27:18 2013 +0100 linux/amd64
-	$ g++ --version
-	g++ (GCC) 4.8.0
-	Copyright (C) 2013 Free Software Foundation, Inc.
-	...
-	$
-
-The programs are run on a computer with a 3.4GHz Core i7-2600 CPU and 16 GB of
-RAM running Gentoo Linux's 3.8.4-gentoo kernel.
-The machine is running with CPU frequency scaling disabled via
-
-	$ sudo bash
-	# for i in /sys/devices/system/cpu/cpu[0-7]
-	do
-	    echo performance > $i/cpufreq/scaling_governor
-	done
-	#
-
-We've taken [Hundt's benchmark programs](https://github.com/hundt98847/multi-language-bench)
-in C++ and Go, combined each into a single source file, and removed all but one
-line of output.
-We'll time the program using Linux's `time` utility with a format that shows user time,
-system time, real time, and maximum memory usage:
-
-	$ cat xtime
-	#!/bin/sh
-	/usr/bin/time -f '%Uu %Ss %er %MkB %C' "$@"
-	$
-
-	$ make havlak1cc
-	g++ -O3 -o havlak1cc havlak1.cc
-	$ ./xtime ./havlak1cc
-	# of loops: 76002 (total 3800100)
-	loop-0, nest: 0, depth: 0
-	17.70u 0.05s 17.80r 715472kB ./havlak1cc
-	$
-
-	$ make havlak1
-	go build havlak1.go
-	$ ./xtime ./havlak1
-	# of loops: 76000 (including 1 artificial root node)
-	25.05u 0.11s 25.20r 1334032kB ./havlak1
-	$
-
-The C++ program runs in 17.80 seconds and uses 700 MB of memory.
-The Go program runs in 25.20 seconds and uses 1302 MB of memory.
-(These measurements are difficult to reconcile with the ones in the paper, but the
-point of this post is to explore how to use `go tool pprof`, not to reproduce the
-results from the paper.)
-
-To start tuning the Go program, we have to enable profiling.
-If the code used the [Go testing package](https://golang.org/pkg/testing/)'s
-benchmarking support, we could use gotest's standard `-cpuprofile` and `-memprofile`
-flags.
-In a standalone program like this one, we have to import `runtime/pprof` and add a few
-lines of code:
-
-	var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")
-
-	func main() {
-	    flag.Parse()
-	    if *cpuprofile != "" {
-	        f, err := os.Create(*cpuprofile)
-	        if err != nil {
-	            log.Fatal(err)
-	        }
-	        pprof.StartCPUProfile(f)
-	        defer pprof.StopCPUProfile()
-	    }
-	    ...
-
-The new code defines a flag named `cpuprofile`, calls the
-[Go flag library](https://golang.org/pkg/flag/) to parse the command line flags,
-and then, if the `cpuprofile` flag has been set on the command line,
-[starts CPU profiling](https://golang.org/pkg/runtime/pprof/#StartCPUProfile)
-redirected to that file.
-The profiler requires a final call to
-[`StopCPUProfile`](https://golang.org/pkg/runtime/pprof/#StopCPUProfile) to
-flush any pending writes to the file before the program exits; we use `defer`
-to make sure this happens as `main` returns.
-
-After adding that code, we can run the program with the new `-cpuprofile` flag
-and then run `go tool pprof` to interpret the profile.
-
-	$ make havlak1.prof
-	./havlak1 -cpuprofile=havlak1.prof
-	# of loops: 76000 (including 1 artificial root node)
-	$ go tool pprof havlak1 havlak1.prof
-	Welcome to pprof!  For help, type 'help'.
-	(pprof)
-
-The `go tool pprof` program is a slight variant of
-[Google's `pprof` C++ profiler](https://github.com/gperftools/gperftools).
-The most important command is `topN`, which shows the top `N` samples in the profile:
-
-	(pprof) top10
-	Total: 2525 samples
-	     298  11.8%  11.8%      345  13.7% runtime.mapaccess1_fast64
-	     268  10.6%  22.4%     2124  84.1% main.FindLoops
-	     251   9.9%  32.4%      451  17.9% scanblock
-	     178   7.0%  39.4%      351  13.9% hash_insert
-	     131   5.2%  44.6%      158   6.3% sweepspan
-	     119   4.7%  49.3%      350  13.9% main.DFS
-	      96   3.8%  53.1%       98   3.9% flushptrbuf
-	      95   3.8%  56.9%       95   3.8% runtime.aeshash64
-	      95   3.8%  60.6%      101   4.0% runtime.settype_flush
-	      88   3.5%  64.1%      988  39.1% runtime.mallocgc
-
-When CPU profiling is enabled, the Go program stops about 100 times per second
-and records a sample consisting of the program counters on the currently executing
-goroutine's stack.
-The profile has 2525 samples, so it was running for a bit over 25 seconds.
-In the `go tool pprof` output, there is a row for each function that appeared in
-a sample.
-The first two columns show the number of samples in which the function was running
-(as opposed to waiting for a called function to return), as a raw count and as a
-percentage of total samples.
-The `runtime.mapaccess1_fast64` function was running during 298 samples, or 11.8%.
-The `top10` output is sorted by this sample count.
-The third column shows the running total during the listing:
-the first three rows account for 32.4% of the samples.
-The fourth and fifth columns show the number of samples in which the function appeared
-(either running or waiting for a called function to return).
-The `main.FindLoops` function was running in 10.6% of the samples, but it was on the
-call stack (it or functions it called were running) in 84.1% of the samples.
-
-To sort by the fourth and fifth columns, use the `-cum` (for cumulative) flag:
-
-	(pprof) top5 -cum
-	Total: 2525 samples
-	       0   0.0%   0.0%     2144  84.9% gosched0
-	       0   0.0%   0.0%     2144  84.9% main.main
-	       0   0.0%   0.0%     2144  84.9% runtime.main
-	       0   0.0%   0.0%     2124  84.1% main.FindHavlakLoops
-	     268  10.6%  10.6%     2124  84.1% main.FindLoops
-	(pprof) top5 -cum
-
-In fact the total for `main.FindLoops` and `main.main` should have been 100%, but
-each stack sample only includes the bottom 100 stack frames; during about a quarter
-of the samples, the recursive `main.DFS` function was more than 100 frames deeper
-than `main.main` so the complete trace was truncated.
-
-The stack trace samples contain more interesting data about function call relationships
-than the text listings can show.
-The `web` command writes a graph of the profile data in SVG format and opens it in a web
-browser.
-(There is also a `gv` command that writes PostScript and opens it in Ghostview.
-For either command, you need [graphviz](http://www.graphviz.org/) installed.)
-
-	(pprof) web
-
-A small fragment of
-[the full graph](https://rawgit.com/rsc/benchgraffiti/master/havlak/havlak1.svg) looks like:
-
-.image pprof/havlak1a-75.png
-
-Each box in the graph corresponds to a single function, and the boxes are sized
-according to the number of samples in which the function was running.
-An edge from box X to box Y indicates that X calls Y; the number along the edge is
-the number of times that call appears in a sample.
-If a call appears multiple times in a single sample, such as during recursive function
-calls, each appearance counts toward the edge weight.
-That explains the 21342 on the self-edge from `main.DFS` to itself.
-
-Just at a glance, we can see that the program spends much of its time in hash
-operations, which correspond to use of Go's `map` values.
-We can tell `web` to use only samples that include a specific function, such as
-`runtime.mapaccess1_fast64`, which clears some of the noise from the graph:
-
-	(pprof) web mapaccess1
-
-.image pprof/havlak1-hash_lookup-75.png
-
-If we squint, we can see that the calls to `runtime.mapaccess1_fast64` are being
-made by `main.FindLoops` and `main.DFS`.
-
-Now that we have a rough idea of the big picture, it's time to zoom in on a particular
-function.
-Let's look at `main.DFS` first, just because it is a shorter function:
-
-	(pprof) list DFS
-	Total: 2525 samples
-	ROUTINE ====================== main.DFS in /home/rsc/g/benchgraffiti/havlak/havlak1.go
-	   119    697 Total samples (flat / cumulative)
-	     3      3  240: func DFS(currentNode *BasicBlock, nodes []*UnionFindNode, number map[*BasicBlock]int, last []int, current int) int {
-	     1      1  241:     nodes[current].Init(currentNode, current)
-	     1     37  242:     number[currentNode] = current
-	     .      .  243:
-	     1      1  244:     lastid := current
-	    89     89  245:     for _, target := range currentNode.OutEdges {
-	     9    152  246:             if number[target] == unvisited {
-	     7    354  247:                     lastid = DFS(target, nodes, number, last, lastid+1)
-	     .      .  248:             }
-	     .      .  249:     }
-	     7     59  250:     last[number[currentNode]] = lastid
-	     1      1  251:     return lastid
-	(pprof)
-
-The listing shows the source code for the `DFS` function (really, for every function
-matching the regular expression `DFS`).
-The first three columns are the number of samples taken while running that line, the
-number of samples taken while running that line or in code called from that line, and
-the line number in the file.
-The related command `disasm` shows a disassembly of the function instead of a source
-listing; when there are enough samples this can help you see which instructions are
-expensive.
-The `weblist` command mixes the two modes: it shows
-[a source listing in which clicking a line shows the disassembly](https://rawgit.com/rsc/benchgraffiti/master/havlak/havlak1.html).
-
-Since we already know that the time is going into map lookups implemented by the
-hash runtime functions, we care most about the second column.
-A large fraction of time is spent in recursive calls to `DFS` (line 247), as would be
-expected from a recursive traversal.
-Excluding the recursion, it looks like the time is going into the accesses to the
-`number` map on lines 242, 246, and 250.
-For that particular lookup, a map is not the most efficient choice.
-Just as they would be in a compiler, the basic block structures have unique sequence
-numbers assigned to them.
-Instead of using a `map[*BasicBlock]int` we can use a `[]int`, a slice indexed by the
-block number.
-There's no reason to use a map when an array or slice will do.
-
-Changing `number` from a map to a slice requires editing seven lines in the program
-and cut its run time by nearly a factor of two:
-
-	$ make havlak2
-	go build havlak2.go
-	$ ./xtime ./havlak2
-	# of loops: 76000 (including 1 artificial root node)
-	16.55u 0.11s 16.69r 1321008kB ./havlak2
-	$
-
-(See the [diff between `havlak1` and `havlak2`](https://github.com/rsc/benchgraffiti/commit/58ac27bcac3ffb553c29d0b3fb64745c91c95948))
-
-We can run the profiler again to confirm that `main.DFS` is no longer a significant
-part of the run time:
-
-	$ make havlak2.prof
-	./havlak2 -cpuprofile=havlak2.prof
-	# of loops: 76000 (including 1 artificial root node)
-	$ go tool pprof havlak2 havlak2.prof
-	Welcome to pprof!  For help, type 'help'.
-	(pprof)
-	(pprof) top5
-	Total: 1652 samples
-	     197  11.9%  11.9%      382  23.1% scanblock
-	     189  11.4%  23.4%     1549  93.8% main.FindLoops
-	     130   7.9%  31.2%      152   9.2% sweepspan
-	     104   6.3%  37.5%      896  54.2% runtime.mallocgc
-	      98   5.9%  43.5%      100   6.1% flushptrbuf
-	(pprof)
-
-The entry `main.DFS` no longer appears in the profile, and the rest of the program
-runtime has dropped too.
-Now the program is spending most of its time allocating memory and garbage collecting
-(`runtime.mallocgc`, which both allocates and runs periodic garbage collections,
-accounts for 54.2% of the time).
-To find out why the garbage collector is running so much, we have to find out what is
-allocating memory.
-One way is to add memory profiling to the program.
-We'll arrange that if the `-memprofile` flag is supplied, the program stops after one
-iteration of the loop finding, writes a memory profile, and exits:
-
-	var memprofile = flag.String("memprofile", "", "write memory profile to this file")
-	...
-
-		FindHavlakLoops(cfgraph, lsgraph)
-		if *memprofile != "" {
-			f, err := os.Create(*memprofile)
-			if err != nil {
-			    log.Fatal(err)
-			}
-			pprof.WriteHeapProfile(f)
-			f.Close()
-			return
-		}
-
-We invoke the program with `-memprofile` flag to write a profile:
-
-	$ make havlak3.mprof
-	go build havlak3.go
-	./havlak3 -memprofile=havlak3.mprof
-	$
-
-(See the [diff from havlak2](https://github.com/rsc/benchgraffiti/commit/b78dac106bea1eb3be6bb3ca5dba57c130268232))
-
-We use `go tool pprof` exactly the same way. Now the samples we are examining are
-memory allocations, not clock ticks.
-
-	$ go tool pprof havlak3 havlak3.mprof
-	Adjusting heap profiles for 1-in-524288 sampling rate
-	Welcome to pprof!  For help, type 'help'.
-	(pprof) top5
-	Total: 82.4 MB
-	    56.3  68.4%  68.4%     56.3  68.4% main.FindLoops
-	    17.6  21.3%  89.7%     17.6  21.3% main.(*CFG).CreateNode
-	     8.0   9.7%  99.4%     25.6  31.0% main.NewBasicBlockEdge
-	     0.5   0.6% 100.0%      0.5   0.6% itab
-	     0.0   0.0% 100.0%      0.5   0.6% fmt.init
-	(pprof)
-
-The command `go tool pprof` reports that `FindLoops` has allocated approximately
-56.3 of the 82.4 MB in use; `CreateNode` accounts for another 17.6 MB.
-To reduce overhead, the memory profiler only records information for approximately
-one block per half megabyte allocated (the “1-in-524288 sampling rate”), so these
-are approximations to the actual counts.
-
-To find the memory allocations, we can list those functions.
-
-	(pprof) list FindLoops
-	Total: 82.4 MB
-	ROUTINE ====================== main.FindLoops in /home/rsc/g/benchgraffiti/havlak/havlak3.go
-	  56.3   56.3 Total MB (flat / cumulative)
-	...
-	   1.9    1.9  268:     nonBackPreds := make([]map[int]bool, size)
-	   5.8    5.8  269:     backPreds := make([][]int, size)
-	     .      .  270:
-	   1.9    1.9  271:     number := make([]int, size)
-	   1.9    1.9  272:     header := make([]int, size, size)
-	   1.9    1.9  273:     types := make([]int, size, size)
-	   1.9    1.9  274:     last := make([]int, size, size)
-	   1.9    1.9  275:     nodes := make([]*UnionFindNode, size, size)
-	     .      .  276:
-	     .      .  277:     for i := 0; i < size; i++ {
-	   9.5    9.5  278:             nodes[i] = new(UnionFindNode)
-	     .      .  279:     }
-	...
-	     .      .  286:     for i, bb := range cfgraph.Blocks {
-	     .      .  287:             number[bb.Name] = unvisited
-	  29.5   29.5  288:             nonBackPreds[i] = make(map[int]bool)
-	     .      .  289:     }
-	...
-
-It looks like the current bottleneck is the same as the last one: using maps where
-simpler data structures suffice.
-`FindLoops` is allocating about 29.5 MB of maps.
-
-As an aside, if we run `go tool pprof` with the `--inuse_objects` flag, it will
-report allocation counts instead of sizes:
-
-	$ go tool pprof --inuse_objects havlak3 havlak3.mprof
-	Adjusting heap profiles for 1-in-524288 sampling rate
-	Welcome to pprof!  For help, type 'help'.
-	(pprof) list FindLoops
-	Total: 1763108 objects
-	ROUTINE ====================== main.FindLoops in /home/rsc/g/benchgraffiti/havlak/havlak3.go
-	720903 720903 Total objects (flat / cumulative)
-	...
-	     .      .  277:     for i := 0; i < size; i++ {
-	311296 311296  278:             nodes[i] = new(UnionFindNode)
-	     .      .  279:     }
-	     .      .  280:
-	     .      .  281:     // Step a:
-	     .      .  282:     //   - initialize all nodes as unvisited.
-	     .      .  283:     //   - depth-first traversal and numbering.
-	     .      .  284:     //   - unreached BB's are marked as dead.
-	     .      .  285:     //
-	     .      .  286:     for i, bb := range cfgraph.Blocks {
-	     .      .  287:             number[bb.Name] = unvisited
-	409600 409600  288:             nonBackPreds[i] = make(map[int]bool)
-	     .      .  289:     }
-	...
-	(pprof)
-
-Since the ~200,000 maps account for 29.5 MB, it looks like the initial map allocation
-takes about 150 bytes.
-That's reasonable when a map is being used to hold key-value pairs, but not when a map
-is being used as a stand-in for a simple set, as it is here.
-
-Instead of using a map, we can use a simple slice to list the elements.
-In all but one of the cases where maps are being used, it is impossible for the algorithm
-to insert a duplicate element.
-In the one remaining case, we can write a simple variant of the `append` built-in function:
-
-	func appendUnique(a []int, x int) []int {
-	    for _, y := range a {
-	        if x == y {
-	            return a
-	        }
-	    }
-	    return append(a, x)
-	}
-
-In addition to writing that function, changing the Go program to use slices instead
-of maps requires changing just a few lines of code.
-
-	$ make havlak4
-	go build havlak4.go
-	$ ./xtime ./havlak4
-	# of loops: 76000 (including 1 artificial root node)
-	11.84u 0.08s 11.94r 810416kB ./havlak4
-	$
-
-(See the [diff from havlak3](https://github.com/rsc/benchgraffiti/commit/245d899f7b1a33b0c8148a4cd147cb3de5228c8a))
-
-We're now at 2.11x faster than when we started. Let's look at a CPU profile again.
-
-	$ make havlak4.prof
-	./havlak4 -cpuprofile=havlak4.prof
-	# of loops: 76000 (including 1 artificial root node)
-	$ go tool pprof havlak4 havlak4.prof
-	Welcome to pprof!  For help, type 'help'.
-	(pprof) top10
-	Total: 1173 samples
-	     205  17.5%  17.5%     1083  92.3% main.FindLoops
-	     138  11.8%  29.2%      215  18.3% scanblock
-	      88   7.5%  36.7%       96   8.2% sweepspan
-	      76   6.5%  43.2%      597  50.9% runtime.mallocgc
-	      75   6.4%  49.6%       78   6.6% runtime.settype_flush
-	      74   6.3%  55.9%       75   6.4% flushptrbuf
-	      64   5.5%  61.4%       64   5.5% runtime.memmove
-	      63   5.4%  66.8%      524  44.7% runtime.growslice
-	      51   4.3%  71.1%       51   4.3% main.DFS
-	      50   4.3%  75.4%      146  12.4% runtime.MCache_Alloc
-	(pprof)
-
-Now memory allocation and the consequent garbage collection (`runtime.mallocgc`)
-accounts for 50.9% of our run time.
-Another way to look at why the system is garbage collecting is to look at the
-allocations that are causing the collections, the ones that spend most of the time
-in `mallocgc`:
-
-	(pprof) web mallocgc
-
-.image pprof/havlak4a-mallocgc.png
-
-It's hard to tell what's going on in that graph, because there are many nodes with
-small sample numbers obscuring the big ones.
-We can tell `go tool pprof` to ignore nodes that don't account for at least 10% of
-the samples:
-
-	$ go tool pprof --nodefraction=0.1 havlak4 havlak4.prof
-	Welcome to pprof!  For help, type 'help'.
-	(pprof) web mallocgc
-
-.image pprof/havlak4a-mallocgc-trim.png
-
-We can follow the thick arrows easily now, to see that `FindLoops` is triggering
-most of the garbage collection.
-If we list `FindLoops` we can see that much of it is right at the beginning:
-
-	(pprof) list FindLoops
-	...
-	     .      .  270: func FindLoops(cfgraph *CFG, lsgraph *LSG) {
-	     .      .  271:     if cfgraph.Start == nil {
-	     .      .  272:             return
-	     .      .  273:     }
-	     .      .  274:
-	     .      .  275:     size := cfgraph.NumNodes()
-	     .      .  276:
-	     .    145  277:     nonBackPreds := make([][]int, size)
-	     .      9  278:     backPreds := make([][]int, size)
-	     .      .  279:
-	     .      1  280:     number := make([]int, size)
-	     .     17  281:     header := make([]int, size, size)
-	     .      .  282:     types := make([]int, size, size)
-	     .      .  283:     last := make([]int, size, size)
-	     .      .  284:     nodes := make([]*UnionFindNode, size, size)
-	     .      .  285:
-	     .      .  286:     for i := 0; i < size; i++ {
-	     2     79  287:             nodes[i] = new(UnionFindNode)
-	     .      .  288:     }
-	...
-	(pprof)
-
-Every time `FindLoops` is called, it allocates some sizable bookkeeping structures.
-Since the benchmark calls `FindLoops` 50 times, these add up to a significant amount
-of garbage, so a significant amount of work for the garbage collector.
-
-Having a garbage-collected language doesn't mean you can ignore memory allocation
-issues.
-In this case, a simple solution is to introduce a cache so that each call to `FindLoops`
-reuses the previous call's storage when possible.
-(In fact, in Hundt's paper, he explains that the Java program needed just this change to
-get anything like reasonable performance, but he did not make the same change in the
-other garbage-collected implementations.)
-
-We'll add a global `cache` structure:
-
-	var cache struct {
-	    size int
-	    nonBackPreds [][]int
-	    backPreds [][]int
-	    number []int
-	    header []int
-	    types []int
-	    last []int
-	    nodes []*UnionFindNode
-	}
-
-and then have `FindLoops` consult it as a replacement for allocation:
-
-	if cache.size < size {
-	    cache.size = size
-	    cache.nonBackPreds = make([][]int, size)
-	    cache.backPreds = make([][]int, size)
-	    cache.number = make([]int, size)
-	    cache.header = make([]int, size)
-	    cache.types = make([]int, size)
-	    cache.last = make([]int, size)
-	    cache.nodes = make([]*UnionFindNode, size)
-	    for i := range cache.nodes {
-	        cache.nodes[i] = new(UnionFindNode)
-	    }
-	}
-
-	nonBackPreds := cache.nonBackPreds[:size]
-	for i := range nonBackPreds {
-	    nonBackPreds[i] = nonBackPreds[i][:0]
-	}
-	backPreds := cache.backPreds[:size]
-	for i := range nonBackPreds {
-	    backPreds[i] = backPreds[i][:0]
-	}
-	number := cache.number[:size]
-	header := cache.header[:size]
-	types := cache.types[:size]
-	last := cache.last[:size]
-	nodes := cache.nodes[:size]
-
-Such a global variable is bad engineering practice, of course: it means that
-concurrent calls to `FindLoops` are now unsafe.
-For now, we are making the minimal possible changes in order to understand what
-is important for the performance of our program; this change is simple and mirrors
-the code in the Java implementation.
-The final version of the Go program will use a separate `LoopFinder` instance to
-track this memory, restoring the possibility of concurrent use.
-
-	$ make havlak5
-	go build havlak5.go
-	$ ./xtime ./havlak5
-	# of loops: 76000 (including 1 artificial root node)
-	8.03u 0.06s 8.11r 770352kB ./havlak5
-	$
-
-(See the [diff from havlak4](https://github.com/rsc/benchgraffiti/commit/2d41d6d16286b8146a3f697dd4074deac60d12a4))
-
-There's more we can do to clean up the program and make it faster, but none of
-it requires profiling techniques that we haven't already shown.
-The work list used in the inner loop can be reused across iterations and across
-calls to `FindLoops`, and it can be combined with the separate “node pool” generated
-during that pass.
-Similarly, the loop graph storage can be reused on each iteration instead of reallocated.
-In addition to these performance changes, the
-[final version](https://github.com/rsc/benchgraffiti/blob/master/havlak/havlak6.go)
-is written using idiomatic Go style, using data structures and methods.
-The stylistic changes have only a minor effect on the run time: the algorithm and
-constraints are unchanged.
-
-The final version runs in 2.29 seconds and uses 351 MB of memory:
-
-	$ make havlak6
-	go build havlak6.go
-	$ ./xtime ./havlak6
-	# of loops: 76000 (including 1 artificial root node)
-	2.26u 0.02s 2.29r 360224kB ./havlak6
-	$
-
-That's 11 times faster than the program we started with.
-Even if we disable reuse of the generated loop graph, so that the only cached memory
-is the loop finding bookeeping, the program still runs 6.7x faster than the original
-and uses 1.5x less memory.
-
-	$ ./xtime ./havlak6 -reuseloopgraph=false
-	# of loops: 76000 (including 1 artificial root node)
-	3.69u 0.06s 3.76r 797120kB ./havlak6 -reuseloopgraph=false
-	$
-
-Of course, it's no longer fair to compare this Go program to the original C++
-program, which used inefficient data structures like `set`s where `vector`s would
-be more appropriate.
-As a sanity check, we translated the final Go program into
-[equivalent C++ code](https://github.com/rsc/benchgraffiti/blob/master/havlak/havlak6.cc).
-Its execution time is similar to the Go program's:
-
-	$ make havlak6cc
-	g++ -O3 -o havlak6cc havlak6.cc
-	$ ./xtime ./havlak6cc
-	# of loops: 76000 (including 1 artificial root node)
-	1.99u 0.19s 2.19r 387936kB ./havlak6cc
-
-The Go program runs almost as fast as the C++ program.
-As the C++ program is using automatic deletes and allocation instead of an explicit
-cache, the C++ program a bit shorter and easier to write, but not dramatically so:
-
-	$ wc havlak6.cc; wc havlak6.go
-	 401 1220 9040 havlak6.cc
-	 461 1441 9467 havlak6.go
-	$
-
-(See [havlak6.cc](https://github.com/rsc/benchgraffiti/blob/master/havlak/havlak6.cc)
-and [havlak6.go](https://github.com/rsc/benchgraffiti/blob/master/havlak/havlak6.go))
-
-Benchmarks are only as good as the programs they measure.
-We used `go tool pprof` to study an inefficient Go program and then to improve its
-performance by an order of magnitude and to reduce its memory usage by a factor of 3.7.
-A subsequent comparison with an equivalently optimized C++ program shows that Go can be
-competitive with C++ when programmers are careful about how much garbage is generated
-by inner loops.
-
-The program sources, Linux x86-64 binaries, and profiles used to write this post
-are available in the [benchgraffiti project on GitHub](https://github.com/rsc/benchgraffiti/).
-
-As mentioned above, [`go test`](https://golang.org/cmd/go/#Test_packages) includes
-these profiling flags already: define a
-[benchmark function](https://golang.org/pkg/testing/) and you're all set.
-There is also a standard HTTP interface to profiling data. In an HTTP server, adding
-
-	import _ "net/http/pprof"
-
-will install handlers for a few URLs under `/debug/pprof/`.
-Then you can run `go tool pprof` with a single argument—the URL to your server's
-profiling data and it will download and examine a live profile.
-
-	go tool pprof http://localhost:6060/debug/pprof/profile   # 30-second CPU profile
-	go tool pprof http://localhost:6060/debug/pprof/heap      # heap profile
-	go tool pprof http://localhost:6060/debug/pprof/block     # goroutine blocking profile
-
-The goroutine blocking profile will be explained in a future post. Stay tuned.
diff --git a/_content/pprof/havlak1-hash_lookup-75.png b/_content/pprof/havlak1-hash_lookup-75.png
deleted file mode 100644
index 151fba2..0000000
--- a/_content/pprof/havlak1-hash_lookup-75.png
+++ /dev/null
Binary files differ
diff --git a/_content/pprof/havlak1a-75.png b/_content/pprof/havlak1a-75.png
deleted file mode 100644
index 35ca3a5..0000000
--- a/_content/pprof/havlak1a-75.png
+++ /dev/null
Binary files differ
diff --git a/_content/pprof/havlak4a-mallocgc-trim.png b/_content/pprof/havlak4a-mallocgc-trim.png
deleted file mode 100644
index b7b9c8d..0000000
--- a/_content/pprof/havlak4a-mallocgc-trim.png
+++ /dev/null
Binary files differ
diff --git a/_content/pprof/havlak4a-mallocgc.png b/_content/pprof/havlak4a-mallocgc.png
deleted file mode 100644
index 1b39018..0000000
--- a/_content/pprof/havlak4a-mallocgc.png
+++ /dev/null
Binary files differ
diff --git a/_content/protobuf-apiv2.article b/_content/protobuf-apiv2.article
deleted file mode 100644
index 952d73c..0000000
--- a/_content/protobuf-apiv2.article
+++ /dev/null
@@ -1,282 +0,0 @@
-# A new Go API for Protocol Buffers
-2 Mar 2020
-Tags: protobuf, technical
-Summary: Announcing a major revision of the Go API for protocol buffers.
-OldURL: /a-new-go-api-for-protocol-buffers
-
-Joe Tsai
-
-Damien Neil
-
-Herbie Ong
-
-## Introduction
-
-We are pleased to announce the release of a major revision of the Go API for
-[protocol buffers](https://developers.google.com/protocol-buffers),
-Google's language-neutral data interchange format.
-
-## Motivations for a new API
-
-The first protocol buffer bindings for Go were
-[announced by Rob Pike](https://blog.golang.org/third-party-libraries-goprotobuf-and)
-in March of 2010. Go 1 would not be released for another two years.
-
-In the decade since that first release, the package has grown and
-developed along with Go. Its users' requirements have grown too.
-
-Many people want to write programs that use reflection to examine protocol
-buffer messages. The
-[`reflect`](https://pkg.go.dev/reflect)
-package provides a view of Go types and
-values, but omits information from the protocol buffer type system. For
-example, we might want to write a function that traverses a log entry and
-clears any field annotated as containing sensitive data. The annotations
-are not part of the Go type system.
-
-Another common desire is to use data structures other than the ones
-generated by the protocol buffer compiler, such as a dynamic message type
-capable of representing messages whose type is not known at compile time.
-
-We also observed that a frequent source of problems was that the
-[`proto.Message`](https://pkg.go.dev/github.com/golang/protobuf/proto?tab=doc#Message)
-interface, which identifies values of generated message types, does very
-little to describe the behavior of those types. When users create types
-that implement that interface (often inadvertently by embedding a message
-in another struct) and pass values of those types to functions expecting
-a generated message value, programs crash or behave unpredictably.
-
-All three of these problems have a common cause, and a common solution:
-The `Message` interface should fully specify the behavior of a message,
-and functions operating on `Message` values should freely accept any
-type that correctly implements the interface.
-
-Since it is not possible to change the existing definition of the
-`Message` type while keeping the package API compatible, we decided that
-it was time to begin work on a new, incompatible major version of the
-protobuf module.
-
-Today, we're pleased to release that new module. We hope you like it.
-
-## Reflection
-
-Reflection is the flagship feature of the new implementation. Similar
-to how the `reflect` package provides a view of Go types and values, the
-[`google.golang.org/protobuf/reflect/protoreflect`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc)
-package provides a view of values according to the protocol buffer
-type system.
-
-A complete description of the `protoreflect` package would run too long
-for this post, but let's look at how we might write the log-scrubbing
-function we mentioned previously.
-
-First, we'll write a `.proto` file defining an extension of the
-[`google.protobuf.FieldOptions`](https://github.com/protocolbuffers/protobuf/blob/b96241b1b716781f5bc4dc25e1ebb0003dfaba6a/src/google/protobuf/descriptor.proto#L509)
-type so we can annotate fields as containing
-sensitive information or not.
-
-	syntax = "proto3";
-	import "google/protobuf/descriptor.proto";
-	package golang.example.policy;
-	extend google.protobuf.FieldOptions {
-		bool non_sensitive = 50000;
-	}
-
-We can use this option to mark certain fields as non-sensitive.
-
-	message MyMessage {
-		string public_name = 1 [(golang.example.policy.non_sensitive) = true];
-	}
-
-Next, we will write a Go function which accepts an arbitrary message
-value and removes all the sensitive fields.
-
-	// Redact clears every sensitive field in pb.
-	func Redact(pb proto.Message) {
-	   // ...
-	}
-
-This function accepts a
-[`proto.Message`](https://pkg.go.dev/google.golang.org/protobuf/proto?tab=doc#Message),
-an interface type implemented by all generated message types. This type
-is an alias for one defined in the `protoreflect` package:
-
-	type ProtoMessage interface{
-		ProtoReflect() Message
-	}
-
-To avoid filling up the namespace of generated
-messages, the interface contains only a single method returning a
-[`protoreflect.Message`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc#Message),
-which provides access to the message contents.
-
-(Why an alias? Because `protoreflect.Message` has a corresponding
-method returning the original `proto.Message`, and we need to avoid an
-import cycle between the two packages.)
-
-The
-[`protoreflect.Message.Range`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc#Message.Range)
-method calls a function for every populated field in a message.
-
-	m := pb.ProtoReflect()
-	m.Range(func(fd protoreflect.FieldDescriptor, v protoreflect.Value) bool {
-		// ...
-		return true
-	})
-
-The range function is called with a
-[`protoreflect.FieldDescriptor`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc#FieldDescriptor)
-describing the protocol buffer type of the field, and a
-[`protoreflect.Value`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc#Value)
-containing the field value.
-
-The
-[`protoreflect.FieldDescriptor.Options`](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect?tab=doc#Descriptor.Options)
-method returns the field options as a `google.protobuf.FieldOptions`
-message.
-
-	opts := fd.Options().(*descriptorpb.FieldOptions)
-
-(Why the type assertion? Since the generated `descriptorpb` package
-depends on `protoreflect`, the `protoreflect` package can't return the
-concrete options type without causing an import cycle.)
-
-We can then check the options to see the value of our extension boolean:
-
-	if proto.GetExtension(opts, policypb.E_NonSensitive).(bool) {
-		return true // don't redact non-sensitive fields
-	}
-
-Note that we are looking at the field _descriptor_ here, not the field
-_value_. The information we're interested in lies in the protocol
-buffer type system, not the Go one.
-
-This is also an example of an area where we
-have simplified the `proto` package API. The original
-[`proto.GetExtension`](https://pkg.go.dev/github.com/golang/protobuf/proto?tab=doc#GetExtension)
-returned both a value and an error. The new
-[`proto.GetExtension`](https://pkg.go.dev/google.golang.org/protobuf/proto?tab=doc#GetExtension)
-returns just a value, returning the default value for the field if it is
-not present. Extension decoding errors are reported at `Unmarshal` time.
-
-Once we have identified a field that needs redaction, clearing it is simple:
-
-	m.Clear(fd)
-
-Putting all the above together, our complete redaction function is:
-
-	// Redact clears every sensitive field in pb.
-	func Redact(pb proto.Message) {
-		m := pb.ProtoReflect()
-		m.Range(func(fd protoreflect.FieldDescriptor, v protoreflect.Value) bool {
-			opts := fd.Options().(*descriptorpb.FieldOptions)
-			if proto.GetExtension(opts, policypb.E_NonSensitive).(bool) {
-				return true
-			}
-			m.Clear(fd)
-			return true
-		})
-	}
-
-A more complete implementation might recursively descend into
-message-valued fields. We hope that this simple example gives a
-taste of protocol buffer reflection and its uses.
-
-## Versions
-
-We call the original version of Go protocol buffers APIv1, and the
-new one APIv2. Because APIv2 is not backwards compatible with APIv1,
-we need to use different module paths for each.
-
-(These API versions are not the same as the versions of the protocol
-buffer language: `proto1`, `proto2`, and `proto3`. APIv1 and APIv2
-are concrete implementations in Go that both support the `proto2` and
-`proto3` language versions.)
-
-The
-[`github.com/golang/protobuf`](https://pkg.go.dev/github.com/golang/protobuf?tab=overview)
-module is APIv1.
-
-The
-[`google.golang.org/protobuf`](https://pkg.go.dev/google.golang.org/protobuf?tab=overview)
-module is APIv2. We have taken advantage of the need to change the
-import path to switch to one that is not tied to a specific hosting
-provider. (We considered `google.golang.org/protobuf/v2`, to make it
-clear that this is the second major version of the API, but settled on
-the shorter path as being the better choice in the long term.)
-
-We know that not all users will move to a new major version of a package
-at the same rate. Some will switch quickly; others may remain on the old
-version indefinitely. Even within a single program, some parts may use
-one API while others use another. It is essential, therefore, that we
-continue to support programs that use APIv1.
-
-  - `github.com/golang/protobuf@v1.3.4` is the most recent pre-APIv2 version of APIv1.
-
-  - `github.com/golang/protobuf@v1.4.0` is a version of APIv1 implemented in terms of APIv2.
-    The API is the same, but the underlying implementation is backed by the new one.
-    This version contains functions to convert between the APIv1 and APIv2 `proto.Message`
-    interfaces to ease the transition between the two.
-
-  - `google.golang.org/protobuf@v1.20.0` is APIv2.
-    This module depends upon `github.com/golang/protobuf@v1.4.0`,
-    so any program which uses APIv2 will automatically pick a version of APIv1
-    which integrates with it.
-
-(Why start at version `v1.20.0`? To provide clarity.
-We do not anticipate APIv1 to ever reach `v1.20.0`,
-so the version number alone should be enough to unambiguously differentiate
-between APIv1 and APIv2.)
-
-We intend to maintain support for APIv1 indefinitely.
-
-This organization ensures that any given program will use only a single
-protocol buffer implementation, regardless of which API version it uses.
-It permits programs to adopt the new API gradually, or not at all, while
-still gaining the advantages of the new implementation. The principle of
-minimum version selection means that programs may remain on the old
-implementation until the maintainers choose to update to the new one
-(either directly, or by updating a dependency).
-
-## Additional features of note
-
-The
-[`google.golang.org/protobuf/encoding/protojson`](https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson)
-package converts protocol buffer messages to and from JSON using the
-[canonical JSON mapping](https://developers.google.com/protocol-buffers/docs/proto3#json),
-and fixes a number of issues with the old `jsonpb` package
-that were difficult to change without causing problems for existing users.
-
-The
-[`google.golang.org/protobuf/types/dynamicpb`](https://pkg.go.dev/google.golang.org/protobuf/types/dynamicpb)
-package provides an implementation of `proto.Message` for messages whose
-protocol buffer type is derived at runtime.
-
-The
-[`google.golang.org/protobuf/testing/protocmp`](https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp)
-package provides functions to compare protocol buffer messages with the
-[`github.com/google/cmp`](https://pkg.go.dev/github.com/google/go-cmp/cmp)
-package.
-
-The
-[`google.golang.org/protobuf/compiler/protogen`](https://pkg.go.dev/google.golang.org/protobuf/compiler/protogen?tab=doc)
-package provides support for writing protocol compiler plugins.
-
-## Conclusion
-
-The `google.golang.org/protobuf` module is a major overhaul of
-Go's support for protocol buffers, providing first-class support
-for reflection, custom message implementations, and a cleaned up API
-surface. We intend to maintain the previous API indefinitely as a wrapper
-of the new one, allowing users to adopt the new API incrementally at
-their own pace.
-
-Our goal in this update is to improve upon the benefits of the old
-API while addressing its shortcomings. As we completed each component of
-the new implementation, we put it into use within Google's codebase. This
-incremental rollout has given us confidence in both the usability of the new
-API and the performance and correctness of the new implementation. We believe
-it is production ready.
-
-We are excited about this release and hope that it will serve the Go
-ecosystem for the next ten years and beyond!
diff --git a/_content/protobuf.article b/_content/protobuf.article
deleted file mode 100644
index c1726ea..0000000
--- a/_content/protobuf.article
+++ /dev/null
@@ -1,48 +0,0 @@
-# Third-party libraries: goprotobuf and beyond
-20 Apr 2010
-Tags: protobuf, community
-Summary: Announcing Go support for Protocol Buffers, Google's data interchange format.
-OldURL: /third-party-libraries-goprotobuf-and
-
-Andrew Gerrand
-
-##
-
-On March 24, Rob Pike announced [goprotobuf](http://code.google.com/p/goprotobuf/),
-the Go bindings of Google's data interchange format [Protocol Buffers](http://code.google.com/apis/protocolbuffers/docs/overview.html),
-called protobufs for short.
-With this announcement, Go joins C++, Java,
-and Python as languages providing official protobuf implementations.
-This marks an important milestone in enabling the interoperability between
-existing systems and those built in Go.
-
-The goprotobuf project consists of two parts:
-a 'protocol compiler plugin' that generates Go source files that,
-once compiled, can access and manage protocol buffers;
-and a Go package that implements run-time support for encoding (marshaling),
-decoding (unmarshaling), and accessing protocol buffers.
-
-To use goprotobuf, you first need to have both Go and [protobuf](http://code.google.com/p/protobuf/) installed.
-You can then install the 'proto' package with [goinstall](https://golang.org/cmd/goinstall/):
-
-	goinstall goprotobuf.googlecode.com/hg/proto
-
-And then install the protobuf compiler plugin:
-
-	cd $GOROOT/src/pkg/goprotobuf.googlecode.com/hg/compiler
-	make install
-
-For more detail see the project's [README](http://code.google.com/p/goprotobuf/source/browse/README) file.
-
-This is one of a growing list of third-party [Go projects](http://godashboard.appspot.com/package).
-Since the announcement of goprotobuf, the X Go bindings have been spun off
-from the standard library to the [x-go-binding](http://code.google.com/p/x-go-binding/) project,
-and work has begun on a [Freetype](http://www.freetype.org/) port,
-[freetype-go](http://code.google.com/p/freetype-go/).
-Other popular third-party projects include the lightweight web framework
-[web.go](http://github.com/hoisie/web.go),
-and the Go GTK bindings [gtk-go](http://github.com/mattn/go-gtk).
-
-We wish to encourage the development of other useful packages by the open source community.
-If you're working on something, don't keep it to yourself - let us know
-through our mailing list [golang-nuts](http://groups.google.com/group/golang-nuts).
diff --git a/_content/publishing-go-modules.article b/_content/publishing-go-modules.article
deleted file mode 100644
index 89a306b..0000000
--- a/_content/publishing-go-modules.article
+++ /dev/null
@@ -1,256 +0,0 @@
-# Publishing Go Modules
-26 Sep 2019
-Tags: tools, versioning
-Summary: How to write and publish modules for use as dependencies.
-
-Tyler Bui-Palsulich
-
-## Introduction
-
-This post is part 3 in a series.
-
-  - Part 1 — [Using Go Modules](/using-go-modules)
-  - Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
-  - **Part 3 — Publishing Go Modules** (this post)
-  - Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
-  - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
-
-**Note:** For documentation on developing modules, see
-[Developing and publishing modules](https://golang.org/doc/modules/developing).
-
-This post discusses how to write and publish modules so other modules can depend
-on them.
-
-Please note: this post covers development up to and including `v1`. If you are
-interested in `v2`, please see [Go Modules: v2 and Beyond](/v2-go-modules).
-
-This post uses [Git](https://git-scm.com/) in examples.
-[Mercurial](https://www.mercurial-scm.org/),
-[Bazaar](http://wiki.bazaar.canonical.com/), and others are supported as well.
-
-## Project setup
-
-For this post, you'll need an existing project to use as an example. So, start
-with the files from the end of the
-[Using Go Modules](https://blog.golang.org/using-go-modules) article:
-
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-
-	require rsc.io/quote/v3 v3.1.0
-
-	$ cat go.sum
-	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c h1:qgOY6WgZOaTkIIMiVjBQcw93ERBE4m30iBm00nkL0i8=
-	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-	rsc.io/quote/v3 v3.1.0 h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=
-	rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
-	rsc.io/sampler v1.3.0 h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=
-	rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
-
-	$ cat hello.go
-	package hello
-
-	import "rsc.io/quote/v3"
-
-	func Hello() string {
-		return quote.HelloV3()
-	}
-
-	func Proverb() string {
-		return quote.Concurrency()
-	}
-
-	$ cat hello_test.go
-	package hello
-
-	import (
-		"testing"
-	)
-
-	func TestHello(t *testing.T) {
-		want := "Hello, world."
-		if got := Hello(); got != want {
-			t.Errorf("Hello() = %q, want %q", got, want)
-		}
-	}
-
-	func TestProverb(t *testing.T) {
-		want := "Concurrency is not parallelism."
-		if got := Proverb(); got != want {
-			t.Errorf("Proverb() = %q, want %q", got, want)
-		}
-	}
-
-	$
-
-Next, create a new `git` repository and add an initial commit. If you're
-publishing your own project, be sure to include a `LICENSE` file. Change to the
-directory containing the `go.mod` then create the repo:
-
-	$ git init
-	$ git add LICENSE go.mod go.sum hello.go hello_test.go
-	$ git commit -m "hello: initial commit"
-	$
-
-## Semantic versions and modules
-
-Every required module in a `go.mod` has a
-[semantic version](https://semver.org), the minimum version of that dependency
-to use to build the module.
-
-A semantic version has the form `vMAJOR.MINOR.PATCH`.
-
-  - Increment the `MAJOR` version when you make a [backwards incompatible](https://golang.org/doc/go1compat)
-    change to the public API of your module.
-    This should only be done when absolutely necessary.
-  - Increment the `MINOR` version when you make a backwards compatible change to the API,
-    like changing dependencies or adding a new function,
-    method, struct field, or type.
-  - Increment the `PATCH` version after making minor changes that don't affect
-    your module's public API or dependencies, like fixing a bug.
-
-You can specify pre-release versions by appending a hyphen and dot separated
-identifiers (for example, `v1.0.1-alpha` or `v2.2.2-beta.2`). Normal releases
-are preferred by the `go` command over pre-release versions, so users must ask
-for pre-release versions explicitly (for example,
-`go get example.com/hello@v1.0.1-alpha`) if your module has any normal releases.
-
-`v0` major versions and pre-release versions do not guarantee backwards
-compatibility. They let you refine your API before making stability commitments
-to your users. However, `v1` major versions and beyond require backwards
-compatibility within that major version.
-
-The version referenced in a `go.mod` may be an explicit release tagged in the
-repository (for example, `v1.5.2`), or it may be a
-[pseudo-version](https://golang.org/cmd/go/#hdr-Pseudo_versions) based on a
-specific commit (for example, `v0.0.0-20170915032832-14c0d48ead0c`).
-Pseudo-versions are a special type of pre-release version. Pseudo-versions are
-useful when a user needs to depend on a project that has not published any
-semantic version tags, or develop against a commit that hasn't been tagged yet,
-but users should not assume that pseudo-versions provide a stable or well-tested
-API. Tagging your modules with explicit versions signals to your users that
-specific versions are fully tested and ready to use.
-
-Once you start tagging your repo with versions, it's important to keep tagging
-new releases as you develop your module. When users request a new version of
-your module (with `go get -u` or `go get example.com/hello`), the `go` command
-will choose the greatest semantic release version available, even if that
-version is several years old and many changes behind the primary branch.
-Continuing to tag new releases will make your ongoing improvements available to
-your users.
-
-Do not delete version tags from your repo. If you find a bug or a security issue
-with a version, release a new version. If people depend on a version that you
-have deleted, their builds may fail. Similarly, once you release a version, do
-not change or overwrite it. The
-[module mirror and checksum database](https://blog.golang.org/module-mirror-launch)
-store modules, their versions, and signed cryptographic hashes to ensure that
-the build of a given version remains reproducible over time.
-
-## v0: the initial, unstable version
-
-Let's tag the module with a `v0` semantic version. A `v0` version does not make
-any stability guarantees, so nearly all projects should start with `v0` as they
-refine their public API.
-
-Tagging a new version has a few steps:
-
-1. Run `go mod tidy`, which removes any dependencies the module might have accumulated that are no longer necessary.
-
-2. Run `go test ./...` a final time to make sure everything is working.
-
-3. Tag the project with a new version using [`git tag`](https://git-scm.com/docs/git-tag).
-
-4. Push the new tag to the origin repository.
-
-```
-$ go mod tidy
-$ go test ./...
-ok      example.com/hello       0.015s
-$ git add go.mod go.sum hello.go hello_test.go
-$ git commit -m "hello: changes for v0.1.0"
-$ git tag v0.1.0
-$ git push origin v0.1.0
-$
-```
-
-Now other projects can depend on `v0.1.0` of `example.com/hello`. For your own
-module, you can run `go list -m example.com/hello@v0.1.0` to confirm the latest
-version is available (this example module does not exist, so no versions are
-available). If you don't see the latest version immediately and you're using the
-Go module proxy (the default since Go 1.13), try again in a few minutes to give
-the proxy time to load the new version.
-
-If you add to the public API, make a breaking change to a `v0` module, or
-upgrade the minor or version of one of your dependencies,  increment the `MINOR`
-version for your next release. For example, the next release after `v0.1.0`
-would be `v0.2.0`.
-
-If you fix a bug in an existing version, increment the `PATCH` version. For
-example, the next release after `v0.1.0` would be `v0.1.1`.
-
-## v1: the first stable version
-
-Once you are absolutely sure your module's API is stable, you can release
-`v1.0.0`. A `v1` major version communicates to users that no incompatible
-changes will be made to the module's API. They can upgrade to new `v1` minor and
-patch releases, and their code should not break. Function and method signatures
-will not change, exported types will not be removed, and so on. If there are
-changes to the API, they will be backwards compatible (for example, adding a new
-field to a struct) and will be included in a new minor release. If there are bug
-fixes (for example, a security fix), they will be included in a patch release
-(or as part of a minor release).
-
-Sometimes, maintaining backwards compatibility can lead to awkward APIs. That's
-OK. An imperfect API is better than breaking users' existing code.
-
-The standard library's `strings` package is a prime example of maintaining
-backwards compatibility at the cost of API consistency.
-
-  - [`Split`](https://godoc.org/strings#Split) slices a string into all
-    substrings separated by a separator and returns a slice of the substrings
-    between those separators.
-  - [`SplitN`](https://godoc.org/strings#SplitN) can be used to control the number of substrings to return.
-
-However, [`Replace`](https://godoc.org/strings#Replace) took a count of how
-many instances of the string to replace from the beginning (unlike `Split`).
-
-Given `Split` and `SplitN`, you would expect functions like `Replace` and
-`ReplaceN`. But, we couldn't change the existing `Replace` without breaking
-callers, which we promised not to do. So, in Go 1.12, we added a new function,
-[`ReplaceAll`](https://godoc.org/strings#ReplaceAll). The resulting API is a
-little odd, since `Split` and `Replace` behave differently, but that
-inconsistency is better than a breaking change.
-
-Let's say you're happy with the API of `example.com/hello` and you want to
-release `v1` as the first stable version.
-
-Tagging `v1` uses the same process as tagging a `v0` version: run `go mod tidy`
-and `go test ./...`, tag the version, and push the tag to the origin repository:
-
-	$ go mod tidy
-	$ go test ./...
-	ok      example.com/hello       0.015s
-	$ git add go.mod go.sum hello.go hello_test.go
-	$ git commit -m "hello: changes for v1.0.0"
-	$ git tag v1.0.0
-	$ git push origin v1.0.0
-	$
-
-At this point, the `v1` API of `example.com/hello` is solidified. This
-communicates to everyone that our API is stable and they should feel comfortable
-using it.
-
-## Conclusion
-
-This post walked through the process of tagging a module with semantic versions
-and when to release `v1`. A future post will cover how to maintain and publish
-modules at `v2` and beyond.
-
-To provide feedback and help shape the future of dependency management in Go,
-please send us [bug reports](https://golang.org/issue/new) or
-[experience reports](https://golang.org/wiki/ExperienceReports).
-
-Thanks for all your feedback and help improving Go modules.
diff --git a/_content/qihoo.article b/_content/qihoo.article
deleted file mode 100644
index d34dd6d..0000000
--- a/_content/qihoo.article
+++ /dev/null
@@ -1,114 +0,0 @@
-# Qihoo 360 and Go
-6 Jul 2015
-Summary: How Qihoo 360 uses Go.
-
-Yang Zhou
-
-##
-
-_This guest blog post was written by Yang Zhou, Software Engineer at Qihoo 360._
-
-[Qihoo 360](http://www.360safe.com/) is a major provider of Internet and
-mobile security products and services in China, and operates a major
-Android-based mobile distribution platform. At the end of June 2014, Qihoo had
-about 500 million monthly active PC Internet users and over 640 million mobile
-users. Qihoo also operates one of China’s most popular Internet browsers and PC
-search engines.
-
-My team, the Push Service Team, provides fundamental messaging services for
-more than 50 products across the company (both PC and mobile), including
-thousands of Apps in our open platform.
-
-Our "love affair" with Go dates back to 2012 when we first attempted to provide
-push services for one of Qihoo’s products. The initial version was built with
-nginx + lua + redis, which failed to satisfy our requirement for real-time
-performance due to excessive load. Under these circumstances, the
-newly-published Go 1.0.3 release came to our attention. We completed a
-prototype in a matter of weeks, largely thanks to the goroutine and channel
-features it provided.
-
-Initially, our Go-based system ran on 20 servers, with 20 million real-time
-connections in total. The system sent 2 million messages a day. That system now
-runs on 400 servers, supporting 200 million+ real-time connections. It now
-sends over 10 billion messages daily.
-
-With rapid business expansion and increasing application needs for our push
-service, the initial Go system quickly reached its bottleneck: heap size went
-up to 69G, with maximum garbage collection (GC) pauses of 3-6 seconds. Worse
-still, we had to reboot the system every week to release memory. It wouldn’t be
-honest if we didn’t consider relinquishing Go and instead, re-writing the
-entire core component with C. However, things didn’t go exactly as we planned,
-we ran into trouble migrating the code of Business Logic Layer. As a result, it
-was impossible for the only personnel at that time (myself) to maintain the Go
-system while ensuring the logic transfer to the C service framework.
-
-Therefore, I made the decision to stay with Go system (probably the wisest one
-I had to make), and great headway was made soon enough.
-
-Here are a few tweaks we made and key take-aways:
-
-  - Replace short connections with persistent ones (using a connection pool),
-    to reduce creation of buffers and objects during communication.
-  - Use Objects and Memory pools appropriately, to reduce the load on the GC.
-
-.image qihoo/image00.png
-
-  - Use a Task Pool, a mechanism with a group of long-lived goroutines consuming
-    global task or message queues sent by connection goroutines,
-    to replace short-lived goroutines.
-
-  - Monitor and control goroutine numbers in the program.
-    The lack of control can cause unbearable burden on the GC,
-    imposed by surges in goroutines due to uninhibited acceptance of external requests,
-    as RPC invocations sent to inner servers may block goroutines recently created.
-
-  - Remember to add [read and write deadlines](https://golang.org/pkg/net/#Conn)
-    to connections when under a mobile network;
-    otherwise, it may lead to goroutine blockage.
-    Apply it properly and with caution when under a LAN network,
-    otherwise your RPC communication efficiency will be hurt.
-
-  - Use Pipeline (under Full Duplex feature of TCP) to enhance the communication efficiency of RPC framework.
-
-As a result, we successfully launched three iterations of our architecture,
-and two iterations of our RPC framework even with limited human resources.
-This can all attributed to the development convenience of Go.
-Below you can find the up-to-date system architecture:
-
-.image qihoo/image01.png
-
-The continuous improvement journey can be illustrated by a table:
-
-.image qihoo/table.png
-
-Also, no temporary release of memory or system reboot is required after these
-optimizations.
-
-What’s more exciting is we developed an on-line real-time Visibility Platform
-for profiling Go programs. We can now easily access and diagnose the system
-status, pinning down any potential risks. Here is a screen shot of the system
-in action:
-
-.image qihoo/image02.png
-.image qihoo/image03.png
-
-The great thing about this platform is that we can actually simulate the
-connection and behavior of millions of online users, by applying the
-Distributed Stress Test Tool (also built using Go), and observe all real-time
-visualized data. This allows us to evaluate the effectiveness of any
-optimization and preclude problems by identifying system bottlenecks.
-
-Almost every possible system optimization has been practiced so far. And we
-look forward to more good news from the GC team so that we could be further
-relieved from heavy development work. I guess our experience may also grow
-obsolete one day, as Go continues to evolve.
-
-This is why I want to conclude my sharing by extending my sincere appreciation
-to the opportunity to attend [Gopher China](http://gopherchina.org/).
-It was a gala for us to learn, to share and for offering a window showcasing
-Go’s popularity and prosperity in China. Many other teams within Qihoo have
-already either got to know Go, or tried to use Go.
-
-I am convinced that many more Chinese Internet firms will join us in
-re-creating their system in Go and the Go team's efforts will benefit more
-developers and enterprises in the foreseeable future.
diff --git a/_content/qihoo/image00.png b/_content/qihoo/image00.png
deleted file mode 100644
index 0e57019..0000000
--- a/_content/qihoo/image00.png
+++ /dev/null
Binary files differ
diff --git a/_content/qihoo/image01.png b/_content/qihoo/image01.png
deleted file mode 100644
index 7187ad2..0000000
--- a/_content/qihoo/image01.png
+++ /dev/null
Binary files differ
diff --git a/_content/qihoo/image02.png b/_content/qihoo/image02.png
deleted file mode 100644
index e27f6a0..0000000
--- a/_content/qihoo/image02.png
+++ /dev/null
Binary files differ
diff --git a/_content/qihoo/image03.png b/_content/qihoo/image03.png
deleted file mode 100644
index 64be577..0000000
--- a/_content/qihoo/image03.png
+++ /dev/null
Binary files differ
diff --git a/_content/qihoo/table.png b/_content/qihoo/table.png
deleted file mode 100644
index 2da5311..0000000
--- a/_content/qihoo/table.png
+++ /dev/null
Binary files differ
diff --git a/_content/race-detector.article b/_content/race-detector.article
deleted file mode 100644
index 657bec4..0000000
--- a/_content/race-detector.article
+++ /dev/null
@@ -1,265 +0,0 @@
-# Introducing the Go Race Detector
-26 Jun 2013
-Tags: concurrency, technical
-Summary: How and why to use the Go race detector to improve your programs.
-
-Dmitry Vyukov
-
-Andrew Gerrand
-
-## Introduction
-
-[Race conditions](http://en.wikipedia.org/wiki/Race_condition) are among the
-most insidious and elusive programming errors. They typically cause erratic and
-mysterious failures, often long after the code has been deployed to production.
-While Go's concurrency mechanisms make it easy to write clean concurrent code,
-they don't prevent race conditions. Care, diligence, and testing are required.
-And tools can help.
-
-We're happy to announce that Go 1.1 includes a
-[race detector](https://golang.org/doc/articles/race_detector.html),
-a new tool for finding race conditions in Go code.
-It is currently available for Linux, OS X, and Windows systems
-with 64-bit x86 processors.
-
-The race detector is based on the C/C++
-[ThreadSanitizer runtime library](https://github.com/google/sanitizers),
-which has been used to detect many errors in Google's internal code base and in
-[Chromium](http://www.chromium.org/).
-The technology was integrated with Go in September 2012; since then it has detected
-[42 races](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=ThreadSanitizer)
-in the standard library. It is now part of our continuous build process,
-where it continues to catch race conditions as they arise.
-
-## How it works
-
-The race detector is integrated with the go tool chain. When the
-`-race` command-line flag is set, the compiler instruments all memory accesses
-with code that records when and how the memory was accessed, while the runtime
-library watches for unsynchronized accesses to shared variables.
-When such "racy" behavior is detected, a warning is printed.
-(See [this article](https://github.com/google/sanitizers/wiki/ThreadSanitizerAlgorithm)
-for the details of the algorithm.)
-
-Because of its design, the race detector can detect race conditions only when
-they are actually triggered by running code, which means it's important to run
-race-enabled binaries under realistic workloads.
-However, race-enabled binaries can use ten times the CPU and memory, so it is
-impractical to enable the race detector all the time.
-One way out of this dilemma is to run some tests with the race detector
-enabled. Load tests and integration tests are good candidates, since they tend
-to exercise concurrent parts of the code.
-Another approach using production workloads is to deploy a single race-enabled
-instance within a pool of running servers.
-
-## Using the race detector
-
-The race detector is fully integrated with the Go tool chain.
-To build your code with the race detector enabled, just add the
-`-race` flag to the command line:
-
-	$ go test -race mypkg    // test the package
-	$ go run -race mysrc.go  // compile and run the program
-	$ go build -race mycmd   // build the command
-	$ go install -race mypkg // install the package
-
-To try out the race detector for yourself, copy this example program into `racy.go`:
-
-	package main
-
-	import "fmt"
-
-	func main() {
-		done := make(chan bool)
-		m := make(map[string]string)
-		m["name"] = "world"
-		go func() {
-			m["name"] = "data race"
-			done <- true
-		}()
-		fmt.Println("Hello,", m["name"])
-		<-done
-	}
-
-Then run it with the race detector enabled:
-
-	$ go run -race racy.go
-
-## Examples
-
-Here are two examples of real issues caught by the race detector.
-
-### Example 1: Timer.Reset
-
-The first example is a simplified version of an actual bug found by the race
-detector. It uses a timer to print a message after a random duration between 0
-and 1 second. It does so repeatedly for five seconds.
-It uses [`time.AfterFunc`](https://golang.org/pkg/time/#AfterFunc) to create a
-[`Timer`](https://golang.org/pkg/time/#Timer) for the first message and then
-uses the [`Reset`](https://golang.org/pkg/time/#Timer.Reset) method to
-schedule the next message, re-using the `Timer` each time.
-
-.play -numbers race-detector/timer.go /func main/,$
-
-This looks like reasonable code, but under certain circumstances it fails in a surprising way:
-
-	panic: runtime error: invalid memory address or nil pointer dereference
-	[signal 0xb code=0x1 addr=0x8 pc=0x41e38a]
-
-	goroutine 4 [running]:
-	time.stopTimer(0x8, 0x12fe6b35d9472d96)
-		src/pkg/runtime/ztime_linux_amd64.c:35 +0x25
-	time.(*Timer).Reset(0x0, 0x4e5904f, 0x1)
-		src/pkg/time/sleep.go:81 +0x42
-	main.func·001()
-		race.go:14 +0xe3
-	created by time.goFunc
-		src/pkg/time/sleep.go:122 +0x48
-
-What's going on here? Running the program with the race detector enabled is more illuminating:
-
-	==================
-	WARNING: DATA RACE
-	Read by goroutine 5:
-	  main.func·001()
-	     race.go:16 +0x169
-
-	Previous write by goroutine 1:
-	  main.main()
-	      race.go:14 +0x174
-
-	Goroutine 5 (running) created at:
-	  time.goFunc()
-	      src/pkg/time/sleep.go:122 +0x56
-	  timerproc()
-	     src/pkg/runtime/ztime_linux_amd64.c:181 +0x189
-	==================
-
-The race detector shows the problem: an unsynchronized read and write of the
-variable `t` from different goroutines. If the initial timer duration is very
-small, the timer function may fire before the main goroutine has assigned a
-value to `t` and so the call to `t.Reset` is made with a nil `t`.
-
-To fix the race condition we change the code to read and write the variable
-`t` only from the main goroutine:
-
-.play -numbers race-detector/timer-fixed.go /func main/,/^}/
-
-Here the main goroutine is wholly responsible for setting and resetting the
-`Timer` `t` and a new reset channel communicates the need to reset the timer in
-a thread-safe way.
-
-A simpler but less efficient approach is to
-[avoid reusing timers](http://play.golang.org/p/kuWTrY0pS4).
-
-### Example 2: ioutil.Discard
-
-The second example is more subtle.
-
-The `ioutil` package's
-[`Discard`](https://golang.org/pkg/io/ioutil/#Discard) object implements
-[`io.Writer`](https://golang.org/pkg/io/#Writer),
-but discards all the data written to it.
-Think of it like `/dev/null`: a place to send data that you need to read but
-don't want to store.
-It is commonly used with [`io.Copy`](https://golang.org/pkg/io/#Copy)
-to drain a reader, like this:
-
-	io.Copy(ioutil.Discard, reader)
-
-Back in July 2011 the Go team noticed that using `Discard` in this way was
-inefficient: the `Copy` function allocates an internal 32 kB buffer each time it
-is called, but when used with `Discard` the buffer is unnecessary since we're
-just throwing the read data away.
-We thought that this idiomatic use of `Copy` and `Discard` should not be so costly.
-
-The fix was simple.
-If the given `Writer` implements a `ReadFrom` method, a `Copy` call like this:
-
-	io.Copy(writer, reader)
-
-is delegated to this potentially more efficient call:
-
-	writer.ReadFrom(reader)
-
-We
-[added a ReadFrom method](https://golang.org/cl/4817041)
-to Discard's underlying type, which has an internal buffer that is shared
-between all its users.
-We knew this was theoretically a race condition, but since all writes to the
-buffer should be thrown away we didn't think it was important.
-
-When the race detector was implemented it immediately
-[flagged this code](https://golang.org/issue/3970) as racy.
-Again, we considered that the code might be problematic, but decided that the
-race condition wasn't "real".
-To avoid the "false positive" in our build we implemented
-[a non-racy version](https://golang.org/cl/6624059)
-that is enabled only when the race detector is running.
-
-But a few months later [Brad](https://bradfitz.com/) encountered a
-[frustrating and strange bug](https://golang.org/issue/4589).
-After a few days of debugging, he narrowed it down to a real race condition
-caused by `ioutil.Discard`.
-
-Here is the known-racy code in `io/ioutil`, where `Discard` is a
-`devNull` that shares a single buffer between all of its users.
-
-.code race-detector/blackhole.go /var blackHole/,/^}/
-
-Brad's program includes a `trackDigestReader` type, which wraps an `io.Reader`
-and records the hash digest of what it reads.
-
-	type trackDigestReader struct {
-		r io.Reader
-		h hash.Hash
-	}
-
-	func (t trackDigestReader) Read(p []byte) (n int, err error) {
-		n, err = t.r.Read(p)
-		t.h.Write(p[:n])
-		return
-	}
-
-For example, it could be used to compute the SHA-1 hash of a file while reading it:
-
-	tdr := trackDigestReader{r: file, h: sha1.New()}
-	io.Copy(writer, tdr)
-	fmt.Printf("File hash: %x", tdr.h.Sum(nil))
-
-In some cases there would be nowhere to write the data—but still a need to hash
-the file—and so `Discard` would be used:
-
-	io.Copy(ioutil.Discard, tdr)
-
-But in this case the `blackHole` buffer isn't just a black hole; it is a
-legitimate place to store the data between reading it from the source
-`io.Reader` and writing it to the `hash.Hash`.
-With multiple goroutines hashing files simultaneously, each sharing the same
-`blackHole` buffer, the race condition manifested itself by corrupting the data
-between reading and hashing.
-No errors or panics occurred, but the hashes were wrong. Nasty!
-
-	func (t trackDigestReader) Read(p []byte) (n int, err error) {
-		// the buffer p is blackHole
-		n, err = t.r.Read(p)
-		// p may be corrupted by another goroutine here,
-		// between the Read above and the Write below
-		t.h.Write(p[:n])
-		return
-	}
-
-The bug was finally
-[fixed](https://golang.org/cl/7011047)
-by giving a unique buffer to each use of `ioutil.Discard`, eliminating the race
-condition on the shared buffer.
-
-## Conclusions
-
-The race detector is a powerful tool for checking the correctness of concurrent
-programs. It will not issue false positives, so take its warnings seriously.
-But it is only as good as your tests; you must make sure they thoroughly
-exercise the concurrent properties of your code so that the race detector can
-do its job.
-
-What are you waiting for? Run `"go test -race"` on your code today!
diff --git a/_content/race-detector/blackhole.go b/_content/race-detector/blackhole.go
deleted file mode 100644
index d95912a..0000000
--- a/_content/race-detector/blackhole.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// +build OMIT
-
-package main
-
-var blackHole [4096]byte // shared buffer
-
-func (devNull) ReadFrom(r io.Reader) (n int64, err error) {
-	readSize := 0
-	for {
-		readSize, err = r.Read(blackHole[:])
-		n += int64(readSize)
-		if err != nil {
-			if err == io.EOF {
-				return n, nil
-			}
-			return
-		}
-	}
-}
diff --git a/_content/race-detector/timer-fixed.go b/_content/race-detector/timer-fixed.go
deleted file mode 100644
index 279067b..0000000
--- a/_content/race-detector/timer-fixed.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"math/rand"
-	"time"
-)
-
-func main() {
-	start := time.Now()
-	reset := make(chan bool)
-	var t *time.Timer
-	t = time.AfterFunc(randomDuration(), func() {
-		fmt.Println(time.Now().Sub(start))
-		reset <- true
-	})
-	for time.Since(start) < 5*time.Second {
-		<-reset
-		t.Reset(randomDuration())
-	}
-}
-
-func randomDuration() time.Duration {
-	return time.Duration(rand.Int63n(1e9))
-}
diff --git a/_content/race-detector/timer.go b/_content/race-detector/timer.go
deleted file mode 100644
index 298233d..0000000
--- a/_content/race-detector/timer.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// +build OMIT
-
-package main
-
-import (
-	"fmt"
-	"math/rand"
-	"time"
-)
-
-func main() {
-	start := time.Now()
-	var t *time.Timer
-	t = time.AfterFunc(randomDuration(), func() {
-		fmt.Println(time.Now().Sub(start))
-		t.Reset(randomDuration())
-	})
-	time.Sleep(5 * time.Second)
-}
-
-func randomDuration() time.Duration {
-	return time.Duration(rand.Int63n(1e9))
-}
diff --git a/_content/slices-intro.article b/_content/slices-intro.article
deleted file mode 100644
index 7567c43..0000000
--- a/_content/slices-intro.article
+++ /dev/null
@@ -1,316 +0,0 @@
-# Go Slices: usage and internals
-5 Jan 2011
-Tags: slice, technical
-Summary: How to use Go slices, and how they work.
-OldURL: /go-slices-usage-and-internals
-
-Andrew Gerrand
-
-## Introduction
-
-Go's slice type provides a convenient and efficient means of working with
-sequences of typed data.
-Slices are analogous to arrays in other languages,
-but have some unusual properties.
-This article will look at what slices are and how they are used.
-
-## Arrays
-
-The slice type is an abstraction built on top of Go's array type,
-and so to understand slices we must first understand arrays.
-
-An array type definition specifies a length and an element type.
-For example, the type `[4]int` represents an array of four integers.
-An array's size is fixed; its length is part of its type (`[4]int` and `[5]int` are distinct,
-incompatible types).
-Arrays can be indexed in the usual way, so the expression `s[n]` accesses
-the nth element, starting from zero.
-
-	var a [4]int
-	a[0] = 1
-	i := a[0]
-	// i == 1
-
-Arrays do not need to be initialized explicitly;
-the zero value of an array is a ready-to-use array whose elements are themselves zeroed:
-
-	// a[2] == 0, the zero value of the int type
-
-The in-memory representation of `[4]int` is just four integer values laid out sequentially:
-
-.image slices-intro/slice-array.png
-
-Go's arrays are values. An array variable denotes the entire array;
-it is not a pointer to the first array element (as would be the case in C).
-This means that when you assign or pass around an array value you will make
-a copy of its contents.
-(To avoid the copy you could pass a _pointer_ to the array,
-but then that's a pointer to an array, not an array.) One way to think about
-arrays is as a sort of struct but with indexed rather than named fields:
-a fixed-size composite value.
-
-An array literal can be specified like so:
-
-	b := [2]string{"Penn", "Teller"}
-
-Or, you can have the compiler count the array elements for you:
-
-	b := [...]string{"Penn", "Teller"}
-
-In both cases, the type of `b` is `[2]string`.
-
-## Slices
-
-Arrays have their place, but they're a bit inflexible,
-so you don't see them too often in Go code.
-Slices, though, are everywhere. They build on arrays to provide great power and convenience.
-
-The type specification for a slice is `[]T`,
-where `T` is the type of the elements of the slice.
-Unlike an array type, a slice type has no specified length.
-
-A slice literal is declared just like an array literal, except you leave out the element count:
-
-	letters := []string{"a", "b", "c", "d"}
-
-A slice can be created with the built-in function called `make`, which has the signature,
-
-	func make([]T, len, cap) []T
-
-where T stands for the element type of the slice to be created.
-The `make` function takes a type, a length,
-and an optional capacity.
-When called, `make` allocates an array and returns a slice that refers to that array.
-
-	var s []byte
-	s = make([]byte, 5, 5)
-	// s == []byte{0, 0, 0, 0, 0}
-
-When the capacity argument is omitted, it defaults to the specified length.
-Here's a more succinct version of the same code:
-
-	s := make([]byte, 5)
-
-The length and capacity of a slice can be inspected using the built-in `len` and `cap` functions.
-
-	len(s) == 5
-	cap(s) == 5
-
-The next two sections discuss the relationship between length and capacity.
-
-The zero value of a slice is `nil`. The `len` and `cap` functions will both return 0 for a nil slice.
-
-A slice can also be formed by "slicing" an existing slice or array.
-Slicing is done by specifying a half-open range with two indices separated by a colon.
-For example, the expression `b[1:4]` creates a slice including elements
-1 through 3 of `b` (the indices of the resulting slice will be 0 through 2).
-
-	b := []byte{'g', 'o', 'l', 'a', 'n', 'g'}
-	// b[1:4] == []byte{'o', 'l', 'a'}, sharing the same storage as b
-
-The start and end indices of a slice expression are optional; they default to zero and the slice's length respectively:
-
-	// b[:2] == []byte{'g', 'o'}
-	// b[2:] == []byte{'l', 'a', 'n', 'g'}
-	// b[:] == b
-
-This is also the syntax to create a slice given an array:
-
-	x := [3]string{"Лайка", "Белка", "Стрелка"}
-	s := x[:] // a slice referencing the storage of x
-
-## Slice internals
-
-A slice is a descriptor of an array segment.
-It consists of a pointer to the array, the length of the segment,
-and its capacity (the maximum length of the segment).
-
-.image slices-intro/slice-struct.png
-
-Our variable `s`, created earlier by `make([]byte, 5)`, is structured like this:
-
-.image slices-intro/slice-1.png
-
-The length is the number of elements referred to by the slice.
-The capacity is the number of elements in the underlying array (beginning
-at the element referred to by the slice pointer).
-The distinction between length and capacity will be made clear as we walk
-through the next few examples.
-
-As we slice `s`, observe the changes in the slice data structure and their relation to the underlying array:
-
-	s = s[2:4]
-
-.image slices-intro/slice-2.png
-
-Slicing does not copy the slice's data. It creates a new slice value that
-points to the original array.
-This makes slice operations as efficient as manipulating array indices.
-Therefore, modifying the _elements_ (not the slice itself) of a re-slice
-modifies the elements of the original slice:
-
-	d := []byte{'r', 'o', 'a', 'd'}
-	e := d[2:]
-	// e == []byte{'a', 'd'}
-	e[1] = 'm'
-	// e == []byte{'a', 'm'}
-	// d == []byte{'r', 'o', 'a', 'm'}
-
-Earlier we sliced `s` to a length shorter than its capacity. We can grow s to its capacity by slicing it again:
-
-	s = s[:cap(s)]
-
-.image slices-intro/slice-3.png
-
-A slice cannot be grown beyond its capacity.
-Attempting to do so will cause a runtime panic,
-just as when indexing outside the bounds of a slice or array.
-Similarly, slices cannot be re-sliced below zero to access earlier elements in the array.
-
-## Growing slices (the copy and append functions)
-
-To increase the capacity of a slice one must create a new,
-larger slice and copy the contents of the original slice into it.
-This technique is how dynamic array implementations from other languages
-work behind the scenes.
-The next example doubles the capacity of `s` by making a new slice,
-`t`, copying the contents of `s` into `t`,
-and then assigning the slice value `t` to `s`:
-
-	t := make([]byte, len(s), (cap(s)+1)*2) // +1 in case cap(s) == 0
-	for i := range s {
-	        t[i] = s[i]
-	}
-	s = t
-
-The looping piece of this common operation is made easier by the built-in copy function.
-As the name suggests, copy copies data from a source slice to a destination slice.
-It returns the number of elements copied.
-
-	func copy(dst, src []T) int
-
-The `copy` function supports copying between slices of different lengths
-(it will copy only up to the smaller number of elements).
-In addition, `copy` can handle source and destination slices that share
-the same underlying array,
-handling overlapping slices correctly.
-
-Using `copy`, we can simplify the code snippet above:
-
-	t := make([]byte, len(s), (cap(s)+1)*2)
-	copy(t, s)
-	s = t
-
-A common operation is to append data to the end of a slice.
-This function appends byte elements to a slice of bytes,
-growing the slice if necessary, and returns the updated slice value:
-
-	func AppendByte(slice []byte, data ...byte) []byte {
-	    m := len(slice)
-	    n := m + len(data)
-	    if n > cap(slice) { // if necessary, reallocate
-	        // allocate double what's needed, for future growth.
-	        newSlice := make([]byte, (n+1)*2)
-	        copy(newSlice, slice)
-	        slice = newSlice
-	    }
-	    slice = slice[0:n]
-	    copy(slice[m:n], data)
-	    return slice
-	}
-
-One could use `AppendByte` like this:
-
-	p := []byte{2, 3, 5}
-	p = AppendByte(p, 7, 11, 13)
-	// p == []byte{2, 3, 5, 7, 11, 13}
-
-Functions like `AppendByte` are useful because they offer complete control
-over the way the slice is grown.
-Depending on the characteristics of the program,
-it may be desirable to allocate in smaller or larger chunks,
-or to put a ceiling on the size of a reallocation.
-
-But most programs don't need complete control,
-so Go provides a built-in `append` function that's good for most purposes;
-it has the signature
-
-	func append(s []T, x ...T) []T
-
-The `append` function appends the elements `x` to the end of the slice `s`,
-and grows the slice if a greater capacity is needed.
-
-	a := make([]int, 1)
-	// a == []int{0}
-	a = append(a, 1, 2, 3)
-	// a == []int{0, 1, 2, 3}
-
-To append one slice to another, use `...` to expand the second argument to a list of arguments.
-
-	a := []string{"John", "Paul"}
-	b := []string{"George", "Ringo", "Pete"}
-	a = append(a, b...) // equivalent to "append(a, b[0], b[1], b[2])"
-	// a == []string{"John", "Paul", "George", "Ringo", "Pete"}
-
-Since the zero value of a slice (`nil`) acts like a zero-length slice,
-you can declare a slice variable and then append to it in a loop:
-
-	// Filter returns a new slice holding only
-	// the elements of s that satisfy fn()
-	func Filter(s []int, fn func(int) bool) []int {
-	    var p []int // == nil
-	    for _, v := range s {
-	        if fn(v) {
-	            p = append(p, v)
-	        }
-	    }
-	    return p
-	}
-
-## A possible "gotcha"
-
-As mentioned earlier, re-slicing a slice doesn't make a copy of the underlying array.
-The full array will be kept in memory until it is no longer referenced.
-Occasionally this can cause the program to hold all the data in memory when
-only a small piece of it is needed.
-
-For example, this `FindDigits` function loads a file into memory and searches
-it for the first group of consecutive numeric digits,
-returning them as a new slice.
-
-	var digitRegexp = regexp.MustCompile("[0-9]+")
-
-	func FindDigits(filename string) []byte {
-	    b, _ := ioutil.ReadFile(filename)
-	    return digitRegexp.Find(b)
-	}
-
-This code behaves as advertised, but the returned `[]byte` points into an
-array containing the entire file.
-Since the slice references the original array,
-as long as the slice is kept around the garbage collector can't release the array;
-the few useful bytes of the file keep the entire contents in memory.
-
-To fix this problem one can copy the interesting data to a new slice before returning it:
-
-	func CopyDigits(filename string) []byte {
-	    b, _ := ioutil.ReadFile(filename)
-	    b = digitRegexp.Find(b)
-	    c := make([]byte, len(b))
-	    copy(c, b)
-	    return c
-	}
-
-A more concise version of this function could be constructed by using `append`.
-This is left as an exercise for the reader.
-
-## Further Reading
-
-[Effective Go](https://golang.org/doc/effective_go.html) contains an in-depth
-treatment of [slices](https://golang.org/doc/effective_go.html#slices)
-and [arrays](https://golang.org/doc/effective_go.html#arrays),
-and the Go [language specification](https://golang.org/doc/go_spec.html)
-defines [slices](https://golang.org/doc/go_spec.html#Slice_types) and
-their [associated](https://golang.org/doc/go_spec.html#Length_and_capacity)
-[helper](https://golang.org/doc/go_spec.html#Making_slices_maps_and_channels)
-[functions](https://golang.org/doc/go_spec.html#Appending_and_copying_slices).
diff --git a/_content/slices-intro/slice-1.png b/_content/slices-intro/slice-1.png
deleted file mode 100644
index ba465cf..0000000
--- a/_content/slices-intro/slice-1.png
+++ /dev/null
Binary files differ
diff --git a/_content/slices-intro/slice-2.png b/_content/slices-intro/slice-2.png
deleted file mode 100644
index a57581e..0000000
--- a/_content/slices-intro/slice-2.png
+++ /dev/null
Binary files differ
diff --git a/_content/slices-intro/slice-3.png b/_content/slices-intro/slice-3.png
deleted file mode 100644
index 64ece5e..0000000
--- a/_content/slices-intro/slice-3.png
+++ /dev/null
Binary files differ
diff --git a/_content/slices-intro/slice-array.png b/_content/slices-intro/slice-array.png
deleted file mode 100644
index a533702..0000000
--- a/_content/slices-intro/slice-array.png
+++ /dev/null
Binary files differ
diff --git a/_content/slices-intro/slice-struct.png b/_content/slices-intro/slice-struct.png
deleted file mode 100644
index f9141fc..0000000
--- a/_content/slices-intro/slice-struct.png
+++ /dev/null
Binary files differ
diff --git a/_content/slices.article b/_content/slices.article
deleted file mode 100644
index 58f10e1..0000000
--- a/_content/slices.article
+++ /dev/null
@@ -1,578 +0,0 @@
-# Arrays, slices (and strings): The mechanics of 'append'
-26 Sep 2013
-Tags: array, slice, string, copy, append
-Summary: How Go arrays and slices work, and how to use copy and append.
-
-Rob Pike
-
-## Introduction
-
-One of the most common features of procedural programming languages is
-the concept of an array.
-Arrays seem like simple things but there are many questions that must be
-answered when adding them to a language, such as:
-
-  - fixed-size or variable-size?
-  - is the size part of the type?
-  - what do multidimensional arrays look like?
-  - does the empty array have meaning?
-
-The answers to these questions affect whether arrays are just
-a feature of the language or a core part of its design.
-
-In the early development of Go, it took about a year to decide the answers
-to these questions before the design felt right.
-The key step was the introduction of _slices_, which built on fixed-size
-_arrays_ to give a flexible, extensible data structure.
-To this day, however, programmers new to Go often stumble over the way slices
-work, perhaps because experience from other languages has colored their thinking.
-
-In this post we'll attempt to clear up the confusion.
-We'll do so by building up the pieces to explain how the `append` built-in function
-works, and why it works the way it does.
-
-## Arrays
-
-Arrays are an important building block in Go, but like the foundation of a building
-they are often hidden below more visible components.
-We must talk about them briefly before we move on to the more interesting,
-powerful, and prominent idea of slices.
-
-Arrays are not often seen in Go programs because
-the size of an array is part of its type, which limits its expressive power.
-
-The declaration
-
-.code slices/prog010.go /var buffer/
-
-declares the variable `buffer`, which holds 256 bytes.
-The type of `buffer` includes its size, `[256]byte`.
-An array with 512 bytes would be of the distinct type `[512]byte`.
-
-The data associated with an array is just that: an array of elements.
-Schematically, our buffer looks like this in memory,
-
-	buffer: byte byte byte ... 256 times ... byte byte byte
-
-That is, the variable holds 256 bytes of data and nothing else. We can
-access its elements with the familiar indexing syntax, `buffer[0]`, `buffer[1]`,
-and so on through `buffer[255]`. (The index range 0 through 255 covers
-256 elements.) Attempting to index `buffer` with a value outside this
-range will crash the program.
-
-There is a built-in function called `len` that returns the number of elements
-of an array or slice and also of a few other data types.
-For arrays, it's obvious what `len` returns.
-In our example, `len(buffer)` returns the fixed value 256.
-
-Arrays have their place—they are a good representation of a transformation
-matrix for instance—but their most common purpose in Go is to hold storage
-for a slice.
-
-## Slices: The slice header
-
-Slices are where the action is, but to use them well one must understand
-exactly what they are and what they do.
-
-A slice is a data structure describing a contiguous section of an array
-stored separately from the slice variable itself.
-_A slice is not an array_.
-A slice _describes_ a piece of an array.
-
-Given our `buffer` array variable from the previous section, we could create
-a slice that describes elements 100 through 150 (to be precise, 100 through 149,
-inclusive) by _slicing_ the array:
-
-.code slices/prog010.go /var slice/
-
-In that snippet we used the full variable declaration to be explicit.
-The variable `slice` has type `[]byte`, pronounced "slice of bytes",
-and is initialized from the array, called
-`buffer`, by slicing elements 100 (inclusive) through 150 (exclusive).
-The more idiomatic syntax would drop the type, which is set by the initializing expression:
-
-	var slice = buffer[100:150]
-
-Inside a function we could use the short declaration form,
-
-	slice := buffer[100:150]
-
-What exactly is this slice variable?
-It's not quite the full story, but for now think of a
-slice as a little data structure with two elements: a length and a pointer to an element
-of an array.
-You can think of it as being built like this behind the scenes:
-
-	type sliceHeader struct {
-		Length        int
-		ZerothElement *byte
-	}
-
-	slice := sliceHeader{
-		Length:        50,
-		ZerothElement: &buffer[100],
-	}
-
-Of course, this is just an illustration.
-Despite what this snippet says that `sliceHeader` struct is not visible
-to the programmer, and the type
-of the element pointer depends on the type of the elements,
-but this gives the general idea of the mechanics.
-
-So far we've used a slice operation on an array, but we can also slice a slice, like this:
-
-	slice2 := slice[5:10]
-
-Just as before, this operation creates a new slice, in this case with elements
-5 through 9 (inclusive) of the original slice, which means elements
-105 through 109 of the original array.
-The underlying `sliceHeader` struct for the `slice2` variable looks like
-this:
-
-	slice2 := sliceHeader{
-		Length:        5,
-		ZerothElement: &buffer[105],
-	}
-
-Notice that this header still points to the same underlying array, stored in
-the `buffer` variable.
-
-We can also _reslice_, which is to say slice a slice and store the result back in
-the original slice structure. After
-
-	slice = slice[5:10]
-
-the `sliceHeader` structure for the `slice` variable looks just like it did for the `slice2`
-variable.
-You'll see reslicing used often, for example to truncate a slice. This statement drops
-the first and last elements of our slice:
-
-	slice = slice[1:len(slice)-1]
-
-[Exercise: Write out what the `sliceHeader` struct looks like after this assignment.]
-
-You'll often hear experienced Go programmers talk about the "slice header"
-because that really is what's stored in a slice variable.
-For instance, when you call a function that takes a slice as an argument, such as
-[bytes.IndexRune](https://golang.org/pkg/bytes/#IndexRune), that header is
-what gets passed to the function.
-In this call,
-
-	slashPos := bytes.IndexRune(slice, '/')
-
-the `slice` argument that is passed to the `IndexRune` function is, in fact,
-a "slice header".
-
-There's one more data item in the slice header, which we talk about below,
-but first let's see what the existence of the slice header means when you
-program with slices.
-
-## Passing slices to functions
-
-It's important to understand that even though a slice contains a pointer,
-it is itself a value.
-Under the covers, it is a struct value holding a pointer and a length.
-It is _not_ a pointer to a struct.
-
-This matters.
-
-When we called `IndexRune` in the previous example,
-it was passed a _copy_ of the slice header.
-That behavior has important ramifications.
-
-Consider this simple function:
-
-.code slices/prog010.go /^func/,/^}/
-
-It does just what its name implies, iterating over the indices of a slice
-(using a `for` `range` loop), incrementing its elements.
-
-Try it:
-
-.play -edit slices/prog010.go /^func main/,/^}/
-
-(You can edit and re-execute these runnable snippets if you want to explore.)
-
-Even though the slice _header_ is passed by value, the header includes
-a pointer to elements of an array, so both the original slice header
-and the copy of the header passed to the function describe the same
-array.
-Therefore, when the function returns, the modified elements can
-be seen through the original slice variable.
-
-The argument to the function really is a copy, as this example shows:
-
-.play -edit slices/prog020.go /^func/,$
-
-Here we see that the _contents_ of a slice argument can be modified by a function,
-but its _header_ cannot.
-The length stored in the `slice` variable is not modified by the call to the function,
-since the function is passed a copy of the slice header, not the original.
-Thus if we want to write a function that modifies the header, we must return it as a result
-parameter, just as we have done here.
-The `slice` variable is unchanged but the returned value has the new length,
-which is then stored in `newSlice`,
-
-## Pointers to slices: Method receivers
-
-Another way to have a function modify the slice header is to pass a pointer to it.
-Here's a variant of our previous example that does this:
-
-.play -edit slices/prog030.go /^func/,$
-
-It seems clumsy in that example, especially dealing with the extra level of indirection
-(a temporary variable helps),
-but there is one common case where you see pointers to slices.
-It is idiomatic to use a pointer receiver for a method that modifies a slice.
-
-Let's say we wanted to have a method on a slice that truncates it at the final slash.
-We could write it like this:
-
-.play -edit slices/prog040.go /^type/,$
-
-If you run this example you'll see that it works properly, updating the slice in the caller.
-
-[Exercise: Change the type of the receiver to be a value rather
-than a pointer and run it again. Explain what happens.]
-
-On the other hand, if we wanted to write a method for `path` that upper-cases
-the ASCII letters in the path (parochially ignoring non-English names), the method could
-be a value because the value receiver will still point to the same underlying array.
-
-.play -edit slices/prog050.go /^type/,$
-
-Here the `ToUpper` method uses two variables in the `for` `range` construct
-to capture the index and slice element.
-This form of loop avoids writing `p[i]` multiple times in the body.
-
-[Exercise: Convert the `ToUpper` method to use a pointer receiver and see if its behavior changes.]
-
-[Advanced exercise: Convert the `ToUpper` method to handle Unicode letters, not just ASCII.]
-
-## Capacity
-
-Look at the following function that extends its argument slice of `ints` by one element:
-
-.code slices/prog060.go /^func Extend/,/^}/
-
-(Why does it need to return the modified slice?) Now run it:
-
-.play -edit slices/prog060.go /^func main/,/^}/
-
-See how the slice grows until... it doesn't.
-
-It's time to talk about the third component of the slice header: its _capacity_.
-Besides the array pointer and length, the slice header also stores its capacity:
-
-	type sliceHeader struct {
-		Length        int
-		Capacity      int
-		ZerothElement *byte
-	}
-
-The `Capacity` field records how much space the underlying array actually has; it is the maximum
-value the `Length` can reach.
-Trying to grow the slice beyond its capacity will step beyond the limits of the array and will trigger a panic.
-
-After our example slice is created by
-
-	slice := iBuffer[0:0]
-
-its header looks like this:
-
-	slice := sliceHeader{
-		Length:        0,
-		Capacity:      10,
-		ZerothElement: &iBuffer[0],
-	}
-
-The `Capacity` field is equal to the length of the underlying array,
-minus the index in the array of the first element of the slice (zero in this case).
-If you want to inquire what the capacity is for a slice, use the built-in function `cap`:
-
-	if cap(slice) == len(slice) {
-		fmt.Println("slice is full!")
-	}
-
-## Make
-
-What if we want to grow the slice beyond its capacity?
-You can't!
-By definition, the capacity is the limit to growth.
-But you can achieve an equivalent result by allocating a new array, copying the data over, and modifying
-the slice to describe the new array.
-
-Let's start with allocation.
-We could use the `new` built-in function to allocate a bigger array
-and then slice the result,
-but it is simpler to use the `make` built-in function instead.
-It allocates a new array and
-creates a slice header to describe it, all at once.
-The `make` function takes three arguments: the type of the slice, its initial length, and its capacity, which is the
-length of the array that `make` allocates to hold the slice data.
-This call creates a slice of length 10 with room for 5 more (15-10), as you can see by running it:
-
-.play -edit slices/prog070.go /slice/,/fmt/
-
-This snippet doubles the capacity of our `int` slice but keeps its length the same:
-
-.play -edit slices/prog080.go /slice/,/OMIT/
-
-After running this code the slice has much more room to grow before needing another reallocation.
-
-When creating slices, it's often true that the length and capacity will be same.
-The `make` built-in has a shorthand for this common case.
-The length argument defaults to the capacity, so you can leave it out
-to set them both to the same value.
-After
-
-	gophers := make([]Gopher, 10)
-
-the `gophers` slice has both its length and capacity set to 10.
-
-## Copy
-
-When we doubled the capacity of our slice in the previous section,
-we wrote a loop to copy the old data to the new slice.
-Go has a built-in function, `copy`, to make this easier.
-Its arguments are two slices, and it copies the data from the right-hand argument to the left-hand argument.
-Here's our example rewritten to use `copy`:
-
-.play -edit slices/prog090.go /newSlice/,/newSlice/
-
-The `copy` function is smart.
-It only copies what it can, paying attention to the lengths of both arguments.
-In other words, the number of elements it copies is the minimum of the lengths of the two slices.
-This can save a little bookkeeping.
-Also, `copy` returns an integer value, the number of elements it copied, although it's not always worth checking.
-
-The `copy` function also gets things right when source and destination overlap, which means it can be used to shift
-items around in a single slice.
-Here's how to use `copy` to insert a value into the middle of a slice.
-
-.code slices/prog100.go /Insert/,/^}/
-
-There are a couple of things to notice in this function.
-First, of course, it must return the updated slice because its length has changed.
-Second, it uses a convenient shorthand.
-The expression
-
-	slice[i:]
-
-means exactly the same as
-
-	slice[i:len(slice)]
-
-Also, although we haven't used the trick yet, we can leave out the first element of a slice expression too;
-it defaults to zero. Thus
-
-	slice[:]
-
-just means the slice itself, which is useful when slicing an array.
-This expression is the shortest way to say "a slice describing all the elements of the array":
-
-	array[:]
-
-Now that's out of the way, let's run our `Insert` function.
-
-.play -edit slices/prog100.go /make/,/OMIT/
-
-## Append: An example
-
-A few sections back, we wrote an `Extend` function that extends a slice by one element.
-It was buggy, though, because if the slice's capacity was too small, the function would
-crash.
-(Our `Insert` example has the same problem.)
-Now we have the pieces in place to fix that, so let's write a robust implementation of
-`Extend` for integer slices.
-
-.code slices/prog110.go /func Extend/,/^}/
-
-In this case it's especially important to return the slice, since when it reallocates
-the resulting slice describes a completely different array.
-Here's a little snippet to demonstrate what happens as the slice fills up:
-
-.play -edit slices/prog110.go /START/,/END/
-
-Notice the reallocation when the initial array of size 5 is filled up.
-Both the capacity and the address of the zeroth element change when the new array is allocated.
-
-With the robust `Extend` function as a guide we can write an even nicer function that lets
-us extend the slice by multiple elements.
-To do this, we use Go's ability to turn a list of function arguments into a slice when the
-function is called.
-That is, we use Go's variadic function facility.
-
-Let's call the function `Append`.
-For the first version, we can just call `Extend` repeatedly so the mechanism of the variadic function is clear.
-The signature of `Append` is this:
-
-	func Append(slice []int, items ...int) []int
-
-What that says is that `Append` takes one argument, a slice, followed by zero or more
-`int` arguments.
-Those arguments are exactly a slice of `int` as far as the implementation
-of `Append` is concerned, as you can see:
-
-.code slices/prog120.go /Append/,/^}/
-
-Notice the `for` `range` loop iterating over the elements of the `items` argument, which has implied type `[]int`.
-Also notice the use of the blank identifier `_` to discard the index in the loop, which we don't need in this case.
-
-Try it:
-
-.play -edit slices/prog120.go /START/,/END/
-
-Another new technique in this example is that we initialize the slice by writing a composite literal,
-which consists of the type of the slice followed by its elements in braces:
-
-.code slices/prog120.go /slice := /
-
-The `Append` function is interesting for another reason.
-Not only can we append elements, we can append a whole second slice
-by "exploding" the slice into arguments using the `...` notation at the call site:
-
-.play -edit slices/prog130.go /START/,/END/
-
-Of course, we can make `Append` more efficient by allocating no more than once,
-building on the innards of `Extend`:
-
-.code slices/prog140.go /Append/,/^}/
-
-Here, notice how we use `copy` twice, once to move the slice data to the newly
-allocated memory, and then to copy the appending items to the end of the old data.
-
-Try it; the behavior is the same as before:
-
-.play -edit slices/prog140.go /START/,/END/
-
-## Append: The built-in function
-
-And so we arrive at the motivation for the design of the `append` built-in function.
-It does exactly what our `Append` example does, with equivalent efficiency, but it
-works for any slice type.
-
-A weakness of Go is that any generic-type operations must be provided by the
-run-time. Some day that may change, but for now, to make working with slices
-easier, Go provides a built-in generic `append` function.
-It works the same as our `int` slice version, but for _any_ slice type.
-
-Remember, since the slice header is always updated by a call to `append`, you need
-to save the returned slice after the call.
-In fact, the compiler won't let you call append without saving the result.
-
-Here are some one-liners intermingled with print statements. Try them, edit them and explore:
-
-.play -edit slices/prog150.go /START/,/END/
-
-It's worth taking a moment to think about the final one-liner of that example in detail to understand
-how the design of slices makes it possible for this simple call to work correctly.
-
-There are lots more examples of `append`, `copy`, and other ways to use slices
-on the community-built
-["Slice Tricks" Wiki page](https://golang.org/wiki/SliceTricks).
-
-## Nil
-
-As an aside, with our newfound knowledge we can see what the representation of a `nil` slice is.
-Naturally, it is the zero value of the slice header:
-
-	sliceHeader{
-		Length:        0,
-		Capacity:      0,
-		ZerothElement: nil,
-	}
-
-or just
-
-	sliceHeader{}
-
-The key detail is that the element pointer is `nil` too. The slice created by
-
-	array[0:0]
-
-has length zero (and maybe even capacity zero) but its pointer is not `nil`, so
-it is not a nil slice.
-
-As should be clear, an empty slice can grow (assuming it has non-zero capacity), but a `nil`
-slice has no array to put values in and can never grow to hold even one element.
-
-That said, a `nil` slice is functionally equivalent to a zero-length slice, even though it points
-to nothing.
-It has length zero and can be appended to, with allocation.
-As an example, look at the one-liner above that copies a slice by appending
-to a `nil` slice.
-
-## Strings
-
-Now a brief section about strings in Go in the context of slices.
-
-Strings are actually very simple: they are just read-only slices of bytes with a bit
-of extra syntactic support from the language.
-
-Because they are read-only, there is no need for a capacity (you can't grow them),
-but otherwise for most purposes you can treat them just like read-only slices
-of bytes.
-
-For starters, we can index them to access individual bytes:
-
-	slash := "/usr/ken"[0] // yields the byte value '/'.
-
-We can slice a string to grab a substring:
-
-	usr := "/usr/ken"[0:4] // yields the string "/usr"
-
-It should be obvious now what's going on behind the scenes when we slice a string.
-
-We can also take a normal slice of bytes and create a string from it with the simple conversion:
-
-	str := string(slice)
-
-and go in the reverse direction as well:
-
-	slice := []byte(usr)
-
-The array underlying a string is hidden from view; there is no way to access its contents
-except through the string. That means that when we do either of these conversions, a
-copy of the array must be made.
-Go takes care of this, of course, so you don't have to.
-After either of these conversions, modifications to
-the array underlying the byte slice don't affect the corresponding string.
-
-An important consequence of this slice-like design for strings is that
-creating a substring is very efficient.
-All that needs to happen
-is the creation of a two-word string header. Since the string is read-only, the original
-string and the string resulting from the slice operation can share the same array safely.
-
-A historical note: The earliest implementation of strings always allocated, but when slices
-were added to the language, they provided a model for efficient string handling. Some of
-the benchmarks saw huge speedups as a result.
-
-There's much more to strings, of course, and a
-[separate blog post](https://blog.golang.org/strings) covers them in greater depth.
-
-## Conclusion
-
-To understand how slices work, it helps to understand how they are implemented.
-There is a little data structure, the slice header, that is the item associated with the slice
-variable, and that header describes a section of a separately allocated array.
-When we pass slice values around, the header gets copied but the array it points
-to is always shared.
-
-Once you appreciate how they work, slices become not only easy to use, but
-powerful and expressive, especially with the help of the `copy` and `append`
-built-in functions.
-
-## More reading
-
-There's lots to find around the intertubes about slices in Go.
-As mentioned earlier,
-the ["Slice Tricks" Wiki page](https://golang.org/wiki/SliceTricks)
-has many examples.
-The [Go Slices](https://blog.golang.org/go-slices-usage-and-internals) blog post
-describes the memory layout details with clear diagrams.
-Russ Cox's [Go Data Structures](https://research.swtch.com/godata) article includes
-a discussion of slices along with some of Go's other internal data structures.
-
-There is much more material available, but the best way to learn about slices is to use them.
diff --git a/_content/slices/prog010.go b/_content/slices/prog010.go
deleted file mode 100644
index 5fffa11..0000000
--- a/_content/slices/prog010.go
+++ /dev/null
@@ -1,30 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-var buffer [256]byte
-var slice []byte = buffer[100:150]
-
-func AddOneToEachElement(slice []byte) {
-	for i := range slice {
-		slice[i]++
-	}
-}
-
-func main() {
-	slice := buffer[10:20]
-	for i := 0; i < len(slice); i++ {
-		slice[i] = byte(i)
-	}
-	fmt.Println("before", slice)
-	AddOneToEachElement(slice)
-	fmt.Println("after", slice)
-}
diff --git a/_content/slices/prog020.go b/_content/slices/prog020.go
deleted file mode 100644
index 548225c..0000000
--- a/_content/slices/prog020.go
+++ /dev/null
@@ -1,26 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-var buffer [256]byte
-var slice []byte = buffer[100:150]
-
-func SubtractOneFromLength(slice []byte) []byte {
-	slice = slice[0 : len(slice)-1]
-	return slice
-}
-
-func main() {
-	fmt.Println("Before: len(slice) =", len(slice))
-	newSlice := SubtractOneFromLength(slice)
-	fmt.Println("After:  len(slice) =", len(slice))
-	fmt.Println("After:  len(newSlice) =", len(newSlice))
-}
diff --git a/_content/slices/prog030.go b/_content/slices/prog030.go
deleted file mode 100644
index 426ef04..0000000
--- a/_content/slices/prog030.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-var buffer [256]byte
-var slice []byte = buffer[100:150]
-
-func PtrSubtractOneFromLength(slicePtr *[]byte) {
-	slice := *slicePtr
-	*slicePtr = slice[0 : len(slice)-1]
-}
-
-func main() {
-	fmt.Println("Before: len(slice) =", len(slice))
-	PtrSubtractOneFromLength(&slice)
-	fmt.Println("After:  len(slice) =", len(slice))
-}
diff --git a/_content/slices/prog040.go b/_content/slices/prog040.go
deleted file mode 100644
index a05e765..0000000
--- a/_content/slices/prog040.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"bytes"
-	"fmt"
-)
-
-type path []byte
-
-func (p *path) TruncateAtFinalSlash() {
-	i := bytes.LastIndex(*p, []byte("/"))
-	if i >= 0 {
-		*p = (*p)[0:i]
-	}
-}
-
-func main() {
-	pathName := path("/usr/bin/tso") // Conversion from string to path.
-	pathName.TruncateAtFinalSlash()
-	fmt.Printf("%s\n", pathName)
-}
diff --git a/_content/slices/prog050.go b/_content/slices/prog050.go
deleted file mode 100644
index 3994e6b..0000000
--- a/_content/slices/prog050.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-type path []byte
-
-func (p path) ToUpper() {
-	for i, b := range p {
-		if 'a' <= b && b <= 'z' {
-			p[i] = b + 'A' - 'a'
-		}
-	}
-}
-
-func main() {
-	pathName := path("/usr/bin/tso")
-	pathName.ToUpper()
-	fmt.Printf("%s\n", pathName)
-}
diff --git a/_content/slices/prog060.go b/_content/slices/prog060.go
deleted file mode 100644
index 0fdf9e6..0000000
--- a/_content/slices/prog060.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-func Extend(slice []int, element int) []int {
-	n := len(slice)
-	slice = slice[0 : n+1]
-	slice[n] = element
-	return slice
-}
-
-func main() {
-	var iBuffer [10]int
-	slice := iBuffer[0:0]
-	for i := 0; i < 20; i++ {
-		slice = Extend(slice, i)
-		fmt.Println(slice)
-	}
-}
diff --git a/_content/slices/prog070.go b/_content/slices/prog070.go
deleted file mode 100644
index 782848a..0000000
--- a/_content/slices/prog070.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-func main() {
-	slice := make([]int, 10, 15)
-	fmt.Printf("len: %d, cap: %d\n", len(slice), cap(slice))
-}
diff --git a/_content/slices/prog080.go b/_content/slices/prog080.go
deleted file mode 100644
index 3886288..0000000
--- a/_content/slices/prog080.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-func main() {
-	slice := make([]int, 10, 15)
-	fmt.Printf("len: %d, cap: %d\n", len(slice), cap(slice))
-	newSlice := make([]int, len(slice), 2*cap(slice))
-	for i := range slice {
-		newSlice[i] = slice[i]
-	}
-	slice = newSlice
-	fmt.Printf("len: %d, cap: %d\n", len(slice), cap(slice))
-	// OMIT
-}
diff --git a/_content/slices/prog090.go b/_content/slices/prog090.go
deleted file mode 100644
index 5cb410c..0000000
--- a/_content/slices/prog090.go
+++ /dev/null
@@ -1,20 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-func main() {
-	slice := make([]int, 10, 15)
-	fmt.Printf("len: %d, cap: %d\n", len(slice), cap(slice))
-	newSlice := make([]int, len(slice), 2*cap(slice))
-	copy(newSlice, slice)
-	slice = newSlice
-	fmt.Printf("len: %d, cap: %d\n", len(slice), cap(slice))
-}
diff --git a/_content/slices/prog100.go b/_content/slices/prog100.go
deleted file mode 100644
index 4e61725..0000000
--- a/_content/slices/prog100.go
+++ /dev/null
@@ -1,36 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-// Insert inserts the value into the slice at the specified index,
-// which must be in range.
-// The slice must have room for the new element.
-func Insert(slice []int, index, value int) []int {
-	// Grow the slice by one element.
-	slice = slice[0 : len(slice)+1]
-	// Use copy to move the upper part of the slice out of the way and open a hole.
-	copy(slice[index+1:], slice[index:])
-	// Store the new value.
-	slice[index] = value
-	// Return the result.
-	return slice
-}
-
-func main() {
-	slice := make([]int, 10, 20) // Note capacity > length: room to add element.
-	for i := range slice {
-		slice[i] = i
-	}
-	fmt.Println(slice)
-	slice = Insert(slice, 5, 99)
-	fmt.Println(slice)
-	// OMIT
-}
diff --git a/_content/slices/prog110.go b/_content/slices/prog110.go
deleted file mode 100644
index 2503602..0000000
--- a/_content/slices/prog110.go
+++ /dev/null
@@ -1,37 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-// Extend extends the slice by adding the element to the end.
-func Extend(slice []int, element int) []int {
-	n := len(slice)
-	if n == cap(slice) {
-		// Slice is full; must grow.
-		// We double its size and add 1, so if the size is zero we still grow.
-		newSlice := make([]int, len(slice), 2*len(slice)+1)
-		copy(newSlice, slice)
-		slice = newSlice
-	}
-	slice = slice[0 : n+1]
-	slice[n] = element
-	return slice
-}
-
-func main() {
-	// START OMIT
-	slice := make([]int, 0, 5)
-	for i := 0; i < 10; i++ {
-		slice = Extend(slice, i)
-		fmt.Printf("len=%d cap=%d slice=%v\n", len(slice), cap(slice), slice)
-		fmt.Println("address of 0th element:", &slice[0])
-	}
-	// END OMIT
-}
diff --git a/_content/slices/prog120.go b/_content/slices/prog120.go
deleted file mode 100644
index d9a4b2e..0000000
--- a/_content/slices/prog120.go
+++ /dev/null
@@ -1,44 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-// Extend extends the slice by adding the element to the end.
-func Extend(slice []int, element int) []int {
-	n := len(slice)
-	if n == cap(slice) {
-		// Slice is full; must grow.
-		// We double its size and add 1, so if the size is zero we still grow.
-		newSlice := make([]int, len(slice), 2*len(slice)+1)
-		copy(newSlice, slice)
-		slice = newSlice
-	}
-	slice = slice[0 : n+1]
-	slice[n] = element
-	return slice
-}
-
-// Append appends the items to the slice.
-// First version: just loop calling Extend.
-func Append(slice []int, items ...int) []int {
-	for _, item := range items {
-		slice = Extend(slice, item)
-	}
-	return slice
-}
-
-func main() {
-	// START1 OMIT
-	slice := []int{0, 1, 2, 3, 4}
-	fmt.Println(slice)
-	slice = Append(slice, 5, 6, 7, 8)
-	fmt.Println(slice)
-	// END1 OMIT
-}
diff --git a/_content/slices/prog130.go b/_content/slices/prog130.go
deleted file mode 100644
index de3e009..0000000
--- a/_content/slices/prog130.go
+++ /dev/null
@@ -1,45 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-// Extend extends the slice by adding the element to the end.
-func Extend(slice []int, element int) []int {
-	n := len(slice)
-	if n == cap(slice) {
-		// Slice is full; must grow.
-		// We double its size and add 1, so if the size is zero we still grow.
-		newSlice := make([]int, len(slice), 2*len(slice)+1)
-		copy(newSlice, slice)
-		slice = newSlice
-	}
-	slice = slice[0 : n+1]
-	slice[n] = element
-	return slice
-}
-
-// Append appends the items to the slice.
-// First version: just loop calling Extend.
-func Append(slice []int, items ...int) []int {
-	for _, item := range items {
-		slice = Extend(slice, item)
-	}
-	return slice
-}
-
-func main() {
-	// START OMIT
-	slice1 := []int{0, 1, 2, 3, 4}
-	slice2 := []int{55, 66, 77}
-	fmt.Println(slice1)
-	slice1 = Append(slice1, slice2...) // The '...' is essential!
-	fmt.Println(slice1)
-	// END OMIT
-}
diff --git a/_content/slices/prog140.go b/_content/slices/prog140.go
deleted file mode 100644
index 6a2b9c7..0000000
--- a/_content/slices/prog140.go
+++ /dev/null
@@ -1,38 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-// Append appends the elements to the slice.
-// Efficient version.
-func Append(slice []int, elements ...int) []int {
-	n := len(slice)
-	total := len(slice) + len(elements)
-	if total > cap(slice) {
-		// Reallocate. Grow to 1.5 times the new size, so we can still grow.
-		newSize := total*3/2 + 1
-		newSlice := make([]int, total, newSize)
-		copy(newSlice, slice)
-		slice = newSlice
-	}
-	slice = slice[:total]
-	copy(slice[n:], elements)
-	return slice
-}
-
-func main() {
-	// START OMIT
-	slice1 := []int{0, 1, 2, 3, 4}
-	slice2 := []int{55, 66, 77}
-	fmt.Println(slice1)
-	slice1 = Append(slice1, slice2...) // The '...' is essential!
-	fmt.Println(slice1)
-	// END OMIT
-}
diff --git a/_content/slices/prog150.go b/_content/slices/prog150.go
deleted file mode 100644
index f73bfa7..0000000
--- a/_content/slices/prog150.go
+++ /dev/null
@@ -1,38 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-)
-
-func main() {
-	// START OMIT
-	// Create a couple of starter slices.
-	slice := []int{1, 2, 3}
-	slice2 := []int{55, 66, 77}
-	fmt.Println("Start slice: ", slice)
-	fmt.Println("Start slice2:", slice2)
-
-	// Add an item to a slice.
-	slice = append(slice, 4)
-	fmt.Println("Add one item:", slice)
-
-	// Add one slice to another.
-	slice = append(slice, slice2...)
-	fmt.Println("Add one slice:", slice)
-
-	// Make a copy of a slice (of int).
-	slice3 := append([]int(nil), slice...)
-	fmt.Println("Copy a slice:", slice3)
-
-	// Copy a slice to the end of itself.
-	fmt.Println("Before append to self:", slice)
-	slice = append(slice, slice...)
-	fmt.Println("After append to self:", slice)
-	// END OMIT
-}
diff --git a/_content/smarttwitter.article b/_content/smarttwitter.article
deleted file mode 100644
index 9bff1c9..0000000
--- a/_content/smarttwitter.article
+++ /dev/null
@@ -1,73 +0,0 @@
-# Real Go Projects: SmartTwitter and web.go
-19 Oct 2010
-Tags: guest
-Summary: How Michael Hoisie used Go to build SmartTwitter and web.go.
-OldURL: /real-go-projects-smarttwitter-and-webgo
-
-Michael Hoisie
-
-##
-
-_This week's article is written by_ [_Michael Hoisie_](http://www.hoisie.com/).
-_A programmer based in San Francisco, he is one of Go's early adopters and the author of several popular Go libraries. He describes his experiences using Go:_
-
-I was introduced to Go by a post on [Hacker News](http://news.ycombinator.com/).
-About an hour later I was hooked. At the time I was working at a web start-up,
-and had been developing internal testing apps in Python.
-Go offered speed, better concurrency support,
-and sane Unicode handling, so I was keen to port my programs to the language.
-At that time there wasn't an easy way to write web apps in Go,
-so I decided to build a simple web framework,
-[web.go](http://github.com/hoisie/web.go).
-It was modeled after a popular Python framework,
-[web.py](http://webpy.org/), which I had worked with previously.
-While working on web.go I got involved in the Go community,
-submitted a bunch of bug reports, and hacked on some standard library packages
-(mainly [http](https://golang.org/pkg/http/) and [json](https://golang.org/pkg/json/)).
-
-After a few weeks I noticed that web.go was getting attention at Github.
-This was surprising because I'd never really promoted the project.
-I think there's a niche for simple, fast web applications,
-and I think Go can fill it.
-
-One weekend I decided to write a simple Facebook application:
-it would re-post your Twitter status updates to your Facebook profile.
-There is an official Twitter application to do this,
-but it re-posts everything, creating noise in your Facebook feed.
-My application allowed you to filter retweets,
-mentions, hashtags, replies, and more.
-This turned into [Smart Twitter](http://www.facebook.com/apps/application.php?id=135488932982),
-which currently has nearly 90,000 users.
-
-The entire program is written in Go, and uses [Redis](https://redis.io/)
-as its storage back-end.
-It is very fast and robust. It currently processes about two dozen tweets per second,
-and makes heavy use of Go's channels.
-It runs on a single Virtual Private Server instance with 2GB of RAM,
-which has no problem handling the load.
-Smart Twitter uses very little CPU time, and is almost entirely memory-bound
-as the entire database is kept in memory.
-At any given time there are around 10 goroutines running concurrently:
-one accepting HTTP connections, another reading from the Twitter Streaming API,
-a couple for error handling, and the rest either processing web requests
-or re-posting incoming tweets.
-
-Smart Twitter also spawned other open-source Go projects:
-[mustache.go](http://github.com/hoisie/mustache.go),
-[redis.go](http://github.com/hoisie/redis.go),
-and [twitterstream](http://github.com/hoisie/twitterstream).
-
-I see a lot of work left to do on web.go.
-For instance, I'd like to add better support for streaming connections,
-websockets, route filters, better support in shared hosts,
-and improving the documentation.
-I recently left the start-up to do software freelancing,
-and I'm planning to use Go where possible.
-This means I'll probably use it as a back end for personal apps,
-as well as for clients that like working with cutting edge technology.
-
-Finally, I'd like to thank the Go team for all their effort.
-Go is a wonderful platform and I think it has a bright future.
-I hope to see the language grow around the needs of the community.
-There's a lot of interesting stuff happening in the community,
-and I look forward to seeing what people can hack together with the language.
diff --git a/_content/stable-releases.article b/_content/stable-releases.article
deleted file mode 100644
index a7a568c..0000000
--- a/_content/stable-releases.article
+++ /dev/null
@@ -1,51 +0,0 @@
-# Go becomes more stable
-16 Mar 2011
-Tags: release
-Summary: Moving from weekly unstable Go releases toward less frequent, more stable ones.
-OldURL: /go-becomes-more-stable
-
-Andrew Gerrand
-
-##
-
-The Go project is moving fast. As we learn more about Go we are compelled
-to change our tools,
-libraries, and occasionally even the language itself.
-We permit backward-incompatible changes so that we can learn from,
-rather than immortalize, our mistakes.
-We believe flexibility at this stage of Go’s development is essential
-to the project’s development and,
-ultimately, its longevity.
-
-Since Go's launch we have been making releases approximately once a week.
-Accompanying each release are [notes describing what changed](https://golang.org/doc/devel/release.html),
-with any backwards-incompatible changes signposted.
-Questions I hear often are "Is Go stable? How can I be sure that I won’t
-have to update my Go code every week?" The answer to those questions are
-now "Yes," and "You won't."
-
-With this week’s release we’re introducing a new release tagging scheme.
-We intend to continue with our weekly releases,
-but have renamed the existing tags from `release` to `weekly`.
-The `release` tag will now be applied to one hand-picked stable release each month or two.
-This more relaxed release schedule should make life easier for the average Go programmer.
-
-Users will still need to update their code periodically (this is the cost
-of using a young language) but with less frequency.
-An additional benefit is that by tagging stable releases less often we can
-put more effort into automating updates.
-To this end we have introduced gofix, a tool that will help you update your code.
-
-The revision formerly tagged `release.2011-03-07.1` (now `weekly.2011-03-07.1`)
-has been nominated our first stable release,
-and has been given the tag `release.r56`.
-As we tag each stable release we will post an announcement to the new [golang-announce](http://groups.google.com/group/golang-announce) mailing list.
-(Why not [subscribe now](http://groups.google.com/group/golang-announce/subscribe)?)
-
-What’s the upshot of all this? You can continue to keep your Go installation
-updated using `hg update release`,
-but now you should only need to update when we tag a new stable release.
-If you wish to stay at the leading edge, you should switch to the weekly
-tag with `hg update weekly`.
-
-Happy coding!
diff --git a/_content/stathat.article b/_content/stathat.article
deleted file mode 100644
index 6d82328..0000000
--- a/_content/stathat.article
+++ /dev/null
@@ -1,220 +0,0 @@
-# Building StatHat with Go
-19 Dec 2011
-Tags: guest
-Summary: How StatHat uses Go, and why they chose it.
-OldURL: /building-stathat-with-go
-
-Patrick Crosby
-
-## Introduction
-
-My name is Patrick Crosby and I'm the founder of a company called Numerotron.
-We recently released [StatHat](http://www.stathat.com).
-This post is about why we chose to develop StatHat in [Go](https://golang.org),
-including details about how we are using Go.
-
-[StatHat](http://www.stathat.com) is a tool to track statistics and events in your code.
-Everyone from HTML designers to backend engineers can use StatHat easily,
-as it supports sending stats from HTML, JavaScript,
-Go, and twelve other languages.
-
-You send your numbers to StatHat; it generates beautiful,
-fully-embeddable graphs of your data.
-StatHat will alert you when specified triggers occur,
-send you daily email reports, and much more.
-So instead of spending time writing tracking or reporting tools for your application,
-you can concentrate on the code.
-While you do the real work, StatHat remains intensely vigilant,
-like an eagle in its mountaintop nest, or a babysitter on meth.
-
-Here's an example of a StatHat graph of the temperature in NYC, Chicago, and San Francisco:
-
-.image stathat/weather.png
-
-## Architecture Overview
-
-StatHat consists of two main services:  incoming statistic/event API calls
-and the web application for viewing and analyzing stats.
-We wanted to keep these as separate as possible to isolate the data collection
-from the data interaction.
-We did this for many reasons, but one major reason is that we anticipate
-handling a ton of automated incoming API HTTP requests and would thus have
-different optimization strategies for the API service than a web application
-interacting with humans.
-
-.image stathat/architecture.png
-
-The web application service is multi-tiered.
-The web server processes all requests and sends them to an interactor layer.
-For simple tasks, the interactor will handle generating any necessary data.
-For complex tasks, the interactor relies on multiple application servers
-to handle tasks like generating graphs or analyzing data sets.
-After the interactor is finished, the web server sends the result to a presenter.
-The presenter responds to the HTTP request with either HTML or JSON.
-We can horizontally scale the web, API, application servers,
-and databases as the demand for services grows and changes over time.
-There is no single point of failure as each application server has multiple copies running.
-The interactor layer allows us to have different interfaces to the system:
-http, command line, automated tests, mobile API.
-StatHat uses MySQL for data storage.
-
-## Choosing Go
-
-When we designed StatHat, we had the following check list for our development tools:
-
-  - same programming language for backend and frontend systems
-
-  - good, fast HTML templating system
-
-  - fast start-up, recompilation, testing for lots of tinkering
-
-  - lots of connections on one machine
-
-  - language tools for handling application-level concurrency
-
-  - good performance
-
-  - robust RPC layer to talk between tiers
-
-  - lots of libraries
-
-  - open source
-
-We evaluated many popular and not-so-popular web technologies and ended up choosing to develop it in Go.
-
-When Go was released in November 2009, I immediately installed it and loved
-the fast compilation times,
-goroutines, channels, garbage collection,
-and all the packages that were available.
-I was especially pleased with how few lines of code my applications were using.
-I soon experimented with making a web app called [Langalot](http://langalot.com/)
-that concurrently searched through five foreign language dictionaries as
-you typed in a query.
-It was blazingly fast.  I put it online and it's been running since February, 2010.
-
-The following sections detail how Go meets StatHat's requirements and our experience using Go to solve our problems.
-
-## Runtime
-
-We use the standard Go [http package](https://golang.org/pkg/http/) for
-our API and web app servers.
-All requests first go through Nginx and any non-file requests are proxied
-to the Go-powered http servers.
-The backend servers are all written in Go and use the [rpc package](https://golang.org/pkg/rpc/)
-to communicate with the frontend.
-
-## Templating
-
-We built a template system using the standard [template package](https://golang.org/pkg/template/).
-Our system adds layouts, some common formatting functions,
-and the ability to recompile templates on-the-fly during development.
-We are very pleased with the performance and functionality of the Go templates.
-
-## Tinkering
-
-In a previous job, I worked on a video game called Throne of Darkness that was written in C++.
-We had a few header files that, when modified,
-required a full rebuild of the entire system, 20-30 minutes long.
-If anyone ever changed `Character.h`, he would be subject to the wrath of
-every other programmer.
-Besides this suffering, it also slowed down development time significantly.
-
-Since then, I've always tried to choose technologies that allowed fast, frequent tinkering.
-With Go, compilation time is a non-issue.
-We can recompile the entire system in seconds, not minutes.
-The development web server starts instantly,
-tests complete in a few seconds.
-As mentioned previously, templates are recompiled as they change.
-The result is that the StatHat system is very easy to work with,
-and the compiler is not a bottleneck.
-
-## RPC
-
-Since StatHat is a multi-tiered system, we wanted an RPC layer so that all
-communication was standard.
-With Go, we are using the [rpc package](https://golang.org/pkg/rpc/) and
-the [gob package](https://golang.org/pkg/gob/) for encoding Go objects.
-In Go, the RPC server just takes any Go object and registers its exported methods.
-There is no need for an intermediary interface description language.
-We've found it very easy to use and many of our core application servers
-are under 300 lines of code.
-
-## Libraries
-
-We don't want to spend time rewriting libraries for things like SSL,
-database drivers, JSON/XML parsers.
-Although Go is a young language, it has a lot of system packages and a growing
-number of user-contributed packages.
-With only a few exceptions, we have found Go packages for everything we have needed.
-
-## Open source
-
-In our experience, it has been invaluable to work with open source tools.
-If something is going awry, it is immensely helpful to be able to examine
-the source through every layer and not have any black boxes.
-Having the code for the language, web server,
-packages, and tools allows us to understand how every piece of the system works.
-Everything in Go is open source.  In the Go codebase,
-we frequently read the tests as they often give great examples of how to
-use packages and language features.
-
-## Performance
-
-People rely on StatHat for up to the minute analysis of their data and we
-need the system to be as responsive as possible.
-In our tests, Go's performance blew away most of the competition.
-We tested it against Rails, Sinatra, OpenResty, and Node.
-StatHat has always monitored itself by tracking all kinds of performance
-metrics about requests,
-the duration of certain tasks, the amount of memory in use.
-Because of this, we were able to easily evaluate different technologies.
-We've also taken advantage of the benchmark performance testing features
-of the Go testing package.
-
-## Application-Level Concurrency
-
-In a former life, I was the CTO at OkCupid.
-My experience there using OKWS taught me the importance of async programming,
-especially when it comes to dynamic web applications.
-There is no reason you should ever do something like this synchronously:
-load a user from the database, then find their stats,
-then find their alerts.
-These should all be done concurrently, yet surprisingly,
-many popular frameworks have no async support.
-Go supports this at the language level without any callback spaghetti.
-StatHat uses goroutines extensively to run multiple functions concurrently
-and channels for sharing data between goroutines.
-
-## Hosting and Deployment
-
-StatHat runs on Amazon's EC2 servers.  Our servers are divided into several types:
-
-  - API
-
-  - Web
-
-  - Application servers
-
-  - Database
-
-There are at least two of each type of server,
-and they are in different zones for high availability.
-Adding a new server to the mix takes just a couple of minutes.
-
-To deploy, we first build the entire system into a time-stamped directory.
-Our packaging script builds the Go applications,
-compresses the CSS and JS files, and copies all the scripts and configuration files.
-This directory is then distributed to all the servers,
-so they all have an identical distribution.
-A script on each server queries its EC2 tags and determines what it is responsible
-for running and starts/stops/restarts any services.
-We frequently only deploy to a subset of the servers.
-
-## More
-
-For more information on StatHat, please visit [stathat.com](http://www.stathat.com).
-We are releasing some of the Go code we've written.
-Go to [www.stathat.com/src](http://www.stathat.com/src) for all of the
-open source StatHat projects.
-
-To learn more about Go, visit [golang.org](https://golang.org/).
diff --git a/_content/stathat/architecture.png b/_content/stathat/architecture.png
deleted file mode 100644
index d07adc7..0000000
--- a/_content/stathat/architecture.png
+++ /dev/null
Binary files differ
diff --git a/_content/stathat/weather.png b/_content/stathat/weather.png
deleted file mode 100644
index f03f16a..0000000
--- a/_content/stathat/weather.png
+++ /dev/null
Binary files differ
diff --git a/_content/store.article b/_content/store.article
deleted file mode 100644
index 6340446..0000000
--- a/_content/store.article
+++ /dev/null
@@ -1,26 +0,0 @@
-# Announcing The New Go Store
-18 Jul 2019
-Summary: Unfortunately, the Go store is offline.
-
-Cassandra Salisbury
-
-##
-
-**October 1, 2019, Update:** _The Go Store is currently offline._
-_We are sorry for any inconvenience._
-_We will update this post with any status changes._
-
-We are excited to launch the new Go official swag and merch store, shipping worldwide.
-We are even more excited to announce that **100% of the proceeds** from the Go store go directly to GoBridge.
-[GoBridge](https://github.com/gobridge/about-us) is a non-profit organization focused on building bridges to educate underrepresented groups by teaching technical skills and fostering diversity in the Go community.
-
-.image store/gophers.jpg
-
-At the **Go store** you’ll find our beloved gopher plushies and vinyls as well as new merchandise.
-Visit the store for 20% off with code **Gopher20** through Sunday, July 21st at 11:59 PM PST.
-
-We plan on adding stock to current items and bringing on new ones to the store.
-If we are out of stock when you go to place an order, check back again soon.
-Follow the [Twitter account](https://twitter.com/golang) for updates, we plan on adding new goodies for all our Go fans out there, so keep an eye out!
-
-Happy shopping!
diff --git a/_content/store/gophers.jpg b/_content/store/gophers.jpg
deleted file mode 100644
index 5de2e99..0000000
--- a/_content/store/gophers.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/strings.article b/_content/strings.article
deleted file mode 100644
index 4fb6f20..0000000
--- a/_content/strings.article
+++ /dev/null
@@ -1,331 +0,0 @@
-# Strings, bytes, runes and characters in Go
-23 Oct 2013
-Tags: strings, bytes, runes, characters
-Summary: How strings work in Go, and how to use them.
-
-Rob Pike
-
-## Introduction
-
-The [previous blog post](https://blog.golang.org/slices) explained how slices
-work in Go, using a number of examples to illustrate the mechanism behind
-their implementation.
-Building on that background, this post discusses strings in Go.
-At first, strings might seem too simple a topic for a blog post, but to use
-them well requires understanding not only how they work,
-but also the difference between a byte, a character, and a rune,
-the difference between Unicode and UTF-8,
-the difference between a string and a string literal,
-and other even more subtle distinctions.
-
-One way to approach this topic is to think of it as an answer to the frequently
-asked question, "When I index a Go string at position _n_, why don't I get the
-_nth_ character?"
-As you'll see, this question leads us to many details about how text works
-in the modern world.
-
-An excellent introduction to some of these issues, independent of Go,
-is Joel Spolsky's famous blog post,
-[The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)](http://www.joelonsoftware.com/articles/Unicode.html).
-Many of the points he raises will be echoed here.
-
-## What is a string?
-
-Let's start with some basics.
-
-In Go, a string is in effect a read-only slice of bytes.
-If you're at all uncertain about what a slice of bytes is or how it works,
-please read the [previous blog post](https://blog.golang.org/slices);
-we'll assume here that you have.
-
-It's important to state right up front that a string holds _arbitrary_ bytes.
-It is not required to hold Unicode text, UTF-8 text, or any other predefined format.
-As far as the content of a string is concerned, it is exactly equivalent to a
-slice of bytes.
-
-Here is a string literal (more about those soon) that uses the
-`\xNN` notation to define a string constant holding some peculiar byte values.
-(Of course, bytes range from hexadecimal values 00 through FF, inclusive.)
-
-.code strings/basic.go /const sample/
-
-## Printing strings
-
-Because some of the bytes in our sample string are not valid ASCII, not even
-valid UTF-8, printing the string directly will produce ugly output.
-The simple print statement
-
-.code strings/basic.go /println/,/println/
-
-produces this mess (whose exact appearance varies with the environment):
-
-	��=� ⌘
-
-To find out what that string really holds, we need to take it apart and examine the pieces.
-There are several ways to do this.
-The most obvious is to loop over its contents and pull out the bytes
-individually, as in this `for` loop:
-
-.code strings/basic.go /byte loop/,/byte loop/
-
-As implied up front, indexing a string accesses individual bytes, not
-characters. We'll return to that topic in detail below. For now, let's
-stick with just the bytes.
-This is the output from the byte-by-byte loop:
-
-	bd b2 3d bc 20 e2 8c 98
-
-Notice how the individual bytes match the
-hexadecimal escapes that defined the string.
-
-A shorter way to generate presentable output for a messy string
-is to use the `%x` (hexadecimal) format verb of `fmt.Printf`.
-It just dumps out the sequential bytes of the string as hexadecimal
-digits, two per byte.
-
-.code strings/basic.go /percent x/,/percent x/
-
-Compare its output to that above:
-
-	bdb23dbc20e28c98
-
-A nice trick is to use the "space" flag in that format, putting a
-space between the `%` and the `x`. Compare the format string
-used here to the one above,
-
-.code strings/basic.go /percent space x/,/percent space x/
-
-and notice how the bytes come
-out with spaces between, making the result a little less imposing:
-
-	bd b2 3d bc 20 e2 8c 98
-
-There's more. The `%q` (quoted) verb will escape any non-printable
-byte sequences in a string so the output is unambiguous.
-
-.code strings/basic.go /percent q/,/percent q/
-
-This technique is handy when much of the string is
-intelligible as text but there are peculiarities to root out; it produces:
-
-	"\xbd\xb2=\xbc ⌘"
-
-If we squint at that, we can see that buried in the noise is one ASCII equals sign,
-along with a regular space, and at the end appears the well-known Swedish "Place of Interest"
-symbol.
-That symbol has Unicode value U+2318, encoded as UTF-8 by the bytes
-after the space (hex value `20`): `e2` `8c` `98`.
-
-If we are unfamiliar or confused by strange values in the string,
-we can use the "plus" flag to the `%q` verb. This flag causes the output to escape
-not only non-printable sequences, but also any non-ASCII bytes, all
-while interpreting UTF-8.
-The result is that it exposes the Unicode values of properly formatted UTF-8
-that represents non-ASCII data in the string:
-
-.code strings/basic.go /percent plus q/,/percent plus q/
-
-With that format, the Unicode value of the Swedish symbol shows up as a
-`\u` escape:
-
-	"\xbd\xb2=\xbc \u2318"
-
-These printing techniques are good to know when debugging
-the contents of strings, and will be handy in the discussion that follows.
-It's worth pointing out as well that all these methods behave exactly the
-same for byte slices as they do for strings.
-
-Here's the full set of printing options we've listed, presented as
-a complete program you can run (and edit) right in the browser:
-
-.play -edit strings/basic.go /package/,/^}/
-
-[Exercise: Modify the examples above to use a slice of bytes
-instead of a string. Hint: Use a conversion to create the slice.]
-
-[Exercise: Loop over the string using the `%q` format on each byte.
-What does the output tell you?]
-
-## UTF-8 and string literals
-
-As we saw, indexing a string yields its bytes, not its characters: a string is just a
-bunch of bytes.
-That means that when we store a character value in a string,
-we store its byte-at-a-time representation.
-Let's look at a more controlled example to see how that happens.
-
-Here's a simple program that prints a string constant with a single character
-three different ways, once as a plain string, once as an ASCII-only quoted
-string, and once as individual bytes in hexadecimal.
-To avoid any confusion, we create a "raw string", enclosed by back quotes,
-so it can contain only literal text. (Regular strings, enclosed by double
-quotes, can contain escape sequences as we showed above.)
-
-.play -edit strings/utf8.go /^func/,/^}/
-
-The output is:
-
-	plain string: ⌘
-	quoted string: "\u2318"
-	hex bytes: e2 8c 98
-
-which reminds us that the Unicode character value U+2318, the "Place
-of Interest" symbol ⌘, is represented by the bytes `e2` `8c` `98`, and
-that those bytes are the UTF-8 encoding of the hexadecimal
-value 2318.
-
-It may be obvious or it may be subtle, depending on your familiarity with
-UTF-8, but it's worth taking a moment to explain how the UTF-8 representation
-of the string was created.
-The simple fact is: it was created when the source code was written.
-
-Source code in Go is _defined_ to be UTF-8 text; no other representation is
-allowed. That implies that when, in the source code, we write the text
-
-	`⌘`
-
-the text editor used to create the program places the UTF-8 encoding
-of the symbol ⌘ into the source text.
-When we print out the hexadecimal bytes, we're just dumping the
-data the editor placed in the file.
-
-In short, Go source code is UTF-8, so
-_the source code for the string literal is UTF-8 text_.
-If that string literal contains no escape sequences, which a raw
-string cannot, the constructed string will hold exactly the
-source text  between the quotes.
-Thus by definition and
-by construction the raw string will always contain a valid UTF-8
-representation of its contents.
-Similarly, unless it contains UTF-8-breaking escapes like those
-from the previous section, a regular string literal will also always
-contain valid UTF-8.
-
-Some people think Go strings are always UTF-8, but they
-are not: only string literals are UTF-8.
-As we showed in the previous section, string _values_ can contain arbitrary
-bytes;
-as we showed in this one, string _literals_ always contain UTF-8 text
-as long as they have no byte-level escapes.
-
-To summarize, strings can contain arbitrary bytes, but when constructed
-from string literals, those bytes are (almost always) UTF-8.
-
-## Code points, characters, and runes
-
-We've been very careful so far in how we use the words "byte" and "character".
-That's partly because strings hold bytes, and partly because the idea of "character"
-is a little hard to define.
-The Unicode standard uses the term "code point" to refer to the item represented
-by a single value.
-The code point U+2318, with hexadecimal value 2318, represents the symbol ⌘.
-(For lots more information about that code point, see
-[its Unicode page](http://unicode.org/cldr/utility/character.jsp?a=2318).)
-
-To pick a more prosaic example, the Unicode code point U+0061 is the lower
-case Latin letter 'A': a.
-
-But what about the lower case grave-accented letter 'A', à?
-That's a character, and it's also a code point (U+00E0), but it has other
-representations.
-For example we can use the "combining" grave accent code point, U+0300,
-and attach it to the lower case letter a, U+0061, to create the same character à.
-In general, a character may be represented by a number of different
-sequences of code points, and therefore different sequences of UTF-8 bytes.
-
-The concept of character in computing is therefore ambiguous, or at least
-confusing, so we use it with care.
-To make things dependable, there are _normalization_ techniques that guarantee that
-a given character is always represented by the same code points, but that
-subject takes us too far off the topic for now.
-A later blog post will explain how the Go libraries address normalization.
-
-"Code point" is a bit of a mouthful, so Go introduces a shorter term for the
-concept: _rune_.
-The term appears in the libraries and source code, and means exactly
-the same as "code point", with one interesting addition.
-
-The Go language defines the word `rune` as an alias for the type `int32`, so
-programs can be clear when an integer value represents a code point.
-Moreover, what you might think of as a character constant is called a
-_rune constant_ in Go.
-The type and value of the expression
-
-	'⌘'
-
-is `rune` with integer value `0x2318`.
-
-To summarize, here are the salient points:
-
-  - Go source code is always UTF-8.
-  - A string holds arbitrary bytes.
-  - A string literal, absent byte-level escapes, always holds valid UTF-8 sequences.
-  - Those sequences represent Unicode code points, called runes.
-  - No guarantee is made in Go that characters in strings are normalized.
-
-## Range loops
-
-Besides the axiomatic detail that Go source code is UTF-8,
-there's really only one way that Go treats UTF-8 specially, and that is when using
-a `for` `range` loop on a string.
-
-We've seen what happens with a regular `for` loop.
-A `for` `range` loop, by contrast, decodes one UTF-8-encoded rune on each
-iteration.
-Each time around the loop, the index of the loop is the starting position of the
-current rune, measured in bytes, and the code point is its value.
-Here's an example using yet another handy `Printf` format, `%#U`, which shows
-the code point's Unicode value and its printed representation:
-
-.play -edit strings/range.go /const/,/}/
-
-The output shows how each code point occupies multiple bytes:
-
-	U+65E5 '日' starts at byte position 0
-	U+672C '本' starts at byte position 3
-	U+8A9E '語' starts at byte position 6
-
-[Exercise: Put an invalid UTF-8 byte sequence into the string. (How?)
-What happens to the iterations of the loop?]
-
-## Libraries
-
-Go's standard library provides strong support for interpreting UTF-8 text.
-If a `for` `range` loop isn't sufficient for your purposes,
-chances are the facility you need is provided by a package in the library.
-
-The most important such package is
-[`unicode/utf8`](https://golang.org/pkg/unicode/utf8/),
-which contains
-helper routines to validate, disassemble, and reassemble UTF-8 strings.
-Here is a program equivalent to the `for` `range` example above,
-but using the `DecodeRuneInString` function from that package to
-do the work.
-The return values from the function are the rune and its width in
-UTF-8-encoded bytes.
-
-.play -edit strings/encoding.go /const/,/}/
-
-Run it to see that it performs the same.
-The `for` `range` loop and `DecodeRuneInString` are defined to produce
-exactly the same iteration sequence.
-
-Look at the
-[documentation](https://golang.org/pkg/unicode/utf8/)
-for the `unicode/utf8` package to see what
-other facilities it provides.
-
-## Conclusion
-
-To answer the question posed at the beginning: Strings are built from bytes
-so indexing them yields bytes, not characters.
-A string might not even hold characters.
-In fact, the definition of "character" is ambiguous and it would
-be a mistake to try to resolve the ambiguity by defining that strings are made
-of characters.
-
-There's much more to say about Unicode, UTF-8, and the world of multilingual
-text processing, but it can wait for another post.
-For now, we hope you have a better understanding of how Go strings behave
-and that, although they may contain arbitrary bytes, UTF-8 is a central part
-of their design.
diff --git a/_content/strings/basic.go b/_content/strings/basic.go
deleted file mode 100644
index 886e294..0000000
--- a/_content/strings/basic.go
+++ /dev/null
@@ -1,48 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "fmt"
-
-func main() {
-	// const string OMIT
-	const sample = "\xbd\xb2\x3d\xbc\x20\xe2\x8c\x98"
-	// const string OMIT
-
-	fmt.Println("Println:")
-	// println OMIT
-	fmt.Println(sample)
-	// println OMIT
-
-	fmt.Println("Byte loop:")
-	// byte loop OMIT
-	for i := 0; i < len(sample); i++ {
-		fmt.Printf("%x ", sample[i])
-	}
-	// byte loop OMIT
-	fmt.Printf("\n")
-
-	fmt.Println("Printf with %x:")
-	// percent x OMIT
-	fmt.Printf("%x\n", sample)
-	// percent x OMIT
-
-	fmt.Println("Printf with % x:")
-	// percent space x OMIT
-	fmt.Printf("% x\n", sample)
-	// percent space x OMIT
-
-	fmt.Println("Printf with %q:")
-	// percent q OMIT
-	fmt.Printf("%q\n", sample)
-	// percent q OMIT
-
-	fmt.Println("Printf with %+q:")
-	// percent plus q OMIT
-	fmt.Printf("%+q\n", sample)
-	// percent plus q OMIT
-}
diff --git a/_content/strings/encoding.go b/_content/strings/encoding.go
deleted file mode 100644
index 729b0e5..0000000
--- a/_content/strings/encoding.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"fmt"
-	"unicode/utf8"
-)
-
-func main() {
-	const nihongo = "日本語"
-	for i, w := 0, 0; i < len(nihongo); i += w {
-		runeValue, width := utf8.DecodeRuneInString(nihongo[i:])
-		fmt.Printf("%#U starts at byte position %d\n", runeValue, i)
-		w = width
-	}
-}
diff --git a/_content/strings/range.go b/_content/strings/range.go
deleted file mode 100644
index e0039fb..0000000
--- a/_content/strings/range.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "fmt"
-
-func main() {
-	const nihongo = "日本語"
-	for index, runeValue := range nihongo {
-		fmt.Printf("%#U starts at byte position %d\n", runeValue, index)
-	}
-}
diff --git a/_content/strings/utf8.go b/_content/strings/utf8.go
deleted file mode 100644
index 491a446..0000000
--- a/_content/strings/utf8.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// +build OMIT
-
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "fmt"
-
-func main() {
-	const placeOfInterest = `⌘`
-
-	fmt.Printf("plain string: ")
-	fmt.Printf("%s", placeOfInterest)
-	fmt.Printf("\n")
-
-	fmt.Printf("quoted string: ")
-	fmt.Printf("%+q", placeOfInterest)
-	fmt.Printf("\n")
-
-	fmt.Printf("hex bytes: ")
-	for i := 0; i < len(placeOfInterest); i++ {
-		fmt.Printf("%x ", placeOfInterest[i])
-	}
-	fmt.Printf("\n")
-}
diff --git a/_content/subtests.article b/_content/subtests.article
deleted file mode 100644
index ec3dffe..0000000
--- a/_content/subtests.article
+++ /dev/null
@@ -1,345 +0,0 @@
-# Using Subtests and Sub-benchmarks
-3 Oct 2016
-Tags: testing, hierarchy, table-driven, subtests, sub-benchmarks
-Summary: How to use Go 1.7's new subtests and sub-benchmarks.
-
-Marcel van Lohuizen
-
-## Introduction
-
-In Go 1.7, the `testing` package introduces a Run method on the
-[`T`](https://golang.org/pkg/testing/#T.Run) and
-[`B`](https://golang.org/pkg/testing/#B.Run) types
-that allows for the creation of subtests and sub-benchmarks.
-The introduction of subtests and sub-benchmarks enables better handling of
-failures, fine-grained control of which tests to run from the command line,
-control of parallelism, and often results in simpler and more maintainable code.
-
-## Table-driven tests basics
-
-Before digging into the details, let's first discuss a common
-way of writing tests in Go.
-A series of related checks can be implemented by looping over a slice of test
-cases:
-
-	func TestTime(t *testing.T) {
-		testCases := []struct {
-			gmt  string
-			loc  string
-			want string
-		}{
-			{"12:31", "Europe/Zuri", "13:31"},     // incorrect location name
-			{"12:31", "America/New_York", "7:31"}, // should be 07:31
-			{"08:08", "Australia/Sydney", "18:08"},
-		}
-		for _, tc := range testCases {
-			loc, err := time.LoadLocation(tc.loc)
-			if err != nil {
-				t.Fatalf("could not load location %q", tc.loc)
-			}
-			gmt, _ := time.Parse("15:04", tc.gmt)
-			if got := gmt.In(loc).Format("15:04"); got != tc.want {
-				t.Errorf("In(%s, %s) = %s; want %s", tc.gmt, tc.loc, got, tc.want)
-			}
-		}
-	}
-
-This approach, commonly referred to as table-driven tests, reduces the amount
-of repetitive code compared to repeating the same code for each test
-and makes it straightforward to add more test cases.
-
-## Table-driven benchmarks
-
-Before Go 1.7 it was not possible to use the same table-driven approach for
-benchmarks.
-A benchmark tests the performance of an entire function, so iterating over
-benchmarks would just measure all of them as a single benchmark.
-
-A common workaround was to define separate top-level benchmarks
-that each call a common function with different parameters.
-For instance, before 1.7 the `strconv` package's benchmarks for `AppendFloat`
-looked something like this:
-
-	func benchmarkAppendFloat(b *testing.B, f float64, fmt byte, prec, bitSize int) {
-		dst := make([]byte, 30)
-		b.ResetTimer() // Overkill here, but for illustrative purposes.
-		for i := 0; i < b.N; i++ {
-			AppendFloat(dst[:0], f, fmt, prec, bitSize)
-		}
-	}
-
-	func BenchmarkAppendFloatDecimal(b *testing.B) { benchmarkAppendFloat(b, 33909, 'g', -1, 64) }
-	func BenchmarkAppendFloat(b *testing.B)        { benchmarkAppendFloat(b, 339.7784, 'g', -1, 64) }
-	func BenchmarkAppendFloatExp(b *testing.B)     { benchmarkAppendFloat(b, -5.09e75, 'g', -1, 64) }
-	func BenchmarkAppendFloatNegExp(b *testing.B)  { benchmarkAppendFloat(b, -5.11e-95, 'g', -1, 64) }
-	func BenchmarkAppendFloatBig(b *testing.B)     { benchmarkAppendFloat(b, 123456789123456789123456789, 'g', -1, 64) }
-	...
-
-Using the `Run` method available in Go 1.7, the same set of benchmarks is now
-expressed as a single top-level benchmark:
-
-	func BenchmarkAppendFloat(b *testing.B) {
-		benchmarks := []struct{
-			name    string
-			float   float64
-			fmt     byte
-			prec    int
-			bitSize int
-		}{
-			{"Decimal", 33909, 'g', -1, 64},
-			{"Float", 339.7784, 'g', -1, 64},
-			{"Exp", -5.09e75, 'g', -1, 64},
-			{"NegExp", -5.11e-95, 'g', -1, 64},
-			{"Big", 123456789123456789123456789, 'g', -1, 64},
-			...
-		}
-		dst := make([]byte, 30)
-		for _, bm := range benchmarks {
-			b.Run(bm.name, func(b *testing.B) {
-				for i := 0; i < b.N; i++ {
-					AppendFloat(dst[:0], bm.float, bm.fmt, bm.prec, bm.bitSize)
-				}
-			})
-		}
-	}
-
-Each invocation of the `Run` method creates a separate benchmark.
-An enclosing benchmark function that calls a `Run` method is only run once and
-is not measured.
-
-The new code has more lines of code, but is more maintainable, more readable,
-and consistent with the table-driven approach commonly used for testing.
-Moreover, common setup code is now shared between runs while eliminating the
-need to reset the timer.
-
-## Table-driven tests using subtests
-
-Go 1.7 also introduces a `Run` method for creating subtests.
-This test is a rewritten version of our earlier example using subtests:
-
-	func TestTime(t *testing.T) {
-		testCases := []struct {
-			gmt  string
-			loc  string
-			want string
-		}{
-			{"12:31", "Europe/Zuri", "13:31"},
-			{"12:31", "America/New_York", "7:31"},
-			{"08:08", "Australia/Sydney", "18:08"},
-		}
-		for _, tc := range testCases {
-			t.Run(fmt.Sprintf("%s in %s", tc.gmt, tc.loc), func(t *testing.T) {
-				loc, err := time.LoadLocation(tc.loc)
-				if err != nil {
-					t.Fatal("could not load location")
-				}
-				gmt, _ := time.Parse("15:04", tc.gmt)
-				if got := gmt.In(loc).Format("15:04"); got != tc.want {
-					t.Errorf("got %s; want %s", got, tc.want)
-				}
-			})
-		}
-	}
-
-The first thing to note is the difference in output from the two implementations.
-The original implementation prints:
-
-	--- FAIL: TestTime (0.00s)
-		time_test.go:62: could not load location "Europe/Zuri"
-
-Even though there are two errors, execution of the test halts on the call to
-`Fatalf` and the second test never runs.
-
-The implementation using `Run` prints both:
-
-	--- FAIL: TestTime (0.00s)
-	    --- FAIL: TestTime/12:31_in_Europe/Zuri (0.00s)
-	    	time_test.go:84: could not load location
-	    --- FAIL: TestTime/12:31_in_America/New_York (0.00s)
-	    	time_test.go:88: got 07:31; want 7:31
-
-`Fatal` and its siblings causes a subtest to be skipped but not its parent or
-subsequent subtests.
-
-Another thing to note is the shorter error messages in the new implementation.
-Since the subtest name uniquely identifies the subtest there is no need to
-identify the test again within the error messages.
-
-There are several other benefits to using subtests or sub-benchmarks,
-as clarified by the following sections.
-
-## Running specific tests or benchmarks
-
-Both subtests and sub-benchmarks can be singled out on the command line using
-the [`-run` or `-bench` flag](https://golang.org/cmd/go/#hdr-Description_of_testing_flags).
-Both flags take a slash-separated list of regular expressions that match the
-corresponding parts of the full name of the subtest or sub-benchmark.
-
-The full name of a subtest or sub-benchmark is a slash-separated list of
-its name and the names of all of its parents, starting with the top-level.
-The name is the corresponding function name for top-level tests and benchmarks,
-and the first argument to `Run` otherwise.
-To avoid display and parsing issues, a name is sanitized by replacing spaces
-with underscores and escaping non-printable characters.
-The same sanitizing is applied to the regular expressions passed to
-the `-run` or `-bench` flags.
-
-A few examples:
-
-Run tests that use a timezone in Europe:
-
-	$ go test -run=TestTime/"in Europe"
-	--- FAIL: TestTime (0.00s)
-	    --- FAIL: TestTime/12:31_in_Europe/Zuri (0.00s)
-	    	time_test.go:85: could not load location
-
-Run only tests for times after noon:
-
-	$ go test -run=Time/12:[0-9] -v
-	=== RUN   TestTime
-	=== RUN   TestTime/12:31_in_Europe/Zuri
-	=== RUN   TestTime/12:31_in_America/New_York
-	--- FAIL: TestTime (0.00s)
-	    --- FAIL: TestTime/12:31_in_Europe/Zuri (0.00s)
-	    	time_test.go:85: could not load location
-	    --- FAIL: TestTime/12:31_in_America/New_York (0.00s)
-	    	time_test.go:89: got 07:31; want 7:31
-
-Perhaps a bit surprising, using `-run=TestTime/New_York` won't match any tests.
-This is because the slash present in the location names is treated as
-a separator as well.
-Instead use:
-
-	$ go test -run=Time//New_York
-	--- FAIL: TestTime (0.00s)
-	    --- FAIL: TestTime/12:31_in_America/New_York (0.00s)
-	    	time_test.go:88: got 07:31; want 7:31
-
-Note the `//` in the string passed to `-run`.
-The `/` in time zone name `America/New_York` is handled as if it were
-a separator resulting from a subtest.
-The first regular expression of the pattern (`TestTime`) matches the top-level
-test.
-The second regular expression (the empty string) matches anything, in this case
-the time and the continent part of the location.
-The third regular expression (`New_York`) matches the city part of the location.
-
-Treating slashes in names as separators allows the user to refactor
-hierarchies of tests without the need to change the naming.
-It also simplifies the escaping rules.
-The user should escape slashes in names, for instance by replacing them with
-backslashes, if this poses a problem.
-
-A unique sequence number is appended to test names that are not unique.
-So one could just pass an empty string to `Run`
-if there is no obvious naming scheme for subtests and the subtests
-can easily be identified by their sequence number.
-
-## Setup and Tear-down
-
-Subtests and sub-benchmarks can be used to manage common setup and tear-down code:
-
-	func TestFoo(t *testing.T) {
-		// <setup code>
-		t.Run("A=1", func(t *testing.T) { ... })
-		t.Run("A=2", func(t *testing.T) { ... })
-		t.Run("B=1", func(t *testing.T) {
-			if !test(foo{B:1}) {
-				t.Fail()
-			}
-		})
-		// <tear-down code>
-	}
-
-The setup and tear-down code will run if any of the enclosed subtests are run
-and will run at most once.
-This applies even if any of the subtests calls `Skip`, `Fail`, or `Fatal`.
-
-## Control of Parallelism
-
-Subtests allow fine-grained control over parallelism.
-To understand how to use subtests in the way
-it is important to understand the semantics of parallel tests.
-
-Each test is associated with a test function.
-A test is called a parallel test if its test function calls the Parallel
-method on its instance of `testing.T`.
-A parallel test never runs concurrently with a sequential test and its execution
-is suspended until its calling test function, that of the parent test,
-has returned.
-The `-parallel` flag defines the maximum number of parallel tests that can run
-in parallel.
-
-A test blocks until its test function returns and all of its subtests
-have completed.
-This means that the parallel tests that are run by a sequential test will
-complete before any other consecutive sequential test is run.
-
-This behavior is identical for tests created by `Run` and top-level tests.
-In fact, under the hood top-level tests are implemented as subtests of
-a hidden master test.
-
-### Run a group of tests in parallel
-
-The above semantics allows for running a group of tests in parallel with
-each other but not with other parallel tests:
-
-	func TestGroupedParallel(t *testing.T) {
-		for _, tc := range testCases {
-			tc := tc // capture range variable
-			t.Run(tc.Name, func(t *testing.T) {
-				t.Parallel()
-				if got := foo(tc.in); got != tc.out {
-					t.Errorf("got %v; want %v", got, tc.out)
-				}
-				...
-			})
-		}
-	}
-
-The outer test will not complete until all parallel tests started by `Run`
-have completed.
-As a result, no other parallel tests can run in parallel to these parallel tests.
-
-Note that we need to capture the range variable to ensure that `tc` gets bound to
-the correct instance.
-
-### Cleaning up after a group of parallel tests
-
-In the previous example we used the semantics to wait on a group of parallel
-tests to complete before commencing other tests.
-The same technique can be used to clean up after a group of parallel tests
-that share common resources:
-
-	func TestTeardownParallel(t *testing.T) {
-		// <setup code>
-		// This Run will not return until its parallel subtests complete.
-		t.Run("group", func(t *testing.T) {
-			t.Run("Test1", parallelTest1)
-			t.Run("Test2", parallelTest2)
-			t.Run("Test3", parallelTest3)
-		})
-		// <tear-down code>
-	}
-
-The behavior of waiting on a group of parallel tests is identical to that
-of the previous example.
-
-## Conclusion
-
-Go 1.7's addition of subtests and sub-benchmarks allows you to write structured
-tests and benchmarks in a natural way that blends nicely into the existing
-tools.
-One way to think about this is that earlier versions of the testing package had
-a 1-level hierarchy: the package-level test was structured as a set of
-individual tests and benchmarks.
-Now that structure has been extended to those individual tests and benchmarks,
-recursively.
-In fact, in the implementation, the top-level tests and benchmarks are tracked
-as if they were subtests and sub-benchmarks of an implicit master test and
-benchmark: the treatment really is the same at all levels.
-
-The ability for tests to define this structure enables fine-grained execution of
-specific test cases, shared setup and teardown, and better control over test
-parallelism.
-We are excited to see what other uses people find. Enjoy.
diff --git a/_content/survey2011.article b/_content/survey2011.article
deleted file mode 100644
index ce28b10..0000000
--- a/_content/survey2011.article
+++ /dev/null
@@ -1,25 +0,0 @@
-# Getting to know the Go community
-21 Dec 2011
-Tags: community
-Summary: Please take a Gopher Survey. We want to hear from you!
-OldURL: /getting-to-know-go-community
-
-Andrew Gerrand
-
-##
-
-Over the past couple of years Go has attracted a lot of users and contributors,
-and I've had a great time meeting and talking with many of you.
-However, for every Gopher I know there are dozens I know nothing about.
-In order to address this imbalance I've prepared a survey for Go users everywhere.
-
-The survey is short. It asks about you, your involvement with Go,
-and and your interest in Go-related events.
-Among other things, this data will help myself and the rest of the Go team
-plan future Go events and schedule conference appearances.
-
-Please take a minute to [complete the survey now](https://docs.google.com/spreadsheet/viewform?hl=en_US&formkey=dFdxOTU1Mm92VFA3eHdkekFPamJjUnc6MQ#gid=0).
-
-Thanks!
-
-Andrew
diff --git a/_content/survey2016-results.article b/_content/survey2016-results.article
deleted file mode 100644
index 2b1f21b..0000000
--- a/_content/survey2016-results.article
+++ /dev/null
@@ -1,149 +0,0 @@
-# Go 2016 Survey Results
-6 Mar 2017
-Tags: survey, community
-Summary: What we learned from the December 2017 Go User Survey.
-
-Steve Francia, for the Go team
-spf@golang.org
-
-## Thank you
-
-This post summarizes the result of our December 2016 user survey along with our commentary and insights.
-We are grateful to everyone who provided their feedback through the survey to help shape the future of Go.
-
-## Programming background
-
-Of the 3,595 survey respondents, 89% said they program in Go at work or outside of work,
-with 39% using Go both at home and at work, 27% using Go only at home, and 23% using Go only at work.
-
-We asked about the areas in which people work.
-63% said they work in web development, but only 9% listed web development alone.
-In fact, 77% chose two or more areas, and 53% chose three or more.
-
-We also asked about the kinds of programs people write in Go.
-63% of respondents write command-line programs, 60% write API or RPC services, and 52% write web services.
-Like in the previous question, most made multiple choices,
-with 85% choosing two or more and 72% choosing three or more.
-
-We asked about people’s expertise and preference among programming languages.
-Unsurprisingly, Go ranked highest among respondents’ first choices in both expertise (26%) and preference (62%).
-With Go excluded, the top five first choices for language expertise were
-Python (18%), Java (17%), JavaScript (13%), C (11%), and PHP (8%);
-and the top five first choices for language preference were
-Python (22%), JavaScript (10%), C (9%), Java (9%), and Ruby (7%).
-Go is clearly attracting many programmers from dynamic languages.
-
-.html survey2016/background.html
-
-## Go usage
-
-Users are overwhelmingly happy with Go:
-they agree that they would recommend Go to others by a ratio of 19:1,
-that they’d prefer to use Go for their next project (14:1),
-and that Go is working well for their teams (18:1).
-Fewer users agree that Go is critical to their company’s success (2.5:1).
-
-When asked what they like most about Go, users most commonly mentioned
-Go’s simplicity, ease of use, concurrency features, and performance.
-When asked what changes would most improve Go,
-users most commonly mentioned generics, package versioning, and dependency management.
-Other popular responses were GUIs, debugging, and error handling.
-
-When asked about the biggest challenges to their own personal use of Go,
-users mentioned many of the technical changes suggested in the previous question.
-The most common themes in the non-technical challenges were convincing others to use Go
-and communicating the value of Go to others, including management.
-Another common theme was learning Go or helping others learn,
-including finding documentation like getting-started walkthroughs,
-tutorials, examples, and best practices.
-
-Some representative common feedback, paraphrased for confidentiality:
-
-.html survey2016/quotes.html
-
-We appreciate the feedback given to identify these challenges faced by our users and community.
-In 2017 we are focusing on addressing these issues and hope to make as many significant improvements as we can.
-We welcome suggestions and contributions from the community in making these challenges into strengths for Go.
-
-.html survey2016/usage.html
-
-## Development and deployment
-
-When asked which operating systems they develop Go on,
-63% of respondents say they use Linux, 44% use MacOS, and 19% use Windows,
-with multiple choices allowed and 49% of respondents developing on multiple systems.
-The 51% of responses choosing a single system split into
-29% on Linux, 17% on MacOS, 5% on Windows, and 0.2% on other systems.
-
-Go deployment is roughly evenly split between privately managed servers and hosted cloud servers.
-
-.html survey2016/dev.html
-
-## Working Effectively
-
-We asked how strongly people agreed or disagreed with various statements about Go.
-Users most agreed that Go’s performance meets their needs (57:1 ratio agree versus disagree),
-that they are able to quickly find answers to their questions (20:1),
-and that they are able to effectively use Go’s concurrency features (14:1).
-On the other hand, users least agreed that they are able to effectively
-debug uses of Go’s concurrency features (2.7:1).
-
-Users mostly agreed that they were able to quickly find libraries they need (7.5:1).
-When asked what libraries are still missing, the most common request by far was a library for writing GUIs.
-Another popular topic was requests around data processing, analytics, and numerical and scientific computing.
-
-Of the 30% of users who suggested ways to improve Go’s documentation,
-the most common suggestion by far was more examples.
-
-The primary sources for Go news are the Go blog,
-Reddit’s /r/golang and Twitter;
-there may be some bias here since these are also how the survey was announced.
-
-The primary sources for finding answers to Go questions are the Go web site,
-Stack Overflow, and reading source code directly.
-
-.html survey2016/effective.html
-
-## The Go Project
-
-55% of respondents expressed interest in contributing in some way to the Go community and projects.
-Unfortunately, relatively few agreed that they felt welcome to do so (3.3:1)
-and even fewer felt that the process was clear (1.3:1).
-In 2017, we intend to work on improving the contribution process and to
-continue to work to make all contributors feel welcome.
-
-Respondents agree that they are confident in the leadership of the Go project (9:1),
-but they agree much less that the project leadership understands their needs (2.6:1),
-and they agree even less that they feel comfortable approaching project leadership with questions and feedback (2.2:1).
-In fact, these were the only questions in the survey for which more than half of respondents
-did not mark “somewhat agree”, “agree”, or “strongly agree” (many were neutral or did not answer).
-
-We hope that the survey and this blog post convey to those of you
-who are aren’t comfortable reaching out that the Go project leadership is listening.
-Throughout 2017 we will be exploring new ways to engage with users to better understand their needs.
-
-.html survey2016/project.html
-
-## Community
-
-At the end of the survey, we asked some demographic questions.
-The country distribution of responses roughly matches the country distribution of site visits to golang.org,
-but the responses under-represent some Asian countries.
-In particular, India, China, and Japan each accounted for about 5% of the site visits to golang.org in 2016
-but only 3%, 2%, and 1% of survey responses.
-
-An important part of a community is making everyone feel welcome,
-especially people from under-represented demographics.
-We asked an optional question about identification across a few diversity groups.
-37% of respondents left the question blank and 12% of respondents chose “I prefer not to answer”,
-so we cannot make many broad conclusions from the data.
-However, one comparison stands out: the 9% who identified as underrepresented agreed
-with the statement “I feel welcome in the Go community” by a ratio of 7.5:1,
-compared with 15:1 in the survey as a whole.
-We aim to make the Go community even more welcoming.
-We support and are encouraged by the efforts of organizations like GoBridge and Women Who Go.
-
-The final question on the survey was just for fun: what’s your favorite Go keyword?
-Perhaps unsurprisingly, the most popular response was `go`, followed by `defer`, `func`, `interface`, and `select`.
-
-.html survey2016/community.html
diff --git a/_content/survey2016.article b/_content/survey2016.article
deleted file mode 100644
index 698fbb7..0000000
--- a/_content/survey2016.article
+++ /dev/null
@@ -1,54 +0,0 @@
-# Participate in the 2016 Go User Survey and Company Questionnaire
-13 Dec 2016
-Tags: survey, community
-Summary: Please take the 2016 Go User Survey and Company Questionnaire. We want to hear from you!
-
-Steve Francia
-spf@golang.org
-
-## The Go project wants to hear from you!
-
-The Go project wants to hear from you!  Our goal is to create the best language
-for developing simple, reliable, scalable software.  We are asking you to help
-by participating in a survey and if applicable, a company questionnaire.
-
-## The Go User Survey
-
-**Who:** If you use Go, have ever used Go, have ever stopped using Go, or have
-any interest in the language, please help by sharing your feedback to improve
-Go for you and your fellow Gophers.
-
-**Where:** Please take this 20-minute survey by December 22nd: [Go User Survey 2016](https://goo.gl/NJgrHT)
-
-The survey is anonymous and confidential.
-
-**Why:** The Go project leadership depends on your feedback to guide the future
-of the Go project. Your responses will help to understand how we are doing and
-help plan improvements for the Go language, libraries, and tools.
-
-After the survey closes, we will publish the anonymous aggregate results to the Go blog.
-
-## The Go Company Questionnaire
-
-**Who:** If you are in a position to share details like “company name”, “if your
-company is hiring Go developers”, and “reasons your team or company adopted Go”
-then please help us by taking this questionnaire. We only need one response per
-company (or department for larger companies).
-
-**Where:** Please take this 5-minute questionnaire by December 22nd: [Go Company Questionnaire 2016](https://goo.gl/Epya2q)
-
-The questionnaire is confidential, but not anonymous.
-
-**Why:** The Go project would like to better understand the companies using Go.
-
-After the questionnaire closes the Go project leadership will use this
-information to better understand how companies are utilizing Go and in what
-ways the project can improve their experience. If you participate we may reach
-out for further information.
-
-## Spread the word!
-
-Please help us spread the word by sharing this post on your social network
-feeds, at meetups, around your office and in other communities.
-
-The survey & questionnaire close by December 22nd so please share today.
diff --git a/_content/survey2016/README b/_content/survey2016/README
deleted file mode 100644
index 3301008..0000000
--- a/_content/survey2016/README
+++ /dev/null
@@ -1,10 +0,0 @@
-To update html files with new SVGs:
-
-	go run mkhtml.go *.html
-
-To edit html files without needing to jump over all the inserted SVGs:
-
-	go run mkhtml.go -strip *.html # remove SVGs
-	edit files
-	go run mkhtml.go *.html # put SVGs back
-
diff --git a/_content/survey2016/aboutme.svg b/_content/survey2016/aboutme.svg
deleted file mode 100644
index 377a9b0..0000000
--- a/_content/survey2016/aboutme.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">The following apply to me: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.64em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,386 (66%)</tspan></text>
-<text x="14.39em" y="2.70em"><tspan class="size">I program in Go outside of work</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,235 (62%)</tspan></text>
-<text x="13.97em" y="3.90em"><tspan class="size">I program at work in Go</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.57em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,004 (56%)</tspan></text>
-<text x="13.32em" y="5.10em"><tspan class="size">I program at work in another language</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.72em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">618 (17%)</tspan></text>
-<text x="9.47em" y="6.30em"><tspan class="size">I manage a programming team</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.94em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">337  (9%)</tspan></text>
-<text x="8.69em" y="7.50em"><tspan class="size">I am a student</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.22em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="7.97em" y="8.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.03em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">10  (0%)</tspan></text>
-<text x="7.78em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/adequate.svg b/_content/survey2016/adequate.svg
deleted file mode 100644
index 890af5e..0000000
--- a/_content/survey2016/adequate.svg
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="3.30em" width="0.21em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.30em" y="3.30em" width="0.46em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.75em" y="3.30em" width="0.63em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.39em" y="3.30em" width="2.73em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.12em" y="3.30em" width="3.25em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.36em" y="3.30em" width="1.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,094 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#8888ff">27</tspan>, <tspan fill="#4444ff">32</tspan>, <tspan fill="#0000ff">12</tspan>%)</tspan></text>
-<text x="21.11em" y="3.90em"><tspan class="size">I have a good understanding of Go best practices. (9.6:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.04em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.04em" y="4.50em" width="0.09em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.14em" y="4.50em" width="0.26em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.40em" y="4.50em" width="0.36em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.76em" y="4.50em" width="1.71em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.47em" y="4.50em" width="4.10em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.56em" y="4.50em" width="2.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,083 (<tspan fill="#ff0000">0</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#8888ff">17</tspan>, <tspan fill="#4444ff">41</tspan>, <tspan fill="#0000ff">20</tspan>%)</tspan></text>
-<text x="21.08em" y="5.10em"><tspan class="size">I am able to quickly find answers to my questions. (20:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.03em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.03em" y="5.70em" width="0.03em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.06em" y="5.70em" width="0.09em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.14em" y="5.70em" width="0.21em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.35em" y="5.70em" width="0.70em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.06em" y="5.70em" width="3.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.29em" y="5.70em" width="4.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">3,053 (<tspan fill="#ff0000">0</tspan>, <tspan fill="#ff4444">0</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#8888ff">7</tspan>, <tspan fill="#4444ff">32</tspan>, <tspan fill="#0000ff">42</tspan>%)</tspan></text>
-<text x="20.99em" y="6.30em"><tspan class="size">Go&#39;s performance meets my needs. (57:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="6.90em" width="0.28em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.36em" y="6.90em" width="0.45em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.81em" y="6.90em" width="1.39em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.19em" y="6.90em" width="1.48em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.68em" y="6.90em" width="2.56em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.23em" y="6.90em" width="0.78em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,523 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">3</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">15</tspan>, <tspan fill="#4444ff">26</tspan>, <tspan fill="#0000ff">8</tspan>%)</tspan></text>
-<text x="19.52em" y="7.50em"><tspan class="size">Go&#39;s support for language interoperability meets my needs. (6.0:1)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.05em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.05em" y="8.10em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.29em" y="8.10em" width="0.63em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.92em" y="8.10em" width="0.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.59em" y="8.10em" width="2.39em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.97em" y="8.10em" width="3.36em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.34em" y="8.10em" width="1.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">3,049 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">24</tspan>, <tspan fill="#4444ff">34</tspan>, <tspan fill="#0000ff">11</tspan>%)</tspan></text>
-<text x="20.98em" y="8.70em"><tspan class="size">I am able to quickly find libraries that I need. (7.5:1)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.07em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.07em" y="9.30em" width="0.18em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.25em" y="9.30em" width="0.43em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.68em" y="9.30em" width="0.45em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.13em" y="9.30em" width="1.77em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.90em" y="9.30em" width="3.69em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.59em" y="9.30em" width="1.99em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">3,083 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">4</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#8888ff">18</tspan>, <tspan fill="#4444ff">37</tspan>, <tspan fill="#0000ff">20</tspan>%)</tspan></text>
-<text x="21.08em" y="9.90em"><tspan class="size">Go language, library, and tool documentation meet my needs. (11:1)</tspan></text>
-</svg>
diff --git a/_content/survey2016/agree6.svg b/_content/survey2016/agree6.svg
deleted file mode 100644
index cf44d21..0000000
--- a/_content/survey2016/agree6.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.10em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.10em" y="3.30em" width="0.28em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.38em" y="3.30em" width="0.51em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.90em" y="3.30em" width="1.93em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.83em" y="3.30em" width="0.98em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.80em" y="3.30em" width="1.44em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.24em" y="3.30em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,091 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">3</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">19</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#0000ff">6</tspan>%)</tspan></text>
-<text x="18.32em" y="3.90em"><tspan class="size">I feel welcome to contribute to Go (compiler, standard library, documentation, website) (3.3:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.27em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.27em" y="4.50em" width="0.74em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="13.01em" y="4.50em" width="0.90em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.91em" y="4.50em" width="1.58em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.49em" y="4.50em" width="1.04em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.53em" y="4.50em" width="1.13em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.66em" y="4.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,168 (<tspan fill="#ff0000">3</tspan>, <tspan fill="#ff4444">7</tspan>, <tspan fill="#ff8888">9</tspan>, <tspan fill="#cccccc">16</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">11</tspan>, <tspan fill="#0000ff">4</tspan>%)</tspan></text>
-<text x="18.53em" y="5.10em"><tspan class="size">The process of contributing to the Go project is clear to me (1.3:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.14em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.14em" y="5.70em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.39em" y="5.70em" width="0.45em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.84em" y="5.70em" width="2.24em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.08em" y="5.70em" width="0.80em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.88em" y="5.70em" width="1.11em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.99em" y="5.70em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,900 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">22</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">11</tspan>, <tspan fill="#0000ff">3</tspan>%)</tspan></text>
-<text x="17.79em" y="6.30em"><tspan class="size">The Go project leadership understands my needs (2.6:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.20em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.20em" y="6.90em" width="0.44em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.64em" y="6.90em" width="0.65em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.29em" y="6.90em" width="1.76em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.04em" y="6.90em" width="0.96em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.00em" y="6.90em" width="1.38em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.38em" y="6.90em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,114 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">4</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">18</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#0000ff">5</tspan>%)</tspan></text>
-<text x="18.38em" y="7.50em"><tspan class="size">I feel comfortable approaching the Go project leadership with questions and feedback (2.2:1)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.11em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.11em" y="8.10em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.24em" y="8.10em" width="0.30em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.54em" y="8.10em" width="1.20em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.74em" y="8.10em" width="0.95em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.68em" y="8.10em" width="2.45em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.13em" y="8.10em" width="1.47em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">2,374 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#8888ff">9</tspan>, <tspan fill="#4444ff">24</tspan>, <tspan fill="#0000ff">15</tspan>%)</tspan></text>
-<text x="19.10em" y="8.70em"><tspan class="size">I am confident in the leadership of Go (9.0:1)</tspan></text>
-</svg>
diff --git a/_content/survey2016/answers.svg b/_content/survey2016/answers.svg
deleted file mode 100644
index f6a0412..0000000
--- a/_content/survey2016/answers.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go answers from: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="2.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="14.27em" y="2.10em" width="1.76em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="16.03em" y="2.10em" width="1.20em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="17.24em" y="2.10em" width="0.65em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="17.89em" y="2.10em" width="0.30em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">2,226 (<tspan fill="#0000ff">23</tspan>, <tspan fill="#2828ff">18</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="18.69em" y="2.70em"><tspan class="size">Stack Overflow</tspan></text>
-<rect x="12.00em" y="3.30em" width="3.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="15.03em" y="3.30em" width="1.54em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="16.57em" y="3.30em" width="0.78em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="17.35em" y="3.30em" width="0.35em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="17.71em" y="3.30em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,101 (<tspan fill="#0000ff">30</tspan>, <tspan fill="#2828ff">15</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="18.34em" y="3.90em"><tspan class="size">golang.org</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.25em" y="4.50em" width="1.65em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.91em" y="4.50em" width="1.22em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="16.13em" y="4.50em" width="0.70em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.83em" y="4.50em" width="0.22em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,814 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#2828ff">17</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="17.55em" y="5.10em"><tspan class="size">Reading source code (e.g., standard library, open-source packages)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.27em" y="5.70em" width="0.80em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.07em" y="5.70em" width="1.17em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.23em" y="5.70em" width="0.74em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.98em" y="5.70em" width="0.36em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,200 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">4</tspan>%)</tspan></text>
-<text x="15.84em" y="6.30em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.25em" y="6.90em" width="0.65em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.90em" y="6.90em" width="0.70em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.60em" y="6.90em" width="0.48em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.09em" y="6.90em" width="0.29em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">854 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">7</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.88em" y="7.50em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="8.10em" width="0.34em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.52em" y="8.10em" width="0.53em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.05em" y="8.10em" width="0.53em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.58em" y="8.10em" width="0.32em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">682 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.40em" y="8.70em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.33em" y="9.30em" width="0.42em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.74em" y="9.30em" width="0.52em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.27em" y="9.30em" width="0.32em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.58em" y="9.30em" width="0.17em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">630 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.25em" y="9.90em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.19em" y="10.50em" width="0.18em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.37em" y="10.50em" width="0.21em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.58em" y="10.50em" width="0.20em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.78em" y="10.50em" width="0.15em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">334 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.43em" y="11.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="11.70em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.21em" y="11.70em" width="0.18em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.39em" y="11.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.51em" y="11.70em" width="0.08em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">214 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="12.30em"><tspan class="size">Friends</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.04em" y="12.90em" width="0.05em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.09em" y="12.90em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.22em" y="12.90em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.34em" y="12.90em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">161 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.95em" y="13.50em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="14.10em" width="0.11em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.18em" y="14.10em" width="0.10em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.28em" y="14.10em" width="0.11em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="14.10em" width="0.04em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.93em" y="14.70em"><tspan class="size">IRC</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="15.30em" width="0.08em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.11em" y="15.30em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.18em" y="15.30em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.28em" y="15.30em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">126 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.85em" y="15.90em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.24em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.24em" y="16.50em" width="0.20em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.43em" y="16.50em" width="0.14em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.58em" y="16.50em" width="0.08em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="12.66em" y="16.50em" width="0.07em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">262 (<tspan fill="#777777">2</tspan>, <tspan fill="#888888">2</tspan>, <tspan fill="#999999">1</tspan>, <tspan fill="#aaaaaa">1</tspan>, <tspan fill="#bbbbbb">1</tspan>%)</tspan></text>
-<text x="13.23em" y="17.10em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="17.70em" width="1.79em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">643 (18%)</tspan></text>
-<text x="14.29em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/areas.svg b/_content/survey2016/areas.svg
deleted file mode 100644
index 6f3b8ac..0000000
--- a/_content/survey2016/areas.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I work in the following areas: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,272 (63%)</tspan></text>
-<text x="14.07em" y="2.70em"><tspan class="size">Web development</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.78em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,359 (38%)</tspan></text>
-<text x="11.53em" y="3.90em"><tspan class="size">Systems programming</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,251 (35%)</tspan></text>
-<text x="11.23em" y="5.10em"><tspan class="size">DevOps</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,169 (33%)</tspan></text>
-<text x="11.00em" y="6.30em"><tspan class="size">Network programming</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,006 (28%)</tspan></text>
-<text x="10.55em" y="7.50em"><tspan class="size">Databases</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">533 (15%)</tspan></text>
-<text x="9.23em" y="8.70em"><tspan class="size">Mobile</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">490 (14%)</tspan></text>
-<text x="9.11em" y="9.90em"><tspan class="size">Desktop/GUI applications</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">457 (13%)</tspan></text>
-<text x="9.02em" y="11.10em"><tspan class="size">Security</tspan></text>
-<rect x="7.25em" y="11.70em" width="1.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">435 (12%)</tspan></text>
-<text x="8.96em" y="12.30em"><tspan class="size">Data Science</tspan></text>
-<rect x="7.25em" y="12.90em" width="1.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">417 (12%)</tspan></text>
-<text x="8.91em" y="13.50em"><tspan class="size">Finance/Commerce</tspan></text>
-<rect x="7.25em" y="14.10em" width="1.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">394 (11%)</tspan></text>
-<text x="8.85em" y="14.70em"><tspan class="size">Embedded devices/Internet of Things</tspan></text>
-<rect x="7.25em" y="15.30em" width="1.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">379 (11%)</tspan></text>
-<text x="8.80em" y="15.90em"><tspan class="size">Academic/Scientific/Numeric</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">228  (6%)</tspan></text>
-<text x="8.38em" y="17.10em"><tspan class="size">Gaming</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.66em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">238  (7%)</tspan></text>
-<text x="8.41em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.21em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">74  (2%)</tspan></text>
-<text x="7.96em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/attend.svg b/_content/survey2016/attend.svg
deleted file mode 100644
index 9875aab..0000000
--- a/_content/survey2016/attend.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have attended: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="3.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,315 (37%)</tspan></text>
-<text x="11.41em" y="2.70em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">879 (24%)</tspan></text>
-<text x="10.20em" y="3.90em"><tspan class="size">A Go meetup</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">523 (15%)</tspan></text>
-<text x="9.20em" y="5.10em"><tspan class="size">A Go themed conference (GopherCon, GothamGo, etc)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.77em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">276  (8%)</tspan></text>
-<text x="8.52em" y="6.30em"><tspan class="size">A Go remote meetup / online event</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">186  (5%)</tspan></text>
-<text x="8.27em" y="7.50em"><tspan class="size">Go training</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">165  (5%)</tspan></text>
-<text x="8.21em" y="8.70em"><tspan class="size">A technical conference for it&#39;s Go content</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="9.90em"><tspan class="size">A GoBridge event</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">37  (1%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">A Women Who Go event</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">65  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.76em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">993 (28%)</tspan></text>
-<text x="10.51em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/background.html b/_content/survey2016/background.html
deleted file mode 100644
index 9bd1f22..0000000
--- a/_content/survey2016/background.html
+++ /dev/null
@@ -1,602 +0,0 @@
-<style>
-p.note {
-  font-size: 0.80em;
-  font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-}
-</style>
-
-<p>
-<!--include aboutme.svg -->
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">The following apply to me: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.64em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,386 (66%)</tspan></text>
-<text x="14.39em" y="2.70em"><tspan class="size">I program in Go outside of work</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,235 (62%)</tspan></text>
-<text x="13.97em" y="3.90em"><tspan class="size">I program at work in Go</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.57em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,004 (56%)</tspan></text>
-<text x="13.32em" y="5.10em"><tspan class="size">I program at work in another language</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.72em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">618 (17%)</tspan></text>
-<text x="9.47em" y="6.30em"><tspan class="size">I manage a programming team</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.94em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">337  (9%)</tspan></text>
-<text x="8.69em" y="7.50em"><tspan class="size">I am a student</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.22em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="7.97em" y="8.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.03em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">10  (0%)</tspan></text>
-<text x="7.78em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question was “multiple choice,” so the percentages add up to well over 100%. All graphs in this post show both the total count and the corresponding percentage of the 3,595 surveys completed.</p>
-
-<p>
-<!--include areas.svg -->
-<svg width="60.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I work in the following areas: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,272 (63%)</tspan></text>
-<text x="14.07em" y="2.70em"><tspan class="size">Web development</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.78em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,359 (38%)</tspan></text>
-<text x="11.53em" y="3.90em"><tspan class="size">Systems programming</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,251 (35%)</tspan></text>
-<text x="11.23em" y="5.10em"><tspan class="size">DevOps</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,169 (33%)</tspan></text>
-<text x="11.00em" y="6.30em"><tspan class="size">Network programming</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,006 (28%)</tspan></text>
-<text x="10.55em" y="7.50em"><tspan class="size">Databases</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">533 (15%)</tspan></text>
-<text x="9.23em" y="8.70em"><tspan class="size">Mobile</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">490 (14%)</tspan></text>
-<text x="9.11em" y="9.90em"><tspan class="size">Desktop/GUI applications</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">457 (13%)</tspan></text>
-<text x="9.02em" y="11.10em"><tspan class="size">Security</tspan></text>
-<rect x="7.25em" y="11.70em" width="1.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">435 (12%)</tspan></text>
-<text x="8.96em" y="12.30em"><tspan class="size">Data Science</tspan></text>
-<rect x="7.25em" y="12.90em" width="1.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">417 (12%)</tspan></text>
-<text x="8.91em" y="13.50em"><tspan class="size">Finance/Commerce</tspan></text>
-<rect x="7.25em" y="14.10em" width="1.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">394 (11%)</tspan></text>
-<text x="8.85em" y="14.70em"><tspan class="size">Embedded devices/Internet of Things</tspan></text>
-<rect x="7.25em" y="15.30em" width="1.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">379 (11%)</tspan></text>
-<text x="8.80em" y="15.90em"><tspan class="size">Academic/Scientific/Numeric</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">228  (6%)</tspan></text>
-<text x="8.38em" y="17.10em"><tspan class="size">Gaming</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.66em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">238  (7%)</tspan></text>
-<text x="8.41em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.21em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">74  (2%)</tspan></text>
-<text x="7.96em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include howlong.svg -->
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I&#39;ve used Go for: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="1.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">432 (12%)</tspan></text>
-<text x="8.95em" y="2.70em"><tspan class="size">Less than 3 months</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.81em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,009 (28%)</tspan></text>
-<text x="10.56em" y="3.90em"><tspan class="size">3 - 12 months</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">829 (23%)</tspan></text>
-<text x="10.06em" y="5.10em"><tspan class="size">13 - 24 months</tspan></text>
-<rect x="7.25em" y="5.70em" width="2.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">903 (25%)</tspan></text>
-<text x="10.26em" y="6.30em"><tspan class="size">2 - 4 years</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.89em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">321  (9%)</tspan></text>
-<text x="8.64em" y="7.50em"><tspan class="size">4+ years</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="8.70em"><tspan class="size">I&#39;ve never used Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.07em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">24  (1%)</tspan></text>
-<text x="7.82em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include uses.svg -->
-<svg width="60.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write the following in Go: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,247 (63%)</tspan></text>
-<text x="14.00em" y="2.70em"><tspan class="size">A runnable/interactive program (CLI)</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,174 (60%)</tspan></text>
-<text x="13.80em" y="3.90em"><tspan class="size">API/RPC services (returning non-HTML)</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,886 (52%)</tspan></text>
-<text x="13.00em" y="5.10em"><tspan class="size">Web services (returning HTML)</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,583 (44%)</tspan></text>
-<text x="12.15em" y="6.30em"><tspan class="size">Agents and daemons (e.g, monitoring)</tspan></text>
-<rect x="7.25em" y="6.90em" width="3.94em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,417 (39%)</tspan></text>
-<text x="11.69em" y="7.50em"><tspan class="size">Libraries or Frameworks</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,209 (34%)</tspan></text>
-<text x="11.11em" y="8.70em"><tspan class="size">Data processing (pipeline, aggregation)</tspan></text>
-<rect x="7.25em" y="9.30em" width="3.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">1,120 (31%)</tspan></text>
-<text x="10.87em" y="9.90em"><tspan class="size">Automation/scripts (e.g, deployment, configuration management)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.30em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">107  (3%)</tspan></text>
-<text x="8.05em" y="11.10em"><tspan class="size">I don&#39;t write in Go</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.38em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">137  (4%)</tspan></text>
-<text x="8.13em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.13em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="7.88em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include when.svg -->
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write in Go: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,567 (44%)</tspan></text>
-<text x="12.11em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.93em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,054 (29%)</tspan></text>
-<text x="10.68em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">486 (14%)</tspan></text>
-<text x="9.10em" y="5.10em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">368 (10%)</tspan></text>
-<text x="8.77em" y="6.30em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="7.50em"><tspan class="size">I&#39;ve never written in Go</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.12em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include lang-expertise.svg -->
-<svg width="60.00em" height="27.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your expertise: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="2.61em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="14.61em" y="2.10em" width="2.56em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="17.17em" y="2.10em" width="1.90em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="19.07em" y="2.10em" width="1.05em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="20.11em" y="2.10em" width="0.54em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">3,111 (<tspan fill="#0000ff">26</tspan>, <tspan fill="#2828ff">26</tspan>, <tspan fill="#5151ff">19</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="21.15em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.80em" y="3.30em" width="1.52em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.32em" y="3.30em" width="1.41em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.73em" y="3.30em" width="1.13em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.87em" y="3.30em" width="0.83em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,048 (<tspan fill="#0000ff">8</tspan>, <tspan fill="#2828ff">15</tspan>, <tspan fill="#5151ff">14</tspan>, <tspan fill="#7a7aff">11</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="18.20em" y="3.90em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.22em" y="4.50em" width="1.23em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.45em" y="4.50em" width="1.05em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.50em" y="4.50em" width="1.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.54em" y="4.50em" width="0.73em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,896 (<tspan fill="#0000ff">12</tspan>, <tspan fill="#2828ff">12</tspan>, <tspan fill="#5151ff">10</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="17.77em" y="5.10em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.32em" y="5.70em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.14em" y="5.70em" width="0.81em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.95em" y="5.70em" width="0.76em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.71em" y="5.70em" width="0.79em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,618 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">8</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="17.00em" y="6.30em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.79em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.79em" y="6.90em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.61em" y="6.90em" width="0.94em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.55em" y="6.90em" width="0.93em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.48em" y="6.90em" width="0.73em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,512 (<tspan fill="#0000ff">8</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="16.71em" y="7.50em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.17em" y="8.10em" width="0.39em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.57em" y="8.10em" width="0.71em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.28em" y="8.10em" width="0.85em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.13em" y="8.10em" width="0.83em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,064 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">8</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="15.46em" y="8.70em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.50em" y="9.30em" width="0.48em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.99em" y="9.30em" width="0.66em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.65em" y="9.30em" width="0.62em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.28em" y="9.30em" width="0.61em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,039 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">5</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">6</tspan>, <tspan fill="#a3a3ff">6</tspan>%)</tspan></text>
-<text x="15.39em" y="9.90em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.63em" y="10.50em" width="0.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.01em" y="10.50em" width="0.44em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.45em" y="10.50em" width="0.45em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.90em" y="10.50em" width="0.41em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">830 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">4</tspan>%)</tspan></text>
-<text x="14.81em" y="11.10em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.52em" y="11.70em" width="0.36em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.88em" y="11.70em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.18em" y="11.70em" width="0.36em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.54em" y="11.70em" width="0.31em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">668 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.36em" y="12.30em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.46em" y="12.90em" width="0.32em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.77em" y="12.90em" width="0.32em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.10em" y="12.90em" width="0.38em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.47em" y="12.90em" width="0.26em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">622 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.23em" y="13.50em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.19em" y="14.10em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.33em" y="14.10em" width="0.15em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.49em" y="14.10em" width="0.18em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.66em" y="14.10em" width="0.16em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">294 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.32em" y="14.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="15.30em" width="0.09em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.16em" y="15.30em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.25em" y="15.30em" width="0.14em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="15.30em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">184 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.01em" y="15.90em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="16.50em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="16.50em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.13em" y="16.50em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.23em" y="16.50em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="12.93em" y="17.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="17.70em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="17.70em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.13em" y="17.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">142 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.89em" y="18.30em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="18.90em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="18.90em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="18.90em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.19em" y="18.90em" width="0.19em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">136 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="12.88em" y="19.50em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="20.10em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="20.10em" width="0.03em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="20.10em" width="0.08em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.17em" y="20.10em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">94 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.76em" y="20.70em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="21.30em" width="0.02em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.04em" y="21.30em" width="0.03em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="21.30em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.17em" y="21.30em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">93 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.76em" y="21.90em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="22.50em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="22.50em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.09em" y="22.50em" width="0.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.13em" y="22.50em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">72 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.70em" y="23.10em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.00em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.00em" y="23.70em" width="0.00em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.00em" y="23.70em" width="0.01em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.02em" y="23.70em" width="0.01em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.03em" y="23.70em" width="0.03em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">18 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.55em" y="24.30em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.21em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.21em" y="24.90em" width="0.30em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.51em" y="24.90em" width="0.33em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.84em" y="24.90em" width="0.29em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="13.13em" y="24.90em" width="0.26em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">499 (<tspan fill="#777777">2</tspan>, <tspan fill="#888888">3</tspan>, <tspan fill="#999999">3</tspan>, <tspan fill="#aaaaaa">3</tspan>, <tspan fill="#bbbbbb">3</tspan>%)</tspan></text>
-<text x="13.89em" y="25.50em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.37em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">134 (3.7%)</tspan></text>
-<text x="12.87em" y="26.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question was “ordered choice.” The first, second, third, fourth, and fifth choices are displayed as progressively lighter sections of the bars. The total count shown next to the bar is for all choices; the percentage list shows how the choices are divided.</p>
-
-<p>
-<!--include lang-preference.svg -->
-<svg width="60.00em" height="27.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your preference: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="6.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="18.21em" y="2.10em" width="1.89em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="20.11em" y="2.10em" width="0.61em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="20.72em" y="2.10em" width="0.19em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="20.90em" y="2.10em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">3,248 (<tspan fill="#0000ff">62</tspan>, <tspan fill="#2828ff">19</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="21.53em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.74em" y="3.30em" width="1.70em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.44em" y="3.30em" width="1.22em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.66em" y="3.30em" width="0.86em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.52em" y="3.30em" width="0.48em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,796 (<tspan fill="#0000ff">7</tspan>, <tspan fill="#2828ff">17</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="17.50em" y="3.90em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.27em" y="4.50em" width="0.85em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.12em" y="4.50em" width="1.27em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.39em" y="4.50em" width="0.98em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.37em" y="4.50em" width="0.75em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,482 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">9</tspan>, <tspan fill="#5151ff">13</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="16.62em" y="5.10em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.20em" y="5.70em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.03em" y="5.70em" width="0.92em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.94em" y="5.70em" width="0.87em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.81em" y="5.70em" width="0.62em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,235 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">6</tspan>%)</tspan></text>
-<text x="15.94em" y="6.30em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.32em" y="6.90em" width="0.72em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.05em" y="6.90em" width="0.76em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.81em" y="6.90em" width="0.72em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.53em" y="6.90em" width="0.71em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,167 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">7</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="15.75em" y="7.50em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="8.10em" width="0.39em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.57em" y="8.10em" width="0.60em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.17em" y="8.10em" width="0.60em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.77em" y="8.10em" width="0.48em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">809 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">6</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="14.75em" y="8.70em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="9.30em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.37em" y="9.30em" width="0.49em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.86em" y="9.30em" width="0.49em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.34em" y="9.30em" width="0.46em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">647 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="14.30em" y="9.90em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.28em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.28em" y="10.50em" width="0.46em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.74em" y="10.50em" width="0.40em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.14em" y="10.50em" width="0.25em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.39em" y="10.50em" width="0.17em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">563 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">5</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.07em" y="11.10em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.23em" y="11.70em" width="0.45em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.68em" y="11.70em" width="0.37em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.05em" y="11.70em" width="0.29em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.34em" y="11.70em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">557 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.05em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.21em" y="12.90em" width="0.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.59em" y="12.90em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.88em" y="12.90em" width="0.25em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.13em" y="12.90em" width="0.19em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">475 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.82em" y="13.50em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="14.10em" width="0.25em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.36em" y="14.10em" width="0.29em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.65em" y="14.10em" width="0.27em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.91em" y="14.10em" width="0.34em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">449 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="13.75em" y="14.70em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.14em" y="15.30em" width="0.16em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.29em" y="15.30em" width="0.20em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.50em" y="15.30em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.67em" y="15.30em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">278 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.27em" y="15.90em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="16.50em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.21em" y="16.50em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.34em" y="16.50em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.46em" y="16.50em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">215 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="17.10em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.09em" y="17.70em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.23em" y="17.70em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.37em" y="17.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.49em" y="17.70em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">214 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="18.30em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="18.90em" width="0.05em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="18.90em" width="0.16em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.23em" y="18.90em" width="0.16em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="18.90em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">178 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.00em" y="19.50em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.04em" y="20.10em" width="0.09em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.14em" y="20.10em" width="0.09em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.23em" y="20.10em" width="0.13em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.35em" y="20.10em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">168 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.97em" y="20.70em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="21.30em" width="0.08em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.15em" y="21.30em" width="0.12em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.26em" y="21.30em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.37em" y="21.30em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.93em" y="21.90em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="22.50em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="22.50em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="22.50em" width="0.06em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.16em" y="22.50em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">79 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.72em" y="23.10em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="23.70em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.03em" y="23.70em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.07em" y="23.70em" width="0.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.11em" y="23.70em" width="0.01em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">43 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.62em" y="24.30em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.26em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.26em" y="24.90em" width="0.36em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.63em" y="24.90em" width="0.40em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="13.03em" y="24.90em" width="0.25em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="13.28em" y="24.90em" width="0.13em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">507 (<tspan fill="#777777">3</tspan>, <tspan fill="#888888">4</tspan>, <tspan fill="#999999">4</tspan>, <tspan fill="#aaaaaa">2</tspan>, <tspan fill="#bbbbbb">1</tspan>%)</tspan></text>
-<text x="13.91em" y="25.50em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.46em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">166 (4.6%)</tspan></text>
-<text x="12.96em" y="26.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/challenge.svg b/_content/survey2016/challenge.svg
deleted file mode 100644
index 1a32c08..0000000
--- a/_content/survey2016/challenge.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge you personally face using Go today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.69em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">249 (6.9%)</tspan></text>
-<text x="8.44em" y="2.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.57em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">206 (5.7%)</tspan></text>
-<text x="8.32em" y="3.90em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">146 (4.1%)</tspan></text>
-<text x="8.16em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">129 (3.6%)</tspan></text>
-<text x="8.11em" y="6.30em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">127 (3.5%)</tspan></text>
-<text x="8.10em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">84 (2.3%)</tspan></text>
-<text x="7.98em" y="8.70em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">78 (2.2%)</tspan></text>
-<text x="7.97em" y="9.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">76 (2.1%)</tspan></text>
-<text x="7.96em" y="11.10em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="12.30em"><tspan class="size">time</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">67 (1.9%)</tspan></text>
-<text x="7.94em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">67 (1.9%)</tspan></text>
-<text x="7.94em" y="14.70em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">66 (1.8%)</tspan></text>
-<text x="7.93em" y="15.90em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">61 (1.7%)</tspan></text>
-<text x="7.92em" y="17.10em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="18.30em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="19.50em"><tspan class="size">debugging</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">59 (1.6%)</tspan></text>
-<text x="7.91em" y="20.70em"><tspan class="size">vendoring</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="21.90em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">56 (1.6%)</tspan></text>
-<text x="7.91em" y="23.10em"><tspan class="size">lack of generics</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">56 (1.6%)</tspan></text>
-<text x="7.91em" y="24.30em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">51 (1.4%)</tspan></text>
-<text x="7.89em" y="25.50em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">51 (1.4%)</tspan></text>
-<text x="22.89em" y="2.70em"><tspan class="size">write</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">50 (1.4%)</tspan></text>
-<text x="22.89em" y="3.90em"><tspan class="size">finding</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="22.89em" y="5.10em"><tspan class="size">ide</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="22.89em" y="6.30em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">48 (1.3%)</tspan></text>
-<text x="22.88em" y="7.50em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">46 (1.3%)</tspan></text>
-<text x="22.88em" y="8.70em"><tspan class="size">package management</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="22.88em" y="9.90em"><tspan class="size">debugger</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">44 (1.2%)</tspan></text>
-<text x="22.87em" y="11.10em"><tspan class="size">adoption</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">42 (1.2%)</tspan></text>
-<text x="22.87em" y="12.30em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="22.86em" y="13.50em"><tspan class="size">learning</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="22.86em" y="14.70em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="22.86em" y="15.90em"><tspan class="size">convincing</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="22.86em" y="17.10em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="18.30em"><tspan class="size">error handling</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="19.50em"><tspan class="size">interfaces</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="20.70em"><tspan class="size">other languages</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="21.90em"><tspan class="size">writing</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">38 (1.1%)</tspan></text>
-<text x="22.86em" y="23.10em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">38 (1.1%)</tspan></text>
-<text x="22.86em" y="24.30em"><tspan class="size">others</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="22.85em" y="25.50em"><tspan class="size">python</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="2.70em"><tspan class="size">find</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="3.90em"><tspan class="size">gopath</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="5.10em"><tspan class="size">programming</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="37.84em" y="6.30em"><tspan class="size">can&#39;t</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="37.84em" y="7.50em"><tspan class="size">standard</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="37.84em" y="8.70em"><tspan class="size">build</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="37.84em" y="9.90em"><tspan class="size">tooling</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="37.84em" y="11.10em"><tspan class="size">generic</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="37.84em" y="12.30em"><tspan class="size">boilerplate</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="13.50em"><tspan class="size">applications</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="14.70em"><tspan class="size">developers</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="15.90em"><tspan class="size">having</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="17.10em"><tspan class="size">types</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="18.30em"><tspan class="size">working</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="37.82em" y="19.50em"><tspan class="size">at work</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="37.82em" y="20.70em"><tspan class="size">using go</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="21.90em"><tspan class="size">no generics</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">not enough</tspan></text>
-<rect x="37.25em" y="23.70em" width="4.40em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">1,581 (44.0%)</tspan></text>
-<text x="42.15em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/challenge2.svg b/_content/survey2016/challenge2.svg
deleted file mode 100644
index ea4ce45..0000000
--- a/_content/survey2016/challenge2.svg
+++ /dev/null
@@ -1,95 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge facing the Go project today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">71 (2.0%)</tspan></text>
-<text x="7.95em" y="2.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="3.90em"><tspan class="size">google</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">63 (1.8%)</tspan></text>
-<text x="7.93em" y="5.10em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">62 (1.7%)</tspan></text>
-<text x="7.92em" y="6.30em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="7.89em" y="7.50em"><tspan class="size">adoption</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="8.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="9.90em"><tspan class="size">features</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="11.10em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="12.30em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="13.50em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">languages</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="15.90em"><tspan class="size">keeping</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">developers</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">leadership</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="8.70em"><tspan class="size">package</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">core</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">feature</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="15.30em" width="7.71em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">2,771 (77.1%)</tspan></text>
-<text x="30.46em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/community.html b/_content/survey2016/community.html
deleted file mode 100644
index 990648d..0000000
--- a/_content/survey2016/community.html
+++ /dev/null
@@ -1,451 +0,0 @@
-<p>
-<!--include welcome.svg -->
-<svg width="60.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="3.30em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.20em" y="3.30em" width="0.21em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.41em" y="3.30em" width="1.09em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.50em" y="3.30em" width="1.01em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.51em" y="3.30em" width="3.14em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.65em" y="3.30em" width="1.86em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,701 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">2</tspan>, <tspan fill="#cccccc">11</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">31</tspan>, <tspan fill="#0000ff">19</tspan>%)</tspan></text>
-<text x="20.01em" y="3.90em"><tspan class="size">I feel welcome in the Go community. (15:1)</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include welcoming.svg -->
-<svg width="60.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would make the Go community more welcoming?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">115 (3.2%)</tspan></text>
-<text x="8.07em" y="2.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">52 (1.4%)</tspan></text>
-<text x="7.89em" y="3.90em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="5.10em"><tspan class="size">r/golang</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="6.30em"><tspan class="size">go community</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="7.83em" y="7.50em"><tspan class="size">google</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="7.83em" y="8.70em"><tspan class="size">reddit</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="7.82em" y="9.90em"><tspan class="size">welcoming</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="7.81em" y="11.10em"><tspan class="size">official</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="7.81em" y="12.30em"><tspan class="size">open</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="7.81em" y="13.50em"><tspan class="size">code of conduct</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="7.81em" y="14.70em"><tspan class="size">golang</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="7.81em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="8.39em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">3,017 (83.9%)</tspan></text>
-<text x="16.14em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include country.svg -->
-<svg width="60.00em" height="28.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">In which country do you currently reside? <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">928 (26%)</tspan></text>
-<text x="10.33em" y="2.70em"><tspan class="size">United States of America</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.70em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">253  (7%)</tspan></text>
-<text x="8.45em" y="3.90em"><tspan class="size">Germany</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.47em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">168  (5%)</tspan></text>
-<text x="8.22em" y="5.10em"><tspan class="size">United Kingdom</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">148  (4%)</tspan></text>
-<text x="8.16em" y="6.30em"><tspan class="size">Russia</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">119  (3%)</tspan></text>
-<text x="8.08em" y="7.50em"><tspan class="size">France</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">112  (3%)</tspan></text>
-<text x="8.06em" y="8.70em"><tspan class="size">Canada</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">91  (3%)</tspan></text>
-<text x="8.00em" y="9.90em"><tspan class="size">India</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="7.95em" y="11.10em"><tspan class="size">China</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">72  (2%)</tspan></text>
-<text x="7.95em" y="12.30em"><tspan class="size">Australia</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="7.90em" y="13.50em"><tspan class="size">Netherlands</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="7.90em" y="14.70em"><tspan class="size">Spain</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="7.88em" y="15.90em"><tspan class="size">Sweden</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="17.10em"><tspan class="size">Poland</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="7.86em" y="18.30em"><tspan class="size">Italy</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">Brazil</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">Switzerland</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="7.85em" y="21.90em"><tspan class="size">Ukraine</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">27  (1%)</tspan></text>
-<text x="7.83em" y="23.10em"><tspan class="size">Japan</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">24  (1%)</tspan></text>
-<text x="7.82em" y="24.30em"><tspan class="size">Czech Republic</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="7.81em" y="25.50em"><tspan class="size">Belgium</tspan></text>
-<rect x="7.25em" y="26.10em" width="1.23em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">441 (12%)</tspan></text>
-<text x="8.98em" y="26.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="27.30em" width="2.15em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">772 (21%)</tspan></text>
-<text x="9.90em" y="27.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include identify.svg -->
-<svg width="60.00em" height="15.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">We want the Go community to be inclusive; we want to see how we&#39;re doing and how to improve.</tspan></text>
-<text x="0.00em" y="2.40em" class="head"><tspan class="size">Please select the groups you identify with: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="3.30em" width="4.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,499 (42%)</tspan></text>
-<text x="11.92em" y="3.90em"><tspan class="size">I do not identify as part of an underrepresented group</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">438 (12%)</tspan></text>
-<text x="8.97em" y="5.10em"><tspan class="size">I prefer not to answer</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.28em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">101  (3%)</tspan></text>
-<text x="8.03em" y="6.30em"><tspan class="size">I identify as LGBTQIA</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">95  (3%)</tspan></text>
-<text x="8.01em" y="7.50em"><tspan class="size">I identify as ethnically or racially underrepresented</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="8.70em"><tspan class="size">I identify as neurodiverse or as having a disability</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">49  (1%)</tspan></text>
-<text x="7.89em" y="9.90em"><tspan class="size">I identify as a woman</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">Write-in: objection to the question.</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="7.86em" y="12.30em"><tspan class="size">I identify as part of an underrepresented group, but I prefer not to specify</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">34  (1%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">I identify with an underrepresented group not listed.</tspan></text>
-<rect x="7.25em" y="14.10em" width="3.71em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">1,332 (37%)</tspan></text>
-<text x="11.46em" y="14.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include keyword.svg -->
-<svg width="60.00em" height="33.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Just for fun: What is your favorite Go keyword?</tspan></text>
-<rect x="7.25em" y="2.10em" width="2.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">854 (24%)</tspan></text>
-<text x="10.13em" y="2.70em"><tspan class="size">go</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">455 (13%)</tspan></text>
-<text x="9.02em" y="3.90em"><tspan class="size">defer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.70em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">253  (7%)</tspan></text>
-<text x="8.45em" y="5.10em"><tspan class="size">func</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.67em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">240  (7%)</tspan></text>
-<text x="8.42em" y="6.30em"><tspan class="size">select</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">227  (6%)</tspan></text>
-<text x="8.38em" y="7.50em"><tspan class="size">interface</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">145  (4%)</tspan></text>
-<text x="8.15em" y="8.70em"><tspan class="size">struct</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.39em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">139  (4%)</tspan></text>
-<text x="8.14em" y="9.90em"><tspan class="size">chan</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">129  (4%)</tspan></text>
-<text x="8.11em" y="11.10em"><tspan class="size">range</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">67  (2%)</tspan></text>
-<text x="7.94em" y="12.30em"><tspan class="size">fallthrough</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="7.91em" y="13.50em"><tspan class="size">switch</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">53  (1%)</tspan></text>
-<text x="7.90em" y="14.70em"><tspan class="size">for</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.88em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="7.88em" y="17.10em"><tspan class="size">map</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">44  (1%)</tspan></text>
-<text x="7.87em" y="18.30em"><tspan class="size">goto</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">import</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">22  (1%)</tspan></text>
-<text x="7.81em" y="20.70em"><tspan class="size">if</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">20  (1%)</tspan></text>
-<text x="7.81em" y="21.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">19  (1%)</tspan></text>
-<text x="7.80em" y="23.10em"><tspan class="size">var</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">17  (0%)</tspan></text>
-<text x="7.80em" y="24.30em"><tspan class="size">const</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">14  (0%)</tspan></text>
-<text x="7.79em" y="25.50em"><tspan class="size">continue</tspan></text>
-<rect x="7.25em" y="26.10em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">13  (0%)</tspan></text>
-<text x="7.79em" y="26.70em"><tspan class="size">return</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">12  (0%)</tspan></text>
-<text x="7.78em" y="27.90em"><tspan class="size">break</tspan></text>
-<rect x="7.25em" y="28.50em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">3  (0%)</tspan></text>
-<text x="7.76em" y="29.10em"><tspan class="size">else</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">2  (0%)</tspan></text>
-<text x="7.76em" y="30.30em"><tspan class="size">case</tspan></text>
-<rect x="7.25em" y="30.90em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">2  (0%)</tspan></text>
-<text x="7.76em" y="31.50em"><tspan class="size">default</tspan></text>
-<rect x="7.25em" y="32.10em" width="1.89em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="32.70em" text-anchor="end"><tspan class="size">678 (19%)</tspan></text>
-<text x="9.64em" y="32.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include final.svg -->
-<svg width="60.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Is there anything else you would like to share with us?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">95 (2.6%)</tspan></text>
-<text x="8.01em" y="2.70em"><tspan class="size">thanks</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">94 (2.6%)</tspan></text>
-<text x="8.01em" y="3.90em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">86 (2.4%)</tspan></text>
-<text x="7.99em" y="5.10em"><tspan class="size">thank you</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="6.30em"><tspan class="size">keep up the good work</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">programming</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="8.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="7.86em" y="9.90em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">awesome</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">i love</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">golang</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">great work</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="7.83em" y="17.10em"><tspan class="size">java</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">languages</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="3.90em"><tspan class="size">fun</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="5.10em"><tspan class="size">job</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">love go</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="8.70em"><tspan class="size">generics</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="9.90em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">projects</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">best</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">wish</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">years</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="15.90em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="16.50em" width="8.03em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">2,886 (80.3%)</tspan></text>
-<text x="30.78em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/contribute1.svg b/_content/survey2016/contribute1.svg
deleted file mode 100644
index 17aa12d..0000000
--- a/_content/survey2016/contribute1.svg
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I contribute to open source projects written in Go: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="3.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,227 (34%)</tspan></text>
-<text x="11.16em" y="2.70em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">890 (25%)</tspan></text>
-<text x="10.23em" y="3.90em"><tspan class="size">Never</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.96em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">345 (10%)</tspan></text>
-<text x="8.71em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.82em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">295  (8%)</tspan></text>
-<text x="8.57em" y="6.30em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">234  (7%)</tspan></text>
-<text x="8.40em" y="7.50em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.68em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">604 (17%)</tspan></text>
-<text x="9.43em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/contribute2.svg b/_content/survey2016/contribute2.svg
deleted file mode 100644
index 7e8b59d..0000000
--- a/_content/survey2016/contribute2.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have contributed or am interested in contributing in the following ways to the Go community and Projects: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">892 (25%)</tspan></text>
-<text x="10.23em" y="2.70em"><tspan class="size">Standard library</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.84em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">663 (18%)</tspan></text>
-<text x="9.59em" y="3.90em"><tspan class="size">Tools (go guru, go vet, go doc, etc)</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.67em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">602 (17%)</tspan></text>
-<text x="9.42em" y="5.10em"><tspan class="size">Tutorials</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.56em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">560 (16%)</tspan></text>
-<text x="9.31em" y="6.30em"><tspan class="size">Documentation</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.55em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">557 (15%)</tspan></text>
-<text x="9.30em" y="7.50em"><tspan class="size">Community support via Stack Overflow, Slack, mailing list, etc  </tspan></text>
-<rect x="7.25em" y="8.10em" width="1.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">472 (13%)</tspan></text>
-<text x="9.06em" y="8.70em"><tspan class="size">Community involvement (workgroups, meetup attendance)</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">440 (12%)</tspan></text>
-<text x="8.97em" y="9.90em"><tspan class="size">Being a technical mentor</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">374 (10%)</tspan></text>
-<text x="8.79em" y="11.10em"><tspan class="size">Toolchain (compiler, linker, etc)</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.76em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">275  (8%)</tspan></text>
-<text x="8.51em" y="12.30em"><tspan class="size">Go Project maintenance (issue triage)</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.68em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">246  (7%)</tspan></text>
-<text x="8.43em" y="13.50em"><tspan class="size">Event planning (meetup, conference, etc)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">236  (7%)</tspan></text>
-<text x="8.41em" y="14.70em"><tspan class="size">Language translation</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">165  (5%)</tspan></text>
-<text x="8.21em" y="15.90em"><tspan class="size">General UX &amp; Design contributions</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">154  (4%)</tspan></text>
-<text x="8.18em" y="17.10em"><tspan class="size">golang.org website (code, UX, IA, content, etc)</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.26em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">92  (3%)</tspan></text>
-<text x="8.01em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="4.51em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">1,621 (45%)</tspan></text>
-<text x="12.26em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/country.svg b/_content/survey2016/country.svg
deleted file mode 100644
index cdeb121..0000000
--- a/_content/survey2016/country.svg
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="28.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">In which country do you currently reside? <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">928 (26%)</tspan></text>
-<text x="10.33em" y="2.70em"><tspan class="size">United States of America</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.70em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">253  (7%)</tspan></text>
-<text x="8.45em" y="3.90em"><tspan class="size">Germany</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.47em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">168  (5%)</tspan></text>
-<text x="8.22em" y="5.10em"><tspan class="size">United Kingdom</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">148  (4%)</tspan></text>
-<text x="8.16em" y="6.30em"><tspan class="size">Russia</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">119  (3%)</tspan></text>
-<text x="8.08em" y="7.50em"><tspan class="size">France</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">112  (3%)</tspan></text>
-<text x="8.06em" y="8.70em"><tspan class="size">Canada</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">91  (3%)</tspan></text>
-<text x="8.00em" y="9.90em"><tspan class="size">India</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="7.95em" y="11.10em"><tspan class="size">China</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">72  (2%)</tspan></text>
-<text x="7.95em" y="12.30em"><tspan class="size">Australia</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="7.90em" y="13.50em"><tspan class="size">Netherlands</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="7.90em" y="14.70em"><tspan class="size">Spain</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="7.88em" y="15.90em"><tspan class="size">Sweden</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="17.10em"><tspan class="size">Poland</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="7.86em" y="18.30em"><tspan class="size">Italy</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">Brazil</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">Switzerland</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="7.85em" y="21.90em"><tspan class="size">Ukraine</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">27  (1%)</tspan></text>
-<text x="7.83em" y="23.10em"><tspan class="size">Japan</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">24  (1%)</tspan></text>
-<text x="7.82em" y="24.30em"><tspan class="size">Czech Republic</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="7.81em" y="25.50em"><tspan class="size">Belgium</tspan></text>
-<rect x="7.25em" y="26.10em" width="1.23em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">441 (12%)</tspan></text>
-<text x="8.98em" y="26.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="27.30em" width="2.15em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">772 (21%)</tspan></text>
-<text x="9.90em" y="27.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/deploy.svg b/_content/survey2016/deploy.svg
deleted file mode 100644
index af8a367..0000000
--- a/_content/survey2016/deploy.svg
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="35.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Go/non-Go programs to: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,489 (41%)</tspan></text>
-<text x="11.89em" y="2.70em"><tspan class="size">Self/Company Owned Servers (Go)</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.77em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,714 (48%)</tspan></text>
-<text x="12.52em" y="3.90em"><tspan class="size">(non-Go)</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">928 (26%)</tspan></text>
-<text x="10.33em" y="5.10em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.12em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,122 (31%)</tspan></text>
-<text x="10.87em" y="6.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="6.90em" width="1.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">503 (14%)</tspan></text>
-<text x="9.15em" y="7.50em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.69em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">249  (7%)</tspan></text>
-<text x="8.44em" y="8.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="9.30em" width="1.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">412 (11%)</tspan></text>
-<text x="8.90em" y="9.90em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.00em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">360 (10%)</tspan></text>
-<text x="8.75em" y="11.10em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="11.70em" width="0.81em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">292  (8%)</tspan></text>
-<text x="8.56em" y="12.30em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.95em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">343 (10%)</tspan></text>
-<text x="8.70em" y="13.50em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="14.10em" width="0.61em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">221  (6%)</tspan></text>
-<text x="8.36em" y="14.70em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.52em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">186  (5%)</tspan></text>
-<text x="8.27em" y="15.90em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="16.50em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">188  (5%)</tspan></text>
-<text x="8.27em" y="17.10em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.26em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="18.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="18.90em" width="0.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">161  (4%)</tspan></text>
-<text x="8.20em" y="19.50em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.32em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">115  (3%)</tspan></text>
-<text x="8.07em" y="20.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="21.30em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">121  (3%)</tspan></text>
-<text x="8.09em" y="21.90em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.51em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">185  (5%)</tspan></text>
-<text x="8.26em" y="23.10em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="23.70em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="8.07em" y="24.30em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.58em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">210  (6%)</tspan></text>
-<text x="8.33em" y="25.50em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="26.10em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">104  (3%)</tspan></text>
-<text x="8.04em" y="26.70em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.28em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">100  (3%)</tspan></text>
-<text x="8.03em" y="27.90em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="28.50em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="29.10em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.65em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">233  (6%)</tspan></text>
-<text x="8.40em" y="30.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="30.90em" width="0.84em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">301  (8%)</tspan></text>
-<text x="8.59em" y="31.50em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="32.10em" width="0.83em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="32.70em" text-anchor="end"><tspan class="size">297  (8%)</tspan></text>
-<text x="8.58em" y="32.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="33.30em" width="1.78em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="33.90em" text-anchor="end"><tspan class="size">639 (18%)</tspan></text>
-<text x="9.53em" y="33.90em"><tspan class="size">No response</tspan></text>
-<rect x="7.25em" y="34.50em" width="1.84em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="35.10em" text-anchor="end"><tspan class="size">660 (18%)</tspan></text>
-<text x="9.59em" y="35.10em"><tspan class="size"></tspan></text>
-</svg>
diff --git a/_content/survey2016/dev.html b/_content/survey2016/dev.html
deleted file mode 100644
index 02d1432..0000000
--- a/_content/survey2016/dev.html
+++ /dev/null
@@ -1,471 +0,0 @@
-<p>
-<!--include system.svg -->
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I primarily develop Go on: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,263 (63%)</tspan></text>
-<text x="14.04em" y="2.70em"><tspan class="size">Linux</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,592 (44%)</tspan></text>
-<text x="12.18em" y="3.90em"><tspan class="size">MacOS</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.90em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">682 (19%)</tspan></text>
-<text x="9.65em" y="5.10em"><tspan class="size">Windows</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.23em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="7.98em" y="6.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.21em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">434 (12%)</tspan></text>
-<text x="8.96em" y="7.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include ed.svg -->
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My preferred code editor: <tspan class="paren">(ordered choice, up to 2)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="9.70em" y="2.10em" width="1.33em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,359 (<tspan fill="#0000ff">25</tspan>, <tspan fill="#6666ff">13</tspan>%)</tspan></text>
-<text x="11.53em" y="2.70em"><tspan class="size">Vim</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.63em" y="3.30em" width="0.88em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">814 (<tspan fill="#0000ff">14</tspan>, <tspan fill="#6666ff">9</tspan>%)</tspan></text>
-<text x="10.01em" y="3.90em"><tspan class="size">VSCode</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.27em" y="4.50em" width="0.86em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">676 (<tspan fill="#0000ff">10</tspan>, <tspan fill="#6666ff">9</tspan>%)</tspan></text>
-<text x="9.63em" y="5.10em"><tspan class="size">Atom</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.58em" y="5.70em" width="0.58em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">687 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#6666ff">6</tspan>%)</tspan></text>
-<text x="9.66em" y="6.30em"><tspan class="size">IntelliJ</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.99em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.24em" y="6.90em" width="0.83em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">655 (<tspan fill="#0000ff">10</tspan>, <tspan fill="#6666ff">8</tspan>%)</tspan></text>
-<text x="9.57em" y="7.50em"><tspan class="size">Sublime Text</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.90em" y="8.10em" width="0.20em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">305 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.60em" y="8.70em"><tspan class="size">Emacs</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.44em" y="9.30em" width="0.19em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">137 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.13em" y="9.90em"><tspan class="size">Visual Studio</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.50em" y="10.50em" width="0.17em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">153 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.18em" y="11.10em"><tspan class="size">LiteIDE</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.37em" y="11.70em" width="0.16em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">99 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.03em" y="12.30em"><tspan class="size">Eclipse</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.30em" y="12.90em" width="0.05em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">37 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#6666ff">1</tspan>%)</tspan></text>
-<text x="7.85em" y="13.50em"><tspan class="size">Acme</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.38em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.63em" y="14.10em" width="0.28em" height="0.60em" stroke="#a1a1a1" fill="#a1a1a1"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">238 (<tspan fill="#777777">4</tspan>, <tspan fill="#a1a1a1">3</tspan>%)</tspan></text>
-<text x="8.41em" y="14.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="15.30em" width="1.18em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">425 (12%)</tspan></text>
-<text x="8.93em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include ed-satisfy.svg -->
-<svg width="60.00em" height="11.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">How satisfied are you with Go support in your preferred editor: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">69 (1.9%)</tspan></text>
-<text x="7.94em" y="2.70em"><tspan class="size">Very Dissatisfied</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">52 (1.4%)</tspan></text>
-<text x="7.89em" y="3.90em"><tspan class="size">Dissatisfied</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">164 (4.6%)</tspan></text>
-<text x="8.21em" y="5.10em"><tspan class="size">Somewhat Dissatisfied</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">134 (3.7%)</tspan></text>
-<text x="8.12em" y="6.30em"><tspan class="size">Neither Satisfied or Unsatisfied</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.69em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">609 (16.9%)</tspan></text>
-<text x="9.44em" y="7.50em"><tspan class="size">Somewhat Satisfied</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,258 (35.0%)</tspan></text>
-<text x="11.25em" y="8.70em"><tspan class="size">Satisfied</tspan></text>
-<rect x="7.25em" y="9.30em" width="2.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">838 (23.3%)</tspan></text>
-<text x="10.08em" y="9.90em"><tspan class="size">Very Satisfied</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">471 (13.1%)</tspan></text>
-<text x="9.06em" y="11.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include ed-feature.svg -->
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What one addition would make the biggest improvement to Go editing in your preferred editor?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">180 (5.0%)</tspan></text>
-<text x="8.25em" y="2.70em"><tspan class="size">debugging</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">136 (3.8%)</tspan></text>
-<text x="8.13em" y="3.90em"><tspan class="size">debugger</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">116 (3.2%)</tspan></text>
-<text x="8.07em" y="5.10em"><tspan class="size">refactoring</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">79 (2.2%)</tspan></text>
-<text x="7.97em" y="6.30em"><tspan class="size">integration</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">72 (2.0%)</tspan></text>
-<text x="7.95em" y="7.50em"><tspan class="size">tools</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="8.70em"><tspan class="size">completion</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="9.90em"><tspan class="size">editor</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">46 (1.3%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">debug</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="12.30em"><tspan class="size">code completion</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="13.50em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="7.86em" y="14.70em"><tspan class="size">vim</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="15.90em"><tspan class="size">autocomplete</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="17.10em"><tspan class="size">vscode</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="18.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">plugin</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">definition</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="21.90em"><tspan class="size">easier</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="23.10em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="24.30em"><tspan class="size">ide</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="25.50em"><tspan class="size">intellij</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="22.85em" y="2.70em"><tspan class="size">faster</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="22.85em" y="3.90em"><tspan class="size">function</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="22.84em" y="5.10em"><tspan class="size">atom</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="22.84em" y="6.30em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="22.84em" y="7.50em"><tspan class="size">vim-go</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="22.84em" y="8.70em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="22.84em" y="9.90em"><tspan class="size">integrated</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="22.83em" y="11.10em"><tspan class="size">working</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="12.30em"><tspan class="size">auto</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="13.50em"><tspan class="size">refactoring support</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="14.70em"><tspan class="size">delve</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="17.10em"><tspan class="size">guru</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="18.30em"><tspan class="size">syntax</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="19.50em"><tspan class="size">error</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="20.70em"><tspan class="size">method</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="21.90em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="23.10em"><tspan class="size">plugins</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="24.30em"><tspan class="size">compile</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="25.50em"><tspan class="size">jump</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="2.70em"><tspan class="size">features</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="3.90em"><tspan class="size">find</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="5.10em"><tspan class="size">goimports</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="6.30em"><tspan class="size">navigation</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="7.50em"><tspan class="size">performance</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="8.70em"><tspan class="size">refactoring tools</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="9.90em"><tspan class="size">works</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="11.10em"><tspan class="size">autocompletion</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="12.30em"><tspan class="size">debugging support</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="13.50em"><tspan class="size">errors</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="14.70em"><tspan class="size">gofmt</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="15.90em"><tspan class="size">run</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="17.10em"><tspan class="size">highlighting</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="18.30em"><tspan class="size">save</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="19.50em"><tspan class="size">setup</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="20.70em"><tspan class="size">visual</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="21.90em"><tspan class="size">documentation</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">great</tspan></text>
-<rect x="37.25em" y="23.70em" width="6.37em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">2,291 (63.7%)</tspan></text>
-<text x="44.12em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include deploy.svg -->
-<svg width="60.00em" height="35.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Go/non-Go programs to: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,489 (41%)</tspan></text>
-<text x="11.89em" y="2.70em"><tspan class="size">Self/Company Owned Servers (Go)</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.77em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,714 (48%)</tspan></text>
-<text x="12.52em" y="3.90em"><tspan class="size">(non-Go)</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">928 (26%)</tspan></text>
-<text x="10.33em" y="5.10em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.12em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,122 (31%)</tspan></text>
-<text x="10.87em" y="6.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="6.90em" width="1.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">503 (14%)</tspan></text>
-<text x="9.15em" y="7.50em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.69em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">249  (7%)</tspan></text>
-<text x="8.44em" y="8.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="9.30em" width="1.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">412 (11%)</tspan></text>
-<text x="8.90em" y="9.90em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.00em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">360 (10%)</tspan></text>
-<text x="8.75em" y="11.10em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="11.70em" width="0.81em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">292  (8%)</tspan></text>
-<text x="8.56em" y="12.30em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.95em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">343 (10%)</tspan></text>
-<text x="8.70em" y="13.50em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="14.10em" width="0.61em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">221  (6%)</tspan></text>
-<text x="8.36em" y="14.70em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.52em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">186  (5%)</tspan></text>
-<text x="8.27em" y="15.90em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="16.50em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">188  (5%)</tspan></text>
-<text x="8.27em" y="17.10em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.26em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="18.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="18.90em" width="0.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">161  (4%)</tspan></text>
-<text x="8.20em" y="19.50em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.32em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">115  (3%)</tspan></text>
-<text x="8.07em" y="20.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="21.30em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">121  (3%)</tspan></text>
-<text x="8.09em" y="21.90em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.51em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">185  (5%)</tspan></text>
-<text x="8.26em" y="23.10em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="23.70em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="8.07em" y="24.30em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.58em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">210  (6%)</tspan></text>
-<text x="8.33em" y="25.50em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="26.10em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">104  (3%)</tspan></text>
-<text x="8.04em" y="26.70em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.28em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">100  (3%)</tspan></text>
-<text x="8.03em" y="27.90em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="28.50em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="29.10em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.65em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">233  (6%)</tspan></text>
-<text x="8.40em" y="30.30em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="30.90em" width="0.84em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">301  (8%)</tspan></text>
-<text x="8.59em" y="31.50em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="32.10em" width="0.83em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="32.70em" text-anchor="end"><tspan class="size">297  (8%)</tspan></text>
-<text x="8.58em" y="32.70em"><tspan class="size"></tspan></text>
-<rect x="7.25em" y="33.30em" width="1.78em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="33.90em" text-anchor="end"><tspan class="size">639 (18%)</tspan></text>
-<text x="9.53em" y="33.90em"><tspan class="size">No response</tspan></text>
-<rect x="7.25em" y="34.50em" width="1.84em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="35.10em" text-anchor="end"><tspan class="size">660 (18%)</tspan></text>
-<text x="9.59em" y="35.10em"><tspan class="size"></tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/docs.svg b/_content/survey2016/docs.svg
deleted file mode 100644
index c0d1313..0000000
--- a/_content/survey2016/docs.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would most improve the Go documentation?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.42em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">512 (14%)</tspan></text>
-<text x="9.17em" y="2.70em"><tspan class="size">examples</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.83em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">300  (8%)</tspan></text>
-<text x="8.58em" y="3.90em"><tspan class="size">more examples</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="5.10em"><tspan class="size">documentation</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">69  (2%)</tspan></text>
-<text x="7.94em" y="6.30em"><tspan class="size">example</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">62  (2%)</tspan></text>
-<text x="7.92em" y="7.50em"><tspan class="size">docs</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">49  (1%)</tspan></text>
-<text x="7.89em" y="8.70em"><tspan class="size">godoc</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">34  (1%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">usage</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">functions</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">31  (1%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">function</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">great</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">search</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">28  (1%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">cases</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">26  (1%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">best practices</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">26  (1%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">doc</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">more example</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">22  (1%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">code examples</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">21  (1%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">syntax</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20  (1%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="14.10em" width="7.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">2,532 (70%)</tspan></text>
-<text x="29.79em" y="14.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/ed-feature.svg b/_content/survey2016/ed-feature.svg
deleted file mode 100644
index b2decc3..0000000
--- a/_content/survey2016/ed-feature.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What one addition would make the biggest improvement to Go editing in your preferred editor?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">180 (5.0%)</tspan></text>
-<text x="8.25em" y="2.70em"><tspan class="size">debugging</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">136 (3.8%)</tspan></text>
-<text x="8.13em" y="3.90em"><tspan class="size">debugger</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">116 (3.2%)</tspan></text>
-<text x="8.07em" y="5.10em"><tspan class="size">refactoring</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">79 (2.2%)</tspan></text>
-<text x="7.97em" y="6.30em"><tspan class="size">integration</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">72 (2.0%)</tspan></text>
-<text x="7.95em" y="7.50em"><tspan class="size">tools</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="8.70em"><tspan class="size">completion</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="9.90em"><tspan class="size">editor</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">46 (1.3%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">debug</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="12.30em"><tspan class="size">code completion</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="13.50em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="7.86em" y="14.70em"><tspan class="size">vim</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="15.90em"><tspan class="size">autocomplete</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="17.10em"><tspan class="size">vscode</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="18.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">plugin</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">definition</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="21.90em"><tspan class="size">easier</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="23.10em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="24.30em"><tspan class="size">ide</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">36 (1.0%)</tspan></text>
-<text x="7.85em" y="25.50em"><tspan class="size">intellij</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="22.85em" y="2.70em"><tspan class="size">faster</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="22.85em" y="3.90em"><tspan class="size">function</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="22.84em" y="5.10em"><tspan class="size">atom</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="22.84em" y="6.30em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="22.84em" y="7.50em"><tspan class="size">vim-go</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="22.84em" y="8.70em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="22.84em" y="9.90em"><tspan class="size">integrated</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="22.83em" y="11.10em"><tspan class="size">working</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="12.30em"><tspan class="size">auto</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="13.50em"><tspan class="size">refactoring support</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="14.70em"><tspan class="size">delve</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="17.10em"><tspan class="size">guru</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="18.30em"><tspan class="size">syntax</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="19.50em"><tspan class="size">error</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="20.70em"><tspan class="size">method</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="21.90em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="23.10em"><tspan class="size">plugins</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="24.30em"><tspan class="size">compile</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="25.50em"><tspan class="size">jump</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="2.70em"><tspan class="size">features</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="3.90em"><tspan class="size">find</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="5.10em"><tspan class="size">goimports</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="6.30em"><tspan class="size">navigation</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="7.50em"><tspan class="size">performance</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="8.70em"><tspan class="size">refactoring tools</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="9.90em"><tspan class="size">works</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="11.10em"><tspan class="size">autocompletion</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="12.30em"><tspan class="size">debugging support</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="13.50em"><tspan class="size">errors</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="14.70em"><tspan class="size">gofmt</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="15.90em"><tspan class="size">run</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="17.10em"><tspan class="size">highlighting</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="18.30em"><tspan class="size">save</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="19.50em"><tspan class="size">setup</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="20.70em"><tspan class="size">visual</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="21.90em"><tspan class="size">documentation</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">great</tspan></text>
-<rect x="37.25em" y="23.70em" width="6.37em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">2,291 (63.7%)</tspan></text>
-<text x="44.12em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/ed-satisfy.svg b/_content/survey2016/ed-satisfy.svg
deleted file mode 100644
index b8b3fc7..0000000
--- a/_content/survey2016/ed-satisfy.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="11.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">How satisfied are you with Go support in your preferred editor: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">69 (1.9%)</tspan></text>
-<text x="7.94em" y="2.70em"><tspan class="size">Very Dissatisfied</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">52 (1.4%)</tspan></text>
-<text x="7.89em" y="3.90em"><tspan class="size">Dissatisfied</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">164 (4.6%)</tspan></text>
-<text x="8.21em" y="5.10em"><tspan class="size">Somewhat Dissatisfied</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">134 (3.7%)</tspan></text>
-<text x="8.12em" y="6.30em"><tspan class="size">Neither Satisfied or Unsatisfied</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.69em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">609 (16.9%)</tspan></text>
-<text x="9.44em" y="7.50em"><tspan class="size">Somewhat Satisfied</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,258 (35.0%)</tspan></text>
-<text x="11.25em" y="8.70em"><tspan class="size">Satisfied</tspan></text>
-<rect x="7.25em" y="9.30em" width="2.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">838 (23.3%)</tspan></text>
-<text x="10.08em" y="9.90em"><tspan class="size">Very Satisfied</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">471 (13.1%)</tspan></text>
-<text x="9.06em" y="11.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/ed.svg b/_content/survey2016/ed.svg
deleted file mode 100644
index 3bcb9ee..0000000
--- a/_content/survey2016/ed.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My preferred code editor: <tspan class="paren">(ordered choice, up to 2)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="9.70em" y="2.10em" width="1.33em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,359 (<tspan fill="#0000ff">25</tspan>, <tspan fill="#6666ff">13</tspan>%)</tspan></text>
-<text x="11.53em" y="2.70em"><tspan class="size">Vim</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.63em" y="3.30em" width="0.88em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">814 (<tspan fill="#0000ff">14</tspan>, <tspan fill="#6666ff">9</tspan>%)</tspan></text>
-<text x="10.01em" y="3.90em"><tspan class="size">VSCode</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.27em" y="4.50em" width="0.86em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">676 (<tspan fill="#0000ff">10</tspan>, <tspan fill="#6666ff">9</tspan>%)</tspan></text>
-<text x="9.63em" y="5.10em"><tspan class="size">Atom</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.58em" y="5.70em" width="0.58em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">687 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#6666ff">6</tspan>%)</tspan></text>
-<text x="9.66em" y="6.30em"><tspan class="size">IntelliJ</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.99em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.24em" y="6.90em" width="0.83em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">655 (<tspan fill="#0000ff">10</tspan>, <tspan fill="#6666ff">8</tspan>%)</tspan></text>
-<text x="9.57em" y="7.50em"><tspan class="size">Sublime Text</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.90em" y="8.10em" width="0.20em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">305 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.60em" y="8.70em"><tspan class="size">Emacs</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.44em" y="9.30em" width="0.19em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">137 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.13em" y="9.90em"><tspan class="size">Visual Studio</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.50em" y="10.50em" width="0.17em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">153 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.18em" y="11.10em"><tspan class="size">LiteIDE</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.37em" y="11.70em" width="0.16em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">99 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#6666ff">2</tspan>%)</tspan></text>
-<text x="8.03em" y="12.30em"><tspan class="size">Eclipse</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.30em" y="12.90em" width="0.05em" height="0.60em" stroke="#6666ff" fill="#6666ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">37 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#6666ff">1</tspan>%)</tspan></text>
-<text x="7.85em" y="13.50em"><tspan class="size">Acme</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.38em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.63em" y="14.10em" width="0.28em" height="0.60em" stroke="#a1a1a1" fill="#a1a1a1"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">238 (<tspan fill="#777777">4</tspan>, <tspan fill="#a1a1a1">3</tspan>%)</tspan></text>
-<text x="8.41em" y="14.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="15.30em" width="1.18em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">425 (12%)</tspan></text>
-<text x="8.93em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/effective.html b/_content/survey2016/effective.html
deleted file mode 100644
index 03ed10a..0000000
--- a/_content/survey2016/effective.html
+++ /dev/null
@@ -1,670 +0,0 @@
-<p>
-<!--include adequate.svg -->
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="3.30em" width="0.21em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.30em" y="3.30em" width="0.46em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.75em" y="3.30em" width="0.63em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.39em" y="3.30em" width="2.73em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.12em" y="3.30em" width="3.25em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.36em" y="3.30em" width="1.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,094 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#8888ff">27</tspan>, <tspan fill="#4444ff">32</tspan>, <tspan fill="#0000ff">12</tspan>%)</tspan></text>
-<text x="21.11em" y="3.90em"><tspan class="size">I have a good understanding of Go best practices. (9.6:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.04em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.04em" y="4.50em" width="0.09em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.14em" y="4.50em" width="0.26em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.40em" y="4.50em" width="0.36em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.76em" y="4.50em" width="1.71em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.47em" y="4.50em" width="4.10em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.56em" y="4.50em" width="2.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,083 (<tspan fill="#ff0000">0</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#8888ff">17</tspan>, <tspan fill="#4444ff">41</tspan>, <tspan fill="#0000ff">20</tspan>%)</tspan></text>
-<text x="21.08em" y="5.10em"><tspan class="size">I am able to quickly find answers to my questions. (20:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.03em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.03em" y="5.70em" width="0.03em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.06em" y="5.70em" width="0.09em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.14em" y="5.70em" width="0.21em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.35em" y="5.70em" width="0.70em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.06em" y="5.70em" width="3.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.29em" y="5.70em" width="4.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">3,053 (<tspan fill="#ff0000">0</tspan>, <tspan fill="#ff4444">0</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#8888ff">7</tspan>, <tspan fill="#4444ff">32</tspan>, <tspan fill="#0000ff">42</tspan>%)</tspan></text>
-<text x="20.99em" y="6.30em"><tspan class="size">Go&#39;s performance meets my needs. (57:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="6.90em" width="0.28em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.36em" y="6.90em" width="0.45em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.81em" y="6.90em" width="1.39em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.19em" y="6.90em" width="1.48em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.68em" y="6.90em" width="2.56em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.23em" y="6.90em" width="0.78em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,523 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">3</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">15</tspan>, <tspan fill="#4444ff">26</tspan>, <tspan fill="#0000ff">8</tspan>%)</tspan></text>
-<text x="19.52em" y="7.50em"><tspan class="size">Go&#39;s support for language interoperability meets my needs. (6.0:1)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.05em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.05em" y="8.10em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.29em" y="8.10em" width="0.63em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.92em" y="8.10em" width="0.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.59em" y="8.10em" width="2.39em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.97em" y="8.10em" width="3.36em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.34em" y="8.10em" width="1.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">3,049 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">24</tspan>, <tspan fill="#4444ff">34</tspan>, <tspan fill="#0000ff">11</tspan>%)</tspan></text>
-<text x="20.98em" y="8.70em"><tspan class="size">I am able to quickly find libraries that I need. (7.5:1)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.07em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.07em" y="9.30em" width="0.18em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.25em" y="9.30em" width="0.43em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.68em" y="9.30em" width="0.45em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.13em" y="9.30em" width="1.77em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.90em" y="9.30em" width="3.69em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.59em" y="9.30em" width="1.99em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">3,083 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">4</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#8888ff">18</tspan>, <tspan fill="#4444ff">37</tspan>, <tspan fill="#0000ff">20</tspan>%)</tspan></text>
-<text x="21.08em" y="9.90em"><tspan class="size">Go language, library, and tool documentation meet my needs. (11:1)</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include library.svg -->
-<svg width="60.00em" height="15.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What Go libraries do you need that aren&#39;t available today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">208 (5.8%)</tspan></text>
-<text x="8.33em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">144 (4.0%)</tspan></text>
-<text x="8.15em" y="3.90em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">121 (3.4%)</tspan></text>
-<text x="8.09em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">63 (1.8%)</tspan></text>
-<text x="7.93em" y="6.30em"><tspan class="size">native</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="7.50em"><tspan class="size">ui</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">53 (1.5%)</tspan></text>
-<text x="7.90em" y="8.70em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">orm</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">standard</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">framework</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">gui library</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="22.84em" y="2.70em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">android</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">database</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="6.30em"><tspan class="size">desktop</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="7.50em"><tspan class="size">libs</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="8.70em"><tspan class="size">sql</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="9.90em"><tspan class="size">cross platform</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="11.10em"><tspan class="size">processing</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="12.30em"><tspan class="size">xml</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="13.50em"><tspan class="size">api</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="14.70em"><tspan class="size">machine learning</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="37.82em" y="2.70em"><tspan class="size">official</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="37.82em" y="3.90em"><tspan class="size">windows</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="5.10em"><tspan class="size">soap</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="6.30em"><tspan class="size">toolkit</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="7.50em"><tspan class="size">pdf</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="8.70em"><tspan class="size">python</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="9.90em"><tspan class="size">bindings</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="11.10em"><tspan class="size">graphics</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="12.30em"><tspan class="size">package</tspan></text>
-<rect x="37.25em" y="12.90em" width="6.95em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">2,498 (69.5%)</tspan></text>
-<text x="44.70em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include docs.svg -->
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would most improve the Go documentation?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.42em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">512 (14%)</tspan></text>
-<text x="9.17em" y="2.70em"><tspan class="size">examples</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.83em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">300  (8%)</tspan></text>
-<text x="8.58em" y="3.90em"><tspan class="size">more examples</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="5.10em"><tspan class="size">documentation</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">69  (2%)</tspan></text>
-<text x="7.94em" y="6.30em"><tspan class="size">example</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">62  (2%)</tspan></text>
-<text x="7.92em" y="7.50em"><tspan class="size">docs</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">49  (1%)</tspan></text>
-<text x="7.89em" y="8.70em"><tspan class="size">godoc</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">34  (1%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">usage</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">functions</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">31  (1%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">function</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">great</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">29  (1%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">search</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">28  (1%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">cases</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">26  (1%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">best practices</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">26  (1%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">doc</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">more example</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">22  (1%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">code examples</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">21  (1%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">syntax</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20  (1%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="14.10em" width="7.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">2,532 (70%)</tspan></text>
-<text x="29.79em" y="14.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include effective.svg -->
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.09em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.09em" y="3.30em" width="0.23em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.31em" y="3.30em" width="0.63em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.94em" y="3.30em" width="0.68em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.62em" y="3.30em" width="2.26em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.87em" y="3.30em" width="3.37em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.25em" y="3.30em" width="1.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,002 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">23</tspan>, <tspan fill="#4444ff">34</tspan>, <tspan fill="#0000ff">11</tspan>%)</tspan></text>
-<text x="20.85em" y="3.90em"><tspan class="size">I am able to effectively diagnose bugs in my Go programs. (7.2:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="4.50em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.32em" y="4.50em" width="0.60em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.92em" y="4.50em" width="1.33em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.26em" y="4.50em" width="2.19em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.45em" y="4.50em" width="2.40em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.85em" y="4.50em" width="0.73em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,725 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">13</tspan>, <tspan fill="#8888ff">22</tspan>, <tspan fill="#4444ff">24</tspan>, <tspan fill="#0000ff">7</tspan>%)</tspan></text>
-<text x="20.08em" y="5.10em"><tspan class="size">I am able to effectively diagnose performance issues in my Go programs. (5.8:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.05em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.05em" y="5.70em" width="0.15em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.20em" y="5.70em" width="0.29em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.50em" y="5.70em" width="0.53em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.03em" y="5.70em" width="1.67em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.70em" y="5.70em" width="3.25em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.96em" y="5.70em" width="2.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,932 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#8888ff">17</tspan>, <tspan fill="#4444ff">33</tspan>, <tspan fill="#0000ff">22</tspan>%)</tspan></text>
-<text x="20.66em" y="6.30em"><tspan class="size">I am able to effectively use Go&#39;s concurrency features (goroutines, channels, select). (14:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.21em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.21em" y="6.90em" width="0.46em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.68em" y="6.90em" width="1.05em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.73em" y="6.90em" width="1.42em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.15em" y="6.90em" width="2.33em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="17.48em" y="6.90em" width="1.78em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.26em" y="6.90em" width="0.53em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,801 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">5</tspan>, <tspan fill="#ff8888">11</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">23</tspan>, <tspan fill="#4444ff">18</tspan>, <tspan fill="#0000ff">5</tspan>%)</tspan></text>
-<text x="20.29em" y="7.50em"><tspan class="size">I am able to effectively debug uses of Go&#39;s concurrency features (goroutines, channels, select). (2.7:1)</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include answers.svg -->
-<svg width="60.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go answers from: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="2.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="14.27em" y="2.10em" width="1.76em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="16.03em" y="2.10em" width="1.20em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="17.24em" y="2.10em" width="0.65em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="17.89em" y="2.10em" width="0.30em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">2,226 (<tspan fill="#0000ff">23</tspan>, <tspan fill="#2828ff">18</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="18.69em" y="2.70em"><tspan class="size">Stack Overflow</tspan></text>
-<rect x="12.00em" y="3.30em" width="3.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="15.03em" y="3.30em" width="1.54em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="16.57em" y="3.30em" width="0.78em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="17.35em" y="3.30em" width="0.35em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="17.71em" y="3.30em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,101 (<tspan fill="#0000ff">30</tspan>, <tspan fill="#2828ff">15</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="18.34em" y="3.90em"><tspan class="size">golang.org</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.25em" y="4.50em" width="1.65em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.91em" y="4.50em" width="1.22em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="16.13em" y="4.50em" width="0.70em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.83em" y="4.50em" width="0.22em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,814 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#2828ff">17</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="17.55em" y="5.10em"><tspan class="size">Reading source code (e.g., standard library, open-source packages)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.27em" y="5.70em" width="0.80em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.07em" y="5.70em" width="1.17em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.23em" y="5.70em" width="0.74em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.98em" y="5.70em" width="0.36em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,200 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">4</tspan>%)</tspan></text>
-<text x="15.84em" y="6.30em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.25em" y="6.90em" width="0.65em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.90em" y="6.90em" width="0.70em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.60em" y="6.90em" width="0.48em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.09em" y="6.90em" width="0.29em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">854 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">7</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.88em" y="7.50em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="8.10em" width="0.34em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.52em" y="8.10em" width="0.53em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.05em" y="8.10em" width="0.53em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.58em" y="8.10em" width="0.32em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">682 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.40em" y="8.70em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.33em" y="9.30em" width="0.42em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.74em" y="9.30em" width="0.52em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.27em" y="9.30em" width="0.32em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.58em" y="9.30em" width="0.17em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">630 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.25em" y="9.90em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.19em" y="10.50em" width="0.18em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.37em" y="10.50em" width="0.21em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.58em" y="10.50em" width="0.20em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.78em" y="10.50em" width="0.15em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">334 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.43em" y="11.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="11.70em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.21em" y="11.70em" width="0.18em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.39em" y="11.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.51em" y="11.70em" width="0.08em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">214 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="12.30em"><tspan class="size">Friends</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.04em" y="12.90em" width="0.05em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.09em" y="12.90em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.22em" y="12.90em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.34em" y="12.90em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">161 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.95em" y="13.50em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="14.10em" width="0.11em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.18em" y="14.10em" width="0.10em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.28em" y="14.10em" width="0.11em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="14.10em" width="0.04em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.93em" y="14.70em"><tspan class="size">IRC</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="15.30em" width="0.08em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.11em" y="15.30em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.18em" y="15.30em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.28em" y="15.30em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">126 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.85em" y="15.90em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.24em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.24em" y="16.50em" width="0.20em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.43em" y="16.50em" width="0.14em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.58em" y="16.50em" width="0.08em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="12.66em" y="16.50em" width="0.07em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">262 (<tspan fill="#777777">2</tspan>, <tspan fill="#888888">2</tspan>, <tspan fill="#999999">1</tspan>, <tspan fill="#aaaaaa">1</tspan>, <tspan fill="#bbbbbb">1</tspan>%)</tspan></text>
-<text x="13.23em" y="17.10em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="17.70em" width="1.79em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">643 (18%)</tspan></text>
-<text x="14.29em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include news.svg -->
-<svg width="60.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go news from: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="1.75em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.75em" y="2.10em" width="1.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="15.12em" y="2.10em" width="0.85em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.98em" y="2.10em" width="0.43em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.41em" y="2.10em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">1,659 (<tspan fill="#0000ff">17</tspan>, <tspan fill="#2828ff">14</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="17.11em" y="2.70em"><tspan class="size">blog.Golang.org</tspan></text>
-<rect x="12.00em" y="3.30em" width="1.71em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.71em" y="3.30em" width="0.80em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.51em" y="3.30em" width="0.41em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.92em" y="3.30em" width="0.20em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.12em" y="3.30em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,153 (<tspan fill="#0000ff">17</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.71em" y="3.90em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.36em" y="4.50em" width="0.78em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.14em" y="4.50em" width="0.38em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.51em" y="4.50em" width="0.28em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.80em" y="4.50em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,053 (<tspan fill="#0000ff">14</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.43em" y="5.10em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.62em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.62em" y="5.70em" width="0.81em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.43em" y="5.70em" width="0.61em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.04em" y="5.70em" width="0.33em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.36em" y="5.70em" width="0.15em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">903 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.01em" y="6.30em"><tspan class="size">Hacker News</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.90em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.90em" y="6.90em" width="0.61em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.51em" y="6.90em" width="0.43em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.94em" y="6.90em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.12em" y="6.90em" width="0.04em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">777 (<tspan fill="#0000ff">9</tspan>, <tspan fill="#2828ff">6</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="14.66em" y="7.50em"><tspan class="size">Golangweekly.com</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.20em" y="8.10em" width="0.59em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.79em" y="8.10em" width="0.48em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.27em" y="8.10em" width="0.35em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.63em" y="8.10em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">633 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">6</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="14.26em" y="8.70em"><tspan class="size">Community Blogs</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="9.30em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.49em" y="9.30em" width="0.36em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.85em" y="9.30em" width="0.21em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.06em" y="9.30em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">430 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.70em" y="9.90em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.29em" y="10.50em" width="0.32em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.60em" y="10.50em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.90em" y="10.50em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.07em" y="10.50em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">418 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.66em" y="11.10em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.32em" y="11.70em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.63em" y="11.70em" width="0.29em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.92em" y="11.70em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.02em" y="11.70em" width="0.08em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">394 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.60em" y="12.30em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.09em" y="12.90em" width="0.13em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.22em" y="12.90em" width="0.18em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.40em" y="12.90em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.52em" y="12.90em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">212 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.09em" y="13.50em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.12em" y="14.10em" width="0.17em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.29em" y="14.10em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.41em" y="14.10em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.51em" y="14.10em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">203 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.06em" y="14.70em"><tspan class="size">Golangnews.com</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="15.30em" width="0.18em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.28em" y="15.30em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.43em" y="15.30em" width="0.07em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.50em" y="15.30em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">199 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.05em" y="15.90em"><tspan class="size">golang-announce (groups.google.com/d/forum/golang-announce)</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="16.50em" width="0.11em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.22em" y="16.50em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.35em" y="16.50em" width="0.08em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.43em" y="16.50em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">176 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.99em" y="17.10em"><tspan class="size">Go Time podcast</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="17.70em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="17.70em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="17.70em" width="0.05em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.15em" y="17.70em" width="0.03em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">65 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.68em" y="18.30em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="18.90em" width="0.02em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.04em" y="18.90em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="18.90em" width="0.02em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.11em" y="18.90em" width="0.01em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">42 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.62em" y="19.50em"><tspan class="size">Facebook</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.15em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.15em" y="20.10em" width="0.13em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.28em" y="20.10em" width="0.11em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.38em" y="20.10em" width="0.04em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="12.42em" y="20.10em" width="0.02em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">160 (<tspan fill="#777777">1</tspan>, <tspan fill="#888888">1</tspan>, <tspan fill="#999999">1</tspan>, <tspan fill="#aaaaaa">0</tspan>, <tspan fill="#bbbbbb">0</tspan>%)</tspan></text>
-<text x="12.95em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="21.30em" width="2.08em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">747 (21%)</tspan></text>
-<text x="14.58em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include attend.svg -->
-<svg width="60.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have attended: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="3.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,315 (37%)</tspan></text>
-<text x="11.41em" y="2.70em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">879 (24%)</tspan></text>
-<text x="10.20em" y="3.90em"><tspan class="size">A Go meetup</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">523 (15%)</tspan></text>
-<text x="9.20em" y="5.10em"><tspan class="size">A Go themed conference (GopherCon, GothamGo, etc)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.77em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">276  (8%)</tspan></text>
-<text x="8.52em" y="6.30em"><tspan class="size">A Go remote meetup / online event</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">186  (5%)</tspan></text>
-<text x="8.27em" y="7.50em"><tspan class="size">Go training</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">165  (5%)</tspan></text>
-<text x="8.21em" y="8.70em"><tspan class="size">A technical conference for it&#39;s Go content</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="9.90em"><tspan class="size">A GoBridge event</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">37  (1%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">A Women Who Go event</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">65  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.76em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">993 (28%)</tspan></text>
-<text x="10.51em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/effective.svg b/_content/survey2016/effective.svg
deleted file mode 100644
index fc44e27..0000000
--- a/_content/survey2016/effective.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.09em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.09em" y="3.30em" width="0.23em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.31em" y="3.30em" width="0.63em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.94em" y="3.30em" width="0.68em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.62em" y="3.30em" width="2.26em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.87em" y="3.30em" width="3.37em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.25em" y="3.30em" width="1.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,002 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">23</tspan>, <tspan fill="#4444ff">34</tspan>, <tspan fill="#0000ff">11</tspan>%)</tspan></text>
-<text x="20.85em" y="3.90em"><tspan class="size">I am able to effectively diagnose bugs in my Go programs. (7.2:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="4.50em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.32em" y="4.50em" width="0.60em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.92em" y="4.50em" width="1.33em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.26em" y="4.50em" width="2.19em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.45em" y="4.50em" width="2.40em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="18.85em" y="4.50em" width="0.73em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,725 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">13</tspan>, <tspan fill="#8888ff">22</tspan>, <tspan fill="#4444ff">24</tspan>, <tspan fill="#0000ff">7</tspan>%)</tspan></text>
-<text x="20.08em" y="5.10em"><tspan class="size">I am able to effectively diagnose performance issues in my Go programs. (5.8:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.05em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.05em" y="5.70em" width="0.15em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.20em" y="5.70em" width="0.29em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.50em" y="5.70em" width="0.53em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.03em" y="5.70em" width="1.67em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.70em" y="5.70em" width="3.25em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.96em" y="5.70em" width="2.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,932 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#8888ff">17</tspan>, <tspan fill="#4444ff">33</tspan>, <tspan fill="#0000ff">22</tspan>%)</tspan></text>
-<text x="20.66em" y="6.30em"><tspan class="size">I am able to effectively use Go&#39;s concurrency features (goroutines, channels, select). (14:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.21em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.21em" y="6.90em" width="0.46em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.68em" y="6.90em" width="1.05em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.73em" y="6.90em" width="1.42em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.15em" y="6.90em" width="2.33em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="17.48em" y="6.90em" width="1.78em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="19.26em" y="6.90em" width="0.53em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,801 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">5</tspan>, <tspan fill="#ff8888">11</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">23</tspan>, <tspan fill="#4444ff">18</tspan>, <tspan fill="#0000ff">5</tspan>%)</tspan></text>
-<text x="20.29em" y="7.50em"><tspan class="size">I am able to effectively debug uses of Go&#39;s concurrency features (goroutines, channels, select). (2.7:1)</tspan></text>
-</svg>
diff --git a/_content/survey2016/final.svg b/_content/survey2016/final.svg
deleted file mode 100644
index 5d0d8ab..0000000
--- a/_content/survey2016/final.svg
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Is there anything else you would like to share with us?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">95 (2.6%)</tspan></text>
-<text x="8.01em" y="2.70em"><tspan class="size">thanks</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">94 (2.6%)</tspan></text>
-<text x="8.01em" y="3.90em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">86 (2.4%)</tspan></text>
-<text x="7.99em" y="5.10em"><tspan class="size">thank you</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="6.30em"><tspan class="size">keep up the good work</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">programming</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="8.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="7.86em" y="9.90em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">awesome</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">i love</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">golang</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">great work</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="7.83em" y="17.10em"><tspan class="size">java</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">languages</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="3.90em"><tspan class="size">fun</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="5.10em"><tspan class="size">job</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">love go</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="8.70em"><tspan class="size">generics</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="9.90em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">projects</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">best</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">wish</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">years</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="15.90em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="16.50em" width="8.03em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">2,886 (80.3%)</tspan></text>
-<text x="30.78em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/howlong.svg b/_content/survey2016/howlong.svg
deleted file mode 100644
index 61815c8..0000000
--- a/_content/survey2016/howlong.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I&#39;ve used Go for: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="1.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">432 (12%)</tspan></text>
-<text x="8.95em" y="2.70em"><tspan class="size">Less than 3 months</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.81em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,009 (28%)</tspan></text>
-<text x="10.56em" y="3.90em"><tspan class="size">3 - 12 months</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">829 (23%)</tspan></text>
-<text x="10.06em" y="5.10em"><tspan class="size">13 - 24 months</tspan></text>
-<rect x="7.25em" y="5.70em" width="2.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">903 (25%)</tspan></text>
-<text x="10.26em" y="6.30em"><tspan class="size">2 - 4 years</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.89em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">321  (9%)</tspan></text>
-<text x="8.64em" y="7.50em"><tspan class="size">4+ years</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="8.70em"><tspan class="size">I&#39;ve never used Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.07em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">24  (1%)</tspan></text>
-<text x="7.82em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/identify.svg b/_content/survey2016/identify.svg
deleted file mode 100644
index f049497..0000000
--- a/_content/survey2016/identify.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="15.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">We want the Go community to be inclusive; we want to see how we&#39;re doing and how to improve.</tspan></text>
-<text x="0.00em" y="2.40em" class="head"><tspan class="size">Please select the groups you identify with: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="3.30em" width="4.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,499 (42%)</tspan></text>
-<text x="11.92em" y="3.90em"><tspan class="size">I do not identify as part of an underrepresented group</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">438 (12%)</tspan></text>
-<text x="8.97em" y="5.10em"><tspan class="size">I prefer not to answer</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.28em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">101  (3%)</tspan></text>
-<text x="8.03em" y="6.30em"><tspan class="size">I identify as LGBTQIA</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">95  (3%)</tspan></text>
-<text x="8.01em" y="7.50em"><tspan class="size">I identify as ethnically or racially underrepresented</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="8.70em"><tspan class="size">I identify as neurodiverse or as having a disability</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">49  (1%)</tspan></text>
-<text x="7.89em" y="9.90em"><tspan class="size">I identify as a woman</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">Write-in: objection to the question.</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="7.86em" y="12.30em"><tspan class="size">I identify as part of an underrepresented group, but I prefer not to specify</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">34  (1%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">I identify with an underrepresented group not listed.</tspan></text>
-<rect x="7.25em" y="14.10em" width="3.71em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">1,332 (37%)</tspan></text>
-<text x="11.46em" y="14.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/improve.svg b/_content/survey2016/improve.svg
deleted file mode 100644
index 38895d7..0000000
--- a/_content/survey2016/improve.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would improve Go most?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.59em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">572 (16%)</tspan></text>
-<text x="9.34em" y="2.70em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">451 (13%)</tspan></text>
-<text x="9.00em" y="3.90em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.92em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">330  (9%)</tspan></text>
-<text x="8.67em" y="5.10em"><tspan class="size">dependency</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.87em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">314  (9%)</tspan></text>
-<text x="8.62em" y="6.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">266  (7%)</tspan></text>
-<text x="8.49em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">164  (5%)</tspan></text>
-<text x="8.21em" y="8.70em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.44em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">159  (4%)</tspan></text>
-<text x="8.19em" y="9.90em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="11.10em"><tspan class="size">package management</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="12.30em"><tspan class="size">vendoring</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">128  (4%)</tspan></text>
-<text x="8.11em" y="13.50em"><tspan class="size">debugger</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">126  (4%)</tspan></text>
-<text x="8.10em" y="14.70em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">122  (3%)</tspan></text>
-<text x="8.09em" y="15.90em"><tspan class="size">standard</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">117  (3%)</tspan></text>
-<text x="8.08em" y="17.10em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.30em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">109  (3%)</tspan></text>
-<text x="8.05em" y="18.30em"><tspan class="size">error</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="19.50em"><tspan class="size">system</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">89  (2%)</tspan></text>
-<text x="8.00em" y="20.70em"><tspan class="size">types</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">88  (2%)</tspan></text>
-<text x="7.99em" y="21.90em"><tspan class="size">official</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">85  (2%)</tspan></text>
-<text x="7.99em" y="23.10em"><tspan class="size">tools</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">84  (2%)</tspan></text>
-<text x="7.98em" y="24.30em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="7.98em" y="25.50em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="2.70em"><tspan class="size">performance</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">70  (2%)</tspan></text>
-<text x="22.94em" y="3.90em"><tspan class="size">error handling</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">70  (2%)</tspan></text>
-<text x="22.94em" y="5.10em"><tspan class="size">ide</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">69  (2%)</tspan></text>
-<text x="22.94em" y="6.30em"><tspan class="size">package manager</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">66  (2%)</tspan></text>
-<text x="22.93em" y="7.50em"><tspan class="size">documentation</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">66  (2%)</tspan></text>
-<text x="22.93em" y="8.70em"><tspan class="size">faster</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">64  (2%)</tspan></text>
-<text x="22.93em" y="9.90em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="11.10em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="12.30em"><tspan class="size">tool</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">62  (2%)</tspan></text>
-<text x="22.92em" y="13.50em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">60  (2%)</tspan></text>
-<text x="22.92em" y="14.70em"><tspan class="size">debugging</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">57  (2%)</tspan></text>
-<text x="22.91em" y="15.90em"><tspan class="size">build</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="22.91em" y="17.10em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="18.30em"><tspan class="size">easier</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="19.50em"><tspan class="size">standard library</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="20.70em"><tspan class="size">tooling</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="22.90em" y="21.90em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="22.89em" y="23.10em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="22.89em" y="24.30em"><tspan class="size">generic</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="22.88em" y="25.50em"><tspan class="size">programming</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="37.88em" y="2.70em"><tspan class="size">versioning</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="37.88em" y="3.90em"><tspan class="size">syntax</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="5.10em"><tspan class="size">compile</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="6.30em"><tspan class="size">solution</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">44  (1%)</tspan></text>
-<text x="37.87em" y="7.50em"><tspan class="size">framework</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="8.70em"><tspan class="size">examples</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="9.90em"><tspan class="size">gc</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="11.10em"><tspan class="size">type system</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">42  (1%)</tspan></text>
-<text x="37.87em" y="12.30em"><tspan class="size">gui library</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">41  (1%)</tspan></text>
-<text x="37.86em" y="13.50em"><tspan class="size">templates</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="14.70em"><tspan class="size">android</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="15.90em"><tspan class="size">community</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="17.10em"><tspan class="size">function</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="18.30em"><tspan class="size">native</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="19.50em"><tspan class="size">ui</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="20.70em"><tspan class="size">web</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="21.90em"><tspan class="size">functions</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">21  (1%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">cross platform</tspan></text>
-<rect x="37.25em" y="23.70em" width="3.38em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">1,215 (34%)</tspan></text>
-<text x="41.13em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/keyword.svg b/_content/survey2016/keyword.svg
deleted file mode 100644
index aaf8713..0000000
--- a/_content/survey2016/keyword.svg
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="33.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Just for fun: What is your favorite Go keyword?</tspan></text>
-<rect x="7.25em" y="2.10em" width="2.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">854 (24%)</tspan></text>
-<text x="10.13em" y="2.70em"><tspan class="size">go</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">455 (13%)</tspan></text>
-<text x="9.02em" y="3.90em"><tspan class="size">defer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.70em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">253  (7%)</tspan></text>
-<text x="8.45em" y="5.10em"><tspan class="size">func</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.67em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">240  (7%)</tspan></text>
-<text x="8.42em" y="6.30em"><tspan class="size">select</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">227  (6%)</tspan></text>
-<text x="8.38em" y="7.50em"><tspan class="size">interface</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">145  (4%)</tspan></text>
-<text x="8.15em" y="8.70em"><tspan class="size">struct</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.39em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">139  (4%)</tspan></text>
-<text x="8.14em" y="9.90em"><tspan class="size">chan</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">129  (4%)</tspan></text>
-<text x="8.11em" y="11.10em"><tspan class="size">range</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">67  (2%)</tspan></text>
-<text x="7.94em" y="12.30em"><tspan class="size">fallthrough</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="7.91em" y="13.50em"><tspan class="size">switch</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">53  (1%)</tspan></text>
-<text x="7.90em" y="14.70em"><tspan class="size">for</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.88em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="7.88em" y="17.10em"><tspan class="size">map</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">44  (1%)</tspan></text>
-<text x="7.87em" y="18.30em"><tspan class="size">goto</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="7.85em" y="19.50em"><tspan class="size">import</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">22  (1%)</tspan></text>
-<text x="7.81em" y="20.70em"><tspan class="size">if</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">20  (1%)</tspan></text>
-<text x="7.81em" y="21.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">19  (1%)</tspan></text>
-<text x="7.80em" y="23.10em"><tspan class="size">var</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">17  (0%)</tspan></text>
-<text x="7.80em" y="24.30em"><tspan class="size">const</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">14  (0%)</tspan></text>
-<text x="7.79em" y="25.50em"><tspan class="size">continue</tspan></text>
-<rect x="7.25em" y="26.10em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">13  (0%)</tspan></text>
-<text x="7.79em" y="26.70em"><tspan class="size">return</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">12  (0%)</tspan></text>
-<text x="7.78em" y="27.90em"><tspan class="size">break</tspan></text>
-<rect x="7.25em" y="28.50em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">3  (0%)</tspan></text>
-<text x="7.76em" y="29.10em"><tspan class="size">else</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">2  (0%)</tspan></text>
-<text x="7.76em" y="30.30em"><tspan class="size">case</tspan></text>
-<rect x="7.25em" y="30.90em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">2  (0%)</tspan></text>
-<text x="7.76em" y="31.50em"><tspan class="size">default</tspan></text>
-<rect x="7.25em" y="32.10em" width="1.89em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="32.70em" text-anchor="end"><tspan class="size">678 (19%)</tspan></text>
-<text x="9.64em" y="32.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/lang-expertise.svg b/_content/survey2016/lang-expertise.svg
deleted file mode 100644
index fd62154..0000000
--- a/_content/survey2016/lang-expertise.svg
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="27.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your expertise: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="2.61em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="14.61em" y="2.10em" width="2.56em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="17.17em" y="2.10em" width="1.90em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="19.07em" y="2.10em" width="1.05em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="20.11em" y="2.10em" width="0.54em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">3,111 (<tspan fill="#0000ff">26</tspan>, <tspan fill="#2828ff">26</tspan>, <tspan fill="#5151ff">19</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="21.15em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.80em" y="3.30em" width="1.52em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.32em" y="3.30em" width="1.41em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.73em" y="3.30em" width="1.13em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.87em" y="3.30em" width="0.83em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,048 (<tspan fill="#0000ff">8</tspan>, <tspan fill="#2828ff">15</tspan>, <tspan fill="#5151ff">14</tspan>, <tspan fill="#7a7aff">11</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="18.20em" y="3.90em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.22em" y="4.50em" width="1.23em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.45em" y="4.50em" width="1.05em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.50em" y="4.50em" width="1.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.54em" y="4.50em" width="0.73em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,896 (<tspan fill="#0000ff">12</tspan>, <tspan fill="#2828ff">12</tspan>, <tspan fill="#5151ff">10</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="17.77em" y="5.10em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.32em" y="5.70em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.14em" y="5.70em" width="0.81em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.95em" y="5.70em" width="0.76em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.71em" y="5.70em" width="0.79em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,618 (<tspan fill="#0000ff">13</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">8</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="17.00em" y="6.30em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.79em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.79em" y="6.90em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.61em" y="6.90em" width="0.94em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.55em" y="6.90em" width="0.93em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.48em" y="6.90em" width="0.73em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,512 (<tspan fill="#0000ff">8</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="16.71em" y="7.50em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.17em" y="8.10em" width="0.39em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.57em" y="8.10em" width="0.71em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.28em" y="8.10em" width="0.85em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.13em" y="8.10em" width="0.83em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,064 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">8</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="15.46em" y="8.70em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.50em" y="9.30em" width="0.48em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.99em" y="9.30em" width="0.66em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.65em" y="9.30em" width="0.62em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.28em" y="9.30em" width="0.61em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,039 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">5</tspan>, <tspan fill="#5151ff">7</tspan>, <tspan fill="#7a7aff">6</tspan>, <tspan fill="#a3a3ff">6</tspan>%)</tspan></text>
-<text x="15.39em" y="9.90em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.63em" y="10.50em" width="0.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.01em" y="10.50em" width="0.44em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.45em" y="10.50em" width="0.45em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.90em" y="10.50em" width="0.41em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">830 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">4</tspan>%)</tspan></text>
-<text x="14.81em" y="11.10em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.52em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.52em" y="11.70em" width="0.36em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.88em" y="11.70em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.18em" y="11.70em" width="0.36em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.54em" y="11.70em" width="0.31em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">668 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.36em" y="12.30em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.46em" y="12.90em" width="0.32em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.77em" y="12.90em" width="0.32em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.10em" y="12.90em" width="0.38em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.47em" y="12.90em" width="0.26em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">622 (<tspan fill="#0000ff">5</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="14.23em" y="13.50em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.19em" y="14.10em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.33em" y="14.10em" width="0.15em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.49em" y="14.10em" width="0.18em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.66em" y="14.10em" width="0.16em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">294 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.32em" y="14.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="15.30em" width="0.09em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.16em" y="15.30em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.25em" y="15.30em" width="0.14em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="15.30em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">184 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.01em" y="15.90em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="16.50em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="16.50em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.13em" y="16.50em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.23em" y="16.50em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="12.93em" y="17.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="17.70em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="17.70em" width="0.08em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.13em" y="17.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">142 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.89em" y="18.30em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="18.90em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="18.90em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="18.90em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.19em" y="18.90em" width="0.19em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">136 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="12.88em" y="19.50em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="20.10em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="20.10em" width="0.03em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="20.10em" width="0.08em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.17em" y="20.10em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">94 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.76em" y="20.70em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="21.30em" width="0.02em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.04em" y="21.30em" width="0.03em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="21.30em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.17em" y="21.30em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">93 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.76em" y="21.90em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="22.50em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.05em" y="22.50em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.09em" y="22.50em" width="0.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.13em" y="22.50em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">72 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.70em" y="23.10em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.00em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.00em" y="23.70em" width="0.00em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.00em" y="23.70em" width="0.01em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.02em" y="23.70em" width="0.01em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.03em" y="23.70em" width="0.03em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">18 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.55em" y="24.30em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.21em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.21em" y="24.90em" width="0.30em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.51em" y="24.90em" width="0.33em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.84em" y="24.90em" width="0.29em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="13.13em" y="24.90em" width="0.26em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">499 (<tspan fill="#777777">2</tspan>, <tspan fill="#888888">3</tspan>, <tspan fill="#999999">3</tspan>, <tspan fill="#aaaaaa">3</tspan>, <tspan fill="#bbbbbb">3</tspan>%)</tspan></text>
-<text x="13.89em" y="25.50em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.37em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">134 (3.7%)</tspan></text>
-<text x="12.87em" y="26.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/lang-preference.svg b/_content/survey2016/lang-preference.svg
deleted file mode 100644
index 1a15616..0000000
--- a/_content/survey2016/lang-preference.svg
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="27.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your preference: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="6.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="18.21em" y="2.10em" width="1.89em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="20.11em" y="2.10em" width="0.61em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="20.72em" y="2.10em" width="0.19em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="20.90em" y="2.10em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">3,248 (<tspan fill="#0000ff">62</tspan>, <tspan fill="#2828ff">19</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="21.53em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.74em" y="3.30em" width="1.70em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.44em" y="3.30em" width="1.22em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.66em" y="3.30em" width="0.86em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.52em" y="3.30em" width="0.48em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,796 (<tspan fill="#0000ff">7</tspan>, <tspan fill="#2828ff">17</tspan>, <tspan fill="#5151ff">12</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="17.50em" y="3.90em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.27em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.27em" y="4.50em" width="0.85em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.12em" y="4.50em" width="1.27em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.39em" y="4.50em" width="0.98em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.37em" y="4.50em" width="0.75em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,482 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">9</tspan>, <tspan fill="#5151ff">13</tspan>, <tspan fill="#7a7aff">10</tspan>, <tspan fill="#a3a3ff">8</tspan>%)</tspan></text>
-<text x="16.62em" y="5.10em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.20em" y="5.70em" width="0.82em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.03em" y="5.70em" width="0.92em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.94em" y="5.70em" width="0.87em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.81em" y="5.70em" width="0.62em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,235 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">9</tspan>, <tspan fill="#a3a3ff">6</tspan>%)</tspan></text>
-<text x="15.94em" y="6.30em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.32em" y="6.90em" width="0.72em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.05em" y="6.90em" width="0.76em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.81em" y="6.90em" width="0.72em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.53em" y="6.90em" width="0.71em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,167 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">7</tspan>, <tspan fill="#5151ff">8</tspan>, <tspan fill="#7a7aff">7</tspan>, <tspan fill="#a3a3ff">7</tspan>%)</tspan></text>
-<text x="15.75em" y="7.50em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="8.10em" width="0.39em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.57em" y="8.10em" width="0.60em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.17em" y="8.10em" width="0.60em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.77em" y="8.10em" width="0.48em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">809 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">6</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="14.75em" y="8.70em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="9.30em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.37em" y="9.30em" width="0.49em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.86em" y="9.30em" width="0.49em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.34em" y="9.30em" width="0.46em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">647 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">5</tspan>, <tspan fill="#a3a3ff">5</tspan>%)</tspan></text>
-<text x="14.30em" y="9.90em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.28em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.28em" y="10.50em" width="0.46em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.74em" y="10.50em" width="0.40em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.14em" y="10.50em" width="0.25em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.39em" y="10.50em" width="0.17em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">563 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">5</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.07em" y="11.10em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.23em" y="11.70em" width="0.45em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.68em" y="11.70em" width="0.37em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.05em" y="11.70em" width="0.29em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.34em" y="11.70em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">557 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="14.05em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.21em" y="12.90em" width="0.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.59em" y="12.90em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.88em" y="12.90em" width="0.25em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.13em" y="12.90em" width="0.19em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">475 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">4</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="13.82em" y="13.50em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="14.10em" width="0.25em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.36em" y="14.10em" width="0.29em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.65em" y="14.10em" width="0.27em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.91em" y="14.10em" width="0.34em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">449 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">3</tspan>%)</tspan></text>
-<text x="13.75em" y="14.70em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.14em" y="15.30em" width="0.16em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.29em" y="15.30em" width="0.20em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.50em" y="15.30em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.67em" y="15.30em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">278 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.27em" y="15.90em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.06em" y="16.50em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.21em" y="16.50em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.34em" y="16.50em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.46em" y="16.50em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">215 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="17.10em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.09em" y="17.70em" width="0.14em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.23em" y="17.70em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.37em" y="17.70em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.49em" y="17.70em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">214 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.10em" y="18.30em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="18.90em" width="0.05em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="18.90em" width="0.16em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.23em" y="18.90em" width="0.16em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.39em" y="18.90em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">178 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.00em" y="19.50em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.04em" y="20.10em" width="0.09em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.14em" y="20.10em" width="0.09em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.23em" y="20.10em" width="0.13em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.35em" y="20.10em" width="0.11em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">168 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.97em" y="20.70em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.07em" y="21.30em" width="0.08em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.15em" y="21.30em" width="0.12em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.26em" y="21.30em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.37em" y="21.30em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">156 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.93em" y="21.90em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.03em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.03em" y="22.50em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="22.50em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="22.50em" width="0.06em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.16em" y="22.50em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">79 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.72em" y="23.10em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.01em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.01em" y="23.70em" width="0.03em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.03em" y="23.70em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.07em" y="23.70em" width="0.04em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.11em" y="23.70em" width="0.01em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">43 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.62em" y="24.30em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.26em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.26em" y="24.90em" width="0.36em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.63em" y="24.90em" width="0.40em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="13.03em" y="24.90em" width="0.25em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="13.28em" y="24.90em" width="0.13em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">507 (<tspan fill="#777777">3</tspan>, <tspan fill="#888888">4</tspan>, <tspan fill="#999999">4</tspan>, <tspan fill="#aaaaaa">2</tspan>, <tspan fill="#bbbbbb">1</tspan>%)</tspan></text>
-<text x="13.91em" y="25.50em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.46em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">166 (4.6%)</tspan></text>
-<text x="12.96em" y="26.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/library.svg b/_content/survey2016/library.svg
deleted file mode 100644
index 304a500..0000000
--- a/_content/survey2016/library.svg
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="15.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What Go libraries do you need that aren&#39;t available today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">208 (5.8%)</tspan></text>
-<text x="8.33em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">144 (4.0%)</tspan></text>
-<text x="8.15em" y="3.90em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">121 (3.4%)</tspan></text>
-<text x="8.09em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">63 (1.8%)</tspan></text>
-<text x="7.93em" y="6.30em"><tspan class="size">native</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="7.50em"><tspan class="size">ui</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">53 (1.5%)</tspan></text>
-<text x="7.90em" y="8.70em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">orm</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">standard</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">framework</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">gui library</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="22.84em" y="2.70em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">android</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">database</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="6.30em"><tspan class="size">desktop</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="7.50em"><tspan class="size">libs</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">28 (0.8%)</tspan></text>
-<text x="22.83em" y="8.70em"><tspan class="size">sql</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="22.82em" y="9.90em"><tspan class="size">cross platform</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="11.10em"><tspan class="size">processing</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="12.30em"><tspan class="size">xml</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="13.50em"><tspan class="size">api</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="14.70em"><tspan class="size">machine learning</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="37.82em" y="2.70em"><tspan class="size">official</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="37.82em" y="3.90em"><tspan class="size">windows</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="37.81em" y="5.10em"><tspan class="size">soap</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="6.30em"><tspan class="size">toolkit</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="7.50em"><tspan class="size">pdf</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="37.81em" y="8.70em"><tspan class="size">python</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="9.90em"><tspan class="size">bindings</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="11.10em"><tspan class="size">graphics</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="12.30em"><tspan class="size">package</tspan></text>
-<rect x="37.25em" y="12.90em" width="6.95em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">2,498 (69.5%)</tspan></text>
-<text x="44.70em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/like.svg b/_content/survey2016/like.svg
deleted file mode 100644
index c0d681b..0000000
--- a/_content/survey2016/like.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What do you like most about Go?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">595 (17%)</tspan></text>
-<text x="9.41em" y="2.70em"><tspan class="size">simplicity</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">543 (15%)</tspan></text>
-<text x="9.26em" y="3.90em"><tspan class="size">easy</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">523 (15%)</tspan></text>
-<text x="9.20em" y="5.10em"><tspan class="size">concurrency</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">495 (14%)</tspan></text>
-<text x="9.13em" y="6.30em"><tspan class="size">simple</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">454 (13%)</tspan></text>
-<text x="9.01em" y="7.50em"><tspan class="size">fast</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.82em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">293  (8%)</tspan></text>
-<text x="8.57em" y="8.70em"><tspan class="size">syntax</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">287  (8%)</tspan></text>
-<text x="8.55em" y="9.90em"><tspan class="size">standard library</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">286  (8%)</tspan></text>
-<text x="8.55em" y="11.10em"><tspan class="size">tooling</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.75em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">270  (8%)</tspan></text>
-<text x="8.50em" y="12.30em"><tspan class="size">static</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">266  (7%)</tspan></text>
-<text x="8.49em" y="13.50em"><tspan class="size">performance</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">235  (7%)</tspan></text>
-<text x="8.40em" y="14.70em"><tspan class="size">speed</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.56em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">202  (6%)</tspan></text>
-<text x="8.31em" y="15.90em"><tspan class="size">interfaces</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">184  (5%)</tspan></text>
-<text x="8.26em" y="17.10em"><tspan class="size">channels</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">183  (5%)</tspan></text>
-<text x="8.26em" y="18.30em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">180  (5%)</tspan></text>
-<text x="8.25em" y="19.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.49em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">177  (5%)</tspan></text>
-<text x="8.24em" y="20.70em"><tspan class="size">compilation</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.49em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">177  (5%)</tspan></text>
-<text x="8.24em" y="21.90em"><tspan class="size">goroutines</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">167  (5%)</tspan></text>
-<text x="8.21em" y="23.10em"><tspan class="size">binary</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">156  (4%)</tspan></text>
-<text x="8.18em" y="24.30em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">148  (4%)</tspan></text>
-<text x="8.16em" y="25.50em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">146  (4%)</tspan></text>
-<text x="23.16em" y="2.70em"><tspan class="size">compiled</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">137  (4%)</tspan></text>
-<text x="23.13em" y="3.90em"><tspan class="size">compile</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">127  (4%)</tspan></text>
-<text x="23.10em" y="5.10em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">124  (3%)</tspan></text>
-<text x="23.09em" y="6.30em"><tspan class="size">small</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">118  (3%)</tspan></text>
-<text x="23.08em" y="7.50em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="23.07em" y="8.70em"><tspan class="size">gofmt</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="23.07em" y="9.90em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">88  (2%)</tspan></text>
-<text x="22.99em" y="11.10em"><tspan class="size">clean</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">87  (2%)</tspan></text>
-<text x="22.99em" y="12.30em"><tspan class="size">easy to learn</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="22.98em" y="13.50em"><tspan class="size">deployment</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="14.70em"><tspan class="size">memory</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="15.90em"><tspan class="size">strong</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">76  (2%)</tspan></text>
-<text x="22.96em" y="17.10em"><tspan class="size">concise</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">76  (2%)</tspan></text>
-<text x="22.96em" y="18.30em"><tspan class="size">single binary</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="22.95em" y="19.50em"><tspan class="size">low</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="22.95em" y="20.70em"><tspan class="size">static typing</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">71  (2%)</tspan></text>
-<text x="22.95em" y="21.90em"><tspan class="size">build</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">68  (2%)</tspan></text>
-<text x="22.94em" y="23.10em"><tspan class="size">easy to read</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="24.30em"><tspan class="size">fast compilation</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="22.91em" y="25.50em"><tspan class="size">simple syntax</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="37.90em" y="2.70em"><tspan class="size">type system</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="37.90em" y="3.90em"><tspan class="size">simple language</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="37.89em" y="5.10em"><tspan class="size">easy concurrency</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="37.88em" y="6.30em"><tspan class="size">static binaries</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">46  (1%)</tspan></text>
-<text x="37.88em" y="7.50em"><tspan class="size">go fmt</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="8.70em"><tspan class="size">fast compile</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="9.90em"><tspan class="size">small language</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">41  (1%)</tspan></text>
-<text x="37.86em" y="11.10em"><tspan class="size">error handling</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="12.30em"><tspan class="size">concurrency model</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="13.50em"><tspan class="size">go routines</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="37.86em" y="14.70em"><tspan class="size">easy to use</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="37.86em" y="15.90em"><tspan class="size">statically typed</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="37.85em" y="17.10em"><tspan class="size">cross platform</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="37.85em" y="18.30em"><tspan class="size">concurrency primitives</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="37.85em" y="19.50em"><tspan class="size">goroutines channels</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">33  (1%)</tspan></text>
-<text x="37.84em" y="20.70em"><tspan class="size">easy to write</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">27  (1%)</tspan></text>
-<text x="37.83em" y="21.90em"><tspan class="size">great standard library</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">ease of use</tspan></text>
-<rect x="37.25em" y="23.70em" width="2.61em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">940 (26%)</tspan></text>
-<text x="40.36em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/mkhtml.go b/_content/survey2016/mkhtml.go
deleted file mode 100644
index 49860bc..0000000
--- a/_content/survey2016/mkhtml.go
+++ /dev/null
@@ -1,65 +0,0 @@
-// Copyright 2017 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import (
-	"bytes"
-	"flag"
-	"io/ioutil"
-	"log"
-	"strings"
-)
-
-var strip = flag.Bool("strip", false, "strip included files")
-
-func main() {
-	flag.Parse()
-	for _, arg := range flag.Args() {
-		do(arg)
-	}
-}
-
-func do(file string) {
-	data, err := ioutil.ReadFile(file)
-	if err != nil {
-		log.Fatal(err)
-	}
-	var out []byte
-	skip := false
-	for _, line := range bytes.SplitAfter(data, []byte("\n")) {
-		if skip && bytes.HasPrefix(line, []byte("<!--end")) {
-			skip = false
-		}
-		if skip {
-			continue
-		}
-		out = append(out, line...)
-		if bytes.HasPrefix(line, []byte("<!--include")) {
-			if !*strip {
-				more, err := ioutil.ReadFile(strings.Fields(string(line))[1])
-				if err != nil {
-					log.Fatal(err)
-				}
-				if bytes.HasPrefix(more, xmlHeader) {
-					more = more[len(xmlHeader):]
-				}
-				if len(more) > 0 && more[len(more)-1] != '\n' {
-					more = append(more, '\n')
-				}
-				out = append(out, more...)
-			}
-			skip = true
-		}
-	}
-
-	if err := ioutil.WriteFile(file, out, 0666); err != nil {
-		log.Fatal(err)
-	}
-}
-
-var xmlHeader = []byte(`<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-`)
diff --git a/_content/survey2016/news.svg b/_content/survey2016/news.svg
deleted file mode 100644
index 84fc88c..0000000
--- a/_content/survey2016/news.svg
+++ /dev/null
@@ -1,138 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go news from: <tspan class="paren">(ordered choice, up to 5)</tspan></tspan></text>
-<rect x="12.00em" y="2.10em" width="1.75em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.75em" y="2.10em" width="1.38em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="15.12em" y="2.10em" width="0.85em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="15.98em" y="2.10em" width="0.43em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="16.41em" y="2.10em" width="0.21em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">1,659 (<tspan fill="#0000ff">17</tspan>, <tspan fill="#2828ff">14</tspan>, <tspan fill="#5151ff">9</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">2</tspan>%)</tspan></text>
-<text x="17.11em" y="2.70em"><tspan class="size">blog.Golang.org</tspan></text>
-<rect x="12.00em" y="3.30em" width="1.71em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.71em" y="3.30em" width="0.80em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.51em" y="3.30em" width="0.41em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.92em" y="3.30em" width="0.20em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="15.12em" y="3.30em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,153 (<tspan fill="#0000ff">17</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.71em" y="3.90em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="13.36em" y="4.50em" width="0.78em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="14.14em" y="4.50em" width="0.38em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.51em" y="4.50em" width="0.28em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.80em" y="4.50em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,053 (<tspan fill="#0000ff">14</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.43em" y="5.10em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.62em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.62em" y="5.70em" width="0.81em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.43em" y="5.70em" width="0.61em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="14.04em" y="5.70em" width="0.33em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.36em" y="5.70em" width="0.15em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">903 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#2828ff">8</tspan>, <tspan fill="#5151ff">6</tspan>, <tspan fill="#7a7aff">3</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="15.01em" y="6.30em"><tspan class="size">Hacker News</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.90em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.90em" y="6.90em" width="0.61em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="13.51em" y="6.90em" width="0.43em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.94em" y="6.90em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="14.12em" y="6.90em" width="0.04em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">777 (<tspan fill="#0000ff">9</tspan>, <tspan fill="#2828ff">6</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="14.66em" y="7.50em"><tspan class="size">Golangweekly.com</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.20em" y="8.10em" width="0.59em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.79em" y="8.10em" width="0.48em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="13.27em" y="8.10em" width="0.35em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.63em" y="8.10em" width="0.13em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">633 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">6</tspan>, <tspan fill="#5151ff">5</tspan>, <tspan fill="#7a7aff">4</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="14.26em" y="8.70em"><tspan class="size">Community Blogs</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.18em" y="9.30em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.49em" y="9.30em" width="0.36em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.85em" y="9.30em" width="0.21em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.06em" y="9.30em" width="0.14em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">430 (<tspan fill="#0000ff">2</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">4</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.70em" y="9.90em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.29em" y="10.50em" width="0.32em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.60em" y="10.50em" width="0.30em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.90em" y="10.50em" width="0.17em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.07em" y="10.50em" width="0.09em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">418 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">2</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.66em" y="11.10em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.32em" y="11.70em" width="0.31em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.63em" y="11.70em" width="0.29em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.92em" y="11.70em" width="0.10em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="13.02em" y="11.70em" width="0.08em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">394 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#2828ff">3</tspan>, <tspan fill="#5151ff">3</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.60em" y="12.30em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.09em" y="12.90em" width="0.13em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.22em" y="12.90em" width="0.18em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.40em" y="12.90em" width="0.12em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.52em" y="12.90em" width="0.07em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">212 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">2</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.09em" y="13.50em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.12em" y="14.10em" width="0.17em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.29em" y="14.10em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.41em" y="14.10em" width="0.09em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.51em" y="14.10em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">203 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.06em" y="14.70em"><tspan class="size">Golangnews.com</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="15.30em" width="0.18em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.28em" y="15.30em" width="0.14em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.43em" y="15.30em" width="0.07em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.50em" y="15.30em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">199 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">2</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="13.05em" y="15.90em"><tspan class="size">golang-announce (groups.google.com/d/forum/golang-announce)</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.11em" y="16.50em" width="0.11em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.22em" y="16.50em" width="0.13em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.35em" y="16.50em" width="0.08em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.43em" y="16.50em" width="0.06em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">176 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#2828ff">1</tspan>, <tspan fill="#5151ff">1</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">1</tspan>%)</tspan></text>
-<text x="12.99em" y="17.10em"><tspan class="size">Go Time podcast</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="17.70em" width="0.04em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.06em" y="17.70em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.10em" y="17.70em" width="0.05em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.15em" y="17.70em" width="0.03em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">65 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">1</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.68em" y="18.30em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="12.02em" y="18.90em" width="0.02em" height="0.60em" stroke="#2828ff" fill="#2828ff"/>
-<rect x="12.04em" y="18.90em" width="0.04em" height="0.60em" stroke="#5151ff" fill="#5151ff"/>
-<rect x="12.08em" y="18.90em" width="0.02em" height="0.60em" stroke="#7a7aff" fill="#7a7aff"/>
-<rect x="12.11em" y="18.90em" width="0.01em" height="0.60em" stroke="#a3a3ff" fill="#a3a3ff"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">42 (<tspan fill="#0000ff">0</tspan>, <tspan fill="#2828ff">0</tspan>, <tspan fill="#5151ff">0</tspan>, <tspan fill="#7a7aff">0</tspan>, <tspan fill="#a3a3ff">0</tspan>%)</tspan></text>
-<text x="12.62em" y="19.50em"><tspan class="size">Facebook</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.15em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.15em" y="20.10em" width="0.13em" height="0.60em" stroke="#888888" fill="#888888"/>
-<rect x="12.28em" y="20.10em" width="0.11em" height="0.60em" stroke="#999999" fill="#999999"/>
-<rect x="12.38em" y="20.10em" width="0.04em" height="0.60em" stroke="#aaaaaa" fill="#aaaaaa"/>
-<rect x="12.42em" y="20.10em" width="0.02em" height="0.60em" stroke="#bbbbbb" fill="#bbbbbb"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">160 (<tspan fill="#777777">1</tspan>, <tspan fill="#888888">1</tspan>, <tspan fill="#999999">1</tspan>, <tspan fill="#aaaaaa">0</tspan>, <tspan fill="#bbbbbb">0</tspan>%)</tspan></text>
-<text x="12.95em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="21.30em" width="2.08em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">747 (21%)</tspan></text>
-<text x="14.58em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/project.html b/_content/survey2016/project.html
deleted file mode 100644
index 67f720e..0000000
--- a/_content/survey2016/project.html
+++ /dev/null
@@ -1,280 +0,0 @@
-<p>
-<!--include contribute1.svg -->
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I contribute to open source projects written in Go: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="3.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,227 (34%)</tspan></text>
-<text x="11.16em" y="2.70em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">890 (25%)</tspan></text>
-<text x="10.23em" y="3.90em"><tspan class="size">Never</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.96em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">345 (10%)</tspan></text>
-<text x="8.71em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.82em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">295  (8%)</tspan></text>
-<text x="8.57em" y="6.30em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">234  (7%)</tspan></text>
-<text x="8.40em" y="7.50em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.68em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">604 (17%)</tspan></text>
-<text x="9.43em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include contribute2.svg -->
-<svg width="60.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have contributed or am interested in contributing in the following ways to the Go community and Projects: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.48em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">892 (25%)</tspan></text>
-<text x="10.23em" y="2.70em"><tspan class="size">Standard library</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.84em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">663 (18%)</tspan></text>
-<text x="9.59em" y="3.90em"><tspan class="size">Tools (go guru, go vet, go doc, etc)</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.67em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">602 (17%)</tspan></text>
-<text x="9.42em" y="5.10em"><tspan class="size">Tutorials</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.56em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">560 (16%)</tspan></text>
-<text x="9.31em" y="6.30em"><tspan class="size">Documentation</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.55em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">557 (15%)</tspan></text>
-<text x="9.30em" y="7.50em"><tspan class="size">Community support via Stack Overflow, Slack, mailing list, etc  </tspan></text>
-<rect x="7.25em" y="8.10em" width="1.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">472 (13%)</tspan></text>
-<text x="9.06em" y="8.70em"><tspan class="size">Community involvement (workgroups, meetup attendance)</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">440 (12%)</tspan></text>
-<text x="8.97em" y="9.90em"><tspan class="size">Being a technical mentor</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.04em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">374 (10%)</tspan></text>
-<text x="8.79em" y="11.10em"><tspan class="size">Toolchain (compiler, linker, etc)</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.76em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">275  (8%)</tspan></text>
-<text x="8.51em" y="12.30em"><tspan class="size">Go Project maintenance (issue triage)</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.68em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">246  (7%)</tspan></text>
-<text x="8.43em" y="13.50em"><tspan class="size">Event planning (meetup, conference, etc)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">236  (7%)</tspan></text>
-<text x="8.41em" y="14.70em"><tspan class="size">Language translation</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">165  (5%)</tspan></text>
-<text x="8.21em" y="15.90em"><tspan class="size">General UX &amp; Design contributions</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">154  (4%)</tspan></text>
-<text x="8.18em" y="17.10em"><tspan class="size">golang.org website (code, UX, IA, content, etc)</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.26em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">92  (3%)</tspan></text>
-<text x="8.01em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="4.51em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">1,621 (45%)</tspan></text>
-<text x="12.26em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include agree6.svg -->
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.10em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.10em" y="3.30em" width="0.28em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.38em" y="3.30em" width="0.51em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.90em" y="3.30em" width="1.93em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.83em" y="3.30em" width="0.98em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.80em" y="3.30em" width="1.44em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.24em" y="3.30em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,091 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">3</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">19</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#0000ff">6</tspan>%)</tspan></text>
-<text x="18.32em" y="3.90em"><tspan class="size">I feel welcome to contribute to Go (compiler, standard library, documentation, website) (3.3:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.27em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.27em" y="4.50em" width="0.74em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="13.01em" y="4.50em" width="0.90em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.91em" y="4.50em" width="1.58em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.49em" y="4.50em" width="1.04em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.53em" y="4.50em" width="1.13em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.66em" y="4.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,168 (<tspan fill="#ff0000">3</tspan>, <tspan fill="#ff4444">7</tspan>, <tspan fill="#ff8888">9</tspan>, <tspan fill="#cccccc">16</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">11</tspan>, <tspan fill="#0000ff">4</tspan>%)</tspan></text>
-<text x="18.53em" y="5.10em"><tspan class="size">The process of contributing to the Go project is clear to me (1.3:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.14em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.14em" y="5.70em" width="0.24em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.39em" y="5.70em" width="0.45em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.84em" y="5.70em" width="2.24em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.08em" y="5.70em" width="0.80em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="15.88em" y="5.70em" width="1.11em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.99em" y="5.70em" width="0.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,900 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">2</tspan>, <tspan fill="#ff8888">5</tspan>, <tspan fill="#cccccc">22</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">11</tspan>, <tspan fill="#0000ff">3</tspan>%)</tspan></text>
-<text x="17.79em" y="6.30em"><tspan class="size">The Go project leadership understands my needs (2.6:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.20em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.20em" y="6.90em" width="0.44em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.64em" y="6.90em" width="0.65em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.29em" y="6.90em" width="1.76em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.04em" y="6.90em" width="0.96em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.00em" y="6.90em" width="1.38em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.38em" y="6.90em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,114 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">4</tspan>, <tspan fill="#ff8888">6</tspan>, <tspan fill="#cccccc">18</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#0000ff">5</tspan>%)</tspan></text>
-<text x="18.38em" y="7.50em"><tspan class="size">I feel comfortable approaching the Go project leadership with questions and feedback (2.2:1)</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.11em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.11em" y="8.10em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.24em" y="8.10em" width="0.30em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.54em" y="8.10em" width="1.20em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.74em" y="8.10em" width="0.95em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.68em" y="8.10em" width="2.45em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.13em" y="8.10em" width="1.47em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">2,374 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#8888ff">9</tspan>, <tspan fill="#4444ff">24</tspan>, <tspan fill="#0000ff">15</tspan>%)</tspan></text>
-<text x="19.10em" y="8.70em"><tspan class="size">I am confident in the leadership of Go (9.0:1)</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include challenge2.svg -->
-<svg width="60.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge facing the Go project today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">71 (2.0%)</tspan></text>
-<text x="7.95em" y="2.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="3.90em"><tspan class="size">google</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">63 (1.8%)</tspan></text>
-<text x="7.93em" y="5.10em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">62 (1.7%)</tspan></text>
-<text x="7.92em" y="6.30em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="7.89em" y="7.50em"><tspan class="size">adoption</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="8.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="9.90em"><tspan class="size">features</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">43 (1.2%)</tspan></text>
-<text x="7.87em" y="11.10em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="12.30em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="7.85em" y="13.50em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">languages</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="15.90em"><tspan class="size">keeping</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="3.90em"><tspan class="size">developers</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">27 (0.8%)</tspan></text>
-<text x="22.83em" y="5.10em"><tspan class="size">leadership</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="8.70em"><tspan class="size">package</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">core</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">feature</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="15.30em" width="7.71em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">2,771 (77.1%)</tspan></text>
-<text x="30.46em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/quotes.html b/_content/survey2016/quotes.html
deleted file mode 100644
index 8a06cc0..0000000
--- a/_content/survey2016/quotes.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<blockquote>
-<p>
-“The documentation is not clear enough for beginners.
-It needs more examples and often assumes experience with other languages and various computer science topics.”
-</p>
-
-<p>
-“I want to use Go at work but struggle to convince my team to even try Go.”
-</p>
-
-<p>
-“I can’t get management approval to use Go; they don’t see its value and worry about adoption and finding developers.”
-</p>
-</blockquote>
diff --git a/_content/survey2016/recommend.svg b/_content/survey2016/recommend.svg
deleted file mode 100644
index 0f6c106..0000000
--- a/_content/survey2016/recommend.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.24em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.24em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.33em" y="3.30em" width="0.11em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.43em" y="3.30em" width="0.23em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.67em" y="3.30em" width="0.54em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.21em" y="3.30em" width="2.11em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="15.32em" y="3.30em" width="5.72em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,250 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#8888ff">5</tspan>, <tspan fill="#4444ff">21</tspan>, <tspan fill="#0000ff">57</tspan>%)</tspan></text>
-<text x="21.54em" y="3.90em"><tspan class="size">I would recommend using Go to others (19:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.28em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.28em" y="4.50em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.42em" y="4.50em" width="0.16em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.58em" y="4.50em" width="0.40em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.98em" y="4.50em" width="0.81em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.79em" y="4.50em" width="1.94em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="15.73em" y="4.50em" width="5.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,219 (<tspan fill="#ff0000">3</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">2</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">19</tspan>, <tspan fill="#0000ff">52</tspan>%)</tspan></text>
-<text x="21.45em" y="5.10em"><tspan class="size">I would prefer to use Go for my next new project (14:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.06em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.06em" y="5.70em" width="0.10em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.16em" y="5.70em" width="0.14em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.30em" y="5.70em" width="0.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.97em" y="5.70em" width="0.78em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.76em" y="5.70em" width="2.51em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.26em" y="5.70em" width="2.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,325 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">25</tspan>, <tspan fill="#0000ff">22</tspan>%)</tspan></text>
-<text x="18.97em" y="6.30em"><tspan class="size">Go is working well for my team. (18:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.44em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.44em" y="6.90em" width="0.68em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="13.12em" y="6.90em" width="0.31em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.44em" y="6.90em" width="1.45em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.88em" y="6.90em" width="1.16em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.04em" y="6.90em" width="1.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.28em" y="6.90em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,336 (<tspan fill="#ff0000">4</tspan>, <tspan fill="#ff4444">7</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">12</tspan>, <tspan fill="#4444ff">12</tspan>, <tspan fill="#0000ff">12</tspan>%)</tspan></text>
-<text x="19.00em" y="7.50em"><tspan class="size">Go is critical to my company&#39;s success. (2.5:1)</tspan></text>
-</svg>
diff --git a/_content/survey2016/system.svg b/_content/survey2016/system.svg
deleted file mode 100644
index 933ec7d..0000000
--- a/_content/survey2016/system.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I primarily develop Go on: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.29em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,263 (63%)</tspan></text>
-<text x="14.04em" y="2.70em"><tspan class="size">Linux</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,592 (44%)</tspan></text>
-<text x="12.18em" y="3.90em"><tspan class="size">MacOS</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.90em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">682 (19%)</tspan></text>
-<text x="9.65em" y="5.10em"><tspan class="size">Windows</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.23em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="7.98em" y="6.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.21em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">434 (12%)</tspan></text>
-<text x="8.96em" y="7.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/usage.html b/_content/survey2016/usage.html
deleted file mode 100644
index a47364b..0000000
--- a/_content/survey2016/usage.html
+++ /dev/null
@@ -1,857 +0,0 @@
-<p>
-<!--include recommend.svg -->
-<svg width="60.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.24em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.24em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.33em" y="3.30em" width="0.11em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.43em" y="3.30em" width="0.23em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.67em" y="3.30em" width="0.54em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.21em" y="3.30em" width="2.11em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="15.32em" y="3.30em" width="5.72em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,250 (<tspan fill="#ff0000">2</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#8888ff">5</tspan>, <tspan fill="#4444ff">21</tspan>, <tspan fill="#0000ff">57</tspan>%)</tspan></text>
-<text x="21.54em" y="3.90em"><tspan class="size">I would recommend using Go to others (19:1)</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.28em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.28em" y="4.50em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.42em" y="4.50em" width="0.16em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.58em" y="4.50em" width="0.40em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.98em" y="4.50em" width="0.81em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.79em" y="4.50em" width="1.94em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="15.73em" y="4.50em" width="5.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,219 (<tspan fill="#ff0000">3</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">2</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">19</tspan>, <tspan fill="#0000ff">52</tspan>%)</tspan></text>
-<text x="21.45em" y="5.10em"><tspan class="size">I would prefer to use Go for my next new project (14:1)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.06em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.06em" y="5.70em" width="0.10em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.16em" y="5.70em" width="0.14em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.30em" y="5.70em" width="0.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="12.97em" y="5.70em" width="0.78em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="13.76em" y="5.70em" width="2.51em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="16.26em" y="5.70em" width="2.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,325 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">1</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#8888ff">8</tspan>, <tspan fill="#4444ff">25</tspan>, <tspan fill="#0000ff">22</tspan>%)</tspan></text>
-<text x="18.97em" y="6.30em"><tspan class="size">Go is working well for my team. (18:1)</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.44em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.44em" y="6.90em" width="0.68em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="13.12em" y="6.90em" width="0.31em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="13.44em" y="6.90em" width="1.45em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.88em" y="6.90em" width="1.16em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="16.04em" y="6.90em" width="1.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.28em" y="6.90em" width="1.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,336 (<tspan fill="#ff0000">4</tspan>, <tspan fill="#ff4444">7</tspan>, <tspan fill="#ff8888">3</tspan>, <tspan fill="#cccccc">14</tspan>, <tspan fill="#8888ff">12</tspan>, <tspan fill="#4444ff">12</tspan>, <tspan fill="#0000ff">12</tspan>%)</tspan></text>
-<text x="19.00em" y="7.50em"><tspan class="size">Go is critical to my company&#39;s success. (2.5:1)</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question asked how strongly the respondent agreed or disagreed with the statement.
-The responses for each statement are displayed as sections of a single bar, from “strongly disagree” in deep red on the left end
-to “strongly agree” in deep blue on the right end. The bars use the same scale as the rest of the graphs,
-so they can (and do, especially later in the survey) vary in overall length due to lack of responses.
-The ratio after the text compares the number of respondents who agreed (including “somewhat agree” and “strongly agree”)
-to those who disagreed (including “somewhat disagree” and “strongly disagree”).
-For example, the ratio of respondents agreeing that they would recommend Go to respondents disagreeing was 19 to 1.
-</p>
-
-<p>
-<!--include like.svg -->
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What do you like most about Go?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.66em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">595 (17%)</tspan></text>
-<text x="9.41em" y="2.70em"><tspan class="size">simplicity</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">543 (15%)</tspan></text>
-<text x="9.26em" y="3.90em"><tspan class="size">easy</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.45em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">523 (15%)</tspan></text>
-<text x="9.20em" y="5.10em"><tspan class="size">concurrency</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">495 (14%)</tspan></text>
-<text x="9.13em" y="6.30em"><tspan class="size">simple</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">454 (13%)</tspan></text>
-<text x="9.01em" y="7.50em"><tspan class="size">fast</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.82em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">293  (8%)</tspan></text>
-<text x="8.57em" y="8.70em"><tspan class="size">syntax</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">287  (8%)</tspan></text>
-<text x="8.55em" y="9.90em"><tspan class="size">standard library</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.80em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">286  (8%)</tspan></text>
-<text x="8.55em" y="11.10em"><tspan class="size">tooling</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.75em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">270  (8%)</tspan></text>
-<text x="8.50em" y="12.30em"><tspan class="size">static</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">266  (7%)</tspan></text>
-<text x="8.49em" y="13.50em"><tspan class="size">performance</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.65em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">235  (7%)</tspan></text>
-<text x="8.40em" y="14.70em"><tspan class="size">speed</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.56em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">202  (6%)</tspan></text>
-<text x="8.31em" y="15.90em"><tspan class="size">interfaces</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">184  (5%)</tspan></text>
-<text x="8.26em" y="17.10em"><tspan class="size">channels</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.51em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">183  (5%)</tspan></text>
-<text x="8.26em" y="18.30em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.50em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">180  (5%)</tspan></text>
-<text x="8.25em" y="19.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.49em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">177  (5%)</tspan></text>
-<text x="8.24em" y="20.70em"><tspan class="size">compilation</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.49em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">177  (5%)</tspan></text>
-<text x="8.24em" y="21.90em"><tspan class="size">goroutines</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">167  (5%)</tspan></text>
-<text x="8.21em" y="23.10em"><tspan class="size">binary</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.43em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">156  (4%)</tspan></text>
-<text x="8.18em" y="24.30em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">148  (4%)</tspan></text>
-<text x="8.16em" y="25.50em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">146  (4%)</tspan></text>
-<text x="23.16em" y="2.70em"><tspan class="size">compiled</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.38em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">137  (4%)</tspan></text>
-<text x="23.13em" y="3.90em"><tspan class="size">compile</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">127  (4%)</tspan></text>
-<text x="23.10em" y="5.10em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">124  (3%)</tspan></text>
-<text x="23.09em" y="6.30em"><tspan class="size">small</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">118  (3%)</tspan></text>
-<text x="23.08em" y="7.50em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="23.07em" y="8.70em"><tspan class="size">gofmt</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">114  (3%)</tspan></text>
-<text x="23.07em" y="9.90em"><tspan class="size">libraries</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">88  (2%)</tspan></text>
-<text x="22.99em" y="11.10em"><tspan class="size">clean</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">87  (2%)</tspan></text>
-<text x="22.99em" y="12.30em"><tspan class="size">easy to learn</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="22.98em" y="13.50em"><tspan class="size">deployment</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="14.70em"><tspan class="size">memory</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="15.90em"><tspan class="size">strong</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">76  (2%)</tspan></text>
-<text x="22.96em" y="17.10em"><tspan class="size">concise</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">76  (2%)</tspan></text>
-<text x="22.96em" y="18.30em"><tspan class="size">single binary</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="22.95em" y="19.50em"><tspan class="size">low</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">73  (2%)</tspan></text>
-<text x="22.95em" y="20.70em"><tspan class="size">static typing</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.20em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">71  (2%)</tspan></text>
-<text x="22.95em" y="21.90em"><tspan class="size">build</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">68  (2%)</tspan></text>
-<text x="22.94em" y="23.10em"><tspan class="size">easy to read</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="24.30em"><tspan class="size">fast compilation</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="22.91em" y="25.50em"><tspan class="size">simple syntax</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="37.90em" y="2.70em"><tspan class="size">type system</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="37.90em" y="3.90em"><tspan class="size">simple language</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="37.89em" y="5.10em"><tspan class="size">easy concurrency</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="37.88em" y="6.30em"><tspan class="size">static binaries</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">46  (1%)</tspan></text>
-<text x="37.88em" y="7.50em"><tspan class="size">go fmt</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="8.70em"><tspan class="size">fast compile</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="9.90em"><tspan class="size">small language</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">41  (1%)</tspan></text>
-<text x="37.86em" y="11.10em"><tspan class="size">error handling</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="12.30em"><tspan class="size">concurrency model</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="13.50em"><tspan class="size">go routines</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="37.86em" y="14.70em"><tspan class="size">easy to use</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">38  (1%)</tspan></text>
-<text x="37.86em" y="15.90em"><tspan class="size">statically typed</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">36  (1%)</tspan></text>
-<text x="37.85em" y="17.10em"><tspan class="size">cross platform</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="37.85em" y="18.30em"><tspan class="size">concurrency primitives</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">35  (1%)</tspan></text>
-<text x="37.85em" y="19.50em"><tspan class="size">goroutines channels</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">33  (1%)</tspan></text>
-<text x="37.84em" y="20.70em"><tspan class="size">easy to write</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">27  (1%)</tspan></text>
-<text x="37.83em" y="21.90em"><tspan class="size">great standard library</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">23  (1%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">ease of use</tspan></text>
-<rect x="37.25em" y="23.70em" width="2.61em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">940 (26%)</tspan></text>
-<text x="40.36em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question asked for write-in responses. The bars above show the fraction of surveys mentioning common words or phrases. Only words or phrases that appeared in twenty or more surveys are listed, and meaningless common words or phrases like “the” or “to be” are omitted. The displayed results do overlap: for example, the 287 responses that mentioned “standard library” do include the 27 listed separately that mentioned “great standard library.”
-However, nearly or completely redundant shorter entries are omitted: there are not twenty or more surveys that listed
-“standard” without mentioning “standard library,” so there is no separate entry for “standard.”</p>
-
-<p>
-<!--include improve.svg -->
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would improve Go most?</tspan></text>
-<rect x="7.25em" y="2.10em" width="1.59em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">572 (16%)</tspan></text>
-<text x="9.34em" y="2.70em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">451 (13%)</tspan></text>
-<text x="9.00em" y="3.90em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.92em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">330  (9%)</tspan></text>
-<text x="8.67em" y="5.10em"><tspan class="size">dependency</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.87em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">314  (9%)</tspan></text>
-<text x="8.62em" y="6.30em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.74em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">266  (7%)</tspan></text>
-<text x="8.49em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.46em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">164  (5%)</tspan></text>
-<text x="8.21em" y="8.70em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.44em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">159  (4%)</tspan></text>
-<text x="8.19em" y="9.90em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="11.10em"><tspan class="size">package management</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">134  (4%)</tspan></text>
-<text x="8.12em" y="12.30em"><tspan class="size">vendoring</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">128  (4%)</tspan></text>
-<text x="8.11em" y="13.50em"><tspan class="size">debugger</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">126  (4%)</tspan></text>
-<text x="8.10em" y="14.70em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.34em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">122  (3%)</tspan></text>
-<text x="8.09em" y="15.90em"><tspan class="size">standard</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.33em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">117  (3%)</tspan></text>
-<text x="8.08em" y="17.10em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.30em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">109  (3%)</tspan></text>
-<text x="8.05em" y="18.30em"><tspan class="size">error</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.26em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">94  (3%)</tspan></text>
-<text x="8.01em" y="19.50em"><tspan class="size">system</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">89  (2%)</tspan></text>
-<text x="8.00em" y="20.70em"><tspan class="size">types</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">88  (2%)</tspan></text>
-<text x="7.99em" y="21.90em"><tspan class="size">official</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.24em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">85  (2%)</tspan></text>
-<text x="7.99em" y="23.10em"><tspan class="size">tools</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">84  (2%)</tspan></text>
-<text x="7.98em" y="24.30em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">82  (2%)</tspan></text>
-<text x="7.98em" y="25.50em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">78  (2%)</tspan></text>
-<text x="22.97em" y="2.70em"><tspan class="size">performance</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">70  (2%)</tspan></text>
-<text x="22.94em" y="3.90em"><tspan class="size">error handling</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">70  (2%)</tspan></text>
-<text x="22.94em" y="5.10em"><tspan class="size">ide</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">69  (2%)</tspan></text>
-<text x="22.94em" y="6.30em"><tspan class="size">package manager</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">66  (2%)</tspan></text>
-<text x="22.93em" y="7.50em"><tspan class="size">documentation</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">66  (2%)</tspan></text>
-<text x="22.93em" y="8.70em"><tspan class="size">faster</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">64  (2%)</tspan></text>
-<text x="22.93em" y="9.90em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="11.10em"><tspan class="size">simple</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">63  (2%)</tspan></text>
-<text x="22.93em" y="12.30em"><tspan class="size">tool</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">62  (2%)</tspan></text>
-<text x="22.92em" y="13.50em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">60  (2%)</tspan></text>
-<text x="22.92em" y="14.70em"><tspan class="size">debugging</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">57  (2%)</tspan></text>
-<text x="22.91em" y="15.90em"><tspan class="size">build</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">56  (2%)</tspan></text>
-<text x="22.91em" y="17.10em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="18.30em"><tspan class="size">easier</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="19.50em"><tspan class="size">standard library</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">55  (2%)</tspan></text>
-<text x="22.90em" y="20.70em"><tspan class="size">tooling</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.15em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">54  (2%)</tspan></text>
-<text x="22.90em" y="21.90em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="22.89em" y="23.10em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="22.89em" y="24.30em"><tspan class="size">generic</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="22.88em" y="25.50em"><tspan class="size">programming</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="37.88em" y="2.70em"><tspan class="size">versioning</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">47  (1%)</tspan></text>
-<text x="37.88em" y="3.90em"><tspan class="size">syntax</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="5.10em"><tspan class="size">compile</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="37.88em" y="6.30em"><tspan class="size">solution</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">44  (1%)</tspan></text>
-<text x="37.87em" y="7.50em"><tspan class="size">framework</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="8.70em"><tspan class="size">examples</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="9.90em"><tspan class="size">gc</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="37.87em" y="11.10em"><tspan class="size">type system</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">42  (1%)</tspan></text>
-<text x="37.87em" y="12.30em"><tspan class="size">gui library</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">41  (1%)</tspan></text>
-<text x="37.86em" y="13.50em"><tspan class="size">templates</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="14.70em"><tspan class="size">android</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="15.90em"><tspan class="size">community</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="17.10em"><tspan class="size">function</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="18.30em"><tspan class="size">native</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="19.50em"><tspan class="size">ui</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">40  (1%)</tspan></text>
-<text x="37.86em" y="20.70em"><tspan class="size">web</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="37.86em" y="21.90em"><tspan class="size">functions</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">21  (1%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">cross platform</tspan></text>
-<rect x="37.25em" y="23.70em" width="3.38em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">1,215 (34%)</tspan></text>
-<text x="41.13em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include challenge.svg -->
-<svg width="60.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge you personally face using Go today?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.69em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">249 (6.9%)</tspan></text>
-<text x="8.44em" y="2.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.57em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">206 (5.7%)</tspan></text>
-<text x="8.32em" y="3.90em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.41em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">146 (4.1%)</tspan></text>
-<text x="8.16em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">129 (3.6%)</tspan></text>
-<text x="8.11em" y="6.30em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">127 (3.5%)</tspan></text>
-<text x="8.10em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.23em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">84 (2.3%)</tspan></text>
-<text x="7.98em" y="8.70em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.22em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">78 (2.2%)</tspan></text>
-<text x="7.97em" y="9.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">76 (2.1%)</tspan></text>
-<text x="7.96em" y="11.10em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">68 (1.9%)</tspan></text>
-<text x="7.94em" y="12.30em"><tspan class="size">time</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">67 (1.9%)</tspan></text>
-<text x="7.94em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.19em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">67 (1.9%)</tspan></text>
-<text x="7.94em" y="14.70em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.18em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">66 (1.8%)</tspan></text>
-<text x="7.93em" y="15.90em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">61 (1.7%)</tspan></text>
-<text x="7.92em" y="17.10em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="18.30em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.17em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">60 (1.7%)</tspan></text>
-<text x="7.92em" y="19.50em"><tspan class="size">debugging</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">59 (1.6%)</tspan></text>
-<text x="7.91em" y="20.70em"><tspan class="size">vendoring</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="21.90em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">56 (1.6%)</tspan></text>
-<text x="7.91em" y="23.10em"><tspan class="size">lack of generics</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">56 (1.6%)</tspan></text>
-<text x="7.91em" y="24.30em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">51 (1.4%)</tspan></text>
-<text x="7.89em" y="25.50em"><tspan class="size">type</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">51 (1.4%)</tspan></text>
-<text x="22.89em" y="2.70em"><tspan class="size">write</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">50 (1.4%)</tspan></text>
-<text x="22.89em" y="3.90em"><tspan class="size">finding</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="22.89em" y="5.10em"><tspan class="size">ide</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">49 (1.4%)</tspan></text>
-<text x="22.89em" y="6.30em"><tspan class="size">packages</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">48 (1.3%)</tspan></text>
-<text x="22.88em" y="7.50em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">46 (1.3%)</tspan></text>
-<text x="22.88em" y="8.70em"><tspan class="size">package management</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="22.88em" y="9.90em"><tspan class="size">debugger</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">44 (1.2%)</tspan></text>
-<text x="22.87em" y="11.10em"><tspan class="size">adoption</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">42 (1.2%)</tspan></text>
-<text x="22.87em" y="12.30em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="22.86em" y="13.50em"><tspan class="size">learning</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">41 (1.1%)</tspan></text>
-<text x="22.86em" y="14.70em"><tspan class="size">team</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="22.86em" y="15.90em"><tspan class="size">convincing</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="22.86em" y="17.10em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="18.30em"><tspan class="size">error handling</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="19.50em"><tspan class="size">interfaces</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="20.70em"><tspan class="size">other languages</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">39 (1.1%)</tspan></text>
-<text x="22.86em" y="21.90em"><tspan class="size">writing</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">38 (1.1%)</tspan></text>
-<text x="22.86em" y="23.10em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">38 (1.1%)</tspan></text>
-<text x="22.86em" y="24.30em"><tspan class="size">others</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">37 (1.0%)</tspan></text>
-<text x="22.85em" y="25.50em"><tspan class="size">python</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="2.70em"><tspan class="size">find</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="3.90em"><tspan class="size">gopath</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.10em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">35 (1.0%)</tspan></text>
-<text x="37.85em" y="5.10em"><tspan class="size">programming</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="37.84em" y="6.30em"><tspan class="size">can&#39;t</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="37.84em" y="7.50em"><tspan class="size">standard</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="37.84em" y="8.70em"><tspan class="size">build</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="37.84em" y="9.90em"><tspan class="size">tooling</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="37.84em" y="11.10em"><tspan class="size">generic</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="37.84em" y="12.30em"><tspan class="size">boilerplate</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="13.50em"><tspan class="size">applications</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="14.70em"><tspan class="size">developers</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="15.90em"><tspan class="size">having</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="17.10em"><tspan class="size">types</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="37.83em" y="18.30em"><tspan class="size">working</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="37.82em" y="19.50em"><tspan class="size">at work</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">26 (0.7%)</tspan></text>
-<text x="37.82em" y="20.70em"><tspan class="size">using go</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="37.81em" y="21.90em"><tspan class="size">no generics</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="37.81em" y="23.10em"><tspan class="size">not enough</tspan></text>
-<rect x="37.25em" y="23.70em" width="4.40em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">1,581 (44.0%)</tspan></text>
-<text x="42.15em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include why-not.svg -->
-<svg width="60.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If it were not for the following reasons I would use Go more: <tspan class="paren">(ordered choice, up to 3)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="9.62em" y="2.10em" width="1.39em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="11.01em" y="2.10em" width="0.37em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,485 (<tspan fill="#0000ff">24</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="11.88em" y="2.70em"><tspan class="size">I work on an existing project written in another language</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.83em" y="3.30em" width="1.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="10.07em" y="3.30em" width="0.41em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,160 (<tspan fill="#0000ff">16</tspan>, <tspan fill="#4444ff">12</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="10.98em" y="3.90em"><tspan class="size">My project / team / TL prefers another language</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.32em" y="4.50em" width="0.78em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="9.10em" y="4.50em" width="0.49em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">841 (<tspan fill="#0000ff">11</tspan>, <tspan fill="#4444ff">8</tspan>, <tspan fill="#8888ff">5</tspan>%)</tspan></text>
-<text x="10.09em" y="5.10em"><tspan class="size">Go isn’t an appropriate fit for what I’m working on (eg. iOS, JS)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.88em" y="5.70em" width="0.61em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="8.49em" y="5.70em" width="0.42em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">596 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#4444ff">6</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="9.41em" y="6.30em"><tspan class="size">Go lacks critical libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.83em" y="6.90em" width="0.33em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="8.16em" y="6.90em" width="0.23em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">412 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#4444ff">3</tspan>, <tspan fill="#8888ff">2</tspan>%)</tspan></text>
-<text x="8.90em" y="7.50em"><tspan class="size">Go lacks critical features</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.56em" y="8.10em" width="0.33em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="7.89em" y="8.10em" width="0.25em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">319 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#4444ff">3</tspan>, <tspan fill="#8888ff">3</tspan>%)</tspan></text>
-<text x="8.64em" y="8.70em"><tspan class="size">Not enough education or support resources for Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.39em" y="9.30em" width="0.12em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="7.51em" y="9.30em" width="0.08em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">121 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#4444ff">1</tspan>, <tspan fill="#8888ff">1</tspan>%)</tspan></text>
-<text x="8.09em" y="9.90em"><tspan class="size">Go lacks critical performance</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.43em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.68em" y="10.50em" width="0.33em" height="0.60em" stroke="#939393" fill="#939393"/>
-<rect x="8.01em" y="10.50em" width="0.28em" height="0.60em" stroke="#afafaf" fill="#afafaf"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">374 (<tspan fill="#777777">4</tspan>, <tspan fill="#939393">3</tspan>, <tspan fill="#afafaf">3</tspan>%)</tspan></text>
-<text x="8.79em" y="11.10em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.90em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,042 (29%)</tspan></text>
-<text x="10.65em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include why-not-text.svg -->
-<svg width="60.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If you desire, please elaborate on your reasons above.</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="2.70em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="3.90em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">50 (1.4%)</tspan></text>
-<text x="7.89em" y="6.30em"><tspan class="size">python</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="8.70em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="9.90em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="11.10em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">languages</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="17.10em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="18.30em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="3.90em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="5.10em"><tspan class="size">performance</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">written</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">golang</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">company</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">existing</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">great</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="15.90em"><tspan class="size">php</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="17.10em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="17.70em" width="8.44em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">3,033 (84.4%)</tspan></text>
-<text x="31.19em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2016/uses.svg b/_content/survey2016/uses.svg
deleted file mode 100644
index f123bb7..0000000
--- a/_content/survey2016/uses.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write the following in Go: <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,247 (63%)</tspan></text>
-<text x="14.00em" y="2.70em"><tspan class="size">A runnable/interactive program (CLI)</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.05em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,174 (60%)</tspan></text>
-<text x="13.80em" y="3.90em"><tspan class="size">API/RPC services (returning non-HTML)</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.25em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,886 (52%)</tspan></text>
-<text x="13.00em" y="5.10em"><tspan class="size">Web services (returning HTML)</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.40em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,583 (44%)</tspan></text>
-<text x="12.15em" y="6.30em"><tspan class="size">Agents and daemons (e.g, monitoring)</tspan></text>
-<rect x="7.25em" y="6.90em" width="3.94em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,417 (39%)</tspan></text>
-<text x="11.69em" y="7.50em"><tspan class="size">Libraries or Frameworks</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,209 (34%)</tspan></text>
-<text x="11.11em" y="8.70em"><tspan class="size">Data processing (pipeline, aggregation)</tspan></text>
-<rect x="7.25em" y="9.30em" width="3.12em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">1,120 (31%)</tspan></text>
-<text x="10.87em" y="9.90em"><tspan class="size">Automation/scripts (e.g, deployment, configuration management)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.30em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">107  (3%)</tspan></text>
-<text x="8.05em" y="11.10em"><tspan class="size">I don&#39;t write in Go</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.38em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">137  (4%)</tspan></text>
-<text x="8.13em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.13em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">45  (1%)</tspan></text>
-<text x="7.88em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/welcome.svg b/_content/survey2016/welcome.svg
deleted file mode 100644
index 7285aaf..0000000
--- a/_content/survey2016/welcome.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements:</tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#ff0000">strongly disagree</tspan>, <tspan fill="#ff4444">disagree</tspan>, <tspan fill="#ff8888">somewhat disagree</tspan>, <tspan fill="#cccccc">neutral</tspan>, <tspan fill="#8888ff">somewhat agree</tspan>, <tspan fill="#4444ff">agree</tspan>, <tspan fill="#0000ff">strongly agree</tspan>)</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#ff0000" fill="#ff0000"/>
-<rect x="12.08em" y="3.30em" width="0.13em" height="0.60em" stroke="#ff4444" fill="#ff4444"/>
-<rect x="12.20em" y="3.30em" width="0.21em" height="0.60em" stroke="#ff8888" fill="#ff8888"/>
-<rect x="12.41em" y="3.30em" width="1.09em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="13.50em" y="3.30em" width="1.01em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<rect x="14.51em" y="3.30em" width="3.14em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="17.65em" y="3.30em" width="1.86em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">2,701 (<tspan fill="#ff0000">1</tspan>, <tspan fill="#ff4444">1</tspan>, <tspan fill="#ff8888">2</tspan>, <tspan fill="#cccccc">11</tspan>, <tspan fill="#8888ff">10</tspan>, <tspan fill="#4444ff">31</tspan>, <tspan fill="#0000ff">19</tspan>%)</tspan></text>
-<text x="20.01em" y="3.90em"><tspan class="size">I feel welcome in the Go community. (15:1)</tspan></text>
-</svg>
diff --git a/_content/survey2016/welcoming.svg b/_content/survey2016/welcoming.svg
deleted file mode 100644
index a456782..0000000
--- a/_content/survey2016/welcoming.svg
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would make the Go community more welcoming?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.32em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">115 (3.2%)</tspan></text>
-<text x="8.07em" y="2.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">52 (1.4%)</tspan></text>
-<text x="7.89em" y="3.90em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="5.10em"><tspan class="size">r/golang</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="6.30em"><tspan class="size">go community</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="7.83em" y="7.50em"><tspan class="size">google</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">30 (0.8%)</tspan></text>
-<text x="7.83em" y="8.70em"><tspan class="size">reddit</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="7.82em" y="9.90em"><tspan class="size">welcoming</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="7.81em" y="11.10em"><tspan class="size">official</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="7.81em" y="12.30em"><tspan class="size">open</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="7.81em" y="13.50em"><tspan class="size">code of conduct</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="7.81em" y="14.70em"><tspan class="size">golang</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">21 (0.6%)</tspan></text>
-<text x="7.81em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="8.39em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">3,017 (83.9%)</tspan></text>
-<text x="16.14em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/when.svg b/_content/survey2016/when.svg
deleted file mode 100644
index 2f7453f..0000000
--- a/_content/survey2016/when.svg
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write in Go: <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.36em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,567 (44%)</tspan></text>
-<text x="12.11em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.93em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,054 (29%)</tspan></text>
-<text x="10.68em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.35em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">486 (14%)</tspan></text>
-<text x="9.10em" y="5.10em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.02em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">368 (10%)</tspan></text>
-<text x="8.77em" y="6.30em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.21em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">77  (2%)</tspan></text>
-<text x="7.96em" y="7.50em"><tspan class="size">I&#39;ve never written in Go</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.12em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">43  (1%)</tspan></text>
-<text x="7.87em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/why-not-text.svg b/_content/survey2016/why-not-text.svg
deleted file mode 100644
index f1f7e14..0000000
--- a/_content/survey2016/why-not-text.svg
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If you desire, please elaborate on your reasons above.</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="2.70em"><tspan class="size">c</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="3.90em"><tspan class="size">java</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.16em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">58 (1.6%)</tspan></text>
-<text x="7.91em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">50 (1.4%)</tspan></text>
-<text x="7.89em" y="6.30em"><tspan class="size">python</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">47 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">web</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="8.70em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">45 (1.3%)</tspan></text>
-<text x="7.88em" y="9.90em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.11em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">40 (1.1%)</tspan></text>
-<text x="7.86em" y="11.10em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">34 (0.9%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">languages</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">33 (0.9%)</tspan></text>
-<text x="7.84em" y="13.50em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="14.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">32 (0.9%)</tspan></text>
-<text x="7.84em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="17.10em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.09em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">31 (0.9%)</tspan></text>
-<text x="7.84em" y="18.30em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.08em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">29 (0.8%)</tspan></text>
-<text x="22.83em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="3.90em"><tspan class="size">good</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">25 (0.7%)</tspan></text>
-<text x="22.82em" y="5.10em"><tspan class="size">performance</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="6.30em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">24 (0.7%)</tspan></text>
-<text x="22.82em" y="7.50em"><tspan class="size">written</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">23 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">22 (0.6%)</tspan></text>
-<text x="22.81em" y="11.10em"><tspan class="size">golang</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="12.30em"><tspan class="size">company</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="13.50em"><tspan class="size">existing</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="14.70em"><tspan class="size">great</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="15.90em"><tspan class="size">php</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">20 (0.6%)</tspan></text>
-<text x="22.81em" y="17.10em"><tspan class="size">tools</tspan></text>
-<rect x="22.25em" y="17.70em" width="8.44em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">3,033 (84.4%)</tspan></text>
-<text x="31.19em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2016/why-not.svg b/_content/survey2016/why-not.svg
deleted file mode 100644
index 9a53854..0000000
--- a/_content/survey2016/why-not.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="60.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If it were not for the following reasons I would use Go more: <tspan class="paren">(ordered choice, up to 3)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.37em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="9.62em" y="2.10em" width="1.39em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="11.01em" y="2.10em" width="0.37em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,485 (<tspan fill="#0000ff">24</tspan>, <tspan fill="#4444ff">14</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="11.88em" y="2.70em"><tspan class="size">I work on an existing project written in another language</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.83em" y="3.30em" width="1.24em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="10.07em" y="3.30em" width="0.41em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,160 (<tspan fill="#0000ff">16</tspan>, <tspan fill="#4444ff">12</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="10.98em" y="3.90em"><tspan class="size">My project / team / TL prefers another language</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.07em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="8.32em" y="4.50em" width="0.78em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="9.10em" y="4.50em" width="0.49em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">841 (<tspan fill="#0000ff">11</tspan>, <tspan fill="#4444ff">8</tspan>, <tspan fill="#8888ff">5</tspan>%)</tspan></text>
-<text x="10.09em" y="5.10em"><tspan class="size">Go isn’t an appropriate fit for what I’m working on (eg. iOS, JS)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.63em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.88em" y="5.70em" width="0.61em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="8.49em" y="5.70em" width="0.42em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">596 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#4444ff">6</tspan>, <tspan fill="#8888ff">4</tspan>%)</tspan></text>
-<text x="9.41em" y="6.30em"><tspan class="size">Go lacks critical libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.58em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.83em" y="6.90em" width="0.33em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="8.16em" y="6.90em" width="0.23em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">412 (<tspan fill="#0000ff">6</tspan>, <tspan fill="#4444ff">3</tspan>, <tspan fill="#8888ff">2</tspan>%)</tspan></text>
-<text x="8.90em" y="7.50em"><tspan class="size">Go lacks critical features</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.56em" y="8.10em" width="0.33em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="7.89em" y="8.10em" width="0.25em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">319 (<tspan fill="#0000ff">3</tspan>, <tspan fill="#4444ff">3</tspan>, <tspan fill="#8888ff">3</tspan>%)</tspan></text>
-<text x="8.64em" y="8.70em"><tspan class="size">Not enough education or support resources for Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.14em" height="0.60em" stroke="#0000ff" fill="#0000ff"/>
-<rect x="7.39em" y="9.30em" width="0.12em" height="0.60em" stroke="#4444ff" fill="#4444ff"/>
-<rect x="7.51em" y="9.30em" width="0.08em" height="0.60em" stroke="#8888ff" fill="#8888ff"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">121 (<tspan fill="#0000ff">1</tspan>, <tspan fill="#4444ff">1</tspan>, <tspan fill="#8888ff">1</tspan>%)</tspan></text>
-<text x="8.09em" y="9.90em"><tspan class="size">Go lacks critical performance</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.43em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.68em" y="10.50em" width="0.33em" height="0.60em" stroke="#939393" fill="#939393"/>
-<rect x="8.01em" y="10.50em" width="0.28em" height="0.60em" stroke="#afafaf" fill="#afafaf"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">374 (<tspan fill="#777777">4</tspan>, <tspan fill="#939393">3</tspan>, <tspan fill="#afafaf">3</tspan>%)</tspan></text>
-<text x="8.79em" y="11.10em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.90em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,042 (29%)</tspan></text>
-<text x="10.65em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017-results.article b/_content/survey2017-results.article
deleted file mode 100644
index 771f1cb..0000000
--- a/_content/survey2017-results.article
+++ /dev/null
@@ -1,192 +0,0 @@
-# Go 2017 Survey Results
-26 Feb 2018
-Tags: survey, community
-Summary: What we learned from the December 2017 Go User Survey.
-
-Steve Francia
-spf@golang.org
-
-## Thank you
-
-This post summarizes the result of our 2017 user survey along with commentary
-and insights. It also draws key comparisons between the results of the 2016 and
-2017 survey.
-
-This year we had 6,173 survey respondents, 70% more than the 3,595 we had in the
-[Go 2016 User Survey](https://blog.golang.org/survey2016-results). In
-addition, it also had a slightly higher completion rate (84% → 87%) and a
-higher response rate to most of the questions. We believe that survey length is
-the main cause of this improvement as the 2017 survey was shortened in response
-to feedback that the 2016 survey was too long.
-
-We are grateful to everyone who provided their feedback through the survey to
-help shape the future of Go.
-
-## Programming background
-
-For the first time, more survey respondents say they are paid to write Go
-than say they write it outside work. This indicates a significant shift in
-Go's user base and in its acceptance by companies for professional software
-development.
-
-The areas people who responded to the survey work in is mostly consistent with
-last year, however, mobile and desktop applications have fallen significantly.
-
-Another important shift: the #1 use of Go is now writing API/RPC services (65%,
-up 5% over 2016), taking over the top spot from writing CLI tools in Go (63%).
-Both take full advantage of Go's distinguishing features and are key elements of
-modern cloud computing. As more companies adopt Go, we expect these two uses
-of Go to continue to thrive.
-
-Most of the metrics reaffirm things we have learned in prior years. Go
-programmers still overwhelmingly prefer Go. As more time passes Go users are
-deepening their experience in Go. While Go has increased its lead among Go
-developers, the order of language rankings remains quite consistent with last
-year.
-
-.html survey2017/background.html
-
-## Go usage
-
-In nearly every question around the usage and perception of Go, Go has
-demonstrated improvement over our prior survey. Users are happier using Go, and
-a greater percentage prefer using Go for their next project.
-
-When asked about the biggest challenges to their own personal use of Go, users
-clearly conveyed that lack of dependency management and lack of generics were
-their two biggest issues, consistent with 2016. In 2017 we laid a foundation to
-be able to address these issues. We improved our proposal and development
-process with the addition of
-[Experience Reports](https://golang.org/wiki/ExperienceReports) which is
-enabling the project to gather and obtain feedback critical to making these
-significant changes. We also made
-[sigificant changes](https://golang.org/doc/go1.10#build) under the hood in
-how Go obtains, and builds packages. This is foundational work essential to
-addressing our dependency management needs.
-
-These two issues will continue to be a major focus of the project through 2018.
-
-In this section we asked two new questions. Both center around what
-developers are doing with Go in a more granular way than we've previously asked.
-We hope this data will provide insights for the Go project and ecosystem.
-
-Since last year there has been an increase of the percentage of people who
-identified "Go lacks critical features" as the reason they don't use Go more and
-a decreased percentage who identified "Go not being an appropriate fit". Other
-than these changes, the list remains consistent with last year.
-
-.html survey2017/usage.html
-
-## Development and deployment
-
-We asked programmers which operating systems they develop Go on; the ratios of
-their responses remain consistent with last year. 64% of respondents say
-they use Linux, 49% use MacOS, and 18% use Windows, with multiple choices
-allowed.
-
-Continuing its explosive growth, VSCode is now the most popular editor among
-Gophers. IntelliJ/GoLand also saw significant increase in usage. These largely
-came at the expense of Atom and Submlime Text which saw relative usage drops.
-This question had a 6% higher response rate from last year.
-
-Survey respondents demonstrated significantly higher satisfaction with Go
-support in their editors over 2016 with the ratio of satisfied to dissatisfied
-doubling (9:1 → 18:1). Thank you to everyone who worked on Go editor support
-for all your hard work.
-
-Go deployment is roughly evenly split between privately managed servers and
-hosted cloud servers. For Go applications, Google Cloud services saw significant
-increase over 2016. For Non-Go applications, AWS Lambda saw the largest increase in use.
-
-.html survey2017/dev.html
-
-## Working Effectively
-
-We asked how strongly people agreed or disagreed with various statements about
-Go. All questions are repeated from last year with the addition of one new
-question which we introduced to add further clarifaction around how users are
-able to both find and **use** Go libraries.
-
-All responses either indicated a small improvement or are comparable to 2016.
-
-As in 2016, the most commonly requested missing library for Go is one for
-writing GUIs though the demand is not as pronounced as last year. No other
-missing library registered a significant number of responses.
-
-The primary sources for finding answers to Go questions are the Go web site,
-Stack Overflow, and reading source code directly. Stack Overflow showed a small
-increase from usage over last year.
-
-The primary sources for Go news are still the Go blog, Reddit’s /r/golang and
-Twitter; like last year, there may be some bias here since these are also how
-the survey was announced.
-
-.html survey2017/effective.html
-
-## The Go Project
-
-59% of respondents expressed interest in contributing in some way to the Go
-community and projects, up from 55% last year. Respondents also indicated that
-they felt much more welcome to contribute than in 2016. Unfortunately,
-respondents indicated only a very tiny improvement in understanding how to
-contribute. We will be actively working with the community and its leaders
-to make this a more accessible process.
-
-Respondents showed an increase in agreement that they are confident in the
-leadership of the Go project (9:1 → 11:1). They also showed a small increase in
-agreement that the project leadership understands their needs (2.6:1 → 2.8:1)
-and in agreement that they feel comfortable approaching project leadership with
-questions and feedback (2.2:1 → 2.4:1). While improvements were made, this
-continues to be an area of focus for the project and its leadership going
-forward. We will continue to work to improve our understanding of user needs and
-approachability.
-
-We tried some [new ways](https://blog.golang.org/8years#TOC_1.3.) to engage
-with users in 2017 and while progress was made, we are still working on making these
-solutions scalable for our growing community.
-
-.html survey2017/project.html
-
-## Community
-
-At the end of the survey, we asked some demographic questions.
-
-The country distribution of responses is largely similar to last year with minor
-fluctuations. Like last year, the distribution of countries is similar to the
-visits to golang.org, though some Asian countries remain under-represented in
-the survey.
-
-Perhaps the most significant improvement over 2016 came from the question which
-asked to what degree do respondents agreed with the statement, "I feel welcome
-in the Go community". Last year the agreement to disagreement ratio was 15:1. In
-2017 this ratio nearly doubled to 25:1.
-
-An important part of a community is making everyone feel welcome, especially
-people from under-represented demographics. We asked an optional question about
-identification across a few underrepresented groups. We had a 4% increase in
-response rate over last year. The percentage of each underrepresented group
-increased over 2016, some quite significantly.
-
-Like last year, we took the results of the statement “I feel welcome in the Go
-community” and broke them down by responses to the various underrepresented
-categories. Like the whole, most of the respondents who identified as
-underrepresented also felt significantly more welcome in the Go community than
-in 2016. Respondents who identified as a woman showed the most significant
-improvement with an increase of over 400% in the ratio of agree:disagree to this
-statement (3:1 → 13:1). People who identified as ethnically or racially
-underrepresented had an increase of over 250% (7:1 → 18:1). Like last year,
-those who identified as not underrepresented still had a much higher percentage
-of agreement to this statement than those identifying from underrepresented
-groups.
-
-We are encouraged by this progress and hope that the momentum continues.
-
-The final question on the survey was just for fun: what’s your favorite Go
-keyword? Perhaps unsurprisingly, the most popular response was `go`, followed by
-`defer`, `func`, `interface`, and `select`, unchanged from last year.
-
-.html survey2017/community.html
-
-Finally, on behalf of the entire Go project, we are grateful for everyone who
-has contributed to our project, whether by being a part of our great community,
-by taking this survey or by taking an interest in Go.
diff --git a/_content/survey2017.article b/_content/survey2017.article
deleted file mode 100644
index 84e44bd..0000000
--- a/_content/survey2017.article
+++ /dev/null
@@ -1,40 +0,0 @@
-# Participate in the 2017 Go User Survey
-16 Nov 2017
-Tags: survey, community
-Summary: Please take the 2017 Go User Survey. We want to hear from you!
-
-Steve Francia
-spf@golang.org
-
-## The Go project wants to hear from you (again)!
-
-Last year we conducted the first ever
-[Go user survey](https://blog.golang.org/survey2016-results). Thanks to all of you,
-it was an overwhelming success with over 3500 responses. The survey provided key insights
-and helped us better plan and prioritize.
-
-We invite you to participate in the [2017 Go User Survey](https://goo.gl/n9M7SB).
-
-## The Go User Survey
-
-**Who:** If you currently use Go, have used Go in the past, or have any interest in the language,
-please help by sharing your feedback to improve Go for you and your fellow
-Gophers.
-
-**Where:** Please take this 15-minute survey by **Friday December 8th**: [2017 Go User Survey](https://goo.gl/n9M7SB)
-
-The survey is anonymous and confidential.
-
-**Why:** The Go project leadership depends on your feedback to guide the future
-of the Go project. Your responses will help to understand what's going well
-and what's not, as well as help us prioritize improvements for the Go
-language, libraries and tools.
-
-A few weeks after the survey closes, we will publish the anonymous aggregate results to
-the Go blog. See the [2016 Go user survey results](https://blog.golang.org/survey2016-results)
-to learn what insights were gained from last year's survey.
-
-## Spread the word!
-
-Please help us spread the word by sharing this post on your social network
-feeds, at meetups, around your office and in other communities.
diff --git a/_content/survey2017/about-me-comp.svg b/_content/survey2017/about-me-comp.svg
deleted file mode 100644
index ee7e73b..0000000
--- a/_content/survey2017/about-me-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 747 136" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M312.757,53.887c0,-2.044 -1.659,-3.704 -3.703,-3.704l-293.481,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.407c0,2.044 1.66,3.703 3.704,3.703l293.481,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M697.757,39.073c0,-2.044 -1.659,-3.703 -3.703,-3.703l-293.481,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l293.481,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M334.419,58.906l-1.301,-5.019l40.745,-10.567l-1.209,-4.66l9.029,5.31l-5.31,9.029l-1.208,-4.66l-40.746,10.567Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><text x="14.976px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="398.976px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text><text x="383.976px" y="29.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">The following apply to me: (multiple choice)</text><rect x="470.976" y="39.862" width="81" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="47.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">4,201 (67%)</text><text x="557.976px" y="47.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="575.316px 582.204px " y="47.062px 47.062px ">og</tspan>ram at work in Go</text><rect x="470.976" y="54.262" width="75.84" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="61.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,935 (63%)</text><text x="552.816px" y="61.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="570.156px 577.044px " y="61.462px 61.462px ">og</tspan>ram in Go outside of work</text><rect x="470.976" y="68.662" width="65.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="75.862px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,381 (54%)</text><text x="542.136px" y="75.862px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="559.476px 566.364px " y="75.862px 75.862px ">og</tspan>ram at work in another language</text><rect x="470.976" y="83.062" width="19.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="90.262px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,001 (16%)</text><text x="496.296px" y="90.262px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I manage a pr<tspan x="569.88px 576.768px " y="90.262px 90.262px ">og</tspan>ramming team</text><rect x="470.976" y="97.462" width="9.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="410.064px" y="104.662px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">506  (8%)</text><text x="486.696px" y="104.662px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I am a student</text><rect x="470.976" y="111.862" width="2.16" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="410.064px" y="119.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">113  (2%)</text><text x="479.136px" y="119.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="470.976" y="126.262" width="0.48" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="416.736px" y="133.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">27  (0%)</text><text x="477.456px" y="133.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="500.124px 506.568px " y="133.462px 133.462px ">es</tspan>ponse</text><text x="-0.024px" y="28.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">The following apply to me: (multiple choice)</text><rect x="86.976" y="39.528" width="79.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="46.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,386 (66%)</text><text x="172.656px" y="46.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="189.996px 196.884px " y="46.728px 46.728px ">og</tspan>ram in Go outside of work</text><rect x="86.976" y="53.928" width="74.64" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="61.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,235 (62%)</text><text x="167.616px" y="61.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="184.956px 191.844px " y="61.128px 61.128px ">og</tspan>ram at work in Go</text><rect x="86.976" y="68.328" width="66.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="75.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,004 (56%)</text><text x="159.816px" y="75.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="177.156px 184.044px " y="75.528px 75.528px ">og</tspan>ram at work in another language</text><rect x="86.976" y="82.728" width="20.64" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.064px" y="89.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">618 (17%)</text><text x="113.616px" y="89.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I manage a pr<tspan x="187.2px 194.088px " y="89.928px 89.928px ">og</tspan>ramming team</text><rect x="86.976" y="97.128" width="11.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.064px" y="104.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">337  (9%)</text><text x="104.256px" y="104.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I am a student</text><rect x="86.976" y="111.528" width="2.64" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.736px" y="118.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">78  (2%)</text><text x="95.616px" y="118.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.976" y="125.928" width="0.36" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.736px" y="133.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">10  (0%)</text><text x="93.336px" y="133.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="116.004px 122.448px " y="133.128px 133.128px ">es</tspan>ponse</text></svg>
\ No newline at end of file
diff --git a/_content/survey2017/about-me.svg b/_content/survey2017/about-me.svg
deleted file mode 100644
index e110d01..0000000
--- a/_content/survey2017/about-me.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">The following apply to me:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.75em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">4,201 (67%)</tspan></text>
-<text x="14.50em" y="2.70em"><tspan class="size">I program at work in Go</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,935 (63%)</tspan></text>
-<text x="14.07em" y="3.90em"><tspan class="size">I program in Go outside of work</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.43em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">3,381 (54%)</tspan></text>
-<text x="13.18em" y="5.10em"><tspan class="size">I program at work in another language</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,001 (16%)</tspan></text>
-<text x="9.36em" y="6.30em"><tspan class="size">I manage a programming team</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">506  (8%)</tspan></text>
-<text x="8.56em" y="7.50em"><tspan class="size">I am a student</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">113  (2%)</tspan></text>
-<text x="7.93em" y="8.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">27  (0%)</tspan></text>
-<text x="7.79em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/access.svg b/_content/survey2017/access.svg
deleted file mode 100644
index f7a014d..0000000
--- a/_content/survey2017/access.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which of the following do you access from Go:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,784 (61%)</tspan></text>
-<text x="13.83em" y="2.70em"><tspan class="size">Open Source Relational DB (MySQL/PostgreSQL/CockroachDB)</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,400 (39%)</tspan></text>
-<text x="11.60em" y="3.90em"><tspan class="size">Memory Cache (Redis/memcache)</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,005 (32%)</tspan></text>
-<text x="10.97em" y="5.10em"><tspan class="size">Cloud Storage (S3/Google Cloud Storage/Azure Storage/Minio)</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,891 (30%)</tspan></text>
-<text x="10.79em" y="6.30em"><tspan class="size">Open Source NoSQL DB (MongoDB/Cassandra)</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.58em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,606 (26%)</tspan></text>
-<text x="10.33em" y="7.50em"><tspan class="size">Authentication and federation (SSO/LDAP/OAuth)</tspan></text>
-<rect x="7.25em" y="8.10em" width="2.48em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,546 (25%)</tspan></text>
-<text x="10.23em" y="8.70em"><tspan class="size">Distributed Key-Value store (etcd/consul)</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">657 (11%)</tspan></text>
-<text x="8.81em" y="9.90em"><tspan class="size">Proprietary Relational DB (Oracle/DB2/MSSQL/Sybase)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.74em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">459  (7%)</tspan></text>
-<text x="8.49em" y="11.10em"><tspan class="size">Distributed Lock Service (zookeeper)</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.20em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,367 (22%)</tspan></text>
-<text x="9.95em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/agree-community.svg b/_content/survey2017/agree-community.svg
deleted file mode 100644
index f2a0370..0000000
--- a/_content/survey2017/agree-community.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statement: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.05em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.05em" y="3.30em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.13em" y="3.30em" width="0.14em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.27em" y="3.30em" width="1.02em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.29em" y="3.30em" width="1.05em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.33em" y="3.30em" width="3.43em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.76em" y="3.30em" width="2.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">4,970 (<tspan fill="#CE3262">0.5</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">10</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">34</tspan>, <tspan fill="#00ACD7">22</tspan>%)</tspan></text>
-<text x="22.48em" y="3.90em"><tspan class="size">I feel welcome in the Go community (25:1) [33:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/agree-diagnose.svg b/_content/survey2017/agree-diagnose.svg
deleted file mode 100644
index 3a857ac..0000000
--- a/_content/survey2017/agree-diagnose.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="3.30em" width="0.21em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.29em" y="3.30em" width="0.55em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.84em" y="3.30em" width="0.62em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.46em" y="3.30em" width="2.13em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.59em" y="3.30em" width="3.71em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.30em" y="3.30em" width="1.45em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,446 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">21</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">14</tspan>%)</tspan></text>
-<text x="23.25em" y="3.90em"><tspan class="size">I am able to effectively diagnose bugs in my Go programs (8.7:1) [12:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.07em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.07em" y="4.50em" width="0.22em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.29em" y="4.50em" width="0.58em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.87em" y="4.50em" width="1.25em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.12em" y="4.50em" width="2.20em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.33em" y="4.50em" width="2.72em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.05em" y="4.50em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">4,968 (<tspan fill="#CE3262">0.7</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">13</tspan>, <tspan fill="#77CCE9">22</tspan>, <tspan fill="#50BFE2">27</tspan>, <tspan fill="#00ACD7">9</tspan>%)</tspan></text>
-<text x="22.48em" y="5.10em"><tspan class="size">I am able to effectively diagnose performance issues in Go programs (6.7:1) [8.7:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.07em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.07em" y="5.70em" width="0.15em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.22em" y="5.70em" width="0.30em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.52em" y="5.70em" width="0.61em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.13em" y="5.70em" width="1.55em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.68em" y="5.70em" width="3.50em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.18em" y="5.70em" width="2.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">5,319 (<tspan fill="#CE3262">0.7</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">16</tspan>, <tspan fill="#50BFE2">35</tspan>, <tspan fill="#00ACD7">24</tspan>%)</tspan></text>
-<text x="23.04em" y="6.30em"><tspan class="size">I am able to effectively use Go’s concurrency features (goroutines, channels, select) (14:1) [21:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.17em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.17em" y="6.90em" width="0.46em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.63em" y="6.90em" width="0.82em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.45em" y="6.90em" width="1.49em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.94em" y="6.90em" width="2.45em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="19.39em" y="6.90em" width="2.13em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.52em" y="6.90em" width="0.67em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">5,096 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">5</tspan>, <tspan fill="#E6B1C1">8</tspan>, <tspan fill="#cccccc">15</tspan>, <tspan fill="#77CCE9">24</tspan>, <tspan fill="#50BFE2">21</tspan>, <tspan fill="#00ACD7">7</tspan>%)</tspan></text>
-<text x="22.69em" y="7.50em"><tspan class="size">I am able to effectively debug uses of  Go’s concurrency features (goroutines, channels, select) (3.6:1) [3.9:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/agree-practices.svg b/_content/survey2017/agree-practices.svg
deleted file mode 100644
index 863085a..0000000
--- a/_content/survey2017/agree-practices.svg
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="11.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="3.30em" width="0.25em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.35em" y="3.30em" width="0.44em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.79em" y="3.30em" width="0.65em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.44em" y="3.30em" width="2.74em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.19em" y="3.30em" width="3.41em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.60em" y="3.30em" width="1.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,555 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">27</tspan>, <tspan fill="#50BFE2">34</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="23.42em" y="3.90em"><tspan class="size">I have a good understanding of Go best practices (9.5:1) [11:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.04em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.04em" y="4.50em" width="0.09em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.13em" y="4.50em" width="0.26em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.40em" y="4.50em" width="0.38em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.78em" y="4.50em" width="1.71em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.48em" y="4.50em" width="4.17em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.66em" y="4.50em" width="2.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">5,549 (<tspan fill="#CE3262">0.4</tspan>, <tspan fill="#D77A95">0.9</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#77CCE9">17</tspan>, <tspan fill="#50BFE2">42</tspan>, <tspan fill="#00ACD7">23</tspan>%)</tspan></text>
-<text x="23.41em" y="5.10em"><tspan class="size">I am able to quickly find answers to my questions (21:1) [31:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.04em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.04em" y="5.70em" width="0.04em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.08em" y="5.70em" width="0.10em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.18em" y="5.70em" width="0.17em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.35em" y="5.70em" width="0.64em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="14.99em" y="5.70em" width="3.19em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="18.18em" y="5.70em" width="4.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">5,528 (<tspan fill="#CE3262">0.4</tspan>, <tspan fill="#D77A95">0.4</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#77CCE9">6</tspan>, <tspan fill="#50BFE2">32</tspan>, <tspan fill="#00ACD7">47</tspan>%)</tspan></text>
-<text x="23.38em" y="6.30em"><tspan class="size">Go&#39;s performance meets my needs (48:1) [80:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.11em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.11em" y="6.90em" width="0.24em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.35em" y="6.90em" width="0.44em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.79em" y="6.90em" width="1.21em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.00em" y="6.90em" width="1.47em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.47em" y="6.90em" width="2.60em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.07em" y="6.90em" width="1.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">4,614 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#77CCE9">15</tspan>, <tspan fill="#50BFE2">26</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="21.91em" y="7.50em"><tspan class="size">Go&#39;s support for language interoperability meets my needs (6.8:1) [8.8:1]</tspan></text>
-<rect x="14.00em" y="8.10em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="8.10em" width="0.20em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.28em" y="8.10em" width="0.55em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.83em" y="8.10em" width="0.58em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.41em" y="8.10em" width="2.44em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.85em" y="8.10em" width="3.61em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.46em" y="8.10em" width="1.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="8.70em" text-anchor="end"><tspan class="size">5,478 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">24</tspan>, <tspan fill="#50BFE2">36</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="23.30em" y="8.70em"><tspan class="size">I am able to quickly find libraries that I need (8.9:1) [12:1]</tspan></text>
-<rect x="14.00em" y="9.30em" width="0.09em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.09em" y="9.30em" width="0.19em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.28em" y="9.30em" width="0.51em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.80em" y="9.30em" width="0.69em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.49em" y="9.30em" width="2.33em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.81em" y="9.30em" width="3.68em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.49em" y="9.30em" width="1.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="9.90em" text-anchor="end"><tspan class="size">5,443 (<tspan fill="#CE3262">0.9</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">23</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">12</tspan>%)</tspan></text>
-<text x="23.24em" y="9.90em"><tspan class="size">The Go libraries I use have the stability and features I need (9.1:1) [12:1]</tspan></text>
-<rect x="14.00em" y="10.50em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="10.50em" width="0.19em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.27em" y="10.50em" width="0.42em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.70em" y="10.50em" width="0.51em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.21em" y="10.50em" width="1.71em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.92em" y="10.50em" width="3.71em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.63em" y="10.50em" width="2.24em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="11.10em" text-anchor="end"><tspan class="size">5,521 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#77CCE9">17</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">22</tspan>%)</tspan></text>
-<text x="23.37em" y="11.10em"><tspan class="size">Go language, library, and tool documentation meet my needs (11:1) [16:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/agree-project.svg b/_content/survey2017/agree-project.svg
deleted file mode 100644
index a8728b6..0000000
--- a/_content/survey2017/agree-project.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.15em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.15em" y="3.30em" width="0.30em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.45em" y="3.30em" width="0.43em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.88em" y="3.30em" width="1.93em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.80em" y="3.30em" width="1.16em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.97em" y="3.30em" width="1.79em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.75em" y="3.30em" width="0.82em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">4,091 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">3</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">19</tspan>, <tspan fill="#77CCE9">12</tspan>, <tspan fill="#50BFE2">18</tspan>, <tspan fill="#00ACD7">8</tspan>%)</tspan></text>
-<text x="21.07em" y="3.90em"><tspan class="size">I feel welcome to contribute to Go (compiler, standard library, documentation, website) (4.3:1) [5.0:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.32em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.32em" y="4.50em" width="0.82em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="15.14em" y="4.50em" width="0.97em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="16.11em" y="4.50em" width="1.74em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.85em" y="4.50em" width="1.12em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.96em" y="4.50em" width="1.13em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.10em" y="4.50em" width="0.46em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">4,083 (<tspan fill="#CE3262">3</tspan>, <tspan fill="#D77A95">8</tspan>, <tspan fill="#E6B1C1">10</tspan>, <tspan fill="#cccccc">17</tspan>, <tspan fill="#77CCE9">11</tspan>, <tspan fill="#50BFE2">11</tspan>, <tspan fill="#00ACD7">5</tspan>%)</tspan></text>
-<text x="21.06em" y="5.10em"><tspan class="size">The process of contributing to the Go project is clear to me (1.3:1) [1.3:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.19em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.19em" y="5.70em" width="0.29em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.49em" y="5.70em" width="0.45em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.94em" y="5.70em" width="2.30em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.24em" y="5.70em" width="0.95em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.20em" y="5.70em" width="1.26em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.46em" y="5.70em" width="0.42em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">3,657 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">3</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">23</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">13</tspan>, <tspan fill="#00ACD7">4</tspan>%)</tspan></text>
-<text x="20.37em" y="6.30em"><tspan class="size">The Go project leadership understands my needs (2.8:1) [2.8:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.21em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.21em" y="6.90em" width="0.46em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.66em" y="6.90em" width="0.57em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.23em" y="6.90em" width="2.02em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.25em" y="6.90em" width="0.96em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.21em" y="6.90em" width="1.39em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.59em" y="6.90em" width="0.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">3,860 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">5</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">20</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">14</tspan>, <tspan fill="#00ACD7">6</tspan>%)</tspan></text>
-<text x="20.70em" y="7.50em"><tspan class="size">I feel comfortable approaching the Go project leadership with questions and feedback (2.4:1) [2.7:1]</tspan></text>
-<rect x="14.00em" y="8.10em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="8.10em" width="0.16em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.27em" y="8.10em" width="0.22em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.49em" y="8.10em" width="1.23em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.73em" y="8.10em" width="0.96em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.68em" y="8.10em" width="2.55em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.23em" y="8.10em" width="1.76em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="8.70em" text-anchor="end"><tspan class="size">4,351 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">2</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">26</tspan>, <tspan fill="#00ACD7">18</tspan>%)</tspan></text>
-<text x="21.49em" y="8.70em"><tspan class="size">I am confident in the leadership of Go (11:1) [13:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/agree-work-well.svg b/_content/survey2017/agree-work-well.svg
deleted file mode 100644
index 51cf0e0..0000000
--- a/_content/survey2017/agree-work-well.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.17em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.17em" y="3.30em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.35em" y="3.30em" width="0.17em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.52em" y="3.30em" width="0.53em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.05em" y="3.30em" width="2.10em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="17.14em" y="3.30em" width="6.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,938 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#77CCE9">5</tspan>, <tspan fill="#50BFE2">21</tspan>, <tspan fill="#00ACD7">64</tspan>%)</tspan></text>
-<text x="24.04em" y="3.90em"><tspan class="size">I would recommend using Go to others (26:1) [32:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.20em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.20em" y="4.50em" width="0.13em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.33em" y="4.50em" width="0.17em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.50em" y="4.50em" width="0.38em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.88em" y="4.50em" width="0.79em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.67em" y="4.50em" width="2.03em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="17.70em" y="4.50em" width="5.82em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">5,928 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">1</tspan>, <tspan fill="#E6B1C1">2</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#77CCE9">8</tspan>, <tspan fill="#50BFE2">20</tspan>, <tspan fill="#00ACD7">58</tspan>%)</tspan></text>
-<text x="24.02em" y="5.10em"><tspan class="size">I would prefer to use Go for my next new project (17:1) [23:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="5.70em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.18em" y="5.70em" width="0.13em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.31em" y="5.70em" width="0.72em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.02em" y="5.70em" width="0.88em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.91em" y="5.70em" width="2.27em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="18.17em" y="5.70em" width="3.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">4,548 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">9</tspan>, <tspan fill="#50BFE2">23</tspan>, <tspan fill="#00ACD7">31</tspan>%)</tspan></text>
-<text x="21.80em" y="6.30em"><tspan class="size">Go is working well for my team (21:1) [26:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.48em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.48em" y="6.90em" width="0.61em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="15.10em" y="6.90em" width="0.36em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.46em" y="6.90em" width="1.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.13em" y="6.90em" width="1.38em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.51em" y="6.90em" width="1.37em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.88em" y="6.90em" width="1.69em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">4,716 (<tspan fill="#CE3262">5</tspan>, <tspan fill="#D77A95">6</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">17</tspan>, <tspan fill="#77CCE9">14</tspan>, <tspan fill="#50BFE2">14</tspan>, <tspan fill="#00ACD7">17</tspan>%)</tspan></text>
-<text x="22.07em" y="7.50em"><tspan class="size">Go is critical to my company’s success (3.1:1) [3.1:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/answers.svg b/_content/survey2017/answers.svg
deleted file mode 100644
index 95b80a0..0000000
--- a/_content/survey2017/answers.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go answers from: </tspan></text>
-<rect x="12.00em" y="2.10em" width="2.81em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="14.81em" y="2.10em" width="1.99em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="16.80em" y="2.10em" width="1.31em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="18.12em" y="2.10em" width="0.60em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="18.72em" y="2.10em" width="0.25em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">4,337 (<tspan fill="#00acd7">28</tspan>, <tspan fill="#2eb8da">20</tspan>, <tspan fill="#5cc4dd">13</tspan>, <tspan fill="#8ad0e0">6</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="19.47em" y="2.70em"><tspan class="size">Stack Overflow</tspan></text>
-<rect x="12.00em" y="3.30em" width="2.90em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="14.90em" y="3.30em" width="1.73em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="16.64em" y="3.30em" width="0.93em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="17.56em" y="3.30em" width="0.39em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.95em" y="3.30em" width="0.14em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,791 (<tspan fill="#00acd7">29</tspan>, <tspan fill="#2eb8da">17</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="18.59em" y="3.90em"><tspan class="size">golang.org</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.25em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.25em" y="4.50em" width="1.68em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.94em" y="4.50em" width="1.39em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="16.33em" y="4.50em" width="0.83em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.16em" y="4.50em" width="0.24em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,362 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">17</tspan>, <tspan fill="#5cc4dd">14</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="17.90em" y="5.10em"><tspan class="size">Reading source code (e.g., standard library, open-source packages)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.37em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.37em" y="5.70em" width="1.11em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.47em" y="5.70em" width="1.33em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.81em" y="5.70em" width="0.79em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.60em" y="5.70em" width="0.30em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,428 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">11</tspan>, <tspan fill="#5cc4dd">13</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="16.40em" y="6.30em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.46em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.46em" y="6.90em" width="0.55em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.01em" y="6.90em" width="0.59em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.60em" y="6.90em" width="0.48em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.07em" y="6.90em" width="0.19em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,408 (<tspan fill="#00acd7">5</tspan>, <tspan fill="#2eb8da">6</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.76em" y="7.50em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.17em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.17em" y="8.10em" width="0.41em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.58em" y="8.10em" width="0.52em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.10em" y="8.10em" width="0.38em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.48em" y="8.10em" width="0.24em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,071 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.22em" y="8.70em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.12em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.12em" y="9.30em" width="0.24em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.36em" y="9.30em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.74em" y="9.30em" width="0.39em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.13em" y="9.30em" width="0.31em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">895 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="13.94em" y="9.90em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.15em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.15em" y="10.50em" width="0.17em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.32em" y="10.50em" width="0.25em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.56em" y="10.50em" width="0.20em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.76em" y="10.50em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">569 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.41em" y="11.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.09em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.09em" y="11.70em" width="0.12em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.22em" y="11.70em" width="0.18em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.39em" y="11.70em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.54em" y="11.70em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">432 (<tspan fill="#00acd7">0.9</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.19em" y="12.30em"><tspan class="size">Friends</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="12.90em" width="0.07em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.12em" y="12.90em" width="0.09em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.21em" y="12.90em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.34em" y="12.90em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">283 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.7</tspan>, <tspan fill="#5cc4dd">0.9</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.95em" y="13.50em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="14.10em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.10em" y="14.10em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.19em" y="14.10em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="14.10em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">214 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.84em" y="14.70em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="15.30em" width="0.07em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="15.30em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.19em" y="15.30em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.25em" y="15.30em" width="0.05em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">186 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.7</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">0.5</tspan>%)</tspan></text>
-<text x="12.80em" y="15.90em"><tspan class="size">IRC</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.20em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.20em" y="16.50em" width="0.14em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.34em" y="16.50em" width="0.12em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.46em" y="16.50em" width="0.09em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.55em" y="16.50em" width="0.07em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">386 (<tspan fill="#777777">2</tspan>, <tspan fill="#8e8e8e">1</tspan>, <tspan fill="#a5a5a5">1</tspan>, <tspan fill="#bcbcbc">0.9</tspan>, <tspan fill="#d3d3d3">0.7</tspan>%)</tspan></text>
-<text x="13.12em" y="17.10em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="17.70em" width="1.36em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">844 (14%)</tspan></text>
-<text x="13.86em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/area-comp.svg b/_content/survey2017/area-comp.svg
deleted file mode 100644
index da25d8b..0000000
--- a/_content/survey2017/area-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 700 266" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M296.054,117.621c0,-3.812 -3.095,-6.906 -6.906,-6.906l-281.741,0c-3.812,0 -6.907,3.094 -6.907,6.906l0,13.814c0,3.812 3.095,6.906 6.907,6.906l281.741,0c3.811,0 6.906,-3.094 6.906,-6.906l0,-13.814Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M681.054,158.282c0,-4.074 -3.307,-7.381 -7.381,-7.381l-286.125,0c-4.074,0 -7.381,3.307 -7.381,7.381l0,14.762c0,4.074 3.307,7.381 7.381,7.381l286.125,0c4.074,0 7.381,-3.307 7.381,-7.381l0,-14.762Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M316.041,132.267l2.681,-4.438l36.027,21.77l2.49,-4.121l2.509,10.17l-10.17,2.509l2.49,-4.121l-36.027,-21.769Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/></g><g><text x="15.245px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="399.245px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="-0.484px" y="30.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I work in the following ar<tspan x="129.944px 136.388px " y="30.577px 30.577px ">ea</tspan>s: (multiple choice)</text><rect x="86.516" y="41.377" width="75.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="48.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,272 (63%)</text><text x="168.356px" y="48.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="178.784px 185.228px " y="48.577px 48.577px ">eb</tspan> development</text><rect x="86.516" y="55.777" width="45.36" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="62.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,359 (38%)</text><text x="137.876px" y="62.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Systems pr<tspan x="198.344px 205.232px " y="62.977px 62.977px ">og</tspan>ramming</text><rect x="86.516" y="70.177" width="41.76" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="77.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,251 (35%)</text><text x="134.276px" y="77.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">DevOps</text><rect x="86.516" y="84.577" width="39" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="91.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,169 (33%)</text><text x="131.516px" y="91.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Network pr<tspan x="190.844px 197.732px " y="91.777px 91.777px ">og</tspan>ramming</text><rect x="86.516" y="98.977" width="33.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="106.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,006 (28%)</text><text x="126.116px" y="106.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Databases</text><rect x="86.516" y="113.377" width="17.76" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="120.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">533 (15%)</text><text x="110.276px" y="120.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Mobile</text><rect x="86.516" y="127.777" width="16.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="134.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">490 (14%)</text><text x="108.836px" y="134.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Desktop/GUI applications</text><rect x="86.516" y="142.177" width="15.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="149.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">457 (13%)</text><text x="107.756px" y="149.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Security</text><rect x="86.516" y="156.577" width="14.52" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="163.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">435 (12%)</text><text x="107.036px" y="163.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data Science</text><rect x="86.516" y="170.977" width="13.92" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="178.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">417 (12%)</text><text x="106.436px" y="178.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Finance/Commer<tspan x="198.908px 205.352px " y="178.177px 178.177px ">ce</tspan></text><rect x="86.516" y="185.377" width="13.2" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="192.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">394 (11%)</text><text x="105.716px" y="192.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Embedded devices/Inter<tspan x="237.296px 243.968px " y="192.577px 192.577px ">ne</tspan>t of Things</text><rect x="86.516" y="199.777" width="12.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="206.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">379 (11%)</text><text x="105.116px" y="206.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Academic/Scientific/Numeric</text><rect x="86.516" y="214.177" width="7.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="221.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">228  (6%)</text><text x="100.076px" y="221.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Gaming</text><rect x="86.516" y="228.577" width="7.92" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="235.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">238  (7%)</text><text x="100.436px" y="235.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.516" y="242.977" width="2.52" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.276px" y="250.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">74  (2%)</text><text x="95.036px" y="250.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="117.704px 124.148px " y="250.177px 250.177px ">es</tspan>ponse</text></g><g><text x="389.261px" y="29.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I work in the following ar<tspan x="519.689px 526.133px " y="29.197px 29.197px ">ea</tspan>s: (multiple choice)</text><rect x="476.261" y="39.997" width="73.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="47.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,807 (61%)</text><text x="555.581px" y="47.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="566.009px 572.453px " y="47.197px 47.197px ">eb</tspan> development</text><rect x="476.261" y="54.397" width="44.64" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="61.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,319 (37%)</text><text x="526.901px" y="61.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Systems pr<tspan x="587.369px 594.257px " y="61.597px 61.597px ">og</tspan>ramming</text><rect x="476.261" y="68.797" width="43.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="75.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,250 (36%)</text><text x="525.581px" y="75.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">DevOps</text><rect x="476.261" y="83.197" width="37.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="90.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,969 (32%)</text><text x="520.181px" y="90.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Network pr<tspan x="579.509px 586.397px " y="90.397px 90.397px ">og</tspan>ramming</text><rect x="476.261" y="97.597" width="33.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="104.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,751 (28%)</text><text x="515.981px" y="104.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Databases</text><rect x="476.261" y="111.997" width="16.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="119.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">848 (14%)</text><text x="498.581px" y="119.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Security</text><rect x="476.261" y="126.397" width="15" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="133.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">777 (12%)</text><text x="497.261px" y="133.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Finance/Commer<tspan x="589.733px 596.177px " y="133.597px 133.597px ">ce</tspan></text><rect x="476.261" y="140.797" width="13.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="147.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">724 (12%)</text><text x="496.181px" y="147.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data Science</text><rect x="476.261" y="155.197" width="13.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="162.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">696 (11%)</text><text x="495.701px" y="162.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Mobile</text><rect x="476.261" y="169.597" width="13.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="176.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">694 (11%)</text><text x="495.581px" y="176.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Desktop/GUI applications</text><rect x="476.261" y="183.997" width="12.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="191.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">647 (10%)</text><text x="494.741px" y="191.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Embedded devices/Inter<tspan x="626.321px 632.993px " y="191.197px 191.197px ">ne</tspan>t of Things</text><rect x="476.261" y="198.397" width="11.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="205.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">581  (9%)</text><text x="493.421px" y="205.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Academic/Scientific/Numeric</text><rect x="476.261" y="212.797" width="11.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="219.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">581  (9%)</text><text x="493.421px" y="219.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Machine Lear<tspan x="566.321px 572.993px " y="219.997px 219.997px ">ni</tspan>ng/Artificial Intelligence</text><rect x="476.261" y="227.197" width="6.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="234.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">334  (5%)</text><text x="488.741px" y="234.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Gaming</text><rect x="476.261" y="241.597" width="7.32" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="248.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">381  (6%)</text><text x="489.581px" y="248.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="476.261" y="255.997" width="2.16" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="263.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">111  (2%)</text><text x="484.421px" y="263.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="507.089px 513.533px " y="263.197px 263.197px ">es</tspan>ponse</text></g></svg>
\ No newline at end of file
diff --git a/_content/survey2017/area.svg b/_content/survey2017/area.svg
deleted file mode 100644
index 46921bb..0000000
--- a/_content/survey2017/area.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="21.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I work in the following areas:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,807 (61%)</tspan></text>
-<text x="13.86em" y="2.70em"><tspan class="size">Web development</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.72em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,319 (37%)</tspan></text>
-<text x="11.47em" y="3.90em"><tspan class="size">Systems programming</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,250 (36%)</tspan></text>
-<text x="11.36em" y="5.10em"><tspan class="size">DevOps</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,969 (32%)</tspan></text>
-<text x="10.91em" y="6.30em"><tspan class="size">Network programming</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,751 (28%)</tspan></text>
-<text x="10.56em" y="7.50em"><tspan class="size">Databases</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">848 (14%)</tspan></text>
-<text x="9.11em" y="8.70em"><tspan class="size">Security</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">777 (12%)</tspan></text>
-<text x="9.00em" y="9.90em"><tspan class="size">Finance/Commerce</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">724 (12%)</tspan></text>
-<text x="8.91em" y="11.10em"><tspan class="size">Data Science</tspan></text>
-<rect x="7.25em" y="11.70em" width="1.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">696 (11%)</tspan></text>
-<text x="8.87em" y="12.30em"><tspan class="size">Mobile</tspan></text>
-<rect x="7.25em" y="12.90em" width="1.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">694 (11%)</tspan></text>
-<text x="8.86em" y="13.50em"><tspan class="size">Desktop/GUI applications</tspan></text>
-<rect x="7.25em" y="14.10em" width="1.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">647 (10%)</tspan></text>
-<text x="8.79em" y="14.70em"><tspan class="size">Embedded devices/Internet of Things</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">581  (9%)</tspan></text>
-<text x="8.68em" y="15.90em"><tspan class="size">Academic/Scientific/Numeric</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">581  (9%)</tspan></text>
-<text x="8.68em" y="17.10em"><tspan class="size">Machine Learning/Artificial Intelligence</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">334  (5%)</tspan></text>
-<text x="8.29em" y="18.30em"><tspan class="size">Gaming</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.61em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">381  (6%)</tspan></text>
-<text x="8.36em" y="19.50em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.18em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">111  (2%)</tspan></text>
-<text x="7.93em" y="20.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/background.html b/_content/survey2017/background.html
deleted file mode 100644
index 5a3328d..0000000
--- a/_content/survey2017/background.html
+++ /dev/null
@@ -1,670 +0,0 @@
-<style>
-p.note {
-  font-size: 0.80em;
-  font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-}
-</style>
-
-<p>
-<!--include about-me.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">The following apply to me:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.75em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">4,201 (67%)</tspan></text>
-<text x="14.50em" y="2.70em"><tspan class="size">I program at work in Go</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,935 (63%)</tspan></text>
-<text x="14.07em" y="3.90em"><tspan class="size">I program in Go outside of work</tspan></text>
-<rect x="7.25em" y="4.50em" width="5.43em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">3,381 (54%)</tspan></text>
-<text x="13.18em" y="5.10em"><tspan class="size">I program at work in another language</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,001 (16%)</tspan></text>
-<text x="9.36em" y="6.30em"><tspan class="size">I manage a programming team</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">506  (8%)</tspan></text>
-<text x="8.56em" y="7.50em"><tspan class="size">I am a student</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">113  (2%)</tspan></text>
-<text x="7.93em" y="8.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">27  (0%)</tspan></text>
-<text x="7.79em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include how-long.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I&#39;ve used Go for:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="1.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">686 (11%)</tspan></text>
-<text x="8.85em" y="2.70em"><tspan class="size">Less than 3 months</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,588 (26%)</tspan></text>
-<text x="10.30em" y="3.90em"><tspan class="size">3 - 12 months</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,338 (21%)</tspan></text>
-<text x="9.90em" y="5.10em"><tspan class="size">13 - 24 months</tspan></text>
-<rect x="7.25em" y="5.70em" width="2.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,678 (27%)</tspan></text>
-<text x="10.45em" y="6.30em"><tspan class="size">2 - 4 years</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">809 (13%)</tspan></text>
-<text x="9.05em" y="7.50em"><tspan class="size">4+ years</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">102  (2%)</tspan></text>
-<text x="7.91em" y="8.70em"><tspan class="size">I&#39;ve never used Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">25  (0%)</tspan></text>
-<text x="7.79em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include area.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="21.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I work in the following areas:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,807 (61%)</tspan></text>
-<text x="13.86em" y="2.70em"><tspan class="size">Web development</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.72em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,319 (37%)</tspan></text>
-<text x="11.47em" y="3.90em"><tspan class="size">Systems programming</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,250 (36%)</tspan></text>
-<text x="11.36em" y="5.10em"><tspan class="size">DevOps</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,969 (32%)</tspan></text>
-<text x="10.91em" y="6.30em"><tspan class="size">Network programming</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,751 (28%)</tspan></text>
-<text x="10.56em" y="7.50em"><tspan class="size">Databases</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">848 (14%)</tspan></text>
-<text x="9.11em" y="8.70em"><tspan class="size">Security</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">777 (12%)</tspan></text>
-<text x="9.00em" y="9.90em"><tspan class="size">Finance/Commerce</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">724 (12%)</tspan></text>
-<text x="8.91em" y="11.10em"><tspan class="size">Data Science</tspan></text>
-<rect x="7.25em" y="11.70em" width="1.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">696 (11%)</tspan></text>
-<text x="8.87em" y="12.30em"><tspan class="size">Mobile</tspan></text>
-<rect x="7.25em" y="12.90em" width="1.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">694 (11%)</tspan></text>
-<text x="8.86em" y="13.50em"><tspan class="size">Desktop/GUI applications</tspan></text>
-<rect x="7.25em" y="14.10em" width="1.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">647 (10%)</tspan></text>
-<text x="8.79em" y="14.70em"><tspan class="size">Embedded devices/Internet of Things</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">581  (9%)</tspan></text>
-<text x="8.68em" y="15.90em"><tspan class="size">Academic/Scientific/Numeric</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">581  (9%)</tspan></text>
-<text x="8.68em" y="17.10em"><tspan class="size">Machine Learning/Artificial Intelligence</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">334  (5%)</tspan></text>
-<text x="8.29em" y="18.30em"><tspan class="size">Gaming</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.61em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">381  (6%)</tspan></text>
-<text x="8.36em" y="19.50em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.18em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">111  (2%)</tspan></text>
-<text x="7.93em" y="20.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include uses.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write the following in Go:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">4,071 (65%)</tspan></text>
-<text x="14.29em" y="2.70em"><tspan class="size">API/RPC services (returning non-HTML)</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,921 (63%)</tspan></text>
-<text x="14.05em" y="3.90em"><tspan class="size">A runnable/interactive program (CLI)</tspan></text>
-<rect x="7.25em" y="4.50em" width="4.86em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">3,027 (49%)</tspan></text>
-<text x="12.61em" y="5.10em"><tspan class="size">Web services (returning HTML)</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.44em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,766 (44%)</tspan></text>
-<text x="12.19em" y="6.30em"><tspan class="size">Agents and daemons (e.g, monitoring)</tspan></text>
-<rect x="7.25em" y="6.90em" width="3.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">2,394 (38%)</tspan></text>
-<text x="11.60em" y="7.50em"><tspan class="size">Libraries or Frameworks</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">2,038 (33%)</tspan></text>
-<text x="11.02em" y="8.70em"><tspan class="size">Automation/scripts (e.g, deployment, configuration management)</tspan></text>
-<rect x="7.25em" y="9.30em" width="3.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">2,030 (33%)</tspan></text>
-<text x="11.01em" y="9.90em"><tspan class="size">Data processing (pipeline, aggregation)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">167  (3%)</tspan></text>
-<text x="8.02em" y="11.10em"><tspan class="size">I don&#39;t write in Go</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.28em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">176  (3%)</tspan></text>
-<text x="8.03em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.11em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">70  (1%)</tspan></text>
-<text x="7.86em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include freq.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write in Go:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,019 (48%)</tspan></text>
-<text x="12.60em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.89em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,802 (29%)</tspan></text>
-<text x="10.64em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.89em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">557  (9%)</tspan></text>
-<text x="8.64em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">679 (11%)</tspan></text>
-<text x="8.84em" y="6.30em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.19em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">118  (2%)</tspan></text>
-<text x="7.94em" y="7.50em"><tspan class="size">I&#39;ve never written in Go</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.08em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="7.83em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include lang-exp.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="29.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your expertise </tspan></text>
-<rect x="12.00em" y="2.10em" width="3.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="15.03em" y="2.10em" width="2.65em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="17.69em" y="2.10em" width="1.71em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="19.40em" y="2.10em" width="0.94em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="20.34em" y="2.10em" width="0.55em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">5,540 (<tspan fill="#00acd7">30</tspan>, <tspan fill="#2eb8da">27</tspan>, <tspan fill="#5cc4dd">17</tspan>, <tspan fill="#8ad0e0">9</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="21.40em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.86em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.86em" y="3.30em" width="1.65em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.51em" y="3.30em" width="1.52em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="16.02em" y="3.30em" width="1.07em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.10em" y="3.30em" width="0.75em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,638 (<tspan fill="#00acd7">9</tspan>, <tspan fill="#2eb8da">16</tspan>, <tspan fill="#5cc4dd">15</tspan>, <tspan fill="#8ad0e0">11</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="18.34em" y="3.90em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.30em" y="4.50em" width="1.16em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.46em" y="4.50em" width="1.18em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.64em" y="4.50em" width="1.04em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.68em" y="4.50em" width="0.73em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,369 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">12</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">10</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="17.91em" y="5.10em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.11em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.11em" y="5.70em" width="0.78em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.88em" y="5.70em" width="0.85em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.73em" y="5.70em" width="0.87em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.60em" y="5.70em" width="0.75em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,706 (<tspan fill="#00acd7">11</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">9</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="16.85em" y="6.30em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.70em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.70em" y="6.90em" width="0.76em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.46em" y="6.90em" width="0.81em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.27em" y="6.90em" width="0.80em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.07em" y="6.90em" width="0.79em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,402 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">8</tspan>%)</tspan></text>
-<text x="16.36em" y="7.50em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.20em" y="8.10em" width="0.48em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.69em" y="8.10em" width="0.86em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.54em" y="8.10em" width="0.96em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.51em" y="8.10em" width="0.74em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">2,020 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">10</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="15.74em" y="8.70em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.39em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.39em" y="9.30em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.82em" y="9.30em" width="0.53em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.35em" y="9.30em" width="0.66em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.02em" y="9.30em" width="0.60em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,631 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.12em" y="9.90em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.65em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.65em" y="10.50em" width="0.46em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.11em" y="10.50em" width="0.42em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.53em" y="10.50em" width="0.44em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.97em" y="10.50em" width="0.40em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">1,475 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">4</tspan>%)</tspan></text>
-<text x="14.87em" y="11.10em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.44em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.44em" y="11.70em" width="0.29em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.74em" y="11.70em" width="0.35em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="11.70em" width="0.33em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.42em" y="11.70em" width="0.25em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">1,042 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="14.17em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.45em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.45em" y="12.90em" width="0.34em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.78em" y="12.90em" width="0.31em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="12.90em" width="0.30em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.39em" y="12.90em" width="0.27em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">1,034 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="14.16em" y="13.50em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="14.10em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.28em" y="14.10em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.43em" y="14.10em" width="0.16em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.58em" y="14.10em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">460 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.24em" y="14.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="15.30em" width="0.06em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="15.30em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.20em" y="15.30em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.31em" y="15.30em" width="0.14em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">284 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.6</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.96em" y="15.90em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="16.50em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.06em" y="16.50em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="16.50em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.25em" y="16.50em" width="0.20em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">278 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="12.95em" y="17.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.03em" y="17.70em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.08em" y="17.70em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="17.70em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="17.70em" width="0.13em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">260 (<tspan fill="#00acd7">0.3</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.92em" y="18.30em"><tspan class="size">Swift</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="18.90em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="18.90em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.11em" y="18.90em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.22em" y="18.90em" width="0.13em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">223 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.86em" y="19.50em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="20.10em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.07em" y="20.10em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="20.10em" width="0.08em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.22em" y="20.10em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">185 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">0.8</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.80em" y="20.70em"><tspan class="size">Kotlin</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="21.30em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="21.30em" width="0.03em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.06em" y="21.30em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.12em" y="21.30em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">139 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.3</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.72em" y="21.90em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="22.50em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="22.50em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.08em" y="22.50em" width="0.08em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.16em" y="22.50em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">139 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.8</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.72em" y="23.10em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="23.70em" width="0.03em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="23.70em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="23.70em" width="0.05em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.14em" y="23.70em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">136 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.3</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.5</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.72em" y="24.30em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="24.90em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="24.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.07em" y="24.90em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.13em" y="24.90em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">124 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="12.70em" y="25.50em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.00em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.00em" y="26.10em" width="0.01em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.01em" y="26.10em" width="0.00em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.02em" y="26.10em" width="0.01em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.03em" y="26.10em" width="0.01em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">24 (<tspan fill="#00acd7">0.0</tspan>, <tspan fill="#2eb8da">0.1</tspan>, <tspan fill="#5cc4dd">0.0</tspan>, <tspan fill="#8ad0e0">0.1</tspan>, <tspan fill="#b8dce3">0.1</tspan>%)</tspan></text>
-<text x="12.54em" y="26.70em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="27.30em" width="0.25em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.25em" y="27.30em" width="0.23em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.48em" y="27.30em" width="0.28em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.76em" y="27.30em" width="0.23em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.99em" y="27.30em" width="0.17em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="27.90em" text-anchor="end"><tspan class="size">726 (<tspan fill="#777777">3</tspan>, <tspan fill="#8e8e8e">2</tspan>, <tspan fill="#a5a5a5">3</tspan>, <tspan fill="#bcbcbc">2</tspan>, <tspan fill="#d3d3d3">2</tspan>%)</tspan></text>
-<text x="13.67em" y="27.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="28.50em" width="0.28em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="29.10em" text-anchor="end"><tspan class="size">173 (2.8%)</tspan></text>
-<text x="12.78em" y="29.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-<p>
-<!--include lang-pref.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="29.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your preference </tspan></text>
-<rect x="12.00em" y="2.10em" width="6.54em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="18.54em" y="2.10em" width="1.76em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="20.29em" y="2.10em" width="0.59em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="20.88em" y="2.10em" width="0.21em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="21.09em" y="2.10em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">5,728 (<tspan fill="#00acd7">65</tspan>, <tspan fill="#2eb8da">18</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="21.70em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.73em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.73em" y="3.30em" width="1.81em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.55em" y="3.30em" width="1.25em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.80em" y="3.30em" width="0.83em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.63em" y="3.30em" width="0.44em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,156 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">18</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">4</tspan>%)</tspan></text>
-<text x="17.57em" y="3.90em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.30em" y="4.50em" width="0.94em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.24em" y="4.50em" width="1.17em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.41em" y="4.50em" width="0.84em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.25em" y="4.50em" width="0.70em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,463 (<tspan fill="#00acd7">3</tspan>, <tspan fill="#2eb8da">9</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="16.46em" y="5.10em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.17em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.17em" y="5.70em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.91em" y="5.70em" width="0.77em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.68em" y="5.70em" width="0.69em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.37em" y="5.70em" width="0.56em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,827 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.43em" y="6.30em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.22em" y="6.90em" width="0.63em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.85em" y="6.90em" width="0.69em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.54em" y="6.90em" width="0.66em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.20em" y="6.90em" width="0.63em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,764 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">6</tspan>, <tspan fill="#5cc4dd">7</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.33em" y="7.50em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="8.10em" width="0.35em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.49em" y="8.10em" width="0.51em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.00em" y="8.10em" width="0.54em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.54em" y="8.10em" width="0.46em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,240 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">5</tspan>%)</tspan></text>
-<text x="14.49em" y="8.70em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="9.30em" width="0.31em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.37em" y="9.30em" width="0.56em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.93em" y="9.30em" width="0.51em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.43em" y="9.30em" width="0.49em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,196 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">5</tspan>%)</tspan></text>
-<text x="14.42em" y="9.90em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="10.50em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.68em" y="10.50em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.06em" y="10.50em" width="0.27em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.33em" y="10.50em" width="0.18em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">939 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.01em" y="11.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.21em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.21em" y="11.70em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.65em" y="11.70em" width="0.40em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.04em" y="11.70em" width="0.28em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.33em" y="11.70em" width="0.16em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">924 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.98em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.20em" y="12.90em" width="0.41em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.61em" y="12.90em" width="0.32em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.93em" y="12.90em" width="0.26em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.19em" y="12.90em" width="0.19em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">859 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.88em" y="13.50em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.08em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.08em" y="14.10em" width="0.27em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="14.10em" width="0.29em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.64em" y="14.10em" width="0.27em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.92em" y="14.10em" width="0.30em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">757 (<tspan fill="#00acd7">0.8</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="13.72em" y="14.70em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="15.30em" width="0.18em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.29em" y="15.30em" width="0.20em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.49em" y="15.30em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.64em" y="15.30em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">455 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="13.23em" y="15.90em"><tspan class="size">Kotlin</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.07em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.07em" y="16.50em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.21em" y="16.50em" width="0.19em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.40em" y="16.50em" width="0.17em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.56em" y="16.50em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">414 (<tspan fill="#00acd7">0.7</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.16em" y="17.10em"><tspan class="size">Swift</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="17.70em" width="0.11em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.20em" y="17.70em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.35em" y="17.70em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.50em" y="17.70em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">383 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.12em" y="18.30em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.08em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.08em" y="18.90em" width="0.10em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.18em" y="18.90em" width="0.15em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.32em" y="18.90em" width="0.12em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.45em" y="18.90em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">335 (<tspan fill="#00acd7">0.8</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="13.04em" y="19.50em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="20.10em" width="0.13em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.18em" y="20.10em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.29em" y="20.10em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.40em" y="20.10em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">305 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="12.99em" y="20.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.03em" y="21.30em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="21.30em" width="0.13em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.24em" y="21.30em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.37em" y="21.30em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">279 (<tspan fill="#00acd7">0.3</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.95em" y="21.90em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="22.50em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.06em" y="22.50em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.17em" y="22.50em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="22.50em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">250 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.90em" y="23.10em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="23.70em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.14em" y="23.70em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.24em" y="23.70em" width="0.09em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.34em" y="23.70em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">248 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">0.9</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.90em" y="24.30em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="24.90em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.05em" y="24.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="24.90em" width="0.05em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.14em" y="24.90em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">113 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.5</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="12.68em" y="25.50em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="26.10em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="26.10em" width="0.03em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.06em" y="26.10em" width="0.03em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.09em" y="26.10em" width="0.02em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">71 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.3</tspan>, <tspan fill="#8ad0e0">0.3</tspan>, <tspan fill="#b8dce3">0.2</tspan>%)</tspan></text>
-<text x="12.61em" y="26.70em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="27.30em" width="0.22em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.22em" y="27.30em" width="0.29em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.52em" y="27.30em" width="0.31em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.82em" y="27.30em" width="0.20em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="13.03em" y="27.30em" width="0.11em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="27.90em" text-anchor="end"><tspan class="size">709 (<tspan fill="#777777">2</tspan>, <tspan fill="#8e8e8e">3</tspan>, <tspan fill="#a5a5a5">3</tspan>, <tspan fill="#bcbcbc">2</tspan>, <tspan fill="#d3d3d3">1</tspan>%)</tspan></text>
-<text x="13.64em" y="27.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="28.50em" width="0.39em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="29.10em" text-anchor="end"><tspan class="size">241 (3.9%)</tspan></text>
-<text x="12.89em" y="29.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-
-
-<p>
-<!--include about-me-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 747 136" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M312.757,53.887c0,-2.044 -1.659,-3.704 -3.703,-3.704l-293.481,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.407c0,2.044 1.66,3.703 3.704,3.703l293.481,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M697.757,39.073c0,-2.044 -1.659,-3.703 -3.703,-3.703l-293.481,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l293.481,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M334.419,58.906l-1.301,-5.019l40.745,-10.567l-1.209,-4.66l9.029,5.31l-5.31,9.029l-1.208,-4.66l-40.746,10.567Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><text x="14.976px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="398.976px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text><text x="383.976px" y="29.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">The following apply to me: (multiple choice)</text><rect x="470.976" y="39.862" width="81" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="47.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">4,201 (67%)</text><text x="557.976px" y="47.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="575.316px 582.204px " y="47.062px 47.062px ">og</tspan>ram at work in Go</text><rect x="470.976" y="54.262" width="75.84" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="61.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,935 (63%)</text><text x="552.816px" y="61.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="570.156px 577.044px " y="61.462px 61.462px ">og</tspan>ram in Go outside of work</text><rect x="470.976" y="68.662" width="65.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="75.862px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,381 (54%)</text><text x="542.136px" y="75.862px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="559.476px 566.364px " y="75.862px 75.862px ">og</tspan>ram at work in another language</text><rect x="470.976" y="83.062" width="19.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="400.056px" y="90.262px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,001 (16%)</text><text x="496.296px" y="90.262px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I manage a pr<tspan x="569.88px 576.768px " y="90.262px 90.262px ">og</tspan>ramming team</text><rect x="470.976" y="97.462" width="9.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="410.064px" y="104.662px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">506  (8%)</text><text x="486.696px" y="104.662px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I am a student</text><rect x="470.976" y="111.862" width="2.16" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="410.064px" y="119.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">113  (2%)</text><text x="479.136px" y="119.062px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="470.976" y="126.262" width="0.48" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="416.736px" y="133.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">27  (0%)</text><text x="477.456px" y="133.462px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="500.124px 506.568px " y="133.462px 133.462px ">es</tspan>ponse</text><text x="-0.024px" y="28.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">The following apply to me: (multiple choice)</text><rect x="86.976" y="39.528" width="79.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="46.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,386 (66%)</text><text x="172.656px" y="46.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="189.996px 196.884px " y="46.728px 46.728px ">og</tspan>ram in Go outside of work</text><rect x="86.976" y="53.928" width="74.64" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="61.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,235 (62%)</text><text x="167.616px" y="61.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="184.956px 191.844px " y="61.128px 61.128px ">og</tspan>ram at work in Go</text><rect x="86.976" y="68.328" width="66.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="16.056px" y="75.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,004 (56%)</text><text x="159.816px" y="75.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I pr<tspan x="177.156px 184.044px " y="75.528px 75.528px ">og</tspan>ram at work in another language</text><rect x="86.976" y="82.728" width="20.64" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.064px" y="89.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">618 (17%)</text><text x="113.616px" y="89.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I manage a pr<tspan x="187.2px 194.088px " y="89.928px 89.928px ">og</tspan>ramming team</text><rect x="86.976" y="97.128" width="11.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.064px" y="104.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">337  (9%)</text><text x="104.256px" y="104.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I am a student</text><rect x="86.976" y="111.528" width="2.64" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.736px" y="118.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">78  (2%)</text><text x="95.616px" y="118.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.976" y="125.928" width="0.36" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.736px" y="133.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">10  (0%)</text><text x="93.336px" y="133.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="116.004px 122.448px " y="133.128px 133.128px ">es</tspan>ponse</text></svg>
-<!--end-->
-</p>
-
-<p>
-<!--include area-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 700 266" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><g><path d="M296.054,117.621c0,-3.812 -3.095,-6.906 -6.906,-6.906l-281.741,0c-3.812,0 -6.907,3.094 -6.907,6.906l0,13.814c0,3.812 3.095,6.906 6.907,6.906l281.741,0c3.811,0 6.906,-3.094 6.906,-6.906l0,-13.814Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M681.054,158.282c0,-4.074 -3.307,-7.381 -7.381,-7.381l-286.125,0c-4.074,0 -7.381,3.307 -7.381,7.381l0,14.762c0,4.074 3.307,7.381 7.381,7.381l286.125,0c4.074,0 7.381,-3.307 7.381,-7.381l0,-14.762Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M316.041,132.267l2.681,-4.438l36.027,21.77l2.49,-4.121l2.509,10.17l-10.17,2.509l2.49,-4.121l-36.027,-21.769Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/></g><g><text x="15.245px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="399.245px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="-0.484px" y="30.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I work in the following ar<tspan x="129.944px 136.388px " y="30.577px 30.577px ">ea</tspan>s: (multiple choice)</text><rect x="86.516" y="41.377" width="75.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="48.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,272 (63%)</text><text x="168.356px" y="48.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="178.784px 185.228px " y="48.577px 48.577px ">eb</tspan> development</text><rect x="86.516" y="55.777" width="45.36" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="62.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,359 (38%)</text><text x="137.876px" y="62.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Systems pr<tspan x="198.344px 205.232px " y="62.977px 62.977px ">og</tspan>ramming</text><rect x="86.516" y="70.177" width="41.76" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="77.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,251 (35%)</text><text x="134.276px" y="77.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">DevOps</text><rect x="86.516" y="84.577" width="39" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="91.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,169 (33%)</text><text x="131.516px" y="91.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Network pr<tspan x="190.844px 197.732px " y="91.777px 91.777px ">og</tspan>ramming</text><rect x="86.516" y="98.977" width="33.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.596px" y="106.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,006 (28%)</text><text x="126.116px" y="106.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Databases</text><rect x="86.516" y="113.377" width="17.76" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="120.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">533 (15%)</text><text x="110.276px" y="120.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Mobile</text><rect x="86.516" y="127.777" width="16.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="134.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">490 (14%)</text><text x="108.836px" y="134.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Desktop/GUI applications</text><rect x="86.516" y="142.177" width="15.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="149.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">457 (13%)</text><text x="107.756px" y="149.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Security</text><rect x="86.516" y="156.577" width="14.52" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="163.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">435 (12%)</text><text x="107.036px" y="163.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data Science</text><rect x="86.516" y="170.977" width="13.92" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="178.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">417 (12%)</text><text x="106.436px" y="178.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Finance/Commer<tspan x="198.908px 205.352px " y="178.177px 178.177px ">ce</tspan></text><rect x="86.516" y="185.377" width="13.2" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="192.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">394 (11%)</text><text x="105.716px" y="192.577px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Embedded devices/Inter<tspan x="237.296px 243.968px " y="192.577px 192.577px ">ne</tspan>t of Things</text><rect x="86.516" y="199.777" width="12.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="206.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">379 (11%)</text><text x="105.116px" y="206.977px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Academic/Scientific/Numeric</text><rect x="86.516" y="214.177" width="7.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="221.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">228  (6%)</text><text x="100.076px" y="221.377px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Gaming</text><rect x="86.516" y="228.577" width="7.92" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.604px" y="235.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">238  (7%)</text><text x="100.436px" y="235.777px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.516" y="242.977" width="2.52" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="32.276px" y="250.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">74  (2%)</text><text x="95.036px" y="250.177px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="117.704px 124.148px " y="250.177px 250.177px ">es</tspan>ponse</text></g><g><text x="389.261px" y="29.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I work in the following ar<tspan x="519.689px 526.133px " y="29.197px 29.197px ">ea</tspan>s: (multiple choice)</text><rect x="476.261" y="39.997" width="73.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="47.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,807 (61%)</text><text x="555.581px" y="47.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="566.009px 572.453px " y="47.197px 47.197px ">eb</tspan> development</text><rect x="476.261" y="54.397" width="44.64" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="61.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,319 (37%)</text><text x="526.901px" y="61.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Systems pr<tspan x="587.369px 594.257px " y="61.597px 61.597px ">og</tspan>ramming</text><rect x="476.261" y="68.797" width="43.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="75.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,250 (36%)</text><text x="525.581px" y="75.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">DevOps</text><rect x="476.261" y="83.197" width="37.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="90.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,969 (32%)</text><text x="520.181px" y="90.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Network pr<tspan x="579.509px 586.397px " y="90.397px 90.397px ">og</tspan>ramming</text><rect x="476.261" y="97.597" width="33.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="405.341px" y="104.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,751 (28%)</text><text x="515.981px" y="104.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Databases</text><rect x="476.261" y="111.997" width="16.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="119.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">848 (14%)</text><text x="498.581px" y="119.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Security</text><rect x="476.261" y="126.397" width="15" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="133.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">777 (12%)</text><text x="497.261px" y="133.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Finance/Commer<tspan x="589.733px 596.177px " y="133.597px 133.597px ">ce</tspan></text><rect x="476.261" y="140.797" width="13.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="147.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">724 (12%)</text><text x="496.181px" y="147.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data Science</text><rect x="476.261" y="155.197" width="13.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="162.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">696 (11%)</text><text x="495.701px" y="162.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Mobile</text><rect x="476.261" y="169.597" width="13.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="176.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">694 (11%)</text><text x="495.581px" y="176.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Desktop/GUI applications</text><rect x="476.261" y="183.997" width="12.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="191.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">647 (10%)</text><text x="494.741px" y="191.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Embedded devices/Inter<tspan x="626.321px 632.993px " y="191.197px 191.197px ">ne</tspan>t of Things</text><rect x="476.261" y="198.397" width="11.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="205.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">581  (9%)</text><text x="493.421px" y="205.597px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Academic/Scientific/Numeric</text><rect x="476.261" y="212.797" width="11.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="219.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">581  (9%)</text><text x="493.421px" y="219.997px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Machine Lear<tspan x="566.321px 572.993px " y="219.997px 219.997px ">ni</tspan>ng/Artificial Intelligence</text><rect x="476.261" y="227.197" width="6.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="234.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">334  (5%)</text><text x="488.741px" y="234.397px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Gaming</text><rect x="476.261" y="241.597" width="7.32" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="248.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">381  (6%)</text><text x="489.581px" y="248.797px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="476.261" y="255.997" width="2.16" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="415.349px" y="263.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">111  (2%)</text><text x="484.421px" y="263.197px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="507.089px 513.533px " y="263.197px 263.197px ">es</tspan>ponse</text></g></svg>
-<!--end-->
-</p>
-
-<p>
-<!--include uses-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 711 178" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M302.656,52.22c0,-2.044 -1.66,-3.703 -3.704,-3.703l-288.147,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l288.147,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M687.656,37.407c0,-2.044 -1.66,-3.704 -3.704,-3.704l-293.48,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.406c0,2.044 1.66,3.704 3.704,3.704l293.48,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M324.318,57.239l-1.301,-5.018l40.745,-10.568l-1.209,-4.66l9.029,5.31l-5.31,9.029l-1.209,-4.66l-40.745,10.567Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><text x="14.016px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="398.016px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text><g><text x="-0.984px" y="27.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I write the following in Go: (multiple choice)</text><rect x="86.016" y="38.528" width="75" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,247 (63%)</text><text x="167.016px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A runnable/interactive pr<tspan x="298.368px 305.256px " y="45.728px 45.728px ">og</tspan>ram</text><rect x="86.016" y="52.928" width="72.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,174 (60%)</text><text x="164.616px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">API/RPC services</text><rect x="86.016" y="67.328" width="63" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,886 (52%)</text><text x="155.016px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="165.444px 171.888px " y="74.528px 74.528px ">eb</tspan> services</text><rect x="86.016" y="81.728" width="52.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,583 (44%)</text><text x="144.816px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Agents and daemons</text><rect x="86.016" y="96.128" width="47.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,417 (39%)</text><text x="139.296px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Libraries or Frameworks</text><rect x="86.016" y="110.528" width="40.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,209 (34%)</text><text x="132.336px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data pr<tspan x="171.684px 178.572px " y="117.728px 117.728px ">oc</tspan>essing</text><rect x="86.016" y="124.928" width="37.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,120 (31%)</text><text x="129.456px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Automation/scripts</text><rect x="86.016" y="139.328" width="3.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.104px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">107  (3%)</text><text x="95.616px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I don&apos;t write in Go</text><rect x="86.016" y="153.728" width="4.56" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.104px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">137  (4%)</text><text x="96.576px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.016" y="168.128" width="1.56" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="31.776px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">45  (1%)</text><text x="93.576px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="116.244px 122.688px " y="175.328px 175.328px ">es</tspan>ponse</text></g><g><text x="377.016px" y="27.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I write the following in Go: (multiple choice)</text><rect x="464.016" y="38.528" width="78.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">4,071 (65%)</text><text x="548.496px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">API/RPC services</text><rect x="464.016" y="52.928" width="75.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,921 (63%)</text><text x="545.616px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A runnable/interactive pr<tspan x="676.968px 683.856px " y="60.128px 60.128px ">og</tspan>ram</text><rect x="464.016" y="67.328" width="58.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,027 (49%)</text><text x="528.336px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="538.764px 545.208px " y="74.528px 74.528px ">eb</tspan> services</text><rect x="464.016" y="81.728" width="53.28" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,766 (44%)</text><text x="523.296px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Agents and daemons</text><rect x="464.016" y="96.128" width="46.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,394 (38%)</text><text x="516.216px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Libraries or Frameworks</text><rect x="464.016" y="110.528" width="39.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,038 (33%)</text><text x="509.256px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Automation/scripts</text><rect x="464.016" y="124.928" width="39.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,030 (33%)</text><text x="509.136px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data pr<tspan x="548.484px 555.372px " y="132.128px 132.128px ">oc</tspan>essing</text><rect x="464.016" y="139.328" width="3.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="403.104px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">167  (3%)</text><text x="473.256px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I don&apos;t write in Go</text><rect x="464.016" y="153.728" width="3.36" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="403.104px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">176  (3%)</text><text x="473.376px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="464.016" y="168.128" width="1.32" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="409.776px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">70  (1%)</text><text x="471.336px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="494.004px 500.448px " y="175.328px 175.328px ">es</tspan>ponse</text></g></svg>
-<!--end-->
-</p>
diff --git a/_content/survey2017/challenge.svg b/_content/survey2017/challenge.svg
deleted file mode 100644
index b214b5f..0000000
--- a/_content/survey2017/challenge.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge you personally face using Go today? </tspan></text>
-<rect x="7.25em" y="2.10em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">582 (9.3%)</tspan></text>
-<text x="8.68em" y="2.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.79em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">489 (7.9%)</tspan></text>
-<text x="8.54em" y="3.90em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">402 (6.5%)</tspan></text>
-<text x="8.40em" y="5.10em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.44em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">277 (4.4%)</tspan></text>
-<text x="8.19em" y="6.30em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.43em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">266 (4.3%)</tspan></text>
-<text x="8.18em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">194 (3.1%)</tspan></text>
-<text x="8.06em" y="8.70em"><tspan class="size">lack of generics</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">159 (2.6%)</tspan></text>
-<text x="8.01em" y="9.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">137 (2.2%)</tspan></text>
-<text x="7.97em" y="11.10em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">137 (2.2%)</tspan></text>
-<text x="7.97em" y="12.30em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">132 (2.1%)</tspan></text>
-<text x="7.96em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">132 (2.1%)</tspan></text>
-<text x="7.96em" y="14.70em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.20em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">122 (2.0%)</tspan></text>
-<text x="7.95em" y="15.90em"><tspan class="size">time</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">115 (1.8%)</tspan></text>
-<text x="7.93em" y="17.10em"><tspan class="size">enough</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">114 (1.8%)</tspan></text>
-<text x="7.93em" y="18.30em"><tspan class="size">error handling</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">113 (1.8%)</tspan></text>
-<text x="7.93em" y="19.50em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">109 (1.8%)</tspan></text>
-<text x="7.93em" y="20.70em"><tspan class="size">learning</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">106 (1.7%)</tspan></text>
-<text x="7.92em" y="21.90em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="23.10em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">97 (1.6%)</tspan></text>
-<text x="7.91em" y="24.30em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">91 (1.5%)</tspan></text>
-<text x="7.90em" y="25.50em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">91 (1.5%)</tspan></text>
-<text x="22.90em" y="2.70em"><tspan class="size">java</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">87 (1.4%)</tspan></text>
-<text x="22.89em" y="3.90em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">82 (1.3%)</tspan></text>
-<text x="22.88em" y="5.10em"><tspan class="size">debugging</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">81 (1.3%)</tspan></text>
-<text x="22.88em" y="6.30em"><tspan class="size">no generics</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">81 (1.3%)</tspan></text>
-<text x="22.88em" y="7.50em"><tspan class="size">vendoring</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">79 (1.3%)</tspan></text>
-<text x="22.88em" y="8.70em"><tspan class="size">package management</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">79 (1.3%)</tspan></text>
-<text x="22.88em" y="9.90em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">77 (1.2%)</tspan></text>
-<text x="22.87em" y="11.10em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">76 (1.2%)</tspan></text>
-<text x="22.87em" y="12.30em"><tspan class="size">features</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">76 (1.2%)</tspan></text>
-<text x="22.87em" y="13.50em"><tspan class="size">types</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">75 (1.2%)</tspan></text>
-<text x="22.87em" y="14.70em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">74 (1.2%)</tspan></text>
-<text x="22.87em" y="15.90em"><tspan class="size">web</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">73 (1.2%)</tspan></text>
-<text x="22.87em" y="17.10em"><tspan class="size">python</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">73 (1.2%)</tspan></text>
-<text x="22.87em" y="18.30em"><tspan class="size">write</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">68 (1.1%)</tspan></text>
-<text x="22.86em" y="19.50em"><tspan class="size">development</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">67 (1.1%)</tspan></text>
-<text x="22.86em" y="20.70em"><tspan class="size">generic</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">67 (1.1%)</tspan></text>
-<text x="22.86em" y="21.90em"><tspan class="size">writing</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">66 (1.1%)</tspan></text>
-<text x="22.86em" y="23.10em"><tspan class="size">difficult</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">64 (1.0%)</tspan></text>
-<text x="22.85em" y="24.30em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">64 (1.0%)</tspan></text>
-<text x="22.85em" y="25.50em"><tspan class="size">tools</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">63 (1.0%)</tspan></text>
-<text x="37.85em" y="2.70em"><tspan class="size">missing</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">62 (1.0%)</tspan></text>
-<text x="37.85em" y="3.90em"><tspan class="size">performance</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="37.85em" y="5.10em"><tspan class="size">interfaces</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="37.85em" y="6.30em"><tspan class="size">standard</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="37.84em" y="7.50em"><tspan class="size">community</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="37.84em" y="8.70em"><tspan class="size">packages</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="37.84em" y="9.90em"><tspan class="size">build</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="37.84em" y="11.10em"><tspan class="size">well</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="12.30em"><tspan class="size">best</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="13.50em"><tspan class="size">cgo</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="14.70em"><tspan class="size">debugger</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="15.90em"><tspan class="size">ide</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="17.10em"><tspan class="size">other languages</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="18.30em"><tspan class="size">verbose</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="19.50em"><tspan class="size">boilerplate</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="20.70em"><tspan class="size">finding</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="21.90em"><tspan class="size">learn</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">53 (0.9%)</tspan></text>
-<text x="37.84em" y="23.10em"><tspan class="size">not enough</tspan></text>
-<rect x="37.25em" y="23.70em" width="4.75em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">2,956 (47.5%)</tspan></text>
-<text x="42.50em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/community.html b/_content/survey2017/community.html
deleted file mode 100644
index 11b0c8d..0000000
--- a/_content/survey2017/community.html
+++ /dev/null
@@ -1,432 +0,0 @@
-<p>
-<!--include last-year.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="6.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Did you take last year&#39;s survey  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.52em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,569 (25%)</tspan></text>
-<text x="10.27em" y="2.70em"><tspan class="size">Yes</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,892 (46%)</tspan></text>
-<text x="12.40em" y="3.90em"><tspan class="size">No</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">952 (15%)</tspan></text>
-<text x="9.28em" y="5.10em"><tspan class="size">I don&#39;t remember</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">813 (13%)</tspan></text>
-<text x="9.06em" y="6.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include agree-community.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statement: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.05em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.05em" y="3.30em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.13em" y="3.30em" width="0.14em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.27em" y="3.30em" width="1.02em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.29em" y="3.30em" width="1.05em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.33em" y="3.30em" width="3.43em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.76em" y="3.30em" width="2.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">4,970 (<tspan fill="#CE3262">0.5</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">10</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">34</tspan>, <tspan fill="#00ACD7">22</tspan>%)</tspan></text>
-<text x="22.48em" y="3.90em"><tspan class="size">I feel welcome in the Go community (25:1) [33:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include country.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="28.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">List of Countries <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.51em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,561 (25%)</tspan></text>
-<text x="10.26em" y="2.70em"><tspan class="size">United States of America</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">436  (7%)</tspan></text>
-<text x="8.45em" y="3.90em"><tspan class="size">Germany</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">343  (6%)</tspan></text>
-<text x="8.30em" y="5.10em"><tspan class="size">United Kingdom</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">211  (3%)</tspan></text>
-<text x="8.09em" y="6.30em"><tspan class="size">Canada</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">200  (3%)</tspan></text>
-<text x="8.07em" y="7.50em"><tspan class="size">France</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">174  (3%)</tspan></text>
-<text x="8.03em" y="8.70em"><tspan class="size">Russia</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">130  (2%)</tspan></text>
-<text x="7.96em" y="9.90em"><tspan class="size">Australia</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">113  (2%)</tspan></text>
-<text x="7.93em" y="11.10em"><tspan class="size">India</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">110  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">Sweden</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">103  (2%)</tspan></text>
-<text x="7.92em" y="13.50em"><tspan class="size">China</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">99  (2%)</tspan></text>
-<text x="7.91em" y="14.70em"><tspan class="size">Netherlands</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">95  (2%)</tspan></text>
-<text x="7.90em" y="15.90em"><tspan class="size">Spain</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">94  (2%)</tspan></text>
-<text x="7.90em" y="17.10em"><tspan class="size">Brazil</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">89  (1%)</tspan></text>
-<text x="7.89em" y="18.30em"><tspan class="size">Japan</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">84  (1%)</tspan></text>
-<text x="7.88em" y="19.50em"><tspan class="size">Poland</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">62  (1%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">Ukraine</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">58  (1%)</tspan></text>
-<text x="7.84em" y="21.90em"><tspan class="size">Italy</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">57  (1%)</tspan></text>
-<text x="7.84em" y="23.10em"><tspan class="size">Switzerland</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.83em" y="24.30em"><tspan class="size">Taiwan</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">42  (1%)</tspan></text>
-<text x="7.82em" y="25.50em"><tspan class="size">Israel</tspan></text>
-<rect x="7.25em" y="26.10em" width="1.40em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">873 (14%)</tspan></text>
-<text x="9.15em" y="26.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="27.30em" width="2.00em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">1,244 (20%)</tspan></text>
-<text x="9.75em" y="27.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include identify.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">We want the Go community to be inclusive; we want to see how we&#39;re doing and how to improve. Plea... <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,591 (42%)</tspan></text>
-<text x="11.91em" y="2.70em"><tspan class="size">I do not identify as part of an underrepresented group</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">790 (13%)</tspan></text>
-<text x="9.02em" y="3.90em"><tspan class="size">I prefer not to answer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">197  (3%)</tspan></text>
-<text x="8.07em" y="5.10em"><tspan class="size">I identify as LGBTQIA</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.31em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">191  (3%)</tspan></text>
-<text x="8.06em" y="6.30em"><tspan class="size">I identify as ethnically or racially underrepresented</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">164  (3%)</tspan></text>
-<text x="8.01em" y="7.50em"><tspan class="size">I identify as neurodiverse or as having a disability</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">156  (3%)</tspan></text>
-<text x="8.00em" y="8.70em"><tspan class="size">I identify with an underrepresented group not listed (please specify)</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">101  (2%)</tspan></text>
-<text x="7.91em" y="9.90em"><tspan class="size">I identify as a woman</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">81  (1%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">I identify as part of an underrepresented group, but I prefer not to specify</tspan></text>
-<rect x="7.25em" y="11.70em" width="3.35em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">2,085 (33%)</tspan></text>
-<text x="11.10em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include keyword.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="32.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Just for fun: What is your favorite Go keyword? <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,627 (26%)</tspan></text>
-<text x="10.36em" y="2.70em"><tspan class="size">go</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.37em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">856 (14%)</tspan></text>
-<text x="9.12em" y="3.90em"><tspan class="size">defer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.87em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">539  (9%)</tspan></text>
-<text x="8.62em" y="5.10em"><tspan class="size">func</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.62em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">384  (6%)</tspan></text>
-<text x="8.37em" y="6.30em"><tspan class="size">select</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">375  (6%)</tspan></text>
-<text x="8.35em" y="7.50em"><tspan class="size">interface</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">242  (4%)</tspan></text>
-<text x="8.14em" y="8.70em"><tspan class="size">range</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">222  (4%)</tspan></text>
-<text x="8.11em" y="9.90em"><tspan class="size">chan</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.35em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">215  (3%)</tspan></text>
-<text x="8.10em" y="11.10em"><tspan class="size">struct</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">114  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">fallthrough</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">96  (2%)</tspan></text>
-<text x="7.90em" y="13.50em"><tspan class="size">goto</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">90  (1%)</tspan></text>
-<text x="7.89em" y="14.70em"><tspan class="size">switch</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">89  (1%)</tspan></text>
-<text x="7.89em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">82  (1%)</tspan></text>
-<text x="7.88em" y="17.10em"><tspan class="size">for</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">71  (1%)</tspan></text>
-<text x="7.86em" y="18.30em"><tspan class="size">map</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.83em" y="19.50em"><tspan class="size">import</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="7.81em" y="20.70em"><tspan class="size">if</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">33  (1%)</tspan></text>
-<text x="7.80em" y="21.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.80em" y="23.10em"><tspan class="size">return</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">27  (0%)</tspan></text>
-<text x="7.79em" y="24.30em"><tspan class="size">var</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">24  (0%)</tspan></text>
-<text x="7.79em" y="25.50em"><tspan class="size">continue</tspan></text>
-<rect x="7.25em" y="26.10em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">22  (0%)</tspan></text>
-<text x="7.79em" y="26.70em"><tspan class="size">const</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">15  (0%)</tspan></text>
-<text x="7.77em" y="27.90em"><tspan class="size">break</tspan></text>
-<rect x="7.25em" y="28.50em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">10  (0%)</tspan></text>
-<text x="7.77em" y="29.10em"><tspan class="size">case</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">5  (0%)</tspan></text>
-<text x="7.76em" y="30.30em"><tspan class="size">else</tspan></text>
-<rect x="7.25em" y="30.90em" width="1.56em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">969 (16%)</tspan></text>
-<text x="9.31em" y="31.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include final.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Is there anything else you would like to share with us?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">130 (2.1%)</tspan></text>
-<text x="7.96em" y="2.70em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">119 (1.9%)</tspan></text>
-<text x="7.94em" y="3.90em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="5.10em"><tspan class="size">love</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="6.30em"><tspan class="size">thank you</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">99 (1.6%)</tspan></text>
-<text x="7.91em" y="7.50em"><tspan class="size">thanks</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">87 (1.4%)</tspan></text>
-<text x="7.89em" y="8.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">programming</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">simple</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">52 (0.8%)</tspan></text>
-<text x="7.83em" y="12.30em"><tspan class="size">awesome</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">51 (0.8%)</tspan></text>
-<text x="7.83em" y="13.50em"><tspan class="size">i love</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">44 (0.7%)</tspan></text>
-<text x="7.82em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (0.6%)</tspan></text>
-<text x="7.81em" y="17.10em"><tspan class="size">golang</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">38 (0.6%)</tspan></text>
-<text x="22.81em" y="2.70em"><tspan class="size">keep up the good work</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">38 (0.6%)</tspan></text>
-<text x="22.81em" y="3.90em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="5.10em"><tspan class="size">hard</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="6.30em"><tspan class="size">languages</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">36 (0.6%)</tspan></text>
-<text x="22.81em" y="7.50em"><tspan class="size">job</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">features</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">great work</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="11.10em"><tspan class="size">3</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="12.30em"><tspan class="size">amazing</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="13.50em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="14.70em"><tspan class="size">google</tspan></text>
-<rect x="22.25em" y="15.30em" width="8.30em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">5,167 (83.0%)</tspan></text>
-<text x="31.05em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
\ No newline at end of file
diff --git a/_content/survey2017/community.svg b/_content/survey2017/community.svg
deleted file mode 100644
index f8e770d..0000000
--- a/_content/survey2017/community.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="5.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What changes would make the Go community more welcoming? </tspan></text>
-<rect x="7.25em" y="2.10em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">101 (1.6%)</tspan></text>
-<text x="7.91em" y="2.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="7.84em" y="3.90em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="4.50em" width="8.92em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">5,554 (89.2%)</tspan></text>
-<text x="16.67em" y="5.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/contrib.svg b/_content/survey2017/contrib.svg
deleted file mode 100644
index 9599080..0000000
--- a/_content/survey2017/contrib.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have or am interested in contributing in the following ways to the Go community and projects:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.87em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,785 (29%)</tspan></text>
-<text x="10.62em" y="2.70em"><tspan class="size">Standard library</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,331 (21%)</tspan></text>
-<text x="9.89em" y="3.90em"><tspan class="size">Tools (go guru, go vet, go doc, etc)</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,129 (18%)</tspan></text>
-<text x="9.56em" y="5.10em"><tspan class="size">Documentation</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.79em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,115 (18%)</tspan></text>
-<text x="9.54em" y="6.30em"><tspan class="size">Tutorials</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">967 (16%)</tspan></text>
-<text x="9.30em" y="7.50em"><tspan class="size">Community support via Stack Overflow, Slack, mailing list, etc  </tspan></text>
-<rect x="7.25em" y="8.10em" width="1.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">863 (14%)</tspan></text>
-<text x="9.14em" y="8.70em"><tspan class="size">Being a technical mentor</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">829 (13%)</tspan></text>
-<text x="9.08em" y="9.90em"><tspan class="size">Community involvement (workgroups, meetup attendance)</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">727 (12%)</tspan></text>
-<text x="8.92em" y="11.10em"><tspan class="size">Toolchain (compiler, linker, etc)</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.83em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">514  (8%)</tspan></text>
-<text x="8.58em" y="12.30em"><tspan class="size">Go Project maintenance (issue triage)</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.76em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">474  (8%)</tspan></text>
-<text x="8.51em" y="13.50em"><tspan class="size">Event planning (meetup, conference, etc)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">433  (7%)</tspan></text>
-<text x="8.45em" y="14.70em"><tspan class="size">Language translation</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">337  (5%)</tspan></text>
-<text x="8.29em" y="15.90em"><tspan class="size">General UX &amp; Design contributions</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.50em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">309  (5%)</tspan></text>
-<text x="8.25em" y="17.10em"><tspan class="size">golang.org website (code, UX, IA, content, etc)</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.24em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">148  (2%)</tspan></text>
-<text x="7.99em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="4.10em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">2,553 (41%)</tspan></text>
-<text x="11.85em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/country.svg b/_content/survey2017/country.svg
deleted file mode 100644
index 62317d1..0000000
--- a/_content/survey2017/country.svg
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="28.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">List of Countries <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.51em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,561 (25%)</tspan></text>
-<text x="10.26em" y="2.70em"><tspan class="size">United States of America</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">436  (7%)</tspan></text>
-<text x="8.45em" y="3.90em"><tspan class="size">Germany</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">343  (6%)</tspan></text>
-<text x="8.30em" y="5.10em"><tspan class="size">United Kingdom</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">211  (3%)</tspan></text>
-<text x="8.09em" y="6.30em"><tspan class="size">Canada</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">200  (3%)</tspan></text>
-<text x="8.07em" y="7.50em"><tspan class="size">France</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">174  (3%)</tspan></text>
-<text x="8.03em" y="8.70em"><tspan class="size">Russia</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">130  (2%)</tspan></text>
-<text x="7.96em" y="9.90em"><tspan class="size">Australia</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">113  (2%)</tspan></text>
-<text x="7.93em" y="11.10em"><tspan class="size">India</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">110  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">Sweden</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">103  (2%)</tspan></text>
-<text x="7.92em" y="13.50em"><tspan class="size">China</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">99  (2%)</tspan></text>
-<text x="7.91em" y="14.70em"><tspan class="size">Netherlands</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">95  (2%)</tspan></text>
-<text x="7.90em" y="15.90em"><tspan class="size">Spain</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">94  (2%)</tspan></text>
-<text x="7.90em" y="17.10em"><tspan class="size">Brazil</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">89  (1%)</tspan></text>
-<text x="7.89em" y="18.30em"><tspan class="size">Japan</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">84  (1%)</tspan></text>
-<text x="7.88em" y="19.50em"><tspan class="size">Poland</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">62  (1%)</tspan></text>
-<text x="7.85em" y="20.70em"><tspan class="size">Ukraine</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">58  (1%)</tspan></text>
-<text x="7.84em" y="21.90em"><tspan class="size">Italy</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">57  (1%)</tspan></text>
-<text x="7.84em" y="23.10em"><tspan class="size">Switzerland</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.83em" y="24.30em"><tspan class="size">Taiwan</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">42  (1%)</tspan></text>
-<text x="7.82em" y="25.50em"><tspan class="size">Israel</tspan></text>
-<rect x="7.25em" y="26.10em" width="1.40em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">873 (14%)</tspan></text>
-<text x="9.15em" y="26.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="27.30em" width="2.00em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">1,244 (20%)</tspan></text>
-<text x="9.75em" y="27.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/deploy-go-comp.svg b/_content/survey2017/deploy-go-comp.svg
deleted file mode 100644
index 16773f2..0000000
--- a/_content/survey2017/deploy-go-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 745 285" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><g><text x="0.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="0.916px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Go pr<tspan x="126.736px 133.624px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="87.916" y="44.191" width="49.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,489 (41%)</text><text x="143.596px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="87.916" y="58.591" width="30.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">928 (26%)</text><text x="124.876px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="132.364px 143.476px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="87.916" y="72.991" width="16.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">503 (14%)</text><text x="110.716px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="87.916" y="87.391" width="13.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">412 (11%)</text><text x="107.716px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="87.916" y="101.791" width="9.72" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">292  (8%)</text><text x="103.636px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="111.124px 122.236px " y="108.991px 108.991px ">WS</tspan> Container</text><rect x="87.916" y="116.191" width="7.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">221  (6%)</text><text x="101.236px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="87.916" y="130.591" width="6.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">188  (5%)</text><text x="100.156px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="87.916" y="144.991" width="5.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">161  (4%)</text><text x="99.316px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="87.916" y="159.391" width="4.08" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">121  (3%)</text><text x="97.996px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="116.884px 123.772px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="87.916" y="173.791" width="3.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">114  (3%)</text><text x="97.756px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="121.096px 127.984px " y="180.991px 180.991px ">os</tspan>oft Azur<tspan x="175.528px " y="180.991px ">e</tspan></text><rect x="87.916" y="188.191" width="3.48" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">104  (3%)</text><text x="97.396px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="87.916" y="202.591" width="3.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="33.676px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">94  (3%)</text><text x="97.036px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="104.524px 115.636px " y="209.791px 209.791px ">WS</tspan> Lambda</text><rect x="87.916" y="216.991" width="10.08" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="27.004px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">301  (8%)</text><text x="103.996px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="87.916" y="231.391" width="21.36" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="27.004px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">639 (18%)</text><text x="115.276px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="137.944px 144.388px " y="238.591px 238.591px ">es</tspan>ponse</text></g><text x="409.418px" y="33.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Go pr<tspan x="535.238px 542.126px " y="33.711px 33.711px ">og</tspan>rams to: (multiple choice)</text><rect x="496.418" y="44.511" width="51.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="51.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,664 (43%)</text><text x="553.778px" y="51.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="496.418" y="58.911" width="32.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="66.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,689 (27%)</text><text x="534.938px" y="66.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="542.426px 553.538px " y="66.111px 66.111px ">WS</tspan> EC2</text><rect x="496.418" y="73.311" width="15.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="80.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">799 (13%)</text><text x="517.778px" y="80.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="496.418" y="87.711" width="14.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="94.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">732 (12%)</text><text x="516.578px" y="94.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="524.066px 535.178px " y="94.911px 94.911px ">WS</tspan> Container</text><rect x="496.418" y="102.111" width="12.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="109.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">631 (10%)</text><text x="514.538px" y="109.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="496.418" y="116.511" width="11.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="123.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">596 (10%)</text><text x="513.938px" y="123.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="496.418" y="130.911" width="9.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="138.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">485  (8%)</text><text x="511.778px" y="138.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="496.418" y="145.311" width="6.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="152.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">328  (5%)</text><text x="508.778px" y="152.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="496.418" y="159.711" width="5.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="166.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">262  (4%)</text><text x="507.458px" y="166.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="514.946px 526.058px " y="166.911px 166.911px ">WS</tspan> Lambda</text><rect x="496.418" y="174.111" width="4.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="181.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">255  (4%)</text><text x="507.338px" y="181.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="526.226px 533.114px " y="181.311px 181.311px ">ok</tspan>u</text><rect x="496.418" y="188.511" width="4.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="195.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">255  (4%)</text><text x="507.338px" y="195.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="530.678px 537.566px " y="195.711px 195.711px ">os</tspan>oft Azur<tspan x="585.11px " y="195.711px ">e</tspan></text><rect x="496.418" y="202.911" width="3.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="210.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">183  (3%)</text><text x="505.898px" y="210.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="496.418" y="217.311" width="1.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="224.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">61  (1%)</text><text x="503.618px" y="224.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="527.606px 534.05px " y="224.511px 224.511px ">e </tspan>Container Service</text><rect x="496.418" y="231.711" width="0.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="238.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">51  (1%)</text><text x="503.378px" y="238.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Cloud Functions</text><rect x="496.418" y="246.111" width="0.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="253.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">13  (0%)</text><text x="502.658px" y="253.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="526.646px 533.09px " y="253.311px 253.311px ">e </tspan>Functions</text><rect x="496.418" y="260.511" width="11.64" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="435.506px" y="267.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">601 (10%)</text><text x="514.058px" y="267.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="496.418" y="274.911" width="12.6" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="435.506px" y="282.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">652 (10%)</text><text x="515.018px" y="282.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="537.686px 544.13px " y="282.111px 282.111px ">es</tspan>ponse</text><path d="M340.5,101.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,116.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,145.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,86.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,115.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,130.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M354.369,137.974l-3.445,-6.107l37.049,-20.9l-3.199,-5.671l13.647,3.803l-3.803,13.647l-3.199,-5.672l-37.05,20.9Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/></svg>
\ No newline at end of file
diff --git a/_content/survey2017/deploy-go.svg b/_content/survey2017/deploy-go.svg
deleted file mode 100644
index 19adc88..0000000
--- a/_content/survey2017/deploy-go.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Go programs to:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,664 (43%)</tspan></text>
-<text x="12.03em" y="2.70em"><tspan class="size">Self/Company Owned Servers</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.71em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,689 (27%)</tspan></text>
-<text x="10.46em" y="3.90em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">799 (13%)</tspan></text>
-<text x="9.03em" y="5.10em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">732 (12%)</tspan></text>
-<text x="8.93em" y="6.30em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">631 (10%)</tspan></text>
-<text x="8.76em" y="7.50em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.96em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">596 (10%)</tspan></text>
-<text x="8.71em" y="8.70em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.78em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">485  (8%)</tspan></text>
-<text x="8.53em" y="9.90em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">328  (5%)</tspan></text>
-<text x="8.28em" y="11.10em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.42em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">262  (4%)</tspan></text>
-<text x="8.17em" y="12.30em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">255  (4%)</tspan></text>
-<text x="8.16em" y="13.50em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">255  (4%)</tspan></text>
-<text x="8.16em" y="14.70em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.29em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">183  (3%)</tspan></text>
-<text x="8.04em" y="15.90em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">61  (1%)</tspan></text>
-<text x="7.85em" y="17.10em"><tspan class="size">Azure Container Service</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="7.83em" y="18.30em"><tspan class="size">Google Cloud Functions</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">13  (0%)</tspan></text>
-<text x="7.77em" y="19.50em"><tspan class="size">Azure Functions</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.97em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">601 (10%)</tspan></text>
-<text x="8.72em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="21.30em" width="1.05em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">652 (10%)</tspan></text>
-<text x="8.80em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/deploy-nongo-comp.svg b/_content/survey2017/deploy-nongo-comp.svg
deleted file mode 100644
index c5fd473..0000000
--- a/_content/survey2017/deploy-nongo-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 750 285" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><g><text x="0.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="0.916px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Non-Go pr<tspan x="153.628px 160.516px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="87.916" y="44.191" width="57.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,714 (48%)</text><text x="151.156px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="87.916" y="58.591" width="37.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,122 (31%)</text><text x="131.356px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="138.844px 149.956px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="87.916" y="72.991" width="12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">360 (10%)</text><text x="105.916px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="87.916" y="87.391" width="11.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">343 (10%)</text><text x="105.316px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="112.804px 123.916px " y="94.591px 94.591px ">WS</tspan> Container</text><rect x="87.916" y="101.791" width="8.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">249  (7%)</text><text x="102.196px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="87.916" y="116.191" width="7.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">233  (6%)</text><text x="101.716px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="109.204px 120.316px " y="123.391px 123.391px ">WS</tspan> Lambda</text><rect x="87.916" y="130.591" width="6.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">210  (6%)</text><text x="100.876px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="124.216px 131.104px " y="137.791px 137.791px ">os</tspan>oft Azur<tspan x="178.648px " y="137.791px ">e</tspan></text><rect x="87.916" y="144.991" width="6.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">186  (5%)</text><text x="100.156px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="87.916" y="159.391" width="6.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">185  (5%)</text><text x="100.036px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="118.924px 125.812px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="87.916" y="173.791" width="3.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">115  (3%)</text><text x="97.756px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="87.916" y="188.191" width="3.36" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">100  (3%)</text><text x="97.276px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="87.916" y="202.591" width="3.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="33.676px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">94  (3%)</text><text x="97.036px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="87.916" y="216.991" width="9.96" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="27.004px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">297  (8%)</text><text x="103.876px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="87.916" y="231.391" width="22.08" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="27.004px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">660 (18%)</text><text x="115.996px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="138.664px 145.108px " y="238.591px 238.591px ">es</tspan>ponse</text></g><g><text x="409.418px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Non-Go pr<tspan x="562.13px 569.018px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="496.418" y="44.191" width="55.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,865 (46%)</text><text x="557.618px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="496.418" y="58.591" width="39.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,076 (33%)</text><text x="542.378px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="549.866px 560.978px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="496.418" y="72.991" width="15.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">806 (13%)</text><text x="517.898px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="525.386px 536.498px " y="80.191px 80.191px ">WS</tspan> Container</text><rect x="496.418" y="87.391" width="12.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">644 (10%)</text><text x="514.778px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="522.266px 533.378px " y="94.591px 94.591px ">WS</tspan> Lambda</text><rect x="496.418" y="101.791" width="10.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">528  (8%)</text><text x="512.618px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="496.418" y="116.191" width="10.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">527  (8%)</text><text x="512.618px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="496.418" y="130.591" width="8.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">442  (7%)</text><text x="510.938px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="496.418" y="144.991" width="7.8" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">402  (6%)</text><text x="510.218px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="533.558px 540.446px " y="152.191px 152.191px ">os</tspan>oft Azur<tspan x="587.99px " y="152.191px ">e</tspan></text><rect x="496.418" y="159.391" width="6.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">340  (5%)</text><text x="509.018px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="527.906px 534.794px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="496.418" y="173.791" width="6.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">327  (5%)</text><text x="508.778px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="496.418" y="188.191" width="3.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">188  (3%)</text><text x="506.018px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="496.418" y="202.591" width="3.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">159  (3%)</text><text x="505.538px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="496.418" y="216.991" width="1.8" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">95  (2%)</text><text x="504.218px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Cloud Functions</text><rect x="496.418" y="231.391" width="1.68" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">85  (1%)</text><text x="504.098px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="528.086px 534.53px " y="238.591px 238.591px ">e </tspan>Container Service</text><rect x="496.418" y="245.791" width="0.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="252.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">50  (1%)</text><text x="503.378px" y="252.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="527.366px 533.81px " y="252.991px 252.991px ">e </tspan>Functions</text><rect x="496.418" y="260.191" width="10.08" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="435.506px" y="267.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">524  (8%)</text><text x="512.498px" y="267.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="496.418" y="274.591" width="15.96" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="435.506px" y="281.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">825 (13%)</text><text x="518.378px" y="281.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="541.046px 547.49px " y="281.791px 281.791px ">es</tspan>ponse</text></g><path d="M354.369,142.974l-3.445,-6.107l37.049,-20.9l-3.199,-5.671l13.647,3.803l-3.803,13.647l-3.199,-5.672l-37.05,20.9Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,85.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,115.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,172.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,144.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,71.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,101.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,173.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,86.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/></svg>
\ No newline at end of file
diff --git a/_content/survey2017/deploy-nongo.svg b/_content/survey2017/deploy-nongo.svg
deleted file mode 100644
index 84621af..0000000
--- a/_content/survey2017/deploy-nongo.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Non-Go programs to:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,865 (46%)</tspan></text>
-<text x="12.35em" y="2.70em"><tspan class="size">Self/Company Owned Servers</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,076 (33%)</tspan></text>
-<text x="11.08em" y="3.90em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.29em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">806 (13%)</tspan></text>
-<text x="9.04em" y="5.10em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.03em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">644 (10%)</tspan></text>
-<text x="8.78em" y="6.30em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">528  (8%)</tspan></text>
-<text x="8.60em" y="7.50em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">527  (8%)</tspan></text>
-<text x="8.60em" y="8.70em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.71em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">442  (7%)</tspan></text>
-<text x="8.46em" y="9.90em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">402  (6%)</tspan></text>
-<text x="8.40em" y="11.10em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">340  (5%)</tspan></text>
-<text x="8.30em" y="12.30em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">327  (5%)</tspan></text>
-<text x="8.28em" y="13.50em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">188  (3%)</tspan></text>
-<text x="8.05em" y="14.70em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">159  (3%)</tspan></text>
-<text x="8.01em" y="15.90em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">95  (2%)</tspan></text>
-<text x="7.90em" y="17.10em"><tspan class="size">Google Cloud Functions</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">85  (1%)</tspan></text>
-<text x="7.89em" y="18.30em"><tspan class="size">Azure Container Service</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">50  (1%)</tspan></text>
-<text x="7.83em" y="19.50em"><tspan class="size">Azure Functions</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.84em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">524  (8%)</tspan></text>
-<text x="8.59em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="21.30em" width="1.33em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">825 (13%)</tspan></text>
-<text x="9.08em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/dev.html b/_content/survey2017/dev.html
deleted file mode 100644
index 2ae5ef6..0000000
--- a/_content/survey2017/dev.html
+++ /dev/null
@@ -1,331 +0,0 @@
-<p>
-<!--include os.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I primarily develop Go on:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.38em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,973 (64%)</tspan></text>
-<text x="14.13em" y="2.70em"><tspan class="size">Linux</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.90em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,048 (49%)</tspan></text>
-<text x="12.65em" y="3.90em"><tspan class="size">MacOS</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,151 (18%)</tspan></text>
-<text x="9.60em" y="5.10em"><tspan class="size">Windows</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">112  (2%)</tspan></text>
-<text x="7.93em" y="6.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.53em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">328  (5%)</tspan></text>
-<text x="8.28em" y="7.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include editor.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My preferred code editor </tspan></text>
-<rect x="7.25em" y="2.10em" width="2.68em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.93em" y="2.10em" width="1.25em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,449 (<tspan fill="#00acd7">27</tspan>, <tspan fill="#75cbe0">13</tspan>%)</tspan></text>
-<text x="11.68em" y="2.70em"><tspan class="size">VSCode</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.23em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.48em" y="3.30em" width="1.44em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,288 (<tspan fill="#00acd7">22</tspan>, <tspan fill="#75cbe0">14</tspan>%)</tspan></text>
-<text x="11.42em" y="3.90em"><tspan class="size">Vim</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.92em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.17em" y="4.50em" width="0.70em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,628 (<tspan fill="#00acd7">19</tspan>, <tspan fill="#75cbe0">7</tspan>%)</tspan></text>
-<text x="10.36em" y="5.10em"><tspan class="size">IntelliJ/GoLand</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.67em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.92em" y="5.70em" width="0.79em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">912 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#75cbe0">8</tspan>%)</tspan></text>
-<text x="9.21em" y="6.30em"><tspan class="size">Sublime Text</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.61em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.86em" y="6.90em" width="0.66em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">791 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#75cbe0">7</tspan>%)</tspan></text>
-<text x="9.02em" y="7.50em"><tspan class="size">Atom</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.59em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.84em" y="8.10em" width="0.19em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">490 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#75cbe0">2</tspan>%)</tspan></text>
-<text x="8.54em" y="8.70em"><tspan class="size">Emacs</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.45em" y="9.30em" width="0.24em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">274 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#75cbe0">2</tspan>%)</tspan></text>
-<text x="8.19em" y="9.90em"><tspan class="size">Visual Studio</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.37em" y="10.50em" width="0.13em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">154 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#75cbe0">1</tspan>%)</tspan></text>
-<text x="8.00em" y="11.10em"><tspan class="size">LiteIDE</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.30em" y="11.70em" width="0.09em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">88 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#75cbe0">0.9</tspan>%)</tspan></text>
-<text x="7.89em" y="12.30em"><tspan class="size">Eclipse</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.31em" y="12.90em" width="0.04em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">67 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#75cbe0">0.4</tspan>%)</tspan></text>
-<text x="7.86em" y="13.50em"><tspan class="size">Acme</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.25em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.50em" y="14.10em" width="0.16em" height="0.60em" stroke="#b0b0b0" fill="#b0b0b0"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">256 (<tspan fill="#777777">3</tspan>, <tspan fill="#b0b0b0">2</tspan>%)</tspan></text>
-<text x="8.16em" y="14.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.61em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">382 (6.1%)</tspan></text>
-<text x="8.36em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include sat-editor.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">How satisfied are you with Go support in your preferred editor: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">very dissatisfied</tspan>, <tspan fill="#D77A95">dissatisfied</tspan>, <tspan fill="#E6B1C1">somewhat dissatisfied</tspan>, <tspan fill="#cccccc">neither satisfied or unsatisfied</tspan>, <tspan fill="#77CCE9">somewhat satisfied</tspan>, <tspan fill="#50BFE2">satisfied</tspan>, <tspan fill="#00ACD7">very satisfied</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.11em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.11em" y="3.30em" width="0.09em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.20em" y="3.30em" width="0.28em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.48em" y="3.30em" width="0.34em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.82em" y="3.30em" width="1.62em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.44em" y="3.30em" width="3.82em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.26em" y="3.30em" width="2.94em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,730 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">0.9</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">3</tspan>, <tspan fill="#77CCE9">16</tspan>, <tspan fill="#50BFE2">38</tspan>, <tspan fill="#00ACD7">29</tspan>%)</tspan></text>
-<text x="23.70em" y="3.90em"><tspan class="size"> (18:1) [24:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include deploy-go.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Go programs to:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,664 (43%)</tspan></text>
-<text x="12.03em" y="2.70em"><tspan class="size">Self/Company Owned Servers</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.71em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,689 (27%)</tspan></text>
-<text x="10.46em" y="3.90em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.28em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">799 (13%)</tspan></text>
-<text x="9.03em" y="5.10em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">732 (12%)</tspan></text>
-<text x="8.93em" y="6.30em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">631 (10%)</tspan></text>
-<text x="8.76em" y="7.50em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.96em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">596 (10%)</tspan></text>
-<text x="8.71em" y="8.70em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.78em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">485  (8%)</tspan></text>
-<text x="8.53em" y="9.90em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">328  (5%)</tspan></text>
-<text x="8.28em" y="11.10em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.42em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">262  (4%)</tspan></text>
-<text x="8.17em" y="12.30em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">255  (4%)</tspan></text>
-<text x="8.16em" y="13.50em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">255  (4%)</tspan></text>
-<text x="8.16em" y="14.70em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.29em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">183  (3%)</tspan></text>
-<text x="8.04em" y="15.90em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">61  (1%)</tspan></text>
-<text x="7.85em" y="17.10em"><tspan class="size">Azure Container Service</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="7.83em" y="18.30em"><tspan class="size">Google Cloud Functions</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">13  (0%)</tspan></text>
-<text x="7.77em" y="19.50em"><tspan class="size">Azure Functions</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.97em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">601 (10%)</tspan></text>
-<text x="8.72em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="21.30em" width="1.05em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">652 (10%)</tspan></text>
-<text x="8.80em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include deploy-nongo.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="22.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My team deploys Non-Go programs to:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,865 (46%)</tspan></text>
-<text x="12.35em" y="2.70em"><tspan class="size">Self/Company Owned Servers</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,076 (33%)</tspan></text>
-<text x="11.08em" y="3.90em"><tspan class="size">AWS EC2</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.29em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">806 (13%)</tspan></text>
-<text x="9.04em" y="5.10em"><tspan class="size">AWS Container</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.03em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">644 (10%)</tspan></text>
-<text x="8.78em" y="6.30em"><tspan class="size">AWS Lambda</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">528  (8%)</tspan></text>
-<text x="8.60em" y="7.50em"><tspan class="size">Google Compute Engine</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">527  (8%)</tspan></text>
-<text x="8.60em" y="8.70em"><tspan class="size">Digital Ocean</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.71em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">442  (7%)</tspan></text>
-<text x="8.46em" y="9.90em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">402  (6%)</tspan></text>
-<text x="8.40em" y="11.10em"><tspan class="size">Microsoft Azure</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">340  (5%)</tspan></text>
-<text x="8.30em" y="12.30em"><tspan class="size">Heroku</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">327  (5%)</tspan></text>
-<text x="8.28em" y="13.50em"><tspan class="size">Google Container Engine (GKE)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">188  (3%)</tspan></text>
-<text x="8.05em" y="14.70em"><tspan class="size">Google App Engine</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">159  (3%)</tspan></text>
-<text x="8.01em" y="15.90em"><tspan class="size">Linode</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">95  (2%)</tspan></text>
-<text x="7.90em" y="17.10em"><tspan class="size">Google Cloud Functions</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">85  (1%)</tspan></text>
-<text x="7.89em" y="18.30em"><tspan class="size">Azure Container Service</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">50  (1%)</tspan></text>
-<text x="7.83em" y="19.50em"><tspan class="size">Azure Functions</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.84em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">524  (8%)</tspan></text>
-<text x="8.59em" y="20.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="21.30em" width="1.33em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">825 (13%)</tspan></text>
-<text x="9.08em" y="21.90em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include editor-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 745 213" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M340.5,57.574c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M340.5,86.601c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M340.5,72.387c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M340.5,101.415c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M744.01,42.76c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l332.593,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M744.01,71.787c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.704 3.704,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M744.01,101.415c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.406c0,2.044 1.66,3.704 3.704,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M744.01,86.601c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l332.593,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><g><text x="3.626px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="413.626px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><path d="M356.469,76.146l-2.589,-4.492l36.469,-21.019l-2.404,-4.172l10.116,2.719l-2.718,10.116l-2.405,-4.171l-36.469,21.019Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M351.976,87.612l2.158,-4.714l38.272,17.524l2.004,-4.377l3.651,9.818l-9.818,3.651l2.004,-4.378l-38.271,-17.524Z" style="fill:#ac16a5;fill-opacity:0.113725;stroke:#ac16a5;stroke-width:1px;"/><g><text x="415.315px" y="33.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My pr<tspan x="445.999px 452.443px " y="33.283px 33.283px ">ef</tspan>err<tspan x="470.215px 476.659px " y="33.283px 33.283px ">ed</tspan> code editor</text><rect x="502.315" y="44.083" width="32.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="534.475" y="44.083" width="15" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,51.2831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,449 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">27</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">13</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="555.475px" y="51.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">VSCode</text><rect x="502.315" y="58.483" width="26.76" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="529.075" y="58.483" width="17.28" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,65.6831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,288 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">22</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">14</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="552.355px" y="65.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="559.471px 562.135px " y="65.683px 65.683px ">im</tspan></text><rect x="502.315" y="72.883" width="23.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="525.355" y="72.883" width="8.4" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,80.0831)"><text x="-78.264px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,628 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">19</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">7</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="539.635px" y="80.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">IntelliJ/GoLand</text><rect x="502.315" y="87.283" width="8.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="510.355" y="87.283" width="9.48" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,94.4831)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">912 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">7</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">8</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="525.835px" y="94.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Sublime T<tspan x="578.299px 584.743px " y="94.483px 94.483px ">ex</tspan>t</text><rect x="502.315" y="101.683" width="7.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="509.635" y="101.683" width="7.92" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,108.883)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">791 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">7</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="523.555px" y="108.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Atom</text><rect x="502.315" y="116.083" width="7.08" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="509.395" y="116.083" width="2.28" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,123.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">490 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="517.795px" y="123.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Emacs</text><rect x="502.315" y="130.483" width="2.4" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="504.715" y="130.483" width="2.88" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,137.683)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">274 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">2</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="513.595px" y="137.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="520.711px 523.375px " y="137.683px 137.683px ">is</tspan>ual Studio</text><rect x="502.315" y="144.883" width="1.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.755" y="144.883" width="1.56" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,152.083)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">154 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">1</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">1</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="511.315px" y="152.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">LiteIDE</text><rect x="502.315" y="159.283" width="0.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="502.915" y="159.283" width="1.08" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,166.483)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">88 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">0.5</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">0.9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="509.995px" y="166.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Eclipse</text><rect x="502.315" y="173.683" width="0.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.035" y="173.683" width="0.48" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,180.883)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">67 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">0.6</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">0.4</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="509.635px" y="180.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Acme</text><rect x="502.315" y="188.083" width="3" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="505.315" y="188.083" width="1.92" height="7.2" style="fill:#b0b0b0;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,195.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">256 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#777;">3</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#b0b0b0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="513.235px" y="195.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="502.315" y="202.483" width="7.32" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="438.067px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">382 (6.1%)</text><text x="515.635px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="538.303px 544.747px " y="209.683px 209.683px ">es</tspan>ponse</text></g><g><text x="4.392px" y="33.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My pr<tspan x="35.076px 41.52px " y="33.283px 33.283px ">ef</tspan>err<tspan x="59.292px 65.736px " y="33.283px 33.283px ">ed</tspan> code editor</text><rect x="91.392" y="44.083" width="29.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="120.792" y="44.083" width="15.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,51.2831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,359 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">25</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">13</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="142.752px" y="51.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="149.868px 152.532px " y="51.283px 51.283px ">im</tspan></text><rect x="91.392" y="58.483" width="16.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="107.952" y="58.483" width="10.56" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,65.6831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">814 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">14</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="124.512px" y="65.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">VSCode</text><rect x="91.392" y="72.883" width="12.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="103.632" y="72.883" width="10.32" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,80.0831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">676 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">10</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="119.952px" y="80.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Atom</text><rect x="91.392" y="87.283" width="15.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="107.352" y="87.283" width="6.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,94.4831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">687 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">13</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">6</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="120.312px" y="94.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">IntelliJ</text><rect x="91.392" y="101.683" width="11.88" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="103.272" y="101.683" width="9.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,108.883)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">655 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">10</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">8</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="119.232px" y="108.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Sublime T<tspan x="171.696px 178.14px " y="108.883px 108.883px ">ex</tspan>t</text><rect x="91.392" y="116.083" width="7.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="99.192" y="116.083" width="2.4" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,123.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">305 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="107.592px" y="123.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Emacs</text><rect x="91.392" y="130.483" width="2.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="93.672" y="130.483" width="2.28" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,137.683)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">137 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">2</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="101.952px" y="137.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="109.068px 111.732px " y="137.683px 137.683px ">is</tspan>ual Studio</text><rect x="91.392" y="144.883" width="3" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.392" y="144.883" width="2.04" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,152.083)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">153 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">3</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="102.552px" y="152.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">LiteIDE</text><rect x="91.392" y="159.283" width="1.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="92.832" y="159.283" width="1.92" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,166.483)"><text x="-54.912px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">99 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">1</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="100.752px" y="166.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Eclipse</text><rect x="91.392" y="173.683" width="0.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="91.992" y="173.683" width="0.6" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,180.883)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">37 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">0.5</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">0.5</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="98.592px" y="180.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Acme</text><rect x="91.392" y="188.083" width="4.56" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="95.952" y="188.083" width="3.36" height="7.2" style="fill:#b0b0b0;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,195.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">238 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#777;">4</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#b0b0b0;">3</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="105.312px" y="195.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="91.392" y="202.483" width="14.16" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="30.48px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">425 (12%)</text><text x="111.552px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="134.22px 140.664px " y="209.683px 209.683px ">es</tspan>ponse</text></g></svg>
-<!--end-->
-</p>
-
-<p>
-<!--include deploy-go-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 745 285" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><g><text x="0.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="0.916px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Go pr<tspan x="126.736px 133.624px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="87.916" y="44.191" width="49.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,489 (41%)</text><text x="143.596px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="87.916" y="58.591" width="30.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">928 (26%)</text><text x="124.876px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="132.364px 143.476px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="87.916" y="72.991" width="16.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">503 (14%)</text><text x="110.716px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="87.916" y="87.391" width="13.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">412 (11%)</text><text x="107.716px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="87.916" y="101.791" width="9.72" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">292  (8%)</text><text x="103.636px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="111.124px 122.236px " y="108.991px 108.991px ">WS</tspan> Container</text><rect x="87.916" y="116.191" width="7.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">221  (6%)</text><text x="101.236px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="87.916" y="130.591" width="6.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">188  (5%)</text><text x="100.156px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="87.916" y="144.991" width="5.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">161  (4%)</text><text x="99.316px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="87.916" y="159.391" width="4.08" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">121  (3%)</text><text x="97.996px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="116.884px 123.772px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="87.916" y="173.791" width="3.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">114  (3%)</text><text x="97.756px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="121.096px 127.984px " y="180.991px 180.991px ">os</tspan>oft Azur<tspan x="175.528px " y="180.991px ">e</tspan></text><rect x="87.916" y="188.191" width="3.48" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">104  (3%)</text><text x="97.396px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="87.916" y="202.591" width="3.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="33.676px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">94  (3%)</text><text x="97.036px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="104.524px 115.636px " y="209.791px 209.791px ">WS</tspan> Lambda</text><rect x="87.916" y="216.991" width="10.08" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="27.004px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">301  (8%)</text><text x="103.996px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="87.916" y="231.391" width="21.36" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="27.004px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">639 (18%)</text><text x="115.276px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="137.944px 144.388px " y="238.591px 238.591px ">es</tspan>ponse</text></g><text x="409.418px" y="33.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Go pr<tspan x="535.238px 542.126px " y="33.711px 33.711px ">og</tspan>rams to: (multiple choice)</text><rect x="496.418" y="44.511" width="51.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="51.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,664 (43%)</text><text x="553.778px" y="51.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="496.418" y="58.911" width="32.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="66.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,689 (27%)</text><text x="534.938px" y="66.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="542.426px 553.538px " y="66.111px 66.111px ">WS</tspan> EC2</text><rect x="496.418" y="73.311" width="15.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="80.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">799 (13%)</text><text x="517.778px" y="80.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="496.418" y="87.711" width="14.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="94.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">732 (12%)</text><text x="516.578px" y="94.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="524.066px 535.178px " y="94.911px 94.911px ">WS</tspan> Container</text><rect x="496.418" y="102.111" width="12.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="109.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">631 (10%)</text><text x="514.538px" y="109.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="496.418" y="116.511" width="11.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="123.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">596 (10%)</text><text x="513.938px" y="123.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="496.418" y="130.911" width="9.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="138.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">485  (8%)</text><text x="511.778px" y="138.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="496.418" y="145.311" width="6.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="152.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">328  (5%)</text><text x="508.778px" y="152.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="496.418" y="159.711" width="5.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="166.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">262  (4%)</text><text x="507.458px" y="166.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="514.946px 526.058px " y="166.911px 166.911px ">WS</tspan> Lambda</text><rect x="496.418" y="174.111" width="4.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="181.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">255  (4%)</text><text x="507.338px" y="181.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="526.226px 533.114px " y="181.311px 181.311px ">ok</tspan>u</text><rect x="496.418" y="188.511" width="4.92" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="195.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">255  (4%)</text><text x="507.338px" y="195.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="530.678px 537.566px " y="195.711px 195.711px ">os</tspan>oft Azur<tspan x="585.11px " y="195.711px ">e</tspan></text><rect x="496.418" y="202.911" width="3.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="210.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">183  (3%)</text><text x="505.898px" y="210.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="496.418" y="217.311" width="1.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="224.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">61  (1%)</text><text x="503.618px" y="224.511px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="527.606px 534.05px " y="224.511px 224.511px ">e </tspan>Container Service</text><rect x="496.418" y="231.711" width="0.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="238.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">51  (1%)</text><text x="503.378px" y="238.911px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Cloud Functions</text><rect x="496.418" y="246.111" width="0.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="253.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">13  (0%)</text><text x="502.658px" y="253.311px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="526.646px 533.09px " y="253.311px 253.311px ">e </tspan>Functions</text><rect x="496.418" y="260.511" width="11.64" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="435.506px" y="267.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">601 (10%)</text><text x="514.058px" y="267.711px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="496.418" y="274.911" width="12.6" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="435.506px" y="282.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">652 (10%)</text><text x="515.018px" y="282.111px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="537.686px 544.13px " y="282.111px 282.111px ">es</tspan>ponse</text><path d="M340.5,101.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,116.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,145.004c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.407c0,2.043 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.66 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,86.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,115.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M744.5,130.597c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M354.369,137.974l-3.445,-6.107l37.049,-20.9l-3.199,-5.671l13.647,3.803l-3.803,13.647l-3.199,-5.672l-37.05,20.9Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/></svg>
-<!--end-->
-</p>
-
-<p>
-<!--include deploy-nongo-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 750 285" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;"><g><text x="0.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.002px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="0.916px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Non-Go pr<tspan x="153.628px 160.516px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="87.916" y="44.191" width="57.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,714 (48%)</text><text x="151.156px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="87.916" y="58.591" width="37.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="16.996px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,122 (31%)</text><text x="131.356px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="138.844px 149.956px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="87.916" y="72.991" width="12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">360 (10%)</text><text x="105.916px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="87.916" y="87.391" width="11.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">343 (10%)</text><text x="105.316px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="112.804px 123.916px " y="94.591px 94.591px ">WS</tspan> Container</text><rect x="87.916" y="101.791" width="8.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">249  (7%)</text><text x="102.196px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="87.916" y="116.191" width="7.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">233  (6%)</text><text x="101.716px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="109.204px 120.316px " y="123.391px 123.391px ">WS</tspan> Lambda</text><rect x="87.916" y="130.591" width="6.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">210  (6%)</text><text x="100.876px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="124.216px 131.104px " y="137.791px 137.791px ">os</tspan>oft Azur<tspan x="178.648px " y="137.791px ">e</tspan></text><rect x="87.916" y="144.991" width="6.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">186  (5%)</text><text x="100.156px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="87.916" y="159.391" width="6.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">185  (5%)</text><text x="100.036px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="118.924px 125.812px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="87.916" y="173.791" width="3.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">115  (3%)</text><text x="97.756px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="87.916" y="188.191" width="3.36" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="27.004px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">100  (3%)</text><text x="97.276px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="87.916" y="202.591" width="3.12" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;"/><text x="33.676px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">94  (3%)</text><text x="97.036px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="87.916" y="216.991" width="9.96" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="27.004px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">297  (8%)</text><text x="103.876px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="87.916" y="231.391" width="22.08" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="27.004px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">660 (18%)</text><text x="115.996px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="138.664px 145.108px " y="238.591px 238.591px ">es</tspan>ponse</text></g><g><text x="409.418px" y="33.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My team deploys Non-Go pr<tspan x="562.13px 569.018px " y="33.391px 33.391px ">og</tspan>rams to: (multiple choice)</text><rect x="496.418" y="44.191" width="55.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,865 (46%)</text><text x="557.618px" y="51.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Self/Company Owned Servers</text><rect x="496.418" y="58.591" width="39.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="425.498px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,076 (33%)</text><text x="542.378px" y="65.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="549.866px 560.978px " y="65.791px 65.791px ">WS</tspan> EC2</text><rect x="496.418" y="72.991" width="15.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">806 (13%)</text><text x="517.898px" y="80.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="525.386px 536.498px " y="80.191px 80.191px ">WS</tspan> Container</text><rect x="496.418" y="87.391" width="12.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">644 (10%)</text><text x="514.778px" y="94.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A<tspan x="522.266px 533.378px " y="94.591px 94.591px ">WS</tspan> Lambda</text><rect x="496.418" y="101.791" width="10.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">528  (8%)</text><text x="512.618px" y="108.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Compute Engine</text><rect x="496.418" y="116.191" width="10.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">527  (8%)</text><text x="512.618px" y="123.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Digital Ocean</text><rect x="496.418" y="130.591" width="8.52" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">442  (7%)</text><text x="510.938px" y="137.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">None</text><rect x="496.418" y="144.991" width="7.8" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">402  (6%)</text><text x="510.218px" y="152.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Micr<tspan x="533.558px 540.446px " y="152.191px 152.191px ">os</tspan>oft Azur<tspan x="587.99px " y="152.191px ">e</tspan></text><rect x="496.418" y="159.391" width="6.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">340  (5%)</text><text x="509.018px" y="166.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Her<tspan x="527.906px 534.794px " y="166.591px 166.591px ">ok</tspan>u</text><rect x="496.418" y="173.791" width="6.36" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">327  (5%)</text><text x="508.778px" y="180.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Container Engine (GKE)</text><rect x="496.418" y="188.191" width="3.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">188  (3%)</text><text x="506.018px" y="195.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google App Engine</text><rect x="496.418" y="202.591" width="3.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="435.506px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">159  (3%)</text><text x="505.538px" y="209.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Linode</text><rect x="496.418" y="216.991" width="1.8" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">95  (2%)</text><text x="504.218px" y="224.191px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Google Cloud Functions</text><rect x="496.418" y="231.391" width="1.68" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">85  (1%)</text><text x="504.098px" y="238.591px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="528.086px 534.53px " y="238.591px 238.591px ">e </tspan>Container Service</text><rect x="496.418" y="245.791" width="0.96" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;"/><text x="442.178px" y="252.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">50  (1%)</text><text x="503.378px" y="252.991px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Azur<tspan x="527.366px 533.81px " y="252.991px 252.991px ">e </tspan>Functions</text><rect x="496.418" y="260.191" width="10.08" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;"/><text x="435.506px" y="267.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">524  (8%)</text><text x="512.498px" y="267.391px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="496.418" y="274.591" width="15.96" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;"/><text x="435.506px" y="281.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">825 (13%)</text><text x="518.378px" y="281.791px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="541.046px 547.49px " y="281.791px 281.791px ">es</tspan>ponse</text></g><path d="M354.369,142.974l-3.445,-6.107l37.049,-20.9l-3.199,-5.671l13.647,3.803l-3.803,13.647l-3.199,-5.672l-37.05,20.9Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,85.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,115.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,172.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M340.5,144.67c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,71.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,101.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,173.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/><path d="M748.745,86.67c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"/></svg>
-<!--end-->
-</p>
diff --git a/_content/survey2017/editor-comp.svg b/_content/survey2017/editor-comp.svg
deleted file mode 100644
index 6e80ce5..0000000
--- a/_content/survey2017/editor-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 745 213" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M340.5,57.574c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M340.5,86.601c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M340.5,72.387c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l332.593,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M340.5,101.415c0,-2.044 -1.66,-3.704 -3.704,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M744.01,42.76c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l332.593,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M744.01,71.787c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.704 3.704,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.407Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M744.01,101.415c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.406c0,2.044 1.66,3.704 3.704,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><path d="M744.01,86.601c0,-2.044 -1.659,-3.703 -3.703,-3.703l-332.593,0c-2.044,0 -3.704,1.659 -3.704,3.703l0,7.407c0,2.044 1.66,3.703 3.704,3.703l332.593,0c2.044,0 3.703,-1.659 3.703,-3.703l0,-7.407Z" style="fill:#ac16a9;fill-opacity:0.105882;stroke:#ac16a9;stroke-width:1px;"/><g><text x="3.626px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="413.626px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><path d="M356.469,76.146l-2.589,-4.492l36.469,-21.019l-2.404,-4.172l10.116,2.719l-2.718,10.116l-2.405,-4.171l-36.469,21.019Z" style="fill:#e62626;fill-opacity:0.152941;stroke:#e62626;stroke-width:1px;"/><path d="M351.976,87.612l2.158,-4.714l38.272,17.524l2.004,-4.377l3.651,9.818l-9.818,3.651l2.004,-4.378l-38.271,-17.524Z" style="fill:#ac16a5;fill-opacity:0.113725;stroke:#ac16a5;stroke-width:1px;"/><g><text x="415.315px" y="33.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My pr<tspan x="445.999px 452.443px " y="33.283px 33.283px ">ef</tspan>err<tspan x="470.215px 476.659px " y="33.283px 33.283px ">ed</tspan> code editor</text><rect x="502.315" y="44.083" width="32.16" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="534.475" y="44.083" width="15" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,51.2831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,449 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">27</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">13</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="555.475px" y="51.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">VSCode</text><rect x="502.315" y="58.483" width="26.76" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="529.075" y="58.483" width="17.28" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,65.6831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,288 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">22</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">14</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="552.355px" y="65.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="559.471px 562.135px " y="65.683px 65.683px ">im</tspan></text><rect x="502.315" y="72.883" width="23.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="525.355" y="72.883" width="8.4" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,80.0831)"><text x="-78.264px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,628 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">19</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">7</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="539.635px" y="80.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">IntelliJ/GoLand</text><rect x="502.315" y="87.283" width="8.04" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="510.355" y="87.283" width="9.48" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,94.4831)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">912 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">7</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">8</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="525.835px" y="94.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Sublime T<tspan x="578.299px 584.743px " y="94.483px 94.483px ">ex</tspan>t</text><rect x="502.315" y="101.683" width="7.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="509.635" y="101.683" width="7.92" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,108.883)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">791 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">7</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="523.555px" y="108.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Atom</text><rect x="502.315" y="116.083" width="7.08" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="509.395" y="116.083" width="2.28" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,123.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">490 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="517.795px" y="123.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Emacs</text><rect x="502.315" y="130.483" width="2.4" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="504.715" y="130.483" width="2.88" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,137.683)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">274 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">2</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="513.595px" y="137.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="520.711px 523.375px " y="137.683px 137.683px ">is</tspan>ual Studio</text><rect x="502.315" y="144.883" width="1.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.755" y="144.883" width="1.56" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,152.083)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">154 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">1</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">1</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="511.315px" y="152.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">LiteIDE</text><rect x="502.315" y="159.283" width="0.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="502.915" y="159.283" width="1.08" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,166.483)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">88 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">0.5</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">0.9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="509.995px" y="166.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Eclipse</text><rect x="502.315" y="173.683" width="0.72" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.035" y="173.683" width="0.48" height="7.2" style="fill:#75cbe0;stroke:#75cbe0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,180.883)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">67 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00acd7;">0.6</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75cbe0;">0.4</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="509.635px" y="180.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Acme</text><rect x="502.315" y="188.083" width="3" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="505.315" y="188.083" width="1.92" height="7.2" style="fill:#b0b0b0;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,496.315,195.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">256 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#777;">3</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#b0b0b0;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="513.235px" y="195.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="502.315" y="202.483" width="7.32" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="438.067px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">382 (6.1%)</text><text x="515.635px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="538.303px 544.747px " y="209.683px 209.683px ">es</tspan>ponse</text></g><g><text x="4.392px" y="33.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">My pr<tspan x="35.076px 41.52px " y="33.283px 33.283px ">ef</tspan>err<tspan x="59.292px 65.736px " y="33.283px 33.283px ">ed</tspan> code editor</text><rect x="91.392" y="44.083" width="29.4" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="120.792" y="44.083" width="15.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,51.2831)"><text x="-84.936px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,359 (</text><text x="-48.468px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">25</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">13</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="142.752px" y="51.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="149.868px 152.532px " y="51.283px 51.283px ">im</tspan></text><rect x="91.392" y="58.483" width="16.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="107.952" y="58.483" width="10.56" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,65.6831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">814 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">14</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="124.512px" y="65.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">VSCode</text><rect x="91.392" y="72.883" width="12.24" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="103.632" y="72.883" width="10.32" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,80.0831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">676 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">10</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">9</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="119.952px" y="80.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Atom</text><rect x="91.392" y="87.283" width="15.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="107.352" y="87.283" width="6.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,94.4831)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">687 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">13</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">6</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="120.312px" y="94.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">IntelliJ</text><rect x="91.392" y="101.683" width="11.88" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="103.272" y="101.683" width="9.96" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,108.883)"><text x="-68.256px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">655 (</text><text x="-41.796px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">10</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">8</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="119.232px" y="108.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Sublime T<tspan x="171.696px 178.14px " y="108.883px 108.883px ">ex</tspan>t</text><rect x="91.392" y="116.083" width="7.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="99.192" y="116.083" width="2.4" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,123.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">305 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">6</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="107.592px" y="123.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Emacs</text><rect x="91.392" y="130.483" width="2.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="93.672" y="130.483" width="2.28" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,137.683)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">137 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">2</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="101.952px" y="137.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">V<tspan x="109.068px 111.732px " y="137.683px 137.683px ">is</tspan>ual Studio</text><rect x="91.392" y="144.883" width="3" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.392" y="144.883" width="2.04" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,152.083)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">153 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">3</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="102.552px" y="152.083px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">LiteIDE</text><rect x="91.392" y="159.283" width="1.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="92.832" y="159.283" width="1.92" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,166.483)"><text x="-54.912px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">99 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">1</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">2</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="100.752px" y="166.483px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Eclipse</text><rect x="91.392" y="173.683" width="0.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="91.992" y="173.683" width="0.6" height="7.2" style="fill:#75d7ce;stroke:#75d7ce;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,180.883)"><text x="-74.928px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">37 (</text><text x="-55.14px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#00c4b3;">0.5</text><text x="-38.46px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-31.788px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#75d7ce;">0.5</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="98.592px" y="180.883px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Acme</text><rect x="91.392" y="188.083" width="4.56" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="95.952" y="188.083" width="3.36" height="7.2" style="fill:#b0b0b0;stroke:#b0b0b0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,85.392,195.283)"><text x="-61.584px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">238 (</text><text x="-35.124px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#777;">4</text><text x="-28.452px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">,</text><text x="-21.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;fill:#b0b0b0;">3</text><text x="-15.108px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">%)</text></g><text x="105.312px" y="195.283px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="91.392" y="202.483" width="14.16" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="30.48px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">425 (12%)</text><text x="111.552px" y="209.683px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="134.22px 140.664px " y="209.683px 209.683px ">es</tspan>ponse</text></g></svg>
\ No newline at end of file
diff --git a/_content/survey2017/editor.svg b/_content/survey2017/editor.svg
deleted file mode 100644
index 3fd72c8..0000000
--- a/_content/survey2017/editor.svg
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="16.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">My preferred code editor </tspan></text>
-<rect x="7.25em" y="2.10em" width="2.68em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.93em" y="2.10em" width="1.25em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,449 (<tspan fill="#00acd7">27</tspan>, <tspan fill="#75cbe0">13</tspan>%)</tspan></text>
-<text x="11.68em" y="2.70em"><tspan class="size">VSCode</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.23em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.48em" y="3.30em" width="1.44em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,288 (<tspan fill="#00acd7">22</tspan>, <tspan fill="#75cbe0">14</tspan>%)</tspan></text>
-<text x="11.42em" y="3.90em"><tspan class="size">Vim</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.92em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="9.17em" y="4.50em" width="0.70em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,628 (<tspan fill="#00acd7">19</tspan>, <tspan fill="#75cbe0">7</tspan>%)</tspan></text>
-<text x="10.36em" y="5.10em"><tspan class="size">IntelliJ/GoLand</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.67em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.92em" y="5.70em" width="0.79em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">912 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#75cbe0">8</tspan>%)</tspan></text>
-<text x="9.21em" y="6.30em"><tspan class="size">Sublime Text</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.61em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.86em" y="6.90em" width="0.66em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">791 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#75cbe0">7</tspan>%)</tspan></text>
-<text x="9.02em" y="7.50em"><tspan class="size">Atom</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.59em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.84em" y="8.10em" width="0.19em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">490 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#75cbe0">2</tspan>%)</tspan></text>
-<text x="8.54em" y="8.70em"><tspan class="size">Emacs</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.45em" y="9.30em" width="0.24em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">274 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#75cbe0">2</tspan>%)</tspan></text>
-<text x="8.19em" y="9.90em"><tspan class="size">Visual Studio</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.37em" y="10.50em" width="0.13em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">154 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#75cbe0">1</tspan>%)</tspan></text>
-<text x="8.00em" y="11.10em"><tspan class="size">LiteIDE</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.30em" y="11.70em" width="0.09em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">88 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#75cbe0">0.9</tspan>%)</tspan></text>
-<text x="7.89em" y="12.30em"><tspan class="size">Eclipse</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.31em" y="12.90em" width="0.04em" height="0.60em" stroke="#75cbe0" fill="#75cbe0"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">67 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#75cbe0">0.4</tspan>%)</tspan></text>
-<text x="7.86em" y="13.50em"><tspan class="size">Acme</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.25em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.50em" y="14.10em" width="0.16em" height="0.60em" stroke="#b0b0b0" fill="#b0b0b0"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">256 (<tspan fill="#777777">3</tspan>, <tspan fill="#b0b0b0">2</tspan>%)</tspan></text>
-<text x="8.16em" y="14.70em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.61em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">382 (6.1%)</tspan></text>
-<text x="8.36em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/effective.html b/_content/survey2017/effective.html
deleted file mode 100644
index e3ca861..0000000
--- a/_content/survey2017/effective.html
+++ /dev/null
@@ -1,592 +0,0 @@
-<p>
-<!--include agree-practices.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="11.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="3.30em" width="0.25em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.35em" y="3.30em" width="0.44em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.79em" y="3.30em" width="0.65em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.44em" y="3.30em" width="2.74em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.19em" y="3.30em" width="3.41em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.60em" y="3.30em" width="1.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,555 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">27</tspan>, <tspan fill="#50BFE2">34</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="23.42em" y="3.90em"><tspan class="size">I have a good understanding of Go best practices (9.5:1) [11:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.04em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.04em" y="4.50em" width="0.09em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.13em" y="4.50em" width="0.26em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.40em" y="4.50em" width="0.38em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.78em" y="4.50em" width="1.71em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.48em" y="4.50em" width="4.17em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.66em" y="4.50em" width="2.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">5,549 (<tspan fill="#CE3262">0.4</tspan>, <tspan fill="#D77A95">0.9</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#77CCE9">17</tspan>, <tspan fill="#50BFE2">42</tspan>, <tspan fill="#00ACD7">23</tspan>%)</tspan></text>
-<text x="23.41em" y="5.10em"><tspan class="size">I am able to quickly find answers to my questions (21:1) [31:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.04em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.04em" y="5.70em" width="0.04em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.08em" y="5.70em" width="0.10em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.18em" y="5.70em" width="0.17em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.35em" y="5.70em" width="0.64em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="14.99em" y="5.70em" width="3.19em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="18.18em" y="5.70em" width="4.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">5,528 (<tspan fill="#CE3262">0.4</tspan>, <tspan fill="#D77A95">0.4</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#77CCE9">6</tspan>, <tspan fill="#50BFE2">32</tspan>, <tspan fill="#00ACD7">47</tspan>%)</tspan></text>
-<text x="23.38em" y="6.30em"><tspan class="size">Go&#39;s performance meets my needs (48:1) [80:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.11em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.11em" y="6.90em" width="0.24em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.35em" y="6.90em" width="0.44em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.79em" y="6.90em" width="1.21em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.00em" y="6.90em" width="1.47em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.47em" y="6.90em" width="2.60em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.07em" y="6.90em" width="1.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">4,614 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#77CCE9">15</tspan>, <tspan fill="#50BFE2">26</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="21.91em" y="7.50em"><tspan class="size">Go&#39;s support for language interoperability meets my needs (6.8:1) [8.8:1]</tspan></text>
-<rect x="14.00em" y="8.10em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="8.10em" width="0.20em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.28em" y="8.10em" width="0.55em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.83em" y="8.10em" width="0.58em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.41em" y="8.10em" width="2.44em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.85em" y="8.10em" width="3.61em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.46em" y="8.10em" width="1.34em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="8.70em" text-anchor="end"><tspan class="size">5,478 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">24</tspan>, <tspan fill="#50BFE2">36</tspan>, <tspan fill="#00ACD7">13</tspan>%)</tspan></text>
-<text x="23.30em" y="8.70em"><tspan class="size">I am able to quickly find libraries that I need (8.9:1) [12:1]</tspan></text>
-<rect x="14.00em" y="9.30em" width="0.09em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.09em" y="9.30em" width="0.19em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.28em" y="9.30em" width="0.51em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.80em" y="9.30em" width="0.69em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.49em" y="9.30em" width="2.33em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.81em" y="9.30em" width="3.68em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.49em" y="9.30em" width="1.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="9.90em" text-anchor="end"><tspan class="size">5,443 (<tspan fill="#CE3262">0.9</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">23</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">12</tspan>%)</tspan></text>
-<text x="23.24em" y="9.90em"><tspan class="size">The Go libraries I use have the stability and features I need (9.1:1) [12:1]</tspan></text>
-<rect x="14.00em" y="10.50em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="10.50em" width="0.19em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.27em" y="10.50em" width="0.42em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.70em" y="10.50em" width="0.51em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.21em" y="10.50em" width="1.71em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.92em" y="10.50em" width="3.71em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.63em" y="10.50em" width="2.24em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="11.10em" text-anchor="end"><tspan class="size">5,521 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">5</tspan>, <tspan fill="#77CCE9">17</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">22</tspan>%)</tspan></text>
-<text x="23.37em" y="11.10em"><tspan class="size">Go language, library, and tool documentation meet my needs (11:1) [16:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include agree-diagnose.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.08em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.08em" y="3.30em" width="0.21em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.29em" y="3.30em" width="0.55em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.84em" y="3.30em" width="0.62em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.46em" y="3.30em" width="2.13em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.59em" y="3.30em" width="3.71em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.30em" y="3.30em" width="1.45em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,446 (<tspan fill="#CE3262">0.8</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">21</tspan>, <tspan fill="#50BFE2">37</tspan>, <tspan fill="#00ACD7">14</tspan>%)</tspan></text>
-<text x="23.25em" y="3.90em"><tspan class="size">I am able to effectively diagnose bugs in my Go programs (8.7:1) [12:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.07em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.07em" y="4.50em" width="0.22em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.29em" y="4.50em" width="0.58em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.87em" y="4.50em" width="1.25em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.12em" y="4.50em" width="2.20em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.33em" y="4.50em" width="2.72em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.05em" y="4.50em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">4,968 (<tspan fill="#CE3262">0.7</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">13</tspan>, <tspan fill="#77CCE9">22</tspan>, <tspan fill="#50BFE2">27</tspan>, <tspan fill="#00ACD7">9</tspan>%)</tspan></text>
-<text x="22.48em" y="5.10em"><tspan class="size">I am able to effectively diagnose performance issues in Go programs (6.7:1) [8.7:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.07em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.07em" y="5.70em" width="0.15em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.22em" y="5.70em" width="0.30em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.52em" y="5.70em" width="0.61em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.13em" y="5.70em" width="1.55em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.68em" y="5.70em" width="3.50em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.18em" y="5.70em" width="2.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">5,319 (<tspan fill="#CE3262">0.7</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">6</tspan>, <tspan fill="#77CCE9">16</tspan>, <tspan fill="#50BFE2">35</tspan>, <tspan fill="#00ACD7">24</tspan>%)</tspan></text>
-<text x="23.04em" y="6.30em"><tspan class="size">I am able to effectively use Go’s concurrency features (goroutines, channels, select) (14:1) [21:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.17em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.17em" y="6.90em" width="0.46em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.63em" y="6.90em" width="0.82em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.45em" y="6.90em" width="1.49em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.94em" y="6.90em" width="2.45em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="19.39em" y="6.90em" width="2.13em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="21.52em" y="6.90em" width="0.67em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">5,096 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">5</tspan>, <tspan fill="#E6B1C1">8</tspan>, <tspan fill="#cccccc">15</tspan>, <tspan fill="#77CCE9">24</tspan>, <tspan fill="#50BFE2">21</tspan>, <tspan fill="#00ACD7">7</tspan>%)</tspan></text>
-<text x="22.69em" y="7.50em"><tspan class="size">I am able to effectively debug uses of  Go’s concurrency features (goroutines, channels, select) (3.6:1) [3.9:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include libraries.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which Go libraries do you need that aren’t available today? </tspan></text>
-<rect x="7.25em" y="2.10em" width="0.49em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">306 (4.9%)</tspan></text>
-<text x="8.24em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.35em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">221 (3.5%)</tspan></text>
-<text x="8.10em" y="3.90em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">185 (3.0%)</tspan></text>
-<text x="8.05em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">90 (1.4%)</tspan></text>
-<text x="7.89em" y="6.30em"><tspan class="size">native</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">83 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="7.85em" y="8.70em"><tspan class="size">ui</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">59 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">machine learning</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">framework</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="12.30em"><tspan class="size">gui library</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="13.50em"><tspan class="size">orm</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">processing</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">47 (0.8%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">desktop</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">44 (0.7%)</tspan></text>
-<text x="7.82em" y="17.10em"><tspan class="size">web</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">41 (0.7%)</tspan></text>
-<text x="22.82em" y="2.70em"><tspan class="size">cross-platform</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">39 (0.6%)</tspan></text>
-<text x="22.81em" y="3.90em"><tspan class="size">client</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">39 (0.6%)</tspan></text>
-<text x="22.81em" y="5.10em"><tspan class="size">platform</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="6.30em"><tspan class="size">standard</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="7.50em"><tspan class="size">audio</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">34 (0.5%)</tspan></text>
-<text x="22.80em" y="8.70em"><tspan class="size">image</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">34 (0.5%)</tspan></text>
-<text x="22.80em" y="9.90em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">33 (0.5%)</tspan></text>
-<text x="22.80em" y="11.10em"><tspan class="size">sql</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">32 (0.5%)</tspan></text>
-<text x="22.80em" y="12.30em"><tspan class="size">soap</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">31 (0.5%)</tspan></text>
-<text x="22.80em" y="13.50em"><tspan class="size">pdf</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="14.70em"><tspan class="size">api</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="15.90em"><tspan class="size">package</tspan></text>
-<rect x="22.25em" y="16.50em" width="7.35em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">4,578 (73.5%)</tspan></text>
-<text x="30.10em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include answers.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="18.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go answers from: </tspan></text>
-<rect x="12.00em" y="2.10em" width="2.81em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="14.81em" y="2.10em" width="1.99em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="16.80em" y="2.10em" width="1.31em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="18.12em" y="2.10em" width="0.60em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="18.72em" y="2.10em" width="0.25em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">4,337 (<tspan fill="#00acd7">28</tspan>, <tspan fill="#2eb8da">20</tspan>, <tspan fill="#5cc4dd">13</tspan>, <tspan fill="#8ad0e0">6</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="19.47em" y="2.70em"><tspan class="size">Stack Overflow</tspan></text>
-<rect x="12.00em" y="3.30em" width="2.90em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="14.90em" y="3.30em" width="1.73em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="16.64em" y="3.30em" width="0.93em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="17.56em" y="3.30em" width="0.39em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.95em" y="3.30em" width="0.14em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,791 (<tspan fill="#00acd7">29</tspan>, <tspan fill="#2eb8da">17</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="18.59em" y="3.90em"><tspan class="size">golang.org</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.25em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.25em" y="4.50em" width="1.68em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.94em" y="4.50em" width="1.39em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="16.33em" y="4.50em" width="0.83em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.16em" y="4.50em" width="0.24em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,362 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">17</tspan>, <tspan fill="#5cc4dd">14</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="17.90em" y="5.10em"><tspan class="size">Reading source code (e.g., standard library, open-source packages)</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.37em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.37em" y="5.70em" width="1.11em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.47em" y="5.70em" width="1.33em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.81em" y="5.70em" width="0.79em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.60em" y="5.70em" width="0.30em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,428 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">11</tspan>, <tspan fill="#5cc4dd">13</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="16.40em" y="6.30em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.46em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.46em" y="6.90em" width="0.55em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.01em" y="6.90em" width="0.59em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.60em" y="6.90em" width="0.48em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.07em" y="6.90em" width="0.19em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,408 (<tspan fill="#00acd7">5</tspan>, <tspan fill="#2eb8da">6</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.76em" y="7.50em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.17em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.17em" y="8.10em" width="0.41em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.58em" y="8.10em" width="0.52em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.10em" y="8.10em" width="0.38em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.48em" y="8.10em" width="0.24em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,071 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.22em" y="8.70em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.12em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.12em" y="9.30em" width="0.24em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.36em" y="9.30em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.74em" y="9.30em" width="0.39em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.13em" y="9.30em" width="0.31em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">895 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="13.94em" y="9.90em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.15em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.15em" y="10.50em" width="0.17em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.32em" y="10.50em" width="0.25em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.56em" y="10.50em" width="0.20em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.76em" y="10.50em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">569 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.41em" y="11.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.09em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.09em" y="11.70em" width="0.12em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.22em" y="11.70em" width="0.18em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.39em" y="11.70em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.54em" y="11.70em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">432 (<tspan fill="#00acd7">0.9</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.19em" y="12.30em"><tspan class="size">Friends</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="12.90em" width="0.07em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.12em" y="12.90em" width="0.09em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.21em" y="12.90em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.34em" y="12.90em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">283 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.7</tspan>, <tspan fill="#5cc4dd">0.9</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.95em" y="13.50em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="14.10em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.10em" y="14.10em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.19em" y="14.10em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="14.10em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">214 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.84em" y="14.70em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="15.30em" width="0.07em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="15.30em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.19em" y="15.30em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.25em" y="15.30em" width="0.05em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">186 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.7</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">0.5</tspan>%)</tspan></text>
-<text x="12.80em" y="15.90em"><tspan class="size">IRC</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.20em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.20em" y="16.50em" width="0.14em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.34em" y="16.50em" width="0.12em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.46em" y="16.50em" width="0.09em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.55em" y="16.50em" width="0.07em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">386 (<tspan fill="#777777">2</tspan>, <tspan fill="#8e8e8e">1</tspan>, <tspan fill="#a5a5a5">1</tspan>, <tspan fill="#bcbcbc">0.9</tspan>, <tspan fill="#d3d3d3">0.7</tspan>%)</tspan></text>
-<text x="13.12em" y="17.10em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="17.70em" width="1.36em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">844 (14%)</tspan></text>
-<text x="13.86em" y="18.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include news.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="23.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go news from: </tspan></text>
-<rect x="12.00em" y="2.10em" width="1.56em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.56em" y="2.10em" width="1.40em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.97em" y="2.10em" width="0.91em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.87em" y="2.10em" width="0.43em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.31em" y="2.10em" width="0.21em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">2,809 (<tspan fill="#00acd7">16</tspan>, <tspan fill="#2eb8da">14</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="17.01em" y="2.70em"><tspan class="size">blog.Golang.org</tspan></text>
-<rect x="12.00em" y="3.30em" width="1.49em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.49em" y="3.30em" width="0.69em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.18em" y="3.30em" width="0.41em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.58em" y="3.30em" width="0.25em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.84em" y="3.30em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,838 (<tspan fill="#00acd7">15</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.45em" y="3.90em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.22em" y="4.50em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.96em" y="4.50em" width="0.44em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.40em" y="4.50em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.63em" y="4.50em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,703 (<tspan fill="#00acd7">12</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.24em" y="5.10em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.30em" y="5.70em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.04em" y="5.70em" width="0.33em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.37em" y="5.70em" width="0.16em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.52em" y="5.70em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,617 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="15.10em" y="6.30em"><tspan class="size">Golangweekly.com</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.85em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.85em" y="6.90em" width="0.79em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.65em" y="6.90em" width="0.50em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.15em" y="6.90em" width="0.26em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.41em" y="6.90em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,578 (<tspan fill="#00acd7">9</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.03em" y="7.50em"><tspan class="size">Hacker News</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="8.10em" width="0.49em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.73em" y="8.10em" width="0.49em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.22em" y="8.10em" width="0.30em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.51em" y="8.10em" width="0.17em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,051 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.19em" y="8.70em"><tspan class="size">Community Blogs</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="9.30em" width="0.37em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.61em" y="9.30em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.99em" y="9.30em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.22em" y="9.30em" width="0.16em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">859 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.88em" y="9.90em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.35em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.35em" y="10.50em" width="0.43em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.79em" y="10.50em" width="0.30em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="10.50em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.22em" y="10.50em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">798 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="13.78em" y="11.10em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="11.70em" width="0.28em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.42em" y="11.70em" width="0.34em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.76em" y="11.70em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.98em" y="11.70em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">704 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.63em" y="12.30em"><tspan class="size">Just For Func</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.22em" y="12.90em" width="0.21em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.43em" y="12.90em" width="0.19em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.63em" y="12.90em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.76em" y="12.90em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">516 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="13.33em" y="13.50em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.13em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.13em" y="14.10em" width="0.21em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="14.10em" width="0.17em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.52em" y="14.10em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.62em" y="14.10em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">428 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="13.19em" y="14.70em"><tspan class="size">Go Time podcast</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.18em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.18em" y="15.30em" width="0.17em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="15.30em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.50em" y="15.30em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.59em" y="15.30em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">393 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="13.13em" y="15.90em"><tspan class="size">Golangnews.com</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="16.50em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.24em" y="16.50em" width="0.12em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.36em" y="16.50em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.46em" y="16.50em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">333 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="13.03em" y="17.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="17.70em" width="0.13em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.24em" y="17.70em" width="0.12em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.35em" y="17.70em" width="0.07em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.43em" y="17.70em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">287 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">0.7</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="12.96em" y="18.30em"><tspan class="size">golang-announce (groups.google.com/d/forum/golang-announce)</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="18.90em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.10em" y="18.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="18.90em" width="0.02em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.17em" y="18.90em" width="0.03em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">120 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.2</tspan>, <tspan fill="#b8dce3">0.3</tspan>%)</tspan></text>
-<text x="12.69em" y="19.50em"><tspan class="size">Facebook</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="20.10em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.05em" y="20.10em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="20.10em" width="0.02em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.11em" y="20.10em" width="0.02em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">86 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.2</tspan>, <tspan fill="#b8dce3">0.2</tspan>%)</tspan></text>
-<text x="12.64em" y="20.70em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.12em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.12em" y="21.30em" width="0.10em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.22em" y="21.30em" width="0.07em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.29em" y="21.30em" width="0.03em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.31em" y="21.30em" width="0.01em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">205 (<tspan fill="#777777">1</tspan>, <tspan fill="#8e8e8e">1</tspan>, <tspan fill="#a5a5a5">0.7</tspan>, <tspan fill="#bcbcbc">0.3</tspan>, <tspan fill="#d3d3d3">0.1</tspan>%)</tspan></text>
-<text x="12.83em" y="21.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="22.50em" width="1.67em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">1,040 (17%)</tspan></text>
-<text x="14.17em" y="23.10em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include event.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have attended:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,497 (40%)</tspan></text>
-<text x="11.76em" y="2.70em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,618 (26%)</tspan></text>
-<text x="10.35em" y="3.90em"><tspan class="size">A Go meetup</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.52em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">947 (15%)</tspan></text>
-<text x="9.27em" y="5.10em"><tspan class="size">A Go themed conference (GopherCon, GothamGo, etc)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">506  (8%)</tspan></text>
-<text x="8.56em" y="6.30em"><tspan class="size">A Go remote meetup / online event</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.58em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">363  (6%)</tspan></text>
-<text x="8.33em" y="7.50em"><tspan class="size">Go training</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.37em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">228  (4%)</tspan></text>
-<text x="8.12em" y="8.70em"><tspan class="size">A technical conference for it&#39;s Go content</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">65  (1%)</tspan></text>
-<text x="7.85em" y="9.90em"><tspan class="size">A Women Who Go event</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">64  (1%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">A GoBridge event</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">58  (1%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">1,440 (23%)</tspan></text>
-<text x="10.06em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2017/event.svg b/_content/survey2017/event.svg
deleted file mode 100644
index 493cdbd..0000000
--- a/_content/survey2017/event.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have attended:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,497 (40%)</tspan></text>
-<text x="11.76em" y="2.70em"><tspan class="size">None</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,618 (26%)</tspan></text>
-<text x="10.35em" y="3.90em"><tspan class="size">A Go meetup</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.52em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">947 (15%)</tspan></text>
-<text x="9.27em" y="5.10em"><tspan class="size">A Go themed conference (GopherCon, GothamGo, etc)</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">506  (8%)</tspan></text>
-<text x="8.56em" y="6.30em"><tspan class="size">A Go remote meetup / online event</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.58em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">363  (6%)</tspan></text>
-<text x="8.33em" y="7.50em"><tspan class="size">Go training</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.37em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">228  (4%)</tspan></text>
-<text x="8.12em" y="8.70em"><tspan class="size">A technical conference for it&#39;s Go content</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">65  (1%)</tspan></text>
-<text x="7.85em" y="9.90em"><tspan class="size">A Women Who Go event</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">64  (1%)</tspan></text>
-<text x="7.85em" y="11.10em"><tspan class="size">A GoBridge event</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">58  (1%)</tspan></text>
-<text x="7.84em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">1,440 (23%)</tspan></text>
-<text x="10.06em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/final.svg b/_content/survey2017/final.svg
deleted file mode 100644
index b5e36e8..0000000
--- a/_content/survey2017/final.svg
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Is there anything else you would like to share with us?</tspan></text>
-<rect x="7.25em" y="2.10em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">130 (2.1%)</tspan></text>
-<text x="7.96em" y="2.70em"><tspan class="size">great</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.19em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">119 (1.9%)</tspan></text>
-<text x="7.94em" y="3.90em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="5.10em"><tspan class="size">love</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="6.30em"><tspan class="size">thank you</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">99 (1.6%)</tspan></text>
-<text x="7.91em" y="7.50em"><tspan class="size">thanks</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">87 (1.4%)</tspan></text>
-<text x="7.89em" y="8.70em"><tspan class="size">community</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">programming</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">simple</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">52 (0.8%)</tspan></text>
-<text x="7.83em" y="12.30em"><tspan class="size">awesome</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">51 (0.8%)</tspan></text>
-<text x="7.83em" y="13.50em"><tspan class="size">i love</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">people</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">44 (0.7%)</tspan></text>
-<text x="7.82em" y="15.90em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">40 (0.6%)</tspan></text>
-<text x="7.81em" y="17.10em"><tspan class="size">golang</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">38 (0.6%)</tspan></text>
-<text x="22.81em" y="2.70em"><tspan class="size">keep up the good work</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">38 (0.6%)</tspan></text>
-<text x="22.81em" y="3.90em"><tspan class="size">time</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="5.10em"><tspan class="size">hard</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="6.30em"><tspan class="size">languages</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">36 (0.6%)</tspan></text>
-<text x="22.81em" y="7.50em"><tspan class="size">job</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="8.70em"><tspan class="size">features</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="9.90em"><tspan class="size">great work</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="11.10em"><tspan class="size">3</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="12.30em"><tspan class="size">amazing</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="13.50em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="14.70em"><tspan class="size">google</tspan></text>
-<rect x="22.25em" y="15.30em" width="8.30em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">5,167 (83.0%)</tspan></text>
-<text x="31.05em" y="15.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/freq.svg b/_content/survey2017/freq.svg
deleted file mode 100644
index 6960166..0000000
--- a/_content/survey2017/freq.svg
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write in Go:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,019 (48%)</tspan></text>
-<text x="12.60em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.89em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,802 (29%)</tspan></text>
-<text x="10.64em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.89em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">557  (9%)</tspan></text>
-<text x="8.64em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">679 (11%)</tspan></text>
-<text x="8.84em" y="6.30em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.19em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">118  (2%)</tspan></text>
-<text x="7.94em" y="7.50em"><tspan class="size">I&#39;ve never written in Go</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.08em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">51  (1%)</tspan></text>
-<text x="7.83em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/how-long.svg b/_content/survey2017/how-long.svg
deleted file mode 100644
index 48c5eac..0000000
--- a/_content/survey2017/how-long.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="10.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I&#39;ve used Go for:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="1.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">686 (11%)</tspan></text>
-<text x="8.85em" y="2.70em"><tspan class="size">Less than 3 months</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,588 (26%)</tspan></text>
-<text x="10.30em" y="3.90em"><tspan class="size">3 - 12 months</tspan></text>
-<rect x="7.25em" y="4.50em" width="2.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,338 (21%)</tspan></text>
-<text x="9.90em" y="5.10em"><tspan class="size">13 - 24 months</tspan></text>
-<rect x="7.25em" y="5.70em" width="2.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,678 (27%)</tspan></text>
-<text x="10.45em" y="6.30em"><tspan class="size">2 - 4 years</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">809 (13%)</tspan></text>
-<text x="9.05em" y="7.50em"><tspan class="size">4+ years</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">102  (2%)</tspan></text>
-<text x="7.91em" y="8.70em"><tspan class="size">I&#39;ve never used Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">25  (0%)</tspan></text>
-<text x="7.79em" y="9.90em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/identify.svg b/_content/survey2017/identify.svg
deleted file mode 100644
index 43d26f0..0000000
--- a/_content/survey2017/identify.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">We want the Go community to be inclusive; we want to see how we&#39;re doing and how to improve. Plea... <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="4.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">2,591 (42%)</tspan></text>
-<text x="11.91em" y="2.70em"><tspan class="size">I do not identify as part of an underrepresented group</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">790 (13%)</tspan></text>
-<text x="9.02em" y="3.90em"><tspan class="size">I prefer not to answer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.32em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">197  (3%)</tspan></text>
-<text x="8.07em" y="5.10em"><tspan class="size">I identify as LGBTQIA</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.31em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">191  (3%)</tspan></text>
-<text x="8.06em" y="6.30em"><tspan class="size">I identify as ethnically or racially underrepresented</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">164  (3%)</tspan></text>
-<text x="8.01em" y="7.50em"><tspan class="size">I identify as neurodiverse or as having a disability</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.25em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">156  (3%)</tspan></text>
-<text x="8.00em" y="8.70em"><tspan class="size">I identify with an underrepresented group not listed (please specify)</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">101  (2%)</tspan></text>
-<text x="7.91em" y="9.90em"><tspan class="size">I identify as a woman</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">81  (1%)</tspan></text>
-<text x="7.88em" y="11.10em"><tspan class="size">I identify as part of an underrepresented group, but I prefer not to specify</tspan></text>
-<rect x="7.25em" y="11.70em" width="3.35em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">2,085 (33%)</tspan></text>
-<text x="11.10em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/implemented.svg b/_content/survey2017/implemented.svg
deleted file mode 100644
index c7b440c..0000000
--- a/_content/survey2017/implemented.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which of the following functionality have you implemented  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="5.24em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,262 (52%)</tspan></text>
-<text x="12.99em" y="2.70em"><tspan class="size">Writing logs/metrics</tspan></text>
-<rect x="7.25em" y="3.30em" width="5.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,123 (50%)</tspan></text>
-<text x="12.77em" y="3.90em"><tspan class="size">Reading/updating configuration</tspan></text>
-<rect x="7.25em" y="4.50em" width="4.45em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,771 (45%)</tspan></text>
-<text x="12.20em" y="5.10em"><tspan class="size">User login and authentication</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,748 (44%)</tspan></text>
-<text x="12.16em" y="6.30em"><tspan class="size">Process to process communication</tspan></text>
-<rect x="7.25em" y="6.90em" width="4.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">2,504 (40%)</tspan></text>
-<text x="11.77em" y="7.50em"><tspan class="size">Service authentication/authorization</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">2,056 (33%)</tspan></text>
-<text x="11.05em" y="8.70em"><tspan class="size">Health checking</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.83em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">1,138 (18%)</tspan></text>
-<text x="9.58em" y="9.90em"><tspan class="size">Keys &amp; secret maintenance</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">831 (13%)</tspan></text>
-<text x="9.08em" y="11.10em"><tspan class="size">Distributed caching</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">532  (9%)</tspan></text>
-<text x="8.60em" y="12.30em"><tspan class="size">Distributed tracing</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">1,269 (20%)</tspan></text>
-<text x="9.79em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/keyword.svg b/_content/survey2017/keyword.svg
deleted file mode 100644
index 305efd8..0000000
--- a/_content/survey2017/keyword.svg
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="32.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Just for fun: What is your favorite Go keyword? <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,627 (26%)</tspan></text>
-<text x="10.36em" y="2.70em"><tspan class="size">go</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.37em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">856 (14%)</tspan></text>
-<text x="9.12em" y="3.90em"><tspan class="size">defer</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.87em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">539  (9%)</tspan></text>
-<text x="8.62em" y="5.10em"><tspan class="size">func</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.62em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">384  (6%)</tspan></text>
-<text x="8.37em" y="6.30em"><tspan class="size">select</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.60em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">375  (6%)</tspan></text>
-<text x="8.35em" y="7.50em"><tspan class="size">interface</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">242  (4%)</tspan></text>
-<text x="8.14em" y="8.70em"><tspan class="size">range</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.36em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">222  (4%)</tspan></text>
-<text x="8.11em" y="9.90em"><tspan class="size">chan</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.35em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">215  (3%)</tspan></text>
-<text x="8.10em" y="11.10em"><tspan class="size">struct</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">114  (2%)</tspan></text>
-<text x="7.93em" y="12.30em"><tspan class="size">fallthrough</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">96  (2%)</tspan></text>
-<text x="7.90em" y="13.50em"><tspan class="size">goto</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">90  (1%)</tspan></text>
-<text x="7.89em" y="14.70em"><tspan class="size">switch</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">89  (1%)</tspan></text>
-<text x="7.89em" y="15.90em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">82  (1%)</tspan></text>
-<text x="7.88em" y="17.10em"><tspan class="size">for</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">71  (1%)</tspan></text>
-<text x="7.86em" y="18.30em"><tspan class="size">map</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">48  (1%)</tspan></text>
-<text x="7.83em" y="19.50em"><tspan class="size">import</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">39  (1%)</tspan></text>
-<text x="7.81em" y="20.70em"><tspan class="size">if</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">33  (1%)</tspan></text>
-<text x="7.80em" y="21.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">32  (1%)</tspan></text>
-<text x="7.80em" y="23.10em"><tspan class="size">return</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">27  (0%)</tspan></text>
-<text x="7.79em" y="24.30em"><tspan class="size">var</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">24  (0%)</tspan></text>
-<text x="7.79em" y="25.50em"><tspan class="size">continue</tspan></text>
-<rect x="7.25em" y="26.10em" width="0.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="26.70em" text-anchor="end"><tspan class="size">22  (0%)</tspan></text>
-<text x="7.79em" y="26.70em"><tspan class="size">const</tspan></text>
-<rect x="7.25em" y="27.30em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="27.90em" text-anchor="end"><tspan class="size">15  (0%)</tspan></text>
-<text x="7.77em" y="27.90em"><tspan class="size">break</tspan></text>
-<rect x="7.25em" y="28.50em" width="0.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="29.10em" text-anchor="end"><tspan class="size">10  (0%)</tspan></text>
-<text x="7.77em" y="29.10em"><tspan class="size">case</tspan></text>
-<rect x="7.25em" y="29.70em" width="0.01em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="30.30em" text-anchor="end"><tspan class="size">5  (0%)</tspan></text>
-<text x="7.76em" y="30.30em"><tspan class="size">else</tspan></text>
-<rect x="7.25em" y="30.90em" width="1.56em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="31.50em" text-anchor="end"><tspan class="size">969 (16%)</tspan></text>
-<text x="9.31em" y="31.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/lang-exp.svg b/_content/survey2017/lang-exp.svg
deleted file mode 100644
index 52c238b..0000000
--- a/_content/survey2017/lang-exp.svg
+++ /dev/null
@@ -1,180 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="29.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your expertise </tspan></text>
-<rect x="12.00em" y="2.10em" width="3.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="15.03em" y="2.10em" width="2.65em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="17.69em" y="2.10em" width="1.71em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="19.40em" y="2.10em" width="0.94em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="20.34em" y="2.10em" width="0.55em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">5,540 (<tspan fill="#00acd7">30</tspan>, <tspan fill="#2eb8da">27</tspan>, <tspan fill="#5cc4dd">17</tspan>, <tspan fill="#8ad0e0">9</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="21.40em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.86em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.86em" y="3.30em" width="1.65em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.51em" y="3.30em" width="1.52em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="16.02em" y="3.30em" width="1.07em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="17.10em" y="3.30em" width="0.75em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,638 (<tspan fill="#00acd7">9</tspan>, <tspan fill="#2eb8da">16</tspan>, <tspan fill="#5cc4dd">15</tspan>, <tspan fill="#8ad0e0">11</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="18.34em" y="3.90em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.30em" y="4.50em" width="1.16em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.46em" y="4.50em" width="1.18em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.64em" y="4.50em" width="1.04em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.68em" y="4.50em" width="0.73em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">3,369 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">12</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">10</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="17.91em" y="5.10em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.11em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.11em" y="5.70em" width="0.78em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.88em" y="5.70em" width="0.85em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.73em" y="5.70em" width="0.87em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.60em" y="5.70em" width="0.75em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">2,706 (<tspan fill="#00acd7">11</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">9</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="16.85em" y="6.30em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.70em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.70em" y="6.90em" width="0.76em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.46em" y="6.90em" width="0.81em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.27em" y="6.90em" width="0.80em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.07em" y="6.90em" width="0.79em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">2,402 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">8</tspan>%)</tspan></text>
-<text x="16.36em" y="7.50em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.20em" y="8.10em" width="0.48em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.69em" y="8.10em" width="0.86em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.54em" y="8.10em" width="0.96em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.51em" y="8.10em" width="0.74em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">2,020 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">10</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="15.74em" y="8.70em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.39em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.39em" y="9.30em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.82em" y="9.30em" width="0.53em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.35em" y="9.30em" width="0.66em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.02em" y="9.30em" width="0.60em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,631 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.12em" y="9.90em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.65em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.65em" y="10.50em" width="0.46em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.11em" y="10.50em" width="0.42em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.53em" y="10.50em" width="0.44em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.97em" y="10.50em" width="0.40em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">1,475 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">4</tspan>%)</tspan></text>
-<text x="14.87em" y="11.10em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.44em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.44em" y="11.70em" width="0.29em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.74em" y="11.70em" width="0.35em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="11.70em" width="0.33em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.42em" y="11.70em" width="0.25em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">1,042 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="14.17em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.45em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.45em" y="12.90em" width="0.34em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.78em" y="12.90em" width="0.31em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="12.90em" width="0.30em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.39em" y="12.90em" width="0.27em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">1,034 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="14.16em" y="13.50em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="14.10em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.28em" y="14.10em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.43em" y="14.10em" width="0.16em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.58em" y="14.10em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">460 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.24em" y="14.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="15.30em" width="0.06em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="15.30em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.20em" y="15.30em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.31em" y="15.30em" width="0.14em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">284 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.6</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.96em" y="15.90em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="16.50em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.06em" y="16.50em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="16.50em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.25em" y="16.50em" width="0.20em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">278 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="12.95em" y="17.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.03em" y="17.70em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.08em" y="17.70em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="17.70em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="17.70em" width="0.13em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">260 (<tspan fill="#00acd7">0.3</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.92em" y="18.30em"><tspan class="size">Swift</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="18.90em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="18.90em" width="0.08em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.11em" y="18.90em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.22em" y="18.90em" width="0.13em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">223 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.8</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.86em" y="19.50em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="20.10em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.07em" y="20.10em" width="0.07em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="20.10em" width="0.08em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.22em" y="20.10em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">185 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.7</tspan>, <tspan fill="#8ad0e0">0.8</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.80em" y="20.70em"><tspan class="size">Kotlin</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="21.30em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="21.30em" width="0.03em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.06em" y="21.30em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.12em" y="21.30em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">139 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.3</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.72em" y="21.90em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="22.50em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="22.50em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.08em" y="22.50em" width="0.08em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.16em" y="22.50em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">139 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.8</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.72em" y="23.10em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.02em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.02em" y="23.70em" width="0.03em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="23.70em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="23.70em" width="0.05em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.14em" y="23.70em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">136 (<tspan fill="#00acd7">0.2</tspan>, <tspan fill="#2eb8da">0.3</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.5</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.72em" y="24.30em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="24.90em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.04em" y="24.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.07em" y="24.90em" width="0.06em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.13em" y="24.90em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">124 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.6</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="12.70em" y="25.50em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.00em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.00em" y="26.10em" width="0.01em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.01em" y="26.10em" width="0.00em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.02em" y="26.10em" width="0.01em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.03em" y="26.10em" width="0.01em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">24 (<tspan fill="#00acd7">0.0</tspan>, <tspan fill="#2eb8da">0.1</tspan>, <tspan fill="#5cc4dd">0.0</tspan>, <tspan fill="#8ad0e0">0.1</tspan>, <tspan fill="#b8dce3">0.1</tspan>%)</tspan></text>
-<text x="12.54em" y="26.70em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="27.30em" width="0.25em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.25em" y="27.30em" width="0.23em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.48em" y="27.30em" width="0.28em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.76em" y="27.30em" width="0.23em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.99em" y="27.30em" width="0.17em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="27.90em" text-anchor="end"><tspan class="size">726 (<tspan fill="#777777">3</tspan>, <tspan fill="#8e8e8e">2</tspan>, <tspan fill="#a5a5a5">3</tspan>, <tspan fill="#bcbcbc">2</tspan>, <tspan fill="#d3d3d3">2</tspan>%)</tspan></text>
-<text x="13.67em" y="27.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="28.50em" width="0.28em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="29.10em" text-anchor="end"><tspan class="size">173 (2.8%)</tspan></text>
-<text x="12.78em" y="29.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/lang-pref.svg b/_content/survey2017/lang-pref.svg
deleted file mode 100644
index 95eed66..0000000
--- a/_content/survey2017/lang-pref.svg
+++ /dev/null
@@ -1,180 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="29.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following languages in terms of your preference </tspan></text>
-<rect x="12.00em" y="2.10em" width="6.54em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="18.54em" y="2.10em" width="1.76em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="20.29em" y="2.10em" width="0.59em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="20.88em" y="2.10em" width="0.21em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="21.09em" y="2.10em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">5,728 (<tspan fill="#00acd7">65</tspan>, <tspan fill="#2eb8da">18</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="21.70em" y="2.70em"><tspan class="size">Go</tspan></text>
-<rect x="12.00em" y="3.30em" width="0.73em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.73em" y="3.30em" width="1.81em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.55em" y="3.30em" width="1.25em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.80em" y="3.30em" width="0.83em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.63em" y="3.30em" width="0.44em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">3,156 (<tspan fill="#00acd7">7</tspan>, <tspan fill="#2eb8da">18</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">4</tspan>%)</tspan></text>
-<text x="17.57em" y="3.90em"><tspan class="size">Python</tspan></text>
-<rect x="12.00em" y="4.50em" width="0.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.30em" y="4.50em" width="0.94em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.24em" y="4.50em" width="1.17em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.41em" y="4.50em" width="0.84em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="15.25em" y="4.50em" width="0.70em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">2,463 (<tspan fill="#00acd7">3</tspan>, <tspan fill="#2eb8da">9</tspan>, <tspan fill="#5cc4dd">12</tspan>, <tspan fill="#8ad0e0">8</tspan>, <tspan fill="#b8dce3">7</tspan>%)</tspan></text>
-<text x="16.46em" y="5.10em"><tspan class="size">JavaScript</tspan></text>
-<rect x="12.00em" y="5.70em" width="0.17em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.17em" y="5.70em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.91em" y="5.70em" width="0.77em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.68em" y="5.70em" width="0.69em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.37em" y="5.70em" width="0.56em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,827 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">8</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.43em" y="6.30em"><tspan class="size">C</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.22em" y="6.90em" width="0.63em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.85em" y="6.90em" width="0.69em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.54em" y="6.90em" width="0.66em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.20em" y="6.90em" width="0.63em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,764 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">6</tspan>, <tspan fill="#5cc4dd">7</tspan>, <tspan fill="#8ad0e0">7</tspan>, <tspan fill="#b8dce3">6</tspan>%)</tspan></text>
-<text x="15.33em" y="7.50em"><tspan class="size">Java</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="8.10em" width="0.35em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.49em" y="8.10em" width="0.51em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.00em" y="8.10em" width="0.54em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.54em" y="8.10em" width="0.46em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,240 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">5</tspan>%)</tspan></text>
-<text x="14.49em" y="8.70em"><tspan class="size">C++</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="9.30em" width="0.31em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.37em" y="9.30em" width="0.56em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.93em" y="9.30em" width="0.51em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.43em" y="9.30em" width="0.49em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">1,196 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">6</tspan>, <tspan fill="#8ad0e0">5</tspan>, <tspan fill="#b8dce3">5</tspan>%)</tspan></text>
-<text x="14.42em" y="9.90em"><tspan class="size">Bash</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="10.50em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.68em" y="10.50em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.06em" y="10.50em" width="0.27em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.33em" y="10.50em" width="0.18em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">939 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.01em" y="11.10em"><tspan class="size">Rust</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.21em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.21em" y="11.70em" width="0.44em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.65em" y="11.70em" width="0.40em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.04em" y="11.70em" width="0.28em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.33em" y="11.70em" width="0.16em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">924 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.98em" y="12.30em"><tspan class="size">C#</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.20em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.20em" y="12.90em" width="0.41em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.61em" y="12.90em" width="0.32em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.93em" y="12.90em" width="0.26em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.19em" y="12.90em" width="0.19em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">859 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.88em" y="13.50em"><tspan class="size">Ruby</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.08em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.08em" y="14.10em" width="0.27em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="14.10em" width="0.29em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.64em" y="14.10em" width="0.27em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.92em" y="14.10em" width="0.30em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">757 (<tspan fill="#00acd7">0.8</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">3</tspan>%)</tspan></text>
-<text x="13.72em" y="14.70em"><tspan class="size">PHP</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="15.30em" width="0.18em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.29em" y="15.30em" width="0.20em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.49em" y="15.30em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.64em" y="15.30em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">455 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="13.23em" y="15.90em"><tspan class="size">Kotlin</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.07em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.07em" y="16.50em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.21em" y="16.50em" width="0.19em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.40em" y="16.50em" width="0.17em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.56em" y="16.50em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">414 (<tspan fill="#00acd7">0.7</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.16em" y="17.10em"><tspan class="size">Swift</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="17.70em" width="0.11em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.20em" y="17.70em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.35em" y="17.70em" width="0.15em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.50em" y="17.70em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">383 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.12em" y="18.30em"><tspan class="size">Haskell</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.08em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.08em" y="18.90em" width="0.10em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.18em" y="18.90em" width="0.15em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.32em" y="18.90em" width="0.12em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.45em" y="18.90em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">335 (<tspan fill="#00acd7">0.8</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="13.04em" y="19.50em"><tspan class="size">Scala</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="20.10em" width="0.13em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.18em" y="20.10em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.29em" y="20.10em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.40em" y="20.10em" width="0.09em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">305 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.9</tspan>%)</tspan></text>
-<text x="12.99em" y="20.70em"><tspan class="size">Perl</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.03em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.03em" y="21.30em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.11em" y="21.30em" width="0.13em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.24em" y="21.30em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.37em" y="21.30em" width="0.08em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">279 (<tspan fill="#00acd7">0.3</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.8</tspan>%)</tspan></text>
-<text x="12.95em" y="21.90em"><tspan class="size">Erlang</tspan></text>
-<rect x="12.00em" y="22.50em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="22.50em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.06em" y="22.50em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.17em" y="22.50em" width="0.13em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.29em" y="22.50em" width="0.11em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">250 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="12.90em" y="23.10em"><tspan class="size">Lua</tspan></text>
-<rect x="12.00em" y="23.70em" width="0.06em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.06em" y="23.70em" width="0.08em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.14em" y="23.70em" width="0.11em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.24em" y="23.70em" width="0.09em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.34em" y="23.70em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="24.30em" text-anchor="end"><tspan class="size">248 (<tspan fill="#00acd7">0.6</tspan>, <tspan fill="#2eb8da">0.8</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">0.9</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="12.90em" y="24.30em"><tspan class="size">Clojure</tspan></text>
-<rect x="12.00em" y="24.90em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="24.90em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.05em" y="24.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="24.90em" width="0.05em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.14em" y="24.90em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="25.50em" text-anchor="end"><tspan class="size">113 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.5</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="12.68em" y="25.50em"><tspan class="size">R</tspan></text>
-<rect x="12.00em" y="26.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="26.10em" width="0.02em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.03em" y="26.10em" width="0.03em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.06em" y="26.10em" width="0.03em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.09em" y="26.10em" width="0.02em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="26.70em" text-anchor="end"><tspan class="size">71 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.2</tspan>, <tspan fill="#5cc4dd">0.3</tspan>, <tspan fill="#8ad0e0">0.3</tspan>, <tspan fill="#b8dce3">0.2</tspan>%)</tspan></text>
-<text x="12.61em" y="26.70em"><tspan class="size">Julia</tspan></text>
-<rect x="12.00em" y="27.30em" width="0.22em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.22em" y="27.30em" width="0.29em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.52em" y="27.30em" width="0.31em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.82em" y="27.30em" width="0.20em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="13.03em" y="27.30em" width="0.11em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="27.90em" text-anchor="end"><tspan class="size">709 (<tspan fill="#777777">2</tspan>, <tspan fill="#8e8e8e">3</tspan>, <tspan fill="#a5a5a5">3</tspan>, <tspan fill="#bcbcbc">2</tspan>, <tspan fill="#d3d3d3">1</tspan>%)</tspan></text>
-<text x="13.64em" y="27.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="28.50em" width="0.39em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="29.10em" text-anchor="end"><tspan class="size">241 (3.9%)</tspan></text>
-<text x="12.89em" y="29.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/last-year.svg b/_content/survey2017/last-year.svg
deleted file mode 100644
index e0fbcc2..0000000
--- a/_content/survey2017/last-year.svg
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="6.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Did you take last year&#39;s survey  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.52em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,569 (25%)</tspan></text>
-<text x="10.27em" y="2.70em"><tspan class="size">Yes</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,892 (46%)</tspan></text>
-<text x="12.40em" y="3.90em"><tspan class="size">No</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.53em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">952 (15%)</tspan></text>
-<text x="9.28em" y="5.10em"><tspan class="size">I don&#39;t remember</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.31em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">813 (13%)</tspan></text>
-<text x="9.06em" y="6.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/libraries.svg b/_content/survey2017/libraries.svg
deleted file mode 100644
index 98883ee..0000000
--- a/_content/survey2017/libraries.svg
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="17.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which Go libraries do you need that aren’t available today? </tspan></text>
-<rect x="7.25em" y="2.10em" width="0.49em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">306 (4.9%)</tspan></text>
-<text x="8.24em" y="2.70em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.35em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">221 (3.5%)</tspan></text>
-<text x="8.10em" y="3.90em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">185 (3.0%)</tspan></text>
-<text x="8.05em" y="5.10em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">90 (1.4%)</tspan></text>
-<text x="7.89em" y="6.30em"><tspan class="size">native</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">83 (1.3%)</tspan></text>
-<text x="7.88em" y="7.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="7.85em" y="8.70em"><tspan class="size">ui</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">59 (0.9%)</tspan></text>
-<text x="7.84em" y="9.90em"><tspan class="size">machine learning</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="7.84em" y="11.10em"><tspan class="size">framework</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="12.30em"><tspan class="size">gui library</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="13.50em"><tspan class="size">orm</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">48 (0.8%)</tspan></text>
-<text x="7.83em" y="14.70em"><tspan class="size">processing</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">47 (0.8%)</tspan></text>
-<text x="7.83em" y="15.90em"><tspan class="size">desktop</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">44 (0.7%)</tspan></text>
-<text x="7.82em" y="17.10em"><tspan class="size">web</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.07em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">41 (0.7%)</tspan></text>
-<text x="22.82em" y="2.70em"><tspan class="size">cross-platform</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">39 (0.6%)</tspan></text>
-<text x="22.81em" y="3.90em"><tspan class="size">client</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">39 (0.6%)</tspan></text>
-<text x="22.81em" y="5.10em"><tspan class="size">platform</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">37 (0.6%)</tspan></text>
-<text x="22.81em" y="6.30em"><tspan class="size">standard</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">35 (0.6%)</tspan></text>
-<text x="22.81em" y="7.50em"><tspan class="size">audio</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">34 (0.5%)</tspan></text>
-<text x="22.80em" y="8.70em"><tspan class="size">image</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">34 (0.5%)</tspan></text>
-<text x="22.80em" y="9.90em"><tspan class="size">mobile</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">33 (0.5%)</tspan></text>
-<text x="22.80em" y="11.10em"><tspan class="size">sql</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">32 (0.5%)</tspan></text>
-<text x="22.80em" y="12.30em"><tspan class="size">soap</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">31 (0.5%)</tspan></text>
-<text x="22.80em" y="13.50em"><tspan class="size">pdf</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="14.70em"><tspan class="size">api</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.05em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">30 (0.5%)</tspan></text>
-<text x="22.80em" y="15.90em"><tspan class="size">package</tspan></text>
-<rect x="22.25em" y="16.50em" width="7.35em" height="0.60em" stroke="black" fill="white"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">4,578 (73.5%)</tspan></text>
-<text x="30.10em" y="17.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/mkhtml.go b/_content/survey2017/mkhtml.go
deleted file mode 100644
index 7af516c..0000000
--- a/_content/survey2017/mkhtml.go
+++ /dev/null
@@ -1,81 +0,0 @@
-// Copyright 2017 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// To use: Create an HTML file using the following format...
-/*
-<style>
-p.note {
-  font-size: 0.80em;
-  font-family: "Helvetica Neue", Arial, sans-serif;
-}
-</style>
-
-<p>
-<!--include about-me.svg -->
-<!--end-->
-</p>
-*/
-// Then run mkhtml.go and it will inline the SVG files.
-
-package main
-
-import (
-	"bytes"
-	"flag"
-	"io/ioutil"
-	"log"
-	"strings"
-)
-
-var strip = flag.Bool("strip", false, "strip included files")
-
-func main() {
-	flag.Parse()
-	for _, arg := range flag.Args() {
-		do(arg)
-	}
-}
-
-func do(file string) {
-	data, err := ioutil.ReadFile(file)
-	if err != nil {
-		log.Fatal(err)
-	}
-	var out []byte
-	skip := false
-	for _, line := range bytes.SplitAfter(data, []byte("\n")) {
-		if skip && bytes.HasPrefix(line, []byte("<!--end")) {
-			skip = false
-		}
-		if skip {
-			continue
-		}
-		out = append(out, line...)
-		if bytes.HasPrefix(line, []byte("<!--include")) {
-			if !*strip {
-				more, err := ioutil.ReadFile(strings.Fields(string(line))[1])
-				if err != nil {
-					log.Fatal(err)
-				}
-				if bytes.HasPrefix(more, xmlHeader) {
-					more = more[len(xmlHeader):]
-				}
-				if len(more) > 0 && more[len(more)-1] != '\n' {
-					more = append(more, '\n')
-				}
-				out = append(out, more...)
-			}
-			skip = true
-		}
-	}
-
-	if err := ioutil.WriteFile(file, out, 0666); err != nil {
-		log.Fatal(err)
-	}
-}
-
-var xmlHeader = []byte(`<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-`)
diff --git a/_content/survey2017/news.svg b/_content/survey2017/news.svg
deleted file mode 100644
index 2ebba62..0000000
--- a/_content/survey2017/news.svg
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="23.60em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Rank the following in terms of where you get Go news from: </tspan></text>
-<rect x="12.00em" y="2.10em" width="1.56em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.56em" y="2.10em" width="1.40em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.97em" y="2.10em" width="0.91em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="15.87em" y="2.10em" width="0.43em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="16.31em" y="2.10em" width="0.21em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="2.70em" text-anchor="end"><tspan class="size">2,809 (<tspan fill="#00acd7">16</tspan>, <tspan fill="#2eb8da">14</tspan>, <tspan fill="#5cc4dd">9</tspan>, <tspan fill="#8ad0e0">4</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="17.01em" y="2.70em"><tspan class="size">blog.Golang.org</tspan></text>
-<rect x="12.00em" y="3.30em" width="1.49em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.49em" y="3.30em" width="0.69em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.18em" y="3.30em" width="0.41em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.58em" y="3.30em" width="0.25em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.84em" y="3.30em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="3.90em" text-anchor="end"><tspan class="size">1,838 (<tspan fill="#00acd7">15</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.45em" y="3.90em"><tspan class="size">Twitter</tspan></text>
-<rect x="12.00em" y="4.50em" width="1.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.22em" y="4.50em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.96em" y="4.50em" width="0.44em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.40em" y="4.50em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.63em" y="4.50em" width="0.10em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="5.10em" text-anchor="end"><tspan class="size">1,703 (<tspan fill="#00acd7">12</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.24em" y="5.10em"><tspan class="size">Reddit (r/golang)</tspan></text>
-<rect x="12.00em" y="5.70em" width="1.30em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="13.30em" y="5.70em" width="0.74em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="14.04em" y="5.70em" width="0.33em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.37em" y="5.70em" width="0.16em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.52em" y="5.70em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="6.30em" text-anchor="end"><tspan class="size">1,617 (<tspan fill="#00acd7">13</tspan>, <tspan fill="#2eb8da">7</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="15.10em" y="6.30em"><tspan class="size">Golangweekly.com</tspan></text>
-<rect x="12.00em" y="6.90em" width="0.85em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.85em" y="6.90em" width="0.79em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="13.65em" y="6.90em" width="0.50em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="14.15em" y="6.90em" width="0.26em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="14.41em" y="6.90em" width="0.12em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="7.50em" text-anchor="end"><tspan class="size">1,578 (<tspan fill="#00acd7">9</tspan>, <tspan fill="#2eb8da">8</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="15.03em" y="7.50em"><tspan class="size">Hacker News</tspan></text>
-<rect x="12.00em" y="8.10em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="8.10em" width="0.49em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.73em" y="8.10em" width="0.49em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.22em" y="8.10em" width="0.30em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.51em" y="8.10em" width="0.17em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="8.70em" text-anchor="end"><tspan class="size">1,051 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">5</tspan>, <tspan fill="#5cc4dd">5</tspan>, <tspan fill="#8ad0e0">3</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="14.19em" y="8.70em"><tspan class="size">Community Blogs</tspan></text>
-<rect x="12.00em" y="9.30em" width="0.24em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.24em" y="9.30em" width="0.37em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.61em" y="9.30em" width="0.38em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.99em" y="9.30em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.22em" y="9.30em" width="0.16em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="9.90em" text-anchor="end"><tspan class="size">859 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">4</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">2</tspan>%)</tspan></text>
-<text x="13.88em" y="9.90em"><tspan class="size">GitHub</tspan></text>
-<rect x="12.00em" y="10.50em" width="0.35em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.35em" y="10.50em" width="0.43em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.79em" y="10.50em" width="0.30em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="13.09em" y="10.50em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="13.22em" y="10.50em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="11.10em" text-anchor="end"><tspan class="size">798 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#2eb8da">4</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="13.78em" y="11.10em"><tspan class="size">Coworkers</tspan></text>
-<rect x="12.00em" y="11.70em" width="0.14em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.14em" y="11.70em" width="0.28em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.42em" y="11.70em" width="0.34em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.76em" y="11.70em" width="0.23em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.98em" y="11.70em" width="0.15em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="12.30em" text-anchor="end"><tspan class="size">704 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">3</tspan>, <tspan fill="#5cc4dd">3</tspan>, <tspan fill="#8ad0e0">2</tspan>, <tspan fill="#b8dce3">1</tspan>%)</tspan></text>
-<text x="13.63em" y="12.30em"><tspan class="size">Just For Func</tspan></text>
-<rect x="12.00em" y="12.90em" width="0.22em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.22em" y="12.90em" width="0.21em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.43em" y="12.90em" width="0.19em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.63em" y="12.90em" width="0.14em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.76em" y="12.90em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="13.50em" text-anchor="end"><tspan class="size">516 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="13.33em" y="13.50em"><tspan class="size">golang-nuts mailing list (groups.google.com/d/forum/golang-nuts)</tspan></text>
-<rect x="12.00em" y="14.10em" width="0.13em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.13em" y="14.10em" width="0.21em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="14.10em" width="0.17em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.52em" y="14.10em" width="0.11em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.62em" y="14.10em" width="0.06em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="14.70em" text-anchor="end"><tspan class="size">428 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">2</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.6</tspan>%)</tspan></text>
-<text x="13.19em" y="14.70em"><tspan class="size">Go Time podcast</tspan></text>
-<rect x="12.00em" y="15.30em" width="0.18em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.18em" y="15.30em" width="0.17em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.35em" y="15.30em" width="0.14em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.50em" y="15.30em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.59em" y="15.30em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="15.90em" text-anchor="end"><tspan class="size">393 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#2eb8da">2</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="13.13em" y="15.90em"><tspan class="size">Golangnews.com</tspan></text>
-<rect x="12.00em" y="16.50em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="16.50em" width="0.14em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.24em" y="16.50em" width="0.12em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.36em" y="16.50em" width="0.10em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.46em" y="16.50em" width="0.07em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="17.10em" text-anchor="end"><tspan class="size">333 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">1</tspan>, <tspan fill="#b8dce3">0.7</tspan>%)</tspan></text>
-<text x="13.03em" y="17.10em"><tspan class="size">Gopher Slack (invite.slack.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="17.70em" width="0.10em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.10em" y="17.70em" width="0.13em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.24em" y="17.70em" width="0.12em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.35em" y="17.70em" width="0.07em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.43em" y="17.70em" width="0.04em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="18.30em" text-anchor="end"><tspan class="size">287 (<tspan fill="#00acd7">1</tspan>, <tspan fill="#2eb8da">1</tspan>, <tspan fill="#5cc4dd">1</tspan>, <tspan fill="#8ad0e0">0.7</tspan>, <tspan fill="#b8dce3">0.4</tspan>%)</tspan></text>
-<text x="12.96em" y="18.30em"><tspan class="size">golang-announce (groups.google.com/d/forum/golang-announce)</tspan></text>
-<rect x="12.00em" y="18.90em" width="0.05em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.05em" y="18.90em" width="0.05em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.10em" y="18.90em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.14em" y="18.90em" width="0.02em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.17em" y="18.90em" width="0.03em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="19.50em" text-anchor="end"><tspan class="size">120 (<tspan fill="#00acd7">0.5</tspan>, <tspan fill="#2eb8da">0.5</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.2</tspan>, <tspan fill="#b8dce3">0.3</tspan>%)</tspan></text>
-<text x="12.69em" y="19.50em"><tspan class="size">Facebook</tspan></text>
-<rect x="12.00em" y="20.10em" width="0.01em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="12.01em" y="20.10em" width="0.04em" height="0.60em" stroke="#2eb8da" fill="#2eb8da"/>
-<rect x="12.05em" y="20.10em" width="0.04em" height="0.60em" stroke="#5cc4dd" fill="#5cc4dd"/>
-<rect x="12.09em" y="20.10em" width="0.02em" height="0.60em" stroke="#8ad0e0" fill="#8ad0e0"/>
-<rect x="12.11em" y="20.10em" width="0.02em" height="0.60em" stroke="#b8dce3" fill="#b8dce3"/>
-<text x="11.50em" y="20.70em" text-anchor="end"><tspan class="size">86 (<tspan fill="#00acd7">0.1</tspan>, <tspan fill="#2eb8da">0.4</tspan>, <tspan fill="#5cc4dd">0.4</tspan>, <tspan fill="#8ad0e0">0.2</tspan>, <tspan fill="#b8dce3">0.2</tspan>%)</tspan></text>
-<text x="12.64em" y="20.70em"><tspan class="size">Go Forum (forum.golangbridge.org)</tspan></text>
-<rect x="12.00em" y="21.30em" width="0.12em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="12.12em" y="21.30em" width="0.10em" height="0.60em" stroke="#8e8e8e" fill="#8e8e8e"/>
-<rect x="12.22em" y="21.30em" width="0.07em" height="0.60em" stroke="#a5a5a5" fill="#a5a5a5"/>
-<rect x="12.29em" y="21.30em" width="0.03em" height="0.60em" stroke="#bcbcbc" fill="#bcbcbc"/>
-<rect x="12.31em" y="21.30em" width="0.01em" height="0.60em" stroke="#d3d3d3" fill="#d3d3d3"/>
-<text x="11.50em" y="21.90em" text-anchor="end"><tspan class="size">205 (<tspan fill="#777777">1</tspan>, <tspan fill="#8e8e8e">1</tspan>, <tspan fill="#a5a5a5">0.7</tspan>, <tspan fill="#bcbcbc">0.3</tspan>, <tspan fill="#d3d3d3">0.1</tspan>%)</tspan></text>
-<text x="12.83em" y="21.90em"><tspan class="size">Other</tspan></text>
-<rect x="12.00em" y="22.50em" width="1.67em" height="0.60em" stroke="black" fill="white"/>
-<text x="11.50em" y="23.10em" text-anchor="end"><tspan class="size">1,040 (17%)</tspan></text>
-<text x="14.17em" y="23.10em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/open-source.svg b/_content/survey2017/open-source.svg
deleted file mode 100644
index 93b9ef0..0000000
--- a/_content/survey2017/open-source.svg
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I contribute to open source projects written in Go:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="0.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">382 (6.1%)</tspan></text>
-<text x="8.36em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.74em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">463 (7.4%)</tspan></text>
-<text x="8.49em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.97em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">603 (9.7%)</tspan></text>
-<text x="8.72em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.50em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,180 (35.0%)</tspan></text>
-<text x="11.25em" y="6.30em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.88em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,792 (28.8%)</tspan></text>
-<text x="10.63em" y="7.50em"><tspan class="size">Never</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.29em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">806 (12.9%)</tspan></text>
-<text x="9.04em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/os.svg b/_content/survey2017/os.svg
deleted file mode 100644
index 8a72e05..0000000
--- a/_content/survey2017/os.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I primarily develop Go on:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.38em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,973 (64%)</tspan></text>
-<text x="14.13em" y="2.70em"><tspan class="size">Linux</tspan></text>
-<rect x="7.25em" y="3.30em" width="4.90em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,048 (49%)</tspan></text>
-<text x="12.65em" y="3.90em"><tspan class="size">MacOS</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,151 (18%)</tspan></text>
-<text x="9.60em" y="5.10em"><tspan class="size">Windows</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.18em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">112  (2%)</tspan></text>
-<text x="7.93em" y="6.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.53em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">328  (5%)</tspan></text>
-<text x="8.28em" y="7.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/project.html b/_content/survey2017/project.html
deleted file mode 100644
index 41cc087..0000000
--- a/_content/survey2017/project.html
+++ /dev/null
@@ -1,192 +0,0 @@
-<p>
-<!--include open-source.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I contribute to open source projects written in Go:  <tspan class="paren">(single choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="0.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">382 (6.1%)</tspan></text>
-<text x="8.36em" y="2.70em"><tspan class="size">As part of my daily routine</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.74em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">463 (7.4%)</tspan></text>
-<text x="8.49em" y="3.90em"><tspan class="size">Weekly</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.97em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">603 (9.7%)</tspan></text>
-<text x="8.72em" y="5.10em"><tspan class="size">Monthly</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.50em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,180 (35.0%)</tspan></text>
-<text x="11.25em" y="6.30em"><tspan class="size">Infrequently</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.88em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,792 (28.8%)</tspan></text>
-<text x="10.63em" y="7.50em"><tspan class="size">Never</tspan></text>
-<rect x="7.25em" y="8.10em" width="1.29em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">806 (12.9%)</tspan></text>
-<text x="9.04em" y="8.70em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include contrib.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="20.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I have or am interested in contributing in the following ways to the Go community and projects:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="2.87em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">1,785 (29%)</tspan></text>
-<text x="10.62em" y="2.70em"><tspan class="size">Standard library</tspan></text>
-<rect x="7.25em" y="3.30em" width="2.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">1,331 (21%)</tspan></text>
-<text x="9.89em" y="3.90em"><tspan class="size">Tools (go guru, go vet, go doc, etc)</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.81em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,129 (18%)</tspan></text>
-<text x="9.56em" y="5.10em"><tspan class="size">Documentation</tspan></text>
-<rect x="7.25em" y="5.70em" width="1.79em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,115 (18%)</tspan></text>
-<text x="9.54em" y="6.30em"><tspan class="size">Tutorials</tspan></text>
-<rect x="7.25em" y="6.90em" width="1.55em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">967 (16%)</tspan></text>
-<text x="9.30em" y="7.50em"><tspan class="size">Community support via Stack Overflow, Slack, mailing list, etc  </tspan></text>
-<rect x="7.25em" y="8.10em" width="1.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">863 (14%)</tspan></text>
-<text x="9.14em" y="8.70em"><tspan class="size">Being a technical mentor</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">829 (13%)</tspan></text>
-<text x="9.08em" y="9.90em"><tspan class="size">Community involvement (workgroups, meetup attendance)</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">727 (12%)</tspan></text>
-<text x="8.92em" y="11.10em"><tspan class="size">Toolchain (compiler, linker, etc)</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.83em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">514  (8%)</tspan></text>
-<text x="8.58em" y="12.30em"><tspan class="size">Go Project maintenance (issue triage)</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.76em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">474  (8%)</tspan></text>
-<text x="8.51em" y="13.50em"><tspan class="size">Event planning (meetup, conference, etc)</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.70em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">433  (7%)</tspan></text>
-<text x="8.45em" y="14.70em"><tspan class="size">Language translation</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">337  (5%)</tspan></text>
-<text x="8.29em" y="15.90em"><tspan class="size">General UX &amp; Design contributions</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.50em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">309  (5%)</tspan></text>
-<text x="8.25em" y="17.10em"><tspan class="size">golang.org website (code, UX, IA, content, etc)</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.24em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">148  (2%)</tspan></text>
-<text x="7.99em" y="18.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="18.90em" width="4.10em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">2,553 (41%)</tspan></text>
-<text x="11.85em" y="19.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include agree-project.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="9.20em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.15em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.15em" y="3.30em" width="0.30em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.45em" y="3.30em" width="0.43em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.88em" y="3.30em" width="1.93em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="16.80em" y="3.30em" width="1.16em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="17.97em" y="3.30em" width="1.79em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.75em" y="3.30em" width="0.82em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">4,091 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">3</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">19</tspan>, <tspan fill="#77CCE9">12</tspan>, <tspan fill="#50BFE2">18</tspan>, <tspan fill="#00ACD7">8</tspan>%)</tspan></text>
-<text x="21.07em" y="3.90em"><tspan class="size">I feel welcome to contribute to Go (compiler, standard library, documentation, website) (4.3:1) [5.0:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.32em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.32em" y="4.50em" width="0.82em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="15.14em" y="4.50em" width="0.97em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="16.11em" y="4.50em" width="1.74em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.85em" y="4.50em" width="1.12em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.96em" y="4.50em" width="1.13em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.10em" y="4.50em" width="0.46em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">4,083 (<tspan fill="#CE3262">3</tspan>, <tspan fill="#D77A95">8</tspan>, <tspan fill="#E6B1C1">10</tspan>, <tspan fill="#cccccc">17</tspan>, <tspan fill="#77CCE9">11</tspan>, <tspan fill="#50BFE2">11</tspan>, <tspan fill="#00ACD7">5</tspan>%)</tspan></text>
-<text x="21.06em" y="5.10em"><tspan class="size">The process of contributing to the Go project is clear to me (1.3:1) [1.3:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.19em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.19em" y="5.70em" width="0.29em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.49em" y="5.70em" width="0.45em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.94em" y="5.70em" width="2.30em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.24em" y="5.70em" width="0.95em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.20em" y="5.70em" width="1.26em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.46em" y="5.70em" width="0.42em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">3,657 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">3</tspan>, <tspan fill="#E6B1C1">5</tspan>, <tspan fill="#cccccc">23</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">13</tspan>, <tspan fill="#00ACD7">4</tspan>%)</tspan></text>
-<text x="20.37em" y="6.30em"><tspan class="size">The Go project leadership understands my needs (2.8:1) [2.8:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.21em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.21em" y="6.90em" width="0.46em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.66em" y="6.90em" width="0.57em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.23em" y="6.90em" width="2.02em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.25em" y="6.90em" width="0.96em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.21em" y="6.90em" width="1.39em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.59em" y="6.90em" width="0.61em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">3,860 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">5</tspan>, <tspan fill="#E6B1C1">6</tspan>, <tspan fill="#cccccc">20</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">14</tspan>, <tspan fill="#00ACD7">6</tspan>%)</tspan></text>
-<text x="20.70em" y="7.50em"><tspan class="size">I feel comfortable approaching the Go project leadership with questions and feedback (2.4:1) [2.7:1]</tspan></text>
-<rect x="14.00em" y="8.10em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="8.10em" width="0.16em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.27em" y="8.10em" width="0.22em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.49em" y="8.10em" width="1.23em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.73em" y="8.10em" width="0.96em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.68em" y="8.10em" width="2.55em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.23em" y="8.10em" width="1.76em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="8.70em" text-anchor="end"><tspan class="size">4,351 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">2</tspan>, <tspan fill="#E6B1C1">2</tspan>, <tspan fill="#cccccc">12</tspan>, <tspan fill="#77CCE9">10</tspan>, <tspan fill="#50BFE2">26</tspan>, <tspan fill="#00ACD7">18</tspan>%)</tspan></text>
-<text x="21.49em" y="8.70em"><tspan class="size">I am confident in the leadership of Go (11:1) [13:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
diff --git a/_content/survey2017/sat-editor.svg b/_content/survey2017/sat-editor.svg
deleted file mode 100644
index 7bc45b4..0000000
--- a/_content/survey2017/sat-editor.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="4.40em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">How satisfied are you with Go support in your preferred editor: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">very dissatisfied</tspan>, <tspan fill="#D77A95">dissatisfied</tspan>, <tspan fill="#E6B1C1">somewhat dissatisfied</tspan>, <tspan fill="#cccccc">neither satisfied or unsatisfied</tspan>, <tspan fill="#77CCE9">somewhat satisfied</tspan>, <tspan fill="#50BFE2">satisfied</tspan>, <tspan fill="#00ACD7">very satisfied</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.11em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.11em" y="3.30em" width="0.09em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.20em" y="3.30em" width="0.28em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.48em" y="3.30em" width="0.34em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.82em" y="3.30em" width="1.62em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="16.44em" y="3.30em" width="3.82em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="20.26em" y="3.30em" width="2.94em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,730 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">0.9</tspan>, <tspan fill="#E6B1C1">3</tspan>, <tspan fill="#cccccc">3</tspan>, <tspan fill="#77CCE9">16</tspan>, <tspan fill="#50BFE2">38</tspan>, <tspan fill="#00ACD7">29</tspan>%)</tspan></text>
-<text x="23.70em" y="3.90em"><tspan class="size"> (18:1) [24:1]</tspan></text>
-</svg>
diff --git a/_content/survey2017/usage.html b/_content/survey2017/usage.html
deleted file mode 100644
index d1a3ba5..0000000
--- a/_content/survey2017/usage.html
+++ /dev/null
@@ -1,481 +0,0 @@
-<p>
-<!--include agree-work-well.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="8.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">To what extent do you agree or disagree with the following statements: </tspan></text>
-<text x="0.00em" y="2.40em"><tspan class="size">(<tspan fill="#CE3262">strongly disagree</tspan>, <tspan fill="#D77A95">disagree</tspan>, <tspan fill="#E6B1C1">somewhat disagree</tspan>, <tspan fill="#cccccc">neither agree nor disagree</tspan>, <tspan fill="#77CCE9">somewhat agree</tspan>, <tspan fill="#50BFE2">agree</tspan>, <tspan fill="#00ACD7">strongly agree</tspan>)</tspan></text>
-<rect x="14.00em" y="3.30em" width="0.17em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.17em" y="3.30em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.35em" y="3.30em" width="0.17em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.52em" y="3.30em" width="0.53em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.05em" y="3.30em" width="2.10em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="17.14em" y="3.30em" width="6.39em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="3.90em" text-anchor="end"><tspan class="size">5,938 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">2</tspan>, <tspan fill="#77CCE9">5</tspan>, <tspan fill="#50BFE2">21</tspan>, <tspan fill="#00ACD7">64</tspan>%)</tspan></text>
-<text x="24.04em" y="3.90em"><tspan class="size">I would recommend using Go to others (26:1) [32:1]</tspan></text>
-<rect x="14.00em" y="4.50em" width="0.20em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.20em" y="4.50em" width="0.13em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.33em" y="4.50em" width="0.17em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.50em" y="4.50em" width="0.38em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="14.88em" y="4.50em" width="0.79em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.67em" y="4.50em" width="2.03em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="17.70em" y="4.50em" width="5.82em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="5.10em" text-anchor="end"><tspan class="size">5,928 (<tspan fill="#CE3262">2</tspan>, <tspan fill="#D77A95">1</tspan>, <tspan fill="#E6B1C1">2</tspan>, <tspan fill="#cccccc">4</tspan>, <tspan fill="#77CCE9">8</tspan>, <tspan fill="#50BFE2">20</tspan>, <tspan fill="#00ACD7">58</tspan>%)</tspan></text>
-<text x="24.02em" y="5.10em"><tspan class="size">I would prefer to use Go for my next new project (17:1) [23:1]</tspan></text>
-<rect x="14.00em" y="5.70em" width="0.10em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.10em" y="5.70em" width="0.08em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="14.18em" y="5.70em" width="0.13em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="14.31em" y="5.70em" width="0.72em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="15.02em" y="5.70em" width="0.88em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="15.91em" y="5.70em" width="2.27em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="18.17em" y="5.70em" width="3.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="6.30em" text-anchor="end"><tspan class="size">4,548 (<tspan fill="#CE3262">1</tspan>, <tspan fill="#D77A95">0.8</tspan>, <tspan fill="#E6B1C1">1</tspan>, <tspan fill="#cccccc">7</tspan>, <tspan fill="#77CCE9">9</tspan>, <tspan fill="#50BFE2">23</tspan>, <tspan fill="#00ACD7">31</tspan>%)</tspan></text>
-<text x="21.80em" y="6.30em"><tspan class="size">Go is working well for my team (21:1) [26:1]</tspan></text>
-<rect x="14.00em" y="6.90em" width="0.48em" height="0.60em" stroke="#CE3262" fill="#CE3262"/>
-<rect x="14.48em" y="6.90em" width="0.61em" height="0.60em" stroke="#D77A95" fill="#D77A95"/>
-<rect x="15.10em" y="6.90em" width="0.36em" height="0.60em" stroke="#E6B1C1" fill="#E6B1C1"/>
-<rect x="15.46em" y="6.90em" width="1.67em" height="0.60em" stroke="#cccccc" fill="#cccccc"/>
-<rect x="17.13em" y="6.90em" width="1.38em" height="0.60em" stroke="#77CCE9" fill="#77CCE9"/>
-<rect x="18.51em" y="6.90em" width="1.37em" height="0.60em" stroke="#50BFE2" fill="#50BFE2"/>
-<rect x="19.88em" y="6.90em" width="1.69em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="13.50em" y="7.50em" text-anchor="end"><tspan class="size">4,716 (<tspan fill="#CE3262">5</tspan>, <tspan fill="#D77A95">6</tspan>, <tspan fill="#E6B1C1">4</tspan>, <tspan fill="#cccccc">17</tspan>, <tspan fill="#77CCE9">14</tspan>, <tspan fill="#50BFE2">14</tspan>, <tspan fill="#00ACD7">17</tspan>%)</tspan></text>
-<text x="22.07em" y="7.50em"><tspan class="size">Go is critical to my company’s success (3.1:1) [3.1:1]</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question asked how strongly the respondent agreed or disagreed with the statement.
-The responses for each statement are displayed as sections of a single bar, from “strongly disagree” in deep red on the left end
-to “strongly agree” in deep blue on the right end. The bars use the same scale as the rest of the graphs,
-so they can (and do, especially later in the survey) vary in overall length due to lack of responses.
-</p>
-<p class="note">
-The ratio after the text compares the number of respondents who agreed (including “somewhat agree” and “strongly agree”)
-to those who disagreed (including “somewhat disagree” and “strongly disagree”).
-For example, the ratio of respondents agreeing that they would recommend Go to respondents disagreeing was 19 to 1.
-The second ratio (within the brackets) is simply a weighted ratio with each somewhat = 1, agree/disagree = 2, and strongly = 4.
-</p>
-
-<p>
-<!--include challenge.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="26.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">What is the biggest challenge you personally face using Go today? </tspan></text>
-<rect x="7.25em" y="2.10em" width="0.93em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">582 (9.3%)</tspan></text>
-<text x="8.68em" y="2.70em"><tspan class="size">lack</tspan></text>
-<rect x="7.25em" y="3.30em" width="0.79em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">489 (7.9%)</tspan></text>
-<text x="8.54em" y="3.90em"><tspan class="size">generics</tspan></text>
-<rect x="7.25em" y="4.50em" width="0.65em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">402 (6.5%)</tspan></text>
-<text x="8.40em" y="5.10em"><tspan class="size">management</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.44em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">277 (4.4%)</tspan></text>
-<text x="8.19em" y="6.30em"><tspan class="size">libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.43em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">266 (4.3%)</tspan></text>
-<text x="8.18em" y="7.50em"><tspan class="size">dependency management</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.31em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">194 (3.1%)</tspan></text>
-<text x="8.06em" y="8.70em"><tspan class="size">lack of generics</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">159 (2.6%)</tspan></text>
-<text x="8.01em" y="9.90em"><tspan class="size">package</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">137 (2.2%)</tspan></text>
-<text x="7.97em" y="11.10em"><tspan class="size">gui</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">137 (2.2%)</tspan></text>
-<text x="7.97em" y="12.30em"><tspan class="size">library</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">132 (2.1%)</tspan></text>
-<text x="7.96em" y="13.50em"><tspan class="size">good</tspan></text>
-<rect x="7.25em" y="14.10em" width="0.21em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="14.70em" text-anchor="end"><tspan class="size">132 (2.1%)</tspan></text>
-<text x="7.96em" y="14.70em"><tspan class="size">work</tspan></text>
-<rect x="7.25em" y="15.30em" width="0.20em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="15.90em" text-anchor="end"><tspan class="size">122 (2.0%)</tspan></text>
-<text x="7.95em" y="15.90em"><tspan class="size">time</tspan></text>
-<rect x="7.25em" y="16.50em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="17.10em" text-anchor="end"><tspan class="size">115 (1.8%)</tspan></text>
-<text x="7.93em" y="17.10em"><tspan class="size">enough</tspan></text>
-<rect x="7.25em" y="17.70em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="18.30em" text-anchor="end"><tspan class="size">114 (1.8%)</tspan></text>
-<text x="7.93em" y="18.30em"><tspan class="size">error handling</tspan></text>
-<rect x="7.25em" y="18.90em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="19.50em" text-anchor="end"><tspan class="size">113 (1.8%)</tspan></text>
-<text x="7.93em" y="19.50em"><tspan class="size">type</tspan></text>
-<rect x="7.25em" y="20.10em" width="0.18em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="20.70em" text-anchor="end"><tspan class="size">109 (1.8%)</tspan></text>
-<text x="7.93em" y="20.70em"><tspan class="size">learning</tspan></text>
-<rect x="7.25em" y="21.30em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="21.90em" text-anchor="end"><tspan class="size">106 (1.7%)</tspan></text>
-<text x="7.92em" y="21.90em"><tspan class="size">projects</tspan></text>
-<rect x="7.25em" y="22.50em" width="0.17em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="23.10em" text-anchor="end"><tspan class="size">104 (1.7%)</tspan></text>
-<text x="7.92em" y="23.10em"><tspan class="size">hard</tspan></text>
-<rect x="7.25em" y="23.70em" width="0.16em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="24.30em" text-anchor="end"><tspan class="size">97 (1.6%)</tspan></text>
-<text x="7.91em" y="24.30em"><tspan class="size">team</tspan></text>
-<rect x="7.25em" y="24.90em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="25.50em" text-anchor="end"><tspan class="size">91 (1.5%)</tspan></text>
-<text x="7.90em" y="25.50em"><tspan class="size">dependencies</tspan></text>
-<rect x="22.25em" y="2.10em" width="0.15em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="2.70em" text-anchor="end"><tspan class="size">91 (1.5%)</tspan></text>
-<text x="22.90em" y="2.70em"><tspan class="size">java</tspan></text>
-<rect x="22.25em" y="3.30em" width="0.14em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="3.90em" text-anchor="end"><tspan class="size">87 (1.4%)</tspan></text>
-<text x="22.89em" y="3.90em"><tspan class="size">c</tspan></text>
-<rect x="22.25em" y="4.50em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="5.10em" text-anchor="end"><tspan class="size">82 (1.3%)</tspan></text>
-<text x="22.88em" y="5.10em"><tspan class="size">debugging</tspan></text>
-<rect x="22.25em" y="5.70em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="6.30em" text-anchor="end"><tspan class="size">81 (1.3%)</tspan></text>
-<text x="22.88em" y="6.30em"><tspan class="size">no generics</tspan></text>
-<rect x="22.25em" y="6.90em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="7.50em" text-anchor="end"><tspan class="size">81 (1.3%)</tspan></text>
-<text x="22.88em" y="7.50em"><tspan class="size">vendoring</tspan></text>
-<rect x="22.25em" y="8.10em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="8.70em" text-anchor="end"><tspan class="size">79 (1.3%)</tspan></text>
-<text x="22.88em" y="8.70em"><tspan class="size">package management</tspan></text>
-<rect x="22.25em" y="9.30em" width="0.13em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="9.90em" text-anchor="end"><tspan class="size">79 (1.3%)</tspan></text>
-<text x="22.88em" y="9.90em"><tspan class="size">programming</tspan></text>
-<rect x="22.25em" y="10.50em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="11.10em" text-anchor="end"><tspan class="size">77 (1.2%)</tspan></text>
-<text x="22.87em" y="11.10em"><tspan class="size">gopath</tspan></text>
-<rect x="22.25em" y="11.70em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="12.30em" text-anchor="end"><tspan class="size">76 (1.2%)</tspan></text>
-<text x="22.87em" y="12.30em"><tspan class="size">features</tspan></text>
-<rect x="22.25em" y="12.90em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="13.50em" text-anchor="end"><tspan class="size">76 (1.2%)</tspan></text>
-<text x="22.87em" y="13.50em"><tspan class="size">types</tspan></text>
-<rect x="22.25em" y="14.10em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="14.70em" text-anchor="end"><tspan class="size">75 (1.2%)</tspan></text>
-<text x="22.87em" y="14.70em"><tspan class="size">people</tspan></text>
-<rect x="22.25em" y="15.30em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="15.90em" text-anchor="end"><tspan class="size">74 (1.2%)</tspan></text>
-<text x="22.87em" y="15.90em"><tspan class="size">web</tspan></text>
-<rect x="22.25em" y="16.50em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="17.10em" text-anchor="end"><tspan class="size">73 (1.2%)</tspan></text>
-<text x="22.87em" y="17.10em"><tspan class="size">python</tspan></text>
-<rect x="22.25em" y="17.70em" width="0.12em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="18.30em" text-anchor="end"><tspan class="size">73 (1.2%)</tspan></text>
-<text x="22.87em" y="18.30em"><tspan class="size">write</tspan></text>
-<rect x="22.25em" y="18.90em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="19.50em" text-anchor="end"><tspan class="size">68 (1.1%)</tspan></text>
-<text x="22.86em" y="19.50em"><tspan class="size">development</tspan></text>
-<rect x="22.25em" y="20.10em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="20.70em" text-anchor="end"><tspan class="size">67 (1.1%)</tspan></text>
-<text x="22.86em" y="20.70em"><tspan class="size">generic</tspan></text>
-<rect x="22.25em" y="21.30em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="21.90em" text-anchor="end"><tspan class="size">67 (1.1%)</tspan></text>
-<text x="22.86em" y="21.90em"><tspan class="size">writing</tspan></text>
-<rect x="22.25em" y="22.50em" width="0.11em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="23.10em" text-anchor="end"><tspan class="size">66 (1.1%)</tspan></text>
-<text x="22.86em" y="23.10em"><tspan class="size">difficult</tspan></text>
-<rect x="22.25em" y="23.70em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="24.30em" text-anchor="end"><tspan class="size">64 (1.0%)</tspan></text>
-<text x="22.85em" y="24.30em"><tspan class="size">interface</tspan></text>
-<rect x="22.25em" y="24.90em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="21.75em" y="25.50em" text-anchor="end"><tspan class="size">64 (1.0%)</tspan></text>
-<text x="22.85em" y="25.50em"><tspan class="size">tools</tspan></text>
-<rect x="37.25em" y="2.10em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="2.70em" text-anchor="end"><tspan class="size">63 (1.0%)</tspan></text>
-<text x="37.85em" y="2.70em"><tspan class="size">missing</tspan></text>
-<rect x="37.25em" y="3.30em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="3.90em" text-anchor="end"><tspan class="size">62 (1.0%)</tspan></text>
-<text x="37.85em" y="3.90em"><tspan class="size">performance</tspan></text>
-<rect x="37.25em" y="4.50em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="5.10em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="37.85em" y="5.10em"><tspan class="size">interfaces</tspan></text>
-<rect x="37.25em" y="5.70em" width="0.10em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="6.30em" text-anchor="end"><tspan class="size">60 (1.0%)</tspan></text>
-<text x="37.85em" y="6.30em"><tspan class="size">standard</tspan></text>
-<rect x="37.25em" y="6.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="7.50em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="37.84em" y="7.50em"><tspan class="size">community</tspan></text>
-<rect x="37.25em" y="8.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="8.70em" text-anchor="end"><tspan class="size">58 (0.9%)</tspan></text>
-<text x="37.84em" y="8.70em"><tspan class="size">packages</tspan></text>
-<rect x="37.25em" y="9.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="9.90em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="37.84em" y="9.90em"><tspan class="size">build</tspan></text>
-<rect x="37.25em" y="10.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="11.10em" text-anchor="end"><tspan class="size">56 (0.9%)</tspan></text>
-<text x="37.84em" y="11.10em"><tspan class="size">well</tspan></text>
-<rect x="37.25em" y="11.70em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="12.30em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="12.30em"><tspan class="size">best</tspan></text>
-<rect x="37.25em" y="12.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="13.50em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="13.50em"><tspan class="size">cgo</tspan></text>
-<rect x="37.25em" y="14.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="14.70em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="14.70em"><tspan class="size">debugger</tspan></text>
-<rect x="37.25em" y="15.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="15.90em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="15.90em"><tspan class="size">ide</tspan></text>
-<rect x="37.25em" y="16.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="17.10em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="17.10em"><tspan class="size">other languages</tspan></text>
-<rect x="37.25em" y="17.70em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="18.30em" text-anchor="end"><tspan class="size">55 (0.9%)</tspan></text>
-<text x="37.84em" y="18.30em"><tspan class="size">verbose</tspan></text>
-<rect x="37.25em" y="18.90em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="19.50em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="19.50em"><tspan class="size">boilerplate</tspan></text>
-<rect x="37.25em" y="20.10em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="20.70em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="20.70em"><tspan class="size">finding</tspan></text>
-<rect x="37.25em" y="21.30em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="21.90em" text-anchor="end"><tspan class="size">54 (0.9%)</tspan></text>
-<text x="37.84em" y="21.90em"><tspan class="size">learn</tspan></text>
-<rect x="37.25em" y="22.50em" width="0.09em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="36.75em" y="23.10em" text-anchor="end"><tspan class="size">53 (0.9%)</tspan></text>
-<text x="37.84em" y="23.10em"><tspan class="size">not enough</tspan></text>
-<rect x="37.25em" y="23.70em" width="4.75em" height="0.60em" stroke="black" fill="white"/>
-<text x="36.75em" y="24.30em" text-anchor="end"><tspan class="size">2,956 (47.5%)</tspan></text>
-<text x="42.50em" y="24.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p class="note"><i>Reading the data</i>: This question asked for write-in responses.
-The bars above show the fraction of surveys mentioning common words or phrases. Only words or phrases that
-appeared in 20 or more surveys are listed, and meaningless common words or phrases like “the” or “to be” are omitted.
-The displayed results do overlap: for example, the 402 responses that mentioned “management” do include the
-266 listed separately that mentioned “dependency management” and the 79 listed separately that mentioned
-“package management.”
-
-However, nearly or completely redundant shorter entries are omitted: there are not twenty or more surveys that listed
-“dependency” without mentioning “dependency management,” so there is no separate entry for “dependency.”</p>
-
-<p>
-<!--include why-not.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If it were not for the following reasons I would use Go more: </tspan></text>
-<rect x="7.25em" y="2.10em" width="3.13em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="10.38em" y="2.10em" width="1.41em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="11.79em" y="2.10em" width="0.41em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,077 (<tspan fill="#00acd7">31</tspan>, <tspan fill="#4ec0dd">14</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="12.69em" y="2.70em"><tspan class="size">I work on an existing project written in another language</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.37em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="8.62em" y="3.30em" width="1.55em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="10.18em" y="3.30em" width="0.53em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,152 (<tspan fill="#00acd7">14</tspan>, <tspan fill="#4ec0dd">16</tspan>, <tspan fill="#9cd4e3">5</tspan>%)</tspan></text>
-<text x="11.21em" y="3.90em"><tspan class="size">My project / team / TL prefers another language</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.04em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="8.29em" y="4.50em" width="0.53em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.82em" y="4.50em" width="0.39em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,218 (<tspan fill="#00acd7">10</tspan>, <tspan fill="#4ec0dd">5</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.71em" y="5.10em"><tspan class="size">Go lacks critical features</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.64em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.89em" y="5.70em" width="0.68em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.57em" y="5.70em" width="0.45em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,100 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#4ec0dd">7</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.52em" y="6.30em"><tspan class="size">Go lacks critical libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.63em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.88em" y="6.90em" width="0.64em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.53em" y="6.90em" width="0.42em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,056 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#4ec0dd">6</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.45em" y="7.50em"><tspan class="size">Go isn't appropriate for what I'm working on</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.36em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.61em" y="8.10em" width="0.37em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="7.99em" y="8.10em" width="0.30em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">643 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#4ec0dd">4</tspan>, <tspan fill="#9cd4e3">3</tspan>%)</tspan></text>
-<text x="8.78em" y="8.70em"><tspan class="size">Not enough education or support resources for Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.19em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.44em" y="9.30em" width="0.18em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="7.62em" y="9.30em" width="0.13em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">311 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#4ec0dd">2</tspan>, <tspan fill="#9cd4e3">1</tspan>%)</tspan></text>
-<text x="8.25em" y="9.90em"><tspan class="size">Go lacks critical performance</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.53em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.78em" y="10.50em" width="0.43em" height="0.60em" stroke="#9d9d9d" fill="#9d9d9d"/>
-<rect x="8.21em" y="10.50em" width="0.31em" height="0.60em" stroke="#c3c3c3" fill="#c3c3c3"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">790 (<tspan fill="#777777">5</tspan>, <tspan fill="#9d9d9d">4</tspan>, <tspan fill="#c3c3c3">3</tspan>%)</tspan></text>
-<text x="9.02em" y="11.10em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.10em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,309 (21%)</tspan></text>
-<text x="9.85em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include implemented.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which of the following functionality have you implemented  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="5.24em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,262 (52%)</tspan></text>
-<text x="12.99em" y="2.70em"><tspan class="size">Writing logs/metrics</tspan></text>
-<rect x="7.25em" y="3.30em" width="5.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,123 (50%)</tspan></text>
-<text x="12.77em" y="3.90em"><tspan class="size">Reading/updating configuration</tspan></text>
-<rect x="7.25em" y="4.50em" width="4.45em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,771 (45%)</tspan></text>
-<text x="12.20em" y="5.10em"><tspan class="size">User login and authentication</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.41em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,748 (44%)</tspan></text>
-<text x="12.16em" y="6.30em"><tspan class="size">Process to process communication</tspan></text>
-<rect x="7.25em" y="6.90em" width="4.02em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">2,504 (40%)</tspan></text>
-<text x="11.77em" y="7.50em"><tspan class="size">Service authentication/authorization</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">2,056 (33%)</tspan></text>
-<text x="11.05em" y="8.70em"><tspan class="size">Health checking</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.83em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">1,138 (18%)</tspan></text>
-<text x="9.58em" y="9.90em"><tspan class="size">Keys &amp; secret maintenance</tspan></text>
-<rect x="7.25em" y="10.50em" width="1.33em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">831 (13%)</tspan></text>
-<text x="9.08em" y="11.10em"><tspan class="size">Distributed caching</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">532  (9%)</tspan></text>
-<text x="8.60em" y="12.30em"><tspan class="size">Distributed tracing</tspan></text>
-<rect x="7.25em" y="12.90em" width="2.04em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">1,269 (20%)</tspan></text>
-<text x="9.79em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include access.svg -->
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">Which of the following do you access from Go:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.08em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,784 (61%)</tspan></text>
-<text x="13.83em" y="2.70em"><tspan class="size">Open Source Relational DB (MySQL/PostgreSQL/CockroachDB)</tspan></text>
-<rect x="7.25em" y="3.30em" width="3.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,400 (39%)</tspan></text>
-<text x="11.60em" y="3.90em"><tspan class="size">Memory Cache (Redis/memcache)</tspan></text>
-<rect x="7.25em" y="4.50em" width="3.22em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">2,005 (32%)</tspan></text>
-<text x="10.97em" y="5.10em"><tspan class="size">Cloud Storage (S3/Google Cloud Storage/Azure Storage/Minio)</tspan></text>
-<rect x="7.25em" y="5.70em" width="3.04em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,891 (30%)</tspan></text>
-<text x="10.79em" y="6.30em"><tspan class="size">Open Source NoSQL DB (MongoDB/Cassandra)</tspan></text>
-<rect x="7.25em" y="6.90em" width="2.58em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,606 (26%)</tspan></text>
-<text x="10.33em" y="7.50em"><tspan class="size">Authentication and federation (SSO/LDAP/OAuth)</tspan></text>
-<rect x="7.25em" y="8.10em" width="2.48em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">1,546 (25%)</tspan></text>
-<text x="10.23em" y="8.70em"><tspan class="size">Distributed Key-Value store (etcd/consul)</tspan></text>
-<rect x="7.25em" y="9.30em" width="1.06em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">657 (11%)</tspan></text>
-<text x="8.81em" y="9.90em"><tspan class="size">Proprietary Relational DB (Oracle/DB2/MSSQL/Sybase)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.74em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">459  (7%)</tspan></text>
-<text x="8.49em" y="11.10em"><tspan class="size">Distributed Lock Service (zookeeper)</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.20em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,367 (22%)</tspan></text>
-<text x="9.95em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
-<!--end-->
-</p>
-
-<p>
-<!--include why-not-comp.svg -->
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 790 166" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M348.015,71.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M749.11,99.168c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M358.646,77.406l2.682,-4.438l36.026,21.769l2.49,-4.12l2.509,10.17l-10.17,2.508l2.49,-4.12l-36.027,-21.769Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M348.015,99.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/><path d="M749.015,71.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/><g><text x="0.894px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.894px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="409.331px" y="30.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">If it wer<tspan x="441.911px 447.281px " y="30.535px 30.535px ">e </tspan>not for the following r<tspan x="544.871px 550.241px " y="30.535px 30.535px ">ea</tspan>sons I would use Go mor<tspan x="667.111px 672.481px " y="30.535px 30.535px ">e:</tspan></text><rect x="496.331" y="41.335" width="37.56" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="533.891" y="41.335" width="16.92" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="550.811" y="41.335" width="4.92" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,48.5349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">3,077 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">31</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">14</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="561.611px" y="48.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">I work on an existing pr<tspan x="665.691px 671.431px " y="48.535px 48.535px ">oj</tspan>ect written in another lang</text><rect x="496.331" y="55.735" width="16.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="512.771" y="55.735" width="18.6" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="531.491" y="55.735" width="6.36" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,62.9349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">2,152 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">14</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">16</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">5</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="543.851px" y="62.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">My pr<tspan x="569.421px 575.161px " y="62.935px 62.935px ">oj</tspan>ect / team / TL pr<tspan x="654.631px 660.001px " y="62.935px 62.935px ">ef</tspan>ers another language</text><rect x="496.331" y="70.135" width="12.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="508.811" y="70.135" width="6.36" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="515.171" y="70.135" width="4.68" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,77.3349)"><text x="-76.34px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,218 (</text><text x="-45.95px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">10</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">5</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="525.851px" y="77.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical featur<tspan x="625.481px 630.851px " y="77.335px 77.335px ">es</tspan></text><rect x="496.331" y="84.535" width="7.68" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="504.011" y="84.535" width="8.16" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="512.171" y="84.535" width="5.4" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,91.7349)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,100 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">7</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="523.571px" y="91.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical libraries</text><rect x="496.331" y="98.935" width="7.56" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.891" y="98.935" width="7.68" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="511.691" y="98.935" width="5.04" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,106.135)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,056 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">6</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="522.731px" y="106.135px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go isn&apos;t appr<tspan x="580.711px 586.451px " y="106.135px 106.135px ">op</tspan>riate for what I&apos;m working on</text><rect x="496.331" y="113.335" width="4.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="500.651" y="113.335" width="4.44" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="505.211" y="113.335" width="3.6" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,120.535)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">643 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">4</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">4</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="514.691px" y="120.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Not enough education or support r<tspan x="669.361px 674.731px " y="120.535px 120.535px ">es</tspan>our<tspan x="694.181px 699.551px " y="120.535px 120.535px ">ce</tspan>s for Go</text><rect x="496.331" y="127.735" width="2.28" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="498.611" y="127.735" width="2.16" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="500.771" y="127.735" width="1.56" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,134.935)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">311 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">2</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">2</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">1</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="508.331px" y="134.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical performance</text><rect x="496.331" y="142.135" width="6.36" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="502.691" y="142.135" width="5.16" height="7.2" style="fill:#9d9d9d;stroke:#9d9d9d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="507.851" y="142.135" width="3.72" height="7.2" style="fill:#c3c3c3;stroke:#c3c3c3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,149.335)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">790 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#777;">5</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9d9d9d;">4</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#c3c3c3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="517.571px" y="149.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Other</text><rect x="496.331" y="156.535" width="25.2" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="436.231px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,309 (21%)</text><text x="527.531px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">No r<tspan x="546.421px 551.791px " y="163.735px 163.735px ">es</tspan>ponse</text></g><g><text x="0.03px" y="30.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">If it wer<tspan x="32.61px 37.98px " y="30.535px 30.535px ">e </tspan>not for the following r<tspan x="135.57px 140.94px " y="30.535px 30.535px ">ea</tspan>sons I would use Go mor<tspan x="257.81px 263.18px " y="30.535px 30.535px ">e:</tspan></text><rect x="87.03" y="41.335" width="28.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="115.47" y="41.335" width="16.68" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="132.15" y="41.335" width="4.44" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,48.5349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,485 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">24</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">14</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="142.59px" y="48.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">I work on an existing pr<tspan x="246.67px 252.41px " y="48.535px 48.535px ">oj</tspan>ect written in another lang</text><rect x="87.03" y="55.735" width="18.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="105.99" y="55.735" width="14.88" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="120.87" y="55.735" width="4.92" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,62.9349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,160 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">16</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">12</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="131.79px" y="62.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">My pr<tspan x="157.36px 163.1px " y="62.935px 62.935px ">oj</tspan>ect / team / TL pr<tspan x="242.57px 247.94px " y="62.935px 62.935px ">ef</tspan>ers another language</text><rect x="87.03" y="70.135" width="12.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="99.87" y="70.135" width="9.36" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="109.23" y="70.135" width="5.88" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,77.3349)"><text x="-68px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">841 (</text><text x="-45.95px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">11</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">8</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">5</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="121.11px" y="77.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go isn’<tspan x="152.6px 155.75px " y="77.335px 77.335px ">t </tspan>an appr<tspan x="192.62px 198.36px " y="77.335px 77.335px ">op</tspan>riate fit for what I’m working on</text><rect x="87.03" y="84.535" width="7.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.59" y="84.535" width="7.32" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="101.91" y="84.535" width="5.04" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,91.7349)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">596 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">6</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="112.95px" y="91.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical libraries</text><rect x="87.03" y="98.935" width="6.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="93.99" y="98.935" width="3.96" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="97.95" y="98.935" width="2.76" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,106.135)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">412 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">2</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="106.83px" y="106.135px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical featur<tspan x="206.46px 211.83px " y="106.135px 106.135px ">es</tspan></text><rect x="87.03" y="113.335" width="3.72" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="90.75" y="113.335" width="3.96" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.71" y="113.335" width="3" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,120.535)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">319 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">3</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="103.71px" y="120.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Not enough education or support r<tspan x="258.38px 263.75px " y="120.535px 120.535px ">es</tspan>our<tspan x="283.2px 288.57px " y="120.535px 120.535px ">ce</tspan>s for Go</text><rect x="87.03" y="127.735" width="1.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="88.71" y="127.735" width="1.44" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="90.15" y="127.735" width="0.96" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,134.935)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">121 (</text><text x="-48.73px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">1</text><text x="-43.17px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-37.61px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">1</text><text x="-32.05px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-26.49px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">0.8</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="97.11px" y="134.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical performance</text><rect x="87.03" y="142.135" width="5.16" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="92.19" y="142.135" width="3.96" height="7.2" style="fill:#9d9d9d;stroke:#9d9d9d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="96.15" y="142.135" width="3.36" height="7.2" style="fill:#c3c3c3;stroke:#c3c3c3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,149.335)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">374 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#777;">4</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9d9d9d;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#c3c3c3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="105.51px" y="149.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Other</text><rect x="87.03" y="156.535" width="34.8" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.93px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,042 (29%)</text><text x="127.83px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">No r<tspan x="146.72px 152.09px " y="163.735px 163.735px ">es</tspan>ponse</text></g><path d="M360.368,102.725l-2.533,-4.524l36.727,-20.566l-2.353,-4.201l10.082,2.844l-2.844,10.081l-2.352,-4.201l-36.727,20.567Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/></svg>
-<!--end-->
-</p>
diff --git a/_content/survey2017/uses-comp.svg b/_content/survey2017/uses-comp.svg
deleted file mode 100644
index 8580e9a..0000000
--- a/_content/survey2017/uses-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 711 178" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M302.656,52.22c0,-2.044 -1.66,-3.703 -3.704,-3.703l-288.147,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.703 3.703,3.703l288.147,0c2.044,0 3.704,-1.659 3.704,-3.703l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M687.656,37.407c0,-2.044 -1.66,-3.704 -3.704,-3.704l-293.48,0c-2.044,0 -3.704,1.66 -3.704,3.704l0,7.406c0,2.044 1.66,3.704 3.704,3.704l293.48,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.406Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M324.318,57.239l-1.301,-5.018l40.745,-10.568l-1.209,-4.66l9.029,5.31l-5.31,9.029l-1.209,-4.66l-40.745,10.567Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><text x="14.016px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="398.016px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text><g><text x="-0.984px" y="27.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I write the following in Go: (multiple choice)</text><rect x="86.016" y="38.528" width="75" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,247 (63%)</text><text x="167.016px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A runnable/interactive pr<tspan x="298.368px 305.256px " y="45.728px 45.728px ">og</tspan>ram</text><rect x="86.016" y="52.928" width="72.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,174 (60%)</text><text x="164.616px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">API/RPC services</text><rect x="86.016" y="67.328" width="63" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,886 (52%)</text><text x="155.016px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="165.444px 171.888px " y="74.528px 74.528px ">eb</tspan> services</text><rect x="86.016" y="81.728" width="52.8" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,583 (44%)</text><text x="144.816px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Agents and daemons</text><rect x="86.016" y="96.128" width="47.28" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,417 (39%)</text><text x="139.296px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Libraries or Frameworks</text><rect x="86.016" y="110.528" width="40.32" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,209 (34%)</text><text x="132.336px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data pr<tspan x="171.684px 178.572px " y="117.728px 117.728px ">oc</tspan>essing</text><rect x="86.016" y="124.928" width="37.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="15.096px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">1,120 (31%)</text><text x="129.456px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Automation/scripts</text><rect x="86.016" y="139.328" width="3.6" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.104px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">107  (3%)</text><text x="95.616px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I don&apos;t write in Go</text><rect x="86.016" y="153.728" width="4.56" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="25.104px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">137  (4%)</text><text x="96.576px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="86.016" y="168.128" width="1.56" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="31.776px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">45  (1%)</text><text x="93.576px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="116.244px 122.688px " y="175.328px 175.328px ">es</tspan>ponse</text></g><g><text x="377.016px" y="27.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I write the following in Go: (multiple choice)</text><rect x="464.016" y="38.528" width="78.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">4,071 (65%)</text><text x="548.496px" y="45.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">API/RPC services</text><rect x="464.016" y="52.928" width="75.6" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,921 (63%)</text><text x="545.616px" y="60.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">A runnable/interactive pr<tspan x="676.968px 683.856px " y="60.128px 60.128px ">og</tspan>ram</text><rect x="464.016" y="67.328" width="58.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">3,027 (49%)</text><text x="528.336px" y="74.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">W<tspan x="538.764px 545.208px " y="74.528px 74.528px ">eb</tspan> services</text><rect x="464.016" y="81.728" width="53.28" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,766 (44%)</text><text x="523.296px" y="88.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Agents and daemons</text><rect x="464.016" y="96.128" width="46.2" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,394 (38%)</text><text x="516.216px" y="103.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Libraries or Frameworks</text><rect x="464.016" y="110.528" width="39.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,038 (33%)</text><text x="509.256px" y="117.728px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Automation/scripts</text><rect x="464.016" y="124.928" width="39.12" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="393.096px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">2,030 (33%)</text><text x="509.136px" y="132.128px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Data pr<tspan x="548.484px 555.372px " y="132.128px 132.128px ">oc</tspan>essing</text><rect x="464.016" y="139.328" width="3.24" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="403.104px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">167  (3%)</text><text x="473.256px" y="146.528px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">I don&apos;t write in Go</text><rect x="464.016" y="153.728" width="3.36" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="403.104px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">176  (3%)</text><text x="473.376px" y="160.928px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">Other</text><rect x="464.016" y="168.128" width="1.32" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="409.776px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">70  (1%)</text><text x="471.336px" y="175.328px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:12px;">No r<tspan x="494.004px 500.448px " y="175.328px 175.328px ">es</tspan>ponse</text></g></svg>
\ No newline at end of file
diff --git a/_content/survey2017/uses.svg b/_content/survey2017/uses.svg
deleted file mode 100644
index 938940b..0000000
--- a/_content/survey2017/uses.svg
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="14.00em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">I write the following in Go:  <tspan class="paren">(multiple choice)</tspan></tspan></text>
-<rect x="7.25em" y="2.10em" width="6.54em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">4,071 (65%)</tspan></text>
-<text x="14.29em" y="2.70em"><tspan class="size">API/RPC services (returning non-HTML)</tspan></text>
-<rect x="7.25em" y="3.30em" width="6.30em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">3,921 (63%)</tspan></text>
-<text x="14.05em" y="3.90em"><tspan class="size">A runnable/interactive program (CLI)</tspan></text>
-<rect x="7.25em" y="4.50em" width="4.86em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">3,027 (49%)</tspan></text>
-<text x="12.61em" y="5.10em"><tspan class="size">Web services (returning HTML)</tspan></text>
-<rect x="7.25em" y="5.70em" width="4.44em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">2,766 (44%)</tspan></text>
-<text x="12.19em" y="6.30em"><tspan class="size">Agents and daemons (e.g, monitoring)</tspan></text>
-<rect x="7.25em" y="6.90em" width="3.85em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">2,394 (38%)</tspan></text>
-<text x="11.60em" y="7.50em"><tspan class="size">Libraries or Frameworks</tspan></text>
-<rect x="7.25em" y="8.10em" width="3.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">2,038 (33%)</tspan></text>
-<text x="11.02em" y="8.70em"><tspan class="size">Automation/scripts (e.g, deployment, configuration management)</tspan></text>
-<rect x="7.25em" y="9.30em" width="3.26em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">2,030 (33%)</tspan></text>
-<text x="11.01em" y="9.90em"><tspan class="size">Data processing (pipeline, aggregation)</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.27em" height="0.60em" stroke="#00ACD7" fill="#00ACD7"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">167  (3%)</tspan></text>
-<text x="8.02em" y="11.10em"><tspan class="size">I don&#39;t write in Go</tspan></text>
-<rect x="7.25em" y="11.70em" width="0.28em" height="0.60em" stroke="#777777" fill="#777777"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">176  (3%)</tspan></text>
-<text x="8.03em" y="12.30em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="12.90em" width="0.11em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="13.50em" text-anchor="end"><tspan class="size">70  (1%)</tspan></text>
-<text x="7.86em" y="13.50em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2017/why-not-comp.svg b/_content/survey2017/why-not-comp.svg
deleted file mode 100644
index e5c3e61..0000000
--- a/_content/survey2017/why-not-comp.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 790 166" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><path d="M348.015,71.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M749.11,99.168c0,-2.044 -1.66,-3.703 -3.704,-3.703l-332.593,0c-2.044,0 -3.703,1.659 -3.703,3.703l0,7.407c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.704,-1.66 3.704,-3.704l0,-7.407Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M358.646,77.406l2.682,-4.438l36.026,21.769l2.49,-4.12l2.509,10.17l-10.17,2.508l2.49,-4.12l-36.027,-21.769Z" style="fill:none;stroke:#e62626;stroke-width:1px;"/><path d="M348.015,99.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/><path d="M749.015,71.022c0,-2.044 -1.659,-3.704 -3.703,-3.704l-332.593,0c-2.044,0 -3.703,1.66 -3.703,3.704l0,7.406c0,2.044 1.659,3.704 3.703,3.704l332.593,0c2.044,0 3.703,-1.66 3.703,-3.704l0,-7.406Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/><g><text x="0.894px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2016</text><text x="410.894px" y="14.375px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:20px;">2017</text></g><g><text x="409.331px" y="30.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">If it wer<tspan x="441.911px 447.281px " y="30.535px 30.535px ">e </tspan>not for the following r<tspan x="544.871px 550.241px " y="30.535px 30.535px ">ea</tspan>sons I would use Go mor<tspan x="667.111px 672.481px " y="30.535px 30.535px ">e:</tspan></text><rect x="496.331" y="41.335" width="37.56" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="533.891" y="41.335" width="16.92" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="550.811" y="41.335" width="4.92" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,48.5349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">3,077 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">31</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">14</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="561.611px" y="48.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">I work on an existing pr<tspan x="665.691px 671.431px " y="48.535px 48.535px ">oj</tspan>ect written in another lang</text><rect x="496.331" y="55.735" width="16.44" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="512.771" y="55.735" width="18.6" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="531.491" y="55.735" width="6.36" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,62.9349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">2,152 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">14</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">16</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">5</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="543.851px" y="62.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">My pr<tspan x="569.421px 575.161px " y="62.935px 62.935px ">oj</tspan>ect / team / TL pr<tspan x="654.631px 660.001px " y="62.935px 62.935px ">ef</tspan>ers another language</text><rect x="496.331" y="70.135" width="12.48" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="508.811" y="70.135" width="6.36" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="515.171" y="70.135" width="4.68" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,77.3349)"><text x="-76.34px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,218 (</text><text x="-45.95px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">10</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">5</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="525.851px" y="77.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical featur<tspan x="625.481px 630.851px " y="77.335px 77.335px ">es</tspan></text><rect x="496.331" y="84.535" width="7.68" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="504.011" y="84.535" width="8.16" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="512.171" y="84.535" width="5.4" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,91.7349)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,100 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">7</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="523.571px" y="91.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical libraries</text><rect x="496.331" y="98.935" width="7.56" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="503.891" y="98.935" width="7.68" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="511.691" y="98.935" width="5.04" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,106.135)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,056 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">6</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="522.731px" y="106.135px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go isn&apos;t appr<tspan x="580.711px 586.451px " y="106.135px 106.135px ">op</tspan>riate for what I&apos;m working on</text><rect x="496.331" y="113.335" width="4.32" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="500.651" y="113.335" width="4.44" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="505.211" y="113.335" width="3.6" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,120.535)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">643 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">4</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">4</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="514.691px" y="120.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Not enough education or support r<tspan x="669.361px 674.731px " y="120.535px 120.535px ">es</tspan>our<tspan x="694.181px 699.551px " y="120.535px 120.535px ">ce</tspan>s for Go</text><rect x="496.331" y="127.735" width="2.28" height="7.2" style="fill:#00acd7;stroke:#00acd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="498.611" y="127.735" width="2.16" height="7.2" style="fill:#4ec0dd;stroke:#4ec0dd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="500.771" y="127.735" width="1.56" height="7.2" style="fill:#9cd4e3;stroke:#9cd4e3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,134.935)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">311 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00acd7;">2</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ec0dd;">2</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cd4e3;">1</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="508.331px" y="134.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical performance</text><rect x="496.331" y="142.135" width="6.36" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="502.691" y="142.135" width="5.16" height="7.2" style="fill:#9d9d9d;stroke:#9d9d9d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="507.851" y="142.135" width="3.72" height="7.2" style="fill:#c3c3c3;stroke:#c3c3c3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,490.331,149.335)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">790 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#777;">5</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9d9d9d;">4</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#c3c3c3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="517.571px" y="149.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Other</text><rect x="496.331" y="156.535" width="25.2" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="436.231px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,309 (21%)</text><text x="527.531px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">No r<tspan x="546.421px 551.791px " y="163.735px 163.735px ">es</tspan>ponse</text></g><g><text x="0.03px" y="30.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">If it wer<tspan x="32.61px 37.98px " y="30.535px 30.535px ">e </tspan>not for the following r<tspan x="135.57px 140.94px " y="30.535px 30.535px ">ea</tspan>sons I would use Go mor<tspan x="257.81px 263.18px " y="30.535px 30.535px ">e:</tspan></text><rect x="87.03" y="41.335" width="28.44" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="115.47" y="41.335" width="16.68" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="132.15" y="41.335" width="4.44" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,48.5349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,485 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">24</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">14</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="142.59px" y="48.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">I work on an existing pr<tspan x="246.67px 252.41px " y="48.535px 48.535px ">oj</tspan>ect written in another lang</text><rect x="87.03" y="55.735" width="18.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="105.99" y="55.735" width="14.88" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="120.87" y="55.735" width="4.92" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,62.9349)"><text x="-81.9px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,160 (</text><text x="-51.51px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">16</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">12</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="131.79px" y="62.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">My pr<tspan x="157.36px 163.1px " y="62.935px 62.935px ">oj</tspan>ect / team / TL pr<tspan x="242.57px 247.94px " y="62.935px 62.935px ">ef</tspan>ers another language</text><rect x="87.03" y="70.135" width="12.84" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="99.87" y="70.135" width="9.36" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="109.23" y="70.135" width="5.88" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,77.3349)"><text x="-68px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">841 (</text><text x="-45.95px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">11</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">8</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">5</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="121.11px" y="77.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go isn’<tspan x="152.6px 155.75px " y="77.335px 77.335px ">t </tspan>an appr<tspan x="192.62px 198.36px " y="77.335px 77.335px ">op</tspan>riate fit for what I’m working on</text><rect x="87.03" y="84.535" width="7.56" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.59" y="84.535" width="7.32" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="101.91" y="84.535" width="5.04" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,91.7349)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">596 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">6</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">4</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="112.95px" y="91.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical libraries</text><rect x="87.03" y="98.935" width="6.96" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="93.99" y="98.935" width="3.96" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="97.95" y="98.935" width="2.76" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,106.135)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">412 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">6</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">2</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="106.83px" y="106.135px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical featur<tspan x="206.46px 211.83px " y="106.135px 106.135px ">es</tspan></text><rect x="87.03" y="113.335" width="3.72" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="90.75" y="113.335" width="3.96" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="94.71" y="113.335" width="3" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,120.535)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">319 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">3</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="103.71px" y="120.535px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Not enough education or support r<tspan x="258.38px 263.75px " y="120.535px 120.535px ">es</tspan>our<tspan x="283.2px 288.57px " y="120.535px 120.535px ">ce</tspan>s for Go</text><rect x="87.03" y="127.735" width="1.68" height="7.2" style="fill:#00c4b3;stroke:#00c4b3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="88.71" y="127.735" width="1.44" height="7.2" style="fill:#4ed0c5;stroke:#4ed0c5;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="90.15" y="127.735" width="0.96" height="7.2" style="fill:#9cdcd7;stroke:#9cdcd7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,134.935)"><text x="-70.78px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">121 (</text><text x="-48.73px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#00c4b3;">1</text><text x="-43.17px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-37.61px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#4ed0c5;">1</text><text x="-32.05px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-26.49px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9cdcd7;">0.8</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="97.11px" y="134.935px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Go lacks critical performance</text><rect x="87.03" y="142.135" width="5.16" height="7.2" style="fill:#777;stroke:#777;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="92.19" y="142.135" width="3.96" height="7.2" style="fill:#9d9d9d;stroke:#9d9d9d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><rect x="96.15" y="142.135" width="3.36" height="7.2" style="fill:#c3c3c3;stroke:#c3c3c3;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><g transform="matrix(1,0,0,1,81.03,149.335)"><text x="-62.44px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">374 (</text><text x="-40.39px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#777;">4</text><text x="-34.83px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-29.27px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#9d9d9d;">3</text><text x="-23.71px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">,</text><text x="-18.15px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;fill:#c3c3c3;">3</text><text x="-12.59px" y="0px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">%)</text></g><text x="105.51px" y="149.335px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">Other</text><rect x="87.03" y="156.535" width="34.8" height="7.2" style="fill:#fff;stroke:#000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;"/><text x="26.93px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">1,042 (29%)</text><text x="127.83px" y="163.735px" style="font-family:'HelveticaNeue', 'Helvetica Neue';font-size:10px;">No r<tspan x="146.72px 152.09px " y="163.735px 163.735px ">es</tspan>ponse</text></g><path d="M360.368,102.725l-2.533,-4.524l36.727,-20.566l-2.353,-4.201l10.082,2.844l-2.844,10.081l-2.352,-4.201l-36.727,20.567Z" style="fill:none;stroke:#ac16a9;stroke-width:1px;"/></svg>
\ No newline at end of file
diff --git a/_content/survey2017/why-not.svg b/_content/survey2017/why-not.svg
deleted file mode 100644
index a1d31d3..0000000
--- a/_content/survey2017/why-not.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
-  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="70.00em" height="12.80em" version="1.1"
-     xmlns="http://www.w3.org/2000/svg">
-  <defs>
-    <style type="text/css"><![CDATA[
-      svg {
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-      }
-      tspan.size {
-        font-size: 0.80em;
-      }
-      tspan.head {
-        font-weight: bold;
-      }
-      tspan.paren {
-        font-weight: normal !important;
-      }
-    ]]></style>
-  </defs>
-<text x="0.00em" y="1.20em" class="head"><tspan class="size">If it were not for the following reasons I would use Go more: </tspan></text>
-<rect x="7.25em" y="2.10em" width="3.13em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="10.38em" y="2.10em" width="1.41em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="11.79em" y="2.10em" width="0.41em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="2.70em" text-anchor="end"><tspan class="size">3,077 (<tspan fill="#00acd7">31</tspan>, <tspan fill="#4ec0dd">14</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="12.69em" y="2.70em"><tspan class="size">I work on an existing project written in another language</tspan></text>
-<rect x="7.25em" y="3.30em" width="1.37em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="8.62em" y="3.30em" width="1.55em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="10.18em" y="3.30em" width="0.53em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="3.90em" text-anchor="end"><tspan class="size">2,152 (<tspan fill="#00acd7">14</tspan>, <tspan fill="#4ec0dd">16</tspan>, <tspan fill="#9cd4e3">5</tspan>%)</tspan></text>
-<text x="11.21em" y="3.90em"><tspan class="size">My project / team / TL prefers another language</tspan></text>
-<rect x="7.25em" y="4.50em" width="1.04em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="8.29em" y="4.50em" width="0.53em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.82em" y="4.50em" width="0.39em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="5.10em" text-anchor="end"><tspan class="size">1,218 (<tspan fill="#00acd7">10</tspan>, <tspan fill="#4ec0dd">5</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.71em" y="5.10em"><tspan class="size">Go lacks critical features</tspan></text>
-<rect x="7.25em" y="5.70em" width="0.64em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.89em" y="5.70em" width="0.68em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.57em" y="5.70em" width="0.45em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="6.30em" text-anchor="end"><tspan class="size">1,100 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#4ec0dd">7</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.52em" y="6.30em"><tspan class="size">Go lacks critical libraries</tspan></text>
-<rect x="7.25em" y="6.90em" width="0.63em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.88em" y="6.90em" width="0.64em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="8.53em" y="6.90em" width="0.42em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="7.50em" text-anchor="end"><tspan class="size">1,056 (<tspan fill="#00acd7">6</tspan>, <tspan fill="#4ec0dd">6</tspan>, <tspan fill="#9cd4e3">4</tspan>%)</tspan></text>
-<text x="9.45em" y="7.50em"><tspan class="size">Go isn't appropriate for what I'm working on</tspan></text>
-<rect x="7.25em" y="8.10em" width="0.36em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.61em" y="8.10em" width="0.37em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="7.99em" y="8.10em" width="0.30em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="8.70em" text-anchor="end"><tspan class="size">643 (<tspan fill="#00acd7">4</tspan>, <tspan fill="#4ec0dd">4</tspan>, <tspan fill="#9cd4e3">3</tspan>%)</tspan></text>
-<text x="8.78em" y="8.70em"><tspan class="size">Not enough education or support resources for Go</tspan></text>
-<rect x="7.25em" y="9.30em" width="0.19em" height="0.60em" stroke="#00acd7" fill="#00acd7"/>
-<rect x="7.44em" y="9.30em" width="0.18em" height="0.60em" stroke="#4ec0dd" fill="#4ec0dd"/>
-<rect x="7.62em" y="9.30em" width="0.13em" height="0.60em" stroke="#9cd4e3" fill="#9cd4e3"/>
-<text x="6.75em" y="9.90em" text-anchor="end"><tspan class="size">311 (<tspan fill="#00acd7">2</tspan>, <tspan fill="#4ec0dd">2</tspan>, <tspan fill="#9cd4e3">1</tspan>%)</tspan></text>
-<text x="8.25em" y="9.90em"><tspan class="size">Go lacks critical performance</tspan></text>
-<rect x="7.25em" y="10.50em" width="0.53em" height="0.60em" stroke="#777777" fill="#777777"/>
-<rect x="7.78em" y="10.50em" width="0.43em" height="0.60em" stroke="#9d9d9d" fill="#9d9d9d"/>
-<rect x="8.21em" y="10.50em" width="0.31em" height="0.60em" stroke="#c3c3c3" fill="#c3c3c3"/>
-<text x="6.75em" y="11.10em" text-anchor="end"><tspan class="size">790 (<tspan fill="#777777">5</tspan>, <tspan fill="#9d9d9d">4</tspan>, <tspan fill="#c3c3c3">3</tspan>%)</tspan></text>
-<text x="9.02em" y="11.10em"><tspan class="size">Other</tspan></text>
-<rect x="7.25em" y="11.70em" width="2.10em" height="0.60em" stroke="black" fill="white"/>
-<text x="6.75em" y="12.30em" text-anchor="end"><tspan class="size">1,309 (21%)</tspan></text>
-<text x="9.85em" y="12.30em"><tspan class="size">No response</tspan></text>
-</svg>
diff --git a/_content/survey2018-company.article b/_content/survey2018-company.article
deleted file mode 100644
index aa9acbe..0000000
--- a/_content/survey2018-company.article
+++ /dev/null
@@ -1,40 +0,0 @@
-# Participate in the 2018 Go Company Questionnaire
-4 Oct 2018
-Tags: survey, community
-Summary: Please take the 2018 Go Company Questionnaire.
-OldURL: /company-questionnaire2018
-
-Ran Tao, Steve Francia
-spf@golang.org
-
-## The Go project wants to hear from you!
-
-We need your help to create the best programming language for developing
-simple, reliable, and scalable software. To do this, we need to better
-understand how companies are using Go. Please help by participating in a
-7-minute company questionnaire.
-
-**Who:** If you are in a position to share details like “company name,” “if your
-company is hiring Go developers,” and “reasons your team or company adopted Go”
-then please help us by taking this company questionnaire. We only need one
-response per company (or per department for larger companies). If you aren’t the
-right person, please forward this onto the right person at your company.
-
-_Please note: this is different from our annual anonymous Go user survey, which_
-_will be announced in November._
-
-**Where:** Please take this 7-minute questionnaire by October 30th:
-[Go Company Questionnaire 2018](http://goo.gl/nnPfct).
-
-The questionnaire is confidential, but not anonymous. For more information,
-please refer to Google’s privacy policy
-[here](https://policies.google.com/privacy).
-
-The Go project leadership will use your responses to better understand how
-companies use Go and in what ways we can improve their experience.
-
-## Spread the word!
-
-We would like as many companies as possible to participate to help us better
-understand our global user base. Please help us spread the word by sharing this
-post on your social network feeds, at meetups, and in other communities.
diff --git a/_content/survey2018-results.article b/_content/survey2018-results.article
deleted file mode 100644
index de95d0b..0000000
--- a/_content/survey2018-results.article
+++ /dev/null
@@ -1,442 +0,0 @@
-# Go 2018 Survey Results
-28 Mar 2019
-Tags: survey, community
-Summary: What we learned from the December 2018 Go User Survey.
-
-Todd Kulesza, Steve Francia
-tkulesza@google.com, spf@golang.org
-
-## Thank you
-
-<style>
-    p.note {
-        font-size: 0.80em;
-        font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
-    }
-</style>
-
-This post summarizes the results of our 2018 user survey and draws comparisons
-between the results of our prior surveys from [2016](https://blog.golang.org/survey2016-results)
-and [2017](https://blog.golang.org/survey2017-results).
-
-This year we had 5,883 survey respondents from 103 different countries.
-We are grateful to everyone who provided their feedback through this survey
-to help shape the future of Go. Thank you!
-
-## Summary of findings
-
-  - For the first time, **half of survey respondents are now using Go as part of their daily routine**.
-    This year also saw significant increases in the number of respondents who
-    develop in Go as part of their jobs and use Go outside of work responsibilities.
-  - The most **common uses for Go remain API/RPC services and CLI tools**.
-    Automation tasks, while not as common as CLI tools and API services,
-    are a fast-growing area for Go.
-  - **Web development remains the most common domain** that survey respondents work in,
-    but **DevOps showed the highest year-over-year growth** and is now the second most common domain.
-  - A large majority of survey respondents said **Go is their most-preferred programming language**,
-    despite generally feeling less proficient with it than at least one other language.
-  - **VS Code and GoLand are surging in popularity** and are now the most popular code editors among survey respondents.
-  - Highlighting the portable nature of Go,
-    **many Go developers use more than one primary OS** for development.
-    Linux and macOS are particularly popular,
-    with a large majority of survey respondents using one or both of these operating
-    systems to write Go code.
-  - Survey respondents appear to be **shifting away from on-prem Go deployments**
-    and moving towards containers and serverless cloud deployments.
-  - The majority of respondents said they feel welcome in the Go community,
-    and most ideas for improving the Go community specifically focus on **improving the experience of newcomers**.
-
-Read on for all of the details.
-
-## Programming background
-
-This year's results show a significant increase in the number of survey
-respondents who are paid to write Go as part of their jobs (68% → 72%),
-continuing a year-over-year trend that has been growing since our first survey in 2016.
-We also see an increase in the number of respondents who program in Go outside
-of work (64% → 70%).
-For the first time, the number of survey respondents who write in Go as
-part of their daily routine reached 50% (up from 44% in 2016).
-These findings suggests companies are continuing to embrace Go for professional
-software development at a consistent pace,
-and that Go's general popularity with developers remains strong.
-
-.image survey2018/fig1.svg _ 600
-.image survey2018/fig2.svg _ 600
-
-To better understand where developers use Go,
-we broke responses down into three groups:
-1) people who are using Go both in and outside of work,
-2) people who use Go professionally but not outside of work,
-and 3) people who only write Go outside of their job responsibilities.
-Nearly half (46%) of respondents write Go code both professionally and on
-their own time (a 10-point increase since 2017),
-while the remaining respondents are closely split between either only writing Go at work,
-or only writing Go outside of work.
-The large percentage of respondents who both use Go at work and choose to
-use it outside of work suggests that the language appeals to developers
-who do not view software engineering as a day job:
-they also choose to hack on code outside of work responsibilities,
-and (as evidenced by 85% of respondents saying they'd prefer Go for their next project,
-see section _Attitudes towards Go_ below) Go is the top language they'd
-prefer to use for these non-work-related projects.
-
-.image survey2018/fig4.svg _ 600
-
-When asked how long they've been using Go,
-participants' answers are strongly trending upward over time,
-with a higher percentage of responses in the 2-4 and 4+ year buckets each year.
-This is expected for a newer programming language,
-and we're glad to see that the percentage of respondents who are new to
-Go is dropping more slowly than the percentage of respondents who have been
-using Go for 2+ years is increasing,
-as this suggests that developers are not dropping out of the ecosystem after
-initially learning the language.
-
-.image survey2018/fig5.svg _ 600
-
-As in prior years, Go ranks at the top of respondents' preferred languages
-and languages in which they have expertise.
-A majority of respondents (69%) claimed expertise in 5 different languages,
-highlighting that their attitudes towards Go are influenced by experiences
-with other programming stacks.
-The charts below are sorted by the number of respondents who ranked each
-language as their most preferred/understood (the darkest blue bars),
-which highlights three interesting bits:
-
-  - While about ⅓ of respondents consider Go to be the language in which
-    they have the most expertise,
-    twice that many respondents consider it their most preferred programming language.
-    So even though many respondents feel they haven't become as proficient with
-    Go as with some other language,
-    they still frequently prefer to develop with Go.
-  - Few survey respondents rank Rust as a language in which they have expertise (6.8%),
-    yet 19% rank it as a top preferred language,
-    indicating a high level of interest in Rust among this audience.
-  - Only three languages have more respondents who say they prefer the language
-    than say they have expertise with it:
-    Rust (2.41:1 ratio of preference:expertise),
-    Kotlin (1.95:1), and Go (1.02:1).
-    Higher preference than expertise implies interest—but little direct experience—in a language,
-    while lower preference than expertise numbers suggests barriers to proficient use.
-    Ratios near 1.0 suggest that most developers are able to work effectively
-    _and_ enjoyably with a given language.
-    This data is corroborated by [Stack Overflow's 2018 developer survey](https://insights.stackoverflow.com/survey/2018/#most-loved-dreaded-and-wanted),
-    which also found Rust, Kotlin, and Go to be among the most-preferred programming languages.
-
-.image survey2018/fig6.svg _ 600
-.image survey2018/fig7.svg _ 600
-
-<p class="note">
-    <i>Reading the data</i>: Participants could rank their top 5 languages. The color coding starts with dark blue for the top rank and lightens for each successive rank. These charts are sorted by the percentage of participants who ranked each language as their top choice.
-</p>
-
-## Development domains
-
-Survey respondents reported working on a median of three different domains,
-with a large majority (72%) working in 2-5 different areas.
-Web development is the most prevalent at 65%,
-and it increased its dominance as the primary area survey respondents work
-in (up from 61% last year):
-web development has been the most common domain for Go development since 2016.
-This year DevOps noticeably increased, from 36% to 41% of respondents,
-taking over the number two spot from Systems Programming.
-We did not find any domains with lower usage in 2018 than in 2017,
-suggesting that respondents are adopting Go for a wider variety of projects,
-rather than shifting usage from one domain to another.
-
-.image survey2018/fig8.svg _ 600
-
-Since 2016, the top two uses of Go have been writing API/RPC services and
-developing CLI applications.
-While CLI usage has remained stable at 63% for three years,
-API/RPC usage has increased from 60% in 2016 to 65% in 2017 to 73% today.
-These domains play to core strengths of Go and are both central to cloud-native
-software development,
-so we expect them to remain two of the primary scenarios for Go developers into the future.
-The percentage of respondents who write web services that directly return
-HTML has steadily dropped while API/RPC usage has increased,
-suggesting some migration to the API/RPC model for web services.
-Another year-over-year trend suggests that automation is also a growing area for Go,
-with 38% of respondents now using Go for scripts and automation tasks (up from 31% in 2016).
-
-.image survey2018/fig9.svg _ 600
-
-To better understand the contexts in which developers are using Go,
-we added a question about Go adoption across different industries.
-Perhaps unsurprisingly for a relatively new language,
-over half of survey respondents work in companies in the _Internet/web services_
-and _Software_ categories (i.e., tech companies).
-The only other industries with >3% responses were _Finance, banking, or insurance_
-and _Media, advertising, publishing, or entertainment_.
-(In the chart below, we've condensed all of the categories with response
-rates below 3% into the "Other" category.) We'll continue tracking Go's
-adoption across industries to better understand developer needs outside
-of technology companies.
-
-.image survey2018/fig10.svg _ 600
-
-## Attitudes towards Go
-
-This year we added a question asking "How likely are you to recommend Go
-to a friend or colleague?" to calculate our [Net Promoter Score](https://en.wikipedia.org/wiki/Net_Promoter).
-This score attempts to measure how many more "promoters" a product has than
-"detractors" and ranges from -100 to 100;
-a positive value suggests most people are likely to recommend using a product,
-while negative values suggest most people are likely to recommend against using it.
-Our 2018 score is 61 (68% promoters - 7% detractors) and will serve as a
-baseline to help us gauge community sentiment towards the Go ecosystem over time.
-
-.image survey2018/fig11.svg _ 600
-
-In addition to NPS, we asked several questions about developer satisfaction with Go.
-Overall, survey respondents indicated a high level of satisfaction,
-consistent with prior years.
-Large majorities say they are happy with Go (89%),
-would prefer to use Go for their next project (85%),
-and feel that it is working well for their team (66%),
-while a plurality feel that Go is at least somewhat critical to their company's success (44%).
-While all of these metrics showed an increase in 2017,
-they remained mostly stable this year.
-(The wording of the first question changed in 2018 from "_I would recommend using Go to others_"
-to "_Overall, I'm happy with Go_",
-so those results are not directly comparable.)
-
-.image survey2018/fig12.svg _ 600
-
-Given the strong sentiment towards preferring Go for future development,
-we want to understand what prevents developers from doing so.
-These remained largely unchanged since last year:
-about ½ of survey respondents work on existing projects written in other languages,
-and ⅓ work on a team or project that prefers to use a different language.
-Missing language features and libraries round out the most common reasons
-respondents did not use Go more.
-We also asked about the biggest challenges developers face while using Go;
-unlike most of our survey questions, respondents could type in anything
-they wished to answer this question.
-We analyzed the results via machine learning to identify common themes and
-counting the number of responses that supported each theme.
-The top three major challenges we identified are:
-
-  - Package management (e.g., "Keeping up with vendoring",
-    "dependency / packet [sic] management / vendoring not unified")
-  - Differences from more familiar programming languages (e.g.,
-    "syntax close to C-languages with slightly different semantics makes me
-    look up references somewhat more than I'd like",
-    "coworkers who come from non-Go backgrounds trying to use Go as a version
-    of their previous language but with channels and Goroutines")
-  - Lack of generics (e.g., "Lack of generics makes it difficult to persuade
-    people who have not tried Go that they would find it efficient.",
-    "Hard to build richer abstractions (want generics)")
-
-.image survey2018/fig13.svg _ 600
-.image survey2018/fig14.svg _ 600
-
-This year we added several questions about developer satisfaction with different aspects of Go.
-Survey respondents were very satisfied with Go applications' CPU performance (46:1,
-meaning 46 respondents said they were satisfied for every 1 respondent who
-said they were not satisfied),
-build speed (37:1), and application memory utilization (32:1).
-Responses for application debuggability (3.2:1)  and binary size (6.4:1),
-however, suggest room for improvement.
-
-The dissatisfaction with binary size largely comes from developers building CLIs,
-only 30% of whom are satisfied with the size of Go's generated binaries.
-For all other types of applications, however,
-developer satisfaction was > 50%, and binary size was consistently ranked
-at the bottom of the list of important factors.
-
-Debuggability, conversely, stands out when we look at how respondents ranked
-the importance of each aspect;
-44% of respondents ranked debuggability as their most or second-most important aspect,
-but only 36% were satisfied with the current state of Go debugging.
-Debuggability was consistently rated about as important as memory usage
-and build speed but with significantly lower satisfaction levels,
-and this pattern held true regardless of the type of software respondents were building.
-The two most recent Go releases, Go 1.11 and 1.12,
-both contained significant improvements to debuggability.
-We plan to investigate how developers debug Go applications in more depth this year,
-with a goal of improving the overall debugging experience for Go developers.
-
-.image survey2018/fig15.svg _ 600
-.image survey2018/fig29.svg _ 600
-
-## Development environments
-
-We asked respondents which operating systems they primarily use when writing Go code.
-A majority (65%) of respondents said they use Linux,
-50% use macOS, and 18% use Windows, consistent with last year.
-This year we also looked at how many respondents develop on multiple OSes vs. a single OS.
-Linux and macOS remain the clear leaders,
-with 81% of respondents developing on some mix of these two systems.
-Only 3% of respondents evenly split their time between all three OSes.
-Overall, 41% of respondents use multiple operating systems for Go development,
-highlighting the cross-platform nature of Go.
-
-.image survey2018/fig16.svg _ 600
-
-Last year, VS Code edged out Vim as the most popular Go editor among survey respondents.
-This year it significantly expanded its lead to become the preferred editor
-for over ⅓ of our survey respondents (up from 27% last year).
-GoLand also experienced strong growth and is now the second most-preferred editor at 22%,
-swapping places with Vim (down to 17%).
-The surging popularity of VS Code and GoLand appear to be coming at the
-expense of Sublime Text and Atom.
-Vim also saw the number of respondents ranking it their top choice drop,
-but it remains the most popular second-choice editor at 14%.
-Interestingly, we found no differences in the level of satisfaction respondents
-reported for their editor(s) of choice.
-
-We also asked respondents what would most improve Go support in their preferred editor.
-Like the "biggest challenge" question above,
-participants could write in their own response rather than select from a
-multiple-choice list.
-A thematic analysis on the responses revealed that _improved debugging support_ (e.g.,
-"Live debugging", "Integrated debugging",
-"Even better debugging") was the most-common request,
-followed by _improved code completion_ (e.g.,
-"autocomplete performance and quality", "smarter autocomplete").
-Other requests include better integration with Go's CLI toolchain,
-better support for modules/packages, and general performance improvements.
-
-.image survey2018/fig17.svg _ 600
-.image survey2018/fig18.svg _ 600
-
-This year we also added a question asking which deployment architectures
-are most important to Go developers.
-Unsurprisingly, survey respondents overwhelmingly view x86/x86-64 as their
-top deployment platform (76% of respondents listed it as their most important
-deployment architecture,
-and 84% had it in their top 3).
-The ranking of the second- and third-choice architectures,
-however, is informative:
-there is significant interest in ARM64 (45%),
-WebAssembly (30%), and ARM (22%), but very little interest in other platforms.
-
-.image survey2018/fig19.svg _ 600
-
-## Deployments and services
-
-For 2018 we see a continuation of the trend from on-prem to cloud hosting
-for both Go and non-Go deployments.
-The percentage of survey respondents who deploy Go applications to on-prem
-servers dropped from 43% → 32%,
-mirroring the 46% → 36% drop reported for non-Go deployments.
-The cloud services which saw the highest year-over-year growth include AWS
-Lambda (4% → 11% for Go,
-10% → 15% non-Go) and Google Kubernetes Engine (8% → 12% for Go,
-5% → 10% non-Go), suggesting that serverless and containers are becoming
-increasingly popular deployment platforms.
-This service growth appears to be driven by respondents who had already
-adopted cloud services,
-however, as we found no meaningful growth in the percentage of respondents
-who deploy to at least one cloud service this year (55% → 56%).
-We also see steady growth in Go deployments to GCP since 2016,
-increasing from 12% → 19% of respondents.
-
-.image survey2018/fig20.svg _ 600
-
-Perhaps correlated with the decrease in on-prem deployments,
-this year we saw cloud storage become the second-most used service by survey respondents,
-increasing from 32% → 44%.
-Authentication & federation services also saw a significant increase (26% → 33%).
-The primary service survey respondents access from Go remains open-source
-relational databases,
-which ticked up from 61% → 65% of respondents.
-As the below chart shows, service usage increased across the board.
-
-.image survey2018/fig21.svg _ 600
-
-## Go community
-
-The top community sources for finding answers to Go questions continue to
-be Stack Overflow (23% of respondents marked it as their top source),
-Go web sites (18% for godoc.org, 14% for golang.org),
-and reading source code (8% for source code generally,
-4% for GitHub specifically).
-The order remains largely consistent with prior years.
-The primary sources for Go news remain the Go blog,
-Reddit's r/golang, Twitter, and Hacker News.
-These were also the primary distribution methods for this survey,
-however, so there is likely some bias in this result.
-In the two charts below, we've grouped sources used by less than < 5% of
-respondents into the "Other" category.
-
-.image survey2018/fig24.svg _ 600
-.image survey2018/fig25.svg _ 600
-
-This year, 55% of survey respondents said they have or are interested in
-contributing to the Go community,
-slightly down from 59% last year.
-Because the two most common areas for contribution (the standard library
-and official Go tools) require interacting with the core Go team,
-we suspect this decrease may be related to a dip in the percentage of participants
-who agreed with the statements "I feel comfortable approaching the Go project
-leadership with questions and feedback" (30% → 25%) and "I am confident
-in the leadership of Go (54% → 46%).
-
-.image survey2018/fig26.svg _ 600
-.image survey2018/fig27.svg _ 600
-
-An important aspect of community is helping everyone feel welcome,
-especially people from traditionally under-represented demographics.
-To better understand this, we asked an optional question about identification
-across several under-represented groups.
-In 2017 we saw year-over-year increases across the board.
-For 2018, we saw a similar percentage of respondents (12%) identify as part
-of an under-represented group,
-and this was paired with a significant decrease in the percentage of respondents
-who do **not** identify as part of an under-represented group.
-In 2017, for every person who identified as part of an under-represented group,
-3.5 people identified as not part of an under-represented group (3.5:1 ratio).
-In 2018 that ratio improved to 3.08:1. This suggests that the Go community
-is at least retaining the same proportions of under-represented members,
-and may even be increasing.
-
-.image survey2018/fig28.svg _ 600
-
-Maintaining a healthy community is extremely important to the Go project,
-so for the past three years we've been measuring the extent to which developers
-feel welcome in the Go community.
-This year we saw a drop in the percentage of survey respondents who agree
-with the statement "I feel welcome in the Go community", from 66% → 59%.
-
-To better understand this decrease, we looked more closely at who reported
-feeling less welcome.
-Among traditionally under-represented groups,
-fewer people reported feeling unwelcome in 2018,
-suggesting that outreach in that area has been helpful.
-Instead, we found a linear relationship between the length of time someone
-has used Go and how welcome they feel:
-newer Go developers felt significantly less welcome (at 50%) than developers
-with 1-2 years of experience (62%),
-who in turn felt less welcome than developers with a few years of experience (73%).
-This interpretation of the data is supported by responses to the question
-"What changes would make the Go community more welcoming?".
-Respondents' comments can be broadly grouped into four categories:
-
-  - Reduce a perception of elitism, especially for newcomers to Go (e.g.,
-    "less dismissiveness", "Less defensiveness and hubris")
-  - Increase transparency at the leadership level (e.g.,
-    "Future direction and planning discussions",
-    "Less top down leadership", "More democratic")
-  - Increase introductory resources (e.g., "A more clear introduction for contributors",
-    "Fun challenges to learn best practices")
-  - More events and meetups, with a focus on covering a larger geographic area (e.g.,
-    "More meetups & social events", "Events in more cities")
-
-This feedback is very helpful and gives us concrete areas we can focus on
-to improve the experience of being a Go developer.
-While it doesn't represent a large percentage of our user base,
-we take this feedback very seriously and are working on improving each area.
-
-.image survey2018/fig22.svg _ 600
-.image survey2018/fig23.svg _ 600
-
-## Conclusion
-
-We hope you've enjoyed seeing the results of our 2018 developer survey.
-These results are impacting our 2019 planning,
-and in the coming months we'll share some ideas with you to address specific
-issues and needs the community has highlighted for us.
-Once again, thank you to everyone who contributed to this survey!
diff --git a/_content/survey2018.article b/_content/survey2018.article
deleted file mode 100644
index 3e28dc5..0000000
--- a/_content/survey2018.article
+++ /dev/null
@@ -1,34 +0,0 @@
-# Participate in the 2018 Go User Survey
-8 Nov 2018
-Tags: survey, community
-Summary: Please take the 2018 Go User Survey. We want to hear from you!
-
-Ran Tao, Steve Francia
-spf@golang.org
-
-## The Go project wants to hear from you, the Go community!
-
-In [2017](https://blog.golang.org/survey2017-results) &
-[2016](https://blog.golang.org/survey2016-results), thousands of you helped the
-project by lending your voice via the Go user survey. In October, hundreds of
-companies helped us understand how enterprises are using Go by taking the Go company
-questionnaire. These surveys and questionnaires have played an enormous role in
-driving changes to our language and community, from
-[our new code of conduct](https://blog.golang.org/conduct-2018), to our
-[latest release Go 1.11](https://blog.golang.org/go1.11).
-
-Today we are conducting the 2018 Go user survey. We’d like to hear from **all** Go
-users in order to help us to create the best programming language that fits the
-needs and desires of the people closest to it. Please help us shape the future of Go
-by participating in the 15-minute 2018 Go user survey by November 30th:
-[**Go User Survey 2018**](https://goo.gl/8Vzquh).
-
-This survey is _confidential and anonymous_. For more information,
-please refer to Google’s privacy policy [here](https://policies.google.com/privacy).
-
-## Spread the word!
-
-We need as many Gophers as possible to participate in this survey to help us better
-understand our global user base. We’d be grateful if you would spread the word by
-sharing this post on your social network feeds, around the office, at meetups, and in
-other communities.
diff --git a/_content/survey2018/fig1.svg b/_content/survey2018/fig1.svg
deleted file mode 100644
index 48dae26..0000000
--- a/_content/survey2018/fig1.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 532.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="532" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 532.0L0 532.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 532.0L0 532.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M138.5 51.5L138.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M248.5 51.5L248.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M358.5 51.5L358.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 51.5L469.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M579.5 51.5L579.5 455.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M138.345 51.31163L579.425 51.31163L579.425 455.6289L138.345 455.6289L138.345 51.31163Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 86.0L138.0 73.0L479.0 73.0C480.10458 73.0 481.0 73.89543 481.0 75.0L481.0 84.0C481.0 85.10457 480.10458 86.0 479.0 86.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 86.0L138.0 73.0L479.0 73.0C480.10458 73.0 481.0 73.89543 481.0 75.0L481.0 84.0C481.0 85.10457 480.10458 86.0 479.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 150.0L138.0 137.0L502.0 137.0C503.10458 137.0 504.0 137.89543 504.0 139.0L504.0 148.0C504.0 149.10457 503.10458 150.0 502.0 150.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 150.0L138.0 137.0L502.0 137.0C503.10458 137.0 504.0 137.89543 504.0 139.0L504.0 148.0C504.0 149.10457 503.10458 150.0 502.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 214.0L138.0 201.0L444.0 201.0C445.10458 201.0 446.0 201.89543 446.0 203.0L446.0 212.0C446.0 213.10457 445.10458 214.0 444.0 214.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 214.0L138.0 201.0L444.0 201.0C445.10458 201.0 446.0 201.89543 446.0 203.0L446.0 212.0C446.0 213.10457 445.10458 214.0 444.0 214.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 277.0L138.0 264.0L231.0 264.0C232.10457 264.0 233.0 264.89542 233.0 266.0L233.0 275.0C233.0 276.10458 232.10457 277.0 231.0 277.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 277.0L138.0 264.0L231.0 264.0C232.10457 264.0 233.0 264.89542 233.0 266.0L233.0 275.0C233.0 276.10458 232.10457 277.0 231.0 277.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 341.0L138.0 328.0L188.0 328.0C189.10457 328.0 190.0 328.89542 190.0 330.0L190.0 339.0C190.0 340.10458 189.10457 341.0 188.0 341.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 341.0L138.0 328.0L188.0 328.0C189.10457 328.0 190.0 328.89542 190.0 330.0L190.0 339.0C190.0 340.10458 189.10457 341.0 188.0 341.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 405.0L138.0 392.0L148.0 392.0C149.10457 392.0 150.0 392.89542 150.0 394.0L150.0 403.0C150.0 404.10458 149.10457 405.0 148.0 405.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M138.0 405.0L138.0 392.0L148.0 392.0C149.10457 392.0 150.0 392.89542 150.0 394.0L150.0 403.0C150.0 404.10458 149.10457 405.0 148.0 405.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 100.0L138.0 87.0L512.0 87.0C513.10455 87.0 514.0 87.89543 514.0 89.0L514.0 98.0C514.0 99.10457 513.10455 100.0 512.0 100.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 100.0L138.0 87.0L512.0 87.0C513.10455 87.0 514.0 87.89543 514.0 89.0L514.0 98.0C514.0 99.10457 513.10455 100.0 512.0 100.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 164.0L138.0 151.0L488.0 151.0C489.10458 151.0 490.0 151.89543 490.0 153.0L490.0 162.0C490.0 163.10457 489.10458 164.0 488.0 164.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 164.0L138.0 151.0L488.0 151.0C489.10458 151.0 490.0 151.89543 490.0 153.0L490.0 162.0C490.0 163.10457 489.10458 164.0 488.0 164.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 228.0L138.0 215.0L438.0 215.0C439.10458 215.0 440.0 215.89543 440.0 217.0L440.0 226.0C440.0 227.10457 439.10458 228.0 438.0 228.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 228.0L138.0 215.0L438.0 215.0C439.10458 215.0 440.0 215.89543 440.0 217.0L440.0 226.0C440.0 227.10457 439.10458 228.0 438.0 228.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 291.0L138.0 278.0L226.0 278.0C227.10457 278.0 228.0 278.89542 228.0 280.0L228.0 289.0C228.0 290.10458 227.10457 291.0 226.0 291.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 291.0L138.0 278.0L226.0 278.0C227.10457 278.0 228.0 278.89542 228.0 280.0L228.0 289.0C228.0 290.10458 227.10457 291.0 226.0 291.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 355.0L138.0 342.0L182.0 342.0C183.10457 342.0 184.0 342.89542 184.0 344.0L184.0 353.0C184.0 354.10458 183.10457 355.0 182.0 355.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 355.0L138.0 342.0L182.0 342.0C183.10457 342.0 184.0 342.89542 184.0 344.0L184.0 353.0C184.0 354.10458 183.10457 355.0 182.0 355.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 419.0L138.0 406.0L146.0 406.0C147.10457 406.0 148.0 406.89542 148.0 408.0L148.0 417.0C148.0 418.10458 147.10457 419.0 146.0 419.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M138.0 419.0L138.0 406.0L146.0 406.0C147.10457 406.0 148.0 406.89542 148.0 408.0L148.0 417.0C148.0 418.10458 147.10457 419.0 146.0 419.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 114.0L138.0 101.0L533.0 101.0C534.10455 101.0 535.0 101.89543 535.0 103.0L535.0 112.0C535.0 113.10457 534.10455 114.0 533.0 114.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 114.0L138.0 101.0L533.0 101.0C534.10455 101.0 535.0 101.89543 535.0 103.0L535.0 112.0C535.0 113.10457 534.10455 114.0 533.0 114.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 178.0L138.0 165.0L520.0 165.0C521.10455 165.0 522.0 165.89543 522.0 167.0L522.0 176.0C522.0 177.10457 521.10455 178.0 520.0 178.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 178.0L138.0 165.0L520.0 165.0C521.10455 165.0 522.0 165.89543 522.0 167.0L522.0 176.0C522.0 177.10457 521.10455 178.0 520.0 178.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 242.0L138.0 229.0L485.0 229.0C486.10458 229.0 487.0 229.89543 487.0 231.0L487.0 240.0C487.0 241.10457 486.10458 242.0 485.0 242.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 242.0L138.0 229.0L485.0 229.0C486.10458 229.0 487.0 229.89543 487.0 231.0L487.0 240.0C487.0 241.10457 486.10458 242.0 485.0 242.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 305.0L138.0 292.0L243.0 292.0C244.10457 292.0 245.0 292.89542 245.0 294.0L245.0 303.0C245.0 304.10458 244.10457 305.0 243.0 305.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 305.0L138.0 292.0L243.0 292.0C244.10457 292.0 245.0 292.89542 245.0 294.0L245.0 303.0C245.0 304.10458 244.10457 305.0 243.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 369.0L138.0 356.0L188.0 356.0C189.10457 356.0 190.0 356.89542 190.0 358.0L190.0 367.0C190.0 368.10458 189.10457 369.0 188.0 369.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 369.0L138.0 356.0L188.0 356.0C189.10457 356.0 190.0 356.89542 190.0 358.0L190.0 367.0C190.0 368.10458 189.10457 369.0 188.0 369.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 433.0L138.0 420.0L143.0 420.0C144.10457 420.0 145.0 420.89542 145.0 422.0L145.0 431.0C145.0 432.10458 144.10457 433.0 143.0 433.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M138.0 433.0L138.0 420.0L143.0 420.0C144.10457 420.0 145.0 420.89542 145.0 422.0L145.0 431.0C145.0 432.10458 144.10457 433.0 143.0 433.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M499.08627 77.515625L498.0394 77.59375Q497.89877 76.96875 497.64877 76.6875Q497.21127 76.234375 496.58627 76.234375Q496.08627 76.234375 495.69565 76.515625Q495.21127 76.890625 494.9144 77.59375Q494.63315 78.28125 494.61752 79.5625Q494.99252 78.984375 495.5394 78.703125Q496.1019 78.421875 496.71127 78.421875Q497.75815 78.421875 498.49252 79.203125Q499.24252 79.984375 499.24252 81.203125Q499.24252 82.015625 498.88315 82.71875Q498.5394 83.40625 497.93002 83.78125Q497.32065 84.140625 496.55502 84.140625Q495.2269 84.140625 494.39877 83.171875Q493.57065 82.203125 493.57065 79.984375Q493.57065 77.484375 494.49252 76.359375Q495.2894 75.375 496.64877 75.375Q497.6644 75.375 498.30502 75.953125Q498.96127 76.515625 499.08627 77.515625ZM494.7894 81.21875Q494.7894 81.765625 495.00815 82.265625Q495.24252 82.75 495.64877 83.015625Q496.07065 83.28125 496.5394 83.28125Q497.19565 83.28125 497.68002 82.75Q498.1644 82.203125 498.1644 81.28125Q498.1644 80.390625 497.68002 79.875Q497.21127 79.359375 496.49252 79.359375Q495.77377 79.359375 495.27377 79.875Q494.7894 80.390625 494.7894 81.21875ZM506.1644 82.984375L506.1644 84.0L500.4769 84.0Q500.4769 83.625 500.6019 83.265625Q500.82065 82.6875 501.2894 82.125Q501.77377 81.5625 502.68002 80.828125Q504.08627 79.671875 504.57065 79.0Q505.07065 78.328125 505.07065 77.734375Q505.07065 77.109375 504.61752 76.6875Q504.1644 76.25 503.44565 76.25Q502.68002 76.25 502.2269 76.703125Q501.77377 77.15625 501.75815 77.96875L500.68002 77.859375Q500.7894 76.640625 501.50815 76.015625Q502.24252 75.375 503.4769 75.375Q504.71127 75.375 505.43002 76.0625Q506.14877 76.75 506.14877 77.765625Q506.14877 78.28125 505.93002 78.78125Q505.7269 79.265625 505.2269 79.828125Q504.74252 80.375 503.61752 81.328125Q502.6644 82.125 502.38315 82.421875Q502.11752 82.703125 501.94565 82.984375L506.1644 82.984375ZM507.82065 77.46875Q507.82065 76.546875 508.27377 75.90625Q508.74252 75.265625 509.61752 75.265625Q510.43002 75.265625 510.96127 75.84375Q511.49252 76.421875 511.49252 77.53125Q511.49252 78.625 510.94565 79.21875Q510.4144 79.796875 509.63315 79.796875Q508.8519 79.796875 508.33627 79.21875Q507.82065 78.640625 507.82065 77.46875ZM509.64877 75.984375Q509.25815 75.984375 508.99252 76.328125Q508.74252 76.671875 508.74252 77.578125Q508.74252 78.40625 508.99252 78.75Q509.25815 79.078125 509.64877 79.078125Q510.05502 79.078125 510.30502 78.734375Q510.57065 78.390625 510.57065 77.5Q510.57065 76.65625 510.30502 76.328125Q510.0394 75.984375 509.64877 75.984375ZM509.64877 84.3125L514.3519 75.265625L515.2113 75.265625L510.52377 84.3125L509.64877 84.3125ZM513.36755 81.984375Q513.36755 81.0625 513.8207 80.421875Q514.2894 79.78125 515.18005 79.78125Q515.99255 79.78125 516.5238 80.359375Q517.05505 80.921875 517.05505 82.046875Q517.05505 83.140625 516.5082 83.734375Q515.9769 84.3125 515.18005 84.3125Q514.4144 84.3125 513.8832 83.734375Q513.36755 83.15625 513.36755 81.984375ZM515.2113 80.5Q514.80505 80.5 514.5394 80.84375Q514.2894 81.1875 514.2894 82.09375Q514.2894 82.90625 514.55505 83.25Q514.8207 83.59375 515.2113 83.59375Q515.6019 83.59375 515.86755 83.25Q516.1332 82.90625 516.1332 82.0Q516.1332 81.171875 515.86755 80.84375Q515.6019 80.5 515.2113 80.5Z" fill-rule="nonzero"/><path fill="#666666" d="M499.08627 77.515625L498.0394 77.59375Q497.89877 76.96875 497.64877 76.6875Q497.21127 76.234375 496.58627 76.234375Q496.08627 76.234375 495.69565 76.515625Q495.21127 76.890625 494.9144 77.59375Q494.63315 78.28125 494.61752 79.5625Q494.99252 78.984375 495.5394 78.703125Q496.1019 78.421875 496.71127 78.421875Q497.75815 78.421875 498.49252 79.203125Q499.24252 79.984375 499.24252 81.203125Q499.24252 82.015625 498.88315 82.71875Q498.5394 83.40625 497.93002 83.78125Q497.32065 84.140625 496.55502 84.140625Q495.2269 84.140625 494.39877 83.171875Q493.57065 82.203125 493.57065 79.984375Q493.57065 77.484375 494.49252 76.359375Q495.2894 75.375 496.64877 75.375Q497.6644 75.375 498.30502 75.953125Q498.96127 76.515625 499.08627 77.515625ZM494.7894 81.21875Q494.7894 81.765625 495.00815 82.265625Q495.24252 82.75 495.64877 83.015625Q496.07065 83.28125 496.5394 83.28125Q497.19565 83.28125 497.68002 82.75Q498.1644 82.203125 498.1644 81.28125Q498.1644 80.390625 497.68002 79.875Q497.21127 79.359375 496.49252 79.359375Q495.77377 79.359375 495.27377 79.875Q494.7894 80.390625 494.7894 81.21875ZM506.1644 82.984375L506.1644 84.0L500.4769 84.0Q500.4769 83.625 500.6019 83.265625Q500.82065 82.6875 501.2894 82.125Q501.77377 81.5625 502.68002 80.828125Q504.08627 79.671875 504.57065 79.0Q505.07065 78.328125 505.07065 77.734375Q505.07065 77.109375 504.61752 76.6875Q504.1644 76.25 503.44565 76.25Q502.68002 76.25 502.2269 76.703125Q501.77377 77.15625 501.75815 77.96875L500.68002 77.859375Q500.7894 76.640625 501.50815 76.015625Q502.24252 75.375 503.4769 75.375Q504.71127 75.375 505.43002 76.0625Q506.14877 76.75 506.14877 77.765625Q506.14877 78.28125 505.93002 78.78125Q505.7269 79.265625 505.2269 79.828125Q504.74252 80.375 503.61752 81.328125Q502.6644 82.125 502.38315 82.421875Q502.11752 82.703125 501.94565 82.984375L506.1644 82.984375ZM507.82065 77.46875Q507.82065 76.546875 508.27377 75.90625Q508.74252 75.265625 509.61752 75.265625Q510.43002 75.265625 510.96127 75.84375Q511.49252 76.421875 511.49252 77.53125Q511.49252 78.625 510.94565 79.21875Q510.4144 79.796875 509.63315 79.796875Q508.8519 79.796875 508.33627 79.21875Q507.82065 78.640625 507.82065 77.46875ZM509.64877 75.984375Q509.25815 75.984375 508.99252 76.328125Q508.74252 76.671875 508.74252 77.578125Q508.74252 78.40625 508.99252 78.75Q509.25815 79.078125 509.64877 79.078125Q510.05502 79.078125 510.30502 78.734375Q510.57065 78.390625 510.57065 77.5Q510.57065 76.65625 510.30502 76.328125Q510.0394 75.984375 509.64877 75.984375ZM509.64877 84.3125L514.3519 75.265625L515.2113 75.265625L510.52377 84.3125L509.64877 84.3125ZM513.36755 81.984375Q513.36755 81.0625 513.8207 80.421875Q514.2894 79.78125 515.18005 79.78125Q515.99255 79.78125 516.5238 80.359375Q517.05505 80.921875 517.05505 82.046875Q517.05505 83.140625 516.5082 83.734375Q515.9769 84.3125 515.18005 84.3125Q514.4144 84.3125 513.8832 83.734375Q513.36755 83.15625 513.36755 81.984375ZM515.2113 80.5Q514.80505 80.5 514.5394 80.84375Q514.2894 81.1875 514.2894 82.09375Q514.2894 82.90625 514.55505 83.25Q514.8207 83.59375 515.2113 83.59375Q515.6019 83.59375 515.86755 83.25Q516.1332 82.90625 516.1332 82.0Q516.1332 81.171875 515.86755 80.84375Q515.6019 80.5 515.2113 80.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M522.2445 141.51562L521.19763 141.59375Q521.057 140.96875 520.807 140.6875Q520.3695 140.23438 519.7445 140.23438Q519.2445 140.23438 518.8539 140.51562Q518.3695 140.89062 518.07263 141.59375Q517.7914 142.28125 517.77576 143.5625Q518.15076 142.98438 518.69763 142.70312Q519.26013 142.42188 519.8695 142.42188Q520.9164 142.42188 521.65076 143.20312Q522.40076 143.98438 522.40076 145.20312Q522.40076 146.01562 522.0414 146.71875Q521.69763 147.40625 521.08826 147.78125Q520.4789 148.14062 519.71326 148.14062Q518.38513 148.14062 517.557 147.17188Q516.7289 146.20312 516.7289 143.98438Q516.7289 141.48438 517.65076 140.35938Q518.44763 139.375 519.807 139.375Q520.82263 139.375 521.46326 139.95312Q522.1195 140.51562 522.2445 141.51562ZM517.94763 145.21875Q517.94763 145.76562 518.1664 146.26562Q518.40076 146.75 518.807 147.01562Q519.2289 147.28125 519.69763 147.28125Q520.3539 147.28125 520.83826 146.75Q521.32263 146.20312 521.32263 145.28125Q521.32263 144.39062 520.83826 143.875Q520.3695 143.35938 519.65076 143.35938Q518.932 143.35938 518.432 143.875Q517.94763 144.39062 517.94763 145.21875ZM529.2445 141.51562L528.19763 141.59375Q528.057 140.96875 527.807 140.6875Q527.3695 140.23438 526.7445 140.23438Q526.2445 140.23438 525.8539 140.51562Q525.3695 140.89062 525.07263 141.59375Q524.7914 142.28125 524.77576 143.5625Q525.15076 142.98438 525.69763 142.70312Q526.26013 142.42188 526.8695 142.42188Q527.9164 142.42188 528.65076 143.20312Q529.40076 143.98438 529.40076 145.20312Q529.40076 146.01562 529.0414 146.71875Q528.69763 147.40625 528.08826 147.78125Q527.4789 148.14062 526.71326 148.14062Q525.38513 148.14062 524.557 147.17188Q523.7289 146.20312 523.7289 143.98438Q523.7289 141.48438 524.65076 140.35938Q525.44763 139.375 526.807 139.375Q527.82263 139.375 528.46326 139.95312Q529.1195 140.51562 529.2445 141.51562ZM524.94763 145.21875Q524.94763 145.76562 525.1664 146.26562Q525.40076 146.75 525.807 147.01562Q526.2289 147.28125 526.69763 147.28125Q527.3539 147.28125 527.83826 146.75Q528.32263 146.20312 528.32263 145.28125Q528.32263 144.39062 527.83826 143.875Q527.3695 143.35938 526.65076 143.35938Q525.932 143.35938 525.432 143.875Q524.94763 144.39062 524.94763 145.21875ZM530.9789 141.46875Q530.9789 140.54688 531.432 139.90625Q531.90076 139.26562 532.77576 139.26562Q533.58826 139.26562 534.1195 139.84375Q534.65076 140.42188 534.65076 141.53125Q534.65076 142.625 534.1039 143.21875Q533.57263 143.79688 532.7914 143.79688Q532.01013 143.79688 531.4945 143.21875Q530.9789 142.64062 530.9789 141.46875ZM532.807 139.98438Q532.4164 139.98438 532.15076 140.32812Q531.90076 140.67188 531.90076 141.57812Q531.90076 142.40625 532.15076 142.75Q532.4164 143.07812 532.807 143.07812Q533.21326 143.07812 533.46326 142.73438Q533.7289 142.39062 533.7289 141.5Q533.7289 140.65625 533.46326 140.32812Q533.19763 139.98438 532.807 139.98438ZM532.807 148.3125L537.51013 139.26562L538.3695 139.26562L533.682 148.3125L532.807 148.3125ZM536.52576 145.98438Q536.52576 145.0625 536.9789 144.42188Q537.44763 143.78125 538.33826 143.78125Q539.15076 143.78125 539.682 144.35938Q540.21326 144.92188 540.21326 146.04688Q540.21326 147.14062 539.6664 147.73438Q539.13513 148.3125 538.33826 148.3125Q537.57263 148.3125 537.0414 147.73438Q536.52576 147.15625 536.52576 145.98438ZM538.3695 144.5Q537.96326 144.5 537.69763 144.84375Q537.44763 145.1875 537.44763 146.09375Q537.44763 146.90625 537.71326 147.25Q537.9789 147.59375 538.3695 147.59375Q538.76013 147.59375 539.02576 147.25Q539.2914 146.90625 539.2914 146.0Q539.2914 145.17188 539.02576 144.84375Q538.76013 144.5 538.3695 144.5Z" fill-rule="nonzero"/><path fill="#666666" d="M522.2445 141.51562L521.19763 141.59375Q521.057 140.96875 520.807 140.6875Q520.3695 140.23438 519.7445 140.23438Q519.2445 140.23438 518.8539 140.51562Q518.3695 140.89062 518.07263 141.59375Q517.7914 142.28125 517.77576 143.5625Q518.15076 142.98438 518.69763 142.70312Q519.26013 142.42188 519.8695 142.42188Q520.9164 142.42188 521.65076 143.20312Q522.40076 143.98438 522.40076 145.20312Q522.40076 146.01562 522.0414 146.71875Q521.69763 147.40625 521.08826 147.78125Q520.4789 148.14062 519.71326 148.14062Q518.38513 148.14062 517.557 147.17188Q516.7289 146.20312 516.7289 143.98438Q516.7289 141.48438 517.65076 140.35938Q518.44763 139.375 519.807 139.375Q520.82263 139.375 521.46326 139.95312Q522.1195 140.51562 522.2445 141.51562ZM517.94763 145.21875Q517.94763 145.76562 518.1664 146.26562Q518.40076 146.75 518.807 147.01562Q519.2289 147.28125 519.69763 147.28125Q520.3539 147.28125 520.83826 146.75Q521.32263 146.20312 521.32263 145.28125Q521.32263 144.39062 520.83826 143.875Q520.3695 143.35938 519.65076 143.35938Q518.932 143.35938 518.432 143.875Q517.94763 144.39062 517.94763 145.21875ZM529.2445 141.51562L528.19763 141.59375Q528.057 140.96875 527.807 140.6875Q527.3695 140.23438 526.7445 140.23438Q526.2445 140.23438 525.8539 140.51562Q525.3695 140.89062 525.07263 141.59375Q524.7914 142.28125 524.77576 143.5625Q525.15076 142.98438 525.69763 142.70312Q526.26013 142.42188 526.8695 142.42188Q527.9164 142.42188 528.65076 143.20312Q529.40076 143.98438 529.40076 145.20312Q529.40076 146.01562 529.0414 146.71875Q528.69763 147.40625 528.08826 147.78125Q527.4789 148.14062 526.71326 148.14062Q525.38513 148.14062 524.557 147.17188Q523.7289 146.20312 523.7289 143.98438Q523.7289 141.48438 524.65076 140.35938Q525.44763 139.375 526.807 139.375Q527.82263 139.375 528.46326 139.95312Q529.1195 140.51562 529.2445 141.51562ZM524.94763 145.21875Q524.94763 145.76562 525.1664 146.26562Q525.40076 146.75 525.807 147.01562Q526.2289 147.28125 526.69763 147.28125Q527.3539 147.28125 527.83826 146.75Q528.32263 146.20312 528.32263 145.28125Q528.32263 144.39062 527.83826 143.875Q527.3695 143.35938 526.65076 143.35938Q525.932 143.35938 525.432 143.875Q524.94763 144.39062 524.94763 145.21875ZM530.9789 141.46875Q530.9789 140.54688 531.432 139.90625Q531.90076 139.26562 532.77576 139.26562Q533.58826 139.26562 534.1195 139.84375Q534.65076 140.42188 534.65076 141.53125Q534.65076 142.625 534.1039 143.21875Q533.57263 143.79688 532.7914 143.79688Q532.01013 143.79688 531.4945 143.21875Q530.9789 142.64062 530.9789 141.46875ZM532.807 139.98438Q532.4164 139.98438 532.15076 140.32812Q531.90076 140.67188 531.90076 141.57812Q531.90076 142.40625 532.15076 142.75Q532.4164 143.07812 532.807 143.07812Q533.21326 143.07812 533.46326 142.73438Q533.7289 142.39062 533.7289 141.5Q533.7289 140.65625 533.46326 140.32812Q533.19763 139.98438 532.807 139.98438ZM532.807 148.3125L537.51013 139.26562L538.3695 139.26562L533.682 148.3125L532.807 148.3125ZM536.52576 145.98438Q536.52576 145.0625 536.9789 144.42188Q537.44763 143.78125 538.33826 143.78125Q539.15076 143.78125 539.682 144.35938Q540.21326 144.92188 540.21326 146.04688Q540.21326 147.14062 539.6664 147.73438Q539.13513 148.3125 538.33826 148.3125Q537.57263 148.3125 537.0414 147.73438Q536.52576 147.15625 536.52576 145.98438ZM538.3695 144.5Q537.96326 144.5 537.69763 144.84375Q537.44763 145.1875 537.44763 146.09375Q537.44763 146.90625 537.71326 147.25Q537.9789 147.59375 538.3695 147.59375Q538.76013 147.59375 539.02576 147.25Q539.2914 146.90625 539.2914 146.0Q539.2914 145.17188 539.02576 144.84375Q538.76013 144.5 538.3695 144.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M458.19003 209.75L459.2994 209.65625Q459.4244 210.46875 459.8619 210.875Q460.31503 211.28125 460.95566 211.28125Q461.70566 211.28125 462.2369 210.70312Q462.76816 210.125 462.76816 209.1875Q462.76816 208.28125 462.25253 207.76562Q461.75253 207.23438 460.9244 207.23438Q460.4244 207.23438 460.00253 207.46875Q459.59628 207.70312 459.3619 208.0625L458.37753 207.9375L459.20566 203.53125L463.4869 203.53125L463.4869 204.53125L460.0494 204.53125L459.59628 206.84375Q460.3619 206.29688 461.20566 206.29688Q462.33066 206.29688 463.09628 207.07812Q463.87753 207.85938 463.87753 209.09375Q463.87753 210.25 463.20566 211.10938Q462.37753 212.14062 460.95566 212.14062Q459.78378 212.14062 459.03378 211.48438Q458.2994 210.82812 458.19003 209.75ZM470.65878 205.51562L469.6119 205.59375Q469.47128 204.96875 469.22128 204.6875Q468.78378 204.23438 468.15878 204.23438Q467.65878 204.23438 467.26816 204.51562Q466.78378 204.89062 466.4869 205.59375Q466.20566 206.28125 466.19003 207.5625Q466.56503 206.98438 467.1119 206.70312Q467.6744 206.42188 468.28378 206.42188Q469.33066 206.42188 470.06503 207.20312Q470.81503 207.98438 470.81503 209.20312Q470.81503 210.01562 470.45566 210.71875Q470.1119 211.40625 469.50253 211.78125Q468.89316 212.14062 468.12753 212.14062Q466.7994 212.14062 465.97128 211.17188Q465.14316 210.20312 465.14316 207.98438Q465.14316 205.48438 466.06503 204.35938Q466.8619 203.375 468.22128 203.375Q469.2369 203.375 469.87753 203.95312Q470.53378 204.51562 470.65878 205.51562ZM466.3619 209.21875Q466.3619 209.76562 466.58066 210.26562Q466.81503 210.75 467.22128 211.01562Q467.64316 211.28125 468.1119 211.28125Q468.76816 211.28125 469.25253 210.75Q469.7369 210.20312 469.7369 209.28125Q469.7369 208.39062 469.25253 207.875Q468.78378 207.35938 468.06503 207.35938Q467.34628 207.35938 466.84628 207.875Q466.3619 208.39062 466.3619 209.21875ZM472.39316 205.46875Q472.39316 204.54688 472.84628 203.90625Q473.31503 203.26562 474.19003 203.26562Q475.00253 203.26562 475.53378 203.84375Q476.06503 204.42188 476.06503 205.53125Q476.06503 206.625 475.51816 207.21875Q474.9869 207.79688 474.20566 207.79688Q473.4244 207.79688 472.90878 207.21875Q472.39316 206.64062 472.39316 205.46875ZM474.22128 203.98438Q473.83066 203.98438 473.56503 204.32812Q473.31503 204.67188 473.31503 205.57812Q473.31503 206.40625 473.56503 206.75Q473.83066 207.07812 474.22128 207.07812Q474.62753 207.07812 474.87753 206.73438Q475.14316 206.39062 475.14316 205.5Q475.14316 204.65625 474.87753 204.32812Q474.6119 203.98438 474.22128 203.98438ZM474.22128 212.3125L478.9244 203.26562L479.78378 203.26562L475.09628 212.3125L474.22128 212.3125ZM477.94003 209.98438Q477.94003 209.0625 478.39316 208.42188Q478.8619 207.78125 479.75253 207.78125Q480.56503 207.78125 481.09628 208.35938Q481.62753 208.92188 481.62753 210.04688Q481.62753 211.14062 481.08066 211.73438Q480.5494 212.3125 479.75253 212.3125Q478.9869 212.3125 478.45566 211.73438Q477.94003 211.15625 477.94003 209.98438ZM479.78378 208.5Q479.37753 208.5 479.1119 208.84375Q478.8619 209.1875 478.8619 210.09375Q478.8619 210.90625 479.12753 211.25Q479.39316 211.59375 479.78378 211.59375Q480.1744 211.59375 480.44003 211.25Q480.70566 210.90625 480.70566 210.0Q480.70566 209.17188 480.44003 208.84375Q480.1744 208.5 479.78378 208.5Z" fill-rule="nonzero"/><path fill="#666666" d="M458.19003 209.75L459.2994 209.65625Q459.4244 210.46875 459.8619 210.875Q460.31503 211.28125 460.95566 211.28125Q461.70566 211.28125 462.2369 210.70312Q462.76816 210.125 462.76816 209.1875Q462.76816 208.28125 462.25253 207.76562Q461.75253 207.23438 460.9244 207.23438Q460.4244 207.23438 460.00253 207.46875Q459.59628 207.70312 459.3619 208.0625L458.37753 207.9375L459.20566 203.53125L463.4869 203.53125L463.4869 204.53125L460.0494 204.53125L459.59628 206.84375Q460.3619 206.29688 461.20566 206.29688Q462.33066 206.29688 463.09628 207.07812Q463.87753 207.85938 463.87753 209.09375Q463.87753 210.25 463.20566 211.10938Q462.37753 212.14062 460.95566 212.14062Q459.78378 212.14062 459.03378 211.48438Q458.2994 210.82812 458.19003 209.75ZM470.65878 205.51562L469.6119 205.59375Q469.47128 204.96875 469.22128 204.6875Q468.78378 204.23438 468.15878 204.23438Q467.65878 204.23438 467.26816 204.51562Q466.78378 204.89062 466.4869 205.59375Q466.20566 206.28125 466.19003 207.5625Q466.56503 206.98438 467.1119 206.70312Q467.6744 206.42188 468.28378 206.42188Q469.33066 206.42188 470.06503 207.20312Q470.81503 207.98438 470.81503 209.20312Q470.81503 210.01562 470.45566 210.71875Q470.1119 211.40625 469.50253 211.78125Q468.89316 212.14062 468.12753 212.14062Q466.7994 212.14062 465.97128 211.17188Q465.14316 210.20312 465.14316 207.98438Q465.14316 205.48438 466.06503 204.35938Q466.8619 203.375 468.22128 203.375Q469.2369 203.375 469.87753 203.95312Q470.53378 204.51562 470.65878 205.51562ZM466.3619 209.21875Q466.3619 209.76562 466.58066 210.26562Q466.81503 210.75 467.22128 211.01562Q467.64316 211.28125 468.1119 211.28125Q468.76816 211.28125 469.25253 210.75Q469.7369 210.20312 469.7369 209.28125Q469.7369 208.39062 469.25253 207.875Q468.78378 207.35938 468.06503 207.35938Q467.34628 207.35938 466.84628 207.875Q466.3619 208.39062 466.3619 209.21875ZM472.39316 205.46875Q472.39316 204.54688 472.84628 203.90625Q473.31503 203.26562 474.19003 203.26562Q475.00253 203.26562 475.53378 203.84375Q476.06503 204.42188 476.06503 205.53125Q476.06503 206.625 475.51816 207.21875Q474.9869 207.79688 474.20566 207.79688Q473.4244 207.79688 472.90878 207.21875Q472.39316 206.64062 472.39316 205.46875ZM474.22128 203.98438Q473.83066 203.98438 473.56503 204.32812Q473.31503 204.67188 473.31503 205.57812Q473.31503 206.40625 473.56503 206.75Q473.83066 207.07812 474.22128 207.07812Q474.62753 207.07812 474.87753 206.73438Q475.14316 206.39062 475.14316 205.5Q475.14316 204.65625 474.87753 204.32812Q474.6119 203.98438 474.22128 203.98438ZM474.22128 212.3125L478.9244 203.26562L479.78378 203.26562L475.09628 212.3125L474.22128 212.3125ZM477.94003 209.98438Q477.94003 209.0625 478.39316 208.42188Q478.8619 207.78125 479.75253 207.78125Q480.56503 207.78125 481.09628 208.35938Q481.62753 208.92188 481.62753 210.04688Q481.62753 211.14062 481.08066 211.73438Q480.5494 212.3125 479.75253 212.3125Q478.9869 212.3125 478.45566 211.73438Q477.94003 211.15625 477.94003 209.98438ZM479.78378 208.5Q479.37753 208.5 479.1119 208.84375Q478.8619 209.1875 478.8619 210.09375Q478.8619 210.90625 479.12753 211.25Q479.39316 211.59375 479.78378 211.59375Q480.1744 211.59375 480.44003 211.25Q480.70566 210.90625 480.70566 210.0Q480.70566 209.17188 480.44003 208.84375Q480.1744 208.5 479.78378 208.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.59381 275.0L248.54694 275.0L248.54694 268.28125Q248.15631 268.64062 247.53131 269.01562Q246.92194 269.375 246.43756 269.54688L246.43756 268.53125Q247.31256 268.10938 247.96881 267.53125Q248.64069 266.9375 248.92194 266.375L249.59381 266.375L249.59381 275.0ZM252.68756 267.53125L252.68756 266.51562L258.25006 266.51562L258.25006 267.34375Q257.43756 268.21875 256.62506 269.67188Q255.82819 271.10938 255.39069 272.64062Q255.06256 273.71875 254.98444 275.0L253.89069 275.0Q253.90631 273.98438 254.28131 272.54688Q254.67194 271.10938 255.37506 269.78125Q256.0938 268.45312 256.9063 267.53125L252.68756 267.53125ZM259.8282 268.46875Q259.8282 267.54688 260.2813 266.90625Q260.75006 266.26562 261.62506 266.26562Q262.43756 266.26562 262.9688 266.84375Q263.50006 267.42188 263.50006 268.53125Q263.50006 269.625 262.9532 270.21875Q262.42194 270.79688 261.6407 270.79688Q260.85944 270.79688 260.3438 270.21875Q259.8282 269.64062 259.8282 268.46875ZM261.6563 266.98438Q261.2657 266.98438 261.00006 267.32812Q260.75006 267.67188 260.75006 268.57812Q260.75006 269.40625 261.00006 269.75Q261.2657 270.07812 261.6563 270.07812Q262.06256 270.07812 262.31256 269.73438Q262.5782 269.39062 262.5782 268.5Q262.5782 267.65625 262.31256 267.32812Q262.04694 266.98438 261.6563 266.98438ZM261.6563 275.3125L266.35944 266.26562L267.2188 266.26562L262.5313 275.3125L261.6563 275.3125ZM265.37506 272.98438Q265.37506 272.0625 265.8282 271.42188Q266.29694 270.78125 267.18756 270.78125Q268.00006 270.78125 268.5313 271.35938Q269.06256 271.92188 269.06256 273.04688Q269.06256 274.14062 268.5157 274.73438Q267.98444 275.3125 267.18756 275.3125Q266.42194 275.3125 265.8907 274.73438Q265.37506 274.15625 265.37506 272.98438ZM267.2188 271.5Q266.81256 271.5 266.54694 271.84375Q266.29694 272.1875 266.29694 273.09375Q266.29694 273.90625 266.56256 274.25Q266.8282 274.59375 267.2188 274.59375Q267.60944 274.59375 267.87506 274.25Q268.1407 273.90625 268.1407 273.0Q268.1407 272.17188 267.87506 271.84375Q267.60944 271.5 267.2188 271.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.59381 275.0L248.54694 275.0L248.54694 268.28125Q248.15631 268.64062 247.53131 269.01562Q246.92194 269.375 246.43756 269.54688L246.43756 268.53125Q247.31256 268.10938 247.96881 267.53125Q248.64069 266.9375 248.92194 266.375L249.59381 266.375L249.59381 275.0ZM252.68756 267.53125L252.68756 266.51562L258.25006 266.51562L258.25006 267.34375Q257.43756 268.21875 256.62506 269.67188Q255.82819 271.10938 255.39069 272.64062Q255.06256 273.71875 254.98444 275.0L253.89069 275.0Q253.90631 273.98438 254.28131 272.54688Q254.67194 271.10938 255.37506 269.78125Q256.0938 268.45312 256.9063 267.53125L252.68756 267.53125ZM259.8282 268.46875Q259.8282 267.54688 260.2813 266.90625Q260.75006 266.26562 261.62506 266.26562Q262.43756 266.26562 262.9688 266.84375Q263.50006 267.42188 263.50006 268.53125Q263.50006 269.625 262.9532 270.21875Q262.42194 270.79688 261.6407 270.79688Q260.85944 270.79688 260.3438 270.21875Q259.8282 269.64062 259.8282 268.46875ZM261.6563 266.98438Q261.2657 266.98438 261.00006 267.32812Q260.75006 267.67188 260.75006 268.57812Q260.75006 269.40625 261.00006 269.75Q261.2657 270.07812 261.6563 270.07812Q262.06256 270.07812 262.31256 269.73438Q262.5782 269.39062 262.5782 268.5Q262.5782 267.65625 262.31256 267.32812Q262.04694 266.98438 261.6563 266.98438ZM261.6563 275.3125L266.35944 266.26562L267.2188 266.26562L262.5313 275.3125L261.6563 275.3125ZM265.37506 272.98438Q265.37506 272.0625 265.8282 271.42188Q266.29694 270.78125 267.18756 270.78125Q268.00006 270.78125 268.5313 271.35938Q269.06256 271.92188 269.06256 273.04688Q269.06256 274.14062 268.5157 274.73438Q267.98444 275.3125 267.18756 275.3125Q266.42194 275.3125 265.8907 274.73438Q265.37506 274.15625 265.37506 272.98438ZM267.2188 271.5Q266.81256 271.5 266.54694 271.84375Q266.29694 272.1875 266.29694 273.09375Q266.29694 273.90625 266.56256 274.25Q266.8282 274.59375 267.2188 274.59375Q267.60944 274.59375 267.87506 274.25Q268.1407 273.90625 268.1407 273.0Q268.1407 272.17188 267.87506 271.84375Q267.60944 271.5 267.2188 271.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M202.68552 337.01562L203.70114 336.92188Q203.82614 337.64062 204.18552 337.96875Q204.56052 338.28125 205.12302 338.28125Q205.60739 338.28125 205.96677 338.0625Q206.34177 337.82812 206.57614 337.46875Q206.81052 337.09375 206.96677 336.46875Q207.12302 335.82812 207.12302 335.17188Q207.12302 335.09375 207.12302 334.95312Q206.81052 335.45312 206.26364 335.78125Q205.71677 336.09375 205.07614 336.09375Q203.99802 336.09375 203.26364 335.32812Q202.52927 334.54688 202.52927 333.28125Q202.52927 331.96875 203.29489 331.17188Q204.07614 330.375 205.23239 330.375Q206.06052 330.375 206.74802 330.82812Q207.45114 331.28125 207.81052 332.125Q208.16989 332.95312 208.16989 334.53125Q208.16989 336.17188 207.81052 337.15625Q207.46677 338.125 206.74802 338.64062Q206.04489 339.14062 205.10739 339.14062Q204.09177 339.14062 203.45114 338.59375Q202.81052 338.03125 202.68552 337.01562ZM206.99802 333.21875Q206.99802 332.3125 206.51364 331.78125Q206.04489 331.25 205.35739 331.25Q204.65427 331.25 204.12302 331.82812Q203.60739 332.39062 203.60739 333.3125Q203.60739 334.125 204.10739 334.64062Q204.60739 335.15625 205.32614 335.15625Q206.06052 335.15625 206.52927 334.64062Q206.99802 334.125 206.99802 333.21875ZM209.73239 332.46875Q209.73239 331.54688 210.18552 330.90625Q210.65427 330.26562 211.52927 330.26562Q212.34177 330.26562 212.87302 330.84375Q213.40427 331.42188 213.40427 332.53125Q213.40427 333.625 212.85739 334.21875Q212.32614 334.79688 211.54489 334.79688Q210.76364 334.79688 210.24802 334.21875Q209.73239 333.64062 209.73239 332.46875ZM211.56052 330.98438Q211.16989 330.98438 210.90427 331.32812Q210.65427 331.67188 210.65427 332.57812Q210.65427 333.40625 210.90427 333.75Q211.16989 334.07812 211.56052 334.07812Q211.96677 334.07812 212.21677 333.73438Q212.48239 333.39062 212.48239 332.5Q212.48239 331.65625 212.21677 331.32812Q211.95114 330.98438 211.56052 330.98438ZM211.56052 339.3125L216.26364 330.26562L217.12302 330.26562L212.43552 339.3125L211.56052 339.3125ZM215.27927 336.98438Q215.27927 336.0625 215.73239 335.42188Q216.20114 334.78125 217.09177 334.78125Q217.90427 334.78125 218.43552 335.35938Q218.96677 335.92188 218.96677 337.04688Q218.96677 338.14062 218.41989 338.73438Q217.88864 339.3125 217.09177 339.3125Q216.32614 339.3125 215.79489 338.73438Q215.27927 338.15625 215.27927 336.98438ZM217.12302 335.5Q216.71677 335.5 216.45114 335.84375Q216.20114 336.1875 216.20114 337.09375Q216.20114 337.90625 216.46677 338.25Q216.73239 338.59375 217.12302 338.59375Q217.51364 338.59375 217.77927 338.25Q218.04489 337.90625 218.04489 337.0Q218.04489 336.17188 217.77927 335.84375Q217.51364 335.5 217.12302 335.5Z" fill-rule="nonzero"/><path fill="#666666" d="M202.68552 337.01562L203.70114 336.92188Q203.82614 337.64062 204.18552 337.96875Q204.56052 338.28125 205.12302 338.28125Q205.60739 338.28125 205.96677 338.0625Q206.34177 337.82812 206.57614 337.46875Q206.81052 337.09375 206.96677 336.46875Q207.12302 335.82812 207.12302 335.17188Q207.12302 335.09375 207.12302 334.95312Q206.81052 335.45312 206.26364 335.78125Q205.71677 336.09375 205.07614 336.09375Q203.99802 336.09375 203.26364 335.32812Q202.52927 334.54688 202.52927 333.28125Q202.52927 331.96875 203.29489 331.17188Q204.07614 330.375 205.23239 330.375Q206.06052 330.375 206.74802 330.82812Q207.45114 331.28125 207.81052 332.125Q208.16989 332.95312 208.16989 334.53125Q208.16989 336.17188 207.81052 337.15625Q207.46677 338.125 206.74802 338.64062Q206.04489 339.14062 205.10739 339.14062Q204.09177 339.14062 203.45114 338.59375Q202.81052 338.03125 202.68552 337.01562ZM206.99802 333.21875Q206.99802 332.3125 206.51364 331.78125Q206.04489 331.25 205.35739 331.25Q204.65427 331.25 204.12302 331.82812Q203.60739 332.39062 203.60739 333.3125Q203.60739 334.125 204.10739 334.64062Q204.60739 335.15625 205.32614 335.15625Q206.06052 335.15625 206.52927 334.64062Q206.99802 334.125 206.99802 333.21875ZM209.73239 332.46875Q209.73239 331.54688 210.18552 330.90625Q210.65427 330.26562 211.52927 330.26562Q212.34177 330.26562 212.87302 330.84375Q213.40427 331.42188 213.40427 332.53125Q213.40427 333.625 212.85739 334.21875Q212.32614 334.79688 211.54489 334.79688Q210.76364 334.79688 210.24802 334.21875Q209.73239 333.64062 209.73239 332.46875ZM211.56052 330.98438Q211.16989 330.98438 210.90427 331.32812Q210.65427 331.67188 210.65427 332.57812Q210.65427 333.40625 210.90427 333.75Q211.16989 334.07812 211.56052 334.07812Q211.96677 334.07812 212.21677 333.73438Q212.48239 333.39062 212.48239 332.5Q212.48239 331.65625 212.21677 331.32812Q211.95114 330.98438 211.56052 330.98438ZM211.56052 339.3125L216.26364 330.26562L217.12302 330.26562L212.43552 339.3125L211.56052 339.3125ZM215.27927 336.98438Q215.27927 336.0625 215.73239 335.42188Q216.20114 334.78125 217.09177 334.78125Q217.90427 334.78125 218.43552 335.35938Q218.96677 335.92188 218.96677 337.04688Q218.96677 338.14062 218.41989 338.73438Q217.88864 339.3125 217.09177 339.3125Q216.32614 339.3125 215.79489 338.73438Q215.27927 338.15625 215.27927 336.98438ZM217.12302 335.5Q216.71677 335.5 216.45114 335.84375Q216.20114 336.1875 216.20114 337.09375Q216.20114 337.90625 216.46677 338.25Q216.73239 338.59375 217.12302 338.59375Q217.51364 338.59375 217.77927 338.25Q218.04489 337.90625 218.04489 337.0Q218.04489 336.17188 217.77927 335.84375Q217.51364 335.5 217.12302 335.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M168.3544 401.98438L168.3544 403.0L162.6669 403.0Q162.6669 402.625 162.7919 402.26562Q163.01065 401.6875 163.4794 401.125Q163.96378 400.5625 164.87003 399.82812Q166.27628 398.67188 166.76065 398.0Q167.26065 397.32812 167.26065 396.73438Q167.26065 396.10938 166.80753 395.6875Q166.3544 395.25 165.63565 395.25Q164.87003 395.25 164.4169 395.70312Q163.96378 396.15625 163.94815 396.96875L162.87003 396.85938Q162.9794 395.64062 163.69815 395.01562Q164.43253 394.375 165.6669 394.375Q166.90128 394.375 167.62003 395.0625Q168.33878 395.75 168.33878 396.76562Q168.33878 397.28125 168.12003 397.78125Q167.9169 398.26562 167.4169 398.82812Q166.93253 399.375 165.80753 400.32812Q164.8544 401.125 164.57315 401.42188Q164.30753 401.70312 164.13565 401.98438L168.3544 401.98438ZM170.01065 396.46875Q170.01065 395.54688 170.46378 394.90625Q170.93253 394.26562 171.80753 394.26562Q172.62003 394.26562 173.15128 394.84375Q173.68253 395.42188 173.68253 396.53125Q173.68253 397.625 173.13565 398.21875Q172.6044 398.79688 171.82315 398.79688Q171.0419 398.79688 170.52628 398.21875Q170.01065 397.64062 170.01065 396.46875ZM171.83878 394.98438Q171.44815 394.98438 171.18253 395.32812Q170.93253 395.67188 170.93253 396.57812Q170.93253 397.40625 171.18253 397.75Q171.44815 398.07812 171.83878 398.07812Q172.24503 398.07812 172.49503 397.73438Q172.76065 397.39062 172.76065 396.5Q172.76065 395.65625 172.49503 395.32812Q172.2294 394.98438 171.83878 394.98438ZM171.83878 403.3125L176.5419 394.26562L177.40128 394.26562L172.71378 403.3125L171.83878 403.3125ZM175.55753 400.98438Q175.55753 400.0625 176.01065 399.42188Q176.4794 398.78125 177.37003 398.78125Q178.18253 398.78125 178.71378 399.35938Q179.24503 399.92188 179.24503 401.04688Q179.24503 402.14062 178.69815 402.73438Q178.1669 403.3125 177.37003 403.3125Q176.6044 403.3125 176.07315 402.73438Q175.55753 402.15625 175.55753 400.98438ZM177.40128 399.5Q176.99503 399.5 176.7294 399.84375Q176.4794 400.1875 176.4794 401.09375Q176.4794 401.90625 176.74503 402.25Q177.01065 402.59375 177.40128 402.59375Q177.7919 402.59375 178.05753 402.25Q178.32315 401.90625 178.32315 401.0Q178.32315 400.17188 178.05753 399.84375Q177.7919 399.5 177.40128 399.5Z" fill-rule="nonzero"/><path fill="#666666" d="M168.3544 401.98438L168.3544 403.0L162.6669 403.0Q162.6669 402.625 162.7919 402.26562Q163.01065 401.6875 163.4794 401.125Q163.96378 400.5625 164.87003 399.82812Q166.27628 398.67188 166.76065 398.0Q167.26065 397.32812 167.26065 396.73438Q167.26065 396.10938 166.80753 395.6875Q166.3544 395.25 165.63565 395.25Q164.87003 395.25 164.4169 395.70312Q163.96378 396.15625 163.94815 396.96875L162.87003 396.85938Q162.9794 395.64062 163.69815 395.01562Q164.43253 394.375 165.6669 394.375Q166.90128 394.375 167.62003 395.0625Q168.33878 395.75 168.33878 396.76562Q168.33878 397.28125 168.12003 397.78125Q167.9169 398.26562 167.4169 398.82812Q166.93253 399.375 165.80753 400.32812Q164.8544 401.125 164.57315 401.42188Q164.30753 401.70312 164.13565 401.98438L168.3544 401.98438ZM170.01065 396.46875Q170.01065 395.54688 170.46378 394.90625Q170.93253 394.26562 171.80753 394.26562Q172.62003 394.26562 173.15128 394.84375Q173.68253 395.42188 173.68253 396.53125Q173.68253 397.625 173.13565 398.21875Q172.6044 398.79688 171.82315 398.79688Q171.0419 398.79688 170.52628 398.21875Q170.01065 397.64062 170.01065 396.46875ZM171.83878 394.98438Q171.44815 394.98438 171.18253 395.32812Q170.93253 395.67188 170.93253 396.57812Q170.93253 397.40625 171.18253 397.75Q171.44815 398.07812 171.83878 398.07812Q172.24503 398.07812 172.49503 397.73438Q172.76065 397.39062 172.76065 396.5Q172.76065 395.65625 172.49503 395.32812Q172.2294 394.98438 171.83878 394.98438ZM171.83878 403.3125L176.5419 394.26562L177.40128 394.26562L172.71378 403.3125L171.83878 403.3125ZM175.55753 400.98438Q175.55753 400.0625 176.01065 399.42188Q176.4794 398.78125 177.37003 398.78125Q178.18253 398.78125 178.71378 399.35938Q179.24503 399.92188 179.24503 401.04688Q179.24503 402.14062 178.69815 402.73438Q178.1669 403.3125 177.37003 403.3125Q176.6044 403.3125 176.07315 402.73438Q175.55753 402.15625 175.55753 400.98438ZM177.40128 399.5Q176.99503 399.5 176.7294 399.84375Q176.4794 400.1875 176.4794 401.09375Q176.4794 401.90625 176.74503 402.25Q177.01065 402.59375 177.40128 402.59375Q177.7919 402.59375 178.05753 402.25Q178.32315 401.90625 178.32315 401.0Q178.32315 400.17188 178.05753 399.84375Q177.7919 399.5 177.40128 399.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M531.53186 91.515625L530.485 91.59375Q530.34436 90.96875 530.09436 90.6875Q529.65686 90.234375 529.03186 90.234375Q528.53186 90.234375 528.14124 90.515625Q527.65686 90.890625 527.36 91.59375Q527.07874 92.28125 527.0631 93.5625Q527.4381 92.984375 527.985 92.703125Q528.5475 92.421875 529.15686 92.421875Q530.20374 92.421875 530.9381 93.203125Q531.6881 93.984375 531.6881 95.203125Q531.6881 96.015625 531.32874 96.71875Q530.985 97.40625 530.3756 97.78125Q529.76624 98.140625 529.0006 98.140625Q527.6725 98.140625 526.84436 97.171875Q526.01624 96.203125 526.01624 93.984375Q526.01624 91.484375 526.9381 90.359375Q527.735 89.375 529.09436 89.375Q530.11 89.375 530.7506 89.953125Q531.40686 90.515625 531.53186 91.515625ZM527.235 95.21875Q527.235 95.765625 527.45374 96.265625Q527.6881 96.75 528.09436 97.015625Q528.51624 97.28125 528.985 97.28125Q529.64124 97.28125 530.1256 96.75Q530.61 96.203125 530.61 95.28125Q530.61 94.390625 530.1256 93.875Q529.65686 93.359375 528.9381 93.359375Q528.21936 93.359375 527.71936 93.875Q527.235 94.390625 527.235 95.21875ZM534.6881 93.34375Q534.03186 93.09375 533.70374 92.65625Q533.39124 92.203125 533.39124 91.59375Q533.39124 90.65625 534.0631 90.015625Q534.7506 89.375 535.86 89.375Q536.985 89.375 537.6725 90.03125Q538.36 90.6875 538.36 91.625Q538.36 92.21875 538.0475 92.65625Q537.735 93.09375 537.09436 93.34375Q537.89124 93.59375 538.2975 94.171875Q538.70374 94.75 538.70374 95.546875Q538.70374 96.640625 537.9225 97.390625Q537.15686 98.140625 535.8756 98.140625Q534.61 98.140625 533.82874 97.390625Q533.0475 96.640625 533.0475 95.515625Q533.0475 94.671875 533.46936 94.109375Q533.90686 93.546875 534.6881 93.34375ZM534.46936 91.546875Q534.46936 92.15625 534.86 92.546875Q535.26624 92.9375 535.89124 92.9375Q536.5006 92.9375 536.89124 92.5625Q537.28186 92.171875 537.28186 91.609375Q537.28186 91.03125 536.8756 90.640625Q536.46936 90.234375 535.8756 90.234375Q535.26624 90.234375 534.86 90.625Q534.46936 91.015625 534.46936 91.546875ZM534.14124 95.515625Q534.14124 95.96875 534.34436 96.390625Q534.5631 96.8125 534.985 97.046875Q535.40686 97.28125 535.89124 97.28125Q536.64124 97.28125 537.1256 96.796875Q537.6256 96.3125 537.6256 95.5625Q537.6256 94.796875 537.1256 94.296875Q536.6256 93.796875 535.86 93.796875Q535.11 93.796875 534.6256 94.296875Q534.14124 94.78125 534.14124 95.515625ZM540.26624 91.46875Q540.26624 90.546875 540.71936 89.90625Q541.1881 89.265625 542.0631 89.265625Q542.8756 89.265625 543.40686 89.84375Q543.9381 90.421875 543.9381 91.53125Q543.9381 92.625 543.39124 93.21875Q542.86 93.796875 542.07874 93.796875Q541.2975 93.796875 540.78186 93.21875Q540.26624 92.640625 540.26624 91.46875ZM542.09436 89.984375Q541.70374 89.984375 541.4381 90.328125Q541.1881 90.671875 541.1881 91.578125Q541.1881 92.40625 541.4381 92.75Q541.70374 93.078125 542.09436 93.078125Q542.5006 93.078125 542.7506 92.734375Q543.01624 92.390625 543.01624 91.5Q543.01624 90.65625 542.7506 90.328125Q542.485 89.984375 542.09436 89.984375ZM542.09436 98.3125L546.7975 89.265625L547.65686 89.265625L542.96936 98.3125L542.09436 98.3125ZM545.8131 95.984375Q545.8131 95.0625 546.26624 94.421875Q546.735 93.78125 547.6256 93.78125Q548.4381 93.78125 548.96936 94.359375Q549.5006 94.921875 549.5006 96.046875Q549.5006 97.140625 548.95374 97.734375Q548.4225 98.3125 547.6256 98.3125Q546.86 98.3125 546.32874 97.734375Q545.8131 97.15625 545.8131 95.984375ZM547.65686 94.5Q547.2506 94.5 546.985 94.84375Q546.735 95.1875 546.735 96.09375Q546.735 96.90625 547.0006 97.25Q547.26624 97.59375 547.65686 97.59375Q548.0475 97.59375 548.3131 97.25Q548.57874 96.90625 548.57874 96.0Q548.57874 95.171875 548.3131 94.84375Q548.0475 94.5 547.65686 94.5Z" fill-rule="nonzero"/><path fill="#666666" d="M531.53186 91.515625L530.485 91.59375Q530.34436 90.96875 530.09436 90.6875Q529.65686 90.234375 529.03186 90.234375Q528.53186 90.234375 528.14124 90.515625Q527.65686 90.890625 527.36 91.59375Q527.07874 92.28125 527.0631 93.5625Q527.4381 92.984375 527.985 92.703125Q528.5475 92.421875 529.15686 92.421875Q530.20374 92.421875 530.9381 93.203125Q531.6881 93.984375 531.6881 95.203125Q531.6881 96.015625 531.32874 96.71875Q530.985 97.40625 530.3756 97.78125Q529.76624 98.140625 529.0006 98.140625Q527.6725 98.140625 526.84436 97.171875Q526.01624 96.203125 526.01624 93.984375Q526.01624 91.484375 526.9381 90.359375Q527.735 89.375 529.09436 89.375Q530.11 89.375 530.7506 89.953125Q531.40686 90.515625 531.53186 91.515625ZM527.235 95.21875Q527.235 95.765625 527.45374 96.265625Q527.6881 96.75 528.09436 97.015625Q528.51624 97.28125 528.985 97.28125Q529.64124 97.28125 530.1256 96.75Q530.61 96.203125 530.61 95.28125Q530.61 94.390625 530.1256 93.875Q529.65686 93.359375 528.9381 93.359375Q528.21936 93.359375 527.71936 93.875Q527.235 94.390625 527.235 95.21875ZM534.6881 93.34375Q534.03186 93.09375 533.70374 92.65625Q533.39124 92.203125 533.39124 91.59375Q533.39124 90.65625 534.0631 90.015625Q534.7506 89.375 535.86 89.375Q536.985 89.375 537.6725 90.03125Q538.36 90.6875 538.36 91.625Q538.36 92.21875 538.0475 92.65625Q537.735 93.09375 537.09436 93.34375Q537.89124 93.59375 538.2975 94.171875Q538.70374 94.75 538.70374 95.546875Q538.70374 96.640625 537.9225 97.390625Q537.15686 98.140625 535.8756 98.140625Q534.61 98.140625 533.82874 97.390625Q533.0475 96.640625 533.0475 95.515625Q533.0475 94.671875 533.46936 94.109375Q533.90686 93.546875 534.6881 93.34375ZM534.46936 91.546875Q534.46936 92.15625 534.86 92.546875Q535.26624 92.9375 535.89124 92.9375Q536.5006 92.9375 536.89124 92.5625Q537.28186 92.171875 537.28186 91.609375Q537.28186 91.03125 536.8756 90.640625Q536.46936 90.234375 535.8756 90.234375Q535.26624 90.234375 534.86 90.625Q534.46936 91.015625 534.46936 91.546875ZM534.14124 95.515625Q534.14124 95.96875 534.34436 96.390625Q534.5631 96.8125 534.985 97.046875Q535.40686 97.28125 535.89124 97.28125Q536.64124 97.28125 537.1256 96.796875Q537.6256 96.3125 537.6256 95.5625Q537.6256 94.796875 537.1256 94.296875Q536.6256 93.796875 535.86 93.796875Q535.11 93.796875 534.6256 94.296875Q534.14124 94.78125 534.14124 95.515625ZM540.26624 91.46875Q540.26624 90.546875 540.71936 89.90625Q541.1881 89.265625 542.0631 89.265625Q542.8756 89.265625 543.40686 89.84375Q543.9381 90.421875 543.9381 91.53125Q543.9381 92.625 543.39124 93.21875Q542.86 93.796875 542.07874 93.796875Q541.2975 93.796875 540.78186 93.21875Q540.26624 92.640625 540.26624 91.46875ZM542.09436 89.984375Q541.70374 89.984375 541.4381 90.328125Q541.1881 90.671875 541.1881 91.578125Q541.1881 92.40625 541.4381 92.75Q541.70374 93.078125 542.09436 93.078125Q542.5006 93.078125 542.7506 92.734375Q543.01624 92.390625 543.01624 91.5Q543.01624 90.65625 542.7506 90.328125Q542.485 89.984375 542.09436 89.984375ZM542.09436 98.3125L546.7975 89.265625L547.65686 89.265625L542.96936 98.3125L542.09436 98.3125ZM545.8131 95.984375Q545.8131 95.0625 546.26624 94.421875Q546.735 93.78125 547.6256 93.78125Q548.4381 93.78125 548.96936 94.359375Q549.5006 94.921875 549.5006 96.046875Q549.5006 97.140625 548.95374 97.734375Q548.4225 98.3125 547.6256 98.3125Q546.86 98.3125 546.32874 97.734375Q545.8131 97.15625 545.8131 95.984375ZM547.65686 94.5Q547.2506 94.5 546.985 94.84375Q546.735 95.1875 546.735 96.09375Q546.735 96.90625 547.0006 97.25Q547.26624 97.59375 547.65686 97.59375Q548.0475 97.59375 548.3131 97.25Q548.57874 96.90625 548.57874 96.0Q548.57874 95.171875 548.3131 94.84375Q548.0475 94.5 547.65686 94.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M507.77368 155.51562L506.7268 155.59375Q506.58618 154.96875 506.33618 154.6875Q505.89868 154.23438 505.27368 154.23438Q504.77368 154.23438 504.38306 154.51562Q503.89868 154.89062 503.6018 155.59375Q503.32056 156.28125 503.30493 157.5625Q503.67993 156.98438 504.2268 156.70312Q504.7893 156.42188 505.39868 156.42188Q506.44556 156.42188 507.17993 157.20312Q507.92993 157.98438 507.92993 159.20312Q507.92993 160.01562 507.57056 160.71875Q507.2268 161.40625 506.61743 161.78125Q506.00806 162.14062 505.24243 162.14062Q503.9143 162.14062 503.08618 161.17188Q502.25806 160.20312 502.25806 157.98438Q502.25806 155.48438 503.17993 154.35938Q503.9768 153.375 505.33618 153.375Q506.3518 153.375 506.99243 153.95312Q507.64868 154.51562 507.77368 155.51562ZM503.4768 159.21875Q503.4768 159.76562 503.69556 160.26562Q503.92993 160.75 504.33618 161.01562Q504.75806 161.28125 505.2268 161.28125Q505.88306 161.28125 506.36743 160.75Q506.8518 160.20312 506.8518 159.28125Q506.8518 158.39062 506.36743 157.875Q505.89868 157.35938 505.17993 157.35938Q504.46118 157.35938 503.96118 157.875Q503.4768 158.39062 503.4768 159.21875ZM512.67993 162.0L512.67993 159.9375L508.96118 159.9375L508.96118 158.96875L512.88306 153.40625L513.74243 153.40625L513.74243 158.96875L514.8987 158.96875L514.8987 159.9375L513.74243 159.9375L513.74243 162.0L512.67993 162.0ZM512.67993 158.96875L512.67993 155.10938L509.99243 158.96875L512.67993 158.96875ZM516.50806 155.46875Q516.50806 154.54688 516.9612 153.90625Q517.42993 153.26562 518.30493 153.26562Q519.11743 153.26562 519.6487 153.84375Q520.17993 154.42188 520.17993 155.53125Q520.17993 156.625 519.63306 157.21875Q519.1018 157.79688 518.32056 157.79688Q517.5393 157.79688 517.0237 157.21875Q516.50806 156.64062 516.50806 155.46875ZM518.3362 153.98438Q517.94556 153.98438 517.67993 154.32812Q517.42993 154.67188 517.42993 155.57812Q517.42993 156.40625 517.67993 156.75Q517.94556 157.07812 518.3362 157.07812Q518.74243 157.07812 518.99243 156.73438Q519.25806 156.39062 519.25806 155.5Q519.25806 154.65625 518.99243 154.32812Q518.7268 153.98438 518.3362 153.98438ZM518.3362 162.3125L523.0393 153.26562L523.8987 153.26562L519.2112 162.3125L518.3362 162.3125ZM522.05493 159.98438Q522.05493 159.0625 522.50806 158.42188Q522.9768 157.78125 523.86743 157.78125Q524.67993 157.78125 525.2112 158.35938Q525.74243 158.92188 525.74243 160.04688Q525.74243 161.14062 525.19556 161.73438Q524.6643 162.3125 523.86743 162.3125Q523.1018 162.3125 522.57056 161.73438Q522.05493 161.15625 522.05493 159.98438ZM523.8987 158.5Q523.49243 158.5 523.2268 158.84375Q522.9768 159.1875 522.9768 160.09375Q522.9768 160.90625 523.24243 161.25Q523.50806 161.59375 523.8987 161.59375Q524.2893 161.59375 524.55493 161.25Q524.82056 160.90625 524.82056 160.0Q524.82056 159.17188 524.55493 158.84375Q524.2893 158.5 523.8987 158.5Z" fill-rule="nonzero"/><path fill="#666666" d="M507.77368 155.51562L506.7268 155.59375Q506.58618 154.96875 506.33618 154.6875Q505.89868 154.23438 505.27368 154.23438Q504.77368 154.23438 504.38306 154.51562Q503.89868 154.89062 503.6018 155.59375Q503.32056 156.28125 503.30493 157.5625Q503.67993 156.98438 504.2268 156.70312Q504.7893 156.42188 505.39868 156.42188Q506.44556 156.42188 507.17993 157.20312Q507.92993 157.98438 507.92993 159.20312Q507.92993 160.01562 507.57056 160.71875Q507.2268 161.40625 506.61743 161.78125Q506.00806 162.14062 505.24243 162.14062Q503.9143 162.14062 503.08618 161.17188Q502.25806 160.20312 502.25806 157.98438Q502.25806 155.48438 503.17993 154.35938Q503.9768 153.375 505.33618 153.375Q506.3518 153.375 506.99243 153.95312Q507.64868 154.51562 507.77368 155.51562ZM503.4768 159.21875Q503.4768 159.76562 503.69556 160.26562Q503.92993 160.75 504.33618 161.01562Q504.75806 161.28125 505.2268 161.28125Q505.88306 161.28125 506.36743 160.75Q506.8518 160.20312 506.8518 159.28125Q506.8518 158.39062 506.36743 157.875Q505.89868 157.35938 505.17993 157.35938Q504.46118 157.35938 503.96118 157.875Q503.4768 158.39062 503.4768 159.21875ZM512.67993 162.0L512.67993 159.9375L508.96118 159.9375L508.96118 158.96875L512.88306 153.40625L513.74243 153.40625L513.74243 158.96875L514.8987 158.96875L514.8987 159.9375L513.74243 159.9375L513.74243 162.0L512.67993 162.0ZM512.67993 158.96875L512.67993 155.10938L509.99243 158.96875L512.67993 158.96875ZM516.50806 155.46875Q516.50806 154.54688 516.9612 153.90625Q517.42993 153.26562 518.30493 153.26562Q519.11743 153.26562 519.6487 153.84375Q520.17993 154.42188 520.17993 155.53125Q520.17993 156.625 519.63306 157.21875Q519.1018 157.79688 518.32056 157.79688Q517.5393 157.79688 517.0237 157.21875Q516.50806 156.64062 516.50806 155.46875ZM518.3362 153.98438Q517.94556 153.98438 517.67993 154.32812Q517.42993 154.67188 517.42993 155.57812Q517.42993 156.40625 517.67993 156.75Q517.94556 157.07812 518.3362 157.07812Q518.74243 157.07812 518.99243 156.73438Q519.25806 156.39062 519.25806 155.5Q519.25806 154.65625 518.99243 154.32812Q518.7268 153.98438 518.3362 153.98438ZM518.3362 162.3125L523.0393 153.26562L523.8987 153.26562L519.2112 162.3125L518.3362 162.3125ZM522.05493 159.98438Q522.05493 159.0625 522.50806 158.42188Q522.9768 157.78125 523.86743 157.78125Q524.67993 157.78125 525.2112 158.35938Q525.74243 158.92188 525.74243 160.04688Q525.74243 161.14062 525.19556 161.73438Q524.6643 162.3125 523.86743 162.3125Q523.1018 162.3125 522.57056 161.73438Q522.05493 161.15625 522.05493 159.98438ZM523.8987 158.5Q523.49243 158.5 523.2268 158.84375Q522.9768 159.1875 522.9768 160.09375Q522.9768 160.90625 523.24243 161.25Q523.50806 161.59375 523.8987 161.59375Q524.2893 161.59375 524.55493 161.25Q524.82056 160.90625 524.82056 160.0Q524.82056 159.17188 524.55493 158.84375Q524.2893 158.5 523.8987 158.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M452.82367 223.75L453.93304 223.65625Q454.05804 224.46875 454.49554 224.875Q454.94867 225.28125 455.5893 225.28125Q456.3393 225.28125 456.87054 224.70312Q457.4018 224.125 457.4018 223.1875Q457.4018 222.28125 456.88617 221.76562Q456.38617 221.23438 455.55804 221.23438Q455.05804 221.23438 454.63617 221.46875Q454.22992 221.70312 453.99554 222.0625L453.01117 221.9375L453.8393 217.53125L458.12054 217.53125L458.12054 218.53125L454.68304 218.53125L454.22992 220.84375Q454.99554 220.29688 455.8393 220.29688Q456.9643 220.29688 457.72992 221.07812Q458.51117 221.85938 458.51117 223.09375Q458.51117 224.25 457.8393 225.10938Q457.01117 226.14062 455.5893 226.14062Q454.41742 226.14062 453.66742 225.48438Q452.93304 224.82812 452.82367 223.75ZM459.82367 223.75L460.93304 223.65625Q461.05804 224.46875 461.49554 224.875Q461.94867 225.28125 462.5893 225.28125Q463.3393 225.28125 463.87054 224.70312Q464.4018 224.125 464.4018 223.1875Q464.4018 222.28125 463.88617 221.76562Q463.38617 221.23438 462.55804 221.23438Q462.05804 221.23438 461.63617 221.46875Q461.22992 221.70312 460.99554 222.0625L460.01117 221.9375L460.8393 217.53125L465.12054 217.53125L465.12054 218.53125L461.68304 218.53125L461.22992 220.84375Q461.99554 220.29688 462.8393 220.29688Q463.9643 220.29688 464.72992 221.07812Q465.51117 221.85938 465.51117 223.09375Q465.51117 224.25 464.8393 225.10938Q464.01117 226.14062 462.5893 226.14062Q461.41742 226.14062 460.66742 225.48438Q459.93304 224.82812 459.82367 223.75ZM467.0268 219.46875Q467.0268 218.54688 467.47992 217.90625Q467.94867 217.26562 468.82367 217.26562Q469.63617 217.26562 470.16742 217.84375Q470.69867 218.42188 470.69867 219.53125Q470.69867 220.625 470.1518 221.21875Q469.62054 221.79688 468.8393 221.79688Q468.05804 221.79688 467.54242 221.21875Q467.0268 220.64062 467.0268 219.46875ZM468.85492 217.98438Q468.4643 217.98438 468.19867 218.32812Q467.94867 218.67188 467.94867 219.57812Q467.94867 220.40625 468.19867 220.75Q468.4643 221.07812 468.85492 221.07812Q469.26117 221.07812 469.51117 220.73438Q469.7768 220.39062 469.7768 219.5Q469.7768 218.65625 469.51117 218.32812Q469.24554 217.98438 468.85492 217.98438ZM468.85492 226.3125L473.55804 217.26562L474.41742 217.26562L469.72992 226.3125L468.85492 226.3125ZM472.57367 223.98438Q472.57367 223.0625 473.0268 222.42188Q473.49554 221.78125 474.38617 221.78125Q475.19867 221.78125 475.72992 222.35938Q476.26117 222.92188 476.26117 224.04688Q476.26117 225.14062 475.7143 225.73438Q475.18304 226.3125 474.38617 226.3125Q473.62054 226.3125 473.0893 225.73438Q472.57367 225.15625 472.57367 223.98438ZM474.41742 222.5Q474.01117 222.5 473.74554 222.84375Q473.49554 223.1875 473.49554 224.09375Q473.49554 224.90625 473.76117 225.25Q474.0268 225.59375 474.41742 225.59375Q474.80804 225.59375 475.07367 225.25Q475.3393 224.90625 475.3393 224.0Q475.3393 223.17188 475.07367 222.84375Q474.80804 222.5 474.41742 222.5Z" fill-rule="nonzero"/><path fill="#666666" d="M452.82367 223.75L453.93304 223.65625Q454.05804 224.46875 454.49554 224.875Q454.94867 225.28125 455.5893 225.28125Q456.3393 225.28125 456.87054 224.70312Q457.4018 224.125 457.4018 223.1875Q457.4018 222.28125 456.88617 221.76562Q456.38617 221.23438 455.55804 221.23438Q455.05804 221.23438 454.63617 221.46875Q454.22992 221.70312 453.99554 222.0625L453.01117 221.9375L453.8393 217.53125L458.12054 217.53125L458.12054 218.53125L454.68304 218.53125L454.22992 220.84375Q454.99554 220.29688 455.8393 220.29688Q456.9643 220.29688 457.72992 221.07812Q458.51117 221.85938 458.51117 223.09375Q458.51117 224.25 457.8393 225.10938Q457.01117 226.14062 455.5893 226.14062Q454.41742 226.14062 453.66742 225.48438Q452.93304 224.82812 452.82367 223.75ZM459.82367 223.75L460.93304 223.65625Q461.05804 224.46875 461.49554 224.875Q461.94867 225.28125 462.5893 225.28125Q463.3393 225.28125 463.87054 224.70312Q464.4018 224.125 464.4018 223.1875Q464.4018 222.28125 463.88617 221.76562Q463.38617 221.23438 462.55804 221.23438Q462.05804 221.23438 461.63617 221.46875Q461.22992 221.70312 460.99554 222.0625L460.01117 221.9375L460.8393 217.53125L465.12054 217.53125L465.12054 218.53125L461.68304 218.53125L461.22992 220.84375Q461.99554 220.29688 462.8393 220.29688Q463.9643 220.29688 464.72992 221.07812Q465.51117 221.85938 465.51117 223.09375Q465.51117 224.25 464.8393 225.10938Q464.01117 226.14062 462.5893 226.14062Q461.41742 226.14062 460.66742 225.48438Q459.93304 224.82812 459.82367 223.75ZM467.0268 219.46875Q467.0268 218.54688 467.47992 217.90625Q467.94867 217.26562 468.82367 217.26562Q469.63617 217.26562 470.16742 217.84375Q470.69867 218.42188 470.69867 219.53125Q470.69867 220.625 470.1518 221.21875Q469.62054 221.79688 468.8393 221.79688Q468.05804 221.79688 467.54242 221.21875Q467.0268 220.64062 467.0268 219.46875ZM468.85492 217.98438Q468.4643 217.98438 468.19867 218.32812Q467.94867 218.67188 467.94867 219.57812Q467.94867 220.40625 468.19867 220.75Q468.4643 221.07812 468.85492 221.07812Q469.26117 221.07812 469.51117 220.73438Q469.7768 220.39062 469.7768 219.5Q469.7768 218.65625 469.51117 218.32812Q469.24554 217.98438 468.85492 217.98438ZM468.85492 226.3125L473.55804 217.26562L474.41742 217.26562L469.72992 226.3125L468.85492 226.3125ZM472.57367 223.98438Q472.57367 223.0625 473.0268 222.42188Q473.49554 221.78125 474.38617 221.78125Q475.19867 221.78125 475.72992 222.35938Q476.26117 222.92188 476.26117 224.04688Q476.26117 225.14062 475.7143 225.73438Q475.18304 226.3125 474.38617 226.3125Q473.62054 226.3125 473.0893 225.73438Q472.57367 225.15625 472.57367 223.98438ZM474.41742 222.5Q474.01117 222.5 473.74554 222.84375Q473.49554 223.1875 473.49554 224.09375Q473.49554 224.90625 473.76117 225.25Q474.0268 225.59375 474.41742 225.59375Q474.80804 225.59375 475.07367 225.25Q475.3393 224.90625 475.3393 224.0Q475.3393 223.17188 475.07367 222.84375Q474.80804 222.5 474.41742 222.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.21944 289.0L243.17256 289.0L243.17256 282.28125Q242.78194 282.64062 242.15694 283.01562Q241.54756 283.375 241.06319 283.54688L241.06319 282.53125Q241.93819 282.10938 242.59444 281.53125Q243.26631 280.9375 243.54756 280.375L244.21944 280.375L244.21944 289.0ZM252.71944 282.51562L251.67256 282.59375Q251.53194 281.96875 251.28194 281.6875Q250.84444 281.23438 250.21944 281.23438Q249.71944 281.23438 249.32881 281.51562Q248.84444 281.89062 248.54756 282.59375Q248.26631 283.28125 248.25069 284.5625Q248.62569 283.98438 249.17256 283.70312Q249.73506 283.42188 250.34444 283.42188Q251.39131 283.42188 252.12569 284.20312Q252.87569 284.98438 252.87569 286.20312Q252.87569 287.01562 252.51631 287.71875Q252.17256 288.40625 251.56319 288.78125Q250.95381 289.14062 250.18819 289.14062Q248.86006 289.14062 248.03194 288.17188Q247.20381 287.20312 247.20381 284.98438Q247.20381 282.48438 248.12569 281.35938Q248.92256 280.375 250.28194 280.375Q251.29756 280.375 251.93819 280.95312Q252.59444 281.51562 252.71944 282.51562ZM248.42256 286.21875Q248.42256 286.76562 248.64131 287.26562Q248.87569 287.75 249.28194 288.01562Q249.70381 288.28125 250.17256 288.28125Q250.82881 288.28125 251.31319 287.75Q251.79756 287.20312 251.79756 286.28125Q251.79756 285.39062 251.31319 284.875Q250.84444 284.35938 250.12569 284.35938Q249.40694 284.35938 248.90694 284.875Q248.42256 285.39062 248.42256 286.21875ZM254.45381 282.46875Q254.45381 281.54688 254.90694 280.90625Q255.37569 280.26562 256.2507 280.26562Q257.0632 280.26562 257.59445 280.84375Q258.1257 281.42188 258.1257 282.53125Q258.1257 283.625 257.57883 284.21875Q257.04758 284.79688 256.26633 284.79688Q255.48506 284.79688 254.96944 284.21875Q254.45381 283.64062 254.45381 282.46875ZM256.28195 280.98438Q255.89131 280.98438 255.62569 281.32812Q255.37569 281.67188 255.37569 282.57812Q255.37569 283.40625 255.62569 283.75Q255.89131 284.07812 256.28195 284.07812Q256.6882 284.07812 256.9382 283.73438Q257.20383 283.39062 257.20383 282.5Q257.20383 281.65625 256.9382 281.32812Q256.67258 280.98438 256.28195 280.98438ZM256.28195 289.3125L260.98508 280.26562L261.84445 280.26562L257.15695 289.3125L256.28195 289.3125ZM260.0007 286.98438Q260.0007 286.0625 260.45383 285.42188Q260.92258 284.78125 261.8132 284.78125Q262.6257 284.78125 263.15695 285.35938Q263.6882 285.92188 263.6882 287.04688Q263.6882 288.14062 263.14133 288.73438Q262.61008 289.3125 261.8132 289.3125Q261.04758 289.3125 260.51633 288.73438Q260.0007 288.15625 260.0007 286.98438ZM261.84445 285.5Q261.4382 285.5 261.17258 285.84375Q260.92258 286.1875 260.92258 287.09375Q260.92258 287.90625 261.1882 288.25Q261.45383 288.59375 261.84445 288.59375Q262.23508 288.59375 262.5007 288.25Q262.76633 287.90625 262.76633 287.0Q262.76633 286.17188 262.5007 285.84375Q262.23508 285.5 261.84445 285.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.21944 289.0L243.17256 289.0L243.17256 282.28125Q242.78194 282.64062 242.15694 283.01562Q241.54756 283.375 241.06319 283.54688L241.06319 282.53125Q241.93819 282.10938 242.59444 281.53125Q243.26631 280.9375 243.54756 280.375L244.21944 280.375L244.21944 289.0ZM252.71944 282.51562L251.67256 282.59375Q251.53194 281.96875 251.28194 281.6875Q250.84444 281.23438 250.21944 281.23438Q249.71944 281.23438 249.32881 281.51562Q248.84444 281.89062 248.54756 282.59375Q248.26631 283.28125 248.25069 284.5625Q248.62569 283.98438 249.17256 283.70312Q249.73506 283.42188 250.34444 283.42188Q251.39131 283.42188 252.12569 284.20312Q252.87569 284.98438 252.87569 286.20312Q252.87569 287.01562 252.51631 287.71875Q252.17256 288.40625 251.56319 288.78125Q250.95381 289.14062 250.18819 289.14062Q248.86006 289.14062 248.03194 288.17188Q247.20381 287.20312 247.20381 284.98438Q247.20381 282.48438 248.12569 281.35938Q248.92256 280.375 250.28194 280.375Q251.29756 280.375 251.93819 280.95312Q252.59444 281.51562 252.71944 282.51562ZM248.42256 286.21875Q248.42256 286.76562 248.64131 287.26562Q248.87569 287.75 249.28194 288.01562Q249.70381 288.28125 250.17256 288.28125Q250.82881 288.28125 251.31319 287.75Q251.79756 287.20312 251.79756 286.28125Q251.79756 285.39062 251.31319 284.875Q250.84444 284.35938 250.12569 284.35938Q249.40694 284.35938 248.90694 284.875Q248.42256 285.39062 248.42256 286.21875ZM254.45381 282.46875Q254.45381 281.54688 254.90694 280.90625Q255.37569 280.26562 256.25067 280.26562Q257.06317 280.26562 257.59442 280.84375Q258.12567 281.42188 258.12567 282.53125Q258.12567 283.625 257.5788 284.21875Q257.04755 284.79688 256.2663 284.79688Q255.48506 284.79688 254.96944 284.21875Q254.45381 283.64062 254.45381 282.46875ZM256.28192 280.98438Q255.89131 280.98438 255.62569 281.32812Q255.37569 281.67188 255.37569 282.57812Q255.37569 283.40625 255.62569 283.75Q255.89131 284.07812 256.28192 284.07812Q256.68817 284.07812 256.93817 283.73438Q257.2038 283.39062 257.2038 282.5Q257.2038 281.65625 256.93817 281.32812Q256.67255 280.98438 256.28192 280.98438ZM256.28192 289.3125L260.98505 280.26562L261.84442 280.26562L257.15692 289.3125L256.28192 289.3125ZM260.00067 286.98438Q260.00067 286.0625 260.4538 285.42188Q260.92255 284.78125 261.81317 284.78125Q262.62567 284.78125 263.15692 285.35938Q263.68817 285.92188 263.68817 287.04688Q263.68817 288.14062 263.1413 288.73438Q262.61005 289.3125 261.81317 289.3125Q261.04755 289.3125 260.5163 288.73438Q260.00067 288.15625 260.00067 286.98438ZM261.84442 285.5Q261.43817 285.5 261.17255 285.84375Q260.92255 286.1875 260.92255 287.09375Q260.92255 287.90625 261.18817 288.25Q261.4538 288.59375 261.84442 288.59375Q262.23505 288.59375 262.50067 288.25Q262.7663 287.90625 262.7663 287.0Q262.7663 286.17188 262.50067 285.84375Q262.23505 285.5 261.84442 285.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.6641 348.34375Q197.00784 348.09375 196.67972 347.65625Q196.36722 347.20312 196.36722 346.59375Q196.36722 345.65625 197.0391 345.01562Q197.7266 344.375 198.83597 344.375Q199.96097 344.375 200.64847 345.03125Q201.33597 345.6875 201.33597 346.625Q201.33597 347.21875 201.02347 347.65625Q200.71097 348.09375 200.07034 348.34375Q200.86722 348.59375 201.27347 349.17188Q201.67972 349.75 201.67972 350.54688Q201.67972 351.64062 200.89847 352.39062Q200.13284 353.14062 198.8516 353.14062Q197.58597 353.14062 196.80472 352.39062Q196.02347 351.64062 196.02347 350.51562Q196.02347 349.67188 196.44534 349.10938Q196.88284 348.54688 197.6641 348.34375ZM197.44534 346.54688Q197.44534 347.15625 197.83597 347.54688Q198.24222 347.9375 198.86722 347.9375Q199.4766 347.9375 199.86722 347.5625Q200.25784 347.17188 200.25784 346.60938Q200.25784 346.03125 199.8516 345.64062Q199.44534 345.23438 198.8516 345.23438Q198.24222 345.23438 197.83597 345.625Q197.44534 346.01562 197.44534 346.54688ZM197.11722 350.51562Q197.11722 350.96875 197.32034 351.39062Q197.5391 351.8125 197.96097 352.04688Q198.38284 352.28125 198.86722 352.28125Q199.61722 352.28125 200.1016 351.79688Q200.6016 351.3125 200.6016 350.5625Q200.6016 349.79688 200.1016 349.29688Q199.6016 348.79688 198.83597 348.79688Q198.08597 348.79688 197.6016 349.29688Q197.11722 349.78125 197.11722 350.51562ZM203.24222 346.46875Q203.24222 345.54688 203.69534 344.90625Q204.1641 344.26562 205.0391 344.26562Q205.8516 344.26562 206.38284 344.84375Q206.9141 345.42188 206.9141 346.53125Q206.9141 347.625 206.36722 348.21875Q205.83597 348.79688 205.05472 348.79688Q204.27347 348.79688 203.75784 348.21875Q203.24222 347.64062 203.24222 346.46875ZM205.07034 344.98438Q204.67972 344.98438 204.4141 345.32812Q204.1641 345.67188 204.1641 346.57812Q204.1641 347.40625 204.4141 347.75Q204.67972 348.07812 205.07034 348.07812Q205.4766 348.07812 205.7266 347.73438Q205.99222 347.39062 205.99222 346.5Q205.99222 345.65625 205.7266 345.32812Q205.46097 344.98438 205.07034 344.98438ZM205.07034 353.3125L209.77347 344.26562L210.63284 344.26562L205.94534 353.3125L205.07034 353.3125ZM208.7891 350.98438Q208.7891 350.0625 209.24222 349.42188Q209.71097 348.78125 210.6016 348.78125Q211.4141 348.78125 211.94534 349.35938Q212.4766 349.92188 212.4766 351.04688Q212.4766 352.14062 211.92972 352.73438Q211.39847 353.3125 210.6016 353.3125Q209.83597 353.3125 209.30472 352.73438Q208.7891 352.15625 208.7891 350.98438ZM210.63284 349.5Q210.2266 349.5 209.96097 349.84375Q209.71097 350.1875 209.71097 351.09375Q209.71097 351.90625 209.9766 352.25Q210.24222 352.59375 210.63284 352.59375Q211.02347 352.59375 211.2891 352.25Q211.55472 351.90625 211.55472 351.0Q211.55472 350.17188 211.2891 349.84375Q211.02347 349.5 210.63284 349.5Z" fill-rule="nonzero"/><path fill="#666666" d="M197.6641 348.34375Q197.00784 348.09375 196.67972 347.65625Q196.36722 347.20312 196.36722 346.59375Q196.36722 345.65625 197.0391 345.01562Q197.7266 344.375 198.83597 344.375Q199.96097 344.375 200.64847 345.03125Q201.33597 345.6875 201.33597 346.625Q201.33597 347.21875 201.02347 347.65625Q200.71097 348.09375 200.07034 348.34375Q200.86722 348.59375 201.27347 349.17188Q201.67972 349.75 201.67972 350.54688Q201.67972 351.64062 200.89847 352.39062Q200.13284 353.14062 198.8516 353.14062Q197.58597 353.14062 196.80472 352.39062Q196.02347 351.64062 196.02347 350.51562Q196.02347 349.67188 196.44534 349.10938Q196.88284 348.54688 197.6641 348.34375ZM197.44534 346.54688Q197.44534 347.15625 197.83597 347.54688Q198.24222 347.9375 198.86722 347.9375Q199.4766 347.9375 199.86722 347.5625Q200.25784 347.17188 200.25784 346.60938Q200.25784 346.03125 199.8516 345.64062Q199.44534 345.23438 198.8516 345.23438Q198.24222 345.23438 197.83597 345.625Q197.44534 346.01562 197.44534 346.54688ZM197.11722 350.51562Q197.11722 350.96875 197.32034 351.39062Q197.5391 351.8125 197.96097 352.04688Q198.38284 352.28125 198.86722 352.28125Q199.61722 352.28125 200.1016 351.79688Q200.6016 351.3125 200.6016 350.5625Q200.6016 349.79688 200.1016 349.29688Q199.6016 348.79688 198.83597 348.79688Q198.08597 348.79688 197.6016 349.29688Q197.11722 349.78125 197.11722 350.51562ZM203.24222 346.46875Q203.24222 345.54688 203.69534 344.90625Q204.1641 344.26562 205.0391 344.26562Q205.8516 344.26562 206.38284 344.84375Q206.9141 345.42188 206.9141 346.53125Q206.9141 347.625 206.36722 348.21875Q205.83597 348.79688 205.05472 348.79688Q204.27347 348.79688 203.75784 348.21875Q203.24222 347.64062 203.24222 346.46875ZM205.07034 344.98438Q204.67972 344.98438 204.4141 345.32812Q204.1641 345.67188 204.1641 346.57812Q204.1641 347.40625 204.4141 347.75Q204.67972 348.07812 205.07034 348.07812Q205.4766 348.07812 205.7266 347.73438Q205.99222 347.39062 205.99222 346.5Q205.99222 345.65625 205.7266 345.32812Q205.46097 344.98438 205.07034 344.98438ZM205.07034 353.3125L209.77347 344.26562L210.63284 344.26562L205.94534 353.3125L205.07034 353.3125ZM208.7891 350.98438Q208.7891 350.0625 209.24222 349.42188Q209.71097 348.78125 210.6016 348.78125Q211.4141 348.78125 211.94534 349.35938Q212.4766 349.92188 212.4766 351.04688Q212.4766 352.14062 211.92972 352.73438Q211.39847 353.3125 210.6016 353.3125Q209.83597 353.3125 209.30472 352.73438Q208.7891 352.15625 208.7891 350.98438ZM210.63284 349.5Q210.2266 349.5 209.96097 349.84375Q209.71097 350.1875 209.71097 351.09375Q209.71097 351.90625 209.9766 352.25Q210.24222 352.59375 210.63284 352.59375Q211.02347 352.59375 211.2891 352.25Q211.55472 351.90625 211.55472 351.0Q211.55472 350.17188 211.2891 349.84375Q211.02347 349.5 210.63284 349.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M166.48462 415.98438L166.48462 417.0L160.79712 417.0Q160.79712 416.625 160.92212 416.26562Q161.14087 415.6875 161.60962 415.125Q162.094 414.5625 163.00024 413.82812Q164.4065 412.67188 164.89087 412.0Q165.39087 411.32812 165.39087 410.73438Q165.39087 410.10938 164.93774 409.6875Q164.48462 409.25 163.76587 409.25Q163.00024 409.25 162.54712 409.70312Q162.094 410.15625 162.07837 410.96875L161.00024 410.85938Q161.10962 409.64062 161.82837 409.01562Q162.56274 408.375 163.79712 408.375Q165.0315 408.375 165.75024 409.0625Q166.469 409.75 166.469 410.76562Q166.469 411.28125 166.25024 411.78125Q166.04712 412.26562 165.54712 412.82812Q165.06274 413.375 163.93774 414.32812Q162.98462 415.125 162.70337 415.42188Q162.43774 415.70312 162.26587 415.98438L166.48462 415.98438ZM168.14087 410.46875Q168.14087 409.54688 168.594 408.90625Q169.06274 408.26562 169.93774 408.26562Q170.75024 408.26562 171.2815 408.84375Q171.81274 409.42188 171.81274 410.53125Q171.81274 411.625 171.26587 412.21875Q170.73462 412.79688 169.95337 412.79688Q169.17212 412.79688 168.6565 412.21875Q168.14087 411.64062 168.14087 410.46875ZM169.969 408.98438Q169.57837 408.98438 169.31274 409.32812Q169.06274 409.67188 169.06274 410.57812Q169.06274 411.40625 169.31274 411.75Q169.57837 412.07812 169.969 412.07812Q170.37524 412.07812 170.62524 411.73438Q170.89087 411.39062 170.89087 410.5Q170.89087 409.65625 170.62524 409.32812Q170.35962 408.98438 169.969 408.98438ZM169.969 417.3125L174.67212 408.26562L175.5315 408.26562L170.844 417.3125L169.969 417.3125ZM173.68774 414.98438Q173.68774 414.0625 174.14087 413.42188Q174.60962 412.78125 175.50024 412.78125Q176.31274 412.78125 176.844 413.35938Q177.37524 413.92188 177.37524 415.04688Q177.37524 416.14062 176.82837 416.73438Q176.29712 417.3125 175.50024 417.3125Q174.73462 417.3125 174.20337 416.73438Q173.68774 416.15625 173.68774 414.98438ZM175.5315 413.5Q175.12524 413.5 174.85962 413.84375Q174.60962 414.1875 174.60962 415.09375Q174.60962 415.90625 174.87524 416.25Q175.14087 416.59375 175.5315 416.59375Q175.92212 416.59375 176.18774 416.25Q176.45337 415.90625 176.45337 415.0Q176.45337 414.17188 176.18774 413.84375Q175.92212 413.5 175.5315 413.5Z" fill-rule="nonzero"/><path fill="#666666" d="M166.48462 415.98438L166.48462 417.0L160.79712 417.0Q160.79712 416.625 160.92212 416.26562Q161.14087 415.6875 161.60962 415.125Q162.094 414.5625 163.00024 413.82812Q164.4065 412.67188 164.89087 412.0Q165.39087 411.32812 165.39087 410.73438Q165.39087 410.10938 164.93774 409.6875Q164.48462 409.25 163.76587 409.25Q163.00024 409.25 162.54712 409.70312Q162.094 410.15625 162.07837 410.96875L161.00024 410.85938Q161.10962 409.64062 161.82837 409.01562Q162.56274 408.375 163.79712 408.375Q165.0315 408.375 165.75024 409.0625Q166.469 409.75 166.469 410.76562Q166.469 411.28125 166.25024 411.78125Q166.04712 412.26562 165.54712 412.82812Q165.06274 413.375 163.93774 414.32812Q162.98462 415.125 162.70337 415.42188Q162.43774 415.70312 162.26587 415.98438L166.48462 415.98438ZM168.14087 410.46875Q168.14087 409.54688 168.594 408.90625Q169.06274 408.26562 169.93774 408.26562Q170.75024 408.26562 171.2815 408.84375Q171.81274 409.42188 171.81274 410.53125Q171.81274 411.625 171.26587 412.21875Q170.73462 412.79688 169.95337 412.79688Q169.17212 412.79688 168.6565 412.21875Q168.14087 411.64062 168.14087 410.46875ZM169.969 408.98438Q169.57837 408.98438 169.31274 409.32812Q169.06274 409.67188 169.06274 410.57812Q169.06274 411.40625 169.31274 411.75Q169.57837 412.07812 169.969 412.07812Q170.37524 412.07812 170.62524 411.73438Q170.89087 411.39062 170.89087 410.5Q170.89087 409.65625 170.62524 409.32812Q170.35962 408.98438 169.969 408.98438ZM169.969 417.3125L174.67212 408.26562L175.5315 408.26562L170.844 417.3125L169.969 417.3125ZM173.68774 414.98438Q173.68774 414.0625 174.14087 413.42188Q174.60962 412.78125 175.50024 412.78125Q176.31274 412.78125 176.844 413.35938Q177.37524 413.92188 177.37524 415.04688Q177.37524 416.14062 176.82837 416.73438Q176.29712 417.3125 175.50024 417.3125Q174.73462 417.3125 174.20337 416.73438Q173.68774 416.15625 173.68774 414.98438ZM175.5315 413.5Q175.12524 413.5 174.85962 413.84375Q174.60962 414.1875 174.60962 415.09375Q174.60962 415.90625 174.87524 416.25Q175.14087 416.59375 175.5315 416.59375Q175.92212 416.59375 176.18774 416.25Q176.45337 415.90625 176.45337 415.0Q176.45337 414.17188 176.18774 413.84375Q175.92212 413.5 175.5315 413.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M547.1522 104.53125L547.1522 103.515625L552.7147 103.515625L552.7147 104.34375Q551.9022 105.21875 551.0897 106.671875Q550.29285 108.109375 549.85535 109.640625Q549.5272 110.71875 549.4491 112.0L548.35535 112.0Q548.371 110.984375 548.746 109.546875Q549.1366 108.109375 549.8397 106.78125Q550.5585 105.453125 551.371 104.53125L547.1522 104.53125ZM559.6366 110.984375L559.6366 112.0L553.9491 112.0Q553.9491 111.625 554.0741 111.265625Q554.29285 110.6875 554.7616 110.125Q555.246 109.5625 556.1522 108.828125Q557.5585 107.671875 558.04285 107.0Q558.54285 106.328125 558.54285 105.734375Q558.54285 105.109375 558.0897 104.6875Q557.6366 104.25 556.91785 104.25Q556.1522 104.25 555.6991 104.703125Q555.246 105.15625 555.23035 105.96875L554.1522 105.859375Q554.2616 104.640625 554.98035 104.015625Q555.7147 103.375 556.9491 103.375Q558.1835 103.375 558.9022 104.0625Q559.621 104.75 559.621 105.765625Q559.621 106.28125 559.4022 106.78125Q559.1991 107.265625 558.6991 107.828125Q558.2147 108.375 557.0897 109.328125Q556.1366 110.125 555.85535 110.421875Q555.5897 110.703125 555.41785 110.984375L559.6366 110.984375ZM561.29285 105.46875Q561.29285 104.546875 561.746 103.90625Q562.2147 103.265625 563.0897 103.265625Q563.9022 103.265625 564.4335 103.84375Q564.9647 104.421875 564.9647 105.53125Q564.9647 106.625 564.41785 107.21875Q563.8866 107.796875 563.10535 107.796875Q562.3241 107.796875 561.8085 107.21875Q561.29285 106.640625 561.29285 105.46875ZM563.121 103.984375Q562.73035 103.984375 562.4647 104.328125Q562.2147 104.671875 562.2147 105.578125Q562.2147 106.40625 562.4647 106.75Q562.73035 107.078125 563.121 107.078125Q563.5272 107.078125 563.7772 106.734375Q564.04285 106.390625 564.04285 105.5Q564.04285 104.65625 563.7772 104.328125Q563.5116 103.984375 563.121 103.984375ZM563.121 112.3125L567.8241 103.265625L568.6835 103.265625L563.996 112.3125L563.121 112.3125ZM566.8397 109.984375Q566.8397 109.0625 567.29285 108.421875Q567.7616 107.78125 568.6522 107.78125Q569.4647 107.78125 569.996 108.359375Q570.5272 108.921875 570.5272 110.046875Q570.5272 111.140625 569.98035 111.734375Q569.4491 112.3125 568.6522 112.3125Q567.8866 112.3125 567.35535 111.734375Q566.8397 111.15625 566.8397 109.984375ZM568.6835 108.5Q568.2772 108.5 568.0116 108.84375Q567.7616 109.1875 567.7616 110.09375Q567.7616 110.90625 568.0272 111.25Q568.29285 111.59375 568.6835 111.59375Q569.0741 111.59375 569.3397 111.25Q569.60535 110.90625 569.60535 110.0Q569.60535 109.171875 569.3397 108.84375Q569.0741 108.5 568.6835 108.5Z" fill-rule="nonzero"/><path fill="#666666" d="M547.1522 104.53125L547.1522 103.515625L552.7147 103.515625L552.7147 104.34375Q551.9022 105.21875 551.0897 106.671875Q550.29285 108.109375 549.85535 109.640625Q549.5272 110.71875 549.4491 112.0L548.35535 112.0Q548.371 110.984375 548.746 109.546875Q549.1366 108.109375 549.8397 106.78125Q550.5585 105.453125 551.371 104.53125L547.1522 104.53125ZM559.6366 110.984375L559.6366 112.0L553.9491 112.0Q553.9491 111.625 554.0741 111.265625Q554.29285 110.6875 554.7616 110.125Q555.246 109.5625 556.1522 108.828125Q557.5585 107.671875 558.04285 107.0Q558.54285 106.328125 558.54285 105.734375Q558.54285 105.109375 558.0897 104.6875Q557.6366 104.25 556.91785 104.25Q556.1522 104.25 555.6991 104.703125Q555.246 105.15625 555.23035 105.96875L554.1522 105.859375Q554.2616 104.640625 554.98035 104.015625Q555.7147 103.375 556.9491 103.375Q558.1835 103.375 558.9022 104.0625Q559.621 104.75 559.621 105.765625Q559.621 106.28125 559.4022 106.78125Q559.1991 107.265625 558.6991 107.828125Q558.2147 108.375 557.0897 109.328125Q556.1366 110.125 555.85535 110.421875Q555.5897 110.703125 555.41785 110.984375L559.6366 110.984375ZM561.29285 105.46875Q561.29285 104.546875 561.746 103.90625Q562.2147 103.265625 563.0897 103.265625Q563.9022 103.265625 564.4335 103.84375Q564.9647 104.421875 564.9647 105.53125Q564.9647 106.625 564.41785 107.21875Q563.8866 107.796875 563.10535 107.796875Q562.3241 107.796875 561.8085 107.21875Q561.29285 106.640625 561.29285 105.46875ZM563.121 103.984375Q562.73035 103.984375 562.4647 104.328125Q562.2147 104.671875 562.2147 105.578125Q562.2147 106.40625 562.4647 106.75Q562.73035 107.078125 563.121 107.078125Q563.5272 107.078125 563.7772 106.734375Q564.04285 106.390625 564.04285 105.5Q564.04285 104.65625 563.7772 104.328125Q563.5116 103.984375 563.121 103.984375ZM563.121 112.3125L567.8241 103.265625L568.6835 103.265625L563.996 112.3125L563.121 112.3125ZM566.8397 109.984375Q566.8397 109.0625 567.29285 108.421875Q567.7616 107.78125 568.6522 107.78125Q569.4647 107.78125 569.996 108.359375Q570.5272 108.921875 570.5272 110.046875Q570.5272 111.140625 569.98035 111.734375Q569.4491 112.3125 568.6522 112.3125Q567.8866 112.3125 567.35535 111.734375Q566.8397 111.15625 566.8397 109.984375ZM568.6835 108.5Q568.2772 108.5 568.0116 108.84375Q567.7616 109.1875 567.7616 110.09375Q567.7616 110.90625 568.0272 111.25Q568.29285 111.59375 568.6835 111.59375Q569.0741 111.59375 569.3397 111.25Q569.60535 110.90625 569.60535 110.0Q569.60535 109.171875 569.3397 108.84375Q569.0741 108.5 568.6835 108.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M534.5001 168.53125L534.5001 167.51562L540.0626 167.51562L540.0626 168.34375Q539.2501 169.21875 538.4376 170.67188Q537.64075 172.10938 537.20325 173.64062Q536.8751 174.71875 536.797 176.0L535.70325 176.0Q535.7189 174.98438 536.0939 173.54688Q536.4845 172.10938 537.1876 170.78125Q537.9064 169.45312 538.7189 168.53125L534.5001 168.53125ZM541.4376 171.76562Q541.4376 170.23438 541.7501 169.3125Q542.0626 168.375 542.672 167.875Q543.297 167.375 544.2345 167.375Q544.922 167.375 545.4376 167.65625Q545.9689 167.9375 546.3126 168.46875Q546.6564 168.98438 546.8439 169.73438Q547.0314 170.48438 547.0314 171.76562Q547.0314 173.28125 546.7189 174.20312Q546.422 175.125 545.797 175.64062Q545.1876 176.14062 544.2345 176.14062Q543.0001 176.14062 542.2814 175.25Q541.4376 174.1875 541.4376 171.76562ZM542.51575 171.76562Q542.51575 173.875 543.01575 174.57812Q543.51575 175.28125 544.2345 175.28125Q544.9689 175.28125 545.45325 174.57812Q545.95325 173.875 545.95325 171.76562Q545.95325 169.64062 545.45325 168.95312Q544.9689 168.25 544.2189 168.25Q543.5001 168.25 543.0626 168.85938Q542.51575 169.64062 542.51575 171.76562ZM548.64075 169.46875Q548.64075 168.54688 549.0939 167.90625Q549.5626 167.26562 550.4376 167.26562Q551.2501 167.26562 551.7814 167.84375Q552.3126 168.42188 552.3126 169.53125Q552.3126 170.625 551.76575 171.21875Q551.2345 171.79688 550.45325 171.79688Q549.672 171.79688 549.1564 171.21875Q548.64075 170.64062 548.64075 169.46875ZM550.4689 167.98438Q550.07825 167.98438 549.8126 168.32812Q549.5626 168.67188 549.5626 169.57812Q549.5626 170.40625 549.8126 170.75Q550.07825 171.07812 550.4689 171.07812Q550.8751 171.07812 551.1251 170.73438Q551.39075 170.39062 551.39075 169.5Q551.39075 168.65625 551.1251 168.32812Q550.8595 167.98438 550.4689 167.98438ZM550.4689 176.3125L555.172 167.26562L556.0314 167.26562L551.3439 176.3125L550.4689 176.3125ZM554.1876 173.98438Q554.1876 173.0625 554.64075 172.42188Q555.1095 171.78125 556.0001 171.78125Q556.8126 171.78125 557.3439 172.35938Q557.8751 172.92188 557.8751 174.04688Q557.8751 175.14062 557.32825 175.73438Q556.797 176.3125 556.0001 176.3125Q555.2345 176.3125 554.70325 175.73438Q554.1876 175.15625 554.1876 173.98438ZM556.0314 172.5Q555.6251 172.5 555.3595 172.84375Q555.1095 173.1875 555.1095 174.09375Q555.1095 174.90625 555.3751 175.25Q555.64075 175.59375 556.0314 175.59375Q556.422 175.59375 556.6876 175.25Q556.95325 174.90625 556.95325 174.0Q556.95325 173.17188 556.6876 172.84375Q556.422 172.5 556.0314 172.5Z" fill-rule="nonzero"/><path fill="#666666" d="M534.5001 168.53125L534.5001 167.51562L540.0626 167.51562L540.0626 168.34375Q539.2501 169.21875 538.4376 170.67188Q537.64075 172.10938 537.20325 173.64062Q536.8751 174.71875 536.797 176.0L535.70325 176.0Q535.7189 174.98438 536.0939 173.54688Q536.4845 172.10938 537.1876 170.78125Q537.9064 169.45312 538.7189 168.53125L534.5001 168.53125ZM541.4376 171.76562Q541.4376 170.23438 541.7501 169.3125Q542.0626 168.375 542.672 167.875Q543.297 167.375 544.2345 167.375Q544.922 167.375 545.4376 167.65625Q545.9689 167.9375 546.3126 168.46875Q546.6564 168.98438 546.8439 169.73438Q547.0314 170.48438 547.0314 171.76562Q547.0314 173.28125 546.7189 174.20312Q546.422 175.125 545.797 175.64062Q545.1876 176.14062 544.2345 176.14062Q543.0001 176.14062 542.2814 175.25Q541.4376 174.1875 541.4376 171.76562ZM542.51575 171.76562Q542.51575 173.875 543.01575 174.57812Q543.51575 175.28125 544.2345 175.28125Q544.9689 175.28125 545.45325 174.57812Q545.95325 173.875 545.95325 171.76562Q545.95325 169.64062 545.45325 168.95312Q544.9689 168.25 544.2189 168.25Q543.5001 168.25 543.0626 168.85938Q542.51575 169.64062 542.51575 171.76562ZM548.64075 169.46875Q548.64075 168.54688 549.0939 167.90625Q549.5626 167.26562 550.4376 167.26562Q551.2501 167.26562 551.7814 167.84375Q552.3126 168.42188 552.3126 169.53125Q552.3126 170.625 551.76575 171.21875Q551.2345 171.79688 550.45325 171.79688Q549.672 171.79688 549.1564 171.21875Q548.64075 170.64062 548.64075 169.46875ZM550.4689 167.98438Q550.07825 167.98438 549.8126 168.32812Q549.5626 168.67188 549.5626 169.57812Q549.5626 170.40625 549.8126 170.75Q550.07825 171.07812 550.4689 171.07812Q550.8751 171.07812 551.1251 170.73438Q551.39075 170.39062 551.39075 169.5Q551.39075 168.65625 551.1251 168.32812Q550.8595 167.98438 550.4689 167.98438ZM550.4689 176.3125L555.172 167.26562L556.0314 167.26562L551.3439 176.3125L550.4689 176.3125ZM554.1876 173.98438Q554.1876 173.0625 554.64075 172.42188Q555.1095 171.78125 556.0001 171.78125Q556.8126 171.78125 557.3439 172.35938Q557.8751 172.92188 557.8751 174.04688Q557.8751 175.14062 557.32825 175.73438Q556.797 176.3125 556.0001 176.3125Q555.2345 176.3125 554.70325 175.73438Q554.1876 175.15625 554.1876 173.98438ZM556.0314 172.5Q555.6251 172.5 555.3595 172.84375Q555.1095 173.1875 555.1095 174.09375Q555.1095 174.90625 555.3751 175.25Q555.64075 175.59375 556.0314 175.59375Q556.422 175.59375 556.6876 175.25Q556.95325 174.90625 556.95325 174.0Q556.95325 173.17188 556.6876 172.84375Q556.422 172.5 556.0314 172.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M505.2303 233.51562L504.1834 233.59375Q504.0428 232.96875 503.7928 232.6875Q503.3553 232.23438 502.7303 232.23438Q502.2303 232.23438 501.83966 232.51562Q501.3553 232.89062 501.0584 233.59375Q500.77716 234.28125 500.76154 235.5625Q501.13654 234.98438 501.6834 234.70312Q502.2459 234.42188 502.8553 234.42188Q503.90216 234.42188 504.63654 235.20312Q505.38654 235.98438 505.38654 237.20312Q505.38654 238.01562 505.02716 238.71875Q504.6834 239.40625 504.07404 239.78125Q503.46466 240.14062 502.69904 240.14062Q501.3709 240.14062 500.5428 239.17188Q499.71466 238.20312 499.71466 235.98438Q499.71466 233.48438 500.63654 232.35938Q501.4334 231.375 502.7928 231.375Q503.8084 231.375 504.44904 231.95312Q505.1053 232.51562 505.2303 233.51562ZM500.9334 237.21875Q500.9334 237.76562 501.15216 238.26562Q501.38654 238.75 501.7928 239.01562Q502.21466 239.28125 502.6834 239.28125Q503.33966 239.28125 503.82404 238.75Q504.3084 238.20312 504.3084 237.28125Q504.3084 236.39062 503.82404 235.875Q503.3553 235.35938 502.63654 235.35938Q501.9178 235.35938 501.4178 235.875Q500.9334 236.39062 500.9334 237.21875ZM506.76154 237.73438L507.82404 237.59375Q507.9959 238.48438 508.4334 238.89062Q508.8709 239.28125 509.4959 239.28125Q510.2459 239.28125 510.76154 238.76562Q511.27716 238.25 511.27716 237.48438Q511.27716 236.76562 510.7928 236.29688Q510.32404 235.8125 509.58966 235.8125Q509.2928 235.8125 508.83966 235.9375L508.96466 235.0Q509.07404 235.01562 509.13654 235.01562Q509.8084 235.01562 510.33966 234.67188Q510.88654 234.3125 510.88654 233.57812Q510.88654 233.0 510.4959 232.625Q510.1053 232.23438 509.4803 232.23438Q508.8709 232.23438 508.44904 232.625Q508.0428 233.01562 507.9334 233.78125L506.8709 233.59375Q507.0584 232.54688 507.7459 231.96875Q508.4334 231.375 509.44904 231.375Q510.15216 231.375 510.7459 231.6875Q511.33966 231.98438 511.65216 232.5Q511.96466 233.01562 511.96466 233.60938Q511.96466 234.15625 511.6678 234.625Q511.3709 235.07812 510.7928 235.34375Q511.5428 235.51562 511.96466 236.07812Q512.38654 236.625 512.38654 237.46875Q512.38654 238.59375 511.5584 239.375Q510.7459 240.15625 509.4959 240.15625Q508.3709 240.15625 507.6209 239.48438Q506.8709 238.79688 506.76154 237.73438ZM513.96466 233.46875Q513.96466 232.54688 514.4178 231.90625Q514.88654 231.26562 515.76154 231.26562Q516.57404 231.26562 517.1053 231.84375Q517.63654 232.42188 517.63654 233.53125Q517.63654 234.625 517.08966 235.21875Q516.5584 235.79688 515.77716 235.79688Q514.9959 235.79688 514.4803 235.21875Q513.96466 234.64062 513.96466 233.46875ZM515.7928 231.98438Q515.40216 231.98438 515.13654 232.32812Q514.88654 232.67188 514.88654 233.57812Q514.88654 234.40625 515.13654 234.75Q515.40216 235.07812 515.7928 235.07812Q516.19904 235.07812 516.44904 234.73438Q516.71466 234.39062 516.71466 233.5Q516.71466 232.65625 516.44904 232.32812Q516.1834 231.98438 515.7928 231.98438ZM515.7928 240.3125L520.4959 231.26562L521.3553 231.26562L516.6678 240.3125L515.7928 240.3125ZM519.51154 237.98438Q519.51154 237.0625 519.96466 236.42188Q520.4334 235.78125 521.32404 235.78125Q522.13654 235.78125 522.6678 236.35938Q523.19904 236.92188 523.19904 238.04688Q523.19904 239.14062 522.65216 239.73438Q522.1209 240.3125 521.32404 240.3125Q520.5584 240.3125 520.02716 239.73438Q519.51154 239.15625 519.51154 237.98438ZM521.3553 236.5Q520.94904 236.5 520.6834 236.84375Q520.4334 237.1875 520.4334 238.09375Q520.4334 238.90625 520.69904 239.25Q520.96466 239.59375 521.3553 239.59375Q521.7459 239.59375 522.01154 239.25Q522.27716 238.90625 522.27716 238.0Q522.27716 237.17188 522.01154 236.84375Q521.7459 236.5 521.3553 236.5Z" fill-rule="nonzero"/><path fill="#666666" d="M505.2303 233.51562L504.1834 233.59375Q504.0428 232.96875 503.7928 232.6875Q503.3553 232.23438 502.7303 232.23438Q502.2303 232.23438 501.83966 232.51562Q501.3553 232.89062 501.0584 233.59375Q500.77716 234.28125 500.76154 235.5625Q501.13654 234.98438 501.6834 234.70312Q502.2459 234.42188 502.8553 234.42188Q503.90216 234.42188 504.63654 235.20312Q505.38654 235.98438 505.38654 237.20312Q505.38654 238.01562 505.02716 238.71875Q504.6834 239.40625 504.07404 239.78125Q503.46466 240.14062 502.69904 240.14062Q501.3709 240.14062 500.5428 239.17188Q499.71466 238.20312 499.71466 235.98438Q499.71466 233.48438 500.63654 232.35938Q501.4334 231.375 502.7928 231.375Q503.8084 231.375 504.44904 231.95312Q505.1053 232.51562 505.2303 233.51562ZM500.9334 237.21875Q500.9334 237.76562 501.15216 238.26562Q501.38654 238.75 501.7928 239.01562Q502.21466 239.28125 502.6834 239.28125Q503.33966 239.28125 503.82404 238.75Q504.3084 238.20312 504.3084 237.28125Q504.3084 236.39062 503.82404 235.875Q503.3553 235.35938 502.63654 235.35938Q501.9178 235.35938 501.4178 235.875Q500.9334 236.39062 500.9334 237.21875ZM506.76154 237.73438L507.82404 237.59375Q507.9959 238.48438 508.4334 238.89062Q508.8709 239.28125 509.4959 239.28125Q510.2459 239.28125 510.76154 238.76562Q511.27716 238.25 511.27716 237.48438Q511.27716 236.76562 510.7928 236.29688Q510.32404 235.8125 509.58966 235.8125Q509.2928 235.8125 508.83966 235.9375L508.96466 235.0Q509.07404 235.01562 509.13654 235.01562Q509.8084 235.01562 510.33966 234.67188Q510.88654 234.3125 510.88654 233.57812Q510.88654 233.0 510.4959 232.625Q510.1053 232.23438 509.4803 232.23438Q508.8709 232.23438 508.44904 232.625Q508.0428 233.01562 507.9334 233.78125L506.8709 233.59375Q507.0584 232.54688 507.7459 231.96875Q508.4334 231.375 509.44904 231.375Q510.15216 231.375 510.7459 231.6875Q511.33966 231.98438 511.65216 232.5Q511.96466 233.01562 511.96466 233.60938Q511.96466 234.15625 511.6678 234.625Q511.3709 235.07812 510.7928 235.34375Q511.5428 235.51562 511.96466 236.07812Q512.38654 236.625 512.38654 237.46875Q512.38654 238.59375 511.5584 239.375Q510.7459 240.15625 509.4959 240.15625Q508.3709 240.15625 507.6209 239.48438Q506.8709 238.79688 506.76154 237.73438ZM513.96466 233.46875Q513.96466 232.54688 514.4178 231.90625Q514.88654 231.26562 515.76154 231.26562Q516.57404 231.26562 517.1053 231.84375Q517.63654 232.42188 517.63654 233.53125Q517.63654 234.625 517.08966 235.21875Q516.5584 235.79688 515.77716 235.79688Q514.9959 235.79688 514.4803 235.21875Q513.96466 234.64062 513.96466 233.46875ZM515.7928 231.98438Q515.40216 231.98438 515.13654 232.32812Q514.88654 232.67188 514.88654 233.57812Q514.88654 234.40625 515.13654 234.75Q515.40216 235.07812 515.7928 235.07812Q516.19904 235.07812 516.44904 234.73438Q516.71466 234.39062 516.71466 233.5Q516.71466 232.65625 516.44904 232.32812Q516.1834 231.98438 515.7928 231.98438ZM515.7928 240.3125L520.4959 231.26562L521.3553 231.26562L516.6678 240.3125L515.7928 240.3125ZM519.51154 237.98438Q519.51154 237.0625 519.96466 236.42188Q520.4334 235.78125 521.32404 235.78125Q522.13654 235.78125 522.6678 236.35938Q523.19904 236.92188 523.19904 238.04688Q523.19904 239.14062 522.65216 239.73438Q522.1209 240.3125 521.32404 240.3125Q520.5584 240.3125 520.02716 239.73438Q519.51154 239.15625 519.51154 237.98438ZM521.3553 236.5Q520.94904 236.5 520.6834 236.84375Q520.4334 237.1875 520.4334 238.09375Q520.4334 238.90625 520.69904 239.25Q520.96466 239.59375 521.3553 239.59375Q521.7459 239.59375 522.01154 239.25Q522.27716 238.90625 522.27716 238.0Q522.27716 237.17188 522.01154 236.84375Q521.7459 236.5 521.3553 236.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M261.0913 303.0L260.04443 303.0L260.04443 296.28125Q259.6538 296.64062 259.0288 297.01562Q258.41943 297.375 257.93506 297.54688L257.93506 296.53125Q258.81006 296.10938 259.4663 295.53125Q260.13818 294.9375 260.41943 294.375L261.0913 294.375L261.0913 303.0ZM264.2788 301.01562L265.29443 300.92188Q265.41943 301.64062 265.7788 301.96875Q266.1538 302.28125 266.7163 302.28125Q267.20068 302.28125 267.56006 302.0625Q267.93506 301.82812 268.16943 301.46875Q268.4038 301.09375 268.56006 300.46875Q268.7163 299.82812 268.7163 299.17188Q268.7163 299.09375 268.7163 298.95312Q268.4038 299.45312 267.85693 299.78125Q267.31006 300.09375 266.66943 300.09375Q265.5913 300.09375 264.85693 299.32812Q264.12256 298.54688 264.12256 297.28125Q264.12256 295.96875 264.88818 295.17188Q265.66943 294.375 266.82568 294.375Q267.6538 294.375 268.3413 294.82812Q269.04443 295.28125 269.4038 296.125Q269.76318 296.95312 269.76318 298.53125Q269.76318 300.17188 269.4038 301.15625Q269.06006 302.125 268.3413 302.64062Q267.63818 303.14062 266.70068 303.14062Q265.68506 303.14062 265.04443 302.59375Q264.4038 302.03125 264.2788 301.01562ZM268.5913 297.21875Q268.5913 296.3125 268.10693 295.78125Q267.63818 295.25 266.95068 295.25Q266.24756 295.25 265.7163 295.82812Q265.20068 296.39062 265.20068 297.3125Q265.20068 298.125 265.70068 298.64062Q266.20068 299.15625 266.91943 299.15625Q267.6538 299.15625 268.12256 298.64062Q268.5913 298.125 268.5913 297.21875ZM271.32568 296.46875Q271.32568 295.54688 271.7788 294.90625Q272.24756 294.26562 273.12256 294.26562Q273.93506 294.26562 274.4663 294.84375Q274.99756 295.42188 274.99756 296.53125Q274.99756 297.625 274.45068 298.21875Q273.91943 298.79688 273.13818 298.79688Q272.35693 298.79688 271.8413 298.21875Q271.32568 297.64062 271.32568 296.46875ZM273.1538 294.98438Q272.76318 294.98438 272.49756 295.32812Q272.24756 295.67188 272.24756 296.57812Q272.24756 297.40625 272.49756 297.75Q272.76318 298.07812 273.1538 298.07812Q273.56006 298.07812 273.81006 297.73438Q274.07568 297.39062 274.07568 296.5Q274.07568 295.65625 273.81006 295.32812Q273.54443 294.98438 273.1538 294.98438ZM273.1538 303.3125L277.85693 294.26562L278.7163 294.26562L274.0288 303.3125L273.1538 303.3125ZM276.87256 300.98438Q276.87256 300.0625 277.32568 299.42188Q277.79443 298.78125 278.68506 298.78125Q279.49756 298.78125 280.0288 299.35938Q280.56006 299.92188 280.56006 301.04688Q280.56006 302.14062 280.01318 302.73438Q279.48193 303.3125 278.68506 303.3125Q277.91943 303.3125 277.38818 302.73438Q276.87256 302.15625 276.87256 300.98438ZM278.7163 299.5Q278.31006 299.5 278.04443 299.84375Q277.79443 300.1875 277.79443 301.09375Q277.79443 301.90625 278.06006 302.25Q278.32568 302.59375 278.7163 302.59375Q279.10693 302.59375 279.37256 302.25Q279.63818 301.90625 279.63818 301.0Q279.63818 300.17188 279.37256 299.84375Q279.10693 299.5 278.7163 299.5Z" fill-rule="nonzero"/><path fill="#666666" d="M261.0913 303.0L260.04443 303.0L260.04443 296.28125Q259.6538 296.64062 259.0288 297.01562Q258.41943 297.375 257.93506 297.54688L257.93506 296.53125Q258.81006 296.10938 259.4663 295.53125Q260.13818 294.9375 260.41943 294.375L261.0913 294.375L261.0913 303.0ZM264.2788 301.01562L265.29443 300.92188Q265.41943 301.64062 265.7788 301.96875Q266.1538 302.28125 266.7163 302.28125Q267.20068 302.28125 267.56006 302.0625Q267.93506 301.82812 268.16943 301.46875Q268.4038 301.09375 268.56006 300.46875Q268.7163 299.82812 268.7163 299.17188Q268.7163 299.09375 268.7163 298.95312Q268.4038 299.45312 267.85693 299.78125Q267.31006 300.09375 266.66943 300.09375Q265.5913 300.09375 264.85693 299.32812Q264.12256 298.54688 264.12256 297.28125Q264.12256 295.96875 264.88818 295.17188Q265.66943 294.375 266.82568 294.375Q267.6538 294.375 268.3413 294.82812Q269.04443 295.28125 269.4038 296.125Q269.76318 296.95312 269.76318 298.53125Q269.76318 300.17188 269.4038 301.15625Q269.06006 302.125 268.3413 302.64062Q267.63818 303.14062 266.70068 303.14062Q265.68506 303.14062 265.04443 302.59375Q264.4038 302.03125 264.2788 301.01562ZM268.5913 297.21875Q268.5913 296.3125 268.10693 295.78125Q267.63818 295.25 266.95068 295.25Q266.24756 295.25 265.7163 295.82812Q265.20068 296.39062 265.20068 297.3125Q265.20068 298.125 265.70068 298.64062Q266.20068 299.15625 266.91943 299.15625Q267.6538 299.15625 268.12256 298.64062Q268.5913 298.125 268.5913 297.21875ZM271.32568 296.46875Q271.32568 295.54688 271.7788 294.90625Q272.24756 294.26562 273.12256 294.26562Q273.93506 294.26562 274.4663 294.84375Q274.99756 295.42188 274.99756 296.53125Q274.99756 297.625 274.45068 298.21875Q273.91943 298.79688 273.13818 298.79688Q272.35693 298.79688 271.8413 298.21875Q271.32568 297.64062 271.32568 296.46875ZM273.1538 294.98438Q272.76318 294.98438 272.49756 295.32812Q272.24756 295.67188 272.24756 296.57812Q272.24756 297.40625 272.49756 297.75Q272.76318 298.07812 273.1538 298.07812Q273.56006 298.07812 273.81006 297.73438Q274.07568 297.39062 274.07568 296.5Q274.07568 295.65625 273.81006 295.32812Q273.54443 294.98438 273.1538 294.98438ZM273.1538 303.3125L277.85693 294.26562L278.7163 294.26562L274.0288 303.3125L273.1538 303.3125ZM276.87256 300.98438Q276.87256 300.0625 277.32568 299.42188Q277.79443 298.78125 278.68506 298.78125Q279.49756 298.78125 280.0288 299.35938Q280.56006 299.92188 280.56006 301.04688Q280.56006 302.14062 280.01318 302.73438Q279.48193 303.3125 278.68506 303.3125Q277.91943 303.3125 277.38818 302.73438Q276.87256 302.15625 276.87256 300.98438ZM278.7163 299.5Q278.31006 299.5 278.04443 299.84375Q277.79443 300.1875 277.79443 301.09375Q277.79443 301.90625 278.06006 302.25Q278.32568 302.59375 278.7163 302.59375Q279.10693 302.59375 279.37256 302.25Q279.63818 301.90625 279.63818 301.0Q279.63818 300.17188 279.37256 299.84375Q279.10693 299.5 278.7163 299.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M202.17192 365.01562L203.18755 364.92188Q203.31255 365.64062 203.67192 365.96875Q204.04692 366.28125 204.60942 366.28125Q205.0938 366.28125 205.45317 366.0625Q205.82817 365.82812 206.06255 365.46875Q206.29692 365.09375 206.45317 364.46875Q206.60942 363.82812 206.60942 363.17188Q206.60942 363.09375 206.60942 362.95312Q206.29692 363.45312 205.75005 363.78125Q205.20317 364.09375 204.56255 364.09375Q203.48442 364.09375 202.75005 363.32812Q202.01567 362.54688 202.01567 361.28125Q202.01567 359.96875 202.7813 359.17188Q203.56255 358.375 204.7188 358.375Q205.54692 358.375 206.23442 358.82812Q206.93755 359.28125 207.29692 360.125Q207.6563 360.95312 207.6563 362.53125Q207.6563 364.17188 207.29692 365.15625Q206.95317 366.125 206.23442 366.64062Q205.5313 367.14062 204.5938 367.14062Q203.57817 367.14062 202.93755 366.59375Q202.29692 366.03125 202.17192 365.01562ZM206.48442 361.21875Q206.48442 360.3125 206.00005 359.78125Q205.5313 359.25 204.8438 359.25Q204.14067 359.25 203.60942 359.82812Q203.0938 360.39062 203.0938 361.3125Q203.0938 362.125 203.5938 362.64062Q204.0938 363.15625 204.81255 363.15625Q205.54692 363.15625 206.01567 362.64062Q206.48442 362.125 206.48442 361.21875ZM209.2188 360.46875Q209.2188 359.54688 209.67192 358.90625Q210.14067 358.26562 211.01567 358.26562Q211.82817 358.26562 212.35942 358.84375Q212.89067 359.42188 212.89067 360.53125Q212.89067 361.625 212.3438 362.21875Q211.81255 362.79688 211.0313 362.79688Q210.25005 362.79688 209.73442 362.21875Q209.2188 361.64062 209.2188 360.46875ZM211.04692 358.98438Q210.6563 358.98438 210.39067 359.32812Q210.14067 359.67188 210.14067 360.57812Q210.14067 361.40625 210.39067 361.75Q210.6563 362.07812 211.04692 362.07812Q211.45317 362.07812 211.70317 361.73438Q211.9688 361.39062 211.9688 360.5Q211.9688 359.65625 211.70317 359.32812Q211.43755 358.98438 211.04692 358.98438ZM211.04692 367.3125L215.75005 358.26562L216.60942 358.26562L211.92192 367.3125L211.04692 367.3125ZM214.76567 364.98438Q214.76567 364.0625 215.2188 363.42188Q215.68755 362.78125 216.57817 362.78125Q217.39067 362.78125 217.92192 363.35938Q218.45317 363.92188 218.45317 365.04688Q218.45317 366.14062 217.9063 366.73438Q217.37505 367.3125 216.57817 367.3125Q215.81255 367.3125 215.2813 366.73438Q214.76567 366.15625 214.76567 364.98438ZM216.60942 363.5Q216.20317 363.5 215.93755 363.84375Q215.68755 364.1875 215.68755 365.09375Q215.68755 365.90625 215.95317 366.25Q216.2188 366.59375 216.60942 366.59375Q217.00005 366.59375 217.26567 366.25Q217.5313 365.90625 217.5313 365.0Q217.5313 364.17188 217.26567 363.84375Q217.00005 363.5 216.60942 363.5Z" fill-rule="nonzero"/><path fill="#666666" d="M202.17192 365.01562L203.18755 364.92188Q203.31255 365.64062 203.67192 365.96875Q204.04692 366.28125 204.60942 366.28125Q205.0938 366.28125 205.45317 366.0625Q205.82817 365.82812 206.06255 365.46875Q206.29692 365.09375 206.45317 364.46875Q206.60942 363.82812 206.60942 363.17188Q206.60942 363.09375 206.60942 362.95312Q206.29692 363.45312 205.75005 363.78125Q205.20317 364.09375 204.56255 364.09375Q203.48442 364.09375 202.75005 363.32812Q202.01567 362.54688 202.01567 361.28125Q202.01567 359.96875 202.7813 359.17188Q203.56255 358.375 204.7188 358.375Q205.54692 358.375 206.23442 358.82812Q206.93755 359.28125 207.29692 360.125Q207.6563 360.95312 207.6563 362.53125Q207.6563 364.17188 207.29692 365.15625Q206.95317 366.125 206.23442 366.64062Q205.5313 367.14062 204.5938 367.14062Q203.57817 367.14062 202.93755 366.59375Q202.29692 366.03125 202.17192 365.01562ZM206.48442 361.21875Q206.48442 360.3125 206.00005 359.78125Q205.5313 359.25 204.8438 359.25Q204.14067 359.25 203.60942 359.82812Q203.0938 360.39062 203.0938 361.3125Q203.0938 362.125 203.5938 362.64062Q204.0938 363.15625 204.81255 363.15625Q205.54692 363.15625 206.01567 362.64062Q206.48442 362.125 206.48442 361.21875ZM209.2188 360.46875Q209.2188 359.54688 209.67192 358.90625Q210.14067 358.26562 211.01567 358.26562Q211.82817 358.26562 212.35942 358.84375Q212.89067 359.42188 212.89067 360.53125Q212.89067 361.625 212.3438 362.21875Q211.81255 362.79688 211.0313 362.79688Q210.25005 362.79688 209.73442 362.21875Q209.2188 361.64062 209.2188 360.46875ZM211.04692 358.98438Q210.6563 358.98438 210.39067 359.32812Q210.14067 359.67188 210.14067 360.57812Q210.14067 361.40625 210.39067 361.75Q210.6563 362.07812 211.04692 362.07812Q211.45317 362.07812 211.70317 361.73438Q211.9688 361.39062 211.9688 360.5Q211.9688 359.65625 211.70317 359.32812Q211.43755 358.98438 211.04692 358.98438ZM211.04692 367.3125L215.75005 358.26562L216.60942 358.26562L211.92192 367.3125L211.04692 367.3125ZM214.76567 364.98438Q214.76567 364.0625 215.2188 363.42188Q215.68755 362.78125 216.57817 362.78125Q217.39067 362.78125 217.92192 363.35938Q218.45317 363.92188 218.45317 365.04688Q218.45317 366.14062 217.9063 366.73438Q217.37505 367.3125 216.57817 367.3125Q215.81255 367.3125 215.2813 366.73438Q214.76567 366.15625 214.76567 364.98438ZM216.60942 363.5Q216.20317 363.5 215.93755 363.84375Q215.68755 364.1875 215.68755 365.09375Q215.68755 365.90625 215.95317 366.25Q216.2188 366.59375 216.60942 366.59375Q217.00005 366.59375 217.26567 366.25Q217.5313 365.90625 217.5313 365.0Q217.5313 364.17188 217.26567 363.84375Q217.00005 363.5 216.60942 363.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M161.84268 431.0L160.7958 431.0L160.7958 424.28125Q160.40518 424.64062 159.78018 425.01562Q159.1708 425.375 158.68643 425.54688L158.68643 424.53125Q159.56143 424.10938 160.21768 423.53125Q160.88956 422.9375 161.1708 422.375L161.84268 422.375L161.84268 431.0ZM165.07706 424.46875Q165.07706 423.54688 165.53018 422.90625Q165.99893 422.26562 166.87393 422.26562Q167.68643 422.26562 168.21768 422.84375Q168.74893 423.42188 168.74893 424.53125Q168.74893 425.625 168.20206 426.21875Q167.6708 426.79688 166.88956 426.79688Q166.1083 426.79688 165.59268 426.21875Q165.07706 425.64062 165.07706 424.46875ZM166.90518 422.98438Q166.51456 422.98438 166.24893 423.32812Q165.99893 423.67188 165.99893 424.57812Q165.99893 425.40625 166.24893 425.75Q166.51456 426.07812 166.90518 426.07812Q167.31143 426.07812 167.56143 425.73438Q167.82706 425.39062 167.82706 424.5Q167.82706 423.65625 167.56143 423.32812Q167.2958 422.98438 166.90518 422.98438ZM166.90518 431.3125L171.6083 422.26562L172.46768 422.26562L167.78018 431.3125L166.90518 431.3125ZM170.62393 428.98438Q170.62393 428.0625 171.07706 427.42188Q171.5458 426.78125 172.43643 426.78125Q173.24893 426.78125 173.78018 427.35938Q174.31143 427.92188 174.31143 429.04688Q174.31143 430.14062 173.76456 430.73438Q173.2333 431.3125 172.43643 431.3125Q171.6708 431.3125 171.13956 430.73438Q170.62393 430.15625 170.62393 428.98438ZM172.46768 427.5Q172.06143 427.5 171.7958 427.84375Q171.5458 428.1875 171.5458 429.09375Q171.5458 429.90625 171.81143 430.25Q172.07706 430.59375 172.46768 430.59375Q172.8583 430.59375 173.12393 430.25Q173.38956 429.90625 173.38956 429.0Q173.38956 428.17188 173.12393 427.84375Q172.8583 427.5 172.46768 427.5Z" fill-rule="nonzero"/><path fill="#666666" d="M161.84268 431.0L160.7958 431.0L160.7958 424.28125Q160.40518 424.64062 159.78018 425.01562Q159.1708 425.375 158.68643 425.54688L158.68643 424.53125Q159.56143 424.10938 160.21768 423.53125Q160.88956 422.9375 161.1708 422.375L161.84268 422.375L161.84268 431.0ZM165.07706 424.46875Q165.07706 423.54688 165.53018 422.90625Q165.99893 422.26562 166.87393 422.26562Q167.68643 422.26562 168.21768 422.84375Q168.74893 423.42188 168.74893 424.53125Q168.74893 425.625 168.20206 426.21875Q167.6708 426.79688 166.88956 426.79688Q166.1083 426.79688 165.59268 426.21875Q165.07706 425.64062 165.07706 424.46875ZM166.90518 422.98438Q166.51456 422.98438 166.24893 423.32812Q165.99893 423.67188 165.99893 424.57812Q165.99893 425.40625 166.24893 425.75Q166.51456 426.07812 166.90518 426.07812Q167.31143 426.07812 167.56143 425.73438Q167.82706 425.39062 167.82706 424.5Q167.82706 423.65625 167.56143 423.32812Q167.2958 422.98438 166.90518 422.98438ZM166.90518 431.3125L171.6083 422.26562L172.46768 422.26562L167.78018 431.3125L166.90518 431.3125ZM170.62393 428.98438Q170.62393 428.0625 171.07706 427.42188Q171.5458 426.78125 172.43643 426.78125Q173.24893 426.78125 173.78018 427.35938Q174.31143 427.92188 174.31143 429.04688Q174.31143 430.14062 173.76456 430.73438Q173.2333 431.3125 172.43643 431.3125Q171.6708 431.3125 171.13956 430.73438Q170.62393 430.15625 170.62393 428.98438ZM172.46768 427.5Q172.06143 427.5 171.7958 427.84375Q171.5458 428.1875 171.5458 429.09375Q171.5458 429.90625 171.81143 430.25Q172.07706 430.59375 172.46768 430.59375Q172.8583 430.59375 173.12393 430.25Q173.38956 429.90625 173.38956 429.0Q173.38956 428.17188 173.12393 427.84375Q172.8583 427.5 172.46768 427.5Z" fill-rule="nonzero"/><path fill="#666666" d="M312.08813 486.4007Q312.08813 485.47882 312.54126 484.8382Q313.01 484.19757 313.885 484.19757Q314.6975 484.19757 315.22876 484.7757Q315.76 485.35382 315.76 486.4632Q315.76 487.55695 315.21313 488.1507Q314.6819 488.72882 313.90063 488.72882Q313.1194 488.72882 312.60376 488.1507Q312.08813 487.57257 312.08813 486.4007ZM313.91626 484.91632Q313.52563 484.91632 313.26 485.26007Q313.01 485.60382 313.01 486.51007Q313.01 487.3382 313.26 487.68195Q313.52563 488.01007 313.91626 488.01007Q314.3225 488.01007 314.5725 487.66632Q314.83813 487.32257 314.83813 486.43195Q314.83813 485.5882 314.5725 485.26007Q314.3069 484.91632 313.91626 484.91632ZM313.91626 493.24445L318.6194 484.19757L319.47876 484.19757L314.79126 493.24445L313.91626 493.24445ZM317.635 490.91632Q317.635 489.99445 318.08813 489.35382Q318.5569 488.7132 319.4475 488.7132Q320.26 488.7132 320.79126 489.29132Q321.3225 489.85382 321.3225 490.97882Q321.3225 492.07257 320.77563 492.66632Q320.2444 493.24445 319.4475 493.24445Q318.6819 493.24445 318.15063 492.66632Q317.635 492.0882 317.635 490.91632ZM319.47876 489.43195Q319.0725 489.43195 318.8069 489.7757Q318.5569 490.11945 318.5569 491.0257Q318.5569 491.8382 318.8225 492.18195Q319.08813 492.5257 319.47876 492.5257Q319.8694 492.5257 320.135 492.18195Q320.40063 491.8382 320.40063 490.93195Q320.40063 490.10382 320.135 489.7757Q319.8694 489.43195 319.47876 489.43195ZM325.79126 489.82257Q325.79126 488.0882 326.7444 487.26007Q327.54126 486.57257 328.6975 486.57257Q329.97876 486.57257 330.79126 487.41632Q331.6194 488.24445 331.6194 489.72882Q331.6194 490.93195 331.26 491.61945Q330.90063 492.30695 330.1975 492.69757Q329.51 493.07257 328.6975 493.07257Q327.40063 493.07257 326.58813 492.24445Q325.79126 491.4007 325.79126 489.82257ZM326.8694 489.82257Q326.8694 491.01007 327.385 491.60382Q327.91626 492.19757 328.6975 492.19757Q329.4944 492.19757 330.01 491.60382Q330.52563 491.01007 330.52563 489.79132Q330.52563 488.63507 329.9944 488.04132Q329.47876 487.44757 328.6975 487.44757Q327.91626 487.44757 327.385 488.04132Q326.8694 488.61945 326.8694 489.82257ZM333.4319 492.93195L333.4319 487.5257L332.4944 487.5257L332.4944 486.7132L333.4319 486.7132L333.4319 486.04132Q333.4319 485.41632 333.54126 485.11945Q333.6975 484.69757 334.0725 484.44757Q334.46313 484.19757 335.15063 484.19757Q335.60376 484.19757 336.135 484.30695L335.97876 485.2132Q335.65063 485.16632 335.35376 485.16632Q334.8694 485.16632 334.66626 485.36945Q334.47876 485.57257 334.47876 486.13507L334.47876 486.7132L335.6975 486.7132L335.6975 487.5257L334.47876 487.5257L334.47876 492.93195L333.4319 492.93195ZM339.16626 492.93195L339.16626 486.7132L340.1194 486.7132L340.1194 487.6507Q340.47876 486.99445 340.77563 486.79132Q341.08813 486.57257 341.46313 486.57257Q341.9944 486.57257 342.54126 486.9007L342.1819 487.88507Q341.79126 487.6507 341.41626 487.6507Q341.0569 487.6507 340.77563 487.86945Q340.51 488.07257 340.40063 488.44757Q340.21313 489.01007 340.21313 489.66632L340.21313 492.93195L339.16626 492.93195ZM347.4319 490.93195L348.52563 491.05695Q348.27563 492.01007 347.5725 492.54132Q346.8694 493.07257 345.79126 493.07257Q344.4319 493.07257 343.6194 492.22882Q342.8225 491.38507 342.8225 489.86945Q342.8225 488.30695 343.635 487.44757Q344.4475 486.57257 345.72876 486.57257Q346.97876 486.57257 347.76 487.41632Q348.5569 488.26007 348.5569 489.80695Q348.5569 489.9007 348.5569 490.0882L343.91626 490.0882Q343.97876 491.11945 344.4944 491.66632Q345.01 492.19757 345.79126 492.19757Q346.3694 492.19757 346.77563 491.9007Q347.1975 491.5882 347.4319 490.93195ZM343.97876 489.22882L347.4475 489.22882Q347.385 488.43195 347.0569 488.04132Q346.54126 487.43195 345.7444 487.43195Q345.01 487.43195 344.51 487.91632Q344.02563 488.4007 343.97876 489.22882ZM349.76 491.07257L350.79126 490.91632Q350.885 491.54132 351.27563 491.86945Q351.6819 492.19757 352.41626 492.19757Q353.135 492.19757 353.47876 491.91632Q353.83813 491.61945 353.83813 491.2132Q353.83813 490.85382 353.52563 490.6507Q353.3069 490.51007 352.4475 490.29132Q351.29126 489.99445 350.83813 489.79132Q350.40063 489.57257 350.16626 489.19757Q349.9319 488.82257 349.9319 488.35382Q349.9319 487.94757 350.1194 487.5882Q350.3069 487.22882 350.635 486.99445Q350.885 486.82257 351.3069 486.69757Q351.72876 486.57257 352.22876 486.57257Q352.9475 486.57257 353.4944 486.79132Q354.0569 486.99445 354.3225 487.35382Q354.58813 487.7132 354.6819 488.30695L353.65063 488.44757Q353.58813 487.97882 353.2444 487.7132Q352.91626 487.43195 352.29126 487.43195Q351.5725 487.43195 351.26 487.68195Q350.9475 487.91632 350.9475 488.24445Q350.9475 488.44757 351.0725 488.60382Q351.21313 488.7757 351.47876 488.88507Q351.635 488.94757 352.41626 489.1507Q353.54126 489.4632 353.97876 489.6507Q354.41626 489.8382 354.66626 490.19757Q354.91626 490.55695 354.91626 491.10382Q354.91626 491.63507 354.60376 492.10382Q354.3069 492.55695 353.72876 492.82257Q353.15063 493.07257 352.41626 493.07257Q351.1975 493.07257 350.5569 492.57257Q349.9319 492.05695 349.76 491.07257ZM356.1819 495.32257L356.1819 486.7132L357.135 486.7132L357.135 487.51007Q357.47876 487.04132 357.90063 486.80695Q358.33813 486.57257 358.9475 486.57257Q359.7444 486.57257 360.35376 486.97882Q360.96313 487.38507 361.26 488.13507Q361.5725 488.88507 361.5725 489.7757Q361.5725 490.72882 361.22876 491.49445Q360.90063 492.26007 360.2444 492.66632Q359.58813 493.07257 358.8694 493.07257Q358.33813 493.07257 357.91626 492.85382Q357.4944 492.61945 357.22876 492.29132L357.22876 495.32257L356.1819 495.32257ZM357.135 489.85382Q357.135 491.05695 357.6194 491.63507Q358.10376 492.19757 358.79126 492.19757Q359.4944 492.19757 359.9944 491.60382Q360.4944 491.01007 360.4944 489.76007Q360.4944 488.57257 360.01 487.99445Q359.52563 487.4007 358.83813 487.4007Q358.16626 487.4007 357.65063 488.0257Q357.135 488.6507 357.135 489.85382ZM362.79126 489.82257Q362.79126 488.0882 363.7444 487.26007Q364.54126 486.57257 365.6975 486.57257Q366.97876 486.57257 367.79126 487.41632Q368.6194 488.24445 368.6194 489.72882Q368.6194 490.93195 368.26 491.61945Q367.90063 492.30695 367.1975 492.69757Q366.51 493.07257 365.6975 493.07257Q364.40063 493.07257 363.58813 492.24445Q362.79126 491.4007 362.79126 489.82257ZM363.8694 489.82257Q363.8694 491.01007 364.385 491.60382Q364.91626 492.19757 365.6975 492.19757Q366.4944 492.19757 367.01 491.60382Q367.52563 491.01007 367.52563 489.79132Q367.52563 488.63507 366.9944 488.04132Q366.47876 487.44757 365.6975 487.44757Q364.91626 487.44757 364.385 488.04132Q363.8694 488.61945 363.8694 489.82257ZM370.1819 492.93195L370.1819 486.7132L371.1194 486.7132L371.1194 487.5882Q371.8069 486.57257 373.10376 486.57257Q373.66626 486.57257 374.135 486.7757Q374.6194 486.97882 374.85376 487.30695Q375.08813 487.63507 375.1819 488.07257Q375.22876 488.36945 375.22876 489.10382L375.22876 492.93195L374.1819 492.93195L374.1819 489.1507Q374.1819 488.49445 374.0569 488.18195Q373.9319 487.86945 373.6194 487.68195Q373.3069 487.47882 372.885 487.47882Q372.21313 487.47882 371.71313 487.91632Q371.22876 488.3382 371.22876 489.5257L371.22876 492.93195L370.1819 492.93195ZM381.21313 492.93195L381.21313 492.1507Q380.6194 493.07257 379.47876 493.07257Q378.72876 493.07257 378.10376 492.66632Q377.47876 492.24445 377.135 491.51007Q376.79126 490.7757 376.79126 489.82257Q376.79126 488.9007 377.10376 488.13507Q377.41626 487.36945 378.04126 486.97882Q378.66626 486.57257 379.4319 486.57257Q379.9944 486.57257 380.4319 486.80695Q380.8694 487.04132 381.15063 487.41632L381.15063 484.3382L382.1975 484.3382L382.1975 492.93195L381.21313 492.93195ZM377.885 489.82257Q377.885 491.0257 378.385 491.61945Q378.885 492.19757 379.5725 492.19757Q380.26 492.19757 380.7444 491.63507Q381.22876 491.07257 381.22876 489.91632Q381.22876 488.63507 380.72876 488.04132Q380.2444 487.44757 379.52563 487.44757Q378.8225 487.44757 378.35376 488.0257Q377.885 488.5882 377.885 489.82257ZM388.4319 490.93195L389.52563 491.05695Q389.27563 492.01007 388.5725 492.54132Q387.8694 493.07257 386.79126 493.07257Q385.4319 493.07257 384.6194 492.22882Q383.8225 491.38507 383.8225 489.86945Q383.8225 488.30695 384.635 487.44757Q385.4475 486.57257 386.72876 486.57257Q387.97876 486.57257 388.76 487.41632Q389.5569 488.26007 389.5569 489.80695Q389.5569 489.9007 389.5569 490.0882L384.91626 490.0882Q384.97876 491.11945 385.4944 491.66632Q386.01 492.19757 386.79126 492.19757Q387.3694 492.19757 387.77563 491.9007Q388.1975 491.5882 388.4319 490.93195ZM384.97876 489.22882L388.4475 489.22882Q388.385 488.43195 388.0569 488.04132Q387.54126 487.43195 386.7444 487.43195Q386.01 487.43195 385.51 487.91632Q385.02563 488.4007 384.97876 489.22882ZM391.1819 492.93195L391.1819 486.7132L392.1194 486.7132L392.1194 487.5882Q392.8069 486.57257 394.10376 486.57257Q394.66626 486.57257 395.135 486.7757Q395.6194 486.97882 395.85376 487.30695Q396.08813 487.63507 396.1819 488.07257Q396.22876 488.36945 396.22876 489.10382L396.22876 492.93195L395.1819 492.93195L395.1819 489.1507Q395.1819 488.49445 395.0569 488.18195Q394.9319 487.86945 394.6194 487.68195Q394.3069 487.47882 393.885 487.47882Q393.21313 487.47882 392.71313 487.91632Q392.22876 488.3382 392.22876 489.5257L392.22876 492.93195L391.1819 492.93195ZM400.47876 491.99445L400.635 492.91632Q400.1819 493.01007 399.83813 493.01007Q399.26 493.01007 398.9475 492.8382Q398.635 492.6507 398.4944 492.35382Q398.3694 492.05695 398.3694 491.10382L398.3694 487.5257L397.60376 487.5257L397.60376 486.7132L398.3694 486.7132L398.3694 485.16632L399.41626 484.54132L399.41626 486.7132L400.47876 486.7132L400.47876 487.5257L399.41626 487.5257L399.41626 491.16632Q399.41626 491.61945 399.46313 491.74445Q399.52563 491.86945 399.65063 491.94757Q399.77563 492.0257 400.01 492.0257Q400.1975 492.0257 400.47876 491.99445ZM400.76 491.07257L401.79126 490.91632Q401.885 491.54132 402.27563 491.86945Q402.6819 492.19757 403.41626 492.19757Q404.135 492.19757 404.47876 491.91632Q404.83813 491.61945 404.83813 491.2132Q404.83813 490.85382 404.52563 490.6507Q404.3069 490.51007 403.4475 490.29132Q402.29126 489.99445 401.83813 489.79132Q401.40063 489.57257 401.16626 489.19757Q400.9319 488.82257 400.9319 488.35382Q400.9319 487.94757 401.1194 487.5882Q401.3069 487.22882 401.635 486.99445Q401.885 486.82257 402.3069 486.69757Q402.72876 486.57257 403.22876 486.57257Q403.9475 486.57257 404.4944 486.79132Q405.0569 486.99445 405.3225 487.35382Q405.58813 487.7132 405.6819 488.30695L404.65063 488.44757Q404.58813 487.97882 404.2444 487.7132Q403.91626 487.43195 403.29126 487.43195Q402.5725 487.43195 402.26 487.68195Q401.9475 487.91632 401.9475 488.24445Q401.9475 488.44757 402.0725 488.60382Q402.21313 488.7757 402.47876 488.88507Q402.635 488.94757 403.41626 489.1507Q404.54126 489.4632 404.97876 489.6507Q405.41626 489.8382 405.66626 490.19757Q405.91626 490.55695 405.91626 491.10382Q405.91626 491.63507 405.60376 492.10382Q405.3069 492.55695 404.72876 492.82257Q404.15063 493.07257 403.41626 493.07257Q402.1975 493.07257 401.5569 492.57257Q400.9319 492.05695 400.76 491.07257Z" fill-rule="nonzero"/><path fill="#666666" d="M26.47 91.29024L26.47 82.69649L27.595 82.69649L27.595 91.29024L26.47 91.29024ZM32.141876 93.68086L32.141876 85.07149L33.095 85.07149L33.095 85.86836Q33.43875 85.39961 33.860626 85.16524Q34.298126 84.93086 34.9075 84.93086Q35.704376 84.93086 36.31375 85.33711Q36.923126 85.74336 37.22 86.49336Q37.5325 87.24336 37.5325 88.13399Q37.5325 89.08711 37.18875 89.85274Q36.860626 90.61836 36.204376 91.02461Q35.548126 91.43086 34.829376 91.43086Q34.298126 91.43086 33.87625 91.21211Q33.454376 90.97774 33.18875 90.64961L33.18875 93.68086L32.141876 93.68086ZM33.095 88.21211Q33.095 89.41524 33.579376 89.99336Q34.06375 90.55586 34.75125 90.55586Q35.454376 90.55586 35.954376 89.96211Q36.454376 89.36836 36.454376 88.11836Q36.454376 86.93086 35.97 86.35274Q35.485626 85.75899 34.798126 85.75899Q34.12625 85.75899 33.610626 86.38399Q33.095 87.00899 33.095 88.21211ZM39.12625 91.29024L39.12625 85.07149L40.079376 85.07149L40.079376 86.00899Q40.43875 85.35274 40.735626 85.14961Q41.048126 84.93086 41.423126 84.93086Q41.954376 84.93086 42.50125 85.25899L42.141876 86.24336Q41.75125 86.00899 41.37625 86.00899Q41.016876 86.00899 40.735626 86.22774Q40.47 86.43086 40.360626 86.80586Q40.173126 87.36836 40.173126 88.02461L40.173126 91.29024L39.12625 91.29024ZM42.75125 88.18086Q42.75125 86.44649 43.704376 85.61836Q44.50125 84.93086 45.6575 84.93086Q46.93875 84.93086 47.75125 85.77461Q48.579376 86.60274 48.579376 88.08711Q48.579376 89.29024 48.22 89.97774Q47.860626 90.66524 47.1575 91.05586Q46.47 91.43086 45.6575 91.43086Q44.360626 91.43086 43.548126 90.60274Q42.75125 89.75899 42.75125 88.18086ZM43.829376 88.18086Q43.829376 89.36836 44.345 89.96211Q44.87625 90.55586 45.6575 90.55586Q46.454376 90.55586 46.97 89.96211Q47.485626 89.36836 47.485626 88.14961Q47.485626 86.99336 46.954376 86.39961Q46.43875 85.80586 45.6575 85.80586Q44.87625 85.80586 44.345 86.39961Q43.829376 86.97774 43.829376 88.18086ZM49.93875 91.80586L50.97 91.96211Q51.0325 92.43086 51.329376 92.64961Q51.72 92.94649 52.391876 92.94649Q53.12625 92.94649 53.516876 92.64961Q53.923126 92.35274 54.06375 91.83711Q54.1575 91.50899 54.141876 90.47774Q53.454376 91.29024 52.423126 91.29024Q51.141876 91.29024 50.43875 90.36836Q49.735626 89.43086 49.735626 88.14961Q49.735626 87.25899 50.048126 86.50899Q50.37625 85.74336 50.985626 85.33711Q51.595 84.93086 52.423126 84.93086Q53.5325 84.93086 54.25125 85.82149L54.25125 85.07149L55.22 85.07149L55.22 90.44649Q55.22 91.89961 54.923126 92.50899Q54.62625 93.11836 53.985626 93.46211Q53.345 93.82149 52.4075 93.82149Q51.298126 93.82149 50.610626 93.32149Q49.923126 92.82149 49.93875 91.80586ZM50.81375 88.07149Q50.81375 89.29024 51.298126 89.85274Q51.7825 90.41524 52.516876 90.41524Q53.25125 90.41524 53.735626 89.85274Q54.235626 89.29024 54.235626 88.10274Q54.235626 86.96211 53.72 86.38399Q53.22 85.80586 52.50125 85.80586Q51.798126 85.80586 51.298126 86.38399Q50.81375 86.94649 50.81375 88.07149ZM57.12625 91.29024L57.12625 85.07149L58.079376 85.07149L58.079376 86.00899Q58.43875 85.35274 58.735626 85.14961Q59.048126 84.93086 59.423126 84.93086Q59.954376 84.93086 60.50125 85.25899L60.141876 86.24336Q59.75125 86.00899 59.37625 86.00899Q59.016876 86.00899 58.735626 86.22774Q58.47 86.43086 58.360626 86.80586Q58.173126 87.36836 58.173126 88.02461L58.173126 91.29024L57.12625 91.29024ZM65.20438 90.52461Q64.61063 91.02461 64.06375 91.22774Q63.5325 91.43086 62.9075 91.43086Q61.87625 91.43086 61.329376 90.93086Q60.7825 90.43086 60.7825 89.64961Q60.7825 89.19649 60.985626 88.82149Q61.18875 88.43086 61.5325 88.21211Q61.87625 87.97774 62.298126 87.86836Q62.595 87.77461 63.235626 87.69649Q64.50125 87.55586 65.11063 87.33711Q65.11063 87.11836 65.11063 87.07149Q65.11063 86.41524 64.81375 86.14961Q64.4075 85.80586 63.610626 85.80586Q62.87625 85.80586 62.516876 86.07149Q62.1575 86.32149 61.985626 86.97774L60.954376 86.83711Q61.095 86.18086 61.423126 85.77461Q61.75125 85.36836 62.360626 85.14961Q62.97 84.93086 63.766876 84.93086Q64.56375 84.93086 65.06375 85.11836Q65.56375 85.30586 65.79813 85.58711Q66.0325 85.86836 66.12625 86.30586Q66.17313 86.57149 66.17313 87.27461L66.17313 88.68086Q66.17313 90.14961 66.23563 90.54024Q66.31375 90.93086 66.51688 91.29024L65.4075 91.29024Q65.25125 90.96211 65.20438 90.52461ZM65.11063 88.16524Q64.5325 88.39961 63.391876 88.57149Q62.735626 88.66524 62.47 88.79024Q62.204376 88.89961 62.048126 89.11836Q61.9075 89.33711 61.9075 89.61836Q61.9075 90.04024 62.22 90.32149Q62.548126 90.60274 63.1575 90.60274Q63.766876 90.60274 64.23563 90.33711Q64.72 90.07149 64.93875 89.60274Q65.11063 89.24336 65.11063 88.55586L65.11063 88.16524ZM68.14188 91.29024L68.14188 85.07149L69.07938 85.07149L69.07938 85.94649Q69.37625 85.47774 69.86063 85.21211Q70.345 84.93086 70.97 84.93086Q71.6575 84.93086 72.095 85.21211Q72.54813 85.49336 72.72 86.00899Q73.47 84.93086 74.64188 84.93086Q75.57938 84.93086 76.06375 85.44649Q76.56375 85.94649 76.56375 87.02461L76.56375 91.29024L75.51688 91.29024L75.51688 87.36836Q75.51688 86.74336 75.4075 86.46211Q75.31375 86.18086 75.04813 86.00899Q74.7825 85.83711 74.4075 85.83711Q73.75125 85.83711 73.31375 86.27461Q72.89188 86.71211 72.89188 87.68086L72.89188 91.29024L71.82938 91.29024L71.82938 87.24336Q71.82938 86.54024 71.56375 86.19649Q71.31375 85.83711 70.73563 85.83711Q70.2825 85.83711 69.9075 86.07149Q69.5325 86.30586 69.36063 86.75899Q69.18875 87.21211 69.18875 88.05586L69.18875 91.29024L68.14188 91.29024ZM85.20438 90.52461Q84.61063 91.02461 84.06375 91.22774Q83.5325 91.43086 82.9075 91.43086Q81.87625 91.43086 81.32938 90.93086Q80.7825 90.43086 80.7825 89.64961Q80.7825 89.19649 80.98563 88.82149Q81.18875 88.43086 81.5325 88.21211Q81.87625 87.97774 82.29813 87.86836Q82.595 87.77461 83.23563 87.69649Q84.50125 87.55586 85.11063 87.33711Q85.11063 87.11836 85.11063 87.07149Q85.11063 86.41524 84.81375 86.14961Q84.4075 85.80586 83.61063 85.80586Q82.87625 85.80586 82.51688 86.07149Q82.1575 86.32149 81.98563 86.97774L80.95438 86.83711Q81.095 86.18086 81.42313 85.77461Q81.75125 85.36836 82.36063 85.14961Q82.97 84.93086 83.76688 84.93086Q84.56375 84.93086 85.06375 85.11836Q85.56375 85.30586 85.79813 85.58711Q86.0325 85.86836 86.12625 86.30586Q86.17313 86.57149 86.17313 87.27461L86.17313 88.68086Q86.17313 90.14961 86.23563 90.54024Q86.31375 90.93086 86.51688 91.29024L85.4075 91.29024Q85.25125 90.96211 85.20438 90.52461ZM85.11063 88.16524Q84.5325 88.39961 83.39188 88.57149Q82.73563 88.66524 82.47 88.79024Q82.20438 88.89961 82.04813 89.11836Q81.9075 89.33711 81.9075 89.61836Q81.9075 90.04024 82.22 90.32149Q82.54813 90.60274 83.1575 90.60274Q83.76688 90.60274 84.23563 90.33711Q84.72 90.07149 84.93875 89.60274Q85.11063 89.24336 85.11063 88.55586L85.11063 88.16524ZM90.43875 90.35274L90.595 91.27461Q90.14188 91.36836 89.79813 91.36836Q89.22 91.36836 88.9075 91.19649Q88.595 91.00899 88.45438 90.71211Q88.32938 90.41524 88.32938 89.46211L88.32938 85.88399L87.56375 85.88399L87.56375 85.07149L88.32938 85.07149L88.32938 83.52461L89.37625 82.89961L89.37625 85.07149L90.43875 85.07149L90.43875 85.88399L89.37625 85.88399L89.37625 89.52461Q89.37625 89.97774 89.42313 90.10274Q89.48563 90.22774 89.61063 90.30586Q89.73563 90.38399 89.97 90.38399Q90.1575 90.38399 90.43875 90.35274ZM95.2825 91.29024L93.37625 85.07149L94.47 85.07149L95.45438 88.66524L95.82938 89.99336Q95.86063 89.89961 96.1575 88.71211L97.14188 85.07149L98.22 85.07149L99.1575 88.68086L99.47 89.86836L99.82938 88.66524L100.89188 85.07149L101.92313 85.07149L99.97 91.29024L98.87625 91.29024L97.89188 87.55586L97.64188 86.50899L96.39188 91.29024L95.2825 91.29024ZM102.75125 88.18086Q102.75125 86.44649 103.70438 85.61836Q104.50125 84.93086 105.6575 84.93086Q106.93875 84.93086 107.75125 85.77461Q108.57938 86.60274 108.57938 88.08711Q108.57938 89.29024 108.22 89.97774Q107.86063 90.66524 107.1575 91.05586Q106.47 91.43086 105.6575 91.43086Q104.36063 91.43086 103.54813 90.60274Q102.75125 89.75899 102.75125 88.18086ZM103.82938 88.18086Q103.82938 89.36836 104.345 89.96211Q104.87625 90.55586 105.6575 90.55586Q106.45438 90.55586 106.97 89.96211Q107.48563 89.36836 107.48563 88.14961Q107.48563 86.99336 106.95438 86.39961Q106.43875 85.80586 105.6575 85.80586Q104.87625 85.80586 104.345 86.39961Q103.82938 86.97774 103.82938 88.18086ZM110.12625 91.29024L110.12625 85.07149L111.07938 85.07149L111.07938 86.00899Q111.43875 85.35274 111.73563 85.14961Q112.04813 84.93086 112.42313 84.93086Q112.95438 84.93086 113.50125 85.25899L113.14188 86.24336Q112.75125 86.00899 112.37625 86.00899Q112.01688 86.00899 111.73563 86.22774Q111.47 86.43086 111.36063 86.80586Q111.17313 87.36836 111.17313 88.02461L111.17313 91.29024L110.12625 91.29024ZM114.14188 91.29024L114.14188 82.69649L115.20438 82.69649L115.20438 87.60274L117.68875 85.07149L119.06375 85.07149L116.67313 87.36836L119.29813 91.29024L118.00125 91.29024L115.93875 88.10274L115.20438 88.82149L115.20438 91.29024L114.14188 91.29024ZM123.14188 83.91524L123.14188 82.69649L124.20438 82.69649L124.20438 83.91524L123.14188 83.91524ZM123.14188 91.29024L123.14188 85.07149L124.20438 85.07149L124.20438 91.29024L123.14188 91.29024ZM126.14188 91.29024L126.14188 85.07149L127.07938 85.07149L127.07938 85.94649Q127.76688 84.93086 129.06375 84.93086Q129.62625 84.93086 130.095 85.13399Q130.57938 85.33711 130.81375 85.66524Q131.04813 85.99336 131.14188 86.43086Q131.18875 86.72774 131.18875 87.46211L131.18875 91.29024L130.14188 91.29024L130.14188 87.50899Q130.14188 86.85274 130.01688 86.54024Q129.89188 86.22774 129.57938 86.04024Q129.26688 85.83711 128.845 85.83711Q128.17313 85.83711 127.67313 86.27461Q127.18875 86.69649 127.18875 87.88399L127.18875 91.29024L126.14188 91.29024Z" fill-rule="nonzero"/><path fill="#666666" d="M121.29813 101.91524L121.29813 100.91524L124.92313 100.89961L124.92313 104.08711Q124.095 104.75899 123.20438 105.10274Q122.31375 105.43086 121.37625 105.43086Q120.11063 105.43086 119.06375 104.89961Q118.0325 104.35274 117.50125 103.33711Q116.98563 102.30586 116.98563 101.04024Q116.98563 99.77461 117.50125 98.69649Q118.0325 97.60274 119.01688 97.08711Q120.00125 96.55586 121.2825 96.55586Q122.22 96.55586 122.97 96.85274Q123.72 97.14961 124.14188 97.69649Q124.57938 98.22774 124.79813 99.10274L123.7825 99.38399Q123.57938 98.72774 123.2825 98.35274Q123.00125 97.97774 122.47 97.75899Q121.93875 97.52461 121.29813 97.52461Q120.51688 97.52461 119.93875 97.75899Q119.37625 97.99336 119.01688 98.38399Q118.67313 98.77461 118.48563 99.24336Q118.1575 100.04024 118.1575 100.96211Q118.1575 102.11836 118.54813 102.89961Q118.95438 103.66524 119.70438 104.04024Q120.45438 104.41524 121.31375 104.41524Q122.04813 104.41524 122.75125 104.13399Q123.45438 103.83711 123.81375 103.52461L123.81375 101.91524L121.29813 101.91524ZM125.75125 102.18086Q125.75125 100.44649 126.70438 99.61836Q127.50125 98.93086 128.6575 98.93086Q129.93875 98.93086 130.75125 99.77461Q131.57938 100.60274 131.57938 102.08711Q131.57938 103.29024 131.22 103.97774Q130.86063 104.66524 130.1575 105.05586Q129.47 105.43086 128.6575 105.43086Q127.36063 105.43086 126.54813 104.60274Q125.75125 103.75899 125.75125 102.18086ZM126.82938 102.18086Q126.82938 103.36836 127.345 103.96211Q127.87625 104.55586 128.6575 104.55586Q129.45438 104.55586 129.97 103.96211Q130.48563 103.36836 130.48563 102.14961Q130.48563 100.99336 129.95438 100.39961Q129.43875 99.80586 128.6575 99.80586Q127.87625 99.80586 127.345 100.39961Q126.82938 100.97774 126.82938 102.18086Z" fill-rule="nonzero"/><path fill="#666666" d="M49.47 154.96225L49.47 146.3685L50.595 146.3685L50.595 154.96225L49.47 154.96225ZM55.141876 157.35287L55.141876 148.7435L56.095 148.7435L56.095 149.54037Q56.43875 149.07162 56.860626 148.83725Q57.298126 148.60287 57.9075 148.60287Q58.704376 148.60287 59.31375 149.00912Q59.923126 149.41537 60.22 150.16537Q60.5325 150.91537 60.5325 151.806Q60.5325 152.75912 60.18875 153.52475Q59.860626 154.29037 59.204376 154.69662Q58.548126 155.10287 57.829376 155.10287Q57.298126 155.10287 56.87625 154.88412Q56.454376 154.64975 56.18875 154.32162L56.18875 157.35287L55.141876 157.35287ZM56.095 151.88412Q56.095 153.08725 56.579376 153.66537Q57.06375 154.22787 57.75125 154.22787Q58.454376 154.22787 58.954376 153.63412Q59.454376 153.04037 59.454376 151.79037Q59.454376 150.60287 58.97 150.02475Q58.485626 149.431 57.798126 149.431Q57.12625 149.431 56.610626 150.056Q56.095 150.681 56.095 151.88412ZM62.12625 154.96225L62.12625 148.7435L63.079376 148.7435L63.079376 149.681Q63.43875 149.02475 63.735626 148.82162Q64.04813 148.60287 64.42313 148.60287Q64.95438 148.60287 65.50125 148.931L65.14188 149.91537Q64.75125 149.681 64.37625 149.681Q64.01688 149.681 63.735626 149.89975Q63.47 150.10287 63.360626 150.47787Q63.173126 151.04037 63.173126 151.69662L63.173126 154.96225L62.12625 154.96225ZM65.75125 151.85287Q65.75125 150.1185 66.70438 149.29037Q67.50125 148.60287 68.6575 148.60287Q69.93875 148.60287 70.75125 149.44662Q71.57938 150.27475 71.57938 151.75912Q71.57938 152.96225 71.22 153.64975Q70.86063 154.33725 70.1575 154.72787Q69.47 155.10287 68.6575 155.10287Q67.36063 155.10287 66.54813 154.27475Q65.75125 153.431 65.75125 151.85287ZM66.82938 151.85287Q66.82938 153.04037 67.345 153.63412Q67.87625 154.22787 68.6575 154.22787Q69.45438 154.22787 69.97 153.63412Q70.48563 153.04037 70.48563 151.82162Q70.48563 150.66537 69.95438 150.07162Q69.43875 149.47787 68.6575 149.47787Q67.87625 149.47787 67.345 150.07162Q66.82938 150.64975 66.82938 151.85287ZM72.93875 155.47787L73.97 155.63412Q74.0325 156.10287 74.32938 156.32162Q74.72 156.6185 75.39188 156.6185Q76.12625 156.6185 76.51688 156.32162Q76.92313 156.02475 77.06375 155.50912Q77.1575 155.181 77.14188 154.14975Q76.45438 154.96225 75.42313 154.96225Q74.14188 154.96225 73.43875 154.04037Q72.73563 153.10287 72.73563 151.82162Q72.73563 150.931 73.04813 150.181Q73.37625 149.41537 73.98563 149.00912Q74.595 148.60287 75.42313 148.60287Q76.5325 148.60287 77.25125 149.4935L77.25125 148.7435L78.22 148.7435L78.22 154.1185Q78.22 155.57162 77.92313 156.181Q77.62625 156.79037 76.98563 157.13412Q76.345 157.4935 75.4075 157.4935Q74.29813 157.4935 73.61063 156.9935Q72.92313 156.4935 72.93875 155.47787ZM73.81375 151.7435Q73.81375 152.96225 74.29813 153.52475Q74.7825 154.08725 75.51688 154.08725Q76.25125 154.08725 76.73563 153.52475Q77.23563 152.96225 77.23563 151.77475Q77.23563 150.63412 76.72 150.056Q76.22 149.47787 75.50125 149.47787Q74.79813 149.47787 74.29813 150.056Q73.81375 150.6185 73.81375 151.7435ZM80.12625 154.96225L80.12625 148.7435L81.07938 148.7435L81.07938 149.681Q81.43875 149.02475 81.73563 148.82162Q82.04813 148.60287 82.42313 148.60287Q82.95438 148.60287 83.50125 148.931L83.14188 149.91537Q82.75125 149.681 82.37625 149.681Q82.01688 149.681 81.73563 149.89975Q81.47 150.10287 81.36063 150.47787Q81.17313 151.04037 81.17313 151.69662L81.17313 154.96225L80.12625 154.96225ZM88.20438 154.19662Q87.61063 154.69662 87.06375 154.89975Q86.5325 155.10287 85.9075 155.10287Q84.87625 155.10287 84.32938 154.60287Q83.7825 154.10287 83.7825 153.32162Q83.7825 152.8685 83.98563 152.4935Q84.18875 152.10287 84.5325 151.88412Q84.87625 151.64975 85.29813 151.54037Q85.595 151.44662 86.23563 151.3685Q87.50125 151.22787 88.11063 151.00912Q88.11063 150.79037 88.11063 150.7435Q88.11063 150.08725 87.81375 149.82162Q87.4075 149.47787 86.61063 149.47787Q85.87625 149.47787 85.51688 149.7435Q85.1575 149.9935 84.98563 150.64975L83.95438 150.50912Q84.095 149.85287 84.42313 149.44662Q84.75125 149.04037 85.36063 148.82162Q85.97 148.60287 86.76688 148.60287Q87.56375 148.60287 88.06375 148.79037Q88.56375 148.97787 88.79813 149.25912Q89.0325 149.54037 89.12625 149.97787Q89.17313 150.2435 89.17313 150.94662L89.17313 152.35287Q89.17313 153.82162 89.23563 154.21225Q89.31375 154.60287 89.51688 154.96225L88.4075 154.96225Q88.25125 154.63412 88.20438 154.19662ZM88.11063 151.83725Q87.5325 152.07162 86.39188 152.2435Q85.73563 152.33725 85.47 152.46225Q85.20438 152.57162 85.04813 152.79037Q84.9075 153.00912 84.9075 153.29037Q84.9075 153.71225 85.22 153.9935Q85.54813 154.27475 86.1575 154.27475Q86.76688 154.27475 87.23563 154.00912Q87.72 153.7435 87.93875 153.27475Q88.11063 152.91537 88.11063 152.22787L88.11063 151.83725ZM91.14188 154.96225L91.14188 148.7435L92.07938 148.7435L92.07938 149.6185Q92.37625 149.14975 92.86063 148.88412Q93.345 148.60287 93.97 148.60287Q94.6575 148.60287 95.095 148.88412Q95.54813 149.16537 95.72 149.681Q96.47 148.60287 97.64188 148.60287Q98.57938 148.60287 99.06375 149.1185Q99.56375 149.6185 99.56375 150.69662L99.56375 154.96225L98.51688 154.96225L98.51688 151.04037Q98.51688 150.41537 98.4075 150.13412Q98.31375 149.85287 98.04813 149.681Q97.7825 149.50912 97.4075 149.50912Q96.75125 149.50912 96.31375 149.94662Q95.89188 150.38412 95.89188 151.35287L95.89188 154.96225L94.82938 154.96225L94.82938 150.91537Q94.82938 150.21225 94.56375 149.8685Q94.31375 149.50912 93.73563 149.50912Q93.2825 149.50912 92.9075 149.7435Q92.5325 149.97787 92.36063 150.431Q92.18875 150.88412 92.18875 151.72787L92.18875 154.96225L91.14188 154.96225ZM104.14188 147.58725L104.14188 146.3685L105.20438 146.3685L105.20438 147.58725L104.14188 147.58725ZM104.14188 154.96225L104.14188 148.7435L105.20438 148.7435L105.20438 154.96225L104.14188 154.96225ZM107.14188 154.96225L107.14188 148.7435L108.07938 148.7435L108.07938 149.6185Q108.76688 148.60287 110.06375 148.60287Q110.62625 148.60287 111.095 148.806Q111.57938 149.00912 111.81375 149.33725Q112.04813 149.66537 112.14188 150.10287Q112.18875 150.39975 112.18875 151.13412L112.18875 154.96225L111.14188 154.96225L111.14188 151.181Q111.14188 150.52475 111.01688 150.21225Q110.89188 149.89975 110.57938 149.71225Q110.26688 149.50912 109.845 149.50912Q109.17313 149.50912 108.67313 149.94662Q108.18875 150.3685 108.18875 151.556L108.18875 154.96225L107.14188 154.96225ZM121.29813 151.58725L121.29813 150.58725L124.92313 150.57162L124.92313 153.75912Q124.095 154.431 123.20438 154.77475Q122.31375 155.10287 121.37625 155.10287Q120.11063 155.10287 119.06375 154.57162Q118.0325 154.02475 117.50125 153.00912Q116.98563 151.97787 116.98563 150.71225Q116.98563 149.44662 117.50125 148.3685Q118.0325 147.27475 119.01688 146.75912Q120.00125 146.22787 121.2825 146.22787Q122.22 146.22787 122.97 146.52475Q123.72 146.82162 124.14188 147.3685Q124.57938 147.89975 124.79813 148.77475L123.7825 149.056Q123.57938 148.39975 123.2825 148.02475Q123.00125 147.64975 122.47 147.431Q121.93875 147.19662 121.29813 147.19662Q120.51688 147.19662 119.93875 147.431Q119.37625 147.66537 119.01688 148.056Q118.67313 148.44662 118.48563 148.91537Q118.1575 149.71225 118.1575 150.63412Q118.1575 151.79037 118.54813 152.57162Q118.95438 153.33725 119.70438 153.71225Q120.45438 154.08725 121.31375 154.08725Q122.04813 154.08725 122.75125 153.806Q123.45438 153.50912 123.81375 153.19662L123.81375 151.58725L121.29813 151.58725ZM125.75125 151.85287Q125.75125 150.1185 126.70438 149.29037Q127.50125 148.60287 128.6575 148.60287Q129.93875 148.60287 130.75125 149.44662Q131.57938 150.27475 131.57938 151.75912Q131.57938 152.96225 131.22 153.64975Q130.86063 154.33725 130.1575 154.72787Q129.47 155.10287 128.6575 155.10287Q127.36063 155.10287 126.54813 154.27475Q125.75125 153.431 125.75125 151.85287ZM126.82938 151.85287Q126.82938 153.04037 127.345 153.63412Q127.87625 154.22787 128.6575 154.22787Q129.45438 154.22787 129.97 153.63412Q130.48563 153.04037 130.48563 151.82162Q130.48563 150.66537 129.95438 150.07162Q129.43875 149.47787 128.6575 149.47787Q127.87625 149.47787 127.345 150.07162Q126.82938 150.64975 126.82938 151.85287Z" fill-rule="nonzero"/><path fill="#666666" d="M50.75125 165.85287Q50.75125 164.1185 51.704376 163.29037Q52.50125 162.60287 53.6575 162.60287Q54.93875 162.60287 55.75125 163.44662Q56.579376 164.27475 56.579376 165.75912Q56.579376 166.96225 56.22 167.64975Q55.860626 168.33725 55.1575 168.72787Q54.47 169.10287 53.6575 169.10287Q52.360626 169.10287 51.548126 168.27475Q50.75125 167.431 50.75125 165.85287ZM51.829376 165.85287Q51.829376 167.04037 52.345 167.63412Q52.87625 168.22787 53.6575 168.22787Q54.454376 168.22787 54.97 167.63412Q55.485626 167.04037 55.485626 165.82162Q55.485626 164.66537 54.954376 164.07162Q54.43875 163.47787 53.6575 163.47787Q52.87625 163.47787 52.345 164.07162Q51.829376 164.64975 51.829376 165.85287ZM62.22 168.96225L62.22 168.04037Q61.485626 169.10287 60.235626 169.10287Q59.68875 169.10287 59.204376 168.89975Q58.735626 168.681 58.50125 168.3685Q58.266876 168.04037 58.173126 167.57162Q58.110626 167.27475 58.110626 166.58725L58.110626 162.7435L59.173126 162.7435L59.173126 166.19662Q59.173126 167.00912 59.235626 167.306Q59.329376 167.71225 59.641876 167.96225Q59.97 168.19662 60.454376 168.19662Q60.923126 168.19662 61.329376 167.96225Q61.75125 167.71225 61.923126 167.29037Q62.110626 166.8685 62.110626 166.07162L62.110626 162.7435L63.1575 162.7435L63.1575 168.96225L62.22 168.96225ZM67.43875 168.02475L67.595 168.94662Q67.14188 169.04037 66.79813 169.04037Q66.22 169.04037 65.9075 168.8685Q65.595 168.681 65.45438 168.38412Q65.32938 168.08725 65.32938 167.13412L65.32938 163.556L64.56375 163.556L64.56375 162.7435L65.32938 162.7435L65.32938 161.19662L66.37625 160.57162L66.37625 162.7435L67.43875 162.7435L67.43875 163.556L66.37625 163.556L66.37625 167.19662Q66.37625 167.64975 66.42313 167.77475Q66.48563 167.89975 66.61063 167.97787Q66.73563 168.056 66.97 168.056Q67.1575 168.056 67.43875 168.02475ZM67.72 167.10287L68.75125 166.94662Q68.845 167.57162 69.23563 167.89975Q69.64188 168.22787 70.37625 168.22787Q71.095 168.22787 71.43875 167.94662Q71.79813 167.64975 71.79813 167.2435Q71.79813 166.88412 71.48563 166.681Q71.26688 166.54037 70.4075 166.32162Q69.25125 166.02475 68.79813 165.82162Q68.36063 165.60287 68.12625 165.22787Q67.89188 164.85287 67.89188 164.38412Q67.89188 163.97787 68.07938 163.6185Q68.26688 163.25912 68.595 163.02475Q68.845 162.85287 69.26688 162.72787Q69.68875 162.60287 70.18875 162.60287Q70.9075 162.60287 71.45438 162.82162Q72.01688 163.02475 72.2825 163.38412Q72.54813 163.7435 72.64188 164.33725L71.61063 164.47787Q71.54813 164.00912 71.20438 163.7435Q70.87625 163.46225 70.25125 163.46225Q69.5325 163.46225 69.22 163.71225Q68.9075 163.94662 68.9075 164.27475Q68.9075 164.47787 69.0325 164.63412Q69.17313 164.806 69.43875 164.91537Q69.595 164.97787 70.37625 165.181Q71.50125 165.4935 71.93875 165.681Q72.37625 165.8685 72.62625 166.22787Q72.87625 166.58725 72.87625 167.13412Q72.87625 167.66537 72.56375 168.13412Q72.26688 168.58725 71.68875 168.85287Q71.11063 169.10287 70.37625 169.10287Q69.1575 169.10287 68.51688 168.60287Q67.89188 168.08725 67.72 167.10287ZM74.14188 161.58725L74.14188 160.3685L75.20438 160.3685L75.20438 161.58725L74.14188 161.58725ZM74.14188 168.96225L74.14188 162.7435L75.20438 162.7435L75.20438 168.96225L74.14188 168.96225ZM81.17313 168.96225L81.17313 168.181Q80.57938 169.10287 79.43875 169.10287Q78.68875 169.10287 78.06375 168.69662Q77.43875 168.27475 77.095 167.54037Q76.75125 166.806 76.75125 165.85287Q76.75125 164.931 77.06375 164.16537Q77.37625 163.39975 78.00125 163.00912Q78.62625 162.60287 79.39188 162.60287Q79.95438 162.60287 80.39188 162.83725Q80.82938 163.07162 81.11063 163.44662L81.11063 160.3685L82.1575 160.3685L82.1575 168.96225L81.17313 168.96225ZM77.845 165.85287Q77.845 167.056 78.345 167.64975Q78.845 168.22787 79.5325 168.22787Q80.22 168.22787 80.70438 167.66537Q81.18875 167.10287 81.18875 165.94662Q81.18875 164.66537 80.68875 164.07162Q80.20438 163.47787 79.48563 163.47787Q78.7825 163.47787 78.31375 164.056Q77.845 164.6185 77.845 165.85287ZM88.39188 166.96225L89.48563 167.08725Q89.23563 168.04037 88.5325 168.57162Q87.82938 169.10287 86.75125 169.10287Q85.39188 169.10287 84.57938 168.25912Q83.7825 167.41537 83.7825 165.89975Q83.7825 164.33725 84.595 163.47787Q85.4075 162.60287 86.68875 162.60287Q87.93875 162.60287 88.72 163.44662Q89.51688 164.29037 89.51688 165.83725Q89.51688 165.931 89.51688 166.1185L84.87625 166.1185Q84.93875 167.14975 85.45438 167.69662Q85.97 168.22787 86.75125 168.22787Q87.32938 168.22787 87.73563 167.931Q88.1575 167.6185 88.39188 166.96225ZM84.93875 165.25912L88.4075 165.25912Q88.345 164.46225 88.01688 164.07162Q87.50125 163.46225 86.70438 163.46225Q85.97 163.46225 85.47 163.94662Q84.98563 164.431 84.93875 165.25912ZM93.75125 165.85287Q93.75125 164.1185 94.70438 163.29037Q95.50125 162.60287 96.6575 162.60287Q97.93875 162.60287 98.75125 163.44662Q99.57938 164.27475 99.57938 165.75912Q99.57938 166.96225 99.22 167.64975Q98.86063 168.33725 98.1575 168.72787Q97.47 169.10287 96.6575 169.10287Q95.36063 169.10287 94.54813 168.27475Q93.75125 167.431 93.75125 165.85287ZM94.82938 165.85287Q94.82938 167.04037 95.345 167.63412Q95.87625 168.22787 96.6575 168.22787Q97.45438 168.22787 97.97 167.63412Q98.48563 167.04037 98.48563 165.82162Q98.48563 164.66537 97.95438 164.07162Q97.43875 163.47787 96.6575 163.47787Q95.87625 163.47787 95.345 164.07162Q94.82938 164.64975 94.82938 165.85287ZM101.39188 168.96225L101.39188 163.556L100.45438 163.556L100.45438 162.7435L101.39188 162.7435L101.39188 162.07162Q101.39188 161.44662 101.50125 161.14975Q101.6575 160.72787 102.0325 160.47787Q102.42313 160.22787 103.11063 160.22787Q103.56375 160.22787 104.095 160.33725L103.93875 161.2435Q103.61063 161.19662 103.31375 161.19662Q102.82938 161.19662 102.62625 161.39975Q102.43875 161.60287 102.43875 162.16537L102.43875 162.7435L103.6575 162.7435L103.6575 163.556L102.43875 163.556L102.43875 168.96225L101.39188 168.96225ZM108.2825 168.96225L106.37625 162.7435L107.47 162.7435L108.45438 166.33725L108.82938 167.66537Q108.86063 167.57162 109.1575 166.38412L110.14188 162.7435L111.22 162.7435L112.1575 166.35287L112.47 167.54037L112.82938 166.33725L113.89188 162.7435L114.92313 162.7435L112.97 168.96225L111.87625 168.96225L110.89188 165.22787L110.64188 164.181L109.39188 168.96225L108.2825 168.96225ZM115.75125 165.85287Q115.75125 164.1185 116.70438 163.29037Q117.50125 162.60287 118.6575 162.60287Q119.93875 162.60287 120.75125 163.44662Q121.57938 164.27475 121.57938 165.75912Q121.57938 166.96225 121.22 167.64975Q120.86063 168.33725 120.1575 168.72787Q119.47 169.10287 118.6575 169.10287Q117.36063 169.10287 116.54813 168.27475Q115.75125 167.431 115.75125 165.85287ZM116.82938 165.85287Q116.82938 167.04037 117.345 167.63412Q117.87625 168.22787 118.6575 168.22787Q119.45438 168.22787 119.97 167.63412Q120.48563 167.04037 120.48563 165.82162Q120.48563 164.66537 119.95438 164.07162Q119.43875 163.47787 118.6575 163.47787Q117.87625 163.47787 117.345 164.07162Q116.82938 164.64975 116.82938 165.85287ZM123.12625 168.96225L123.12625 162.7435L124.07938 162.7435L124.07938 163.681Q124.43875 163.02475 124.73563 162.82162Q125.04813 162.60287 125.42313 162.60287Q125.95438 162.60287 126.50125 162.931L126.14188 163.91537Q125.75125 163.681 125.37625 163.681Q125.01688 163.681 124.73563 163.89975Q124.47 164.10287 124.36063 164.47787Q124.17313 165.04037 124.17313 165.69662L124.17313 168.96225L123.12625 168.96225ZM127.14188 168.96225L127.14188 160.3685L128.20438 160.3685L128.20438 165.27475L130.68875 162.7435L132.06375 162.7435L129.67313 165.04037L132.29813 168.96225L131.00125 168.96225L128.93875 165.77475L128.20438 166.4935L128.20438 168.96225L127.14188 168.96225Z" fill-rule="nonzero"/><path fill="#666666" d="M26.47 218.63426L26.47 210.04051L27.595 210.04051L27.595 218.63426L26.47 218.63426ZM32.141876 221.02489L32.141876 212.41551L33.095 212.41551L33.095 213.21239Q33.43875 212.74364 33.860626 212.50926Q34.298126 212.27489 34.9075 212.27489Q35.704376 212.27489 36.31375 212.68114Q36.923126 213.08739 37.22 213.83739Q37.5325 214.58739 37.5325 215.47801Q37.5325 216.43114 37.18875 217.19676Q36.860626 217.96239 36.204376 218.36864Q35.548126 218.77489 34.829376 218.77489Q34.298126 218.77489 33.87625 218.55614Q33.454376 218.32176 33.18875 217.99364L33.18875 221.02489L32.141876 221.02489ZM33.095 215.55614Q33.095 216.75926 33.579376 217.33739Q34.06375 217.89989 34.75125 217.89989Q35.454376 217.89989 35.954376 217.30614Q36.454376 216.71239 36.454376 215.46239Q36.454376 214.27489 35.97 213.69676Q35.485626 213.10301 34.798126 213.10301Q34.12625 213.10301 33.610626 213.72801Q33.095 214.35301 33.095 215.55614ZM39.12625 218.63426L39.12625 212.41551L40.079376 212.41551L40.079376 213.35301Q40.43875 212.69676 40.735626 212.49364Q41.048126 212.27489 41.423126 212.27489Q41.954376 212.27489 42.50125 212.60301L42.141876 213.58739Q41.75125 213.35301 41.37625 213.35301Q41.016876 213.35301 40.735626 213.57176Q40.47 213.77489 40.360626 214.14989Q40.173126 214.71239 40.173126 215.36864L40.173126 218.63426L39.12625 218.63426ZM42.75125 215.52489Q42.75125 213.79051 43.704376 212.96239Q44.50125 212.27489 45.6575 212.27489Q46.93875 212.27489 47.75125 213.11864Q48.579376 213.94676 48.579376 215.43114Q48.579376 216.63426 48.22 217.32176Q47.860626 218.00926 47.1575 218.39989Q46.47 218.77489 45.6575 218.77489Q44.360626 218.77489 43.548126 217.94676Q42.75125 217.10301 42.75125 215.52489ZM43.829376 215.52489Q43.829376 216.71239 44.345 217.30614Q44.87625 217.89989 45.6575 217.89989Q46.454376 217.89989 46.97 217.30614Q47.485626 216.71239 47.485626 215.49364Q47.485626 214.33739 46.954376 213.74364Q46.43875 213.14989 45.6575 213.14989Q44.87625 213.14989 44.345 213.74364Q43.829376 214.32176 43.829376 215.52489ZM49.93875 219.14989L50.97 219.30614Q51.0325 219.77489 51.329376 219.99364Q51.72 220.29051 52.391876 220.29051Q53.12625 220.29051 53.516876 219.99364Q53.923126 219.69676 54.06375 219.18114Q54.1575 218.85301 54.141876 217.82176Q53.454376 218.63426 52.423126 218.63426Q51.141876 218.63426 50.43875 217.71239Q49.735626 216.77489 49.735626 215.49364Q49.735626 214.60301 50.048126 213.85301Q50.37625 213.08739 50.985626 212.68114Q51.595 212.27489 52.423126 212.27489Q53.5325 212.27489 54.25125 213.16551L54.25125 212.41551L55.22 212.41551L55.22 217.79051Q55.22 219.24364 54.923126 219.85301Q54.62625 220.46239 53.985626 220.80614Q53.345 221.16551 52.4075 221.16551Q51.298126 221.16551 50.610626 220.66551Q49.923126 220.16551 49.93875 219.14989ZM50.81375 215.41551Q50.81375 216.63426 51.298126 217.19676Q51.7825 217.75926 52.516876 217.75926Q53.25125 217.75926 53.735626 217.19676Q54.235626 216.63426 54.235626 215.44676Q54.235626 214.30614 53.72 213.72801Q53.22 213.14989 52.50125 213.14989Q51.798126 213.14989 51.298126 213.72801Q50.81375 214.29051 50.81375 215.41551ZM57.12625 218.63426L57.12625 212.41551L58.079376 212.41551L58.079376 213.35301Q58.43875 212.69676 58.735626 212.49364Q59.048126 212.27489 59.423126 212.27489Q59.954376 212.27489 60.50125 212.60301L60.141876 213.58739Q59.75125 213.35301 59.37625 213.35301Q59.016876 213.35301 58.735626 213.57176Q58.47 213.77489 58.360626 214.14989Q58.173126 214.71239 58.173126 215.36864L58.173126 218.63426L57.12625 218.63426ZM65.20438 217.86864Q64.61063 218.36864 64.06375 218.57176Q63.5325 218.77489 62.9075 218.77489Q61.87625 218.77489 61.329376 218.27489Q60.7825 217.77489 60.7825 216.99364Q60.7825 216.54051 60.985626 216.16551Q61.18875 215.77489 61.5325 215.55614Q61.87625 215.32176 62.298126 215.21239Q62.595 215.11864 63.235626 215.04051Q64.50125 214.89989 65.11063 214.68114Q65.11063 214.46239 65.11063 214.41551Q65.11063 213.75926 64.81375 213.49364Q64.4075 213.14989 63.610626 213.14989Q62.87625 213.14989 62.516876 213.41551Q62.1575 213.66551 61.985626 214.32176L60.954376 214.18114Q61.095 213.52489 61.423126 213.11864Q61.75125 212.71239 62.360626 212.49364Q62.97 212.27489 63.766876 212.27489Q64.56375 212.27489 65.06375 212.46239Q65.56375 212.64989 65.79813 212.93114Q66.0325 213.21239 66.12625 213.64989Q66.17313 213.91551 66.17313 214.61864L66.17313 216.02489Q66.17313 217.49364 66.23563 217.88426Q66.31375 218.27489 66.51688 218.63426L65.4075 218.63426Q65.25125 218.30614 65.20438 217.86864ZM65.11063 215.50926Q64.5325 215.74364 63.391876 215.91551Q62.735626 216.00926 62.47 216.13426Q62.204376 216.24364 62.048126 216.46239Q61.9075 216.68114 61.9075 216.96239Q61.9075 217.38426 62.22 217.66551Q62.548126 217.94676 63.1575 217.94676Q63.766876 217.94676 64.23563 217.68114Q64.72 217.41551 64.93875 216.94676Q65.11063 216.58739 65.11063 215.89989L65.11063 215.50926ZM68.14188 218.63426L68.14188 212.41551L69.07938 212.41551L69.07938 213.29051Q69.37625 212.82176 69.86063 212.55614Q70.345 212.27489 70.97 212.27489Q71.6575 212.27489 72.095 212.55614Q72.54813 212.83739 72.72 213.35301Q73.47 212.27489 74.64188 212.27489Q75.57938 212.27489 76.06375 212.79051Q76.56375 213.29051 76.56375 214.36864L76.56375 218.63426L75.51688 218.63426L75.51688 214.71239Q75.51688 214.08739 75.4075 213.80614Q75.31375 213.52489 75.04813 213.35301Q74.7825 213.18114 74.4075 213.18114Q73.75125 213.18114 73.31375 213.61864Q72.89188 214.05614 72.89188 215.02489L72.89188 218.63426L71.82938 218.63426L71.82938 214.58739Q71.82938 213.88426 71.56375 213.54051Q71.31375 213.18114 70.73563 213.18114Q70.2825 213.18114 69.9075 213.41551Q69.5325 213.64989 69.36063 214.10301Q69.18875 214.55614 69.18875 215.39989L69.18875 218.63426L68.14188 218.63426ZM85.20438 217.86864Q84.61063 218.36864 84.06375 218.57176Q83.5325 218.77489 82.9075 218.77489Q81.87625 218.77489 81.32938 218.27489Q80.7825 217.77489 80.7825 216.99364Q80.7825 216.54051 80.98563 216.16551Q81.18875 215.77489 81.5325 215.55614Q81.87625 215.32176 82.29813 215.21239Q82.595 215.11864 83.23563 215.04051Q84.50125 214.89989 85.11063 214.68114Q85.11063 214.46239 85.11063 214.41551Q85.11063 213.75926 84.81375 213.49364Q84.4075 213.14989 83.61063 213.14989Q82.87625 213.14989 82.51688 213.41551Q82.1575 213.66551 81.98563 214.32176L80.95438 214.18114Q81.095 213.52489 81.42313 213.11864Q81.75125 212.71239 82.36063 212.49364Q82.97 212.27489 83.76688 212.27489Q84.56375 212.27489 85.06375 212.46239Q85.56375 212.64989 85.79813 212.93114Q86.0325 213.21239 86.12625 213.64989Q86.17313 213.91551 86.17313 214.61864L86.17313 216.02489Q86.17313 217.49364 86.23563 217.88426Q86.31375 218.27489 86.51688 218.63426L85.4075 218.63426Q85.25125 218.30614 85.20438 217.86864ZM85.11063 215.50926Q84.5325 215.74364 83.39188 215.91551Q82.73563 216.00926 82.47 216.13426Q82.20438 216.24364 82.04813 216.46239Q81.9075 216.68114 81.9075 216.96239Q81.9075 217.38426 82.22 217.66551Q82.54813 217.94676 83.1575 217.94676Q83.76688 217.94676 84.23563 217.68114Q84.72 217.41551 84.93875 216.94676Q85.11063 216.58739 85.11063 215.89989L85.11063 215.50926ZM90.43875 217.69676L90.595 218.61864Q90.14188 218.71239 89.79813 218.71239Q89.22 218.71239 88.9075 218.54051Q88.595 218.35301 88.45438 218.05614Q88.32938 217.75926 88.32938 216.80614L88.32938 213.22801L87.56375 213.22801L87.56375 212.41551L88.32938 212.41551L88.32938 210.86864L89.37625 210.24364L89.37625 212.41551L90.43875 212.41551L90.43875 213.22801L89.37625 213.22801L89.37625 216.86864Q89.37625 217.32176 89.42313 217.44676Q89.48563 217.57176 89.61063 217.64989Q89.73563 217.72801 89.97 217.72801Q90.1575 217.72801 90.43875 217.69676ZM95.2825 218.63426L93.37625 212.41551L94.47 212.41551L95.45438 216.00926L95.82938 217.33739Q95.86063 217.24364 96.1575 216.05614L97.14188 212.41551L98.22 212.41551L99.1575 216.02489L99.47 217.21239L99.82938 216.00926L100.89188 212.41551L101.92313 212.41551L99.97 218.63426L98.87625 218.63426L97.89188 214.89989L97.64188 213.85301L96.39188 218.63426L95.2825 218.63426ZM102.75125 215.52489Q102.75125 213.79051 103.70438 212.96239Q104.50125 212.27489 105.6575 212.27489Q106.93875 212.27489 107.75125 213.11864Q108.57938 213.94676 108.57938 215.43114Q108.57938 216.63426 108.22 217.32176Q107.86063 218.00926 107.1575 218.39989Q106.47 218.77489 105.6575 218.77489Q104.36063 218.77489 103.54813 217.94676Q102.75125 217.10301 102.75125 215.52489ZM103.82938 215.52489Q103.82938 216.71239 104.345 217.30614Q104.87625 217.89989 105.6575 217.89989Q106.45438 217.89989 106.97 217.30614Q107.48563 216.71239 107.48563 215.49364Q107.48563 214.33739 106.95438 213.74364Q106.43875 213.14989 105.6575 213.14989Q104.87625 213.14989 104.345 213.74364Q103.82938 214.32176 103.82938 215.52489ZM110.12625 218.63426L110.12625 212.41551L111.07938 212.41551L111.07938 213.35301Q111.43875 212.69676 111.73563 212.49364Q112.04813 212.27489 112.42313 212.27489Q112.95438 212.27489 113.50125 212.60301L113.14188 213.58739Q112.75125 213.35301 112.37625 213.35301Q112.01688 213.35301 111.73563 213.57176Q111.47 213.77489 111.36063 214.14989Q111.17313 214.71239 111.17313 215.36864L111.17313 218.63426L110.12625 218.63426ZM114.14188 218.63426L114.14188 210.04051L115.20438 210.04051L115.20438 214.94676L117.68875 212.41551L119.06375 212.41551L116.67313 214.71239L119.29813 218.63426L118.00125 218.63426L115.93875 215.44676L115.20438 216.16551L115.20438 218.63426L114.14188 218.63426ZM123.14188 211.25926L123.14188 210.04051L124.20438 210.04051L124.20438 211.25926L123.14188 211.25926ZM123.14188 218.63426L123.14188 212.41551L124.20438 212.41551L124.20438 218.63426L123.14188 218.63426ZM126.14188 218.63426L126.14188 212.41551L127.07938 212.41551L127.07938 213.29051Q127.76688 212.27489 129.06375 212.27489Q129.62625 212.27489 130.095 212.47801Q130.57938 212.68114 130.81375 213.00926Q131.04813 213.33739 131.14188 213.77489Q131.18875 214.07176 131.18875 214.80614L131.18875 218.63426L130.14188 218.63426L130.14188 214.85301Q130.14188 214.19676 130.01688 213.88426Q129.89188 213.57176 129.57938 213.38426Q129.26688 213.18114 128.845 213.18114Q128.17313 213.18114 127.67313 213.61864Q127.18875 214.04051 127.18875 215.22801L127.18875 218.63426L126.14188 218.63426Z" fill-rule="nonzero"/><path fill="#666666" d="M40.204376 231.86864Q39.610626 232.36864 39.06375 232.57176Q38.5325 232.77489 37.9075 232.77489Q36.87625 232.77489 36.329376 232.27489Q35.7825 231.77489 35.7825 230.99364Q35.7825 230.54051 35.985626 230.16551Q36.18875 229.77489 36.5325 229.55614Q36.87625 229.32176 37.298126 229.21239Q37.595 229.11864 38.235626 229.04051Q39.50125 228.89989 40.110626 228.68114Q40.110626 228.46239 40.110626 228.41551Q40.110626 227.75926 39.81375 227.49364Q39.4075 227.14989 38.610626 227.14989Q37.87625 227.14989 37.516876 227.41551Q37.1575 227.66551 36.985626 228.32176L35.954376 228.18114Q36.095 227.52489 36.423126 227.11864Q36.75125 226.71239 37.360626 226.49364Q37.97 226.27489 38.766876 226.27489Q39.56375 226.27489 40.06375 226.46239Q40.56375 226.64989 40.798126 226.93114Q41.0325 227.21239 41.12625 227.64989Q41.173126 227.91551 41.173126 228.61864L41.173126 230.02489Q41.173126 231.49364 41.235626 231.88426Q41.31375 232.27489 41.516876 232.63426L40.4075 232.63426Q40.25125 232.30614 40.204376 231.86864ZM40.110626 229.50926Q39.5325 229.74364 38.391876 229.91551Q37.735626 230.00926 37.47 230.13426Q37.204376 230.24364 37.048126 230.46239Q36.9075 230.68114 36.9075 230.96239Q36.9075 231.38426 37.22 231.66551Q37.548126 231.94676 38.1575 231.94676Q38.766876 231.94676 39.235626 231.68114Q39.72 231.41551 39.93875 230.94676Q40.110626 230.58739 40.110626 229.89989L40.110626 229.50926ZM43.141876 232.63426L43.141876 226.41551L44.079376 226.41551L44.079376 227.29051Q44.766876 226.27489 46.06375 226.27489Q46.62625 226.27489 47.095 226.47801Q47.579376 226.68114 47.81375 227.00926Q48.048126 227.33739 48.141876 227.77489Q48.18875 228.07176 48.18875 228.80614L48.18875 232.63426L47.141876 232.63426L47.141876 228.85301Q47.141876 228.19676 47.016876 227.88426Q46.891876 227.57176 46.579376 227.38426Q46.266876 227.18114 45.845 227.18114Q45.173126 227.18114 44.673126 227.61864Q44.18875 228.04051 44.18875 229.22801L44.18875 232.63426L43.141876 232.63426ZM49.75125 229.52489Q49.75125 227.79051 50.704376 226.96239Q51.50125 226.27489 52.6575 226.27489Q53.93875 226.27489 54.75125 227.11864Q55.579376 227.94676 55.579376 229.43114Q55.579376 230.63426 55.22 231.32176Q54.860626 232.00926 54.1575 232.39989Q53.47 232.77489 52.6575 232.77489Q51.360626 232.77489 50.548126 231.94676Q49.75125 231.10301 49.75125 229.52489ZM50.829376 229.52489Q50.829376 230.71239 51.345 231.30614Q51.87625 231.89989 52.6575 231.89989Q53.454376 231.89989 53.97 231.30614Q54.485626 230.71239 54.485626 229.49364Q54.485626 228.33739 53.954376 227.74364Q53.43875 227.14989 52.6575 227.14989Q51.87625 227.14989 51.345 227.74364Q50.829376 228.32176 50.829376 229.52489ZM59.43875 231.69676L59.595 232.61864Q59.141876 232.71239 58.798126 232.71239Q58.22 232.71239 57.9075 232.54051Q57.595 232.35301 57.454376 232.05614Q57.329376 231.75926 57.329376 230.80614L57.329376 227.22801L56.56375 227.22801L56.56375 226.41551L57.329376 226.41551L57.329376 224.86864L58.37625 224.24364L58.37625 226.41551L59.43875 226.41551L59.43875 227.22801L58.37625 227.22801L58.37625 230.86864Q58.37625 231.32176 58.423126 231.44676Q58.485626 231.57176 58.610626 231.64989Q58.735626 231.72801 58.97 231.72801Q59.1575 231.72801 59.43875 231.69676ZM60.141876 232.63426L60.141876 224.04051L61.18875 224.04051L61.18875 227.11864Q61.923126 226.27489 63.048126 226.27489Q63.75125 226.27489 64.25125 226.55614Q64.76688 226.82176 64.98563 227.30614Q65.20438 227.77489 65.20438 228.69676L65.20438 232.63426L64.1575 232.63426L64.1575 228.69676Q64.1575 227.89989 63.81375 227.54051Q63.47 227.18114 62.845 227.18114Q62.37625 227.18114 61.954376 227.43114Q61.548126 227.66551 61.360626 228.08739Q61.18875 228.49364 61.18875 229.22801L61.18875 232.63426L60.141876 232.63426ZM71.39188 230.63426L72.48563 230.75926Q72.23563 231.71239 71.5325 232.24364Q70.82938 232.77489 69.75125 232.77489Q68.39188 232.77489 67.57938 231.93114Q66.7825 231.08739 66.7825 229.57176Q66.7825 228.00926 67.595 227.14989Q68.4075 226.27489 69.68875 226.27489Q70.93875 226.27489 71.72 227.11864Q72.51688 227.96239 72.51688 229.50926Q72.51688 229.60301 72.51688 229.79051L67.87625 229.79051Q67.93875 230.82176 68.45438 231.36864Q68.97 231.89989 69.75125 231.89989Q70.32938 231.89989 70.73563 231.60301Q71.1575 231.29051 71.39188 230.63426ZM67.93875 228.93114L71.4075 228.93114Q71.345 228.13426 71.01688 227.74364Q70.50125 227.13426 69.70438 227.13426Q68.97 227.13426 68.47 227.61864Q67.98563 228.10301 67.93875 228.93114ZM74.12625 232.63426L74.12625 226.41551L75.07938 226.41551L75.07938 227.35301Q75.43875 226.69676 75.73563 226.49364Q76.04813 226.27489 76.42313 226.27489Q76.95438 226.27489 77.50125 226.60301L77.14188 227.58739Q76.75125 227.35301 76.37625 227.35301Q76.01688 227.35301 75.73563 227.57176Q75.47 227.77489 75.36063 228.14989Q75.17313 228.71239 75.17313 229.36864L75.17313 232.63426L74.12625 232.63426ZM81.11063 232.63426L81.11063 224.04051L82.17313 224.04051L82.17313 232.63426L81.11063 232.63426ZM88.20438 231.86864Q87.61063 232.36864 87.06375 232.57176Q86.5325 232.77489 85.9075 232.77489Q84.87625 232.77489 84.32938 232.27489Q83.7825 231.77489 83.7825 230.99364Q83.7825 230.54051 83.98563 230.16551Q84.18875 229.77489 84.5325 229.55614Q84.87625 229.32176 85.29813 229.21239Q85.595 229.11864 86.23563 229.04051Q87.50125 228.89989 88.11063 228.68114Q88.11063 228.46239 88.11063 228.41551Q88.11063 227.75926 87.81375 227.49364Q87.4075 227.14989 86.61063 227.14989Q85.87625 227.14989 85.51688 227.41551Q85.1575 227.66551 84.98563 228.32176L83.95438 228.18114Q84.095 227.52489 84.42313 227.11864Q84.75125 226.71239 85.36063 226.49364Q85.97 226.27489 86.76688 226.27489Q87.56375 226.27489 88.06375 226.46239Q88.56375 226.64989 88.79813 226.93114Q89.0325 227.21239 89.12625 227.64989Q89.17313 227.91551 89.17313 228.61864L89.17313 230.02489Q89.17313 231.49364 89.23563 231.88426Q89.31375 232.27489 89.51688 232.63426L88.4075 232.63426Q88.25125 232.30614 88.20438 231.86864ZM88.11063 229.50926Q87.5325 229.74364 86.39188 229.91551Q85.73563 230.00926 85.47 230.13426Q85.20438 230.24364 85.04813 230.46239Q84.9075 230.68114 84.9075 230.96239Q84.9075 231.38426 85.22 231.66551Q85.54813 231.94676 86.1575 231.94676Q86.76688 231.94676 87.23563 231.68114Q87.72 231.41551 87.93875 230.94676Q88.11063 230.58739 88.11063 229.89989L88.11063 229.50926ZM91.14188 232.63426L91.14188 226.41551L92.07938 226.41551L92.07938 227.29051Q92.76688 226.27489 94.06375 226.27489Q94.62625 226.27489 95.095 226.47801Q95.57938 226.68114 95.81375 227.00926Q96.04813 227.33739 96.14188 227.77489Q96.18875 228.07176 96.18875 228.80614L96.18875 232.63426L95.14188 232.63426L95.14188 228.85301Q95.14188 228.19676 95.01688 227.88426Q94.89188 227.57176 94.57938 227.38426Q94.26688 227.18114 93.845 227.18114Q93.17313 227.18114 92.67313 227.61864Q92.18875 228.04051 92.18875 229.22801L92.18875 232.63426L91.14188 232.63426ZM97.93875 233.14989L98.97 233.30614Q99.0325 233.77489 99.32938 233.99364Q99.72 234.29051 100.39188 234.29051Q101.12625 234.29051 101.51688 233.99364Q101.92313 233.69676 102.06375 233.18114Q102.1575 232.85301 102.14188 231.82176Q101.45438 232.63426 100.42313 232.63426Q99.14188 232.63426 98.43875 231.71239Q97.73563 230.77489 97.73563 229.49364Q97.73563 228.60301 98.04813 227.85301Q98.37625 227.08739 98.98563 226.68114Q99.595 226.27489 100.42313 226.27489Q101.5325 226.27489 102.25125 227.16551L102.25125 226.41551L103.22 226.41551L103.22 231.79051Q103.22 233.24364 102.92313 233.85301Q102.62625 234.46239 101.98563 234.80614Q101.345 235.16551 100.4075 235.16551Q99.29813 235.16551 98.61063 234.66551Q97.92313 234.16551 97.93875 233.14989ZM98.81375 229.41551Q98.81375 230.63426 99.29813 231.19676Q99.7825 231.75926 100.51688 231.75926Q101.25125 231.75926 101.73563 231.19676Q102.23563 230.63426 102.23563 229.44676Q102.23563 228.30614 101.72 227.72801Q101.22 227.14989 100.50125 227.14989Q99.79813 227.14989 99.29813 227.72801Q98.81375 228.29051 98.81375 229.41551ZM109.22 232.63426L109.22 231.71239Q108.48563 232.77489 107.23563 232.77489Q106.68875 232.77489 106.20438 232.57176Q105.73563 232.35301 105.50125 232.04051Q105.26688 231.71239 105.17313 231.24364Q105.11063 230.94676 105.11063 230.25926L105.11063 226.41551L106.17313 226.41551L106.17313 229.86864Q106.17313 230.68114 106.23563 230.97801Q106.32938 231.38426 106.64188 231.63426Q106.97 231.86864 107.45438 231.86864Q107.92313 231.86864 108.32938 231.63426Q108.75125 231.38426 108.92313 230.96239Q109.11063 230.54051 109.11063 229.74364L109.11063 226.41551L110.1575 226.41551L110.1575 232.63426L109.22 232.63426ZM116.20438 231.86864Q115.61063 232.36864 115.06375 232.57176Q114.5325 232.77489 113.9075 232.77489Q112.87625 232.77489 112.32938 232.27489Q111.7825 231.77489 111.7825 230.99364Q111.7825 230.54051 111.98563 230.16551Q112.18875 229.77489 112.5325 229.55614Q112.87625 229.32176 113.29813 229.21239Q113.595 229.11864 114.23563 229.04051Q115.50125 228.89989 116.11063 228.68114Q116.11063 228.46239 116.11063 228.41551Q116.11063 227.75926 115.81375 227.49364Q115.4075 227.14989 114.61063 227.14989Q113.87625 227.14989 113.51688 227.41551Q113.1575 227.66551 112.98563 228.32176L111.95438 228.18114Q112.095 227.52489 112.42313 227.11864Q112.75125 226.71239 113.36063 226.49364Q113.97 226.27489 114.76688 226.27489Q115.56375 226.27489 116.06375 226.46239Q116.56375 226.64989 116.79813 226.93114Q117.0325 227.21239 117.12625 227.64989Q117.17313 227.91551 117.17313 228.61864L117.17313 230.02489Q117.17313 231.49364 117.23563 231.88426Q117.31375 232.27489 117.51688 232.63426L116.4075 232.63426Q116.25125 232.30614 116.20438 231.86864ZM116.11063 229.50926Q115.5325 229.74364 114.39188 229.91551Q113.73563 230.00926 113.47 230.13426Q113.20438 230.24364 113.04813 230.46239Q112.9075 230.68114 112.9075 230.96239Q112.9075 231.38426 113.22 231.66551Q113.54813 231.94676 114.1575 231.94676Q114.76688 231.94676 115.23563 231.68114Q115.72 231.41551 115.93875 230.94676Q116.11063 230.58739 116.11063 229.89989L116.11063 229.50926ZM118.93875 233.14989L119.97 233.30614Q120.0325 233.77489 120.32938 233.99364Q120.72 234.29051 121.39188 234.29051Q122.12625 234.29051 122.51688 233.99364Q122.92313 233.69676 123.06375 233.18114Q123.1575 232.85301 123.14188 231.82176Q122.45438 232.63426 121.42313 232.63426Q120.14188 232.63426 119.43875 231.71239Q118.73563 230.77489 118.73563 229.49364Q118.73563 228.60301 119.04813 227.85301Q119.37625 227.08739 119.98563 226.68114Q120.595 226.27489 121.42313 226.27489Q122.5325 226.27489 123.25125 227.16551L123.25125 226.41551L124.22 226.41551L124.22 231.79051Q124.22 233.24364 123.92313 233.85301Q123.62625 234.46239 122.98563 234.80614Q122.345 235.16551 121.4075 235.16551Q120.29813 235.16551 119.61063 234.66551Q118.92313 234.16551 118.93875 233.14989ZM119.81375 229.41551Q119.81375 230.63426 120.29813 231.19676Q120.7825 231.75926 121.51688 231.75926Q122.25125 231.75926 122.73563 231.19676Q123.23563 230.63426 123.23563 229.44676Q123.23563 228.30614 122.72 227.72801Q122.22 227.14989 121.50125 227.14989Q120.79813 227.14989 120.29813 227.72801Q119.81375 228.29051 119.81375 229.41551ZM130.39188 230.63426L131.48563 230.75926Q131.23563 231.71239 130.5325 232.24364Q129.82938 232.77489 128.75125 232.77489Q127.39188 232.77489 126.57938 231.93114Q125.7825 231.08739 125.7825 229.57176Q125.7825 228.00926 126.595 227.14989Q127.4075 226.27489 128.68875 226.27489Q129.93875 226.27489 130.72 227.11864Q131.51688 227.96239 131.51688 229.50926Q131.51688 229.60301 131.51688 229.79051L126.87625 229.79051Q126.93875 230.82176 127.45438 231.36864Q127.97 231.89989 128.75125 231.89989Q129.32938 231.89989 129.73563 231.60301Q130.1575 231.29051 130.39188 230.63426ZM126.93875 228.93114L130.4075 228.93114Q130.345 228.13426 130.01688 227.74364Q129.50125 227.13426 128.70438 227.13426Q127.97 227.13426 127.47 227.61864Q126.98563 228.10301 126.93875 228.93114Z" fill-rule="nonzero"/><path fill="#666666" d="M72.47 282.30627L72.47 273.71252L73.595 273.71252L73.595 282.30627L72.47 282.30627ZM78.14188 282.30627L78.14188 276.08752L79.07938 276.08752L79.07938 276.96252Q79.37625 276.49377 79.86063 276.22815Q80.345 275.9469 80.97 275.9469Q81.6575 275.9469 82.095 276.22815Q82.54813 276.5094 82.72 277.02502Q83.47 275.9469 84.64188 275.9469Q85.57938 275.9469 86.06375 276.46252Q86.56375 276.96252 86.56375 278.04065L86.56375 282.30627L85.51688 282.30627L85.51688 278.3844Q85.51688 277.7594 85.4075 277.47815Q85.31375 277.1969 85.04813 277.02502Q84.7825 276.85315 84.4075 276.85315Q83.75125 276.85315 83.31375 277.29065Q82.89188 277.72815 82.89188 278.6969L82.89188 282.30627L81.82938 282.30627L81.82938 278.2594Q81.82938 277.55627 81.56375 277.21252Q81.31375 276.85315 80.73563 276.85315Q80.2825 276.85315 79.9075 277.08752Q79.5325 277.3219 79.36063 277.77502Q79.18875 278.22815 79.18875 279.0719L79.18875 282.30627L78.14188 282.30627ZM92.20438 281.54065Q91.61063 282.04065 91.06375 282.24377Q90.5325 282.4469 89.9075 282.4469Q88.87625 282.4469 88.32938 281.9469Q87.7825 281.4469 87.7825 280.66565Q87.7825 280.21252 87.98563 279.83752Q88.18875 279.4469 88.5325 279.22815Q88.87625 278.99377 89.29813 278.8844Q89.595 278.79065 90.23563 278.71252Q91.50125 278.5719 92.11063 278.35315Q92.11063 278.1344 92.11063 278.08752Q92.11063 277.43127 91.81375 277.16565Q91.4075 276.8219 90.61063 276.8219Q89.87625 276.8219 89.51688 277.08752Q89.1575 277.33752 88.98563 277.99377L87.95438 277.85315Q88.095 277.1969 88.42313 276.79065Q88.75125 276.3844 89.36063 276.16565Q89.97 275.9469 90.76688 275.9469Q91.56375 275.9469 92.06375 276.1344Q92.56375 276.3219 92.79813 276.60315Q93.0325 276.8844 93.12625 277.3219Q93.17313 277.58752 93.17313 278.29065L93.17313 279.6969Q93.17313 281.16565 93.23563 281.55627Q93.31375 281.9469 93.51688 282.30627L92.4075 282.30627Q92.25125 281.97815 92.20438 281.54065ZM92.11063 279.18127Q91.5325 279.41565 90.39188 279.58752Q89.73563 279.68127 89.47 279.80627Q89.20438 279.91565 89.04813 280.1344Q88.9075 280.35315 88.9075 280.6344Q88.9075 281.05627 89.22 281.33752Q89.54813 281.61877 90.1575 281.61877Q90.76688 281.61877 91.23563 281.35315Q91.72 281.08752 91.93875 280.61877Q92.11063 280.2594 92.11063 279.5719L92.11063 279.18127ZM95.14188 282.30627L95.14188 276.08752L96.07938 276.08752L96.07938 276.96252Q96.76688 275.9469 98.06375 275.9469Q98.62625 275.9469 99.095 276.15002Q99.57938 276.35315 99.81375 276.68127Q100.04813 277.0094 100.14188 277.4469Q100.18875 277.74377 100.18875 278.47815L100.18875 282.30627L99.14188 282.30627L99.14188 278.52502Q99.14188 277.86877 99.01688 277.55627Q98.89188 277.24377 98.57938 277.05627Q98.26688 276.85315 97.845 276.85315Q97.17313 276.85315 96.67313 277.29065Q96.18875 277.71252 96.18875 278.90002L96.18875 282.30627L95.14188 282.30627ZM106.20438 281.54065Q105.61063 282.04065 105.06375 282.24377Q104.5325 282.4469 103.9075 282.4469Q102.87625 282.4469 102.32938 281.9469Q101.7825 281.4469 101.7825 280.66565Q101.7825 280.21252 101.98563 279.83752Q102.18875 279.4469 102.5325 279.22815Q102.87625 278.99377 103.29813 278.8844Q103.595 278.79065 104.23563 278.71252Q105.50125 278.5719 106.11063 278.35315Q106.11063 278.1344 106.11063 278.08752Q106.11063 277.43127 105.81375 277.16565Q105.4075 276.8219 104.61063 276.8219Q103.87625 276.8219 103.51688 277.08752Q103.1575 277.33752 102.98563 277.99377L101.95438 277.85315Q102.095 277.1969 102.42313 276.79065Q102.75125 276.3844 103.36063 276.16565Q103.97 275.9469 104.76688 275.9469Q105.56375 275.9469 106.06375 276.1344Q106.56375 276.3219 106.79813 276.60315Q107.0325 276.8844 107.12625 277.3219Q107.17313 277.58752 107.17313 278.29065L107.17313 279.6969Q107.17313 281.16565 107.23563 281.55627Q107.31375 281.9469 107.51688 282.30627L106.4075 282.30627Q106.25125 281.97815 106.20438 281.54065ZM106.11063 279.18127Q105.5325 279.41565 104.39188 279.58752Q103.73563 279.68127 103.47 279.80627Q103.20438 279.91565 103.04813 280.1344Q102.9075 280.35315 102.9075 280.6344Q102.9075 281.05627 103.22 281.33752Q103.54813 281.61877 104.1575 281.61877Q104.76688 281.61877 105.23563 281.35315Q105.72 281.08752 105.93875 280.61877Q106.11063 280.2594 106.11063 279.5719L106.11063 279.18127ZM108.93875 282.8219L109.97 282.97815Q110.0325 283.4469 110.32938 283.66565Q110.72 283.96252 111.39188 283.96252Q112.12625 283.96252 112.51688 283.66565Q112.92313 283.36877 113.06375 282.85315Q113.1575 282.52502 113.14188 281.49377Q112.45438 282.30627 111.42313 282.30627Q110.14188 282.30627 109.43875 281.3844Q108.73563 280.4469 108.73563 279.16565Q108.73563 278.27502 109.04813 277.52502Q109.37625 276.7594 109.98563 276.35315Q110.595 275.9469 111.42313 275.9469Q112.5325 275.9469 113.25125 276.83752L113.25125 276.08752L114.22 276.08752L114.22 281.46252Q114.22 282.91565 113.92313 283.52502Q113.62625 284.1344 112.98563 284.47815Q112.345 284.83752 111.4075 284.83752Q110.29813 284.83752 109.61063 284.33752Q108.92313 283.83752 108.93875 282.8219ZM109.81375 279.08752Q109.81375 280.30627 110.29813 280.86877Q110.7825 281.43127 111.51688 281.43127Q112.25125 281.43127 112.73563 280.86877Q113.23563 280.30627 113.23563 279.11877Q113.23563 277.97815 112.72 277.40002Q112.22 276.8219 111.50125 276.8219Q110.79813 276.8219 110.29813 277.40002Q109.81375 277.96252 109.81375 279.08752ZM120.39188 280.30627L121.48563 280.43127Q121.23563 281.3844 120.5325 281.91565Q119.82938 282.4469 118.75125 282.4469Q117.39188 282.4469 116.57938 281.60315Q115.7825 280.7594 115.7825 279.24377Q115.7825 277.68127 116.595 276.8219Q117.4075 275.9469 118.68875 275.9469Q119.93875 275.9469 120.72 276.79065Q121.51688 277.6344 121.51688 279.18127Q121.51688 279.27502 121.51688 279.46252L116.87625 279.46252Q116.93875 280.49377 117.45438 281.04065Q117.97 281.5719 118.75125 281.5719Q119.32938 281.5719 119.73563 281.27502Q120.1575 280.96252 120.39188 280.30627ZM116.93875 278.60315L120.4075 278.60315Q120.345 277.80627 120.01688 277.41565Q119.50125 276.80627 118.70438 276.80627Q117.97 276.80627 117.47 277.29065Q116.98563 277.77502 116.93875 278.60315ZM130.20438 281.54065Q129.61063 282.04065 129.06375 282.24377Q128.5325 282.4469 127.9075 282.4469Q126.87625 282.4469 126.32938 281.9469Q125.7825 281.4469 125.7825 280.66565Q125.7825 280.21252 125.98563 279.83752Q126.18875 279.4469 126.5325 279.22815Q126.87625 278.99377 127.29813 278.8844Q127.595 278.79065 128.23563 278.71252Q129.50125 278.5719 130.11063 278.35315Q130.11063 278.1344 130.11063 278.08752Q130.11063 277.43127 129.81375 277.16565Q129.4075 276.8219 128.61063 276.8219Q127.87625 276.8219 127.51688 277.08752Q127.1575 277.33752 126.98563 277.99377L125.95438 277.85315Q126.095 277.1969 126.42313 276.79065Q126.75125 276.3844 127.36063 276.16565Q127.97 275.9469 128.76688 275.9469Q129.56375 275.9469 130.06375 276.1344Q130.56375 276.3219 130.79813 276.60315Q131.0325 276.8844 131.12625 277.3219Q131.17313 277.58752 131.17313 278.29065L131.17313 279.6969Q131.17313 281.16565 131.23563 281.55627Q131.31375 281.9469 131.51688 282.30627L130.4075 282.30627Q130.25125 281.97815 130.20438 281.54065ZM130.11063 279.18127Q129.5325 279.41565 128.39188 279.58752Q127.73563 279.68127 127.47 279.80627Q127.20438 279.91565 127.04813 280.1344Q126.9075 280.35315 126.9075 280.6344Q126.9075 281.05627 127.22 281.33752Q127.54813 281.61877 128.1575 281.61877Q128.76688 281.61877 129.23563 281.35315Q129.72 281.08752 129.93875 280.61877Q130.11063 280.2594 130.11063 279.5719L130.11063 279.18127Z" fill-rule="nonzero"/><path fill="#666666" d="M30.141874 298.6969L30.141874 290.08752L31.095 290.08752L31.095 290.8844Q31.43875 290.41565 31.860624 290.18127Q32.298126 289.9469 32.9075 289.9469Q33.704376 289.9469 34.31375 290.35315Q34.923126 290.7594 35.22 291.5094Q35.5325 292.2594 35.5325 293.15002Q35.5325 294.10315 35.18875 294.86877Q34.860626 295.6344 34.204376 296.04065Q33.548126 296.4469 32.829376 296.4469Q32.298126 296.4469 31.87625 296.22815Q31.454374 295.99377 31.18875 295.66565L31.18875 298.6969L30.141874 298.6969ZM31.095 293.22815Q31.095 294.43127 31.579374 295.0094Q32.06375 295.5719 32.75125 295.5719Q33.454376 295.5719 33.954376 294.97815Q34.454376 294.3844 34.454376 293.1344Q34.454376 291.9469 33.97 291.36877Q33.485626 290.77502 32.798126 290.77502Q32.12625 290.77502 31.610624 291.40002Q31.095 292.02502 31.095 293.22815ZM37.12625 296.30627L37.12625 290.08752L38.079376 290.08752L38.079376 291.02502Q38.43875 290.36877 38.735626 290.16565Q39.048126 289.9469 39.423126 289.9469Q39.954376 289.9469 40.50125 290.27502L40.141876 291.2594Q39.75125 291.02502 39.37625 291.02502Q39.016876 291.02502 38.735626 291.24377Q38.47 291.4469 38.360626 291.8219Q38.173126 292.3844 38.173126 293.04065L38.173126 296.30627L37.12625 296.30627ZM40.75125 293.1969Q40.75125 291.46252 41.704376 290.6344Q42.50125 289.9469 43.6575 289.9469Q44.93875 289.9469 45.75125 290.79065Q46.579376 291.61877 46.579376 293.10315Q46.579376 294.30627 46.22 294.99377Q45.860626 295.68127 45.1575 296.0719Q44.47 296.4469 43.6575 296.4469Q42.360626 296.4469 41.548126 295.61877Q40.75125 294.77502 40.75125 293.1969ZM41.829376 293.1969Q41.829376 294.3844 42.345 294.97815Q42.87625 295.5719 43.6575 295.5719Q44.454376 295.5719 44.97 294.97815Q45.485626 294.3844 45.485626 293.16565Q45.485626 292.0094 44.954376 291.41565Q44.43875 290.8219 43.6575 290.8219Q42.87625 290.8219 42.345 291.41565Q41.829376 291.99377 41.829376 293.1969ZM47.93875 296.8219L48.97 296.97815Q49.0325 297.4469 49.329376 297.66565Q49.72 297.96252 50.391876 297.96252Q51.12625 297.96252 51.516876 297.66565Q51.923126 297.36877 52.06375 296.85315Q52.1575 296.52502 52.141876 295.49377Q51.454376 296.30627 50.423126 296.30627Q49.141876 296.30627 48.43875 295.3844Q47.735626 294.4469 47.735626 293.16565Q47.735626 292.27502 48.048126 291.52502Q48.37625 290.7594 48.985626 290.35315Q49.595 289.9469 50.423126 289.9469Q51.5325 289.9469 52.25125 290.83752L52.25125 290.08752L53.22 290.08752L53.22 295.46252Q53.22 296.91565 52.923126 297.52502Q52.62625 298.1344 51.985626 298.47815Q51.345 298.83752 50.4075 298.83752Q49.298126 298.83752 48.610626 298.33752Q47.923126 297.83752 47.93875 296.8219ZM48.81375 293.08752Q48.81375 294.30627 49.298126 294.86877Q49.7825 295.43127 50.516876 295.43127Q51.25125 295.43127 51.735626 294.86877Q52.235626 294.30627 52.235626 293.11877Q52.235626 291.97815 51.72 291.40002Q51.22 290.8219 50.50125 290.8219Q49.798126 290.8219 49.298126 291.40002Q48.81375 291.96252 48.81375 293.08752ZM55.12625 296.30627L55.12625 290.08752L56.079376 290.08752L56.079376 291.02502Q56.43875 290.36877 56.735626 290.16565Q57.048126 289.9469 57.423126 289.9469Q57.954376 289.9469 58.50125 290.27502L58.141876 291.2594Q57.75125 291.02502 57.37625 291.02502Q57.016876 291.02502 56.735626 291.24377Q56.47 291.4469 56.360626 291.8219Q56.173126 292.3844 56.173126 293.04065L56.173126 296.30627L55.12625 296.30627ZM63.204376 295.54065Q62.610626 296.04065 62.06375 296.24377Q61.5325 296.4469 60.9075 296.4469Q59.87625 296.4469 59.329376 295.9469Q58.7825 295.4469 58.7825 294.66565Q58.7825 294.21252 58.985626 293.83752Q59.18875 293.4469 59.5325 293.22815Q59.87625 292.99377 60.298126 292.8844Q60.595 292.79065 61.235626 292.71252Q62.50125 292.5719 63.110626 292.35315Q63.110626 292.1344 63.110626 292.08752Q63.110626 291.43127 62.81375 291.16565Q62.4075 290.8219 61.610626 290.8219Q60.87625 290.8219 60.516876 291.08752Q60.1575 291.33752 59.985626 291.99377L58.954376 291.85315Q59.095 291.1969 59.423126 290.79065Q59.75125 290.3844 60.360626 290.16565Q60.97 289.9469 61.766876 289.9469Q62.56375 289.9469 63.06375 290.1344Q63.56375 290.3219 63.798126 290.60315Q64.0325 290.8844 64.12625 291.3219Q64.17313 291.58752 64.17313 292.29065L64.17313 293.6969Q64.17313 295.16565 64.23563 295.55627Q64.31375 295.9469 64.51688 296.30627L63.4075 296.30627Q63.25125 295.97815 63.204376 295.54065ZM63.110626 293.18127Q62.5325 293.41565 61.391876 293.58752Q60.735626 293.68127 60.47 293.80627Q60.204376 293.91565 60.048126 294.1344Q59.9075 294.35315 59.9075 294.6344Q59.9075 295.05627 60.22 295.33752Q60.548126 295.61877 61.1575 295.61877Q61.766876 295.61877 62.235626 295.35315Q62.72 295.08752 62.93875 294.61877Q63.110626 294.2594 63.110626 293.5719L63.110626 293.18127ZM66.14188 296.30627L66.14188 290.08752L67.07938 290.08752L67.07938 290.96252Q67.37625 290.49377 67.86063 290.22815Q68.345 289.9469 68.97 289.9469Q69.6575 289.9469 70.095 290.22815Q70.54813 290.5094 70.72 291.02502Q71.47 289.9469 72.64188 289.9469Q73.57938 289.9469 74.06375 290.46252Q74.56375 290.96252 74.56375 292.04065L74.56375 296.30627L73.51688 296.30627L73.51688 292.3844Q73.51688 291.7594 73.4075 291.47815Q73.31375 291.1969 73.04813 291.02502Q72.7825 290.85315 72.4075 290.85315Q71.75125 290.85315 71.31375 291.29065Q70.89188 291.72815 70.89188 292.6969L70.89188 296.30627L69.82938 296.30627L69.82938 292.2594Q69.82938 291.55627 69.56375 291.21252Q69.31375 290.85315 68.73563 290.85315Q68.2825 290.85315 67.9075 291.08752Q67.5325 291.3219 67.36063 291.77502Q67.18875 292.22815 67.18875 293.0719L67.18875 296.30627L66.14188 296.30627ZM76.14188 296.30627L76.14188 290.08752L77.07938 290.08752L77.07938 290.96252Q77.37625 290.49377 77.86063 290.22815Q78.345 289.9469 78.97 289.9469Q79.6575 289.9469 80.095 290.22815Q80.54813 290.5094 80.72 291.02502Q81.47 289.9469 82.64188 289.9469Q83.57938 289.9469 84.06375 290.46252Q84.56375 290.96252 84.56375 292.04065L84.56375 296.30627L83.51688 296.30627L83.51688 292.3844Q83.51688 291.7594 83.4075 291.47815Q83.31375 291.1969 83.04813 291.02502Q82.7825 290.85315 82.4075 290.85315Q81.75125 290.85315 81.31375 291.29065Q80.89188 291.72815 80.89188 292.6969L80.89188 296.30627L79.82938 296.30627L79.82938 292.2594Q79.82938 291.55627 79.56375 291.21252Q79.31375 290.85315 78.73563 290.85315Q78.2825 290.85315 77.9075 291.08752Q77.5325 291.3219 77.36063 291.77502Q77.18875 292.22815 77.18875 293.0719L77.18875 296.30627L76.14188 296.30627ZM86.14188 288.93127L86.14188 287.71252L87.20438 287.71252L87.20438 288.93127L86.14188 288.93127ZM86.14188 296.30627L86.14188 290.08752L87.20438 290.08752L87.20438 296.30627L86.14188 296.30627ZM89.14188 296.30627L89.14188 290.08752L90.07938 290.08752L90.07938 290.96252Q90.76688 289.9469 92.06375 289.9469Q92.62625 289.9469 93.095 290.15002Q93.57938 290.35315 93.81375 290.68127Q94.04813 291.0094 94.14188 291.4469Q94.18875 291.74377 94.18875 292.47815L94.18875 296.30627L93.14188 296.30627L93.14188 292.52502Q93.14188 291.86877 93.01688 291.55627Q92.89188 291.24377 92.57938 291.05627Q92.26688 290.85315 91.845 290.85315Q91.17313 290.85315 90.67313 291.29065Q90.18875 291.71252 90.18875 292.90002L90.18875 296.30627L89.14188 296.30627ZM95.93875 296.8219L96.97 296.97815Q97.0325 297.4469 97.32938 297.66565Q97.72 297.96252 98.39188 297.96252Q99.12625 297.96252 99.51688 297.66565Q99.92313 297.36877 100.06375 296.85315Q100.1575 296.52502 100.14188 295.49377Q99.45438 296.30627 98.42313 296.30627Q97.14188 296.30627 96.43875 295.3844Q95.73563 294.4469 95.73563 293.16565Q95.73563 292.27502 96.04813 291.52502Q96.37625 290.7594 96.98563 290.35315Q97.595 289.9469 98.42313 289.9469Q99.5325 289.9469 100.25125 290.83752L100.25125 290.08752L101.22 290.08752L101.22 295.46252Q101.22 296.91565 100.92313 297.52502Q100.62625 298.1344 99.98563 298.47815Q99.345 298.83752 98.4075 298.83752Q97.29813 298.83752 96.61063 298.33752Q95.92313 297.83752 95.93875 296.8219ZM96.81375 293.08752Q96.81375 294.30627 97.29813 294.86877Q97.7825 295.43127 98.51688 295.43127Q99.25125 295.43127 99.73563 294.86877Q100.23563 294.30627 100.23563 293.11877Q100.23563 291.97815 99.72 291.40002Q99.22 290.8219 98.50125 290.8219Q97.79813 290.8219 97.29813 291.40002Q96.81375 291.96252 96.81375 293.08752ZM108.43875 295.36877L108.595 296.29065Q108.14188 296.3844 107.79813 296.3844Q107.22 296.3844 106.9075 296.21252Q106.595 296.02502 106.45438 295.72815Q106.32938 295.43127 106.32938 294.47815L106.32938 290.90002L105.56375 290.90002L105.56375 290.08752L106.32938 290.08752L106.32938 288.54065L107.37625 287.91565L107.37625 290.08752L108.43875 290.08752L108.43875 290.90002L107.37625 290.90002L107.37625 294.54065Q107.37625 294.99377 107.42313 295.11877Q107.48563 295.24377 107.61063 295.3219Q107.73563 295.40002 107.97 295.40002Q108.1575 295.40002 108.43875 295.36877ZM113.39188 294.30627L114.48563 294.43127Q114.23563 295.3844 113.5325 295.91565Q112.82938 296.4469 111.75125 296.4469Q110.39188 296.4469 109.57938 295.60315Q108.7825 294.7594 108.7825 293.24377Q108.7825 291.68127 109.595 290.8219Q110.4075 289.9469 111.68875 289.9469Q112.93875 289.9469 113.72 290.79065Q114.51688 291.6344 114.51688 293.18127Q114.51688 293.27502 114.51688 293.46252L109.87625 293.46252Q109.93875 294.49377 110.45438 295.04065Q110.97 295.5719 111.75125 295.5719Q112.32938 295.5719 112.73563 295.27502Q113.1575 294.96252 113.39188 294.30627ZM109.93875 292.60315L113.4075 292.60315Q113.345 291.80627 113.01688 291.41565Q112.50125 290.80627 111.70438 290.80627Q110.97 290.80627 110.47 291.29065Q109.98563 291.77502 109.93875 292.60315ZM120.20438 295.54065Q119.61063 296.04065 119.06375 296.24377Q118.5325 296.4469 117.9075 296.4469Q116.87625 296.4469 116.32938 295.9469Q115.7825 295.4469 115.7825 294.66565Q115.7825 294.21252 115.98563 293.83752Q116.18875 293.4469 116.5325 293.22815Q116.87625 292.99377 117.29813 292.8844Q117.595 292.79065 118.23563 292.71252Q119.50125 292.5719 120.11063 292.35315Q120.11063 292.1344 120.11063 292.08752Q120.11063 291.43127 119.81375 291.16565Q119.4075 290.8219 118.61063 290.8219Q117.87625 290.8219 117.51688 291.08752Q117.1575 291.33752 116.98563 291.99377L115.95438 291.85315Q116.095 291.1969 116.42313 290.79065Q116.75125 290.3844 117.36063 290.16565Q117.97 289.9469 118.76688 289.9469Q119.56375 289.9469 120.06375 290.1344Q120.56375 290.3219 120.79813 290.60315Q121.0325 290.8844 121.12625 291.3219Q121.17313 291.58752 121.17313 292.29065L121.17313 293.6969Q121.17313 295.16565 121.23563 295.55627Q121.31375 295.9469 121.51688 296.30627L120.4075 296.30627Q120.25125 295.97815 120.20438 295.54065ZM120.11063 293.18127Q119.5325 293.41565 118.39188 293.58752Q117.73563 293.68127 117.47 293.80627Q117.20438 293.91565 117.04813 294.1344Q116.9075 294.35315 116.9075 294.6344Q116.9075 295.05627 117.22 295.33752Q117.54813 295.61877 118.1575 295.61877Q118.76688 295.61877 119.23563 295.35315Q119.72 295.08752 119.93875 294.61877Q120.11063 294.2594 120.11063 293.5719L120.11063 293.18127ZM123.14188 296.30627L123.14188 290.08752L124.07938 290.08752L124.07938 290.96252Q124.37625 290.49377 124.86063 290.22815Q125.345 289.9469 125.97 289.9469Q126.6575 289.9469 127.095 290.22815Q127.54813 290.5094 127.72 291.02502Q128.47 289.9469 129.64188 289.9469Q130.57938 289.9469 131.06375 290.46252Q131.56375 290.96252 131.56375 292.04065L131.56375 296.30627L130.51688 296.30627L130.51688 292.3844Q130.51688 291.7594 130.4075 291.47815Q130.31375 291.1969 130.04813 291.02502Q129.7825 290.85315 129.4075 290.85315Q128.75125 290.85315 128.31375 291.29065Q127.89188 291.72815 127.89188 292.6969L127.89188 296.30627L126.82938 296.30627L126.82938 292.2594Q126.82938 291.55627 126.56375 291.21252Q126.31375 290.85315 125.73563 290.85315Q125.2825 290.85315 124.9075 291.08752Q124.5325 291.3219 124.36063 291.77502Q124.18875 292.22815 124.18875 293.0719L124.18875 296.30627L123.14188 296.30627Z" fill-rule="nonzero"/><path fill="#666666" d="M57.47 352.97827L57.47 344.38452L58.595 344.38452L58.595 352.97827L57.47 352.97827ZM67.20438 352.21265Q66.61063 352.71265 66.06375 352.91577Q65.5325 353.1189 64.9075 353.1189Q63.87625 353.1189 63.329376 352.6189Q62.7825 352.1189 62.7825 351.33765Q62.7825 350.88452 62.985626 350.50952Q63.18875 350.1189 63.5325 349.90015Q63.87625 349.66577 64.29813 349.5564Q64.595 349.46265 65.23563 349.38452Q66.50125 349.2439 67.11063 349.02515Q67.11063 348.8064 67.11063 348.75952Q67.11063 348.10327 66.81375 347.83765Q66.4075 347.4939 65.61063 347.4939Q64.87625 347.4939 64.51688 347.75952Q64.1575 348.00952 63.985626 348.66577L62.954376 348.52515Q63.095 347.8689 63.423126 347.46265Q63.75125 347.0564 64.36063 346.83765Q64.97 346.6189 65.76688 346.6189Q66.56375 346.6189 67.06375 346.8064Q67.56375 346.9939 67.79813 347.27515Q68.0325 347.5564 68.12625 347.9939Q68.17313 348.25952 68.17313 348.96265L68.17313 350.3689Q68.17313 351.83765 68.23563 352.22827Q68.31375 352.6189 68.51688 352.97827L67.4075 352.97827Q67.25125 352.65015 67.20438 352.21265ZM67.11063 349.85327Q66.5325 350.08765 65.39188 350.25952Q64.73563 350.35327 64.47 350.47827Q64.20438 350.58765 64.04813 350.8064Q63.9075 351.02515 63.9075 351.3064Q63.9075 351.72827 64.22 352.00952Q64.54813 352.29077 65.1575 352.29077Q65.76688 352.29077 66.23563 352.02515Q66.72 351.75952 66.93875 351.29077Q67.11063 350.9314 67.11063 350.2439L67.11063 349.85327ZM70.14188 352.97827L70.14188 346.75952L71.07938 346.75952L71.07938 347.63452Q71.37625 347.16577 71.86063 346.90015Q72.345 346.6189 72.97 346.6189Q73.6575 346.6189 74.095 346.90015Q74.54813 347.1814 74.72 347.69702Q75.47 346.6189 76.64188 346.6189Q77.57938 346.6189 78.06375 347.13452Q78.56375 347.63452 78.56375 348.71265L78.56375 352.97827L77.51688 352.97827L77.51688 349.0564Q77.51688 348.4314 77.4075 348.15015Q77.31375 347.8689 77.04813 347.69702Q76.7825 347.52515 76.4075 347.52515Q75.75125 347.52515 75.31375 347.96265Q74.89188 348.40015 74.89188 349.3689L74.89188 352.97827L73.82938 352.97827L73.82938 348.9314Q73.82938 348.22827 73.56375 347.88452Q73.31375 347.52515 72.73563 347.52515Q72.2825 347.52515 71.9075 347.75952Q71.5325 347.9939 71.36063 348.44702Q71.18875 348.90015 71.18875 349.7439L71.18875 352.97827L70.14188 352.97827ZM87.20438 352.21265Q86.61063 352.71265 86.06375 352.91577Q85.5325 353.1189 84.9075 353.1189Q83.87625 353.1189 83.32938 352.6189Q82.7825 352.1189 82.7825 351.33765Q82.7825 350.88452 82.98563 350.50952Q83.18875 350.1189 83.5325 349.90015Q83.87625 349.66577 84.29813 349.5564Q84.595 349.46265 85.23563 349.38452Q86.50125 349.2439 87.11063 349.02515Q87.11063 348.8064 87.11063 348.75952Q87.11063 348.10327 86.81375 347.83765Q86.4075 347.4939 85.61063 347.4939Q84.87625 347.4939 84.51688 347.75952Q84.1575 348.00952 83.98563 348.66577L82.95438 348.52515Q83.095 347.8689 83.42313 347.46265Q83.75125 347.0564 84.36063 346.83765Q84.97 346.6189 85.76688 346.6189Q86.56375 346.6189 87.06375 346.8064Q87.56375 346.9939 87.79813 347.27515Q88.0325 347.5564 88.12625 347.9939Q88.17313 348.25952 88.17313 348.96265L88.17313 350.3689Q88.17313 351.83765 88.23563 352.22827Q88.31375 352.6189 88.51688 352.97827L87.4075 352.97827Q87.25125 352.65015 87.20438 352.21265ZM87.11063 349.85327Q86.5325 350.08765 85.39188 350.25952Q84.73563 350.35327 84.47 350.47827Q84.20438 350.58765 84.04813 350.8064Q83.9075 351.02515 83.9075 351.3064Q83.9075 351.72827 84.22 352.00952Q84.54813 352.29077 85.1575 352.29077Q85.76688 352.29077 86.23563 352.02515Q86.72 351.75952 86.93875 351.29077Q87.11063 350.9314 87.11063 350.2439L87.11063 349.85327ZM92.72 351.1189L93.75125 350.96265Q93.845 351.58765 94.23563 351.91577Q94.64188 352.2439 95.37625 352.2439Q96.095 352.2439 96.43875 351.96265Q96.79813 351.66577 96.79813 351.25952Q96.79813 350.90015 96.48563 350.69702Q96.26688 350.5564 95.4075 350.33765Q94.25125 350.04077 93.79813 349.83765Q93.36063 349.6189 93.12625 349.2439Q92.89188 348.8689 92.89188 348.40015Q92.89188 347.9939 93.07938 347.63452Q93.26688 347.27515 93.595 347.04077Q93.845 346.8689 94.26688 346.7439Q94.68875 346.6189 95.18875 346.6189Q95.9075 346.6189 96.45438 346.83765Q97.01688 347.04077 97.2825 347.40015Q97.54813 347.75952 97.64188 348.35327L96.61063 348.4939Q96.54813 348.02515 96.20438 347.75952Q95.87625 347.47827 95.25125 347.47827Q94.5325 347.47827 94.22 347.72827Q93.9075 347.96265 93.9075 348.29077Q93.9075 348.4939 94.0325 348.65015Q94.17313 348.82202 94.43875 348.9314Q94.595 348.9939 95.37625 349.19702Q96.50125 349.50952 96.93875 349.69702Q97.37625 349.88452 97.62625 350.2439Q97.87625 350.60327 97.87625 351.15015Q97.87625 351.6814 97.56375 352.15015Q97.26688 352.60327 96.68875 352.8689Q96.11063 353.1189 95.37625 353.1189Q94.1575 353.1189 93.51688 352.6189Q92.89188 352.10327 92.72 351.1189ZM101.43875 352.04077L101.595 352.96265Q101.14188 353.0564 100.79813 353.0564Q100.22 353.0564 99.9075 352.88452Q99.595 352.69702 99.45438 352.40015Q99.32938 352.10327 99.32938 351.15015L99.32938 347.57202L98.56375 347.57202L98.56375 346.75952L99.32938 346.75952L99.32938 345.21265L100.37625 344.58765L100.37625 346.75952L101.43875 346.75952L101.43875 347.57202L100.37625 347.57202L100.37625 351.21265Q100.37625 351.66577 100.42313 351.79077Q100.48563 351.91577 100.61063 351.9939Q100.73563 352.07202 100.97 352.07202Q101.1575 352.07202 101.43875 352.04077ZM106.22 352.97827L106.22 352.0564Q105.48563 353.1189 104.23563 353.1189Q103.68875 353.1189 103.20438 352.91577Q102.73563 352.69702 102.50125 352.38452Q102.26688 352.0564 102.17313 351.58765Q102.11063 351.29077 102.11063 350.60327L102.11063 346.75952L103.17313 346.75952L103.17313 350.21265Q103.17313 351.02515 103.23563 351.32202Q103.32938 351.72827 103.64188 351.97827Q103.97 352.21265 104.45438 352.21265Q104.92313 352.21265 105.32938 351.97827Q105.75125 351.72827 105.92313 351.3064Q106.11063 350.88452 106.11063 350.08765L106.11063 346.75952L107.1575 346.75952L107.1575 352.97827L106.22 352.97827ZM113.17313 352.97827L113.17313 352.19702Q112.57938 353.1189 111.43875 353.1189Q110.68875 353.1189 110.06375 352.71265Q109.43875 352.29077 109.095 351.5564Q108.75125 350.82202 108.75125 349.8689Q108.75125 348.94702 109.06375 348.1814Q109.37625 347.41577 110.00125 347.02515Q110.62625 346.6189 111.39188 346.6189Q111.95438 346.6189 112.39188 346.85327Q112.82938 347.08765 113.11063 347.46265L113.11063 344.38452L114.1575 344.38452L114.1575 352.97827L113.17313 352.97827ZM109.845 349.8689Q109.845 351.07202 110.345 351.66577Q110.845 352.2439 111.5325 352.2439Q112.22 352.2439 112.70438 351.6814Q113.18875 351.1189 113.18875 349.96265Q113.18875 348.6814 112.68875 348.08765Q112.20438 347.4939 111.48563 347.4939Q110.7825 347.4939 110.31375 348.07202Q109.845 348.63452 109.845 349.8689ZM120.39188 350.97827L121.48563 351.10327Q121.23563 352.0564 120.5325 352.58765Q119.82938 353.1189 118.75125 353.1189Q117.39188 353.1189 116.57938 352.27515Q115.7825 351.4314 115.7825 349.91577Q115.7825 348.35327 116.595 347.4939Q117.4075 346.6189 118.68875 346.6189Q119.93875 346.6189 120.72 347.46265Q121.51688 348.3064 121.51688 349.85327Q121.51688 349.94702 121.51688 350.13452L116.87625 350.13452Q116.93875 351.16577 117.45438 351.71265Q117.97 352.2439 118.75125 352.2439Q119.32938 352.2439 119.73563 351.94702Q120.1575 351.63452 120.39188 350.97827ZM116.93875 349.27515L120.4075 349.27515Q120.345 348.47827 120.01688 348.08765Q119.50125 347.47827 118.70438 347.47827Q117.97 347.47827 117.47 347.96265Q116.98563 348.44702 116.93875 349.27515ZM123.14188 352.97827L123.14188 346.75952L124.07938 346.75952L124.07938 347.63452Q124.76688 346.6189 126.06375 346.6189Q126.62625 346.6189 127.095 346.82202Q127.57938 347.02515 127.81375 347.35327Q128.04813 347.6814 128.14188 348.1189Q128.18875 348.41577 128.18875 349.15015L128.18875 352.97827L127.14188 352.97827L127.14188 349.19702Q127.14188 348.54077 127.01688 348.22827Q126.89188 347.91577 126.57938 347.72827Q126.26688 347.52515 125.845 347.52515Q125.17313 347.52515 124.67313 347.96265Q124.18875 348.38452 124.18875 349.57202L124.18875 352.97827L123.14188 352.97827ZM132.43875 352.04077L132.595 352.96265Q132.14188 353.0564 131.79813 353.0564Q131.22 353.0564 130.9075 352.88452Q130.595 352.69702 130.45438 352.40015Q130.32938 352.10327 130.32938 351.15015L130.32938 347.57202L129.56375 347.57202L129.56375 346.75952L130.32938 346.75952L130.32938 345.21265L131.37625 344.58765L131.37625 346.75952L132.43875 346.75952L132.43875 347.57202L131.37625 347.57202L131.37625 351.21265Q131.37625 351.66577 131.42313 351.79077Q131.48563 351.91577 131.61063 351.9939Q131.73563 352.07202 131.97 352.07202Q132.1575 352.07202 132.43875 352.04077Z" fill-rule="nonzero"/><path fill="#666666" d="M102.92313 412.4628Q102.92313 410.32217 104.06375 409.11905Q105.22 407.9003 107.0325 407.9003Q108.23563 407.9003 109.18875 408.47842Q110.14188 409.04092 110.64188 410.05655Q111.14188 411.07217 111.14188 412.36905Q111.14188 413.66592 110.61063 414.69717Q110.07938 415.72842 109.11063 416.25967Q108.1575 416.79092 107.0325 416.79092Q105.81375 416.79092 104.86063 416.2128Q103.9075 415.61905 103.4075 414.61905Q102.92313 413.60342 102.92313 412.4628ZM104.095 412.47842Q104.095 414.04092 104.92313 414.93155Q105.76688 415.82217 107.0325 415.82217Q108.31375 415.82217 109.14188 414.93155Q109.97 414.0253 109.97 412.35342Q109.97 411.30655 109.61063 410.5253Q109.26688 409.74405 108.57938 409.32217Q107.89188 408.88467 107.04813 408.88467Q105.845 408.88467 104.97 409.7128Q104.095 410.54092 104.095 412.47842ZM114.43875 415.7128L114.595 416.63467Q114.14188 416.72842 113.79813 416.72842Q113.22 416.72842 112.9075 416.55655Q112.595 416.36905 112.45438 416.07217Q112.32938 415.7753 112.32938 414.82217L112.32938 411.24405L111.56375 411.24405L111.56375 410.43155L112.32938 410.43155L112.32938 408.88467L113.37625 408.25967L113.37625 410.43155L114.43875 410.43155L114.43875 411.24405L113.37625 411.24405L113.37625 414.88467Q113.37625 415.3378 113.42313 415.4628Q113.48563 415.5878 113.61063 415.66592Q113.73563 415.74405 113.97 415.74405Q114.1575 415.74405 114.43875 415.7128ZM115.14188 416.6503L115.14188 408.05655L116.18875 408.05655L116.18875 411.13467Q116.92313 410.29092 118.04813 410.29092Q118.75125 410.29092 119.25125 410.57217Q119.76688 410.8378 119.98563 411.32217Q120.20438 411.79092 120.20438 412.7128L120.20438 416.6503L119.1575 416.6503L119.1575 412.7128Q119.1575 411.91592 118.81375 411.55655Q118.47 411.19717 117.845 411.19717Q117.37625 411.19717 116.95438 411.44717Q116.54813 411.68155 116.36063 412.10342Q116.18875 412.50967 116.18875 413.24405L116.18875 416.6503L115.14188 416.6503ZM126.39188 414.6503L127.48563 414.7753Q127.23563 415.72842 126.5325 416.25967Q125.82938 416.79092 124.75125 416.79092Q123.39188 416.79092 122.57938 415.94717Q121.7825 415.10342 121.7825 413.5878Q121.7825 412.0253 122.595 411.16592Q123.4075 410.29092 124.68875 410.29092Q125.93875 410.29092 126.72 411.13467Q127.51688 411.97842 127.51688 413.5253Q127.51688 413.61905 127.51688 413.80655L122.87625 413.80655Q122.93875 414.8378 123.45438 415.38467Q123.97 415.91592 124.75125 415.91592Q125.32938 415.91592 125.73563 415.61905Q126.1575 415.30655 126.39188 414.6503ZM122.93875 412.94717L126.4075 412.94717Q126.345 412.1503 126.01688 411.75967Q125.50125 411.1503 124.70438 411.1503Q123.97 411.1503 123.47 411.63467Q122.98563 412.11905 122.93875 412.94717ZM129.12625 416.6503L129.12625 410.43155L130.07938 410.43155L130.07938 411.36905Q130.43875 410.7128 130.73563 410.50967Q131.04813 410.29092 131.42313 410.29092Q131.95438 410.29092 132.50125 410.61905L132.14188 411.60342Q131.75125 411.36905 131.37625 411.36905Q131.01688 411.36905 130.73563 411.5878Q130.47 411.79092 130.36063 412.16592Q130.17313 412.72842 130.17313 413.38467L130.17313 416.6503L129.12625 416.6503Z" fill-rule="nonzero"/><path fill="#666666" d="M129.845 468.39453Q129.845 466.86328 130.1575 465.9414Q130.47 465.0039 131.07938 464.5039Q131.70438 464.0039 132.64188 464.0039Q133.32938 464.0039 133.845 464.28516Q134.37625 464.5664 134.72 465.09766Q135.06375 465.61328 135.25125 466.36328Q135.43875 467.11328 135.43875 468.39453Q135.43875 469.91016 135.12625 470.83203Q134.82938 471.7539 134.20438 472.26953Q133.595 472.76953 132.64188 472.76953Q131.4075 472.76953 130.68875 471.8789Q129.845 470.8164 129.845 468.39453ZM130.92313 468.39453Q130.92313 470.5039 131.42313 471.20703Q131.92313 471.91016 132.64188 471.91016Q133.37625 471.91016 133.86063 471.20703Q134.36063 470.5039 134.36063 468.39453Q134.36063 466.26953 133.86063 465.58203Q133.37625 464.8789 132.62625 464.8789Q131.9075 464.8789 131.47 465.48828Q130.92313 466.26953 130.92313 468.39453ZM137.04813 466.09766Q137.04813 465.17578 137.50125 464.53516Q137.97 463.89453 138.845 463.89453Q139.6575 463.89453 140.18875 464.47266Q140.72 465.05078 140.72 466.16016Q140.72 467.2539 140.17313 467.84766Q139.64188 468.42578 138.86063 468.42578Q138.07938 468.42578 137.56375 467.84766Q137.04813 467.26953 137.04813 466.09766ZM138.87625 464.61328Q138.48563 464.61328 138.22 464.95703Q137.97 465.30078 137.97 466.20703Q137.97 467.03516 138.22 467.3789Q138.48563 467.70703 138.87625 467.70703Q139.2825 467.70703 139.5325 467.36328Q139.79813 467.01953 139.79813 466.1289Q139.79813 465.28516 139.5325 464.95703Q139.26688 464.61328 138.87625 464.61328ZM138.87625 472.9414L143.57938 463.89453L144.43875 463.89453L139.75125 472.9414L138.87625 472.9414ZM142.595 470.61328Q142.595 469.6914 143.04813 469.05078Q143.51688 468.41016 144.4075 468.41016Q145.22 468.41016 145.75125 468.98828Q146.2825 469.55078 146.2825 470.67578Q146.2825 471.76953 145.73563 472.36328Q145.20438 472.9414 144.4075 472.9414Q143.64188 472.9414 143.11063 472.36328Q142.595 471.78516 142.595 470.61328ZM144.43875 469.1289Q144.0325 469.1289 143.76688 469.47266Q143.51688 469.8164 143.51688 470.72266Q143.51688 471.53516 143.7825 471.8789Q144.04813 472.22266 144.43875 472.22266Q144.82938 472.22266 145.095 471.8789Q145.36063 471.53516 145.36063 470.6289Q145.36063 469.80078 145.095 469.47266Q144.82938 469.1289 144.43875 469.1289Z" fill-rule="nonzero"/><path fill="#666666" d="M242.16188 471.61328L242.16188 472.6289L236.47438 472.6289Q236.47438 472.2539 236.59938 471.89453Q236.81813 471.3164 237.28688 470.7539Q237.77126 470.1914 238.6775 469.45703Q240.08376 468.30078 240.56813 467.6289Q241.06813 466.95703 241.06813 466.36328Q241.06813 465.73828 240.615 465.3164Q240.16188 464.8789 239.44313 464.8789Q238.6775 464.8789 238.22438 465.33203Q237.77126 465.78516 237.75563 466.59766L236.6775 466.48828Q236.78688 465.26953 237.50563 464.64453Q238.24 464.0039 239.47438 464.0039Q240.70876 464.0039 241.4275 464.6914Q242.14626 465.3789 242.14626 466.39453Q242.14626 466.91016 241.9275 467.41016Q241.72438 467.89453 241.22438 468.45703Q240.74 469.0039 239.615 469.95703Q238.66188 470.7539 238.38063 471.05078Q238.115 471.33203 237.94313 471.61328L242.16188 471.61328ZM243.615 468.39453Q243.615 466.86328 243.9275 465.9414Q244.24 465.0039 244.84938 464.5039Q245.47438 464.0039 246.41188 464.0039Q247.09938 464.0039 247.615 464.28516Q248.14626 464.5664 248.49 465.09766Q248.83376 465.61328 249.02126 466.36328Q249.20876 467.11328 249.20876 468.39453Q249.20876 469.91016 248.89626 470.83203Q248.59938 471.7539 247.97438 472.26953Q247.365 472.76953 246.41188 472.76953Q245.1775 472.76953 244.45876 471.8789Q243.615 470.8164 243.615 468.39453ZM244.69313 468.39453Q244.69313 470.5039 245.19313 471.20703Q245.69313 471.91016 246.41188 471.91016Q247.14626 471.91016 247.63063 471.20703Q248.13063 470.5039 248.13063 468.39453Q248.13063 466.26953 247.63063 465.58203Q247.14626 464.8789 246.39626 464.8789Q245.6775 464.8789 245.24 465.48828Q244.69313 466.26953 244.69313 468.39453ZM250.81813 466.09766Q250.81813 465.17578 251.27126 464.53516Q251.74 463.89453 252.615 463.89453Q253.4275 463.89453 253.95876 464.47266Q254.49 465.05078 254.49 466.16016Q254.49 467.2539 253.94313 467.84766Q253.41188 468.42578 252.63063 468.42578Q251.84938 468.42578 251.33376 467.84766Q250.81813 467.26953 250.81813 466.09766ZM252.64626 464.61328Q252.25563 464.61328 251.99 464.95703Q251.74 465.30078 251.74 466.20703Q251.74 467.03516 251.99 467.3789Q252.25563 467.70703 252.64626 467.70703Q253.0525 467.70703 253.3025 467.36328Q253.56813 467.01953 253.56813 466.1289Q253.56813 465.28516 253.3025 464.95703Q253.03688 464.61328 252.64626 464.61328ZM252.64626 472.9414L257.34937 463.89453L258.20874 463.89453L253.52126 472.9414L252.64626 472.9414ZM256.365 470.61328Q256.365 469.6914 256.8181 469.05078Q257.28687 468.41016 258.1775 468.41016Q258.99 468.41016 259.52124 468.98828Q260.0525 469.55078 260.0525 470.67578Q260.0525 471.76953 259.5056 472.36328Q258.97437 472.9414 258.1775 472.9414Q257.41187 472.9414 256.8806 472.36328Q256.365 471.78516 256.365 470.61328ZM258.20874 469.1289Q257.8025 469.1289 257.53687 469.47266Q257.28687 469.8164 257.28687 470.72266Q257.28687 471.53516 257.5525 471.8789Q257.8181 472.22266 258.20874 472.22266Q258.59937 472.22266 258.865 471.8789Q259.1306 471.53516 259.1306 470.6289Q259.1306 469.80078 258.865 469.47266Q258.59937 469.1289 258.20874 469.1289Z" fill-rule="nonzero"/><path fill="#666666" d="M350.26 472.6289L350.26 470.5664L346.54126 470.5664L346.54126 469.59766L350.46313 464.03516L351.3225 464.03516L351.3225 469.59766L352.47876 469.59766L352.47876 470.5664L351.3225 470.5664L351.3225 472.6289L350.26 472.6289ZM350.26 469.59766L350.26 465.73828L347.5725 469.59766L350.26 469.59766ZM353.885 468.39453Q353.885 466.86328 354.1975 465.9414Q354.51 465.0039 355.1194 464.5039Q355.7444 464.0039 356.6819 464.0039Q357.3694 464.0039 357.885 464.28516Q358.41626 464.5664 358.76 465.09766Q359.10376 465.61328 359.29126 466.36328Q359.47876 467.11328 359.47876 468.39453Q359.47876 469.91016 359.16626 470.83203Q358.8694 471.7539 358.2444 472.26953Q357.635 472.76953 356.6819 472.76953Q355.4475 472.76953 354.72876 471.8789Q353.885 470.8164 353.885 468.39453ZM354.96313 468.39453Q354.96313 470.5039 355.46313 471.20703Q355.96313 471.91016 356.6819 471.91016Q357.41626 471.91016 357.90063 471.20703Q358.40063 470.5039 358.40063 468.39453Q358.40063 466.26953 357.90063 465.58203Q357.41626 464.8789 356.66626 464.8789Q355.9475 464.8789 355.51 465.48828Q354.96313 466.26953 354.96313 468.39453ZM361.08813 466.09766Q361.08813 465.17578 361.54126 464.53516Q362.01 463.89453 362.885 463.89453Q363.6975 463.89453 364.22876 464.47266Q364.76 465.05078 364.76 466.16016Q364.76 467.2539 364.21313 467.84766Q363.6819 468.42578 362.90063 468.42578Q362.1194 468.42578 361.60376 467.84766Q361.08813 467.26953 361.08813 466.09766ZM362.91626 464.61328Q362.52563 464.61328 362.26 464.95703Q362.01 465.30078 362.01 466.20703Q362.01 467.03516 362.26 467.3789Q362.52563 467.70703 362.91626 467.70703Q363.3225 467.70703 363.5725 467.36328Q363.83813 467.01953 363.83813 466.1289Q363.83813 465.28516 363.5725 464.95703Q363.3069 464.61328 362.91626 464.61328ZM362.91626 472.9414L367.6194 463.89453L368.47876 463.89453L363.79126 472.9414L362.91626 472.9414ZM366.635 470.61328Q366.635 469.6914 367.08813 469.05078Q367.5569 468.41016 368.4475 468.41016Q369.26 468.41016 369.79126 468.98828Q370.3225 469.55078 370.3225 470.67578Q370.3225 471.76953 369.77563 472.36328Q369.2444 472.9414 368.4475 472.9414Q367.6819 472.9414 367.15063 472.36328Q366.635 471.78516 366.635 470.61328ZM368.47876 469.1289Q368.0725 469.1289 367.8069 469.47266Q367.5569 469.8164 367.5569 470.72266Q367.5569 471.53516 367.8225 471.8789Q368.08813 472.22266 368.47876 472.22266Q368.8694 472.22266 369.135 471.8789Q369.40063 471.53516 369.40063 470.6289Q369.40063 469.80078 369.135 469.47266Q368.8694 469.1289 368.47876 469.1289Z" fill-rule="nonzero"/><path fill="#666666" d="M462.62375 466.14453L461.57687 466.22266Q461.43625 465.59766 461.18625 465.3164Q460.74875 464.86328 460.12375 464.86328Q459.62375 464.86328 459.23312 465.14453Q458.74875 465.51953 458.45187 466.22266Q458.17062 466.91016 458.155 468.1914Q458.53 467.61328 459.07687 467.33203Q459.63937 467.05078 460.24875 467.05078Q461.29562 467.05078 462.03 467.83203Q462.78 468.61328 462.78 469.83203Q462.78 470.64453 462.42062 471.34766Q462.07687 472.03516 461.4675 472.41016Q460.85812 472.76953 460.0925 472.76953Q458.76437 472.76953 457.93625 471.80078Q457.10812 470.83203 457.10812 468.61328Q457.10812 466.11328 458.03 464.98828Q458.82687 464.0039 460.18625 464.0039Q461.20187 464.0039 461.8425 464.58203Q462.49875 465.14453 462.62375 466.14453ZM458.32687 469.84766Q458.32687 470.39453 458.54562 470.89453Q458.78 471.3789 459.18625 471.64453Q459.60812 471.91016 460.07687 471.91016Q460.73312 471.91016 461.2175 471.3789Q461.70187 470.83203 461.70187 469.91016Q461.70187 469.01953 461.2175 468.5039Q460.74875 467.98828 460.03 467.98828Q459.31125 467.98828 458.81125 468.5039Q458.32687 469.01953 458.32687 469.84766ZM464.155 468.39453Q464.155 466.86328 464.4675 465.9414Q464.78 465.0039 465.38937 464.5039Q466.01437 464.0039 466.95187 464.0039Q467.63937 464.0039 468.155 464.28516Q468.68625 464.5664 469.03 465.09766Q469.37375 465.61328 469.56125 466.36328Q469.74875 467.11328 469.74875 468.39453Q469.74875 469.91016 469.43625 470.83203Q469.13937 471.7539 468.51437 472.26953Q467.905 472.76953 466.95187 472.76953Q465.7175 472.76953 464.99875 471.8789Q464.155 470.8164 464.155 468.39453ZM465.23312 468.39453Q465.23312 470.5039 465.73312 471.20703Q466.23312 471.91016 466.95187 471.91016Q467.68625 471.91016 468.17062 471.20703Q468.67062 470.5039 468.67062 468.39453Q468.67062 466.26953 468.17062 465.58203Q467.68625 464.8789 466.93625 464.8789Q466.2175 464.8789 465.78 465.48828Q465.23312 466.26953 465.23312 468.39453ZM471.35812 466.09766Q471.35812 465.17578 471.81125 464.53516Q472.28 463.89453 473.155 463.89453Q473.9675 463.89453 474.49875 464.47266Q475.03 465.05078 475.03 466.16016Q475.03 467.2539 474.48312 467.84766Q473.95187 468.42578 473.17062 468.42578Q472.38937 468.42578 471.87375 467.84766Q471.35812 467.26953 471.35812 466.09766ZM473.18625 464.61328Q472.79562 464.61328 472.53 464.95703Q472.28 465.30078 472.28 466.20703Q472.28 467.03516 472.53 467.3789Q472.79562 467.70703 473.18625 467.70703Q473.5925 467.70703 473.8425 467.36328Q474.10812 467.01953 474.10812 466.1289Q474.10812 465.28516 473.8425 464.95703Q473.57687 464.61328 473.18625 464.61328ZM473.18625 472.9414L477.88937 463.89453L478.74875 463.89453L474.06125 472.9414L473.18625 472.9414ZM476.905 470.61328Q476.905 469.6914 477.35812 469.05078Q477.82687 468.41016 478.7175 468.41016Q479.53 468.41016 480.06125 468.98828Q480.5925 469.55078 480.5925 470.67578Q480.5925 471.76953 480.04562 472.36328Q479.51437 472.9414 478.7175 472.9414Q477.95187 472.9414 477.42062 472.36328Q476.905 471.78516 476.905 470.61328ZM478.74875 469.1289Q478.3425 469.1289 478.07687 469.47266Q477.82687 469.8164 477.82687 470.72266Q477.82687 471.53516 478.0925 471.8789Q478.35812 472.22266 478.74875 472.22266Q479.13937 472.22266 479.405 471.8789Q479.67062 471.53516 479.67062 470.6289Q479.67062 469.80078 479.405 469.47266Q479.13937 469.1289 478.74875 469.1289Z" fill-rule="nonzero"/><path fill="#666666" d="M569.05 467.97266Q568.39374 467.72266 568.0656 467.28516Q567.7531 466.83203 567.7531 466.22266Q567.7531 465.28516 568.425 464.64453Q569.1125 464.0039 570.22186 464.0039Q571.34686 464.0039 572.03436 464.66016Q572.72186 465.3164 572.72186 466.2539Q572.72186 466.84766 572.40936 467.28516Q572.09686 467.72266 571.45624 467.97266Q572.2531 468.22266 572.65936 468.80078Q573.0656 469.3789 573.0656 470.17578Q573.0656 471.26953 572.28436 472.01953Q571.51874 472.76953 570.2375 472.76953Q568.97186 472.76953 568.1906 472.01953Q567.40936 471.26953 567.40936 470.14453Q567.40936 469.30078 567.83124 468.73828Q568.26874 468.17578 569.05 467.97266ZM568.83124 466.17578Q568.83124 466.78516 569.22186 467.17578Q569.6281 467.5664 570.2531 467.5664Q570.8625 467.5664 571.2531 467.1914Q571.64374 466.80078 571.64374 466.23828Q571.64374 465.66016 571.2375 465.26953Q570.83124 464.86328 570.2375 464.86328Q569.6281 464.86328 569.22186 465.2539Q568.83124 465.64453 568.83124 466.17578ZM568.5031 470.14453Q568.5031 470.59766 568.70624 471.01953Q568.925 471.4414 569.34686 471.67578Q569.76874 471.91016 570.2531 471.91016Q571.0031 471.91016 571.4875 471.42578Q571.9875 470.9414 571.9875 470.1914Q571.9875 469.42578 571.4875 468.92578Q570.9875 468.42578 570.22186 468.42578Q569.47186 468.42578 568.9875 468.92578Q568.5031 469.41016 568.5031 470.14453ZM574.425 468.39453Q574.425 466.86328 574.7375 465.9414Q575.05 465.0039 575.65936 464.5039Q576.28436 464.0039 577.22186 464.0039Q577.90936 464.0039 578.425 464.28516Q578.95624 464.5664 579.3 465.09766Q579.64374 465.61328 579.83124 466.36328Q580.01874 467.11328 580.01874 468.39453Q580.01874 469.91016 579.70624 470.83203Q579.40936 471.7539 578.78436 472.26953Q578.175 472.76953 577.22186 472.76953Q575.9875 472.76953 575.26874 471.8789Q574.425 470.8164 574.425 468.39453ZM575.5031 468.39453Q575.5031 470.5039 576.0031 471.20703Q576.5031 471.91016 577.22186 471.91016Q577.95624 471.91016 578.4406 471.20703Q578.9406 470.5039 578.9406 468.39453Q578.9406 466.26953 578.4406 465.58203Q577.95624 464.8789 577.20624 464.8789Q576.4875 464.8789 576.05 465.48828Q575.5031 466.26953 575.5031 468.39453ZM581.6281 466.09766Q581.6281 465.17578 582.08124 464.53516Q582.55 463.89453 583.425 463.89453Q584.2375 463.89453 584.76874 464.47266Q585.3 465.05078 585.3 466.16016Q585.3 467.2539 584.7531 467.84766Q584.22186 468.42578 583.4406 468.42578Q582.65936 468.42578 582.14374 467.84766Q581.6281 467.26953 581.6281 466.09766ZM583.45624 464.61328Q583.0656 464.61328 582.8 464.95703Q582.55 465.30078 582.55 466.20703Q582.55 467.03516 582.8 467.3789Q583.0656 467.70703 583.45624 467.70703Q583.8625 467.70703 584.1125 467.36328Q584.3781 467.01953 584.3781 466.1289Q584.3781 465.28516 584.1125 464.95703Q583.84686 464.61328 583.45624 464.61328ZM583.45624 472.9414L588.15936 463.89453L589.01874 463.89453L584.33124 472.9414L583.45624 472.9414ZM587.175 470.61328Q587.175 469.6914 587.6281 469.05078Q588.09686 468.41016 588.9875 468.41016Q589.8 468.41016 590.33124 468.98828Q590.8625 469.55078 590.8625 470.67578Q590.8625 471.76953 590.3156 472.36328Q589.78436 472.9414 588.9875 472.9414Q588.22186 472.9414 587.6906 472.36328Q587.175 471.78516 587.175 470.61328ZM589.01874 469.1289Q588.6125 469.1289 588.34686 469.47266Q588.09686 469.8164 588.09686 470.72266Q588.09686 471.53516 588.3625 471.8789Q588.6281 472.22266 589.01874 472.22266Q589.40936 472.22266 589.675 471.8789Q589.9406 471.53516 589.9406 470.6289Q589.9406 469.80078 589.675 469.47266Q589.40936 469.1289 589.01874 469.1289Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M214.67381 505.89728C214.67381 505.345 215.12154 504.89728 215.67381 504.89728L225.67381 504.89728C226.2261 504.89728 226.67381 505.345 226.67381 505.89728L226.67381 515.8973C226.67381 516.4496 226.2261 516.8973 225.67381 516.8973L215.67381 516.8973C215.12154 516.8973 214.67381 516.4496 214.67381 515.8973Z" fill-rule="nonzero"/><path fill="#666666" d="M240.72069 513.88165L240.72069 514.8973L235.03319 514.8973Q235.03319 514.5223 235.15819 514.1629Q235.37694 513.5848 235.84569 513.0223Q236.33006 512.4598 237.23631 511.7254Q238.64256 510.56915 239.12694 509.89728Q239.62694 509.2254 239.62694 508.63165Q239.62694 508.00665 239.17381 507.58478Q238.72069 507.14728 238.00194 507.14728Q237.23631 507.14728 236.78319 507.6004Q236.33006 508.05353 236.31444 508.86603L235.23631 508.75665Q235.34569 507.5379 236.06444 506.9129Q236.79881 506.27228 238.03319 506.27228Q239.26756 506.27228 239.98631 506.95978Q240.70506 507.64728 240.70506 508.6629Q240.70506 509.17853 240.48631 509.67853Q240.28319 510.1629 239.78319 510.7254Q239.29881 511.27228 238.17381 512.2254Q237.22069 513.0223 236.93944 513.31915Q236.67381 513.6004 236.50194 513.88165L240.72069 513.88165ZM242.17381 510.6629Q242.17381 509.13165 242.48631 508.20978Q242.79881 507.27228 243.40819 506.77228Q244.03319 506.27228 244.97069 506.27228Q245.65819 506.27228 246.17381 506.55353Q246.70506 506.83478 247.04881 507.36603Q247.39256 507.88165 247.58006 508.63165Q247.76756 509.38165 247.76756 510.6629Q247.76756 512.1785 247.45506 513.1004Q247.15819 514.0223 246.53319 514.5379Q245.92381 515.0379 244.97069 515.0379Q243.73631 515.0379 243.01756 514.1473Q242.17381 513.0848 242.17381 510.6629ZM243.25194 510.6629Q243.25194 512.7723 243.75194 513.4754Q244.25194 514.1785 244.97069 514.1785Q245.70506 514.1785 246.18944 513.4754Q246.68944 512.7723 246.68944 510.6629Q246.68944 508.5379 246.18944 507.8504Q245.70506 507.14728 244.95506 507.14728Q244.23631 507.14728 243.79881 507.75665Q243.25194 508.5379 243.25194 510.6629ZM253.14256 514.8973L252.09569 514.8973L252.09569 508.17853Q251.70506 508.5379 251.08006 508.9129Q250.47069 509.27228 249.98631 509.44415L249.98631 508.42853Q250.86131 508.00665 251.51756 507.42853Q252.18944 506.83478 252.47069 506.27228L253.14256 506.27228L253.14256 514.8973ZM261.64258 508.4129L260.5957 508.49103Q260.45508 507.86603 260.20508 507.58478Q259.76758 507.13165 259.14258 507.13165Q258.64258 507.13165 258.25195 507.4129Q257.76758 507.7879 257.4707 508.49103Q257.18945 509.17853 257.17383 510.45978Q257.54883 509.88165 258.0957 509.6004Q258.6582 509.31915 259.26758 509.31915Q260.31445 509.31915 261.04883 510.1004Q261.79883 510.88165 261.79883 512.1004Q261.79883 512.9129 261.43945 513.616Q261.0957 514.3035 260.48633 514.6785Q259.87695 515.0379 259.11133 515.0379Q257.7832 515.0379 256.95508 514.06915Q256.12695 513.1004 256.12695 510.88165Q256.12695 508.38165 257.04883 507.25665Q257.8457 506.27228 259.20508 506.27228Q260.2207 506.27228 260.86133 506.8504Q261.51758 507.4129 261.64258 508.4129ZM257.3457 512.116Q257.3457 512.6629 257.56445 513.1629Q257.79883 513.6473 258.20508 513.9129Q258.62695 514.1785 259.0957 514.1785Q259.75195 514.1785 260.23633 513.6473Q260.7207 513.1004 260.7207 512.1785Q260.7207 511.2879 260.23633 510.77228Q259.76758 510.25665 259.04883 510.25665Q258.33008 510.25665 257.83008 510.77228Q257.3457 511.2879 257.3457 512.116Z" fill-rule="nonzero"/><path fill="#77cac5" d="M278.67383 505.89728C278.67383 505.345 279.12152 504.89728 279.67383 504.89728L289.67383 504.89728C290.2261 504.89728 290.67383 505.345 290.67383 505.89728L290.67383 515.8973C290.67383 516.4496 290.2261 516.8973 289.67383 516.8973L279.67383 516.8973C279.12152 516.8973 278.67383 516.4496 278.67383 515.8973Z" fill-rule="nonzero"/><path fill="#666666" d="M304.7207 513.88165L304.7207 514.8973L299.0332 514.8973Q299.0332 514.5223 299.1582 514.1629Q299.37695 513.5848 299.8457 513.0223Q300.33008 512.4598 301.23633 511.7254Q302.64258 510.56915 303.12695 509.89728Q303.62695 509.2254 303.62695 508.63165Q303.62695 508.00665 303.17383 507.58478Q302.7207 507.14728 302.00195 507.14728Q301.23633 507.14728 300.7832 507.6004Q300.33008 508.05353 300.31445 508.86603L299.23633 508.75665Q299.3457 507.5379 300.06445 506.9129Q300.79883 506.27228 302.0332 506.27228Q303.26758 506.27228 303.98633 506.95978Q304.70508 507.64728 304.70508 508.6629Q304.70508 509.17853 304.48633 509.67853Q304.2832 510.1629 303.7832 510.7254Q303.29883 511.27228 302.17383 512.2254Q301.2207 513.0223 300.93945 513.31915Q300.67383 513.6004 300.50195 513.88165L304.7207 513.88165ZM306.17383 510.6629Q306.17383 509.13165 306.48633 508.20978Q306.79883 507.27228 307.4082 506.77228Q308.0332 506.27228 308.9707 506.27228Q309.6582 506.27228 310.17383 506.55353Q310.70508 506.83478 311.04883 507.36603Q311.39258 507.88165 311.58008 508.63165Q311.76758 509.38165 311.76758 510.6629Q311.76758 512.1785 311.45508 513.1004Q311.1582 514.0223 310.5332 514.5379Q309.92383 515.0379 308.9707 515.0379Q307.73633 515.0379 307.01758 514.1473Q306.17383 513.0848 306.17383 510.6629ZM307.25195 510.6629Q307.25195 512.7723 307.75195 513.4754Q308.25195 514.1785 308.9707 514.1785Q309.70508 514.1785 310.18945 513.4754Q310.68945 512.7723 310.68945 510.6629Q310.68945 508.5379 310.18945 507.8504Q309.70508 507.14728 308.95508 507.14728Q308.23633 507.14728 307.79883 507.75665Q307.25195 508.5379 307.25195 510.6629ZM317.14258 514.8973L316.0957 514.8973L316.0957 508.17853Q315.70508 508.5379 315.08008 508.9129Q314.4707 509.27228 313.98633 509.44415L313.98633 508.42853Q314.86133 508.00665 315.51758 507.42853Q316.18945 506.83478 316.4707 506.27228L317.14258 506.27228L317.14258 514.8973ZM320.23633 507.42853L320.23633 506.4129L325.79883 506.4129L325.79883 507.24103Q324.98633 508.11603 324.17383 509.56915Q323.37695 511.00665 322.93945 512.5379Q322.61133 513.616 322.5332 514.8973L321.43945 514.8973Q321.45508 513.88165 321.83008 512.44415Q322.2207 511.00665 322.92383 509.67853Q323.64258 508.3504 324.45508 507.42853L320.23633 507.42853Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M342.67383 505.89728C342.67383 505.345 343.12152 504.89728 343.67383 504.89728L353.67383 504.89728C354.2261 504.89728 354.67383 505.345 354.67383 505.89728L354.67383 515.8973C354.67383 516.4496 354.2261 516.8973 353.67383 516.8973L343.67383 516.8973C343.12152 516.8973 342.67383 516.4496 342.67383 515.8973Z" fill-rule="nonzero"/><path fill="#666666" d="M368.7207 513.88165L368.7207 514.8973L363.0332 514.8973Q363.0332 514.5223 363.1582 514.1629Q363.37695 513.5848 363.8457 513.0223Q364.33008 512.4598 365.23633 511.7254Q366.64258 510.56915 367.12695 509.89728Q367.62695 509.2254 367.62695 508.63165Q367.62695 508.00665 367.17383 507.58478Q366.7207 507.14728 366.00195 507.14728Q365.23633 507.14728 364.7832 507.6004Q364.33008 508.05353 364.31445 508.86603L363.23633 508.75665Q363.3457 507.5379 364.06445 506.9129Q364.79883 506.27228 366.0332 506.27228Q367.26758 506.27228 367.98633 506.95978Q368.70508 507.64728 368.70508 508.6629Q368.70508 509.17853 368.48633 509.67853Q368.2832 510.1629 367.7832 510.7254Q367.29883 511.27228 366.17383 512.2254Q365.2207 513.0223 364.93945 513.31915Q364.67383 513.6004 364.50195 513.88165L368.7207 513.88165ZM370.17383 510.6629Q370.17383 509.13165 370.48633 508.20978Q370.79883 507.27228 371.4082 506.77228Q372.0332 506.27228 372.9707 506.27228Q373.6582 506.27228 374.17383 506.55353Q374.70508 506.83478 375.04883 507.36603Q375.39258 507.88165 375.58008 508.63165Q375.76758 509.38165 375.76758 510.6629Q375.76758 512.1785 375.45508 513.1004Q375.1582 514.0223 374.5332 514.5379Q373.92383 515.0379 372.9707 515.0379Q371.73633 515.0379 371.01758 514.1473Q370.17383 513.0848 370.17383 510.6629ZM371.25195 510.6629Q371.25195 512.7723 371.75195 513.4754Q372.25195 514.1785 372.9707 514.1785Q373.70508 514.1785 374.18945 513.4754Q374.68945 512.7723 374.68945 510.6629Q374.68945 508.5379 374.18945 507.8504Q373.70508 507.14728 372.95508 507.14728Q372.23633 507.14728 371.79883 507.75665Q371.25195 508.5379 371.25195 510.6629ZM381.14258 514.8973L380.0957 514.8973L380.0957 508.17853Q379.70508 508.5379 379.08008 508.9129Q378.4707 509.27228 377.98633 509.44415L377.98633 508.42853Q378.86133 508.00665 379.51758 507.42853Q380.18945 506.83478 380.4707 506.27228L381.14258 506.27228L381.14258 514.8973ZM385.79883 510.24103Q385.14258 509.99103 384.81445 509.55353Q384.50195 509.1004 384.50195 508.49103Q384.50195 507.55353 385.17383 506.9129Q385.86133 506.27228 386.9707 506.27228Q388.0957 506.27228 388.7832 506.92853Q389.4707 507.58478 389.4707 508.52228Q389.4707 509.11603 389.1582 509.55353Q388.8457 509.99103 388.20508 510.24103Q389.00195 510.49103 389.4082 511.06915Q389.81445 511.64728 389.81445 512.44415Q389.81445 513.5379 389.0332 514.2879Q388.26758 515.0379 386.98633 515.0379Q385.7207 515.0379 384.93945 514.2879Q384.1582 513.5379 384.1582 512.4129Q384.1582 511.56915 384.58008 511.00665Q385.01758 510.44415 385.79883 510.24103ZM385.58008 508.44415Q385.58008 509.05353 385.9707 509.44415Q386.37695 509.83478 387.00195 509.83478Q387.61133 509.83478 388.00195 509.45978Q388.39258 509.06915 388.39258 508.50665Q388.39258 507.92853 387.98633 507.5379Q387.58008 507.13165 386.98633 507.13165Q386.37695 507.13165 385.9707 507.52228Q385.58008 507.9129 385.58008 508.44415ZM385.25195 512.4129Q385.25195 512.866 385.45508 513.2879Q385.67383 513.7098 386.0957 513.94415Q386.51758 514.1785 387.00195 514.1785Q387.75195 514.1785 388.23633 513.69415Q388.73633 513.2098 388.73633 512.4598Q388.73633 511.69415 388.23633 511.19415Q387.73633 510.69415 386.9707 510.69415Q386.2207 510.69415 385.73633 511.19415Q385.25195 511.67853 385.25195 512.4129Z" fill-rule="nonzero"/><path fill="#666666" d="M29.547632 35.622475L29.547632 26.778725L26.250757 26.778725L26.250757 25.60685L34.188255 25.60685L34.188255 26.778725L30.875757 26.778725L30.875757 35.622475L29.547632 35.622475ZM35.844505 35.622475L35.844505 25.60685L37.07888 25.60685L37.07888 29.2006Q37.938255 28.2006 39.250755 28.2006Q40.063255 28.2006 40.657005 28.528725Q41.250755 28.841225 41.500755 29.403725Q41.76638 29.9506 41.76638 31.028725L41.76638 35.622475L40.532005 35.622475L40.532005 31.028725Q40.532005 30.091225 40.125755 29.684975Q39.73513 29.2631 39.000755 29.2631Q38.45388 29.2631 37.969505 29.54435Q37.48513 29.8256 37.282005 30.309975Q37.07888 30.79435 37.07888 31.653725L37.07888 35.622475L35.844505 35.622475ZM48.813255 33.278725L50.094505 33.434975Q49.782005 34.559975 48.969505 35.184975Q48.157005 35.79435 46.89138 35.79435Q45.29763 35.79435 44.36013 34.809975Q43.438255 33.8256 43.438255 32.059975Q43.438255 30.216225 44.375755 29.216225Q45.32888 28.2006 46.82888 28.2006Q48.282005 28.2006 49.20388 29.2006Q50.125755 30.184975 50.125755 31.98185Q50.125755 32.091225 50.125755 32.309975L44.70388 32.309975Q44.782005 33.497475 45.375755 34.1381Q45.98513 34.778725 46.907005 34.778725Q47.57888 34.778725 48.04763 34.41935Q48.532005 34.059975 48.813255 33.278725ZM44.782005 31.29435L48.82888 31.29435Q48.750755 30.372475 48.36013 29.91935Q47.782005 29.216225 46.844505 29.216225Q45.98513 29.216225 45.407005 29.778725Q44.844505 30.341225 44.782005 31.29435ZM56.14138 35.622475L56.14138 29.3256L55.04763 29.3256L55.04763 28.35685L56.14138 28.35685L56.14138 27.591225Q56.14138 26.85685 56.26638 26.497475Q56.45388 26.028725 56.89138 25.73185Q57.344505 25.434975 58.157005 25.434975Q58.67263 25.434975 59.29763 25.559975L59.11013 26.622475Q58.73513 26.559975 58.39138 26.559975Q57.82888 26.559975 57.594505 26.79435Q57.36013 27.028725 57.36013 27.684975L57.36013 28.35685L58.782005 28.35685L58.782005 29.3256L57.36013 29.3256L57.36013 35.622475L56.14138 35.622475ZM59.39138 31.997475Q59.39138 29.98185 60.51638 28.997475Q61.438255 28.2006 62.79763 28.2006Q64.282005 28.2006 65.23513 29.184975Q66.188255 30.153725 66.188255 31.8881Q66.188255 33.29435 65.76638 34.10685Q65.344505 34.903725 64.532005 35.35685Q63.73513 35.79435 62.79763 35.79435Q61.26638 35.79435 60.32888 34.809975Q59.39138 33.8256 59.39138 31.997475ZM60.657005 31.997475Q60.657005 33.3881 61.26638 34.091225Q61.875755 34.778725 62.79763 34.778725Q63.70388 34.778725 64.313255 34.0756Q64.92263 33.372475 64.92263 31.9506Q64.92263 30.60685 64.313255 29.91935Q63.70388 29.216225 62.79763 29.216225Q61.875755 29.216225 61.26638 29.903725Q60.657005 30.591225 60.657005 31.997475ZM67.813255 35.622475L67.813255 25.60685L69.04763 25.60685L69.04763 35.622475L67.813255 35.622475ZM70.813255 35.622475L70.813255 25.60685L72.04763 25.60685L72.04763 35.622475L70.813255 35.622475ZM73.39138 31.997475Q73.39138 29.98185 74.51638 28.997475Q75.438255 28.2006 76.79763 28.2006Q78.282005 28.2006 79.23513 29.184975Q80.188255 30.153725 80.188255 31.8881Q80.188255 33.29435 79.76638 34.10685Q79.344505 34.903725 78.532005 35.35685Q77.73513 35.79435 76.79763 35.79435Q75.26638 35.79435 74.32888 34.809975Q73.39138 33.8256 73.39138 31.997475ZM74.657005 31.997475Q74.657005 33.3881 75.26638 34.091225Q75.875755 34.778725 76.79763 34.778725Q77.70388 34.778725 78.313255 34.0756Q78.92263 33.372475 78.92263 31.9506Q78.92263 30.60685 78.313255 29.91935Q77.70388 29.216225 76.79763 29.216225Q75.875755 29.216225 75.26638 29.903725Q74.657005 30.591225 74.657005 31.997475ZM83.188255 35.622475L80.969505 28.35685L82.23513 28.35685L83.39138 32.559975L83.82888 34.10685Q83.844505 33.997475 84.20388 32.60685L85.36013 28.35685L86.61013 28.35685L87.70388 32.5756L88.063255 33.966225L88.48513 32.559975L89.73513 28.35685L90.92263 28.35685L88.657005 35.622475L87.375755 35.622475L86.219505 31.278725L85.938255 30.04435L84.469505 35.622475L83.188255 35.622475ZM91.86013 27.0131L91.86013 25.60685L93.07888 25.60685L93.07888 27.0131L91.86013 27.0131ZM91.86013 35.622475L91.86013 28.35685L93.07888 28.35685L93.07888 35.622475L91.86013 35.622475ZM94.844505 35.622475L94.844505 28.35685L95.95388 28.35685L95.95388 29.3881Q96.750755 28.2006 98.26638 28.2006Q98.92263 28.2006 99.469505 28.434975Q100.01638 28.66935 100.282005 29.059975Q100.563255 29.434975 100.67263 29.966225Q100.750755 30.309975 100.750755 31.153725L100.750755 35.622475L99.51638 35.622475L99.51638 31.2006Q99.51638 30.4506 99.375755 30.091225Q99.23513 29.716225 98.86013 29.497475Q98.500755 29.2631 98.000755 29.2631Q97.219505 29.2631 96.64138 29.7631Q96.07888 30.2631 96.07888 31.653725L96.07888 35.622475L94.844505 35.622475ZM102.625755 36.23185L103.813255 36.403725Q103.89138 36.9506 104.23513 37.216225Q104.688255 37.54435 105.48513 37.54435Q106.344505 37.54435 106.79763 37.2006Q107.26638 36.872475 107.438255 36.247475Q107.532005 35.872475 107.51638 34.66935Q106.719505 35.622475 105.51638 35.622475Q104.01638 35.622475 103.188255 34.54435Q102.375755 33.466225 102.375755 31.9506Q102.375755 30.91935 102.750755 30.04435Q103.125755 29.153725 103.82888 28.684975Q104.54763 28.2006 105.51638 28.2006Q106.79763 28.2006 107.64138 29.23185L107.64138 28.35685L108.76638 28.35685L108.76638 34.6381Q108.76638 36.341225 108.42263 37.04435Q108.07888 37.747475 107.32888 38.153725Q106.57888 38.5756 105.48513 38.5756Q104.188255 38.5756 103.39138 37.98185Q102.594505 37.403725 102.625755 36.23185ZM103.64138 31.85685Q103.64138 33.29435 104.20388 33.9506Q104.76638 34.60685 105.625755 34.60685Q106.469505 34.60685 107.04763 33.9506Q107.625755 33.29435 107.625755 31.903725Q107.625755 30.5756 107.032005 29.903725Q106.438255 29.216225 105.61013 29.216225Q104.782005 29.216225 104.20388 29.8881Q103.64138 30.54435 103.64138 31.85685ZM119.57888 34.73185Q118.907005 35.309975 118.26638 35.559975Q117.64138 35.79435 116.907005 35.79435Q115.719505 35.79435 115.063255 35.216225Q114.42263 34.622475 114.42263 33.7006Q114.42263 33.16935 114.657005 32.73185Q114.907005 32.29435 115.29763 32.028725Q115.70388 31.7631 116.188255 31.622475Q116.54763 31.528725 117.282005 31.434975Q118.782005 31.2631 119.48513 31.0131Q119.48513 30.7631 119.48513 30.7006Q119.48513 29.934975 119.14138 29.6381Q118.67263 29.216225 117.73513 29.216225Q116.875755 29.216225 116.45388 29.528725Q116.04763 29.8256 115.844505 30.591225L114.64138 30.434975Q114.79763 29.653725 115.17263 29.184975Q115.563255 28.716225 116.26638 28.466225Q116.98513 28.2006 117.92263 28.2006Q118.844505 28.2006 119.42263 28.41935Q120.000755 28.6381 120.26638 28.966225Q120.54763 29.29435 120.657005 29.809975Q120.719505 30.122475 120.719505 30.934975L120.719505 32.5756Q120.719505 34.29435 120.79763 34.747475Q120.875755 35.2006 121.11013 35.622475L119.82888 35.622475Q119.64138 35.23185 119.57888 34.73185ZM119.48513 31.98185Q118.813255 32.247475 117.469505 32.4506Q116.719505 32.559975 116.39138 32.7006Q116.07888 32.8256 115.907005 33.091225Q115.73513 33.35685 115.73513 33.66935Q115.73513 34.16935 116.11013 34.497475Q116.48513 34.8256 117.20388 34.8256Q117.92263 34.8256 118.469505 34.5131Q119.01638 34.2006 119.282005 33.653725Q119.48513 33.247475 119.48513 32.434975L119.48513 31.98185ZM122.844505 38.403725L122.844505 28.35685L123.969505 28.35685L123.969505 29.309975Q124.36013 28.747475 124.86013 28.48185Q125.36013 28.2006 126.07888 28.2006Q127.000755 28.2006 127.70388 28.684975Q128.42264 29.153725 128.78201 30.028725Q129.14139 30.903725 129.14139 31.934975Q129.14139 33.04435 128.73514 33.9506Q128.34451 34.841225 127.57888 35.3256Q126.82888 35.79435 125.98513 35.79435Q125.375755 35.79435 124.875755 35.528725Q124.39138 35.2631 124.07888 34.872475L124.07888 38.403725L122.844505 38.403725ZM123.95388 32.028725Q123.95388 33.434975 124.51638 34.10685Q125.094505 34.778725 125.907005 34.778725Q126.719505 34.778725 127.29763 34.091225Q127.89138 33.3881 127.89138 31.934975Q127.89138 30.54435 127.313255 29.85685Q126.750755 29.16935 125.95388 29.16935Q125.17263 29.16935 124.563255 29.903725Q123.95388 30.6381 123.95388 32.028725ZM130.84451 38.403725L130.84451 28.35685L131.96951 28.35685L131.96951 29.309975Q132.36014 28.747475 132.86014 28.48185Q133.36014 28.2006 134.07889 28.2006Q135.00076 28.2006 135.70389 28.684975Q136.42264 29.153725 136.78201 30.028725Q137.14139 30.903725 137.14139 31.934975Q137.14139 33.04435 136.73514 33.9506Q136.34451 34.841225 135.57889 35.3256Q134.82889 35.79435 133.98514 35.79435Q133.37576 35.79435 132.87576 35.528725Q132.39139 35.2631 132.07889 34.872475L132.07889 38.403725L130.84451 38.403725ZM131.95389 32.028725Q131.95389 33.434975 132.51639 34.10685Q133.09451 34.778725 133.90701 34.778725Q134.71951 34.778725 135.29764 34.091225Q135.89139 33.3881 135.89139 31.934975Q135.89139 30.54435 135.31326 29.85685Q134.75076 29.16935 133.95389 29.16935Q133.17264 29.16935 132.56326 29.903725Q131.95389 30.6381 131.95389 32.028725ZM138.81326 35.622475L138.81326 25.60685L140.04764 25.60685L140.04764 35.622475L138.81326 35.622475ZM141.79764 38.41935L141.65701 37.2631Q142.06326 37.372475 142.36014 37.372475Q142.76639 37.372475 143.01639 37.23185Q143.26639 37.10685 143.42264 36.85685Q143.53201 36.66935 143.79764 35.934975Q143.82889 35.841225 143.90701 35.6381L141.14139 28.35685L142.46951 28.35685L143.98514 32.559975Q144.28201 33.372475 144.51639 34.247475Q144.71951 33.403725 145.01639 32.591225L146.56326 28.35685L147.79764 28.35685L145.03201 35.747475Q144.59451 36.934975 144.34451 37.3881Q144.01639 37.997475 143.59451 38.278725Q143.17264 38.5756 142.57889 38.5756Q142.23514 38.5756 141.79764 38.41935ZM155.53201 34.528725L155.70389 35.60685Q155.18826 35.716225 154.78201 35.716225Q154.11014 35.716225 153.73514 35.5131Q153.37576 35.29435 153.21951 34.9506Q153.07889 34.60685 153.07889 33.497475L153.07889 29.3256L152.17264 29.3256L152.17264 28.35685L153.07889 28.35685L153.07889 26.559975L154.29764 25.8256L154.29764 28.35685L155.53201 28.35685L155.53201 29.3256L154.29764 29.3256L154.29764 33.559975Q154.29764 34.091225 154.36014 34.247475Q154.42264 34.3881 154.56326 34.48185Q154.71951 34.5756 154.98514 34.5756Q155.20389 34.5756 155.53201 34.528725ZM156.39139 31.997475Q156.39139 29.98185 157.51639 28.997475Q158.43826 28.2006 159.79764 28.2006Q161.28201 28.2006 162.23514 29.184975Q163.18826 30.153725 163.18826 31.8881Q163.18826 33.29435 162.76639 34.10685Q162.34451 34.903725 161.53201 35.35685Q160.73514 35.79435 159.79764 35.79435Q158.26639 35.79435 157.32889 34.809975Q156.39139 33.8256 156.39139 31.997475ZM157.65701 31.997475Q157.65701 33.3881 158.26639 34.091225Q158.87576 34.778725 159.79764 34.778725Q160.70389 34.778725 161.31326 34.0756Q161.92264 33.372475 161.92264 31.9506Q161.92264 30.60685 161.31326 29.91935Q160.70389 29.216225 159.79764 29.216225Q158.87576 29.216225 158.26639 29.903725Q157.65701 30.591225 157.65701 31.997475ZM168.84451 35.622475L168.84451 28.35685L169.95389 28.35685L169.95389 29.3881Q170.28201 28.841225 170.84451 28.528725Q171.42264 28.2006 172.14139 28.2006Q172.95389 28.2006 173.46951 28.54435Q173.98514 28.872475 174.20389 29.466225Q175.06326 28.2006 176.43826 28.2006Q177.51639 28.2006 178.09451 28.79435Q178.68826 29.3881 178.68826 30.6381L178.68826 35.622475L177.45389 35.622475L177.45389 31.04435Q177.45389 30.309975 177.32889 29.98185Q177.21951 29.653725 176.90701 29.466225Q176.59451 29.2631 176.17264 29.2631Q175.40701 29.2631 174.89139 29.778725Q174.39139 30.278725 174.39139 31.403725L174.39139 35.622475L173.15701 35.622475L173.15701 30.903725Q173.15701 30.091225 172.86014 29.684975Q172.56326 29.2631 171.87576 29.2631Q171.36014 29.2631 170.90701 29.54435Q170.46951 29.809975 170.26639 30.341225Q170.07889 30.85685 170.07889 31.85685L170.07889 35.622475L168.84451 35.622475ZM185.81326 33.278725L187.09451 33.434975Q186.78201 34.559975 185.96951 35.184975Q185.15701 35.79435 183.89139 35.79435Q182.29764 35.79435 181.36014 34.809975Q180.43826 33.8256 180.43826 32.059975Q180.43826 30.216225 181.37576 29.216225Q182.32889 28.2006 183.82889 28.2006Q185.28201 28.2006 186.20389 29.2006Q187.12576 30.184975 187.12576 31.98185Q187.12576 32.091225 187.12576 32.309975L181.70389 32.309975Q181.78201 33.497475 182.37576 34.1381Q182.98514 34.778725 183.90701 34.778725Q184.57889 34.778725 185.04764 34.41935Q185.53201 34.059975 185.81326 33.278725ZM181.78201 31.29435L185.82889 31.29435Q185.75076 30.372475 185.36014 29.91935Q184.78201 29.216225 183.84451 29.216225Q182.98514 29.216225 182.40701 29.778725Q181.84451 30.341225 181.78201 31.29435ZM189.18826 29.7631L189.18826 28.35685L190.59451 28.35685L190.59451 29.7631L189.18826 29.7631ZM189.18826 35.622475L189.18826 34.216225L190.59451 34.216225L190.59451 35.622475L189.18826 35.622475ZM199.20389 38.5756Q198.17264 37.278725 197.46951 35.559975Q196.76639 33.841225 196.76639 31.997475Q196.76639 30.372475 197.29764 28.872475Q197.90701 27.1381 199.20389 25.434975L200.07889 25.434975Q199.25076 26.85685 198.98514 27.466225Q198.56326 28.403725 198.32889 29.434975Q198.03201 30.7006 198.03201 31.997475Q198.03201 35.29435 200.07889 38.5756L199.20389 38.5756ZM201.36014 33.4506L202.56326 33.2631Q202.67264 33.997475 203.14139 34.3881Q203.61014 34.778725 204.45389 34.778725Q205.29764 34.778725 205.70389 34.434975Q206.12576 34.091225 206.12576 33.622475Q206.12576 33.2006 205.75076 32.966225Q205.50076 32.79435 204.50076 32.54435Q203.14139 32.2006 202.61014 31.9506Q202.09451 31.7006 201.82889 31.2631Q201.56326 30.8256 201.56326 30.29435Q201.56326 29.809975 201.78201 29.403725Q202.00076 28.98185 202.39139 28.7006Q202.67264 28.497475 203.15701 28.35685Q203.65701 28.2006 204.23514 28.2006Q205.07889 28.2006 205.71951 28.4506Q206.37576 28.684975 206.68826 29.10685Q207.00076 29.528725 207.11014 30.23185L205.90701 30.403725Q205.82889 29.841225 205.42264 29.528725Q205.03201 29.216225 204.31326 29.216225Q203.46951 29.216225 203.11014 29.497475Q202.75076 29.7631 202.75076 30.153725Q202.75076 30.3881 202.89139 30.5756Q203.04764 30.778725 203.37576 30.903725Q203.54764 30.966225 204.45389 31.216225Q205.76639 31.5756 206.28201 31.79435Q206.79764 32.0131 207.07889 32.434975Q207.37576 32.85685 207.37576 33.48185Q207.37576 34.10685 207.01639 34.653725Q206.67264 35.184975 205.98514 35.497475Q205.31326 35.79435 204.45389 35.79435Q203.04764 35.79435 202.29764 35.2006Q201.56326 34.60685 201.36014 33.4506ZM213.81326 33.278725L215.09451 33.434975Q214.78201 34.559975 213.96951 35.184975Q213.15701 35.79435 211.89139 35.79435Q210.29764 35.79435 209.36014 34.809975Q208.43826 33.8256 208.43826 32.059975Q208.43826 30.216225 209.37576 29.216225Q210.32889 28.2006 211.82889 28.2006Q213.28201 28.2006 214.20389 29.2006Q215.12576 30.184975 215.12576 31.98185Q215.12576 32.091225 215.12576 32.309975L209.70389 32.309975Q209.78201 33.497475 210.37576 34.1381Q210.98514 34.778725 211.90701 34.778725Q212.57889 34.778725 213.04764 34.41935Q213.53201 34.059975 213.81326 33.278725ZM209.78201 31.29435L213.82889 31.29435Q213.75076 30.372475 213.36014 29.91935Q212.78201 29.216225 211.84451 29.216225Q210.98514 29.216225 210.40701 29.778725Q209.84451 30.341225 209.78201 31.29435ZM216.81326 35.622475L216.81326 25.60685L218.04764 25.60685L218.04764 35.622475L216.81326 35.622475ZM224.81326 33.278725L226.09451 33.434975Q225.78201 34.559975 224.96951 35.184975Q224.15701 35.79435 222.89139 35.79435Q221.29764 35.79435 220.36014 34.809975Q219.43826 33.8256 219.43826 32.059975Q219.43826 30.216225 220.37576 29.216225Q221.32889 28.2006 222.82889 28.2006Q224.28201 28.2006 225.20389 29.2006Q226.12576 30.184975 226.12576 31.98185Q226.12576 32.091225 226.12576 32.309975L220.70389 32.309975Q220.78201 33.497475 221.37576 34.1381Q221.98514 34.778725 222.90701 34.778725Q223.57889 34.778725 224.04764 34.41935Q224.53201 34.059975 224.81326 33.278725ZM220.78201 31.29435L224.82889 31.29435Q224.75076 30.372475 224.36014 29.91935Q223.78201 29.216225 222.84451 29.216225Q221.98514 29.216225 221.40701 29.778725Q220.84451 30.341225 220.78201 31.29435ZM232.57889 32.966225L233.79764 33.122475Q233.59451 34.372475 232.76639 35.091225Q231.95389 35.79435 230.76639 35.79435Q229.28201 35.79435 228.37576 34.8256Q227.46951 33.841225 227.46951 32.0131Q227.46951 30.841225 227.86014 29.966225Q228.25076 29.0756 229.04764 28.6381Q229.84451 28.2006 230.78201 28.2006Q231.95389 28.2006 232.70389 28.79435Q233.46951 29.3881 233.67264 30.497475L232.48514 30.684975Q232.31326 29.9506 231.87576 29.591225Q231.43826 29.216225 230.82889 29.216225Q229.89139 29.216225 229.31326 29.8881Q228.73514 30.54435 228.73514 31.98185Q228.73514 33.4506 229.29764 34.122475Q229.86014 34.778725 230.75076 34.778725Q231.48514 34.778725 231.96951 34.341225Q232.45389 33.8881 232.57889 32.966225ZM237.53201 34.528725L237.70389 35.60685Q237.18826 35.716225 236.78201 35.716225Q236.11014 35.716225 235.73514 35.5131Q235.37576 35.29435 235.21951 34.9506Q235.07889 34.60685 235.07889 33.497475L235.07889 29.3256L234.17264 29.3256L234.17264 28.35685L235.07889 28.35685L235.07889 26.559975L236.29764 25.8256L236.29764 28.35685L237.53201 28.35685L237.53201 29.3256L236.29764 29.3256L236.29764 33.559975Q236.29764 34.091225 236.36014 34.247475Q236.42264 34.3881 236.56326 34.48185Q236.71951 34.5756 236.98514 34.5756Q237.20389 34.5756 237.53201 34.528725ZM247.57889 34.73185Q246.90701 35.309975 246.26639 35.559975Q245.64139 35.79435 244.90701 35.79435Q243.71951 35.79435 243.06326 35.216225Q242.42264 34.622475 242.42264 33.7006Q242.42264 33.16935 242.65701 32.73185Q242.90701 32.29435 243.29764 32.028725Q243.70389 31.7631 244.18826 31.622475Q244.54764 31.528725 245.28201 31.434975Q246.78201 31.2631 247.48514 31.0131Q247.48514 30.7631 247.48514 30.7006Q247.48514 29.934975 247.14139 29.6381Q246.67264 29.216225 245.73514 29.216225Q244.87576 29.216225 244.45389 29.528725Q244.04764 29.8256 243.84451 30.591225L242.64139 30.434975Q242.79764 29.653725 243.17264 29.184975Q243.56326 28.716225 244.26639 28.466225Q244.98514 28.2006 245.92264 28.2006Q246.84451 28.2006 247.42264 28.41935Q248.00076 28.6381 248.26639 28.966225Q248.54764 29.29435 248.65701 29.809975Q248.71951 30.122475 248.71951 30.934975L248.71951 32.5756Q248.71951 34.29435 248.79764 34.747475Q248.87576 35.2006 249.11014 35.622475L247.82889 35.622475Q247.64139 35.23185 247.57889 34.73185ZM247.48514 31.98185Q246.81326 32.247475 245.46951 32.4506Q244.71951 32.559975 244.39139 32.7006Q244.07889 32.8256 243.90701 33.091225Q243.73514 33.35685 243.73514 33.66935Q243.73514 34.16935 244.11014 34.497475Q244.48514 34.8256 245.20389 34.8256Q245.92264 34.8256 246.46951 34.5131Q247.01639 34.2006 247.28201 33.653725Q247.48514 33.247475 247.48514 32.434975L247.48514 31.98185ZM250.81326 35.622475L250.81326 25.60685L252.04764 25.60685L252.04764 35.622475L250.81326 35.622475ZM253.81326 35.622475L253.81326 25.60685L255.04764 25.60685L255.04764 35.622475L253.81326 35.622475ZM263.532 34.528725L263.7039 35.60685Q263.18826 35.716225 262.782 35.716225Q262.11014 35.716225 261.73514 35.5131Q261.37576 35.29435 261.2195 34.9506Q261.0789 34.60685 261.0789 33.497475L261.0789 29.3256L260.17264 29.3256L260.17264 28.35685L261.0789 28.35685L261.0789 26.559975L262.29764 25.8256L262.29764 28.35685L263.532 28.35685L263.532 29.3256L262.29764 29.3256L262.29764 33.559975Q262.29764 34.091225 262.36014 34.247475Q262.42264 34.3881 262.56326 34.48185Q262.7195 34.5756 262.98514 34.5756Q263.2039 34.5756 263.532 34.528725ZM264.8445 35.622475L264.8445 25.60685L266.0789 25.60685L266.0789 29.2006Q266.93826 28.2006 268.25076 28.2006Q269.06326 28.2006 269.657 28.528725Q270.25076 28.841225 270.50076 29.403725Q270.7664 29.9506 270.7664 31.028725L270.7664 35.622475L269.532 35.622475L269.532 31.028725Q269.532 30.091225 269.12576 29.684975Q268.73514 29.2631 268.00076 29.2631Q267.4539 29.2631 266.9695 29.54435Q266.48514 29.8256 266.282 30.309975Q266.0789 30.79435 266.0789 31.653725L266.0789 35.622475L264.8445 35.622475ZM277.5789 34.73185Q276.907 35.309975 276.2664 35.559975Q275.6414 35.79435 274.907 35.79435Q273.7195 35.79435 273.06326 35.216225Q272.42264 34.622475 272.42264 33.7006Q272.42264 33.16935 272.657 32.73185Q272.907 32.29435 273.29764 32.028725Q273.7039 31.7631 274.18826 31.622475Q274.54764 31.528725 275.282 31.434975Q276.782 31.2631 277.48514 31.0131Q277.48514 30.7631 277.48514 30.7006Q277.48514 29.934975 277.1414 29.6381Q276.67264 29.216225 275.73514 29.216225Q274.87576 29.216225 274.4539 29.528725Q274.04764 29.8256 273.8445 30.591225L272.6414 30.434975Q272.79764 29.653725 273.17264 29.184975Q273.56326 28.716225 274.2664 28.466225Q274.98514 28.2006 275.92264 28.2006Q276.8445 28.2006 277.42264 28.41935Q278.00076 28.6381 278.2664 28.966225Q278.54764 29.29435 278.657 29.809975Q278.7195 30.122475 278.7195 30.934975L278.7195 32.5756Q278.7195 34.29435 278.79764 34.747475Q278.87576 35.2006 279.11014 35.622475L277.8289 35.622475Q277.6414 35.23185 277.5789 34.73185ZM277.48514 31.98185Q276.81326 32.247475 275.4695 32.4506Q274.7195 32.559975 274.3914 32.7006Q274.0789 32.8256 273.907 33.091225Q273.73514 33.35685 273.73514 33.66935Q273.73514 34.16935 274.11014 34.497475Q274.48514 34.8256 275.2039 34.8256Q275.92264 34.8256 276.4695 34.5131Q277.0164 34.2006 277.282 33.653725Q277.48514 33.247475 277.48514 32.434975L277.48514 31.98185ZM283.532 34.528725L283.7039 35.60685Q283.18826 35.716225 282.782 35.716225Q282.11014 35.716225 281.73514 35.5131Q281.37576 35.29435 281.2195 34.9506Q281.0789 34.60685 281.0789 33.497475L281.0789 29.3256L280.17264 29.3256L280.17264 28.35685L281.0789 28.35685L281.0789 26.559975L282.29764 25.8256L282.29764 28.35685L283.532 28.35685L283.532 29.3256L282.29764 29.3256L282.29764 33.559975Q282.29764 34.091225 282.36014 34.247475Q282.42264 34.3881 282.56326 34.48185Q282.7195 34.5756 282.98514 34.5756Q283.2039 34.5756 283.532 34.528725ZM293.5789 34.73185Q292.907 35.309975 292.2664 35.559975Q291.6414 35.79435 290.907 35.79435Q289.7195 35.79435 289.06326 35.216225Q288.42264 34.622475 288.42264 33.7006Q288.42264 33.16935 288.657 32.73185Q288.907 32.29435 289.29764 32.028725Q289.7039 31.7631 290.18826 31.622475Q290.54764 31.528725 291.282 31.434975Q292.782 31.2631 293.48514 31.0131Q293.48514 30.7631 293.48514 30.7006Q293.48514 29.934975 293.1414 29.6381Q292.67264 29.216225 291.73514 29.216225Q290.87576 29.216225 290.4539 29.528725Q290.04764 29.8256 289.8445 30.591225L288.6414 30.434975Q288.79764 29.653725 289.17264 29.184975Q289.56326 28.716225 290.2664 28.466225Q290.98514 28.2006 291.92264 28.2006Q292.8445 28.2006 293.42264 28.41935Q294.00076 28.6381 294.2664 28.966225Q294.54764 29.29435 294.657 29.809975Q294.7195 30.122475 294.7195 30.934975L294.7195 32.5756Q294.7195 34.29435 294.79764 34.747475Q294.87576 35.2006 295.11014 35.622475L293.8289 35.622475Q293.6414 35.23185 293.5789 34.73185ZM293.48514 31.98185Q292.81326 32.247475 291.4695 32.4506Q290.7195 32.559975 290.3914 32.7006Q290.0789 32.8256 289.907 33.091225Q289.73514 33.35685 289.73514 33.66935Q289.73514 34.16935 290.11014 34.497475Q290.48514 34.8256 291.2039 34.8256Q291.92264 34.8256 292.4695 34.5131Q293.0164 34.2006 293.282 33.653725Q293.48514 33.247475 293.48514 32.434975L293.48514 31.98185ZM296.8445 38.403725L296.8445 28.35685L297.9695 28.35685L297.9695 29.309975Q298.36014 28.747475 298.86014 28.48185Q299.36014 28.2006 300.0789 28.2006Q301.00076 28.2006 301.7039 28.684975Q302.42264 29.153725 302.782 30.028725Q303.1414 30.903725 303.1414 31.934975Q303.1414 33.04435 302.73514 33.9506Q302.3445 34.841225 301.5789 35.3256Q300.8289 35.79435 299.98514 35.79435Q299.37576 35.79435 298.87576 35.528725Q298.3914 35.2631 298.0789 34.872475L298.0789 38.403725L296.8445 38.403725ZM297.9539 32.028725Q297.9539 33.434975 298.5164 34.10685Q299.0945 34.778725 299.907 34.778725Q300.7195 34.778725 301.29764 34.091225Q301.8914 33.3881 301.8914 31.934975Q301.8914 30.54435 301.31326 29.85685Q300.75076 29.16935 299.9539 29.16935Q299.17264 29.16935 298.56326 29.903725Q297.9539 30.6381 297.9539 32.028725ZM304.8445 38.403725L304.8445 28.35685L305.9695 28.35685L305.9695 29.309975Q306.36014 28.747475 306.86014 28.48185Q307.36014 28.2006 308.0789 28.2006Q309.00076 28.2006 309.7039 28.684975Q310.42264 29.153725 310.782 30.028725Q311.1414 30.903725 311.1414 31.934975Q311.1414 33.04435 310.73514 33.9506Q310.3445 34.841225 309.5789 35.3256Q308.8289 35.79435 307.98514 35.79435Q307.37576 35.79435 306.87576 35.528725Q306.3914 35.2631 306.0789 34.872475L306.0789 38.403725L304.8445 38.403725ZM305.9539 32.028725Q305.9539 33.434975 306.5164 34.10685Q307.0945 34.778725 307.907 34.778725Q308.7195 34.778725 309.29764 34.091225Q309.8914 33.3881 309.8914 31.934975Q309.8914 30.54435 309.31326 29.85685Q308.75076 29.16935 307.9539 29.16935Q307.17264 29.16935 306.56326 29.903725Q305.9539 30.6381 305.9539 32.028725ZM312.81326 35.622475L312.81326 25.60685L314.04764 25.60685L314.04764 35.622475L312.81326 35.622475ZM315.79764 38.41935L315.657 37.2631Q316.06326 37.372475 316.36014 37.372475Q316.7664 37.372475 317.0164 37.23185Q317.2664 37.10685 317.42264 36.85685Q317.532 36.66935 317.79764 35.934975Q317.8289 35.841225 317.907 35.6381L315.1414 28.35685L316.4695 28.35685L317.98514 32.559975Q318.282 33.372475 318.5164 34.247475Q318.7195 33.403725 319.0164 32.591225L320.56326 28.35685L321.79764 28.35685L319.032 35.747475Q318.5945 36.934975 318.3445 37.3881Q318.0164 37.997475 317.5945 38.278725Q317.17264 38.5756 316.5789 38.5756Q316.23514 38.5756 315.79764 38.41935ZM323.657 38.5756L322.7664 38.5756Q324.81326 35.29435 324.81326 31.997475Q324.81326 30.716225 324.5164 29.4506Q324.282 28.41935 323.87576 27.48185Q323.61014 26.872475 322.7664 25.434975L323.657 25.434975Q324.93826 27.1381 325.54764 28.872475Q326.0789 30.372475 326.0789 31.997475Q326.0789 33.841225 325.36014 35.559975Q324.657 37.278725 323.657 38.5756Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig10.svg b/_content/survey2018/fig10.svg
deleted file mode 100644
index 03874c0..0000000
--- a/_content/survey2018/fig10.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 392.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="392" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 392.0L0 392.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 392.0L0 392.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 55.5L222.5 342.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 55.5L311.5 342.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 55.5L400.5 342.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 55.5L488.5 342.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 55.5L577.5 342.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 55.315556L577.525 55.315556L577.525 342.40137L222.5 342.40137L222.5 55.315556Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 86.0L222.0 66.0L340.0 66.0C341.10458 66.0 342.0 66.89543 342.0 68.0L342.0 84.0C342.0 85.10457 341.10458 86.0 340.0 86.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 86.0L222.0 66.0L340.0 66.0C341.10458 66.0 342.0 66.89543 342.0 68.0L342.0 84.0C342.0 85.10457 341.10458 86.0 340.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 117.0L222.0 97.0L327.0 97.0C328.10458 97.0 329.0 97.89543 329.0 99.0L329.0 115.0C329.0 116.10457 328.10458 117.0 327.0 117.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 117.0L222.0 97.0L327.0 97.0C328.10458 97.0 329.0 97.89543 329.0 99.0L329.0 115.0C329.0 116.10457 328.10458 117.0 327.0 117.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 147.0L222.0 127.0L256.0 127.0C257.10458 127.0 258.0 127.89543 258.0 129.0L258.0 145.0C258.0 146.10457 257.10458 147.0 256.0 147.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 147.0L222.0 127.0L256.0 127.0C257.10458 127.0 258.0 127.89543 258.0 129.0L258.0 145.0C258.0 146.10457 257.10458 147.0 256.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 178.0L222.0 158.0L252.0 158.0C253.10457 158.0 254.0 158.89543 254.0 160.0L254.0 176.0C254.0 177.10457 253.10457 178.0 252.0 178.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 178.0L222.0 158.0L252.0 158.0C253.10457 158.0 254.0 158.89543 254.0 160.0L254.0 176.0C254.0 177.10457 253.10457 178.0 252.0 178.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 209.0L222.0 189.0L234.0 189.0C235.10457 189.0 236.0 189.89543 236.0 191.0L236.0 207.0C236.0 208.10457 235.10457 209.0 234.0 209.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 209.0L222.0 189.0L234.0 189.0C235.10457 189.0 236.0 189.89543 236.0 191.0L236.0 207.0C236.0 208.10457 235.10457 209.0 234.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 240.0L222.0 220.0L234.0 220.0C235.10457 220.0 236.0 220.89543 236.0 222.0L236.0 238.0C236.0 239.10457 235.10457 240.0 234.0 240.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 240.0L222.0 220.0L234.0 220.0C235.10457 220.0 236.0 220.89543 236.0 222.0L236.0 238.0C236.0 239.10457 235.10457 240.0 234.0 240.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 270.0L222.0 250.0L234.0 250.0C235.10457 250.0 236.0 250.89543 236.0 252.0L236.0 268.0C236.0 269.10458 235.10457 270.0 234.0 270.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 270.0L222.0 250.0L234.0 250.0C235.10457 250.0 236.0 250.89543 236.0 252.0L236.0 268.0C236.0 269.10458 235.10457 270.0 234.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 301.0L222.0 281.0L234.0 281.0C235.10457 281.0 236.0 281.89542 236.0 283.0L236.0 299.0C236.0 300.10458 235.10457 301.0 234.0 301.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 301.0L222.0 281.0L234.0 281.0C235.10457 281.0 236.0 281.89542 236.0 283.0L236.0 299.0C236.0 300.10458 235.10457 301.0 234.0 301.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 332.0L222.0 312.0L305.0 312.0C306.10458 312.0 307.0 312.89542 307.0 314.0L307.0 330.0C307.0 331.10458 306.10458 332.0 305.0 332.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 332.0L222.0 312.0L305.0 312.0C306.10458 312.0 307.0 312.89542 307.0 314.0L307.0 330.0C307.0 331.10458 306.10458 332.0 305.0 332.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M360.3678 78.984375L360.3678 80.0L354.6803 80.0Q354.6803 79.625 354.8053 79.265625Q355.02405 78.6875 355.4928 78.125Q355.97717 77.5625 356.88342 76.828125Q358.28967 75.671875 358.77405 75.0Q359.27405 74.328125 359.27405 73.734375Q359.27405 73.109375 358.82092 72.6875Q358.3678 72.25 357.64905 72.25Q356.88342 72.25 356.4303 72.703125Q355.97717 73.15625 355.96155 73.96875L354.88342 73.859375Q354.9928 72.640625 355.71155 72.015625Q356.44592 71.375 357.6803 71.375Q358.91467 71.375 359.63342 72.0625Q360.35217 72.75 360.35217 73.765625Q360.35217 74.28125 360.13342 74.78125Q359.9303 75.265625 359.4303 75.828125Q358.94592 76.375 357.82092 77.328125Q356.8678 78.125 356.58655 78.421875Q356.32092 78.703125 356.14905 78.984375L360.3678 78.984375ZM361.88342 72.53125L361.88342 71.515625L367.44592 71.515625L367.44592 72.34375Q366.63342 73.21875 365.82092 74.671875Q365.02405 76.109375 364.58655 77.640625Q364.25842 78.71875 364.1803 80.0L363.08655 80.0Q363.10217 78.984375 363.47717 77.546875Q363.8678 76.109375 364.57092 74.78125Q365.28967 73.453125 366.10217 72.53125L361.88342 72.53125ZM369.02405 73.46875Q369.02405 72.546875 369.47717 71.90625Q369.94592 71.265625 370.82092 71.265625Q371.63342 71.265625 372.16467 71.84375Q372.69592 72.421875 372.69592 73.53125Q372.69592 74.625 372.14905 75.21875Q371.6178 75.796875 370.83655 75.796875Q370.0553 75.796875 369.53967 75.21875Q369.02405 74.640625 369.02405 73.46875ZM370.85217 71.984375Q370.46155 71.984375 370.19592 72.328125Q369.94592 72.671875 369.94592 73.578125Q369.94592 74.40625 370.19592 74.75Q370.46155 75.078125 370.85217 75.078125Q371.25842 75.078125 371.50842 74.734375Q371.77405 74.390625 371.77405 73.5Q371.77405 72.65625 371.50842 72.328125Q371.2428 71.984375 370.85217 71.984375ZM370.85217 80.3125L375.5553 71.265625L376.41467 71.265625L371.72717 80.3125L370.85217 80.3125ZM374.57092 77.984375Q374.57092 77.0625 375.02405 76.421875Q375.4928 75.78125 376.38342 75.78125Q377.19592 75.78125 377.72717 76.359375Q378.25842 76.921875 378.25842 78.046875Q378.25842 79.140625 377.71155 79.734375Q377.1803 80.3125 376.38342 80.3125Q375.6178 80.3125 375.08655 79.734375Q374.57092 79.15625 374.57092 77.984375ZM376.41467 76.5Q376.00842 76.5 375.7428 76.84375Q375.4928 77.1875 375.4928 78.09375Q375.4928 78.90625 375.75842 79.25Q376.02405 79.59375 376.41467 79.59375Q376.8053 79.59375 377.07092 79.25Q377.33655 78.90625 377.33655 78.0Q377.33655 77.171875 377.07092 76.84375Q376.8053 76.5 376.41467 76.5Z" fill-rule="nonzero"/><path fill="#666666" d="M360.3678 78.984375L360.3678 80.0L354.6803 80.0Q354.6803 79.625 354.8053 79.265625Q355.02405 78.6875 355.4928 78.125Q355.97717 77.5625 356.88342 76.828125Q358.28967 75.671875 358.77405 75.0Q359.27405 74.328125 359.27405 73.734375Q359.27405 73.109375 358.82092 72.6875Q358.3678 72.25 357.64905 72.25Q356.88342 72.25 356.4303 72.703125Q355.97717 73.15625 355.96155 73.96875L354.88342 73.859375Q354.9928 72.640625 355.71155 72.015625Q356.44592 71.375 357.6803 71.375Q358.91467 71.375 359.63342 72.0625Q360.35217 72.75 360.35217 73.765625Q360.35217 74.28125 360.13342 74.78125Q359.9303 75.265625 359.4303 75.828125Q358.94592 76.375 357.82092 77.328125Q356.8678 78.125 356.58655 78.421875Q356.32092 78.703125 356.14905 78.984375L360.3678 78.984375ZM361.88342 72.53125L361.88342 71.515625L367.44592 71.515625L367.44592 72.34375Q366.63342 73.21875 365.82092 74.671875Q365.02405 76.109375 364.58655 77.640625Q364.25842 78.71875 364.1803 80.0L363.08655 80.0Q363.10217 78.984375 363.47717 77.546875Q363.8678 76.109375 364.57092 74.78125Q365.28967 73.453125 366.10217 72.53125L361.88342 72.53125ZM369.02405 73.46875Q369.02405 72.546875 369.47717 71.90625Q369.94592 71.265625 370.82092 71.265625Q371.63342 71.265625 372.16467 71.84375Q372.69592 72.421875 372.69592 73.53125Q372.69592 74.625 372.14905 75.21875Q371.6178 75.796875 370.83655 75.796875Q370.0553 75.796875 369.53967 75.21875Q369.02405 74.640625 369.02405 73.46875ZM370.85217 71.984375Q370.46155 71.984375 370.19592 72.328125Q369.94592 72.671875 369.94592 73.578125Q369.94592 74.40625 370.19592 74.75Q370.46155 75.078125 370.85217 75.078125Q371.25842 75.078125 371.50842 74.734375Q371.77405 74.390625 371.77405 73.5Q371.77405 72.65625 371.50842 72.328125Q371.2428 71.984375 370.85217 71.984375ZM370.85217 80.3125L375.5553 71.265625L376.41467 71.265625L371.72717 80.3125L370.85217 80.3125ZM374.57092 77.984375Q374.57092 77.0625 375.02405 76.421875Q375.4928 75.78125 376.38342 75.78125Q377.19592 75.78125 377.72717 76.359375Q378.25842 76.921875 378.25842 78.046875Q378.25842 79.140625 377.71155 79.734375Q377.1803 80.3125 376.38342 80.3125Q375.6178 80.3125 375.08655 79.734375Q374.57092 79.15625 374.57092 77.984375ZM376.41467 76.5Q376.00842 76.5 375.7428 76.84375Q375.4928 77.1875 375.4928 78.09375Q375.4928 78.90625 375.75842 79.25Q376.02405 79.59375 376.41467 79.59375Q376.8053 79.59375 377.07092 79.25Q377.33655 78.90625 377.33655 78.0Q377.33655 77.171875 377.07092 76.84375Q376.8053 76.5 376.41467 76.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.05438 109.984375L347.05438 111.0L341.36688 111.0Q341.36688 110.625 341.49188 110.265625Q341.71063 109.6875 342.17938 109.125Q342.66376 108.5625 343.57 107.828125Q344.97626 106.671875 345.46063 106.0Q345.96063 105.328125 345.96063 104.734375Q345.96063 104.109375 345.5075 103.6875Q345.05438 103.25 344.33563 103.25Q343.57 103.25 343.11688 103.703125Q342.66376 104.15625 342.64813 104.96875L341.57 104.859375Q341.67938 103.640625 342.39813 103.015625Q343.1325 102.375 344.36688 102.375Q345.60126 102.375 346.32 103.0625Q347.03876 103.75 347.03876 104.765625Q347.03876 105.28125 346.82 105.78125Q346.61688 106.265625 346.11688 106.828125Q345.6325 107.375 344.5075 108.328125Q343.55438 109.125 343.27313 109.421875Q343.0075 109.703125 342.83563 109.984375L347.05438 109.984375ZM351.8825 111.0L351.8825 108.9375L348.16376 108.9375L348.16376 107.96875L352.08563 102.40625L352.945 102.40625L352.945 107.96875L354.10126 107.96875L354.10126 108.9375L352.945 108.9375L352.945 111.0L351.8825 111.0ZM351.8825 107.96875L351.8825 104.109375L349.195 107.96875L351.8825 107.96875ZM355.71063 104.46875Q355.71063 103.546875 356.16376 102.90625Q356.6325 102.265625 357.5075 102.265625Q358.32 102.265625 358.85126 102.84375Q359.3825 103.421875 359.3825 104.53125Q359.3825 105.625 358.83563 106.21875Q358.30438 106.796875 357.52313 106.796875Q356.74188 106.796875 356.22626 106.21875Q355.71063 105.640625 355.71063 104.46875ZM357.53876 102.984375Q357.14813 102.984375 356.8825 103.328125Q356.6325 103.671875 356.6325 104.578125Q356.6325 105.40625 356.8825 105.75Q357.14813 106.078125 357.53876 106.078125Q357.945 106.078125 358.195 105.734375Q358.46063 105.390625 358.46063 104.5Q358.46063 103.65625 358.195 103.328125Q357.92938 102.984375 357.53876 102.984375ZM357.53876 111.3125L362.24188 102.265625L363.10126 102.265625L358.41376 111.3125L357.53876 111.3125ZM361.2575 108.984375Q361.2575 108.0625 361.71063 107.421875Q362.17938 106.78125 363.07 106.78125Q363.8825 106.78125 364.41376 107.359375Q364.945 107.921875 364.945 109.046875Q364.945 110.140625 364.39813 110.734375Q363.86688 111.3125 363.07 111.3125Q362.30438 111.3125 361.77313 110.734375Q361.2575 110.15625 361.2575 108.984375ZM363.10126 107.5Q362.695 107.5 362.42938 107.84375Q362.17938 108.1875 362.17938 109.09375Q362.17938 109.90625 362.445 110.25Q362.71063 110.59375 363.10126 110.59375Q363.49188 110.59375 363.7575 110.25Q364.02313 109.90625 364.02313 109.0Q364.02313 108.171875 363.7575 107.84375Q363.49188 107.5 363.10126 107.5Z" fill-rule="nonzero"/><path fill="#666666" d="M347.05438 109.984375L347.05438 111.0L341.36688 111.0Q341.36688 110.625 341.49188 110.265625Q341.71063 109.6875 342.17938 109.125Q342.66376 108.5625 343.57 107.828125Q344.97626 106.671875 345.46063 106.0Q345.96063 105.328125 345.96063 104.734375Q345.96063 104.109375 345.5075 103.6875Q345.05438 103.25 344.33563 103.25Q343.57 103.25 343.11688 103.703125Q342.66376 104.15625 342.64813 104.96875L341.57 104.859375Q341.67938 103.640625 342.39813 103.015625Q343.1325 102.375 344.36688 102.375Q345.60126 102.375 346.32 103.0625Q347.03876 103.75 347.03876 104.765625Q347.03876 105.28125 346.82 105.78125Q346.61688 106.265625 346.11688 106.828125Q345.6325 107.375 344.5075 108.328125Q343.55438 109.125 343.27313 109.421875Q343.0075 109.703125 342.83563 109.984375L347.05438 109.984375ZM351.8825 111.0L351.8825 108.9375L348.16376 108.9375L348.16376 107.96875L352.08563 102.40625L352.945 102.40625L352.945 107.96875L354.10126 107.96875L354.10126 108.9375L352.945 108.9375L352.945 111.0L351.8825 111.0ZM351.8825 107.96875L351.8825 104.109375L349.195 107.96875L351.8825 107.96875ZM355.71063 104.46875Q355.71063 103.546875 356.16376 102.90625Q356.6325 102.265625 357.5075 102.265625Q358.32 102.265625 358.85126 102.84375Q359.3825 103.421875 359.3825 104.53125Q359.3825 105.625 358.83563 106.21875Q358.30438 106.796875 357.52313 106.796875Q356.74188 106.796875 356.22626 106.21875Q355.71063 105.640625 355.71063 104.46875ZM357.53876 102.984375Q357.14813 102.984375 356.8825 103.328125Q356.6325 103.671875 356.6325 104.578125Q356.6325 105.40625 356.8825 105.75Q357.14813 106.078125 357.53876 106.078125Q357.945 106.078125 358.195 105.734375Q358.46063 105.390625 358.46063 104.5Q358.46063 103.65625 358.195 103.328125Q357.92938 102.984375 357.53876 102.984375ZM357.53876 111.3125L362.24188 102.265625L363.10126 102.265625L358.41376 111.3125L357.53876 111.3125ZM361.2575 108.984375Q361.2575 108.0625 361.71063 107.421875Q362.17938 106.78125 363.07 106.78125Q363.8825 106.78125 364.41376 107.359375Q364.945 107.921875 364.945 109.046875Q364.945 110.140625 364.39813 110.734375Q363.86688 111.3125 363.07 111.3125Q362.30438 111.3125 361.77313 110.734375Q361.2575 110.15625 361.2575 108.984375ZM363.10126 107.5Q362.695 107.5 362.42938 107.84375Q362.17938 108.1875 362.17938 109.09375Q362.17938 109.90625 362.445 110.25Q362.71063 110.59375 363.10126 110.59375Q363.49188 110.59375 363.7575 110.25Q364.02313 109.90625 364.02313 109.0Q364.02313 108.171875 363.7575 107.84375Q363.49188 107.5 363.10126 107.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.1275 136.34375Q271.47125 136.09375 271.14313 135.65625Q270.83063 135.20312 270.83063 134.59375Q270.83063 133.65625 271.5025 133.01562Q272.19 132.375 273.29938 132.375Q274.42438 132.375 275.11188 133.03125Q275.79938 133.6875 275.79938 134.625Q275.79938 135.21875 275.48688 135.65625Q275.17438 136.09375 274.53375 136.34375Q275.33063 136.59375 275.73688 137.17188Q276.14313 137.75 276.14313 138.54688Q276.14313 139.64062 275.36188 140.39062Q274.59625 141.14062 273.315 141.14062Q272.04938 141.14062 271.26813 140.39062Q270.48688 139.64062 270.48688 138.51562Q270.48688 137.67188 270.90875 137.10938Q271.34625 136.54688 272.1275 136.34375ZM271.90875 134.54688Q271.90875 135.15625 272.29938 135.54688Q272.70563 135.9375 273.33063 135.9375Q273.94 135.9375 274.33063 135.5625Q274.72125 135.17188 274.72125 134.60938Q274.72125 134.03125 274.315 133.64062Q273.90875 133.23438 273.315 133.23438Q272.70563 133.23438 272.29938 133.625Q271.90875 134.01562 271.90875 134.54688ZM271.58063 138.51562Q271.58063 138.96875 271.78375 139.39062Q272.0025 139.8125 272.42438 140.04688Q272.84625 140.28125 273.33063 140.28125Q274.08063 140.28125 274.565 139.79688Q275.065 139.3125 275.065 138.5625Q275.065 137.79688 274.565 137.29688Q274.065 136.79688 273.29938 136.79688Q272.54938 136.79688 272.065 137.29688Q271.58063 137.78125 271.58063 138.51562ZM277.70563 134.46875Q277.70563 133.54688 278.15875 132.90625Q278.6275 132.26562 279.5025 132.26562Q280.315 132.26562 280.84625 132.84375Q281.3775 133.42188 281.3775 134.53125Q281.3775 135.625 280.83063 136.21875Q280.29938 136.79688 279.51813 136.79688Q278.73688 136.79688 278.22125 136.21875Q277.70563 135.64062 277.70563 134.46875ZM279.53375 132.98438Q279.14313 132.98438 278.8775 133.32812Q278.6275 133.67188 278.6275 134.57812Q278.6275 135.40625 278.8775 135.75Q279.14313 136.07812 279.53375 136.07812Q279.94 136.07812 280.19 135.73438Q280.45563 135.39062 280.45563 134.5Q280.45563 133.65625 280.19 133.32812Q279.92438 132.98438 279.53375 132.98438ZM279.53375 141.3125L284.23688 132.26562L285.09625 132.26562L280.40875 141.3125L279.53375 141.3125ZM283.2525 138.98438Q283.2525 138.0625 283.70563 137.42188Q284.17438 136.78125 285.065 136.78125Q285.8775 136.78125 286.40875 137.35938Q286.94 137.92188 286.94 139.04688Q286.94 140.14062 286.39313 140.73438Q285.86188 141.3125 285.065 141.3125Q284.29938 141.3125 283.76813 140.73438Q283.2525 140.15625 283.2525 138.98438ZM285.09625 137.5Q284.69 137.5 284.42438 137.84375Q284.17438 138.1875 284.17438 139.09375Q284.17438 139.90625 284.44 140.25Q284.70563 140.59375 285.09625 140.59375Q285.48688 140.59375 285.7525 140.25Q286.01813 139.90625 286.01813 139.0Q286.01813 138.17188 285.7525 137.84375Q285.48688 137.5 285.09625 137.5Z" fill-rule="nonzero"/><path fill="#666666" d="M272.1275 136.34375Q271.47125 136.09375 271.14313 135.65625Q270.83063 135.20312 270.83063 134.59375Q270.83063 133.65625 271.5025 133.01562Q272.19 132.375 273.29938 132.375Q274.42438 132.375 275.11188 133.03125Q275.79938 133.6875 275.79938 134.625Q275.79938 135.21875 275.48688 135.65625Q275.17438 136.09375 274.53375 136.34375Q275.33063 136.59375 275.73688 137.17188Q276.14313 137.75 276.14313 138.54688Q276.14313 139.64062 275.36188 140.39062Q274.59625 141.14062 273.315 141.14062Q272.04938 141.14062 271.26813 140.39062Q270.48688 139.64062 270.48688 138.51562Q270.48688 137.67188 270.90875 137.10938Q271.34625 136.54688 272.1275 136.34375ZM271.90875 134.54688Q271.90875 135.15625 272.29938 135.54688Q272.70563 135.9375 273.33063 135.9375Q273.94 135.9375 274.33063 135.5625Q274.72125 135.17188 274.72125 134.60938Q274.72125 134.03125 274.315 133.64062Q273.90875 133.23438 273.315 133.23438Q272.70563 133.23438 272.29938 133.625Q271.90875 134.01562 271.90875 134.54688ZM271.58063 138.51562Q271.58063 138.96875 271.78375 139.39062Q272.0025 139.8125 272.42438 140.04688Q272.84625 140.28125 273.33063 140.28125Q274.08063 140.28125 274.565 139.79688Q275.065 139.3125 275.065 138.5625Q275.065 137.79688 274.565 137.29688Q274.065 136.79688 273.29938 136.79688Q272.54938 136.79688 272.065 137.29688Q271.58063 137.78125 271.58063 138.51562ZM277.70563 134.46875Q277.70563 133.54688 278.15875 132.90625Q278.6275 132.26562 279.5025 132.26562Q280.315 132.26562 280.84625 132.84375Q281.3775 133.42188 281.3775 134.53125Q281.3775 135.625 280.83063 136.21875Q280.29938 136.79688 279.51813 136.79688Q278.73688 136.79688 278.22125 136.21875Q277.70563 135.64062 277.70563 134.46875ZM279.53375 132.98438Q279.14313 132.98438 278.8775 133.32812Q278.6275 133.67188 278.6275 134.57812Q278.6275 135.40625 278.8775 135.75Q279.14313 136.07812 279.53375 136.07812Q279.94 136.07812 280.19 135.73438Q280.45563 135.39062 280.45563 134.5Q280.45563 133.65625 280.19 133.32812Q279.92438 132.98438 279.53375 132.98438ZM279.53375 141.3125L284.23688 132.26562L285.09625 132.26562L280.40875 141.3125L279.53375 141.3125ZM283.2525 138.98438Q283.2525 138.0625 283.70563 137.42188Q284.17438 136.78125 285.065 136.78125Q285.8775 136.78125 286.40875 137.35938Q286.94 137.92188 286.94 139.04688Q286.94 140.14062 286.39313 140.73438Q285.86188 141.3125 285.065 141.3125Q284.29938 141.3125 283.76813 140.73438Q283.2525 140.15625 283.2525 138.98438ZM285.09625 137.5Q284.69 137.5 284.42438 137.84375Q284.17438 138.1875 284.17438 139.09375Q284.17438 139.90625 284.44 140.25Q284.70563 140.59375 285.09625 140.59375Q285.48688 140.59375 285.7525 140.25Q286.01813 139.90625 286.01813 139.0Q286.01813 138.17188 285.7525 137.84375Q285.48688 137.5 285.09625 137.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M266.1272 164.53125L266.1272 163.51562L271.6897 163.51562L271.6897 164.34375Q270.8772 165.21875 270.0647 166.67188Q269.26782 168.10938 268.83032 169.64062Q268.5022 170.71875 268.42407 172.0L267.33032 172.0Q267.34595 170.98438 267.72095 169.54688Q268.11157 168.10938 268.8147 166.78125Q269.53345 165.45312 270.34595 164.53125L266.1272 164.53125ZM273.26782 165.46875Q273.26782 164.54688 273.72095 163.90625Q274.1897 163.26562 275.0647 163.26562Q275.8772 163.26562 276.40845 163.84375Q276.9397 164.42188 276.9397 165.53125Q276.9397 166.625 276.39282 167.21875Q275.86157 167.79688 275.08032 167.79688Q274.29907 167.79688 273.78345 167.21875Q273.26782 166.64062 273.26782 165.46875ZM275.09595 163.98438Q274.70532 163.98438 274.4397 164.32812Q274.1897 164.67188 274.1897 165.57812Q274.1897 166.40625 274.4397 166.75Q274.70532 167.07812 275.09595 167.07812Q275.5022 167.07812 275.7522 166.73438Q276.01782 166.39062 276.01782 165.5Q276.01782 164.65625 275.7522 164.32812Q275.48657 163.98438 275.09595 163.98438ZM275.09595 172.3125L279.79907 163.26562L280.65845 163.26562L275.97095 172.3125L275.09595 172.3125ZM278.8147 169.98438Q278.8147 169.0625 279.26782 168.42188Q279.73657 167.78125 280.6272 167.78125Q281.4397 167.78125 281.97095 168.35938Q282.5022 168.92188 282.5022 170.04688Q282.5022 171.14062 281.95532 171.73438Q281.42407 172.3125 280.6272 172.3125Q279.86157 172.3125 279.33032 171.73438Q278.8147 171.15625 278.8147 169.98438ZM280.65845 168.5Q280.2522 168.5 279.98657 168.84375Q279.73657 169.1875 279.73657 170.09375Q279.73657 170.90625 280.0022 171.25Q280.26782 171.59375 280.65845 171.59375Q281.04907 171.59375 281.3147 171.25Q281.58032 170.90625 281.58032 170.0Q281.58032 169.17188 281.3147 168.84375Q281.04907 168.5 280.65845 168.5Z" fill-rule="nonzero"/><path fill="#666666" d="M266.1272 164.53125L266.1272 163.51562L271.6897 163.51562L271.6897 164.34375Q270.8772 165.21875 270.0647 166.67188Q269.26782 168.10938 268.83032 169.64062Q268.5022 170.71875 268.42407 172.0L267.33032 172.0Q267.34595 170.98438 267.72095 169.54688Q268.11157 168.10938 268.8147 166.78125Q269.53345 165.45312 270.34595 164.53125L266.1272 164.53125ZM273.26782 165.46875Q273.26782 164.54688 273.72095 163.90625Q274.1897 163.26562 275.0647 163.26562Q275.8772 163.26562 276.40845 163.84375Q276.9397 164.42188 276.9397 165.53125Q276.9397 166.625 276.39282 167.21875Q275.86157 167.79688 275.08032 167.79688Q274.29907 167.79688 273.78345 167.21875Q273.26782 166.64062 273.26782 165.46875ZM275.09595 163.98438Q274.70532 163.98438 274.4397 164.32812Q274.1897 164.67188 274.1897 165.57812Q274.1897 166.40625 274.4397 166.75Q274.70532 167.07812 275.09595 167.07812Q275.5022 167.07812 275.7522 166.73438Q276.01782 166.39062 276.01782 165.5Q276.01782 164.65625 275.7522 164.32812Q275.48657 163.98438 275.09595 163.98438ZM275.09595 172.3125L279.79907 163.26562L280.65845 163.26562L275.97095 172.3125L275.09595 172.3125ZM278.8147 169.98438Q278.8147 169.0625 279.26782 168.42188Q279.73657 167.78125 280.6272 167.78125Q281.4397 167.78125 281.97095 168.35938Q282.5022 168.92188 282.5022 170.04688Q282.5022 171.14062 281.95532 171.73438Q281.42407 172.3125 280.6272 172.3125Q279.86157 172.3125 279.33032 171.73438Q278.8147 171.15625 278.8147 169.98438ZM280.65845 168.5Q280.2522 168.5 279.98657 168.84375Q279.73657 169.1875 279.73657 170.09375Q279.73657 170.90625 280.0022 171.25Q280.26782 171.59375 280.65845 171.59375Q281.04907 171.59375 281.3147 171.25Q281.58032 170.90625 281.58032 170.0Q281.58032 169.17188 281.3147 168.84375Q281.04907 168.5 280.65845 168.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.31343 200.73438L249.37593 200.59375Q249.5478 201.48438 249.9853 201.89062Q250.4228 202.28125 251.0478 202.28125Q251.7978 202.28125 252.31343 201.76562Q252.82906 201.25 252.82906 200.48438Q252.82906 199.76562 252.34468 199.29688Q251.87593 198.8125 251.14156 198.8125Q250.84468 198.8125 250.39156 198.9375L250.51656 198.0Q250.62593 198.01562 250.68843 198.01562Q251.3603 198.01562 251.89156 197.67188Q252.43843 197.3125 252.43843 196.57812Q252.43843 196.0 252.0478 195.625Q251.65718 195.23438 251.03218 195.23438Q250.4228 195.23438 250.00093 195.625Q249.59468 196.01562 249.4853 196.78125L248.4228 196.59375Q248.6103 195.54688 249.2978 194.96875Q249.9853 194.375 251.00093 194.375Q251.70406 194.375 252.2978 194.6875Q252.89156 194.98438 253.20406 195.5Q253.51656 196.01562 253.51656 196.60938Q253.51656 197.15625 253.21968 197.625Q252.9228 198.07812 252.34468 198.34375Q253.09468 198.51562 253.51656 199.07812Q253.93843 199.625 253.93843 200.46875Q253.93843 201.59375 253.1103 202.375Q252.2978 203.15625 251.0478 203.15625Q249.9228 203.15625 249.1728 202.48438Q248.4228 201.79688 248.31343 200.73438ZM255.51656 196.46875Q255.51656 195.54688 255.96968 194.90625Q256.43845 194.26562 257.31345 194.26562Q258.12595 194.26562 258.6572 194.84375Q259.18845 195.42188 259.18845 196.53125Q259.18845 197.625 258.64157 198.21875Q258.11032 198.79688 257.32907 198.79688Q256.54782 198.79688 256.0322 198.21875Q255.51656 197.64062 255.51656 196.46875ZM257.3447 194.98438Q256.95407 194.98438 256.68845 195.32812Q256.43845 195.67188 256.43845 196.57812Q256.43845 197.40625 256.68845 197.75Q256.95407 198.07812 257.3447 198.07812Q257.75095 198.07812 258.00095 197.73438Q258.26657 197.39062 258.26657 196.5Q258.26657 195.65625 258.00095 195.32812Q257.73532 194.98438 257.3447 194.98438ZM257.3447 203.3125L262.04782 194.26562L262.9072 194.26562L258.2197 203.3125L257.3447 203.3125ZM261.06345 200.98438Q261.06345 200.0625 261.51657 199.42188Q261.98532 198.78125 262.87595 198.78125Q263.68845 198.78125 264.2197 199.35938Q264.75095 199.92188 264.75095 201.04688Q264.75095 202.14062 264.20407 202.73438Q263.67282 203.3125 262.87595 203.3125Q262.11032 203.3125 261.57907 202.73438Q261.06345 202.15625 261.06345 200.98438ZM262.9072 199.5Q262.50095 199.5 262.23532 199.84375Q261.98532 200.1875 261.98532 201.09375Q261.98532 201.90625 262.25095 202.25Q262.51657 202.59375 262.9072 202.59375Q263.29782 202.59375 263.56345 202.25Q263.82907 201.90625 263.82907 201.0Q263.82907 200.17188 263.56345 199.84375Q263.29782 199.5 262.9072 199.5Z" fill-rule="nonzero"/><path fill="#666666" d="M248.31343 200.73438L249.37593 200.59375Q249.5478 201.48438 249.9853 201.89062Q250.4228 202.28125 251.0478 202.28125Q251.7978 202.28125 252.31343 201.76562Q252.82906 201.25 252.82906 200.48438Q252.82906 199.76562 252.34468 199.29688Q251.87593 198.8125 251.14156 198.8125Q250.84468 198.8125 250.39156 198.9375L250.51656 198.0Q250.62593 198.01562 250.68843 198.01562Q251.3603 198.01562 251.89156 197.67188Q252.43843 197.3125 252.43843 196.57812Q252.43843 196.0 252.0478 195.625Q251.65718 195.23438 251.03218 195.23438Q250.4228 195.23438 250.00093 195.625Q249.59468 196.01562 249.4853 196.78125L248.4228 196.59375Q248.6103 195.54688 249.2978 194.96875Q249.9853 194.375 251.00093 194.375Q251.70406 194.375 252.2978 194.6875Q252.89156 194.98438 253.20406 195.5Q253.51656 196.01562 253.51656 196.60938Q253.51656 197.15625 253.21968 197.625Q252.9228 198.07812 252.34468 198.34375Q253.09468 198.51562 253.51656 199.07812Q253.93843 199.625 253.93843 200.46875Q253.93843 201.59375 253.1103 202.375Q252.2978 203.15625 251.0478 203.15625Q249.9228 203.15625 249.1728 202.48438Q248.4228 201.79688 248.31343 200.73438ZM255.51656 196.46875Q255.51656 195.54688 255.96968 194.90625Q256.43842 194.26562 257.31342 194.26562Q258.12592 194.26562 258.65717 194.84375Q259.18842 195.42188 259.18842 196.53125Q259.18842 197.625 258.64154 198.21875Q258.1103 198.79688 257.32904 198.79688Q256.5478 198.79688 256.03217 198.21875Q255.51656 197.64062 255.51656 196.46875ZM257.34467 194.98438Q256.95404 194.98438 256.68842 195.32812Q256.43842 195.67188 256.43842 196.57812Q256.43842 197.40625 256.68842 197.75Q256.95404 198.07812 257.34467 198.07812Q257.75092 198.07812 258.00092 197.73438Q258.26654 197.39062 258.26654 196.5Q258.26654 195.65625 258.00092 195.32812Q257.7353 194.98438 257.34467 194.98438ZM257.34467 203.3125L262.0478 194.26562L262.90717 194.26562L258.21967 203.3125L257.34467 203.3125ZM261.06342 200.98438Q261.06342 200.0625 261.51654 199.42188Q261.9853 198.78125 262.87592 198.78125Q263.68842 198.78125 264.21967 199.35938Q264.75092 199.92188 264.75092 201.04688Q264.75092 202.14062 264.20404 202.73438Q263.6728 203.3125 262.87592 203.3125Q262.1103 203.3125 261.57904 202.73438Q261.06342 202.15625 261.06342 200.98438ZM262.90717 199.5Q262.50092 199.5 262.2353 199.84375Q261.9853 200.1875 261.9853 201.09375Q261.9853 201.90625 262.25092 202.25Q262.51654 202.59375 262.90717 202.59375Q263.2978 202.59375 263.56342 202.25Q263.82904 201.90625 263.82904 201.0Q263.82904 200.17188 263.56342 199.84375Q263.2978 199.5 262.90717 199.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.31343 231.73438L249.37593 231.59375Q249.5478 232.48438 249.9853 232.89062Q250.4228 233.28125 251.0478 233.28125Q251.7978 233.28125 252.31343 232.76562Q252.82906 232.25 252.82906 231.48438Q252.82906 230.76562 252.34468 230.29688Q251.87593 229.8125 251.14156 229.8125Q250.84468 229.8125 250.39156 229.9375L250.51656 229.0Q250.62593 229.01562 250.68843 229.01562Q251.3603 229.01562 251.89156 228.67188Q252.43843 228.3125 252.43843 227.57812Q252.43843 227.0 252.0478 226.625Q251.65718 226.23438 251.03218 226.23438Q250.4228 226.23438 250.00093 226.625Q249.59468 227.01562 249.4853 227.78125L248.4228 227.59375Q248.6103 226.54688 249.2978 225.96875Q249.9853 225.375 251.00093 225.375Q251.70406 225.375 252.2978 225.6875Q252.89156 225.98438 253.20406 226.5Q253.51656 227.01562 253.51656 227.60938Q253.51656 228.15625 253.21968 228.625Q252.9228 229.07812 252.34468 229.34375Q253.09468 229.51562 253.51656 230.07812Q253.93843 230.625 253.93843 231.46875Q253.93843 232.59375 253.1103 233.375Q252.2978 234.15625 251.0478 234.15625Q249.9228 234.15625 249.1728 233.48438Q248.4228 232.79688 248.31343 231.73438ZM255.51656 227.46875Q255.51656 226.54688 255.96968 225.90625Q256.43845 225.26562 257.31345 225.26562Q258.12595 225.26562 258.6572 225.84375Q259.18845 226.42188 259.18845 227.53125Q259.18845 228.625 258.64157 229.21875Q258.11032 229.79688 257.32907 229.79688Q256.54782 229.79688 256.0322 229.21875Q255.51656 228.64062 255.51656 227.46875ZM257.3447 225.98438Q256.95407 225.98438 256.68845 226.32812Q256.43845 226.67188 256.43845 227.57812Q256.43845 228.40625 256.68845 228.75Q256.95407 229.07812 257.3447 229.07812Q257.75095 229.07812 258.00095 228.73438Q258.26657 228.39062 258.26657 227.5Q258.26657 226.65625 258.00095 226.32812Q257.73532 225.98438 257.3447 225.98438ZM257.3447 234.3125L262.04782 225.26562L262.9072 225.26562L258.2197 234.3125L257.3447 234.3125ZM261.06345 231.98438Q261.06345 231.0625 261.51657 230.42188Q261.98532 229.78125 262.87595 229.78125Q263.68845 229.78125 264.2197 230.35938Q264.75095 230.92188 264.75095 232.04688Q264.75095 233.14062 264.20407 233.73438Q263.67282 234.3125 262.87595 234.3125Q262.11032 234.3125 261.57907 233.73438Q261.06345 233.15625 261.06345 231.98438ZM262.9072 230.5Q262.50095 230.5 262.23532 230.84375Q261.98532 231.1875 261.98532 232.09375Q261.98532 232.90625 262.25095 233.25Q262.51657 233.59375 262.9072 233.59375Q263.29782 233.59375 263.56345 233.25Q263.82907 232.90625 263.82907 232.0Q263.82907 231.17188 263.56345 230.84375Q263.29782 230.5 262.9072 230.5Z" fill-rule="nonzero"/><path fill="#666666" d="M248.31343 231.73438L249.37593 231.59375Q249.5478 232.48438 249.9853 232.89062Q250.4228 233.28125 251.0478 233.28125Q251.7978 233.28125 252.31343 232.76562Q252.82906 232.25 252.82906 231.48438Q252.82906 230.76562 252.34468 230.29688Q251.87593 229.8125 251.14156 229.8125Q250.84468 229.8125 250.39156 229.9375L250.51656 229.0Q250.62593 229.01562 250.68843 229.01562Q251.3603 229.01562 251.89156 228.67188Q252.43843 228.3125 252.43843 227.57812Q252.43843 227.0 252.0478 226.625Q251.65718 226.23438 251.03218 226.23438Q250.4228 226.23438 250.00093 226.625Q249.59468 227.01562 249.4853 227.78125L248.4228 227.59375Q248.6103 226.54688 249.2978 225.96875Q249.9853 225.375 251.00093 225.375Q251.70406 225.375 252.2978 225.6875Q252.89156 225.98438 253.20406 226.5Q253.51656 227.01562 253.51656 227.60938Q253.51656 228.15625 253.21968 228.625Q252.9228 229.07812 252.34468 229.34375Q253.09468 229.51562 253.51656 230.07812Q253.93843 230.625 253.93843 231.46875Q253.93843 232.59375 253.1103 233.375Q252.2978 234.15625 251.0478 234.15625Q249.9228 234.15625 249.1728 233.48438Q248.4228 232.79688 248.31343 231.73438ZM255.51656 227.46875Q255.51656 226.54688 255.96968 225.90625Q256.43842 225.26562 257.31342 225.26562Q258.12592 225.26562 258.65717 225.84375Q259.18842 226.42188 259.18842 227.53125Q259.18842 228.625 258.64154 229.21875Q258.1103 229.79688 257.32904 229.79688Q256.5478 229.79688 256.03217 229.21875Q255.51656 228.64062 255.51656 227.46875ZM257.34467 225.98438Q256.95404 225.98438 256.68842 226.32812Q256.43842 226.67188 256.43842 227.57812Q256.43842 228.40625 256.68842 228.75Q256.95404 229.07812 257.34467 229.07812Q257.75092 229.07812 258.00092 228.73438Q258.26654 228.39062 258.26654 227.5Q258.26654 226.65625 258.00092 226.32812Q257.7353 225.98438 257.34467 225.98438ZM257.34467 234.3125L262.0478 225.26562L262.90717 225.26562L258.21967 234.3125L257.34467 234.3125ZM261.06342 231.98438Q261.06342 231.0625 261.51654 230.42188Q261.9853 229.78125 262.87592 229.78125Q263.68842 229.78125 264.21967 230.35938Q264.75092 230.92188 264.75092 232.04688Q264.75092 233.14062 264.20404 233.73438Q263.6728 234.3125 262.87592 234.3125Q262.1103 234.3125 261.57904 233.73438Q261.06342 233.15625 261.06342 231.98438ZM262.90717 230.5Q262.50092 230.5 262.2353 230.84375Q261.9853 231.1875 261.9853 232.09375Q261.9853 232.90625 262.25092 233.25Q262.51654 233.59375 262.90717 233.59375Q263.2978 233.59375 263.56342 233.25Q263.82904 232.90625 263.82904 232.0Q263.82904 231.17188 263.56342 230.84375Q263.2978 230.5 262.90717 230.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.31343 261.73438L249.37593 261.59375Q249.5478 262.48438 249.9853 262.89062Q250.4228 263.28125 251.0478 263.28125Q251.7978 263.28125 252.31343 262.76562Q252.82906 262.25 252.82906 261.48438Q252.82906 260.76562 252.34468 260.29688Q251.87593 259.8125 251.14156 259.8125Q250.84468 259.8125 250.39156 259.9375L250.51656 259.0Q250.62593 259.01562 250.68843 259.01562Q251.3603 259.01562 251.89156 258.67188Q252.43843 258.3125 252.43843 257.57812Q252.43843 257.0 252.0478 256.625Q251.65718 256.23438 251.03218 256.23438Q250.4228 256.23438 250.00093 256.625Q249.59468 257.01562 249.4853 257.78125L248.4228 257.59375Q248.6103 256.54688 249.2978 255.96875Q249.9853 255.375 251.00093 255.375Q251.70406 255.375 252.2978 255.6875Q252.89156 255.98438 253.20406 256.5Q253.51656 257.01562 253.51656 257.60938Q253.51656 258.15625 253.21968 258.625Q252.9228 259.07812 252.34468 259.34375Q253.09468 259.51562 253.51656 260.07812Q253.93843 260.625 253.93843 261.46875Q253.93843 262.59375 253.1103 263.375Q252.2978 264.15625 251.0478 264.15625Q249.9228 264.15625 249.1728 263.48438Q248.4228 262.79688 248.31343 261.73438ZM255.51656 257.46875Q255.51656 256.54688 255.96968 255.90625Q256.43845 255.26562 257.31345 255.26562Q258.12595 255.26562 258.6572 255.84375Q259.18845 256.42188 259.18845 257.53125Q259.18845 258.625 258.64157 259.21875Q258.11032 259.79688 257.32907 259.79688Q256.54782 259.79688 256.0322 259.21875Q255.51656 258.64062 255.51656 257.46875ZM257.3447 255.98438Q256.95407 255.98438 256.68845 256.32812Q256.43845 256.67188 256.43845 257.57812Q256.43845 258.40625 256.68845 258.75Q256.95407 259.07812 257.3447 259.07812Q257.75095 259.07812 258.00095 258.73438Q258.26657 258.39062 258.26657 257.5Q258.26657 256.65625 258.00095 256.32812Q257.73532 255.98438 257.3447 255.98438ZM257.3447 264.3125L262.04782 255.26562L262.9072 255.26562L258.2197 264.3125L257.3447 264.3125ZM261.06345 261.98438Q261.06345 261.0625 261.51657 260.42188Q261.98532 259.78125 262.87595 259.78125Q263.68845 259.78125 264.2197 260.35938Q264.75095 260.92188 264.75095 262.04688Q264.75095 263.14062 264.20407 263.73438Q263.67282 264.3125 262.87595 264.3125Q262.11032 264.3125 261.57907 263.73438Q261.06345 263.15625 261.06345 261.98438ZM262.9072 260.5Q262.50095 260.5 262.23532 260.84375Q261.98532 261.1875 261.98532 262.09375Q261.98532 262.90625 262.25095 263.25Q262.51657 263.59375 262.9072 263.59375Q263.29782 263.59375 263.56345 263.25Q263.82907 262.90625 263.82907 262.0Q263.82907 261.17188 263.56345 260.84375Q263.29782 260.5 262.9072 260.5Z" fill-rule="nonzero"/><path fill="#666666" d="M248.31343 261.73438L249.37593 261.59375Q249.5478 262.48438 249.9853 262.89062Q250.4228 263.28125 251.0478 263.28125Q251.7978 263.28125 252.31343 262.76562Q252.82906 262.25 252.82906 261.48438Q252.82906 260.76562 252.34468 260.29688Q251.87593 259.8125 251.14156 259.8125Q250.84468 259.8125 250.39156 259.9375L250.51656 259.0Q250.62593 259.01562 250.68843 259.01562Q251.3603 259.01562 251.89156 258.67188Q252.43843 258.3125 252.43843 257.57812Q252.43843 257.0 252.0478 256.625Q251.65718 256.23438 251.03218 256.23438Q250.4228 256.23438 250.00093 256.625Q249.59468 257.01562 249.4853 257.78125L248.4228 257.59375Q248.6103 256.54688 249.2978 255.96875Q249.9853 255.375 251.00093 255.375Q251.70406 255.375 252.2978 255.6875Q252.89156 255.98438 253.20406 256.5Q253.51656 257.01562 253.51656 257.60938Q253.51656 258.15625 253.21968 258.625Q252.9228 259.07812 252.34468 259.34375Q253.09468 259.51562 253.51656 260.07812Q253.93843 260.625 253.93843 261.46875Q253.93843 262.59375 253.1103 263.375Q252.2978 264.15625 251.0478 264.15625Q249.9228 264.15625 249.1728 263.48438Q248.4228 262.79688 248.31343 261.73438ZM255.51656 257.46875Q255.51656 256.54688 255.96968 255.90625Q256.43842 255.26562 257.31342 255.26562Q258.12592 255.26562 258.65717 255.84375Q259.18842 256.42188 259.18842 257.53125Q259.18842 258.625 258.64154 259.21875Q258.1103 259.79688 257.32904 259.79688Q256.5478 259.79688 256.03217 259.21875Q255.51656 258.64062 255.51656 257.46875ZM257.34467 255.98438Q256.95404 255.98438 256.68842 256.32812Q256.43842 256.67188 256.43842 257.57812Q256.43842 258.40625 256.68842 258.75Q256.95404 259.07812 257.34467 259.07812Q257.75092 259.07812 258.00092 258.73438Q258.26654 258.39062 258.26654 257.5Q258.26654 256.65625 258.00092 256.32812Q257.7353 255.98438 257.34467 255.98438ZM257.34467 264.3125L262.0478 255.26562L262.90717 255.26562L258.21967 264.3125L257.34467 264.3125ZM261.06342 261.98438Q261.06342 261.0625 261.51654 260.42188Q261.9853 259.78125 262.87592 259.78125Q263.68842 259.78125 264.21967 260.35938Q264.75092 260.92188 264.75092 262.04688Q264.75092 263.14062 264.20404 263.73438Q263.6728 264.3125 262.87592 264.3125Q262.1103 264.3125 261.57904 263.73438Q261.06342 263.15625 261.06342 261.98438ZM262.90717 260.5Q262.50092 260.5 262.2353 260.84375Q261.9853 261.1875 261.9853 262.09375Q261.9853 262.90625 262.25092 263.25Q262.51654 263.59375 262.90717 263.59375Q263.2978 263.59375 263.56342 263.25Q263.82904 262.90625 263.82904 262.0Q263.82904 261.17188 263.56342 260.84375Q263.2978 260.5 262.90717 260.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.31343 292.73438L249.37593 292.59375Q249.5478 293.48438 249.9853 293.89062Q250.4228 294.28125 251.0478 294.28125Q251.7978 294.28125 252.31343 293.76562Q252.82906 293.25 252.82906 292.48438Q252.82906 291.76562 252.34468 291.29688Q251.87593 290.8125 251.14156 290.8125Q250.84468 290.8125 250.39156 290.9375L250.51656 290.0Q250.62593 290.01562 250.68843 290.01562Q251.3603 290.01562 251.89156 289.67188Q252.43843 289.3125 252.43843 288.57812Q252.43843 288.0 252.0478 287.625Q251.65718 287.23438 251.03218 287.23438Q250.4228 287.23438 250.00093 287.625Q249.59468 288.01562 249.4853 288.78125L248.4228 288.59375Q248.6103 287.54688 249.2978 286.96875Q249.9853 286.375 251.00093 286.375Q251.70406 286.375 252.2978 286.6875Q252.89156 286.98438 253.20406 287.5Q253.51656 288.01562 253.51656 288.60938Q253.51656 289.15625 253.21968 289.625Q252.9228 290.07812 252.34468 290.34375Q253.09468 290.51562 253.51656 291.07812Q253.93843 291.625 253.93843 292.46875Q253.93843 293.59375 253.1103 294.375Q252.2978 295.15625 251.0478 295.15625Q249.9228 295.15625 249.1728 294.48438Q248.4228 293.79688 248.31343 292.73438ZM255.51656 288.46875Q255.51656 287.54688 255.96968 286.90625Q256.43845 286.26562 257.31345 286.26562Q258.12595 286.26562 258.6572 286.84375Q259.18845 287.42188 259.18845 288.53125Q259.18845 289.625 258.64157 290.21875Q258.11032 290.79688 257.32907 290.79688Q256.54782 290.79688 256.0322 290.21875Q255.51656 289.64062 255.51656 288.46875ZM257.3447 286.98438Q256.95407 286.98438 256.68845 287.32812Q256.43845 287.67188 256.43845 288.57812Q256.43845 289.40625 256.68845 289.75Q256.95407 290.07812 257.3447 290.07812Q257.75095 290.07812 258.00095 289.73438Q258.26657 289.39062 258.26657 288.5Q258.26657 287.65625 258.00095 287.32812Q257.73532 286.98438 257.3447 286.98438ZM257.3447 295.3125L262.04782 286.26562L262.9072 286.26562L258.2197 295.3125L257.3447 295.3125ZM261.06345 292.98438Q261.06345 292.0625 261.51657 291.42188Q261.98532 290.78125 262.87595 290.78125Q263.68845 290.78125 264.2197 291.35938Q264.75095 291.92188 264.75095 293.04688Q264.75095 294.14062 264.20407 294.73438Q263.67282 295.3125 262.87595 295.3125Q262.11032 295.3125 261.57907 294.73438Q261.06345 294.15625 261.06345 292.98438ZM262.9072 291.5Q262.50095 291.5 262.23532 291.84375Q261.98532 292.1875 261.98532 293.09375Q261.98532 293.90625 262.25095 294.25Q262.51657 294.59375 262.9072 294.59375Q263.29782 294.59375 263.56345 294.25Q263.82907 293.90625 263.82907 293.0Q263.82907 292.17188 263.56345 291.84375Q263.29782 291.5 262.9072 291.5Z" fill-rule="nonzero"/><path fill="#666666" d="M248.31343 292.73438L249.37593 292.59375Q249.5478 293.48438 249.9853 293.89062Q250.4228 294.28125 251.0478 294.28125Q251.7978 294.28125 252.31343 293.76562Q252.82906 293.25 252.82906 292.48438Q252.82906 291.76562 252.34468 291.29688Q251.87593 290.8125 251.14156 290.8125Q250.84468 290.8125 250.39156 290.9375L250.51656 290.0Q250.62593 290.01562 250.68843 290.01562Q251.3603 290.01562 251.89156 289.67188Q252.43843 289.3125 252.43843 288.57812Q252.43843 288.0 252.0478 287.625Q251.65718 287.23438 251.03218 287.23438Q250.4228 287.23438 250.00093 287.625Q249.59468 288.01562 249.4853 288.78125L248.4228 288.59375Q248.6103 287.54688 249.2978 286.96875Q249.9853 286.375 251.00093 286.375Q251.70406 286.375 252.2978 286.6875Q252.89156 286.98438 253.20406 287.5Q253.51656 288.01562 253.51656 288.60938Q253.51656 289.15625 253.21968 289.625Q252.9228 290.07812 252.34468 290.34375Q253.09468 290.51562 253.51656 291.07812Q253.93843 291.625 253.93843 292.46875Q253.93843 293.59375 253.1103 294.375Q252.2978 295.15625 251.0478 295.15625Q249.9228 295.15625 249.1728 294.48438Q248.4228 293.79688 248.31343 292.73438ZM255.51656 288.46875Q255.51656 287.54688 255.96968 286.90625Q256.43842 286.26562 257.31342 286.26562Q258.12592 286.26562 258.65717 286.84375Q259.18842 287.42188 259.18842 288.53125Q259.18842 289.625 258.64154 290.21875Q258.1103 290.79688 257.32904 290.79688Q256.5478 290.79688 256.03217 290.21875Q255.51656 289.64062 255.51656 288.46875ZM257.34467 286.98438Q256.95404 286.98438 256.68842 287.32812Q256.43842 287.67188 256.43842 288.57812Q256.43842 289.40625 256.68842 289.75Q256.95404 290.07812 257.34467 290.07812Q257.75092 290.07812 258.00092 289.73438Q258.26654 289.39062 258.26654 288.5Q258.26654 287.65625 258.00092 287.32812Q257.7353 286.98438 257.34467 286.98438ZM257.34467 295.3125L262.0478 286.26562L262.90717 286.26562L258.21967 295.3125L257.34467 295.3125ZM261.06342 292.98438Q261.06342 292.0625 261.51654 291.42188Q261.9853 290.78125 262.87592 290.78125Q263.68842 290.78125 264.21967 291.35938Q264.75092 291.92188 264.75092 293.04688Q264.75092 294.14062 264.20404 294.73438Q263.6728 295.3125 262.87592 295.3125Q262.1103 295.3125 261.57904 294.73438Q261.06342 294.15625 261.06342 292.98438ZM262.90717 291.5Q262.50092 291.5 262.2353 291.84375Q261.9853 292.1875 261.9853 293.09375Q261.9853 293.90625 262.25092 294.25Q262.51654 294.59375 262.90717 294.59375Q263.2978 294.59375 263.56342 294.25Q263.82904 293.90625 263.82904 293.0Q263.82904 292.17188 263.56342 291.84375Q263.2978 291.5 262.90717 291.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M323.2872 326.0L322.24033 326.0L322.24033 319.28125Q321.8497 319.64062 321.2247 320.01562Q320.61533 320.375 320.13095 320.54688L320.13095 319.53125Q321.00595 319.10938 321.6622 318.53125Q322.33408 317.9375 322.61533 317.375L323.2872 317.375L323.2872 326.0ZM326.4747 324.01562L327.49033 323.92188Q327.61533 324.64062 327.9747 324.96875Q328.3497 325.28125 328.9122 325.28125Q329.39658 325.28125 329.75595 325.0625Q330.13095 324.82812 330.36533 324.46875Q330.5997 324.09375 330.75595 323.46875Q330.9122 322.82812 330.9122 322.17188Q330.9122 322.09375 330.9122 321.95312Q330.5997 322.45312 330.05283 322.78125Q329.50595 323.09375 328.86533 323.09375Q327.7872 323.09375 327.05283 322.32812Q326.31845 321.54688 326.31845 320.28125Q326.31845 318.96875 327.08408 318.17188Q327.86533 317.375 329.02158 317.375Q329.8497 317.375 330.5372 317.82812Q331.24033 318.28125 331.5997 319.125Q331.95908 319.95312 331.95908 321.53125Q331.95908 323.17188 331.5997 324.15625Q331.25595 325.125 330.5372 325.64062Q329.83408 326.14062 328.89658 326.14062Q327.88095 326.14062 327.24033 325.59375Q326.5997 325.03125 326.4747 324.01562ZM330.7872 320.21875Q330.7872 319.3125 330.30283 318.78125Q329.83408 318.25 329.14658 318.25Q328.44345 318.25 327.9122 318.82812Q327.39658 319.39062 327.39658 320.3125Q327.39658 321.125 327.89658 321.64062Q328.39658 322.15625 329.11533 322.15625Q329.8497 322.15625 330.31845 321.64062Q330.7872 321.125 330.7872 320.21875ZM333.52158 319.46875Q333.52158 318.54688 333.9747 317.90625Q334.44345 317.26562 335.31845 317.26562Q336.13095 317.26562 336.6622 317.84375Q337.19345 318.42188 337.19345 319.53125Q337.19345 320.625 336.64658 321.21875Q336.11533 321.79688 335.33408 321.79688Q334.55283 321.79688 334.0372 321.21875Q333.52158 320.64062 333.52158 319.46875ZM335.3497 317.98438Q334.95908 317.98438 334.69345 318.32812Q334.44345 318.67188 334.44345 319.57812Q334.44345 320.40625 334.69345 320.75Q334.95908 321.07812 335.3497 321.07812Q335.75595 321.07812 336.00595 320.73438Q336.27158 320.39062 336.27158 319.5Q336.27158 318.65625 336.00595 318.32812Q335.74033 317.98438 335.3497 317.98438ZM335.3497 326.3125L340.05283 317.26562L340.9122 317.26562L336.2247 326.3125L335.3497 326.3125ZM339.06845 323.98438Q339.06845 323.0625 339.52158 322.42188Q339.99033 321.78125 340.88095 321.78125Q341.69345 321.78125 342.2247 322.35938Q342.75595 322.92188 342.75595 324.04688Q342.75595 325.14062 342.20908 325.73438Q341.67783 326.3125 340.88095 326.3125Q340.11533 326.3125 339.58408 325.73438Q339.06845 325.15625 339.06845 323.98438ZM340.9122 322.5Q340.50595 322.5 340.24033 322.84375Q339.99033 323.1875 339.99033 324.09375Q339.99033 324.90625 340.25595 325.25Q340.52158 325.59375 340.9122 325.59375Q341.30283 325.59375 341.56845 325.25Q341.83408 324.90625 341.83408 324.0Q341.83408 323.17188 341.56845 322.84375Q341.30283 322.5 340.9122 322.5Z" fill-rule="nonzero"/><path fill="#666666" d="M323.2872 326.0L322.24033 326.0L322.24033 319.28125Q321.8497 319.64062 321.2247 320.01562Q320.61533 320.375 320.13095 320.54688L320.13095 319.53125Q321.00595 319.10938 321.6622 318.53125Q322.33408 317.9375 322.61533 317.375L323.2872 317.375L323.2872 326.0ZM326.4747 324.01562L327.49033 323.92188Q327.61533 324.64062 327.9747 324.96875Q328.3497 325.28125 328.9122 325.28125Q329.39658 325.28125 329.75595 325.0625Q330.13095 324.82812 330.36533 324.46875Q330.5997 324.09375 330.75595 323.46875Q330.9122 322.82812 330.9122 322.17188Q330.9122 322.09375 330.9122 321.95312Q330.5997 322.45312 330.05283 322.78125Q329.50595 323.09375 328.86533 323.09375Q327.7872 323.09375 327.05283 322.32812Q326.31845 321.54688 326.31845 320.28125Q326.31845 318.96875 327.08408 318.17188Q327.86533 317.375 329.02158 317.375Q329.8497 317.375 330.5372 317.82812Q331.24033 318.28125 331.5997 319.125Q331.95908 319.95312 331.95908 321.53125Q331.95908 323.17188 331.5997 324.15625Q331.25595 325.125 330.5372 325.64062Q329.83408 326.14062 328.89658 326.14062Q327.88095 326.14062 327.24033 325.59375Q326.5997 325.03125 326.4747 324.01562ZM330.7872 320.21875Q330.7872 319.3125 330.30283 318.78125Q329.83408 318.25 329.14658 318.25Q328.44345 318.25 327.9122 318.82812Q327.39658 319.39062 327.39658 320.3125Q327.39658 321.125 327.89658 321.64062Q328.39658 322.15625 329.11533 322.15625Q329.8497 322.15625 330.31845 321.64062Q330.7872 321.125 330.7872 320.21875ZM333.52158 319.46875Q333.52158 318.54688 333.9747 317.90625Q334.44345 317.26562 335.31845 317.26562Q336.13095 317.26562 336.6622 317.84375Q337.19345 318.42188 337.19345 319.53125Q337.19345 320.625 336.64658 321.21875Q336.11533 321.79688 335.33408 321.79688Q334.55283 321.79688 334.0372 321.21875Q333.52158 320.64062 333.52158 319.46875ZM335.3497 317.98438Q334.95908 317.98438 334.69345 318.32812Q334.44345 318.67188 334.44345 319.57812Q334.44345 320.40625 334.69345 320.75Q334.95908 321.07812 335.3497 321.07812Q335.75595 321.07812 336.00595 320.73438Q336.27158 320.39062 336.27158 319.5Q336.27158 318.65625 336.00595 318.32812Q335.74033 317.98438 335.3497 317.98438ZM335.3497 326.3125L340.05283 317.26562L340.9122 317.26562L336.2247 326.3125L335.3497 326.3125ZM339.06845 323.98438Q339.06845 323.0625 339.52158 322.42188Q339.99033 321.78125 340.88095 321.78125Q341.69345 321.78125 342.2247 322.35938Q342.75595 322.92188 342.75595 324.04688Q342.75595 325.14062 342.20908 325.73438Q341.67783 326.3125 340.88095 326.3125Q340.11533 326.3125 339.58408 325.73438Q339.06845 325.15625 339.06845 323.98438ZM340.9122 322.5Q340.50595 322.5 340.24033 322.84375Q339.99033 323.1875 339.99033 324.09375Q339.99033 324.90625 340.25595 325.25Q340.52158 325.59375 340.9122 325.59375Q341.30283 325.59375 341.56845 325.25Q341.83408 324.90625 341.83408 324.0Q341.83408 323.17188 341.56845 322.84375Q341.30283 322.5 340.9122 322.5Z" fill-rule="nonzero"/><path fill="#666666" d="M353.21564 373.19342Q353.21564 372.27155 353.66876 371.63092Q354.1375 370.9903 355.0125 370.9903Q355.825 370.9903 356.35626 371.56842Q356.8875 372.14655 356.8875 373.25592Q356.8875 374.34967 356.34064 374.94342Q355.8094 375.52155 355.02814 375.52155Q354.2469 375.52155 353.73126 374.94342Q353.21564 374.3653 353.21564 373.19342ZM355.04376 371.70905Q354.65314 371.70905 354.3875 372.0528Q354.1375 372.39655 354.1375 373.3028Q354.1375 374.13092 354.3875 374.47467Q354.65314 374.8028 355.04376 374.8028Q355.45 374.8028 355.7 374.45905Q355.96564 374.1153 355.96564 373.22467Q355.96564 372.38092 355.7 372.0528Q355.4344 371.70905 355.04376 371.70905ZM355.04376 380.03717L359.7469 370.9903L360.60626 370.9903L355.91876 380.03717L355.04376 380.03717ZM358.7625 377.70905Q358.7625 376.78717 359.21564 376.14655Q359.6844 375.50592 360.575 375.50592Q361.3875 375.50592 361.91876 376.08405Q362.45 376.64655 362.45 377.77155Q362.45 378.8653 361.90314 379.45905Q361.3719 380.03717 360.575 380.03717Q359.8094 380.03717 359.27814 379.45905Q358.7625 378.88092 358.7625 377.70905ZM360.60626 376.22467Q360.2 376.22467 359.9344 376.56842Q359.6844 376.91217 359.6844 377.81842Q359.6844 378.63092 359.95 378.97467Q360.21564 379.31842 360.60626 379.31842Q360.9969 379.31842 361.2625 378.97467Q361.52814 378.63092 361.52814 377.72467Q361.52814 376.89655 361.2625 376.56842Q360.9969 376.22467 360.60626 376.22467ZM366.91876 376.6153Q366.91876 374.88092 367.8719 374.0528Q368.66876 373.3653 369.825 373.3653Q371.10626 373.3653 371.91876 374.20905Q372.7469 375.03717 372.7469 376.52155Q372.7469 377.72467 372.3875 378.41217Q372.02814 379.09967 371.325 379.4903Q370.6375 379.8653 369.825 379.8653Q368.52814 379.8653 367.71564 379.03717Q366.91876 378.19342 366.91876 376.6153ZM367.9969 376.6153Q367.9969 377.8028 368.5125 378.39655Q369.04376 378.9903 369.825 378.9903Q370.6219 378.9903 371.1375 378.39655Q371.65314 377.8028 371.65314 376.58405Q371.65314 375.4278 371.1219 374.83405Q370.60626 374.2403 369.825 374.2403Q369.04376 374.2403 368.5125 374.83405Q367.9969 375.41217 367.9969 376.6153ZM374.5594 379.72467L374.5594 374.31842L373.6219 374.31842L373.6219 373.50592L374.5594 373.50592L374.5594 372.83405Q374.5594 372.20905 374.66876 371.91217Q374.825 371.4903 375.2 371.2403Q375.59064 370.9903 376.27814 370.9903Q376.73126 370.9903 377.2625 371.09967L377.10626 372.00592Q376.77814 371.95905 376.48126 371.95905Q375.9969 371.95905 375.79376 372.16217Q375.60626 372.3653 375.60626 372.9278L375.60626 373.50592L376.825 373.50592L376.825 374.31842L375.60626 374.31842L375.60626 379.72467L374.5594 379.72467ZM380.29376 379.72467L380.29376 373.50592L381.2469 373.50592L381.2469 374.44342Q381.60626 373.78717 381.90314 373.58405Q382.21564 373.3653 382.59064 373.3653Q383.1219 373.3653 383.66876 373.69342L383.3094 374.6778Q382.91876 374.44342 382.54376 374.44342Q382.1844 374.44342 381.90314 374.66217Q381.6375 374.8653 381.52814 375.2403Q381.34064 375.8028 381.34064 376.45905L381.34064 379.72467L380.29376 379.72467ZM388.5594 377.72467L389.65314 377.84967Q389.40314 378.8028 388.7 379.33405Q387.9969 379.8653 386.91876 379.8653Q385.5594 379.8653 384.7469 379.02155Q383.95 378.1778 383.95 376.66217Q383.95 375.09967 384.7625 374.2403Q385.575 373.3653 386.85626 373.3653Q388.10626 373.3653 388.8875 374.20905Q389.6844 375.0528 389.6844 376.59967Q389.6844 376.69342 389.6844 376.88092L385.04376 376.88092Q385.10626 377.91217 385.6219 378.45905Q386.1375 378.9903 386.91876 378.9903Q387.4969 378.9903 387.90314 378.69342Q388.325 378.38092 388.5594 377.72467ZM385.10626 376.02155L388.575 376.02155Q388.5125 375.22467 388.1844 374.83405Q387.66876 374.22467 386.8719 374.22467Q386.1375 374.22467 385.6375 374.70905Q385.15314 375.19342 385.10626 376.02155ZM390.8875 377.8653L391.91876 377.70905Q392.0125 378.33405 392.40314 378.66217Q392.8094 378.9903 393.54376 378.9903Q394.2625 378.9903 394.60626 378.70905Q394.96564 378.41217 394.96564 378.00592Q394.96564 377.64655 394.65314 377.44342Q394.4344 377.3028 393.575 377.08405Q392.41876 376.78717 391.96564 376.58405Q391.52814 376.3653 391.29376 375.9903Q391.0594 375.6153 391.0594 375.14655Q391.0594 374.7403 391.2469 374.38092Q391.4344 374.02155 391.7625 373.78717Q392.0125 373.6153 392.4344 373.4903Q392.85626 373.3653 393.35626 373.3653Q394.075 373.3653 394.6219 373.58405Q395.1844 373.78717 395.45 374.14655Q395.71564 374.50592 395.8094 375.09967L394.77814 375.2403Q394.71564 374.77155 394.3719 374.50592Q394.04376 374.22467 393.41876 374.22467Q392.7 374.22467 392.3875 374.47467Q392.075 374.70905 392.075 375.03717Q392.075 375.2403 392.2 375.39655Q392.34064 375.56842 392.60626 375.6778Q392.7625 375.7403 393.54376 375.94342Q394.66876 376.25592 395.10626 376.44342Q395.54376 376.63092 395.79376 376.9903Q396.04376 377.34967 396.04376 377.89655Q396.04376 378.4278 395.73126 378.89655Q395.4344 379.34967 394.85626 379.6153Q394.27814 379.8653 393.54376 379.8653Q392.325 379.8653 391.6844 379.3653Q391.0594 378.84967 390.8875 377.8653ZM397.3094 382.1153L397.3094 373.50592L398.2625 373.50592L398.2625 374.3028Q398.60626 373.83405 399.02814 373.59967Q399.46564 373.3653 400.075 373.3653Q400.8719 373.3653 401.48126 373.77155Q402.09064 374.1778 402.3875 374.9278Q402.7 375.6778 402.7 376.56842Q402.7 377.52155 402.35626 378.28717Q402.02814 379.0528 401.3719 379.45905Q400.71564 379.8653 399.9969 379.8653Q399.46564 379.8653 399.04376 379.64655Q398.6219 379.41217 398.35626 379.08405L398.35626 382.1153L397.3094 382.1153ZM398.2625 376.64655Q398.2625 377.84967 398.7469 378.4278Q399.23126 378.9903 399.91876 378.9903Q400.6219 378.9903 401.1219 378.39655Q401.6219 377.8028 401.6219 376.5528Q401.6219 375.3653 401.1375 374.78717Q400.65314 374.19342 399.96564 374.19342Q399.29376 374.19342 398.77814 374.81842Q398.2625 375.44342 398.2625 376.64655ZM403.91876 376.6153Q403.91876 374.88092 404.8719 374.0528Q405.66876 373.3653 406.825 373.3653Q408.10626 373.3653 408.91876 374.20905Q409.7469 375.03717 409.7469 376.52155Q409.7469 377.72467 409.3875 378.41217Q409.02814 379.09967 408.325 379.4903Q407.6375 379.8653 406.825 379.8653Q405.52814 379.8653 404.71564 379.03717Q403.91876 378.19342 403.91876 376.6153ZM404.9969 376.6153Q404.9969 377.8028 405.5125 378.39655Q406.04376 378.9903 406.825 378.9903Q407.6219 378.9903 408.1375 378.39655Q408.65314 377.8028 408.65314 376.58405Q408.65314 375.4278 408.1219 374.83405Q407.60626 374.2403 406.825 374.2403Q406.04376 374.2403 405.5125 374.83405Q404.9969 375.41217 404.9969 376.6153ZM411.3094 379.72467L411.3094 373.50592L412.2469 373.50592L412.2469 374.38092Q412.9344 373.3653 414.23126 373.3653Q414.79376 373.3653 415.2625 373.56842Q415.7469 373.77155 415.98126 374.09967Q416.21564 374.4278 416.3094 374.8653Q416.35626 375.16217 416.35626 375.89655L416.35626 379.72467L415.3094 379.72467L415.3094 375.94342Q415.3094 375.28717 415.1844 374.97467Q415.0594 374.66217 414.7469 374.47467Q414.4344 374.27155 414.0125 374.27155Q413.34064 374.27155 412.84064 374.70905Q412.35626 375.13092 412.35626 376.31842L412.35626 379.72467L411.3094 379.72467ZM422.34064 379.72467L422.34064 378.94342Q421.7469 379.8653 420.60626 379.8653Q419.85626 379.8653 419.23126 379.45905Q418.60626 379.03717 418.2625 378.3028Q417.91876 377.56842 417.91876 376.6153Q417.91876 375.69342 418.23126 374.9278Q418.54376 374.16217 419.16876 373.77155Q419.79376 373.3653 420.5594 373.3653Q421.1219 373.3653 421.5594 373.59967Q421.9969 373.83405 422.27814 374.20905L422.27814 371.13092L423.325 371.13092L423.325 379.72467L422.34064 379.72467ZM419.0125 376.6153Q419.0125 377.81842 419.5125 378.41217Q420.0125 378.9903 420.7 378.9903Q421.3875 378.9903 421.8719 378.4278Q422.35626 377.8653 422.35626 376.70905Q422.35626 375.4278 421.85626 374.83405Q421.3719 374.2403 420.65314 374.2403Q419.95 374.2403 419.48126 374.81842Q419.0125 375.38092 419.0125 376.6153ZM429.5594 377.72467L430.65314 377.84967Q430.40314 378.8028 429.7 379.33405Q428.9969 379.8653 427.91876 379.8653Q426.5594 379.8653 425.7469 379.02155Q424.95 378.1778 424.95 376.66217Q424.95 375.09967 425.7625 374.2403Q426.575 373.3653 427.85626 373.3653Q429.10626 373.3653 429.8875 374.20905Q430.6844 375.0528 430.6844 376.59967Q430.6844 376.69342 430.6844 376.88092L426.04376 376.88092Q426.10626 377.91217 426.6219 378.45905Q427.1375 378.9903 427.91876 378.9903Q428.4969 378.9903 428.90314 378.69342Q429.325 378.38092 429.5594 377.72467ZM426.10626 376.02155L429.575 376.02155Q429.5125 375.22467 429.1844 374.83405Q428.66876 374.22467 427.8719 374.22467Q427.1375 374.22467 426.6375 374.70905Q426.15314 375.19342 426.10626 376.02155ZM432.3094 379.72467L432.3094 373.50592L433.2469 373.50592L433.2469 374.38092Q433.9344 373.3653 435.23126 373.3653Q435.79376 373.3653 436.2625 373.56842Q436.7469 373.77155 436.98126 374.09967Q437.21564 374.4278 437.3094 374.8653Q437.35626 375.16217 437.35626 375.89655L437.35626 379.72467L436.3094 379.72467L436.3094 375.94342Q436.3094 375.28717 436.1844 374.97467Q436.0594 374.66217 435.7469 374.47467Q435.4344 374.27155 435.0125 374.27155Q434.34064 374.27155 433.84064 374.70905Q433.35626 375.13092 433.35626 376.31842L433.35626 379.72467L432.3094 379.72467ZM441.60626 378.78717L441.7625 379.70905Q441.3094 379.8028 440.96564 379.8028Q440.3875 379.8028 440.075 379.63092Q439.7625 379.44342 439.6219 379.14655Q439.4969 378.84967 439.4969 377.89655L439.4969 374.31842L438.73126 374.31842L438.73126 373.50592L439.4969 373.50592L439.4969 371.95905L440.54376 371.33405L440.54376 373.50592L441.60626 373.50592L441.60626 374.31842L440.54376 374.31842L440.54376 377.95905Q440.54376 378.41217 440.59064 378.53717Q440.65314 378.66217 440.77814 378.7403Q440.90314 378.81842 441.1375 378.81842Q441.325 378.81842 441.60626 378.78717ZM441.8875 377.8653L442.91876 377.70905Q443.0125 378.33405 443.40314 378.66217Q443.8094 378.9903 444.54376 378.9903Q445.2625 378.9903 445.60626 378.70905Q445.96564 378.41217 445.96564 378.00592Q445.96564 377.64655 445.65314 377.44342Q445.4344 377.3028 444.575 377.08405Q443.41876 376.78717 442.96564 376.58405Q442.52814 376.3653 442.29376 375.9903Q442.0594 375.6153 442.0594 375.14655Q442.0594 374.7403 442.2469 374.38092Q442.4344 374.02155 442.7625 373.78717Q443.0125 373.6153 443.4344 373.4903Q443.85626 373.3653 444.35626 373.3653Q445.075 373.3653 445.6219 373.58405Q446.1844 373.78717 446.45 374.14655Q446.71564 374.50592 446.8094 375.09967L445.77814 375.2403Q445.71564 374.77155 445.3719 374.50592Q445.04376 374.22467 444.41876 374.22467Q443.7 374.22467 443.3875 374.47467Q443.075 374.70905 443.075 375.03717Q443.075 375.2403 443.2 375.39655Q443.34064 375.56842 443.60626 375.6778Q443.7625 375.7403 444.54376 375.94342Q445.66876 376.25592 446.10626 376.44342Q446.54376 376.63092 446.79376 376.9903Q447.04376 377.34967 447.04376 377.89655Q447.04376 378.4278 446.73126 378.89655Q446.4344 379.34967 445.85626 379.6153Q445.27814 379.8653 444.54376 379.8653Q443.325 379.8653 442.6844 379.3653Q442.0594 378.84967 441.8875 377.8653Z" fill-rule="nonzero"/><path fill="#666666" d="M88.625 80.041L88.625 71.44725L89.75 71.44725L89.75 80.041L88.625 80.041ZM91.296875 80.041L91.296875 73.82225L92.234375 73.82225L92.234375 74.69725Q92.921875 73.681625 94.21875 73.681625Q94.78125 73.681625 95.25 73.88475Q95.734375 74.087875 95.96875 74.416Q96.203125 74.744125 96.296875 75.181625Q96.34375 75.4785 96.34375 76.212875L96.34375 80.041L95.296875 80.041L95.296875 76.25975Q95.296875 75.6035 95.171875 75.291Q95.046875 74.9785 94.734375 74.791Q94.421875 74.587875 94.0 74.587875Q93.328125 74.587875 92.828125 75.025375Q92.34375 75.44725 92.34375 76.63475L92.34375 80.041L91.296875 80.041ZM100.59375 79.1035L100.75 80.025375Q100.296875 80.119125 99.953125 80.119125Q99.375 80.119125 99.0625 79.94725Q98.75 79.75975 98.609375 79.462875Q98.484375 79.166 98.484375 78.212875L98.484375 74.63475L97.71875 74.63475L97.71875 73.82225L98.484375 73.82225L98.484375 72.275375L99.53125 71.650375L99.53125 73.82225L100.59375 73.82225L100.59375 74.63475L99.53125 74.63475L99.53125 78.275375Q99.53125 78.7285 99.578125 78.8535Q99.640625 78.9785 99.765625 79.056625Q99.890625 79.13475 100.125 79.13475Q100.3125 79.13475 100.59375 79.1035ZM105.546875 78.041L106.640625 78.166Q106.390625 79.119125 105.6875 79.650375Q104.984375 80.181625 103.90625 80.181625Q102.546875 80.181625 101.734375 79.337875Q100.9375 78.494125 100.9375 76.9785Q100.9375 75.416 101.75 74.556625Q102.5625 73.681625 103.84375 73.681625Q105.09375 73.681625 105.875 74.525375Q106.671875 75.369125 106.671875 76.916Q106.671875 77.00975 106.671875 77.19725L102.03125 77.19725Q102.09375 78.2285 102.609375 78.775375Q103.125 79.306625 103.90625 79.306625Q104.484375 79.306625 104.890625 79.00975Q105.3125 78.69725 105.546875 78.041ZM102.09375 76.337875L105.5625 76.337875Q105.5 75.541 105.171875 75.150375Q104.65625 74.541 103.859375 74.541Q103.125 74.541 102.625 75.025375Q102.140625 75.50975 102.09375 76.337875ZM108.28125 80.041L108.28125 73.82225L109.234375 73.82225L109.234375 74.75975Q109.59375 74.1035 109.890625 73.900375Q110.203125 73.681625 110.578125 73.681625Q111.109375 73.681625 111.65625 74.00975L111.296875 74.994125Q110.90625 74.75975 110.53125 74.75975Q110.171875 74.75975 109.890625 74.9785Q109.625 75.181625 109.515625 75.556625Q109.328125 76.119125 109.328125 76.775375L109.328125 80.041L108.28125 80.041ZM112.296875 80.041L112.296875 73.82225L113.234375 73.82225L113.234375 74.69725Q113.921875 73.681625 115.21875 73.681625Q115.78125 73.681625 116.25 73.88475Q116.734375 74.087875 116.96875 74.416Q117.203125 74.744125 117.296875 75.181625Q117.34375 75.4785 117.34375 76.212875L117.34375 80.041L116.296875 80.041L116.296875 76.25975Q116.296875 75.6035 116.171875 75.291Q116.046875 74.9785 115.734375 74.791Q115.421875 74.587875 115.0 74.587875Q114.328125 74.587875 113.828125 75.025375Q113.34375 75.44725 113.34375 76.63475L113.34375 80.041L112.296875 80.041ZM123.546875 78.041L124.640625 78.166Q124.390625 79.119125 123.6875 79.650375Q122.984375 80.181625 121.90625 80.181625Q120.546875 80.181625 119.734375 79.337875Q118.9375 78.494125 118.9375 76.9785Q118.9375 75.416 119.75 74.556625Q120.5625 73.681625 121.84375 73.681625Q123.09375 73.681625 123.875 74.525375Q124.671875 75.369125 124.671875 76.916Q124.671875 77.00975 124.671875 77.19725L120.03125 77.19725Q120.09375 78.2285 120.609375 78.775375Q121.125 79.306625 121.90625 79.306625Q122.484375 79.306625 122.890625 79.00975Q123.3125 78.69725 123.546875 78.041ZM120.09375 76.337875L123.5625 76.337875Q123.5 75.541 123.171875 75.150375Q122.65625 74.541 121.859375 74.541Q121.125 74.541 120.625 75.025375Q120.140625 75.50975 120.09375 76.337875ZM128.59375 79.1035L128.75 80.025375Q128.29688 80.119125 127.953125 80.119125Q127.375 80.119125 127.0625 79.94725Q126.75 79.75975 126.609375 79.462875Q126.484375 79.166 126.484375 78.212875L126.484375 74.63475L125.71875 74.63475L125.71875 73.82225L126.484375 73.82225L126.484375 72.275375L127.53125 71.650375L127.53125 73.82225L128.59375 73.82225L128.59375 74.63475L127.53125 74.63475L127.53125 78.275375Q127.53125 78.7285 127.578125 78.8535Q127.640625 78.9785 127.765625 79.056625Q127.890625 79.13475 128.125 79.13475Q128.3125 79.13475 128.59375 79.1035ZM131.90625 76.931625Q131.90625 75.19725 132.85938 74.369125Q133.65625 73.681625 134.8125 73.681625Q136.09375 73.681625 136.90625 74.525375Q137.73438 75.3535 137.73438 76.837875Q137.73438 78.041 137.375 78.7285Q137.01562 79.416 136.3125 79.806625Q135.625 80.181625 134.8125 80.181625Q133.51562 80.181625 132.70312 79.3535Q131.90625 78.50975 131.90625 76.931625ZM132.98438 76.931625Q132.98438 78.119125 133.5 78.712875Q134.03125 79.306625 134.8125 79.306625Q135.60938 79.306625 136.125 78.712875Q136.64062 78.119125 136.64062 76.900375Q136.64062 75.744125 136.10938 75.150375Q135.59375 74.556625 134.8125 74.556625Q134.03125 74.556625 133.5 75.150375Q132.98438 75.7285 132.98438 76.931625ZM139.28125 80.041L139.28125 73.82225L140.23438 73.82225L140.23438 74.75975Q140.59375 74.1035 140.89062 73.900375Q141.20312 73.681625 141.57812 73.681625Q142.10938 73.681625 142.65625 74.00975L142.29688 74.994125Q141.90625 74.75975 141.53125 74.75975Q141.17188 74.75975 140.89062 74.9785Q140.625 75.181625 140.51562 75.556625Q140.32812 76.119125 140.32812 76.775375L140.32812 80.041L139.28125 80.041ZM147.4375 80.041L145.53125 73.82225L146.625 73.82225L147.60938 77.416L147.98438 78.744125Q148.01562 78.650375 148.3125 77.462875L149.29688 73.82225L150.375 73.82225L151.3125 77.431625L151.625 78.619125L151.98438 77.416L153.04688 73.82225L154.07812 73.82225L152.125 80.041L151.03125 80.041L150.04688 76.306625L149.79688 75.25975L148.54688 80.041L147.4375 80.041ZM159.54688 78.041L160.64062 78.166Q160.39062 79.119125 159.6875 79.650375Q158.98438 80.181625 157.90625 80.181625Q156.54688 80.181625 155.73438 79.337875Q154.9375 78.494125 154.9375 76.9785Q154.9375 75.416 155.75 74.556625Q156.5625 73.681625 157.84375 73.681625Q159.09375 73.681625 159.875 74.525375Q160.67188 75.369125 160.67188 76.916Q160.67188 77.00975 160.67188 77.19725L156.03125 77.19725Q156.09375 78.2285 156.60938 78.775375Q157.125 79.306625 157.90625 79.306625Q158.48438 79.306625 158.89062 79.00975Q159.3125 78.69725 159.54688 78.041ZM156.09375 76.337875L159.5625 76.337875Q159.5 75.541 159.17188 75.150375Q158.65625 74.541 157.85938 74.541Q157.125 74.541 156.625 75.025375Q156.14062 75.50975 156.09375 76.337875ZM163.26562 80.041L162.28125 80.041L162.28125 71.44725L163.34375 71.44725L163.34375 74.50975Q164.01562 73.681625 165.04688 73.681625Q165.625 73.681625 166.125 73.916Q166.64062 74.13475 166.96875 74.556625Q167.3125 74.9785 167.5 75.57225Q167.6875 76.166 167.6875 76.837875Q167.6875 78.431625 166.89062 79.306625Q166.09375 80.181625 165.0 80.181625Q163.89062 80.181625 163.26562 79.25975L163.26562 80.041ZM163.25 76.88475Q163.25 77.994125 163.5625 78.494125Q164.0625 79.306625 164.90625 79.306625Q165.59375 79.306625 166.09375 78.712875Q166.60938 78.119125 166.60938 76.916Q166.60938 75.69725 166.125 75.119125Q165.64062 74.541 164.95312 74.541Q164.26562 74.541 163.75 75.150375Q163.25 75.744125 163.25 76.88475ZM171.875 78.181625L172.90625 78.025375Q173.0 78.650375 173.39062 78.9785Q173.79688 79.306625 174.53125 79.306625Q175.25 79.306625 175.59375 79.025375Q175.95312 78.7285 175.95312 78.32225Q175.95312 77.962875 175.64062 77.75975Q175.42188 77.619125 174.5625 77.400375Q173.40625 77.1035 172.95312 76.900375Q172.51562 76.681625 172.28125 76.306625Q172.04688 75.931625 172.04688 75.462875Q172.04688 75.056625 172.23438 74.69725Q172.42188 74.337875 172.75 74.1035Q173.0 73.931625 173.42188 73.806625Q173.84375 73.681625 174.34375 73.681625Q175.0625 73.681625 175.60938 73.900375Q176.17188 74.1035 176.4375 74.462875Q176.70312 74.82225 176.79688 75.416L175.76562 75.556625Q175.70312 75.087875 175.35938 74.82225Q175.03125 74.541 174.40625 74.541Q173.6875 74.541 173.375 74.791Q173.0625 75.025375 173.0625 75.3535Q173.0625 75.556625 173.1875 75.712875Q173.32812 75.88475 173.59375 75.994125Q173.75 76.056625 174.53125 76.25975Q175.65625 76.57225 176.09375 76.75975Q176.53125 76.94725 176.78125 77.306625Q177.03125 77.666 177.03125 78.212875Q177.03125 78.744125 176.71875 79.212875Q176.42188 79.666 175.84375 79.931625Q175.26562 80.181625 174.53125 80.181625Q173.3125 80.181625 172.67188 79.681625Q172.04688 79.166 171.875 78.181625ZM182.54688 78.041L183.64062 78.166Q183.39062 79.119125 182.6875 79.650375Q181.98438 80.181625 180.90625 80.181625Q179.54688 80.181625 178.73438 79.337875Q177.9375 78.494125 177.9375 76.9785Q177.9375 75.416 178.75 74.556625Q179.5625 73.681625 180.84375 73.681625Q182.09375 73.681625 182.875 74.525375Q183.67188 75.369125 183.67188 76.916Q183.67188 77.00975 183.67188 77.19725L179.03125 77.19725Q179.09375 78.2285 179.60938 78.775375Q180.125 79.306625 180.90625 79.306625Q181.48438 79.306625 181.89062 79.00975Q182.3125 78.69725 182.54688 78.041ZM179.09375 76.337875L182.5625 76.337875Q182.5 75.541 182.17188 75.150375Q181.65625 74.541 180.85938 74.541Q180.125 74.541 179.625 75.025375Q179.14062 75.50975 179.09375 76.337875ZM185.28125 80.041L185.28125 73.82225L186.23438 73.82225L186.23438 74.75975Q186.59375 74.1035 186.89062 73.900375Q187.20312 73.681625 187.57812 73.681625Q188.10938 73.681625 188.65625 74.00975L188.29688 74.994125Q187.90625 74.75975 187.53125 74.75975Q187.17188 74.75975 186.89062 74.9785Q186.625 75.181625 186.51562 75.556625Q186.32812 76.119125 186.32812 76.775375L186.32812 80.041L185.28125 80.041ZM191.01562 80.041L188.65625 73.82225L189.76562 73.82225L191.10938 77.541Q191.3125 78.150375 191.5 78.791Q191.64062 78.306625 191.89062 77.619125L193.28125 73.82225L194.35938 73.82225L192.0 80.041L191.01562 80.041ZM195.29688 72.666L195.29688 71.44725L196.35938 71.44725L196.35938 72.666L195.29688 72.666ZM195.29688 80.041L195.29688 73.82225L196.35938 73.82225L196.35938 80.041L195.29688 80.041ZM202.35938 77.75975L203.39062 77.900375Q203.21875 78.962875 202.51562 79.57225Q201.8125 80.181625 200.79688 80.181625Q199.51562 80.181625 198.73438 79.3535Q197.96875 78.50975 197.96875 76.94725Q197.96875 75.94725 198.29688 75.19725Q198.64062 74.431625 199.3125 74.056625Q200.0 73.681625 200.8125 73.681625Q201.8125 73.681625 202.45312 74.19725Q203.10938 74.69725 203.29688 75.650375L202.26562 75.806625Q202.125 75.181625 201.75 74.869125Q201.375 74.541 200.84375 74.541Q200.04688 74.541 199.54688 75.119125Q199.04688 75.681625 199.04688 76.916Q199.04688 78.181625 199.53125 78.744125Q200.01562 79.306625 200.78125 79.306625Q201.40625 79.306625 201.8125 78.931625Q202.23438 78.556625 202.35938 77.75975ZM208.54688 78.041L209.64062 78.166Q209.39062 79.119125 208.6875 79.650375Q207.98438 80.181625 206.90625 80.181625Q205.54688 80.181625 204.73438 79.337875Q203.9375 78.494125 203.9375 76.9785Q203.9375 75.416 204.75 74.556625Q205.5625 73.681625 206.84375 73.681625Q208.09375 73.681625 208.875 74.525375Q209.67188 75.369125 209.67188 76.916Q209.67188 77.00975 209.67188 77.19725L205.03125 77.19725Q205.09375 78.2285 205.60938 78.775375Q206.125 79.306625 206.90625 79.306625Q207.48438 79.306625 207.89062 79.00975Q208.3125 78.69725 208.54688 78.041ZM205.09375 76.337875L208.5625 76.337875Q208.5 75.541 208.17188 75.150375Q207.65625 74.541 206.85938 74.541Q206.125 74.541 205.625 75.025375Q205.14062 75.50975 205.09375 76.337875ZM210.875 78.181625L211.90625 78.025375Q212.0 78.650375 212.39062 78.9785Q212.79688 79.306625 213.53125 79.306625Q214.25 79.306625 214.59375 79.025375Q214.95312 78.7285 214.95312 78.32225Q214.95312 77.962875 214.64062 77.75975Q214.42188 77.619125 213.5625 77.400375Q212.40625 77.1035 211.95312 76.900375Q211.51562 76.681625 211.28125 76.306625Q211.04688 75.931625 211.04688 75.462875Q211.04688 75.056625 211.23438 74.69725Q211.42188 74.337875 211.75 74.1035Q212.0 73.931625 212.42188 73.806625Q212.84375 73.681625 213.34375 73.681625Q214.0625 73.681625 214.60938 73.900375Q215.17188 74.1035 215.4375 74.462875Q215.70312 74.82225 215.79688 75.416L214.76562 75.556625Q214.70312 75.087875 214.35938 74.82225Q214.03125 74.541 213.40625 74.541Q212.6875 74.541 212.375 74.791Q212.0625 75.025375 212.0625 75.3535Q212.0625 75.556625 212.1875 75.712875Q212.32812 75.88475 212.59375 75.994125Q212.75 76.056625 213.53125 76.25975Q214.65625 76.57225 215.09375 76.75975Q215.53125 76.94725 215.78125 77.306625Q216.03125 77.666 216.03125 78.212875Q216.03125 78.744125 215.71875 79.212875Q215.42188 79.666 214.84375 79.931625Q214.26562 80.181625 213.53125 80.181625Q212.3125 80.181625 211.67188 79.681625Q211.04688 79.166 210.875 78.181625Z" fill-rule="nonzero"/><path fill="#666666" d="M169.04688 107.97974L170.10938 107.88599Q170.1875 108.54224 170.46875 108.94849Q170.75 109.35474 171.32812 109.62036Q171.92188 109.87036 172.65625 109.87036Q173.29688 109.87036 173.79688 109.68286Q174.29688 109.47974 174.53125 109.15161Q174.78125 108.80786 174.78125 108.41724Q174.78125 108.01099 174.54688 107.71411Q174.3125 107.40161 173.78125 107.19849Q173.42188 107.05786 172.23438 106.77661Q171.0625 106.49536 170.59375 106.24536Q169.96875 105.91724 169.67188 105.44849Q169.375 104.96411 169.375 104.37036Q169.375 103.72974 169.73438 103.16724Q170.10938 102.58911 170.8125 102.30786Q171.53125 102.01099 172.39062 102.01099Q173.34375 102.01099 174.07812 102.32349Q174.8125 102.62036 175.20312 103.22974Q175.59375 103.82349 175.625 104.57349L174.53125 104.65161Q174.4375 103.83911 173.92188 103.43286Q173.42188 103.01099 172.4375 103.01099Q171.40625 103.01099 170.9375 103.38599Q170.46875 103.76099 170.46875 104.29224Q170.46875 104.76099 170.79688 105.05786Q171.125 105.35474 172.5 105.66724Q173.89062 105.97974 174.40625 106.21411Q175.15625 106.57349 175.51562 107.10474Q175.875 107.62036 175.875 108.32349Q175.875 109.01099 175.48438 109.62036Q175.09375 110.21411 174.35938 110.55786Q173.625 110.88599 172.70312 110.88599Q171.53125 110.88599 170.73438 110.55786Q169.95312 110.21411 169.5 109.52661Q169.0625 108.83911 169.04688 107.97974ZM176.90625 107.63599Q176.90625 105.90161 177.85938 105.07349Q178.65625 104.38599 179.8125 104.38599Q181.09375 104.38599 181.90625 105.22974Q182.73438 106.05786 182.73438 107.54224Q182.73438 108.74536 182.375 109.43286Q182.01562 110.12036 181.3125 110.51099Q180.625 110.88599 179.8125 110.88599Q178.51562 110.88599 177.70312 110.05786Q176.90625 109.21411 176.90625 107.63599ZM177.98438 107.63599Q177.98438 108.82349 178.5 109.41724Q179.03125 110.01099 179.8125 110.01099Q180.60938 110.01099 181.125 109.41724Q181.64062 108.82349 181.64062 107.60474Q181.64062 106.44849 181.10938 105.85474Q180.59375 105.26099 179.8125 105.26099Q179.03125 105.26099 178.5 105.85474Q177.98438 106.43286 177.98438 107.63599ZM184.54688 110.74536L184.54688 105.33911L183.60938 105.33911L183.60938 104.52661L184.54688 104.52661L184.54688 103.85474Q184.54688 103.22974 184.65625 102.93286Q184.8125 102.51099 185.1875 102.26099Q185.57812 102.01099 186.26562 102.01099Q186.71875 102.01099 187.25 102.12036L187.09375 103.02661Q186.76562 102.97974 186.46875 102.97974Q185.98438 102.97974 185.78125 103.18286Q185.59375 103.38599 185.59375 103.94849L185.59375 104.52661L186.8125 104.52661L186.8125 105.33911L185.59375 105.33911L185.59375 110.74536L184.54688 110.74536ZM189.59375 109.80786L189.75 110.72974Q189.29688 110.82349 188.95312 110.82349Q188.375 110.82349 188.0625 110.65161Q187.75 110.46411 187.60938 110.16724Q187.48438 109.87036 187.48438 108.91724L187.48438 105.33911L186.71875 105.33911L186.71875 104.52661L187.48438 104.52661L187.48438 102.97974L188.53125 102.35474L188.53125 104.52661L189.59375 104.52661L189.59375 105.33911L188.53125 105.33911L188.53125 108.97974Q188.53125 109.43286 188.57812 109.55786Q188.64062 109.68286 188.76562 109.76099Q188.89062 109.83911 189.125 109.83911Q189.3125 109.83911 189.59375 109.80786ZM191.4375 110.74536L189.53125 104.52661L190.625 104.52661L191.60938 108.12036L191.98438 109.44849Q192.01562 109.35474 192.3125 108.16724L193.29688 104.52661L194.375 104.52661L195.3125 108.13599L195.625 109.32349L195.98438 108.12036L197.04688 104.52661L198.07812 104.52661L196.125 110.74536L195.03125 110.74536L194.04688 107.01099L193.79688 105.96411L192.54688 110.74536L191.4375 110.74536ZM203.35938 109.97974Q202.76562 110.47974 202.21875 110.68286Q201.6875 110.88599 201.0625 110.88599Q200.03125 110.88599 199.48438 110.38599Q198.9375 109.88599 198.9375 109.10474Q198.9375 108.65161 199.14062 108.27661Q199.34375 107.88599 199.6875 107.66724Q200.03125 107.43286 200.45312 107.32349Q200.75 107.22974 201.39062 107.15161Q202.65625 107.01099 203.26562 106.79224Q203.26562 106.57349 203.26562 106.52661Q203.26562 105.87036 202.96875 105.60474Q202.5625 105.26099 201.76562 105.26099Q201.03125 105.26099 200.67188 105.52661Q200.3125 105.77661 200.14062 106.43286L199.10938 106.29224Q199.25 105.63599 199.57812 105.22974Q199.90625 104.82349 200.51562 104.60474Q201.125 104.38599 201.92188 104.38599Q202.71875 104.38599 203.21875 104.57349Q203.71875 104.76099 203.95312 105.04224Q204.1875 105.32349 204.28125 105.76099Q204.32812 106.02661 204.32812 106.72974L204.32812 108.13599Q204.32812 109.60474 204.39062 109.99536Q204.46875 110.38599 204.67188 110.74536L203.5625 110.74536Q203.40625 110.41724 203.35938 109.97974ZM203.26562 107.62036Q202.6875 107.85474 201.54688 108.02661Q200.89062 108.12036 200.625 108.24536Q200.35938 108.35474 200.20312 108.57349Q200.0625 108.79224 200.0625 109.07349Q200.0625 109.49536 200.375 109.77661Q200.70312 110.05786 201.3125 110.05786Q201.92188 110.05786 202.39062 109.79224Q202.875 109.52661 203.09375 109.05786Q203.26562 108.69849 203.26562 108.01099L203.26562 107.62036ZM206.28125 110.74536L206.28125 104.52661L207.23438 104.52661L207.23438 105.46411Q207.59375 104.80786 207.89062 104.60474Q208.20312 104.38599 208.57812 104.38599Q209.10938 104.38599 209.65625 104.71411L209.29688 105.69849Q208.90625 105.46411 208.53125 105.46411Q208.17188 105.46411 207.89062 105.68286Q207.625 105.88599 207.51562 106.26099Q207.32812 106.82349 207.32812 107.47974L207.32812 110.74536L206.28125 110.74536ZM214.54688 108.74536L215.64062 108.87036Q215.39062 109.82349 214.6875 110.35474Q213.98438 110.88599 212.90625 110.88599Q211.54688 110.88599 210.73438 110.04224Q209.9375 109.19849 209.9375 107.68286Q209.9375 106.12036 210.75 105.26099Q211.5625 104.38599 212.84375 104.38599Q214.09375 104.38599 214.875 105.22974Q215.67188 106.07349 215.67188 107.62036Q215.67188 107.71411 215.67188 107.90161L211.03125 107.90161Q211.09375 108.93286 211.60938 109.47974Q212.125 110.01099 212.90625 110.01099Q213.48438 110.01099 213.89062 109.71411Q214.3125 109.40161 214.54688 108.74536ZM211.09375 107.04224L214.5625 107.04224Q214.5 106.24536 214.17188 105.85474Q213.65625 105.24536 212.85938 105.24536Q212.125 105.24536 211.625 105.72974Q211.14062 106.21411 211.09375 107.04224Z" fill-rule="nonzero"/><path fill="#666666" d="M49.484375 141.44972L49.484375 132.85597L55.28125 132.85597L55.28125 133.8716L50.625 133.8716L50.625 136.52785L54.65625 136.52785L54.65625 137.54347L50.625 137.54347L50.625 141.44972L49.484375 141.44972ZM56.296875 134.07472L56.296875 132.85597L57.359375 132.85597L57.359375 134.07472L56.296875 134.07472ZM56.296875 141.44972L56.296875 135.23097L57.359375 135.23097L57.359375 141.44972L56.296875 141.44972ZM59.296875 141.44972L59.296875 135.23097L60.234375 135.23097L60.234375 136.10597Q60.921875 135.09035 62.21875 135.09035Q62.78125 135.09035 63.25 135.29347Q63.734375 135.4966 63.96875 135.82472Q64.203125 136.15285 64.296875 136.59035Q64.34375 136.88722 64.34375 137.6216L64.34375 141.44972L63.296875 141.44972L63.296875 137.66847Q63.296875 137.01222 63.171875 136.69972Q63.046875 136.38722 62.734375 136.19972Q62.421875 135.9966 62.0 135.9966Q61.328125 135.9966 60.828125 136.4341Q60.34375 136.85597 60.34375 138.04347L60.34375 141.44972L59.296875 141.44972ZM70.359375 140.6841Q69.765625 141.1841 69.21875 141.38722Q68.6875 141.59035 68.0625 141.59035Q67.03125 141.59035 66.484375 141.09035Q65.9375 140.59035 65.9375 139.8091Q65.9375 139.35597 66.140625 138.98097Q66.34375 138.59035 66.6875 138.3716Q67.03125 138.13722 67.453125 138.02785Q67.75 137.9341 68.390625 137.85597Q69.65625 137.71535 70.265625 137.4966Q70.265625 137.27785 70.265625 137.23097Q70.265625 136.57472 69.96875 136.3091Q69.5625 135.96535 68.765625 135.96535Q68.03125 135.96535 67.671875 136.23097Q67.3125 136.48097 67.140625 137.13722L66.109375 136.9966Q66.25 136.34035 66.578125 135.9341Q66.90625 135.52785 67.515625 135.3091Q68.125 135.09035 68.921875 135.09035Q69.71875 135.09035 70.21875 135.27785Q70.71875 135.46535 70.953125 135.7466Q71.1875 136.02785 71.28125 136.46535Q71.328125 136.73097 71.328125 137.4341L71.328125 138.84035Q71.328125 140.3091 71.390625 140.69972Q71.46875 141.09035 71.671875 141.44972L70.5625 141.44972Q70.40625 141.1216 70.359375 140.6841ZM70.265625 138.32472Q69.6875 138.5591 68.546875 138.73097Q67.890625 138.82472 67.625 138.94972Q67.359375 139.0591 67.203125 139.27785Q67.0625 139.4966 67.0625 139.77785Q67.0625 140.19972 67.375 140.48097Q67.703125 140.76222 68.3125 140.76222Q68.921875 140.76222 69.390625 140.4966Q69.875 140.23097 70.09375 139.76222Q70.265625 139.40285 70.265625 138.71535L70.265625 138.32472ZM73.296875 141.44972L73.296875 135.23097L74.234375 135.23097L74.234375 136.10597Q74.921875 135.09035 76.21875 135.09035Q76.78125 135.09035 77.25 135.29347Q77.734375 135.4966 77.96875 135.82472Q78.203125 136.15285 78.296875 136.59035Q78.34375 136.88722 78.34375 137.6216L78.34375 141.44972L77.296875 141.44972L77.296875 137.66847Q77.296875 137.01222 77.171875 136.69972Q77.046875 136.38722 76.734375 136.19972Q76.421875 135.9966 76.0 135.9966Q75.328125 135.9966 74.828125 136.4341Q74.34375 136.85597 74.34375 138.04347L74.34375 141.44972L73.296875 141.44972ZM84.359375 139.16847L85.390625 139.3091Q85.21875 140.3716 84.515625 140.98097Q83.8125 141.59035 82.796875 141.59035Q81.515625 141.59035 80.734375 140.76222Q79.96875 139.91847 79.96875 138.35597Q79.96875 137.35597 80.296875 136.60597Q80.640625 135.84035 81.3125 135.46535Q82.0 135.09035 82.8125 135.09035Q83.8125 135.09035 84.453125 135.60597Q85.109375 136.10597 85.296875 137.0591L84.265625 137.21535Q84.125 136.59035 83.75 136.27785Q83.375 135.94972 82.84375 135.94972Q82.046875 135.94972 81.546875 136.52785Q81.046875 137.09035 81.046875 138.32472Q81.046875 139.59035 81.53125 140.15285Q82.015625 140.71535 82.78125 140.71535Q83.40625 140.71535 83.8125 140.34035Q84.234375 139.96535 84.359375 139.16847ZM90.546875 139.44972L91.640625 139.57472Q91.390625 140.52785 90.6875 141.0591Q89.984375 141.59035 88.90625 141.59035Q87.546875 141.59035 86.734375 140.7466Q85.9375 139.90285 85.9375 138.38722Q85.9375 136.82472 86.75 135.96535Q87.5625 135.09035 88.84375 135.09035Q90.09375 135.09035 90.875 135.9341Q91.671875 136.77785 91.671875 138.32472Q91.671875 138.41847 91.671875 138.60597L87.03125 138.60597Q87.09375 139.63722 87.609375 140.1841Q88.125 140.71535 88.90625 140.71535Q89.484375 140.71535 89.890625 140.41847Q90.3125 140.10597 90.546875 139.44972ZM87.09375 137.7466L90.5625 137.7466Q90.5 136.94972 90.171875 136.5591Q89.65625 135.94972 88.859375 135.94972Q88.125 135.94972 87.625 136.4341Q87.140625 136.91847 87.09375 137.7466ZM93.5625 141.44972L93.5625 140.2466L94.765625 140.2466L94.765625 141.44972Q94.765625 142.10597 94.53125 142.51222Q94.296875 142.9341 93.796875 143.15285L93.5 142.69972Q93.828125 142.5591 93.984375 142.26222Q94.140625 141.98097 94.171875 141.44972L93.5625 141.44972ZM100.265625 141.44972L99.28125 141.44972L99.28125 132.85597L100.34375 132.85597L100.34375 135.91847Q101.015625 135.09035 102.046875 135.09035Q102.625 135.09035 103.125 135.32472Q103.640625 135.54347 103.96875 135.96535Q104.3125 136.38722 104.5 136.98097Q104.6875 137.57472 104.6875 138.2466Q104.6875 139.84035 103.890625 140.71535Q103.09375 141.59035 102.0 141.59035Q100.890625 141.59035 100.265625 140.66847L100.265625 141.44972ZM100.25 138.29347Q100.25 139.40285 100.5625 139.90285Q101.0625 140.71535 101.90625 140.71535Q102.59375 140.71535 103.09375 140.1216Q103.609375 139.52785 103.609375 138.32472Q103.609375 137.10597 103.125 136.52785Q102.640625 135.94972 101.953125 135.94972Q101.265625 135.94972 100.75 136.5591Q100.25 137.15285 100.25 138.29347ZM110.359375 140.6841Q109.765625 141.1841 109.21875 141.38722Q108.6875 141.59035 108.0625 141.59035Q107.03125 141.59035 106.484375 141.09035Q105.9375 140.59035 105.9375 139.8091Q105.9375 139.35597 106.140625 138.98097Q106.34375 138.59035 106.6875 138.3716Q107.03125 138.13722 107.453125 138.02785Q107.75 137.9341 108.390625 137.85597Q109.65625 137.71535 110.265625 137.4966Q110.265625 137.27785 110.265625 137.23097Q110.265625 136.57472 109.96875 136.3091Q109.5625 135.96535 108.765625 135.96535Q108.03125 135.96535 107.671875 136.23097Q107.3125 136.48097 107.140625 137.13722L106.109375 136.9966Q106.25 136.34035 106.578125 135.9341Q106.90625 135.52785 107.515625 135.3091Q108.125 135.09035 108.921875 135.09035Q109.71875 135.09035 110.21875 135.27785Q110.71875 135.46535 110.953125 135.7466Q111.1875 136.02785 111.28125 136.46535Q111.328125 136.73097 111.328125 137.4341L111.328125 138.84035Q111.328125 140.3091 111.390625 140.69972Q111.46875 141.09035 111.671875 141.44972L110.5625 141.44972Q110.40625 141.1216 110.359375 140.6841ZM110.265625 138.32472Q109.6875 138.5591 108.546875 138.73097Q107.890625 138.82472 107.625 138.94972Q107.359375 139.0591 107.203125 139.27785Q107.0625 139.4966 107.0625 139.77785Q107.0625 140.19972 107.375 140.48097Q107.703125 140.76222 108.3125 140.76222Q108.921875 140.76222 109.390625 140.4966Q109.875 140.23097 110.09375 139.76222Q110.265625 139.40285 110.265625 138.71535L110.265625 138.32472ZM113.296875 141.44972L113.296875 135.23097L114.234375 135.23097L114.234375 136.10597Q114.921875 135.09035 116.21875 135.09035Q116.78125 135.09035 117.25 135.29347Q117.734375 135.4966 117.96875 135.82472Q118.203125 136.15285 118.296875 136.59035Q118.34375 136.88722 118.34375 137.6216L118.34375 141.44972L117.296875 141.44972L117.296875 137.66847Q117.296875 137.01222 117.171875 136.69972Q117.046875 136.38722 116.734375 136.19972Q116.421875 135.9966 116.0 135.9966Q115.328125 135.9966 114.828125 136.4341Q114.34375 136.85597 114.34375 138.04347L114.34375 141.44972L113.296875 141.44972ZM120.296875 141.44972L120.296875 132.85597L121.359375 132.85597L121.359375 137.76222L123.84375 135.23097L125.21875 135.23097L122.828125 137.52785L125.453125 141.44972L124.15625 141.44972L122.09375 138.26222L121.359375 138.98097L121.359375 141.44972L120.296875 141.44972ZM126.296875 134.07472L126.296875 132.85597L127.359375 132.85597L127.359375 134.07472L126.296875 134.07472ZM126.296875 141.44972L126.296875 135.23097L127.359375 135.23097L127.359375 141.44972L126.296875 141.44972ZM129.29688 141.44972L129.29688 135.23097L130.23438 135.23097L130.23438 136.10597Q130.92188 135.09035 132.21875 135.09035Q132.78125 135.09035 133.25 135.29347Q133.73438 135.4966 133.96875 135.82472Q134.20312 136.15285 134.29688 136.59035Q134.34375 136.88722 134.34375 137.6216L134.34375 141.44972L133.29688 141.44972L133.29688 137.66847Q133.29688 137.01222 133.17188 136.69972Q133.04688 136.38722 132.73438 136.19972Q132.42188 135.9966 132.0 135.9966Q131.32812 135.9966 130.82812 136.4341Q130.34375 136.85597 130.34375 138.04347L130.34375 141.44972L129.29688 141.44972ZM136.09375 141.96535L137.125 142.1216Q137.1875 142.59035 137.48438 142.8091Q137.875 143.10597 138.54688 143.10597Q139.28125 143.10597 139.67188 142.8091Q140.07812 142.51222 140.21875 141.9966Q140.3125 141.66847 140.29688 140.63722Q139.60938 141.44972 138.57812 141.44972Q137.29688 141.44972 136.59375 140.52785Q135.89062 139.59035 135.89062 138.3091Q135.89062 137.41847 136.20312 136.66847Q136.53125 135.90285 137.14062 135.4966Q137.75 135.09035 138.57812 135.09035Q139.6875 135.09035 140.40625 135.98097L140.40625 135.23097L141.375 135.23097L141.375 140.60597Q141.375 142.0591 141.07812 142.66847Q140.78125 143.27785 140.14062 143.6216Q139.5 143.98097 138.5625 143.98097Q137.45312 143.98097 136.76562 143.48097Q136.07812 142.98097 136.09375 141.96535ZM136.96875 138.23097Q136.96875 139.44972 137.45312 140.01222Q137.9375 140.57472 138.67188 140.57472Q139.40625 140.57472 139.89062 140.01222Q140.39062 139.44972 140.39062 138.26222Q140.39062 137.1216 139.875 136.54347Q139.375 135.96535 138.65625 135.96535Q137.95312 135.96535 137.45312 136.54347Q136.96875 137.10597 136.96875 138.23097ZM143.5625 141.44972L143.5625 140.2466L144.76562 140.2466L144.76562 141.44972Q144.76562 142.10597 144.53125 142.51222Q144.29688 142.9341 143.79688 143.15285L143.5 142.69972Q143.82812 142.5591 143.98438 142.26222Q144.14062 141.98097 144.17188 141.44972L143.5625 141.44972ZM148.90625 138.34035Q148.90625 136.60597 149.85938 135.77785Q150.65625 135.09035 151.8125 135.09035Q153.09375 135.09035 153.90625 135.9341Q154.73438 136.76222 154.73438 138.2466Q154.73438 139.44972 154.375 140.13722Q154.01562 140.82472 153.3125 141.21535Q152.625 141.59035 151.8125 141.59035Q150.51562 141.59035 149.70312 140.76222Q148.90625 139.91847 148.90625 138.34035ZM149.98438 138.34035Q149.98438 139.52785 150.5 140.1216Q151.03125 140.71535 151.8125 140.71535Q152.60938 140.71535 153.125 140.1216Q153.64062 139.52785 153.64062 138.3091Q153.64062 137.15285 153.10938 136.5591Q152.59375 135.96535 151.8125 135.96535Q151.03125 135.96535 150.5 136.5591Q149.98438 137.13722 149.98438 138.34035ZM156.28125 141.44972L156.28125 135.23097L157.23438 135.23097L157.23438 136.16847Q157.59375 135.51222 157.89062 135.3091Q158.20312 135.09035 158.57812 135.09035Q159.10938 135.09035 159.65625 135.41847L159.29688 136.40285Q158.90625 136.16847 158.53125 136.16847Q158.17188 136.16847 157.89062 136.38722Q157.625 136.59035 157.51562 136.96535Q157.32812 137.52785 157.32812 138.1841L157.32812 141.44972L156.28125 141.44972ZM163.29688 134.07472L163.29688 132.85597L164.35938 132.85597L164.35938 134.07472L163.29688 134.07472ZM163.29688 141.44972L163.29688 135.23097L164.35938 135.23097L164.35938 141.44972L163.29688 141.44972ZM166.29688 141.44972L166.29688 135.23097L167.23438 135.23097L167.23438 136.10597Q167.92188 135.09035 169.21875 135.09035Q169.78125 135.09035 170.25 135.29347Q170.73438 135.4966 170.96875 135.82472Q171.20312 136.15285 171.29688 136.59035Q171.34375 136.88722 171.34375 137.6216L171.34375 141.44972L170.29688 141.44972L170.29688 137.66847Q170.29688 137.01222 170.17188 136.69972Q170.04688 136.38722 169.73438 136.19972Q169.42188 135.9966 169.0 135.9966Q168.32812 135.9966 167.82812 136.4341Q167.34375 136.85597 167.34375 138.04347L167.34375 141.44972L166.29688 141.44972ZM172.875 139.59035L173.90625 139.4341Q174.0 140.0591 174.39062 140.38722Q174.79688 140.71535 175.53125 140.71535Q176.25 140.71535 176.59375 140.4341Q176.95312 140.13722 176.95312 139.73097Q176.95312 139.3716 176.64062 139.16847Q176.42188 139.02785 175.5625 138.8091Q174.40625 138.51222 173.95312 138.3091Q173.51562 138.09035 173.28125 137.71535Q173.04688 137.34035 173.04688 136.8716Q173.04688 136.46535 173.23438 136.10597Q173.42188 135.7466 173.75 135.51222Q174.0 135.34035 174.42188 135.21535Q174.84375 135.09035 175.34375 135.09035Q176.0625 135.09035 176.60938 135.3091Q177.17188 135.51222 177.4375 135.8716Q177.70312 136.23097 177.79688 136.82472L176.76562 136.96535Q176.70312 136.4966 176.35938 136.23097Q176.03125 135.94972 175.40625 135.94972Q174.6875 135.94972 174.375 136.19972Q174.0625 136.4341 174.0625 136.76222Q174.0625 136.96535 174.1875 137.1216Q174.32812 137.29347 174.59375 137.40285Q174.75 137.46535 175.53125 137.66847Q176.65625 137.98097 177.09375 138.16847Q177.53125 138.35597 177.78125 138.71535Q178.03125 139.07472 178.03125 139.6216Q178.03125 140.15285 177.71875 140.6216Q177.42188 141.07472 176.84375 141.34035Q176.26562 141.59035 175.53125 141.59035Q174.3125 141.59035 173.67188 141.09035Q173.04688 140.57472 172.875 139.59035ZM183.375 141.44972L183.375 140.52785Q182.64062 141.59035 181.39062 141.59035Q180.84375 141.59035 180.35938 141.38722Q179.89062 141.16847 179.65625 140.85597Q179.42188 140.52785 179.32812 140.0591Q179.26562 139.76222 179.26562 139.07472L179.26562 135.23097L180.32812 135.23097L180.32812 138.6841Q180.32812 139.4966 180.39062 139.79347Q180.48438 140.19972 180.79688 140.44972Q181.125 140.6841 181.60938 140.6841Q182.07812 140.6841 182.48438 140.44972Q182.90625 140.19972 183.07812 139.77785Q183.26562 139.35597 183.26562 138.5591L183.26562 135.23097L184.3125 135.23097L184.3125 141.44972L183.375 141.44972ZM186.28125 141.44972L186.28125 135.23097L187.23438 135.23097L187.23438 136.16847Q187.59375 135.51222 187.89062 135.3091Q188.20312 135.09035 188.57812 135.09035Q189.10938 135.09035 189.65625 135.41847L189.29688 136.40285Q188.90625 136.16847 188.53125 136.16847Q188.17188 136.16847 187.89062 136.38722Q187.625 136.59035 187.51562 136.96535Q187.32812 137.52785 187.32812 138.1841L187.32812 141.44972L186.28125 141.44972ZM194.35938 140.6841Q193.76562 141.1841 193.21875 141.38722Q192.6875 141.59035 192.0625 141.59035Q191.03125 141.59035 190.48438 141.09035Q189.9375 140.59035 189.9375 139.8091Q189.9375 139.35597 190.14062 138.98097Q190.34375 138.59035 190.6875 138.3716Q191.03125 138.13722 191.45312 138.02785Q191.75 137.9341 192.39062 137.85597Q193.65625 137.71535 194.26562 137.4966Q194.26562 137.27785 194.26562 137.23097Q194.26562 136.57472 193.96875 136.3091Q193.5625 135.96535 192.76562 135.96535Q192.03125 135.96535 191.67188 136.23097Q191.3125 136.48097 191.14062 137.13722L190.10938 136.9966Q190.25 136.34035 190.57812 135.9341Q190.90625 135.52785 191.51562 135.3091Q192.125 135.09035 192.92188 135.09035Q193.71875 135.09035 194.21875 135.27785Q194.71875 135.46535 194.95312 135.7466Q195.1875 136.02785 195.28125 136.46535Q195.32812 136.73097 195.32812 137.4341L195.32812 138.84035Q195.32812 140.3091 195.39062 140.69972Q195.46875 141.09035 195.67188 141.44972L194.5625 141.44972Q194.40625 141.1216 194.35938 140.6841ZM194.26562 138.32472Q193.6875 138.5591 192.54688 138.73097Q191.89062 138.82472 191.625 138.94972Q191.35938 139.0591 191.20312 139.27785Q191.0625 139.4966 191.0625 139.77785Q191.0625 140.19972 191.375 140.48097Q191.70312 140.76222 192.3125 140.76222Q192.92188 140.76222 193.39062 140.4966Q193.875 140.23097 194.09375 139.76222Q194.26562 139.40285 194.26562 138.71535L194.26562 138.32472ZM197.29688 141.44972L197.29688 135.23097L198.23438 135.23097L198.23438 136.10597Q198.92188 135.09035 200.21875 135.09035Q200.78125 135.09035 201.25 135.29347Q201.73438 135.4966 201.96875 135.82472Q202.20312 136.15285 202.29688 136.59035Q202.34375 136.88722 202.34375 137.6216L202.34375 141.44972L201.29688 141.44972L201.29688 137.66847Q201.29688 137.01222 201.17188 136.69972Q201.04688 136.38722 200.73438 136.19972Q200.42188 135.9966 200.0 135.9966Q199.32812 135.9966 198.82812 136.4341Q198.34375 136.85597 198.34375 138.04347L198.34375 141.44972L197.29688 141.44972ZM208.35938 139.16847L209.39062 139.3091Q209.21875 140.3716 208.51562 140.98097Q207.8125 141.59035 206.79688 141.59035Q205.51562 141.59035 204.73438 140.76222Q203.96875 139.91847 203.96875 138.35597Q203.96875 137.35597 204.29688 136.60597Q204.64062 135.84035 205.3125 135.46535Q206.0 135.09035 206.8125 135.09035Q207.8125 135.09035 208.45312 135.60597Q209.10938 136.10597 209.29688 137.0591L208.26562 137.21535Q208.125 136.59035 207.75 136.27785Q207.375 135.94972 206.84375 135.94972Q206.04688 135.94972 205.54688 136.52785Q205.04688 137.09035 205.04688 138.32472Q205.04688 139.59035 205.53125 140.15285Q206.01562 140.71535 206.78125 140.71535Q207.40625 140.71535 207.8125 140.34035Q208.23438 139.96535 208.35938 139.16847ZM214.54688 139.44972L215.64062 139.57472Q215.39062 140.52785 214.6875 141.0591Q213.98438 141.59035 212.90625 141.59035Q211.54688 141.59035 210.73438 140.7466Q209.9375 139.90285 209.9375 138.38722Q209.9375 136.82472 210.75 135.96535Q211.5625 135.09035 212.84375 135.09035Q214.09375 135.09035 214.875 135.9341Q215.67188 136.77785 215.67188 138.32472Q215.67188 138.41847 215.67188 138.60597L211.03125 138.60597Q211.09375 139.63722 211.60938 140.1841Q212.125 140.71535 212.90625 140.71535Q213.48438 140.71535 213.89062 140.41847Q214.3125 140.10597 214.54688 139.44972ZM211.09375 137.7466L214.5625 137.7466Q214.5 136.94972 214.17188 136.5591Q213.65625 135.94972 212.85938 135.94972Q212.125 135.94972 211.625 136.4341Q211.14062 136.91847 211.09375 137.7466Z" fill-rule="nonzero"/><path fill="#666666" d="M37.390625 165.1541L37.390625 156.56035L39.109375 156.56035L41.140625 162.63847Q41.421875 163.49785 41.546875 163.91972Q41.6875 163.45097 42.0 162.54472L44.0625 156.56035L45.59375 156.56035L45.59375 165.1541L44.5 165.1541L44.5 157.9666L42.0 165.1541L40.96875 165.1541L38.484375 157.8416L38.484375 165.1541L37.390625 165.1541ZM51.546875 163.1541L52.640625 163.2791Q52.390625 164.23222 51.6875 164.76347Q50.984375 165.29472 49.90625 165.29472Q48.546875 165.29472 47.734375 164.45097Q46.9375 163.60722 46.9375 162.0916Q46.9375 160.5291 47.75 159.66972Q48.5625 158.79472 49.84375 158.79472Q51.09375 158.79472 51.875 159.63847Q52.671875 160.48222 52.671875 162.0291Q52.671875 162.12285 52.671875 162.31035L48.03125 162.31035Q48.09375 163.3416 48.609375 163.88847Q49.125 164.41972 49.90625 164.41972Q50.484375 164.41972 50.890625 164.12285Q51.3125 163.81035 51.546875 163.1541ZM48.09375 161.45097L51.5625 161.45097Q51.5 160.6541 51.171875 160.26347Q50.65625 159.6541 49.859375 159.6541Q49.125 159.6541 48.625 160.13847Q48.140625 160.62285 48.09375 161.45097ZM58.328125 165.1541L58.328125 164.37285Q57.734375 165.29472 56.59375 165.29472Q55.84375 165.29472 55.21875 164.88847Q54.59375 164.4666 54.25 163.73222Q53.90625 162.99785 53.90625 162.04472Q53.90625 161.12285 54.21875 160.35722Q54.53125 159.5916 55.15625 159.20097Q55.78125 158.79472 56.546875 158.79472Q57.109375 158.79472 57.546875 159.0291Q57.984375 159.26347 58.265625 159.63847L58.265625 156.56035L59.3125 156.56035L59.3125 165.1541L58.328125 165.1541ZM55.0 162.04472Q55.0 163.24785 55.5 163.8416Q56.0 164.41972 56.6875 164.41972Q57.375 164.41972 57.859375 163.85722Q58.34375 163.29472 58.34375 162.13847Q58.34375 160.85722 57.84375 160.26347Q57.359375 159.66972 56.640625 159.66972Q55.9375 159.66972 55.46875 160.24785Q55.0 160.81035 55.0 162.04472ZM61.296875 157.7791L61.296875 156.56035L62.359375 156.56035L62.359375 157.7791L61.296875 157.7791ZM61.296875 165.1541L61.296875 158.93535L62.359375 158.93535L62.359375 165.1541L61.296875 165.1541ZM68.359375 164.38847Q67.765625 164.88847 67.21875 165.0916Q66.6875 165.29472 66.0625 165.29472Q65.03125 165.29472 64.484375 164.79472Q63.9375 164.29472 63.9375 163.51347Q63.9375 163.06035 64.140625 162.68535Q64.34375 162.29472 64.6875 162.07597Q65.03125 161.8416 65.453125 161.73222Q65.75 161.63847 66.390625 161.56035Q67.65625 161.41972 68.265625 161.20097Q68.265625 160.98222 68.265625 160.93535Q68.265625 160.2791 67.96875 160.01347Q67.5625 159.66972 66.765625 159.66972Q66.03125 159.66972 65.671875 159.93535Q65.3125 160.18535 65.140625 160.8416L64.109375 160.70097Q64.25 160.04472 64.578125 159.63847Q64.90625 159.23222 65.515625 159.01347Q66.125 158.79472 66.921875 158.79472Q67.71875 158.79472 68.21875 158.98222Q68.71875 159.16972 68.953125 159.45097Q69.1875 159.73222 69.28125 160.16972Q69.328125 160.43535 69.328125 161.13847L69.328125 162.54472Q69.328125 164.01347 69.390625 164.4041Q69.46875 164.79472 69.671875 165.1541L68.5625 165.1541Q68.40625 164.82597 68.359375 164.38847ZM68.265625 162.0291Q67.6875 162.26347 66.546875 162.43535Q65.890625 162.5291 65.625 162.6541Q65.359375 162.76347 65.203125 162.98222Q65.0625 163.20097 65.0625 163.48222Q65.0625 163.9041 65.375 164.18535Q65.703125 164.4666 66.3125 164.4666Q66.921875 164.4666 67.390625 164.20097Q67.875 163.93535 68.09375 163.4666Q68.265625 163.10722 68.265625 162.41972L68.265625 162.0291ZM71.5625 165.1541L71.5625 163.95097L72.765625 163.95097L72.765625 165.1541Q72.765625 165.81035 72.53125 166.2166Q72.296875 166.63847 71.796875 166.85722L71.5 166.4041Q71.828125 166.26347 71.984375 165.9666Q72.140625 165.68535 72.171875 165.1541L71.5625 165.1541ZM81.359375 164.38847Q80.765625 164.88847 80.21875 165.0916Q79.6875 165.29472 79.0625 165.29472Q78.03125 165.29472 77.484375 164.79472Q76.9375 164.29472 76.9375 163.51347Q76.9375 163.06035 77.140625 162.68535Q77.34375 162.29472 77.6875 162.07597Q78.03125 161.8416 78.453125 161.73222Q78.75 161.63847 79.390625 161.56035Q80.65625 161.41972 81.265625 161.20097Q81.265625 160.98222 81.265625 160.93535Q81.265625 160.2791 80.96875 160.01347Q80.5625 159.66972 79.765625 159.66972Q79.03125 159.66972 78.671875 159.93535Q78.3125 160.18535 78.140625 160.8416L77.109375 160.70097Q77.25 160.04472 77.578125 159.63847Q77.90625 159.23222 78.515625 159.01347Q79.125 158.79472 79.921875 158.79472Q80.71875 158.79472 81.21875 158.98222Q81.71875 159.16972 81.953125 159.45097Q82.1875 159.73222 82.28125 160.16972Q82.328125 160.43535 82.328125 161.13847L82.328125 162.54472Q82.328125 164.01347 82.390625 164.4041Q82.46875 164.79472 82.671875 165.1541L81.5625 165.1541Q81.40625 164.82597 81.359375 164.38847ZM81.265625 162.0291Q80.6875 162.26347 79.546875 162.43535Q78.890625 162.5291 78.625 162.6541Q78.359375 162.76347 78.203125 162.98222Q78.0625 163.20097 78.0625 163.48222Q78.0625 163.9041 78.375 164.18535Q78.703125 164.4666 79.3125 164.4666Q79.921875 164.4666 80.390625 164.20097Q80.875 163.93535 81.09375 163.4666Q81.265625 163.10722 81.265625 162.41972L81.265625 162.0291ZM88.328125 165.1541L88.328125 164.37285Q87.734375 165.29472 86.59375 165.29472Q85.84375 165.29472 85.21875 164.88847Q84.59375 164.4666 84.25 163.73222Q83.90625 162.99785 83.90625 162.04472Q83.90625 161.12285 84.21875 160.35722Q84.53125 159.5916 85.15625 159.20097Q85.78125 158.79472 86.546875 158.79472Q87.109375 158.79472 87.546875 159.0291Q87.984375 159.26347 88.265625 159.63847L88.265625 156.56035L89.3125 156.56035L89.3125 165.1541L88.328125 165.1541ZM85.0 162.04472Q85.0 163.24785 85.5 163.8416Q86.0 164.41972 86.6875 164.41972Q87.375 164.41972 87.859375 163.85722Q88.34375 163.29472 88.34375 162.13847Q88.34375 160.85722 87.84375 160.26347Q87.359375 159.66972 86.640625 159.66972Q85.9375 159.66972 85.46875 160.24785Q85.0 160.81035 85.0 162.04472ZM93.015625 165.1541L90.65625 158.93535L91.765625 158.93535L93.109375 162.6541Q93.3125 163.26347 93.5 163.9041Q93.640625 163.41972 93.890625 162.73222L95.28125 158.93535L96.359375 158.93535L94.0 165.1541L93.015625 165.1541ZM101.546875 163.1541L102.640625 163.2791Q102.390625 164.23222 101.6875 164.76347Q100.984375 165.29472 99.90625 165.29472Q98.546875 165.29472 97.734375 164.45097Q96.9375 163.60722 96.9375 162.0916Q96.9375 160.5291 97.75 159.66972Q98.5625 158.79472 99.84375 158.79472Q101.09375 158.79472 101.875 159.63847Q102.671875 160.48222 102.671875 162.0291Q102.671875 162.12285 102.671875 162.31035L98.03125 162.31035Q98.09375 163.3416 98.609375 163.88847Q99.125 164.41972 99.90625 164.41972Q100.484375 164.41972 100.890625 164.12285Q101.3125 163.81035 101.546875 163.1541ZM98.09375 161.45097L101.5625 161.45097Q101.5 160.6541 101.171875 160.26347Q100.65625 159.6541 99.859375 159.6541Q99.125 159.6541 98.625 160.13847Q98.140625 160.62285 98.09375 161.45097ZM104.28125 165.1541L104.28125 158.93535L105.234375 158.93535L105.234375 159.87285Q105.59375 159.2166 105.890625 159.01347Q106.203125 158.79472 106.578125 158.79472Q107.109375 158.79472 107.65625 159.12285L107.296875 160.10722Q106.90625 159.87285 106.53125 159.87285Q106.171875 159.87285 105.890625 160.0916Q105.625 160.29472 105.515625 160.66972Q105.328125 161.23222 105.328125 161.88847L105.328125 165.1541L104.28125 165.1541ZM110.59375 164.2166L110.75 165.13847Q110.296875 165.23222 109.953125 165.23222Q109.375 165.23222 109.0625 165.06035Q108.75 164.87285 108.609375 164.57597Q108.484375 164.2791 108.484375 163.32597L108.484375 159.74785L107.71875 159.74785L107.71875 158.93535L108.484375 158.93535L108.484375 157.38847L109.53125 156.76347L109.53125 158.93535L110.59375 158.93535L110.59375 159.74785L109.53125 159.74785L109.53125 163.38847Q109.53125 163.8416 109.578125 163.9666Q109.640625 164.0916 109.765625 164.16972Q109.890625 164.24785 110.125 164.24785Q110.3125 164.24785 110.59375 164.2166ZM111.296875 157.7791L111.296875 156.56035L112.359375 156.56035L112.359375 157.7791L111.296875 157.7791ZM111.296875 165.1541L111.296875 158.93535L112.359375 158.93535L112.359375 165.1541L111.296875 165.1541ZM113.875 163.29472L114.90625 163.13847Q115.0 163.76347 115.390625 164.0916Q115.796875 164.41972 116.53125 164.41972Q117.25 164.41972 117.59375 164.13847Q117.953125 163.8416 117.953125 163.43535Q117.953125 163.07597 117.640625 162.87285Q117.421875 162.73222 116.5625 162.51347Q115.40625 162.2166 114.953125 162.01347Q114.515625 161.79472 114.28125 161.41972Q114.046875 161.04472 114.046875 160.57597Q114.046875 160.16972 114.234375 159.81035Q114.421875 159.45097 114.75 159.2166Q115.0 159.04472 115.421875 158.91972Q115.84375 158.79472 116.34375 158.79472Q117.0625 158.79472 117.609375 159.01347Q118.171875 159.2166 118.4375 159.57597Q118.703125 159.93535 118.796875 160.5291L117.765625 160.66972Q117.703125 160.20097 117.359375 159.93535Q117.03125 159.6541 116.40625 159.6541Q115.6875 159.6541 115.375 159.9041Q115.0625 160.13847 115.0625 160.4666Q115.0625 160.66972 115.1875 160.82597Q115.328125 160.99785 115.59375 161.10722Q115.75 161.16972 116.53125 161.37285Q117.65625 161.68535 118.09375 161.87285Q118.53125 162.06035 118.78125 162.41972Q119.03125 162.7791 119.03125 163.32597Q119.03125 163.85722 118.71875 164.32597Q118.421875 164.7791 117.84375 165.04472Q117.265625 165.29472 116.53125 165.29472Q115.3125 165.29472 114.671875 164.79472Q114.046875 164.2791 113.875 163.29472ZM120.296875 157.7791L120.296875 156.56035L121.359375 156.56035L121.359375 157.7791L120.296875 157.7791ZM120.296875 165.1541L120.296875 158.93535L121.359375 158.93535L121.359375 165.1541L120.296875 165.1541ZM123.296875 165.1541L123.296875 158.93535L124.234375 158.93535L124.234375 159.81035Q124.921875 158.79472 126.21875 158.79472Q126.78125 158.79472 127.25 158.99785Q127.734375 159.20097 127.96875 159.5291Q128.20312 159.85722 128.29688 160.29472Q128.34375 160.5916 128.34375 161.32597L128.34375 165.1541L127.296875 165.1541L127.296875 161.37285Q127.296875 160.7166 127.171875 160.4041Q127.046875 160.0916 126.734375 159.9041Q126.421875 159.70097 126.0 159.70097Q125.328125 159.70097 124.828125 160.13847Q124.34375 160.56035 124.34375 161.74785L124.34375 165.1541L123.296875 165.1541ZM130.09375 165.66972L131.125 165.82597Q131.1875 166.29472 131.48438 166.51347Q131.875 166.81035 132.54688 166.81035Q133.28125 166.81035 133.67188 166.51347Q134.07812 166.2166 134.21875 165.70097Q134.3125 165.37285 134.29688 164.3416Q133.60938 165.1541 132.57812 165.1541Q131.29688 165.1541 130.59375 164.23222Q129.89062 163.29472 129.89062 162.01347Q129.89062 161.12285 130.20312 160.37285Q130.53125 159.60722 131.14062 159.20097Q131.75 158.79472 132.57812 158.79472Q133.6875 158.79472 134.40625 159.68535L134.40625 158.93535L135.375 158.93535L135.375 164.31035Q135.375 165.76347 135.07812 166.37285Q134.78125 166.98222 134.14062 167.32597Q133.5 167.68535 132.5625 167.68535Q131.45312 167.68535 130.76562 167.18535Q130.07812 166.68535 130.09375 165.66972ZM130.96875 161.93535Q130.96875 163.1541 131.45312 163.7166Q131.9375 164.2791 132.67188 164.2791Q133.40625 164.2791 133.89062 163.7166Q134.39062 163.1541 134.39062 161.9666Q134.39062 160.82597 133.875 160.24785Q133.375 159.66972 132.65625 159.66972Q131.95312 159.66972 131.45312 160.24785Q130.96875 160.81035 130.96875 161.93535ZM137.5625 165.1541L137.5625 163.95097L138.76562 163.95097L138.76562 165.1541Q138.76562 165.81035 138.53125 166.2166Q138.29688 166.63847 137.79688 166.85722L137.5 166.4041Q137.82812 166.26347 137.98438 165.9666Q138.14062 165.68535 138.17188 165.1541L137.5625 165.1541ZM143.29688 167.54472L143.29688 158.93535L144.25 158.93535L144.25 159.73222Q144.59375 159.26347 145.01562 159.0291Q145.45312 158.79472 146.0625 158.79472Q146.85938 158.79472 147.46875 159.20097Q148.07812 159.60722 148.375 160.35722Q148.6875 161.10722 148.6875 161.99785Q148.6875 162.95097 148.34375 163.7166Q148.01562 164.48222 147.35938 164.88847Q146.70312 165.29472 145.98438 165.29472Q145.45312 165.29472 145.03125 165.07597Q144.60938 164.8416 144.34375 164.51347L144.34375 167.54472L143.29688 167.54472ZM144.25 162.07597Q144.25 163.2791 144.73438 163.85722Q145.21875 164.41972 145.90625 164.41972Q146.60938 164.41972 147.10938 163.82597Q147.60938 163.23222 147.60938 161.98222Q147.60938 160.79472 147.125 160.2166Q146.64062 159.62285 145.95312 159.62285Q145.28125 159.62285 144.76562 160.24785Q144.25 160.87285 144.25 162.07597ZM154.375 165.1541L154.375 164.23222Q153.64062 165.29472 152.39062 165.29472Q151.84375 165.29472 151.35938 165.0916Q150.89062 164.87285 150.65625 164.56035Q150.42188 164.23222 150.32812 163.76347Q150.26562 163.4666 150.26562 162.7791L150.26562 158.93535L151.32812 158.93535L151.32812 162.38847Q151.32812 163.20097 151.39062 163.49785Q151.48438 163.9041 151.79688 164.1541Q152.125 164.38847 152.60938 164.38847Q153.07812 164.38847 153.48438 164.1541Q153.90625 163.9041 154.07812 163.48222Q154.26562 163.06035 154.26562 162.26347L154.26562 158.93535L155.3125 158.93535L155.3125 165.1541L154.375 165.1541ZM158.26562 165.1541L157.28125 165.1541L157.28125 156.56035L158.34375 156.56035L158.34375 159.62285Q159.01562 158.79472 160.04688 158.79472Q160.625 158.79472 161.125 159.0291Q161.64062 159.24785 161.96875 159.66972Q162.3125 160.0916 162.5 160.68535Q162.6875 161.2791 162.6875 161.95097Q162.6875 163.54472 161.89062 164.41972Q161.09375 165.29472 160.0 165.29472Q158.89062 165.29472 158.26562 164.37285L158.26562 165.1541ZM158.25 161.99785Q158.25 163.10722 158.5625 163.60722Q159.0625 164.41972 159.90625 164.41972Q160.59375 164.41972 161.09375 163.82597Q161.60938 163.23222 161.60938 162.0291Q161.60938 160.81035 161.125 160.23222Q160.64062 159.6541 159.95312 159.6541Q159.26562 159.6541 158.75 160.26347Q158.25 160.85722 158.25 161.99785ZM164.26562 165.1541L164.26562 156.56035L165.32812 156.56035L165.32812 165.1541L164.26562 165.1541ZM167.29688 157.7791L167.29688 156.56035L168.35938 156.56035L168.35938 157.7791L167.29688 157.7791ZM167.29688 165.1541L167.29688 158.93535L168.35938 158.93535L168.35938 165.1541L167.29688 165.1541ZM169.875 163.29472L170.90625 163.13847Q171.0 163.76347 171.39062 164.0916Q171.79688 164.41972 172.53125 164.41972Q173.25 164.41972 173.59375 164.13847Q173.95312 163.8416 173.95312 163.43535Q173.95312 163.07597 173.64062 162.87285Q173.42188 162.73222 172.5625 162.51347Q171.40625 162.2166 170.95312 162.01347Q170.51562 161.79472 170.28125 161.41972Q170.04688 161.04472 170.04688 160.57597Q170.04688 160.16972 170.23438 159.81035Q170.42188 159.45097 170.75 159.2166Q171.0 159.04472 171.42188 158.91972Q171.84375 158.79472 172.34375 158.79472Q173.0625 158.79472 173.60938 159.01347Q174.17188 159.2166 174.4375 159.57597Q174.70312 159.93535 174.79688 160.5291L173.76562 160.66972Q173.70312 160.20097 173.35938 159.93535Q173.03125 159.6541 172.40625 159.6541Q171.6875 159.6541 171.375 159.9041Q171.0625 160.13847 171.0625 160.4666Q171.0625 160.66972 171.1875 160.82597Q171.32812 160.99785 171.59375 161.10722Q171.75 161.16972 172.53125 161.37285Q173.65625 161.68535 174.09375 161.87285Q174.53125 162.06035 174.78125 162.41972Q175.03125 162.7791 175.03125 163.32597Q175.03125 163.85722 174.71875 164.32597Q174.42188 164.7791 173.84375 165.04472Q173.26562 165.29472 172.53125 165.29472Q171.3125 165.29472 170.67188 164.79472Q170.04688 164.2791 169.875 163.29472ZM176.29688 165.1541L176.29688 156.56035L177.34375 156.56035L177.34375 159.63847Q178.07812 158.79472 179.20312 158.79472Q179.90625 158.79472 180.40625 159.07597Q180.92188 159.3416 181.14062 159.82597Q181.35938 160.29472 181.35938 161.2166L181.35938 165.1541L180.3125 165.1541L180.3125 161.2166Q180.3125 160.41972 179.96875 160.06035Q179.625 159.70097 179.0 159.70097Q178.53125 159.70097 178.10938 159.95097Q177.70312 160.18535 177.51562 160.60722Q177.34375 161.01347 177.34375 161.74785L177.34375 165.1541L176.29688 165.1541ZM183.29688 157.7791L183.29688 156.56035L184.35938 156.56035L184.35938 157.7791L183.29688 157.7791ZM183.29688 165.1541L183.29688 158.93535L184.35938 158.93535L184.35938 165.1541L183.29688 165.1541ZM186.29688 165.1541L186.29688 158.93535L187.23438 158.93535L187.23438 159.81035Q187.92188 158.79472 189.21875 158.79472Q189.78125 158.79472 190.25 158.99785Q190.73438 159.20097 190.96875 159.5291Q191.20312 159.85722 191.29688 160.29472Q191.34375 160.5916 191.34375 161.32597L191.34375 165.1541L190.29688 165.1541L190.29688 161.37285Q190.29688 160.7166 190.17188 160.4041Q190.04688 160.0916 189.73438 159.9041Q189.42188 159.70097 189.0 159.70097Q188.32812 159.70097 187.82812 160.13847Q187.34375 160.56035 187.34375 161.74785L187.34375 165.1541L186.29688 165.1541ZM193.09375 165.66972L194.125 165.82597Q194.1875 166.29472 194.48438 166.51347Q194.875 166.81035 195.54688 166.81035Q196.28125 166.81035 196.67188 166.51347Q197.07812 166.2166 197.21875 165.70097Q197.3125 165.37285 197.29688 164.3416Q196.60938 165.1541 195.57812 165.1541Q194.29688 165.1541 193.59375 164.23222Q192.89062 163.29472 192.89062 162.01347Q192.89062 161.12285 193.20312 160.37285Q193.53125 159.60722 194.14062 159.20097Q194.75 158.79472 195.57812 158.79472Q196.6875 158.79472 197.40625 159.68535L197.40625 158.93535L198.375 158.93535L198.375 164.31035Q198.375 165.76347 198.07812 166.37285Q197.78125 166.98222 197.14062 167.32597Q196.5 167.68535 195.5625 167.68535Q194.45312 167.68535 193.76562 167.18535Q193.07812 166.68535 193.09375 165.66972ZM193.96875 161.93535Q193.96875 163.1541 194.45312 163.7166Q194.9375 164.2791 195.67188 164.2791Q196.40625 164.2791 196.89062 163.7166Q197.39062 163.1541 197.39062 161.9666Q197.39062 160.82597 196.875 160.24785Q196.375 159.66972 195.65625 159.66972Q194.95312 159.66972 194.45312 160.24785Q193.96875 160.81035 193.96875 161.93535ZM200.5625 165.1541L200.5625 163.95097L201.76562 163.95097L201.76562 165.1541Q201.76562 165.81035 201.53125 166.2166Q201.29688 166.63847 200.79688 166.85722L200.5 166.4041Q200.82812 166.26347 200.98438 165.9666Q201.14062 165.68535 201.17188 165.1541L200.5625 165.1541ZM205.90625 162.04472Q205.90625 160.31035 206.85938 159.48222Q207.65625 158.79472 208.8125 158.79472Q210.09375 158.79472 210.90625 159.63847Q211.73438 160.4666 211.73438 161.95097Q211.73438 163.1541 211.375 163.8416Q211.01562 164.5291 210.3125 164.91972Q209.625 165.29472 208.8125 165.29472Q207.51562 165.29472 206.70312 164.4666Q205.90625 163.62285 205.90625 162.04472ZM206.98438 162.04472Q206.98438 163.23222 207.5 163.82597Q208.03125 164.41972 208.8125 164.41972Q209.60938 164.41972 210.125 163.82597Q210.64062 163.23222 210.64062 162.01347Q210.64062 160.85722 210.10938 160.26347Q209.59375 159.66972 208.8125 159.66972Q208.03125 159.66972 207.5 160.26347Q206.98438 160.8416 206.98438 162.04472ZM213.28125 165.1541L213.28125 158.93535L214.23438 158.93535L214.23438 159.87285Q214.59375 159.2166 214.89062 159.01347Q215.20312 158.79472 215.57812 158.79472Q216.10938 158.79472 216.65625 159.12285L216.29688 160.10722Q215.90625 159.87285 215.53125 159.87285Q215.17188 159.87285 214.89062 160.0916Q214.625 160.29472 214.51562 160.66972Q214.32812 161.23222 214.32812 161.88847L214.32812 165.1541L213.28125 165.1541Z" fill-rule="nonzero"/><path fill="#666666" d="M146.54688 177.1541L147.64062 177.2791Q147.39062 178.23222 146.6875 178.76347Q145.98438 179.29472 144.90625 179.29472Q143.54688 179.29472 142.73438 178.45097Q141.9375 177.60722 141.9375 176.0916Q141.9375 174.5291 142.75 173.66972Q143.5625 172.79472 144.84375 172.79472Q146.09375 172.79472 146.875 173.63847Q147.67188 174.48222 147.67188 176.0291Q147.67188 176.12285 147.67188 176.31035L143.03125 176.31035Q143.09375 177.3416 143.60938 177.88847Q144.125 178.41972 144.90625 178.41972Q145.48438 178.41972 145.89062 178.12285Q146.3125 177.81035 146.54688 177.1541ZM143.09375 175.45097L146.5625 175.45097Q146.5 174.6541 146.17188 174.26347Q145.65625 173.6541 144.85938 173.6541Q144.125 173.6541 143.625 174.13847Q143.14062 174.62285 143.09375 175.45097ZM149.29688 179.1541L149.29688 172.93535L150.23438 172.93535L150.23438 173.81035Q150.92188 172.79472 152.21875 172.79472Q152.78125 172.79472 153.25 172.99785Q153.73438 173.20097 153.96875 173.5291Q154.20312 173.85722 154.29688 174.29472Q154.34375 174.5916 154.34375 175.32597L154.34375 179.1541L153.29688 179.1541L153.29688 175.37285Q153.29688 174.7166 153.17188 174.4041Q153.04688 174.0916 152.73438 173.9041Q152.42188 173.70097 152.0 173.70097Q151.32812 173.70097 150.82812 174.13847Q150.34375 174.56035 150.34375 175.74785L150.34375 179.1541L149.29688 179.1541ZM158.59375 178.2166L158.75 179.13847Q158.29688 179.23222 157.95312 179.23222Q157.375 179.23222 157.0625 179.06035Q156.75 178.87285 156.60938 178.57597Q156.48438 178.2791 156.48438 177.32597L156.48438 173.74785L155.71875 173.74785L155.71875 172.93535L156.48438 172.93535L156.48438 171.38847L157.53125 170.76347L157.53125 172.93535L158.59375 172.93535L158.59375 173.74785L157.53125 173.74785L157.53125 177.38847Q157.53125 177.8416 157.57812 177.9666Q157.64062 178.0916 157.76562 178.16972Q157.89062 178.24785 158.125 178.24785Q158.3125 178.24785 158.59375 178.2166ZM163.54688 177.1541L164.64062 177.2791Q164.39062 178.23222 163.6875 178.76347Q162.98438 179.29472 161.90625 179.29472Q160.54688 179.29472 159.73438 178.45097Q158.9375 177.60722 158.9375 176.0916Q158.9375 174.5291 159.75 173.66972Q160.5625 172.79472 161.84375 172.79472Q163.09375 172.79472 163.875 173.63847Q164.67188 174.48222 164.67188 176.0291Q164.67188 176.12285 164.67188 176.31035L160.03125 176.31035Q160.09375 177.3416 160.60938 177.88847Q161.125 178.41972 161.90625 178.41972Q162.48438 178.41972 162.89062 178.12285Q163.3125 177.81035 163.54688 177.1541ZM160.09375 175.45097L163.5625 175.45097Q163.5 174.6541 163.17188 174.26347Q162.65625 173.6541 161.85938 173.6541Q161.125 173.6541 160.625 174.13847Q160.14062 174.62285 160.09375 175.45097ZM166.28125 179.1541L166.28125 172.93535L167.23438 172.93535L167.23438 173.87285Q167.59375 173.2166 167.89062 173.01347Q168.20312 172.79472 168.57812 172.79472Q169.10938 172.79472 169.65625 173.12285L169.29688 174.10722Q168.90625 173.87285 168.53125 173.87285Q168.17188 173.87285 167.89062 174.0916Q167.625 174.29472 167.51562 174.66972Q167.32812 175.23222 167.32812 175.88847L167.32812 179.1541L166.28125 179.1541ZM172.59375 178.2166L172.75 179.13847Q172.29688 179.23222 171.95312 179.23222Q171.375 179.23222 171.0625 179.06035Q170.75 178.87285 170.60938 178.57597Q170.48438 178.2791 170.48438 177.32597L170.48438 173.74785L169.71875 173.74785L169.71875 172.93535L170.48438 172.93535L170.48438 171.38847L171.53125 170.76347L171.53125 172.93535L172.59375 172.93535L172.59375 173.74785L171.53125 173.74785L171.53125 177.38847Q171.53125 177.8416 171.57812 177.9666Q171.64062 178.0916 171.76562 178.16972Q171.89062 178.24785 172.125 178.24785Q172.3125 178.24785 172.59375 178.2166ZM177.35938 178.38847Q176.76562 178.88847 176.21875 179.0916Q175.6875 179.29472 175.0625 179.29472Q174.03125 179.29472 173.48438 178.79472Q172.9375 178.29472 172.9375 177.51347Q172.9375 177.06035 173.14062 176.68535Q173.34375 176.29472 173.6875 176.07597Q174.03125 175.8416 174.45312 175.73222Q174.75 175.63847 175.39062 175.56035Q176.65625 175.41972 177.26562 175.20097Q177.26562 174.98222 177.26562 174.93535Q177.26562 174.2791 176.96875 174.01347Q176.5625 173.66972 175.76562 173.66972Q175.03125 173.66972 174.67188 173.93535Q174.3125 174.18535 174.14062 174.8416L173.10938 174.70097Q173.25 174.04472 173.57812 173.63847Q173.90625 173.23222 174.51562 173.01347Q175.125 172.79472 175.92188 172.79472Q176.71875 172.79472 177.21875 172.98222Q177.71875 173.16972 177.95312 173.45097Q178.1875 173.73222 178.28125 174.16972Q178.32812 174.43535 178.32812 175.13847L178.32812 176.54472Q178.32812 178.01347 178.39062 178.4041Q178.46875 178.79472 178.67188 179.1541L177.5625 179.1541Q177.40625 178.82597 177.35938 178.38847ZM177.26562 176.0291Q176.6875 176.26347 175.54688 176.43535Q174.89062 176.5291 174.625 176.6541Q174.35938 176.76347 174.20312 176.98222Q174.0625 177.20097 174.0625 177.48222Q174.0625 177.9041 174.375 178.18535Q174.70312 178.4666 175.3125 178.4666Q175.92188 178.4666 176.39062 178.20097Q176.875 177.93535 177.09375 177.4666Q177.26562 177.10722 177.26562 176.41972L177.26562 176.0291ZM180.29688 171.7791L180.29688 170.56035L181.35938 170.56035L181.35938 171.7791L180.29688 171.7791ZM180.29688 179.1541L180.29688 172.93535L181.35938 172.93535L181.35938 179.1541L180.29688 179.1541ZM183.29688 179.1541L183.29688 172.93535L184.23438 172.93535L184.23438 173.81035Q184.92188 172.79472 186.21875 172.79472Q186.78125 172.79472 187.25 172.99785Q187.73438 173.20097 187.96875 173.5291Q188.20312 173.85722 188.29688 174.29472Q188.34375 174.5916 188.34375 175.32597L188.34375 179.1541L187.29688 179.1541L187.29688 175.37285Q187.29688 174.7166 187.17188 174.4041Q187.04688 174.0916 186.73438 173.9041Q186.42188 173.70097 186.0 173.70097Q185.32812 173.70097 184.82812 174.13847Q184.34375 174.56035 184.34375 175.74785L184.34375 179.1541L183.29688 179.1541ZM190.29688 179.1541L190.29688 172.93535L191.23438 172.93535L191.23438 173.81035Q191.53125 173.3416 192.01562 173.07597Q192.5 172.79472 193.125 172.79472Q193.8125 172.79472 194.25 173.07597Q194.70312 173.35722 194.875 173.87285Q195.625 172.79472 196.79688 172.79472Q197.73438 172.79472 198.21875 173.31035Q198.71875 173.81035 198.71875 174.88847L198.71875 179.1541L197.67188 179.1541L197.67188 175.23222Q197.67188 174.60722 197.5625 174.32597Q197.46875 174.04472 197.20312 173.87285Q196.9375 173.70097 196.5625 173.70097Q195.90625 173.70097 195.46875 174.13847Q195.04688 174.57597 195.04688 175.54472L195.04688 179.1541L193.98438 179.1541L193.98438 175.10722Q193.98438 174.4041 193.71875 174.06035Q193.46875 173.70097 192.89062 173.70097Q192.4375 173.70097 192.0625 173.93535Q191.6875 174.16972 191.51562 174.62285Q191.34375 175.07597 191.34375 175.91972L191.34375 179.1541L190.29688 179.1541ZM204.54688 177.1541L205.64062 177.2791Q205.39062 178.23222 204.6875 178.76347Q203.98438 179.29472 202.90625 179.29472Q201.54688 179.29472 200.73438 178.45097Q199.9375 177.60722 199.9375 176.0916Q199.9375 174.5291 200.75 173.66972Q201.5625 172.79472 202.84375 172.79472Q204.09375 172.79472 204.875 173.63847Q205.67188 174.48222 205.67188 176.0291Q205.67188 176.12285 205.67188 176.31035L201.03125 176.31035Q201.09375 177.3416 201.60938 177.88847Q202.125 178.41972 202.90625 178.41972Q203.48438 178.41972 203.89062 178.12285Q204.3125 177.81035 204.54688 177.1541ZM201.09375 175.45097L204.5625 175.45097Q204.5 174.6541 204.17188 174.26347Q203.65625 173.6541 202.85938 173.6541Q202.125 173.6541 201.625 174.13847Q201.14062 174.62285 201.09375 175.45097ZM207.29688 179.1541L207.29688 172.93535L208.23438 172.93535L208.23438 173.81035Q208.92188 172.79472 210.21875 172.79472Q210.78125 172.79472 211.25 172.99785Q211.73438 173.20097 211.96875 173.5291Q212.20312 173.85722 212.29688 174.29472Q212.34375 174.5916 212.34375 175.32597L212.34375 179.1541L211.29688 179.1541L211.29688 175.37285Q211.29688 174.7166 211.17188 174.4041Q211.04688 174.0916 210.73438 173.9041Q210.42188 173.70097 210.0 173.70097Q209.32812 173.70097 208.82812 174.13847Q208.34375 174.56035 208.34375 175.74785L208.34375 179.1541L207.29688 179.1541ZM216.59375 178.2166L216.75 179.13847Q216.29688 179.23222 215.95312 179.23222Q215.375 179.23222 215.0625 179.06035Q214.75 178.87285 214.60938 178.57597Q214.48438 178.2791 214.48438 177.32597L214.48438 173.74785L213.71875 173.74785L213.71875 172.93535L214.48438 172.93535L214.48438 171.38847L215.53125 170.76347L215.53125 172.93535L216.59375 172.93535L216.59375 173.74785L215.53125 173.74785L215.53125 177.38847Q215.53125 177.8416 215.57812 177.9666Q215.64062 178.0916 215.76562 178.16972Q215.89062 178.24785 216.125 178.24785Q216.3125 178.24785 216.59375 178.2166Z" fill-rule="nonzero"/><path fill="#666666" d="M162.45312 202.85846L162.45312 194.26471L168.65625 194.26471L168.65625 195.28033L163.59375 195.28033L163.59375 197.90533L168.34375 197.90533L168.34375 198.92096L163.59375 198.92096L163.59375 201.84283L168.85938 201.84283L168.85938 202.85846L162.45312 202.85846ZM174.32812 202.85846L174.32812 202.07721Q173.73438 202.99908 172.59375 202.99908Q171.84375 202.99908 171.21875 202.59283Q170.59375 202.17096 170.25 201.43658Q169.90625 200.70221 169.90625 199.74908Q169.90625 198.82721 170.21875 198.06158Q170.53125 197.29596 171.15625 196.90533Q171.78125 196.49908 172.54688 196.49908Q173.10938 196.49908 173.54688 196.73346Q173.98438 196.96783 174.26562 197.34283L174.26562 194.26471L175.3125 194.26471L175.3125 202.85846L174.32812 202.85846ZM171.0 199.74908Q171.0 200.95221 171.5 201.54596Q172.0 202.12408 172.6875 202.12408Q173.375 202.12408 173.85938 201.56158Q174.34375 200.99908 174.34375 199.84283Q174.34375 198.56158 173.84375 197.96783Q173.35938 197.37408 172.64062 197.37408Q171.9375 197.37408 171.46875 197.95221Q171.0 198.51471 171.0 199.74908ZM181.375 202.85846L181.375 201.93658Q180.64062 202.99908 179.39062 202.99908Q178.84375 202.99908 178.35938 202.79596Q177.89062 202.57721 177.65625 202.26471Q177.42188 201.93658 177.32812 201.46783Q177.26562 201.17096 177.26562 200.48346L177.26562 196.63971L178.32812 196.63971L178.32812 200.09283Q178.32812 200.90533 178.39062 201.20221Q178.48438 201.60846 178.79688 201.85846Q179.125 202.09283 179.60938 202.09283Q180.07812 202.09283 180.48438 201.85846Q180.90625 201.60846 181.07812 201.18658Q181.26562 200.76471 181.26562 199.96783L181.26562 196.63971L182.3125 196.63971L182.3125 202.85846L181.375 202.85846ZM188.35938 200.57721L189.39062 200.71783Q189.21875 201.78033 188.51562 202.38971Q187.8125 202.99908 186.79688 202.99908Q185.51562 202.99908 184.73438 202.17096Q183.96875 201.32721 183.96875 199.76471Q183.96875 198.76471 184.29688 198.01471Q184.64062 197.24908 185.3125 196.87408Q186.0 196.49908 186.8125 196.49908Q187.8125 196.49908 188.45312 197.01471Q189.10938 197.51471 189.29688 198.46783L188.26562 198.62408Q188.125 197.99908 187.75 197.68658Q187.375 197.35846 186.84375 197.35846Q186.04688 197.35846 185.54688 197.93658Q185.04688 198.49908 185.04688 199.73346Q185.04688 200.99908 185.53125 201.56158Q186.01562 202.12408 186.78125 202.12408Q187.40625 202.12408 187.8125 201.74908Q188.23438 201.37408 188.35938 200.57721ZM194.35938 202.09283Q193.76562 202.59283 193.21875 202.79596Q192.6875 202.99908 192.0625 202.99908Q191.03125 202.99908 190.48438 202.49908Q189.9375 201.99908 189.9375 201.21783Q189.9375 200.76471 190.14062 200.38971Q190.34375 199.99908 190.6875 199.78033Q191.03125 199.54596 191.45312 199.43658Q191.75 199.34283 192.39062 199.26471Q193.65625 199.12408 194.26562 198.90533Q194.26562 198.68658 194.26562 198.63971Q194.26562 197.98346 193.96875 197.71783Q193.5625 197.37408 192.76562 197.37408Q192.03125 197.37408 191.67188 197.63971Q191.3125 197.88971 191.14062 198.54596L190.10938 198.40533Q190.25 197.74908 190.57812 197.34283Q190.90625 196.93658 191.51562 196.71783Q192.125 196.49908 192.92188 196.49908Q193.71875 196.49908 194.21875 196.68658Q194.71875 196.87408 194.95312 197.15533Q195.1875 197.43658 195.28125 197.87408Q195.32812 198.13971 195.32812 198.84283L195.32812 200.24908Q195.32812 201.71783 195.39062 202.10846Q195.46875 202.49908 195.67188 202.85846L194.5625 202.85846Q194.40625 202.53033 194.35938 202.09283ZM194.26562 199.73346Q193.6875 199.96783 192.54688 200.13971Q191.89062 200.23346 191.625 200.35846Q191.35938 200.46783 191.20312 200.68658Q191.0625 200.90533 191.0625 201.18658Q191.0625 201.60846 191.375 201.88971Q191.70312 202.17096 192.3125 202.17096Q192.92188 202.17096 193.39062 201.90533Q193.875 201.63971 194.09375 201.17096Q194.26562 200.81158 194.26562 200.12408L194.26562 199.73346ZM199.59375 201.92096L199.75 202.84283Q199.29688 202.93658 198.95312 202.93658Q198.375 202.93658 198.0625 202.76471Q197.75 202.57721 197.60938 202.28033Q197.48438 201.98346 197.48438 201.03033L197.48438 197.45221L196.71875 197.45221L196.71875 196.63971L197.48438 196.63971L197.48438 195.09283L198.53125 194.46783L198.53125 196.63971L199.59375 196.63971L199.59375 197.45221L198.53125 197.45221L198.53125 201.09283Q198.53125 201.54596 198.57812 201.67096Q198.64062 201.79596 198.76562 201.87408Q198.89062 201.95221 199.125 201.95221Q199.3125 201.95221 199.59375 201.92096ZM200.29688 195.48346L200.29688 194.26471L201.35938 194.26471L201.35938 195.48346L200.29688 195.48346ZM200.29688 202.85846L200.29688 196.63971L201.35938 196.63971L201.35938 202.85846L200.29688 202.85846ZM202.90625 199.74908Q202.90625 198.01471 203.85938 197.18658Q204.65625 196.49908 205.8125 196.49908Q207.09375 196.49908 207.90625 197.34283Q208.73438 198.17096 208.73438 199.65533Q208.73438 200.85846 208.375 201.54596Q208.01562 202.23346 207.3125 202.62408Q206.625 202.99908 205.8125 202.99908Q204.51562 202.99908 203.70312 202.17096Q202.90625 201.32721 202.90625 199.74908ZM203.98438 199.74908Q203.98438 200.93658 204.5 201.53033Q205.03125 202.12408 205.8125 202.12408Q206.60938 202.12408 207.125 201.53033Q207.64062 200.93658 207.64062 199.71783Q207.64062 198.56158 207.10938 197.96783Q206.59375 197.37408 205.8125 197.37408Q205.03125 197.37408 204.5 197.96783Q203.98438 198.54596 203.98438 199.74908ZM210.29688 202.85846L210.29688 196.63971L211.23438 196.63971L211.23438 197.51471Q211.92188 196.49908 213.21875 196.49908Q213.78125 196.49908 214.25 196.70221Q214.73438 196.90533 214.96875 197.23346Q215.20312 197.56158 215.29688 197.99908Q215.34375 198.29596 215.34375 199.03033L215.34375 202.85846L214.29688 202.85846L214.29688 199.07721Q214.29688 198.42096 214.17188 198.10846Q214.04688 197.79596 213.73438 197.60846Q213.42188 197.40533 213.0 197.40533Q212.32812 197.40533 211.82812 197.84283Q211.34375 198.26471 211.34375 199.45221L211.34375 202.85846L210.29688 202.85846Z" fill-rule="nonzero"/><path fill="#666666" d="M106.609375 233.56282L106.609375 225.9847L103.78125 225.9847L103.78125 224.96907L110.59375 224.96907L110.59375 225.9847L107.75 225.9847L107.75 233.56282L106.609375 233.56282ZM115.546875 231.56282L116.640625 231.68782Q116.390625 232.64095 115.6875 233.1722Q114.984375 233.70345 113.90625 233.70345Q112.546875 233.70345 111.734375 232.8597Q110.9375 232.01595 110.9375 230.50032Q110.9375 228.93782 111.75 228.07845Q112.5625 227.20345 113.84375 227.20345Q115.09375 227.20345 115.875 228.0472Q116.671875 228.89095 116.671875 230.43782Q116.671875 230.53157 116.671875 230.71907L112.03125 230.71907Q112.09375 231.75032 112.609375 232.2972Q113.125 232.82845 113.90625 232.82845Q114.484375 232.82845 114.890625 232.53157Q115.3125 232.21907 115.546875 231.56282ZM112.09375 229.8597L115.5625 229.8597Q115.5 229.06282 115.171875 228.6722Q114.65625 228.06282 113.859375 228.06282Q113.125 228.06282 112.625 228.5472Q112.140625 229.03157 112.09375 229.8597ZM118.265625 233.56282L118.265625 224.96907L119.328125 224.96907L119.328125 233.56282L118.265625 233.56282ZM125.546875 231.56282L126.640625 231.68782Q126.390625 232.64095 125.6875 233.1722Q124.984375 233.70345 123.90625 233.70345Q122.546875 233.70345 121.734375 232.8597Q120.9375 232.01595 120.9375 230.50032Q120.9375 228.93782 121.75 228.07845Q122.5625 227.20345 123.84375 227.20345Q125.09375 227.20345 125.875 228.0472Q126.671875 228.89095 126.671875 230.43782Q126.671875 230.53157 126.671875 230.71907L122.03125 230.71907Q122.09375 231.75032 122.609375 232.2972Q123.125 232.82845 123.90625 232.82845Q124.484375 232.82845 124.890625 232.53157Q125.3125 232.21907 125.546875 231.56282ZM122.09375 229.8597L125.5625 229.8597Q125.5 229.06282 125.171875 228.6722Q124.65625 228.06282 123.859375 228.06282Q123.125 228.06282 122.625 228.5472Q122.140625 229.03157 122.09375 229.8597ZM132.35938 231.28157L133.39062 231.4222Q133.21875 232.4847 132.51562 233.09407Q131.8125 233.70345 130.79688 233.70345Q129.51562 233.70345 128.73438 232.87532Q127.96875 232.03157 127.96875 230.46907Q127.96875 229.46907 128.29688 228.71907Q128.64062 227.95345 129.3125 227.57845Q130.0 227.20345 130.8125 227.20345Q131.8125 227.20345 132.45312 227.71907Q133.10938 228.21907 133.29688 229.1722L132.26562 229.32845Q132.125 228.70345 131.75 228.39095Q131.375 228.06282 130.84375 228.06282Q130.04688 228.06282 129.54688 228.64095Q129.04688 229.20345 129.04688 230.43782Q129.04688 231.70345 129.53125 232.26595Q130.01562 232.82845 130.78125 232.82845Q131.40625 232.82845 131.8125 232.45345Q132.23438 232.07845 132.35938 231.28157ZM133.90625 230.45345Q133.90625 228.71907 134.85938 227.89095Q135.65625 227.20345 136.8125 227.20345Q138.09375 227.20345 138.90625 228.0472Q139.73438 228.87532 139.73438 230.3597Q139.73438 231.56282 139.375 232.25032Q139.01562 232.93782 138.3125 233.32845Q137.625 233.70345 136.8125 233.70345Q135.51562 233.70345 134.70312 232.87532Q133.90625 232.03157 133.90625 230.45345ZM134.98438 230.45345Q134.98438 231.64095 135.5 232.2347Q136.03125 232.82845 136.8125 232.82845Q137.60938 232.82845 138.125 232.2347Q138.64062 231.64095 138.64062 230.4222Q138.64062 229.26595 138.10938 228.6722Q137.59375 228.07845 136.8125 228.07845Q136.03125 228.07845 135.5 228.6722Q134.98438 229.25032 134.98438 230.45345ZM141.29688 233.56282L141.29688 227.34407L142.23438 227.34407L142.23438 228.21907Q142.53125 227.75032 143.01562 227.4847Q143.5 227.20345 144.125 227.20345Q144.8125 227.20345 145.25 227.4847Q145.70312 227.76595 145.875 228.28157Q146.625 227.20345 147.79688 227.20345Q148.73438 227.20345 149.21875 227.71907Q149.71875 228.21907 149.71875 229.2972L149.71875 233.56282L148.67188 233.56282L148.67188 229.64095Q148.67188 229.01595 148.5625 228.7347Q148.46875 228.45345 148.20312 228.28157Q147.9375 228.1097 147.5625 228.1097Q146.90625 228.1097 146.46875 228.5472Q146.04688 228.9847 146.04688 229.95345L146.04688 233.56282L144.98438 233.56282L144.98438 229.51595Q144.98438 228.81282 144.71875 228.46907Q144.46875 228.1097 143.89062 228.1097Q143.4375 228.1097 143.0625 228.34407Q142.6875 228.57845 142.51562 229.03157Q142.34375 229.4847 142.34375 230.32845L142.34375 233.56282L141.29688 233.56282ZM151.29688 233.56282L151.29688 227.34407L152.23438 227.34407L152.23438 228.21907Q152.53125 227.75032 153.01562 227.4847Q153.5 227.20345 154.125 227.20345Q154.8125 227.20345 155.25 227.4847Q155.70312 227.76595 155.875 228.28157Q156.625 227.20345 157.79688 227.20345Q158.73438 227.20345 159.21875 227.71907Q159.71875 228.21907 159.71875 229.2972L159.71875 233.56282L158.67188 233.56282L158.67188 229.64095Q158.67188 229.01595 158.5625 228.7347Q158.46875 228.45345 158.20312 228.28157Q157.9375 228.1097 157.5625 228.1097Q156.90625 228.1097 156.46875 228.5472Q156.04688 228.9847 156.04688 229.95345L156.04688 233.56282L154.98438 233.56282L154.98438 229.51595Q154.98438 228.81282 154.71875 228.46907Q154.46875 228.1097 153.89062 228.1097Q153.4375 228.1097 153.0625 228.34407Q152.6875 228.57845 152.51562 229.03157Q152.34375 229.4847 152.34375 230.32845L152.34375 233.56282L151.29688 233.56282ZM165.375 233.56282L165.375 232.64095Q164.64062 233.70345 163.39062 233.70345Q162.84375 233.70345 162.35938 233.50032Q161.89062 233.28157 161.65625 232.96907Q161.42188 232.64095 161.32812 232.1722Q161.26562 231.87532 161.26562 231.18782L161.26562 227.34407L162.32812 227.34407L162.32812 230.7972Q162.32812 231.6097 162.39062 231.90657Q162.48438 232.31282 162.79688 232.56282Q163.125 232.7972 163.60938 232.7972Q164.07812 232.7972 164.48438 232.56282Q164.90625 232.31282 165.07812 231.89095Q165.26562 231.46907 165.26562 230.6722L165.26562 227.34407L166.3125 227.34407L166.3125 233.56282L165.375 233.56282ZM168.29688 233.56282L168.29688 227.34407L169.23438 227.34407L169.23438 228.21907Q169.92188 227.20345 171.21875 227.20345Q171.78125 227.20345 172.25 227.40657Q172.73438 227.6097 172.96875 227.93782Q173.20312 228.26595 173.29688 228.70345Q173.34375 229.00032 173.34375 229.7347L173.34375 233.56282L172.29688 233.56282L172.29688 229.78157Q172.29688 229.12532 172.17188 228.81282Q172.04688 228.50032 171.73438 228.31282Q171.42188 228.1097 171.0 228.1097Q170.32812 228.1097 169.82812 228.5472Q169.34375 228.96907 169.34375 230.15657L169.34375 233.56282L168.29688 233.56282ZM175.29688 226.18782L175.29688 224.96907L176.35938 224.96907L176.35938 226.18782L175.29688 226.18782ZM175.29688 233.56282L175.29688 227.34407L176.35938 227.34407L176.35938 233.56282L175.29688 233.56282ZM182.35938 231.28157L183.39062 231.4222Q183.21875 232.4847 182.51562 233.09407Q181.8125 233.70345 180.79688 233.70345Q179.51562 233.70345 178.73438 232.87532Q177.96875 232.03157 177.96875 230.46907Q177.96875 229.46907 178.29688 228.71907Q178.64062 227.95345 179.3125 227.57845Q180.0 227.20345 180.8125 227.20345Q181.8125 227.20345 182.45312 227.71907Q183.10938 228.21907 183.29688 229.1722L182.26562 229.32845Q182.125 228.70345 181.75 228.39095Q181.375 228.06282 180.84375 228.06282Q180.04688 228.06282 179.54688 228.64095Q179.04688 229.20345 179.04688 230.43782Q179.04688 231.70345 179.53125 232.26595Q180.01562 232.82845 180.78125 232.82845Q181.40625 232.82845 181.8125 232.45345Q182.23438 232.07845 182.35938 231.28157ZM188.35938 232.7972Q187.76562 233.2972 187.21875 233.50032Q186.6875 233.70345 186.0625 233.70345Q185.03125 233.70345 184.48438 233.20345Q183.9375 232.70345 183.9375 231.9222Q183.9375 231.46907 184.14062 231.09407Q184.34375 230.70345 184.6875 230.4847Q185.03125 230.25032 185.45312 230.14095Q185.75 230.0472 186.39062 229.96907Q187.65625 229.82845 188.26562 229.6097Q188.26562 229.39095 188.26562 229.34407Q188.26562 228.68782 187.96875 228.4222Q187.5625 228.07845 186.76562 228.07845Q186.03125 228.07845 185.67188 228.34407Q185.3125 228.59407 185.14062 229.25032L184.10938 229.1097Q184.25 228.45345 184.57812 228.0472Q184.90625 227.64095 185.51562 227.4222Q186.125 227.20345 186.92188 227.20345Q187.71875 227.20345 188.21875 227.39095Q188.71875 227.57845 188.95312 227.8597Q189.1875 228.14095 189.28125 228.57845Q189.32812 228.84407 189.32812 229.5472L189.32812 230.95345Q189.32812 232.4222 189.39062 232.81282Q189.46875 233.20345 189.67188 233.56282L188.5625 233.56282Q188.40625 233.2347 188.35938 232.7972ZM188.26562 230.43782Q187.6875 230.6722 186.54688 230.84407Q185.89062 230.93782 185.625 231.06282Q185.35938 231.1722 185.20312 231.39095Q185.0625 231.6097 185.0625 231.89095Q185.0625 232.31282 185.375 232.59407Q185.70312 232.87532 186.3125 232.87532Q186.92188 232.87532 187.39062 232.6097Q187.875 232.34407 188.09375 231.87532Q188.26562 231.51595 188.26562 230.82845L188.26562 230.43782ZM193.59375 232.62532L193.75 233.5472Q193.29688 233.64095 192.95312 233.64095Q192.375 233.64095 192.0625 233.46907Q191.75 233.28157 191.60938 232.9847Q191.48438 232.68782 191.48438 231.7347L191.48438 228.15657L190.71875 228.15657L190.71875 227.34407L191.48438 227.34407L191.48438 225.7972L192.53125 225.1722L192.53125 227.34407L193.59375 227.34407L193.59375 228.15657L192.53125 228.15657L192.53125 231.7972Q192.53125 232.25032 192.57812 232.37532Q192.64062 232.50032 192.76562 232.57845Q192.89062 232.65657 193.125 232.65657Q193.3125 232.65657 193.59375 232.62532ZM194.29688 226.18782L194.29688 224.96907L195.35938 224.96907L195.35938 226.18782L194.29688 226.18782ZM194.29688 233.56282L194.29688 227.34407L195.35938 227.34407L195.35938 233.56282L194.29688 233.56282ZM196.90625 230.45345Q196.90625 228.71907 197.85938 227.89095Q198.65625 227.20345 199.8125 227.20345Q201.09375 227.20345 201.90625 228.0472Q202.73438 228.87532 202.73438 230.3597Q202.73438 231.56282 202.375 232.25032Q202.01562 232.93782 201.3125 233.32845Q200.625 233.70345 199.8125 233.70345Q198.51562 233.70345 197.70312 232.87532Q196.90625 232.03157 196.90625 230.45345ZM197.98438 230.45345Q197.98438 231.64095 198.5 232.2347Q199.03125 232.82845 199.8125 232.82845Q200.60938 232.82845 201.125 232.2347Q201.64062 231.64095 201.64062 230.4222Q201.64062 229.26595 201.10938 228.6722Q200.59375 228.07845 199.8125 228.07845Q199.03125 228.07845 198.5 228.6722Q197.98438 229.25032 197.98438 230.45345ZM204.29688 233.56282L204.29688 227.34407L205.23438 227.34407L205.23438 228.21907Q205.92188 227.20345 207.21875 227.20345Q207.78125 227.20345 208.25 227.40657Q208.73438 227.6097 208.96875 227.93782Q209.20312 228.26595 209.29688 228.70345Q209.34375 229.00032 209.34375 229.7347L209.34375 233.56282L208.29688 233.56282L208.29688 229.78157Q208.29688 229.12532 208.17188 228.81282Q208.04688 228.50032 207.73438 228.31282Q207.42188 228.1097 207.0 228.1097Q206.32812 228.1097 205.82812 228.5472Q205.34375 228.96907 205.34375 230.15657L205.34375 233.56282L204.29688 233.56282ZM210.875 231.70345L211.90625 231.5472Q212.0 232.1722 212.39062 232.50032Q212.79688 232.82845 213.53125 232.82845Q214.25 232.82845 214.59375 232.5472Q214.95312 232.25032 214.95312 231.84407Q214.95312 231.4847 214.64062 231.28157Q214.42188 231.14095 213.5625 230.9222Q212.40625 230.62532 211.95312 230.4222Q211.51562 230.20345 211.28125 229.82845Q211.04688 229.45345 211.04688 228.9847Q211.04688 228.57845 211.23438 228.21907Q211.42188 227.8597 211.75 227.62532Q212.0 227.45345 212.42188 227.32845Q212.84375 227.20345 213.34375 227.20345Q214.0625 227.20345 214.60938 227.4222Q215.17188 227.62532 215.4375 227.9847Q215.70312 228.34407 215.79688 228.93782L214.76562 229.07845Q214.70312 228.6097 214.35938 228.34407Q214.03125 228.06282 213.40625 228.06282Q212.6875 228.06282 212.375 228.31282Q212.0625 228.5472 212.0625 228.87532Q212.0625 229.07845 212.1875 229.2347Q212.32812 229.40657 212.59375 229.51595Q212.75 229.57845 213.53125 229.78157Q214.65625 230.09407 215.09375 230.28157Q215.53125 230.46907 215.78125 230.82845Q216.03125 231.18782 216.03125 231.7347Q216.03125 232.26595 215.71875 232.7347Q215.42188 233.18782 214.84375 233.45345Q214.26562 233.70345 213.53125 233.70345Q212.3125 233.70345 211.67188 233.20345Q211.04688 232.68782 210.875 231.70345Z" fill-rule="nonzero"/><path fill="#666666" d="M75.4375 264.26718L75.4375 255.67343L79.25 255.67343Q80.40625 255.67343 81.0 255.9078Q81.59375 256.14218 81.953125 256.73593Q82.3125 257.31406 82.3125 258.01718Q82.3125 258.93906 81.71875 259.56406Q81.125 260.18906 79.890625 260.36093Q80.34375 260.57968 80.578125 260.7828Q81.078125 261.23593 81.515625 261.92343L83.015625 264.26718L81.578125 264.26718L80.453125 262.48593Q79.953125 261.70468 79.625 261.29843Q79.3125 260.89218 79.046875 260.73593Q78.796875 260.56406 78.53125 260.48593Q78.34375 260.45468 77.90625 260.45468L76.578125 260.45468L76.578125 264.26718L75.4375 264.26718ZM76.578125 259.4703L79.03125 259.4703Q79.796875 259.4703 80.234375 259.31406Q80.6875 259.14218 80.90625 258.79843Q81.140625 258.43906 81.140625 258.01718Q81.140625 257.4078 80.6875 257.01718Q80.25 256.62656 79.296875 256.62656L76.578125 256.62656L76.578125 259.4703ZM88.546875 262.26718L89.640625 262.39218Q89.390625 263.3453 88.6875 263.87656Q87.984375 264.4078 86.90625 264.4078Q85.546875 264.4078 84.734375 263.56406Q83.9375 262.7203 83.9375 261.20468Q83.9375 259.64218 84.75 258.7828Q85.5625 257.9078 86.84375 257.9078Q88.09375 257.9078 88.875 258.75156Q89.671875 259.5953 89.671875 261.14218Q89.671875 261.23593 89.671875 261.42343L85.03125 261.42343Q85.09375 262.45468 85.609375 263.00156Q86.125 263.5328 86.90625 263.5328Q87.484375 263.5328 87.890625 263.23593Q88.3125 262.92343 88.546875 262.26718ZM85.09375 260.56406L88.5625 260.56406Q88.5 259.76718 88.171875 259.37656Q87.65625 258.76718 86.859375 258.76718Q86.125 258.76718 85.625 259.25156Q85.140625 259.73593 85.09375 260.56406ZM93.59375 263.32968L93.75 264.25156Q93.296875 264.3453 92.953125 264.3453Q92.375 264.3453 92.0625 264.17343Q91.75 263.98593 91.609375 263.68906Q91.484375 263.39218 91.484375 262.43906L91.484375 258.86093L90.71875 258.86093L90.71875 258.04843L91.484375 258.04843L91.484375 256.50156L92.53125 255.87656L92.53125 258.04843L93.59375 258.04843L93.59375 258.86093L92.53125 258.86093L92.53125 262.50156Q92.53125 262.95468 92.578125 263.07968Q92.640625 263.20468 92.765625 263.2828Q92.890625 263.36093 93.125 263.36093Q93.3125 263.36093 93.59375 263.32968ZM98.359375 263.50156Q97.765625 264.00156 97.21875 264.20468Q96.6875 264.4078 96.0625 264.4078Q95.03125 264.4078 94.484375 263.9078Q93.9375 263.4078 93.9375 262.62656Q93.9375 262.17343 94.140625 261.79843Q94.34375 261.4078 94.6875 261.18906Q95.03125 260.95468 95.453125 260.8453Q95.75 260.75156 96.390625 260.67343Q97.65625 260.5328 98.265625 260.31406Q98.265625 260.0953 98.265625 260.04843Q98.265625 259.39218 97.96875 259.12656Q97.5625 258.7828 96.765625 258.7828Q96.03125 258.7828 95.671875 259.04843Q95.3125 259.29843 95.140625 259.95468L94.109375 259.81406Q94.25 259.1578 94.578125 258.75156Q94.90625 258.3453 95.515625 258.12656Q96.125 257.9078 96.921875 257.9078Q97.71875 257.9078 98.21875 258.0953Q98.71875 258.2828 98.953125 258.56406Q99.1875 258.8453 99.28125 259.2828Q99.328125 259.54843 99.328125 260.25156L99.328125 261.6578Q99.328125 263.12656 99.390625 263.51718Q99.46875 263.9078 99.671875 264.26718L98.5625 264.26718Q98.40625 263.93906 98.359375 263.50156ZM98.265625 261.14218Q97.6875 261.37656 96.546875 261.54843Q95.890625 261.64218 95.625 261.76718Q95.359375 261.87656 95.203125 262.0953Q95.0625 262.31406 95.0625 262.5953Q95.0625 263.01718 95.375 263.29843Q95.703125 263.57968 96.3125 263.57968Q96.921875 263.57968 97.390625 263.31406Q97.875 263.04843 98.09375 262.57968Q98.265625 262.2203 98.265625 261.5328L98.265625 261.14218ZM101.296875 256.89218L101.296875 255.67343L102.359375 255.67343L102.359375 256.89218L101.296875 256.89218ZM101.296875 264.26718L101.296875 258.04843L102.359375 258.04843L102.359375 264.26718L101.296875 264.26718ZM104.265625 264.26718L104.265625 255.67343L105.328125 255.67343L105.328125 264.26718L104.265625 264.26718ZM109.90625 261.1578Q109.90625 259.42343 110.859375 258.5953Q111.65625 257.9078 112.8125 257.9078Q114.09375 257.9078 114.90625 258.75156Q115.734375 259.57968 115.734375 261.06406Q115.734375 262.26718 115.375 262.95468Q115.015625 263.64218 114.3125 264.0328Q113.625 264.4078 112.8125 264.4078Q111.515625 264.4078 110.703125 263.57968Q109.90625 262.73593 109.90625 261.1578ZM110.984375 261.1578Q110.984375 262.3453 111.5 262.93906Q112.03125 263.5328 112.8125 263.5328Q113.609375 263.5328 114.125 262.93906Q114.640625 262.3453 114.640625 261.12656Q114.640625 259.9703 114.109375 259.37656Q113.59375 258.7828 112.8125 258.7828Q112.03125 258.7828 111.5 259.37656Q110.984375 259.95468 110.984375 261.1578ZM117.28125 264.26718L117.28125 258.04843L118.234375 258.04843L118.234375 258.98593Q118.59375 258.32968 118.890625 258.12656Q119.203125 257.9078 119.578125 257.9078Q120.109375 257.9078 120.65625 258.23593L120.296875 259.2203Q119.90625 258.98593 119.53125 258.98593Q119.171875 258.98593 118.890625 259.20468Q118.625 259.4078 118.515625 259.7828Q118.328125 260.3453 118.328125 261.00156L118.328125 264.26718L117.28125 264.26718ZM125.4375 264.26718L123.53125 258.04843L124.625 258.04843L125.609375 261.64218L125.984375 262.9703Q126.015625 262.87656 126.3125 261.68906L127.296875 258.04843L128.375 258.04843L129.3125 261.6578L129.625 262.8453L129.98438 261.64218L131.04688 258.04843L132.07812 258.04843L130.125 264.26718L129.03125 264.26718L128.04688 260.5328L127.796875 259.48593L126.546875 264.26718L125.4375 264.26718ZM133.29688 264.26718L133.29688 255.67343L134.34375 255.67343L134.34375 258.75156Q135.07812 257.9078 136.20312 257.9078Q136.90625 257.9078 137.40625 258.18906Q137.92188 258.45468 138.14062 258.93906Q138.35938 259.4078 138.35938 260.32968L138.35938 264.26718L137.3125 264.26718L137.3125 260.32968Q137.3125 259.5328 136.96875 259.17343Q136.625 258.81406 136.0 258.81406Q135.53125 258.81406 135.10938 259.06406Q134.70312 259.29843 134.51562 259.7203Q134.34375 260.12656 134.34375 260.86093L134.34375 264.26718L133.29688 264.26718ZM139.90625 261.1578Q139.90625 259.42343 140.85938 258.5953Q141.65625 257.9078 142.8125 257.9078Q144.09375 257.9078 144.90625 258.75156Q145.73438 259.57968 145.73438 261.06406Q145.73438 262.26718 145.375 262.95468Q145.01562 263.64218 144.3125 264.0328Q143.625 264.4078 142.8125 264.4078Q141.51562 264.4078 140.70312 263.57968Q139.90625 262.73593 139.90625 261.1578ZM140.98438 261.1578Q140.98438 262.3453 141.5 262.93906Q142.03125 263.5328 142.8125 263.5328Q143.60938 263.5328 144.125 262.93906Q144.64062 262.3453 144.64062 261.12656Q144.64062 259.9703 144.10938 259.37656Q143.59375 258.7828 142.8125 258.7828Q142.03125 258.7828 141.5 259.37656Q140.98438 259.95468 140.98438 261.1578ZM147.26562 264.26718L147.26562 255.67343L148.32812 255.67343L148.32812 264.26718L147.26562 264.26718ZM154.54688 262.26718L155.64062 262.39218Q155.39062 263.3453 154.6875 263.87656Q153.98438 264.4078 152.90625 264.4078Q151.54688 264.4078 150.73438 263.56406Q149.9375 262.7203 149.9375 261.20468Q149.9375 259.64218 150.75 258.7828Q151.5625 257.9078 152.84375 257.9078Q154.09375 257.9078 154.875 258.75156Q155.67188 259.5953 155.67188 261.14218Q155.67188 261.23593 155.67188 261.42343L151.03125 261.42343Q151.09375 262.45468 151.60938 263.00156Q152.125 263.5328 152.90625 263.5328Q153.48438 263.5328 153.89062 263.23593Q154.3125 262.92343 154.54688 262.26718ZM151.09375 260.56406L154.5625 260.56406Q154.5 259.76718 154.17188 259.37656Q153.65625 258.76718 152.85938 258.76718Q152.125 258.76718 151.625 259.25156Q151.14062 259.73593 151.09375 260.56406ZM156.875 262.4078L157.90625 262.25156Q158.0 262.87656 158.39062 263.20468Q158.79688 263.5328 159.53125 263.5328Q160.25 263.5328 160.59375 263.25156Q160.95312 262.95468 160.95312 262.54843Q160.95312 262.18906 160.64062 261.98593Q160.42188 261.8453 159.5625 261.62656Q158.40625 261.32968 157.95312 261.12656Q157.51562 260.9078 157.28125 260.5328Q157.04688 260.1578 157.04688 259.68906Q157.04688 259.2828 157.23438 258.92343Q157.42188 258.56406 157.75 258.32968Q158.0 258.1578 158.42188 258.0328Q158.84375 257.9078 159.34375 257.9078Q160.0625 257.9078 160.60938 258.12656Q161.17188 258.32968 161.4375 258.68906Q161.70312 259.04843 161.79688 259.64218L160.76562 259.7828Q160.70312 259.31406 160.35938 259.04843Q160.03125 258.76718 159.40625 258.76718Q158.6875 258.76718 158.375 259.01718Q158.0625 259.25156 158.0625 259.57968Q158.0625 259.7828 158.1875 259.93906Q158.32812 260.11093 158.59375 260.2203Q158.75 260.2828 159.53125 260.48593Q160.65625 260.79843 161.09375 260.98593Q161.53125 261.17343 161.78125 261.5328Q162.03125 261.89218 162.03125 262.43906Q162.03125 262.9703 161.71875 263.43906Q161.42188 263.89218 160.84375 264.1578Q160.26562 264.4078 159.53125 264.4078Q158.3125 264.4078 157.67188 263.9078Q157.04688 263.39218 156.875 262.4078ZM167.35938 263.50156Q166.76562 264.00156 166.21875 264.20468Q165.6875 264.4078 165.0625 264.4078Q164.03125 264.4078 163.48438 263.9078Q162.9375 263.4078 162.9375 262.62656Q162.9375 262.17343 163.14062 261.79843Q163.34375 261.4078 163.6875 261.18906Q164.03125 260.95468 164.45312 260.8453Q164.75 260.75156 165.39062 260.67343Q166.65625 260.5328 167.26562 260.31406Q167.26562 260.0953 167.26562 260.04843Q167.26562 259.39218 166.96875 259.12656Q166.5625 258.7828 165.76562 258.7828Q165.03125 258.7828 164.67188 259.04843Q164.3125 259.29843 164.14062 259.95468L163.10938 259.81406Q163.25 259.1578 163.57812 258.75156Q163.90625 258.3453 164.51562 258.12656Q165.125 257.9078 165.92188 257.9078Q166.71875 257.9078 167.21875 258.0953Q167.71875 258.2828 167.95312 258.56406Q168.1875 258.8453 168.28125 259.2828Q168.32812 259.54843 168.32812 260.25156L168.32812 261.6578Q168.32812 263.12656 168.39062 263.51718Q168.46875 263.9078 168.67188 264.26718L167.5625 264.26718Q167.40625 263.93906 167.35938 263.50156ZM167.26562 261.14218Q166.6875 261.37656 165.54688 261.54843Q164.89062 261.64218 164.625 261.76718Q164.35938 261.87656 164.20312 262.0953Q164.0625 262.31406 164.0625 262.5953Q164.0625 263.01718 164.375 263.29843Q164.70312 263.57968 165.3125 263.57968Q165.92188 263.57968 166.39062 263.31406Q166.875 263.04843 167.09375 262.57968Q167.26562 262.2203 167.26562 261.5328L167.26562 261.14218ZM170.26562 264.26718L170.26562 255.67343L171.32812 255.67343L171.32812 264.26718L170.26562 264.26718ZM177.54688 262.26718L178.64062 262.39218Q178.39062 263.3453 177.6875 263.87656Q176.98438 264.4078 175.90625 264.4078Q174.54688 264.4078 173.73438 263.56406Q172.9375 262.7203 172.9375 261.20468Q172.9375 259.64218 173.75 258.7828Q174.5625 257.9078 175.84375 257.9078Q177.09375 257.9078 177.875 258.75156Q178.67188 259.5953 178.67188 261.14218Q178.67188 261.23593 178.67188 261.42343L174.03125 261.42343Q174.09375 262.45468 174.60938 263.00156Q175.125 263.5328 175.90625 263.5328Q176.48438 263.5328 176.89062 263.23593Q177.3125 262.92343 177.54688 262.26718ZM174.09375 260.56406L177.5625 260.56406Q177.5 259.76718 177.17188 259.37656Q176.65625 258.76718 175.85938 258.76718Q175.125 258.76718 174.625 259.25156Q174.14062 259.73593 174.09375 260.56406ZM185.59375 263.32968L185.75 264.25156Q185.29688 264.3453 184.95312 264.3453Q184.375 264.3453 184.0625 264.17343Q183.75 263.98593 183.60938 263.68906Q183.48438 263.39218 183.48438 262.43906L183.48438 258.86093L182.71875 258.86093L182.71875 258.04843L183.48438 258.04843L183.48438 256.50156L184.53125 255.87656L184.53125 258.04843L185.59375 258.04843L185.59375 258.86093L184.53125 258.86093L184.53125 262.50156Q184.53125 262.95468 184.57812 263.07968Q184.64062 263.20468 184.76562 263.2828Q184.89062 263.36093 185.125 263.36093Q185.3125 263.36093 185.59375 263.32968ZM186.28125 264.26718L186.28125 258.04843L187.23438 258.04843L187.23438 258.98593Q187.59375 258.32968 187.89062 258.12656Q188.20312 257.9078 188.57812 257.9078Q189.10938 257.9078 189.65625 258.23593L189.29688 259.2203Q188.90625 258.98593 188.53125 258.98593Q188.17188 258.98593 187.89062 259.20468Q187.625 259.4078 187.51562 259.7828Q187.32812 260.3453 187.32812 261.00156L187.32812 264.26718L186.28125 264.26718ZM194.35938 263.50156Q193.76562 264.00156 193.21875 264.20468Q192.6875 264.4078 192.0625 264.4078Q191.03125 264.4078 190.48438 263.9078Q189.9375 263.4078 189.9375 262.62656Q189.9375 262.17343 190.14062 261.79843Q190.34375 261.4078 190.6875 261.18906Q191.03125 260.95468 191.45312 260.8453Q191.75 260.75156 192.39062 260.67343Q193.65625 260.5328 194.26562 260.31406Q194.26562 260.0953 194.26562 260.04843Q194.26562 259.39218 193.96875 259.12656Q193.5625 258.7828 192.76562 258.7828Q192.03125 258.7828 191.67188 259.04843Q191.3125 259.29843 191.14062 259.95468L190.10938 259.81406Q190.25 259.1578 190.57812 258.75156Q190.90625 258.3453 191.51562 258.12656Q192.125 257.9078 192.92188 257.9078Q193.71875 257.9078 194.21875 258.0953Q194.71875 258.2828 194.95312 258.56406Q195.1875 258.8453 195.28125 259.2828Q195.32812 259.54843 195.32812 260.25156L195.32812 261.6578Q195.32812 263.12656 195.39062 263.51718Q195.46875 263.9078 195.67188 264.26718L194.5625 264.26718Q194.40625 263.93906 194.35938 263.50156ZM194.26562 261.14218Q193.6875 261.37656 192.54688 261.54843Q191.89062 261.64218 191.625 261.76718Q191.35938 261.87656 191.20312 262.0953Q191.0625 262.31406 191.0625 262.5953Q191.0625 263.01718 191.375 263.29843Q191.70312 263.57968 192.3125 263.57968Q192.92188 263.57968 193.39062 263.31406Q193.875 263.04843 194.09375 262.57968Q194.26562 262.2203 194.26562 261.5328L194.26562 261.14218ZM201.32812 264.26718L201.32812 263.48593Q200.73438 264.4078 199.59375 264.4078Q198.84375 264.4078 198.21875 264.00156Q197.59375 263.57968 197.25 262.8453Q196.90625 262.11093 196.90625 261.1578Q196.90625 260.23593 197.21875 259.4703Q197.53125 258.70468 198.15625 258.31406Q198.78125 257.9078 199.54688 257.9078Q200.10938 257.9078 200.54688 258.14218Q200.98438 258.37656 201.26562 258.75156L201.26562 255.67343L202.3125 255.67343L202.3125 264.26718L201.32812 264.26718ZM198.0 261.1578Q198.0 262.36093 198.5 262.95468Q199.0 263.5328 199.6875 263.5328Q200.375 263.5328 200.85938 262.9703Q201.34375 262.4078 201.34375 261.25156Q201.34375 259.9703 200.84375 259.37656Q200.35938 258.7828 199.64062 258.7828Q198.9375 258.7828 198.46875 259.36093Q198.0 259.92343 198.0 261.1578ZM208.54688 262.26718L209.64062 262.39218Q209.39062 263.3453 208.6875 263.87656Q207.98438 264.4078 206.90625 264.4078Q205.54688 264.4078 204.73438 263.56406Q203.9375 262.7203 203.9375 261.20468Q203.9375 259.64218 204.75 258.7828Q205.5625 257.9078 206.84375 257.9078Q208.09375 257.9078 208.875 258.75156Q209.67188 259.5953 209.67188 261.14218Q209.67188 261.23593 209.67188 261.42343L205.03125 261.42343Q205.09375 262.45468 205.60938 263.00156Q206.125 263.5328 206.90625 263.5328Q207.48438 263.5328 207.89062 263.23593Q208.3125 262.92343 208.54688 262.26718ZM205.09375 260.56406L208.5625 260.56406Q208.5 259.76718 208.17188 259.37656Q207.65625 258.76718 206.85938 258.76718Q206.125 258.76718 205.625 259.25156Q205.14062 259.73593 205.09375 260.56406ZM210.875 262.4078L211.90625 262.25156Q212.0 262.87656 212.39062 263.20468Q212.79688 263.5328 213.53125 263.5328Q214.25 263.5328 214.59375 263.25156Q214.95312 262.95468 214.95312 262.54843Q214.95312 262.18906 214.64062 261.98593Q214.42188 261.8453 213.5625 261.62656Q212.40625 261.32968 211.95312 261.12656Q211.51562 260.9078 211.28125 260.5328Q211.04688 260.1578 211.04688 259.68906Q211.04688 259.2828 211.23438 258.92343Q211.42188 258.56406 211.75 258.32968Q212.0 258.1578 212.42188 258.0328Q212.84375 257.9078 213.34375 257.9078Q214.0625 257.9078 214.60938 258.12656Q215.17188 258.32968 215.4375 258.68906Q215.70312 259.04843 215.79688 259.64218L214.76562 259.7828Q214.70312 259.31406 214.35938 259.04843Q214.03125 258.76718 213.40625 258.76718Q212.6875 258.76718 212.375 259.01718Q212.0625 259.25156 212.0625 259.57968Q212.0625 259.7828 212.1875 259.93906Q212.32812 260.11093 212.59375 260.2203Q212.75 260.2828 213.53125 260.48593Q214.65625 260.79843 215.09375 260.98593Q215.53125 261.17343 215.78125 261.5328Q216.03125 261.89218 216.03125 262.43906Q216.03125 262.9703 215.71875 263.43906Q215.42188 263.89218 214.84375 264.1578Q214.26562 264.4078 213.53125 264.4078Q212.3125 264.4078 211.67188 263.9078Q211.04688 263.39218 210.875 262.4078Z" fill-rule="nonzero"/><path fill="#666666" d="M164.5625 291.95593L165.6875 292.2528Q165.32812 293.64343 164.40625 294.3778Q163.48438 295.11218 162.14062 295.11218Q160.75 295.11218 159.875 294.54968Q159.0 293.98718 158.54688 292.92468Q158.09375 291.84656 158.09375 290.61218Q158.09375 289.26843 158.60938 288.26843Q159.125 287.26843 160.0625 286.7528Q161.01562 286.23718 162.15625 286.23718Q163.4375 286.23718 164.3125 286.89343Q165.20312 287.54968 165.54688 288.73718L164.42188 289.0028Q164.125 288.0653 163.54688 287.64343Q162.98438 287.20593 162.125 287.20593Q161.14062 287.20593 160.46875 287.6903Q159.8125 288.15906 159.53125 288.95593Q159.26562 289.7528 159.26562 290.61218Q159.26562 291.70593 159.57812 292.51843Q159.90625 293.33093 160.57812 293.73718Q161.25 294.14343 162.04688 294.14343Q163.0 294.14343 163.65625 293.59656Q164.32812 293.04968 164.5625 291.95593ZM166.90625 291.86218Q166.90625 290.1278 167.85938 289.29968Q168.65625 288.61218 169.8125 288.61218Q171.09375 288.61218 171.90625 289.45593Q172.73438 290.28406 172.73438 291.76843Q172.73438 292.97156 172.375 293.65906Q172.01562 294.34656 171.3125 294.73718Q170.625 295.11218 169.8125 295.11218Q168.51562 295.11218 167.70312 294.28406Q166.90625 293.4403 166.90625 291.86218ZM167.98438 291.86218Q167.98438 293.04968 168.5 293.64343Q169.03125 294.23718 169.8125 294.23718Q170.60938 294.23718 171.125 293.64343Q171.64062 293.04968 171.64062 291.83093Q171.64062 290.67468 171.10938 290.08093Q170.59375 289.48718 169.8125 289.48718Q169.03125 289.48718 168.5 290.08093Q167.98438 290.65906 167.98438 291.86218ZM174.29688 294.97156L174.29688 288.7528L175.23438 288.7528L175.23438 289.6278Q175.92188 288.61218 177.21875 288.61218Q177.78125 288.61218 178.25 288.8153Q178.73438 289.01843 178.96875 289.34656Q179.20312 289.67468 179.29688 290.11218Q179.34375 290.40906 179.34375 291.14343L179.34375 294.97156L178.29688 294.97156L178.29688 291.1903Q178.29688 290.53406 178.17188 290.22156Q178.04688 289.90906 177.73438 289.72156Q177.42188 289.51843 177.0 289.51843Q176.32812 289.51843 175.82812 289.95593Q175.34375 290.3778 175.34375 291.5653L175.34375 294.97156L174.29688 294.97156ZM180.875 293.11218L181.90625 292.95593Q182.0 293.58093 182.39062 293.90906Q182.79688 294.23718 183.53125 294.23718Q184.25 294.23718 184.59375 293.95593Q184.95312 293.65906 184.95312 293.2528Q184.95312 292.89343 184.64062 292.6903Q184.42188 292.54968 183.5625 292.33093Q182.40625 292.03406 181.95312 291.83093Q181.51562 291.61218 181.28125 291.23718Q181.04688 290.86218 181.04688 290.39343Q181.04688 289.98718 181.23438 289.6278Q181.42188 289.26843 181.75 289.03406Q182.0 288.86218 182.42188 288.73718Q182.84375 288.61218 183.34375 288.61218Q184.0625 288.61218 184.60938 288.83093Q185.17188 289.03406 185.4375 289.39343Q185.70312 289.7528 185.79688 290.34656L184.76562 290.48718Q184.70312 290.01843 184.35938 289.7528Q184.03125 289.47156 183.40625 289.47156Q182.6875 289.47156 182.375 289.72156Q182.0625 289.95593 182.0625 290.28406Q182.0625 290.48718 182.1875 290.64343Q182.32812 290.8153 182.59375 290.92468Q182.75 290.98718 183.53125 291.1903Q184.65625 291.5028 185.09375 291.6903Q185.53125 291.8778 185.78125 292.23718Q186.03125 292.59656 186.03125 293.14343Q186.03125 293.67468 185.71875 294.14343Q185.42188 294.59656 184.84375 294.86218Q184.26562 295.11218 183.53125 295.11218Q182.3125 295.11218 181.67188 294.61218Q181.04688 294.09656 180.875 293.11218ZM191.375 294.97156L191.375 294.04968Q190.64062 295.11218 189.39062 295.11218Q188.84375 295.11218 188.35938 294.90906Q187.89062 294.6903 187.65625 294.3778Q187.42188 294.04968 187.32812 293.58093Q187.26562 293.28406 187.26562 292.59656L187.26562 288.7528L188.32812 288.7528L188.32812 292.20593Q188.32812 293.01843 188.39062 293.3153Q188.48438 293.72156 188.79688 293.97156Q189.125 294.20593 189.60938 294.20593Q190.07812 294.20593 190.48438 293.97156Q190.90625 293.72156 191.07812 293.29968Q191.26562 292.8778 191.26562 292.08093L191.26562 288.7528L192.3125 288.7528L192.3125 294.97156L191.375 294.97156ZM194.26562 294.97156L194.26562 286.3778L195.32812 286.3778L195.32812 294.97156L194.26562 294.97156ZM199.59375 294.03406L199.75 294.95593Q199.29688 295.04968 198.95312 295.04968Q198.375 295.04968 198.0625 294.8778Q197.75 294.6903 197.60938 294.39343Q197.48438 294.09656 197.48438 293.14343L197.48438 289.5653L196.71875 289.5653L196.71875 288.7528L197.48438 288.7528L197.48438 287.20593L198.53125 286.58093L198.53125 288.7528L199.59375 288.7528L199.59375 289.5653L198.53125 289.5653L198.53125 293.20593Q198.53125 293.65906 198.57812 293.78406Q198.64062 293.90906 198.76562 293.98718Q198.89062 294.0653 199.125 294.0653Q199.3125 294.0653 199.59375 294.03406ZM200.29688 287.59656L200.29688 286.3778L201.35938 286.3778L201.35938 287.59656L200.29688 287.59656ZM200.29688 294.97156L200.29688 288.7528L201.35938 288.7528L201.35938 294.97156L200.29688 294.97156ZM203.29688 294.97156L203.29688 288.7528L204.23438 288.7528L204.23438 289.6278Q204.92188 288.61218 206.21875 288.61218Q206.78125 288.61218 207.25 288.8153Q207.73438 289.01843 207.96875 289.34656Q208.20312 289.67468 208.29688 290.11218Q208.34375 290.40906 208.34375 291.14343L208.34375 294.97156L207.29688 294.97156L207.29688 291.1903Q207.29688 290.53406 207.17188 290.22156Q207.04688 289.90906 206.73438 289.72156Q206.42188 289.51843 206.0 289.51843Q205.32812 289.51843 204.82812 289.95593Q204.34375 290.3778 204.34375 291.5653L204.34375 294.97156L203.29688 294.97156ZM210.09375 295.48718L211.125 295.64343Q211.1875 296.11218 211.48438 296.33093Q211.875 296.6278 212.54688 296.6278Q213.28125 296.6278 213.67188 296.33093Q214.07812 296.03406 214.21875 295.51843Q214.3125 295.1903 214.29688 294.15906Q213.60938 294.97156 212.57812 294.97156Q211.29688 294.97156 210.59375 294.04968Q209.89062 293.11218 209.89062 291.83093Q209.89062 290.9403 210.20312 290.1903Q210.53125 289.42468 211.14062 289.01843Q211.75 288.61218 212.57812 288.61218Q213.6875 288.61218 214.40625 289.5028L214.40625 288.7528L215.375 288.7528L215.375 294.1278Q215.375 295.58093 215.07812 296.1903Q214.78125 296.79968 214.14062 297.14343Q213.5 297.5028 212.5625 297.5028Q211.45312 297.5028 210.76562 297.0028Q210.07812 296.5028 210.09375 295.48718ZM210.96875 291.7528Q210.96875 292.97156 211.45312 293.53406Q211.9375 294.09656 212.67188 294.09656Q213.40625 294.09656 213.89062 293.53406Q214.39062 292.97156 214.39062 291.78406Q214.39062 290.64343 213.875 290.0653Q213.375 289.48718 212.65625 289.48718Q211.95312 289.48718 211.45312 290.0653Q210.96875 290.6278 210.96875 291.7528Z" fill-rule="nonzero"/><path fill="#666666" d="M187.07812 321.4884Q187.07812 319.34778 188.21875 318.14465Q189.375 316.9259 191.1875 316.9259Q192.39062 316.9259 193.34375 317.50403Q194.29688 318.06653 194.79688 319.08215Q195.29688 320.09778 195.29688 321.39465Q195.29688 322.69153 194.76562 323.72278Q194.23438 324.75403 193.26562 325.28528Q192.3125 325.81653 191.1875 325.81653Q189.96875 325.81653 189.01562 325.2384Q188.0625 324.64465 187.5625 323.64465Q187.07812 322.62903 187.07812 321.4884ZM188.25 321.50403Q188.25 323.06653 189.07812 323.95715Q189.92188 324.84778 191.1875 324.84778Q192.46875 324.84778 193.29688 323.95715Q194.125 323.0509 194.125 321.37903Q194.125 320.33215 193.76562 319.5509Q193.42188 318.76965 192.73438 318.34778Q192.04688 317.91028 191.20312 317.91028Q190.0 317.91028 189.125 318.7384Q188.25 319.56653 188.25 321.50403ZM198.59375 324.7384L198.75 325.66028Q198.29688 325.75403 197.95312 325.75403Q197.375 325.75403 197.0625 325.58215Q196.75 325.39465 196.60938 325.09778Q196.48438 324.8009 196.48438 323.84778L196.48438 320.26965L195.71875 320.26965L195.71875 319.45715L196.48438 319.45715L196.48438 317.91028L197.53125 317.28528L197.53125 319.45715L198.59375 319.45715L198.59375 320.26965L197.53125 320.26965L197.53125 323.91028Q197.53125 324.3634 197.57812 324.4884Q197.64062 324.6134 197.76562 324.69153Q197.89062 324.76965 198.125 324.76965Q198.3125 324.76965 198.59375 324.7384ZM199.29688 325.6759L199.29688 317.08215L200.34375 317.08215L200.34375 320.16028Q201.07812 319.31653 202.20312 319.31653Q202.90625 319.31653 203.40625 319.59778Q203.92188 319.8634 204.14062 320.34778Q204.35938 320.81653 204.35938 321.7384L204.35938 325.6759L203.3125 325.6759L203.3125 321.7384Q203.3125 320.94153 202.96875 320.58215Q202.625 320.22278 202.0 320.22278Q201.53125 320.22278 201.10938 320.47278Q200.70312 320.70715 200.51562 321.12903Q200.34375 321.53528 200.34375 322.26965L200.34375 325.6759L199.29688 325.6759ZM210.54688 323.6759L211.64062 323.8009Q211.39062 324.75403 210.6875 325.28528Q209.98438 325.81653 208.90625 325.81653Q207.54688 325.81653 206.73438 324.97278Q205.9375 324.12903 205.9375 322.6134Q205.9375 321.0509 206.75 320.19153Q207.5625 319.31653 208.84375 319.31653Q210.09375 319.31653 210.875 320.16028Q211.67188 321.00403 211.67188 322.5509Q211.67188 322.64465 211.67188 322.83215L207.03125 322.83215Q207.09375 323.8634 207.60938 324.41028Q208.125 324.94153 208.90625 324.94153Q209.48438 324.94153 209.89062 324.64465Q210.3125 324.33215 210.54688 323.6759ZM207.09375 321.97278L210.5625 321.97278Q210.5 321.1759 210.17188 320.78528Q209.65625 320.1759 208.85938 320.1759Q208.125 320.1759 207.625 320.66028Q207.14062 321.14465 207.09375 321.97278ZM213.28125 325.6759L213.28125 319.45715L214.23438 319.45715L214.23438 320.39465Q214.59375 319.7384 214.89062 319.53528Q215.20312 319.31653 215.57812 319.31653Q216.10938 319.31653 216.65625 319.64465L216.29688 320.62903Q215.90625 320.39465 215.53125 320.39465Q215.17188 320.39465 214.89062 320.6134Q214.625 320.81653 214.51562 321.19153Q214.32812 321.75403 214.32812 322.41028L214.32812 325.6759L213.28125 325.6759Z" fill-rule="nonzero"/><path fill="#666666" d="M214.0 355.167Q214.0 353.63574 214.3125 352.71387Q214.625 351.77637 215.23438 351.27637Q215.85938 350.77637 216.79688 350.77637Q217.48438 350.77637 218.0 351.05762Q218.53125 351.33887 218.875 351.87012Q219.21875 352.38574 219.40625 353.13574Q219.59375 353.88574 219.59375 355.167Q219.59375 356.68262 219.28125 357.6045Q218.98438 358.52637 218.35938 359.042Q217.75 359.542 216.79688 359.542Q215.5625 359.542 214.84375 358.65137Q214.0 357.58887 214.0 355.167ZM215.07812 355.167Q215.07812 357.27637 215.57812 357.9795Q216.07812 358.68262 216.79688 358.68262Q217.53125 358.68262 218.01562 357.9795Q218.51562 357.27637 218.51562 355.167Q218.51562 353.042 218.01562 352.3545Q217.53125 351.65137 216.78125 351.65137Q216.0625 351.65137 215.625 352.26074Q215.07812 353.042 215.07812 355.167ZM221.20312 352.87012Q221.20312 351.94824 221.65625 351.30762Q222.125 350.667 223.0 350.667Q223.8125 350.667 224.34375 351.24512Q224.875 351.82324 224.875 352.93262Q224.875 354.02637 224.32812 354.62012Q223.79688 355.19824 223.01562 355.19824Q222.23438 355.19824 221.71875 354.62012Q221.20312 354.042 221.20312 352.87012ZM223.03125 351.38574Q222.64062 351.38574 222.375 351.7295Q222.125 352.07324 222.125 352.9795Q222.125 353.80762 222.375 354.15137Q222.64062 354.4795 223.03125 354.4795Q223.4375 354.4795 223.6875 354.13574Q223.95312 353.792 223.95312 352.90137Q223.95312 352.05762 223.6875 351.7295Q223.42188 351.38574 223.03125 351.38574ZM223.03125 359.71387L227.73438 350.667L228.59375 350.667L223.90625 359.71387L223.03125 359.71387ZM226.75 357.38574Q226.75 356.46387 227.20312 355.82324Q227.67188 355.18262 228.5625 355.18262Q229.375 355.18262 229.90625 355.76074Q230.4375 356.32324 230.4375 357.44824Q230.4375 358.542 229.89062 359.13574Q229.35938 359.71387 228.5625 359.71387Q227.79688 359.71387 227.26562 359.13574Q226.75 358.55762 226.75 357.38574ZM228.59375 355.90137Q228.1875 355.90137 227.92188 356.24512Q227.67188 356.58887 227.67188 357.49512Q227.67188 358.30762 227.9375 358.65137Q228.20312 358.99512 228.59375 358.99512Q228.98438 358.99512 229.25 358.65137Q229.51562 358.30762 229.51562 357.40137Q229.51562 356.57324 229.25 356.24512Q228.98438 355.90137 228.59375 355.90137Z" fill-rule="nonzero"/><path fill="#666666" d="M304.80313 358.38574L304.80313 359.40137L299.11563 359.40137Q299.11563 359.02637 299.24063 358.667Q299.45938 358.08887 299.92813 357.52637Q300.4125 356.96387 301.31876 356.2295Q302.725 355.07324 303.20938 354.40137Q303.70938 353.7295 303.70938 353.13574Q303.70938 352.51074 303.25626 352.08887Q302.80313 351.65137 302.08438 351.65137Q301.31876 351.65137 300.86563 352.1045Q300.4125 352.55762 300.39688 353.37012L299.31876 353.26074Q299.42813 352.042 300.14688 351.417Q300.88126 350.77637 302.11563 350.77637Q303.35 350.77637 304.06876 351.46387Q304.7875 352.15137 304.7875 353.167Q304.7875 353.68262 304.56876 354.18262Q304.36563 354.667 303.86563 355.2295Q303.38126 355.77637 302.25626 356.7295Q301.30313 357.52637 301.02188 357.82324Q300.75626 358.1045 300.58438 358.38574L304.80313 358.38574ZM306.25626 355.167Q306.25626 353.63574 306.56876 352.71387Q306.88126 351.77637 307.49063 351.27637Q308.11563 350.77637 309.05313 350.77637Q309.74063 350.77637 310.25626 351.05762Q310.7875 351.33887 311.13126 351.87012Q311.475 352.38574 311.6625 353.13574Q311.85 353.88574 311.85 355.167Q311.85 356.68262 311.5375 357.6045Q311.24063 358.52637 310.61563 359.042Q310.00626 359.542 309.05313 359.542Q307.81876 359.542 307.1 358.65137Q306.25626 357.58887 306.25626 355.167ZM307.33438 355.167Q307.33438 357.27637 307.83438 357.9795Q308.33438 358.68262 309.05313 358.68262Q309.7875 358.68262 310.27188 357.9795Q310.77188 357.27637 310.77188 355.167Q310.77188 353.042 310.27188 352.3545Q309.7875 351.65137 309.0375 351.65137Q308.31876 351.65137 307.88126 352.26074Q307.33438 353.042 307.33438 355.167ZM313.45938 352.87012Q313.45938 351.94824 313.9125 351.30762Q314.38126 350.667 315.25626 350.667Q316.06876 350.667 316.6 351.24512Q317.13126 351.82324 317.13126 352.93262Q317.13126 354.02637 316.58438 354.62012Q316.05313 355.19824 315.27188 355.19824Q314.49063 355.19824 313.975 354.62012Q313.45938 354.042 313.45938 352.87012ZM315.2875 351.38574Q314.89688 351.38574 314.63126 351.7295Q314.38126 352.07324 314.38126 352.9795Q314.38126 353.80762 314.63126 354.15137Q314.89688 354.4795 315.2875 354.4795Q315.69376 354.4795 315.94376 354.13574Q316.20938 353.792 316.20938 352.90137Q316.20938 352.05762 315.94376 351.7295Q315.67813 351.38574 315.2875 351.38574ZM315.2875 359.71387L319.99063 350.667L320.85 350.667L316.1625 359.71387L315.2875 359.71387ZM319.00626 357.38574Q319.00626 356.46387 319.45938 355.82324Q319.92813 355.18262 320.81876 355.18262Q321.63126 355.18262 322.1625 355.76074Q322.69376 356.32324 322.69376 357.44824Q322.69376 358.542 322.14688 359.13574Q321.61563 359.71387 320.81876 359.71387Q320.05313 359.71387 319.52188 359.13574Q319.00626 358.55762 319.00626 357.38574ZM320.85 355.90137Q320.44376 355.90137 320.17813 356.24512Q319.92813 356.58887 319.92813 357.49512Q319.92813 358.30762 320.19376 358.65137Q320.45938 358.99512 320.85 358.99512Q321.24063 358.99512 321.50626 358.65137Q321.77188 358.30762 321.77188 357.40137Q321.77188 356.57324 321.50626 356.24512Q321.24063 355.90137 320.85 355.90137Z" fill-rule="nonzero"/><path fill="#666666" d="M391.3875 359.40137L391.3875 357.33887L387.66876 357.33887L387.66876 356.37012L391.59064 350.80762L392.45 350.80762L392.45 356.37012L393.60626 356.37012L393.60626 357.33887L392.45 357.33887L392.45 359.40137L391.3875 359.40137ZM391.3875 356.37012L391.3875 352.51074L388.7 356.37012L391.3875 356.37012ZM395.0125 355.167Q395.0125 353.63574 395.325 352.71387Q395.6375 351.77637 396.2469 351.27637Q396.8719 350.77637 397.8094 350.77637Q398.4969 350.77637 399.0125 351.05762Q399.54376 351.33887 399.8875 351.87012Q400.23126 352.38574 400.41876 353.13574Q400.60626 353.88574 400.60626 355.167Q400.60626 356.68262 400.29376 357.6045Q399.9969 358.52637 399.3719 359.042Q398.7625 359.542 397.8094 359.542Q396.575 359.542 395.85626 358.65137Q395.0125 357.58887 395.0125 355.167ZM396.09064 355.167Q396.09064 357.27637 396.59064 357.9795Q397.09064 358.68262 397.8094 358.68262Q398.54376 358.68262 399.02814 357.9795Q399.52814 357.27637 399.52814 355.167Q399.52814 353.042 399.02814 352.3545Q398.54376 351.65137 397.79376 351.65137Q397.075 351.65137 396.6375 352.26074Q396.09064 353.042 396.09064 355.167ZM402.21564 352.87012Q402.21564 351.94824 402.66876 351.30762Q403.1375 350.667 404.0125 350.667Q404.825 350.667 405.35626 351.24512Q405.8875 351.82324 405.8875 352.93262Q405.8875 354.02637 405.34064 354.62012Q404.8094 355.19824 404.02814 355.19824Q403.2469 355.19824 402.73126 354.62012Q402.21564 354.042 402.21564 352.87012ZM404.04376 351.38574Q403.65314 351.38574 403.3875 351.7295Q403.1375 352.07324 403.1375 352.9795Q403.1375 353.80762 403.3875 354.15137Q403.65314 354.4795 404.04376 354.4795Q404.45 354.4795 404.7 354.13574Q404.96564 353.792 404.96564 352.90137Q404.96564 352.05762 404.7 351.7295Q404.4344 351.38574 404.04376 351.38574ZM404.04376 359.71387L408.7469 350.667L409.60626 350.667L404.91876 359.71387L404.04376 359.71387ZM407.7625 357.38574Q407.7625 356.46387 408.21564 355.82324Q408.6844 355.18262 409.575 355.18262Q410.3875 355.18262 410.91876 355.76074Q411.45 356.32324 411.45 357.44824Q411.45 358.542 410.90314 359.13574Q410.3719 359.71387 409.575 359.71387Q408.8094 359.71387 408.27814 359.13574Q407.7625 358.55762 407.7625 357.38574ZM409.60626 355.90137Q409.2 355.90137 408.9344 356.24512Q408.6844 356.58887 408.6844 357.49512Q408.6844 358.30762 408.95 358.65137Q409.21564 358.99512 409.60626 358.99512Q409.9969 358.99512 410.2625 358.65137Q410.52814 358.30762 410.52814 357.40137Q410.52814 356.57324 410.2625 356.24512Q409.9969 355.90137 409.60626 355.90137Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 352.917L481.1906 352.99512Q481.05 352.37012 480.8 352.08887Q480.3625 351.63574 479.7375 351.63574Q479.2375 351.63574 478.84686 351.917Q478.3625 352.292 478.0656 352.99512Q477.78436 353.68262 477.76874 354.96387Q478.14374 354.38574 478.6906 354.1045Q479.2531 353.82324 479.8625 353.82324Q480.90936 353.82324 481.64374 354.6045Q482.39374 355.38574 482.39374 356.6045Q482.39374 357.417 482.03436 358.12012Q481.6906 358.80762 481.08124 359.18262Q480.47186 359.542 479.70624 359.542Q478.3781 359.542 477.55 358.57324Q476.72186 357.6045 476.72186 355.38574Q476.72186 352.88574 477.64374 351.76074Q478.4406 350.77637 479.8 350.77637Q480.8156 350.77637 481.45624 351.3545Q482.1125 351.917 482.2375 352.917ZM477.9406 356.62012Q477.9406 357.167 478.15936 357.667Q478.39374 358.15137 478.8 358.417Q479.22186 358.68262 479.6906 358.68262Q480.34686 358.68262 480.83124 358.15137Q481.3156 357.6045 481.3156 356.68262Q481.3156 355.792 480.83124 355.27637Q480.3625 354.76074 479.64374 354.76074Q478.925 354.76074 478.425 355.27637Q477.9406 355.792 477.9406 356.62012ZM483.76874 355.167Q483.76874 353.63574 484.08124 352.71387Q484.39374 351.77637 485.0031 351.27637Q485.6281 350.77637 486.5656 350.77637Q487.2531 350.77637 487.76874 351.05762Q488.3 351.33887 488.64374 351.87012Q488.9875 352.38574 489.175 353.13574Q489.3625 353.88574 489.3625 355.167Q489.3625 356.68262 489.05 357.6045Q488.7531 358.52637 488.1281 359.042Q487.51874 359.542 486.5656 359.542Q485.33124 359.542 484.6125 358.65137Q483.76874 357.58887 483.76874 355.167ZM484.84686 355.167Q484.84686 357.27637 485.34686 357.9795Q485.84686 358.68262 486.5656 358.68262Q487.3 358.68262 487.78436 357.9795Q488.28436 357.27637 488.28436 355.167Q488.28436 353.042 487.78436 352.3545Q487.3 351.65137 486.55 351.65137Q485.83124 351.65137 485.39374 352.26074Q484.84686 353.042 484.84686 355.167ZM490.97186 352.87012Q490.97186 351.94824 491.425 351.30762Q491.89374 350.667 492.76874 350.667Q493.58124 350.667 494.1125 351.24512Q494.64374 351.82324 494.64374 352.93262Q494.64374 354.02637 494.09686 354.62012Q493.5656 355.19824 492.78436 355.19824Q492.0031 355.19824 491.4875 354.62012Q490.97186 354.042 490.97186 352.87012ZM492.8 351.38574Q492.40936 351.38574 492.14374 351.7295Q491.89374 352.07324 491.89374 352.9795Q491.89374 353.80762 492.14374 354.15137Q492.40936 354.4795 492.8 354.4795Q493.20624 354.4795 493.45624 354.13574Q493.72186 353.792 493.72186 352.90137Q493.72186 352.05762 493.45624 351.7295Q493.1906 351.38574 492.8 351.38574ZM492.8 359.71387L497.5031 350.667L498.3625 350.667L493.675 359.71387L492.8 359.71387ZM496.51874 357.38574Q496.51874 356.46387 496.97186 355.82324Q497.4406 355.18262 498.33124 355.18262Q499.14374 355.18262 499.675 355.76074Q500.20624 356.32324 500.20624 357.44824Q500.20624 358.542 499.65936 359.13574Q499.1281 359.71387 498.33124 359.71387Q497.5656 359.71387 497.03436 359.13574Q496.51874 358.55762 496.51874 357.38574ZM498.3625 355.90137Q497.95624 355.90137 497.6906 356.24512Q497.4406 356.58887 497.4406 357.49512Q497.4406 358.30762 497.70624 358.65137Q497.97186 358.99512 498.3625 358.99512Q498.7531 358.99512 499.01874 358.65137Q499.28436 358.30762 499.28436 357.40137Q499.28436 356.57324 499.01874 356.24512Q498.7531 355.90137 498.3625 355.90137Z" fill-rule="nonzero"/><path fill="#666666" d="M567.15 354.74512Q566.4938 354.49512 566.16565 354.05762Q565.85315 353.6045 565.85315 352.99512Q565.85315 352.05762 566.525 351.417Q567.2125 350.77637 568.3219 350.77637Q569.4469 350.77637 570.1344 351.43262Q570.8219 352.08887 570.8219 353.02637Q570.8219 353.62012 570.5094 354.05762Q570.1969 354.49512 569.5563 354.74512Q570.35315 354.99512 570.7594 355.57324Q571.16565 356.15137 571.16565 356.94824Q571.16565 358.042 570.3844 358.792Q569.6188 359.542 568.3375 359.542Q567.0719 359.542 566.29065 358.792Q565.5094 358.042 565.5094 356.917Q565.5094 356.07324 565.9313 355.51074Q566.3688 354.94824 567.15 354.74512ZM566.9313 352.94824Q566.9313 353.55762 567.3219 353.94824Q567.72815 354.33887 568.35315 354.33887Q568.9625 354.33887 569.35315 353.96387Q569.7438 353.57324 569.7438 353.01074Q569.7438 352.43262 569.3375 352.042Q568.9313 351.63574 568.3375 351.63574Q567.72815 351.63574 567.3219 352.02637Q566.9313 352.417 566.9313 352.94824ZM566.60315 356.917Q566.60315 357.37012 566.8063 357.792Q567.025 358.21387 567.4469 358.44824Q567.8688 358.68262 568.35315 358.68262Q569.10315 358.68262 569.5875 358.19824Q570.0875 357.71387 570.0875 356.96387Q570.0875 356.19824 569.5875 355.69824Q569.0875 355.19824 568.3219 355.19824Q567.5719 355.19824 567.0875 355.69824Q566.60315 356.18262 566.60315 356.917ZM572.525 355.167Q572.525 353.63574 572.8375 352.71387Q573.15 351.77637 573.7594 351.27637Q574.3844 350.77637 575.3219 350.77637Q576.0094 350.77637 576.525 351.05762Q577.0563 351.33887 577.4 351.87012Q577.7438 352.38574 577.9313 353.13574Q578.1188 353.88574 578.1188 355.167Q578.1188 356.68262 577.8063 357.6045Q577.5094 358.52637 576.8844 359.042Q576.275 359.542 575.3219 359.542Q574.0875 359.542 573.3688 358.65137Q572.525 357.58887 572.525 355.167ZM573.60315 355.167Q573.60315 357.27637 574.10315 357.9795Q574.60315 358.68262 575.3219 358.68262Q576.0563 358.68262 576.54065 357.9795Q577.04065 357.27637 577.04065 355.167Q577.04065 353.042 576.54065 352.3545Q576.0563 351.65137 575.3063 351.65137Q574.5875 351.65137 574.15 352.26074Q573.60315 353.042 573.60315 355.167ZM579.72815 352.87012Q579.72815 351.94824 580.1813 351.30762Q580.65 350.667 581.525 350.667Q582.3375 350.667 582.8688 351.24512Q583.4 351.82324 583.4 352.93262Q583.4 354.02637 582.85315 354.62012Q582.3219 355.19824 581.54065 355.19824Q580.7594 355.19824 580.2438 354.62012Q579.72815 354.042 579.72815 352.87012ZM581.5563 351.38574Q581.16565 351.38574 580.9 351.7295Q580.65 352.07324 580.65 352.9795Q580.65 353.80762 580.9 354.15137Q581.16565 354.4795 581.5563 354.4795Q581.9625 354.4795 582.2125 354.13574Q582.47815 353.792 582.47815 352.90137Q582.47815 352.05762 582.2125 351.7295Q581.9469 351.38574 581.5563 351.38574ZM581.5563 359.71387L586.2594 350.667L587.1188 350.667L582.4313 359.71387L581.5563 359.71387ZM585.275 357.38574Q585.275 356.46387 585.72815 355.82324Q586.1969 355.18262 587.0875 355.18262Q587.9 355.18262 588.4313 355.76074Q588.9625 356.32324 588.9625 357.44824Q588.9625 358.542 588.41565 359.13574Q587.8844 359.71387 587.0875 359.71387Q586.3219 359.71387 585.79065 359.13574Q585.275 358.55762 585.275 357.38574ZM587.1188 355.90137Q586.7125 355.90137 586.4469 356.24512Q586.1969 356.58887 586.1969 357.49512Q586.1969 358.30762 586.4625 358.65137Q586.72815 358.99512 587.1188 358.99512Q587.5094 358.99512 587.775 358.65137Q588.04065 358.30762 588.04065 357.40137Q588.04065 356.57324 587.775 356.24512Q587.5094 355.90137 587.1188 355.90137Z" fill-rule="nonzero"/><path fill="#666666" d="M22.428125 32.6L19.771875 22.584373L21.13125 22.584373L22.6625 29.146873Q22.896875 30.178123 23.084375 31.193748Q23.459375 29.584373 23.5375 29.349998L25.44375 22.584373L27.0375 22.584373L28.475 27.646873Q29.00625 29.537498 29.25625 31.193748Q29.44375 30.240623 29.75625 29.021873L31.31875 22.584373L32.6625 22.584373L29.9125 32.6L28.63125 32.6L26.521875 24.959373Q26.25625 24.006248 26.209375 23.787498Q26.053125 24.474998 25.9125 24.959373L23.7875 32.6L22.428125 32.6ZM33.521873 32.6L33.521873 22.584373L34.75625 22.584373L34.75625 26.178123Q35.615623 25.178123 36.928123 25.178123Q37.740623 25.178123 38.334373 25.506248Q38.928123 25.818748 39.178123 26.381248Q39.44375 26.928123 39.44375 28.006248L39.44375 32.6L38.209373 32.6L38.209373 28.006248Q38.209373 27.068748 37.803123 26.662498Q37.4125 26.240623 36.678123 26.240623Q36.13125 26.240623 35.646873 26.521873Q35.1625 26.803123 34.959373 27.287498Q34.75625 27.771873 34.75625 28.631248L34.75625 32.6L33.521873 32.6ZM41.5375 23.990623L41.5375 22.584373L42.75625 22.584373L42.75625 23.990623L41.5375 23.990623ZM41.5375 32.6L41.5375 25.334373L42.75625 25.334373L42.75625 32.6L41.5375 32.6ZM49.25625 29.943748L50.475 30.099998Q50.271873 31.349998 49.44375 32.06875Q48.63125 32.771873 47.44375 32.771873Q45.959373 32.771873 45.053123 31.803123Q44.146873 30.818748 44.146873 28.990623Q44.146873 27.818748 44.5375 26.943748Q44.928123 26.053123 45.725 25.615623Q46.521873 25.178123 47.459373 25.178123Q48.63125 25.178123 49.38125 25.771873Q50.146873 26.365623 50.35 27.474998L49.1625 27.662498Q48.990623 26.928123 48.553123 26.568748Q48.115623 26.193748 47.50625 26.193748Q46.56875 26.193748 45.990623 26.865623Q45.4125 27.521873 45.4125 28.959373Q45.4125 30.428123 45.975 31.099998Q46.5375 31.756248 47.428123 31.756248Q48.1625 31.756248 48.646873 31.318748Q49.13125 30.865623 49.25625 29.943748ZM51.521873 32.6L51.521873 22.584373L52.75625 22.584373L52.75625 26.178123Q53.615623 25.178123 54.928123 25.178123Q55.740623 25.178123 56.334373 25.506248Q56.928123 25.818748 57.178123 26.381248Q57.44375 26.928123 57.44375 28.006248L57.44375 32.6L56.209373 32.6L56.209373 28.006248Q56.209373 27.068748 55.803123 26.662498Q55.4125 26.240623 54.678123 26.240623Q54.13125 26.240623 53.646873 26.521873Q53.1625 26.803123 52.959373 27.287498Q52.75625 27.771873 52.75625 28.631248L52.75625 32.6L51.521873 32.6ZM63.06875 28.974998Q63.06875 26.959373 64.19375 25.974998Q65.11562 25.178123 66.475 25.178123Q67.95937 25.178123 68.9125 26.162498Q69.86562 27.131248 69.86562 28.865623Q69.86562 30.271873 69.44375 31.084373Q69.02187 31.881248 68.20937 32.334373Q67.4125 32.771873 66.475 32.771873Q64.94375 32.771873 64.00625 31.787498Q63.06875 30.803123 63.06875 28.974998ZM64.33437 28.974998Q64.33437 30.365623 64.94375 31.068748Q65.55312 31.756248 66.475 31.756248Q67.38125 31.756248 67.99062 31.053123Q68.6 30.349998 68.6 28.928123Q68.6 27.584373 67.99062 26.896873Q67.38125 26.193748 66.475 26.193748Q65.55312 26.193748 64.94375 26.881248Q64.33437 27.568748 64.33437 28.974998ZM71.81875 32.6L71.81875 26.303123L70.725 26.303123L70.725 25.334373L71.81875 25.334373L71.81875 24.568748Q71.81875 23.834373 71.94375 23.474998Q72.13125 23.006248 72.56875 22.709373Q73.02187 22.412498 73.83437 22.412498Q74.35 22.412498 74.975 22.537498L74.7875 23.599998Q74.4125 23.537498 74.06875 23.537498Q73.50625 23.537498 73.27187 23.771873Q73.0375 24.006248 73.0375 24.662498L73.0375 25.334373L74.45937 25.334373L74.45937 26.303123L73.0375 26.303123L73.0375 32.6L71.81875 32.6ZM82.20937 31.506248L82.38125 32.584373Q81.86562 32.69375 81.45937 32.69375Q80.7875 32.69375 80.4125 32.490623Q80.05312 32.271873 79.89687 31.928123Q79.75625 31.584373 79.75625 30.474998L79.75625 26.303123L78.85 26.303123L78.85 25.334373L79.75625 25.334373L79.75625 23.537498L80.975 22.803123L80.975 25.334373L82.20937 25.334373L82.20937 26.303123L80.975 26.303123L80.975 30.537498Q80.975 31.068748 81.0375 31.224998Q81.1 31.365623 81.24062 31.459373Q81.39687 31.553123 81.6625 31.553123Q81.88125 31.553123 82.20937 31.506248ZM83.52187 32.6L83.52187 22.584373L84.75625 22.584373L84.75625 26.178123Q85.61562 25.178123 86.92812 25.178123Q87.74062 25.178123 88.33437 25.506248Q88.92812 25.818748 89.17812 26.381248Q89.44375 26.928123 89.44375 28.006248L89.44375 32.6L88.20937 32.6L88.20937 28.006248Q88.20937 27.068748 87.80312 26.662498Q87.4125 26.240623 86.67812 26.240623Q86.13125 26.240623 85.64687 26.521873Q85.1625 26.803123 84.95937 27.287498Q84.75625 27.771873 84.75625 28.631248L84.75625 32.6L83.52187 32.6ZM96.49062 30.256248L97.77187 30.412498Q97.45937 31.537498 96.64687 32.1625Q95.83437 32.771873 94.56875 32.771873Q92.975 32.771873 92.0375 31.787498Q91.11562 30.803123 91.11562 29.037498Q91.11562 27.193748 92.05312 26.193748Q93.00625 25.178123 94.50625 25.178123Q95.95937 25.178123 96.88125 26.178123Q97.80312 27.162498 97.80312 28.959373Q97.80312 29.068748 97.80312 29.287498L92.38125 29.287498Q92.45937 30.474998 93.05312 31.115623Q93.6625 31.756248 94.58437 31.756248Q95.25625 31.756248 95.725 31.396873Q96.20937 31.037498 96.49062 30.256248ZM92.45937 28.271873L96.50625 28.271873Q96.42812 27.349998 96.0375 26.896873Q95.45937 26.193748 94.52187 26.193748Q93.6625 26.193748 93.08437 26.756248Q92.52187 27.318748 92.45937 28.271873ZM103.81875 32.6L103.81875 26.303123L102.725 26.303123L102.725 25.334373L103.81875 25.334373L103.81875 24.568748Q103.81875 23.834373 103.94375 23.474998Q104.13125 23.006248 104.56875 22.709373Q105.02187 22.412498 105.83437 22.412498Q106.35 22.412498 106.975 22.537498L106.7875 23.599998Q106.4125 23.537498 106.06875 23.537498Q105.50625 23.537498 105.27187 23.771873Q105.0375 24.006248 105.0375 24.662498L105.0375 25.334373L106.45937 25.334373L106.45937 26.303123L105.0375 26.303123L105.0375 32.6L103.81875 32.6ZM107.06875 28.974998Q107.06875 26.959373 108.19375 25.974998Q109.11562 25.178123 110.475 25.178123Q111.95937 25.178123 112.9125 26.162498Q113.86562 27.131248 113.86562 28.865623Q113.86562 30.271873 113.44375 31.084373Q113.02187 31.881248 112.20937 32.334373Q111.4125 32.771873 110.475 32.771873Q108.94375 32.771873 108.00625 31.787498Q107.06875 30.803123 107.06875 28.974998ZM108.33437 28.974998Q108.33437 30.365623 108.94375 31.068748Q109.55312 31.756248 110.475 31.756248Q111.38125 31.756248 111.99062 31.053123Q112.6 30.349998 112.6 28.928123Q112.6 27.584373 111.99062 26.896873Q111.38125 26.193748 110.475 26.193748Q109.55312 26.193748 108.94375 26.881248Q108.33437 27.568748 108.33437 28.974998ZM115.49062 32.6L115.49062 22.584373L116.725 22.584373L116.725 32.6L115.49062 32.6ZM118.49062 32.6L118.49062 22.584373L119.725 22.584373L119.725 32.6L118.49062 32.6ZM121.06875 28.974998Q121.06875 26.959373 122.19375 25.974998Q123.11562 25.178123 124.475 25.178123Q125.95937 25.178123 126.9125 26.162498Q127.86562 27.131248 127.86562 28.865623Q127.86562 30.271873 127.44375 31.084373Q127.02187 31.881248 126.20937 32.334373Q125.4125 32.771873 124.475 32.771873Q122.94375 32.771873 122.00625 31.787498Q121.06875 30.803123 121.06875 28.974998ZM122.33437 28.974998Q122.33437 30.365623 122.94375 31.068748Q123.55312 31.756248 124.475 31.756248Q125.38125 31.756248 125.99062 31.053123Q126.6 30.349998 126.6 28.928123Q126.6 27.584373 125.99062 26.896873Q125.38125 26.193748 124.475 26.193748Q123.55312 26.193748 122.94375 26.881248Q122.33437 27.568748 122.33437 28.974998ZM130.86563 32.6L128.64688 25.334373L129.9125 25.334373L131.06876 29.537498L131.50626 31.084373Q131.52188 30.974998 131.88126 29.584373L133.0375 25.334373L134.2875 25.334373L135.38126 29.553123L135.74063 30.943748L136.1625 29.537498L137.4125 25.334373L138.6 25.334373L136.33438 32.6L135.05313 32.6L133.89688 28.256248L133.61563 27.021873L132.14688 32.6L130.86563 32.6ZM139.5375 23.990623L139.5375 22.584373L140.75626 22.584373L140.75626 23.990623L139.5375 23.990623ZM139.5375 32.6L139.5375 25.334373L140.75626 25.334373L140.75626 32.6L139.5375 32.6ZM142.52188 32.6L142.52188 25.334373L143.63126 25.334373L143.63126 26.365623Q144.42813 25.178123 145.94376 25.178123Q146.6 25.178123 147.14688 25.412498Q147.69376 25.646873 147.95938 26.037498Q148.24063 26.412498 148.35 26.943748Q148.42813 27.287498 148.42813 28.131248L148.42813 32.6L147.19376 32.6L147.19376 28.178123Q147.19376 27.428123 147.05313 27.068748Q146.9125 26.693748 146.5375 26.474998Q146.17813 26.240623 145.67813 26.240623Q144.89688 26.240623 144.31876 26.740623Q143.75626 27.240623 143.75626 28.631248L143.75626 32.6L142.52188 32.6ZM150.30313 33.209373L151.49063 33.38125Q151.56876 33.928123 151.9125 34.19375Q152.36563 34.521873 153.1625 34.521873Q154.02188 34.521873 154.475 34.178123Q154.94376 33.85 155.11563 33.225Q155.20938 32.85 155.19376 31.646873Q154.39688 32.6 153.19376 32.6Q151.69376 32.6 150.86563 31.521873Q150.05313 30.443748 150.05313 28.928123Q150.05313 27.896873 150.42813 27.021873Q150.80313 26.131248 151.50626 25.662498Q152.225 25.178123 153.19376 25.178123Q154.475 25.178123 155.31876 26.209373L155.31876 25.334373L156.44376 25.334373L156.44376 31.615623Q156.44376 33.31875 156.1 34.021873Q155.75626 34.725 155.00626 35.13125Q154.25626 35.553123 153.1625 35.553123Q151.86563 35.553123 151.06876 34.959373Q150.27188 34.38125 150.30313 33.209373ZM151.31876 28.834373Q151.31876 30.271873 151.88126 30.928123Q152.44376 31.584373 153.30313 31.584373Q154.14688 31.584373 154.725 30.928123Q155.30313 30.271873 155.30313 28.881248Q155.30313 27.553123 154.70938 26.881248Q154.11563 26.193748 153.2875 26.193748Q152.45938 26.193748 151.88126 26.865623Q151.31876 27.521873 151.31876 28.834373ZM163.6625 32.6L162.52188 32.6L162.52188 22.584373L163.74063 22.584373L163.74063 26.146873Q164.52188 25.178123 165.74063 25.178123Q166.4125 25.178123 167.00626 25.443748Q167.6 25.709373 167.99063 26.209373Q168.38126 26.693748 168.6 27.381248Q168.81876 28.068748 168.81876 28.865623Q168.81876 30.724998 167.88126 31.756248Q166.95938 32.771873 165.67813 32.771873Q164.39688 32.771873 163.6625 31.693748L163.6625 32.6ZM163.64688 28.912498Q163.64688 30.224998 164.00626 30.803123Q164.58438 31.756248 165.56876 31.756248Q166.38126 31.756248 166.95938 31.053123Q167.55313 30.349998 167.55313 28.959373Q167.55313 27.537498 166.99063 26.865623Q166.42813 26.193748 165.63126 26.193748Q164.81876 26.193748 164.225 26.896873Q163.64688 27.584373 163.64688 28.912498ZM175.49063 30.256248L176.77188 30.412498Q176.45938 31.537498 175.64688 32.1625Q174.83438 32.771873 173.56876 32.771873Q171.975 32.771873 171.0375 31.787498Q170.11563 30.803123 170.11563 29.037498Q170.11563 27.193748 171.05313 26.193748Q172.00626 25.178123 173.50626 25.178123Q174.95938 25.178123 175.88126 26.178123Q176.80313 27.162498 176.80313 28.959373Q176.80313 29.068748 176.80313 29.287498L171.38126 29.287498Q171.45938 30.474998 172.05313 31.115623Q172.6625 31.756248 173.58438 31.756248Q174.25626 31.756248 174.725 31.396873Q175.20938 31.037498 175.49063 30.256248ZM171.45938 28.271873L175.50626 28.271873Q175.42813 27.349998 175.0375 26.896873Q174.45938 26.193748 173.52188 26.193748Q172.6625 26.193748 172.08438 26.756248Q171.52188 27.318748 171.45938 28.271873ZM178.0375 30.428123L179.24063 30.240623Q179.35 30.974998 179.81876 31.365623Q180.2875 31.756248 181.13126 31.756248Q181.975 31.756248 182.38126 31.412498Q182.80313 31.068748 182.80313 30.599998Q182.80313 30.178123 182.42813 29.943748Q182.17813 29.771873 181.17813 29.521873Q179.81876 29.178123 179.2875 28.928123Q178.77188 28.678123 178.50626 28.240623Q178.24063 27.803123 178.24063 27.271873Q178.24063 26.787498 178.45938 26.381248Q178.67813 25.959373 179.06876 25.678123Q179.35 25.474998 179.83438 25.334373Q180.33438 25.178123 180.9125 25.178123Q181.75626 25.178123 182.39688 25.428123Q183.05313 25.662498 183.36563 26.084373Q183.67813 26.506248 183.7875 27.209373L182.58438 27.381248Q182.50626 26.818748 182.1 26.506248Q181.70938 26.193748 180.99063 26.193748Q180.14688 26.193748 179.7875 26.474998Q179.42813 26.740623 179.42813 27.131248Q179.42813 27.365623 179.56876 27.553123Q179.725 27.756248 180.05313 27.881248Q180.225 27.943748 181.13126 28.193748Q182.44376 28.553123 182.95938 28.771873Q183.475 28.990623 183.75626 29.412498Q184.05313 29.834373 184.05313 30.459373Q184.05313 31.084373 183.69376 31.631248Q183.35 32.1625 182.6625 32.475Q181.99063 32.771873 181.13126 32.771873Q179.725 32.771873 178.975 32.178123Q178.24063 31.584373 178.0375 30.428123ZM188.20938 31.506248L188.38126 32.584373Q187.86563 32.69375 187.45938 32.69375Q186.7875 32.69375 186.4125 32.490623Q186.05313 32.271873 185.89688 31.928123Q185.75626 31.584373 185.75626 30.474998L185.75626 26.303123L184.85 26.303123L184.85 25.334373L185.75626 25.334373L185.75626 23.537498L186.975 22.803123L186.975 25.334373L188.20938 25.334373L188.20938 26.303123L186.975 26.303123L186.975 30.537498Q186.975 31.068748 187.0375 31.224998Q187.1 31.365623 187.24063 31.459373Q187.39688 31.553123 187.6625 31.553123Q187.88126 31.553123 188.20938 31.506248ZM198.24063 32.6L198.24063 31.678123Q197.5375 32.771873 196.20938 32.771873Q195.33438 32.771873 194.6 32.2875Q193.88126 31.803123 193.475 30.943748Q193.08438 30.084373 193.08438 28.974998Q193.08438 27.896873 193.44376 27.006248Q193.80313 26.115623 194.52188 25.646873Q195.25626 25.178123 196.14688 25.178123Q196.80313 25.178123 197.31876 25.459373Q197.83438 25.724998 198.14688 26.178123L198.14688 22.584373L199.38126 22.584373L199.38126 32.6L198.24063 32.6ZM194.35 28.974998Q194.35 30.365623 194.92813 31.068748Q195.52188 31.756248 196.31876 31.756248Q197.13126 31.756248 197.69376 31.099998Q198.25626 30.428123 198.25626 29.084373Q198.25626 27.584373 197.67813 26.896873Q197.1 26.193748 196.27188 26.193748Q195.44376 26.193748 194.89688 26.865623Q194.35 27.537498 194.35 28.974998ZM206.49063 30.256248L207.77188 30.412498Q207.45938 31.537498 206.64688 32.1625Q205.83438 32.771873 204.56876 32.771873Q202.975 32.771873 202.0375 31.787498Q201.11563 30.803123 201.11563 29.037498Q201.11563 27.193748 202.05313 26.193748Q203.00626 25.178123 204.50626 25.178123Q205.95938 25.178123 206.88126 26.178123Q207.80313 27.162498 207.80313 28.959373Q207.80313 29.068748 207.80313 29.287498L202.38126 29.287498Q202.45938 30.474998 203.05313 31.115623Q203.6625 31.756248 204.58438 31.756248Q205.25626 31.756248 205.725 31.396873Q206.20938 31.037498 206.49063 30.256248ZM202.45938 28.271873L206.50626 28.271873Q206.42813 27.349998 206.0375 26.896873Q205.45938 26.193748 204.52188 26.193748Q203.6625 26.193748 203.08438 26.756248Q202.52188 27.318748 202.45938 28.271873ZM209.0375 30.428123L210.24063 30.240623Q210.35 30.974998 210.81876 31.365623Q211.2875 31.756248 212.13126 31.756248Q212.975 31.756248 213.38126 31.412498Q213.80313 31.068748 213.80313 30.599998Q213.80313 30.178123 213.42813 29.943748Q213.17813 29.771873 212.17813 29.521873Q210.81876 29.178123 210.2875 28.928123Q209.77188 28.678123 209.50626 28.240623Q209.24063 27.803123 209.24063 27.271873Q209.24063 26.787498 209.45938 26.381248Q209.67813 25.959373 210.06876 25.678123Q210.35 25.474998 210.83438 25.334373Q211.33438 25.178123 211.9125 25.178123Q212.75626 25.178123 213.39688 25.428123Q214.05313 25.662498 214.36563 26.084373Q214.67813 26.506248 214.7875 27.209373L213.58438 27.381248Q213.50626 26.818748 213.1 26.506248Q212.70938 26.193748 211.99063 26.193748Q211.14688 26.193748 210.7875 26.474998Q210.42813 26.740623 210.42813 27.131248Q210.42813 27.365623 210.56876 27.553123Q210.725 27.756248 211.05313 27.881248Q211.225 27.943748 212.13126 28.193748Q213.44376 28.553123 213.95938 28.771873Q214.475 28.990623 214.75626 29.412498Q215.05313 29.834373 215.05313 30.459373Q215.05313 31.084373 214.69376 31.631248Q214.35 32.1625 213.6625 32.475Q212.99063 32.771873 212.13126 32.771873Q210.725 32.771873 209.975 32.178123Q209.24063 31.584373 209.0375 30.428123ZM221.25626 29.943748L222.475 30.099998Q222.27188 31.349998 221.44376 32.06875Q220.63126 32.771873 219.44376 32.771873Q217.95938 32.771873 217.05313 31.803123Q216.14688 30.818748 216.14688 28.990623Q216.14688 27.818748 216.5375 26.943748Q216.92813 26.053123 217.725 25.615623Q218.52188 25.178123 219.45938 25.178123Q220.63126 25.178123 221.38126 25.771873Q222.14688 26.365623 222.35 27.474998L221.1625 27.662498Q220.99063 26.928123 220.55313 26.568748Q220.11563 26.193748 219.50626 26.193748Q218.56876 26.193748 217.99063 26.865623Q217.4125 27.521873 217.4125 28.959373Q217.4125 30.428123 217.975 31.099998Q218.5375 31.756248 219.42813 31.756248Q220.1625 31.756248 220.64688 31.318748Q221.13126 30.865623 221.25626 29.943748ZM223.50626 32.6L223.50626 25.334373L224.61563 25.334373L224.61563 26.443748Q225.0375 25.662498 225.39688 25.428123Q225.75626 25.178123 226.19376 25.178123Q226.81876 25.178123 227.45938 25.568748L227.0375 26.709373Q226.58438 26.443748 226.13126 26.443748Q225.725 26.443748 225.39688 26.693748Q225.08438 26.928123 224.94376 27.365623Q224.74063 28.021873 224.74063 28.803123L224.74063 32.6L223.50626 32.6ZM228.5375 23.990623L228.5375 22.584373L229.75626 22.584373L229.75626 23.990623L228.5375 23.990623ZM228.5375 32.6L228.5375 25.334373L229.75626 25.334373L229.75626 32.6L228.5375 32.6ZM232.6625 32.6L231.52188 32.6L231.52188 22.584373L232.74063 22.584373L232.74063 26.146873Q233.52188 25.178123 234.74063 25.178123Q235.4125 25.178123 236.00626 25.443748Q236.6 25.709373 236.99063 26.209373Q237.38126 26.693748 237.6 27.381248Q237.81876 28.068748 237.81876 28.865623Q237.81876 30.724998 236.88126 31.756248Q235.95938 32.771873 234.67813 32.771873Q233.39688 32.771873 232.6625 31.693748L232.6625 32.6ZM232.64688 28.912498Q232.64688 30.224998 233.00626 30.803123Q233.58438 31.756248 234.56876 31.756248Q235.38126 31.756248 235.95938 31.053123Q236.55313 30.349998 236.55313 28.959373Q236.55313 27.537498 235.99063 26.865623Q235.42813 26.193748 234.63126 26.193748Q233.81876 26.193748 233.225 26.896873Q232.64688 27.584373 232.64688 28.912498ZM244.49063 30.256248L245.77188 30.412498Q245.45938 31.537498 244.64688 32.1625Q243.83438 32.771873 242.56876 32.771873Q240.975 32.771873 240.0375 31.787498Q239.11563 30.803123 239.11563 29.037498Q239.11563 27.193748 240.05313 26.193748Q241.00626 25.178123 242.50626 25.178123Q243.95938 25.178123 244.88126 26.178123Q245.80313 27.162498 245.80313 28.959373Q245.80313 29.068748 245.80313 29.287498L240.38126 29.287498Q240.45938 30.474998 241.05313 31.115623Q241.6625 31.756248 242.58438 31.756248Q243.25626 31.756248 243.725 31.396873Q244.20938 31.037498 244.49063 30.256248ZM240.45938 28.271873L244.50626 28.271873Q244.42813 27.349998 244.0375 26.896873Q243.45938 26.193748 242.52188 26.193748Q241.6625 26.193748 241.08438 26.756248Q240.52188 27.318748 240.45938 28.271873ZM247.0375 30.428123L248.24063 30.240623Q248.35 30.974998 248.81876 31.365623Q249.2875 31.756248 250.13126 31.756248Q250.975 31.756248 251.38126 31.412498Q251.80313 31.068748 251.80313 30.599998Q251.80313 30.178123 251.42813 29.943748Q251.17813 29.771873 250.17813 29.521873Q248.81876 29.178123 248.2875 28.928123Q247.77188 28.678123 247.50626 28.240623Q247.24063 27.803123 247.24063 27.271873Q247.24063 26.787498 247.45938 26.381248Q247.67813 25.959373 248.06876 25.678123Q248.35 25.474998 248.83438 25.334373Q249.33438 25.178123 249.9125 25.178123Q250.75626 25.178123 251.39688 25.428123Q252.05313 25.662498 252.36563 26.084373Q252.67813 26.506248 252.7875 27.209373L251.58438 27.381248Q251.50626 26.818748 251.1 26.506248Q250.70938 26.193748 249.99063 26.193748Q249.14688 26.193748 248.7875 26.474998Q248.42813 26.740623 248.42813 27.131248Q248.42813 27.365623 248.56876 27.553123Q248.725 27.756248 249.05313 27.881248Q249.225 27.943748 250.13126 28.193748Q251.44376 28.553123 251.95938 28.771873Q252.475 28.990623 252.75626 29.412498Q253.05313 29.834373 253.05313 30.459373Q253.05313 31.084373 252.69376 31.631248Q252.35 32.1625 251.6625 32.475Q250.99063 32.771873 250.13126 32.771873Q248.725 32.771873 247.975 32.178123Q247.24063 31.584373 247.0375 30.428123ZM261.20938 31.506248L261.38126 32.584373Q260.86563 32.69375 260.45938 32.69375Q259.7875 32.69375 259.4125 32.490623Q259.05313 32.271873 258.89688 31.928123Q258.75626 31.584373 258.75626 30.474998L258.75626 26.303123L257.85 26.303123L257.85 25.334373L258.75626 25.334373L258.75626 23.537498L259.975 22.803123L259.975 25.334373L261.20938 25.334373L261.20938 26.303123L259.975 26.303123L259.975 30.537498Q259.975 31.068748 260.0375 31.224998Q260.1 31.365623 260.24063 31.459373Q260.39688 31.553123 260.6625 31.553123Q260.88126 31.553123 261.20938 31.506248ZM262.52188 32.6L262.52188 22.584373L263.75626 22.584373L263.75626 26.178123Q264.61563 25.178123 265.92813 25.178123Q266.74063 25.178123 267.33438 25.506248Q267.92813 25.818748 268.17813 26.381248Q268.44376 26.928123 268.44376 28.006248L268.44376 32.6L267.20938 32.6L267.20938 28.006248Q267.20938 27.068748 266.80313 26.662498Q266.4125 26.240623 265.67813 26.240623Q265.13126 26.240623 264.64688 26.521873Q264.1625 26.803123 263.95938 27.287498Q263.75626 27.771873 263.75626 28.631248L263.75626 32.6L262.52188 32.6ZM275.49063 30.256248L276.77188 30.412498Q276.45938 31.537498 275.64688 32.1625Q274.83438 32.771873 273.56876 32.771873Q271.975 32.771873 271.0375 31.787498Q270.11563 30.803123 270.11563 29.037498Q270.11563 27.193748 271.05313 26.193748Q272.00626 25.178123 273.50626 25.178123Q274.95938 25.178123 275.88126 26.178123Q276.80313 27.162498 276.80313 28.959373Q276.80313 29.068748 276.80313 29.287498L271.38126 29.287498Q271.45938 30.474998 272.05313 31.115623Q272.6625 31.756248 273.58438 31.756248Q274.25626 31.756248 274.725 31.396873Q275.20938 31.037498 275.49063 30.256248ZM271.45938 28.271873L275.50626 28.271873Q275.42813 27.349998 275.0375 26.896873Q274.45938 26.193748 273.52188 26.193748Q272.6625 26.193748 272.08438 26.756248Q271.52188 27.318748 271.45938 28.271873ZM282.5375 23.990623L282.5375 22.584373L283.75626 22.584373L283.75626 23.990623L282.5375 23.990623ZM282.5375 32.6L282.5375 25.334373L283.75626 25.334373L283.75626 32.6L282.5375 32.6ZM285.52188 32.6L285.52188 25.334373L286.63126 25.334373L286.63126 26.365623Q287.42813 25.178123 288.94376 25.178123Q289.6 25.178123 290.14688 25.412498Q290.69376 25.646873 290.95938 26.037498Q291.24063 26.412498 291.35 26.943748Q291.42813 27.287498 291.42813 28.131248L291.42813 32.6L290.19376 32.6L290.19376 28.178123Q290.19376 27.428123 290.05313 27.068748Q289.9125 26.693748 289.5375 26.474998Q289.17813 26.240623 288.67813 26.240623Q287.89688 26.240623 287.31876 26.740623Q286.75626 27.240623 286.75626 28.631248L286.75626 32.6L285.52188 32.6ZM298.24063 32.6L298.24063 31.678123Q297.5375 32.771873 296.20938 32.771873Q295.33438 32.771873 294.6 32.2875Q293.88126 31.803123 293.475 30.943748Q293.08438 30.084373 293.08438 28.974998Q293.08438 27.896873 293.44376 27.006248Q293.80313 26.115623 294.52188 25.646873Q295.25626 25.178123 296.14688 25.178123Q296.80313 25.178123 297.31876 25.459373Q297.83438 25.724998 298.14688 26.178123L298.14688 22.584373L299.38126 22.584373L299.38126 32.6L298.24063 32.6ZM294.35 28.974998Q294.35 30.365623 294.92813 31.068748Q295.52188 31.756248 296.31876 31.756248Q297.13126 31.756248 297.69376 31.099998Q298.25626 30.428123 298.25626 29.084373Q298.25626 27.584373 297.67813 26.896873Q297.1 26.193748 296.27188 26.193748Q295.44376 26.193748 294.89688 26.865623Q294.35 27.537498 294.35 28.974998ZM306.2875 32.6L306.2875 31.537498Q305.42813 32.771873 303.975 32.771873Q303.33438 32.771873 302.77188 32.521873Q302.225 32.271873 301.94376 31.896873Q301.67813 31.521873 301.56876 30.990623Q301.49063 30.631248 301.49063 29.834373L301.49063 25.334373L302.725 25.334373L302.725 29.365623Q302.725 30.334373 302.80313 30.662498Q302.9125 31.146873 303.2875 31.428123Q303.6625 31.709373 304.225 31.709373Q304.77188 31.709373 305.25626 31.428123Q305.74063 31.131248 305.94376 30.646873Q306.14688 30.162498 306.14688 29.224998L306.14688 25.334373L307.38126 25.334373L307.38126 32.6L306.2875 32.6ZM309.0375 30.428123L310.24063 30.240623Q310.35 30.974998 310.81876 31.365623Q311.2875 31.756248 312.13126 31.756248Q312.975 31.756248 313.38126 31.412498Q313.80313 31.068748 313.80313 30.599998Q313.80313 30.178123 313.42813 29.943748Q313.17813 29.771873 312.17813 29.521873Q310.81876 29.178123 310.2875 28.928123Q309.77188 28.678123 309.50626 28.240623Q309.24063 27.803123 309.24063 27.271873Q309.24063 26.787498 309.45938 26.381248Q309.67813 25.959373 310.06876 25.678123Q310.35 25.474998 310.83438 25.334373Q311.33438 25.178123 311.9125 25.178123Q312.75626 25.178123 313.39688 25.428123Q314.05313 25.662498 314.36563 26.084373Q314.67813 26.506248 314.7875 27.209373L313.58438 27.381248Q313.50626 26.818748 313.1 26.506248Q312.70938 26.193748 311.99063 26.193748Q311.14688 26.193748 310.7875 26.474998Q310.42813 26.740623 310.42813 27.131248Q310.42813 27.365623 310.56876 27.553123Q310.725 27.756248 311.05313 27.881248Q311.225 27.943748 312.13126 28.193748Q313.44376 28.553123 313.95938 28.771873Q314.475 28.990623 314.75626 29.412498Q315.05313 29.834373 315.05313 30.459373Q315.05313 31.084373 314.69376 31.631248Q314.35 32.1625 313.6625 32.475Q312.99063 32.771873 312.13126 32.771873Q310.725 32.771873 309.975 32.178123Q309.24063 31.584373 309.0375 30.428123ZM319.20938 31.506248L319.38126 32.584373Q318.86563 32.69375 318.45938 32.69375Q317.7875 32.69375 317.4125 32.490623Q317.05313 32.271873 316.89688 31.928123Q316.75626 31.584373 316.75626 30.474998L316.75626 26.303123L315.85 26.303123L315.85 25.334373L316.75626 25.334373L316.75626 23.537498L317.975 22.803123L317.975 25.334373L319.20938 25.334373L319.20938 26.303123L317.975 26.303123L317.975 30.537498Q317.975 31.068748 318.0375 31.224998Q318.1 31.365623 318.24063 31.459373Q318.39688 31.553123 318.6625 31.553123Q318.88126 31.553123 319.20938 31.506248ZM320.50626 32.6L320.50626 25.334373L321.61563 25.334373L321.61563 26.443748Q322.0375 25.662498 322.39688 25.428123Q322.75626 25.178123 323.19376 25.178123Q323.81876 25.178123 324.45938 25.568748L324.0375 26.709373Q323.58438 26.443748 323.13126 26.443748Q322.725 26.443748 322.39688 26.693748Q322.08438 26.928123 321.94376 27.365623Q321.74063 28.021873 321.74063 28.803123L321.74063 32.6L320.50626 32.6ZM325.475 35.396873L325.33438 34.240623Q325.74063 34.35 326.0375 34.35Q326.44376 34.35 326.69376 34.209373Q326.94376 34.084373 327.1 33.834373Q327.20938 33.646873 327.475 32.9125Q327.50626 32.81875 327.58438 32.615623L324.81876 25.334373L326.14688 25.334373L327.6625 29.537498Q327.95938 30.349998 328.19376 31.224998Q328.39688 30.381248 328.69376 29.568748L330.24063 25.334373L331.475 25.334373L328.70938 32.725Q328.27188 33.9125 328.02188 34.365623Q327.69376 34.975 327.27188 35.25625Q326.85 35.553123 326.25626 35.553123Q325.9125 35.553123 325.475 35.396873ZM336.5375 23.990623L336.5375 22.584373L337.75626 22.584373L337.75626 23.990623L336.5375 23.990623ZM336.5375 32.6L336.5375 25.334373L337.75626 25.334373L337.75626 32.6L336.5375 32.6ZM339.52188 32.6L339.52188 25.334373L340.63126 25.334373L340.63126 26.365623Q341.42813 25.178123 342.94376 25.178123Q343.6 25.178123 344.14688 25.412498Q344.69376 25.646873 344.95938 26.037498Q345.24063 26.412498 345.35 26.943748Q345.42813 27.287498 345.42813 28.131248L345.42813 32.6L344.19376 32.6L344.19376 28.178123Q344.19376 27.428123 344.05313 27.068748Q343.9125 26.693748 343.5375 26.474998Q343.17813 26.240623 342.67813 26.240623Q341.89688 26.240623 341.31876 26.740623Q340.75626 27.240623 340.75626 28.631248L340.75626 32.6L339.52188 32.6ZM352.86563 32.6L350.64688 25.334373L351.9125 25.334373L353.06876 29.537498L353.50626 31.084373Q353.52188 30.974998 353.88126 29.584373L355.0375 25.334373L356.2875 25.334373L357.38126 29.553123L357.74063 30.943748L358.1625 29.537498L359.4125 25.334373L360.6 25.334373L358.33438 32.6L357.05313 32.6L355.89688 28.256248L355.61563 27.021873L354.14688 32.6L352.86563 32.6ZM361.52188 32.6L361.52188 22.584373L362.75626 22.584373L362.75626 26.178123Q363.61563 25.178123 364.92813 25.178123Q365.74063 25.178123 366.33438 25.506248Q366.92813 25.818748 367.17813 26.381248Q367.44376 26.928123 367.44376 28.006248L367.44376 32.6L366.20938 32.6L366.20938 28.006248Q366.20938 27.068748 365.80313 26.662498Q365.4125 26.240623 364.67813 26.240623Q364.13126 26.240623 363.64688 26.521873Q363.1625 26.803123 362.95938 27.287498Q362.75626 27.771873 362.75626 28.631248L362.75626 32.6L361.52188 32.6ZM369.5375 23.990623L369.5375 22.584373L370.75626 22.584373L370.75626 23.990623L369.5375 23.990623ZM369.5375 32.6L369.5375 25.334373L370.75626 25.334373L370.75626 32.6L369.5375 32.6ZM377.25626 29.943748L378.475 30.099998Q378.27188 31.349998 377.44376 32.06875Q376.63126 32.771873 375.44376 32.771873Q373.95938 32.771873 373.05313 31.803123Q372.14688 30.818748 372.14688 28.990623Q372.14688 27.818748 372.5375 26.943748Q372.92813 26.053123 373.725 25.615623Q374.52188 25.178123 375.45938 25.178123Q376.63126 25.178123 377.38126 25.771873Q378.14688 26.365623 378.35 27.474998L377.1625 27.662498Q376.99063 26.928123 376.55313 26.568748Q376.11563 26.193748 375.50626 26.193748Q374.56876 26.193748 373.99063 26.865623Q373.4125 27.521873 373.4125 28.959373Q373.4125 30.428123 373.975 31.099998Q374.5375 31.756248 375.42813 31.756248Q376.1625 31.756248 376.64688 31.318748Q377.13126 30.865623 377.25626 29.943748ZM379.52188 32.6L379.52188 22.584373L380.75626 22.584373L380.75626 26.178123Q381.61563 25.178123 382.92813 25.178123Q383.74063 25.178123 384.33438 25.506248Q384.92813 25.818748 385.17813 26.381248Q385.44376 26.928123 385.44376 28.006248L385.44376 32.6L384.20938 32.6L384.20938 28.006248Q384.20938 27.068748 383.80313 26.662498Q383.4125 26.240623 382.67813 26.240623Q382.13126 26.240623 381.64688 26.521873Q381.1625 26.803123 380.95938 27.287498Q380.75626 27.771873 380.75626 28.631248L380.75626 32.6L379.52188 32.6ZM391.475 35.396873L391.33438 34.240623Q391.74063 34.35 392.0375 34.35Q392.44376 34.35 392.69376 34.209373Q392.94376 34.084373 393.1 33.834373Q393.20938 33.646873 393.475 32.9125Q393.50626 32.81875 393.58438 32.615623L390.81876 25.334373L392.14688 25.334373L393.6625 29.537498Q393.95938 30.349998 394.19376 31.224998Q394.39688 30.381248 394.69376 29.568748L396.24063 25.334373L397.475 25.334373L394.70938 32.725Q394.27188 33.9125 394.02188 34.365623Q393.69376 34.975 393.27188 35.25625Q392.85 35.553123 392.25626 35.553123Q391.9125 35.553123 391.475 35.396873ZM398.06876 28.974998Q398.06876 26.959373 399.19376 25.974998Q400.11563 25.178123 401.475 25.178123Q402.95938 25.178123 403.9125 26.162498Q404.86563 27.131248 404.86563 28.865623Q404.86563 30.271873 404.44376 31.084373Q404.02188 31.881248 403.20938 32.334373Q402.4125 32.771873 401.475 32.771873Q399.94376 32.771873 399.00626 31.787498Q398.06876 30.803123 398.06876 28.974998ZM399.33438 28.974998Q399.33438 30.365623 399.94376 31.068748Q400.55313 31.756248 401.475 31.756248Q402.38126 31.756248 402.99063 31.053123Q403.6 30.349998 403.6 28.928123Q403.6 27.584373 402.99063 26.896873Q402.38126 26.193748 401.475 26.193748Q400.55313 26.193748 399.94376 26.881248Q399.33438 27.568748 399.33438 28.974998ZM411.2875 32.6L411.2875 31.537498Q410.42813 32.771873 408.975 32.771873Q408.33438 32.771873 407.77188 32.521873Q407.225 32.271873 406.94376 31.896873Q406.67813 31.521873 406.56876 30.990623Q406.49063 30.631248 406.49063 29.834373L406.49063 25.334373L407.725 25.334373L407.725 29.365623Q407.725 30.334373 407.80313 30.662498Q407.9125 31.146873 408.2875 31.428123Q408.6625 31.709373 409.225 31.709373Q409.77188 31.709373 410.25626 31.428123Q410.74063 31.131248 410.94376 30.646873Q411.14688 30.162498 411.14688 29.224998L411.14688 25.334373L412.38126 25.334373L412.38126 32.6L411.2875 32.6ZM414.50626 32.6L414.50626 25.334373L415.61563 25.334373L415.61563 26.443748Q416.0375 25.662498 416.39688 25.428123Q416.75626 25.178123 417.19376 25.178123Q417.81876 25.178123 418.45938 25.568748L418.0375 26.709373Q417.58438 26.443748 417.13126 26.443748Q416.725 26.443748 416.39688 26.693748Q416.08438 26.928123 415.94376 27.365623Q415.74063 28.021873 415.74063 28.803123L415.74063 32.6L414.50626 32.6ZM423.06876 28.974998Q423.06876 26.959373 424.19376 25.974998Q425.11563 25.178123 426.475 25.178123Q427.95938 25.178123 428.9125 26.162498Q429.86563 27.131248 429.86563 28.865623Q429.86563 30.271873 429.44376 31.084373Q429.02188 31.881248 428.20938 32.334373Q427.4125 32.771873 426.475 32.771873Q424.94376 32.771873 424.00626 31.787498Q423.06876 30.803123 423.06876 28.974998ZM424.33438 28.974998Q424.33438 30.365623 424.94376 31.068748Q425.55313 31.756248 426.475 31.756248Q427.38126 31.756248 427.99063 31.053123Q428.6 30.349998 428.6 28.928123Q428.6 27.584373 427.99063 26.896873Q427.38126 26.193748 426.475 26.193748Q425.55313 26.193748 424.94376 26.881248Q424.33438 27.568748 424.33438 28.974998ZM431.50626 32.6L431.50626 25.334373L432.61563 25.334373L432.61563 26.443748Q433.0375 25.662498 433.39688 25.428123Q433.75626 25.178123 434.19376 25.178123Q434.81876 25.178123 435.45938 25.568748L435.0375 26.709373Q434.58438 26.443748 434.13126 26.443748Q433.725 26.443748 433.39688 26.693748Q433.08438 26.928123 432.94376 27.365623Q432.74063 28.021873 432.74063 28.803123L432.74063 32.6L431.50626 32.6ZM436.30313 33.209373L437.49063 33.38125Q437.56876 33.928123 437.9125 34.19375Q438.36563 34.521873 439.1625 34.521873Q440.02188 34.521873 440.475 34.178123Q440.94376 33.85 441.11563 33.225Q441.20938 32.85 441.19376 31.646873Q440.39688 32.6 439.19376 32.6Q437.69376 32.6 436.86563 31.521873Q436.05313 30.443748 436.05313 28.928123Q436.05313 27.896873 436.42813 27.021873Q436.80313 26.131248 437.50626 25.662498Q438.225 25.178123 439.19376 25.178123Q440.475 25.178123 441.31876 26.209373L441.31876 25.334373L442.44376 25.334373L442.44376 31.615623Q442.44376 33.31875 442.1 34.021873Q441.75626 34.725 441.00626 35.13125Q440.25626 35.553123 439.1625 35.553123Q437.86563 35.553123 437.06876 34.959373Q436.27188 34.38125 436.30313 33.209373ZM437.31876 28.834373Q437.31876 30.271873 437.88126 30.928123Q438.44376 31.584373 439.30313 31.584373Q440.14688 31.584373 440.725 30.928123Q441.30313 30.271873 441.30313 28.881248Q441.30313 27.553123 440.70938 26.881248Q440.11563 26.193748 439.2875 26.193748Q438.45938 26.193748 437.88126 26.865623Q437.31876 27.521873 437.31876 28.834373ZM449.25626 31.709373Q448.58438 32.2875 447.94376 32.5375Q447.31876 32.771873 446.58438 32.771873Q445.39688 32.771873 444.74063 32.19375Q444.1 31.599998 444.1 30.678123Q444.1 30.146873 444.33438 29.709373Q444.58438 29.271873 444.975 29.006248Q445.38126 28.740623 445.86563 28.599998Q446.225 28.506248 446.95938 28.412498Q448.45938 28.240623 449.1625 27.990623Q449.1625 27.740623 449.1625 27.678123Q449.1625 26.912498 448.81876 26.615623Q448.35 26.193748 447.4125 26.193748Q446.55313 26.193748 446.13126 26.506248Q445.725 26.803123 445.52188 27.568748L444.31876 27.412498Q444.475 26.631248 444.85 26.162498Q445.24063 25.693748 445.94376 25.443748Q446.6625 25.178123 447.6 25.178123Q448.52188 25.178123 449.1 25.396873Q449.67813 25.615623 449.94376 25.943748Q450.225 26.271873 450.33438 26.787498Q450.39688 27.099998 450.39688 27.912498L450.39688 29.553123Q450.39688 31.271873 450.475 31.724998Q450.55313 32.178123 450.7875 32.6L449.50626 32.6Q449.31876 32.209373 449.25626 31.709373ZM449.1625 28.959373Q448.49063 29.224998 447.14688 29.428123Q446.39688 29.537498 446.06876 29.678123Q445.75626 29.803123 445.58438 30.068748Q445.4125 30.334373 445.4125 30.646873Q445.4125 31.146873 445.7875 31.474998Q446.1625 31.803123 446.88126 31.803123Q447.6 31.803123 448.14688 31.490623Q448.69376 31.178123 448.95938 30.631248Q449.1625 30.224998 449.1625 29.412498L449.1625 28.959373ZM452.52188 32.6L452.52188 25.334373L453.63126 25.334373L453.63126 26.365623Q454.42813 25.178123 455.94376 25.178123Q456.6 25.178123 457.14688 25.412498Q457.69376 25.646873 457.95938 26.037498Q458.24063 26.412498 458.35 26.943748Q458.42813 27.287498 458.42813 28.131248L458.42813 32.6L457.19376 32.6L457.19376 28.178123Q457.19376 27.428123 457.05313 27.068748Q456.9125 26.693748 456.5375 26.474998Q456.17813 26.240623 455.67813 26.240623Q454.89688 26.240623 454.31876 26.740623Q453.75626 27.240623 453.75626 28.631248L453.75626 32.6L452.52188 32.6ZM460.5375 23.990623L460.5375 22.584373L461.75626 22.584373L461.75626 23.990623L460.5375 23.990623ZM460.5375 32.6L460.5375 25.334373L461.75626 25.334373L461.75626 32.6L460.5375 32.6ZM462.88126 32.6L462.88126 31.599998L467.49063 26.303123Q466.70938 26.334373 466.1 26.334373L463.14688 26.334373L463.14688 25.334373L469.08438 25.334373L469.08438 26.146873L465.14688 30.756248L464.39688 31.599998Q465.225 31.537498 465.94376 31.537498L469.30313 31.537498L469.30313 32.6L462.88126 32.6ZM475.25626 31.709373Q474.58438 32.2875 473.94376 32.5375Q473.31876 32.771873 472.58438 32.771873Q471.39688 32.771873 470.74063 32.19375Q470.1 31.599998 470.1 30.678123Q470.1 30.146873 470.33438 29.709373Q470.58438 29.271873 470.975 29.006248Q471.38126 28.740623 471.86563 28.599998Q472.225 28.506248 472.95938 28.412498Q474.45938 28.240623 475.1625 27.990623Q475.1625 27.740623 475.1625 27.678123Q475.1625 26.912498 474.81876 26.615623Q474.35 26.193748 473.4125 26.193748Q472.55313 26.193748 472.13126 26.506248Q471.725 26.803123 471.52188 27.568748L470.31876 27.412498Q470.475 26.631248 470.85 26.162498Q471.24063 25.693748 471.94376 25.443748Q472.6625 25.178123 473.6 25.178123Q474.52188 25.178123 475.1 25.396873Q475.67813 25.615623 475.94376 25.943748Q476.225 26.271873 476.33438 26.787498Q476.39688 27.099998 476.39688 27.912498L476.39688 29.553123Q476.39688 31.271873 476.475 31.724998Q476.55313 32.178123 476.7875 32.6L475.50626 32.6Q475.31876 32.209373 475.25626 31.709373ZM475.1625 28.959373Q474.49063 29.224998 473.14688 29.428123Q472.39688 29.537498 472.06876 29.678123Q471.75626 29.803123 471.58438 30.068748Q471.4125 30.334373 471.4125 30.646873Q471.4125 31.146873 471.7875 31.474998Q472.1625 31.803123 472.88126 31.803123Q473.6 31.803123 474.14688 31.490623Q474.69376 31.178123 474.95938 30.631248Q475.1625 30.224998 475.1625 29.412498L475.1625 28.959373ZM481.20938 31.506248L481.38126 32.584373Q480.86563 32.69375 480.45938 32.69375Q479.7875 32.69375 479.4125 32.490623Q479.05313 32.271873 478.89688 31.928123Q478.75626 31.584373 478.75626 30.474998L478.75626 26.303123L477.85 26.303123L477.85 25.334373L478.75626 25.334373L478.75626 23.537498L479.975 22.803123L479.975 25.334373L481.20938 25.334373L481.20938 26.303123L479.975 26.303123L479.975 30.537498Q479.975 31.068748 480.0375 31.224998Q480.1 31.365623 480.24063 31.459373Q480.39688 31.553123 480.6625 31.553123Q480.88126 31.553123 481.20938 31.506248ZM482.5375 23.990623L482.5375 22.584373L483.75626 22.584373L483.75626 23.990623L482.5375 23.990623ZM482.5375 32.6L482.5375 25.334373L483.75626 25.334373L483.75626 32.6L482.5375 32.6ZM485.06876 28.974998Q485.06876 26.959373 486.19376 25.974998Q487.11563 25.178123 488.475 25.178123Q489.95938 25.178123 490.9125 26.162498Q491.86563 27.131248 491.86563 28.865623Q491.86563 30.271873 491.44376 31.084373Q491.02188 31.881248 490.20938 32.334373Q489.4125 32.771873 488.475 32.771873Q486.94376 32.771873 486.00626 31.787498Q485.06876 30.803123 485.06876 28.974998ZM486.33438 28.974998Q486.33438 30.365623 486.94376 31.068748Q487.55313 31.756248 488.475 31.756248Q489.38126 31.756248 489.99063 31.053123Q490.6 30.349998 490.6 28.928123Q490.6 27.584373 489.99063 26.896873Q489.38126 26.193748 488.475 26.193748Q487.55313 26.193748 486.94376 26.881248Q486.33438 27.568748 486.33438 28.974998ZM493.52188 32.6L493.52188 25.334373L494.63126 25.334373L494.63126 26.365623Q495.42813 25.178123 496.94376 25.178123Q497.6 25.178123 498.14688 25.412498Q498.69376 25.646873 498.95938 26.037498Q499.24063 26.412498 499.35 26.943748Q499.42813 27.287498 499.42813 28.131248L499.42813 32.6L498.19376 32.6L498.19376 28.178123Q498.19376 27.428123 498.05313 27.068748Q497.9125 26.693748 497.5375 26.474998Q497.17813 26.240623 496.67813 26.240623Q495.89688 26.240623 495.31876 26.740623Q494.75626 27.240623 494.75626 28.631248L494.75626 32.6L493.52188 32.6ZM505.06876 28.974998Q505.06876 26.959373 506.19376 25.974998Q507.11563 25.178123 508.475 25.178123Q509.95938 25.178123 510.9125 26.162498Q511.86563 27.131248 511.86563 28.865623Q511.86563 30.271873 511.44376 31.084373Q511.02188 31.881248 510.20938 32.334373Q509.4125 32.771873 508.475 32.771873Q506.94376 32.771873 506.00626 31.787498Q505.06876 30.803123 505.06876 28.974998ZM506.33438 28.974998Q506.33438 30.365623 506.94376 31.068748Q507.55313 31.756248 508.475 31.756248Q509.38126 31.756248 509.99063 31.053123Q510.6 30.349998 510.6 28.928123Q510.6 27.584373 509.99063 26.896873Q509.38126 26.193748 508.475 26.193748Q507.55313 26.193748 506.94376 26.881248Q506.33438 27.568748 506.33438 28.974998ZM513.52185 35.38125L513.52185 25.334373L514.64685 25.334373L514.64685 26.287498Q515.0375 25.724998 515.5375 25.459373Q516.0375 25.178123 516.7562 25.178123Q517.6781 25.178123 518.3812 25.662498Q519.1 26.131248 519.45935 27.006248Q519.8187 27.881248 519.8187 28.912498Q519.8187 30.021873 519.4125 30.928123Q519.02185 31.818748 518.2562 32.303123Q517.5062 32.771873 516.6625 32.771873Q516.0531 32.771873 515.5531 32.50625Q515.0687 32.240623 514.7562 31.849998L514.7562 35.38125L513.52185 35.38125ZM514.6312 29.006248Q514.6312 30.412498 515.1937 31.084373Q515.77185 31.756248 516.58435 31.756248Q517.39685 31.756248 517.975 31.068748Q518.5687 30.365623 518.5687 28.912498Q518.5687 27.521873 517.9906 26.834373Q517.4281 26.146873 516.6312 26.146873Q515.85 26.146873 515.2406 26.881248Q514.6312 27.615623 514.6312 29.006248ZM526.4906 30.256248L527.77185 30.412498Q527.45935 31.537498 526.64685 32.1625Q525.83435 32.771873 524.5687 32.771873Q522.975 32.771873 522.0375 31.787498Q521.1156 30.803123 521.1156 29.037498Q521.1156 27.193748 522.0531 26.193748Q523.0062 25.178123 524.5062 25.178123Q525.95935 25.178123 526.8812 26.178123Q527.8031 27.162498 527.8031 28.959373Q527.8031 29.068748 527.8031 29.287498L522.3812 29.287498Q522.45935 30.474998 523.0531 31.115623Q523.6625 31.756248 524.58435 31.756248Q525.2562 31.756248 525.725 31.396873Q526.20935 31.037498 526.4906 30.256248ZM522.45935 28.271873L526.5062 28.271873Q526.4281 27.349998 526.0375 26.896873Q525.45935 26.193748 524.52185 26.193748Q523.6625 26.193748 523.08435 26.756248Q522.52185 27.318748 522.45935 28.271873ZM529.5062 32.6L529.5062 25.334373L530.6156 25.334373L530.6156 26.443748Q531.0375 25.662498 531.39685 25.428123Q531.7562 25.178123 532.1937 25.178123Q532.8187 25.178123 533.45935 25.568748L533.0375 26.709373Q532.58435 26.443748 532.1312 26.443748Q531.725 26.443748 531.39685 26.693748Q531.08435 26.928123 530.9437 27.365623Q530.7406 28.021873 530.7406 28.803123L530.7406 32.6L529.5062 32.6ZM539.2562 31.709373Q538.58435 32.2875 537.9437 32.5375Q537.3187 32.771873 536.58435 32.771873Q535.39685 32.771873 534.7406 32.19375Q534.1 31.599998 534.1 30.678123Q534.1 30.146873 534.33435 29.709373Q534.58435 29.271873 534.975 29.006248Q535.3812 28.740623 535.8656 28.599998Q536.225 28.506248 536.95935 28.412498Q538.45935 28.240623 539.1625 27.990623Q539.1625 27.740623 539.1625 27.678123Q539.1625 26.912498 538.8187 26.615623Q538.35 26.193748 537.4125 26.193748Q536.5531 26.193748 536.1312 26.506248Q535.725 26.803123 535.52185 27.568748L534.3187 27.412498Q534.475 26.631248 534.85 26.162498Q535.2406 25.693748 535.9437 25.443748Q536.6625 25.178123 537.6 25.178123Q538.52185 25.178123 539.1 25.396873Q539.6781 25.615623 539.9437 25.943748Q540.225 26.271873 540.33435 26.787498Q540.39685 27.099998 540.39685 27.912498L540.39685 29.553123Q540.39685 31.271873 540.475 31.724998Q540.5531 32.178123 540.7875 32.6L539.5062 32.6Q539.3187 32.209373 539.2562 31.709373ZM539.1625 28.959373Q538.4906 29.224998 537.14685 29.428123Q536.39685 29.537498 536.0687 29.678123Q535.7562 29.803123 535.58435 30.068748Q535.4125 30.334373 535.4125 30.646873Q535.4125 31.146873 535.7875 31.474998Q536.1625 31.803123 536.8812 31.803123Q537.6 31.803123 538.14685 31.490623Q538.6937 31.178123 538.95935 30.631248Q539.1625 30.224998 539.1625 29.412498L539.1625 28.959373ZM545.20935 31.506248L545.3812 32.584373Q544.8656 32.69375 544.45935 32.69375Q543.7875 32.69375 543.4125 32.490623Q543.0531 32.271873 542.89685 31.928123Q542.7562 31.584373 542.7562 30.474998L542.7562 26.303123L541.85 26.303123L541.85 25.334373L542.7562 25.334373L542.7562 23.537498L543.975 22.803123L543.975 25.334373L545.20935 25.334373L545.20935 26.303123L543.975 26.303123L543.975 30.537498Q543.975 31.068748 544.0375 31.224998Q544.1 31.365623 544.2406 31.459373Q544.39685 31.553123 544.6625 31.553123Q544.8812 31.553123 545.20935 31.506248ZM551.4906 30.256248L552.77185 30.412498Q552.45935 31.537498 551.64685 32.1625Q550.83435 32.771873 549.5687 32.771873Q547.975 32.771873 547.0375 31.787498Q546.1156 30.803123 546.1156 29.037498Q546.1156 27.193748 547.0531 26.193748Q548.0062 25.178123 549.5062 25.178123Q550.95935 25.178123 551.8812 26.178123Q552.8031 27.162498 552.8031 28.959373Q552.8031 29.068748 552.8031 29.287498L547.3812 29.287498Q547.45935 30.474998 548.0531 31.115623Q548.6625 31.756248 549.58435 31.756248Q550.2562 31.756248 550.725 31.396873Q551.20935 31.037498 551.4906 30.256248ZM547.45935 28.271873L551.5062 28.271873Q551.4281 27.349998 551.0375 26.896873Q550.45935 26.193748 549.52185 26.193748Q548.6625 26.193748 548.08435 26.756248Q547.52185 27.318748 547.45935 28.271873ZM554.0375 30.428123L555.2406 30.240623Q555.35 30.974998 555.8187 31.365623Q556.2875 31.756248 557.1312 31.756248Q557.975 31.756248 558.3812 31.412498Q558.8031 31.068748 558.8031 30.599998Q558.8031 30.178123 558.4281 29.943748Q558.1781 29.771873 557.1781 29.521873Q555.8187 29.178123 555.2875 28.928123Q554.77185 28.678123 554.5062 28.240623Q554.2406 27.803123 554.2406 27.271873Q554.2406 26.787498 554.45935 26.381248Q554.6781 25.959373 555.0687 25.678123Q555.35 25.474998 555.83435 25.334373Q556.33435 25.178123 556.9125 25.178123Q557.7562 25.178123 558.39685 25.428123Q559.0531 25.662498 559.3656 26.084373Q559.6781 26.506248 559.7875 27.209373L558.58435 27.381248Q558.5062 26.818748 558.1 26.506248Q557.70935 26.193748 556.9906 26.193748Q556.14685 26.193748 555.7875 26.474998Q555.4281 26.740623 555.4281 27.131248Q555.4281 27.365623 555.5687 27.553123Q555.725 27.756248 556.0531 27.881248Q556.225 27.943748 557.1312 28.193748Q558.4437 28.553123 558.95935 28.771873Q559.475 28.990623 559.7562 29.412498Q560.0531 29.834373 560.0531 30.459373Q560.0531 31.084373 559.6937 31.631248Q559.35 32.1625 558.6625 32.475Q557.9906 32.771873 557.1312 32.771873Q555.725 32.771873 554.975 32.178123Q554.2406 31.584373 554.0375 30.428123ZM563.83435 30.131248Q563.8187 29.881248 563.8187 29.756248Q563.8187 29.037498 564.02185 28.506248Q564.1781 28.115623 564.5062 27.709373Q564.7562 27.412498 565.39685 26.849998Q566.0375 26.287498 566.225 25.959373Q566.4125 25.615623 566.4125 25.224998Q566.4125 24.506248 565.85 23.959373Q565.3031 23.412498 564.4906 23.412498Q563.6937 23.412498 563.1625 23.912498Q562.64685 24.396873 562.475 25.443748L561.20935 25.303123Q561.3812 23.896873 562.225 23.162498Q563.0687 22.412498 564.45935 22.412498Q565.9281 22.412498 566.8031 23.209373Q567.6781 24.006248 567.6781 25.146873Q567.6781 25.803123 567.3656 26.365623Q567.0687 26.912498 566.1781 27.693748Q565.5687 28.224998 565.3812 28.490623Q565.1937 28.740623 565.1 29.068748Q565.02185 29.396873 565.0062 30.131248L563.83435 30.131248ZM563.7562 32.6L563.7562 31.193748L565.14685 31.193748L565.14685 32.6L563.7562 32.6Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig11.svg b/_content/survey2018/fig11.svg
deleted file mode 100644
index ac8c132..0000000
--- a/_content/survey2018/fig11.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 371.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="371" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 371.0L0 371.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 371.0L0 371.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M18.5 46.5L18.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M131.5 46.5L131.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M243.5 46.5L243.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M356.5 46.5L356.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M468.5 46.5L468.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M581.5 46.5L581.5 274.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M18.55 46.916668L581.45 46.916668L581.45 274.08334L18.55 274.08334L18.55 46.916668Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M19.0 216.0L19.0 107.0L58.0 107.0L58.0 216.0Z" fill-rule="nonzero"/><path fill="#a61c00" clip-path="url(#id_0)" d="M19.0 216.0L19.0 107.0L58.0 107.0L58.0 216.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M58.0 216.0L58.0 107.0L199.0 107.0L199.0 216.0Z" fill-rule="nonzero"/><path fill="#f1c232" clip-path="url(#id_0)" d="M58.0 216.0L58.0 107.0L199.0 107.0L199.0 216.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 216.0L199.0 107.0L579.0 107.0C580.10455 107.0 581.0 107.89543 581.0 109.0L581.0 214.0C581.0 215.10457 580.10455 216.0 579.0 216.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M199.0 216.0L199.0 107.0L579.0 107.0C580.10455 107.0 581.0 107.89543 581.0 109.0L581.0 214.0C581.0 215.10457 580.10455 216.0 579.0 216.0Z" fill-rule="nonzero"/><path stroke="#a61c00" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M27.517124 156.54688L27.517124 155.1875L34.923374 155.1875L34.923374 156.28125Q33.829624 157.45312 32.7515 159.39062Q31.689 161.3125 31.09525 163.34375Q30.673374 164.78125 30.564 166.5L29.110874 166.5Q29.142124 165.14062 29.642124 163.23438Q30.15775 161.3125 31.09525 159.54688Q32.048374 157.76562 33.1265 156.54688L27.517124 156.54688ZM36.689 157.79688Q36.689 156.5625 37.298374 155.70312Q37.923374 154.84375 39.09525 154.84375Q40.173374 154.84375 40.8765 155.625Q41.579624 156.39062 41.579624 157.875Q41.579624 159.32812 40.860874 160.125Q40.15775 160.90625 39.110874 160.90625Q38.064 160.90625 37.3765 160.14062Q36.689 159.35938 36.689 157.79688ZM39.1265 155.8125Q38.610874 155.8125 38.2515 156.26562Q37.90775 156.71875 37.90775 157.9375Q37.90775 159.03125 38.2515 159.48438Q38.610874 159.9375 39.1265 159.9375Q39.65775 159.9375 40.0015 159.48438Q40.360874 159.03125 40.360874 157.82812Q40.360874 156.71875 40.0015 156.26562Q39.65775 155.8125 39.1265 155.8125ZM39.142124 166.92188L45.40775 154.84375L46.548374 154.84375L40.298374 166.92188L39.142124 166.92188ZM44.09525 163.8125Q44.09525 162.57812 44.704624 161.71875Q45.329624 160.85938 46.5015 160.85938Q47.579624 160.85938 48.28275 161.64062Q49.0015 162.40625 49.0015 163.89062Q49.0015 165.34375 48.28275 166.14062Q47.564 166.92188 46.517124 166.92188Q45.47025 166.92188 44.78275 166.14062Q44.09525 165.35938 44.09525 163.8125ZM46.548374 161.82812Q46.017124 161.82812 45.65775 162.28125Q45.314 162.73438 45.314 163.95312Q45.314 165.04688 45.65775 165.5Q46.017124 165.95312 46.53275 165.95312Q47.079624 165.95312 47.423374 165.5Q47.767124 165.04688 47.767124 163.84375Q47.767124 162.73438 47.40775 162.28125Q47.064 161.82812 46.548374 161.82812Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M27.517124 156.54688L27.517124 155.1875L34.923374 155.1875L34.923374 156.28125Q33.829624 157.45312 32.7515 159.39062Q31.689 161.3125 31.09525 163.34375Q30.673374 164.78125 30.564 166.5L29.110874 166.5Q29.142124 165.14062 29.642124 163.23438Q30.15775 161.3125 31.09525 159.54688Q32.048374 157.76562 33.1265 156.54688L27.517124 156.54688ZM36.689 157.79688Q36.689 156.5625 37.298374 155.70312Q37.923374 154.84375 39.09525 154.84375Q40.173374 154.84375 40.8765 155.625Q41.579624 156.39062 41.579624 157.875Q41.579624 159.32812 40.860874 160.125Q40.15775 160.90625 39.110874 160.90625Q38.064 160.90625 37.3765 160.14062Q36.689 159.35938 36.689 157.79688ZM39.1265 155.8125Q38.610874 155.8125 38.2515 156.26562Q37.90775 156.71875 37.90775 157.9375Q37.90775 159.03125 38.2515 159.48438Q38.610874 159.9375 39.1265 159.9375Q39.65775 159.9375 40.0015 159.48438Q40.360874 159.03125 40.360874 157.82812Q40.360874 156.71875 40.0015 156.26562Q39.65775 155.8125 39.1265 155.8125ZM39.142124 166.92188L45.40775 154.84375L46.548374 154.84375L40.298374 166.92188L39.142124 166.92188ZM44.09525 163.8125Q44.09525 162.57812 44.704624 161.71875Q45.329624 160.85938 46.5015 160.85938Q47.579624 160.85938 48.28275 161.64062Q49.0015 162.40625 49.0015 163.89062Q49.0015 165.34375 48.28275 166.14062Q47.564 166.92188 46.517124 166.92188Q45.47025 166.92188 44.78275 166.14062Q44.09525 165.35938 44.09525 163.8125ZM46.548374 161.82812Q46.017124 161.82812 45.65775 162.28125Q45.314 162.73438 45.314 163.95312Q45.314 165.04688 45.65775 165.5Q46.017124 165.95312 46.53275 165.95312Q47.079624 165.95312 47.423374 165.5Q47.767124 165.04688 47.767124 163.84375Q47.767124 162.73438 47.40775 162.28125Q47.064 161.82812 46.548374 161.82812Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M120.378 165.14062L120.378 166.5L112.79987 166.5Q112.78425 165.98438 112.97175 165.51562Q113.253 164.75 113.89362 164.0Q114.53425 163.25 115.73737 162.26562Q117.59675 160.73438 118.253 159.84375Q118.90925 158.9375 118.90925 158.14062Q118.90925 157.3125 118.3155 156.73438Q117.72175 156.15625 116.753 156.15625Q115.73737 156.15625 115.128 156.76562Q114.51862 157.375 114.51862 158.45312L113.0655 158.3125Q113.22175 156.6875 114.1905 155.84375Q115.15925 155.0 116.78425 155.0Q118.4405 155.0 119.39362 155.92188Q120.36237 156.82812 120.36237 158.17188Q120.36237 158.85938 120.08112 159.53125Q119.79987 160.1875 119.14362 160.92188Q118.48737 161.65625 116.97175 162.9375Q115.70612 164.0 115.34675 164.39062Q114.98737 164.76562 114.753 165.14062L120.378 165.14062ZM121.98737 163.5L123.45612 163.375Q123.628 164.45312 124.22175 165.0Q124.8155 165.53125 125.65925 165.53125Q126.67487 165.53125 127.378 164.76562Q128.08112 164.0 128.08112 162.73438Q128.08112 161.53125 127.40925 160.84375Q126.73737 160.14062 125.64362 160.14062Q124.95612 160.14062 124.40925 160.45312Q123.86237 160.76562 123.54987 161.25L122.23737 161.07812L123.34675 155.20312L129.03424 155.20312L129.03424 156.54688L124.47175 156.54688L123.84675 159.625Q124.878 158.90625 126.01862 158.90625Q127.51862 158.90625 128.54987 159.95312Q129.58112 160.98438 129.58112 162.60938Q129.58112 164.17188 128.67487 165.29688Q127.5655 166.70312 125.65925 166.70312Q124.09675 166.70312 123.11237 165.82812Q122.128 164.9375 121.98737 163.5ZM131.25299 157.79688Q131.25299 156.5625 131.86237 155.70312Q132.48737 154.84375 133.65924 154.84375Q134.73737 154.84375 135.44049 155.625Q136.14362 156.39062 136.14362 157.875Q136.14362 159.32812 135.42487 160.125Q134.72174 160.90625 133.67487 160.90625Q132.62799 160.90625 131.94049 160.14062Q131.25299 159.35938 131.25299 157.79688ZM133.69049 155.8125Q133.17487 155.8125 132.81549 156.26562Q132.47174 156.71875 132.47174 157.9375Q132.47174 159.03125 132.81549 159.48438Q133.17487 159.9375 133.69049 159.9375Q134.22174 159.9375 134.56549 159.48438Q134.92487 159.03125 134.92487 157.82812Q134.92487 156.71875 134.56549 156.26562Q134.22174 155.8125 133.69049 155.8125ZM133.70612 166.92188L139.97174 154.84375L141.11237 154.84375L134.86237 166.92188L133.70612 166.92188ZM138.65924 163.8125Q138.65924 162.57812 139.26862 161.71875Q139.89362 160.85938 141.06549 160.85938Q142.14362 160.85938 142.84674 161.64062Q143.56549 162.40625 143.56549 163.89062Q143.56549 165.34375 142.84674 166.14062Q142.12799 166.92188 141.08112 166.92188Q140.03424 166.92188 139.34674 166.14062Q138.65924 165.35938 138.65924 163.8125ZM141.11237 161.82812Q140.58112 161.82812 140.22174 162.28125Q139.87799 162.73438 139.87799 163.95312Q139.87799 165.04688 140.22174 165.5Q140.58112 165.95312 141.09674 165.95312Q141.64362 165.95312 141.98737 165.5Q142.33112 165.04688 142.33112 163.84375Q142.33112 162.73438 141.97174 162.28125Q141.62799 161.82812 141.11237 161.82812Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M382.03275 157.84375L380.6265 157.95312Q380.439 157.125 380.09525 156.75Q379.53275 156.15625 378.689 156.15625Q378.01712 156.15625 377.51712 156.53125Q376.84525 157.01562 376.45462 157.95312Q376.07962 158.875 376.064 160.59375Q376.57962 159.8125 377.314 159.4375Q378.04837 159.0625 378.84525 159.0625Q380.2515 159.0625 381.23587 160.10938Q382.23587 161.14062 382.23587 162.78125Q382.23587 163.85938 381.76712 164.78125Q381.29837 165.70312 380.48587 166.20312Q379.67337 166.70312 378.64212 166.70312Q376.89212 166.70312 375.78275 165.40625Q374.67337 164.10938 374.67337 161.14062Q374.67337 157.8125 375.89212 156.3125Q376.97025 155.0 378.78275 155.0Q380.1265 155.0 380.98587 155.76562Q381.86087 156.51562 382.03275 157.84375ZM376.28275 162.78125Q376.28275 163.51562 376.59525 164.1875Q376.90775 164.84375 377.45462 165.1875Q378.01712 165.53125 378.6265 165.53125Q379.51712 165.53125 380.15775 164.8125Q380.79837 164.09375 380.79837 162.85938Q380.79837 161.67188 380.15775 161.0Q379.53275 160.3125 378.564 160.3125Q377.61087 160.3125 376.939 161.0Q376.28275 161.67188 376.28275 162.78125ZM385.89212 160.28125Q385.01712 159.96875 384.59525 159.375Q384.17337 158.78125 384.17337 157.95312Q384.17337 156.70312 385.064 155.85938Q385.97025 155.0 387.47025 155.0Q388.97025 155.0 389.8765 155.875Q390.79837 156.73438 390.79837 157.98438Q390.79837 158.78125 390.3765 159.375Q389.95462 159.96875 389.11087 160.28125Q390.15775 160.625 390.70462 161.39062Q391.26712 162.15625 391.26712 163.21875Q391.26712 164.6875 390.22025 165.70312Q389.189 166.70312 387.48587 166.70312Q385.79837 166.70312 384.7515 165.70312Q383.72025 164.6875 383.72025 163.1875Q383.72025 162.0625 384.28275 161.3125Q384.84525 160.5625 385.89212 160.28125ZM385.61087 157.90625Q385.61087 158.71875 386.1265 159.23438Q386.65775 159.75 387.5015 159.75Q388.314 159.75 388.82962 159.23438Q389.34525 158.71875 389.34525 157.98438Q389.34525 157.20312 388.814 156.6875Q388.28275 156.15625 387.48587 156.15625Q386.67337 156.15625 386.14212 156.67188Q385.61087 157.1875 385.61087 157.90625ZM385.15775 163.1875Q385.15775 163.79688 385.439 164.35938Q385.73587 164.92188 386.29837 165.23438Q386.86087 165.53125 387.5015 165.53125Q388.51712 165.53125 389.17337 164.89062Q389.82962 164.23438 389.82962 163.23438Q389.82962 162.21875 389.14212 161.5625Q388.47025 160.89062 387.45462 160.89062Q386.47025 160.89062 385.814 161.54688Q385.15775 162.20312 385.15775 163.1875ZM393.0015 157.79688Q393.0015 156.5625 393.61087 155.70312Q394.23587 154.84375 395.40775 154.84375Q396.48587 154.84375 397.189 155.625Q397.89212 156.39062 397.89212 157.875Q397.89212 159.32812 397.17337 160.125Q396.47025 160.90625 395.42337 160.90625Q394.3765 160.90625 393.689 160.14062Q393.0015 159.35938 393.0015 157.79688ZM395.439 155.8125Q394.92337 155.8125 394.564 156.26562Q394.22025 156.71875 394.22025 157.9375Q394.22025 159.03125 394.564 159.48438Q394.92337 159.9375 395.439 159.9375Q395.97025 159.9375 396.314 159.48438Q396.67337 159.03125 396.67337 157.82812Q396.67337 156.71875 396.314 156.26562Q395.97025 155.8125 395.439 155.8125ZM395.45462 166.92188L401.72025 154.84375L402.86087 154.84375L396.61087 166.92188L395.45462 166.92188ZM400.40775 163.8125Q400.40775 162.57812 401.01712 161.71875Q401.64212 160.85938 402.814 160.85938Q403.89212 160.85938 404.59525 161.64062Q405.314 162.40625 405.314 163.89062Q405.314 165.34375 404.59525 166.14062Q403.8765 166.92188 402.82962 166.92188Q401.78275 166.92188 401.09525 166.14062Q400.40775 165.35938 400.40775 163.8125ZM402.86087 161.82812Q402.32962 161.82812 401.97025 162.28125Q401.6265 162.73438 401.6265 163.95312Q401.6265 165.04688 401.97025 165.5Q402.32962 165.95312 402.84525 165.95312Q403.39212 165.95312 403.73587 165.5Q404.07962 165.04688 404.07962 163.84375Q404.07962 162.73438 403.72025 162.28125Q403.3765 161.82812 402.86087 161.82812Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M382.03275 157.84375L380.6265 157.95312Q380.439 157.125 380.09525 156.75Q379.53275 156.15625 378.689 156.15625Q378.01712 156.15625 377.51712 156.53125Q376.84525 157.01562 376.45462 157.95312Q376.07962 158.875 376.064 160.59375Q376.57962 159.8125 377.314 159.4375Q378.04837 159.0625 378.84525 159.0625Q380.2515 159.0625 381.23587 160.10938Q382.23587 161.14062 382.23587 162.78125Q382.23587 163.85938 381.76712 164.78125Q381.29837 165.70312 380.48587 166.20312Q379.67337 166.70312 378.64212 166.70312Q376.89212 166.70312 375.78275 165.40625Q374.67337 164.10938 374.67337 161.14062Q374.67337 157.8125 375.89212 156.3125Q376.97025 155.0 378.78275 155.0Q380.1265 155.0 380.98587 155.76562Q381.86087 156.51562 382.03275 157.84375ZM376.28275 162.78125Q376.28275 163.51562 376.59525 164.1875Q376.90775 164.84375 377.45462 165.1875Q378.01712 165.53125 378.6265 165.53125Q379.51712 165.53125 380.15775 164.8125Q380.79837 164.09375 380.79837 162.85938Q380.79837 161.67188 380.15775 161.0Q379.53275 160.3125 378.564 160.3125Q377.61087 160.3125 376.939 161.0Q376.28275 161.67188 376.28275 162.78125ZM385.89212 160.28125Q385.01712 159.96875 384.59525 159.375Q384.17337 158.78125 384.17337 157.95312Q384.17337 156.70312 385.064 155.85938Q385.97025 155.0 387.47025 155.0Q388.97025 155.0 389.8765 155.875Q390.79837 156.73438 390.79837 157.98438Q390.79837 158.78125 390.3765 159.375Q389.95462 159.96875 389.11087 160.28125Q390.15775 160.625 390.70462 161.39062Q391.26712 162.15625 391.26712 163.21875Q391.26712 164.6875 390.22025 165.70312Q389.189 166.70312 387.48587 166.70312Q385.79837 166.70312 384.7515 165.70312Q383.72025 164.6875 383.72025 163.1875Q383.72025 162.0625 384.28275 161.3125Q384.84525 160.5625 385.89212 160.28125ZM385.61087 157.90625Q385.61087 158.71875 386.1265 159.23438Q386.65775 159.75 387.5015 159.75Q388.314 159.75 388.82962 159.23438Q389.34525 158.71875 389.34525 157.98438Q389.34525 157.20312 388.814 156.6875Q388.28275 156.15625 387.48587 156.15625Q386.67337 156.15625 386.14212 156.67188Q385.61087 157.1875 385.61087 157.90625ZM385.15775 163.1875Q385.15775 163.79688 385.439 164.35938Q385.73587 164.92188 386.29837 165.23438Q386.86087 165.53125 387.5015 165.53125Q388.51712 165.53125 389.17337 164.89062Q389.82962 164.23438 389.82962 163.23438Q389.82962 162.21875 389.14212 161.5625Q388.47025 160.89062 387.45462 160.89062Q386.47025 160.89062 385.814 161.54688Q385.15775 162.20312 385.15775 163.1875ZM393.0015 157.79688Q393.0015 156.5625 393.61087 155.70312Q394.23587 154.84375 395.40775 154.84375Q396.48587 154.84375 397.189 155.625Q397.89212 156.39062 397.89212 157.875Q397.89212 159.32812 397.17337 160.125Q396.47025 160.90625 395.42337 160.90625Q394.3765 160.90625 393.689 160.14062Q393.0015 159.35938 393.0015 157.79688ZM395.439 155.8125Q394.92337 155.8125 394.564 156.26562Q394.22025 156.71875 394.22025 157.9375Q394.22025 159.03125 394.564 159.48438Q394.92337 159.9375 395.439 159.9375Q395.97025 159.9375 396.314 159.48438Q396.67337 159.03125 396.67337 157.82812Q396.67337 156.71875 396.314 156.26562Q395.97025 155.8125 395.439 155.8125ZM395.45462 166.92188L401.72025 154.84375L402.86087 154.84375L396.61087 166.92188L395.45462 166.92188ZM400.40775 163.8125Q400.40775 162.57812 401.01712 161.71875Q401.64212 160.85938 402.814 160.85938Q403.89212 160.85938 404.59525 161.64062Q405.314 162.40625 405.314 163.89062Q405.314 165.34375 404.59525 166.14062Q403.8765 166.92188 402.82962 166.92188Q401.78275 166.92188 401.09525 166.14062Q400.40775 165.35938 400.40775 163.8125ZM402.86087 161.82812Q402.32962 161.82812 401.97025 162.28125Q401.6265 162.73438 401.6265 163.95312Q401.6265 165.04688 401.97025 165.5Q402.32962 165.95312 402.84525 165.95312Q403.39212 165.95312 403.73587 165.5Q404.07962 165.04688 404.07962 163.84375Q404.07962 162.73438 403.72025 162.28125Q403.3765 161.82812 402.86087 161.82812Z" fill-rule="nonzero"/><path fill="#666666" d="M258.70312 316.5521Q258.70312 315.63022 259.15625 314.9896Q259.625 314.34897 260.5 314.34897Q261.3125 314.34897 261.84375 314.9271Q262.375 315.50522 262.375 316.6146Q262.375 317.70834 261.82812 318.3021Q261.29688 318.88022 260.51562 318.88022Q259.73438 318.88022 259.21875 318.3021Q258.70312 317.72397 258.70312 316.5521ZM260.53125 315.06772Q260.14062 315.06772 259.875 315.41147Q259.625 315.75522 259.625 316.66147Q259.625 317.4896 259.875 317.83334Q260.14062 318.16147 260.53125 318.16147Q260.9375 318.16147 261.1875 317.81772Q261.45312 317.47397 261.45312 316.58334Q261.45312 315.7396 261.1875 315.41147Q260.92188 315.06772 260.53125 315.06772ZM260.53125 323.39584L265.23438 314.34897L266.09375 314.34897L261.40625 323.39584L260.53125 323.39584ZM264.25 321.06772Q264.25 320.14584 264.70312 319.50522Q265.17188 318.8646 266.0625 318.8646Q266.875 318.8646 267.40625 319.44272Q267.9375 320.00522 267.9375 321.13022Q267.9375 322.22397 267.39062 322.81772Q266.85938 323.39584 266.0625 323.39584Q265.29688 323.39584 264.76562 322.81772Q264.25 322.2396 264.25 321.06772ZM266.09375 319.58334Q265.6875 319.58334 265.42188 319.9271Q265.17188 320.27084 265.17188 321.1771Q265.17188 321.9896 265.4375 322.33334Q265.70312 322.6771 266.09375 322.6771Q266.48438 322.6771 266.75 322.33334Q267.01562 321.9896 267.01562 321.08334Q267.01562 320.25522 266.75 319.9271Q266.48438 319.58334 266.09375 319.58334ZM272.40625 319.97397Q272.40625 318.2396 273.35938 317.41147Q274.15625 316.72397 275.3125 316.72397Q276.59375 316.72397 277.40625 317.56772Q278.23438 318.39584 278.23438 319.88022Q278.23438 321.08334 277.875 321.77084Q277.51562 322.45834 276.8125 322.84897Q276.125 323.22397 275.3125 323.22397Q274.01562 323.22397 273.20312 322.39584Q272.40625 321.5521 272.40625 319.97397ZM273.48438 319.97397Q273.48438 321.16147 274.0 321.75522Q274.53125 322.34897 275.3125 322.34897Q276.10938 322.34897 276.625 321.75522Q277.14062 321.16147 277.14062 319.94272Q277.14062 318.78647 276.60938 318.19272Q276.09375 317.59897 275.3125 317.59897Q274.53125 317.59897 274.0 318.19272Q273.48438 318.77084 273.48438 319.97397ZM280.04688 323.08334L280.04688 317.6771L279.10938 317.6771L279.10938 316.8646L280.04688 316.8646L280.04688 316.19272Q280.04688 315.56772 280.15625 315.27084Q280.3125 314.84897 280.6875 314.59897Q281.07812 314.34897 281.76562 314.34897Q282.21875 314.34897 282.75 314.45834L282.59375 315.3646Q282.26562 315.31772 281.96875 315.31772Q281.48438 315.31772 281.28125 315.52084Q281.09375 315.72397 281.09375 316.28647L281.09375 316.8646L282.3125 316.8646L282.3125 317.6771L281.09375 317.6771L281.09375 323.08334L280.04688 323.08334ZM285.78125 323.08334L285.78125 316.8646L286.73438 316.8646L286.73438 317.8021Q287.09375 317.14584 287.39062 316.94272Q287.70312 316.72397 288.07812 316.72397Q288.60938 316.72397 289.15625 317.0521L288.79688 318.03647Q288.40625 317.8021 288.03125 317.8021Q287.67188 317.8021 287.39062 318.02084Q287.125 318.22397 287.01562 318.59897Q286.82812 319.16147 286.82812 319.81772L286.82812 323.08334L285.78125 323.08334ZM294.04688 321.08334L295.14062 321.20834Q294.89062 322.16147 294.1875 322.69272Q293.48438 323.22397 292.40625 323.22397Q291.04688 323.22397 290.23438 322.38022Q289.4375 321.53647 289.4375 320.02084Q289.4375 318.45834 290.25 317.59897Q291.0625 316.72397 292.34375 316.72397Q293.59375 316.72397 294.375 317.56772Q295.17188 318.41147 295.17188 319.95834Q295.17188 320.0521 295.17188 320.2396L290.53125 320.2396Q290.59375 321.27084 291.10938 321.81772Q291.625 322.34897 292.40625 322.34897Q292.98438 322.34897 293.39062 322.0521Q293.8125 321.7396 294.04688 321.08334ZM290.59375 319.38022L294.0625 319.38022Q294.0 318.58334 293.67188 318.19272Q293.15625 317.58334 292.35938 317.58334Q291.625 317.58334 291.125 318.06772Q290.64062 318.5521 290.59375 319.38022ZM296.375 321.22397L297.40625 321.06772Q297.5 321.69272 297.89062 322.02084Q298.29688 322.34897 299.03125 322.34897Q299.75 322.34897 300.09375 322.06772Q300.45312 321.77084 300.45312 321.3646Q300.45312 321.00522 300.14062 320.8021Q299.92188 320.66147 299.0625 320.44272Q297.90625 320.14584 297.45312 319.94272Q297.01562 319.72397 296.78125 319.34897Q296.54688 318.97397 296.54688 318.50522Q296.54688 318.09897 296.73438 317.7396Q296.92188 317.38022 297.25 317.14584Q297.5 316.97397 297.92188 316.84897Q298.34375 316.72397 298.84375 316.72397Q299.5625 316.72397 300.10938 316.94272Q300.67188 317.14584 300.9375 317.50522Q301.20312 317.8646 301.29688 318.45834L300.26562 318.59897Q300.20312 318.13022 299.85938 317.8646Q299.53125 317.58334 298.90625 317.58334Q298.1875 317.58334 297.875 317.83334Q297.5625 318.06772 297.5625 318.39584Q297.5625 318.59897 297.6875 318.75522Q297.82812 318.9271 298.09375 319.03647Q298.25 319.09897 299.03125 319.3021Q300.15625 319.6146 300.59375 319.8021Q301.03125 319.9896 301.28125 320.34897Q301.53125 320.70834 301.53125 321.25522Q301.53125 321.78647 301.21875 322.25522Q300.92188 322.70834 300.34375 322.97397Q299.76562 323.22397 299.03125 323.22397Q297.8125 323.22397 297.17188 322.72397Q296.54688 322.20834 296.375 321.22397ZM302.79688 325.47397L302.79688 316.8646L303.75 316.8646L303.75 317.66147Q304.09375 317.19272 304.51562 316.95834Q304.95312 316.72397 305.5625 316.72397Q306.35938 316.72397 306.96875 317.13022Q307.57812 317.53647 307.875 318.28647Q308.1875 319.03647 308.1875 319.9271Q308.1875 320.88022 307.84375 321.64584Q307.51562 322.41147 306.85938 322.81772Q306.20312 323.22397 305.48438 323.22397Q304.95312 323.22397 304.53125 323.00522Q304.10938 322.77084 303.84375 322.44272L303.84375 325.47397L302.79688 325.47397ZM303.75 320.00522Q303.75 321.20834 304.23438 321.78647Q304.71875 322.34897 305.40625 322.34897Q306.10938 322.34897 306.60938 321.75522Q307.10938 321.16147 307.10938 319.91147Q307.10938 318.72397 306.625 318.14584Q306.14062 317.5521 305.45312 317.5521Q304.78125 317.5521 304.26562 318.1771Q303.75 318.8021 303.75 320.00522ZM309.40625 319.97397Q309.40625 318.2396 310.35938 317.41147Q311.15625 316.72397 312.3125 316.72397Q313.59375 316.72397 314.40625 317.56772Q315.23438 318.39584 315.23438 319.88022Q315.23438 321.08334 314.875 321.77084Q314.51562 322.45834 313.8125 322.84897Q313.125 323.22397 312.3125 323.22397Q311.01562 323.22397 310.20312 322.39584Q309.40625 321.5521 309.40625 319.97397ZM310.48438 319.97397Q310.48438 321.16147 311.0 321.75522Q311.53125 322.34897 312.3125 322.34897Q313.10938 322.34897 313.625 321.75522Q314.14062 321.16147 314.14062 319.94272Q314.14062 318.78647 313.60938 318.19272Q313.09375 317.59897 312.3125 317.59897Q311.53125 317.59897 311.0 318.19272Q310.48438 318.77084 310.48438 319.97397ZM316.79688 323.08334L316.79688 316.8646L317.73438 316.8646L317.73438 317.7396Q318.42188 316.72397 319.71875 316.72397Q320.28125 316.72397 320.75 316.9271Q321.23438 317.13022 321.46875 317.45834Q321.70312 317.78647 321.79688 318.22397Q321.84375 318.52084 321.84375 319.25522L321.84375 323.08334L320.79688 323.08334L320.79688 319.3021Q320.79688 318.64584 320.67188 318.33334Q320.54688 318.02084 320.23438 317.83334Q319.92188 317.63022 319.5 317.63022Q318.82812 317.63022 318.32812 318.06772Q317.84375 318.4896 317.84375 319.6771L317.84375 323.08334L316.79688 323.08334ZM323.375 321.22397L324.40625 321.06772Q324.5 321.69272 324.89062 322.02084Q325.29688 322.34897 326.03125 322.34897Q326.75 322.34897 327.09375 322.06772Q327.45312 321.77084 327.45312 321.3646Q327.45312 321.00522 327.14062 320.8021Q326.92188 320.66147 326.0625 320.44272Q324.90625 320.14584 324.45312 319.94272Q324.01562 319.72397 323.78125 319.34897Q323.54688 318.97397 323.54688 318.50522Q323.54688 318.09897 323.73438 317.7396Q323.92188 317.38022 324.25 317.14584Q324.5 316.97397 324.92188 316.84897Q325.34375 316.72397 325.84375 316.72397Q326.5625 316.72397 327.10938 316.94272Q327.67188 317.14584 327.9375 317.50522Q328.20312 317.8646 328.29688 318.45834L327.26562 318.59897Q327.20312 318.13022 326.85938 317.8646Q326.53125 317.58334 325.90625 317.58334Q325.1875 317.58334 324.875 317.83334Q324.5625 318.06772 324.5625 318.39584Q324.5625 318.59897 324.6875 318.75522Q324.82812 318.9271 325.09375 319.03647Q325.25 319.09897 326.03125 319.3021Q327.15625 319.6146 327.59375 319.8021Q328.03125 319.9896 328.28125 320.34897Q328.53125 320.70834 328.53125 321.25522Q328.53125 321.78647 328.21875 322.25522Q327.92188 322.70834 327.34375 322.97397Q326.76562 323.22397 326.03125 323.22397Q324.8125 323.22397 324.17188 322.72397Q323.54688 322.20834 323.375 321.22397ZM334.04688 321.08334L335.14062 321.20834Q334.89062 322.16147 334.1875 322.69272Q333.48438 323.22397 332.40625 323.22397Q331.04688 323.22397 330.23438 322.38022Q329.4375 321.53647 329.4375 320.02084Q329.4375 318.45834 330.25 317.59897Q331.0625 316.72397 332.34375 316.72397Q333.59375 316.72397 334.375 317.56772Q335.17188 318.41147 335.17188 319.95834Q335.17188 320.0521 335.17188 320.2396L330.53125 320.2396Q330.59375 321.27084 331.10938 321.81772Q331.625 322.34897 332.40625 322.34897Q332.98438 322.34897 333.39062 322.0521Q333.8125 321.7396 334.04688 321.08334ZM330.59375 319.38022L334.0625 319.38022Q334.0 318.58334 333.67188 318.19272Q333.15625 317.58334 332.35938 317.58334Q331.625 317.58334 331.125 318.06772Q330.64062 318.5521 330.59375 319.38022ZM336.375 321.22397L337.40625 321.06772Q337.5 321.69272 337.89062 322.02084Q338.29688 322.34897 339.03125 322.34897Q339.75 322.34897 340.09375 322.06772Q340.45312 321.77084 340.45312 321.3646Q340.45312 321.00522 340.14062 320.8021Q339.92188 320.66147 339.0625 320.44272Q337.90625 320.14584 337.45312 319.94272Q337.01562 319.72397 336.78125 319.34897Q336.54688 318.97397 336.54688 318.50522Q336.54688 318.09897 336.73438 317.7396Q336.92188 317.38022 337.25 317.14584Q337.5 316.97397 337.92188 316.84897Q338.34375 316.72397 338.84375 316.72397Q339.5625 316.72397 340.10938 316.94272Q340.67188 317.14584 340.9375 317.50522Q341.20312 317.8646 341.29688 318.45834L340.26562 318.59897Q340.20312 318.13022 339.85938 317.8646Q339.53125 317.58334 338.90625 317.58334Q338.1875 317.58334 337.875 317.83334Q337.5625 318.06772 337.5625 318.39584Q337.5625 318.59897 337.6875 318.75522Q337.82812 318.9271 338.09375 319.03647Q338.25 319.09897 339.03125 319.3021Q340.15625 319.6146 340.59375 319.8021Q341.03125 319.9896 341.28125 320.34897Q341.53125 320.70834 341.53125 321.25522Q341.53125 321.78647 341.21875 322.25522Q340.92188 322.70834 340.34375 322.97397Q339.76562 323.22397 339.03125 323.22397Q337.8125 323.22397 337.17188 322.72397Q336.54688 322.20834 336.375 321.22397Z" fill-rule="nonzero"/><path fill="#666666" d="M10.05 286.84897Q10.05 285.31772 10.3625 284.39584Q10.675 283.45834 11.284375 282.95834Q11.909375 282.45834 12.846875 282.45834Q13.534375 282.45834 14.05 282.7396Q14.58125 283.02084 14.925 283.5521Q15.26875 284.06772 15.45625 284.81772Q15.64375 285.56772 15.64375 286.84897Q15.64375 288.3646 15.33125 289.28647Q15.034375 290.20834 14.409375 290.72397Q13.8 291.22397 12.846875 291.22397Q11.6125 291.22397 10.89375 290.33334Q10.05 289.27084 10.05 286.84897ZM11.128125 286.84897Q11.128125 288.95834 11.628125 289.66147Q12.128125 290.3646 12.846875 290.3646Q13.58125 290.3646 14.065625 289.66147Q14.565625 288.95834 14.565625 286.84897Q14.565625 284.72397 14.065625 284.03647Q13.58125 283.33334 12.83125 283.33334Q12.1125 283.33334 11.675 283.94272Q11.128125 284.72397 11.128125 286.84897ZM17.253124 284.5521Q17.253124 283.63022 17.70625 282.9896Q18.175 282.34897 19.05 282.34897Q19.8625 282.34897 20.39375 282.9271Q20.925 283.50522 20.925 284.6146Q20.925 285.70834 20.378124 286.3021Q19.846874 286.88022 19.065624 286.88022Q18.284374 286.88022 17.76875 286.3021Q17.253124 285.72397 17.253124 284.5521ZM19.08125 283.06772Q18.690624 283.06772 18.425 283.41147Q18.175 283.75522 18.175 284.66147Q18.175 285.4896 18.425 285.83334Q18.690624 286.16147 19.08125 286.16147Q19.4875 286.16147 19.7375 285.81772Q20.003124 285.47397 20.003124 284.58334Q20.003124 283.7396 19.7375 283.41147Q19.471874 283.06772 19.08125 283.06772ZM19.08125 291.39584L23.784374 282.34897L24.64375 282.34897L19.95625 291.39584L19.08125 291.39584ZM22.8 289.06772Q22.8 288.14584 23.253124 287.50522Q23.721874 286.8646 24.6125 286.8646Q25.425 286.8646 25.95625 287.44272Q26.4875 288.00522 26.4875 289.13022Q26.4875 290.22397 25.940624 290.81772Q25.409374 291.39584 24.6125 291.39584Q23.846874 291.39584 23.315624 290.81772Q22.8 290.2396 22.8 289.06772ZM24.64375 287.58334Q24.2375 287.58334 23.971874 287.9271Q23.721874 288.27084 23.721874 289.1771Q23.721874 289.9896 23.9875 290.33334Q24.253124 290.6771 24.64375 290.6771Q25.034374 290.6771 25.3 290.33334Q25.565624 289.9896 25.565624 289.08334Q25.565624 288.25522 25.3 287.9271Q25.034374 287.58334 24.64375 287.58334Z" fill-rule="nonzero"/><path fill="#666666" d="M124.67687 290.06772L124.67687 291.08334L118.98937 291.08334Q118.98937 290.70834 119.11437 290.34897Q119.33312 289.77084 119.80187 289.20834Q120.28625 288.64584 121.1925 287.91147Q122.59875 286.75522 123.08312 286.08334Q123.58312 285.41147 123.58312 284.81772Q123.58312 284.19272 123.13 283.77084Q122.67687 283.33334 121.95812 283.33334Q121.1925 283.33334 120.73937 283.78647Q120.28625 284.2396 120.27062 285.0521L119.1925 284.94272Q119.30187 283.72397 120.02062 283.09897Q120.755 282.45834 121.98937 282.45834Q123.22375 282.45834 123.9425 283.14584Q124.66125 283.83334 124.66125 284.84897Q124.66125 285.3646 124.4425 285.8646Q124.23937 286.34897 123.73937 286.91147Q123.255 287.45834 122.13 288.41147Q121.17687 289.20834 120.89562 289.50522Q120.63 289.78647 120.45812 290.06772L124.67687 290.06772ZM126.13 286.84897Q126.13 285.31772 126.4425 284.39584Q126.755 283.45834 127.36437 282.95834Q127.98937 282.45834 128.92688 282.45834Q129.61438 282.45834 130.13 282.7396Q130.66125 283.02084 131.005 283.5521Q131.34875 284.06772 131.53625 284.81772Q131.72375 285.56772 131.72375 286.84897Q131.72375 288.3646 131.41125 289.28647Q131.11438 290.20834 130.48938 290.72397Q129.88 291.22397 128.92688 291.22397Q127.6925 291.22397 126.97375 290.33334Q126.13 289.27084 126.13 286.84897ZM127.20812 286.84897Q127.20812 288.95834 127.70812 289.66147Q128.20813 290.3646 128.92688 290.3646Q129.66125 290.3646 130.14563 289.66147Q130.64563 288.95834 130.64563 286.84897Q130.64563 284.72397 130.14563 284.03647Q129.66125 283.33334 128.91125 283.33334Q128.1925 283.33334 127.755 283.94272Q127.20812 284.72397 127.20812 286.84897ZM133.33313 284.5521Q133.33313 283.63022 133.78625 282.9896Q134.255 282.34897 135.13 282.34897Q135.9425 282.34897 136.47375 282.9271Q137.005 283.50522 137.005 284.6146Q137.005 285.70834 136.45813 286.3021Q135.92688 286.88022 135.14563 286.88022Q134.36438 286.88022 133.84875 286.3021Q133.33313 285.72397 133.33313 284.5521ZM135.16125 283.06772Q134.77063 283.06772 134.505 283.41147Q134.255 283.75522 134.255 284.66147Q134.255 285.4896 134.505 285.83334Q134.77063 286.16147 135.16125 286.16147Q135.5675 286.16147 135.8175 285.81772Q136.08313 285.47397 136.08313 284.58334Q136.08313 283.7396 135.8175 283.41147Q135.55188 283.06772 135.16125 283.06772ZM135.16125 291.39584L139.86438 282.34897L140.72375 282.34897L136.03625 291.39584L135.16125 291.39584ZM138.88 289.06772Q138.88 288.14584 139.33313 287.50522Q139.80188 286.8646 140.6925 286.8646Q141.505 286.8646 142.03625 287.44272Q142.5675 288.00522 142.5675 289.13022Q142.5675 290.22397 142.02063 290.81772Q141.48938 291.39584 140.6925 291.39584Q139.92688 291.39584 139.39563 290.81772Q138.88 290.2396 138.88 289.06772ZM140.72375 287.58334Q140.3175 287.58334 140.05188 287.9271Q139.80188 288.27084 139.80188 289.1771Q139.80188 289.9896 140.0675 290.33334Q140.33313 290.6771 140.72375 290.6771Q141.11438 290.6771 141.38 290.33334Q141.64563 289.9896 141.64563 289.08334Q141.64563 288.25522 141.38 287.9271Q141.11438 287.58334 140.72375 287.58334Z" fill-rule="nonzero"/><path fill="#666666" d="M235.085 291.08334L235.085 289.02084L231.36626 289.02084L231.36626 288.0521L235.28813 282.4896L236.1475 282.4896L236.1475 288.0521L237.30376 288.0521L237.30376 289.02084L236.1475 289.02084L236.1475 291.08334L235.085 291.08334ZM235.085 288.0521L235.085 284.19272L232.3975 288.0521L235.085 288.0521ZM238.71 286.84897Q238.71 285.31772 239.0225 284.39584Q239.335 283.45834 239.94438 282.95834Q240.56938 282.45834 241.50688 282.45834Q242.19438 282.45834 242.71 282.7396Q243.24126 283.02084 243.585 283.5521Q243.92876 284.06772 244.11626 284.81772Q244.30376 285.56772 244.30376 286.84897Q244.30376 288.3646 243.99126 289.28647Q243.69438 290.20834 243.06938 290.72397Q242.46 291.22397 241.50688 291.22397Q240.2725 291.22397 239.55376 290.33334Q238.71 289.27084 238.71 286.84897ZM239.78813 286.84897Q239.78813 288.95834 240.28813 289.66147Q240.78813 290.3646 241.50688 290.3646Q242.24126 290.3646 242.72563 289.66147Q243.22563 288.95834 243.22563 286.84897Q243.22563 284.72397 242.72563 284.03647Q242.24126 283.33334 241.49126 283.33334Q240.7725 283.33334 240.335 283.94272Q239.78813 284.72397 239.78813 286.84897ZM245.91313 284.5521Q245.91313 283.63022 246.36626 282.9896Q246.835 282.34897 247.71 282.34897Q248.5225 282.34897 249.05376 282.9271Q249.585 283.50522 249.585 284.6146Q249.585 285.70834 249.03813 286.3021Q248.50688 286.88022 247.72563 286.88022Q246.94438 286.88022 246.42876 286.3021Q245.91313 285.72397 245.91313 284.5521ZM247.74126 283.06772Q247.35063 283.06772 247.085 283.41147Q246.835 283.75522 246.835 284.66147Q246.835 285.4896 247.085 285.83334Q247.35063 286.16147 247.74126 286.16147Q248.1475 286.16147 248.3975 285.81772Q248.66313 285.47397 248.66313 284.58334Q248.66313 283.7396 248.3975 283.41147Q248.13188 283.06772 247.74126 283.06772ZM247.74126 291.39584L252.44438 282.34897L253.30376 282.34897L248.61626 291.39584L247.74126 291.39584ZM251.46 289.06772Q251.46 288.14584 251.91313 287.50522Q252.38188 286.8646 253.2725 286.8646Q254.085 286.8646 254.61626 287.44272Q255.1475 288.00522 255.1475 289.13022Q255.1475 290.22397 254.60063 290.81772Q254.06938 291.39584 253.2725 291.39584Q252.50688 291.39584 251.97563 290.81772Q251.46 290.2396 251.46 289.06772ZM253.30376 287.58334Q252.8975 287.58334 252.63188 287.9271Q252.38188 288.27084 252.38188 289.1771Q252.38188 289.9896 252.6475 290.33334Q252.91313 290.6771 253.30376 290.6771Q253.69438 290.6771 253.96 290.33334Q254.22563 289.9896 254.22563 289.08334Q254.22563 288.25522 253.96 287.9271Q253.69438 287.58334 253.30376 287.58334Z" fill-rule="nonzero"/><path fill="#666666" d="M349.75876 284.59897L348.71188 284.6771Q348.57126 284.0521 348.32126 283.77084Q347.88376 283.31772 347.25876 283.31772Q346.75876 283.31772 346.36813 283.59897Q345.88376 283.97397 345.58688 284.6771Q345.30563 285.3646 345.29 286.64584Q345.665 286.06772 346.21188 285.78647Q346.77438 285.50522 347.38376 285.50522Q348.43063 285.50522 349.165 286.28647Q349.915 287.06772 349.915 288.28647Q349.915 289.09897 349.55563 289.8021Q349.21188 290.4896 348.6025 290.8646Q347.99313 291.22397 347.2275 291.22397Q345.89938 291.22397 345.07126 290.25522Q344.24313 289.28647 344.24313 287.06772Q344.24313 284.56772 345.165 283.44272Q345.96188 282.45834 347.32126 282.45834Q348.33688 282.45834 348.9775 283.03647Q349.63376 283.59897 349.75876 284.59897ZM345.46188 288.3021Q345.46188 288.84897 345.68063 289.34897Q345.915 289.83334 346.32126 290.09897Q346.74313 290.3646 347.21188 290.3646Q347.86813 290.3646 348.3525 289.83334Q348.83688 289.28647 348.83688 288.3646Q348.83688 287.47397 348.3525 286.95834Q347.88376 286.44272 347.165 286.44272Q346.44626 286.44272 345.94626 286.95834Q345.46188 287.47397 345.46188 288.3021ZM351.29 286.84897Q351.29 285.31772 351.6025 284.39584Q351.915 283.45834 352.52438 282.95834Q353.14938 282.45834 354.08688 282.45834Q354.77438 282.45834 355.29 282.7396Q355.82126 283.02084 356.165 283.5521Q356.50876 284.06772 356.69626 284.81772Q356.88376 285.56772 356.88376 286.84897Q356.88376 288.3646 356.57126 289.28647Q356.27438 290.20834 355.64938 290.72397Q355.04 291.22397 354.08688 291.22397Q352.8525 291.22397 352.13376 290.33334Q351.29 289.27084 351.29 286.84897ZM352.36813 286.84897Q352.36813 288.95834 352.86813 289.66147Q353.36813 290.3646 354.08688 290.3646Q354.82126 290.3646 355.30563 289.66147Q355.80563 288.95834 355.80563 286.84897Q355.80563 284.72397 355.30563 284.03647Q354.82126 283.33334 354.07126 283.33334Q353.3525 283.33334 352.915 283.94272Q352.36813 284.72397 352.36813 286.84897ZM358.49313 284.5521Q358.49313 283.63022 358.94626 282.9896Q359.415 282.34897 360.29 282.34897Q361.1025 282.34897 361.63376 282.9271Q362.165 283.50522 362.165 284.6146Q362.165 285.70834 361.61813 286.3021Q361.08688 286.88022 360.30563 286.88022Q359.52438 286.88022 359.00876 286.3021Q358.49313 285.72397 358.49313 284.5521ZM360.32126 283.06772Q359.93063 283.06772 359.665 283.41147Q359.415 283.75522 359.415 284.66147Q359.415 285.4896 359.665 285.83334Q359.93063 286.16147 360.32126 286.16147Q360.7275 286.16147 360.9775 285.81772Q361.24313 285.47397 361.24313 284.58334Q361.24313 283.7396 360.9775 283.41147Q360.71188 283.06772 360.32126 283.06772ZM360.32126 291.39584L365.02438 282.34897L365.88376 282.34897L361.19626 291.39584L360.32126 291.39584ZM364.04 289.06772Q364.04 288.14584 364.49313 287.50522Q364.96188 286.8646 365.8525 286.8646Q366.665 286.8646 367.19626 287.44272Q367.7275 288.00522 367.7275 289.13022Q367.7275 290.22397 367.18063 290.81772Q366.64938 291.39584 365.8525 291.39584Q365.08688 291.39584 364.55563 290.81772Q364.04 290.2396 364.04 289.06772ZM365.88376 287.58334Q365.4775 287.58334 365.21188 287.9271Q364.96188 288.27084 364.96188 289.1771Q364.96188 289.9896 365.2275 290.33334Q365.49313 290.6771 365.88376 290.6771Q366.27438 290.6771 366.54 290.33334Q366.80563 289.9896 366.80563 289.08334Q366.80563 288.25522 366.54 287.9271Q366.27438 287.58334 365.88376 287.58334Z" fill-rule="nonzero"/><path fill="#666666" d="M458.495 286.4271Q457.83875 286.1771 457.51062 285.7396Q457.19812 285.28647 457.19812 284.6771Q457.19812 283.7396 457.87 283.09897Q458.5575 282.45834 459.66687 282.45834Q460.79187 282.45834 461.47937 283.1146Q462.16687 283.77084 462.16687 284.70834Q462.16687 285.3021 461.85437 285.7396Q461.54187 286.1771 460.90125 286.4271Q461.69812 286.6771 462.10437 287.25522Q462.51062 287.83334 462.51062 288.63022Q462.51062 289.72397 461.72937 290.47397Q460.96375 291.22397 459.6825 291.22397Q458.41687 291.22397 457.63562 290.47397Q456.85437 289.72397 456.85437 288.59897Q456.85437 287.75522 457.27625 287.19272Q457.71375 286.63022 458.495 286.4271ZM458.27625 284.63022Q458.27625 285.2396 458.66687 285.63022Q459.07312 286.02084 459.69812 286.02084Q460.3075 286.02084 460.69812 285.64584Q461.08875 285.25522 461.08875 284.69272Q461.08875 284.1146 460.6825 283.72397Q460.27625 283.31772 459.6825 283.31772Q459.07312 283.31772 458.66687 283.70834Q458.27625 284.09897 458.27625 284.63022ZM457.94812 288.59897Q457.94812 289.0521 458.15125 289.47397Q458.37 289.89584 458.79187 290.13022Q459.21375 290.3646 459.69812 290.3646Q460.44812 290.3646 460.9325 289.88022Q461.4325 289.39584 461.4325 288.64584Q461.4325 287.88022 460.9325 287.38022Q460.4325 286.88022 459.66687 286.88022Q458.91687 286.88022 458.4325 287.38022Q457.94812 287.8646 457.94812 288.59897ZM463.87 286.84897Q463.87 285.31772 464.1825 284.39584Q464.495 283.45834 465.10437 282.95834Q465.72937 282.45834 466.66687 282.45834Q467.35437 282.45834 467.87 282.7396Q468.40125 283.02084 468.745 283.5521Q469.08875 284.06772 469.27625 284.81772Q469.46375 285.56772 469.46375 286.84897Q469.46375 288.3646 469.15125 289.28647Q468.85437 290.20834 468.22937 290.72397Q467.62 291.22397 466.66687 291.22397Q465.4325 291.22397 464.71375 290.33334Q463.87 289.27084 463.87 286.84897ZM464.94812 286.84897Q464.94812 288.95834 465.44812 289.66147Q465.94812 290.3646 466.66687 290.3646Q467.40125 290.3646 467.88562 289.66147Q468.38562 288.95834 468.38562 286.84897Q468.38562 284.72397 467.88562 284.03647Q467.40125 283.33334 466.65125 283.33334Q465.9325 283.33334 465.495 283.94272Q464.94812 284.72397 464.94812 286.84897ZM471.07312 284.5521Q471.07312 283.63022 471.52625 282.9896Q471.995 282.34897 472.87 282.34897Q473.6825 282.34897 474.21375 282.9271Q474.745 283.50522 474.745 284.6146Q474.745 285.70834 474.19812 286.3021Q473.66687 286.88022 472.88562 286.88022Q472.10437 286.88022 471.58875 286.3021Q471.07312 285.72397 471.07312 284.5521ZM472.90125 283.06772Q472.51062 283.06772 472.245 283.41147Q471.995 283.75522 471.995 284.66147Q471.995 285.4896 472.245 285.83334Q472.51062 286.16147 472.90125 286.16147Q473.3075 286.16147 473.5575 285.81772Q473.82312 285.47397 473.82312 284.58334Q473.82312 283.7396 473.5575 283.41147Q473.29187 283.06772 472.90125 283.06772ZM472.90125 291.39584L477.60437 282.34897L478.46375 282.34897L473.77625 291.39584L472.90125 291.39584ZM476.62 289.06772Q476.62 288.14584 477.07312 287.50522Q477.54187 286.8646 478.4325 286.8646Q479.245 286.8646 479.77625 287.44272Q480.3075 288.00522 480.3075 289.13022Q480.3075 290.22397 479.76062 290.81772Q479.22937 291.39584 478.4325 291.39584Q477.66687 291.39584 477.13562 290.81772Q476.62 290.2396 476.62 289.06772ZM478.46375 287.58334Q478.0575 287.58334 477.79187 287.9271Q477.54187 288.27084 477.54187 289.1771Q477.54187 289.9896 477.8075 290.33334Q478.07312 290.6771 478.46375 290.6771Q478.85437 290.6771 479.12 290.33334Q479.38562 289.9896 479.38562 289.08334Q479.38562 288.25522 479.12 287.9271Q478.85437 287.58334 478.46375 287.58334Z" fill-rule="nonzero"/><path fill="#666666" d="M569.91876 291.08334L568.8719 291.08334L568.8719 284.3646Q568.48126 284.72397 567.85626 285.09897Q567.2469 285.45834 566.7625 285.63022L566.7625 284.6146Q567.6375 284.19272 568.29376 283.6146Q568.96564 283.02084 569.2469 282.45834L569.91876 282.45834L569.91876 291.08334ZM572.95 286.84897Q572.95 285.31772 573.2625 284.39584Q573.575 283.45834 574.1844 282.95834Q574.8094 282.45834 575.7469 282.45834Q576.4344 282.45834 576.95 282.7396Q577.48126 283.02084 577.825 283.5521Q578.16876 284.06772 578.35626 284.81772Q578.54376 285.56772 578.54376 286.84897Q578.54376 288.3646 578.23126 289.28647Q577.9344 290.20834 577.3094 290.72397Q576.7 291.22397 575.7469 291.22397Q574.5125 291.22397 573.79376 290.33334Q572.95 289.27084 572.95 286.84897ZM574.02814 286.84897Q574.02814 288.95834 574.52814 289.66147Q575.02814 290.3646 575.7469 290.3646Q576.48126 290.3646 576.96564 289.66147Q577.46564 288.95834 577.46564 286.84897Q577.46564 284.72397 576.96564 284.03647Q576.48126 283.33334 575.73126 283.33334Q575.0125 283.33334 574.575 283.94272Q574.02814 284.72397 574.02814 286.84897ZM579.95 286.84897Q579.95 285.31772 580.2625 284.39584Q580.575 283.45834 581.1844 282.95834Q581.8094 282.45834 582.7469 282.45834Q583.4344 282.45834 583.95 282.7396Q584.48126 283.02084 584.825 283.5521Q585.16876 284.06772 585.35626 284.81772Q585.54376 285.56772 585.54376 286.84897Q585.54376 288.3646 585.23126 289.28647Q584.9344 290.20834 584.3094 290.72397Q583.7 291.22397 582.7469 291.22397Q581.5125 291.22397 580.79376 290.33334Q579.95 289.27084 579.95 286.84897ZM581.02814 286.84897Q581.02814 288.95834 581.52814 289.66147Q582.02814 290.3646 582.7469 290.3646Q583.48126 290.3646 583.96564 289.66147Q584.46564 288.95834 584.46564 286.84897Q584.46564 284.72397 583.96564 284.03647Q583.48126 283.33334 582.73126 283.33334Q582.0125 283.33334 581.575 283.94272Q581.02814 284.72397 581.02814 286.84897ZM587.15314 284.5521Q587.15314 283.63022 587.60626 282.9896Q588.075 282.34897 588.95 282.34897Q589.7625 282.34897 590.29376 282.9271Q590.825 283.50522 590.825 284.6146Q590.825 285.70834 590.27814 286.3021Q589.7469 286.88022 588.96564 286.88022Q588.1844 286.88022 587.66876 286.3021Q587.15314 285.72397 587.15314 284.5521ZM588.98126 283.06772Q588.59064 283.06772 588.325 283.41147Q588.075 283.75522 588.075 284.66147Q588.075 285.4896 588.325 285.83334Q588.59064 286.16147 588.98126 286.16147Q589.3875 286.16147 589.6375 285.81772Q589.90314 285.47397 589.90314 284.58334Q589.90314 283.7396 589.6375 283.41147Q589.3719 283.06772 588.98126 283.06772ZM588.98126 291.39584L593.6844 282.34897L594.54376 282.34897L589.85626 291.39584L588.98126 291.39584ZM592.7 289.06772Q592.7 288.14584 593.15314 287.50522Q593.6219 286.8646 594.5125 286.8646Q595.325 286.8646 595.85626 287.44272Q596.3875 288.00522 596.3875 289.13022Q596.3875 290.22397 595.84064 290.81772Q595.3094 291.39584 594.5125 291.39584Q593.7469 291.39584 593.21564 290.81772Q592.7 290.2396 592.7 289.06772ZM594.54376 287.58334Q594.1375 287.58334 593.8719 287.9271Q593.6219 288.27084 593.6219 289.1771Q593.6219 289.9896 593.8875 290.33334Q594.15314 290.6771 594.54376 290.6771Q594.9344 290.6771 595.2 290.33334Q595.46564 289.9896 595.46564 289.08334Q595.46564 288.25522 595.2 287.9271Q594.9344 287.58334 594.54376 287.58334Z" fill-rule="nonzero"/><path fill="#a61c00" d="M182.5 340.45C182.5 339.8977 182.94771 339.45 183.5 339.45L193.5 339.45C194.05229 339.45 194.5 339.8977 194.5 340.45L194.5 350.45C194.5 351.0023 194.05229 351.45 193.5 351.45L183.5 351.45C182.94771 351.45 182.5 351.0023 182.5 350.45Z" fill-rule="nonzero"/><path fill="#666666" d="M203.42188 349.45L203.42188 340.85626L206.39062 340.85626Q207.39062 340.85626 207.92188 340.98126Q208.65625 341.15314 209.17188 341.59064Q209.85938 342.16876 210.1875 343.075Q210.53125 343.96564 210.53125 345.10626Q210.53125 346.09064 210.29688 346.84064Q210.07812 347.59064 209.71875 348.09064Q209.35938 348.59064 208.92188 348.8719Q208.5 349.15314 207.90625 349.3094Q207.3125 349.45 206.53125 349.45L203.42188 349.45ZM204.5625 348.4344L206.39062 348.4344Q207.25 348.4344 207.73438 348.27814Q208.21875 348.1219 208.5 347.825Q208.90625 347.4344 209.125 346.7469Q209.35938 346.0594 209.35938 345.09064Q209.35938 343.7469 208.90625 343.02814Q208.46875 342.29376 207.84375 342.04376Q207.375 341.8719 206.375 341.8719L204.5625 341.8719L204.5625 348.4344ZM216.54688 347.45L217.64062 347.575Q217.39062 348.52814 216.6875 349.0594Q215.98438 349.59064 214.90625 349.59064Q213.54688 349.59064 212.73438 348.7469Q211.9375 347.90314 211.9375 346.3875Q211.9375 344.825 212.75 343.96564Q213.5625 343.09064 214.84375 343.09064Q216.09375 343.09064 216.875 343.9344Q217.67188 344.77814 217.67188 346.325Q217.67188 346.41876 217.67188 346.60626L213.03125 346.60626Q213.09375 347.6375 213.60938 348.1844Q214.125 348.71564 214.90625 348.71564Q215.48438 348.71564 215.89062 348.41876Q216.3125 348.10626 216.54688 347.45ZM213.09375 345.7469L216.5625 345.7469Q216.5 344.95 216.17188 344.5594Q215.65625 343.95 214.85938 343.95Q214.125 343.95 213.625 344.4344Q213.14062 344.91876 213.09375 345.7469ZM221.59375 348.5125L221.75 349.4344Q221.29688 349.52814 220.95312 349.52814Q220.375 349.52814 220.0625 349.35626Q219.75 349.16876 219.60938 348.8719Q219.48438 348.575 219.48438 347.6219L219.48438 344.04376L218.71875 344.04376L218.71875 343.23126L219.48438 343.23126L219.48438 341.6844L220.53125 341.0594L220.53125 343.23126L221.59375 343.23126L221.59375 344.04376L220.53125 344.04376L220.53125 347.6844Q220.53125 348.1375 220.57812 348.2625Q220.64062 348.3875 220.76562 348.46564Q220.89062 348.54376 221.125 348.54376Q221.3125 348.54376 221.59375 348.5125ZM222.28125 349.45L222.28125 343.23126L223.23438 343.23126L223.23438 344.16876Q223.59375 343.5125 223.89062 343.3094Q224.20312 343.09064 224.57812 343.09064Q225.10938 343.09064 225.65625 343.41876L225.29688 344.40314Q224.90625 344.16876 224.53125 344.16876Q224.17188 344.16876 223.89062 344.3875Q223.625 344.59064 223.51562 344.96564Q223.32812 345.52814 223.32812 346.1844L223.32812 349.45L222.28125 349.45ZM230.35938 348.6844Q229.76562 349.1844 229.21875 349.3875Q228.6875 349.59064 228.0625 349.59064Q227.03125 349.59064 226.48438 349.09064Q225.9375 348.59064 225.9375 347.8094Q225.9375 347.35626 226.14062 346.98126Q226.34375 346.59064 226.6875 346.3719Q227.03125 346.1375 227.45312 346.02814Q227.75 345.9344 228.39062 345.85626Q229.65625 345.71564 230.26562 345.4969Q230.26562 345.27814 230.26562 345.23126Q230.26562 344.575 229.96875 344.3094Q229.5625 343.96564 228.76562 343.96564Q228.03125 343.96564 227.67188 344.23126Q227.3125 344.48126 227.14062 345.1375L226.10938 344.9969Q226.25 344.34064 226.57812 343.9344Q226.90625 343.52814 227.51562 343.3094Q228.125 343.09064 228.92188 343.09064Q229.71875 343.09064 230.21875 343.27814Q230.71875 343.46564 230.95312 343.7469Q231.1875 344.02814 231.28125 344.46564Q231.32812 344.73126 231.32812 345.4344L231.32812 346.84064Q231.32812 348.3094 231.39062 348.7Q231.46875 349.09064 231.67188 349.45L230.5625 349.45Q230.40625 349.1219 230.35938 348.6844ZM230.26562 346.325Q229.6875 346.5594 228.54688 346.73126Q227.89062 346.825 227.625 346.95Q227.35938 347.0594 227.20312 347.27814Q227.0625 347.4969 227.0625 347.77814Q227.0625 348.2 227.375 348.48126Q227.70312 348.7625 228.3125 348.7625Q228.92188 348.7625 229.39062 348.4969Q229.875 348.23126 230.09375 347.7625Q230.26562 347.40314 230.26562 346.71564L230.26562 346.325ZM237.35938 347.16876L238.39062 347.3094Q238.21875 348.3719 237.51562 348.98126Q236.8125 349.59064 235.79688 349.59064Q234.51562 349.59064 233.73438 348.7625Q232.96875 347.91876 232.96875 346.35626Q232.96875 345.35626 233.29688 344.60626Q233.64062 343.84064 234.3125 343.46564Q235.0 343.09064 235.8125 343.09064Q236.8125 343.09064 237.45312 343.60626Q238.10938 344.10626 238.29688 345.0594L237.26562 345.21564Q237.125 344.59064 236.75 344.27814Q236.375 343.95 235.84375 343.95Q235.04688 343.95 234.54688 344.52814Q234.04688 345.09064 234.04688 346.325Q234.04688 347.59064 234.53125 348.15314Q235.01562 348.71564 235.78125 348.71564Q236.40625 348.71564 236.8125 348.34064Q237.23438 347.96564 237.35938 347.16876ZM241.59375 348.5125L241.75 349.4344Q241.29688 349.52814 240.95312 349.52814Q240.375 349.52814 240.0625 349.35626Q239.75 349.16876 239.60938 348.8719Q239.48438 348.575 239.48438 347.6219L239.48438 344.04376L238.71875 344.04376L238.71875 343.23126L239.48438 343.23126L239.48438 341.6844L240.53125 341.0594L240.53125 343.23126L241.59375 343.23126L241.59375 344.04376L240.53125 344.04376L240.53125 347.6844Q240.53125 348.1375 240.57812 348.2625Q240.64062 348.3875 240.76562 348.46564Q240.89062 348.54376 241.125 348.54376Q241.3125 348.54376 241.59375 348.5125ZM241.90625 346.34064Q241.90625 344.60626 242.85938 343.77814Q243.65625 343.09064 244.8125 343.09064Q246.09375 343.09064 246.90625 343.9344Q247.73438 344.7625 247.73438 346.2469Q247.73438 347.45 247.375 348.1375Q247.01562 348.825 246.3125 349.21564Q245.625 349.59064 244.8125 349.59064Q243.51562 349.59064 242.70312 348.7625Q241.90625 347.91876 241.90625 346.34064ZM242.98438 346.34064Q242.98438 347.52814 243.5 348.1219Q244.03125 348.71564 244.8125 348.71564Q245.60938 348.71564 246.125 348.1219Q246.64062 347.52814 246.64062 346.3094Q246.64062 345.15314 246.10938 344.5594Q245.59375 343.96564 244.8125 343.96564Q244.03125 343.96564 243.5 344.5594Q242.98438 345.1375 242.98438 346.34064ZM249.28125 349.45L249.28125 343.23126L250.23438 343.23126L250.23438 344.16876Q250.59375 343.5125 250.89062 343.3094Q251.20312 343.09064 251.57812 343.09064Q252.10938 343.09064 252.65625 343.41876L252.29688 344.40314Q251.90625 344.16876 251.53125 344.16876Q251.17188 344.16876 250.89062 344.3875Q250.625 344.59064 250.51562 344.96564Q250.32812 345.52814 250.32812 346.1844L250.32812 349.45L249.28125 349.45Z" fill-rule="nonzero"/><path fill="#f1c232" d="M268.5 340.45C268.5 339.8977 268.94772 339.45 269.5 339.45L279.5 339.45C280.05228 339.45 280.5 339.8977 280.5 340.45L280.5 350.45C280.5 351.0023 280.05228 351.45 279.5 351.45L269.5 351.45C268.94772 351.45 268.5 351.0023 268.5 350.45Z" fill-rule="nonzero"/><path fill="#666666" d="M289.42188 349.45L289.42188 340.85626L292.67188 340.85626Q293.51562 340.85626 293.96875 340.9344Q294.60938 341.04376 295.03125 341.34064Q295.46875 341.6375 295.71875 342.16876Q295.98438 342.7 295.98438 343.34064Q295.98438 344.4344 295.28125 345.2Q294.59375 345.95 292.76562 345.95L290.5625 345.95L290.5625 349.45L289.42188 349.45ZM290.5625 344.95L292.78125 344.95Q293.89062 344.95 294.34375 344.54376Q294.8125 344.1219 294.8125 343.3719Q294.8125 342.84064 294.53125 342.46564Q294.26562 342.075 293.82812 341.95Q293.53125 341.8719 292.76562 341.8719L290.5625 341.8719L290.5625 344.95ZM301.35938 348.6844Q300.76562 349.1844 300.21875 349.3875Q299.6875 349.59064 299.0625 349.59064Q298.03125 349.59064 297.48438 349.09064Q296.9375 348.59064 296.9375 347.8094Q296.9375 347.35626 297.14062 346.98126Q297.34375 346.59064 297.6875 346.3719Q298.03125 346.1375 298.45312 346.02814Q298.75 345.9344 299.39062 345.85626Q300.65625 345.71564 301.26562 345.4969Q301.26562 345.27814 301.26562 345.23126Q301.26562 344.575 300.96875 344.3094Q300.5625 343.96564 299.76562 343.96564Q299.03125 343.96564 298.67188 344.23126Q298.3125 344.48126 298.14062 345.1375L297.10938 344.9969Q297.25 344.34064 297.57812 343.9344Q297.90625 343.52814 298.51562 343.3094Q299.125 343.09064 299.92188 343.09064Q300.71875 343.09064 301.21875 343.27814Q301.71875 343.46564 301.95312 343.7469Q302.1875 344.02814 302.28125 344.46564Q302.32812 344.73126 302.32812 345.4344L302.32812 346.84064Q302.32812 348.3094 302.39062 348.7Q302.46875 349.09064 302.67188 349.45L301.5625 349.45Q301.40625 349.1219 301.35938 348.6844ZM301.26562 346.325Q300.6875 346.5594 299.54688 346.73126Q298.89062 346.825 298.625 346.95Q298.35938 347.0594 298.20312 347.27814Q298.0625 347.4969 298.0625 347.77814Q298.0625 348.2 298.375 348.48126Q298.70312 348.7625 299.3125 348.7625Q299.92188 348.7625 300.39062 348.4969Q300.875 348.23126 301.09375 347.7625Q301.26562 347.40314 301.26562 346.71564L301.26562 346.325ZM303.875 347.59064L304.90625 347.4344Q305.0 348.0594 305.39062 348.3875Q305.79688 348.71564 306.53125 348.71564Q307.25 348.71564 307.59375 348.4344Q307.95312 348.1375 307.95312 347.73126Q307.95312 347.3719 307.64062 347.16876Q307.42188 347.02814 306.5625 346.8094Q305.40625 346.5125 304.95312 346.3094Q304.51562 346.09064 304.28125 345.71564Q304.04688 345.34064 304.04688 344.8719Q304.04688 344.46564 304.23438 344.10626Q304.42188 343.7469 304.75 343.5125Q305.0 343.34064 305.42188 343.21564Q305.84375 343.09064 306.34375 343.09064Q307.0625 343.09064 307.60938 343.3094Q308.17188 343.5125 308.4375 343.8719Q308.70312 344.23126 308.79688 344.825L307.76562 344.96564Q307.70312 344.4969 307.35938 344.23126Q307.03125 343.95 306.40625 343.95Q305.6875 343.95 305.375 344.2Q305.0625 344.4344 305.0625 344.7625Q305.0625 344.96564 305.1875 345.1219Q305.32812 345.29376 305.59375 345.40314Q305.75 345.46564 306.53125 345.66876Q307.65625 345.98126 308.09375 346.16876Q308.53125 346.35626 308.78125 346.71564Q309.03125 347.075 309.03125 347.6219Q309.03125 348.15314 308.71875 348.6219Q308.42188 349.075 307.84375 349.34064Q307.26562 349.59064 306.53125 349.59064Q305.3125 349.59064 304.67188 349.09064Q304.04688 348.575 303.875 347.59064ZM309.875 347.59064L310.90625 347.4344Q311.0 348.0594 311.39062 348.3875Q311.79688 348.71564 312.53125 348.71564Q313.25 348.71564 313.59375 348.4344Q313.95312 348.1375 313.95312 347.73126Q313.95312 347.3719 313.64062 347.16876Q313.42188 347.02814 312.5625 346.8094Q311.40625 346.5125 310.95312 346.3094Q310.51562 346.09064 310.28125 345.71564Q310.04688 345.34064 310.04688 344.8719Q310.04688 344.46564 310.23438 344.10626Q310.42188 343.7469 310.75 343.5125Q311.0 343.34064 311.42188 343.21564Q311.84375 343.09064 312.34375 343.09064Q313.0625 343.09064 313.60938 343.3094Q314.17188 343.5125 314.4375 343.8719Q314.70312 344.23126 314.79688 344.825L313.76562 344.96564Q313.70312 344.4969 313.35938 344.23126Q313.03125 343.95 312.40625 343.95Q311.6875 343.95 311.375 344.2Q311.0625 344.4344 311.0625 344.7625Q311.0625 344.96564 311.1875 345.1219Q311.32812 345.29376 311.59375 345.40314Q311.75 345.46564 312.53125 345.66876Q313.65625 345.98126 314.09375 346.16876Q314.53125 346.35626 314.78125 346.71564Q315.03125 347.075 315.03125 347.6219Q315.03125 348.15314 314.71875 348.6219Q314.42188 349.075 313.84375 349.34064Q313.26562 349.59064 312.53125 349.59064Q311.3125 349.59064 310.67188 349.09064Q310.04688 348.575 309.875 347.59064ZM316.29688 342.075L316.29688 340.85626L317.35938 340.85626L317.35938 342.075L316.29688 342.075ZM316.29688 349.45L316.29688 343.23126L317.35938 343.23126L317.35938 349.45L316.29688 349.45ZM321.01562 349.45L318.65625 343.23126L319.76562 343.23126L321.10938 346.95Q321.3125 347.5594 321.5 348.2Q321.64062 347.71564 321.89062 347.02814L323.28125 343.23126L324.35938 343.23126L322.0 349.45L321.01562 349.45ZM329.54688 347.45L330.64062 347.575Q330.39062 348.52814 329.6875 349.0594Q328.98438 349.59064 327.90625 349.59064Q326.54688 349.59064 325.73438 348.7469Q324.9375 347.90314 324.9375 346.3875Q324.9375 344.825 325.75 343.96564Q326.5625 343.09064 327.84375 343.09064Q329.09375 343.09064 329.875 343.9344Q330.67188 344.77814 330.67188 346.325Q330.67188 346.41876 330.67188 346.60626L326.03125 346.60626Q326.09375 347.6375 326.60938 348.1844Q327.125 348.71564 327.90625 348.71564Q328.48438 348.71564 328.89062 348.41876Q329.3125 348.10626 329.54688 347.45ZM326.09375 345.7469L329.5625 345.7469Q329.5 344.95 329.17188 344.5594Q328.65625 343.95 327.85938 343.95Q327.125 343.95 326.625 344.4344Q326.14062 344.91876 326.09375 345.7469Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M347.5 340.45C347.5 339.8977 347.94772 339.45 348.5 339.45L358.5 339.45C359.05228 339.45 359.5 339.8977 359.5 340.45L359.5 350.45C359.5 351.0023 359.05228 351.45 358.5 351.45L348.5 351.45C347.94772 351.45 347.5 351.0023 347.5 350.45Z" fill-rule="nonzero"/><path fill="#666666" d="M368.42188 349.45L368.42188 340.85626L371.67188 340.85626Q372.51562 340.85626 372.96875 340.9344Q373.60938 341.04376 374.03125 341.34064Q374.46875 341.6375 374.71875 342.16876Q374.98438 342.7 374.98438 343.34064Q374.98438 344.4344 374.28125 345.2Q373.59375 345.95 371.76562 345.95L369.5625 345.95L369.5625 349.45L368.42188 349.45ZM369.5625 344.95L371.78125 344.95Q372.89062 344.95 373.34375 344.54376Q373.8125 344.1219 373.8125 343.3719Q373.8125 342.84064 373.53125 342.46564Q373.26562 342.075 372.82812 341.95Q372.53125 341.8719 371.76562 341.8719L369.5625 341.8719L369.5625 344.95ZM376.28125 349.45L376.28125 343.23126L377.23438 343.23126L377.23438 344.16876Q377.59375 343.5125 377.89062 343.3094Q378.20312 343.09064 378.57812 343.09064Q379.10938 343.09064 379.65625 343.41876L379.29688 344.40314Q378.90625 344.16876 378.53125 344.16876Q378.17188 344.16876 377.89062 344.3875Q377.625 344.59064 377.51562 344.96564Q377.32812 345.52814 377.32812 346.1844L377.32812 349.45L376.28125 349.45ZM379.90625 346.34064Q379.90625 344.60626 380.85938 343.77814Q381.65625 343.09064 382.8125 343.09064Q384.09375 343.09064 384.90625 343.9344Q385.73438 344.7625 385.73438 346.2469Q385.73438 347.45 385.375 348.1375Q385.01562 348.825 384.3125 349.21564Q383.625 349.59064 382.8125 349.59064Q381.51562 349.59064 380.70312 348.7625Q379.90625 347.91876 379.90625 346.34064ZM380.98438 346.34064Q380.98438 347.52814 381.5 348.1219Q382.03125 348.71564 382.8125 348.71564Q383.60938 348.71564 384.125 348.1219Q384.64062 347.52814 384.64062 346.3094Q384.64062 345.15314 384.10938 344.5594Q383.59375 343.96564 382.8125 343.96564Q382.03125 343.96564 381.5 344.5594Q380.98438 345.1375 380.98438 346.34064ZM387.29688 349.45L387.29688 343.23126L388.23438 343.23126L388.23438 344.10626Q388.53125 343.6375 389.01562 343.3719Q389.5 343.09064 390.125 343.09064Q390.8125 343.09064 391.25 343.3719Q391.70312 343.65314 391.875 344.16876Q392.625 343.09064 393.79688 343.09064Q394.73438 343.09064 395.21875 343.60626Q395.71875 344.10626 395.71875 345.1844L395.71875 349.45L394.67188 349.45L394.67188 345.52814Q394.67188 344.90314 394.5625 344.6219Q394.46875 344.34064 394.20312 344.16876Q393.9375 343.9969 393.5625 343.9969Q392.90625 343.9969 392.46875 344.4344Q392.04688 344.8719 392.04688 345.84064L392.04688 349.45L390.98438 349.45L390.98438 345.40314Q390.98438 344.7 390.71875 344.35626Q390.46875 343.9969 389.89062 343.9969Q389.4375 343.9969 389.0625 344.23126Q388.6875 344.46564 388.51562 344.91876Q388.34375 345.3719 388.34375 346.21564L388.34375 349.45L387.29688 349.45ZM396.90625 346.34064Q396.90625 344.60626 397.85938 343.77814Q398.65625 343.09064 399.8125 343.09064Q401.09375 343.09064 401.90625 343.9344Q402.73438 344.7625 402.73438 346.2469Q402.73438 347.45 402.375 348.1375Q402.01562 348.825 401.3125 349.21564Q400.625 349.59064 399.8125 349.59064Q398.51562 349.59064 397.70312 348.7625Q396.90625 347.91876 396.90625 346.34064ZM397.98438 346.34064Q397.98438 347.52814 398.5 348.1219Q399.03125 348.71564 399.8125 348.71564Q400.60938 348.71564 401.125 348.1219Q401.64062 347.52814 401.64062 346.3094Q401.64062 345.15314 401.10938 344.5594Q400.59375 343.96564 399.8125 343.96564Q399.03125 343.96564 398.5 344.5594Q397.98438 345.1375 397.98438 346.34064ZM406.59375 348.5125L406.75 349.4344Q406.29688 349.52814 405.95312 349.52814Q405.375 349.52814 405.0625 349.35626Q404.75 349.16876 404.60938 348.8719Q404.48438 348.575 404.48438 347.6219L404.48438 344.04376L403.71875 344.04376L403.71875 343.23126L404.48438 343.23126L404.48438 341.6844L405.53125 341.0594L405.53125 343.23126L406.59375 343.23126L406.59375 344.04376L405.53125 344.04376L405.53125 347.6844Q405.53125 348.1375 405.57812 348.2625Q405.64062 348.3875 405.76562 348.46564Q405.89062 348.54376 406.125 348.54376Q406.3125 348.54376 406.59375 348.5125ZM411.54688 347.45L412.64062 347.575Q412.39062 348.52814 411.6875 349.0594Q410.98438 349.59064 409.90625 349.59064Q408.54688 349.59064 407.73438 348.7469Q406.9375 347.90314 406.9375 346.3875Q406.9375 344.825 407.75 343.96564Q408.5625 343.09064 409.84375 343.09064Q411.09375 343.09064 411.875 343.9344Q412.67188 344.77814 412.67188 346.325Q412.67188 346.41876 412.67188 346.60626L408.03125 346.60626Q408.09375 347.6375 408.60938 348.1844Q409.125 348.71564 409.90625 348.71564Q410.48438 348.71564 410.89062 348.41876Q411.3125 348.10626 411.54688 347.45ZM408.09375 345.7469L411.5625 345.7469Q411.5 344.95 411.17188 344.5594Q410.65625 343.95 409.85938 343.95Q409.125 343.95 408.625 344.4344Q408.14062 344.91876 408.09375 345.7469ZM414.28125 349.45L414.28125 343.23126L415.23438 343.23126L415.23438 344.16876Q415.59375 343.5125 415.89062 343.3094Q416.20312 343.09064 416.57812 343.09064Q417.10938 343.09064 417.65625 343.41876L417.29688 344.40314Q416.90625 344.16876 416.53125 344.16876Q416.17188 344.16876 415.89062 344.3875Q415.625 344.59064 415.51562 344.96564Q415.32812 345.52814 415.32812 346.1844L415.32812 349.45L414.28125 349.45Z" fill-rule="nonzero"/><path fill="#666666" d="M19.6125 31.55L19.6125 21.534374L20.971874 21.534374L26.2375 29.39375L26.2375 21.534374L27.51875 21.534374L27.51875 31.55L26.159374 31.55L20.89375 23.675L20.89375 31.55L19.6125 31.55ZM29.628124 31.55L29.628124 21.534374L33.409374 21.534374Q34.409374 21.534374 34.940624 21.628124Q35.675 21.753124 36.175 22.096874Q36.675 22.440624 36.971874 23.065624Q37.284374 23.675 37.284374 24.425Q37.284374 25.70625 36.471874 26.596874Q35.659374 27.471874 33.534374 27.471874L30.95625 27.471874L30.95625 31.55L29.628124 31.55ZM30.95625 26.3L33.55 26.3Q34.83125 26.3 35.3625 25.815624Q35.909374 25.33125 35.909374 24.471874Q35.909374 23.83125 35.596874 23.39375Q35.284374 22.940624 34.753124 22.8Q34.425 22.70625 33.51875 22.70625L30.95625 22.70625L30.95625 26.3ZM38.175 28.33125L39.425 28.221874Q39.51875 28.971874 39.846874 29.45625Q40.175 29.940624 40.846874 30.2375Q41.534374 30.534374 42.39375 30.534374Q43.14375 30.534374 43.721874 30.315624Q44.315624 30.08125 44.596874 29.690624Q44.878124 29.3 44.878124 28.83125Q44.878124 28.3625 44.596874 28.01875Q44.33125 27.659374 43.70625 27.409374Q43.3 27.253124 41.909374 26.925Q40.534374 26.596874 39.9875 26.3Q39.26875 25.925 38.909374 25.378124Q38.565624 24.815624 38.565624 24.1125Q38.565624 23.3625 38.9875 22.70625Q39.425 22.034374 40.253124 21.70625Q41.08125 21.3625 42.096874 21.3625Q43.20625 21.3625 44.05 21.721874Q44.909374 22.08125 45.3625 22.784374Q45.815624 23.471874 45.8625 24.346874L44.58125 24.440624Q44.4875 23.503124 43.89375 23.01875Q43.3 22.51875 42.14375 22.51875Q40.940624 22.51875 40.39375 22.971874Q39.846874 23.409374 39.846874 24.034374Q39.846874 24.565624 40.2375 24.925Q40.6125 25.26875 42.221874 25.64375Q43.846874 26.003124 44.440624 26.26875Q45.315624 26.675 45.7375 27.3Q46.159374 27.909374 46.159374 28.721874Q46.159374 29.51875 45.690624 30.2375Q45.2375 30.940624 44.378124 31.33125Q43.51875 31.721874 42.45625 31.721874Q41.096874 31.721874 40.175 31.33125Q39.253124 30.925 38.721874 30.128124Q38.20625 29.33125 38.175 28.33125ZM51.628124 31.55L51.628124 21.534374L55.08125 21.534374Q56.253124 21.534374 56.8625 21.675Q57.721874 21.8625 58.33125 22.39375Q59.128124 23.065624 59.51875 24.1125Q59.909374 25.14375 59.909374 26.4875Q59.909374 27.628124 59.64375 28.51875Q59.378124 29.39375 58.95625 29.971874Q58.55 30.55 58.05 30.878124Q57.55 31.20625 56.846874 31.378124Q56.159374 31.55 55.253124 31.55L51.628124 31.55ZM52.95625 30.3625L55.096874 30.3625Q56.08125 30.3625 56.64375 30.190624Q57.221874 30.003124 57.55 29.659374Q58.01875 29.190624 58.284374 28.39375Q58.55 27.596874 58.55 26.45625Q58.55 24.89375 58.034374 24.05Q57.51875 23.20625 56.784374 22.909374Q56.2375 22.70625 55.065624 22.70625L52.95625 22.70625L52.95625 30.3625ZM61.4875 22.940624L61.4875 21.534374L62.70625 21.534374L62.70625 22.940624L61.4875 22.940624ZM61.4875 31.55L61.4875 24.284374L62.70625 24.284374L62.70625 31.55L61.4875 31.55ZM63.9875 29.378124L65.19063 29.190624Q65.3 29.925 65.76875 30.315624Q66.2375 30.70625 67.08125 30.70625Q67.925 30.70625 68.33125 30.3625Q68.75313 30.01875 68.75313 29.55Q68.75313 29.128124 68.37813 28.89375Q68.12813 28.721874 67.12813 28.471874Q65.76875 28.128124 65.2375 27.878124Q64.72188 27.628124 64.45625 27.190624Q64.19063 26.753124 64.19063 26.221874Q64.19063 25.7375 64.40938 25.33125Q64.62813 24.909374 65.01875 24.628124Q65.3 24.425 65.78438 24.284374Q66.28438 24.128124 66.8625 24.128124Q67.70625 24.128124 68.34688 24.378124Q69.00313 24.6125 69.31563 25.034374Q69.62813 25.45625 69.7375 26.159374L68.53438 26.33125Q68.45625 25.76875 68.05 25.45625Q67.65938 25.14375 66.94063 25.14375Q66.09688 25.14375 65.7375 25.425Q65.37813 25.690624 65.37813 26.08125Q65.37813 26.315624 65.51875 26.503124Q65.675 26.70625 66.00313 26.83125Q66.175 26.89375 67.08125 27.14375Q68.39375 27.503124 68.90938 27.721874Q69.425 27.940624 69.70625 28.3625Q70.00313 28.784374 70.00313 29.409374Q70.00313 30.034374 69.64375 30.58125Q69.3 31.1125 68.6125 31.425Q67.94063 31.721874 67.08125 31.721874Q65.675 31.721874 64.925 31.128124Q64.19063 30.534374 63.9875 29.378124ZM74.15938 30.45625L74.33125 31.534374Q73.81563 31.64375 73.40938 31.64375Q72.7375 31.64375 72.3625 31.440624Q72.00313 31.221874 71.84688 30.878124Q71.70625 30.534374 71.70625 29.425L71.70625 25.253124L70.8 25.253124L70.8 24.284374L71.70625 24.284374L71.70625 22.4875L72.925 21.753124L72.925 24.284374L74.15938 24.284374L74.15938 25.253124L72.925 25.253124L72.925 29.4875Q72.925 30.01875 72.9875 30.175Q73.05 30.315624 73.19063 30.409374Q73.34688 30.503124 73.6125 30.503124Q73.83125 30.503124 74.15938 30.45625ZM75.45625 31.55L75.45625 24.284374L76.56563 24.284374L76.56563 25.39375Q76.9875 24.6125 77.34688 24.378124Q77.70625 24.128124 78.14375 24.128124Q78.76875 24.128124 79.40938 24.51875L78.9875 25.659374Q78.53438 25.39375 78.08125 25.39375Q77.675 25.39375 77.34688 25.64375Q77.03438 25.878124 76.89375 26.315624Q76.69063 26.971874 76.69063 27.753124L76.69063 31.55L75.45625 31.55ZM80.4875 22.940624L80.4875 21.534374L81.70625 21.534374L81.70625 22.940624L80.4875 22.940624ZM80.4875 31.55L80.4875 24.284374L81.70625 24.284374L81.70625 31.55L80.4875 31.55ZM84.6125 31.55L83.47188 31.55L83.47188 21.534374L84.69063 21.534374L84.69063 25.096874Q85.47188 24.128124 86.69063 24.128124Q87.3625 24.128124 87.95625 24.39375Q88.55 24.659374 88.94063 25.159374Q89.33125 25.64375 89.55 26.33125Q89.76875 27.01875 89.76875 27.815624Q89.76875 29.675 88.83125 30.70625Q87.90938 31.721874 86.62813 31.721874Q85.34688 31.721874 84.6125 30.64375L84.6125 31.55ZM84.59688 27.8625Q84.59688 29.175 84.95625 29.753124Q85.53438 30.70625 86.51875 30.70625Q87.33125 30.70625 87.90938 30.003124Q88.50313 29.3 88.50313 27.909374Q88.50313 26.4875 87.94063 25.815624Q87.37813 25.14375 86.58125 25.14375Q85.76875 25.14375 85.175 25.846874Q84.59688 26.534374 84.59688 27.8625ZM96.2375 31.55L96.2375 30.4875Q95.37813 31.721874 93.925 31.721874Q93.28438 31.721874 92.72188 31.471874Q92.175 31.221874 91.89375 30.846874Q91.62813 30.471874 91.51875 29.940624Q91.44063 29.58125 91.44063 28.784374L91.44063 24.284374L92.675 24.284374L92.675 28.315624Q92.675 29.284374 92.75313 29.6125Q92.8625 30.096874 93.2375 30.378124Q93.6125 30.659374 94.175 30.659374Q94.72188 30.659374 95.20625 30.378124Q95.69063 30.08125 95.89375 29.596874Q96.09688 29.1125 96.09688 28.175L96.09688 24.284374L97.33125 24.284374L97.33125 31.55L96.2375 31.55ZM102.15938 30.45625L102.33125 31.534374Q101.81563 31.64375 101.40938 31.64375Q100.7375 31.64375 100.3625 31.440624Q100.00313 31.221874 99.84688 30.878124Q99.70625 30.534374 99.70625 29.425L99.70625 25.253124L98.8 25.253124L98.8 24.284374L99.70625 24.284374L99.70625 22.4875L100.925 21.753124L100.925 24.284374L102.15938 24.284374L102.15938 25.253124L100.925 25.253124L100.925 29.4875Q100.925 30.01875 100.9875 30.175Q101.05 30.315624 101.19063 30.409374Q101.34688 30.503124 101.6125 30.503124Q101.83125 30.503124 102.15938 30.45625ZM103.4875 22.940624L103.4875 21.534374L104.70625 21.534374L104.70625 22.940624L103.4875 22.940624ZM103.4875 31.55L103.4875 24.284374L104.70625 24.284374L104.70625 31.55L103.4875 31.55ZM106.01875 27.925Q106.01875 25.909374 107.14375 24.925Q108.06563 24.128124 109.425 24.128124Q110.90938 24.128124 111.8625 25.1125Q112.81563 26.08125 112.81563 27.815624Q112.81563 29.221874 112.39375 30.034374Q111.97188 30.83125 111.15938 31.284374Q110.3625 31.721874 109.425 31.721874Q107.89375 31.721874 106.95625 30.7375Q106.01875 29.753124 106.01875 27.925ZM107.28438 27.925Q107.28438 29.315624 107.89375 30.01875Q108.50313 30.70625 109.425 30.70625Q110.33125 30.70625 110.94063 30.003124Q111.55 29.3 111.55 27.878124Q111.55 26.534374 110.94063 25.846874Q110.33125 25.14375 109.425 25.14375Q108.50313 25.14375 107.89375 25.83125Q107.28438 26.51875 107.28438 27.925ZM114.47188 31.55L114.47188 24.284374L115.58125 24.284374L115.58125 25.315624Q116.37813 24.128124 117.89375 24.128124Q118.55 24.128124 119.09688 24.3625Q119.64375 24.596874 119.90938 24.9875Q120.19063 25.3625 120.3 25.89375Q120.37813 26.2375 120.37813 27.08125L120.37813 31.55L119.14375 31.55L119.14375 27.128124Q119.14375 26.378124 119.00313 26.01875Q118.8625 25.64375 118.4875 25.425Q118.12813 25.190624 117.62813 25.190624Q116.84688 25.190624 116.26875 25.690624Q115.70625 26.190624 115.70625 27.58125L115.70625 31.55L114.47188 31.55Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig12.svg b/_content/survey2018/fig12.svg
deleted file mode 100644
index 22986f0..0000000
--- a/_content/survey2018/fig12.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 492.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="492" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 492.0L0 492.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 492.0L0 492.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 52.5L142.5 413.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 52.5L249.5 413.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 52.5L355.5 413.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 52.5L462.5 413.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 52.5L569.5 413.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 52.5L569.4754 52.5L569.4754 413.5L142.303 413.5L142.303 52.5Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 90.0L142.0 76.0L495.0 76.0C496.10458 76.0 497.0 76.89543 497.0 78.0L497.0 88.0C497.0 89.10457 496.10458 90.0 495.0 90.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 90.0L142.0 76.0L495.0 76.0C496.10458 76.0 497.0 76.89543 497.0 78.0L497.0 88.0C497.0 89.10457 496.10458 90.0 495.0 90.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 225.0L142.0 211.0L478.0 211.0C479.10458 211.0 480.0 211.89543 480.0 213.0L480.0 223.0C480.0 224.10457 479.10458 225.0 478.0 225.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 225.0L142.0 211.0L478.0 211.0C479.10458 211.0 480.0 211.89543 480.0 213.0L480.0 223.0C480.0 224.10457 479.10458 225.0 478.0 225.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 292.0L142.0 278.0L375.0 278.0C376.10458 278.0 377.0 278.89542 377.0 280.0L377.0 290.0C377.0 291.10458 376.10458 292.0 375.0 292.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 292.0L142.0 278.0L375.0 278.0C376.10458 278.0 377.0 278.89542 377.0 280.0L377.0 290.0C377.0 291.10458 376.10458 292.0 375.0 292.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 360.0L142.0 346.0L294.0 346.0C295.10458 346.0 296.0 346.89542 296.0 348.0L296.0 358.0C296.0 359.10458 295.10458 360.0 294.0 360.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 360.0L142.0 346.0L294.0 346.0C295.10458 346.0 296.0 346.89542 296.0 348.0L296.0 358.0C296.0 359.10458 295.10458 360.0 294.0 360.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 105.0L142.0 91.0L525.0 91.0C526.10455 91.0 527.0 91.89543 527.0 93.0L527.0 103.0C527.0 104.10457 526.10455 105.0 525.0 105.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 105.0L142.0 91.0L525.0 91.0C526.10455 91.0 527.0 91.89543 527.0 93.0L527.0 103.0C527.0 104.10457 526.10455 105.0 525.0 105.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 240.0L142.0 226.0L508.0 226.0C509.10458 226.0 510.0 226.89543 510.0 228.0L510.0 238.0C510.0 239.10457 509.10458 240.0 508.0 240.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 240.0L142.0 226.0L508.0 226.0C509.10458 226.0 510.0 226.89543 510.0 228.0L510.0 238.0C510.0 239.10457 509.10458 240.0 508.0 240.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 307.0L142.0 293.0L409.0 293.0C410.10458 293.0 411.0 293.89542 411.0 295.0L411.0 305.0C411.0 306.10458 410.10458 307.0 409.0 307.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 307.0L142.0 293.0L409.0 293.0C410.10458 293.0 411.0 293.89542 411.0 295.0L411.0 305.0C411.0 306.10458 410.10458 307.0 409.0 307.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 375.0L142.0 361.0L333.0 361.0C334.10458 361.0 335.0 361.89542 335.0 363.0L335.0 373.0C335.0 374.10458 334.10458 375.0 333.0 375.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 375.0L142.0 361.0L333.0 361.0C334.10458 361.0 335.0 361.89542 335.0 363.0L335.0 373.0C335.0 374.10458 334.10458 375.0 333.0 375.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 188.0L142.0 174.0L520.0 174.0C521.10455 174.0 522.0 174.89543 522.0 176.0L522.0 186.0C522.0 187.10457 521.10455 188.0 520.0 188.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 188.0L142.0 174.0L520.0 174.0C521.10455 174.0 522.0 174.89543 522.0 176.0L522.0 186.0C522.0 187.10457 521.10455 188.0 520.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 255.0L142.0 241.0L503.0 241.0C504.10458 241.0 505.0 241.89543 505.0 243.0L505.0 253.0C505.0 254.10457 504.10458 255.0 503.0 255.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 255.0L142.0 241.0L503.0 241.0C504.10458 241.0 505.0 241.89543 505.0 243.0L505.0 253.0C505.0 254.10457 504.10458 255.0 503.0 255.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 322.0L142.0 308.0L422.0 308.0C423.10458 308.0 424.0 308.89542 424.0 310.0L424.0 320.0C424.0 321.10458 423.10458 322.0 422.0 322.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 322.0L142.0 308.0L422.0 308.0C423.10458 308.0 424.0 308.89542 424.0 310.0L424.0 320.0C424.0 321.10458 423.10458 322.0 422.0 322.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 390.0L142.0 376.0L328.0 376.0C329.10458 376.0 330.0 376.89542 330.0 378.0L330.0 388.0C330.0 389.10458 329.10458 390.0 328.0 390.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 390.0L142.0 376.0L328.0 376.0C329.10458 376.0 330.0 376.89542 330.0 378.0L330.0 388.0C330.0 389.10458 329.10458 390.0 328.0 390.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M514.74677 81.1875Q514.74677 81.828125 514.403 82.328125Q514.05927 82.828125 513.49677 83.109375Q514.153 83.390625 514.54364 83.953125Q514.93427 84.5 514.93427 85.203125Q514.93427 86.296875 514.18427 86.96875Q513.4499 87.625 512.23114 87.625Q510.99673 87.625 510.24673 86.96875Q509.51236 86.296875 509.51236 85.203125Q509.51236 84.5 509.88736 83.953125Q510.26236 83.390625 510.93423 83.109375Q510.37173 82.828125 510.0436 82.328125Q509.71548 81.828125 509.71548 81.1875Q509.71548 80.109375 510.40298 79.484375Q511.09048 78.84375 512.23114 78.84375Q513.35614 78.84375 514.04364 79.484375Q514.74677 80.109375 514.74677 81.1875ZM513.85614 85.171875Q513.85614 84.453125 513.403 84.015625Q512.9499 83.5625 512.2155 83.5625Q511.4811 83.5625 511.02798 84.015625Q510.59048 84.453125 510.59048 85.1875Q510.59048 85.90625 511.02798 86.328125Q511.46548 86.734375 512.23114 86.734375Q512.98114 86.734375 513.41864 86.3125Q513.85614 85.890625 513.85614 85.171875ZM512.23114 79.734375Q511.59048 79.734375 511.18423 80.140625Q510.7936 80.53125 510.7936 81.21875Q510.7936 81.859375 511.18423 82.265625Q511.57486 82.671875 512.2155 82.671875Q512.87177 82.671875 513.2624 82.265625Q513.653 81.859375 513.653 81.21875Q513.653 80.5625 513.24677 80.15625Q512.8405 79.734375 512.23114 79.734375ZM518.1374 82.703125L518.9499 82.703125Q519.73114 82.6875 520.16864 82.296875Q520.60614 81.90625 520.60614 81.234375Q520.60614 79.734375 519.10614 79.734375Q518.403 79.734375 517.98114 80.140625Q517.5749 80.546875 517.5749 81.203125L516.48114 81.203125Q516.48114 80.1875 517.2155 79.515625Q517.9655 78.84375 519.10614 78.84375Q520.30927 78.84375 520.99677 79.484375Q521.68427 80.125 521.68427 81.265625Q521.68427 81.828125 521.3249 82.34375Q520.9655 82.859375 520.3405 83.125Q521.04364 83.34375 521.41864 83.859375Q521.80927 84.375 521.80927 85.125Q521.80927 86.265625 521.05927 86.953125Q520.30927 87.625 519.10614 87.625Q517.91864 87.625 517.153 86.96875Q516.403 86.3125 516.403 85.25L517.49677 85.25Q517.49677 85.921875 517.93427 86.328125Q518.37177 86.734375 519.12177 86.734375Q519.903 86.734375 520.30927 86.328125Q520.73114 85.90625 520.73114 85.140625Q520.73114 84.40625 520.278 84.015625Q519.8249 83.609375 518.9499 83.59375L518.1374 83.59375L518.1374 82.703125ZM523.4655 80.609375Q523.4655 79.84375 523.9499 79.34375Q524.4499 78.84375 525.2155 78.84375Q525.99677 78.84375 526.48114 79.34375Q526.9655 79.84375 526.9655 80.640625L526.9655 81.0625Q526.9655 81.828125 526.4655 82.328125Q525.98114 82.8125 525.23114 82.8125Q524.4655 82.8125 523.9655 82.328125Q523.4655 81.828125 523.4655 81.015625L523.4655 80.609375ZM524.278 81.0625Q524.278 81.515625 524.528 81.8125Q524.79364 82.109375 525.23114 82.109375Q525.653 82.109375 525.903 81.828125Q526.153 81.53125 526.153 81.03125L526.153 80.609375Q526.153 80.15625 525.903 79.859375Q525.653 79.546875 525.2155 79.546875Q524.778 79.546875 524.528 79.859375Q524.278 80.15625 524.278 80.625L524.278 81.0625ZM527.62177 85.40625Q527.62177 84.640625 528.10614 84.15625Q528.60614 83.65625 529.37177 83.65625Q530.1374 83.65625 530.62177 84.15625Q531.12177 84.640625 531.12177 85.453125L531.12177 85.859375Q531.12177 86.625 530.6374 87.125Q530.153 87.625 529.3874 87.625Q528.62177 87.625 528.12177 87.140625Q527.62177 86.640625 527.62177 85.828125L527.62177 85.40625ZM528.43427 85.859375Q528.43427 86.328125 528.68427 86.625Q528.9499 86.921875 529.3874 86.921875Q529.80927 86.921875 530.05927 86.640625Q530.30927 86.34375 530.30927 85.84375L530.30927 85.40625Q530.30927 84.9375 530.04364 84.65625Q529.79364 84.359375 529.37177 84.359375Q528.9499 84.359375 528.68427 84.65625Q528.43427 84.9375 528.43427 85.4375L528.43427 85.859375ZM525.48114 86.859375L524.85614 86.46875L529.028 79.796875L529.6374 80.1875L525.48114 86.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M514.7467 81.1875Q514.7467 81.828125 514.40295 82.328125Q514.0592 82.828125 513.4967 83.109375Q514.15295 83.390625 514.5436 83.953125Q514.9342 84.5 514.9342 85.203125Q514.9342 86.296875 514.1842 86.96875Q513.4498 87.625 512.2311 87.625Q510.99673 87.625 510.24673 86.96875Q509.51236 86.296875 509.51236 85.203125Q509.51236 84.5 509.88736 83.953125Q510.26236 83.390625 510.93423 83.109375Q510.37173 82.828125 510.0436 82.328125Q509.71548 81.828125 509.71548 81.1875Q509.71548 80.109375 510.40298 79.484375Q511.09048 78.84375 512.2311 78.84375Q513.3561 78.84375 514.0436 79.484375Q514.7467 80.109375 514.7467 81.1875ZM513.8561 85.171875Q513.8561 84.453125 513.40295 84.015625Q512.9498 83.5625 512.21545 83.5625Q511.4811 83.5625 511.02798 84.015625Q510.59048 84.453125 510.59048 85.1875Q510.59048 85.90625 511.02798 86.328125Q511.46548 86.734375 512.2311 86.734375Q512.9811 86.734375 513.4186 86.3125Q513.8561 85.890625 513.8561 85.171875ZM512.2311 79.734375Q511.59048 79.734375 511.18423 80.140625Q510.7936 80.53125 510.7936 81.21875Q510.7936 81.859375 511.18423 82.265625Q511.57486 82.671875 512.21545 82.671875Q512.8717 82.671875 513.2623 82.265625Q513.65295 81.859375 513.65295 81.21875Q513.65295 80.5625 513.2467 80.15625Q512.84045 79.734375 512.2311 79.734375ZM518.1373 82.703125L518.9498 82.703125Q519.7311 82.6875 520.1686 82.296875Q520.6061 81.90625 520.6061 81.234375Q520.6061 79.734375 519.1061 79.734375Q518.40295 79.734375 517.9811 80.140625Q517.5748 80.546875 517.5748 81.203125L516.4811 81.203125Q516.4811 80.1875 517.21545 79.515625Q517.96545 78.84375 519.1061 78.84375Q520.3092 78.84375 520.9967 79.484375Q521.6842 80.125 521.6842 81.265625Q521.6842 81.828125 521.3248 82.34375Q520.96545 82.859375 520.34045 83.125Q521.0436 83.34375 521.4186 83.859375Q521.8092 84.375 521.8092 85.125Q521.8092 86.265625 521.0592 86.953125Q520.3092 87.625 519.1061 87.625Q517.9186 87.625 517.15295 86.96875Q516.40295 86.3125 516.40295 85.25L517.4967 85.25Q517.4967 85.921875 517.9342 86.328125Q518.3717 86.734375 519.1217 86.734375Q519.90295 86.734375 520.3092 86.328125Q520.7311 85.90625 520.7311 85.140625Q520.7311 84.40625 520.27795 84.015625Q519.8248 83.609375 518.9498 83.59375L518.1373 83.59375L518.1373 82.703125ZM523.46545 80.609375Q523.46545 79.84375 523.9498 79.34375Q524.4498 78.84375 525.21545 78.84375Q525.9967 78.84375 526.4811 79.34375Q526.96545 79.84375 526.96545 80.640625L526.96545 81.0625Q526.96545 81.828125 526.46545 82.328125Q525.9811 82.8125 525.2311 82.8125Q524.46545 82.8125 523.96545 82.328125Q523.46545 81.828125 523.46545 81.015625L523.46545 80.609375ZM524.27795 81.0625Q524.27795 81.515625 524.52795 81.8125Q524.7936 82.109375 525.2311 82.109375Q525.65295 82.109375 525.90295 81.828125Q526.15295 81.53125 526.15295 81.03125L526.15295 80.609375Q526.15295 80.15625 525.90295 79.859375Q525.65295 79.546875 525.21545 79.546875Q524.77795 79.546875 524.52795 79.859375Q524.27795 80.15625 524.27795 80.625L524.27795 81.0625ZM527.6217 85.40625Q527.6217 84.640625 528.1061 84.15625Q528.6061 83.65625 529.3717 83.65625Q530.1373 83.65625 530.6217 84.15625Q531.1217 84.640625 531.1217 85.453125L531.1217 85.859375Q531.1217 86.625 530.6373 87.125Q530.15295 87.625 529.3873 87.625Q528.6217 87.625 528.1217 87.140625Q527.6217 86.640625 527.6217 85.828125L527.6217 85.40625ZM528.4342 85.859375Q528.4342 86.328125 528.6842 86.625Q528.9498 86.921875 529.3873 86.921875Q529.8092 86.921875 530.0592 86.640625Q530.3092 86.34375 530.3092 85.84375L530.3092 85.40625Q530.3092 84.9375 530.0436 84.65625Q529.7936 84.359375 529.3717 84.359375Q528.9498 84.359375 528.6842 84.65625Q528.4342 84.9375 528.4342 85.4375L528.4342 85.859375ZM525.4811 86.859375L524.8561 86.46875L529.02795 79.796875L529.6373 80.1875L525.4811 86.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M497.98798 214.57812L494.45673 222.5L493.3161 222.5L496.83173 214.85938L492.22235 214.85938L492.22235 213.96875L497.98798 213.96875L497.98798 214.57812ZM503.6286 218.75Q503.30048 219.15625 502.8161 219.40625Q502.34735 219.64062 501.78485 219.64062Q501.05048 219.64062 500.5036 219.28125Q499.95673 218.92188 499.65985 218.26562Q499.36298 217.59375 499.36298 216.79688Q499.36298 215.95312 499.67548 215.26562Q500.0036 214.57812 500.59735 214.21875Q501.20673 213.84375 502.0036 213.84375Q503.26923 213.84375 503.98798 214.79688Q504.72235 215.75 504.72235 217.375L504.72235 217.6875Q504.72235 220.1875 503.73798 221.32812Q502.7536 222.46875 500.76923 222.5L500.55048 222.5L500.55048 221.59375L500.78485 221.59375Q502.1286 221.5625 502.84735 220.89062Q503.5661 220.21875 503.6286 218.75ZM501.95673 218.75Q502.5036 218.75 502.95673 218.42188Q503.42548 218.07812 503.64423 217.59375L503.64423 217.15625Q503.64423 216.09375 503.17548 215.42188Q502.70673 214.75 502.0036 214.75Q501.28485 214.75 500.84735 215.29688Q500.42548 215.84375 500.42548 216.75Q500.42548 217.625 500.83173 218.1875Q501.2536 218.75 501.95673 218.75ZM506.3786 215.60938Q506.3786 214.84375 506.86298 214.34375Q507.36298 213.84375 508.1286 213.84375Q508.90985 213.84375 509.39423 214.34375Q509.8786 214.84375 509.8786 215.64062L509.8786 216.0625Q509.8786 216.82812 509.3786 217.32812Q508.89423 217.8125 508.14423 217.8125Q507.3786 217.8125 506.8786 217.32812Q506.3786 216.82812 506.3786 216.01562L506.3786 215.60938ZM507.1911 216.0625Q507.1911 216.51562 507.4411 216.8125Q507.70673 217.10938 508.14423 217.10938Q508.5661 217.10938 508.8161 216.82812Q509.0661 216.53125 509.0661 216.03125L509.0661 215.60938Q509.0661 215.15625 508.8161 214.85938Q508.5661 214.54688 508.1286 214.54688Q507.6911 214.54688 507.4411 214.85938Q507.1911 215.15625 507.1911 215.625L507.1911 216.0625ZM510.53485 220.40625Q510.53485 219.64062 511.01923 219.15625Q511.51923 218.65625 512.28485 218.65625Q513.0505 218.65625 513.53485 219.15625Q514.03485 219.64062 514.03485 220.45312L514.03485 220.85938Q514.03485 221.625 513.5505 222.125Q513.0661 222.625 512.3005 222.625Q511.53485 222.625 511.03485 222.14062Q510.53485 221.64062 510.53485 220.82812L510.53485 220.40625ZM511.34735 220.85938Q511.34735 221.32812 511.59735 221.625Q511.86298 221.92188 512.3005 221.92188Q512.72235 221.92188 512.97235 221.64062Q513.22235 221.34375 513.22235 220.84375L513.22235 220.40625Q513.22235 219.9375 512.9567 219.65625Q512.7067 219.35938 512.28485 219.35938Q511.86298 219.35938 511.59735 219.65625Q511.34735 219.9375 511.34735 220.4375L511.34735 220.85938ZM508.39423 221.85938L507.76923 221.46875L511.9411 214.79688L512.5505 215.1875L508.39423 221.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M497.98798 214.57812L494.45673 222.5L493.3161 222.5L496.83173 214.85938L492.22235 214.85938L492.22235 213.96875L497.98798 213.96875L497.98798 214.57812ZM503.6286 218.75Q503.30048 219.15625 502.8161 219.40625Q502.34735 219.64062 501.78485 219.64062Q501.05048 219.64062 500.5036 219.28125Q499.95673 218.92188 499.65985 218.26562Q499.36298 217.59375 499.36298 216.79688Q499.36298 215.95312 499.67548 215.26562Q500.0036 214.57812 500.59735 214.21875Q501.20673 213.84375 502.0036 213.84375Q503.26923 213.84375 503.98798 214.79688Q504.72235 215.75 504.72235 217.375L504.72235 217.6875Q504.72235 220.1875 503.73798 221.32812Q502.7536 222.46875 500.76923 222.5L500.55048 222.5L500.55048 221.59375L500.78485 221.59375Q502.1286 221.5625 502.84735 220.89062Q503.5661 220.21875 503.6286 218.75ZM501.95673 218.75Q502.5036 218.75 502.95673 218.42188Q503.42548 218.07812 503.64423 217.59375L503.64423 217.15625Q503.64423 216.09375 503.17548 215.42188Q502.70673 214.75 502.0036 214.75Q501.28485 214.75 500.84735 215.29688Q500.42548 215.84375 500.42548 216.75Q500.42548 217.625 500.83173 218.1875Q501.2536 218.75 501.95673 218.75ZM506.3786 215.60938Q506.3786 214.84375 506.86298 214.34375Q507.36298 213.84375 508.1286 213.84375Q508.90985 213.84375 509.39423 214.34375Q509.8786 214.84375 509.8786 215.64062L509.8786 216.0625Q509.8786 216.82812 509.3786 217.32812Q508.89423 217.8125 508.14423 217.8125Q507.3786 217.8125 506.8786 217.32812Q506.3786 216.82812 506.3786 216.01562L506.3786 215.60938ZM507.1911 216.0625Q507.1911 216.51562 507.4411 216.8125Q507.70673 217.10938 508.14423 217.10938Q508.5661 217.10938 508.8161 216.82812Q509.0661 216.53125 509.0661 216.03125L509.0661 215.60938Q509.0661 215.15625 508.8161 214.85938Q508.5661 214.54688 508.1286 214.54688Q507.6911 214.54688 507.4411 214.85938Q507.1911 215.15625 507.1911 215.625L507.1911 216.0625ZM510.53485 220.40625Q510.53485 219.64062 511.01923 219.15625Q511.51923 218.65625 512.28485 218.65625Q513.0505 218.65625 513.53485 219.15625Q514.03485 219.64062 514.03485 220.45312L514.03485 220.85938Q514.03485 221.625 513.5505 222.125Q513.0661 222.625 512.3005 222.625Q511.53485 222.625 511.03485 222.14062Q510.53485 221.64062 510.53485 220.82812L510.53485 220.40625ZM511.34735 220.85938Q511.34735 221.32812 511.59735 221.625Q511.86298 221.92188 512.3005 221.92188Q512.72235 221.92188 512.97235 221.64062Q513.22235 221.34375 513.22235 220.84375L513.22235 220.40625Q513.22235 219.9375 512.9567 219.65625Q512.7067 219.35938 512.28485 219.35938Q511.86298 219.35938 511.59735 219.65625Q511.34735 219.9375 511.34735 220.4375L511.34735 220.85938ZM508.39423 221.85938L507.76923 221.46875L511.9411 214.79688L512.5505 215.1875L508.39423 221.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M390.45096 285.21875L390.88846 280.96875L395.26346 280.96875L395.26346 281.96875L391.81033 281.96875L391.5447 284.29688Q392.18533 283.92188 392.9822 283.92188Q394.13846 283.92188 394.82596 284.70312Q395.51346 285.46875 395.51346 286.78125Q395.51346 288.09375 394.7947 288.85938Q394.09158 289.625 392.81033 289.625Q391.68533 289.625 390.96658 289.0Q390.24783 288.35938 390.15408 287.25L391.1697 287.25Q391.27908 287.98438 391.70096 288.35938Q392.12283 288.73438 392.81033 288.73438Q393.56033 288.73438 393.99783 288.21875Q394.43533 287.70312 394.43533 286.79688Q394.43533 285.9375 393.96658 285.42188Q393.49783 284.90625 392.71658 284.90625Q392.01346 284.90625 391.6072 285.20312L391.32596 285.4375L390.45096 285.21875ZM397.45096 285.21875L397.88846 280.96875L402.26346 280.96875L402.26346 281.96875L398.81033 281.96875L398.5447 284.29688Q399.18533 283.92188 399.9822 283.92188Q401.13846 283.92188 401.82596 284.70312Q402.51346 285.46875 402.51346 286.78125Q402.51346 288.09375 401.7947 288.85938Q401.09158 289.625 399.81033 289.625Q398.68533 289.625 397.96658 289.0Q397.24783 288.35938 397.15408 287.25L398.1697 287.25Q398.27908 287.98438 398.70096 288.35938Q399.12283 288.73438 399.81033 288.73438Q400.56033 288.73438 400.99783 288.21875Q401.43533 287.70312 401.43533 286.79688Q401.43533 285.9375 400.96658 285.42188Q400.49783 284.90625 399.71658 284.90625Q399.01346 284.90625 398.6072 285.20312L398.32596 285.4375L397.45096 285.21875ZM403.8572 282.60938Q403.8572 281.84375 404.34158 281.34375Q404.84158 280.84375 405.6072 280.84375Q406.38846 280.84375 406.87283 281.34375Q407.3572 281.84375 407.3572 282.64062L407.3572 283.0625Q407.3572 283.82812 406.8572 284.32812Q406.37283 284.8125 405.62283 284.8125Q404.8572 284.8125 404.3572 284.32812Q403.8572 283.82812 403.8572 283.01562L403.8572 282.60938ZM404.6697 283.0625Q404.6697 283.51562 404.9197 283.8125Q405.18533 284.10938 405.62283 284.10938Q406.0447 284.10938 406.2947 283.82812Q406.5447 283.53125 406.5447 283.03125L406.5447 282.60938Q406.5447 282.15625 406.2947 281.85938Q406.0447 281.54688 405.6072 281.54688Q405.1697 281.54688 404.9197 281.85938Q404.6697 282.15625 404.6697 282.625L404.6697 283.0625ZM408.01346 287.40625Q408.01346 286.64062 408.49783 286.15625Q408.99783 285.65625 409.76346 285.65625Q410.52908 285.65625 411.01346 286.15625Q411.51346 286.64062 411.51346 287.45312L411.51346 287.85938Q411.51346 288.625 411.02908 289.125Q410.5447 289.625 409.77908 289.625Q409.01346 289.625 408.51346 289.14062Q408.01346 288.64062 408.01346 287.82812L408.01346 287.40625ZM408.82596 287.85938Q408.82596 288.32812 409.07596 288.625Q409.34158 288.92188 409.77908 288.92188Q410.20096 288.92188 410.45096 288.64062Q410.70096 288.34375 410.70096 287.84375L410.70096 287.40625Q410.70096 286.9375 410.43533 286.65625Q410.18533 286.35938 409.76346 286.35938Q409.34158 286.35938 409.07596 286.65625Q408.82596 286.9375 408.82596 287.4375L408.82596 287.85938ZM405.87283 288.85938L405.24783 288.46875L409.4197 281.79688L410.02908 282.1875L405.87283 288.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M390.45096 285.21875L390.88846 280.96875L395.26346 280.96875L395.26346 281.96875L391.81033 281.96875L391.5447 284.29688Q392.18533 283.92188 392.9822 283.92188Q394.13846 283.92188 394.82596 284.70312Q395.51346 285.46875 395.51346 286.78125Q395.51346 288.09375 394.7947 288.85938Q394.09158 289.625 392.81033 289.625Q391.68533 289.625 390.96658 289.0Q390.24783 288.35938 390.15408 287.25L391.1697 287.25Q391.27908 287.98438 391.70096 288.35938Q392.12283 288.73438 392.81033 288.73438Q393.56033 288.73438 393.99783 288.21875Q394.43533 287.70312 394.43533 286.79688Q394.43533 285.9375 393.96658 285.42188Q393.49783 284.90625 392.71658 284.90625Q392.01346 284.90625 391.6072 285.20312L391.32596 285.4375L390.45096 285.21875ZM397.45096 285.21875L397.88846 280.96875L402.26346 280.96875L402.26346 281.96875L398.81033 281.96875L398.5447 284.29688Q399.18533 283.92188 399.9822 283.92188Q401.13846 283.92188 401.82596 284.70312Q402.51346 285.46875 402.51346 286.78125Q402.51346 288.09375 401.7947 288.85938Q401.09158 289.625 399.81033 289.625Q398.68533 289.625 397.96658 289.0Q397.24783 288.35938 397.15408 287.25L398.1697 287.25Q398.27908 287.98438 398.70096 288.35938Q399.12283 288.73438 399.81033 288.73438Q400.56033 288.73438 400.99783 288.21875Q401.43533 287.70312 401.43533 286.79688Q401.43533 285.9375 400.96658 285.42188Q400.49783 284.90625 399.71658 284.90625Q399.01346 284.90625 398.6072 285.20312L398.32596 285.4375L397.45096 285.21875ZM403.8572 282.60938Q403.8572 281.84375 404.34158 281.34375Q404.84158 280.84375 405.6072 280.84375Q406.38846 280.84375 406.87283 281.34375Q407.3572 281.84375 407.3572 282.64062L407.3572 283.0625Q407.3572 283.82812 406.8572 284.32812Q406.37283 284.8125 405.62283 284.8125Q404.8572 284.8125 404.3572 284.32812Q403.8572 283.82812 403.8572 283.01562L403.8572 282.60938ZM404.6697 283.0625Q404.6697 283.51562 404.9197 283.8125Q405.18533 284.10938 405.62283 284.10938Q406.0447 284.10938 406.2947 283.82812Q406.5447 283.53125 406.5447 283.03125L406.5447 282.60938Q406.5447 282.15625 406.2947 281.85938Q406.0447 281.54688 405.6072 281.54688Q405.1697 281.54688 404.9197 281.85938Q404.6697 282.15625 404.6697 282.625L404.6697 283.0625ZM408.01346 287.40625Q408.01346 286.64062 408.49783 286.15625Q408.99783 285.65625 409.76346 285.65625Q410.52908 285.65625 411.01346 286.15625Q411.51346 286.64062 411.51346 287.45312L411.51346 287.85938Q411.51346 288.625 411.02908 289.125Q410.5447 289.625 409.77908 289.625Q409.01346 289.625 408.51346 289.14062Q408.01346 288.64062 408.01346 287.82812L408.01346 287.40625ZM408.82596 287.85938Q408.82596 288.32812 409.07596 288.625Q409.34158 288.92188 409.77908 288.92188Q410.20096 288.92188 410.45096 288.64062Q410.70096 288.34375 410.70096 287.84375L410.70096 287.40625Q410.70096 286.9375 410.43533 286.65625Q410.18533 286.35938 409.76346 286.35938Q409.34158 286.35938 409.07596 286.65625Q408.82596 286.9375 408.82596 287.4375L408.82596 287.85938ZM405.87283 288.85938L405.24783 288.46875L409.4197 281.79688L410.02908 282.1875L405.87283 288.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.36633 352.70312L311.17883 352.70312Q311.96008 352.6875 312.39758 352.29688Q312.83508 351.90625 312.83508 351.23438Q312.83508 349.73438 311.33508 349.73438Q310.63196 349.73438 310.21008 350.14062Q309.80383 350.54688 309.80383 351.20312L308.71008 351.20312Q308.71008 350.1875 309.44446 349.51562Q310.19446 348.84375 311.33508 348.84375Q312.5382 348.84375 313.2257 349.48438Q313.9132 350.125 313.9132 351.26562Q313.9132 351.82812 313.55383 352.34375Q313.19446 352.85938 312.56946 353.125Q313.27258 353.34375 313.64758 353.85938Q314.0382 354.375 314.0382 355.125Q314.0382 356.26562 313.2882 356.95312Q312.5382 357.625 311.33508 357.625Q310.14758 357.625 309.38196 356.96875Q308.63196 356.3125 308.63196 355.25L309.7257 355.25Q309.7257 355.92188 310.1632 356.32812Q310.6007 356.73438 311.3507 356.73438Q312.13196 356.73438 312.5382 356.32812Q312.96008 355.90625 312.96008 355.14062Q312.96008 354.40625 312.50696 354.01562Q312.05383 353.60938 311.17883 353.59375L310.36633 353.59375L310.36633 352.70312ZM320.05383 348.96875L320.05383 349.875L319.8507 349.875Q318.58508 349.90625 317.83508 350.64062Q317.08508 351.35938 316.96008 352.67188Q317.64758 351.90625 318.80383 351.90625Q319.9132 351.90625 320.58508 352.6875Q321.25696 353.46875 321.25696 354.71875Q321.25696 356.03125 320.5382 356.82812Q319.81946 357.625 318.6007 357.625Q317.38196 357.625 316.61633 356.6875Q315.86633 355.73438 315.86633 354.25L315.86633 353.84375Q315.86633 351.48438 316.86633 350.23438Q317.86633 348.98438 319.8507 348.96875L320.05383 348.96875ZM318.63196 352.8125Q318.06946 352.8125 317.6007 353.14062Q317.13196 353.46875 316.94446 353.98438L316.94446 354.375Q316.94446 355.4375 317.4132 356.07812Q317.89758 356.71875 318.6007 356.71875Q319.33508 356.71875 319.75696 356.1875Q320.17883 355.64062 320.17883 354.76562Q320.17883 353.89062 319.75696 353.35938Q319.33508 352.8125 318.63196 352.8125ZM322.69446 350.60938Q322.69446 349.84375 323.17883 349.34375Q323.67883 348.84375 324.44446 348.84375Q325.2257 348.84375 325.71008 349.34375Q326.19446 349.84375 326.19446 350.64062L326.19446 351.0625Q326.19446 351.82812 325.69446 352.32812Q325.21008 352.8125 324.46008 352.8125Q323.69446 352.8125 323.19446 352.32812Q322.69446 351.82812 322.69446 351.01562L322.69446 350.60938ZM323.50696 351.0625Q323.50696 351.51562 323.75696 351.8125Q324.02258 352.10938 324.46008 352.10938Q324.88196 352.10938 325.13196 351.82812Q325.38196 351.53125 325.38196 351.03125L325.38196 350.60938Q325.38196 350.15625 325.13196 349.85938Q324.88196 349.54688 324.44446 349.54688Q324.00696 349.54688 323.75696 349.85938Q323.50696 350.15625 323.50696 350.625L323.50696 351.0625ZM326.8507 355.40625Q326.8507 354.64062 327.33508 354.15625Q327.83508 353.65625 328.6007 353.65625Q329.36633 353.65625 329.8507 354.15625Q330.3507 354.64062 330.3507 355.45312L330.3507 355.85938Q330.3507 356.625 329.86633 357.125Q329.38196 357.625 328.61633 357.625Q327.8507 357.625 327.3507 357.14062Q326.8507 356.64062 326.8507 355.82812L326.8507 355.40625ZM327.6632 355.85938Q327.6632 356.32812 327.9132 356.625Q328.17883 356.92188 328.61633 356.92188Q329.0382 356.92188 329.2882 356.64062Q329.5382 356.34375 329.5382 355.84375L329.5382 355.40625Q329.5382 354.9375 329.27258 354.65625Q329.02258 354.35938 328.6007 354.35938Q328.17883 354.35938 327.9132 354.65625Q327.6632 354.9375 327.6632 355.4375L327.6632 355.85938ZM324.71008 356.85938L324.08508 356.46875L328.25696 349.79688L328.86633 350.1875L324.71008 356.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M310.36633 352.70312L311.17883 352.70312Q311.96008 352.6875 312.39758 352.29688Q312.83508 351.90625 312.83508 351.23438Q312.83508 349.73438 311.33508 349.73438Q310.63196 349.73438 310.21008 350.14062Q309.80383 350.54688 309.80383 351.20312L308.71008 351.20312Q308.71008 350.1875 309.44446 349.51562Q310.19446 348.84375 311.33508 348.84375Q312.5382 348.84375 313.2257 349.48438Q313.9132 350.125 313.9132 351.26562Q313.9132 351.82812 313.55383 352.34375Q313.19446 352.85938 312.56946 353.125Q313.27258 353.34375 313.64758 353.85938Q314.0382 354.375 314.0382 355.125Q314.0382 356.26562 313.2882 356.95312Q312.5382 357.625 311.33508 357.625Q310.14758 357.625 309.38196 356.96875Q308.63196 356.3125 308.63196 355.25L309.7257 355.25Q309.7257 355.92188 310.1632 356.32812Q310.6007 356.73438 311.3507 356.73438Q312.13196 356.73438 312.5382 356.32812Q312.96008 355.90625 312.96008 355.14062Q312.96008 354.40625 312.50696 354.01562Q312.05383 353.60938 311.17883 353.59375L310.36633 353.59375L310.36633 352.70312ZM320.05383 348.96875L320.05383 349.875L319.8507 349.875Q318.58508 349.90625 317.83508 350.64062Q317.08508 351.35938 316.96008 352.67188Q317.64758 351.90625 318.80383 351.90625Q319.9132 351.90625 320.58508 352.6875Q321.25696 353.46875 321.25696 354.71875Q321.25696 356.03125 320.5382 356.82812Q319.81946 357.625 318.6007 357.625Q317.38196 357.625 316.61633 356.6875Q315.86633 355.73438 315.86633 354.25L315.86633 353.84375Q315.86633 351.48438 316.86633 350.23438Q317.86633 348.98438 319.8507 348.96875L320.05383 348.96875ZM318.63196 352.8125Q318.06946 352.8125 317.6007 353.14062Q317.13196 353.46875 316.94446 353.98438L316.94446 354.375Q316.94446 355.4375 317.4132 356.07812Q317.89758 356.71875 318.6007 356.71875Q319.33508 356.71875 319.75696 356.1875Q320.17883 355.64062 320.17883 354.76562Q320.17883 353.89062 319.75696 353.35938Q319.33508 352.8125 318.63196 352.8125ZM322.69446 350.60938Q322.69446 349.84375 323.17883 349.34375Q323.67883 348.84375 324.44446 348.84375Q325.2257 348.84375 325.71008 349.34375Q326.19446 349.84375 326.19446 350.64062L326.19446 351.0625Q326.19446 351.82812 325.69446 352.32812Q325.21008 352.8125 324.46008 352.8125Q323.69446 352.8125 323.19446 352.32812Q322.69446 351.82812 322.69446 351.01562L322.69446 350.60938ZM323.50696 351.0625Q323.50696 351.51562 323.75696 351.8125Q324.02258 352.10938 324.46008 352.10938Q324.88196 352.10938 325.13196 351.82812Q325.38196 351.53125 325.38196 351.03125L325.38196 350.60938Q325.38196 350.15625 325.13196 349.85938Q324.88196 349.54688 324.44446 349.54688Q324.00696 349.54688 323.75696 349.85938Q323.50696 350.15625 323.50696 350.625L323.50696 351.0625ZM326.8507 355.40625Q326.8507 354.64062 327.33508 354.15625Q327.83508 353.65625 328.6007 353.65625Q329.36633 353.65625 329.8507 354.15625Q330.3507 354.64062 330.3507 355.45312L330.3507 355.85938Q330.3507 356.625 329.86633 357.125Q329.38196 357.625 328.61633 357.625Q327.8507 357.625 327.3507 357.14062Q326.8507 356.64062 326.8507 355.82812L326.8507 355.40625ZM327.6632 355.85938Q327.6632 356.32812 327.9132 356.625Q328.17883 356.92188 328.61633 356.92188Q329.0382 356.92188 329.2882 356.64062Q329.5382 356.34375 329.5382 355.84375L329.5382 355.40625Q329.5382 354.9375 329.27258 354.65625Q329.02258 354.35938 328.6007 354.35938Q328.17883 354.35938 327.9132 354.65625Q327.6632 354.9375 327.6632 355.4375L327.6632 355.85938ZM324.71008 356.85938L324.08508 356.46875L328.25696 349.79688L328.86633 350.1875L324.71008 356.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M543.61755 98.75Q543.2894 99.15625 542.80505 99.40625Q542.3363 99.640625 541.7738 99.640625Q541.0394 99.640625 540.49255 99.28125Q539.9457 98.921875 539.6488 98.265625Q539.3519 97.59375 539.3519 96.796875Q539.3519 95.953125 539.6644 95.265625Q539.99255 94.578125 540.5863 94.21875Q541.1957 93.84375 541.99255 93.84375Q543.2582 93.84375 543.9769 94.796875Q544.7113 95.75 544.7113 97.375L544.7113 97.6875Q544.7113 100.1875 543.7269 101.328125Q542.74255 102.46875 540.7582 102.5L540.5394 102.5L540.5394 101.59375L540.7738 101.59375Q542.11755 101.5625 542.8363 100.890625Q543.55505 100.21875 543.61755 98.75ZM541.9457 98.75Q542.49255 98.75 542.9457 98.421875Q543.4144 98.078125 543.6332 97.59375L543.6332 97.15625Q543.6332 96.09375 543.1644 95.421875Q542.6957 94.75 541.99255 94.75Q541.2738 94.75 540.8363 95.296875Q540.4144 95.84375 540.4144 96.75Q540.4144 97.625 540.8207 98.1875Q541.24255 98.75 541.9457 98.75ZM551.8207 98.859375Q551.8207 100.765625 551.1644 101.703125Q550.5238 102.625 549.1332 102.625Q547.7738 102.625 547.11755 101.71875Q546.4613 100.8125 546.43005 99.0L546.43005 97.5625Q546.43005 95.671875 547.0707 94.765625Q547.7269 93.84375 549.11755 93.84375Q550.49255 93.84375 551.1488 94.734375Q551.80505 95.609375 551.8207 97.453125L551.8207 98.859375ZM550.7269 97.375Q550.7269 96.0 550.3363 95.375Q549.9613 94.734375 549.11755 94.734375Q548.2894 94.734375 547.8988 95.375Q547.5238 96.0 547.5238 97.296875L547.5238 99.03125Q547.5238 100.40625 547.9144 101.078125Q548.3207 101.734375 549.1332 101.734375Q549.93005 101.734375 550.3207 101.109375Q550.7113 100.484375 550.7269 99.15625L550.7269 97.375ZM553.36755 95.609375Q553.36755 94.84375 553.8519 94.34375Q554.3519 93.84375 555.11755 93.84375Q555.8988 93.84375 556.3832 94.34375Q556.86755 94.84375 556.86755 95.640625L556.86755 96.0625Q556.86755 96.828125 556.36755 97.328125Q555.8832 97.8125 555.1332 97.8125Q554.36755 97.8125 553.86755 97.328125Q553.36755 96.828125 553.36755 96.015625L553.36755 95.609375ZM554.18005 96.0625Q554.18005 96.515625 554.43005 96.8125Q554.6957 97.109375 555.1332 97.109375Q555.55505 97.109375 555.80505 96.828125Q556.05505 96.53125 556.05505 96.03125L556.05505 95.609375Q556.05505 95.15625 555.80505 94.859375Q555.55505 94.546875 555.11755 94.546875Q554.68005 94.546875 554.43005 94.859375Q554.18005 95.15625 554.18005 95.625L554.18005 96.0625ZM557.5238 100.40625Q557.5238 99.640625 558.0082 99.15625Q558.5082 98.65625 559.2738 98.65625Q560.0394 98.65625 560.5238 99.15625Q561.0238 99.640625 561.0238 100.453125L561.0238 100.859375Q561.0238 101.625 560.5394 102.125Q560.05505 102.625 559.2894 102.625Q558.5238 102.625 558.0238 102.140625Q557.5238 101.640625 557.5238 100.828125L557.5238 100.40625ZM558.3363 100.859375Q558.3363 101.328125 558.5863 101.625Q558.8519 101.921875 559.2894 101.921875Q559.7113 101.921875 559.9613 101.640625Q560.2113 101.34375 560.2113 100.84375L560.2113 100.40625Q560.2113 99.9375 559.9457 99.65625Q559.6957 99.359375 559.2738 99.359375Q558.8519 99.359375 558.5863 99.65625Q558.3363 99.9375 558.3363 100.4375L558.3363 100.859375ZM555.3832 101.859375L554.7582 101.46875L558.93005 94.796875L559.5394 95.1875L555.3832 101.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M543.61755 98.75Q543.2894 99.15625 542.80505 99.40625Q542.3363 99.640625 541.7738 99.640625Q541.0394 99.640625 540.49255 99.28125Q539.9457 98.921875 539.6488 98.265625Q539.3519 97.59375 539.3519 96.796875Q539.3519 95.953125 539.6644 95.265625Q539.99255 94.578125 540.5863 94.21875Q541.1957 93.84375 541.99255 93.84375Q543.2582 93.84375 543.9769 94.796875Q544.7113 95.75 544.7113 97.375L544.7113 97.6875Q544.7113 100.1875 543.7269 101.328125Q542.74255 102.46875 540.7582 102.5L540.5394 102.5L540.5394 101.59375L540.7738 101.59375Q542.11755 101.5625 542.8363 100.890625Q543.55505 100.21875 543.61755 98.75ZM541.9457 98.75Q542.49255 98.75 542.9457 98.421875Q543.4144 98.078125 543.6332 97.59375L543.6332 97.15625Q543.6332 96.09375 543.1644 95.421875Q542.6957 94.75 541.99255 94.75Q541.2738 94.75 540.8363 95.296875Q540.4144 95.84375 540.4144 96.75Q540.4144 97.625 540.8207 98.1875Q541.24255 98.75 541.9457 98.75ZM551.8207 98.859375Q551.8207 100.765625 551.1644 101.703125Q550.5238 102.625 549.1332 102.625Q547.7738 102.625 547.11755 101.71875Q546.4613 100.8125 546.43005 99.0L546.43005 97.5625Q546.43005 95.671875 547.0707 94.765625Q547.7269 93.84375 549.11755 93.84375Q550.49255 93.84375 551.1488 94.734375Q551.80505 95.609375 551.8207 97.453125L551.8207 98.859375ZM550.7269 97.375Q550.7269 96.0 550.3363 95.375Q549.9613 94.734375 549.11755 94.734375Q548.2894 94.734375 547.8988 95.375Q547.5238 96.0 547.5238 97.296875L547.5238 99.03125Q547.5238 100.40625 547.9144 101.078125Q548.3207 101.734375 549.1332 101.734375Q549.93005 101.734375 550.3207 101.109375Q550.7113 100.484375 550.7269 99.15625L550.7269 97.375ZM553.36755 95.609375Q553.36755 94.84375 553.8519 94.34375Q554.3519 93.84375 555.11755 93.84375Q555.8988 93.84375 556.3832 94.34375Q556.86755 94.84375 556.86755 95.640625L556.86755 96.0625Q556.86755 96.828125 556.36755 97.328125Q555.8832 97.8125 555.1332 97.8125Q554.36755 97.8125 553.86755 97.328125Q553.36755 96.828125 553.36755 96.015625L553.36755 95.609375ZM554.18005 96.0625Q554.18005 96.515625 554.43005 96.8125Q554.6957 97.109375 555.1332 97.109375Q555.55505 97.109375 555.80505 96.828125Q556.05505 96.53125 556.05505 96.03125L556.05505 95.609375Q556.05505 95.15625 555.80505 94.859375Q555.55505 94.546875 555.11755 94.546875Q554.68005 94.546875 554.43005 94.859375Q554.18005 95.15625 554.18005 95.625L554.18005 96.0625ZM557.5238 100.40625Q557.5238 99.640625 558.0082 99.15625Q558.5082 98.65625 559.2738 98.65625Q560.0394 98.65625 560.5238 99.15625Q561.0238 99.640625 561.0238 100.453125L561.0238 100.859375Q561.0238 101.625 560.5394 102.125Q560.05505 102.625 559.2894 102.625Q558.5238 102.625 558.0238 102.140625Q557.5238 101.640625 557.5238 100.828125L557.5238 100.40625ZM558.3363 100.859375Q558.3363 101.328125 558.5863 101.625Q558.8519 101.921875 559.2894 101.921875Q559.7113 101.921875 559.9613 101.640625Q560.2113 101.34375 560.2113 100.84375L560.2113 100.40625Q560.2113 99.9375 559.9457 99.65625Q559.6957 99.359375 559.2738 99.359375Q558.8519 99.359375 558.5863 99.65625Q558.3363 99.9375 558.3363 100.4375L558.3363 100.859375ZM555.3832 101.859375L554.7582 101.46875L558.93005 94.796875L559.5394 95.1875L555.3832 101.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M527.5619 231.1875Q527.5619 231.82812 527.21814 232.32812Q526.8744 232.82812 526.3119 233.10938Q526.96814 233.39062 527.35876 233.95312Q527.7494 234.5 527.7494 235.20312Q527.7494 236.29688 526.9994 236.96875Q526.265 237.625 525.04626 237.625Q523.8119 237.625 523.0619 236.96875Q522.3275 236.29688 522.3275 235.20312Q522.3275 234.5 522.7025 233.95312Q523.0775 233.39062 523.7494 233.10938Q523.1869 232.82812 522.85876 232.32812Q522.53064 231.82812 522.53064 231.1875Q522.53064 230.10938 523.21814 229.48438Q523.90564 228.84375 525.04626 228.84375Q526.17126 228.84375 526.85876 229.48438Q527.5619 230.10938 527.5619 231.1875ZM526.67126 235.17188Q526.67126 234.45312 526.21814 234.01562Q525.765 233.5625 525.03064 233.5625Q524.29626 233.5625 523.84314 234.01562Q523.40564 234.45312 523.40564 235.1875Q523.40564 235.90625 523.84314 236.32812Q524.28064 236.73438 525.04626 236.73438Q525.79626 236.73438 526.23376 236.3125Q526.67126 235.89062 526.67126 235.17188ZM525.04626 229.73438Q524.40564 229.73438 523.9994 230.14062Q523.60876 230.53125 523.60876 231.21875Q523.60876 231.85938 523.9994 232.26562Q524.39 232.67188 525.03064 232.67188Q525.6869 232.67188 526.0775 232.26562Q526.46814 231.85938 526.46814 231.21875Q526.46814 230.5625 526.0619 230.15625Q525.65564 229.73438 525.04626 229.73438ZM533.64 228.96875L533.64 229.875L533.4369 229.875Q532.17126 229.90625 531.42126 230.64062Q530.67126 231.35938 530.54626 232.67188Q531.23376 231.90625 532.39 231.90625Q533.4994 231.90625 534.17126 232.6875Q534.84314 233.46875 534.84314 234.71875Q534.84314 236.03125 534.1244 236.82812Q533.40564 237.625 532.1869 237.625Q530.96814 237.625 530.2025 236.6875Q529.4525 235.73438 529.4525 234.25L529.4525 233.84375Q529.4525 231.48438 530.4525 230.23438Q531.4525 228.98438 533.4369 228.96875L533.64 228.96875ZM532.21814 232.8125Q531.65564 232.8125 531.1869 233.14062Q530.71814 233.46875 530.53064 233.98438L530.53064 234.375Q530.53064 235.4375 530.9994 236.07812Q531.48376 236.71875 532.1869 236.71875Q532.92126 236.71875 533.34314 236.1875Q533.765 235.64062 533.765 234.76562Q533.765 233.89062 533.34314 233.35938Q532.92126 232.8125 532.21814 232.8125ZM536.28064 230.60938Q536.28064 229.84375 536.765 229.34375Q537.265 228.84375 538.03064 228.84375Q538.8119 228.84375 539.29626 229.34375Q539.78064 229.84375 539.78064 230.64062L539.78064 231.0625Q539.78064 231.82812 539.28064 232.32812Q538.79626 232.8125 538.04626 232.8125Q537.28064 232.8125 536.78064 232.32812Q536.28064 231.82812 536.28064 231.01562L536.28064 230.60938ZM537.09314 231.0625Q537.09314 231.51562 537.34314 231.8125Q537.60876 232.10938 538.04626 232.10938Q538.46814 232.10938 538.71814 231.82812Q538.96814 231.53125 538.96814 231.03125L538.96814 230.60938Q538.96814 230.15625 538.71814 229.85938Q538.46814 229.54688 538.03064 229.54688Q537.59314 229.54688 537.34314 229.85938Q537.09314 230.15625 537.09314 230.625L537.09314 231.0625ZM540.4369 235.40625Q540.4369 234.64062 540.92126 234.15625Q541.42126 233.65625 542.1869 233.65625Q542.9525 233.65625 543.4369 234.15625Q543.9369 234.64062 543.9369 235.45312L543.9369 235.85938Q543.9369 236.625 543.4525 237.125Q542.96814 237.625 542.2025 237.625Q541.4369 237.625 540.9369 237.14062Q540.4369 236.64062 540.4369 235.82812L540.4369 235.40625ZM541.2494 235.85938Q541.2494 236.32812 541.4994 236.625Q541.765 236.92188 542.2025 236.92188Q542.6244 236.92188 542.8744 236.64062Q543.1244 236.34375 543.1244 235.84375L543.1244 235.40625Q543.1244 234.9375 542.85876 234.65625Q542.60876 234.35938 542.1869 234.35938Q541.765 234.35938 541.4994 234.65625Q541.2494 234.9375 541.2494 235.4375L541.2494 235.85938ZM538.29626 236.85938L537.67126 236.46875L541.84314 229.79688L542.4525 230.1875L538.29626 236.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M527.5619 231.1875Q527.5619 231.82812 527.21814 232.32812Q526.8744 232.82812 526.3119 233.10938Q526.96814 233.39062 527.35876 233.95312Q527.7494 234.5 527.7494 235.20312Q527.7494 236.29688 526.9994 236.96875Q526.265 237.625 525.04626 237.625Q523.8119 237.625 523.0619 236.96875Q522.3275 236.29688 522.3275 235.20312Q522.3275 234.5 522.7025 233.95312Q523.0775 233.39062 523.7494 233.10938Q523.1869 232.82812 522.85876 232.32812Q522.53064 231.82812 522.53064 231.1875Q522.53064 230.10938 523.21814 229.48438Q523.90564 228.84375 525.04626 228.84375Q526.17126 228.84375 526.85876 229.48438Q527.5619 230.10938 527.5619 231.1875ZM526.67126 235.17188Q526.67126 234.45312 526.21814 234.01562Q525.765 233.5625 525.03064 233.5625Q524.29626 233.5625 523.84314 234.01562Q523.40564 234.45312 523.40564 235.1875Q523.40564 235.90625 523.84314 236.32812Q524.28064 236.73438 525.04626 236.73438Q525.79626 236.73438 526.23376 236.3125Q526.67126 235.89062 526.67126 235.17188ZM525.04626 229.73438Q524.40564 229.73438 523.9994 230.14062Q523.60876 230.53125 523.60876 231.21875Q523.60876 231.85938 523.9994 232.26562Q524.39 232.67188 525.03064 232.67188Q525.6869 232.67188 526.0775 232.26562Q526.46814 231.85938 526.46814 231.21875Q526.46814 230.5625 526.0619 230.15625Q525.65564 229.73438 525.04626 229.73438ZM533.64 228.96875L533.64 229.875L533.4369 229.875Q532.17126 229.90625 531.42126 230.64062Q530.67126 231.35938 530.54626 232.67188Q531.23376 231.90625 532.39 231.90625Q533.4994 231.90625 534.17126 232.6875Q534.84314 233.46875 534.84314 234.71875Q534.84314 236.03125 534.1244 236.82812Q533.40564 237.625 532.1869 237.625Q530.96814 237.625 530.2025 236.6875Q529.4525 235.73438 529.4525 234.25L529.4525 233.84375Q529.4525 231.48438 530.4525 230.23438Q531.4525 228.98438 533.4369 228.96875L533.64 228.96875ZM532.21814 232.8125Q531.65564 232.8125 531.1869 233.14062Q530.71814 233.46875 530.53064 233.98438L530.53064 234.375Q530.53064 235.4375 530.9994 236.07812Q531.48376 236.71875 532.1869 236.71875Q532.92126 236.71875 533.34314 236.1875Q533.765 235.64062 533.765 234.76562Q533.765 233.89062 533.34314 233.35938Q532.92126 232.8125 532.21814 232.8125ZM536.28064 230.60938Q536.28064 229.84375 536.765 229.34375Q537.265 228.84375 538.03064 228.84375Q538.8119 228.84375 539.29626 229.34375Q539.78064 229.84375 539.78064 230.64062L539.78064 231.0625Q539.78064 231.82812 539.28064 232.32812Q538.79626 232.8125 538.04626 232.8125Q537.28064 232.8125 536.78064 232.32812Q536.28064 231.82812 536.28064 231.01562L536.28064 230.60938ZM537.09314 231.0625Q537.09314 231.51562 537.34314 231.8125Q537.60876 232.10938 538.04626 232.10938Q538.46814 232.10938 538.71814 231.82812Q538.96814 231.53125 538.96814 231.03125L538.96814 230.60938Q538.96814 230.15625 538.71814 229.85938Q538.46814 229.54688 538.03064 229.54688Q537.59314 229.54688 537.34314 229.85938Q537.09314 230.15625 537.09314 230.625L537.09314 231.0625ZM540.4369 235.40625Q540.4369 234.64062 540.92126 234.15625Q541.42126 233.65625 542.1869 233.65625Q542.9525 233.65625 543.4369 234.15625Q543.9369 234.64062 543.9369 235.45312L543.9369 235.85938Q543.9369 236.625 543.4525 237.125Q542.96814 237.625 542.2025 237.625Q541.4369 237.625 540.9369 237.14062Q540.4369 236.64062 540.4369 235.82812L540.4369 235.40625ZM541.2494 235.85938Q541.2494 236.32812 541.4994 236.625Q541.765 236.92188 542.2025 236.92188Q542.6244 236.92188 542.8744 236.64062Q543.1244 236.34375 543.1244 235.84375L543.1244 235.40625Q543.1244 234.9375 542.85876 234.65625Q542.60876 234.35938 542.1869 234.35938Q541.765 234.35938 541.4994 234.65625Q541.2494 234.9375 541.2494 235.4375L541.2494 235.85938ZM538.29626 236.85938L537.67126 236.46875L541.84314 229.79688L542.4525 230.1875L538.29626 236.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M428.39038 295.96875L428.39038 296.875L428.18726 296.875Q426.92163 296.90625 426.17163 297.64062Q425.42163 298.35938 425.29663 299.67188Q425.98413 298.90625 427.14038 298.90625Q428.24976 298.90625 428.92163 299.6875Q429.5935 300.46875 429.5935 301.71875Q429.5935 303.03125 428.87476 303.82812Q428.156 304.625 426.93726 304.625Q425.7185 304.625 424.95288 303.6875Q424.20288 302.73438 424.20288 301.25L424.20288 300.84375Q424.20288 298.48438 425.20288 297.23438Q426.20288 295.98438 428.18726 295.96875L428.39038 295.96875ZM426.9685 299.8125Q426.406 299.8125 425.93726 300.14062Q425.4685 300.46875 425.281 300.98438L425.281 301.375Q425.281 302.4375 425.74976 303.07812Q426.23413 303.71875 426.93726 303.71875Q427.67163 303.71875 428.0935 303.1875Q428.51538 302.64062 428.51538 301.76562Q428.51538 300.89062 428.0935 300.35938Q427.67163 299.8125 426.9685 299.8125ZM432.70288 299.70312L433.51538 299.70312Q434.29663 299.6875 434.73413 299.29688Q435.17163 298.90625 435.17163 298.23438Q435.17163 296.73438 433.67163 296.73438Q432.9685 296.73438 432.54663 297.14062Q432.14038 297.54688 432.14038 298.20312L431.04663 298.20312Q431.04663 297.1875 431.781 296.51562Q432.531 295.84375 433.67163 295.84375Q434.87476 295.84375 435.56226 296.48438Q436.24976 297.125 436.24976 298.26562Q436.24976 298.82812 435.89038 299.34375Q435.531 299.85938 434.906 300.125Q435.60913 300.34375 435.98413 300.85938Q436.37476 301.375 436.37476 302.125Q436.37476 303.26562 435.62476 303.95312Q434.87476 304.625 433.67163 304.625Q432.48413 304.625 431.7185 303.96875Q430.9685 303.3125 430.9685 302.25L432.06226 302.25Q432.06226 302.92188 432.49976 303.32812Q432.93726 303.73438 433.68726 303.73438Q434.4685 303.73438 434.87476 303.32812Q435.29663 302.90625 435.29663 302.14062Q435.29663 301.40625 434.8435 301.01562Q434.39038 300.60938 433.51538 300.59375L432.70288 300.59375L432.70288 299.70312ZM438.031 297.60938Q438.031 296.84375 438.51538 296.34375Q439.01538 295.84375 439.781 295.84375Q440.56226 295.84375 441.04663 296.34375Q441.531 296.84375 441.531 297.64062L441.531 298.0625Q441.531 298.82812 441.031 299.32812Q440.54663 299.8125 439.79663 299.8125Q439.031 299.8125 438.531 299.32812Q438.031 298.82812 438.031 298.01562L438.031 297.60938ZM438.8435 298.0625Q438.8435 298.51562 439.0935 298.8125Q439.35913 299.10938 439.79663 299.10938Q440.2185 299.10938 440.4685 298.82812Q440.7185 298.53125 440.7185 298.03125L440.7185 297.60938Q440.7185 297.15625 440.4685 296.85938Q440.2185 296.54688 439.781 296.54688Q439.3435 296.54688 439.0935 296.85938Q438.8435 297.15625 438.8435 297.625L438.8435 298.0625ZM442.18726 302.40625Q442.18726 301.64062 442.67163 301.15625Q443.17163 300.65625 443.93726 300.65625Q444.70288 300.65625 445.18726 301.15625Q445.68726 301.64062 445.68726 302.45312L445.68726 302.85938Q445.68726 303.625 445.20288 304.125Q444.7185 304.625 443.95288 304.625Q443.18726 304.625 442.68726 304.14062Q442.18726 303.64062 442.18726 302.82812L442.18726 302.40625ZM442.99976 302.85938Q442.99976 303.32812 443.24976 303.625Q443.51538 303.92188 443.95288 303.92188Q444.37476 303.92188 444.62476 303.64062Q444.87476 303.34375 444.87476 302.84375L444.87476 302.40625Q444.87476 301.9375 444.60913 301.65625Q444.35913 301.35938 443.93726 301.35938Q443.51538 301.35938 443.24976 301.65625Q442.99976 301.9375 442.99976 302.4375L442.99976 302.85938ZM440.04663 303.85938L439.42163 303.46875L443.5935 296.79688L444.20288 297.1875L440.04663 303.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M428.39038 295.96875L428.39038 296.875L428.18726 296.875Q426.92163 296.90625 426.17163 297.64062Q425.42163 298.35938 425.29663 299.67188Q425.98413 298.90625 427.14038 298.90625Q428.24976 298.90625 428.92163 299.6875Q429.5935 300.46875 429.5935 301.71875Q429.5935 303.03125 428.87476 303.82812Q428.156 304.625 426.93726 304.625Q425.7185 304.625 424.95288 303.6875Q424.20288 302.73438 424.20288 301.25L424.20288 300.84375Q424.20288 298.48438 425.20288 297.23438Q426.20288 295.98438 428.18726 295.96875L428.39038 295.96875ZM426.9685 299.8125Q426.406 299.8125 425.93726 300.14062Q425.4685 300.46875 425.281 300.98438L425.281 301.375Q425.281 302.4375 425.74976 303.07812Q426.23413 303.71875 426.93726 303.71875Q427.67163 303.71875 428.0935 303.1875Q428.51538 302.64062 428.51538 301.76562Q428.51538 300.89062 428.0935 300.35938Q427.67163 299.8125 426.9685 299.8125ZM432.70288 299.70312L433.51538 299.70312Q434.29663 299.6875 434.73413 299.29688Q435.17163 298.90625 435.17163 298.23438Q435.17163 296.73438 433.67163 296.73438Q432.9685 296.73438 432.54663 297.14062Q432.14038 297.54688 432.14038 298.20312L431.04663 298.20312Q431.04663 297.1875 431.781 296.51562Q432.531 295.84375 433.67163 295.84375Q434.87476 295.84375 435.56226 296.48438Q436.24976 297.125 436.24976 298.26562Q436.24976 298.82812 435.89038 299.34375Q435.531 299.85938 434.906 300.125Q435.60913 300.34375 435.98413 300.85938Q436.37476 301.375 436.37476 302.125Q436.37476 303.26562 435.62476 303.95312Q434.87476 304.625 433.67163 304.625Q432.48413 304.625 431.7185 303.96875Q430.9685 303.3125 430.9685 302.25L432.06226 302.25Q432.06226 302.92188 432.49976 303.32812Q432.93726 303.73438 433.68726 303.73438Q434.4685 303.73438 434.87476 303.32812Q435.29663 302.90625 435.29663 302.14062Q435.29663 301.40625 434.8435 301.01562Q434.39038 300.60938 433.51538 300.59375L432.70288 300.59375L432.70288 299.70312ZM438.031 297.60938Q438.031 296.84375 438.51538 296.34375Q439.01538 295.84375 439.781 295.84375Q440.56226 295.84375 441.04663 296.34375Q441.531 296.84375 441.531 297.64062L441.531 298.0625Q441.531 298.82812 441.031 299.32812Q440.54663 299.8125 439.79663 299.8125Q439.031 299.8125 438.531 299.32812Q438.031 298.82812 438.031 298.01562L438.031 297.60938ZM438.8435 298.0625Q438.8435 298.51562 439.0935 298.8125Q439.35913 299.10938 439.79663 299.10938Q440.2185 299.10938 440.4685 298.82812Q440.7185 298.53125 440.7185 298.03125L440.7185 297.60938Q440.7185 297.15625 440.4685 296.85938Q440.2185 296.54688 439.781 296.54688Q439.3435 296.54688 439.0935 296.85938Q438.8435 297.15625 438.8435 297.625L438.8435 298.0625ZM442.18726 302.40625Q442.18726 301.64062 442.67163 301.15625Q443.17163 300.65625 443.93726 300.65625Q444.70288 300.65625 445.18726 301.15625Q445.68726 301.64062 445.68726 302.45312L445.68726 302.85938Q445.68726 303.625 445.20288 304.125Q444.7185 304.625 443.95288 304.625Q443.18726 304.625 442.68726 304.14062Q442.18726 303.64062 442.18726 302.82812L442.18726 302.40625ZM442.99976 302.85938Q442.99976 303.32812 443.24976 303.625Q443.51538 303.92188 443.95288 303.92188Q444.37476 303.92188 444.62476 303.64062Q444.87476 303.34375 444.87476 302.84375L444.87476 302.40625Q444.87476 301.9375 444.60913 301.65625Q444.35913 301.35938 443.93726 301.35938Q443.51538 301.35938 443.24976 301.65625Q442.99976 301.9375 442.99976 302.4375L442.99976 302.85938ZM440.04663 303.85938L439.42163 303.46875L443.5935 296.79688L444.20288 297.1875L440.04663 303.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.81186 369.64062L352.99936 369.64062L352.99936 370.51562L351.81186 370.51562L351.81186 372.5L350.73373 372.5L350.73373 370.51562L346.8431 370.51562L346.8431 369.875L350.6556 363.96875L351.81186 363.96875L351.81186 369.64062ZM348.07748 369.64062L350.73373 369.64062L350.73373 365.45312L350.5931 365.6875L348.07748 369.64062ZM354.73373 368.21875L355.17123 363.96875L359.54623 363.96875L359.54623 364.96875L356.0931 364.96875L355.82748 367.29688Q356.4681 366.92188 357.26498 366.92188Q358.42123 366.92188 359.10873 367.70312Q359.79623 368.46875 359.79623 369.78125Q359.79623 371.09375 359.07748 371.85938Q358.37436 372.625 357.0931 372.625Q355.9681 372.625 355.24936 372.0Q354.5306 371.35938 354.43686 370.25L355.45248 370.25Q355.56186 370.98438 355.98373 371.35938Q356.4056 371.73438 357.0931 371.73438Q357.8431 371.73438 358.2806 371.21875Q358.7181 370.70312 358.7181 369.79688Q358.7181 368.9375 358.24936 368.42188Q357.7806 367.90625 356.99936 367.90625Q356.29623 367.90625 355.88998 368.20312L355.60873 368.4375L354.73373 368.21875ZM361.13998 365.60938Q361.13998 364.84375 361.62436 364.34375Q362.12436 363.84375 362.88998 363.84375Q363.67123 363.84375 364.1556 364.34375Q364.63998 364.84375 364.63998 365.64062L364.63998 366.0625Q364.63998 366.82812 364.13998 367.32812Q363.6556 367.8125 362.9056 367.8125Q362.13998 367.8125 361.63998 367.32812Q361.13998 366.82812 361.13998 366.01562L361.13998 365.60938ZM361.95248 366.0625Q361.95248 366.51562 362.20248 366.8125Q362.4681 367.10938 362.9056 367.10938Q363.32748 367.10938 363.57748 366.82812Q363.82748 366.53125 363.82748 366.03125L363.82748 365.60938Q363.82748 365.15625 363.57748 364.85938Q363.32748 364.54688 362.88998 364.54688Q362.45248 364.54688 362.20248 364.85938Q361.95248 365.15625 361.95248 365.625L361.95248 366.0625ZM365.29623 370.40625Q365.29623 369.64062 365.7806 369.15625Q366.2806 368.65625 367.04623 368.65625Q367.81186 368.65625 368.29623 369.15625Q368.79623 369.64062 368.79623 370.45312L368.79623 370.85938Q368.79623 371.625 368.31186 372.125Q367.82748 372.625 367.06186 372.625Q366.29623 372.625 365.79623 372.14062Q365.29623 371.64062 365.29623 370.82812L365.29623 370.40625ZM366.10873 370.85938Q366.10873 371.32812 366.35873 371.625Q366.62436 371.92188 367.06186 371.92188Q367.48373 371.92188 367.73373 371.64062Q367.98373 371.34375 367.98373 370.84375L367.98373 370.40625Q367.98373 369.9375 367.7181 369.65625Q367.4681 369.35938 367.04623 369.35938Q366.62436 369.35938 366.35873 369.65625Q366.10873 369.9375 366.10873 370.4375L366.10873 370.85938ZM363.1556 371.85938L362.5306 371.46875L366.70248 364.79688L367.31186 365.1875L363.1556 371.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M351.81186 369.64062L352.99936 369.64062L352.99936 370.51562L351.81186 370.51562L351.81186 372.5L350.73373 372.5L350.73373 370.51562L346.8431 370.51562L346.8431 369.875L350.6556 363.96875L351.81186 363.96875L351.81186 369.64062ZM348.07748 369.64062L350.73373 369.64062L350.73373 365.45312L350.5931 365.6875L348.07748 369.64062ZM354.73373 368.21875L355.17123 363.96875L359.54623 363.96875L359.54623 364.96875L356.0931 364.96875L355.82748 367.29688Q356.4681 366.92188 357.26498 366.92188Q358.42123 366.92188 359.10873 367.70312Q359.79623 368.46875 359.79623 369.78125Q359.79623 371.09375 359.07748 371.85938Q358.37436 372.625 357.0931 372.625Q355.9681 372.625 355.24936 372.0Q354.5306 371.35938 354.43686 370.25L355.45248 370.25Q355.56186 370.98438 355.98373 371.35938Q356.4056 371.73438 357.0931 371.73438Q357.8431 371.73438 358.2806 371.21875Q358.7181 370.70312 358.7181 369.79688Q358.7181 368.9375 358.24936 368.42188Q357.7806 367.90625 356.99936 367.90625Q356.29623 367.90625 355.88998 368.20312L355.60873 368.4375L354.73373 368.21875ZM361.13998 365.60938Q361.13998 364.84375 361.62436 364.34375Q362.12436 363.84375 362.88998 363.84375Q363.67123 363.84375 364.1556 364.34375Q364.63998 364.84375 364.63998 365.64062L364.63998 366.0625Q364.63998 366.82812 364.13998 367.32812Q363.6556 367.8125 362.9056 367.8125Q362.13998 367.8125 361.63998 367.32812Q361.13998 366.82812 361.13998 366.01562L361.13998 365.60938ZM361.95248 366.0625Q361.95248 366.51562 362.20248 366.8125Q362.4681 367.10938 362.9056 367.10938Q363.32748 367.10938 363.57748 366.82812Q363.82748 366.53125 363.82748 366.03125L363.82748 365.60938Q363.82748 365.15625 363.57748 364.85938Q363.32748 364.54688 362.88998 364.54688Q362.45248 364.54688 362.20248 364.85938Q361.95248 365.15625 361.95248 365.625L361.95248 366.0625ZM365.29623 370.40625Q365.29623 369.64062 365.7806 369.15625Q366.2806 368.65625 367.04623 368.65625Q367.81186 368.65625 368.29623 369.15625Q368.79623 369.64062 368.79623 370.45312L368.79623 370.85938Q368.79623 371.625 368.31186 372.125Q367.82748 372.625 367.06186 372.625Q366.29623 372.625 365.79623 372.14062Q365.29623 371.64062 365.29623 370.82812L365.29623 370.40625ZM366.10873 370.85938Q366.10873 371.32812 366.35873 371.625Q366.62436 371.92188 367.06186 371.92188Q367.48373 371.92188 367.73373 371.64062Q367.98373 371.34375 367.98373 370.84375L367.98373 370.40625Q367.98373 369.9375 367.7181 369.65625Q367.4681 369.35938 367.04623 369.35938Q366.62436 369.35938 366.35873 369.65625Q366.10873 369.9375 366.10873 370.4375L366.10873 370.85938ZM363.1556 371.85938L362.5306 371.46875L366.70248 364.79688L367.31186 365.1875L363.1556 371.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M540.3771 179.1875Q540.3771 179.82812 540.0333 180.32812Q539.6896 180.82812 539.1271 181.10938Q539.7833 181.39062 540.17395 181.95312Q540.5646 182.5 540.5646 183.20312Q540.5646 184.29688 539.8146 184.96875Q539.0802 185.625 537.86145 185.625Q536.6271 185.625 535.8771 184.96875Q535.1427 184.29688 535.1427 183.20312Q535.1427 182.5 535.5177 181.95312Q535.8927 181.39062 536.5646 181.10938Q536.0021 180.82812 535.67395 180.32812Q535.3458 179.82812 535.3458 179.1875Q535.3458 178.10938 536.0333 177.48438Q536.7208 176.84375 537.86145 176.84375Q538.98645 176.84375 539.67395 177.48438Q540.3771 178.10938 540.3771 179.1875ZM539.48645 183.17188Q539.48645 182.45312 539.0333 182.01562Q538.5802 181.5625 537.8458 181.5625Q537.11145 181.5625 536.6583 182.01562Q536.2208 182.45312 536.2208 183.1875Q536.2208 183.90625 536.6583 184.32812Q537.0958 184.73438 537.86145 184.73438Q538.61145 184.73438 539.04895 184.3125Q539.48645 183.89062 539.48645 183.17188ZM537.86145 177.73438Q537.2208 177.73438 536.8146 178.14062Q536.42395 178.53125 536.42395 179.21875Q536.42395 179.85938 536.8146 180.26562Q537.2052 180.67188 537.8458 180.67188Q538.5021 180.67188 538.8927 180.26562Q539.2833 179.85938 539.2833 179.21875Q539.2833 178.5625 538.8771 178.15625Q538.4708 177.73438 537.86145 177.73438ZM546.3458 181.75Q546.0177 182.15625 545.5333 182.40625Q545.0646 182.64062 544.5021 182.64062Q543.7677 182.64062 543.2208 182.28125Q542.67395 181.92188 542.3771 181.26562Q542.0802 180.59375 542.0802 179.79688Q542.0802 178.95312 542.3927 178.26562Q542.7208 177.57812 543.3146 177.21875Q543.92395 176.84375 544.7208 176.84375Q545.98645 176.84375 546.7052 177.79688Q547.4396 178.75 547.4396 180.375L547.4396 180.6875Q547.4396 183.1875 546.4552 184.32812Q545.4708 185.46875 543.48645 185.5L543.2677 185.5L543.2677 184.59375L543.5021 184.59375Q544.8458 184.5625 545.5646 183.89062Q546.2833 183.21875 546.3458 181.75ZM544.67395 181.75Q545.2208 181.75 545.67395 181.42188Q546.1427 181.07812 546.36145 180.59375L546.36145 180.15625Q546.36145 179.09375 545.8927 178.42188Q545.42395 177.75 544.7208 177.75Q544.0021 177.75 543.5646 178.29688Q543.1427 178.84375 543.1427 179.75Q543.1427 180.625 543.54895 181.1875Q543.9708 181.75 544.67395 181.75ZM549.0958 178.60938Q549.0958 177.84375 549.5802 177.34375Q550.0802 176.84375 550.8458 176.84375Q551.6271 176.84375 552.11145 177.34375Q552.5958 177.84375 552.5958 178.64062L552.5958 179.0625Q552.5958 179.82812 552.0958 180.32812Q551.61145 180.8125 550.86145 180.8125Q550.0958 180.8125 549.5958 180.32812Q549.0958 179.82812 549.0958 179.01562L549.0958 178.60938ZM549.9083 179.0625Q549.9083 179.51562 550.1583 179.8125Q550.42395 180.10938 550.86145 180.10938Q551.2833 180.10938 551.5333 179.82812Q551.7833 179.53125 551.7833 179.03125L551.7833 178.60938Q551.7833 178.15625 551.5333 177.85938Q551.2833 177.54688 550.8458 177.54688Q550.4083 177.54688 550.1583 177.85938Q549.9083 178.15625 549.9083 178.625L549.9083 179.0625ZM553.2521 183.40625Q553.2521 182.64062 553.73645 182.15625Q554.23645 181.65625 555.0021 181.65625Q555.7677 181.65625 556.2521 182.15625Q556.7521 182.64062 556.7521 183.45312L556.7521 183.85938Q556.7521 184.625 556.2677 185.125Q555.7833 185.625 555.0177 185.625Q554.2521 185.625 553.7521 185.14062Q553.2521 184.64062 553.2521 183.82812L553.2521 183.40625ZM554.0646 183.85938Q554.0646 184.32812 554.3146 184.625Q554.5802 184.92188 555.0177 184.92188Q555.4396 184.92188 555.6896 184.64062Q555.9396 184.34375 555.9396 183.84375L555.9396 183.40625Q555.9396 182.9375 555.67395 182.65625Q555.42395 182.35938 555.0021 182.35938Q554.5802 182.35938 554.3146 182.65625Q554.0646 182.9375 554.0646 183.4375L554.0646 183.85938ZM551.11145 184.85938L550.48645 184.46875L554.6583 177.79688L555.2677 178.1875L551.11145 184.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M540.3771 179.1875Q540.3771 179.82812 540.0333 180.32812Q539.6896 180.82812 539.1271 181.10938Q539.7833 181.39062 540.17395 181.95312Q540.5646 182.5 540.5646 183.20312Q540.5646 184.29688 539.8146 184.96875Q539.0802 185.625 537.86145 185.625Q536.6271 185.625 535.8771 184.96875Q535.1427 184.29688 535.1427 183.20312Q535.1427 182.5 535.5177 181.95312Q535.8927 181.39062 536.5646 181.10938Q536.0021 180.82812 535.67395 180.32812Q535.3458 179.82812 535.3458 179.1875Q535.3458 178.10938 536.0333 177.48438Q536.7208 176.84375 537.86145 176.84375Q538.98645 176.84375 539.67395 177.48438Q540.3771 178.10938 540.3771 179.1875ZM539.48645 183.17188Q539.48645 182.45312 539.0333 182.01562Q538.5802 181.5625 537.8458 181.5625Q537.11145 181.5625 536.6583 182.01562Q536.2208 182.45312 536.2208 183.1875Q536.2208 183.90625 536.6583 184.32812Q537.0958 184.73438 537.86145 184.73438Q538.61145 184.73438 539.04895 184.3125Q539.48645 183.89062 539.48645 183.17188ZM537.86145 177.73438Q537.2208 177.73438 536.8146 178.14062Q536.42395 178.53125 536.42395 179.21875Q536.42395 179.85938 536.8146 180.26562Q537.2052 180.67188 537.8458 180.67188Q538.5021 180.67188 538.8927 180.26562Q539.2833 179.85938 539.2833 179.21875Q539.2833 178.5625 538.8771 178.15625Q538.4708 177.73438 537.86145 177.73438ZM546.3458 181.75Q546.0177 182.15625 545.5333 182.40625Q545.0646 182.64062 544.5021 182.64062Q543.7677 182.64062 543.2208 182.28125Q542.67395 181.92188 542.3771 181.26562Q542.0802 180.59375 542.0802 179.79688Q542.0802 178.95312 542.3927 178.26562Q542.7208 177.57812 543.3146 177.21875Q543.92395 176.84375 544.7208 176.84375Q545.98645 176.84375 546.7052 177.79688Q547.4396 178.75 547.4396 180.375L547.4396 180.6875Q547.4396 183.1875 546.4552 184.32812Q545.4708 185.46875 543.48645 185.5L543.2677 185.5L543.2677 184.59375L543.5021 184.59375Q544.8458 184.5625 545.5646 183.89062Q546.2833 183.21875 546.3458 181.75ZM544.67395 181.75Q545.2208 181.75 545.67395 181.42188Q546.1427 181.07812 546.36145 180.59375L546.36145 180.15625Q546.36145 179.09375 545.8927 178.42188Q545.42395 177.75 544.7208 177.75Q544.0021 177.75 543.5646 178.29688Q543.1427 178.84375 543.1427 179.75Q543.1427 180.625 543.54895 181.1875Q543.9708 181.75 544.67395 181.75ZM549.0958 178.60938Q549.0958 177.84375 549.5802 177.34375Q550.0802 176.84375 550.8458 176.84375Q551.6271 176.84375 552.11145 177.34375Q552.5958 177.84375 552.5958 178.64062L552.5958 179.0625Q552.5958 179.82812 552.0958 180.32812Q551.61145 180.8125 550.86145 180.8125Q550.0958 180.8125 549.5958 180.32812Q549.0958 179.82812 549.0958 179.01562L549.0958 178.60938ZM549.9083 179.0625Q549.9083 179.51562 550.1583 179.8125Q550.42395 180.10938 550.86145 180.10938Q551.2833 180.10938 551.5333 179.82812Q551.7833 179.53125 551.7833 179.03125L551.7833 178.60938Q551.7833 178.15625 551.5333 177.85938Q551.2833 177.54688 550.8458 177.54688Q550.4083 177.54688 550.1583 177.85938Q549.9083 178.15625 549.9083 178.625L549.9083 179.0625ZM553.2521 183.40625Q553.2521 182.64062 553.73645 182.15625Q554.23645 181.65625 555.0021 181.65625Q555.7677 181.65625 556.2521 182.15625Q556.7521 182.64062 556.7521 183.45312L556.7521 183.85938Q556.7521 184.625 556.2677 185.125Q555.7833 185.625 555.0177 185.625Q554.2521 185.625 553.7521 185.14062Q553.2521 184.64062 553.2521 183.82812L553.2521 183.40625ZM554.0646 183.85938Q554.0646 184.32812 554.3146 184.625Q554.5802 184.92188 555.0177 184.92188Q555.4396 184.92188 555.6896 184.64062Q555.9396 184.34375 555.9396 183.84375L555.9396 183.40625Q555.9396 182.9375 555.67395 182.65625Q555.42395 182.35938 555.0021 182.35938Q554.5802 182.35938 554.3146 182.65625Q554.0646 182.9375 554.0646 183.4375L554.0646 183.85938ZM551.11145 184.85938L550.48645 184.46875L554.6583 177.79688L555.2677 178.1875L551.11145 184.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M523.2902 246.1875Q523.2902 246.82812 522.9465 247.32812Q522.6027 247.82812 522.0402 248.10938Q522.6965 248.39062 523.0871 248.95312Q523.4777 249.5 523.4777 250.20312Q523.4777 251.29688 522.7277 251.96875Q521.99335 252.625 520.7746 252.625Q519.5402 252.625 518.7902 251.96875Q518.05585 251.29688 518.05585 250.20312Q518.05585 249.5 518.43085 248.95312Q518.80585 248.39062 519.4777 248.10938Q518.9152 247.82812 518.5871 247.32812Q518.259 246.82812 518.259 246.1875Q518.259 245.10938 518.9465 244.48438Q519.634 243.84375 520.7746 243.84375Q521.8996 243.84375 522.5871 244.48438Q523.2902 245.10938 523.2902 246.1875ZM522.3996 250.17188Q522.3996 249.45312 521.9465 249.01562Q521.49335 248.5625 520.759 248.5625Q520.0246 248.5625 519.5715 249.01562Q519.134 249.45312 519.134 250.1875Q519.134 250.90625 519.5715 251.32812Q520.009 251.73438 520.7746 251.73438Q521.5246 251.73438 521.9621 251.3125Q522.3996 250.89062 522.3996 250.17188ZM520.7746 244.73438Q520.134 244.73438 519.7277 245.14062Q519.3371 245.53125 519.3371 246.21875Q519.3371 246.85938 519.7277 247.26562Q520.11835 247.67188 520.759 247.67188Q521.4152 247.67188 521.80585 247.26562Q522.1965 246.85938 522.1965 246.21875Q522.1965 245.5625 521.7902 245.15625Q521.384 244.73438 520.7746 244.73438ZM525.6027 248.21875L526.0402 243.96875L530.4152 243.96875L530.4152 244.96875L526.9621 244.96875L526.6965 247.29688Q527.3371 246.92188 528.134 246.92188Q529.2902 246.92188 529.9777 247.70312Q530.6652 248.46875 530.6652 249.78125Q530.6652 251.09375 529.9465 251.85938Q529.24335 252.625 527.9621 252.625Q526.8371 252.625 526.11835 252.0Q525.3996 251.35938 525.30585 250.25L526.3215 250.25Q526.43085 250.98438 526.8527 251.35938Q527.2746 251.73438 527.9621 251.73438Q528.7121 251.73438 529.1496 251.21875Q529.5871 250.70312 529.5871 249.79688Q529.5871 248.9375 529.11835 248.42188Q528.6496 247.90625 527.86835 247.90625Q527.1652 247.90625 526.759 248.20312L526.4777 248.4375L525.6027 248.21875ZM532.009 245.60938Q532.009 244.84375 532.49335 244.34375Q532.99335 243.84375 533.759 243.84375Q534.5402 243.84375 535.0246 244.34375Q535.509 244.84375 535.509 245.64062L535.509 246.0625Q535.509 246.82812 535.009 247.32812Q534.5246 247.8125 533.7746 247.8125Q533.009 247.8125 532.509 247.32812Q532.009 246.82812 532.009 246.01562L532.009 245.60938ZM532.8215 246.0625Q532.8215 246.51562 533.0715 246.8125Q533.3371 247.10938 533.7746 247.10938Q534.1965 247.10938 534.4465 246.82812Q534.6965 246.53125 534.6965 246.03125L534.6965 245.60938Q534.6965 245.15625 534.4465 244.85938Q534.1965 244.54688 533.759 244.54688Q533.3215 244.54688 533.0715 244.85938Q532.8215 245.15625 532.8215 245.625L532.8215 246.0625ZM536.1652 250.40625Q536.1652 249.64062 536.6496 249.15625Q537.1496 248.65625 537.9152 248.65625Q538.68085 248.65625 539.1652 249.15625Q539.6652 249.64062 539.6652 250.45312L539.6652 250.85938Q539.6652 251.625 539.18085 252.125Q538.6965 252.625 537.93085 252.625Q537.1652 252.625 536.6652 252.14062Q536.1652 251.64062 536.1652 250.82812L536.1652 250.40625ZM536.9777 250.85938Q536.9777 251.32812 537.2277 251.625Q537.49335 251.92188 537.93085 251.92188Q538.3527 251.92188 538.6027 251.64062Q538.8527 251.34375 538.8527 250.84375L538.8527 250.40625Q538.8527 249.9375 538.5871 249.65625Q538.3371 249.35938 537.9152 249.35938Q537.49335 249.35938 537.2277 249.65625Q536.9777 249.9375 536.9777 250.4375L536.9777 250.85938ZM534.0246 251.85938L533.3996 251.46875L537.5715 244.79688L538.18085 245.1875L534.0246 251.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M523.2902 246.1875Q523.2902 246.82812 522.9465 247.32812Q522.6027 247.82812 522.0402 248.10938Q522.6965 248.39062 523.0871 248.95312Q523.4777 249.5 523.4777 250.20312Q523.4777 251.29688 522.7277 251.96875Q521.99335 252.625 520.7746 252.625Q519.5402 252.625 518.7902 251.96875Q518.05585 251.29688 518.05585 250.20312Q518.05585 249.5 518.43085 248.95312Q518.80585 248.39062 519.4777 248.10938Q518.9152 247.82812 518.5871 247.32812Q518.259 246.82812 518.259 246.1875Q518.259 245.10938 518.9465 244.48438Q519.634 243.84375 520.7746 243.84375Q521.8996 243.84375 522.5871 244.48438Q523.2902 245.10938 523.2902 246.1875ZM522.3996 250.17188Q522.3996 249.45312 521.9465 249.01562Q521.49335 248.5625 520.759 248.5625Q520.0246 248.5625 519.5715 249.01562Q519.134 249.45312 519.134 250.1875Q519.134 250.90625 519.5715 251.32812Q520.009 251.73438 520.7746 251.73438Q521.5246 251.73438 521.9621 251.3125Q522.3996 250.89062 522.3996 250.17188ZM520.7746 244.73438Q520.134 244.73438 519.7277 245.14062Q519.3371 245.53125 519.3371 246.21875Q519.3371 246.85938 519.7277 247.26562Q520.11835 247.67188 520.759 247.67188Q521.4152 247.67188 521.80585 247.26562Q522.1965 246.85938 522.1965 246.21875Q522.1965 245.5625 521.7902 245.15625Q521.384 244.73438 520.7746 244.73438ZM525.6027 248.21875L526.0402 243.96875L530.4152 243.96875L530.4152 244.96875L526.9621 244.96875L526.6965 247.29688Q527.3371 246.92188 528.134 246.92188Q529.2902 246.92188 529.9777 247.70312Q530.6652 248.46875 530.6652 249.78125Q530.6652 251.09375 529.9465 251.85938Q529.24335 252.625 527.9621 252.625Q526.8371 252.625 526.11835 252.0Q525.3996 251.35938 525.30585 250.25L526.3215 250.25Q526.43085 250.98438 526.8527 251.35938Q527.2746 251.73438 527.9621 251.73438Q528.7121 251.73438 529.1496 251.21875Q529.5871 250.70312 529.5871 249.79688Q529.5871 248.9375 529.11835 248.42188Q528.6496 247.90625 527.86835 247.90625Q527.1652 247.90625 526.759 248.20312L526.4777 248.4375L525.6027 248.21875ZM532.009 245.60938Q532.009 244.84375 532.49335 244.34375Q532.99335 243.84375 533.759 243.84375Q534.5402 243.84375 535.0246 244.34375Q535.509 244.84375 535.509 245.64062L535.509 246.0625Q535.509 246.82812 535.009 247.32812Q534.5246 247.8125 533.7746 247.8125Q533.009 247.8125 532.509 247.32812Q532.009 246.82812 532.009 246.01562L532.009 245.60938ZM532.8215 246.0625Q532.8215 246.51562 533.0715 246.8125Q533.3371 247.10938 533.7746 247.10938Q534.1965 247.10938 534.4465 246.82812Q534.6965 246.53125 534.6965 246.03125L534.6965 245.60938Q534.6965 245.15625 534.4465 244.85938Q534.1965 244.54688 533.759 244.54688Q533.3215 244.54688 533.0715 244.85938Q532.8215 245.15625 532.8215 245.625L532.8215 246.0625ZM536.1652 250.40625Q536.1652 249.64062 536.6496 249.15625Q537.1496 248.65625 537.9152 248.65625Q538.68085 248.65625 539.1652 249.15625Q539.6652 249.64062 539.6652 250.45312L539.6652 250.85938Q539.6652 251.625 539.18085 252.125Q538.6965 252.625 537.93085 252.625Q537.1652 252.625 536.6652 252.14062Q536.1652 251.64062 536.1652 250.82812L536.1652 250.40625ZM536.9777 250.85938Q536.9777 251.32812 537.2277 251.625Q537.49335 251.92188 537.93085 251.92188Q538.3527 251.92188 538.6027 251.64062Q538.8527 251.34375 538.8527 250.84375L538.8527 250.40625Q538.8527 249.9375 538.5871 249.65625Q538.3371 249.35938 537.9152 249.35938Q537.49335 249.35938 537.2277 249.65625Q536.9777 249.9375 536.9777 250.4375L536.9777 250.85938ZM534.0246 251.85938L533.3996 251.46875L537.5715 244.79688L538.18085 245.1875L534.0246 251.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M441.20557 310.96875L441.20557 311.875L441.00244 311.875Q439.73682 311.90625 438.98682 312.64062Q438.23682 313.35938 438.11182 314.67188Q438.79932 313.90625 439.95557 313.90625Q441.06494 313.90625 441.73682 314.6875Q442.4087 315.46875 442.4087 316.71875Q442.4087 318.03125 441.68994 318.82812Q440.9712 319.625 439.75244 319.625Q438.5337 319.625 437.76807 318.6875Q437.01807 317.73438 437.01807 316.25L437.01807 315.84375Q437.01807 313.48438 438.01807 312.23438Q439.01807 310.98438 441.00244 310.96875L441.20557 310.96875ZM439.7837 314.8125Q439.2212 314.8125 438.75244 315.14062Q438.2837 315.46875 438.0962 315.98438L438.0962 316.375Q438.0962 317.4375 438.56494 318.07812Q439.04932 318.71875 439.75244 318.71875Q440.48682 318.71875 440.9087 318.1875Q441.33057 317.64062 441.33057 316.76562Q441.33057 315.89062 440.9087 315.35938Q440.48682 314.8125 439.7837 314.8125ZM448.20557 310.96875L448.20557 311.875L448.00244 311.875Q446.73682 311.90625 445.98682 312.64062Q445.23682 313.35938 445.11182 314.67188Q445.79932 313.90625 446.95557 313.90625Q448.06494 313.90625 448.73682 314.6875Q449.4087 315.46875 449.4087 316.71875Q449.4087 318.03125 448.68994 318.82812Q447.9712 319.625 446.75244 319.625Q445.5337 319.625 444.76807 318.6875Q444.01807 317.73438 444.01807 316.25L444.01807 315.84375Q444.01807 313.48438 445.01807 312.23438Q446.01807 310.98438 448.00244 310.96875L448.20557 310.96875ZM446.7837 314.8125Q446.2212 314.8125 445.75244 315.14062Q445.2837 315.46875 445.0962 315.98438L445.0962 316.375Q445.0962 317.4375 445.56494 318.07812Q446.04932 318.71875 446.75244 318.71875Q447.48682 318.71875 447.9087 318.1875Q448.33057 317.64062 448.33057 316.76562Q448.33057 315.89062 447.9087 315.35938Q447.48682 314.8125 446.7837 314.8125ZM450.8462 312.60938Q450.8462 311.84375 451.33057 311.34375Q451.83057 310.84375 452.5962 310.84375Q453.37744 310.84375 453.86182 311.34375Q454.3462 311.84375 454.3462 312.64062L454.3462 313.0625Q454.3462 313.82812 453.8462 314.32812Q453.36182 314.8125 452.61182 314.8125Q451.8462 314.8125 451.3462 314.32812Q450.8462 313.82812 450.8462 313.01562L450.8462 312.60938ZM451.6587 313.0625Q451.6587 313.51562 451.9087 313.8125Q452.17432 314.10938 452.61182 314.10938Q453.0337 314.10938 453.2837 313.82812Q453.5337 313.53125 453.5337 313.03125L453.5337 312.60938Q453.5337 312.15625 453.2837 311.85938Q453.0337 311.54688 452.5962 311.54688Q452.1587 311.54688 451.9087 311.85938Q451.6587 312.15625 451.6587 312.625L451.6587 313.0625ZM455.00244 317.40625Q455.00244 316.64062 455.48682 316.15625Q455.98682 315.65625 456.75244 315.65625Q457.51807 315.65625 458.00244 316.15625Q458.50244 316.64062 458.50244 317.45312L458.50244 317.85938Q458.50244 318.625 458.01807 319.125Q457.5337 319.625 456.76807 319.625Q456.00244 319.625 455.50244 319.14062Q455.00244 318.64062 455.00244 317.82812L455.00244 317.40625ZM455.81494 317.85938Q455.81494 318.32812 456.06494 318.625Q456.33057 318.92188 456.76807 318.92188Q457.18994 318.92188 457.43994 318.64062Q457.68994 318.34375 457.68994 317.84375L457.68994 317.40625Q457.68994 316.9375 457.42432 316.65625Q457.17432 316.35938 456.75244 316.35938Q456.33057 316.35938 456.06494 316.65625Q455.81494 316.9375 455.81494 317.4375L455.81494 317.85938ZM452.86182 318.85938L452.23682 318.46875L456.4087 311.79688L457.01807 312.1875L452.86182 318.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M441.20557 310.96875L441.20557 311.875L441.00244 311.875Q439.73682 311.90625 438.98682 312.64062Q438.23682 313.35938 438.11182 314.67188Q438.79932 313.90625 439.95557 313.90625Q441.06494 313.90625 441.73682 314.6875Q442.4087 315.46875 442.4087 316.71875Q442.4087 318.03125 441.68994 318.82812Q440.9712 319.625 439.75244 319.625Q438.5337 319.625 437.76807 318.6875Q437.01807 317.73438 437.01807 316.25L437.01807 315.84375Q437.01807 313.48438 438.01807 312.23438Q439.01807 310.98438 441.00244 310.96875L441.20557 310.96875ZM439.7837 314.8125Q439.2212 314.8125 438.75244 315.14062Q438.2837 315.46875 438.0962 315.98438L438.0962 316.375Q438.0962 317.4375 438.56494 318.07812Q439.04932 318.71875 439.75244 318.71875Q440.48682 318.71875 440.9087 318.1875Q441.33057 317.64062 441.33057 316.76562Q441.33057 315.89062 440.9087 315.35938Q440.48682 314.8125 439.7837 314.8125ZM448.20557 310.96875L448.20557 311.875L448.00244 311.875Q446.73682 311.90625 445.98682 312.64062Q445.23682 313.35938 445.11182 314.67188Q445.79932 313.90625 446.95557 313.90625Q448.06494 313.90625 448.73682 314.6875Q449.4087 315.46875 449.4087 316.71875Q449.4087 318.03125 448.68994 318.82812Q447.9712 319.625 446.75244 319.625Q445.5337 319.625 444.76807 318.6875Q444.01807 317.73438 444.01807 316.25L444.01807 315.84375Q444.01807 313.48438 445.01807 312.23438Q446.01807 310.98438 448.00244 310.96875L448.20557 310.96875ZM446.7837 314.8125Q446.2212 314.8125 445.75244 315.14062Q445.2837 315.46875 445.0962 315.98438L445.0962 316.375Q445.0962 317.4375 445.56494 318.07812Q446.04932 318.71875 446.75244 318.71875Q447.48682 318.71875 447.9087 318.1875Q448.33057 317.64062 448.33057 316.76562Q448.33057 315.89062 447.9087 315.35938Q447.48682 314.8125 446.7837 314.8125ZM450.8462 312.60938Q450.8462 311.84375 451.33057 311.34375Q451.83057 310.84375 452.5962 310.84375Q453.37744 310.84375 453.86182 311.34375Q454.3462 311.84375 454.3462 312.64062L454.3462 313.0625Q454.3462 313.82812 453.8462 314.32812Q453.36182 314.8125 452.61182 314.8125Q451.8462 314.8125 451.3462 314.32812Q450.8462 313.82812 450.8462 313.01562L450.8462 312.60938ZM451.6587 313.0625Q451.6587 313.51562 451.9087 313.8125Q452.17432 314.10938 452.61182 314.10938Q453.0337 314.10938 453.2837 313.82812Q453.5337 313.53125 453.5337 313.03125L453.5337 312.60938Q453.5337 312.15625 453.2837 311.85938Q453.0337 311.54688 452.5962 311.54688Q452.1587 311.54688 451.9087 311.85938Q451.6587 312.15625 451.6587 312.625L451.6587 313.0625ZM455.00244 317.40625Q455.00244 316.64062 455.48682 316.15625Q455.98682 315.65625 456.75244 315.65625Q457.51807 315.65625 458.00244 316.15625Q458.50244 316.64062 458.50244 317.45312L458.50244 317.85938Q458.50244 318.625 458.01807 319.125Q457.5337 319.625 456.76807 319.625Q456.00244 319.625 455.50244 319.14062Q455.00244 318.64062 455.00244 317.82812L455.00244 317.40625ZM455.81494 317.85938Q455.81494 318.32812 456.06494 318.625Q456.33057 318.92188 456.76807 318.92188Q457.18994 318.92188 457.43994 318.64062Q457.68994 318.34375 457.68994 317.84375L457.68994 317.40625Q457.68994 316.9375 457.42432 316.65625Q457.17432 316.35938 456.75244 316.35938Q456.33057 316.35938 456.06494 316.65625Q455.81494 316.9375 455.81494 317.4375L455.81494 317.85938ZM452.86182 318.85938L452.23682 318.46875L456.4087 311.79688L457.01807 312.1875L452.86182 318.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.54013 384.64062L348.72763 384.64062L348.72763 385.51562L347.54013 385.51562L347.54013 387.5L346.462 387.5L346.462 385.51562L342.57138 385.51562L342.57138 384.875L346.38388 378.96875L347.54013 378.96875L347.54013 384.64062ZM343.80576 384.64062L346.462 384.64062L346.462 380.45312L346.32138 380.6875L343.80576 384.64062ZM354.54013 384.64062L355.72763 384.64062L355.72763 385.51562L354.54013 385.51562L354.54013 387.5L353.462 387.5L353.462 385.51562L349.57138 385.51562L349.57138 384.875L353.38388 378.96875L354.54013 378.96875L354.54013 384.64062ZM350.80576 384.64062L353.462 384.64062L353.462 380.45312L353.32138 380.6875L350.80576 384.64062ZM356.86826 380.60938Q356.86826 379.84375 357.35263 379.34375Q357.85263 378.84375 358.61826 378.84375Q359.3995 378.84375 359.88388 379.34375Q360.36826 379.84375 360.36826 380.64062L360.36826 381.0625Q360.36826 381.82812 359.86826 382.32812Q359.38388 382.8125 358.63388 382.8125Q357.86826 382.8125 357.36826 382.32812Q356.86826 381.82812 356.86826 381.01562L356.86826 380.60938ZM357.68076 381.0625Q357.68076 381.51562 357.93076 381.8125Q358.19638 382.10938 358.63388 382.10938Q359.05576 382.10938 359.30576 381.82812Q359.55576 381.53125 359.55576 381.03125L359.55576 380.60938Q359.55576 380.15625 359.30576 379.85938Q359.05576 379.54688 358.61826 379.54688Q358.18076 379.54688 357.93076 379.85938Q357.68076 380.15625 357.68076 380.625L357.68076 381.0625ZM361.0245 385.40625Q361.0245 384.64062 361.50888 384.15625Q362.00888 383.65625 362.7745 383.65625Q363.54013 383.65625 364.0245 384.15625Q364.5245 384.64062 364.5245 385.45312L364.5245 385.85938Q364.5245 386.625 364.04013 387.125Q363.55576 387.625 362.79013 387.625Q362.0245 387.625 361.5245 387.14062Q361.0245 386.64062 361.0245 385.82812L361.0245 385.40625ZM361.837 385.85938Q361.837 386.32812 362.087 386.625Q362.35263 386.92188 362.79013 386.92188Q363.212 386.92188 363.462 386.64062Q363.712 386.34375 363.712 385.84375L363.712 385.40625Q363.712 384.9375 363.44638 384.65625Q363.19638 384.35938 362.7745 384.35938Q362.35263 384.35938 362.087 384.65625Q361.837 384.9375 361.837 385.4375L361.837 385.85938ZM358.88388 386.85938L358.25888 386.46875L362.43076 379.79688L363.04013 380.1875L358.88388 386.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M347.54013 384.64062L348.72763 384.64062L348.72763 385.51562L347.54013 385.51562L347.54013 387.5L346.462 387.5L346.462 385.51562L342.57138 385.51562L342.57138 384.875L346.38388 378.96875L347.54013 378.96875L347.54013 384.64062ZM343.80576 384.64062L346.462 384.64062L346.462 380.45312L346.32138 380.6875L343.80576 384.64062ZM354.54013 384.64062L355.72763 384.64062L355.72763 385.51562L354.54013 385.51562L354.54013 387.5L353.462 387.5L353.462 385.51562L349.57138 385.51562L349.57138 384.875L353.38388 378.96875L354.54013 378.96875L354.54013 384.64062ZM350.80576 384.64062L353.462 384.64062L353.462 380.45312L353.32138 380.6875L350.80576 384.64062ZM356.86826 380.60938Q356.86826 379.84375 357.35263 379.34375Q357.85263 378.84375 358.61826 378.84375Q359.3995 378.84375 359.88388 379.34375Q360.36826 379.84375 360.36826 380.64062L360.36826 381.0625Q360.36826 381.82812 359.86826 382.32812Q359.38388 382.8125 358.63388 382.8125Q357.86826 382.8125 357.36826 382.32812Q356.86826 381.82812 356.86826 381.01562L356.86826 380.60938ZM357.68076 381.0625Q357.68076 381.51562 357.93076 381.8125Q358.19638 382.10938 358.63388 382.10938Q359.05576 382.10938 359.30576 381.82812Q359.55576 381.53125 359.55576 381.03125L359.55576 380.60938Q359.55576 380.15625 359.30576 379.85938Q359.05576 379.54688 358.61826 379.54688Q358.18076 379.54688 357.93076 379.85938Q357.68076 380.15625 357.68076 380.625L357.68076 381.0625ZM361.0245 385.40625Q361.0245 384.64062 361.50888 384.15625Q362.00888 383.65625 362.7745 383.65625Q363.54013 383.65625 364.0245 384.15625Q364.5245 384.64062 364.5245 385.45312L364.5245 385.85938Q364.5245 386.625 364.04013 387.125Q363.55576 387.625 362.79013 387.625Q362.0245 387.625 361.5245 387.14062Q361.0245 386.64062 361.0245 385.82812L361.0245 385.40625ZM361.837 385.85938Q361.837 386.32812 362.087 386.625Q362.35263 386.92188 362.79013 386.92188Q363.212 386.92188 363.462 386.64062Q363.712 386.34375 363.712 385.84375L363.712 385.40625Q363.712 384.9375 363.44638 384.65625Q363.19638 384.35938 362.7745 384.35938Q362.35263 384.35938 362.087 384.65625Q361.837 384.9375 361.837 385.4375L361.837 385.85938ZM358.88388 386.85938L358.25888 386.46875L362.43076 379.79688L363.04013 380.1875L358.88388 386.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M280.4986 446.4412Q280.4986 445.67557 280.98297 445.17557Q281.48297 444.67557 282.2486 444.67557Q283.02985 444.67557 283.51422 445.17557Q283.9986 445.67557 283.9986 446.47244L283.9986 446.89432Q283.9986 447.65994 283.4986 448.15994Q283.01422 448.64432 282.26422 448.64432Q281.4986 448.64432 280.9986 448.15994Q280.4986 447.65994 280.4986 446.84744L280.4986 446.4412ZM281.3111 446.89432Q281.3111 447.34744 281.5611 447.64432Q281.82672 447.9412 282.26422 447.9412Q282.6861 447.9412 282.9361 447.65994Q283.1861 447.36307 283.1861 446.86307L283.1861 446.4412Q283.1861 445.98807 282.9361 445.6912Q282.6861 445.3787 282.2486 445.3787Q281.8111 445.3787 281.5611 445.6912Q281.3111 445.98807 281.3111 446.45682L281.3111 446.89432ZM284.65485 451.23807Q284.65485 450.47244 285.13922 449.98807Q285.63922 449.48807 286.40485 449.48807Q287.17047 449.48807 287.65485 449.98807Q288.15485 450.47244 288.15485 451.28494L288.15485 451.6912Q288.15485 452.45682 287.67047 452.95682Q287.1861 453.45682 286.42047 453.45682Q285.65485 453.45682 285.15485 452.97244Q284.65485 452.47244 284.65485 451.65994L284.65485 451.23807ZM285.46735 451.6912Q285.46735 452.15994 285.71735 452.45682Q285.98297 452.7537 286.42047 452.7537Q286.84235 452.7537 287.09235 452.47244Q287.34235 452.17557 287.34235 451.67557L287.34235 451.23807Q287.34235 450.76932 287.07672 450.48807Q286.82672 450.1912 286.40485 450.1912Q285.98297 450.1912 285.71735 450.48807Q285.46735 450.76932 285.46735 451.26932L285.46735 451.6912ZM282.51422 452.6912L281.88922 452.30057L286.0611 445.6287L286.67047 446.01932L282.51422 452.6912ZM292.42047 450.09744Q292.42047 449.17557 292.77985 448.42557Q293.15485 447.67557 293.8111 447.28494Q294.46735 446.8787 295.29547 446.8787Q296.59235 446.8787 297.38922 447.76932Q298.20172 448.65994 298.20172 450.15994L298.20172 450.23807Q298.20172 451.15994 297.84235 451.89432Q297.48297 452.6287 296.82672 453.05057Q296.17047 453.45682 295.3111 453.45682Q294.02985 453.45682 293.21735 452.5662Q292.42047 451.65994 292.42047 450.17557L292.42047 450.09744ZM293.51422 450.23807Q293.51422 451.28494 293.9986 451.92557Q294.4986 452.5662 295.3111 452.5662Q296.13922 452.5662 296.6236 451.92557Q297.10797 451.26932 297.10797 450.09744Q297.10797 449.0662 296.60797 448.42557Q296.1236 447.76932 295.29547 447.76932Q294.4986 447.76932 293.9986 448.40994Q293.51422 449.03494 293.51422 450.23807ZM300.2486 453.33182L300.2486 447.83182L299.2486 447.83182L299.2486 446.98807L300.2486 446.98807L300.2486 446.34744Q300.2486 445.3162 300.77985 444.76932Q301.32672 444.20682 302.32672 444.20682Q302.70172 444.20682 303.07672 444.30057L303.01422 445.1912Q302.73297 445.1287 302.4361 445.1287Q301.90485 445.1287 301.60797 445.4412Q301.32672 445.7537 301.32672 446.3162L301.32672 446.98807L302.6861 446.98807L302.6861 447.83182L301.32672 447.83182L301.32672 453.33182L300.2486 453.33182ZM309.77985 447.95682Q309.52985 447.92557 309.2486 447.92557Q308.17047 447.92557 307.79547 448.83182L307.79547 453.33182L306.71735 453.33182L306.71735 446.98807L307.76422 446.98807L307.77985 447.72244Q308.3111 446.8787 309.29547 446.8787Q309.60797 446.8787 309.77985 446.95682L309.77985 447.95682ZM313.34235 453.45682Q312.04547 453.45682 311.23297 452.61307Q310.4361 451.7537 310.4361 450.33182L310.4361 450.14432Q310.4361 449.1912 310.79547 448.45682Q311.15485 447.70682 311.79547 447.30057Q312.45172 446.8787 313.20172 446.8787Q314.4361 446.8787 315.1236 447.6912Q315.8111 448.5037 315.8111 450.01932L315.8111 450.47244L311.51422 450.47244Q311.54547 451.40994 312.0611 451.98807Q312.59235 452.5662 313.40485 452.5662Q313.96735 452.5662 314.35797 452.33182Q314.76422 452.09744 315.07672 451.70682L315.73297 452.22244Q314.9361 453.45682 313.34235 453.45682ZM313.20172 447.76932Q312.54547 447.76932 312.09235 448.2537Q311.65485 448.72244 311.5611 449.58182L314.73297 449.58182L314.73297 449.5037Q314.6861 448.67557 314.27985 448.22244Q313.88922 447.76932 313.20172 447.76932ZM320.40485 451.64432Q320.40485 451.20682 320.0611 450.97244Q319.73297 450.72244 318.90485 450.55057Q318.09235 450.3787 317.60797 450.1287Q317.1236 449.8787 316.88922 449.55057Q316.67047 449.20682 316.67047 448.73807Q316.67047 447.95682 317.32672 447.42557Q317.98297 446.8787 319.01422 446.8787Q320.09235 446.8787 320.7486 447.4412Q321.42047 447.98807 321.42047 448.84744L320.34235 448.84744Q320.34235 448.40994 319.95172 448.09744Q319.57672 447.76932 319.01422 447.76932Q318.42047 447.76932 318.07672 448.03494Q317.7486 448.28494 317.7486 448.6912Q317.7486 449.08182 318.0611 449.28494Q318.3736 449.48807 319.1861 449.67557Q319.9986 449.84744 320.4986 450.09744Q320.9986 450.34744 321.23297 450.70682Q321.48297 451.0662 321.48297 451.5662Q321.48297 452.42557 320.79547 452.9412Q320.1236 453.45682 319.04547 453.45682Q318.27985 453.45682 317.6861 453.1912Q317.10797 452.90994 316.77985 452.42557Q316.45172 451.9412 316.45172 451.3787L317.52985 451.3787Q317.5611 451.92557 317.96735 452.2537Q318.3736 452.5662 319.04547 452.5662Q319.65485 452.5662 320.02985 452.3162Q320.40485 452.0662 320.40485 451.64432ZM328.0611 450.23807Q328.0611 451.67557 327.40485 452.5662Q326.7486 453.45682 325.60797 453.45682Q324.45172 453.45682 323.79547 452.72244L323.79547 455.76932L322.71735 455.76932L322.71735 446.98807L323.70172 446.98807L323.7486 447.6912Q324.42047 446.8787 325.59235 446.8787Q326.73297 446.8787 327.38922 447.73807Q328.0611 448.59744 328.0611 450.1287L328.0611 450.23807ZM326.98297 450.11307Q326.98297 449.03494 326.51422 448.42557Q326.0611 447.80057 325.26422 447.80057Q324.27985 447.80057 323.79547 448.65994L323.79547 451.6912Q324.27985 452.5662 325.27985 452.5662Q326.0611 452.5662 326.51422 451.95682Q326.98297 451.33182 326.98297 450.11307ZM329.42047 450.09744Q329.42047 449.17557 329.77985 448.42557Q330.15485 447.67557 330.8111 447.28494Q331.46735 446.8787 332.29547 446.8787Q333.59235 446.8787 334.38922 447.76932Q335.20172 448.65994 335.20172 450.15994L335.20172 450.23807Q335.20172 451.15994 334.84235 451.89432Q334.48297 452.6287 333.82672 453.05057Q333.17047 453.45682 332.3111 453.45682Q331.02985 453.45682 330.21735 452.5662Q329.42047 451.65994 329.42047 450.17557L329.42047 450.09744ZM330.51422 450.23807Q330.51422 451.28494 330.9986 451.92557Q331.4986 452.5662 332.3111 452.5662Q333.13922 452.5662 333.6236 451.92557Q334.10797 451.26932 334.10797 450.09744Q334.10797 449.0662 333.60797 448.42557Q333.1236 447.76932 332.29547 447.76932Q331.4986 447.76932 330.9986 448.40994Q330.51422 449.03494 330.51422 450.23807ZM337.73297 446.98807L337.76422 447.78494Q338.4986 446.8787 339.67047 446.8787Q341.6861 446.8787 341.70172 449.14432L341.70172 453.33182L340.60797 453.33182L340.60797 449.1287Q340.60797 448.45682 340.29547 448.1287Q339.9986 447.80057 339.34235 447.80057Q338.8111 447.80057 338.40485 448.08182Q338.01422 448.36307 337.79547 448.8162L337.79547 453.33182L336.71735 453.33182L336.71735 446.98807L337.73297 446.98807ZM343.45172 450.11307Q343.45172 448.64432 344.13922 447.76932Q344.82672 446.8787 345.95172 446.8787Q347.0611 446.8787 347.71735 447.6287L347.71735 444.33182L348.79547 444.33182L348.79547 453.33182L347.79547 453.33182L347.7486 452.64432Q347.09235 453.45682 345.9361 453.45682Q344.84235 453.45682 344.13922 452.55057Q343.45172 451.64432 343.45172 450.1912L343.45172 450.11307ZM344.52985 450.23807Q344.52985 451.3162 344.96735 451.92557Q345.42047 452.53494 346.20172 452.53494Q347.23297 452.53494 347.71735 451.59744L347.71735 448.6912Q347.23297 447.80057 346.21735 447.80057Q345.42047 447.80057 344.96735 448.40994Q344.52985 449.01932 344.52985 450.23807ZM353.34235 453.45682Q352.04547 453.45682 351.23297 452.61307Q350.4361 451.7537 350.4361 450.33182L350.4361 450.14432Q350.4361 449.1912 350.79547 448.45682Q351.15485 447.70682 351.79547 447.30057Q352.45172 446.8787 353.20172 446.8787Q354.4361 446.8787 355.1236 447.6912Q355.8111 448.5037 355.8111 450.01932L355.8111 450.47244L351.51422 450.47244Q351.54547 451.40994 352.0611 451.98807Q352.59235 452.5662 353.40485 452.5662Q353.96735 452.5662 354.35797 452.33182Q354.76422 452.09744 355.07672 451.70682L355.73297 452.22244Q354.9361 453.45682 353.34235 453.45682ZM353.20172 447.76932Q352.54547 447.76932 352.09235 448.2537Q351.65485 448.72244 351.5611 449.58182L354.73297 449.58182L354.73297 449.5037Q354.6861 448.67557 354.27985 448.22244Q353.88922 447.76932 353.20172 447.76932ZM357.73297 446.98807L357.76422 447.78494Q358.4986 446.8787 359.67047 446.8787Q361.6861 446.8787 361.70172 449.14432L361.70172 453.33182L360.60797 453.33182L360.60797 449.1287Q360.60797 448.45682 360.29547 448.1287Q359.9986 447.80057 359.34235 447.80057Q358.8111 447.80057 358.40485 448.08182Q358.01422 448.36307 357.79547 448.8162L357.79547 453.33182L356.71735 453.33182L356.71735 446.98807L357.73297 446.98807ZM365.1861 445.45682L365.1861 446.98807L366.35797 446.98807L366.35797 447.83182L365.1861 447.83182L365.1861 451.7537Q365.1861 452.14432 365.34235 452.33182Q365.4986 452.51932 365.8736 452.51932Q366.0611 452.51932 366.38922 452.45682L366.38922 453.33182Q365.96735 453.45682 365.5611 453.45682Q364.84235 453.45682 364.46735 453.01932Q364.09235 452.5662 364.09235 451.7537L364.09235 447.83182L362.9361 447.83182L362.9361 446.98807L364.09235 446.98807L364.09235 445.45682L365.1861 445.45682ZM371.40485 451.64432Q371.40485 451.20682 371.0611 450.97244Q370.73297 450.72244 369.90485 450.55057Q369.09235 450.3787 368.60797 450.1287Q368.1236 449.8787 367.88922 449.55057Q367.67047 449.20682 367.67047 448.73807Q367.67047 447.95682 368.32672 447.42557Q368.98297 446.8787 370.01422 446.8787Q371.09235 446.8787 371.7486 447.4412Q372.42047 447.98807 372.42047 448.84744L371.34235 448.84744Q371.34235 448.40994 370.95172 448.09744Q370.57672 447.76932 370.01422 447.76932Q369.42047 447.76932 369.07672 448.03494Q368.7486 448.28494 368.7486 448.6912Q368.7486 449.08182 369.0611 449.28494Q369.3736 449.48807 370.1861 449.67557Q370.9986 449.84744 371.4986 450.09744Q371.9986 450.34744 372.23297 450.70682Q372.48297 451.0662 372.48297 451.5662Q372.48297 452.42557 371.79547 452.9412Q371.1236 453.45682 370.04547 453.45682Q369.27985 453.45682 368.6861 453.1912Q368.10797 452.90994 367.77985 452.42557Q367.45172 451.9412 367.45172 451.3787L368.52985 451.3787Q368.5611 451.92557 368.96735 452.2537Q369.3736 452.5662 370.04547 452.5662Q370.65485 452.5662 371.02985 452.3162Q371.40485 452.0662 371.40485 451.64432ZM382.32672 451.83182L383.54547 446.98807L384.6236 446.98807L382.77985 453.33182L381.90485 453.33182L380.35797 448.51932L378.85797 453.33182L377.98297 453.33182L376.13922 446.98807L377.21735 446.98807L378.46735 451.73807L379.95172 446.98807L380.8111 446.98807L382.32672 451.83182ZM386.79547 447.7537Q387.51422 446.8787 388.67047 446.8787Q390.6861 446.8787 390.70172 449.14432L390.70172 453.33182L389.60797 453.33182L389.60797 449.1287Q389.60797 448.45682 389.29547 448.1287Q388.9986 447.80057 388.34235 447.80057Q387.8111 447.80057 387.40485 448.08182Q387.01422 448.36307 386.79547 448.8162L386.79547 453.33182L385.71735 453.33182L385.71735 444.33182L386.79547 444.33182L386.79547 447.7537ZM392.42047 450.09744Q392.42047 449.17557 392.77985 448.42557Q393.15485 447.67557 393.8111 447.28494Q394.46735 446.8787 395.29547 446.8787Q396.59235 446.8787 397.38922 447.76932Q398.20172 448.65994 398.20172 450.15994L398.20172 450.23807Q398.20172 451.15994 397.84235 451.89432Q397.48297 452.6287 396.82672 453.05057Q396.17047 453.45682 395.3111 453.45682Q394.02985 453.45682 393.21735 452.5662Q392.42047 451.65994 392.42047 450.17557L392.42047 450.09744ZM393.51422 450.23807Q393.51422 451.28494 393.9986 451.92557Q394.4986 452.5662 395.3111 452.5662Q396.13922 452.5662 396.6236 451.92557Q397.10797 451.26932 397.10797 450.09744Q397.10797 449.0662 396.60797 448.42557Q396.1236 447.76932 395.29547 447.76932Q394.4986 447.76932 393.9986 448.40994Q393.51422 449.03494 393.51422 450.23807ZM406.6236 453.33182Q406.52985 453.14432 406.46735 452.65994Q405.71735 453.45682 404.67047 453.45682Q403.73297 453.45682 403.1236 452.92557Q402.52985 452.39432 402.52985 451.5662Q402.52985 450.58182 403.27985 450.03494Q404.02985 449.48807 405.40485 449.48807L406.45172 449.48807L406.45172 448.98807Q406.45172 448.42557 406.10797 448.09744Q405.77985 447.7537 405.10797 447.7537Q404.52985 447.7537 404.13922 448.05057Q403.7486 448.33182 403.7486 448.7537L402.65485 448.7537Q402.65485 448.26932 402.98297 447.83182Q403.32672 447.39432 403.90485 447.14432Q404.48297 446.8787 405.17047 446.8787Q406.27985 446.8787 406.88922 447.42557Q407.51422 447.97244 407.54547 448.92557L407.54547 451.84744Q407.54547 452.72244 407.76422 453.23807L407.76422 453.33182L406.6236 453.33182ZM404.82672 452.5037Q405.34235 452.5037 405.79547 452.23807Q406.2486 451.97244 406.45172 451.55057L406.45172 450.2537L405.60797 450.2537Q403.60797 450.2537 403.60797 451.42557Q403.60797 451.92557 403.95172 452.22244Q404.29547 452.5037 404.82672 452.5037ZM409.45172 450.11307Q409.45172 448.6287 410.13922 447.7537Q410.82672 446.8787 411.95172 446.8787Q413.10797 446.8787 413.76422 447.6912L413.8111 446.98807L414.8111 446.98807L414.8111 453.17557Q414.8111 454.40994 414.07672 455.11307Q413.34235 455.83182 412.1236 455.83182Q411.4361 455.83182 410.77985 455.53494Q410.1236 455.23807 409.77985 454.73807L410.34235 454.08182Q411.02985 454.9412 412.04547 454.9412Q412.82672 454.9412 413.26422 454.48807Q413.71735 454.05057 413.71735 453.23807L413.71735 452.6912Q413.0611 453.45682 411.9361 453.45682Q410.82672 453.45682 410.13922 452.5662Q409.45172 451.65994 409.45172 450.11307ZM410.54547 450.23807Q410.54547 451.30057 410.98297 451.92557Q411.42047 452.53494 412.21735 452.53494Q413.23297 452.53494 413.71735 451.59744L413.71735 448.70682Q413.21735 447.80057 412.21735 447.80057Q411.4361 447.80057 410.98297 448.40994Q410.54547 449.01932 410.54547 450.23807ZM419.77985 447.95682Q419.52985 447.92557 419.2486 447.92557Q418.17047 447.92557 417.79547 448.83182L417.79547 453.33182L416.71735 453.33182L416.71735 446.98807L417.76422 446.98807L417.77985 447.72244Q418.3111 446.8787 419.29547 446.8787Q419.60797 446.8787 419.77985 446.95682L419.77985 447.95682ZM423.34235 453.45682Q422.04547 453.45682 421.23297 452.61307Q420.4361 451.7537 420.4361 450.33182L420.4361 450.14432Q420.4361 449.1912 420.79547 448.45682Q421.15485 447.70682 421.79547 447.30057Q422.45172 446.8787 423.20172 446.8787Q424.4361 446.8787 425.1236 447.6912Q425.8111 448.5037 425.8111 450.01932L425.8111 450.47244L421.51422 450.47244Q421.54547 451.40994 422.0611 451.98807Q422.59235 452.5662 423.40485 452.5662Q423.96735 452.5662 424.35797 452.33182Q424.76422 452.09744 425.07672 451.70682L425.73297 452.22244Q424.9361 453.45682 423.34235 453.45682ZM423.20172 447.76932Q422.54547 447.76932 422.09235 448.2537Q421.65485 448.72244 421.5611 449.58182L424.73297 449.58182L424.73297 449.5037Q424.6861 448.67557 424.27985 448.22244Q423.88922 447.76932 423.20172 447.76932ZM429.34235 453.45682Q428.04547 453.45682 427.23297 452.61307Q426.4361 451.7537 426.4361 450.33182L426.4361 450.14432Q426.4361 449.1912 426.79547 448.45682Q427.15485 447.70682 427.79547 447.30057Q428.45172 446.8787 429.20172 446.8787Q430.4361 446.8787 431.1236 447.6912Q431.8111 448.5037 431.8111 450.01932L431.8111 450.47244L427.51422 450.47244Q427.54547 451.40994 428.0611 451.98807Q428.59235 452.5662 429.40485 452.5662Q429.96735 452.5662 430.35797 452.33182Q430.76422 452.09744 431.07672 451.70682L431.73297 452.22244Q430.9361 453.45682 429.34235 453.45682ZM429.20172 447.76932Q428.54547 447.76932 428.09235 448.2537Q427.65485 448.72244 427.5611 449.58182L430.73297 449.58182L430.73297 449.5037Q430.6861 448.67557 430.27985 448.22244Q429.88922 447.76932 429.20172 447.76932Z" fill-rule="nonzero"/><path fill="#666666" d="M31.506124 95.04673L30.381124 95.04673L30.381124 86.51548L31.506124 86.51548L31.506124 95.04673ZM41.7405 93.54673L42.95925 88.70298L44.037376 88.70298L42.193626 95.04673L41.318626 95.04673L39.77175 90.23423L38.27175 95.04673L37.39675 95.04673L35.553 88.70298L36.631126 88.70298L37.881126 93.45298L39.3655 88.70298L40.224876 88.70298L41.7405 93.54673ZM44.83425 91.812355Q44.83425 90.89048 45.193626 90.14048Q45.568626 89.39048 46.224876 88.999855Q46.881126 88.593605 47.70925 88.593605Q49.006126 88.593605 49.803 89.48423Q50.6155 90.374855 50.6155 91.874855L50.6155 91.95298Q50.6155 92.874855 50.256126 93.60923Q49.89675 94.343605 49.2405 94.76548Q48.58425 95.17173 47.724876 95.17173Q46.443626 95.17173 45.631126 94.281105Q44.83425 93.374855 44.83425 91.89048L44.83425 91.812355ZM45.928 91.95298Q45.928 92.999855 46.412376 93.64048Q46.912376 94.281105 47.724876 94.281105Q48.553 94.281105 49.037376 93.64048Q49.52175 92.98423 49.52175 91.812355Q49.52175 90.781105 49.02175 90.14048Q48.537376 89.48423 47.70925 89.48423Q46.912376 89.48423 46.412376 90.124855Q45.928 90.749855 45.928 91.95298ZM56.037376 94.42173Q55.412376 95.17173 54.178 95.17173Q53.162376 95.17173 52.631126 94.57798Q52.099876 93.98423 52.099876 92.82798L52.099876 88.70298L53.178 88.70298L53.178 92.79673Q53.178 94.249855 54.349876 94.249855Q55.599876 94.249855 56.006126 93.312355L56.006126 88.70298L57.099876 88.70298L57.099876 95.04673L56.068626 95.04673L56.037376 94.42173ZM60.303 95.04673L59.224876 95.04673L59.224876 86.04673L60.303 86.04673L60.303 95.04673ZM61.8655 91.82798Q61.8655 90.35923 62.553 89.48423Q63.2405 88.593605 64.3655 88.593605Q65.47488 88.593605 66.13113 89.343605L66.13113 86.04673L67.20925 86.04673L67.20925 95.04673L66.20925 95.04673L66.16238 94.35923Q65.50613 95.17173 64.34988 95.17173Q63.256126 95.17173 62.553 94.26548Q61.8655 93.35923 61.8655 91.906105L61.8655 91.82798ZM62.943626 91.95298Q62.943626 93.031105 63.381126 93.64048Q63.83425 94.249855 64.6155 94.249855Q65.64675 94.249855 66.13113 93.312355L66.13113 90.406105Q65.64675 89.51548 64.63113 89.51548Q63.83425 89.51548 63.381126 90.124855Q62.943626 90.73423 62.943626 91.95298ZM75.19363 89.67173Q74.94363 89.64048 74.66238 89.64048Q73.58425 89.64048 73.20925 90.54673L73.20925 95.04673L72.13113 95.04673L72.13113 88.70298L73.178 88.70298L73.19363 89.437355Q73.72488 88.593605 74.70925 88.593605Q75.02175 88.593605 75.19363 88.67173L75.19363 89.67173ZM78.75613 95.17173Q77.45925 95.17173 76.64675 94.32798Q75.84988 93.468605 75.84988 92.04673L75.84988 91.85923Q75.84988 90.906105 76.20925 90.17173Q76.56863 89.42173 77.20925 89.01548Q77.8655 88.593605 78.6155 88.593605Q79.84988 88.593605 80.53738 89.406105Q81.22488 90.218605 81.22488 91.73423L81.22488 92.187355L76.928 92.187355Q76.95925 93.124855 77.47488 93.70298Q78.00613 94.281105 78.81863 94.281105Q79.38113 94.281105 79.77175 94.04673Q80.178 93.812355 80.4905 93.42173L81.14675 93.937355Q80.34988 95.17173 78.75613 95.17173ZM78.6155 89.48423Q77.95925 89.48423 77.50613 89.968605Q77.06863 90.437355 76.97488 91.29673L80.14675 91.29673L80.14675 91.218605Q80.09988 90.39048 79.69363 89.937355Q79.303 89.48423 78.6155 89.48423ZM84.66238 94.281105Q85.2405 94.281105 85.678 93.937355Q86.1155 93.57798 86.16238 93.04673L87.19363 93.04673Q87.16238 93.593605 86.803 94.093605Q86.45925 94.57798 85.88113 94.874855Q85.31863 95.17173 84.66238 95.17173Q83.3655 95.17173 82.59988 94.312355Q81.84988 93.437355 81.84988 91.937355L81.84988 91.749855Q81.84988 90.82798 82.178 90.10923Q82.52175 89.39048 83.14675 88.999855Q83.78738 88.593605 84.66238 88.593605Q85.72488 88.593605 86.428 89.23423Q87.14675 89.85923 87.19363 90.89048L86.16238 90.89048Q86.1155 90.26548 85.69363 89.874855Q85.27175 89.48423 84.66238 89.48423Q83.83425 89.48423 83.38113 90.07798Q82.928 90.67173 82.928 91.79673L82.928 91.999855Q82.928 93.093605 83.38113 93.687355Q83.83425 94.281105 84.66238 94.281105ZM87.83425 91.812355Q87.83425 90.89048 88.19363 90.14048Q88.56863 89.39048 89.22488 88.999855Q89.88113 88.593605 90.70925 88.593605Q92.00613 88.593605 92.803 89.48423Q93.6155 90.374855 93.6155 91.874855L93.6155 91.95298Q93.6155 92.874855 93.25613 93.60923Q92.89675 94.343605 92.2405 94.76548Q91.58425 95.17173 90.72488 95.17173Q89.44363 95.17173 88.63113 94.281105Q87.83425 93.374855 87.83425 91.89048L87.83425 91.812355ZM88.928 91.95298Q88.928 92.999855 89.41238 93.64048Q89.91238 94.281105 90.72488 94.281105Q91.553 94.281105 92.03738 93.64048Q92.52175 92.98423 92.52175 91.812355Q92.52175 90.781105 92.02175 90.14048Q91.53738 89.48423 90.70925 89.48423Q89.91238 89.48423 89.41238 90.124855Q88.928 90.749855 88.928 91.95298ZM96.14675 88.70298L96.178 89.406105Q96.8655 88.593605 98.053 88.593605Q99.38113 88.593605 99.8655 89.60923Q100.178 89.156105 100.678 88.874855Q101.19363 88.593605 101.88113 88.593605Q103.97488 88.593605 104.00613 90.79673L104.00613 95.04673L102.928 95.04673L102.928 90.85923Q102.928 90.187355 102.6155 89.85923Q102.303 89.51548 101.56863 89.51548Q100.95925 89.51548 100.553 89.874855Q100.16238 90.23423 100.09988 90.843605L100.09988 95.04673L99.02175 95.04673L99.02175 90.89048Q99.02175 89.51548 97.66238 89.51548Q96.59988 89.51548 96.20925 90.42173L96.20925 95.04673L95.1155 95.04673L95.1155 88.70298L96.14675 88.70298ZM107.14675 88.70298L107.178 89.406105Q107.8655 88.593605 109.053 88.593605Q110.38113 88.593605 110.8655 89.60923Q111.178 89.156105 111.678 88.874855Q112.19363 88.593605 112.88113 88.593605Q114.97488 88.593605 115.00613 90.79673L115.00613 95.04673L113.928 95.04673L113.928 90.85923Q113.928 90.187355 113.6155 89.85923Q113.303 89.51548 112.56863 89.51548Q111.95925 89.51548 111.553 89.874855Q111.16238 90.23423 111.09988 90.843605L111.09988 95.04673L110.02175 95.04673L110.02175 90.89048Q110.02175 89.51548 108.66238 89.51548Q107.59988 89.51548 107.20925 90.42173L107.20925 95.04673L106.1155 95.04673L106.1155 88.70298L107.14675 88.70298ZM119.75613 95.17173Q118.45925 95.17173 117.64675 94.32798Q116.84988 93.468605 116.84988 92.04673L116.84988 91.85923Q116.84988 90.906105 117.20925 90.17173Q117.56863 89.42173 118.20925 89.01548Q118.8655 88.593605 119.6155 88.593605Q120.84988 88.593605 121.53738 89.406105Q122.22488 90.218605 122.22488 91.73423L122.22488 92.187355L117.928 92.187355Q117.95925 93.124855 118.47488 93.70298Q119.00613 94.281105 119.81863 94.281105Q120.38113 94.281105 120.77175 94.04673Q121.178 93.812355 121.4905 93.42173L122.14675 93.937355Q121.34988 95.17173 119.75613 95.17173ZM119.6155 89.48423Q118.95925 89.48423 118.50613 89.968605Q118.06863 90.437355 117.97488 91.29673L121.14675 91.29673L121.14675 91.218605Q121.09988 90.39048 120.69363 89.937355Q120.303 89.48423 119.6155 89.48423ZM124.14675 88.70298L124.178 89.499855Q124.91238 88.593605 126.08425 88.593605Q128.09988 88.593605 128.11551 90.85923L128.11551 95.04673L127.02175 95.04673L127.02175 90.843605Q127.02175 90.17173 126.70925 89.843605Q126.41238 89.51548 125.75613 89.51548Q125.22488 89.51548 124.81863 89.79673Q124.428 90.07798 124.20925 90.531105L124.20925 95.04673L123.13113 95.04673L123.13113 88.70298L124.14675 88.70298ZM129.8655 91.82798Q129.8655 90.35923 130.553 89.48423Q131.2405 88.593605 132.3655 88.593605Q133.47487 88.593605 134.13112 89.343605L134.13112 86.04673L135.20924 86.04673L135.20924 95.04673L134.20924 95.04673L134.16237 94.35923Q133.50612 95.17173 132.34987 95.17173Q131.25612 95.17173 130.553 94.26548Q129.8655 93.35923 129.8655 91.906105L129.8655 91.82798ZM130.94362 91.95298Q130.94362 93.031105 131.38112 93.64048Q131.83424 94.249855 132.6155 94.249855Q133.64674 94.249855 134.13112 93.312355L134.13112 90.406105Q133.64674 89.51548 132.63112 89.51548Q131.83424 89.51548 131.38112 90.124855Q130.94362 90.73423 130.94362 91.95298Z" fill-rule="nonzero"/><path fill="#666666" d="M77.59988 108.92173Q77.16238 109.54673 76.38113 109.85923Q75.59988 110.17173 74.56863 110.17173Q73.53738 110.17173 72.72488 109.687355Q71.91238 109.187355 71.47488 108.281105Q71.03738 107.374855 71.02175 106.187355L71.02175 105.45298Q71.02175 103.51548 71.91238 102.45298Q72.81863 101.39048 74.44363 101.39048Q75.78738 101.39048 76.59988 102.07798Q77.41238 102.76548 77.59988 104.01548L76.47488 104.01548Q76.14675 102.32798 74.45925 102.32798Q73.31863 102.32798 72.7405 103.124855Q72.16238 103.906105 72.14675 105.42173L72.14675 106.10923Q72.14675 107.54673 72.803 108.406105Q73.45925 109.249855 74.58425 109.249855Q75.20925 109.249855 75.678 109.10923Q76.16238 108.968605 76.47488 108.624855L76.47488 106.718605L74.50613 106.718605L74.50613 105.79673L77.59988 105.79673L77.59988 108.92173ZM78.83425 106.812355Q78.83425 105.89048 79.19363 105.14048Q79.56863 104.39048 80.22488 103.999855Q80.88113 103.593605 81.70925 103.593605Q83.00613 103.593605 83.803 104.48423Q84.6155 105.374855 84.6155 106.874855L84.6155 106.95298Q84.6155 107.874855 84.25613 108.60923Q83.89675 109.343605 83.2405 109.76548Q82.58425 110.17173 81.72488 110.17173Q80.44363 110.17173 79.63113 109.281105Q78.83425 108.374855 78.83425 106.89048L78.83425 106.812355ZM79.928 106.95298Q79.928 107.999855 80.41238 108.64048Q80.91238 109.281105 81.72488 109.281105Q82.553 109.281105 83.03738 108.64048Q83.52175 107.98423 83.52175 106.812355Q83.52175 105.781105 83.02175 105.14048Q82.53738 104.48423 81.70925 104.48423Q80.91238 104.48423 80.41238 105.124855Q79.928 105.749855 79.928 106.95298ZM90.59988 102.17173L90.59988 103.70298L91.77175 103.70298L91.77175 104.54673L90.59988 104.54673L90.59988 108.468605Q90.59988 108.85923 90.75613 109.04673Q90.91238 109.23423 91.28738 109.23423Q91.47488 109.23423 91.803 109.17173L91.803 110.04673Q91.38113 110.17173 90.97488 110.17173Q90.25613 110.17173 89.88113 109.73423Q89.50613 109.281105 89.50613 108.468605L89.50613 104.54673L88.34988 104.54673L88.34988 103.70298L89.50613 103.70298L89.50613 102.17173L90.59988 102.17173ZM92.83425 106.812355Q92.83425 105.89048 93.19363 105.14048Q93.56863 104.39048 94.22488 103.999855Q94.88113 103.593605 95.70925 103.593605Q97.00613 103.593605 97.803 104.48423Q98.6155 105.374855 98.6155 106.874855L98.6155 106.95298Q98.6155 107.874855 98.25613 108.60923Q97.89675 109.343605 97.2405 109.76548Q96.58425 110.17173 95.72488 110.17173Q94.44363 110.17173 93.63113 109.281105Q92.83425 108.374855 92.83425 106.89048L92.83425 106.812355ZM93.928 106.95298Q93.928 107.999855 94.41238 108.64048Q94.91238 109.281105 95.72488 109.281105Q96.553 109.281105 97.03738 108.64048Q97.52175 107.98423 97.52175 106.812355Q97.52175 105.781105 97.02175 105.14048Q96.53738 104.48423 95.70925 104.48423Q94.91238 104.48423 94.41238 105.124855Q93.928 105.749855 93.928 106.95298ZM102.83425 106.812355Q102.83425 105.89048 103.19363 105.14048Q103.56863 104.39048 104.22488 103.999855Q104.88113 103.593605 105.70925 103.593605Q107.00613 103.593605 107.803 104.48423Q108.6155 105.374855 108.6155 106.874855L108.6155 106.95298Q108.6155 107.874855 108.25613 108.60923Q107.89675 109.343605 107.2405 109.76548Q106.58425 110.17173 105.72488 110.17173Q104.44363 110.17173 103.63113 109.281105Q102.83425 108.374855 102.83425 106.89048L102.83425 106.812355ZM103.928 106.95298Q103.928 107.999855 104.41238 108.64048Q104.91238 109.281105 105.72488 109.281105Q106.553 109.281105 107.03738 108.64048Q107.52175 107.98423 107.52175 106.812355Q107.52175 105.781105 107.02175 105.14048Q106.53738 104.48423 105.70925 104.48423Q104.91238 104.48423 104.41238 105.124855Q103.928 105.749855 103.928 106.95298ZM111.59988 102.17173L111.59988 103.70298L112.77175 103.70298L112.77175 104.54673L111.59988 104.54673L111.59988 108.468605Q111.59988 108.85923 111.75613 109.04673Q111.91238 109.23423 112.28738 109.23423Q112.47488 109.23423 112.803 109.17173L112.803 110.04673Q112.38113 110.17173 111.97488 110.17173Q111.25613 110.17173 110.88113 109.73423Q110.50613 109.281105 110.50613 108.468605L110.50613 104.54673L109.34988 104.54673L109.34988 103.70298L110.50613 103.70298L110.50613 102.17173L111.59988 102.17173ZM115.20925 104.468605Q115.928 103.593605 117.08425 103.593605Q119.09988 103.593605 119.1155 105.85923L119.1155 110.04673L118.02175 110.04673L118.02175 105.843605Q118.02175 105.17173 117.70925 104.843605Q117.41238 104.51548 116.75613 104.51548Q116.22488 104.51548 115.81863 104.79673Q115.428 105.07798 115.20925 105.531105L115.20925 110.04673L114.13113 110.04673L114.13113 101.04673L115.20925 101.04673L115.20925 104.468605ZM123.75613 110.17173Q122.45925 110.17173 121.64675 109.32798Q120.84988 108.468605 120.84988 107.04673L120.84988 106.85923Q120.84988 105.906105 121.20925 105.17173Q121.56863 104.42173 122.20925 104.01548Q122.8655 103.593605 123.6155 103.593605Q124.84988 103.593605 125.53738 104.406105Q126.22488 105.218605 126.22488 106.73423L126.22488 107.187355L121.928 107.187355Q121.95925 108.124855 122.47488 108.70298Q123.00613 109.281105 123.81863 109.281105Q124.38113 109.281105 124.77175 109.04673Q125.178 108.812355 125.4905 108.42173L126.14675 108.937355Q125.34988 110.17173 123.75613 110.17173ZM123.6155 104.48423Q122.95925 104.48423 122.50613 104.968605Q122.06863 105.437355 121.97488 106.29673L125.14675 106.29673L125.14675 106.218605Q125.09988 105.39048 124.69363 104.937355Q124.303 104.48423 123.6155 104.48423ZM130.19363 104.67173Q129.94363 104.64048 129.66238 104.64048Q128.58426 104.64048 128.20926 105.54673L128.20926 110.04673L127.13113 110.04673L127.13113 103.70298L128.17801 103.70298L128.19363 104.437355Q128.72488 103.593605 129.70926 103.593605Q130.02176 103.593605 130.19363 103.67173L130.19363 104.67173ZM134.81863 108.35923Q134.81863 107.92173 134.47488 107.687355Q134.14676 107.437355 133.31863 107.26548Q132.50613 107.093605 132.02176 106.843605Q131.53738 106.593605 131.30301 106.26548Q131.08426 105.92173 131.08426 105.45298Q131.08426 104.67173 131.74051 104.14048Q132.39676 103.593605 133.42801 103.593605Q134.50613 103.593605 135.16238 104.156105Q135.83426 104.70298 135.83426 105.562355L134.75613 105.562355Q134.75613 105.124855 134.36551 104.812355Q133.99051 104.48423 133.42801 104.48423Q132.83426 104.48423 132.49051 104.749855Q132.16238 104.999855 132.16238 105.406105Q132.16238 105.79673 132.47488 105.999855Q132.78738 106.20298 133.59988 106.39048Q134.41238 106.562355 134.91238 106.812355Q135.41238 107.062355 135.64676 107.42173Q135.89676 107.781105 135.89676 108.281105Q135.89676 109.14048 135.20926 109.656105Q134.53738 110.17173 133.45926 110.17173Q132.69363 110.17173 132.09988 109.906105Q131.52176 109.624855 131.19363 109.14048Q130.86551 108.656105 130.86551 108.093605L131.94363 108.093605Q131.97488 108.64048 132.38113 108.968605Q132.78738 109.281105 133.45926 109.281105Q134.06863 109.281105 134.44363 109.031105Q134.81863 108.781105 134.81863 108.35923Z" fill-rule="nonzero"/><path fill="#666666" d="M48.849876 158.53899Q48.849876 159.78899 48.428 160.72649Q48.006126 161.64836 47.224876 162.14836Q46.45925 162.64836 45.428 162.64836Q44.428 162.64836 43.64675 162.14836Q42.8655 161.64836 42.428 160.74211Q42.006126 159.82024 41.9905 158.60149L41.9905 157.99211Q41.9905 156.75774 42.412376 155.82024Q42.849876 154.88274 43.631126 154.38274Q44.412376 153.86711 45.428 153.86711Q46.443626 153.86711 47.224876 154.36711Q48.006126 154.86711 48.428 155.80461Q48.849876 156.74211 48.849876 157.99211L48.849876 158.53899ZM47.7405 157.97649Q47.7405 156.46086 47.131126 155.64836Q46.52175 154.83586 45.428 154.83586Q44.349876 154.83586 43.7405 155.64836Q43.131126 156.46086 43.1155 157.89836L43.1155 158.53899Q43.1155 160.00774 43.724876 160.85149Q44.349876 161.67961 45.428 161.67961Q46.52175 161.67961 47.1155 160.89836Q47.724876 160.10149 47.7405 158.61711L47.7405 157.97649ZM52.20925 161.05461L53.787376 156.17961L54.89675 156.17961L52.6155 162.52336L51.787376 162.52336L49.4905 156.17961L50.599876 156.17961L52.20925 161.05461ZM58.756126 162.64836Q57.45925 162.64836 56.64675 161.80461Q55.849876 160.94524 55.849876 159.52336L55.849876 159.33586Q55.849876 158.38274 56.20925 157.64836Q56.568626 156.89836 57.20925 156.49211Q57.8655 156.07024 58.6155 156.07024Q59.849876 156.07024 60.537376 156.88274Q61.224876 157.69524 61.224876 159.21086L61.224876 159.66399L56.928 159.66399Q56.95925 160.60149 57.474876 161.17961Q58.006126 161.75774 58.818626 161.75774Q59.381126 161.75774 59.77175 161.52336Q60.178 161.28899 60.4905 160.89836L61.14675 161.41399Q60.349876 162.64836 58.756126 162.64836ZM58.6155 156.96086Q57.95925 156.96086 57.506126 157.44524Q57.068626 157.91399 56.974876 158.77336L60.14675 158.77336L60.14675 158.69524Q60.099876 157.86711 59.693626 157.41399Q59.303 156.96086 58.6155 156.96086ZM65.19363 157.14836Q64.94363 157.11711 64.66238 157.11711Q63.58425 157.11711 63.20925 158.02336L63.20925 162.52336L62.131126 162.52336L62.131126 156.17961L63.178 156.17961L63.193626 156.91399Q63.724876 156.07024 64.70925 156.07024Q65.02175 156.07024 65.19363 156.14836L65.19363 157.14836ZM70.03738 162.52336Q69.94363 162.33586 69.88113 161.85149Q69.13113 162.64836 68.08425 162.64836Q67.14675 162.64836 66.53738 162.11711Q65.94363 161.58586 65.94363 160.75774Q65.94363 159.77336 66.69363 159.22649Q67.44363 158.67961 68.81863 158.67961L69.8655 158.67961L69.8655 158.17961Q69.8655 157.61711 69.52175 157.28899Q69.19363 156.94524 68.52175 156.94524Q67.94363 156.94524 67.553 157.24211Q67.16238 157.52336 67.16238 157.94524L66.06863 157.94524Q66.06863 157.46086 66.39675 157.02336Q66.7405 156.58586 67.31863 156.33586Q67.89675 156.07024 68.58425 156.07024Q69.69363 156.07024 70.303 156.61711Q70.928 157.16399 70.95925 158.11711L70.95925 161.03899Q70.95925 161.91399 71.178 162.42961L71.178 162.52336L70.03738 162.52336ZM68.2405 161.69524Q68.75613 161.69524 69.20925 161.42961Q69.66238 161.16399 69.8655 160.74211L69.8655 159.44524L69.02175 159.44524Q67.02175 159.44524 67.02175 160.61711Q67.02175 161.11711 67.3655 161.41399Q67.70925 161.69524 68.2405 161.69524ZM74.303 162.52336L73.22488 162.52336L73.22488 153.52336L74.303 153.52336L74.303 162.52336ZM77.303 162.52336L76.22488 162.52336L76.22488 153.52336L77.303 153.52336L77.303 162.52336ZM79.08425 164.22649L78.47488 163.80461Q79.02175 163.03899 79.053 162.21086L79.053 161.24211L80.1155 161.24211L80.1155 162.08586Q80.1155 162.67961 79.81863 163.27336Q79.52175 163.86711 79.08425 164.22649ZM85.50613 162.52336L84.38113 162.52336L84.38113 153.99211L85.50613 153.99211L85.50613 162.52336ZM87.78738 154.17961L87.66238 156.33586L86.91238 156.33586L86.91238 153.52336L87.78738 153.52336L87.78738 154.17961ZM90.14675 156.17961L90.178 156.88274Q90.8655 156.07024 92.053 156.07024Q93.38113 156.07024 93.8655 157.08586Q94.178 156.63274 94.678 156.35149Q95.19363 156.07024 95.88113 156.07024Q97.97488 156.07024 98.00613 158.27336L98.00613 162.52336L96.928 162.52336L96.928 158.33586Q96.928 157.66399 96.6155 157.33586Q96.303 156.99211 95.56863 156.99211Q94.95925 156.99211 94.553 157.35149Q94.16238 157.71086 94.09988 158.32024L94.09988 162.52336L93.02175 162.52336L93.02175 158.36711Q93.02175 156.99211 91.66238 156.99211Q90.59988 156.99211 90.20925 157.89836L90.20925 162.52336L89.1155 162.52336L89.1155 156.17961L90.14675 156.17961ZM104.20925 156.94524Q104.928 156.07024 106.08425 156.07024Q108.09988 156.07024 108.1155 158.33586L108.1155 162.52336L107.02175 162.52336L107.02175 158.32024Q107.02175 157.64836 106.70925 157.32024Q106.41238 156.99211 105.75613 156.99211Q105.22488 156.99211 104.81863 157.27336Q104.428 157.55461 104.20925 158.00774L104.20925 162.52336L103.13113 162.52336L103.13113 153.52336L104.20925 153.52336L104.20925 156.94524ZM114.03738 162.52336Q113.94363 162.33586 113.88113 161.85149Q113.13113 162.64836 112.08425 162.64836Q111.14675 162.64836 110.53738 162.11711Q109.94363 161.58586 109.94363 160.75774Q109.94363 159.77336 110.69363 159.22649Q111.44363 158.67961 112.81863 158.67961L113.8655 158.67961L113.8655 158.17961Q113.8655 157.61711 113.52175 157.28899Q113.19363 156.94524 112.52175 156.94524Q111.94363 156.94524 111.553 157.24211Q111.16238 157.52336 111.16238 157.94524L110.06863 157.94524Q110.06863 157.46086 110.39675 157.02336Q110.7405 156.58586 111.31863 156.33586Q111.89675 156.07024 112.58425 156.07024Q113.69363 156.07024 114.303 156.61711Q114.928 157.16399 114.95925 158.11711L114.95925 161.03899Q114.95925 161.91399 115.178 162.42961L115.178 162.52336L114.03738 162.52336ZM112.2405 161.69524Q112.75613 161.69524 113.20925 161.42961Q113.66238 161.16399 113.8655 160.74211L113.8655 159.44524L113.02175 159.44524Q111.02175 159.44524 111.02175 160.61711Q111.02175 161.11711 111.3655 161.41399Q111.70925 161.69524 112.2405 161.69524ZM122.47488 159.42961Q122.47488 160.86711 121.81863 161.75774Q121.16238 162.64836 120.02175 162.64836Q118.8655 162.64836 118.20925 161.91399L118.20925 164.96086L117.13113 164.96086L117.13113 156.17961L118.1155 156.17961L118.16238 156.88274Q118.83425 156.07024 120.00613 156.07024Q121.14675 156.07024 121.803 156.92961Q122.47488 157.78899 122.47488 159.32024L122.47488 159.42961ZM121.39675 159.30461Q121.39675 158.22649 120.928 157.61711Q120.47488 156.99211 119.678 156.99211Q118.69363 156.99211 118.20925 157.85149L118.20925 160.88274Q118.69363 161.75774 119.69363 161.75774Q120.47488 161.75774 120.928 161.14836Q121.39675 160.52336 121.39675 159.30461ZM129.47488 159.42961Q129.47488 160.86711 128.81863 161.75774Q128.16238 162.64836 127.02175 162.64836Q125.8655 162.64836 125.20925 161.91399L125.20925 164.96086L124.13113 164.96086L124.13113 156.17961L125.1155 156.17961L125.16238 156.88274Q125.83425 156.07024 127.00613 156.07024Q128.14676 156.07024 128.80301 156.92961Q129.47488 157.78899 129.47488 159.32024L129.47488 159.42961ZM128.39676 159.30461Q128.39676 158.22649 127.928 157.61711Q127.47488 156.99211 126.678 156.99211Q125.69363 156.99211 125.20925 157.85149L125.20925 160.88274Q125.69363 161.75774 126.69363 161.75774Q127.47488 161.75774 127.928 161.14836Q128.39676 160.52336 128.39676 159.30461ZM133.19363 160.92961L134.67801 156.17961L135.83426 156.17961L133.28738 163.50774Q132.69363 165.08586 131.41238 165.08586L131.19363 165.07024L130.80301 164.99211L130.80301 164.11711L131.08426 164.13274Q131.64676 164.13274 131.94363 163.91399Q132.25613 163.69524 132.45926 163.10149L132.69363 162.44524L130.42801 156.17961L131.61551 156.17961L133.19363 160.92961Z" fill-rule="nonzero"/><path fill="#666666" d="M101.7405 176.02336L102.95925 171.17961L104.03738 171.17961L102.19363 177.52336L101.31863 177.52336L99.77175 172.71086L98.27175 177.52336L97.39675 177.52336L95.553 171.17961L96.63113 171.17961L97.88113 175.92961L99.3655 171.17961L100.22488 171.17961L101.7405 176.02336ZM106.303 177.52336L105.22488 177.52336L105.22488 171.17961L106.303 171.17961L106.303 177.52336ZM105.13113 169.50774Q105.13113 169.24211 105.28738 169.05461Q105.45925 168.86711 105.77175 168.86711Q106.08425 168.86711 106.2405 169.05461Q106.41238 169.24211 106.41238 169.50774Q106.41238 169.75774 106.2405 169.94524Q106.08425 170.11711 105.77175 170.11711Q105.45925 170.11711 105.28738 169.94524Q105.13113 169.75774 105.13113 169.50774ZM109.59988 169.64836L109.59988 171.17961L110.77175 171.17961L110.77175 172.02336L109.59988 172.02336L109.59988 175.94524Q109.59988 176.33586 109.75613 176.52336Q109.91238 176.71086 110.28738 176.71086Q110.47488 176.71086 110.803 176.64836L110.803 177.52336Q110.38113 177.64836 109.97488 177.64836Q109.25613 177.64836 108.88113 177.21086Q108.50613 176.75774 108.50613 175.94524L108.50613 172.02336L107.34988 172.02336L107.34988 171.17961L108.50613 171.17961L108.50613 169.64836L109.59988 169.64836ZM113.20925 171.94524Q113.928 171.07024 115.08425 171.07024Q117.09988 171.07024 117.1155 173.33586L117.1155 177.52336L116.02175 177.52336L116.02175 173.32024Q116.02175 172.64836 115.70925 172.32024Q115.41238 171.99211 114.75613 171.99211Q114.22488 171.99211 113.81863 172.27336Q113.428 172.55461 113.20925 173.00774L113.20925 177.52336L112.13113 177.52336L112.13113 168.52336L113.20925 168.52336L113.20925 171.94524ZM128.59988 176.39836Q128.16238 177.02336 127.38113 177.33586Q126.59988 177.64836 125.56863 177.64836Q124.53738 177.64836 123.72488 177.16399Q122.91238 176.66399 122.47488 175.75774Q122.03738 174.85149 122.02175 173.66399L122.02175 172.92961Q122.02175 170.99211 122.91238 169.92961Q123.81863 168.86711 125.44363 168.86711Q126.78738 168.86711 127.59988 169.55461Q128.41238 170.24211 128.59988 171.49211L127.47488 171.49211Q127.14675 169.80461 125.45925 169.80461Q124.31863 169.80461 123.7405 170.60149Q123.16238 171.38274 123.14675 172.89836L123.14675 173.58586Q123.14675 175.02336 123.803 175.88274Q124.45925 176.72649 125.58425 176.72649Q126.20925 176.72649 126.678 176.58586Q127.16238 176.44524 127.47488 176.10149L127.47488 174.19524L125.50613 174.19524L125.50613 173.27336L128.59988 173.27336L128.59988 176.39836ZM129.83426 174.28899Q129.83426 173.36711 130.19363 172.61711Q130.56863 171.86711 131.22488 171.47649Q131.88113 171.07024 132.70926 171.07024Q134.00613 171.07024 134.80301 171.96086Q135.61551 172.85149 135.61551 174.35149L135.61551 174.42961Q135.61551 175.35149 135.25613 176.08586Q134.89676 176.82024 134.24051 177.24211Q133.58426 177.64836 132.72488 177.64836Q131.44363 177.64836 130.63113 176.75774Q129.83426 175.85149 129.83426 174.36711L129.83426 174.28899ZM130.92801 174.42961Q130.92801 175.47649 131.41238 176.11711Q131.91238 176.75774 132.72488 176.75774Q133.55301 176.75774 134.03738 176.11711Q134.52176 175.46086 134.52176 174.28899Q134.52176 173.25774 134.02176 172.61711Q133.53738 171.96086 132.70926 171.96086Q131.91238 171.96086 131.41238 172.60149Q130.92801 173.22649 130.92801 174.42961Z" fill-rule="nonzero"/><path fill="#666666" d="M29.506124 222.5L28.381124 222.5L28.381124 213.96875L29.506124 213.96875L29.506124 222.5ZM39.7405 221.0L40.95925 216.15625L42.037376 216.15625L40.193626 222.5L39.318626 222.5L37.77175 217.6875L36.27175 222.5L35.39675 222.5L33.553 216.15625L34.631126 216.15625L35.881126 220.90625L37.3655 216.15625L38.224876 216.15625L39.7405 221.0ZM42.83425 219.26562Q42.83425 218.34375 43.193626 217.59375Q43.568626 216.84375 44.224876 216.45312Q44.881126 216.04688 45.70925 216.04688Q47.006126 216.04688 47.803 216.9375Q48.6155 217.82812 48.6155 219.32812L48.6155 219.40625Q48.6155 220.32812 48.256126 221.0625Q47.89675 221.79688 47.2405 222.21875Q46.58425 222.625 45.724876 222.625Q44.443626 222.625 43.631126 221.73438Q42.83425 220.82812 42.83425 219.34375L42.83425 219.26562ZM43.928 219.40625Q43.928 220.45312 44.412376 221.09375Q44.912376 221.73438 45.724876 221.73438Q46.553 221.73438 47.037376 221.09375Q47.52175 220.4375 47.52175 219.26562Q47.52175 218.23438 47.02175 217.59375Q46.537376 216.9375 45.70925 216.9375Q44.912376 216.9375 44.412376 217.57812Q43.928 218.20312 43.928 219.40625ZM54.037376 221.875Q53.412376 222.625 52.178 222.625Q51.162376 222.625 50.631126 222.03125Q50.099876 221.4375 50.099876 220.28125L50.099876 216.15625L51.178 216.15625L51.178 220.25Q51.178 221.70312 52.349876 221.70312Q53.599876 221.70312 54.006126 220.76562L54.006126 216.15625L55.099876 216.15625L55.099876 222.5L54.068626 222.5L54.037376 221.875ZM58.303 222.5L57.224876 222.5L57.224876 213.5L58.303 213.5L58.303 222.5ZM59.8655 219.28125Q59.8655 217.8125 60.553 216.9375Q61.2405 216.04688 62.3655 216.04688Q63.474876 216.04688 64.13113 216.79688L64.13113 213.5L65.20925 213.5L65.20925 222.5L64.20925 222.5L64.16238 221.8125Q63.506126 222.625 62.349876 222.625Q61.256126 222.625 60.553 221.71875Q59.8655 220.8125 59.8655 219.35938L59.8655 219.28125ZM60.943626 219.40625Q60.943626 220.48438 61.381126 221.09375Q61.83425 221.70312 62.6155 221.70312Q63.64675 221.70312 64.13113 220.76562L64.13113 217.85938Q63.64675 216.96875 62.631126 216.96875Q61.83425 216.96875 61.381126 217.57812Q60.943626 218.1875 60.943626 219.40625ZM75.47488 219.40625Q75.47488 220.84375 74.81863 221.73438Q74.16238 222.625 73.02175 222.625Q71.8655 222.625 71.20925 221.89062L71.20925 224.9375L70.13113 224.9375L70.13113 216.15625L71.1155 216.15625L71.16238 216.85938Q71.83425 216.04688 73.00613 216.04688Q74.14675 216.04688 74.803 216.90625Q75.47488 217.76562 75.47488 219.29688L75.47488 219.40625ZM74.39675 219.28125Q74.39675 218.20312 73.928 217.59375Q73.47488 216.96875 72.678 216.96875Q71.69363 216.96875 71.20925 217.82812L71.20925 220.85938Q71.69363 221.73438 72.69363 221.73438Q73.47488 221.73438 73.928 221.125Q74.39675 220.5 74.39675 219.28125ZM80.19363 217.125Q79.94363 217.09375 79.66238 217.09375Q78.58425 217.09375 78.20925 218.0L78.20925 222.5L77.13113 222.5L77.13113 216.15625L78.178 216.15625L78.19363 216.89062Q78.72488 216.04688 79.70925 216.04688Q80.02175 216.04688 80.19363 216.125L80.19363 217.125ZM83.75613 222.625Q82.45925 222.625 81.64675 221.78125Q80.84988 220.92188 80.84988 219.5L80.84988 219.3125Q80.84988 218.35938 81.20925 217.625Q81.56863 216.875 82.20925 216.46875Q82.8655 216.04688 83.6155 216.04688Q84.84988 216.04688 85.53738 216.85938Q86.22488 217.67188 86.22488 219.1875L86.22488 219.64062L81.928 219.64062Q81.95925 220.57812 82.47488 221.15625Q83.00613 221.73438 83.81863 221.73438Q84.38113 221.73438 84.77175 221.5Q85.178 221.26562 85.4905 220.875L86.14675 221.39062Q85.34988 222.625 83.75613 222.625ZM83.6155 216.9375Q82.95925 216.9375 82.50613 217.42188Q82.06863 217.89062 81.97488 218.75L85.14675 218.75L85.14675 218.67188Q85.09988 217.84375 84.69363 217.39062Q84.303 216.9375 83.6155 216.9375ZM87.66238 222.5L87.66238 217.0L86.66238 217.0L86.66238 216.15625L87.66238 216.15625L87.66238 215.51562Q87.66238 214.48438 88.19363 213.9375Q88.7405 213.375 89.7405 213.375Q90.1155 213.375 90.4905 213.46875L90.428 214.35938Q90.14675 214.29688 89.84988 214.29688Q89.31863 214.29688 89.02175 214.60938Q88.7405 214.92188 88.7405 215.48438L88.7405 216.15625L90.09988 216.15625L90.09988 217.0L88.7405 217.0L88.7405 222.5L87.66238 222.5ZM93.75613 222.625Q92.45925 222.625 91.64675 221.78125Q90.84988 220.92188 90.84988 219.5L90.84988 219.3125Q90.84988 218.35938 91.20925 217.625Q91.56863 216.875 92.20925 216.46875Q92.8655 216.04688 93.6155 216.04688Q94.84988 216.04688 95.53738 216.85938Q96.22488 217.67188 96.22488 219.1875L96.22488 219.64062L91.928 219.64062Q91.95925 220.57812 92.47488 221.15625Q93.00613 221.73438 93.81863 221.73438Q94.38113 221.73438 94.77175 221.5Q95.178 221.26562 95.4905 220.875L96.14675 221.39062Q95.34988 222.625 93.75613 222.625ZM93.6155 216.9375Q92.95925 216.9375 92.50613 217.42188Q92.06863 217.89062 91.97488 218.75L95.14675 218.75L95.14675 218.67188Q95.09988 217.84375 94.69363 217.39062Q94.303 216.9375 93.6155 216.9375ZM100.19363 217.125Q99.94363 217.09375 99.66238 217.09375Q98.58425 217.09375 98.20925 218.0L98.20925 222.5L97.13113 222.5L97.13113 216.15625L98.178 216.15625L98.19363 216.89062Q98.72488 216.04688 99.70925 216.04688Q100.02175 216.04688 100.19363 216.125L100.19363 217.125ZM105.59988 214.625L105.59988 216.15625L106.77175 216.15625L106.77175 217.0L105.59988 217.0L105.59988 220.92188Q105.59988 221.3125 105.75613 221.5Q105.91238 221.6875 106.28738 221.6875Q106.47488 221.6875 106.803 221.625L106.803 222.5Q106.38113 222.625 105.97488 222.625Q105.25613 222.625 104.88113 222.1875Q104.50613 221.73438 104.50613 220.92188L104.50613 217.0L103.34988 217.0L103.34988 216.15625L104.50613 216.15625L104.50613 214.625L105.59988 214.625ZM107.83425 219.26562Q107.83425 218.34375 108.19363 217.59375Q108.56863 216.84375 109.22488 216.45312Q109.88113 216.04688 110.70925 216.04688Q112.00613 216.04688 112.803 216.9375Q113.6155 217.82812 113.6155 219.32812L113.6155 219.40625Q113.6155 220.32812 113.25613 221.0625Q112.89675 221.79688 112.2405 222.21875Q111.58425 222.625 110.72488 222.625Q109.44363 222.625 108.63113 221.73438Q107.83425 220.82812 107.83425 219.34375L107.83425 219.26562ZM108.928 219.40625Q108.928 220.45312 109.41238 221.09375Q109.91238 221.73438 110.72488 221.73438Q111.553 221.73438 112.03738 221.09375Q112.52175 220.4375 112.52175 219.26562Q112.52175 218.23438 112.02175 217.59375Q111.53738 216.9375 110.70925 216.9375Q109.91238 216.9375 109.41238 217.57812Q108.928 218.20312 108.928 219.40625ZM122.03738 221.875Q121.41238 222.625 120.178 222.625Q119.16238 222.625 118.63113 222.03125Q118.09988 221.4375 118.09988 220.28125L118.09988 216.15625L119.178 216.15625L119.178 220.25Q119.178 221.70312 120.34988 221.70312Q121.59988 221.70312 122.00613 220.76562L122.00613 216.15625L123.09988 216.15625L123.09988 222.5L122.06863 222.5L122.03738 221.875ZM128.81863 220.8125Q128.81863 220.375 128.47488 220.14062Q128.14676 219.89062 127.31863 219.71875Q126.50613 219.54688 126.02175 219.29688Q125.53738 219.04688 125.303 218.71875Q125.08425 218.375 125.08425 217.90625Q125.08425 217.125 125.7405 216.59375Q126.39675 216.04688 127.428 216.04688Q128.50613 216.04688 129.16238 216.60938Q129.83426 217.15625 129.83426 218.01562L128.75613 218.01562Q128.75613 217.57812 128.36551 217.26562Q127.9905 216.9375 127.428 216.9375Q126.83425 216.9375 126.4905 217.20312Q126.16238 217.45312 126.16238 217.85938Q126.16238 218.25 126.47488 218.45312Q126.78738 218.65625 127.59988 218.84375Q128.41238 219.01562 128.91238 219.26562Q129.41238 219.51562 129.64676 219.875Q129.89676 220.23438 129.89676 220.73438Q129.89676 221.59375 129.20926 222.10938Q128.53738 222.625 127.45925 222.625Q126.69363 222.625 126.09988 222.35938Q125.52175 222.07812 125.19363 221.59375Q124.8655 221.10938 124.8655 220.54688L125.94363 220.54688Q125.97488 221.09375 126.38113 221.42188Q126.78738 221.73438 127.45925 221.73438Q128.06863 221.73438 128.44363 221.48438Q128.81863 221.23438 128.81863 220.8125ZM133.75612 222.625Q132.45924 222.625 131.64674 221.78125Q130.84987 220.92188 130.84987 219.5L130.84987 219.3125Q130.84987 218.35938 131.20924 217.625Q131.56862 216.875 132.20924 216.46875Q132.8655 216.04688 133.6155 216.04688Q134.84987 216.04688 135.53737 216.85938Q136.22487 217.67188 136.22487 219.1875L136.22487 219.64062L131.928 219.64062Q131.95924 220.57812 132.47487 221.15625Q133.00612 221.73438 133.81862 221.73438Q134.38112 221.73438 134.77174 221.5Q135.178 221.26562 135.4905 220.875L136.14674 221.39062Q135.34987 222.625 133.75612 222.625ZM133.6155 216.9375Q132.95924 216.9375 132.50612 217.42188Q132.06862 217.89062 131.97487 218.75L135.14674 218.75L135.14674 218.67188Q135.09987 217.84375 134.69362 217.39062Q134.303 216.9375 133.6155 216.9375Z" fill-rule="nonzero"/><path fill="#666666" d="M39.599876 236.375Q39.162376 237.0 38.381126 237.3125Q37.599876 237.625 36.568626 237.625Q35.537376 237.625 34.724876 237.14062Q33.912376 236.64062 33.474876 235.73438Q33.037376 234.82812 33.02175 233.64062L33.02175 232.90625Q33.02175 230.96875 33.912376 229.90625Q34.818626 228.84375 36.443626 228.84375Q37.787376 228.84375 38.599876 229.53125Q39.412376 230.21875 39.599876 231.46875L38.474876 231.46875Q38.14675 229.78125 36.45925 229.78125Q35.318626 229.78125 34.7405 230.57812Q34.162376 231.35938 34.14675 232.875L34.14675 233.5625Q34.14675 235.0 34.803 235.85938Q35.45925 236.70312 36.58425 236.70312Q37.20925 236.70312 37.678 236.5625Q38.162376 236.42188 38.474876 236.07812L38.474876 234.17188L36.506126 234.17188L36.506126 233.25L39.599876 233.25L39.599876 236.375ZM40.83425 234.26562Q40.83425 233.34375 41.193626 232.59375Q41.568626 231.84375 42.224876 231.45312Q42.881126 231.04688 43.70925 231.04688Q45.006126 231.04688 45.803 231.9375Q46.6155 232.82812 46.6155 234.32812L46.6155 234.40625Q46.6155 235.32812 46.256126 236.0625Q45.89675 236.79688 45.2405 237.21875Q44.58425 237.625 43.724876 237.625Q42.443626 237.625 41.631126 236.73438Q40.83425 235.82812 40.83425 234.34375L40.83425 234.26562ZM41.928 234.40625Q41.928 235.45312 42.412376 236.09375Q42.912376 236.73438 43.724876 236.73438Q44.553 236.73438 45.037376 236.09375Q45.52175 235.4375 45.52175 234.26562Q45.52175 233.23438 45.02175 232.59375Q44.537376 231.9375 43.70925 231.9375Q42.912376 231.9375 42.412376 232.57812Q41.928 233.20312 41.928 234.40625ZM51.662376 237.5L51.662376 232.0L50.662376 232.0L50.662376 231.15625L51.662376 231.15625L51.662376 230.51562Q51.662376 229.48438 52.193626 228.9375Q52.7405 228.375 53.7405 228.375Q54.1155 228.375 54.4905 228.46875L54.428 229.35938Q54.14675 229.29688 53.849876 229.29688Q53.318626 229.29688 53.02175 229.60938Q52.7405 229.92188 52.7405 230.48438L52.7405 231.15625L54.099876 231.15625L54.099876 232.0L52.7405 232.0L52.7405 237.5L51.662376 237.5ZM54.83425 234.26562Q54.83425 233.34375 55.193626 232.59375Q55.568626 231.84375 56.224876 231.45312Q56.881126 231.04688 57.70925 231.04688Q59.006126 231.04688 59.803 231.9375Q60.6155 232.82812 60.6155 234.32812L60.6155 234.40625Q60.6155 235.32812 60.256126 236.0625Q59.89675 236.79688 59.2405 237.21875Q58.58425 237.625 57.724876 237.625Q56.443626 237.625 55.631126 236.73438Q54.83425 235.82812 54.83425 234.34375L54.83425 234.26562ZM55.928 234.40625Q55.928 235.45312 56.412376 236.09375Q56.912376 236.73438 57.724876 236.73438Q58.553 236.73438 59.037376 236.09375Q59.52175 235.4375 59.52175 234.26562Q59.52175 233.23438 59.02175 232.59375Q58.537376 231.9375 57.70925 231.9375Q56.912376 231.9375 56.412376 232.57812Q55.928 233.20312 55.928 234.40625ZM65.19363 232.125Q64.94363 232.09375 64.66238 232.09375Q63.58425 232.09375 63.20925 233.0L63.20925 237.5L62.131126 237.5L62.131126 231.15625L63.178 231.15625L63.193626 231.89062Q63.724876 231.04688 64.70925 231.04688Q65.02175 231.04688 65.19363 231.125L65.19363 232.125ZM70.14675 231.15625L70.178 231.85938Q70.8655 231.04688 72.053 231.04688Q73.38113 231.04688 73.8655 232.0625Q74.178 231.60938 74.678 231.32812Q75.19363 231.04688 75.88113 231.04688Q77.97488 231.04688 78.00613 233.25L78.00613 237.5L76.928 237.5L76.928 233.3125Q76.928 232.64062 76.6155 232.3125Q76.303 231.96875 75.56863 231.96875Q74.95925 231.96875 74.553 232.32812Q74.16238 232.6875 74.09988 233.29688L74.09988 237.5L73.02175 237.5L73.02175 233.34375Q73.02175 231.96875 71.66238 231.96875Q70.59988 231.96875 70.20925 232.875L70.20925 237.5L69.1155 237.5L69.1155 231.15625L70.14675 231.15625ZM82.19363 235.90625L83.678 231.15625L84.83425 231.15625L82.28738 238.48438Q81.69363 240.0625 80.41238 240.0625L80.19363 240.04688L79.803 239.96875L79.803 239.09375L80.08425 239.10938Q80.64675 239.10938 80.94363 238.89062Q81.25613 238.67188 81.45925 238.07812L81.69363 237.42188L79.428 231.15625L80.6155 231.15625L82.19363 235.90625ZM90.14675 231.15625L90.178 231.95312Q90.91238 231.04688 92.08425 231.04688Q94.09988 231.04688 94.1155 233.3125L94.1155 237.5L93.02175 237.5L93.02175 233.29688Q93.02175 232.625 92.70925 232.29688Q92.41238 231.96875 91.75613 231.96875Q91.22488 231.96875 90.81863 232.25Q90.428 232.53125 90.20925 232.98438L90.20925 237.5L89.13113 237.5L89.13113 231.15625L90.14675 231.15625ZM98.75613 237.625Q97.45925 237.625 96.64675 236.78125Q95.84988 235.92188 95.84988 234.5L95.84988 234.3125Q95.84988 233.35938 96.20925 232.625Q96.56863 231.875 97.20925 231.46875Q97.8655 231.04688 98.6155 231.04688Q99.84988 231.04688 100.53738 231.85938Q101.22488 232.67188 101.22488 234.1875L101.22488 234.64062L96.928 234.64062Q96.95925 235.57812 97.47488 236.15625Q98.00613 236.73438 98.81863 236.73438Q99.38113 236.73438 99.77175 236.5Q100.178 236.26562 100.4905 235.875L101.14675 236.39062Q100.34988 237.625 98.75613 237.625ZM98.6155 231.9375Q97.95925 231.9375 97.50613 232.42188Q97.06863 232.89062 96.97488 233.75L100.14675 233.75L100.14675 233.67188Q100.09988 232.84375 99.69363 232.39062Q99.303 231.9375 98.6155 231.9375ZM104.25613 233.46875L105.66238 231.15625L106.928 231.15625L104.84988 234.29688L106.9905 237.5L105.7405 237.5L104.27175 235.125L102.803 237.5L101.53738 237.5L103.678 234.29688L101.6155 231.15625L102.8655 231.15625L104.25613 233.46875ZM109.59988 229.625L109.59988 231.15625L110.77175 231.15625L110.77175 232.0L109.59988 232.0L109.59988 235.92188Q109.59988 236.3125 109.75613 236.5Q109.91238 236.6875 110.28738 236.6875Q110.47488 236.6875 110.803 236.625L110.803 237.5Q110.38113 237.625 109.97488 237.625Q109.25613 237.625 108.88113 237.1875Q108.50613 236.73438 108.50613 235.92188L108.50613 232.0L107.34988 232.0L107.34988 231.15625L108.50613 231.15625L108.50613 229.625L109.59988 229.625ZM116.14675 231.15625L116.178 231.95312Q116.91238 231.04688 118.08425 231.04688Q120.09988 231.04688 120.1155 233.3125L120.1155 237.5L119.02175 237.5L119.02175 233.29688Q119.02175 232.625 118.70925 232.29688Q118.41238 231.96875 117.75613 231.96875Q117.22488 231.96875 116.81863 232.25Q116.428 232.53125 116.20925 232.98438L116.20925 237.5L115.13113 237.5L115.13113 231.15625L116.14675 231.15625ZM124.75613 237.625Q123.45925 237.625 122.64675 236.78125Q121.84988 235.92188 121.84988 234.5L121.84988 234.3125Q121.84988 233.35938 122.20925 232.625Q122.56863 231.875 123.20925 231.46875Q123.8655 231.04688 124.6155 231.04688Q125.84988 231.04688 126.53738 231.85938Q127.22488 232.67188 127.22488 234.1875L127.22488 234.64062L122.928 234.64062Q122.95925 235.57812 123.47488 236.15625Q124.00613 236.73438 124.81863 236.73438Q125.38113 236.73438 125.77175 236.5Q126.178 236.26562 126.4905 235.875L127.14675 236.39062Q126.34988 237.625 124.75613 237.625ZM124.6155 231.9375Q123.95925 231.9375 123.50613 232.42188Q123.06863 232.89062 122.97488 233.75L126.14675 233.75L126.14675 233.67188Q126.09988 232.84375 125.69363 232.39062Q125.303 231.9375 124.6155 231.9375ZM133.74051 236.0L134.95926 231.15625L136.03738 231.15625L134.19363 237.5L133.31863 237.5L131.77176 232.6875L130.27176 237.5L129.39676 237.5L127.553 231.15625L128.63113 231.15625L129.88113 235.90625L131.36551 231.15625L132.22488 231.15625L133.74051 236.0Z" fill-rule="nonzero"/><path fill="#666666" d="M105.47488 249.40625Q105.47488 250.84375 104.81863 251.73438Q104.16238 252.625 103.02175 252.625Q101.8655 252.625 101.20925 251.89062L101.20925 254.9375L100.13113 254.9375L100.13113 246.15625L101.1155 246.15625L101.16238 246.85938Q101.83425 246.04688 103.00613 246.04688Q104.14675 246.04688 104.803 246.90625Q105.47488 247.76562 105.47488 249.29688L105.47488 249.40625ZM104.39675 249.28125Q104.39675 248.20312 103.928 247.59375Q103.47488 246.96875 102.678 246.96875Q101.69363 246.96875 101.20925 247.82812L101.20925 250.85938Q101.69363 251.73438 102.69363 251.73438Q103.47488 251.73438 103.928 251.125Q104.39675 250.5 104.39675 249.28125ZM110.19363 247.125Q109.94363 247.09375 109.66238 247.09375Q108.58425 247.09375 108.20925 248.0L108.20925 252.5L107.13113 252.5L107.13113 246.15625L108.178 246.15625L108.19363 246.89062Q108.72488 246.04688 109.70925 246.04688Q110.02175 246.04688 110.19363 246.125L110.19363 247.125ZM110.83425 249.26562Q110.83425 248.34375 111.19363 247.59375Q111.56863 246.84375 112.22488 246.45312Q112.88113 246.04688 113.70925 246.04688Q115.00613 246.04688 115.803 246.9375Q116.6155 247.82812 116.6155 249.32812L116.6155 249.40625Q116.6155 250.32812 116.25613 251.0625Q115.89675 251.79688 115.2405 252.21875Q114.58425 252.625 113.72488 252.625Q112.44363 252.625 111.63113 251.73438Q110.83425 250.82812 110.83425 249.34375L110.83425 249.26562ZM111.928 249.40625Q111.928 250.45312 112.41238 251.09375Q112.91238 251.73438 113.72488 251.73438Q114.553 251.73438 115.03738 251.09375Q115.52175 250.4375 115.52175 249.26562Q115.52175 248.23438 115.02175 247.59375Q114.53738 246.9375 113.70925 246.9375Q112.91238 246.9375 112.41238 247.57812Q111.928 248.20312 111.928 249.40625ZM119.2405 246.15625L119.2405 253.23438Q119.2405 255.0625 117.58425 255.0625Q117.22488 255.0625 116.928 254.95312L116.928 254.09375Q117.1155 254.14062 117.41238 254.14062Q117.77175 254.14062 117.95925 253.9375Q118.16238 253.75 118.16238 253.25L118.16238 246.15625L119.2405 246.15625ZM118.053 244.48438Q118.053 244.21875 118.20925 244.03125Q118.3655 243.84375 118.678 243.84375Q118.9905 243.84375 119.14675 244.03125Q119.31863 244.21875 119.31863 244.48438Q119.31863 244.73438 119.14675 244.92188Q118.9905 245.09375 118.678 245.09375Q118.3655 245.09375 118.20925 244.92188Q118.053 244.73438 118.053 244.48438ZM123.75613 252.625Q122.45925 252.625 121.64675 251.78125Q120.84988 250.92188 120.84988 249.5L120.84988 249.3125Q120.84988 248.35938 121.20925 247.625Q121.56863 246.875 122.20925 246.46875Q122.8655 246.04688 123.6155 246.04688Q124.84988 246.04688 125.53738 246.85938Q126.22488 247.67188 126.22488 249.1875L126.22488 249.64062L121.928 249.64062Q121.95925 250.57812 122.47488 251.15625Q123.00613 251.73438 123.81863 251.73438Q124.38113 251.73438 124.77175 251.5Q125.178 251.26562 125.4905 250.875L126.14675 251.39062Q125.34988 252.625 123.75613 252.625ZM123.6155 246.9375Q122.95925 246.9375 122.50613 247.42188Q122.06863 247.89062 121.97488 248.75L125.14675 248.75L125.14675 248.67188Q125.09988 247.84375 124.69363 247.39062Q124.303 246.9375 123.6155 246.9375ZM129.66238 251.73438Q130.24051 251.73438 130.67801 251.39062Q131.11551 251.03125 131.16238 250.5L132.19363 250.5Q132.16238 251.04688 131.80301 251.54688Q131.45926 252.03125 130.88113 252.32812Q130.31863 252.625 129.66238 252.625Q128.36551 252.625 127.59988 251.76562Q126.84988 250.89062 126.84988 249.39062L126.84988 249.20312Q126.84988 248.28125 127.178 247.5625Q127.52175 246.84375 128.14676 246.45312Q128.78738 246.04688 129.66238 246.04688Q130.72488 246.04688 131.42801 246.6875Q132.14676 247.3125 132.19363 248.34375L131.16238 248.34375Q131.11551 247.71875 130.69363 247.32812Q130.27176 246.9375 129.66238 246.9375Q128.83426 246.9375 128.38113 247.53125Q127.928 248.125 127.928 249.25L127.928 249.45312Q127.928 250.54688 128.38113 251.14062Q128.83426 251.73438 129.66238 251.73438ZM134.59988 244.625L134.59988 246.15625L135.77176 246.15625L135.77176 247.0L134.59988 247.0L134.59988 250.92188Q134.59988 251.3125 134.75613 251.5Q134.91238 251.6875 135.28738 251.6875Q135.47488 251.6875 135.80301 251.625L135.80301 252.5Q135.38113 252.625 134.97488 252.625Q134.25613 252.625 133.88113 252.1875Q133.50613 251.73438 133.50613 250.92188L133.50613 247.0L132.34988 247.0L132.34988 246.15625L133.50613 246.15625L133.50613 244.625L134.59988 244.625Z" fill-rule="nonzero"/><path fill="#666666" d="M28.599874 296.35162Q28.162374 296.97662 27.381124 297.28912Q26.599874 297.60162 25.568624 297.60162Q24.537374 297.60162 23.724874 297.11725Q22.912374 296.61725 22.474874 295.711Q22.037374 294.80475 22.02175 293.61725L22.02175 292.88287Q22.02175 290.94537 22.912374 289.88287Q23.818624 288.82037 25.443624 288.82037Q26.787374 288.82037 27.599874 289.50787Q28.412374 290.19537 28.599874 291.44537L27.474874 291.44537Q27.14675 289.75787 25.45925 289.75787Q24.318624 289.75787 23.7405 290.55475Q23.162374 291.336 23.14675 292.85162L23.14675 293.53912Q23.14675 294.97662 23.803 295.836Q24.45925 296.67975 25.58425 296.67975Q26.20925 296.67975 26.678 296.53912Q27.162374 296.3985 27.474874 296.05475L27.474874 294.1485L25.506124 294.1485L25.506124 293.22662L28.599874 293.22662L28.599874 296.35162ZM29.83425 294.24225Q29.83425 293.32037 30.193624 292.57037Q30.568624 291.82037 31.224874 291.42975Q31.881124 291.0235 32.70925 291.0235Q34.006126 291.0235 34.803 291.91412Q35.6155 292.80475 35.6155 294.30475L35.6155 294.38287Q35.6155 295.30475 35.256126 296.03912Q34.89675 296.7735 34.2405 297.19537Q33.58425 297.60162 32.724876 297.60162Q31.443624 297.60162 30.631124 296.711Q29.83425 295.80475 29.83425 294.32037L29.83425 294.24225ZM30.928 294.38287Q30.928 295.42975 31.412374 296.07037Q31.912374 296.711 32.724876 296.711Q33.553 296.711 34.037376 296.07037Q34.52175 295.41412 34.52175 294.24225Q34.52175 293.211 34.02175 292.57037Q33.537376 291.91412 32.70925 291.91412Q31.912374 291.91412 31.412374 292.55475Q30.928 293.17975 30.928 294.38287ZM41.303 297.47662L40.224876 297.47662L40.224876 291.13287L41.303 291.13287L41.303 297.47662ZM40.131126 289.461Q40.131126 289.19537 40.287376 289.00787Q40.45925 288.82037 40.77175 288.82037Q41.08425 288.82037 41.2405 289.00787Q41.412376 289.19537 41.412376 289.461Q41.412376 289.711 41.2405 289.8985Q41.08425 290.07037 40.77175 290.07037Q40.45925 290.07037 40.287376 289.8985Q40.131126 289.711 40.131126 289.461ZM46.818626 295.78912Q46.818626 295.35162 46.474876 295.11725Q46.14675 294.86725 45.318626 294.69537Q44.506126 294.5235 44.02175 294.2735Q43.537376 294.0235 43.303 293.69537Q43.08425 293.35162 43.08425 292.88287Q43.08425 292.10162 43.7405 291.57037Q44.39675 291.0235 45.428 291.0235Q46.506126 291.0235 47.162376 291.586Q47.83425 292.13287 47.83425 292.99225L46.756126 292.99225Q46.756126 292.55475 46.3655 292.24225Q45.9905 291.91412 45.428 291.91412Q44.83425 291.91412 44.4905 292.17975Q44.162376 292.42975 44.162376 292.836Q44.162376 293.22662 44.474876 293.42975Q44.787376 293.63287 45.599876 293.82037Q46.412376 293.99225 46.912376 294.24225Q47.412376 294.49225 47.64675 294.85162Q47.89675 295.211 47.89675 295.711Q47.89675 296.57037 47.20925 297.086Q46.537376 297.60162 45.45925 297.60162Q44.693626 297.60162 44.099876 297.336Q43.52175 297.05475 43.193626 296.57037Q42.8655 296.086 42.8655 295.5235L43.943626 295.5235Q43.974876 296.07037 44.381126 296.3985Q44.787376 296.711 45.45925 296.711Q46.068626 296.711 46.443626 296.461Q46.818626 296.211 46.818626 295.78912ZM57.7405 295.97662L58.95925 291.13287L60.037376 291.13287L58.193626 297.47662L57.318626 297.47662L55.77175 292.66412L54.27175 297.47662L53.39675 297.47662L51.553 291.13287L52.631126 291.13287L53.881126 295.88287L55.3655 291.13287L56.224876 291.13287L57.7405 295.97662ZM60.83425 294.24225Q60.83425 293.32037 61.193626 292.57037Q61.568626 291.82037 62.224876 291.42975Q62.881126 291.0235 63.70925 291.0235Q65.00613 291.0235 65.803 291.91412Q66.6155 292.80475 66.6155 294.30475L66.6155 294.38287Q66.6155 295.30475 66.25613 296.03912Q65.89675 296.7735 65.2405 297.19537Q64.58425 297.60162 63.724876 297.60162Q62.443626 297.60162 61.631126 296.711Q60.83425 295.80475 60.83425 294.32037L60.83425 294.24225ZM61.928 294.38287Q61.928 295.42975 62.412376 296.07037Q62.912376 296.711 63.724876 296.711Q64.553 296.711 65.03738 296.07037Q65.52175 295.41412 65.52175 294.24225Q65.52175 293.211 65.02175 292.57037Q64.53738 291.91412 63.70925 291.91412Q62.912376 291.91412 62.412376 292.55475Q61.928 293.17975 61.928 294.38287ZM71.19363 292.10162Q70.94363 292.07037 70.66238 292.07037Q69.58425 292.07037 69.20925 292.97662L69.20925 297.47662L68.13113 297.47662L68.13113 291.13287L69.178 291.13287L69.19363 291.86725Q69.72488 291.0235 70.70925 291.0235Q71.02175 291.0235 71.19363 291.10162L71.19363 292.10162ZM73.89675 294.53912L73.20925 295.24225L73.20925 297.47662L72.13113 297.47662L72.13113 288.47662L73.20925 288.47662L73.20925 293.91412L73.78738 293.22662L75.77175 291.13287L77.08425 291.13287L74.6155 293.78912L77.38113 297.47662L76.09988 297.47662L73.89675 294.53912ZM79.303 297.47662L78.22488 297.47662L78.22488 291.13287L79.303 291.13287L79.303 297.47662ZM78.13113 289.461Q78.13113 289.19537 78.28738 289.00787Q78.45925 288.82037 78.77175 288.82037Q79.08425 288.82037 79.2405 289.00787Q79.41238 289.19537 79.41238 289.461Q79.41238 289.711 79.2405 289.8985Q79.08425 290.07037 78.77175 290.07037Q78.45925 290.07037 78.28738 289.8985Q78.13113 289.711 78.13113 289.461ZM82.14675 291.13287L82.178 291.92975Q82.91238 291.0235 84.08425 291.0235Q86.09988 291.0235 86.1155 293.28912L86.1155 297.47662L85.02175 297.47662L85.02175 293.2735Q85.02175 292.60162 84.70925 292.2735Q84.41238 291.94537 83.75613 291.94537Q83.22488 291.94537 82.81863 292.22662Q82.428 292.50787 82.20925 292.961L82.20925 297.47662L81.13113 297.47662L81.13113 291.13287L82.14675 291.13287ZM87.8655 294.25787Q87.8655 292.7735 88.553 291.8985Q89.2405 291.0235 90.3655 291.0235Q91.52175 291.0235 92.178 291.836L92.22488 291.13287L93.22488 291.13287L93.22488 297.32037Q93.22488 298.55475 92.4905 299.25787Q91.75613 299.97662 90.53738 299.97662Q89.84988 299.97662 89.19363 299.67975Q88.53738 299.38287 88.19363 298.88287L88.75613 298.22662Q89.44363 299.086 90.45925 299.086Q91.2405 299.086 91.678 298.63287Q92.13113 298.19537 92.13113 297.38287L92.13113 296.836Q91.47488 297.60162 90.34988 297.60162Q89.2405 297.60162 88.553 296.711Q87.8655 295.80475 87.8655 294.25787ZM88.95925 294.38287Q88.95925 295.44537 89.39675 296.07037Q89.83425 296.67975 90.63113 296.67975Q91.64675 296.67975 92.13113 295.74225L92.13113 292.85162Q91.63113 291.94537 90.63113 291.94537Q89.84988 291.94537 89.39675 292.55475Q88.95925 293.16412 88.95925 294.38287ZM103.7405 295.97662L104.95925 291.13287L106.03738 291.13287L104.19363 297.47662L103.31863 297.47662L101.77175 292.66412L100.27175 297.47662L99.39675 297.47662L97.553 291.13287L98.63113 291.13287L99.88113 295.88287L101.3655 291.13287L102.22488 291.13287L103.7405 295.97662ZM109.75613 297.60162Q108.45925 297.60162 107.64675 296.75787Q106.84988 295.8985 106.84988 294.47662L106.84988 294.28912Q106.84988 293.336 107.20925 292.60162Q107.56863 291.85162 108.20925 291.44537Q108.8655 291.0235 109.6155 291.0235Q110.84988 291.0235 111.53738 291.836Q112.22488 292.6485 112.22488 294.16412L112.22488 294.61725L107.928 294.61725Q107.95925 295.55475 108.47488 296.13287Q109.00613 296.711 109.81863 296.711Q110.38113 296.711 110.77175 296.47662Q111.178 296.24225 111.4905 295.85162L112.14675 296.36725Q111.34988 297.60162 109.75613 297.60162ZM109.6155 291.91412Q108.95925 291.91412 108.50613 292.3985Q108.06863 292.86725 107.97488 293.72662L111.14675 293.72662L111.14675 293.6485Q111.09988 292.82037 110.69363 292.36725Q110.303 291.91412 109.6155 291.91412ZM114.303 297.47662L113.22488 297.47662L113.22488 288.47662L114.303 288.47662L114.303 297.47662ZM117.303 297.47662L116.22488 297.47662L116.22488 288.47662L117.303 288.47662L117.303 297.47662ZM122.66238 297.47662L122.66238 291.97662L121.66238 291.97662L121.66238 291.13287L122.66238 291.13287L122.66238 290.49225Q122.66238 289.461 123.19363 288.91412Q123.7405 288.35162 124.7405 288.35162Q125.1155 288.35162 125.4905 288.44537L125.428 289.336Q125.14675 289.2735 124.84988 289.2735Q124.31863 289.2735 124.02175 289.586Q123.7405 289.8985 123.7405 290.461L123.7405 291.13287L125.09988 291.13287L125.09988 291.97662L123.7405 291.97662L123.7405 297.47662L122.66238 297.47662ZM125.83425 294.24225Q125.83425 293.32037 126.19363 292.57037Q126.56863 291.82037 127.22488 291.42975Q127.88113 291.0235 128.70926 291.0235Q130.00613 291.0235 130.80301 291.91412Q131.61551 292.80475 131.61551 294.30475L131.61551 294.38287Q131.61551 295.30475 131.25613 296.03912Q130.89676 296.7735 130.24051 297.19537Q129.58426 297.60162 128.72488 297.60162Q127.44363 297.60162 126.63113 296.711Q125.83425 295.80475 125.83425 294.32037L125.83425 294.24225ZM126.928 294.38287Q126.928 295.42975 127.41238 296.07037Q127.91238 296.711 128.72488 296.711Q129.55301 296.711 130.03738 296.07037Q130.52176 295.41412 130.52176 294.24225Q130.52176 293.211 130.02176 292.57037Q129.53738 291.91412 128.70926 291.91412Q127.91238 291.91412 127.41238 292.55475Q126.928 293.17975 126.928 294.38287ZM136.19362 292.10162Q135.94362 292.07037 135.66237 292.07037Q134.58424 292.07037 134.20924 292.97662L134.20924 297.47662L133.13112 297.47662L133.13112 291.13287L134.178 291.13287L134.19362 291.86725Q134.72487 291.0235 135.70924 291.0235Q136.02174 291.0235 136.19362 291.10162L136.19362 292.10162Z" fill-rule="nonzero"/><path fill="#666666" d="M90.14675 306.13287L90.178 306.836Q90.8655 306.0235 92.053 306.0235Q93.38113 306.0235 93.8655 307.03912Q94.178 306.586 94.678 306.30475Q95.19363 306.0235 95.88113 306.0235Q97.97488 306.0235 98.00613 308.22662L98.00613 312.47662L96.928 312.47662L96.928 308.28912Q96.928 307.61725 96.6155 307.28912Q96.303 306.94537 95.56863 306.94537Q94.95925 306.94537 94.553 307.30475Q94.16238 307.66412 94.09988 308.2735L94.09988 312.47662L93.02175 312.47662L93.02175 308.32037Q93.02175 306.94537 91.66238 306.94537Q90.59988 306.94537 90.20925 307.85162L90.20925 312.47662L89.1155 312.47662L89.1155 306.13287L90.14675 306.13287ZM102.19363 310.88287L103.678 306.13287L104.83425 306.13287L102.28738 313.461Q101.69363 315.03912 100.41238 315.03912L100.19363 315.0235L99.803 314.94537L99.803 314.07037L100.08425 314.086Q100.64675 314.086 100.94363 313.86725Q101.25613 313.6485 101.45925 313.05475L101.69363 312.3985L99.428 306.13287L100.6155 306.13287L102.19363 310.88287ZM110.59988 304.60162L110.59988 306.13287L111.77175 306.13287L111.77175 306.97662L110.59988 306.97662L110.59988 310.8985Q110.59988 311.28912 110.75613 311.47662Q110.91238 311.66412 111.28738 311.66412Q111.47488 311.66412 111.803 311.60162L111.803 312.47662Q111.38113 312.60162 110.97488 312.60162Q110.25613 312.60162 109.88113 312.16412Q109.50613 311.711 109.50613 310.8985L109.50613 306.97662L108.34988 306.97662L108.34988 306.13287L109.50613 306.13287L109.50613 304.60162L110.59988 304.60162ZM115.75613 312.60162Q114.45925 312.60162 113.64675 311.75787Q112.84988 310.8985 112.84988 309.47662L112.84988 309.28912Q112.84988 308.336 113.20925 307.60162Q113.56863 306.85162 114.20925 306.44537Q114.8655 306.0235 115.6155 306.0235Q116.84988 306.0235 117.53738 306.836Q118.22488 307.6485 118.22488 309.16412L118.22488 309.61725L113.928 309.61725Q113.95925 310.55475 114.47488 311.13287Q115.00613 311.711 115.81863 311.711Q116.38113 311.711 116.77175 311.47662Q117.178 311.24225 117.4905 310.85162L118.14675 311.36725Q117.34988 312.60162 115.75613 312.60162ZM115.6155 306.91412Q114.95925 306.91412 114.50613 307.3985Q114.06863 307.86725 113.97488 308.72662L117.14675 308.72662L117.14675 308.6485Q117.09988 307.82037 116.69363 307.36725Q116.303 306.91412 115.6155 306.91412ZM123.03738 312.47662Q122.94363 312.28912 122.88113 311.80475Q122.13113 312.60162 121.08425 312.60162Q120.14675 312.60162 119.53738 312.07037Q118.94363 311.53912 118.94363 310.711Q118.94363 309.72662 119.69363 309.17975Q120.44363 308.63287 121.81863 308.63287L122.8655 308.63287L122.8655 308.13287Q122.8655 307.57037 122.52175 307.24225Q122.19363 306.8985 121.52175 306.8985Q120.94363 306.8985 120.553 307.19537Q120.16238 307.47662 120.16238 307.8985L119.06863 307.8985Q119.06863 307.41412 119.39675 306.97662Q119.7405 306.53912 120.31863 306.28912Q120.89675 306.0235 121.58425 306.0235Q122.69363 306.0235 123.303 306.57037Q123.928 307.11725 123.95925 308.07037L123.95925 310.99225Q123.95925 311.86725 124.178 312.38287L124.178 312.47662L123.03738 312.47662ZM121.2405 311.6485Q121.75613 311.6485 122.20925 311.38287Q122.66238 311.11725 122.8655 310.69537L122.8655 309.3985L122.02175 309.3985Q120.02175 309.3985 120.02175 310.57037Q120.02175 311.07037 120.3655 311.36725Q120.70925 311.6485 121.2405 311.6485ZM127.14675 306.13287L127.178 306.836Q127.8655 306.0235 129.05301 306.0235Q130.38113 306.0235 130.86551 307.03912Q131.17801 306.586 131.67801 306.30475Q132.19363 306.0235 132.88113 306.0235Q134.97488 306.0235 135.00613 308.22662L135.00613 312.47662L133.92801 312.47662L133.92801 308.28912Q133.92801 307.61725 133.61551 307.28912Q133.30301 306.94537 132.56863 306.94537Q131.95926 306.94537 131.55301 307.30475Q131.16238 307.66412 131.09988 308.2735L131.09988 312.47662L130.02176 312.47662L130.02176 308.32037Q130.02176 306.94537 128.66238 306.94537Q127.59988 306.94537 127.20925 307.85162L127.20925 312.47662L126.1155 312.47662L126.1155 306.13287L127.14675 306.13287Z" fill-rule="nonzero"/><path fill="#666666" d="M43.599876 363.82828Q43.162376 364.45328 42.381126 364.76578Q41.599876 365.07828 40.568626 365.07828Q39.537376 365.07828 38.724876 364.5939Q37.912376 364.0939 37.474876 363.18765Q37.037376 362.2814 37.02175 361.0939L37.02175 360.35953Q37.02175 358.42203 37.912376 357.35953Q38.818626 356.29703 40.443626 356.29703Q41.787376 356.29703 42.599876 356.98453Q43.412376 357.67203 43.599876 358.92203L42.474876 358.92203Q42.14675 357.23453 40.45925 357.23453Q39.318626 357.23453 38.7405 358.0314Q38.162376 358.81265 38.14675 360.32828L38.14675 361.01578Q38.14675 362.45328 38.803 363.31265Q39.45925 364.1564 40.58425 364.1564Q41.20925 364.1564 41.678 364.01578Q42.162376 363.87515 42.474876 363.5314L42.474876 361.62515L40.506126 361.62515L40.506126 360.70328L43.599876 360.70328L43.599876 363.82828ZM44.83425 361.7189Q44.83425 360.79703 45.193626 360.04703Q45.568626 359.29703 46.224876 358.9064Q46.881126 358.50015 47.70925 358.50015Q49.006126 358.50015 49.803 359.39078Q50.6155 360.2814 50.6155 361.7814L50.6155 361.85953Q50.6155 362.7814 50.256126 363.51578Q49.89675 364.25015 49.2405 364.67203Q48.58425 365.07828 47.724876 365.07828Q46.443626 365.07828 45.631126 364.18765Q44.83425 363.2814 44.83425 361.79703L44.83425 361.7189ZM45.928 361.85953Q45.928 362.9064 46.412376 363.54703Q46.912376 364.18765 47.724876 364.18765Q48.553 364.18765 49.037376 363.54703Q49.52175 362.89078 49.52175 361.7189Q49.52175 360.68765 49.02175 360.04703Q48.537376 359.39078 47.70925 359.39078Q46.912376 359.39078 46.412376 360.0314Q45.928 360.6564 45.928 361.85953ZM56.303 364.95328L55.224876 364.95328L55.224876 358.60953L56.303 358.60953L56.303 364.95328ZM55.131126 356.93765Q55.131126 356.67203 55.287376 356.48453Q55.45925 356.29703 55.77175 356.29703Q56.08425 356.29703 56.2405 356.48453Q56.412376 356.67203 56.412376 356.93765Q56.412376 357.18765 56.2405 357.37515Q56.08425 357.54703 55.77175 357.54703Q55.45925 357.54703 55.287376 357.37515Q55.131126 357.18765 55.131126 356.93765ZM61.818626 363.26578Q61.818626 362.82828 61.474876 362.5939Q61.14675 362.3439 60.318626 362.17203Q59.506126 362.00015 59.02175 361.75015Q58.537376 361.50015 58.303 361.17203Q58.08425 360.82828 58.08425 360.35953Q58.08425 359.57828 58.7405 359.04703Q59.39675 358.50015 60.428 358.50015Q61.506126 358.50015 62.162376 359.06265Q62.83425 359.60953 62.83425 360.4689L61.756126 360.4689Q61.756126 360.0314 61.3655 359.7189Q60.9905 359.39078 60.428 359.39078Q59.83425 359.39078 59.4905 359.6564Q59.162376 359.9064 59.162376 360.31265Q59.162376 360.70328 59.474876 360.9064Q59.787376 361.10953 60.599876 361.29703Q61.412376 361.4689 61.912376 361.7189Q62.412376 361.9689 62.64675 362.32828Q62.89675 362.68765 62.89675 363.18765Q62.89675 364.04703 62.20925 364.56265Q61.537376 365.07828 60.45925 365.07828Q59.693626 365.07828 59.099876 364.81265Q58.52175 364.5314 58.193626 364.04703Q57.8655 363.56265 57.8655 363.00015L58.943626 363.00015Q58.974876 363.54703 59.381126 363.87515Q59.787376 364.18765 60.45925 364.18765Q61.068626 364.18765 61.443626 363.93765Q61.818626 363.68765 61.818626 363.26578ZM69.66238 364.18765Q70.2405 364.18765 70.678 363.8439Q71.1155 363.48453 71.16238 362.95328L72.19363 362.95328Q72.16238 363.50015 71.803 364.00015Q71.45925 364.48453 70.88113 364.7814Q70.31863 365.07828 69.66238 365.07828Q68.3655 365.07828 67.59988 364.2189Q66.84988 363.3439 66.84988 361.8439L66.84988 361.6564Q66.84988 360.73453 67.178 360.01578Q67.52175 359.29703 68.14675 358.9064Q68.78738 358.50015 69.66238 358.50015Q70.72488 358.50015 71.428 359.14078Q72.14675 359.76578 72.19363 360.79703L71.16238 360.79703Q71.1155 360.17203 70.69363 359.7814Q70.27175 359.39078 69.66238 359.39078Q68.83425 359.39078 68.38113 359.98453Q67.928 360.57828 67.928 361.70328L67.928 361.9064Q67.928 363.00015 68.38113 363.5939Q68.83425 364.18765 69.66238 364.18765ZM76.19363 359.57828Q75.94363 359.54703 75.66238 359.54703Q74.58425 359.54703 74.20925 360.45328L74.20925 364.95328L73.13113 364.95328L73.13113 358.60953L74.178 358.60953L74.19363 359.3439Q74.72488 358.50015 75.70925 358.50015Q76.02175 358.50015 76.19363 358.57828L76.19363 359.57828ZM78.303 364.95328L77.22488 364.95328L77.22488 358.60953L78.303 358.60953L78.303 364.95328ZM77.13113 356.93765Q77.13113 356.67203 77.28738 356.48453Q77.45925 356.29703 77.77175 356.29703Q78.08425 356.29703 78.2405 356.48453Q78.41238 356.67203 78.41238 356.93765Q78.41238 357.18765 78.2405 357.37515Q78.08425 357.54703 77.77175 357.54703Q77.45925 357.54703 77.28738 357.37515Q77.13113 357.18765 77.13113 356.93765ZM81.59988 357.07828L81.59988 358.60953L82.77175 358.60953L82.77175 359.45328L81.59988 359.45328L81.59988 363.37515Q81.59988 363.76578 81.75613 363.95328Q81.91238 364.14078 82.28738 364.14078Q82.47488 364.14078 82.803 364.07828L82.803 364.95328Q82.38113 365.07828 81.97488 365.07828Q81.25613 365.07828 80.88113 364.64078Q80.50613 364.18765 80.50613 363.37515L80.50613 359.45328L79.34988 359.45328L79.34988 358.60953L80.50613 358.60953L80.50613 357.07828L81.59988 357.07828ZM85.303 364.95328L84.22488 364.95328L84.22488 358.60953L85.303 358.60953L85.303 364.95328ZM84.13113 356.93765Q84.13113 356.67203 84.28738 356.48453Q84.45925 356.29703 84.77175 356.29703Q85.08425 356.29703 85.2405 356.48453Q85.41238 356.67203 85.41238 356.93765Q85.41238 357.18765 85.2405 357.37515Q85.08425 357.54703 84.77175 357.54703Q84.45925 357.54703 84.28738 357.37515Q84.13113 357.18765 84.13113 356.93765ZM89.66238 364.18765Q90.2405 364.18765 90.678 363.8439Q91.1155 363.48453 91.16238 362.95328L92.19363 362.95328Q92.16238 363.50015 91.803 364.00015Q91.45925 364.48453 90.88113 364.7814Q90.31863 365.07828 89.66238 365.07828Q88.3655 365.07828 87.59988 364.2189Q86.84988 363.3439 86.84988 361.8439L86.84988 361.6564Q86.84988 360.73453 87.178 360.01578Q87.52175 359.29703 88.14675 358.9064Q88.78738 358.50015 89.66238 358.50015Q90.72488 358.50015 91.428 359.14078Q92.14675 359.76578 92.19363 360.79703L91.16238 360.79703Q91.1155 360.17203 90.69363 359.7814Q90.27175 359.39078 89.66238 359.39078Q88.83425 359.39078 88.38113 359.98453Q87.928 360.57828 87.928 361.70328L87.928 361.9064Q87.928 363.00015 88.38113 363.5939Q88.83425 364.18765 89.66238 364.18765ZM97.03738 364.95328Q96.94363 364.76578 96.88113 364.2814Q96.13113 365.07828 95.08425 365.07828Q94.14675 365.07828 93.53738 364.54703Q92.94363 364.01578 92.94363 363.18765Q92.94363 362.20328 93.69363 361.6564Q94.44363 361.10953 95.81863 361.10953L96.8655 361.10953L96.8655 360.60953Q96.8655 360.04703 96.52175 359.7189Q96.19363 359.37515 95.52175 359.37515Q94.94363 359.37515 94.553 359.67203Q94.16238 359.95328 94.16238 360.37515L93.06863 360.37515Q93.06863 359.89078 93.39675 359.45328Q93.7405 359.01578 94.31863 358.76578Q94.89675 358.50015 95.58425 358.50015Q96.69363 358.50015 97.303 359.04703Q97.928 359.5939 97.95925 360.54703L97.95925 363.4689Q97.95925 364.3439 98.178 364.85953L98.178 364.95328L97.03738 364.95328ZM95.2405 364.12515Q95.75613 364.12515 96.20925 363.85953Q96.66238 363.5939 96.8655 363.17203L96.8655 361.87515L96.02175 361.87515Q94.02175 361.87515 94.02175 363.04703Q94.02175 363.54703 94.3655 363.8439Q94.70925 364.12515 95.2405 364.12515ZM101.303 364.95328L100.22488 364.95328L100.22488 355.95328L101.303 355.95328L101.303 364.95328ZM107.59988 357.07828L107.59988 358.60953L108.77175 358.60953L108.77175 359.45328L107.59988 359.45328L107.59988 363.37515Q107.59988 363.76578 107.75613 363.95328Q107.91238 364.14078 108.28738 364.14078Q108.47488 364.14078 108.803 364.07828L108.803 364.95328Q108.38113 365.07828 107.97488 365.07828Q107.25613 365.07828 106.88113 364.64078Q106.50613 364.18765 106.50613 363.37515L106.50613 359.45328L105.34988 359.45328L105.34988 358.60953L106.50613 358.60953L106.50613 357.07828L107.59988 357.07828ZM109.83425 361.7189Q109.83425 360.79703 110.19363 360.04703Q110.56863 359.29703 111.22488 358.9064Q111.88113 358.50015 112.70925 358.50015Q114.00613 358.50015 114.803 359.39078Q115.6155 360.2814 115.6155 361.7814L115.6155 361.85953Q115.6155 362.7814 115.25613 363.51578Q114.89675 364.25015 114.2405 364.67203Q113.58425 365.07828 112.72488 365.07828Q111.44363 365.07828 110.63113 364.18765Q109.83425 363.2814 109.83425 361.79703L109.83425 361.7189ZM110.928 361.85953Q110.928 362.9064 111.41238 363.54703Q111.91238 364.18765 112.72488 364.18765Q113.553 364.18765 114.03738 363.54703Q114.52175 362.89078 114.52175 361.7189Q114.52175 360.68765 114.02175 360.04703Q113.53738 359.39078 112.70925 359.39078Q111.91238 359.39078 111.41238 360.0314Q110.928 360.6564 110.928 361.85953ZM121.14675 358.60953L121.178 359.31265Q121.8655 358.50015 123.053 358.50015Q124.38113 358.50015 124.8655 359.51578Q125.178 359.06265 125.678 358.7814Q126.19363 358.50015 126.88113 358.50015Q128.97488 358.50015 129.00613 360.70328L129.00613 364.95328L127.928 364.95328L127.928 360.76578Q127.928 360.0939 127.6155 359.76578Q127.303 359.42203 126.56863 359.42203Q125.95925 359.42203 125.553 359.7814Q125.16238 360.14078 125.09988 360.75015L125.09988 364.95328L124.02175 364.95328L124.02175 360.79703Q124.02175 359.42203 122.66238 359.42203Q121.59988 359.42203 121.20925 360.32828L121.20925 364.95328L120.1155 364.95328L120.1155 358.60953L121.14675 358.60953ZM133.19363 363.35953L134.67801 358.60953L135.83426 358.60953L133.28738 365.93765Q132.69363 367.51578 131.41238 367.51578L131.19363 367.50015L130.80301 367.42203L130.80301 366.54703L131.08426 366.56265Q131.64676 366.56265 131.94363 366.3439Q132.25613 366.12515 132.45926 365.5314L132.69363 364.87515L130.42801 358.60953L131.61551 358.60953L133.19363 363.35953Z" fill-rule="nonzero"/><path fill="#666666" d="M34.662376 379.18765Q35.2405 379.18765 35.678 378.8439Q36.1155 378.48453 36.162376 377.95328L37.193626 377.95328Q37.162376 378.50015 36.803 379.00015Q36.45925 379.48453 35.881126 379.7814Q35.318626 380.07828 34.662376 380.07828Q33.3655 380.07828 32.599876 379.2189Q31.849874 378.3439 31.849874 376.8439L31.849874 376.6564Q31.849874 375.73453 32.178 375.01578Q32.52175 374.29703 33.14675 373.9064Q33.787376 373.50015 34.662376 373.50015Q35.724876 373.50015 36.428 374.14078Q37.14675 374.76578 37.193626 375.79703L36.162376 375.79703Q36.1155 375.17203 35.693626 374.7814Q35.27175 374.39078 34.662376 374.39078Q33.83425 374.39078 33.381126 374.98453Q32.928 375.57828 32.928 376.70328L32.928 376.9064Q32.928 378.00015 33.381126 378.5939Q33.83425 379.18765 34.662376 379.18765ZM37.83425 376.7189Q37.83425 375.79703 38.193626 375.04703Q38.568626 374.29703 39.224876 373.9064Q39.881126 373.50015 40.70925 373.50015Q42.006126 373.50015 42.803 374.39078Q43.6155 375.2814 43.6155 376.7814L43.6155 376.85953Q43.6155 377.7814 43.256126 378.51578Q42.89675 379.25015 42.2405 379.67203Q41.58425 380.07828 40.724876 380.07828Q39.443626 380.07828 38.631126 379.18765Q37.83425 378.2814 37.83425 376.79703L37.83425 376.7189ZM38.928 376.85953Q38.928 377.9064 39.412376 378.54703Q39.912376 379.18765 40.724876 379.18765Q41.553 379.18765 42.037376 378.54703Q42.52175 377.89078 42.52175 376.7189Q42.52175 375.68765 42.02175 375.04703Q41.537376 374.39078 40.70925 374.39078Q39.912376 374.39078 39.412376 375.0314Q38.928 375.6564 38.928 376.85953ZM46.14675 373.60953L46.178 374.31265Q46.8655 373.50015 48.053 373.50015Q49.381126 373.50015 49.8655 374.51578Q50.178 374.06265 50.678 373.7814Q51.193626 373.50015 51.881126 373.50015Q53.974876 373.50015 54.006126 375.70328L54.006126 379.95328L52.928 379.95328L52.928 375.76578Q52.928 375.0939 52.6155 374.76578Q52.303 374.42203 51.568626 374.42203Q50.95925 374.42203 50.553 374.7814Q50.162376 375.14078 50.099876 375.75015L50.099876 379.95328L49.02175 379.95328L49.02175 375.79703Q49.02175 374.42203 47.662376 374.42203Q46.599876 374.42203 46.20925 375.32828L46.20925 379.95328L45.1155 379.95328L45.1155 373.60953L46.14675 373.60953ZM61.474876 376.85953Q61.474876 378.29703 60.818626 379.18765Q60.162376 380.07828 59.02175 380.07828Q57.8655 380.07828 57.20925 379.3439L57.20925 382.39078L56.131126 382.39078L56.131126 373.60953L57.1155 373.60953L57.162376 374.31265Q57.83425 373.50015 59.006126 373.50015Q60.14675 373.50015 60.803 374.35953Q61.474876 375.2189 61.474876 376.75015L61.474876 376.85953ZM60.39675 376.73453Q60.39675 375.6564 59.928 375.04703Q59.474876 374.42203 58.678 374.42203Q57.693626 374.42203 57.20925 375.2814L57.20925 378.31265Q57.693626 379.18765 58.693626 379.18765Q59.474876 379.18765 59.928 378.57828Q60.39675 377.95328 60.39675 376.73453ZM67.03738 379.95328Q66.94363 379.76578 66.88113 379.2814Q66.13113 380.07828 65.08425 380.07828Q64.14675 380.07828 63.537376 379.54703Q62.943626 379.01578 62.943626 378.18765Q62.943626 377.20328 63.693626 376.6564Q64.44363 376.10953 65.81863 376.10953L66.8655 376.10953L66.8655 375.60953Q66.8655 375.04703 66.52175 374.7189Q66.19363 374.37515 65.52175 374.37515Q64.94363 374.37515 64.553 374.67203Q64.16238 374.95328 64.16238 375.37515L63.068626 375.37515Q63.068626 374.89078 63.39675 374.45328Q63.7405 374.01578 64.31863 373.76578Q64.89675 373.50015 65.58425 373.50015Q66.69363 373.50015 67.303 374.04703Q67.928 374.5939 67.95925 375.54703L67.95925 378.4689Q67.95925 379.3439 68.178 379.85953L68.178 379.95328L67.03738 379.95328ZM65.2405 379.12515Q65.75613 379.12515 66.20925 378.85953Q66.66238 378.5939 66.8655 378.17203L66.8655 376.87515L66.02175 376.87515Q64.02175 376.87515 64.02175 378.04703Q64.02175 378.54703 64.3655 378.8439Q64.70925 379.12515 65.2405 379.12515ZM71.14675 373.60953L71.178 374.4064Q71.91238 373.50015 73.08425 373.50015Q75.09988 373.50015 75.1155 375.76578L75.1155 379.95328L74.02175 379.95328L74.02175 375.75015Q74.02175 375.07828 73.70925 374.75015Q73.41238 374.42203 72.75613 374.42203Q72.22488 374.42203 71.81863 374.70328Q71.428 374.98453 71.20925 375.43765L71.20925 379.95328L70.13113 379.95328L70.13113 373.60953L71.14675 373.60953ZM79.19363 378.35953L80.678 373.60953L81.83425 373.60953L79.28738 380.93765Q78.69363 382.51578 77.41238 382.51578L77.19363 382.50015L76.803 382.42203L76.803 381.54703L77.08425 381.56265Q77.64675 381.56265 77.94363 381.3439Q78.25613 381.12515 78.45925 380.5314L78.69363 379.87515L76.428 373.60953L77.6155 373.60953L79.19363 378.35953ZM83.78738 371.60953L83.66238 373.76578L82.91238 373.76578L82.91238 370.95328L83.78738 370.95328L83.78738 371.60953ZM88.81863 378.26578Q88.81863 377.82828 88.47488 377.5939Q88.14675 377.3439 87.31863 377.17203Q86.50613 377.00015 86.02175 376.75015Q85.53738 376.50015 85.303 376.17203Q85.08425 375.82828 85.08425 375.35953Q85.08425 374.57828 85.7405 374.04703Q86.39675 373.50015 87.428 373.50015Q88.50613 373.50015 89.16238 374.06265Q89.83425 374.60953 89.83425 375.4689L88.75613 375.4689Q88.75613 375.0314 88.3655 374.7189Q87.9905 374.39078 87.428 374.39078Q86.83425 374.39078 86.4905 374.6564Q86.16238 374.9064 86.16238 375.31265Q86.16238 375.70328 86.47488 375.9064Q86.78738 376.10953 87.59988 376.29703Q88.41238 376.4689 88.91238 376.7189Q89.41238 376.9689 89.64675 377.32828Q89.89675 377.68765 89.89675 378.18765Q89.89675 379.04703 89.20925 379.56265Q88.53738 380.07828 87.45925 380.07828Q86.69363 380.07828 86.09988 379.81265Q85.52175 379.5314 85.19363 379.04703Q84.8655 378.56265 84.8655 378.00015L85.94363 378.00015Q85.97488 378.54703 86.38113 378.87515Q86.78738 379.18765 87.45925 379.18765Q88.06863 379.18765 88.44363 378.93765Q88.81863 378.68765 88.81863 378.26578ZM97.81863 378.26578Q97.81863 377.82828 97.47488 377.5939Q97.14675 377.3439 96.31863 377.17203Q95.50613 377.00015 95.02175 376.75015Q94.53738 376.50015 94.303 376.17203Q94.08425 375.82828 94.08425 375.35953Q94.08425 374.57828 94.7405 374.04703Q95.39675 373.50015 96.428 373.50015Q97.50613 373.50015 98.16238 374.06265Q98.83425 374.60953 98.83425 375.4689L97.75613 375.4689Q97.75613 375.0314 97.3655 374.7189Q96.9905 374.39078 96.428 374.39078Q95.83425 374.39078 95.4905 374.6564Q95.16238 374.9064 95.16238 375.31265Q95.16238 375.70328 95.47488 375.9064Q95.78738 376.10953 96.59988 376.29703Q97.41238 376.4689 97.91238 376.7189Q98.41238 376.9689 98.64675 377.32828Q98.89675 377.68765 98.89675 378.18765Q98.89675 379.04703 98.20925 379.56265Q97.53738 380.07828 96.45925 380.07828Q95.69363 380.07828 95.09988 379.81265Q94.52175 379.5314 94.19363 379.04703Q93.8655 378.56265 93.8655 378.00015L94.94363 378.00015Q94.97488 378.54703 95.38113 378.87515Q95.78738 379.18765 96.45925 379.18765Q97.06863 379.18765 97.44363 378.93765Q97.81863 378.68765 97.81863 378.26578ZM104.03738 379.32828Q103.41238 380.07828 102.178 380.07828Q101.16238 380.07828 100.63113 379.48453Q100.09988 378.89078 100.09988 377.73453L100.09988 373.60953L101.178 373.60953L101.178 377.70328Q101.178 379.1564 102.34988 379.1564Q103.59988 379.1564 104.00613 378.2189L104.00613 373.60953L105.09988 373.60953L105.09988 379.95328L104.06863 379.95328L104.03738 379.32828ZM109.66238 379.18765Q110.2405 379.18765 110.678 378.8439Q111.1155 378.48453 111.16238 377.95328L112.19363 377.95328Q112.16238 378.50015 111.803 379.00015Q111.45925 379.48453 110.88113 379.7814Q110.31863 380.07828 109.66238 380.07828Q108.3655 380.07828 107.59988 379.2189Q106.84988 378.3439 106.84988 376.8439L106.84988 376.6564Q106.84988 375.73453 107.178 375.01578Q107.52175 374.29703 108.14675 373.9064Q108.78738 373.50015 109.66238 373.50015Q110.72488 373.50015 111.428 374.14078Q112.14675 374.76578 112.19363 375.79703L111.16238 375.79703Q111.1155 375.17203 110.69363 374.7814Q110.27175 374.39078 109.66238 374.39078Q108.83425 374.39078 108.38113 374.98453Q107.928 375.57828 107.928 376.70328L107.928 376.9064Q107.928 378.00015 108.38113 378.5939Q108.83425 379.18765 109.66238 379.18765ZM115.66238 379.18765Q116.2405 379.18765 116.678 378.8439Q117.1155 378.48453 117.16238 377.95328L118.19363 377.95328Q118.16238 378.50015 117.803 379.00015Q117.45925 379.48453 116.88113 379.7814Q116.31863 380.07828 115.66238 380.07828Q114.3655 380.07828 113.59988 379.2189Q112.84988 378.3439 112.84988 376.8439L112.84988 376.6564Q112.84988 375.73453 113.178 375.01578Q113.52175 374.29703 114.14675 373.9064Q114.78738 373.50015 115.66238 373.50015Q116.72488 373.50015 117.428 374.14078Q118.14675 374.76578 118.19363 375.79703L117.16238 375.79703Q117.1155 375.17203 116.69363 374.7814Q116.27175 374.39078 115.66238 374.39078Q114.83425 374.39078 114.38113 374.98453Q113.928 375.57828 113.928 376.70328L113.928 376.9064Q113.928 378.00015 114.38113 378.5939Q114.83425 379.18765 115.66238 379.18765ZM121.75613 380.07828Q120.45925 380.07828 119.64675 379.23453Q118.84988 378.37515 118.84988 376.95328L118.84988 376.76578Q118.84988 375.81265 119.20925 375.07828Q119.56863 374.32828 120.20925 373.92203Q120.8655 373.50015 121.6155 373.50015Q122.84988 373.50015 123.53738 374.31265Q124.22488 375.12515 124.22488 376.64078L124.22488 377.0939L119.928 377.0939Q119.95925 378.0314 120.47488 378.60953Q121.00613 379.18765 121.81863 379.18765Q122.38113 379.18765 122.77175 378.95328Q123.178 378.7189 123.4905 378.32828L124.14675 378.8439Q123.34988 380.07828 121.75613 380.07828ZM121.6155 374.39078Q120.95925 374.39078 120.50613 374.87515Q120.06863 375.3439 119.97488 376.20328L123.14675 376.20328L123.14675 376.12515Q123.09988 375.29703 122.69363 374.8439Q122.303 374.39078 121.6155 374.39078ZM128.81863 378.26578Q128.81863 377.82828 128.47488 377.5939Q128.14676 377.3439 127.31863 377.17203Q126.50613 377.00015 126.02175 376.75015Q125.53738 376.50015 125.303 376.17203Q125.08425 375.82828 125.08425 375.35953Q125.08425 374.57828 125.7405 374.04703Q126.39675 373.50015 127.428 373.50015Q128.50613 373.50015 129.16238 374.06265Q129.83426 374.60953 129.83426 375.4689L128.75613 375.4689Q128.75613 375.0314 128.36551 374.7189Q127.9905 374.39078 127.428 374.39078Q126.83425 374.39078 126.4905 374.6564Q126.16238 374.9064 126.16238 375.31265Q126.16238 375.70328 126.47488 375.9064Q126.78738 376.10953 127.59988 376.29703Q128.41238 376.4689 128.91238 376.7189Q129.41238 376.9689 129.64676 377.32828Q129.89676 377.68765 129.89676 378.18765Q129.89676 379.04703 129.20926 379.56265Q128.53738 380.07828 127.45925 380.07828Q126.69363 380.07828 126.09988 379.81265Q125.52175 379.5314 125.19363 379.04703Q124.8655 378.56265 124.8655 378.00015L125.94363 378.00015Q125.97488 378.54703 126.38113 378.87515Q126.78738 379.18765 127.45925 379.18765Q128.06863 379.18765 128.44363 378.93765Q128.81863 378.68765 128.81863 378.26578ZM134.81862 378.26578Q134.81862 377.82828 134.47487 377.5939Q134.14674 377.3439 133.31862 377.17203Q132.50612 377.00015 132.02174 376.75015Q131.53737 376.50015 131.303 376.17203Q131.08424 375.82828 131.08424 375.35953Q131.08424 374.57828 131.7405 374.04703Q132.39674 373.50015 133.428 373.50015Q134.50612 373.50015 135.16237 374.06265Q135.83424 374.60953 135.83424 375.4689L134.75612 375.4689Q134.75612 375.0314 134.3655 374.7189Q133.9905 374.39078 133.428 374.39078Q132.83424 374.39078 132.4905 374.6564Q132.16237 374.9064 132.16237 375.31265Q132.16237 375.70328 132.47487 375.9064Q132.78737 376.10953 133.59987 376.29703Q134.41237 376.4689 134.91237 376.7189Q135.41237 376.9689 135.64674 377.32828Q135.89674 377.68765 135.89674 378.18765Q135.89674 379.04703 135.20924 379.56265Q134.53737 380.07828 133.45924 380.07828Q132.69362 380.07828 132.09987 379.81265Q131.52174 379.5314 131.19362 379.04703Q130.8655 378.56265 130.8655 378.00015L131.94362 378.00015Q131.97487 378.54703 132.38112 378.87515Q132.78737 379.18765 133.45924 379.18765Q134.06862 379.18765 134.44362 378.93765Q134.81862 378.68765 134.81862 378.26578Z" fill-rule="nonzero"/><path fill="#666666" d="M140.3655 427.85938Q140.3655 429.76562 139.70924 430.70312Q139.06862 431.625 137.678 431.625Q136.31862 431.625 135.66237 430.71875Q135.00612 429.8125 134.97487 428.0L134.97487 426.5625Q134.97487 424.67188 135.6155 423.76562Q136.27174 422.84375 137.66237 422.84375Q139.03737 422.84375 139.69362 423.73438Q140.34987 424.60938 140.3655 426.45312L140.3655 427.85938ZM139.27174 426.375Q139.27174 425.0 138.88112 424.375Q138.50612 423.73438 137.66237 423.73438Q136.83424 423.73438 136.44362 424.375Q136.06862 425.0 136.06862 426.29688L136.06862 428.03125Q136.06862 429.40625 136.45924 430.07812Q136.8655 430.73438 137.678 430.73438Q138.47487 430.73438 138.8655 430.10938Q139.25612 429.48438 139.27174 428.15625L139.27174 426.375ZM141.91237 424.60938Q141.91237 423.84375 142.39674 423.34375Q142.89674 422.84375 143.66237 422.84375Q144.44362 422.84375 144.928 423.34375Q145.41237 423.84375 145.41237 424.64062L145.41237 425.0625Q145.41237 425.82812 144.91237 426.32812Q144.428 426.8125 143.678 426.8125Q142.91237 426.8125 142.41237 426.32812Q141.91237 425.82812 141.91237 425.01562L141.91237 424.60938ZM142.72487 425.0625Q142.72487 425.51562 142.97487 425.8125Q143.2405 426.10938 143.678 426.10938Q144.09987 426.10938 144.34987 425.82812Q144.59987 425.53125 144.59987 425.03125L144.59987 424.60938Q144.59987 424.15625 144.34987 423.85938Q144.09987 423.54688 143.66237 423.54688Q143.22487 423.54688 142.97487 423.85938Q142.72487 424.15625 142.72487 424.625L142.72487 425.0625ZM146.06862 429.40625Q146.06862 428.64062 146.553 428.15625Q147.053 427.65625 147.81862 427.65625Q148.58424 427.65625 149.06862 428.15625Q149.56862 428.64062 149.56862 429.45312L149.56862 429.85938Q149.56862 430.625 149.08424 431.125Q148.59987 431.625 147.83424 431.625Q147.06862 431.625 146.56862 431.14062Q146.06862 430.64062 146.06862 429.82812L146.06862 429.40625ZM146.88112 429.85938Q146.88112 430.32812 147.13112 430.625Q147.39674 430.92188 147.83424 430.92188Q148.25612 430.92188 148.50612 430.64062Q148.75612 430.34375 148.75612 429.84375L148.75612 429.40625Q148.75612 428.9375 148.4905 428.65625Q148.2405 428.35938 147.81862 428.35938Q147.39674 428.35938 147.13112 428.65625Q146.88112 428.9375 146.88112 429.4375L146.88112 429.85938ZM143.928 430.85938L143.303 430.46875L147.47487 423.79688L148.08424 424.1875L143.928 430.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M243.89299 431.5L238.29924 431.5L238.29924 430.71875L241.25237 427.4375Q241.90862 426.6875 242.15862 426.23438Q242.40862 425.76562 242.40862 425.26562Q242.40862 424.59375 242.00237 424.17188Q241.61174 423.73438 240.92424 423.73438Q240.12737 423.73438 239.67424 424.20312Q239.22112 424.65625 239.22112 425.48438L238.14299 425.48438Q238.14299 424.29688 238.89299 423.57812Q239.65862 422.84375 240.92424 422.84375Q242.12737 422.84375 242.81487 423.46875Q243.50237 424.09375 243.50237 425.14062Q243.50237 426.39062 241.89299 428.14062L239.61174 430.60938L243.89299 430.60938L243.89299 431.5ZM245.79924 427.21875L246.23674 422.96875L250.61174 422.96875L250.61174 423.96875L247.15862 423.96875L246.89299 426.29688Q247.53362 425.92188 248.33049 425.92188Q249.48674 425.92188 250.17424 426.70312Q250.86174 427.46875 250.86174 428.78125Q250.86174 430.09375 250.14299 430.85938Q249.43987 431.625 248.15862 431.625Q247.03362 431.625 246.31487 431.0Q245.59612 430.35938 245.50237 429.25L246.51799 429.25Q246.62737 429.98438 247.04924 430.35938Q247.47112 430.73438 248.15862 430.73438Q248.90862 430.73438 249.34612 430.21875Q249.78362 429.70312 249.78362 428.79688Q249.78362 427.9375 249.31487 427.42188Q248.84612 426.90625 248.06487 426.90625Q247.36174 426.90625 246.95549 427.20312L246.67424 427.4375L245.79924 427.21875ZM252.20549 424.60938Q252.20549 423.84375 252.68987 423.34375Q253.18987 422.84375 253.95549 422.84375Q254.73674 422.84375 255.22112 423.34375Q255.70549 423.84375 255.70549 424.64062L255.70549 425.0625Q255.70549 425.82812 255.20549 426.32812Q254.72112 426.8125 253.97112 426.8125Q253.20549 426.8125 252.70549 426.32812Q252.20549 425.82812 252.20549 425.01562L252.20549 424.60938ZM253.01799 425.0625Q253.01799 425.51562 253.26799 425.8125Q253.53362 426.10938 253.97112 426.10938Q254.39299 426.10938 254.64299 425.82812Q254.89299 425.53125 254.89299 425.03125L254.89299 424.60938Q254.89299 424.15625 254.64299 423.85938Q254.39299 423.54688 253.95549 423.54688Q253.51799 423.54688 253.26799 423.85938Q253.01799 424.15625 253.01799 424.625L253.01799 425.0625ZM256.36176 429.40625Q256.36176 428.64062 256.84613 428.15625Q257.34613 427.65625 258.11176 427.65625Q258.87738 427.65625 259.36176 428.15625Q259.86176 428.64062 259.86176 429.45312L259.86176 429.85938Q259.86176 430.625 259.37738 431.125Q258.893 431.625 258.12738 431.625Q257.36176 431.625 256.86176 431.14062Q256.36176 430.64062 256.36176 429.82812L256.36176 429.40625ZM257.17426 429.85938Q257.17426 430.32812 257.42426 430.625Q257.68988 430.92188 258.12738 430.92188Q258.54926 430.92188 258.79926 430.64062Q259.04926 430.34375 259.04926 429.84375L259.04926 429.40625Q259.04926 428.9375 258.78363 428.65625Q258.53363 428.35938 258.11176 428.35938Q257.68988 428.35938 257.42426 428.65625Q257.17426 428.9375 257.17426 429.4375L257.17426 429.85938ZM254.22112 430.85938L253.59612 430.46875L257.768 423.79688L258.37738 424.1875L254.22112 430.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M345.59235 427.21875L346.02985 422.96875L350.40485 422.96875L350.40485 423.96875L346.95172 423.96875L346.6861 426.29688Q347.32672 425.92188 348.1236 425.92188Q349.27985 425.92188 349.96735 426.70312Q350.65485 427.46875 350.65485 428.78125Q350.65485 430.09375 349.9361 430.85938Q349.23297 431.625 347.95172 431.625Q346.82672 431.625 346.10797 431.0Q345.38922 430.35938 345.29547 429.25L346.3111 429.25Q346.42047 429.98438 346.84235 430.35938Q347.26422 430.73438 347.95172 430.73438Q348.70172 430.73438 349.13922 430.21875Q349.57672 429.70312 349.57672 428.79688Q349.57672 427.9375 349.10797 427.42188Q348.63922 426.90625 347.85797 426.90625Q347.15485 426.90625 346.7486 427.20312L346.46735 427.4375L345.59235 427.21875ZM357.45172 427.85938Q357.45172 429.76562 356.79547 430.70312Q356.15485 431.625 354.76422 431.625Q353.40485 431.625 352.7486 430.71875Q352.09235 429.8125 352.0611 428.0L352.0611 426.5625Q352.0611 424.67188 352.70172 423.76562Q353.35797 422.84375 354.7486 422.84375Q356.1236 422.84375 356.77985 423.73438Q357.4361 424.60938 357.45172 426.45312L357.45172 427.85938ZM356.35797 426.375Q356.35797 425.0 355.96735 424.375Q355.59235 423.73438 354.7486 423.73438Q353.92047 423.73438 353.52985 424.375Q353.15485 425.0 353.15485 426.29688L353.15485 428.03125Q353.15485 429.40625 353.54547 430.07812Q353.95172 430.73438 354.76422 430.73438Q355.5611 430.73438 355.95172 430.10938Q356.34235 429.48438 356.35797 428.15625L356.35797 426.375ZM358.9986 424.60938Q358.9986 423.84375 359.48297 423.34375Q359.98297 422.84375 360.7486 422.84375Q361.52985 422.84375 362.01422 423.34375Q362.4986 423.84375 362.4986 424.64062L362.4986 425.0625Q362.4986 425.82812 361.9986 426.32812Q361.51422 426.8125 360.76422 426.8125Q359.9986 426.8125 359.4986 426.32812Q358.9986 425.82812 358.9986 425.01562L358.9986 424.60938ZM359.8111 425.0625Q359.8111 425.51562 360.0611 425.8125Q360.32672 426.10938 360.76422 426.10938Q361.1861 426.10938 361.4361 425.82812Q361.6861 425.53125 361.6861 425.03125L361.6861 424.60938Q361.6861 424.15625 361.4361 423.85938Q361.1861 423.54688 360.7486 423.54688Q360.3111 423.54688 360.0611 423.85938Q359.8111 424.15625 359.8111 424.625L359.8111 425.0625ZM363.15485 429.40625Q363.15485 428.64062 363.63922 428.15625Q364.13922 427.65625 364.90485 427.65625Q365.67047 427.65625 366.15485 428.15625Q366.65485 428.64062 366.65485 429.45312L366.65485 429.85938Q366.65485 430.625 366.17047 431.125Q365.6861 431.625 364.92047 431.625Q364.15485 431.625 363.65485 431.14062Q363.15485 430.64062 363.15485 429.82812L363.15485 429.40625ZM363.96735 429.85938Q363.96735 430.32812 364.21735 430.625Q364.48297 430.92188 364.92047 430.92188Q365.34235 430.92188 365.59235 430.64062Q365.84235 430.34375 365.84235 429.84375L365.84235 429.40625Q365.84235 428.9375 365.57672 428.65625Q365.32672 428.35938 364.90485 428.35938Q364.48297 428.35938 364.21735 428.65625Q363.96735 428.9375 363.96735 429.4375L363.96735 429.85938ZM361.01422 430.85938L360.38922 430.46875L364.5611 423.79688L365.17047 424.1875L361.01422 430.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M457.40106 423.57812L453.8698 431.5L452.7292 431.5L456.2448 423.85938L451.63544 423.85938L451.63544 422.96875L457.40106 422.96875L457.40106 423.57812ZM459.38544 427.21875L459.82294 422.96875L464.19794 422.96875L464.19794 423.96875L460.7448 423.96875L460.4792 426.29688Q461.1198 425.92188 461.9167 425.92188Q463.07294 425.92188 463.76044 426.70312Q464.44794 427.46875 464.44794 428.78125Q464.44794 430.09375 463.7292 430.85938Q463.02606 431.625 461.7448 431.625Q460.6198 431.625 459.90106 431.0Q459.1823 430.35938 459.08856 429.25L460.1042 429.25Q460.21356 429.98438 460.63544 430.35938Q461.0573 430.73438 461.7448 430.73438Q462.4948 430.73438 462.9323 430.21875Q463.3698 429.70312 463.3698 428.79688Q463.3698 427.9375 462.90106 427.42188Q462.4323 426.90625 461.65106 426.90625Q460.94794 426.90625 460.5417 427.20312L460.26044 427.4375L459.38544 427.21875ZM465.7917 424.60938Q465.7917 423.84375 466.27606 423.34375Q466.77606 422.84375 467.5417 422.84375Q468.32294 422.84375 468.8073 423.34375Q469.2917 423.84375 469.2917 424.64062L469.2917 425.0625Q469.2917 425.82812 468.7917 426.32812Q468.3073 426.8125 467.5573 426.8125Q466.7917 426.8125 466.2917 426.32812Q465.7917 425.82812 465.7917 425.01562L465.7917 424.60938ZM466.6042 425.0625Q466.6042 425.51562 466.8542 425.8125Q467.1198 426.10938 467.5573 426.10938Q467.9792 426.10938 468.2292 425.82812Q468.4792 425.53125 468.4792 425.03125L468.4792 424.60938Q468.4792 424.15625 468.2292 423.85938Q467.9792 423.54688 467.5417 423.54688Q467.1042 423.54688 466.8542 423.85938Q466.6042 424.15625 466.6042 424.625L466.6042 425.0625ZM469.94794 429.40625Q469.94794 428.64062 470.4323 428.15625Q470.9323 427.65625 471.69794 427.65625Q472.46356 427.65625 472.94794 428.15625Q473.44794 428.64062 473.44794 429.45312L473.44794 429.85938Q473.44794 430.625 472.96356 431.125Q472.4792 431.625 471.71356 431.625Q470.94794 431.625 470.44794 431.14062Q469.94794 430.64062 469.94794 429.82812L469.94794 429.40625ZM470.76044 429.85938Q470.76044 430.32812 471.01044 430.625Q471.27606 430.92188 471.71356 430.92188Q472.13544 430.92188 472.38544 430.64062Q472.63544 430.34375 472.63544 429.84375L472.63544 429.40625Q472.63544 428.9375 472.3698 428.65625Q472.1198 428.35938 471.69794 428.35938Q471.27606 428.35938 471.01044 428.65625Q470.76044 428.9375 470.76044 429.4375L470.76044 429.85938ZM467.8073 430.85938L467.1823 430.46875L471.3542 423.79688L471.96356 424.1875L467.8073 430.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M558.741 431.5L557.6629 431.5L557.6629 424.28125L555.4754 425.07812L555.4754 424.09375L558.5848 422.92188L558.741 422.92188L558.741 431.5ZM567.5379 427.85938Q567.5379 429.76562 566.88165 430.70312Q566.241 431.625 564.8504 431.625Q563.491 431.625 562.8348 430.71875Q562.1785 429.8125 562.1473 428.0L562.1473 426.5625Q562.1473 424.67188 562.7879 423.76562Q563.44415 422.84375 564.8348 422.84375Q566.2098 422.84375 566.866 423.73438Q567.5223 424.60938 567.5379 426.45312L567.5379 427.85938ZM566.44415 426.375Q566.44415 425.0 566.0535 424.375Q565.6785 423.73438 564.8348 423.73438Q564.00665 423.73438 563.616 424.375Q563.241 425.0 563.241 426.29688L563.241 428.03125Q563.241 429.40625 563.63165 430.07812Q564.0379 430.73438 564.8504 430.73438Q565.6473 430.73438 566.0379 430.10938Q566.4285 429.48438 566.44415 428.15625L566.44415 426.375ZM574.5379 427.85938Q574.5379 429.76562 573.88165 430.70312Q573.241 431.625 571.8504 431.625Q570.491 431.625 569.8348 430.71875Q569.1785 429.8125 569.1473 428.0L569.1473 426.5625Q569.1473 424.67188 569.7879 423.76562Q570.44415 422.84375 571.8348 422.84375Q573.2098 422.84375 573.866 423.73438Q574.5223 424.60938 574.5379 426.45312L574.5379 427.85938ZM573.44415 426.375Q573.44415 425.0 573.0535 424.375Q572.6785 423.73438 571.8348 423.73438Q571.00665 423.73438 570.616 424.375Q570.241 425.0 570.241 426.29688L570.241 428.03125Q570.241 429.40625 570.63165 430.07812Q571.0379 430.73438 571.8504 430.73438Q572.6473 430.73438 573.0379 430.10938Q573.4285 429.48438 573.44415 428.15625L573.44415 426.375ZM576.0848 424.60938Q576.0848 423.84375 576.56915 423.34375Q577.06915 422.84375 577.8348 422.84375Q578.616 422.84375 579.1004 423.34375Q579.5848 423.84375 579.5848 424.64062L579.5848 425.0625Q579.5848 425.82812 579.0848 426.32812Q578.6004 426.8125 577.8504 426.8125Q577.0848 426.8125 576.5848 426.32812Q576.0848 425.82812 576.0848 425.01562L576.0848 424.60938ZM576.8973 425.0625Q576.8973 425.51562 577.1473 425.8125Q577.4129 426.10938 577.8504 426.10938Q578.2723 426.10938 578.5223 425.82812Q578.7723 425.53125 578.7723 425.03125L578.7723 424.60938Q578.7723 424.15625 578.5223 423.85938Q578.2723 423.54688 577.8348 423.54688Q577.3973 423.54688 577.1473 423.85938Q576.8973 424.15625 576.8973 424.625L576.8973 425.0625ZM580.241 429.40625Q580.241 428.64062 580.7254 428.15625Q581.2254 427.65625 581.991 427.65625Q582.75665 427.65625 583.241 428.15625Q583.741 428.64062 583.741 429.45312L583.741 429.85938Q583.741 430.625 583.25665 431.125Q582.7723 431.625 582.00665 431.625Q581.241 431.625 580.741 431.14062Q580.241 430.64062 580.241 429.82812L580.241 429.40625ZM581.0535 429.85938Q581.0535 430.32812 581.3035 430.625Q581.56915 430.92188 582.00665 430.92188Q582.4285 430.92188 582.6785 430.64062Q582.9285 430.34375 582.9285 429.84375L582.9285 429.40625Q582.9285 428.9375 582.6629 428.65625Q582.4129 428.35938 581.991 428.35938Q581.56915 428.35938 581.3035 428.65625Q581.0535 428.9375 581.0535 429.4375L581.0535 429.85938ZM578.1004 430.85938L577.4754 430.46875L581.6473 423.79688L582.25665 424.1875L578.1004 430.85938Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 466.24C212.0 465.6877 212.44771 465.24 213.0 465.24L223.0 465.24C223.55229 465.24 224.0 465.6877 224.0 466.24L224.0 476.24C224.0 476.7923 223.55229 477.24 223.0 477.24L213.0 477.24C212.44771 477.24 212.0 476.7923 212.0 476.24Z" fill-rule="nonzero"/><path fill="#666666" d="M238.29688 475.74L232.70312 475.74L232.70312 474.95874L235.65625 471.6775Q236.3125 470.9275 236.5625 470.47437Q236.8125 470.0056 236.8125 469.5056Q236.8125 468.83374 236.40625 468.41187Q236.01562 467.97437 235.32812 467.97437Q234.53125 467.97437 234.07812 468.4431Q233.625 468.89624 233.625 469.72437L232.54688 469.72437Q232.54688 468.53687 233.29688 467.8181Q234.0625 467.08374 235.32812 467.08374Q236.53125 467.08374 237.21875 467.70874Q237.90625 468.33374 237.90625 469.3806Q237.90625 470.6306 236.29688 472.3806L234.01562 474.84937L238.29688 474.84937L238.29688 475.74ZM245.0625 472.09937Q245.0625 474.0056 244.40625 474.9431Q243.76562 475.865 242.375 475.865Q241.01562 475.865 240.35938 474.95874Q239.70312 474.0525 239.67188 472.24L239.67188 470.8025Q239.67188 468.91187 240.3125 468.0056Q240.96875 467.08374 242.35938 467.08374Q243.73438 467.08374 244.39062 467.97437Q245.04688 468.84937 245.0625 470.6931L245.0625 472.09937ZM243.96875 470.615Q243.96875 469.24 243.57812 468.615Q243.20312 467.97437 242.35938 467.97437Q241.53125 467.97437 241.14062 468.615Q240.76562 469.24 240.76562 470.53687L240.76562 472.27124Q240.76562 473.64624 241.15625 474.3181Q241.5625 474.97437 242.375 474.97437Q243.17188 474.97437 243.5625 474.34937Q243.95312 473.72437 243.96875 472.39624L243.96875 470.615ZM250.26562 475.74L249.1875 475.74L249.1875 468.52124L247.0 469.3181L247.0 468.33374L250.10938 467.16187L250.26562 467.16187L250.26562 475.74ZM257.96875 467.20874L257.96875 468.115L257.76562 468.115Q256.5 468.14624 255.75 468.8806Q255.0 469.59937 254.875 470.91187Q255.5625 470.14624 256.71875 470.14624Q257.82812 470.14624 258.5 470.9275Q259.17188 471.70874 259.17188 472.95874Q259.17188 474.27124 258.45312 475.0681Q257.73438 475.865 256.51562 475.865Q255.29688 475.865 254.53125 474.9275Q253.78125 473.97437 253.78125 472.49L253.78125 472.08374Q253.78125 469.72437 254.78125 468.47437Q255.78125 467.22437 257.76562 467.20874L257.96875 467.20874ZM256.54688 471.0525Q255.98438 471.0525 255.51562 471.3806Q255.04688 471.70874 254.85938 472.22437L254.85938 472.615Q254.85938 473.6775 255.32812 474.3181Q255.8125 474.95874 256.51562 474.95874Q257.25 474.95874 257.67188 474.4275Q258.09375 473.8806 258.09375 473.0056Q258.09375 472.1306 257.67188 471.59937Q257.25 471.0525 256.54688 471.0525Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 466.24C276.0 465.6877 276.44772 465.24 277.0 465.24L287.0 465.24C287.55228 465.24 288.0 465.6877 288.0 466.24L288.0 476.24C288.0 476.7923 287.55228 477.24 287.0 477.24L277.0 477.24C276.44772 477.24 276.0 476.7923 276.0 476.24Z" fill-rule="nonzero"/><path fill="#666666" d="M302.29688 475.74L296.70312 475.74L296.70312 474.95874L299.65625 471.6775Q300.3125 470.9275 300.5625 470.47437Q300.8125 470.0056 300.8125 469.5056Q300.8125 468.83374 300.40625 468.41187Q300.01562 467.97437 299.32812 467.97437Q298.53125 467.97437 298.07812 468.4431Q297.625 468.89624 297.625 469.72437L296.54688 469.72437Q296.54688 468.53687 297.29688 467.8181Q298.0625 467.08374 299.32812 467.08374Q300.53125 467.08374 301.21875 467.70874Q301.90625 468.33374 301.90625 469.3806Q301.90625 470.6306 300.29688 472.3806L298.01562 474.84937L302.29688 474.84937L302.29688 475.74ZM309.0625 472.09937Q309.0625 474.0056 308.40625 474.9431Q307.76562 475.865 306.375 475.865Q305.01562 475.865 304.35938 474.95874Q303.70312 474.0525 303.67188 472.24L303.67188 470.8025Q303.67188 468.91187 304.3125 468.0056Q304.96875 467.08374 306.35938 467.08374Q307.73438 467.08374 308.39062 467.97437Q309.04688 468.84937 309.0625 470.6931L309.0625 472.09937ZM307.96875 470.615Q307.96875 469.24 307.57812 468.615Q307.20312 467.97437 306.35938 467.97437Q305.53125 467.97437 305.14062 468.615Q304.76562 469.24 304.76562 470.53687L304.76562 472.27124Q304.76562 473.64624 305.15625 474.3181Q305.5625 474.97437 306.375 474.97437Q307.17188 474.97437 307.5625 474.34937Q307.95312 473.72437 307.96875 472.39624L307.96875 470.615ZM314.26562 475.74L313.1875 475.74L313.1875 468.52124L311.0 469.3181L311.0 468.33374L314.10938 467.16187L314.26562 467.16187L314.26562 475.74ZM323.21875 467.8181L319.6875 475.74L318.54688 475.74L322.0625 468.09937L317.45312 468.09937L317.45312 467.20874L323.21875 467.20874L323.21875 467.8181Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 466.24C340.0 465.6877 340.44772 465.24 341.0 465.24L351.0 465.24C351.55228 465.24 352.0 465.6877 352.0 466.24L352.0 476.24C352.0 476.7923 351.55228 477.24 351.0 477.24L341.0 477.24C340.44772 477.24 340.0 476.7923 340.0 476.24Z" fill-rule="nonzero"/><path fill="#666666" d="M366.29688 475.74L360.70312 475.74L360.70312 474.95874L363.65625 471.6775Q364.3125 470.9275 364.5625 470.47437Q364.8125 470.0056 364.8125 469.5056Q364.8125 468.83374 364.40625 468.41187Q364.01562 467.97437 363.32812 467.97437Q362.53125 467.97437 362.07812 468.4431Q361.625 468.89624 361.625 469.72437L360.54688 469.72437Q360.54688 468.53687 361.29688 467.8181Q362.0625 467.08374 363.32812 467.08374Q364.53125 467.08374 365.21875 467.70874Q365.90625 468.33374 365.90625 469.3806Q365.90625 470.6306 364.29688 472.3806L362.01562 474.84937L366.29688 474.84937L366.29688 475.74ZM373.0625 472.09937Q373.0625 474.0056 372.40625 474.9431Q371.76562 475.865 370.375 475.865Q369.01562 475.865 368.35938 474.95874Q367.70312 474.0525 367.67188 472.24L367.67188 470.8025Q367.67188 468.91187 368.3125 468.0056Q368.96875 467.08374 370.35938 467.08374Q371.73438 467.08374 372.39062 467.97437Q373.04688 468.84937 373.0625 470.6931L373.0625 472.09937ZM371.96875 470.615Q371.96875 469.24 371.57812 468.615Q371.20312 467.97437 370.35938 467.97437Q369.53125 467.97437 369.14062 468.615Q368.76562 469.24 368.76562 470.53687L368.76562 472.27124Q368.76562 473.64624 369.15625 474.3181Q369.5625 474.97437 370.375 474.97437Q371.17188 474.97437 371.5625 474.34937Q371.95312 473.72437 371.96875 472.39624L371.96875 470.615ZM378.26562 475.74L377.1875 475.74L377.1875 468.52124L375.0 469.3181L375.0 468.33374L378.10938 467.16187L378.26562 467.16187L378.26562 475.74ZM386.89062 469.4275Q386.89062 470.0681 386.54688 470.5681Q386.20312 471.0681 385.64062 471.34937Q386.29688 471.6306 386.6875 472.1931Q387.07812 472.74 387.07812 473.4431Q387.07812 474.53687 386.32812 475.20874Q385.59375 475.865 384.375 475.865Q383.14062 475.865 382.39062 475.20874Q381.65625 474.53687 381.65625 473.4431Q381.65625 472.74 382.03125 472.1931Q382.40625 471.6306 383.07812 471.34937Q382.51562 471.0681 382.1875 470.5681Q381.85938 470.0681 381.85938 469.4275Q381.85938 468.34937 382.54688 467.72437Q383.23438 467.08374 384.375 467.08374Q385.5 467.08374 386.1875 467.72437Q386.89062 468.34937 386.89062 469.4275ZM386.0 473.41187Q386.0 472.6931 385.54688 472.2556Q385.09375 471.8025 384.35938 471.8025Q383.625 471.8025 383.17188 472.2556Q382.73438 472.6931 382.73438 473.4275Q382.73438 474.14624 383.17188 474.5681Q383.60938 474.97437 384.375 474.97437Q385.125 474.97437 385.5625 474.5525Q386.0 474.1306 386.0 473.41187ZM384.375 467.97437Q383.73438 467.97437 383.32812 468.3806Q382.9375 468.77124 382.9375 469.45874Q382.9375 470.09937 383.32812 470.5056Q383.71875 470.91187 384.35938 470.91187Q385.01562 470.91187 385.40625 470.5056Q385.79688 470.09937 385.79688 469.45874Q385.79688 468.8025 385.39062 468.39624Q384.98438 467.97437 384.375 467.97437Z" fill-rule="nonzero"/><path fill="#666666" d="M32.63125 26.392242L29.428125 26.392242L29.428125 35.267242L28.13125 35.267242L28.13125 26.392242L24.928125 26.392242L24.928125 25.314117L32.63125 25.314117L32.63125 26.392242ZM33.225 31.501617Q33.225 30.407867 33.646873 29.548492Q34.084373 28.673492 34.834373 28.204742Q35.6 27.735992 36.584373 27.735992Q38.084373 27.735992 39.021873 28.782867Q39.959373 29.829742 39.959373 31.564117L39.959373 31.657867Q39.959373 32.735992 39.5375 33.595367Q39.13125 34.439117 38.35 34.923492Q37.584373 35.407867 36.6 35.407867Q35.084373 35.407867 34.146873 34.360992Q33.225 33.314117 33.225 31.595367L33.225 31.501617ZM34.490623 31.657867Q34.490623 32.876617 35.053123 33.626617Q35.63125 34.376617 36.6 34.376617Q37.553123 34.376617 38.115623 33.626617Q38.69375 32.860992 38.69375 31.501617Q38.69375 30.282867 38.115623 29.532867Q37.5375 28.767242 36.584373 28.767242Q35.646873 28.767242 35.06875 29.517242Q34.490623 30.267242 34.490623 31.657867ZM51.1 33.517242L52.521873 27.876617L53.7875 27.876617L51.646873 35.267242L50.615623 35.267242L48.81875 29.657867L47.06875 35.267242L46.0375 35.267242L43.896873 27.876617L45.146873 27.876617L46.615623 33.407867L48.334373 27.876617L49.35 27.876617L51.1 33.517242ZM56.81875 28.767242Q57.6625 27.735992 59.00625 27.735992Q61.35 27.735992 61.38125 30.376617L61.38125 35.267242L60.115623 35.267242L60.115623 30.376617Q60.1 29.579742 59.740623 29.204742Q59.38125 28.814117 58.63125 28.814117Q58.00625 28.814117 57.5375 29.142242Q57.084373 29.470367 56.81875 30.001617L56.81875 35.267242L55.553123 35.267242L55.553123 24.767242L56.81875 24.767242L56.81875 28.767242ZM68.13125 35.267242Q68.02187 35.048492 67.94375 34.485992Q67.06875 35.407867 65.83437 35.407867Q64.74062 35.407867 64.0375 34.798492Q63.35 34.173492 63.35 33.220367Q63.35 32.064117 64.225 31.423492Q65.1 30.782867 66.69375 30.782867L67.92812 30.782867L67.92812 30.204742Q67.92812 29.532867 67.52187 29.142242Q67.13125 28.751617 66.36562 28.751617Q65.67812 28.751617 65.225 29.095367Q64.77187 29.439117 64.77187 29.923492L63.490623 29.923492Q63.490623 29.360992 63.88125 28.845367Q64.2875 28.329742 64.95937 28.032867Q65.63125 27.735992 66.42812 27.735992Q67.70937 27.735992 68.42812 28.376617Q69.1625 29.017242 69.19375 30.126617L69.19375 33.532867Q69.19375 34.548492 69.44375 35.157867L69.44375 35.267242L68.13125 35.267242ZM66.02187 34.298492Q66.61562 34.298492 67.14687 34.001617Q67.69375 33.689117 67.92812 33.189117L67.92812 31.673492L66.92812 31.673492Q64.61562 31.673492 64.61562 33.032867Q64.61562 33.626617 65.00625 33.970367Q65.39687 34.298492 66.02187 34.298492ZM73.27187 26.079742L73.27187 27.876617L74.64687 27.876617L74.64687 28.845367L73.27187 28.845367L73.27187 33.439117Q73.27187 33.876617 73.45937 34.110992Q73.64687 34.329742 74.08437 34.329742Q74.30312 34.329742 74.69375 34.235992L74.69375 35.267242Q74.19375 35.407867 73.725 35.407867Q72.86562 35.407867 72.42812 34.892242Q72.00625 34.376617 72.00625 33.439117L72.00625 28.845367L70.6625 28.845367L70.6625 27.876617L72.00625 27.876617L72.00625 26.079742L73.27187 26.079742ZM82.63125 35.407867Q81.11562 35.407867 80.17812 34.423492Q79.24062 33.423492 79.24062 31.767242L79.24062 31.548492Q79.24062 30.439117 79.6625 29.579742Q80.08437 28.704742 80.83437 28.220367Q81.58437 27.735992 82.475 27.735992Q83.9125 27.735992 84.70937 28.689117Q85.50625 29.626617 85.50625 31.407867L85.50625 31.923492L80.50625 31.923492Q80.52187 33.017242 81.13125 33.704742Q81.75625 34.376617 82.69375 34.376617Q83.36562 34.376617 83.81875 34.110992Q84.2875 33.829742 84.64687 33.376617L85.4125 33.970367Q84.49062 35.407867 82.63125 35.407867ZM82.475 28.767242Q81.70937 28.767242 81.17812 29.329742Q80.6625 29.892242 80.5375 30.892242L84.24062 30.892242L84.24062 30.798492Q84.19375 29.829742 83.725 29.298492Q83.25625 28.767242 82.475 28.767242ZM89.0375 30.564117L90.67812 27.876617L92.1625 27.876617L89.74062 31.532867L92.225 35.267242L90.77187 35.267242L89.05312 32.501617L87.35 35.267242L85.88125 35.267242L88.38125 31.532867L85.95937 27.876617L87.4125 27.876617L89.0375 30.564117ZM95.27187 26.079742L95.27187 27.876617L96.64687 27.876617L96.64687 28.845367L95.27187 28.845367L95.27187 33.439117Q95.27187 33.876617 95.45937 34.110992Q95.64687 34.329742 96.08437 34.329742Q96.30312 34.329742 96.69375 34.235992L96.69375 35.267242Q96.19375 35.407867 95.725 35.407867Q94.86562 35.407867 94.42812 34.892242Q94.00625 34.376617 94.00625 33.439117L94.00625 28.845367L92.6625 28.845367L92.6625 27.876617L94.00625 27.876617L94.00625 26.079742L95.27187 26.079742ZM101.63125 35.407867Q100.11562 35.407867 99.17812 34.423492Q98.24062 33.423492 98.24062 31.767242L98.24062 31.548492Q98.24062 30.439117 98.6625 29.579742Q99.08437 28.704742 99.83437 28.220367Q100.58437 27.735992 101.475 27.735992Q102.9125 27.735992 103.70937 28.689117Q104.50625 29.626617 104.50625 31.407867L104.50625 31.923492L99.50625 31.923492Q99.52187 33.017242 100.13125 33.704742Q100.75625 34.376617 101.69375 34.376617Q102.36562 34.376617 102.81875 34.110992Q103.2875 33.829742 103.64687 33.376617L104.4125 33.970367Q103.49062 35.407867 101.63125 35.407867ZM101.475 28.767242Q100.70937 28.767242 100.17812 29.329742Q99.6625 29.892242 99.5375 30.892242L103.24062 30.892242L103.24062 30.798492Q103.19375 29.829742 102.725 29.298492Q102.25625 28.767242 101.475 28.767242ZM106.75625 27.876617L106.7875 28.798492Q107.64687 27.735992 109.00625 27.735992Q111.35 27.735992 111.38125 30.376617L111.38125 35.267242L110.11562 35.267242L110.11562 30.376617Q110.1 29.579742 109.74062 29.204742Q109.38125 28.814117 108.63125 28.814117Q108.00625 28.814117 107.5375 29.142242Q107.08437 29.470367 106.81875 30.001617L106.81875 35.267242L105.55312 35.267242L105.55312 27.876617L106.75625 27.876617ZM115.27187 26.079742L115.27187 27.876617L116.64687 27.876617L116.64687 28.845367L115.27187 28.845367L115.27187 33.439117Q115.27187 33.876617 115.45937 34.110992Q115.64687 34.329742 116.08437 34.329742Q116.30312 34.329742 116.69375 34.235992L116.69375 35.267242Q116.19375 35.407867 115.725 35.407867Q114.86562 35.407867 114.42812 34.892242Q114.00625 34.376617 114.00625 33.439117L114.00625 28.845367L112.6625 28.845367L112.6625 27.876617L114.00625 27.876617L114.00625 26.079742L115.27187 26.079742ZM121.25625 31.501617Q121.25625 29.798492 122.05312 28.767242Q122.86562 27.735992 124.1625 27.735992Q125.475 27.735992 126.225 28.626617L126.225 24.767242L127.49062 24.767242L127.49062 35.267242L126.33437 35.267242L126.27187 34.470367Q125.50625 35.407867 124.1625 35.407867Q122.86562 35.407867 122.05312 34.360992Q121.25625 33.298492 121.25625 31.595367L121.25625 31.501617ZM122.52187 31.657867Q122.52187 32.907867 123.0375 33.626617Q123.55312 34.329742 124.475 34.329742Q125.67812 34.329742 126.225 33.251617L126.225 29.845367Q125.6625 28.814117 124.49062 28.814117Q123.55312 28.814117 123.0375 29.532867Q122.52187 30.235992 122.52187 31.657867ZM129.225 31.501617Q129.225 30.407867 129.64688 29.548492Q130.08438 28.673492 130.83438 28.204742Q131.6 27.735992 132.58438 27.735992Q134.08438 27.735992 135.02188 28.782867Q135.95938 29.829742 135.95938 31.564117L135.95938 31.657867Q135.95938 32.735992 135.5375 33.595367Q135.13126 34.439117 134.35 34.923492Q133.58438 35.407867 132.6 35.407867Q131.08438 35.407867 130.14688 34.360992Q129.225 33.314117 129.225 31.595367L129.225 31.501617ZM130.49063 31.657867Q130.49063 32.876617 131.05313 33.626617Q131.63126 34.376617 132.6 34.376617Q133.55313 34.376617 134.11563 33.626617Q134.69376 32.860992 134.69376 31.501617Q134.69376 30.282867 134.11563 29.532867Q133.5375 28.767242 132.58438 28.767242Q131.64688 28.767242 131.06876 29.517242Q130.49063 30.267242 130.49063 31.657867ZM142.975 33.407867L144.69376 27.876617L146.05313 27.876617L143.08438 36.407867Q142.39688 38.251617 140.88126 38.251617L140.64688 38.235992L140.17813 38.142242L140.17813 37.126617L140.52188 37.142242Q141.1625 37.142242 141.52188 36.876617Q141.88126 36.626617 142.11563 35.939117L142.39688 35.189117L139.75626 27.876617L141.13126 27.876617L142.975 33.407867ZM147.225 31.501617Q147.225 30.407867 147.64688 29.548492Q148.08438 28.673492 148.83438 28.204742Q149.6 27.735992 150.58438 27.735992Q152.08438 27.735992 153.02188 28.782867Q153.95938 29.829742 153.95938 31.564117L153.95938 31.657867Q153.95938 32.735992 153.5375 33.595367Q153.13126 34.439117 152.35 34.923492Q151.58438 35.407867 150.6 35.407867Q149.08438 35.407867 148.14688 34.360992Q147.225 33.314117 147.225 31.595367L147.225 31.501617ZM148.49063 31.657867Q148.49063 32.876617 149.05313 33.626617Q149.63126 34.376617 150.6 34.376617Q151.55313 34.376617 152.11563 33.626617Q152.69376 32.860992 152.69376 31.501617Q152.69376 30.282867 152.11563 29.532867Q151.5375 28.767242 150.58438 28.767242Q149.64688 28.767242 149.06876 29.517242Q148.49063 30.267242 148.49063 31.657867ZM160.13126 34.532867Q159.38126 35.407867 157.95938 35.407867Q156.77188 35.407867 156.14688 34.720367Q155.5375 34.032867 155.5375 32.689117L155.5375 27.876617L156.7875 27.876617L156.7875 32.642242Q156.7875 34.329742 158.1625 34.329742Q159.61563 34.329742 160.08438 33.251617L160.08438 27.876617L161.35 27.876617L161.35 35.267242L160.14688 35.267242L160.13126 34.532867ZM171.13126 35.267242Q171.02188 35.048492 170.94376 34.485992Q170.06876 35.407867 168.83438 35.407867Q167.74063 35.407867 167.0375 34.798492Q166.35 34.173492 166.35 33.220367Q166.35 32.064117 167.225 31.423492Q168.1 30.782867 169.69376 30.782867L170.92813 30.782867L170.92813 30.204742Q170.92813 29.532867 170.52188 29.142242Q170.13126 28.751617 169.36563 28.751617Q168.67813 28.751617 168.225 29.095367Q167.77188 29.439117 167.77188 29.923492L166.49063 29.923492Q166.49063 29.360992 166.88126 28.845367Q167.2875 28.329742 167.95938 28.032867Q168.63126 27.735992 169.42813 27.735992Q170.70938 27.735992 171.42813 28.376617Q172.1625 29.017242 172.19376 30.126617L172.19376 33.532867Q172.19376 34.548492 172.44376 35.157867L172.44376 35.267242L171.13126 35.267242ZM169.02188 34.298492Q169.61563 34.298492 170.14688 34.001617Q170.69376 33.689117 170.92813 33.189117L170.92813 31.673492L169.92813 31.673492Q167.61563 31.673492 167.61563 33.032867Q167.61563 33.626617 168.00626 33.970367Q168.39688 34.298492 169.02188 34.298492ZM174.25626 31.501617Q174.25626 29.782867 175.05313 28.767242Q175.85 27.735992 177.17813 27.735992Q178.52188 27.735992 179.2875 28.689117L179.35 27.876617L180.50626 27.876617L180.50626 35.095367Q180.50626 36.532867 179.64688 37.345367Q178.80313 38.173492 177.36563 38.173492Q176.56876 38.173492 175.80313 37.829742Q175.0375 37.501617 174.63126 36.907867L175.2875 36.142242Q176.1 37.142242 177.27188 37.142242Q178.19376 37.142242 178.70938 36.626617Q179.24063 36.110992 179.24063 35.157867L179.24063 34.532867Q178.475 35.407867 177.1625 35.407867Q175.86563 35.407867 175.05313 34.360992Q174.25626 33.314117 174.25626 31.501617ZM175.52188 31.657867Q175.52188 32.907867 176.0375 33.626617Q176.55313 34.329742 177.475 34.329742Q178.67813 34.329742 179.24063 33.235992L179.24063 29.860992Q178.64688 28.814117 177.49063 28.814117Q176.56876 28.814117 176.0375 29.532867Q175.52188 30.235992 175.52188 31.657867ZM186.13126 29.001617Q185.85 28.954742 185.50626 28.954742Q184.27188 28.954742 183.81876 30.017242L183.81876 35.267242L182.55313 35.267242L182.55313 27.876617L183.7875 27.876617L183.80313 28.720367Q184.42813 27.735992 185.56876 27.735992Q185.94376 27.735992 186.13126 27.829742L186.13126 29.001617ZM190.63126 35.407867Q189.11563 35.407867 188.17813 34.423492Q187.24063 33.423492 187.24063 31.767242L187.24063 31.548492Q187.24063 30.439117 187.6625 29.579742Q188.08438 28.704742 188.83438 28.220367Q189.58438 27.735992 190.475 27.735992Q191.9125 27.735992 192.70938 28.689117Q193.50626 29.626617 193.50626 31.407867L193.50626 31.923492L188.50626 31.923492Q188.52188 33.017242 189.13126 33.704742Q189.75626 34.376617 190.69376 34.376617Q191.36563 34.376617 191.81876 34.110992Q192.2875 33.829742 192.64688 33.376617L193.4125 33.970367Q192.49063 35.407867 190.63126 35.407867ZM190.475 28.767242Q189.70938 28.767242 189.17813 29.329742Q188.6625 29.892242 188.5375 30.892242L192.24063 30.892242L192.24063 30.798492Q192.19376 29.829742 191.725 29.298492Q191.25626 28.767242 190.475 28.767242ZM197.63126 35.407867Q196.11563 35.407867 195.17813 34.423492Q194.24063 33.423492 194.24063 31.767242L194.24063 31.548492Q194.24063 30.439117 194.6625 29.579742Q195.08438 28.704742 195.83438 28.220367Q196.58438 27.735992 197.475 27.735992Q198.9125 27.735992 199.70938 28.689117Q200.50626 29.626617 200.50626 31.407867L200.50626 31.923492L195.50626 31.923492Q195.52188 33.017242 196.13126 33.704742Q196.75626 34.376617 197.69376 34.376617Q198.36563 34.376617 198.81876 34.110992Q199.2875 33.829742 199.64688 33.376617L200.4125 33.970367Q199.49063 35.407867 197.63126 35.407867ZM197.475 28.767242Q196.70938 28.767242 196.17813 29.329742Q195.6625 29.892242 195.5375 30.892242L199.24063 30.892242L199.24063 30.798492Q199.19376 29.829742 198.725 29.298492Q198.25626 28.767242 197.475 28.767242ZM204.225 31.501617Q204.225 30.407867 204.64688 29.548492Q205.08438 28.673492 205.83438 28.204742Q206.6 27.735992 207.58438 27.735992Q209.08438 27.735992 210.02188 28.782867Q210.95938 29.829742 210.95938 31.564117L210.95938 31.657867Q210.95938 32.735992 210.5375 33.595367Q210.13126 34.439117 209.35 34.923492Q208.58438 35.407867 207.6 35.407867Q206.08438 35.407867 205.14688 34.360992Q204.225 33.314117 204.225 31.595367L204.225 31.501617ZM205.49063 31.657867Q205.49063 32.876617 206.05313 33.626617Q206.63126 34.376617 207.6 34.376617Q208.55313 34.376617 209.11563 33.626617Q209.69376 32.860992 209.69376 31.501617Q209.69376 30.282867 209.11563 29.532867Q208.5375 28.767242 207.58438 28.767242Q206.64688 28.767242 206.06876 29.517242Q205.49063 30.267242 205.49063 31.657867ZM216.13126 29.001617Q215.85 28.954742 215.50626 28.954742Q214.27188 28.954742 213.81876 30.017242L213.81876 35.267242L212.55313 35.267242L212.55313 27.876617L213.7875 27.876617L213.80313 28.720367Q214.42813 27.735992 215.56876 27.735992Q215.94376 27.735992 216.13126 27.829742L216.13126 29.001617ZM220.25626 31.501617Q220.25626 29.798492 221.05313 28.767242Q221.86563 27.735992 223.1625 27.735992Q224.475 27.735992 225.225 28.626617L225.225 24.767242L226.49063 24.767242L226.49063 35.267242L225.33438 35.267242L225.27188 34.470367Q224.50626 35.407867 223.1625 35.407867Q221.86563 35.407867 221.05313 34.360992Q220.25626 33.298492 220.25626 31.595367L220.25626 31.501617ZM221.52188 31.657867Q221.52188 32.907867 222.0375 33.626617Q222.55313 34.329742 223.475 34.329742Q224.67813 34.329742 225.225 33.251617L225.225 29.845367Q224.6625 28.814117 223.49063 28.814117Q222.55313 28.814117 222.0375 29.532867Q221.52188 30.235992 221.52188 31.657867ZM229.92813 35.267242L228.6625 35.267242L228.6625 27.876617L229.92813 27.876617L229.92813 35.267242ZM228.56876 25.907867Q228.56876 25.595367 228.75626 25.392242Q228.94376 25.173492 229.30313 25.173492Q229.67813 25.173492 229.86563 25.392242Q230.06876 25.595367 230.06876 25.907867Q230.06876 26.220367 229.86563 26.423492Q229.67813 26.626617 229.30313 26.626617Q228.94376 26.626617 228.75626 26.423492Q228.56876 26.220367 228.56876 25.907867ZM235.86563 33.298492Q235.86563 32.798492 235.475 32.517242Q235.08438 32.220367 234.13126 32.017242Q233.17813 31.814117 232.6 31.532867Q232.0375 31.235992 231.77188 30.845367Q231.50626 30.454742 231.50626 29.907867Q231.50626 28.985992 232.27188 28.360992Q233.0375 27.735992 234.24063 27.735992Q235.49063 27.735992 236.27188 28.392242Q237.05313 29.032867 237.05313 30.048492L235.7875 30.048492Q235.7875 29.517242 235.35 29.142242Q234.9125 28.767242 234.24063 28.767242Q233.55313 28.767242 233.1625 29.079742Q232.77188 29.376617 232.77188 29.860992Q232.77188 30.314117 233.13126 30.548492Q233.49063 30.782867 234.42813 31.001617Q235.38126 31.204742 235.975 31.501617Q236.56876 31.798492 236.85 32.220367Q237.13126 32.626617 237.13126 33.220367Q237.13126 34.204742 236.33438 34.814117Q235.5375 35.407867 234.27188 35.407867Q233.39688 35.407867 232.70938 35.095367Q232.02188 34.767242 231.63126 34.204742Q231.25626 33.642242 231.25626 32.985992L232.52188 32.985992Q232.55313 33.626617 233.02188 34.001617Q233.50626 34.376617 234.27188 34.376617Q234.99063 34.376617 235.42813 34.079742Q235.86563 33.782867 235.86563 33.298492ZM243.13126 35.267242Q243.02188 35.048492 242.94376 34.485992Q242.06876 35.407867 240.83438 35.407867Q239.74063 35.407867 239.0375 34.798492Q238.35 34.173492 238.35 33.220367Q238.35 32.064117 239.225 31.423492Q240.1 30.782867 241.69376 30.782867L242.92813 30.782867L242.92813 30.204742Q242.92813 29.532867 242.52188 29.142242Q242.13126 28.751617 241.36563 28.751617Q240.67813 28.751617 240.225 29.095367Q239.77188 29.439117 239.77188 29.923492L238.49063 29.923492Q238.49063 29.360992 238.88126 28.845367Q239.2875 28.329742 239.95938 28.032867Q240.63126 27.735992 241.42813 27.735992Q242.70938 27.735992 243.42813 28.376617Q244.1625 29.017242 244.19376 30.126617L244.19376 33.532867Q244.19376 34.548492 244.44376 35.157867L244.44376 35.267242L243.13126 35.267242ZM241.02188 34.298492Q241.61563 34.298492 242.14688 34.001617Q242.69376 33.689117 242.92813 33.189117L242.92813 31.673492L241.92813 31.673492Q239.61563 31.673492 239.61563 33.032867Q239.61563 33.626617 240.00626 33.970367Q240.39688 34.298492 241.02188 34.298492ZM246.25626 31.501617Q246.25626 29.782867 247.05313 28.767242Q247.85 27.735992 249.17813 27.735992Q250.52188 27.735992 251.2875 28.689117L251.35 27.876617L252.50626 27.876617L252.50626 35.095367Q252.50626 36.532867 251.64688 37.345367Q250.80313 38.173492 249.36563 38.173492Q248.56876 38.173492 247.80313 37.829742Q247.0375 37.501617 246.63126 36.907867L247.2875 36.142242Q248.1 37.142242 249.27188 37.142242Q250.19376 37.142242 250.70938 36.626617Q251.24063 36.110992 251.24063 35.157867L251.24063 34.532867Q250.475 35.407867 249.1625 35.407867Q247.86563 35.407867 247.05313 34.360992Q246.25626 33.314117 246.25626 31.501617ZM247.52188 31.657867Q247.52188 32.907867 248.0375 33.626617Q248.55313 34.329742 249.475 34.329742Q250.67813 34.329742 251.24063 33.235992L251.24063 29.860992Q250.64688 28.814117 249.49063 28.814117Q248.56876 28.814117 248.0375 29.532867Q247.52188 30.235992 247.52188 31.657867ZM258.13126 29.001617Q257.85 28.954742 257.50626 28.954742Q256.27188 28.954742 255.81876 30.017242L255.81876 35.267242L254.55313 35.267242L254.55313 27.876617L255.7875 27.876617L255.80313 28.720367Q256.42813 27.735992 257.56876 27.735992Q257.94376 27.735992 258.13126 27.829742L258.13126 29.001617ZM262.63126 35.407867Q261.11563 35.407867 260.17813 34.423492Q259.24063 33.423492 259.24063 31.767242L259.24063 31.548492Q259.24063 30.439117 259.6625 29.579742Q260.08438 28.704742 260.83438 28.220367Q261.58438 27.735992 262.475 27.735992Q263.9125 27.735992 264.70938 28.689117Q265.50626 29.626617 265.50626 31.407867L265.50626 31.923492L260.50626 31.923492Q260.52188 33.017242 261.13126 33.704742Q261.75626 34.376617 262.69376 34.376617Q263.36563 34.376617 263.81876 34.110992Q264.2875 33.829742 264.64688 33.376617L265.4125 33.970367Q264.49063 35.407867 262.63126 35.407867ZM262.475 28.767242Q261.70938 28.767242 261.17813 29.329742Q260.6625 29.892242 260.5375 30.892242L264.24063 30.892242L264.24063 30.798492Q264.19376 29.829742 263.725 29.298492Q263.25626 28.767242 262.475 28.767242ZM269.63126 35.407867Q268.11563 35.407867 267.17813 34.423492Q266.24063 33.423492 266.24063 31.767242L266.24063 31.548492Q266.24063 30.439117 266.6625 29.579742Q267.08438 28.704742 267.83438 28.220367Q268.58438 27.735992 269.475 27.735992Q270.9125 27.735992 271.70938 28.689117Q272.50626 29.626617 272.50626 31.407867L272.50626 31.923492L267.50626 31.923492Q267.52188 33.017242 268.13126 33.704742Q268.75626 34.376617 269.69376 34.376617Q270.36563 34.376617 270.81876 34.110992Q271.2875 33.829742 271.64688 33.376617L272.4125 33.970367Q271.49063 35.407867 269.63126 35.407867ZM269.475 28.767242Q268.70938 28.767242 268.17813 29.329742Q267.6625 29.892242 267.5375 30.892242L271.24063 30.892242L271.24063 30.798492Q271.19376 29.829742 270.725 29.298492Q270.25626 28.767242 269.475 28.767242ZM283.1 33.517242L284.52188 27.876617L285.7875 27.876617L283.64688 35.267242L282.61563 35.267242L280.81876 29.657867L279.06876 35.267242L278.0375 35.267242L275.89688 27.876617L277.14688 27.876617L278.61563 33.407867L280.33438 27.876617L281.35 27.876617L283.1 33.517242ZM288.92813 35.267242L287.6625 35.267242L287.6625 27.876617L288.92813 27.876617L288.92813 35.267242ZM287.56876 25.907867Q287.56876 25.595367 287.75626 25.392242Q287.94376 25.173492 288.30313 25.173492Q288.67813 25.173492 288.86563 25.392242Q289.06876 25.595367 289.06876 25.907867Q289.06876 26.220367 288.86563 26.423492Q288.67813 26.626617 288.30313 26.626617Q287.94376 26.626617 287.75626 26.423492Q287.56876 26.220367 287.56876 25.907867ZM292.27188 26.079742L292.27188 27.876617L293.64688 27.876617L293.64688 28.845367L292.27188 28.845367L292.27188 33.439117Q292.27188 33.876617 292.45938 34.110992Q292.64688 34.329742 293.08438 34.329742Q293.30313 34.329742 293.69376 34.235992L293.69376 35.267242Q293.19376 35.407867 292.725 35.407867Q291.86563 35.407867 291.42813 34.892242Q291.00626 34.376617 291.00626 33.439117L291.00626 28.845367L289.6625 28.845367L289.6625 27.876617L291.00626 27.876617L291.00626 26.079742L292.27188 26.079742ZM296.81876 28.767242Q297.6625 27.735992 299.00626 27.735992Q301.35 27.735992 301.38126 30.376617L301.38126 35.267242L300.11563 35.267242L300.11563 30.376617Q300.1 29.579742 299.74063 29.204742Q299.38126 28.814117 298.63126 28.814117Q298.00626 28.814117 297.5375 29.142242Q297.08438 29.470367 296.81876 30.001617L296.81876 35.267242L295.55313 35.267242L295.55313 24.767242L296.81876 24.767242L296.81876 28.767242ZM308.27188 26.079742L308.27188 27.876617L309.64688 27.876617L309.64688 28.845367L308.27188 28.845367L308.27188 33.439117Q308.27188 33.876617 308.45938 34.110992Q308.64688 34.329742 309.08438 34.329742Q309.30313 34.329742 309.69376 34.235992L309.69376 35.267242Q309.19376 35.407867 308.725 35.407867Q307.86563 35.407867 307.42813 34.892242Q307.00626 34.376617 307.00626 33.439117L307.00626 28.845367L305.6625 28.845367L305.6625 27.876617L307.00626 27.876617L307.00626 26.079742L308.27188 26.079742ZM312.81876 28.767242Q313.6625 27.735992 315.00626 27.735992Q317.35 27.735992 317.38126 30.376617L317.38126 35.267242L316.11563 35.267242L316.11563 30.376617Q316.1 29.579742 315.74063 29.204742Q315.38126 28.814117 314.63126 28.814117Q314.00626 28.814117 313.5375 29.142242Q313.08438 29.470367 312.81876 30.001617L312.81876 35.267242L311.55313 35.267242L311.55313 24.767242L312.81876 24.767242L312.81876 28.767242ZM322.63126 35.407867Q321.11563 35.407867 320.17813 34.423492Q319.24063 33.423492 319.24063 31.767242L319.24063 31.548492Q319.24063 30.439117 319.6625 29.579742Q320.08438 28.704742 320.83438 28.220367Q321.58438 27.735992 322.475 27.735992Q323.9125 27.735992 324.70938 28.689117Q325.50626 29.626617 325.50626 31.407867L325.50626 31.923492L320.50626 31.923492Q320.52188 33.017242 321.13126 33.704742Q321.75626 34.376617 322.69376 34.376617Q323.36563 34.376617 323.81876 34.110992Q324.2875 33.829742 324.64688 33.376617L325.4125 33.970367Q324.49063 35.407867 322.63126 35.407867ZM322.475 28.767242Q321.70938 28.767242 321.17813 29.329742Q320.6625 29.892242 320.5375 30.892242L324.24063 30.892242L324.24063 30.798492Q324.19376 29.829742 323.725 29.298492Q323.25626 28.767242 322.475 28.767242ZM330.17813 35.267242L330.17813 28.845367L329.00626 28.845367L329.00626 27.876617L330.17813 27.876617L330.17813 27.110992Q330.17813 25.923492 330.80313 25.282867Q331.44376 24.626617 332.61563 24.626617Q333.05313 24.626617 333.475 24.735992L333.4125 25.767242Q333.08438 25.704742 332.725 25.704742Q332.11563 25.704742 331.77188 26.064117Q331.44376 26.423492 331.44376 27.095367L331.44376 27.876617L333.02188 27.876617L333.02188 28.845367L331.44376 28.845367L331.44376 35.267242L330.17813 35.267242ZM334.225 31.501617Q334.225 30.407867 334.64688 29.548492Q335.08438 28.673492 335.83438 28.204742Q336.6 27.735992 337.58438 27.735992Q339.08438 27.735992 340.02188 28.782867Q340.95938 29.829742 340.95938 31.564117L340.95938 31.657867Q340.95938 32.735992 340.5375 33.595367Q340.13126 34.439117 339.35 34.923492Q338.58438 35.407867 337.6 35.407867Q336.08438 35.407867 335.14688 34.360992Q334.225 33.314117 334.225 31.595367L334.225 31.501617ZM335.49063 31.657867Q335.49063 32.876617 336.05313 33.626617Q336.63126 34.376617 337.6 34.376617Q338.55313 34.376617 339.11563 33.626617Q339.69376 32.860992 339.69376 31.501617Q339.69376 30.282867 339.11563 29.532867Q338.5375 28.767242 337.58438 28.767242Q336.64688 28.767242 336.06876 29.517242Q335.49063 30.267242 335.49063 31.657867ZM343.92813 35.267242L342.6625 35.267242L342.6625 24.767242L343.92813 24.767242L343.92813 35.267242ZM346.92813 35.267242L345.6625 35.267242L345.6625 24.767242L346.92813 24.767242L346.92813 35.267242ZM348.225 31.501617Q348.225 30.407867 348.64688 29.548492Q349.08438 28.673492 349.83438 28.204742Q350.6 27.735992 351.58438 27.735992Q353.08438 27.735992 354.02188 28.782867Q354.95938 29.829742 354.95938 31.564117L354.95938 31.657867Q354.95938 32.735992 354.5375 33.595367Q354.13126 34.439117 353.35 34.923492Q352.58438 35.407867 351.6 35.407867Q350.08438 35.407867 349.14688 34.360992Q348.225 33.314117 348.225 31.595367L348.225 31.501617ZM349.49063 31.657867Q349.49063 32.876617 350.05313 33.626617Q350.63126 34.376617 351.6 34.376617Q352.55313 34.376617 353.11563 33.626617Q353.69376 32.860992 353.69376 31.501617Q353.69376 30.282867 353.11563 29.532867Q352.5375 28.767242 351.58438 28.767242Q350.64688 28.767242 350.06876 29.517242Q349.49063 30.267242 349.49063 31.657867ZM363.1 33.517242L364.52188 27.876617L365.7875 27.876617L363.64688 35.267242L362.61563 35.267242L360.81876 29.657867L359.06876 35.267242L358.0375 35.267242L355.89688 27.876617L357.14688 27.876617L358.61563 33.407867L360.33438 27.876617L361.35 27.876617L363.1 33.517242ZM368.92813 35.267242L367.6625 35.267242L367.6625 27.876617L368.92813 27.876617L368.92813 35.267242ZM367.56876 25.907867Q367.56876 25.595367 367.75626 25.392242Q367.94376 25.173492 368.30313 25.173492Q368.67813 25.173492 368.86563 25.392242Q369.06876 25.595367 369.06876 25.907867Q369.06876 26.220367 368.86563 26.423492Q368.67813 26.626617 368.30313 26.626617Q367.94376 26.626617 367.75626 26.423492Q367.56876 26.220367 367.56876 25.907867ZM371.75626 27.876617L371.7875 28.798492Q372.64688 27.735992 374.00626 27.735992Q376.35 27.735992 376.38126 30.376617L376.38126 35.267242L375.11563 35.267242L375.11563 30.376617Q375.1 29.579742 374.74063 29.204742Q374.38126 28.814117 373.63126 28.814117Q373.00626 28.814117 372.5375 29.142242Q372.08438 29.470367 371.81876 30.001617L371.81876 35.267242L370.55313 35.267242L370.55313 27.876617L371.75626 27.876617ZM378.25626 31.501617Q378.25626 29.782867 379.05313 28.767242Q379.85 27.735992 381.17813 27.735992Q382.52188 27.735992 383.2875 28.689117L383.35 27.876617L384.50626 27.876617L384.50626 35.095367Q384.50626 36.532867 383.64688 37.345367Q382.80313 38.173492 381.36563 38.173492Q380.56876 38.173492 379.80313 37.829742Q379.0375 37.501617 378.63126 36.907867L379.2875 36.142242Q380.1 37.142242 381.27188 37.142242Q382.19376 37.142242 382.70938 36.626617Q383.24063 36.110992 383.24063 35.157867L383.24063 34.532867Q382.475 35.407867 381.1625 35.407867Q379.86563 35.407867 379.05313 34.360992Q378.25626 33.314117 378.25626 31.501617ZM379.52188 31.657867Q379.52188 32.907867 380.0375 33.626617Q380.55313 34.329742 381.475 34.329742Q382.67813 34.329742 383.24063 33.235992L383.24063 29.860992Q382.64688 28.814117 381.49063 28.814117Q380.56876 28.814117 380.0375 29.532867Q379.52188 30.235992 379.52188 31.657867ZM388.0375 32.470367Q388.05313 31.657867 388.225 31.189117Q388.39688 30.704742 388.92813 30.126617L389.81876 29.204742Q390.39688 28.564117 390.39688 27.814117Q390.39688 27.095367 390.02188 26.689117Q389.64688 26.282867 388.92813 26.282867Q388.225 26.282867 387.80313 26.657867Q387.38126 27.017242 387.38126 27.642242L386.11563 27.642242Q386.13126 26.532867 386.89688 25.860992Q387.67813 25.173492 388.92813 25.173492Q390.20938 25.173492 390.92813 25.876617Q391.6625 26.564117 391.6625 27.767242Q391.6625 28.970367 390.55313 30.126617L389.80313 30.876617Q389.30313 31.423492 389.30313 32.470367L388.0375 32.470367ZM387.99063 34.626617Q387.99063 34.329742 388.17813 34.126617Q388.36563 33.907867 388.725 33.907867Q389.1 33.907867 389.2875 34.126617Q389.49063 34.329742 389.49063 34.642242Q389.49063 34.939117 389.2875 35.142242Q389.1 35.345367 388.725 35.345367Q388.36563 35.345367 388.17813 35.142242Q387.99063 34.939117 387.99063 34.626617Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig13.svg b/_content/survey2018/fig13.svg
deleted file mode 100644
index 7fce1fe..0000000
--- a/_content/survey2018/fig13.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 762.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="762" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 762.0L0 762.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 762.0L0 762.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 61.5L142.5 656.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 61.5L249.5 656.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 61.5L355.5 656.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 61.5L462.5 656.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 61.5L569.5 656.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 61.419395L569.4754 61.419395L569.4754 656.20795L142.303 656.20795L142.303 61.419395Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 96.0L142.0 83.0L365.0 83.0C366.10458 83.0 367.0 83.89543 367.0 85.0L367.0 94.0C367.0 95.10457 366.10458 96.0 365.0 96.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 96.0L142.0 83.0L365.0 83.0C366.10458 83.0 367.0 83.89543 367.0 85.0L367.0 94.0C367.0 95.10457 366.10458 96.0 365.0 96.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 160.0L142.0 147.0L311.0 147.0C312.10458 147.0 313.0 147.89543 313.0 149.0L313.0 158.0C313.0 159.10457 312.10458 160.0 311.0 160.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 160.0L142.0 147.0L311.0 147.0C312.10458 147.0 313.0 147.89543 313.0 149.0L313.0 158.0C313.0 159.10457 312.10458 160.0 311.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 224.0L142.0 211.0L199.0 211.0C200.10457 211.0 201.0 211.89543 201.0 213.0L201.0 222.0C201.0 223.10457 200.10457 224.0 199.0 224.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 224.0L142.0 211.0L199.0 211.0C200.10457 211.0 201.0 211.89543 201.0 213.0L201.0 222.0C201.0 223.10457 200.10457 224.0 199.0 224.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 287.0L142.0 274.0L226.0 274.0C227.10457 274.0 228.0 274.89542 228.0 276.0L228.0 285.0C228.0 286.10458 227.10457 287.0 226.0 287.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 287.0L142.0 274.0L226.0 274.0C227.10457 274.0 228.0 274.89542 228.0 276.0L228.0 285.0C228.0 286.10458 227.10457 287.0 226.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 351.0L142.0 338.0L268.0 338.0C269.10458 338.0 270.0 338.89542 270.0 340.0L270.0 349.0C270.0 350.10458 269.10458 351.0 268.0 351.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 351.0L142.0 338.0L268.0 338.0C269.10458 338.0 270.0 338.89542 270.0 340.0L270.0 349.0C270.0 350.10458 269.10458 351.0 268.0 351.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 478.0L142.0 465.0L188.0 465.0C189.10457 465.0 190.0 465.89542 190.0 467.0L190.0 476.0C190.0 477.10458 189.10457 478.0 188.0 478.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 478.0L142.0 465.0L188.0 465.0C189.10457 465.0 190.0 465.89542 190.0 467.0L190.0 476.0C190.0 477.10458 189.10457 478.0 188.0 478.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 542.0L142.0 529.0L156.0 529.0C157.10457 529.0 158.0 529.89545 158.0 531.0L158.0 540.0C158.0 541.10455 157.10457 542.0 156.0 542.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 542.0L142.0 529.0L156.0 529.0C157.10457 529.0 158.0 529.89545 158.0 531.0L158.0 540.0C158.0 541.10455 157.10457 542.0 156.0 542.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 605.0L142.0 592.0L194.0 592.0C195.10457 592.0 196.0 592.89545 196.0 594.0L196.0 603.0C196.0 604.10455 195.10457 605.0 194.0 605.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 605.0L142.0 592.0L194.0 592.0C195.10457 592.0 196.0 592.89545 196.0 594.0L196.0 603.0C196.0 604.10455 195.10457 605.0 194.0 605.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 110.0L142.0 97.0L402.0 97.0C403.10458 97.0 404.0 97.89543 404.0 99.0L404.0 108.0C404.0 109.10457 403.10458 110.0 402.0 110.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 110.0L142.0 97.0L402.0 97.0C403.10458 97.0 404.0 97.89543 404.0 99.0L404.0 108.0C404.0 109.10457 403.10458 110.0 402.0 110.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 174.0L142.0 161.0L327.0 161.0C328.10458 161.0 329.0 161.89543 329.0 163.0L329.0 172.0C329.0 173.10457 328.10458 174.0 327.0 174.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 174.0L142.0 161.0L327.0 161.0C328.10458 161.0 329.0 161.89543 329.0 163.0L329.0 172.0C329.0 173.10457 328.10458 174.0 327.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 238.0L142.0 225.0L242.0 225.0C243.10457 225.0 244.0 225.89543 244.0 227.0L244.0 236.0C244.0 237.10457 243.10457 238.0 242.0 238.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 238.0L142.0 225.0L242.0 225.0C243.10457 225.0 244.0 225.89543 244.0 227.0L244.0 236.0C244.0 237.10457 243.10457 238.0 242.0 238.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 301.0L142.0 288.0L231.0 288.0C232.10457 288.0 233.0 288.89542 233.0 290.0L233.0 299.0C233.0 300.10458 232.10457 301.0 231.0 301.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 301.0L142.0 288.0L231.0 288.0C232.10457 288.0 233.0 288.89542 233.0 290.0L233.0 299.0C233.0 300.10458 232.10457 301.0 231.0 301.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 365.0L142.0 352.0L226.0 352.0C227.10457 352.0 228.0 352.89542 228.0 354.0L228.0 363.0C228.0 364.10458 227.10457 365.0 226.0 365.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 365.0L142.0 352.0L226.0 352.0C227.10457 352.0 228.0 352.89542 228.0 354.0L228.0 363.0C228.0 364.10458 227.10457 365.0 226.0 365.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 492.0L142.0 479.0L199.0 479.0C200.10457 479.0 201.0 479.89542 201.0 481.0L201.0 490.0C201.0 491.10458 200.10457 492.0 199.0 492.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 492.0L142.0 479.0L199.0 479.0C200.10457 479.0 201.0 479.89542 201.0 481.0L201.0 490.0C201.0 491.10458 200.10457 492.0 199.0 492.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 556.0L142.0 543.0L167.0 543.0C168.10457 543.0 169.0 543.89545 169.0 545.0L169.0 554.0C169.0 555.10455 168.10457 556.0 167.0 556.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 556.0L142.0 543.0L167.0 543.0C168.10457 543.0 169.0 543.89545 169.0 545.0L169.0 554.0C169.0 555.10455 168.10457 556.0 167.0 556.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 619.0L142.0 606.0L204.0 606.0C205.10457 606.0 206.0 606.89545 206.0 608.0L206.0 617.0C206.0 618.10455 205.10457 619.0 204.0 619.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 619.0L142.0 606.0L204.0 606.0C205.10457 606.0 206.0 606.89545 206.0 608.0L206.0 617.0C206.0 618.10455 205.10457 619.0 204.0 619.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 124.0L142.0 111.0L397.0 111.0C398.10458 111.0 399.0 111.89543 399.0 113.0L399.0 122.0C399.0 123.10457 398.10458 124.0 397.0 124.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 124.0L142.0 111.0L397.0 111.0C398.10458 111.0 399.0 111.89543 399.0 113.0L399.0 122.0C399.0 123.10457 398.10458 124.0 397.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 188.0L142.0 175.0L317.0 175.0C318.10458 175.0 319.0 175.89543 319.0 177.0L319.0 186.0C319.0 187.10457 318.10458 188.0 317.0 188.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 188.0L142.0 175.0L317.0 175.0C318.10458 175.0 319.0 175.89543 319.0 177.0L319.0 186.0C319.0 187.10457 318.10458 188.0 317.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 252.0L142.0 239.0L258.0 239.0C259.10458 239.0 260.0 239.89543 260.0 241.0L260.0 250.0C260.0 251.10457 259.10458 252.0 258.0 252.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 252.0L142.0 239.0L258.0 239.0C259.10458 239.0 260.0 239.89543 260.0 241.0L260.0 250.0C260.0 251.10457 259.10458 252.0 258.0 252.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 315.0L142.0 302.0L242.0 302.0C243.10457 302.0 244.0 302.89542 244.0 304.0L244.0 313.0C244.0 314.10458 243.10457 315.0 242.0 315.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 315.0L142.0 302.0L242.0 302.0C243.10457 302.0 244.0 302.89542 244.0 304.0L244.0 313.0C244.0 314.10458 243.10457 315.0 242.0 315.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 379.0L142.0 366.0L236.0 366.0C237.10457 366.0 238.0 366.89542 238.0 368.0L238.0 377.0C238.0 378.10458 237.10457 379.0 236.0 379.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 379.0L142.0 366.0L236.0 366.0C237.10457 366.0 238.0 366.89542 238.0 368.0L238.0 377.0C238.0 378.10458 237.10457 379.0 236.0 379.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 442.0L142.0 429.0L194.0 429.0C195.10457 429.0 196.0 429.89542 196.0 431.0L196.0 440.0C196.0 441.10458 195.10457 442.0 194.0 442.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 442.0L142.0 429.0L194.0 429.0C195.10457 429.0 196.0 429.89542 196.0 431.0L196.0 440.0C196.0 441.10458 195.10457 442.0 194.0 442.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 506.0L142.0 493.0L188.0 493.0C189.10457 493.0 190.0 493.89542 190.0 495.0L190.0 504.0C190.0 505.10458 189.10457 506.0 188.0 506.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 506.0L142.0 493.0L188.0 493.0C189.10457 493.0 190.0 493.89542 190.0 495.0L190.0 504.0C190.0 505.10458 189.10457 506.0 188.0 506.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 570.0L142.0 557.0L172.0 557.0C173.10457 557.0 174.0 557.89545 174.0 559.0L174.0 568.0C174.0 569.10455 173.10457 570.0 172.0 570.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 570.0L142.0 557.0L172.0 557.0C173.10457 557.0 174.0 557.89545 174.0 559.0L174.0 568.0C174.0 569.10455 173.10457 570.0 172.0 570.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 633.0L142.0 620.0L194.0 620.0C195.10457 620.0 196.0 620.89545 196.0 622.0L196.0 631.0C196.0 632.10455 195.10457 633.0 194.0 633.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 633.0L142.0 620.0L194.0 620.0C195.10457 620.0 196.0 620.89545 196.0 622.0L196.0 631.0C196.0 632.10455 195.10457 633.0 194.0 633.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M382.4435 94.0L382.4435 91.9375L378.72476 91.9375L378.72476 90.96875L382.64664 85.40625L383.506 85.40625L383.506 90.96875L384.66226 90.96875L384.66226 91.9375L383.506 91.9375L383.506 94.0L382.4435 94.0ZM382.4435 90.96875L382.4435 87.109375L379.756 90.96875L382.4435 90.96875ZM391.6154 92.984375L391.6154 94.0L385.9279 94.0Q385.9279 93.625 386.0529 93.265625Q386.27164 92.6875 386.7404 92.125Q387.22476 91.5625 388.131 90.828125Q389.53726 89.671875 390.02164 89.0Q390.52164 88.328125 390.52164 87.734375Q390.52164 87.109375 390.0685 86.6875Q389.6154 86.25 388.89664 86.25Q388.131 86.25 387.6779 86.703125Q387.22476 87.15625 387.20914 87.96875L386.131 87.859375Q386.2404 86.640625 386.95914 86.015625Q387.6935 85.375 388.9279 85.375Q390.16226 85.375 390.881 86.0625Q391.59976 86.75 391.59976 87.765625Q391.59976 88.28125 391.381 88.78125Q391.1779 89.265625 390.6779 89.828125Q390.1935 90.375 389.0685 91.328125Q388.1154 92.125 387.83414 92.421875Q387.5685 92.703125 387.39664 92.984375L391.6154 92.984375ZM393.27164 87.46875Q393.27164 86.546875 393.72476 85.90625Q394.1935 85.265625 395.0685 85.265625Q395.881 85.265625 396.41226 85.84375Q396.9435 86.421875 396.9435 87.53125Q396.9435 88.625 396.39664 89.21875Q395.8654 89.796875 395.08414 89.796875Q394.3029 89.796875 393.78726 89.21875Q393.27164 88.640625 393.27164 87.46875ZM395.09976 85.984375Q394.70914 85.984375 394.4435 86.328125Q394.1935 86.671875 394.1935 87.578125Q394.1935 88.40625 394.4435 88.75Q394.70914 89.078125 395.09976 89.078125Q395.506 89.078125 395.756 88.734375Q396.02164 88.390625 396.02164 87.5Q396.02164 86.65625 395.756 86.328125Q395.4904 85.984375 395.09976 85.984375ZM395.09976 94.3125L399.8029 85.265625L400.66226 85.265625L395.97476 94.3125L395.09976 94.3125ZM398.8185 91.984375Q398.8185 91.0625 399.27164 90.421875Q399.7404 89.78125 400.631 89.78125Q401.4435 89.78125 401.97476 90.359375Q402.506 90.921875 402.506 92.046875Q402.506 93.140625 401.95914 93.734375Q401.4279 94.3125 400.631 94.3125Q399.8654 94.3125 399.33414 93.734375Q398.8185 93.15625 398.8185 91.984375ZM400.66226 90.5Q400.256 90.5 399.9904 90.84375Q399.7404 91.1875 399.7404 92.09375Q399.7404 92.90625 400.006 93.25Q400.27164 93.59375 400.66226 93.59375Q401.0529 93.59375 401.3185 93.25Q401.58414 92.90625 401.58414 92.0Q401.58414 91.171875 401.3185 90.84375Q401.0529 90.5 400.66226 90.5Z" fill-rule="nonzero"/><path fill="#666666" d="M382.4435 94.0L382.4435 91.9375L378.72476 91.9375L378.72476 90.96875L382.64664 85.40625L383.506 85.40625L383.506 90.96875L384.66226 90.96875L384.66226 91.9375L383.506 91.9375L383.506 94.0L382.4435 94.0ZM382.4435 90.96875L382.4435 87.109375L379.756 90.96875L382.4435 90.96875ZM391.6154 92.984375L391.6154 94.0L385.9279 94.0Q385.9279 93.625 386.0529 93.265625Q386.27164 92.6875 386.7404 92.125Q387.22476 91.5625 388.131 90.828125Q389.53726 89.671875 390.02164 89.0Q390.52164 88.328125 390.52164 87.734375Q390.52164 87.109375 390.0685 86.6875Q389.6154 86.25 388.89664 86.25Q388.131 86.25 387.6779 86.703125Q387.22476 87.15625 387.20914 87.96875L386.131 87.859375Q386.2404 86.640625 386.95914 86.015625Q387.6935 85.375 388.9279 85.375Q390.16226 85.375 390.881 86.0625Q391.59976 86.75 391.59976 87.765625Q391.59976 88.28125 391.381 88.78125Q391.1779 89.265625 390.6779 89.828125Q390.1935 90.375 389.0685 91.328125Q388.1154 92.125 387.83414 92.421875Q387.5685 92.703125 387.39664 92.984375L391.6154 92.984375ZM393.27164 87.46875Q393.27164 86.546875 393.72476 85.90625Q394.1935 85.265625 395.0685 85.265625Q395.881 85.265625 396.41226 85.84375Q396.9435 86.421875 396.9435 87.53125Q396.9435 88.625 396.39664 89.21875Q395.8654 89.796875 395.08414 89.796875Q394.3029 89.796875 393.78726 89.21875Q393.27164 88.640625 393.27164 87.46875ZM395.09976 85.984375Q394.70914 85.984375 394.4435 86.328125Q394.1935 86.671875 394.1935 87.578125Q394.1935 88.40625 394.4435 88.75Q394.70914 89.078125 395.09976 89.078125Q395.506 89.078125 395.756 88.734375Q396.02164 88.390625 396.02164 87.5Q396.02164 86.65625 395.756 86.328125Q395.4904 85.984375 395.09976 85.984375ZM395.09976 94.3125L399.8029 85.265625L400.66226 85.265625L395.97476 94.3125L395.09976 94.3125ZM398.8185 91.984375Q398.8185 91.0625 399.27164 90.421875Q399.7404 89.78125 400.631 89.78125Q401.4435 89.78125 401.97476 90.359375Q402.506 90.921875 402.506 92.046875Q402.506 93.140625 401.95914 93.734375Q401.4279 94.3125 400.631 94.3125Q399.8654 94.3125 399.33414 93.734375Q398.8185 93.15625 398.8185 91.984375ZM400.66226 90.5Q400.256 90.5 399.9904 90.84375Q399.7404 91.1875 399.7404 92.09375Q399.7404 92.90625 400.006 93.25Q400.27164 93.59375 400.66226 93.59375Q401.0529 93.59375 401.3185 93.25Q401.58414 92.90625 401.58414 92.0Q401.58414 91.171875 401.3185 90.84375Q401.0529 90.5 400.66226 90.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.67197 155.73438L326.73447 155.59375Q326.90634 156.48438 327.34384 156.89062Q327.78134 157.28125 328.40634 157.28125Q329.15634 157.28125 329.67197 156.76562Q330.1876 156.25 330.1876 155.48438Q330.1876 154.76562 329.70322 154.29688Q329.23447 153.8125 328.5001 153.8125Q328.20322 153.8125 327.7501 153.9375L327.8751 153.0Q327.98447 153.01562 328.04697 153.01562Q328.71884 153.01562 329.2501 152.67188Q329.79697 152.3125 329.79697 151.57812Q329.79697 151.0 329.40634 150.625Q329.01572 150.23438 328.39072 150.23438Q327.78134 150.23438 327.35947 150.625Q326.95322 151.01562 326.84384 151.78125L325.78134 151.59375Q325.96884 150.54688 326.65634 149.96875Q327.34384 149.375 328.35947 149.375Q329.0626 149.375 329.65634 149.6875Q330.2501 149.98438 330.5626 150.5Q330.8751 151.01562 330.8751 151.60938Q330.8751 152.15625 330.57822 152.625Q330.28134 153.07812 329.70322 153.34375Q330.45322 153.51562 330.8751 154.07812Q331.29697 154.625 331.29697 155.46875Q331.29697 156.59375 330.46884 157.375Q329.65634 158.15625 328.40634 158.15625Q327.28134 158.15625 326.53134 157.48438Q325.78134 156.79688 325.67197 155.73438ZM338.21884 156.98438L338.21884 158.0L332.53134 158.0Q332.53134 157.625 332.65634 157.26562Q332.8751 156.6875 333.34384 156.125Q333.82822 155.5625 334.73447 154.82812Q336.14072 153.67188 336.6251 153.0Q337.1251 152.32812 337.1251 151.73438Q337.1251 151.10938 336.67197 150.6875Q336.21884 150.25 335.5001 150.25Q334.73447 150.25 334.28134 150.70312Q333.82822 151.15625 333.8126 151.96875L332.73447 151.85938Q332.84384 150.64062 333.5626 150.01562Q334.29697 149.375 335.53134 149.375Q336.76572 149.375 337.48447 150.0625Q338.20322 150.75 338.20322 151.76562Q338.20322 152.28125 337.98447 152.78125Q337.78134 153.26562 337.28134 153.82812Q336.79697 154.375 335.67197 155.32812Q334.71884 156.125 334.4376 156.42188Q334.17197 156.70312 334.0001 156.98438L338.21884 156.98438ZM339.8751 151.46875Q339.8751 150.54688 340.32822 149.90625Q340.79697 149.26562 341.67197 149.26562Q342.48447 149.26562 343.01572 149.84375Q343.54697 150.42188 343.54697 151.53125Q343.54697 152.625 343.0001 153.21875Q342.46884 153.79688 341.6876 153.79688Q340.90634 153.79688 340.39072 153.21875Q339.8751 152.64062 339.8751 151.46875ZM341.70322 149.98438Q341.3126 149.98438 341.04697 150.32812Q340.79697 150.67188 340.79697 151.57812Q340.79697 152.40625 341.04697 152.75Q341.3126 153.07812 341.70322 153.07812Q342.10947 153.07812 342.35947 152.73438Q342.6251 152.39062 342.6251 151.5Q342.6251 150.65625 342.35947 150.32812Q342.09384 149.98438 341.70322 149.98438ZM341.70322 158.3125L346.40634 149.26562L347.26572 149.26562L342.57822 158.3125L341.70322 158.3125ZM345.42197 155.98438Q345.42197 155.0625 345.8751 154.42188Q346.34384 153.78125 347.23447 153.78125Q348.04697 153.78125 348.57822 154.35938Q349.10947 154.92188 349.10947 156.04688Q349.10947 157.14062 348.5626 157.73438Q348.03134 158.3125 347.23447 158.3125Q346.46884 158.3125 345.9376 157.73438Q345.42197 157.15625 345.42197 155.98438ZM347.26572 154.5Q346.85947 154.5 346.59384 154.84375Q346.34384 155.1875 346.34384 156.09375Q346.34384 156.90625 346.60947 157.25Q346.8751 157.59375 347.26572 157.59375Q347.65634 157.59375 347.92197 157.25Q348.1876 156.90625 348.1876 156.0Q348.1876 155.17188 347.92197 154.84375Q347.65634 154.5 347.26572 154.5Z" fill-rule="nonzero"/><path fill="#666666" d="M325.67197 155.73438L326.73447 155.59375Q326.90634 156.48438 327.34384 156.89062Q327.78134 157.28125 328.40634 157.28125Q329.15634 157.28125 329.67197 156.76562Q330.1876 156.25 330.1876 155.48438Q330.1876 154.76562 329.70322 154.29688Q329.23447 153.8125 328.5001 153.8125Q328.20322 153.8125 327.7501 153.9375L327.8751 153.0Q327.98447 153.01562 328.04697 153.01562Q328.71884 153.01562 329.2501 152.67188Q329.79697 152.3125 329.79697 151.57812Q329.79697 151.0 329.40634 150.625Q329.01572 150.23438 328.39072 150.23438Q327.78134 150.23438 327.35947 150.625Q326.95322 151.01562 326.84384 151.78125L325.78134 151.59375Q325.96884 150.54688 326.65634 149.96875Q327.34384 149.375 328.35947 149.375Q329.0626 149.375 329.65634 149.6875Q330.2501 149.98438 330.5626 150.5Q330.8751 151.01562 330.8751 151.60938Q330.8751 152.15625 330.57822 152.625Q330.28134 153.07812 329.70322 153.34375Q330.45322 153.51562 330.8751 154.07812Q331.29697 154.625 331.29697 155.46875Q331.29697 156.59375 330.46884 157.375Q329.65634 158.15625 328.40634 158.15625Q327.28134 158.15625 326.53134 157.48438Q325.78134 156.79688 325.67197 155.73438ZM338.21884 156.98438L338.21884 158.0L332.53134 158.0Q332.53134 157.625 332.65634 157.26562Q332.8751 156.6875 333.34384 156.125Q333.82822 155.5625 334.73447 154.82812Q336.14072 153.67188 336.6251 153.0Q337.1251 152.32812 337.1251 151.73438Q337.1251 151.10938 336.67197 150.6875Q336.21884 150.25 335.5001 150.25Q334.73447 150.25 334.28134 150.70312Q333.82822 151.15625 333.8126 151.96875L332.73447 151.85938Q332.84384 150.64062 333.5626 150.01562Q334.29697 149.375 335.53134 149.375Q336.76572 149.375 337.48447 150.0625Q338.20322 150.75 338.20322 151.76562Q338.20322 152.28125 337.98447 152.78125Q337.78134 153.26562 337.28134 153.82812Q336.79697 154.375 335.67197 155.32812Q334.71884 156.125 334.4376 156.42188Q334.17197 156.70312 334.0001 156.98438L338.21884 156.98438ZM339.8751 151.46875Q339.8751 150.54688 340.32822 149.90625Q340.79697 149.26562 341.67197 149.26562Q342.48447 149.26562 343.01572 149.84375Q343.54697 150.42188 343.54697 151.53125Q343.54697 152.625 343.0001 153.21875Q342.46884 153.79688 341.6876 153.79688Q340.90634 153.79688 340.39072 153.21875Q339.8751 152.64062 339.8751 151.46875ZM341.70322 149.98438Q341.3126 149.98438 341.04697 150.32812Q340.79697 150.67188 340.79697 151.57812Q340.79697 152.40625 341.04697 152.75Q341.3126 153.07812 341.70322 153.07812Q342.10947 153.07812 342.35947 152.73438Q342.6251 152.39062 342.6251 151.5Q342.6251 150.65625 342.35947 150.32812Q342.09384 149.98438 341.70322 149.98438ZM341.70322 158.3125L346.40634 149.26562L347.26572 149.26562L342.57822 158.3125L341.70322 158.3125ZM345.42197 155.98438Q345.42197 155.0625 345.8751 154.42188Q346.34384 153.78125 347.23447 153.78125Q348.04697 153.78125 348.57822 154.35938Q349.10947 154.92188 349.10947 156.04688Q349.10947 157.14062 348.5626 157.73438Q348.03134 158.3125 347.23447 158.3125Q346.46884 158.3125 345.9376 157.73438Q345.42197 157.15625 345.42197 155.98438ZM347.26572 154.5Q346.85947 154.5 346.59384 154.84375Q346.34384 155.1875 346.34384 156.09375Q346.34384 156.90625 346.60947 157.25Q346.8751 157.59375 347.26572 157.59375Q347.65634 157.59375 347.92197 157.25Q348.1876 156.90625 348.1876 156.0Q348.1876 155.17188 347.92197 154.84375Q347.65634 154.5 347.26572 154.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.50797 222.0L216.46109 222.0L216.46109 215.28125Q216.07047 215.64062 215.44547 216.01562Q214.83609 216.375 214.35172 216.54688L214.35172 215.53125Q215.22672 215.10938 215.88297 214.53125Q216.55484 213.9375 216.83609 213.375L217.50797 213.375L217.50797 222.0ZM224.50797 222.0L223.46109 222.0L223.46109 215.28125Q223.07047 215.64062 222.44547 216.01562Q221.83609 216.375 221.35172 216.54688L221.35172 215.53125Q222.22672 215.10938 222.88297 214.53125Q223.55484 213.9375 223.83609 213.375L224.50797 213.375L224.50797 222.0ZM227.74234 215.46875Q227.74234 214.54688 228.19547 213.90625Q228.66422 213.26562 229.53922 213.26562Q230.35172 213.26562 230.88297 213.84375Q231.41422 214.42188 231.41422 215.53125Q231.41422 216.625 230.86734 217.21875Q230.33609 217.79688 229.55484 217.79688Q228.77359 217.79688 228.25797 217.21875Q227.74234 216.64062 227.74234 215.46875ZM229.57047 213.98438Q229.17984 213.98438 228.91422 214.32812Q228.66422 214.67188 228.66422 215.57812Q228.66422 216.40625 228.91422 216.75Q229.17984 217.07812 229.57047 217.07812Q229.97672 217.07812 230.22672 216.73438Q230.49234 216.39062 230.49234 215.5Q230.49234 214.65625 230.22672 214.32812Q229.96109 213.98438 229.57047 213.98438ZM229.57047 222.3125L234.27359 213.26562L235.13297 213.26562L230.44547 222.3125L229.57047 222.3125ZM233.28922 219.98438Q233.28922 219.0625 233.74234 218.42188Q234.21109 217.78125 235.10172 217.78125Q235.91422 217.78125 236.44547 218.35938Q236.97672 218.92188 236.97672 220.04688Q236.97672 221.14062 236.42984 221.73438Q235.89859 222.3125 235.10172 222.3125Q234.33609 222.3125 233.80484 221.73438Q233.28922 221.15625 233.28922 219.98438ZM235.13297 218.5Q234.72672 218.5 234.46109 218.84375Q234.21109 219.1875 234.21109 220.09375Q234.21109 220.90625 234.47672 221.25Q234.74234 221.59375 235.13297 221.59375Q235.52359 221.59375 235.78922 221.25Q236.05484 220.90625 236.05484 220.0Q236.05484 219.17188 235.78922 218.84375Q235.52359 218.5 235.13297 218.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.50797 222.0L216.46109 222.0L216.46109 215.28125Q216.07047 215.64062 215.44547 216.01562Q214.83609 216.375 214.35172 216.54688L214.35172 215.53125Q215.22672 215.10938 215.88297 214.53125Q216.55484 213.9375 216.83609 213.375L217.50797 213.375L217.50797 222.0ZM224.50797 222.0L223.46109 222.0L223.46109 215.28125Q223.07047 215.64062 222.44547 216.01562Q221.83609 216.375 221.35172 216.54688L221.35172 215.53125Q222.22672 215.10938 222.88297 214.53125Q223.55484 213.9375 223.83609 213.375L224.50797 213.375L224.50797 222.0ZM227.74234 215.46875Q227.74234 214.54688 228.19547 213.90625Q228.66422 213.26562 229.53922 213.26562Q230.35172 213.26562 230.88297 213.84375Q231.41422 214.42188 231.41422 215.53125Q231.41422 216.625 230.86734 217.21875Q230.33609 217.79688 229.55484 217.79688Q228.77359 217.79688 228.25797 217.21875Q227.74234 216.64062 227.74234 215.46875ZM229.57047 213.98438Q229.17984 213.98438 228.91422 214.32812Q228.66422 214.67188 228.66422 215.57812Q228.66422 216.40625 228.91422 216.75Q229.17984 217.07812 229.57047 217.07812Q229.97672 217.07812 230.22672 216.73438Q230.49234 216.39062 230.49234 215.5Q230.49234 214.65625 230.22672 214.32812Q229.96109 213.98438 229.57047 213.98438ZM229.57047 222.3125L234.27359 213.26562L235.13297 213.26562L230.44547 222.3125L229.57047 222.3125ZM233.28922 219.98438Q233.28922 219.0625 233.74234 218.42188Q234.21109 217.78125 235.10172 217.78125Q235.91422 217.78125 236.44547 218.35938Q236.97672 218.92188 236.97672 220.04688Q236.97672 221.14062 236.42984 221.73438Q235.89859 222.3125 235.10172 222.3125Q234.33609 222.3125 233.80484 221.73438Q233.28922 221.15625 233.28922 219.98438ZM235.13297 218.5Q234.72672 218.5 234.46109 218.84375Q234.21109 219.1875 234.21109 220.09375Q234.21109 220.90625 234.47672 221.25Q234.74234 221.59375 235.13297 221.59375Q235.52359 221.59375 235.78922 221.25Q236.05484 220.90625 236.05484 220.0Q236.05484 219.17188 235.78922 218.84375Q235.52359 218.5 235.13297 218.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.20624 285.0L243.15936 285.0L243.15936 278.28125Q242.76874 278.64062 242.14374 279.01562Q241.53436 279.375 241.04999 279.54688L241.04999 278.53125Q241.92499 278.10938 242.58124 277.53125Q243.25311 276.9375 243.53436 276.375L244.20624 276.375L244.20624 285.0ZM252.70624 278.51562L251.65936 278.59375Q251.51874 277.96875 251.26874 277.6875Q250.83124 277.23438 250.20624 277.23438Q249.70624 277.23438 249.31561 277.51562Q248.83124 277.89062 248.53436 278.59375Q248.25311 279.28125 248.23749 280.5625Q248.61249 279.98438 249.15936 279.70312Q249.72186 279.42188 250.33124 279.42188Q251.37811 279.42188 252.11249 280.20312Q252.86249 280.98438 252.86249 282.20312Q252.86249 283.01562 252.50311 283.71875Q252.15936 284.40625 251.54999 284.78125Q250.94061 285.14062 250.17499 285.14062Q248.84686 285.14062 248.01874 284.17188Q247.19061 283.20312 247.19061 280.98438Q247.19061 278.48438 248.11249 277.35938Q248.90936 276.375 250.26874 276.375Q251.28436 276.375 251.92499 276.95312Q252.58124 277.51562 252.70624 278.51562ZM248.40936 282.21875Q248.40936 282.76562 248.62811 283.26562Q248.86249 283.75 249.26874 284.01562Q249.69061 284.28125 250.15936 284.28125Q250.81561 284.28125 251.29999 283.75Q251.78436 283.20312 251.78436 282.28125Q251.78436 281.39062 251.29999 280.875Q250.83124 280.35938 250.11249 280.35938Q249.39374 280.35938 248.89374 280.875Q248.40936 281.39062 248.40936 282.21875ZM254.44061 278.46875Q254.44061 277.54688 254.89374 276.90625Q255.36249 276.26562 256.2375 276.26562Q257.05 276.26562 257.58124 276.84375Q258.1125 277.42188 258.1125 278.53125Q258.1125 279.625 257.5656 280.21875Q257.03436 280.79688 256.2531 280.79688Q255.47186 280.79688 254.95624 280.21875Q254.44061 279.64062 254.44061 278.46875ZM256.26874 276.98438Q255.87811 276.98438 255.61249 277.32812Q255.36249 277.67188 255.36249 278.57812Q255.36249 279.40625 255.61249 279.75Q255.87811 280.07812 256.26874 280.07812Q256.675 280.07812 256.925 279.73438Q257.1906 279.39062 257.1906 278.5Q257.1906 277.65625 256.925 277.32812Q256.65936 276.98438 256.26874 276.98438ZM256.26874 285.3125L260.97186 276.26562L261.83124 276.26562L257.14374 285.3125L256.26874 285.3125ZM259.9875 282.98438Q259.9875 282.0625 260.4406 281.42188Q260.90936 280.78125 261.8 280.78125Q262.6125 280.78125 263.14374 281.35938Q263.675 281.92188 263.675 283.04688Q263.675 284.14062 263.1281 284.73438Q262.59686 285.3125 261.8 285.3125Q261.03436 285.3125 260.5031 284.73438Q259.9875 284.15625 259.9875 282.98438ZM261.83124 281.5Q261.425 281.5 261.15936 281.84375Q260.90936 282.1875 260.90936 283.09375Q260.90936 283.90625 261.175 284.25Q261.4406 284.59375 261.83124 284.59375Q262.22186 284.59375 262.4875 284.25Q262.7531 283.90625 262.7531 283.0Q262.7531 282.17188 262.4875 281.84375Q262.22186 281.5 261.83124 281.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.20624 285.0L243.15936 285.0L243.15936 278.28125Q242.76874 278.64062 242.14374 279.01562Q241.53436 279.375 241.04999 279.54688L241.04999 278.53125Q241.92499 278.10938 242.58124 277.53125Q243.25311 276.9375 243.53436 276.375L244.20624 276.375L244.20624 285.0ZM252.70624 278.51562L251.65936 278.59375Q251.51874 277.96875 251.26874 277.6875Q250.83124 277.23438 250.20624 277.23438Q249.70624 277.23438 249.31561 277.51562Q248.83124 277.89062 248.53436 278.59375Q248.25311 279.28125 248.23749 280.5625Q248.61249 279.98438 249.15936 279.70312Q249.72186 279.42188 250.33124 279.42188Q251.37811 279.42188 252.11249 280.20312Q252.86249 280.98438 252.86249 282.20312Q252.86249 283.01562 252.50311 283.71875Q252.15936 284.40625 251.54999 284.78125Q250.94061 285.14062 250.17499 285.14062Q248.84686 285.14062 248.01874 284.17188Q247.19061 283.20312 247.19061 280.98438Q247.19061 278.48438 248.11249 277.35938Q248.90936 276.375 250.26874 276.375Q251.28436 276.375 251.92499 276.95312Q252.58124 277.51562 252.70624 278.51562ZM248.40936 282.21875Q248.40936 282.76562 248.62811 283.26562Q248.86249 283.75 249.26874 284.01562Q249.69061 284.28125 250.15936 284.28125Q250.81561 284.28125 251.29999 283.75Q251.78436 283.20312 251.78436 282.28125Q251.78436 281.39062 251.29999 280.875Q250.83124 280.35938 250.11249 280.35938Q249.39374 280.35938 248.89374 280.875Q248.40936 281.39062 248.40936 282.21875ZM254.44061 278.46875Q254.44061 277.54688 254.89374 276.90625Q255.36249 276.26562 256.2375 276.26562Q257.05 276.26562 257.58124 276.84375Q258.1125 277.42188 258.1125 278.53125Q258.1125 279.625 257.5656 280.21875Q257.03436 280.79688 256.2531 280.79688Q255.47186 280.79688 254.95624 280.21875Q254.44061 279.64062 254.44061 278.46875ZM256.26874 276.98438Q255.87811 276.98438 255.61249 277.32812Q255.36249 277.67188 255.36249 278.57812Q255.36249 279.40625 255.61249 279.75Q255.87811 280.07812 256.26874 280.07812Q256.675 280.07812 256.925 279.73438Q257.1906 279.39062 257.1906 278.5Q257.1906 277.65625 256.925 277.32812Q256.65936 276.98438 256.26874 276.98438ZM256.26874 285.3125L260.97186 276.26562L261.83124 276.26562L257.14374 285.3125L256.26874 285.3125ZM259.9875 282.98438Q259.9875 282.0625 260.4406 281.42188Q260.90936 280.78125 261.8 280.78125Q262.6125 280.78125 263.14374 281.35938Q263.675 281.92188 263.675 283.04688Q263.675 284.14062 263.1281 284.73438Q262.59686 285.3125 261.8 285.3125Q261.03436 285.3125 260.5031 284.73438Q259.9875 284.15625 259.9875 282.98438ZM261.83124 281.5Q261.425 281.5 261.15936 281.84375Q260.90936 282.1875 260.90936 283.09375Q260.90936 283.90625 261.175 284.25Q261.4406 284.59375 261.83124 284.59375Q262.22186 284.59375 262.4875 284.25Q262.7531 283.90625 262.7531 283.0Q262.7531 282.17188 262.4875 281.84375Q262.22186 281.5 261.83124 281.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.50162 347.98438L288.50162 349.0L282.81412 349.0Q282.81412 348.625 282.93912 348.26562Q283.15787 347.6875 283.62662 347.125Q284.111 346.5625 285.01724 345.82812Q286.4235 344.67188 286.90787 344.0Q287.40787 343.32812 287.40787 342.73438Q287.40787 342.10938 286.95474 341.6875Q286.50162 341.25 285.78287 341.25Q285.01724 341.25 284.56412 341.70312Q284.111 342.15625 284.09537 342.96875L283.01724 342.85938Q283.12662 341.64062 283.84537 341.01562Q284.57974 340.375 285.81412 340.375Q287.0485 340.375 287.76724 341.0625Q288.486 341.75 288.486 342.76562Q288.486 343.28125 288.26724 343.78125Q288.06412 344.26562 287.56412 344.82812Q287.07974 345.375 285.95474 346.32812Q285.00162 347.125 284.72037 347.42188Q284.45474 347.70312 284.28287 347.98438L288.50162 347.98438ZM293.32974 349.0L293.32974 346.9375L289.611 346.9375L289.611 345.96875L293.53287 340.40625L294.39224 340.40625L294.39224 345.96875L295.5485 345.96875L295.5485 346.9375L294.39224 346.9375L294.39224 349.0L293.32974 349.0ZM293.32974 345.96875L293.32974 342.10938L290.64224 345.96875L293.32974 345.96875ZM297.15787 342.46875Q297.15787 341.54688 297.611 340.90625Q298.07974 340.26562 298.95474 340.26562Q299.76724 340.26562 300.2985 340.84375Q300.82974 341.42188 300.82974 342.53125Q300.82974 343.625 300.28287 344.21875Q299.75162 344.79688 298.97037 344.79688Q298.18912 344.79688 297.6735 344.21875Q297.15787 343.64062 297.15787 342.46875ZM298.986 340.98438Q298.59537 340.98438 298.32974 341.32812Q298.07974 341.67188 298.07974 342.57812Q298.07974 343.40625 298.32974 343.75Q298.59537 344.07812 298.986 344.07812Q299.39224 344.07812 299.64224 343.73438Q299.90787 343.39062 299.90787 342.5Q299.90787 341.65625 299.64224 341.32812Q299.37662 340.98438 298.986 340.98438ZM298.986 349.3125L303.68912 340.26562L304.5485 340.26562L299.861 349.3125L298.986 349.3125ZM302.70474 346.98438Q302.70474 346.0625 303.15787 345.42188Q303.62662 344.78125 304.51724 344.78125Q305.32974 344.78125 305.861 345.35938Q306.39224 345.92188 306.39224 347.04688Q306.39224 348.14062 305.84537 348.73438Q305.31412 349.3125 304.51724 349.3125Q303.75162 349.3125 303.22037 348.73438Q302.70474 348.15625 302.70474 346.98438ZM304.5485 345.5Q304.14224 345.5 303.87662 345.84375Q303.62662 346.1875 303.62662 347.09375Q303.62662 347.90625 303.89224 348.25Q304.15787 348.59375 304.5485 348.59375Q304.93912 348.59375 305.20474 348.25Q305.47037 347.90625 305.47037 347.0Q305.47037 346.17188 305.20474 345.84375Q304.93912 345.5 304.5485 345.5Z" fill-rule="nonzero"/><path fill="#666666" d="M288.50162 347.98438L288.50162 349.0L282.81412 349.0Q282.81412 348.625 282.93912 348.26562Q283.15787 347.6875 283.62662 347.125Q284.111 346.5625 285.01724 345.82812Q286.4235 344.67188 286.90787 344.0Q287.40787 343.32812 287.40787 342.73438Q287.40787 342.10938 286.95474 341.6875Q286.50162 341.25 285.78287 341.25Q285.01724 341.25 284.56412 341.70312Q284.111 342.15625 284.09537 342.96875L283.01724 342.85938Q283.12662 341.64062 283.84537 341.01562Q284.57974 340.375 285.81412 340.375Q287.0485 340.375 287.76724 341.0625Q288.486 341.75 288.486 342.76562Q288.486 343.28125 288.26724 343.78125Q288.06412 344.26562 287.56412 344.82812Q287.07974 345.375 285.95474 346.32812Q285.00162 347.125 284.72037 347.42188Q284.45474 347.70312 284.28287 347.98438L288.50162 347.98438ZM293.32974 349.0L293.32974 346.9375L289.611 346.9375L289.611 345.96875L293.53287 340.40625L294.39224 340.40625L294.39224 345.96875L295.5485 345.96875L295.5485 346.9375L294.39224 346.9375L294.39224 349.0L293.32974 349.0ZM293.32974 345.96875L293.32974 342.10938L290.64224 345.96875L293.32974 345.96875ZM297.15787 342.46875Q297.15787 341.54688 297.611 340.90625Q298.07974 340.26562 298.95474 340.26562Q299.76724 340.26562 300.2985 340.84375Q300.82974 341.42188 300.82974 342.53125Q300.82974 343.625 300.28287 344.21875Q299.75162 344.79688 298.97037 344.79688Q298.18912 344.79688 297.6735 344.21875Q297.15787 343.64062 297.15787 342.46875ZM298.986 340.98438Q298.59537 340.98438 298.32974 341.32812Q298.07974 341.67188 298.07974 342.57812Q298.07974 343.40625 298.32974 343.75Q298.59537 344.07812 298.986 344.07812Q299.39224 344.07812 299.64224 343.73438Q299.90787 343.39062 299.90787 342.5Q299.90787 341.65625 299.64224 341.32812Q299.37662 340.98438 298.986 340.98438ZM298.986 349.3125L303.68912 340.26562L304.5485 340.26562L299.861 349.3125L298.986 349.3125ZM302.70474 346.98438Q302.70474 346.0625 303.15787 345.42188Q303.62662 344.78125 304.51724 344.78125Q305.32974 344.78125 305.861 345.35938Q306.39224 345.92188 306.39224 347.04688Q306.39224 348.14062 305.84537 348.73438Q305.31412 349.3125 304.51724 349.3125Q303.75162 349.3125 303.22037 348.73438Q302.70474 348.15625 302.70474 346.98438ZM304.5485 345.5Q304.14224 345.5 303.87662 345.84375Q303.62662 346.1875 303.62662 347.09375Q303.62662 347.90625 303.89224 348.25Q304.15787 348.59375 304.5485 348.59375Q304.93912 348.59375 305.20474 348.25Q305.47037 347.90625 305.47037 347.0Q305.47037 346.17188 305.20474 345.84375Q304.93912 345.5 304.5485 345.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.01614 474.01562L204.03177 473.92188Q204.15677 474.64062 204.51614 474.96875Q204.89114 475.28125 205.45364 475.28125Q205.93802 475.28125 206.2974 475.0625Q206.6724 474.82812 206.90677 474.46875Q207.14114 474.09375 207.2974 473.46875Q207.45364 472.82812 207.45364 472.17188Q207.45364 472.09375 207.45364 471.95312Q207.14114 472.45312 206.59427 472.78125Q206.0474 473.09375 205.40677 473.09375Q204.32864 473.09375 203.59427 472.32812Q202.8599 471.54688 202.8599 470.28125Q202.8599 468.96875 203.62552 468.17188Q204.40677 467.375 205.56302 467.375Q206.39114 467.375 207.07864 467.82812Q207.78177 468.28125 208.14114 469.125Q208.50052 469.95312 208.50052 471.53125Q208.50052 473.17188 208.14114 474.15625Q207.7974 475.125 207.07864 475.64062Q206.37552 476.14062 205.43802 476.14062Q204.4224 476.14062 203.78177 475.59375Q203.14114 475.03125 203.01614 474.01562ZM207.32864 470.21875Q207.32864 469.3125 206.84427 468.78125Q206.37552 468.25 205.68802 468.25Q204.9849 468.25 204.45364 468.82812Q203.93802 469.39062 203.93802 470.3125Q203.93802 471.125 204.43802 471.64062Q204.93802 472.15625 205.65677 472.15625Q206.39114 472.15625 206.8599 471.64062Q207.32864 471.125 207.32864 470.21875ZM210.06302 469.46875Q210.06302 468.54688 210.51614 467.90625Q210.9849 467.26562 211.8599 467.26562Q212.6724 467.26562 213.20364 467.84375Q213.7349 468.42188 213.7349 469.53125Q213.7349 470.625 213.18802 471.21875Q212.65677 471.79688 211.87552 471.79688Q211.09427 471.79688 210.57864 471.21875Q210.06302 470.64062 210.06302 469.46875ZM211.89114 467.98438Q211.50052 467.98438 211.2349 468.32812Q210.9849 468.67188 210.9849 469.57812Q210.9849 470.40625 211.2349 470.75Q211.50052 471.07812 211.89114 471.07812Q212.2974 471.07812 212.5474 470.73438Q212.81302 470.39062 212.81302 469.5Q212.81302 468.65625 212.5474 468.32812Q212.28177 467.98438 211.89114 467.98438ZM211.89114 476.3125L216.59427 467.26562L217.45364 467.26562L212.76614 476.3125L211.89114 476.3125ZM215.6099 473.98438Q215.6099 473.0625 216.06302 472.42188Q216.53177 471.78125 217.4224 471.78125Q218.2349 471.78125 218.76614 472.35938Q219.2974 472.92188 219.2974 474.04688Q219.2974 475.14062 218.75052 475.73438Q218.21927 476.3125 217.4224 476.3125Q216.65677 476.3125 216.12552 475.73438Q215.6099 475.15625 215.6099 473.98438ZM217.45364 472.5Q217.0474 472.5 216.78177 472.84375Q216.53177 473.1875 216.53177 474.09375Q216.53177 474.90625 216.7974 475.25Q217.06302 475.59375 217.45364 475.59375Q217.84427 475.59375 218.1099 475.25Q218.37552 474.90625 218.37552 474.0Q218.37552 473.17188 218.1099 472.84375Q217.84427 472.5 217.45364 472.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.01614 474.01562L204.03177 473.92188Q204.15677 474.64062 204.51614 474.96875Q204.89114 475.28125 205.45364 475.28125Q205.93802 475.28125 206.2974 475.0625Q206.6724 474.82812 206.90677 474.46875Q207.14114 474.09375 207.2974 473.46875Q207.45364 472.82812 207.45364 472.17188Q207.45364 472.09375 207.45364 471.95312Q207.14114 472.45312 206.59427 472.78125Q206.0474 473.09375 205.40677 473.09375Q204.32864 473.09375 203.59427 472.32812Q202.8599 471.54688 202.8599 470.28125Q202.8599 468.96875 203.62552 468.17188Q204.40677 467.375 205.56302 467.375Q206.39114 467.375 207.07864 467.82812Q207.78177 468.28125 208.14114 469.125Q208.50052 469.95312 208.50052 471.53125Q208.50052 473.17188 208.14114 474.15625Q207.7974 475.125 207.07864 475.64062Q206.37552 476.14062 205.43802 476.14062Q204.4224 476.14062 203.78177 475.59375Q203.14114 475.03125 203.01614 474.01562ZM207.32864 470.21875Q207.32864 469.3125 206.84427 468.78125Q206.37552 468.25 205.68802 468.25Q204.9849 468.25 204.45364 468.82812Q203.93802 469.39062 203.93802 470.3125Q203.93802 471.125 204.43802 471.64062Q204.93802 472.15625 205.65677 472.15625Q206.39114 472.15625 206.8599 471.64062Q207.32864 471.125 207.32864 470.21875ZM210.06302 469.46875Q210.06302 468.54688 210.51614 467.90625Q210.9849 467.26562 211.8599 467.26562Q212.6724 467.26562 213.20364 467.84375Q213.7349 468.42188 213.7349 469.53125Q213.7349 470.625 213.18802 471.21875Q212.65677 471.79688 211.87552 471.79688Q211.09427 471.79688 210.57864 471.21875Q210.06302 470.64062 210.06302 469.46875ZM211.89114 467.98438Q211.50052 467.98438 211.2349 468.32812Q210.9849 468.67188 210.9849 469.57812Q210.9849 470.40625 211.2349 470.75Q211.50052 471.07812 211.89114 471.07812Q212.2974 471.07812 212.5474 470.73438Q212.81302 470.39062 212.81302 469.5Q212.81302 468.65625 212.5474 468.32812Q212.28177 467.98438 211.89114 467.98438ZM211.89114 476.3125L216.59427 467.26562L217.45364 467.26562L212.76614 476.3125L211.89114 476.3125ZM215.6099 473.98438Q215.6099 473.0625 216.06302 472.42188Q216.53177 471.78125 217.4224 471.78125Q218.2349 471.78125 218.76614 472.35938Q219.2974 472.92188 219.2974 474.04688Q219.2974 475.14062 218.75052 475.73438Q218.21927 476.3125 217.4224 476.3125Q216.65677 476.3125 216.12552 475.73438Q215.6099 475.15625 215.6099 473.98438ZM217.45364 472.5Q217.0474 472.5 216.78177 472.84375Q216.53177 473.1875 216.53177 474.09375Q216.53177 474.90625 216.7974 475.25Q217.06302 475.59375 217.45364 475.59375Q217.84427 475.59375 218.1099 475.25Q218.37552 474.90625 218.37552 474.0Q218.37552 473.17188 218.1099 472.84375Q217.84427 472.5 217.45364 472.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.82196 537.7344L171.88446 537.59375Q172.05634 538.4844 172.49384 538.8906Q172.93134 539.28125 173.55634 539.28125Q174.30634 539.28125 174.82196 538.7656Q175.33759 538.25 175.33759 537.4844Q175.33759 536.7656 174.85321 536.2969Q174.38446 535.8125 173.65009 535.8125Q173.35321 535.8125 172.90009 535.9375L173.02509 535.0Q173.13446 535.0156 173.19696 535.0156Q173.86884 535.0156 174.40009 534.6719Q174.94696 534.3125 174.94696 533.5781Q174.94696 533.0 174.55634 532.625Q174.16571 532.2344 173.54071 532.2344Q172.93134 532.2344 172.50946 532.625Q172.10321 533.0156 171.99384 533.78125L170.93134 533.59375Q171.11884 532.5469 171.80634 531.96875Q172.49384 531.375 173.50946 531.375Q174.21259 531.375 174.80634 531.6875Q175.40009 531.9844 175.71259 532.5Q176.02509 533.0156 176.02509 533.6094Q176.02509 534.15625 175.72821 534.625Q175.43134 535.0781 174.85321 535.34375Q175.60321 535.5156 176.02509 536.0781Q176.44696 536.625 176.44696 537.46875Q176.44696 538.59375 175.61884 539.375Q174.80634 540.15625 173.55634 540.15625Q172.43134 540.15625 171.68134 539.4844Q170.93134 538.7969 170.82196 537.7344ZM178.02509 533.46875Q178.02509 532.5469 178.47821 531.90625Q178.94696 531.2656 179.82196 531.2656Q180.63446 531.2656 181.16571 531.84375Q181.69696 532.4219 181.69696 533.53125Q181.69696 534.625 181.15009 535.21875Q180.61884 535.7969 179.83759 535.7969Q179.05634 535.7969 178.54071 535.21875Q178.02509 534.6406 178.02509 533.46875ZM179.85321 531.9844Q179.46259 531.9844 179.19696 532.3281Q178.94696 532.6719 178.94696 533.5781Q178.94696 534.40625 179.19696 534.75Q179.46259 535.0781 179.85321 535.0781Q180.25946 535.0781 180.50946 534.7344Q180.77509 534.3906 180.77509 533.5Q180.77509 532.65625 180.50946 532.3281Q180.24384 531.9844 179.85321 531.9844ZM179.85321 540.3125L184.55634 531.2656L185.41571 531.2656L180.72821 540.3125L179.85321 540.3125ZM183.57196 537.9844Q183.57196 537.0625 184.02509 536.4219Q184.49384 535.78125 185.38446 535.78125Q186.19696 535.78125 186.72821 536.3594Q187.25946 536.9219 187.25946 538.0469Q187.25946 539.1406 186.71259 539.7344Q186.18134 540.3125 185.38446 540.3125Q184.61884 540.3125 184.08759 539.7344Q183.57196 539.15625 183.57196 537.9844ZM185.41571 536.5Q185.00946 536.5 184.74384 536.84375Q184.49384 537.1875 184.49384 538.09375Q184.49384 538.90625 184.75946 539.25Q185.02509 539.59375 185.41571 539.59375Q185.80634 539.59375 186.07196 539.25Q186.33759 538.90625 186.33759 538.0Q186.33759 537.1719 186.07196 536.84375Q185.80634 536.5 185.41571 536.5Z" fill-rule="nonzero"/><path fill="#666666" d="M170.82196 537.7344L171.88446 537.59375Q172.05634 538.4844 172.49384 538.8906Q172.93134 539.28125 173.55634 539.28125Q174.30634 539.28125 174.82196 538.7656Q175.33759 538.25 175.33759 537.4844Q175.33759 536.7656 174.85321 536.2969Q174.38446 535.8125 173.65009 535.8125Q173.35321 535.8125 172.90009 535.9375L173.02509 535.0Q173.13446 535.0156 173.19696 535.0156Q173.86884 535.0156 174.40009 534.6719Q174.94696 534.3125 174.94696 533.5781Q174.94696 533.0 174.55634 532.625Q174.16571 532.2344 173.54071 532.2344Q172.93134 532.2344 172.50946 532.625Q172.10321 533.0156 171.99384 533.78125L170.93134 533.59375Q171.11884 532.5469 171.80634 531.96875Q172.49384 531.375 173.50946 531.375Q174.21259 531.375 174.80634 531.6875Q175.40009 531.9844 175.71259 532.5Q176.02509 533.0156 176.02509 533.6094Q176.02509 534.15625 175.72821 534.625Q175.43134 535.0781 174.85321 535.34375Q175.60321 535.5156 176.02509 536.0781Q176.44696 536.625 176.44696 537.46875Q176.44696 538.59375 175.61884 539.375Q174.80634 540.15625 173.55634 540.15625Q172.43134 540.15625 171.68134 539.4844Q170.93134 538.7969 170.82196 537.7344ZM178.02509 533.46875Q178.02509 532.5469 178.47821 531.90625Q178.94696 531.2656 179.82196 531.2656Q180.63446 531.2656 181.16571 531.84375Q181.69696 532.4219 181.69696 533.53125Q181.69696 534.625 181.15009 535.21875Q180.61884 535.7969 179.83759 535.7969Q179.05634 535.7969 178.54071 535.21875Q178.02509 534.6406 178.02509 533.46875ZM179.85321 531.9844Q179.46259 531.9844 179.19696 532.3281Q178.94696 532.6719 178.94696 533.5781Q178.94696 534.40625 179.19696 534.75Q179.46259 535.0781 179.85321 535.0781Q180.25946 535.0781 180.50946 534.7344Q180.77509 534.3906 180.77509 533.5Q180.77509 532.65625 180.50946 532.3281Q180.24384 531.9844 179.85321 531.9844ZM179.85321 540.3125L184.55634 531.2656L185.41571 531.2656L180.72821 540.3125L179.85321 540.3125ZM183.57196 537.9844Q183.57196 537.0625 184.02509 536.4219Q184.49384 535.78125 185.38446 535.78125Q186.19696 535.78125 186.72821 536.3594Q187.25946 536.9219 187.25946 538.0469Q187.25946 539.1406 186.71259 539.7344Q186.18134 540.3125 185.38446 540.3125Q184.61884 540.3125 184.08759 539.7344Q183.57196 539.15625 183.57196 537.9844ZM185.41571 536.5Q185.00946 536.5 184.74384 536.84375Q184.49384 537.1875 184.49384 538.09375Q184.49384 538.90625 184.75946 539.25Q185.02509 539.59375 185.41571 539.59375Q185.80634 539.59375 186.07196 539.25Q186.33759 538.90625 186.33759 538.0Q186.33759 537.1719 186.07196 536.84375Q185.80634 536.5 185.41571 536.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 603.0L211.12143 603.0L211.12143 596.28125Q210.7308 596.6406 210.1058 597.0156Q209.49643 597.375 209.01205 597.5469L209.01205 596.53125Q209.88705 596.1094 210.5433 595.53125Q211.21518 594.9375 211.49643 594.375L212.1683 594.375L212.1683 603.0ZM215.19955 598.7656Q215.19955 597.2344 215.51205 596.3125Q215.82455 595.375 216.43393 594.875Q217.05893 594.375 217.99643 594.375Q218.68393 594.375 219.19955 594.65625Q219.7308 594.9375 220.07455 595.46875Q220.4183 595.9844 220.6058 596.7344Q220.7933 597.4844 220.7933 598.7656Q220.7933 600.28125 220.4808 601.2031Q220.18393 602.125 219.55893 602.6406Q218.94955 603.1406 217.99643 603.1406Q216.76205 603.1406 216.0433 602.25Q215.19955 601.1875 215.19955 598.7656ZM216.27768 598.7656Q216.27768 600.875 216.77768 601.5781Q217.27768 602.28125 217.99643 602.28125Q218.7308 602.28125 219.21518 601.5781Q219.71518 600.875 219.71518 598.7656Q219.71518 596.6406 219.21518 595.9531Q218.7308 595.25 217.9808 595.25Q217.26205 595.25 216.82455 595.8594Q216.27768 596.6406 216.27768 598.7656ZM222.40268 596.46875Q222.40268 595.5469 222.8558 594.90625Q223.32455 594.2656 224.19955 594.2656Q225.01205 594.2656 225.5433 594.84375Q226.07455 595.4219 226.07455 596.53125Q226.07455 597.625 225.52768 598.21875Q224.99643 598.7969 224.21518 598.7969Q223.43393 598.7969 222.9183 598.21875Q222.40268 597.6406 222.40268 596.46875ZM224.2308 594.9844Q223.84018 594.9844 223.57455 595.3281Q223.32455 595.6719 223.32455 596.5781Q223.32455 597.40625 223.57455 597.75Q223.84018 598.0781 224.2308 598.0781Q224.63705 598.0781 224.88705 597.7344Q225.15268 597.3906 225.15268 596.5Q225.15268 595.65625 224.88705 595.3281Q224.62143 594.9844 224.2308 594.9844ZM224.2308 603.3125L228.93393 594.2656L229.7933 594.2656L225.1058 603.3125L224.2308 603.3125ZM227.94955 600.9844Q227.94955 600.0625 228.40268 599.4219Q228.87143 598.78125 229.76205 598.78125Q230.57455 598.78125 231.1058 599.3594Q231.63705 599.9219 231.63705 601.0469Q231.63705 602.1406 231.09018 602.7344Q230.55893 603.3125 229.76205 603.3125Q228.99643 603.3125 228.46518 602.7344Q227.94955 602.15625 227.94955 600.9844ZM229.7933 599.5Q229.38705 599.5 229.12143 599.84375Q228.87143 600.1875 228.87143 601.09375Q228.87143 601.90625 229.13705 602.25Q229.40268 602.59375 229.7933 602.59375Q230.18393 602.59375 230.44955 602.25Q230.71518 601.90625 230.71518 601.0Q230.71518 600.1719 230.44955 599.84375Q230.18393 599.5 229.7933 599.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 603.0L211.12143 603.0L211.12143 596.28125Q210.7308 596.6406 210.1058 597.0156Q209.49643 597.375 209.01205 597.5469L209.01205 596.53125Q209.88705 596.1094 210.5433 595.53125Q211.21518 594.9375 211.49643 594.375L212.1683 594.375L212.1683 603.0ZM215.19955 598.7656Q215.19955 597.2344 215.51205 596.3125Q215.82455 595.375 216.43393 594.875Q217.05893 594.375 217.99643 594.375Q218.68393 594.375 219.19955 594.65625Q219.7308 594.9375 220.07455 595.46875Q220.4183 595.9844 220.6058 596.7344Q220.7933 597.4844 220.7933 598.7656Q220.7933 600.28125 220.4808 601.2031Q220.18393 602.125 219.55893 602.6406Q218.94955 603.1406 217.99643 603.1406Q216.76205 603.1406 216.0433 602.25Q215.19955 601.1875 215.19955 598.7656ZM216.27768 598.7656Q216.27768 600.875 216.77768 601.5781Q217.27768 602.28125 217.99643 602.28125Q218.7308 602.28125 219.21518 601.5781Q219.71518 600.875 219.71518 598.7656Q219.71518 596.6406 219.21518 595.9531Q218.7308 595.25 217.9808 595.25Q217.26205 595.25 216.82455 595.8594Q216.27768 596.6406 216.27768 598.7656ZM222.40268 596.46875Q222.40268 595.5469 222.8558 594.90625Q223.32455 594.2656 224.19955 594.2656Q225.01205 594.2656 225.5433 594.84375Q226.07455 595.4219 226.07455 596.53125Q226.07455 597.625 225.52768 598.21875Q224.99643 598.7969 224.21518 598.7969Q223.43393 598.7969 222.9183 598.21875Q222.40268 597.6406 222.40268 596.46875ZM224.2308 594.9844Q223.84018 594.9844 223.57455 595.3281Q223.32455 595.6719 223.32455 596.5781Q223.32455 597.40625 223.57455 597.75Q223.84018 598.0781 224.2308 598.0781Q224.63705 598.0781 224.88705 597.7344Q225.15268 597.3906 225.15268 596.5Q225.15268 595.65625 224.88705 595.3281Q224.62143 594.9844 224.2308 594.9844ZM224.2308 603.3125L228.93393 594.2656L229.7933 594.2656L225.1058 603.3125L224.2308 603.3125ZM227.94955 600.9844Q227.94955 600.0625 228.40268 599.4219Q228.87143 598.78125 229.76205 598.78125Q230.57455 598.78125 231.1058 599.3594Q231.63705 599.9219 231.63705 601.0469Q231.63705 602.1406 231.09018 602.7344Q230.55893 603.3125 229.76205 603.3125Q228.99643 603.3125 228.46518 602.7344Q227.94955 602.15625 227.94955 600.9844ZM229.7933 599.5Q229.38705 599.5 229.12143 599.84375Q228.87143 600.1875 228.87143 601.09375Q228.87143 601.90625 229.13705 602.25Q229.40268 602.59375 229.7933 602.59375Q230.18393 602.59375 230.44955 602.25Q230.71518 601.90625 230.71518 601.0Q230.71518 600.1719 230.44955 599.84375Q230.18393 599.5 229.7933 599.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M419.8211 108.0L419.8211 105.9375L416.10236 105.9375L416.10236 104.96875L420.02423 99.40625L420.8836 99.40625L420.8836 104.96875L422.03986 104.96875L422.03986 105.9375L420.8836 105.9375L420.8836 108.0L419.8211 108.0ZM419.8211 104.96875L419.8211 101.109375L417.1336 104.96875L419.8211 104.96875ZM423.60236 106.015625L424.61798 105.921875Q424.74298 106.640625 425.10236 106.96875Q425.47736 107.28125 426.03986 107.28125Q426.52423 107.28125 426.8836 107.0625Q427.2586 106.828125 427.49298 106.46875Q427.72736 106.09375 427.8836 105.46875Q428.03986 104.828125 428.03986 104.171875Q428.03986 104.09375 428.03986 103.953125Q427.72736 104.453125 427.18048 104.78125Q426.6336 105.09375 425.99298 105.09375Q424.91486 105.09375 424.18048 104.328125Q423.4461 103.546875 423.4461 102.28125Q423.4461 100.96875 424.21173 100.171875Q424.99298 99.375 426.14923 99.375Q426.97736 99.375 427.66486 99.828125Q428.36798 100.28125 428.72736 101.125Q429.08673 101.953125 429.08673 103.53125Q429.08673 105.171875 428.72736 106.15625Q428.3836 107.125 427.66486 107.640625Q426.96173 108.140625 426.02423 108.140625Q425.0086 108.140625 424.36798 107.59375Q423.72736 107.03125 423.60236 106.015625ZM427.91486 102.21875Q427.91486 101.3125 427.43048 100.78125Q426.96173 100.25 426.27423 100.25Q425.5711 100.25 425.03986 100.828125Q424.52423 101.390625 424.52423 102.3125Q424.52423 103.125 425.02423 103.640625Q425.52423 104.15625 426.24298 104.15625Q426.97736 104.15625 427.4461 103.640625Q427.91486 103.125 427.91486 102.21875ZM430.64923 101.46875Q430.64923 100.546875 431.10236 99.90625Q431.5711 99.265625 432.4461 99.265625Q433.2586 99.265625 433.78986 99.84375Q434.3211 100.421875 434.3211 101.53125Q434.3211 102.625 433.77423 103.21875Q433.24298 103.796875 432.46173 103.796875Q431.68048 103.796875 431.16486 103.21875Q430.64923 102.640625 430.64923 101.46875ZM432.47736 99.984375Q432.08673 99.984375 431.8211 100.328125Q431.5711 100.671875 431.5711 101.578125Q431.5711 102.40625 431.8211 102.75Q432.08673 103.078125 432.47736 103.078125Q432.8836 103.078125 433.1336 102.734375Q433.39923 102.390625 433.39923 101.5Q433.39923 100.65625 433.1336 100.328125Q432.86798 99.984375 432.47736 99.984375ZM432.47736 108.3125L437.18048 99.265625L438.03986 99.265625L433.35236 108.3125L432.47736 108.3125ZM436.1961 105.984375Q436.1961 105.0625 436.64923 104.421875Q437.11798 103.78125 438.0086 103.78125Q438.8211 103.78125 439.35236 104.359375Q439.8836 104.921875 439.8836 106.046875Q439.8836 107.140625 439.33673 107.734375Q438.80548 108.3125 438.0086 108.3125Q437.24298 108.3125 436.71173 107.734375Q436.1961 107.15625 436.1961 105.984375ZM438.03986 104.5Q437.6336 104.5 437.36798 104.84375Q437.11798 105.1875 437.11798 106.09375Q437.11798 106.90625 437.3836 107.25Q437.64923 107.59375 438.03986 107.59375Q438.43048 107.59375 438.6961 107.25Q438.96173 106.90625 438.96173 106.0Q438.96173 105.171875 438.6961 104.84375Q438.43048 104.5 438.03986 104.5Z" fill-rule="nonzero"/><path fill="#666666" d="M419.8211 108.0L419.8211 105.9375L416.10236 105.9375L416.10236 104.96875L420.02423 99.40625L420.8836 99.40625L420.8836 104.96875L422.03986 104.96875L422.03986 105.9375L420.8836 105.9375L420.8836 108.0L419.8211 108.0ZM419.8211 104.96875L419.8211 101.109375L417.1336 104.96875L419.8211 104.96875ZM423.60236 106.015625L424.61798 105.921875Q424.74298 106.640625 425.10236 106.96875Q425.47736 107.28125 426.03986 107.28125Q426.52423 107.28125 426.8836 107.0625Q427.2586 106.828125 427.49298 106.46875Q427.72736 106.09375 427.8836 105.46875Q428.03986 104.828125 428.03986 104.171875Q428.03986 104.09375 428.03986 103.953125Q427.72736 104.453125 427.18048 104.78125Q426.6336 105.09375 425.99298 105.09375Q424.91486 105.09375 424.18048 104.328125Q423.4461 103.546875 423.4461 102.28125Q423.4461 100.96875 424.21173 100.171875Q424.99298 99.375 426.14923 99.375Q426.97736 99.375 427.66486 99.828125Q428.36798 100.28125 428.72736 101.125Q429.08673 101.953125 429.08673 103.53125Q429.08673 105.171875 428.72736 106.15625Q428.3836 107.125 427.66486 107.640625Q426.96173 108.140625 426.02423 108.140625Q425.0086 108.140625 424.36798 107.59375Q423.72736 107.03125 423.60236 106.015625ZM427.91486 102.21875Q427.91486 101.3125 427.43048 100.78125Q426.96173 100.25 426.27423 100.25Q425.5711 100.25 425.03986 100.828125Q424.52423 101.390625 424.52423 102.3125Q424.52423 103.125 425.02423 103.640625Q425.52423 104.15625 426.24298 104.15625Q426.97736 104.15625 427.4461 103.640625Q427.91486 103.125 427.91486 102.21875ZM430.64923 101.46875Q430.64923 100.546875 431.10236 99.90625Q431.5711 99.265625 432.4461 99.265625Q433.2586 99.265625 433.78986 99.84375Q434.3211 100.421875 434.3211 101.53125Q434.3211 102.625 433.77423 103.21875Q433.24298 103.796875 432.46173 103.796875Q431.68048 103.796875 431.16486 103.21875Q430.64923 102.640625 430.64923 101.46875ZM432.47736 99.984375Q432.08673 99.984375 431.8211 100.328125Q431.5711 100.671875 431.5711 101.578125Q431.5711 102.40625 431.8211 102.75Q432.08673 103.078125 432.47736 103.078125Q432.8836 103.078125 433.1336 102.734375Q433.39923 102.390625 433.39923 101.5Q433.39923 100.65625 433.1336 100.328125Q432.86798 99.984375 432.47736 99.984375ZM432.47736 108.3125L437.18048 99.265625L438.03986 99.265625L433.35236 108.3125L432.47736 108.3125ZM436.1961 105.984375Q436.1961 105.0625 436.64923 104.421875Q437.11798 103.78125 438.0086 103.78125Q438.8211 103.78125 439.35236 104.359375Q439.8836 104.921875 439.8836 106.046875Q439.8836 107.140625 439.33673 107.734375Q438.80548 108.3125 438.0086 108.3125Q437.24298 108.3125 436.71173 107.734375Q436.1961 107.15625 436.1961 105.984375ZM438.03986 104.5Q437.6336 104.5 437.36798 104.84375Q437.11798 105.1875 437.11798 106.09375Q437.11798 106.90625 437.3836 107.25Q437.64923 107.59375 438.03986 107.59375Q438.43048 107.59375 438.6961 107.25Q438.96173 106.90625 438.96173 106.0Q438.96173 105.171875 438.6961 104.84375Q438.43048 104.5 438.03986 104.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M341.69095 169.73438L342.75345 169.59375Q342.92532 170.48438 343.36282 170.89062Q343.80032 171.28125 344.42532 171.28125Q345.17532 171.28125 345.69095 170.76562Q346.20657 170.25 346.20657 169.48438Q346.20657 168.76562 345.7222 168.29688Q345.25345 167.8125 344.51907 167.8125Q344.2222 167.8125 343.76907 167.9375L343.89407 167.0Q344.00345 167.01562 344.06595 167.01562Q344.73782 167.01562 345.26907 166.67188Q345.81595 166.3125 345.81595 165.57812Q345.81595 165.0 345.42532 164.625Q345.0347 164.23438 344.4097 164.23438Q343.80032 164.23438 343.37845 164.625Q342.9722 165.01562 342.86282 165.78125L341.80032 165.59375Q341.98782 164.54688 342.67532 163.96875Q343.36282 163.375 344.37845 163.375Q345.08157 163.375 345.67532 163.6875Q346.26907 163.98438 346.58157 164.5Q346.89407 165.01562 346.89407 165.60938Q346.89407 166.15625 346.5972 166.625Q346.30032 167.07812 345.7222 167.34375Q346.4722 167.51562 346.89407 168.07812Q347.31595 168.625 347.31595 169.46875Q347.31595 170.59375 346.48782 171.375Q345.67532 172.15625 344.42532 172.15625Q343.30032 172.15625 342.55032 171.48438Q341.80032 170.79688 341.69095 169.73438ZM348.69095 169.75L349.80032 169.65625Q349.92532 170.46875 350.36282 170.875Q350.81595 171.28125 351.45657 171.28125Q352.20657 171.28125 352.73782 170.70312Q353.26907 170.125 353.26907 169.1875Q353.26907 168.28125 352.75345 167.76562Q352.25345 167.23438 351.42532 167.23438Q350.92532 167.23438 350.50345 167.46875Q350.0972 167.70312 349.86282 168.0625L348.87845 167.9375L349.70657 163.53125L353.98782 163.53125L353.98782 164.53125L350.55032 164.53125L350.0972 166.84375Q350.86282 166.29688 351.70657 166.29688Q352.83157 166.29688 353.5972 167.07812Q354.37845 167.85938 354.37845 169.09375Q354.37845 170.25 353.70657 171.10938Q352.87845 172.14062 351.45657 172.14062Q350.2847 172.14062 349.5347 171.48438Q348.80032 170.82812 348.69095 169.75ZM355.89407 165.46875Q355.89407 164.54688 356.3472 163.90625Q356.81595 163.26562 357.69095 163.26562Q358.50345 163.26562 359.0347 163.84375Q359.56595 164.42188 359.56595 165.53125Q359.56595 166.625 359.01907 167.21875Q358.48782 167.79688 357.70657 167.79688Q356.92532 167.79688 356.4097 167.21875Q355.89407 166.64062 355.89407 165.46875ZM357.7222 163.98438Q357.33157 163.98438 357.06595 164.32812Q356.81595 164.67188 356.81595 165.57812Q356.81595 166.40625 357.06595 166.75Q357.33157 167.07812 357.7222 167.07812Q358.12845 167.07812 358.37845 166.73438Q358.64407 166.39062 358.64407 165.5Q358.64407 164.65625 358.37845 164.32812Q358.11282 163.98438 357.7222 163.98438ZM357.7222 172.3125L362.42532 163.26562L363.2847 163.26562L358.5972 172.3125L357.7222 172.3125ZM361.44095 169.98438Q361.44095 169.0625 361.89407 168.42188Q362.36282 167.78125 363.25345 167.78125Q364.06595 167.78125 364.5972 168.35938Q365.12845 168.92188 365.12845 170.04688Q365.12845 171.14062 364.58157 171.73438Q364.05032 172.3125 363.25345 172.3125Q362.48782 172.3125 361.95657 171.73438Q361.44095 171.15625 361.44095 169.98438ZM363.2847 168.5Q362.87845 168.5 362.61282 168.84375Q362.36282 169.1875 362.36282 170.09375Q362.36282 170.90625 362.62845 171.25Q362.89407 171.59375 363.2847 171.59375Q363.67532 171.59375 363.94095 171.25Q364.20657 170.90625 364.20657 170.0Q364.20657 169.17188 363.94095 168.84375Q363.67532 168.5 363.2847 168.5Z" fill-rule="nonzero"/><path fill="#666666" d="M341.69095 169.73438L342.75345 169.59375Q342.92532 170.48438 343.36282 170.89062Q343.80032 171.28125 344.42532 171.28125Q345.17532 171.28125 345.69095 170.76562Q346.20657 170.25 346.20657 169.48438Q346.20657 168.76562 345.7222 168.29688Q345.25345 167.8125 344.51907 167.8125Q344.2222 167.8125 343.76907 167.9375L343.89407 167.0Q344.00345 167.01562 344.06595 167.01562Q344.73782 167.01562 345.26907 166.67188Q345.81595 166.3125 345.81595 165.57812Q345.81595 165.0 345.42532 164.625Q345.0347 164.23438 344.4097 164.23438Q343.80032 164.23438 343.37845 164.625Q342.9722 165.01562 342.86282 165.78125L341.80032 165.59375Q341.98782 164.54688 342.67532 163.96875Q343.36282 163.375 344.37845 163.375Q345.08157 163.375 345.67532 163.6875Q346.26907 163.98438 346.58157 164.5Q346.89407 165.01562 346.89407 165.60938Q346.89407 166.15625 346.5972 166.625Q346.30032 167.07812 345.7222 167.34375Q346.4722 167.51562 346.89407 168.07812Q347.31595 168.625 347.31595 169.46875Q347.31595 170.59375 346.48782 171.375Q345.67532 172.15625 344.42532 172.15625Q343.30032 172.15625 342.55032 171.48438Q341.80032 170.79688 341.69095 169.73438ZM348.69095 169.75L349.80032 169.65625Q349.92532 170.46875 350.36282 170.875Q350.81595 171.28125 351.45657 171.28125Q352.20657 171.28125 352.73782 170.70312Q353.26907 170.125 353.26907 169.1875Q353.26907 168.28125 352.75345 167.76562Q352.25345 167.23438 351.42532 167.23438Q350.92532 167.23438 350.50345 167.46875Q350.0972 167.70312 349.86282 168.0625L348.87845 167.9375L349.70657 163.53125L353.98782 163.53125L353.98782 164.53125L350.55032 164.53125L350.0972 166.84375Q350.86282 166.29688 351.70657 166.29688Q352.83157 166.29688 353.5972 167.07812Q354.37845 167.85938 354.37845 169.09375Q354.37845 170.25 353.70657 171.10938Q352.87845 172.14062 351.45657 172.14062Q350.2847 172.14062 349.5347 171.48438Q348.80032 170.82812 348.69095 169.75ZM355.89407 165.46875Q355.89407 164.54688 356.3472 163.90625Q356.81595 163.26562 357.69095 163.26562Q358.50345 163.26562 359.0347 163.84375Q359.56595 164.42188 359.56595 165.53125Q359.56595 166.625 359.01907 167.21875Q358.48782 167.79688 357.70657 167.79688Q356.92532 167.79688 356.4097 167.21875Q355.89407 166.64062 355.89407 165.46875ZM357.7222 163.98438Q357.33157 163.98438 357.06595 164.32812Q356.81595 164.67188 356.81595 165.57812Q356.81595 166.40625 357.06595 166.75Q357.33157 167.07812 357.7222 167.07812Q358.12845 167.07812 358.37845 166.73438Q358.64407 166.39062 358.64407 165.5Q358.64407 164.65625 358.37845 164.32812Q358.11282 163.98438 357.7222 163.98438ZM357.7222 172.3125L362.42532 163.26562L363.2847 163.26562L358.5972 172.3125L357.7222 172.3125ZM361.44095 169.98438Q361.44095 169.0625 361.89407 168.42188Q362.36282 167.78125 363.25345 167.78125Q364.06595 167.78125 364.5972 168.35938Q365.12845 168.92188 365.12845 170.04688Q365.12845 171.14062 364.58157 171.73438Q364.05032 172.3125 363.25345 172.3125Q362.48782 172.3125 361.95657 171.73438Q361.44095 171.15625 361.44095 169.98438ZM363.2847 168.5Q362.87845 168.5 362.61282 168.84375Q362.36282 169.1875 362.36282 170.09375Q362.36282 170.90625 362.62845 171.25Q362.89407 171.59375 363.2847 171.59375Q363.67532 171.59375 363.94095 171.25Q364.20657 170.90625 364.20657 170.0Q364.20657 169.17188 363.94095 168.84375Q363.67532 168.5 363.2847 168.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M260.2252 236.0L259.1783 236.0L259.1783 229.28125Q258.7877 229.64062 258.1627 230.01562Q257.5533 230.375 257.06894 230.54688L257.06894 229.53125Q257.94394 229.10938 258.6002 228.53125Q259.27206 227.9375 259.5533 227.375L260.2252 227.375L260.2252 236.0ZM263.4127 234.01562L264.4283 233.92188Q264.5533 234.64062 264.9127 234.96875Q265.2877 235.28125 265.8502 235.28125Q266.33456 235.28125 266.69394 235.0625Q267.06894 234.82812 267.3033 234.46875Q267.5377 234.09375 267.69394 233.46875Q267.8502 232.82812 267.8502 232.17188Q267.8502 232.09375 267.8502 231.95312Q267.5377 232.45312 266.9908 232.78125Q266.44394 233.09375 265.8033 233.09375Q264.7252 233.09375 263.9908 232.32812Q263.25644 231.54688 263.25644 230.28125Q263.25644 228.96875 264.02206 228.17188Q264.8033 227.375 265.95956 227.375Q266.7877 227.375 267.4752 227.82812Q268.1783 228.28125 268.5377 229.125Q268.89706 229.95312 268.89706 231.53125Q268.89706 233.17188 268.5377 234.15625Q268.19394 235.125 267.4752 235.64062Q266.77206 236.14062 265.83456 236.14062Q264.81894 236.14062 264.1783 235.59375Q263.5377 235.03125 263.4127 234.01562ZM267.7252 230.21875Q267.7252 229.3125 267.2408 228.78125Q266.77206 228.25 266.08456 228.25Q265.38144 228.25 264.8502 228.82812Q264.33456 229.39062 264.33456 230.3125Q264.33456 231.125 264.83456 231.64062Q265.33456 232.15625 266.0533 232.15625Q266.7877 232.15625 267.25644 231.64062Q267.7252 231.125 267.7252 230.21875ZM270.45956 229.46875Q270.45956 228.54688 270.9127 227.90625Q271.38144 227.26562 272.25644 227.26562Q273.06894 227.26562 273.6002 227.84375Q274.13144 228.42188 274.13144 229.53125Q274.13144 230.625 273.58456 231.21875Q273.0533 231.79688 272.27206 231.79688Q271.4908 231.79688 270.9752 231.21875Q270.45956 230.64062 270.45956 229.46875ZM272.2877 227.98438Q271.89706 227.98438 271.63144 228.32812Q271.38144 228.67188 271.38144 229.57812Q271.38144 230.40625 271.63144 230.75Q271.89706 231.07812 272.2877 231.07812Q272.69394 231.07812 272.94394 230.73438Q273.20956 230.39062 273.20956 229.5Q273.20956 228.65625 272.94394 228.32812Q272.6783 227.98438 272.2877 227.98438ZM272.2877 236.3125L276.9908 227.26562L277.8502 227.26562L273.1627 236.3125L272.2877 236.3125ZM276.00644 233.98438Q276.00644 233.0625 276.45956 232.42188Q276.9283 231.78125 277.81894 231.78125Q278.63144 231.78125 279.1627 232.35938Q279.69394 232.92188 279.69394 234.04688Q279.69394 235.14062 279.14706 235.73438Q278.6158 236.3125 277.81894 236.3125Q277.0533 236.3125 276.52206 235.73438Q276.00644 235.15625 276.00644 233.98438ZM277.8502 232.5Q277.44394 232.5 277.1783 232.84375Q276.9283 233.1875 276.9283 234.09375Q276.9283 234.90625 277.19394 235.25Q277.45956 235.59375 277.8502 235.59375Q278.2408 235.59375 278.50644 235.25Q278.77206 234.90625 278.77206 234.0Q278.77206 233.17188 278.50644 232.84375Q278.2408 232.5 277.8502 232.5Z" fill-rule="nonzero"/><path fill="#666666" d="M260.22522 236.0L259.17834 236.0L259.17834 229.28125Q258.78772 229.64062 258.16272 230.01562Q257.55334 230.375 257.06897 230.54688L257.06897 229.53125Q257.94397 229.10938 258.60022 228.53125Q259.2721 227.9375 259.55334 227.375L260.22522 227.375L260.22522 236.0ZM263.41272 234.01562L264.42834 233.92188Q264.55334 234.64062 264.91272 234.96875Q265.28772 235.28125 265.85022 235.28125Q266.3346 235.28125 266.69397 235.0625Q267.06897 234.82812 267.30334 234.46875Q267.53772 234.09375 267.69397 233.46875Q267.85022 232.82812 267.85022 232.17188Q267.85022 232.09375 267.85022 231.95312Q267.53772 232.45312 266.99084 232.78125Q266.44397 233.09375 265.80334 233.09375Q264.72522 233.09375 263.99084 232.32812Q263.25647 231.54688 263.25647 230.28125Q263.25647 228.96875 264.0221 228.17188Q264.80334 227.375 265.9596 227.375Q266.78772 227.375 267.47522 227.82812Q268.17834 228.28125 268.53772 229.125Q268.8971 229.95312 268.8971 231.53125Q268.8971 233.17188 268.53772 234.15625Q268.19397 235.125 267.47522 235.64062Q266.7721 236.14062 265.8346 236.14062Q264.81897 236.14062 264.17834 235.59375Q263.53772 235.03125 263.41272 234.01562ZM267.72522 230.21875Q267.72522 229.3125 267.24084 228.78125Q266.7721 228.25 266.0846 228.25Q265.38147 228.25 264.85022 228.82812Q264.3346 229.39062 264.3346 230.3125Q264.3346 231.125 264.8346 231.64062Q265.3346 232.15625 266.05334 232.15625Q266.78772 232.15625 267.25647 231.64062Q267.72522 231.125 267.72522 230.21875ZM270.4596 229.46875Q270.4596 228.54688 270.91272 227.90625Q271.38147 227.26562 272.25647 227.26562Q273.06897 227.26562 273.60022 227.84375Q274.13147 228.42188 274.13147 229.53125Q274.13147 230.625 273.5846 231.21875Q273.05334 231.79688 272.2721 231.79688Q271.49084 231.79688 270.97522 231.21875Q270.4596 230.64062 270.4596 229.46875ZM272.28772 227.98438Q271.8971 227.98438 271.63147 228.32812Q271.38147 228.67188 271.38147 229.57812Q271.38147 230.40625 271.63147 230.75Q271.8971 231.07812 272.28772 231.07812Q272.69397 231.07812 272.94397 230.73438Q273.2096 230.39062 273.2096 229.5Q273.2096 228.65625 272.94397 228.32812Q272.67834 227.98438 272.28772 227.98438ZM272.28772 236.3125L276.99084 227.26562L277.85022 227.26562L273.16272 236.3125L272.28772 236.3125ZM276.00647 233.98438Q276.00647 233.0625 276.4596 232.42188Q276.92834 231.78125 277.81897 231.78125Q278.63147 231.78125 279.16272 232.35938Q279.69397 232.92188 279.69397 234.04688Q279.69397 235.14062 279.1471 235.73438Q278.61584 236.3125 277.81897 236.3125Q277.05334 236.3125 276.5221 235.73438Q276.00647 235.15625 276.00647 233.98438ZM277.85022 232.5Q277.44397 232.5 277.17834 232.84375Q276.92834 233.1875 276.92834 234.09375Q276.92834 234.90625 277.19397 235.25Q277.4596 235.59375 277.85022 235.59375Q278.24084 235.59375 278.50647 235.25Q278.7721 234.90625 278.7721 234.0Q278.7721 233.17188 278.50647 232.84375Q278.24084 232.5 277.85022 232.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.5459 299.0L248.49902 299.0L248.49902 292.28125Q248.1084 292.64062 247.4834 293.01562Q246.87402 293.375 246.38965 293.54688L246.38965 292.53125Q247.26465 292.10938 247.9209 291.53125Q248.59277 290.9375 248.87402 290.375L249.5459 290.375L249.5459 299.0ZM252.63965 291.53125L252.63965 290.51562L258.20215 290.51562L258.20215 291.34375Q257.38965 292.21875 256.57715 293.67188Q255.78027 295.10938 255.34277 296.64062Q255.01465 297.71875 254.93652 299.0L253.84277 299.0Q253.8584 297.98438 254.2334 296.54688Q254.62402 295.10938 255.32715 293.78125Q256.0459 292.45312 256.8584 291.53125L252.63965 291.53125ZM259.78027 292.46875Q259.78027 291.54688 260.2334 290.90625Q260.70215 290.26562 261.57715 290.26562Q262.38965 290.26562 262.9209 290.84375Q263.45215 291.42188 263.45215 292.53125Q263.45215 293.625 262.90527 294.21875Q262.37402 294.79688 261.59277 294.79688Q260.81152 294.79688 260.2959 294.21875Q259.78027 293.64062 259.78027 292.46875ZM261.6084 290.98438Q261.21777 290.98438 260.95215 291.32812Q260.70215 291.67188 260.70215 292.57812Q260.70215 293.40625 260.95215 293.75Q261.21777 294.07812 261.6084 294.07812Q262.01465 294.07812 262.26465 293.73438Q262.53027 293.39062 262.53027 292.5Q262.53027 291.65625 262.26465 291.32812Q261.99902 290.98438 261.6084 290.98438ZM261.6084 299.3125L266.31152 290.26562L267.1709 290.26562L262.4834 299.3125L261.6084 299.3125ZM265.32715 296.98438Q265.32715 296.0625 265.78027 295.42188Q266.24902 294.78125 267.13965 294.78125Q267.95215 294.78125 268.4834 295.35938Q269.01465 295.92188 269.01465 297.04688Q269.01465 298.14062 268.46777 298.73438Q267.93652 299.3125 267.13965 299.3125Q266.37402 299.3125 265.84277 298.73438Q265.32715 298.15625 265.32715 296.98438ZM267.1709 295.5Q266.76465 295.5 266.49902 295.84375Q266.24902 296.1875 266.24902 297.09375Q266.24902 297.90625 266.51465 298.25Q266.78027 298.59375 267.1709 298.59375Q267.56152 298.59375 267.82715 298.25Q268.09277 297.90625 268.09277 297.0Q268.09277 296.17188 267.82715 295.84375Q267.56152 295.5 267.1709 295.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.5459 299.0L248.49902 299.0L248.49902 292.28125Q248.1084 292.64062 247.4834 293.01562Q246.87402 293.375 246.38965 293.54688L246.38965 292.53125Q247.26465 292.10938 247.9209 291.53125Q248.59277 290.9375 248.87402 290.375L249.5459 290.375L249.5459 299.0ZM252.63965 291.53125L252.63965 290.51562L258.20215 290.51562L258.20215 291.34375Q257.38965 292.21875 256.57715 293.67188Q255.78027 295.10938 255.34277 296.64062Q255.01465 297.71875 254.93652 299.0L253.84277 299.0Q253.8584 297.98438 254.2334 296.54688Q254.62402 295.10938 255.32715 293.78125Q256.0459 292.45312 256.8584 291.53125L252.63965 291.53125ZM259.78027 292.46875Q259.78027 291.54688 260.2334 290.90625Q260.70215 290.26562 261.57715 290.26562Q262.38965 290.26562 262.9209 290.84375Q263.45215 291.42188 263.45215 292.53125Q263.45215 293.625 262.90527 294.21875Q262.37402 294.79688 261.59277 294.79688Q260.81152 294.79688 260.2959 294.21875Q259.78027 293.64062 259.78027 292.46875ZM261.6084 290.98438Q261.21777 290.98438 260.95215 291.32812Q260.70215 291.67188 260.70215 292.57812Q260.70215 293.40625 260.95215 293.75Q261.21777 294.07812 261.6084 294.07812Q262.01465 294.07812 262.26465 293.73438Q262.53027 293.39062 262.53027 292.5Q262.53027 291.65625 262.26465 291.32812Q261.99902 290.98438 261.6084 290.98438ZM261.6084 299.3125L266.31152 290.26562L267.1709 290.26562L262.4834 299.3125L261.6084 299.3125ZM265.32715 296.98438Q265.32715 296.0625 265.78027 295.42188Q266.24902 294.78125 267.13965 294.78125Q267.95215 294.78125 268.4834 295.35938Q269.01465 295.92188 269.01465 297.04688Q269.01465 298.14062 268.46777 298.73438Q267.93652 299.3125 267.13965 299.3125Q266.37402 299.3125 265.84277 298.73438Q265.32715 298.15625 265.32715 296.98438ZM267.1709 295.5Q266.76465 295.5 266.49902 295.84375Q266.24902 296.1875 266.24902 297.09375Q266.24902 297.90625 266.51465 298.25Q266.78027 298.59375 267.1709 298.59375Q267.56152 298.59375 267.82715 298.25Q268.09277 297.90625 268.09277 297.0Q268.09277 296.17188 267.82715 295.84375Q267.56152 295.5 267.1709 295.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.20624 363.0L243.15936 363.0L243.15936 356.28125Q242.76874 356.64062 242.14374 357.01562Q241.53436 357.375 241.04999 357.54688L241.04999 356.53125Q241.92499 356.10938 242.58124 355.53125Q243.25311 354.9375 243.53436 354.375L244.20624 354.375L244.20624 363.0ZM252.70624 356.51562L251.65936 356.59375Q251.51874 355.96875 251.26874 355.6875Q250.83124 355.23438 250.20624 355.23438Q249.70624 355.23438 249.31561 355.51562Q248.83124 355.89062 248.53436 356.59375Q248.25311 357.28125 248.23749 358.5625Q248.61249 357.98438 249.15936 357.70312Q249.72186 357.42188 250.33124 357.42188Q251.37811 357.42188 252.11249 358.20312Q252.86249 358.98438 252.86249 360.20312Q252.86249 361.01562 252.50311 361.71875Q252.15936 362.40625 251.54999 362.78125Q250.94061 363.14062 250.17499 363.14062Q248.84686 363.14062 248.01874 362.17188Q247.19061 361.20312 247.19061 358.98438Q247.19061 356.48438 248.11249 355.35938Q248.90936 354.375 250.26874 354.375Q251.28436 354.375 251.92499 354.95312Q252.58124 355.51562 252.70624 356.51562ZM248.40936 360.21875Q248.40936 360.76562 248.62811 361.26562Q248.86249 361.75 249.26874 362.01562Q249.69061 362.28125 250.15936 362.28125Q250.81561 362.28125 251.29999 361.75Q251.78436 361.20312 251.78436 360.28125Q251.78436 359.39062 251.29999 358.875Q250.83124 358.35938 250.11249 358.35938Q249.39374 358.35938 248.89374 358.875Q248.40936 359.39062 248.40936 360.21875ZM254.44061 356.46875Q254.44061 355.54688 254.89374 354.90625Q255.36249 354.26562 256.2375 354.26562Q257.05 354.26562 257.58124 354.84375Q258.1125 355.42188 258.1125 356.53125Q258.1125 357.625 257.5656 358.21875Q257.03436 358.79688 256.2531 358.79688Q255.47186 358.79688 254.95624 358.21875Q254.44061 357.64062 254.44061 356.46875ZM256.26874 354.98438Q255.87811 354.98438 255.61249 355.32812Q255.36249 355.67188 255.36249 356.57812Q255.36249 357.40625 255.61249 357.75Q255.87811 358.07812 256.26874 358.07812Q256.675 358.07812 256.925 357.73438Q257.1906 357.39062 257.1906 356.5Q257.1906 355.65625 256.925 355.32812Q256.65936 354.98438 256.26874 354.98438ZM256.26874 363.3125L260.97186 354.26562L261.83124 354.26562L257.14374 363.3125L256.26874 363.3125ZM259.9875 360.98438Q259.9875 360.0625 260.4406 359.42188Q260.90936 358.78125 261.8 358.78125Q262.6125 358.78125 263.14374 359.35938Q263.675 359.92188 263.675 361.04688Q263.675 362.14062 263.1281 362.73438Q262.59686 363.3125 261.8 363.3125Q261.03436 363.3125 260.5031 362.73438Q259.9875 362.15625 259.9875 360.98438ZM261.83124 359.5Q261.425 359.5 261.15936 359.84375Q260.90936 360.1875 260.90936 361.09375Q260.90936 361.90625 261.175 362.25Q261.4406 362.59375 261.83124 362.59375Q262.22186 362.59375 262.4875 362.25Q262.7531 361.90625 262.7531 361.0Q262.7531 360.17188 262.4875 359.84375Q262.22186 359.5 261.83124 359.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.20624 363.0L243.15936 363.0L243.15936 356.28125Q242.76874 356.64062 242.14374 357.01562Q241.53436 357.375 241.04999 357.54688L241.04999 356.53125Q241.92499 356.10938 242.58124 355.53125Q243.25311 354.9375 243.53436 354.375L244.20624 354.375L244.20624 363.0ZM252.70624 356.51562L251.65936 356.59375Q251.51874 355.96875 251.26874 355.6875Q250.83124 355.23438 250.20624 355.23438Q249.70624 355.23438 249.31561 355.51562Q248.83124 355.89062 248.53436 356.59375Q248.25311 357.28125 248.23749 358.5625Q248.61249 357.98438 249.15936 357.70312Q249.72186 357.42188 250.33124 357.42188Q251.37811 357.42188 252.11249 358.20312Q252.86249 358.98438 252.86249 360.20312Q252.86249 361.01562 252.50311 361.71875Q252.15936 362.40625 251.54999 362.78125Q250.94061 363.14062 250.17499 363.14062Q248.84686 363.14062 248.01874 362.17188Q247.19061 361.20312 247.19061 358.98438Q247.19061 356.48438 248.11249 355.35938Q248.90936 354.375 250.26874 354.375Q251.28436 354.375 251.92499 354.95312Q252.58124 355.51562 252.70624 356.51562ZM248.40936 360.21875Q248.40936 360.76562 248.62811 361.26562Q248.86249 361.75 249.26874 362.01562Q249.69061 362.28125 250.15936 362.28125Q250.81561 362.28125 251.29999 361.75Q251.78436 361.20312 251.78436 360.28125Q251.78436 359.39062 251.29999 358.875Q250.83124 358.35938 250.11249 358.35938Q249.39374 358.35938 248.89374 358.875Q248.40936 359.39062 248.40936 360.21875ZM254.44061 356.46875Q254.44061 355.54688 254.89374 354.90625Q255.36249 354.26562 256.2375 354.26562Q257.05 354.26562 257.58124 354.84375Q258.1125 355.42188 258.1125 356.53125Q258.1125 357.625 257.5656 358.21875Q257.03436 358.79688 256.2531 358.79688Q255.47186 358.79688 254.95624 358.21875Q254.44061 357.64062 254.44061 356.46875ZM256.26874 354.98438Q255.87811 354.98438 255.61249 355.32812Q255.36249 355.67188 255.36249 356.57812Q255.36249 357.40625 255.61249 357.75Q255.87811 358.07812 256.26874 358.07812Q256.675 358.07812 256.925 357.73438Q257.1906 357.39062 257.1906 356.5Q257.1906 355.65625 256.925 355.32812Q256.65936 354.98438 256.26874 354.98438ZM256.26874 363.3125L260.97186 354.26562L261.83124 354.26562L257.14374 363.3125L256.26874 363.3125ZM259.9875 360.98438Q259.9875 360.0625 260.4406 359.42188Q260.90936 358.78125 261.8 358.78125Q262.6125 358.78125 263.14374 359.35938Q263.675 359.92188 263.675 361.04688Q263.675 362.14062 263.1281 362.73438Q262.59686 363.3125 261.8 363.3125Q261.03436 363.3125 260.5031 362.73438Q259.9875 362.15625 259.9875 360.98438ZM261.83124 359.5Q261.425 359.5 261.15936 359.84375Q260.90936 360.1875 260.90936 361.09375Q260.90936 361.90625 261.175 362.25Q261.4406 362.59375 261.83124 362.59375Q262.22186 362.59375 262.4875 362.25Q262.7531 361.90625 262.7531 361.0Q262.7531 360.17188 262.4875 359.84375Q262.22186 359.5 261.83124 359.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.50797 490.0L216.46109 490.0L216.46109 483.28125Q216.07047 483.64062 215.44547 484.01562Q214.83609 484.375 214.35172 484.54688L214.35172 483.53125Q215.22672 483.10938 215.88297 482.53125Q216.55484 481.9375 216.83609 481.375L217.50797 481.375L217.50797 490.0ZM224.50797 490.0L223.46109 490.0L223.46109 483.28125Q223.07047 483.64062 222.44547 484.01562Q221.83609 484.375 221.35172 484.54688L221.35172 483.53125Q222.22672 483.10938 222.88297 482.53125Q223.55484 481.9375 223.83609 481.375L224.50797 481.375L224.50797 490.0ZM227.74234 483.46875Q227.74234 482.54688 228.19547 481.90625Q228.66422 481.26562 229.53922 481.26562Q230.35172 481.26562 230.88297 481.84375Q231.41422 482.42188 231.41422 483.53125Q231.41422 484.625 230.86734 485.21875Q230.33609 485.79688 229.55484 485.79688Q228.77359 485.79688 228.25797 485.21875Q227.74234 484.64062 227.74234 483.46875ZM229.57047 481.98438Q229.17984 481.98438 228.91422 482.32812Q228.66422 482.67188 228.66422 483.57812Q228.66422 484.40625 228.91422 484.75Q229.17984 485.07812 229.57047 485.07812Q229.97672 485.07812 230.22672 484.73438Q230.49234 484.39062 230.49234 483.5Q230.49234 482.65625 230.22672 482.32812Q229.96109 481.98438 229.57047 481.98438ZM229.57047 490.3125L234.27359 481.26562L235.13297 481.26562L230.44547 490.3125L229.57047 490.3125ZM233.28922 487.98438Q233.28922 487.0625 233.74234 486.42188Q234.21109 485.78125 235.10172 485.78125Q235.91422 485.78125 236.44547 486.35938Q236.97672 486.92188 236.97672 488.04688Q236.97672 489.14062 236.42984 489.73438Q235.89859 490.3125 235.10172 490.3125Q234.33609 490.3125 233.80484 489.73438Q233.28922 489.15625 233.28922 487.98438ZM235.13297 486.5Q234.72672 486.5 234.46109 486.84375Q234.21109 487.1875 234.21109 488.09375Q234.21109 488.90625 234.47672 489.25Q234.74234 489.59375 235.13297 489.59375Q235.52359 489.59375 235.78922 489.25Q236.05484 488.90625 236.05484 488.0Q236.05484 487.17188 235.78922 486.84375Q235.52359 486.5 235.13297 486.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.50797 490.0L216.46109 490.0L216.46109 483.28125Q216.07047 483.64062 215.44547 484.01562Q214.83609 484.375 214.35172 484.54688L214.35172 483.53125Q215.22672 483.10938 215.88297 482.53125Q216.55484 481.9375 216.83609 481.375L217.50797 481.375L217.50797 490.0ZM224.50797 490.0L223.46109 490.0L223.46109 483.28125Q223.07047 483.64062 222.44547 484.01562Q221.83609 484.375 221.35172 484.54688L221.35172 483.53125Q222.22672 483.10938 222.88297 482.53125Q223.55484 481.9375 223.83609 481.375L224.50797 481.375L224.50797 490.0ZM227.74234 483.46875Q227.74234 482.54688 228.19547 481.90625Q228.66422 481.26562 229.53922 481.26562Q230.35172 481.26562 230.88297 481.84375Q231.41422 482.42188 231.41422 483.53125Q231.41422 484.625 230.86734 485.21875Q230.33609 485.79688 229.55484 485.79688Q228.77359 485.79688 228.25797 485.21875Q227.74234 484.64062 227.74234 483.46875ZM229.57047 481.98438Q229.17984 481.98438 228.91422 482.32812Q228.66422 482.67188 228.66422 483.57812Q228.66422 484.40625 228.91422 484.75Q229.17984 485.07812 229.57047 485.07812Q229.97672 485.07812 230.22672 484.73438Q230.49234 484.39062 230.49234 483.5Q230.49234 482.65625 230.22672 482.32812Q229.96109 481.98438 229.57047 481.98438ZM229.57047 490.3125L234.27359 481.26562L235.13297 481.26562L230.44547 490.3125L229.57047 490.3125ZM233.28922 487.98438Q233.28922 487.0625 233.74234 486.42188Q234.21109 485.78125 235.10172 485.78125Q235.91422 485.78125 236.44547 486.35938Q236.97672 486.92188 236.97672 488.04688Q236.97672 489.14062 236.42984 489.73438Q235.89859 490.3125 235.10172 490.3125Q234.33609 490.3125 233.80484 489.73438Q233.28922 489.15625 233.28922 487.98438ZM235.13297 486.5Q234.72672 486.5 234.46109 486.84375Q234.21109 487.1875 234.21109 488.09375Q234.21109 488.90625 234.47672 489.25Q234.74234 489.59375 235.13297 489.59375Q235.52359 489.59375 235.78922 489.25Q236.05484 488.90625 236.05484 488.0Q236.05484 487.17188 235.78922 486.84375Q235.52359 486.5 235.13297 486.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.50128 551.75L182.61066 551.65625Q182.73566 552.46875 183.17316 552.875Q183.62628 553.28125 184.2669 553.28125Q185.0169 553.28125 185.54816 552.7031Q186.0794 552.125 186.0794 551.1875Q186.0794 550.28125 185.56378 549.7656Q185.06378 549.2344 184.23566 549.2344Q183.73566 549.2344 183.31378 549.46875Q182.90753 549.7031 182.67316 550.0625L181.68878 549.9375L182.5169 545.53125L186.79816 545.53125L186.79816 546.53125L183.36066 546.53125L182.90753 548.84375Q183.67316 548.2969 184.5169 548.2969Q185.6419 548.2969 186.40753 549.0781Q187.18878 549.8594 187.18878 551.09375Q187.18878 552.25 186.5169 553.1094Q185.68878 554.1406 184.2669 554.1406Q183.09503 554.1406 182.34503 553.4844Q181.61066 552.8281 181.50128 551.75ZM188.7044 547.46875Q188.7044 546.5469 189.15753 545.90625Q189.62628 545.2656 190.50128 545.2656Q191.31378 545.2656 191.84503 545.84375Q192.37628 546.4219 192.37628 547.53125Q192.37628 548.625 191.8294 549.21875Q191.29816 549.7969 190.5169 549.7969Q189.73566 549.7969 189.22003 549.21875Q188.7044 548.6406 188.7044 547.46875ZM190.53253 545.9844Q190.1419 545.9844 189.87628 546.3281Q189.62628 546.6719 189.62628 547.5781Q189.62628 548.40625 189.87628 548.75Q190.1419 549.0781 190.53253 549.0781Q190.93878 549.0781 191.18878 548.7344Q191.4544 548.3906 191.4544 547.5Q191.4544 546.65625 191.18878 546.3281Q190.92316 545.9844 190.53253 545.9844ZM190.53253 554.3125L195.23566 545.2656L196.09503 545.2656L191.40753 554.3125L190.53253 554.3125ZM194.25128 551.9844Q194.25128 551.0625 194.7044 550.4219Q195.17316 549.78125 196.06378 549.78125Q196.87628 549.78125 197.40753 550.3594Q197.93878 550.9219 197.93878 552.0469Q197.93878 553.1406 197.3919 553.7344Q196.86066 554.3125 196.06378 554.3125Q195.29816 554.3125 194.7669 553.7344Q194.25128 553.15625 194.25128 551.9844ZM196.09503 550.5Q195.68878 550.5 195.42316 550.84375Q195.17316 551.1875 195.17316 552.09375Q195.17316 552.90625 195.43878 553.25Q195.7044 553.59375 196.09503 553.59375Q196.48566 553.59375 196.75128 553.25Q197.0169 552.90625 197.0169 552.0Q197.0169 551.1719 196.75128 550.84375Q196.48566 550.5 196.09503 550.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.50128 551.75L182.61066 551.65625Q182.73566 552.46875 183.17316 552.875Q183.62628 553.28125 184.2669 553.28125Q185.0169 553.28125 185.54816 552.7031Q186.0794 552.125 186.0794 551.1875Q186.0794 550.28125 185.56378 549.7656Q185.06378 549.2344 184.23566 549.2344Q183.73566 549.2344 183.31378 549.46875Q182.90753 549.7031 182.67316 550.0625L181.68878 549.9375L182.5169 545.53125L186.79816 545.53125L186.79816 546.53125L183.36066 546.53125L182.90753 548.84375Q183.67316 548.2969 184.5169 548.2969Q185.6419 548.2969 186.40753 549.0781Q187.18878 549.8594 187.18878 551.09375Q187.18878 552.25 186.5169 553.1094Q185.68878 554.1406 184.2669 554.1406Q183.09503 554.1406 182.34503 553.4844Q181.61066 552.8281 181.50128 551.75ZM188.7044 547.46875Q188.7044 546.5469 189.15753 545.90625Q189.62628 545.2656 190.50128 545.2656Q191.31378 545.2656 191.84503 545.84375Q192.37628 546.4219 192.37628 547.53125Q192.37628 548.625 191.8294 549.21875Q191.29816 549.7969 190.5169 549.7969Q189.73566 549.7969 189.22003 549.21875Q188.7044 548.6406 188.7044 547.46875ZM190.53253 545.9844Q190.1419 545.9844 189.87628 546.3281Q189.62628 546.6719 189.62628 547.5781Q189.62628 548.40625 189.87628 548.75Q190.1419 549.0781 190.53253 549.0781Q190.93878 549.0781 191.18878 548.7344Q191.4544 548.3906 191.4544 547.5Q191.4544 546.65625 191.18878 546.3281Q190.92316 545.9844 190.53253 545.9844ZM190.53253 554.3125L195.23566 545.2656L196.09503 545.2656L191.40753 554.3125L190.53253 554.3125ZM194.25128 551.9844Q194.25128 551.0625 194.7044 550.4219Q195.17316 549.78125 196.06378 549.78125Q196.87628 549.78125 197.40753 550.3594Q197.93878 550.9219 197.93878 552.0469Q197.93878 553.1406 197.3919 553.7344Q196.86066 554.3125 196.06378 554.3125Q195.29816 554.3125 194.7669 553.7344Q194.25128 553.15625 194.25128 551.9844ZM196.09503 550.5Q195.68878 550.5 195.42316 550.84375Q195.17316 551.1875 195.17316 552.09375Q195.17316 552.90625 195.43878 553.25Q195.7044 553.59375 196.09503 553.59375Q196.48566 553.59375 196.75128 553.25Q197.0169 552.90625 197.0169 552.0Q197.0169 551.1719 196.75128 550.84375Q196.48566 550.5 196.09503 550.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.84761 617.0L221.80074 617.0L221.80074 610.28125Q221.41011 610.6406 220.78511 611.0156Q220.17574 611.375 219.69136 611.5469L219.69136 610.53125Q220.56636 610.1094 221.22261 609.53125Q221.89449 608.9375 222.17574 608.375L222.84761 608.375L222.84761 617.0ZM231.42574 615.9844L231.42574 617.0L225.73824 617.0Q225.73824 616.625 225.86324 616.2656Q226.08199 615.6875 226.55074 615.125Q227.03511 614.5625 227.94136 613.8281Q229.34761 612.6719 229.83199 612.0Q230.33199 611.3281 230.33199 610.7344Q230.33199 610.1094 229.87886 609.6875Q229.42574 609.25 228.70699 609.25Q227.94136 609.25 227.48824 609.7031Q227.03511 610.15625 227.01949 610.96875L225.94136 610.8594Q226.05074 609.6406 226.76949 609.0156Q227.50386 608.375 228.73824 608.375Q229.97261 608.375 230.69136 609.0625Q231.41011 609.75 231.41011 610.7656Q231.41011 611.28125 231.19136 611.78125Q230.98824 612.2656 230.48824 612.8281Q230.00386 613.375 228.87886 614.3281Q227.92574 615.125 227.64449 615.4219Q227.37886 615.7031 227.20699 615.9844L231.42574 615.9844ZM233.08199 610.46875Q233.08199 609.5469 233.53511 608.90625Q234.00386 608.2656 234.87886 608.2656Q235.69136 608.2656 236.22261 608.84375Q236.75386 609.4219 236.75386 610.53125Q236.75386 611.625 236.20699 612.21875Q235.67574 612.7969 234.89449 612.7969Q234.11324 612.7969 233.59761 612.21875Q233.08199 611.6406 233.08199 610.46875ZM234.91011 608.9844Q234.51949 608.9844 234.25386 609.3281Q234.00386 609.6719 234.00386 610.5781Q234.00386 611.40625 234.25386 611.75Q234.51949 612.0781 234.91011 612.0781Q235.31636 612.0781 235.56636 611.7344Q235.83199 611.3906 235.83199 610.5Q235.83199 609.65625 235.56636 609.3281Q235.30074 608.9844 234.91011 608.9844ZM234.91011 617.3125L239.61324 608.2656L240.47261 608.2656L235.78511 617.3125L234.91011 617.3125ZM238.62886 614.9844Q238.62886 614.0625 239.08199 613.4219Q239.55074 612.78125 240.44136 612.78125Q241.25386 612.78125 241.78511 613.3594Q242.31636 613.9219 242.31636 615.0469Q242.31636 616.1406 241.76949 616.7344Q241.23824 617.3125 240.44136 617.3125Q239.67574 617.3125 239.14449 616.7344Q238.62886 616.15625 238.62886 614.9844ZM240.47261 613.5Q240.06636 613.5 239.80074 613.84375Q239.55074 614.1875 239.55074 615.09375Q239.55074 615.90625 239.81636 616.25Q240.08199 616.59375 240.47261 616.59375Q240.86324 616.59375 241.12886 616.25Q241.39449 615.90625 241.39449 615.0Q241.39449 614.1719 241.12886 613.84375Q240.86324 613.5 240.47261 613.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.84761 617.0L221.80074 617.0L221.80074 610.28125Q221.41011 610.6406 220.78511 611.0156Q220.17574 611.375 219.69136 611.5469L219.69136 610.53125Q220.56636 610.1094 221.22261 609.53125Q221.89449 608.9375 222.17574 608.375L222.84761 608.375L222.84761 617.0ZM231.42574 615.9844L231.42574 617.0L225.73824 617.0Q225.73824 616.625 225.86324 616.2656Q226.08199 615.6875 226.55074 615.125Q227.03511 614.5625 227.94136 613.8281Q229.34761 612.6719 229.83199 612.0Q230.33199 611.3281 230.33199 610.7344Q230.33199 610.1094 229.87886 609.6875Q229.42574 609.25 228.70699 609.25Q227.94136 609.25 227.48824 609.7031Q227.03511 610.15625 227.01949 610.96875L225.94136 610.8594Q226.05074 609.6406 226.76949 609.0156Q227.50386 608.375 228.73824 608.375Q229.97261 608.375 230.69136 609.0625Q231.41011 609.75 231.41011 610.7656Q231.41011 611.28125 231.19136 611.78125Q230.98824 612.2656 230.48824 612.8281Q230.00386 613.375 228.87886 614.3281Q227.92574 615.125 227.64449 615.4219Q227.37886 615.7031 227.20699 615.9844L231.42574 615.9844ZM233.08199 610.46875Q233.08199 609.5469 233.53511 608.90625Q234.00386 608.2656 234.87886 608.2656Q235.69136 608.2656 236.22261 608.84375Q236.75386 609.4219 236.75386 610.53125Q236.75386 611.625 236.20699 612.21875Q235.67574 612.7969 234.89449 612.7969Q234.11324 612.7969 233.59761 612.21875Q233.08199 611.6406 233.08199 610.46875ZM234.91011 608.9844Q234.51949 608.9844 234.25386 609.3281Q234.00386 609.6719 234.00386 610.5781Q234.00386 611.40625 234.25386 611.75Q234.51949 612.0781 234.91011 612.0781Q235.31636 612.0781 235.56636 611.7344Q235.83199 611.3906 235.83199 610.5Q235.83199 609.65625 235.56636 609.3281Q235.30074 608.9844 234.91011 608.9844ZM234.91011 617.3125L239.61324 608.2656L240.47261 608.2656L235.78511 617.3125L234.91011 617.3125ZM238.62886 614.9844Q238.62886 614.0625 239.08199 613.4219Q239.55074 612.78125 240.44136 612.78125Q241.25386 612.78125 241.78511 613.3594Q242.31636 613.9219 242.31636 615.0469Q242.31636 616.1406 241.76949 616.7344Q241.23824 617.3125 240.44136 617.3125Q239.67574 617.3125 239.14449 616.7344Q238.62886 616.15625 238.62886 614.9844ZM240.47261 613.5Q240.06636 613.5 239.80074 613.84375Q239.55074 614.1875 239.55074 615.09375Q239.55074 615.90625 239.81636 616.25Q240.08199 616.59375 240.47261 616.59375Q240.86324 616.59375 241.12886 616.25Q241.39449 615.90625 241.39449 615.0Q241.39449 614.1719 241.12886 613.84375Q240.86324 613.5 240.47261 613.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M414.48145 122.0L414.48145 119.9375L410.7627 119.9375L410.7627 118.96875L414.68457 113.40625L415.54395 113.40625L415.54395 118.96875L416.7002 118.96875L416.7002 119.9375L415.54395 119.9375L415.54395 122.0L414.48145 122.0ZM414.48145 118.96875L414.48145 115.109375L411.79395 118.96875L414.48145 118.96875ZM419.73145 117.34375Q419.0752 117.09375 418.74707 116.65625Q418.43457 116.203125 418.43457 115.59375Q418.43457 114.65625 419.10645 114.015625Q419.79395 113.375 420.90332 113.375Q422.02832 113.375 422.71582 114.03125Q423.40332 114.6875 423.40332 115.625Q423.40332 116.21875 423.09082 116.65625Q422.77832 117.09375 422.1377 117.34375Q422.93457 117.59375 423.34082 118.171875Q423.74707 118.75 423.74707 119.546875Q423.74707 120.640625 422.96582 121.390625Q422.2002 122.140625 420.91895 122.140625Q419.65332 122.140625 418.87207 121.390625Q418.09082 120.640625 418.09082 119.515625Q418.09082 118.671875 418.5127 118.109375Q418.9502 117.546875 419.73145 117.34375ZM419.5127 115.546875Q419.5127 116.15625 419.90332 116.546875Q420.30957 116.9375 420.93457 116.9375Q421.54395 116.9375 421.93457 116.5625Q422.3252 116.171875 422.3252 115.609375Q422.3252 115.03125 421.91895 114.640625Q421.5127 114.234375 420.91895 114.234375Q420.30957 114.234375 419.90332 114.625Q419.5127 115.015625 419.5127 115.546875ZM419.18457 119.515625Q419.18457 119.96875 419.3877 120.390625Q419.60645 120.8125 420.02832 121.046875Q420.4502 121.28125 420.93457 121.28125Q421.68457 121.28125 422.16895 120.796875Q422.66895 120.3125 422.66895 119.5625Q422.66895 118.796875 422.16895 118.296875Q421.66895 117.796875 420.90332 117.796875Q420.15332 117.796875 419.66895 118.296875Q419.18457 118.78125 419.18457 119.515625ZM425.30957 115.46875Q425.30957 114.546875 425.7627 113.90625Q426.23145 113.265625 427.10645 113.265625Q427.91895 113.265625 428.4502 113.84375Q428.98145 114.421875 428.98145 115.53125Q428.98145 116.625 428.43457 117.21875Q427.90332 117.796875 427.12207 117.796875Q426.34082 117.796875 425.8252 117.21875Q425.30957 116.640625 425.30957 115.46875ZM427.1377 113.984375Q426.74707 113.984375 426.48145 114.328125Q426.23145 114.671875 426.23145 115.578125Q426.23145 116.40625 426.48145 116.75Q426.74707 117.078125 427.1377 117.078125Q427.54395 117.078125 427.79395 116.734375Q428.05957 116.390625 428.05957 115.5Q428.05957 114.65625 427.79395 114.328125Q427.52832 113.984375 427.1377 113.984375ZM427.1377 122.3125L431.84082 113.265625L432.7002 113.265625L428.0127 122.3125L427.1377 122.3125ZM430.85645 119.984375Q430.85645 119.0625 431.30957 118.421875Q431.77832 117.78125 432.66895 117.78125Q433.48145 117.78125 434.0127 118.359375Q434.54395 118.921875 434.54395 120.046875Q434.54395 121.140625 433.99707 121.734375Q433.46582 122.3125 432.66895 122.3125Q431.90332 122.3125 431.37207 121.734375Q430.85645 121.15625 430.85645 119.984375ZM432.7002 118.5Q432.29395 118.5 432.02832 118.84375Q431.77832 119.1875 431.77832 120.09375Q431.77832 120.90625 432.04395 121.25Q432.30957 121.59375 432.7002 121.59375Q433.09082 121.59375 433.35645 121.25Q433.62207 120.90625 433.62207 120.0Q433.62207 119.171875 433.35645 118.84375Q433.09082 118.5 432.7002 118.5Z" fill-rule="nonzero"/><path fill="#666666" d="M414.48145 122.0L414.48145 119.9375L410.7627 119.9375L410.7627 118.96875L414.68457 113.40625L415.54395 113.40625L415.54395 118.96875L416.7002 118.96875L416.7002 119.9375L415.54395 119.9375L415.54395 122.0L414.48145 122.0ZM414.48145 118.96875L414.48145 115.109375L411.79395 118.96875L414.48145 118.96875ZM419.73145 117.34375Q419.0752 117.09375 418.74707 116.65625Q418.43457 116.203125 418.43457 115.59375Q418.43457 114.65625 419.10645 114.015625Q419.79395 113.375 420.90332 113.375Q422.02832 113.375 422.71582 114.03125Q423.40332 114.6875 423.40332 115.625Q423.40332 116.21875 423.09082 116.65625Q422.77832 117.09375 422.1377 117.34375Q422.93457 117.59375 423.34082 118.171875Q423.74707 118.75 423.74707 119.546875Q423.74707 120.640625 422.96582 121.390625Q422.2002 122.140625 420.91895 122.140625Q419.65332 122.140625 418.87207 121.390625Q418.09082 120.640625 418.09082 119.515625Q418.09082 118.671875 418.5127 118.109375Q418.9502 117.546875 419.73145 117.34375ZM419.5127 115.546875Q419.5127 116.15625 419.90332 116.546875Q420.30957 116.9375 420.93457 116.9375Q421.54395 116.9375 421.93457 116.5625Q422.3252 116.171875 422.3252 115.609375Q422.3252 115.03125 421.91895 114.640625Q421.5127 114.234375 420.91895 114.234375Q420.30957 114.234375 419.90332 114.625Q419.5127 115.015625 419.5127 115.546875ZM419.18457 119.515625Q419.18457 119.96875 419.3877 120.390625Q419.60645 120.8125 420.02832 121.046875Q420.4502 121.28125 420.93457 121.28125Q421.68457 121.28125 422.16895 120.796875Q422.66895 120.3125 422.66895 119.5625Q422.66895 118.796875 422.16895 118.296875Q421.66895 117.796875 420.90332 117.796875Q420.15332 117.796875 419.66895 118.296875Q419.18457 118.78125 419.18457 119.515625ZM425.30957 115.46875Q425.30957 114.546875 425.7627 113.90625Q426.23145 113.265625 427.10645 113.265625Q427.91895 113.265625 428.4502 113.84375Q428.98145 114.421875 428.98145 115.53125Q428.98145 116.625 428.43457 117.21875Q427.90332 117.796875 427.12207 117.796875Q426.34082 117.796875 425.8252 117.21875Q425.30957 116.640625 425.30957 115.46875ZM427.1377 113.984375Q426.74707 113.984375 426.48145 114.328125Q426.23145 114.671875 426.23145 115.578125Q426.23145 116.40625 426.48145 116.75Q426.74707 117.078125 427.1377 117.078125Q427.54395 117.078125 427.79395 116.734375Q428.05957 116.390625 428.05957 115.5Q428.05957 114.65625 427.79395 114.328125Q427.52832 113.984375 427.1377 113.984375ZM427.1377 122.3125L431.84082 113.265625L432.7002 113.265625L428.0127 122.3125L427.1377 122.3125ZM430.85645 119.984375Q430.85645 119.0625 431.30957 118.421875Q431.77832 117.78125 432.66895 117.78125Q433.48145 117.78125 434.0127 118.359375Q434.54395 118.921875 434.54395 120.046875Q434.54395 121.140625 433.99707 121.734375Q433.46582 122.3125 432.66895 122.3125Q431.90332 122.3125 431.37207 121.734375Q430.85645 121.15625 430.85645 119.984375ZM432.7002 118.5Q432.29395 118.5 432.02832 118.84375Q431.77832 119.1875 431.77832 120.09375Q431.77832 120.90625 432.04395 121.25Q432.30957 121.59375 432.7002 121.59375Q433.09082 121.59375 433.35645 121.25Q433.62207 120.90625 433.62207 120.0Q433.62207 119.171875 433.35645 118.84375Q433.09082 118.5 432.7002 118.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.01163 183.73438L332.07413 183.59375Q332.246 184.48438 332.6835 184.89062Q333.121 185.28125 333.746 185.28125Q334.496 185.28125 335.01163 184.76562Q335.52725 184.25 335.52725 183.48438Q335.52725 182.76562 335.04288 182.29688Q334.57413 181.8125 333.83975 181.8125Q333.54288 181.8125 333.08975 181.9375L333.21475 181.0Q333.32413 181.01562 333.38663 181.01562Q334.0585 181.01562 334.58975 180.67188Q335.13663 180.3125 335.13663 179.57812Q335.13663 179.0 334.746 178.625Q334.35538 178.23438 333.73038 178.23438Q333.121 178.23438 332.69913 178.625Q332.29288 179.01562 332.1835 179.78125L331.121 179.59375Q331.3085 178.54688 331.996 177.96875Q332.6835 177.375 333.69913 177.375Q334.40225 177.375 334.996 177.6875Q335.58975 177.98438 335.90225 178.5Q336.21475 179.01562 336.21475 179.60938Q336.21475 180.15625 335.91788 180.625Q335.621 181.07812 335.04288 181.34375Q335.79288 181.51562 336.21475 182.07812Q336.63663 182.625 336.63663 183.46875Q336.63663 184.59375 335.8085 185.375Q334.996 186.15625 333.746 186.15625Q332.621 186.15625 331.871 185.48438Q331.121 184.79688 331.01163 183.73438ZM338.01163 183.73438L339.07413 183.59375Q339.246 184.48438 339.6835 184.89062Q340.121 185.28125 340.746 185.28125Q341.496 185.28125 342.01163 184.76562Q342.52725 184.25 342.52725 183.48438Q342.52725 182.76562 342.04288 182.29688Q341.57413 181.8125 340.83975 181.8125Q340.54288 181.8125 340.08975 181.9375L340.21475 181.0Q340.32413 181.01562 340.38663 181.01562Q341.0585 181.01562 341.58975 180.67188Q342.13663 180.3125 342.13663 179.57812Q342.13663 179.0 341.746 178.625Q341.35538 178.23438 340.73038 178.23438Q340.121 178.23438 339.69913 178.625Q339.29288 179.01562 339.1835 179.78125L338.121 179.59375Q338.3085 178.54688 338.996 177.96875Q339.6835 177.375 340.69913 177.375Q341.40225 177.375 341.996 177.6875Q342.58975 177.98438 342.90225 178.5Q343.21475 179.01562 343.21475 179.60938Q343.21475 180.15625 342.91788 180.625Q342.621 181.07812 342.04288 181.34375Q342.79288 181.51562 343.21475 182.07812Q343.63663 182.625 343.63663 183.46875Q343.63663 184.59375 342.8085 185.375Q341.996 186.15625 340.746 186.15625Q339.621 186.15625 338.871 185.48438Q338.121 184.79688 338.01163 183.73438ZM345.21475 179.46875Q345.21475 178.54688 345.66788 177.90625Q346.13663 177.26562 347.01163 177.26562Q347.82413 177.26562 348.35538 177.84375Q348.88663 178.42188 348.88663 179.53125Q348.88663 180.625 348.33975 181.21875Q347.8085 181.79688 347.02725 181.79688Q346.246 181.79688 345.73038 181.21875Q345.21475 180.64062 345.21475 179.46875ZM347.04288 177.98438Q346.65225 177.98438 346.38663 178.32812Q346.13663 178.67188 346.13663 179.57812Q346.13663 180.40625 346.38663 180.75Q346.65225 181.07812 347.04288 181.07812Q347.44913 181.07812 347.69913 180.73438Q347.96475 180.39062 347.96475 179.5Q347.96475 178.65625 347.69913 178.32812Q347.4335 177.98438 347.04288 177.98438ZM347.04288 186.3125L351.746 177.26562L352.60538 177.26562L347.91788 186.3125L347.04288 186.3125ZM350.76163 183.98438Q350.76163 183.0625 351.21475 182.42188Q351.6835 181.78125 352.57413 181.78125Q353.38663 181.78125 353.91788 182.35938Q354.44913 182.92188 354.44913 184.04688Q354.44913 185.14062 353.90225 185.73438Q353.371 186.3125 352.57413 186.3125Q351.8085 186.3125 351.27725 185.73438Q350.76163 185.15625 350.76163 183.98438ZM352.60538 182.5Q352.19913 182.5 351.9335 182.84375Q351.6835 183.1875 351.6835 184.09375Q351.6835 184.90625 351.94913 185.25Q352.21475 185.59375 352.60538 185.59375Q352.996 185.59375 353.26163 185.25Q353.52725 184.90625 353.52725 184.0Q353.52725 183.17188 353.26163 182.84375Q352.996 182.5 352.60538 182.5Z" fill-rule="nonzero"/><path fill="#666666" d="M331.01163 183.73438L332.07413 183.59375Q332.246 184.48438 332.6835 184.89062Q333.121 185.28125 333.746 185.28125Q334.496 185.28125 335.01163 184.76562Q335.52725 184.25 335.52725 183.48438Q335.52725 182.76562 335.04288 182.29688Q334.57413 181.8125 333.83975 181.8125Q333.54288 181.8125 333.08975 181.9375L333.21475 181.0Q333.32413 181.01562 333.38663 181.01562Q334.0585 181.01562 334.58975 180.67188Q335.13663 180.3125 335.13663 179.57812Q335.13663 179.0 334.746 178.625Q334.35538 178.23438 333.73038 178.23438Q333.121 178.23438 332.69913 178.625Q332.29288 179.01562 332.1835 179.78125L331.121 179.59375Q331.3085 178.54688 331.996 177.96875Q332.6835 177.375 333.69913 177.375Q334.40225 177.375 334.996 177.6875Q335.58975 177.98438 335.90225 178.5Q336.21475 179.01562 336.21475 179.60938Q336.21475 180.15625 335.91788 180.625Q335.621 181.07812 335.04288 181.34375Q335.79288 181.51562 336.21475 182.07812Q336.63663 182.625 336.63663 183.46875Q336.63663 184.59375 335.8085 185.375Q334.996 186.15625 333.746 186.15625Q332.621 186.15625 331.871 185.48438Q331.121 184.79688 331.01163 183.73438ZM338.01163 183.73438L339.07413 183.59375Q339.246 184.48438 339.6835 184.89062Q340.121 185.28125 340.746 185.28125Q341.496 185.28125 342.01163 184.76562Q342.52725 184.25 342.52725 183.48438Q342.52725 182.76562 342.04288 182.29688Q341.57413 181.8125 340.83975 181.8125Q340.54288 181.8125 340.08975 181.9375L340.21475 181.0Q340.32413 181.01562 340.38663 181.01562Q341.0585 181.01562 341.58975 180.67188Q342.13663 180.3125 342.13663 179.57812Q342.13663 179.0 341.746 178.625Q341.35538 178.23438 340.73038 178.23438Q340.121 178.23438 339.69913 178.625Q339.29288 179.01562 339.1835 179.78125L338.121 179.59375Q338.3085 178.54688 338.996 177.96875Q339.6835 177.375 340.69913 177.375Q341.40225 177.375 341.996 177.6875Q342.58975 177.98438 342.90225 178.5Q343.21475 179.01562 343.21475 179.60938Q343.21475 180.15625 342.91788 180.625Q342.621 181.07812 342.04288 181.34375Q342.79288 181.51562 343.21475 182.07812Q343.63663 182.625 343.63663 183.46875Q343.63663 184.59375 342.8085 185.375Q341.996 186.15625 340.746 186.15625Q339.621 186.15625 338.871 185.48438Q338.121 184.79688 338.01163 183.73438ZM345.21475 179.46875Q345.21475 178.54688 345.66788 177.90625Q346.13663 177.26562 347.01163 177.26562Q347.82413 177.26562 348.35538 177.84375Q348.88663 178.42188 348.88663 179.53125Q348.88663 180.625 348.33975 181.21875Q347.8085 181.79688 347.02725 181.79688Q346.246 181.79688 345.73038 181.21875Q345.21475 180.64062 345.21475 179.46875ZM347.04288 177.98438Q346.65225 177.98438 346.38663 178.32812Q346.13663 178.67188 346.13663 179.57812Q346.13663 180.40625 346.38663 180.75Q346.65225 181.07812 347.04288 181.07812Q347.44913 181.07812 347.69913 180.73438Q347.96475 180.39062 347.96475 179.5Q347.96475 178.65625 347.69913 178.32812Q347.4335 177.98438 347.04288 177.98438ZM347.04288 186.3125L351.746 177.26562L352.60538 177.26562L347.91788 186.3125L347.04288 186.3125ZM350.76163 183.98438Q350.76163 183.0625 351.21475 182.42188Q351.6835 181.78125 352.57413 181.78125Q353.38663 181.78125 353.91788 182.35938Q354.44913 182.92188 354.44913 184.04688Q354.44913 185.14062 353.90225 185.73438Q353.371 186.3125 352.57413 186.3125Q351.8085 186.3125 351.27725 185.73438Q350.76163 185.15625 350.76163 183.98438ZM352.60538 182.5Q352.19913 182.5 351.9335 182.84375Q351.6835 183.1875 351.6835 184.09375Q351.6835 184.90625 351.94913 185.25Q352.21475 185.59375 352.60538 185.59375Q352.996 185.59375 353.26163 185.25Q353.52725 184.90625 353.52725 184.0Q353.52725 183.17188 353.26163 182.84375Q352.996 182.5 352.60538 182.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.8223 248.98438L277.8223 250.0L272.1348 250.0Q272.1348 249.625 272.2598 249.26562Q272.47855 248.6875 272.9473 248.125Q273.43167 247.5625 274.33792 246.82812Q275.74417 245.67188 276.22855 245.0Q276.72855 244.32812 276.72855 243.73438Q276.72855 243.10938 276.27542 242.6875Q275.8223 242.25 275.10355 242.25Q274.33792 242.25 273.8848 242.70312Q273.43167 243.15625 273.41605 243.96875L272.33792 243.85938Q272.4473 242.64062 273.16605 242.01562Q273.90042 241.375 275.1348 241.375Q276.36917 241.375 277.08792 242.0625Q277.80667 242.75 277.80667 243.76562Q277.80667 244.28125 277.58792 244.78125Q277.3848 245.26562 276.8848 245.82812Q276.40042 246.375 275.27542 247.32812Q274.3223 248.125 274.04105 248.42188Q273.77542 248.70312 273.60355 248.98438L277.8223 248.98438ZM284.8223 248.98438L284.8223 250.0L279.1348 250.0Q279.1348 249.625 279.2598 249.26562Q279.47855 248.6875 279.9473 248.125Q280.43167 247.5625 281.33792 246.82812Q282.74417 245.67188 283.22855 245.0Q283.72855 244.32812 283.72855 243.73438Q283.72855 243.10938 283.27542 242.6875Q282.8223 242.25 282.10355 242.25Q281.33792 242.25 280.8848 242.70312Q280.43167 243.15625 280.41605 243.96875L279.33792 243.85938Q279.4473 242.64062 280.16605 242.01562Q280.90042 241.375 282.1348 241.375Q283.36917 241.375 284.08792 242.0625Q284.80667 242.75 284.80667 243.76562Q284.80667 244.28125 284.58792 244.78125Q284.3848 245.26562 283.8848 245.82812Q283.40042 246.375 282.27542 247.32812Q281.3223 248.125 281.04105 248.42188Q280.77542 248.70312 280.60355 248.98438L284.8223 248.98438ZM286.47855 243.46875Q286.47855 242.54688 286.93167 241.90625Q287.40042 241.26562 288.27542 241.26562Q289.08792 241.26562 289.61917 241.84375Q290.15042 242.42188 290.15042 243.53125Q290.15042 244.625 289.60355 245.21875Q289.0723 245.79688 288.29105 245.79688Q287.5098 245.79688 286.99417 245.21875Q286.47855 244.64062 286.47855 243.46875ZM288.30667 241.98438Q287.91605 241.98438 287.65042 242.32812Q287.40042 242.67188 287.40042 243.57812Q287.40042 244.40625 287.65042 244.75Q287.91605 245.07812 288.30667 245.07812Q288.71292 245.07812 288.96292 244.73438Q289.22855 244.39062 289.22855 243.5Q289.22855 242.65625 288.96292 242.32812Q288.6973 241.98438 288.30667 241.98438ZM288.30667 250.3125L293.0098 241.26562L293.86917 241.26562L289.18167 250.3125L288.30667 250.3125ZM292.02542 247.98438Q292.02542 247.0625 292.47855 246.42188Q292.9473 245.78125 293.83792 245.78125Q294.65042 245.78125 295.18167 246.35938Q295.71292 246.92188 295.71292 248.04688Q295.71292 249.14062 295.16605 249.73438Q294.6348 250.3125 293.83792 250.3125Q293.0723 250.3125 292.54105 249.73438Q292.02542 249.15625 292.02542 247.98438ZM293.86917 246.5Q293.46292 246.5 293.1973 246.84375Q292.9473 247.1875 292.9473 248.09375Q292.9473 248.90625 293.21292 249.25Q293.47855 249.59375 293.86917 249.59375Q294.2598 249.59375 294.52542 249.25Q294.79105 248.90625 294.79105 248.0Q294.79105 247.17188 294.52542 246.84375Q294.2598 246.5 293.86917 246.5Z" fill-rule="nonzero"/><path fill="#666666" d="M277.8223 248.98438L277.8223 250.0L272.1348 250.0Q272.1348 249.625 272.2598 249.26562Q272.47855 248.6875 272.9473 248.125Q273.43167 247.5625 274.33792 246.82812Q275.74417 245.67188 276.22855 245.0Q276.72855 244.32812 276.72855 243.73438Q276.72855 243.10938 276.27542 242.6875Q275.8223 242.25 275.10355 242.25Q274.33792 242.25 273.8848 242.70312Q273.43167 243.15625 273.41605 243.96875L272.33792 243.85938Q272.4473 242.64062 273.16605 242.01562Q273.90042 241.375 275.1348 241.375Q276.36917 241.375 277.08792 242.0625Q277.80667 242.75 277.80667 243.76562Q277.80667 244.28125 277.58792 244.78125Q277.3848 245.26562 276.8848 245.82812Q276.40042 246.375 275.27542 247.32812Q274.3223 248.125 274.04105 248.42188Q273.77542 248.70312 273.60355 248.98438L277.8223 248.98438ZM284.8223 248.98438L284.8223 250.0L279.1348 250.0Q279.1348 249.625 279.2598 249.26562Q279.47855 248.6875 279.9473 248.125Q280.43167 247.5625 281.33792 246.82812Q282.74417 245.67188 283.22855 245.0Q283.72855 244.32812 283.72855 243.73438Q283.72855 243.10938 283.27542 242.6875Q282.8223 242.25 282.10355 242.25Q281.33792 242.25 280.8848 242.70312Q280.43167 243.15625 280.41605 243.96875L279.33792 243.85938Q279.4473 242.64062 280.16605 242.01562Q280.90042 241.375 282.1348 241.375Q283.36917 241.375 284.08792 242.0625Q284.80667 242.75 284.80667 243.76562Q284.80667 244.28125 284.58792 244.78125Q284.3848 245.26562 283.8848 245.82812Q283.40042 246.375 282.27542 247.32812Q281.3223 248.125 281.04105 248.42188Q280.77542 248.70312 280.60355 248.98438L284.8223 248.98438ZM286.47855 243.46875Q286.47855 242.54688 286.93167 241.90625Q287.40042 241.26562 288.27542 241.26562Q289.08792 241.26562 289.61917 241.84375Q290.15042 242.42188 290.15042 243.53125Q290.15042 244.625 289.60355 245.21875Q289.0723 245.79688 288.29105 245.79688Q287.5098 245.79688 286.99417 245.21875Q286.47855 244.64062 286.47855 243.46875ZM288.30667 241.98438Q287.91605 241.98438 287.65042 242.32812Q287.40042 242.67188 287.40042 243.57812Q287.40042 244.40625 287.65042 244.75Q287.91605 245.07812 288.30667 245.07812Q288.71292 245.07812 288.96292 244.73438Q289.22855 244.39062 289.22855 243.5Q289.22855 242.65625 288.96292 242.32812Q288.6973 241.98438 288.30667 241.98438ZM288.30667 250.3125L293.0098 241.26562L293.86917 241.26562L289.18167 250.3125L288.30667 250.3125ZM292.02542 247.98438Q292.02542 247.0625 292.47855 246.42188Q292.9473 245.78125 293.83792 245.78125Q294.65042 245.78125 295.18167 246.35938Q295.71292 246.92188 295.71292 248.04688Q295.71292 249.14062 295.16605 249.73438Q294.6348 250.3125 293.83792 250.3125Q293.0723 250.3125 292.54105 249.73438Q292.02542 249.15625 292.02542 247.98438ZM293.86917 246.5Q293.46292 246.5 293.1973 246.84375Q292.9473 247.1875 292.9473 248.09375Q292.9473 248.90625 293.21292 249.25Q293.47855 249.59375 293.86917 249.59375Q294.2598 249.59375 294.52542 249.25Q294.79105 248.90625 294.79105 248.0Q294.79105 247.17188 294.52542 246.84375Q294.2598 246.5 293.86917 246.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M260.2252 313.0L259.1783 313.0L259.1783 306.28125Q258.7877 306.64062 258.1627 307.01562Q257.5533 307.375 257.06894 307.54688L257.06894 306.53125Q257.94394 306.10938 258.6002 305.53125Q259.27206 304.9375 259.5533 304.375L260.2252 304.375L260.2252 313.0ZM263.4127 311.01562L264.4283 310.92188Q264.5533 311.64062 264.9127 311.96875Q265.2877 312.28125 265.8502 312.28125Q266.33456 312.28125 266.69394 312.0625Q267.06894 311.82812 267.3033 311.46875Q267.5377 311.09375 267.69394 310.46875Q267.8502 309.82812 267.8502 309.17188Q267.8502 309.09375 267.8502 308.95312Q267.5377 309.45312 266.9908 309.78125Q266.44394 310.09375 265.8033 310.09375Q264.7252 310.09375 263.9908 309.32812Q263.25644 308.54688 263.25644 307.28125Q263.25644 305.96875 264.02206 305.17188Q264.8033 304.375 265.95956 304.375Q266.7877 304.375 267.4752 304.82812Q268.1783 305.28125 268.5377 306.125Q268.89706 306.95312 268.89706 308.53125Q268.89706 310.17188 268.5377 311.15625Q268.19394 312.125 267.4752 312.64062Q266.77206 313.14062 265.83456 313.14062Q264.81894 313.14062 264.1783 312.59375Q263.5377 312.03125 263.4127 311.01562ZM267.7252 307.21875Q267.7252 306.3125 267.2408 305.78125Q266.77206 305.25 266.08456 305.25Q265.38144 305.25 264.8502 305.82812Q264.33456 306.39062 264.33456 307.3125Q264.33456 308.125 264.83456 308.64062Q265.33456 309.15625 266.0533 309.15625Q266.7877 309.15625 267.25644 308.64062Q267.7252 308.125 267.7252 307.21875ZM270.45956 306.46875Q270.45956 305.54688 270.9127 304.90625Q271.38144 304.26562 272.25644 304.26562Q273.06894 304.26562 273.6002 304.84375Q274.13144 305.42188 274.13144 306.53125Q274.13144 307.625 273.58456 308.21875Q273.0533 308.79688 272.27206 308.79688Q271.4908 308.79688 270.9752 308.21875Q270.45956 307.64062 270.45956 306.46875ZM272.2877 304.98438Q271.89706 304.98438 271.63144 305.32812Q271.38144 305.67188 271.38144 306.57812Q271.38144 307.40625 271.63144 307.75Q271.89706 308.07812 272.2877 308.07812Q272.69394 308.07812 272.94394 307.73438Q273.20956 307.39062 273.20956 306.5Q273.20956 305.65625 272.94394 305.32812Q272.6783 304.98438 272.2877 304.98438ZM272.2877 313.3125L276.9908 304.26562L277.8502 304.26562L273.1627 313.3125L272.2877 313.3125ZM276.00644 310.98438Q276.00644 310.0625 276.45956 309.42188Q276.9283 308.78125 277.81894 308.78125Q278.63144 308.78125 279.1627 309.35938Q279.69394 309.92188 279.69394 311.04688Q279.69394 312.14062 279.14706 312.73438Q278.6158 313.3125 277.81894 313.3125Q277.0533 313.3125 276.52206 312.73438Q276.00644 312.15625 276.00644 310.98438ZM277.8502 309.5Q277.44394 309.5 277.1783 309.84375Q276.9283 310.1875 276.9283 311.09375Q276.9283 311.90625 277.19394 312.25Q277.45956 312.59375 277.8502 312.59375Q278.2408 312.59375 278.50644 312.25Q278.77206 311.90625 278.77206 311.0Q278.77206 310.17188 278.50644 309.84375Q278.2408 309.5 277.8502 309.5Z" fill-rule="nonzero"/><path fill="#666666" d="M260.22522 313.0L259.17834 313.0L259.17834 306.28125Q258.78772 306.64062 258.16272 307.01562Q257.55334 307.375 257.06897 307.54688L257.06897 306.53125Q257.94397 306.10938 258.60022 305.53125Q259.2721 304.9375 259.55334 304.375L260.22522 304.375L260.22522 313.0ZM263.41272 311.01562L264.42834 310.92188Q264.55334 311.64062 264.91272 311.96875Q265.28772 312.28125 265.85022 312.28125Q266.3346 312.28125 266.69397 312.0625Q267.06897 311.82812 267.30334 311.46875Q267.53772 311.09375 267.69397 310.46875Q267.85022 309.82812 267.85022 309.17188Q267.85022 309.09375 267.85022 308.95312Q267.53772 309.45312 266.99084 309.78125Q266.44397 310.09375 265.80334 310.09375Q264.72522 310.09375 263.99084 309.32812Q263.25647 308.54688 263.25647 307.28125Q263.25647 305.96875 264.0221 305.17188Q264.80334 304.375 265.9596 304.375Q266.78772 304.375 267.47522 304.82812Q268.17834 305.28125 268.53772 306.125Q268.8971 306.95312 268.8971 308.53125Q268.8971 310.17188 268.53772 311.15625Q268.19397 312.125 267.47522 312.64062Q266.7721 313.14062 265.8346 313.14062Q264.81897 313.14062 264.17834 312.59375Q263.53772 312.03125 263.41272 311.01562ZM267.72522 307.21875Q267.72522 306.3125 267.24084 305.78125Q266.7721 305.25 266.0846 305.25Q265.38147 305.25 264.85022 305.82812Q264.3346 306.39062 264.3346 307.3125Q264.3346 308.125 264.8346 308.64062Q265.3346 309.15625 266.05334 309.15625Q266.78772 309.15625 267.25647 308.64062Q267.72522 308.125 267.72522 307.21875ZM270.4596 306.46875Q270.4596 305.54688 270.91272 304.90625Q271.38147 304.26562 272.25647 304.26562Q273.06897 304.26562 273.60022 304.84375Q274.13147 305.42188 274.13147 306.53125Q274.13147 307.625 273.5846 308.21875Q273.05334 308.79688 272.2721 308.79688Q271.49084 308.79688 270.97522 308.21875Q270.4596 307.64062 270.4596 306.46875ZM272.28772 304.98438Q271.8971 304.98438 271.63147 305.32812Q271.38147 305.67188 271.38147 306.57812Q271.38147 307.40625 271.63147 307.75Q271.8971 308.07812 272.28772 308.07812Q272.69397 308.07812 272.94397 307.73438Q273.2096 307.39062 273.2096 306.5Q273.2096 305.65625 272.94397 305.32812Q272.67834 304.98438 272.28772 304.98438ZM272.28772 313.3125L276.99084 304.26562L277.85022 304.26562L273.16272 313.3125L272.28772 313.3125ZM276.00647 310.98438Q276.00647 310.0625 276.4596 309.42188Q276.92834 308.78125 277.81897 308.78125Q278.63147 308.78125 279.16272 309.35938Q279.69397 309.92188 279.69397 311.04688Q279.69397 312.14062 279.1471 312.73438Q278.61584 313.3125 277.81897 313.3125Q277.05334 313.3125 276.5221 312.73438Q276.00647 312.15625 276.00647 310.98438ZM277.85022 309.5Q277.44397 309.5 277.17834 309.84375Q276.92834 310.1875 276.92834 311.09375Q276.92834 311.90625 277.19397 312.25Q277.4596 312.59375 277.85022 312.59375Q278.24084 312.59375 278.50647 312.25Q278.7721 311.90625 278.7721 311.0Q278.7721 310.17188 278.50647 309.84375Q278.24084 309.5 277.85022 309.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M254.88554 377.0L253.83867 377.0L253.83867 370.28125Q253.44804 370.64062 252.82304 371.01562Q252.21367 371.375 251.7293 371.54688L251.7293 370.53125Q252.6043 370.10938 253.26054 369.53125Q253.93242 368.9375 254.21367 368.375L254.88554 368.375L254.88554 377.0ZM259.5418 372.34375Q258.88556 372.09375 258.55743 371.65625Q258.24493 371.20312 258.24493 370.59375Q258.24493 369.65625 258.9168 369.01562Q259.6043 368.375 260.71368 368.375Q261.83868 368.375 262.52618 369.03125Q263.21368 369.6875 263.21368 370.625Q263.21368 371.21875 262.90118 371.65625Q262.58868 372.09375 261.94806 372.34375Q262.74493 372.59375 263.15118 373.17188Q263.55743 373.75 263.55743 374.54688Q263.55743 375.64062 262.77618 376.39062Q262.01056 377.14062 260.7293 377.14062Q259.46368 377.14062 258.68243 376.39062Q257.90118 375.64062 257.90118 374.51562Q257.90118 373.67188 258.32306 373.10938Q258.76056 372.54688 259.5418 372.34375ZM259.32306 370.54688Q259.32306 371.15625 259.71368 371.54688Q260.11993 371.9375 260.74493 371.9375Q261.3543 371.9375 261.74493 371.5625Q262.13556 371.17188 262.13556 370.60938Q262.13556 370.03125 261.7293 369.64062Q261.32306 369.23438 260.7293 369.23438Q260.11993 369.23438 259.71368 369.625Q259.32306 370.01562 259.32306 370.54688ZM258.99493 374.51562Q258.99493 374.96875 259.19806 375.39062Q259.4168 375.8125 259.83868 376.04688Q260.26056 376.28125 260.74493 376.28125Q261.49493 376.28125 261.9793 375.79688Q262.4793 375.3125 262.4793 374.5625Q262.4793 373.79688 261.9793 373.29688Q261.4793 372.79688 260.71368 372.79688Q259.96368 372.79688 259.4793 373.29688Q258.99493 373.78125 258.99493 374.51562ZM265.11993 370.46875Q265.11993 369.54688 265.57306 368.90625Q266.0418 368.26562 266.9168 368.26562Q267.7293 368.26562 268.26056 368.84375Q268.7918 369.42188 268.7918 370.53125Q268.7918 371.625 268.24493 372.21875Q267.71368 372.79688 266.93243 372.79688Q266.15118 372.79688 265.63556 372.21875Q265.11993 371.64062 265.11993 370.46875ZM266.94806 368.98438Q266.55743 368.98438 266.2918 369.32812Q266.0418 369.67188 266.0418 370.57812Q266.0418 371.40625 266.2918 371.75Q266.55743 372.07812 266.94806 372.07812Q267.3543 372.07812 267.6043 371.73438Q267.86993 371.39062 267.86993 370.5Q267.86993 369.65625 267.6043 369.32812Q267.33868 368.98438 266.94806 368.98438ZM266.94806 377.3125L271.65118 368.26562L272.51056 368.26562L267.82306 377.3125L266.94806 377.3125ZM270.6668 374.98438Q270.6668 374.0625 271.11993 373.42188Q271.58868 372.78125 272.4793 372.78125Q273.2918 372.78125 273.82306 373.35938Q274.3543 373.92188 274.3543 375.04688Q274.3543 376.14062 273.80743 376.73438Q273.27618 377.3125 272.4793 377.3125Q271.71368 377.3125 271.18243 376.73438Q270.6668 376.15625 270.6668 374.98438ZM272.51056 373.5Q272.1043 373.5 271.83868 373.84375Q271.58868 374.1875 271.58868 375.09375Q271.58868 375.90625 271.8543 376.25Q272.11993 376.59375 272.51056 376.59375Q272.90118 376.59375 273.1668 376.25Q273.43243 375.90625 273.43243 375.0Q273.43243 374.17188 273.1668 373.84375Q272.90118 373.5 272.51056 373.5Z" fill-rule="nonzero"/><path fill="#666666" d="M254.88554 377.0L253.83867 377.0L253.83867 370.28125Q253.44804 370.64062 252.82304 371.01562Q252.21367 371.375 251.7293 371.54688L251.7293 370.53125Q252.6043 370.10938 253.26054 369.53125Q253.93242 368.9375 254.21367 368.375L254.88554 368.375L254.88554 377.0ZM259.5418 372.34375Q258.88556 372.09375 258.55743 371.65625Q258.24493 371.20312 258.24493 370.59375Q258.24493 369.65625 258.9168 369.01562Q259.6043 368.375 260.71368 368.375Q261.83868 368.375 262.52618 369.03125Q263.21368 369.6875 263.21368 370.625Q263.21368 371.21875 262.90118 371.65625Q262.58868 372.09375 261.94806 372.34375Q262.74493 372.59375 263.15118 373.17188Q263.55743 373.75 263.55743 374.54688Q263.55743 375.64062 262.77618 376.39062Q262.01056 377.14062 260.7293 377.14062Q259.46368 377.14062 258.68243 376.39062Q257.90118 375.64062 257.90118 374.51562Q257.90118 373.67188 258.32306 373.10938Q258.76056 372.54688 259.5418 372.34375ZM259.32306 370.54688Q259.32306 371.15625 259.71368 371.54688Q260.11993 371.9375 260.74493 371.9375Q261.3543 371.9375 261.74493 371.5625Q262.13556 371.17188 262.13556 370.60938Q262.13556 370.03125 261.7293 369.64062Q261.32306 369.23438 260.7293 369.23438Q260.11993 369.23438 259.71368 369.625Q259.32306 370.01562 259.32306 370.54688ZM258.99493 374.51562Q258.99493 374.96875 259.19806 375.39062Q259.4168 375.8125 259.83868 376.04688Q260.26056 376.28125 260.74493 376.28125Q261.49493 376.28125 261.9793 375.79688Q262.4793 375.3125 262.4793 374.5625Q262.4793 373.79688 261.9793 373.29688Q261.4793 372.79688 260.71368 372.79688Q259.96368 372.79688 259.4793 373.29688Q258.99493 373.78125 258.99493 374.51562ZM265.11993 370.46875Q265.11993 369.54688 265.57306 368.90625Q266.0418 368.26562 266.9168 368.26562Q267.7293 368.26562 268.26056 368.84375Q268.7918 369.42188 268.7918 370.53125Q268.7918 371.625 268.24493 372.21875Q267.71368 372.79688 266.93243 372.79688Q266.15118 372.79688 265.63556 372.21875Q265.11993 371.64062 265.11993 370.46875ZM266.94806 368.98438Q266.55743 368.98438 266.2918 369.32812Q266.0418 369.67188 266.0418 370.57812Q266.0418 371.40625 266.2918 371.75Q266.55743 372.07812 266.94806 372.07812Q267.3543 372.07812 267.6043 371.73438Q267.86993 371.39062 267.86993 370.5Q267.86993 369.65625 267.6043 369.32812Q267.33868 368.98438 266.94806 368.98438ZM266.94806 377.3125L271.65118 368.26562L272.51056 368.26562L267.82306 377.3125L266.94806 377.3125ZM270.6668 374.98438Q270.6668 374.0625 271.11993 373.42188Q271.58868 372.78125 272.4793 372.78125Q273.2918 372.78125 273.82306 373.35938Q274.3543 373.92188 274.3543 375.04688Q274.3543 376.14062 273.80743 376.73438Q273.27618 377.3125 272.4793 377.3125Q271.71368 377.3125 271.18243 376.73438Q270.6668 376.15625 270.6668 374.98438ZM272.51056 373.5Q272.1043 373.5 271.83868 373.84375Q271.58868 374.1875 271.58868 375.09375Q271.58868 375.90625 271.8543 376.25Q272.11993 376.59375 272.51056 376.59375Q272.90118 376.59375 273.1668 376.25Q273.43243 375.90625 273.43243 375.0Q273.43243 374.17188 273.1668 373.84375Q272.90118 373.5 272.51056 373.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 440.0L211.12143 440.0L211.12143 433.28125Q210.7308 433.64062 210.1058 434.01562Q209.49643 434.375 209.01205 434.54688L209.01205 433.53125Q209.88705 433.10938 210.5433 432.53125Q211.21518 431.9375 211.49643 431.375L212.1683 431.375L212.1683 440.0ZM215.19955 435.76562Q215.19955 434.23438 215.51205 433.3125Q215.82455 432.375 216.43393 431.875Q217.05893 431.375 217.99643 431.375Q218.68393 431.375 219.19955 431.65625Q219.7308 431.9375 220.07455 432.46875Q220.4183 432.98438 220.6058 433.73438Q220.7933 434.48438 220.7933 435.76562Q220.7933 437.28125 220.4808 438.20312Q220.18393 439.125 219.55893 439.64062Q218.94955 440.14062 217.99643 440.14062Q216.76205 440.14062 216.0433 439.25Q215.19955 438.1875 215.19955 435.76562ZM216.27768 435.76562Q216.27768 437.875 216.77768 438.57812Q217.27768 439.28125 217.99643 439.28125Q218.7308 439.28125 219.21518 438.57812Q219.71518 437.875 219.71518 435.76562Q219.71518 433.64062 219.21518 432.95312Q218.7308 432.25 217.9808 432.25Q217.26205 432.25 216.82455 432.85938Q216.27768 433.64062 216.27768 435.76562ZM222.40268 433.46875Q222.40268 432.54688 222.8558 431.90625Q223.32455 431.26562 224.19955 431.26562Q225.01205 431.26562 225.5433 431.84375Q226.07455 432.42188 226.07455 433.53125Q226.07455 434.625 225.52768 435.21875Q224.99643 435.79688 224.21518 435.79688Q223.43393 435.79688 222.9183 435.21875Q222.40268 434.64062 222.40268 433.46875ZM224.2308 431.98438Q223.84018 431.98438 223.57455 432.32812Q223.32455 432.67188 223.32455 433.57812Q223.32455 434.40625 223.57455 434.75Q223.84018 435.07812 224.2308 435.07812Q224.63705 435.07812 224.88705 434.73438Q225.15268 434.39062 225.15268 433.5Q225.15268 432.65625 224.88705 432.32812Q224.62143 431.98438 224.2308 431.98438ZM224.2308 440.3125L228.93393 431.26562L229.7933 431.26562L225.1058 440.3125L224.2308 440.3125ZM227.94955 437.98438Q227.94955 437.0625 228.40268 436.42188Q228.87143 435.78125 229.76205 435.78125Q230.57455 435.78125 231.1058 436.35938Q231.63705 436.92188 231.63705 438.04688Q231.63705 439.14062 231.09018 439.73438Q230.55893 440.3125 229.76205 440.3125Q228.99643 440.3125 228.46518 439.73438Q227.94955 439.15625 227.94955 437.98438ZM229.7933 436.5Q229.38705 436.5 229.12143 436.84375Q228.87143 437.1875 228.87143 438.09375Q228.87143 438.90625 229.13705 439.25Q229.40268 439.59375 229.7933 439.59375Q230.18393 439.59375 230.44955 439.25Q230.71518 438.90625 230.71518 438.0Q230.71518 437.17188 230.44955 436.84375Q230.18393 436.5 229.7933 436.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 440.0L211.12143 440.0L211.12143 433.28125Q210.7308 433.64062 210.1058 434.01562Q209.49643 434.375 209.01205 434.54688L209.01205 433.53125Q209.88705 433.10938 210.5433 432.53125Q211.21518 431.9375 211.49643 431.375L212.1683 431.375L212.1683 440.0ZM215.19955 435.76562Q215.19955 434.23438 215.51205 433.3125Q215.82455 432.375 216.43393 431.875Q217.05893 431.375 217.99643 431.375Q218.68393 431.375 219.19955 431.65625Q219.7308 431.9375 220.07455 432.46875Q220.4183 432.98438 220.6058 433.73438Q220.7933 434.48438 220.7933 435.76562Q220.7933 437.28125 220.4808 438.20312Q220.18393 439.125 219.55893 439.64062Q218.94955 440.14062 217.99643 440.14062Q216.76205 440.14062 216.0433 439.25Q215.19955 438.1875 215.19955 435.76562ZM216.27768 435.76562Q216.27768 437.875 216.77768 438.57812Q217.27768 439.28125 217.99643 439.28125Q218.7308 439.28125 219.21518 438.57812Q219.71518 437.875 219.71518 435.76562Q219.71518 433.64062 219.21518 432.95312Q218.7308 432.25 217.9808 432.25Q217.26205 432.25 216.82455 432.85938Q216.27768 433.64062 216.27768 435.76562ZM222.40268 433.46875Q222.40268 432.54688 222.8558 431.90625Q223.32455 431.26562 224.19955 431.26562Q225.01205 431.26562 225.5433 431.84375Q226.07455 432.42188 226.07455 433.53125Q226.07455 434.625 225.52768 435.21875Q224.99643 435.79688 224.21518 435.79688Q223.43393 435.79688 222.9183 435.21875Q222.40268 434.64062 222.40268 433.46875ZM224.2308 431.98438Q223.84018 431.98438 223.57455 432.32812Q223.32455 432.67188 223.32455 433.57812Q223.32455 434.40625 223.57455 434.75Q223.84018 435.07812 224.2308 435.07812Q224.63705 435.07812 224.88705 434.73438Q225.15268 434.39062 225.15268 433.5Q225.15268 432.65625 224.88705 432.32812Q224.62143 431.98438 224.2308 431.98438ZM224.2308 440.3125L228.93393 431.26562L229.7933 431.26562L225.1058 440.3125L224.2308 440.3125ZM227.94955 437.98438Q227.94955 437.0625 228.40268 436.42188Q228.87143 435.78125 229.76205 435.78125Q230.57455 435.78125 231.1058 436.35938Q231.63705 436.92188 231.63705 438.04688Q231.63705 439.14062 231.09018 439.73438Q230.55893 440.3125 229.76205 440.3125Q228.99643 440.3125 228.46518 439.73438Q227.94955 439.15625 227.94955 437.98438ZM229.7933 436.5Q229.38705 436.5 229.12143 436.84375Q228.87143 437.1875 228.87143 438.09375Q228.87143 438.90625 229.13705 439.25Q229.40268 439.59375 229.7933 439.59375Q230.18393 439.59375 230.44955 439.25Q230.71518 438.90625 230.71518 438.0Q230.71518 437.17188 230.44955 436.84375Q230.18393 436.5 229.7933 436.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.01614 502.01562L204.03177 501.92188Q204.15677 502.64062 204.51614 502.96875Q204.89114 503.28125 205.45364 503.28125Q205.93802 503.28125 206.2974 503.0625Q206.6724 502.82812 206.90677 502.46875Q207.14114 502.09375 207.2974 501.46875Q207.45364 500.82812 207.45364 500.17188Q207.45364 500.09375 207.45364 499.95312Q207.14114 500.45312 206.59427 500.78125Q206.0474 501.09375 205.40677 501.09375Q204.32864 501.09375 203.59427 500.32812Q202.8599 499.54688 202.8599 498.28125Q202.8599 496.96875 203.62552 496.17188Q204.40677 495.375 205.56302 495.375Q206.39114 495.375 207.07864 495.82812Q207.78177 496.28125 208.14114 497.125Q208.50052 497.95312 208.50052 499.53125Q208.50052 501.17188 208.14114 502.15625Q207.7974 503.125 207.07864 503.64062Q206.37552 504.14062 205.43802 504.14062Q204.4224 504.14062 203.78177 503.59375Q203.14114 503.03125 203.01614 502.01562ZM207.32864 498.21875Q207.32864 497.3125 206.84427 496.78125Q206.37552 496.25 205.68802 496.25Q204.9849 496.25 204.45364 496.82812Q203.93802 497.39062 203.93802 498.3125Q203.93802 499.125 204.43802 499.64062Q204.93802 500.15625 205.65677 500.15625Q206.39114 500.15625 206.8599 499.64062Q207.32864 499.125 207.32864 498.21875ZM210.06302 497.46875Q210.06302 496.54688 210.51614 495.90625Q210.9849 495.26562 211.8599 495.26562Q212.6724 495.26562 213.20364 495.84375Q213.7349 496.42188 213.7349 497.53125Q213.7349 498.625 213.18802 499.21875Q212.65677 499.79688 211.87552 499.79688Q211.09427 499.79688 210.57864 499.21875Q210.06302 498.64062 210.06302 497.46875ZM211.89114 495.98438Q211.50052 495.98438 211.2349 496.32812Q210.9849 496.67188 210.9849 497.57812Q210.9849 498.40625 211.2349 498.75Q211.50052 499.07812 211.89114 499.07812Q212.2974 499.07812 212.5474 498.73438Q212.81302 498.39062 212.81302 497.5Q212.81302 496.65625 212.5474 496.32812Q212.28177 495.98438 211.89114 495.98438ZM211.89114 504.3125L216.59427 495.26562L217.45364 495.26562L212.76614 504.3125L211.89114 504.3125ZM215.6099 501.98438Q215.6099 501.0625 216.06302 500.42188Q216.53177 499.78125 217.4224 499.78125Q218.2349 499.78125 218.76614 500.35938Q219.2974 500.92188 219.2974 502.04688Q219.2974 503.14062 218.75052 503.73438Q218.21927 504.3125 217.4224 504.3125Q216.65677 504.3125 216.12552 503.73438Q215.6099 503.15625 215.6099 501.98438ZM217.45364 500.5Q217.0474 500.5 216.78177 500.84375Q216.53177 501.1875 216.53177 502.09375Q216.53177 502.90625 216.7974 503.25Q217.06302 503.59375 217.45364 503.59375Q217.84427 503.59375 218.1099 503.25Q218.37552 502.90625 218.37552 502.0Q218.37552 501.17188 218.1099 500.84375Q217.84427 500.5 217.45364 500.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.01614 502.01562L204.03177 501.92188Q204.15677 502.64062 204.51614 502.96875Q204.89114 503.28125 205.45364 503.28125Q205.93802 503.28125 206.2974 503.0625Q206.6724 502.82812 206.90677 502.46875Q207.14114 502.09375 207.2974 501.46875Q207.45364 500.82812 207.45364 500.17188Q207.45364 500.09375 207.45364 499.95312Q207.14114 500.45312 206.59427 500.78125Q206.0474 501.09375 205.40677 501.09375Q204.32864 501.09375 203.59427 500.32812Q202.8599 499.54688 202.8599 498.28125Q202.8599 496.96875 203.62552 496.17188Q204.40677 495.375 205.56302 495.375Q206.39114 495.375 207.07864 495.82812Q207.78177 496.28125 208.14114 497.125Q208.50052 497.95312 208.50052 499.53125Q208.50052 501.17188 208.14114 502.15625Q207.7974 503.125 207.07864 503.64062Q206.37552 504.14062 205.43802 504.14062Q204.4224 504.14062 203.78177 503.59375Q203.14114 503.03125 203.01614 502.01562ZM207.32864 498.21875Q207.32864 497.3125 206.84427 496.78125Q206.37552 496.25 205.68802 496.25Q204.9849 496.25 204.45364 496.82812Q203.93802 497.39062 203.93802 498.3125Q203.93802 499.125 204.43802 499.64062Q204.93802 500.15625 205.65677 500.15625Q206.39114 500.15625 206.8599 499.64062Q207.32864 499.125 207.32864 498.21875ZM210.06302 497.46875Q210.06302 496.54688 210.51614 495.90625Q210.9849 495.26562 211.8599 495.26562Q212.6724 495.26562 213.20364 495.84375Q213.7349 496.42188 213.7349 497.53125Q213.7349 498.625 213.18802 499.21875Q212.65677 499.79688 211.87552 499.79688Q211.09427 499.79688 210.57864 499.21875Q210.06302 498.64062 210.06302 497.46875ZM211.89114 495.98438Q211.50052 495.98438 211.2349 496.32812Q210.9849 496.67188 210.9849 497.57812Q210.9849 498.40625 211.2349 498.75Q211.50052 499.07812 211.89114 499.07812Q212.2974 499.07812 212.5474 498.73438Q212.81302 498.39062 212.81302 497.5Q212.81302 496.65625 212.5474 496.32812Q212.28177 495.98438 211.89114 495.98438ZM211.89114 504.3125L216.59427 495.26562L217.45364 495.26562L212.76614 504.3125L211.89114 504.3125ZM215.6099 501.98438Q215.6099 501.0625 216.06302 500.42188Q216.53177 499.78125 217.4224 499.78125Q218.2349 499.78125 218.76614 500.35938Q219.2974 500.92188 219.2974 502.04688Q219.2974 503.14062 218.75052 503.73438Q218.21927 504.3125 217.4224 504.3125Q216.65677 504.3125 216.12552 503.73438Q215.6099 503.15625 215.6099 501.98438ZM217.45364 500.5Q217.0474 500.5 216.78177 500.84375Q216.53177 501.1875 216.53177 502.09375Q216.53177 502.90625 216.7974 503.25Q217.06302 503.59375 217.45364 503.59375Q217.84427 503.59375 218.1099 503.25Q218.37552 502.90625 218.37552 502.0Q218.37552 501.17188 218.1099 500.84375Q217.84427 500.5 217.45364 500.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.30968 561.5156L191.2628 561.59375Q191.12218 560.96875 190.87218 560.6875Q190.43468 560.2344 189.80968 560.2344Q189.30968 560.2344 188.91905 560.5156Q188.43468 560.8906 188.1378 561.59375Q187.85655 562.28125 187.84093 563.5625Q188.21593 562.9844 188.7628 562.7031Q189.3253 562.4219 189.93468 562.4219Q190.98155 562.4219 191.71593 563.2031Q192.46593 563.9844 192.46593 565.2031Q192.46593 566.0156 192.10655 566.71875Q191.7628 567.40625 191.15343 567.78125Q190.54405 568.1406 189.77843 568.1406Q188.4503 568.1406 187.62218 567.1719Q186.79405 566.2031 186.79405 563.9844Q186.79405 561.4844 187.71593 560.3594Q188.5128 559.375 189.87218 559.375Q190.8878 559.375 191.52843 559.9531Q192.18468 560.5156 192.30968 561.5156ZM188.0128 565.21875Q188.0128 565.7656 188.23155 566.2656Q188.46593 566.75 188.87218 567.0156Q189.29405 567.28125 189.7628 567.28125Q190.41905 567.28125 190.90343 566.75Q191.3878 566.2031 191.3878 565.28125Q191.3878 564.3906 190.90343 563.875Q190.43468 563.3594 189.71593 563.3594Q188.99718 563.3594 188.49718 563.875Q188.0128 564.3906 188.0128 565.21875ZM194.04405 561.46875Q194.04405 560.5469 194.49718 559.90625Q194.96593 559.2656 195.84093 559.2656Q196.65343 559.2656 197.18468 559.84375Q197.71593 560.4219 197.71593 561.53125Q197.71593 562.625 197.16905 563.21875Q196.6378 563.7969 195.85655 563.7969Q195.0753 563.7969 194.55968 563.21875Q194.04405 562.6406 194.04405 561.46875ZM195.87218 559.9844Q195.48155 559.9844 195.21593 560.3281Q194.96593 560.6719 194.96593 561.5781Q194.96593 562.40625 195.21593 562.75Q195.48155 563.0781 195.87218 563.0781Q196.27843 563.0781 196.52843 562.7344Q196.79405 562.3906 196.79405 561.5Q196.79405 560.65625 196.52843 560.3281Q196.2628 559.9844 195.87218 559.9844ZM195.87218 568.3125L200.5753 559.2656L201.43468 559.2656L196.74718 568.3125L195.87218 568.3125ZM199.59093 565.9844Q199.59093 565.0625 200.04405 564.4219Q200.5128 563.78125 201.40343 563.78125Q202.21593 563.78125 202.74718 564.3594Q203.27843 564.9219 203.27843 566.0469Q203.27843 567.1406 202.73155 567.7344Q202.2003 568.3125 201.40343 568.3125Q200.6378 568.3125 200.10655 567.7344Q199.59093 567.15625 199.59093 565.9844ZM201.43468 564.5Q201.02843 564.5 200.7628 564.84375Q200.5128 565.1875 200.5128 566.09375Q200.5128 566.90625 200.77843 567.25Q201.04405 567.59375 201.43468 567.59375Q201.8253 567.59375 202.09093 567.25Q202.35655 566.90625 202.35655 566.0Q202.35655 565.1719 202.09093 564.84375Q201.8253 564.5 201.43468 564.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.30968 561.5156L191.2628 561.59375Q191.12218 560.96875 190.87218 560.6875Q190.43468 560.2344 189.80968 560.2344Q189.30968 560.2344 188.91905 560.5156Q188.43468 560.8906 188.1378 561.59375Q187.85655 562.28125 187.84093 563.5625Q188.21593 562.9844 188.7628 562.7031Q189.3253 562.4219 189.93468 562.4219Q190.98155 562.4219 191.71593 563.2031Q192.46593 563.9844 192.46593 565.2031Q192.46593 566.0156 192.10655 566.71875Q191.7628 567.40625 191.15343 567.78125Q190.54405 568.1406 189.77843 568.1406Q188.4503 568.1406 187.62218 567.1719Q186.79405 566.2031 186.79405 563.9844Q186.79405 561.4844 187.71593 560.3594Q188.5128 559.375 189.87218 559.375Q190.8878 559.375 191.52843 559.9531Q192.18468 560.5156 192.30968 561.5156ZM188.0128 565.21875Q188.0128 565.7656 188.23155 566.2656Q188.46593 566.75 188.87218 567.0156Q189.29405 567.28125 189.7628 567.28125Q190.41905 567.28125 190.90343 566.75Q191.3878 566.2031 191.3878 565.28125Q191.3878 564.3906 190.90343 563.875Q190.43468 563.3594 189.71593 563.3594Q188.99718 563.3594 188.49718 563.875Q188.0128 564.3906 188.0128 565.21875ZM194.04405 561.46875Q194.04405 560.5469 194.49718 559.90625Q194.96593 559.2656 195.84093 559.2656Q196.65343 559.2656 197.18468 559.84375Q197.71593 560.4219 197.71593 561.53125Q197.71593 562.625 197.16905 563.21875Q196.6378 563.7969 195.85655 563.7969Q195.0753 563.7969 194.55968 563.21875Q194.04405 562.6406 194.04405 561.46875ZM195.87218 559.9844Q195.48155 559.9844 195.21593 560.3281Q194.96593 560.6719 194.96593 561.5781Q194.96593 562.40625 195.21593 562.75Q195.48155 563.0781 195.87218 563.0781Q196.27843 563.0781 196.52843 562.7344Q196.79405 562.3906 196.79405 561.5Q196.79405 560.65625 196.52843 560.3281Q196.2628 559.9844 195.87218 559.9844ZM195.87218 568.3125L200.5753 559.2656L201.43468 559.2656L196.74718 568.3125L195.87218 568.3125ZM199.59093 565.9844Q199.59093 565.0625 200.04405 564.4219Q200.5128 563.78125 201.40343 563.78125Q202.21593 563.78125 202.74718 564.3594Q203.27843 564.9219 203.27843 566.0469Q203.27843 567.1406 202.73155 567.7344Q202.2003 568.3125 201.40343 568.3125Q200.6378 568.3125 200.10655 567.7344Q199.59093 567.15625 199.59093 565.9844ZM201.43468 564.5Q201.02843 564.5 200.7628 564.84375Q200.5128 565.1875 200.5128 566.09375Q200.5128 566.90625 200.77843 567.25Q201.04405 567.59375 201.43468 567.59375Q201.8253 567.59375 202.09093 567.25Q202.35655 566.90625 202.35655 566.0Q202.35655 565.1719 202.09093 564.84375Q201.8253 564.5 201.43468 564.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 631.0L211.12143 631.0L211.12143 624.28125Q210.7308 624.6406 210.1058 625.0156Q209.49643 625.375 209.01205 625.5469L209.01205 624.53125Q209.88705 624.1094 210.5433 623.53125Q211.21518 622.9375 211.49643 622.375L212.1683 622.375L212.1683 631.0ZM215.19955 626.7656Q215.19955 625.2344 215.51205 624.3125Q215.82455 623.375 216.43393 622.875Q217.05893 622.375 217.99643 622.375Q218.68393 622.375 219.19955 622.65625Q219.7308 622.9375 220.07455 623.46875Q220.4183 623.9844 220.6058 624.7344Q220.7933 625.4844 220.7933 626.7656Q220.7933 628.28125 220.4808 629.2031Q220.18393 630.125 219.55893 630.6406Q218.94955 631.1406 217.99643 631.1406Q216.76205 631.1406 216.0433 630.25Q215.19955 629.1875 215.19955 626.7656ZM216.27768 626.7656Q216.27768 628.875 216.77768 629.5781Q217.27768 630.28125 217.99643 630.28125Q218.7308 630.28125 219.21518 629.5781Q219.71518 628.875 219.71518 626.7656Q219.71518 624.6406 219.21518 623.9531Q218.7308 623.25 217.9808 623.25Q217.26205 623.25 216.82455 623.8594Q216.27768 624.6406 216.27768 626.7656ZM222.40268 624.46875Q222.40268 623.5469 222.8558 622.90625Q223.32455 622.2656 224.19955 622.2656Q225.01205 622.2656 225.5433 622.84375Q226.07455 623.4219 226.07455 624.53125Q226.07455 625.625 225.52768 626.21875Q224.99643 626.7969 224.21518 626.7969Q223.43393 626.7969 222.9183 626.21875Q222.40268 625.6406 222.40268 624.46875ZM224.2308 622.9844Q223.84018 622.9844 223.57455 623.3281Q223.32455 623.6719 223.32455 624.5781Q223.32455 625.40625 223.57455 625.75Q223.84018 626.0781 224.2308 626.0781Q224.63705 626.0781 224.88705 625.7344Q225.15268 625.3906 225.15268 624.5Q225.15268 623.65625 224.88705 623.3281Q224.62143 622.9844 224.2308 622.9844ZM224.2308 631.3125L228.93393 622.2656L229.7933 622.2656L225.1058 631.3125L224.2308 631.3125ZM227.94955 628.9844Q227.94955 628.0625 228.40268 627.4219Q228.87143 626.78125 229.76205 626.78125Q230.57455 626.78125 231.1058 627.3594Q231.63705 627.9219 231.63705 629.0469Q231.63705 630.1406 231.09018 630.7344Q230.55893 631.3125 229.76205 631.3125Q228.99643 631.3125 228.46518 630.7344Q227.94955 630.15625 227.94955 628.9844ZM229.7933 627.5Q229.38705 627.5 229.12143 627.84375Q228.87143 628.1875 228.87143 629.09375Q228.87143 629.90625 229.13705 630.25Q229.40268 630.59375 229.7933 630.59375Q230.18393 630.59375 230.44955 630.25Q230.71518 629.90625 230.71518 629.0Q230.71518 628.1719 230.44955 627.84375Q230.18393 627.5 229.7933 627.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 631.0L211.12143 631.0L211.12143 624.28125Q210.7308 624.6406 210.1058 625.0156Q209.49643 625.375 209.01205 625.5469L209.01205 624.53125Q209.88705 624.1094 210.5433 623.53125Q211.21518 622.9375 211.49643 622.375L212.1683 622.375L212.1683 631.0ZM215.19955 626.7656Q215.19955 625.2344 215.51205 624.3125Q215.82455 623.375 216.43393 622.875Q217.05893 622.375 217.99643 622.375Q218.68393 622.375 219.19955 622.65625Q219.7308 622.9375 220.07455 623.46875Q220.4183 623.9844 220.6058 624.7344Q220.7933 625.4844 220.7933 626.7656Q220.7933 628.28125 220.4808 629.2031Q220.18393 630.125 219.55893 630.6406Q218.94955 631.1406 217.99643 631.1406Q216.76205 631.1406 216.0433 630.25Q215.19955 629.1875 215.19955 626.7656ZM216.27768 626.7656Q216.27768 628.875 216.77768 629.5781Q217.27768 630.28125 217.99643 630.28125Q218.7308 630.28125 219.21518 629.5781Q219.71518 628.875 219.71518 626.7656Q219.71518 624.6406 219.21518 623.9531Q218.7308 623.25 217.9808 623.25Q217.26205 623.25 216.82455 623.8594Q216.27768 624.6406 216.27768 626.7656ZM222.40268 624.46875Q222.40268 623.5469 222.8558 622.90625Q223.32455 622.2656 224.19955 622.2656Q225.01205 622.2656 225.5433 622.84375Q226.07455 623.4219 226.07455 624.53125Q226.07455 625.625 225.52768 626.21875Q224.99643 626.7969 224.21518 626.7969Q223.43393 626.7969 222.9183 626.21875Q222.40268 625.6406 222.40268 624.46875ZM224.2308 622.9844Q223.84018 622.9844 223.57455 623.3281Q223.32455 623.6719 223.32455 624.5781Q223.32455 625.40625 223.57455 625.75Q223.84018 626.0781 224.2308 626.0781Q224.63705 626.0781 224.88705 625.7344Q225.15268 625.3906 225.15268 624.5Q225.15268 623.65625 224.88705 623.3281Q224.62143 622.9844 224.2308 622.9844ZM224.2308 631.3125L228.93393 622.2656L229.7933 622.2656L225.1058 631.3125L224.2308 631.3125ZM227.94955 628.9844Q227.94955 628.0625 228.40268 627.4219Q228.87143 626.78125 229.76205 626.78125Q230.57455 626.78125 231.1058 627.3594Q231.63705 627.9219 231.63705 629.0469Q231.63705 630.1406 231.09018 630.7344Q230.55893 631.3125 229.76205 631.3125Q228.99643 631.3125 228.46518 630.7344Q227.94955 630.15625 227.94955 628.9844ZM229.7933 627.5Q229.38705 627.5 229.12143 627.84375Q228.87143 628.1875 228.87143 629.09375Q228.87143 629.90625 229.13705 630.25Q229.40268 630.59375 229.7933 630.59375Q230.18393 630.59375 230.44955 630.25Q230.71518 629.90625 230.71518 629.0Q230.71518 628.1719 230.44955 627.84375Q230.18393 627.5 229.7933 627.5Z" fill-rule="nonzero"/><path fill="#666666" d="M278.59235 695.3327Q278.59235 694.4108 279.04547 693.7702Q279.51422 693.1296 280.38922 693.1296Q281.20172 693.1296 281.73297 693.7077Q282.26422 694.2858 282.26422 695.3952Q282.26422 696.48895 281.71735 697.0827Q281.1861 697.6608 280.40485 697.6608Q279.6236 697.6608 279.10797 697.0827Q278.59235 696.5046 278.59235 695.3327ZM280.42047 693.8483Q280.02985 693.8483 279.76422 694.1921Q279.51422 694.5358 279.51422 695.4421Q279.51422 696.2702 279.76422 696.61395Q280.02985 696.9421 280.42047 696.9421Q280.82672 696.9421 281.07672 696.5983Q281.34235 696.2546 281.34235 695.36395Q281.34235 694.5202 281.07672 694.1921Q280.8111 693.8483 280.42047 693.8483ZM280.42047 702.17645L285.1236 693.1296L285.98297 693.1296L281.29547 702.17645L280.42047 702.17645ZM284.13922 699.8483Q284.13922 698.92645 284.59235 698.2858Q285.0611 697.6452 285.95172 697.6452Q286.76422 697.6452 287.29547 698.2233Q287.82672 698.7858 287.82672 699.9108Q287.82672 701.0046 287.27985 701.5983Q286.7486 702.17645 285.95172 702.17645Q285.1861 702.17645 284.65485 701.5983Q284.13922 701.0202 284.13922 699.8483ZM285.98297 698.36395Q285.57672 698.36395 285.3111 698.7077Q285.0611 699.05145 285.0611 699.9577Q285.0611 700.7702 285.32672 701.11395Q285.59235 701.4577 285.98297 701.4577Q286.3736 701.4577 286.63922 701.11395Q286.90485 700.7702 286.90485 699.86395Q286.90485 699.0358 286.63922 698.7077Q286.3736 698.36395 285.98297 698.36395ZM292.29547 698.7546Q292.29547 697.0202 293.2486 696.1921Q294.04547 695.5046 295.20172 695.5046Q296.48297 695.5046 297.29547 696.3483Q298.1236 697.17645 298.1236 698.6608Q298.1236 699.86395 297.76422 700.55145Q297.40485 701.23895 296.70172 701.6296Q296.01422 702.0046 295.20172 702.0046Q293.90485 702.0046 293.09235 701.17645Q292.29547 700.3327 292.29547 698.7546ZM293.3736 698.7546Q293.3736 699.9421 293.88922 700.5358Q294.42047 701.1296 295.20172 701.1296Q295.9986 701.1296 296.51422 700.5358Q297.02985 699.9421 297.02985 698.7233Q297.02985 697.5671 296.4986 696.9733Q295.98297 696.3796 295.20172 696.3796Q294.42047 696.3796 293.88922 696.9733Q293.3736 697.55145 293.3736 698.7546ZM299.9361 701.86395L299.9361 696.4577L298.9986 696.4577L298.9986 695.6452L299.9361 695.6452L299.9361 694.9733Q299.9361 694.3483 300.04547 694.05145Q300.20172 693.6296 300.57672 693.3796Q300.96735 693.1296 301.65485 693.1296Q302.10797 693.1296 302.63922 693.23895L302.48297 694.1452Q302.15485 694.0983 301.85797 694.0983Q301.3736 694.0983 301.17047 694.30145Q300.98297 694.5046 300.98297 695.0671L300.98297 695.6452L302.20172 695.6452L302.20172 696.4577L300.98297 696.4577L300.98297 701.86395L299.9361 701.86395ZM305.67047 701.86395L305.67047 695.6452L306.6236 695.6452L306.6236 696.5827Q306.98297 695.92645 307.27985 695.7233Q307.59235 695.5046 307.96735 695.5046Q308.4986 695.5046 309.04547 695.8327L308.6861 696.8171Q308.29547 696.5827 307.92047 696.5827Q307.5611 696.5827 307.27985 696.80145Q307.01422 697.0046 306.90485 697.3796Q306.71735 697.9421 306.71735 698.5983L306.71735 701.86395L305.67047 701.86395ZM313.9361 699.86395L315.02985 699.98895Q314.77985 700.9421 314.07672 701.4733Q313.3736 702.0046 312.29547 702.0046Q310.9361 702.0046 310.1236 701.1608Q309.32672 700.3171 309.32672 698.80145Q309.32672 697.23895 310.13922 696.3796Q310.95172 695.5046 312.23297 695.5046Q313.48297 695.5046 314.26422 696.3483Q315.0611 697.1921 315.0611 698.73895Q315.0611 698.8327 315.0611 699.0202L310.42047 699.0202Q310.48297 700.05145 310.9986 700.5983Q311.51422 701.1296 312.29547 701.1296Q312.8736 701.1296 313.27985 700.8327Q313.70172 700.5202 313.9361 699.86395ZM310.48297 698.1608L313.95172 698.1608Q313.88922 697.36395 313.5611 696.9733Q313.04547 696.36395 312.2486 696.36395Q311.51422 696.36395 311.01422 696.8483Q310.52985 697.3327 310.48297 698.1608ZM316.26422 700.0046L317.29547 699.8483Q317.38922 700.4733 317.77985 700.80145Q318.1861 701.1296 318.92047 701.1296Q319.63922 701.1296 319.98297 700.8483Q320.34235 700.55145 320.34235 700.1452Q320.34235 699.7858 320.02985 699.5827Q319.8111 699.4421 318.95172 699.2233Q317.79547 698.92645 317.34235 698.7233Q316.90485 698.5046 316.67047 698.1296Q316.4361 697.7546 316.4361 697.2858Q316.4361 696.8796 316.6236 696.5202Q316.8111 696.1608 317.13922 695.92645Q317.38922 695.7546 317.8111 695.6296Q318.23297 695.5046 318.73297 695.5046Q319.45172 695.5046 319.9986 695.7233Q320.5611 695.92645 320.82672 696.2858Q321.09235 696.6452 321.1861 697.23895L320.15485 697.3796Q320.09235 696.9108 319.7486 696.6452Q319.42047 696.36395 318.79547 696.36395Q318.07672 696.36395 317.76422 696.61395Q317.45172 696.8483 317.45172 697.17645Q317.45172 697.3796 317.57672 697.5358Q317.71735 697.7077 317.98297 697.8171Q318.13922 697.8796 318.92047 698.0827Q320.04547 698.3952 320.48297 698.5827Q320.92047 698.7702 321.17047 699.1296Q321.42047 699.48895 321.42047 700.0358Q321.42047 700.5671 321.10797 701.0358Q320.8111 701.48895 320.23297 701.7546Q319.65485 702.0046 318.92047 702.0046Q317.70172 702.0046 317.0611 701.5046Q316.4361 700.98895 316.26422 700.0046ZM322.6861 704.2546L322.6861 695.6452L323.63922 695.6452L323.63922 696.4421Q323.98297 695.9733 324.40485 695.73895Q324.84235 695.5046 325.45172 695.5046Q326.2486 695.5046 326.85797 695.9108Q327.46735 696.3171 327.76422 697.0671Q328.07672 697.8171 328.07672 698.7077Q328.07672 699.6608 327.73297 700.42645Q327.40485 701.1921 326.7486 701.5983Q326.09235 702.0046 325.3736 702.0046Q324.84235 702.0046 324.42047 701.7858Q323.9986 701.55145 323.73297 701.2233L323.73297 704.2546L322.6861 704.2546ZM323.63922 698.7858Q323.63922 699.98895 324.1236 700.5671Q324.60797 701.1296 325.29547 701.1296Q325.9986 701.1296 326.4986 700.5358Q326.9986 699.9421 326.9986 698.6921Q326.9986 697.5046 326.51422 696.92645Q326.02985 696.3327 325.34235 696.3327Q324.67047 696.3327 324.15485 696.9577Q323.63922 697.5827 323.63922 698.7858ZM329.29547 698.7546Q329.29547 697.0202 330.2486 696.1921Q331.04547 695.5046 332.20172 695.5046Q333.48297 695.5046 334.29547 696.3483Q335.1236 697.17645 335.1236 698.6608Q335.1236 699.86395 334.76422 700.55145Q334.40485 701.23895 333.70172 701.6296Q333.01422 702.0046 332.20172 702.0046Q330.90485 702.0046 330.09235 701.17645Q329.29547 700.3327 329.29547 698.7546ZM330.3736 698.7546Q330.3736 699.9421 330.88922 700.5358Q331.42047 701.1296 332.20172 701.1296Q332.9986 701.1296 333.51422 700.5358Q334.02985 699.9421 334.02985 698.7233Q334.02985 697.5671 333.4986 696.9733Q332.98297 696.3796 332.20172 696.3796Q331.42047 696.3796 330.88922 696.9733Q330.3736 697.55145 330.3736 698.7546ZM336.6861 701.86395L336.6861 695.6452L337.6236 695.6452L337.6236 696.5202Q338.3111 695.5046 339.60797 695.5046Q340.17047 695.5046 340.63922 695.7077Q341.1236 695.9108 341.35797 696.23895Q341.59235 696.5671 341.6861 697.0046Q341.73297 697.30145 341.73297 698.0358L341.73297 701.86395L340.6861 701.86395L340.6861 698.0827Q340.6861 697.42645 340.5611 697.11395Q340.4361 696.80145 340.1236 696.61395Q339.8111 696.4108 339.38922 696.4108Q338.71735 696.4108 338.21735 696.8483Q337.73297 697.2702 337.73297 698.4577L337.73297 701.86395L336.6861 701.86395ZM347.71735 701.86395L347.71735 701.0827Q347.1236 702.0046 345.98297 702.0046Q345.23297 702.0046 344.60797 701.5983Q343.98297 701.17645 343.63922 700.4421Q343.29547 699.7077 343.29547 698.7546Q343.29547 697.8327 343.60797 697.0671Q343.92047 696.30145 344.54547 695.9108Q345.17047 695.5046 345.9361 695.5046Q346.4986 695.5046 346.9361 695.73895Q347.3736 695.9733 347.65485 696.3483L347.65485 693.2702L348.70172 693.2702L348.70172 701.86395L347.71735 701.86395ZM344.38922 698.7546Q344.38922 699.9577 344.88922 700.55145Q345.38922 701.1296 346.07672 701.1296Q346.76422 701.1296 347.2486 700.5671Q347.73297 700.0046 347.73297 698.8483Q347.73297 697.5671 347.23297 696.9733Q346.7486 696.3796 346.02985 696.3796Q345.32672 696.3796 344.85797 696.9577Q344.38922 697.5202 344.38922 698.7546ZM354.9361 699.86395L356.02985 699.98895Q355.77985 700.9421 355.07672 701.4733Q354.3736 702.0046 353.29547 702.0046Q351.9361 702.0046 351.1236 701.1608Q350.32672 700.3171 350.32672 698.80145Q350.32672 697.23895 351.13922 696.3796Q351.95172 695.5046 353.23297 695.5046Q354.48297 695.5046 355.26422 696.3483Q356.0611 697.1921 356.0611 698.73895Q356.0611 698.8327 356.0611 699.0202L351.42047 699.0202Q351.48297 700.05145 351.9986 700.5983Q352.51422 701.1296 353.29547 701.1296Q353.8736 701.1296 354.27985 700.8327Q354.70172 700.5202 354.9361 699.86395ZM351.48297 698.1608L354.95172 698.1608Q354.88922 697.36395 354.5611 696.9733Q354.04547 696.36395 353.2486 696.36395Q352.51422 696.36395 352.01422 696.8483Q351.52985 697.3327 351.48297 698.1608ZM357.6861 701.86395L357.6861 695.6452L358.6236 695.6452L358.6236 696.5202Q359.3111 695.5046 360.60797 695.5046Q361.17047 695.5046 361.63922 695.7077Q362.1236 695.9108 362.35797 696.23895Q362.59235 696.5671 362.6861 697.0046Q362.73297 697.30145 362.73297 698.0358L362.73297 701.86395L361.6861 701.86395L361.6861 698.0827Q361.6861 697.42645 361.5611 697.11395Q361.4361 696.80145 361.1236 696.61395Q360.8111 696.4108 360.38922 696.4108Q359.71735 696.4108 359.21735 696.8483Q358.73297 697.2702 358.73297 698.4577L358.73297 701.86395L357.6861 701.86395ZM366.98297 700.92645L367.13922 701.8483Q366.6861 701.9421 366.34235 701.9421Q365.76422 701.9421 365.45172 701.7702Q365.13922 701.5827 364.9986 701.2858Q364.8736 700.98895 364.8736 700.0358L364.8736 696.4577L364.10797 696.4577L364.10797 695.6452L364.8736 695.6452L364.8736 694.0983L365.92047 693.4733L365.92047 695.6452L366.98297 695.6452L366.98297 696.4577L365.92047 696.4577L365.92047 700.0983Q365.92047 700.55145 365.96735 700.67645Q366.02985 700.80145 366.15485 700.8796Q366.27985 700.9577 366.51422 700.9577Q366.70172 700.9577 366.98297 700.92645ZM367.26422 700.0046L368.29547 699.8483Q368.38922 700.4733 368.77985 700.80145Q369.1861 701.1296 369.92047 701.1296Q370.63922 701.1296 370.98297 700.8483Q371.34235 700.55145 371.34235 700.1452Q371.34235 699.7858 371.02985 699.5827Q370.8111 699.4421 369.95172 699.2233Q368.79547 698.92645 368.34235 698.7233Q367.90485 698.5046 367.67047 698.1296Q367.4361 697.7546 367.4361 697.2858Q367.4361 696.8796 367.6236 696.5202Q367.8111 696.1608 368.13922 695.92645Q368.38922 695.7546 368.8111 695.6296Q369.23297 695.5046 369.73297 695.5046Q370.45172 695.5046 370.9986 695.7233Q371.5611 695.92645 371.82672 696.2858Q372.09235 696.6452 372.1861 697.23895L371.15485 697.3796Q371.09235 696.9108 370.7486 696.6452Q370.42047 696.36395 369.79547 696.36395Q369.07672 696.36395 368.76422 696.61395Q368.45172 696.8483 368.45172 697.17645Q368.45172 697.3796 368.57672 697.5358Q368.71735 697.7077 368.98297 697.8171Q369.13922 697.8796 369.92047 698.0827Q371.04547 698.3952 371.48297 698.5827Q371.92047 698.7702 372.17047 699.1296Q372.42047 699.48895 372.42047 700.0358Q372.42047 700.5671 372.10797 701.0358Q371.8111 701.48895 371.23297 701.7546Q370.65485 702.0046 369.92047 702.0046Q368.70172 702.0046 368.0611 701.5046Q367.4361 700.98895 367.26422 700.0046ZM377.82672 701.86395L375.92047 695.6452L377.01422 695.6452L377.9986 699.23895L378.3736 700.5671Q378.40485 700.4733 378.70172 699.2858L379.6861 695.6452L380.76422 695.6452L381.70172 699.2546L382.01422 700.4421L382.3736 699.23895L383.4361 695.6452L384.46735 695.6452L382.51422 701.86395L381.42047 701.86395L380.4361 698.1296L380.1861 697.0827L378.9361 701.86395L377.82672 701.86395ZM385.6861 701.86395L385.6861 693.2702L386.73297 693.2702L386.73297 696.3483Q387.46735 695.5046 388.59235 695.5046Q389.29547 695.5046 389.79547 695.7858Q390.3111 696.05145 390.52985 696.5358Q390.7486 697.0046 390.7486 697.92645L390.7486 701.86395L389.70172 701.86395L389.70172 697.92645Q389.70172 697.1296 389.35797 696.7702Q389.01422 696.4108 388.38922 696.4108Q387.92047 696.4108 387.4986 696.6608Q387.09235 696.8952 386.90485 697.3171Q386.73297 697.7233 386.73297 698.4577L386.73297 701.86395L385.6861 701.86395ZM392.29547 698.7546Q392.29547 697.0202 393.2486 696.1921Q394.04547 695.5046 395.20172 695.5046Q396.48297 695.5046 397.29547 696.3483Q398.1236 697.17645 398.1236 698.6608Q398.1236 699.86395 397.76422 700.55145Q397.40485 701.23895 396.70172 701.6296Q396.01422 702.0046 395.20172 702.0046Q393.90485 702.0046 393.09235 701.17645Q392.29547 700.3327 392.29547 698.7546ZM393.3736 698.7546Q393.3736 699.9421 393.88922 700.5358Q394.42047 701.1296 395.20172 701.1296Q395.9986 701.1296 396.51422 700.5358Q397.02985 699.9421 397.02985 698.7233Q397.02985 697.5671 396.4986 696.9733Q395.98297 696.3796 395.20172 696.3796Q394.42047 696.3796 393.88922 696.9733Q393.3736 697.55145 393.3736 698.7546ZM406.7486 701.0983Q406.15485 701.5983 405.60797 701.80145Q405.07672 702.0046 404.45172 702.0046Q403.42047 702.0046 402.8736 701.5046Q402.32672 701.0046 402.32672 700.2233Q402.32672 699.7702 402.52985 699.3952Q402.73297 699.0046 403.07672 698.7858Q403.42047 698.55145 403.84235 698.4421Q404.13922 698.3483 404.77985 698.2702Q406.04547 698.1296 406.65485 697.9108Q406.65485 697.6921 406.65485 697.6452Q406.65485 696.98895 406.35797 696.7233Q405.95172 696.3796 405.15485 696.3796Q404.42047 696.3796 404.0611 696.6452Q403.70172 696.8952 403.52985 697.55145L402.4986 697.4108Q402.63922 696.7546 402.96735 696.3483Q403.29547 695.9421 403.90485 695.7233Q404.51422 695.5046 405.3111 695.5046Q406.10797 695.5046 406.60797 695.6921Q407.10797 695.8796 407.34235 696.1608Q407.57672 696.4421 407.67047 696.8796Q407.71735 697.1452 407.71735 697.8483L407.71735 699.2546Q407.71735 700.7233 407.77985 701.11395Q407.85797 701.5046 408.0611 701.86395L406.95172 701.86395Q406.79547 701.5358 406.7486 701.0983ZM406.65485 698.73895Q406.07672 698.9733 404.9361 699.1452Q404.27985 699.23895 404.01422 699.36395Q403.7486 699.4733 403.59235 699.6921Q403.45172 699.9108 403.45172 700.1921Q403.45172 700.61395 403.76422 700.8952Q404.09235 701.17645 404.70172 701.17645Q405.3111 701.17645 405.77985 700.9108Q406.26422 700.6452 406.48297 700.17645Q406.65485 699.8171 406.65485 699.1296L406.65485 698.73895ZM409.48297 702.3796L410.51422 702.5358Q410.57672 703.0046 410.8736 703.2233Q411.26422 703.5202 411.9361 703.5202Q412.67047 703.5202 413.0611 703.2233Q413.46735 702.92645 413.60797 702.4108Q413.70172 702.0827 413.6861 701.05145Q412.9986 701.86395 411.96735 701.86395Q410.6861 701.86395 409.98297 700.9421Q409.27985 700.0046 409.27985 698.7233Q409.27985 697.8327 409.59235 697.0827Q409.92047 696.3171 410.52985 695.9108Q411.13922 695.5046 411.96735 695.5046Q413.07672 695.5046 413.79547 696.3952L413.79547 695.6452L414.76422 695.6452L414.76422 701.0202Q414.76422 702.4733 414.46735 703.0827Q414.17047 703.6921 413.52985 704.0358Q412.88922 704.3952 411.95172 704.3952Q410.84235 704.3952 410.15485 703.8952Q409.46735 703.3952 409.48297 702.3796ZM410.35797 698.6452Q410.35797 699.86395 410.84235 700.42645Q411.32672 700.98895 412.0611 700.98895Q412.79547 700.98895 413.27985 700.42645Q413.77985 699.86395 413.77985 698.67645Q413.77985 697.5358 413.26422 696.9577Q412.76422 696.3796 412.04547 696.3796Q411.34235 696.3796 410.84235 696.9577Q410.35797 697.5202 410.35797 698.6452ZM416.67047 701.86395L416.67047 695.6452L417.6236 695.6452L417.6236 696.5827Q417.98297 695.92645 418.27985 695.7233Q418.59235 695.5046 418.96735 695.5046Q419.4986 695.5046 420.04547 695.8327L419.6861 696.8171Q419.29547 696.5827 418.92047 696.5827Q418.5611 696.5827 418.27985 696.80145Q418.01422 697.0046 417.90485 697.3796Q417.71735 697.9421 417.71735 698.5983L417.71735 701.86395L416.67047 701.86395ZM424.9361 699.86395L426.02985 699.98895Q425.77985 700.9421 425.07672 701.4733Q424.3736 702.0046 423.29547 702.0046Q421.9361 702.0046 421.1236 701.1608Q420.32672 700.3171 420.32672 698.80145Q420.32672 697.23895 421.13922 696.3796Q421.95172 695.5046 423.23297 695.5046Q424.48297 695.5046 425.26422 696.3483Q426.0611 697.1921 426.0611 698.73895Q426.0611 698.8327 426.0611 699.0202L421.42047 699.0202Q421.48297 700.05145 421.9986 700.5983Q422.51422 701.1296 423.29547 701.1296Q423.8736 701.1296 424.27985 700.8327Q424.70172 700.5202 424.9361 699.86395ZM421.48297 698.1608L424.95172 698.1608Q424.88922 697.36395 424.5611 696.9733Q424.04547 696.36395 423.2486 696.36395Q422.51422 696.36395 422.01422 696.8483Q421.52985 697.3327 421.48297 698.1608ZM431.9361 699.86395L433.02985 699.98895Q432.77985 700.9421 432.07672 701.4733Q431.3736 702.0046 430.29547 702.0046Q428.9361 702.0046 428.1236 701.1608Q427.32672 700.3171 427.32672 698.80145Q427.32672 697.23895 428.13922 696.3796Q428.95172 695.5046 430.23297 695.5046Q431.48297 695.5046 432.26422 696.3483Q433.0611 697.1921 433.0611 698.73895Q433.0611 698.8327 433.0611 699.0202L428.42047 699.0202Q428.48297 700.05145 428.9986 700.5983Q429.51422 701.1296 430.29547 701.1296Q430.8736 701.1296 431.27985 700.8327Q431.70172 700.5202 431.9361 699.86395ZM428.48297 698.1608L431.95172 698.1608Q431.88922 697.36395 431.5611 696.9733Q431.04547 696.36395 430.2486 696.36395Q429.51422 696.36395 429.01422 696.8483Q428.52985 697.3327 428.48297 698.1608Z" fill-rule="nonzero"/><path fill="#666666" d="M26.428 94.35868L26.428 85.76493L27.553 85.76493L27.553 94.35868L26.428 94.35868ZM33.2405 94.35868L31.33425 88.13993L32.428 88.13993L33.412376 91.73368L33.787376 93.061806Q33.818626 92.968056 34.1155 91.780556L35.099876 88.13993L36.178 88.13993L37.1155 91.749306L37.428 92.936806L37.787376 91.73368L38.849876 88.13993L39.881126 88.13993L37.928 94.35868L36.83425 94.35868L35.849876 90.624306L35.599876 89.57743L34.349876 94.35868L33.2405 94.35868ZM40.70925 91.249306Q40.70925 89.51493 41.662376 88.686806Q42.45925 87.999306 43.6155 87.999306Q44.89675 87.999306 45.70925 88.843056Q46.537376 89.67118 46.537376 91.155556Q46.537376 92.35868 46.178 93.04618Q45.818626 93.73368 45.1155 94.124306Q44.428 94.499306 43.6155 94.499306Q42.318626 94.499306 41.506126 93.67118Q40.70925 92.82743 40.70925 91.249306ZM41.787376 91.249306Q41.787376 92.436806 42.303 93.030556Q42.83425 93.624306 43.6155 93.624306Q44.412376 93.624306 44.928 93.030556Q45.443626 92.436806 45.443626 91.218056Q45.443626 90.061806 44.912376 89.468056Q44.39675 88.874306 43.6155 88.874306Q42.83425 88.874306 42.303 89.468056Q41.787376 90.04618 41.787376 91.249306ZM48.08425 94.35868L48.08425 88.13993L49.037376 88.13993L49.037376 89.07743Q49.39675 88.42118 49.693626 88.218056Q50.006126 87.999306 50.381126 87.999306Q50.912376 87.999306 51.45925 88.32743L51.099876 89.311806Q50.70925 89.07743 50.33425 89.07743Q49.974876 89.07743 49.693626 89.29618Q49.428 89.499306 49.318626 89.874306Q49.131126 90.436806 49.131126 91.093056L49.131126 94.35868L48.08425 94.35868ZM52.099876 94.35868L52.099876 85.76493L53.162376 85.76493L53.162376 90.67118L55.64675 88.13993L57.02175 88.13993L54.631126 90.436806L57.256126 94.35868L55.95925 94.35868L53.89675 91.17118L53.162376 91.88993L53.162376 94.35868L52.099876 94.35868ZM60.70925 91.249306Q60.70925 89.51493 61.662376 88.686806Q62.45925 87.999306 63.6155 87.999306Q64.89675 87.999306 65.70925 88.843056Q66.53738 89.67118 66.53738 91.155556Q66.53738 92.35868 66.178 93.04618Q65.81863 93.73368 65.1155 94.124306Q64.428 94.499306 63.6155 94.499306Q62.318626 94.499306 61.506126 93.67118Q60.70925 92.82743 60.70925 91.249306ZM61.787376 91.249306Q61.787376 92.436806 62.303 93.030556Q62.83425 93.624306 63.6155 93.624306Q64.41238 93.624306 64.928 93.030556Q65.44363 92.436806 65.44363 91.218056Q65.44363 90.061806 64.91238 89.468056Q64.39675 88.874306 63.6155 88.874306Q62.83425 88.874306 62.303 89.468056Q61.787376 90.04618 61.787376 91.249306ZM68.09988 94.35868L68.09988 88.13993L69.03738 88.13993L69.03738 89.01493Q69.72488 87.999306 71.02175 87.999306Q71.58425 87.999306 72.053 88.20243Q72.53738 88.405556 72.77175 88.73368Q73.00613 89.061806 73.09988 89.499306Q73.14675 89.79618 73.14675 90.530556L73.14675 94.35868L72.09988 94.35868L72.09988 90.57743Q72.09988 89.92118 71.97488 89.60868Q71.84988 89.29618 71.53738 89.10868Q71.22488 88.905556 70.803 88.905556Q70.13113 88.905556 69.63113 89.343056Q69.14675 89.76493 69.14675 90.95243L69.14675 94.35868L68.09988 94.35868ZM82.16238 93.593056Q81.56863 94.093056 81.02175 94.29618Q80.4905 94.499306 79.8655 94.499306Q78.83425 94.499306 78.28738 93.999306Q77.7405 93.499306 77.7405 92.718056Q77.7405 92.26493 77.94363 91.88993Q78.14675 91.499306 78.4905 91.280556Q78.83425 91.04618 79.25613 90.936806Q79.553 90.843056 80.19363 90.76493Q81.45925 90.624306 82.06863 90.405556Q82.06863 90.186806 82.06863 90.13993Q82.06863 89.48368 81.77175 89.218056Q81.3655 88.874306 80.56863 88.874306Q79.83425 88.874306 79.47488 89.13993Q79.1155 89.38993 78.94363 90.04618L77.91238 89.905556Q78.053 89.249306 78.38113 88.843056Q78.70925 88.436806 79.31863 88.218056Q79.928 87.999306 80.72488 87.999306Q81.52175 87.999306 82.02175 88.186806Q82.52175 88.374306 82.75613 88.655556Q82.9905 88.936806 83.08425 89.374306Q83.13113 89.63993 83.13113 90.343056L83.13113 91.749306Q83.13113 93.218056 83.19363 93.60868Q83.27175 93.999306 83.47488 94.35868L82.3655 94.35868Q82.20925 94.030556 82.16238 93.593056ZM82.06863 91.23368Q81.4905 91.468056 80.34988 91.63993Q79.69363 91.73368 79.428 91.85868Q79.16238 91.968056 79.00613 92.186806Q78.8655 92.405556 78.8655 92.686806Q78.8655 93.10868 79.178 93.38993Q79.50613 93.67118 80.1155 93.67118Q80.72488 93.67118 81.19363 93.405556Q81.678 93.13993 81.89675 92.67118Q82.06863 92.311806 82.06863 91.624306L82.06863 91.23368ZM85.09988 94.35868L85.09988 88.13993L86.03738 88.13993L86.03738 89.01493Q86.72488 87.999306 88.02175 87.999306Q88.58425 87.999306 89.053 88.20243Q89.53738 88.405556 89.77175 88.73368Q90.00613 89.061806 90.09988 89.499306Q90.14675 89.79618 90.14675 90.530556L90.14675 94.35868L89.09988 94.35868L89.09988 90.57743Q89.09988 89.92118 88.97488 89.60868Q88.84988 89.29618 88.53738 89.10868Q88.22488 88.905556 87.803 88.905556Q87.13113 88.905556 86.63113 89.343056Q86.14675 89.76493 86.14675 90.95243L86.14675 94.35868L85.09988 94.35868ZM99.34988 92.35868L100.44363 92.48368Q100.19363 93.436806 99.4905 93.968056Q98.78738 94.499306 97.70925 94.499306Q96.34988 94.499306 95.53738 93.655556Q94.7405 92.811806 94.7405 91.29618Q94.7405 89.73368 95.553 88.874306Q96.3655 87.999306 97.64675 87.999306Q98.89675 87.999306 99.678 88.843056Q100.47488 89.686806 100.47488 91.23368Q100.47488 91.32743 100.47488 91.51493L95.83425 91.51493Q95.89675 92.54618 96.41238 93.093056Q96.928 93.624306 97.70925 93.624306Q98.28738 93.624306 98.69363 93.32743Q99.1155 93.01493 99.34988 92.35868ZM95.89675 90.655556L99.3655 90.655556Q99.303 89.85868 98.97488 89.468056Q98.45925 88.85868 97.66238 88.85868Q96.928 88.85868 96.428 89.343056Q95.94363 89.82743 95.89675 90.655556ZM101.39675 94.35868L103.66238 91.124306L101.56863 88.13993L102.88113 88.13993L103.83425 89.593056Q104.09988 90.01493 104.27175 90.29618Q104.52175 89.905556 104.7405 89.60868L105.78738 88.13993L107.053 88.13993L104.89675 91.061806L107.20925 94.35868L105.928 94.35868L104.64675 92.42118L104.303 91.905556L102.66238 94.35868L101.39675 94.35868ZM108.09988 86.98368L108.09988 85.76493L109.16238 85.76493L109.16238 86.98368L108.09988 86.98368ZM108.09988 94.35868L108.09988 88.13993L109.16238 88.13993L109.16238 94.35868L108.09988 94.35868ZM110.678 92.499306L111.70925 92.343056Q111.803 92.968056 112.19363 93.29618Q112.59988 93.624306 113.33425 93.624306Q114.053 93.624306 114.39675 93.343056Q114.75613 93.04618 114.75613 92.63993Q114.75613 92.280556 114.44363 92.07743Q114.22488 91.936806 113.3655 91.718056Q112.20925 91.42118 111.75613 91.218056Q111.31863 90.999306 111.08425 90.624306Q110.84988 90.249306 110.84988 89.780556Q110.84988 89.374306 111.03738 89.01493Q111.22488 88.655556 111.553 88.42118Q111.803 88.249306 112.22488 88.124306Q112.64675 87.999306 113.14675 87.999306Q113.8655 87.999306 114.41238 88.218056Q114.97488 88.42118 115.2405 88.780556Q115.50613 89.13993 115.59988 89.73368L114.56863 89.874306Q114.50613 89.405556 114.16238 89.13993Q113.83425 88.85868 113.20925 88.85868Q112.4905 88.85868 112.178 89.10868Q111.8655 89.343056 111.8655 89.67118Q111.8655 89.874306 111.9905 90.030556Q112.13113 90.20243 112.39675 90.311806Q112.553 90.374306 113.33425 90.57743Q114.45925 90.88993 114.89675 91.07743Q115.33425 91.26493 115.58425 91.624306Q115.83425 91.98368 115.83425 92.530556Q115.83425 93.061806 115.52175 93.530556Q115.22488 93.98368 114.64675 94.249306Q114.06863 94.499306 113.33425 94.499306Q112.1155 94.499306 111.47488 93.999306Q110.84988 93.48368 110.678 92.499306ZM119.39675 93.42118L119.553 94.343056Q119.09988 94.436806 118.75613 94.436806Q118.178 94.436806 117.8655 94.26493Q117.553 94.07743 117.41238 93.780556Q117.28738 93.48368 117.28738 92.530556L117.28738 88.95243L116.52175 88.95243L116.52175 88.13993L117.28738 88.13993L117.28738 86.593056L118.33425 85.968056L118.33425 88.13993L119.39675 88.13993L119.39675 88.95243L118.33425 88.95243L118.33425 92.593056Q118.33425 93.04618 118.38113 93.17118Q118.44363 93.29618 118.56863 93.374306Q118.69363 93.45243 118.928 93.45243Q119.1155 93.45243 119.39675 93.42118ZM120.09988 86.98368L120.09988 85.76493L121.16238 85.76493L121.16238 86.98368L120.09988 86.98368ZM120.09988 94.35868L120.09988 88.13993L121.16238 88.13993L121.16238 94.35868L120.09988 94.35868ZM123.09988 94.35868L123.09988 88.13993L124.03738 88.13993L124.03738 89.01493Q124.72488 87.999306 126.02175 87.999306Q126.58425 87.999306 127.053 88.20243Q127.53738 88.405556 127.77175 88.73368Q128.00613 89.061806 128.09988 89.499306Q128.14676 89.79618 128.14676 90.530556L128.14676 94.35868L127.09988 94.35868L127.09988 90.57743Q127.09988 89.92118 126.97488 89.60868Q126.84988 89.29618 126.53738 89.10868Q126.22488 88.905556 125.803 88.905556Q125.13113 88.905556 124.63113 89.343056Q124.14675 89.76493 124.14675 90.95243L124.14675 94.35868L123.09988 94.35868ZM129.89674 94.874306L130.928 95.030556Q130.9905 95.499306 131.28737 95.718056Q131.678 96.01493 132.34987 96.01493Q133.08424 96.01493 133.47487 95.718056Q133.88112 95.42118 134.02174 94.905556Q134.1155 94.57743 134.09987 93.54618Q133.41237 94.35868 132.38112 94.35868Q131.09987 94.35868 130.39674 93.436806Q129.69362 92.499306 129.69362 91.218056Q129.69362 90.32743 130.00612 89.57743Q130.33424 88.811806 130.94362 88.405556Q131.553 87.999306 132.38112 87.999306Q133.4905 87.999306 134.20924 88.88993L134.20924 88.13993L135.178 88.13993L135.178 93.51493Q135.178 94.968056 134.88112 95.57743Q134.58424 96.186806 133.94362 96.530556Q133.303 96.88993 132.3655 96.88993Q131.25612 96.88993 130.56862 96.38993Q129.88112 95.88993 129.89674 94.874306ZM130.77174 91.13993Q130.77174 92.35868 131.25612 92.92118Q131.7405 93.48368 132.47487 93.48368Q133.20924 93.48368 133.69362 92.92118Q134.19362 92.35868 134.19362 91.17118Q134.19362 90.030556 133.678 89.45243Q133.178 88.874306 132.45924 88.874306Q131.75612 88.874306 131.25612 89.45243Q130.77174 90.01493 130.77174 91.13993Z" fill-rule="nonzero"/><path fill="#666666" d="M48.099876 110.749306L48.099876 102.13993L49.053 102.13993L49.053 102.936806Q49.39675 102.468056 49.818626 102.23368Q50.256126 101.999306 50.8655 101.999306Q51.662376 101.999306 52.27175 102.405556Q52.881126 102.811806 53.178 103.561806Q53.4905 104.311806 53.4905 105.20243Q53.4905 106.155556 53.14675 106.92118Q52.818626 107.686806 52.162376 108.093056Q51.506126 108.499306 50.787376 108.499306Q50.256126 108.499306 49.83425 108.280556Q49.412376 108.04618 49.14675 107.718056L49.14675 110.749306L48.099876 110.749306ZM49.053 105.280556Q49.053 106.48368 49.537376 107.061806Q50.02175 107.624306 50.70925 107.624306Q51.412376 107.624306 51.912376 107.030556Q52.412376 106.436806 52.412376 105.186806Q52.412376 103.999306 51.928 103.42118Q51.443626 102.82743 50.756126 102.82743Q50.08425 102.82743 49.568626 103.45243Q49.053 104.07743 49.053 105.280556ZM55.08425 108.35868L55.08425 102.13993L56.037376 102.13993L56.037376 103.07743Q56.39675 102.42118 56.693626 102.218056Q57.006126 101.999306 57.381126 101.999306Q57.912376 101.999306 58.45925 102.32743L58.099876 103.311806Q57.70925 103.07743 57.33425 103.07743Q56.974876 103.07743 56.693626 103.29618Q56.428 103.499306 56.318626 103.874306Q56.131126 104.436806 56.131126 105.093056L56.131126 108.35868L55.08425 108.35868ZM58.70925 105.249306Q58.70925 103.51493 59.662376 102.686806Q60.45925 101.999306 61.6155 101.999306Q62.89675 101.999306 63.70925 102.843056Q64.53738 103.67118 64.53738 105.155556Q64.53738 106.35868 64.178 107.04618Q63.818626 107.73368 63.1155 108.124306Q62.428 108.499306 61.6155 108.499306Q60.318626 108.499306 59.506126 107.67118Q58.70925 106.82743 58.70925 105.249306ZM59.787376 105.249306Q59.787376 106.436806 60.303 107.030556Q60.83425 107.624306 61.6155 107.624306Q62.412376 107.624306 62.928 107.030556Q63.443626 106.436806 63.443626 105.218056Q63.443626 104.061806 62.912376 103.468056Q62.39675 102.874306 61.6155 102.874306Q60.83425 102.874306 60.303 103.468056Q59.787376 104.04618 59.787376 105.249306ZM66.08425 100.999306L66.08425 99.76493L67.14675 99.76493L67.14675 100.999306L66.08425 100.999306ZM64.75613 110.780556L64.94363 109.874306Q65.27175 109.95243 65.44363 109.95243Q65.77175 109.95243 65.928 109.73368Q66.08425 109.530556 66.08425 108.67118L66.08425 102.13993L67.14675 102.13993L67.14675 108.70243Q67.14675 109.843056 66.84988 110.29618Q66.45925 110.88993 65.58425 110.88993Q65.14675 110.88993 64.75613 110.780556ZM73.34988 106.35868L74.44363 106.48368Q74.19363 107.436806 73.4905 107.968056Q72.78738 108.499306 71.70925 108.499306Q70.34988 108.499306 69.53738 107.655556Q68.7405 106.811806 68.7405 105.29618Q68.7405 103.73368 69.553 102.874306Q70.3655 101.999306 71.64675 101.999306Q72.89675 101.999306 73.678 102.843056Q74.47488 103.686806 74.47488 105.23368Q74.47488 105.32743 74.47488 105.51493L69.83425 105.51493Q69.89675 106.54618 70.41238 107.093056Q70.928 107.624306 71.70925 107.624306Q72.28738 107.624306 72.69363 107.32743Q73.1155 107.01493 73.34988 106.35868ZM69.89675 104.655556L73.3655 104.655556Q73.303 103.85868 72.97488 103.468056Q72.45925 102.85868 71.66238 102.85868Q70.928 102.85868 70.428 103.343056Q69.94363 103.82743 69.89675 104.655556ZM80.16238 106.07743L81.19363 106.218056Q81.02175 107.280556 80.31863 107.88993Q79.6155 108.499306 78.59988 108.499306Q77.31863 108.499306 76.53738 107.67118Q75.77175 106.82743 75.77175 105.26493Q75.77175 104.26493 76.09988 103.51493Q76.44363 102.749306 77.1155 102.374306Q77.803 101.999306 78.6155 101.999306Q79.6155 101.999306 80.25613 102.51493Q80.91238 103.01493 81.09988 103.968056L80.06863 104.124306Q79.928 103.499306 79.553 103.186806Q79.178 102.85868 78.64675 102.85868Q77.84988 102.85868 77.34988 103.436806Q76.84988 103.999306 76.84988 105.23368Q76.84988 106.499306 77.33425 107.061806Q77.81863 107.624306 78.58425 107.624306Q79.20925 107.624306 79.6155 107.249306Q80.03738 106.874306 80.16238 106.07743ZM84.39675 107.42118L84.553 108.343056Q84.09988 108.436806 83.75613 108.436806Q83.178 108.436806 82.8655 108.26493Q82.553 108.07743 82.41238 107.780556Q82.28738 107.48368 82.28738 106.530556L82.28738 102.95243L81.52175 102.95243L81.52175 102.13993L82.28738 102.13993L82.28738 100.593056L83.33425 99.968056L83.33425 102.13993L84.39675 102.13993L84.39675 102.95243L83.33425 102.95243L83.33425 106.593056Q83.33425 107.04618 83.38113 107.17118Q83.44363 107.29618 83.56863 107.374306Q83.69363 107.45243 83.928 107.45243Q84.1155 107.45243 84.39675 107.42118ZM89.2405 108.35868L87.33425 102.13993L88.428 102.13993L89.41238 105.73368L89.78738 107.061806Q89.81863 106.968056 90.1155 105.780556L91.09988 102.13993L92.178 102.13993L93.1155 105.749306L93.428 106.936806L93.78738 105.73368L94.84988 102.13993L95.88113 102.13993L93.928 108.35868L92.83425 108.35868L91.84988 104.624306L91.59988 103.57743L90.34988 108.35868L89.2405 108.35868ZM97.08425 108.35868L97.08425 102.13993L98.03738 102.13993L98.03738 103.07743Q98.39675 102.42118 98.69363 102.218056Q99.00613 101.999306 99.38113 101.999306Q99.91238 101.999306 100.45925 102.32743L100.09988 103.311806Q99.70925 103.07743 99.33425 103.07743Q98.97488 103.07743 98.69363 103.29618Q98.428 103.499306 98.31863 103.874306Q98.13113 104.436806 98.13113 105.093056L98.13113 108.35868L97.08425 108.35868ZM101.09988 100.98368L101.09988 99.76493L102.16238 99.76493L102.16238 100.98368L101.09988 100.98368ZM101.09988 108.35868L101.09988 102.13993L102.16238 102.13993L102.16238 108.35868L101.09988 108.35868ZM106.39675 107.42118L106.553 108.343056Q106.09988 108.436806 105.75613 108.436806Q105.178 108.436806 104.8655 108.26493Q104.553 108.07743 104.41238 107.780556Q104.28738 107.48368 104.28738 106.530556L104.28738 102.95243L103.52175 102.95243L103.52175 102.13993L104.28738 102.13993L104.28738 100.593056L105.33425 99.968056L105.33425 102.13993L106.39675 102.13993L106.39675 102.95243L105.33425 102.95243L105.33425 106.593056Q105.33425 107.04618 105.38113 107.17118Q105.44363 107.29618 105.56863 107.374306Q105.69363 107.45243 105.928 107.45243Q106.1155 107.45243 106.39675 107.42118ZM109.39675 107.42118L109.553 108.343056Q109.09988 108.436806 108.75613 108.436806Q108.178 108.436806 107.8655 108.26493Q107.553 108.07743 107.41238 107.780556Q107.28738 107.48368 107.28738 106.530556L107.28738 102.95243L106.52175 102.95243L106.52175 102.13993L107.28738 102.13993L107.28738 100.593056L108.33425 99.968056L108.33425 102.13993L109.39675 102.13993L109.39675 102.95243L108.33425 102.95243L108.33425 106.593056Q108.33425 107.04618 108.38113 107.17118Q108.44363 107.29618 108.56863 107.374306Q108.69363 107.45243 108.928 107.45243Q109.1155 107.45243 109.39675 107.42118ZM114.34988 106.35868L115.44363 106.48368Q115.19363 107.436806 114.4905 107.968056Q113.78738 108.499306 112.70925 108.499306Q111.34988 108.499306 110.53738 107.655556Q109.7405 106.811806 109.7405 105.29618Q109.7405 103.73368 110.553 102.874306Q111.3655 101.999306 112.64675 101.999306Q113.89675 101.999306 114.678 102.843056Q115.47488 103.686806 115.47488 105.23368Q115.47488 105.32743 115.47488 105.51493L110.83425 105.51493Q110.89675 106.54618 111.41238 107.093056Q111.928 107.624306 112.70925 107.624306Q113.28738 107.624306 113.69363 107.32743Q114.1155 107.01493 114.34988 106.35868ZM110.89675 104.655556L114.3655 104.655556Q114.303 103.85868 113.97488 103.468056Q113.45925 102.85868 112.66238 102.85868Q111.928 102.85868 111.428 103.343056Q110.94363 103.82743 110.89675 104.655556ZM117.09988 108.35868L117.09988 102.13993L118.03738 102.13993L118.03738 103.01493Q118.72488 101.999306 120.02175 101.999306Q120.58425 101.999306 121.053 102.20243Q121.53738 102.405556 121.77175 102.73368Q122.00613 103.061806 122.09988 103.499306Q122.14675 103.79618 122.14675 104.530556L122.14675 108.35868L121.09988 108.35868L121.09988 104.57743Q121.09988 103.92118 120.97488 103.60868Q120.84988 103.29618 120.53738 103.10868Q120.22488 102.905556 119.803 102.905556Q119.13113 102.905556 118.63113 103.343056Q118.14675 103.76493 118.14675 104.95243L118.14675 108.35868L117.09988 108.35868ZM127.09988 100.98368L127.09988 99.76493L128.16238 99.76493L128.16238 100.98368L127.09988 100.98368ZM127.09988 108.35868L127.09988 102.13993L128.16238 102.13993L128.16238 108.35868L127.09988 108.35868ZM130.09988 108.35868L130.09988 102.13993L131.03738 102.13993L131.03738 103.01493Q131.72488 101.999306 133.02176 101.999306Q133.58426 101.999306 134.05301 102.20243Q134.53738 102.405556 134.77176 102.73368Q135.00613 103.061806 135.09988 103.499306Q135.14676 103.79618 135.14676 104.530556L135.14676 108.35868L134.09988 108.35868L134.09988 104.57743Q134.09988 103.92118 133.97488 103.60868Q133.84988 103.29618 133.53738 103.10868Q133.22488 102.905556 132.80301 102.905556Q132.13113 102.905556 131.63113 103.343056Q131.14676 103.76493 131.14676 104.95243L131.14676 108.35868L130.09988 108.35868Z" fill-rule="nonzero"/><path fill="#666666" d="M44.162376 121.593056Q43.568626 122.093056 43.02175 122.29618Q42.4905 122.499306 41.8655 122.499306Q40.83425 122.499306 40.287376 121.999306Q39.7405 121.499306 39.7405 120.718056Q39.7405 120.26493 39.943626 119.88993Q40.14675 119.499306 40.4905 119.280556Q40.83425 119.04618 41.256126 118.936806Q41.553 118.843056 42.193626 118.76493Q43.45925 118.624306 44.068626 118.405556Q44.068626 118.186806 44.068626 118.13993Q44.068626 117.48368 43.77175 117.218056Q43.3655 116.874306 42.568626 116.874306Q41.83425 116.874306 41.474876 117.13993Q41.1155 117.38993 40.943626 118.04618L39.912376 117.905556Q40.053 117.249306 40.381126 116.843056Q40.70925 116.436806 41.318626 116.218056Q41.928 115.999306 42.724876 115.999306Q43.52175 115.999306 44.02175 116.186806Q44.52175 116.374306 44.756126 116.655556Q44.9905 116.936806 45.08425 117.374306Q45.131126 117.63993 45.131126 118.343056L45.131126 119.749306Q45.131126 121.218056 45.193626 121.60868Q45.27175 121.999306 45.474876 122.35868L44.3655 122.35868Q44.20925 122.030556 44.162376 121.593056ZM44.068626 119.23368Q43.4905 119.468056 42.349876 119.63993Q41.693626 119.73368 41.428 119.85868Q41.162376 119.968056 41.006126 120.186806Q40.8655 120.405556 40.8655 120.686806Q40.8655 121.10868 41.178 121.38993Q41.506126 121.67118 42.1155 121.67118Q42.724876 121.67118 43.193626 121.405556Q43.678 121.13993 43.89675 120.67118Q44.068626 120.311806 44.068626 119.624306L44.068626 119.23368ZM47.099876 122.35868L47.099876 116.13993L48.037376 116.13993L48.037376 117.01493Q48.724876 115.999306 50.02175 115.999306Q50.58425 115.999306 51.053 116.20243Q51.537376 116.405556 51.77175 116.73368Q52.006126 117.061806 52.099876 117.499306Q52.14675 117.79618 52.14675 118.530556L52.14675 122.35868L51.099876 122.35868L51.099876 118.57743Q51.099876 117.92118 50.974876 117.60868Q50.849876 117.29618 50.537376 117.10868Q50.224876 116.905556 49.803 116.905556Q49.131126 116.905556 48.631126 117.343056Q48.14675 117.76493 48.14675 118.95243L48.14675 122.35868L47.099876 122.35868ZM53.70925 119.249306Q53.70925 117.51493 54.662376 116.686806Q55.45925 115.999306 56.6155 115.999306Q57.89675 115.999306 58.70925 116.843056Q59.537376 117.67118 59.537376 119.155556Q59.537376 120.35868 59.178 121.04618Q58.818626 121.73368 58.1155 122.124306Q57.428 122.499306 56.6155 122.499306Q55.318626 122.499306 54.506126 121.67118Q53.70925 120.82743 53.70925 119.249306ZM54.787376 119.249306Q54.787376 120.436806 55.303 121.030556Q55.83425 121.624306 56.6155 121.624306Q57.412376 121.624306 57.928 121.030556Q58.443626 120.436806 58.443626 119.218056Q58.443626 118.061806 57.912376 117.468056Q57.39675 116.874306 56.6155 116.874306Q55.83425 116.874306 55.303 117.468056Q54.787376 118.04618 54.787376 119.249306ZM63.39675 121.42118L63.553 122.343056Q63.099876 122.436806 62.756126 122.436806Q62.178 122.436806 61.8655 122.26493Q61.553 122.07743 61.412376 121.780556Q61.287376 121.48368 61.287376 120.530556L61.287376 116.95243L60.52175 116.95243L60.52175 116.13993L61.287376 116.13993L61.287376 114.593056L62.33425 113.968056L62.33425 116.13993L63.39675 116.13993L63.39675 116.95243L62.33425 116.95243L62.33425 120.593056Q62.33425 121.04618 62.381126 121.17118Q62.443626 121.29618 62.568626 121.374306Q62.693626 121.45243 62.928 121.45243Q63.1155 121.45243 63.39675 121.42118ZM64.09988 122.35868L64.09988 113.76493L65.14675 113.76493L65.14675 116.843056Q65.88113 115.999306 67.00613 115.999306Q67.70925 115.999306 68.20925 116.280556Q68.72488 116.54618 68.94363 117.030556Q69.16238 117.499306 69.16238 118.42118L69.16238 122.35868L68.1155 122.35868L68.1155 118.42118Q68.1155 117.624306 67.77175 117.26493Q67.428 116.905556 66.803 116.905556Q66.33425 116.905556 65.91238 117.155556Q65.50613 117.38993 65.31863 117.811806Q65.14675 118.218056 65.14675 118.95243L65.14675 122.35868L64.09988 122.35868ZM75.34988 120.35868L76.44363 120.48368Q76.19363 121.436806 75.4905 121.968056Q74.78738 122.499306 73.70925 122.499306Q72.34988 122.499306 71.53738 121.655556Q70.7405 120.811806 70.7405 119.29618Q70.7405 117.73368 71.553 116.874306Q72.3655 115.999306 73.64675 115.999306Q74.89675 115.999306 75.678 116.843056Q76.47488 117.686806 76.47488 119.23368Q76.47488 119.32743 76.47488 119.51493L71.83425 119.51493Q71.89675 120.54618 72.41238 121.093056Q72.928 121.624306 73.70925 121.624306Q74.28738 121.624306 74.69363 121.32743Q75.1155 121.01493 75.34988 120.35868ZM71.89675 118.655556L75.3655 118.655556Q75.303 117.85868 74.97488 117.468056Q74.45925 116.85868 73.66238 116.85868Q72.928 116.85868 72.428 117.343056Q71.94363 117.82743 71.89675 118.655556ZM78.08425 122.35868L78.08425 116.13993L79.03738 116.13993L79.03738 117.07743Q79.39675 116.42118 79.69363 116.218056Q80.00613 115.999306 80.38113 115.999306Q80.91238 115.999306 81.45925 116.32743L81.09988 117.311806Q80.70925 117.07743 80.33425 117.07743Q79.97488 117.07743 79.69363 117.29618Q79.428 117.499306 79.31863 117.874306Q79.13113 118.436806 79.13113 119.093056L79.13113 122.35868L78.08425 122.35868ZM85.06863 122.35868L85.06863 113.76493L86.13113 113.76493L86.13113 122.35868L85.06863 122.35868ZM92.16238 121.593056Q91.56863 122.093056 91.02175 122.29618Q90.4905 122.499306 89.8655 122.499306Q88.83425 122.499306 88.28738 121.999306Q87.7405 121.499306 87.7405 120.718056Q87.7405 120.26493 87.94363 119.88993Q88.14675 119.499306 88.4905 119.280556Q88.83425 119.04618 89.25613 118.936806Q89.553 118.843056 90.19363 118.76493Q91.45925 118.624306 92.06863 118.405556Q92.06863 118.186806 92.06863 118.13993Q92.06863 117.48368 91.77175 117.218056Q91.3655 116.874306 90.56863 116.874306Q89.83425 116.874306 89.47488 117.13993Q89.1155 117.38993 88.94363 118.04618L87.91238 117.905556Q88.053 117.249306 88.38113 116.843056Q88.70925 116.436806 89.31863 116.218056Q89.928 115.999306 90.72488 115.999306Q91.52175 115.999306 92.02175 116.186806Q92.52175 116.374306 92.75613 116.655556Q92.9905 116.936806 93.08425 117.374306Q93.13113 117.63993 93.13113 118.343056L93.13113 119.749306Q93.13113 121.218056 93.19363 121.60868Q93.27175 121.999306 93.47488 122.35868L92.3655 122.35868Q92.20925 122.030556 92.16238 121.593056ZM92.06863 119.23368Q91.4905 119.468056 90.34988 119.63993Q89.69363 119.73368 89.428 119.85868Q89.16238 119.968056 89.00613 120.186806Q88.8655 120.405556 88.8655 120.686806Q88.8655 121.10868 89.178 121.38993Q89.50613 121.67118 90.1155 121.67118Q90.72488 121.67118 91.19363 121.405556Q91.678 121.13993 91.89675 120.67118Q92.06863 120.311806 92.06863 119.624306L92.06863 119.23368ZM95.09988 122.35868L95.09988 116.13993L96.03738 116.13993L96.03738 117.01493Q96.72488 115.999306 98.02175 115.999306Q98.58425 115.999306 99.053 116.20243Q99.53738 116.405556 99.77175 116.73368Q100.00613 117.061806 100.09988 117.499306Q100.14675 117.79618 100.14675 118.530556L100.14675 122.35868L99.09988 122.35868L99.09988 118.57743Q99.09988 117.92118 98.97488 117.60868Q98.84988 117.29618 98.53738 117.10868Q98.22488 116.905556 97.803 116.905556Q97.13113 116.905556 96.63113 117.343056Q96.14675 117.76493 96.14675 118.95243L96.14675 122.35868L95.09988 122.35868ZM101.89675 122.874306L102.928 123.030556Q102.9905 123.499306 103.28738 123.718056Q103.678 124.01493 104.34988 124.01493Q105.08425 124.01493 105.47488 123.718056Q105.88113 123.42118 106.02175 122.905556Q106.1155 122.57743 106.09988 121.54618Q105.41238 122.35868 104.38113 122.35868Q103.09988 122.35868 102.39675 121.436806Q101.69363 120.499306 101.69363 119.218056Q101.69363 118.32743 102.00613 117.57743Q102.33425 116.811806 102.94363 116.405556Q103.553 115.999306 104.38113 115.999306Q105.4905 115.999306 106.20925 116.88993L106.20925 116.13993L107.178 116.13993L107.178 121.51493Q107.178 122.968056 106.88113 123.57743Q106.58425 124.186806 105.94363 124.530556Q105.303 124.88993 104.3655 124.88993Q103.25613 124.88993 102.56863 124.38993Q101.88113 123.88993 101.89675 122.874306ZM102.77175 119.13993Q102.77175 120.35868 103.25613 120.92118Q103.7405 121.48368 104.47488 121.48368Q105.20925 121.48368 105.69363 120.92118Q106.19363 120.35868 106.19363 119.17118Q106.19363 118.030556 105.678 117.45243Q105.178 116.874306 104.45925 116.874306Q103.75613 116.874306 103.25613 117.45243Q102.77175 118.01493 102.77175 119.13993ZM113.178 122.35868L113.178 121.436806Q112.44363 122.499306 111.19363 122.499306Q110.64675 122.499306 110.16238 122.29618Q109.69363 122.07743 109.45925 121.76493Q109.22488 121.436806 109.13113 120.968056Q109.06863 120.67118 109.06863 119.98368L109.06863 116.13993L110.13113 116.13993L110.13113 119.593056Q110.13113 120.405556 110.19363 120.70243Q110.28738 121.10868 110.59988 121.35868Q110.928 121.593056 111.41238 121.593056Q111.88113 121.593056 112.28738 121.35868Q112.70925 121.10868 112.88113 120.686806Q113.06863 120.26493 113.06863 119.468056L113.06863 116.13993L114.1155 116.13993L114.1155 122.35868L113.178 122.35868ZM120.16238 121.593056Q119.56863 122.093056 119.02175 122.29618Q118.4905 122.499306 117.8655 122.499306Q116.83425 122.499306 116.28738 121.999306Q115.7405 121.499306 115.7405 120.718056Q115.7405 120.26493 115.94363 119.88993Q116.14675 119.499306 116.4905 119.280556Q116.83425 119.04618 117.25613 118.936806Q117.553 118.843056 118.19363 118.76493Q119.45925 118.624306 120.06863 118.405556Q120.06863 118.186806 120.06863 118.13993Q120.06863 117.48368 119.77175 117.218056Q119.3655 116.874306 118.56863 116.874306Q117.83425 116.874306 117.47488 117.13993Q117.1155 117.38993 116.94363 118.04618L115.91238 117.905556Q116.053 117.249306 116.38113 116.843056Q116.70925 116.436806 117.31863 116.218056Q117.928 115.999306 118.72488 115.999306Q119.52175 115.999306 120.02175 116.186806Q120.52175 116.374306 120.75613 116.655556Q120.9905 116.936806 121.08425 117.374306Q121.13113 117.63993 121.13113 118.343056L121.13113 119.749306Q121.13113 121.218056 121.19363 121.60868Q121.27175 121.999306 121.47488 122.35868L120.3655 122.35868Q120.20925 122.030556 120.16238 121.593056ZM120.06863 119.23368Q119.4905 119.468056 118.34988 119.63993Q117.69363 119.73368 117.428 119.85868Q117.16238 119.968056 117.00613 120.186806Q116.8655 120.405556 116.8655 120.686806Q116.8655 121.10868 117.178 121.38993Q117.50613 121.67118 118.1155 121.67118Q118.72488 121.67118 119.19363 121.405556Q119.678 121.13993 119.89675 120.67118Q120.06863 120.311806 120.06863 119.624306L120.06863 119.23368ZM122.89675 122.874306L123.928 123.030556Q123.9905 123.499306 124.28738 123.718056Q124.678 124.01493 125.34988 124.01493Q126.08425 124.01493 126.47488 123.718056Q126.88113 123.42118 127.02175 122.905556Q127.1155 122.57743 127.09988 121.54618Q126.41238 122.35868 125.38113 122.35868Q124.09988 122.35868 123.39675 121.436806Q122.69363 120.499306 122.69363 119.218056Q122.69363 118.32743 123.00613 117.57743Q123.33425 116.811806 123.94363 116.405556Q124.553 115.999306 125.38113 115.999306Q126.4905 115.999306 127.20925 116.88993L127.20925 116.13993L128.17801 116.13993L128.17801 121.51493Q128.17801 122.968056 127.88113 123.57743Q127.58425 124.186806 126.94363 124.530556Q126.303 124.88993 125.3655 124.88993Q124.25613 124.88993 123.56863 124.38993Q122.88113 123.88993 122.89675 122.874306ZM123.77175 119.13993Q123.77175 120.35868 124.25613 120.92118Q124.7405 121.48368 125.47488 121.48368Q126.20925 121.48368 126.69363 120.92118Q127.19363 120.35868 127.19363 119.17118Q127.19363 118.030556 126.678 117.45243Q126.178 116.874306 125.45925 116.874306Q124.75613 116.874306 124.25613 117.45243Q123.77175 118.01493 123.77175 119.13993ZM134.34988 120.35868L135.44363 120.48368Q135.19363 121.436806 134.49051 121.968056Q133.78738 122.499306 132.70926 122.499306Q131.34988 122.499306 130.53738 121.655556Q129.74051 120.811806 129.74051 119.29618Q129.74051 117.73368 130.55301 116.874306Q131.36551 115.999306 132.64676 115.999306Q133.89676 115.999306 134.67801 116.843056Q135.47488 117.686806 135.47488 119.23368Q135.47488 119.32743 135.47488 119.51493L130.83426 119.51493Q130.89676 120.54618 131.41238 121.093056Q131.92801 121.624306 132.70926 121.624306Q133.28738 121.624306 133.69363 121.32743Q134.11551 121.01493 134.34988 120.35868ZM130.89676 118.655556L134.36551 118.655556Q134.30301 117.85868 133.97488 117.468056Q133.45926 116.85868 132.66238 116.85868Q131.92801 116.85868 131.42801 117.343056Q130.94363 117.82743 130.89676 118.655556Z" fill-rule="nonzero"/><path fill="#666666" d="M39.193626 157.97243L39.193626 149.37868L40.912376 149.37868L42.943626 155.4568Q43.224876 156.31618 43.349876 156.73805Q43.4905 156.2693 43.803 155.36305L45.8655 149.37868L47.39675 149.37868L47.39675 157.97243L46.303 157.97243L46.303 150.78493L43.803 157.97243L42.77175 157.97243L40.287376 150.65993L40.287376 157.97243L39.193626 157.97243ZM49.053 160.36305L48.928 159.37868Q49.27175 159.47243 49.537376 159.47243Q49.881126 159.47243 50.08425 159.34743Q50.303 159.23805 50.443626 159.03493Q50.537376 158.86305 50.77175 158.23805Q50.787376 158.15993 50.8655 157.98805L48.4905 151.75368L49.631126 151.75368L50.928 155.34743Q51.178 156.03493 51.381126 156.80055Q51.568626 156.06618 51.818626 155.37868L53.14675 151.75368L54.193626 151.75368L51.83425 158.0818Q51.443626 159.09743 51.2405 159.48805Q50.95925 160.0193 50.58425 160.25368Q50.224876 160.50368 49.724876 160.50368Q49.428 160.50368 49.053 160.36305ZM58.099876 160.36305L58.099876 151.75368L59.053 151.75368L59.053 152.55055Q59.39675 152.0818 59.818626 151.84743Q60.256126 151.61305 60.8655 151.61305Q61.662376 151.61305 62.27175 152.0193Q62.881126 152.42555 63.178 153.17555Q63.4905 153.92555 63.4905 154.81618Q63.4905 155.7693 63.14675 156.53493Q62.818626 157.30055 62.162376 157.7068Q61.506126 158.11305 60.787376 158.11305Q60.256126 158.11305 59.83425 157.8943Q59.412376 157.65993 59.14675 157.3318L59.14675 160.36305L58.099876 160.36305ZM59.053 154.8943Q59.053 156.09743 59.537376 156.67555Q60.02175 157.23805 60.70925 157.23805Q61.412376 157.23805 61.912376 156.6443Q62.412376 156.05055 62.412376 154.80055Q62.412376 153.61305 61.928 153.03493Q61.443626 152.44118 60.756126 152.44118Q60.08425 152.44118 59.568626 153.06618Q59.053 153.69118 59.053 154.8943ZM65.08425 157.97243L65.08425 151.75368L66.03738 151.75368L66.03738 152.69118Q66.39675 152.03493 66.69363 151.8318Q67.00613 151.61305 67.38113 151.61305Q67.91238 151.61305 68.45925 151.94118L68.09988 152.92555Q67.70925 152.69118 67.33425 152.69118Q66.97488 152.69118 66.69363 152.90993Q66.428 153.11305 66.31863 153.48805Q66.13113 154.05055 66.13113 154.7068L66.13113 157.97243L65.08425 157.97243ZM68.70925 154.86305Q68.70925 153.12868 69.66238 152.30055Q70.45925 151.61305 71.6155 151.61305Q72.89675 151.61305 73.70925 152.4568Q74.53738 153.28493 74.53738 154.7693Q74.53738 155.97243 74.178 156.65993Q73.81863 157.34743 73.1155 157.73805Q72.428 158.11305 71.6155 158.11305Q70.31863 158.11305 69.50613 157.28493Q68.70925 156.44118 68.70925 154.86305ZM69.78738 154.86305Q69.78738 156.05055 70.303 156.6443Q70.83425 157.23805 71.6155 157.23805Q72.41238 157.23805 72.928 156.6443Q73.44363 156.05055 73.44363 154.8318Q73.44363 153.67555 72.91238 153.0818Q72.39675 152.48805 71.6155 152.48805Q70.83425 152.48805 70.303 153.0818Q69.78738 153.65993 69.78738 154.86305ZM76.08425 150.61305L76.08425 149.37868L77.14675 149.37868L77.14675 150.61305L76.08425 150.61305ZM74.75613 160.3943L74.94363 159.48805Q75.27175 159.56618 75.44363 159.56618Q75.77175 159.56618 75.928 159.34743Q76.08425 159.1443 76.08425 158.28493L76.08425 151.75368L77.14675 151.75368L77.14675 158.31618Q77.14675 159.4568 76.84988 159.90993Q76.45925 160.50368 75.58425 160.50368Q75.14675 160.50368 74.75613 160.3943ZM83.34988 155.97243L84.44363 156.09743Q84.19363 157.05055 83.4905 157.5818Q82.78738 158.11305 81.70925 158.11305Q80.34988 158.11305 79.53738 157.2693Q78.7405 156.42555 78.7405 154.90993Q78.7405 153.34743 79.553 152.48805Q80.3655 151.61305 81.64675 151.61305Q82.89675 151.61305 83.678 152.4568Q84.47488 153.30055 84.47488 154.84743Q84.47488 154.94118 84.47488 155.12868L79.83425 155.12868Q79.89675 156.15993 80.41238 156.7068Q80.928 157.23805 81.70925 157.23805Q82.28738 157.23805 82.69363 156.94118Q83.1155 156.62868 83.34988 155.97243ZM79.89675 154.2693L83.3655 154.2693Q83.303 153.47243 82.97488 153.0818Q82.45925 152.47243 81.66238 152.47243Q80.928 152.47243 80.428 152.9568Q79.94363 153.44118 79.89675 154.2693ZM90.16238 155.69118L91.19363 155.8318Q91.02175 156.8943 90.31863 157.50368Q89.6155 158.11305 88.59988 158.11305Q87.31863 158.11305 86.53738 157.28493Q85.77175 156.44118 85.77175 154.87868Q85.77175 153.87868 86.09988 153.12868Q86.44363 152.36305 87.1155 151.98805Q87.803 151.61305 88.6155 151.61305Q89.6155 151.61305 90.25613 152.12868Q90.91238 152.62868 91.09988 153.5818L90.06863 153.73805Q89.928 153.11305 89.553 152.80055Q89.178 152.47243 88.64675 152.47243Q87.84988 152.47243 87.34988 153.05055Q86.84988 153.61305 86.84988 154.84743Q86.84988 156.11305 87.33425 156.67555Q87.81863 157.23805 88.58425 157.23805Q89.20925 157.23805 89.6155 156.86305Q90.03738 156.48805 90.16238 155.69118ZM94.39675 157.03493L94.553 157.9568Q94.09988 158.05055 93.75613 158.05055Q93.178 158.05055 92.8655 157.87868Q92.553 157.69118 92.41238 157.3943Q92.28738 157.09743 92.28738 156.1443L92.28738 152.56618L91.52175 152.56618L91.52175 151.75368L92.28738 151.75368L92.28738 150.2068L93.33425 149.5818L93.33425 151.75368L94.39675 151.75368L94.39675 152.56618L93.33425 152.56618L93.33425 156.2068Q93.33425 156.65993 93.38113 156.78493Q93.44363 156.90993 93.56863 156.98805Q93.69363 157.06618 93.928 157.06618Q94.1155 157.06618 94.39675 157.03493ZM97.303 158.11305L99.78738 149.23805L100.63113 149.23805L98.14675 158.11305L97.303 158.11305ZM106.39675 157.03493L106.553 157.9568Q106.09988 158.05055 105.75613 158.05055Q105.178 158.05055 104.8655 157.87868Q104.553 157.69118 104.41238 157.3943Q104.28738 157.09743 104.28738 156.1443L104.28738 152.56618L103.52175 152.56618L103.52175 151.75368L104.28738 151.75368L104.28738 150.2068L105.33425 149.5818L105.33425 151.75368L106.39675 151.75368L106.39675 152.56618L105.33425 152.56618L105.33425 156.2068Q105.33425 156.65993 105.38113 156.78493Q105.44363 156.90993 105.56863 156.98805Q105.69363 157.06618 105.928 157.06618Q106.1155 157.06618 106.39675 157.03493ZM111.34988 155.97243L112.44363 156.09743Q112.19363 157.05055 111.4905 157.5818Q110.78738 158.11305 109.70925 158.11305Q108.34988 158.11305 107.53738 157.2693Q106.7405 156.42555 106.7405 154.90993Q106.7405 153.34743 107.553 152.48805Q108.3655 151.61305 109.64675 151.61305Q110.89675 151.61305 111.678 152.4568Q112.47488 153.30055 112.47488 154.84743Q112.47488 154.94118 112.47488 155.12868L107.83425 155.12868Q107.89675 156.15993 108.41238 156.7068Q108.928 157.23805 109.70925 157.23805Q110.28738 157.23805 110.69363 156.94118Q111.1155 156.62868 111.34988 155.97243ZM107.89675 154.2693L111.3655 154.2693Q111.303 153.47243 110.97488 153.0818Q110.45925 152.47243 109.66238 152.47243Q108.928 152.47243 108.428 152.9568Q107.94363 153.44118 107.89675 154.2693ZM118.16238 157.2068Q117.56863 157.7068 117.02175 157.90993Q116.4905 158.11305 115.8655 158.11305Q114.83425 158.11305 114.28738 157.61305Q113.7405 157.11305 113.7405 156.3318Q113.7405 155.87868 113.94363 155.50368Q114.14675 155.11305 114.4905 154.8943Q114.83425 154.65993 115.25613 154.55055Q115.553 154.4568 116.19363 154.37868Q117.45925 154.23805 118.06863 154.0193Q118.06863 153.80055 118.06863 153.75368Q118.06863 153.09743 117.77175 152.8318Q117.3655 152.48805 116.56863 152.48805Q115.83425 152.48805 115.47488 152.75368Q115.1155 153.00368 114.94363 153.65993L113.91238 153.5193Q114.053 152.86305 114.38113 152.4568Q114.70925 152.05055 115.31863 151.8318Q115.928 151.61305 116.72488 151.61305Q117.52175 151.61305 118.02175 151.80055Q118.52175 151.98805 118.75613 152.2693Q118.9905 152.55055 119.08425 152.98805Q119.13113 153.25368 119.13113 153.9568L119.13113 155.36305Q119.13113 156.8318 119.19363 157.22243Q119.27175 157.61305 119.47488 157.97243L118.3655 157.97243Q118.20925 157.6443 118.16238 157.2068ZM118.06863 154.84743Q117.4905 155.0818 116.34988 155.25368Q115.69363 155.34743 115.428 155.47243Q115.16238 155.5818 115.00613 155.80055Q114.8655 156.0193 114.8655 156.30055Q114.8655 156.72243 115.178 157.00368Q115.50613 157.28493 116.1155 157.28493Q116.72488 157.28493 117.19363 157.0193Q117.678 156.75368 117.89675 156.28493Q118.06863 155.92555 118.06863 155.23805L118.06863 154.84743ZM121.09988 157.97243L121.09988 151.75368L122.03738 151.75368L122.03738 152.62868Q122.33425 152.15993 122.81863 151.8943Q123.303 151.61305 123.928 151.61305Q124.6155 151.61305 125.053 151.8943Q125.50613 152.17555 125.678 152.69118Q126.428 151.61305 127.59988 151.61305Q128.53738 151.61305 129.02176 152.12868Q129.52176 152.62868 129.52176 153.7068L129.52176 157.97243L128.47488 157.97243L128.47488 154.05055Q128.47488 153.42555 128.36551 153.1443Q128.27176 152.86305 128.00613 152.69118Q127.7405 152.5193 127.3655 152.5193Q126.70925 152.5193 126.27175 152.9568Q125.84988 153.3943 125.84988 154.36305L125.84988 157.97243L124.78738 157.97243L124.78738 153.92555Q124.78738 153.22243 124.52175 152.87868Q124.27175 152.5193 123.69363 152.5193Q123.2405 152.5193 122.8655 152.75368Q122.4905 152.98805 122.31863 153.44118Q122.14675 153.8943 122.14675 154.73805L122.14675 157.97243L121.09988 157.97243ZM133.30301 158.11305L135.78738 149.23805L136.63113 149.23805L134.14676 158.11305L133.30301 158.11305Z" fill-rule="nonzero"/><path fill="#666666" d="M39.412376 171.97243L39.412376 164.3943L36.58425 164.3943L36.58425 163.37868L43.39675 163.37868L43.39675 164.3943L40.553 164.3943L40.553 171.97243L39.412376 171.97243ZM44.178 171.97243L44.178 163.37868L45.318626 163.37868L45.318626 170.9568L49.553 170.9568L49.553 171.97243L44.178 171.97243ZM54.099876 174.36305L54.099876 165.75368L55.053 165.75368L55.053 166.55055Q55.39675 166.0818 55.818626 165.84743Q56.256126 165.61305 56.8655 165.61305Q57.662376 165.61305 58.27175 166.0193Q58.881126 166.42555 59.178 167.17555Q59.4905 167.92555 59.4905 168.81618Q59.4905 169.7693 59.14675 170.53493Q58.818626 171.30055 58.162376 171.7068Q57.506126 172.11305 56.787376 172.11305Q56.256126 172.11305 55.83425 171.8943Q55.412376 171.65993 55.14675 171.3318L55.14675 174.36305L54.099876 174.36305ZM55.053 168.8943Q55.053 170.09743 55.537376 170.67555Q56.02175 171.23805 56.70925 171.23805Q57.412376 171.23805 57.912376 170.6443Q58.412376 170.05055 58.412376 168.80055Q58.412376 167.61305 57.928 167.03493Q57.443626 166.44118 56.756126 166.44118Q56.08425 166.44118 55.568626 167.06618Q55.053 167.69118 55.053 168.8943ZM61.08425 171.97243L61.08425 165.75368L62.037376 165.75368L62.037376 166.69118Q62.39675 166.03493 62.693626 165.8318Q63.006126 165.61305 63.381126 165.61305Q63.912376 165.61305 64.45925 165.94118L64.09988 166.92555Q63.70925 166.69118 63.33425 166.69118Q62.974876 166.69118 62.693626 166.90993Q62.428 167.11305 62.318626 167.48805Q62.131126 168.05055 62.131126 168.7068L62.131126 171.97243L61.08425 171.97243ZM69.34988 169.97243L70.44363 170.09743Q70.19363 171.05055 69.4905 171.5818Q68.78738 172.11305 67.70925 172.11305Q66.34988 172.11305 65.53738 171.2693Q64.7405 170.42555 64.7405 168.90993Q64.7405 167.34743 65.553 166.48805Q66.3655 165.61305 67.64675 165.61305Q68.89675 165.61305 69.678 166.4568Q70.47488 167.30055 70.47488 168.84743Q70.47488 168.94118 70.47488 169.12868L65.83425 169.12868Q65.89675 170.15993 66.41238 170.7068Q66.928 171.23805 67.70925 171.23805Q68.28738 171.23805 68.69363 170.94118Q69.1155 170.62868 69.34988 169.97243ZM65.89675 168.2693L69.3655 168.2693Q69.303 167.47243 68.97488 167.0818Q68.45925 166.47243 67.66238 166.47243Q66.928 166.47243 66.428 166.9568Q65.94363 167.44118 65.89675 168.2693ZM72.34988 171.97243L72.34988 166.56618L71.41238 166.56618L71.41238 165.75368L72.34988 165.75368L72.34988 165.0818Q72.34988 164.4568 72.45925 164.15993Q72.6155 163.73805 72.9905 163.48805Q73.38113 163.23805 74.06863 163.23805Q74.52175 163.23805 75.053 163.34743L74.89675 164.25368Q74.56863 164.2068 74.27175 164.2068Q73.78738 164.2068 73.58425 164.40993Q73.39675 164.61305 73.39675 165.17555L73.39675 165.75368L74.6155 165.75368L74.6155 166.56618L73.39675 166.56618L73.39675 171.97243L72.34988 171.97243ZM79.34988 169.97243L80.44363 170.09743Q80.19363 171.05055 79.4905 171.5818Q78.78738 172.11305 77.70925 172.11305Q76.34988 172.11305 75.53738 171.2693Q74.7405 170.42555 74.7405 168.90993Q74.7405 167.34743 75.553 166.48805Q76.3655 165.61305 77.64675 165.61305Q78.89675 165.61305 79.678 166.4568Q80.47488 167.30055 80.47488 168.84743Q80.47488 168.94118 80.47488 169.12868L75.83425 169.12868Q75.89675 170.15993 76.41238 170.7068Q76.928 171.23805 77.70925 171.23805Q78.28738 171.23805 78.69363 170.94118Q79.1155 170.62868 79.34988 169.97243ZM75.89675 168.2693L79.3655 168.2693Q79.303 167.47243 78.97488 167.0818Q78.45925 166.47243 77.66238 166.47243Q76.928 166.47243 76.428 166.9568Q75.94363 167.44118 75.89675 168.2693ZM82.08425 171.97243L82.08425 165.75368L83.03738 165.75368L83.03738 166.69118Q83.39675 166.03493 83.69363 165.8318Q84.00613 165.61305 84.38113 165.61305Q84.91238 165.61305 85.45925 165.94118L85.09988 166.92555Q84.70925 166.69118 84.33425 166.69118Q83.97488 166.69118 83.69363 166.90993Q83.428 167.11305 83.31863 167.48805Q83.13113 168.05055 83.13113 168.7068L83.13113 171.97243L82.08425 171.97243ZM85.678 170.11305L86.70925 169.9568Q86.803 170.5818 87.19363 170.90993Q87.59988 171.23805 88.33425 171.23805Q89.053 171.23805 89.39675 170.9568Q89.75613 170.65993 89.75613 170.25368Q89.75613 169.8943 89.44363 169.69118Q89.22488 169.55055 88.3655 169.3318Q87.20925 169.03493 86.75613 168.8318Q86.31863 168.61305 86.08425 168.23805Q85.84988 167.86305 85.84988 167.3943Q85.84988 166.98805 86.03738 166.62868Q86.22488 166.2693 86.553 166.03493Q86.803 165.86305 87.22488 165.73805Q87.64675 165.61305 88.14675 165.61305Q88.8655 165.61305 89.41238 165.8318Q89.97488 166.03493 90.2405 166.3943Q90.50613 166.75368 90.59988 167.34743L89.56863 167.48805Q89.50613 167.0193 89.16238 166.75368Q88.83425 166.47243 88.20925 166.47243Q87.4905 166.47243 87.178 166.72243Q86.8655 166.9568 86.8655 167.28493Q86.8655 167.48805 86.9905 167.6443Q87.13113 167.81618 87.39675 167.92555Q87.553 167.98805 88.33425 168.19118Q89.45925 168.50368 89.89675 168.69118Q90.33425 168.87868 90.58425 169.23805Q90.83425 169.59743 90.83425 170.1443Q90.83425 170.67555 90.52175 171.1443Q90.22488 171.59743 89.64675 171.86305Q89.06863 172.11305 88.33425 172.11305Q87.1155 172.11305 86.47488 171.61305Q85.84988 171.09743 85.678 170.11305ZM99.16238 171.2068Q98.56863 171.7068 98.02175 171.90993Q97.4905 172.11305 96.8655 172.11305Q95.83425 172.11305 95.28738 171.61305Q94.7405 171.11305 94.7405 170.3318Q94.7405 169.87868 94.94363 169.50368Q95.14675 169.11305 95.4905 168.8943Q95.83425 168.65993 96.25613 168.55055Q96.553 168.4568 97.19363 168.37868Q98.45925 168.23805 99.06863 168.0193Q99.06863 167.80055 99.06863 167.75368Q99.06863 167.09743 98.77175 166.8318Q98.3655 166.48805 97.56863 166.48805Q96.83425 166.48805 96.47488 166.75368Q96.1155 167.00368 95.94363 167.65993L94.91238 167.5193Q95.053 166.86305 95.38113 166.4568Q95.70925 166.05055 96.31863 165.8318Q96.928 165.61305 97.72488 165.61305Q98.52175 165.61305 99.02175 165.80055Q99.52175 165.98805 99.75613 166.2693Q99.9905 166.55055 100.08425 166.98805Q100.13113 167.25368 100.13113 167.9568L100.13113 169.36305Q100.13113 170.8318 100.19363 171.22243Q100.27175 171.61305 100.47488 171.97243L99.3655 171.97243Q99.20925 171.6443 99.16238 171.2068ZM99.06863 168.84743Q98.4905 169.0818 97.34988 169.25368Q96.69363 169.34743 96.428 169.47243Q96.16238 169.5818 96.00613 169.80055Q95.8655 170.0193 95.8655 170.30055Q95.8655 170.72243 96.178 171.00368Q96.50613 171.28493 97.1155 171.28493Q97.72488 171.28493 98.19363 171.0193Q98.678 170.75368 98.89675 170.28493Q99.06863 169.92555 99.06863 169.23805L99.06863 168.84743ZM102.09988 171.97243L102.09988 165.75368L103.03738 165.75368L103.03738 166.62868Q103.72488 165.61305 105.02175 165.61305Q105.58425 165.61305 106.053 165.81618Q106.53738 166.0193 106.77175 166.34743Q107.00613 166.67555 107.09988 167.11305Q107.14675 167.40993 107.14675 168.1443L107.14675 171.97243L106.09988 171.97243L106.09988 168.19118Q106.09988 167.53493 105.97488 167.22243Q105.84988 166.90993 105.53738 166.72243Q105.22488 166.5193 104.803 166.5193Q104.13113 166.5193 103.63113 166.9568Q103.14675 167.37868 103.14675 168.56618L103.14675 171.97243L102.09988 171.97243ZM108.70925 168.86305Q108.70925 167.12868 109.66238 166.30055Q110.45925 165.61305 111.6155 165.61305Q112.89675 165.61305 113.70925 166.4568Q114.53738 167.28493 114.53738 168.7693Q114.53738 169.97243 114.178 170.65993Q113.81863 171.34743 113.1155 171.73805Q112.428 172.11305 111.6155 172.11305Q110.31863 172.11305 109.50613 171.28493Q108.70925 170.44118 108.70925 168.86305ZM109.78738 168.86305Q109.78738 170.05055 110.303 170.6443Q110.83425 171.23805 111.6155 171.23805Q112.41238 171.23805 112.928 170.6443Q113.44363 170.05055 113.44363 168.8318Q113.44363 167.67555 112.91238 167.0818Q112.39675 166.48805 111.6155 166.48805Q110.83425 166.48805 110.303 167.0818Q109.78738 167.65993 109.78738 168.86305ZM118.39675 171.03493L118.553 171.9568Q118.09988 172.05055 117.75613 172.05055Q117.178 172.05055 116.8655 171.87868Q116.553 171.69118 116.41238 171.3943Q116.28738 171.09743 116.28738 170.1443L116.28738 166.56618L115.52175 166.56618L115.52175 165.75368L116.28738 165.75368L116.28738 164.2068L117.33425 163.5818L117.33425 165.75368L118.39675 165.75368L118.39675 166.56618L117.33425 166.56618L117.33425 170.2068Q117.33425 170.65993 117.38113 170.78493Q117.44363 170.90993 117.56863 170.98805Q117.69363 171.06618 117.928 171.06618Q118.1155 171.06618 118.39675 171.03493ZM119.09988 171.97243L119.09988 163.37868L120.14675 163.37868L120.14675 166.4568Q120.88113 165.61305 122.00613 165.61305Q122.70925 165.61305 123.20925 165.8943Q123.72488 166.15993 123.94363 166.6443Q124.16238 167.11305 124.16238 168.03493L124.16238 171.97243L123.1155 171.97243L123.1155 168.03493Q123.1155 167.23805 122.77175 166.87868Q122.428 166.5193 121.803 166.5193Q121.33425 166.5193 120.91238 166.7693Q120.50613 167.00368 120.31863 167.42555Q120.14675 167.8318 120.14675 168.56618L120.14675 171.97243L119.09988 171.97243ZM130.34988 169.97243L131.44363 170.09743Q131.19363 171.05055 130.49051 171.5818Q129.78738 172.11305 128.70926 172.11305Q127.34988 172.11305 126.53738 171.2693Q125.7405 170.42555 125.7405 168.90993Q125.7405 167.34743 126.553 166.48805Q127.3655 165.61305 128.64676 165.61305Q129.89676 165.61305 130.67801 166.4568Q131.47488 167.30055 131.47488 168.84743Q131.47488 168.94118 131.47488 169.12868L126.83425 169.12868Q126.89675 170.15993 127.41238 170.7068Q127.928 171.23805 128.70926 171.23805Q129.28738 171.23805 129.69363 170.94118Q130.11551 170.62868 130.34988 169.97243ZM126.89675 168.2693L130.36551 168.2693Q130.30301 167.47243 129.97488 167.0818Q129.45926 166.47243 128.66238 166.47243Q127.928 166.47243 127.428 166.9568Q126.94363 167.44118 126.89675 168.2693ZM133.08426 171.97243L133.08426 165.75368L134.03738 165.75368L134.03738 166.69118Q134.39676 166.03493 134.69363 165.8318Q135.00613 165.61305 135.38113 165.61305Q135.91238 165.61305 136.45926 165.94118L136.09988 166.92555Q135.70926 166.69118 135.33426 166.69118Q134.97488 166.69118 134.69363 166.90993Q134.42801 167.11305 134.31863 167.48805Q134.13113 168.05055 134.13113 168.7068L134.13113 171.97243L133.08426 171.97243Z" fill-rule="nonzero"/><path fill="#666666" d="M85.06863 185.97243L85.06863 177.37868L86.13113 177.37868L86.13113 185.97243L85.06863 185.97243ZM92.16238 185.2068Q91.56863 185.7068 91.02175 185.90993Q90.4905 186.11305 89.8655 186.11305Q88.83425 186.11305 88.28738 185.61305Q87.7405 185.11305 87.7405 184.3318Q87.7405 183.87868 87.94363 183.50368Q88.14675 183.11305 88.4905 182.8943Q88.83425 182.65993 89.25613 182.55055Q89.553 182.4568 90.19363 182.37868Q91.45925 182.23805 92.06863 182.0193Q92.06863 181.80055 92.06863 181.75368Q92.06863 181.09743 91.77175 180.8318Q91.3655 180.48805 90.56863 180.48805Q89.83425 180.48805 89.47488 180.75368Q89.1155 181.00368 88.94363 181.65993L87.91238 181.5193Q88.053 180.86305 88.38113 180.4568Q88.70925 180.05055 89.31863 179.8318Q89.928 179.61305 90.72488 179.61305Q91.52175 179.61305 92.02175 179.80055Q92.52175 179.98805 92.75613 180.2693Q92.9905 180.55055 93.08425 180.98805Q93.13113 181.25368 93.13113 181.9568L93.13113 183.36305Q93.13113 184.8318 93.19363 185.22243Q93.27175 185.61305 93.47488 185.97243L92.3655 185.97243Q92.20925 185.6443 92.16238 185.2068ZM92.06863 182.84743Q91.4905 183.0818 90.34988 183.25368Q89.69363 183.34743 89.428 183.47243Q89.16238 183.5818 89.00613 183.80055Q88.8655 184.0193 88.8655 184.30055Q88.8655 184.72243 89.178 185.00368Q89.50613 185.28493 90.1155 185.28493Q90.72488 185.28493 91.19363 185.0193Q91.678 184.75368 91.89675 184.28493Q92.06863 183.92555 92.06863 183.23805L92.06863 182.84743ZM95.09988 185.97243L95.09988 179.75368L96.03738 179.75368L96.03738 180.62868Q96.72488 179.61305 98.02175 179.61305Q98.58425 179.61305 99.053 179.81618Q99.53738 180.0193 99.77175 180.34743Q100.00613 180.67555 100.09988 181.11305Q100.14675 181.40993 100.14675 182.1443L100.14675 185.97243L99.09988 185.97243L99.09988 182.19118Q99.09988 181.53493 98.97488 181.22243Q98.84988 180.90993 98.53738 180.72243Q98.22488 180.5193 97.803 180.5193Q97.13113 180.5193 96.63113 180.9568Q96.14675 181.37868 96.14675 182.56618L96.14675 185.97243L95.09988 185.97243ZM101.89675 186.48805L102.928 186.6443Q102.9905 187.11305 103.28738 187.3318Q103.678 187.62868 104.34988 187.62868Q105.08425 187.62868 105.47488 187.3318Q105.88113 187.03493 106.02175 186.5193Q106.1155 186.19118 106.09988 185.15993Q105.41238 185.97243 104.38113 185.97243Q103.09988 185.97243 102.39675 185.05055Q101.69363 184.11305 101.69363 182.8318Q101.69363 181.94118 102.00613 181.19118Q102.33425 180.42555 102.94363 180.0193Q103.553 179.61305 104.38113 179.61305Q105.4905 179.61305 106.20925 180.50368L106.20925 179.75368L107.178 179.75368L107.178 185.12868Q107.178 186.5818 106.88113 187.19118Q106.58425 187.80055 105.94363 188.1443Q105.303 188.50368 104.3655 188.50368Q103.25613 188.50368 102.56863 188.00368Q101.88113 187.50368 101.89675 186.48805ZM102.77175 182.75368Q102.77175 183.97243 103.25613 184.53493Q103.7405 185.09743 104.47488 185.09743Q105.20925 185.09743 105.69363 184.53493Q106.19363 183.97243 106.19363 182.78493Q106.19363 181.6443 105.678 181.06618Q105.178 180.48805 104.45925 180.48805Q103.75613 180.48805 103.25613 181.06618Q102.77175 181.62868 102.77175 182.75368ZM113.178 185.97243L113.178 185.05055Q112.44363 186.11305 111.19363 186.11305Q110.64675 186.11305 110.16238 185.90993Q109.69363 185.69118 109.45925 185.37868Q109.22488 185.05055 109.13113 184.5818Q109.06863 184.28493 109.06863 183.59743L109.06863 179.75368L110.13113 179.75368L110.13113 183.2068Q110.13113 184.0193 110.19363 184.31618Q110.28738 184.72243 110.59988 184.97243Q110.928 185.2068 111.41238 185.2068Q111.88113 185.2068 112.28738 184.97243Q112.70925 184.72243 112.88113 184.30055Q113.06863 183.87868 113.06863 183.0818L113.06863 179.75368L114.1155 179.75368L114.1155 185.97243L113.178 185.97243ZM120.16238 185.2068Q119.56863 185.7068 119.02175 185.90993Q118.4905 186.11305 117.8655 186.11305Q116.83425 186.11305 116.28738 185.61305Q115.7405 185.11305 115.7405 184.3318Q115.7405 183.87868 115.94363 183.50368Q116.14675 183.11305 116.4905 182.8943Q116.83425 182.65993 117.25613 182.55055Q117.553 182.4568 118.19363 182.37868Q119.45925 182.23805 120.06863 182.0193Q120.06863 181.80055 120.06863 181.75368Q120.06863 181.09743 119.77175 180.8318Q119.3655 180.48805 118.56863 180.48805Q117.83425 180.48805 117.47488 180.75368Q117.1155 181.00368 116.94363 181.65993L115.91238 181.5193Q116.053 180.86305 116.38113 180.4568Q116.70925 180.05055 117.31863 179.8318Q117.928 179.61305 118.72488 179.61305Q119.52175 179.61305 120.02175 179.80055Q120.52175 179.98805 120.75613 180.2693Q120.9905 180.55055 121.08425 180.98805Q121.13113 181.25368 121.13113 181.9568L121.13113 183.36305Q121.13113 184.8318 121.19363 185.22243Q121.27175 185.61305 121.47488 185.97243L120.3655 185.97243Q120.20925 185.6443 120.16238 185.2068ZM120.06863 182.84743Q119.4905 183.0818 118.34988 183.25368Q117.69363 183.34743 117.428 183.47243Q117.16238 183.5818 117.00613 183.80055Q116.8655 184.0193 116.8655 184.30055Q116.8655 184.72243 117.178 185.00368Q117.50613 185.28493 118.1155 185.28493Q118.72488 185.28493 119.19363 185.0193Q119.678 184.75368 119.89675 184.28493Q120.06863 183.92555 120.06863 183.23805L120.06863 182.84743ZM122.89675 186.48805L123.928 186.6443Q123.9905 187.11305 124.28738 187.3318Q124.678 187.62868 125.34988 187.62868Q126.08425 187.62868 126.47488 187.3318Q126.88113 187.03493 127.02175 186.5193Q127.1155 186.19118 127.09988 185.15993Q126.41238 185.97243 125.38113 185.97243Q124.09988 185.97243 123.39675 185.05055Q122.69363 184.11305 122.69363 182.8318Q122.69363 181.94118 123.00613 181.19118Q123.33425 180.42555 123.94363 180.0193Q124.553 179.61305 125.38113 179.61305Q126.4905 179.61305 127.20925 180.50368L127.20925 179.75368L128.17801 179.75368L128.17801 185.12868Q128.17801 186.5818 127.88113 187.19118Q127.58425 187.80055 126.94363 188.1443Q126.303 188.50368 125.3655 188.50368Q124.25613 188.50368 123.56863 188.00368Q122.88113 187.50368 122.89675 186.48805ZM123.77175 182.75368Q123.77175 183.97243 124.25613 184.53493Q124.7405 185.09743 125.47488 185.09743Q126.20925 185.09743 126.69363 184.53493Q127.19363 183.97243 127.19363 182.78493Q127.19363 181.6443 126.678 181.06618Q126.178 180.48805 125.45925 180.48805Q124.75613 180.48805 124.25613 181.06618Q123.77175 181.62868 123.77175 182.75368ZM134.34988 183.97243L135.44363 184.09743Q135.19363 185.05055 134.49051 185.5818Q133.78738 186.11305 132.70926 186.11305Q131.34988 186.11305 130.53738 185.2693Q129.74051 184.42555 129.74051 182.90993Q129.74051 181.34743 130.55301 180.48805Q131.36551 179.61305 132.64676 179.61305Q133.89676 179.61305 134.67801 180.4568Q135.47488 181.30055 135.47488 182.84743Q135.47488 182.94118 135.47488 183.12868L130.83426 183.12868Q130.89676 184.15993 131.41238 184.7068Q131.92801 185.23805 132.70926 185.23805Q133.28738 185.23805 133.69363 184.94118Q134.11551 184.62868 134.34988 183.97243ZM130.89676 182.2693L134.36551 182.2693Q134.30301 181.47243 133.97488 181.0818Q133.45926 180.47243 132.66238 180.47243Q131.92801 180.47243 131.42801 180.9568Q130.94363 181.44118 130.89676 182.2693Z" fill-rule="nonzero"/><path fill="#666666" d="M56.256126 225.21118L56.256126 224.21118L59.881126 224.19556L59.881126 227.38306Q59.053 228.05493 58.162376 228.39868Q57.27175 228.7268 56.33425 228.7268Q55.068626 228.7268 54.02175 228.19556Q52.9905 227.64868 52.45925 226.63306Q51.943626 225.6018 51.943626 224.33618Q51.943626 223.07056 52.45925 221.99243Q52.9905 220.89868 53.974876 220.38306Q54.95925 219.8518 56.2405 219.8518Q57.178 219.8518 57.928 220.14868Q58.678 220.44556 59.099876 220.99243Q59.537376 221.52368 59.756126 222.39868L58.7405 222.67993Q58.537376 222.02368 58.2405 221.64868Q57.95925 221.27368 57.428 221.05493Q56.89675 220.82056 56.256126 220.82056Q55.474876 220.82056 54.89675 221.05493Q54.33425 221.2893 53.974876 221.67993Q53.631126 222.07056 53.443626 222.5393Q53.1155 223.33618 53.1155 224.25806Q53.1155 225.4143 53.506126 226.19556Q53.912376 226.96118 54.662376 227.33618Q55.412376 227.71118 56.27175 227.71118Q57.006126 227.71118 57.70925 227.42993Q58.412376 227.13306 58.77175 226.82056L58.77175 225.21118L56.256126 225.21118ZM60.70925 225.4768Q60.70925 223.74243 61.662376 222.9143Q62.45925 222.2268 63.6155 222.2268Q64.89675 222.2268 65.70925 223.07056Q66.53738 223.89868 66.53738 225.38306Q66.53738 226.58618 66.178 227.27368Q65.81863 227.96118 65.1155 228.3518Q64.428 228.7268 63.6155 228.7268Q62.318626 228.7268 61.506126 227.89868Q60.70925 227.05493 60.70925 225.4768ZM61.787376 225.4768Q61.787376 226.6643 62.303 227.25806Q62.83425 227.8518 63.6155 227.8518Q64.41238 227.8518 64.928 227.25806Q65.44363 226.6643 65.44363 225.44556Q65.44363 224.2893 64.91238 223.69556Q64.39675 223.1018 63.6155 223.1018Q62.83425 223.1018 62.303 223.69556Q61.787376 224.27368 61.787376 225.4768ZM71.06863 228.58618L71.06863 219.99243L72.13113 219.99243L72.13113 228.58618L71.06863 228.58618ZM78.16238 227.82056Q77.56863 228.32056 77.02175 228.52368Q76.4905 228.7268 75.8655 228.7268Q74.83425 228.7268 74.28738 228.2268Q73.7405 227.7268 73.7405 226.94556Q73.7405 226.49243 73.94363 226.11743Q74.14675 225.7268 74.4905 225.50806Q74.83425 225.27368 75.25613 225.1643Q75.553 225.07056 76.19363 224.99243Q77.45925 224.8518 78.06863 224.63306Q78.06863 224.4143 78.06863 224.36743Q78.06863 223.71118 77.77175 223.44556Q77.3655 223.1018 76.56863 223.1018Q75.83425 223.1018 75.47488 223.36743Q75.1155 223.61743 74.94363 224.27368L73.91238 224.13306Q74.053 223.4768 74.38113 223.07056Q74.70925 222.6643 75.31863 222.44556Q75.928 222.2268 76.72488 222.2268Q77.52175 222.2268 78.02175 222.4143Q78.52175 222.6018 78.75613 222.88306Q78.9905 223.1643 79.08425 223.6018Q79.13113 223.86743 79.13113 224.57056L79.13113 225.9768Q79.13113 227.44556 79.19363 227.83618Q79.27175 228.2268 79.47488 228.58618L78.3655 228.58618Q78.20925 228.25806 78.16238 227.82056ZM78.06863 225.46118Q77.4905 225.69556 76.34988 225.86743Q75.69363 225.96118 75.428 226.08618Q75.16238 226.19556 75.00613 226.4143Q74.8655 226.63306 74.8655 226.9143Q74.8655 227.33618 75.178 227.61743Q75.50613 227.89868 76.1155 227.89868Q76.72488 227.89868 77.19363 227.63306Q77.678 227.36743 77.89675 226.89868Q78.06863 226.5393 78.06863 225.8518L78.06863 225.46118ZM85.16238 226.30493L86.19363 226.44556Q86.02175 227.50806 85.31863 228.11743Q84.6155 228.7268 83.59988 228.7268Q82.31863 228.7268 81.53738 227.89868Q80.77175 227.05493 80.77175 225.49243Q80.77175 224.49243 81.09988 223.74243Q81.44363 222.9768 82.1155 222.6018Q82.803 222.2268 83.6155 222.2268Q84.6155 222.2268 85.25613 222.74243Q85.91238 223.24243 86.09988 224.19556L85.06863 224.3518Q84.928 223.7268 84.553 223.4143Q84.178 223.08618 83.64675 223.08618Q82.84988 223.08618 82.34988 223.6643Q81.84988 224.2268 81.84988 225.46118Q81.84988 226.7268 82.33425 227.2893Q82.81863 227.8518 83.58425 227.8518Q84.20925 227.8518 84.6155 227.4768Q85.03738 227.1018 85.16238 226.30493ZM87.09988 228.58618L87.09988 219.99243L88.16238 219.99243L88.16238 224.89868L90.64675 222.36743L92.02175 222.36743L89.63113 224.6643L92.25613 228.58618L90.95925 228.58618L88.89675 225.39868L88.16238 226.11743L88.16238 228.58618L87.09988 228.58618ZM92.678 226.7268L93.70925 226.57056Q93.803 227.19556 94.19363 227.52368Q94.59988 227.8518 95.33425 227.8518Q96.053 227.8518 96.39675 227.57056Q96.75613 227.27368 96.75613 226.86743Q96.75613 226.50806 96.44363 226.30493Q96.22488 226.1643 95.3655 225.94556Q94.20925 225.64868 93.75613 225.44556Q93.31863 225.2268 93.08425 224.8518Q92.84988 224.4768 92.84988 224.00806Q92.84988 223.6018 93.03738 223.24243Q93.22488 222.88306 93.553 222.64868Q93.803 222.4768 94.22488 222.3518Q94.64675 222.2268 95.14675 222.2268Q95.8655 222.2268 96.41238 222.44556Q96.97488 222.64868 97.2405 223.00806Q97.50613 223.36743 97.59988 223.96118L96.56863 224.1018Q96.50613 223.63306 96.16238 223.36743Q95.83425 223.08618 95.20925 223.08618Q94.4905 223.08618 94.178 223.33618Q93.8655 223.57056 93.8655 223.89868Q93.8655 224.1018 93.9905 224.25806Q94.13113 224.42993 94.39675 224.5393Q94.553 224.6018 95.33425 224.80493Q96.45925 225.11743 96.89675 225.30493Q97.33425 225.49243 97.58425 225.8518Q97.83425 226.21118 97.83425 226.75806Q97.83425 227.2893 97.52175 227.75806Q97.22488 228.21118 96.64675 228.4768Q96.06863 228.7268 95.33425 228.7268Q94.1155 228.7268 93.47488 228.2268Q92.84988 227.71118 92.678 226.7268ZM106.16238 226.30493L107.19363 226.44556Q107.02175 227.50806 106.31863 228.11743Q105.6155 228.7268 104.59988 228.7268Q103.31863 228.7268 102.53738 227.89868Q101.77175 227.05493 101.77175 225.49243Q101.77175 224.49243 102.09988 223.74243Q102.44363 222.9768 103.1155 222.6018Q103.803 222.2268 104.6155 222.2268Q105.6155 222.2268 106.25613 222.74243Q106.91238 223.24243 107.09988 224.19556L106.06863 224.3518Q105.928 223.7268 105.553 223.4143Q105.178 223.08618 104.64675 223.08618Q103.84988 223.08618 103.34988 223.6643Q102.84988 224.2268 102.84988 225.46118Q102.84988 226.7268 103.33425 227.2893Q103.81863 227.8518 104.58425 227.8518Q105.20925 227.8518 105.6155 227.4768Q106.03738 227.1018 106.16238 226.30493ZM108.08425 228.58618L108.08425 222.36743L109.03738 222.36743L109.03738 223.30493Q109.39675 222.64868 109.69363 222.44556Q110.00613 222.2268 110.38113 222.2268Q110.91238 222.2268 111.45925 222.55493L111.09988 223.5393Q110.70925 223.30493 110.33425 223.30493Q109.97488 223.30493 109.69363 223.52368Q109.428 223.7268 109.31863 224.1018Q109.13113 224.6643 109.13113 225.32056L109.13113 228.58618L108.08425 228.58618ZM112.09988 221.21118L112.09988 219.99243L113.16238 219.99243L113.16238 221.21118L112.09988 221.21118ZM112.09988 228.58618L112.09988 222.36743L113.16238 222.36743L113.16238 228.58618L112.09988 228.58618ZM117.39675 227.64868L117.553 228.57056Q117.09988 228.6643 116.75613 228.6643Q116.178 228.6643 115.8655 228.49243Q115.553 228.30493 115.41238 228.00806Q115.28738 227.71118 115.28738 226.75806L115.28738 223.17993L114.52175 223.17993L114.52175 222.36743L115.28738 222.36743L115.28738 220.82056L116.33425 220.19556L116.33425 222.36743L117.39675 222.36743L117.39675 223.17993L116.33425 223.17993L116.33425 226.82056Q116.33425 227.27368 116.38113 227.39868Q116.44363 227.52368 116.56863 227.6018Q116.69363 227.67993 116.928 227.67993Q117.1155 227.67993 117.39675 227.64868ZM118.09988 221.21118L118.09988 219.99243L119.16238 219.99243L119.16238 221.21118L118.09988 221.21118ZM118.09988 228.58618L118.09988 222.36743L119.16238 222.36743L119.16238 228.58618L118.09988 228.58618ZM125.16238 226.30493L126.19363 226.44556Q126.02175 227.50806 125.31863 228.11743Q124.6155 228.7268 123.59988 228.7268Q122.31863 228.7268 121.53738 227.89868Q120.77175 227.05493 120.77175 225.49243Q120.77175 224.49243 121.09988 223.74243Q121.44363 222.9768 122.1155 222.6018Q122.803 222.2268 123.6155 222.2268Q124.6155 222.2268 125.25613 222.74243Q125.91238 223.24243 126.09988 224.19556L125.06863 224.3518Q124.928 223.7268 124.553 223.4143Q124.178 223.08618 123.64675 223.08618Q122.84988 223.08618 122.34988 223.6643Q121.84988 224.2268 121.84988 225.46118Q121.84988 226.7268 122.33425 227.2893Q122.81863 227.8518 123.58425 227.8518Q124.20925 227.8518 124.6155 227.4768Q125.03738 227.1018 125.16238 226.30493ZM131.16238 227.82056Q130.56863 228.32056 130.02176 228.52368Q129.49051 228.7268 128.86551 228.7268Q127.83425 228.7268 127.28738 228.2268Q126.7405 227.7268 126.7405 226.94556Q126.7405 226.49243 126.94363 226.11743Q127.14675 225.7268 127.4905 225.50806Q127.83425 225.27368 128.25613 225.1643Q128.55301 225.07056 129.19363 224.99243Q130.45926 224.8518 131.06863 224.63306Q131.06863 224.4143 131.06863 224.36743Q131.06863 223.71118 130.77176 223.44556Q130.36551 223.1018 129.56863 223.1018Q128.83426 223.1018 128.47488 223.36743Q128.11551 223.61743 127.94363 224.27368L126.91238 224.13306Q127.053 223.4768 127.38113 223.07056Q127.70925 222.6643 128.31863 222.44556Q128.92801 222.2268 129.72488 222.2268Q130.52176 222.2268 131.02176 222.4143Q131.52176 222.6018 131.75613 222.88306Q131.99051 223.1643 132.08426 223.6018Q132.13113 223.86743 132.13113 224.57056L132.13113 225.9768Q132.13113 227.44556 132.19363 227.83618Q132.27176 228.2268 132.47488 228.58618L131.36551 228.58618Q131.20926 228.25806 131.16238 227.82056ZM131.06863 225.46118Q130.49051 225.69556 129.34988 225.86743Q128.69363 225.96118 128.42801 226.08618Q128.16238 226.19556 128.00613 226.4143Q127.8655 226.63306 127.8655 226.9143Q127.8655 227.33618 128.17801 227.61743Q128.50613 227.89868 129.11551 227.89868Q129.72488 227.89868 130.19363 227.63306Q130.67801 227.36743 130.89676 226.89868Q131.06863 226.5393 131.06863 225.8518L131.06863 225.46118ZM134.06863 228.58618L134.06863 219.99243L135.13113 219.99243L135.13113 228.58618L134.06863 228.58618Z" fill-rule="nonzero"/><path fill="#666666" d="M93.34988 242.58618L93.34988 237.17993L92.41238 237.17993L92.41238 236.36743L93.34988 236.36743L93.34988 235.69556Q93.34988 235.07056 93.45925 234.77368Q93.6155 234.3518 93.9905 234.1018Q94.38113 233.8518 95.06863 233.8518Q95.52175 233.8518 96.053 233.96118L95.89675 234.86743Q95.56863 234.82056 95.27175 234.82056Q94.78738 234.82056 94.58425 235.02368Q94.39675 235.2268 94.39675 235.7893L94.39675 236.36743L95.6155 236.36743L95.6155 237.17993L94.39675 237.17993L94.39675 242.58618L93.34988 242.58618ZM100.34988 240.58618L101.44363 240.71118Q101.19363 241.6643 100.4905 242.19556Q99.78738 242.7268 98.70925 242.7268Q97.34988 242.7268 96.53738 241.88306Q95.7405 241.0393 95.7405 239.52368Q95.7405 237.96118 96.553 237.1018Q97.3655 236.2268 98.64675 236.2268Q99.89675 236.2268 100.678 237.07056Q101.47488 237.9143 101.47488 239.46118Q101.47488 239.55493 101.47488 239.74243L96.83425 239.74243Q96.89675 240.77368 97.41238 241.32056Q97.928 241.8518 98.70925 241.8518Q99.28738 241.8518 99.69363 241.55493Q100.1155 241.24243 100.34988 240.58618ZM96.89675 238.88306L100.3655 238.88306Q100.303 238.08618 99.97488 237.69556Q99.45925 237.08618 98.66238 237.08618Q97.928 237.08618 97.428 237.57056Q96.94363 238.05493 96.89675 238.88306ZM107.16238 241.82056Q106.56863 242.32056 106.02175 242.52368Q105.4905 242.7268 104.8655 242.7268Q103.83425 242.7268 103.28738 242.2268Q102.7405 241.7268 102.7405 240.94556Q102.7405 240.49243 102.94363 240.11743Q103.14675 239.7268 103.4905 239.50806Q103.83425 239.27368 104.25613 239.1643Q104.553 239.07056 105.19363 238.99243Q106.45925 238.8518 107.06863 238.63306Q107.06863 238.4143 107.06863 238.36743Q107.06863 237.71118 106.77175 237.44556Q106.3655 237.1018 105.56863 237.1018Q104.83425 237.1018 104.47488 237.36743Q104.1155 237.61743 103.94363 238.27368L102.91238 238.13306Q103.053 237.4768 103.38113 237.07056Q103.70925 236.6643 104.31863 236.44556Q104.928 236.2268 105.72488 236.2268Q106.52175 236.2268 107.02175 236.4143Q107.52175 236.6018 107.75613 236.88306Q107.9905 237.1643 108.08425 237.6018Q108.13113 237.86743 108.13113 238.57056L108.13113 239.9768Q108.13113 241.44556 108.19363 241.83618Q108.27175 242.2268 108.47488 242.58618L107.3655 242.58618Q107.20925 242.25806 107.16238 241.82056ZM107.06863 239.46118Q106.4905 239.69556 105.34988 239.86743Q104.69363 239.96118 104.428 240.08618Q104.16238 240.19556 104.00613 240.4143Q103.8655 240.63306 103.8655 240.9143Q103.8655 241.33618 104.178 241.61743Q104.50613 241.89868 105.1155 241.89868Q105.72488 241.89868 106.19363 241.63306Q106.678 241.36743 106.89675 240.89868Q107.06863 240.5393 107.06863 239.8518L107.06863 239.46118ZM112.39675 241.64868L112.553 242.57056Q112.09988 242.6643 111.75613 242.6643Q111.178 242.6643 110.8655 242.49243Q110.553 242.30493 110.41238 242.00806Q110.28738 241.71118 110.28738 240.75806L110.28738 237.17993L109.52175 237.17993L109.52175 236.36743L110.28738 236.36743L110.28738 234.82056L111.33425 234.19556L111.33425 236.36743L112.39675 236.36743L112.39675 237.17993L111.33425 237.17993L111.33425 240.82056Q111.33425 241.27368 111.38113 241.39868Q111.44363 241.52368 111.56863 241.6018Q111.69363 241.67993 111.928 241.67993Q112.1155 241.67993 112.39675 241.64868ZM117.178 242.58618L117.178 241.6643Q116.44363 242.7268 115.19363 242.7268Q114.64675 242.7268 114.16238 242.52368Q113.69363 242.30493 113.45925 241.99243Q113.22488 241.6643 113.13113 241.19556Q113.06863 240.89868 113.06863 240.21118L113.06863 236.36743L114.13113 236.36743L114.13113 239.82056Q114.13113 240.63306 114.19363 240.92993Q114.28738 241.33618 114.59988 241.58618Q114.928 241.82056 115.41238 241.82056Q115.88113 241.82056 116.28738 241.58618Q116.70925 241.33618 116.88113 240.9143Q117.06863 240.49243 117.06863 239.69556L117.06863 236.36743L118.1155 236.36743L118.1155 242.58618L117.178 242.58618ZM120.08425 242.58618L120.08425 236.36743L121.03738 236.36743L121.03738 237.30493Q121.39675 236.64868 121.69363 236.44556Q122.00613 236.2268 122.38113 236.2268Q122.91238 236.2268 123.45925 236.55493L123.09988 237.5393Q122.70925 237.30493 122.33425 237.30493Q121.97488 237.30493 121.69363 237.52368Q121.428 237.7268 121.31863 238.1018Q121.13113 238.6643 121.13113 239.32056L121.13113 242.58618L120.08425 242.58618ZM128.34988 240.58618L129.44363 240.71118Q129.19363 241.6643 128.49051 242.19556Q127.78738 242.7268 126.70925 242.7268Q125.34988 242.7268 124.53738 241.88306Q123.7405 241.0393 123.7405 239.52368Q123.7405 237.96118 124.553 237.1018Q125.3655 236.2268 126.64675 236.2268Q127.89675 236.2268 128.67801 237.07056Q129.47488 237.9143 129.47488 239.46118Q129.47488 239.55493 129.47488 239.74243L124.83425 239.74243Q124.89675 240.77368 125.41238 241.32056Q125.928 241.8518 126.70925 241.8518Q127.28738 241.8518 127.69363 241.55493Q128.11551 241.24243 128.34988 240.58618ZM124.89675 238.88306L128.36551 238.88306Q128.30301 238.08618 127.97488 237.69556Q127.45925 237.08618 126.66238 237.08618Q125.928 237.08618 125.428 237.57056Q124.94363 238.05493 124.89675 238.88306ZM130.67801 240.7268L131.70926 240.57056Q131.80301 241.19556 132.19363 241.52368Q132.59988 241.8518 133.33426 241.8518Q134.05301 241.8518 134.39676 241.57056Q134.75613 241.27368 134.75613 240.86743Q134.75613 240.50806 134.44363 240.30493Q134.22488 240.1643 133.36551 239.94556Q132.20926 239.64868 131.75613 239.44556Q131.31863 239.2268 131.08426 238.8518Q130.84988 238.4768 130.84988 238.00806Q130.84988 237.6018 131.03738 237.24243Q131.22488 236.88306 131.55301 236.64868Q131.80301 236.4768 132.22488 236.3518Q132.64676 236.2268 133.14676 236.2268Q133.86551 236.2268 134.41238 236.44556Q134.97488 236.64868 135.24051 237.00806Q135.50613 237.36743 135.59988 237.96118L134.56863 238.1018Q134.50613 237.63306 134.16238 237.36743Q133.83426 237.08618 133.20926 237.08618Q132.49051 237.08618 132.17801 237.33618Q131.86551 237.57056 131.86551 237.89868Q131.86551 238.1018 131.99051 238.25806Q132.13113 238.42993 132.39676 238.5393Q132.55301 238.6018 133.33426 238.80493Q134.45926 239.11743 134.89676 239.30493Q135.33426 239.49243 135.58426 239.8518Q135.83426 240.21118 135.83426 240.75806Q135.83426 241.2893 135.52176 241.75806Q135.22488 242.21118 134.64676 242.4768Q134.06863 242.7268 133.33426 242.7268Q132.11551 242.7268 131.47488 242.2268Q130.84988 241.71118 130.67801 240.7268Z" fill-rule="nonzero"/><path fill="#666666" d="M56.256126 288.82492L56.256126 287.82492L59.881126 287.8093L59.881126 290.9968Q59.053 291.66867 58.162376 292.01242Q57.27175 292.34055 56.33425 292.34055Q55.068626 292.34055 54.02175 291.8093Q52.9905 291.26242 52.45925 290.2468Q51.943626 289.21555 51.943626 287.94992Q51.943626 286.6843 52.45925 285.60617Q52.9905 284.51242 53.974876 283.9968Q54.95925 283.46555 56.2405 283.46555Q57.178 283.46555 57.928 283.76242Q58.678 284.0593 59.099876 284.60617Q59.537376 285.13742 59.756126 286.01242L58.7405 286.29367Q58.537376 285.63742 58.2405 285.26242Q57.95925 284.88742 57.428 284.66867Q56.89675 284.4343 56.256126 284.4343Q55.474876 284.4343 54.89675 284.66867Q54.33425 284.90305 53.974876 285.29367Q53.631126 285.6843 53.443626 286.15305Q53.1155 286.94992 53.1155 287.8718Q53.1155 289.02805 53.506126 289.8093Q53.912376 290.57492 54.662376 290.94992Q55.412376 291.32492 56.27175 291.32492Q57.006126 291.32492 57.70925 291.04367Q58.412376 290.7468 58.77175 290.4343L58.77175 288.82492L56.256126 288.82492ZM60.70925 289.09055Q60.70925 287.35617 61.662376 286.52805Q62.45925 285.84055 63.6155 285.84055Q64.89675 285.84055 65.70925 286.6843Q66.53738 287.51242 66.53738 288.9968Q66.53738 290.19992 66.178 290.88742Q65.81863 291.57492 65.1155 291.96555Q64.428 292.34055 63.6155 292.34055Q62.318626 292.34055 61.506126 291.51242Q60.70925 290.66867 60.70925 289.09055ZM61.787376 289.09055Q61.787376 290.27805 62.303 290.8718Q62.83425 291.46555 63.6155 291.46555Q64.41238 291.46555 64.928 290.8718Q65.44363 290.27805 65.44363 289.0593Q65.44363 287.90305 64.91238 287.3093Q64.39675 286.71555 63.6155 286.71555Q62.83425 286.71555 62.303 287.3093Q61.787376 287.88742 61.787376 289.09055ZM71.06863 292.19992L71.06863 283.60617L72.13113 283.60617L72.13113 292.19992L71.06863 292.19992ZM78.16238 291.4343Q77.56863 291.9343 77.02175 292.13742Q76.4905 292.34055 75.8655 292.34055Q74.83425 292.34055 74.28738 291.84055Q73.7405 291.34055 73.7405 290.5593Q73.7405 290.10617 73.94363 289.73117Q74.14675 289.34055 74.4905 289.1218Q74.83425 288.88742 75.25613 288.77805Q75.553 288.6843 76.19363 288.60617Q77.45925 288.46555 78.06863 288.2468Q78.06863 288.02805 78.06863 287.98117Q78.06863 287.32492 77.77175 287.0593Q77.3655 286.71555 76.56863 286.71555Q75.83425 286.71555 75.47488 286.98117Q75.1155 287.23117 74.94363 287.88742L73.91238 287.7468Q74.053 287.09055 74.38113 286.6843Q74.70925 286.27805 75.31863 286.0593Q75.928 285.84055 76.72488 285.84055Q77.52175 285.84055 78.02175 286.02805Q78.52175 286.21555 78.75613 286.4968Q78.9905 286.77805 79.08425 287.21555Q79.13113 287.48117 79.13113 288.1843L79.13113 289.59055Q79.13113 291.0593 79.19363 291.44992Q79.27175 291.84055 79.47488 292.19992L78.3655 292.19992Q78.20925 291.8718 78.16238 291.4343ZM78.06863 289.07492Q77.4905 289.3093 76.34988 289.48117Q75.69363 289.57492 75.428 289.69992Q75.16238 289.8093 75.00613 290.02805Q74.8655 290.2468 74.8655 290.52805Q74.8655 290.94992 75.178 291.23117Q75.50613 291.51242 76.1155 291.51242Q76.72488 291.51242 77.19363 291.2468Q77.678 290.98117 77.89675 290.51242Q78.06863 290.15305 78.06863 289.46555L78.06863 289.07492ZM85.16238 289.91867L86.19363 290.0593Q86.02175 291.1218 85.31863 291.73117Q84.6155 292.34055 83.59988 292.34055Q82.31863 292.34055 81.53738 291.51242Q80.77175 290.66867 80.77175 289.10617Q80.77175 288.10617 81.09988 287.35617Q81.44363 286.59055 82.1155 286.21555Q82.803 285.84055 83.6155 285.84055Q84.6155 285.84055 85.25613 286.35617Q85.91238 286.85617 86.09988 287.8093L85.06863 287.96555Q84.928 287.34055 84.553 287.02805Q84.178 286.69992 83.64675 286.69992Q82.84988 286.69992 82.34988 287.27805Q81.84988 287.84055 81.84988 289.07492Q81.84988 290.34055 82.33425 290.90305Q82.81863 291.46555 83.58425 291.46555Q84.20925 291.46555 84.6155 291.09055Q85.03738 290.71555 85.16238 289.91867ZM87.09988 292.19992L87.09988 283.60617L88.16238 283.60617L88.16238 288.51242L90.64675 285.98117L92.02175 285.98117L89.63113 288.27805L92.25613 292.19992L90.95925 292.19992L88.89675 289.01242L88.16238 289.73117L88.16238 292.19992L87.09988 292.19992ZM92.678 290.34055L93.70925 290.1843Q93.803 290.8093 94.19363 291.13742Q94.59988 291.46555 95.33425 291.46555Q96.053 291.46555 96.39675 291.1843Q96.75613 290.88742 96.75613 290.48117Q96.75613 290.1218 96.44363 289.91867Q96.22488 289.77805 95.3655 289.5593Q94.20925 289.26242 93.75613 289.0593Q93.31863 288.84055 93.08425 288.46555Q92.84988 288.09055 92.84988 287.6218Q92.84988 287.21555 93.03738 286.85617Q93.22488 286.4968 93.553 286.26242Q93.803 286.09055 94.22488 285.96555Q94.64675 285.84055 95.14675 285.84055Q95.8655 285.84055 96.41238 286.0593Q96.97488 286.26242 97.2405 286.6218Q97.50613 286.98117 97.59988 287.57492L96.56863 287.71555Q96.50613 287.2468 96.16238 286.98117Q95.83425 286.69992 95.20925 286.69992Q94.4905 286.69992 94.178 286.94992Q93.8655 287.1843 93.8655 287.51242Q93.8655 287.71555 93.9905 287.8718Q94.13113 288.04367 94.39675 288.15305Q94.553 288.21555 95.33425 288.41867Q96.45925 288.73117 96.89675 288.91867Q97.33425 289.10617 97.58425 289.46555Q97.83425 289.82492 97.83425 290.3718Q97.83425 290.90305 97.52175 291.3718Q97.22488 291.82492 96.64675 292.09055Q96.06863 292.34055 95.33425 292.34055Q94.1155 292.34055 93.47488 291.84055Q92.84988 291.32492 92.678 290.34055ZM106.16238 289.91867L107.19363 290.0593Q107.02175 291.1218 106.31863 291.73117Q105.6155 292.34055 104.59988 292.34055Q103.31863 292.34055 102.53738 291.51242Q101.77175 290.66867 101.77175 289.10617Q101.77175 288.10617 102.09988 287.35617Q102.44363 286.59055 103.1155 286.21555Q103.803 285.84055 104.6155 285.84055Q105.6155 285.84055 106.25613 286.35617Q106.91238 286.85617 107.09988 287.8093L106.06863 287.96555Q105.928 287.34055 105.553 287.02805Q105.178 286.69992 104.64675 286.69992Q103.84988 286.69992 103.34988 287.27805Q102.84988 287.84055 102.84988 289.07492Q102.84988 290.34055 103.33425 290.90305Q103.81863 291.46555 104.58425 291.46555Q105.20925 291.46555 105.6155 291.09055Q106.03738 290.71555 106.16238 289.91867ZM108.08425 292.19992L108.08425 285.98117L109.03738 285.98117L109.03738 286.91867Q109.39675 286.26242 109.69363 286.0593Q110.00613 285.84055 110.38113 285.84055Q110.91238 285.84055 111.45925 286.16867L111.09988 287.15305Q110.70925 286.91867 110.33425 286.91867Q109.97488 286.91867 109.69363 287.13742Q109.428 287.34055 109.31863 287.71555Q109.13113 288.27805 109.13113 288.9343L109.13113 292.19992L108.08425 292.19992ZM112.09988 284.82492L112.09988 283.60617L113.16238 283.60617L113.16238 284.82492L112.09988 284.82492ZM112.09988 292.19992L112.09988 285.98117L113.16238 285.98117L113.16238 292.19992L112.09988 292.19992ZM117.39675 291.26242L117.553 292.1843Q117.09988 292.27805 116.75613 292.27805Q116.178 292.27805 115.8655 292.10617Q115.553 291.91867 115.41238 291.6218Q115.28738 291.32492 115.28738 290.3718L115.28738 286.79367L114.52175 286.79367L114.52175 285.98117L115.28738 285.98117L115.28738 284.4343L116.33425 283.8093L116.33425 285.98117L117.39675 285.98117L117.39675 286.79367L116.33425 286.79367L116.33425 290.4343Q116.33425 290.88742 116.38113 291.01242Q116.44363 291.13742 116.56863 291.21555Q116.69363 291.29367 116.928 291.29367Q117.1155 291.29367 117.39675 291.26242ZM118.09988 284.82492L118.09988 283.60617L119.16238 283.60617L119.16238 284.82492L118.09988 284.82492ZM118.09988 292.19992L118.09988 285.98117L119.16238 285.98117L119.16238 292.19992L118.09988 292.19992ZM125.16238 289.91867L126.19363 290.0593Q126.02175 291.1218 125.31863 291.73117Q124.6155 292.34055 123.59988 292.34055Q122.31863 292.34055 121.53738 291.51242Q120.77175 290.66867 120.77175 289.10617Q120.77175 288.10617 121.09988 287.35617Q121.44363 286.59055 122.1155 286.21555Q122.803 285.84055 123.6155 285.84055Q124.6155 285.84055 125.25613 286.35617Q125.91238 286.85617 126.09988 287.8093L125.06863 287.96555Q124.928 287.34055 124.553 287.02805Q124.178 286.69992 123.64675 286.69992Q122.84988 286.69992 122.34988 287.27805Q121.84988 287.84055 121.84988 289.07492Q121.84988 290.34055 122.33425 290.90305Q122.81863 291.46555 123.58425 291.46555Q124.20925 291.46555 124.6155 291.09055Q125.03738 290.71555 125.16238 289.91867ZM131.16238 291.4343Q130.56863 291.9343 130.02176 292.13742Q129.49051 292.34055 128.86551 292.34055Q127.83425 292.34055 127.28738 291.84055Q126.7405 291.34055 126.7405 290.5593Q126.7405 290.10617 126.94363 289.73117Q127.14675 289.34055 127.4905 289.1218Q127.83425 288.88742 128.25613 288.77805Q128.55301 288.6843 129.19363 288.60617Q130.45926 288.46555 131.06863 288.2468Q131.06863 288.02805 131.06863 287.98117Q131.06863 287.32492 130.77176 287.0593Q130.36551 286.71555 129.56863 286.71555Q128.83426 286.71555 128.47488 286.98117Q128.11551 287.23117 127.94363 287.88742L126.91238 287.7468Q127.053 287.09055 127.38113 286.6843Q127.70925 286.27805 128.31863 286.0593Q128.92801 285.84055 129.72488 285.84055Q130.52176 285.84055 131.02176 286.02805Q131.52176 286.21555 131.75613 286.4968Q131.99051 286.77805 132.08426 287.21555Q132.13113 287.48117 132.13113 288.1843L132.13113 289.59055Q132.13113 291.0593 132.19363 291.44992Q132.27176 291.84055 132.47488 292.19992L131.36551 292.19992Q131.20926 291.8718 131.16238 291.4343ZM131.06863 289.07492Q130.49051 289.3093 129.34988 289.48117Q128.69363 289.57492 128.42801 289.69992Q128.16238 289.8093 128.00613 290.02805Q127.8655 290.2468 127.8655 290.52805Q127.8655 290.94992 128.17801 291.23117Q128.50613 291.51242 129.11551 291.51242Q129.72488 291.51242 130.19363 291.2468Q130.67801 290.98117 130.89676 290.51242Q131.06863 290.15305 131.06863 289.46555L131.06863 289.07492ZM134.06863 292.19992L134.06863 283.60617L135.13113 283.60617L135.13113 292.19992L134.06863 292.19992Z" fill-rule="nonzero"/><path fill="#666666" d="M93.06863 306.19992L93.06863 297.60617L94.13113 297.60617L94.13113 306.19992L93.06863 306.19992ZM96.09988 298.82492L96.09988 297.60617L97.16238 297.60617L97.16238 298.82492L96.09988 298.82492ZM96.09988 306.19992L96.09988 299.98117L97.16238 299.98117L97.16238 306.19992L96.09988 306.19992ZM100.06863 306.19992L99.08425 306.19992L99.08425 297.60617L100.14675 297.60617L100.14675 300.66867Q100.81863 299.84055 101.84988 299.84055Q102.428 299.84055 102.928 300.07492Q103.44363 300.29367 103.77175 300.71555Q104.1155 301.13742 104.303 301.73117Q104.4905 302.32492 104.4905 302.9968Q104.4905 304.59055 103.69363 305.46555Q102.89675 306.34055 101.803 306.34055Q100.69363 306.34055 100.06863 305.41867L100.06863 306.19992ZM100.053 303.04367Q100.053 304.15305 100.3655 304.65305Q100.8655 305.46555 101.70925 305.46555Q102.39675 305.46555 102.89675 304.8718Q103.41238 304.27805 103.41238 303.07492Q103.41238 301.85617 102.928 301.27805Q102.44363 300.69992 101.75613 300.69992Q101.06863 300.69992 100.553 301.3093Q100.053 301.90305 100.053 303.04367ZM106.08425 306.19992L106.08425 299.98117L107.03738 299.98117L107.03738 300.91867Q107.39675 300.26242 107.69363 300.0593Q108.00613 299.84055 108.38113 299.84055Q108.91238 299.84055 109.45925 300.16867L109.09988 301.15305Q108.70925 300.91867 108.33425 300.91867Q107.97488 300.91867 107.69363 301.13742Q107.428 301.34055 107.31863 301.71555Q107.13113 302.27805 107.13113 302.9343L107.13113 306.19992L106.08425 306.19992ZM114.16238 305.4343Q113.56863 305.9343 113.02175 306.13742Q112.4905 306.34055 111.8655 306.34055Q110.83425 306.34055 110.28738 305.84055Q109.7405 305.34055 109.7405 304.5593Q109.7405 304.10617 109.94363 303.73117Q110.14675 303.34055 110.4905 303.1218Q110.83425 302.88742 111.25613 302.77805Q111.553 302.6843 112.19363 302.60617Q113.45925 302.46555 114.06863 302.2468Q114.06863 302.02805 114.06863 301.98117Q114.06863 301.32492 113.77175 301.0593Q113.3655 300.71555 112.56863 300.71555Q111.83425 300.71555 111.47488 300.98117Q111.1155 301.23117 110.94363 301.88742L109.91238 301.7468Q110.053 301.09055 110.38113 300.6843Q110.70925 300.27805 111.31863 300.0593Q111.928 299.84055 112.72488 299.84055Q113.52175 299.84055 114.02175 300.02805Q114.52175 300.21555 114.75613 300.4968Q114.9905 300.77805 115.08425 301.21555Q115.13113 301.48117 115.13113 302.1843L115.13113 303.59055Q115.13113 305.0593 115.19363 305.44992Q115.27175 305.84055 115.47488 306.19992L114.3655 306.19992Q114.20925 305.8718 114.16238 305.4343ZM114.06863 303.07492Q113.4905 303.3093 112.34988 303.48117Q111.69363 303.57492 111.428 303.69992Q111.16238 303.8093 111.00613 304.02805Q110.8655 304.2468 110.8655 304.52805Q110.8655 304.94992 111.178 305.23117Q111.50613 305.51242 112.1155 305.51242Q112.72488 305.51242 113.19363 305.2468Q113.678 304.98117 113.89675 304.51242Q114.06863 304.15305 114.06863 303.46555L114.06863 303.07492ZM117.08425 306.19992L117.08425 299.98117L118.03738 299.98117L118.03738 300.91867Q118.39675 300.26242 118.69363 300.0593Q119.00613 299.84055 119.38113 299.84055Q119.91238 299.84055 120.45925 300.16867L120.09988 301.15305Q119.70925 300.91867 119.33425 300.91867Q118.97488 300.91867 118.69363 301.13742Q118.428 301.34055 118.31863 301.71555Q118.13113 302.27805 118.13113 302.9343L118.13113 306.19992L117.08425 306.19992ZM121.09988 298.82492L121.09988 297.60617L122.16238 297.60617L122.16238 298.82492L121.09988 298.82492ZM121.09988 306.19992L121.09988 299.98117L122.16238 299.98117L122.16238 306.19992L121.09988 306.19992ZM128.34988 304.19992L129.44363 304.32492Q129.19363 305.27805 128.49051 305.8093Q127.78738 306.34055 126.70925 306.34055Q125.34988 306.34055 124.53738 305.4968Q123.7405 304.65305 123.7405 303.13742Q123.7405 301.57492 124.553 300.71555Q125.3655 299.84055 126.64675 299.84055Q127.89675 299.84055 128.67801 300.6843Q129.47488 301.52805 129.47488 303.07492Q129.47488 303.16867 129.47488 303.35617L124.83425 303.35617Q124.89675 304.38742 125.41238 304.9343Q125.928 305.46555 126.70925 305.46555Q127.28738 305.46555 127.69363 305.16867Q128.11551 304.85617 128.34988 304.19992ZM124.89675 302.4968L128.36551 302.4968Q128.30301 301.69992 127.97488 301.3093Q127.45925 300.69992 126.66238 300.69992Q125.928 300.69992 125.428 301.1843Q124.94363 301.66867 124.89675 302.4968ZM130.67801 304.34055L131.70926 304.1843Q131.80301 304.8093 132.19363 305.13742Q132.59988 305.46555 133.33426 305.46555Q134.05301 305.46555 134.39676 305.1843Q134.75613 304.88742 134.75613 304.48117Q134.75613 304.1218 134.44363 303.91867Q134.22488 303.77805 133.36551 303.5593Q132.20926 303.26242 131.75613 303.0593Q131.31863 302.84055 131.08426 302.46555Q130.84988 302.09055 130.84988 301.6218Q130.84988 301.21555 131.03738 300.85617Q131.22488 300.4968 131.55301 300.26242Q131.80301 300.09055 132.22488 299.96555Q132.64676 299.84055 133.14676 299.84055Q133.86551 299.84055 134.41238 300.0593Q134.97488 300.26242 135.24051 300.6218Q135.50613 300.98117 135.59988 301.57492L134.56863 301.71555Q134.50613 301.2468 134.16238 300.98117Q133.83426 300.69992 133.20926 300.69992Q132.49051 300.69992 132.17801 300.94992Q131.86551 301.1843 131.86551 301.51242Q131.86551 301.71555 131.99051 301.8718Q132.13113 302.04367 132.39676 302.15305Q132.55301 302.21555 133.33426 302.41867Q134.45926 302.73117 134.89676 302.91867Q135.33426 303.10617 135.58426 303.46555Q135.83426 303.82492 135.83426 304.3718Q135.83426 304.90305 135.52176 305.3718Q135.22488 305.82492 134.64676 306.09055Q134.06863 306.34055 133.33426 306.34055Q132.11551 306.34055 131.47488 305.84055Q130.84988 305.32492 130.67801 304.34055Z" fill-rule="nonzero"/><path fill="#666666" d="M35.256126 345.4387L35.256126 344.4387L38.881126 344.42307L38.881126 347.61057Q38.053 348.28244 37.162376 348.6262Q36.27175 348.9543 35.33425 348.9543Q34.068626 348.9543 33.02175 348.42307Q31.9905 347.8762 31.45925 346.86057Q30.943624 345.8293 30.943624 344.5637Q30.943624 343.29807 31.45925 342.21994Q31.9905 341.1262 32.974876 340.61057Q33.95925 340.0793 35.2405 340.0793Q36.178 340.0793 36.928 340.3762Q37.678 340.67307 38.099876 341.21994Q38.537376 341.7512 38.756126 342.6262L37.7405 342.90744Q37.537376 342.2512 37.2405 341.8762Q36.95925 341.5012 36.428 341.28244Q35.89675 341.04807 35.256126 341.04807Q34.474876 341.04807 33.89675 341.28244Q33.33425 341.5168 32.974876 341.90744Q32.631126 342.29807 32.443626 342.7668Q32.1155 343.5637 32.1155 344.48557Q32.1155 345.6418 32.506126 346.42307Q32.912376 347.1887 33.662376 347.5637Q34.412376 347.9387 35.27175 347.9387Q36.006126 347.9387 36.70925 347.65744Q37.412376 347.36057 37.77175 347.04807L37.77175 345.4387L35.256126 345.4387ZM39.70925 345.7043Q39.70925 343.96994 40.662376 343.1418Q41.45925 342.4543 42.6155 342.4543Q43.89675 342.4543 44.70925 343.29807Q45.537376 344.1262 45.537376 345.61057Q45.537376 346.8137 45.178 347.5012Q44.818626 348.1887 44.1155 348.5793Q43.428 348.9543 42.6155 348.9543Q41.318626 348.9543 40.506126 348.1262Q39.70925 347.28244 39.70925 345.7043ZM40.787376 345.7043Q40.787376 346.8918 41.303 347.48557Q41.83425 348.0793 42.6155 348.0793Q43.412376 348.0793 43.928 347.48557Q44.443626 346.8918 44.443626 345.67307Q44.443626 344.5168 43.912376 343.92307Q43.39675 343.3293 42.6155 343.3293Q41.83425 343.3293 41.303 343.92307Q40.787376 344.5012 40.787376 345.7043ZM50.099876 341.4387L50.099876 340.21994L51.162376 340.21994L51.162376 341.4387L50.099876 341.4387ZM50.099876 348.8137L50.099876 342.59494L51.162376 342.59494L51.162376 348.8137L50.099876 348.8137ZM52.678 346.9543L53.70925 346.79807Q53.803 347.42307 54.193626 347.7512Q54.599876 348.0793 55.33425 348.0793Q56.053 348.0793 56.39675 347.79807Q56.756126 347.5012 56.756126 347.09494Q56.756126 346.73557 56.443626 346.53244Q56.224876 346.3918 55.3655 346.17307Q54.20925 345.8762 53.756126 345.67307Q53.318626 345.4543 53.08425 345.0793Q52.849876 344.7043 52.849876 344.23557Q52.849876 343.8293 53.037376 343.46994Q53.224876 343.11057 53.553 342.8762Q53.803 342.7043 54.224876 342.5793Q54.64675 342.4543 55.14675 342.4543Q55.8655 342.4543 56.412376 342.67307Q56.974876 342.8762 57.2405 343.23557Q57.506126 343.59494 57.599876 344.1887L56.568626 344.3293Q56.506126 343.86057 56.162376 343.59494Q55.83425 343.3137 55.20925 343.3137Q54.4905 343.3137 54.178 343.5637Q53.8655 343.79807 53.8655 344.1262Q53.8655 344.3293 53.9905 344.48557Q54.131126 344.65744 54.39675 344.7668Q54.553 344.8293 55.33425 345.03244Q56.45925 345.34494 56.89675 345.53244Q57.33425 345.71994 57.58425 346.0793Q57.83425 346.4387 57.83425 346.98557Q57.83425 347.5168 57.52175 347.98557Q57.224876 348.4387 56.64675 348.7043Q56.068626 348.9543 55.33425 348.9543Q54.1155 348.9543 53.474876 348.4543Q52.849876 347.9387 52.678 346.9543ZM59.099876 348.8137L59.099876 342.59494L60.037376 342.59494L60.037376 343.46994Q60.724876 342.4543 62.02175 342.4543Q62.58425 342.4543 63.053 342.65744Q63.537376 342.86057 63.77175 343.1887Q64.00613 343.5168 64.09988 343.9543Q64.14675 344.2512 64.14675 344.98557L64.14675 348.8137L63.099876 348.8137L63.099876 345.03244Q63.099876 344.3762 62.974876 344.0637Q62.849876 343.7512 62.537376 343.5637Q62.224876 343.36057 61.803 343.36057Q61.131126 343.36057 60.631126 343.79807Q60.14675 344.21994 60.14675 345.40744L60.14675 348.8137L59.099876 348.8137ZM66.09988 343.2668L65.83425 341.65744L65.83425 340.21994L67.03738 340.21994L67.03738 341.65744L66.75613 343.2668L66.09988 343.2668ZM70.39675 347.8762L70.553 348.79807Q70.09988 348.8918 69.75613 348.8918Q69.178 348.8918 68.8655 348.71994Q68.553 348.53244 68.41238 348.23557Q68.28738 347.9387 68.28738 346.98557L68.28738 343.40744L67.52175 343.40744L67.52175 342.59494L68.28738 342.59494L68.28738 341.04807L69.33425 340.42307L69.33425 342.59494L70.39675 342.59494L70.39675 343.40744L69.33425 343.40744L69.33425 347.04807Q69.33425 347.5012 69.38113 347.6262Q69.44363 347.7512 69.56863 347.8293Q69.69363 347.90744 69.928 347.90744Q70.1155 347.90744 70.39675 347.8762ZM78.16238 348.04807Q77.56863 348.54807 77.02175 348.7512Q76.4905 348.9543 75.8655 348.9543Q74.83425 348.9543 74.28738 348.4543Q73.7405 347.9543 73.7405 347.17307Q73.7405 346.71994 73.94363 346.34494Q74.14675 345.9543 74.4905 345.73557Q74.83425 345.5012 75.25613 345.3918Q75.553 345.29807 76.19363 345.21994Q77.45925 345.0793 78.06863 344.86057Q78.06863 344.6418 78.06863 344.59494Q78.06863 343.9387 77.77175 343.67307Q77.3655 343.3293 76.56863 343.3293Q75.83425 343.3293 75.47488 343.59494Q75.1155 343.84494 74.94363 344.5012L73.91238 344.36057Q74.053 343.7043 74.38113 343.29807Q74.70925 342.8918 75.31863 342.67307Q75.928 342.4543 76.72488 342.4543Q77.52175 342.4543 78.02175 342.6418Q78.52175 342.8293 78.75613 343.11057Q78.9905 343.3918 79.08425 343.8293Q79.13113 344.09494 79.13113 344.79807L79.13113 346.2043Q79.13113 347.67307 79.19363 348.0637Q79.27175 348.4543 79.47488 348.8137L78.3655 348.8137Q78.20925 348.48557 78.16238 348.04807ZM78.06863 345.6887Q77.4905 345.92307 76.34988 346.09494Q75.69363 346.1887 75.428 346.3137Q75.16238 346.42307 75.00613 346.6418Q74.8655 346.86057 74.8655 347.1418Q74.8655 347.5637 75.178 347.84494Q75.50613 348.1262 76.1155 348.1262Q76.72488 348.1262 77.19363 347.86057Q77.678 347.59494 77.89675 347.1262Q78.06863 346.7668 78.06863 346.0793L78.06863 345.6887ZM81.09988 351.2043L81.09988 342.59494L82.053 342.59494L82.053 343.3918Q82.39675 342.92307 82.81863 342.6887Q83.25613 342.4543 83.8655 342.4543Q84.66238 342.4543 85.27175 342.86057Q85.88113 343.2668 86.178 344.0168Q86.4905 344.7668 86.4905 345.65744Q86.4905 346.61057 86.14675 347.3762Q85.81863 348.1418 85.16238 348.54807Q84.50613 348.9543 83.78738 348.9543Q83.25613 348.9543 82.83425 348.73557Q82.41238 348.5012 82.14675 348.17307L82.14675 351.2043L81.09988 351.2043ZM82.053 345.73557Q82.053 346.9387 82.53738 347.5168Q83.02175 348.0793 83.70925 348.0793Q84.41238 348.0793 84.91238 347.48557Q85.41238 346.8918 85.41238 345.6418Q85.41238 344.4543 84.928 343.8762Q84.44363 343.28244 83.75613 343.28244Q83.08425 343.28244 82.56863 343.90744Q82.053 344.53244 82.053 345.73557ZM88.09988 351.2043L88.09988 342.59494L89.053 342.59494L89.053 343.3918Q89.39675 342.92307 89.81863 342.6887Q90.25613 342.4543 90.8655 342.4543Q91.66238 342.4543 92.27175 342.86057Q92.88113 343.2668 93.178 344.0168Q93.4905 344.7668 93.4905 345.65744Q93.4905 346.61057 93.14675 347.3762Q92.81863 348.1418 92.16238 348.54807Q91.50613 348.9543 90.78738 348.9543Q90.25613 348.9543 89.83425 348.73557Q89.41238 348.5012 89.14675 348.17307L89.14675 351.2043L88.09988 351.2043ZM89.053 345.73557Q89.053 346.9387 89.53738 347.5168Q90.02175 348.0793 90.70925 348.0793Q91.41238 348.0793 91.91238 347.48557Q92.41238 346.8918 92.41238 345.6418Q92.41238 344.4543 91.928 343.8762Q91.44363 343.28244 90.75613 343.28244Q90.08425 343.28244 89.56863 343.90744Q89.053 344.53244 89.053 345.73557ZM95.08425 348.8137L95.08425 342.59494L96.03738 342.59494L96.03738 343.53244Q96.39675 342.8762 96.69363 342.67307Q97.00613 342.4543 97.38113 342.4543Q97.91238 342.4543 98.45925 342.78244L98.09988 343.7668Q97.70925 343.53244 97.33425 343.53244Q96.97488 343.53244 96.69363 343.7512Q96.428 343.9543 96.31863 344.3293Q96.13113 344.8918 96.13113 345.54807L96.13113 348.8137L95.08425 348.8137ZM98.70925 345.7043Q98.70925 343.96994 99.66238 343.1418Q100.45925 342.4543 101.6155 342.4543Q102.89675 342.4543 103.70925 343.29807Q104.53738 344.1262 104.53738 345.61057Q104.53738 346.8137 104.178 347.5012Q103.81863 348.1887 103.1155 348.5793Q102.428 348.9543 101.6155 348.9543Q100.31863 348.9543 99.50613 348.1262Q98.70925 347.28244 98.70925 345.7043ZM99.78738 345.7043Q99.78738 346.8918 100.303 347.48557Q100.83425 348.0793 101.6155 348.0793Q102.41238 348.0793 102.928 347.48557Q103.44363 346.8918 103.44363 345.67307Q103.44363 344.5168 102.91238 343.92307Q102.39675 343.3293 101.6155 343.3293Q100.83425 343.3293 100.303 343.92307Q99.78738 344.5012 99.78738 345.7043ZM106.09988 351.2043L106.09988 342.59494L107.053 342.59494L107.053 343.3918Q107.39675 342.92307 107.81863 342.6887Q108.25613 342.4543 108.8655 342.4543Q109.66238 342.4543 110.27175 342.86057Q110.88113 343.2668 111.178 344.0168Q111.4905 344.7668 111.4905 345.65744Q111.4905 346.61057 111.14675 347.3762Q110.81863 348.1418 110.16238 348.54807Q109.50613 348.9543 108.78738 348.9543Q108.25613 348.9543 107.83425 348.73557Q107.41238 348.5012 107.14675 348.17307L107.14675 351.2043L106.09988 351.2043ZM107.053 345.73557Q107.053 346.9387 107.53738 347.5168Q108.02175 348.0793 108.70925 348.0793Q109.41238 348.0793 109.91238 347.48557Q110.41238 346.8918 110.41238 345.6418Q110.41238 344.4543 109.928 343.8762Q109.44363 343.28244 108.75613 343.28244Q108.08425 343.28244 107.56863 343.90744Q107.053 344.53244 107.053 345.73557ZM113.08425 348.8137L113.08425 342.59494L114.03738 342.59494L114.03738 343.53244Q114.39675 342.8762 114.69363 342.67307Q115.00613 342.4543 115.38113 342.4543Q115.91238 342.4543 116.45925 342.78244L116.09988 343.7668Q115.70925 343.53244 115.33425 343.53244Q114.97488 343.53244 114.69363 343.7512Q114.428 343.9543 114.31863 344.3293Q114.13113 344.8918 114.13113 345.54807L114.13113 348.8137L113.08425 348.8137ZM117.09988 341.4387L117.09988 340.21994L118.16238 340.21994L118.16238 341.4387L117.09988 341.4387ZM117.09988 348.8137L117.09988 342.59494L118.16238 342.59494L118.16238 348.8137L117.09988 348.8137ZM124.16238 348.04807Q123.56863 348.54807 123.02175 348.7512Q122.4905 348.9543 121.8655 348.9543Q120.83425 348.9543 120.28738 348.4543Q119.7405 347.9543 119.7405 347.17307Q119.7405 346.71994 119.94363 346.34494Q120.14675 345.9543 120.4905 345.73557Q120.83425 345.5012 121.25613 345.3918Q121.553 345.29807 122.19363 345.21994Q123.45925 345.0793 124.06863 344.86057Q124.06863 344.6418 124.06863 344.59494Q124.06863 343.9387 123.77175 343.67307Q123.3655 343.3293 122.56863 343.3293Q121.83425 343.3293 121.47488 343.59494Q121.1155 343.84494 120.94363 344.5012L119.91238 344.36057Q120.053 343.7043 120.38113 343.29807Q120.70925 342.8918 121.31863 342.67307Q121.928 342.4543 122.72488 342.4543Q123.52175 342.4543 124.02175 342.6418Q124.52175 342.8293 124.75613 343.11057Q124.9905 343.3918 125.08425 343.8293Q125.13113 344.09494 125.13113 344.79807L125.13113 346.2043Q125.13113 347.67307 125.19363 348.0637Q125.27175 348.4543 125.47488 348.8137L124.3655 348.8137Q124.20925 348.48557 124.16238 348.04807ZM124.06863 345.6887Q123.4905 345.92307 122.34988 346.09494Q121.69363 346.1887 121.428 346.3137Q121.16238 346.42307 121.00613 346.6418Q120.8655 346.86057 120.8655 347.1418Q120.8655 347.5637 121.178 347.84494Q121.50613 348.1262 122.1155 348.1262Q122.72488 348.1262 123.19363 347.86057Q123.678 347.59494 123.89675 347.1262Q124.06863 346.7668 124.06863 346.0793L124.06863 345.6887ZM129.39676 347.8762L129.55301 348.79807Q129.09988 348.8918 128.75613 348.8918Q128.17801 348.8918 127.8655 348.71994Q127.553 348.53244 127.41238 348.23557Q127.28738 347.9387 127.28738 346.98557L127.28738 343.40744L126.52175 343.40744L126.52175 342.59494L127.28738 342.59494L127.28738 341.04807L128.33426 340.42307L128.33426 342.59494L129.39676 342.59494L129.39676 343.40744L128.33426 343.40744L128.33426 347.04807Q128.33426 347.5012 128.38113 347.6262Q128.44363 347.7512 128.56863 347.8293Q128.69363 347.90744 128.92801 347.90744Q129.11551 347.90744 129.39676 347.8762ZM134.34987 346.8137L135.44362 346.9387Q135.19362 347.8918 134.4905 348.42307Q133.78737 348.9543 132.70924 348.9543Q131.34987 348.9543 130.53737 348.11057Q129.7405 347.2668 129.7405 345.7512Q129.7405 344.1887 130.553 343.3293Q131.3655 342.4543 132.64674 342.4543Q133.89674 342.4543 134.678 343.29807Q135.47487 344.1418 135.47487 345.6887Q135.47487 345.78244 135.47487 345.96994L130.83424 345.96994Q130.89674 347.0012 131.41237 347.54807Q131.928 348.0793 132.70924 348.0793Q133.28737 348.0793 133.69362 347.78244Q134.1155 347.46994 134.34987 346.8137ZM130.89674 345.11057L134.3655 345.11057Q134.303 344.3137 133.97487 343.92307Q133.45924 343.3137 132.66237 343.3137Q131.928 343.3137 131.428 343.79807Q130.94362 344.28244 130.89674 345.11057Z" fill-rule="nonzero"/><path fill="#666666" d="M30.349874 362.8137L30.349874 357.40744L29.412374 357.40744L29.412374 356.59494L30.349874 356.59494L30.349874 355.92307Q30.349874 355.29807 30.45925 355.0012Q30.6155 354.5793 30.9905 354.3293Q31.381124 354.0793 32.068626 354.0793Q32.52175 354.0793 33.053 354.1887L32.89675 355.09494Q32.568626 355.04807 32.27175 355.04807Q31.787374 355.04807 31.58425 355.2512Q31.39675 355.4543 31.39675 356.0168L31.39675 356.59494L32.6155 356.59494L32.6155 357.40744L31.39675 357.40744L31.39675 362.8137L30.349874 362.8137ZM32.70925 359.7043Q32.70925 357.96994 33.662376 357.1418Q34.45925 356.4543 35.6155 356.4543Q36.89675 356.4543 37.70925 357.29807Q38.537376 358.1262 38.537376 359.61057Q38.537376 360.8137 38.178 361.5012Q37.818626 362.1887 37.1155 362.5793Q36.428 362.9543 35.6155 362.9543Q34.318626 362.9543 33.506126 362.1262Q32.70925 361.28244 32.70925 359.7043ZM33.787376 359.7043Q33.787376 360.8918 34.303 361.48557Q34.83425 362.0793 35.6155 362.0793Q36.412376 362.0793 36.928 361.48557Q37.443626 360.8918 37.443626 359.67307Q37.443626 358.5168 36.912376 357.92307Q36.39675 357.3293 35.6155 357.3293Q34.83425 357.3293 34.303 357.92307Q33.787376 358.5012 33.787376 359.7043ZM40.08425 362.8137L40.08425 356.59494L41.037376 356.59494L41.037376 357.53244Q41.39675 356.8762 41.693626 356.67307Q42.006126 356.4543 42.381126 356.4543Q42.912376 356.4543 43.45925 356.78244L43.099876 357.7668Q42.70925 357.53244 42.33425 357.53244Q41.974876 357.53244 41.693626 357.7512Q41.428 357.9543 41.318626 358.3293Q41.131126 358.8918 41.131126 359.54807L41.131126 362.8137L40.08425 362.8137ZM48.2405 362.8137L46.33425 356.59494L47.428 356.59494L48.412376 360.1887L48.787376 361.5168Q48.818626 361.42307 49.1155 360.23557L50.099876 356.59494L51.178 356.59494L52.1155 360.2043L52.428 361.3918L52.787376 360.1887L53.849876 356.59494L54.881126 356.59494L52.928 362.8137L51.83425 362.8137L50.849876 359.0793L50.599876 358.03244L49.349876 362.8137L48.2405 362.8137ZM56.099876 362.8137L56.099876 354.21994L57.14675 354.21994L57.14675 357.29807Q57.881126 356.4543 59.006126 356.4543Q59.70925 356.4543 60.20925 356.73557Q60.724876 357.0012 60.943626 357.48557Q61.162376 357.9543 61.162376 358.8762L61.162376 362.8137L60.1155 362.8137L60.1155 358.8762Q60.1155 358.0793 59.77175 357.71994Q59.428 357.36057 58.803 357.36057Q58.33425 357.36057 57.912376 357.61057Q57.506126 357.84494 57.318626 358.2668Q57.14675 358.67307 57.14675 359.40744L57.14675 362.8137L56.099876 362.8137ZM67.16238 362.04807Q66.56863 362.54807 66.02175 362.7512Q65.4905 362.9543 64.8655 362.9543Q63.83425 362.9543 63.287376 362.4543Q62.7405 361.9543 62.7405 361.17307Q62.7405 360.71994 62.943626 360.34494Q63.14675 359.9543 63.4905 359.73557Q63.83425 359.5012 64.25613 359.3918Q64.553 359.29807 65.19363 359.21994Q66.45925 359.0793 67.06863 358.86057Q67.06863 358.6418 67.06863 358.59494Q67.06863 357.9387 66.77175 357.67307Q66.3655 357.3293 65.56863 357.3293Q64.83425 357.3293 64.47488 357.59494Q64.1155 357.84494 63.943626 358.5012L62.912376 358.36057Q63.053 357.7043 63.381126 357.29807Q63.70925 356.8918 64.31863 356.67307Q64.928 356.4543 65.72488 356.4543Q66.52175 356.4543 67.02175 356.6418Q67.52175 356.8293 67.75613 357.11057Q67.9905 357.3918 68.08425 357.8293Q68.13113 358.09494 68.13113 358.79807L68.13113 360.2043Q68.13113 361.67307 68.19363 362.0637Q68.27175 362.4543 68.47488 362.8137L67.3655 362.8137Q67.20925 362.48557 67.16238 362.04807ZM67.06863 359.6887Q66.4905 359.92307 65.34988 360.09494Q64.69363 360.1887 64.428 360.3137Q64.16238 360.42307 64.00613 360.6418Q63.8655 360.86057 63.8655 361.1418Q63.8655 361.5637 64.178 361.84494Q64.50613 362.1262 65.1155 362.1262Q65.72488 362.1262 66.19363 361.86057Q66.678 361.59494 66.89675 361.1262Q67.06863 360.7668 67.06863 360.0793L67.06863 359.6887ZM72.39675 361.8762L72.553 362.79807Q72.09988 362.8918 71.75613 362.8918Q71.178 362.8918 70.8655 362.71994Q70.553 362.53244 70.41238 362.23557Q70.28738 361.9387 70.28738 360.98557L70.28738 357.40744L69.52175 357.40744L69.52175 356.59494L70.28738 356.59494L70.28738 355.04807L71.33425 354.42307L71.33425 356.59494L72.39675 356.59494L72.39675 357.40744L71.33425 357.40744L71.33425 361.04807Q71.33425 361.5012 71.38113 361.6262Q71.44363 361.7512 71.56863 361.8293Q71.69363 361.90744 71.928 361.90744Q72.1155 361.90744 72.39675 361.8762ZM76.428 362.8137L76.428 354.21994L77.553 354.21994L77.553 362.8137L76.428 362.8137ZM79.09988 357.2668L78.83425 355.65744L78.83425 354.21994L80.03738 354.21994L80.03738 355.65744L79.75613 357.2668L79.09988 357.2668ZM81.09988 362.8137L81.09988 356.59494L82.03738 356.59494L82.03738 357.46994Q82.33425 357.0012 82.81863 356.73557Q83.303 356.4543 83.928 356.4543Q84.6155 356.4543 85.053 356.73557Q85.50613 357.0168 85.678 357.53244Q86.428 356.4543 87.59988 356.4543Q88.53738 356.4543 89.02175 356.96994Q89.52175 357.46994 89.52175 358.54807L89.52175 362.8137L88.47488 362.8137L88.47488 358.8918Q88.47488 358.2668 88.3655 357.98557Q88.27175 357.7043 88.00613 357.53244Q87.7405 357.36057 87.3655 357.36057Q86.70925 357.36057 86.27175 357.79807Q85.84988 358.23557 85.84988 359.2043L85.84988 362.8137L84.78738 362.8137L84.78738 358.7668Q84.78738 358.0637 84.52175 357.71994Q84.27175 357.36057 83.69363 357.36057Q83.2405 357.36057 82.8655 357.59494Q82.4905 357.8293 82.31863 358.28244Q82.14675 358.73557 82.14675 359.5793L82.14675 362.8137L81.09988 362.8137ZM95.2405 362.8137L93.33425 356.59494L94.428 356.59494L95.41238 360.1887L95.78738 361.5168Q95.81863 361.42307 96.1155 360.23557L97.09988 356.59494L98.178 356.59494L99.1155 360.2043L99.428 361.3918L99.78738 360.1887L100.84988 356.59494L101.88113 356.59494L99.928 362.8137L98.83425 362.8137L97.84988 359.0793L97.59988 358.03244L96.34988 362.8137L95.2405 362.8137ZM102.70925 359.7043Q102.70925 357.96994 103.66238 357.1418Q104.45925 356.4543 105.6155 356.4543Q106.89675 356.4543 107.70925 357.29807Q108.53738 358.1262 108.53738 359.61057Q108.53738 360.8137 108.178 361.5012Q107.81863 362.1887 107.1155 362.5793Q106.428 362.9543 105.6155 362.9543Q104.31863 362.9543 103.50613 362.1262Q102.70925 361.28244 102.70925 359.7043ZM103.78738 359.7043Q103.78738 360.8918 104.303 361.48557Q104.83425 362.0793 105.6155 362.0793Q106.41238 362.0793 106.928 361.48557Q107.44363 360.8918 107.44363 359.67307Q107.44363 358.5168 106.91238 357.92307Q106.39675 357.3293 105.6155 357.3293Q104.83425 357.3293 104.303 357.92307Q103.78738 358.5012 103.78738 359.7043ZM110.08425 362.8137L110.08425 356.59494L111.03738 356.59494L111.03738 357.53244Q111.39675 356.8762 111.69363 356.67307Q112.00613 356.4543 112.38113 356.4543Q112.91238 356.4543 113.45925 356.78244L113.09988 357.7668Q112.70925 357.53244 112.33425 357.53244Q111.97488 357.53244 111.69363 357.7512Q111.428 357.9543 111.31863 358.3293Q111.13113 358.8918 111.13113 359.54807L111.13113 362.8137L110.08425 362.8137ZM114.09988 362.8137L114.09988 354.21994L115.16238 354.21994L115.16238 359.1262L117.64675 356.59494L119.02175 356.59494L116.63113 358.8918L119.25613 362.8137L117.95925 362.8137L115.89675 359.6262L115.16238 360.34494L115.16238 362.8137L114.09988 362.8137ZM120.09988 355.4387L120.09988 354.21994L121.16238 354.21994L121.16238 355.4387L120.09988 355.4387ZM120.09988 362.8137L120.09988 356.59494L121.16238 356.59494L121.16238 362.8137L120.09988 362.8137ZM123.09988 362.8137L123.09988 356.59494L124.03738 356.59494L124.03738 357.46994Q124.72488 356.4543 126.02175 356.4543Q126.58425 356.4543 127.053 356.65744Q127.53738 356.86057 127.77175 357.1887Q128.00613 357.5168 128.09988 357.9543Q128.14676 358.2512 128.14676 358.98557L128.14676 362.8137L127.09988 362.8137L127.09988 359.03244Q127.09988 358.3762 126.97488 358.0637Q126.84988 357.7512 126.53738 357.5637Q126.22488 357.36057 125.803 357.36057Q125.13113 357.36057 124.63113 357.79807Q124.14675 358.21994 124.14675 359.40744L124.14675 362.8137L123.09988 362.8137ZM129.89674 363.3293L130.928 363.48557Q130.9905 363.9543 131.28737 364.17307Q131.678 364.46994 132.34987 364.46994Q133.08424 364.46994 133.47487 364.17307Q133.88112 363.8762 134.02174 363.36057Q134.1155 363.03244 134.09987 362.0012Q133.41237 362.8137 132.38112 362.8137Q131.09987 362.8137 130.39674 361.8918Q129.69362 360.9543 129.69362 359.67307Q129.69362 358.78244 130.00612 358.03244Q130.33424 357.2668 130.94362 356.86057Q131.553 356.4543 132.38112 356.4543Q133.4905 356.4543 134.20924 357.34494L134.20924 356.59494L135.178 356.59494L135.178 361.96994Q135.178 363.42307 134.88112 364.03244Q134.58424 364.6418 133.94362 364.98557Q133.303 365.34494 132.3655 365.34494Q131.25612 365.34494 130.56862 364.84494Q129.88112 364.34494 129.89674 363.3293ZM130.77174 359.59494Q130.77174 360.8137 131.25612 361.3762Q131.7405 361.9387 132.47487 361.9387Q133.20924 361.9387 133.69362 361.3762Q134.19362 360.8137 134.19362 359.6262Q134.19362 358.48557 133.678 357.90744Q133.178 357.3293 132.45924 357.3293Q131.75612 357.3293 131.25612 357.90744Q130.77174 358.46994 130.77174 359.59494Z" fill-rule="nonzero"/><path fill="#666666" d="M122.70925 373.7043Q122.70925 371.96994 123.66238 371.1418Q124.45925 370.4543 125.6155 370.4543Q126.89675 370.4543 127.70925 371.29807Q128.53738 372.1262 128.53738 373.61057Q128.53738 374.8137 128.17801 375.5012Q127.81863 376.1887 127.1155 376.5793Q126.428 376.9543 125.6155 376.9543Q124.31863 376.9543 123.50613 376.1262Q122.70925 375.28244 122.70925 373.7043ZM123.78738 373.7043Q123.78738 374.8918 124.303 375.48557Q124.83425 376.0793 125.6155 376.0793Q126.41238 376.0793 126.928 375.48557Q127.44363 374.8918 127.44363 373.67307Q127.44363 372.5168 126.91238 371.92307Q126.39675 371.3293 125.6155 371.3293Q124.83425 371.3293 124.303 371.92307Q123.78738 372.5012 123.78738 373.7043ZM130.09988 376.8137L130.09988 370.59494L131.03738 370.59494L131.03738 371.46994Q131.72488 370.4543 133.02176 370.4543Q133.58426 370.4543 134.05301 370.65744Q134.53738 370.86057 134.77176 371.1887Q135.00613 371.5168 135.09988 371.9543Q135.14676 372.2512 135.14676 372.98557L135.14676 376.8137L134.09988 376.8137L134.09988 373.03244Q134.09988 372.3762 133.97488 372.0637Q133.84988 371.7512 133.53738 371.5637Q133.22488 371.36057 132.80301 371.36057Q132.13113 371.36057 131.63113 371.79807Q131.14676 372.21994 131.14676 373.40744L131.14676 376.8137L130.09988 376.8137Z" fill-rule="nonzero"/><path fill="#666666" d="M56.256126 416.05243L56.256126 415.05243L59.881126 415.0368L59.881126 418.2243Q59.053 418.89618 58.162376 419.23993Q57.27175 419.56805 56.33425 419.56805Q55.068626 419.56805 54.02175 419.0368Q52.9905 418.48993 52.45925 417.4743Q51.943626 416.44305 51.943626 415.17743Q51.943626 413.9118 52.45925 412.83368Q52.9905 411.73993 53.974876 411.2243Q54.95925 410.69305 56.2405 410.69305Q57.178 410.69305 57.928 410.98993Q58.678 411.2868 59.099876 411.83368Q59.537376 412.36493 59.756126 413.23993L58.7405 413.52118Q58.537376 412.86493 58.2405 412.48993Q57.95925 412.11493 57.428 411.89618Q56.89675 411.6618 56.256126 411.6618Q55.474876 411.6618 54.89675 411.89618Q54.33425 412.13055 53.974876 412.52118Q53.631126 412.9118 53.443626 413.38055Q53.1155 414.17743 53.1155 415.0993Q53.1155 416.25555 53.506126 417.0368Q53.912376 417.80243 54.662376 418.17743Q55.412376 418.55243 56.27175 418.55243Q57.006126 418.55243 57.70925 418.27118Q58.412376 417.9743 58.77175 417.6618L58.77175 416.05243L56.256126 416.05243ZM60.70925 416.31805Q60.70925 414.58368 61.662376 413.75555Q62.45925 413.06805 63.6155 413.06805Q64.89675 413.06805 65.70925 413.9118Q66.53738 414.73993 66.53738 416.2243Q66.53738 417.42743 66.178 418.11493Q65.81863 418.80243 65.1155 419.19305Q64.428 419.56805 63.6155 419.56805Q62.318626 419.56805 61.506126 418.73993Q60.70925 417.89618 60.70925 416.31805ZM61.787376 416.31805Q61.787376 417.50555 62.303 418.0993Q62.83425 418.69305 63.6155 418.69305Q64.41238 418.69305 64.928 418.0993Q65.44363 417.50555 65.44363 416.2868Q65.44363 415.13055 64.91238 414.5368Q64.39675 413.94305 63.6155 413.94305Q62.83425 413.94305 62.303 414.5368Q61.787376 415.11493 61.787376 416.31805ZM71.06863 419.42743L71.06863 410.83368L72.13113 410.83368L72.13113 419.42743L71.06863 419.42743ZM78.16238 418.6618Q77.56863 419.1618 77.02175 419.36493Q76.4905 419.56805 75.8655 419.56805Q74.83425 419.56805 74.28738 419.06805Q73.7405 418.56805 73.7405 417.7868Q73.7405 417.33368 73.94363 416.95868Q74.14675 416.56805 74.4905 416.3493Q74.83425 416.11493 75.25613 416.00555Q75.553 415.9118 76.19363 415.83368Q77.45925 415.69305 78.06863 415.4743Q78.06863 415.25555 78.06863 415.20868Q78.06863 414.55243 77.77175 414.2868Q77.3655 413.94305 76.56863 413.94305Q75.83425 413.94305 75.47488 414.20868Q75.1155 414.45868 74.94363 415.11493L73.91238 414.9743Q74.053 414.31805 74.38113 413.9118Q74.70925 413.50555 75.31863 413.2868Q75.928 413.06805 76.72488 413.06805Q77.52175 413.06805 78.02175 413.25555Q78.52175 413.44305 78.75613 413.7243Q78.9905 414.00555 79.08425 414.44305Q79.13113 414.70868 79.13113 415.4118L79.13113 416.81805Q79.13113 418.2868 79.19363 418.67743Q79.27175 419.06805 79.47488 419.42743L78.3655 419.42743Q78.20925 419.0993 78.16238 418.6618ZM78.06863 416.30243Q77.4905 416.5368 76.34988 416.70868Q75.69363 416.80243 75.428 416.92743Q75.16238 417.0368 75.00613 417.25555Q74.8655 417.4743 74.8655 417.75555Q74.8655 418.17743 75.178 418.45868Q75.50613 418.73993 76.1155 418.73993Q76.72488 418.73993 77.19363 418.4743Q77.678 418.20868 77.89675 417.73993Q78.06863 417.38055 78.06863 416.69305L78.06863 416.30243ZM85.16238 417.14618L86.19363 417.2868Q86.02175 418.3493 85.31863 418.95868Q84.6155 419.56805 83.59988 419.56805Q82.31863 419.56805 81.53738 418.73993Q80.77175 417.89618 80.77175 416.33368Q80.77175 415.33368 81.09988 414.58368Q81.44363 413.81805 82.1155 413.44305Q82.803 413.06805 83.6155 413.06805Q84.6155 413.06805 85.25613 413.58368Q85.91238 414.08368 86.09988 415.0368L85.06863 415.19305Q84.928 414.56805 84.553 414.25555Q84.178 413.92743 83.64675 413.92743Q82.84988 413.92743 82.34988 414.50555Q81.84988 415.06805 81.84988 416.30243Q81.84988 417.56805 82.33425 418.13055Q82.81863 418.69305 83.58425 418.69305Q84.20925 418.69305 84.6155 418.31805Q85.03738 417.94305 85.16238 417.14618ZM87.09988 419.42743L87.09988 410.83368L88.16238 410.83368L88.16238 415.73993L90.64675 413.20868L92.02175 413.20868L89.63113 415.50555L92.25613 419.42743L90.95925 419.42743L88.89675 416.23993L88.16238 416.95868L88.16238 419.42743L87.09988 419.42743ZM92.678 417.56805L93.70925 417.4118Q93.803 418.0368 94.19363 418.36493Q94.59988 418.69305 95.33425 418.69305Q96.053 418.69305 96.39675 418.4118Q96.75613 418.11493 96.75613 417.70868Q96.75613 417.3493 96.44363 417.14618Q96.22488 417.00555 95.3655 416.7868Q94.20925 416.48993 93.75613 416.2868Q93.31863 416.06805 93.08425 415.69305Q92.84988 415.31805 92.84988 414.8493Q92.84988 414.44305 93.03738 414.08368Q93.22488 413.7243 93.553 413.48993Q93.803 413.31805 94.22488 413.19305Q94.64675 413.06805 95.14675 413.06805Q95.8655 413.06805 96.41238 413.2868Q96.97488 413.48993 97.2405 413.8493Q97.50613 414.20868 97.59988 414.80243L96.56863 414.94305Q96.50613 414.4743 96.16238 414.20868Q95.83425 413.92743 95.20925 413.92743Q94.4905 413.92743 94.178 414.17743Q93.8655 414.4118 93.8655 414.73993Q93.8655 414.94305 93.9905 415.0993Q94.13113 415.27118 94.39675 415.38055Q94.553 415.44305 95.33425 415.64618Q96.45925 415.95868 96.89675 416.14618Q97.33425 416.33368 97.58425 416.69305Q97.83425 417.05243 97.83425 417.5993Q97.83425 418.13055 97.52175 418.5993Q97.22488 419.05243 96.64675 419.31805Q96.06863 419.56805 95.33425 419.56805Q94.1155 419.56805 93.47488 419.06805Q92.84988 418.55243 92.678 417.56805ZM106.16238 417.14618L107.19363 417.2868Q107.02175 418.3493 106.31863 418.95868Q105.6155 419.56805 104.59988 419.56805Q103.31863 419.56805 102.53738 418.73993Q101.77175 417.89618 101.77175 416.33368Q101.77175 415.33368 102.09988 414.58368Q102.44363 413.81805 103.1155 413.44305Q103.803 413.06805 104.6155 413.06805Q105.6155 413.06805 106.25613 413.58368Q106.91238 414.08368 107.09988 415.0368L106.06863 415.19305Q105.928 414.56805 105.553 414.25555Q105.178 413.92743 104.64675 413.92743Q103.84988 413.92743 103.34988 414.50555Q102.84988 415.06805 102.84988 416.30243Q102.84988 417.56805 103.33425 418.13055Q103.81863 418.69305 104.58425 418.69305Q105.20925 418.69305 105.6155 418.31805Q106.03738 417.94305 106.16238 417.14618ZM108.08425 419.42743L108.08425 413.20868L109.03738 413.20868L109.03738 414.14618Q109.39675 413.48993 109.69363 413.2868Q110.00613 413.06805 110.38113 413.06805Q110.91238 413.06805 111.45925 413.39618L111.09988 414.38055Q110.70925 414.14618 110.33425 414.14618Q109.97488 414.14618 109.69363 414.36493Q109.428 414.56805 109.31863 414.94305Q109.13113 415.50555 109.13113 416.1618L109.13113 419.42743L108.08425 419.42743ZM112.09988 412.05243L112.09988 410.83368L113.16238 410.83368L113.16238 412.05243L112.09988 412.05243ZM112.09988 419.42743L112.09988 413.20868L113.16238 413.20868L113.16238 419.42743L112.09988 419.42743ZM117.39675 418.48993L117.553 419.4118Q117.09988 419.50555 116.75613 419.50555Q116.178 419.50555 115.8655 419.33368Q115.553 419.14618 115.41238 418.8493Q115.28738 418.55243 115.28738 417.5993L115.28738 414.02118L114.52175 414.02118L114.52175 413.20868L115.28738 413.20868L115.28738 411.6618L116.33425 411.0368L116.33425 413.20868L117.39675 413.20868L117.39675 414.02118L116.33425 414.02118L116.33425 417.6618Q116.33425 418.11493 116.38113 418.23993Q116.44363 418.36493 116.56863 418.44305Q116.69363 418.52118 116.928 418.52118Q117.1155 418.52118 117.39675 418.48993ZM118.09988 412.05243L118.09988 410.83368L119.16238 410.83368L119.16238 412.05243L118.09988 412.05243ZM118.09988 419.42743L118.09988 413.20868L119.16238 413.20868L119.16238 419.42743L118.09988 419.42743ZM125.16238 417.14618L126.19363 417.2868Q126.02175 418.3493 125.31863 418.95868Q124.6155 419.56805 123.59988 419.56805Q122.31863 419.56805 121.53738 418.73993Q120.77175 417.89618 120.77175 416.33368Q120.77175 415.33368 121.09988 414.58368Q121.44363 413.81805 122.1155 413.44305Q122.803 413.06805 123.6155 413.06805Q124.6155 413.06805 125.25613 413.58368Q125.91238 414.08368 126.09988 415.0368L125.06863 415.19305Q124.928 414.56805 124.553 414.25555Q124.178 413.92743 123.64675 413.92743Q122.84988 413.92743 122.34988 414.50555Q121.84988 415.06805 121.84988 416.30243Q121.84988 417.56805 122.33425 418.13055Q122.81863 418.69305 123.58425 418.69305Q124.20925 418.69305 124.6155 418.31805Q125.03738 417.94305 125.16238 417.14618ZM131.16238 418.6618Q130.56863 419.1618 130.02176 419.36493Q129.49051 419.56805 128.86551 419.56805Q127.83425 419.56805 127.28738 419.06805Q126.7405 418.56805 126.7405 417.7868Q126.7405 417.33368 126.94363 416.95868Q127.14675 416.56805 127.4905 416.3493Q127.83425 416.11493 128.25613 416.00555Q128.55301 415.9118 129.19363 415.83368Q130.45926 415.69305 131.06863 415.4743Q131.06863 415.25555 131.06863 415.20868Q131.06863 414.55243 130.77176 414.2868Q130.36551 413.94305 129.56863 413.94305Q128.83426 413.94305 128.47488 414.20868Q128.11551 414.45868 127.94363 415.11493L126.91238 414.9743Q127.053 414.31805 127.38113 413.9118Q127.70925 413.50555 128.31863 413.2868Q128.92801 413.06805 129.72488 413.06805Q130.52176 413.06805 131.02176 413.25555Q131.52176 413.44305 131.75613 413.7243Q131.99051 414.00555 132.08426 414.44305Q132.13113 414.70868 132.13113 415.4118L132.13113 416.81805Q132.13113 418.2868 132.19363 418.67743Q132.27176 419.06805 132.47488 419.42743L131.36551 419.42743Q131.20926 419.0993 131.16238 418.6618ZM131.06863 416.30243Q130.49051 416.5368 129.34988 416.70868Q128.69363 416.80243 128.42801 416.92743Q128.16238 417.0368 128.00613 417.25555Q127.8655 417.4743 127.8655 417.75555Q127.8655 418.17743 128.17801 418.45868Q128.50613 418.73993 129.11551 418.73993Q129.72488 418.73993 130.19363 418.4743Q130.67801 418.20868 130.89676 417.73993Q131.06863 417.38055 131.06863 416.69305L131.06863 416.30243ZM134.06863 419.42743L134.06863 410.83368L135.13113 410.83368L135.13113 419.42743L134.06863 419.42743Z" fill-rule="nonzero"/><path fill="#666666" d="M113.39675 432.48993L113.553 433.4118Q113.09988 433.50555 112.75613 433.50555Q112.178 433.50555 111.8655 433.33368Q111.553 433.14618 111.41238 432.8493Q111.28738 432.55243 111.28738 431.5993L111.28738 428.02118L110.52175 428.02118L110.52175 427.20868L111.28738 427.20868L111.28738 425.6618L112.33425 425.0368L112.33425 427.20868L113.39675 427.20868L113.39675 428.02118L112.33425 428.02118L112.33425 431.6618Q112.33425 432.11493 112.38113 432.23993Q112.44363 432.36493 112.56863 432.44305Q112.69363 432.52118 112.928 432.52118Q113.1155 432.52118 113.39675 432.48993ZM113.70925 430.31805Q113.70925 428.58368 114.66238 427.75555Q115.45925 427.06805 116.6155 427.06805Q117.89675 427.06805 118.70925 427.9118Q119.53738 428.73993 119.53738 430.2243Q119.53738 431.42743 119.178 432.11493Q118.81863 432.80243 118.1155 433.19305Q117.428 433.56805 116.6155 433.56805Q115.31863 433.56805 114.50613 432.73993Q113.70925 431.89618 113.70925 430.31805ZM114.78738 430.31805Q114.78738 431.50555 115.303 432.0993Q115.83425 432.69305 116.6155 432.69305Q117.41238 432.69305 117.928 432.0993Q118.44363 431.50555 118.44363 430.2868Q118.44363 429.13055 117.91238 428.5368Q117.39675 427.94305 116.6155 427.94305Q115.83425 427.94305 115.303 428.5368Q114.78738 429.11493 114.78738 430.31805ZM120.70925 430.31805Q120.70925 428.58368 121.66238 427.75555Q122.45925 427.06805 123.6155 427.06805Q124.89675 427.06805 125.70925 427.9118Q126.53738 428.73993 126.53738 430.2243Q126.53738 431.42743 126.178 432.11493Q125.81863 432.80243 125.1155 433.19305Q124.428 433.56805 123.6155 433.56805Q122.31863 433.56805 121.50613 432.73993Q120.70925 431.89618 120.70925 430.31805ZM121.78738 430.31805Q121.78738 431.50555 122.303 432.0993Q122.83425 432.69305 123.6155 432.69305Q124.41238 432.69305 124.928 432.0993Q125.44363 431.50555 125.44363 430.2868Q125.44363 429.13055 124.91238 428.5368Q124.39675 427.94305 123.6155 427.94305Q122.83425 427.94305 122.303 428.5368Q121.78738 429.11493 121.78738 430.31805ZM128.06863 433.42743L128.06863 424.83368L129.13113 424.83368L129.13113 433.42743L128.06863 433.42743ZM130.67801 431.56805L131.70926 431.4118Q131.80301 432.0368 132.19363 432.36493Q132.59988 432.69305 133.33426 432.69305Q134.05301 432.69305 134.39676 432.4118Q134.75613 432.11493 134.75613 431.70868Q134.75613 431.3493 134.44363 431.14618Q134.22488 431.00555 133.36551 430.7868Q132.20926 430.48993 131.75613 430.2868Q131.31863 430.06805 131.08426 429.69305Q130.84988 429.31805 130.84988 428.8493Q130.84988 428.44305 131.03738 428.08368Q131.22488 427.7243 131.55301 427.48993Q131.80301 427.31805 132.22488 427.19305Q132.64676 427.06805 133.14676 427.06805Q133.86551 427.06805 134.41238 427.2868Q134.97488 427.48993 135.24051 427.8493Q135.50613 428.20868 135.59988 428.80243L134.56863 428.94305Q134.50613 428.4743 134.16238 428.20868Q133.83426 427.92743 133.20926 427.92743Q132.49051 427.92743 132.17801 428.17743Q131.86551 428.4118 131.86551 428.73993Q131.86551 428.94305 131.99051 429.0993Q132.13113 429.27118 132.39676 429.38055Q132.55301 429.44305 133.33426 429.64618Q134.45926 429.95868 134.89676 430.14618Q135.33426 430.33368 135.58426 430.69305Q135.83426 431.05243 135.83426 431.5993Q135.83426 432.13055 135.52176 432.5993Q135.22488 433.05243 134.64676 433.31805Q134.06863 433.56805 133.33426 433.56805Q132.11551 433.56805 131.47488 433.06805Q130.84988 432.55243 130.67801 431.56805Z" fill-rule="nonzero"/><path fill="#666666" d="M73.22488 476.0412L73.22488 467.44745L74.38113 467.44745L78.89675 474.19745L78.89675 467.44745L79.9905 467.44745L79.9905 476.0412L78.81863 476.0412L74.303 469.2912L74.303 476.0412L73.22488 476.0412ZM81.70925 472.93182Q81.70925 471.19745 82.66238 470.36932Q83.45925 469.68182 84.6155 469.68182Q85.89675 469.68182 86.70925 470.52557Q87.53738 471.3537 87.53738 472.83807Q87.53738 474.0412 87.178 474.7287Q86.81863 475.4162 86.1155 475.80682Q85.428 476.18182 84.6155 476.18182Q83.31863 476.18182 82.50613 475.3537Q81.70925 474.50995 81.70925 472.93182ZM82.78738 472.93182Q82.78738 474.11932 83.303 474.71307Q83.83425 475.30682 84.6155 475.30682Q85.41238 475.30682 85.928 474.71307Q86.44363 474.11932 86.44363 472.90057Q86.44363 471.74432 85.91238 471.15057Q85.39675 470.55682 84.6155 470.55682Q83.83425 470.55682 83.303 471.15057Q82.78738 471.7287 82.78738 472.93182ZM91.39675 475.1037L91.553 476.02557Q91.09988 476.11932 90.75613 476.11932Q90.178 476.11932 89.8655 475.94745Q89.553 475.75995 89.41238 475.46307Q89.28738 475.1662 89.28738 474.21307L89.28738 470.63495L88.52175 470.63495L88.52175 469.82245L89.28738 469.82245L89.28738 468.27557L90.33425 467.65057L90.33425 469.82245L91.39675 469.82245L91.39675 470.63495L90.33425 470.63495L90.33425 474.27557Q90.33425 474.7287 90.38113 474.8537Q90.44363 474.9787 90.56863 475.05682Q90.69363 475.13495 90.928 475.13495Q91.1155 475.13495 91.39675 475.1037ZM99.34988 474.0412L100.44363 474.1662Q100.19363 475.11932 99.4905 475.65057Q98.78738 476.18182 97.70925 476.18182Q96.34988 476.18182 95.53738 475.33807Q94.7405 474.49432 94.7405 472.9787Q94.7405 471.4162 95.553 470.55682Q96.3655 469.68182 97.64675 469.68182Q98.89675 469.68182 99.678 470.52557Q100.47488 471.36932 100.47488 472.9162Q100.47488 473.00995 100.47488 473.19745L95.83425 473.19745Q95.89675 474.2287 96.41238 474.77557Q96.928 475.30682 97.70925 475.30682Q98.28738 475.30682 98.69363 475.00995Q99.1155 474.69745 99.34988 474.0412ZM95.89675 472.33807L99.3655 472.33807Q99.303 471.5412 98.97488 471.15057Q98.45925 470.5412 97.66238 470.5412Q96.928 470.5412 96.428 471.02557Q95.94363 471.50995 95.89675 472.33807ZM102.09988 476.0412L102.09988 469.82245L103.03738 469.82245L103.03738 470.69745Q103.72488 469.68182 105.02175 469.68182Q105.58425 469.68182 106.053 469.88495Q106.53738 470.08807 106.77175 470.4162Q107.00613 470.74432 107.09988 471.18182Q107.14675 471.4787 107.14675 472.21307L107.14675 476.0412L106.09988 476.0412L106.09988 472.25995Q106.09988 471.6037 105.97488 471.2912Q105.84988 470.9787 105.53738 470.7912Q105.22488 470.58807 104.803 470.58807Q104.13113 470.58807 103.63113 471.02557Q103.14675 471.44745 103.14675 472.63495L103.14675 476.0412L102.09988 476.0412ZM108.70925 472.93182Q108.70925 471.19745 109.66238 470.36932Q110.45925 469.68182 111.6155 469.68182Q112.89675 469.68182 113.70925 470.52557Q114.53738 471.3537 114.53738 472.83807Q114.53738 474.0412 114.178 474.7287Q113.81863 475.4162 113.1155 475.80682Q112.428 476.18182 111.6155 476.18182Q110.31863 476.18182 109.50613 475.3537Q108.70925 474.50995 108.70925 472.93182ZM109.78738 472.93182Q109.78738 474.11932 110.303 474.71307Q110.83425 475.30682 111.6155 475.30682Q112.41238 475.30682 112.928 474.71307Q113.44363 474.11932 113.44363 472.90057Q113.44363 471.74432 112.91238 471.15057Q112.39675 470.55682 111.6155 470.55682Q110.83425 470.55682 110.303 471.15057Q109.78738 471.7287 109.78738 472.93182ZM120.178 476.0412L120.178 475.11932Q119.44363 476.18182 118.19363 476.18182Q117.64675 476.18182 117.16238 475.9787Q116.69363 475.75995 116.45925 475.44745Q116.22488 475.11932 116.13113 474.65057Q116.06863 474.3537 116.06863 473.6662L116.06863 469.82245L117.13113 469.82245L117.13113 473.27557Q117.13113 474.08807 117.19363 474.38495Q117.28738 474.7912 117.59988 475.0412Q117.928 475.27557 118.41238 475.27557Q118.88113 475.27557 119.28738 475.0412Q119.70925 474.7912 119.88113 474.36932Q120.06863 473.94745 120.06863 473.15057L120.06863 469.82245L121.1155 469.82245L121.1155 476.0412L120.178 476.0412ZM122.89675 476.55682L123.928 476.71307Q123.9905 477.18182 124.28738 477.40057Q124.678 477.69745 125.34988 477.69745Q126.08425 477.69745 126.47488 477.40057Q126.88113 477.1037 127.02175 476.58807Q127.1155 476.25995 127.09988 475.2287Q126.41238 476.0412 125.38113 476.0412Q124.09988 476.0412 123.39675 475.11932Q122.69363 474.18182 122.69363 472.90057Q122.69363 472.00995 123.00613 471.25995Q123.33425 470.49432 123.94363 470.08807Q124.553 469.68182 125.38113 469.68182Q126.4905 469.68182 127.20925 470.57245L127.20925 469.82245L128.17801 469.82245L128.17801 475.19745Q128.17801 476.65057 127.88113 477.25995Q127.58425 477.86932 126.94363 478.21307Q126.303 478.57245 125.3655 478.57245Q124.25613 478.57245 123.56863 478.07245Q122.88113 477.57245 122.89675 476.55682ZM123.77175 472.82245Q123.77175 474.0412 124.25613 474.6037Q124.7405 475.1662 125.47488 475.1662Q126.20925 475.1662 126.69363 474.6037Q127.19363 474.0412 127.19363 472.8537Q127.19363 471.71307 126.678 471.13495Q126.178 470.55682 125.45925 470.55682Q124.75613 470.55682 124.25613 471.13495Q123.77175 471.69745 123.77175 472.82245ZM130.09988 476.0412L130.09988 467.44745L131.14676 467.44745L131.14676 470.52557Q131.88113 469.68182 133.00613 469.68182Q133.70926 469.68182 134.20926 469.96307Q134.72488 470.2287 134.94363 470.71307Q135.16238 471.18182 135.16238 472.1037L135.16238 476.0412L134.11551 476.0412L134.11551 472.1037Q134.11551 471.30682 133.77176 470.94745Q133.42801 470.58807 132.80301 470.58807Q132.33426 470.58807 131.91238 470.83807Q131.50613 471.07245 131.31863 471.49432Q131.14676 471.90057 131.14676 472.63495L131.14676 476.0412L130.09988 476.0412Z" fill-rule="nonzero"/><path fill="#666666" d="M29.349874 488.0412L30.443624 488.1662Q30.193624 489.11932 29.4905 489.65057Q28.787374 490.18182 27.70925 490.18182Q26.349874 490.18182 25.537374 489.33807Q24.7405 488.49432 24.7405 486.9787Q24.7405 485.4162 25.553 484.55682Q26.3655 483.68182 27.64675 483.68182Q28.89675 483.68182 29.678 484.52557Q30.474874 485.36932 30.474874 486.9162Q30.474874 487.00995 30.474874 487.19745L25.83425 487.19745Q25.89675 488.2287 26.412374 488.77557Q26.928 489.30682 27.70925 489.30682Q28.287374 489.30682 28.693624 489.00995Q29.1155 488.69745 29.349874 488.0412ZM25.89675 486.33807L29.3655 486.33807Q29.303 485.5412 28.974874 485.15057Q28.45925 484.5412 27.662374 484.5412Q26.928 484.5412 26.428 485.02557Q25.943624 485.50995 25.89675 486.33807ZM36.131126 490.0412L36.131126 489.25995Q35.537376 490.18182 34.39675 490.18182Q33.64675 490.18182 33.02175 489.77557Q32.39675 489.3537 32.053 488.61932Q31.70925 487.88495 31.70925 486.93182Q31.70925 486.00995 32.02175 485.24432Q32.33425 484.4787 32.95925 484.08807Q33.58425 483.68182 34.349876 483.68182Q34.912376 483.68182 35.349876 483.9162Q35.787376 484.15057 36.068626 484.52557L36.068626 481.44745L37.1155 481.44745L37.1155 490.0412L36.131126 490.0412ZM32.803 486.93182Q32.803 488.13495 33.303 488.7287Q33.803 489.30682 34.4905 489.30682Q35.178 489.30682 35.662376 488.74432Q36.14675 488.18182 36.14675 487.02557Q36.14675 485.74432 35.64675 485.15057Q35.162376 484.55682 34.443626 484.55682Q33.7405 484.55682 33.27175 485.13495Q32.803 485.69745 32.803 486.93182ZM43.178 490.0412L43.178 489.11932Q42.443626 490.18182 41.193626 490.18182Q40.64675 490.18182 40.162376 489.9787Q39.693626 489.75995 39.45925 489.44745Q39.224876 489.11932 39.131126 488.65057Q39.068626 488.3537 39.068626 487.6662L39.068626 483.82245L40.131126 483.82245L40.131126 487.27557Q40.131126 488.08807 40.193626 488.38495Q40.287376 488.7912 40.599876 489.0412Q40.928 489.27557 41.412376 489.27557Q41.881126 489.27557 42.287376 489.0412Q42.70925 488.7912 42.881126 488.36932Q43.068626 487.94745 43.068626 487.15057L43.068626 483.82245L44.1155 483.82245L44.1155 490.0412L43.178 490.0412ZM50.162376 487.75995L51.193626 487.90057Q51.02175 488.96307 50.318626 489.57245Q49.6155 490.18182 48.599876 490.18182Q47.318626 490.18182 46.537376 489.3537Q45.77175 488.50995 45.77175 486.94745Q45.77175 485.94745 46.099876 485.19745Q46.443626 484.43182 47.1155 484.05682Q47.803 483.68182 48.6155 483.68182Q49.6155 483.68182 50.256126 484.19745Q50.912376 484.69745 51.099876 485.65057L50.068626 485.80682Q49.928 485.18182 49.553 484.86932Q49.178 484.5412 48.64675 484.5412Q47.849876 484.5412 47.349876 485.11932Q46.849876 485.68182 46.849876 486.9162Q46.849876 488.18182 47.33425 488.74432Q47.818626 489.30682 48.58425 489.30682Q49.20925 489.30682 49.6155 488.93182Q50.037376 488.55682 50.162376 487.75995ZM56.162376 489.27557Q55.568626 489.77557 55.02175 489.9787Q54.4905 490.18182 53.8655 490.18182Q52.83425 490.18182 52.287376 489.68182Q51.7405 489.18182 51.7405 488.40057Q51.7405 487.94745 51.943626 487.57245Q52.14675 487.18182 52.4905 486.96307Q52.83425 486.7287 53.256126 486.61932Q53.553 486.52557 54.193626 486.44745Q55.45925 486.30682 56.068626 486.08807Q56.068626 485.86932 56.068626 485.82245Q56.068626 485.1662 55.77175 484.90057Q55.3655 484.55682 54.568626 484.55682Q53.83425 484.55682 53.474876 484.82245Q53.1155 485.07245 52.943626 485.7287L51.912376 485.58807Q52.053 484.93182 52.381126 484.52557Q52.70925 484.11932 53.318626 483.90057Q53.928 483.68182 54.724876 483.68182Q55.52175 483.68182 56.02175 483.86932Q56.52175 484.05682 56.756126 484.33807Q56.9905 484.61932 57.08425 485.05682Q57.131126 485.32245 57.131126 486.02557L57.131126 487.43182Q57.131126 488.90057 57.193626 489.2912Q57.27175 489.68182 57.474876 490.0412L56.3655 490.0412Q56.20925 489.71307 56.162376 489.27557ZM56.068626 486.9162Q55.4905 487.15057 54.349876 487.32245Q53.693626 487.4162 53.428 487.5412Q53.162376 487.65057 53.006126 487.86932Q52.8655 488.08807 52.8655 488.36932Q52.8655 488.7912 53.178 489.07245Q53.506126 489.3537 54.1155 489.3537Q54.724876 489.3537 55.193626 489.08807Q55.678 488.82245 55.89675 488.3537Q56.068626 487.99432 56.068626 487.30682L56.068626 486.9162ZM61.39675 489.1037L61.553 490.02557Q61.099876 490.11932 60.756126 490.11932Q60.178 490.11932 59.8655 489.94745Q59.553 489.75995 59.412376 489.46307Q59.287376 489.1662 59.287376 488.21307L59.287376 484.63495L58.52175 484.63495L58.52175 483.82245L59.287376 483.82245L59.287376 482.27557L60.33425 481.65057L60.33425 483.82245L61.39675 483.82245L61.39675 484.63495L60.33425 484.63495L60.33425 488.27557Q60.33425 488.7287 60.381126 488.8537Q60.443626 488.9787 60.568626 489.05682Q60.693626 489.13495 60.928 489.13495Q61.1155 489.13495 61.39675 489.1037ZM62.099876 482.6662L62.099876 481.44745L63.162376 481.44745L63.162376 482.6662L62.099876 482.6662ZM62.099876 490.0412L62.099876 483.82245L63.162376 483.82245L63.162376 490.0412L62.099876 490.0412ZM64.70925 486.93182Q64.70925 485.19745 65.66238 484.36932Q66.45925 483.68182 67.6155 483.68182Q68.89675 483.68182 69.70925 484.52557Q70.53738 485.3537 70.53738 486.83807Q70.53738 488.0412 70.178 488.7287Q69.81863 489.4162 69.1155 489.80682Q68.428 490.18182 67.6155 490.18182Q66.31863 490.18182 65.50613 489.3537Q64.70925 488.50995 64.70925 486.93182ZM65.78738 486.93182Q65.78738 488.11932 66.303 488.71307Q66.83425 489.30682 67.6155 489.30682Q68.41238 489.30682 68.928 488.71307Q69.44363 488.11932 69.44363 486.90057Q69.44363 485.74432 68.91238 485.15057Q68.39675 484.55682 67.6155 484.55682Q66.83425 484.55682 66.303 485.15057Q65.78738 485.7287 65.78738 486.93182ZM72.09988 490.0412L72.09988 483.82245L73.03738 483.82245L73.03738 484.69745Q73.72488 483.68182 75.02175 483.68182Q75.58425 483.68182 76.053 483.88495Q76.53738 484.08807 76.77175 484.4162Q77.00613 484.74432 77.09988 485.18182Q77.14675 485.4787 77.14675 486.21307L77.14675 490.0412L76.09988 490.0412L76.09988 486.25995Q76.09988 485.6037 75.97488 485.2912Q75.84988 484.9787 75.53738 484.7912Q75.22488 484.58807 74.803 484.58807Q74.13113 484.58807 73.63113 485.02557Q73.14675 485.44745 73.14675 486.63495L73.14675 490.0412L72.09988 490.0412ZM81.70925 486.93182Q81.70925 485.19745 82.66238 484.36932Q83.45925 483.68182 84.6155 483.68182Q85.89675 483.68182 86.70925 484.52557Q87.53738 485.3537 87.53738 486.83807Q87.53738 488.0412 87.178 488.7287Q86.81863 489.4162 86.1155 489.80682Q85.428 490.18182 84.6155 490.18182Q83.31863 490.18182 82.50613 489.3537Q81.70925 488.50995 81.70925 486.93182ZM82.78738 486.93182Q82.78738 488.11932 83.303 488.71307Q83.83425 489.30682 84.6155 489.30682Q85.41238 489.30682 85.928 488.71307Q86.44363 488.11932 86.44363 486.90057Q86.44363 485.74432 85.91238 485.15057Q85.39675 484.55682 84.6155 484.55682Q83.83425 484.55682 83.303 485.15057Q82.78738 485.7287 82.78738 486.93182ZM89.08425 490.0412L89.08425 483.82245L90.03738 483.82245L90.03738 484.75995Q90.39675 484.1037 90.69363 483.90057Q91.00613 483.68182 91.38113 483.68182Q91.91238 483.68182 92.45925 484.00995L92.09988 484.99432Q91.70925 484.75995 91.33425 484.75995Q90.97488 484.75995 90.69363 484.9787Q90.428 485.18182 90.31863 485.55682Q90.13113 486.11932 90.13113 486.77557L90.13113 490.0412L89.08425 490.0412ZM95.678 488.18182L96.70925 488.02557Q96.803 488.65057 97.19363 488.9787Q97.59988 489.30682 98.33425 489.30682Q99.053 489.30682 99.39675 489.02557Q99.75613 488.7287 99.75613 488.32245Q99.75613 487.96307 99.44363 487.75995Q99.22488 487.61932 98.3655 487.40057Q97.20925 487.1037 96.75613 486.90057Q96.31863 486.68182 96.08425 486.30682Q95.84988 485.93182 95.84988 485.46307Q95.84988 485.05682 96.03738 484.69745Q96.22488 484.33807 96.553 484.1037Q96.803 483.93182 97.22488 483.80682Q97.64675 483.68182 98.14675 483.68182Q98.8655 483.68182 99.41238 483.90057Q99.97488 484.1037 100.2405 484.46307Q100.50613 484.82245 100.59988 485.4162L99.56863 485.55682Q99.50613 485.08807 99.16238 484.82245Q98.83425 484.5412 98.20925 484.5412Q97.4905 484.5412 97.178 484.7912Q96.8655 485.02557 96.8655 485.3537Q96.8655 485.55682 96.9905 485.71307Q97.13113 485.88495 97.39675 485.99432Q97.553 486.05682 98.33425 486.25995Q99.45925 486.57245 99.89675 486.75995Q100.33425 486.94745 100.58425 487.30682Q100.83425 487.6662 100.83425 488.21307Q100.83425 488.74432 100.52175 489.21307Q100.22488 489.6662 99.64675 489.93182Q99.06863 490.18182 98.33425 490.18182Q97.1155 490.18182 96.47488 489.68182Q95.84988 489.1662 95.678 488.18182ZM106.178 490.0412L106.178 489.11932Q105.44363 490.18182 104.19363 490.18182Q103.64675 490.18182 103.16238 489.9787Q102.69363 489.75995 102.45925 489.44745Q102.22488 489.11932 102.13113 488.65057Q102.06863 488.3537 102.06863 487.6662L102.06863 483.82245L103.13113 483.82245L103.13113 487.27557Q103.13113 488.08807 103.19363 488.38495Q103.28738 488.7912 103.59988 489.0412Q103.928 489.27557 104.41238 489.27557Q104.88113 489.27557 105.28738 489.0412Q105.70925 488.7912 105.88113 488.36932Q106.06863 487.94745 106.06863 487.15057L106.06863 483.82245L107.1155 483.82245L107.1155 490.0412L106.178 490.0412ZM109.09988 492.43182L109.09988 483.82245L110.053 483.82245L110.053 484.61932Q110.39675 484.15057 110.81863 483.9162Q111.25613 483.68182 111.8655 483.68182Q112.66238 483.68182 113.27175 484.08807Q113.88113 484.49432 114.178 485.24432Q114.4905 485.99432 114.4905 486.88495Q114.4905 487.83807 114.14675 488.6037Q113.81863 489.36932 113.16238 489.77557Q112.50613 490.18182 111.78738 490.18182Q111.25613 490.18182 110.83425 489.96307Q110.41238 489.7287 110.14675 489.40057L110.14675 492.43182L109.09988 492.43182ZM110.053 486.96307Q110.053 488.1662 110.53738 488.74432Q111.02175 489.30682 111.70925 489.30682Q112.41238 489.30682 112.91238 488.71307Q113.41238 488.11932 113.41238 486.86932Q113.41238 485.68182 112.928 485.1037Q112.44363 484.50995 111.75613 484.50995Q111.08425 484.50995 110.56863 485.13495Q110.053 485.75995 110.053 486.96307ZM116.09988 492.43182L116.09988 483.82245L117.053 483.82245L117.053 484.61932Q117.39675 484.15057 117.81863 483.9162Q118.25613 483.68182 118.8655 483.68182Q119.66238 483.68182 120.27175 484.08807Q120.88113 484.49432 121.178 485.24432Q121.4905 485.99432 121.4905 486.88495Q121.4905 487.83807 121.14675 488.6037Q120.81863 489.36932 120.16238 489.77557Q119.50613 490.18182 118.78738 490.18182Q118.25613 490.18182 117.83425 489.96307Q117.41238 489.7287 117.14675 489.40057L117.14675 492.43182L116.09988 492.43182ZM117.053 486.96307Q117.053 488.1662 117.53738 488.74432Q118.02175 489.30682 118.70925 489.30682Q119.41238 489.30682 119.91238 488.71307Q120.41238 488.11932 120.41238 486.86932Q120.41238 485.68182 119.928 485.1037Q119.44363 484.50995 118.75613 484.50995Q118.08425 484.50995 117.56863 485.13495Q117.053 485.75995 117.053 486.96307ZM122.70925 486.93182Q122.70925 485.19745 123.66238 484.36932Q124.45925 483.68182 125.6155 483.68182Q126.89675 483.68182 127.70925 484.52557Q128.53738 485.3537 128.53738 486.83807Q128.53738 488.0412 128.17801 488.7287Q127.81863 489.4162 127.1155 489.80682Q126.428 490.18182 125.6155 490.18182Q124.31863 490.18182 123.50613 489.3537Q122.70925 488.50995 122.70925 486.93182ZM123.78738 486.93182Q123.78738 488.11932 124.303 488.71307Q124.83425 489.30682 125.6155 489.30682Q126.41238 489.30682 126.928 488.71307Q127.44363 488.11932 127.44363 486.90057Q127.44363 485.74432 126.91238 485.15057Q126.39675 484.55682 125.6155 484.55682Q124.83425 484.55682 124.303 485.15057Q123.78738 485.7287 123.78738 486.93182ZM130.08424 490.0412L130.08424 483.82245L131.03737 483.82245L131.03737 484.75995Q131.39674 484.1037 131.69362 483.90057Q132.00612 483.68182 132.38112 483.68182Q132.91237 483.68182 133.45924 484.00995L133.09987 484.99432Q132.70924 484.75995 132.33424 484.75995Q131.97487 484.75995 131.69362 484.9787Q131.428 485.18182 131.31862 485.55682Q131.13112 486.11932 131.13112 486.77557L131.13112 490.0412L130.08424 490.0412ZM136.39674 489.1037L136.553 490.02557Q136.09987 490.11932 135.75612 490.11932Q135.178 490.11932 134.8655 489.94745Q134.553 489.75995 134.41237 489.46307Q134.28737 489.1662 134.28737 488.21307L134.28737 484.63495L133.52174 484.63495L133.52174 483.82245L134.28737 483.82245L134.28737 482.27557L135.33424 481.65057L135.33424 483.82245L136.39674 483.82245L136.39674 484.63495L135.33424 484.63495L135.33424 488.27557Q135.33424 488.7287 135.38112 488.8537Q135.44362 488.9787 135.56862 489.05682Q135.69362 489.13495 135.928 489.13495Q136.1155 489.13495 136.39674 489.1037Z" fill-rule="nonzero"/><path fill="#666666" d="M83.08425 504.0412L83.08425 497.82245L84.03738 497.82245L84.03738 498.75995Q84.39675 498.1037 84.69363 497.90057Q85.00613 497.68182 85.38113 497.68182Q85.91238 497.68182 86.45925 498.00995L86.09988 498.99432Q85.70925 498.75995 85.33425 498.75995Q84.97488 498.75995 84.69363 498.9787Q84.428 499.18182 84.31863 499.55682Q84.13113 500.11932 84.13113 500.77557L84.13113 504.0412L83.08425 504.0412ZM91.34988 502.0412L92.44363 502.1662Q92.19363 503.11932 91.4905 503.65057Q90.78738 504.18182 89.70925 504.18182Q88.34988 504.18182 87.53738 503.33807Q86.7405 502.49432 86.7405 500.9787Q86.7405 499.4162 87.553 498.55682Q88.3655 497.68182 89.64675 497.68182Q90.89675 497.68182 91.678 498.52557Q92.47488 499.36932 92.47488 500.9162Q92.47488 501.00995 92.47488 501.19745L87.83425 501.19745Q87.89675 502.2287 88.41238 502.77557Q88.928 503.30682 89.70925 503.30682Q90.28738 503.30682 90.69363 503.00995Q91.1155 502.69745 91.34988 502.0412ZM87.89675 500.33807L91.3655 500.33807Q91.303 499.5412 90.97488 499.15057Q90.45925 498.5412 89.66238 498.5412Q88.928 498.5412 88.428 499.02557Q87.94363 499.50995 87.89675 500.33807ZM93.678 502.18182L94.70925 502.02557Q94.803 502.65057 95.19363 502.9787Q95.59988 503.30682 96.33425 503.30682Q97.053 503.30682 97.39675 503.02557Q97.75613 502.7287 97.75613 502.32245Q97.75613 501.96307 97.44363 501.75995Q97.22488 501.61932 96.3655 501.40057Q95.20925 501.1037 94.75613 500.90057Q94.31863 500.68182 94.08425 500.30682Q93.84988 499.93182 93.84988 499.46307Q93.84988 499.05682 94.03738 498.69745Q94.22488 498.33807 94.553 498.1037Q94.803 497.93182 95.22488 497.80682Q95.64675 497.68182 96.14675 497.68182Q96.8655 497.68182 97.41238 497.90057Q97.97488 498.1037 98.2405 498.46307Q98.50613 498.82245 98.59988 499.4162L97.56863 499.55682Q97.50613 499.08807 97.16238 498.82245Q96.83425 498.5412 96.20925 498.5412Q95.4905 498.5412 95.178 498.7912Q94.8655 499.02557 94.8655 499.3537Q94.8655 499.55682 94.9905 499.71307Q95.13113 499.88495 95.39675 499.99432Q95.553 500.05682 96.33425 500.25995Q97.45925 500.57245 97.89675 500.75995Q98.33425 500.94745 98.58425 501.30682Q98.83425 501.6662 98.83425 502.21307Q98.83425 502.74432 98.52175 503.21307Q98.22488 503.6662 97.64675 503.93182Q97.06863 504.18182 96.33425 504.18182Q95.1155 504.18182 94.47488 503.68182Q93.84988 503.1662 93.678 502.18182ZM99.70925 500.93182Q99.70925 499.19745 100.66238 498.36932Q101.45925 497.68182 102.6155 497.68182Q103.89675 497.68182 104.70925 498.52557Q105.53738 499.3537 105.53738 500.83807Q105.53738 502.0412 105.178 502.7287Q104.81863 503.4162 104.1155 503.80682Q103.428 504.18182 102.6155 504.18182Q101.31863 504.18182 100.50613 503.3537Q99.70925 502.50995 99.70925 500.93182ZM100.78738 500.93182Q100.78738 502.11932 101.303 502.71307Q101.83425 503.30682 102.6155 503.30682Q103.41238 503.30682 103.928 502.71307Q104.44363 502.11932 104.44363 500.90057Q104.44363 499.74432 103.91238 499.15057Q103.39675 498.55682 102.6155 498.55682Q101.83425 498.55682 101.303 499.15057Q100.78738 499.7287 100.78738 500.93182ZM111.178 504.0412L111.178 503.11932Q110.44363 504.18182 109.19363 504.18182Q108.64675 504.18182 108.16238 503.9787Q107.69363 503.75995 107.45925 503.44745Q107.22488 503.11932 107.13113 502.65057Q107.06863 502.3537 107.06863 501.6662L107.06863 497.82245L108.13113 497.82245L108.13113 501.27557Q108.13113 502.08807 108.19363 502.38495Q108.28738 502.7912 108.59988 503.0412Q108.928 503.27557 109.41238 503.27557Q109.88113 503.27557 110.28738 503.0412Q110.70925 502.7912 110.88113 502.36932Q111.06863 501.94745 111.06863 501.15057L111.06863 497.82245L112.1155 497.82245L112.1155 504.0412L111.178 504.0412ZM114.08425 504.0412L114.08425 497.82245L115.03738 497.82245L115.03738 498.75995Q115.39675 498.1037 115.69363 497.90057Q116.00613 497.68182 116.38113 497.68182Q116.91238 497.68182 117.45925 498.00995L117.09988 498.99432Q116.70925 498.75995 116.33425 498.75995Q115.97488 498.75995 115.69363 498.9787Q115.428 499.18182 115.31863 499.55682Q115.13113 500.11932 115.13113 500.77557L115.13113 504.0412L114.08425 504.0412ZM122.16238 501.75995L123.19363 501.90057Q123.02175 502.96307 122.31863 503.57245Q121.6155 504.18182 120.59988 504.18182Q119.31863 504.18182 118.53738 503.3537Q117.77175 502.50995 117.77175 500.94745Q117.77175 499.94745 118.09988 499.19745Q118.44363 498.43182 119.1155 498.05682Q119.803 497.68182 120.6155 497.68182Q121.6155 497.68182 122.25613 498.19745Q122.91238 498.69745 123.09988 499.65057L122.06863 499.80682Q121.928 499.18182 121.553 498.86932Q121.178 498.5412 120.64675 498.5412Q119.84988 498.5412 119.34988 499.11932Q118.84988 499.68182 118.84988 500.9162Q118.84988 502.18182 119.33425 502.74432Q119.81863 503.30682 120.58425 503.30682Q121.20925 503.30682 121.6155 502.93182Q122.03738 502.55682 122.16238 501.75995ZM128.34988 502.0412L129.44363 502.1662Q129.19363 503.11932 128.49051 503.65057Q127.78738 504.18182 126.70925 504.18182Q125.34988 504.18182 124.53738 503.33807Q123.7405 502.49432 123.7405 500.9787Q123.7405 499.4162 124.553 498.55682Q125.3655 497.68182 126.64675 497.68182Q127.89675 497.68182 128.67801 498.52557Q129.47488 499.36932 129.47488 500.9162Q129.47488 501.00995 129.47488 501.19745L124.83425 501.19745Q124.89675 502.2287 125.41238 502.77557Q125.928 503.30682 126.70925 503.30682Q127.28738 503.30682 127.69363 503.00995Q128.11551 502.69745 128.34988 502.0412ZM124.89675 500.33807L128.36551 500.33807Q128.30301 499.5412 127.97488 499.15057Q127.45925 498.5412 126.66238 498.5412Q125.928 498.5412 125.428 499.02557Q124.94363 499.50995 124.89675 500.33807ZM130.67801 502.18182L131.70926 502.02557Q131.80301 502.65057 132.19363 502.9787Q132.59988 503.30682 133.33426 503.30682Q134.05301 503.30682 134.39676 503.02557Q134.75613 502.7287 134.75613 502.32245Q134.75613 501.96307 134.44363 501.75995Q134.22488 501.61932 133.36551 501.40057Q132.20926 501.1037 131.75613 500.90057Q131.31863 500.68182 131.08426 500.30682Q130.84988 499.93182 130.84988 499.46307Q130.84988 499.05682 131.03738 498.69745Q131.22488 498.33807 131.55301 498.1037Q131.80301 497.93182 132.22488 497.80682Q132.64676 497.68182 133.14676 497.68182Q133.86551 497.68182 134.41238 497.90057Q134.97488 498.1037 135.24051 498.46307Q135.50613 498.82245 135.59988 499.4162L134.56863 499.55682Q134.50613 499.08807 134.16238 498.82245Q133.83426 498.5412 133.20926 498.5412Q132.49051 498.5412 132.17801 498.7912Q131.86551 499.02557 131.86551 499.3537Q131.86551 499.55682 131.99051 499.71307Q132.13113 499.88495 132.39676 499.99432Q132.55301 500.05682 133.33426 500.25995Q134.45926 500.57245 134.89676 500.75995Q135.33426 500.94745 135.58426 501.30682Q135.83426 501.6662 135.83426 502.21307Q135.83426 502.74432 135.52176 503.21307Q135.22488 503.6662 134.64676 503.93182Q134.06863 504.18182 133.33426 504.18182Q132.11551 504.18182 131.47488 503.68182Q130.84988 503.1662 130.67801 502.18182Z" fill-rule="nonzero"/><path fill="#666666" d="M56.256126 543.2799L56.256126 542.2799L59.881126 542.2643L59.881126 545.4518Q59.053 546.12366 58.162376 546.4674Q57.27175 546.79553 56.33425 546.79553Q55.068626 546.79553 54.02175 546.2643Q52.9905 545.7174 52.45925 544.7018Q51.943626 543.67053 51.943626 542.4049Q51.943626 541.1393 52.45925 540.06116Q52.9905 538.9674 53.974876 538.4518Q54.95925 537.92053 56.2405 537.92053Q57.178 537.92053 57.928 538.2174Q58.678 538.5143 59.099876 539.06116Q59.537376 539.5924 59.756126 540.4674L58.7405 540.74866Q58.537376 540.0924 58.2405 539.7174Q57.95925 539.3424 57.428 539.12366Q56.89675 538.8893 56.256126 538.8893Q55.474876 538.8893 54.89675 539.12366Q54.33425 539.35803 53.974876 539.74866Q53.631126 540.1393 53.443626 540.60803Q53.1155 541.4049 53.1155 542.3268Q53.1155 543.48303 53.506126 544.2643Q53.912376 545.0299 54.662376 545.4049Q55.412376 545.7799 56.27175 545.7799Q57.006126 545.7799 57.70925 545.49866Q58.412376 545.2018 58.77175 544.8893L58.77175 543.2799L56.256126 543.2799ZM60.70925 543.54553Q60.70925 541.81116 61.662376 540.98303Q62.45925 540.29553 63.6155 540.29553Q64.89675 540.29553 65.70925 541.1393Q66.53738 541.9674 66.53738 543.4518Q66.53738 544.6549 66.178 545.3424Q65.81863 546.0299 65.1155 546.42053Q64.428 546.79553 63.6155 546.79553Q62.318626 546.79553 61.506126 545.9674Q60.70925 545.12366 60.70925 543.54553ZM61.787376 543.54553Q61.787376 544.73303 62.303 545.3268Q62.83425 545.92053 63.6155 545.92053Q64.41238 545.92053 64.928 545.3268Q65.44363 544.73303 65.44363 543.5143Q65.44363 542.35803 64.91238 541.7643Q64.39675 541.17053 63.6155 541.17053Q62.83425 541.17053 62.303 541.7643Q61.787376 542.3424 61.787376 543.54553ZM71.06863 546.6549L71.06863 538.06116L72.13113 538.06116L72.13113 546.6549L71.06863 546.6549ZM78.16238 545.8893Q77.56863 546.3893 77.02175 546.5924Q76.4905 546.79553 75.8655 546.79553Q74.83425 546.79553 74.28738 546.29553Q73.7405 545.79553 73.7405 545.0143Q73.7405 544.56116 73.94363 544.18616Q74.14675 543.79553 74.4905 543.5768Q74.83425 543.3424 75.25613 543.23303Q75.553 543.1393 76.19363 543.06116Q77.45925 542.92053 78.06863 542.7018Q78.06863 542.48303 78.06863 542.43616Q78.06863 541.7799 77.77175 541.5143Q77.3655 541.17053 76.56863 541.17053Q75.83425 541.17053 75.47488 541.43616Q75.1155 541.68616 74.94363 542.3424L73.91238 542.2018Q74.053 541.54553 74.38113 541.1393Q74.70925 540.73303 75.31863 540.5143Q75.928 540.29553 76.72488 540.29553Q77.52175 540.29553 78.02175 540.48303Q78.52175 540.67053 78.75613 540.9518Q78.9905 541.23303 79.08425 541.67053Q79.13113 541.93616 79.13113 542.6393L79.13113 544.04553Q79.13113 545.5143 79.19363 545.9049Q79.27175 546.29553 79.47488 546.6549L78.3655 546.6549Q78.20925 546.3268 78.16238 545.8893ZM78.06863 543.5299Q77.4905 543.7643 76.34988 543.93616Q75.69363 544.0299 75.428 544.1549Q75.16238 544.2643 75.00613 544.48303Q74.8655 544.7018 74.8655 544.98303Q74.8655 545.4049 75.178 545.68616Q75.50613 545.9674 76.1155 545.9674Q76.72488 545.9674 77.19363 545.7018Q77.678 545.43616 77.89675 544.9674Q78.06863 544.60803 78.06863 543.92053L78.06863 543.5299ZM85.16238 544.37366L86.19363 544.5143Q86.02175 545.5768 85.31863 546.18616Q84.6155 546.79553 83.59988 546.79553Q82.31863 546.79553 81.53738 545.9674Q80.77175 545.12366 80.77175 543.56116Q80.77175 542.56116 81.09988 541.81116Q81.44363 541.04553 82.1155 540.67053Q82.803 540.29553 83.6155 540.29553Q84.6155 540.29553 85.25613 540.81116Q85.91238 541.31116 86.09988 542.2643L85.06863 542.42053Q84.928 541.79553 84.553 541.48303Q84.178 541.1549 83.64675 541.1549Q82.84988 541.1549 82.34988 541.73303Q81.84988 542.29553 81.84988 543.5299Q81.84988 544.79553 82.33425 545.35803Q82.81863 545.92053 83.58425 545.92053Q84.20925 545.92053 84.6155 545.54553Q85.03738 545.17053 85.16238 544.37366ZM87.09988 546.6549L87.09988 538.06116L88.16238 538.06116L88.16238 542.9674L90.64675 540.43616L92.02175 540.43616L89.63113 542.73303L92.25613 546.6549L90.95925 546.6549L88.89675 543.4674L88.16238 544.18616L88.16238 546.6549L87.09988 546.6549ZM92.678 544.79553L93.70925 544.6393Q93.803 545.2643 94.19363 545.5924Q94.59988 545.92053 95.33425 545.92053Q96.053 545.92053 96.39675 545.6393Q96.75613 545.3424 96.75613 544.93616Q96.75613 544.5768 96.44363 544.37366Q96.22488 544.23303 95.3655 544.0143Q94.20925 543.7174 93.75613 543.5143Q93.31863 543.29553 93.08425 542.92053Q92.84988 542.54553 92.84988 542.0768Q92.84988 541.67053 93.03738 541.31116Q93.22488 540.9518 93.553 540.7174Q93.803 540.54553 94.22488 540.42053Q94.64675 540.29553 95.14675 540.29553Q95.8655 540.29553 96.41238 540.5143Q96.97488 540.7174 97.2405 541.0768Q97.50613 541.43616 97.59988 542.0299L96.56863 542.17053Q96.50613 541.7018 96.16238 541.43616Q95.83425 541.1549 95.20925 541.1549Q94.4905 541.1549 94.178 541.4049Q93.8655 541.6393 93.8655 541.9674Q93.8655 542.17053 93.9905 542.3268Q94.13113 542.49866 94.39675 542.60803Q94.553 542.67053 95.33425 542.87366Q96.45925 543.18616 96.89675 543.37366Q97.33425 543.56116 97.58425 543.92053Q97.83425 544.2799 97.83425 544.8268Q97.83425 545.35803 97.52175 545.8268Q97.22488 546.2799 96.64675 546.54553Q96.06863 546.79553 95.33425 546.79553Q94.1155 546.79553 93.47488 546.29553Q92.84988 545.7799 92.678 544.79553ZM106.16238 544.37366L107.19363 544.5143Q107.02175 545.5768 106.31863 546.18616Q105.6155 546.79553 104.59988 546.79553Q103.31863 546.79553 102.53738 545.9674Q101.77175 545.12366 101.77175 543.56116Q101.77175 542.56116 102.09988 541.81116Q102.44363 541.04553 103.1155 540.67053Q103.803 540.29553 104.6155 540.29553Q105.6155 540.29553 106.25613 540.81116Q106.91238 541.31116 107.09988 542.2643L106.06863 542.42053Q105.928 541.79553 105.553 541.48303Q105.178 541.1549 104.64675 541.1549Q103.84988 541.1549 103.34988 541.73303Q102.84988 542.29553 102.84988 543.5299Q102.84988 544.79553 103.33425 545.35803Q103.81863 545.92053 104.58425 545.92053Q105.20925 545.92053 105.6155 545.54553Q106.03738 545.17053 106.16238 544.37366ZM108.08425 546.6549L108.08425 540.43616L109.03738 540.43616L109.03738 541.37366Q109.39675 540.7174 109.69363 540.5143Q110.00613 540.29553 110.38113 540.29553Q110.91238 540.29553 111.45925 540.62366L111.09988 541.60803Q110.70925 541.37366 110.33425 541.37366Q109.97488 541.37366 109.69363 541.5924Q109.428 541.79553 109.31863 542.17053Q109.13113 542.73303 109.13113 543.3893L109.13113 546.6549L108.08425 546.6549ZM112.09988 539.2799L112.09988 538.06116L113.16238 538.06116L113.16238 539.2799L112.09988 539.2799ZM112.09988 546.6549L112.09988 540.43616L113.16238 540.43616L113.16238 546.6549L112.09988 546.6549ZM117.39675 545.7174L117.553 546.6393Q117.09988 546.73303 116.75613 546.73303Q116.178 546.73303 115.8655 546.56116Q115.553 546.37366 115.41238 546.0768Q115.28738 545.7799 115.28738 544.8268L115.28738 541.24866L114.52175 541.24866L114.52175 540.43616L115.28738 540.43616L115.28738 538.8893L116.33425 538.2643L116.33425 540.43616L117.39675 540.43616L117.39675 541.24866L116.33425 541.24866L116.33425 544.8893Q116.33425 545.3424 116.38113 545.4674Q116.44363 545.5924 116.56863 545.67053Q116.69363 545.74866 116.928 545.74866Q117.1155 545.74866 117.39675 545.7174ZM118.09988 539.2799L118.09988 538.06116L119.16238 538.06116L119.16238 539.2799L118.09988 539.2799ZM118.09988 546.6549L118.09988 540.43616L119.16238 540.43616L119.16238 546.6549L118.09988 546.6549ZM125.16238 544.37366L126.19363 544.5143Q126.02175 545.5768 125.31863 546.18616Q124.6155 546.79553 123.59988 546.79553Q122.31863 546.79553 121.53738 545.9674Q120.77175 545.12366 120.77175 543.56116Q120.77175 542.56116 121.09988 541.81116Q121.44363 541.04553 122.1155 540.67053Q122.803 540.29553 123.6155 540.29553Q124.6155 540.29553 125.25613 540.81116Q125.91238 541.31116 126.09988 542.2643L125.06863 542.42053Q124.928 541.79553 124.553 541.48303Q124.178 541.1549 123.64675 541.1549Q122.84988 541.1549 122.34988 541.73303Q121.84988 542.29553 121.84988 543.5299Q121.84988 544.79553 122.33425 545.35803Q122.81863 545.92053 123.58425 545.92053Q124.20925 545.92053 124.6155 545.54553Q125.03738 545.17053 125.16238 544.37366ZM131.16238 545.8893Q130.56863 546.3893 130.02176 546.5924Q129.49051 546.79553 128.86551 546.79553Q127.83425 546.79553 127.28738 546.29553Q126.7405 545.79553 126.7405 545.0143Q126.7405 544.56116 126.94363 544.18616Q127.14675 543.79553 127.4905 543.5768Q127.83425 543.3424 128.25613 543.23303Q128.55301 543.1393 129.19363 543.06116Q130.45926 542.92053 131.06863 542.7018Q131.06863 542.48303 131.06863 542.43616Q131.06863 541.7799 130.77176 541.5143Q130.36551 541.17053 129.56863 541.17053Q128.83426 541.17053 128.47488 541.43616Q128.11551 541.68616 127.94363 542.3424L126.91238 542.2018Q127.053 541.54553 127.38113 541.1393Q127.70925 540.73303 128.31863 540.5143Q128.92801 540.29553 129.72488 540.29553Q130.52176 540.29553 131.02176 540.48303Q131.52176 540.67053 131.75613 540.9518Q131.99051 541.23303 132.08426 541.67053Q132.13113 541.93616 132.13113 542.6393L132.13113 544.04553Q132.13113 545.5143 132.19363 545.9049Q132.27176 546.29553 132.47488 546.6549L131.36551 546.6549Q131.20926 546.3268 131.16238 545.8893ZM131.06863 543.5299Q130.49051 543.7643 129.34988 543.93616Q128.69363 544.0299 128.42801 544.1549Q128.16238 544.2643 128.00613 544.48303Q127.8655 544.7018 127.8655 544.98303Q127.8655 545.4049 128.17801 545.68616Q128.50613 545.9674 129.11551 545.9674Q129.72488 545.9674 130.19363 545.7018Q130.67801 545.43616 130.89676 544.9674Q131.06863 544.60803 131.06863 543.92053L131.06863 543.5299ZM134.06863 546.6549L134.06863 538.06116L135.13113 538.06116L135.13113 546.6549L134.06863 546.6549Z" fill-rule="nonzero"/><path fill="#666666" d="M68.09988 563.04553L68.09988 554.43616L69.053 554.43616L69.053 555.23303Q69.39675 554.7643 69.81863 554.5299Q70.25613 554.29553 70.8655 554.29553Q71.66238 554.29553 72.27175 554.7018Q72.88113 555.10803 73.178 555.85803Q73.4905 556.60803 73.4905 557.49866Q73.4905 558.4518 73.14675 559.2174Q72.81863 559.98303 72.16238 560.3893Q71.50613 560.79553 70.78738 560.79553Q70.25613 560.79553 69.83425 560.5768Q69.41238 560.3424 69.14675 560.0143L69.14675 563.04553L68.09988 563.04553ZM69.053 557.5768Q69.053 558.7799 69.53738 559.35803Q70.02175 559.92053 70.70925 559.92053Q71.41238 559.92053 71.91238 559.3268Q72.41238 558.73303 72.41238 557.48303Q72.41238 556.29553 71.928 555.7174Q71.44363 555.12366 70.75613 555.12366Q70.08425 555.12366 69.56863 555.74866Q69.053 556.37366 69.053 557.5768ZM79.34988 558.6549L80.44363 558.7799Q80.19363 559.73303 79.4905 560.2643Q78.78738 560.79553 77.70925 560.79553Q76.34988 560.79553 75.53738 559.9518Q74.7405 559.10803 74.7405 557.5924Q74.7405 556.0299 75.553 555.17053Q76.3655 554.29553 77.64675 554.29553Q78.89675 554.29553 79.678 555.1393Q80.47488 555.98303 80.47488 557.5299Q80.47488 557.62366 80.47488 557.81116L75.83425 557.81116Q75.89675 558.8424 76.41238 559.3893Q76.928 559.92053 77.70925 559.92053Q78.28738 559.92053 78.69363 559.62366Q79.1155 559.31116 79.34988 558.6549ZM75.89675 556.9518L79.3655 556.9518Q79.303 556.1549 78.97488 555.7643Q78.45925 555.1549 77.66238 555.1549Q76.928 555.1549 76.428 555.6393Q75.94363 556.12366 75.89675 556.9518ZM82.08425 560.6549L82.08425 554.43616L83.03738 554.43616L83.03738 555.37366Q83.39675 554.7174 83.69363 554.5143Q84.00613 554.29553 84.38113 554.29553Q84.91238 554.29553 85.45925 554.62366L85.09988 555.60803Q84.70925 555.37366 84.33425 555.37366Q83.97488 555.37366 83.69363 555.5924Q83.428 555.79553 83.31863 556.17053Q83.13113 556.73303 83.13113 557.3893L83.13113 560.6549L82.08425 560.6549ZM86.34988 560.6549L86.34988 555.24866L85.41238 555.24866L85.41238 554.43616L86.34988 554.43616L86.34988 553.7643Q86.34988 553.1393 86.45925 552.8424Q86.6155 552.42053 86.9905 552.17053Q87.38113 551.92053 88.06863 551.92053Q88.52175 551.92053 89.053 552.0299L88.89675 552.93616Q88.56863 552.8893 88.27175 552.8893Q87.78738 552.8893 87.58425 553.0924Q87.39675 553.29553 87.39675 553.85803L87.39675 554.43616L88.6155 554.43616L88.6155 555.24866L87.39675 555.24866L87.39675 560.6549L86.34988 560.6549ZM88.70925 557.54553Q88.70925 555.81116 89.66238 554.98303Q90.45925 554.29553 91.6155 554.29553Q92.89675 554.29553 93.70925 555.1393Q94.53738 555.9674 94.53738 557.4518Q94.53738 558.6549 94.178 559.3424Q93.81863 560.0299 93.1155 560.42053Q92.428 560.79553 91.6155 560.79553Q90.31863 560.79553 89.50613 559.9674Q88.70925 559.12366 88.70925 557.54553ZM89.78738 557.54553Q89.78738 558.73303 90.303 559.3268Q90.83425 559.92053 91.6155 559.92053Q92.41238 559.92053 92.928 559.3268Q93.44363 558.73303 93.44363 557.5143Q93.44363 556.35803 92.91238 555.7643Q92.39675 555.17053 91.6155 555.17053Q90.83425 555.17053 90.303 555.7643Q89.78738 556.3424 89.78738 557.54553ZM96.08425 560.6549L96.08425 554.43616L97.03738 554.43616L97.03738 555.37366Q97.39675 554.7174 97.69363 554.5143Q98.00613 554.29553 98.38113 554.29553Q98.91238 554.29553 99.45925 554.62366L99.09988 555.60803Q98.70925 555.37366 98.33425 555.37366Q97.97488 555.37366 97.69363 555.5924Q97.428 555.79553 97.31863 556.17053Q97.13113 556.73303 97.13113 557.3893L97.13113 560.6549L96.08425 560.6549ZM100.09988 560.6549L100.09988 554.43616L101.03738 554.43616L101.03738 555.31116Q101.33425 554.8424 101.81863 554.5768Q102.303 554.29553 102.928 554.29553Q103.6155 554.29553 104.053 554.5768Q104.50613 554.85803 104.678 555.37366Q105.428 554.29553 106.59988 554.29553Q107.53738 554.29553 108.02175 554.81116Q108.52175 555.31116 108.52175 556.3893L108.52175 560.6549L107.47488 560.6549L107.47488 556.73303Q107.47488 556.10803 107.3655 555.8268Q107.27175 555.54553 107.00613 555.37366Q106.7405 555.2018 106.3655 555.2018Q105.70925 555.2018 105.27175 555.6393Q104.84988 556.0768 104.84988 557.04553L104.84988 560.6549L103.78738 560.6549L103.78738 556.60803Q103.78738 555.9049 103.52175 555.56116Q103.27175 555.2018 102.69363 555.2018Q102.2405 555.2018 101.8655 555.43616Q101.4905 555.67053 101.31863 556.12366Q101.14675 556.5768 101.14675 557.42053L101.14675 560.6549L100.09988 560.6549ZM114.16238 559.8893Q113.56863 560.3893 113.02175 560.5924Q112.4905 560.79553 111.8655 560.79553Q110.83425 560.79553 110.28738 560.29553Q109.7405 559.79553 109.7405 559.0143Q109.7405 558.56116 109.94363 558.18616Q110.14675 557.79553 110.4905 557.5768Q110.83425 557.3424 111.25613 557.23303Q111.553 557.1393 112.19363 557.06116Q113.45925 556.92053 114.06863 556.7018Q114.06863 556.48303 114.06863 556.43616Q114.06863 555.7799 113.77175 555.5143Q113.3655 555.17053 112.56863 555.17053Q111.83425 555.17053 111.47488 555.43616Q111.1155 555.68616 110.94363 556.3424L109.91238 556.2018Q110.053 555.54553 110.38113 555.1393Q110.70925 554.73303 111.31863 554.5143Q111.928 554.29553 112.72488 554.29553Q113.52175 554.29553 114.02175 554.48303Q114.52175 554.67053 114.75613 554.9518Q114.9905 555.23303 115.08425 555.67053Q115.13113 555.93616 115.13113 556.6393L115.13113 558.04553Q115.13113 559.5143 115.19363 559.9049Q115.27175 560.29553 115.47488 560.6549L114.3655 560.6549Q114.20925 560.3268 114.16238 559.8893ZM114.06863 557.5299Q113.4905 557.7643 112.34988 557.93616Q111.69363 558.0299 111.428 558.1549Q111.16238 558.2643 111.00613 558.48303Q110.8655 558.7018 110.8655 558.98303Q110.8655 559.4049 111.178 559.68616Q111.50613 559.9674 112.1155 559.9674Q112.72488 559.9674 113.19363 559.7018Q113.678 559.43616 113.89675 558.9674Q114.06863 558.60803 114.06863 557.92053L114.06863 557.5299ZM117.09988 560.6549L117.09988 554.43616L118.03738 554.43616L118.03738 555.31116Q118.72488 554.29553 120.02175 554.29553Q120.58425 554.29553 121.053 554.49866Q121.53738 554.7018 121.77175 555.0299Q122.00613 555.35803 122.09988 555.79553Q122.14675 556.0924 122.14675 556.8268L122.14675 560.6549L121.09988 560.6549L121.09988 556.87366Q121.09988 556.2174 120.97488 555.9049Q120.84988 555.5924 120.53738 555.4049Q120.22488 555.2018 119.803 555.2018Q119.13113 555.2018 118.63113 555.6393Q118.14675 556.06116 118.14675 557.24866L118.14675 560.6549L117.09988 560.6549ZM128.16238 558.37366L129.19363 558.5143Q129.02176 559.5768 128.31863 560.18616Q127.6155 560.79553 126.59988 560.79553Q125.31863 560.79553 124.53738 559.9674Q123.77175 559.12366 123.77175 557.56116Q123.77175 556.56116 124.09988 555.81116Q124.44363 555.04553 125.1155 554.67053Q125.803 554.29553 126.6155 554.29553Q127.6155 554.29553 128.25613 554.81116Q128.91238 555.31116 129.09988 556.2643L128.06863 556.42053Q127.928 555.79553 127.553 555.48303Q127.178 555.1549 126.64675 555.1549Q125.84988 555.1549 125.34988 555.73303Q124.84988 556.29553 124.84988 557.5299Q124.84988 558.79553 125.33425 559.35803Q125.81863 559.92053 126.58425 559.92053Q127.20925 559.92053 127.6155 559.54553Q128.03738 559.17053 128.16238 558.37366ZM134.34988 558.6549L135.44363 558.7799Q135.19363 559.73303 134.49051 560.2643Q133.78738 560.79553 132.70926 560.79553Q131.34988 560.79553 130.53738 559.9518Q129.74051 559.10803 129.74051 557.5924Q129.74051 556.0299 130.55301 555.17053Q131.36551 554.29553 132.64676 554.29553Q133.89676 554.29553 134.67801 555.1393Q135.47488 555.98303 135.47488 557.5299Q135.47488 557.62366 135.47488 557.81116L130.83426 557.81116Q130.89676 558.8424 131.41238 559.3893Q131.92801 559.92053 132.70926 559.92053Q133.28738 559.92053 133.69363 559.62366Q134.11551 559.31116 134.34988 558.6549ZM130.89676 556.9518L134.36551 556.9518Q134.30301 556.1549 133.97488 555.7643Q133.45926 555.1549 132.66238 555.1549Q131.92801 555.1549 131.42801 555.6393Q130.94363 556.12366 130.89676 556.9518Z" fill-rule="nonzero"/><path fill="#666666" d="M106.88113 613.0812Q106.88113 610.94055 108.02175 609.7374Q109.178 608.5187 110.9905 608.5187Q112.19363 608.5187 113.14675 609.0968Q114.09988 609.6593 114.59988 610.6749Q115.09988 611.69055 115.09988 612.9874Q115.09988 614.2843 114.56863 615.31555Q114.03738 616.3468 113.06863 616.87805Q112.1155 617.4093 110.9905 617.4093Q109.77175 617.4093 108.81863 616.8312Q107.8655 616.2374 107.3655 615.2374Q106.88113 614.2218 106.88113 613.0812ZM108.053 613.0968Q108.053 614.6593 108.88113 615.5499Q109.72488 616.44055 110.9905 616.44055Q112.27175 616.44055 113.09988 615.5499Q113.928 614.6437 113.928 612.9718Q113.928 611.9249 113.56863 611.1437Q113.22488 610.3624 112.53738 609.94055Q111.84988 609.50305 111.00613 609.50305Q109.803 609.50305 108.928 610.3312Q108.053 611.1593 108.053 613.0968ZM118.39675 616.3312L118.553 617.25305Q118.09988 617.3468 117.75613 617.3468Q117.178 617.3468 116.8655 617.1749Q116.553 616.9874 116.41238 616.69055Q116.28738 616.3937 116.28738 615.44055L116.28738 611.8624L115.52175 611.8624L115.52175 611.0499L116.28738 611.0499L116.28738 609.50305L117.33425 608.87805L117.33425 611.0499L118.39675 611.0499L118.39675 611.8624L117.33425 611.8624L117.33425 615.50305Q117.33425 615.9562 117.38113 616.0812Q117.44363 616.2062 117.56863 616.2843Q117.69363 616.3624 117.928 616.3624Q118.1155 616.3624 118.39675 616.3312ZM119.09988 617.2687L119.09988 608.6749L120.14675 608.6749L120.14675 611.75305Q120.88113 610.9093 122.00613 610.9093Q122.70925 610.9093 123.20925 611.19055Q123.72488 611.4562 123.94363 611.94055Q124.16238 612.4093 124.16238 613.3312L124.16238 617.2687L123.1155 617.2687L123.1155 613.3312Q123.1155 612.5343 122.77175 612.1749Q122.428 611.81555 121.803 611.81555Q121.33425 611.81555 120.91238 612.06555Q120.50613 612.2999 120.31863 612.7218Q120.14675 613.12805 120.14675 613.8624L120.14675 617.2687L119.09988 617.2687ZM130.34988 615.2687L131.44363 615.3937Q131.19363 616.3468 130.49051 616.87805Q129.78738 617.4093 128.70926 617.4093Q127.34988 617.4093 126.53738 616.56555Q125.7405 615.7218 125.7405 614.2062Q125.7405 612.6437 126.553 611.7843Q127.3655 610.9093 128.64676 610.9093Q129.89676 610.9093 130.67801 611.75305Q131.47488 612.5968 131.47488 614.1437Q131.47488 614.2374 131.47488 614.4249L126.83425 614.4249Q126.89675 615.4562 127.41238 616.00305Q127.928 616.5343 128.70926 616.5343Q129.28738 616.5343 129.69363 616.2374Q130.11551 615.9249 130.34988 615.2687ZM126.89675 613.56555L130.36551 613.56555Q130.30301 612.7687 129.97488 612.37805Q129.45926 611.7687 128.66238 611.7687Q127.928 611.7687 127.428 612.25305Q126.94363 612.7374 126.89675 613.56555ZM133.08426 617.2687L133.08426 611.0499L134.03738 611.0499L134.03738 611.9874Q134.39676 611.3312 134.69363 611.12805Q135.00613 610.9093 135.38113 610.9093Q135.91238 610.9093 136.45926 611.2374L136.09988 612.2218Q135.70926 611.9874 135.33426 611.9874Q134.97488 611.9874 134.69363 612.2062Q134.42801 612.4093 134.31863 612.7843Q134.13113 613.3468 134.13113 614.00305L134.13113 617.2687L133.08426 617.2687Z" fill-rule="nonzero"/><path fill="#666666" d="M133.803 668.9736Q133.803 667.4423 134.1155 666.52045Q134.428 665.58295 135.03737 665.08295Q135.66237 664.58295 136.59987 664.58295Q137.28737 664.58295 137.803 664.8642Q138.33424 665.14545 138.678 665.6767Q139.02174 666.1923 139.20924 666.9423Q139.39674 667.6923 139.39674 668.9736Q139.39674 670.4892 139.08424 671.4111Q138.78737 672.33295 138.16237 672.8486Q137.553 673.3486 136.59987 673.3486Q135.3655 673.3486 134.64674 672.45795Q133.803 671.39545 133.803 668.9736ZM134.88112 668.9736Q134.88112 671.08295 135.38112 671.7861Q135.88112 672.4892 136.59987 672.4892Q137.33424 672.4892 137.81862 671.7861Q138.31862 671.08295 138.31862 668.9736Q138.31862 666.8486 137.81862 666.1611Q137.33424 665.45795 136.58424 665.45795Q135.8655 665.45795 135.428 666.0673Q134.88112 666.8486 134.88112 668.9736ZM141.00612 666.6767Q141.00612 665.7548 141.45924 665.1142Q141.928 664.4736 142.803 664.4736Q143.6155 664.4736 144.14674 665.0517Q144.678 665.6298 144.678 666.7392Q144.678 667.83295 144.13112 668.4267Q143.59987 669.0048 142.81862 669.0048Q142.03737 669.0048 141.52174 668.4267Q141.00612 667.8486 141.00612 666.6767ZM142.83424 665.1923Q142.44362 665.1923 142.178 665.5361Q141.928 665.8798 141.928 666.7861Q141.928 667.6142 142.178 667.95795Q142.44362 668.2861 142.83424 668.2861Q143.2405 668.2861 143.4905 667.9423Q143.75612 667.5986 143.75612 666.70795Q143.75612 665.8642 143.4905 665.5361Q143.22487 665.1923 142.83424 665.1923ZM142.83424 673.52045L147.53737 664.4736L148.39674 664.4736L143.70924 673.52045L142.83424 673.52045ZM146.553 671.1923Q146.553 670.27045 147.00612 669.6298Q147.47487 668.9892 148.3655 668.9892Q149.178 668.9892 149.70924 669.5673Q150.2405 670.1298 150.2405 671.2548Q150.2405 672.3486 149.69362 672.9423Q149.16237 673.52045 148.3655 673.52045Q147.59987 673.52045 147.06862 672.9423Q146.553 672.3642 146.553 671.1923ZM148.39674 669.70795Q147.9905 669.70795 147.72487 670.0517Q147.47487 670.39545 147.47487 671.3017Q147.47487 672.1142 147.7405 672.45795Q148.00612 672.8017 148.39674 672.8017Q148.78737 672.8017 149.053 672.45795Q149.31862 672.1142 149.31862 671.20795Q149.31862 670.3798 149.053 670.0517Q148.78737 669.70795 148.39674 669.70795Z" fill-rule="nonzero"/><path fill="#666666" d="M242.64299 672.1923L242.64299 673.20795L236.95549 673.20795Q236.95549 672.83295 237.08049 672.4736Q237.29924 671.89545 237.76799 671.33295Q238.25237 670.77045 239.15862 670.0361Q240.56487 668.8798 241.04924 668.20795Q241.54924 667.5361 241.54924 666.9423Q241.54924 666.3173 241.09612 665.89545Q240.64299 665.45795 239.92424 665.45795Q239.15862 665.45795 238.70549 665.9111Q238.25237 666.3642 238.23674 667.1767L237.15862 667.0673Q237.26799 665.8486 237.98674 665.2236Q238.72112 664.58295 239.95549 664.58295Q241.18987 664.58295 241.90862 665.27045Q242.62737 665.95795 242.62737 666.9736Q242.62737 667.4892 242.40862 667.9892Q242.20549 668.4736 241.70549 669.0361Q241.22112 669.58295 240.09612 670.5361Q239.14299 671.33295 238.86174 671.6298Q238.59612 671.9111 238.42424 672.1923L242.64299 672.1923ZM244.09612 668.9736Q244.09612 667.4423 244.40862 666.52045Q244.72112 665.58295 245.33049 665.08295Q245.95549 664.58295 246.89299 664.58295Q247.58049 664.58295 248.09612 664.8642Q248.62737 665.14545 248.97112 665.6767Q249.31487 666.1923 249.50237 666.9423Q249.68987 667.6923 249.68987 668.9736Q249.68987 670.4892 249.37737 671.4111Q249.08049 672.33295 248.45549 672.8486Q247.84612 673.3486 246.89299 673.3486Q245.65862 673.3486 244.93987 672.45795Q244.09612 671.39545 244.09612 668.9736ZM245.17424 668.9736Q245.17424 671.08295 245.67424 671.7861Q246.17424 672.4892 246.89299 672.4892Q247.62737 672.4892 248.11174 671.7861Q248.61174 671.08295 248.61174 668.9736Q248.61174 666.8486 248.11174 666.1611Q247.62737 665.45795 246.87737 665.45795Q246.15862 665.45795 245.72112 666.0673Q245.17424 666.8486 245.17424 668.9736ZM251.29924 666.6767Q251.29924 665.7548 251.75237 665.1142Q252.22112 664.4736 253.09612 664.4736Q253.90862 664.4736 254.43987 665.0517Q254.97112 665.6298 254.97112 666.7392Q254.97112 667.83295 254.42424 668.4267Q253.89299 669.0048 253.11174 669.0048Q252.33049 669.0048 251.81487 668.4267Q251.29924 667.8486 251.29924 666.6767ZM253.12737 665.1923Q252.73674 665.1923 252.47112 665.5361Q252.22112 665.8798 252.22112 666.7861Q252.22112 667.6142 252.47112 667.95795Q252.73674 668.2861 253.12737 668.2861Q253.53362 668.2861 253.78362 667.9423Q254.04924 667.5986 254.04924 666.70795Q254.04924 665.8642 253.78362 665.5361Q253.51799 665.1923 253.12737 665.1923ZM253.12737 673.52045L257.8305 664.4736L258.68988 664.4736L254.00237 673.52045L253.12737 673.52045ZM256.84613 671.1923Q256.84613 670.27045 257.29926 669.6298Q257.768 668.9892 258.65863 668.9892Q259.47113 668.9892 260.00238 669.5673Q260.53363 670.1298 260.53363 671.2548Q260.53363 672.3486 259.98676 672.9423Q259.4555 673.52045 258.65863 673.52045Q257.893 673.52045 257.36176 672.9423Q256.84613 672.3642 256.84613 671.1923ZM258.68988 669.70795Q258.28363 669.70795 258.018 670.0517Q257.768 670.39545 257.768 671.3017Q257.768 672.1142 258.03363 672.45795Q258.29926 672.8017 258.68988 672.8017Q259.0805 672.8017 259.34613 672.45795Q259.61176 672.1142 259.61176 671.20795Q259.61176 670.3798 259.34613 670.0517Q259.0805 669.70795 258.68988 669.70795Z" fill-rule="nonzero"/><path fill="#666666" d="M347.26422 673.20795L347.26422 671.14545L343.54547 671.14545L343.54547 670.1767L347.46735 664.6142L348.32672 664.6142L348.32672 670.1767L349.48297 670.1767L349.48297 671.14545L348.32672 671.14545L348.32672 673.20795L347.26422 673.20795ZM347.26422 670.1767L347.26422 666.3173L344.57672 670.1767L347.26422 670.1767ZM350.88922 668.9736Q350.88922 667.4423 351.20172 666.52045Q351.51422 665.58295 352.1236 665.08295Q352.7486 664.58295 353.6861 664.58295Q354.3736 664.58295 354.88922 664.8642Q355.42047 665.14545 355.76422 665.6767Q356.10797 666.1923 356.29547 666.9423Q356.48297 667.6923 356.48297 668.9736Q356.48297 670.4892 356.17047 671.4111Q355.8736 672.33295 355.2486 672.8486Q354.63922 673.3486 353.6861 673.3486Q352.45172 673.3486 351.73297 672.45795Q350.88922 671.39545 350.88922 668.9736ZM351.96735 668.9736Q351.96735 671.08295 352.46735 671.7861Q352.96735 672.4892 353.6861 672.4892Q354.42047 672.4892 354.90485 671.7861Q355.40485 671.08295 355.40485 668.9736Q355.40485 666.8486 354.90485 666.1611Q354.42047 665.45795 353.67047 665.45795Q352.95172 665.45795 352.51422 666.0673Q351.96735 666.8486 351.96735 668.9736ZM358.09235 666.6767Q358.09235 665.7548 358.54547 665.1142Q359.01422 664.4736 359.88922 664.4736Q360.70172 664.4736 361.23297 665.0517Q361.76422 665.6298 361.76422 666.7392Q361.76422 667.83295 361.21735 668.4267Q360.6861 669.0048 359.90485 669.0048Q359.1236 669.0048 358.60797 668.4267Q358.09235 667.8486 358.09235 666.6767ZM359.92047 665.1923Q359.52985 665.1923 359.26422 665.5361Q359.01422 665.8798 359.01422 666.7861Q359.01422 667.6142 359.26422 667.95795Q359.52985 668.2861 359.92047 668.2861Q360.32672 668.2861 360.57672 667.9423Q360.84235 667.5986 360.84235 666.70795Q360.84235 665.8642 360.57672 665.5361Q360.3111 665.1923 359.92047 665.1923ZM359.92047 673.52045L364.6236 664.4736L365.48297 664.4736L360.79547 673.52045L359.92047 673.52045ZM363.63922 671.1923Q363.63922 670.27045 364.09235 669.6298Q364.5611 668.9892 365.45172 668.9892Q366.26422 668.9892 366.79547 669.5673Q367.32672 670.1298 367.32672 671.2548Q367.32672 672.3486 366.77985 672.9423Q366.2486 673.52045 365.45172 673.52045Q364.6861 673.52045 364.15485 672.9423Q363.63922 672.3642 363.63922 671.1923ZM365.48297 669.70795Q365.07672 669.70795 364.8111 670.0517Q364.5611 670.39545 364.5611 671.3017Q364.5611 672.1142 364.82672 672.45795Q365.09235 672.8017 365.48297 672.8017Q365.8736 672.8017 366.13922 672.45795Q366.40485 672.1142 366.40485 671.20795Q366.40485 670.3798 366.13922 670.0517Q365.8736 669.70795 365.48297 669.70795Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 666.7236L455.1042 666.8017Q454.96356 666.1767 454.71356 665.89545Q454.27606 665.4423 453.65106 665.4423Q453.15106 665.4423 452.76044 665.7236Q452.27606 666.0986 451.9792 666.8017Q451.69794 667.4892 451.6823 668.77045Q452.0573 668.1923 452.6042 667.9111Q453.1667 667.6298 453.77606 667.6298Q454.82294 667.6298 455.5573 668.4111Q456.3073 669.1923 456.3073 670.4111Q456.3073 671.2236 455.94794 671.9267Q455.6042 672.6142 454.9948 672.9892Q454.38544 673.3486 453.6198 673.3486Q452.2917 673.3486 451.46356 672.3798Q450.63544 671.4111 450.63544 669.1923Q450.63544 666.6923 451.5573 665.5673Q452.3542 664.58295 453.71356 664.58295Q454.7292 664.58295 455.3698 665.1611Q456.02606 665.7236 456.15106 666.7236ZM451.8542 670.4267Q451.8542 670.9736 452.07294 671.4736Q452.3073 671.95795 452.71356 672.2236Q453.13544 672.4892 453.6042 672.4892Q454.26044 672.4892 454.7448 671.95795Q455.2292 671.4111 455.2292 670.4892Q455.2292 669.5986 454.7448 669.08295Q454.27606 668.5673 453.5573 668.5673Q452.83856 668.5673 452.33856 669.08295Q451.8542 669.5986 451.8542 670.4267ZM457.6823 668.9736Q457.6823 667.4423 457.9948 666.52045Q458.3073 665.58295 458.9167 665.08295Q459.5417 664.58295 460.4792 664.58295Q461.1667 664.58295 461.6823 664.8642Q462.21356 665.14545 462.5573 665.6767Q462.90106 666.1923 463.08856 666.9423Q463.27606 667.6923 463.27606 668.9736Q463.27606 670.4892 462.96356 671.4111Q462.6667 672.33295 462.0417 672.8486Q461.4323 673.3486 460.4792 673.3486Q459.2448 673.3486 458.52606 672.45795Q457.6823 671.39545 457.6823 668.9736ZM458.76044 668.9736Q458.76044 671.08295 459.26044 671.7861Q459.76044 672.4892 460.4792 672.4892Q461.21356 672.4892 461.69794 671.7861Q462.19794 671.08295 462.19794 668.9736Q462.19794 666.8486 461.69794 666.1611Q461.21356 665.45795 460.46356 665.45795Q459.7448 665.45795 459.3073 666.0673Q458.76044 666.8486 458.76044 668.9736ZM464.88544 666.6767Q464.88544 665.7548 465.33856 665.1142Q465.8073 664.4736 466.6823 664.4736Q467.4948 664.4736 468.02606 665.0517Q468.5573 665.6298 468.5573 666.7392Q468.5573 667.83295 468.01044 668.4267Q467.4792 669.0048 466.69794 669.0048Q465.9167 669.0048 465.40106 668.4267Q464.88544 667.8486 464.88544 666.6767ZM466.71356 665.1923Q466.32294 665.1923 466.0573 665.5361Q465.8073 665.8798 465.8073 666.7861Q465.8073 667.6142 466.0573 667.95795Q466.32294 668.2861 466.71356 668.2861Q467.1198 668.2861 467.3698 667.9423Q467.63544 667.5986 467.63544 666.70795Q467.63544 665.8642 467.3698 665.5361Q467.1042 665.1923 466.71356 665.1923ZM466.71356 673.52045L471.4167 664.4736L472.27606 664.4736L467.58856 673.52045L466.71356 673.52045ZM470.4323 671.1923Q470.4323 670.27045 470.88544 669.6298Q471.3542 668.9892 472.2448 668.9892Q473.0573 668.9892 473.58856 669.5673Q474.1198 670.1298 474.1198 671.2548Q474.1198 672.3486 473.57294 672.9423Q473.0417 673.52045 472.2448 673.52045Q471.4792 673.52045 470.94794 672.9423Q470.4323 672.3642 470.4323 671.1923ZM472.27606 669.70795Q471.8698 669.70795 471.6042 670.0517Q471.3542 670.39545 471.3542 671.3017Q471.3542 672.1142 471.6198 672.45795Q471.88544 672.8017 472.27606 672.8017Q472.6667 672.8017 472.9323 672.45795Q473.19794 672.1142 473.19794 671.20795Q473.19794 670.3798 472.9323 670.0517Q472.6667 669.70795 472.27606 669.70795Z" fill-rule="nonzero"/><path fill="#666666" d="M559.1004 668.5517Q558.44415 668.3017 558.116 667.8642Q557.8035 667.4111 557.8035 666.8017Q557.8035 665.8642 558.4754 665.2236Q559.1629 664.58295 560.2723 664.58295Q561.3973 664.58295 562.0848 665.2392Q562.7723 665.89545 562.7723 666.83295Q562.7723 667.4267 562.4598 667.8642Q562.1473 668.3017 561.50665 668.5517Q562.3035 668.8017 562.7098 669.3798Q563.116 669.95795 563.116 670.7548Q563.116 671.8486 562.3348 672.5986Q561.56915 673.3486 560.2879 673.3486Q559.0223 673.3486 558.241 672.5986Q557.4598 671.8486 557.4598 670.7236Q557.4598 669.8798 557.88165 669.3173Q558.31915 668.7548 559.1004 668.5517ZM558.88165 666.7548Q558.88165 667.3642 559.2723 667.7548Q559.6785 668.14545 560.3035 668.14545Q560.9129 668.14545 561.3035 667.77045Q561.69415 667.3798 561.69415 666.8173Q561.69415 666.2392 561.2879 665.8486Q560.88165 665.4423 560.2879 665.4423Q559.6785 665.4423 559.2723 665.83295Q558.88165 666.2236 558.88165 666.7548ZM558.5535 670.7236Q558.5535 671.1767 558.75665 671.5986Q558.9754 672.02045 559.3973 672.2548Q559.81915 672.4892 560.3035 672.4892Q561.0535 672.4892 561.5379 672.0048Q562.0379 671.52045 562.0379 670.77045Q562.0379 670.0048 561.5379 669.5048Q561.0379 669.0048 560.2723 669.0048Q559.5223 669.0048 559.0379 669.5048Q558.5535 669.9892 558.5535 670.7236ZM564.4754 668.9736Q564.4754 667.4423 564.7879 666.52045Q565.1004 665.58295 565.7098 665.08295Q566.3348 664.58295 567.2723 664.58295Q567.9598 664.58295 568.4754 664.8642Q569.00665 665.14545 569.3504 665.6767Q569.69415 666.1923 569.88165 666.9423Q570.06915 667.6923 570.06915 668.9736Q570.06915 670.4892 569.75665 671.4111Q569.4598 672.33295 568.8348 672.8486Q568.2254 673.3486 567.2723 673.3486Q566.0379 673.3486 565.31915 672.45795Q564.4754 671.39545 564.4754 668.9736ZM565.5535 668.9736Q565.5535 671.08295 566.0535 671.7861Q566.5535 672.4892 567.2723 672.4892Q568.00665 672.4892 568.491 671.7861Q568.991 671.08295 568.991 668.9736Q568.991 666.8486 568.491 666.1611Q568.00665 665.45795 567.25665 665.45795Q566.5379 665.45795 566.1004 666.0673Q565.5535 666.8486 565.5535 668.9736ZM571.6785 666.6767Q571.6785 665.7548 572.13165 665.1142Q572.6004 664.4736 573.4754 664.4736Q574.2879 664.4736 574.81915 665.0517Q575.3504 665.6298 575.3504 666.7392Q575.3504 667.83295 574.8035 668.4267Q574.2723 669.0048 573.491 669.0048Q572.7098 669.0048 572.19415 668.4267Q571.6785 667.8486 571.6785 666.6767ZM573.50665 665.1923Q573.116 665.1923 572.8504 665.5361Q572.6004 665.8798 572.6004 666.7861Q572.6004 667.6142 572.8504 667.95795Q573.116 668.2861 573.50665 668.2861Q573.9129 668.2861 574.1629 667.9423Q574.4285 667.5986 574.4285 666.70795Q574.4285 665.8642 574.1629 665.5361Q573.8973 665.1923 573.50665 665.1923ZM573.50665 673.52045L578.2098 664.4736L579.06915 664.4736L574.38165 673.52045L573.50665 673.52045ZM577.2254 671.1923Q577.2254 670.27045 577.6785 669.6298Q578.1473 668.9892 579.0379 668.9892Q579.8504 668.9892 580.38165 669.5673Q580.9129 670.1298 580.9129 671.2548Q580.9129 672.3486 580.366 672.9423Q579.8348 673.52045 579.0379 673.52045Q578.2723 673.52045 577.741 672.9423Q577.2254 672.3642 577.2254 671.1923ZM579.06915 669.70795Q578.6629 669.70795 578.3973 670.0517Q578.1473 670.39545 578.1473 671.3017Q578.1473 672.1142 578.4129 672.45795Q578.6785 672.8017 579.06915 672.8017Q579.4598 672.8017 579.7254 672.45795Q579.991 672.1142 579.991 671.20795Q579.991 670.3798 579.7254 670.0517Q579.4598 669.70795 579.06915 669.70795Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M211.82323 723.872C211.82323 723.3197 212.27095 722.872 212.82323 722.872L222.82323 722.872C223.37552 722.872 223.82323 723.3197 223.82323 723.872L223.82323 733.872C223.82323 734.42426 223.37552 734.872 222.82323 734.872L212.82323 734.872C212.27095 734.872 211.82323 734.42426 211.82323 733.872Z" fill-rule="nonzero"/><path fill="#666666" d="M237.8701 731.8564L237.8701 732.872L232.1826 732.872Q232.1826 732.497 232.3076 732.13763Q232.52635 731.5595 232.9951 730.997Q233.47948 730.4345 234.38573 729.70013Q235.79198 728.5439 236.27635 727.872Q236.77635 727.20013 236.77635 726.6064Q236.77635 725.9814 236.32323 725.5595Q235.8701 725.122 235.15135 725.122Q234.38573 725.122 233.9326 725.57513Q233.47948 726.02826 233.46385 726.84076L232.38573 726.7314Q232.4951 725.51263 233.21385 724.88763Q233.94823 724.247 235.1826 724.247Q236.41698 724.247 237.13573 724.9345Q237.85448 725.622 237.85448 726.63763Q237.85448 727.15326 237.63573 727.65326Q237.4326 728.13763 236.9326 728.70013Q236.44823 729.247 235.32323 730.20013Q234.3701 730.997 234.08885 731.2939Q233.82323 731.57513 233.65135 731.8564L237.8701 731.8564ZM239.32323 728.63763Q239.32323 727.1064 239.63573 726.1845Q239.94823 725.247 240.5576 724.747Q241.1826 724.247 242.1201 724.247Q242.8076 724.247 243.32323 724.52826Q243.85448 724.8095 244.19823 725.34076Q244.54198 725.8564 244.72948 726.6064Q244.91698 727.3564 244.91698 728.63763Q244.91698 730.15326 244.60448 731.07513Q244.3076 731.997 243.6826 732.51263Q243.07323 733.01263 242.1201 733.01263Q240.88573 733.01263 240.16698 732.122Q239.32323 731.0595 239.32323 728.63763ZM240.40135 728.63763Q240.40135 730.747 240.90135 731.45013Q241.40135 732.15326 242.1201 732.15326Q242.85448 732.15326 243.33885 731.45013Q243.83885 730.747 243.83885 728.63763Q243.83885 726.51263 243.33885 725.82513Q242.85448 725.122 242.10448 725.122Q241.38573 725.122 240.94823 725.7314Q240.40135 726.51263 240.40135 728.63763ZM250.29198 732.872L249.2451 732.872L249.2451 726.15326Q248.85448 726.51263 248.22948 726.88763Q247.6201 727.247 247.13573 727.4189L247.13573 726.40326Q248.01073 725.9814 248.66698 725.40326Q249.33885 724.8095 249.6201 724.247L250.29198 724.247L250.29198 732.872ZM258.792 726.38763L257.74512 726.46576Q257.6045 725.84076 257.3545 725.5595Q256.917 725.1064 256.292 725.1064Q255.79198 725.1064 255.40135 725.38763Q254.91698 725.76263 254.6201 726.46576Q254.33885 727.15326 254.32323 728.4345Q254.69823 727.8564 255.2451 727.57513Q255.8076 727.2939 256.417 727.2939Q257.46387 727.2939 258.19824 728.07513Q258.94824 728.8564 258.94824 730.07513Q258.94824 730.88763 258.58887 731.59076Q258.24512 732.27826 257.63574 732.65326Q257.02637 733.01263 256.26074 733.01263Q254.9326 733.01263 254.10448 732.0439Q253.27635 731.07513 253.27635 728.8564Q253.27635 726.3564 254.19823 725.2314Q254.9951 724.247 256.3545 724.247Q257.37012 724.247 258.01074 724.82513Q258.667 725.38763 258.792 726.38763ZM254.4951 730.09076Q254.4951 730.63763 254.71385 731.13763Q254.94823 731.622 255.35448 731.88763Q255.77635 732.15326 256.24512 732.15326Q256.90137 732.15326 257.38574 731.622Q257.87012 731.07513 257.87012 730.15326Q257.87012 729.26263 257.38574 728.747Q256.917 728.2314 256.19824 728.2314Q255.47948 728.2314 254.97948 728.747Q254.4951 729.26263 254.4951 730.09076Z" fill-rule="nonzero"/><path fill="#77cac5" d="M275.82324 723.872C275.82324 723.3197 276.27094 722.872 276.82324 722.872L286.82324 722.872C287.37552 722.872 287.82324 723.3197 287.82324 723.872L287.82324 733.872C287.82324 734.42426 287.37552 734.872 286.82324 734.872L276.82324 734.872C276.27094 734.872 275.82324 734.42426 275.82324 733.872Z" fill-rule="nonzero"/><path fill="#666666" d="M301.87012 731.8564L301.87012 732.872L296.18262 732.872Q296.18262 732.497 296.30762 732.13763Q296.52637 731.5595 296.99512 730.997Q297.4795 730.4345 298.38574 729.70013Q299.792 728.5439 300.27637 727.872Q300.77637 727.20013 300.77637 726.6064Q300.77637 725.9814 300.32324 725.5595Q299.87012 725.122 299.15137 725.122Q298.38574 725.122 297.93262 725.57513Q297.4795 726.02826 297.46387 726.84076L296.38574 726.7314Q296.49512 725.51263 297.21387 724.88763Q297.94824 724.247 299.18262 724.247Q300.417 724.247 301.13574 724.9345Q301.8545 725.622 301.8545 726.63763Q301.8545 727.15326 301.63574 727.65326Q301.43262 728.13763 300.93262 728.70013Q300.44824 729.247 299.32324 730.20013Q298.37012 730.997 298.08887 731.2939Q297.82324 731.57513 297.65137 731.8564L301.87012 731.8564ZM303.32324 728.63763Q303.32324 727.1064 303.63574 726.1845Q303.94824 725.247 304.55762 724.747Q305.18262 724.247 306.12012 724.247Q306.80762 724.247 307.32324 724.52826Q307.8545 724.8095 308.19824 725.34076Q308.542 725.8564 308.7295 726.6064Q308.917 727.3564 308.917 728.63763Q308.917 730.15326 308.6045 731.07513Q308.30762 731.997 307.68262 732.51263Q307.07324 733.01263 306.12012 733.01263Q304.88574 733.01263 304.167 732.122Q303.32324 731.0595 303.32324 728.63763ZM304.40137 728.63763Q304.40137 730.747 304.90137 731.45013Q305.40137 732.15326 306.12012 732.15326Q306.8545 732.15326 307.33887 731.45013Q307.83887 730.747 307.83887 728.63763Q307.83887 726.51263 307.33887 725.82513Q306.8545 725.122 306.1045 725.122Q305.38574 725.122 304.94824 725.7314Q304.40137 726.51263 304.40137 728.63763ZM314.292 732.872L313.24512 732.872L313.24512 726.15326Q312.8545 726.51263 312.2295 726.88763Q311.62012 727.247 311.13574 727.4189L311.13574 726.40326Q312.01074 725.9814 312.667 725.40326Q313.33887 724.8095 313.62012 724.247L314.292 724.247L314.292 732.872ZM317.38574 725.40326L317.38574 724.38763L322.94824 724.38763L322.94824 725.21576Q322.13574 726.09076 321.32324 727.5439Q320.52637 728.9814 320.08887 730.51263Q319.76074 731.59076 319.68262 732.872L318.58887 732.872Q318.6045 731.8564 318.9795 730.4189Q319.37012 728.9814 320.07324 727.65326Q320.792 726.32513 321.6045 725.40326L317.38574 725.40326Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M339.82324 723.872C339.82324 723.3197 340.27094 722.872 340.82324 722.872L350.82324 722.872C351.37552 722.872 351.82324 723.3197 351.82324 723.872L351.82324 733.872C351.82324 734.42426 351.37552 734.872 350.82324 734.872L340.82324 734.872C340.27094 734.872 339.82324 734.42426 339.82324 733.872Z" fill-rule="nonzero"/><path fill="#666666" d="M365.87012 731.8564L365.87012 732.872L360.18262 732.872Q360.18262 732.497 360.30762 732.13763Q360.52637 731.5595 360.99512 730.997Q361.4795 730.4345 362.38574 729.70013Q363.792 728.5439 364.27637 727.872Q364.77637 727.20013 364.77637 726.6064Q364.77637 725.9814 364.32324 725.5595Q363.87012 725.122 363.15137 725.122Q362.38574 725.122 361.93262 725.57513Q361.4795 726.02826 361.46387 726.84076L360.38574 726.7314Q360.49512 725.51263 361.21387 724.88763Q361.94824 724.247 363.18262 724.247Q364.417 724.247 365.13574 724.9345Q365.8545 725.622 365.8545 726.63763Q365.8545 727.15326 365.63574 727.65326Q365.43262 728.13763 364.93262 728.70013Q364.44824 729.247 363.32324 730.20013Q362.37012 730.997 362.08887 731.2939Q361.82324 731.57513 361.65137 731.8564L365.87012 731.8564ZM367.32324 728.63763Q367.32324 727.1064 367.63574 726.1845Q367.94824 725.247 368.55762 724.747Q369.18262 724.247 370.12012 724.247Q370.80762 724.247 371.32324 724.52826Q371.8545 724.8095 372.19824 725.34076Q372.542 725.8564 372.7295 726.6064Q372.917 727.3564 372.917 728.63763Q372.917 730.15326 372.6045 731.07513Q372.30762 731.997 371.68262 732.51263Q371.07324 733.01263 370.12012 733.01263Q368.88574 733.01263 368.167 732.122Q367.32324 731.0595 367.32324 728.63763ZM368.40137 728.63763Q368.40137 730.747 368.90137 731.45013Q369.40137 732.15326 370.12012 732.15326Q370.8545 732.15326 371.33887 731.45013Q371.83887 730.747 371.83887 728.63763Q371.83887 726.51263 371.33887 725.82513Q370.8545 725.122 370.1045 725.122Q369.38574 725.122 368.94824 725.7314Q368.40137 726.51263 368.40137 728.63763ZM378.292 732.872L377.24512 732.872L377.24512 726.15326Q376.8545 726.51263 376.2295 726.88763Q375.62012 727.247 375.13574 727.4189L375.13574 726.40326Q376.01074 725.9814 376.667 725.40326Q377.33887 724.8095 377.62012 724.247L378.292 724.247L378.292 732.872ZM382.94824 728.21576Q382.292 727.96576 381.96387 727.52826Q381.65137 727.07513 381.65137 726.46576Q381.65137 725.52826 382.32324 724.88763Q383.01074 724.247 384.12012 724.247Q385.24512 724.247 385.93262 724.90326Q386.62012 725.5595 386.62012 726.497Q386.62012 727.09076 386.30762 727.52826Q385.99512 727.96576 385.3545 728.21576Q386.15137 728.46576 386.55762 729.0439Q386.96387 729.622 386.96387 730.4189Q386.96387 731.51263 386.18262 732.26263Q385.417 733.01263 384.13574 733.01263Q382.87012 733.01263 382.08887 732.26263Q381.30762 731.51263 381.30762 730.38763Q381.30762 729.5439 381.7295 728.9814Q382.167 728.4189 382.94824 728.21576ZM382.7295 726.4189Q382.7295 727.02826 383.12012 727.4189Q383.52637 727.8095 384.15137 727.8095Q384.76074 727.8095 385.15137 727.4345Q385.542 727.0439 385.542 726.4814Q385.542 725.90326 385.13574 725.51263Q384.7295 725.1064 384.13574 725.1064Q383.52637 725.1064 383.12012 725.497Q382.7295 725.88763 382.7295 726.4189ZM382.40137 730.38763Q382.40137 730.84076 382.6045 731.26263Q382.82324 731.6845 383.24512 731.9189Q383.667 732.15326 384.15137 732.15326Q384.90137 732.15326 385.38574 731.6689Q385.88574 731.1845 385.88574 730.4345Q385.88574 729.6689 385.38574 729.1689Q384.88574 728.6689 384.12012 728.6689Q383.37012 728.6689 382.88574 729.1689Q382.40137 729.65326 382.40137 730.38763Z" fill-rule="nonzero"/><path fill="#666666" d="M30.958958 40.917908L30.958958 30.902283L32.271458 30.902283L32.271458 40.917908L30.958958 40.917908ZM34.865208 40.917908L34.865208 34.621033L33.771458 34.621033L33.771458 33.652283L34.865208 33.652283L34.865208 32.886658Q34.865208 32.152283 34.990208 31.792908Q35.177708 31.324158 35.615208 31.027283Q36.068333 30.730408 36.880833 30.730408Q37.396458 30.730408 38.021458 30.855408L37.833958 31.917908Q37.458958 31.855408 37.115208 31.855408Q36.552708 31.855408 36.318333 32.089783Q36.083958 32.324158 36.083958 32.980408L36.083958 33.652283L37.505833 33.652283L37.505833 34.621033L36.083958 34.621033L36.083958 40.917908L34.865208 40.917908ZM42.568333 40.917908L42.568333 33.652283L43.677708 33.652283L43.677708 34.683533Q44.474583 33.496033 45.990208 33.496033Q46.646458 33.496033 47.193333 33.730408Q47.740208 33.964783 48.005833 34.355408Q48.287083 34.730408 48.396458 35.261658Q48.474583 35.605408 48.474583 36.449158L48.474583 40.917908L47.240208 40.917908L47.240208 36.496033Q47.240208 35.746033 47.099583 35.386658Q46.958958 35.011658 46.583958 34.792908Q46.224583 34.558533 45.724583 34.558533Q44.943333 34.558533 44.365208 35.058533Q43.802708 35.558533 43.802708 36.949158L43.802708 40.917908L42.568333 40.917908ZM50.115208 37.292908Q50.115208 35.277283 51.240208 34.292908Q52.162083 33.496033 53.521458 33.496033Q55.005833 33.496033 55.958958 34.480408Q56.912083 35.449158 56.912083 37.183533Q56.912083 38.589783 56.490208 39.402283Q56.068333 40.199158 55.255833 40.652283Q54.458958 41.089783 53.521458 41.089783Q51.990208 41.089783 51.052708 40.105408Q50.115208 39.121033 50.115208 37.292908ZM51.380833 37.292908Q51.380833 38.683533 51.990208 39.386658Q52.599583 40.074158 53.521458 40.074158Q54.427708 40.074158 55.037083 39.371033Q55.646458 38.667908 55.646458 37.246033Q55.646458 35.902283 55.037083 35.214783Q54.427708 34.511658 53.521458 34.511658Q52.599583 34.511658 51.990208 35.199158Q51.380833 35.886658 51.380833 37.292908ZM61.255833 39.824158L61.427708 40.902283Q60.912083 41.011658 60.505833 41.011658Q59.833958 41.011658 59.458958 40.808533Q59.099583 40.589783 58.943333 40.246033Q58.802708 39.902283 58.802708 38.792908L58.802708 34.621033L57.896458 34.621033L57.896458 33.652283L58.802708 33.652283L58.802708 31.855408L60.021458 31.121033L60.021458 33.652283L61.255833 33.652283L61.255833 34.621033L60.021458 34.621033L60.021458 38.855408Q60.021458 39.386658 60.083958 39.542908Q60.146458 39.683533 60.287083 39.777283Q60.443333 39.871033 60.708958 39.871033Q60.927708 39.871033 61.255833 39.824158ZM66.865204 40.917908L66.865204 34.621033L65.771454 34.621033L65.771454 33.652283L66.865204 33.652283L66.865204 32.886658Q66.865204 32.152283 66.990204 31.792908Q67.177704 31.324158 67.615204 31.027283Q68.06833 30.730408 68.88083 30.730408Q69.396454 30.730408 70.021454 30.855408L69.833954 31.917908Q69.458954 31.855408 69.115204 31.855408Q68.552704 31.855408 68.31833 32.089783Q68.083954 32.324158 68.083954 32.980408L68.083954 33.652283L69.50583 33.652283L69.50583 34.621033L68.083954 34.621033L68.083954 40.917908L66.865204 40.917908ZM70.115204 37.292908Q70.115204 35.277283 71.240204 34.292908Q72.16208 33.496033 73.521454 33.496033Q75.00583 33.496033 75.958954 34.480408Q76.91208 35.449158 76.91208 37.183533Q76.91208 38.589783 76.490204 39.402283Q76.06833 40.199158 75.25583 40.652283Q74.458954 41.089783 73.521454 41.089783Q71.990204 41.089783 71.052704 40.105408Q70.115204 39.121033 70.115204 37.292908ZM71.38083 37.292908Q71.38083 38.683533 71.990204 39.386658Q72.59958 40.074158 73.521454 40.074158Q74.427704 40.074158 75.03708 39.371033Q75.646454 38.667908 75.646454 37.246033Q75.646454 35.902283 75.03708 35.214783Q74.427704 34.511658 73.521454 34.511658Q72.59958 34.511658 71.990204 35.199158Q71.38083 35.886658 71.38083 37.292908ZM78.552704 40.917908L78.552704 33.652283L79.66208 33.652283L79.66208 34.761658Q80.083954 33.980408 80.44333 33.746033Q80.802704 33.496033 81.240204 33.496033Q81.865204 33.496033 82.50583 33.886658L82.083954 35.027283Q81.63083 34.761658 81.177704 34.761658Q80.771454 34.761658 80.44333 35.011658Q80.13083 35.246033 79.990204 35.683533Q79.78708 36.339783 79.78708 37.121033L79.78708 40.917908L78.552704 40.917908ZM90.25583 39.824158L90.427704 40.902283Q89.91208 41.011658 89.50583 41.011658Q88.833954 41.011658 88.458954 40.808533Q88.09958 40.589783 87.94333 40.246033Q87.802704 39.902283 87.802704 38.792908L87.802704 34.621033L86.896454 34.621033L86.896454 33.652283L87.802704 33.652283L87.802704 31.855408L89.021454 31.121033L89.021454 33.652283L90.25583 33.652283L90.25583 34.621033L89.021454 34.621033L89.021454 38.855408Q89.021454 39.386658 89.083954 39.542908Q89.146454 39.683533 89.28708 39.777283Q89.44333 39.871033 89.708954 39.871033Q89.927704 39.871033 90.25583 39.824158ZM91.56833 40.917908L91.56833 30.902283L92.802704 30.902283L92.802704 34.496033Q93.66208 33.496033 94.97458 33.496033Q95.78708 33.496033 96.38083 33.824158Q96.97458 34.136658 97.22458 34.699158Q97.490204 35.246033 97.490204 36.324158L97.490204 40.917908L96.25583 40.917908L96.25583 36.324158Q96.25583 35.386658 95.84958 34.980408Q95.458954 34.558533 94.72458 34.558533Q94.177704 34.558533 93.69333 34.839783Q93.208954 35.121033 93.00583 35.605408Q92.802704 36.089783 92.802704 36.949158L92.802704 40.917908L91.56833 40.917908ZM104.53708 38.574158L105.81833 38.730408Q105.50583 39.855408 104.69333 40.480408Q103.88083 41.089783 102.615204 41.089783Q101.021454 41.089783 100.083954 40.105408Q99.16208 39.121033 99.16208 37.355408Q99.16208 35.511658 100.09958 34.511658Q101.052704 33.496033 102.552704 33.496033Q104.00583 33.496033 104.927704 34.496033Q105.84958 35.480408 105.84958 37.277283Q105.84958 37.386658 105.84958 37.605408L100.427704 37.605408Q100.50583 38.792908 101.09958 39.433533Q101.708954 40.074158 102.63083 40.074158Q103.302704 40.074158 103.771454 39.714783Q104.25583 39.355408 104.53708 38.574158ZM100.50583 36.589783L104.552704 36.589783Q104.47458 35.667908 104.083954 35.214783Q103.50583 34.511658 102.56833 34.511658Q101.708954 34.511658 101.13083 35.074158Q100.56833 35.636658 100.50583 36.589783ZM111.865204 40.917908L111.865204 34.621033L110.771454 34.621033L110.771454 33.652283L111.865204 33.652283L111.865204 32.886658Q111.865204 32.152283 111.990204 31.792908Q112.177704 31.324158 112.615204 31.027283Q113.06833 30.730408 113.88083 30.730408Q114.396454 30.730408 115.021454 30.855408L114.833954 31.917908Q114.458954 31.855408 114.115204 31.855408Q113.552704 31.855408 113.31833 32.089783Q113.083954 32.324158 113.083954 32.980408L113.083954 33.652283L114.50583 33.652283L114.50583 34.621033L113.083954 34.621033L113.083954 40.917908L111.865204 40.917908ZM115.115204 37.292908Q115.115204 35.277283 116.240204 34.292908Q117.16208 33.496033 118.521454 33.496033Q120.00583 33.496033 120.958954 34.480408Q121.91208 35.449158 121.91208 37.183533Q121.91208 38.589783 121.490204 39.402283Q121.06833 40.199158 120.25583 40.652283Q119.458954 41.089783 118.521454 41.089783Q116.990204 41.089783 116.052704 40.105408Q115.115204 39.121033 115.115204 37.292908ZM116.38083 37.292908Q116.38083 38.683533 116.990204 39.386658Q117.59958 40.074158 118.521454 40.074158Q119.427704 40.074158 120.03708 39.371033Q120.646454 38.667908 120.646454 37.246033Q120.646454 35.902283 120.03708 35.214783Q119.427704 34.511658 118.521454 34.511658Q117.59958 34.511658 116.990204 35.199158Q116.38083 35.886658 116.38083 37.292908ZM123.53708 40.917908L123.53708 30.902283L124.771454 30.902283L124.771454 40.917908L123.53708 40.917908ZM126.53708 40.917908L126.53708 30.902283L127.771454 30.902283L127.771454 40.917908L126.53708 40.917908ZM129.1152 37.292908Q129.1152 35.277283 130.2402 34.292908Q131.16208 33.496033 132.52145 33.496033Q134.00583 33.496033 134.95895 34.480408Q135.91208 35.449158 135.91208 37.183533Q135.91208 38.589783 135.4902 39.402283Q135.06833 40.199158 134.25583 40.652283Q133.45895 41.089783 132.52145 41.089783Q130.9902 41.089783 130.0527 40.105408Q129.1152 39.121033 129.1152 37.292908ZM130.38083 37.292908Q130.38083 38.683533 130.9902 39.386658Q131.59958 40.074158 132.52145 40.074158Q133.4277 40.074158 134.03708 39.371033Q134.64645 38.667908 134.64645 37.246033Q134.64645 35.902283 134.03708 35.214783Q133.4277 34.511658 132.52145 34.511658Q131.59958 34.511658 130.9902 35.199158Q130.38083 35.886658 130.38083 37.292908ZM138.91208 40.917908L136.69333 33.652283L137.95895 33.652283L139.1152 37.855408L139.5527 39.402283Q139.56833 39.292908 139.9277 37.902283L141.08395 33.652283L142.33395 33.652283L143.4277 37.871033L143.78708 39.261658L144.20895 37.855408L145.45895 33.652283L146.64645 33.652283L144.38083 40.917908L143.09958 40.917908L141.94333 36.574158L141.66208 35.339783L140.19333 40.917908L138.91208 40.917908ZM147.58395 32.308533L147.58395 30.902283L148.8027 30.902283L148.8027 32.308533L147.58395 32.308533ZM147.58395 40.917908L147.58395 33.652283L148.8027 33.652283L148.8027 40.917908L147.58395 40.917908ZM150.56833 40.917908L150.56833 33.652283L151.6777 33.652283L151.6777 34.683533Q152.47458 33.496033 153.9902 33.496033Q154.64645 33.496033 155.19333 33.730408Q155.7402 33.964783 156.00583 34.355408Q156.28708 34.730408 156.39645 35.261658Q156.47458 35.605408 156.47458 36.449158L156.47458 40.917908L155.2402 40.917908L155.2402 36.496033Q155.2402 35.746033 155.09958 35.386658Q154.95895 35.011658 154.58395 34.792908Q154.22458 34.558533 153.72458 34.558533Q152.94333 34.558533 152.3652 35.058533Q151.8027 35.558533 151.8027 36.949158L151.8027 40.917908L150.56833 40.917908ZM158.34958 41.527283L159.53708 41.699158Q159.6152 42.246033 159.95895 42.511658Q160.41208 42.839783 161.20895 42.839783Q162.06833 42.839783 162.52145 42.496033Q162.9902 42.167908 163.16208 41.542908Q163.25583 41.167908 163.2402 39.964783Q162.44333 40.917908 161.2402 40.917908Q159.7402 40.917908 158.91208 39.839783Q158.09958 38.761658 158.09958 37.246033Q158.09958 36.214783 158.47458 35.339783Q158.84958 34.449158 159.5527 33.980408Q160.27145 33.496033 161.2402 33.496033Q162.52145 33.496033 163.3652 34.527283L163.3652 33.652283L164.4902 33.652283L164.4902 39.933533Q164.4902 41.636658 164.14645 42.339783Q163.8027 43.042908 163.0527 43.449158Q162.3027 43.871033 161.20895 43.871033Q159.91208 43.871033 159.1152 43.277283Q158.31833 42.699158 158.34958 41.527283ZM159.3652 37.152283Q159.3652 38.589783 159.9277 39.246033Q160.4902 39.902283 161.34958 39.902283Q162.19333 39.902283 162.77145 39.246033Q163.34958 38.589783 163.34958 37.199158Q163.34958 35.871033 162.75583 35.199158Q162.16208 34.511658 161.33395 34.511658Q160.50583 34.511658 159.9277 35.183533Q159.3652 35.839783 159.3652 37.152283ZM170.5527 40.917908L170.5527 33.652283L171.66208 33.652283L171.66208 34.761658Q172.08395 33.980408 172.44333 33.746033Q172.8027 33.496033 173.2402 33.496033Q173.8652 33.496033 174.50583 33.886658L174.08395 35.027283Q173.63083 34.761658 173.1777 34.761658Q172.77145 34.761658 172.44333 35.011658Q172.13083 35.246033 171.9902 35.683533Q171.78708 36.339783 171.78708 37.121033L171.78708 40.917908L170.5527 40.917908ZM180.53708 38.574158L181.81833 38.730408Q181.50583 39.855408 180.69333 40.480408Q179.88083 41.089783 178.6152 41.089783Q177.02145 41.089783 176.08395 40.105408Q175.16208 39.121033 175.16208 37.355408Q175.16208 35.511658 176.09958 34.511658Q177.0527 33.496033 178.5527 33.496033Q180.00583 33.496033 180.9277 34.496033Q181.84958 35.480408 181.84958 37.277283Q181.84958 37.386658 181.84958 37.605408L176.4277 37.605408Q176.50583 38.792908 177.09958 39.433533Q177.70895 40.074158 178.63083 40.074158Q179.3027 40.074158 179.77145 39.714783Q180.25583 39.355408 180.53708 38.574158ZM176.50583 36.589783L180.5527 36.589783Q180.47458 35.667908 180.08395 35.214783Q179.50583 34.511658 178.56833 34.511658Q177.70895 34.511658 177.13083 35.074158Q176.56833 35.636658 176.50583 36.589783ZM188.3027 40.027283Q187.63083 40.605408 186.9902 40.855408Q186.3652 41.089783 185.63083 41.089783Q184.44333 41.089783 183.78708 40.511658Q183.14645 39.917908 183.14645 38.996033Q183.14645 38.464783 183.38083 38.027283Q183.63083 37.589783 184.02145 37.324158Q184.4277 37.058533 184.91208 36.917908Q185.27145 36.824158 186.00583 36.730408Q187.50583 36.558533 188.20895 36.308533Q188.20895 36.058533 188.20895 35.996033Q188.20895 35.230408 187.8652 34.933533Q187.39645 34.511658 186.45895 34.511658Q185.59958 34.511658 185.1777 34.824158Q184.77145 35.121033 184.56833 35.886658L183.3652 35.730408Q183.52145 34.949158 183.89645 34.480408Q184.28708 34.011658 184.9902 33.761658Q185.70895 33.496033 186.64645 33.496033Q187.56833 33.496033 188.14645 33.714783Q188.72458 33.933533 188.9902 34.261658Q189.27145 34.589783 189.38083 35.105408Q189.44333 35.417908 189.44333 36.230408L189.44333 37.871033Q189.44333 39.589783 189.52145 40.042908Q189.59958 40.496033 189.83395 40.917908L188.5527 40.917908Q188.3652 40.527283 188.3027 40.027283ZM188.20895 37.277283Q187.53708 37.542908 186.19333 37.746033Q185.44333 37.855408 185.1152 37.996033Q184.8027 38.121033 184.63083 38.386658Q184.45895 38.652283 184.45895 38.964783Q184.45895 39.464783 184.83395 39.792908Q185.20895 40.121033 185.9277 40.121033Q186.64645 40.121033 187.19333 39.808533Q187.7402 39.496033 188.00583 38.949158Q188.20895 38.542908 188.20895 37.730408L188.20895 37.277283ZM191.08395 38.746033L192.28708 38.558533Q192.39645 39.292908 192.8652 39.683533Q193.33395 40.074158 194.1777 40.074158Q195.02145 40.074158 195.4277 39.730408Q195.84958 39.386658 195.84958 38.917908Q195.84958 38.496033 195.47458 38.261658Q195.22458 38.089783 194.22458 37.839783Q192.8652 37.496033 192.33395 37.246033Q191.81833 36.996033 191.5527 36.558533Q191.28708 36.121033 191.28708 35.589783Q191.28708 35.105408 191.50583 34.699158Q191.72458 34.277283 192.1152 33.996033Q192.39645 33.792908 192.88083 33.652283Q193.38083 33.496033 193.95895 33.496033Q194.8027 33.496033 195.44333 33.746033Q196.09958 33.980408 196.41208 34.402283Q196.72458 34.824158 196.83395 35.527283L195.63083 35.699158Q195.5527 35.136658 195.14645 34.824158Q194.75583 34.511658 194.03708 34.511658Q193.19333 34.511658 192.83395 34.792908Q192.47458 35.058533 192.47458 35.449158Q192.47458 35.683533 192.6152 35.871033Q192.77145 36.074158 193.09958 36.199158Q193.27145 36.261658 194.1777 36.511658Q195.4902 36.871033 196.00583 37.089783Q196.52145 37.308533 196.8027 37.730408Q197.09958 38.152283 197.09958 38.777283Q197.09958 39.402283 196.7402 39.949158Q196.39645 40.480408 195.70895 40.792908Q195.03708 41.089783 194.1777 41.089783Q192.77145 41.089783 192.02145 40.496033Q191.28708 39.902283 191.08395 38.746033ZM198.1152 37.292908Q198.1152 35.277283 199.2402 34.292908Q200.16208 33.496033 201.52145 33.496033Q203.00583 33.496033 203.95895 34.480408Q204.91208 35.449158 204.91208 37.183533Q204.91208 38.589783 204.4902 39.402283Q204.06833 40.199158 203.25583 40.652283Q202.45895 41.089783 201.52145 41.089783Q199.9902 41.089783 199.0527 40.105408Q198.1152 39.121033 198.1152 37.292908ZM199.38083 37.292908Q199.38083 38.683533 199.9902 39.386658Q200.59958 40.074158 201.52145 40.074158Q202.4277 40.074158 203.03708 39.371033Q203.64645 38.667908 203.64645 37.246033Q203.64645 35.902283 203.03708 35.214783Q202.4277 34.511658 201.52145 34.511658Q200.59958 34.511658 199.9902 35.199158Q199.38083 35.886658 199.38083 37.292908ZM206.56833 40.917908L206.56833 33.652283L207.6777 33.652283L207.6777 34.683533Q208.47458 33.496033 209.9902 33.496033Q210.64645 33.496033 211.19333 33.730408Q211.7402 33.964783 212.00583 34.355408Q212.28708 34.730408 212.39645 35.261658Q212.47458 35.605408 212.47458 36.449158L212.47458 40.917908L211.2402 40.917908L211.2402 36.496033Q211.2402 35.746033 211.09958 35.386658Q210.95895 35.011658 210.58395 34.792908Q210.22458 34.558533 209.72458 34.558533Q208.94333 34.558533 208.3652 35.058533Q207.8027 35.558533 207.8027 36.949158L207.8027 40.917908L206.56833 40.917908ZM214.08395 38.746033L215.28708 38.558533Q215.39645 39.292908 215.8652 39.683533Q216.33395 40.074158 217.1777 40.074158Q218.02145 40.074158 218.4277 39.730408Q218.84958 39.386658 218.84958 38.917908Q218.84958 38.496033 218.47458 38.261658Q218.22458 38.089783 217.22458 37.839783Q215.8652 37.496033 215.33395 37.246033Q214.81833 36.996033 214.5527 36.558533Q214.28708 36.121033 214.28708 35.589783Q214.28708 35.105408 214.50583 34.699158Q214.72458 34.277283 215.1152 33.996033Q215.39645 33.792908 215.88083 33.652283Q216.38083 33.496033 216.95895 33.496033Q217.8027 33.496033 218.44333 33.746033Q219.09958 33.980408 219.41208 34.402283Q219.72458 34.824158 219.83395 35.527283L218.63083 35.699158Q218.5527 35.136658 218.14645 34.824158Q217.75583 34.511658 217.03708 34.511658Q216.19333 34.511658 215.83395 34.792908Q215.47458 35.058533 215.47458 35.449158Q215.47458 35.683533 215.6152 35.871033Q215.77145 36.074158 216.09958 36.199158Q216.27145 36.261658 217.1777 36.511658Q218.4902 36.871033 219.00583 37.089783Q219.52145 37.308533 219.8027 37.730408Q220.09958 38.152283 220.09958 38.777283Q220.09958 39.402283 219.7402 39.949158Q219.39645 40.480408 218.70895 40.792908Q218.03708 41.089783 217.1777 41.089783Q215.77145 41.089783 215.02145 40.496033Q214.28708 39.902283 214.08395 38.746033ZM221.89645 40.917908L221.89645 39.511658L223.28708 39.511658L223.28708 40.917908Q223.28708 41.683533 223.00583 42.152283Q222.7402 42.636658 222.14645 42.902283L221.8027 42.371033Q222.19333 42.199158 222.38083 41.871033Q222.56833 41.542908 222.58395 40.917908L221.89645 40.917908ZM229.95895 40.917908L229.95895 30.902283L231.27145 30.902283L231.27145 40.917908L229.95895 40.917908ZM238.91208 40.917908L236.69333 33.652283L237.95895 33.652283L239.1152 37.855408L239.5527 39.402283Q239.56833 39.292908 239.9277 37.902283L241.08395 33.652283L242.33395 33.652283L243.4277 37.871033L243.78708 39.261658L244.20895 37.855408L245.45895 33.652283L246.64645 33.652283L244.38083 40.917908L243.09958 40.917908L241.94333 36.574158L241.66208 35.339783L240.19333 40.917908L238.91208 40.917908ZM247.1152 37.292908Q247.1152 35.277283 248.2402 34.292908Q249.16208 33.496033 250.52145 33.496033Q252.00583 33.496033 252.95895 34.480408Q253.91208 35.449158 253.91208 37.183533Q253.91208 38.589783 253.4902 39.402283Q253.06833 40.199158 252.25583 40.652283Q251.45895 41.089783 250.52145 41.089783Q248.9902 41.089783 248.0527 40.105408Q247.1152 39.121033 247.1152 37.292908ZM248.38083 37.292908Q248.38083 38.683533 248.9902 39.386658Q249.59958 40.074158 250.52145 40.074158Q251.4277 40.074158 252.03708 39.371033Q252.64645 38.667908 252.64645 37.246033Q252.64645 35.902283 252.03708 35.214783Q251.4277 34.511658 250.52145 34.511658Q249.59958 34.511658 248.9902 35.199158Q248.38083 35.886658 248.38083 37.292908ZM260.33395 40.917908L260.33395 39.855408Q259.47458 41.089783 258.02145 41.089783Q257.38083 41.089783 256.81833 40.839783Q256.27145 40.589783 255.9902 40.214783Q255.72458 39.839783 255.6152 39.308533Q255.53708 38.949158 255.53708 38.152283L255.53708 33.652283L256.77145 33.652283L256.77145 37.683533Q256.77145 38.652283 256.84958 38.980408Q256.95895 39.464783 257.33395 39.746033Q257.70895 40.027283 258.27145 40.027283Q258.81833 40.027283 259.3027 39.746033Q259.78708 39.449158 259.9902 38.964783Q260.19333 38.480408 260.19333 37.542908L260.19333 33.652283L261.4277 33.652283L261.4277 40.917908L260.33395 40.917908ZM263.53708 40.917908L263.53708 30.902283L264.77145 30.902283L264.77145 40.917908L263.53708 40.917908ZM271.28708 40.917908L271.28708 39.996033Q270.58395 41.089783 269.25583 41.089783Q268.38083 41.089783 267.64645 40.605408Q266.9277 40.121033 266.52145 39.261658Q266.13083 38.402283 266.13083 37.292908Q266.13083 36.214783 266.4902 35.324158Q266.84958 34.433533 267.56833 33.964783Q268.3027 33.496033 269.19333 33.496033Q269.84958 33.496033 270.3652 33.777283Q270.88083 34.042908 271.19333 34.496033L271.19333 30.902283L272.4277 30.902283L272.4277 40.917908L271.28708 40.917908ZM267.39645 37.292908Q267.39645 38.683533 267.97458 39.386658Q268.56833 40.074158 269.3652 40.074158Q270.1777 40.074158 270.7402 39.417908Q271.3027 38.746033 271.3027 37.402283Q271.3027 35.902283 270.72458 35.214783Q270.14645 34.511658 269.31833 34.511658Q268.4902 34.511658 267.94333 35.183533Q267.39645 35.855408 267.39645 37.292908ZM283.33395 40.917908L283.33395 39.855408Q282.47458 41.089783 281.02145 41.089783Q280.38083 41.089783 279.81833 40.839783Q279.27145 40.589783 278.9902 40.214783Q278.72458 39.839783 278.6152 39.308533Q278.53708 38.949158 278.53708 38.152283L278.53708 33.652283L279.77145 33.652283L279.77145 37.683533Q279.77145 38.652283 279.84958 38.980408Q279.95895 39.464783 280.33395 39.746033Q280.70895 40.027283 281.27145 40.027283Q281.81833 40.027283 282.3027 39.746033Q282.78708 39.449158 282.9902 38.964783Q283.19333 38.480408 283.19333 37.542908L283.19333 33.652283L284.4277 33.652283L284.4277 40.917908L283.33395 40.917908ZM286.08395 38.746033L287.28708 38.558533Q287.39645 39.292908 287.8652 39.683533Q288.33395 40.074158 289.1777 40.074158Q290.02145 40.074158 290.4277 39.730408Q290.84958 39.386658 290.84958 38.917908Q290.84958 38.496033 290.47458 38.261658Q290.22458 38.089783 289.22458 37.839783Q287.8652 37.496033 287.33395 37.246033Q286.81833 36.996033 286.5527 36.558533Q286.28708 36.121033 286.28708 35.589783Q286.28708 35.105408 286.50583 34.699158Q286.72458 34.277283 287.1152 33.996033Q287.39645 33.792908 287.88083 33.652283Q288.38083 33.496033 288.95895 33.496033Q289.8027 33.496033 290.44333 33.746033Q291.09958 33.980408 291.41208 34.402283Q291.72458 34.824158 291.83395 35.527283L290.63083 35.699158Q290.5527 35.136658 290.14645 34.824158Q289.75583 34.511658 289.03708 34.511658Q288.19333 34.511658 287.83395 34.792908Q287.47458 35.058533 287.47458 35.449158Q287.47458 35.683533 287.6152 35.871033Q287.77145 36.074158 288.09958 36.199158Q288.27145 36.261658 289.1777 36.511658Q290.4902 36.871033 291.00583 37.089783Q291.52145 37.308533 291.8027 37.730408Q292.09958 38.152283 292.09958 38.777283Q292.09958 39.402283 291.7402 39.949158Q291.39645 40.480408 290.70895 40.792908Q290.03708 41.089783 289.1777 41.089783Q287.77145 41.089783 287.02145 40.496033Q286.28708 39.902283 286.08395 38.746033ZM298.53708 38.574158L299.81833 38.730408Q299.50583 39.855408 298.69333 40.480408Q297.88083 41.089783 296.6152 41.089783Q295.02145 41.089783 294.08395 40.105408Q293.16208 39.121033 293.16208 37.355408Q293.16208 35.511658 294.09958 34.511658Q295.0527 33.496033 296.5527 33.496033Q298.00583 33.496033 298.9277 34.496033Q299.84958 35.480408 299.84958 37.277283Q299.84958 37.386658 299.84958 37.605408L294.4277 37.605408Q294.50583 38.792908 295.09958 39.433533Q295.70895 40.074158 296.63083 40.074158Q297.3027 40.074158 297.77145 39.714783Q298.25583 39.355408 298.53708 38.574158ZM294.50583 36.589783L298.5527 36.589783Q298.47458 35.667908 298.08395 35.214783Q297.50583 34.511658 296.56833 34.511658Q295.70895 34.511658 295.13083 35.074158Q294.56833 35.636658 294.50583 36.589783ZM310.41208 36.980408L310.41208 35.808533L314.66208 35.808533L314.66208 39.527283Q313.6777 40.308533 312.63083 40.699158Q311.59958 41.089783 310.50583 41.089783Q309.03708 41.089783 307.81833 40.464783Q306.6152 39.824158 306.00583 38.636658Q305.39645 37.433533 305.39645 35.949158Q305.39645 34.496033 306.00583 33.230408Q306.6152 31.949158 307.75583 31.339783Q308.91208 30.730408 310.41208 30.730408Q311.4902 30.730408 312.3652 31.089783Q313.25583 31.433533 313.75583 32.058533Q314.25583 32.683533 314.50583 33.699158L313.31833 34.027283Q313.08395 33.261658 312.7402 32.824158Q312.41208 32.386658 311.78708 32.121033Q311.1777 31.855408 310.41208 31.855408Q309.50583 31.855408 308.83395 32.136658Q308.1777 32.417908 307.77145 32.871033Q307.3652 33.308533 307.14645 33.855408Q306.75583 34.792908 306.75583 35.871033Q306.75583 37.214783 307.20895 38.121033Q307.6777 39.011658 308.5527 39.449158Q309.44333 39.886658 310.44333 39.886658Q311.3027 39.886658 312.1152 39.558533Q312.94333 39.230408 313.3652 38.855408L313.3652 36.980408L310.41208 36.980408ZM316.1152 37.292908Q316.1152 35.277283 317.2402 34.292908Q318.16208 33.496033 319.52145 33.496033Q321.00583 33.496033 321.95895 34.480408Q322.91208 35.449158 322.91208 37.183533Q322.91208 38.589783 322.4902 39.402283Q322.06833 40.199158 321.25583 40.652283Q320.45895 41.089783 319.52145 41.089783Q317.9902 41.089783 317.0527 40.105408Q316.1152 39.121033 316.1152 37.292908ZM317.38083 37.292908Q317.38083 38.683533 317.9902 39.386658Q318.59958 40.074158 319.52145 40.074158Q320.4277 40.074158 321.03708 39.371033Q321.64645 38.667908 321.64645 37.246033Q321.64645 35.902283 321.03708 35.214783Q320.4277 34.511658 319.52145 34.511658Q318.59958 34.511658 317.9902 35.199158Q317.38083 35.886658 317.38083 37.292908ZM328.56833 40.917908L328.56833 33.652283L329.6777 33.652283L329.6777 34.683533Q330.00583 34.136658 330.56833 33.824158Q331.14645 33.496033 331.8652 33.496033Q332.6777 33.496033 333.19333 33.839783Q333.70895 34.167908 333.9277 34.761658Q334.78708 33.496033 336.16208 33.496033Q337.2402 33.496033 337.81833 34.089783Q338.41208 34.683533 338.41208 35.933533L338.41208 40.917908L337.1777 40.917908L337.1777 36.339783Q337.1777 35.605408 337.0527 35.277283Q336.94333 34.949158 336.63083 34.761658Q336.31833 34.558533 335.89645 34.558533Q335.13083 34.558533 334.6152 35.074158Q334.1152 35.574158 334.1152 36.699158L334.1152 40.917908L332.88083 40.917908L332.88083 36.199158Q332.88083 35.386658 332.58395 34.980408Q332.28708 34.558533 331.59958 34.558533Q331.08395 34.558533 330.63083 34.839783Q330.19333 35.105408 329.9902 35.636658Q329.8027 36.152283 329.8027 37.152283L329.8027 40.917908L328.56833 40.917908ZM340.1152 37.292908Q340.1152 35.277283 341.2402 34.292908Q342.16208 33.496033 343.52145 33.496033Q345.00583 33.496033 345.95895 34.480408Q346.91208 35.449158 346.91208 37.183533Q346.91208 38.589783 346.4902 39.402283Q346.06833 40.199158 345.25583 40.652283Q344.45895 41.089783 343.52145 41.089783Q341.9902 41.089783 341.0527 40.105408Q340.1152 39.121033 340.1152 37.292908ZM341.38083 37.292908Q341.38083 38.683533 341.9902 39.386658Q342.59958 40.074158 343.52145 40.074158Q344.4277 40.074158 345.03708 39.371033Q345.64645 38.667908 345.64645 37.246033Q345.64645 35.902283 345.03708 35.214783Q344.4277 34.511658 343.52145 34.511658Q342.59958 34.511658 341.9902 35.199158Q341.38083 35.886658 341.38083 37.292908ZM348.5527 40.917908L348.5527 33.652283L349.66208 33.652283L349.66208 34.761658Q350.08395 33.980408 350.44333 33.746033Q350.8027 33.496033 351.2402 33.496033Q351.8652 33.496033 352.50583 33.886658L352.08395 35.027283Q351.63083 34.761658 351.1777 34.761658Q350.77145 34.761658 350.44333 35.011658Q350.13083 35.246033 349.9902 35.683533Q349.78708 36.339783 349.78708 37.121033L349.78708 40.917908L348.5527 40.917908ZM358.53708 38.574158L359.81833 38.730408Q359.50583 39.855408 358.69333 40.480408Q357.88083 41.089783 356.6152 41.089783Q355.02145 41.089783 354.08395 40.105408Q353.16208 39.121033 353.16208 37.355408Q353.16208 35.511658 354.09958 34.511658Q355.0527 33.496033 356.5527 33.496033Q358.00583 33.496033 358.9277 34.496033Q359.84958 35.480408 359.84958 37.277283Q359.84958 37.386658 359.84958 37.605408L354.4277 37.605408Q354.50583 38.792908 355.09958 39.433533Q355.70895 40.074158 356.63083 40.074158Q357.3027 40.074158 357.77145 39.714783Q358.25583 39.355408 358.53708 38.574158ZM354.50583 36.589783L358.5527 36.589783Q358.47458 35.667908 358.08395 35.214783Q357.50583 34.511658 356.56833 34.511658Q355.70895 34.511658 355.13083 35.074158Q354.56833 35.636658 354.50583 36.589783ZM361.91208 35.058533L361.91208 33.652283L363.31833 33.652283L363.31833 35.058533L361.91208 35.058533ZM361.91208 40.917908L361.91208 39.511658L363.31833 39.511658L363.31833 40.917908L361.91208 40.917908ZM371.9277 43.871033Q370.89645 42.574158 370.19333 40.855408Q369.4902 39.136658 369.4902 37.292908Q369.4902 35.667908 370.02145 34.167908Q370.63083 32.433533 371.9277 30.730408L372.8027 30.730408Q371.97458 32.152283 371.70895 32.761658Q371.28708 33.699158 371.0527 34.730408Q370.75583 35.996033 370.75583 37.292908Q370.75583 40.589783 372.8027 43.871033L371.9277 43.871033ZM374.08395 38.746033L375.28708 38.558533Q375.39645 39.292908 375.8652 39.683533Q376.33395 40.074158 377.1777 40.074158Q378.02145 40.074158 378.4277 39.730408Q378.84958 39.386658 378.84958 38.917908Q378.84958 38.496033 378.47458 38.261658Q378.22458 38.089783 377.22458 37.839783Q375.8652 37.496033 375.33395 37.246033Q374.81833 36.996033 374.5527 36.558533Q374.28708 36.121033 374.28708 35.589783Q374.28708 35.105408 374.50583 34.699158Q374.72458 34.277283 375.1152 33.996033Q375.39645 33.792908 375.88083 33.652283Q376.38083 33.496033 376.95895 33.496033Q377.8027 33.496033 378.44333 33.746033Q379.09958 33.980408 379.41208 34.402283Q379.72458 34.824158 379.83395 35.527283L378.63083 35.699158Q378.5527 35.136658 378.14645 34.824158Q377.75583 34.511658 377.03708 34.511658Q376.19333 34.511658 375.83395 34.792908Q375.47458 35.058533 375.47458 35.449158Q375.47458 35.683533 375.6152 35.871033Q375.77145 36.074158 376.09958 36.199158Q376.27145 36.261658 377.1777 36.511658Q378.4902 36.871033 379.00583 37.089783Q379.52145 37.308533 379.8027 37.730408Q380.09958 38.152283 380.09958 38.777283Q380.09958 39.402283 379.7402 39.949158Q379.39645 40.480408 378.70895 40.792908Q378.03708 41.089783 377.1777 41.089783Q375.77145 41.089783 375.02145 40.496033Q374.28708 39.902283 374.08395 38.746033ZM386.53708 38.574158L387.81833 38.730408Q387.50583 39.855408 386.69333 40.480408Q385.88083 41.089783 384.6152 41.089783Q383.02145 41.089783 382.08395 40.105408Q381.16208 39.121033 381.16208 37.355408Q381.16208 35.511658 382.09958 34.511658Q383.0527 33.496033 384.5527 33.496033Q386.00583 33.496033 386.9277 34.496033Q387.84958 35.480408 387.84958 37.277283Q387.84958 37.386658 387.84958 37.605408L382.4277 37.605408Q382.50583 38.792908 383.09958 39.433533Q383.70895 40.074158 384.63083 40.074158Q385.3027 40.074158 385.77145 39.714783Q386.25583 39.355408 386.53708 38.574158ZM382.50583 36.589783L386.5527 36.589783Q386.47458 35.667908 386.08395 35.214783Q385.50583 34.511658 384.56833 34.511658Q383.70895 34.511658 383.13083 35.074158Q382.56833 35.636658 382.50583 36.589783ZM389.53708 40.917908L389.53708 30.902283L390.77145 30.902283L390.77145 40.917908L389.53708 40.917908ZM397.53708 38.574158L398.81833 38.730408Q398.50583 39.855408 397.69333 40.480408Q396.88083 41.089783 395.6152 41.089783Q394.02145 41.089783 393.08395 40.105408Q392.16208 39.121033 392.16208 37.355408Q392.16208 35.511658 393.09958 34.511658Q394.0527 33.496033 395.5527 33.496033Q397.00583 33.496033 397.9277 34.496033Q398.84958 35.480408 398.84958 37.277283Q398.84958 37.386658 398.84958 37.605408L393.4277 37.605408Q393.50583 38.792908 394.09958 39.433533Q394.70895 40.074158 395.63083 40.074158Q396.3027 40.074158 396.77145 39.714783Q397.25583 39.355408 397.53708 38.574158ZM393.50583 36.589783L397.5527 36.589783Q397.47458 35.667908 397.08395 35.214783Q396.50583 34.511658 395.56833 34.511658Q394.70895 34.511658 394.13083 35.074158Q393.56833 35.636658 393.50583 36.589783ZM405.3027 38.261658L406.52145 38.417908Q406.31833 39.667908 405.4902 40.386658Q404.6777 41.089783 403.4902 41.089783Q402.00583 41.089783 401.09958 40.121033Q400.19333 39.136658 400.19333 37.308533Q400.19333 36.136658 400.58395 35.261658Q400.97458 34.371033 401.77145 33.933533Q402.56833 33.496033 403.50583 33.496033Q404.6777 33.496033 405.4277 34.089783Q406.19333 34.683533 406.39645 35.792908L405.20895 35.980408Q405.03708 35.246033 404.59958 34.886658Q404.16208 34.511658 403.5527 34.511658Q402.6152 34.511658 402.03708 35.183533Q401.45895 35.839783 401.45895 37.277283Q401.45895 38.746033 402.02145 39.417908Q402.58395 40.074158 403.47458 40.074158Q404.20895 40.074158 404.69333 39.636658Q405.1777 39.183533 405.3027 38.261658ZM410.25583 39.824158L410.4277 40.902283Q409.91208 41.011658 409.50583 41.011658Q408.83395 41.011658 408.45895 40.808533Q408.09958 40.589783 407.94333 40.246033Q407.8027 39.902283 407.8027 38.792908L407.8027 34.621033L406.89645 34.621033L406.89645 33.652283L407.8027 33.652283L407.8027 31.855408L409.02145 31.121033L409.02145 33.652283L410.25583 33.652283L410.25583 34.621033L409.02145 34.621033L409.02145 38.855408Q409.02145 39.386658 409.08395 39.542908Q409.14645 39.683533 409.28708 39.777283Q409.44333 39.871033 409.70895 39.871033Q409.9277 39.871033 410.25583 39.824158ZM420.3027 40.027283Q419.63083 40.605408 418.9902 40.855408Q418.3652 41.089783 417.63083 41.089783Q416.44333 41.089783 415.78708 40.511658Q415.14645 39.917908 415.14645 38.996033Q415.14645 38.464783 415.38083 38.027283Q415.63083 37.589783 416.02145 37.324158Q416.4277 37.058533 416.91208 36.917908Q417.27145 36.824158 418.00583 36.730408Q419.50583 36.558533 420.20895 36.308533Q420.20895 36.058533 420.20895 35.996033Q420.20895 35.230408 419.8652 34.933533Q419.39645 34.511658 418.45895 34.511658Q417.59958 34.511658 417.1777 34.824158Q416.77145 35.121033 416.56833 35.886658L415.3652 35.730408Q415.52145 34.949158 415.89645 34.480408Q416.28708 34.011658 416.9902 33.761658Q417.70895 33.496033 418.64645 33.496033Q419.56833 33.496033 420.14645 33.714783Q420.72458 33.933533 420.9902 34.261658Q421.27145 34.589783 421.38083 35.105408Q421.44333 35.417908 421.44333 36.230408L421.44333 37.871033Q421.44333 39.589783 421.52145 40.042908Q421.59958 40.496033 421.83395 40.917908L420.5527 40.917908Q420.3652 40.527283 420.3027 40.027283ZM420.20895 37.277283Q419.53708 37.542908 418.19333 37.746033Q417.44333 37.855408 417.1152 37.996033Q416.8027 38.121033 416.63083 38.386658Q416.45895 38.652283 416.45895 38.964783Q416.45895 39.464783 416.83395 39.792908Q417.20895 40.121033 417.9277 40.121033Q418.64645 40.121033 419.19333 39.808533Q419.7402 39.496033 420.00583 38.949158Q420.20895 38.542908 420.20895 37.730408L420.20895 37.277283ZM423.53708 40.917908L423.53708 30.902283L424.77145 30.902283L424.77145 40.917908L423.53708 40.917908ZM426.53708 40.917908L426.53708 30.902283L427.77145 30.902283L427.77145 40.917908L426.53708 40.917908ZM436.25583 39.824158L436.4277 40.902283Q435.91208 41.011658 435.50583 41.011658Q434.83395 41.011658 434.45895 40.808533Q434.09958 40.589783 433.94333 40.246033Q433.8027 39.902283 433.8027 38.792908L433.8027 34.621033L432.89645 34.621033L432.89645 33.652283L433.8027 33.652283L433.8027 31.855408L435.02145 31.121033L435.02145 33.652283L436.25583 33.652283L436.25583 34.621033L435.02145 34.621033L435.02145 38.855408Q435.02145 39.386658 435.08395 39.542908Q435.14645 39.683533 435.28708 39.777283Q435.44333 39.871033 435.70895 39.871033Q435.9277 39.871033 436.25583 39.824158ZM437.56833 40.917908L437.56833 30.902283L438.8027 30.902283L438.8027 34.496033Q439.66208 33.496033 440.97458 33.496033Q441.78708 33.496033 442.38083 33.824158Q442.97458 34.136658 443.22458 34.699158Q443.4902 35.246033 443.4902 36.324158L443.4902 40.917908L442.25583 40.917908L442.25583 36.324158Q442.25583 35.386658 441.84958 34.980408Q441.45895 34.558533 440.72458 34.558533Q440.1777 34.558533 439.69333 34.839783Q439.20895 35.121033 439.00583 35.605408Q438.8027 36.089783 438.8027 36.949158L438.8027 40.917908L437.56833 40.917908ZM450.3027 40.027283Q449.63083 40.605408 448.9902 40.855408Q448.3652 41.089783 447.63083 41.089783Q446.44333 41.089783 445.78708 40.511658Q445.14645 39.917908 445.14645 38.996033Q445.14645 38.464783 445.38083 38.027283Q445.63083 37.589783 446.02145 37.324158Q446.4277 37.058533 446.91208 36.917908Q447.27145 36.824158 448.00583 36.730408Q449.50583 36.558533 450.20895 36.308533Q450.20895 36.058533 450.20895 35.996033Q450.20895 35.230408 449.8652 34.933533Q449.39645 34.511658 448.45895 34.511658Q447.59958 34.511658 447.1777 34.824158Q446.77145 35.121033 446.56833 35.886658L445.3652 35.730408Q445.52145 34.949158 445.89645 34.480408Q446.28708 34.011658 446.9902 33.761658Q447.70895 33.496033 448.64645 33.496033Q449.56833 33.496033 450.14645 33.714783Q450.72458 33.933533 450.9902 34.261658Q451.27145 34.589783 451.38083 35.105408Q451.44333 35.417908 451.44333 36.230408L451.44333 37.871033Q451.44333 39.589783 451.52145 40.042908Q451.59958 40.496033 451.83395 40.917908L450.5527 40.917908Q450.3652 40.527283 450.3027 40.027283ZM450.20895 37.277283Q449.53708 37.542908 448.19333 37.746033Q447.44333 37.855408 447.1152 37.996033Q446.8027 38.121033 446.63083 38.386658Q446.45895 38.652283 446.45895 38.964783Q446.45895 39.464783 446.83395 39.792908Q447.20895 40.121033 447.9277 40.121033Q448.64645 40.121033 449.19333 39.808533Q449.7402 39.496033 450.00583 38.949158Q450.20895 38.542908 450.20895 37.730408L450.20895 37.277283ZM456.25583 39.824158L456.4277 40.902283Q455.91208 41.011658 455.50583 41.011658Q454.83395 41.011658 454.45895 40.808533Q454.09958 40.589783 453.94333 40.246033Q453.8027 39.902283 453.8027 38.792908L453.8027 34.621033L452.89645 34.621033L452.89645 33.652283L453.8027 33.652283L453.8027 31.855408L455.02145 31.121033L455.02145 33.652283L456.25583 33.652283L456.25583 34.621033L455.02145 34.621033L455.02145 38.855408Q455.02145 39.386658 455.08395 39.542908Q455.14645 39.683533 455.28708 39.777283Q455.44333 39.871033 455.70895 39.871033Q455.9277 39.871033 456.25583 39.824158ZM466.3027 40.027283Q465.63083 40.605408 464.9902 40.855408Q464.3652 41.089783 463.63083 41.089783Q462.44333 41.089783 461.78708 40.511658Q461.14645 39.917908 461.14645 38.996033Q461.14645 38.464783 461.38083 38.027283Q461.63083 37.589783 462.02145 37.324158Q462.4277 37.058533 462.91208 36.917908Q463.27145 36.824158 464.00583 36.730408Q465.50583 36.558533 466.20895 36.308533Q466.20895 36.058533 466.20895 35.996033Q466.20895 35.230408 465.8652 34.933533Q465.39645 34.511658 464.45895 34.511658Q463.59958 34.511658 463.1777 34.824158Q462.77145 35.121033 462.56833 35.886658L461.3652 35.730408Q461.52145 34.949158 461.89645 34.480408Q462.28708 34.011658 462.9902 33.761658Q463.70895 33.496033 464.64645 33.496033Q465.56833 33.496033 466.14645 33.714783Q466.72458 33.933533 466.9902 34.261658Q467.27145 34.589783 467.38083 35.105408Q467.44333 35.417908 467.44333 36.230408L467.44333 37.871033Q467.44333 39.589783 467.52145 40.042908Q467.59958 40.496033 467.83395 40.917908L466.5527 40.917908Q466.3652 40.527283 466.3027 40.027283ZM466.20895 37.277283Q465.53708 37.542908 464.19333 37.746033Q463.44333 37.855408 463.1152 37.996033Q462.8027 38.121033 462.63083 38.386658Q462.45895 38.652283 462.45895 38.964783Q462.45895 39.464783 462.83395 39.792908Q463.20895 40.121033 463.9277 40.121033Q464.64645 40.121033 465.19333 39.808533Q465.7402 39.496033 466.00583 38.949158Q466.20895 38.542908 466.20895 37.730408L466.20895 37.277283ZM469.56833 43.699158L469.56833 33.652283L470.69333 33.652283L470.69333 34.605408Q471.08395 34.042908 471.58395 33.777283Q472.08395 33.496033 472.8027 33.496033Q473.72458 33.496033 474.4277 33.980408Q475.14645 34.449158 475.50583 35.324158Q475.8652 36.199158 475.8652 37.230408Q475.8652 38.339783 475.45895 39.246033Q475.06833 40.136658 474.3027 40.621033Q473.5527 41.089783 472.70895 41.089783Q472.09958 41.089783 471.59958 40.824158Q471.1152 40.558533 470.8027 40.167908L470.8027 43.699158L469.56833 43.699158ZM470.6777 37.324158Q470.6777 38.730408 471.2402 39.402283Q471.81833 40.074158 472.63083 40.074158Q473.44333 40.074158 474.02145 39.386658Q474.6152 38.683533 474.6152 37.230408Q474.6152 35.839783 474.03708 35.152283Q473.47458 34.464783 472.6777 34.464783Q471.89645 34.464783 471.28708 35.199158Q470.6777 35.933533 470.6777 37.324158ZM477.56833 43.699158L477.56833 33.652283L478.69333 33.652283L478.69333 34.605408Q479.08395 34.042908 479.58395 33.777283Q480.08395 33.496033 480.8027 33.496033Q481.72458 33.496033 482.4277 33.980408Q483.14645 34.449158 483.50583 35.324158Q483.8652 36.199158 483.8652 37.230408Q483.8652 38.339783 483.45895 39.246033Q483.06833 40.136658 482.3027 40.621033Q481.5527 41.089783 480.70895 41.089783Q480.09958 41.089783 479.59958 40.824158Q479.1152 40.558533 478.8027 40.167908L478.8027 43.699158L477.56833 43.699158ZM478.6777 37.324158Q478.6777 38.730408 479.2402 39.402283Q479.81833 40.074158 480.63083 40.074158Q481.44333 40.074158 482.02145 39.386658Q482.6152 38.683533 482.6152 37.230408Q482.6152 35.839783 482.03708 35.152283Q481.47458 34.464783 480.6777 34.464783Q479.89645 34.464783 479.28708 35.199158Q478.6777 35.933533 478.6777 37.324158ZM485.53708 40.917908L485.53708 30.902283L486.77145 30.902283L486.77145 40.917908L485.53708 40.917908ZM488.52145 43.714783L488.38083 42.558533Q488.78708 42.667908 489.08395 42.667908Q489.4902 42.667908 489.7402 42.527283Q489.9902 42.402283 490.14645 42.152283Q490.25583 41.964783 490.52145 41.230408Q490.5527 41.136658 490.63083 40.933533L487.8652 33.652283L489.19333 33.652283L490.70895 37.855408Q491.00583 38.667908 491.2402 39.542908Q491.44333 38.699158 491.7402 37.886658L493.28708 33.652283L494.52145 33.652283L491.75583 41.042908Q491.31833 42.230408 491.06833 42.683533Q490.7402 43.292908 490.31833 43.574158Q489.89645 43.871033 489.3027 43.871033Q488.95895 43.871033 488.52145 43.714783ZM496.38083 43.871033L495.4902 43.871033Q497.53708 40.589783 497.53708 37.292908Q497.53708 36.011658 497.2402 34.746033Q497.00583 33.714783 496.59958 32.777283Q496.33395 32.167908 495.4902 30.730408L496.38083 30.730408Q497.66208 32.433533 498.27145 34.167908Q498.8027 35.667908 498.8027 37.292908Q498.8027 39.136658 498.08395 40.855408Q497.38083 42.574158 496.38083 43.871033Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig14.svg b/_content/survey2018/fig14.svg
deleted file mode 100644
index 232aaa9..0000000
--- a/_content/survey2018/fig14.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 591.0 583.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="591" height="583" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L591.0 0L591.0 583.0L0 583.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L591.0 0L591.0 583.0L0 583.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M207.5 49.5L207.5 525.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M292.5 49.5L292.5 525.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M376.5 49.5L376.5 525.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M461.5 49.5L461.5 525.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M545.5 49.5L545.5 525.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M207.5 49.834312L545.9237 49.834312L545.9237 525.0238L207.5 525.0238L207.5 49.834312Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 86.0L207.0 63.0L248.0 63.0C249.10457 63.0 250.0 63.89543 250.0 65.0L250.0 84.0C250.0 85.10457 249.10457 86.0 248.0 86.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 86.0L207.0 63.0L248.0 63.0C249.10457 63.0 250.0 63.89543 250.0 65.0L250.0 84.0C250.0 85.10457 249.10457 86.0 248.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 121.0L207.0 98.0L242.0 98.0C243.10457 98.0 244.0 98.89543 244.0 100.0L244.0 119.0C244.0 120.10457 243.10457 121.0 242.0 121.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 121.0L207.0 98.0L242.0 98.0C243.10457 98.0 244.0 98.89543 244.0 100.0L244.0 119.0C244.0 120.10457 243.10457 121.0 242.0 121.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 157.0L207.0 134.0L236.0 134.0C237.10457 134.0 238.0 134.89543 238.0 136.0L238.0 155.0C238.0 156.10457 237.10457 157.0 236.0 157.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 157.0L207.0 134.0L236.0 134.0C237.10457 134.0 238.0 134.89543 238.0 136.0L238.0 155.0C238.0 156.10457 237.10457 157.0 236.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 193.0L207.0 170.0L229.0 170.0C230.10457 170.0 231.0 170.89543 231.0 172.0L231.0 191.0C231.0 192.10457 230.10457 193.0 229.0 193.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 193.0L207.0 170.0L229.0 170.0C230.10457 170.0 231.0 170.89543 231.0 172.0L231.0 191.0C231.0 192.10457 230.10457 193.0 229.0 193.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 228.0L207.0 205.0L228.0 205.0C229.10457 205.0 230.0 205.89543 230.0 207.0L230.0 226.0C230.0 227.10457 229.10457 228.0 228.0 228.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 228.0L207.0 205.0L228.0 205.0C229.10457 205.0 230.0 205.89543 230.0 207.0L230.0 226.0C230.0 227.10457 229.10457 228.0 228.0 228.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 264.0L207.0 241.0L227.0 241.0C228.10457 241.0 229.0 241.89543 229.0 243.0L229.0 262.0C229.0 263.10458 228.10457 264.0 227.0 264.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 264.0L207.0 241.0L227.0 241.0C228.10457 241.0 229.0 241.89543 229.0 243.0L229.0 262.0C229.0 263.10458 228.10457 264.0 227.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 299.0L207.0 276.0L226.0 276.0C227.10457 276.0 228.0 276.89542 228.0 278.0L228.0 297.0C228.0 298.10458 227.10457 299.0 226.0 299.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 299.0L207.0 276.0L226.0 276.0C227.10457 276.0 228.0 276.89542 228.0 278.0L228.0 297.0C228.0 298.10458 227.10457 299.0 226.0 299.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 335.0L207.0 312.0L222.0 312.0C223.10457 312.0 224.0 312.89542 224.0 314.0L224.0 333.0C224.0 334.10458 223.10457 335.0 222.0 335.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 335.0L207.0 312.0L222.0 312.0C223.10457 312.0 224.0 312.89542 224.0 314.0L224.0 333.0C224.0 334.10458 223.10457 335.0 222.0 335.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 371.0L207.0 348.0L220.0 348.0C221.10457 348.0 222.0 348.89542 222.0 350.0L222.0 369.0C222.0 370.10458 221.10457 371.0 220.0 371.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 371.0L207.0 348.0L220.0 348.0C221.10457 348.0 222.0 348.89542 222.0 350.0L222.0 369.0C222.0 370.10458 221.10457 371.0 220.0 371.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 406.0L207.0 383.0L218.0 383.0C219.10457 383.0 220.0 383.89542 220.0 385.0L220.0 404.0C220.0 405.10458 219.10457 406.0 218.0 406.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 406.0L207.0 383.0L218.0 383.0C219.10457 383.0 220.0 383.89542 220.0 385.0L220.0 404.0C220.0 405.10458 219.10457 406.0 218.0 406.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 442.0L207.0 419.0L218.0 419.0C219.10457 419.0 220.0 419.89542 220.0 421.0L220.0 440.0C220.0 441.10458 219.10457 442.0 218.0 442.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 442.0L207.0 419.0L218.0 419.0C219.10457 419.0 220.0 419.89542 220.0 421.0L220.0 440.0C220.0 441.10458 219.10457 442.0 218.0 442.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 477.0L207.0 454.0L216.0 454.0C217.10457 454.0 218.0 454.89542 218.0 456.0L218.0 475.0C218.0 476.10458 217.10457 477.0 216.0 477.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 477.0L207.0 454.0L216.0 454.0C217.10457 454.0 218.0 454.89542 218.0 456.0L218.0 475.0C218.0 476.10458 217.10457 477.0 216.0 477.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 513.0L207.0 490.0L210.0 490.0C211.10457 490.0 212.0 490.89542 212.0 492.0L212.0 511.0C212.0 512.10455 211.10457 513.0 210.0 513.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M207.0 513.0L207.0 490.0L210.0 490.0C211.10457 490.0 212.0 490.89542 212.0 492.0L212.0 511.0C212.0 512.10455 211.10457 513.0 210.0 513.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M266.25015 78.0L265.20328 78.0L265.20328 71.28125Q264.81265 71.640625 264.18765 72.015625Q263.57828 72.375 263.0939 72.546875L263.0939 71.53125Q263.9689 71.109375 264.62515 70.53125Q265.29703 69.9375 265.57828 69.375L266.25015 69.375L266.25015 78.0ZM269.2814 73.765625Q269.2814 72.234375 269.5939 71.3125Q269.9064 70.375 270.51578 69.875Q271.14078 69.375 272.07828 69.375Q272.76578 69.375 273.2814 69.65625Q273.81265 69.9375 274.1564 70.46875Q274.50015 70.984375 274.68765 71.734375Q274.87515 72.484375 274.87515 73.765625Q274.87515 75.28125 274.56265 76.203125Q274.26578 77.125 273.64078 77.640625Q273.0314 78.140625 272.07828 78.140625Q270.8439 78.140625 270.12515 77.25Q269.2814 76.1875 269.2814 73.765625ZM270.35953 73.765625Q270.35953 75.875 270.85953 76.578125Q271.35953 77.28125 272.07828 77.28125Q272.81265 77.28125 273.29703 76.578125Q273.79703 75.875 273.79703 73.765625Q273.79703 71.640625 273.29703 70.953125Q272.81265 70.25 272.06265 70.25Q271.3439 70.25 270.9064 70.859375Q270.35953 71.640625 270.35953 73.765625ZM276.48453 71.46875Q276.48453 70.546875 276.93765 69.90625Q277.4064 69.265625 278.2814 69.265625Q279.0939 69.265625 279.62515 69.84375Q280.1564 70.421875 280.1564 71.53125Q280.1564 72.625 279.60953 73.21875Q279.07828 73.796875 278.29703 73.796875Q277.51578 73.796875 277.00015 73.21875Q276.48453 72.640625 276.48453 71.46875ZM278.31265 69.984375Q277.92203 69.984375 277.6564 70.328125Q277.4064 70.671875 277.4064 71.578125Q277.4064 72.40625 277.6564 72.75Q277.92203 73.078125 278.31265 73.078125Q278.7189 73.078125 278.9689 72.734375Q279.23453 72.390625 279.23453 71.5Q279.23453 70.65625 278.9689 70.328125Q278.70328 69.984375 278.31265 69.984375ZM278.31265 78.3125L283.01578 69.265625L283.87515 69.265625L279.18765 78.3125L278.31265 78.3125ZM282.0314 75.984375Q282.0314 75.0625 282.48453 74.421875Q282.95328 73.78125 283.8439 73.78125Q284.6564 73.78125 285.18765 74.359375Q285.7189 74.921875 285.7189 76.046875Q285.7189 77.140625 285.17203 77.734375Q284.64078 78.3125 283.8439 78.3125Q283.07828 78.3125 282.54703 77.734375Q282.0314 77.15625 282.0314 75.984375ZM283.87515 74.5Q283.4689 74.5 283.20328 74.84375Q282.95328 75.1875 282.95328 76.09375Q282.95328 76.90625 283.2189 77.25Q283.48453 77.59375 283.87515 77.59375Q284.26578 77.59375 284.5314 77.25Q284.79703 76.90625 284.79703 76.0Q284.79703 75.171875 284.5314 74.84375Q284.26578 74.5 283.87515 74.5Z" fill-rule="nonzero"/><path fill="#666666" d="M266.25015 78.0L265.20328 78.0L265.20328 71.28125Q264.81265 71.640625 264.18765 72.015625Q263.57828 72.375 263.0939 72.546875L263.0939 71.53125Q263.9689 71.109375 264.62515 70.53125Q265.29703 69.9375 265.57828 69.375L266.25015 69.375L266.25015 78.0ZM269.2814 73.765625Q269.2814 72.234375 269.5939 71.3125Q269.9064 70.375 270.51578 69.875Q271.14078 69.375 272.07828 69.375Q272.76578 69.375 273.2814 69.65625Q273.81265 69.9375 274.1564 70.46875Q274.50015 70.984375 274.68765 71.734375Q274.87515 72.484375 274.87515 73.765625Q274.87515 75.28125 274.56265 76.203125Q274.26578 77.125 273.64078 77.640625Q273.0314 78.140625 272.07828 78.140625Q270.8439 78.140625 270.12515 77.25Q269.2814 76.1875 269.2814 73.765625ZM270.35953 73.765625Q270.35953 75.875 270.85953 76.578125Q271.35953 77.28125 272.07828 77.28125Q272.81265 77.28125 273.29703 76.578125Q273.79703 75.875 273.79703 73.765625Q273.79703 71.640625 273.29703 70.953125Q272.81265 70.25 272.06265 70.25Q271.3439 70.25 270.9064 70.859375Q270.35953 71.640625 270.35953 73.765625ZM276.48453 71.46875Q276.48453 70.546875 276.93765 69.90625Q277.4064 69.265625 278.2814 69.265625Q279.0939 69.265625 279.62515 69.84375Q280.1564 70.421875 280.1564 71.53125Q280.1564 72.625 279.60953 73.21875Q279.07828 73.796875 278.29703 73.796875Q277.51578 73.796875 277.00015 73.21875Q276.48453 72.640625 276.48453 71.46875ZM278.31265 69.984375Q277.92203 69.984375 277.6564 70.328125Q277.4064 70.671875 277.4064 71.578125Q277.4064 72.40625 277.6564 72.75Q277.92203 73.078125 278.31265 73.078125Q278.7189 73.078125 278.9689 72.734375Q279.23453 72.390625 279.23453 71.5Q279.23453 70.65625 278.9689 70.328125Q278.70328 69.984375 278.31265 69.984375ZM278.31265 78.3125L283.01578 69.265625L283.87515 69.265625L279.18765 78.3125L278.31265 78.3125ZM282.0314 75.984375Q282.0314 75.0625 282.48453 74.421875Q282.95328 73.78125 283.8439 73.78125Q284.6564 73.78125 285.18765 74.359375Q285.7189 74.921875 285.7189 76.046875Q285.7189 77.140625 285.17203 77.734375Q284.64078 78.3125 283.8439 78.3125Q283.07828 78.3125 282.54703 77.734375Q282.0314 77.15625 282.0314 75.984375ZM283.87515 74.5Q283.4689 74.5 283.20328 74.84375Q282.95328 75.1875 282.95328 76.09375Q282.95328 76.90625 283.2189 77.25Q283.48453 77.59375 283.87515 77.59375Q284.26578 77.59375 284.5314 77.25Q284.79703 76.90625 284.79703 76.0Q284.79703 75.171875 284.5314 74.84375Q284.26578 74.5 283.87515 74.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.68506 111.015625L257.70068 110.921875Q257.82568 111.640625 258.18506 111.96875Q258.56006 112.28125 259.12256 112.28125Q259.60693 112.28125 259.9663 112.0625Q260.3413 111.828125 260.57568 111.46875Q260.81006 111.09375 260.9663 110.46875Q261.12256 109.828125 261.12256 109.171875Q261.12256 109.09375 261.12256 108.953125Q260.81006 109.453125 260.26318 109.78125Q259.7163 110.09375 259.07568 110.09375Q257.99756 110.09375 257.26318 109.328125Q256.5288 108.546875 256.5288 107.28125Q256.5288 105.96875 257.29443 105.171875Q258.07568 104.375 259.23193 104.375Q260.06006 104.375 260.74756 104.828125Q261.45068 105.28125 261.81006 106.125Q262.16943 106.953125 262.16943 108.53125Q262.16943 110.171875 261.81006 111.15625Q261.4663 112.125 260.74756 112.640625Q260.04443 113.140625 259.10693 113.140625Q258.0913 113.140625 257.45068 112.59375Q256.81006 112.03125 256.68506 111.015625ZM260.99756 107.21875Q260.99756 106.3125 260.51318 105.78125Q260.04443 105.25 259.35693 105.25Q258.6538 105.25 258.12256 105.828125Q257.60693 106.390625 257.60693 107.3125Q257.60693 108.125 258.10693 108.640625Q258.60693 109.15625 259.32568 109.15625Q260.06006 109.15625 260.5288 108.640625Q260.99756 108.125 260.99756 107.21875ZM263.73193 106.46875Q263.73193 105.546875 264.18506 104.90625Q264.6538 104.265625 265.5288 104.265625Q266.3413 104.265625 266.87256 104.84375Q267.4038 105.421875 267.4038 106.53125Q267.4038 107.625 266.85693 108.21875Q266.32568 108.796875 265.54443 108.796875Q264.76318 108.796875 264.24756 108.21875Q263.73193 107.640625 263.73193 106.46875ZM265.56006 104.984375Q265.16943 104.984375 264.9038 105.328125Q264.6538 105.671875 264.6538 106.578125Q264.6538 107.40625 264.9038 107.75Q265.16943 108.078125 265.56006 108.078125Q265.9663 108.078125 266.2163 107.734375Q266.48193 107.390625 266.48193 106.5Q266.48193 105.65625 266.2163 105.328125Q265.95068 104.984375 265.56006 104.984375ZM265.56006 113.3125L270.26318 104.265625L271.12256 104.265625L266.43506 113.3125L265.56006 113.3125ZM269.2788 110.984375Q269.2788 110.0625 269.73193 109.421875Q270.20068 108.78125 271.0913 108.78125Q271.9038 108.78125 272.43506 109.359375Q272.9663 109.921875 272.9663 111.046875Q272.9663 112.140625 272.41943 112.734375Q271.88818 113.3125 271.0913 113.3125Q270.32568 113.3125 269.79443 112.734375Q269.2788 112.15625 269.2788 110.984375ZM271.12256 109.5Q270.7163 109.5 270.45068 109.84375Q270.20068 110.1875 270.20068 111.09375Q270.20068 111.90625 270.4663 112.25Q270.73193 112.59375 271.12256 112.59375Q271.51318 112.59375 271.7788 112.25Q272.04443 111.90625 272.04443 111.0Q272.04443 110.171875 271.7788 109.84375Q271.51318 109.5 271.12256 109.5Z" fill-rule="nonzero"/><path fill="#666666" d="M256.68506 111.015625L257.70068 110.921875Q257.82568 111.640625 258.18506 111.96875Q258.56006 112.28125 259.12256 112.28125Q259.60693 112.28125 259.9663 112.0625Q260.3413 111.828125 260.57568 111.46875Q260.81006 111.09375 260.9663 110.46875Q261.12256 109.828125 261.12256 109.171875Q261.12256 109.09375 261.12256 108.953125Q260.81006 109.453125 260.26318 109.78125Q259.7163 110.09375 259.07568 110.09375Q257.99756 110.09375 257.26318 109.328125Q256.5288 108.546875 256.5288 107.28125Q256.5288 105.96875 257.29443 105.171875Q258.07568 104.375 259.23193 104.375Q260.06006 104.375 260.74756 104.828125Q261.45068 105.28125 261.81006 106.125Q262.16943 106.953125 262.16943 108.53125Q262.16943 110.171875 261.81006 111.15625Q261.4663 112.125 260.74756 112.640625Q260.04443 113.140625 259.10693 113.140625Q258.0913 113.140625 257.45068 112.59375Q256.81006 112.03125 256.68506 111.015625ZM260.99756 107.21875Q260.99756 106.3125 260.51318 105.78125Q260.04443 105.25 259.35693 105.25Q258.6538 105.25 258.12256 105.828125Q257.60693 106.390625 257.60693 107.3125Q257.60693 108.125 258.10693 108.640625Q258.60693 109.15625 259.32568 109.15625Q260.06006 109.15625 260.5288 108.640625Q260.99756 108.125 260.99756 107.21875ZM263.73193 106.46875Q263.73193 105.546875 264.18506 104.90625Q264.6538 104.265625 265.5288 104.265625Q266.3413 104.265625 266.87256 104.84375Q267.4038 105.421875 267.4038 106.53125Q267.4038 107.625 266.85693 108.21875Q266.32568 108.796875 265.54443 108.796875Q264.76318 108.796875 264.24756 108.21875Q263.73193 107.640625 263.73193 106.46875ZM265.56006 104.984375Q265.16943 104.984375 264.9038 105.328125Q264.6538 105.671875 264.6538 106.578125Q264.6538 107.40625 264.9038 107.75Q265.16943 108.078125 265.56006 108.078125Q265.9663 108.078125 266.2163 107.734375Q266.48193 107.390625 266.48193 106.5Q266.48193 105.65625 266.2163 105.328125Q265.95068 104.984375 265.56006 104.984375ZM265.56006 113.3125L270.26318 104.265625L271.12256 104.265625L266.43506 113.3125L265.56006 113.3125ZM269.2788 110.984375Q269.2788 110.0625 269.73193 109.421875Q270.20068 108.78125 271.0913 108.78125Q271.9038 108.78125 272.43506 109.359375Q272.9663 109.921875 272.9663 111.046875Q272.9663 112.140625 272.41943 112.734375Q271.88818 113.3125 271.0913 113.3125Q270.32568 113.3125 269.79443 112.734375Q269.2788 112.15625 269.2788 110.984375ZM271.12256 109.5Q270.7163 109.5 270.45068 109.84375Q270.20068 110.1875 270.20068 111.09375Q270.20068 111.90625 270.4663 112.25Q270.73193 112.59375 271.12256 112.59375Q271.51318 112.59375 271.7788 112.25Q272.04443 111.90625 272.04443 111.0Q272.04443 110.171875 271.7788 109.84375Q271.51318 109.5 271.12256 109.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M251.05447 141.53125L251.05447 140.51562L256.61697 140.51562L256.61697 141.34375Q255.80447 142.21875 254.99197 143.67188Q254.1951 145.10938 253.7576 146.64062Q253.42947 147.71875 253.35135 149.0L252.2576 149.0Q252.27322 147.98438 252.64822 146.54688Q253.03885 145.10938 253.74197 143.78125Q254.46072 142.45312 255.27322 141.53125L251.05447 141.53125ZM258.1951 142.46875Q258.1951 141.54688 258.64822 140.90625Q259.11697 140.26562 259.99197 140.26562Q260.80447 140.26562 261.33572 140.84375Q261.86697 141.42188 261.86697 142.53125Q261.86697 143.625 261.3201 144.21875Q260.78885 144.79688 260.0076 144.79688Q259.22635 144.79688 258.71072 144.21875Q258.1951 143.64062 258.1951 142.46875ZM260.02322 140.98438Q259.6326 140.98438 259.36697 141.32812Q259.11697 141.67188 259.11697 142.57812Q259.11697 143.40625 259.36697 143.75Q259.6326 144.07812 260.02322 144.07812Q260.42947 144.07812 260.67947 143.73438Q260.9451 143.39062 260.9451 142.5Q260.9451 141.65625 260.67947 141.32812Q260.41385 140.98438 260.02322 140.98438ZM260.02322 149.3125L264.72635 140.26562L265.58572 140.26562L260.89822 149.3125L260.02322 149.3125ZM263.74197 146.98438Q263.74197 146.0625 264.1951 145.42188Q264.66385 144.78125 265.55447 144.78125Q266.36697 144.78125 266.89822 145.35938Q267.42947 145.92188 267.42947 147.04688Q267.42947 148.14062 266.8826 148.73438Q266.35135 149.3125 265.55447 149.3125Q264.78885 149.3125 264.2576 148.73438Q263.74197 148.15625 263.74197 146.98438ZM265.58572 145.5Q265.17947 145.5 264.91385 145.84375Q264.66385 146.1875 264.66385 147.09375Q264.66385 147.90625 264.92947 148.25Q265.1951 148.59375 265.58572 148.59375Q265.97635 148.59375 266.24197 148.25Q266.5076 147.90625 266.5076 147.0Q266.5076 146.17188 266.24197 145.84375Q265.97635 145.5 265.58572 145.5Z" fill-rule="nonzero"/><path fill="#666666" d="M251.05447 141.53125L251.05447 140.51562L256.61697 140.51562L256.61697 141.34375Q255.80447 142.21875 254.99197 143.67188Q254.1951 145.10938 253.7576 146.64062Q253.42947 147.71875 253.35135 149.0L252.2576 149.0Q252.27322 147.98438 252.64822 146.54688Q253.03885 145.10938 253.74197 143.78125Q254.46072 142.45312 255.27322 141.53125L251.05447 141.53125ZM258.1951 142.46875Q258.1951 141.54688 258.64822 140.90625Q259.11697 140.26562 259.99197 140.26562Q260.80447 140.26562 261.33572 140.84375Q261.86697 141.42188 261.86697 142.53125Q261.86697 143.625 261.3201 144.21875Q260.78885 144.79688 260.0076 144.79688Q259.22635 144.79688 258.71072 144.21875Q258.1951 143.64062 258.1951 142.46875ZM260.02322 140.98438Q259.6326 140.98438 259.36697 141.32812Q259.11697 141.67188 259.11697 142.57812Q259.11697 143.40625 259.36697 143.75Q259.6326 144.07812 260.02322 144.07812Q260.42947 144.07812 260.67947 143.73438Q260.9451 143.39062 260.9451 142.5Q260.9451 141.65625 260.67947 141.32812Q260.41385 140.98438 260.02322 140.98438ZM260.02322 149.3125L264.72635 140.26562L265.58572 140.26562L260.89822 149.3125L260.02322 149.3125ZM263.74197 146.98438Q263.74197 146.0625 264.1951 145.42188Q264.66385 144.78125 265.55447 144.78125Q266.36697 144.78125 266.89822 145.35938Q267.42947 145.92188 267.42947 147.04688Q267.42947 148.14062 266.8826 148.73438Q266.35135 149.3125 265.55447 149.3125Q264.78885 149.3125 264.2576 148.73438Q263.74197 148.15625 263.74197 146.98438ZM265.58572 145.5Q265.17947 145.5 264.91385 145.84375Q264.66385 146.1875 264.66385 147.09375Q264.66385 147.90625 264.92947 148.25Q265.1951 148.59375 265.58572 148.59375Q265.97635 148.59375 266.24197 148.25Q266.5076 147.90625 266.5076 147.0Q266.5076 146.17188 266.24197 145.84375Q265.97635 145.5 265.58572 145.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M243.08218 182.75L244.19156 182.65625Q244.31656 183.46875 244.75406 183.875Q245.20718 184.28125 245.84781 184.28125Q246.59781 184.28125 247.12906 183.70312Q247.66031 183.125 247.66031 182.1875Q247.66031 181.28125 247.14468 180.76562Q246.64468 180.23438 245.81656 180.23438Q245.31656 180.23438 244.89468 180.46875Q244.48843 180.70312 244.25406 181.0625L243.26968 180.9375L244.09781 176.53125L248.37906 176.53125L248.37906 177.53125L244.94156 177.53125L244.48843 179.84375Q245.25406 179.29688 246.09781 179.29688Q247.22281 179.29688 247.98843 180.07812Q248.76968 180.85938 248.76968 182.09375Q248.76968 183.25 248.09781 184.10938Q247.26968 185.14062 245.84781 185.14062Q244.67593 185.14062 243.92593 184.48438Q243.19156 183.82812 243.08218 182.75ZM250.28531 178.46875Q250.28531 177.54688 250.73843 176.90625Q251.20718 176.26562 252.08218 176.26562Q252.89468 176.26562 253.42593 176.84375Q253.95718 177.42188 253.95718 178.53125Q253.95718 179.625 253.41031 180.21875Q252.87906 180.79688 252.09781 180.79688Q251.31656 180.79688 250.80093 180.21875Q250.28531 179.64062 250.28531 178.46875ZM252.11343 176.98438Q251.72281 176.98438 251.45718 177.32812Q251.20718 177.67188 251.20718 178.57812Q251.20718 179.40625 251.45718 179.75Q251.72281 180.07812 252.11343 180.07812Q252.51968 180.07812 252.76968 179.73438Q253.03531 179.39062 253.03531 178.5Q253.03531 177.65625 252.76968 177.32812Q252.50406 176.98438 252.11343 176.98438ZM252.11343 185.3125L256.81656 176.26562L257.67593 176.26562L252.98843 185.3125L252.11343 185.3125ZM255.83218 182.98438Q255.83218 182.0625 256.2853 181.42188Q256.75406 180.78125 257.64468 180.78125Q258.45718 180.78125 258.98843 181.35938Q259.51968 181.92188 259.51968 183.04688Q259.51968 184.14062 258.9728 184.73438Q258.44156 185.3125 257.64468 185.3125Q256.87906 185.3125 256.3478 184.73438Q255.83218 184.15625 255.83218 182.98438ZM257.67593 181.5Q257.26968 181.5 257.00406 181.84375Q256.75406 182.1875 256.75406 183.09375Q256.75406 183.90625 257.01968 184.25Q257.2853 184.59375 257.67593 184.59375Q258.06656 184.59375 258.33218 184.25Q258.5978 183.90625 258.5978 183.0Q258.5978 182.17188 258.33218 181.84375Q258.06656 181.5 257.67593 181.5Z" fill-rule="nonzero"/><path fill="#666666" d="M243.08218 182.75L244.19156 182.65625Q244.31656 183.46875 244.75406 183.875Q245.20718 184.28125 245.84781 184.28125Q246.59781 184.28125 247.12906 183.70312Q247.66031 183.125 247.66031 182.1875Q247.66031 181.28125 247.14468 180.76562Q246.64468 180.23438 245.81656 180.23438Q245.31656 180.23438 244.89468 180.46875Q244.48843 180.70312 244.25406 181.0625L243.26968 180.9375L244.09781 176.53125L248.37906 176.53125L248.37906 177.53125L244.94156 177.53125L244.48843 179.84375Q245.25406 179.29688 246.09781 179.29688Q247.22281 179.29688 247.98843 180.07812Q248.76968 180.85938 248.76968 182.09375Q248.76968 183.25 248.09781 184.10938Q247.26968 185.14062 245.84781 185.14062Q244.67593 185.14062 243.92593 184.48438Q243.19156 183.82812 243.08218 182.75ZM250.28531 178.46875Q250.28531 177.54688 250.73843 176.90625Q251.20718 176.26562 252.08218 176.26562Q252.89468 176.26562 253.42593 176.84375Q253.95718 177.42188 253.95718 178.53125Q253.95718 179.625 253.41031 180.21875Q252.87906 180.79688 252.09781 180.79688Q251.31656 180.79688 250.80093 180.21875Q250.28531 179.64062 250.28531 178.46875ZM252.11343 176.98438Q251.72281 176.98438 251.45718 177.32812Q251.20718 177.67188 251.20718 178.57812Q251.20718 179.40625 251.45718 179.75Q251.72281 180.07812 252.11343 180.07812Q252.51968 180.07812 252.76968 179.73438Q253.03531 179.39062 253.03531 178.5Q253.03531 177.65625 252.76968 177.32812Q252.50406 176.98438 252.11343 176.98438ZM252.11343 185.3125L256.81656 176.26562L257.67593 176.26562L252.98843 185.3125L252.11343 185.3125ZM255.83218 182.98438Q255.83218 182.0625 256.2853 181.42188Q256.75406 180.78125 257.64468 180.78125Q258.45718 180.78125 258.98843 181.35938Q259.51968 181.92188 259.51968 183.04688Q259.51968 184.14062 258.9728 184.73438Q258.44156 185.3125 257.64468 185.3125Q256.87906 185.3125 256.3478 184.73438Q255.83218 184.15625 255.83218 182.98438ZM257.67593 181.5Q257.26968 181.5 257.00406 181.84375Q256.75406 182.1875 256.75406 183.09375Q256.75406 183.90625 257.01968 184.25Q257.2853 184.59375 257.67593 184.59375Q258.06656 184.59375 258.33218 184.25Q258.5978 183.90625 258.5978 183.0Q258.5978 182.17188 258.33218 181.84375Q258.06656 181.5 257.67593 181.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M242.72266 217.75L243.83203 217.65625Q243.95703 218.46875 244.39453 218.875Q244.84766 219.28125 245.48828 219.28125Q246.23828 219.28125 246.76953 218.70312Q247.30078 218.125 247.30078 217.1875Q247.30078 216.28125 246.78516 215.76562Q246.28516 215.23438 245.45703 215.23438Q244.95703 215.23438 244.53516 215.46875Q244.1289 215.70312 243.89453 216.0625L242.91016 215.9375L243.73828 211.53125L248.01953 211.53125L248.01953 212.53125L244.58203 212.53125L244.1289 214.84375Q244.89453 214.29688 245.73828 214.29688Q246.86328 214.29688 247.6289 215.07812Q248.41016 215.85938 248.41016 217.09375Q248.41016 218.25 247.73828 219.10938Q246.91016 220.14062 245.48828 220.14062Q244.3164 220.14062 243.5664 219.48438Q242.83203 218.82812 242.72266 217.75ZM249.92578 213.46875Q249.92578 212.54688 250.3789 211.90625Q250.84766 211.26562 251.72266 211.26562Q252.53516 211.26562 253.0664 211.84375Q253.59766 212.42188 253.59766 213.53125Q253.59766 214.625 253.05078 215.21875Q252.51953 215.79688 251.73828 215.79688Q250.95703 215.79688 250.4414 215.21875Q249.92578 214.64062 249.92578 213.46875ZM251.7539 211.98438Q251.36328 211.98438 251.09766 212.32812Q250.84766 212.67188 250.84766 213.57812Q250.84766 214.40625 251.09766 214.75Q251.36328 215.07812 251.7539 215.07812Q252.16016 215.07812 252.41016 214.73438Q252.67578 214.39062 252.67578 213.5Q252.67578 212.65625 252.41016 212.32812Q252.14453 211.98438 251.7539 211.98438ZM251.7539 220.3125L256.45703 211.26562L257.3164 211.26562L252.6289 220.3125L251.7539 220.3125ZM255.47266 217.98438Q255.47266 217.0625 255.92578 216.42188Q256.39453 215.78125 257.28516 215.78125Q258.09766 215.78125 258.6289 216.35938Q259.16016 216.92188 259.16016 218.04688Q259.16016 219.14062 258.61328 219.73438Q258.08203 220.3125 257.28516 220.3125Q256.51953 220.3125 255.98828 219.73438Q255.47266 219.15625 255.47266 217.98438ZM257.3164 216.5Q256.91016 216.5 256.64453 216.84375Q256.39453 217.1875 256.39453 218.09375Q256.39453 218.90625 256.66016 219.25Q256.92578 219.59375 257.3164 219.59375Q257.70703 219.59375 257.97266 219.25Q258.23828 218.90625 258.23828 218.0Q258.23828 217.17188 257.97266 216.84375Q257.70703 216.5 257.3164 216.5Z" fill-rule="nonzero"/><path fill="#666666" d="M242.72266 217.75L243.83203 217.65625Q243.95703 218.46875 244.39453 218.875Q244.84766 219.28125 245.48828 219.28125Q246.23828 219.28125 246.76953 218.70312Q247.30078 218.125 247.30078 217.1875Q247.30078 216.28125 246.78516 215.76562Q246.28516 215.23438 245.45703 215.23438Q244.95703 215.23438 244.53516 215.46875Q244.1289 215.70312 243.89453 216.0625L242.91016 215.9375L243.73828 211.53125L248.01953 211.53125L248.01953 212.53125L244.58203 212.53125L244.1289 214.84375Q244.89453 214.29688 245.73828 214.29688Q246.86328 214.29688 247.6289 215.07812Q248.41016 215.85938 248.41016 217.09375Q248.41016 218.25 247.73828 219.10938Q246.91016 220.14062 245.48828 220.14062Q244.3164 220.14062 243.5664 219.48438Q242.83203 218.82812 242.72266 217.75ZM249.92578 213.46875Q249.92578 212.54688 250.3789 211.90625Q250.84766 211.26562 251.72266 211.26562Q252.53516 211.26562 253.0664 211.84375Q253.59766 212.42188 253.59766 213.53125Q253.59766 214.625 253.05078 215.21875Q252.51953 215.79688 251.73828 215.79688Q250.95703 215.79688 250.4414 215.21875Q249.92578 214.64062 249.92578 213.46875ZM251.7539 211.98438Q251.36328 211.98438 251.09766 212.32812Q250.84766 212.67188 250.84766 213.57812Q250.84766 214.40625 251.09766 214.75Q251.36328 215.07812 251.7539 215.07812Q252.16016 215.07812 252.41016 214.73438Q252.67578 214.39062 252.67578 213.5Q252.67578 212.65625 252.41016 212.32812Q252.14453 211.98438 251.7539 211.98438ZM251.7539 220.3125L256.45703 211.26562L257.3164 211.26562L252.6289 220.3125L251.7539 220.3125ZM255.47266 217.98438Q255.47266 217.0625 255.92578 216.42188Q256.39453 215.78125 257.28516 215.78125Q258.09766 215.78125 258.6289 216.35938Q259.16016 216.92188 259.16016 218.04688Q259.16016 219.14062 258.61328 219.73438Q258.08203 220.3125 257.28516 220.3125Q256.51953 220.3125 255.98828 219.73438Q255.47266 219.15625 255.47266 217.98438ZM257.3164 216.5Q256.91016 216.5 256.64453 216.84375Q256.39453 217.1875 256.39453 218.09375Q256.39453 218.90625 256.66016 219.25Q256.92578 219.59375 257.3164 219.59375Q257.70703 219.59375 257.97266 219.25Q258.23828 218.90625 258.23828 218.0Q258.23828 217.17188 257.97266 216.84375Q257.70703 216.5 257.3164 216.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M241.06879 253.75L242.17816 253.65625Q242.30316 254.46875 242.74066 254.875Q243.19379 255.28125 243.83441 255.28125Q244.58441 255.28125 245.11566 254.70312Q245.64691 254.125 245.64691 253.1875Q245.64691 252.28125 245.13129 251.76562Q244.63129 251.23438 243.80316 251.23438Q243.30316 251.23438 242.88129 251.46875Q242.47504 251.70312 242.24066 252.0625L241.25629 251.9375L242.08441 247.53125L246.36566 247.53125L246.36566 248.53125L242.92816 248.53125L242.47504 250.84375Q243.24066 250.29688 244.08441 250.29688Q245.20941 250.29688 245.97504 251.07812Q246.75629 251.85938 246.75629 253.09375Q246.75629 254.25 246.08441 255.10938Q245.25629 256.14062 243.83441 256.14062Q242.66254 256.14062 241.91254 255.48438Q241.17816 254.82812 241.06879 253.75ZM248.27191 249.46875Q248.27191 248.54688 248.72504 247.90625Q249.19379 247.26562 250.06879 247.26562Q250.88129 247.26562 251.41254 247.84375Q251.94379 248.42188 251.94379 249.53125Q251.94379 250.625 251.39691 251.21875Q250.86566 251.79688 250.08441 251.79688Q249.30316 251.79688 248.78754 251.21875Q248.27191 250.64062 248.27191 249.46875ZM250.10004 247.98438Q249.70941 247.98438 249.44379 248.32812Q249.19379 248.67188 249.19379 249.57812Q249.19379 250.40625 249.44379 250.75Q249.70941 251.07812 250.10004 251.07812Q250.50629 251.07812 250.75629 250.73438Q251.02191 250.39062 251.02191 249.5Q251.02191 248.65625 250.75629 248.32812Q250.49066 247.98438 250.10004 247.98438ZM250.10004 256.3125L254.80316 247.26562L255.66254 247.26562L250.97504 256.3125L250.10004 256.3125ZM253.81879 253.98438Q253.81879 253.0625 254.27191 252.42188Q254.74066 251.78125 255.63129 251.78125Q256.4438 251.78125 256.97504 252.35938Q257.5063 252.92188 257.5063 254.04688Q257.5063 255.14062 256.9594 255.73438Q256.42816 256.3125 255.63129 256.3125Q254.86566 256.3125 254.33441 255.73438Q253.81879 255.15625 253.81879 253.98438ZM255.66254 252.5Q255.25629 252.5 254.99066 252.84375Q254.74066 253.1875 254.74066 254.09375Q254.74066 254.90625 255.00629 255.25Q255.27191 255.59375 255.66254 255.59375Q256.05316 255.59375 256.3188 255.25Q256.5844 254.90625 256.5844 254.0Q256.5844 253.17188 256.3188 252.84375Q256.05316 252.5 255.66254 252.5Z" fill-rule="nonzero"/><path fill="#666666" d="M241.06879 253.75L242.17816 253.65625Q242.30316 254.46875 242.74066 254.875Q243.19379 255.28125 243.83441 255.28125Q244.58441 255.28125 245.11566 254.70312Q245.64691 254.125 245.64691 253.1875Q245.64691 252.28125 245.13129 251.76562Q244.63129 251.23438 243.80316 251.23438Q243.30316 251.23438 242.88129 251.46875Q242.47504 251.70312 242.24066 252.0625L241.25629 251.9375L242.08441 247.53125L246.36566 247.53125L246.36566 248.53125L242.92816 248.53125L242.47504 250.84375Q243.24066 250.29688 244.08441 250.29688Q245.20941 250.29688 245.97504 251.07812Q246.75629 251.85938 246.75629 253.09375Q246.75629 254.25 246.08441 255.10938Q245.25629 256.14062 243.83441 256.14062Q242.66254 256.14062 241.91254 255.48438Q241.17816 254.82812 241.06879 253.75ZM248.27191 249.46875Q248.27191 248.54688 248.72504 247.90625Q249.19379 247.26562 250.06879 247.26562Q250.88129 247.26562 251.41254 247.84375Q251.94379 248.42188 251.94379 249.53125Q251.94379 250.625 251.39691 251.21875Q250.86566 251.79688 250.08441 251.79688Q249.30316 251.79688 248.78754 251.21875Q248.27191 250.64062 248.27191 249.46875ZM250.10004 247.98438Q249.70941 247.98438 249.44379 248.32812Q249.19379 248.67188 249.19379 249.57812Q249.19379 250.40625 249.44379 250.75Q249.70941 251.07812 250.10004 251.07812Q250.50629 251.07812 250.75629 250.73438Q251.02191 250.39062 251.02191 249.5Q251.02191 248.65625 250.75629 248.32812Q250.49066 247.98438 250.10004 247.98438ZM250.10004 256.3125L254.80316 247.26562L255.66254 247.26562L250.97504 256.3125L250.10004 256.3125ZM253.81879 253.98438Q253.81879 253.0625 254.27191 252.42188Q254.74066 251.78125 255.63129 251.78125Q256.4438 251.78125 256.97504 252.35938Q257.5063 252.92188 257.5063 254.04688Q257.5063 255.14062 256.9594 255.73438Q256.42816 256.3125 255.63129 256.3125Q254.86566 256.3125 254.33441 255.73438Q253.81879 255.15625 253.81879 253.98438ZM255.66254 252.5Q255.25629 252.5 254.99066 252.84375Q254.74066 253.1875 254.74066 254.09375Q254.74066 254.90625 255.00629 255.25Q255.27191 255.59375 255.66254 255.59375Q256.05316 255.59375 256.3188 255.25Q256.5844 254.90625 256.5844 254.0Q256.5844 253.17188 256.3188 252.84375Q256.05316 252.5 255.66254 252.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M240.134 288.75L241.24338 288.65625Q241.36838 289.46875 241.80588 289.875Q242.259 290.28125 242.89963 290.28125Q243.64963 290.28125 244.18088 289.70312Q244.71213 289.125 244.71213 288.1875Q244.71213 287.28125 244.1965 286.76562Q243.6965 286.23438 242.86838 286.23438Q242.36838 286.23438 241.9465 286.46875Q241.54025 286.70312 241.30588 287.0625L240.3215 286.9375L241.14963 282.53125L245.43088 282.53125L245.43088 283.53125L241.99338 283.53125L241.54025 285.84375Q242.30588 285.29688 243.14963 285.29688Q244.27463 285.29688 245.04025 286.07812Q245.8215 286.85938 245.8215 288.09375Q245.8215 289.25 245.14963 290.10938Q244.3215 291.14062 242.89963 291.14062Q241.72775 291.14062 240.97775 290.48438Q240.24338 289.82812 240.134 288.75ZM247.33713 284.46875Q247.33713 283.54688 247.79025 282.90625Q248.259 282.26562 249.134 282.26562Q249.9465 282.26562 250.47775 282.84375Q251.009 283.42188 251.009 284.53125Q251.009 285.625 250.46213 286.21875Q249.93088 286.79688 249.14963 286.79688Q248.36838 286.79688 247.85275 286.21875Q247.33713 285.64062 247.33713 284.46875ZM249.16525 282.98438Q248.77463 282.98438 248.509 283.32812Q248.259 283.67188 248.259 284.57812Q248.259 285.40625 248.509 285.75Q248.77463 286.07812 249.16525 286.07812Q249.5715 286.07812 249.8215 285.73438Q250.08713 285.39062 250.08713 284.5Q250.08713 283.65625 249.8215 283.32812Q249.55588 282.98438 249.16525 282.98438ZM249.16525 291.3125L253.86838 282.26562L254.72775 282.26562L250.04025 291.3125L249.16525 291.3125ZM252.884 288.98438Q252.884 288.0625 253.33713 287.42188Q253.80588 286.78125 254.6965 286.78125Q255.509 286.78125 256.04025 287.35938Q256.5715 287.92188 256.5715 289.04688Q256.5715 290.14062 256.02463 290.73438Q255.49338 291.3125 254.6965 291.3125Q253.93088 291.3125 253.39963 290.73438Q252.884 290.15625 252.884 288.98438ZM254.72775 287.5Q254.3215 287.5 254.05588 287.84375Q253.80588 288.1875 253.80588 289.09375Q253.80588 289.90625 254.0715 290.25Q254.33713 290.59375 254.72775 290.59375Q255.11838 290.59375 255.384 290.25Q255.64963 289.90625 255.64963 289.0Q255.64963 288.17188 255.384 287.84375Q255.11838 287.5 254.72775 287.5Z" fill-rule="nonzero"/><path fill="#666666" d="M240.134 288.75L241.24338 288.65625Q241.36838 289.46875 241.80588 289.875Q242.259 290.28125 242.89963 290.28125Q243.64963 290.28125 244.18088 289.70312Q244.71213 289.125 244.71213 288.1875Q244.71213 287.28125 244.1965 286.76562Q243.6965 286.23438 242.86838 286.23438Q242.36838 286.23438 241.9465 286.46875Q241.54025 286.70312 241.30588 287.0625L240.3215 286.9375L241.14963 282.53125L245.43088 282.53125L245.43088 283.53125L241.99338 283.53125L241.54025 285.84375Q242.30588 285.29688 243.14963 285.29688Q244.27463 285.29688 245.04025 286.07812Q245.8215 286.85938 245.8215 288.09375Q245.8215 289.25 245.14963 290.10938Q244.3215 291.14062 242.89963 291.14062Q241.72775 291.14062 240.97775 290.48438Q240.24338 289.82812 240.134 288.75ZM247.33713 284.46875Q247.33713 283.54688 247.79025 282.90625Q248.259 282.26562 249.134 282.26562Q249.9465 282.26562 250.47775 282.84375Q251.009 283.42188 251.009 284.53125Q251.009 285.625 250.46213 286.21875Q249.93088 286.79688 249.14963 286.79688Q248.36838 286.79688 247.85275 286.21875Q247.33713 285.64062 247.33713 284.46875ZM249.16525 282.98438Q248.77463 282.98438 248.509 283.32812Q248.259 283.67188 248.259 284.57812Q248.259 285.40625 248.509 285.75Q248.77463 286.07812 249.16525 286.07812Q249.5715 286.07812 249.8215 285.73438Q250.08713 285.39062 250.08713 284.5Q250.08713 283.65625 249.8215 283.32812Q249.55588 282.98438 249.16525 282.98438ZM249.16525 291.3125L253.86838 282.26562L254.72775 282.26562L250.04025 291.3125L249.16525 291.3125ZM252.884 288.98438Q252.884 288.0625 253.33713 287.42188Q253.80588 286.78125 254.6965 286.78125Q255.509 286.78125 256.04025 287.35938Q256.5715 287.92188 256.5715 289.04688Q256.5715 290.14062 256.02463 290.73438Q255.49338 291.3125 254.6965 291.3125Q253.93088 291.3125 253.39963 290.73438Q252.884 290.15625 252.884 288.98438ZM254.72775 287.5Q254.3215 287.5 254.05588 287.84375Q253.80588 288.1875 253.80588 289.09375Q253.80588 289.90625 254.0715 290.25Q254.33713 290.59375 254.72775 290.59375Q255.11838 290.59375 255.384 290.25Q255.64963 289.90625 255.64963 289.0Q255.64963 288.17188 255.384 287.84375Q255.11838 287.5 254.72775 287.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M239.91364 327.0L239.91364 324.9375L236.19489 324.9375L236.19489 323.96875L240.11676 318.40625L240.97614 318.40625L240.97614 323.96875L242.13239 323.96875L242.13239 324.9375L240.97614 324.9375L240.97614 327.0L239.91364 327.0ZM239.91364 323.96875L239.91364 320.10938L237.22614 323.96875L239.91364 323.96875ZM243.74176 320.46875Q243.74176 319.54688 244.19489 318.90625Q244.66364 318.26562 245.53864 318.26562Q246.35114 318.26562 246.88239 318.84375Q247.41364 319.42188 247.41364 320.53125Q247.41364 321.625 246.86676 322.21875Q246.33551 322.79688 245.55426 322.79688Q244.77301 322.79688 244.25739 322.21875Q243.74176 321.64062 243.74176 320.46875ZM245.56989 318.98438Q245.17926 318.98438 244.91364 319.32812Q244.66364 319.67188 244.66364 320.57812Q244.66364 321.40625 244.91364 321.75Q245.17926 322.07812 245.56989 322.07812Q245.97614 322.07812 246.22614 321.73438Q246.49176 321.39062 246.49176 320.5Q246.49176 319.65625 246.22614 319.32812Q245.96051 318.98438 245.56989 318.98438ZM245.56989 327.3125L250.27301 318.26562L251.13239 318.26562L246.44489 327.3125L245.56989 327.3125ZM249.28864 324.98438Q249.28864 324.0625 249.74176 323.42188Q250.21051 322.78125 251.10114 322.78125Q251.91364 322.78125 252.44489 323.35938Q252.97614 323.92188 252.97614 325.04688Q252.97614 326.14062 252.42926 326.73438Q251.89801 327.3125 251.10114 327.3125Q250.33551 327.3125 249.80426 326.73438Q249.28864 326.15625 249.28864 324.98438ZM251.13239 323.5Q250.72614 323.5 250.46051 323.84375Q250.21051 324.1875 250.21051 325.09375Q250.21051 325.90625 250.47614 326.25Q250.74176 326.59375 251.13239 326.59375Q251.52301 326.59375 251.78864 326.25Q252.05426 325.90625 252.05426 325.0Q252.05426 324.17188 251.78864 323.84375Q251.52301 323.5 251.13239 323.5Z" fill-rule="nonzero"/><path fill="#666666" d="M239.91364 327.0L239.91364 324.9375L236.19489 324.9375L236.19489 323.96875L240.11676 318.40625L240.97614 318.40625L240.97614 323.96875L242.13239 323.96875L242.13239 324.9375L240.97614 324.9375L240.97614 327.0L239.91364 327.0ZM239.91364 323.96875L239.91364 320.10938L237.22614 323.96875L239.91364 323.96875ZM243.74176 320.46875Q243.74176 319.54688 244.19489 318.90625Q244.66364 318.26562 245.53864 318.26562Q246.35114 318.26562 246.88239 318.84375Q247.41364 319.42188 247.41364 320.53125Q247.41364 321.625 246.86676 322.21875Q246.33551 322.79688 245.55426 322.79688Q244.77301 322.79688 244.25739 322.21875Q243.74176 321.64062 243.74176 320.46875ZM245.56989 318.98438Q245.17926 318.98438 244.91364 319.32812Q244.66364 319.67188 244.66364 320.57812Q244.66364 321.40625 244.91364 321.75Q245.17926 322.07812 245.56989 322.07812Q245.97614 322.07812 246.22614 321.73438Q246.49176 321.39062 246.49176 320.5Q246.49176 319.65625 246.22614 319.32812Q245.96051 318.98438 245.56989 318.98438ZM245.56989 327.3125L250.27301 318.26562L251.13239 318.26562L246.44489 327.3125L245.56989 327.3125ZM249.28864 324.98438Q249.28864 324.0625 249.74176 323.42188Q250.21051 322.78125 251.10114 322.78125Q251.91364 322.78125 252.44489 323.35938Q252.97614 323.92188 252.97614 325.04688Q252.97614 326.14062 252.42926 326.73438Q251.89801 327.3125 251.10114 327.3125Q250.33551 327.3125 249.80426 326.73438Q249.28864 326.15625 249.28864 324.98438ZM251.13239 323.5Q250.72614 323.5 250.46051 323.84375Q250.21051 324.1875 250.21051 325.09375Q250.21051 325.90625 250.47614 326.25Q250.74176 326.59375 251.13239 326.59375Q251.52301 326.59375 251.78864 326.25Q252.05426 325.90625 252.05426 325.0Q252.05426 324.17188 251.78864 323.84375Q251.52301 323.5 251.13239 323.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.52524 360.73438L235.58774 360.59375Q235.75961 361.48438 236.19711 361.89062Q236.63461 362.28125 237.25961 362.28125Q238.00961 362.28125 238.52524 361.76562Q239.04086 361.25 239.04086 360.48438Q239.04086 359.76562 238.55649 359.29688Q238.08774 358.8125 237.35336 358.8125Q237.05649 358.8125 236.60336 358.9375L236.72836 358.0Q236.83774 358.01562 236.90024 358.01562Q237.57211 358.01562 238.10336 357.67188Q238.65024 357.3125 238.65024 356.57812Q238.65024 356.0 238.25961 355.625Q237.86899 355.23438 237.24399 355.23438Q236.63461 355.23438 236.21274 355.625Q235.80649 356.01562 235.69711 356.78125L234.63461 356.59375Q234.82211 355.54688 235.50961 354.96875Q236.19711 354.375 237.21274 354.375Q237.91586 354.375 238.50961 354.6875Q239.10336 354.98438 239.41586 355.5Q239.72836 356.01562 239.72836 356.60938Q239.72836 357.15625 239.43149 357.625Q239.13461 358.07812 238.55649 358.34375Q239.30649 358.51562 239.72836 359.07812Q240.15024 359.625 240.15024 360.46875Q240.15024 361.59375 239.32211 362.375Q238.50961 363.15625 237.25961 363.15625Q236.13461 363.15625 235.38461 362.48438Q234.63461 361.79688 234.52524 360.73438ZM241.72836 356.46875Q241.72836 355.54688 242.18149 354.90625Q242.65024 354.26562 243.52524 354.26562Q244.33774 354.26562 244.86899 354.84375Q245.40024 355.42188 245.40024 356.53125Q245.40024 357.625 244.85336 358.21875Q244.32211 358.79688 243.54086 358.79688Q242.75961 358.79688 242.24399 358.21875Q241.72836 357.64062 241.72836 356.46875ZM243.55649 354.98438Q243.16586 354.98438 242.90024 355.32812Q242.65024 355.67188 242.65024 356.57812Q242.65024 357.40625 242.90024 357.75Q243.16586 358.07812 243.55649 358.07812Q243.96274 358.07812 244.21274 357.73438Q244.47836 357.39062 244.47836 356.5Q244.47836 355.65625 244.21274 355.32812Q243.94711 354.98438 243.55649 354.98438ZM243.55649 363.3125L248.25961 354.26562L249.11899 354.26562L244.43149 363.3125L243.55649 363.3125ZM247.27524 360.98438Q247.27524 360.0625 247.72836 359.42188Q248.19711 358.78125 249.08774 358.78125Q249.90024 358.78125 250.43149 359.35938Q250.96274 359.92188 250.96274 361.04688Q250.96274 362.14062 250.41586 362.73438Q249.88461 363.3125 249.08774 363.3125Q248.32211 363.3125 247.79086 362.73438Q247.27524 362.15625 247.27524 360.98438ZM249.11899 359.5Q248.71274 359.5 248.44711 359.84375Q248.19711 360.1875 248.19711 361.09375Q248.19711 361.90625 248.46274 362.25Q248.72836 362.59375 249.11899 362.59375Q249.50961 362.59375 249.77524 362.25Q250.04086 361.90625 250.04086 361.0Q250.04086 360.17188 249.77524 359.84375Q249.50961 359.5 249.11899 359.5Z" fill-rule="nonzero"/><path fill="#666666" d="M234.52524 360.73438L235.58774 360.59375Q235.75961 361.48438 236.19711 361.89062Q236.63461 362.28125 237.25961 362.28125Q238.00961 362.28125 238.52524 361.76562Q239.04086 361.25 239.04086 360.48438Q239.04086 359.76562 238.55649 359.29688Q238.08774 358.8125 237.35336 358.8125Q237.05649 358.8125 236.60336 358.9375L236.72836 358.0Q236.83774 358.01562 236.90024 358.01562Q237.57211 358.01562 238.10336 357.67188Q238.65024 357.3125 238.65024 356.57812Q238.65024 356.0 238.25961 355.625Q237.86899 355.23438 237.24399 355.23438Q236.63461 355.23438 236.21274 355.625Q235.80649 356.01562 235.69711 356.78125L234.63461 356.59375Q234.82211 355.54688 235.50961 354.96875Q236.19711 354.375 237.21274 354.375Q237.91586 354.375 238.50961 354.6875Q239.10336 354.98438 239.41586 355.5Q239.72836 356.01562 239.72836 356.60938Q239.72836 357.15625 239.43149 357.625Q239.13461 358.07812 238.55649 358.34375Q239.30649 358.51562 239.72836 359.07812Q240.15024 359.625 240.15024 360.46875Q240.15024 361.59375 239.32211 362.375Q238.50961 363.15625 237.25961 363.15625Q236.13461 363.15625 235.38461 362.48438Q234.63461 361.79688 234.52524 360.73438ZM241.72836 356.46875Q241.72836 355.54688 242.18149 354.90625Q242.65024 354.26562 243.52524 354.26562Q244.33774 354.26562 244.86899 354.84375Q245.40024 355.42188 245.40024 356.53125Q245.40024 357.625 244.85336 358.21875Q244.32211 358.79688 243.54086 358.79688Q242.75961 358.79688 242.24399 358.21875Q241.72836 357.64062 241.72836 356.46875ZM243.55649 354.98438Q243.16586 354.98438 242.90024 355.32812Q242.65024 355.67188 242.65024 356.57812Q242.65024 357.40625 242.90024 357.75Q243.16586 358.07812 243.55649 358.07812Q243.96274 358.07812 244.21274 357.73438Q244.47836 357.39062 244.47836 356.5Q244.47836 355.65625 244.21274 355.32812Q243.94711 354.98438 243.55649 354.98438ZM243.55649 363.3125L248.25961 354.26562L249.11899 354.26562L244.43149 363.3125L243.55649 363.3125ZM247.27524 360.98438Q247.27524 360.0625 247.72836 359.42188Q248.19711 358.78125 249.08774 358.78125Q249.90024 358.78125 250.43149 359.35938Q250.96274 359.92188 250.96274 361.04688Q250.96274 362.14062 250.41586 362.73438Q249.88461 363.3125 249.08774 363.3125Q248.32211 363.3125 247.79086 362.73438Q247.27524 362.15625 247.27524 360.98438ZM249.11899 359.5Q248.71274 359.5 248.44711 359.84375Q248.19711 360.1875 248.19711 361.09375Q248.19711 361.90625 248.46274 362.25Q248.72836 362.59375 249.11899 362.59375Q249.50961 362.59375 249.77524 362.25Q250.04086 361.90625 250.04086 361.0Q250.04086 360.17188 249.77524 359.84375Q249.50961 359.5 249.11899 359.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M232.72757 395.73438L233.79007 395.59375Q233.96194 396.48438 234.39944 396.89062Q234.83694 397.28125 235.46194 397.28125Q236.21194 397.28125 236.72757 396.76562Q237.2432 396.25 237.2432 395.48438Q237.2432 394.76562 236.75882 394.29688Q236.29007 393.8125 235.5557 393.8125Q235.25882 393.8125 234.8057 393.9375L234.9307 393.0Q235.04007 393.01562 235.10257 393.01562Q235.77444 393.01562 236.3057 392.67188Q236.85257 392.3125 236.85257 391.57812Q236.85257 391.0 236.46194 390.625Q236.07132 390.23438 235.44632 390.23438Q234.83694 390.23438 234.41507 390.625Q234.00882 391.01562 233.89944 391.78125L232.83694 391.59375Q233.02444 390.54688 233.71194 389.96875Q234.39944 389.375 235.41507 389.375Q236.1182 389.375 236.71194 389.6875Q237.3057 389.98438 237.6182 390.5Q237.9307 391.01562 237.9307 391.60938Q237.9307 392.15625 237.63382 392.625Q237.33694 393.07812 236.75882 393.34375Q237.50882 393.51562 237.9307 394.07812Q238.35257 394.625 238.35257 395.46875Q238.35257 396.59375 237.52444 397.375Q236.71194 398.15625 235.46194 398.15625Q234.33694 398.15625 233.58694 397.48438Q232.83694 396.79688 232.72757 395.73438ZM239.9307 391.46875Q239.9307 390.54688 240.38382 389.90625Q240.85257 389.26562 241.72757 389.26562Q242.54007 389.26562 243.07132 389.84375Q243.60257 390.42188 243.60257 391.53125Q243.60257 392.625 243.0557 393.21875Q242.52444 393.79688 241.7432 393.79688Q240.96194 393.79688 240.44632 393.21875Q239.9307 392.64062 239.9307 391.46875ZM241.75882 389.98438Q241.3682 389.98438 241.10257 390.32812Q240.85257 390.67188 240.85257 391.57812Q240.85257 392.40625 241.10257 392.75Q241.3682 393.07812 241.75882 393.07812Q242.16507 393.07812 242.41507 392.73438Q242.6807 392.39062 242.6807 391.5Q242.6807 390.65625 242.41507 390.32812Q242.14944 389.98438 241.75882 389.98438ZM241.75882 398.3125L246.46194 389.26562L247.32132 389.26562L242.63382 398.3125L241.75882 398.3125ZM245.47757 395.98438Q245.47757 395.0625 245.9307 394.42188Q246.39944 393.78125 247.29007 393.78125Q248.10257 393.78125 248.63382 394.35938Q249.16507 394.92188 249.16507 396.04688Q249.16507 397.14062 248.6182 397.73438Q248.08694 398.3125 247.29007 398.3125Q246.52444 398.3125 245.9932 397.73438Q245.47757 397.15625 245.47757 395.98438ZM247.32132 394.5Q246.91507 394.5 246.64944 394.84375Q246.39944 395.1875 246.39944 396.09375Q246.39944 396.90625 246.66507 397.25Q246.9307 397.59375 247.32132 397.59375Q247.71194 397.59375 247.97757 397.25Q248.2432 396.90625 248.2432 396.0Q248.2432 395.17188 247.97757 394.84375Q247.71194 394.5 247.32132 394.5Z" fill-rule="nonzero"/><path fill="#666666" d="M232.72757 395.73438L233.79007 395.59375Q233.96194 396.48438 234.39944 396.89062Q234.83694 397.28125 235.46194 397.28125Q236.21194 397.28125 236.72757 396.76562Q237.2432 396.25 237.2432 395.48438Q237.2432 394.76562 236.75882 394.29688Q236.29007 393.8125 235.5557 393.8125Q235.25882 393.8125 234.8057 393.9375L234.9307 393.0Q235.04007 393.01562 235.10257 393.01562Q235.77444 393.01562 236.3057 392.67188Q236.85257 392.3125 236.85257 391.57812Q236.85257 391.0 236.46194 390.625Q236.07132 390.23438 235.44632 390.23438Q234.83694 390.23438 234.41507 390.625Q234.00882 391.01562 233.89944 391.78125L232.83694 391.59375Q233.02444 390.54688 233.71194 389.96875Q234.39944 389.375 235.41507 389.375Q236.1182 389.375 236.71194 389.6875Q237.3057 389.98438 237.6182 390.5Q237.9307 391.01562 237.9307 391.60938Q237.9307 392.15625 237.63382 392.625Q237.33694 393.07812 236.75882 393.34375Q237.50882 393.51562 237.9307 394.07812Q238.35257 394.625 238.35257 395.46875Q238.35257 396.59375 237.52444 397.375Q236.71194 398.15625 235.46194 398.15625Q234.33694 398.15625 233.58694 397.48438Q232.83694 396.79688 232.72757 395.73438ZM239.9307 391.46875Q239.9307 390.54688 240.38382 389.90625Q240.85257 389.26562 241.72757 389.26562Q242.54007 389.26562 243.07132 389.84375Q243.60257 390.42188 243.60257 391.53125Q243.60257 392.625 243.0557 393.21875Q242.52444 393.79688 241.7432 393.79688Q240.96194 393.79688 240.44632 393.21875Q239.9307 392.64062 239.9307 391.46875ZM241.75882 389.98438Q241.3682 389.98438 241.10257 390.32812Q240.85257 390.67188 240.85257 391.57812Q240.85257 392.40625 241.10257 392.75Q241.3682 393.07812 241.75882 393.07812Q242.16507 393.07812 242.41507 392.73438Q242.6807 392.39062 242.6807 391.5Q242.6807 390.65625 242.41507 390.32812Q242.14944 389.98438 241.75882 389.98438ZM241.75882 398.3125L246.46194 389.26562L247.32132 389.26562L242.63382 398.3125L241.75882 398.3125ZM245.47757 395.98438Q245.47757 395.0625 245.9307 394.42188Q246.39944 393.78125 247.29007 393.78125Q248.10257 393.78125 248.63382 394.35938Q249.16507 394.92188 249.16507 396.04688Q249.16507 397.14062 248.6182 397.73438Q248.08694 398.3125 247.29007 398.3125Q246.52444 398.3125 245.9932 397.73438Q245.47757 397.15625 245.47757 395.98438ZM247.32132 394.5Q246.91507 394.5 246.64944 394.84375Q246.39944 395.1875 246.39944 396.09375Q246.39944 396.90625 246.66507 397.25Q246.9307 397.59375 247.32132 397.59375Q247.71194 397.59375 247.97757 397.25Q248.2432 396.90625 248.2432 396.0Q248.2432 395.17188 247.97757 394.84375Q247.71194 394.5 247.32132 394.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M232.72757 431.73438L233.79007 431.59375Q233.96194 432.48438 234.39944 432.89062Q234.83694 433.28125 235.46194 433.28125Q236.21194 433.28125 236.72757 432.76562Q237.2432 432.25 237.2432 431.48438Q237.2432 430.76562 236.75882 430.29688Q236.29007 429.8125 235.5557 429.8125Q235.25882 429.8125 234.8057 429.9375L234.9307 429.0Q235.04007 429.01562 235.10257 429.01562Q235.77444 429.01562 236.3057 428.67188Q236.85257 428.3125 236.85257 427.57812Q236.85257 427.0 236.46194 426.625Q236.07132 426.23438 235.44632 426.23438Q234.83694 426.23438 234.41507 426.625Q234.00882 427.01562 233.89944 427.78125L232.83694 427.59375Q233.02444 426.54688 233.71194 425.96875Q234.39944 425.375 235.41507 425.375Q236.1182 425.375 236.71194 425.6875Q237.3057 425.98438 237.6182 426.5Q237.9307 427.01562 237.9307 427.60938Q237.9307 428.15625 237.63382 428.625Q237.33694 429.07812 236.75882 429.34375Q237.50882 429.51562 237.9307 430.07812Q238.35257 430.625 238.35257 431.46875Q238.35257 432.59375 237.52444 433.375Q236.71194 434.15625 235.46194 434.15625Q234.33694 434.15625 233.58694 433.48438Q232.83694 432.79688 232.72757 431.73438ZM239.9307 427.46875Q239.9307 426.54688 240.38382 425.90625Q240.85257 425.26562 241.72757 425.26562Q242.54007 425.26562 243.07132 425.84375Q243.60257 426.42188 243.60257 427.53125Q243.60257 428.625 243.0557 429.21875Q242.52444 429.79688 241.7432 429.79688Q240.96194 429.79688 240.44632 429.21875Q239.9307 428.64062 239.9307 427.46875ZM241.75882 425.98438Q241.3682 425.98438 241.10257 426.32812Q240.85257 426.67188 240.85257 427.57812Q240.85257 428.40625 241.10257 428.75Q241.3682 429.07812 241.75882 429.07812Q242.16507 429.07812 242.41507 428.73438Q242.6807 428.39062 242.6807 427.5Q242.6807 426.65625 242.41507 426.32812Q242.14944 425.98438 241.75882 425.98438ZM241.75882 434.3125L246.46194 425.26562L247.32132 425.26562L242.63382 434.3125L241.75882 434.3125ZM245.47757 431.98438Q245.47757 431.0625 245.9307 430.42188Q246.39944 429.78125 247.29007 429.78125Q248.10257 429.78125 248.63382 430.35938Q249.16507 430.92188 249.16507 432.04688Q249.16507 433.14062 248.6182 433.73438Q248.08694 434.3125 247.29007 434.3125Q246.52444 434.3125 245.9932 433.73438Q245.47757 433.15625 245.47757 431.98438ZM247.32132 430.5Q246.91507 430.5 246.64944 430.84375Q246.39944 431.1875 246.39944 432.09375Q246.39944 432.90625 246.66507 433.25Q246.9307 433.59375 247.32132 433.59375Q247.71194 433.59375 247.97757 433.25Q248.2432 432.90625 248.2432 432.0Q248.2432 431.17188 247.97757 430.84375Q247.71194 430.5 247.32132 430.5Z" fill-rule="nonzero"/><path fill="#666666" d="M232.72757 431.73438L233.79007 431.59375Q233.96194 432.48438 234.39944 432.89062Q234.83694 433.28125 235.46194 433.28125Q236.21194 433.28125 236.72757 432.76562Q237.2432 432.25 237.2432 431.48438Q237.2432 430.76562 236.75882 430.29688Q236.29007 429.8125 235.5557 429.8125Q235.25882 429.8125 234.8057 429.9375L234.9307 429.0Q235.04007 429.01562 235.10257 429.01562Q235.77444 429.01562 236.3057 428.67188Q236.85257 428.3125 236.85257 427.57812Q236.85257 427.0 236.46194 426.625Q236.07132 426.23438 235.44632 426.23438Q234.83694 426.23438 234.41507 426.625Q234.00882 427.01562 233.89944 427.78125L232.83694 427.59375Q233.02444 426.54688 233.71194 425.96875Q234.39944 425.375 235.41507 425.375Q236.1182 425.375 236.71194 425.6875Q237.3057 425.98438 237.6182 426.5Q237.9307 427.01562 237.9307 427.60938Q237.9307 428.15625 237.63382 428.625Q237.33694 429.07812 236.75882 429.34375Q237.50882 429.51562 237.9307 430.07812Q238.35257 430.625 238.35257 431.46875Q238.35257 432.59375 237.52444 433.375Q236.71194 434.15625 235.46194 434.15625Q234.33694 434.15625 233.58694 433.48438Q232.83694 432.79688 232.72757 431.73438ZM239.9307 427.46875Q239.9307 426.54688 240.38382 425.90625Q240.85257 425.26562 241.72757 425.26562Q242.54007 425.26562 243.07132 425.84375Q243.60257 426.42188 243.60257 427.53125Q243.60257 428.625 243.0557 429.21875Q242.52444 429.79688 241.7432 429.79688Q240.96194 429.79688 240.44632 429.21875Q239.9307 428.64062 239.9307 427.46875ZM241.75882 425.98438Q241.3682 425.98438 241.10257 426.32812Q240.85257 426.67188 240.85257 427.57812Q240.85257 428.40625 241.10257 428.75Q241.3682 429.07812 241.75882 429.07812Q242.16507 429.07812 242.41507 428.73438Q242.6807 428.39062 242.6807 427.5Q242.6807 426.65625 242.41507 426.32812Q242.14944 425.98438 241.75882 425.98438ZM241.75882 434.3125L246.46194 425.26562L247.32132 425.26562L242.63382 434.3125L241.75882 434.3125ZM245.47757 431.98438Q245.47757 431.0625 245.9307 430.42188Q246.39944 429.78125 247.29007 429.78125Q248.10257 429.78125 248.63382 430.35938Q249.16507 430.92188 249.16507 432.04688Q249.16507 433.14062 248.6182 433.73438Q248.08694 434.3125 247.29007 434.3125Q246.52444 434.3125 245.9932 433.73438Q245.47757 433.15625 245.47757 431.98438ZM247.32132 430.5Q246.91507 430.5 246.64944 430.84375Q246.39944 431.1875 246.39944 432.09375Q246.39944 432.90625 246.66507 433.25Q246.9307 433.59375 247.32132 433.59375Q247.71194 433.59375 247.97757 433.25Q248.2432 432.90625 248.2432 432.0Q248.2432 431.17188 247.97757 430.84375Q247.71194 430.5 247.32132 430.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M235.68578 467.98438L235.68578 469.0L229.99828 469.0Q229.99828 468.625 230.12328 468.26562Q230.34203 467.6875 230.81078 467.125Q231.29515 466.5625 232.2014 465.82812Q233.60765 464.67188 234.09203 464.0Q234.59203 463.32812 234.59203 462.73438Q234.59203 462.10938 234.1389 461.6875Q233.68578 461.25 232.96703 461.25Q232.2014 461.25 231.74828 461.70312Q231.29515 462.15625 231.27953 462.96875L230.2014 462.85938Q230.31078 461.64062 231.02953 461.01562Q231.7639 460.375 232.99828 460.375Q234.23265 460.375 234.9514 461.0625Q235.67015 461.75 235.67015 462.76562Q235.67015 463.28125 235.4514 463.78125Q235.24828 464.26562 234.74828 464.82812Q234.2639 465.375 233.1389 466.32812Q232.18578 467.125 231.90453 467.42188Q231.6389 467.70312 231.46703 467.98438L235.68578 467.98438ZM237.34203 462.46875Q237.34203 461.54688 237.79515 460.90625Q238.2639 460.26562 239.1389 460.26562Q239.9514 460.26562 240.48265 460.84375Q241.0139 461.42188 241.0139 462.53125Q241.0139 463.625 240.46703 464.21875Q239.93578 464.79688 239.15453 464.79688Q238.37328 464.79688 237.85765 464.21875Q237.34203 463.64062 237.34203 462.46875ZM239.17015 460.98438Q238.77953 460.98438 238.5139 461.32812Q238.2639 461.67188 238.2639 462.57812Q238.2639 463.40625 238.5139 463.75Q238.77953 464.07812 239.17015 464.07812Q239.5764 464.07812 239.8264 463.73438Q240.09203 463.39062 240.09203 462.5Q240.09203 461.65625 239.8264 461.32812Q239.56078 460.98438 239.17015 460.98438ZM239.17015 469.3125L243.87328 460.26562L244.73265 460.26562L240.04515 469.3125L239.17015 469.3125ZM242.8889 466.98438Q242.8889 466.0625 243.34203 465.42188Q243.81078 464.78125 244.7014 464.78125Q245.5139 464.78125 246.04515 465.35938Q246.5764 465.92188 246.5764 467.04688Q246.5764 468.14062 246.02953 468.73438Q245.49828 469.3125 244.7014 469.3125Q243.93578 469.3125 243.40453 468.73438Q242.8889 468.15625 242.8889 466.98438ZM244.73265 465.5Q244.3264 465.5 244.06078 465.84375Q243.81078 466.1875 243.81078 467.09375Q243.81078 467.90625 244.0764 468.25Q244.34203 468.59375 244.73265 468.59375Q245.12328 468.59375 245.3889 468.25Q245.65453 467.90625 245.65453 467.0Q245.65453 466.17188 245.3889 465.84375Q245.12328 465.5 244.73265 465.5Z" fill-rule="nonzero"/><path fill="#666666" d="M235.68578 467.98438L235.68578 469.0L229.99828 469.0Q229.99828 468.625 230.12328 468.26562Q230.34203 467.6875 230.81078 467.125Q231.29515 466.5625 232.2014 465.82812Q233.60765 464.67188 234.09203 464.0Q234.59203 463.32812 234.59203 462.73438Q234.59203 462.10938 234.1389 461.6875Q233.68578 461.25 232.96703 461.25Q232.2014 461.25 231.74828 461.70312Q231.29515 462.15625 231.27953 462.96875L230.2014 462.85938Q230.31078 461.64062 231.02953 461.01562Q231.7639 460.375 232.99828 460.375Q234.23265 460.375 234.9514 461.0625Q235.67015 461.75 235.67015 462.76562Q235.67015 463.28125 235.4514 463.78125Q235.24828 464.26562 234.74828 464.82812Q234.2639 465.375 233.1389 466.32812Q232.18578 467.125 231.90453 467.42188Q231.6389 467.70312 231.46703 467.98438L235.68578 467.98438ZM237.34203 462.46875Q237.34203 461.54688 237.79515 460.90625Q238.2639 460.26562 239.1389 460.26562Q239.9514 460.26562 240.48265 460.84375Q241.0139 461.42188 241.0139 462.53125Q241.0139 463.625 240.46703 464.21875Q239.93578 464.79688 239.15453 464.79688Q238.37328 464.79688 237.85765 464.21875Q237.34203 463.64062 237.34203 462.46875ZM239.17015 460.98438Q238.77953 460.98438 238.5139 461.32812Q238.2639 461.67188 238.2639 462.57812Q238.2639 463.40625 238.5139 463.75Q238.77953 464.07812 239.17015 464.07812Q239.5764 464.07812 239.8264 463.73438Q240.09203 463.39062 240.09203 462.5Q240.09203 461.65625 239.8264 461.32812Q239.56078 460.98438 239.17015 460.98438ZM239.17015 469.3125L243.87328 460.26562L244.73265 460.26562L240.04515 469.3125L239.17015 469.3125ZM242.8889 466.98438Q242.8889 466.0625 243.34203 465.42188Q243.81078 464.78125 244.7014 464.78125Q245.5139 464.78125 246.04515 465.35938Q246.5764 465.92188 246.5764 467.04688Q246.5764 468.14062 246.02953 468.73438Q245.49828 469.3125 244.7014 469.3125Q243.93578 469.3125 243.40453 468.73438Q242.8889 468.15625 242.8889 466.98438ZM244.73265 465.5Q244.3264 465.5 244.06078 465.84375Q243.81078 466.1875 243.81078 467.09375Q243.81078 467.90625 244.0764 468.25Q244.34203 468.59375 244.73265 468.59375Q245.12328 468.59375 245.3889 468.25Q245.65453 467.90625 245.65453 467.0Q245.65453 466.17188 245.3889 465.84375Q245.12328 465.5 244.73265 465.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.64272 505.0L227.59584 505.0L227.59584 498.28125Q227.20522 498.64062 226.58022 499.01562Q225.97084 499.375 225.48647 499.54688L225.48647 498.53125Q226.36147 498.10938 227.01772 497.53125Q227.68959 496.9375 227.97084 496.375L228.64272 496.375L228.64272 505.0ZM231.87709 498.46875Q231.87709 497.54688 232.33022 496.90625Q232.79897 496.26562 233.67397 496.26562Q234.48647 496.26562 235.01772 496.84375Q235.54897 497.42188 235.54897 498.53125Q235.54897 499.625 235.00209 500.21875Q234.47084 500.79688 233.68959 500.79688Q232.90834 500.79688 232.39272 500.21875Q231.87709 499.64062 231.87709 498.46875ZM233.70522 496.98438Q233.31459 496.98438 233.04897 497.32812Q232.79897 497.67188 232.79897 498.57812Q232.79897 499.40625 233.04897 499.75Q233.31459 500.07812 233.70522 500.07812Q234.11147 500.07812 234.36147 499.73438Q234.62709 499.39062 234.62709 498.5Q234.62709 497.65625 234.36147 497.32812Q234.09584 496.98438 233.70522 496.98438ZM233.70522 505.3125L238.40834 496.26562L239.26772 496.26562L234.58022 505.3125L233.70522 505.3125ZM237.42397 502.98438Q237.42397 502.0625 237.87709 501.42188Q238.34584 500.78125 239.23647 500.78125Q240.04897 500.78125 240.58022 501.35938Q241.11147 501.92188 241.11147 503.04688Q241.11147 504.14062 240.56459 504.73438Q240.03334 505.3125 239.23647 505.3125Q238.47084 505.3125 237.93959 504.73438Q237.42397 504.15625 237.42397 502.98438ZM239.26772 501.5Q238.86147 501.5 238.59584 501.84375Q238.34584 502.1875 238.34584 503.09375Q238.34584 503.90625 238.61147 504.25Q238.87709 504.59375 239.26772 504.59375Q239.65834 504.59375 239.92397 504.25Q240.18959 503.90625 240.18959 503.0Q240.18959 502.17188 239.92397 501.84375Q239.65834 501.5 239.26772 501.5Z" fill-rule="nonzero"/><path fill="#666666" d="M228.64272 505.0L227.59584 505.0L227.59584 498.28125Q227.20522 498.64062 226.58022 499.01562Q225.97084 499.375 225.48647 499.54688L225.48647 498.53125Q226.36147 498.10938 227.01772 497.53125Q227.68959 496.9375 227.97084 496.375L228.64272 496.375L228.64272 505.0ZM231.87709 498.46875Q231.87709 497.54688 232.33022 496.90625Q232.79897 496.26562 233.67397 496.26562Q234.48647 496.26562 235.01772 496.84375Q235.54897 497.42188 235.54897 498.53125Q235.54897 499.625 235.00209 500.21875Q234.47084 500.79688 233.68959 500.79688Q232.90834 500.79688 232.39272 500.21875Q231.87709 499.64062 231.87709 498.46875ZM233.70522 496.98438Q233.31459 496.98438 233.04897 497.32812Q232.79897 497.67188 232.79897 498.57812Q232.79897 499.40625 233.04897 499.75Q233.31459 500.07812 233.70522 500.07812Q234.11147 500.07812 234.36147 499.73438Q234.62709 499.39062 234.62709 498.5Q234.62709 497.65625 234.36147 497.32812Q234.09584 496.98438 233.70522 496.98438ZM233.70522 505.3125L238.40834 496.26562L239.26772 496.26562L234.58022 505.3125L233.70522 505.3125ZM237.42397 502.98438Q237.42397 502.0625 237.87709 501.42188Q238.34584 500.78125 239.23647 500.78125Q240.04897 500.78125 240.58022 501.35938Q241.11147 501.92188 241.11147 503.04688Q241.11147 504.14062 240.56459 504.73438Q240.03334 505.3125 239.23647 505.3125Q238.47084 505.3125 237.93959 504.73438Q237.42397 504.15625 237.42397 502.98438ZM239.26772 501.5Q238.86147 501.5 238.59584 501.84375Q238.34584 502.1875 238.34584 503.09375Q238.34584 503.90625 238.61147 504.25Q238.87709 504.59375 239.26772 504.59375Q239.65834 504.59375 239.92397 504.25Q240.18959 503.90625 240.18959 503.0Q240.18959 502.17188 239.92397 501.84375Q239.65834 501.5 239.26772 501.5Z" fill-rule="nonzero"/><path fill="#666666" d="M301.66498 563.17224L301.66498 554.5785L307.8681 554.5785L307.8681 555.5941L302.8056 555.5941L302.8056 558.2191L307.5556 558.2191L307.5556 559.23474L302.8056 559.23474L302.8056 562.1566L308.07123 562.1566L308.07123 563.17224L301.66498 563.17224ZM309.08685 561.31287L310.1181 561.1566Q310.21185 561.7816 310.60248 562.10974Q311.00873 562.43787 311.7431 562.43787Q312.46185 562.43787 312.8056 562.1566Q313.16498 561.85974 313.16498 561.4535Q313.16498 561.0941 312.85248 560.891Q312.63373 560.75037 311.77435 560.5316Q310.6181 560.23474 310.16498 560.0316Q309.72748 559.81287 309.4931 559.43787Q309.25873 559.06287 309.25873 558.5941Q309.25873 558.18787 309.44623 557.8285Q309.63373 557.4691 309.96185 557.23474Q310.21185 557.06287 310.63373 556.93787Q311.0556 556.81287 311.5556 556.81287Q312.27435 556.81287 312.82123 557.0316Q313.38373 557.23474 313.64935 557.5941Q313.91498 557.9535 314.00873 558.54724L312.97748 558.68787Q312.91498 558.2191 312.57123 557.9535Q312.2431 557.67224 311.6181 557.67224Q310.89935 557.67224 310.58685 557.92224Q310.27435 558.1566 310.27435 558.48474Q310.27435 558.68787 310.39935 558.8441Q310.53998 559.016 310.8056 559.12537Q310.96185 559.18787 311.7431 559.391Q312.8681 559.7035 313.3056 559.891Q313.7431 560.0785 313.9931 560.43787Q314.2431 560.79724 314.2431 561.3441Q314.2431 561.87537 313.9306 562.3441Q313.63373 562.79724 313.0556 563.06287Q312.47748 563.31287 311.7431 563.31287Q310.52435 563.31287 309.88373 562.81287Q309.25873 562.29724 309.08685 561.31287ZM317.8056 562.23474L317.96185 563.1566Q317.50873 563.25037 317.16498 563.25037Q316.58685 563.25037 316.27435 563.0785Q315.96185 562.891 315.82123 562.5941Q315.69623 562.29724 315.69623 561.3441L315.69623 557.766L314.9306 557.766L314.9306 556.9535L315.69623 556.9535L315.69623 555.4066L316.7431 554.7816L316.7431 556.9535L317.8056 556.9535L317.8056 557.766L316.7431 557.766L316.7431 561.4066Q316.7431 561.85974 316.78998 561.98474Q316.85248 562.10974 316.97748 562.18787Q317.10248 562.266 317.33685 562.266Q317.52435 562.266 317.8056 562.23474ZM318.50873 555.79724L318.50873 554.5785L319.57123 554.5785L319.57123 555.79724L318.50873 555.79724ZM318.50873 563.17224L318.50873 556.9535L319.57123 556.9535L319.57123 563.17224L318.50873 563.17224ZM321.50873 563.17224L321.50873 556.9535L322.44623 556.9535L322.44623 557.8285Q322.7431 557.35974 323.22748 557.0941Q323.71185 556.81287 324.33685 556.81287Q325.02435 556.81287 325.46185 557.0941Q325.91498 557.37537 326.08685 557.891Q326.83685 556.81287 328.00873 556.81287Q328.94623 556.81287 329.4306 557.3285Q329.9306 557.8285 329.9306 558.9066L329.9306 563.17224L328.88373 563.17224L328.88373 559.25037Q328.88373 558.62537 328.77435 558.3441Q328.6806 558.06287 328.41498 557.891Q328.14935 557.7191 327.77435 557.7191Q327.1181 557.7191 326.6806 558.1566Q326.25873 558.5941 326.25873 559.56287L326.25873 563.17224L325.19623 563.17224L325.19623 559.12537Q325.19623 558.42224 324.9306 558.0785Q324.6806 557.7191 324.10248 557.7191Q323.64935 557.7191 323.27435 557.9535Q322.89935 558.18787 322.72748 558.641Q322.5556 559.0941 322.5556 559.93787L322.5556 563.17224L321.50873 563.17224ZM335.57123 562.4066Q334.97748 562.9066 334.4306 563.10974Q333.89935 563.31287 333.27435 563.31287Q332.2431 563.31287 331.69623 562.81287Q331.14935 562.31287 331.14935 561.5316Q331.14935 561.0785 331.35248 560.7035Q331.5556 560.31287 331.89935 560.0941Q332.2431 559.85974 332.66498 559.75037Q332.96185 559.6566 333.60248 559.5785Q334.8681 559.43787 335.47748 559.2191Q335.47748 559.00037 335.47748 558.9535Q335.47748 558.29724 335.1806 558.0316Q334.77435 557.68787 333.97748 557.68787Q333.2431 557.68787 332.88373 557.9535Q332.52435 558.2035 332.35248 558.85974L331.32123 558.7191Q331.46185 558.06287 331.78998 557.6566Q332.1181 557.25037 332.72748 557.0316Q333.33685 556.81287 334.13373 556.81287Q334.9306 556.81287 335.4306 557.00037Q335.9306 557.18787 336.16498 557.4691Q336.39935 557.75037 336.4931 558.18787Q336.53998 558.4535 336.53998 559.1566L336.53998 560.56287Q336.53998 562.0316 336.60248 562.42224Q336.6806 562.81287 336.88373 563.17224L335.77435 563.17224Q335.6181 562.8441 335.57123 562.4066ZM335.47748 560.04724Q334.89935 560.2816 333.75873 560.4535Q333.10248 560.54724 332.83685 560.67224Q332.57123 560.7816 332.41498 561.00037Q332.27435 561.2191 332.27435 561.50037Q332.27435 561.92224 332.58685 562.2035Q332.91498 562.48474 333.52435 562.48474Q334.13373 562.48474 334.60248 562.2191Q335.08685 561.9535 335.3056 561.48474Q335.47748 561.12537 335.47748 560.43787L335.47748 560.04724ZM340.8056 562.23474L340.96185 563.1566Q340.50873 563.25037 340.16498 563.25037Q339.58685 563.25037 339.27435 563.0785Q338.96185 562.891 338.82123 562.5941Q338.69623 562.29724 338.69623 561.3441L338.69623 557.766L337.9306 557.766L337.9306 556.9535L338.69623 556.9535L338.69623 555.4066L339.7431 554.7816L339.7431 556.9535L340.8056 556.9535L340.8056 557.766L339.7431 557.766L339.7431 561.4066Q339.7431 561.85974 339.78998 561.98474Q339.85248 562.10974 339.97748 562.18787Q340.10248 562.266 340.33685 562.266Q340.52435 562.266 340.8056 562.23474ZM345.75873 561.17224L346.85248 561.29724Q346.60248 562.25037 345.89935 562.7816Q345.19623 563.31287 344.1181 563.31287Q342.75873 563.31287 341.94623 562.4691Q341.14935 561.62537 341.14935 560.10974Q341.14935 558.54724 341.96185 557.68787Q342.77435 556.81287 344.0556 556.81287Q345.3056 556.81287 346.08685 557.6566Q346.88373 558.50037 346.88373 560.04724Q346.88373 560.141 346.88373 560.3285L342.2431 560.3285Q342.3056 561.35974 342.82123 561.9066Q343.33685 562.43787 344.1181 562.43787Q344.69623 562.43787 345.10248 562.141Q345.52435 561.8285 345.75873 561.17224ZM342.3056 559.4691L345.77435 559.4691Q345.71185 558.67224 345.38373 558.2816Q344.8681 557.67224 344.07123 557.67224Q343.33685 557.67224 342.83685 558.1566Q342.35248 558.641 342.3056 559.4691ZM352.53998 563.17224L352.53998 562.391Q351.94623 563.31287 350.8056 563.31287Q350.0556 563.31287 349.4306 562.9066Q348.8056 562.48474 348.46185 561.75037Q348.1181 561.016 348.1181 560.06287Q348.1181 559.141 348.4306 558.37537Q348.7431 557.60974 349.3681 557.2191Q349.9931 556.81287 350.75873 556.81287Q351.32123 556.81287 351.75873 557.04724Q352.19623 557.2816 352.47748 557.6566L352.47748 554.5785L353.52435 554.5785L353.52435 563.17224L352.53998 563.17224ZM349.21185 560.06287Q349.21185 561.266 349.71185 561.85974Q350.21185 562.43787 350.89935 562.43787Q351.58685 562.43787 352.07123 561.87537Q352.5556 561.31287 352.5556 560.1566Q352.5556 558.87537 352.0556 558.2816Q351.57123 557.68787 350.85248 557.68787Q350.14935 557.68787 349.6806 558.266Q349.21185 558.8285 349.21185 560.06287ZM358.41498 556.641Q358.41498 555.7191 358.8681 555.0785Q359.33685 554.43787 360.21185 554.43787Q361.02435 554.43787 361.5556 555.016Q362.08685 555.5941 362.08685 556.7035Q362.08685 557.79724 361.53998 558.391Q361.00873 558.9691 360.22748 558.9691Q359.44623 558.9691 358.9306 558.391Q358.41498 557.81287 358.41498 556.641ZM360.2431 555.1566Q359.85248 555.1566 359.58685 555.50037Q359.33685 555.8441 359.33685 556.75037Q359.33685 557.5785 359.58685 557.92224Q359.85248 558.25037 360.2431 558.25037Q360.64935 558.25037 360.89935 557.9066Q361.16498 557.56287 361.16498 556.67224Q361.16498 555.8285 360.89935 555.50037Q360.63373 555.1566 360.2431 555.1566ZM360.2431 563.48474L364.94623 554.43787L365.8056 554.43787L361.1181 563.48474L360.2431 563.48474ZM363.96185 561.1566Q363.96185 560.23474 364.41498 559.5941Q364.88373 558.9535 365.77435 558.9535Q366.58685 558.9535 367.1181 559.5316Q367.64935 560.0941 367.64935 561.2191Q367.64935 562.31287 367.10248 562.9066Q366.57123 563.48474 365.77435 563.48474Q365.00873 563.48474 364.47748 562.9066Q363.96185 562.3285 363.96185 561.1566ZM365.8056 559.67224Q365.39935 559.67224 365.13373 560.016Q364.88373 560.35974 364.88373 561.266Q364.88373 562.0785 365.14935 562.42224Q365.41498 562.766 365.8056 562.766Q366.19623 562.766 366.46185 562.42224Q366.72748 562.0785 366.72748 561.17224Q366.72748 560.3441 366.46185 560.016Q366.19623 559.67224 365.8056 559.67224ZM372.1181 560.06287Q372.1181 558.3285 373.07123 557.50037Q373.8681 556.81287 375.02435 556.81287Q376.3056 556.81287 377.1181 557.6566Q377.94623 558.48474 377.94623 559.9691Q377.94623 561.17224 377.58685 561.85974Q377.22748 562.54724 376.52435 562.93787Q375.83685 563.31287 375.02435 563.31287Q373.72748 563.31287 372.91498 562.48474Q372.1181 561.641 372.1181 560.06287ZM373.19623 560.06287Q373.19623 561.25037 373.71185 561.8441Q374.2431 562.43787 375.02435 562.43787Q375.82123 562.43787 376.33685 561.8441Q376.85248 561.25037 376.85248 560.0316Q376.85248 558.87537 376.32123 558.2816Q375.8056 557.68787 375.02435 557.68787Q374.2431 557.68787 373.71185 558.2816Q373.19623 558.85974 373.19623 560.06287ZM379.75873 563.17224L379.75873 557.766L378.82123 557.766L378.82123 556.9535L379.75873 556.9535L379.75873 556.2816Q379.75873 555.6566 379.8681 555.35974Q380.02435 554.93787 380.39935 554.68787Q380.78998 554.43787 381.47748 554.43787Q381.9306 554.43787 382.46185 554.54724L382.3056 555.4535Q381.97748 555.4066 381.6806 555.4066Q381.19623 555.4066 380.9931 555.60974Q380.8056 555.81287 380.8056 556.37537L380.8056 556.9535L382.02435 556.9535L382.02435 557.766L380.8056 557.766L380.8056 563.17224L379.75873 563.17224ZM385.4931 563.17224L385.4931 556.9535L386.44623 556.9535L386.44623 557.891Q386.8056 557.23474 387.10248 557.0316Q387.41498 556.81287 387.78998 556.81287Q388.32123 556.81287 388.8681 557.141L388.50873 558.12537Q388.1181 557.891 387.7431 557.891Q387.38373 557.891 387.10248 558.10974Q386.83685 558.31287 386.72748 558.68787Q386.53998 559.25037 386.53998 559.9066L386.53998 563.17224L385.4931 563.17224ZM393.75873 561.17224L394.85248 561.29724Q394.60248 562.25037 393.89935 562.7816Q393.19623 563.31287 392.1181 563.31287Q390.75873 563.31287 389.94623 562.4691Q389.14935 561.62537 389.14935 560.10974Q389.14935 558.54724 389.96185 557.68787Q390.77435 556.81287 392.0556 556.81287Q393.3056 556.81287 394.08685 557.6566Q394.88373 558.50037 394.88373 560.04724Q394.88373 560.141 394.88373 560.3285L390.2431 560.3285Q390.3056 561.35974 390.82123 561.9066Q391.33685 562.43787 392.1181 562.43787Q392.69623 562.43787 393.10248 562.141Q393.52435 561.8285 393.75873 561.17224ZM390.3056 559.4691L393.77435 559.4691Q393.71185 558.67224 393.38373 558.2816Q392.8681 557.67224 392.07123 557.67224Q391.33685 557.67224 390.83685 558.1566Q390.35248 558.641 390.3056 559.4691ZM396.08685 561.31287L397.1181 561.1566Q397.21185 561.7816 397.60248 562.10974Q398.00873 562.43787 398.7431 562.43787Q399.46185 562.43787 399.8056 562.1566Q400.16498 561.85974 400.16498 561.4535Q400.16498 561.0941 399.85248 560.891Q399.63373 560.75037 398.77435 560.5316Q397.6181 560.23474 397.16498 560.0316Q396.72748 559.81287 396.4931 559.43787Q396.25873 559.06287 396.25873 558.5941Q396.25873 558.18787 396.44623 557.8285Q396.63373 557.4691 396.96185 557.23474Q397.21185 557.06287 397.63373 556.93787Q398.0556 556.81287 398.5556 556.81287Q399.27435 556.81287 399.82123 557.0316Q400.38373 557.23474 400.64935 557.5941Q400.91498 557.9535 401.00873 558.54724L399.97748 558.68787Q399.91498 558.2191 399.57123 557.9535Q399.2431 557.67224 398.6181 557.67224Q397.89935 557.67224 397.58685 557.92224Q397.27435 558.1566 397.27435 558.48474Q397.27435 558.68787 397.39935 558.8441Q397.53998 559.016 397.8056 559.12537Q397.96185 559.18787 398.7431 559.391Q399.8681 559.7035 400.3056 559.891Q400.7431 560.0785 400.9931 560.43787Q401.2431 560.79724 401.2431 561.3441Q401.2431 561.87537 400.9306 562.3441Q400.63373 562.79724 400.0556 563.06287Q399.47748 563.31287 398.7431 563.31287Q397.52435 563.31287 396.88373 562.81287Q396.25873 562.29724 396.08685 561.31287ZM402.50873 565.56287L402.50873 556.9535L403.46185 556.9535L403.46185 557.75037Q403.8056 557.2816 404.22748 557.04724Q404.66498 556.81287 405.27435 556.81287Q406.07123 556.81287 406.6806 557.2191Q407.28998 557.62537 407.58685 558.37537Q407.89935 559.12537 407.89935 560.016Q407.89935 560.9691 407.5556 561.73474Q407.22748 562.50037 406.57123 562.9066Q405.91498 563.31287 405.19623 563.31287Q404.66498 563.31287 404.2431 563.0941Q403.82123 562.85974 403.5556 562.5316L403.5556 565.56287L402.50873 565.56287ZM403.46185 560.0941Q403.46185 561.29724 403.94623 561.87537Q404.4306 562.43787 405.1181 562.43787Q405.82123 562.43787 406.32123 561.8441Q406.82123 561.25037 406.82123 560.00037Q406.82123 558.81287 406.33685 558.23474Q405.85248 557.641 405.16498 557.641Q404.4931 557.641 403.97748 558.266Q403.46185 558.891 403.46185 560.0941ZM409.1181 560.06287Q409.1181 558.3285 410.07123 557.50037Q410.8681 556.81287 412.02435 556.81287Q413.3056 556.81287 414.1181 557.6566Q414.94623 558.48474 414.94623 559.9691Q414.94623 561.17224 414.58685 561.85974Q414.22748 562.54724 413.52435 562.93787Q412.83685 563.31287 412.02435 563.31287Q410.72748 563.31287 409.91498 562.48474Q409.1181 561.641 409.1181 560.06287ZM410.19623 560.06287Q410.19623 561.25037 410.71185 561.8441Q411.2431 562.43787 412.02435 562.43787Q412.82123 562.43787 413.33685 561.8441Q413.85248 561.25037 413.85248 560.0316Q413.85248 558.87537 413.32123 558.2816Q412.8056 557.68787 412.02435 557.68787Q411.2431 557.68787 410.71185 558.2816Q410.19623 558.85974 410.19623 560.06287ZM416.50873 563.17224L416.50873 556.9535L417.44623 556.9535L417.44623 557.8285Q418.13373 556.81287 419.4306 556.81287Q419.9931 556.81287 420.46185 557.016Q420.94623 557.2191 421.1806 557.54724Q421.41498 557.87537 421.50873 558.31287Q421.5556 558.60974 421.5556 559.3441L421.5556 563.17224L420.50873 563.17224L420.50873 559.391Q420.50873 558.73474 420.38373 558.42224Q420.25873 558.10974 419.94623 557.92224Q419.63373 557.7191 419.21185 557.7191Q418.53998 557.7191 418.03998 558.1566Q417.5556 558.5785 417.5556 559.766L417.5556 563.17224L416.50873 563.17224ZM427.53998 563.17224L427.53998 562.391Q426.94623 563.31287 425.8056 563.31287Q425.0556 563.31287 424.4306 562.9066Q423.8056 562.48474 423.46185 561.75037Q423.1181 561.016 423.1181 560.06287Q423.1181 559.141 423.4306 558.37537Q423.7431 557.60974 424.3681 557.2191Q424.9931 556.81287 425.75873 556.81287Q426.32123 556.81287 426.75873 557.04724Q427.19623 557.2816 427.47748 557.6566L427.47748 554.5785L428.52435 554.5785L428.52435 563.17224L427.53998 563.17224ZM424.21185 560.06287Q424.21185 561.266 424.71185 561.85974Q425.21185 562.43787 425.89935 562.43787Q426.58685 562.43787 427.07123 561.87537Q427.5556 561.31287 427.5556 560.1566Q427.5556 558.87537 427.0556 558.2816Q426.57123 557.68787 425.85248 557.68787Q425.14935 557.68787 424.6806 558.266Q424.21185 558.8285 424.21185 560.06287ZM434.75873 561.17224L435.85248 561.29724Q435.60248 562.25037 434.89935 562.7816Q434.19623 563.31287 433.1181 563.31287Q431.75873 563.31287 430.94623 562.4691Q430.14935 561.62537 430.14935 560.10974Q430.14935 558.54724 430.96185 557.68787Q431.77435 556.81287 433.0556 556.81287Q434.3056 556.81287 435.08685 557.6566Q435.88373 558.50037 435.88373 560.04724Q435.88373 560.141 435.88373 560.3285L431.2431 560.3285Q431.3056 561.35974 431.82123 561.9066Q432.33685 562.43787 433.1181 562.43787Q433.69623 562.43787 434.10248 562.141Q434.52435 561.8285 434.75873 561.17224ZM431.3056 559.4691L434.77435 559.4691Q434.71185 558.67224 434.38373 558.2816Q433.8681 557.67224 433.07123 557.67224Q432.33685 557.67224 431.83685 558.1566Q431.35248 558.641 431.3056 559.4691ZM437.50873 563.17224L437.50873 556.9535L438.44623 556.9535L438.44623 557.8285Q439.13373 556.81287 440.4306 556.81287Q440.9931 556.81287 441.46185 557.016Q441.94623 557.2191 442.1806 557.54724Q442.41498 557.87537 442.50873 558.31287Q442.5556 558.60974 442.5556 559.3441L442.5556 563.17224L441.50873 563.17224L441.50873 559.391Q441.50873 558.73474 441.38373 558.42224Q441.25873 558.10974 440.94623 557.92224Q440.63373 557.7191 440.21185 557.7191Q439.53998 557.7191 439.03998 558.1566Q438.5556 558.5785 438.5556 559.766L438.5556 563.17224L437.50873 563.17224ZM446.8056 562.23474L446.96185 563.1566Q446.50873 563.25037 446.16498 563.25037Q445.58685 563.25037 445.27435 563.0785Q444.96185 562.891 444.82123 562.5941Q444.69623 562.29724 444.69623 561.3441L444.69623 557.766L443.9306 557.766L443.9306 556.9535L444.69623 556.9535L444.69623 555.4066L445.7431 554.7816L445.7431 556.9535L446.8056 556.9535L446.8056 557.766L445.7431 557.766L445.7431 561.4066Q445.7431 561.85974 445.78998 561.98474Q445.85248 562.10974 445.97748 562.18787Q446.10248 562.266 446.33685 562.266Q446.52435 562.266 446.8056 562.23474ZM447.08685 561.31287L448.1181 561.1566Q448.21185 561.7816 448.60248 562.10974Q449.00873 562.43787 449.7431 562.43787Q450.46185 562.43787 450.8056 562.1566Q451.16498 561.85974 451.16498 561.4535Q451.16498 561.0941 450.85248 560.891Q450.63373 560.75037 449.77435 560.5316Q448.6181 560.23474 448.16498 560.0316Q447.72748 559.81287 447.4931 559.43787Q447.25873 559.06287 447.25873 558.5941Q447.25873 558.18787 447.44623 557.8285Q447.63373 557.4691 447.96185 557.23474Q448.21185 557.06287 448.63373 556.93787Q449.0556 556.81287 449.5556 556.81287Q450.27435 556.81287 450.82123 557.0316Q451.38373 557.23474 451.64935 557.5941Q451.91498 557.9535 452.00873 558.54724L450.97748 558.68787Q450.91498 558.2191 450.57123 557.9535Q450.2431 557.67224 449.6181 557.67224Q448.89935 557.67224 448.58685 557.92224Q448.27435 558.1566 448.27435 558.48474Q448.27435 558.68787 448.39935 558.8441Q448.53998 559.016 448.8056 559.12537Q448.96185 559.18787 449.7431 559.391Q450.8681 559.7035 451.3056 559.891Q451.7431 560.0785 451.9931 560.43787Q452.2431 560.79724 452.2431 561.3441Q452.2431 561.87537 451.9306 562.3441Q451.63373 562.79724 451.0556 563.06287Q450.47748 563.31287 449.7431 563.31287Q448.52435 563.31287 447.88373 562.81287Q447.25873 562.29724 447.08685 561.31287Z" fill-rule="nonzero"/><path fill="#666666" d="M44.390625 70.86075L44.390625 62.267L46.109375 62.267L48.140625 68.34512Q48.421875 69.2045 48.546875 69.62637Q48.6875 69.15762 49.0 68.25137L51.0625 62.267L52.59375 62.267L52.59375 70.86075L51.5 70.86075L51.5 63.67325L49.0 70.86075L47.96875 70.86075L45.484375 63.54825L45.484375 70.86075L44.390625 70.86075ZM53.90625 67.75137Q53.90625 66.017 54.859375 65.18887Q55.65625 64.50137 56.8125 64.50137Q58.09375 64.50137 58.90625 65.34512Q59.734375 66.17325 59.734375 67.65762Q59.734375 68.86075 59.375 69.54825Q59.015625 70.23575 58.3125 70.62637Q57.625 71.00137 56.8125 71.00137Q55.515625 71.00137 54.703125 70.17325Q53.90625 69.3295 53.90625 67.75137ZM54.984375 67.75137Q54.984375 68.93887 55.5 69.53262Q56.03125 70.12637 56.8125 70.12637Q57.609375 70.12637 58.125 69.53262Q58.640625 68.93887 58.640625 67.72012Q58.640625 66.56387 58.109375 65.97012Q57.59375 65.37637 56.8125 65.37637Q56.03125 65.37637 55.5 65.97012Q54.984375 66.54825 54.984375 67.75137ZM65.328125 70.86075L65.328125 70.0795Q64.734375 71.00137 63.59375 71.00137Q62.84375 71.00137 62.21875 70.59512Q61.59375 70.17325 61.25 69.43887Q60.90625 68.7045 60.90625 67.75137Q60.90625 66.8295 61.21875 66.06387Q61.53125 65.29825 62.15625 64.90762Q62.78125 64.50137 63.546875 64.50137Q64.109375 64.50137 64.546875 64.73575Q64.984375 64.97012 65.265625 65.34512L65.265625 62.267L66.3125 62.267L66.3125 70.86075L65.328125 70.86075ZM62.0 67.75137Q62.0 68.9545 62.5 69.54825Q63.0 70.12637 63.6875 70.12637Q64.375 70.12637 64.859375 69.56387Q65.34375 69.00137 65.34375 67.84512Q65.34375 66.56387 64.84375 65.97012Q64.359375 65.37637 63.640625 65.37637Q62.9375 65.37637 62.46875 65.9545Q62.0 66.517 62.0 67.75137ZM72.375 70.86075L72.375 69.93887Q71.640625 71.00137 70.390625 71.00137Q69.84375 71.00137 69.359375 70.79825Q68.890625 70.5795 68.65625 70.267Q68.421875 69.93887 68.328125 69.47012Q68.265625 69.17325 68.265625 68.48575L68.265625 64.642L69.328125 64.642L69.328125 68.09512Q69.328125 68.90762 69.390625 69.2045Q69.484375 69.61075 69.796875 69.86075Q70.125 70.09512 70.609375 70.09512Q71.078125 70.09512 71.484375 69.86075Q71.90625 69.61075 72.078125 69.18887Q72.265625 68.767 72.265625 67.97012L72.265625 64.642L73.3125 64.642L73.3125 70.86075L72.375 70.86075ZM75.265625 70.86075L75.265625 62.267L76.328125 62.267L76.328125 70.86075L75.265625 70.86075ZM82.546875 68.86075L83.640625 68.98575Q83.390625 69.93887 82.6875 70.47012Q81.984375 71.00137 80.90625 71.00137Q79.546875 71.00137 78.734375 70.15762Q77.9375 69.31387 77.9375 67.79825Q77.9375 66.23575 78.75 65.37637Q79.5625 64.50137 80.84375 64.50137Q82.09375 64.50137 82.875 65.34512Q83.671875 66.18887 83.671875 67.73575Q83.671875 67.8295 83.671875 68.017L79.03125 68.017Q79.09375 69.04825 79.609375 69.59512Q80.125 70.12637 80.90625 70.12637Q81.484375 70.12637 81.890625 69.8295Q82.3125 69.517 82.546875 68.86075ZM79.09375 67.15762L82.5625 67.15762Q82.5 66.36075 82.171875 65.97012Q81.65625 65.36075 80.859375 65.36075Q80.125 65.36075 79.625 65.84512Q79.140625 66.3295 79.09375 67.15762ZM84.875 69.00137L85.90625 68.84512Q86.0 69.47012 86.390625 69.79825Q86.796875 70.12637 87.53125 70.12637Q88.25 70.12637 88.59375 69.84512Q88.953125 69.54825 88.953125 69.142Q88.953125 68.78262 88.640625 68.5795Q88.421875 68.43887 87.5625 68.22012Q86.40625 67.92325 85.953125 67.72012Q85.515625 67.50137 85.28125 67.12637Q85.046875 66.75137 85.046875 66.28262Q85.046875 65.87637 85.234375 65.517Q85.421875 65.15762 85.75 64.92325Q86.0 64.75137 86.421875 64.62637Q86.84375 64.50137 87.34375 64.50137Q88.0625 64.50137 88.609375 64.72012Q89.171875 64.92325 89.4375 65.28262Q89.703125 65.642 89.796875 66.23575L88.765625 66.37637Q88.703125 65.90762 88.359375 65.642Q88.03125 65.36075 87.40625 65.36075Q86.6875 65.36075 86.375 65.61075Q86.0625 65.84512 86.0625 66.17325Q86.0625 66.37637 86.1875 66.53262Q86.328125 66.7045 86.59375 66.81387Q86.75 66.87637 87.53125 67.0795Q88.65625 67.392 89.09375 67.5795Q89.53125 67.767 89.78125 68.12637Q90.03125 68.48575 90.03125 69.03262Q90.03125 69.56387 89.71875 70.03262Q89.421875 70.48575 88.84375 70.75137Q88.265625 71.00137 87.53125 71.00137Q86.3125 71.00137 85.671875 70.50137Q85.046875 69.98575 84.875 69.00137ZM90.5 71.00137L92.984375 62.126373L93.828125 62.126373L91.34375 71.00137L90.5 71.00137ZM96.015625 70.86075L93.65625 64.642L94.765625 64.642L96.109375 68.36075Q96.3125 68.97012 96.5 69.61075Q96.640625 69.12637 96.890625 68.43887L98.28125 64.642L99.359375 64.642L97.0 70.86075L96.015625 70.86075ZM104.546875 68.86075L105.640625 68.98575Q105.390625 69.93887 104.6875 70.47012Q103.984375 71.00137 102.90625 71.00137Q101.546875 71.00137 100.734375 70.15762Q99.9375 69.31387 99.9375 67.79825Q99.9375 66.23575 100.75 65.37637Q101.5625 64.50137 102.84375 64.50137Q104.09375 64.50137 104.875 65.34512Q105.671875 66.18887 105.671875 67.73575Q105.671875 67.8295 105.671875 68.017L101.03125 68.017Q101.09375 69.04825 101.609375 69.59512Q102.125 70.12637 102.90625 70.12637Q103.484375 70.12637 103.890625 69.8295Q104.3125 69.517 104.546875 68.86075ZM101.09375 67.15762L104.5625 67.15762Q104.5 66.36075 104.171875 65.97012Q103.65625 65.36075 102.859375 65.36075Q102.125 65.36075 101.625 65.84512Q101.140625 66.3295 101.09375 67.15762ZM107.296875 70.86075L107.296875 64.642L108.234375 64.642L108.234375 65.517Q108.921875 64.50137 110.21875 64.50137Q110.78125 64.50137 111.25 64.7045Q111.734375 64.90762 111.96875 65.23575Q112.203125 65.56387 112.296875 66.00137Q112.34375 66.29825 112.34375 67.03262L112.34375 70.86075L111.296875 70.86075L111.296875 67.0795Q111.296875 66.42325 111.171875 66.11075Q111.046875 65.79825 110.734375 65.61075Q110.421875 65.40762 110.0 65.40762Q109.328125 65.40762 108.828125 65.84512Q108.34375 66.267 108.34375 67.4545L108.34375 70.86075L107.296875 70.86075ZM118.328125 70.86075L118.328125 70.0795Q117.734375 71.00137 116.59375 71.00137Q115.84375 71.00137 115.21875 70.59512Q114.59375 70.17325 114.25 69.43887Q113.90625 68.7045 113.90625 67.75137Q113.90625 66.8295 114.21875 66.06387Q114.53125 65.29825 115.15625 64.90762Q115.78125 64.50137 116.546875 64.50137Q117.109375 64.50137 117.546875 64.73575Q117.984375 64.97012 118.265625 65.34512L118.265625 62.267L119.3125 62.267L119.3125 70.86075L118.328125 70.86075ZM115.0 67.75137Q115.0 68.9545 115.5 69.54825Q116.0 70.12637 116.6875 70.12637Q117.375 70.12637 117.859375 69.56387Q118.34375 69.00137 118.34375 67.84512Q118.34375 66.56387 117.84375 65.97012Q117.359375 65.37637 116.640625 65.37637Q115.9375 65.37637 115.46875 65.9545Q115.0 66.517 115.0 67.75137ZM120.90625 67.75137Q120.90625 66.017 121.859375 65.18887Q122.65625 64.50137 123.8125 64.50137Q125.09375 64.50137 125.90625 65.34512Q126.734375 66.17325 126.734375 67.65762Q126.734375 68.86075 126.375 69.54825Q126.015625 70.23575 125.3125 70.62637Q124.625 71.00137 123.8125 71.00137Q122.515625 71.00137 121.703125 70.17325Q120.90625 69.3295 120.90625 67.75137ZM121.984375 67.75137Q121.984375 68.93887 122.5 69.53262Q123.03125 70.12637 123.8125 70.12637Q124.609375 70.12637 125.125 69.53262Q125.640625 68.93887 125.640625 67.72012Q125.640625 66.56387 125.109375 65.97012Q124.59375 65.37637 123.8125 65.37637Q123.03125 65.37637 122.5 65.97012Q121.984375 66.54825 121.984375 67.75137ZM128.28125 70.86075L128.28125 64.642L129.23438 64.642L129.23438 65.5795Q129.59375 64.92325 129.89062 64.72012Q130.20312 64.50137 130.57812 64.50137Q131.10938 64.50137 131.65625 64.8295L131.29688 65.81387Q130.90625 65.5795 130.53125 65.5795Q130.17188 65.5795 129.89062 65.79825Q129.625 66.00137 129.51562 66.37637Q129.32812 66.93887 129.32812 67.59512L129.32812 70.86075L128.28125 70.86075ZM132.29688 63.48575L132.29688 62.267L133.35938 62.267L133.35938 63.48575L132.29688 63.48575ZM132.29688 70.86075L132.29688 64.642L133.35938 64.642L133.35938 70.86075L132.29688 70.86075ZM135.29688 70.86075L135.29688 64.642L136.23438 64.642L136.23438 65.517Q136.92188 64.50137 138.21875 64.50137Q138.78125 64.50137 139.25 64.7045Q139.73438 64.90762 139.96875 65.23575Q140.20312 65.56387 140.29688 66.00137Q140.34375 66.29825 140.34375 67.03262L140.34375 70.86075L139.29688 70.86075L139.29688 67.0795Q139.29688 66.42325 139.17188 66.11075Q139.04688 65.79825 138.73438 65.61075Q138.42188 65.40762 138.0 65.40762Q137.32812 65.40762 136.82812 65.84512Q136.34375 66.267 136.34375 67.4545L136.34375 70.86075L135.29688 70.86075ZM142.09375 71.37637L143.125 71.53262Q143.1875 72.00137 143.48438 72.22012Q143.875 72.517 144.54688 72.517Q145.28125 72.517 145.67188 72.22012Q146.07812 71.92325 146.21875 71.40762Q146.3125 71.0795 146.29688 70.04825Q145.60938 70.86075 144.57812 70.86075Q143.29688 70.86075 142.59375 69.93887Q141.89062 69.00137 141.89062 67.72012Q141.89062 66.8295 142.20312 66.0795Q142.53125 65.31387 143.14062 64.90762Q143.75 64.50137 144.57812 64.50137Q145.6875 64.50137 146.40625 65.392L146.40625 64.642L147.375 64.642L147.375 70.017Q147.375 71.47012 147.07812 72.0795Q146.78125 72.68887 146.14062 73.03262Q145.5 73.392 144.5625 73.392Q143.45312 73.392 142.76562 72.892Q142.07812 72.392 142.09375 71.37637ZM142.96875 67.642Q142.96875 68.86075 143.45312 69.42325Q143.9375 69.98575 144.67188 69.98575Q145.40625 69.98575 145.89062 69.42325Q146.39062 68.86075 146.39062 67.67325Q146.39062 66.53262 145.875 65.9545Q145.375 65.37637 144.65625 65.37637Q143.95312 65.37637 143.45312 65.9545Q142.96875 66.517 142.96875 67.642ZM148.5 71.00137L150.98438 62.126373L151.82812 62.126373L149.34375 71.00137L148.5 71.00137ZM155.29688 73.25137L155.29688 64.642L156.25 64.642L156.25 65.43887Q156.59375 64.97012 157.01562 64.73575Q157.45312 64.50137 158.0625 64.50137Q158.85938 64.50137 159.46875 64.90762Q160.07812 65.31387 160.375 66.06387Q160.6875 66.81387 160.6875 67.7045Q160.6875 68.65762 160.34375 69.42325Q160.01562 70.18887 159.35938 70.59512Q158.70312 71.00137 157.98438 71.00137Q157.45312 71.00137 157.03125 70.78262Q156.60938 70.54825 156.34375 70.22012L156.34375 73.25137L155.29688 73.25137ZM156.25 67.78262Q156.25 68.98575 156.73438 69.56387Q157.21875 70.12637 157.90625 70.12637Q158.60938 70.12637 159.10938 69.53262Q159.60938 68.93887 159.60938 67.68887Q159.60938 66.50137 159.125 65.92325Q158.64062 65.3295 157.95312 65.3295Q157.28125 65.3295 156.76562 65.9545Q156.25 66.5795 156.25 67.78262ZM166.35938 70.09512Q165.76562 70.59512 165.21875 70.79825Q164.6875 71.00137 164.0625 71.00137Q163.03125 71.00137 162.48438 70.50137Q161.9375 70.00137 161.9375 69.22012Q161.9375 68.767 162.14062 68.392Q162.34375 68.00137 162.6875 67.78262Q163.03125 67.54825 163.45312 67.43887Q163.75 67.34512 164.39062 67.267Q165.65625 67.12637 166.26562 66.90762Q166.26562 66.68887 166.26562 66.642Q166.26562 65.98575 165.96875 65.72012Q165.5625 65.37637 164.76562 65.37637Q164.03125 65.37637 163.67188 65.642Q163.3125 65.892 163.14062 66.54825L162.10938 66.40762Q162.25 65.75137 162.57812 65.34512Q162.90625 64.93887 163.51562 64.72012Q164.125 64.50137 164.92188 64.50137Q165.71875 64.50137 166.21875 64.68887Q166.71875 64.87637 166.95312 65.15762Q167.1875 65.43887 167.28125 65.87637Q167.32812 66.142 167.32812 66.84512L167.32812 68.25137Q167.32812 69.72012 167.39062 70.11075Q167.46875 70.50137 167.67188 70.86075L166.5625 70.86075Q166.40625 70.53262 166.35938 70.09512ZM166.26562 67.73575Q165.6875 67.97012 164.54688 68.142Q163.89062 68.23575 163.625 68.36075Q163.35938 68.47012 163.20312 68.68887Q163.0625 68.90762 163.0625 69.18887Q163.0625 69.61075 163.375 69.892Q163.70312 70.17325 164.3125 70.17325Q164.92188 70.17325 165.39062 69.90762Q165.875 69.642 166.09375 69.17325Q166.26562 68.81387 166.26562 68.12637L166.26562 67.73575ZM173.35938 68.5795L174.39062 68.72012Q174.21875 69.78262 173.51562 70.392Q172.8125 71.00137 171.79688 71.00137Q170.51562 71.00137 169.73438 70.17325Q168.96875 69.3295 168.96875 67.767Q168.96875 66.767 169.29688 66.017Q169.64062 65.25137 170.3125 64.87637Q171.0 64.50137 171.8125 64.50137Q172.8125 64.50137 173.45312 65.017Q174.10938 65.517 174.29688 66.47012L173.26562 66.62637Q173.125 66.00137 172.75 65.68887Q172.375 65.36075 171.84375 65.36075Q171.04688 65.36075 170.54688 65.93887Q170.04688 66.50137 170.04688 67.73575Q170.04688 69.00137 170.53125 69.56387Q171.01562 70.12637 171.78125 70.12637Q172.40625 70.12637 172.8125 69.75137Q173.23438 69.37637 173.35938 68.5795ZM175.29688 70.86075L175.29688 62.267L176.35938 62.267L176.35938 67.17325L178.84375 64.642L180.21875 64.642L177.82812 66.93887L180.45312 70.86075L179.15625 70.86075L177.09375 67.67325L176.35938 68.392L176.35938 70.86075L175.29688 70.86075ZM185.35938 70.09512Q184.76562 70.59512 184.21875 70.79825Q183.6875 71.00137 183.0625 71.00137Q182.03125 71.00137 181.48438 70.50137Q180.9375 70.00137 180.9375 69.22012Q180.9375 68.767 181.14062 68.392Q181.34375 68.00137 181.6875 67.78262Q182.03125 67.54825 182.45312 67.43887Q182.75 67.34512 183.39062 67.267Q184.65625 67.12637 185.26562 66.90762Q185.26562 66.68887 185.26562 66.642Q185.26562 65.98575 184.96875 65.72012Q184.5625 65.37637 183.76562 65.37637Q183.03125 65.37637 182.67188 65.642Q182.3125 65.892 182.14062 66.54825L181.10938 66.40762Q181.25 65.75137 181.57812 65.34512Q181.90625 64.93887 182.51562 64.72012Q183.125 64.50137 183.92188 64.50137Q184.71875 64.50137 185.21875 64.68887Q185.71875 64.87637 185.95312 65.15762Q186.1875 65.43887 186.28125 65.87637Q186.32812 66.142 186.32812 66.84512L186.32812 68.25137Q186.32812 69.72012 186.39062 70.11075Q186.46875 70.50137 186.67188 70.86075L185.5625 70.86075Q185.40625 70.53262 185.35938 70.09512ZM185.26562 67.73575Q184.6875 67.97012 183.54688 68.142Q182.89062 68.23575 182.625 68.36075Q182.35938 68.47012 182.20312 68.68887Q182.0625 68.90762 182.0625 69.18887Q182.0625 69.61075 182.375 69.892Q182.70312 70.17325 183.3125 70.17325Q183.92188 70.17325 184.39062 69.90762Q184.875 69.642 185.09375 69.17325Q185.26562 68.81387 185.26562 68.12637L185.26562 67.73575ZM188.09375 71.37637L189.125 71.53262Q189.1875 72.00137 189.48438 72.22012Q189.875 72.517 190.54688 72.517Q191.28125 72.517 191.67188 72.22012Q192.07812 71.92325 192.21875 71.40762Q192.3125 71.0795 192.29688 70.04825Q191.60938 70.86075 190.57812 70.86075Q189.29688 70.86075 188.59375 69.93887Q187.89062 69.00137 187.89062 67.72012Q187.89062 66.8295 188.20312 66.0795Q188.53125 65.31387 189.14062 64.90762Q189.75 64.50137 190.57812 64.50137Q191.6875 64.50137 192.40625 65.392L192.40625 64.642L193.375 64.642L193.375 70.017Q193.375 71.47012 193.07812 72.0795Q192.78125 72.68887 192.14062 73.03262Q191.5 73.392 190.5625 73.392Q189.45312 73.392 188.76562 72.892Q188.07812 72.392 188.09375 71.37637ZM188.96875 67.642Q188.96875 68.86075 189.45312 69.42325Q189.9375 69.98575 190.67188 69.98575Q191.40625 69.98575 191.89062 69.42325Q192.39062 68.86075 192.39062 67.67325Q192.39062 66.53262 191.875 65.9545Q191.375 65.37637 190.65625 65.37637Q189.95312 65.37637 189.45312 65.9545Q188.96875 66.517 188.96875 67.642ZM199.54688 68.86075L200.64062 68.98575Q200.39062 69.93887 199.6875 70.47012Q198.98438 71.00137 197.90625 71.00137Q196.54688 71.00137 195.73438 70.15762Q194.9375 69.31387 194.9375 67.79825Q194.9375 66.23575 195.75 65.37637Q196.5625 64.50137 197.84375 64.50137Q199.09375 64.50137 199.875 65.34512Q200.67188 66.18887 200.67188 67.73575Q200.67188 67.8295 200.67188 68.017L196.03125 68.017Q196.09375 69.04825 196.60938 69.59512Q197.125 70.12637 197.90625 70.12637Q198.48438 70.12637 198.89062 69.8295Q199.3125 69.517 199.54688 68.86075ZM196.09375 67.15762L199.5625 67.15762Q199.5 66.36075 199.17188 65.97012Q198.65625 65.36075 197.85938 65.36075Q197.125 65.36075 196.625 65.84512Q196.14062 66.3295 196.09375 67.15762Z" fill-rule="nonzero"/><path fill="#666666" d="M130.29688 84.86075L130.29688 78.642L131.23438 78.642L131.23438 79.517Q131.53125 79.04825 132.01562 78.78262Q132.5 78.50137 133.125 78.50137Q133.8125 78.50137 134.25 78.78262Q134.70312 79.06387 134.875 79.5795Q135.625 78.50137 136.79688 78.50137Q137.73438 78.50137 138.21875 79.017Q138.71875 79.517 138.71875 80.59512L138.71875 84.86075L137.67188 84.86075L137.67188 80.93887Q137.67188 80.31387 137.5625 80.03262Q137.46875 79.75137 137.20312 79.5795Q136.9375 79.40762 136.5625 79.40762Q135.90625 79.40762 135.46875 79.84512Q135.04688 80.28262 135.04688 81.25137L135.04688 84.86075L133.98438 84.86075L133.98438 80.81387Q133.98438 80.11075 133.71875 79.767Q133.46875 79.40762 132.89062 79.40762Q132.4375 79.40762 132.0625 79.642Q131.6875 79.87637 131.51562 80.3295Q131.34375 80.78262 131.34375 81.62637L131.34375 84.86075L130.29688 84.86075ZM144.35938 84.09512Q143.76562 84.59512 143.21875 84.79825Q142.6875 85.00137 142.0625 85.00137Q141.03125 85.00137 140.48438 84.50137Q139.9375 84.00137 139.9375 83.22012Q139.9375 82.767 140.14062 82.392Q140.34375 82.00137 140.6875 81.78262Q141.03125 81.54825 141.45312 81.43887Q141.75 81.34512 142.39062 81.267Q143.65625 81.12637 144.26562 80.90762Q144.26562 80.68887 144.26562 80.642Q144.26562 79.98575 143.96875 79.72012Q143.5625 79.37637 142.76562 79.37637Q142.03125 79.37637 141.67188 79.642Q141.3125 79.892 141.14062 80.54825L140.10938 80.40762Q140.25 79.75137 140.57812 79.34512Q140.90625 78.93887 141.51562 78.72012Q142.125 78.50137 142.92188 78.50137Q143.71875 78.50137 144.21875 78.68887Q144.71875 78.87637 144.95312 79.15762Q145.1875 79.43887 145.28125 79.87637Q145.32812 80.142 145.32812 80.84512L145.32812 82.25137Q145.32812 83.72012 145.39062 84.11075Q145.46875 84.50137 145.67188 84.86075L144.5625 84.86075Q144.40625 84.53262 144.35938 84.09512ZM144.26562 81.73575Q143.6875 81.97012 142.54688 82.142Q141.89062 82.23575 141.625 82.36075Q141.35938 82.47012 141.20312 82.68887Q141.0625 82.90762 141.0625 83.18887Q141.0625 83.61075 141.375 83.892Q141.70312 84.17325 142.3125 84.17325Q142.92188 84.17325 143.39062 83.90762Q143.875 83.642 144.09375 83.17325Q144.26562 82.81387 144.26562 82.12637L144.26562 81.73575ZM147.29688 84.86075L147.29688 78.642L148.23438 78.642L148.23438 79.517Q148.92188 78.50137 150.21875 78.50137Q150.78125 78.50137 151.25 78.7045Q151.73438 78.90762 151.96875 79.23575Q152.20312 79.56387 152.29688 80.00137Q152.34375 80.29825 152.34375 81.03262L152.34375 84.86075L151.29688 84.86075L151.29688 81.0795Q151.29688 80.42325 151.17188 80.11075Q151.04688 79.79825 150.73438 79.61075Q150.42188 79.40762 150.0 79.40762Q149.32812 79.40762 148.82812 79.84512Q148.34375 80.267 148.34375 81.4545L148.34375 84.86075L147.29688 84.86075ZM158.35938 84.09512Q157.76562 84.59512 157.21875 84.79825Q156.6875 85.00137 156.0625 85.00137Q155.03125 85.00137 154.48438 84.50137Q153.9375 84.00137 153.9375 83.22012Q153.9375 82.767 154.14062 82.392Q154.34375 82.00137 154.6875 81.78262Q155.03125 81.54825 155.45312 81.43887Q155.75 81.34512 156.39062 81.267Q157.65625 81.12637 158.26562 80.90762Q158.26562 80.68887 158.26562 80.642Q158.26562 79.98575 157.96875 79.72012Q157.5625 79.37637 156.76562 79.37637Q156.03125 79.37637 155.67188 79.642Q155.3125 79.892 155.14062 80.54825L154.10938 80.40762Q154.25 79.75137 154.57812 79.34512Q154.90625 78.93887 155.51562 78.72012Q156.125 78.50137 156.92188 78.50137Q157.71875 78.50137 158.21875 78.68887Q158.71875 78.87637 158.95312 79.15762Q159.1875 79.43887 159.28125 79.87637Q159.32812 80.142 159.32812 80.84512L159.32812 82.25137Q159.32812 83.72012 159.39062 84.11075Q159.46875 84.50137 159.67188 84.86075L158.5625 84.86075Q158.40625 84.53262 158.35938 84.09512ZM158.26562 81.73575Q157.6875 81.97012 156.54688 82.142Q155.89062 82.23575 155.625 82.36075Q155.35938 82.47012 155.20312 82.68887Q155.0625 82.90762 155.0625 83.18887Q155.0625 83.61075 155.375 83.892Q155.70312 84.17325 156.3125 84.17325Q156.92188 84.17325 157.39062 83.90762Q157.875 83.642 158.09375 83.17325Q158.26562 82.81387 158.26562 82.12637L158.26562 81.73575ZM161.09375 85.37637L162.125 85.53262Q162.1875 86.00137 162.48438 86.22012Q162.875 86.517 163.54688 86.517Q164.28125 86.517 164.67188 86.22012Q165.07812 85.92325 165.21875 85.40762Q165.3125 85.0795 165.29688 84.04825Q164.60938 84.86075 163.57812 84.86075Q162.29688 84.86075 161.59375 83.93887Q160.89062 83.00137 160.89062 81.72012Q160.89062 80.8295 161.20312 80.0795Q161.53125 79.31387 162.14062 78.90762Q162.75 78.50137 163.57812 78.50137Q164.6875 78.50137 165.40625 79.392L165.40625 78.642L166.375 78.642L166.375 84.017Q166.375 85.47012 166.07812 86.0795Q165.78125 86.68887 165.14062 87.03262Q164.5 87.392 163.5625 87.392Q162.45312 87.392 161.76562 86.892Q161.07812 86.392 161.09375 85.37637ZM161.96875 81.642Q161.96875 82.86075 162.45312 83.42325Q162.9375 83.98575 163.67188 83.98575Q164.40625 83.98575 164.89062 83.42325Q165.39062 82.86075 165.39062 81.67325Q165.39062 80.53262 164.875 79.9545Q164.375 79.37637 163.65625 79.37637Q162.95312 79.37637 162.45312 79.9545Q161.96875 80.517 161.96875 81.642ZM172.54688 82.86075L173.64062 82.98575Q173.39062 83.93887 172.6875 84.47012Q171.98438 85.00137 170.90625 85.00137Q169.54688 85.00137 168.73438 84.15762Q167.9375 83.31387 167.9375 81.79825Q167.9375 80.23575 168.75 79.37637Q169.5625 78.50137 170.84375 78.50137Q172.09375 78.50137 172.875 79.34512Q173.67188 80.18887 173.67188 81.73575Q173.67188 81.8295 173.67188 82.017L169.03125 82.017Q169.09375 83.04825 169.60938 83.59512Q170.125 84.12637 170.90625 84.12637Q171.48438 84.12637 171.89062 83.8295Q172.3125 83.517 172.54688 82.86075ZM169.09375 81.15762L172.5625 81.15762Q172.5 80.36075 172.17188 79.97012Q171.65625 79.36075 170.85938 79.36075Q170.125 79.36075 169.625 79.84512Q169.14062 80.3295 169.09375 81.15762ZM175.29688 84.86075L175.29688 78.642L176.23438 78.642L176.23438 79.517Q176.53125 79.04825 177.01562 78.78262Q177.5 78.50137 178.125 78.50137Q178.8125 78.50137 179.25 78.78262Q179.70312 79.06387 179.875 79.5795Q180.625 78.50137 181.79688 78.50137Q182.73438 78.50137 183.21875 79.017Q183.71875 79.517 183.71875 80.59512L183.71875 84.86075L182.67188 84.86075L182.67188 80.93887Q182.67188 80.31387 182.5625 80.03262Q182.46875 79.75137 182.20312 79.5795Q181.9375 79.40762 181.5625 79.40762Q180.90625 79.40762 180.46875 79.84512Q180.04688 80.28262 180.04688 81.25137L180.04688 84.86075L178.98438 84.86075L178.98438 80.81387Q178.98438 80.11075 178.71875 79.767Q178.46875 79.40762 177.89062 79.40762Q177.4375 79.40762 177.0625 79.642Q176.6875 79.87637 176.51562 80.3295Q176.34375 80.78262 176.34375 81.62637L176.34375 84.86075L175.29688 84.86075ZM189.54688 82.86075L190.64062 82.98575Q190.39062 83.93887 189.6875 84.47012Q188.98438 85.00137 187.90625 85.00137Q186.54688 85.00137 185.73438 84.15762Q184.9375 83.31387 184.9375 81.79825Q184.9375 80.23575 185.75 79.37637Q186.5625 78.50137 187.84375 78.50137Q189.09375 78.50137 189.875 79.34512Q190.67188 80.18887 190.67188 81.73575Q190.67188 81.8295 190.67188 82.017L186.03125 82.017Q186.09375 83.04825 186.60938 83.59512Q187.125 84.12637 187.90625 84.12637Q188.48438 84.12637 188.89062 83.8295Q189.3125 83.517 189.54688 82.86075ZM186.09375 81.15762L189.5625 81.15762Q189.5 80.36075 189.17188 79.97012Q188.65625 79.36075 187.85938 79.36075Q187.125 79.36075 186.625 79.84512Q186.14062 80.3295 186.09375 81.15762ZM192.29688 84.86075L192.29688 78.642L193.23438 78.642L193.23438 79.517Q193.92188 78.50137 195.21875 78.50137Q195.78125 78.50137 196.25 78.7045Q196.73438 78.90762 196.96875 79.23575Q197.20312 79.56387 197.29688 80.00137Q197.34375 80.29825 197.34375 81.03262L197.34375 84.86075L196.29688 84.86075L196.29688 81.0795Q196.29688 80.42325 196.17188 80.11075Q196.04688 79.79825 195.73438 79.61075Q195.42188 79.40762 195.0 79.40762Q194.32812 79.40762 193.82812 79.84512Q193.34375 80.267 193.34375 81.4545L193.34375 84.86075L192.29688 84.86075ZM201.59375 83.92325L201.75 84.84512Q201.29688 84.93887 200.95312 84.93887Q200.375 84.93887 200.0625 84.767Q199.75 84.5795 199.60938 84.28262Q199.48438 83.98575 199.48438 83.03262L199.48438 79.4545L198.71875 79.4545L198.71875 78.642L199.48438 78.642L199.48438 77.09512L200.53125 76.47012L200.53125 78.642L201.59375 78.642L201.59375 79.4545L200.53125 79.4545L200.53125 83.09512Q200.53125 83.54825 200.57812 83.67325Q200.64062 83.79825 200.76562 83.87637Q200.89062 83.9545 201.125 83.9545Q201.3125 83.9545 201.59375 83.92325Z" fill-rule="nonzero"/><path fill="#666666" d="M70.421875 106.45546L70.421875 97.86171L73.390625 97.86171Q74.390625 97.86171 74.921875 97.98671Q75.65625 98.158585 76.171875 98.596085Q76.859375 99.17421 77.1875 100.08046Q77.53125 100.971085 77.53125 102.11171Q77.53125 103.096085 77.296875 103.846085Q77.078125 104.596085 76.71875 105.096085Q76.359375 105.596085 75.921875 105.877335Q75.5 106.158585 74.90625 106.314835Q74.3125 106.45546 73.53125 106.45546L70.421875 106.45546ZM71.5625 105.439835L73.390625 105.439835Q74.25 105.439835 74.734375 105.283585Q75.21875 105.127335 75.5 104.83046Q75.90625 104.439835 76.125 103.752335Q76.359375 103.064835 76.359375 102.096085Q76.359375 100.752335 75.90625 100.033585Q75.46875 99.29921 74.84375 99.04921Q74.375 98.877335 73.375 98.877335L71.5625 98.877335L71.5625 105.439835ZM79.296875 99.08046L79.296875 97.86171L80.359375 97.86171L80.359375 99.08046L79.296875 99.08046ZM79.296875 106.45546L79.296875 100.23671L80.359375 100.23671L80.359375 106.45546L79.296875 106.45546ZM82.546875 106.45546L82.546875 101.04921L81.609375 101.04921L81.609375 100.23671L82.546875 100.23671L82.546875 99.564835Q82.546875 98.939835 82.65625 98.64296Q82.8125 98.221085 83.1875 97.971085Q83.578125 97.721085 84.265625 97.721085Q84.71875 97.721085 85.25 97.83046L85.09375 98.73671Q84.765625 98.689835 84.46875 98.689835Q83.984375 98.689835 83.78125 98.89296Q83.59375 99.096085 83.59375 99.658585L83.59375 100.23671L84.8125 100.23671L84.8125 101.04921L83.59375 101.04921L83.59375 106.45546L82.546875 106.45546ZM85.546875 106.45546L85.546875 101.04921L84.609375 101.04921L84.609375 100.23671L85.546875 100.23671L85.546875 99.564835Q85.546875 98.939835 85.65625 98.64296Q85.8125 98.221085 86.1875 97.971085Q86.578125 97.721085 87.265625 97.721085Q87.71875 97.721085 88.25 97.83046L88.09375 98.73671Q87.765625 98.689835 87.46875 98.689835Q86.984375 98.689835 86.78125 98.89296Q86.59375 99.096085 86.59375 99.658585L86.59375 100.23671L87.8125 100.23671L87.8125 101.04921L86.59375 101.04921L86.59375 106.45546L85.546875 106.45546ZM92.546875 104.45546L93.640625 104.58046Q93.390625 105.533585 92.6875 106.064835Q91.984375 106.596085 90.90625 106.596085Q89.546875 106.596085 88.734375 105.752335Q87.9375 104.908585 87.9375 103.39296Q87.9375 101.83046 88.75 100.971085Q89.5625 100.096085 90.84375 100.096085Q92.09375 100.096085 92.875 100.939835Q93.671875 101.783585 93.671875 103.33046Q93.671875 103.42421 93.671875 103.61171L89.03125 103.61171Q89.09375 104.64296 89.609375 105.189835Q90.125 105.721085 90.90625 105.721085Q91.484375 105.721085 91.890625 105.42421Q92.3125 105.11171 92.546875 104.45546ZM89.09375 102.752335L92.5625 102.752335Q92.5 101.95546 92.171875 101.564835Q91.65625 100.95546 90.859375 100.95546Q90.125 100.95546 89.625 101.439835Q89.140625 101.92421 89.09375 102.752335ZM95.28125 106.45546L95.28125 100.23671L96.234375 100.23671L96.234375 101.17421Q96.59375 100.51796 96.890625 100.314835Q97.203125 100.096085 97.578125 100.096085Q98.109375 100.096085 98.65625 100.42421L98.296875 101.408585Q97.90625 101.17421 97.53125 101.17421Q97.171875 101.17421 96.890625 101.39296Q96.625 101.596085 96.515625 101.971085Q96.328125 102.533585 96.328125 103.189835L96.328125 106.45546L95.28125 106.45546ZM103.546875 104.45546L104.640625 104.58046Q104.390625 105.533585 103.6875 106.064835Q102.984375 106.596085 101.90625 106.596085Q100.546875 106.596085 99.734375 105.752335Q98.9375 104.908585 98.9375 103.39296Q98.9375 101.83046 99.75 100.971085Q100.5625 100.096085 101.84375 100.096085Q103.09375 100.096085 103.875 100.939835Q104.671875 101.783585 104.671875 103.33046Q104.671875 103.42421 104.671875 103.61171L100.03125 103.61171Q100.09375 104.64296 100.609375 105.189835Q101.125 105.721085 101.90625 105.721085Q102.484375 105.721085 102.890625 105.42421Q103.3125 105.11171 103.546875 104.45546ZM100.09375 102.752335L103.5625 102.752335Q103.5 101.95546 103.171875 101.564835Q102.65625 100.95546 101.859375 100.95546Q101.125 100.95546 100.625 101.439835Q100.140625 101.92421 100.09375 102.752335ZM106.296875 106.45546L106.296875 100.23671L107.234375 100.23671L107.234375 101.11171Q107.921875 100.096085 109.21875 100.096085Q109.78125 100.096085 110.25 100.29921Q110.734375 100.502335 110.96875 100.83046Q111.203125 101.158585 111.296875 101.596085Q111.34375 101.89296 111.34375 102.627335L111.34375 106.45546L110.296875 106.45546L110.296875 102.67421Q110.296875 102.01796 110.171875 101.70546Q110.046875 101.39296 109.734375 101.20546Q109.421875 101.002335 109.0 101.002335Q108.328125 101.002335 107.828125 101.439835Q107.34375 101.86171 107.34375 103.04921L107.34375 106.45546L106.296875 106.45546ZM117.359375 104.17421L118.390625 104.314835Q118.21875 105.377335 117.515625 105.98671Q116.8125 106.596085 115.796875 106.596085Q114.515625 106.596085 113.734375 105.76796Q112.96875 104.92421 112.96875 103.36171Q112.96875 102.36171 113.296875 101.61171Q113.640625 100.846085 114.3125 100.471085Q115.0 100.096085 115.8125 100.096085Q116.8125 100.096085 117.453125 100.61171Q118.109375 101.11171 118.296875 102.064835L117.265625 102.221085Q117.125 101.596085 116.75 101.283585Q116.375 100.95546 115.84375 100.95546Q115.046875 100.95546 114.546875 101.533585Q114.046875 102.096085 114.046875 103.33046Q114.046875 104.596085 114.53125 105.158585Q115.015625 105.721085 115.78125 105.721085Q116.40625 105.721085 116.8125 105.346085Q117.234375 104.971085 117.359375 104.17421ZM123.546875 104.45546L124.640625 104.58046Q124.390625 105.533585 123.6875 106.064835Q122.984375 106.596085 121.90625 106.596085Q120.546875 106.596085 119.734375 105.752335Q118.9375 104.908585 118.9375 103.39296Q118.9375 101.83046 119.75 100.971085Q120.5625 100.096085 121.84375 100.096085Q123.09375 100.096085 123.875 100.939835Q124.671875 101.783585 124.671875 103.33046Q124.671875 103.42421 124.671875 103.61171L120.03125 103.61171Q120.09375 104.64296 120.609375 105.189835Q121.125 105.721085 121.90625 105.721085Q122.484375 105.721085 122.890625 105.42421Q123.3125 105.11171 123.546875 104.45546ZM120.09375 102.752335L123.5625 102.752335Q123.5 101.95546 123.171875 101.564835Q122.65625 100.95546 121.859375 100.95546Q121.125 100.95546 120.625 101.439835Q120.140625 101.92421 120.09375 102.752335ZM125.875 104.596085L126.90625 104.439835Q127.0 105.064835 127.390625 105.39296Q127.796875 105.721085 128.53125 105.721085Q129.25 105.721085 129.59375 105.439835Q129.95312 105.14296 129.95312 104.73671Q129.95312 104.377335 129.64062 104.17421Q129.42188 104.033585 128.5625 103.814835Q127.40625 103.51796 126.953125 103.314835Q126.515625 103.096085 126.28125 102.721085Q126.046875 102.346085 126.046875 101.877335Q126.046875 101.471085 126.234375 101.11171Q126.421875 100.752335 126.75 100.51796Q127.0 100.346085 127.421875 100.221085Q127.84375 100.096085 128.34375 100.096085Q129.0625 100.096085 129.60938 100.314835Q130.17188 100.51796 130.4375 100.877335Q130.70312 101.23671 130.79688 101.83046L129.76562 101.971085Q129.70312 101.502335 129.35938 101.23671Q129.03125 100.95546 128.40625 100.95546Q127.6875 100.95546 127.375 101.20546Q127.0625 101.439835 127.0625 101.76796Q127.0625 101.971085 127.1875 102.127335Q127.328125 102.29921 127.59375 102.408585Q127.75 102.471085 128.53125 102.67421Q129.65625 102.98671 130.09375 103.17421Q130.53125 103.36171 130.78125 103.721085Q131.03125 104.08046 131.03125 104.627335Q131.03125 105.158585 130.71875 105.627335Q130.42188 106.08046 129.84375 106.346085Q129.26562 106.596085 128.53125 106.596085Q127.3125 106.596085 126.671875 106.096085Q126.046875 105.58046 125.875 104.596085ZM135.54688 106.45546L135.54688 101.04921L134.60938 101.04921L134.60938 100.23671L135.54688 100.23671L135.54688 99.564835Q135.54688 98.939835 135.65625 98.64296Q135.8125 98.221085 136.1875 97.971085Q136.57812 97.721085 137.26562 97.721085Q137.71875 97.721085 138.25 97.83046L138.09375 98.73671Q137.76562 98.689835 137.46875 98.689835Q136.98438 98.689835 136.78125 98.89296Q136.59375 99.096085 136.59375 99.658585L136.59375 100.23671L137.8125 100.23671L137.8125 101.04921L136.59375 101.04921L136.59375 106.45546L135.54688 106.45546ZM138.28125 106.45546L138.28125 100.23671L139.23438 100.23671L139.23438 101.17421Q139.59375 100.51796 139.89062 100.314835Q140.20312 100.096085 140.57812 100.096085Q141.10938 100.096085 141.65625 100.42421L141.29688 101.408585Q140.90625 101.17421 140.53125 101.17421Q140.17188 101.17421 139.89062 101.39296Q139.625 101.596085 139.51562 101.971085Q139.32812 102.533585 139.32812 103.189835L139.32812 106.45546L138.28125 106.45546ZM141.90625 103.346085Q141.90625 101.61171 142.85938 100.783585Q143.65625 100.096085 144.8125 100.096085Q146.09375 100.096085 146.90625 100.939835Q147.73438 101.76796 147.73438 103.252335Q147.73438 104.45546 147.375 105.14296Q147.01562 105.83046 146.3125 106.221085Q145.625 106.596085 144.8125 106.596085Q143.51562 106.596085 142.70312 105.76796Q141.90625 104.92421 141.90625 103.346085ZM142.98438 103.346085Q142.98438 104.533585 143.5 105.127335Q144.03125 105.721085 144.8125 105.721085Q145.60938 105.721085 146.125 105.127335Q146.64062 104.533585 146.64062 103.314835Q146.64062 102.158585 146.10938 101.564835Q145.59375 100.971085 144.8125 100.971085Q144.03125 100.971085 143.5 101.564835Q142.98438 102.14296 142.98438 103.346085ZM149.29688 106.45546L149.29688 100.23671L150.23438 100.23671L150.23438 101.11171Q150.53125 100.64296 151.01562 100.377335Q151.5 100.096085 152.125 100.096085Q152.8125 100.096085 153.25 100.377335Q153.70312 100.658585 153.875 101.17421Q154.625 100.096085 155.79688 100.096085Q156.73438 100.096085 157.21875 100.61171Q157.71875 101.11171 157.71875 102.189835L157.71875 106.45546L156.67188 106.45546L156.67188 102.533585Q156.67188 101.908585 156.5625 101.627335Q156.46875 101.346085 156.20312 101.17421Q155.9375 101.002335 155.5625 101.002335Q154.90625 101.002335 154.46875 101.439835Q154.04688 101.877335 154.04688 102.846085L154.04688 106.45546L152.98438 106.45546L152.98438 102.408585Q152.98438 101.70546 152.71875 101.36171Q152.46875 101.002335 151.89062 101.002335Q151.4375 101.002335 151.0625 101.23671Q150.6875 101.471085 150.51562 101.92421Q150.34375 102.377335 150.34375 103.221085L150.34375 106.45546L149.29688 106.45546ZM162.54688 106.45546L162.54688 101.04921L161.60938 101.04921L161.60938 100.23671L162.54688 100.23671L162.54688 99.564835Q162.54688 98.939835 162.65625 98.64296Q162.8125 98.221085 163.1875 97.971085Q163.57812 97.721085 164.26562 97.721085Q164.71875 97.721085 165.25 97.83046L165.09375 98.73671Q164.76562 98.689835 164.46875 98.689835Q163.98438 98.689835 163.78125 98.89296Q163.59375 99.096085 163.59375 99.658585L163.59375 100.23671L164.8125 100.23671L164.8125 101.04921L163.59375 101.04921L163.59375 106.45546L162.54688 106.45546ZM169.35938 105.689835Q168.76562 106.189835 168.21875 106.39296Q167.6875 106.596085 167.0625 106.596085Q166.03125 106.596085 165.48438 106.096085Q164.9375 105.596085 164.9375 104.814835Q164.9375 104.36171 165.14062 103.98671Q165.34375 103.596085 165.6875 103.377335Q166.03125 103.14296 166.45312 103.033585Q166.75 102.939835 167.39062 102.86171Q168.65625 102.721085 169.26562 102.502335Q169.26562 102.283585 169.26562 102.23671Q169.26562 101.58046 168.96875 101.314835Q168.5625 100.971085 167.76562 100.971085Q167.03125 100.971085 166.67188 101.23671Q166.3125 101.48671 166.14062 102.14296L165.10938 102.002335Q165.25 101.346085 165.57812 100.939835Q165.90625 100.533585 166.51562 100.314835Q167.125 100.096085 167.92188 100.096085Q168.71875 100.096085 169.21875 100.283585Q169.71875 100.471085 169.95312 100.752335Q170.1875 101.033585 170.28125 101.471085Q170.32812 101.73671 170.32812 102.439835L170.32812 103.846085Q170.32812 105.314835 170.39062 105.70546Q170.46875 106.096085 170.67188 106.45546L169.5625 106.45546Q169.40625 106.127335 169.35938 105.689835ZM169.26562 103.33046Q168.6875 103.564835 167.54688 103.73671Q166.89062 103.83046 166.625 103.95546Q166.35938 104.064835 166.20312 104.283585Q166.0625 104.502335 166.0625 104.783585Q166.0625 105.20546 166.375 105.48671Q166.70312 105.76796 167.3125 105.76796Q167.92188 105.76796 168.39062 105.502335Q168.875 105.23671 169.09375 104.76796Q169.26562 104.408585 169.26562 103.721085L169.26562 103.33046ZM172.29688 106.45546L172.29688 100.23671L173.23438 100.23671L173.23438 101.11171Q173.53125 100.64296 174.01562 100.377335Q174.5 100.096085 175.125 100.096085Q175.8125 100.096085 176.25 100.377335Q176.70312 100.658585 176.875 101.17421Q177.625 100.096085 178.79688 100.096085Q179.73438 100.096085 180.21875 100.61171Q180.71875 101.11171 180.71875 102.189835L180.71875 106.45546L179.67188 106.45546L179.67188 102.533585Q179.67188 101.908585 179.5625 101.627335Q179.46875 101.346085 179.20312 101.17421Q178.9375 101.002335 178.5625 101.002335Q177.90625 101.002335 177.46875 101.439835Q177.04688 101.877335 177.04688 102.846085L177.04688 106.45546L175.98438 106.45546L175.98438 102.408585Q175.98438 101.70546 175.71875 101.36171Q175.46875 101.002335 174.89062 101.002335Q174.4375 101.002335 174.0625 101.23671Q173.6875 101.471085 173.51562 101.92421Q173.34375 102.377335 173.34375 103.221085L173.34375 106.45546L172.29688 106.45546ZM182.29688 99.08046L182.29688 97.86171L183.35938 97.86171L183.35938 99.08046L182.29688 99.08046ZM182.29688 106.45546L182.29688 100.23671L183.35938 100.23671L183.35938 106.45546L182.29688 106.45546ZM185.26562 106.45546L185.26562 97.86171L186.32812 97.86171L186.32812 106.45546L185.26562 106.45546ZM188.29688 99.08046L188.29688 97.86171L189.35938 97.86171L189.35938 99.08046L188.29688 99.08046ZM188.29688 106.45546L188.29688 100.23671L189.35938 100.23671L189.35938 106.45546L188.29688 106.45546ZM195.35938 105.689835Q194.76562 106.189835 194.21875 106.39296Q193.6875 106.596085 193.0625 106.596085Q192.03125 106.596085 191.48438 106.096085Q190.9375 105.596085 190.9375 104.814835Q190.9375 104.36171 191.14062 103.98671Q191.34375 103.596085 191.6875 103.377335Q192.03125 103.14296 192.45312 103.033585Q192.75 102.939835 193.39062 102.86171Q194.65625 102.721085 195.26562 102.502335Q195.26562 102.283585 195.26562 102.23671Q195.26562 101.58046 194.96875 101.314835Q194.5625 100.971085 193.76562 100.971085Q193.03125 100.971085 192.67188 101.23671Q192.3125 101.48671 192.14062 102.14296L191.10938 102.002335Q191.25 101.346085 191.57812 100.939835Q191.90625 100.533585 192.51562 100.314835Q193.125 100.096085 193.92188 100.096085Q194.71875 100.096085 195.21875 100.283585Q195.71875 100.471085 195.95312 100.752335Q196.1875 101.033585 196.28125 101.471085Q196.32812 101.73671 196.32812 102.439835L196.32812 103.846085Q196.32812 105.314835 196.39062 105.70546Q196.46875 106.096085 196.67188 106.45546L195.5625 106.45546Q195.40625 106.127335 195.35938 105.689835ZM195.26562 103.33046Q194.6875 103.564835 193.54688 103.73671Q192.89062 103.83046 192.625 103.95546Q192.35938 104.064835 192.20312 104.283585Q192.0625 104.502335 192.0625 104.783585Q192.0625 105.20546 192.375 105.48671Q192.70312 105.76796 193.3125 105.76796Q193.92188 105.76796 194.39062 105.502335Q194.875 105.23671 195.09375 104.76796Q195.26562 104.408585 195.26562 103.721085L195.26562 103.33046ZM198.28125 106.45546L198.28125 100.23671L199.23438 100.23671L199.23438 101.17421Q199.59375 100.51796 199.89062 100.314835Q200.20312 100.096085 200.57812 100.096085Q201.10938 100.096085 201.65625 100.42421L201.29688 101.408585Q200.90625 101.17421 200.53125 101.17421Q200.17188 101.17421 199.89062 101.39296Q199.625 101.596085 199.51562 101.971085Q199.32812 102.533585 199.32812 103.189835L199.32812 106.45546L198.28125 106.45546Z" fill-rule="nonzero"/><path fill="#666666" d="M77.265625 120.45546L77.265625 111.86171L78.328125 111.86171L78.328125 120.45546L77.265625 120.45546ZM84.359375 119.689835Q83.765625 120.189835 83.21875 120.39296Q82.6875 120.596085 82.0625 120.596085Q81.03125 120.596085 80.484375 120.096085Q79.9375 119.596085 79.9375 118.814835Q79.9375 118.36171 80.140625 117.98671Q80.34375 117.596085 80.6875 117.377335Q81.03125 117.14296 81.453125 117.033585Q81.75 116.939835 82.390625 116.86171Q83.65625 116.721085 84.265625 116.502335Q84.265625 116.283585 84.265625 116.23671Q84.265625 115.58046 83.96875 115.314835Q83.5625 114.971085 82.765625 114.971085Q82.03125 114.971085 81.671875 115.23671Q81.3125 115.48671 81.140625 116.14296L80.109375 116.002335Q80.25 115.346085 80.578125 114.939835Q80.90625 114.533585 81.515625 114.314835Q82.125 114.096085 82.921875 114.096085Q83.71875 114.096085 84.21875 114.283585Q84.71875 114.471085 84.953125 114.752335Q85.1875 115.033585 85.28125 115.471085Q85.328125 115.73671 85.328125 116.439835L85.328125 117.846085Q85.328125 119.314835 85.390625 119.70546Q85.46875 120.096085 85.671875 120.45546L84.5625 120.45546Q84.40625 120.127335 84.359375 119.689835ZM84.265625 117.33046Q83.6875 117.564835 82.546875 117.73671Q81.890625 117.83046 81.625 117.95546Q81.359375 118.064835 81.203125 118.283585Q81.0625 118.502335 81.0625 118.783585Q81.0625 119.20546 81.375 119.48671Q81.703125 119.76796 82.3125 119.76796Q82.921875 119.76796 83.390625 119.502335Q83.875 119.23671 84.09375 118.76796Q84.265625 118.408585 84.265625 117.721085L84.265625 117.33046ZM87.296875 120.45546L87.296875 114.23671L88.234375 114.23671L88.234375 115.11171Q88.921875 114.096085 90.21875 114.096085Q90.78125 114.096085 91.25 114.29921Q91.734375 114.502335 91.96875 114.83046Q92.203125 115.158585 92.296875 115.596085Q92.34375 115.89296 92.34375 116.627335L92.34375 120.45546L91.296875 120.45546L91.296875 116.67421Q91.296875 116.01796 91.171875 115.70546Q91.046875 115.39296 90.734375 115.20546Q90.421875 115.002335 90.0 115.002335Q89.328125 115.002335 88.828125 115.439835Q88.34375 115.86171 88.34375 117.04921L88.34375 120.45546L87.296875 120.45546ZM94.09375 120.971085L95.125 121.127335Q95.1875 121.596085 95.484375 121.814835Q95.875 122.11171 96.546875 122.11171Q97.28125 122.11171 97.671875 121.814835Q98.078125 121.51796 98.21875 121.002335Q98.3125 120.67421 98.296875 119.64296Q97.609375 120.45546 96.578125 120.45546Q95.296875 120.45546 94.59375 119.533585Q93.890625 118.596085 93.890625 117.314835Q93.890625 116.42421 94.203125 115.67421Q94.53125 114.908585 95.140625 114.502335Q95.75 114.096085 96.578125 114.096085Q97.6875 114.096085 98.40625 114.98671L98.40625 114.23671L99.375 114.23671L99.375 119.61171Q99.375 121.064835 99.078125 121.67421Q98.78125 122.283585 98.140625 122.627335Q97.5 122.98671 96.5625 122.98671Q95.453125 122.98671 94.765625 122.48671Q94.078125 121.98671 94.09375 120.971085ZM94.96875 117.23671Q94.96875 118.45546 95.453125 119.01796Q95.9375 119.58046 96.671875 119.58046Q97.40625 119.58046 97.890625 119.01796Q98.390625 118.45546 98.390625 117.26796Q98.390625 116.127335 97.875 115.54921Q97.375 114.971085 96.65625 114.971085Q95.953125 114.971085 95.453125 115.54921Q94.96875 116.11171 94.96875 117.23671ZM105.375 120.45546L105.375 119.533585Q104.640625 120.596085 103.390625 120.596085Q102.84375 120.596085 102.359375 120.39296Q101.890625 120.17421 101.65625 119.86171Q101.421875 119.533585 101.328125 119.064835Q101.265625 118.76796 101.265625 118.08046L101.265625 114.23671L102.328125 114.23671L102.328125 117.689835Q102.328125 118.502335 102.390625 118.79921Q102.484375 119.20546 102.796875 119.45546Q103.125 119.689835 103.609375 119.689835Q104.078125 119.689835 104.484375 119.45546Q104.90625 119.20546 105.078125 118.783585Q105.265625 118.36171 105.265625 117.564835L105.265625 114.23671L106.3125 114.23671L106.3125 120.45546L105.375 120.45546ZM112.359375 119.689835Q111.765625 120.189835 111.21875 120.39296Q110.6875 120.596085 110.0625 120.596085Q109.03125 120.596085 108.484375 120.096085Q107.9375 119.596085 107.9375 118.814835Q107.9375 118.36171 108.140625 117.98671Q108.34375 117.596085 108.6875 117.377335Q109.03125 117.14296 109.453125 117.033585Q109.75 116.939835 110.390625 116.86171Q111.65625 116.721085 112.265625 116.502335Q112.265625 116.283585 112.265625 116.23671Q112.265625 115.58046 111.96875 115.314835Q111.5625 114.971085 110.765625 114.971085Q110.03125 114.971085 109.671875 115.23671Q109.3125 115.48671 109.140625 116.14296L108.109375 116.002335Q108.25 115.346085 108.578125 114.939835Q108.90625 114.533585 109.515625 114.314835Q110.125 114.096085 110.921875 114.096085Q111.71875 114.096085 112.21875 114.283585Q112.71875 114.471085 112.953125 114.752335Q113.1875 115.033585 113.28125 115.471085Q113.328125 115.73671 113.328125 116.439835L113.328125 117.846085Q113.328125 119.314835 113.390625 119.70546Q113.46875 120.096085 113.671875 120.45546L112.5625 120.45546Q112.40625 120.127335 112.359375 119.689835ZM112.265625 117.33046Q111.6875 117.564835 110.546875 117.73671Q109.890625 117.83046 109.625 117.95546Q109.359375 118.064835 109.203125 118.283585Q109.0625 118.502335 109.0625 118.783585Q109.0625 119.20546 109.375 119.48671Q109.703125 119.76796 110.3125 119.76796Q110.921875 119.76796 111.390625 119.502335Q111.875 119.23671 112.09375 118.76796Q112.265625 118.408585 112.265625 117.721085L112.265625 117.33046ZM115.09375 120.971085L116.125 121.127335Q116.1875 121.596085 116.484375 121.814835Q116.875 122.11171 117.546875 122.11171Q118.28125 122.11171 118.671875 121.814835Q119.078125 121.51796 119.21875 121.002335Q119.3125 120.67421 119.296875 119.64296Q118.609375 120.45546 117.578125 120.45546Q116.296875 120.45546 115.59375 119.533585Q114.890625 118.596085 114.890625 117.314835Q114.890625 116.42421 115.203125 115.67421Q115.53125 114.908585 116.140625 114.502335Q116.75 114.096085 117.578125 114.096085Q118.6875 114.096085 119.40625 114.98671L119.40625 114.23671L120.375 114.23671L120.375 119.61171Q120.375 121.064835 120.078125 121.67421Q119.78125 122.283585 119.140625 122.627335Q118.5 122.98671 117.5625 122.98671Q116.453125 122.98671 115.765625 122.48671Q115.078125 121.98671 115.09375 120.971085ZM115.96875 117.23671Q115.96875 118.45546 116.453125 119.01796Q116.9375 119.58046 117.671875 119.58046Q118.40625 119.58046 118.890625 119.01796Q119.390625 118.45546 119.390625 117.26796Q119.390625 116.127335 118.875 115.54921Q118.375 114.971085 117.65625 114.971085Q116.953125 114.971085 116.453125 115.54921Q115.96875 116.11171 115.96875 117.23671ZM126.546875 118.45546L127.640625 118.58046Q127.390625 119.533585 126.6875 120.064835Q125.984375 120.596085 124.90625 120.596085Q123.546875 120.596085 122.734375 119.752335Q121.9375 118.908585 121.9375 117.39296Q121.9375 115.83046 122.75 114.971085Q123.5625 114.096085 124.84375 114.096085Q126.09375 114.096085 126.875 114.939835Q127.671875 115.783585 127.671875 117.33046Q127.671875 117.42421 127.671875 117.61171L123.03125 117.61171Q123.09375 118.64296 123.609375 119.189835Q124.125 119.721085 124.90625 119.721085Q125.484375 119.721085 125.890625 119.42421Q126.3125 119.11171 126.546875 118.45546ZM123.09375 116.752335L126.5625 116.752335Q126.5 115.95546 126.171875 115.564835Q125.65625 114.95546 124.859375 114.95546Q124.125 114.95546 123.625 115.439835Q123.140625 115.92421 123.09375 116.752335ZM128.875 118.596085L129.90625 118.439835Q130.0 119.064835 130.39062 119.39296Q130.79688 119.721085 131.53125 119.721085Q132.25 119.721085 132.59375 119.439835Q132.95312 119.14296 132.95312 118.73671Q132.95312 118.377335 132.64062 118.17421Q132.42188 118.033585 131.5625 117.814835Q130.40625 117.51796 129.95312 117.314835Q129.51562 117.096085 129.28125 116.721085Q129.04688 116.346085 129.04688 115.877335Q129.04688 115.471085 129.23438 115.11171Q129.42188 114.752335 129.75 114.51796Q130.0 114.346085 130.42188 114.221085Q130.84375 114.096085 131.34375 114.096085Q132.0625 114.096085 132.60938 114.314835Q133.17188 114.51796 133.4375 114.877335Q133.70312 115.23671 133.79688 115.83046L132.76562 115.971085Q132.70312 115.502335 132.35938 115.23671Q132.03125 114.95546 131.40625 114.95546Q130.6875 114.95546 130.375 115.20546Q130.0625 115.439835 130.0625 115.76796Q130.0625 115.971085 130.1875 116.127335Q130.32812 116.29921 130.59375 116.408585Q130.75 116.471085 131.53125 116.67421Q132.65625 116.98671 133.09375 117.17421Q133.53125 117.36171 133.78125 117.721085Q134.03125 118.08046 134.03125 118.627335Q134.03125 119.158585 133.71875 119.627335Q133.42188 120.08046 132.84375 120.346085Q132.26562 120.596085 131.53125 120.596085Q130.3125 120.596085 129.67188 120.096085Q129.04688 119.58046 128.875 118.596085ZM134.5 120.596085L136.98438 111.721085L137.82812 111.721085L135.34375 120.596085L134.5 120.596085ZM142.54688 118.45546L143.64062 118.58046Q143.39062 119.533585 142.6875 120.064835Q141.98438 120.596085 140.90625 120.596085Q139.54688 120.596085 138.73438 119.752335Q137.9375 118.908585 137.9375 117.39296Q137.9375 115.83046 138.75 114.971085Q139.5625 114.096085 140.84375 114.096085Q142.09375 114.096085 142.875 114.939835Q143.67188 115.783585 143.67188 117.33046Q143.67188 117.42421 143.67188 117.61171L139.03125 117.61171Q139.09375 118.64296 139.60938 119.189835Q140.125 119.721085 140.90625 119.721085Q141.48438 119.721085 141.89062 119.42421Q142.3125 119.11171 142.54688 118.45546ZM139.09375 116.752335L142.5625 116.752335Q142.5 115.95546 142.17188 115.564835Q141.65625 114.95546 140.85938 114.95546Q140.125 114.95546 139.625 115.439835Q139.14062 115.92421 139.09375 116.752335ZM149.35938 118.17421L150.39062 118.314835Q150.21875 119.377335 149.51562 119.98671Q148.8125 120.596085 147.79688 120.596085Q146.51562 120.596085 145.73438 119.76796Q144.96875 118.92421 144.96875 117.36171Q144.96875 116.36171 145.29688 115.61171Q145.64062 114.846085 146.3125 114.471085Q147.0 114.096085 147.8125 114.096085Q148.8125 114.096085 149.45312 114.61171Q150.10938 115.11171 150.29688 116.064835L149.26562 116.221085Q149.125 115.596085 148.75 115.283585Q148.375 114.95546 147.84375 114.95546Q147.04688 114.95546 146.54688 115.533585Q146.04688 116.096085 146.04688 117.33046Q146.04688 118.596085 146.53125 119.158585Q147.01562 119.721085 147.78125 119.721085Q148.40625 119.721085 148.8125 119.346085Q149.23438 118.971085 149.35938 118.17421ZM150.90625 117.346085Q150.90625 115.61171 151.85938 114.783585Q152.65625 114.096085 153.8125 114.096085Q155.09375 114.096085 155.90625 114.939835Q156.73438 115.76796 156.73438 117.252335Q156.73438 118.45546 156.375 119.14296Q156.01562 119.83046 155.3125 120.221085Q154.625 120.596085 153.8125 120.596085Q152.51562 120.596085 151.70312 119.76796Q150.90625 118.92421 150.90625 117.346085ZM151.98438 117.346085Q151.98438 118.533585 152.5 119.127335Q153.03125 119.721085 153.8125 119.721085Q154.60938 119.721085 155.125 119.127335Q155.64062 118.533585 155.64062 117.314835Q155.64062 116.158585 155.10938 115.564835Q154.59375 114.971085 153.8125 114.971085Q153.03125 114.971085 152.5 115.564835Q151.98438 116.14296 151.98438 117.346085ZM157.875 118.596085L158.90625 118.439835Q159.0 119.064835 159.39062 119.39296Q159.79688 119.721085 160.53125 119.721085Q161.25 119.721085 161.59375 119.439835Q161.95312 119.14296 161.95312 118.73671Q161.95312 118.377335 161.64062 118.17421Q161.42188 118.033585 160.5625 117.814835Q159.40625 117.51796 158.95312 117.314835Q158.51562 117.096085 158.28125 116.721085Q158.04688 116.346085 158.04688 115.877335Q158.04688 115.471085 158.23438 115.11171Q158.42188 114.752335 158.75 114.51796Q159.0 114.346085 159.42188 114.221085Q159.84375 114.096085 160.34375 114.096085Q161.0625 114.096085 161.60938 114.314835Q162.17188 114.51796 162.4375 114.877335Q162.70312 115.23671 162.79688 115.83046L161.76562 115.971085Q161.70312 115.502335 161.35938 115.23671Q161.03125 114.95546 160.40625 114.95546Q159.6875 114.95546 159.375 115.20546Q159.0625 115.439835 159.0625 115.76796Q159.0625 115.971085 159.1875 116.127335Q159.32812 116.29921 159.59375 116.408585Q159.75 116.471085 160.53125 116.67421Q161.65625 116.98671 162.09375 117.17421Q162.53125 117.36171 162.78125 117.721085Q163.03125 118.08046 163.03125 118.627335Q163.03125 119.158585 162.71875 119.627335Q162.42188 120.08046 161.84375 120.346085Q161.26562 120.596085 160.53125 120.596085Q159.3125 120.596085 158.67188 120.096085Q158.04688 119.58046 157.875 118.596085ZM164.25 122.846085L164.125 121.86171Q164.46875 121.95546 164.73438 121.95546Q165.07812 121.95546 165.28125 121.83046Q165.5 121.721085 165.64062 121.51796Q165.73438 121.346085 165.96875 120.721085Q165.98438 120.64296 166.0625 120.471085L163.6875 114.23671L164.82812 114.23671L166.125 117.83046Q166.375 118.51796 166.57812 119.283585Q166.76562 118.54921 167.01562 117.86171L168.34375 114.23671L169.39062 114.23671L167.03125 120.564835Q166.64062 121.58046 166.4375 121.971085Q166.15625 122.502335 165.78125 122.73671Q165.42188 122.98671 164.92188 122.98671Q164.625 122.98671 164.25 122.846085ZM169.875 118.596085L170.90625 118.439835Q171.0 119.064835 171.39062 119.39296Q171.79688 119.721085 172.53125 119.721085Q173.25 119.721085 173.59375 119.439835Q173.95312 119.14296 173.95312 118.73671Q173.95312 118.377335 173.64062 118.17421Q173.42188 118.033585 172.5625 117.814835Q171.40625 117.51796 170.95312 117.314835Q170.51562 117.096085 170.28125 116.721085Q170.04688 116.346085 170.04688 115.877335Q170.04688 115.471085 170.23438 115.11171Q170.42188 114.752335 170.75 114.51796Q171.0 114.346085 171.42188 114.221085Q171.84375 114.096085 172.34375 114.096085Q173.0625 114.096085 173.60938 114.314835Q174.17188 114.51796 174.4375 114.877335Q174.70312 115.23671 174.79688 115.83046L173.76562 115.971085Q173.70312 115.502335 173.35938 115.23671Q173.03125 114.95546 172.40625 114.95546Q171.6875 114.95546 171.375 115.20546Q171.0625 115.439835 171.0625 115.76796Q171.0625 115.971085 171.1875 116.127335Q171.32812 116.29921 171.59375 116.408585Q171.75 116.471085 172.53125 116.67421Q173.65625 116.98671 174.09375 117.17421Q174.53125 117.36171 174.78125 117.721085Q175.03125 118.08046 175.03125 118.627335Q175.03125 119.158585 174.71875 119.627335Q174.42188 120.08046 173.84375 120.346085Q173.26562 120.596085 172.53125 120.596085Q171.3125 120.596085 170.67188 120.096085Q170.04688 119.58046 169.875 118.596085ZM178.59375 119.51796L178.75 120.439835Q178.29688 120.533585 177.95312 120.533585Q177.375 120.533585 177.0625 120.36171Q176.75 120.17421 176.60938 119.877335Q176.48438 119.58046 176.48438 118.627335L176.48438 115.04921L175.71875 115.04921L175.71875 114.23671L176.48438 114.23671L176.48438 112.689835L177.53125 112.064835L177.53125 114.23671L178.59375 114.23671L178.59375 115.04921L177.53125 115.04921L177.53125 118.689835Q177.53125 119.14296 177.57812 119.26796Q177.64062 119.39296 177.76562 119.471085Q177.89062 119.54921 178.125 119.54921Q178.3125 119.54921 178.59375 119.51796ZM183.54688 118.45546L184.64062 118.58046Q184.39062 119.533585 183.6875 120.064835Q182.98438 120.596085 181.90625 120.596085Q180.54688 120.596085 179.73438 119.752335Q178.9375 118.908585 178.9375 117.39296Q178.9375 115.83046 179.75 114.971085Q180.5625 114.096085 181.84375 114.096085Q183.09375 114.096085 183.875 114.939835Q184.67188 115.783585 184.67188 117.33046Q184.67188 117.42421 184.67188 117.61171L180.03125 117.61171Q180.09375 118.64296 180.60938 119.189835Q181.125 119.721085 181.90625 119.721085Q182.48438 119.721085 182.89062 119.42421Q183.3125 119.11171 183.54688 118.45546ZM180.09375 116.752335L183.5625 116.752335Q183.5 115.95546 183.17188 115.564835Q182.65625 114.95546 181.85938 114.95546Q181.125 114.95546 180.625 115.439835Q180.14062 115.92421 180.09375 116.752335ZM186.29688 120.45546L186.29688 114.23671L187.23438 114.23671L187.23438 115.11171Q187.53125 114.64296 188.01562 114.377335Q188.5 114.096085 189.125 114.096085Q189.8125 114.096085 190.25 114.377335Q190.70312 114.658585 190.875 115.17421Q191.625 114.096085 192.79688 114.096085Q193.73438 114.096085 194.21875 114.61171Q194.71875 115.11171 194.71875 116.189835L194.71875 120.45546L193.67188 120.45546L193.67188 116.533585Q193.67188 115.908585 193.5625 115.627335Q193.46875 115.346085 193.20312 115.17421Q192.9375 115.002335 192.5625 115.002335Q191.90625 115.002335 191.46875 115.439835Q191.04688 115.877335 191.04688 116.846085L191.04688 120.45546L189.98438 120.45546L189.98438 116.408585Q189.98438 115.70546 189.71875 115.36171Q189.46875 115.002335 188.89062 115.002335Q188.4375 115.002335 188.0625 115.23671Q187.6875 115.471085 187.51562 115.92421Q187.34375 116.377335 187.34375 117.221085L187.34375 120.45546L186.29688 120.45546ZM195.875 118.596085L196.90625 118.439835Q197.0 119.064835 197.39062 119.39296Q197.79688 119.721085 198.53125 119.721085Q199.25 119.721085 199.59375 119.439835Q199.95312 119.14296 199.95312 118.73671Q199.95312 118.377335 199.64062 118.17421Q199.42188 118.033585 198.5625 117.814835Q197.40625 117.51796 196.95312 117.314835Q196.51562 117.096085 196.28125 116.721085Q196.04688 116.346085 196.04688 115.877335Q196.04688 115.471085 196.23438 115.11171Q196.42188 114.752335 196.75 114.51796Q197.0 114.346085 197.42188 114.221085Q197.84375 114.096085 198.34375 114.096085Q199.0625 114.096085 199.60938 114.314835Q200.17188 114.51796 200.4375 114.877335Q200.70312 115.23671 200.79688 115.83046L199.76562 115.971085Q199.70312 115.502335 199.35938 115.23671Q199.03125 114.95546 198.40625 114.95546Q197.6875 114.95546 197.375 115.20546Q197.0625 115.439835 197.0625 115.76796Q197.0625 115.971085 197.1875 116.127335Q197.32812 116.29921 197.59375 116.408585Q197.75 116.471085 198.53125 116.67421Q199.65625 116.98671 200.09375 117.17421Q200.53125 117.36171 200.78125 117.721085Q201.03125 118.08046 201.03125 118.627335Q201.03125 119.158585 200.71875 119.627335Q200.42188 120.08046 199.84375 120.346085Q199.26562 120.596085 198.53125 120.596085Q197.3125 120.596085 196.67188 120.096085Q196.04688 119.58046 195.875 118.596085Z" fill-rule="nonzero"/><path fill="#666666" d="M113.375 149.05019L113.375 140.45644L114.515625 140.45644L114.515625 148.03456L118.75 148.03456L118.75 149.05019L113.375 149.05019ZM124.359375 148.28456Q123.765625 148.78456 123.21875 148.98769Q122.6875 149.19081 122.0625 149.19081Q121.03125 149.19081 120.484375 148.69081Q119.9375 148.19081 119.9375 147.40956Q119.9375 146.95644 120.140625 146.58144Q120.34375 146.19081 120.6875 145.97206Q121.03125 145.73769 121.453125 145.62831Q121.75 145.53456 122.390625 145.45644Q123.65625 145.31581 124.265625 145.09706Q124.265625 144.87831 124.265625 144.83144Q124.265625 144.17519 123.96875 143.90956Q123.5625 143.56581 122.765625 143.56581Q122.03125 143.56581 121.671875 143.83144Q121.3125 144.08144 121.140625 144.73769L120.109375 144.59706Q120.25 143.94081 120.578125 143.53456Q120.90625 143.12831 121.515625 142.90956Q122.125 142.69081 122.921875 142.69081Q123.71875 142.69081 124.21875 142.87831Q124.71875 143.06581 124.953125 143.34706Q125.1875 143.62831 125.28125 144.06581Q125.328125 144.33144 125.328125 145.03456L125.328125 146.44081Q125.328125 147.90956 125.390625 148.30019Q125.46875 148.69081 125.671875 149.05019L124.5625 149.05019Q124.40625 148.72206 124.359375 148.28456ZM124.265625 145.92519Q123.6875 146.15956 122.546875 146.33144Q121.890625 146.42519 121.625 146.55019Q121.359375 146.65956 121.203125 146.87831Q121.0625 147.09706 121.0625 147.37831Q121.0625 147.80019 121.375 148.08144Q121.703125 148.36269 122.3125 148.36269Q122.921875 148.36269 123.390625 148.09706Q123.875 147.83144 124.09375 147.36269Q124.265625 147.00331 124.265625 146.31581L124.265625 145.92519ZM131.35938 146.76894L132.39062 146.90956Q132.21875 147.97206 131.51562 148.58144Q130.8125 149.19081 129.79688 149.19081Q128.51562 149.19081 127.734375 148.36269Q126.96875 147.51894 126.96875 145.95644Q126.96875 144.95644 127.296875 144.20644Q127.640625 143.44081 128.3125 143.06581Q129.0 142.69081 129.8125 142.69081Q130.8125 142.69081 131.45312 143.20644Q132.10938 143.70644 132.29688 144.65956L131.26562 144.81581Q131.125 144.19081 130.75 143.87831Q130.375 143.55019 129.84375 143.55019Q129.04688 143.55019 128.54688 144.12831Q128.04688 144.69081 128.04688 145.92519Q128.04688 147.19081 128.53125 147.75331Q129.01562 148.31581 129.78125 148.31581Q130.40625 148.31581 130.8125 147.94081Q131.23438 147.56581 131.35938 146.76894ZM133.29688 149.05019L133.29688 140.45644L134.35938 140.45644L134.35938 145.36269L136.84375 142.83144L138.21875 142.83144L135.82812 145.12831L138.45312 149.05019L137.15625 149.05019L135.09375 145.86269L134.35938 146.58144L134.35938 149.05019L133.29688 149.05019ZM141.90625 145.94081Q141.90625 144.20644 142.85938 143.37831Q143.65625 142.69081 144.8125 142.69081Q146.09375 142.69081 146.90625 143.53456Q147.73438 144.36269 147.73438 145.84706Q147.73438 147.05019 147.375 147.73769Q147.01562 148.42519 146.3125 148.81581Q145.625 149.19081 144.8125 149.19081Q143.51562 149.19081 142.70312 148.36269Q141.90625 147.51894 141.90625 145.94081ZM142.98438 145.94081Q142.98438 147.12831 143.5 147.72206Q144.03125 148.31581 144.8125 148.31581Q145.60938 148.31581 146.125 147.72206Q146.64062 147.12831 146.64062 145.90956Q146.64062 144.75331 146.10938 144.15956Q145.59375 143.56581 144.8125 143.56581Q144.03125 143.56581 143.5 144.15956Q142.98438 144.73769 142.98438 145.94081ZM149.54688 149.05019L149.54688 143.64394L148.60938 143.64394L148.60938 142.83144L149.54688 142.83144L149.54688 142.15956Q149.54688 141.53456 149.65625 141.23769Q149.8125 140.81581 150.1875 140.56581Q150.57812 140.31581 151.26562 140.31581Q151.71875 140.31581 152.25 140.42519L152.09375 141.33144Q151.76562 141.28456 151.46875 141.28456Q150.98438 141.28456 150.78125 141.48769Q150.59375 141.69081 150.59375 142.25331L150.59375 142.83144L151.8125 142.83144L151.8125 143.64394L150.59375 143.64394L150.59375 149.05019L149.54688 149.05019ZM155.09375 149.56581L156.125 149.72206Q156.1875 150.19081 156.48438 150.40956Q156.875 150.70644 157.54688 150.70644Q158.28125 150.70644 158.67188 150.40956Q159.07812 150.11269 159.21875 149.59706Q159.3125 149.26894 159.29688 148.23769Q158.60938 149.05019 157.57812 149.05019Q156.29688 149.05019 155.59375 148.12831Q154.89062 147.19081 154.89062 145.90956Q154.89062 145.01894 155.20312 144.26894Q155.53125 143.50331 156.14062 143.09706Q156.75 142.69081 157.57812 142.69081Q158.6875 142.69081 159.40625 143.58144L159.40625 142.83144L160.375 142.83144L160.375 148.20644Q160.375 149.65956 160.07812 150.26894Q159.78125 150.87831 159.14062 151.22206Q158.5 151.58144 157.5625 151.58144Q156.45312 151.58144 155.76562 151.08144Q155.07812 150.58144 155.09375 149.56581ZM155.96875 145.83144Q155.96875 147.05019 156.45312 147.61269Q156.9375 148.17519 157.67188 148.17519Q158.40625 148.17519 158.89062 147.61269Q159.39062 147.05019 159.39062 145.86269Q159.39062 144.72206 158.875 144.14394Q158.375 143.56581 157.65625 143.56581Q156.95312 143.56581 156.45312 144.14394Q155.96875 144.70644 155.96875 145.83144ZM166.54688 147.05019L167.64062 147.17519Q167.39062 148.12831 166.6875 148.65956Q165.98438 149.19081 164.90625 149.19081Q163.54688 149.19081 162.73438 148.34706Q161.9375 147.50331 161.9375 145.98769Q161.9375 144.42519 162.75 143.56581Q163.5625 142.69081 164.84375 142.69081Q166.09375 142.69081 166.875 143.53456Q167.67188 144.37831 167.67188 145.92519Q167.67188 146.01894 167.67188 146.20644L163.03125 146.20644Q163.09375 147.23769 163.60938 147.78456Q164.125 148.31581 164.90625 148.31581Q165.48438 148.31581 165.89062 148.01894Q166.3125 147.70644 166.54688 147.05019ZM163.09375 145.34706L166.5625 145.34706Q166.5 144.55019 166.17188 144.15956Q165.65625 143.55019 164.85938 143.55019Q164.125 143.55019 163.625 144.03456Q163.14062 144.51894 163.09375 145.34706ZM169.29688 149.05019L169.29688 142.83144L170.23438 142.83144L170.23438 143.70644Q170.92188 142.69081 172.21875 142.69081Q172.78125 142.69081 173.25 142.89394Q173.73438 143.09706 173.96875 143.42519Q174.20312 143.75331 174.29688 144.19081Q174.34375 144.48769 174.34375 145.22206L174.34375 149.05019L173.29688 149.05019L173.29688 145.26894Q173.29688 144.61269 173.17188 144.30019Q173.04688 143.98769 172.73438 143.80019Q172.42188 143.59706 172.0 143.59706Q171.32812 143.59706 170.82812 144.03456Q170.34375 144.45644 170.34375 145.64394L170.34375 149.05019L169.29688 149.05019ZM180.54688 147.05019L181.64062 147.17519Q181.39062 148.12831 180.6875 148.65956Q179.98438 149.19081 178.90625 149.19081Q177.54688 149.19081 176.73438 148.34706Q175.9375 147.50331 175.9375 145.98769Q175.9375 144.42519 176.75 143.56581Q177.5625 142.69081 178.84375 142.69081Q180.09375 142.69081 180.875 143.53456Q181.67188 144.37831 181.67188 145.92519Q181.67188 146.01894 181.67188 146.20644L177.03125 146.20644Q177.09375 147.23769 177.60938 147.78456Q178.125 148.31581 178.90625 148.31581Q179.48438 148.31581 179.89062 148.01894Q180.3125 147.70644 180.54688 147.05019ZM177.09375 145.34706L180.5625 145.34706Q180.5 144.55019 180.17188 144.15956Q179.65625 143.55019 178.85938 143.55019Q178.125 143.55019 177.625 144.03456Q177.14062 144.51894 177.09375 145.34706ZM183.28125 149.05019L183.28125 142.83144L184.23438 142.83144L184.23438 143.76894Q184.59375 143.11269 184.89062 142.90956Q185.20312 142.69081 185.57812 142.69081Q186.10938 142.69081 186.65625 143.01894L186.29688 144.00331Q185.90625 143.76894 185.53125 143.76894Q185.17188 143.76894 184.89062 143.98769Q184.625 144.19081 184.51562 144.56581Q184.32812 145.12831 184.32812 145.78456L184.32812 149.05019L183.28125 149.05019ZM187.29688 141.67519L187.29688 140.45644L188.35938 140.45644L188.35938 141.67519L187.29688 141.67519ZM187.29688 149.05019L187.29688 142.83144L188.35938 142.83144L188.35938 149.05019L187.29688 149.05019ZM194.35938 146.76894L195.39062 146.90956Q195.21875 147.97206 194.51562 148.58144Q193.8125 149.19081 192.79688 149.19081Q191.51562 149.19081 190.73438 148.36269Q189.96875 147.51894 189.96875 145.95644Q189.96875 144.95644 190.29688 144.20644Q190.64062 143.44081 191.3125 143.06581Q192.0 142.69081 192.8125 142.69081Q193.8125 142.69081 194.45312 143.20644Q195.10938 143.70644 195.29688 144.65956L194.26562 144.81581Q194.125 144.19081 193.75 143.87831Q193.375 143.55019 192.84375 143.55019Q192.04688 143.55019 191.54688 144.12831Q191.04688 144.69081 191.04688 145.92519Q191.04688 147.19081 191.53125 147.75331Q192.01562 148.31581 192.78125 148.31581Q193.40625 148.31581 193.8125 147.94081Q194.23438 147.56581 194.35938 146.76894ZM195.875 147.19081L196.90625 147.03456Q197.0 147.65956 197.39062 147.98769Q197.79688 148.31581 198.53125 148.31581Q199.25 148.31581 199.59375 148.03456Q199.95312 147.73769 199.95312 147.33144Q199.95312 146.97206 199.64062 146.76894Q199.42188 146.62831 198.5625 146.40956Q197.40625 146.11269 196.95312 145.90956Q196.51562 145.69081 196.28125 145.31581Q196.04688 144.94081 196.04688 144.47206Q196.04688 144.06581 196.23438 143.70644Q196.42188 143.34706 196.75 143.11269Q197.0 142.94081 197.42188 142.81581Q197.84375 142.69081 198.34375 142.69081Q199.0625 142.69081 199.60938 142.90956Q200.17188 143.11269 200.4375 143.47206Q200.70312 143.83144 200.79688 144.42519L199.76562 144.56581Q199.70312 144.09706 199.35938 143.83144Q199.03125 143.55019 198.40625 143.55019Q197.6875 143.55019 197.375 143.80019Q197.0625 144.03456 197.0625 144.36269Q197.0625 144.56581 197.1875 144.72206Q197.32812 144.89394 197.59375 145.00331Q197.75 145.06581 198.53125 145.26894Q199.65625 145.58144 200.09375 145.76894Q200.53125 145.95644 200.78125 146.31581Q201.03125 146.67519 201.03125 147.22206Q201.03125 147.75331 200.71875 148.22206Q200.42188 148.67519 199.84375 148.94081Q199.26562 149.19081 198.53125 149.19081Q197.3125 149.19081 196.67188 148.69081Q196.04688 148.17519 195.875 147.19081Z" fill-rule="nonzero"/><path fill="#666666" d="M59.453125 181.2699L59.453125 180.2699L63.078125 180.25427L63.078125 183.44177Q62.25 184.11365 61.359375 184.4574Q60.46875 184.78552 59.53125 184.78552Q58.265625 184.78552 57.21875 184.25427Q56.1875 183.7074 55.65625 182.69177Q55.140625 181.66052 55.140625 180.3949Q55.140625 179.12927 55.65625 178.05115Q56.1875 176.9574 57.171875 176.44177Q58.15625 175.91052 59.4375 175.91052Q60.375 175.91052 61.125 176.2074Q61.875 176.50427 62.296875 177.05115Q62.734375 177.5824 62.953125 178.4574L61.9375 178.73865Q61.734375 178.0824 61.4375 177.7074Q61.15625 177.3324 60.625 177.11365Q60.09375 176.87927 59.453125 176.87927Q58.671875 176.87927 58.09375 177.11365Q57.53125 177.34802 57.171875 177.73865Q56.828125 178.12927 56.640625 178.59802Q56.3125 179.3949 56.3125 180.31677Q56.3125 181.47302 56.703125 182.25427Q57.109375 183.0199 57.859375 183.3949Q58.609375 183.7699 59.46875 183.7699Q60.203125 183.7699 60.90625 183.48865Q61.609375 183.19177 61.96875 182.87927L61.96875 181.2699L59.453125 181.2699ZM70.0625 176.05115L71.203125 176.05115L71.203125 181.0199Q71.203125 182.31677 70.90625 183.0824Q70.609375 183.8324 69.84375 184.31677Q69.078125 184.78552 67.84375 184.78552Q66.640625 184.78552 65.859375 184.37927Q65.09375 183.9574 64.765625 183.17615Q64.4375 182.37927 64.4375 181.0199L64.4375 176.05115L65.578125 176.05115L65.578125 181.00427Q65.578125 182.12927 65.78125 182.66052Q66.0 183.19177 66.5 183.48865Q67.015625 183.7699 67.75 183.7699Q69.0 183.7699 69.53125 183.2074Q70.0625 182.62927 70.0625 181.00427L70.0625 176.05115ZM73.625 184.6449L73.625 176.05115L74.75 176.05115L74.75 184.6449L73.625 184.6449ZM75.5 184.78552L77.984375 175.91052L78.828125 175.91052L76.34375 184.78552L75.5 184.78552ZM79.546875 184.6449L79.546875 179.23865L78.609375 179.23865L78.609375 178.42615L79.546875 178.42615L79.546875 177.75427Q79.546875 177.12927 79.65625 176.8324Q79.8125 176.41052 80.1875 176.16052Q80.578125 175.91052 81.265625 175.91052Q81.71875 175.91052 82.25 176.0199L82.09375 176.92615Q81.765625 176.87927 81.46875 176.87927Q80.984375 176.87927 80.78125 177.0824Q80.59375 177.28552 80.59375 177.84802L80.59375 178.42615L81.8125 178.42615L81.8125 179.23865L80.59375 179.23865L80.59375 184.6449L79.546875 184.6449ZM82.28125 184.6449L82.28125 178.42615L83.234375 178.42615L83.234375 179.36365Q83.59375 178.7074 83.890625 178.50427Q84.203125 178.28552 84.578125 178.28552Q85.109375 178.28552 85.65625 178.61365L85.296875 179.59802Q84.90625 179.36365 84.53125 179.36365Q84.171875 179.36365 83.890625 179.5824Q83.625 179.78552 83.515625 180.16052Q83.328125 180.72302 83.328125 181.37927L83.328125 184.6449L82.28125 184.6449ZM85.90625 181.53552Q85.90625 179.80115 86.859375 178.97302Q87.65625 178.28552 88.8125 178.28552Q90.09375 178.28552 90.90625 179.12927Q91.734375 179.9574 91.734375 181.44177Q91.734375 182.6449 91.375 183.3324Q91.015625 184.0199 90.3125 184.41052Q89.625 184.78552 88.8125 184.78552Q87.515625 184.78552 86.703125 183.9574Q85.90625 183.11365 85.90625 181.53552ZM86.984375 181.53552Q86.984375 182.72302 87.5 183.31677Q88.03125 183.91052 88.8125 183.91052Q89.609375 183.91052 90.125 183.31677Q90.640625 182.72302 90.640625 181.50427Q90.640625 180.34802 90.109375 179.75427Q89.59375 179.16052 88.8125 179.16052Q88.03125 179.16052 87.5 179.75427Q86.984375 180.3324 86.984375 181.53552ZM93.296875 184.6449L93.296875 178.42615L94.234375 178.42615L94.234375 179.30115Q94.921875 178.28552 96.21875 178.28552Q96.78125 178.28552 97.25 178.48865Q97.734375 178.69177 97.96875 179.0199Q98.203125 179.34802 98.296875 179.78552Q98.34375 180.0824 98.34375 180.81677L98.34375 184.6449L97.296875 184.6449L97.296875 180.86365Q97.296875 180.2074 97.171875 179.8949Q97.046875 179.5824 96.734375 179.3949Q96.421875 179.19177 96.0 179.19177Q95.328125 179.19177 94.828125 179.62927Q94.34375 180.05115 94.34375 181.23865L94.34375 184.6449L93.296875 184.6449ZM102.59375 183.7074L102.75 184.62927Q102.296875 184.72302 101.953125 184.72302Q101.375 184.72302 101.0625 184.55115Q100.75 184.36365 100.609375 184.06677Q100.484375 183.7699 100.484375 182.81677L100.484375 179.23865L99.71875 179.23865L99.71875 178.42615L100.484375 178.42615L100.484375 176.87927L101.53125 176.25427L101.53125 178.42615L102.59375 178.42615L102.59375 179.23865L101.53125 179.23865L101.53125 182.87927Q101.53125 183.3324 101.578125 183.4574Q101.640625 183.5824 101.765625 183.66052Q101.890625 183.73865 102.125 183.73865Q102.3125 183.73865 102.59375 183.7074ZM102.875 182.06677L102.875 181.00427L106.125 181.00427L106.125 182.06677L102.875 182.06677ZM111.546875 182.6449L112.640625 182.7699Q112.390625 183.72302 111.6875 184.25427Q110.984375 184.78552 109.90625 184.78552Q108.546875 184.78552 107.734375 183.94177Q106.9375 183.09802 106.9375 181.5824Q106.9375 180.0199 107.75 179.16052Q108.5625 178.28552 109.84375 178.28552Q111.09375 178.28552 111.875 179.12927Q112.671875 179.97302 112.671875 181.5199Q112.671875 181.61365 112.671875 181.80115L108.03125 181.80115Q108.09375 182.8324 108.609375 183.37927Q109.125 183.91052 109.90625 183.91052Q110.484375 183.91052 110.890625 183.61365Q111.3125 183.30115 111.546875 182.6449ZM108.09375 180.94177L111.5625 180.94177Q111.5 180.1449 111.171875 179.75427Q110.65625 179.1449 109.859375 179.1449Q109.125 179.1449 108.625 179.62927Q108.140625 180.11365 108.09375 180.94177ZM114.296875 184.6449L114.296875 178.42615L115.234375 178.42615L115.234375 179.30115Q115.921875 178.28552 117.21875 178.28552Q117.78125 178.28552 118.25 178.48865Q118.734375 178.69177 118.96875 179.0199Q119.203125 179.34802 119.296875 179.78552Q119.34375 180.0824 119.34375 180.81677L119.34375 184.6449L118.296875 184.6449L118.296875 180.86365Q118.296875 180.2074 118.171875 179.8949Q118.046875 179.5824 117.734375 179.3949Q117.421875 179.19177 117.0 179.19177Q116.328125 179.19177 115.828125 179.62927Q115.34375 180.05115 115.34375 181.23865L115.34375 184.6449L114.296875 184.6449ZM125.328125 184.6449L125.328125 183.86365Q124.734375 184.78552 123.59375 184.78552Q122.84375 184.78552 122.21875 184.37927Q121.59375 183.9574 121.25 183.22302Q120.90625 182.48865 120.90625 181.53552Q120.90625 180.61365 121.21875 179.84802Q121.53125 179.0824 122.15625 178.69177Q122.78125 178.28552 123.546875 178.28552Q124.109375 178.28552 124.546875 178.5199Q124.984375 178.75427 125.265625 179.12927L125.265625 176.05115L126.3125 176.05115L126.3125 184.6449L125.328125 184.6449ZM122.0 181.53552Q122.0 182.73865 122.5 183.3324Q123.0 183.91052 123.6875 183.91052Q124.375 183.91052 124.859375 183.34802Q125.34375 182.78552 125.34375 181.62927Q125.34375 180.34802 124.84375 179.75427Q124.359375 179.16052 123.640625 179.16052Q122.9375 179.16052 122.46875 179.73865Q122.0 180.30115 122.0 181.53552ZM135.32812 184.6449L135.32812 183.86365Q134.73438 184.78552 133.59375 184.78552Q132.84375 184.78552 132.21875 184.37927Q131.59375 183.9574 131.25 183.22302Q130.90625 182.48865 130.90625 181.53552Q130.90625 180.61365 131.21875 179.84802Q131.53125 179.0824 132.15625 178.69177Q132.78125 178.28552 133.54688 178.28552Q134.10938 178.28552 134.54688 178.5199Q134.98438 178.75427 135.26562 179.12927L135.26562 176.05115L136.3125 176.05115L136.3125 184.6449L135.32812 184.6449ZM132.0 181.53552Q132.0 182.73865 132.5 183.3324Q133.0 183.91052 133.6875 183.91052Q134.375 183.91052 134.85938 183.34802Q135.34375 182.78552 135.34375 181.62927Q135.34375 180.34802 134.84375 179.75427Q134.35938 179.16052 133.64062 179.16052Q132.9375 179.16052 132.46875 179.73865Q132.0 180.30115 132.0 181.53552ZM142.54688 182.6449L143.64062 182.7699Q143.39062 183.72302 142.6875 184.25427Q141.98438 184.78552 140.90625 184.78552Q139.54688 184.78552 138.73438 183.94177Q137.9375 183.09802 137.9375 181.5824Q137.9375 180.0199 138.75 179.16052Q139.5625 178.28552 140.84375 178.28552Q142.09375 178.28552 142.875 179.12927Q143.67188 179.97302 143.67188 181.5199Q143.67188 181.61365 143.67188 181.80115L139.03125 181.80115Q139.09375 182.8324 139.60938 183.37927Q140.125 183.91052 140.90625 183.91052Q141.48438 183.91052 141.89062 183.61365Q142.3125 183.30115 142.54688 182.6449ZM139.09375 180.94177L142.5625 180.94177Q142.5 180.1449 142.17188 179.75427Q141.65625 179.1449 140.85938 179.1449Q140.125 179.1449 139.625 179.62927Q139.14062 180.11365 139.09375 180.94177ZM147.01562 184.6449L144.65625 178.42615L145.76562 178.42615L147.10938 182.1449Q147.3125 182.75427 147.5 183.3949Q147.64062 182.91052 147.89062 182.22302L149.28125 178.42615L150.35938 178.42615L148.0 184.6449L147.01562 184.6449ZM155.54688 182.6449L156.64062 182.7699Q156.39062 183.72302 155.6875 184.25427Q154.98438 184.78552 153.90625 184.78552Q152.54688 184.78552 151.73438 183.94177Q150.9375 183.09802 150.9375 181.5824Q150.9375 180.0199 151.75 179.16052Q152.5625 178.28552 153.84375 178.28552Q155.09375 178.28552 155.875 179.12927Q156.67188 179.97302 156.67188 181.5199Q156.67188 181.61365 156.67188 181.80115L152.03125 181.80115Q152.09375 182.8324 152.60938 183.37927Q153.125 183.91052 153.90625 183.91052Q154.48438 183.91052 154.89062 183.61365Q155.3125 183.30115 155.54688 182.6449ZM152.09375 180.94177L155.5625 180.94177Q155.5 180.1449 155.17188 179.75427Q154.65625 179.1449 153.85938 179.1449Q153.125 179.1449 152.625 179.62927Q152.14062 180.11365 152.09375 180.94177ZM158.26562 184.6449L158.26562 176.05115L159.32812 176.05115L159.32812 184.6449L158.26562 184.6449ZM160.90625 181.53552Q160.90625 179.80115 161.85938 178.97302Q162.65625 178.28552 163.8125 178.28552Q165.09375 178.28552 165.90625 179.12927Q166.73438 179.9574 166.73438 181.44177Q166.73438 182.6449 166.375 183.3324Q166.01562 184.0199 165.3125 184.41052Q164.625 184.78552 163.8125 184.78552Q162.51562 184.78552 161.70312 183.9574Q160.90625 183.11365 160.90625 181.53552ZM161.98438 181.53552Q161.98438 182.72302 162.5 183.31677Q163.03125 183.91052 163.8125 183.91052Q164.60938 183.91052 165.125 183.31677Q165.64062 182.72302 165.64062 181.50427Q165.64062 180.34802 165.10938 179.75427Q164.59375 179.16052 163.8125 179.16052Q163.03125 179.16052 162.5 179.75427Q161.98438 180.3324 161.98438 181.53552ZM168.29688 187.03552L168.29688 178.42615L169.25 178.42615L169.25 179.22302Q169.59375 178.75427 170.01562 178.5199Q170.45312 178.28552 171.0625 178.28552Q171.85938 178.28552 172.46875 178.69177Q173.07812 179.09802 173.375 179.84802Q173.6875 180.59802 173.6875 181.48865Q173.6875 182.44177 173.34375 183.2074Q173.01562 183.97302 172.35938 184.37927Q171.70312 184.78552 170.98438 184.78552Q170.45312 184.78552 170.03125 184.56677Q169.60938 184.3324 169.34375 184.00427L169.34375 187.03552L168.29688 187.03552ZM169.25 181.56677Q169.25 182.7699 169.73438 183.34802Q170.21875 183.91052 170.90625 183.91052Q171.60938 183.91052 172.10938 183.31677Q172.60938 182.72302 172.60938 181.47302Q172.60938 180.28552 172.125 179.7074Q171.64062 179.11365 170.95312 179.11365Q170.28125 179.11365 169.76562 179.73865Q169.25 180.36365 169.25 181.56677ZM175.29688 184.6449L175.29688 178.42615L176.23438 178.42615L176.23438 179.30115Q176.53125 178.8324 177.01562 178.56677Q177.5 178.28552 178.125 178.28552Q178.8125 178.28552 179.25 178.56677Q179.70312 178.84802 179.875 179.36365Q180.625 178.28552 181.79688 178.28552Q182.73438 178.28552 183.21875 178.80115Q183.71875 179.30115 183.71875 180.37927L183.71875 184.6449L182.67188 184.6449L182.67188 180.72302Q182.67188 180.09802 182.5625 179.81677Q182.46875 179.53552 182.20312 179.36365Q181.9375 179.19177 181.5625 179.19177Q180.90625 179.19177 180.46875 179.62927Q180.04688 180.06677 180.04688 181.03552L180.04688 184.6449L178.98438 184.6449L178.98438 180.59802Q178.98438 179.8949 178.71875 179.55115Q178.46875 179.19177 177.89062 179.19177Q177.4375 179.19177 177.0625 179.42615Q176.6875 179.66052 176.51562 180.11365Q176.34375 180.56677 176.34375 181.41052L176.34375 184.6449L175.29688 184.6449ZM189.54688 182.6449L190.64062 182.7699Q190.39062 183.72302 189.6875 184.25427Q188.98438 184.78552 187.90625 184.78552Q186.54688 184.78552 185.73438 183.94177Q184.9375 183.09802 184.9375 181.5824Q184.9375 180.0199 185.75 179.16052Q186.5625 178.28552 187.84375 178.28552Q189.09375 178.28552 189.875 179.12927Q190.67188 179.97302 190.67188 181.5199Q190.67188 181.61365 190.67188 181.80115L186.03125 181.80115Q186.09375 182.8324 186.60938 183.37927Q187.125 183.91052 187.90625 183.91052Q188.48438 183.91052 188.89062 183.61365Q189.3125 183.30115 189.54688 182.6449ZM186.09375 180.94177L189.5625 180.94177Q189.5 180.1449 189.17188 179.75427Q188.65625 179.1449 187.85938 179.1449Q187.125 179.1449 186.625 179.62927Q186.14062 180.11365 186.09375 180.94177ZM192.29688 184.6449L192.29688 178.42615L193.23438 178.42615L193.23438 179.30115Q193.92188 178.28552 195.21875 178.28552Q195.78125 178.28552 196.25 178.48865Q196.73438 178.69177 196.96875 179.0199Q197.20312 179.34802 197.29688 179.78552Q197.34375 180.0824 197.34375 180.81677L197.34375 184.6449L196.29688 184.6449L196.29688 180.86365Q196.29688 180.2074 196.17188 179.8949Q196.04688 179.5824 195.73438 179.3949Q195.42188 179.19177 195.0 179.19177Q194.32812 179.19177 193.82812 179.62927Q193.34375 180.05115 193.34375 181.23865L193.34375 184.6449L192.29688 184.6449ZM201.59375 183.7074L201.75 184.62927Q201.29688 184.72302 200.95312 184.72302Q200.375 184.72302 200.0625 184.55115Q199.75 184.36365 199.60938 184.06677Q199.48438 183.7699 199.48438 182.81677L199.48438 179.23865L198.71875 179.23865L198.71875 178.42615L199.48438 178.42615L199.48438 176.87927L200.53125 176.25427L200.53125 178.42615L201.59375 178.42615L201.59375 179.23865L200.53125 179.23865L200.53125 182.87927Q200.53125 183.3324 200.57812 183.4574Q200.64062 183.5824 200.76562 183.66052Q200.89062 183.73865 201.125 183.73865Q201.3125 183.73865 201.59375 183.7074Z" fill-rule="nonzero"/><path fill="#666666" d="M124.453125 220.23961L124.453125 211.64586L130.65625 211.64586L130.65625 212.66148L125.59375 212.66148L125.59375 215.28648L130.34375 215.28648L130.34375 216.30211L125.59375 216.30211L125.59375 219.22398L130.85938 219.22398L130.85938 220.23961L124.453125 220.23961ZM132.28125 220.23961L132.28125 214.02086L133.23438 214.02086L133.23438 214.95836Q133.59375 214.30211 133.89062 214.09898Q134.20312 213.88023 134.57812 213.88023Q135.10938 213.88023 135.65625 214.20836L135.29688 215.19273Q134.90625 214.95836 134.53125 214.95836Q134.17188 214.95836 133.89062 215.17711Q133.625 215.38023 133.51562 215.75523Q133.32812 216.31773 133.32812 216.97398L133.32812 220.23961L132.28125 220.23961ZM136.28125 220.23961L136.28125 214.02086L137.23438 214.02086L137.23438 214.95836Q137.59375 214.30211 137.89062 214.09898Q138.20312 213.88023 138.57812 213.88023Q139.10938 213.88023 139.65625 214.20836L139.29688 215.19273Q138.90625 214.95836 138.53125 214.95836Q138.17188 214.95836 137.89062 215.17711Q137.625 215.38023 137.51562 215.75523Q137.32812 216.31773 137.32812 216.97398L137.32812 220.23961L136.28125 220.23961ZM139.90625 217.13023Q139.90625 215.39586 140.85938 214.56773Q141.65625 213.88023 142.8125 213.88023Q144.09375 213.88023 144.90625 214.72398Q145.73438 215.55211 145.73438 217.03648Q145.73438 218.23961 145.375 218.92711Q145.01562 219.61461 144.3125 220.00523Q143.625 220.38023 142.8125 220.38023Q141.51562 220.38023 140.70312 219.55211Q139.90625 218.70836 139.90625 217.13023ZM140.98438 217.13023Q140.98438 218.31773 141.5 218.91148Q142.03125 219.50523 142.8125 219.50523Q143.60938 219.50523 144.125 218.91148Q144.64062 218.31773 144.64062 217.09898Q144.64062 215.94273 144.10938 215.34898Q143.59375 214.75523 142.8125 214.75523Q142.03125 214.75523 141.5 215.34898Q140.98438 215.92711 140.98438 217.13023ZM147.28125 220.23961L147.28125 214.02086L148.23438 214.02086L148.23438 214.95836Q148.59375 214.30211 148.89062 214.09898Q149.20312 213.88023 149.57812 213.88023Q150.10938 213.88023 150.65625 214.20836L150.29688 215.19273Q149.90625 214.95836 149.53125 214.95836Q149.17188 214.95836 148.89062 215.17711Q148.625 215.38023 148.51562 215.75523Q148.32812 216.31773 148.32812 216.97398L148.32812 220.23961L147.28125 220.23961ZM154.29688 220.23961L154.29688 211.64586L155.34375 211.64586L155.34375 214.72398Q156.07812 213.88023 157.20312 213.88023Q157.90625 213.88023 158.40625 214.16148Q158.92188 214.42711 159.14062 214.91148Q159.35938 215.38023 159.35938 216.30211L159.35938 220.23961L158.3125 220.23961L158.3125 216.30211Q158.3125 215.50523 157.96875 215.14586Q157.625 214.78648 157.0 214.78648Q156.53125 214.78648 156.10938 215.03648Q155.70312 215.27086 155.51562 215.69273Q155.34375 216.09898 155.34375 216.83336L155.34375 220.23961L154.29688 220.23961ZM165.35938 219.47398Q164.76562 219.97398 164.21875 220.17711Q163.6875 220.38023 163.0625 220.38023Q162.03125 220.38023 161.48438 219.88023Q160.9375 219.38023 160.9375 218.59898Q160.9375 218.14586 161.14062 217.77086Q161.34375 217.38023 161.6875 217.16148Q162.03125 216.92711 162.45312 216.81773Q162.75 216.72398 163.39062 216.64586Q164.65625 216.50523 165.26562 216.28648Q165.26562 216.06773 165.26562 216.02086Q165.26562 215.36461 164.96875 215.09898Q164.5625 214.75523 163.76562 214.75523Q163.03125 214.75523 162.67188 215.02086Q162.3125 215.27086 162.14062 215.92711L161.10938 215.78648Q161.25 215.13023 161.57812 214.72398Q161.90625 214.31773 162.51562 214.09898Q163.125 213.88023 163.92188 213.88023Q164.71875 213.88023 165.21875 214.06773Q165.71875 214.25523 165.95312 214.53648Q166.1875 214.81773 166.28125 215.25523Q166.32812 215.52086 166.32812 216.22398L166.32812 217.63023Q166.32812 219.09898 166.39062 219.48961Q166.46875 219.88023 166.67188 220.23961L165.5625 220.23961Q165.40625 219.91148 165.35938 219.47398ZM165.26562 217.11461Q164.6875 217.34898 163.54688 217.52086Q162.89062 217.61461 162.625 217.73961Q162.35938 217.84898 162.20312 218.06773Q162.0625 218.28648 162.0625 218.56773Q162.0625 218.98961 162.375 219.27086Q162.70312 219.55211 163.3125 219.55211Q163.92188 219.55211 164.39062 219.28648Q164.875 219.02086 165.09375 218.55211Q165.26562 218.19273 165.26562 217.50523L165.26562 217.11461ZM168.29688 220.23961L168.29688 214.02086L169.23438 214.02086L169.23438 214.89586Q169.92188 213.88023 171.21875 213.88023Q171.78125 213.88023 172.25 214.08336Q172.73438 214.28648 172.96875 214.61461Q173.20312 214.94273 173.29688 215.38023Q173.34375 215.67711 173.34375 216.41148L173.34375 220.23961L172.29688 220.23961L172.29688 216.45836Q172.29688 215.80211 172.17188 215.48961Q172.04688 215.17711 171.73438 214.98961Q171.42188 214.78648 171.0 214.78648Q170.32812 214.78648 169.82812 215.22398Q169.34375 215.64586 169.34375 216.83336L169.34375 220.23961L168.29688 220.23961ZM179.32812 220.23961L179.32812 219.45836Q178.73438 220.38023 177.59375 220.38023Q176.84375 220.38023 176.21875 219.97398Q175.59375 219.55211 175.25 218.81773Q174.90625 218.08336 174.90625 217.13023Q174.90625 216.20836 175.21875 215.44273Q175.53125 214.67711 176.15625 214.28648Q176.78125 213.88023 177.54688 213.88023Q178.10938 213.88023 178.54688 214.11461Q178.98438 214.34898 179.26562 214.72398L179.26562 211.64586L180.3125 211.64586L180.3125 220.23961L179.32812 220.23961ZM176.0 217.13023Q176.0 218.33336 176.5 218.92711Q177.0 219.50523 177.6875 219.50523Q178.375 219.50523 178.85938 218.94273Q179.34375 218.38023 179.34375 217.22398Q179.34375 215.94273 178.84375 215.34898Q178.35938 214.75523 177.64062 214.75523Q176.9375 214.75523 176.46875 215.33336Q176.0 215.89586 176.0 217.13023ZM182.26562 220.23961L182.26562 211.64586L183.32812 211.64586L183.32812 220.23961L182.26562 220.23961ZM185.29688 212.86461L185.29688 211.64586L186.35938 211.64586L186.35938 212.86461L185.29688 212.86461ZM185.29688 220.23961L185.29688 214.02086L186.35938 214.02086L186.35938 220.23961L185.29688 220.23961ZM188.29688 220.23961L188.29688 214.02086L189.23438 214.02086L189.23438 214.89586Q189.92188 213.88023 191.21875 213.88023Q191.78125 213.88023 192.25 214.08336Q192.73438 214.28648 192.96875 214.61461Q193.20312 214.94273 193.29688 215.38023Q193.34375 215.67711 193.34375 216.41148L193.34375 220.23961L192.29688 220.23961L192.29688 216.45836Q192.29688 215.80211 192.17188 215.48961Q192.04688 215.17711 191.73438 214.98961Q191.42188 214.78648 191.0 214.78648Q190.32812 214.78648 189.82812 215.22398Q189.34375 215.64586 189.34375 216.83336L189.34375 220.23961L188.29688 220.23961ZM195.09375 220.75523L196.125 220.91148Q196.1875 221.38023 196.48438 221.59898Q196.875 221.89586 197.54688 221.89586Q198.28125 221.89586 198.67188 221.59898Q199.07812 221.30211 199.21875 220.78648Q199.3125 220.45836 199.29688 219.42711Q198.60938 220.23961 197.57812 220.23961Q196.29688 220.23961 195.59375 219.31773Q194.89062 218.38023 194.89062 217.09898Q194.89062 216.20836 195.20312 215.45836Q195.53125 214.69273 196.14062 214.28648Q196.75 213.88023 197.57812 213.88023Q198.6875 213.88023 199.40625 214.77086L199.40625 214.02086L200.375 214.02086L200.375 219.39586Q200.375 220.84898 200.07812 221.45836Q199.78125 222.06773 199.14062 222.41148Q198.5 222.77086 197.5625 222.77086Q196.45312 222.77086 195.76562 222.27086Q195.07812 221.77086 195.09375 220.75523ZM195.96875 217.02086Q195.96875 218.23961 196.45312 218.80211Q196.9375 219.36461 197.67188 219.36461Q198.40625 219.36461 198.89062 218.80211Q199.39062 218.23961 199.39062 217.05211Q199.39062 215.91148 198.875 215.33336Q198.375 214.75523 197.65625 214.75523Q196.95312 214.75523 196.45312 215.33336Q195.96875 215.89586 195.96875 217.02086Z" fill-rule="nonzero"/><path fill="#666666" d="M113.390625 255.83434L113.390625 247.24059L115.109375 247.24059L117.140625 253.31871Q117.421875 254.17809 117.546875 254.59996Q117.6875 254.13121 118.0 253.22496L120.0625 247.24059L121.59375 247.24059L121.59375 255.83434L120.5 255.83434L120.5 248.64684L118.0 255.83434L116.96875 255.83434L114.484375 248.52184L114.484375 255.83434L113.390625 255.83434ZM123.296875 248.45934L123.296875 247.24059L124.359375 247.24059L124.359375 248.45934L123.296875 248.45934ZM123.296875 255.83434L123.296875 249.61559L124.359375 249.61559L124.359375 255.83434L123.296875 255.83434ZM125.875 253.97496L126.90625 253.81871Q127.0 254.44371 127.390625 254.77184Q127.796875 255.09996 128.53125 255.09996Q129.25 255.09996 129.59375 254.81871Q129.95312 254.52184 129.95312 254.11559Q129.95312 253.75621 129.64062 253.55309Q129.42188 253.41246 128.5625 253.19371Q127.40625 252.89684 126.953125 252.69371Q126.515625 252.47496 126.28125 252.09996Q126.046875 251.72496 126.046875 251.25621Q126.046875 250.84996 126.234375 250.49059Q126.421875 250.13121 126.75 249.89684Q127.0 249.72496 127.421875 249.59996Q127.84375 249.47496 128.34375 249.47496Q129.0625 249.47496 129.60938 249.69371Q130.17188 249.89684 130.4375 250.25621Q130.70312 250.61559 130.79688 251.20934L129.76562 251.34996Q129.70312 250.88121 129.35938 250.61559Q129.03125 250.33434 128.40625 250.33434Q127.6875 250.33434 127.375 250.58434Q127.0625 250.81871 127.0625 251.14684Q127.0625 251.34996 127.1875 251.50621Q127.328125 251.67809 127.59375 251.78746Q127.75 251.84996 128.53125 252.05309Q129.65625 252.36559 130.09375 252.55309Q130.53125 252.74059 130.78125 253.09996Q131.03125 253.45934 131.03125 254.00621Q131.03125 254.53746 130.71875 255.00621Q130.42188 255.45934 129.84375 255.72496Q129.26562 255.97496 128.53125 255.97496Q127.3125 255.97496 126.671875 255.47496Q126.046875 254.95934 125.875 253.97496ZM131.875 253.97496L132.90625 253.81871Q133.0 254.44371 133.39062 254.77184Q133.79688 255.09996 134.53125 255.09996Q135.25 255.09996 135.59375 254.81871Q135.95312 254.52184 135.95312 254.11559Q135.95312 253.75621 135.64062 253.55309Q135.42188 253.41246 134.5625 253.19371Q133.40625 252.89684 132.95312 252.69371Q132.51562 252.47496 132.28125 252.09996Q132.04688 251.72496 132.04688 251.25621Q132.04688 250.84996 132.23438 250.49059Q132.42188 250.13121 132.75 249.89684Q133.0 249.72496 133.42188 249.59996Q133.84375 249.47496 134.34375 249.47496Q135.0625 249.47496 135.60938 249.69371Q136.17188 249.89684 136.4375 250.25621Q136.70312 250.61559 136.79688 251.20934L135.76562 251.34996Q135.70312 250.88121 135.35938 250.61559Q135.03125 250.33434 134.40625 250.33434Q133.6875 250.33434 133.375 250.58434Q133.0625 250.81871 133.0625 251.14684Q133.0625 251.34996 133.1875 251.50621Q133.32812 251.67809 133.59375 251.78746Q133.75 251.84996 134.53125 252.05309Q135.65625 252.36559 136.09375 252.55309Q136.53125 252.74059 136.78125 253.09996Q137.03125 253.45934 137.03125 254.00621Q137.03125 254.53746 136.71875 255.00621Q136.42188 255.45934 135.84375 255.72496Q135.26562 255.97496 134.53125 255.97496Q133.3125 255.97496 132.67188 255.47496Q132.04688 254.95934 131.875 253.97496ZM138.29688 248.45934L138.29688 247.24059L139.35938 247.24059L139.35938 248.45934L138.29688 248.45934ZM138.29688 255.83434L138.29688 249.61559L139.35938 249.61559L139.35938 255.83434L138.29688 255.83434ZM141.29688 255.83434L141.29688 249.61559L142.23438 249.61559L142.23438 250.49059Q142.92188 249.47496 144.21875 249.47496Q144.78125 249.47496 145.25 249.67809Q145.73438 249.88121 145.96875 250.20934Q146.20312 250.53746 146.29688 250.97496Q146.34375 251.27184 146.34375 252.00621L146.34375 255.83434L145.29688 255.83434L145.29688 252.05309Q145.29688 251.39684 145.17188 251.08434Q145.04688 250.77184 144.73438 250.58434Q144.42188 250.38121 144.0 250.38121Q143.32812 250.38121 142.82812 250.81871Q142.34375 251.24059 142.34375 252.42809L142.34375 255.83434L141.29688 255.83434ZM148.09375 256.34998L149.125 256.50623Q149.1875 256.97498 149.48438 257.19373Q149.875 257.4906 150.54688 257.4906Q151.28125 257.4906 151.67188 257.19373Q152.07812 256.89685 152.21875 256.38123Q152.3125 256.0531 152.29688 255.02184Q151.60938 255.83434 150.57812 255.83434Q149.29688 255.83434 148.59375 254.91246Q147.89062 253.97496 147.89062 252.69371Q147.89062 251.80309 148.20312 251.05309Q148.53125 250.28746 149.14062 249.88121Q149.75 249.47496 150.57812 249.47496Q151.6875 249.47496 152.40625 250.36559L152.40625 249.61559L153.375 249.61559L153.375 254.99059Q153.375 256.44373 153.07812 257.0531Q152.78125 257.66248 152.14062 258.00623Q151.5 258.3656 150.5625 258.3656Q149.45312 258.3656 148.76562 257.8656Q148.07812 257.3656 148.09375 256.34998ZM148.96875 252.61559Q148.96875 253.83434 149.45312 254.39684Q149.9375 254.95934 150.67188 254.95934Q151.40625 254.95934 151.89062 254.39684Q152.39062 253.83434 152.39062 252.64684Q152.39062 251.50621 151.875 250.92809Q151.375 250.34996 150.65625 250.34996Q149.95312 250.34996 149.45312 250.92809Q148.96875 251.49059 148.96875 252.61559ZM158.26562 255.83434L158.26562 247.24059L159.32812 247.24059L159.32812 255.83434L158.26562 255.83434ZM161.29688 248.45934L161.29688 247.24059L162.35938 247.24059L162.35938 248.45934L161.29688 248.45934ZM161.29688 255.83434L161.29688 249.61559L162.35938 249.61559L162.35938 255.83434L161.29688 255.83434ZM165.26562 255.83434L164.28125 255.83434L164.28125 247.24059L165.34375 247.24059L165.34375 250.30309Q166.01562 249.47496 167.04688 249.47496Q167.625 249.47496 168.125 249.70934Q168.64062 249.92809 168.96875 250.34996Q169.3125 250.77184 169.5 251.36559Q169.6875 251.95934 169.6875 252.63121Q169.6875 254.22496 168.89062 255.09996Q168.09375 255.97496 167.0 255.97496Q165.89062 255.97496 165.26562 255.05309L165.26562 255.83434ZM165.25 252.67809Q165.25 253.78746 165.5625 254.28746Q166.0625 255.09996 166.90625 255.09996Q167.59375 255.09996 168.09375 254.50621Q168.60938 253.91246 168.60938 252.70934Q168.60938 251.49059 168.125 250.91246Q167.64062 250.33434 166.95312 250.33434Q166.26562 250.33434 165.75 250.94371Q165.25 251.53746 165.25 252.67809ZM171.28125 255.83434L171.28125 249.61559L172.23438 249.61559L172.23438 250.55309Q172.59375 249.89684 172.89062 249.69371Q173.20312 249.47496 173.57812 249.47496Q174.10938 249.47496 174.65625 249.80309L174.29688 250.78746Q173.90625 250.55309 173.53125 250.55309Q173.17188 250.55309 172.89062 250.77184Q172.625 250.97496 172.51562 251.34996Q172.32812 251.91246 172.32812 252.56871L172.32812 255.83434L171.28125 255.83434ZM179.35938 255.06871Q178.76562 255.56871 178.21875 255.77184Q177.6875 255.97496 177.0625 255.97496Q176.03125 255.97496 175.48438 255.47496Q174.9375 254.97496 174.9375 254.19371Q174.9375 253.74059 175.14062 253.36559Q175.34375 252.97496 175.6875 252.75621Q176.03125 252.52184 176.45312 252.41246Q176.75 252.31871 177.39062 252.24059Q178.65625 252.09996 179.26562 251.88121Q179.26562 251.66246 179.26562 251.61559Q179.26562 250.95934 178.96875 250.69371Q178.5625 250.34996 177.76562 250.34996Q177.03125 250.34996 176.67188 250.61559Q176.3125 250.86559 176.14062 251.52184L175.10938 251.38121Q175.25 250.72496 175.57812 250.31871Q175.90625 249.91246 176.51562 249.69371Q177.125 249.47496 177.92188 249.47496Q178.71875 249.47496 179.21875 249.66246Q179.71875 249.84996 179.95312 250.13121Q180.1875 250.41246 180.28125 250.84996Q180.32812 251.11559 180.32812 251.81871L180.32812 253.22496Q180.32812 254.69371 180.39062 255.08434Q180.46875 255.47496 180.67188 255.83434L179.5625 255.83434Q179.40625 255.50621 179.35938 255.06871ZM179.26562 252.70934Q178.6875 252.94371 177.54688 253.11559Q176.89062 253.20934 176.625 253.33434Q176.35938 253.44371 176.20312 253.66246Q176.0625 253.88121 176.0625 254.16246Q176.0625 254.58434 176.375 254.86559Q176.70312 255.14684 177.3125 255.14684Q177.92188 255.14684 178.39062 254.88121Q178.875 254.61559 179.09375 254.14684Q179.26562 253.78746 179.26562 253.09996L179.26562 252.70934ZM182.28125 255.83434L182.28125 249.61559L183.23438 249.61559L183.23438 250.55309Q183.59375 249.89684 183.89062 249.69371Q184.20312 249.47496 184.57812 249.47496Q185.10938 249.47496 185.65625 249.80309L185.29688 250.78746Q184.90625 250.55309 184.53125 250.55309Q184.17188 250.55309 183.89062 250.77184Q183.625 250.97496 183.51562 251.34996Q183.32812 251.91246 183.32812 252.56871L183.32812 255.83434L182.28125 255.83434ZM186.29688 248.45934L186.29688 247.24059L187.35938 247.24059L187.35938 248.45934L186.29688 248.45934ZM186.29688 255.83434L186.29688 249.61559L187.35938 249.61559L187.35938 255.83434L186.29688 255.83434ZM193.54688 253.83434L194.64062 253.95934Q194.39062 254.91246 193.6875 255.44371Q192.98438 255.97496 191.90625 255.97496Q190.54688 255.97496 189.73438 255.13121Q188.9375 254.28746 188.9375 252.77184Q188.9375 251.20934 189.75 250.34996Q190.5625 249.47496 191.84375 249.47496Q193.09375 249.47496 193.875 250.31871Q194.67188 251.16246 194.67188 252.70934Q194.67188 252.80309 194.67188 252.99059L190.03125 252.99059Q190.09375 254.02184 190.60938 254.56871Q191.125 255.09996 191.90625 255.09996Q192.48438 255.09996 192.89062 254.80309Q193.3125 254.49059 193.54688 253.83434ZM190.09375 252.13121L193.5625 252.13121Q193.5 251.33434 193.17188 250.94371Q192.65625 250.33434 191.85938 250.33434Q191.125 250.33434 190.625 250.81871Q190.14062 251.30309 190.09375 252.13121ZM195.875 253.97496L196.90625 253.81871Q197.0 254.44371 197.39062 254.77184Q197.79688 255.09996 198.53125 255.09996Q199.25 255.09996 199.59375 254.81871Q199.95312 254.52184 199.95312 254.11559Q199.95312 253.75621 199.64062 253.55309Q199.42188 253.41246 198.5625 253.19371Q197.40625 252.89684 196.95312 252.69371Q196.51562 252.47496 196.28125 252.09996Q196.04688 251.72496 196.04688 251.25621Q196.04688 250.84996 196.23438 250.49059Q196.42188 250.13121 196.75 249.89684Q197.0 249.72496 197.42188 249.59996Q197.84375 249.47496 198.34375 249.47496Q199.0625 249.47496 199.60938 249.69371Q200.17188 249.89684 200.4375 250.25621Q200.70312 250.61559 200.79688 251.20934L199.76562 251.34996Q199.70312 250.88121 199.35938 250.61559Q199.03125 250.33434 198.40625 250.33434Q197.6875 250.33434 197.375 250.58434Q197.0625 250.81871 197.0625 251.14684Q197.0625 251.34996 197.1875 251.50621Q197.32812 251.67809 197.59375 251.78746Q197.75 251.84996 198.53125 252.05309Q199.65625 252.36559 200.09375 252.55309Q200.53125 252.74059 200.78125 253.09996Q201.03125 253.45934 201.03125 254.00621Q201.03125 254.53746 200.71875 255.00621Q200.42188 255.45934 199.84375 255.72496Q199.26562 255.97496 198.53125 255.97496Q197.3125 255.97496 196.67188 255.47496Q196.04688 254.95934 195.875 253.97496Z" fill-rule="nonzero"/><path fill="#666666" d="M141.42188 291.42905L141.42188 282.8353L144.39062 282.8353Q145.39062 282.8353 145.92188 282.9603Q146.65625 283.13217 147.17188 283.56967Q147.85938 284.1478 148.1875 285.05405Q148.53125 285.94467 148.53125 287.0853Q148.53125 288.06967 148.29688 288.81967Q148.07812 289.56967 147.71875 290.06967Q147.35938 290.56967 146.92188 290.85092Q146.5 291.13217 145.90625 291.28842Q145.3125 291.42905 144.53125 291.42905L141.42188 291.42905ZM142.5625 290.41342L144.39062 290.41342Q145.25 290.41342 145.73438 290.25717Q146.21875 290.10092 146.5 289.80405Q146.90625 289.41342 147.125 288.72592Q147.35938 288.03842 147.35938 287.06967Q147.35938 285.72592 146.90625 285.00717Q146.46875 284.2728 145.84375 284.0228Q145.375 283.85092 144.375 283.85092L142.5625 283.85092L142.5625 290.41342ZM154.54688 289.42905L155.64062 289.55405Q155.39062 290.50717 154.6875 291.03842Q153.98438 291.56967 152.90625 291.56967Q151.54688 291.56967 150.73438 290.72592Q149.9375 289.88217 149.9375 288.36655Q149.9375 286.80405 150.75 285.94467Q151.5625 285.06967 152.84375 285.06967Q154.09375 285.06967 154.875 285.91342Q155.67188 286.75717 155.67188 288.30405Q155.67188 288.3978 155.67188 288.5853L151.03125 288.5853Q151.09375 289.61655 151.60938 290.16342Q152.125 290.69467 152.90625 290.69467Q153.48438 290.69467 153.89062 290.3978Q154.3125 290.0853 154.54688 289.42905ZM151.09375 287.72592L154.5625 287.72592Q154.5 286.92905 154.17188 286.53842Q153.65625 285.92905 152.85938 285.92905Q152.125 285.92905 151.625 286.41342Q151.14062 286.8978 151.09375 287.72592ZM158.26562 291.42905L157.28125 291.42905L157.28125 282.8353L158.34375 282.8353L158.34375 285.8978Q159.01562 285.06967 160.04688 285.06967Q160.625 285.06967 161.125 285.30405Q161.64062 285.5228 161.96875 285.94467Q162.3125 286.36655 162.5 286.9603Q162.6875 287.55405 162.6875 288.22592Q162.6875 289.81967 161.89062 290.69467Q161.09375 291.56967 160.0 291.56967Q158.89062 291.56967 158.26562 290.6478L158.26562 291.42905ZM158.25 288.2728Q158.25 289.38217 158.5625 289.88217Q159.0625 290.69467 159.90625 290.69467Q160.59375 290.69467 161.09375 290.10092Q161.60938 289.50717 161.60938 288.30405Q161.60938 287.0853 161.125 286.50717Q160.64062 285.92905 159.95312 285.92905Q159.26562 285.92905 158.75 286.53842Q158.25 287.13217 158.25 288.2728ZM168.375 291.42905L168.375 290.50717Q167.64062 291.56967 166.39062 291.56967Q165.84375 291.56967 165.35938 291.36655Q164.89062 291.1478 164.65625 290.8353Q164.42188 290.50717 164.32812 290.03842Q164.26562 289.74155 164.26562 289.05405L164.26562 285.2103L165.32812 285.2103L165.32812 288.66342Q165.32812 289.47592 165.39062 289.7728Q165.48438 290.17905 165.79688 290.42905Q166.125 290.66342 166.60938 290.66342Q167.07812 290.66342 167.48438 290.42905Q167.90625 290.17905 168.07812 289.75717Q168.26562 289.3353 168.26562 288.53842L168.26562 285.2103L169.3125 285.2103L169.3125 291.42905L168.375 291.42905ZM171.09375 291.94467L172.125 292.10092Q172.1875 292.56967 172.48438 292.78842Q172.875 293.0853 173.54688 293.0853Q174.28125 293.0853 174.67188 292.78842Q175.07812 292.49155 175.21875 291.97592Q175.3125 291.6478 175.29688 290.61655Q174.60938 291.42905 173.57812 291.42905Q172.29688 291.42905 171.59375 290.50717Q170.89062 289.56967 170.89062 288.28842Q170.89062 287.3978 171.20312 286.6478Q171.53125 285.88217 172.14062 285.47592Q172.75 285.06967 173.57812 285.06967Q174.6875 285.06967 175.40625 285.9603L175.40625 285.2103L176.375 285.2103L176.375 290.5853Q176.375 292.03842 176.07812 292.6478Q175.78125 293.25717 175.14062 293.60092Q174.5 293.9603 173.5625 293.9603Q172.45312 293.9603 171.76562 293.4603Q171.07812 292.9603 171.09375 291.94467ZM171.96875 288.2103Q171.96875 289.42905 172.45312 289.99155Q172.9375 290.55405 173.67188 290.55405Q174.40625 290.55405 174.89062 289.99155Q175.39062 289.42905 175.39062 288.24155Q175.39062 287.10092 174.875 286.5228Q174.375 285.94467 173.65625 285.94467Q172.95312 285.94467 172.45312 286.5228Q171.96875 287.0853 171.96875 288.2103ZM178.09375 291.94467L179.125 292.10092Q179.1875 292.56967 179.48438 292.78842Q179.875 293.0853 180.54688 293.0853Q181.28125 293.0853 181.67188 292.78842Q182.07812 292.49155 182.21875 291.97592Q182.3125 291.6478 182.29688 290.61655Q181.60938 291.42905 180.57812 291.42905Q179.29688 291.42905 178.59375 290.50717Q177.89062 289.56967 177.89062 288.28842Q177.89062 287.3978 178.20312 286.6478Q178.53125 285.88217 179.14062 285.47592Q179.75 285.06967 180.57812 285.06967Q181.6875 285.06967 182.40625 285.9603L182.40625 285.2103L183.375 285.2103L183.375 290.5853Q183.375 292.03842 183.07812 292.6478Q182.78125 293.25717 182.14062 293.60092Q181.5 293.9603 180.5625 293.9603Q179.45312 293.9603 178.76562 293.4603Q178.07812 292.9603 178.09375 291.94467ZM178.96875 288.2103Q178.96875 289.42905 179.45312 289.99155Q179.9375 290.55405 180.67188 290.55405Q181.40625 290.55405 181.89062 289.99155Q182.39062 289.42905 182.39062 288.24155Q182.39062 287.10092 181.875 286.5228Q181.375 285.94467 180.65625 285.94467Q179.95312 285.94467 179.45312 286.5228Q178.96875 287.0853 178.96875 288.2103ZM185.29688 284.05405L185.29688 282.8353L186.35938 282.8353L186.35938 284.05405L185.29688 284.05405ZM185.29688 291.42905L185.29688 285.2103L186.35938 285.2103L186.35938 291.42905L185.29688 291.42905ZM188.29688 291.42905L188.29688 285.2103L189.23438 285.2103L189.23438 286.0853Q189.92188 285.06967 191.21875 285.06967Q191.78125 285.06967 192.25 285.2728Q192.73438 285.47592 192.96875 285.80405Q193.20312 286.13217 193.29688 286.56967Q193.34375 286.86655 193.34375 287.60092L193.34375 291.42905L192.29688 291.42905L192.29688 287.6478Q192.29688 286.99155 192.17188 286.67905Q192.04688 286.36655 191.73438 286.17905Q191.42188 285.97592 191.0 285.97592Q190.32812 285.97592 189.82812 286.41342Q189.34375 286.8353 189.34375 288.0228L189.34375 291.42905L188.29688 291.42905ZM195.09375 291.94467L196.125 292.10092Q196.1875 292.56967 196.48438 292.78842Q196.875 293.0853 197.54688 293.0853Q198.28125 293.0853 198.67188 292.78842Q199.07812 292.49155 199.21875 291.97592Q199.3125 291.6478 199.29688 290.61655Q198.60938 291.42905 197.57812 291.42905Q196.29688 291.42905 195.59375 290.50717Q194.89062 289.56967 194.89062 288.28842Q194.89062 287.3978 195.20312 286.6478Q195.53125 285.88217 196.14062 285.47592Q196.75 285.06967 197.57812 285.06967Q198.6875 285.06967 199.40625 285.9603L199.40625 285.2103L200.375 285.2103L200.375 290.5853Q200.375 292.03842 200.07812 292.6478Q199.78125 293.25717 199.14062 293.60092Q198.5 293.9603 197.5625 293.9603Q196.45312 293.9603 195.76562 293.4603Q195.07812 292.9603 195.09375 291.94467ZM195.96875 288.2103Q195.96875 289.42905 196.45312 289.99155Q196.9375 290.55405 197.67188 290.55405Q198.40625 290.55405 198.89062 289.99155Q199.39062 289.42905 199.39062 288.24155Q199.39062 287.10092 198.875 286.5228Q198.375 285.94467 197.65625 285.94467Q196.95312 285.94467 196.45312 286.5228Q195.96875 287.0853 195.96875 288.2103Z" fill-rule="nonzero"/><path fill="#666666" d="M35.375 320.02377L35.375 311.43002L36.515625 311.43002L36.515625 319.00815L40.75 319.00815L40.75 320.02377L35.375 320.02377ZM46.546875 318.02377L47.640625 318.14877Q47.390625 319.1019 46.6875 319.63315Q45.984375 320.1644 44.90625 320.1644Q43.546875 320.1644 42.734375 319.32065Q41.9375 318.4769 41.9375 316.96127Q41.9375 315.39877 42.75 314.5394Q43.5625 313.6644 44.84375 313.6644Q46.09375 313.6644 46.875 314.50815Q47.671875 315.3519 47.671875 316.89877Q47.671875 316.99252 47.671875 317.18002L43.03125 317.18002Q43.09375 318.21127 43.609375 318.75815Q44.125 319.2894 44.90625 319.2894Q45.484375 319.2894 45.890625 318.99252Q46.3125 318.68002 46.546875 318.02377ZM43.09375 316.32065L46.5625 316.32065Q46.5 315.52377 46.171875 315.13315Q45.65625 314.52377 44.859375 314.52377Q44.125 314.52377 43.625 315.00815Q43.140625 315.49252 43.09375 316.32065ZM53.359375 319.25815Q52.765625 319.75815 52.21875 319.96127Q51.6875 320.1644 51.0625 320.1644Q50.03125 320.1644 49.484375 319.6644Q48.9375 319.1644 48.9375 318.38315Q48.9375 317.93002 49.140625 317.55502Q49.34375 317.1644 49.6875 316.94565Q50.03125 316.71127 50.453125 316.6019Q50.75 316.50815 51.390625 316.43002Q52.65625 316.2894 53.265625 316.07065Q53.265625 315.8519 53.265625 315.80502Q53.265625 315.14877 52.96875 314.88315Q52.5625 314.5394 51.765625 314.5394Q51.03125 314.5394 50.671875 314.80502Q50.3125 315.05502 50.140625 315.71127L49.109375 315.57065Q49.25 314.9144 49.578125 314.50815Q49.90625 314.1019 50.515625 313.88315Q51.125 313.6644 51.921875 313.6644Q52.71875 313.6644 53.21875 313.8519Q53.71875 314.0394 53.953125 314.32065Q54.1875 314.6019 54.28125 315.0394Q54.328125 315.30502 54.328125 316.00815L54.328125 317.4144Q54.328125 318.88315 54.390625 319.27377Q54.46875 319.6644 54.671875 320.02377L53.5625 320.02377Q53.40625 319.69565 53.359375 319.25815ZM53.265625 316.89877Q52.6875 317.13315 51.546875 317.30502Q50.890625 317.39877 50.625 317.52377Q50.359375 317.63315 50.203125 317.8519Q50.0625 318.07065 50.0625 318.3519Q50.0625 318.77377 50.375 319.05502Q50.703125 319.33627 51.3125 319.33627Q51.921875 319.33627 52.390625 319.07065Q52.875 318.80502 53.09375 318.33627Q53.265625 317.9769 53.265625 317.2894L53.265625 316.89877ZM56.28125 320.02377L56.28125 313.80502L57.234375 313.80502L57.234375 314.74252Q57.59375 314.08627 57.890625 313.88315Q58.203125 313.6644 58.578125 313.6644Q59.109375 313.6644 59.65625 313.99252L59.296875 314.9769Q58.90625 314.74252 58.53125 314.74252Q58.171875 314.74252 57.890625 314.96127Q57.625 315.1644 57.515625 315.5394Q57.328125 316.1019 57.328125 316.75815L57.328125 320.02377L56.28125 320.02377ZM60.296875 320.02377L60.296875 313.80502L61.234375 313.80502L61.234375 314.68002Q61.921875 313.6644 63.21875 313.6644Q63.78125 313.6644 64.25 313.86752Q64.734375 314.07065 64.96875 314.39877Q65.203125 314.7269 65.296875 315.1644Q65.34375 315.46127 65.34375 316.19565L65.34375 320.02377L64.296875 320.02377L64.296875 316.24252Q64.296875 315.58627 64.171875 315.27377Q64.046875 314.96127 63.734375 314.77377Q63.421875 314.57065 63.0 314.57065Q62.328125 314.57065 61.828125 315.00815Q61.34375 315.43002 61.34375 316.61752L61.34375 320.02377L60.296875 320.02377ZM67.296875 312.64877L67.296875 311.43002L68.359375 311.43002L68.359375 312.64877L67.296875 312.64877ZM67.296875 320.02377L67.296875 313.80502L68.359375 313.80502L68.359375 320.02377L67.296875 320.02377ZM70.296875 320.02377L70.296875 313.80502L71.234375 313.80502L71.234375 314.68002Q71.921875 313.6644 73.21875 313.6644Q73.78125 313.6644 74.25 313.86752Q74.734375 314.07065 74.96875 314.39877Q75.203125 314.7269 75.296875 315.1644Q75.34375 315.46127 75.34375 316.19565L75.34375 320.02377L74.296875 320.02377L74.296875 316.24252Q74.296875 315.58627 74.171875 315.27377Q74.046875 314.96127 73.734375 314.77377Q73.421875 314.57065 73.0 314.57065Q72.328125 314.57065 71.828125 315.00815Q71.34375 315.43002 71.34375 316.61752L71.34375 320.02377L70.296875 320.02377ZM77.09375 320.5394L78.125 320.69565Q78.1875 321.1644 78.484375 321.38315Q78.875 321.68002 79.546875 321.68002Q80.28125 321.68002 80.671875 321.38315Q81.078125 321.08627 81.21875 320.57065Q81.3125 320.24252 81.296875 319.21127Q80.609375 320.02377 79.578125 320.02377Q78.296875 320.02377 77.59375 319.1019Q76.890625 318.1644 76.890625 316.88315Q76.890625 315.99252 77.203125 315.24252Q77.53125 314.4769 78.140625 314.07065Q78.75 313.6644 79.578125 313.6644Q80.6875 313.6644 81.40625 314.55502L81.40625 313.80502L82.375 313.80502L82.375 319.18002Q82.375 320.63315 82.078125 321.24252Q81.78125 321.8519 81.140625 322.19565Q80.5 322.55502 79.5625 322.55502Q78.453125 322.55502 77.765625 322.05502Q77.078125 321.55502 77.09375 320.5394ZM77.96875 316.80502Q77.96875 318.02377 78.453125 318.58627Q78.9375 319.14877 79.671875 319.14877Q80.40625 319.14877 80.890625 318.58627Q81.390625 318.02377 81.390625 316.83627Q81.390625 315.69565 80.875 315.11752Q80.375 314.5394 79.65625 314.5394Q78.953125 314.5394 78.453125 315.11752Q77.96875 315.68002 77.96875 316.80502ZM91.359375 317.74252L92.390625 317.88315Q92.21875 318.94565 91.515625 319.55502Q90.8125 320.1644 89.796875 320.1644Q88.515625 320.1644 87.734375 319.33627Q86.96875 318.49252 86.96875 316.93002Q86.96875 315.93002 87.296875 315.18002Q87.640625 314.4144 88.3125 314.0394Q89.0 313.6644 89.8125 313.6644Q90.8125 313.6644 91.453125 314.18002Q92.109375 314.68002 92.296875 315.63315L91.265625 315.7894Q91.125 315.1644 90.75 314.8519Q90.375 314.52377 89.84375 314.52377Q89.046875 314.52377 88.546875 315.1019Q88.046875 315.6644 88.046875 316.89877Q88.046875 318.1644 88.53125 318.7269Q89.015625 319.2894 89.78125 319.2894Q90.40625 319.2894 90.8125 318.9144Q91.234375 318.5394 91.359375 317.74252ZM97.375 320.02377L97.375 319.1019Q96.640625 320.1644 95.390625 320.1644Q94.84375 320.1644 94.359375 319.96127Q93.890625 319.74252 93.65625 319.43002Q93.421875 319.1019 93.328125 318.63315Q93.265625 318.33627 93.265625 317.64877L93.265625 313.80502L94.328125 313.80502L94.328125 317.25815Q94.328125 318.07065 94.390625 318.36752Q94.484375 318.77377 94.796875 319.02377Q95.125 319.25815 95.609375 319.25815Q96.078125 319.25815 96.484375 319.02377Q96.90625 318.77377 97.078125 318.3519Q97.265625 317.93002 97.265625 317.13315L97.265625 313.80502L98.3125 313.80502L98.3125 320.02377L97.375 320.02377ZM100.28125 320.02377L100.28125 313.80502L101.234375 313.80502L101.234375 314.74252Q101.59375 314.08627 101.890625 313.88315Q102.203125 313.6644 102.578125 313.6644Q103.109375 313.6644 103.65625 313.99252L103.296875 314.9769Q102.90625 314.74252 102.53125 314.74252Q102.171875 314.74252 101.890625 314.96127Q101.625 315.1644 101.515625 315.5394Q101.328125 316.1019 101.328125 316.75815L101.328125 320.02377L100.28125 320.02377ZM106.015625 320.02377L103.65625 313.80502L104.765625 313.80502L106.109375 317.52377Q106.3125 318.13315 106.5 318.77377Q106.640625 318.2894 106.890625 317.6019L108.28125 313.80502L109.359375 313.80502L107.0 320.02377L106.015625 320.02377ZM114.546875 318.02377L115.640625 318.14877Q115.390625 319.1019 114.6875 319.63315Q113.984375 320.1644 112.90625 320.1644Q111.546875 320.1644 110.734375 319.32065Q109.9375 318.4769 109.9375 316.96127Q109.9375 315.39877 110.75 314.5394Q111.5625 313.6644 112.84375 313.6644Q114.09375 313.6644 114.875 314.50815Q115.671875 315.3519 115.671875 316.89877Q115.671875 316.99252 115.671875 317.18002L111.03125 317.18002Q111.09375 318.21127 111.609375 318.75815Q112.125 319.2894 112.90625 319.2894Q113.484375 319.2894 113.890625 318.99252Q114.3125 318.68002 114.546875 318.02377ZM111.09375 316.32065L114.5625 316.32065Q114.5 315.52377 114.171875 315.13315Q113.65625 314.52377 112.859375 314.52377Q112.125 314.52377 111.625 315.00815Q111.140625 315.49252 111.09375 316.32065ZM116.5 320.1644L118.984375 311.2894L119.828125 311.2894L117.34375 320.1644L116.5 320.1644ZM127.375 320.02377L127.375 319.1019Q126.640625 320.1644 125.390625 320.1644Q124.84375 320.1644 124.359375 319.96127Q123.890625 319.74252 123.65625 319.43002Q123.421875 319.1019 123.328125 318.63315Q123.265625 318.33627 123.265625 317.64877L123.265625 313.80502L124.328125 313.80502L124.328125 317.25815Q124.328125 318.07065 124.390625 318.36752Q124.484375 318.77377 124.796875 319.02377Q125.125 319.25815 125.609375 319.25815Q126.078125 319.25815 126.484375 319.02377Q126.90625 318.77377 127.078125 318.3519Q127.265625 317.93002 127.265625 317.13315L127.265625 313.80502L128.3125 313.80502L128.3125 320.02377L127.375 320.02377ZM130.29688 320.02377L130.29688 313.80502L131.23438 313.80502L131.23438 314.68002Q131.92188 313.6644 133.21875 313.6644Q133.78125 313.6644 134.25 313.86752Q134.73438 314.07065 134.96875 314.39877Q135.20312 314.7269 135.29688 315.1644Q135.34375 315.46127 135.34375 316.19565L135.34375 320.02377L134.29688 320.02377L134.29688 316.24252Q134.29688 315.58627 134.17188 315.27377Q134.04688 314.96127 133.73438 314.77377Q133.42188 314.57065 133.0 314.57065Q132.32812 314.57065 131.82812 315.00815Q131.34375 315.43002 131.34375 316.61752L131.34375 320.02377L130.29688 320.02377ZM141.32812 320.02377L141.32812 319.24252Q140.73438 320.1644 139.59375 320.1644Q138.84375 320.1644 138.21875 319.75815Q137.59375 319.33627 137.25 318.6019Q136.90625 317.86752 136.90625 316.9144Q136.90625 315.99252 137.21875 315.2269Q137.53125 314.46127 138.15625 314.07065Q138.78125 313.6644 139.54688 313.6644Q140.10938 313.6644 140.54688 313.89877Q140.98438 314.13315 141.26562 314.50815L141.26562 311.43002L142.3125 311.43002L142.3125 320.02377L141.32812 320.02377ZM138.0 316.9144Q138.0 318.11752 138.5 318.71127Q139.0 319.2894 139.6875 319.2894Q140.375 319.2894 140.85938 318.7269Q141.34375 318.1644 141.34375 317.00815Q141.34375 315.7269 140.84375 315.13315Q140.35938 314.5394 139.64062 314.5394Q138.9375 314.5394 138.46875 315.11752Q138.0 315.68002 138.0 316.9144ZM148.54688 318.02377L149.64062 318.14877Q149.39062 319.1019 148.6875 319.63315Q147.98438 320.1644 146.90625 320.1644Q145.54688 320.1644 144.73438 319.32065Q143.9375 318.4769 143.9375 316.96127Q143.9375 315.39877 144.75 314.5394Q145.5625 313.6644 146.84375 313.6644Q148.09375 313.6644 148.875 314.50815Q149.67188 315.3519 149.67188 316.89877Q149.67188 316.99252 149.67188 317.18002L145.03125 317.18002Q145.09375 318.21127 145.60938 318.75815Q146.125 319.2894 146.90625 319.2894Q147.48438 319.2894 147.89062 318.99252Q148.3125 318.68002 148.54688 318.02377ZM145.09375 316.32065L148.5625 316.32065Q148.5 315.52377 148.17188 315.13315Q147.65625 314.52377 146.85938 314.52377Q146.125 314.52377 145.625 315.00815Q145.14062 315.49252 145.09375 316.32065ZM151.28125 320.02377L151.28125 313.80502L152.23438 313.80502L152.23438 314.74252Q152.59375 314.08627 152.89062 313.88315Q153.20312 313.6644 153.57812 313.6644Q154.10938 313.6644 154.65625 313.99252L154.29688 314.9769Q153.90625 314.74252 153.53125 314.74252Q153.17188 314.74252 152.89062 314.96127Q152.625 315.1644 152.51562 315.5394Q152.32812 316.1019 152.32812 316.75815L152.32812 320.02377L151.28125 320.02377ZM154.875 318.1644L155.90625 318.00815Q156.0 318.63315 156.39062 318.96127Q156.79688 319.2894 157.53125 319.2894Q158.25 319.2894 158.59375 319.00815Q158.95312 318.71127 158.95312 318.30502Q158.95312 317.94565 158.64062 317.74252Q158.42188 317.6019 157.5625 317.38315Q156.40625 317.08627 155.95312 316.88315Q155.51562 316.6644 155.28125 316.2894Q155.04688 315.9144 155.04688 315.44565Q155.04688 315.0394 155.23438 314.68002Q155.42188 314.32065 155.75 314.08627Q156.0 313.9144 156.42188 313.7894Q156.84375 313.6644 157.34375 313.6644Q158.0625 313.6644 158.60938 313.88315Q159.17188 314.08627 159.4375 314.44565Q159.70312 314.80502 159.79688 315.39877L158.76562 315.5394Q158.70312 315.07065 158.35938 314.80502Q158.03125 314.52377 157.40625 314.52377Q156.6875 314.52377 156.375 314.77377Q156.0625 315.00815 156.0625 315.33627Q156.0625 315.5394 156.1875 315.69565Q156.32812 315.86752 156.59375 315.9769Q156.75 316.0394 157.53125 316.24252Q158.65625 316.55502 159.09375 316.74252Q159.53125 316.93002 159.78125 317.2894Q160.03125 317.64877 160.03125 318.19565Q160.03125 318.7269 159.71875 319.19565Q159.42188 319.64877 158.84375 319.9144Q158.26562 320.1644 157.53125 320.1644Q156.3125 320.1644 155.67188 319.6644Q155.04688 319.14877 154.875 318.1644ZM163.59375 319.08627L163.75 320.00815Q163.29688 320.1019 162.95312 320.1019Q162.375 320.1019 162.0625 319.93002Q161.75 319.74252 161.60938 319.44565Q161.48438 319.14877 161.48438 318.19565L161.48438 314.61752L160.71875 314.61752L160.71875 313.80502L161.48438 313.80502L161.48438 312.25815L162.53125 311.63315L162.53125 313.80502L163.59375 313.80502L163.59375 314.61752L162.53125 314.61752L162.53125 318.25815Q162.53125 318.71127 162.57812 318.83627Q162.64062 318.96127 162.76562 319.0394Q162.89062 319.11752 163.125 319.11752Q163.3125 319.11752 163.59375 319.08627ZM168.35938 319.25815Q167.76562 319.75815 167.21875 319.96127Q166.6875 320.1644 166.0625 320.1644Q165.03125 320.1644 164.48438 319.6644Q163.9375 319.1644 163.9375 318.38315Q163.9375 317.93002 164.14062 317.55502Q164.34375 317.1644 164.6875 316.94565Q165.03125 316.71127 165.45312 316.6019Q165.75 316.50815 166.39062 316.43002Q167.65625 316.2894 168.26562 316.07065Q168.26562 315.8519 168.26562 315.80502Q168.26562 315.14877 167.96875 314.88315Q167.5625 314.5394 166.76562 314.5394Q166.03125 314.5394 165.67188 314.80502Q165.3125 315.05502 165.14062 315.71127L164.10938 315.57065Q164.25 314.9144 164.57812 314.50815Q164.90625 314.1019 165.51562 313.88315Q166.125 313.6644 166.92188 313.6644Q167.71875 313.6644 168.21875 313.8519Q168.71875 314.0394 168.95312 314.32065Q169.1875 314.6019 169.28125 315.0394Q169.32812 315.30502 169.32812 316.00815L169.32812 317.4144Q169.32812 318.88315 169.39062 319.27377Q169.46875 319.6644 169.67188 320.02377L168.5625 320.02377Q168.40625 319.69565 168.35938 319.25815ZM168.26562 316.89877Q167.6875 317.13315 166.54688 317.30502Q165.89062 317.39877 165.625 317.52377Q165.35938 317.63315 165.20312 317.8519Q165.0625 318.07065 165.0625 318.3519Q165.0625 318.77377 165.375 319.05502Q165.70312 319.33627 166.3125 319.33627Q166.92188 319.33627 167.39062 319.07065Q167.875 318.80502 168.09375 318.33627Q168.26562 317.9769 168.26562 317.2894L168.26562 316.89877ZM171.29688 320.02377L171.29688 313.80502L172.23438 313.80502L172.23438 314.68002Q172.92188 313.6644 174.21875 313.6644Q174.78125 313.6644 175.25 313.86752Q175.73438 314.07065 175.96875 314.39877Q176.20312 314.7269 176.29688 315.1644Q176.34375 315.46127 176.34375 316.19565L176.34375 320.02377L175.29688 320.02377L175.29688 316.24252Q175.29688 315.58627 175.17188 315.27377Q175.04688 314.96127 174.73438 314.77377Q174.42188 314.57065 174.0 314.57065Q173.32812 314.57065 172.82812 315.00815Q172.34375 315.43002 172.34375 316.61752L172.34375 320.02377L171.29688 320.02377ZM182.32812 320.02377L182.32812 319.24252Q181.73438 320.1644 180.59375 320.1644Q179.84375 320.1644 179.21875 319.75815Q178.59375 319.33627 178.25 318.6019Q177.90625 317.86752 177.90625 316.9144Q177.90625 315.99252 178.21875 315.2269Q178.53125 314.46127 179.15625 314.07065Q179.78125 313.6644 180.54688 313.6644Q181.10938 313.6644 181.54688 313.89877Q181.98438 314.13315 182.26562 314.50815L182.26562 311.43002L183.3125 311.43002L183.3125 320.02377L182.32812 320.02377ZM179.0 316.9144Q179.0 318.11752 179.5 318.71127Q180.0 319.2894 180.6875 319.2894Q181.375 319.2894 181.85938 318.7269Q182.34375 318.1644 182.34375 317.00815Q182.34375 315.7269 181.84375 315.13315Q181.35938 314.5394 180.64062 314.5394Q179.9375 314.5394 179.46875 315.11752Q179.0 315.68002 179.0 316.9144ZM185.29688 312.64877L185.29688 311.43002L186.35938 311.43002L186.35938 312.64877L185.29688 312.64877ZM185.29688 320.02377L185.29688 313.80502L186.35938 313.80502L186.35938 320.02377L185.29688 320.02377ZM188.29688 320.02377L188.29688 313.80502L189.23438 313.80502L189.23438 314.68002Q189.92188 313.6644 191.21875 313.6644Q191.78125 313.6644 192.25 313.86752Q192.73438 314.07065 192.96875 314.39877Q193.20312 314.7269 193.29688 315.1644Q193.34375 315.46127 193.34375 316.19565L193.34375 320.02377L192.29688 320.02377L192.29688 316.24252Q192.29688 315.58627 192.17188 315.27377Q192.04688 314.96127 191.73438 314.77377Q191.42188 314.57065 191.0 314.57065Q190.32812 314.57065 189.82812 315.00815Q189.34375 315.43002 189.34375 316.61752L189.34375 320.02377L188.29688 320.02377ZM195.09375 320.5394L196.125 320.69565Q196.1875 321.1644 196.48438 321.38315Q196.875 321.68002 197.54688 321.68002Q198.28125 321.68002 198.67188 321.38315Q199.07812 321.08627 199.21875 320.57065Q199.3125 320.24252 199.29688 319.21127Q198.60938 320.02377 197.57812 320.02377Q196.29688 320.02377 195.59375 319.1019Q194.89062 318.1644 194.89062 316.88315Q194.89062 315.99252 195.20312 315.24252Q195.53125 314.4769 196.14062 314.07065Q196.75 313.6644 197.57812 313.6644Q198.6875 313.6644 199.40625 314.55502L199.40625 313.80502L200.375 313.80502L200.375 319.18002Q200.375 320.63315 200.07812 321.24252Q199.78125 321.8519 199.14062 322.19565Q198.5 322.55502 197.5625 322.55502Q196.45312 322.55502 195.76562 322.05502Q195.07812 321.55502 195.09375 320.5394ZM195.96875 316.80502Q195.96875 318.02377 196.45312 318.58627Q196.9375 319.14877 197.67188 319.14877Q198.40625 319.14877 198.89062 318.58627Q199.39062 318.02377 199.39062 316.83627Q199.39062 315.69565 198.875 315.11752Q198.375 314.5394 197.65625 314.5394Q196.95312 314.5394 196.45312 315.11752Q195.96875 315.68002 195.96875 316.80502Z" fill-rule="nonzero"/><path fill="#666666" d="M128.26562 334.02377L127.28125 334.02377L127.28125 325.43002L128.34375 325.43002L128.34375 328.49252Q129.01562 327.6644 130.04688 327.6644Q130.625 327.6644 131.125 327.89877Q131.64062 328.11752 131.96875 328.5394Q132.3125 328.96127 132.5 329.55502Q132.6875 330.14877 132.6875 330.82065Q132.6875 332.4144 131.89062 333.2894Q131.09375 334.1644 130.0 334.1644Q128.89062 334.1644 128.26562 333.24252L128.26562 334.02377ZM128.25 330.86752Q128.25 331.9769 128.5625 332.4769Q129.0625 333.2894 129.90625 333.2894Q130.59375 333.2894 131.09375 332.69565Q131.60938 332.1019 131.60938 330.89877Q131.60938 329.68002 131.125 329.1019Q130.64062 328.52377 129.95312 328.52377Q129.26562 328.52377 128.75 329.13315Q128.25 329.7269 128.25 330.86752ZM138.54688 332.02377L139.64062 332.14877Q139.39062 333.1019 138.6875 333.63315Q137.98438 334.1644 136.90625 334.1644Q135.54688 334.1644 134.73438 333.32065Q133.9375 332.4769 133.9375 330.96127Q133.9375 329.39877 134.75 328.5394Q135.5625 327.6644 136.84375 327.6644Q138.09375 327.6644 138.875 328.50815Q139.67188 329.3519 139.67188 330.89877Q139.67188 330.99252 139.67188 331.18002L135.03125 331.18002Q135.09375 332.21127 135.60938 332.75815Q136.125 333.2894 136.90625 333.2894Q137.48438 333.2894 137.89062 332.99252Q138.3125 332.68002 138.54688 332.02377ZM135.09375 330.32065L138.5625 330.32065Q138.5 329.52377 138.17188 329.13315Q137.65625 328.52377 136.85938 328.52377Q136.125 328.52377 135.625 329.00815Q135.14062 329.49252 135.09375 330.32065ZM140.875 332.1644L141.90625 332.00815Q142.0 332.63315 142.39062 332.96127Q142.79688 333.2894 143.53125 333.2894Q144.25 333.2894 144.59375 333.00815Q144.95312 332.71127 144.95312 332.30502Q144.95312 331.94565 144.64062 331.74252Q144.42188 331.6019 143.5625 331.38315Q142.40625 331.08627 141.95312 330.88315Q141.51562 330.6644 141.28125 330.2894Q141.04688 329.9144 141.04688 329.44565Q141.04688 329.0394 141.23438 328.68002Q141.42188 328.32065 141.75 328.08627Q142.0 327.9144 142.42188 327.7894Q142.84375 327.6644 143.34375 327.6644Q144.0625 327.6644 144.60938 327.88315Q145.17188 328.08627 145.4375 328.44565Q145.70312 328.80502 145.79688 329.39877L144.76562 329.5394Q144.70312 329.07065 144.35938 328.80502Q144.03125 328.52377 143.40625 328.52377Q142.6875 328.52377 142.375 328.77377Q142.0625 329.00815 142.0625 329.33627Q142.0625 329.5394 142.1875 329.69565Q142.32812 329.86752 142.59375 329.9769Q142.75 330.0394 143.53125 330.24252Q144.65625 330.55502 145.09375 330.74252Q145.53125 330.93002 145.78125 331.2894Q146.03125 331.64877 146.03125 332.19565Q146.03125 332.7269 145.71875 333.19565Q145.42188 333.64877 144.84375 333.9144Q144.26562 334.1644 143.53125 334.1644Q142.3125 334.1644 141.67188 333.6644Q141.04688 333.14877 140.875 332.1644ZM149.59375 333.08627L149.75 334.00815Q149.29688 334.1019 148.95312 334.1019Q148.375 334.1019 148.0625 333.93002Q147.75 333.74252 147.60938 333.44565Q147.48438 333.14877 147.48438 332.19565L147.48438 328.61752L146.71875 328.61752L146.71875 327.80502L147.48438 327.80502L147.48438 326.25815L148.53125 325.63315L148.53125 327.80502L149.59375 327.80502L149.59375 328.61752L148.53125 328.61752L148.53125 332.25815Q148.53125 332.71127 148.57812 332.83627Q148.64062 332.96127 148.76562 333.0394Q148.89062 333.11752 149.125 333.11752Q149.3125 333.11752 149.59375 333.08627ZM153.29688 336.4144L153.29688 327.80502L154.25 327.80502L154.25 328.6019Q154.59375 328.13315 155.01562 327.89877Q155.45312 327.6644 156.0625 327.6644Q156.85938 327.6644 157.46875 328.07065Q158.07812 328.4769 158.375 329.2269Q158.6875 329.9769 158.6875 330.86752Q158.6875 331.82065 158.34375 332.58627Q158.01562 333.3519 157.35938 333.75815Q156.70312 334.1644 155.98438 334.1644Q155.45312 334.1644 155.03125 333.94565Q154.60938 333.71127 154.34375 333.38315L154.34375 336.4144L153.29688 336.4144ZM154.25 330.94565Q154.25 332.14877 154.73438 332.7269Q155.21875 333.2894 155.90625 333.2894Q156.60938 333.2894 157.10938 332.69565Q157.60938 332.1019 157.60938 330.8519Q157.60938 329.6644 157.125 329.08627Q156.64062 328.49252 155.95312 328.49252Q155.28125 328.49252 154.76562 329.11752Q154.25 329.74252 154.25 330.94565ZM160.28125 334.02377L160.28125 327.80502L161.23438 327.80502L161.23438 328.74252Q161.59375 328.08627 161.89062 327.88315Q162.20312 327.6644 162.57812 327.6644Q163.10938 327.6644 163.65625 327.99252L163.29688 328.9769Q162.90625 328.74252 162.53125 328.74252Q162.17188 328.74252 161.89062 328.96127Q161.625 329.1644 161.51562 329.5394Q161.32812 330.1019 161.32812 330.75815L161.32812 334.02377L160.28125 334.02377ZM168.35938 333.25815Q167.76562 333.75815 167.21875 333.96127Q166.6875 334.1644 166.0625 334.1644Q165.03125 334.1644 164.48438 333.6644Q163.9375 333.1644 163.9375 332.38315Q163.9375 331.93002 164.14062 331.55502Q164.34375 331.1644 164.6875 330.94565Q165.03125 330.71127 165.45312 330.6019Q165.75 330.50815 166.39062 330.43002Q167.65625 330.2894 168.26562 330.07065Q168.26562 329.8519 168.26562 329.80502Q168.26562 329.14877 167.96875 328.88315Q167.5625 328.5394 166.76562 328.5394Q166.03125 328.5394 165.67188 328.80502Q165.3125 329.05502 165.14062 329.71127L164.10938 329.57065Q164.25 328.9144 164.57812 328.50815Q164.90625 328.1019 165.51562 327.88315Q166.125 327.6644 166.92188 327.6644Q167.71875 327.6644 168.21875 327.8519Q168.71875 328.0394 168.95312 328.32065Q169.1875 328.6019 169.28125 329.0394Q169.32812 329.30502 169.32812 330.00815L169.32812 331.4144Q169.32812 332.88315 169.39062 333.27377Q169.46875 333.6644 169.67188 334.02377L168.5625 334.02377Q168.40625 333.69565 168.35938 333.25815ZM168.26562 330.89877Q167.6875 331.13315 166.54688 331.30502Q165.89062 331.39877 165.625 331.52377Q165.35938 331.63315 165.20312 331.8519Q165.0625 332.07065 165.0625 332.3519Q165.0625 332.77377 165.375 333.05502Q165.70312 333.33627 166.3125 333.33627Q166.92188 333.33627 167.39062 333.07065Q167.875 332.80502 168.09375 332.33627Q168.26562 331.9769 168.26562 331.2894L168.26562 330.89877ZM175.35938 331.74252L176.39062 331.88315Q176.21875 332.94565 175.51562 333.55502Q174.8125 334.1644 173.79688 334.1644Q172.51562 334.1644 171.73438 333.33627Q170.96875 332.49252 170.96875 330.93002Q170.96875 329.93002 171.29688 329.18002Q171.64062 328.4144 172.3125 328.0394Q173.0 327.6644 173.8125 327.6644Q174.8125 327.6644 175.45312 328.18002Q176.10938 328.68002 176.29688 329.63315L175.26562 329.7894Q175.125 329.1644 174.75 328.8519Q174.375 328.52377 173.84375 328.52377Q173.04688 328.52377 172.54688 329.1019Q172.04688 329.6644 172.04688 330.89877Q172.04688 332.1644 172.53125 332.7269Q173.01562 333.2894 173.78125 333.2894Q174.40625 333.2894 174.8125 332.9144Q175.23438 332.5394 175.35938 331.74252ZM179.59375 333.08627L179.75 334.00815Q179.29688 334.1019 178.95312 334.1019Q178.375 334.1019 178.0625 333.93002Q177.75 333.74252 177.60938 333.44565Q177.48438 333.14877 177.48438 332.19565L177.48438 328.61752L176.71875 328.61752L176.71875 327.80502L177.48438 327.80502L177.48438 326.25815L178.53125 325.63315L178.53125 327.80502L179.59375 327.80502L179.59375 328.61752L178.53125 328.61752L178.53125 332.25815Q178.53125 332.71127 178.57812 332.83627Q178.64062 332.96127 178.76562 333.0394Q178.89062 333.11752 179.125 333.11752Q179.3125 333.11752 179.59375 333.08627ZM180.29688 326.64877L180.29688 325.43002L181.35938 325.43002L181.35938 326.64877L180.29688 326.64877ZM180.29688 334.02377L180.29688 327.80502L181.35938 327.80502L181.35938 334.02377L180.29688 334.02377ZM187.35938 331.74252L188.39062 331.88315Q188.21875 332.94565 187.51562 333.55502Q186.8125 334.1644 185.79688 334.1644Q184.51562 334.1644 183.73438 333.33627Q182.96875 332.49252 182.96875 330.93002Q182.96875 329.93002 183.29688 329.18002Q183.64062 328.4144 184.3125 328.0394Q185.0 327.6644 185.8125 327.6644Q186.8125 327.6644 187.45312 328.18002Q188.10938 328.68002 188.29688 329.63315L187.26562 329.7894Q187.125 329.1644 186.75 328.8519Q186.375 328.52377 185.84375 328.52377Q185.04688 328.52377 184.54688 329.1019Q184.04688 329.6644 184.04688 330.89877Q184.04688 332.1644 184.53125 332.7269Q185.01562 333.2894 185.78125 333.2894Q186.40625 333.2894 186.8125 332.9144Q187.23438 332.5394 187.35938 331.74252ZM193.54688 332.02377L194.64062 332.14877Q194.39062 333.1019 193.6875 333.63315Q192.98438 334.1644 191.90625 334.1644Q190.54688 334.1644 189.73438 333.32065Q188.9375 332.4769 188.9375 330.96127Q188.9375 329.39877 189.75 328.5394Q190.5625 327.6644 191.84375 327.6644Q193.09375 327.6644 193.875 328.50815Q194.67188 329.3519 194.67188 330.89877Q194.67188 330.99252 194.67188 331.18002L190.03125 331.18002Q190.09375 332.21127 190.60938 332.75815Q191.125 333.2894 191.90625 333.2894Q192.48438 333.2894 192.89062 332.99252Q193.3125 332.68002 193.54688 332.02377ZM190.09375 330.32065L193.5625 330.32065Q193.5 329.52377 193.17188 329.13315Q192.65625 328.52377 191.85938 328.52377Q191.125 328.52377 190.625 329.00815Q190.14062 329.49252 190.09375 330.32065ZM195.875 332.1644L196.90625 332.00815Q197.0 332.63315 197.39062 332.96127Q197.79688 333.2894 198.53125 333.2894Q199.25 333.2894 199.59375 333.00815Q199.95312 332.71127 199.95312 332.30502Q199.95312 331.94565 199.64062 331.74252Q199.42188 331.6019 198.5625 331.38315Q197.40625 331.08627 196.95312 330.88315Q196.51562 330.6644 196.28125 330.2894Q196.04688 329.9144 196.04688 329.44565Q196.04688 329.0394 196.23438 328.68002Q196.42188 328.32065 196.75 328.08627Q197.0 327.9144 197.42188 327.7894Q197.84375 327.6644 198.34375 327.6644Q199.0625 327.6644 199.60938 327.88315Q200.17188 328.08627 200.4375 328.44565Q200.70312 328.80502 200.79688 329.39877L199.76562 329.5394Q199.70312 329.07065 199.35938 328.80502Q199.03125 328.52377 198.40625 328.52377Q197.6875 328.52377 197.375 328.77377Q197.0625 329.00815 197.0625 329.33627Q197.0625 329.5394 197.1875 329.69565Q197.32812 329.86752 197.59375 329.9769Q197.75 330.0394 198.53125 330.24252Q199.65625 330.55502 200.09375 330.74252Q200.53125 330.93002 200.78125 331.2894Q201.03125 331.64877 201.03125 332.19565Q201.03125 332.7269 200.71875 333.19565Q200.42188 333.64877 199.84375 333.9144Q199.26562 334.1644 198.53125 334.1644Q197.3125 334.1644 196.67188 333.6644Q196.04688 333.14877 195.875 332.1644Z" fill-rule="nonzero"/><path fill="#666666" d="M96.5625 352.60284L97.6875 352.89972Q97.328125 354.29034 96.40625 355.02472Q95.484375 355.7591 94.140625 355.7591Q92.75 355.7591 91.875 355.1966Q91.0 354.6341 90.546875 353.5716Q90.09375 352.49347 90.09375 351.2591Q90.09375 349.91534 90.609375 348.91534Q91.125 347.91534 92.0625 347.39972Q93.015625 346.8841 94.15625 346.8841Q95.4375 346.8841 96.3125 347.54034Q97.203125 348.1966 97.546875 349.3841L96.421875 349.64972Q96.125 348.71222 95.546875 348.29034Q94.984375 347.85284 94.125 347.85284Q93.140625 347.85284 92.46875 348.33722Q91.8125 348.80597 91.53125 349.60284Q91.265625 350.39972 91.265625 351.2591Q91.265625 352.35284 91.578125 353.16534Q91.90625 353.97784 92.578125 354.3841Q93.25 354.79034 94.046875 354.79034Q95.0 354.79034 95.65625 354.24347Q96.328125 353.6966 96.5625 352.60284ZM98.90625 352.5091Q98.90625 350.77472 99.859375 349.9466Q100.65625 349.2591 101.8125 349.2591Q103.09375 349.2591 103.90625 350.10284Q104.734375 350.93097 104.734375 352.41534Q104.734375 353.61847 104.375 354.30597Q104.015625 354.99347 103.3125 355.3841Q102.625 355.7591 101.8125 355.7591Q100.515625 355.7591 99.703125 354.93097Q98.90625 354.08722 98.90625 352.5091ZM99.984375 352.5091Q99.984375 353.6966 100.5 354.29034Q101.03125 354.8841 101.8125 354.8841Q102.609375 354.8841 103.125 354.29034Q103.640625 353.6966 103.640625 352.47784Q103.640625 351.3216 103.109375 350.72784Q102.59375 350.1341 101.8125 350.1341Q101.03125 350.1341 100.5 350.72784Q99.984375 351.30597 99.984375 352.5091ZM110.328125 355.61847L110.328125 354.83722Q109.734375 355.7591 108.59375 355.7591Q107.84375 355.7591 107.21875 355.35284Q106.59375 354.93097 106.25 354.1966Q105.90625 353.46222 105.90625 352.5091Q105.90625 351.58722 106.21875 350.8216Q106.53125 350.05597 107.15625 349.66534Q107.78125 349.2591 108.546875 349.2591Q109.109375 349.2591 109.546875 349.49347Q109.984375 349.72784 110.265625 350.10284L110.265625 347.02472L111.3125 347.02472L111.3125 355.61847L110.328125 355.61847ZM107.0 352.5091Q107.0 353.71222 107.5 354.30597Q108.0 354.8841 108.6875 354.8841Q109.375 354.8841 109.859375 354.3216Q110.34375 353.7591 110.34375 352.60284Q110.34375 351.3216 109.84375 350.72784Q109.359375 350.1341 108.640625 350.1341Q107.9375 350.1341 107.46875 350.71222Q107.0 351.27472 107.0 352.5091ZM117.546875 353.61847L118.640625 353.74347Q118.390625 354.6966 117.6875 355.22784Q116.984375 355.7591 115.90625 355.7591Q114.546875 355.7591 113.734375 354.91534Q112.9375 354.0716 112.9375 352.55597Q112.9375 350.99347 113.75 350.1341Q114.5625 349.2591 115.84375 349.2591Q117.09375 349.2591 117.875 350.10284Q118.671875 350.9466 118.671875 352.49347Q118.671875 352.58722 118.671875 352.77472L114.03125 352.77472Q114.09375 353.80597 114.609375 354.35284Q115.125 354.8841 115.90625 354.8841Q116.484375 354.8841 116.890625 354.58722Q117.3125 354.27472 117.546875 353.61847ZM114.09375 351.91534L117.5625 351.91534Q117.5 351.11847 117.171875 350.72784Q116.65625 350.11847 115.859375 350.11847Q115.125 350.11847 114.625 350.60284Q114.140625 351.08722 114.09375 351.91534ZM125.015625 355.61847L122.65625 349.39972L123.765625 349.39972L125.109375 353.11847Q125.3125 353.72784 125.5 354.36847Q125.640625 353.8841 125.890625 353.1966L127.28125 349.39972L128.35938 349.39972L126.0 355.61847L125.015625 355.61847ZM133.54688 353.61847L134.64062 353.74347Q134.39062 354.6966 133.6875 355.22784Q132.98438 355.7591 131.90625 355.7591Q130.54688 355.7591 129.73438 354.91534Q128.9375 354.0716 128.9375 352.55597Q128.9375 350.99347 129.75 350.1341Q130.5625 349.2591 131.84375 349.2591Q133.09375 349.2591 133.875 350.10284Q134.67188 350.9466 134.67188 352.49347Q134.67188 352.58722 134.67188 352.77472L130.03125 352.77472Q130.09375 353.80597 130.60938 354.35284Q131.125 354.8841 131.90625 354.8841Q132.48438 354.8841 132.89062 354.58722Q133.3125 354.27472 133.54688 353.61847ZM130.09375 351.91534L133.5625 351.91534Q133.5 351.11847 133.17188 350.72784Q132.65625 350.11847 131.85938 350.11847Q131.125 350.11847 130.625 350.60284Q130.14062 351.08722 130.09375 351.91534ZM136.28125 355.61847L136.28125 349.39972L137.23438 349.39972L137.23438 350.33722Q137.59375 349.68097 137.89062 349.47784Q138.20312 349.2591 138.57812 349.2591Q139.10938 349.2591 139.65625 349.58722L139.29688 350.5716Q138.90625 350.33722 138.53125 350.33722Q138.17188 350.33722 137.89062 350.55597Q137.625 350.7591 137.51562 351.1341Q137.32812 351.6966 137.32812 352.35284L137.32812 355.61847L136.28125 355.61847ZM141.26562 355.61847L140.28125 355.61847L140.28125 347.02472L141.34375 347.02472L141.34375 350.08722Q142.01562 349.2591 143.04688 349.2591Q143.625 349.2591 144.125 349.49347Q144.64062 349.71222 144.96875 350.1341Q145.3125 350.55597 145.5 351.14972Q145.6875 351.74347 145.6875 352.41534Q145.6875 354.0091 144.89062 354.8841Q144.09375 355.7591 143.0 355.7591Q141.89062 355.7591 141.26562 354.83722L141.26562 355.61847ZM141.25 352.46222Q141.25 353.5716 141.5625 354.0716Q142.0625 354.8841 142.90625 354.8841Q143.59375 354.8841 144.09375 354.29034Q144.60938 353.6966 144.60938 352.49347Q144.60938 351.27472 144.125 350.6966Q143.64062 350.11847 142.95312 350.11847Q142.26562 350.11847 141.75 350.72784Q141.25 351.3216 141.25 352.46222ZM146.90625 352.5091Q146.90625 350.77472 147.85938 349.9466Q148.65625 349.2591 149.8125 349.2591Q151.09375 349.2591 151.90625 350.10284Q152.73438 350.93097 152.73438 352.41534Q152.73438 353.61847 152.375 354.30597Q152.01562 354.99347 151.3125 355.3841Q150.625 355.7591 149.8125 355.7591Q148.51562 355.7591 147.70312 354.93097Q146.90625 354.08722 146.90625 352.5091ZM147.98438 352.5091Q147.98438 353.6966 148.5 354.29034Q149.03125 354.8841 149.8125 354.8841Q150.60938 354.8841 151.125 354.29034Q151.64062 353.6966 151.64062 352.47784Q151.64062 351.3216 151.10938 350.72784Q150.59375 350.1341 149.8125 350.1341Q149.03125 350.1341 148.5 350.72784Q147.98438 351.30597 147.98438 352.5091ZM153.875 353.7591L154.90625 353.60284Q155.0 354.22784 155.39062 354.55597Q155.79688 354.8841 156.53125 354.8841Q157.25 354.8841 157.59375 354.60284Q157.95312 354.30597 157.95312 353.89972Q157.95312 353.54034 157.64062 353.33722Q157.42188 353.1966 156.5625 352.97784Q155.40625 352.68097 154.95312 352.47784Q154.51562 352.2591 154.28125 351.8841Q154.04688 351.5091 154.04688 351.04034Q154.04688 350.6341 154.23438 350.27472Q154.42188 349.91534 154.75 349.68097Q155.0 349.5091 155.42188 349.3841Q155.84375 349.2591 156.34375 349.2591Q157.0625 349.2591 157.60938 349.47784Q158.17188 349.68097 158.4375 350.04034Q158.70312 350.39972 158.79688 350.99347L157.76562 351.1341Q157.70312 350.66534 157.35938 350.39972Q157.03125 350.11847 156.40625 350.11847Q155.6875 350.11847 155.375 350.36847Q155.0625 350.60284 155.0625 350.93097Q155.0625 351.1341 155.1875 351.29034Q155.32812 351.46222 155.59375 351.5716Q155.75 351.6341 156.53125 351.83722Q157.65625 352.14972 158.09375 352.33722Q158.53125 352.52472 158.78125 352.8841Q159.03125 353.24347 159.03125 353.79034Q159.03125 354.3216 158.71875 354.79034Q158.42188 355.24347 157.84375 355.5091Q157.26562 355.7591 156.53125 355.7591Q155.3125 355.7591 154.67188 355.2591Q154.04688 354.74347 153.875 353.7591ZM160.29688 348.24347L160.29688 347.02472L161.35938 347.02472L161.35938 348.24347L160.29688 348.24347ZM160.29688 355.61847L160.29688 349.39972L161.35938 349.39972L161.35938 355.61847L160.29688 355.61847ZM165.59375 354.68097L165.75 355.60284Q165.29688 355.6966 164.95312 355.6966Q164.375 355.6966 164.0625 355.52472Q163.75 355.33722 163.60938 355.04034Q163.48438 354.74347 163.48438 353.79034L163.48438 350.21222L162.71875 350.21222L162.71875 349.39972L163.48438 349.39972L163.48438 347.85284L164.53125 347.22784L164.53125 349.39972L165.59375 349.39972L165.59375 350.21222L164.53125 350.21222L164.53125 353.85284Q164.53125 354.30597 164.57812 354.43097Q164.64062 354.55597 164.76562 354.6341Q164.89062 354.71222 165.125 354.71222Q165.3125 354.71222 165.59375 354.68097ZM166.25 358.0091L166.125 357.02472Q166.46875 357.11847 166.73438 357.11847Q167.07812 357.11847 167.28125 356.99347Q167.5 356.8841 167.64062 356.68097Q167.73438 356.5091 167.96875 355.8841Q167.98438 355.80597 168.0625 355.6341L165.6875 349.39972L166.82812 349.39972L168.125 352.99347Q168.375 353.68097 168.57812 354.4466Q168.76562 353.71222 169.01562 353.02472L170.34375 349.39972L171.39062 349.39972L169.03125 355.72784Q168.64062 356.74347 168.4375 357.1341Q168.15625 357.66534 167.78125 357.89972Q167.42188 358.14972 166.92188 358.14972Q166.625 358.14972 166.25 358.0091ZM171.5 355.7591L173.98438 346.8841L174.82812 346.8841L172.34375 355.7591L171.5 355.7591ZM179.35938 353.33722L180.39062 353.47784Q180.21875 354.54034 179.51562 355.14972Q178.8125 355.7591 177.79688 355.7591Q176.51562 355.7591 175.73438 354.93097Q174.96875 354.08722 174.96875 352.52472Q174.96875 351.52472 175.29688 350.77472Q175.64062 350.0091 176.3125 349.6341Q177.0 349.2591 177.8125 349.2591Q178.8125 349.2591 179.45312 349.77472Q180.10938 350.27472 180.29688 351.22784L179.26562 351.3841Q179.125 350.7591 178.75 350.4466Q178.375 350.11847 177.84375 350.11847Q177.04688 350.11847 176.54688 350.6966Q176.04688 351.2591 176.04688 352.49347Q176.04688 353.7591 176.53125 354.3216Q177.01562 354.8841 177.78125 354.8841Q178.40625 354.8841 178.8125 354.5091Q179.23438 354.1341 179.35938 353.33722ZM180.90625 352.5091Q180.90625 350.77472 181.85938 349.9466Q182.65625 349.2591 183.8125 349.2591Q185.09375 349.2591 185.90625 350.10284Q186.73438 350.93097 186.73438 352.41534Q186.73438 353.61847 186.375 354.30597Q186.01562 354.99347 185.3125 355.3841Q184.625 355.7591 183.8125 355.7591Q182.51562 355.7591 181.70312 354.93097Q180.90625 354.08722 180.90625 352.5091ZM181.98438 352.5091Q181.98438 353.6966 182.5 354.29034Q183.03125 354.8841 183.8125 354.8841Q184.60938 354.8841 185.125 354.29034Q185.64062 353.6966 185.64062 352.47784Q185.64062 351.3216 185.10938 350.72784Q184.59375 350.1341 183.8125 350.1341Q183.03125 350.1341 182.5 350.72784Q181.98438 351.30597 181.98438 352.5091ZM192.32812 355.61847L192.32812 354.83722Q191.73438 355.7591 190.59375 355.7591Q189.84375 355.7591 189.21875 355.35284Q188.59375 354.93097 188.25 354.1966Q187.90625 353.46222 187.90625 352.5091Q187.90625 351.58722 188.21875 350.8216Q188.53125 350.05597 189.15625 349.66534Q189.78125 349.2591 190.54688 349.2591Q191.10938 349.2591 191.54688 349.49347Q191.98438 349.72784 192.26562 350.10284L192.26562 347.02472L193.3125 347.02472L193.3125 355.61847L192.32812 355.61847ZM189.0 352.5091Q189.0 353.71222 189.5 354.30597Q190.0 354.8841 190.6875 354.8841Q191.375 354.8841 191.85938 354.3216Q192.34375 353.7591 192.34375 352.60284Q192.34375 351.3216 191.84375 350.72784Q191.35938 350.1341 190.64062 350.1341Q189.9375 350.1341 189.46875 350.71222Q189.0 351.27472 189.0 352.5091ZM199.54688 353.61847L200.64062 353.74347Q200.39062 354.6966 199.6875 355.22784Q198.98438 355.7591 197.90625 355.7591Q196.54688 355.7591 195.73438 354.91534Q194.9375 354.0716 194.9375 352.55597Q194.9375 350.99347 195.75 350.1341Q196.5625 349.2591 197.84375 349.2591Q199.09375 349.2591 199.875 350.10284Q200.67188 350.9466 200.67188 352.49347Q200.67188 352.58722 200.67188 352.77472L196.03125 352.77472Q196.09375 353.80597 196.60938 354.35284Q197.125 354.8841 197.90625 354.8841Q198.48438 354.8841 198.89062 354.58722Q199.3125 354.27472 199.54688 353.61847ZM196.09375 351.91534L199.5625 351.91534Q199.5 351.11847 199.17188 350.72784Q198.65625 350.11847 197.85938 350.11847Q197.125 350.11847 196.625 350.60284Q196.14062 351.08722 196.09375 351.91534Z" fill-rule="nonzero"/><path fill="#666666" d="M133.90625 366.5091Q133.90625 364.77472 134.85938 363.9466Q135.65625 363.2591 136.8125 363.2591Q138.09375 363.2591 138.90625 364.10284Q139.73438 364.93097 139.73438 366.41534Q139.73438 367.61847 139.375 368.30597Q139.01562 368.99347 138.3125 369.3841Q137.625 369.7591 136.8125 369.7591Q135.51562 369.7591 134.70312 368.93097Q133.90625 368.08722 133.90625 366.5091ZM134.98438 366.5091Q134.98438 367.6966 135.5 368.29034Q136.03125 368.8841 136.8125 368.8841Q137.60938 368.8841 138.125 368.29034Q138.64062 367.6966 138.64062 366.47784Q138.64062 365.3216 138.10938 364.72784Q137.59375 364.1341 136.8125 364.1341Q136.03125 364.1341 135.5 364.72784Q134.98438 365.30597 134.98438 366.5091ZM141.28125 369.61847L141.28125 363.39972L142.23438 363.39972L142.23438 364.33722Q142.59375 363.68097 142.89062 363.47784Q143.20312 363.2591 143.57812 363.2591Q144.10938 363.2591 144.65625 363.58722L144.29688 364.5716Q143.90625 364.33722 143.53125 364.33722Q143.17188 364.33722 142.89062 364.55597Q142.625 364.7591 142.51562 365.1341Q142.32812 365.6966 142.32812 366.35284L142.32812 369.61847L141.28125 369.61847ZM145.09375 370.1341L146.125 370.29034Q146.1875 370.7591 146.48438 370.97784Q146.875 371.27472 147.54688 371.27472Q148.28125 371.27472 148.67188 370.97784Q149.07812 370.68097 149.21875 370.16534Q149.3125 369.83722 149.29688 368.80597Q148.60938 369.61847 147.57812 369.61847Q146.29688 369.61847 145.59375 368.6966Q144.89062 367.7591 144.89062 366.47784Q144.89062 365.58722 145.20312 364.83722Q145.53125 364.0716 146.14062 363.66534Q146.75 363.2591 147.57812 363.2591Q148.6875 363.2591 149.40625 364.14972L149.40625 363.39972L150.375 363.39972L150.375 368.77472Q150.375 370.22784 150.07812 370.83722Q149.78125 371.4466 149.14062 371.79034Q148.5 372.14972 147.5625 372.14972Q146.45312 372.14972 145.76562 371.64972Q145.07812 371.14972 145.09375 370.1341ZM145.96875 366.39972Q145.96875 367.61847 146.45312 368.18097Q146.9375 368.74347 147.67188 368.74347Q148.40625 368.74347 148.89062 368.18097Q149.39062 367.61847 149.39062 366.43097Q149.39062 365.29034 148.875 364.71222Q148.375 364.1341 147.65625 364.1341Q146.95312 364.1341 146.45312 364.71222Q145.96875 365.27472 145.96875 366.39972ZM156.35938 368.85284Q155.76562 369.35284 155.21875 369.55597Q154.6875 369.7591 154.0625 369.7591Q153.03125 369.7591 152.48438 369.2591Q151.9375 368.7591 151.9375 367.97784Q151.9375 367.52472 152.14062 367.14972Q152.34375 366.7591 152.6875 366.54034Q153.03125 366.30597 153.45312 366.1966Q153.75 366.10284 154.39062 366.02472Q155.65625 365.8841 156.26562 365.66534Q156.26562 365.4466 156.26562 365.39972Q156.26562 364.74347 155.96875 364.47784Q155.5625 364.1341 154.76562 364.1341Q154.03125 364.1341 153.67188 364.39972Q153.3125 364.64972 153.14062 365.30597L152.10938 365.16534Q152.25 364.5091 152.57812 364.10284Q152.90625 363.6966 153.51562 363.47784Q154.125 363.2591 154.92188 363.2591Q155.71875 363.2591 156.21875 363.4466Q156.71875 363.6341 156.95312 363.91534Q157.1875 364.1966 157.28125 364.6341Q157.32812 364.89972 157.32812 365.60284L157.32812 367.0091Q157.32812 368.47784 157.39062 368.86847Q157.46875 369.2591 157.67188 369.61847L156.5625 369.61847Q156.40625 369.29034 156.35938 368.85284ZM156.26562 366.49347Q155.6875 366.72784 154.54688 366.89972Q153.89062 366.99347 153.625 367.11847Q153.35938 367.22784 153.20312 367.4466Q153.0625 367.66534 153.0625 367.9466Q153.0625 368.36847 153.375 368.64972Q153.70312 368.93097 154.3125 368.93097Q154.92188 368.93097 155.39062 368.66534Q155.875 368.39972 156.09375 367.93097Q156.26562 367.5716 156.26562 366.8841L156.26562 366.49347ZM159.29688 369.61847L159.29688 363.39972L160.23438 363.39972L160.23438 364.27472Q160.92188 363.2591 162.21875 363.2591Q162.78125 363.2591 163.25 363.46222Q163.73438 363.66534 163.96875 363.99347Q164.20312 364.3216 164.29688 364.7591Q164.34375 365.05597 164.34375 365.79034L164.34375 369.61847L163.29688 369.61847L163.29688 365.83722Q163.29688 365.18097 163.17188 364.86847Q163.04688 364.55597 162.73438 364.36847Q162.42188 364.16534 162.0 364.16534Q161.32812 364.16534 160.82812 364.60284Q160.34375 365.02472 160.34375 366.21222L160.34375 369.61847L159.29688 369.61847ZM166.29688 362.24347L166.29688 361.02472L167.35938 361.02472L167.35938 362.24347L166.29688 362.24347ZM166.29688 369.61847L166.29688 363.39972L167.35938 363.39972L167.35938 369.61847L166.29688 369.61847ZM168.73438 369.61847L168.73438 368.7591L172.70312 364.21222Q172.01562 364.24347 171.5 364.24347L168.96875 364.24347L168.96875 363.39972L174.0625 363.39972L174.0625 364.08722L170.6875 368.04034L170.03125 368.7591Q170.75 368.71222 171.35938 368.71222L174.25 368.71222L174.25 369.61847L168.73438 369.61847ZM179.35938 368.85284Q178.76562 369.35284 178.21875 369.55597Q177.6875 369.7591 177.0625 369.7591Q176.03125 369.7591 175.48438 369.2591Q174.9375 368.7591 174.9375 367.97784Q174.9375 367.52472 175.14062 367.14972Q175.34375 366.7591 175.6875 366.54034Q176.03125 366.30597 176.45312 366.1966Q176.75 366.10284 177.39062 366.02472Q178.65625 365.8841 179.26562 365.66534Q179.26562 365.4466 179.26562 365.39972Q179.26562 364.74347 178.96875 364.47784Q178.5625 364.1341 177.76562 364.1341Q177.03125 364.1341 176.67188 364.39972Q176.3125 364.64972 176.14062 365.30597L175.10938 365.16534Q175.25 364.5091 175.57812 364.10284Q175.90625 363.6966 176.51562 363.47784Q177.125 363.2591 177.92188 363.2591Q178.71875 363.2591 179.21875 363.4466Q179.71875 363.6341 179.95312 363.91534Q180.1875 364.1966 180.28125 364.6341Q180.32812 364.89972 180.32812 365.60284L180.32812 367.0091Q180.32812 368.47784 180.39062 368.86847Q180.46875 369.2591 180.67188 369.61847L179.5625 369.61847Q179.40625 369.29034 179.35938 368.85284ZM179.26562 366.49347Q178.6875 366.72784 177.54688 366.89972Q176.89062 366.99347 176.625 367.11847Q176.35938 367.22784 176.20312 367.4466Q176.0625 367.66534 176.0625 367.9466Q176.0625 368.36847 176.375 368.64972Q176.70312 368.93097 177.3125 368.93097Q177.92188 368.93097 178.39062 368.66534Q178.875 368.39972 179.09375 367.93097Q179.26562 367.5716 179.26562 366.8841L179.26562 366.49347ZM184.59375 368.68097L184.75 369.60284Q184.29688 369.6966 183.95312 369.6966Q183.375 369.6966 183.0625 369.52472Q182.75 369.33722 182.60938 369.04034Q182.48438 368.74347 182.48438 367.79034L182.48438 364.21222L181.71875 364.21222L181.71875 363.39972L182.48438 363.39972L182.48438 361.85284L183.53125 361.22784L183.53125 363.39972L184.59375 363.39972L184.59375 364.21222L183.53125 364.21222L183.53125 367.85284Q183.53125 368.30597 183.57812 368.43097Q183.64062 368.55597 183.76562 368.6341Q183.89062 368.71222 184.125 368.71222Q184.3125 368.71222 184.59375 368.68097ZM185.29688 362.24347L185.29688 361.02472L186.35938 361.02472L186.35938 362.24347L185.29688 362.24347ZM185.29688 369.61847L185.29688 363.39972L186.35938 363.39972L186.35938 369.61847L185.29688 369.61847ZM187.90625 366.5091Q187.90625 364.77472 188.85938 363.9466Q189.65625 363.2591 190.8125 363.2591Q192.09375 363.2591 192.90625 364.10284Q193.73438 364.93097 193.73438 366.41534Q193.73438 367.61847 193.375 368.30597Q193.01562 368.99347 192.3125 369.3841Q191.625 369.7591 190.8125 369.7591Q189.51562 369.7591 188.70312 368.93097Q187.90625 368.08722 187.90625 366.5091ZM188.98438 366.5091Q188.98438 367.6966 189.5 368.29034Q190.03125 368.8841 190.8125 368.8841Q191.60938 368.8841 192.125 368.29034Q192.64062 367.6966 192.64062 366.47784Q192.64062 365.3216 192.10938 364.72784Q191.59375 364.1341 190.8125 364.1341Q190.03125 364.1341 189.5 364.72784Q188.98438 365.30597 188.98438 366.5091ZM195.29688 369.61847L195.29688 363.39972L196.23438 363.39972L196.23438 364.27472Q196.92188 363.2591 198.21875 363.2591Q198.78125 363.2591 199.25 363.46222Q199.73438 363.66534 199.96875 363.99347Q200.20312 364.3216 200.29688 364.7591Q200.34375 365.05597 200.34375 365.79034L200.34375 369.61847L199.29688 369.61847L199.29688 365.83722Q199.29688 365.18097 199.17188 364.86847Q199.04688 364.55597 198.73438 364.36847Q198.42188 364.16534 198.0 364.16534Q197.32812 364.16534 196.82812 364.60284Q196.34375 365.02472 196.34375 366.21222L196.34375 369.61847L195.29688 369.61847Z" fill-rule="nonzero"/><path fill="#666666" d="M61.421875 398.2132L61.421875 389.61945L64.671875 389.61945Q65.515625 389.61945 65.96875 389.69757Q66.609375 389.80695 67.03125 390.10382Q67.46875 390.4007 67.71875 390.93195Q67.984375 391.4632 67.984375 392.10382Q67.984375 393.19757 67.28125 393.9632Q66.59375 394.7132 64.765625 394.7132L62.5625 394.7132L62.5625 398.2132L61.421875 398.2132ZM62.5625 393.7132L64.78125 393.7132Q65.890625 393.7132 66.34375 393.30695Q66.8125 392.88507 66.8125 392.13507Q66.8125 391.60382 66.53125 391.22882Q66.265625 390.8382 65.828125 390.7132Q65.53125 390.63507 64.765625 390.63507L62.5625 390.63507L62.5625 393.7132ZM69.28125 398.2132L69.28125 391.99445L70.234375 391.99445L70.234375 392.93195Q70.59375 392.2757 70.890625 392.07257Q71.203125 391.85382 71.578125 391.85382Q72.109375 391.85382 72.65625 392.18195L72.296875 393.16632Q71.90625 392.93195 71.53125 392.93195Q71.171875 392.93195 70.890625 393.1507Q70.625 393.35382 70.515625 393.72882Q70.328125 394.29132 70.328125 394.94757L70.328125 398.2132L69.28125 398.2132ZM72.90625 395.10382Q72.90625 393.36945 73.859375 392.54132Q74.65625 391.85382 75.8125 391.85382Q77.09375 391.85382 77.90625 392.69757Q78.734375 393.5257 78.734375 395.01007Q78.734375 396.2132 78.375 396.9007Q78.015625 397.5882 77.3125 397.97882Q76.625 398.35382 75.8125 398.35382Q74.515625 398.35382 73.703125 397.5257Q72.90625 396.68195 72.90625 395.10382ZM73.984375 395.10382Q73.984375 396.29132 74.5 396.88507Q75.03125 397.47882 75.8125 397.47882Q76.609375 397.47882 77.125 396.88507Q77.640625 396.29132 77.640625 395.07257Q77.640625 393.91632 77.109375 393.32257Q76.59375 392.72882 75.8125 392.72882Q75.03125 392.72882 74.5 393.32257Q73.984375 393.9007 73.984375 395.10382ZM80.28125 390.85382L80.28125 389.61945L81.34375 389.61945L81.34375 390.85382L80.28125 390.85382ZM78.953125 400.63507L79.140625 399.72882Q79.46875 399.80695 79.640625 399.80695Q79.96875 399.80695 80.125 399.5882Q80.28125 399.38507 80.28125 398.5257L80.28125 391.99445L81.34375 391.99445L81.34375 398.55695Q81.34375 399.69757 81.046875 400.1507Q80.65625 400.74445 79.78125 400.74445Q79.34375 400.74445 78.953125 400.63507ZM87.546875 396.2132L88.640625 396.3382Q88.390625 397.29132 87.6875 397.82257Q86.984375 398.35382 85.90625 398.35382Q84.546875 398.35382 83.734375 397.51007Q82.9375 396.66632 82.9375 395.1507Q82.9375 393.5882 83.75 392.72882Q84.5625 391.85382 85.84375 391.85382Q87.09375 391.85382 87.875 392.69757Q88.671875 393.54132 88.671875 395.0882Q88.671875 395.18195 88.671875 395.36945L84.03125 395.36945Q84.09375 396.4007 84.609375 396.94757Q85.125 397.47882 85.90625 397.47882Q86.484375 397.47882 86.890625 397.18195Q87.3125 396.86945 87.546875 396.2132ZM84.09375 394.51007L87.5625 394.51007Q87.5 393.7132 87.171875 393.32257Q86.65625 392.7132 85.859375 392.7132Q85.125 392.7132 84.625 393.19757Q84.140625 393.68195 84.09375 394.51007ZM94.359375 395.93195L95.390625 396.07257Q95.21875 397.13507 94.515625 397.74445Q93.8125 398.35382 92.796875 398.35382Q91.515625 398.35382 90.734375 397.5257Q89.96875 396.68195 89.96875 395.11945Q89.96875 394.11945 90.296875 393.36945Q90.640625 392.60382 91.3125 392.22882Q92.0 391.85382 92.8125 391.85382Q93.8125 391.85382 94.453125 392.36945Q95.109375 392.86945 95.296875 393.82257L94.265625 393.97882Q94.125 393.35382 93.75 393.04132Q93.375 392.7132 92.84375 392.7132Q92.046875 392.7132 91.546875 393.29132Q91.046875 393.85382 91.046875 395.0882Q91.046875 396.35382 91.53125 396.91632Q92.015625 397.47882 92.78125 397.47882Q93.40625 397.47882 93.8125 397.10382Q94.234375 396.72882 94.359375 395.93195ZM98.59375 397.2757L98.75 398.19757Q98.296875 398.29132 97.953125 398.29132Q97.375 398.29132 97.0625 398.11945Q96.75 397.93195 96.609375 397.63507Q96.484375 397.3382 96.484375 396.38507L96.484375 392.80695L95.71875 392.80695L95.71875 391.99445L96.484375 391.99445L96.484375 390.44757L97.53125 389.82257L97.53125 391.99445L98.59375 391.99445L98.59375 392.80695L97.53125 392.80695L97.53125 396.44757Q97.53125 396.9007 97.578125 397.0257Q97.640625 397.1507 97.765625 397.22882Q97.890625 397.30695 98.125 397.30695Q98.3125 397.30695 98.59375 397.2757ZM101.875 396.35382L102.90625 396.19757Q103.0 396.82257 103.390625 397.1507Q103.796875 397.47882 104.53125 397.47882Q105.25 397.47882 105.59375 397.19757Q105.953125 396.9007 105.953125 396.49445Q105.953125 396.13507 105.640625 395.93195Q105.421875 395.79132 104.5625 395.57257Q103.40625 395.2757 102.953125 395.07257Q102.515625 394.85382 102.28125 394.47882Q102.046875 394.10382 102.046875 393.63507Q102.046875 393.22882 102.234375 392.86945Q102.421875 392.51007 102.75 392.2757Q103.0 392.10382 103.421875 391.97882Q103.84375 391.85382 104.34375 391.85382Q105.0625 391.85382 105.609375 392.07257Q106.171875 392.2757 106.4375 392.63507Q106.703125 392.99445 106.796875 393.5882L105.765625 393.72882Q105.703125 393.26007 105.359375 392.99445Q105.03125 392.7132 104.40625 392.7132Q103.6875 392.7132 103.375 392.9632Q103.0625 393.19757 103.0625 393.5257Q103.0625 393.72882 103.1875 393.88507Q103.328125 394.05695 103.59375 394.16632Q103.75 394.22882 104.53125 394.43195Q105.65625 394.74445 106.09375 394.93195Q106.53125 395.11945 106.78125 395.47882Q107.03125 395.8382 107.03125 396.38507Q107.03125 396.91632 106.71875 397.38507Q106.421875 397.8382 105.84375 398.10382Q105.265625 398.35382 104.53125 398.35382Q103.3125 398.35382 102.671875 397.85382Q102.046875 397.3382 101.875 396.35382ZM110.59375 397.2757L110.75 398.19757Q110.296875 398.29132 109.953125 398.29132Q109.375 398.29132 109.0625 398.11945Q108.75 397.93195 108.609375 397.63507Q108.484375 397.3382 108.484375 396.38507L108.484375 392.80695L107.71875 392.80695L107.71875 391.99445L108.484375 391.99445L108.484375 390.44757L109.53125 389.82257L109.53125 391.99445L110.59375 391.99445L110.59375 392.80695L109.53125 392.80695L109.53125 396.44757Q109.53125 396.9007 109.578125 397.0257Q109.640625 397.1507 109.765625 397.22882Q109.890625 397.30695 110.125 397.30695Q110.3125 397.30695 110.59375 397.2757ZM111.28125 398.2132L111.28125 391.99445L112.234375 391.99445L112.234375 392.93195Q112.59375 392.2757 112.890625 392.07257Q113.203125 391.85382 113.578125 391.85382Q114.109375 391.85382 114.65625 392.18195L114.296875 393.16632Q113.90625 392.93195 113.53125 392.93195Q113.171875 392.93195 112.890625 393.1507Q112.625 393.35382 112.515625 393.72882Q112.328125 394.29132 112.328125 394.94757L112.328125 398.2132L111.28125 398.2132ZM119.375 398.2132L119.375 397.29132Q118.640625 398.35382 117.390625 398.35382Q116.84375 398.35382 116.359375 398.1507Q115.890625 397.93195 115.65625 397.61945Q115.421875 397.29132 115.328125 396.82257Q115.265625 396.5257 115.265625 395.8382L115.265625 391.99445L116.328125 391.99445L116.328125 395.44757Q116.328125 396.26007 116.390625 396.55695Q116.484375 396.9632 116.796875 397.2132Q117.125 397.44757 117.609375 397.44757Q118.078125 397.44757 118.484375 397.2132Q118.90625 396.9632 119.078125 396.54132Q119.265625 396.11945 119.265625 395.32257L119.265625 391.99445L120.3125 391.99445L120.3125 398.2132L119.375 398.2132ZM126.359375 395.93195L127.390625 396.07257Q127.21875 397.13507 126.515625 397.74445Q125.8125 398.35382 124.796875 398.35382Q123.515625 398.35382 122.734375 397.5257Q121.96875 396.68195 121.96875 395.11945Q121.96875 394.11945 122.296875 393.36945Q122.640625 392.60382 123.3125 392.22882Q124.0 391.85382 124.8125 391.85382Q125.8125 391.85382 126.453125 392.36945Q127.109375 392.86945 127.296875 393.82257L126.265625 393.97882Q126.125 393.35382 125.75 393.04132Q125.375 392.7132 124.84375 392.7132Q124.046875 392.7132 123.546875 393.29132Q123.046875 393.85382 123.046875 395.0882Q123.046875 396.35382 123.53125 396.91632Q124.015625 397.47882 124.78125 397.47882Q125.40625 397.47882 125.8125 397.10382Q126.234375 396.72882 126.359375 395.93195ZM130.59375 397.2757L130.75 398.19757Q130.29688 398.29132 129.95312 398.29132Q129.375 398.29132 129.0625 398.11945Q128.75 397.93195 128.60938 397.63507Q128.48438 397.3382 128.48438 396.38507L128.48438 392.80695L127.71875 392.80695L127.71875 391.99445L128.48438 391.99445L128.48438 390.44757L129.53125 389.82257L129.53125 391.99445L130.59375 391.99445L130.59375 392.80695L129.53125 392.80695L129.53125 396.44757Q129.53125 396.9007 129.57812 397.0257Q129.64062 397.1507 129.76562 397.22882Q129.89062 397.30695 130.125 397.30695Q130.3125 397.30695 130.59375 397.2757ZM135.375 398.2132L135.375 397.29132Q134.64062 398.35382 133.39062 398.35382Q132.84375 398.35382 132.35938 398.1507Q131.89062 397.93195 131.65625 397.61945Q131.42188 397.29132 131.32812 396.82257Q131.26562 396.5257 131.26562 395.8382L131.26562 391.99445L132.32812 391.99445L132.32812 395.44757Q132.32812 396.26007 132.39062 396.55695Q132.48438 396.9632 132.79688 397.2132Q133.125 397.44757 133.60938 397.44757Q134.07812 397.44757 134.48438 397.2132Q134.90625 396.9632 135.07812 396.54132Q135.26562 396.11945 135.26562 395.32257L135.26562 391.99445L136.3125 391.99445L136.3125 398.2132L135.375 398.2132ZM138.28125 398.2132L138.28125 391.99445L139.23438 391.99445L139.23438 392.93195Q139.59375 392.2757 139.89062 392.07257Q140.20312 391.85382 140.57812 391.85382Q141.10938 391.85382 141.65625 392.18195L141.29688 393.16632Q140.90625 392.93195 140.53125 392.93195Q140.17188 392.93195 139.89062 393.1507Q139.625 393.35382 139.51562 393.72882Q139.32812 394.29132 139.32812 394.94757L139.32812 398.2132L138.28125 398.2132ZM146.54688 396.2132L147.64062 396.3382Q147.39062 397.29132 146.6875 397.82257Q145.98438 398.35382 144.90625 398.35382Q143.54688 398.35382 142.73438 397.51007Q141.9375 396.66632 141.9375 395.1507Q141.9375 393.5882 142.75 392.72882Q143.5625 391.85382 144.84375 391.85382Q146.09375 391.85382 146.875 392.69757Q147.67188 393.54132 147.67188 395.0882Q147.67188 395.18195 147.67188 395.36945L143.03125 395.36945Q143.09375 396.4007 143.60938 396.94757Q144.125 397.47882 144.90625 397.47882Q145.48438 397.47882 145.89062 397.18195Q146.3125 396.86945 146.54688 396.2132ZM143.09375 394.51007L146.5625 394.51007Q146.5 393.7132 146.17188 393.32257Q145.65625 392.7132 144.85938 392.7132Q144.125 392.7132 143.625 393.19757Q143.14062 393.68195 143.09375 394.51007ZM148.5 398.35382L150.98438 389.47882L151.82812 389.47882L149.34375 398.35382L148.5 398.35382ZM156.45312 394.8382L156.45312 393.8382L160.07812 393.82257L160.07812 397.01007Q159.25 397.68195 158.35938 398.0257Q157.46875 398.35382 156.53125 398.35382Q155.26562 398.35382 154.21875 397.82257Q153.1875 397.2757 152.65625 396.26007Q152.14062 395.22882 152.14062 393.9632Q152.14062 392.69757 152.65625 391.61945Q153.1875 390.5257 154.17188 390.01007Q155.15625 389.47882 156.4375 389.47882Q157.375 389.47882 158.125 389.7757Q158.875 390.07257 159.29688 390.61945Q159.73438 391.1507 159.95312 392.0257L158.9375 392.30695Q158.73438 391.6507 158.4375 391.2757Q158.15625 390.9007 157.625 390.68195Q157.09375 390.44757 156.45312 390.44757Q155.67188 390.44757 155.09375 390.68195Q154.53125 390.91632 154.17188 391.30695Q153.82812 391.69757 153.64062 392.16632Q153.3125 392.9632 153.3125 393.88507Q153.3125 395.04132 153.70312 395.82257Q154.10938 396.5882 154.85938 396.9632Q155.60938 397.3382 156.46875 397.3382Q157.20312 397.3382 157.90625 397.05695Q158.60938 396.76007 158.96875 396.44757L158.96875 394.8382L156.45312 394.8382ZM161.07812 394.0257Q161.07812 391.88507 162.21875 390.68195Q163.375 389.4632 165.1875 389.4632Q166.39062 389.4632 167.34375 390.04132Q168.29688 390.60382 168.79688 391.61945Q169.29688 392.63507 169.29688 393.93195Q169.29688 395.22882 168.76562 396.26007Q168.23438 397.29132 167.26562 397.82257Q166.3125 398.35382 165.1875 398.35382Q163.96875 398.35382 163.01562 397.7757Q162.0625 397.18195 161.5625 396.18195Q161.07812 395.16632 161.07812 394.0257ZM162.25 394.04132Q162.25 395.60382 163.07812 396.49445Q163.92188 397.38507 165.1875 397.38507Q166.46875 397.38507 167.29688 396.49445Q168.125 395.5882 168.125 393.91632Q168.125 392.86945 167.76562 392.0882Q167.42188 391.30695 166.73438 390.88507Q166.04688 390.44757 165.20312 390.44757Q164.0 390.44757 163.125 391.2757Q162.25 392.10382 162.25 394.04132ZM170.42188 398.2132L170.42188 389.61945L173.67188 389.61945Q174.51562 389.61945 174.96875 389.69757Q175.60938 389.80695 176.03125 390.10382Q176.46875 390.4007 176.71875 390.93195Q176.98438 391.4632 176.98438 392.10382Q176.98438 393.19757 176.28125 393.9632Q175.59375 394.7132 173.76562 394.7132L171.5625 394.7132L171.5625 398.2132L170.42188 398.2132ZM171.5625 393.7132L173.78125 393.7132Q174.89062 393.7132 175.34375 393.30695Q175.8125 392.88507 175.8125 392.13507Q175.8125 391.60382 175.53125 391.22882Q175.26562 390.8382 174.82812 390.7132Q174.53125 390.63507 173.76562 390.63507L171.5625 390.63507L171.5625 393.7132ZM177.48438 398.2132L180.78125 389.61945L182.0 389.61945L185.51562 398.2132L184.23438 398.2132L183.21875 395.60382L179.64062 395.60382L178.6875 398.2132L177.48438 398.2132ZM179.96875 394.68195L182.875 394.68195L181.98438 392.30695Q181.5625 391.22882 181.375 390.5257Q181.20312 391.35382 180.90625 392.16632L179.96875 394.68195ZM188.60938 398.2132L188.60938 390.63507L185.78125 390.63507L185.78125 389.61945L192.59375 389.61945L192.59375 390.63507L189.75 390.63507L189.75 398.2132L188.60938 398.2132ZM193.46875 398.2132L193.46875 389.61945L194.59375 389.61945L194.59375 393.1507L199.0625 393.1507L199.0625 389.61945L200.20312 389.61945L200.20312 398.2132L199.0625 398.2132L199.0625 394.16632L194.59375 394.16632L194.59375 398.2132L193.46875 398.2132Z" fill-rule="nonzero"/><path fill="#666666" d="M101.375 433.80792L101.375 425.21417L104.609375 425.21417Q105.59375 425.21417 106.1875 425.4798Q106.78125 425.74542 107.109375 426.2923Q107.453125 426.82355 107.453125 427.4173Q107.453125 427.96417 107.15625 428.44855Q106.859375 428.93292 106.25 429.2298Q107.03125 429.46417 107.4375 430.02667Q107.859375 430.57355 107.859375 431.32355Q107.859375 431.9173 107.609375 432.44855Q107.359375 432.96417 106.984375 433.24542Q106.609375 433.52667 106.03125 433.6673Q105.46875 433.80792 104.65625 433.80792L101.375 433.80792ZM102.515625 428.82355L104.375 428.82355Q105.125 428.82355 105.453125 428.7298Q105.890625 428.6048 106.109375 428.30792Q106.328125 427.99542 106.328125 427.5423Q106.328125 427.12042 106.125 426.7923Q105.921875 426.46417 105.53125 426.3548Q105.15625 426.2298 104.234375 426.2298L102.515625 426.2298L102.515625 428.82355ZM102.515625 432.7923L104.65625 432.7923Q105.203125 432.7923 105.421875 432.74542Q105.828125 432.68292 106.078125 432.52667Q106.34375 432.3548 106.515625 432.0423Q106.6875 431.7298 106.6875 431.32355Q106.6875 430.83917 106.4375 430.4798Q106.203125 430.12042 105.765625 429.9798Q105.328125 429.83917 104.5 429.83917L102.515625 429.83917L102.515625 432.7923ZM113.375 433.80792L113.375 432.88605Q112.640625 433.94855 111.390625 433.94855Q110.84375 433.94855 110.359375 433.74542Q109.890625 433.52667 109.65625 433.21417Q109.421875 432.88605 109.328125 432.4173Q109.265625 432.12042 109.265625 431.43292L109.265625 427.58917L110.328125 427.58917L110.328125 431.0423Q110.328125 431.8548 110.390625 432.15167Q110.484375 432.55792 110.796875 432.80792Q111.125 433.0423 111.609375 433.0423Q112.078125 433.0423 112.484375 432.80792Q112.90625 432.55792 113.078125 432.13605Q113.265625 431.71417 113.265625 430.9173L113.265625 427.58917L114.3125 427.58917L114.3125 433.80792L113.375 433.80792ZM115.875 431.94855L116.90625 431.7923Q117.0 432.4173 117.390625 432.74542Q117.796875 433.07355 118.53125 433.07355Q119.25 433.07355 119.59375 432.7923Q119.953125 432.49542 119.953125 432.08917Q119.953125 431.7298 119.640625 431.52667Q119.421875 431.38605 118.5625 431.1673Q117.40625 430.87042 116.953125 430.6673Q116.515625 430.44855 116.28125 430.07355Q116.046875 429.69855 116.046875 429.2298Q116.046875 428.82355 116.234375 428.46417Q116.421875 428.1048 116.75 427.87042Q117.0 427.69855 117.421875 427.57355Q117.84375 427.44855 118.34375 427.44855Q119.0625 427.44855 119.609375 427.6673Q120.171875 427.87042 120.4375 428.2298Q120.703125 428.58917 120.796875 429.18292L119.765625 429.32355Q119.703125 428.8548 119.359375 428.58917Q119.03125 428.30792 118.40625 428.30792Q117.6875 428.30792 117.375 428.55792Q117.0625 428.7923 117.0625 429.12042Q117.0625 429.32355 117.1875 429.4798Q117.328125 429.65167 117.59375 429.76105Q117.75 429.82355 118.53125 430.02667Q119.65625 430.33917 120.09375 430.52667Q120.53125 430.71417 120.78125 431.07355Q121.03125 431.43292 121.03125 431.9798Q121.03125 432.51105 120.71875 432.9798Q120.421875 433.43292 119.84375 433.69855Q119.265625 433.94855 118.53125 433.94855Q117.3125 433.94855 116.671875 433.44855Q116.046875 432.93292 115.875 431.94855ZM122.296875 426.43292L122.296875 425.21417L123.359375 425.21417L123.359375 426.43292L122.296875 426.43292ZM122.296875 433.80792L122.296875 427.58917L123.359375 427.58917L123.359375 433.80792L122.296875 433.80792ZM125.296875 433.80792L125.296875 427.58917L126.234375 427.58917L126.234375 428.46417Q126.921875 427.44855 128.21875 427.44855Q128.78125 427.44855 129.25 427.65167Q129.73438 427.8548 129.96875 428.18292Q130.20312 428.51105 130.29688 428.94855Q130.34375 429.24542 130.34375 429.9798L130.34375 433.80792L129.29688 433.80792L129.29688 430.02667Q129.29688 429.37042 129.17188 429.05792Q129.04688 428.74542 128.73438 428.55792Q128.42188 428.3548 128.0 428.3548Q127.328125 428.3548 126.828125 428.7923Q126.34375 429.21417 126.34375 430.40167L126.34375 433.80792L125.296875 433.80792ZM136.54688 431.80792L137.64062 431.93292Q137.39062 432.88605 136.6875 433.4173Q135.98438 433.94855 134.90625 433.94855Q133.54688 433.94855 132.73438 433.1048Q131.9375 432.26105 131.9375 430.74542Q131.9375 429.18292 132.75 428.32355Q133.5625 427.44855 134.84375 427.44855Q136.09375 427.44855 136.875 428.2923Q137.67188 429.13605 137.67188 430.68292Q137.67188 430.77667 137.67188 430.96417L133.03125 430.96417Q133.09375 431.99542 133.60938 432.5423Q134.125 433.07355 134.90625 433.07355Q135.48438 433.07355 135.89062 432.77667Q136.3125 432.46417 136.54688 431.80792ZM133.09375 430.1048L136.5625 430.1048Q136.5 429.30792 136.17188 428.9173Q135.65625 428.30792 134.85938 428.30792Q134.125 428.30792 133.625 428.7923Q133.14062 429.27667 133.09375 430.1048ZM138.875 431.94855L139.90625 431.7923Q140.0 432.4173 140.39062 432.74542Q140.79688 433.07355 141.53125 433.07355Q142.25 433.07355 142.59375 432.7923Q142.95312 432.49542 142.95312 432.08917Q142.95312 431.7298 142.64062 431.52667Q142.42188 431.38605 141.5625 431.1673Q140.40625 430.87042 139.95312 430.6673Q139.51562 430.44855 139.28125 430.07355Q139.04688 429.69855 139.04688 429.2298Q139.04688 428.82355 139.23438 428.46417Q139.42188 428.1048 139.75 427.87042Q140.0 427.69855 140.42188 427.57355Q140.84375 427.44855 141.34375 427.44855Q142.0625 427.44855 142.60938 427.6673Q143.17188 427.87042 143.4375 428.2298Q143.70312 428.58917 143.79688 429.18292L142.76562 429.32355Q142.70312 428.8548 142.35938 428.58917Q142.03125 428.30792 141.40625 428.30792Q140.6875 428.30792 140.375 428.55792Q140.0625 428.7923 140.0625 429.12042Q140.0625 429.32355 140.1875 429.4798Q140.32812 429.65167 140.59375 429.76105Q140.75 429.82355 141.53125 430.02667Q142.65625 430.33917 143.09375 430.52667Q143.53125 430.71417 143.78125 431.07355Q144.03125 431.43292 144.03125 431.9798Q144.03125 432.51105 143.71875 432.9798Q143.42188 433.43292 142.84375 433.69855Q142.26562 433.94855 141.53125 433.94855Q140.3125 433.94855 139.67188 433.44855Q139.04688 432.93292 138.875 431.94855ZM144.875 431.94855L145.90625 431.7923Q146.0 432.4173 146.39062 432.74542Q146.79688 433.07355 147.53125 433.07355Q148.25 433.07355 148.59375 432.7923Q148.95312 432.49542 148.95312 432.08917Q148.95312 431.7298 148.64062 431.52667Q148.42188 431.38605 147.5625 431.1673Q146.40625 430.87042 145.95312 430.6673Q145.51562 430.44855 145.28125 430.07355Q145.04688 429.69855 145.04688 429.2298Q145.04688 428.82355 145.23438 428.46417Q145.42188 428.1048 145.75 427.87042Q146.0 427.69855 146.42188 427.57355Q146.84375 427.44855 147.34375 427.44855Q148.0625 427.44855 148.60938 427.6673Q149.17188 427.87042 149.4375 428.2298Q149.70312 428.58917 149.79688 429.18292L148.76562 429.32355Q148.70312 428.8548 148.35938 428.58917Q148.03125 428.30792 147.40625 428.30792Q146.6875 428.30792 146.375 428.55792Q146.0625 428.7923 146.0625 429.12042Q146.0625 429.32355 146.1875 429.4798Q146.32812 429.65167 146.59375 429.76105Q146.75 429.82355 147.53125 430.02667Q148.65625 430.33917 149.09375 430.52667Q149.53125 430.71417 149.78125 431.07355Q150.03125 431.43292 150.03125 431.9798Q150.03125 432.51105 149.71875 432.9798Q149.42188 433.43292 148.84375 433.69855Q148.26562 433.94855 147.53125 433.94855Q146.3125 433.94855 145.67188 433.44855Q145.04688 432.93292 144.875 431.94855ZM158.35938 433.0423Q157.76562 433.5423 157.21875 433.74542Q156.6875 433.94855 156.0625 433.94855Q155.03125 433.94855 154.48438 433.44855Q153.9375 432.94855 153.9375 432.1673Q153.9375 431.71417 154.14062 431.33917Q154.34375 430.94855 154.6875 430.7298Q155.03125 430.49542 155.45312 430.38605Q155.75 430.2923 156.39062 430.21417Q157.65625 430.07355 158.26562 429.8548Q158.26562 429.63605 158.26562 429.58917Q158.26562 428.93292 157.96875 428.6673Q157.5625 428.32355 156.76562 428.32355Q156.03125 428.32355 155.67188 428.58917Q155.3125 428.83917 155.14062 429.49542L154.10938 429.3548Q154.25 428.69855 154.57812 428.2923Q154.90625 427.88605 155.51562 427.6673Q156.125 427.44855 156.92188 427.44855Q157.71875 427.44855 158.21875 427.63605Q158.71875 427.82355 158.95312 428.1048Q159.1875 428.38605 159.28125 428.82355Q159.32812 429.08917 159.32812 429.7923L159.32812 431.19855Q159.32812 432.6673 159.39062 433.05792Q159.46875 433.44855 159.67188 433.80792L158.5625 433.80792Q158.40625 433.4798 158.35938 433.0423ZM158.26562 430.68292Q157.6875 430.9173 156.54688 431.08917Q155.89062 431.18292 155.625 431.30792Q155.35938 431.4173 155.20312 431.63605Q155.0625 431.8548 155.0625 432.13605Q155.0625 432.55792 155.375 432.83917Q155.70312 433.12042 156.3125 433.12042Q156.92188 433.12042 157.39062 432.8548Q157.875 432.58917 158.09375 432.12042Q158.26562 431.76105 158.26562 431.07355L158.26562 430.68292ZM165.32812 433.80792L165.32812 433.02667Q164.73438 433.94855 163.59375 433.94855Q162.84375 433.94855 162.21875 433.5423Q161.59375 433.12042 161.25 432.38605Q160.90625 431.65167 160.90625 430.69855Q160.90625 429.77667 161.21875 429.01105Q161.53125 428.24542 162.15625 427.8548Q162.78125 427.44855 163.54688 427.44855Q164.10938 427.44855 164.54688 427.68292Q164.98438 427.9173 165.26562 428.2923L165.26562 425.21417L166.3125 425.21417L166.3125 433.80792L165.32812 433.80792ZM162.0 430.69855Q162.0 431.90167 162.5 432.49542Q163.0 433.07355 163.6875 433.07355Q164.375 433.07355 164.85938 432.51105Q165.34375 431.94855 165.34375 430.7923Q165.34375 429.51105 164.84375 428.9173Q164.35938 428.32355 163.64062 428.32355Q162.9375 428.32355 162.46875 428.90167Q162.0 429.46417 162.0 430.69855ZM167.90625 430.69855Q167.90625 428.96417 168.85938 428.13605Q169.65625 427.44855 170.8125 427.44855Q172.09375 427.44855 172.90625 428.2923Q173.73438 429.12042 173.73438 430.6048Q173.73438 431.80792 173.375 432.49542Q173.01562 433.18292 172.3125 433.57355Q171.625 433.94855 170.8125 433.94855Q169.51562 433.94855 168.70312 433.12042Q167.90625 432.27667 167.90625 430.69855ZM168.98438 430.69855Q168.98438 431.88605 169.5 432.4798Q170.03125 433.07355 170.8125 433.07355Q171.60938 433.07355 172.125 432.4798Q172.64062 431.88605 172.64062 430.6673Q172.64062 429.51105 172.10938 428.9173Q171.59375 428.32355 170.8125 428.32355Q170.03125 428.32355 169.5 428.9173Q168.98438 429.49542 168.98438 430.69855ZM175.29688 436.19855L175.29688 427.58917L176.25 427.58917L176.25 428.38605Q176.59375 427.9173 177.01562 427.68292Q177.45312 427.44855 178.0625 427.44855Q178.85938 427.44855 179.46875 427.8548Q180.07812 428.26105 180.375 429.01105Q180.6875 429.76105 180.6875 430.65167Q180.6875 431.6048 180.34375 432.37042Q180.01562 433.13605 179.35938 433.5423Q178.70312 433.94855 177.98438 433.94855Q177.45312 433.94855 177.03125 433.7298Q176.60938 433.49542 176.34375 433.1673L176.34375 436.19855L175.29688 436.19855ZM176.25 430.7298Q176.25 431.93292 176.73438 432.51105Q177.21875 433.07355 177.90625 433.07355Q178.60938 433.07355 179.10938 432.4798Q179.60938 431.88605 179.60938 430.63605Q179.60938 429.44855 179.125 428.87042Q178.64062 428.27667 177.95312 428.27667Q177.28125 428.27667 176.76562 428.90167Q176.25 429.52667 176.25 430.7298ZM184.59375 432.87042L184.75 433.7923Q184.29688 433.88605 183.95312 433.88605Q183.375 433.88605 183.0625 433.71417Q182.75 433.52667 182.60938 433.2298Q182.48438 432.93292 182.48438 431.9798L182.48438 428.40167L181.71875 428.40167L181.71875 427.58917L182.48438 427.58917L182.48438 426.0423L183.53125 425.4173L183.53125 427.58917L184.59375 427.58917L184.59375 428.40167L183.53125 428.40167L183.53125 432.0423Q183.53125 432.49542 183.57812 432.62042Q183.64062 432.74542 183.76562 432.82355Q183.89062 432.90167 184.125 432.90167Q184.3125 432.90167 184.59375 432.87042ZM185.29688 426.43292L185.29688 425.21417L186.35938 425.21417L186.35938 426.43292L185.29688 426.43292ZM185.29688 433.80792L185.29688 427.58917L186.35938 427.58917L186.35938 433.80792L185.29688 433.80792ZM187.90625 430.69855Q187.90625 428.96417 188.85938 428.13605Q189.65625 427.44855 190.8125 427.44855Q192.09375 427.44855 192.90625 428.2923Q193.73438 429.12042 193.73438 430.6048Q193.73438 431.80792 193.375 432.49542Q193.01562 433.18292 192.3125 433.57355Q191.625 433.94855 190.8125 433.94855Q189.51562 433.94855 188.70312 433.12042Q187.90625 432.27667 187.90625 430.69855ZM188.98438 430.69855Q188.98438 431.88605 189.5 432.4798Q190.03125 433.07355 190.8125 433.07355Q191.60938 433.07355 192.125 432.4798Q192.64062 431.88605 192.64062 430.6673Q192.64062 429.51105 192.10938 428.9173Q191.59375 428.32355 190.8125 428.32355Q190.03125 428.32355 189.5 428.9173Q188.98438 429.49542 188.98438 430.69855ZM195.29688 433.80792L195.29688 427.58917L196.23438 427.58917L196.23438 428.46417Q196.92188 427.44855 198.21875 427.44855Q198.78125 427.44855 199.25 427.65167Q199.73438 427.8548 199.96875 428.18292Q200.20312 428.51105 200.29688 428.94855Q200.34375 429.24542 200.34375 429.9798L200.34375 433.80792L199.29688 433.80792L199.29688 430.02667Q199.29688 429.37042 199.17188 429.05792Q199.04688 428.74542 198.73438 428.55792Q198.42188 428.3548 198.0 428.3548Q197.32812 428.3548 196.82812 428.7923Q196.34375 429.21417 196.34375 430.40167L196.34375 433.80792L195.29688 433.80792Z" fill-rule="nonzero"/><path fill="#666666" d="M53.390625 469.40265L53.390625 460.8089L55.109375 460.8089L57.140625 466.88702Q57.421875 467.7464 57.546875 468.16827Q57.6875 467.69952 58.0 466.79327L60.0625 460.8089L61.59375 460.8089L61.59375 469.40265L60.5 469.40265L60.5 462.21515L58.0 469.40265L56.96875 469.40265L54.484375 462.09015L54.484375 469.40265L53.390625 469.40265ZM63.296875 462.02765L63.296875 460.8089L64.359375 460.8089L64.359375 462.02765L63.296875 462.02765ZM63.296875 469.40265L63.296875 463.1839L64.359375 463.1839L64.359375 469.40265L63.296875 469.40265ZM65.875 467.54327L66.90625 467.38702Q67.0 468.01202 67.390625 468.34015Q67.796875 468.66827 68.53125 468.66827Q69.25 468.66827 69.59375 468.38702Q69.953125 468.09015 69.953125 467.6839Q69.953125 467.32452 69.640625 467.1214Q69.421875 466.98077 68.5625 466.76202Q67.40625 466.46515 66.953125 466.26202Q66.515625 466.04327 66.28125 465.66827Q66.046875 465.29327 66.046875 464.82452Q66.046875 464.41827 66.234375 464.0589Q66.421875 463.69952 66.75 463.46515Q67.0 463.29327 67.421875 463.16827Q67.84375 463.04327 68.34375 463.04327Q69.0625 463.04327 69.609375 463.26202Q70.171875 463.46515 70.4375 463.82452Q70.703125 464.1839 70.796875 464.77765L69.765625 464.91827Q69.703125 464.44952 69.359375 464.1839Q69.03125 463.90265 68.40625 463.90265Q67.6875 463.90265 67.375 464.15265Q67.0625 464.38702 67.0625 464.71515Q67.0625 464.91827 67.1875 465.07452Q67.328125 465.2464 67.59375 465.35577Q67.75 465.41827 68.53125 465.6214Q69.65625 465.9339 70.09375 466.1214Q70.53125 466.3089 70.78125 466.66827Q71.03125 467.02765 71.03125 467.57452Q71.03125 468.10577 70.71875 468.57452Q70.421875 469.02765 69.84375 469.29327Q69.265625 469.54327 68.53125 469.54327Q67.3125 469.54327 66.671875 469.04327Q66.046875 468.52765 65.875 467.54327ZM71.875 467.54327L72.90625 467.38702Q73.0 468.01202 73.390625 468.34015Q73.796875 468.66827 74.53125 468.66827Q75.25 468.66827 75.59375 468.38702Q75.953125 468.09015 75.953125 467.6839Q75.953125 467.32452 75.640625 467.1214Q75.421875 466.98077 74.5625 466.76202Q73.40625 466.46515 72.953125 466.26202Q72.515625 466.04327 72.28125 465.66827Q72.046875 465.29327 72.046875 464.82452Q72.046875 464.41827 72.234375 464.0589Q72.421875 463.69952 72.75 463.46515Q73.0 463.29327 73.421875 463.16827Q73.84375 463.04327 74.34375 463.04327Q75.0625 463.04327 75.609375 463.26202Q76.171875 463.46515 76.4375 463.82452Q76.703125 464.1839 76.796875 464.77765L75.765625 464.91827Q75.703125 464.44952 75.359375 464.1839Q75.03125 463.90265 74.40625 463.90265Q73.6875 463.90265 73.375 464.15265Q73.0625 464.38702 73.0625 464.71515Q73.0625 464.91827 73.1875 465.07452Q73.328125 465.2464 73.59375 465.35577Q73.75 465.41827 74.53125 465.6214Q75.65625 465.9339 76.09375 466.1214Q76.53125 466.3089 76.78125 466.66827Q77.03125 467.02765 77.03125 467.57452Q77.03125 468.10577 76.71875 468.57452Q76.421875 469.02765 75.84375 469.29327Q75.265625 469.54327 74.53125 469.54327Q73.3125 469.54327 72.671875 469.04327Q72.046875 468.52765 71.875 467.54327ZM78.296875 462.02765L78.296875 460.8089L79.359375 460.8089L79.359375 462.02765L78.296875 462.02765ZM78.296875 469.40265L78.296875 463.1839L79.359375 463.1839L79.359375 469.40265L78.296875 469.40265ZM81.296875 469.40265L81.296875 463.1839L82.234375 463.1839L82.234375 464.0589Q82.921875 463.04327 84.21875 463.04327Q84.78125 463.04327 85.25 463.2464Q85.734375 463.44952 85.96875 463.77765Q86.203125 464.10577 86.296875 464.54327Q86.34375 464.84015 86.34375 465.57452L86.34375 469.40265L85.296875 469.40265L85.296875 465.6214Q85.296875 464.96515 85.171875 464.65265Q85.046875 464.34015 84.734375 464.15265Q84.421875 463.94952 84.0 463.94952Q83.328125 463.94952 82.828125 464.38702Q82.34375 464.8089 82.34375 465.9964L82.34375 469.40265L81.296875 469.40265ZM88.09375 469.91827L89.125 470.07452Q89.1875 470.54327 89.484375 470.76202Q89.875 471.0589 90.546875 471.0589Q91.28125 471.0589 91.671875 470.76202Q92.078125 470.46515 92.21875 469.94952Q92.3125 469.6214 92.296875 468.59015Q91.609375 469.40265 90.578125 469.40265Q89.296875 469.40265 88.59375 468.48077Q87.890625 467.54327 87.890625 466.26202Q87.890625 465.3714 88.203125 464.6214Q88.53125 463.85577 89.140625 463.44952Q89.75 463.04327 90.578125 463.04327Q91.6875 463.04327 92.40625 463.9339L92.40625 463.1839L93.375 463.1839L93.375 468.5589Q93.375 470.01202 93.078125 470.6214Q92.78125 471.23077 92.140625 471.57452Q91.5 471.9339 90.5625 471.9339Q89.453125 471.9339 88.765625 471.4339Q88.078125 470.9339 88.09375 469.91827ZM88.96875 466.1839Q88.96875 467.40265 89.453125 467.96515Q89.9375 468.52765 90.671875 468.52765Q91.40625 468.52765 91.890625 467.96515Q92.390625 467.40265 92.390625 466.21515Q92.390625 465.07452 91.875 464.4964Q91.375 463.91827 90.65625 463.91827Q89.953125 463.91827 89.453125 464.4964Q88.96875 465.0589 88.96875 466.1839ZM98.265625 469.40265L98.265625 460.8089L99.328125 460.8089L99.328125 469.40265L98.265625 469.40265ZM105.359375 468.63702Q104.765625 469.13702 104.21875 469.34015Q103.6875 469.54327 103.0625 469.54327Q102.03125 469.54327 101.484375 469.04327Q100.9375 468.54327 100.9375 467.76202Q100.9375 467.3089 101.140625 466.9339Q101.34375 466.54327 101.6875 466.32452Q102.03125 466.09015 102.453125 465.98077Q102.75 465.88702 103.390625 465.8089Q104.65625 465.66827 105.265625 465.44952Q105.265625 465.23077 105.265625 465.1839Q105.265625 464.52765 104.96875 464.26202Q104.5625 463.91827 103.765625 463.91827Q103.03125 463.91827 102.671875 464.1839Q102.3125 464.4339 102.140625 465.09015L101.109375 464.94952Q101.25 464.29327 101.578125 463.88702Q101.90625 463.48077 102.515625 463.26202Q103.125 463.04327 103.921875 463.04327Q104.71875 463.04327 105.21875 463.23077Q105.71875 463.41827 105.953125 463.69952Q106.1875 463.98077 106.28125 464.41827Q106.328125 464.6839 106.328125 465.38702L106.328125 466.79327Q106.328125 468.26202 106.390625 468.65265Q106.46875 469.04327 106.671875 469.40265L105.5625 469.40265Q105.40625 469.07452 105.359375 468.63702ZM105.265625 466.27765Q104.6875 466.51202 103.546875 466.6839Q102.890625 466.77765 102.625 466.90265Q102.359375 467.01202 102.203125 467.23077Q102.0625 467.44952 102.0625 467.73077Q102.0625 468.15265 102.375 468.4339Q102.703125 468.71515 103.3125 468.71515Q103.921875 468.71515 104.390625 468.44952Q104.875 468.1839 105.09375 467.71515Q105.265625 467.35577 105.265625 466.66827L105.265625 466.27765ZM108.296875 469.40265L108.296875 463.1839L109.234375 463.1839L109.234375 464.0589Q109.921875 463.04327 111.21875 463.04327Q111.78125 463.04327 112.25 463.2464Q112.734375 463.44952 112.96875 463.77765Q113.203125 464.10577 113.296875 464.54327Q113.34375 464.84015 113.34375 465.57452L113.34375 469.40265L112.296875 469.40265L112.296875 465.6214Q112.296875 464.96515 112.171875 464.65265Q112.046875 464.34015 111.734375 464.15265Q111.421875 463.94952 111.0 463.94952Q110.328125 463.94952 109.828125 464.38702Q109.34375 464.8089 109.34375 465.9964L109.34375 469.40265L108.296875 469.40265ZM115.09375 469.91827L116.125 470.07452Q116.1875 470.54327 116.484375 470.76202Q116.875 471.0589 117.546875 471.0589Q118.28125 471.0589 118.671875 470.76202Q119.078125 470.46515 119.21875 469.94952Q119.3125 469.6214 119.296875 468.59015Q118.609375 469.40265 117.578125 469.40265Q116.296875 469.40265 115.59375 468.48077Q114.890625 467.54327 114.890625 466.26202Q114.890625 465.3714 115.203125 464.6214Q115.53125 463.85577 116.140625 463.44952Q116.75 463.04327 117.578125 463.04327Q118.6875 463.04327 119.40625 463.9339L119.40625 463.1839L120.375 463.1839L120.375 468.5589Q120.375 470.01202 120.078125 470.6214Q119.78125 471.23077 119.140625 471.57452Q118.5 471.9339 117.5625 471.9339Q116.453125 471.9339 115.765625 471.4339Q115.078125 470.9339 115.09375 469.91827ZM115.96875 466.1839Q115.96875 467.40265 116.453125 467.96515Q116.9375 468.52765 117.671875 468.52765Q118.40625 468.52765 118.890625 467.96515Q119.390625 467.40265 119.390625 466.21515Q119.390625 465.07452 118.875 464.4964Q118.375 463.91827 117.65625 463.91827Q116.953125 463.91827 116.453125 464.4964Q115.96875 465.0589 115.96875 466.1839ZM126.375 469.40265L126.375 468.48077Q125.640625 469.54327 124.390625 469.54327Q123.84375 469.54327 123.359375 469.34015Q122.890625 469.1214 122.65625 468.8089Q122.421875 468.48077 122.328125 468.01202Q122.265625 467.71515 122.265625 467.02765L122.265625 463.1839L123.328125 463.1839L123.328125 466.63702Q123.328125 467.44952 123.390625 467.7464Q123.484375 468.15265 123.796875 468.40265Q124.125 468.63702 124.609375 468.63702Q125.078125 468.63702 125.484375 468.40265Q125.90625 468.15265 126.078125 467.73077Q126.265625 467.3089 126.265625 466.51202L126.265625 463.1839L127.3125 463.1839L127.3125 469.40265L126.375 469.40265ZM133.35938 468.63702Q132.76562 469.13702 132.21875 469.34015Q131.6875 469.54327 131.0625 469.54327Q130.03125 469.54327 129.48438 469.04327Q128.9375 468.54327 128.9375 467.76202Q128.9375 467.3089 129.14062 466.9339Q129.34375 466.54327 129.6875 466.32452Q130.03125 466.09015 130.45312 465.98077Q130.75 465.88702 131.39062 465.8089Q132.65625 465.66827 133.26562 465.44952Q133.26562 465.23077 133.26562 465.1839Q133.26562 464.52765 132.96875 464.26202Q132.5625 463.91827 131.76562 463.91827Q131.03125 463.91827 130.67188 464.1839Q130.3125 464.4339 130.14062 465.09015L129.10938 464.94952Q129.25 464.29327 129.57812 463.88702Q129.90625 463.48077 130.51562 463.26202Q131.125 463.04327 131.92188 463.04327Q132.71875 463.04327 133.21875 463.23077Q133.71875 463.41827 133.95312 463.69952Q134.1875 463.98077 134.28125 464.41827Q134.32812 464.6839 134.32812 465.38702L134.32812 466.79327Q134.32812 468.26202 134.39062 468.65265Q134.46875 469.04327 134.67188 469.40265L133.5625 469.40265Q133.40625 469.07452 133.35938 468.63702ZM133.26562 466.27765Q132.6875 466.51202 131.54688 466.6839Q130.89062 466.77765 130.625 466.90265Q130.35938 467.01202 130.20312 467.23077Q130.0625 467.44952 130.0625 467.73077Q130.0625 468.15265 130.375 468.4339Q130.70312 468.71515 131.3125 468.71515Q131.92188 468.71515 132.39062 468.44952Q132.875 468.1839 133.09375 467.71515Q133.26562 467.35577 133.26562 466.66827L133.26562 466.27765ZM136.09375 469.91827L137.125 470.07452Q137.1875 470.54327 137.48438 470.76202Q137.875 471.0589 138.54688 471.0589Q139.28125 471.0589 139.67188 470.76202Q140.07812 470.46515 140.21875 469.94952Q140.3125 469.6214 140.29688 468.59015Q139.60938 469.40265 138.57812 469.40265Q137.29688 469.40265 136.59375 468.48077Q135.89062 467.54327 135.89062 466.26202Q135.89062 465.3714 136.20312 464.6214Q136.53125 463.85577 137.14062 463.44952Q137.75 463.04327 138.57812 463.04327Q139.6875 463.04327 140.40625 463.9339L140.40625 463.1839L141.375 463.1839L141.375 468.5589Q141.375 470.01202 141.07812 470.6214Q140.78125 471.23077 140.14062 471.57452Q139.5 471.9339 138.5625 471.9339Q137.45312 471.9339 136.76562 471.4339Q136.07812 470.9339 136.09375 469.91827ZM136.96875 466.1839Q136.96875 467.40265 137.45312 467.96515Q137.9375 468.52765 138.67188 468.52765Q139.40625 468.52765 139.89062 467.96515Q140.39062 467.40265 140.39062 466.21515Q140.39062 465.07452 139.875 464.4964Q139.375 463.91827 138.65625 463.91827Q137.95312 463.91827 137.45312 464.4964Q136.96875 465.0589 136.96875 466.1839ZM147.54688 467.40265L148.64062 467.52765Q148.39062 468.48077 147.6875 469.01202Q146.98438 469.54327 145.90625 469.54327Q144.54688 469.54327 143.73438 468.69952Q142.9375 467.85577 142.9375 466.34015Q142.9375 464.77765 143.75 463.91827Q144.5625 463.04327 145.84375 463.04327Q147.09375 463.04327 147.875 463.88702Q148.67188 464.73077 148.67188 466.27765Q148.67188 466.3714 148.67188 466.5589L144.03125 466.5589Q144.09375 467.59015 144.60938 468.13702Q145.125 468.66827 145.90625 468.66827Q146.48438 468.66827 146.89062 468.3714Q147.3125 468.0589 147.54688 467.40265ZM144.09375 465.69952L147.5625 465.69952Q147.5 464.90265 147.17188 464.51202Q146.65625 463.90265 145.85938 463.90265Q145.125 463.90265 144.625 464.38702Q144.14062 464.8714 144.09375 465.69952ZM157.35938 467.1214L158.39062 467.26202Q158.21875 468.32452 157.51562 468.9339Q156.8125 469.54327 155.79688 469.54327Q154.51562 469.54327 153.73438 468.71515Q152.96875 467.8714 152.96875 466.3089Q152.96875 465.3089 153.29688 464.5589Q153.64062 463.79327 154.3125 463.41827Q155.0 463.04327 155.8125 463.04327Q156.8125 463.04327 157.45312 463.5589Q158.10938 464.0589 158.29688 465.01202L157.26562 465.16827Q157.125 464.54327 156.75 464.23077Q156.375 463.90265 155.84375 463.90265Q155.04688 463.90265 154.54688 464.48077Q154.04688 465.04327 154.04688 466.27765Q154.04688 467.54327 154.53125 468.10577Q155.01562 468.66827 155.78125 468.66827Q156.40625 468.66827 156.8125 468.29327Q157.23438 467.91827 157.35938 467.1214ZM158.90625 466.29327Q158.90625 464.5589 159.85938 463.73077Q160.65625 463.04327 161.8125 463.04327Q163.09375 463.04327 163.90625 463.88702Q164.73438 464.71515 164.73438 466.19952Q164.73438 467.40265 164.375 468.09015Q164.01562 468.77765 163.3125 469.16827Q162.625 469.54327 161.8125 469.54327Q160.51562 469.54327 159.70312 468.71515Q158.90625 467.8714 158.90625 466.29327ZM159.98438 466.29327Q159.98438 467.48077 160.5 468.07452Q161.03125 468.66827 161.8125 468.66827Q162.60938 468.66827 163.125 468.07452Q163.64062 467.48077 163.64062 466.26202Q163.64062 465.10577 163.10938 464.51202Q162.59375 463.91827 161.8125 463.91827Q161.03125 463.91827 160.5 464.51202Q159.98438 465.09015 159.98438 466.29327ZM166.29688 469.40265L166.29688 463.1839L167.23438 463.1839L167.23438 464.0589Q167.92188 463.04327 169.21875 463.04327Q169.78125 463.04327 170.25 463.2464Q170.73438 463.44952 170.96875 463.77765Q171.20312 464.10577 171.29688 464.54327Q171.34375 464.84015 171.34375 465.57452L171.34375 469.40265L170.29688 469.40265L170.29688 465.6214Q170.29688 464.96515 170.17188 464.65265Q170.04688 464.34015 169.73438 464.15265Q169.42188 463.94952 169.0 463.94952Q168.32812 463.94952 167.82812 464.38702Q167.34375 464.8089 167.34375 465.9964L167.34375 469.40265L166.29688 469.40265ZM177.35938 467.1214L178.39062 467.26202Q178.21875 468.32452 177.51562 468.9339Q176.8125 469.54327 175.79688 469.54327Q174.51562 469.54327 173.73438 468.71515Q172.96875 467.8714 172.96875 466.3089Q172.96875 465.3089 173.29688 464.5589Q173.64062 463.79327 174.3125 463.41827Q175.0 463.04327 175.8125 463.04327Q176.8125 463.04327 177.45312 463.5589Q178.10938 464.0589 178.29688 465.01202L177.26562 465.16827Q177.125 464.54327 176.75 464.23077Q176.375 463.90265 175.84375 463.90265Q175.04688 463.90265 174.54688 464.48077Q174.04688 465.04327 174.04688 466.27765Q174.04688 467.54327 174.53125 468.10577Q175.01562 468.66827 175.78125 468.66827Q176.40625 468.66827 176.8125 468.29327Q177.23438 467.91827 177.35938 467.1214ZM183.54688 467.40265L184.64062 467.52765Q184.39062 468.48077 183.6875 469.01202Q182.98438 469.54327 181.90625 469.54327Q180.54688 469.54327 179.73438 468.69952Q178.9375 467.85577 178.9375 466.34015Q178.9375 464.77765 179.75 463.91827Q180.5625 463.04327 181.84375 463.04327Q183.09375 463.04327 183.875 463.88702Q184.67188 464.73077 184.67188 466.27765Q184.67188 466.3714 184.67188 466.5589L180.03125 466.5589Q180.09375 467.59015 180.60938 468.13702Q181.125 468.66827 181.90625 468.66827Q182.48438 468.66827 182.89062 468.3714Q183.3125 468.0589 183.54688 467.40265ZM180.09375 465.69952L183.5625 465.69952Q183.5 464.90265 183.17188 464.51202Q182.65625 463.90265 181.85938 463.90265Q181.125 463.90265 180.625 464.38702Q180.14062 464.8714 180.09375 465.69952ZM186.29688 471.79327L186.29688 463.1839L187.25 463.1839L187.25 463.98077Q187.59375 463.51202 188.01562 463.27765Q188.45312 463.04327 189.0625 463.04327Q189.85938 463.04327 190.46875 463.44952Q191.07812 463.85577 191.375 464.60577Q191.6875 465.35577 191.6875 466.2464Q191.6875 467.19952 191.34375 467.96515Q191.01562 468.73077 190.35938 469.13702Q189.70312 469.54327 188.98438 469.54327Q188.45312 469.54327 188.03125 469.32452Q187.60938 469.09015 187.34375 468.76202L187.34375 471.79327L186.29688 471.79327ZM187.25 466.32452Q187.25 467.52765 187.73438 468.10577Q188.21875 468.66827 188.90625 468.66827Q189.60938 468.66827 190.10938 468.07452Q190.60938 467.48077 190.60938 466.23077Q190.60938 465.04327 190.125 464.46515Q189.64062 463.8714 188.95312 463.8714Q188.28125 463.8714 187.76562 464.4964Q187.25 465.1214 187.25 466.32452ZM195.59375 468.46515L195.75 469.38702Q195.29688 469.48077 194.95312 469.48077Q194.375 469.48077 194.0625 469.3089Q193.75 469.1214 193.60938 468.82452Q193.48438 468.52765 193.48438 467.57452L193.48438 463.9964L192.71875 463.9964L192.71875 463.1839L193.48438 463.1839L193.48438 461.63702L194.53125 461.01202L194.53125 463.1839L195.59375 463.1839L195.59375 463.9964L194.53125 463.9964L194.53125 467.63702Q194.53125 468.09015 194.57812 468.21515Q194.64062 468.34015 194.76562 468.41827Q194.89062 468.4964 195.125 468.4964Q195.3125 468.4964 195.59375 468.46515ZM195.875 467.54327L196.90625 467.38702Q197.0 468.01202 197.39062 468.34015Q197.79688 468.66827 198.53125 468.66827Q199.25 468.66827 199.59375 468.38702Q199.95312 468.09015 199.95312 467.6839Q199.95312 467.32452 199.64062 467.1214Q199.42188 466.98077 198.5625 466.76202Q197.40625 466.46515 196.95312 466.26202Q196.51562 466.04327 196.28125 465.66827Q196.04688 465.29327 196.04688 464.82452Q196.04688 464.41827 196.23438 464.0589Q196.42188 463.69952 196.75 463.46515Q197.0 463.29327 197.42188 463.16827Q197.84375 463.04327 198.34375 463.04327Q199.0625 463.04327 199.60938 463.26202Q200.17188 463.46515 200.4375 463.82452Q200.70312 464.1839 200.79688 464.77765L199.76562 464.91827Q199.70312 464.44952 199.35938 464.1839Q199.03125 463.90265 198.40625 463.90265Q197.6875 463.90265 197.375 464.15265Q197.0625 464.38702 197.0625 464.71515Q197.0625 464.91827 197.1875 465.07452Q197.32812 465.2464 197.59375 465.35577Q197.75 465.41827 198.53125 465.6214Q199.65625 465.9339 200.09375 466.1214Q200.53125 466.3089 200.78125 466.66827Q201.03125 467.02765 201.03125 467.57452Q201.03125 468.10577 200.71875 468.57452Q200.42188 469.02765 199.84375 469.29327Q199.26562 469.54327 198.53125 469.54327Q197.3125 469.54327 196.67188 469.04327Q196.04688 468.52765 195.875 467.54327Z" fill-rule="nonzero"/><path fill="#666666" d="M78.421875 504.99734L78.421875 496.4036L81.671875 496.4036Q82.515625 496.4036 82.96875 496.48172Q83.609375 496.5911 84.03125 496.88797Q84.46875 497.18484 84.71875 497.7161Q84.984375 498.24734 84.984375 498.88797Q84.984375 499.98172 84.28125 500.74734Q83.59375 501.49734 81.765625 501.49734L79.5625 501.49734L79.5625 504.99734L78.421875 504.99734ZM79.5625 500.49734L81.78125 500.49734Q82.890625 500.49734 83.34375 500.0911Q83.8125 499.66922 83.8125 498.91922Q83.8125 498.38797 83.53125 498.01297Q83.265625 497.62234 82.828125 497.49734Q82.53125 497.41922 81.765625 497.41922L79.5625 497.41922L79.5625 500.49734ZM90.546875 502.99734L91.640625 503.12234Q91.390625 504.07547 90.6875 504.60672Q89.984375 505.13797 88.90625 505.13797Q87.546875 505.13797 86.734375 504.29422Q85.9375 503.45047 85.9375 501.93484Q85.9375 500.37234 86.75 499.51297Q87.5625 498.63797 88.84375 498.63797Q90.09375 498.63797 90.875 499.48172Q91.671875 500.32547 91.671875 501.87234Q91.671875 501.9661 91.671875 502.1536L87.03125 502.1536Q87.09375 503.18484 87.609375 503.73172Q88.125 504.26297 88.90625 504.26297Q89.484375 504.26297 89.890625 503.9661Q90.3125 503.6536 90.546875 502.99734ZM87.09375 501.29422L90.5625 501.29422Q90.5 500.49734 90.171875 500.10672Q89.65625 499.49734 88.859375 499.49734Q88.125 499.49734 87.625 499.98172Q87.140625 500.4661 87.09375 501.29422ZM93.28125 504.99734L93.28125 498.7786L94.234375 498.7786L94.234375 499.7161Q94.59375 499.05984 94.890625 498.85672Q95.203125 498.63797 95.578125 498.63797Q96.109375 498.63797 96.65625 498.9661L96.296875 499.95047Q95.90625 499.7161 95.53125 499.7161Q95.171875 499.7161 94.890625 499.93484Q94.625 500.13797 94.515625 500.51297Q94.328125 501.07547 94.328125 501.73172L94.328125 504.99734L93.28125 504.99734ZM97.546875 504.99734L97.546875 499.5911L96.609375 499.5911L96.609375 498.7786L97.546875 498.7786L97.546875 498.10672Q97.546875 497.48172 97.65625 497.18484Q97.8125 496.76297 98.1875 496.51297Q98.578125 496.26297 99.265625 496.26297Q99.71875 496.26297 100.25 496.37234L100.09375 497.2786Q99.765625 497.23172 99.46875 497.23172Q98.984375 497.23172 98.78125 497.43484Q98.59375 497.63797 98.59375 498.20047L98.59375 498.7786L99.8125 498.7786L99.8125 499.5911L98.59375 499.5911L98.59375 504.99734L97.546875 504.99734ZM99.90625 501.88797Q99.90625 500.1536 100.859375 499.32547Q101.65625 498.63797 102.8125 498.63797Q104.09375 498.63797 104.90625 499.48172Q105.734375 500.30984 105.734375 501.79422Q105.734375 502.99734 105.375 503.68484Q105.015625 504.37234 104.3125 504.76297Q103.625 505.13797 102.8125 505.13797Q101.515625 505.13797 100.703125 504.30984Q99.90625 503.4661 99.90625 501.88797ZM100.984375 501.88797Q100.984375 503.07547 101.5 503.66922Q102.03125 504.26297 102.8125 504.26297Q103.609375 504.26297 104.125 503.66922Q104.640625 503.07547 104.640625 501.85672Q104.640625 500.70047 104.109375 500.10672Q103.59375 499.51297 102.8125 499.51297Q102.03125 499.51297 101.5 500.10672Q100.984375 500.68484 100.984375 501.88797ZM107.28125 504.99734L107.28125 498.7786L108.234375 498.7786L108.234375 499.7161Q108.59375 499.05984 108.890625 498.85672Q109.203125 498.63797 109.578125 498.63797Q110.109375 498.63797 110.65625 498.9661L110.296875 499.95047Q109.90625 499.7161 109.53125 499.7161Q109.171875 499.7161 108.890625 499.93484Q108.625 500.13797 108.515625 500.51297Q108.328125 501.07547 108.328125 501.73172L108.328125 504.99734L107.28125 504.99734ZM111.296875 504.99734L111.296875 498.7786L112.234375 498.7786L112.234375 499.6536Q112.53125 499.18484 113.015625 498.91922Q113.5 498.63797 114.125 498.63797Q114.8125 498.63797 115.25 498.91922Q115.703125 499.20047 115.875 499.7161Q116.625 498.63797 117.796875 498.63797Q118.734375 498.63797 119.21875 499.1536Q119.71875 499.6536 119.71875 500.73172L119.71875 504.99734L118.671875 504.99734L118.671875 501.07547Q118.671875 500.45047 118.5625 500.16922Q118.46875 499.88797 118.203125 499.7161Q117.9375 499.54422 117.5625 499.54422Q116.90625 499.54422 116.46875 499.98172Q116.046875 500.41922 116.046875 501.38797L116.046875 504.99734L114.984375 504.99734L114.984375 500.95047Q114.984375 500.24734 114.71875 499.9036Q114.46875 499.54422 113.890625 499.54422Q113.4375 499.54422 113.0625 499.7786Q112.6875 500.01297 112.515625 500.4661Q112.34375 500.91922 112.34375 501.76297L112.34375 504.99734L111.296875 504.99734ZM125.359375 504.23172Q124.765625 504.73172 124.21875 504.93484Q123.6875 505.13797 123.0625 505.13797Q122.03125 505.13797 121.484375 504.63797Q120.9375 504.13797 120.9375 503.35672Q120.9375 502.9036 121.140625 502.5286Q121.34375 502.13797 121.6875 501.91922Q122.03125 501.68484 122.453125 501.57547Q122.75 501.48172 123.390625 501.4036Q124.65625 501.26297 125.265625 501.04422Q125.265625 500.82547 125.265625 500.7786Q125.265625 500.12234 124.96875 499.85672Q124.5625 499.51297 123.765625 499.51297Q123.03125 499.51297 122.671875 499.7786Q122.3125 500.0286 122.140625 500.68484L121.109375 500.54422Q121.25 499.88797 121.578125 499.48172Q121.90625 499.07547 122.515625 498.85672Q123.125 498.63797 123.921875 498.63797Q124.71875 498.63797 125.21875 498.82547Q125.71875 499.01297 125.953125 499.29422Q126.1875 499.57547 126.28125 500.01297Q126.328125 500.2786 126.328125 500.98172L126.328125 502.38797Q126.328125 503.85672 126.390625 504.24734Q126.46875 504.63797 126.671875 504.99734L125.5625 504.99734Q125.40625 504.66922 125.359375 504.23172ZM125.265625 501.87234Q124.6875 502.10672 123.546875 502.2786Q122.890625 502.37234 122.625 502.49734Q122.359375 502.60672 122.203125 502.82547Q122.0625 503.04422 122.0625 503.32547Q122.0625 503.74734 122.375 504.0286Q122.703125 504.30984 123.3125 504.30984Q123.921875 504.30984 124.390625 504.04422Q124.875 503.7786 125.09375 503.30984Q125.265625 502.95047 125.265625 502.26297L125.265625 501.87234ZM128.29688 504.99734L128.29688 498.7786L129.23438 498.7786L129.23438 499.6536Q129.92188 498.63797 131.21875 498.63797Q131.78125 498.63797 132.25 498.8411Q132.73438 499.04422 132.96875 499.37234Q133.20312 499.70047 133.29688 500.13797Q133.34375 500.43484 133.34375 501.16922L133.34375 504.99734L132.29688 504.99734L132.29688 501.2161Q132.29688 500.55984 132.17188 500.24734Q132.04688 499.93484 131.73438 499.74734Q131.42188 499.54422 131.0 499.54422Q130.32812 499.54422 129.82812 499.98172Q129.34375 500.4036 129.34375 501.5911L129.34375 504.99734L128.29688 504.99734ZM139.35938 502.7161L140.39062 502.85672Q140.21875 503.91922 139.51562 504.5286Q138.8125 505.13797 137.79688 505.13797Q136.51562 505.13797 135.73438 504.30984Q134.96875 503.4661 134.96875 501.9036Q134.96875 500.9036 135.29688 500.1536Q135.64062 499.38797 136.3125 499.01297Q137.0 498.63797 137.8125 498.63797Q138.8125 498.63797 139.45312 499.1536Q140.10938 499.6536 140.29688 500.60672L139.26562 500.76297Q139.125 500.13797 138.75 499.82547Q138.375 499.49734 137.84375 499.49734Q137.04688 499.49734 136.54688 500.07547Q136.04688 500.63797 136.04688 501.87234Q136.04688 503.13797 136.53125 503.70047Q137.01562 504.26297 137.78125 504.26297Q138.40625 504.26297 138.8125 503.88797Q139.23438 503.51297 139.35938 502.7161ZM145.54688 502.99734L146.64062 503.12234Q146.39062 504.07547 145.6875 504.60672Q144.98438 505.13797 143.90625 505.13797Q142.54688 505.13797 141.73438 504.29422Q140.9375 503.45047 140.9375 501.93484Q140.9375 500.37234 141.75 499.51297Q142.5625 498.63797 143.84375 498.63797Q145.09375 498.63797 145.875 499.48172Q146.67188 500.32547 146.67188 501.87234Q146.67188 501.9661 146.67188 502.1536L142.03125 502.1536Q142.09375 503.18484 142.60938 503.73172Q143.125 504.26297 143.90625 504.26297Q144.48438 504.26297 144.89062 503.9661Q145.3125 503.6536 145.54688 502.99734ZM142.09375 501.29422L145.5625 501.29422Q145.5 500.49734 145.17188 500.10672Q144.65625 499.49734 143.85938 499.49734Q143.125 499.49734 142.625 499.98172Q142.14062 500.4661 142.09375 501.29422ZM151.29688 507.38797L151.29688 498.7786L152.25 498.7786L152.25 499.57547Q152.59375 499.10672 153.01562 498.87234Q153.45312 498.63797 154.0625 498.63797Q154.85938 498.63797 155.46875 499.04422Q156.07812 499.45047 156.375 500.20047Q156.6875 500.95047 156.6875 501.8411Q156.6875 502.79422 156.34375 503.55984Q156.01562 504.32547 155.35938 504.73172Q154.70312 505.13797 153.98438 505.13797Q153.45312 505.13797 153.03125 504.91922Q152.60938 504.68484 152.34375 504.35672L152.34375 507.38797L151.29688 507.38797ZM152.25 501.91922Q152.25 503.12234 152.73438 503.70047Q153.21875 504.26297 153.90625 504.26297Q154.60938 504.26297 155.10938 503.66922Q155.60938 503.07547 155.60938 501.82547Q155.60938 500.63797 155.125 500.05984Q154.64062 499.4661 153.95312 499.4661Q153.28125 499.4661 152.76562 500.0911Q152.25 500.7161 152.25 501.91922ZM158.28125 504.99734L158.28125 498.7786L159.23438 498.7786L159.23438 499.7161Q159.59375 499.05984 159.89062 498.85672Q160.20312 498.63797 160.57812 498.63797Q161.10938 498.63797 161.65625 498.9661L161.29688 499.95047Q160.90625 499.7161 160.53125 499.7161Q160.17188 499.7161 159.89062 499.93484Q159.625 500.13797 159.51562 500.51297Q159.32812 501.07547 159.32812 501.73172L159.32812 504.99734L158.28125 504.99734ZM161.90625 501.88797Q161.90625 500.1536 162.85938 499.32547Q163.65625 498.63797 164.8125 498.63797Q166.09375 498.63797 166.90625 499.48172Q167.73438 500.30984 167.73438 501.79422Q167.73438 502.99734 167.375 503.68484Q167.01562 504.37234 166.3125 504.76297Q165.625 505.13797 164.8125 505.13797Q163.51562 505.13797 162.70312 504.30984Q161.90625 503.4661 161.90625 501.88797ZM162.98438 501.88797Q162.98438 503.07547 163.5 503.66922Q164.03125 504.26297 164.8125 504.26297Q165.60938 504.26297 166.125 503.66922Q166.64062 503.07547 166.64062 501.85672Q166.64062 500.70047 166.10938 500.10672Q165.59375 499.51297 164.8125 499.51297Q164.03125 499.51297 163.5 500.10672Q162.98438 500.68484 162.98438 501.88797ZM170.26562 504.99734L169.28125 504.99734L169.28125 496.4036L170.34375 496.4036L170.34375 499.4661Q171.01562 498.63797 172.04688 498.63797Q172.625 498.63797 173.125 498.87234Q173.64062 499.0911 173.96875 499.51297Q174.3125 499.93484 174.5 500.5286Q174.6875 501.12234 174.6875 501.79422Q174.6875 503.38797 173.89062 504.26297Q173.09375 505.13797 172.0 505.13797Q170.89062 505.13797 170.26562 504.2161L170.26562 504.99734ZM170.25 501.8411Q170.25 502.95047 170.5625 503.45047Q171.0625 504.26297 171.90625 504.26297Q172.59375 504.26297 173.09375 503.66922Q173.60938 503.07547 173.60938 501.87234Q173.60938 500.6536 173.125 500.07547Q172.64062 499.49734 171.95312 499.49734Q171.26562 499.49734 170.75 500.10672Q170.25 500.70047 170.25 501.8411ZM176.26562 504.99734L176.26562 496.4036L177.32812 496.4036L177.32812 504.99734L176.26562 504.99734ZM183.54688 502.99734L184.64062 503.12234Q184.39062 504.07547 183.6875 504.60672Q182.98438 505.13797 181.90625 505.13797Q180.54688 505.13797 179.73438 504.29422Q178.9375 503.45047 178.9375 501.93484Q178.9375 500.37234 179.75 499.51297Q180.5625 498.63797 181.84375 498.63797Q183.09375 498.63797 183.875 499.48172Q184.67188 500.32547 184.67188 501.87234Q184.67188 501.9661 184.67188 502.1536L180.03125 502.1536Q180.09375 503.18484 180.60938 503.73172Q181.125 504.26297 181.90625 504.26297Q182.48438 504.26297 182.89062 503.9661Q183.3125 503.6536 183.54688 502.99734ZM180.09375 501.29422L183.5625 501.29422Q183.5 500.49734 183.17188 500.10672Q182.65625 499.49734 181.85938 499.49734Q181.125 499.49734 180.625 499.98172Q180.14062 500.4661 180.09375 501.29422ZM186.29688 504.99734L186.29688 498.7786L187.23438 498.7786L187.23438 499.6536Q187.53125 499.18484 188.01562 498.91922Q188.5 498.63797 189.125 498.63797Q189.8125 498.63797 190.25 498.91922Q190.70312 499.20047 190.875 499.7161Q191.625 498.63797 192.79688 498.63797Q193.73438 498.63797 194.21875 499.1536Q194.71875 499.6536 194.71875 500.73172L194.71875 504.99734L193.67188 504.99734L193.67188 501.07547Q193.67188 500.45047 193.5625 500.16922Q193.46875 499.88797 193.20312 499.7161Q192.9375 499.54422 192.5625 499.54422Q191.90625 499.54422 191.46875 499.98172Q191.04688 500.41922 191.04688 501.38797L191.04688 504.99734L189.98438 504.99734L189.98438 500.95047Q189.98438 500.24734 189.71875 499.9036Q189.46875 499.54422 188.89062 499.54422Q188.4375 499.54422 188.0625 499.7786Q187.6875 500.01297 187.51562 500.4661Q187.34375 500.91922 187.34375 501.76297L187.34375 504.99734L186.29688 504.99734ZM195.875 503.13797L196.90625 502.98172Q197.0 503.60672 197.39062 503.93484Q197.79688 504.26297 198.53125 504.26297Q199.25 504.26297 199.59375 503.98172Q199.95312 503.68484 199.95312 503.2786Q199.95312 502.91922 199.64062 502.7161Q199.42188 502.57547 198.5625 502.35672Q197.40625 502.05984 196.95312 501.85672Q196.51562 501.63797 196.28125 501.26297Q196.04688 500.88797 196.04688 500.41922Q196.04688 500.01297 196.23438 499.6536Q196.42188 499.29422 196.75 499.05984Q197.0 498.88797 197.42188 498.76297Q197.84375 498.63797 198.34375 498.63797Q199.0625 498.63797 199.60938 498.85672Q200.17188 499.05984 200.4375 499.41922Q200.70312 499.7786 200.79688 500.37234L199.76562 500.51297Q199.70312 500.04422 199.35938 499.7786Q199.03125 499.49734 198.40625 499.49734Q197.6875 499.49734 197.375 499.74734Q197.0625 499.98172 197.0625 500.30984Q197.0625 500.51297 197.1875 500.66922Q197.32812 500.8411 197.59375 500.95047Q197.75 501.01297 198.53125 501.2161Q199.65625 501.5286 200.09375 501.7161Q200.53125 501.9036 200.78125 502.26297Q201.03125 502.62234 201.03125 503.16922Q201.03125 503.70047 200.71875 504.16922Q200.42188 504.62234 199.84375 504.88797Q199.26562 505.13797 198.53125 505.13797Q197.3125 505.13797 196.67188 504.63797Q196.04688 504.12234 195.875 503.13797Z" fill-rule="nonzero"/><path fill="#666666" d="M199.0 537.7894Q199.0 536.2582 199.3125 535.3363Q199.625 534.3988 200.23438 533.8988Q200.85938 533.3988 201.79688 533.3988Q202.48438 533.3988 203.0 533.68005Q203.53125 533.9613 203.875 534.49255Q204.21875 535.0082 204.40625 535.7582Q204.59375 536.5082 204.59375 537.7894Q204.59375 539.30505 204.28125 540.2269Q203.98438 541.1488 203.35938 541.6644Q202.75 542.1644 201.79688 542.1644Q200.5625 542.1644 199.84375 541.2738Q199.0 540.2113 199.0 537.7894ZM200.07812 537.7894Q200.07812 539.8988 200.57812 540.6019Q201.07812 541.30505 201.79688 541.30505Q202.53125 541.30505 203.01562 540.6019Q203.51562 539.8988 203.51562 537.7894Q203.51562 535.6644 203.01562 534.9769Q202.53125 534.2738 201.78125 534.2738Q201.0625 534.2738 200.625 534.8832Q200.07812 535.6644 200.07812 537.7894ZM206.20312 535.49255Q206.20312 534.5707 206.65625 533.93005Q207.125 533.2894 208.0 533.2894Q208.8125 533.2894 209.34375 533.86755Q209.875 534.4457 209.875 535.55505Q209.875 536.6488 209.32812 537.24255Q208.79688 537.8207 208.01562 537.8207Q207.23438 537.8207 206.71875 537.24255Q206.20312 536.6644 206.20312 535.49255ZM208.03125 534.0082Q207.64062 534.0082 207.375 534.3519Q207.125 534.6957 207.125 535.6019Q207.125 536.43005 207.375 536.7738Q207.64062 537.1019 208.03125 537.1019Q208.4375 537.1019 208.6875 536.7582Q208.95312 536.4144 208.95312 535.5238Q208.95312 534.68005 208.6875 534.3519Q208.42188 534.0082 208.03125 534.0082ZM208.03125 542.3363L212.73438 533.2894L213.59375 533.2894L208.90625 542.3363L208.03125 542.3363ZM211.75 540.0082Q211.75 539.0863 212.20312 538.4457Q212.67188 537.80505 213.5625 537.80505Q214.375 537.80505 214.90625 538.3832Q215.4375 538.9457 215.4375 540.0707Q215.4375 541.1644 214.89062 541.7582Q214.35938 542.3363 213.5625 542.3363Q212.79688 542.3363 212.26562 541.7582Q211.75 541.18005 211.75 540.0082ZM213.59375 538.5238Q213.1875 538.5238 212.92188 538.86755Q212.67188 539.2113 212.67188 540.11755Q212.67188 540.93005 212.9375 541.2738Q213.20312 541.61755 213.59375 541.61755Q213.98438 541.61755 214.25 541.2738Q214.51562 540.93005 214.51562 540.0238Q214.51562 539.1957 214.25 538.86755Q213.98438 538.5238 213.59375 538.5238Z" fill-rule="nonzero"/><path fill="#666666" d="M285.6528 541.0082L285.6528 542.0238L279.9653 542.0238Q279.9653 541.6488 280.0903 541.2894Q280.30905 540.7113 280.7778 540.1488Q281.26218 539.5863 282.16843 538.8519Q283.57468 537.6957 284.05905 537.0238Q284.55905 536.3519 284.55905 535.7582Q284.55905 535.1332 284.10593 534.7113Q283.6528 534.2738 282.93405 534.2738Q282.16843 534.2738 281.7153 534.7269Q281.26218 535.18005 281.24655 535.99255L280.16843 535.8832Q280.2778 534.6644 280.99655 534.0394Q281.73093 533.3988 282.9653 533.3988Q284.19968 533.3988 284.91843 534.0863Q285.63718 534.7738 285.63718 535.7894Q285.63718 536.30505 285.41843 536.80505Q285.2153 537.2894 284.7153 537.8519Q284.23093 538.3988 283.10593 539.3519Q282.1528 540.1488 281.87155 540.4457Q281.60593 540.7269 281.43405 541.0082L285.6528 541.0082ZM287.10593 537.7894Q287.10593 536.2582 287.41843 535.3363Q287.73093 534.3988 288.3403 533.8988Q288.9653 533.3988 289.9028 533.3988Q290.5903 533.3988 291.10593 533.68005Q291.63718 533.9613 291.98093 534.49255Q292.32468 535.0082 292.51218 535.7582Q292.69968 536.5082 292.69968 537.7894Q292.69968 539.30505 292.38718 540.2269Q292.0903 541.1488 291.4653 541.6644Q290.85593 542.1644 289.9028 542.1644Q288.66843 542.1644 287.94968 541.2738Q287.10593 540.2113 287.10593 537.7894ZM288.18405 537.7894Q288.18405 539.8988 288.68405 540.6019Q289.18405 541.30505 289.9028 541.30505Q290.63718 541.30505 291.12155 540.6019Q291.62155 539.8988 291.62155 537.7894Q291.62155 535.6644 291.12155 534.9769Q290.63718 534.2738 289.88718 534.2738Q289.16843 534.2738 288.73093 534.8832Q288.18405 535.6644 288.18405 537.7894ZM294.30905 535.49255Q294.30905 534.5707 294.76218 533.93005Q295.23093 533.2894 296.10593 533.2894Q296.91843 533.2894 297.44968 533.86755Q297.98093 534.4457 297.98093 535.55505Q297.98093 536.6488 297.43405 537.24255Q296.9028 537.8207 296.12155 537.8207Q295.3403 537.8207 294.82468 537.24255Q294.30905 536.6644 294.30905 535.49255ZM296.13718 534.0082Q295.74655 534.0082 295.48093 534.3519Q295.23093 534.6957 295.23093 535.6019Q295.23093 536.43005 295.48093 536.7738Q295.74655 537.1019 296.13718 537.1019Q296.54343 537.1019 296.79343 536.7582Q297.05905 536.4144 297.05905 535.5238Q297.05905 534.68005 296.79343 534.3519Q296.5278 534.0082 296.13718 534.0082ZM296.13718 542.3363L300.8403 533.2894L301.69968 533.2894L297.01218 542.3363L296.13718 542.3363ZM299.85593 540.0082Q299.85593 539.0863 300.30905 538.4457Q300.7778 537.80505 301.66843 537.80505Q302.48093 537.80505 303.01218 538.3832Q303.54343 538.9457 303.54343 540.0707Q303.54343 541.1644 302.99655 541.7582Q302.4653 542.3363 301.66843 542.3363Q300.9028 542.3363 300.37155 541.7582Q299.85593 541.18005 299.85593 540.0082ZM301.69968 538.5238Q301.29343 538.5238 301.0278 538.86755Q300.7778 539.2113 300.7778 540.11755Q300.7778 540.93005 301.04343 541.2738Q301.30905 541.61755 301.69968 541.61755Q302.0903 541.61755 302.35593 541.2738Q302.62155 540.93005 302.62155 540.0238Q302.62155 539.1957 302.35593 538.86755Q302.0903 538.5238 301.69968 538.5238Z" fill-rule="nonzero"/><path fill="#666666" d="M368.08685 542.0238L368.08685 539.9613L364.3681 539.9613L364.3681 538.99255L368.28998 533.43005L369.14935 533.43005L369.14935 538.99255L370.3056 538.99255L370.3056 539.9613L369.14935 539.9613L369.14935 542.0238L368.08685 542.0238ZM368.08685 538.99255L368.08685 535.1332L365.39935 538.99255L368.08685 538.99255ZM371.71185 537.7894Q371.71185 536.2582 372.02435 535.3363Q372.33685 534.3988 372.94623 533.8988Q373.57123 533.3988 374.50873 533.3988Q375.19623 533.3988 375.71185 533.68005Q376.2431 533.9613 376.58685 534.49255Q376.9306 535.0082 377.1181 535.7582Q377.3056 536.5082 377.3056 537.7894Q377.3056 539.30505 376.9931 540.2269Q376.69623 541.1488 376.07123 541.6644Q375.46185 542.1644 374.50873 542.1644Q373.27435 542.1644 372.5556 541.2738Q371.71185 540.2113 371.71185 537.7894ZM372.78998 537.7894Q372.78998 539.8988 373.28998 540.6019Q373.78998 541.30505 374.50873 541.30505Q375.2431 541.30505 375.72748 540.6019Q376.22748 539.8988 376.22748 537.7894Q376.22748 535.6644 375.72748 534.9769Q375.2431 534.2738 374.4931 534.2738Q373.77435 534.2738 373.33685 534.8832Q372.78998 535.6644 372.78998 537.7894ZM378.91498 535.49255Q378.91498 534.5707 379.3681 533.93005Q379.83685 533.2894 380.71185 533.2894Q381.52435 533.2894 382.0556 533.86755Q382.58685 534.4457 382.58685 535.55505Q382.58685 536.6488 382.03998 537.24255Q381.50873 537.8207 380.72748 537.8207Q379.94623 537.8207 379.4306 537.24255Q378.91498 536.6644 378.91498 535.49255ZM380.7431 534.0082Q380.35248 534.0082 380.08685 534.3519Q379.83685 534.6957 379.83685 535.6019Q379.83685 536.43005 380.08685 536.7738Q380.35248 537.1019 380.7431 537.1019Q381.14935 537.1019 381.39935 536.7582Q381.66498 536.4144 381.66498 535.5238Q381.66498 534.68005 381.39935 534.3519Q381.13373 534.0082 380.7431 534.0082ZM380.7431 542.3363L385.44623 533.2894L386.3056 533.2894L381.6181 542.3363L380.7431 542.3363ZM384.46185 540.0082Q384.46185 539.0863 384.91498 538.4457Q385.38373 537.80505 386.27435 537.80505Q387.08685 537.80505 387.6181 538.3832Q388.14935 538.9457 388.14935 540.0707Q388.14935 541.1644 387.60248 541.7582Q387.07123 542.3363 386.27435 542.3363Q385.50873 542.3363 384.97748 541.7582Q384.46185 541.18005 384.46185 540.0082ZM386.3056 538.5238Q385.89935 538.5238 385.63373 538.86755Q385.38373 539.2113 385.38373 540.11755Q385.38373 540.93005 385.64935 541.2738Q385.91498 541.61755 386.3056 541.61755Q386.69623 541.61755 386.96185 541.2738Q387.22748 540.93005 387.22748 540.0238Q387.22748 539.1957 386.96185 538.86755Q386.69623 538.5238 386.3056 538.5238Z" fill-rule="nonzero"/><path fill="#666666" d="M454.78656 535.5394L453.7397 535.61755Q453.59906 534.99255 453.34906 534.7113Q452.91156 534.2582 452.28656 534.2582Q451.78656 534.2582 451.39594 534.5394Q450.91156 534.9144 450.6147 535.61755Q450.33344 536.30505 450.3178 537.5863Q450.6928 537.0082 451.2397 536.7269Q451.8022 536.4457 452.41156 536.4457Q453.45844 536.4457 454.1928 537.2269Q454.9428 538.0082 454.9428 539.2269Q454.9428 540.0394 454.58344 540.74255Q454.2397 541.43005 453.6303 541.80505Q453.02094 542.1644 452.2553 542.1644Q450.9272 542.1644 450.09906 541.1957Q449.27094 540.2269 449.27094 538.0082Q449.27094 535.5082 450.1928 534.3832Q450.9897 533.3988 452.34906 533.3988Q453.3647 533.3988 454.0053 533.9769Q454.66156 534.5394 454.78656 535.5394ZM450.4897 539.24255Q450.4897 539.7894 450.70844 540.2894Q450.9428 540.7738 451.34906 541.0394Q451.77094 541.30505 452.2397 541.30505Q452.89594 541.30505 453.3803 540.7738Q453.8647 540.2269 453.8647 539.30505Q453.8647 538.4144 453.3803 537.8988Q452.91156 537.3832 452.1928 537.3832Q451.47406 537.3832 450.97406 537.8988Q450.4897 538.4144 450.4897 539.24255ZM456.3178 537.7894Q456.3178 536.2582 456.6303 535.3363Q456.9428 534.3988 457.5522 533.8988Q458.1772 533.3988 459.1147 533.3988Q459.8022 533.3988 460.3178 533.68005Q460.84906 533.9613 461.1928 534.49255Q461.53656 535.0082 461.72406 535.7582Q461.91156 536.5082 461.91156 537.7894Q461.91156 539.30505 461.59906 540.2269Q461.3022 541.1488 460.6772 541.6644Q460.0678 542.1644 459.1147 542.1644Q457.8803 542.1644 457.16156 541.2738Q456.3178 540.2113 456.3178 537.7894ZM457.39594 537.7894Q457.39594 539.8988 457.89594 540.6019Q458.39594 541.30505 459.1147 541.30505Q459.84906 541.30505 460.33344 540.6019Q460.83344 539.8988 460.83344 537.7894Q460.83344 535.6644 460.33344 534.9769Q459.84906 534.2738 459.09906 534.2738Q458.3803 534.2738 457.9428 534.8832Q457.39594 535.6644 457.39594 537.7894ZM463.52094 535.49255Q463.52094 534.5707 463.97406 533.93005Q464.4428 533.2894 465.3178 533.2894Q466.1303 533.2894 466.66156 533.86755Q467.1928 534.4457 467.1928 535.55505Q467.1928 536.6488 466.64594 537.24255Q466.1147 537.8207 465.33344 537.8207Q464.5522 537.8207 464.03656 537.24255Q463.52094 536.6644 463.52094 535.49255ZM465.34906 534.0082Q464.95844 534.0082 464.6928 534.3519Q464.4428 534.6957 464.4428 535.6019Q464.4428 536.43005 464.6928 536.7738Q464.95844 537.1019 465.34906 537.1019Q465.7553 537.1019 466.0053 536.7582Q466.27094 536.4144 466.27094 535.5238Q466.27094 534.68005 466.0053 534.3519Q465.7397 534.0082 465.34906 534.0082ZM465.34906 542.3363L470.0522 533.2894L470.91156 533.2894L466.22406 542.3363L465.34906 542.3363ZM469.0678 540.0082Q469.0678 539.0863 469.52094 538.4457Q469.9897 537.80505 470.8803 537.80505Q471.6928 537.80505 472.22406 538.3832Q472.7553 538.9457 472.7553 540.0707Q472.7553 541.1644 472.20844 541.7582Q471.6772 542.3363 470.8803 542.3363Q470.1147 542.3363 469.58344 541.7582Q469.0678 541.18005 469.0678 540.0082ZM470.91156 538.5238Q470.5053 538.5238 470.2397 538.86755Q469.9897 539.2113 469.9897 540.11755Q469.9897 540.93005 470.2553 541.2738Q470.52094 541.61755 470.91156 541.61755Q471.3022 541.61755 471.5678 541.2738Q471.83344 540.93005 471.83344 540.0238Q471.83344 539.1957 471.5678 538.86755Q471.3022 538.5238 470.91156 538.5238Z" fill-rule="nonzero"/><path fill="#666666" d="M535.5487 537.36755Q534.89246 537.11755 534.56433 536.68005Q534.25183 536.2269 534.25183 535.61755Q534.25183 534.68005 534.9237 534.0394Q535.6112 533.3988 536.7206 533.3988Q537.8456 533.3988 538.5331 534.05505Q539.2206 534.7113 539.2206 535.6488Q539.2206 536.24255 538.9081 536.68005Q538.5956 537.11755 537.95496 537.36755Q538.75183 537.61755 539.1581 538.1957Q539.56433 538.7738 539.56433 539.5707Q539.56433 540.6644 538.7831 541.4144Q538.01746 542.1644 536.7362 542.1644Q535.4706 542.1644 534.68933 541.4144Q533.9081 540.6644 533.9081 539.5394Q533.9081 538.6957 534.32996 538.1332Q534.76746 537.5707 535.5487 537.36755ZM535.32996 535.5707Q535.32996 536.18005 535.7206 536.5707Q536.12683 536.9613 536.75183 536.9613Q537.3612 536.9613 537.75183 536.5863Q538.14246 536.1957 538.14246 535.6332Q538.14246 535.05505 537.7362 534.6644Q537.32996 534.2582 536.7362 534.2582Q536.12683 534.2582 535.7206 534.6488Q535.32996 535.0394 535.32996 535.5707ZM535.00183 539.5394Q535.00183 539.99255 535.20496 540.4144Q535.4237 540.8363 535.8456 541.0707Q536.26746 541.30505 536.75183 541.30505Q537.50183 541.30505 537.9862 540.8207Q538.4862 540.3363 538.4862 539.5863Q538.4862 538.8207 537.9862 538.3207Q537.4862 537.8207 536.7206 537.8207Q535.9706 537.8207 535.4862 538.3207Q535.00183 538.80505 535.00183 539.5394ZM540.9237 537.7894Q540.9237 536.2582 541.2362 535.3363Q541.5487 534.3988 542.1581 533.8988Q542.7831 533.3988 543.7206 533.3988Q544.4081 533.3988 544.9237 533.68005Q545.45496 533.9613 545.7987 534.49255Q546.14246 535.0082 546.32996 535.7582Q546.51746 536.5082 546.51746 537.7894Q546.51746 539.30505 546.20496 540.2269Q545.9081 541.1488 545.2831 541.6644Q544.6737 542.1644 543.7206 542.1644Q542.4862 542.1644 541.76746 541.2738Q540.9237 540.2113 540.9237 537.7894ZM542.00183 537.7894Q542.00183 539.8988 542.50183 540.6019Q543.00183 541.30505 543.7206 541.30505Q544.45496 541.30505 544.93933 540.6019Q545.43933 539.8988 545.43933 537.7894Q545.43933 535.6644 544.93933 534.9769Q544.45496 534.2738 543.70496 534.2738Q542.9862 534.2738 542.5487 534.8832Q542.00183 535.6644 542.00183 537.7894ZM548.12683 535.49255Q548.12683 534.5707 548.57996 533.93005Q549.0487 533.2894 549.9237 533.2894Q550.7362 533.2894 551.26746 533.86755Q551.7987 534.4457 551.7987 535.55505Q551.7987 536.6488 551.25183 537.24255Q550.7206 537.8207 549.93933 537.8207Q549.1581 537.8207 548.64246 537.24255Q548.12683 536.6644 548.12683 535.49255ZM549.95496 534.0082Q549.56433 534.0082 549.2987 534.3519Q549.0487 534.6957 549.0487 535.6019Q549.0487 536.43005 549.2987 536.7738Q549.56433 537.1019 549.95496 537.1019Q550.3612 537.1019 550.6112 536.7582Q550.87683 536.4144 550.87683 535.5238Q550.87683 534.68005 550.6112 534.3519Q550.3456 534.0082 549.95496 534.0082ZM549.95496 542.3363L554.6581 533.2894L555.51746 533.2894L550.82996 542.3363L549.95496 542.3363ZM553.6737 540.0082Q553.6737 539.0863 554.12683 538.4457Q554.5956 537.80505 555.4862 537.80505Q556.2987 537.80505 556.82996 538.3832Q557.3612 538.9457 557.3612 540.0707Q557.3612 541.1644 556.81433 541.7582Q556.2831 542.3363 555.4862 542.3363Q554.7206 542.3363 554.18933 541.7582Q553.6737 541.18005 553.6737 540.0082ZM555.51746 538.5238Q555.1112 538.5238 554.8456 538.86755Q554.5956 539.2113 554.5956 540.11755Q554.5956 540.93005 554.8612 541.2738Q555.12683 541.61755 555.51746 541.61755Q555.9081 541.61755 556.1737 541.2738Q556.43933 540.93005 556.43933 540.0238Q556.43933 539.1957 556.1737 538.86755Q555.9081 538.5238 555.51746 538.5238Z" fill-rule="nonzero"/><path fill="#666666" d="M31.978125 35.492958L29.321875 25.477333L30.68125 25.477333L32.2125 32.039833Q32.446877 33.071083 32.634377 34.086708Q33.009377 32.477333 33.0875 32.242958L34.99375 25.477333L36.5875 25.477333L38.025 30.539833Q38.55625 32.430458 38.80625 34.086708Q38.99375 33.133583 39.30625 31.914833L40.86875 25.477333L42.2125 25.477333L39.4625 35.492958L38.18125 35.492958L36.071877 27.852333Q35.80625 26.899208 35.759377 26.680458Q35.603127 27.367958 35.4625 27.852333L33.3375 35.492958L31.978125 35.492958ZM43.071877 35.492958L43.071877 25.477333L44.30625 25.477333L44.30625 29.071083Q45.165627 28.071083 46.478127 28.071083Q47.290627 28.071083 47.884377 28.399208Q48.478127 28.711708 48.728127 29.274208Q48.99375 29.821083 48.99375 30.899208L48.99375 35.492958L47.759377 35.492958L47.759377 30.899208Q47.759377 29.961708 47.353127 29.555458Q46.9625 29.133583 46.228127 29.133583Q45.68125 29.133583 45.196877 29.414833Q44.7125 29.696083 44.509377 30.180458Q44.30625 30.664833 44.30625 31.524208L44.30625 35.492958L43.071877 35.492958ZM55.80625 34.602333Q55.134377 35.180458 54.49375 35.430458Q53.86875 35.664833 53.134377 35.664833Q51.946877 35.664833 51.290627 35.086708Q50.65 34.492958 50.65 33.571083Q50.65 33.039833 50.884377 32.602333Q51.134377 32.164833 51.525 31.899208Q51.93125 31.633583 52.415627 31.492958Q52.775 31.399208 53.509377 31.305458Q55.009377 31.133583 55.7125 30.883583Q55.7125 30.633583 55.7125 30.571083Q55.7125 29.805458 55.36875 29.508583Q54.9 29.086708 53.9625 29.086708Q53.103127 29.086708 52.68125 29.399208Q52.275 29.696083 52.071877 30.461708L50.86875 30.305458Q51.025 29.524208 51.4 29.055458Q51.790627 28.586708 52.49375 28.336708Q53.2125 28.071083 54.15 28.071083Q55.071877 28.071083 55.65 28.289833Q56.228127 28.508583 56.49375 28.836708Q56.775 29.164833 56.884377 29.680458Q56.946877 29.992958 56.946877 30.805458L56.946877 32.446083Q56.946877 34.164833 57.025 34.617958Q57.103127 35.071083 57.3375 35.492958L56.05625 35.492958Q55.86875 35.102333 55.80625 34.602333ZM55.7125 31.852333Q55.040627 32.117958 53.696877 32.321083Q52.946877 32.430458 52.61875 32.571083Q52.30625 32.696083 52.134377 32.961708Q51.9625 33.227333 51.9625 33.539833Q51.9625 34.039833 52.3375 34.367958Q52.7125 34.696083 53.43125 34.696083Q54.15 34.696083 54.696877 34.383583Q55.24375 34.071083 55.509377 33.524208Q55.7125 33.117958 55.7125 32.305458L55.7125 31.852333ZM61.759377 34.399208L61.93125 35.477333Q61.415627 35.586708 61.009377 35.586708Q60.3375 35.586708 59.9625 35.383583Q59.603127 35.164833 59.446877 34.821083Q59.30625 34.477333 59.30625 33.367958L59.30625 29.196083L58.4 29.196083L58.4 28.227333L59.30625 28.227333L59.30625 26.430458L60.525 25.696083L60.525 28.227333L61.759377 28.227333L61.759377 29.196083L60.525 29.196083L60.525 33.430458Q60.525 33.961708 60.5875 34.117958Q60.65 34.258583 60.790627 34.352333Q60.946877 34.446083 61.2125 34.446083Q61.43125 34.446083 61.759377 34.399208ZM67.0875 26.883583L67.0875 25.477333L68.30625 25.477333L68.30625 26.883583L67.0875 26.883583ZM67.0875 35.492958L67.0875 28.227333L68.30625 28.227333L68.30625 35.492958L67.0875 35.492958ZM69.5875 33.321083L70.79063 33.133583Q70.9 33.867958 71.36875 34.258583Q71.8375 34.649208 72.68125 34.649208Q73.525 34.649208 73.93125 34.305458Q74.35313 33.961708 74.35313 33.492958Q74.35313 33.071083 73.97813 32.836708Q73.72813 32.664833 72.72813 32.414833Q71.36875 32.071083 70.8375 31.821083Q70.32188 31.571083 70.05625 31.133583Q69.79063 30.696083 69.79063 30.164833Q69.79063 29.680458 70.00938 29.274208Q70.22813 28.852333 70.61875 28.571083Q70.9 28.367958 71.38438 28.227333Q71.88438 28.071083 72.4625 28.071083Q73.30625 28.071083 73.94688 28.321083Q74.60313 28.555458 74.91563 28.977333Q75.22813 29.399208 75.3375 30.102333L74.13438 30.274208Q74.05625 29.711708 73.65 29.399208Q73.25938 29.086708 72.54063 29.086708Q71.69688 29.086708 71.3375 29.367958Q70.97813 29.633583 70.97813 30.024208Q70.97813 30.258583 71.11875 30.446083Q71.275 30.649208 71.60313 30.774208Q71.775 30.836708 72.68125 31.086708Q73.99375 31.446083 74.50938 31.664833Q75.025 31.883583 75.30625 32.305458Q75.60313 32.727333 75.60313 33.352333Q75.60313 33.977333 75.24375 34.524208Q74.9 35.055458 74.2125 35.367958Q73.54063 35.664833 72.68125 35.664833Q71.275 35.664833 70.525 35.071083Q69.79063 34.477333 69.5875 33.321083ZM83.75938 34.399208L83.93125 35.477333Q83.41563 35.586708 83.00938 35.586708Q82.3375 35.586708 81.9625 35.383583Q81.60313 35.164833 81.44688 34.821083Q81.30625 34.477333 81.30625 33.367958L81.30625 29.196083L80.4 29.196083L80.4 28.227333L81.30625 28.227333L81.30625 26.430458L82.525 25.696083L82.525 28.227333L83.75938 28.227333L83.75938 29.196083L82.525 29.196083L82.525 33.430458Q82.525 33.961708 82.5875 34.117958Q82.65 34.258583 82.79063 34.352333Q82.94688 34.446083 83.2125 34.446083Q83.43125 34.446083 83.75938 34.399208ZM85.07188 35.492958L85.07188 25.477333L86.30625 25.477333L86.30625 29.071083Q87.16563 28.071083 88.47813 28.071083Q89.29063 28.071083 89.88438 28.399208Q90.47813 28.711708 90.72813 29.274208Q90.99375 29.821083 90.99375 30.899208L90.99375 35.492958L89.75938 35.492958L89.75938 30.899208Q89.75938 29.961708 89.35313 29.555458Q88.9625 29.133583 88.22813 29.133583Q87.68125 29.133583 87.19688 29.414833Q86.7125 29.696083 86.50938 30.180458Q86.30625 30.664833 86.30625 31.524208L86.30625 35.492958L85.07188 35.492958ZM98.04063 33.149208L99.32188 33.305458Q99.00938 34.430458 98.19688 35.055458Q97.38438 35.664833 96.11875 35.664833Q94.525 35.664833 93.5875 34.680458Q92.66563 33.696083 92.66563 31.930458Q92.66563 30.086708 93.60313 29.086708Q94.55625 28.071083 96.05625 28.071083Q97.50938 28.071083 98.43125 29.071083Q99.35313 30.055458 99.35313 31.852333Q99.35313 31.961708 99.35313 32.180458L93.93125 32.180458Q94.00938 33.367958 94.60313 34.008583Q95.2125 34.649208 96.13438 34.649208Q96.80625 34.649208 97.275 34.289833Q97.75938 33.930458 98.04063 33.149208ZM94.00938 31.164833L98.05625 31.164833Q97.97813 30.242958 97.5875 29.789833Q97.00938 29.086708 96.07188 29.086708Q95.2125 29.086708 94.63438 29.649208Q94.07188 30.211708 94.00938 31.164833ZM106.2125 35.492958L105.07188 35.492958L105.07188 25.477333L106.29063 25.477333L106.29063 29.039833Q107.07188 28.071083 108.29063 28.071083Q108.9625 28.071083 109.55625 28.336708Q110.15 28.602333 110.54063 29.102333Q110.93125 29.586708 111.15 30.274208Q111.36875 30.961708 111.36875 31.758583Q111.36875 33.617958 110.43125 34.649208Q109.50938 35.664833 108.22813 35.664833Q106.94688 35.664833 106.2125 34.586708L106.2125 35.492958ZM106.19688 31.805458Q106.19688 33.117958 106.55625 33.696083Q107.13438 34.649208 108.11875 34.649208Q108.93125 34.649208 109.50938 33.946083Q110.10313 33.242958 110.10313 31.852333Q110.10313 30.430458 109.54063 29.758583Q108.97813 29.086708 108.18125 29.086708Q107.36875 29.086708 106.775 29.789833Q106.19688 30.477333 106.19688 31.805458ZM113.0875 26.883583L113.0875 25.477333L114.30625 25.477333L114.30625 26.883583L113.0875 26.883583ZM113.0875 35.492958L113.0875 28.227333L114.30625 28.227333L114.30625 35.492958L113.0875 35.492958ZM115.85313 36.102333L117.04063 36.274208Q117.11875 36.821083 117.4625 37.086708Q117.91563 37.414833 118.7125 37.414833Q119.57188 37.414833 120.025 37.071083Q120.49375 36.742958 120.66563 36.117958Q120.75938 35.742958 120.74375 34.539833Q119.94688 35.492958 118.74375 35.492958Q117.24375 35.492958 116.41563 34.414833Q115.60313 33.336708 115.60313 31.821083Q115.60313 30.789833 115.97813 29.914833Q116.35313 29.024208 117.05625 28.555458Q117.775 28.071083 118.74375 28.071083Q120.025 28.071083 120.86875 29.102333L120.86875 28.227333L121.99375 28.227333L121.99375 34.508583Q121.99375 36.211708 121.65 36.914833Q121.30625 37.617958 120.55625 38.024208Q119.80625 38.446083 118.7125 38.446083Q117.41563 38.446083 116.61875 37.852333Q115.82188 37.274208 115.85313 36.102333ZM116.86875 31.727333Q116.86875 33.164833 117.43125 33.821083Q117.99375 34.477333 118.85313 34.477333Q119.69688 34.477333 120.275 33.821083Q120.85313 33.164833 120.85313 31.774208Q120.85313 30.446083 120.25938 29.774208Q119.66563 29.086708 118.8375 29.086708Q118.00938 29.086708 117.43125 29.758583Q116.86875 30.414833 116.86875 31.727333ZM123.85313 36.102333L125.04063 36.274208Q125.11875 36.821083 125.4625 37.086708Q125.91563 37.414833 126.7125 37.414833Q127.57188 37.414833 128.025 37.071083Q128.49374 36.742958 128.66562 36.117958Q128.75937 35.742958 128.74374 34.539833Q127.94688 35.492958 126.74375 35.492958Q125.24375 35.492958 124.41563 34.414833Q123.60313 33.336708 123.60313 31.821083Q123.60313 30.789833 123.97813 29.914833Q124.35313 29.024208 125.05625 28.555458Q125.775 28.071083 126.74375 28.071083Q128.025 28.071083 128.86874 29.102333L128.86874 28.227333L129.99374 28.227333L129.99374 34.508583Q129.99374 36.211708 129.65 36.914833Q129.30624 37.617958 128.55624 38.024208Q127.80625 38.446083 126.7125 38.446083Q125.41563 38.446083 124.61875 37.852333Q123.82188 37.274208 123.85313 36.102333ZM124.86875 31.727333Q124.86875 33.164833 125.43125 33.821083Q125.99375 34.477333 126.85313 34.477333Q127.69688 34.477333 128.275 33.821083Q128.85312 33.164833 128.85312 31.774208Q128.85312 30.446083 128.25937 29.774208Q127.66563 29.086708 126.8375 29.086708Q126.00938 29.086708 125.43125 29.758583Q124.86875 30.414833 124.86875 31.727333ZM137.04062 33.149208L138.32187 33.305458Q138.00937 34.430458 137.19687 35.055458Q136.38437 35.664833 135.11874 35.664833Q133.525 35.664833 132.5875 34.680458Q131.66562 33.696083 131.66562 31.930458Q131.66562 30.086708 132.60312 29.086708Q133.55624 28.071083 135.05624 28.071083Q136.50937 28.071083 137.43124 29.071083Q138.35312 30.055458 138.35312 31.852333Q138.35312 31.961708 138.35312 32.180458L132.93124 32.180458Q133.00937 33.367958 133.60312 34.008583Q134.2125 34.649208 135.13437 34.649208Q135.80624 34.649208 136.275 34.289833Q136.75937 33.930458 137.04062 33.149208ZM133.00937 31.164833L137.05624 31.164833Q136.97812 30.242958 136.5875 29.789833Q136.00937 29.086708 135.07187 29.086708Q134.2125 29.086708 133.63437 29.649208Q133.07187 30.211708 133.00937 31.164833ZM139.5875 33.321083L140.79062 33.133583Q140.9 33.867958 141.36874 34.258583Q141.8375 34.649208 142.68124 34.649208Q143.525 34.649208 143.93124 34.305458Q144.35312 33.961708 144.35312 33.492958Q144.35312 33.071083 143.97812 32.836708Q143.72812 32.664833 142.72812 32.414833Q141.36874 32.071083 140.8375 31.821083Q140.32187 31.571083 140.05624 31.133583Q139.79062 30.696083 139.79062 30.164833Q139.79062 29.680458 140.00937 29.274208Q140.22812 28.852333 140.61874 28.571083Q140.9 28.367958 141.38437 28.227333Q141.88437 28.071083 142.4625 28.071083Q143.30624 28.071083 143.94687 28.321083Q144.60312 28.555458 144.91562 28.977333Q145.22812 29.399208 145.3375 30.102333L144.13437 30.274208Q144.05624 29.711708 143.65 29.399208Q143.25937 29.086708 142.54062 29.086708Q141.69687 29.086708 141.3375 29.367958Q140.97812 29.633583 140.97812 30.024208Q140.97812 30.258583 141.11874 30.446083Q141.275 30.649208 141.60312 30.774208Q141.775 30.836708 142.68124 31.086708Q143.99374 31.446083 144.50937 31.664833Q145.025 31.883583 145.30624 32.305458Q145.60312 32.727333 145.60312 33.352333Q145.60312 33.977333 145.24374 34.524208Q144.9 35.055458 144.2125 35.367958Q143.54062 35.664833 142.68124 35.664833Q141.275 35.664833 140.525 35.071083Q139.79062 34.477333 139.5875 33.321083ZM149.75937 34.399208L149.93124 35.477333Q149.41562 35.586708 149.00937 35.586708Q148.3375 35.586708 147.9625 35.383583Q147.60312 35.164833 147.44687 34.821083Q147.30624 34.477333 147.30624 33.367958L147.30624 29.196083L146.4 29.196083L146.4 28.227333L147.30624 28.227333L147.30624 26.430458L148.525 25.696083L148.525 28.227333L149.75937 28.227333L149.75937 29.196083L148.525 29.196083L148.525 33.430458Q148.525 33.961708 148.5875 34.117958Q148.65 34.258583 148.79062 34.352333Q148.94687 34.446083 149.2125 34.446083Q149.43124 34.446083 149.75937 34.399208ZM159.80624 32.836708L161.025 32.992958Q160.82187 34.242958 159.99374 34.961708Q159.18124 35.664833 157.99374 35.664833Q156.50937 35.664833 155.60312 34.696083Q154.69687 33.711708 154.69687 31.883583Q154.69687 30.711708 155.0875 29.836708Q155.47812 28.946083 156.275 28.508583Q157.07187 28.071083 158.00937 28.071083Q159.18124 28.071083 159.93124 28.664833Q160.69687 29.258583 160.9 30.367958L159.7125 30.555458Q159.54062 29.821083 159.10312 29.461708Q158.66562 29.086708 158.05624 29.086708Q157.11874 29.086708 156.54062 29.758583Q155.9625 30.414833 155.9625 31.852333Q155.9625 33.321083 156.525 33.992958Q157.0875 34.649208 157.97812 34.649208Q158.7125 34.649208 159.19687 34.211708Q159.68124 33.758583 159.80624 32.836708ZM162.07187 35.492958L162.07187 25.477333L163.30624 25.477333L163.30624 29.071083Q164.16562 28.071083 165.47812 28.071083Q166.29062 28.071083 166.88437 28.399208Q167.47812 28.711708 167.72812 29.274208Q167.99374 29.821083 167.99374 30.899208L167.99374 35.492958L166.75937 35.492958L166.75937 30.899208Q166.75937 29.961708 166.35312 29.555458Q165.9625 29.133583 165.22812 29.133583Q164.68124 29.133583 164.19687 29.414833Q163.7125 29.696083 163.50937 30.180458Q163.30624 30.664833 163.30624 31.524208L163.30624 35.492958L162.07187 35.492958ZM174.80624 34.602333Q174.13437 35.180458 173.49374 35.430458Q172.86874 35.664833 172.13437 35.664833Q170.94687 35.664833 170.29062 35.086708Q169.65 34.492958 169.65 33.571083Q169.65 33.039833 169.88437 32.602333Q170.13437 32.164833 170.525 31.899208Q170.93124 31.633583 171.41562 31.492958Q171.775 31.399208 172.50937 31.305458Q174.00937 31.133583 174.7125 30.883583Q174.7125 30.633583 174.7125 30.571083Q174.7125 29.805458 174.36874 29.508583Q173.9 29.086708 172.9625 29.086708Q172.10312 29.086708 171.68124 29.399208Q171.275 29.696083 171.07187 30.461708L169.86874 30.305458Q170.025 29.524208 170.4 29.055458Q170.79062 28.586708 171.49374 28.336708Q172.2125 28.071083 173.15 28.071083Q174.07187 28.071083 174.65 28.289833Q175.22812 28.508583 175.49374 28.836708Q175.775 29.164833 175.88437 29.680458Q175.94687 29.992958 175.94687 30.805458L175.94687 32.446083Q175.94687 34.164833 176.025 34.617958Q176.10312 35.071083 176.3375 35.492958L175.05624 35.492958Q174.86874 35.102333 174.80624 34.602333ZM174.7125 31.852333Q174.04062 32.117958 172.69687 32.321083Q171.94687 32.430458 171.61874 32.571083Q171.30624 32.696083 171.13437 32.961708Q170.9625 33.227333 170.9625 33.539833Q170.9625 34.039833 171.3375 34.367958Q171.7125 34.696083 172.43124 34.696083Q173.15 34.696083 173.69687 34.383583Q174.24374 34.071083 174.50937 33.524208Q174.7125 33.117958 174.7125 32.305458L174.7125 31.852333ZM178.04062 35.492958L178.04062 25.477333L179.275 25.477333L179.275 35.492958L178.04062 35.492958ZM181.04062 35.492958L181.04062 25.477333L182.275 25.477333L182.275 35.492958L181.04062 35.492958ZM189.04062 33.149208L190.32187 33.305458Q190.00937 34.430458 189.19687 35.055458Q188.38437 35.664833 187.11874 35.664833Q185.525 35.664833 184.5875 34.680458Q183.66562 33.696083 183.66562 31.930458Q183.66562 30.086708 184.60312 29.086708Q185.55624 28.071083 187.05624 28.071083Q188.50937 28.071083 189.43124 29.071083Q190.35312 30.055458 190.35312 31.852333Q190.35312 31.961708 190.35312 32.180458L184.93124 32.180458Q185.00937 33.367958 185.60312 34.008583Q186.2125 34.649208 187.13437 34.649208Q187.80624 34.649208 188.275 34.289833Q188.75937 33.930458 189.04062 33.149208ZM185.00937 31.164833L189.05624 31.164833Q188.97812 30.242958 188.5875 29.789833Q188.00937 29.086708 187.07187 29.086708Q186.2125 29.086708 185.63437 29.649208Q185.07187 30.211708 185.00937 31.164833ZM192.07187 35.492958L192.07187 28.227333L193.18124 28.227333L193.18124 29.258583Q193.97812 28.071083 195.49374 28.071083Q196.15 28.071083 196.69687 28.305458Q197.24374 28.539833 197.50937 28.930458Q197.79062 29.305458 197.9 29.836708Q197.97812 30.180458 197.97812 31.024208L197.97812 35.492958L196.74374 35.492958L196.74374 31.071083Q196.74374 30.321083 196.60312 29.961708Q196.4625 29.586708 196.0875 29.367958Q195.72812 29.133583 195.22812 29.133583Q194.44687 29.133583 193.86874 29.633583Q193.30624 30.133583 193.30624 31.524208L193.30624 35.492958L192.07187 35.492958ZM199.85312 36.102333L201.04062 36.274208Q201.11874 36.821083 201.4625 37.086708Q201.91562 37.414833 202.7125 37.414833Q203.57187 37.414833 204.025 37.071083Q204.49374 36.742958 204.66562 36.117958Q204.75937 35.742958 204.74374 34.539833Q203.94687 35.492958 202.74374 35.492958Q201.24374 35.492958 200.41562 34.414833Q199.60312 33.336708 199.60312 31.821083Q199.60312 30.789833 199.97812 29.914833Q200.35312 29.024208 201.05624 28.555458Q201.775 28.071083 202.74374 28.071083Q204.025 28.071083 204.86874 29.102333L204.86874 28.227333L205.99374 28.227333L205.99374 34.508583Q205.99374 36.211708 205.65 36.914833Q205.30624 37.617958 204.55624 38.024208Q203.80624 38.446083 202.7125 38.446083Q201.41562 38.446083 200.61874 37.852333Q199.82187 37.274208 199.85312 36.102333ZM200.86874 31.727333Q200.86874 33.164833 201.43124 33.821083Q201.99374 34.477333 202.85312 34.477333Q203.69687 34.477333 204.275 33.821083Q204.85312 33.164833 204.85312 31.774208Q204.85312 30.446083 204.25937 29.774208Q203.66562 29.086708 202.8375 29.086708Q202.00937 29.086708 201.43124 29.758583Q200.86874 30.414833 200.86874 31.727333ZM213.04062 33.149208L214.32187 33.305458Q214.00937 34.430458 213.19687 35.055458Q212.38437 35.664833 211.11874 35.664833Q209.525 35.664833 208.5875 34.680458Q207.66562 33.696083 207.66562 31.930458Q207.66562 30.086708 208.60312 29.086708Q209.55624 28.071083 211.05624 28.071083Q212.50937 28.071083 213.43124 29.071083Q214.35312 30.055458 214.35312 31.852333Q214.35312 31.961708 214.35312 32.180458L208.93124 32.180458Q209.00937 33.367958 209.60312 34.008583Q210.2125 34.649208 211.13437 34.649208Q211.80624 34.649208 212.275 34.289833Q212.75937 33.930458 213.04062 33.149208ZM209.00937 31.164833L213.05624 31.164833Q212.97812 30.242958 212.5875 29.789833Q212.00937 29.086708 211.07187 29.086708Q210.2125 29.086708 209.63437 29.649208Q209.07187 30.211708 209.00937 31.164833ZM220.025 38.289833L219.88437 37.133583Q220.29062 37.242958 220.5875 37.242958Q220.99374 37.242958 221.24374 37.102333Q221.49374 36.977333 221.65 36.727333Q221.75937 36.539833 222.025 35.805458Q222.05624 35.711708 222.13437 35.508583L219.36874 28.227333L220.69687 28.227333L222.2125 32.430458Q222.50937 33.242958 222.74374 34.117958Q222.94687 33.274208 223.24374 32.461708L224.79062 28.227333L226.025 28.227333L223.25937 35.617958Q222.82187 36.805458 222.57187 37.258583Q222.24374 37.867958 221.82187 38.149208Q221.4 38.446083 220.80624 38.446083Q220.4625 38.446083 220.025 38.289833ZM226.61874 31.867958Q226.61874 29.852333 227.74374 28.867958Q228.66562 28.071083 230.025 28.071083Q231.50937 28.071083 232.4625 29.055458Q233.41562 30.024208 233.41562 31.758583Q233.41562 33.164833 232.99374 33.977333Q232.57187 34.774208 231.75937 35.227333Q230.9625 35.664833 230.025 35.664833Q228.49374 35.664833 227.55624 34.680458Q226.61874 33.696083 226.61874 31.867958ZM227.88437 31.867958Q227.88437 33.258583 228.49374 33.961708Q229.10312 34.649208 230.025 34.649208Q230.93124 34.649208 231.54062 33.946083Q232.15 33.242958 232.15 31.821083Q232.15 30.477333 231.54062 29.789833Q230.93124 29.086708 230.025 29.086708Q229.10312 29.086708 228.49374 29.774208Q227.88437 30.461708 227.88437 31.867958ZM239.8375 35.492958L239.8375 34.430458Q238.97812 35.664833 237.525 35.664833Q236.88437 35.664833 236.32187 35.414833Q235.775 35.164833 235.49374 34.789833Q235.22812 34.414833 235.11874 33.883583Q235.04062 33.524208 235.04062 32.727333L235.04062 28.227333L236.275 28.227333L236.275 32.258583Q236.275 33.227333 236.35312 33.555458Q236.4625 34.039833 236.8375 34.321083Q237.2125 34.602333 237.775 34.602333Q238.32187 34.602333 238.80624 34.321083Q239.29062 34.024208 239.49374 33.539833Q239.69687 33.055458 239.69687 32.117958L239.69687 28.227333L240.93124 28.227333L240.93124 35.492958L239.8375 35.492958ZM247.07187 38.274208L247.07187 28.227333L248.19687 28.227333L248.19687 29.180458Q248.5875 28.617958 249.0875 28.352333Q249.5875 28.071083 250.30624 28.071083Q251.22812 28.071083 251.93124 28.555458Q252.65 29.024208 253.00937 29.899208Q253.36874 30.774208 253.36874 31.805458Q253.36874 32.914833 252.9625 33.821083Q252.57187 34.711708 251.80624 35.196083Q251.05624 35.664833 250.2125 35.664833Q249.60312 35.664833 249.10312 35.399208Q248.61874 35.133583 248.30624 34.742958L248.30624 38.274208L247.07187 38.274208ZM248.18124 31.899208Q248.18124 33.305458 248.74374 33.977333Q249.32187 34.649208 250.13437 34.649208Q250.94687 34.649208 251.525 33.961708Q252.11874 33.258583 252.11874 31.805458Q252.11874 30.414833 251.54062 29.727333Q250.97812 29.039833 250.18124 29.039833Q249.4 29.039833 248.79062 29.774208Q248.18124 30.508583 248.18124 31.899208ZM260.04062 33.149208L261.32187 33.305458Q261.00937 34.430458 260.19687 35.055458Q259.38437 35.664833 258.11874 35.664833Q256.525 35.664833 255.5875 34.680458Q254.66562 33.696083 254.66562 31.930458Q254.66562 30.086708 255.60312 29.086708Q256.55624 28.071083 258.05624 28.071083Q259.50937 28.071083 260.43124 29.071083Q261.35312 30.055458 261.35312 31.852333Q261.35312 31.961708 261.35312 32.180458L255.93124 32.180458Q256.00937 33.367958 256.60312 34.008583Q257.2125 34.649208 258.13437 34.649208Q258.80624 34.649208 259.275 34.289833Q259.75937 33.930458 260.04062 33.149208ZM256.00937 31.164833L260.05624 31.164833Q259.97812 30.242958 259.5875 29.789833Q259.00937 29.086708 258.07187 29.086708Q257.2125 29.086708 256.63437 29.649208Q256.07187 30.211708 256.00937 31.164833ZM263.05624 35.492958L263.05624 28.227333L264.16562 28.227333L264.16562 29.336708Q264.5875 28.555458 264.94687 28.321083Q265.30624 28.071083 265.74374 28.071083Q266.36874 28.071083 267.00937 28.461708L266.5875 29.602333Q266.13437 29.336708 265.68124 29.336708Q265.275 29.336708 264.94687 29.586708Q264.63437 29.821083 264.49374 30.258583Q264.29062 30.914833 264.29062 31.696083L264.29062 35.492958L263.05624 35.492958ZM267.5875 33.321083L268.79062 33.133583Q268.9 33.867958 269.36874 34.258583Q269.8375 34.649208 270.68124 34.649208Q271.525 34.649208 271.93124 34.305458Q272.35312 33.961708 272.35312 33.492958Q272.35312 33.071083 271.97812 32.836708Q271.72812 32.664833 270.72812 32.414833Q269.36874 32.071083 268.8375 31.821083Q268.32187 31.571083 268.05624 31.133583Q267.79062 30.696083 267.79062 30.164833Q267.79062 29.680458 268.00937 29.274208Q268.22812 28.852333 268.61874 28.571083Q268.9 28.367958 269.38437 28.227333Q269.88437 28.071083 270.4625 28.071083Q271.30624 28.071083 271.94687 28.321083Q272.60312 28.555458 272.91562 28.977333Q273.22812 29.399208 273.3375 30.102333L272.13437 30.274208Q272.05624 29.711708 271.65 29.399208Q271.25937 29.086708 270.54062 29.086708Q269.69687 29.086708 269.3375 29.367958Q268.97812 29.633583 268.97812 30.024208Q268.97812 30.258583 269.11874 30.446083Q269.275 30.649208 269.60312 30.774208Q269.775 30.836708 270.68124 31.086708Q271.99374 31.446083 272.50937 31.664833Q273.025 31.883583 273.30624 32.305458Q273.60312 32.727333 273.60312 33.352333Q273.60312 33.977333 273.24374 34.524208Q272.9 35.055458 272.2125 35.367958Q271.54062 35.664833 270.68124 35.664833Q269.275 35.664833 268.525 35.071083Q267.79062 34.477333 267.5875 33.321083ZM274.61874 31.867958Q274.61874 29.852333 275.74374 28.867958Q276.66562 28.071083 278.025 28.071083Q279.50937 28.071083 280.4625 29.055458Q281.41562 30.024208 281.41562 31.758583Q281.41562 33.164833 280.99374 33.977333Q280.57187 34.774208 279.75937 35.227333Q278.9625 35.664833 278.025 35.664833Q276.49374 35.664833 275.55624 34.680458Q274.61874 33.696083 274.61874 31.867958ZM275.88437 31.867958Q275.88437 33.258583 276.49374 33.961708Q277.10312 34.649208 278.025 34.649208Q278.93124 34.649208 279.54062 33.946083Q280.15 33.242958 280.15 31.821083Q280.15 30.477333 279.54062 29.789833Q278.93124 29.086708 278.025 29.086708Q277.10312 29.086708 276.49374 29.774208Q275.88437 30.461708 275.88437 31.867958ZM283.07187 35.492958L283.07187 28.227333L284.18124 28.227333L284.18124 29.258583Q284.97812 28.071083 286.49374 28.071083Q287.15 28.071083 287.69687 28.305458Q288.24374 28.539833 288.50937 28.930458Q288.79062 29.305458 288.9 29.836708Q288.97812 30.180458 288.97812 31.024208L288.97812 35.492958L287.74374 35.492958L287.74374 31.071083Q287.74374 30.321083 287.60312 29.961708Q287.4625 29.586708 287.0875 29.367958Q286.72812 29.133583 286.22812 29.133583Q285.44687 29.133583 284.86874 29.633583Q284.30624 30.133583 284.30624 31.524208L284.30624 35.492958L283.07187 35.492958ZM295.80624 34.602333Q295.13437 35.180458 294.49374 35.430458Q293.86874 35.664833 293.13437 35.664833Q291.94687 35.664833 291.29062 35.086708Q290.65 34.492958 290.65 33.571083Q290.65 33.039833 290.88437 32.602333Q291.13437 32.164833 291.525 31.899208Q291.93124 31.633583 292.41562 31.492958Q292.775 31.399208 293.50937 31.305458Q295.00937 31.133583 295.7125 30.883583Q295.7125 30.633583 295.7125 30.571083Q295.7125 29.805458 295.36874 29.508583Q294.9 29.086708 293.9625 29.086708Q293.10312 29.086708 292.68124 29.399208Q292.275 29.696083 292.07187 30.461708L290.86874 30.305458Q291.025 29.524208 291.4 29.055458Q291.79062 28.586708 292.49374 28.336708Q293.2125 28.071083 294.15 28.071083Q295.07187 28.071083 295.65 28.289833Q296.22812 28.508583 296.49374 28.836708Q296.775 29.164833 296.88437 29.680458Q296.94687 29.992958 296.94687 30.805458L296.94687 32.446083Q296.94687 34.164833 297.025 34.617958Q297.10312 35.071083 297.3375 35.492958L296.05624 35.492958Q295.86874 35.102333 295.80624 34.602333ZM295.7125 31.852333Q295.04062 32.117958 293.69687 32.321083Q292.94687 32.430458 292.61874 32.571083Q292.30624 32.696083 292.13437 32.961708Q291.9625 33.227333 291.9625 33.539833Q291.9625 34.039833 292.3375 34.367958Q292.7125 34.696083 293.43124 34.696083Q294.15 34.696083 294.69687 34.383583Q295.24374 34.071083 295.50937 33.524208Q295.7125 33.117958 295.7125 32.305458L295.7125 31.852333ZM299.04062 35.492958L299.04062 25.477333L300.275 25.477333L300.275 35.492958L299.04062 35.492958ZM302.04062 35.492958L302.04062 25.477333L303.275 25.477333L303.275 35.492958L302.04062 35.492958ZM305.025 38.289833L304.88437 37.133583Q305.29062 37.242958 305.5875 37.242958Q305.99374 37.242958 306.24374 37.102333Q306.49374 36.977333 306.65 36.727333Q306.75937 36.539833 307.025 35.805458Q307.05624 35.711708 307.13437 35.508583L304.36874 28.227333L305.69687 28.227333L307.2125 32.430458Q307.50937 33.242958 307.74374 34.117958Q307.94687 33.274208 308.24374 32.461708L309.79062 28.227333L311.025 28.227333L308.25937 35.617958Q307.82187 36.805458 307.57187 37.258583Q307.24374 37.867958 306.82187 38.149208Q306.4 38.446083 305.80624 38.446083Q305.4625 38.446083 305.025 38.289833ZM316.36874 35.492958L316.36874 29.196083L315.275 29.196083L315.275 28.227333L316.36874 28.227333L316.36874 27.461708Q316.36874 26.727333 316.49374 26.367958Q316.68124 25.899208 317.11874 25.602333Q317.57187 25.305458 318.38437 25.305458Q318.9 25.305458 319.525 25.430458L319.3375 26.492958Q318.9625 26.430458 318.61874 26.430458Q318.05624 26.430458 317.82187 26.664833Q317.5875 26.899208 317.5875 27.555458L317.5875 28.227333L319.00937 28.227333L319.00937 29.196083L317.5875 29.196083L317.5875 35.492958L316.36874 35.492958ZM324.80624 34.602333Q324.13437 35.180458 323.49374 35.430458Q322.86874 35.664833 322.13437 35.664833Q320.94687 35.664833 320.29062 35.086708Q319.65 34.492958 319.65 33.571083Q319.65 33.039833 319.88437 32.602333Q320.13437 32.164833 320.525 31.899208Q320.93124 31.633583 321.41562 31.492958Q321.775 31.399208 322.50937 31.305458Q324.00937 31.133583 324.7125 30.883583Q324.7125 30.633583 324.7125 30.571083Q324.7125 29.805458 324.36874 29.508583Q323.9 29.086708 322.9625 29.086708Q322.10312 29.086708 321.68124 29.399208Q321.275 29.696083 321.07187 30.461708L319.86874 30.305458Q320.025 29.524208 320.4 29.055458Q320.79062 28.586708 321.49374 28.336708Q322.2125 28.071083 323.15 28.071083Q324.07187 28.071083 324.65 28.289833Q325.22812 28.508583 325.49374 28.836708Q325.775 29.164833 325.88437 29.680458Q325.94687 29.992958 325.94687 30.805458L325.94687 32.446083Q325.94687 34.164833 326.025 34.617958Q326.10312 35.071083 326.3375 35.492958L325.05624 35.492958Q324.86874 35.102333 324.80624 34.602333ZM324.7125 31.852333Q324.04062 32.117958 322.69687 32.321083Q321.94687 32.430458 321.61874 32.571083Q321.30624 32.696083 321.13437 32.961708Q320.9625 33.227333 320.9625 33.539833Q320.9625 34.039833 321.3375 34.367958Q321.7125 34.696083 322.43124 34.696083Q323.15 34.696083 323.69687 34.383583Q324.24374 34.071083 324.50937 33.524208Q324.7125 33.117958 324.7125 32.305458L324.7125 31.852333ZM332.80624 32.836708L334.025 32.992958Q333.82187 34.242958 332.99374 34.961708Q332.18124 35.664833 330.99374 35.664833Q329.50937 35.664833 328.60312 34.696083Q327.69687 33.711708 327.69687 31.883583Q327.69687 30.711708 328.0875 29.836708Q328.47812 28.946083 329.275 28.508583Q330.07187 28.071083 331.00937 28.071083Q332.18124 28.071083 332.93124 28.664833Q333.69687 29.258583 333.9 30.367958L332.7125 30.555458Q332.54062 29.821083 332.10312 29.461708Q331.66562 29.086708 331.05624 29.086708Q330.11874 29.086708 329.54062 29.758583Q328.9625 30.414833 328.9625 31.852333Q328.9625 33.321083 329.525 33.992958Q330.0875 34.649208 330.97812 34.649208Q331.7125 34.649208 332.19687 34.211708Q332.68124 33.758583 332.80624 32.836708ZM340.04062 33.149208L341.32187 33.305458Q341.00937 34.430458 340.19687 35.055458Q339.38437 35.664833 338.11874 35.664833Q336.525 35.664833 335.5875 34.680458Q334.66562 33.696083 334.66562 31.930458Q334.66562 30.086708 335.60312 29.086708Q336.55624 28.071083 338.05624 28.071083Q339.50937 28.071083 340.43124 29.071083Q341.35312 30.055458 341.35312 31.852333Q341.35312 31.961708 341.35312 32.180458L335.93124 32.180458Q336.00937 33.367958 336.60312 34.008583Q337.2125 34.649208 338.13437 34.649208Q338.80624 34.649208 339.275 34.289833Q339.75937 33.930458 340.04062 33.149208ZM336.00937 31.164833L340.05624 31.164833Q339.97812 30.242958 339.5875 29.789833Q339.00937 29.086708 338.07187 29.086708Q337.2125 29.086708 336.63437 29.649208Q336.07187 30.211708 336.00937 31.164833ZM351.8375 35.492958L351.8375 34.430458Q350.97812 35.664833 349.525 35.664833Q348.88437 35.664833 348.32187 35.414833Q347.775 35.164833 347.49374 34.789833Q347.22812 34.414833 347.11874 33.883583Q347.04062 33.524208 347.04062 32.727333L347.04062 28.227333L348.275 28.227333L348.275 32.258583Q348.275 33.227333 348.35312 33.555458Q348.4625 34.039833 348.8375 34.321083Q349.2125 34.602333 349.775 34.602333Q350.32187 34.602333 350.80624 34.321083Q351.29062 34.024208 351.49374 33.539833Q351.69687 33.055458 351.69687 32.117958L351.69687 28.227333L352.93124 28.227333L352.93124 35.492958L351.8375 35.492958ZM354.5875 33.321083L355.79062 33.133583Q355.9 33.867958 356.36874 34.258583Q356.8375 34.649208 357.68124 34.649208Q358.525 34.649208 358.93124 34.305458Q359.35312 33.961708 359.35312 33.492958Q359.35312 33.071083 358.97812 32.836708Q358.72812 32.664833 357.72812 32.414833Q356.36874 32.071083 355.8375 31.821083Q355.32187 31.571083 355.05624 31.133583Q354.79062 30.696083 354.79062 30.164833Q354.79062 29.680458 355.00937 29.274208Q355.22812 28.852333 355.61874 28.571083Q355.9 28.367958 356.38437 28.227333Q356.88437 28.071083 357.4625 28.071083Q358.30624 28.071083 358.94687 28.321083Q359.60312 28.555458 359.91562 28.977333Q360.22812 29.399208 360.3375 30.102333L359.13437 30.274208Q359.05624 29.711708 358.65 29.399208Q358.25937 29.086708 357.54062 29.086708Q356.69687 29.086708 356.3375 29.367958Q355.97812 29.633583 355.97812 30.024208Q355.97812 30.258583 356.11874 30.446083Q356.275 30.649208 356.60312 30.774208Q356.775 30.836708 357.68124 31.086708Q358.99374 31.446083 359.50937 31.664833Q360.025 31.883583 360.30624 32.305458Q360.60312 32.727333 360.60312 33.352333Q360.60312 33.977333 360.24374 34.524208Q359.9 35.055458 359.2125 35.367958Q358.54062 35.664833 357.68124 35.664833Q356.275 35.664833 355.525 35.071083Q354.79062 34.477333 354.5875 33.321083ZM362.0875 26.883583L362.0875 25.477333L363.30624 25.477333L363.30624 26.883583L362.0875 26.883583ZM362.0875 35.492958L362.0875 28.227333L363.30624 28.227333L363.30624 35.492958L362.0875 35.492958ZM365.07187 35.492958L365.07187 28.227333L366.18124 28.227333L366.18124 29.258583Q366.97812 28.071083 368.49374 28.071083Q369.15 28.071083 369.69687 28.305458Q370.24374 28.539833 370.50937 28.930458Q370.79062 29.305458 370.9 29.836708Q370.97812 30.180458 370.97812 31.024208L370.97812 35.492958L369.74374 35.492958L369.74374 31.071083Q369.74374 30.321083 369.60312 29.961708Q369.4625 29.586708 369.0875 29.367958Q368.72812 29.133583 368.22812 29.133583Q367.44687 29.133583 366.86874 29.633583Q366.30624 30.133583 366.30624 31.524208L366.30624 35.492958L365.07187 35.492958ZM372.85312 36.102333L374.04062 36.274208Q374.11874 36.821083 374.4625 37.086708Q374.91562 37.414833 375.7125 37.414833Q376.57187 37.414833 377.025 37.071083Q377.49374 36.742958 377.66562 36.117958Q377.75937 35.742958 377.74374 34.539833Q376.94687 35.492958 375.74374 35.492958Q374.24374 35.492958 373.41562 34.414833Q372.60312 33.336708 372.60312 31.821083Q372.60312 30.789833 372.97812 29.914833Q373.35312 29.024208 374.05624 28.555458Q374.775 28.071083 375.74374 28.071083Q377.025 28.071083 377.86874 29.102333L377.86874 28.227333L378.99374 28.227333L378.99374 34.508583Q378.99374 36.211708 378.65 36.914833Q378.30624 37.617958 377.55624 38.024208Q376.80624 38.446083 375.7125 38.446083Q374.41562 38.446083 373.61874 37.852333Q372.82187 37.274208 372.85312 36.102333ZM373.86874 31.727333Q373.86874 33.164833 374.43124 33.821083Q374.99374 34.477333 375.85312 34.477333Q376.69687 34.477333 377.275 33.821083Q377.85312 33.164833 377.85312 31.774208Q377.85312 30.446083 377.25937 29.774208Q376.66562 29.086708 375.8375 29.086708Q375.00937 29.086708 374.43124 29.758583Q373.86874 30.414833 373.86874 31.727333ZM389.91562 31.555458L389.91562 30.383583L394.16562 30.383583L394.16562 34.102333Q393.18124 34.883583 392.13437 35.274208Q391.10312 35.664833 390.00937 35.664833Q388.54062 35.664833 387.32187 35.039833Q386.11874 34.399208 385.50937 33.211708Q384.9 32.008583 384.9 30.524208Q384.9 29.071083 385.50937 27.805458Q386.11874 26.524208 387.25937 25.914833Q388.41562 25.305458 389.91562 25.305458Q390.99374 25.305458 391.86874 25.664833Q392.75937 26.008583 393.25937 26.633583Q393.75937 27.258583 394.00937 28.274208L392.82187 28.602333Q392.5875 27.836708 392.24374 27.399208Q391.91562 26.961708 391.29062 26.696083Q390.68124 26.430458 389.91562 26.430458Q389.00937 26.430458 388.3375 26.711708Q387.68124 26.992958 387.275 27.446083Q386.86874 27.883583 386.65 28.430458Q386.25937 29.367958 386.25937 30.446083Q386.25937 31.789833 386.7125 32.696083Q387.18124 33.586708 388.05624 34.024208Q388.94687 34.461708 389.94687 34.461708Q390.80624 34.461708 391.61874 34.133583Q392.44687 33.805458 392.86874 33.430458L392.86874 31.555458L389.91562 31.555458ZM395.61874 31.867958Q395.61874 29.852333 396.74374 28.867958Q397.66562 28.071083 399.025 28.071083Q400.50937 28.071083 401.4625 29.055458Q402.41562 30.024208 402.41562 31.758583Q402.41562 33.164833 401.99374 33.977333Q401.57187 34.774208 400.75937 35.227333Q399.9625 35.664833 399.025 35.664833Q397.49374 35.664833 396.55624 34.680458Q395.61874 33.696083 395.61874 31.867958ZM396.88437 31.867958Q396.88437 33.258583 397.49374 33.961708Q398.10312 34.649208 399.025 34.649208Q399.93124 34.649208 400.54062 33.946083Q401.15 33.242958 401.15 31.821083Q401.15 30.477333 400.54062 29.789833Q399.93124 29.086708 399.025 29.086708Q398.10312 29.086708 397.49374 29.774208Q396.88437 30.461708 396.88437 31.867958ZM410.75937 34.399208L410.93124 35.477333Q410.41562 35.586708 410.00937 35.586708Q409.3375 35.586708 408.9625 35.383583Q408.60312 35.164833 408.44687 34.821083Q408.30624 34.477333 408.30624 33.367958L408.30624 29.196083L407.4 29.196083L407.4 28.227333L408.30624 28.227333L408.30624 26.430458L409.525 25.696083L409.525 28.227333L410.75937 28.227333L410.75937 29.196083L409.525 29.196083L409.525 33.430458Q409.525 33.961708 409.5875 34.117958Q409.65 34.258583 409.79062 34.352333Q409.94687 34.446083 410.2125 34.446083Q410.43124 34.446083 410.75937 34.399208ZM411.61874 31.867958Q411.61874 29.852333 412.74374 28.867958Q413.66562 28.071083 415.025 28.071083Q416.50937 28.071083 417.4625 29.055458Q418.41562 30.024208 418.41562 31.758583Q418.41562 33.164833 417.99374 33.977333Q417.57187 34.774208 416.75937 35.227333Q415.9625 35.664833 415.025 35.664833Q413.49374 35.664833 412.55624 34.680458Q411.61874 33.696083 411.61874 31.867958ZM412.88437 31.867958Q412.88437 33.258583 413.49374 33.961708Q414.10312 34.649208 415.025 34.649208Q415.93124 34.649208 416.54062 33.946083Q417.15 33.242958 417.15 31.821083Q417.15 30.477333 416.54062 29.789833Q415.93124 29.086708 415.025 29.086708Q414.10312 29.086708 413.49374 29.774208Q412.88437 30.461708 412.88437 31.867958ZM424.79062 35.492958L424.79062 34.571083Q424.0875 35.664833 422.75937 35.664833Q421.88437 35.664833 421.15 35.180458Q420.43124 34.696083 420.025 33.836708Q419.63437 32.977333 419.63437 31.867958Q419.63437 30.789833 419.99374 29.899208Q420.35312 29.008583 421.07187 28.539833Q421.80624 28.071083 422.69687 28.071083Q423.35312 28.071083 423.86874 28.352333Q424.38437 28.617958 424.69687 29.071083L424.69687 25.477333L425.93124 25.477333L425.93124 35.492958L424.79062 35.492958ZM420.9 31.867958Q420.9 33.258583 421.47812 33.961708Q422.07187 34.649208 422.86874 34.649208Q423.68124 34.649208 424.24374 33.992958Q424.80624 33.321083 424.80624 31.977333Q424.80624 30.477333 424.22812 29.789833Q423.65 29.086708 422.82187 29.086708Q421.99374 29.086708 421.44687 29.758583Q420.9 30.430458 420.9 31.867958ZM432.80624 34.602333Q432.13437 35.180458 431.49374 35.430458Q430.86874 35.664833 430.13437 35.664833Q428.94687 35.664833 428.29062 35.086708Q427.65 34.492958 427.65 33.571083Q427.65 33.039833 427.88437 32.602333Q428.13437 32.164833 428.525 31.899208Q428.93124 31.633583 429.41562 31.492958Q429.775 31.399208 430.50937 31.305458Q432.00937 31.133583 432.7125 30.883583Q432.7125 30.633583 432.7125 30.571083Q432.7125 29.805458 432.36874 29.508583Q431.9 29.086708 430.9625 29.086708Q430.10312 29.086708 429.68124 29.399208Q429.275 29.696083 429.07187 30.461708L427.86874 30.305458Q428.025 29.524208 428.4 29.055458Q428.79062 28.586708 429.49374 28.336708Q430.2125 28.071083 431.15 28.071083Q432.07187 28.071083 432.65 28.289833Q433.22812 28.508583 433.49374 28.836708Q433.775 29.164833 433.88437 29.680458Q433.94687 29.992958 433.94687 30.805458L433.94687 32.446083Q433.94687 34.164833 434.025 34.617958Q434.10312 35.071083 434.3375 35.492958L433.05624 35.492958Q432.86874 35.102333 432.80624 34.602333ZM432.7125 31.852333Q432.04062 32.117958 430.69687 32.321083Q429.94687 32.430458 429.61874 32.571083Q429.30624 32.696083 429.13437 32.961708Q428.9625 33.227333 428.9625 33.539833Q428.9625 34.039833 429.3375 34.367958Q429.7125 34.696083 430.43124 34.696083Q431.15 34.696083 431.69687 34.383583Q432.24374 34.071083 432.50937 33.524208Q432.7125 33.117958 432.7125 32.305458L432.7125 31.852333ZM436.025 38.289833L435.88437 37.133583Q436.29062 37.242958 436.5875 37.242958Q436.99374 37.242958 437.24374 37.102333Q437.49374 36.977333 437.65 36.727333Q437.75937 36.539833 438.025 35.805458Q438.05624 35.711708 438.13437 35.508583L435.36874 28.227333L436.69687 28.227333L438.2125 32.430458Q438.50937 33.242958 438.74374 34.117958Q438.94687 33.274208 439.24374 32.461708L440.79062 28.227333L442.025 28.227333L439.25937 35.617958Q438.82187 36.805458 438.57187 37.258583Q438.24374 37.867958 437.82187 38.149208Q437.4 38.446083 436.80624 38.446083Q436.4625 38.446083 436.025 38.289833ZM445.38437 33.024208Q445.36874 32.774208 445.36874 32.649208Q445.36874 31.930458 445.57187 31.399208Q445.72812 31.008583 446.05624 30.602333Q446.30624 30.305458 446.94687 29.742958Q447.5875 29.180458 447.775 28.852333Q447.9625 28.508583 447.9625 28.117958Q447.9625 27.399208 447.4 26.852333Q446.85312 26.305458 446.04062 26.305458Q445.24374 26.305458 444.7125 26.805458Q444.19687 27.289833 444.025 28.336708L442.75937 28.196083Q442.93124 26.789833 443.775 26.055458Q444.61874 25.305458 446.00937 25.305458Q447.47812 25.305458 448.35312 26.102333Q449.22812 26.899208 449.22812 28.039833Q449.22812 28.696083 448.91562 29.258583Q448.61874 29.805458 447.72812 30.586708Q447.11874 31.117958 446.93124 31.383583Q446.74374 31.633583 446.65 31.961708Q446.57187 32.289833 446.55624 33.024208L445.38437 33.024208ZM445.30624 35.492958L445.30624 34.086708L446.69687 34.086708L446.69687 35.492958L445.30624 35.492958Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig15.svg b/_content/survey2018/fig15.svg
deleted file mode 100644
index a927723..0000000
--- a/_content/survey2018/fig15.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 526.0 495.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="526" height="495" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L526.0 0L526.0 495.0L0 495.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L526.0 0L526.0 495.0L0 495.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M80.5 67.5L80.5 422.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M174.5 67.5L174.5 422.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M269.5 67.5L269.5 422.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M364.5 67.5L364.5 422.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M459.5 67.5L459.5 422.5" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M80.5 422.5L459.5 422.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M80.5 333.5L459.5 333.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M80.5 244.5L459.5 244.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M80.5 156.5L459.5 156.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M80.5 67.5L459.5 67.5" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M304.59793 167.12727L304.59793 151.12727" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M238.98671 194.10075L238.98671 178.10075" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M112.79641 255.4096L112.79641 239.4096" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M189.76218 176.4805L189.76218 160.4805" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M229.89017 325.70963L229.89017 309.70963" fill-rule="nonzero"/><clipPath id="id_0"><path d="M80.08758 67.25L459.6262 67.25L459.6262 422.25L80.08758 422.25L80.08758 67.25Z" clip-rule="nonzero"/></clipPath><path fill="#1ba29c" clip-path="url(#id_0)" d="M312.59793 151.12727C312.59793 155.54555 309.0162 159.12727 304.59793 159.12727C300.17966 159.12727 296.59793 155.54555 296.59793 151.12727C296.59793 146.709 300.17966 143.12727 304.59793 143.12727C309.0162 143.12727 312.59793 146.709 312.59793 151.12727Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M246.98671 178.10075C246.98671 182.51903 243.40498 186.10075 238.98671 186.10075C234.56844 186.10075 230.98671 182.51903 230.98671 178.10075C230.98671 173.68248 234.56844 170.10075 238.98671 170.10075C243.40498 170.10075 246.98671 173.68248 246.98671 178.10075Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M120.79641 239.4096C120.79641 243.8279 117.21469 247.4096 112.79641 247.4096C108.378136 247.4096 104.79641 243.8279 104.79641 239.4096C104.79641 234.99133 108.378136 231.4096 112.79641 231.4096C117.21469 231.4096 120.79641 234.99133 120.79641 239.4096Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M197.76218 160.4805C197.76218 164.89877 194.18045 168.4805 189.76218 168.4805C185.34389 168.4805 181.76218 164.89877 181.76218 160.4805C181.76218 156.06221 185.34389 152.4805 189.76218 152.4805C194.18045 152.4805 197.76218 156.06221 197.76218 160.4805Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M237.89017 309.70963C237.89017 314.1279 234.30844 317.70963 229.89017 317.70963C225.4719 317.70963 221.89017 314.1279 221.89017 309.70963C221.89017 305.29135 225.4719 301.70963 229.89017 301.70963C234.30844 301.70963 237.89017 305.29135 237.89017 309.70963Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M280.16043 177.11165L281.28543 177.40852Q280.92606 178.79915 280.00418 179.53352Q279.0823 180.2679 277.73856 180.2679Q276.34793 180.2679 275.47293 179.7054Q274.59793 179.1429 274.1448 178.0804Q273.69168 177.00227 273.69168 175.7679Q273.69168 174.42415 274.2073 173.42415Q274.72293 172.42415 275.66043 171.90852Q276.61356 171.3929 277.75418 171.3929Q279.03543 171.3929 279.91043 172.04915Q280.80106 172.7054 281.1448 173.8929L280.0198 174.15852Q279.72293 173.22102 279.1448 172.79915Q278.5823 172.36165 277.72293 172.36165Q276.73856 172.36165 276.06668 172.84602Q275.41043 173.31477 275.12918 174.11165Q274.86356 174.90852 274.86356 175.7679Q274.86356 176.86165 275.17606 177.67415Q275.50418 178.48665 276.17606 178.8929Q276.84793 179.29915 277.6448 179.29915Q278.59793 179.29915 279.25418 178.75227Q279.92606 178.2054 280.16043 177.11165ZM283.0198 180.12727L283.0198 171.53352L286.2698 171.53352Q287.11356 171.53352 287.56668 171.61165Q288.2073 171.72102 288.62918 172.0179Q289.06668 172.31477 289.31668 172.84602Q289.5823 173.37727 289.5823 174.0179Q289.5823 175.11165 288.87918 175.87727Q288.19168 176.62727 286.36356 176.62727L284.16043 176.62727L284.16043 180.12727L283.0198 180.12727ZM284.16043 175.62727L286.37918 175.62727Q287.48856 175.62727 287.94168 175.22102Q288.41043 174.79915 288.41043 174.04915Q288.41043 173.5179 288.12918 173.1429Q287.86356 172.75227 287.42606 172.62727Q287.12918 172.54915 286.36356 172.54915L284.16043 172.54915L284.16043 175.62727ZM296.66043 171.53352L297.80106 171.53352L297.80106 176.50227Q297.80106 177.79915 297.50418 178.56477Q297.2073 179.31477 296.44168 179.79915Q295.67606 180.2679 294.44168 180.2679Q293.23856 180.2679 292.4573 179.86165Q291.69168 179.43977 291.36356 178.65852Q291.03543 177.86165 291.03543 176.50227L291.03543 171.53352L292.17606 171.53352L292.17606 176.48665Q292.17606 177.61165 292.37918 178.1429Q292.59793 178.67415 293.09793 178.97102Q293.61356 179.25227 294.34793 179.25227Q295.59793 179.25227 296.12918 178.68977Q296.66043 178.11165 296.66043 176.48665L296.66043 171.53352ZM306.97293 180.12727L306.97293 179.2054Q306.23856 180.2679 304.98856 180.2679Q304.44168 180.2679 303.9573 180.06477Q303.48856 179.84602 303.25418 179.53352Q303.0198 179.2054 302.92606 178.73665Q302.86356 178.43977 302.86356 177.75227L302.86356 173.90852L303.92606 173.90852L303.92606 177.36165Q303.92606 178.17415 303.98856 178.47102Q304.0823 178.87727 304.3948 179.12727Q304.72293 179.36165 305.2073 179.36165Q305.67606 179.36165 306.0823 179.12727Q306.50418 178.87727 306.67606 178.4554Q306.86356 178.03352 306.86356 177.23665L306.86356 173.90852L307.91043 173.90852L307.91043 180.12727L306.97293 180.12727ZM309.47293 178.2679L310.50418 178.11165Q310.59793 178.73665 310.98856 179.06477Q311.3948 179.3929 312.12918 179.3929Q312.84793 179.3929 313.19168 179.11165Q313.55106 178.81477 313.55106 178.40852Q313.55106 178.04915 313.23856 177.84602Q313.0198 177.7054 312.16043 177.48665Q311.00418 177.18977 310.55106 176.98665Q310.11356 176.7679 309.87918 176.3929Q309.6448 176.0179 309.6448 175.54915Q309.6448 175.1429 309.8323 174.78352Q310.0198 174.42415 310.34793 174.18977Q310.59793 174.0179 311.0198 173.8929Q311.44168 173.7679 311.94168 173.7679Q312.66043 173.7679 313.2073 173.98665Q313.7698 174.18977 314.03543 174.54915Q314.30106 174.90852 314.3948 175.50227L313.36356 175.6429Q313.30106 175.17415 312.9573 174.90852Q312.62918 174.62727 312.00418 174.62727Q311.28543 174.62727 310.97293 174.87727Q310.66043 175.11165 310.66043 175.43977Q310.66043 175.6429 310.78543 175.79915Q310.92606 175.97102 311.19168 176.0804Q311.34793 176.1429 312.12918 176.34602Q313.25418 176.65852 313.69168 176.84602Q314.12918 177.03352 314.37918 177.3929Q314.62918 177.75227 314.62918 178.29915Q314.62918 178.8304 314.31668 179.29915Q314.0198 179.75227 313.44168 180.0179Q312.86356 180.2679 312.12918 180.2679Q310.91043 180.2679 310.2698 179.7679Q309.6448 179.25227 309.47293 178.2679ZM319.9573 179.36165Q319.36356 179.86165 318.81668 180.06477Q318.28543 180.2679 317.66043 180.2679Q316.62918 180.2679 316.0823 179.7679Q315.53543 179.2679 315.53543 178.48665Q315.53543 178.03352 315.73856 177.65852Q315.94168 177.2679 316.28543 177.04915Q316.62918 176.81477 317.05106 176.7054Q317.34793 176.61165 317.98856 176.53352Q319.25418 176.3929 319.86356 176.17415Q319.86356 175.9554 319.86356 175.90852Q319.86356 175.25227 319.56668 174.98665Q319.16043 174.6429 318.36356 174.6429Q317.62918 174.6429 317.2698 174.90852Q316.91043 175.15852 316.73856 175.81477L315.7073 175.67415Q315.84793 175.0179 316.17606 174.61165Q316.50418 174.2054 317.11356 173.98665Q317.72293 173.7679 318.5198 173.7679Q319.31668 173.7679 319.81668 173.9554Q320.31668 174.1429 320.55106 174.42415Q320.78543 174.7054 320.87918 175.1429Q320.92606 175.40852 320.92606 176.11165L320.92606 177.5179Q320.92606 178.98665 320.98856 179.37727Q321.06668 179.7679 321.2698 180.12727L320.16043 180.12727Q320.00418 179.79915 319.9573 179.36165ZM319.86356 177.00227Q319.28543 177.23665 318.1448 177.40852Q317.48856 177.50227 317.22293 177.62727Q316.9573 177.73665 316.80106 177.9554Q316.66043 178.17415 316.66043 178.4554Q316.66043 178.87727 316.97293 179.15852Q317.30106 179.43977 317.91043 179.43977Q318.5198 179.43977 318.98856 179.17415Q319.47293 178.90852 319.69168 178.43977Q319.86356 178.0804 319.86356 177.3929L319.86356 177.00227ZM322.69168 180.6429L323.72293 180.79915Q323.78543 181.2679 324.0823 181.48665Q324.47293 181.78352 325.1448 181.78352Q325.87918 181.78352 326.2698 181.48665Q326.67606 181.18977 326.81668 180.67415Q326.91043 180.34602 326.8948 179.31477Q326.2073 180.12727 325.17606 180.12727Q323.8948 180.12727 323.19168 179.2054Q322.48856 178.2679 322.48856 176.98665Q322.48856 176.09602 322.80106 175.34602Q323.12918 174.5804 323.73856 174.17415Q324.34793 173.7679 325.17606 173.7679Q326.28543 173.7679 327.00418 174.65852L327.00418 173.90852L327.97293 173.90852L327.97293 179.28352Q327.97293 180.73665 327.67606 181.34602Q327.37918 181.9554 326.73856 182.29915Q326.09793 182.65852 325.16043 182.65852Q324.05106 182.65852 323.36356 182.15852Q322.67606 181.65852 322.69168 180.6429ZM323.56668 176.90852Q323.56668 178.12727 324.05106 178.68977Q324.53543 179.25227 325.2698 179.25227Q326.00418 179.25227 326.48856 178.68977Q326.98856 178.12727 326.98856 176.93977Q326.98856 175.79915 326.47293 175.22102Q325.97293 174.6429 325.25418 174.6429Q324.55106 174.6429 324.05106 175.22102Q323.56668 175.78352 323.56668 176.90852ZM334.1448 178.12727L335.23856 178.25227Q334.98856 179.2054 334.28543 179.73665Q333.5823 180.2679 332.50418 180.2679Q331.1448 180.2679 330.3323 179.42415Q329.53543 178.5804 329.53543 177.06477Q329.53543 175.50227 330.34793 174.6429Q331.16043 173.7679 332.44168 173.7679Q333.69168 173.7679 334.47293 174.61165Q335.2698 175.4554 335.2698 177.00227Q335.2698 177.09602 335.2698 177.28352L330.62918 177.28352Q330.69168 178.31477 331.2073 178.86165Q331.72293 179.3929 332.50418 179.3929Q333.0823 179.3929 333.48856 179.09602Q333.91043 178.78352 334.1448 178.12727ZM330.69168 176.42415L334.16043 176.42415Q334.09793 175.62727 333.7698 175.23665Q333.25418 174.62727 332.4573 174.62727Q331.72293 174.62727 331.22293 175.11165Q330.73856 175.59602 330.69168 176.42415Z" fill-rule="nonzero"/><path fill="#666666" d="M280.16043 177.11165L281.28543 177.40852Q280.92606 178.79915 280.00418 179.53352Q279.0823 180.2679 277.73856 180.2679Q276.34793 180.2679 275.47293 179.7054Q274.59793 179.1429 274.1448 178.0804Q273.69168 177.00227 273.69168 175.7679Q273.69168 174.42415 274.2073 173.42415Q274.72293 172.42415 275.66043 171.90852Q276.61356 171.3929 277.75418 171.3929Q279.03543 171.3929 279.91043 172.04915Q280.80106 172.7054 281.1448 173.8929L280.0198 174.15852Q279.72293 173.22102 279.1448 172.79915Q278.5823 172.36165 277.72293 172.36165Q276.73856 172.36165 276.06668 172.84602Q275.41043 173.31477 275.12918 174.11165Q274.86356 174.90852 274.86356 175.7679Q274.86356 176.86165 275.17606 177.67415Q275.50418 178.48665 276.17606 178.8929Q276.84793 179.29915 277.6448 179.29915Q278.59793 179.29915 279.25418 178.75227Q279.92606 178.2054 280.16043 177.11165ZM283.0198 180.12727L283.0198 171.53352L286.2698 171.53352Q287.11356 171.53352 287.56668 171.61165Q288.2073 171.72102 288.62918 172.0179Q289.06668 172.31477 289.31668 172.84602Q289.5823 173.37727 289.5823 174.0179Q289.5823 175.11165 288.87918 175.87727Q288.19168 176.62727 286.36356 176.62727L284.16043 176.62727L284.16043 180.12727L283.0198 180.12727ZM284.16043 175.62727L286.37918 175.62727Q287.48856 175.62727 287.94168 175.22102Q288.41043 174.79915 288.41043 174.04915Q288.41043 173.5179 288.12918 173.1429Q287.86356 172.75227 287.42606 172.62727Q287.12918 172.54915 286.36356 172.54915L284.16043 172.54915L284.16043 175.62727ZM296.66043 171.53352L297.80106 171.53352L297.80106 176.50227Q297.80106 177.79915 297.50418 178.56477Q297.2073 179.31477 296.44168 179.79915Q295.67606 180.2679 294.44168 180.2679Q293.23856 180.2679 292.4573 179.86165Q291.69168 179.43977 291.36356 178.65852Q291.03543 177.86165 291.03543 176.50227L291.03543 171.53352L292.17606 171.53352L292.17606 176.48665Q292.17606 177.61165 292.37918 178.1429Q292.59793 178.67415 293.09793 178.97102Q293.61356 179.25227 294.34793 179.25227Q295.59793 179.25227 296.12918 178.68977Q296.66043 178.11165 296.66043 176.48665L296.66043 171.53352ZM306.97293 180.12727L306.97293 179.2054Q306.23856 180.2679 304.98856 180.2679Q304.44168 180.2679 303.9573 180.06477Q303.48856 179.84602 303.25418 179.53352Q303.0198 179.2054 302.92606 178.73665Q302.86356 178.43977 302.86356 177.75227L302.86356 173.90852L303.92606 173.90852L303.92606 177.36165Q303.92606 178.17415 303.98856 178.47102Q304.0823 178.87727 304.3948 179.12727Q304.72293 179.36165 305.2073 179.36165Q305.67606 179.36165 306.0823 179.12727Q306.50418 178.87727 306.67606 178.4554Q306.86356 178.03352 306.86356 177.23665L306.86356 173.90852L307.91043 173.90852L307.91043 180.12727L306.97293 180.12727ZM309.47293 178.2679L310.50418 178.11165Q310.59793 178.73665 310.98856 179.06477Q311.3948 179.3929 312.12918 179.3929Q312.84793 179.3929 313.19168 179.11165Q313.55106 178.81477 313.55106 178.40852Q313.55106 178.04915 313.23856 177.84602Q313.0198 177.7054 312.16043 177.48665Q311.00418 177.18977 310.55106 176.98665Q310.11356 176.7679 309.87918 176.3929Q309.6448 176.0179 309.6448 175.54915Q309.6448 175.1429 309.8323 174.78352Q310.0198 174.42415 310.34793 174.18977Q310.59793 174.0179 311.0198 173.8929Q311.44168 173.7679 311.94168 173.7679Q312.66043 173.7679 313.2073 173.98665Q313.7698 174.18977 314.03543 174.54915Q314.30106 174.90852 314.3948 175.50227L313.36356 175.6429Q313.30106 175.17415 312.9573 174.90852Q312.62918 174.62727 312.00418 174.62727Q311.28543 174.62727 310.97293 174.87727Q310.66043 175.11165 310.66043 175.43977Q310.66043 175.6429 310.78543 175.79915Q310.92606 175.97102 311.19168 176.0804Q311.34793 176.1429 312.12918 176.34602Q313.25418 176.65852 313.69168 176.84602Q314.12918 177.03352 314.37918 177.3929Q314.62918 177.75227 314.62918 178.29915Q314.62918 178.8304 314.31668 179.29915Q314.0198 179.75227 313.44168 180.0179Q312.86356 180.2679 312.12918 180.2679Q310.91043 180.2679 310.2698 179.7679Q309.6448 179.25227 309.47293 178.2679ZM319.9573 179.36165Q319.36356 179.86165 318.81668 180.06477Q318.28543 180.2679 317.66043 180.2679Q316.62918 180.2679 316.0823 179.7679Q315.53543 179.2679 315.53543 178.48665Q315.53543 178.03352 315.73856 177.65852Q315.94168 177.2679 316.28543 177.04915Q316.62918 176.81477 317.05106 176.7054Q317.34793 176.61165 317.98856 176.53352Q319.25418 176.3929 319.86356 176.17415Q319.86356 175.9554 319.86356 175.90852Q319.86356 175.25227 319.56668 174.98665Q319.16043 174.6429 318.36356 174.6429Q317.62918 174.6429 317.2698 174.90852Q316.91043 175.15852 316.73856 175.81477L315.7073 175.67415Q315.84793 175.0179 316.17606 174.61165Q316.50418 174.2054 317.11356 173.98665Q317.72293 173.7679 318.5198 173.7679Q319.31668 173.7679 319.81668 173.9554Q320.31668 174.1429 320.55106 174.42415Q320.78543 174.7054 320.87918 175.1429Q320.92606 175.40852 320.92606 176.11165L320.92606 177.5179Q320.92606 178.98665 320.98856 179.37727Q321.06668 179.7679 321.2698 180.12727L320.16043 180.12727Q320.00418 179.79915 319.9573 179.36165ZM319.86356 177.00227Q319.28543 177.23665 318.1448 177.40852Q317.48856 177.50227 317.22293 177.62727Q316.9573 177.73665 316.80106 177.9554Q316.66043 178.17415 316.66043 178.4554Q316.66043 178.87727 316.97293 179.15852Q317.30106 179.43977 317.91043 179.43977Q318.5198 179.43977 318.98856 179.17415Q319.47293 178.90852 319.69168 178.43977Q319.86356 178.0804 319.86356 177.3929L319.86356 177.00227ZM322.69168 180.6429L323.72293 180.79915Q323.78543 181.2679 324.0823 181.48665Q324.47293 181.78352 325.1448 181.78352Q325.87918 181.78352 326.2698 181.48665Q326.67606 181.18977 326.81668 180.67415Q326.91043 180.34602 326.8948 179.31477Q326.2073 180.12727 325.17606 180.12727Q323.8948 180.12727 323.19168 179.2054Q322.48856 178.2679 322.48856 176.98665Q322.48856 176.09602 322.80106 175.34602Q323.12918 174.5804 323.73856 174.17415Q324.34793 173.7679 325.17606 173.7679Q326.28543 173.7679 327.00418 174.65852L327.00418 173.90852L327.97293 173.90852L327.97293 179.28352Q327.97293 180.73665 327.67606 181.34602Q327.37918 181.9554 326.73856 182.29915Q326.09793 182.65852 325.16043 182.65852Q324.05106 182.65852 323.36356 182.15852Q322.67606 181.65852 322.69168 180.6429ZM323.56668 176.90852Q323.56668 178.12727 324.05106 178.68977Q324.53543 179.25227 325.2698 179.25227Q326.00418 179.25227 326.48856 178.68977Q326.98856 178.12727 326.98856 176.93977Q326.98856 175.79915 326.47293 175.22102Q325.97293 174.6429 325.25418 174.6429Q324.55106 174.6429 324.05106 175.22102Q323.56668 175.78352 323.56668 176.90852ZM334.1448 178.12727L335.23856 178.25227Q334.98856 179.2054 334.28543 179.73665Q333.5823 180.2679 332.50418 180.2679Q331.1448 180.2679 330.3323 179.42415Q329.53543 178.5804 329.53543 177.06477Q329.53543 175.50227 330.34793 174.6429Q331.16043 173.7679 332.44168 173.7679Q333.69168 173.7679 334.47293 174.61165Q335.2698 175.4554 335.2698 177.00227Q335.2698 177.09602 335.2698 177.28352L330.62918 177.28352Q330.69168 178.31477 331.2073 178.86165Q331.72293 179.3929 332.50418 179.3929Q333.0823 179.3929 333.48856 179.09602Q333.91043 178.78352 334.1448 178.12727ZM330.69168 176.42415L334.16043 176.42415Q334.09793 175.62727 333.7698 175.23665Q333.25418 174.62727 332.4573 174.62727Q331.72293 174.62727 331.22293 175.11165Q330.73856 175.59602 330.69168 176.42415Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.37733 207.10075L199.37733 198.507L201.09608 198.507L203.12733 204.58513Q203.40858 205.4445 203.53358 205.86638Q203.67421 205.39763 203.98671 204.49138L206.04921 198.507L207.58046 198.507L207.58046 207.10075L206.48671 207.10075L206.48671 199.91325L203.98671 207.10075L202.95546 207.10075L200.47108 199.78825L200.47108 207.10075L199.37733 207.10075ZM213.53358 205.10075L214.62733 205.22575Q214.37733 206.17888 213.67421 206.71013Q212.97108 207.24138 211.89296 207.24138Q210.53358 207.24138 209.72108 206.39763Q208.92421 205.55388 208.92421 204.03825Q208.92421 202.47575 209.73671 201.61638Q210.54921 200.74138 211.83046 200.74138Q213.08046 200.74138 213.86171 201.58513Q214.65858 202.42888 214.65858 203.97575Q214.65858 204.0695 214.65858 204.257L210.01796 204.257Q210.08046 205.28825 210.59608 205.83513Q211.11171 206.36638 211.89296 206.36638Q212.47108 206.36638 212.87733 206.0695Q213.29921 205.757 213.53358 205.10075ZM210.08046 203.39763L213.54921 203.39763Q213.48671 202.60075 213.15858 202.21013Q212.64296 201.60075 211.84608 201.60075Q211.11171 201.60075 210.61171 202.08513Q210.12733 202.5695 210.08046 203.39763ZM216.28358 207.10075L216.28358 200.882L217.22108 200.882L217.22108 201.757Q217.51796 201.28825 218.00233 201.02263Q218.48671 200.74138 219.11171 200.74138Q219.79921 200.74138 220.23671 201.02263Q220.68983 201.30388 220.86171 201.8195Q221.61171 200.74138 222.78358 200.74138Q223.72108 200.74138 224.20546 201.257Q224.70546 201.757 224.70546 202.83513L224.70546 207.10075L223.65858 207.10075L223.65858 203.17888Q223.65858 202.55388 223.54921 202.27263Q223.45546 201.99138 223.18983 201.8195Q222.92421 201.64763 222.54921 201.64763Q221.89296 201.64763 221.45546 202.08513Q221.03358 202.52263 221.03358 203.49138L221.03358 207.10075L219.97108 207.10075L219.97108 203.05388Q219.97108 202.35075 219.70546 202.007Q219.45546 201.64763 218.87733 201.64763Q218.42421 201.64763 218.04921 201.882Q217.67421 202.11638 217.50233 202.5695Q217.33046 203.02263 217.33046 203.86638L217.33046 207.10075L216.28358 207.10075ZM225.89296 203.99138Q225.89296 202.257 226.84608 201.42888Q227.64296 200.74138 228.79921 200.74138Q230.08046 200.74138 230.89296 201.58513Q231.72108 202.41325 231.72108 203.89763Q231.72108 205.10075 231.36171 205.78825Q231.00233 206.47575 230.29921 206.86638Q229.61171 207.24138 228.79921 207.24138Q227.50233 207.24138 226.68983 206.41325Q225.89296 205.5695 225.89296 203.99138ZM226.97108 203.99138Q226.97108 205.17888 227.48671 205.77263Q228.01796 206.36638 228.79921 206.36638Q229.59608 206.36638 230.11171 205.77263Q230.62733 205.17888 230.62733 203.96013Q230.62733 202.80388 230.09608 202.21013Q229.58046 201.61638 228.79921 201.61638Q228.01796 201.61638 227.48671 202.21013Q226.97108 202.78825 226.97108 203.99138ZM233.26796 207.10075L233.26796 200.882L234.22108 200.882L234.22108 201.8195Q234.58046 201.16325 234.87733 200.96013Q235.18983 200.74138 235.56483 200.74138Q236.09608 200.74138 236.64296 201.0695L236.28358 202.05388Q235.89296 201.8195 235.51796 201.8195Q235.15858 201.8195 234.87733 202.03825Q234.61171 202.24138 234.50233 202.61638Q234.31483 203.17888 234.31483 203.83513L234.31483 207.10075L233.26796 207.10075ZM237.23671 209.49138L237.11171 208.507Q237.45546 208.60075 237.72108 208.60075Q238.06483 208.60075 238.26796 208.47575Q238.48671 208.36638 238.62733 208.16325Q238.72108 207.99138 238.95546 207.36638Q238.97108 207.28825 239.04921 207.11638L236.67421 200.882L237.81483 200.882L239.11171 204.47575Q239.36171 205.16325 239.56483 205.92888Q239.75233 205.1945 240.00233 204.507L241.33046 200.882L242.37733 200.882L240.01796 207.21013Q239.62733 208.22575 239.42421 208.61638Q239.14296 209.14763 238.76796 209.382Q238.40858 209.632 237.90858 209.632Q237.61171 209.632 237.23671 209.49138ZM250.36171 207.10075L250.36171 206.17888Q249.62733 207.24138 248.37733 207.24138Q247.83046 207.24138 247.34608 207.03825Q246.87733 206.8195 246.64296 206.507Q246.40858 206.17888 246.31483 205.71013Q246.25233 205.41325 246.25233 204.72575L246.25233 200.882L247.31483 200.882L247.31483 204.33513Q247.31483 205.14763 247.37733 205.4445Q247.47108 205.85075 247.78358 206.10075Q248.11171 206.33513 248.59608 206.33513Q249.06483 206.33513 249.47108 206.10075Q249.89296 205.85075 250.06483 205.42888Q250.25233 205.007 250.25233 204.21013L250.25233 200.882L251.29921 200.882L251.29921 207.10075L250.36171 207.10075ZM252.86171 205.24138L253.89296 205.08513Q253.98671 205.71013 254.37733 206.03825Q254.78358 206.36638 255.51796 206.36638Q256.2367 206.36638 256.58044 206.08513Q256.93982 205.78825 256.93982 205.382Q256.93982 205.02263 256.62732 204.8195Q256.40857 204.67888 255.54921 204.46013Q254.39296 204.16325 253.93983 203.96013Q253.50233 203.74138 253.26796 203.36638Q253.03358 202.99138 253.03358 202.52263Q253.03358 202.11638 253.22108 201.757Q253.40858 201.39763 253.73671 201.16325Q253.98671 200.99138 254.40858 200.86638Q254.83046 200.74138 255.33046 200.74138Q256.0492 200.74138 256.59607 200.96013Q257.15857 201.16325 257.4242 201.52263Q257.68982 201.882 257.78357 202.47575L256.75232 202.61638Q256.68982 202.14763 256.34607 201.882Q256.01794 201.60075 255.39296 201.60075Q254.67421 201.60075 254.36171 201.85075Q254.04921 202.08513 254.04921 202.41325Q254.04921 202.61638 254.17421 202.77263Q254.31483 202.9445 254.58046 203.05388Q254.73671 203.11638 255.51796 203.3195Q256.64294 203.632 257.08044 203.8195Q257.51794 204.007 257.76794 204.36638Q258.01794 204.72575 258.01794 205.27263Q258.01794 205.80388 257.70544 206.27263Q257.40857 206.72575 256.83044 206.99138Q256.25232 207.24138 255.51796 207.24138Q254.29921 207.24138 253.65858 206.74138Q253.03358 206.22575 252.86171 205.24138ZM263.34607 206.33513Q262.75232 206.83513 262.20544 207.03825Q261.6742 207.24138 261.0492 207.24138Q260.01794 207.24138 259.47107 206.74138Q258.9242 206.24138 258.9242 205.46013Q258.9242 205.007 259.12732 204.632Q259.33044 204.24138 259.6742 204.02263Q260.01794 203.78825 260.43982 203.67888Q260.7367 203.58513 261.37732 203.507Q262.64294 203.36638 263.25232 203.14763Q263.25232 202.92888 263.25232 202.882Q263.25232 202.22575 262.95544 201.96013Q262.5492 201.61638 261.75232 201.61638Q261.01794 201.61638 260.65857 201.882Q260.2992 202.132 260.12732 202.78825L259.09607 202.64763Q259.2367 201.99138 259.56482 201.58513Q259.89294 201.17888 260.50232 200.96013Q261.1117 200.74138 261.90857 200.74138Q262.70544 200.74138 263.20544 200.92888Q263.70544 201.11638 263.93982 201.39763Q264.1742 201.67888 264.26794 202.11638Q264.31482 202.382 264.31482 203.08513L264.31482 204.49138Q264.31482 205.96013 264.37732 206.35075Q264.45544 206.74138 264.65857 207.10075L263.5492 207.10075Q263.39294 206.77263 263.34607 206.33513ZM263.25232 203.97575Q262.6742 204.21013 261.53357 204.382Q260.87732 204.47575 260.6117 204.60075Q260.34607 204.71013 260.18982 204.92888Q260.0492 205.14763 260.0492 205.42888Q260.0492 205.85075 260.3617 206.132Q260.68982 206.41325 261.2992 206.41325Q261.90857 206.41325 262.37732 206.14763Q262.8617 205.882 263.08044 205.41325Q263.25232 205.05388 263.25232 204.36638L263.25232 203.97575ZM266.08044 207.61638L267.1117 207.77263Q267.1742 208.24138 267.47107 208.46013Q267.8617 208.757 268.53357 208.757Q269.26794 208.757 269.65857 208.46013Q270.06482 208.16325 270.20544 207.64763Q270.2992 207.3195 270.28357 206.28825Q269.59607 207.10075 268.56482 207.10075Q267.28357 207.10075 266.58044 206.17888Q265.87732 205.24138 265.87732 203.96013Q265.87732 203.0695 266.18982 202.3195Q266.51794 201.55388 267.12732 201.14763Q267.7367 200.74138 268.56482 200.74138Q269.6742 200.74138 270.39294 201.632L270.39294 200.882L271.3617 200.882L271.3617 206.257Q271.3617 207.71013 271.06482 208.3195Q270.76794 208.92888 270.12732 209.27263Q269.4867 209.632 268.5492 209.632Q267.43982 209.632 266.75232 209.132Q266.06482 208.632 266.08044 207.61638ZM266.95544 203.882Q266.95544 205.10075 267.43982 205.66325Q267.9242 206.22575 268.65857 206.22575Q269.39294 206.22575 269.87732 205.66325Q270.37732 205.10075 270.37732 203.91325Q270.37732 202.77263 269.8617 202.1945Q269.3617 201.61638 268.64294 201.61638Q267.93982 201.61638 267.43982 202.1945Q266.95544 202.757 266.95544 203.882ZM277.53357 205.10075L278.62732 205.22575Q278.37732 206.17888 277.6742 206.71013Q276.97107 207.24138 275.89294 207.24138Q274.53357 207.24138 273.72107 206.39763Q272.9242 205.55388 272.9242 204.03825Q272.9242 202.47575 273.7367 201.61638Q274.5492 200.74138 275.83044 200.74138Q277.08044 200.74138 277.8617 201.58513Q278.65857 202.42888 278.65857 203.97575Q278.65857 204.0695 278.65857 204.257L274.01794 204.257Q274.08044 205.28825 274.59607 205.83513Q275.1117 206.36638 275.89294 206.36638Q276.47107 206.36638 276.87732 206.0695Q277.2992 205.757 277.53357 205.10075ZM274.08044 203.39763L277.5492 203.39763Q277.4867 202.60075 277.15857 202.21013Q276.64294 201.60075 275.84607 201.60075Q275.1117 201.60075 274.6117 202.08513Q274.12732 202.5695 274.08044 203.39763Z" fill-rule="nonzero"/><path fill="#666666" d="M199.37733 207.10075L199.37733 198.507L201.09608 198.507L203.12733 204.58513Q203.40858 205.4445 203.53358 205.86638Q203.67421 205.39763 203.98671 204.49138L206.04921 198.507L207.58046 198.507L207.58046 207.10075L206.48671 207.10075L206.48671 199.91325L203.98671 207.10075L202.95546 207.10075L200.47108 199.78825L200.47108 207.10075L199.37733 207.10075ZM213.53358 205.10075L214.62733 205.22575Q214.37733 206.17888 213.67421 206.71013Q212.97108 207.24138 211.89296 207.24138Q210.53358 207.24138 209.72108 206.39763Q208.92421 205.55388 208.92421 204.03825Q208.92421 202.47575 209.73671 201.61638Q210.54921 200.74138 211.83046 200.74138Q213.08046 200.74138 213.86171 201.58513Q214.65858 202.42888 214.65858 203.97575Q214.65858 204.0695 214.65858 204.257L210.01796 204.257Q210.08046 205.28825 210.59608 205.83513Q211.11171 206.36638 211.89296 206.36638Q212.47108 206.36638 212.87733 206.0695Q213.29921 205.757 213.53358 205.10075ZM210.08046 203.39763L213.54921 203.39763Q213.48671 202.60075 213.15858 202.21013Q212.64296 201.60075 211.84608 201.60075Q211.11171 201.60075 210.61171 202.08513Q210.12733 202.5695 210.08046 203.39763ZM216.28358 207.10075L216.28358 200.882L217.22108 200.882L217.22108 201.757Q217.51796 201.28825 218.00233 201.02263Q218.48671 200.74138 219.11171 200.74138Q219.79921 200.74138 220.23671 201.02263Q220.68983 201.30388 220.86171 201.8195Q221.61171 200.74138 222.78358 200.74138Q223.72108 200.74138 224.20546 201.257Q224.70546 201.757 224.70546 202.83513L224.70546 207.10075L223.65858 207.10075L223.65858 203.17888Q223.65858 202.55388 223.54921 202.27263Q223.45546 201.99138 223.18983 201.8195Q222.92421 201.64763 222.54921 201.64763Q221.89296 201.64763 221.45546 202.08513Q221.03358 202.52263 221.03358 203.49138L221.03358 207.10075L219.97108 207.10075L219.97108 203.05388Q219.97108 202.35075 219.70546 202.007Q219.45546 201.64763 218.87733 201.64763Q218.42421 201.64763 218.04921 201.882Q217.67421 202.11638 217.50233 202.5695Q217.33046 203.02263 217.33046 203.86638L217.33046 207.10075L216.28358 207.10075ZM225.89296 203.99138Q225.89296 202.257 226.84608 201.42888Q227.64296 200.74138 228.79921 200.74138Q230.08046 200.74138 230.89296 201.58513Q231.72108 202.41325 231.72108 203.89763Q231.72108 205.10075 231.36171 205.78825Q231.00233 206.47575 230.29921 206.86638Q229.61171 207.24138 228.79921 207.24138Q227.50233 207.24138 226.68983 206.41325Q225.89296 205.5695 225.89296 203.99138ZM226.97108 203.99138Q226.97108 205.17888 227.48671 205.77263Q228.01796 206.36638 228.79921 206.36638Q229.59608 206.36638 230.11171 205.77263Q230.62733 205.17888 230.62733 203.96013Q230.62733 202.80388 230.09608 202.21013Q229.58046 201.61638 228.79921 201.61638Q228.01796 201.61638 227.48671 202.21013Q226.97108 202.78825 226.97108 203.99138ZM233.26796 207.10075L233.26796 200.882L234.22108 200.882L234.22108 201.8195Q234.58046 201.16325 234.87733 200.96013Q235.18983 200.74138 235.56483 200.74138Q236.09608 200.74138 236.64296 201.0695L236.28358 202.05388Q235.89296 201.8195 235.51796 201.8195Q235.15858 201.8195 234.87733 202.03825Q234.61171 202.24138 234.50233 202.61638Q234.31483 203.17888 234.31483 203.83513L234.31483 207.10075L233.26796 207.10075ZM237.23671 209.49138L237.11171 208.507Q237.45546 208.60075 237.72108 208.60075Q238.06483 208.60075 238.26796 208.47575Q238.48671 208.36638 238.62733 208.16325Q238.72108 207.99138 238.95546 207.36638Q238.97108 207.28825 239.04921 207.11638L236.67421 200.882L237.81483 200.882L239.11171 204.47575Q239.36171 205.16325 239.56483 205.92888Q239.75233 205.1945 240.00233 204.507L241.33046 200.882L242.37733 200.882L240.01796 207.21013Q239.62733 208.22575 239.42421 208.61638Q239.14296 209.14763 238.76796 209.382Q238.40858 209.632 237.90858 209.632Q237.61171 209.632 237.23671 209.49138ZM250.36171 207.10075L250.36171 206.17888Q249.62733 207.24138 248.37733 207.24138Q247.83046 207.24138 247.34608 207.03825Q246.87733 206.8195 246.64296 206.507Q246.40858 206.17888 246.31483 205.71013Q246.25233 205.41325 246.25233 204.72575L246.25233 200.882L247.31483 200.882L247.31483 204.33513Q247.31483 205.14763 247.37733 205.4445Q247.47108 205.85075 247.78358 206.10075Q248.11171 206.33513 248.59608 206.33513Q249.06483 206.33513 249.47108 206.10075Q249.89296 205.85075 250.06483 205.42888Q250.25233 205.007 250.25233 204.21013L250.25233 200.882L251.29921 200.882L251.29921 207.10075L250.36171 207.10075ZM252.86171 205.24138L253.89296 205.08513Q253.98671 205.71013 254.37733 206.03825Q254.78358 206.36638 255.51796 206.36638Q256.2367 206.36638 256.58044 206.08513Q256.93982 205.78825 256.93982 205.382Q256.93982 205.02263 256.62732 204.8195Q256.40857 204.67888 255.54921 204.46013Q254.39296 204.16325 253.93983 203.96013Q253.50233 203.74138 253.26796 203.36638Q253.03358 202.99138 253.03358 202.52263Q253.03358 202.11638 253.22108 201.757Q253.40858 201.39763 253.73671 201.16325Q253.98671 200.99138 254.40858 200.86638Q254.83046 200.74138 255.33046 200.74138Q256.0492 200.74138 256.59607 200.96013Q257.15857 201.16325 257.4242 201.52263Q257.68982 201.882 257.78357 202.47575L256.75232 202.61638Q256.68982 202.14763 256.34607 201.882Q256.01794 201.60075 255.39296 201.60075Q254.67421 201.60075 254.36171 201.85075Q254.04921 202.08513 254.04921 202.41325Q254.04921 202.61638 254.17421 202.77263Q254.31483 202.9445 254.58046 203.05388Q254.73671 203.11638 255.51796 203.3195Q256.64294 203.632 257.08044 203.8195Q257.51794 204.007 257.76794 204.36638Q258.01794 204.72575 258.01794 205.27263Q258.01794 205.80388 257.70544 206.27263Q257.40857 206.72575 256.83044 206.99138Q256.25232 207.24138 255.51796 207.24138Q254.29921 207.24138 253.65858 206.74138Q253.03358 206.22575 252.86171 205.24138ZM263.34607 206.33513Q262.75232 206.83513 262.20544 207.03825Q261.6742 207.24138 261.0492 207.24138Q260.01794 207.24138 259.47107 206.74138Q258.9242 206.24138 258.9242 205.46013Q258.9242 205.007 259.12732 204.632Q259.33044 204.24138 259.6742 204.02263Q260.01794 203.78825 260.43982 203.67888Q260.7367 203.58513 261.37732 203.507Q262.64294 203.36638 263.25232 203.14763Q263.25232 202.92888 263.25232 202.882Q263.25232 202.22575 262.95544 201.96013Q262.5492 201.61638 261.75232 201.61638Q261.01794 201.61638 260.65857 201.882Q260.2992 202.132 260.12732 202.78825L259.09607 202.64763Q259.2367 201.99138 259.56482 201.58513Q259.89294 201.17888 260.50232 200.96013Q261.1117 200.74138 261.90857 200.74138Q262.70544 200.74138 263.20544 200.92888Q263.70544 201.11638 263.93982 201.39763Q264.1742 201.67888 264.26794 202.11638Q264.31482 202.382 264.31482 203.08513L264.31482 204.49138Q264.31482 205.96013 264.37732 206.35075Q264.45544 206.74138 264.65857 207.10075L263.5492 207.10075Q263.39294 206.77263 263.34607 206.33513ZM263.25232 203.97575Q262.6742 204.21013 261.53357 204.382Q260.87732 204.47575 260.6117 204.60075Q260.34607 204.71013 260.18982 204.92888Q260.0492 205.14763 260.0492 205.42888Q260.0492 205.85075 260.3617 206.132Q260.68982 206.41325 261.2992 206.41325Q261.90857 206.41325 262.37732 206.14763Q262.8617 205.882 263.08044 205.41325Q263.25232 205.05388 263.25232 204.36638L263.25232 203.97575ZM266.08044 207.61638L267.1117 207.77263Q267.1742 208.24138 267.47107 208.46013Q267.8617 208.757 268.53357 208.757Q269.26794 208.757 269.65857 208.46013Q270.06482 208.16325 270.20544 207.64763Q270.2992 207.3195 270.28357 206.28825Q269.59607 207.10075 268.56482 207.10075Q267.28357 207.10075 266.58044 206.17888Q265.87732 205.24138 265.87732 203.96013Q265.87732 203.0695 266.18982 202.3195Q266.51794 201.55388 267.12732 201.14763Q267.7367 200.74138 268.56482 200.74138Q269.6742 200.74138 270.39294 201.632L270.39294 200.882L271.3617 200.882L271.3617 206.257Q271.3617 207.71013 271.06482 208.3195Q270.76794 208.92888 270.12732 209.27263Q269.4867 209.632 268.5492 209.632Q267.43982 209.632 266.75232 209.132Q266.06482 208.632 266.08044 207.61638ZM266.95544 203.882Q266.95544 205.10075 267.43982 205.66325Q267.9242 206.22575 268.65857 206.22575Q269.39294 206.22575 269.87732 205.66325Q270.37732 205.10075 270.37732 203.91325Q270.37732 202.77263 269.8617 202.1945Q269.3617 201.61638 268.64294 201.61638Q267.93982 201.61638 267.43982 202.1945Q266.95544 202.757 266.95544 203.882ZM277.53357 205.10075L278.62732 205.22575Q278.37732 206.17888 277.6742 206.71013Q276.97107 207.24138 275.89294 207.24138Q274.53357 207.24138 273.72107 206.39763Q272.9242 205.55388 272.9242 204.03825Q272.9242 202.47575 273.7367 201.61638Q274.5492 200.74138 275.83044 200.74138Q277.08044 200.74138 277.8617 201.58513Q278.65857 202.42888 278.65857 203.97575Q278.65857 204.0695 278.65857 204.257L274.01794 204.257Q274.08044 205.28825 274.59607 205.83513Q275.1117 206.36638 275.89294 206.36638Q276.47107 206.36638 276.87732 206.0695Q277.2992 205.757 277.53357 205.10075ZM274.08044 203.39763L277.5492 203.39763Q277.4867 202.60075 277.15857 202.21013Q276.64294 201.60075 275.84607 201.60075Q275.1117 201.60075 274.6117 202.08513Q274.12732 202.5695 274.08044 203.39763Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M83.67141 268.4096L83.67141 259.81586L86.905785 259.81586Q87.89016 259.81586 88.48391 260.08148Q89.07766 260.3471 89.405785 260.89398Q89.749535 261.42523 89.749535 262.01898Q89.749535 262.56586 89.45266 263.05023Q89.155785 263.5346 88.54641 263.83148Q89.32766 264.06586 89.73391 264.62836Q90.155785 265.17523 90.155785 265.92523Q90.155785 266.51898 89.905785 267.05023Q89.655785 267.56586 89.280785 267.8471Q88.905785 268.12836 88.32766 268.26898Q87.76516 268.4096 86.95266 268.4096L83.67141 268.4096ZM84.812035 263.42523L86.67141 263.42523Q87.42141 263.42523 87.749535 263.33148Q88.187035 263.20648 88.405785 262.9096Q88.624535 262.5971 88.624535 262.14398Q88.624535 261.7221 88.42141 261.39398Q88.218285 261.06586 87.82766 260.95648Q87.45266 260.83148 86.530785 260.83148L84.812035 260.83148L84.812035 263.42523ZM84.812035 267.39398L86.95266 267.39398Q87.499535 267.39398 87.718285 267.3471Q88.124535 267.2846 88.374535 267.12836Q88.64016 266.95648 88.812035 266.64398Q88.98391 266.33148 88.98391 265.92523Q88.98391 265.44086 88.73391 265.08148Q88.499535 264.7221 88.062035 264.58148Q87.624535 264.44086 86.79641 264.44086L84.812035 264.44086L84.812035 267.39398ZM91.593285 261.0346L91.593285 259.81586L92.655785 259.81586L92.655785 261.0346L91.593285 261.0346ZM91.593285 268.4096L91.593285 262.19086L92.655785 262.19086L92.655785 268.4096L91.593285 268.4096ZM94.593285 268.4096L94.593285 262.19086L95.530785 262.19086L95.530785 263.06586Q96.218285 262.05023 97.51516 262.05023Q98.07766 262.05023 98.54641 262.25336Q99.030785 262.45648 99.26516 262.7846Q99.499535 263.11273 99.593285 263.55023Q99.64016 263.8471 99.64016 264.58148L99.64016 268.4096L98.593285 268.4096L98.593285 264.62836Q98.593285 263.9721 98.468285 263.6596Q98.343285 263.3471 98.030785 263.1596Q97.718285 262.95648 97.29641 262.95648Q96.624535 262.95648 96.124535 263.39398Q95.64016 263.81586 95.64016 265.00336L95.64016 268.4096L94.593285 268.4096ZM105.655785 267.64398Q105.062035 268.14398 104.51516 268.3471Q103.98391 268.55023 103.35891 268.55023Q102.32766 268.55023 101.780785 268.05023Q101.23391 267.55023 101.23391 266.76898Q101.23391 266.31586 101.437035 265.94086Q101.64016 265.55023 101.98391 265.33148Q102.32766 265.0971 102.749535 264.98773Q103.04641 264.89398 103.687035 264.81586Q104.95266 264.67523 105.562035 264.45648Q105.562035 264.23773 105.562035 264.19086Q105.562035 263.5346 105.26516 263.26898Q104.85891 262.92523 104.062035 262.92523Q103.32766 262.92523 102.968285 263.19086Q102.60891 263.44086 102.437035 264.0971L101.405785 263.95648Q101.54641 263.30023 101.874535 262.89398Q102.20266 262.48773 102.812035 262.26898Q103.42141 262.05023 104.218285 262.05023Q105.01516 262.05023 105.51516 262.23773Q106.01516 262.42523 106.249535 262.70648Q106.48391 262.98773 106.57766 263.42523Q106.624535 263.69086 106.624535 264.39398L106.624535 265.80023Q106.624535 267.26898 106.687035 267.6596Q106.76516 268.05023 106.968285 268.4096L105.85891 268.4096Q105.70266 268.08148 105.655785 267.64398ZM105.562035 265.2846Q104.98391 265.51898 103.843285 265.69086Q103.187035 265.7846 102.92141 265.9096Q102.655785 266.01898 102.499535 266.23773Q102.35891 266.45648 102.35891 266.73773Q102.35891 267.1596 102.67141 267.44086Q102.999535 267.7221 103.60891 267.7221Q104.218285 267.7221 104.687035 267.45648Q105.17141 267.19086 105.39016 266.7221Q105.562035 266.36273 105.562035 265.67523L105.562035 265.2846ZM108.57766 268.4096L108.57766 262.19086L109.530785 262.19086L109.530785 263.12836Q109.89016 262.4721 110.187035 262.26898Q110.499535 262.05023 110.874535 262.05023Q111.405785 262.05023 111.95266 262.37836L111.593285 263.36273Q111.20266 263.12836 110.82766 263.12836Q110.468285 263.12836 110.187035 263.3471Q109.92141 263.55023 109.812035 263.92523Q109.624535 264.48773 109.624535 265.14398L109.624535 268.4096L108.57766 268.4096ZM112.54641 270.80023L112.42141 269.81586Q112.76516 269.9096 113.030785 269.9096Q113.374535 269.9096 113.57766 269.7846Q113.79641 269.67523 113.937035 269.4721Q114.030785 269.30023 114.26516 268.67523Q114.280785 268.5971 114.35891 268.42523L111.98391 262.19086L113.124535 262.19086L114.42141 265.7846Q114.67141 266.4721 114.874535 267.23773Q115.062035 266.50336 115.312035 265.81586L116.64016 262.19086L117.687035 262.19086L115.32766 268.51898Q114.937035 269.5346 114.73391 269.92523Q114.45266 270.45648 114.07766 270.69086Q113.718285 270.94086 113.218285 270.94086Q112.92141 270.94086 112.54641 270.80023ZM121.17141 266.55023L122.20266 266.39398Q122.29641 267.01898 122.687035 267.3471Q123.093285 267.67523 123.82766 267.67523Q124.54641 267.67523 124.89016 267.39398Q125.249535 267.0971 125.249535 266.69086Q125.249535 266.33148 124.937035 266.12836Q124.718285 265.98773 123.85891 265.76898Q122.70266 265.4721 122.249535 265.26898Q121.812035 265.05023 121.57766 264.67523Q121.343285 264.30023 121.343285 263.83148Q121.343285 263.42523 121.530785 263.06586Q121.718285 262.70648 122.04641 262.4721Q122.29641 262.30023 122.718285 262.17523Q123.14016 262.05023 123.64016 262.05023Q124.35891 262.05023 124.905785 262.26898Q125.468285 262.4721 125.73391 262.83148Q125.999535 263.19086 126.093285 263.7846L125.062035 263.92523Q124.999535 263.45648 124.655785 263.19086Q124.32766 262.9096 123.70266 262.9096Q122.98391 262.9096 122.67141 263.1596Q122.35891 263.39398 122.35891 263.7221Q122.35891 263.92523 122.48391 264.08148Q122.624535 264.25336 122.89016 264.36273Q123.04641 264.42523 123.82766 264.62836Q124.95266 264.94086 125.39016 265.12836Q125.82766 265.31586 126.07766 265.67523Q126.32766 266.0346 126.32766 266.58148Q126.32766 267.11273 126.01516 267.58148Q125.718285 268.0346 125.14016 268.30023Q124.562035 268.55023 123.82766 268.55023Q122.60891 268.55023 121.968285 268.05023Q121.343285 267.5346 121.17141 266.55023ZM127.593285 261.0346L127.593285 259.81586L128.65579 259.81586L128.65579 261.0346L127.593285 261.0346ZM127.593285 268.4096L127.593285 262.19086L128.65579 262.19086L128.65579 268.4096L127.593285 268.4096ZM130.03079 268.4096L130.03079 267.55023L133.99954 263.00336Q133.31204 263.0346 132.79642 263.0346L130.26517 263.0346L130.26517 262.19086L135.35892 262.19086L135.35892 262.87836L131.98392 266.83148L131.32767 267.55023Q132.04642 267.50336 132.65579 267.50336L135.54642 267.50336L135.54642 268.4096L130.03079 268.4096ZM140.84329 266.4096L141.93704 266.5346Q141.68704 267.48773 140.98392 268.01898Q140.28079 268.55023 139.20267 268.55023Q137.84329 268.55023 137.03079 267.70648Q136.23392 266.86273 136.23392 265.3471Q136.23392 263.7846 137.04642 262.92523Q137.85892 262.05023 139.14017 262.05023Q140.39017 262.05023 141.17142 262.89398Q141.96829 263.73773 141.96829 265.2846Q141.96829 265.37836 141.96829 265.56586L137.32767 265.56586Q137.39017 266.5971 137.90579 267.14398Q138.42142 267.67523 139.20267 267.67523Q139.78079 267.67523 140.18704 267.37836Q140.60892 267.06586 140.84329 266.4096ZM137.39017 264.70648L140.85892 264.70648Q140.79642 263.9096 140.46829 263.51898Q139.95267 262.9096 139.15579 262.9096Q138.42142 262.9096 137.92142 263.39398Q137.43704 263.87836 137.39017 264.70648Z" fill-rule="nonzero"/><path fill="#666666" d="M83.67141 268.4096L83.67141 259.81586L86.905785 259.81586Q87.89016 259.81586 88.48391 260.08148Q89.07766 260.3471 89.405785 260.89398Q89.749535 261.42523 89.749535 262.01898Q89.749535 262.56586 89.45266 263.05023Q89.155785 263.5346 88.54641 263.83148Q89.32766 264.06586 89.73391 264.62836Q90.155785 265.17523 90.155785 265.92523Q90.155785 266.51898 89.905785 267.05023Q89.655785 267.56586 89.280785 267.8471Q88.905785 268.12836 88.32766 268.26898Q87.76516 268.4096 86.95266 268.4096L83.67141 268.4096ZM84.812035 263.42523L86.67141 263.42523Q87.42141 263.42523 87.749535 263.33148Q88.187035 263.20648 88.405785 262.9096Q88.624535 262.5971 88.624535 262.14398Q88.624535 261.7221 88.42141 261.39398Q88.218285 261.06586 87.82766 260.95648Q87.45266 260.83148 86.530785 260.83148L84.812035 260.83148L84.812035 263.42523ZM84.812035 267.39398L86.95266 267.39398Q87.499535 267.39398 87.718285 267.3471Q88.124535 267.2846 88.374535 267.12836Q88.64016 266.95648 88.812035 266.64398Q88.98391 266.33148 88.98391 265.92523Q88.98391 265.44086 88.73391 265.08148Q88.499535 264.7221 88.062035 264.58148Q87.624535 264.44086 86.79641 264.44086L84.812035 264.44086L84.812035 267.39398ZM91.593285 261.0346L91.593285 259.81586L92.655785 259.81586L92.655785 261.0346L91.593285 261.0346ZM91.593285 268.4096L91.593285 262.19086L92.655785 262.19086L92.655785 268.4096L91.593285 268.4096ZM94.593285 268.4096L94.593285 262.19086L95.530785 262.19086L95.530785 263.06586Q96.218285 262.05023 97.51516 262.05023Q98.07766 262.05023 98.54641 262.25336Q99.030785 262.45648 99.26516 262.7846Q99.499535 263.11273 99.593285 263.55023Q99.64016 263.8471 99.64016 264.58148L99.64016 268.4096L98.593285 268.4096L98.593285 264.62836Q98.593285 263.9721 98.468285 263.6596Q98.343285 263.3471 98.030785 263.1596Q97.718285 262.95648 97.29641 262.95648Q96.624535 262.95648 96.124535 263.39398Q95.64016 263.81586 95.64016 265.00336L95.64016 268.4096L94.593285 268.4096ZM105.655785 267.64398Q105.062035 268.14398 104.51516 268.3471Q103.98391 268.55023 103.35891 268.55023Q102.32766 268.55023 101.780785 268.05023Q101.23391 267.55023 101.23391 266.76898Q101.23391 266.31586 101.437035 265.94086Q101.64016 265.55023 101.98391 265.33148Q102.32766 265.0971 102.749535 264.98773Q103.04641 264.89398 103.687035 264.81586Q104.95266 264.67523 105.562035 264.45648Q105.562035 264.23773 105.562035 264.19086Q105.562035 263.5346 105.26516 263.26898Q104.85891 262.92523 104.062035 262.92523Q103.32766 262.92523 102.968285 263.19086Q102.60891 263.44086 102.437035 264.0971L101.405785 263.95648Q101.54641 263.30023 101.874535 262.89398Q102.20266 262.48773 102.812035 262.26898Q103.42141 262.05023 104.218285 262.05023Q105.01516 262.05023 105.51516 262.23773Q106.01516 262.42523 106.249535 262.70648Q106.48391 262.98773 106.57766 263.42523Q106.624535 263.69086 106.624535 264.39398L106.624535 265.80023Q106.624535 267.26898 106.687035 267.6596Q106.76516 268.05023 106.968285 268.4096L105.85891 268.4096Q105.70266 268.08148 105.655785 267.64398ZM105.562035 265.2846Q104.98391 265.51898 103.843285 265.69086Q103.187035 265.7846 102.92141 265.9096Q102.655785 266.01898 102.499535 266.23773Q102.35891 266.45648 102.35891 266.73773Q102.35891 267.1596 102.67141 267.44086Q102.999535 267.7221 103.60891 267.7221Q104.218285 267.7221 104.687035 267.45648Q105.17141 267.19086 105.39016 266.7221Q105.562035 266.36273 105.562035 265.67523L105.562035 265.2846ZM108.57766 268.4096L108.57766 262.19086L109.530785 262.19086L109.530785 263.12836Q109.89016 262.4721 110.187035 262.26898Q110.499535 262.05023 110.874535 262.05023Q111.405785 262.05023 111.95266 262.37836L111.593285 263.36273Q111.20266 263.12836 110.82766 263.12836Q110.468285 263.12836 110.187035 263.3471Q109.92141 263.55023 109.812035 263.92523Q109.624535 264.48773 109.624535 265.14398L109.624535 268.4096L108.57766 268.4096ZM112.54641 270.80023L112.42141 269.81586Q112.76516 269.9096 113.030785 269.9096Q113.374535 269.9096 113.57766 269.7846Q113.79641 269.67523 113.937035 269.4721Q114.030785 269.30023 114.26516 268.67523Q114.280785 268.5971 114.35891 268.42523L111.98391 262.19086L113.124535 262.19086L114.42141 265.7846Q114.67141 266.4721 114.874535 267.23773Q115.062035 266.50336 115.312035 265.81586L116.64016 262.19086L117.687035 262.19086L115.32766 268.51898Q114.937035 269.5346 114.73391 269.92523Q114.45266 270.45648 114.07766 270.69086Q113.718285 270.94086 113.218285 270.94086Q112.92141 270.94086 112.54641 270.80023ZM121.17141 266.55023L122.20266 266.39398Q122.29641 267.01898 122.687035 267.3471Q123.093285 267.67523 123.82766 267.67523Q124.54641 267.67523 124.89016 267.39398Q125.249535 267.0971 125.249535 266.69086Q125.249535 266.33148 124.937035 266.12836Q124.718285 265.98773 123.85891 265.76898Q122.70266 265.4721 122.249535 265.26898Q121.812035 265.05023 121.57766 264.67523Q121.343285 264.30023 121.343285 263.83148Q121.343285 263.42523 121.530785 263.06586Q121.718285 262.70648 122.04641 262.4721Q122.29641 262.30023 122.718285 262.17523Q123.14016 262.05023 123.64016 262.05023Q124.35891 262.05023 124.905785 262.26898Q125.468285 262.4721 125.73391 262.83148Q125.999535 263.19086 126.093285 263.7846L125.062035 263.92523Q124.999535 263.45648 124.655785 263.19086Q124.32766 262.9096 123.70266 262.9096Q122.98391 262.9096 122.67141 263.1596Q122.35891 263.39398 122.35891 263.7221Q122.35891 263.92523 122.48391 264.08148Q122.624535 264.25336 122.89016 264.36273Q123.04641 264.42523 123.82766 264.62836Q124.95266 264.94086 125.39016 265.12836Q125.82766 265.31586 126.07766 265.67523Q126.32766 266.0346 126.32766 266.58148Q126.32766 267.11273 126.01516 267.58148Q125.718285 268.0346 125.14016 268.30023Q124.562035 268.55023 123.82766 268.55023Q122.60891 268.55023 121.968285 268.05023Q121.343285 267.5346 121.17141 266.55023ZM127.593285 261.0346L127.593285 259.81586L128.65579 259.81586L128.65579 261.0346L127.593285 261.0346ZM127.593285 268.4096L127.593285 262.19086L128.65579 262.19086L128.65579 268.4096L127.593285 268.4096ZM130.03079 268.4096L130.03079 267.55023L133.99954 263.00336Q133.31204 263.0346 132.79642 263.0346L130.26517 263.0346L130.26517 262.19086L135.35892 262.19086L135.35892 262.87836L131.98392 266.83148L131.32767 267.55023Q132.04642 267.50336 132.65579 267.50336L135.54642 267.50336L135.54642 268.4096L130.03079 268.4096ZM140.84329 266.4096L141.93704 266.5346Q141.68704 267.48773 140.98392 268.01898Q140.28079 268.55023 139.20267 268.55023Q137.84329 268.55023 137.03079 267.70648Q136.23392 266.86273 136.23392 265.3471Q136.23392 263.7846 137.04642 262.92523Q137.85892 262.05023 139.14017 262.05023Q140.39017 262.05023 141.17142 262.89398Q141.96829 263.73773 141.96829 265.2846Q141.96829 265.37836 141.96829 265.56586L137.32767 265.56586Q137.39017 266.5971 137.90579 267.14398Q138.42142 267.67523 139.20267 267.67523Q139.78079 267.67523 140.18704 267.37836Q140.60892 267.06586 140.84329 266.4096ZM137.39017 264.70648L140.85892 264.70648Q140.79642 263.9096 140.46829 263.51898Q139.95267 262.9096 139.15579 262.9096Q138.42142 262.9096 137.92142 263.39398Q137.43704 263.87836 137.39017 264.70648Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M158.13718 189.4805L158.13718 180.88675L161.37155 180.88675Q162.35593 180.88675 162.94968 181.15237Q163.54343 181.418 163.87155 181.96487Q164.2153 182.49612 164.2153 183.08987Q164.2153 183.63675 163.91843 184.12112Q163.62155 184.6055 163.01218 184.90237Q163.79343 185.13675 164.19968 185.69925Q164.62155 186.24612 164.62155 186.99612Q164.62155 187.58987 164.37155 188.12112Q164.12155 188.63675 163.74655 188.918Q163.37155 189.19925 162.79343 189.33987Q162.23093 189.4805 161.41843 189.4805L158.13718 189.4805ZM159.2778 184.49612L161.13718 184.49612Q161.88718 184.49612 162.2153 184.40237Q162.6528 184.27737 162.87155 183.9805Q163.0903 183.668 163.0903 183.21487Q163.0903 182.793 162.88718 182.46487Q162.68405 182.13675 162.29343 182.02737Q161.91843 181.90237 160.99655 181.90237L159.2778 181.90237L159.2778 184.49612ZM159.2778 188.46487L161.41843 188.46487Q161.9653 188.46487 162.18405 188.418Q162.5903 188.3555 162.8403 188.19925Q163.10593 188.02737 163.2778 187.71487Q163.44968 187.40237 163.44968 186.99612Q163.44968 186.51175 163.19968 186.15237Q162.9653 185.793 162.5278 185.65237Q162.0903 185.51175 161.26218 185.51175L159.2778 185.51175L159.2778 188.46487ZM170.13718 189.4805L170.13718 188.55862Q169.4028 189.62112 168.1528 189.62112Q167.60593 189.62112 167.12155 189.418Q166.6528 189.19925 166.41843 188.88675Q166.18405 188.55862 166.0903 188.08987Q166.0278 187.793 166.0278 187.1055L166.0278 183.26175L167.0903 183.26175L167.0903 186.71487Q167.0903 187.52737 167.1528 187.82425Q167.24655 188.2305 167.55905 188.4805Q167.88718 188.71487 168.37155 188.71487Q168.8403 188.71487 169.24655 188.4805Q169.66843 188.2305 169.8403 187.80862Q170.0278 187.38675 170.0278 186.58987L170.0278 183.26175L171.07468 183.26175L171.07468 189.4805L170.13718 189.4805ZM173.05905 182.1055L173.05905 180.88675L174.12155 180.88675L174.12155 182.1055L173.05905 182.1055ZM173.05905 189.4805L173.05905 183.26175L174.12155 183.26175L174.12155 189.4805L173.05905 189.4805ZM176.0278 189.4805L176.0278 180.88675L177.0903 180.88675L177.0903 189.4805L176.0278 189.4805ZM183.0903 189.4805L183.0903 188.69925Q182.49655 189.62112 181.35593 189.62112Q180.60593 189.62112 179.98093 189.21487Q179.35593 188.793 179.01218 188.05862Q178.66843 187.32425 178.66843 186.37112Q178.66843 185.44925 178.98093 184.68362Q179.29343 183.918 179.91843 183.52737Q180.54343 183.12112 181.30905 183.12112Q181.87155 183.12112 182.30905 183.3555Q182.74655 183.58987 183.0278 183.96487L183.0278 180.88675L184.07468 180.88675L184.07468 189.4805L183.0903 189.4805ZM179.76218 186.37112Q179.76218 187.57425 180.26218 188.168Q180.76218 188.74612 181.44968 188.74612Q182.13718 188.74612 182.62155 188.18362Q183.10593 187.62112 183.10593 186.46487Q183.10593 185.18362 182.60593 184.58987Q182.12155 183.99612 181.4028 183.99612Q180.69968 183.99612 180.23093 184.57425Q179.76218 185.13675 179.76218 186.37112ZM188.63718 187.62112L189.66843 187.46487Q189.76218 188.08987 190.1528 188.418Q190.55905 188.74612 191.29343 188.74612Q192.01218 188.74612 192.35593 188.46487Q192.7153 188.168 192.7153 187.76175Q192.7153 187.40237 192.4028 187.19925Q192.18405 187.05862 191.32468 186.83987Q190.16843 186.543 189.7153 186.33987Q189.2778 186.12112 189.04343 185.74612Q188.80905 185.37112 188.80905 184.90237Q188.80905 184.49612 188.99655 184.13675Q189.18405 183.77737 189.51218 183.543Q189.76218 183.37112 190.18405 183.24612Q190.60593 183.12112 191.10593 183.12112Q191.82468 183.12112 192.37155 183.33987Q192.93405 183.543 193.19968 183.90237Q193.4653 184.26175 193.55905 184.8555L192.5278 184.99612Q192.4653 184.52737 192.12155 184.26175Q191.79343 183.9805 191.16843 183.9805Q190.44968 183.9805 190.13718 184.2305Q189.82468 184.46487 189.82468 184.793Q189.82468 184.99612 189.94968 185.15237Q190.0903 185.32425 190.35593 185.43362Q190.51218 185.49612 191.29343 185.69925Q192.41843 186.01175 192.85593 186.19925Q193.29343 186.38675 193.54343 186.74612Q193.79343 187.1055 193.79343 187.65237Q193.79343 188.18362 193.48093 188.65237Q193.18405 189.1055 192.60593 189.37112Q192.0278 189.62112 191.29343 189.62112Q190.07468 189.62112 189.43405 189.12112Q188.80905 188.6055 188.63718 187.62112ZM195.05905 191.87112L195.05905 183.26175L196.01218 183.26175L196.01218 184.05862Q196.35593 183.58987 196.7778 183.3555Q197.2153 183.12112 197.82468 183.12112Q198.62155 183.12112 199.23093 183.52737Q199.8403 183.93362 200.13718 184.68362Q200.44968 185.43362 200.44968 186.32425Q200.44968 187.27737 200.10593 188.043Q199.7778 188.80862 199.12155 189.21487Q198.4653 189.62112 197.74655 189.62112Q197.2153 189.62112 196.79343 189.40237Q196.37155 189.168 196.10593 188.83987L196.10593 191.87112L195.05905 191.87112ZM196.01218 186.40237Q196.01218 187.6055 196.49655 188.18362Q196.98093 188.74612 197.66843 188.74612Q198.37155 188.74612 198.87155 188.15237Q199.37155 187.55862 199.37155 186.30862Q199.37155 185.12112 198.88718 184.543Q198.4028 183.94925 197.7153 183.94925Q197.04343 183.94925 196.5278 184.57425Q196.01218 185.19925 196.01218 186.40237ZM206.30905 187.4805L207.4028 187.6055Q207.1528 188.55862 206.44968 189.08987Q205.74655 189.62112 204.66843 189.62112Q203.30905 189.62112 202.49655 188.77737Q201.69968 187.93362 201.69968 186.418Q201.69968 184.8555 202.51218 183.99612Q203.32468 183.12112 204.60593 183.12112Q205.85593 183.12112 206.63718 183.96487Q207.43405 184.80862 207.43405 186.3555Q207.43405 186.44925 207.43405 186.63675L202.79343 186.63675Q202.85593 187.668 203.37155 188.21487Q203.88718 188.74612 204.66843 188.74612Q205.24655 188.74612 205.6528 188.44925Q206.07468 188.13675 206.30905 187.4805ZM202.85593 185.77737L206.32468 185.77737Q206.26218 184.9805 205.93405 184.58987Q205.41843 183.9805 204.62155 183.9805Q203.88718 183.9805 203.38718 184.46487Q202.9028 184.94925 202.85593 185.77737ZM213.30905 187.4805L214.4028 187.6055Q214.1528 188.55862 213.44968 189.08987Q212.74655 189.62112 211.66843 189.62112Q210.30905 189.62112 209.49655 188.77737Q208.69968 187.93362 208.69968 186.418Q208.69968 184.8555 209.51218 183.99612Q210.32468 183.12112 211.60593 183.12112Q212.85593 183.12112 213.63718 183.96487Q214.43405 184.80862 214.43405 186.3555Q214.43405 186.44925 214.43405 186.63675L209.79343 186.63675Q209.85593 187.668 210.37155 188.21487Q210.88718 188.74612 211.66843 188.74612Q212.24655 188.74612 212.6528 188.44925Q213.07468 188.13675 213.30905 187.4805ZM209.85593 185.77737L213.32468 185.77737Q213.26218 184.9805 212.93405 184.58987Q212.41843 183.9805 211.62155 183.9805Q210.88718 183.9805 210.38718 184.46487Q209.9028 184.94925 209.85593 185.77737ZM220.0903 189.4805L220.0903 188.69925Q219.49655 189.62112 218.35593 189.62112Q217.60593 189.62112 216.98093 189.21487Q216.35593 188.793 216.01218 188.05862Q215.66843 187.32425 215.66843 186.37112Q215.66843 185.44925 215.98093 184.68362Q216.29343 183.918 216.91843 183.52737Q217.54343 183.12112 218.30905 183.12112Q218.87155 183.12112 219.30905 183.3555Q219.74655 183.58987 220.0278 183.96487L220.0278 180.88675L221.07468 180.88675L221.07468 189.4805L220.0903 189.4805ZM216.76218 186.37112Q216.76218 187.57425 217.26218 188.168Q217.76218 188.74612 218.44968 188.74612Q219.13718 188.74612 219.62155 188.18362Q220.10593 187.62112 220.10593 186.46487Q220.10593 185.18362 219.60593 184.58987Q219.12155 183.99612 218.4028 183.99612Q217.69968 183.99612 217.23093 184.57425Q216.76218 185.13675 216.76218 186.37112Z" fill-rule="nonzero"/><path fill="#666666" d="M158.13718 189.4805L158.13718 180.88675L161.37155 180.88675Q162.35593 180.88675 162.94968 181.15237Q163.54343 181.418 163.87155 181.96487Q164.2153 182.49612 164.2153 183.08987Q164.2153 183.63675 163.91843 184.12112Q163.62155 184.6055 163.01218 184.90237Q163.79343 185.13675 164.19968 185.69925Q164.62155 186.24612 164.62155 186.99612Q164.62155 187.58987 164.37155 188.12112Q164.12155 188.63675 163.74655 188.918Q163.37155 189.19925 162.79343 189.33987Q162.23093 189.4805 161.41843 189.4805L158.13718 189.4805ZM159.2778 184.49612L161.13718 184.49612Q161.88718 184.49612 162.2153 184.40237Q162.6528 184.27737 162.87155 183.9805Q163.0903 183.668 163.0903 183.21487Q163.0903 182.793 162.88718 182.46487Q162.68405 182.13675 162.29343 182.02737Q161.91843 181.90237 160.99655 181.90237L159.2778 181.90237L159.2778 184.49612ZM159.2778 188.46487L161.41843 188.46487Q161.9653 188.46487 162.18405 188.418Q162.5903 188.3555 162.8403 188.19925Q163.10593 188.02737 163.2778 187.71487Q163.44968 187.40237 163.44968 186.99612Q163.44968 186.51175 163.19968 186.15237Q162.9653 185.793 162.5278 185.65237Q162.0903 185.51175 161.26218 185.51175L159.2778 185.51175L159.2778 188.46487ZM170.13718 189.4805L170.13718 188.55862Q169.4028 189.62112 168.1528 189.62112Q167.60593 189.62112 167.12155 189.418Q166.6528 189.19925 166.41843 188.88675Q166.18405 188.55862 166.0903 188.08987Q166.0278 187.793 166.0278 187.1055L166.0278 183.26175L167.0903 183.26175L167.0903 186.71487Q167.0903 187.52737 167.1528 187.82425Q167.24655 188.2305 167.55905 188.4805Q167.88718 188.71487 168.37155 188.71487Q168.8403 188.71487 169.24655 188.4805Q169.66843 188.2305 169.8403 187.80862Q170.0278 187.38675 170.0278 186.58987L170.0278 183.26175L171.07468 183.26175L171.07468 189.4805L170.13718 189.4805ZM173.05905 182.1055L173.05905 180.88675L174.12155 180.88675L174.12155 182.1055L173.05905 182.1055ZM173.05905 189.4805L173.05905 183.26175L174.12155 183.26175L174.12155 189.4805L173.05905 189.4805ZM176.0278 189.4805L176.0278 180.88675L177.0903 180.88675L177.0903 189.4805L176.0278 189.4805ZM183.0903 189.4805L183.0903 188.69925Q182.49655 189.62112 181.35593 189.62112Q180.60593 189.62112 179.98093 189.21487Q179.35593 188.793 179.01218 188.05862Q178.66843 187.32425 178.66843 186.37112Q178.66843 185.44925 178.98093 184.68362Q179.29343 183.918 179.91843 183.52737Q180.54343 183.12112 181.30905 183.12112Q181.87155 183.12112 182.30905 183.3555Q182.74655 183.58987 183.0278 183.96487L183.0278 180.88675L184.07468 180.88675L184.07468 189.4805L183.0903 189.4805ZM179.76218 186.37112Q179.76218 187.57425 180.26218 188.168Q180.76218 188.74612 181.44968 188.74612Q182.13718 188.74612 182.62155 188.18362Q183.10593 187.62112 183.10593 186.46487Q183.10593 185.18362 182.60593 184.58987Q182.12155 183.99612 181.4028 183.99612Q180.69968 183.99612 180.23093 184.57425Q179.76218 185.13675 179.76218 186.37112ZM188.63718 187.62112L189.66843 187.46487Q189.76218 188.08987 190.1528 188.418Q190.55905 188.74612 191.29343 188.74612Q192.01218 188.74612 192.35593 188.46487Q192.7153 188.168 192.7153 187.76175Q192.7153 187.40237 192.4028 187.19925Q192.18405 187.05862 191.32468 186.83987Q190.16843 186.543 189.7153 186.33987Q189.2778 186.12112 189.04343 185.74612Q188.80905 185.37112 188.80905 184.90237Q188.80905 184.49612 188.99655 184.13675Q189.18405 183.77737 189.51218 183.543Q189.76218 183.37112 190.18405 183.24612Q190.60593 183.12112 191.10593 183.12112Q191.82468 183.12112 192.37155 183.33987Q192.93405 183.543 193.19968 183.90237Q193.4653 184.26175 193.55905 184.8555L192.5278 184.99612Q192.4653 184.52737 192.12155 184.26175Q191.79343 183.9805 191.16843 183.9805Q190.44968 183.9805 190.13718 184.2305Q189.82468 184.46487 189.82468 184.793Q189.82468 184.99612 189.94968 185.15237Q190.0903 185.32425 190.35593 185.43362Q190.51218 185.49612 191.29343 185.69925Q192.41843 186.01175 192.85593 186.19925Q193.29343 186.38675 193.54343 186.74612Q193.79343 187.1055 193.79343 187.65237Q193.79343 188.18362 193.48093 188.65237Q193.18405 189.1055 192.60593 189.37112Q192.0278 189.62112 191.29343 189.62112Q190.07468 189.62112 189.43405 189.12112Q188.80905 188.6055 188.63718 187.62112ZM195.05905 191.87112L195.05905 183.26175L196.01218 183.26175L196.01218 184.05862Q196.35593 183.58987 196.7778 183.3555Q197.2153 183.12112 197.82468 183.12112Q198.62155 183.12112 199.23093 183.52737Q199.8403 183.93362 200.13718 184.68362Q200.44968 185.43362 200.44968 186.32425Q200.44968 187.27737 200.10593 188.043Q199.7778 188.80862 199.12155 189.21487Q198.4653 189.62112 197.74655 189.62112Q197.2153 189.62112 196.79343 189.40237Q196.37155 189.168 196.10593 188.83987L196.10593 191.87112L195.05905 191.87112ZM196.01218 186.40237Q196.01218 187.6055 196.49655 188.18362Q196.98093 188.74612 197.66843 188.74612Q198.37155 188.74612 198.87155 188.15237Q199.37155 187.55862 199.37155 186.30862Q199.37155 185.12112 198.88718 184.543Q198.4028 183.94925 197.7153 183.94925Q197.04343 183.94925 196.5278 184.57425Q196.01218 185.19925 196.01218 186.40237ZM206.30905 187.4805L207.4028 187.6055Q207.1528 188.55862 206.44968 189.08987Q205.74655 189.62112 204.66843 189.62112Q203.30905 189.62112 202.49655 188.77737Q201.69968 187.93362 201.69968 186.418Q201.69968 184.8555 202.51218 183.99612Q203.32468 183.12112 204.60593 183.12112Q205.85593 183.12112 206.63718 183.96487Q207.43405 184.80862 207.43405 186.3555Q207.43405 186.44925 207.43405 186.63675L202.79343 186.63675Q202.85593 187.668 203.37155 188.21487Q203.88718 188.74612 204.66843 188.74612Q205.24655 188.74612 205.6528 188.44925Q206.07468 188.13675 206.30905 187.4805ZM202.85593 185.77737L206.32468 185.77737Q206.26218 184.9805 205.93405 184.58987Q205.41843 183.9805 204.62155 183.9805Q203.88718 183.9805 203.38718 184.46487Q202.9028 184.94925 202.85593 185.77737ZM213.30905 187.4805L214.4028 187.6055Q214.1528 188.55862 213.44968 189.08987Q212.74655 189.62112 211.66843 189.62112Q210.30905 189.62112 209.49655 188.77737Q208.69968 187.93362 208.69968 186.418Q208.69968 184.8555 209.51218 183.99612Q210.32468 183.12112 211.60593 183.12112Q212.85593 183.12112 213.63718 183.96487Q214.43405 184.80862 214.43405 186.3555Q214.43405 186.44925 214.43405 186.63675L209.79343 186.63675Q209.85593 187.668 210.37155 188.21487Q210.88718 188.74612 211.66843 188.74612Q212.24655 188.74612 212.6528 188.44925Q213.07468 188.13675 213.30905 187.4805ZM209.85593 185.77737L213.32468 185.77737Q213.26218 184.9805 212.93405 184.58987Q212.41843 183.9805 211.62155 183.9805Q210.88718 183.9805 210.38718 184.46487Q209.9028 184.94925 209.85593 185.77737ZM220.0903 189.4805L220.0903 188.69925Q219.49655 189.62112 218.35593 189.62112Q217.60593 189.62112 216.98093 189.21487Q216.35593 188.793 216.01218 188.05862Q215.66843 187.32425 215.66843 186.37112Q215.66843 185.44925 215.98093 184.68362Q216.29343 183.918 216.91843 183.52737Q217.54343 183.12112 218.30905 183.12112Q218.87155 183.12112 219.30905 183.3555Q219.74655 183.58987 220.0278 183.96487L220.0278 180.88675L221.07468 180.88675L221.07468 189.4805L220.0903 189.4805ZM216.76218 186.37112Q216.76218 187.57425 217.26218 188.168Q217.76218 188.74612 218.44968 188.74612Q219.13718 188.74612 219.62155 188.18362Q220.10593 187.62112 220.10593 186.46487Q220.10593 185.18362 219.60593 184.58987Q219.12155 183.99612 218.4028 183.99612Q217.69968 183.99612 217.23093 184.57425Q216.76218 185.13675 216.76218 186.37112Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.81204 338.70963L192.81204 330.11588L195.78079 330.11588Q196.78079 330.11588 197.31204 330.24088Q198.04642 330.41275 198.56204 330.85025Q199.24954 331.42838 199.57767 332.33463Q199.92142 333.22525 199.92142 334.36588Q199.92142 335.35025 199.68704 336.10025Q199.46829 336.85025 199.10892 337.35025Q198.74954 337.85025 198.31204 338.1315Q197.89017 338.41275 197.29642 338.569Q196.70267 338.70963 195.92142 338.70963L192.81204 338.70963ZM193.95267 337.694L195.78079 337.694Q196.64017 337.694 197.12454 337.53775Q197.60892 337.3815 197.89017 337.08463Q198.29642 336.694 198.51517 336.0065Q198.74954 335.319 198.74954 334.35025Q198.74954 333.0065 198.29642 332.28775Q197.85892 331.55338 197.23392 331.30338Q196.76517 331.1315 195.76517 331.1315L193.95267 331.1315L193.95267 337.694ZM205.93704 336.70963L207.03079 336.83463Q206.78079 337.78775 206.07767 338.319Q205.37454 338.85025 204.29642 338.85025Q202.93704 338.85025 202.12454 338.0065Q201.32767 337.16275 201.32767 335.64713Q201.32767 334.08463 202.14017 333.22525Q202.95267 332.35025 204.23392 332.35025Q205.48392 332.35025 206.26517 333.194Q207.06204 334.03775 207.06204 335.58463Q207.06204 335.67838 207.06204 335.86588L202.42142 335.86588Q202.48392 336.89713 202.99954 337.444Q203.51517 337.97525 204.29642 337.97525Q204.87454 337.97525 205.28079 337.67838Q205.70267 337.36588 205.93704 336.70963ZM202.48392 335.0065L205.95267 335.0065Q205.89017 334.20963 205.56204 333.819Q205.04642 333.20963 204.24954 333.20963Q203.51517 333.20963 203.01517 333.694Q202.53079 334.17838 202.48392 335.0065ZM209.65579 338.70963L208.67142 338.70963L208.67142 330.11588L209.73392 330.11588L209.73392 333.17838Q210.40579 332.35025 211.43704 332.35025Q212.01517 332.35025 212.51517 332.58463Q213.03079 332.80338 213.35892 333.22525Q213.70267 333.64713 213.89017 334.24088Q214.07767 334.83463 214.07767 335.5065Q214.07767 337.10025 213.28079 337.97525Q212.48392 338.85025 211.39017 338.85025Q210.28079 338.85025 209.65579 337.92838L209.65579 338.70963ZM209.64017 335.55338Q209.64017 336.66275 209.95267 337.16275Q210.45267 337.97525 211.29642 337.97525Q211.98392 337.97525 212.48392 337.3815Q212.99954 336.78775 212.99954 335.58463Q212.99954 334.36588 212.51517 333.78775Q212.03079 333.20963 211.34329 333.20963Q210.65579 333.20963 210.14017 333.819Q209.64017 334.41275 209.64017 335.55338ZM219.76517 338.70963L219.76517 337.78775Q219.03079 338.85025 217.78079 338.85025Q217.23392 338.85025 216.74954 338.64713Q216.28079 338.42838 216.04642 338.11588Q215.81204 337.78775 215.71829 337.319Q215.65579 337.02213 215.65579 336.33463L215.65579 332.49088L216.71829 332.49088L216.71829 335.944Q216.71829 336.7565 216.78079 337.05338Q216.87454 337.45963 217.18704 337.70963Q217.51517 337.944 217.99954 337.944Q218.46829 337.944 218.87454 337.70963Q219.29642 337.45963 219.46829 337.03775Q219.65579 336.61588 219.65579 335.819L219.65579 332.49088L220.70267 332.49088L220.70267 338.70963L219.76517 338.70963ZM222.48392 339.22525L223.51517 339.3815Q223.57767 339.85025 223.87454 340.069Q224.26517 340.36588 224.93704 340.36588Q225.67142 340.36588 226.06204 340.069Q226.46829 339.77213 226.60892 339.2565Q226.70267 338.92838 226.68704 337.89713Q225.99954 338.70963 224.96829 338.70963Q223.68704 338.70963 222.98392 337.78775Q222.28079 336.85025 222.28079 335.569Q222.28079 334.67838 222.59329 333.92838Q222.92142 333.16275 223.53079 332.7565Q224.14017 332.35025 224.96829 332.35025Q226.07767 332.35025 226.79642 333.24088L226.79642 332.49088L227.76517 332.49088L227.76517 337.86588Q227.76517 339.319 227.46829 339.92838Q227.17142 340.53775 226.53079 340.8815Q225.89017 341.24088 224.95267 341.24088Q223.84329 341.24088 223.15579 340.74088Q222.46829 340.24088 222.48392 339.22525ZM223.35892 335.49088Q223.35892 336.70963 223.84329 337.27213Q224.32767 337.83463 225.06204 337.83463Q225.79642 337.83463 226.28079 337.27213Q226.78079 336.70963 226.78079 335.52213Q226.78079 334.3815 226.26517 333.80338Q225.76517 333.22525 225.04642 333.22525Q224.34329 333.22525 223.84329 333.80338Q223.35892 334.36588 223.35892 335.49088ZM229.48392 339.22525L230.51517 339.3815Q230.57767 339.85025 230.87454 340.069Q231.26517 340.36588 231.93704 340.36588Q232.67142 340.36588 233.06204 340.069Q233.46829 339.77213 233.60892 339.2565Q233.70267 338.92838 233.68704 337.89713Q232.99954 338.70963 231.96829 338.70963Q230.68704 338.70963 229.98392 337.78775Q229.28079 336.85025 229.28079 335.569Q229.28079 334.67838 229.59329 333.92838Q229.92142 333.16275 230.53079 332.7565Q231.14017 332.35025 231.96829 332.35025Q233.07767 332.35025 233.79642 333.24088L233.79642 332.49088L234.76517 332.49088L234.76517 337.86588Q234.76517 339.319 234.46829 339.92838Q234.17142 340.53775 233.53079 340.8815Q232.89017 341.24088 231.95267 341.24088Q230.84329 341.24088 230.15579 340.74088Q229.46829 340.24088 229.48392 339.22525ZM230.35892 335.49088Q230.35892 336.70963 230.84329 337.27213Q231.32767 337.83463 232.06204 337.83463Q232.79642 337.83463 233.28079 337.27213Q233.78079 336.70963 233.78079 335.52213Q233.78079 334.3815 233.26517 333.80338Q232.76517 333.22525 232.04642 333.22525Q231.34329 333.22525 230.84329 333.80338Q230.35892 334.36588 230.35892 335.49088ZM240.74954 337.944Q240.15579 338.444 239.60892 338.64713Q239.07767 338.85025 238.45267 338.85025Q237.42142 338.85025 236.87454 338.35025Q236.32767 337.85025 236.32767 337.069Q236.32767 336.61588 236.53079 336.24088Q236.73392 335.85025 237.07767 335.6315Q237.42142 335.39713 237.84329 335.28775Q238.14017 335.194 238.78079 335.11588Q240.04642 334.97525 240.65579 334.7565Q240.65579 334.53775 240.65579 334.49088Q240.65579 333.83463 240.35892 333.569Q239.95267 333.22525 239.15579 333.22525Q238.42142 333.22525 238.06204 333.49088Q237.70267 333.74088 237.53079 334.39713L236.49954 334.2565Q236.64017 333.60025 236.96829 333.194Q237.29642 332.78775 237.90579 332.569Q238.51517 332.35025 239.31204 332.35025Q240.10892 332.35025 240.60892 332.53775Q241.10892 332.72525 241.34329 333.0065Q241.57767 333.28775 241.67142 333.72525Q241.71829 333.99088 241.71829 334.694L241.71829 336.10025Q241.71829 337.569 241.78079 337.95963Q241.85892 338.35025 242.06204 338.70963L240.95267 338.70963Q240.79642 338.3815 240.74954 337.944ZM240.65579 335.58463Q240.07767 335.819 238.93704 335.99088Q238.28079 336.08463 238.01517 336.20963Q237.74954 336.319 237.59329 336.53775Q237.45267 336.7565 237.45267 337.03775Q237.45267 337.45963 237.76517 337.74088Q238.09329 338.02213 238.70267 338.02213Q239.31204 338.02213 239.78079 337.7565Q240.26517 337.49088 240.48392 337.02213Q240.65579 336.66275 240.65579 335.97525L240.65579 335.58463ZM244.65579 338.70963L243.67142 338.70963L243.67142 330.11588L244.73392 330.11588L244.73392 333.17838Q245.40579 332.35025 246.43704 332.35025Q247.01517 332.35025 247.51517 332.58463Q248.03079 332.80338 248.35892 333.22525Q248.70267 333.64713 248.89017 334.24088Q249.07767 334.83463 249.07767 335.5065Q249.07767 337.10025 248.28079 337.97525Q247.48392 338.85025 246.39017 338.85025Q245.28079 338.85025 244.65579 337.92838L244.65579 338.70963ZM244.64017 335.55338Q244.64017 336.66275 244.95267 337.16275Q245.45267 337.97525 246.29642 337.97525Q246.98392 337.97525 247.48392 337.3815Q247.99954 336.78775 247.99954 335.58463Q247.99954 334.36588 247.51517 333.78775Q247.03079 333.20963 246.34329 333.20963Q245.65579 333.20963 245.14017 333.819Q244.64017 334.41275 244.64017 335.55338ZM250.68704 331.33463L250.68704 330.11588L251.74954 330.11588L251.74954 331.33463L250.68704 331.33463ZM250.68704 338.70963L250.68704 332.49088L251.74954 332.49088L251.74954 338.70963L250.68704 338.70963ZM253.65579 338.70963L253.65579 330.11588L254.71829 330.11588L254.71829 338.70963L253.65579 338.70963ZM256.68704 331.33463L256.68704 330.11588L257.74954 330.11588L257.74954 331.33463L256.68704 331.33463ZM256.68704 338.70963L256.68704 332.49088L257.74954 332.49088L257.74954 338.70963L256.68704 338.70963ZM261.98392 337.77213L262.14017 338.694Q261.68704 338.78775 261.3433 338.78775Q260.76517 338.78775 260.45267 338.61588Q260.14017 338.42838 259.99954 338.1315Q259.87454 337.83463 259.87454 336.8815L259.87454 333.30338L259.10892 333.30338L259.10892 332.49088L259.87454 332.49088L259.87454 330.944L260.92142 330.319L260.92142 332.49088L261.98392 332.49088L261.98392 333.30338L260.92142 333.30338L260.92142 336.944Q260.92142 337.39713 260.9683 337.52213Q261.0308 337.64713 261.1558 337.72525Q261.2808 337.80338 261.51517 337.80338Q261.70267 337.80338 261.98392 337.77213ZM262.64017 341.10025L262.51517 340.11588Q262.85892 340.20963 263.12454 340.20963Q263.4683 340.20963 263.67142 340.08463Q263.89017 339.97525 264.0308 339.77213Q264.12454 339.60025 264.35892 338.97525Q264.37454 338.89713 264.45267 338.72525L262.07767 332.49088L263.2183 332.49088L264.51517 336.08463Q264.76517 336.77213 264.9683 337.53775Q265.1558 336.80338 265.4058 336.11588L266.73392 332.49088L267.7808 332.49088L265.42142 338.819Q265.0308 339.83463 264.82767 340.22525Q264.54642 340.7565 264.17142 340.99088Q263.81204 341.24088 263.31204 341.24088Q263.01517 341.24088 262.64017 341.10025Z" fill-rule="nonzero"/><path fill="#666666" d="M192.81204 338.70963L192.81204 330.11588L195.78079 330.11588Q196.78079 330.11588 197.31204 330.24088Q198.04642 330.41275 198.56204 330.85025Q199.24954 331.42838 199.57767 332.33463Q199.92142 333.22525 199.92142 334.36588Q199.92142 335.35025 199.68704 336.10025Q199.46829 336.85025 199.10892 337.35025Q198.74954 337.85025 198.31204 338.1315Q197.89017 338.41275 197.29642 338.569Q196.70267 338.70963 195.92142 338.70963L192.81204 338.70963ZM193.95267 337.694L195.78079 337.694Q196.64017 337.694 197.12454 337.53775Q197.60892 337.3815 197.89017 337.08463Q198.29642 336.694 198.51517 336.0065Q198.74954 335.319 198.74954 334.35025Q198.74954 333.0065 198.29642 332.28775Q197.85892 331.55338 197.23392 331.30338Q196.76517 331.1315 195.76517 331.1315L193.95267 331.1315L193.95267 337.694ZM205.93704 336.70963L207.03079 336.83463Q206.78079 337.78775 206.07767 338.319Q205.37454 338.85025 204.29642 338.85025Q202.93704 338.85025 202.12454 338.0065Q201.32767 337.16275 201.32767 335.64713Q201.32767 334.08463 202.14017 333.22525Q202.95267 332.35025 204.23392 332.35025Q205.48392 332.35025 206.26517 333.194Q207.06204 334.03775 207.06204 335.58463Q207.06204 335.67838 207.06204 335.86588L202.42142 335.86588Q202.48392 336.89713 202.99954 337.444Q203.51517 337.97525 204.29642 337.97525Q204.87454 337.97525 205.28079 337.67838Q205.70267 337.36588 205.93704 336.70963ZM202.48392 335.0065L205.95267 335.0065Q205.89017 334.20963 205.56204 333.819Q205.04642 333.20963 204.24954 333.20963Q203.51517 333.20963 203.01517 333.694Q202.53079 334.17838 202.48392 335.0065ZM209.65579 338.70963L208.67142 338.70963L208.67142 330.11588L209.73392 330.11588L209.73392 333.17838Q210.40579 332.35025 211.43704 332.35025Q212.01517 332.35025 212.51517 332.58463Q213.03079 332.80338 213.35892 333.22525Q213.70267 333.64713 213.89017 334.24088Q214.07767 334.83463 214.07767 335.5065Q214.07767 337.10025 213.28079 337.97525Q212.48392 338.85025 211.39017 338.85025Q210.28079 338.85025 209.65579 337.92838L209.65579 338.70963ZM209.64017 335.55338Q209.64017 336.66275 209.95267 337.16275Q210.45267 337.97525 211.29642 337.97525Q211.98392 337.97525 212.48392 337.3815Q212.99954 336.78775 212.99954 335.58463Q212.99954 334.36588 212.51517 333.78775Q212.03079 333.20963 211.34329 333.20963Q210.65579 333.20963 210.14017 333.819Q209.64017 334.41275 209.64017 335.55338ZM219.76517 338.70963L219.76517 337.78775Q219.03079 338.85025 217.78079 338.85025Q217.23392 338.85025 216.74954 338.64713Q216.28079 338.42838 216.04642 338.11588Q215.81204 337.78775 215.71829 337.319Q215.65579 337.02213 215.65579 336.33463L215.65579 332.49088L216.71829 332.49088L216.71829 335.944Q216.71829 336.7565 216.78079 337.05338Q216.87454 337.45963 217.18704 337.70963Q217.51517 337.944 217.99954 337.944Q218.46829 337.944 218.87454 337.70963Q219.29642 337.45963 219.46829 337.03775Q219.65579 336.61588 219.65579 335.819L219.65579 332.49088L220.70267 332.49088L220.70267 338.70963L219.76517 338.70963ZM222.48392 339.22525L223.51517 339.3815Q223.57767 339.85025 223.87454 340.069Q224.26517 340.36588 224.93704 340.36588Q225.67142 340.36588 226.06204 340.069Q226.46829 339.77213 226.60892 339.2565Q226.70267 338.92838 226.68704 337.89713Q225.99954 338.70963 224.96829 338.70963Q223.68704 338.70963 222.98392 337.78775Q222.28079 336.85025 222.28079 335.569Q222.28079 334.67838 222.59329 333.92838Q222.92142 333.16275 223.53079 332.7565Q224.14017 332.35025 224.96829 332.35025Q226.07767 332.35025 226.79642 333.24088L226.79642 332.49088L227.76517 332.49088L227.76517 337.86588Q227.76517 339.319 227.46829 339.92838Q227.17142 340.53775 226.53079 340.8815Q225.89017 341.24088 224.95267 341.24088Q223.84329 341.24088 223.15579 340.74088Q222.46829 340.24088 222.48392 339.22525ZM223.35892 335.49088Q223.35892 336.70963 223.84329 337.27213Q224.32767 337.83463 225.06204 337.83463Q225.79642 337.83463 226.28079 337.27213Q226.78079 336.70963 226.78079 335.52213Q226.78079 334.3815 226.26517 333.80338Q225.76517 333.22525 225.04642 333.22525Q224.34329 333.22525 223.84329 333.80338Q223.35892 334.36588 223.35892 335.49088ZM229.48392 339.22525L230.51517 339.3815Q230.57767 339.85025 230.87454 340.069Q231.26517 340.36588 231.93704 340.36588Q232.67142 340.36588 233.06204 340.069Q233.46829 339.77213 233.60892 339.2565Q233.70267 338.92838 233.68704 337.89713Q232.99954 338.70963 231.96829 338.70963Q230.68704 338.70963 229.98392 337.78775Q229.28079 336.85025 229.28079 335.569Q229.28079 334.67838 229.59329 333.92838Q229.92142 333.16275 230.53079 332.7565Q231.14017 332.35025 231.96829 332.35025Q233.07767 332.35025 233.79642 333.24088L233.79642 332.49088L234.76517 332.49088L234.76517 337.86588Q234.76517 339.319 234.46829 339.92838Q234.17142 340.53775 233.53079 340.8815Q232.89017 341.24088 231.95267 341.24088Q230.84329 341.24088 230.15579 340.74088Q229.46829 340.24088 229.48392 339.22525ZM230.35892 335.49088Q230.35892 336.70963 230.84329 337.27213Q231.32767 337.83463 232.06204 337.83463Q232.79642 337.83463 233.28079 337.27213Q233.78079 336.70963 233.78079 335.52213Q233.78079 334.3815 233.26517 333.80338Q232.76517 333.22525 232.04642 333.22525Q231.34329 333.22525 230.84329 333.80338Q230.35892 334.36588 230.35892 335.49088ZM240.74954 337.944Q240.15579 338.444 239.60892 338.64713Q239.07767 338.85025 238.45267 338.85025Q237.42142 338.85025 236.87454 338.35025Q236.32767 337.85025 236.32767 337.069Q236.32767 336.61588 236.53079 336.24088Q236.73392 335.85025 237.07767 335.6315Q237.42142 335.39713 237.84329 335.28775Q238.14017 335.194 238.78079 335.11588Q240.04642 334.97525 240.65579 334.7565Q240.65579 334.53775 240.65579 334.49088Q240.65579 333.83463 240.35892 333.569Q239.95267 333.22525 239.15579 333.22525Q238.42142 333.22525 238.06204 333.49088Q237.70267 333.74088 237.53079 334.39713L236.49954 334.2565Q236.64017 333.60025 236.96829 333.194Q237.29642 332.78775 237.90579 332.569Q238.51517 332.35025 239.31204 332.35025Q240.10892 332.35025 240.60892 332.53775Q241.10892 332.72525 241.34329 333.0065Q241.57767 333.28775 241.67142 333.72525Q241.71829 333.99088 241.71829 334.694L241.71829 336.10025Q241.71829 337.569 241.78079 337.95963Q241.85892 338.35025 242.06204 338.70963L240.95267 338.70963Q240.79642 338.3815 240.74954 337.944ZM240.65579 335.58463Q240.07767 335.819 238.93704 335.99088Q238.28079 336.08463 238.01517 336.20963Q237.74954 336.319 237.59329 336.53775Q237.45267 336.7565 237.45267 337.03775Q237.45267 337.45963 237.76517 337.74088Q238.09329 338.02213 238.70267 338.02213Q239.31204 338.02213 239.78079 337.7565Q240.26517 337.49088 240.48392 337.02213Q240.65579 336.66275 240.65579 335.97525L240.65579 335.58463ZM244.65579 338.70963L243.67142 338.70963L243.67142 330.11588L244.73392 330.11588L244.73392 333.17838Q245.40579 332.35025 246.43704 332.35025Q247.01517 332.35025 247.51517 332.58463Q248.03079 332.80338 248.35892 333.22525Q248.70267 333.64713 248.89017 334.24088Q249.07767 334.83463 249.07767 335.5065Q249.07767 337.10025 248.28079 337.97525Q247.48392 338.85025 246.39017 338.85025Q245.28079 338.85025 244.65579 337.92838L244.65579 338.70963ZM244.64017 335.55338Q244.64017 336.66275 244.95267 337.16275Q245.45267 337.97525 246.29642 337.97525Q246.98392 337.97525 247.48392 337.3815Q247.99954 336.78775 247.99954 335.58463Q247.99954 334.36588 247.51517 333.78775Q247.03079 333.20963 246.34329 333.20963Q245.65579 333.20963 245.14017 333.819Q244.64017 334.41275 244.64017 335.55338ZM250.68704 331.33463L250.68704 330.11588L251.74954 330.11588L251.74954 331.33463L250.68704 331.33463ZM250.68704 338.70963L250.68704 332.49088L251.74954 332.49088L251.74954 338.70963L250.68704 338.70963ZM253.65579 338.70963L253.65579 330.11588L254.71829 330.11588L254.71829 338.70963L253.65579 338.70963ZM256.68704 331.33463L256.68704 330.11588L257.74954 330.11588L257.74954 331.33463L256.68704 331.33463ZM256.68704 338.70963L256.68704 332.49088L257.74954 332.49088L257.74954 338.70963L256.68704 338.70963ZM261.98392 337.77213L262.14017 338.694Q261.68704 338.78775 261.3433 338.78775Q260.76517 338.78775 260.45267 338.61588Q260.14017 338.42838 259.99954 338.1315Q259.87454 337.83463 259.87454 336.8815L259.87454 333.30338L259.10892 333.30338L259.10892 332.49088L259.87454 332.49088L259.87454 330.944L260.92142 330.319L260.92142 332.49088L261.98392 332.49088L261.98392 333.30338L260.92142 333.30338L260.92142 336.944Q260.92142 337.39713 260.9683 337.52213Q261.0308 337.64713 261.1558 337.72525Q261.2808 337.80338 261.51517 337.80338Q261.70267 337.80338 261.98392 337.77213ZM262.64017 341.10025L262.51517 340.11588Q262.85892 340.20963 263.12454 340.20963Q263.4683 340.20963 263.67142 340.08463Q263.89017 339.97525 264.0308 339.77213Q264.12454 339.60025 264.35892 338.97525Q264.37454 338.89713 264.45267 338.72525L262.07767 332.49088L263.2183 332.49088L264.51517 336.08463Q264.76517 336.77213 264.9683 337.53775Q265.1558 336.80338 265.4058 336.11588L266.73392 332.49088L267.7808 332.49088L265.42142 338.819Q265.0308 339.83463 264.82767 340.22525Q264.54642 340.7565 264.17142 340.99088Q263.81204 341.24088 263.31204 341.24088Q263.01517 341.24088 262.64017 341.10025Z" fill-rule="nonzero"/><path fill="#666666" d="M86.560005 462.73828Q86.560005 461.8164 87.01313 461.17578Q87.48188 460.53516 88.35688 460.53516Q89.16938 460.53516 89.70063 461.11328Q90.23188 461.6914 90.23188 462.80078Q90.23188 463.89453 89.685005 464.48828Q89.153755 465.0664 88.372505 465.0664Q87.591255 465.0664 87.07563 464.48828Q86.560005 463.91016 86.560005 462.73828ZM88.38813 461.2539Q87.997505 461.2539 87.73188 461.59766Q87.48188 461.9414 87.48188 462.84766Q87.48188 463.67578 87.73188 464.01953Q87.997505 464.34766 88.38813 464.34766Q88.79438 464.34766 89.04438 464.0039Q89.310005 463.66016 89.310005 462.76953Q89.310005 461.92578 89.04438 461.59766Q88.778755 461.2539 88.38813 461.2539ZM88.38813 469.58203L93.091255 460.53516L93.95063 460.53516L89.26313 469.58203L88.38813 469.58203ZM92.10688 467.2539Q92.10688 466.33203 92.560005 465.6914Q93.028755 465.05078 93.91938 465.05078Q94.73188 465.05078 95.26313 465.6289Q95.79438 466.1914 95.79438 467.3164Q95.79438 468.41016 95.247505 469.0039Q94.716255 469.58203 93.91938 469.58203Q93.153755 469.58203 92.622505 469.0039Q92.10688 468.42578 92.10688 467.2539ZM93.95063 465.76953Q93.54438 465.76953 93.278755 466.11328Q93.028755 466.45703 93.028755 467.36328Q93.028755 468.17578 93.29438 468.51953Q93.560005 468.86328 93.95063 468.86328Q94.341255 468.86328 94.60688 468.51953Q94.872505 468.17578 94.872505 467.26953Q94.872505 466.4414 94.60688 466.11328Q94.341255 465.76953 93.95063 465.76953ZM100.63813 469.26953L100.63813 463.05078L101.591255 463.05078L101.591255 463.98828Q101.95063 463.33203 102.247505 463.1289Q102.560005 462.91016 102.935005 462.91016Q103.466255 462.91016 104.01313 463.23828L103.653755 464.22266Q103.26313 463.98828 102.88813 463.98828Q102.528755 463.98828 102.247505 464.20703Q101.98188 464.41016 101.872505 464.78516Q101.685005 465.34766 101.685005 466.0039L101.685005 469.26953L100.63813 469.26953ZM108.903755 467.26953L109.997505 467.39453Q109.747505 468.34766 109.04438 468.8789Q108.341255 469.41016 107.26313 469.41016Q105.903755 469.41016 105.091255 468.5664Q104.29438 467.72266 104.29438 466.20703Q104.29438 464.64453 105.10688 463.78516Q105.91938 462.91016 107.20063 462.91016Q108.45063 462.91016 109.23188 463.7539Q110.028755 464.59766 110.028755 466.14453Q110.028755 466.23828 110.028755 466.42578L105.38813 466.42578Q105.45063 467.45703 105.966255 468.0039Q106.48188 468.53516 107.26313 468.53516Q107.841255 468.53516 108.247505 468.23828Q108.66938 467.92578 108.903755 467.26953ZM105.45063 465.5664L108.91938 465.5664Q108.85688 464.76953 108.528755 464.3789Q108.01313 463.76953 107.216255 463.76953Q106.48188 463.76953 105.98188 464.2539Q105.497505 464.73828 105.45063 465.5664ZM111.23188 467.41016L112.26313 467.2539Q112.35688 467.8789 112.747505 468.20703Q113.153755 468.53516 113.88813 468.53516Q114.60688 468.53516 114.95063 468.2539Q115.310005 467.95703 115.310005 467.55078Q115.310005 467.1914 114.997505 466.98828Q114.778755 466.84766 113.91938 466.6289Q112.76313 466.33203 112.310005 466.1289Q111.872505 465.91016 111.63813 465.53516Q111.403755 465.16016 111.403755 464.6914Q111.403755 464.28516 111.591255 463.92578Q111.778755 463.5664 112.10688 463.33203Q112.35688 463.16016 112.778755 463.03516Q113.20063 462.91016 113.70063 462.91016Q114.41938 462.91016 114.966255 463.1289Q115.528755 463.33203 115.79438 463.6914Q116.060005 464.05078 116.153755 464.64453L115.122505 464.78516Q115.060005 464.3164 114.716255 464.05078Q114.38813 463.76953 113.76313 463.76953Q113.04438 463.76953 112.73188 464.01953Q112.41938 464.2539 112.41938 464.58203Q112.41938 464.78516 112.54438 464.9414Q112.685005 465.11328 112.95063 465.22266Q113.10688 465.28516 113.88813 465.48828Q115.01313 465.80078 115.45063 465.98828Q115.88813 466.17578 116.13813 466.53516Q116.38813 466.89453 116.38813 467.4414Q116.38813 467.97266 116.07563 468.4414Q115.778755 468.89453 115.20063 469.16016Q114.622505 469.41016 113.88813 469.41016Q112.66938 469.41016 112.028755 468.91016Q111.403755 468.39453 111.23188 467.41016ZM117.653755 471.66016L117.653755 463.05078L118.60688 463.05078L118.60688 463.84766Q118.95063 463.3789 119.372505 463.14453Q119.810005 462.91016 120.41938 462.91016Q121.216255 462.91016 121.82563 463.3164Q122.435005 463.72266 122.73188 464.47266Q123.04438 465.22266 123.04438 466.11328Q123.04438 467.0664 122.70063 467.83203Q122.372505 468.59766 121.716255 469.0039Q121.060005 469.41016 120.341255 469.41016Q119.810005 469.41016 119.38813 469.1914Q118.966255 468.95703 118.70063 468.6289L118.70063 471.66016L117.653755 471.66016ZM118.60688 466.1914Q118.60688 467.39453 119.091255 467.97266Q119.57563 468.53516 120.26313 468.53516Q120.966255 468.53516 121.466255 467.9414Q121.966255 467.34766 121.966255 466.09766Q121.966255 464.91016 121.48188 464.33203Q120.997505 463.73828 120.310005 463.73828Q119.63813 463.73828 119.122505 464.36328Q118.60688 464.98828 118.60688 466.1914ZM124.26313 466.16016Q124.26313 464.42578 125.216255 463.59766Q126.01313 462.91016 127.16938 462.91016Q128.45062 462.91016 129.26312 463.7539Q130.09125 464.58203 130.09125 466.0664Q130.09125 467.26953 129.73187 467.95703Q129.3725 468.64453 128.66937 469.03516Q127.98188 469.41016 127.16938 469.41016Q125.872505 469.41016 125.060005 468.58203Q124.26313 467.73828 124.26313 466.16016ZM125.341255 466.16016Q125.341255 467.34766 125.85688 467.9414Q126.38813 468.53516 127.16938 468.53516Q127.966255 468.53516 128.48187 467.9414Q128.9975 467.34766 128.9975 466.1289Q128.9975 464.97266 128.46625 464.3789Q127.95063 463.78516 127.16938 463.78516Q126.38813 463.78516 125.85688 464.3789Q125.341255 464.95703 125.341255 466.16016ZM131.65375 469.26953L131.65375 463.05078L132.59125 463.05078L132.59125 463.92578Q133.27875 462.91016 134.57562 462.91016Q135.13812 462.91016 135.60687 463.11328Q136.09125 463.3164 136.32562 463.64453Q136.56 463.97266 136.65375 464.41016Q136.70062 464.70703 136.70062 465.4414L136.70062 469.26953L135.65375 469.26953L135.65375 465.48828Q135.65375 464.83203 135.52875 464.51953Q135.40375 464.20703 135.09125 464.01953Q134.77875 463.8164 134.35687 463.8164Q133.685 463.8164 133.185 464.2539Q132.70062 464.67578 132.70062 465.86328L132.70062 469.26953L131.65375 469.26953ZM142.685 469.26953L142.685 468.48828Q142.09125 469.41016 140.95062 469.41016Q140.20062 469.41016 139.57562 469.0039Q138.95062 468.58203 138.60687 467.84766Q138.26312 467.11328 138.26312 466.16016Q138.26312 465.23828 138.57562 464.47266Q138.88812 463.70703 139.51312 463.3164Q140.13812 462.91016 140.90375 462.91016Q141.46625 462.91016 141.90375 463.14453Q142.34125 463.3789 142.6225 463.7539L142.6225 460.67578L143.66937 460.67578L143.66937 469.26953L142.685 469.26953ZM139.35687 466.16016Q139.35687 467.36328 139.85687 467.95703Q140.35687 468.53516 141.04437 468.53516Q141.73187 468.53516 142.21625 467.97266Q142.70062 467.41016 142.70062 466.2539Q142.70062 464.97266 142.20062 464.3789Q141.71625 463.78516 140.9975 463.78516Q140.29437 463.78516 139.82562 464.36328Q139.35687 464.92578 139.35687 466.16016ZM149.90375 467.26953L150.9975 467.39453Q150.7475 468.34766 150.04437 468.8789Q149.34125 469.41016 148.26312 469.41016Q146.90375 469.41016 146.09125 468.5664Q145.29437 467.72266 145.29437 466.20703Q145.29437 464.64453 146.10687 463.78516Q146.91937 462.91016 148.20062 462.91016Q149.45062 462.91016 150.23187 463.7539Q151.02875 464.59766 151.02875 466.14453Q151.02875 466.23828 151.02875 466.42578L146.38812 466.42578Q146.45062 467.45703 146.96625 468.0039Q147.48187 468.53516 148.26312 468.53516Q148.84125 468.53516 149.2475 468.23828Q149.66937 467.92578 149.90375 467.26953ZM146.45062 465.5664L149.91937 465.5664Q149.85687 464.76953 149.52875 464.3789Q149.01312 463.76953 148.21625 463.76953Q147.48187 463.76953 146.98187 464.2539Q146.4975 464.73828 146.45062 465.5664ZM152.65375 469.26953L152.65375 463.05078L153.59125 463.05078L153.59125 463.92578Q154.27875 462.91016 155.57562 462.91016Q156.13812 462.91016 156.60687 463.11328Q157.09125 463.3164 157.32562 463.64453Q157.56 463.97266 157.65375 464.41016Q157.70062 464.70703 157.70062 465.4414L157.70062 469.26953L156.65375 469.26953L156.65375 465.48828Q156.65375 464.83203 156.52875 464.51953Q156.40375 464.20703 156.09125 464.01953Q155.77875 463.8164 155.35687 463.8164Q154.685 463.8164 154.185 464.2539Q153.70062 464.67578 153.70062 465.86328L153.70062 469.26953L152.65375 469.26953ZM161.95062 468.33203L162.10687 469.2539Q161.65375 469.34766 161.31 469.34766Q160.73187 469.34766 160.41937 469.17578Q160.10687 468.98828 159.96625 468.6914Q159.84125 468.39453 159.84125 467.4414L159.84125 463.86328L159.07562 463.86328L159.07562 463.05078L159.84125 463.05078L159.84125 461.5039L160.88812 460.8789L160.88812 463.05078L161.95062 463.05078L161.95062 463.86328L160.88812 463.86328L160.88812 467.5039Q160.88812 467.95703 160.935 468.08203Q160.9975 468.20703 161.1225 468.28516Q161.2475 468.36328 161.48187 468.36328Q161.66937 468.36328 161.95062 468.33203ZM162.23187 467.41016L163.26312 467.2539Q163.35687 467.8789 163.7475 468.20703Q164.15375 468.53516 164.88812 468.53516Q165.60687 468.53516 165.95062 468.2539Q166.31 467.95703 166.31 467.55078Q166.31 467.1914 165.9975 466.98828Q165.77875 466.84766 164.91937 466.6289Q163.76312 466.33203 163.31 466.1289Q162.8725 465.91016 162.63812 465.53516Q162.40375 465.16016 162.40375 464.6914Q162.40375 464.28516 162.59125 463.92578Q162.77875 463.5664 163.10687 463.33203Q163.35687 463.16016 163.77875 463.03516Q164.20062 462.91016 164.70062 462.91016Q165.41937 462.91016 165.96625 463.1289Q166.52875 463.33203 166.79437 463.6914Q167.06 464.05078 167.15375 464.64453L166.1225 464.78516Q166.06 464.3164 165.71625 464.05078Q165.38812 463.76953 164.76312 463.76953Q164.04437 463.76953 163.73187 464.01953Q163.41937 464.2539 163.41937 464.58203Q163.41937 464.78516 163.54437 464.9414Q163.685 465.11328 163.95062 465.22266Q164.10687 465.28516 164.88812 465.48828Q166.01312 465.80078 166.45062 465.98828Q166.88812 466.17578 167.13812 466.53516Q167.38812 466.89453 167.38812 467.4414Q167.38812 467.97266 167.07562 468.4414Q166.77875 468.89453 166.20062 469.16016Q165.6225 469.41016 164.88812 469.41016Q163.66937 469.41016 163.02875 468.91016Q162.40375 468.39453 162.23187 467.41016ZM172.79437 469.26953L170.88812 463.05078L171.98187 463.05078L172.96625 466.64453L173.34125 467.97266Q173.3725 467.8789 173.66937 466.6914L174.65375 463.05078L175.73187 463.05078L176.66937 466.66016L176.98187 467.84766L177.34125 466.64453L178.40375 463.05078L179.435 463.05078L177.48187 469.26953L176.38812 469.26953L175.40375 465.53516L175.15375 464.48828L173.90375 469.26953L172.79437 469.26953ZM180.65375 469.26953L180.65375 460.67578L181.70062 460.67578L181.70062 463.7539Q182.435 462.91016 183.56 462.91016Q184.26312 462.91016 184.76312 463.1914Q185.27875 463.45703 185.4975 463.9414Q185.71625 464.41016 185.71625 465.33203L185.71625 469.26953L184.66937 469.26953L184.66937 465.33203Q184.66937 464.53516 184.32562 464.17578Q183.98187 463.8164 183.35687 463.8164Q182.88812 463.8164 182.46625 464.0664Q182.06 464.30078 181.8725 464.72266Q181.70062 465.1289 181.70062 465.86328L181.70062 469.26953L180.65375 469.26953ZM187.26312 466.16016Q187.26312 464.42578 188.21625 463.59766Q189.01312 462.91016 190.16937 462.91016Q191.45062 462.91016 192.26312 463.7539Q193.09125 464.58203 193.09125 466.0664Q193.09125 467.26953 192.73187 467.95703Q192.3725 468.64453 191.66937 469.03516Q190.98187 469.41016 190.16937 469.41016Q188.8725 469.41016 188.06 468.58203Q187.26312 467.73828 187.26312 466.16016ZM188.34125 466.16016Q188.34125 467.34766 188.85687 467.9414Q189.38812 468.53516 190.16937 468.53516Q190.96625 468.53516 191.48187 467.9414Q191.9975 467.34766 191.9975 466.1289Q191.9975 464.97266 191.46625 464.3789Q190.95062 463.78516 190.16937 463.78516Q189.38812 463.78516 188.85687 464.3789Q188.34125 464.95703 188.34125 466.16016ZM197.63812 469.26953L197.63812 463.05078L198.59125 463.05078L198.59125 463.98828Q198.95062 463.33203 199.2475 463.1289Q199.56 462.91016 199.935 462.91016Q200.46625 462.91016 201.01312 463.23828L200.65375 464.22266Q200.26312 463.98828 199.88812 463.98828Q199.52875 463.98828 199.2475 464.20703Q198.98187 464.41016 198.8725 464.78516Q198.685 465.34766 198.685 466.0039L198.685 469.26953L197.63812 469.26953ZM205.71625 468.5039Q205.1225 469.0039 204.57562 469.20703Q204.04437 469.41016 203.41937 469.41016Q202.38812 469.41016 201.84125 468.91016Q201.29437 468.41016 201.29437 467.6289Q201.29437 467.17578 201.4975 466.80078Q201.70062 466.41016 202.04437 466.1914Q202.38812 465.95703 202.81 465.84766Q203.10687 465.7539 203.7475 465.67578Q205.01312 465.53516 205.6225 465.3164Q205.6225 465.09766 205.6225 465.05078Q205.6225 464.39453 205.32562 464.1289Q204.91937 463.78516 204.1225 463.78516Q203.38812 463.78516 203.02875 464.05078Q202.66937 464.30078 202.4975 464.95703L201.46625 464.8164Q201.60687 464.16016 201.935 463.7539Q202.26312 463.34766 202.8725 463.1289Q203.48187 462.91016 204.27875 462.91016Q205.07562 462.91016 205.57562 463.09766Q206.07562 463.28516 206.31 463.5664Q206.54437 463.84766 206.63812 464.28516Q206.685 464.55078 206.685 465.2539L206.685 466.66016Q206.685 468.1289 206.7475 468.51953Q206.82562 468.91016 207.02875 469.26953L205.91937 469.26953Q205.76312 468.9414 205.71625 468.5039ZM205.6225 466.14453Q205.04437 466.3789 203.90375 466.55078Q203.2475 466.64453 202.98187 466.76953Q202.71625 466.8789 202.56 467.09766Q202.41937 467.3164 202.41937 467.59766Q202.41937 468.01953 202.73187 468.30078Q203.06 468.58203 203.66937 468.58203Q204.27875 468.58203 204.7475 468.3164Q205.23187 468.05078 205.45062 467.58203Q205.6225 467.22266 205.6225 466.53516L205.6225 466.14453ZM208.65375 469.26953L208.65375 463.05078L209.59125 463.05078L209.59125 463.92578Q210.27875 462.91016 211.57562 462.91016Q212.13812 462.91016 212.60687 463.11328Q213.09125 463.3164 213.32562 463.64453Q213.56 463.97266 213.65375 464.41016Q213.70062 464.70703 213.70062 465.4414L213.70062 469.26953L212.65375 469.26953L212.65375 465.48828Q212.65375 464.83203 212.52875 464.51953Q212.40375 464.20703 212.09125 464.01953Q211.77875 463.8164 211.35687 463.8164Q210.685 463.8164 210.185 464.2539Q209.70062 464.67578 209.70062 465.86328L209.70062 469.26953L208.65375 469.26953ZM215.65375 469.26953L215.65375 460.67578L216.71625 460.67578L216.71625 465.58203L219.20062 463.05078L220.57562 463.05078L218.185 465.34766L220.81 469.26953L219.51312 469.26953L217.45062 466.08203L216.71625 466.80078L216.71625 469.26953L215.65375 469.26953ZM225.90375 467.26953L226.9975 467.39453Q226.7475 468.34766 226.04437 468.8789Q225.34125 469.41016 224.26312 469.41016Q222.90375 469.41016 222.09125 468.5664Q221.29437 467.72266 221.29437 466.20703Q221.29437 464.64453 222.10687 463.78516Q222.91937 462.91016 224.20062 462.91016Q225.45062 462.91016 226.23187 463.7539Q227.02875 464.59766 227.02875 466.14453Q227.02875 466.23828 227.02875 466.42578L222.38812 466.42578Q222.45062 467.45703 222.96625 468.0039Q223.48187 468.53516 224.26312 468.53516Q224.84125 468.53516 225.2475 468.23828Q225.66937 467.92578 225.90375 467.26953ZM222.45062 465.5664L225.91937 465.5664Q225.85687 464.76953 225.52875 464.3789Q225.01312 463.76953 224.21625 463.76953Q223.48187 463.76953 222.98187 464.2539Q222.4975 464.73828 222.45062 465.5664ZM232.685 469.26953L232.685 468.48828Q232.09125 469.41016 230.95062 469.41016Q230.20062 469.41016 229.57562 469.0039Q228.95062 468.58203 228.60687 467.84766Q228.26312 467.11328 228.26312 466.16016Q228.26312 465.23828 228.57562 464.47266Q228.88812 463.70703 229.51312 463.3164Q230.13812 462.91016 230.90375 462.91016Q231.46625 462.91016 231.90375 463.14453Q232.34125 463.3789 232.6225 463.7539L232.6225 460.67578L233.66937 460.67578L233.66937 469.26953L232.685 469.26953ZM229.35687 466.16016Q229.35687 467.36328 229.85687 467.95703Q230.35687 468.53516 231.04437 468.53516Q231.73187 468.53516 232.21625 467.97266Q232.70062 467.41016 232.70062 466.2539Q232.70062 464.97266 232.20062 464.3789Q231.71625 463.78516 230.9975 463.78516Q230.29437 463.78516 229.82562 464.36328Q229.35687 464.92578 229.35687 466.16016ZM238.90375 469.26953L238.90375 463.86328L237.96625 463.86328L237.96625 463.05078L238.90375 463.05078L238.90375 462.3789Q238.90375 461.7539 239.01312 461.45703Q239.16937 461.03516 239.54437 460.78516Q239.935 460.53516 240.6225 460.53516Q241.07562 460.53516 241.60687 460.64453L241.45062 461.55078Q241.1225 461.5039 240.82562 461.5039Q240.34125 461.5039 240.13812 461.70703Q239.95062 461.91016 239.95062 462.47266L239.95062 463.05078L241.16937 463.05078L241.16937 463.86328L239.95062 463.86328L239.95062 469.26953L238.90375 469.26953ZM245.71625 468.5039Q245.1225 469.0039 244.57562 469.20703Q244.04437 469.41016 243.41937 469.41016Q242.38812 469.41016 241.84125 468.91016Q241.29437 468.41016 241.29437 467.6289Q241.29437 467.17578 241.4975 466.80078Q241.70062 466.41016 242.04437 466.1914Q242.38812 465.95703 242.81 465.84766Q243.10687 465.7539 243.7475 465.67578Q245.01312 465.53516 245.6225 465.3164Q245.6225 465.09766 245.6225 465.05078Q245.6225 464.39453 245.32562 464.1289Q244.91937 463.78516 244.1225 463.78516Q243.38812 463.78516 243.02875 464.05078Q242.66937 464.30078 242.4975 464.95703L241.46625 464.8164Q241.60687 464.16016 241.935 463.7539Q242.26312 463.34766 242.8725 463.1289Q243.48187 462.91016 244.27875 462.91016Q245.07562 462.91016 245.57562 463.09766Q246.07562 463.28516 246.31 463.5664Q246.54437 463.84766 246.63812 464.28516Q246.685 464.55078 246.685 465.2539L246.685 466.66016Q246.685 468.1289 246.7475 468.51953Q246.82562 468.91016 247.02875 469.26953L245.91937 469.26953Q245.76312 468.9414 245.71625 468.5039ZM245.6225 466.14453Q245.04437 466.3789 243.90375 466.55078Q243.2475 466.64453 242.98187 466.76953Q242.71625 466.8789 242.56 467.09766Q242.41937 467.3164 242.41937 467.59766Q242.41937 468.01953 242.73187 468.30078Q243.06 468.58203 243.66937 468.58203Q244.27875 468.58203 244.7475 468.3164Q245.23187 468.05078 245.45062 467.58203Q245.6225 467.22266 245.6225 466.53516L245.6225 466.14453ZM252.71625 466.98828L253.7475 467.1289Q253.57562 468.1914 252.8725 468.80078Q252.16937 469.41016 251.15375 469.41016Q249.8725 469.41016 249.09125 468.58203Q248.32562 467.73828 248.32562 466.17578Q248.32562 465.17578 248.65375 464.42578Q248.9975 463.66016 249.66937 463.28516Q250.35687 462.91016 251.16937 462.91016Q252.16937 462.91016 252.81 463.42578Q253.46625 463.92578 253.65375 464.8789L252.6225 465.03516Q252.48187 464.41016 252.10687 464.09766Q251.73187 463.76953 251.20062 463.76953Q250.40375 463.76953 249.90375 464.34766Q249.40375 464.91016 249.40375 466.14453Q249.40375 467.41016 249.88812 467.97266Q250.3725 468.53516 251.13812 468.53516Q251.76312 468.53516 252.16937 468.16016Q252.59125 467.78516 252.71625 466.98828ZM256.95062 468.33203L257.10687 469.2539Q256.65375 469.34766 256.31 469.34766Q255.73187 469.34766 255.41937 469.17578Q255.10687 468.98828 254.96625 468.6914Q254.84125 468.39453 254.84125 467.4414L254.84125 463.86328L254.07562 463.86328L254.07562 463.05078L254.84125 463.05078L254.84125 461.5039L255.88812 460.8789L255.88812 463.05078L256.95062 463.05078L256.95062 463.86328L255.88812 463.86328L255.88812 467.5039Q255.88812 467.95703 255.935 468.08203Q255.9975 468.20703 256.1225 468.28516Q256.2475 468.36328 256.48187 468.36328Q256.66937 468.36328 256.95062 468.33203ZM257.26312 466.16016Q257.26312 464.42578 258.21625 463.59766Q259.01312 462.91016 260.16937 462.91016Q261.45062 462.91016 262.26312 463.7539Q263.09125 464.58203 263.09125 466.0664Q263.09125 467.26953 262.73187 467.95703Q262.3725 468.64453 261.66937 469.03516Q260.98187 469.41016 260.16937 469.41016Q258.8725 469.41016 258.06 468.58203Q257.26312 467.73828 257.26312 466.16016ZM258.34125 466.16016Q258.34125 467.34766 258.85687 467.9414Q259.38812 468.53516 260.16937 468.53516Q260.96625 468.53516 261.48187 467.9414Q261.9975 467.34766 261.9975 466.1289Q261.9975 464.97266 261.46625 464.3789Q260.95062 463.78516 260.16937 463.78516Q259.38812 463.78516 258.85687 464.3789Q258.34125 464.95703 258.34125 466.16016ZM264.63812 469.26953L264.63812 463.05078L265.59125 463.05078L265.59125 463.98828Q265.95062 463.33203 266.2475 463.1289Q266.56 462.91016 266.935 462.91016Q267.46625 462.91016 268.01312 463.23828L267.65375 464.22266Q267.26312 463.98828 266.88812 463.98828Q266.52875 463.98828 266.2475 464.20703Q265.98187 464.41016 265.8725 464.78516Q265.685 465.34766 265.685 466.0039L265.685 469.26953L264.63812 469.26953ZM275.71625 468.5039Q275.1225 469.0039 274.57562 469.20703Q274.04437 469.41016 273.41937 469.41016Q272.38812 469.41016 271.84125 468.91016Q271.29437 468.41016 271.29437 467.6289Q271.29437 467.17578 271.4975 466.80078Q271.70062 466.41016 272.04437 466.1914Q272.38812 465.95703 272.81 465.84766Q273.10687 465.7539 273.7475 465.67578Q275.01312 465.53516 275.6225 465.3164Q275.6225 465.09766 275.6225 465.05078Q275.6225 464.39453 275.32562 464.1289Q274.91937 463.78516 274.1225 463.78516Q273.38812 463.78516 273.02875 464.05078Q272.66937 464.30078 272.4975 464.95703L271.46625 464.8164Q271.60687 464.16016 271.935 463.7539Q272.26312 463.34766 272.8725 463.1289Q273.48187 462.91016 274.27875 462.91016Q275.07562 462.91016 275.57562 463.09766Q276.07562 463.28516 276.31 463.5664Q276.54437 463.84766 276.63812 464.28516Q276.685 464.55078 276.685 465.2539L276.685 466.66016Q276.685 468.1289 276.7475 468.51953Q276.82562 468.91016 277.02875 469.26953L275.91937 469.26953Q275.76312 468.9414 275.71625 468.5039ZM275.6225 466.14453Q275.04437 466.3789 273.90375 466.55078Q273.2475 466.64453 272.98187 466.76953Q272.71625 466.8789 272.56 467.09766Q272.41937 467.3164 272.41937 467.59766Q272.41937 468.01953 272.73187 468.30078Q273.06 468.58203 273.66937 468.58203Q274.27875 468.58203 274.7475 468.3164Q275.23187 468.05078 275.45062 467.58203Q275.6225 467.22266 275.6225 466.53516L275.6225 466.14453ZM278.23187 467.41016L279.26312 467.2539Q279.35687 467.8789 279.7475 468.20703Q280.15375 468.53516 280.88812 468.53516Q281.60687 468.53516 281.95062 468.2539Q282.31 467.95703 282.31 467.55078Q282.31 467.1914 281.9975 466.98828Q281.77875 466.84766 280.91937 466.6289Q279.76312 466.33203 279.31 466.1289Q278.8725 465.91016 278.63812 465.53516Q278.40375 465.16016 278.40375 464.6914Q278.40375 464.28516 278.59125 463.92578Q278.77875 463.5664 279.10687 463.33203Q279.35687 463.16016 279.77875 463.03516Q280.20062 462.91016 280.70062 462.91016Q281.41937 462.91016 281.96625 463.1289Q282.52875 463.33203 282.79437 463.6914Q283.06 464.05078 283.15375 464.64453L282.1225 464.78516Q282.06 464.3164 281.71625 464.05078Q281.38812 463.76953 280.76312 463.76953Q280.04437 463.76953 279.73187 464.01953Q279.41937 464.2539 279.41937 464.58203Q279.41937 464.78516 279.54437 464.9414Q279.685 465.11328 279.95062 465.22266Q280.10687 465.28516 280.88812 465.48828Q282.01312 465.80078 282.45062 465.98828Q282.88812 466.17578 283.13812 466.53516Q283.38812 466.89453 283.38812 467.4414Q283.38812 467.97266 283.07562 468.4414Q282.77875 468.89453 282.20062 469.16016Q281.6225 469.41016 280.88812 469.41016Q279.66937 469.41016 279.02875 468.91016Q278.40375 468.39453 278.23187 467.41016ZM287.65375 469.26953L287.65375 463.05078L288.59125 463.05078L288.59125 463.92578Q288.88812 463.45703 289.3725 463.1914Q289.85687 462.91016 290.48187 462.91016Q291.16937 462.91016 291.60687 463.1914Q292.06 463.47266 292.23187 463.98828Q292.98187 462.91016 294.15375 462.91016Q295.09125 462.91016 295.57562 463.42578Q296.07562 463.92578 296.07562 465.0039L296.07562 469.26953L295.02875 469.26953L295.02875 465.34766Q295.02875 464.72266 294.91937 464.4414Q294.82562 464.16016 294.56 463.98828Q294.29437 463.8164 293.91937 463.8164Q293.26312 463.8164 292.82562 464.2539Q292.40375 464.6914 292.40375 465.66016L292.40375 469.26953L291.34125 469.26953L291.34125 465.22266Q291.34125 464.51953 291.07562 464.17578Q290.82562 463.8164 290.2475 463.8164Q289.79437 463.8164 289.41937 464.05078Q289.04437 464.28516 288.8725 464.73828Q288.70062 465.1914 288.70062 466.03516L288.70062 469.26953L287.65375 469.26953ZM297.26312 466.16016Q297.26312 464.42578 298.21625 463.59766Q299.01312 462.91016 300.16937 462.91016Q301.45062 462.91016 302.26312 463.7539Q303.09125 464.58203 303.09125 466.0664Q303.09125 467.26953 302.73187 467.95703Q302.3725 468.64453 301.66937 469.03516Q300.98187 469.41016 300.16937 469.41016Q298.8725 469.41016 298.06 468.58203Q297.26312 467.73828 297.26312 466.16016ZM298.34125 466.16016Q298.34125 467.34766 298.85687 467.9414Q299.38812 468.53516 300.16937 468.53516Q300.96625 468.53516 301.48187 467.9414Q301.9975 467.34766 301.9975 466.1289Q301.9975 464.97266 301.46625 464.3789Q300.95062 463.78516 300.16937 463.78516Q299.38812 463.78516 298.85687 464.3789Q298.34125 464.95703 298.34125 466.16016ZM304.23187 467.41016L305.26312 467.2539Q305.35687 467.8789 305.7475 468.20703Q306.15375 468.53516 306.88812 468.53516Q307.60687 468.53516 307.95062 468.2539Q308.31 467.95703 308.31 467.55078Q308.31 467.1914 307.9975 466.98828Q307.77875 466.84766 306.91937 466.6289Q305.76312 466.33203 305.31 466.1289Q304.8725 465.91016 304.63812 465.53516Q304.40375 465.16016 304.40375 464.6914Q304.40375 464.28516 304.59125 463.92578Q304.77875 463.5664 305.10687 463.33203Q305.35687 463.16016 305.77875 463.03516Q306.20062 462.91016 306.70062 462.91016Q307.41937 462.91016 307.96625 463.1289Q308.52875 463.33203 308.79437 463.6914Q309.06 464.05078 309.15375 464.64453L308.1225 464.78516Q308.06 464.3164 307.71625 464.05078Q307.38812 463.76953 306.76312 463.76953Q306.04437 463.76953 305.73187 464.01953Q305.41937 464.2539 305.41937 464.58203Q305.41937 464.78516 305.54437 464.9414Q305.685 465.11328 305.95062 465.22266Q306.10687 465.28516 306.88812 465.48828Q308.01312 465.80078 308.45062 465.98828Q308.88812 466.17578 309.13812 466.53516Q309.38812 466.89453 309.38812 467.4414Q309.38812 467.97266 309.07562 468.4414Q308.77875 468.89453 308.20062 469.16016Q307.6225 469.41016 306.88812 469.41016Q305.66937 469.41016 305.02875 468.91016Q304.40375 468.39453 304.23187 467.41016ZM312.95062 468.33203L313.10687 469.2539Q312.65375 469.34766 312.31 469.34766Q311.73187 469.34766 311.41937 469.17578Q311.10687 468.98828 310.96625 468.6914Q310.84125 468.39453 310.84125 467.4414L310.84125 463.86328L310.07562 463.86328L310.07562 463.05078L310.84125 463.05078L310.84125 461.5039L311.88812 460.8789L311.88812 463.05078L312.95062 463.05078L312.95062 463.86328L311.88812 463.86328L311.88812 467.5039Q311.88812 467.95703 311.935 468.08203Q311.9975 468.20703 312.1225 468.28516Q312.2475 468.36328 312.48187 468.36328Q312.66937 468.36328 312.95062 468.33203ZM316.26312 466.16016Q316.26312 464.42578 317.21625 463.59766Q318.01312 462.91016 319.16937 462.91016Q320.45062 462.91016 321.26312 463.7539Q322.09125 464.58203 322.09125 466.0664Q322.09125 467.26953 321.73187 467.95703Q321.3725 468.64453 320.66937 469.03516Q319.98187 469.41016 319.16937 469.41016Q317.8725 469.41016 317.06 468.58203Q316.26312 467.73828 316.26312 466.16016ZM317.34125 466.16016Q317.34125 467.34766 317.85687 467.9414Q318.38812 468.53516 319.16937 468.53516Q319.96625 468.53516 320.48187 467.9414Q320.9975 467.34766 320.9975 466.1289Q320.9975 464.97266 320.46625 464.3789Q319.95062 463.78516 319.16937 463.78516Q318.38812 463.78516 317.85687 464.3789Q317.34125 464.95703 317.34125 466.16016ZM323.63812 469.26953L323.63812 463.05078L324.59125 463.05078L324.59125 463.98828Q324.95062 463.33203 325.2475 463.1289Q325.56 462.91016 325.935 462.91016Q326.46625 462.91016 327.01312 463.23828L326.65375 464.22266Q326.26312 463.98828 325.88812 463.98828Q325.52875 463.98828 325.2475 464.20703Q324.98187 464.41016 324.8725 464.78516Q324.685 465.34766 324.685 466.0039L324.685 469.26953L323.63812 469.26953ZM330.23187 467.41016L331.26312 467.2539Q331.35687 467.8789 331.7475 468.20703Q332.15375 468.53516 332.88812 468.53516Q333.60687 468.53516 333.95062 468.2539Q334.31 467.95703 334.31 467.55078Q334.31 467.1914 333.9975 466.98828Q333.77875 466.84766 332.91937 466.6289Q331.76312 466.33203 331.31 466.1289Q330.8725 465.91016 330.63812 465.53516Q330.40375 465.16016 330.40375 464.6914Q330.40375 464.28516 330.59125 463.92578Q330.77875 463.5664 331.10687 463.33203Q331.35687 463.16016 331.77875 463.03516Q332.20062 462.91016 332.70062 462.91016Q333.41937 462.91016 333.96625 463.1289Q334.52875 463.33203 334.79437 463.6914Q335.06 464.05078 335.15375 464.64453L334.1225 464.78516Q334.06 464.3164 333.71625 464.05078Q333.38812 463.76953 332.76312 463.76953Q332.04437 463.76953 331.73187 464.01953Q331.41937 464.2539 331.41937 464.58203Q331.41937 464.78516 331.54437 464.9414Q331.685 465.11328 331.95062 465.22266Q332.10687 465.28516 332.88812 465.48828Q334.01312 465.80078 334.45062 465.98828Q334.88812 466.17578 335.13812 466.53516Q335.38812 466.89453 335.38812 467.4414Q335.38812 467.97266 335.07562 468.4414Q334.77875 468.89453 334.20062 469.16016Q333.6225 469.41016 332.88812 469.41016Q331.66937 469.41016 331.02875 468.91016Q330.40375 468.39453 330.23187 467.41016ZM340.90375 467.26953L341.9975 467.39453Q341.7475 468.34766 341.04437 468.8789Q340.34125 469.41016 339.26312 469.41016Q337.90375 469.41016 337.09125 468.5664Q336.29437 467.72266 336.29437 466.20703Q336.29437 464.64453 337.10687 463.78516Q337.91937 462.91016 339.20062 462.91016Q340.45062 462.91016 341.23187 463.7539Q342.02875 464.59766 342.02875 466.14453Q342.02875 466.23828 342.02875 466.42578L337.38812 466.42578Q337.45062 467.45703 337.96625 468.0039Q338.48187 468.53516 339.26312 468.53516Q339.84125 468.53516 340.2475 468.23828Q340.66937 467.92578 340.90375 467.26953ZM337.45062 465.5664L340.91937 465.5664Q340.85687 464.76953 340.52875 464.3789Q340.01312 463.76953 339.21625 463.76953Q338.48187 463.76953 337.98187 464.2539Q337.4975 464.73828 337.45062 465.5664ZM347.71625 466.98828L348.7475 467.1289Q348.57562 468.1914 347.8725 468.80078Q347.16937 469.41016 346.15375 469.41016Q344.8725 469.41016 344.09125 468.58203Q343.32562 467.73828 343.32562 466.17578Q343.32562 465.17578 343.65375 464.42578Q343.9975 463.66016 344.66937 463.28516Q345.35687 462.91016 346.16937 462.91016Q347.16937 462.91016 347.81 463.42578Q348.46625 463.92578 348.65375 464.8789L347.6225 465.03516Q347.48187 464.41016 347.10687 464.09766Q346.73187 463.76953 346.20062 463.76953Q345.40375 463.76953 344.90375 464.34766Q344.40375 464.91016 344.40375 466.14453Q344.40375 467.41016 344.88812 467.97266Q345.3725 468.53516 346.13812 468.53516Q346.76312 468.53516 347.16937 468.16016Q347.59125 467.78516 347.71625 466.98828ZM349.26312 466.16016Q349.26312 464.42578 350.21625 463.59766Q351.01312 462.91016 352.16937 462.91016Q353.45062 462.91016 354.26312 463.7539Q355.09125 464.58203 355.09125 466.0664Q355.09125 467.26953 354.73187 467.95703Q354.3725 468.64453 353.66937 469.03516Q352.98187 469.41016 352.16937 469.41016Q350.8725 469.41016 350.06 468.58203Q349.26312 467.73828 349.26312 466.16016ZM350.34125 466.16016Q350.34125 467.34766 350.85687 467.9414Q351.38812 468.53516 352.16937 468.53516Q352.96625 468.53516 353.48187 467.9414Q353.9975 467.34766 353.9975 466.1289Q353.9975 464.97266 353.46625 464.3789Q352.95062 463.78516 352.16937 463.78516Q351.38812 463.78516 350.85687 464.3789Q350.34125 464.95703 350.34125 466.16016ZM356.65375 469.26953L356.65375 463.05078L357.59125 463.05078L357.59125 463.92578Q358.27875 462.91016 359.57562 462.91016Q360.13812 462.91016 360.60687 463.11328Q361.09125 463.3164 361.32562 463.64453Q361.56 463.97266 361.65375 464.41016Q361.70062 464.70703 361.70062 465.4414L361.70062 469.26953L360.65375 469.26953L360.65375 465.48828Q360.65375 464.83203 360.52875 464.51953Q360.40375 464.20703 360.09125 464.01953Q359.77875 463.8164 359.35687 463.8164Q358.685 463.8164 358.185 464.2539Q357.70062 464.67578 357.70062 465.86328L357.70062 469.26953L356.65375 469.26953ZM367.685 469.26953L367.685 468.48828Q367.09125 469.41016 365.95062 469.41016Q365.20062 469.41016 364.57562 469.0039Q363.95062 468.58203 363.60687 467.84766Q363.26312 467.11328 363.26312 466.16016Q363.26312 465.23828 363.57562 464.47266Q363.88812 463.70703 364.51312 463.3164Q365.13812 462.91016 365.90375 462.91016Q366.46625 462.91016 366.90375 463.14453Q367.34125 463.3789 367.6225 463.7539L367.6225 460.67578L368.66937 460.67578L368.66937 469.26953L367.685 469.26953ZM364.35687 466.16016Q364.35687 467.36328 364.85687 467.95703Q365.35687 468.53516 366.04437 468.53516Q366.73187 468.53516 367.21625 467.97266Q367.70062 467.41016 367.70062 466.2539Q367.70062 464.97266 367.20062 464.3789Q366.71625 463.78516 365.9975 463.78516Q365.29437 463.78516 364.82562 464.36328Q364.35687 464.92578 364.35687 466.16016ZM370.23187 466.6914L370.23187 465.6289L373.48187 465.6289L373.48187 466.6914L370.23187 466.6914ZM374.65375 469.26953L374.65375 463.05078L375.59125 463.05078L375.59125 463.92578Q375.88812 463.45703 376.3725 463.1914Q376.85687 462.91016 377.48187 462.91016Q378.16937 462.91016 378.60687 463.1914Q379.06 463.47266 379.23187 463.98828Q379.98187 462.91016 381.15375 462.91016Q382.09125 462.91016 382.57562 463.42578Q383.07562 463.92578 383.07562 465.0039L383.07562 469.26953L382.02875 469.26953L382.02875 465.34766Q382.02875 464.72266 381.91937 464.4414Q381.82562 464.16016 381.56 463.98828Q381.29437 463.8164 380.91937 463.8164Q380.26312 463.8164 379.82562 464.2539Q379.40375 464.6914 379.40375 465.66016L379.40375 469.26953L378.34125 469.26953L378.34125 465.22266Q378.34125 464.51953 378.07562 464.17578Q377.82562 463.8164 377.2475 463.8164Q376.79437 463.8164 376.41937 464.05078Q376.04437 464.28516 375.8725 464.73828Q375.70062 465.1914 375.70062 466.03516L375.70062 469.26953L374.65375 469.26953ZM384.26312 466.16016Q384.26312 464.42578 385.21625 463.59766Q386.01312 462.91016 387.16937 462.91016Q388.45062 462.91016 389.26312 463.7539Q390.09125 464.58203 390.09125 466.0664Q390.09125 467.26953 389.73187 467.95703Q389.3725 468.64453 388.66937 469.03516Q387.98187 469.41016 387.16937 469.41016Q385.8725 469.41016 385.06 468.58203Q384.26312 467.73828 384.26312 466.16016ZM385.34125 466.16016Q385.34125 467.34766 385.85687 467.9414Q386.38812 468.53516 387.16937 468.53516Q387.96625 468.53516 388.48187 467.9414Q388.9975 467.34766 388.9975 466.1289Q388.9975 464.97266 388.46625 464.3789Q387.95062 463.78516 387.16937 463.78516Q386.38812 463.78516 385.85687 464.3789Q385.34125 464.95703 385.34125 466.16016ZM391.23187 467.41016L392.26312 467.2539Q392.35687 467.8789 392.7475 468.20703Q393.15375 468.53516 393.88812 468.53516Q394.60687 468.53516 394.95062 468.2539Q395.31 467.95703 395.31 467.55078Q395.31 467.1914 394.9975 466.98828Q394.77875 466.84766 393.91937 466.6289Q392.76312 466.33203 392.31 466.1289Q391.8725 465.91016 391.63812 465.53516Q391.40375 465.16016 391.40375 464.6914Q391.40375 464.28516 391.59125 463.92578Q391.77875 463.5664 392.10687 463.33203Q392.35687 463.16016 392.77875 463.03516Q393.20062 462.91016 393.70062 462.91016Q394.41937 462.91016 394.96625 463.1289Q395.52875 463.33203 395.79437 463.6914Q396.06 464.05078 396.15375 464.64453L395.1225 464.78516Q395.06 464.3164 394.71625 464.05078Q394.38812 463.76953 393.76312 463.76953Q393.04437 463.76953 392.73187 464.01953Q392.41937 464.2539 392.41937 464.58203Q392.41937 464.78516 392.54437 464.9414Q392.685 465.11328 392.95062 465.22266Q393.10687 465.28516 393.88812 465.48828Q395.01312 465.80078 395.45062 465.98828Q395.88812 466.17578 396.13812 466.53516Q396.38812 466.89453 396.38812 467.4414Q396.38812 467.97266 396.07562 468.4414Q395.77875 468.89453 395.20062 469.16016Q394.6225 469.41016 393.88812 469.41016Q392.66937 469.41016 392.02875 468.91016Q391.40375 468.39453 391.23187 467.41016ZM399.95062 468.33203L400.10687 469.2539Q399.65375 469.34766 399.31 469.34766Q398.73187 469.34766 398.41937 469.17578Q398.10687 468.98828 397.96625 468.6914Q397.84125 468.39453 397.84125 467.4414L397.84125 463.86328L397.07562 463.86328L397.07562 463.05078L397.84125 463.05078L397.84125 461.5039L398.88812 460.8789L398.88812 463.05078L399.95062 463.05078L399.95062 463.86328L398.88812 463.86328L398.88812 467.5039Q398.88812 467.95703 398.935 468.08203Q398.9975 468.20703 399.1225 468.28516Q399.2475 468.36328 399.48187 468.36328Q399.66937 468.36328 399.95062 468.33203ZM403.65375 461.89453L403.65375 460.67578L404.71625 460.67578L404.71625 461.89453L403.65375 461.89453ZM403.65375 469.26953L403.65375 463.05078L404.71625 463.05078L404.71625 469.26953L403.65375 469.26953ZM406.65375 469.26953L406.65375 463.05078L407.59125 463.05078L407.59125 463.92578Q407.88812 463.45703 408.3725 463.1914Q408.85687 462.91016 409.48187 462.91016Q410.16937 462.91016 410.60687 463.1914Q411.06 463.47266 411.23187 463.98828Q411.98187 462.91016 413.15375 462.91016Q414.09125 462.91016 414.57562 463.42578Q415.07562 463.92578 415.07562 465.0039L415.07562 469.26953L414.02875 469.26953L414.02875 465.34766Q414.02875 464.72266 413.91937 464.4414Q413.82562 464.16016 413.56 463.98828Q413.29437 463.8164 412.91937 463.8164Q412.26312 463.8164 411.82562 464.2539Q411.40375 464.6914 411.40375 465.66016L411.40375 469.26953L410.34125 469.26953L410.34125 465.22266Q410.34125 464.51953 410.07562 464.17578Q409.82562 463.8164 409.2475 463.8164Q408.79437 463.8164 408.41937 464.05078Q408.04437 464.28516 407.8725 464.73828Q407.70062 465.1914 407.70062 466.03516L407.70062 469.26953L406.65375 469.26953ZM416.65375 471.66016L416.65375 463.05078L417.60687 463.05078L417.60687 463.84766Q417.95062 463.3789 418.3725 463.14453Q418.81 462.91016 419.41937 462.91016Q420.21625 462.91016 420.82562 463.3164Q421.435 463.72266 421.73187 464.47266Q422.04437 465.22266 422.04437 466.11328Q422.04437 467.0664 421.70062 467.83203Q421.3725 468.59766 420.71625 469.0039Q420.06 469.41016 419.34125 469.41016Q418.81 469.41016 418.38812 469.1914Q417.96625 468.95703 417.70062 468.6289L417.70062 471.66016L416.65375 471.66016ZM417.60687 466.1914Q417.60687 467.39453 418.09125 467.97266Q418.57562 468.53516 419.26312 468.53516Q419.96625 468.53516 420.46625 467.9414Q420.96625 467.34766 420.96625 466.09766Q420.96625 464.91016 420.48187 464.33203Q419.9975 463.73828 419.31 463.73828Q418.63812 463.73828 418.1225 464.36328Q417.60687 464.98828 417.60687 466.1914ZM423.26312 466.16016Q423.26312 464.42578 424.21625 463.59766Q425.01312 462.91016 426.16937 462.91016Q427.45062 462.91016 428.26312 463.7539Q429.09125 464.58203 429.09125 466.0664Q429.09125 467.26953 428.73187 467.95703Q428.3725 468.64453 427.66937 469.03516Q426.98187 469.41016 426.16937 469.41016Q424.8725 469.41016 424.06 468.58203Q423.26312 467.73828 423.26312 466.16016ZM424.34125 466.16016Q424.34125 467.34766 424.85687 467.9414Q425.38812 468.53516 426.16937 468.53516Q426.96625 468.53516 427.48187 467.9414Q427.9975 467.34766 427.9975 466.1289Q427.9975 464.97266 427.46625 464.3789Q426.95062 463.78516 426.16937 463.78516Q425.38812 463.78516 424.85687 464.3789Q424.34125 464.95703 424.34125 466.16016ZM430.63812 469.26953L430.63812 463.05078L431.59125 463.05078L431.59125 463.98828Q431.95062 463.33203 432.2475 463.1289Q432.56 462.91016 432.935 462.91016Q433.46625 462.91016 434.01312 463.23828L433.65375 464.22266Q433.26312 463.98828 432.88812 463.98828Q432.52875 463.98828 432.2475 464.20703Q431.98187 464.41016 431.8725 464.78516Q431.685 465.34766 431.685 466.0039L431.685 469.26953L430.63812 469.26953ZM436.95062 468.33203L437.10687 469.2539Q436.65375 469.34766 436.31 469.34766Q435.73187 469.34766 435.41937 469.17578Q435.10687 468.98828 434.96625 468.6914Q434.84125 468.39453 434.84125 467.4414L434.84125 463.86328L434.07562 463.86328L434.07562 463.05078L434.84125 463.05078L434.84125 461.5039L435.88812 460.8789L435.88812 463.05078L436.95062 463.05078L436.95062 463.86328L435.88812 463.86328L435.88812 467.5039Q435.88812 467.95703 435.935 468.08203Q435.9975 468.20703 436.1225 468.28516Q436.2475 468.36328 436.48187 468.36328Q436.66937 468.36328 436.95062 468.33203ZM441.71625 468.5039Q441.1225 469.0039 440.57562 469.20703Q440.04437 469.41016 439.41937 469.41016Q438.38812 469.41016 437.84125 468.91016Q437.29437 468.41016 437.29437 467.6289Q437.29437 467.17578 437.4975 466.80078Q437.70062 466.41016 438.04437 466.1914Q438.38812 465.95703 438.81 465.84766Q439.10687 465.7539 439.7475 465.67578Q441.01312 465.53516 441.6225 465.3164Q441.6225 465.09766 441.6225 465.05078Q441.6225 464.39453 441.32562 464.1289Q440.91937 463.78516 440.1225 463.78516Q439.38812 463.78516 439.02875 464.05078Q438.66937 464.30078 438.4975 464.95703L437.46625 464.8164Q437.60687 464.16016 437.935 463.7539Q438.26312 463.34766 438.8725 463.1289Q439.48187 462.91016 440.27875 462.91016Q441.07562 462.91016 441.57562 463.09766Q442.07562 463.28516 442.31 463.5664Q442.54437 463.84766 442.63812 464.28516Q442.685 464.55078 442.685 465.2539L442.685 466.66016Q442.685 468.1289 442.7475 468.51953Q442.82562 468.91016 443.02875 469.26953L441.91937 469.26953Q441.76312 468.9414 441.71625 468.5039ZM441.6225 466.14453Q441.04437 466.3789 439.90375 466.55078Q439.2475 466.64453 438.98187 466.76953Q438.71625 466.8789 438.56 467.09766Q438.41937 467.3164 438.41937 467.59766Q438.41937 468.01953 438.73187 468.30078Q439.06 468.58203 439.66937 468.58203Q440.27875 468.58203 440.7475 468.3164Q441.23187 468.05078 441.45062 467.58203Q441.6225 467.22266 441.6225 466.53516L441.6225 466.14453ZM444.65375 469.26953L444.65375 463.05078L445.59125 463.05078L445.59125 463.92578Q446.27875 462.91016 447.57562 462.91016Q448.13812 462.91016 448.60687 463.11328Q449.09125 463.3164 449.32562 463.64453Q449.56 463.97266 449.65375 464.41016Q449.70062 464.70703 449.70062 465.4414L449.70062 469.26953L448.65375 469.26953L448.65375 465.48828Q448.65375 464.83203 448.52875 464.51953Q448.40375 464.20703 448.09125 464.01953Q447.77875 463.8164 447.35687 463.8164Q446.685 463.8164 446.185 464.2539Q445.70062 464.67578 445.70062 465.86328L445.70062 469.26953L444.65375 469.26953ZM453.95062 468.33203L454.10687 469.2539Q453.65375 469.34766 453.31 469.34766Q452.73187 469.34766 452.41937 469.17578Q452.10687 468.98828 451.96625 468.6914Q451.84125 468.39453 451.84125 467.4414L451.84125 463.86328L451.07562 463.86328L451.07562 463.05078L451.84125 463.05078L451.84125 461.5039L452.88812 460.8789L452.88812 463.05078L453.95062 463.05078L453.95062 463.86328L452.88812 463.86328L452.88812 467.5039Q452.88812 467.95703 452.935 468.08203Q452.9975 468.20703 453.1225 468.28516Q453.2475 468.36328 453.48187 468.36328Q453.66937 468.36328 453.95062 468.33203Z" fill-rule="nonzero"/><path fill="#666666" d="M25.38871 386.0257Q24.466835 386.0257 23.82621 385.57257Q23.185585 385.10382 23.185585 384.22882Q23.185585 383.41632 23.76371 382.88507Q24.341835 382.35382 25.45121 382.35382Q26.54496 382.35382 27.13871 382.9007Q27.716835 383.43195 27.716835 384.2132Q27.716835 384.99445 27.13871 385.51007Q26.560585 386.0257 25.38871 386.0257ZM23.904335 384.19757Q23.904335 384.5882 24.248085 384.85382Q24.591835 385.10382 25.498085 385.10382Q26.32621 385.10382 26.66996 384.85382Q26.998085 384.5882 26.998085 384.19757Q26.998085 383.79132 26.654335 383.54132Q26.310585 383.2757 25.41996 383.2757Q24.57621 383.2757 24.248085 383.54132Q23.904335 383.80695 23.904335 384.19757ZM32.23246 384.19757L23.185585 379.49445L23.185585 378.63507L32.23246 383.32257L32.23246 384.19757ZM29.904335 380.47882Q28.98246 380.47882 28.341835 380.0257Q27.70121 379.55695 27.70121 378.66632Q27.70121 377.85382 28.279335 377.32257Q28.841835 376.79132 29.966835 376.79132Q31.060585 376.79132 31.654335 377.3382Q32.23246 377.86945 32.23246 378.66632Q32.23246 379.43195 31.654335 379.9632Q31.07621 380.47882 29.904335 380.47882ZM28.41996 378.63507Q28.41996 379.04132 28.76371 379.30695Q29.10746 379.55695 30.01371 379.55695Q30.82621 379.55695 31.16996 379.29132Q31.51371 379.0257 31.51371 378.63507Q31.51371 378.24445 31.16996 377.97882Q30.82621 377.7132 29.91996 377.7132Q29.091835 377.7132 28.76371 377.97882Q28.41996 378.24445 28.41996 378.63507ZM31.91996 371.94757L25.70121 371.94757L25.70121 370.99445L26.63871 370.99445Q25.98246 370.63507 25.779335 370.3382Q25.560585 370.0257 25.560585 369.6507Q25.560585 369.11945 25.88871 368.57257L26.873085 368.93195Q26.63871 369.32257 26.63871 369.69757Q26.63871 370.05695 26.85746 370.3382Q27.060585 370.60382 27.435585 370.7132Q27.998085 370.9007 28.654335 370.9007L31.91996 370.9007L31.91996 371.94757ZM29.91996 363.68195L30.04496 362.5882Q30.998085 362.8382 31.529335 363.54132Q32.060585 364.24445 32.060585 365.32257Q32.060585 366.68195 31.216835 367.49445Q30.373085 368.29132 28.85746 368.29132Q27.29496 368.29132 26.435585 367.47882Q25.560585 366.66632 25.560585 365.38507Q25.560585 364.13507 26.404335 363.35382Q27.248085 362.55695 28.79496 362.55695Q28.88871 362.55695 29.07621 362.55695L29.07621 367.19757Q30.10746 367.13507 30.654335 366.61945Q31.185585 366.10382 31.185585 365.32257Q31.185585 364.74445 30.88871 364.3382Q30.57621 363.91632 29.91996 363.68195ZM28.216835 367.13507L28.216835 363.66632Q27.41996 363.72882 27.029335 364.05695Q26.41996 364.57257 26.41996 365.36945Q26.41996 366.10382 26.904335 366.60382Q27.38871 367.0882 28.216835 367.13507ZM30.060585 361.35382L29.904335 360.32257Q30.529335 360.22882 30.85746 359.8382Q31.185585 359.43195 31.185585 358.69757Q31.185585 357.97882 30.904335 357.63507Q30.60746 357.2757 30.20121 357.2757Q29.841835 357.2757 29.63871 357.5882Q29.498085 357.80695 29.279335 358.66632Q28.98246 359.82257 28.779335 360.2757Q28.560585 360.7132 28.185585 360.94757Q27.810585 361.18195 27.341835 361.18195Q26.935585 361.18195 26.57621 360.99445Q26.216835 360.80695 25.98246 360.47882Q25.810585 360.22882 25.685585 359.80695Q25.560585 359.38507 25.560585 358.88507Q25.560585 358.16632 25.779335 357.61945Q25.98246 357.05695 26.341835 356.79132Q26.70121 356.5257 27.29496 356.43195L27.435585 357.4632Q26.966835 357.5257 26.70121 357.86945Q26.41996 358.19757 26.41996 358.82257Q26.41996 359.54132 26.66996 359.85382Q26.904335 360.16632 27.23246 360.16632Q27.435585 360.16632 27.591835 360.04132Q27.76371 359.9007 27.873085 359.63507Q27.935585 359.47882 28.13871 358.69757Q28.45121 357.57257 28.63871 357.13507Q28.82621 356.69757 29.185585 356.44757Q29.54496 356.19757 30.091835 356.19757Q30.623085 356.19757 31.091835 356.51007Q31.54496 356.80695 31.810585 357.38507Q32.060585 357.9632 32.060585 358.69757Q32.060585 359.91632 31.560585 360.55695Q31.04496 361.18195 30.060585 361.35382ZM34.310585 354.93195L25.70121 354.93195L25.70121 353.97882L26.498085 353.97882Q26.029335 353.63507 25.79496 353.2132Q25.560585 352.7757 25.560585 352.16632Q25.560585 351.36945 25.966835 350.76007Q26.373085 350.1507 27.123085 349.85382Q27.873085 349.54132 28.76371 349.54132Q29.716835 349.54132 30.48246 349.88507Q31.248085 350.2132 31.654335 350.86945Q32.060585 351.5257 32.060585 352.24445Q32.060585 352.7757 31.841835 353.19757Q31.60746 353.61945 31.279335 353.88507L34.310585 353.88507L34.310585 354.93195ZM28.841835 353.97882Q30.04496 353.97882 30.623085 353.49445Q31.185585 353.01007 31.185585 352.32257Q31.185585 351.61945 30.591835 351.11945Q29.998085 350.61945 28.748085 350.61945Q27.560585 350.61945 26.98246 351.10382Q26.38871 351.5882 26.38871 352.2757Q26.38871 352.94757 27.01371 353.4632Q27.63871 353.97882 28.841835 353.97882ZM28.810585 348.32257Q27.07621 348.32257 26.248085 347.36945Q25.560585 346.57257 25.560585 345.41632Q25.560585 344.13507 26.404335 343.32257Q27.23246 342.49445 28.716835 342.49445Q29.91996 342.49445 30.60746 342.85382Q31.29496 343.2132 31.685585 343.91632Q32.060585 344.60382 32.060585 345.41632Q32.060585 346.7132 31.23246 347.5257Q30.38871 348.32257 28.810585 348.32257ZM28.810585 347.24445Q29.998085 347.24445 30.591835 346.72882Q31.185585 346.19757 31.185585 345.41632Q31.185585 344.61945 30.591835 344.10382Q29.998085 343.5882 28.779335 343.5882Q27.623085 343.5882 27.029335 344.11945Q26.435585 344.63507 26.435585 345.41632Q26.435585 346.19757 27.029335 346.72882Q27.60746 347.24445 28.810585 347.24445ZM31.91996 340.93195L25.70121 340.93195L25.70121 339.99445L26.57621 339.99445Q25.560585 339.30695 25.560585 338.01007Q25.560585 337.44757 25.76371 336.97882Q25.966835 336.49445 26.29496 336.26007Q26.623085 336.0257 27.060585 335.93195Q27.35746 335.88507 28.091835 335.88507L31.91996 335.88507L31.91996 336.93195L28.13871 336.93195Q27.48246 336.93195 27.16996 337.05695Q26.85746 337.18195 26.66996 337.49445Q26.466835 337.80695 26.466835 338.22882Q26.466835 338.9007 26.904335 339.4007Q27.32621 339.88507 28.51371 339.88507L31.91996 339.88507L31.91996 340.93195ZM31.91996 329.9007L31.13871 329.9007Q32.060585 330.49445 32.060585 331.63507Q32.060585 332.38507 31.654335 333.01007Q31.23246 333.63507 30.498085 333.97882Q29.76371 334.32257 28.810585 334.32257Q27.88871 334.32257 27.123085 334.01007Q26.35746 333.69757 25.966835 333.07257Q25.560585 332.44757 25.560585 331.68195Q25.560585 331.11945 25.79496 330.68195Q26.029335 330.24445 26.404335 329.9632L23.32621 329.9632L23.32621 328.91632L31.91996 328.91632L31.91996 329.9007ZM28.810585 333.22882Q30.01371 333.22882 30.60746 332.72882Q31.185585 332.22882 31.185585 331.54132Q31.185585 330.85382 30.623085 330.36945Q30.060585 329.88507 28.904335 329.88507Q27.623085 329.88507 27.029335 330.38507Q26.435585 330.86945 26.435585 331.5882Q26.435585 332.29132 27.01371 332.76007Q27.57621 333.22882 28.810585 333.22882ZM29.91996 322.68195L30.04496 321.5882Q30.998085 321.8382 31.529335 322.54132Q32.060585 323.24445 32.060585 324.32257Q32.060585 325.68195 31.216835 326.49445Q30.373085 327.29132 28.85746 327.29132Q27.29496 327.29132 26.435585 326.47882Q25.560585 325.66632 25.560585 324.38507Q25.560585 323.13507 26.404335 322.35382Q27.248085 321.55695 28.79496 321.55695Q28.88871 321.55695 29.07621 321.55695L29.07621 326.19757Q30.10746 326.13507 30.654335 325.61945Q31.185585 325.10382 31.185585 324.32257Q31.185585 323.74445 30.88871 323.3382Q30.57621 322.91632 29.91996 322.68195ZM28.216835 326.13507L28.216835 322.66632Q27.41996 322.72882 27.029335 323.05695Q26.41996 323.57257 26.41996 324.36945Q26.41996 325.10382 26.904335 325.60382Q27.38871 326.0882 28.216835 326.13507ZM31.91996 319.93195L25.70121 319.93195L25.70121 318.99445L26.57621 318.99445Q25.560585 318.30695 25.560585 317.01007Q25.560585 316.44757 25.76371 315.97882Q25.966835 315.49445 26.29496 315.26007Q26.623085 315.0257 27.060585 314.93195Q27.35746 314.88507 28.091835 314.88507L31.91996 314.88507L31.91996 315.93195L28.13871 315.93195Q27.48246 315.93195 27.16996 316.05695Q26.85746 316.18195 26.66996 316.49445Q26.466835 316.80695 26.466835 317.22882Q26.466835 317.9007 26.904335 318.4007Q27.32621 318.88507 28.51371 318.88507L31.91996 318.88507L31.91996 319.93195ZM30.98246 310.63507L31.904335 310.47882Q31.998085 310.93195 31.998085 311.2757Q31.998085 311.85382 31.82621 312.16632Q31.63871 312.47882 31.341835 312.61945Q31.04496 312.74445 30.091835 312.74445L26.51371 312.74445L26.51371 313.51007L25.70121 313.51007L25.70121 312.74445L24.154335 312.74445L23.529335 311.69757L25.70121 311.69757L25.70121 310.63507L26.51371 310.63507L26.51371 311.69757L30.154335 311.69757Q30.60746 311.69757 30.73246 311.6507Q30.85746 311.5882 30.935585 311.4632Q31.01371 311.3382 31.01371 311.10382Q31.01371 310.91632 30.98246 310.63507ZM30.060585 310.35382L29.904335 309.32257Q30.529335 309.22882 30.85746 308.8382Q31.185585 308.43195 31.185585 307.69757Q31.185585 306.97882 30.904335 306.63507Q30.60746 306.2757 30.20121 306.2757Q29.841835 306.2757 29.63871 306.5882Q29.498085 306.80695 29.279335 307.66632Q28.98246 308.82257 28.779335 309.2757Q28.560585 309.7132 28.185585 309.94757Q27.810585 310.18195 27.341835 310.18195Q26.935585 310.18195 26.57621 309.99445Q26.216835 309.80695 25.98246 309.47882Q25.810585 309.22882 25.685585 308.80695Q25.560585 308.38507 25.560585 307.88507Q25.560585 307.16632 25.779335 306.61945Q25.98246 306.05695 26.341835 305.79132Q26.70121 305.5257 27.29496 305.43195L27.435585 306.4632Q26.966835 306.5257 26.70121 306.86945Q26.41996 307.19757 26.41996 307.82257Q26.41996 308.54132 26.66996 308.85382Q26.904335 309.16632 27.23246 309.16632Q27.435585 309.16632 27.591835 309.04132Q27.76371 308.9007 27.873085 308.63507Q27.935585 308.47882 28.13871 307.69757Q28.45121 306.57257 28.63871 306.13507Q28.82621 305.69757 29.185585 305.44757Q29.54496 305.19757 30.091835 305.19757Q30.623085 305.19757 31.091835 305.51007Q31.54496 305.80695 31.810585 306.38507Q32.060585 306.9632 32.060585 307.69757Q32.060585 308.91632 31.560585 309.55695Q31.04496 310.18195 30.060585 310.35382ZM31.91996 299.79132L25.70121 301.69757L25.70121 300.60382L29.29496 299.61945L30.623085 299.24445Q30.529335 299.2132 29.341835 298.91632L25.70121 297.93195L25.70121 296.85382L29.310585 295.91632L30.498085 295.60382L29.29496 295.24445L25.70121 294.18195L25.70121 293.1507L31.91996 295.10382L31.91996 296.19757L28.185585 297.18195L27.13871 297.43195L31.91996 298.68195L31.91996 299.79132ZM31.91996 291.93195L23.32621 291.93195L23.32621 290.88507L26.404335 290.88507Q25.560585 290.1507 25.560585 289.0257Q25.560585 288.32257 25.841835 287.82257Q26.10746 287.30695 26.591835 287.0882Q27.060585 286.86945 27.98246 286.86945L31.91996 286.86945L31.91996 287.91632L27.98246 287.91632Q27.185585 287.91632 26.82621 288.26007Q26.466835 288.60382 26.466835 289.22882Q26.466835 289.69757 26.716835 290.11945Q26.95121 290.5257 27.373085 290.7132Q27.779335 290.88507 28.51371 290.88507L31.91996 290.88507L31.91996 291.93195ZM28.810585 285.32257Q27.07621 285.32257 26.248085 284.36945Q25.560585 283.57257 25.560585 282.41632Q25.560585 281.13507 26.404335 280.32257Q27.23246 279.49445 28.716835 279.49445Q29.91996 279.49445 30.60746 279.85382Q31.29496 280.2132 31.685585 280.91632Q32.060585 281.60382 32.060585 282.41632Q32.060585 283.7132 31.23246 284.5257Q30.38871 285.32257 28.810585 285.32257ZM28.810585 284.24445Q29.998085 284.24445 30.591835 283.72882Q31.185585 283.19757 31.185585 282.41632Q31.185585 281.61945 30.591835 281.10382Q29.998085 280.5882 28.779335 280.5882Q27.623085 280.5882 27.029335 281.11945Q26.435585 281.63507 26.435585 282.41632Q26.435585 283.19757 27.029335 283.72882Q27.60746 284.24445 28.810585 284.24445ZM31.154335 270.86945Q31.654335 271.4632 31.85746 272.01007Q32.060585 272.54132 32.060585 273.16632Q32.060585 274.19757 31.560585 274.74445Q31.060585 275.29132 30.279335 275.29132Q29.82621 275.29132 29.45121 275.0882Q29.060585 274.88507 28.841835 274.54132Q28.60746 274.19757 28.498085 273.7757Q28.404335 273.47882 28.32621 272.8382Q28.185585 271.57257 27.966835 270.9632Q27.748085 270.9632 27.70121 270.9632Q27.04496 270.9632 26.779335 271.26007Q26.435585 271.66632 26.435585 272.4632Q26.435585 273.19757 26.70121 273.55695Q26.95121 273.91632 27.60746 274.0882L27.466835 275.11945Q26.810585 274.97882 26.404335 274.6507Q25.998085 274.32257 25.779335 273.7132Q25.560585 273.10382 25.560585 272.30695Q25.560585 271.51007 25.748085 271.01007Q25.935585 270.51007 26.216835 270.2757Q26.498085 270.04132 26.935585 269.94757Q27.20121 269.9007 27.904335 269.9007L29.310585 269.9007Q30.779335 269.9007 31.16996 269.8382Q31.560585 269.76007 31.91996 269.55695L31.91996 270.66632Q31.591835 270.82257 31.154335 270.86945ZM28.79496 270.9632Q29.029335 271.54132 29.20121 272.68195Q29.29496 273.3382 29.41996 273.60382Q29.529335 273.86945 29.748085 274.0257Q29.966835 274.16632 30.248085 274.16632Q30.66996 274.16632 30.95121 273.85382Q31.23246 273.5257 31.23246 272.91632Q31.23246 272.30695 30.966835 271.8382Q30.70121 271.35382 30.23246 271.13507Q29.873085 270.9632 29.185585 270.9632L28.79496 270.9632ZM31.91996 267.94757L25.70121 267.94757L25.70121 266.99445L26.63871 266.99445Q25.98246 266.63507 25.779335 266.3382Q25.560585 266.0257 25.560585 265.6507Q25.560585 265.11945 25.88871 264.57257L26.873085 264.93195Q26.63871 265.32257 26.63871 265.69757Q26.63871 266.05695 26.85746 266.3382Q27.060585 266.60382 27.435585 266.7132Q27.998085 266.9007 28.654335 266.9007L31.91996 266.9007L31.91996 267.94757ZM29.91996 259.68195L30.04496 258.5882Q30.998085 258.8382 31.529335 259.54132Q32.060585 260.24445 32.060585 261.32257Q32.060585 262.68195 31.216835 263.49445Q30.373085 264.29132 28.85746 264.29132Q27.29496 264.29132 26.435585 263.47882Q25.560585 262.66632 25.560585 261.38507Q25.560585 260.13507 26.404335 259.35382Q27.248085 258.55695 28.79496 258.55695Q28.88871 258.55695 29.07621 258.55695L29.07621 263.19757Q30.10746 263.13507 30.654335 262.61945Q31.185585 262.10382 31.185585 261.32257Q31.185585 260.74445 30.88871 260.3382Q30.57621 259.91632 29.91996 259.68195ZM28.216835 263.13507L28.216835 259.66632Q27.41996 259.72882 27.029335 260.05695Q26.41996 260.57257 26.41996 261.36945Q26.41996 262.10382 26.904335 262.60382Q27.38871 263.0882 28.216835 263.13507ZM30.060585 254.35382L29.904335 253.32257Q30.529335 253.22882 30.85746 252.8382Q31.185585 252.43195 31.185585 251.69757Q31.185585 250.97882 30.904335 250.63507Q30.60746 250.2757 30.20121 250.2757Q29.841835 250.2757 29.63871 250.5882Q29.498085 250.80695 29.279335 251.66632Q28.98246 252.82257 28.779335 253.2757Q28.560585 253.7132 28.185585 253.94757Q27.810585 254.18195 27.341835 254.18195Q26.935585 254.18195 26.57621 253.99445Q26.216835 253.80695 25.98246 253.47882Q25.810585 253.22882 25.685585 252.80695Q25.560585 252.38507 25.560585 251.88507Q25.560585 251.16632 25.779335 250.61945Q25.98246 250.05695 26.341835 249.79132Q26.70121 249.5257 27.29496 249.43195L27.435585 250.4632Q26.966835 250.5257 26.70121 250.86945Q26.41996 251.19757 26.41996 251.82257Q26.41996 252.54132 26.66996 252.85382Q26.904335 253.16632 27.23246 253.16632Q27.435585 253.16632 27.591835 253.04132Q27.76371 252.9007 27.873085 252.63507Q27.935585 252.47882 28.13871 251.69757Q28.45121 250.57257 28.63871 250.13507Q28.82621 249.69757 29.185585 249.44757Q29.54496 249.19757 30.091835 249.19757Q30.623085 249.19757 31.091835 249.51007Q31.54496 249.80695 31.810585 250.38507Q32.060585 250.9632 32.060585 251.69757Q32.060585 252.91632 31.560585 253.55695Q31.04496 254.18195 30.060585 254.35382ZM31.154335 243.86945Q31.654335 244.4632 31.85746 245.01007Q32.060585 245.54132 32.060585 246.16632Q32.060585 247.19757 31.560585 247.74445Q31.060585 248.29132 30.279335 248.29132Q29.82621 248.29132 29.45121 248.0882Q29.060585 247.88507 28.841835 247.54132Q28.60746 247.19757 28.498085 246.7757Q28.404335 246.47882 28.32621 245.8382Q28.185585 244.57257 27.966835 243.9632Q27.748085 243.9632 27.70121 243.9632Q27.04496 243.9632 26.779335 244.26007Q26.435585 244.66632 26.435585 245.4632Q26.435585 246.19757 26.70121 246.55695Q26.95121 246.91632 27.60746 247.0882L27.466835 248.11945Q26.810585 247.97882 26.404335 247.6507Q25.998085 247.32257 25.779335 246.7132Q25.560585 246.10382 25.560585 245.30695Q25.560585 244.51007 25.748085 244.01007Q25.935585 243.51007 26.216835 243.2757Q26.498085 243.04132 26.935585 242.94757Q27.20121 242.9007 27.904335 242.9007L29.310585 242.9007Q30.779335 242.9007 31.16996 242.8382Q31.560585 242.76007 31.91996 242.55695L31.91996 243.66632Q31.591835 243.82257 31.154335 243.86945ZM28.79496 243.9632Q29.029335 244.54132 29.20121 245.68195Q29.29496 246.3382 29.41996 246.60382Q29.529335 246.86945 29.748085 247.0257Q29.966835 247.16632 30.248085 247.16632Q30.66996 247.16632 30.95121 246.85382Q31.23246 246.5257 31.23246 245.91632Q31.23246 245.30695 30.966835 244.8382Q30.70121 244.35382 30.23246 244.13507Q29.873085 243.9632 29.185585 243.9632L28.79496 243.9632ZM30.98246 238.63507L31.904335 238.47882Q31.998085 238.93195 31.998085 239.2757Q31.998085 239.85382 31.82621 240.16632Q31.63871 240.47882 31.341835 240.61945Q31.04496 240.74445 30.091835 240.74445L26.51371 240.74445L26.51371 241.51007L25.70121 241.51007L25.70121 240.74445L24.154335 240.74445L23.529335 239.69757L25.70121 239.69757L25.70121 238.63507L26.51371 238.63507L26.51371 239.69757L30.154335 239.69757Q30.60746 239.69757 30.73246 239.6507Q30.85746 239.5882 30.935585 239.4632Q31.01371 239.3382 31.01371 239.10382Q31.01371 238.91632 30.98246 238.63507ZM24.54496 237.93195L23.32621 237.93195L23.32621 236.86945L24.54496 236.86945L24.54496 237.93195ZM31.91996 237.93195L25.70121 237.93195L25.70121 236.86945L31.91996 236.86945L31.91996 237.93195ZM30.060585 235.35382L29.904335 234.32257Q30.529335 234.22882 30.85746 233.8382Q31.185585 233.43195 31.185585 232.69757Q31.185585 231.97882 30.904335 231.63507Q30.60746 231.2757 30.20121 231.2757Q29.841835 231.2757 29.63871 231.5882Q29.498085 231.80695 29.279335 232.66632Q28.98246 233.82257 28.779335 234.2757Q28.560585 234.7132 28.185585 234.94757Q27.810585 235.18195 27.341835 235.18195Q26.935585 235.18195 26.57621 234.99445Q26.216835 234.80695 25.98246 234.47882Q25.810585 234.22882 25.685585 233.80695Q25.560585 233.38507 25.560585 232.88507Q25.560585 232.16632 25.779335 231.61945Q25.98246 231.05695 26.341835 230.79132Q26.70121 230.5257 27.29496 230.43195L27.435585 231.4632Q26.966835 231.5257 26.70121 231.86945Q26.41996 232.19757 26.41996 232.82257Q26.41996 233.54132 26.66996 233.85382Q26.904335 234.16632 27.23246 234.16632Q27.435585 234.16632 27.591835 234.04132Q27.76371 233.9007 27.873085 233.63507Q27.935585 233.47882 28.13871 232.69757Q28.45121 231.57257 28.63871 231.13507Q28.82621 230.69757 29.185585 230.44757Q29.54496 230.19757 30.091835 230.19757Q30.623085 230.19757 31.091835 230.51007Q31.54496 230.80695 31.810585 231.38507Q32.060585 231.9632 32.060585 232.69757Q32.060585 233.91632 31.560585 234.55695Q31.04496 235.18195 30.060585 235.35382ZM31.91996 228.68195L26.51371 228.68195L26.51371 229.61945L25.70121 229.61945L25.70121 228.68195L25.029335 228.68195Q24.404335 228.68195 24.10746 228.57257Q23.685585 228.41632 23.435585 228.04132Q23.185585 227.6507 23.185585 226.9632Q23.185585 226.51007 23.29496 225.97882L24.20121 226.13507Q24.154335 226.4632 24.154335 226.76007Q24.154335 227.24445 24.35746 227.44757Q24.560585 227.63507 25.123085 227.63507L25.70121 227.63507L25.70121 226.41632L26.51371 226.41632L26.51371 227.63507L31.91996 227.63507L31.91996 228.68195ZM24.54496 225.93195L23.32621 225.93195L23.32621 224.86945L24.54496 224.86945L24.54496 225.93195ZM31.91996 225.93195L25.70121 225.93195L25.70121 224.86945L31.91996 224.86945L31.91996 225.93195ZM29.91996 218.68195L30.04496 217.5882Q30.998085 217.8382 31.529335 218.54132Q32.060585 219.24445 32.060585 220.32257Q32.060585 221.68195 31.216835 222.49445Q30.373085 223.29132 28.85746 223.29132Q27.29496 223.29132 26.435585 222.47882Q25.560585 221.66632 25.560585 220.38507Q25.560585 219.13507 26.404335 218.35382Q27.248085 217.55695 28.79496 217.55695Q28.88871 217.55695 29.07621 217.55695L29.07621 222.19757Q30.10746 222.13507 30.654335 221.61945Q31.185585 221.10382 31.185585 220.32257Q31.185585 219.74445 30.88871 219.3382Q30.57621 218.91632 29.91996 218.68195ZM28.216835 222.13507L28.216835 218.66632Q27.41996 218.72882 27.029335 219.05695Q26.41996 219.57257 26.41996 220.36945Q26.41996 221.10382 26.904335 221.60382Q27.38871 222.0882 28.216835 222.13507ZM31.91996 211.9007L31.13871 211.9007Q32.060585 212.49445 32.060585 213.63507Q32.060585 214.38507 31.654335 215.01007Q31.23246 215.63507 30.498085 215.97882Q29.76371 216.32257 28.810585 216.32257Q27.88871 216.32257 27.123085 216.01007Q26.35746 215.69757 25.966835 215.07257Q25.560585 214.44757 25.560585 213.68195Q25.560585 213.11945 25.79496 212.68195Q26.029335 212.24445 26.404335 211.9632L23.32621 211.9632L23.32621 210.91632L31.91996 210.91632L31.91996 211.9007ZM28.810585 215.22882Q30.01371 215.22882 30.60746 214.72882Q31.185585 214.22882 31.185585 213.54132Q31.185585 212.85382 30.623085 212.36945Q30.060585 211.88507 28.904335 211.88507Q27.623085 211.88507 27.029335 212.38507Q26.435585 212.86945 26.435585 213.5882Q26.435585 214.29132 27.01371 214.76007Q27.57621 215.22882 28.810585 215.22882ZM28.810585 206.32257Q27.07621 206.32257 26.248085 205.36945Q25.560585 204.57257 25.560585 203.41632Q25.560585 202.13507 26.404335 201.32257Q27.23246 200.49445 28.716835 200.49445Q29.91996 200.49445 30.60746 200.85382Q31.29496 201.2132 31.685585 201.91632Q32.060585 202.60382 32.060585 203.41632Q32.060585 204.7132 31.23246 205.5257Q30.38871 206.32257 28.810585 206.32257ZM28.810585 205.24445Q29.998085 205.24445 30.591835 204.72882Q31.185585 204.19757 31.185585 203.41632Q31.185585 202.61945 30.591835 202.10382Q29.998085 201.5882 28.779335 201.5882Q27.623085 201.5882 27.029335 202.11945Q26.435585 202.63507 26.435585 203.41632Q26.435585 204.19757 27.029335 204.72882Q27.60746 205.24445 28.810585 205.24445ZM31.91996 198.94757L25.70121 198.94757L25.70121 197.99445L26.63871 197.99445Q25.98246 197.63507 25.779335 197.3382Q25.560585 197.0257 25.560585 196.6507Q25.560585 196.11945 25.88871 195.57257L26.873085 195.93195Q26.63871 196.32257 26.63871 196.69757Q26.63871 197.05695 26.85746 197.3382Q27.060585 197.60382 27.435585 197.7132Q27.998085 197.9007 28.654335 197.9007L31.91996 197.9007L31.91996 198.94757ZM31.91996 190.2132L25.70121 192.57257L25.70121 191.4632L29.41996 190.11945Q30.029335 189.91632 30.66996 189.72882Q30.185585 189.5882 29.498085 189.3382L25.70121 187.94757L25.70121 186.86945L31.91996 189.22882L31.91996 190.2132ZM29.91996 181.68195L30.04496 180.5882Q30.998085 180.8382 31.529335 181.54132Q32.060585 182.24445 32.060585 183.32257Q32.060585 184.68195 31.216835 185.49445Q30.373085 186.29132 28.85746 186.29132Q27.29496 186.29132 26.435585 185.47882Q25.560585 184.66632 25.560585 183.38507Q25.560585 182.13507 26.404335 181.35382Q27.248085 180.55695 28.79496 180.55695Q28.88871 180.55695 29.07621 180.55695L29.07621 185.19757Q30.10746 185.13507 30.654335 184.61945Q31.185585 184.10382 31.185585 183.32257Q31.185585 182.74445 30.88871 182.3382Q30.57621 181.91632 29.91996 181.68195ZM28.216835 185.13507L28.216835 181.66632Q27.41996 181.72882 27.029335 182.05695Q26.41996 182.57257 26.41996 183.36945Q26.41996 184.10382 26.904335 184.60382Q27.38871 185.0882 28.216835 185.13507ZM31.91996 178.94757L25.70121 178.94757L25.70121 177.99445L26.63871 177.99445Q25.98246 177.63507 25.779335 177.3382Q25.560585 177.0257 25.560585 176.6507Q25.560585 176.11945 25.88871 175.57257L26.873085 175.93195Q26.63871 176.32257 26.63871 176.69757Q26.63871 177.05695 26.85746 177.3382Q27.060585 177.60382 27.435585 177.7132Q27.998085 177.9007 28.654335 177.9007L31.91996 177.9007L31.91996 178.94757ZM34.310585 174.97882L33.32621 175.10382Q33.41996 174.76007 33.41996 174.49445Q33.41996 174.1507 33.29496 173.94757Q33.185585 173.72882 32.98246 173.5882Q32.810585 173.49445 32.185585 173.26007Q32.10746 173.24445 31.935585 173.16632L25.70121 175.54132L25.70121 174.4007L29.29496 173.10382Q29.98246 172.85382 30.748085 172.6507Q30.01371 172.4632 29.32621 172.2132L25.70121 170.88507L25.70121 169.8382L32.029335 172.19757Q33.04496 172.5882 33.435585 172.79132Q33.966835 173.07257 34.20121 173.44757Q34.45121 173.80695 34.45121 174.30695Q34.45121 174.60382 34.310585 174.97882ZM30.060585 166.35382L29.904335 165.32257Q30.529335 165.22882 30.85746 164.8382Q31.185585 164.43195 31.185585 163.69757Q31.185585 162.97882 30.904335 162.63507Q30.60746 162.2757 30.20121 162.2757Q29.841835 162.2757 29.63871 162.5882Q29.498085 162.80695 29.279335 163.66632Q28.98246 164.82257 28.779335 165.2757Q28.560585 165.7132 28.185585 165.94757Q27.810585 166.18195 27.341835 166.18195Q26.935585 166.18195 26.57621 165.99445Q26.216835 165.80695 25.98246 165.47882Q25.810585 165.22882 25.685585 164.80695Q25.560585 164.38507 25.560585 163.88507Q25.560585 163.16632 25.779335 162.61945Q25.98246 162.05695 26.341835 161.79132Q26.70121 161.5257 27.29496 161.43195L27.435585 162.4632Q26.966835 162.5257 26.70121 162.86945Q26.41996 163.19757 26.41996 163.82257Q26.41996 164.54132 26.66996 164.85382Q26.904335 165.16632 27.23246 165.16632Q27.435585 165.16632 27.591835 165.04132Q27.76371 164.9007 27.873085 164.63507Q27.935585 164.47882 28.13871 163.69757Q28.45121 162.57257 28.63871 162.13507Q28.82621 161.69757 29.185585 161.44757Q29.54496 161.19757 30.091835 161.19757Q30.623085 161.19757 31.091835 161.51007Q31.54496 161.80695 31.810585 162.38507Q32.060585 162.9632 32.060585 163.69757Q32.060585 164.91632 31.560585 165.55695Q31.04496 166.18195 30.060585 166.35382ZM31.154335 155.86945Q31.654335 156.4632 31.85746 157.01007Q32.060585 157.54132 32.060585 158.16632Q32.060585 159.19757 31.560585 159.74445Q31.060585 160.29132 30.279335 160.29132Q29.82621 160.29132 29.45121 160.0882Q29.060585 159.88507 28.841835 159.54132Q28.60746 159.19757 28.498085 158.7757Q28.404335 158.47882 28.32621 157.8382Q28.185585 156.57257 27.966835 155.9632Q27.748085 155.9632 27.70121 155.9632Q27.04496 155.9632 26.779335 156.26007Q26.435585 156.66632 26.435585 157.4632Q26.435585 158.19757 26.70121 158.55695Q26.95121 158.91632 27.60746 159.0882L27.466835 160.11945Q26.810585 159.97882 26.404335 159.6507Q25.998085 159.32257 25.779335 158.7132Q25.560585 158.10382 25.560585 157.30695Q25.560585 156.51007 25.748085 156.01007Q25.935585 155.51007 26.216835 155.2757Q26.498085 155.04132 26.935585 154.94757Q27.20121 154.9007 27.904335 154.9007L29.310585 154.9007Q30.779335 154.9007 31.16996 154.8382Q31.560585 154.76007 31.91996 154.55695L31.91996 155.66632Q31.591835 155.82257 31.154335 155.86945ZM28.79496 155.9632Q29.029335 156.54132 29.20121 157.68195Q29.29496 158.3382 29.41996 158.60382Q29.529335 158.86945 29.748085 159.0257Q29.966835 159.16632 30.248085 159.16632Q30.66996 159.16632 30.95121 158.85382Q31.23246 158.5257 31.23246 157.91632Q31.23246 157.30695 30.966835 156.8382Q30.70121 156.35382 30.23246 156.13507Q29.873085 155.9632 29.185585 155.9632L28.79496 155.9632ZM30.98246 150.63507L31.904335 150.47882Q31.998085 150.93195 31.998085 151.2757Q31.998085 151.85382 31.82621 152.16632Q31.63871 152.47882 31.341835 152.61945Q31.04496 152.74445 30.091835 152.74445L26.51371 152.74445L26.51371 153.51007L25.70121 153.51007L25.70121 152.74445L24.154335 152.74445L23.529335 151.69757L25.70121 151.69757L25.70121 150.63507L26.51371 150.63507L26.51371 151.69757L30.154335 151.69757Q30.60746 151.69757 30.73246 151.6507Q30.85746 151.5882 30.935585 151.4632Q31.01371 151.3382 31.01371 151.10382Q31.01371 150.91632 30.98246 150.63507ZM24.54496 149.93195L23.32621 149.93195L23.32621 148.86945L24.54496 148.86945L24.54496 149.93195ZM31.91996 149.93195L25.70121 149.93195L25.70121 148.86945L31.91996 148.86945L31.91996 149.93195ZM30.060585 147.35382L29.904335 146.32257Q30.529335 146.22882 30.85746 145.8382Q31.185585 145.43195 31.185585 144.69757Q31.185585 143.97882 30.904335 143.63507Q30.60746 143.2757 30.20121 143.2757Q29.841835 143.2757 29.63871 143.5882Q29.498085 143.80695 29.279335 144.66632Q28.98246 145.82257 28.779335 146.2757Q28.560585 146.7132 28.185585 146.94757Q27.810585 147.18195 27.341835 147.18195Q26.935585 147.18195 26.57621 146.99445Q26.216835 146.80695 25.98246 146.47882Q25.810585 146.22882 25.685585 145.80695Q25.560585 145.38507 25.560585 144.88507Q25.560585 144.16632 25.779335 143.61945Q25.98246 143.05695 26.341835 142.79132Q26.70121 142.5257 27.29496 142.43195L27.435585 143.4632Q26.966835 143.5257 26.70121 143.86945Q26.41996 144.19757 26.41996 144.82257Q26.41996 145.54132 26.66996 145.85382Q26.904335 146.16632 27.23246 146.16632Q27.435585 146.16632 27.591835 146.04132Q27.76371 145.9007 27.873085 145.63507Q27.935585 145.47882 28.13871 144.69757Q28.45121 143.57257 28.63871 143.13507Q28.82621 142.69757 29.185585 142.44757Q29.54496 142.19757 30.091835 142.19757Q30.623085 142.19757 31.091835 142.51007Q31.54496 142.80695 31.810585 143.38507Q32.060585 143.9632 32.060585 144.69757Q32.060585 145.91632 31.560585 146.55695Q31.04496 147.18195 30.060585 147.35382ZM31.91996 140.68195L26.51371 140.68195L26.51371 141.61945L25.70121 141.61945L25.70121 140.68195L25.029335 140.68195Q24.404335 140.68195 24.10746 140.57257Q23.685585 140.41632 23.435585 140.04132Q23.185585 139.6507 23.185585 138.9632Q23.185585 138.51007 23.29496 137.97882L24.20121 138.13507Q24.154335 138.4632 24.154335 138.76007Q24.154335 139.24445 24.35746 139.44757Q24.560585 139.63507 25.123085 139.63507L25.70121 139.63507L25.70121 138.41632L26.51371 138.41632L26.51371 139.63507L31.91996 139.63507L31.91996 140.68195ZM24.54496 137.93195L23.32621 137.93195L23.32621 136.86945L24.54496 136.86945L24.54496 137.93195ZM31.91996 137.93195L25.70121 137.93195L25.70121 136.86945L31.91996 136.86945L31.91996 137.93195ZM29.91996 130.68195L30.04496 129.5882Q30.998085 129.8382 31.529335 130.54132Q32.060585 131.24445 32.060585 132.32257Q32.060585 133.68195 31.216835 134.49445Q30.373085 135.29132 28.85746 135.29132Q27.29496 135.29132 26.435585 134.47882Q25.560585 133.66632 25.560585 132.38507Q25.560585 131.13507 26.404335 130.35382Q27.248085 129.55695 28.79496 129.55695Q28.88871 129.55695 29.07621 129.55695L29.07621 134.19757Q30.10746 134.13507 30.654335 133.61945Q31.185585 133.10382 31.185585 132.32257Q31.185585 131.74445 30.88871 131.3382Q30.57621 130.91632 29.91996 130.68195ZM28.216835 134.13507L28.216835 130.66632Q27.41996 130.72882 27.029335 131.05695Q26.41996 131.57257 26.41996 132.36945Q26.41996 133.10382 26.904335 133.60382Q27.38871 134.0882 28.216835 134.13507ZM31.91996 123.9007L31.13871 123.9007Q32.060585 124.49445 32.060585 125.63508Q32.060585 126.38508 31.654335 127.01008Q31.23246 127.63508 30.498085 127.97883Q29.76371 128.32257 28.810585 128.32257Q27.88871 128.32257 27.123085 128.01007Q26.35746 127.69758 25.966835 127.07258Q25.560585 126.44758 25.560585 125.68195Q25.560585 125.11945 25.79496 124.68195Q26.029335 124.24445 26.404335 123.9632L23.32621 123.9632L23.32621 122.91633L31.91996 122.91633L31.91996 123.9007ZM28.810585 127.22883Q30.01371 127.22883 30.60746 126.72883Q31.185585 126.22883 31.185585 125.54133Q31.185585 124.85383 30.623085 124.36945Q30.060585 123.88508 28.904335 123.88508Q27.623085 123.88508 27.029335 124.38508Q26.435585 124.86945 26.435585 125.5882Q26.435585 126.29133 27.01371 126.76008Q27.57621 127.22883 28.810585 127.22883Z" fill-rule="nonzero"/><path fill="#666666" d="M56.587578 422.01562Q56.587578 420.48438 56.900078 419.5625Q57.212578 418.625 57.821953 418.125Q58.446953 417.625 59.384453 417.625Q60.071953 417.625 60.587578 417.90625Q61.118828 418.1875 61.462578 418.71875Q61.806328 419.23438 61.993828 419.98438Q62.181328 420.73438 62.181328 422.01562Q62.181328 423.53125 61.868828 424.45312Q61.571953 425.375 60.946953 425.89062Q60.337578 426.39062 59.384453 426.39062Q58.150078 426.39062 57.431328 425.5Q56.587578 424.4375 56.587578 422.01562ZM57.665703 422.01562Q57.665703 424.125 58.165703 424.82812Q58.665703 425.53125 59.384453 425.53125Q60.118828 425.53125 60.603203 424.82812Q61.103203 424.125 61.103203 422.01562Q61.103203 419.89062 60.603203 419.20312Q60.118828 418.5 59.368828 418.5Q58.650078 418.5 58.212578 419.10938Q57.665703 419.89062 57.665703 422.01562ZM63.790703 419.71875Q63.790703 418.79688 64.24383 418.15625Q64.71258 417.51562 65.58758 417.51562Q66.40008 417.51562 66.93133 418.09375Q67.46258 418.67188 67.46258 419.78125Q67.46258 420.875 66.9157 421.46875Q66.38445 422.04688 65.6032 422.04688Q64.82195 422.04688 64.30633 421.46875Q63.790703 420.89062 63.790703 419.71875ZM65.61883 418.23438Q65.2282 418.23438 64.96258 418.57812Q64.71258 418.92188 64.71258 419.82812Q64.71258 420.65625 64.96258 421.0Q65.2282 421.32812 65.61883 421.32812Q66.02508 421.32812 66.27508 420.98438Q66.5407 420.64062 66.5407 419.75Q66.5407 418.90625 66.27508 418.57812Q66.00945 418.23438 65.61883 418.23438ZM65.61883 426.5625L70.32195 417.51562L71.18133 417.51562L66.49383 426.5625L65.61883 426.5625ZM69.33758 424.23438Q69.33758 423.3125 69.7907 422.67188Q70.25945 422.03125 71.15008 422.03125Q71.96258 422.03125 72.49383 422.60938Q73.02508 423.17188 73.02508 424.29688Q73.02508 425.39062 72.4782 425.98438Q71.94695 426.5625 71.15008 426.5625Q70.38445 426.5625 69.8532 425.98438Q69.33758 425.40625 69.33758 424.23438ZM71.18133 422.75Q70.77508 422.75 70.50945 423.09375Q70.25945 423.4375 70.25945 424.34375Q70.25945 425.15625 70.52508 425.5Q70.7907 425.84375 71.18133 425.84375Q71.57195 425.84375 71.83758 425.5Q72.1032 425.15625 72.1032 424.25Q72.1032 423.42188 71.83758 423.09375Q71.57195 422.75 71.18133 422.75Z" fill-rule="nonzero"/><path fill="#666666" d="M55.134453 336.48438L55.134453 337.5L49.446953 337.5Q49.446953 337.125 49.571953 336.76562Q49.790703 336.1875 50.259453 335.625Q50.743828 335.0625 51.650078 334.32812Q53.056328 333.17188 53.540703 332.5Q54.040703 331.82812 54.040703 331.23438Q54.040703 330.60938 53.587578 330.1875Q53.134453 329.75 52.415703 329.75Q51.650078 329.75 51.196953 330.20312Q50.743828 330.65625 50.728203 331.46875L49.650078 331.35938Q49.759453 330.14062 50.478203 329.51562Q51.212578 328.875 52.446953 328.875Q53.681328 328.875 54.400078 329.5625Q55.118828 330.25 55.118828 331.26562Q55.118828 331.78125 54.900078 332.28125Q54.696953 332.76562 54.196953 333.32812Q53.712578 333.875 52.587578 334.82812Q51.634453 335.625 51.353203 335.92188Q51.087578 336.20312 50.915703 336.48438L55.134453 336.48438ZM56.587578 335.25L57.696953 335.15625Q57.821953 335.96875 58.259453 336.375Q58.712578 336.78125 59.353203 336.78125Q60.103203 336.78125 60.634453 336.20312Q61.165703 335.625 61.165703 334.6875Q61.165703 333.78125 60.650078 333.26562Q60.150078 332.73438 59.321953 332.73438Q58.821953 332.73438 58.400078 332.96875Q57.993828 333.20312 57.759453 333.5625L56.775078 333.4375L57.603203 329.03125L61.884453 329.03125L61.884453 330.03125L58.446953 330.03125L57.993828 332.34375Q58.759453 331.79688 59.603203 331.79688Q60.728203 331.79688 61.493828 332.57812Q62.275078 333.35938 62.275078 334.59375Q62.275078 335.75 61.603203 336.60938Q60.775078 337.64062 59.353203 337.64062Q58.181328 337.64062 57.431328 336.98438Q56.696953 336.32812 56.587578 335.25ZM63.790703 330.96875Q63.790703 330.04688 64.24383 329.40625Q64.71258 328.76562 65.58758 328.76562Q66.40008 328.76562 66.93133 329.34375Q67.46258 329.92188 67.46258 331.03125Q67.46258 332.125 66.9157 332.71875Q66.38445 333.29688 65.6032 333.29688Q64.82195 333.29688 64.30633 332.71875Q63.790703 332.14062 63.790703 330.96875ZM65.61883 329.48438Q65.2282 329.48438 64.96258 329.82812Q64.71258 330.17188 64.71258 331.07812Q64.71258 331.90625 64.96258 332.25Q65.2282 332.57812 65.61883 332.57812Q66.02508 332.57812 66.27508 332.23438Q66.5407 331.89062 66.5407 331.0Q66.5407 330.15625 66.27508 329.82812Q66.00945 329.48438 65.61883 329.48438ZM65.61883 337.8125L70.32195 328.76562L71.18133 328.76562L66.49383 337.8125L65.61883 337.8125ZM69.33758 335.48438Q69.33758 334.5625 69.7907 333.92188Q70.25945 333.28125 71.15008 333.28125Q71.96258 333.28125 72.49383 333.85938Q73.02508 334.42188 73.02508 335.54688Q73.02508 336.64062 72.4782 337.23438Q71.94695 337.8125 71.15008 337.8125Q70.38445 337.8125 69.8532 337.23438Q69.33758 336.65625 69.33758 335.48438ZM71.18133 334.0Q70.77508 334.0 70.50945 334.34375Q70.25945 334.6875 70.25945 335.59375Q70.25945 336.40625 70.52508 336.75Q70.7907 337.09375 71.18133 337.09375Q71.57195 337.09375 71.83758 336.75Q72.1032 336.40625 72.1032 335.5Q72.1032 334.67188 71.83758 334.34375Q71.57195 334.0 71.18133 334.0Z" fill-rule="nonzero"/><path fill="#666666" d="M49.587578 246.5L50.696953 246.40625Q50.821953 247.21875 51.259453 247.625Q51.712578 248.03125 52.353203 248.03125Q53.103203 248.03125 53.634453 247.45312Q54.165703 246.875 54.165703 245.9375Q54.165703 245.03125 53.650078 244.51562Q53.150078 243.98438 52.321953 243.98438Q51.821953 243.98438 51.400078 244.21875Q50.993828 244.45312 50.759453 244.8125L49.775078 244.6875L50.603203 240.28125L54.884453 240.28125L54.884453 241.28125L51.446953 241.28125L50.993828 243.59375Q51.759453 243.04688 52.603203 243.04688Q53.728203 243.04688 54.493828 243.82812Q55.275078 244.60938 55.275078 245.84375Q55.275078 247.0 54.603203 247.85938Q53.775078 248.89062 52.353203 248.89062Q51.181328 248.89062 50.431328 248.23438Q49.696953 247.57812 49.587578 246.5ZM56.587578 244.51562Q56.587578 242.98438 56.900078 242.0625Q57.212578 241.125 57.821953 240.625Q58.446953 240.125 59.384453 240.125Q60.071953 240.125 60.587578 240.40625Q61.118828 240.6875 61.462578 241.21875Q61.806328 241.73438 61.993828 242.48438Q62.181328 243.23438 62.181328 244.51562Q62.181328 246.03125 61.868828 246.95312Q61.571953 247.875 60.946953 248.39062Q60.337578 248.89062 59.384453 248.89062Q58.150078 248.89062 57.431328 248.0Q56.587578 246.9375 56.587578 244.51562ZM57.665703 244.51562Q57.665703 246.625 58.165703 247.32812Q58.665703 248.03125 59.384453 248.03125Q60.118828 248.03125 60.603203 247.32812Q61.103203 246.625 61.103203 244.51562Q61.103203 242.39062 60.603203 241.70312Q60.118828 241.0 59.368828 241.0Q58.650078 241.0 58.212578 241.60938Q57.665703 242.39062 57.665703 244.51562ZM63.790703 242.21875Q63.790703 241.29688 64.24383 240.65625Q64.71258 240.01562 65.58758 240.01562Q66.40008 240.01562 66.93133 240.59375Q67.46258 241.17188 67.46258 242.28125Q67.46258 243.375 66.9157 243.96875Q66.38445 244.54688 65.6032 244.54688Q64.82195 244.54688 64.30633 243.96875Q63.790703 243.39062 63.790703 242.21875ZM65.61883 240.73438Q65.2282 240.73438 64.96258 241.07812Q64.71258 241.42188 64.71258 242.32812Q64.71258 243.15625 64.96258 243.5Q65.2282 243.82812 65.61883 243.82812Q66.02508 243.82812 66.27508 243.48438Q66.5407 243.14062 66.5407 242.25Q66.5407 241.40625 66.27508 241.07812Q66.00945 240.73438 65.61883 240.73438ZM65.61883 249.0625L70.32195 240.01562L71.18133 240.01562L66.49383 249.0625L65.61883 249.0625ZM69.33758 246.73438Q69.33758 245.8125 69.7907 245.17188Q70.25945 244.53125 71.15008 244.53125Q71.96258 244.53125 72.49383 245.10938Q73.02508 245.67188 73.02508 246.79688Q73.02508 247.89062 72.4782 248.48438Q71.94695 249.0625 71.15008 249.0625Q70.38445 249.0625 69.8532 248.48438Q69.33758 247.90625 69.33758 246.73438ZM71.18133 245.25Q70.77508 245.25 70.50945 245.59375Q70.25945 245.9375 70.25945 246.84375Q70.25945 247.65625 70.52508 248.0Q70.7907 248.34375 71.18133 248.34375Q71.57195 248.34375 71.83758 248.0Q72.1032 247.65625 72.1032 246.75Q72.1032 245.92188 71.83758 245.59375Q71.57195 245.25 71.18133 245.25Z" fill-rule="nonzero"/><path fill="#666666" d="M49.650078 152.53125L49.650078 151.51562L55.212578 151.51562L55.212578 152.34375Q54.400078 153.21875 53.587578 154.67188Q52.790703 156.10938 52.353203 157.64062Q52.025078 158.71875 51.946953 160.0L50.853203 160.0Q50.868828 158.98438 51.243828 157.54688Q51.634453 156.10938 52.337578 154.78125Q53.056328 153.45312 53.868828 152.53125L49.650078 152.53125ZM56.587578 157.75L57.696953 157.65625Q57.821953 158.46875 58.259453 158.875Q58.712578 159.28125 59.353203 159.28125Q60.103203 159.28125 60.634453 158.70312Q61.165703 158.125 61.165703 157.1875Q61.165703 156.28125 60.650078 155.76562Q60.150078 155.23438 59.321953 155.23438Q58.821953 155.23438 58.400078 155.46875Q57.993828 155.70312 57.759453 156.0625L56.775078 155.9375L57.603203 151.53125L61.884453 151.53125L61.884453 152.53125L58.446953 152.53125L57.993828 154.84375Q58.759453 154.29688 59.603203 154.29688Q60.728203 154.29688 61.493828 155.07812Q62.275078 155.85938 62.275078 157.09375Q62.275078 158.25 61.603203 159.10938Q60.775078 160.14062 59.353203 160.14062Q58.181328 160.14062 57.431328 159.48438Q56.696953 158.82812 56.587578 157.75ZM63.790703 153.46875Q63.790703 152.54688 64.24383 151.90625Q64.71258 151.26562 65.58758 151.26562Q66.40008 151.26562 66.93133 151.84375Q67.46258 152.42188 67.46258 153.53125Q67.46258 154.625 66.9157 155.21875Q66.38445 155.79688 65.6032 155.79688Q64.82195 155.79688 64.30633 155.21875Q63.790703 154.64062 63.790703 153.46875ZM65.61883 151.98438Q65.2282 151.98438 64.96258 152.32812Q64.71258 152.67188 64.71258 153.57812Q64.71258 154.40625 64.96258 154.75Q65.2282 155.07812 65.61883 155.07812Q66.02508 155.07812 66.27508 154.73438Q66.5407 154.39062 66.5407 153.5Q66.5407 152.65625 66.27508 152.32812Q66.00945 151.98438 65.61883 151.98438ZM65.61883 160.3125L70.32195 151.26562L71.18133 151.26562L66.49383 160.3125L65.61883 160.3125ZM69.33758 157.98438Q69.33758 157.0625 69.7907 156.42188Q70.25945 155.78125 71.15008 155.78125Q71.96258 155.78125 72.49383 156.35938Q73.02508 156.92188 73.02508 158.04688Q73.02508 159.14062 72.4782 159.73438Q71.94695 160.3125 71.15008 160.3125Q70.38445 160.3125 69.8532 159.73438Q69.33758 159.15625 69.33758 157.98438ZM71.18133 156.5Q70.77508 156.5 70.50945 156.84375Q70.25945 157.1875 70.25945 158.09375Q70.25945 158.90625 70.52508 159.25Q70.7907 159.59375 71.18133 159.59375Q71.57195 159.59375 71.83758 159.25Q72.1032 158.90625 72.1032 158.0Q72.1032 157.17188 71.83758 156.84375Q71.57195 156.5 71.18133 156.5Z" fill-rule="nonzero"/><path fill="#666666" d="M46.556328 71.25L45.509453 71.25L45.509453 64.53125Q45.118828 64.890625 44.493828 65.265625Q43.884453 65.625 43.400078 65.796875L43.400078 64.78125Q44.275078 64.359375 44.931328 63.78125Q45.603203 63.1875 45.884453 62.625L46.556328 62.625L46.556328 71.25ZM49.587578 67.015625Q49.587578 65.484375 49.900078 64.5625Q50.212578 63.625 50.821953 63.125Q51.446953 62.625 52.384453 62.625Q53.071953 62.625 53.587578 62.90625Q54.118828 63.1875 54.462578 63.71875Q54.806328 64.234375 54.993828 64.984375Q55.181328 65.734375 55.181328 67.015625Q55.181328 68.53125 54.868828 69.453125Q54.571953 70.375 53.946953 70.890625Q53.337578 71.390625 52.384453 71.390625Q51.150078 71.390625 50.431328 70.5Q49.587578 69.4375 49.587578 67.015625ZM50.665703 67.015625Q50.665703 69.125 51.165703 69.828125Q51.665703 70.53125 52.384453 70.53125Q53.118828 70.53125 53.603203 69.828125Q54.103203 69.125 54.103203 67.015625Q54.103203 64.890625 53.603203 64.203125Q53.118828 63.5 52.368828 63.5Q51.650078 63.5 51.212578 64.109375Q50.665703 64.890625 50.665703 67.015625ZM56.587578 67.015625Q56.587578 65.484375 56.900078 64.5625Q57.212578 63.625 57.821953 63.125Q58.446953 62.625 59.384453 62.625Q60.071953 62.625 60.587578 62.90625Q61.118828 63.1875 61.462578 63.71875Q61.806328 64.234375 61.993828 64.984375Q62.181328 65.734375 62.181328 67.015625Q62.181328 68.53125 61.868828 69.453125Q61.571953 70.375 60.946953 70.890625Q60.337578 71.390625 59.384453 71.390625Q58.150078 71.390625 57.431328 70.5Q56.587578 69.4375 56.587578 67.015625ZM57.665703 67.015625Q57.665703 69.125 58.165703 69.828125Q58.665703 70.53125 59.384453 70.53125Q60.118828 70.53125 60.603203 69.828125Q61.103203 69.125 61.103203 67.015625Q61.103203 64.890625 60.603203 64.203125Q60.118828 63.5 59.368828 63.5Q58.650078 63.5 58.212578 64.109375Q57.665703 64.890625 57.665703 67.015625ZM63.790703 64.71875Q63.790703 63.796875 64.24383 63.15625Q64.71258 62.515625 65.58758 62.515625Q66.40008 62.515625 66.93133 63.09375Q67.46258 63.671875 67.46258 64.78125Q67.46258 65.875 66.9157 66.46875Q66.38445 67.046875 65.6032 67.046875Q64.82195 67.046875 64.30633 66.46875Q63.790703 65.890625 63.790703 64.71875ZM65.61883 63.234375Q65.2282 63.234375 64.96258 63.578125Q64.71258 63.921875 64.71258 64.828125Q64.71258 65.65625 64.96258 66.0Q65.2282 66.328125 65.61883 66.328125Q66.02508 66.328125 66.27508 65.984375Q66.5407 65.640625 66.5407 64.75Q66.5407 63.90625 66.27508 63.578125Q66.00945 63.234375 65.61883 63.234375ZM65.61883 71.5625L70.32195 62.515625L71.18133 62.515625L66.49383 71.5625L65.61883 71.5625ZM69.33758 69.234375Q69.33758 68.3125 69.7907 67.671875Q70.25945 67.03125 71.15008 67.03125Q71.96258 67.03125 72.49383 67.609375Q73.02508 68.171875 73.02508 69.296875Q73.02508 70.390625 72.4782 70.984375Q71.94695 71.5625 71.15008 71.5625Q70.38445 71.5625 69.8532 70.984375Q69.33758 70.40625 69.33758 69.234375ZM71.18133 67.75Q70.77508 67.75 70.50945 68.09375Q70.25945 68.4375 70.25945 69.34375Q70.25945 70.15625 70.52508 70.5Q70.7907 70.84375 71.18133 70.84375Q71.57195 70.84375 71.83758 70.5Q72.1032 70.15625 72.1032 69.25Q72.1032 68.421875 71.83758 68.09375Q71.57195 67.75 71.18133 67.75Z" fill-rule="nonzero"/><path fill="#666666" d="M71.58758 435.01562Q71.58758 433.48438 71.90008 432.5625Q72.21258 431.625 72.82195 431.125Q73.44695 430.625 74.38445 430.625Q75.07195 430.625 75.58758 430.90625Q76.11883 431.1875 76.46258 431.71875Q76.80633 432.23438 76.99383 432.98438Q77.18133 433.73438 77.18133 435.01562Q77.18133 436.53125 76.86883 437.45312Q76.57195 438.375 75.94695 438.89062Q75.33758 439.39062 74.38445 439.39062Q73.15008 439.39062 72.43133 438.5Q71.58758 437.4375 71.58758 435.01562ZM72.6657 435.01562Q72.6657 437.125 73.1657 437.82812Q73.6657 438.53125 74.38445 438.53125Q75.11883 438.53125 75.6032 437.82812Q76.1032 437.125 76.1032 435.01562Q76.1032 432.89062 75.6032 432.20312Q75.11883 431.5 74.36883 431.5Q73.65008 431.5 73.21258 432.10938Q72.6657 432.89062 72.6657 435.01562ZM78.7907 432.71875Q78.7907 431.79688 79.24383 431.15625Q79.71258 430.51562 80.58758 430.51562Q81.40008 430.51562 81.93133 431.09375Q82.46258 431.67188 82.46258 432.78125Q82.46258 433.875 81.9157 434.46875Q81.38445 435.04688 80.6032 435.04688Q79.82195 435.04688 79.30633 434.46875Q78.7907 433.89062 78.7907 432.71875ZM80.61883 431.23438Q80.2282 431.23438 79.96258 431.57812Q79.71258 431.92188 79.71258 432.82812Q79.71258 433.65625 79.96258 434.0Q80.2282 434.32812 80.61883 434.32812Q81.02508 434.32812 81.27508 433.98438Q81.5407 433.64062 81.5407 432.75Q81.5407 431.90625 81.27508 431.57812Q81.00945 431.23438 80.61883 431.23438ZM80.61883 439.5625L85.32195 430.51562L86.18133 430.51562L81.49383 439.5625L80.61883 439.5625ZM84.33758 437.23438Q84.33758 436.3125 84.7907 435.67188Q85.25945 435.03125 86.15008 435.03125Q86.96258 435.03125 87.49383 435.60938Q88.02508 436.17188 88.02508 437.29688Q88.02508 438.39062 87.4782 438.98438Q86.94695 439.5625 86.15008 439.5625Q85.38445 439.5625 84.8532 438.98438Q84.33758 438.40625 84.33758 437.23438ZM86.18133 435.75Q85.77508 435.75 85.50945 436.09375Q85.25945 436.4375 85.25945 437.34375Q85.25945 438.15625 85.52508 438.5Q85.7907 438.84375 86.18133 438.84375Q86.57195 438.84375 86.83758 438.5Q87.1032 438.15625 87.1032 437.25Q87.1032 436.42188 86.83758 436.09375Q86.57195 435.75 86.18133 435.75Z" fill-rule="nonzero"/><path fill="#666666" d="M168.5191 438.23438L168.5191 439.25L162.8316 439.25Q162.8316 438.875 162.9566 438.51562Q163.17535 437.9375 163.6441 437.375Q164.12848 436.8125 165.03473 436.07812Q166.44098 434.92188 166.92535 434.25Q167.42535 433.57812 167.42535 432.98438Q167.42535 432.35938 166.97223 431.9375Q166.5191 431.5 165.80035 431.5Q165.03473 431.5 164.5816 431.95312Q164.12848 432.40625 164.11285 433.21875L163.03473 433.10938Q163.1441 431.89062 163.86285 431.26562Q164.59723 430.625 165.8316 430.625Q167.06598 430.625 167.78473 431.3125Q168.50348 432.0 168.50348 433.01562Q168.50348 433.53125 168.28473 434.03125Q168.0816 434.51562 167.5816 435.07812Q167.09723 435.625 165.97223 436.57812Q165.0191 437.375 164.73785 437.67188Q164.47223 437.95312 164.30035 438.23438L168.5191 438.23438ZM169.97223 437.0L171.0816 436.90625Q171.2066 437.71875 171.6441 438.125Q172.09723 438.53125 172.73785 438.53125Q173.48785 438.53125 174.0191 437.95312Q174.55035 437.375 174.55035 436.4375Q174.55035 435.53125 174.03473 435.01562Q173.53473 434.48438 172.7066 434.48438Q172.2066 434.48438 171.78473 434.71875Q171.37848 434.95312 171.1441 435.3125L170.15973 435.1875L170.98785 430.78125L175.2691 430.78125L175.2691 431.78125L171.8316 431.78125L171.37848 434.09375Q172.1441 433.54688 172.98785 433.54688Q174.11285 433.54688 174.87848 434.32812Q175.65973 435.10938 175.65973 436.34375Q175.65973 437.5 174.98785 438.35938Q174.15973 439.39062 172.73785 439.39062Q171.56598 439.39062 170.81598 438.73438Q170.0816 438.07812 169.97223 437.0ZM177.17535 432.71875Q177.17535 431.79688 177.62848 431.15625Q178.09723 430.51562 178.97223 430.51562Q179.78473 430.51562 180.31598 431.09375Q180.84723 431.67188 180.84723 432.78125Q180.84723 433.875 180.30035 434.46875Q179.7691 435.04688 178.98785 435.04688Q178.2066 435.04688 177.69098 434.46875Q177.17535 433.89062 177.17535 432.71875ZM179.00348 431.23438Q178.61285 431.23438 178.34723 431.57812Q178.09723 431.92188 178.09723 432.82812Q178.09723 433.65625 178.34723 434.0Q178.61285 434.32812 179.00348 434.32812Q179.40973 434.32812 179.65973 433.98438Q179.92535 433.64062 179.92535 432.75Q179.92535 431.90625 179.65973 431.57812Q179.3941 431.23438 179.00348 431.23438ZM179.00348 439.5625L183.7066 430.51562L184.56598 430.51562L179.87848 439.5625L179.00348 439.5625ZM182.72223 437.23438Q182.72223 436.3125 183.17535 435.67188Q183.6441 435.03125 184.53473 435.03125Q185.34723 435.03125 185.87848 435.60938Q186.40973 436.17188 186.40973 437.29688Q186.40973 438.39062 185.86285 438.98438Q185.3316 439.5625 184.53473 439.5625Q183.7691 439.5625 183.23785 438.98438Q182.72223 438.40625 182.72223 437.23438ZM184.56598 435.75Q184.15973 435.75 183.8941 436.09375Q183.6441 436.4375 183.6441 437.34375Q183.6441 438.15625 183.90973 438.5Q184.17535 438.84375 184.56598 438.84375Q184.9566 438.84375 185.22223 438.5Q185.48785 438.15625 185.48785 437.25Q185.48785 436.42188 185.22223 436.09375Q184.9566 435.75 184.56598 435.75Z" fill-rule="nonzero"/><path fill="#666666" d="M257.85687 437.0L258.96625 436.90625Q259.09125 437.71875 259.52875 438.125Q259.98187 438.53125 260.6225 438.53125Q261.3725 438.53125 261.90375 437.95312Q262.435 437.375 262.435 436.4375Q262.435 435.53125 261.91937 435.01562Q261.41937 434.48438 260.59125 434.48438Q260.09125 434.48438 259.66937 434.71875Q259.26312 434.95312 259.02875 435.3125L258.04437 435.1875L258.8725 430.78125L263.15375 430.78125L263.15375 431.78125L259.71625 431.78125L259.26312 434.09375Q260.02875 433.54688 260.8725 433.54688Q261.9975 433.54688 262.76312 434.32812Q263.54437 435.10938 263.54437 436.34375Q263.54437 437.5 262.8725 438.35938Q262.04437 439.39062 260.6225 439.39062Q259.45062 439.39062 258.70062 438.73438Q257.96625 438.07812 257.85687 437.0ZM264.85687 435.01562Q264.85687 433.48438 265.16937 432.5625Q265.48187 431.625 266.09125 431.125Q266.71625 430.625 267.65375 430.625Q268.34125 430.625 268.85687 430.90625Q269.38812 431.1875 269.73187 431.71875Q270.07562 432.23438 270.26312 432.98438Q270.45062 433.73438 270.45062 435.01562Q270.45062 436.53125 270.13812 437.45312Q269.84125 438.375 269.21625 438.89062Q268.60687 439.39062 267.65375 439.39062Q266.41937 439.39062 265.70062 438.5Q264.85687 437.4375 264.85687 435.01562ZM265.935 435.01562Q265.935 437.125 266.435 437.82812Q266.935 438.53125 267.65375 438.53125Q268.38812 438.53125 268.8725 437.82812Q269.3725 437.125 269.3725 435.01562Q269.3725 432.89062 268.8725 432.20312Q268.38812 431.5 267.63812 431.5Q266.91937 431.5 266.48187 432.10938Q265.935 432.89062 265.935 435.01562ZM272.06 432.71875Q272.06 431.79688 272.51312 431.15625Q272.98187 430.51562 273.85687 430.51562Q274.66937 430.51562 275.20062 431.09375Q275.73187 431.67188 275.73187 432.78125Q275.73187 433.875 275.185 434.46875Q274.65375 435.04688 273.8725 435.04688Q273.09125 435.04688 272.57562 434.46875Q272.06 433.89062 272.06 432.71875ZM273.88812 431.23438Q273.4975 431.23438 273.23187 431.57812Q272.98187 431.92188 272.98187 432.82812Q272.98187 433.65625 273.23187 434.0Q273.4975 434.32812 273.88812 434.32812Q274.29437 434.32812 274.54437 433.98438Q274.81 433.64062 274.81 432.75Q274.81 431.90625 274.54437 431.57812Q274.27875 431.23438 273.88812 431.23438ZM273.88812 439.5625L278.59125 430.51562L279.45062 430.51562L274.76312 439.5625L273.88812 439.5625ZM277.60687 437.23438Q277.60687 436.3125 278.06 435.67188Q278.52875 435.03125 279.41937 435.03125Q280.23187 435.03125 280.76312 435.60938Q281.29437 436.17188 281.29437 437.29688Q281.29437 438.39062 280.7475 438.98438Q280.21625 439.5625 279.41937 439.5625Q278.65375 439.5625 278.1225 438.98438Q277.60687 438.40625 277.60687 437.23438ZM279.45062 435.75Q279.04437 435.75 278.77875 436.09375Q278.52875 436.4375 278.52875 437.34375Q278.52875 438.15625 278.79437 438.5Q279.06 438.84375 279.45062 438.84375Q279.84125 438.84375 280.10687 438.5Q280.3725 438.15625 280.3725 437.25Q280.3725 436.42188 280.10687 436.09375Q279.84125 435.75 279.45062 435.75Z" fill-rule="nonzero"/><path fill="#666666" d="M352.80405 431.78125L352.80405 430.76562L358.36655 430.76562L358.36655 431.59375Q357.55405 432.46875 356.74155 433.92188Q355.94467 435.35938 355.50717 436.89062Q355.17905 437.96875 355.10092 439.25L354.00717 439.25Q354.0228 438.23438 354.3978 436.79688Q354.78842 435.35938 355.49155 434.03125Q356.2103 432.70312 357.0228 431.78125L352.80405 431.78125ZM359.74155 437.0L360.85092 436.90625Q360.97592 437.71875 361.41342 438.125Q361.86655 438.53125 362.50717 438.53125Q363.25717 438.53125 363.78842 437.95312Q364.31967 437.375 364.31967 436.4375Q364.31967 435.53125 363.80405 435.01562Q363.30405 434.48438 362.47592 434.48438Q361.97592 434.48438 361.55405 434.71875Q361.1478 434.95312 360.91342 435.3125L359.92905 435.1875L360.75717 430.78125L365.03842 430.78125L365.03842 431.78125L361.60092 431.78125L361.1478 434.09375Q361.91342 433.54688 362.75717 433.54688Q363.88217 433.54688 364.6478 434.32812Q365.42905 435.10938 365.42905 436.34375Q365.42905 437.5 364.75717 438.35938Q363.92905 439.39062 362.50717 439.39062Q361.3353 439.39062 360.5853 438.73438Q359.85092 438.07812 359.74155 437.0ZM366.94467 432.71875Q366.94467 431.79688 367.3978 431.15625Q367.86655 430.51562 368.74155 430.51562Q369.55405 430.51562 370.0853 431.09375Q370.61655 431.67188 370.61655 432.78125Q370.61655 433.875 370.06967 434.46875Q369.53842 435.04688 368.75717 435.04688Q367.97592 435.04688 367.4603 434.46875Q366.94467 433.89062 366.94467 432.71875ZM368.7728 431.23438Q368.38217 431.23438 368.11655 431.57812Q367.86655 431.92188 367.86655 432.82812Q367.86655 433.65625 368.11655 434.0Q368.38217 434.32812 368.7728 434.32812Q369.17905 434.32812 369.42905 433.98438Q369.69467 433.64062 369.69467 432.75Q369.69467 431.90625 369.42905 431.57812Q369.16342 431.23438 368.7728 431.23438ZM368.7728 439.5625L373.47592 430.51562L374.3353 430.51562L369.6478 439.5625L368.7728 439.5625ZM372.49155 437.23438Q372.49155 436.3125 372.94467 435.67188Q373.41342 435.03125 374.30405 435.03125Q375.11655 435.03125 375.6478 435.60938Q376.17905 436.17188 376.17905 437.29688Q376.17905 438.39062 375.63217 438.98438Q375.10092 439.5625 374.30405 439.5625Q373.53842 439.5625 373.00717 438.98438Q372.49155 438.40625 372.49155 437.23438ZM374.3353 435.75Q373.92905 435.75 373.66342 436.09375Q373.41342 436.4375 373.41342 437.34375Q373.41342 438.15625 373.67905 438.5Q373.94467 438.84375 374.3353 438.84375Q374.72592 438.84375 374.99155 438.5Q375.25717 438.15625 375.25717 437.25Q375.25717 436.42188 374.99155 436.09375Q374.72592 435.75 374.3353 435.75Z" fill-rule="nonzero"/><path fill="#666666" d="M448.09494 439.25L447.04807 439.25L447.04807 432.53125Q446.65744 432.89062 446.03244 433.26562Q445.42307 433.625 444.9387 433.79688L444.9387 432.78125Q445.8137 432.35938 446.46994 431.78125Q447.1418 431.1875 447.42307 430.625L448.09494 430.625L448.09494 439.25ZM451.1262 435.01562Q451.1262 433.48438 451.4387 432.5625Q451.7512 431.625 452.36057 431.125Q452.98557 430.625 453.92307 430.625Q454.61057 430.625 455.1262 430.90625Q455.65744 431.1875 456.0012 431.71875Q456.34494 432.23438 456.53244 432.98438Q456.71994 433.73438 456.71994 435.01562Q456.71994 436.53125 456.40744 437.45312Q456.11057 438.375 455.48557 438.89062Q454.8762 439.39062 453.92307 439.39062Q452.6887 439.39062 451.96994 438.5Q451.1262 437.4375 451.1262 435.01562ZM452.2043 435.01562Q452.2043 437.125 452.7043 437.82812Q453.2043 438.53125 453.92307 438.53125Q454.65744 438.53125 455.1418 437.82812Q455.6418 437.125 455.6418 435.01562Q455.6418 432.89062 455.1418 432.20312Q454.65744 431.5 453.90744 431.5Q453.1887 431.5 452.7512 432.10938Q452.2043 432.89062 452.2043 435.01562ZM458.1262 435.01562Q458.1262 433.48438 458.4387 432.5625Q458.7512 431.625 459.36057 431.125Q459.98557 430.625 460.92307 430.625Q461.61057 430.625 462.1262 430.90625Q462.65744 431.1875 463.0012 431.71875Q463.34494 432.23438 463.53244 432.98438Q463.71994 433.73438 463.71994 435.01562Q463.71994 436.53125 463.40744 437.45312Q463.11057 438.375 462.48557 438.89062Q461.8762 439.39062 460.92307 439.39062Q459.6887 439.39062 458.96994 438.5Q458.1262 437.4375 458.1262 435.01562ZM459.2043 435.01562Q459.2043 437.125 459.7043 437.82812Q460.2043 438.53125 460.92307 438.53125Q461.65744 438.53125 462.1418 437.82812Q462.6418 437.125 462.6418 435.01562Q462.6418 432.89062 462.1418 432.20312Q461.65744 431.5 460.90744 431.5Q460.1887 431.5 459.7512 432.10938Q459.2043 432.89062 459.2043 435.01562ZM465.3293 432.71875Q465.3293 431.79688 465.78244 431.15625Q466.2512 430.51562 467.1262 430.51562Q467.9387 430.51562 468.46994 431.09375Q469.0012 431.67188 469.0012 432.78125Q469.0012 433.875 468.4543 434.46875Q467.92307 435.04688 467.1418 435.04688Q466.36057 435.04688 465.84494 434.46875Q465.3293 433.89062 465.3293 432.71875ZM467.15744 431.23438Q466.7668 431.23438 466.5012 431.57812Q466.2512 431.92188 466.2512 432.82812Q466.2512 433.65625 466.5012 434.0Q466.7668 434.32812 467.15744 434.32812Q467.5637 434.32812 467.8137 433.98438Q468.0793 433.64062 468.0793 432.75Q468.0793 431.90625 467.8137 431.57812Q467.54807 431.23438 467.15744 431.23438ZM467.15744 439.5625L471.86057 430.51562L472.71994 430.51562L468.03244 439.5625L467.15744 439.5625ZM470.8762 437.23438Q470.8762 436.3125 471.3293 435.67188Q471.79807 435.03125 472.6887 435.03125Q473.5012 435.03125 474.03244 435.60938Q474.5637 436.17188 474.5637 437.29688Q474.5637 438.39062 474.0168 438.98438Q473.48557 439.5625 472.6887 439.5625Q471.92307 439.5625 471.3918 438.98438Q470.8762 438.40625 470.8762 437.23438ZM472.71994 435.75Q472.3137 435.75 472.04807 436.09375Q471.79807 436.4375 471.79807 437.34375Q471.79807 438.15625 472.0637 438.5Q472.3293 438.84375 472.71994 438.84375Q473.11057 438.84375 473.3762 438.5Q473.6418 438.15625 473.6418 437.25Q473.6418 436.42188 473.3762 436.09375Q473.11057 435.75 472.71994 435.75Z" fill-rule="nonzero"/><path fill="#666666" d="M22.232473 37.75L22.232473 27.734375L23.544973 27.734375L23.544973 37.75L22.232473 37.75ZM25.841848 37.75L25.841848 30.484375L26.951223 30.484375L26.951223 31.515625Q27.279348 30.96875 27.841848 30.65625Q28.419973 30.328125 29.138723 30.328125Q29.951223 30.328125 30.466848 30.671875Q30.982473 31.0 31.201223 31.59375Q32.0606 30.328125 33.4356 30.328125Q34.513725 30.328125 35.09185 30.921875Q35.6856 31.515625 35.6856 32.765625L35.6856 37.75L34.451225 37.75L34.451225 33.171875Q34.451225 32.4375 34.326225 32.109375Q34.21685 31.78125 33.90435 31.59375Q33.59185 31.390625 33.169975 31.390625Q32.40435 31.390625 31.888723 31.90625Q31.388723 32.40625 31.388723 33.53125L31.388723 37.75L30.154348 37.75L30.154348 33.03125Q30.154348 32.21875 29.857473 31.8125Q29.560598 31.390625 28.873098 31.390625Q28.357473 31.390625 27.904348 31.671875Q27.466848 31.9375 27.263723 32.46875Q27.076223 32.984375 27.076223 33.984375L27.076223 37.75L25.841848 37.75ZM37.84185 40.53125L37.84185 30.484375L38.96685 30.484375L38.96685 31.4375Q39.357475 30.875 39.857475 30.609375Q40.357475 30.328125 41.076225 30.328125Q41.9981 30.328125 42.701225 30.8125Q43.419975 31.28125 43.77935 32.15625Q44.138725 33.03125 44.138725 34.0625Q44.138725 35.171875 43.732475 36.078125Q43.34185 36.96875 42.576225 37.453125Q41.826225 37.921875 40.982475 37.921875Q40.3731 37.921875 39.8731 37.65625Q39.388725 37.390625 39.076225 37.0L39.076225 40.53125L37.84185 40.53125ZM38.951225 34.15625Q38.951225 35.5625 39.513725 36.234375Q40.09185 36.90625 40.90435 36.90625Q41.71685 36.90625 42.294975 36.21875Q42.888725 35.515625 42.888725 34.0625Q42.888725 32.671875 42.3106 31.984375Q41.7481 31.296875 40.951225 31.296875Q40.169975 31.296875 39.5606 32.03125Q38.951225 32.765625 38.951225 34.15625ZM45.388725 34.125Q45.388725 32.109375 46.513725 31.125Q47.4356 30.328125 48.794975 30.328125Q50.27935 30.328125 51.232475 31.3125Q52.1856 32.28125 52.1856 34.015625Q52.1856 35.421875 51.763725 36.234375Q51.34185 37.03125 50.52935 37.484375Q49.732475 37.921875 48.794975 37.921875Q47.263725 37.921875 46.326225 36.9375Q45.388725 35.953125 45.388725 34.125ZM46.65435 34.125Q46.65435 35.515625 47.263725 36.21875Q47.8731 36.90625 48.794975 36.90625Q49.701225 36.90625 50.3106 36.203125Q50.919975 35.5 50.919975 34.078125Q50.919975 32.734375 50.3106 32.046875Q49.701225 31.34375 48.794975 31.34375Q47.8731 31.34375 47.263725 32.03125Q46.65435 32.71875 46.65435 34.125ZM53.826225 37.75L53.826225 30.484375L54.9356 30.484375L54.9356 31.59375Q55.357475 30.8125 55.71685 30.578125Q56.076225 30.328125 56.513725 30.328125Q57.138725 30.328125 57.77935 30.71875L57.357475 31.859375Q56.90435 31.59375 56.451225 31.59375Q56.044975 31.59375 55.71685 31.84375Q55.40435 32.078125 55.263725 32.515625Q55.0606 33.171875 55.0606 33.953125L55.0606 37.75L53.826225 37.75ZM61.52935 36.65625L61.701225 37.734375Q61.1856 37.84375 60.77935 37.84375Q60.107475 37.84375 59.732475 37.640625Q59.3731 37.421875 59.21685 37.078125Q59.076225 36.734375 59.076225 35.625L59.076225 31.453125L58.169975 31.453125L58.169975 30.484375L59.076225 30.484375L59.076225 28.6875L60.294975 27.953125L60.294975 30.484375L61.52935 30.484375L61.52935 31.453125L60.294975 31.453125L60.294975 35.6875Q60.294975 36.21875 60.357475 36.375Q60.419975 36.515625 60.5606 36.609375Q60.71685 36.703125 60.982475 36.703125Q61.201225 36.703125 61.52935 36.65625ZM67.576225 36.859375Q66.90435 37.4375 66.263725 37.6875Q65.638725 37.921875 64.90435 37.921875Q63.71685 37.921875 63.0606 37.34375Q62.419975 36.75 62.419975 35.828125Q62.419975 35.296875 62.65435 34.859375Q62.90435 34.421875 63.294975 34.15625Q63.701225 33.890625 64.1856 33.75Q64.544975 33.65625 65.27935 33.5625Q66.77935 33.390625 67.482475 33.140625Q67.482475 32.890625 67.482475 32.828125Q67.482475 32.0625 67.138725 31.765625Q66.669975 31.34375 65.732475 31.34375Q64.8731 31.34375 64.451225 31.65625Q64.044975 31.953125 63.84185 32.71875L62.638725 32.5625Q62.794975 31.78125 63.169975 31.3125Q63.5606 30.84375 64.263725 30.59375Q64.982475 30.328125 65.919975 30.328125Q66.84185 30.328125 67.419975 30.546875Q67.9981 30.765625 68.263725 31.09375Q68.544975 31.421875 68.65435 31.9375Q68.71685 32.25 68.71685 33.0625L68.71685 34.703125Q68.71685 36.421875 68.794975 36.875Q68.8731 37.328125 69.107475 37.75L67.826225 37.75Q67.638725 37.359375 67.576225 36.859375ZM67.482475 34.109375Q66.8106 34.375 65.46685 34.578125Q64.71685 34.6875 64.388725 34.828125Q64.076225 34.953125 63.90435 35.21875Q63.732475 35.484375 63.732475 35.796875Q63.732475 36.296875 64.107475 36.625Q64.482475 36.953125 65.201225 36.953125Q65.919975 36.953125 66.46685 36.640625Q67.013725 36.328125 67.27935 35.78125Q67.482475 35.375 67.482475 34.5625L67.482475 34.109375ZM70.84185 37.75L70.84185 30.484375L71.951225 30.484375L71.951225 31.515625Q72.7481 30.328125 74.263725 30.328125Q74.919975 30.328125 75.46685 30.5625Q76.013725 30.796875 76.27935 31.1875Q76.5606 31.5625 76.669975 32.09375Q76.7481 32.4375 76.7481 33.28125L76.7481 37.75L75.513725 37.75L75.513725 33.328125Q75.513725 32.578125 75.3731 32.21875Q75.232475 31.84375 74.857475 31.625Q74.4981 31.390625 73.9981 31.390625Q73.21685 31.390625 72.638725 31.890625Q72.076225 32.390625 72.076225 33.78125L72.076225 37.75L70.84185 37.75ZM83.576225 35.09375L84.794975 35.25Q84.59185 36.5 83.763725 37.21875Q82.951225 37.921875 81.763725 37.921875Q80.27935 37.921875 79.3731 36.953125Q78.46685 35.96875 78.46685 34.140625Q78.46685 32.96875 78.857475 32.09375Q79.2481 31.203125 80.044975 30.765625Q80.84185 30.328125 81.77935 30.328125Q82.951225 30.328125 83.701225 30.921875Q84.46685 31.515625 84.669975 32.625L83.482475 32.8125Q83.3106 32.078125 82.8731 31.71875Q82.4356 31.34375 81.826225 31.34375Q80.888725 31.34375 80.3106 32.015625Q79.732475 32.671875 79.732475 34.109375Q79.732475 35.578125 80.294975 36.25Q80.857475 36.90625 81.7481 36.90625Q82.482475 36.90625 82.96685 36.46875Q83.451225 36.015625 83.576225 35.09375ZM90.8106 35.40625L92.09185 35.5625Q91.77935 36.6875 90.96685 37.3125Q90.15435 37.921875 88.888725 37.921875Q87.294975 37.921875 86.357475 36.9375Q85.4356 35.953125 85.4356 34.1875Q85.4356 32.34375 86.3731 31.34375Q87.326225 30.328125 88.826225 30.328125Q90.27935 30.328125 91.201225 31.328125Q92.1231 32.3125 92.1231 34.109375Q92.1231 34.21875 92.1231 34.4375L86.701225 34.4375Q86.77935 35.625 87.3731 36.265625Q87.982475 36.90625 88.90435 36.90625Q89.576225 36.90625 90.044975 36.546875Q90.52935 36.1875 90.8106 35.40625ZM86.77935 33.421875L90.826225 33.421875Q90.7481 32.5 90.357475 32.046875Q89.77935 31.34375 88.84185 31.34375Q87.982475 31.34375 87.40435 31.90625Q86.84185 32.46875 86.77935 33.421875ZM99.857475 37.75L97.09185 30.484375L98.40435 30.484375L99.951225 34.84375Q100.201225 35.546875 100.419975 36.296875Q100.59185 35.71875 100.8731 34.921875L102.4981 30.484375L103.763725 30.484375L101.013725 37.75L99.857475 37.75ZM104.357475 35.578125L105.5606 35.390625Q105.669975 36.125 106.138725 36.515625Q106.607475 36.90625 107.451225 36.90625Q108.294975 36.90625 108.701225 36.5625Q109.1231 36.21875 109.1231 35.75Q109.1231 35.328125 108.7481 35.09375Q108.4981 34.921875 107.4981 34.671875Q106.138725 34.328125 105.607475 34.078125Q105.09185 33.828125 104.826225 33.390625Q104.5606 32.953125 104.5606 32.421875Q104.5606 31.9375 104.77935 31.53125Q104.9981 31.109375 105.388725 30.828125Q105.669975 30.625 106.15435 30.484375Q106.65435 30.328125 107.232475 30.328125Q108.076225 30.328125 108.71685 30.578125Q109.3731 30.8125 109.6856 31.234375Q109.9981 31.65625 110.107475 32.359375L108.90435 32.53125Q108.826225 31.96875 108.419975 31.65625Q108.02935 31.34375 107.3106 31.34375Q106.46685 31.34375 106.107475 31.625Q105.7481 31.890625 105.7481 32.28125Q105.7481 32.515625 105.888725 32.703125Q106.044975 32.90625 106.3731 33.03125Q106.544975 33.09375 107.451225 33.34375Q108.763725 33.703125 109.27935 33.921875Q109.794975 34.140625 110.076225 34.5625Q110.3731 34.984375 110.3731 35.609375Q110.3731 36.234375 110.013725 36.78125Q109.669975 37.3125 108.982475 37.625Q108.3106 37.921875 107.451225 37.921875Q106.044975 37.921875 105.294975 37.328125Q104.5606 36.734375 104.357475 35.578125ZM112.1856 37.75L112.1856 36.34375L113.59185 36.34375L113.59185 37.75L112.1856 37.75ZM119.357475 35.578125L120.5606 35.390625Q120.669975 36.125 121.138725 36.515625Q121.607475 36.90625 122.451225 36.90625Q123.294975 36.90625 123.701225 36.5625Q124.1231 36.21875 124.1231 35.75Q124.1231 35.328125 123.7481 35.09375Q123.4981 34.921875 122.4981 34.671875Q121.138725 34.328125 120.607475 34.078125Q120.09185 33.828125 119.826225 33.390625Q119.5606 32.953125 119.5606 32.421875Q119.5606 31.9375 119.77935 31.53125Q119.9981 31.109375 120.388725 30.828125Q120.669975 30.625 121.15435 30.484375Q121.65435 30.328125 122.232475 30.328125Q123.076225 30.328125 123.71685 30.578125Q124.3731 30.8125 124.6856 31.234375Q124.9981 31.65625 125.107475 32.359375L123.90435 32.53125Q123.826225 31.96875 123.419975 31.65625Q123.02935 31.34375 122.3106 31.34375Q121.46685 31.34375 121.107475 31.625Q120.7481 31.890625 120.7481 32.28125Q120.7481 32.515625 120.888725 32.703125Q121.044975 32.90625 121.3731 33.03125Q121.544975 33.09375 122.451225 33.34375Q123.763725 33.703125 124.27935 33.921875Q124.794975 34.140625 125.076225 34.5625Q125.3731 34.984375 125.3731 35.609375Q125.3731 36.234375 125.013725 36.78125Q124.669975 37.3125 123.982475 37.625Q123.3106 37.921875 122.451225 37.921875Q121.044975 37.921875 120.294975 37.328125Q119.5606 36.734375 119.357475 35.578125ZM131.57623 36.859375Q130.90436 37.4375 130.26373 37.6875Q129.63873 37.921875 128.90436 37.921875Q127.71685 37.921875 127.0606 37.34375Q126.419975 36.75 126.419975 35.828125Q126.419975 35.296875 126.65435 34.859375Q126.90435 34.421875 127.294975 34.15625Q127.701225 33.890625 128.18561 33.75Q128.54498 33.65625 129.27936 33.5625Q130.77936 33.390625 131.48248 33.140625Q131.48248 32.890625 131.48248 32.828125Q131.48248 32.0625 131.13873 31.765625Q130.66998 31.34375 129.73248 31.34375Q128.87311 31.34375 128.45123 31.65625Q128.04498 31.953125 127.84185 32.71875L126.638725 32.5625Q126.794975 31.78125 127.169975 31.3125Q127.5606 30.84375 128.26373 30.59375Q128.98248 30.328125 129.91998 30.328125Q130.84186 30.328125 131.41998 30.546875Q131.99811 30.765625 132.26373 31.09375Q132.54498 31.421875 132.65436 31.9375Q132.71686 32.25 132.71686 33.0625L132.71686 34.703125Q132.71686 36.421875 132.79498 36.875Q132.87311 37.328125 133.10748 37.75L131.82623 37.75Q131.63873 37.359375 131.57623 36.859375ZM131.48248 34.109375Q130.81061 34.375 129.46686 34.578125Q128.71686 34.6875 128.38873 34.828125Q128.07623 34.953125 127.90435 35.21875Q127.732475 35.484375 127.732475 35.796875Q127.732475 36.296875 128.10748 36.625Q128.48248 36.953125 129.20123 36.953125Q129.91998 36.953125 130.46686 36.640625Q131.01373 36.328125 131.27936 35.78125Q131.48248 35.375 131.48248 34.5625L131.48248 34.109375ZM137.52934 36.65625L137.70122 37.734375Q137.1856 37.84375 136.77934 37.84375Q136.10747 37.84375 135.73247 37.640625Q135.3731 37.421875 135.21684 37.078125Q135.07622 36.734375 135.07622 35.625L135.07622 31.453125L134.16997 31.453125L134.16997 30.484375L135.07622 30.484375L135.07622 28.6875L136.29497 27.953125L136.29497 30.484375L137.52934 30.484375L137.52934 31.453125L136.29497 31.453125L136.29497 35.6875Q136.29497 36.21875 136.35747 36.375Q136.41997 36.515625 136.5606 36.609375Q136.71684 36.703125 136.98247 36.703125Q137.20122 36.703125 137.52934 36.65625ZM138.85747 29.140625L138.85747 27.734375L140.07622 27.734375L140.07622 29.140625L138.85747 29.140625ZM138.85747 37.75L138.85747 30.484375L140.07622 30.484375L140.07622 37.75L138.85747 37.75ZM141.35747 35.578125L142.5606 35.390625Q142.66997 36.125 143.13872 36.515625Q143.60747 36.90625 144.45122 36.90625Q145.29497 36.90625 145.70122 36.5625Q146.1231 36.21875 146.1231 35.75Q146.1231 35.328125 145.7481 35.09375Q145.4981 34.921875 144.4981 34.671875Q143.13872 34.328125 142.60747 34.078125Q142.09184 33.828125 141.82622 33.390625Q141.5606 32.953125 141.5606 32.421875Q141.5606 31.9375 141.77934 31.53125Q141.9981 31.109375 142.38872 30.828125Q142.66997 30.625 143.15434 30.484375Q143.65434 30.328125 144.23247 30.328125Q145.07622 30.328125 145.71684 30.578125Q146.3731 30.8125 146.6856 31.234375Q146.9981 31.65625 147.10747 32.359375L145.90434 32.53125Q145.82622 31.96875 145.41997 31.65625Q145.02934 31.34375 144.3106 31.34375Q143.46684 31.34375 143.10747 31.625Q142.7481 31.890625 142.7481 32.28125Q142.7481 32.515625 142.88872 32.703125Q143.04497 32.90625 143.3731 33.03125Q143.54497 33.09375 144.45122 33.34375Q145.76372 33.703125 146.27934 33.921875Q146.79497 34.140625 147.07622 34.5625Q147.3731 34.984375 147.3731 35.609375Q147.3731 36.234375 147.01372 36.78125Q146.66997 37.3125 145.98247 37.625Q145.3106 37.921875 144.45122 37.921875Q143.04497 37.921875 142.29497 37.328125Q141.5606 36.734375 141.35747 35.578125ZM149.13872 37.75L149.13872 31.453125L148.04497 31.453125L148.04497 30.484375L149.13872 30.484375L149.13872 29.71875Q149.13872 28.984375 149.26372 28.625Q149.45122 28.15625 149.88872 27.859375Q150.34184 27.5625 151.15434 27.5625Q151.66997 27.5625 152.29497 27.6875L152.10747 28.75Q151.73247 28.6875 151.38872 28.6875Q150.82622 28.6875 150.59184 28.921875Q150.35747 29.15625 150.35747 29.8125L150.35747 30.484375L151.77934 30.484375L151.77934 31.453125L150.35747 31.453125L150.35747 37.75L149.13872 37.75ZM157.57622 36.859375Q156.90434 37.4375 156.26372 37.6875Q155.63872 37.921875 154.90434 37.921875Q153.71684 37.921875 153.0606 37.34375Q152.41997 36.75 152.41997 35.828125Q152.41997 35.296875 152.65434 34.859375Q152.90434 34.421875 153.29497 34.15625Q153.70122 33.890625 154.1856 33.75Q154.54497 33.65625 155.27934 33.5625Q156.77934 33.390625 157.48247 33.140625Q157.48247 32.890625 157.48247 32.828125Q157.48247 32.0625 157.13872 31.765625Q156.66997 31.34375 155.73247 31.34375Q154.8731 31.34375 154.45122 31.65625Q154.04497 31.953125 153.84184 32.71875L152.63872 32.5625Q152.79497 31.78125 153.16997 31.3125Q153.5606 30.84375 154.26372 30.59375Q154.98247 30.328125 155.91997 30.328125Q156.84184 30.328125 157.41997 30.546875Q157.9981 30.765625 158.26372 31.09375Q158.54497 31.421875 158.65434 31.9375Q158.71684 32.25 158.71684 33.0625L158.71684 34.703125Q158.71684 36.421875 158.79497 36.875Q158.8731 37.328125 159.10747 37.75L157.82622 37.75Q157.63872 37.359375 157.57622 36.859375ZM157.48247 34.109375Q156.8106 34.375 155.46684 34.578125Q154.71684 34.6875 154.38872 34.828125Q154.07622 34.953125 153.90434 35.21875Q153.73247 35.484375 153.73247 35.796875Q153.73247 36.296875 154.10747 36.625Q154.48247 36.953125 155.20122 36.953125Q155.91997 36.953125 156.46684 36.640625Q157.01372 36.328125 157.27934 35.78125Q157.48247 35.375 157.48247 34.5625L157.48247 34.109375ZM165.57622 35.09375L166.79497 35.25Q166.59184 36.5 165.76372 37.21875Q164.95122 37.921875 163.76372 37.921875Q162.27934 37.921875 161.3731 36.953125Q160.46684 35.96875 160.46684 34.140625Q160.46684 32.96875 160.85747 32.09375Q161.2481 31.203125 162.04497 30.765625Q162.84184 30.328125 163.77934 30.328125Q164.95122 30.328125 165.70122 30.921875Q166.46684 31.515625 166.66997 32.625L165.48247 32.8125Q165.3106 32.078125 164.8731 31.71875Q164.4356 31.34375 163.82622 31.34375Q162.88872 31.34375 162.3106 32.015625Q161.73247 32.671875 161.73247 34.109375Q161.73247 35.578125 162.29497 36.25Q162.85747 36.90625 163.7481 36.90625Q164.48247 36.90625 164.96684 36.46875Q165.45122 36.015625 165.57622 35.09375ZM170.52934 36.65625L170.70122 37.734375Q170.1856 37.84375 169.77934 37.84375Q169.10747 37.84375 168.73247 37.640625Q168.3731 37.421875 168.21684 37.078125Q168.07622 36.734375 168.07622 35.625L168.07622 31.453125L167.16997 31.453125L167.16997 30.484375L168.07622 30.484375L168.07622 28.6875L169.29497 27.953125L169.29497 30.484375L170.52934 30.484375L170.52934 31.453125L169.29497 31.453125L169.29497 35.6875Q169.29497 36.21875 169.35747 36.375Q169.41997 36.515625 169.5606 36.609375Q169.71684 36.703125 169.98247 36.703125Q170.20122 36.703125 170.52934 36.65625ZM171.85747 29.140625L171.85747 27.734375L173.07622 27.734375L173.07622 29.140625L171.85747 29.140625ZM171.85747 37.75L171.85747 30.484375L173.07622 30.484375L173.07622 37.75L171.85747 37.75ZM174.38872 34.125Q174.38872 32.109375 175.51372 31.125Q176.4356 30.328125 177.79497 30.328125Q179.27934 30.328125 180.23247 31.3125Q181.1856 32.28125 181.1856 34.015625Q181.1856 35.421875 180.76372 36.234375Q180.34184 37.03125 179.52934 37.484375Q178.73247 37.921875 177.79497 37.921875Q176.26372 37.921875 175.32622 36.9375Q174.38872 35.953125 174.38872 34.125ZM175.65434 34.125Q175.65434 35.515625 176.26372 36.21875Q176.8731 36.90625 177.79497 36.90625Q178.70122 36.90625 179.3106 36.203125Q179.91997 35.5 179.91997 34.078125Q179.91997 32.734375 179.3106 32.046875Q178.70122 31.34375 177.79497 31.34375Q176.8731 31.34375 176.26372 32.03125Q175.65434 32.71875 175.65434 34.125ZM182.84184 37.75L182.84184 30.484375L183.95122 30.484375L183.95122 31.515625Q184.7481 30.328125 186.26372 30.328125Q186.91997 30.328125 187.46684 30.5625Q188.01372 30.796875 188.27934 31.1875Q188.5606 31.5625 188.66997 32.09375Q188.7481 32.4375 188.7481 33.28125L188.7481 37.75L187.51372 37.75L187.51372 33.328125Q187.51372 32.578125 187.3731 32.21875Q187.23247 31.84375 186.85747 31.625Q186.4981 31.390625 185.9981 31.390625Q185.21684 31.390625 184.63872 31.890625Q184.07622 32.390625 184.07622 33.78125L184.07622 37.75L182.84184 37.75ZM194.38872 34.125Q194.38872 32.109375 195.51372 31.125Q196.4356 30.328125 197.79497 30.328125Q199.27934 30.328125 200.23247 31.3125Q201.1856 32.28125 201.1856 34.015625Q201.1856 35.421875 200.76372 36.234375Q200.34184 37.03125 199.52934 37.484375Q198.73247 37.921875 197.79497 37.921875Q196.26372 37.921875 195.32622 36.9375Q194.38872 35.953125 194.38872 34.125ZM195.65434 34.125Q195.65434 35.515625 196.26372 36.21875Q196.8731 36.90625 197.79497 36.90625Q198.70122 36.90625 199.3106 36.203125Q199.91997 35.5 199.91997 34.078125Q199.91997 32.734375 199.3106 32.046875Q198.70122 31.34375 197.79497 31.34375Q196.8731 31.34375 196.26372 32.03125Q195.65434 32.71875 195.65434 34.125ZM203.13872 37.75L203.13872 31.453125L202.04497 31.453125L202.04497 30.484375L203.13872 30.484375L203.13872 29.71875Q203.13872 28.984375 203.26372 28.625Q203.45122 28.15625 203.88872 27.859375Q204.34184 27.5625 205.15434 27.5625Q205.66997 27.5625 206.29497 27.6875L206.10747 28.75Q205.73247 28.6875 205.38872 28.6875Q204.82622 28.6875 204.59184 28.921875Q204.35747 29.15625 204.35747 29.8125L204.35747 30.484375L205.77934 30.484375L205.77934 31.453125L204.35747 31.453125L204.35747 37.75L203.13872 37.75ZM212.85747 37.75L210.09184 30.484375L211.40434 30.484375L212.95122 34.84375Q213.20122 35.546875 213.41997 36.296875Q213.59184 35.71875 213.8731 34.921875L215.4981 30.484375L216.76372 30.484375L214.01372 37.75L212.85747 37.75ZM222.57622 36.859375Q221.90434 37.4375 221.26372 37.6875Q220.63872 37.921875 219.90434 37.921875Q218.71684 37.921875 218.0606 37.34375Q217.41997 36.75 217.41997 35.828125Q217.41997 35.296875 217.65434 34.859375Q217.90434 34.421875 218.29497 34.15625Q218.70122 33.890625 219.1856 33.75Q219.54497 33.65625 220.27934 33.5625Q221.77934 33.390625 222.48247 33.140625Q222.48247 32.890625 222.48247 32.828125Q222.48247 32.0625 222.13872 31.765625Q221.66997 31.34375 220.73247 31.34375Q219.8731 31.34375 219.45122 31.65625Q219.04497 31.953125 218.84184 32.71875L217.63872 32.5625Q217.79497 31.78125 218.16997 31.3125Q218.5606 30.84375 219.26372 30.59375Q219.98247 30.328125 220.91997 30.328125Q221.84184 30.328125 222.41997 30.546875Q222.9981 30.765625 223.26372 31.09375Q223.54497 31.421875 223.65434 31.9375Q223.71684 32.25 223.71684 33.0625L223.71684 34.703125Q223.71684 36.421875 223.79497 36.875Q223.8731 37.328125 224.10747 37.75L222.82622 37.75Q222.63872 37.359375 222.57622 36.859375ZM222.48247 34.109375Q221.8106 34.375 220.46684 34.578125Q219.71684 34.6875 219.38872 34.828125Q219.07622 34.953125 218.90434 35.21875Q218.73247 35.484375 218.73247 35.796875Q218.73247 36.296875 219.10747 36.625Q219.48247 36.953125 220.20122 36.953125Q220.91997 36.953125 221.46684 36.640625Q222.01372 36.328125 222.27934 35.78125Q222.48247 35.375 222.48247 34.5625L222.48247 34.109375ZM225.82622 37.75L225.82622 30.484375L226.9356 30.484375L226.9356 31.59375Q227.35747 30.8125 227.71684 30.578125Q228.07622 30.328125 228.51372 30.328125Q229.13872 30.328125 229.77934 30.71875L229.35747 31.859375Q228.90434 31.59375 228.45122 31.59375Q228.04497 31.59375 227.71684 31.84375Q227.40434 32.078125 227.26372 32.515625Q227.0606 33.171875 227.0606 33.953125L227.0606 37.75L225.82622 37.75ZM230.85747 29.140625L230.85747 27.734375L232.07622 27.734375L232.07622 29.140625L230.85747 29.140625ZM230.85747 37.75L230.85747 30.484375L232.07622 30.484375L232.07622 37.75L230.85747 37.75ZM233.38872 34.125Q233.38872 32.109375 234.51372 31.125Q235.4356 30.328125 236.79497 30.328125Q238.27934 30.328125 239.23247 31.3125Q240.1856 32.28125 240.1856 34.015625Q240.1856 35.421875 239.76372 36.234375Q239.34184 37.03125 238.52934 37.484375Q237.73247 37.921875 236.79497 37.921875Q235.26372 37.921875 234.32622 36.9375Q233.38872 35.953125 233.38872 34.125ZM234.65434 34.125Q234.65434 35.515625 235.26372 36.21875Q235.8731 36.90625 236.79497 36.90625Q237.70122 36.90625 238.3106 36.203125Q238.91997 35.5 238.91997 34.078125Q238.91997 32.734375 238.3106 32.046875Q237.70122 31.34375 236.79497 31.34375Q235.8731 31.34375 235.26372 32.03125Q234.65434 32.71875 234.65434 34.125ZM246.60747 37.75L246.60747 36.6875Q245.7481 37.921875 244.29497 37.921875Q243.65434 37.921875 243.09184 37.671875Q242.54497 37.421875 242.26372 37.046875Q241.9981 36.671875 241.88872 36.140625Q241.8106 35.78125 241.8106 34.984375L241.8106 30.484375L243.04497 30.484375L243.04497 34.515625Q243.04497 35.484375 243.1231 35.8125Q243.23247 36.296875 243.60747 36.578125Q243.98247 36.859375 244.54497 36.859375Q245.09184 36.859375 245.57622 36.578125Q246.0606 36.28125 246.26372 35.796875Q246.46684 35.3125 246.46684 34.375L246.46684 30.484375L247.70122 30.484375L247.70122 37.75L246.60747 37.75ZM249.35747 35.578125L250.5606 35.390625Q250.66997 36.125 251.13872 36.515625Q251.60747 36.90625 252.45122 36.90625Q253.29497 36.90625 253.70122 36.5625Q254.1231 36.21875 254.1231 35.75Q254.1231 35.328125 253.7481 35.09375Q253.4981 34.921875 252.4981 34.671875Q251.13872 34.328125 250.60747 34.078125Q250.09184 33.828125 249.82622 33.390625Q249.5606 32.953125 249.5606 32.421875Q249.5606 31.9375 249.77934 31.53125Q249.9981 31.109375 250.38872 30.828125Q250.66997 30.625 251.15434 30.484375Q251.65434 30.328125 252.23247 30.328125Q253.07622 30.328125 253.71684 30.578125Q254.3731 30.8125 254.6856 31.234375Q254.9981 31.65625 255.10747 32.359375L253.90434 32.53125Q253.82622 31.96875 253.41997 31.65625Q253.02934 31.34375 252.3106 31.34375Q251.46684 31.34375 251.10747 31.625Q250.7481 31.890625 250.7481 32.28125Q250.7481 32.515625 250.88872 32.703125Q251.04497 32.90625 251.3731 33.03125Q251.54497 33.09375 252.45122 33.34375Q253.76372 33.703125 254.27934 33.921875Q254.79497 34.140625 255.07622 34.5625Q255.3731 34.984375 255.3731 35.609375Q255.3731 36.234375 255.01372 36.78125Q254.66997 37.3125 253.98247 37.625Q253.3106 37.921875 252.45122 37.921875Q251.04497 37.921875 250.29497 37.328125Q249.5606 36.734375 249.35747 35.578125ZM261.13873 37.75L261.13873 31.453125L260.04498 31.453125L260.04498 30.484375L261.13873 30.484375L261.13873 29.71875Q261.13873 28.984375 261.26373 28.625Q261.45123 28.15625 261.88873 27.859375Q262.34186 27.5625 263.15436 27.5625Q263.66998 27.5625 264.29498 27.6875L264.10748 28.75Q263.73248 28.6875 263.38873 28.6875Q262.82623 28.6875 262.59186 28.921875Q262.35748 29.15625 262.35748 29.8125L262.35748 30.484375L263.77936 30.484375L263.77936 31.453125L262.35748 31.453125L262.35748 37.75L261.13873 37.75ZM269.57623 36.859375Q268.90436 37.4375 268.26373 37.6875Q267.63873 37.921875 266.90436 37.921875Q265.71686 37.921875 265.0606 37.34375Q264.41998 36.75 264.41998 35.828125Q264.41998 35.296875 264.65436 34.859375Q264.90436 34.421875 265.29498 34.15625Q265.70123 33.890625 266.1856 33.75Q266.54498 33.65625 267.27936 33.5625Q268.77936 33.390625 269.48248 33.140625Q269.48248 32.890625 269.48248 32.828125Q269.48248 32.0625 269.13873 31.765625Q268.66998 31.34375 267.73248 31.34375Q266.8731 31.34375 266.45123 31.65625Q266.04498 31.953125 265.84186 32.71875L264.63873 32.5625Q264.79498 31.78125 265.16998 31.3125Q265.5606 30.84375 266.26373 30.59375Q266.98248 30.328125 267.91998 30.328125Q268.84186 30.328125 269.41998 30.546875Q269.9981 30.765625 270.26373 31.09375Q270.54498 31.421875 270.65436 31.9375Q270.71686 32.25 270.71686 33.0625L270.71686 34.703125Q270.71686 36.421875 270.79498 36.875Q270.8731 37.328125 271.10748 37.75L269.82623 37.75Q269.63873 37.359375 269.57623 36.859375ZM269.48248 34.109375Q268.8106 34.375 267.46686 34.578125Q266.71686 34.6875 266.38873 34.828125Q266.07623 34.953125 265.90436 35.21875Q265.73248 35.484375 265.73248 35.796875Q265.73248 36.296875 266.10748 36.625Q266.48248 36.953125 267.20123 36.953125Q267.91998 36.953125 268.46686 36.640625Q269.01373 36.328125 269.27936 35.78125Q269.48248 35.375 269.48248 34.5625L269.48248 34.109375ZM277.57623 35.09375L278.79498 35.25Q278.59186 36.5 277.76373 37.21875Q276.95123 37.921875 275.76373 37.921875Q274.27936 37.921875 273.3731 36.953125Q272.46686 35.96875 272.46686 34.140625Q272.46686 32.96875 272.85748 32.09375Q273.2481 31.203125 274.04498 30.765625Q274.84186 30.328125 275.77936 30.328125Q276.95123 30.328125 277.70123 30.921875Q278.46686 31.515625 278.66998 32.625L277.48248 32.8125Q277.3106 32.078125 276.8731 31.71875Q276.4356 31.34375 275.82623 31.34375Q274.88873 31.34375 274.3106 32.015625Q273.73248 32.671875 273.73248 34.109375Q273.73248 35.578125 274.29498 36.25Q274.85748 36.90625 275.7481 36.90625Q276.48248 36.90625 276.96686 36.46875Q277.45123 36.015625 277.57623 35.09375ZM282.52936 36.65625L282.70123 37.734375Q282.1856 37.84375 281.77936 37.84375Q281.10748 37.84375 280.73248 37.640625Q280.3731 37.421875 280.21686 37.078125Q280.07623 36.734375 280.07623 35.625L280.07623 31.453125L279.16998 31.453125L279.16998 30.484375L280.07623 30.484375L280.07623 28.6875L281.29498 27.953125L281.29498 30.484375L282.52936 30.484375L282.52936 31.453125L281.29498 31.453125L281.29498 35.6875Q281.29498 36.21875 281.35748 36.375Q281.41998 36.515625 281.5606 36.609375Q281.71686 36.703125 281.98248 36.703125Q282.20123 36.703125 282.52936 36.65625ZM283.38873 34.125Q283.38873 32.109375 284.51373 31.125Q285.4356 30.328125 286.79498 30.328125Q288.27936 30.328125 289.23248 31.3125Q290.1856 32.28125 290.1856 34.015625Q290.1856 35.421875 289.76373 36.234375Q289.34186 37.03125 288.52936 37.484375Q287.73248 37.921875 286.79498 37.921875Q285.26373 37.921875 284.32623 36.9375Q283.38873 35.953125 283.38873 34.125ZM284.65436 34.125Q284.65436 35.515625 285.26373 36.21875Q285.8731 36.90625 286.79498 36.90625Q287.70123 36.90625 288.3106 36.203125Q288.91998 35.5 288.91998 34.078125Q288.91998 32.734375 288.3106 32.046875Q287.70123 31.34375 286.79498 31.34375Q285.8731 31.34375 285.26373 32.03125Q284.65436 32.71875 284.65436 34.125ZM291.82623 37.75L291.82623 30.484375L292.9356 30.484375L292.9356 31.59375Q293.35748 30.8125 293.71686 30.578125Q294.07623 30.328125 294.51373 30.328125Q295.13873 30.328125 295.77936 30.71875L295.35748 31.859375Q294.90436 31.59375 294.45123 31.59375Q294.04498 31.59375 293.71686 31.84375Q293.40436 32.078125 293.26373 32.515625Q293.0606 33.171875 293.0606 33.953125L293.0606 37.75L291.82623 37.75ZM296.35748 35.578125L297.5606 35.390625Q297.66998 36.125 298.13873 36.515625Q298.60748 36.90625 299.45123 36.90625Q300.29498 36.90625 300.70123 36.5625Q301.1231 36.21875 301.1231 35.75Q301.1231 35.328125 300.7481 35.09375Q300.4981 34.921875 299.4981 34.671875Q298.13873 34.328125 297.60748 34.078125Q297.09186 33.828125 296.82623 33.390625Q296.5606 32.953125 296.5606 32.421875Q296.5606 31.9375 296.77936 31.53125Q296.9981 31.109375 297.38873 30.828125Q297.66998 30.625 298.15436 30.484375Q298.65436 30.328125 299.23248 30.328125Q300.07623 30.328125 300.71686 30.578125Q301.3731 30.8125 301.6856 31.234375Q301.9981 31.65625 302.10748 32.359375L300.90436 32.53125Q300.82623 31.96875 300.41998 31.65625Q300.02936 31.34375 299.3106 31.34375Q298.46686 31.34375 298.10748 31.625Q297.7481 31.890625 297.7481 32.28125Q297.7481 32.515625 297.88873 32.703125Q298.04498 32.90625 298.3731 33.03125Q298.54498 33.09375 299.45123 33.34375Q300.76373 33.703125 301.27936 33.921875Q301.79498 34.140625 302.07623 34.5625Q302.3731 34.984375 302.3731 35.609375Q302.3731 36.234375 302.01373 36.78125Q301.66998 37.3125 300.98248 37.625Q300.3106 37.921875 299.45123 37.921875Q298.04498 37.921875 297.29498 37.328125Q296.5606 36.734375 296.35748 35.578125Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig16.svg b/_content/survey2018/fig16.svg
deleted file mode 100644
index d93bece..0000000
--- a/_content/survey2018/fig16.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 328.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="328" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 328.0L0 328.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 328.0L0 328.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M144.5 35.5L144.5 277.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M250.5 35.5L250.5 277.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M357.5 35.5L357.5 277.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M463.5 35.5L463.5 277.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 35.5L570.5 277.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M144.0 35.989178L570.0 35.989178L570.0 277.5L144.0 277.5L144.0 35.989178Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 69.0L144.0 48.0L311.0 48.0C312.10458 48.0 313.0 48.89543 313.0 50.0L313.0 67.0C313.0 68.10457 312.10458 69.0 311.0 69.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 69.0L144.0 48.0L311.0 48.0C312.10458 48.0 313.0 48.89543 313.0 50.0L313.0 67.0C313.0 68.10457 312.10458 69.0 311.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 102.0L144.0 81.0L284.0 81.0C285.10458 81.0 286.0 81.89543 286.0 83.0L286.0 100.0C286.0 101.10457 285.10458 102.0 284.0 102.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 102.0L144.0 81.0L284.0 81.0C285.10458 81.0 286.0 81.89543 286.0 83.0L286.0 100.0C286.0 101.10457 285.10458 102.0 284.0 102.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 135.0L144.0 114.0L261.0 114.0C262.10458 114.0 263.0 114.89543 263.0 116.0L263.0 133.0C263.0 134.10457 262.10458 135.0 261.0 135.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 135.0L144.0 114.0L261.0 114.0C262.10458 114.0 263.0 114.89543 263.0 116.0L263.0 133.0C263.0 134.10457 262.10458 135.0 261.0 135.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 168.0L144.0 147.0L189.0 147.0C190.10457 147.0 191.0 147.89543 191.0 149.0L191.0 166.0C191.0 167.10457 190.10457 168.0 189.0 168.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 168.0L144.0 147.0L189.0 147.0C190.10457 147.0 191.0 147.89543 191.0 149.0L191.0 166.0C191.0 167.10457 190.10457 168.0 189.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 201.0L144.0 180.0L168.0 180.0C169.10457 180.0 170.0 180.89543 170.0 182.0L170.0 199.0C170.0 200.10457 169.10457 201.0 168.0 201.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 201.0L144.0 180.0L168.0 180.0C169.10457 180.0 170.0 180.89543 170.0 182.0L170.0 199.0C170.0 200.10457 169.10457 201.0 168.0 201.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 233.0L144.0 212.0L160.0 212.0C161.10457 212.0 162.0 212.89543 162.0 214.0L162.0 231.0C162.0 232.10457 161.10457 233.0 160.0 233.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 233.0L144.0 212.0L160.0 212.0C161.10457 212.0 162.0 212.89543 162.0 214.0L162.0 231.0C162.0 232.10457 161.10457 233.0 160.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M144.0 266.0L144.0 245.0L153.0 245.0C154.10457 245.0 155.0 245.89543 155.0 247.0L155.0 264.0C155.0 265.10458 154.10457 266.0 153.0 266.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M144.0 266.0L144.0 245.0L153.0 245.0C154.10457 245.0 155.0 245.89543 155.0 247.0L155.0 264.0C155.0 265.10458 154.10457 266.0 153.0 266.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.46823 59.734375L326.53073 59.59375Q326.7026 60.484375 327.1401 60.890625Q327.5776 61.28125 328.2026 61.28125Q328.9526 61.28125 329.46823 60.765625Q329.98386 60.25 329.98386 59.484375Q329.98386 58.765625 329.49948 58.296875Q329.03073 57.8125 328.29636 57.8125Q327.99948 57.8125 327.54636 57.9375L327.67136 57.0Q327.78073 57.015625 327.84323 57.015625Q328.5151 57.015625 329.04636 56.671875Q329.59323 56.3125 329.59323 55.578125Q329.59323 55.0 329.2026 54.625Q328.81198 54.234375 328.18698 54.234375Q327.5776 54.234375 327.15573 54.625Q326.74948 55.015625 326.6401 55.78125L325.5776 55.59375Q325.7651 54.546875 326.4526 53.96875Q327.1401 53.375 328.15573 53.375Q328.85886 53.375 329.4526 53.6875Q330.04636 53.984375 330.35886 54.5Q330.67136 55.015625 330.67136 55.609375Q330.67136 56.15625 330.37448 56.625Q330.0776 57.078125 329.49948 57.34375Q330.24948 57.515625 330.67136 58.078125Q331.09323 58.625 331.09323 59.46875Q331.09323 60.59375 330.2651 61.375Q329.4526 62.15625 328.2026 62.15625Q327.0776 62.15625 326.3276 61.484375Q325.5776 60.796875 325.46823 59.734375ZM338.0151 60.984375L338.0151 62.0L332.3276 62.0Q332.3276 61.625 332.4526 61.265625Q332.67136 60.6875 333.1401 60.125Q333.62448 59.5625 334.53073 58.828125Q335.93698 57.671875 336.42136 57.0Q336.92136 56.328125 336.92136 55.734375Q336.92136 55.109375 336.46823 54.6875Q336.0151 54.25 335.29636 54.25Q334.53073 54.25 334.0776 54.703125Q333.62448 55.15625 333.60886 55.96875L332.53073 55.859375Q332.6401 54.640625 333.35886 54.015625Q334.09323 53.375 335.3276 53.375Q336.56198 53.375 337.28073 54.0625Q337.99948 54.75 337.99948 55.765625Q337.99948 56.28125 337.78073 56.78125Q337.5776 57.265625 337.0776 57.828125Q336.59323 58.375 335.46823 59.328125Q334.5151 60.125 334.23386 60.421875Q333.96823 60.703125 333.79636 60.984375L338.0151 60.984375ZM339.67136 55.46875Q339.67136 54.546875 340.12448 53.90625Q340.59323 53.265625 341.46823 53.265625Q342.28073 53.265625 342.81198 53.84375Q343.34323 54.421875 343.34323 55.53125Q343.34323 56.625 342.79636 57.21875Q342.2651 57.796875 341.48386 57.796875Q340.7026 57.796875 340.18698 57.21875Q339.67136 56.640625 339.67136 55.46875ZM341.49948 53.984375Q341.10886 53.984375 340.84323 54.328125Q340.59323 54.671875 340.59323 55.578125Q340.59323 56.40625 340.84323 56.75Q341.10886 57.078125 341.49948 57.078125Q341.90573 57.078125 342.15573 56.734375Q342.42136 56.390625 342.42136 55.5Q342.42136 54.65625 342.15573 54.328125Q341.8901 53.984375 341.49948 53.984375ZM341.49948 62.3125L346.2026 53.265625L347.06198 53.265625L342.37448 62.3125L341.49948 62.3125ZM345.21823 59.984375Q345.21823 59.0625 345.67136 58.421875Q346.1401 57.78125 347.03073 57.78125Q347.84323 57.78125 348.37448 58.359375Q348.90573 58.921875 348.90573 60.046875Q348.90573 61.140625 348.35886 61.734375Q347.8276 62.3125 347.03073 62.3125Q346.2651 62.3125 345.73386 61.734375Q345.21823 61.15625 345.21823 59.984375ZM347.06198 58.5Q346.65573 58.5 346.3901 58.84375Q346.1401 59.1875 346.1401 60.09375Q346.1401 60.90625 346.40573 61.25Q346.67136 61.59375 347.06198 61.59375Q347.4526 61.59375 347.71823 61.25Q347.98386 60.90625 347.98386 60.0Q347.98386 59.171875 347.71823 58.84375Q347.4526 58.5 347.06198 58.5Z" fill-rule="nonzero"/><path fill="#666666" d="M325.46823 59.734375L326.53073 59.59375Q326.7026 60.484375 327.1401 60.890625Q327.5776 61.28125 328.2026 61.28125Q328.9526 61.28125 329.46823 60.765625Q329.98386 60.25 329.98386 59.484375Q329.98386 58.765625 329.49948 58.296875Q329.03073 57.8125 328.29636 57.8125Q327.99948 57.8125 327.54636 57.9375L327.67136 57.0Q327.78073 57.015625 327.84323 57.015625Q328.5151 57.015625 329.04636 56.671875Q329.59323 56.3125 329.59323 55.578125Q329.59323 55.0 329.2026 54.625Q328.81198 54.234375 328.18698 54.234375Q327.5776 54.234375 327.15573 54.625Q326.74948 55.015625 326.6401 55.78125L325.5776 55.59375Q325.7651 54.546875 326.4526 53.96875Q327.1401 53.375 328.15573 53.375Q328.85886 53.375 329.4526 53.6875Q330.04636 53.984375 330.35886 54.5Q330.67136 55.015625 330.67136 55.609375Q330.67136 56.15625 330.37448 56.625Q330.0776 57.078125 329.49948 57.34375Q330.24948 57.515625 330.67136 58.078125Q331.09323 58.625 331.09323 59.46875Q331.09323 60.59375 330.2651 61.375Q329.4526 62.15625 328.2026 62.15625Q327.0776 62.15625 326.3276 61.484375Q325.5776 60.796875 325.46823 59.734375ZM338.0151 60.984375L338.0151 62.0L332.3276 62.0Q332.3276 61.625 332.4526 61.265625Q332.67136 60.6875 333.1401 60.125Q333.62448 59.5625 334.53073 58.828125Q335.93698 57.671875 336.42136 57.0Q336.92136 56.328125 336.92136 55.734375Q336.92136 55.109375 336.46823 54.6875Q336.0151 54.25 335.29636 54.25Q334.53073 54.25 334.0776 54.703125Q333.62448 55.15625 333.60886 55.96875L332.53073 55.859375Q332.6401 54.640625 333.35886 54.015625Q334.09323 53.375 335.3276 53.375Q336.56198 53.375 337.28073 54.0625Q337.99948 54.75 337.99948 55.765625Q337.99948 56.28125 337.78073 56.78125Q337.5776 57.265625 337.0776 57.828125Q336.59323 58.375 335.46823 59.328125Q334.5151 60.125 334.23386 60.421875Q333.96823 60.703125 333.79636 60.984375L338.0151 60.984375ZM339.67136 55.46875Q339.67136 54.546875 340.12448 53.90625Q340.59323 53.265625 341.46823 53.265625Q342.28073 53.265625 342.81198 53.84375Q343.34323 54.421875 343.34323 55.53125Q343.34323 56.625 342.79636 57.21875Q342.2651 57.796875 341.48386 57.796875Q340.7026 57.796875 340.18698 57.21875Q339.67136 56.640625 339.67136 55.46875ZM341.49948 53.984375Q341.10886 53.984375 340.84323 54.328125Q340.59323 54.671875 340.59323 55.578125Q340.59323 56.40625 340.84323 56.75Q341.10886 57.078125 341.49948 57.078125Q341.90573 57.078125 342.15573 56.734375Q342.42136 56.390625 342.42136 55.5Q342.42136 54.65625 342.15573 54.328125Q341.8901 53.984375 341.49948 53.984375ZM341.49948 62.3125L346.2026 53.265625L347.06198 53.265625L342.37448 62.3125L341.49948 62.3125ZM345.21823 59.984375Q345.21823 59.0625 345.67136 58.421875Q346.1401 57.78125 347.03073 57.78125Q347.84323 57.78125 348.37448 58.359375Q348.90573 58.921875 348.90573 60.046875Q348.90573 61.140625 348.35886 61.734375Q347.8276 62.3125 347.03073 62.3125Q346.2651 62.3125 345.73386 61.734375Q345.21823 61.15625 345.21823 59.984375ZM347.06198 58.5Q346.65573 58.5 346.3901 58.84375Q346.1401 59.1875 346.1401 60.09375Q346.1401 60.90625 346.40573 61.25Q346.67136 61.59375 347.06198 61.59375Q347.4526 61.59375 347.71823 61.25Q347.98386 60.90625 347.98386 60.0Q347.98386 59.171875 347.71823 58.84375Q347.4526 58.5 347.06198 58.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M303.7527 93.984375L303.7527 95.0L298.0652 95.0Q298.0652 94.625 298.1902 94.265625Q298.40894 93.6875 298.8777 93.125Q299.36206 92.5625 300.2683 91.828125Q301.67456 90.671875 302.15894 90.0Q302.65894 89.328125 302.65894 88.734375Q302.65894 88.109375 302.2058 87.6875Q301.7527 87.25 301.03394 87.25Q300.2683 87.25 299.8152 87.703125Q299.36206 88.15625 299.34644 88.96875L298.2683 88.859375Q298.3777 87.640625 299.09644 87.015625Q299.8308 86.375 301.0652 86.375Q302.29956 86.375 303.0183 87.0625Q303.73706 87.75 303.73706 88.765625Q303.73706 89.28125 303.5183 89.78125Q303.3152 90.265625 302.8152 90.828125Q302.3308 91.375 301.2058 92.328125Q300.2527 93.125 299.97144 93.421875Q299.7058 93.703125 299.53394 93.984375L303.7527 93.984375ZM305.2683 87.53125L305.2683 86.515625L310.8308 86.515625L310.8308 87.34375Q310.0183 88.21875 309.2058 89.671875Q308.40894 91.109375 307.97144 92.640625Q307.6433 93.71875 307.5652 95.0L306.47144 95.0Q306.48706 93.984375 306.86206 92.546875Q307.2527 91.109375 307.9558 89.78125Q308.67456 88.453125 309.48706 87.53125L305.2683 87.53125ZM312.40894 88.46875Q312.40894 87.546875 312.86206 86.90625Q313.3308 86.265625 314.2058 86.265625Q315.0183 86.265625 315.54956 86.84375Q316.0808 87.421875 316.0808 88.53125Q316.0808 89.625 315.53394 90.21875Q315.0027 90.796875 314.22144 90.796875Q313.4402 90.796875 312.92456 90.21875Q312.40894 89.640625 312.40894 88.46875ZM314.23706 86.984375Q313.84644 86.984375 313.5808 87.328125Q313.3308 87.671875 313.3308 88.578125Q313.3308 89.40625 313.5808 89.75Q313.84644 90.078125 314.23706 90.078125Q314.6433 90.078125 314.8933 89.734375Q315.15894 89.390625 315.15894 88.5Q315.15894 87.65625 314.8933 87.328125Q314.6277 86.984375 314.23706 86.984375ZM314.23706 95.3125L318.9402 86.265625L319.79956 86.265625L315.11206 95.3125L314.23706 95.3125ZM317.9558 92.984375Q317.9558 92.0625 318.40894 91.421875Q318.8777 90.78125 319.7683 90.78125Q320.5808 90.78125 321.11206 91.359375Q321.6433 91.921875 321.6433 93.046875Q321.6433 94.140625 321.09644 94.734375Q320.5652 95.3125 319.7683 95.3125Q319.0027 95.3125 318.47144 94.734375Q317.9558 94.15625 317.9558 92.984375ZM319.79956 91.5Q319.3933 91.5 319.1277 91.84375Q318.8777 92.1875 318.8777 93.09375Q318.8777 93.90625 319.1433 94.25Q319.40894 94.59375 319.79956 94.59375Q320.1902 94.59375 320.4558 94.25Q320.72144 93.90625 320.72144 93.0Q320.72144 92.171875 320.4558 91.84375Q320.1902 91.5 319.79956 91.5Z" fill-rule="nonzero"/><path fill="#666666" d="M303.7527 93.984375L303.7527 95.0L298.0652 95.0Q298.0652 94.625 298.1902 94.265625Q298.40894 93.6875 298.8777 93.125Q299.36206 92.5625 300.2683 91.828125Q301.67456 90.671875 302.15894 90.0Q302.65894 89.328125 302.65894 88.734375Q302.65894 88.109375 302.2058 87.6875Q301.7527 87.25 301.03394 87.25Q300.2683 87.25 299.8152 87.703125Q299.36206 88.15625 299.34644 88.96875L298.2683 88.859375Q298.3777 87.640625 299.09644 87.015625Q299.8308 86.375 301.0652 86.375Q302.29956 86.375 303.0183 87.0625Q303.73706 87.75 303.73706 88.765625Q303.73706 89.28125 303.5183 89.78125Q303.3152 90.265625 302.8152 90.828125Q302.3308 91.375 301.2058 92.328125Q300.2527 93.125 299.97144 93.421875Q299.7058 93.703125 299.53394 93.984375L303.7527 93.984375ZM305.2683 87.53125L305.2683 86.515625L310.8308 86.515625L310.8308 87.34375Q310.0183 88.21875 309.2058 89.671875Q308.40894 91.109375 307.97144 92.640625Q307.6433 93.71875 307.5652 95.0L306.47144 95.0Q306.48706 93.984375 306.86206 92.546875Q307.2527 91.109375 307.9558 89.78125Q308.67456 88.453125 309.48706 87.53125L305.2683 87.53125ZM312.40894 88.46875Q312.40894 87.546875 312.86206 86.90625Q313.3308 86.265625 314.2058 86.265625Q315.0183 86.265625 315.54956 86.84375Q316.0808 87.421875 316.0808 88.53125Q316.0808 89.625 315.53394 90.21875Q315.0027 90.796875 314.22144 90.796875Q313.4402 90.796875 312.92456 90.21875Q312.40894 89.640625 312.40894 88.46875ZM314.23706 86.984375Q313.84644 86.984375 313.5808 87.328125Q313.3308 87.671875 313.3308 88.578125Q313.3308 89.40625 313.5808 89.75Q313.84644 90.078125 314.23706 90.078125Q314.6433 90.078125 314.8933 89.734375Q315.15894 89.390625 315.15894 88.5Q315.15894 87.65625 314.8933 87.328125Q314.6277 86.984375 314.23706 86.984375ZM314.23706 95.3125L318.9402 86.265625L319.79956 86.265625L315.11206 95.3125L314.23706 95.3125ZM317.9558 92.984375Q317.9558 92.0625 318.40894 91.421875Q318.8777 90.78125 319.7683 90.78125Q320.5808 90.78125 321.11206 91.359375Q321.6433 91.921875 321.6433 93.046875Q321.6433 94.140625 321.09644 94.734375Q320.5652 95.3125 319.7683 95.3125Q319.0027 95.3125 318.47144 94.734375Q317.9558 94.15625 317.9558 92.984375ZM319.79956 91.5Q319.3933 91.5 319.1277 91.84375Q318.8777 92.1875 318.8777 93.09375Q318.8777 93.90625 319.1433 94.25Q319.40894 94.59375 319.79956 94.59375Q320.1902 94.59375 320.4558 94.25Q320.72144 93.90625 320.72144 93.0Q320.72144 92.171875 320.4558 91.84375Q320.1902 91.5 319.79956 91.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M281.09937 126.984375L281.09937 128.0L275.41187 128.0Q275.41187 127.625 275.53687 127.265625Q275.7556 126.6875 276.22437 126.125Q276.70874 125.5625 277.615 124.828125Q279.02124 123.671875 279.5056 123.0Q280.0056 122.328125 280.0056 121.734375Q280.0056 121.109375 279.5525 120.6875Q279.09937 120.25 278.3806 120.25Q277.615 120.25 277.16187 120.703125Q276.70874 121.15625 276.6931 121.96875L275.615 121.859375Q275.72437 120.640625 276.4431 120.015625Q277.1775 119.375 278.41187 119.375Q279.64624 119.375 280.365 120.0625Q281.08374 120.75 281.08374 121.765625Q281.08374 122.28125 280.865 122.78125Q280.66187 123.265625 280.16187 123.828125Q279.6775 124.375 278.5525 125.328125Q277.59937 126.125 277.3181 126.421875Q277.0525 126.703125 276.8806 126.984375L281.09937 126.984375ZM288.09937 126.984375L288.09937 128.0L282.41187 128.0Q282.41187 127.625 282.53687 127.265625Q282.7556 126.6875 283.22437 126.125Q283.70874 125.5625 284.615 124.828125Q286.02124 123.671875 286.5056 123.0Q287.0056 122.328125 287.0056 121.734375Q287.0056 121.109375 286.5525 120.6875Q286.09937 120.25 285.3806 120.25Q284.615 120.25 284.16187 120.703125Q283.70874 121.15625 283.6931 121.96875L282.615 121.859375Q282.72437 120.640625 283.4431 120.015625Q284.1775 119.375 285.41187 119.375Q286.64624 119.375 287.365 120.0625Q288.08374 120.75 288.08374 121.765625Q288.08374 122.28125 287.865 122.78125Q287.66187 123.265625 287.16187 123.828125Q286.6775 124.375 285.5525 125.328125Q284.59937 126.125 284.3181 126.421875Q284.0525 126.703125 283.8806 126.984375L288.09937 126.984375ZM289.7556 121.46875Q289.7556 120.546875 290.20874 119.90625Q290.6775 119.265625 291.5525 119.265625Q292.365 119.265625 292.89624 119.84375Q293.4275 120.421875 293.4275 121.53125Q293.4275 122.625 292.8806 123.21875Q292.34937 123.796875 291.5681 123.796875Q290.78687 123.796875 290.27124 123.21875Q289.7556 122.640625 289.7556 121.46875ZM291.58374 119.984375Q291.1931 119.984375 290.9275 120.328125Q290.6775 120.671875 290.6775 121.578125Q290.6775 122.40625 290.9275 122.75Q291.1931 123.078125 291.58374 123.078125Q291.99 123.078125 292.24 122.734375Q292.5056 122.390625 292.5056 121.5Q292.5056 120.65625 292.24 120.328125Q291.97437 119.984375 291.58374 119.984375ZM291.58374 128.3125L296.28687 119.265625L297.14624 119.265625L292.45874 128.3125L291.58374 128.3125ZM295.3025 125.984375Q295.3025 125.0625 295.7556 124.421875Q296.22437 123.78125 297.115 123.78125Q297.9275 123.78125 298.45874 124.359375Q298.99 124.921875 298.99 126.046875Q298.99 127.140625 298.4431 127.734375Q297.91187 128.3125 297.115 128.3125Q296.34937 128.3125 295.8181 127.734375Q295.3025 127.15625 295.3025 125.984375ZM297.14624 124.5Q296.74 124.5 296.47437 124.84375Q296.22437 125.1875 296.22437 126.09375Q296.22437 126.90625 296.49 127.25Q296.7556 127.59375 297.14624 127.59375Q297.53687 127.59375 297.8025 127.25Q298.0681 126.90625 298.0681 126.0Q298.0681 125.171875 297.8025 124.84375Q297.53687 124.5 297.14624 124.5Z" fill-rule="nonzero"/><path fill="#666666" d="M281.09937 126.984375L281.09937 128.0L275.41187 128.0Q275.41187 127.625 275.53687 127.265625Q275.7556 126.6875 276.22437 126.125Q276.70874 125.5625 277.615 124.828125Q279.02124 123.671875 279.5056 123.0Q280.0056 122.328125 280.0056 121.734375Q280.0056 121.109375 279.5525 120.6875Q279.09937 120.25 278.3806 120.25Q277.615 120.25 277.16187 120.703125Q276.70874 121.15625 276.6931 121.96875L275.615 121.859375Q275.72437 120.640625 276.4431 120.015625Q277.1775 119.375 278.41187 119.375Q279.64624 119.375 280.365 120.0625Q281.08374 120.75 281.08374 121.765625Q281.08374 122.28125 280.865 122.78125Q280.66187 123.265625 280.16187 123.828125Q279.6775 124.375 278.5525 125.328125Q277.59937 126.125 277.3181 126.421875Q277.0525 126.703125 276.8806 126.984375L281.09937 126.984375ZM288.09937 126.984375L288.09937 128.0L282.41187 128.0Q282.41187 127.625 282.53687 127.265625Q282.7556 126.6875 283.22437 126.125Q283.70874 125.5625 284.615 124.828125Q286.02124 123.671875 286.5056 123.0Q287.0056 122.328125 287.0056 121.734375Q287.0056 121.109375 286.5525 120.6875Q286.09937 120.25 285.3806 120.25Q284.615 120.25 284.16187 120.703125Q283.70874 121.15625 283.6931 121.96875L282.615 121.859375Q282.72437 120.640625 283.4431 120.015625Q284.1775 119.375 285.41187 119.375Q286.64624 119.375 287.365 120.0625Q288.08374 120.75 288.08374 121.765625Q288.08374 122.28125 287.865 122.78125Q287.66187 123.265625 287.16187 123.828125Q286.6775 124.375 285.5525 125.328125Q284.59937 126.125 284.3181 126.421875Q284.0525 126.703125 283.8806 126.984375L288.09937 126.984375ZM289.7556 121.46875Q289.7556 120.546875 290.20874 119.90625Q290.6775 119.265625 291.5525 119.265625Q292.365 119.265625 292.89624 119.84375Q293.4275 120.421875 293.4275 121.53125Q293.4275 122.625 292.8806 123.21875Q292.34937 123.796875 291.5681 123.796875Q290.78687 123.796875 290.27124 123.21875Q289.7556 122.640625 289.7556 121.46875ZM291.58374 119.984375Q291.1931 119.984375 290.9275 120.328125Q290.6775 120.671875 290.6775 121.578125Q290.6775 122.40625 290.9275 122.75Q291.1931 123.078125 291.58374 123.078125Q291.99 123.078125 292.24 122.734375Q292.5056 122.390625 292.5056 121.5Q292.5056 120.65625 292.24 120.328125Q291.97437 119.984375 291.58374 119.984375ZM291.58374 128.3125L296.28687 119.265625L297.14624 119.265625L292.45874 128.3125L291.58374 128.3125ZM295.3025 125.984375Q295.3025 125.0625 295.7556 124.421875Q296.22437 123.78125 297.115 123.78125Q297.9275 123.78125 298.45874 124.359375Q298.99 124.921875 298.99 126.046875Q298.99 127.140625 298.4431 127.734375Q297.91187 128.3125 297.115 128.3125Q296.34937 128.3125 295.8181 127.734375Q295.3025 127.15625 295.3025 125.984375ZM297.14624 124.5Q296.74 124.5 296.47437 124.84375Q296.22437 125.1875 296.22437 126.09375Q296.22437 126.90625 296.49 127.25Q296.7556 127.59375 297.14624 127.59375Q297.53687 127.59375 297.8025 127.25Q298.0681 126.90625 298.0681 126.0Q298.0681 125.171875 297.8025 124.84375Q297.53687 124.5 297.14624 124.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M204.02228 159.01562L205.0379 158.92188Q205.1629 159.64062 205.52228 159.96875Q205.89728 160.28125 206.45978 160.28125Q206.94415 160.28125 207.30353 160.0625Q207.67853 159.82812 207.9129 159.46875Q208.14728 159.09375 208.30353 158.46875Q208.45978 157.82812 208.45978 157.17188Q208.45978 157.09375 208.45978 156.95312Q208.14728 157.45312 207.6004 157.78125Q207.05353 158.09375 206.4129 158.09375Q205.33478 158.09375 204.6004 157.32812Q203.86603 156.54688 203.86603 155.28125Q203.86603 153.96875 204.63165 153.17188Q205.4129 152.375 206.56915 152.375Q207.39728 152.375 208.08478 152.82812Q208.7879 153.28125 209.14728 154.125Q209.50665 154.95312 209.50665 156.53125Q209.50665 158.17188 209.14728 159.15625Q208.80353 160.125 208.08478 160.64062Q207.38165 161.14062 206.44415 161.14062Q205.42853 161.14062 204.7879 160.59375Q204.14728 160.03125 204.02228 159.01562ZM208.33478 155.21875Q208.33478 154.3125 207.8504 153.78125Q207.38165 153.25 206.69415 153.25Q205.99103 153.25 205.45978 153.82812Q204.94415 154.39062 204.94415 155.3125Q204.94415 156.125 205.44415 156.64062Q205.94415 157.15625 206.6629 157.15625Q207.39728 157.15625 207.86603 156.64062Q208.33478 156.125 208.33478 155.21875ZM211.06915 154.46875Q211.06915 153.54688 211.52228 152.90625Q211.99103 152.26562 212.86603 152.26562Q213.67853 152.26562 214.20978 152.84375Q214.74103 153.42188 214.74103 154.53125Q214.74103 155.625 214.19415 156.21875Q213.6629 156.79688 212.88165 156.79688Q212.1004 156.79688 211.58478 156.21875Q211.06915 155.64062 211.06915 154.46875ZM212.89728 152.98438Q212.50665 152.98438 212.24103 153.32812Q211.99103 153.67188 211.99103 154.57812Q211.99103 155.40625 212.24103 155.75Q212.50665 156.07812 212.89728 156.07812Q213.30353 156.07812 213.55353 155.73438Q213.81915 155.39062 213.81915 154.5Q213.81915 153.65625 213.55353 153.32812Q213.2879 152.98438 212.89728 152.98438ZM212.89728 161.3125L217.6004 152.26562L218.45978 152.26562L213.77228 161.3125L212.89728 161.3125ZM216.61603 158.98438Q216.61603 158.0625 217.06915 157.42188Q217.5379 156.78125 218.42853 156.78125Q219.24103 156.78125 219.77228 157.35938Q220.30353 157.92188 220.30353 159.04688Q220.30353 160.14062 219.75665 160.73438Q219.2254 161.3125 218.42853 161.3125Q217.6629 161.3125 217.13165 160.73438Q216.61603 160.15625 216.61603 158.98438ZM218.45978 157.5Q218.05353 157.5 217.7879 157.84375Q217.5379 158.1875 217.5379 159.09375Q217.5379 159.90625 217.80353 160.25Q218.06915 160.59375 218.45978 160.59375Q218.8504 160.59375 219.11603 160.25Q219.38165 159.90625 219.38165 159.0Q219.38165 158.17188 219.11603 157.84375Q218.8504 157.5 218.45978 157.5Z" fill-rule="nonzero"/><path fill="#666666" d="M204.02228 159.01562L205.0379 158.92188Q205.1629 159.64062 205.52228 159.96875Q205.89728 160.28125 206.45978 160.28125Q206.94415 160.28125 207.30353 160.0625Q207.67853 159.82812 207.9129 159.46875Q208.14728 159.09375 208.30353 158.46875Q208.45978 157.82812 208.45978 157.17188Q208.45978 157.09375 208.45978 156.95312Q208.14728 157.45312 207.6004 157.78125Q207.05353 158.09375 206.4129 158.09375Q205.33478 158.09375 204.6004 157.32812Q203.86603 156.54688 203.86603 155.28125Q203.86603 153.96875 204.63165 153.17188Q205.4129 152.375 206.56915 152.375Q207.39728 152.375 208.08478 152.82812Q208.7879 153.28125 209.14728 154.125Q209.50665 154.95312 209.50665 156.53125Q209.50665 158.17188 209.14728 159.15625Q208.80353 160.125 208.08478 160.64062Q207.38165 161.14062 206.44415 161.14062Q205.42853 161.14062 204.7879 160.59375Q204.14728 160.03125 204.02228 159.01562ZM208.33478 155.21875Q208.33478 154.3125 207.8504 153.78125Q207.38165 153.25 206.69415 153.25Q205.99103 153.25 205.45978 153.82812Q204.94415 154.39062 204.94415 155.3125Q204.94415 156.125 205.44415 156.64062Q205.94415 157.15625 206.6629 157.15625Q207.39728 157.15625 207.86603 156.64062Q208.33478 156.125 208.33478 155.21875ZM211.06915 154.46875Q211.06915 153.54688 211.52228 152.90625Q211.99103 152.26562 212.86603 152.26562Q213.67853 152.26562 214.20978 152.84375Q214.74103 153.42188 214.74103 154.53125Q214.74103 155.625 214.19415 156.21875Q213.6629 156.79688 212.88165 156.79688Q212.1004 156.79688 211.58478 156.21875Q211.06915 155.64062 211.06915 154.46875ZM212.89728 152.98438Q212.50665 152.98438 212.24103 153.32812Q211.99103 153.67188 211.99103 154.57812Q211.99103 155.40625 212.24103 155.75Q212.50665 156.07812 212.89728 156.07812Q213.30353 156.07812 213.55353 155.73438Q213.81915 155.39062 213.81915 154.5Q213.81915 153.65625 213.55353 153.32812Q213.2879 152.98438 212.89728 152.98438ZM212.89728 161.3125L217.6004 152.26562L218.45978 152.26562L213.77228 161.3125L212.89728 161.3125ZM216.61603 158.98438Q216.61603 158.0625 217.06915 157.42188Q217.5379 156.78125 218.42853 156.78125Q219.24103 156.78125 219.77228 157.35938Q220.30353 157.92188 220.30353 159.04688Q220.30353 160.14062 219.75665 160.73438Q219.2254 161.3125 218.42853 161.3125Q217.6629 161.3125 217.13165 160.73438Q216.61603 160.15625 216.61603 158.98438ZM218.45978 157.5Q218.05353 157.5 217.7879 157.84375Q217.5379 158.1875 217.5379 159.09375Q217.5379 159.90625 217.80353 160.25Q218.06915 160.59375 218.45978 160.59375Q218.8504 160.59375 219.11603 160.25Q219.38165 159.90625 219.38165 159.0Q219.38165 158.17188 219.11603 157.84375Q218.8504 157.5 218.45978 157.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M182.9779 191.75L184.08728 191.65625Q184.21228 192.46875 184.64978 192.875Q185.1029 193.28125 185.74353 193.28125Q186.49353 193.28125 187.02478 192.70312Q187.55603 192.125 187.55603 191.1875Q187.55603 190.28125 187.0404 189.76562Q186.5404 189.23438 185.71228 189.23438Q185.21228 189.23438 184.7904 189.46875Q184.38416 189.70312 184.14978 190.0625L183.1654 189.9375L183.99353 185.53125L188.27478 185.53125L188.27478 186.53125L184.83728 186.53125L184.38416 188.84375Q185.14978 188.29688 185.99353 188.29688Q187.11853 188.29688 187.88416 189.07812Q188.6654 189.85938 188.6654 191.09375Q188.6654 192.25 187.99353 193.10938Q187.1654 194.14062 185.74353 194.14062Q184.57166 194.14062 183.82166 193.48438Q183.08728 192.82812 182.9779 191.75ZM190.18103 187.46875Q190.18103 186.54688 190.63416 185.90625Q191.1029 185.26562 191.9779 185.26562Q192.7904 185.26562 193.32166 185.84375Q193.8529 186.42188 193.8529 187.53125Q193.8529 188.625 193.30603 189.21875Q192.77478 189.79688 191.99353 189.79688Q191.21228 189.79688 190.69666 189.21875Q190.18103 188.64062 190.18103 187.46875ZM192.00916 185.98438Q191.61853 185.98438 191.3529 186.32812Q191.1029 186.67188 191.1029 187.57812Q191.1029 188.40625 191.3529 188.75Q191.61853 189.07812 192.00916 189.07812Q192.4154 189.07812 192.6654 188.73438Q192.93103 188.39062 192.93103 187.5Q192.93103 186.65625 192.6654 186.32812Q192.39978 185.98438 192.00916 185.98438ZM192.00916 194.3125L196.71228 185.26562L197.57166 185.26562L192.88416 194.3125L192.00916 194.3125ZM195.7279 191.98438Q195.7279 191.0625 196.18103 190.42188Q196.64978 189.78125 197.5404 189.78125Q198.3529 189.78125 198.88416 190.35938Q199.4154 190.92188 199.4154 192.04688Q199.4154 193.14062 198.86853 193.73438Q198.33728 194.3125 197.5404 194.3125Q196.77478 194.3125 196.24353 193.73438Q195.7279 193.15625 195.7279 191.98438ZM197.57166 190.5Q197.1654 190.5 196.89978 190.84375Q196.64978 191.1875 196.64978 192.09375Q196.64978 192.90625 196.9154 193.25Q197.18103 193.59375 197.57166 193.59375Q197.96228 193.59375 198.2279 193.25Q198.49353 192.90625 198.49353 192.0Q198.49353 191.17188 198.2279 190.84375Q197.96228 190.5 197.57166 190.5Z" fill-rule="nonzero"/><path fill="#666666" d="M182.9779 191.75L184.08728 191.65625Q184.21228 192.46875 184.64978 192.875Q185.1029 193.28125 185.74353 193.28125Q186.49353 193.28125 187.02478 192.70312Q187.55603 192.125 187.55603 191.1875Q187.55603 190.28125 187.0404 189.76562Q186.5404 189.23438 185.71228 189.23438Q185.21228 189.23438 184.7904 189.46875Q184.38416 189.70312 184.14978 190.0625L183.1654 189.9375L183.99353 185.53125L188.27478 185.53125L188.27478 186.53125L184.83728 186.53125L184.38416 188.84375Q185.14978 188.29688 185.99353 188.29688Q187.11853 188.29688 187.88416 189.07812Q188.6654 189.85938 188.6654 191.09375Q188.6654 192.25 187.99353 193.10938Q187.1654 194.14062 185.74353 194.14062Q184.57166 194.14062 183.82166 193.48438Q183.08728 192.82812 182.9779 191.75ZM190.18103 187.46875Q190.18103 186.54688 190.63416 185.90625Q191.1029 185.26562 191.9779 185.26562Q192.7904 185.26562 193.32166 185.84375Q193.8529 186.42188 193.8529 187.53125Q193.8529 188.625 193.30603 189.21875Q192.77478 189.79688 191.99353 189.79688Q191.21228 189.79688 190.69666 189.21875Q190.18103 188.64062 190.18103 187.46875ZM192.00916 185.98438Q191.61853 185.98438 191.3529 186.32812Q191.1029 186.67188 191.1029 187.57812Q191.1029 188.40625 191.3529 188.75Q191.61853 189.07812 192.00916 189.07812Q192.4154 189.07812 192.6654 188.73438Q192.93103 188.39062 192.93103 187.5Q192.93103 186.65625 192.6654 186.32812Q192.39978 185.98438 192.00916 185.98438ZM192.00916 194.3125L196.71228 185.26562L197.57166 185.26562L192.88416 194.3125L192.00916 194.3125ZM195.7279 191.98438Q195.7279 191.0625 196.18103 190.42188Q196.64978 189.78125 197.5404 189.78125Q198.3529 189.78125 198.88416 190.35938Q199.4154 190.92188 199.4154 192.04688Q199.4154 193.14062 198.86853 193.73438Q198.33728 194.3125 197.5404 194.3125Q196.77478 194.3125 196.24353 193.73438Q195.7279 193.15625 195.7279 191.98438ZM197.57166 190.5Q197.1654 190.5 196.89978 190.84375Q196.64978 191.1875 196.64978 192.09375Q196.64978 192.90625 196.9154 193.25Q197.18103 193.59375 197.57166 193.59375Q197.96228 193.59375 198.2279 193.25Q198.49353 192.90625 198.49353 192.0Q198.49353 191.17188 198.2279 190.84375Q197.96228 190.5 197.57166 190.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M174.74033 223.73438L175.80283 223.59375Q175.9747 224.48438 176.4122 224.89062Q176.8497 225.28125 177.4747 225.28125Q178.2247 225.28125 178.74033 224.76562Q179.25595 224.25 179.25595 223.48438Q179.25595 222.76562 178.77158 222.29688Q178.30283 221.8125 177.56845 221.8125Q177.27158 221.8125 176.81845 221.9375L176.94345 221.0Q177.05283 221.01562 177.11533 221.01562Q177.7872 221.01562 178.31845 220.67188Q178.86533 220.3125 178.86533 219.57812Q178.86533 219.0 178.4747 218.625Q178.08408 218.23438 177.45908 218.23438Q176.8497 218.23438 176.42783 218.625Q176.02158 219.01562 175.9122 219.78125L174.8497 219.59375Q175.0372 218.54688 175.7247 217.96875Q176.4122 217.375 177.42783 217.375Q178.13095 217.375 178.7247 217.6875Q179.31845 217.98438 179.63095 218.5Q179.94345 219.01562 179.94345 219.60938Q179.94345 220.15625 179.64658 220.625Q179.3497 221.07812 178.77158 221.34375Q179.52158 221.51562 179.94345 222.07812Q180.36533 222.625 180.36533 223.46875Q180.36533 224.59375 179.5372 225.375Q178.7247 226.15625 177.4747 226.15625Q176.3497 226.15625 175.5997 225.48438Q174.8497 224.79688 174.74033 223.73438ZM181.94345 219.46875Q181.94345 218.54688 182.39658 217.90625Q182.86533 217.26562 183.74033 217.26562Q184.55283 217.26562 185.08408 217.84375Q185.61533 218.42188 185.61533 219.53125Q185.61533 220.625 185.06845 221.21875Q184.5372 221.79688 183.75595 221.79688Q182.9747 221.79688 182.45908 221.21875Q181.94345 220.64062 181.94345 219.46875ZM183.77158 217.98438Q183.38095 217.98438 183.11533 218.32812Q182.86533 218.67188 182.86533 219.57812Q182.86533 220.40625 183.11533 220.75Q183.38095 221.07812 183.77158 221.07812Q184.17783 221.07812 184.42783 220.73438Q184.69345 220.39062 184.69345 219.5Q184.69345 218.65625 184.42783 218.32812Q184.1622 217.98438 183.77158 217.98438ZM183.77158 226.3125L188.4747 217.26562L189.33408 217.26562L184.64658 226.3125L183.77158 226.3125ZM187.49033 223.98438Q187.49033 223.0625 187.94345 222.42188Q188.4122 221.78125 189.30283 221.78125Q190.11533 221.78125 190.64658 222.35938Q191.17783 222.92188 191.17783 224.04688Q191.17783 225.14062 190.63095 225.73438Q190.0997 226.3125 189.30283 226.3125Q188.5372 226.3125 188.00595 225.73438Q187.49033 225.15625 187.49033 223.98438ZM189.33408 222.5Q188.92783 222.5 188.6622 222.84375Q188.4122 223.1875 188.4122 224.09375Q188.4122 224.90625 188.67783 225.25Q188.94345 225.59375 189.33408 225.59375Q189.7247 225.59375 189.99033 225.25Q190.25595 224.90625 190.25595 224.0Q190.25595 223.17188 189.99033 222.84375Q189.7247 222.5 189.33408 222.5Z" fill-rule="nonzero"/><path fill="#666666" d="M174.74033 223.73438L175.80283 223.59375Q175.9747 224.48438 176.4122 224.89062Q176.8497 225.28125 177.4747 225.28125Q178.2247 225.28125 178.74033 224.76562Q179.25595 224.25 179.25595 223.48438Q179.25595 222.76562 178.77158 222.29688Q178.30283 221.8125 177.56845 221.8125Q177.27158 221.8125 176.81845 221.9375L176.94345 221.0Q177.05283 221.01562 177.11533 221.01562Q177.7872 221.01562 178.31845 220.67188Q178.86533 220.3125 178.86533 219.57812Q178.86533 219.0 178.4747 218.625Q178.08408 218.23438 177.45908 218.23438Q176.8497 218.23438 176.42783 218.625Q176.02158 219.01562 175.9122 219.78125L174.8497 219.59375Q175.0372 218.54688 175.7247 217.96875Q176.4122 217.375 177.42783 217.375Q178.13095 217.375 178.7247 217.6875Q179.31845 217.98438 179.63095 218.5Q179.94345 219.01562 179.94345 219.60938Q179.94345 220.15625 179.64658 220.625Q179.3497 221.07812 178.77158 221.34375Q179.52158 221.51562 179.94345 222.07812Q180.36533 222.625 180.36533 223.46875Q180.36533 224.59375 179.5372 225.375Q178.7247 226.15625 177.4747 226.15625Q176.3497 226.15625 175.5997 225.48438Q174.8497 224.79688 174.74033 223.73438ZM181.94345 219.46875Q181.94345 218.54688 182.39658 217.90625Q182.86533 217.26562 183.74033 217.26562Q184.55283 217.26562 185.08408 217.84375Q185.61533 218.42188 185.61533 219.53125Q185.61533 220.625 185.06845 221.21875Q184.5372 221.79688 183.75595 221.79688Q182.9747 221.79688 182.45908 221.21875Q181.94345 220.64062 181.94345 219.46875ZM183.77158 217.98438Q183.38095 217.98438 183.11533 218.32812Q182.86533 218.67188 182.86533 219.57812Q182.86533 220.40625 183.11533 220.75Q183.38095 221.07812 183.77158 221.07812Q184.17783 221.07812 184.42783 220.73438Q184.69345 220.39062 184.69345 219.5Q184.69345 218.65625 184.42783 218.32812Q184.1622 217.98438 183.77158 217.98438ZM183.77158 226.3125L188.4747 217.26562L189.33408 217.26562L184.64658 226.3125L183.77158 226.3125ZM187.49033 223.98438Q187.49033 223.0625 187.94345 222.42188Q188.4122 221.78125 189.30283 221.78125Q190.11533 221.78125 190.64658 222.35938Q191.17783 222.92188 191.17783 224.04688Q191.17783 225.14062 190.63095 225.73438Q190.0997 226.3125 189.30283 226.3125Q188.5372 226.3125 188.00595 225.73438Q187.49033 225.15625 187.49033 223.98438ZM189.33408 222.5Q188.92783 222.5 188.6622 222.84375Q188.4122 223.1875 188.4122 224.09375Q188.4122 224.90625 188.67783 225.25Q188.94345 225.59375 189.33408 225.59375Q189.7247 225.59375 189.99033 225.25Q190.25595 224.90625 190.25595 224.0Q190.25595 223.17188 189.99033 222.84375Q189.7247 222.5 189.33408 222.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M172.7361 257.98438L172.7361 259.0L167.0486 259.0Q167.0486 258.625 167.1736 258.26562Q167.39235 257.6875 167.8611 257.125Q168.34547 256.5625 169.25172 255.82812Q170.65797 254.67188 171.14235 254.0Q171.64235 253.32812 171.64235 252.73438Q171.64235 252.10938 171.18922 251.6875Q170.7361 251.25 170.01735 251.25Q169.25172 251.25 168.7986 251.70312Q168.34547 252.15625 168.32985 252.96875L167.25172 252.85938Q167.3611 251.64062 168.07985 251.01562Q168.81422 250.375 170.0486 250.375Q171.28297 250.375 172.00172 251.0625Q172.72047 251.75 172.72047 252.76562Q172.72047 253.28125 172.50172 253.78125Q172.2986 254.26562 171.7986 254.82812Q171.31422 255.375 170.18922 256.32812Q169.2361 257.125 168.95485 257.42188Q168.68922 257.70312 168.51735 257.98438L172.7361 257.98438ZM174.39235 252.46875Q174.39235 251.54688 174.84547 250.90625Q175.31422 250.26562 176.18922 250.26562Q177.00172 250.26562 177.53297 250.84375Q178.06422 251.42188 178.06422 252.53125Q178.06422 253.625 177.51735 254.21875Q176.9861 254.79688 176.20485 254.79688Q175.4236 254.79688 174.90797 254.21875Q174.39235 253.64062 174.39235 252.46875ZM176.22047 250.98438Q175.82985 250.98438 175.56422 251.32812Q175.31422 251.67188 175.31422 252.57812Q175.31422 253.40625 175.56422 253.75Q175.82985 254.07812 176.22047 254.07812Q176.62672 254.07812 176.87672 253.73438Q177.14235 253.39062 177.14235 252.5Q177.14235 251.65625 176.87672 251.32812Q176.6111 250.98438 176.22047 250.98438ZM176.22047 259.3125L180.9236 250.26562L181.78297 250.26562L177.09547 259.3125L176.22047 259.3125ZM179.93922 256.98438Q179.93922 256.0625 180.39235 255.42188Q180.8611 254.78125 181.75172 254.78125Q182.56422 254.78125 183.09547 255.35938Q183.62672 255.92188 183.62672 257.04688Q183.62672 258.14062 183.07985 258.73438Q182.5486 259.3125 181.75172 259.3125Q180.9861 259.3125 180.45485 258.73438Q179.93922 258.15625 179.93922 256.98438ZM181.78297 255.5Q181.37672 255.5 181.1111 255.84375Q180.8611 256.1875 180.8611 257.09375Q180.8611 257.90625 181.12672 258.25Q181.39235 258.59375 181.78297 258.59375Q182.1736 258.59375 182.43922 258.25Q182.70485 257.90625 182.70485 257.0Q182.70485 256.17188 182.43922 255.84375Q182.1736 255.5 181.78297 255.5Z" fill-rule="nonzero"/><path fill="#666666" d="M172.7361 257.98438L172.7361 259.0L167.0486 259.0Q167.0486 258.625 167.1736 258.26562Q167.39235 257.6875 167.8611 257.125Q168.34547 256.5625 169.25172 255.82812Q170.65797 254.67188 171.14235 254.0Q171.64235 253.32812 171.64235 252.73438Q171.64235 252.10938 171.18922 251.6875Q170.7361 251.25 170.01735 251.25Q169.25172 251.25 168.7986 251.70312Q168.34547 252.15625 168.32985 252.96875L167.25172 252.85938Q167.3611 251.64062 168.07985 251.01562Q168.81422 250.375 170.0486 250.375Q171.28297 250.375 172.00172 251.0625Q172.72047 251.75 172.72047 252.76562Q172.72047 253.28125 172.50172 253.78125Q172.2986 254.26562 171.7986 254.82812Q171.31422 255.375 170.18922 256.32812Q169.2361 257.125 168.95485 257.42188Q168.68922 257.70312 168.51735 257.98438L172.7361 257.98438ZM174.39235 252.46875Q174.39235 251.54688 174.84547 250.90625Q175.31422 250.26562 176.18922 250.26562Q177.00172 250.26562 177.53297 250.84375Q178.06422 251.42188 178.06422 252.53125Q178.06422 253.625 177.51735 254.21875Q176.9861 254.79688 176.20485 254.79688Q175.4236 254.79688 174.90797 254.21875Q174.39235 253.64062 174.39235 252.46875ZM176.22047 250.98438Q175.82985 250.98438 175.56422 251.32812Q175.31422 251.67188 175.31422 252.57812Q175.31422 253.40625 175.56422 253.75Q175.82985 254.07812 176.22047 254.07812Q176.62672 254.07812 176.87672 253.73438Q177.14235 253.39062 177.14235 252.5Q177.14235 251.65625 176.87672 251.32812Q176.6111 250.98438 176.22047 250.98438ZM176.22047 259.3125L180.9236 250.26562L181.78297 250.26562L177.09547 259.3125L176.22047 259.3125ZM179.93922 256.98438Q179.93922 256.0625 180.39235 255.42188Q180.8611 254.78125 181.75172 254.78125Q182.56422 254.78125 183.09547 255.35938Q183.62672 255.92188 183.62672 257.04688Q183.62672 258.14062 183.07985 258.73438Q182.5486 259.3125 181.75172 259.3125Q180.9861 259.3125 180.45485 258.73438Q179.93922 258.15625 179.93922 256.98438ZM181.78297 255.5Q181.37672 255.5 181.1111 255.84375Q180.8611 256.1875 180.8611 257.09375Q180.8611 257.90625 181.12672 258.25Q181.39235 258.59375 181.78297 258.59375Q182.1736 258.59375 182.43922 258.25Q182.70485 257.90625 182.70485 257.0Q182.70485 256.17188 182.43922 255.84375Q182.1736 255.5 181.78297 255.5Z" fill-rule="nonzero"/><path fill="#666666" d="M315.70312 310.0243Q315.70312 309.10242 316.15625 308.4618Q316.625 307.82117 317.5 307.82117Q318.3125 307.82117 318.84375 308.3993Q319.375 308.97742 319.375 310.0868Q319.375 311.18054 318.82812 311.7743Q318.29688 312.35242 317.51562 312.35242Q316.73438 312.35242 316.21875 311.7743Q315.70312 311.19617 315.70312 310.0243ZM317.53125 308.53992Q317.14062 308.53992 316.875 308.88367Q316.625 309.22742 316.625 310.13367Q316.625 310.9618 316.875 311.30554Q317.14062 311.63367 317.53125 311.63367Q317.9375 311.63367 318.1875 311.28992Q318.45312 310.94617 318.45312 310.05554Q318.45312 309.2118 318.1875 308.88367Q317.92188 308.53992 317.53125 308.53992ZM317.53125 316.86804L322.23438 307.82117L323.09375 307.82117L318.40625 316.86804L317.53125 316.86804ZM321.25 314.53992Q321.25 313.61804 321.70312 312.97742Q322.17188 312.3368 323.0625 312.3368Q323.875 312.3368 324.40625 312.91492Q324.9375 313.47742 324.9375 314.60242Q324.9375 315.69617 324.39062 316.28992Q323.85938 316.86804 323.0625 316.86804Q322.29688 316.86804 321.76562 316.28992Q321.25 315.7118 321.25 314.53992ZM323.09375 313.05554Q322.6875 313.05554 322.42188 313.3993Q322.17188 313.74304 322.17188 314.6493Q322.17188 315.4618 322.4375 315.80554Q322.70312 316.1493 323.09375 316.1493Q323.48438 316.1493 323.75 315.80554Q324.01562 315.4618 324.01562 314.55554Q324.01562 313.72742 323.75 313.3993Q323.48438 313.05554 323.09375 313.05554ZM329.40625 313.44617Q329.40625 311.7118 330.35938 310.88367Q331.15625 310.19617 332.3125 310.19617Q333.59375 310.19617 334.40625 311.03992Q335.23438 311.86804 335.23438 313.35242Q335.23438 314.55554 334.875 315.24304Q334.51562 315.93054 333.8125 316.32117Q333.125 316.69617 332.3125 316.69617Q331.01562 316.69617 330.20312 315.86804Q329.40625 315.0243 329.40625 313.44617ZM330.48438 313.44617Q330.48438 314.63367 331.0 315.22742Q331.53125 315.82117 332.3125 315.82117Q333.10938 315.82117 333.625 315.22742Q334.14062 314.63367 334.14062 313.41492Q334.14062 312.25867 333.60938 311.66492Q333.09375 311.07117 332.3125 311.07117Q331.53125 311.07117 331.0 311.66492Q330.48438 312.24304 330.48438 313.44617ZM337.04688 316.55554L337.04688 311.1493L336.10938 311.1493L336.10938 310.3368L337.04688 310.3368L337.04688 309.66492Q337.04688 309.03992 337.15625 308.74304Q337.3125 308.32117 337.6875 308.07117Q338.07812 307.82117 338.76562 307.82117Q339.21875 307.82117 339.75 307.93054L339.59375 308.8368Q339.26562 308.78992 338.96875 308.78992Q338.48438 308.78992 338.28125 308.99304Q338.09375 309.19617 338.09375 309.75867L338.09375 310.3368L339.3125 310.3368L339.3125 311.1493L338.09375 311.1493L338.09375 316.55554L337.04688 316.55554ZM342.78125 316.55554L342.78125 310.3368L343.73438 310.3368L343.73438 311.2743Q344.09375 310.61804 344.39062 310.41492Q344.70312 310.19617 345.07812 310.19617Q345.60938 310.19617 346.15625 310.5243L345.79688 311.50867Q345.40625 311.2743 345.03125 311.2743Q344.67188 311.2743 344.39062 311.49304Q344.125 311.69617 344.01562 312.07117Q343.82812 312.63367 343.82812 313.28992L343.82812 316.55554L342.78125 316.55554ZM351.04688 314.55554L352.14062 314.68054Q351.89062 315.63367 351.1875 316.16492Q350.48438 316.69617 349.40625 316.69617Q348.04688 316.69617 347.23438 315.85242Q346.4375 315.00867 346.4375 313.49304Q346.4375 311.93054 347.25 311.07117Q348.0625 310.19617 349.34375 310.19617Q350.59375 310.19617 351.375 311.03992Q352.17188 311.88367 352.17188 313.43054Q352.17188 313.5243 352.17188 313.7118L347.53125 313.7118Q347.59375 314.74304 348.10938 315.28992Q348.625 315.82117 349.40625 315.82117Q349.98438 315.82117 350.39062 315.5243Q350.8125 315.2118 351.04688 314.55554ZM347.59375 312.85242L351.0625 312.85242Q351.0 312.05554 350.67188 311.66492Q350.15625 311.05554 349.35938 311.05554Q348.625 311.05554 348.125 311.53992Q347.64062 312.0243 347.59375 312.85242ZM353.375 314.69617L354.40625 314.53992Q354.5 315.16492 354.89062 315.49304Q355.29688 315.82117 356.03125 315.82117Q356.75 315.82117 357.09375 315.53992Q357.45312 315.24304 357.45312 314.8368Q357.45312 314.47742 357.14062 314.2743Q356.92188 314.13367 356.0625 313.91492Q354.90625 313.61804 354.45312 313.41492Q354.01562 313.19617 353.78125 312.82117Q353.54688 312.44617 353.54688 311.97742Q353.54688 311.57117 353.73438 311.2118Q353.92188 310.85242 354.25 310.61804Q354.5 310.44617 354.92188 310.32117Q355.34375 310.19617 355.84375 310.19617Q356.5625 310.19617 357.10938 310.41492Q357.67188 310.61804 357.9375 310.97742Q358.20312 311.3368 358.29688 311.93054L357.26562 312.07117Q357.20312 311.60242 356.85938 311.3368Q356.53125 311.05554 355.90625 311.05554Q355.1875 311.05554 354.875 311.30554Q354.5625 311.53992 354.5625 311.86804Q354.5625 312.07117 354.6875 312.22742Q354.82812 312.3993 355.09375 312.50867Q355.25 312.57117 356.03125 312.7743Q357.15625 313.0868 357.59375 313.2743Q358.03125 313.4618 358.28125 313.82117Q358.53125 314.18054 358.53125 314.72742Q358.53125 315.25867 358.21875 315.72742Q357.92188 316.18054 357.34375 316.44617Q356.76562 316.69617 356.03125 316.69617Q354.8125 316.69617 354.17188 316.19617Q353.54688 315.68054 353.375 314.69617ZM359.79688 318.94617L359.79688 310.3368L360.75 310.3368L360.75 311.13367Q361.09375 310.66492 361.51562 310.43054Q361.95312 310.19617 362.5625 310.19617Q363.35938 310.19617 363.96875 310.60242Q364.57812 311.00867 364.875 311.75867Q365.1875 312.50867 365.1875 313.3993Q365.1875 314.35242 364.84375 315.11804Q364.51562 315.88367 363.85938 316.28992Q363.20312 316.69617 362.48438 316.69617Q361.95312 316.69617 361.53125 316.47742Q361.10938 316.24304 360.84375 315.91492L360.84375 318.94617L359.79688 318.94617ZM360.75 313.47742Q360.75 314.68054 361.23438 315.25867Q361.71875 315.82117 362.40625 315.82117Q363.10938 315.82117 363.60938 315.22742Q364.10938 314.63367 364.10938 313.38367Q364.10938 312.19617 363.625 311.61804Q363.14062 311.0243 362.45312 311.0243Q361.78125 311.0243 361.26562 311.6493Q360.75 312.2743 360.75 313.47742ZM366.40625 313.44617Q366.40625 311.7118 367.35938 310.88367Q368.15625 310.19617 369.3125 310.19617Q370.59375 310.19617 371.40625 311.03992Q372.23438 311.86804 372.23438 313.35242Q372.23438 314.55554 371.875 315.24304Q371.51562 315.93054 370.8125 316.32117Q370.125 316.69617 369.3125 316.69617Q368.01562 316.69617 367.20312 315.86804Q366.40625 315.0243 366.40625 313.44617ZM367.48438 313.44617Q367.48438 314.63367 368.0 315.22742Q368.53125 315.82117 369.3125 315.82117Q370.10938 315.82117 370.625 315.22742Q371.14062 314.63367 371.14062 313.41492Q371.14062 312.25867 370.60938 311.66492Q370.09375 311.07117 369.3125 311.07117Q368.53125 311.07117 368.0 311.66492Q367.48438 312.24304 367.48438 313.44617ZM373.79688 316.55554L373.79688 310.3368L374.73438 310.3368L374.73438 311.2118Q375.42188 310.19617 376.71875 310.19617Q377.28125 310.19617 377.75 310.3993Q378.23438 310.60242 378.46875 310.93054Q378.70312 311.25867 378.79688 311.69617Q378.84375 311.99304 378.84375 312.72742L378.84375 316.55554L377.79688 316.55554L377.79688 312.7743Q377.79688 312.11804 377.67188 311.80554Q377.54688 311.49304 377.23438 311.30554Q376.92188 311.10242 376.5 311.10242Q375.82812 311.10242 375.32812 311.53992Q374.84375 311.9618 374.84375 313.1493L374.84375 316.55554L373.79688 316.55554ZM380.375 314.69617L381.40625 314.53992Q381.5 315.16492 381.89062 315.49304Q382.29688 315.82117 383.03125 315.82117Q383.75 315.82117 384.09375 315.53992Q384.45312 315.24304 384.45312 314.8368Q384.45312 314.47742 384.14062 314.2743Q383.92188 314.13367 383.0625 313.91492Q381.90625 313.61804 381.45312 313.41492Q381.01562 313.19617 380.78125 312.82117Q380.54688 312.44617 380.54688 311.97742Q380.54688 311.57117 380.73438 311.2118Q380.92188 310.85242 381.25 310.61804Q381.5 310.44617 381.92188 310.32117Q382.34375 310.19617 382.84375 310.19617Q383.5625 310.19617 384.10938 310.41492Q384.67188 310.61804 384.9375 310.97742Q385.20312 311.3368 385.29688 311.93054L384.26562 312.07117Q384.20312 311.60242 383.85938 311.3368Q383.53125 311.05554 382.90625 311.05554Q382.1875 311.05554 381.875 311.30554Q381.5625 311.53992 381.5625 311.86804Q381.5625 312.07117 381.6875 312.22742Q381.82812 312.3993 382.09375 312.50867Q382.25 312.57117 383.03125 312.7743Q384.15625 313.0868 384.59375 313.2743Q385.03125 313.4618 385.28125 313.82117Q385.53125 314.18054 385.53125 314.72742Q385.53125 315.25867 385.21875 315.72742Q384.92188 316.18054 384.34375 316.44617Q383.76562 316.69617 383.03125 316.69617Q381.8125 316.69617 381.17188 316.19617Q380.54688 315.68054 380.375 314.69617ZM391.04688 314.55554L392.14062 314.68054Q391.89062 315.63367 391.1875 316.16492Q390.48438 316.69617 389.40625 316.69617Q388.04688 316.69617 387.23438 315.85242Q386.4375 315.00867 386.4375 313.49304Q386.4375 311.93054 387.25 311.07117Q388.0625 310.19617 389.34375 310.19617Q390.59375 310.19617 391.375 311.03992Q392.17188 311.88367 392.17188 313.43054Q392.17188 313.5243 392.17188 313.7118L387.53125 313.7118Q387.59375 314.74304 388.10938 315.28992Q388.625 315.82117 389.40625 315.82117Q389.98438 315.82117 390.39062 315.5243Q390.8125 315.2118 391.04688 314.55554ZM387.59375 312.85242L391.0625 312.85242Q391.0 312.05554 390.67188 311.66492Q390.15625 311.05554 389.35938 311.05554Q388.625 311.05554 388.125 311.53992Q387.64062 312.0243 387.59375 312.85242ZM393.375 314.69617L394.40625 314.53992Q394.5 315.16492 394.89062 315.49304Q395.29688 315.82117 396.03125 315.82117Q396.75 315.82117 397.09375 315.53992Q397.45312 315.24304 397.45312 314.8368Q397.45312 314.47742 397.14062 314.2743Q396.92188 314.13367 396.0625 313.91492Q394.90625 313.61804 394.45312 313.41492Q394.01562 313.19617 393.78125 312.82117Q393.54688 312.44617 393.54688 311.97742Q393.54688 311.57117 393.73438 311.2118Q393.92188 310.85242 394.25 310.61804Q394.5 310.44617 394.92188 310.32117Q395.34375 310.19617 395.84375 310.19617Q396.5625 310.19617 397.10938 310.41492Q397.67188 310.61804 397.9375 310.97742Q398.20312 311.3368 398.29688 311.93054L397.26562 312.07117Q397.20312 311.60242 396.85938 311.3368Q396.53125 311.05554 395.90625 311.05554Q395.1875 311.05554 394.875 311.30554Q394.5625 311.53992 394.5625 311.86804Q394.5625 312.07117 394.6875 312.22742Q394.82812 312.3993 395.09375 312.50867Q395.25 312.57117 396.03125 312.7743Q397.15625 313.0868 397.59375 313.2743Q398.03125 313.4618 398.28125 313.82117Q398.53125 314.18054 398.53125 314.72742Q398.53125 315.25867 398.21875 315.72742Q397.92188 316.18054 397.34375 316.44617Q396.76562 316.69617 396.03125 316.69617Q394.8125 316.69617 394.17188 316.19617Q393.54688 315.68054 393.375 314.69617Z" fill-rule="nonzero"/><path fill="#666666" d="M80.578125 57.981243Q80.578125 55.84062 81.71875 54.637493Q82.875 53.418743 84.6875 53.418743Q85.890625 53.418743 86.84375 53.99687Q87.796875 54.55937 88.296875 55.574993Q88.796875 56.59062 88.796875 57.887493Q88.796875 59.18437 88.265625 60.21562Q87.734375 61.24687 86.765625 61.77812Q85.8125 62.30937 84.6875 62.30937Q83.46875 62.30937 82.515625 61.731243Q81.5625 61.137493 81.0625 60.137493Q80.578125 59.12187 80.578125 57.981243ZM81.75 57.99687Q81.75 59.55937 82.578125 60.449993Q83.421875 61.34062 84.6875 61.34062Q85.96875 61.34062 86.796875 60.449993Q87.625 59.543743 87.625 57.87187Q87.625 56.824993 87.265625 56.043743Q86.921875 55.262493 86.234375 54.84062Q85.546875 54.40312 84.703125 54.40312Q83.5 54.40312 82.625 55.231243Q81.75 56.05937 81.75 57.99687ZM89.796875 62.168743L89.796875 55.949993L90.734375 55.949993L90.734375 56.824993Q91.421875 55.80937 92.71875 55.80937Q93.28125 55.80937 93.75 56.012493Q94.234375 56.21562 94.46875 56.543743Q94.703125 56.87187 94.796875 57.30937Q94.84375 57.606243 94.84375 58.34062L94.84375 62.168743L93.796875 62.168743L93.796875 58.387493Q93.796875 57.731243 93.671875 57.418743Q93.546875 57.106243 93.234375 56.918743Q92.921875 56.71562 92.5 56.71562Q91.828125 56.71562 91.328125 57.15312Q90.84375 57.574993 90.84375 58.762493L90.84375 62.168743L89.796875 62.168743ZM96.765625 62.168743L96.765625 53.574993L97.828125 53.574993L97.828125 62.168743L96.765625 62.168743ZM99.75 64.55937L99.625 63.574993Q99.96875 63.668743 100.234375 63.668743Q100.578125 63.668743 100.78125 63.543743Q101.0 63.43437 101.140625 63.231243Q101.234375 63.05937 101.46875 62.43437Q101.484375 62.356243 101.5625 62.18437L99.1875 55.949993L100.328125 55.949993L101.625 59.543743Q101.875 60.231243 102.078125 60.99687Q102.265625 60.262493 102.515625 59.574993L103.84375 55.949993L104.890625 55.949993L102.53125 62.27812Q102.140625 63.293743 101.9375 63.68437Q101.65625 64.21562 101.28125 64.45Q100.921875 64.7 100.421875 64.7Q100.125 64.7 99.75 64.55937ZM108.875 62.168743L108.875 53.574993L110.015625 53.574993L110.015625 61.15312L114.25 61.15312L114.25 62.168743L108.875 62.168743ZM115.796875 54.793743L115.796875 53.574993L116.859375 53.574993L116.859375 54.793743L115.796875 54.793743ZM115.796875 62.168743L115.796875 55.949993L116.859375 55.949993L116.859375 62.168743L115.796875 62.168743ZM118.796875 62.168743L118.796875 55.949993L119.734375 55.949993L119.734375 56.824993Q120.421875 55.80937 121.71875 55.80937Q122.28125 55.80937 122.75 56.012493Q123.234375 56.21562 123.46875 56.543743Q123.703125 56.87187 123.796875 57.30937Q123.84375 57.606243 123.84375 58.34062L123.84375 62.168743L122.796875 62.168743L122.796875 58.387493Q122.796875 57.731243 122.671875 57.418743Q122.546875 57.106243 122.234375 56.918743Q121.921875 56.71562 121.5 56.71562Q120.828125 56.71562 120.328125 57.15312Q119.84375 57.574993 119.84375 58.762493L119.84375 62.168743L118.796875 62.168743ZM129.875 62.168743L129.875 61.24687Q129.14062 62.30937 127.890625 62.30937Q127.34375 62.30937 126.859375 62.106243Q126.390625 61.887493 126.15625 61.574993Q125.921875 61.24687 125.828125 60.77812Q125.765625 60.481243 125.765625 59.793743L125.765625 55.949993L126.828125 55.949993L126.828125 59.40312Q126.828125 60.21562 126.890625 60.512493Q126.984375 60.918743 127.296875 61.168743Q127.625 61.40312 128.10938 61.40312Q128.57812 61.40312 128.98438 61.168743Q129.40625 60.918743 129.57812 60.49687Q129.76562 60.074993 129.76562 59.27812L129.76562 55.949993L130.8125 55.949993L130.8125 62.168743L129.875 62.168743ZM132.09375 62.168743L134.35938 58.93437L132.26562 55.949993L133.57812 55.949993L134.53125 57.40312Q134.79688 57.824993 134.96875 58.106243Q135.21875 57.71562 135.4375 57.418743L136.48438 55.949993L137.75 55.949993L135.59375 58.87187L137.90625 62.168743L136.625 62.168743L135.34375 60.231243L135.0 59.71562L133.35938 62.168743L132.09375 62.168743Z" fill-rule="nonzero"/><path fill="#666666" d="M41.875 95.02736L41.875 86.43361L43.015625 86.43361L43.015625 94.011734L47.25 94.011734L47.25 95.02736L41.875 95.02736ZM48.796875 87.65236L48.796875 86.43361L49.859375 86.43361L49.859375 87.65236L48.796875 87.65236ZM48.796875 95.02736L48.796875 88.80861L49.859375 88.80861L49.859375 95.02736L48.796875 95.02736ZM51.796875 95.02736L51.796875 88.80861L52.734375 88.80861L52.734375 89.68361Q53.421875 88.667984 54.71875 88.667984Q55.28125 88.667984 55.75 88.87111Q56.234375 89.074234 56.46875 89.40236Q56.703125 89.730484 56.796875 90.167984Q56.84375 90.46486 56.84375 91.199234L56.84375 95.02736L55.796875 95.02736L55.796875 91.24611Q55.796875 90.58986 55.671875 90.27736Q55.546875 89.96486 55.234375 89.77736Q54.921875 89.574234 54.5 89.574234Q53.828125 89.574234 53.328125 90.011734Q52.84375 90.43361 52.84375 91.62111L52.84375 95.02736L51.796875 95.02736ZM62.875 95.02736L62.875 94.105484Q62.140625 95.167984 60.890625 95.167984Q60.34375 95.167984 59.859375 94.96486Q59.390625 94.74611 59.15625 94.43361Q58.921875 94.105484 58.828125 93.636734Q58.765625 93.33986 58.765625 92.65236L58.765625 88.80861L59.828125 88.80861L59.828125 92.261734Q59.828125 93.074234 59.890625 93.37111Q59.984375 93.77736 60.296875 94.02736Q60.625 94.261734 61.109375 94.261734Q61.578125 94.261734 61.984375 94.02736Q62.40625 93.77736 62.578125 93.355484Q62.765625 92.93361 62.765625 92.136734L62.765625 88.80861L63.8125 88.80861L63.8125 95.02736L62.875 95.02736ZM65.09375 95.02736L67.359375 91.792984L65.265625 88.80861L66.578125 88.80861L67.53125 90.261734Q67.796875 90.68361 67.96875 90.96486Q68.21875 90.574234 68.4375 90.27736L69.484375 88.80861L70.75 88.80861L68.59375 91.730484L70.90625 95.02736L69.625 95.02736L68.34375 93.08986L68.0 92.574234L66.359375 95.02736L65.09375 95.02736ZM78.859375 94.261734Q78.265625 94.761734 77.71875 94.96486Q77.1875 95.167984 76.5625 95.167984Q75.53125 95.167984 74.984375 94.667984Q74.4375 94.167984 74.4375 93.386734Q74.4375 92.93361 74.640625 92.55861Q74.84375 92.167984 75.1875 91.949234Q75.53125 91.71486 75.953125 91.605484Q76.25 91.511734 76.890625 91.43361Q78.15625 91.292984 78.765625 91.074234Q78.765625 90.855484 78.765625 90.80861Q78.765625 90.15236 78.46875 89.886734Q78.0625 89.542984 77.265625 89.542984Q76.53125 89.542984 76.171875 89.80861Q75.8125 90.05861 75.640625 90.71486L74.609375 90.574234Q74.75 89.917984 75.078125 89.511734Q75.40625 89.105484 76.015625 88.886734Q76.625 88.667984 77.421875 88.667984Q78.21875 88.667984 78.71875 88.855484Q79.21875 89.042984 79.453125 89.324234Q79.6875 89.605484 79.78125 90.042984Q79.828125 90.30861 79.828125 91.011734L79.828125 92.417984Q79.828125 93.886734 79.890625 94.27736Q79.96875 94.667984 80.171875 95.02736L79.0625 95.02736Q78.90625 94.699234 78.859375 94.261734ZM78.765625 91.90236Q78.1875 92.136734 77.046875 92.30861Q76.390625 92.40236 76.125 92.52736Q75.859375 92.636734 75.703125 92.855484Q75.5625 93.074234 75.5625 93.355484Q75.5625 93.77736 75.875 94.05861Q76.203125 94.33986 76.8125 94.33986Q77.421875 94.33986 77.890625 94.074234Q78.375 93.80861 78.59375 93.33986Q78.765625 92.980484 78.765625 92.292984L78.765625 91.90236ZM81.796875 95.02736L81.796875 88.80861L82.734375 88.80861L82.734375 89.68361Q83.421875 88.667984 84.71875 88.667984Q85.28125 88.667984 85.75 88.87111Q86.234375 89.074234 86.46875 89.40236Q86.703125 89.730484 86.796875 90.167984Q86.84375 90.46486 86.84375 91.199234L86.84375 95.02736L85.796875 95.02736L85.796875 91.24611Q85.796875 90.58986 85.671875 90.27736Q85.546875 89.96486 85.234375 89.77736Q84.921875 89.574234 84.5 89.574234Q83.828125 89.574234 83.328125 90.011734Q82.84375 90.43361 82.84375 91.62111L82.84375 95.02736L81.796875 95.02736ZM92.828125 95.02736L92.828125 94.24611Q92.234375 95.167984 91.09375 95.167984Q90.34375 95.167984 89.71875 94.761734Q89.09375 94.33986 88.75 93.605484Q88.40625 92.87111 88.40625 91.917984Q88.40625 90.99611 88.71875 90.230484Q89.03125 89.46486 89.65625 89.074234Q90.28125 88.667984 91.046875 88.667984Q91.609375 88.667984 92.046875 88.90236Q92.484375 89.136734 92.765625 89.511734L92.765625 86.43361L93.8125 86.43361L93.8125 95.02736L92.828125 95.02736ZM89.5 91.917984Q89.5 93.12111 90.0 93.71486Q90.5 94.292984 91.1875 94.292984Q91.875 94.292984 92.359375 93.730484Q92.84375 93.167984 92.84375 92.011734Q92.84375 90.730484 92.34375 90.136734Q91.859375 89.542984 91.140625 89.542984Q90.4375 89.542984 89.96875 90.12111Q89.5 90.68361 89.5 91.917984ZM98.796875 95.02736L98.796875 88.80861L99.734375 88.80861L99.734375 89.68361Q100.03125 89.21486 100.515625 88.949234Q101.0 88.667984 101.625 88.667984Q102.3125 88.667984 102.75 88.949234Q103.203125 89.230484 103.375 89.74611Q104.125 88.667984 105.296875 88.667984Q106.234375 88.667984 106.71875 89.18361Q107.21875 89.68361 107.21875 90.761734L107.21875 95.02736L106.171875 95.02736L106.171875 91.105484Q106.171875 90.480484 106.0625 90.199234Q105.96875 89.917984 105.703125 89.74611Q105.4375 89.574234 105.0625 89.574234Q104.40625 89.574234 103.96875 90.011734Q103.546875 90.449234 103.546875 91.417984L103.546875 95.02736L102.484375 95.02736L102.484375 90.980484Q102.484375 90.27736 102.21875 89.93361Q101.96875 89.574234 101.390625 89.574234Q100.9375 89.574234 100.5625 89.80861Q100.1875 90.042984 100.015625 90.49611Q99.84375 90.949234 99.84375 91.792984L99.84375 95.02736L98.796875 95.02736ZM112.859375 94.261734Q112.265625 94.761734 111.71875 94.96486Q111.1875 95.167984 110.5625 95.167984Q109.53125 95.167984 108.984375 94.667984Q108.4375 94.167984 108.4375 93.386734Q108.4375 92.93361 108.640625 92.55861Q108.84375 92.167984 109.1875 91.949234Q109.53125 91.71486 109.953125 91.605484Q110.25 91.511734 110.890625 91.43361Q112.15625 91.292984 112.765625 91.074234Q112.765625 90.855484 112.765625 90.80861Q112.765625 90.15236 112.46875 89.886734Q112.0625 89.542984 111.265625 89.542984Q110.53125 89.542984 110.171875 89.80861Q109.8125 90.05861 109.640625 90.71486L108.609375 90.574234Q108.75 89.917984 109.078125 89.511734Q109.40625 89.105484 110.015625 88.886734Q110.625 88.667984 111.421875 88.667984Q112.21875 88.667984 112.71875 88.855484Q113.21875 89.042984 113.453125 89.324234Q113.6875 89.605484 113.78125 90.042984Q113.828125 90.30861 113.828125 91.011734L113.828125 92.417984Q113.828125 93.886734 113.890625 94.27736Q113.96875 94.667984 114.171875 95.02736L113.0625 95.02736Q112.90625 94.699234 112.859375 94.261734ZM112.765625 91.90236Q112.1875 92.136734 111.046875 92.30861Q110.390625 92.40236 110.125 92.52736Q109.859375 92.636734 109.703125 92.855484Q109.5625 93.074234 109.5625 93.355484Q109.5625 93.77736 109.875 94.05861Q110.203125 94.33986 110.8125 94.33986Q111.421875 94.33986 111.890625 94.074234Q112.375 93.80861 112.59375 93.33986Q112.765625 92.980484 112.765625 92.292984L112.765625 91.90236ZM119.859375 92.74611L120.890625 92.886734Q120.71875 93.949234 120.015625 94.55861Q119.3125 95.167984 118.296875 95.167984Q117.015625 95.167984 116.234375 94.33986Q115.46875 93.49611 115.46875 91.93361Q115.46875 90.93361 115.796875 90.18361Q116.140625 89.417984 116.8125 89.042984Q117.5 88.667984 118.3125 88.667984Q119.3125 88.667984 119.953125 89.18361Q120.609375 89.68361 120.796875 90.636734L119.765625 90.792984Q119.625 90.167984 119.25 89.855484Q118.875 89.52736 118.34375 89.52736Q117.546875 89.52736 117.046875 90.105484Q116.546875 90.667984 116.546875 91.90236Q116.546875 93.167984 117.03125 93.730484Q117.515625 94.292984 118.28125 94.292984Q118.90625 94.292984 119.3125 93.917984Q119.734375 93.542984 119.859375 92.74611ZM121.578125 90.83986Q121.578125 88.699234 122.71875 87.49611Q123.875 86.27736 125.6875 86.27736Q126.890625 86.27736 127.84375 86.855484Q128.79688 87.417984 129.29688 88.43361Q129.79688 89.449234 129.79688 90.74611Q129.79688 92.042984 129.26562 93.074234Q128.73438 94.105484 127.765625 94.636734Q126.8125 95.167984 125.6875 95.167984Q124.46875 95.167984 123.515625 94.58986Q122.5625 93.99611 122.0625 92.99611Q121.578125 91.980484 121.578125 90.83986ZM122.75 90.855484Q122.75 92.417984 123.578125 93.30861Q124.421875 94.199234 125.6875 94.199234Q126.96875 94.199234 127.796875 93.30861Q128.625 92.40236 128.625 90.730484Q128.625 89.68361 128.26562 88.90236Q127.921875 88.12111 127.234375 87.699234Q126.546875 87.261734 125.703125 87.261734Q124.5 87.261734 123.625 88.08986Q122.75 88.917984 122.75 90.855484ZM130.54688 92.261734L131.60938 92.167984Q131.6875 92.824234 131.96875 93.230484Q132.25 93.636734 132.82812 93.90236Q133.42188 94.15236 134.15625 94.15236Q134.79688 94.15236 135.29688 93.96486Q135.79688 93.761734 136.03125 93.43361Q136.28125 93.08986 136.28125 92.699234Q136.28125 92.292984 136.04688 91.99611Q135.8125 91.68361 135.28125 91.480484Q134.92188 91.33986 133.73438 91.05861Q132.5625 90.77736 132.09375 90.52736Q131.46875 90.199234 131.17188 89.730484Q130.875 89.24611 130.875 88.65236Q130.875 88.011734 131.23438 87.449234Q131.60938 86.87111 132.3125 86.58986Q133.03125 86.292984 133.89062 86.292984Q134.84375 86.292984 135.57812 86.605484Q136.3125 86.90236 136.70312 87.511734Q137.09375 88.105484 137.125 88.855484L136.03125 88.93361Q135.9375 88.12111 135.42188 87.71486Q134.92188 87.292984 133.9375 87.292984Q132.90625 87.292984 132.4375 87.667984Q131.96875 88.042984 131.96875 88.574234Q131.96875 89.042984 132.29688 89.33986Q132.625 89.636734 134.0 89.949234Q135.39062 90.261734 135.90625 90.49611Q136.65625 90.855484 137.01562 91.386734Q137.375 91.90236 137.375 92.605484Q137.375 93.292984 136.98438 93.90236Q136.59375 94.49611 135.85938 94.83986Q135.125 95.167984 134.20312 95.167984Q133.03125 95.167984 132.23438 94.83986Q131.45312 94.49611 131.0 93.80861Q130.5625 93.12111 130.54688 92.261734Z" fill-rule="nonzero"/><path fill="#666666" d="M70.578125 123.69847Q70.578125 121.557846 71.71875 120.35472Q72.875 119.13597 74.6875 119.13597Q75.890625 119.13597 76.84375 119.714096Q77.796875 120.276596 78.296875 121.29222Q78.796875 122.307846 78.796875 123.60472Q78.796875 124.901596 78.265625 125.932846Q77.734375 126.964096 76.765625 127.495346Q75.8125 128.0266 74.6875 128.0266Q73.46875 128.0266 72.515625 127.44847Q71.5625 126.85472 71.0625 125.85472Q70.578125 124.839096 70.578125 123.69847ZM71.75 123.714096Q71.75 125.276596 72.578125 126.16722Q73.421875 127.057846 74.6875 127.057846Q75.96875 127.057846 76.796875 126.16722Q77.625 125.26097 77.625 123.589096Q77.625 122.54222 77.265625 121.76097Q76.921875 120.97972 76.234375 120.557846Q75.546875 120.120346 74.703125 120.120346Q73.5 120.120346 72.625 120.94847Q71.75 121.776596 71.75 123.714096ZM79.796875 127.88597L79.796875 121.66722L80.734375 121.66722L80.734375 122.54222Q81.421875 121.526596 82.71875 121.526596Q83.28125 121.526596 83.75 121.72972Q84.234375 121.932846 84.46875 122.26097Q84.703125 122.589096 84.796875 123.026596Q84.84375 123.32347 84.84375 124.057846L84.84375 127.88597L83.796875 127.88597L83.796875 124.10472Q83.796875 123.44847 83.671875 123.13597Q83.546875 122.82347 83.234375 122.63597Q82.921875 122.432846 82.5 122.432846Q81.828125 122.432846 81.328125 122.870346Q80.84375 123.29222 80.84375 124.47972L80.84375 127.88597L79.796875 127.88597ZM86.765625 127.88597L86.765625 119.29222L87.828125 119.29222L87.828125 127.88597L86.765625 127.88597ZM89.75 130.2766L89.625 129.29222Q89.96875 129.38597 90.234375 129.38597Q90.578125 129.38597 90.78125 129.26097Q91.0 129.1516 91.140625 128.94847Q91.234375 128.7766 91.46875 128.1516Q91.484375 128.07347 91.5625 127.901596L89.1875 121.66722L90.328125 121.66722L91.625 125.26097Q91.875 125.94847 92.078125 126.714096Q92.265625 125.97972 92.515625 125.29222L93.84375 121.66722L94.890625 121.66722L92.53125 127.995346Q92.140625 129.01097 91.9375 129.4016Q91.65625 129.93285 91.28125 130.16722Q90.921875 130.41722 90.421875 130.41722Q90.125 130.41722 89.75 130.2766ZM98.796875 127.88597L98.796875 121.66722L99.734375 121.66722L99.734375 122.54222Q100.03125 122.07347 100.515625 121.807846Q101.0 121.526596 101.625 121.526596Q102.3125 121.526596 102.75 121.807846Q103.203125 122.089096 103.375 122.60472Q104.125 121.526596 105.296875 121.526596Q106.234375 121.526596 106.71875 122.04222Q107.21875 122.54222 107.21875 123.620346L107.21875 127.88597L106.171875 127.88597L106.171875 123.964096Q106.171875 123.339096 106.0625 123.057846Q105.96875 122.776596 105.703125 122.60472Q105.4375 122.432846 105.0625 122.432846Q104.40625 122.432846 103.96875 122.870346Q103.546875 123.307846 103.546875 124.276596L103.546875 127.88597L102.484375 127.88597L102.484375 123.839096Q102.484375 123.13597 102.21875 122.79222Q101.96875 122.432846 101.390625 122.432846Q100.9375 122.432846 100.5625 122.66722Q100.1875 122.901596 100.015625 123.35472Q99.84375 123.807846 99.84375 124.651596L99.84375 127.88597L98.796875 127.88597ZM112.859375 127.120346Q112.265625 127.620346 111.71875 127.82347Q111.1875 128.0266 110.5625 128.0266Q109.53125 128.0266 108.984375 127.526596Q108.4375 127.026596 108.4375 126.245346Q108.4375 125.79222 108.640625 125.41722Q108.84375 125.026596 109.1875 124.807846Q109.53125 124.57347 109.953125 124.464096Q110.25 124.370346 110.890625 124.29222Q112.15625 124.151596 112.765625 123.932846Q112.765625 123.714096 112.765625 123.66722Q112.765625 123.01097 112.46875 122.745346Q112.0625 122.401596 111.265625 122.401596Q110.53125 122.401596 110.171875 122.66722Q109.8125 122.91722 109.640625 123.57347L108.609375 123.432846Q108.75 122.776596 109.078125 122.370346Q109.40625 121.964096 110.015625 121.745346Q110.625 121.526596 111.421875 121.526596Q112.21875 121.526596 112.71875 121.714096Q113.21875 121.901596 113.453125 122.182846Q113.6875 122.464096 113.78125 122.901596Q113.828125 123.16722 113.828125 123.870346L113.828125 125.276596Q113.828125 126.745346 113.890625 127.13597Q113.96875 127.526596 114.171875 127.88597L113.0625 127.88597Q112.90625 127.557846 112.859375 127.120346ZM112.765625 124.76097Q112.1875 124.995346 111.046875 125.16722Q110.390625 125.26097 110.125 125.38597Q109.859375 125.495346 109.703125 125.714096Q109.5625 125.932846 109.5625 126.214096Q109.5625 126.63597 109.875 126.91722Q110.203125 127.19847 110.8125 127.19847Q111.421875 127.19847 111.890625 126.932846Q112.375 126.66722 112.59375 126.19847Q112.765625 125.839096 112.765625 125.151596L112.765625 124.76097ZM119.859375 125.60472L120.890625 125.745346Q120.71875 126.807846 120.015625 127.41722Q119.3125 128.0266 118.296875 128.0266Q117.015625 128.0266 116.234375 127.19847Q115.46875 126.35472 115.46875 124.79222Q115.46875 123.79222 115.796875 123.04222Q116.140625 122.276596 116.8125 121.901596Q117.5 121.526596 118.3125 121.526596Q119.3125 121.526596 119.953125 122.04222Q120.609375 122.54222 120.796875 123.495346L119.765625 123.651596Q119.625 123.026596 119.25 122.714096Q118.875 122.38597 118.34375 122.38597Q117.546875 122.38597 117.046875 122.964096Q116.546875 123.526596 116.546875 124.76097Q116.546875 126.026596 117.03125 126.589096Q117.515625 127.151596 118.28125 127.151596Q118.90625 127.151596 119.3125 126.776596Q119.734375 126.401596 119.859375 125.60472ZM121.578125 123.69847Q121.578125 121.557846 122.71875 120.35472Q123.875 119.13597 125.6875 119.13597Q126.890625 119.13597 127.84375 119.714096Q128.79688 120.276596 129.29688 121.29222Q129.79688 122.307846 129.79688 123.60472Q129.79688 124.901596 129.26562 125.932846Q128.73438 126.964096 127.765625 127.495346Q126.8125 128.0266 125.6875 128.0266Q124.46875 128.0266 123.515625 127.44847Q122.5625 126.85472 122.0625 125.85472Q121.578125 124.839096 121.578125 123.69847ZM122.75 123.714096Q122.75 125.276596 123.578125 126.16722Q124.421875 127.057846 125.6875 127.057846Q126.96875 127.057846 127.796875 126.16722Q128.625 125.26097 128.625 123.589096Q128.625 122.54222 128.26562 121.76097Q127.921875 120.97972 127.234375 120.557846Q126.546875 120.120346 125.703125 120.120346Q124.5 120.120346 123.625 120.94847Q122.75 121.776596 122.75 123.714096ZM130.54688 125.120346L131.60938 125.026596Q131.6875 125.682846 131.96875 126.089096Q132.25 126.495346 132.82812 126.76097Q133.42188 127.01097 134.15625 127.01097Q134.79688 127.01097 135.29688 126.82347Q135.79688 126.620346 136.03125 126.29222Q136.28125 125.94847 136.28125 125.557846Q136.28125 125.151596 136.04688 124.85472Q135.8125 124.54222 135.28125 124.339096Q134.92188 124.19847 133.73438 123.91722Q132.5625 123.63597 132.09375 123.38597Q131.46875 123.057846 131.17188 122.589096Q130.875 122.10472 130.875 121.51097Q130.875 120.870346 131.23438 120.307846Q131.60938 119.72972 132.3125 119.44847Q133.03125 119.151596 133.89062 119.151596Q134.84375 119.151596 135.57812 119.464096Q136.3125 119.76097 136.70312 120.370346Q137.09375 120.964096 137.125 121.714096L136.03125 121.79222Q135.9375 120.97972 135.42188 120.57347Q134.92188 120.151596 133.9375 120.151596Q132.90625 120.151596 132.4375 120.526596Q131.96875 120.901596 131.96875 121.432846Q131.96875 121.901596 132.29688 122.19847Q132.625 122.495346 134.0 122.807846Q135.39062 123.120346 135.90625 123.35472Q136.65625 123.714096 137.01562 124.245346Q137.375 124.76097 137.375 125.464096Q137.375 126.151596 136.98438 126.76097Q136.59375 127.35472 135.85938 127.69847Q135.125 128.0266 134.20312 128.0266Q133.03125 128.0266 132.23438 127.69847Q131.45312 127.35472 131.0 126.66722Q130.5625 125.97972 130.54688 125.120346Z" fill-rule="nonzero"/><path fill="#666666" d="M31.875 160.74458L31.875 152.15083L33.015625 152.15083L33.015625 159.72896L37.25 159.72896L37.25 160.74458L31.875 160.74458ZM38.796875 153.36958L38.796875 152.15083L39.859375 152.15083L39.859375 153.36958L38.796875 153.36958ZM38.796875 160.74458L38.796875 154.52583L39.859375 154.52583L39.859375 160.74458L38.796875 160.74458ZM41.796875 160.74458L41.796875 154.52583L42.734375 154.52583L42.734375 155.40083Q43.421875 154.38521 44.71875 154.38521Q45.28125 154.38521 45.75 154.58833Q46.234375 154.79146 46.46875 155.11958Q46.703125 155.44771 46.796875 155.88521Q46.84375 156.18208 46.84375 156.91646L46.84375 160.74458L45.796875 160.74458L45.796875 156.96333Q45.796875 156.30708 45.671875 155.99458Q45.546875 155.68208 45.234375 155.49458Q44.921875 155.29146 44.5 155.29146Q43.828125 155.29146 43.328125 155.72896Q42.84375 156.15083 42.84375 157.33833L42.84375 160.74458L41.796875 160.74458ZM52.875 160.74458L52.875 159.82271Q52.140625 160.88521 50.890625 160.88521Q50.34375 160.88521 49.859375 160.68208Q49.390625 160.46333 49.15625 160.15083Q48.921875 159.82271 48.828125 159.35396Q48.765625 159.05708 48.765625 158.36958L48.765625 154.52583L49.828125 154.52583L49.828125 157.97896Q49.828125 158.79146 49.890625 159.08833Q49.984375 159.49458 50.296875 159.74458Q50.625 159.97896 51.109375 159.97896Q51.578125 159.97896 51.984375 159.74458Q52.40625 159.49458 52.578125 159.07271Q52.765625 158.65083 52.765625 157.85396L52.765625 154.52583L53.8125 154.52583L53.8125 160.74458L52.875 160.74458ZM55.09375 160.74458L57.359375 157.51021L55.265625 154.52583L56.578125 154.52583L57.53125 155.97896Q57.796875 156.40083 57.96875 156.68208Q58.21875 156.29146 58.4375 155.99458L59.484375 154.52583L60.75 154.52583L58.59375 157.44771L60.90625 160.74458L59.625 160.74458L58.34375 158.80708L58.0 158.29146L56.359375 160.74458L55.09375 160.74458ZM68.859375 159.97896Q68.265625 160.47896 67.71875 160.68208Q67.1875 160.88521 66.5625 160.88521Q65.53125 160.88521 64.984375 160.38521Q64.4375 159.88521 64.4375 159.10396Q64.4375 158.65083 64.640625 158.27583Q64.84375 157.88521 65.1875 157.66646Q65.53125 157.43208 65.953125 157.32271Q66.25 157.22896 66.890625 157.15083Q68.15625 157.01021 68.765625 156.79146Q68.765625 156.57271 68.765625 156.52583Q68.765625 155.86958 68.46875 155.60396Q68.0625 155.26021 67.265625 155.26021Q66.53125 155.26021 66.171875 155.52583Q65.8125 155.77583 65.640625 156.43208L64.609375 156.29146Q64.75 155.63521 65.078125 155.22896Q65.40625 154.82271 66.015625 154.60396Q66.625 154.38521 67.421875 154.38521Q68.21875 154.38521 68.71875 154.57271Q69.21875 154.76021 69.453125 155.04146Q69.6875 155.32271 69.78125 155.76021Q69.828125 156.02583 69.828125 156.72896L69.828125 158.13521Q69.828125 159.60396 69.890625 159.99458Q69.96875 160.38521 70.171875 160.74458L69.0625 160.74458Q68.90625 160.41646 68.859375 159.97896ZM68.765625 157.61958Q68.1875 157.85396 67.046875 158.02583Q66.390625 158.11958 66.125 158.24458Q65.859375 158.35396 65.703125 158.57271Q65.5625 158.79146 65.5625 159.07271Q65.5625 159.49458 65.875 159.77583Q66.203125 160.05708 66.8125 160.05708Q67.421875 160.05708 67.890625 159.79146Q68.375 159.52583 68.59375 159.05708Q68.765625 158.69771 68.765625 158.01021L68.765625 157.61958ZM71.796875 160.74458L71.796875 154.52583L72.734375 154.52583L72.734375 155.40083Q73.421875 154.38521 74.71875 154.38521Q75.28125 154.38521 75.75 154.58833Q76.234375 154.79146 76.46875 155.11958Q76.703125 155.44771 76.796875 155.88521Q76.84375 156.18208 76.84375 156.91646L76.84375 160.74458L75.796875 160.74458L75.796875 156.96333Q75.796875 156.30708 75.671875 155.99458Q75.546875 155.68208 75.234375 155.49458Q74.921875 155.29146 74.5 155.29146Q73.828125 155.29146 73.328125 155.72896Q72.84375 156.15083 72.84375 157.33833L72.84375 160.74458L71.796875 160.74458ZM82.828125 160.74458L82.828125 159.96333Q82.234375 160.88521 81.09375 160.88521Q80.34375 160.88521 79.71875 160.47896Q79.09375 160.05708 78.75 159.32271Q78.40625 158.58833 78.40625 157.63521Q78.40625 156.71333 78.71875 155.94771Q79.03125 155.18208 79.65625 154.79146Q80.28125 154.38521 81.046875 154.38521Q81.609375 154.38521 82.046875 154.61958Q82.484375 154.85396 82.765625 155.22896L82.765625 152.15083L83.8125 152.15083L83.8125 160.74458L82.828125 160.74458ZM79.5 157.63521Q79.5 158.83833 80.0 159.43208Q80.5 160.01021 81.1875 160.01021Q81.875 160.01021 82.359375 159.44771Q82.84375 158.88521 82.84375 157.72896Q82.84375 156.44771 82.34375 155.85396Q81.859375 155.26021 81.140625 155.26021Q80.4375 155.26021 79.96875 155.83833Q79.5 156.40083 79.5 157.63521ZM90.421875 160.74458L88.140625 152.15083L89.3125 152.15083L90.625 157.79146Q90.828125 158.66646 90.984375 159.54146Q91.3125 158.16646 91.375 157.94771L93.0 152.15083L94.375 152.15083L95.609375 156.49458Q96.0625 158.11958 96.28125 159.54146Q96.4375 158.72896 96.703125 157.66646L98.046875 152.15083L99.1875 152.15083L96.84375 160.74458L95.734375 160.74458L93.9375 154.19771Q93.703125 153.38521 93.65625 153.19771Q93.53125 153.77583 93.40625 154.19771L91.59375 160.74458L90.421875 160.74458ZM99.796875 153.36958L99.796875 152.15083L100.859375 152.15083L100.859375 153.36958L99.796875 153.36958ZM99.796875 160.74458L99.796875 154.52583L100.859375 154.52583L100.859375 160.74458L99.796875 160.74458ZM102.796875 160.74458L102.796875 154.52583L103.734375 154.52583L103.734375 155.40083Q104.421875 154.38521 105.71875 154.38521Q106.28125 154.38521 106.75 154.58833Q107.234375 154.79146 107.46875 155.11958Q107.703125 155.44771 107.796875 155.88521Q107.84375 156.18208 107.84375 156.91646L107.84375 160.74458L106.796875 160.74458L106.796875 156.96333Q106.796875 156.30708 106.671875 155.99458Q106.546875 155.68208 106.234375 155.49458Q105.921875 155.29146 105.5 155.29146Q104.828125 155.29146 104.328125 155.72896Q103.84375 156.15083 103.84375 157.33833L103.84375 160.74458L102.796875 160.74458ZM113.828125 160.74458L113.828125 159.96333Q113.234375 160.88521 112.09375 160.88521Q111.34375 160.88521 110.71875 160.47896Q110.09375 160.05708 109.75 159.32271Q109.40625 158.58833 109.40625 157.63521Q109.40625 156.71333 109.71875 155.94771Q110.03125 155.18208 110.65625 154.79146Q111.28125 154.38521 112.046875 154.38521Q112.609375 154.38521 113.046875 154.61958Q113.484375 154.85396 113.765625 155.22896L113.765625 152.15083L114.8125 152.15083L114.8125 160.74458L113.828125 160.74458ZM110.5 157.63521Q110.5 158.83833 111.0 159.43208Q111.5 160.01021 112.1875 160.01021Q112.875 160.01021 113.359375 159.44771Q113.84375 158.88521 113.84375 157.72896Q113.84375 156.44771 113.34375 155.85396Q112.859375 155.26021 112.140625 155.26021Q111.4375 155.26021 110.96875 155.83833Q110.5 156.40083 110.5 157.63521ZM116.40625 157.63521Q116.40625 155.90083 117.359375 155.07271Q118.15625 154.38521 119.3125 154.38521Q120.59375 154.38521 121.40625 155.22896Q122.234375 156.05708 122.234375 157.54146Q122.234375 158.74458 121.875 159.43208Q121.515625 160.11958 120.8125 160.51021Q120.125 160.88521 119.3125 160.88521Q118.015625 160.88521 117.203125 160.05708Q116.40625 159.21333 116.40625 157.63521ZM117.484375 157.63521Q117.484375 158.82271 118.0 159.41646Q118.53125 160.01021 119.3125 160.01021Q120.109375 160.01021 120.625 159.41646Q121.140625 158.82271 121.140625 157.60396Q121.140625 156.44771 120.609375 155.85396Q120.09375 155.26021 119.3125 155.26021Q118.53125 155.26021 118.0 155.85396Q117.484375 156.43208 117.484375 157.63521ZM124.9375 160.74458L123.03125 154.52583L124.125 154.52583L125.109375 158.11958L125.484375 159.44771Q125.515625 159.35396 125.8125 158.16646L126.796875 154.52583L127.875 154.52583L128.8125 158.13521L129.125 159.32271L129.48438 158.11958L130.54688 154.52583L131.57812 154.52583L129.625 160.74458L128.53125 160.74458L127.546875 157.01021L127.296875 155.96333L126.046875 160.74458L124.9375 160.74458ZM132.375 158.88521L133.40625 158.72896Q133.5 159.35396 133.89062 159.68208Q134.29688 160.01021 135.03125 160.01021Q135.75 160.01021 136.09375 159.72896Q136.45312 159.43208 136.45312 159.02583Q136.45312 158.66646 136.14062 158.46333Q135.92188 158.32271 135.0625 158.10396Q133.90625 157.80708 133.45312 157.60396Q133.01562 157.38521 132.78125 157.01021Q132.54688 156.63521 132.54688 156.16646Q132.54688 155.76021 132.73438 155.40083Q132.92188 155.04146 133.25 154.80708Q133.5 154.63521 133.92188 154.51021Q134.34375 154.38521 134.84375 154.38521Q135.5625 154.38521 136.10938 154.60396Q136.67188 154.80708 136.9375 155.16646Q137.20312 155.52583 137.29688 156.11958L136.26562 156.26021Q136.20312 155.79146 135.85938 155.52583Q135.53125 155.24458 134.90625 155.24458Q134.1875 155.24458 133.875 155.49458Q133.5625 155.72896 133.5625 156.05708Q133.5625 156.26021 133.6875 156.41646Q133.82812 156.58833 134.09375 156.69771Q134.25 156.76021 135.03125 156.96333Q136.15625 157.27583 136.59375 157.46333Q137.03125 157.65083 137.28125 158.01021Q137.53125 158.36958 137.53125 158.91646Q137.53125 159.44771 137.21875 159.91646Q136.92188 160.36958 136.34375 160.63521Q135.76562 160.88521 135.03125 160.88521Q133.8125 160.88521 133.17188 160.38521Q132.54688 159.86958 132.375 158.88521Z" fill-rule="nonzero"/><path fill="#666666" d="M60.578125 189.41571Q60.578125 187.27509 61.71875 186.07196Q62.875 184.85321 64.6875 184.85321Q65.890625 184.85321 66.84375 185.43134Q67.796875 185.99384 68.296875 187.00946Q68.796875 188.02509 68.796875 189.32196Q68.796875 190.61884 68.265625 191.65009Q67.734375 192.68134 66.765625 193.21259Q65.8125 193.74384 64.6875 193.74384Q63.46875 193.74384 62.515625 193.16571Q61.5625 192.57196 61.0625 191.57196Q60.578125 190.55634 60.578125 189.41571ZM61.75 189.43134Q61.75 190.99384 62.578125 191.88446Q63.421875 192.77509 64.6875 192.77509Q65.96875 192.77509 66.796875 191.88446Q67.625 190.97821 67.625 189.30634Q67.625 188.25946 67.265625 187.47821Q66.921875 186.69696 66.234375 186.27509Q65.546875 185.83759 64.703125 185.83759Q63.5 185.83759 62.625 186.66571Q61.75 187.49384 61.75 189.43134ZM69.796875 193.60321L69.796875 187.38446L70.734375 187.38446L70.734375 188.25946Q71.421875 187.24384 72.71875 187.24384Q73.28125 187.24384 73.75 187.44696Q74.234375 187.65009 74.46875 187.97821Q74.703125 188.30634 74.796875 188.74384Q74.84375 189.04071 74.84375 189.77509L74.84375 193.60321L73.796875 193.60321L73.796875 189.82196Q73.796875 189.16571 73.671875 188.85321Q73.546875 188.54071 73.234375 188.35321Q72.921875 188.15009 72.5 188.15009Q71.828125 188.15009 71.328125 188.58759Q70.84375 189.00946 70.84375 190.19696L70.84375 193.60321L69.796875 193.60321ZM76.765625 193.60321L76.765625 185.00946L77.828125 185.00946L77.828125 193.60321L76.765625 193.60321ZM79.75 195.99384L79.625 195.00946Q79.96875 195.10321 80.234375 195.10321Q80.578125 195.10321 80.78125 194.97821Q81.0 194.86884 81.140625 194.66571Q81.234375 194.49384 81.46875 193.86884Q81.484375 193.79071 81.5625 193.61884L79.1875 187.38446L80.328125 187.38446L81.625 190.97821Q81.875 191.66571 82.078125 192.43134Q82.265625 191.69696 82.515625 191.00946L83.84375 187.38446L84.890625 187.38446L82.53125 193.71259Q82.140625 194.72821 81.9375 195.11884Q81.65625 195.65009 81.28125 195.88446Q80.921875 196.13446 80.421875 196.13446Q80.125 196.13446 79.75 195.99384ZM90.421875 193.60321L88.140625 185.00946L89.3125 185.00946L90.625 190.65009Q90.828125 191.52509 90.984375 192.40009Q91.3125 191.02509 91.375 190.80634L93.0 185.00946L94.375 185.00946L95.609375 189.35321Q96.0625 190.97821 96.28125 192.40009Q96.4375 191.58759 96.703125 190.52509L98.046875 185.00946L99.1875 185.00946L96.84375 193.60321L95.734375 193.60321L93.9375 187.05634Q93.703125 186.24384 93.65625 186.05634Q93.53125 186.63446 93.40625 187.05634L91.59375 193.60321L90.421875 193.60321ZM99.796875 186.22821L99.796875 185.00946L100.859375 185.00946L100.859375 186.22821L99.796875 186.22821ZM99.796875 193.60321L99.796875 187.38446L100.859375 187.38446L100.859375 193.60321L99.796875 193.60321ZM102.796875 193.60321L102.796875 187.38446L103.734375 187.38446L103.734375 188.25946Q104.421875 187.24384 105.71875 187.24384Q106.28125 187.24384 106.75 187.44696Q107.234375 187.65009 107.46875 187.97821Q107.703125 188.30634 107.796875 188.74384Q107.84375 189.04071 107.84375 189.77509L107.84375 193.60321L106.796875 193.60321L106.796875 189.82196Q106.796875 189.16571 106.671875 188.85321Q106.546875 188.54071 106.234375 188.35321Q105.921875 188.15009 105.5 188.15009Q104.828125 188.15009 104.328125 188.58759Q103.84375 189.00946 103.84375 190.19696L103.84375 193.60321L102.796875 193.60321ZM113.828125 193.60321L113.828125 192.82196Q113.234375 193.74384 112.09375 193.74384Q111.34375 193.74384 110.71875 193.33759Q110.09375 192.91571 109.75 192.18134Q109.40625 191.44696 109.40625 190.49384Q109.40625 189.57196 109.71875 188.80634Q110.03125 188.04071 110.65625 187.65009Q111.28125 187.24384 112.046875 187.24384Q112.609375 187.24384 113.046875 187.47821Q113.484375 187.71259 113.765625 188.08759L113.765625 185.00946L114.8125 185.00946L114.8125 193.60321L113.828125 193.60321ZM110.5 190.49384Q110.5 191.69696 111.0 192.29071Q111.5 192.86884 112.1875 192.86884Q112.875 192.86884 113.359375 192.30634Q113.84375 191.74384 113.84375 190.58759Q113.84375 189.30634 113.34375 188.71259Q112.859375 188.11884 112.140625 188.11884Q111.4375 188.11884 110.96875 188.69696Q110.5 189.25946 110.5 190.49384ZM116.40625 190.49384Q116.40625 188.75946 117.359375 187.93134Q118.15625 187.24384 119.3125 187.24384Q120.59375 187.24384 121.40625 188.08759Q122.234375 188.91571 122.234375 190.40009Q122.234375 191.60321 121.875 192.29071Q121.515625 192.97821 120.8125 193.36884Q120.125 193.74384 119.3125 193.74384Q118.015625 193.74384 117.203125 192.91571Q116.40625 192.07196 116.40625 190.49384ZM117.484375 190.49384Q117.484375 191.68134 118.0 192.27509Q118.53125 192.86884 119.3125 192.86884Q120.109375 192.86884 120.625 192.27509Q121.140625 191.68134 121.140625 190.46259Q121.140625 189.30634 120.609375 188.71259Q120.09375 188.11884 119.3125 188.11884Q118.53125 188.11884 118.0 188.71259Q117.484375 189.29071 117.484375 190.49384ZM124.9375 193.60321L123.03125 187.38446L124.125 187.38446L125.109375 190.97821L125.484375 192.30634Q125.515625 192.21259 125.8125 191.02509L126.796875 187.38446L127.875 187.38446L128.8125 190.99384L129.125 192.18134L129.48438 190.97821L130.54688 187.38446L131.57812 187.38446L129.625 193.60321L128.53125 193.60321L127.546875 189.86884L127.296875 188.82196L126.046875 193.60321L124.9375 193.60321ZM132.375 191.74384L133.40625 191.58759Q133.5 192.21259 133.89062 192.54071Q134.29688 192.86884 135.03125 192.86884Q135.75 192.86884 136.09375 192.58759Q136.45312 192.29071 136.45312 191.88446Q136.45312 191.52509 136.14062 191.32196Q135.92188 191.18134 135.0625 190.96259Q133.90625 190.66571 133.45312 190.46259Q133.01562 190.24384 132.78125 189.86884Q132.54688 189.49384 132.54688 189.02509Q132.54688 188.61884 132.73438 188.25946Q132.92188 187.90009 133.25 187.66571Q133.5 187.49384 133.92188 187.36884Q134.34375 187.24384 134.84375 187.24384Q135.5625 187.24384 136.10938 187.46259Q136.67188 187.66571 136.9375 188.02509Q137.20312 188.38446 137.29688 188.97821L136.26562 189.11884Q136.20312 188.65009 135.85938 188.38446Q135.53125 188.10321 134.90625 188.10321Q134.1875 188.10321 133.875 188.35321Q133.5625 188.58759 133.5625 188.91571Q133.5625 189.11884 133.6875 189.27509Q133.82812 189.44696 134.09375 189.55634Q134.25 189.61884 135.03125 189.82196Q136.15625 190.13446 136.59375 190.32196Q137.03125 190.50946 137.28125 190.86884Q137.53125 191.22821 137.53125 191.77509Q137.53125 192.30634 137.21875 192.77509Q136.92188 193.22821 136.34375 193.49384Q135.76562 193.74384 135.03125 193.74384Q133.8125 193.74384 133.17188 193.24384Q132.54688 192.72821 132.375 191.74384Z" fill-rule="nonzero"/><path fill="#666666" d="M17.875 219.46182L17.875 210.86807L19.015625 210.86807L19.015625 218.4462L23.25 218.4462L23.25 219.46182L17.875 219.46182ZM24.796875 212.08682L24.796875 210.86807L25.859375 210.86807L25.859375 212.08682L24.796875 212.08682ZM24.796875 219.46182L24.796875 213.24307L25.859375 213.24307L25.859375 219.46182L24.796875 219.46182ZM27.796875 219.46182L27.796875 213.24307L28.734375 213.24307L28.734375 214.11807Q29.421875 213.10245 30.71875 213.10245Q31.28125 213.10245 31.75 213.30557Q32.234375 213.5087 32.46875 213.83682Q32.703125 214.16495 32.796875 214.60245Q32.84375 214.89932 32.84375 215.6337L32.84375 219.46182L31.796875 219.46182L31.796875 215.68057Q31.796875 215.02432 31.671875 214.71182Q31.546875 214.39932 31.234375 214.21182Q30.921875 214.0087 30.5 214.0087Q29.828125 214.0087 29.328125 214.4462Q28.84375 214.86807 28.84375 216.05557L28.84375 219.46182L27.796875 219.46182ZM38.875 219.46182L38.875 218.53995Q38.140625 219.60245 36.890625 219.60245Q36.34375 219.60245 35.859375 219.39932Q35.390625 219.18057 35.15625 218.86807Q34.921875 218.53995 34.828125 218.0712Q34.765625 217.77432 34.765625 217.08682L34.765625 213.24307L35.828125 213.24307L35.828125 216.6962Q35.828125 217.5087 35.890625 217.80557Q35.984375 218.21182 36.296875 218.46182Q36.625 218.6962 37.109375 218.6962Q37.578125 218.6962 37.984375 218.46182Q38.40625 218.21182 38.578125 217.78995Q38.765625 217.36807 38.765625 216.5712L38.765625 213.24307L39.8125 213.24307L39.8125 219.46182L38.875 219.46182ZM41.09375 219.46182L43.359375 216.22745L41.265625 213.24307L42.578125 213.24307L43.53125 214.6962Q43.796875 215.11807 43.96875 215.39932Q44.21875 215.0087 44.4375 214.71182L45.484375 213.24307L46.75 213.24307L44.59375 216.16495L46.90625 219.46182L45.625 219.46182L44.34375 217.52432L44.0 217.0087L42.359375 219.46182L41.09375 219.46182ZM54.859375 218.6962Q54.265625 219.1962 53.71875 219.39932Q53.1875 219.60245 52.5625 219.60245Q51.53125 219.60245 50.984375 219.10245Q50.4375 218.60245 50.4375 217.8212Q50.4375 217.36807 50.640625 216.99307Q50.84375 216.60245 51.1875 216.3837Q51.53125 216.14932 51.953125 216.03995Q52.25 215.9462 52.890625 215.86807Q54.15625 215.72745 54.765625 215.5087Q54.765625 215.28995 54.765625 215.24307Q54.765625 214.58682 54.46875 214.3212Q54.0625 213.97745 53.265625 213.97745Q52.53125 213.97745 52.171875 214.24307Q51.8125 214.49307 51.640625 215.14932L50.609375 215.0087Q50.75 214.35245 51.078125 213.9462Q51.40625 213.53995 52.015625 213.3212Q52.625 213.10245 53.421875 213.10245Q54.21875 213.10245 54.71875 213.28995Q55.21875 213.47745 55.453125 213.7587Q55.6875 214.03995 55.78125 214.47745Q55.828125 214.74307 55.828125 215.4462L55.828125 216.85245Q55.828125 218.3212 55.890625 218.71182Q55.96875 219.10245 56.171875 219.46182L55.0625 219.46182Q54.90625 219.1337 54.859375 218.6962ZM54.765625 216.33682Q54.1875 216.5712 53.046875 216.74307Q52.390625 216.83682 52.125 216.96182Q51.859375 217.0712 51.703125 217.28995Q51.5625 217.5087 51.5625 217.78995Q51.5625 218.21182 51.875 218.49307Q52.203125 218.77432 52.8125 218.77432Q53.421875 218.77432 53.890625 218.5087Q54.375 218.24307 54.59375 217.77432Q54.765625 217.41495 54.765625 216.72745L54.765625 216.33682ZM57.796875 219.46182L57.796875 213.24307L58.734375 213.24307L58.734375 214.11807Q59.421875 213.10245 60.71875 213.10245Q61.28125 213.10245 61.75 213.30557Q62.234375 213.5087 62.46875 213.83682Q62.703125 214.16495 62.796875 214.60245Q62.84375 214.89932 62.84375 215.6337L62.84375 219.46182L61.796875 219.46182L61.796875 215.68057Q61.796875 215.02432 61.671875 214.71182Q61.546875 214.39932 61.234375 214.21182Q60.921875 214.0087 60.5 214.0087Q59.828125 214.0087 59.328125 214.4462Q58.84375 214.86807 58.84375 216.05557L58.84375 219.46182L57.796875 219.46182ZM68.828125 219.46182L68.828125 218.68057Q68.234375 219.60245 67.09375 219.60245Q66.34375 219.60245 65.71875 219.1962Q65.09375 218.77432 64.75 218.03995Q64.40625 217.30557 64.40625 216.35245Q64.40625 215.43057 64.71875 214.66495Q65.03125 213.89932 65.65625 213.5087Q66.28125 213.10245 67.046875 213.10245Q67.609375 213.10245 68.046875 213.33682Q68.484375 213.5712 68.765625 213.9462L68.765625 210.86807L69.8125 210.86807L69.8125 219.46182L68.828125 219.46182ZM65.5 216.35245Q65.5 217.55557 66.0 218.14932Q66.5 218.72745 67.1875 218.72745Q67.875 218.72745 68.359375 218.16495Q68.84375 217.60245 68.84375 216.4462Q68.84375 215.16495 68.34375 214.5712Q67.859375 213.97745 67.140625 213.97745Q66.4375 213.97745 65.96875 214.55557Q65.5 215.11807 65.5 216.35245ZM74.796875 219.46182L74.796875 213.24307L75.734375 213.24307L75.734375 214.11807Q76.03125 213.64932 76.515625 213.3837Q77.0 213.10245 77.625 213.10245Q78.3125 213.10245 78.75 213.3837Q79.203125 213.66495 79.375 214.18057Q80.125 213.10245 81.296875 213.10245Q82.234375 213.10245 82.71875 213.61807Q83.21875 214.11807 83.21875 215.1962L83.21875 219.46182L82.171875 219.46182L82.171875 215.53995Q82.171875 214.91495 82.0625 214.6337Q81.96875 214.35245 81.703125 214.18057Q81.4375 214.0087 81.0625 214.0087Q80.40625 214.0087 79.96875 214.4462Q79.546875 214.8837 79.546875 215.85245L79.546875 219.46182L78.484375 219.46182L78.484375 215.41495Q78.484375 214.71182 78.21875 214.36807Q77.96875 214.0087 77.390625 214.0087Q76.9375 214.0087 76.5625 214.24307Q76.1875 214.47745 76.015625 214.93057Q75.84375 215.3837 75.84375 216.22745L75.84375 219.46182L74.796875 219.46182ZM88.859375 218.6962Q88.265625 219.1962 87.71875 219.39932Q87.1875 219.60245 86.5625 219.60245Q85.53125 219.60245 84.984375 219.10245Q84.4375 218.60245 84.4375 217.8212Q84.4375 217.36807 84.640625 216.99307Q84.84375 216.60245 85.1875 216.3837Q85.53125 216.14932 85.953125 216.03995Q86.25 215.9462 86.890625 215.86807Q88.15625 215.72745 88.765625 215.5087Q88.765625 215.28995 88.765625 215.24307Q88.765625 214.58682 88.46875 214.3212Q88.0625 213.97745 87.265625 213.97745Q86.53125 213.97745 86.171875 214.24307Q85.8125 214.49307 85.640625 215.14932L84.609375 215.0087Q84.75 214.35245 85.078125 213.9462Q85.40625 213.53995 86.015625 213.3212Q86.625 213.10245 87.421875 213.10245Q88.21875 213.10245 88.71875 213.28995Q89.21875 213.47745 89.453125 213.7587Q89.6875 214.03995 89.78125 214.47745Q89.828125 214.74307 89.828125 215.4462L89.828125 216.85245Q89.828125 218.3212 89.890625 218.71182Q89.96875 219.10245 90.171875 219.46182L89.0625 219.46182Q88.90625 219.1337 88.859375 218.6962ZM88.765625 216.33682Q88.1875 216.5712 87.046875 216.74307Q86.390625 216.83682 86.125 216.96182Q85.859375 217.0712 85.703125 217.28995Q85.5625 217.5087 85.5625 217.78995Q85.5625 218.21182 85.875 218.49307Q86.203125 218.77432 86.8125 218.77432Q87.421875 218.77432 87.890625 218.5087Q88.375 218.24307 88.59375 217.77432Q88.765625 217.41495 88.765625 216.72745L88.765625 216.33682ZM95.859375 217.18057L96.890625 217.3212Q96.71875 218.3837 96.015625 218.99307Q95.3125 219.60245 94.296875 219.60245Q93.015625 219.60245 92.234375 218.77432Q91.46875 217.93057 91.46875 216.36807Q91.46875 215.36807 91.796875 214.61807Q92.140625 213.85245 92.8125 213.47745Q93.5 213.10245 94.3125 213.10245Q95.3125 213.10245 95.953125 213.61807Q96.609375 214.11807 96.796875 215.0712L95.765625 215.22745Q95.625 214.60245 95.25 214.28995Q94.875 213.96182 94.34375 213.96182Q93.546875 213.96182 93.046875 214.53995Q92.546875 215.10245 92.546875 216.33682Q92.546875 217.60245 93.03125 218.16495Q93.515625 218.72745 94.28125 218.72745Q94.90625 218.72745 95.3125 218.35245Q95.734375 217.97745 95.859375 217.18057ZM97.578125 215.27432Q97.578125 213.1337 98.71875 211.93057Q99.875 210.71182 101.6875 210.71182Q102.890625 210.71182 103.84375 211.28995Q104.796875 211.85245 105.296875 212.86807Q105.796875 213.8837 105.796875 215.18057Q105.796875 216.47745 105.265625 217.5087Q104.734375 218.53995 103.765625 219.0712Q102.8125 219.60245 101.6875 219.60245Q100.46875 219.60245 99.515625 219.02432Q98.5625 218.43057 98.0625 217.43057Q97.578125 216.41495 97.578125 215.27432ZM98.75 215.28995Q98.75 216.85245 99.578125 217.74307Q100.421875 218.6337 101.6875 218.6337Q102.96875 218.6337 103.796875 217.74307Q104.625 216.83682 104.625 215.16495Q104.625 214.11807 104.265625 213.33682Q103.921875 212.55557 103.234375 212.1337Q102.546875 211.6962 101.703125 211.6962Q100.5 211.6962 99.625 212.52432Q98.75 213.35245 98.75 215.28995ZM106.546875 216.6962L107.609375 216.60245Q107.6875 217.2587 107.96875 217.66495Q108.25 218.0712 108.828125 218.33682Q109.421875 218.58682 110.15625 218.58682Q110.796875 218.58682 111.296875 218.39932Q111.796875 218.1962 112.03125 217.86807Q112.28125 217.52432 112.28125 217.1337Q112.28125 216.72745 112.046875 216.43057Q111.8125 216.11807 111.28125 215.91495Q110.921875 215.77432 109.734375 215.49307Q108.5625 215.21182 108.09375 214.96182Q107.46875 214.6337 107.171875 214.16495Q106.875 213.68057 106.875 213.08682Q106.875 212.4462 107.234375 211.8837Q107.609375 211.30557 108.3125 211.02432Q109.03125 210.72745 109.890625 210.72745Q110.84375 210.72745 111.578125 211.03995Q112.3125 211.33682 112.703125 211.9462Q113.09375 212.53995 113.125 213.28995L112.03125 213.36807Q111.9375 212.55557 111.421875 212.14932Q110.921875 211.72745 109.9375 211.72745Q108.90625 211.72745 108.4375 212.10245Q107.96875 212.47745 107.96875 213.0087Q107.96875 213.47745 108.296875 213.77432Q108.625 214.0712 110.0 214.3837Q111.390625 214.6962 111.90625 214.93057Q112.65625 215.28995 113.015625 215.8212Q113.375 216.33682 113.375 217.03995Q113.375 217.72745 112.984375 218.33682Q112.59375 218.93057 111.859375 219.27432Q111.125 219.60245 110.203125 219.60245Q109.03125 219.60245 108.234375 219.27432Q107.453125 218.93057 107.0 218.24307Q106.5625 217.55557 106.546875 216.6962ZM121.859375 218.6962Q121.265625 219.1962 120.71875 219.39932Q120.1875 219.60245 119.5625 219.60245Q118.53125 219.60245 117.984375 219.10245Q117.4375 218.60245 117.4375 217.8212Q117.4375 217.36807 117.640625 216.99307Q117.84375 216.60245 118.1875 216.3837Q118.53125 216.14932 118.953125 216.03995Q119.25 215.9462 119.890625 215.86807Q121.15625 215.72745 121.765625 215.5087Q121.765625 215.28995 121.765625 215.24307Q121.765625 214.58682 121.46875 214.3212Q121.0625 213.97745 120.265625 213.97745Q119.53125 213.97745 119.171875 214.24307Q118.8125 214.49307 118.640625 215.14932L117.609375 215.0087Q117.75 214.35245 118.078125 213.9462Q118.40625 213.53995 119.015625 213.3212Q119.625 213.10245 120.421875 213.10245Q121.21875 213.10245 121.71875 213.28995Q122.21875 213.47745 122.453125 213.7587Q122.6875 214.03995 122.78125 214.47745Q122.828125 214.74307 122.828125 215.4462L122.828125 216.85245Q122.828125 218.3212 122.890625 218.71182Q122.96875 219.10245 123.171875 219.46182L122.0625 219.46182Q121.90625 219.1337 121.859375 218.6962ZM121.765625 216.33682Q121.1875 216.5712 120.046875 216.74307Q119.390625 216.83682 119.125 216.96182Q118.859375 217.0712 118.703125 217.28995Q118.5625 217.5087 118.5625 217.78995Q118.5625 218.21182 118.875 218.49307Q119.203125 218.77432 119.8125 218.77432Q120.421875 218.77432 120.890625 218.5087Q121.375 218.24307 121.59375 217.77432Q121.765625 217.41495 121.765625 216.72745L121.765625 216.33682ZM124.796875 219.46182L124.796875 213.24307L125.734375 213.24307L125.734375 214.11807Q126.421875 213.10245 127.71875 213.10245Q128.28125 213.10245 128.75 213.30557Q129.23438 213.5087 129.46875 213.83682Q129.70312 214.16495 129.79688 214.60245Q129.84375 214.89932 129.84375 215.6337L129.84375 219.46182L128.79688 219.46182L128.79688 215.68057Q128.79688 215.02432 128.67188 214.71182Q128.54688 214.39932 128.23438 214.21182Q127.921875 214.0087 127.5 214.0087Q126.828125 214.0087 126.328125 214.4462Q125.84375 214.86807 125.84375 216.05557L125.84375 219.46182L124.796875 219.46182ZM135.82812 219.46182L135.82812 218.68057Q135.23438 219.60245 134.09375 219.60245Q133.34375 219.60245 132.71875 219.1962Q132.09375 218.77432 131.75 218.03995Q131.40625 217.30557 131.40625 216.35245Q131.40625 215.43057 131.71875 214.66495Q132.03125 213.89932 132.65625 213.5087Q133.28125 213.10245 134.04688 213.10245Q134.60938 213.10245 135.04688 213.33682Q135.48438 213.5712 135.76562 213.9462L135.76562 210.86807L136.8125 210.86807L136.8125 219.46182L135.82812 219.46182ZM132.5 216.35245Q132.5 217.55557 133.0 218.14932Q133.5 218.72745 134.1875 218.72745Q134.875 218.72745 135.35938 218.16495Q135.84375 217.60245 135.84375 216.4462Q135.84375 215.16495 135.34375 214.5712Q134.85938 213.97745 134.14062 213.97745Q133.4375 213.97745 132.96875 214.55557Q132.5 215.11807 132.5 216.35245Z" fill-rule="nonzero"/><path fill="#666666" d="M90.421875 233.46182L88.140625 224.86807L89.3125 224.86807L90.625 230.5087Q90.828125 231.3837 90.984375 232.2587Q91.3125 230.8837 91.375 230.66495L93.0 224.86807L94.375 224.86807L95.609375 229.21182Q96.0625 230.83682 96.28125 232.2587Q96.4375 231.4462 96.703125 230.3837L98.046875 224.86807L99.1875 224.86807L96.84375 233.46182L95.734375 233.46182L93.9375 226.91495Q93.703125 226.10245 93.65625 225.91495Q93.53125 226.49307 93.40625 226.91495L91.59375 233.46182L90.421875 233.46182ZM99.796875 226.08682L99.796875 224.86807L100.859375 224.86807L100.859375 226.08682L99.796875 226.08682ZM99.796875 233.46182L99.796875 227.24307L100.859375 227.24307L100.859375 233.46182L99.796875 233.46182ZM102.796875 233.46182L102.796875 227.24307L103.734375 227.24307L103.734375 228.11807Q104.421875 227.10245 105.71875 227.10245Q106.28125 227.10245 106.75 227.30557Q107.234375 227.5087 107.46875 227.83682Q107.703125 228.16495 107.796875 228.60245Q107.84375 228.89932 107.84375 229.6337L107.84375 233.46182L106.796875 233.46182L106.796875 229.68057Q106.796875 229.02432 106.671875 228.71182Q106.546875 228.39932 106.234375 228.21182Q105.921875 228.0087 105.5 228.0087Q104.828125 228.0087 104.328125 228.4462Q103.84375 228.86807 103.84375 230.05557L103.84375 233.46182L102.796875 233.46182ZM113.828125 233.46182L113.828125 232.68057Q113.234375 233.60245 112.09375 233.60245Q111.34375 233.60245 110.71875 233.1962Q110.09375 232.77432 109.75 232.03995Q109.40625 231.30557 109.40625 230.35245Q109.40625 229.43057 109.71875 228.66495Q110.03125 227.89932 110.65625 227.5087Q111.28125 227.10245 112.046875 227.10245Q112.609375 227.10245 113.046875 227.33682Q113.484375 227.5712 113.765625 227.9462L113.765625 224.86807L114.8125 224.86807L114.8125 233.46182L113.828125 233.46182ZM110.5 230.35245Q110.5 231.55557 111.0 232.14932Q111.5 232.72745 112.1875 232.72745Q112.875 232.72745 113.359375 232.16495Q113.84375 231.60245 113.84375 230.4462Q113.84375 229.16495 113.34375 228.5712Q112.859375 227.97745 112.140625 227.97745Q111.4375 227.97745 110.96875 228.55557Q110.5 229.11807 110.5 230.35245ZM116.40625 230.35245Q116.40625 228.61807 117.359375 227.78995Q118.15625 227.10245 119.3125 227.10245Q120.59375 227.10245 121.40625 227.9462Q122.234375 228.77432 122.234375 230.2587Q122.234375 231.46182 121.875 232.14932Q121.515625 232.83682 120.8125 233.22745Q120.125 233.60245 119.3125 233.60245Q118.015625 233.60245 117.203125 232.77432Q116.40625 231.93057 116.40625 230.35245ZM117.484375 230.35245Q117.484375 231.53995 118.0 232.1337Q118.53125 232.72745 119.3125 232.72745Q120.109375 232.72745 120.625 232.1337Q121.140625 231.53995 121.140625 230.3212Q121.140625 229.16495 120.609375 228.5712Q120.09375 227.97745 119.3125 227.97745Q118.53125 227.97745 118.0 228.5712Q117.484375 229.14932 117.484375 230.35245ZM124.9375 233.46182L123.03125 227.24307L124.125 227.24307L125.109375 230.83682L125.484375 232.16495Q125.515625 232.0712 125.8125 230.8837L126.796875 227.24307L127.875 227.24307L128.8125 230.85245L129.125 232.03995L129.48438 230.83682L130.54688 227.24307L131.57812 227.24307L129.625 233.46182L128.53125 233.46182L127.546875 229.72745L127.296875 228.68057L126.046875 233.46182L124.9375 233.46182ZM132.375 231.60245L133.40625 231.4462Q133.5 232.0712 133.89062 232.39932Q134.29688 232.72745 135.03125 232.72745Q135.75 232.72745 136.09375 232.4462Q136.45312 232.14932 136.45312 231.74307Q136.45312 231.3837 136.14062 231.18057Q135.92188 231.03995 135.0625 230.8212Q133.90625 230.52432 133.45312 230.3212Q133.01562 230.10245 132.78125 229.72745Q132.54688 229.35245 132.54688 228.8837Q132.54688 228.47745 132.73438 228.11807Q132.92188 227.7587 133.25 227.52432Q133.5 227.35245 133.92188 227.22745Q134.34375 227.10245 134.84375 227.10245Q135.5625 227.10245 136.10938 227.3212Q136.67188 227.52432 136.9375 227.8837Q137.20312 228.24307 137.29688 228.83682L136.26562 228.97745Q136.20312 228.5087 135.85938 228.24307Q135.53125 227.96182 134.90625 227.96182Q134.1875 227.96182 133.875 228.21182Q133.5625 228.4462 133.5625 228.77432Q133.5625 228.97745 133.6875 229.1337Q133.82812 229.30557 134.09375 229.41495Q134.25 229.47745 135.03125 229.68057Q136.15625 229.99307 136.59375 230.18057Q137.03125 230.36807 137.28125 230.72745Q137.53125 231.08682 137.53125 231.6337Q137.53125 232.16495 137.21875 232.6337Q136.92188 233.08682 136.34375 233.35245Q135.76562 233.60245 135.03125 233.60245Q133.8125 233.60245 133.17188 233.10245Q132.54688 232.58682 132.375 231.60245Z" fill-rule="nonzero"/><path fill="#666666" d="M21.796875 259.32043L21.796875 253.10168L22.734375 253.10168L22.734375 253.97668Q23.03125 253.50793 23.515625 253.24231Q24.0 252.96106 24.625 252.96106Q25.3125 252.96106 25.75 253.24231Q26.203125 253.52356 26.375 254.03918Q27.125 252.96106 28.296875 252.96106Q29.234375 252.96106 29.71875 253.47668Q30.21875 253.97668 30.21875 255.05481L30.21875 259.32043L29.171875 259.32043L29.171875 255.39856Q29.171875 254.77356 29.0625 254.49231Q28.96875 254.21106 28.703125 254.03918Q28.4375 253.86731 28.0625 253.86731Q27.40625 253.86731 26.96875 254.30481Q26.546875 254.74231 26.546875 255.71106L26.546875 259.32043L25.484375 259.32043L25.484375 255.27356Q25.484375 254.57043 25.21875 254.22668Q24.96875 253.86731 24.390625 253.86731Q23.9375 253.86731 23.5625 254.10168Q23.1875 254.33606 23.015625 254.78918Q22.84375 255.24231 22.84375 256.08606L22.84375 259.32043L21.796875 259.32043ZM35.859375 258.5548Q35.265625 259.0548 34.71875 259.25793Q34.1875 259.46106 33.5625 259.46106Q32.53125 259.46106 31.984375 258.96106Q31.4375 258.46106 31.4375 257.6798Q31.4375 257.22668 31.640625 256.85168Q31.84375 256.46106 32.1875 256.2423Q32.53125 256.00793 32.953125 255.89856Q33.25 255.80481 33.890625 255.72668Q35.15625 255.58606 35.765625 255.36731Q35.765625 255.14856 35.765625 255.10168Q35.765625 254.44543 35.46875 254.17981Q35.0625 253.83606 34.265625 253.83606Q33.53125 253.83606 33.171875 254.10168Q32.8125 254.35168 32.640625 255.00793L31.609375 254.86731Q31.75 254.21106 32.078125 253.80481Q32.40625 253.39856 33.015625 253.17981Q33.625 252.96106 34.421875 252.96106Q35.21875 252.96106 35.71875 253.14856Q36.21875 253.33606 36.453125 253.61731Q36.6875 253.89856 36.78125 254.33606Q36.828125 254.60168 36.828125 255.30481L36.828125 256.71106Q36.828125 258.1798 36.890625 258.57043Q36.96875 258.96106 37.171875 259.32043L36.0625 259.32043Q35.90625 258.9923 35.859375 258.5548ZM35.765625 256.19543Q35.1875 256.4298 34.046875 256.60168Q33.390625 256.69543 33.125 256.82043Q32.859375 256.9298 32.703125 257.14856Q32.5625 257.3673 32.5625 257.64856Q32.5625 258.07043 32.875 258.35168Q33.203125 258.63293 33.8125 258.63293Q34.421875 258.63293 34.890625 258.3673Q35.375 258.10168 35.59375 257.63293Q35.765625 257.27356 35.765625 256.58606L35.765625 256.19543ZM42.859375 257.03918L43.890625 257.1798Q43.71875 258.2423 43.015625 258.85168Q42.3125 259.46106 41.296875 259.46106Q40.015625 259.46106 39.234375 258.63293Q38.46875 257.78918 38.46875 256.22668Q38.46875 255.22668 38.796875 254.47668Q39.140625 253.71106 39.8125 253.33606Q40.5 252.96106 41.3125 252.96106Q42.3125 252.96106 42.953125 253.47668Q43.609375 253.97668 43.796875 254.92981L42.765625 255.08606Q42.625 254.46106 42.25 254.14856Q41.875 253.82043 41.34375 253.82043Q40.546875 253.82043 40.046875 254.39856Q39.546875 254.96106 39.546875 256.19543Q39.546875 257.46106 40.03125 258.02356Q40.515625 258.58606 41.28125 258.58606Q41.90625 258.58606 42.3125 258.21106Q42.734375 257.83606 42.859375 257.03918ZM44.578125 255.13293Q44.578125 252.99231 45.71875 251.78918Q46.875 250.57043 48.6875 250.57043Q49.890625 250.57043 50.84375 251.14856Q51.796875 251.71106 52.296875 252.72668Q52.796875 253.74231 52.796875 255.03918Q52.796875 256.33606 52.265625 257.3673Q51.734375 258.39856 50.765625 258.9298Q49.8125 259.46106 48.6875 259.46106Q47.46875 259.46106 46.515625 258.88293Q45.5625 258.28918 45.0625 257.28918Q44.578125 256.27356 44.578125 255.13293ZM45.75 255.14856Q45.75 256.71106 46.578125 257.60168Q47.421875 258.4923 48.6875 258.4923Q49.96875 258.4923 50.796875 257.60168Q51.625 256.69543 51.625 255.02356Q51.625 253.97668 51.265625 253.19543Q50.921875 252.41418 50.234375 251.99231Q49.546875 251.55481 48.703125 251.55481Q47.5 251.55481 46.625 252.38293Q45.75 253.21106 45.75 255.14856ZM53.546875 256.5548L54.609375 256.46106Q54.6875 257.1173 54.96875 257.52356Q55.25 257.9298 55.828125 258.19543Q56.421875 258.44543 57.15625 258.44543Q57.796875 258.44543 58.296875 258.25793Q58.796875 258.0548 59.03125 257.72668Q59.28125 257.38293 59.28125 256.9923Q59.28125 256.58606 59.046875 256.28918Q58.8125 255.97668 58.28125 255.77356Q57.921875 255.63293 56.734375 255.35168Q55.5625 255.07043 55.09375 254.82043Q54.46875 254.49231 54.171875 254.02356Q53.875 253.53918 53.875 252.94543Q53.875 252.30481 54.234375 251.74231Q54.609375 251.16418 55.3125 250.88293Q56.03125 250.58606 56.890625 250.58606Q57.84375 250.58606 58.578125 250.89856Q59.3125 251.19543 59.703125 251.80481Q60.09375 252.39856 60.125 253.14856L59.03125 253.22668Q58.9375 252.41418 58.421875 252.00793Q57.921875 251.58606 56.9375 251.58606Q55.90625 251.58606 55.4375 251.96106Q54.96875 252.33606 54.96875 252.86731Q54.96875 253.33606 55.296875 253.63293Q55.625 253.92981 57.0 254.24231Q58.390625 254.55481 58.90625 254.78918Q59.65625 255.14856 60.015625 255.67981Q60.375 256.19543 60.375 256.89856Q60.375 257.58606 59.984375 258.19543Q59.59375 258.78918 58.859375 259.13293Q58.125 259.46106 57.203125 259.46106Q56.03125 259.46106 55.234375 259.13293Q54.453125 258.78918 54.0 258.10168Q53.5625 257.41418 53.546875 256.5548ZM68.859375 258.5548Q68.265625 259.0548 67.71875 259.25793Q67.1875 259.46106 66.5625 259.46106Q65.53125 259.46106 64.984375 258.96106Q64.4375 258.46106 64.4375 257.6798Q64.4375 257.22668 64.640625 256.85168Q64.84375 256.46106 65.1875 256.2423Q65.53125 256.00793 65.953125 255.89856Q66.25 255.80481 66.890625 255.72668Q68.15625 255.58606 68.765625 255.36731Q68.765625 255.14856 68.765625 255.10168Q68.765625 254.44543 68.46875 254.17981Q68.0625 253.83606 67.265625 253.83606Q66.53125 253.83606 66.171875 254.10168Q65.8125 254.35168 65.640625 255.00793L64.609375 254.86731Q64.75 254.21106 65.078125 253.80481Q65.40625 253.39856 66.015625 253.17981Q66.625 252.96106 67.421875 252.96106Q68.21875 252.96106 68.71875 253.14856Q69.21875 253.33606 69.453125 253.61731Q69.6875 253.89856 69.78125 254.33606Q69.828125 254.60168 69.828125 255.30481L69.828125 256.71106Q69.828125 258.1798 69.890625 258.57043Q69.96875 258.96106 70.171875 259.32043L69.0625 259.32043Q68.90625 258.9923 68.859375 258.5548ZM68.765625 256.19543Q68.1875 256.4298 67.046875 256.60168Q66.390625 256.69543 66.125 256.82043Q65.859375 256.9298 65.703125 257.14856Q65.5625 257.3673 65.5625 257.64856Q65.5625 258.07043 65.875 258.35168Q66.203125 258.63293 66.8125 258.63293Q67.421875 258.63293 67.890625 258.3673Q68.375 258.10168 68.59375 257.63293Q68.765625 257.27356 68.765625 256.58606L68.765625 256.19543ZM71.796875 259.32043L71.796875 253.10168L72.734375 253.10168L72.734375 253.97668Q73.421875 252.96106 74.71875 252.96106Q75.28125 252.96106 75.75 253.16418Q76.234375 253.36731 76.46875 253.69543Q76.703125 254.02356 76.796875 254.46106Q76.84375 254.75793 76.84375 255.49231L76.84375 259.32043L75.796875 259.32043L75.796875 255.53918Q75.796875 254.88293 75.671875 254.57043Q75.546875 254.25793 75.234375 254.07043Q74.921875 253.86731 74.5 253.86731Q73.828125 253.86731 73.328125 254.30481Q72.84375 254.72668 72.84375 255.91418L72.84375 259.32043L71.796875 259.32043ZM82.828125 259.32043L82.828125 258.53918Q82.234375 259.46106 81.09375 259.46106Q80.34375 259.46106 79.71875 259.0548Q79.09375 258.63293 78.75 257.89856Q78.40625 257.16418 78.40625 256.21106Q78.40625 255.28918 78.71875 254.52356Q79.03125 253.75793 79.65625 253.36731Q80.28125 252.96106 81.046875 252.96106Q81.609375 252.96106 82.046875 253.19543Q82.484375 253.42981 82.765625 253.80481L82.765625 250.72668L83.8125 250.72668L83.8125 259.32043L82.828125 259.32043ZM79.5 256.21106Q79.5 257.41418 80.0 258.00793Q80.5 258.58606 81.1875 258.58606Q81.875 258.58606 82.359375 258.02356Q82.84375 257.46106 82.84375 256.3048Q82.84375 255.02356 82.34375 254.42981Q81.859375 253.83606 81.140625 253.83606Q80.4375 253.83606 79.96875 254.41418Q79.5 254.97668 79.5 256.21106ZM90.421875 259.32043L88.140625 250.72668L89.3125 250.72668L90.625 256.3673Q90.828125 257.2423 90.984375 258.1173Q91.3125 256.7423 91.375 256.52356L93.0 250.72668L94.375 250.72668L95.609375 255.07043Q96.0625 256.69543 96.28125 258.1173Q96.4375 257.3048 96.703125 256.2423L98.046875 250.72668L99.1875 250.72668L96.84375 259.32043L95.734375 259.32043L93.9375 252.77356Q93.703125 251.96106 93.65625 251.77356Q93.53125 252.35168 93.40625 252.77356L91.59375 259.32043L90.421875 259.32043ZM99.796875 251.94543L99.796875 250.72668L100.859375 250.72668L100.859375 251.94543L99.796875 251.94543ZM99.796875 259.32043L99.796875 253.10168L100.859375 253.10168L100.859375 259.32043L99.796875 259.32043ZM102.796875 259.32043L102.796875 253.10168L103.734375 253.10168L103.734375 253.97668Q104.421875 252.96106 105.71875 252.96106Q106.28125 252.96106 106.75 253.16418Q107.234375 253.36731 107.46875 253.69543Q107.703125 254.02356 107.796875 254.46106Q107.84375 254.75793 107.84375 255.49231L107.84375 259.32043L106.796875 259.32043L106.796875 255.53918Q106.796875 254.88293 106.671875 254.57043Q106.546875 254.25793 106.234375 254.07043Q105.921875 253.86731 105.5 253.86731Q104.828125 253.86731 104.328125 254.30481Q103.84375 254.72668 103.84375 255.91418L103.84375 259.32043L102.796875 259.32043ZM113.828125 259.32043L113.828125 258.53918Q113.234375 259.46106 112.09375 259.46106Q111.34375 259.46106 110.71875 259.0548Q110.09375 258.63293 109.75 257.89856Q109.40625 257.16418 109.40625 256.21106Q109.40625 255.28918 109.71875 254.52356Q110.03125 253.75793 110.65625 253.36731Q111.28125 252.96106 112.046875 252.96106Q112.609375 252.96106 113.046875 253.19543Q113.484375 253.42981 113.765625 253.80481L113.765625 250.72668L114.8125 250.72668L114.8125 259.32043L113.828125 259.32043ZM110.5 256.21106Q110.5 257.41418 111.0 258.00793Q111.5 258.58606 112.1875 258.58606Q112.875 258.58606 113.359375 258.02356Q113.84375 257.46106 113.84375 256.3048Q113.84375 255.02356 113.34375 254.42981Q112.859375 253.83606 112.140625 253.83606Q111.4375 253.83606 110.96875 254.41418Q110.5 254.97668 110.5 256.21106ZM116.40625 256.21106Q116.40625 254.47668 117.359375 253.64856Q118.15625 252.96106 119.3125 252.96106Q120.59375 252.96106 121.40625 253.80481Q122.234375 254.63293 122.234375 256.1173Q122.234375 257.32043 121.875 258.00793Q121.515625 258.69543 120.8125 259.08606Q120.125 259.46106 119.3125 259.46106Q118.015625 259.46106 117.203125 258.63293Q116.40625 257.78918 116.40625 256.21106ZM117.484375 256.21106Q117.484375 257.39856 118.0 257.9923Q118.53125 258.58606 119.3125 258.58606Q120.109375 258.58606 120.625 257.9923Q121.140625 257.39856 121.140625 256.1798Q121.140625 255.02356 120.609375 254.42981Q120.09375 253.83606 119.3125 253.83606Q118.53125 253.83606 118.0 254.42981Q117.484375 255.00793 117.484375 256.21106ZM124.9375 259.32043L123.03125 253.10168L124.125 253.10168L125.109375 256.69543L125.484375 258.02356Q125.515625 257.9298 125.8125 256.7423L126.796875 253.10168L127.875 253.10168L128.8125 256.71106L129.125 257.89856L129.48438 256.69543L130.54688 253.10168L131.57812 253.10168L129.625 259.32043L128.53125 259.32043L127.546875 255.58606L127.296875 254.53918L126.046875 259.32043L124.9375 259.32043ZM132.375 257.46106L133.40625 257.3048Q133.5 257.9298 133.89062 258.25793Q134.29688 258.58606 135.03125 258.58606Q135.75 258.58606 136.09375 258.3048Q136.45312 258.00793 136.45312 257.60168Q136.45312 257.2423 136.14062 257.03918Q135.92188 256.89856 135.0625 256.6798Q133.90625 256.38293 133.45312 256.1798Q133.01562 255.96106 132.78125 255.58606Q132.54688 255.21106 132.54688 254.74231Q132.54688 254.33606 132.73438 253.97668Q132.92188 253.61731 133.25 253.38293Q133.5 253.21106 133.92188 253.08606Q134.34375 252.96106 134.84375 252.96106Q135.5625 252.96106 136.10938 253.17981Q136.67188 253.38293 136.9375 253.74231Q137.20312 254.10168 137.29688 254.69543L136.26562 254.83606Q136.20312 254.36731 135.85938 254.10168Q135.53125 253.82043 134.90625 253.82043Q134.1875 253.82043 133.875 254.07043Q133.5625 254.30481 133.5625 254.63293Q133.5625 254.83606 133.6875 254.99231Q133.82812 255.16418 134.09375 255.27356Q134.25 255.33606 135.03125 255.53918Q136.15625 255.85168 136.59375 256.03918Q137.03125 256.22668 137.28125 256.58606Q137.53125 256.94543 137.53125 257.4923Q137.53125 258.02356 137.21875 258.4923Q136.92188 258.94543 136.34375 259.21106Q135.76562 259.46106 135.03125 259.46106Q133.8125 259.46106 133.17188 258.96106Q132.54688 258.44543 132.375 257.46106Z" fill-rule="nonzero"/><path fill="#666666" d="M135.5 290.26562Q135.5 288.73438 135.8125 287.8125Q136.125 286.875 136.73438 286.375Q137.35938 285.875 138.29688 285.875Q138.98438 285.875 139.5 286.15625Q140.03125 286.4375 140.375 286.96875Q140.71875 287.48438 140.90625 288.23438Q141.09375 288.98438 141.09375 290.26562Q141.09375 291.78125 140.78125 292.70312Q140.48438 293.625 139.85938 294.14062Q139.25 294.64062 138.29688 294.64062Q137.0625 294.64062 136.34375 293.75Q135.5 292.6875 135.5 290.26562ZM136.57812 290.26562Q136.57812 292.375 137.07812 293.07812Q137.57812 293.78125 138.29688 293.78125Q139.03125 293.78125 139.51562 293.07812Q140.01562 292.375 140.01562 290.26562Q140.01562 288.14062 139.51562 287.45312Q139.03125 286.75 138.28125 286.75Q137.5625 286.75 137.125 287.35938Q136.57812 288.14062 136.57812 290.26562ZM142.70312 287.96875Q142.70312 287.04688 143.15625 286.40625Q143.625 285.76562 144.5 285.76562Q145.3125 285.76562 145.84375 286.34375Q146.375 286.92188 146.375 288.03125Q146.375 289.125 145.82812 289.71875Q145.29688 290.29688 144.51562 290.29688Q143.73438 290.29688 143.21875 289.71875Q142.70312 289.14062 142.70312 287.96875ZM144.53125 286.48438Q144.14062 286.48438 143.875 286.82812Q143.625 287.17188 143.625 288.07812Q143.625 288.90625 143.875 289.25Q144.14062 289.57812 144.53125 289.57812Q144.9375 289.57812 145.1875 289.23438Q145.45312 288.89062 145.45312 288.0Q145.45312 287.15625 145.1875 286.82812Q144.92188 286.48438 144.53125 286.48438ZM144.53125 294.8125L149.23438 285.76562L150.09375 285.76562L145.40625 294.8125L144.53125 294.8125ZM148.25 292.48438Q148.25 291.5625 148.70312 290.92188Q149.17188 290.28125 150.0625 290.28125Q150.875 290.28125 151.40625 290.85938Q151.9375 291.42188 151.9375 292.54688Q151.9375 293.64062 151.39062 294.23438Q150.85938 294.8125 150.0625 294.8125Q149.29688 294.8125 148.76562 294.23438Q148.25 293.65625 148.25 292.48438ZM150.09375 291.0Q149.6875 291.0 149.42188 291.34375Q149.17188 291.6875 149.17188 292.59375Q149.17188 293.40625 149.4375 293.75Q149.70312 294.09375 150.09375 294.09375Q150.48438 294.09375 150.75 293.75Q151.01562 293.40625 151.01562 292.5Q151.01562 291.67188 150.75 291.34375Q150.48438 291.0 150.09375 291.0Z" fill-rule="nonzero"/><path fill="#666666" d="M244.04688 293.48438L244.04688 294.5L238.35938 294.5Q238.35938 294.125 238.48438 293.76562Q238.70312 293.1875 239.17188 292.625Q239.65625 292.0625 240.5625 291.32812Q241.96875 290.17188 242.45312 289.5Q242.95312 288.82812 242.95312 288.23438Q242.95312 287.60938 242.5 287.1875Q242.04688 286.75 241.32812 286.75Q240.5625 286.75 240.10938 287.20312Q239.65625 287.65625 239.64062 288.46875L238.5625 288.35938Q238.67188 287.14062 239.39062 286.51562Q240.125 285.875 241.35938 285.875Q242.59375 285.875 243.3125 286.5625Q244.03125 287.25 244.03125 288.26562Q244.03125 288.78125 243.8125 289.28125Q243.60938 289.76562 243.10938 290.32812Q242.625 290.875 241.5 291.82812Q240.54688 292.625 240.26562 292.92188Q240.0 293.20312 239.82812 293.48438L244.04688 293.48438ZM245.5 290.26562Q245.5 288.73438 245.8125 287.8125Q246.125 286.875 246.73438 286.375Q247.35938 285.875 248.29688 285.875Q248.98438 285.875 249.5 286.15625Q250.03125 286.4375 250.375 286.96875Q250.71875 287.48438 250.90625 288.23438Q251.09375 288.98438 251.09375 290.26562Q251.09375 291.78125 250.78125 292.70312Q250.48438 293.625 249.85938 294.14062Q249.25 294.64062 248.29688 294.64062Q247.0625 294.64062 246.34375 293.75Q245.5 292.6875 245.5 290.26562ZM246.57812 290.26562Q246.57812 292.375 247.07812 293.07812Q247.57812 293.78125 248.29688 293.78125Q249.03125 293.78125 249.51562 293.07812Q250.01562 292.375 250.01562 290.26562Q250.01562 288.14062 249.51562 287.45312Q249.03125 286.75 248.28125 286.75Q247.5625 286.75 247.125 287.35938Q246.57812 288.14062 246.57812 290.26562ZM252.70312 287.96875Q252.70312 287.04688 253.15625 286.40625Q253.625 285.76562 254.5 285.76562Q255.3125 285.76562 255.84375 286.34375Q256.375 286.92188 256.375 288.03125Q256.375 289.125 255.82812 289.71875Q255.29688 290.29688 254.51562 290.29688Q253.73438 290.29688 253.21875 289.71875Q252.70312 289.14062 252.70312 287.96875ZM254.53125 286.48438Q254.14062 286.48438 253.875 286.82812Q253.625 287.17188 253.625 288.07812Q253.625 288.90625 253.875 289.25Q254.14062 289.57812 254.53125 289.57812Q254.9375 289.57812 255.1875 289.23438Q255.45312 288.89062 255.45312 288.0Q255.45312 287.15625 255.1875 286.82812Q254.92188 286.48438 254.53125 286.48438ZM254.53125 294.8125L259.23438 285.76562L260.09375 285.76562L255.40625 294.8125L254.53125 294.8125ZM258.25 292.48438Q258.25 291.5625 258.70312 290.92188Q259.17188 290.28125 260.0625 290.28125Q260.875 290.28125 261.40625 290.85938Q261.9375 291.42188 261.9375 292.54688Q261.9375 293.64062 261.39062 294.23438Q260.85938 294.8125 260.0625 294.8125Q259.29688 294.8125 258.76562 294.23438Q258.25 293.65625 258.25 292.48438ZM260.09375 291.0Q259.6875 291.0 259.42188 291.34375Q259.17188 291.6875 259.17188 292.59375Q259.17188 293.40625 259.4375 293.75Q259.70312 294.09375 260.09375 294.09375Q260.48438 294.09375 260.75 293.75Q261.01562 293.40625 261.01562 292.5Q261.01562 291.67188 260.75 291.34375Q260.48438 291.0 260.09375 291.0Z" fill-rule="nonzero"/><path fill="#666666" d="M348.375 294.5L348.375 292.4375L344.65625 292.4375L344.65625 291.46875L348.57812 285.90625L349.4375 285.90625L349.4375 291.46875L350.59375 291.46875L350.59375 292.4375L349.4375 292.4375L349.4375 294.5L348.375 294.5ZM348.375 291.46875L348.375 287.60938L345.6875 291.46875L348.375 291.46875ZM352.0 290.26562Q352.0 288.73438 352.3125 287.8125Q352.625 286.875 353.23438 286.375Q353.85938 285.875 354.79688 285.875Q355.48438 285.875 356.0 286.15625Q356.53125 286.4375 356.875 286.96875Q357.21875 287.48438 357.40625 288.23438Q357.59375 288.98438 357.59375 290.26562Q357.59375 291.78125 357.28125 292.70312Q356.98438 293.625 356.35938 294.14062Q355.75 294.64062 354.79688 294.64062Q353.5625 294.64062 352.84375 293.75Q352.0 292.6875 352.0 290.26562ZM353.07812 290.26562Q353.07812 292.375 353.57812 293.07812Q354.07812 293.78125 354.79688 293.78125Q355.53125 293.78125 356.01562 293.07812Q356.51562 292.375 356.51562 290.26562Q356.51562 288.14062 356.01562 287.45312Q355.53125 286.75 354.78125 286.75Q354.0625 286.75 353.625 287.35938Q353.07812 288.14062 353.07812 290.26562ZM359.20312 287.96875Q359.20312 287.04688 359.65625 286.40625Q360.125 285.76562 361.0 285.76562Q361.8125 285.76562 362.34375 286.34375Q362.875 286.92188 362.875 288.03125Q362.875 289.125 362.32812 289.71875Q361.79688 290.29688 361.01562 290.29688Q360.23438 290.29688 359.71875 289.71875Q359.20312 289.14062 359.20312 287.96875ZM361.03125 286.48438Q360.64062 286.48438 360.375 286.82812Q360.125 287.17188 360.125 288.07812Q360.125 288.90625 360.375 289.25Q360.64062 289.57812 361.03125 289.57812Q361.4375 289.57812 361.6875 289.23438Q361.95312 288.89062 361.95312 288.0Q361.95312 287.15625 361.6875 286.82812Q361.42188 286.48438 361.03125 286.48438ZM361.03125 294.8125L365.73438 285.76562L366.59375 285.76562L361.90625 294.8125L361.03125 294.8125ZM364.75 292.48438Q364.75 291.5625 365.20312 290.92188Q365.67188 290.28125 366.5625 290.28125Q367.375 290.28125 367.90625 290.85938Q368.4375 291.42188 368.4375 292.54688Q368.4375 293.64062 367.89062 294.23438Q367.35938 294.8125 366.5625 294.8125Q365.79688 294.8125 365.26562 294.23438Q364.75 293.65625 364.75 292.48438ZM366.59375 291.0Q366.1875 291.0 365.92188 291.34375Q365.67188 291.6875 365.67188 292.59375Q365.67188 293.40625 365.9375 293.75Q366.20312 294.09375 366.59375 294.09375Q366.98438 294.09375 367.25 293.75Q367.51562 293.40625 367.51562 292.5Q367.51562 291.67188 367.25 291.34375Q366.98438 291.0 366.59375 291.0Z" fill-rule="nonzero"/><path fill="#666666" d="M456.96875 288.01562L455.92188 288.09375Q455.78125 287.46875 455.53125 287.1875Q455.09375 286.73438 454.46875 286.73438Q453.96875 286.73438 453.57812 287.01562Q453.09375 287.39062 452.79688 288.09375Q452.51562 288.78125 452.5 290.0625Q452.875 289.48438 453.42188 289.20312Q453.98438 288.92188 454.59375 288.92188Q455.64062 288.92188 456.375 289.70312Q457.125 290.48438 457.125 291.70312Q457.125 292.51562 456.76562 293.21875Q456.42188 293.90625 455.8125 294.28125Q455.20312 294.64062 454.4375 294.64062Q453.10938 294.64062 452.28125 293.67188Q451.45312 292.70312 451.45312 290.48438Q451.45312 287.98438 452.375 286.85938Q453.17188 285.875 454.53125 285.875Q455.54688 285.875 456.1875 286.45312Q456.84375 287.01562 456.96875 288.01562ZM452.67188 291.71875Q452.67188 292.26562 452.89062 292.76562Q453.125 293.25 453.53125 293.51562Q453.95312 293.78125 454.42188 293.78125Q455.07812 293.78125 455.5625 293.25Q456.04688 292.70312 456.04688 291.78125Q456.04688 290.89062 455.5625 290.375Q455.09375 289.85938 454.375 289.85938Q453.65625 289.85938 453.15625 290.375Q452.67188 290.89062 452.67188 291.71875ZM458.5 290.26562Q458.5 288.73438 458.8125 287.8125Q459.125 286.875 459.73438 286.375Q460.35938 285.875 461.29688 285.875Q461.98438 285.875 462.5 286.15625Q463.03125 286.4375 463.375 286.96875Q463.71875 287.48438 463.90625 288.23438Q464.09375 288.98438 464.09375 290.26562Q464.09375 291.78125 463.78125 292.70312Q463.48438 293.625 462.85938 294.14062Q462.25 294.64062 461.29688 294.64062Q460.0625 294.64062 459.34375 293.75Q458.5 292.6875 458.5 290.26562ZM459.57812 290.26562Q459.57812 292.375 460.07812 293.07812Q460.57812 293.78125 461.29688 293.78125Q462.03125 293.78125 462.51562 293.07812Q463.01562 292.375 463.01562 290.26562Q463.01562 288.14062 462.51562 287.45312Q462.03125 286.75 461.28125 286.75Q460.5625 286.75 460.125 287.35938Q459.57812 288.14062 459.57812 290.26562ZM465.70312 287.96875Q465.70312 287.04688 466.15625 286.40625Q466.625 285.76562 467.5 285.76562Q468.3125 285.76562 468.84375 286.34375Q469.375 286.92188 469.375 288.03125Q469.375 289.125 468.82812 289.71875Q468.29688 290.29688 467.51562 290.29688Q466.73438 290.29688 466.21875 289.71875Q465.70312 289.14062 465.70312 287.96875ZM467.53125 286.48438Q467.14062 286.48438 466.875 286.82812Q466.625 287.17188 466.625 288.07812Q466.625 288.90625 466.875 289.25Q467.14062 289.57812 467.53125 289.57812Q467.9375 289.57812 468.1875 289.23438Q468.45312 288.89062 468.45312 288.0Q468.45312 287.15625 468.1875 286.82812Q467.92188 286.48438 467.53125 286.48438ZM467.53125 294.8125L472.23438 285.76562L473.09375 285.76562L468.40625 294.8125L467.53125 294.8125ZM471.25 292.48438Q471.25 291.5625 471.70312 290.92188Q472.17188 290.28125 473.0625 290.28125Q473.875 290.28125 474.40625 290.85938Q474.9375 291.42188 474.9375 292.54688Q474.9375 293.64062 474.39062 294.23438Q473.85938 294.8125 473.0625 294.8125Q472.29688 294.8125 471.76562 294.23438Q471.25 293.65625 471.25 292.48438ZM473.09375 291.0Q472.6875 291.0 472.42188 291.34375Q472.17188 291.6875 472.17188 292.59375Q472.17188 293.40625 472.4375 293.75Q472.70312 294.09375 473.09375 294.09375Q473.48438 294.09375 473.75 293.75Q474.01562 293.40625 474.01562 292.5Q474.01562 291.67188 473.75 291.34375Q473.48438 291.0 473.09375 291.0Z" fill-rule="nonzero"/><path fill="#666666" d="M559.625 289.84375Q558.96875 289.59375 558.6406 289.15625Q558.3281 288.70312 558.3281 288.09375Q558.3281 287.15625 559.0 286.51562Q559.6875 285.875 560.7969 285.875Q561.9219 285.875 562.6094 286.53125Q563.2969 287.1875 563.2969 288.125Q563.2969 288.71875 562.9844 289.15625Q562.6719 289.59375 562.03125 289.84375Q562.8281 290.09375 563.2344 290.67188Q563.6406 291.25 563.6406 292.04688Q563.6406 293.14062 562.8594 293.89062Q562.09375 294.64062 560.8125 294.64062Q559.5469 294.64062 558.7656 293.89062Q557.9844 293.14062 557.9844 292.01562Q557.9844 291.17188 558.40625 290.60938Q558.84375 290.04688 559.625 289.84375ZM559.40625 288.04688Q559.40625 288.65625 559.7969 289.04688Q560.2031 289.4375 560.8281 289.4375Q561.4375 289.4375 561.8281 289.0625Q562.21875 288.67188 562.21875 288.10938Q562.21875 287.53125 561.8125 287.14062Q561.40625 286.73438 560.8125 286.73438Q560.2031 286.73438 559.7969 287.125Q559.40625 287.51562 559.40625 288.04688ZM559.0781 292.01562Q559.0781 292.46875 559.28125 292.89062Q559.5 293.3125 559.9219 293.54688Q560.34375 293.78125 560.8281 293.78125Q561.5781 293.78125 562.0625 293.29688Q562.5625 292.8125 562.5625 292.0625Q562.5625 291.29688 562.0625 290.79688Q561.5625 290.29688 560.7969 290.29688Q560.0469 290.29688 559.5625 290.79688Q559.0781 291.28125 559.0781 292.01562ZM565.0 290.26562Q565.0 288.73438 565.3125 287.8125Q565.625 286.875 566.2344 286.375Q566.8594 285.875 567.7969 285.875Q568.4844 285.875 569.0 286.15625Q569.53125 286.4375 569.875 286.96875Q570.21875 287.48438 570.40625 288.23438Q570.59375 288.98438 570.59375 290.26562Q570.59375 291.78125 570.28125 292.70312Q569.9844 293.625 569.3594 294.14062Q568.75 294.64062 567.7969 294.64062Q566.5625 294.64062 565.84375 293.75Q565.0 292.6875 565.0 290.26562ZM566.0781 290.26562Q566.0781 292.375 566.5781 293.07812Q567.0781 293.78125 567.7969 293.78125Q568.53125 293.78125 569.0156 293.07812Q569.5156 292.375 569.5156 290.26562Q569.5156 288.14062 569.0156 287.45312Q568.53125 286.75 567.78125 286.75Q567.0625 286.75 566.625 287.35938Q566.0781 288.14062 566.0781 290.26562ZM572.2031 287.96875Q572.2031 287.04688 572.65625 286.40625Q573.125 285.76562 574.0 285.76562Q574.8125 285.76562 575.34375 286.34375Q575.875 286.92188 575.875 288.03125Q575.875 289.125 575.3281 289.71875Q574.7969 290.29688 574.0156 290.29688Q573.2344 290.29688 572.71875 289.71875Q572.2031 289.14062 572.2031 287.96875ZM574.03125 286.48438Q573.6406 286.48438 573.375 286.82812Q573.125 287.17188 573.125 288.07812Q573.125 288.90625 573.375 289.25Q573.6406 289.57812 574.03125 289.57812Q574.4375 289.57812 574.6875 289.23438Q574.9531 288.89062 574.9531 288.0Q574.9531 287.15625 574.6875 286.82812Q574.4219 286.48438 574.03125 286.48438ZM574.03125 294.8125L578.7344 285.76562L579.59375 285.76562L574.90625 294.8125L574.03125 294.8125ZM577.75 292.48438Q577.75 291.5625 578.2031 290.92188Q578.6719 290.28125 579.5625 290.28125Q580.375 290.28125 580.90625 290.85938Q581.4375 291.42188 581.4375 292.54688Q581.4375 293.64062 580.8906 294.23438Q580.3594 294.8125 579.5625 294.8125Q578.7969 294.8125 578.2656 294.23438Q577.75 293.65625 577.75 292.48438ZM579.59375 291.0Q579.1875 291.0 578.9219 291.34375Q578.6719 291.6875 578.6719 292.59375Q578.6719 293.40625 578.9375 293.75Q579.2031 294.09375 579.59375 294.09375Q579.9844 294.09375 580.25 293.75Q580.5156 293.40625 580.5156 292.5Q580.5156 291.67188 580.25 291.34375Q579.9844 291.0 579.59375 291.0Z" fill-rule="nonzero"/><path fill="#666666" d="M17.7125 26.62052L17.7125 16.604895L19.025 16.604895L19.025 26.62052L17.7125 26.62052ZM25.321875 29.40177L25.321875 19.354895L26.446875 19.354895L26.446875 20.30802Q26.8375 19.74552 27.3375 19.479895Q27.8375 19.198645 28.55625 19.198645Q29.478125 19.198645 30.18125 19.68302Q30.9 20.15177 31.259375 21.02677Q31.61875 21.90177 31.61875 22.93302Q31.61875 24.042395 31.2125 24.948645Q30.821875 25.83927 30.05625 26.323645Q29.30625 26.792395 28.4625 26.792395Q27.853125 26.792395 27.353125 26.52677Q26.86875 26.261145 26.55625 25.87052L26.55625 29.40177L25.321875 29.40177ZM26.43125 23.02677Q26.43125 24.43302 26.99375 25.104895Q27.571875 25.77677 28.384375 25.77677Q29.196875 25.77677 29.775 25.08927Q30.36875 24.386145 30.36875 22.93302Q30.36875 21.542395 29.790625 20.854895Q29.228125 20.167395 28.43125 20.167395Q27.65 20.167395 27.040625 20.90177Q26.43125 21.636145 26.43125 23.02677ZM33.30625 26.62052L33.30625 19.354895L34.415627 19.354895L34.415627 20.46427Q34.8375 19.68302 35.196877 19.448645Q35.55625 19.198645 35.99375 19.198645Q36.61875 19.198645 37.259377 19.58927L36.8375 20.729895Q36.384377 20.46427 35.93125 20.46427Q35.525 20.46427 35.196877 20.71427Q34.884377 20.948645 34.74375 21.386145Q34.540627 22.042395 34.540627 22.823645L34.540627 26.62052L33.30625 26.62052ZM38.3375 18.011145L38.3375 16.604895L39.55625 16.604895L39.55625 18.011145L38.3375 18.011145ZM38.3375 26.62052L38.3375 19.354895L39.55625 19.354895L39.55625 26.62052L38.3375 26.62052ZM41.321877 26.62052L41.321877 19.354895L42.43125 19.354895L42.43125 20.386145Q42.759377 19.83927 43.321877 19.52677Q43.9 19.198645 44.61875 19.198645Q45.43125 19.198645 45.946877 19.542395Q46.4625 19.87052 46.68125 20.46427Q47.540627 19.198645 48.915627 19.198645Q49.99375 19.198645 50.571877 19.792395Q51.165627 20.386145 51.165627 21.636145L51.165627 26.62052L49.93125 26.62052L49.93125 22.042395Q49.93125 21.30802 49.80625 20.979895Q49.696877 20.65177 49.384377 20.46427Q49.071877 20.261145 48.65 20.261145Q47.884377 20.261145 47.36875 20.77677Q46.86875 21.27677 46.86875 22.40177L46.86875 26.62052L45.634377 26.62052L45.634377 21.90177Q45.634377 21.08927 45.3375 20.68302Q45.040627 20.261145 44.353127 20.261145Q43.8375 20.261145 43.384377 20.542395Q42.946877 20.80802 42.74375 21.33927Q42.55625 21.854895 42.55625 22.854895L42.55625 26.62052L41.321877 26.62052ZM58.05625 25.729895Q57.384377 26.30802 56.74375 26.55802Q56.11875 26.792395 55.384377 26.792395Q54.196877 26.792395 53.540627 26.21427Q52.9 25.62052 52.9 24.698645Q52.9 24.167395 53.134377 23.729895Q53.384377 23.292395 53.775 23.02677Q54.18125 22.761145 54.665627 22.62052Q55.025 22.52677 55.759377 22.43302Q57.259377 22.261145 57.9625 22.011145Q57.9625 21.761145 57.9625 21.698645Q57.9625 20.93302 57.61875 20.636145Q57.15 20.21427 56.2125 20.21427Q55.353127 20.21427 54.93125 20.52677Q54.525 20.823645 54.321877 21.58927L53.11875 21.43302Q53.275 20.65177 53.65 20.18302Q54.040627 19.71427 54.74375 19.46427Q55.4625 19.198645 56.4 19.198645Q57.321877 19.198645 57.9 19.417395Q58.478127 19.636145 58.74375 19.96427Q59.025 20.292395 59.134377 20.80802Q59.196877 21.12052 59.196877 21.93302L59.196877 23.573645Q59.196877 25.292395 59.275 25.74552Q59.353127 26.198645 59.5875 26.62052L58.30625 26.62052Q58.11875 26.229895 58.05625 25.729895ZM57.9625 22.979895Q57.290627 23.24552 55.946877 23.448645Q55.196877 23.55802 54.86875 23.698645Q54.55625 23.823645 54.384377 24.08927Q54.2125 24.354895 54.2125 24.667395Q54.2125 25.167395 54.5875 25.49552Q54.9625 25.823645 55.68125 25.823645Q56.4 25.823645 56.946877 25.511145Q57.49375 25.198645 57.759377 24.65177Q57.9625 24.24552 57.9625 23.43302L57.9625 22.979895ZM61.30625 26.62052L61.30625 19.354895L62.415627 19.354895L62.415627 20.46427Q62.8375 19.68302 63.196877 19.448645Q63.55625 19.198645 63.99375 19.198645Q64.61875 19.198645 65.25938 19.58927L64.8375 20.729895Q64.38438 20.46427 63.93125 20.46427Q63.525 20.46427 63.196877 20.71427Q62.884377 20.948645 62.74375 21.386145Q62.540627 22.042395 62.540627 22.823645L62.540627 26.62052L61.30625 26.62052ZM66.3375 18.011145L66.3375 16.604895L67.55625 16.604895L67.55625 18.011145L66.3375 18.011145ZM66.3375 26.62052L66.3375 19.354895L67.55625 19.354895L67.55625 26.62052L66.3375 26.62052ZM69.29063 26.62052L69.29063 16.604895L70.525 16.604895L70.525 26.62052L69.29063 26.62052ZM72.275 29.417395L72.13438 28.261145Q72.54063 28.37052 72.8375 28.37052Q73.24375 28.37052 73.49375 28.229895Q73.74375 28.104895 73.9 27.854895Q74.00938 27.667395 74.275 26.93302Q74.30625 26.83927 74.38438 26.636145L71.61875 19.354895L72.94688 19.354895L74.4625 23.55802Q74.75938 24.37052 74.99375 25.24552Q75.19688 24.40177 75.49375 23.58927L77.04063 19.354895L78.275 19.354895L75.50938 26.74552Q75.07188 27.93302 74.82188 28.386145Q74.49375 28.99552 74.07188 29.27677Q73.65 29.573645 73.05625 29.573645Q72.7125 29.573645 72.275 29.417395ZM88.04063 26.62052L88.04063 25.698645Q87.3375 26.792395 86.00938 26.792395Q85.13438 26.792395 84.4 26.30802Q83.68125 25.823645 83.275 24.96427Q82.88438 24.104895 82.88438 22.99552Q82.88438 21.917395 83.24375 21.02677Q83.60313 20.136145 84.32188 19.667395Q85.05625 19.198645 85.94688 19.198645Q86.60313 19.198645 87.11875 19.479895Q87.63438 19.74552 87.94688 20.198645L87.94688 16.604895L89.18125 16.604895L89.18125 26.62052L88.04063 26.62052ZM84.15 22.99552Q84.15 24.386145 84.72813 25.08927Q85.32188 25.77677 86.11875 25.77677Q86.93125 25.77677 87.49375 25.12052Q88.05625 24.448645 88.05625 23.104895Q88.05625 21.604895 87.47813 20.917395Q86.9 20.21427 86.07188 20.21427Q85.24375 20.21427 84.69688 20.886145Q84.15 21.55802 84.15 22.99552ZM96.29063 24.27677L97.57188 24.43302Q97.25938 25.55802 96.44688 26.18302Q95.63438 26.792395 94.36875 26.792395Q92.775 26.792395 91.8375 25.80802Q90.91563 24.823645 90.91563 23.05802Q90.91563 21.21427 91.85313 20.21427Q92.80625 19.198645 94.30625 19.198645Q95.75938 19.198645 96.68125 20.198645Q97.60313 21.18302 97.60313 22.979895Q97.60313 23.08927 97.60313 23.30802L92.18125 23.30802Q92.25938 24.49552 92.85313 25.136145Q93.4625 25.77677 94.38438 25.77677Q95.05625 25.77677 95.525 25.417395Q96.00938 25.05802 96.29063 24.27677ZM92.25938 22.292395L96.30625 22.292395Q96.22813 21.37052 95.8375 20.917395Q95.25938 20.21427 94.32188 20.21427Q93.4625 20.21427 92.88438 20.77677Q92.32188 21.33927 92.25938 22.292395ZM101.3375 26.62052L98.57188 19.354895L99.88438 19.354895L101.43125 23.71427Q101.68125 24.417395 101.9 25.167395Q102.07188 24.58927 102.35313 23.792395L103.97813 19.354895L105.24375 19.354895L102.49375 26.62052L101.3375 26.62052ZM111.29063 24.27677L112.57188 24.43302Q112.25938 25.55802 111.44688 26.18302Q110.63438 26.792395 109.36875 26.792395Q107.775 26.792395 106.8375 25.80802Q105.91563 24.823645 105.91563 23.05802Q105.91563 21.21427 106.85313 20.21427Q107.80625 19.198645 109.30625 19.198645Q110.75938 19.198645 111.68125 20.198645Q112.60313 21.18302 112.60313 22.979895Q112.60313 23.08927 112.60313 23.30802L107.18125 23.30802Q107.25938 24.49552 107.85313 25.136145Q108.4625 25.77677 109.38438 25.77677Q110.05625 25.77677 110.525 25.417395Q111.00938 25.05802 111.29063 24.27677ZM107.25938 22.292395L111.30625 22.292395Q111.22813 21.37052 110.8375 20.917395Q110.25938 20.21427 109.32188 20.21427Q108.4625 20.21427 107.88438 20.77677Q107.32188 21.33927 107.25938 22.292395ZM114.29063 26.62052L114.29063 16.604895L115.525 16.604895L115.525 26.62052L114.29063 26.62052ZM116.86875 22.99552Q116.86875 20.979895 117.99375 19.99552Q118.91563 19.198645 120.275 19.198645Q121.75938 19.198645 122.7125 20.18302Q123.66563 21.15177 123.66563 22.886145Q123.66563 24.292395 123.24375 25.104895Q122.82188 25.90177 122.00938 26.354895Q121.2125 26.792395 120.275 26.792395Q118.74375 26.792395 117.80625 25.80802Q116.86875 24.823645 116.86875 22.99552ZM118.13438 22.99552Q118.13438 24.386145 118.74375 25.08927Q119.35313 25.77677 120.275 25.77677Q121.18125 25.77677 121.79063 25.073645Q122.4 24.37052 122.4 22.948645Q122.4 21.604895 121.79063 20.917395Q121.18125 20.21427 120.275 20.21427Q119.35313 20.21427 118.74375 20.90177Q118.13438 21.58927 118.13438 22.99552ZM125.32188 29.40177L125.32188 19.354895L126.44688 19.354895L126.44688 20.30802Q126.8375 19.74552 127.3375 19.479895Q127.8375 19.198645 128.55624 19.198645Q129.47812 19.198645 130.18124 19.68302Q130.9 20.15177 131.25937 21.02677Q131.61874 21.90177 131.61874 22.93302Q131.61874 24.042395 131.2125 24.948645Q130.82187 25.83927 130.05624 26.323645Q129.30624 26.792395 128.4625 26.792395Q127.85313 26.792395 127.35313 26.52677Q126.86875 26.261145 126.55625 25.87052L126.55625 29.40177L125.32188 29.40177ZM126.43125 23.02677Q126.43125 24.43302 126.99375 25.104895Q127.57188 25.77677 128.38437 25.77677Q129.19687 25.77677 129.775 25.08927Q130.36874 24.386145 130.36874 22.93302Q130.36874 21.542395 129.79062 20.854895Q129.22812 20.167395 128.43124 20.167395Q127.65 20.167395 127.04063 20.90177Q126.43125 21.636145 126.43125 23.02677ZM142.16562 22.68302L142.16562 21.511145L146.41562 21.511145L146.41562 25.229895Q145.43124 26.011145 144.38437 26.40177Q143.35312 26.792395 142.25937 26.792395Q140.79062 26.792395 139.57187 26.167395Q138.36874 25.52677 137.75937 24.33927Q137.15 23.136145 137.15 21.65177Q137.15 20.198645 137.75937 18.93302Q138.36874 17.65177 139.50937 17.042395Q140.66562 16.43302 142.16562 16.43302Q143.24374 16.43302 144.11874 16.792395Q145.00937 17.136145 145.50937 17.761145Q146.00937 18.386145 146.25937 19.40177L145.07187 19.729895Q144.8375 18.96427 144.49374 18.52677Q144.16562 18.08927 143.54062 17.823645Q142.93124 17.55802 142.16562 17.55802Q141.25937 17.55802 140.5875 17.83927Q139.93124 18.12052 139.525 18.573645Q139.11874 19.011145 138.9 19.55802Q138.50937 20.49552 138.50937 21.573645Q138.50937 22.917395 138.9625 23.823645Q139.43124 24.71427 140.30624 25.15177Q141.19687 25.58927 142.19687 25.58927Q143.05624 25.58927 143.86874 25.261145Q144.69687 24.93302 145.11874 24.55802L145.11874 22.68302L142.16562 22.68302ZM147.86874 22.99552Q147.86874 20.979895 148.99374 19.99552Q149.91562 19.198645 151.275 19.198645Q152.75937 19.198645 153.7125 20.18302Q154.66562 21.15177 154.66562 22.886145Q154.66562 24.292395 154.24374 25.104895Q153.82187 25.90177 153.00937 26.354895Q152.2125 26.792395 151.275 26.792395Q149.74374 26.792395 148.80624 25.80802Q147.86874 24.823645 147.86874 22.99552ZM149.13437 22.99552Q149.13437 24.386145 149.74374 25.08927Q150.35312 25.77677 151.275 25.77677Q152.18124 25.77677 152.79062 25.073645Q153.4 24.37052 153.4 22.948645Q153.4 21.604895 152.79062 20.917395Q152.18124 20.21427 151.275 20.21427Q150.35312 20.21427 149.74374 20.90177Q149.13437 21.58927 149.13437 22.99552ZM159.86874 22.99552Q159.86874 20.979895 160.99374 19.99552Q161.91562 19.198645 163.275 19.198645Q164.75937 19.198645 165.7125 20.18302Q166.66562 21.15177 166.66562 22.886145Q166.66562 24.292395 166.24374 25.104895Q165.82187 25.90177 165.00937 26.354895Q164.2125 26.792395 163.275 26.792395Q161.74374 26.792395 160.80624 25.80802Q159.86874 24.823645 159.86874 22.99552ZM161.13437 22.99552Q161.13437 24.386145 161.74374 25.08927Q162.35312 25.77677 163.275 25.77677Q164.18124 25.77677 164.79062 25.073645Q165.4 24.37052 165.4 22.948645Q165.4 21.604895 164.79062 20.917395Q164.18124 20.21427 163.275 20.21427Q162.35312 20.21427 161.74374 20.90177Q161.13437 21.58927 161.13437 22.99552ZM168.32187 26.62052L168.32187 19.354895L169.43124 19.354895L169.43124 20.386145Q170.22812 19.198645 171.74374 19.198645Q172.4 19.198645 172.94687 19.43302Q173.49374 19.667395 173.75937 20.05802Q174.04062 20.43302 174.15 20.96427Q174.22812 21.30802 174.22812 22.15177L174.22812 26.62052L172.99374 26.62052L172.99374 22.198645Q172.99374 21.448645 172.85312 21.08927Q172.7125 20.71427 172.3375 20.49552Q171.97812 20.261145 171.47812 20.261145Q170.69687 20.261145 170.11874 20.761145Q169.55624 21.261145 169.55624 22.65177L169.55624 26.62052L168.32187 26.62052ZM176.66562 20.761145L176.66562 19.354895L178.07187 19.354895L178.07187 20.761145L176.66562 20.761145ZM176.66562 26.62052L176.66562 25.21427L178.07187 25.21427L178.07187 26.62052L176.66562 26.62052Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig17.svg b/_content/survey2018/fig17.svg
deleted file mode 100644
index cd66e62..0000000
--- a/_content/survey2018/fig17.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 637.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="637" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 637.0L0 637.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 637.0L0 637.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 47.5L142.5 543.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 47.5L249.5 543.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 47.5L355.5 543.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 47.5L462.5 543.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 47.5L569.5 543.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 47.388382L569.4754 47.388382L569.4754 543.64655L142.303 543.64655L142.303 47.388382Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 81.0L142.0 69.0L215.0 69.0C216.10457 69.0 217.0 69.89543 217.0 71.0L217.0 79.0C217.0 80.10457 216.10457 81.0 215.0 81.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 81.0L142.0 69.0L215.0 69.0C216.10457 69.0 217.0 69.89543 217.0 71.0L217.0 79.0C217.0 80.10457 216.10457 81.0 215.0 81.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 140.0L142.0 128.0L210.0 128.0C211.10457 128.0 212.0 128.89543 212.0 130.0L212.0 138.0C212.0 139.10457 211.10457 140.0 210.0 140.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 140.0L142.0 128.0L210.0 128.0C211.10457 128.0 212.0 128.89543 212.0 130.0L212.0 138.0C212.0 139.10457 211.10457 140.0 210.0 140.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 199.0L142.0 187.0L274.0 187.0C275.10458 187.0 276.0 187.89543 276.0 189.0L276.0 197.0C276.0 198.10457 275.10458 199.0 274.0 199.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 199.0L142.0 187.0L274.0 187.0C275.10458 187.0 276.0 187.89543 276.0 189.0L276.0 197.0C276.0 198.10457 275.10458 199.0 274.0 199.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 259.0L142.0 247.0L172.0 247.0C173.10457 247.0 174.0 247.89543 174.0 249.0L174.0 257.0C174.0 258.10458 173.10457 259.0 172.0 259.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 259.0L142.0 247.0L172.0 247.0C173.10457 247.0 174.0 247.89543 174.0 249.0L174.0 257.0C174.0 258.10458 173.10457 259.0 172.0 259.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 318.0L142.0 306.0L194.0 306.0C195.10457 306.0 196.0 306.89542 196.0 308.0L196.0 316.0C196.0 317.10458 195.10457 318.0 194.0 318.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 318.0L142.0 306.0L194.0 306.0C195.10457 306.0 196.0 306.89542 196.0 308.0L196.0 316.0C196.0 317.10458 195.10457 318.0 194.0 318.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 378.0L142.0 366.0L194.0 366.0C195.10457 366.0 196.0 366.89542 196.0 368.0L196.0 376.0C196.0 377.10458 195.10457 378.0 194.0 378.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 378.0L142.0 366.0L194.0 366.0C195.10457 366.0 196.0 366.89542 196.0 368.0L196.0 376.0C196.0 377.10458 195.10457 378.0 194.0 378.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 437.0L142.0 425.0L151.0 425.0C152.10457 425.0 153.0 425.89542 153.0 427.0L153.0 435.0C153.0 436.10458 152.10457 437.0 151.0 437.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 437.0L142.0 425.0L151.0 425.0C152.10457 425.0 153.0 425.89542 153.0 427.0L153.0 435.0C153.0 436.10458 152.10457 437.0 151.0 437.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 497.0L142.0 485.0L162.0 485.0C163.10457 485.0 164.0 485.89542 164.0 487.0L164.0 495.0C164.0 496.10458 163.10457 497.0 162.0 497.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 497.0L142.0 485.0L162.0 485.0C163.10457 485.0 164.0 485.89542 164.0 487.0L164.0 495.0C164.0 496.10458 163.10457 497.0 162.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 94.0L142.0 82.0L284.0 82.0C285.10458 82.0 286.0 82.89543 286.0 84.0L286.0 92.0C286.0 93.10457 285.10458 94.0 284.0 94.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 94.0L142.0 82.0L284.0 82.0C285.10458 82.0 286.0 82.89543 286.0 84.0L286.0 92.0C286.0 93.10457 285.10458 94.0 284.0 94.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 153.0L142.0 141.0L242.0 141.0C243.10457 141.0 244.0 141.89543 244.0 143.0L244.0 151.0C244.0 152.10457 243.10457 153.0 242.0 153.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 153.0L142.0 141.0L242.0 141.0C243.10457 141.0 244.0 141.89543 244.0 143.0L244.0 151.0C244.0 152.10457 243.10457 153.0 242.0 153.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 212.0L142.0 200.0L258.0 200.0C259.10458 200.0 260.0 200.89543 260.0 202.0L260.0 210.0C260.0 211.10457 259.10458 212.0 258.0 212.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 212.0L142.0 200.0L258.0 200.0C259.10458 200.0 260.0 200.89543 260.0 202.0L260.0 210.0C260.0 211.10457 259.10458 212.0 258.0 212.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 272.0L142.0 260.0L172.0 260.0C173.10457 260.0 174.0 260.89542 174.0 262.0L174.0 270.0C174.0 271.10458 173.10457 272.0 172.0 272.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 272.0L142.0 260.0L172.0 260.0C173.10457 260.0 174.0 260.89542 174.0 262.0L174.0 270.0C174.0 271.10458 173.10457 272.0 172.0 272.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 331.0L142.0 319.0L178.0 319.0C179.10457 319.0 180.0 319.89542 180.0 321.0L180.0 329.0C180.0 330.10458 179.10457 331.0 178.0 331.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 331.0L142.0 319.0L178.0 319.0C179.10457 319.0 180.0 319.89542 180.0 321.0L180.0 329.0C180.0 330.10458 179.10457 331.0 178.0 331.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 391.0L142.0 379.0L172.0 379.0C173.10457 379.0 174.0 379.89542 174.0 381.0L174.0 389.0C174.0 390.10458 173.10457 391.0 172.0 391.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 391.0L142.0 379.0L172.0 379.0C173.10457 379.0 174.0 379.89542 174.0 381.0L174.0 389.0C174.0 390.10458 173.10457 391.0 172.0 391.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 450.0L142.0 438.0L151.0 438.0C152.10457 438.0 153.0 438.89542 153.0 440.0L153.0 448.0C153.0 449.10458 152.10457 450.0 151.0 450.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 450.0L142.0 438.0L151.0 438.0C152.10457 438.0 153.0 438.89542 153.0 440.0L153.0 448.0C153.0 449.10458 152.10457 450.0 151.0 450.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 510.0L142.0 498.0L156.0 498.0C157.10457 498.0 158.0 498.89542 158.0 500.0L158.0 508.0C158.0 509.10458 157.10457 510.0 156.0 510.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 510.0L142.0 498.0L156.0 498.0C157.10457 498.0 158.0 498.89542 158.0 500.0L158.0 508.0C158.0 509.10458 157.10457 510.0 156.0 510.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 107.0L142.0 95.0L327.0 95.0C328.10458 95.0 329.0 95.89543 329.0 97.0L329.0 105.0C329.0 106.10457 328.10458 107.0 327.0 107.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 107.0L142.0 95.0L327.0 95.0C328.10458 95.0 329.0 95.89543 329.0 97.0L329.0 105.0C329.0 106.10457 328.10458 107.0 327.0 107.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 166.0L142.0 154.0L258.0 154.0C259.10458 154.0 260.0 154.89543 260.0 156.0L260.0 164.0C260.0 165.10457 259.10458 166.0 258.0 166.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 166.0L142.0 154.0L258.0 154.0C259.10458 154.0 260.0 154.89543 260.0 156.0L260.0 164.0C260.0 165.10457 259.10458 166.0 258.0 166.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 225.0L142.0 213.0L231.0 213.0C232.10457 213.0 233.0 213.89543 233.0 215.0L233.0 223.0C233.0 224.10457 232.10457 225.0 231.0 225.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 225.0L142.0 213.0L231.0 213.0C232.10457 213.0 233.0 213.89543 233.0 215.0L233.0 223.0C233.0 224.10457 232.10457 225.0 231.0 225.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 285.0L142.0 273.0L167.0 273.0C168.10457 273.0 169.0 273.89542 169.0 275.0L169.0 283.0C169.0 284.10458 168.10457 285.0 167.0 285.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 285.0L142.0 273.0L167.0 273.0C168.10457 273.0 169.0 273.89542 169.0 275.0L169.0 283.0C169.0 284.10458 168.10457 285.0 167.0 285.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 344.0L142.0 332.0L162.0 332.0C163.10457 332.0 164.0 332.89542 164.0 334.0L164.0 342.0C164.0 343.10458 163.10457 344.0 162.0 344.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 344.0L142.0 332.0L162.0 332.0C163.10457 332.0 164.0 332.89542 164.0 334.0L164.0 342.0C164.0 343.10458 163.10457 344.0 162.0 344.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 404.0L142.0 392.0L156.0 392.0C157.10457 392.0 158.0 392.89542 158.0 394.0L158.0 402.0C158.0 403.10458 157.10457 404.0 156.0 404.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 404.0L142.0 392.0L156.0 392.0C157.10457 392.0 158.0 392.89542 158.0 394.0L158.0 402.0C158.0 403.10458 157.10457 404.0 156.0 404.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 463.0L142.0 451.0L151.0 451.0C152.10457 451.0 153.0 451.89542 153.0 453.0L153.0 461.0C153.0 462.10458 152.10457 463.0 151.0 463.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 463.0L142.0 451.0L151.0 451.0C152.10457 451.0 153.0 451.89542 153.0 453.0L153.0 461.0C153.0 462.10458 152.10457 463.0 151.0 463.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 523.0L142.0 511.0L146.0 511.0C147.10457 511.0 148.0 511.89542 148.0 513.0L148.0 521.0C148.0 522.10455 147.10457 523.0 146.0 523.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 523.0L142.0 511.0L146.0 511.0C147.10457 511.0 148.0 511.89542 148.0 513.0L148.0 521.0C148.0 522.10455 147.10457 523.0 146.0 523.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.52693 79.0L232.48006 79.0L232.48006 72.28125Q232.08943 72.640625 231.46443 73.015625Q230.85506 73.375 230.37068 73.546875L230.37068 72.53125Q231.24568 72.109375 231.90193 71.53125Q232.5738 70.9375 232.85506 70.375L233.52693 70.375L233.52693 79.0ZM239.93318 79.0L239.93318 76.9375L236.21443 76.9375L236.21443 75.96875L240.1363 70.40625L240.99568 70.40625L240.99568 75.96875L242.15193 75.96875L242.15193 76.9375L240.99568 76.9375L240.99568 79.0L239.93318 79.0ZM239.93318 75.96875L239.93318 72.109375L237.24568 75.96875L239.93318 75.96875ZM243.7613 72.46875Q243.7613 71.546875 244.21443 70.90625Q244.68318 70.265625 245.55818 70.265625Q246.37068 70.265625 246.90193 70.84375Q247.43318 71.421875 247.43318 72.53125Q247.43318 73.625 246.8863 74.21875Q246.35506 74.796875 245.5738 74.796875Q244.79256 74.796875 244.27693 74.21875Q243.7613 73.640625 243.7613 72.46875ZM245.58943 70.984375Q245.1988 70.984375 244.93318 71.328125Q244.68318 71.671875 244.68318 72.578125Q244.68318 73.40625 244.93318 73.75Q245.1988 74.078125 245.58943 74.078125Q245.99568 74.078125 246.24568 73.734375Q246.5113 73.390625 246.5113 72.5Q246.5113 71.65625 246.24568 71.328125Q245.98006 70.984375 245.58943 70.984375ZM245.58943 79.3125L250.29256 70.265625L251.15193 70.265625L246.46443 79.3125L245.58943 79.3125ZM249.30818 76.984375Q249.30818 76.0625 249.7613 75.421875Q250.23006 74.78125 251.12068 74.78125Q251.93318 74.78125 252.46443 75.359375Q252.99568 75.921875 252.99568 77.046875Q252.99568 78.140625 252.4488 78.734375Q251.91756 79.3125 251.12068 79.3125Q250.35506 79.3125 249.8238 78.734375Q249.30818 78.15625 249.30818 76.984375ZM251.15193 75.5Q250.74568 75.5 250.48006 75.84375Q250.23006 76.1875 250.23006 77.09375Q250.23006 77.90625 250.49568 78.25Q250.7613 78.59375 251.15193 78.59375Q251.54256 78.59375 251.80818 78.25Q252.0738 77.90625 252.0738 77.0Q252.0738 76.171875 251.80818 75.84375Q251.54256 75.5 251.15193 75.5Z" fill-rule="nonzero"/><path fill="#666666" d="M233.52693 79.0L232.48006 79.0L232.48006 72.28125Q232.08943 72.640625 231.46443 73.015625Q230.85506 73.375 230.37068 73.546875L230.37068 72.53125Q231.24568 72.109375 231.90193 71.53125Q232.5738 70.9375 232.85506 70.375L233.52693 70.375L233.52693 79.0ZM239.93318 79.0L239.93318 76.9375L236.21443 76.9375L236.21443 75.96875L240.1363 70.40625L240.99568 70.40625L240.99568 75.96875L242.15193 75.96875L242.15193 76.9375L240.99568 76.9375L240.99568 79.0L239.93318 79.0ZM239.93318 75.96875L239.93318 72.109375L237.24568 75.96875L239.93318 75.96875ZM243.7613 72.46875Q243.7613 71.546875 244.21443 70.90625Q244.68318 70.265625 245.55818 70.265625Q246.37068 70.265625 246.90193 70.84375Q247.43318 71.421875 247.43318 72.53125Q247.43318 73.625 246.8863 74.21875Q246.35506 74.796875 245.5738 74.796875Q244.79256 74.796875 244.27693 74.21875Q243.7613 73.640625 243.7613 72.46875ZM245.58943 70.984375Q245.1988 70.984375 244.93318 71.328125Q244.68318 71.671875 244.68318 72.578125Q244.68318 73.40625 244.93318 73.75Q245.1988 74.078125 245.58943 74.078125Q245.99568 74.078125 246.24568 73.734375Q246.5113 73.390625 246.5113 72.5Q246.5113 71.65625 246.24568 71.328125Q245.98006 70.984375 245.58943 70.984375ZM245.58943 79.3125L250.29256 70.265625L251.15193 70.265625L246.46443 79.3125L245.58943 79.3125ZM249.30818 76.984375Q249.30818 76.0625 249.7613 75.421875Q250.23006 74.78125 251.12068 74.78125Q251.93318 74.78125 252.46443 75.359375Q252.99568 75.921875 252.99568 77.046875Q252.99568 78.140625 252.4488 78.734375Q251.91756 79.3125 251.12068 79.3125Q250.35506 79.3125 249.8238 78.734375Q249.30818 78.15625 249.30818 76.984375ZM251.15193 75.5Q250.74568 75.5 250.48006 75.84375Q250.23006 76.1875 250.23006 77.09375Q250.23006 77.90625 250.49568 78.25Q250.7613 78.59375 251.15193 78.59375Q251.54256 78.59375 251.80818 78.25Q252.0738 77.90625 252.0738 77.0Q252.0738 76.171875 251.80818 75.84375Q251.54256 75.5 251.15193 75.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.18727 138.0L227.1404 138.0L227.1404 131.28125Q226.74977 131.64062 226.12477 132.01562Q225.5154 132.375 225.03102 132.54688L225.03102 131.53125Q225.90602 131.10938 226.56227 130.53125Q227.23415 129.9375 227.5154 129.375L228.18727 129.375L228.18727 138.0ZM231.21852 135.73438L232.28102 135.59375Q232.4529 136.48438 232.8904 136.89062Q233.3279 137.28125 233.9529 137.28125Q234.7029 137.28125 235.21852 136.76562Q235.73415 136.25 235.73415 135.48438Q235.73415 134.76562 235.24977 134.29688Q234.78102 133.8125 234.04665 133.8125Q233.74977 133.8125 233.29665 133.9375L233.42165 133.0Q233.53102 133.01562 233.59352 133.01562Q234.2654 133.01562 234.79665 132.67188Q235.34352 132.3125 235.34352 131.57812Q235.34352 131.0 234.9529 130.625Q234.56227 130.23438 233.93727 130.23438Q233.3279 130.23438 232.90602 130.625Q232.49977 131.01562 232.3904 131.78125L231.3279 131.59375Q231.5154 130.54688 232.2029 129.96875Q232.8904 129.375 233.90602 129.375Q234.60915 129.375 235.2029 129.6875Q235.79665 129.98438 236.10915 130.5Q236.42165 131.01562 236.42165 131.60938Q236.42165 132.15625 236.12477 132.625Q235.8279 133.07812 235.24977 133.34375Q235.99977 133.51562 236.42165 134.07812Q236.84352 134.625 236.84352 135.46875Q236.84352 136.59375 236.0154 137.375Q235.2029 138.15625 233.9529 138.15625Q232.8279 138.15625 232.0779 137.48438Q231.3279 136.79688 231.21852 135.73438ZM238.42165 131.46875Q238.42165 130.54688 238.87477 129.90625Q239.34352 129.26562 240.21852 129.26562Q241.03102 129.26562 241.56227 129.84375Q242.09352 130.42188 242.09352 131.53125Q242.09352 132.625 241.54665 133.21875Q241.0154 133.79688 240.23415 133.79688Q239.4529 133.79688 238.93727 133.21875Q238.42165 132.64062 238.42165 131.46875ZM240.24977 129.98438Q239.85915 129.98438 239.59352 130.32812Q239.34352 130.67188 239.34352 131.57812Q239.34352 132.40625 239.59352 132.75Q239.85915 133.07812 240.24977 133.07812Q240.65602 133.07812 240.90602 132.73438Q241.17165 132.39062 241.17165 131.5Q241.17165 130.65625 240.90602 130.32812Q240.6404 129.98438 240.24977 129.98438ZM240.24977 138.3125L244.9529 129.26562L245.81227 129.26562L241.12477 138.3125L240.24977 138.3125ZM243.96852 135.98438Q243.96852 135.0625 244.42165 134.42188Q244.8904 133.78125 245.78102 133.78125Q246.59352 133.78125 247.12477 134.35938Q247.65602 134.92188 247.65602 136.04688Q247.65602 137.14062 247.10915 137.73438Q246.5779 138.3125 245.78102 138.3125Q245.0154 138.3125 244.48415 137.73438Q243.96852 137.15625 243.96852 135.98438ZM245.81227 134.5Q245.40602 134.5 245.1404 134.84375Q244.8904 135.1875 244.8904 136.09375Q244.8904 136.90625 245.15602 137.25Q245.42165 137.59375 245.81227 137.59375Q246.2029 137.59375 246.46852 137.25Q246.73415 136.90625 246.73415 136.0Q246.73415 135.17188 246.46852 134.84375Q246.2029 134.5 245.81227 134.5Z" fill-rule="nonzero"/><path fill="#666666" d="M228.18727 138.0L227.1404 138.0L227.1404 131.28125Q226.74977 131.64062 226.12477 132.01562Q225.5154 132.375 225.03102 132.54688L225.03102 131.53125Q225.90602 131.10938 226.56227 130.53125Q227.23415 129.9375 227.5154 129.375L228.18727 129.375L228.18727 138.0ZM231.21852 135.73438L232.28102 135.59375Q232.4529 136.48438 232.8904 136.89062Q233.3279 137.28125 233.9529 137.28125Q234.7029 137.28125 235.21852 136.76562Q235.73415 136.25 235.73415 135.48438Q235.73415 134.76562 235.24977 134.29688Q234.78102 133.8125 234.04665 133.8125Q233.74977 133.8125 233.29665 133.9375L233.42165 133.0Q233.53102 133.01562 233.59352 133.01562Q234.2654 133.01562 234.79665 132.67188Q235.34352 132.3125 235.34352 131.57812Q235.34352 131.0 234.9529 130.625Q234.56227 130.23438 233.93727 130.23438Q233.3279 130.23438 232.90602 130.625Q232.49977 131.01562 232.3904 131.78125L231.3279 131.59375Q231.5154 130.54688 232.2029 129.96875Q232.8904 129.375 233.90602 129.375Q234.60915 129.375 235.2029 129.6875Q235.79665 129.98438 236.10915 130.5Q236.42165 131.01562 236.42165 131.60938Q236.42165 132.15625 236.12477 132.625Q235.8279 133.07812 235.24977 133.34375Q235.99977 133.51562 236.42165 134.07812Q236.84352 134.625 236.84352 135.46875Q236.84352 136.59375 236.0154 137.375Q235.2029 138.15625 233.9529 138.15625Q232.8279 138.15625 232.0779 137.48438Q231.3279 136.79688 231.21852 135.73438ZM238.42165 131.46875Q238.42165 130.54688 238.87477 129.90625Q239.34352 129.26562 240.21852 129.26562Q241.03102 129.26562 241.56227 129.84375Q242.09352 130.42188 242.09352 131.53125Q242.09352 132.625 241.54665 133.21875Q241.0154 133.79688 240.23415 133.79688Q239.4529 133.79688 238.93727 133.21875Q238.42165 132.64062 238.42165 131.46875ZM240.24977 129.98438Q239.85915 129.98438 239.59352 130.32812Q239.34352 130.67188 239.34352 131.57812Q239.34352 132.40625 239.59352 132.75Q239.85915 133.07812 240.24977 133.07812Q240.65602 133.07812 240.90602 132.73438Q241.17165 132.39062 241.17165 131.5Q241.17165 130.65625 240.90602 130.32812Q240.6404 129.98438 240.24977 129.98438ZM240.24977 138.3125L244.9529 129.26562L245.81227 129.26562L241.12477 138.3125L240.24977 138.3125ZM243.96852 135.98438Q243.96852 135.0625 244.42165 134.42188Q244.8904 133.78125 245.78102 133.78125Q246.59352 133.78125 247.12477 134.35938Q247.65602 134.92188 247.65602 136.04688Q247.65602 137.14062 247.10915 137.73438Q246.5779 138.3125 245.78102 138.3125Q245.0154 138.3125 244.48415 137.73438Q243.96852 137.15625 243.96852 135.98438ZM245.81227 134.5Q245.40602 134.5 245.1404 134.84375Q244.8904 135.1875 244.8904 136.09375Q244.8904 136.90625 245.15602 137.25Q245.42165 137.59375 245.81227 137.59375Q246.2029 137.59375 246.46852 137.25Q246.73415 136.90625 246.73415 136.0Q246.73415 135.17188 246.46852 134.84375Q246.2029 134.5 245.81227 134.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M293.84125 195.98438L293.84125 197.0L288.15375 197.0Q288.15375 196.625 288.27875 196.26562Q288.4975 195.6875 288.96625 195.125Q289.45062 194.5625 290.35687 193.82812Q291.76312 192.67188 292.2475 192.0Q292.7475 191.32812 292.7475 190.73438Q292.7475 190.10938 292.29437 189.6875Q291.84125 189.25 291.1225 189.25Q290.35687 189.25 289.90375 189.70312Q289.45062 190.15625 289.435 190.96875L288.35687 190.85938Q288.46625 189.64062 289.185 189.01562Q289.91937 188.375 291.15375 188.375Q292.38812 188.375 293.10687 189.0625Q293.82562 189.75 293.82562 190.76562Q293.82562 191.28125 293.60687 191.78125Q293.40375 192.26562 292.90375 192.82812Q292.41937 193.375 291.29437 194.32812Q290.34125 195.125 290.06 195.42188Q289.79437 195.70312 289.6225 195.98438L293.84125 195.98438ZM295.29437 194.75L296.40375 194.65625Q296.52875 195.46875 296.96625 195.875Q297.41937 196.28125 298.06 196.28125Q298.81 196.28125 299.34125 195.70312Q299.8725 195.125 299.8725 194.1875Q299.8725 193.28125 299.35687 192.76562Q298.85687 192.23438 298.02875 192.23438Q297.52875 192.23438 297.10687 192.46875Q296.70062 192.70312 296.46625 193.0625L295.48187 192.9375L296.31 188.53125L300.59125 188.53125L300.59125 189.53125L297.15375 189.53125L296.70062 191.84375Q297.46625 191.29688 298.31 191.29688Q299.435 191.29688 300.20062 192.07812Q300.98187 192.85938 300.98187 194.09375Q300.98187 195.25 300.31 196.10938Q299.48187 197.14062 298.06 197.14062Q296.88812 197.14062 296.13812 196.48438Q295.40375 195.82812 295.29437 194.75ZM302.4975 190.46875Q302.4975 189.54688 302.95062 188.90625Q303.41937 188.26562 304.29437 188.26562Q305.10687 188.26562 305.63812 188.84375Q306.16937 189.42188 306.16937 190.53125Q306.16937 191.625 305.6225 192.21875Q305.09125 192.79688 304.31 192.79688Q303.52875 192.79688 303.01312 192.21875Q302.4975 191.64062 302.4975 190.46875ZM304.32562 188.98438Q303.935 188.98438 303.66937 189.32812Q303.41937 189.67188 303.41937 190.57812Q303.41937 191.40625 303.66937 191.75Q303.935 192.07812 304.32562 192.07812Q304.73187 192.07812 304.98187 191.73438Q305.2475 191.39062 305.2475 190.5Q305.2475 189.65625 304.98187 189.32812Q304.71625 188.98438 304.32562 188.98438ZM304.32562 197.3125L309.02875 188.26562L309.88812 188.26562L305.20062 197.3125L304.32562 197.3125ZM308.04437 194.98438Q308.04437 194.0625 308.4975 193.42188Q308.96625 192.78125 309.85687 192.78125Q310.66937 192.78125 311.20062 193.35938Q311.73187 193.92188 311.73187 195.04688Q311.73187 196.14062 311.185 196.73438Q310.65375 197.3125 309.85687 197.3125Q309.09125 197.3125 308.56 196.73438Q308.04437 196.15625 308.04437 194.98438ZM309.88812 193.5Q309.48187 193.5 309.21625 193.84375Q308.96625 194.1875 308.96625 195.09375Q308.96625 195.90625 309.23187 196.25Q309.4975 196.59375 309.88812 196.59375Q310.27875 196.59375 310.54437 196.25Q310.81 195.90625 310.81 195.0Q310.81 194.17188 310.54437 193.84375Q310.27875 193.5 309.88812 193.5Z" fill-rule="nonzero"/><path fill="#666666" d="M293.84125 195.98438L293.84125 197.0L288.15375 197.0Q288.15375 196.625 288.27875 196.26562Q288.4975 195.6875 288.96625 195.125Q289.45062 194.5625 290.35687 193.82812Q291.76312 192.67188 292.2475 192.0Q292.7475 191.32812 292.7475 190.73438Q292.7475 190.10938 292.29437 189.6875Q291.84125 189.25 291.1225 189.25Q290.35687 189.25 289.90375 189.70312Q289.45062 190.15625 289.435 190.96875L288.35687 190.85938Q288.46625 189.64062 289.185 189.01562Q289.91937 188.375 291.15375 188.375Q292.38812 188.375 293.10687 189.0625Q293.82562 189.75 293.82562 190.76562Q293.82562 191.28125 293.60687 191.78125Q293.40375 192.26562 292.90375 192.82812Q292.41937 193.375 291.29437 194.32812Q290.34125 195.125 290.06 195.42188Q289.79437 195.70312 289.6225 195.98438L293.84125 195.98438ZM295.29437 194.75L296.40375 194.65625Q296.52875 195.46875 296.96625 195.875Q297.41937 196.28125 298.06 196.28125Q298.81 196.28125 299.34125 195.70312Q299.8725 195.125 299.8725 194.1875Q299.8725 193.28125 299.35687 192.76562Q298.85687 192.23438 298.02875 192.23438Q297.52875 192.23438 297.10687 192.46875Q296.70062 192.70312 296.46625 193.0625L295.48187 192.9375L296.31 188.53125L300.59125 188.53125L300.59125 189.53125L297.15375 189.53125L296.70062 191.84375Q297.46625 191.29688 298.31 191.29688Q299.435 191.29688 300.20062 192.07812Q300.98187 192.85938 300.98187 194.09375Q300.98187 195.25 300.31 196.10938Q299.48187 197.14062 298.06 197.14062Q296.88812 197.14062 296.13812 196.48438Q295.40375 195.82812 295.29437 194.75ZM302.4975 190.46875Q302.4975 189.54688 302.95062 188.90625Q303.41937 188.26562 304.29437 188.26562Q305.10687 188.26562 305.63812 188.84375Q306.16937 189.42188 306.16937 190.53125Q306.16937 191.625 305.6225 192.21875Q305.09125 192.79688 304.31 192.79688Q303.52875 192.79688 303.01312 192.21875Q302.4975 191.64062 302.4975 190.46875ZM304.32562 188.98438Q303.935 188.98438 303.66937 189.32812Q303.41937 189.67188 303.41937 190.57812Q303.41937 191.40625 303.66937 191.75Q303.935 192.07812 304.32562 192.07812Q304.73187 192.07812 304.98187 191.73438Q305.2475 191.39062 305.2475 190.5Q305.2475 189.65625 304.98187 189.32812Q304.71625 188.98438 304.32562 188.98438ZM304.32562 197.3125L309.02875 188.26562L309.88812 188.26562L305.20062 197.3125L304.32562 197.3125ZM308.04437 194.98438Q308.04437 194.0625 308.4975 193.42188Q308.96625 192.78125 309.85687 192.78125Q310.66937 192.78125 311.20062 193.35938Q311.73187 193.92188 311.73187 195.04688Q311.73187 196.14062 311.185 196.73438Q310.65375 197.3125 309.85687 197.3125Q309.09125 197.3125 308.56 196.73438Q308.04437 196.15625 308.04437 194.98438ZM309.88812 193.5Q309.48187 193.5 309.21625 193.84375Q308.96625 194.1875 308.96625 195.09375Q308.96625 195.90625 309.23187 196.25Q309.4975 196.59375 309.88812 196.59375Q310.27875 196.59375 310.54437 196.25Q310.81 195.90625 310.81 195.0Q310.81 194.17188 310.54437 193.84375Q310.27875 193.5 309.88812 193.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.30968 250.51562L191.2628 250.59375Q191.12218 249.96875 190.87218 249.6875Q190.43468 249.23438 189.80968 249.23438Q189.30968 249.23438 188.91905 249.51562Q188.43468 249.89062 188.1378 250.59375Q187.85655 251.28125 187.84093 252.5625Q188.21593 251.98438 188.7628 251.70312Q189.3253 251.42188 189.93468 251.42188Q190.98155 251.42188 191.71593 252.20312Q192.46593 252.98438 192.46593 254.20312Q192.46593 255.01562 192.10655 255.71875Q191.7628 256.40625 191.15343 256.78125Q190.54405 257.14062 189.77843 257.14062Q188.4503 257.14062 187.62218 256.17188Q186.79405 255.20312 186.79405 252.98438Q186.79405 250.48438 187.71593 249.35938Q188.5128 248.375 189.87218 248.375Q190.8878 248.375 191.52843 248.95312Q192.18468 249.51562 192.30968 250.51562ZM188.0128 254.21875Q188.0128 254.76562 188.23155 255.26562Q188.46593 255.75 188.87218 256.01562Q189.29405 256.28125 189.7628 256.28125Q190.41905 256.28125 190.90343 255.75Q191.3878 255.20312 191.3878 254.28125Q191.3878 253.39062 190.90343 252.875Q190.43468 252.35938 189.71593 252.35938Q188.99718 252.35938 188.49718 252.875Q188.0128 253.39062 188.0128 254.21875ZM194.04405 250.46875Q194.04405 249.54688 194.49718 248.90625Q194.96593 248.26562 195.84093 248.26562Q196.65343 248.26562 197.18468 248.84375Q197.71593 249.42188 197.71593 250.53125Q197.71593 251.625 197.16905 252.21875Q196.6378 252.79688 195.85655 252.79688Q195.0753 252.79688 194.55968 252.21875Q194.04405 251.64062 194.04405 250.46875ZM195.87218 248.98438Q195.48155 248.98438 195.21593 249.32812Q194.96593 249.67188 194.96593 250.57812Q194.96593 251.40625 195.21593 251.75Q195.48155 252.07812 195.87218 252.07812Q196.27843 252.07812 196.52843 251.73438Q196.79405 251.39062 196.79405 250.5Q196.79405 249.65625 196.52843 249.32812Q196.2628 248.98438 195.87218 248.98438ZM195.87218 257.3125L200.5753 248.26562L201.43468 248.26562L196.74718 257.3125L195.87218 257.3125ZM199.59093 254.98438Q199.59093 254.0625 200.04405 253.42188Q200.5128 252.78125 201.40343 252.78125Q202.21593 252.78125 202.74718 253.35938Q203.27843 253.92188 203.27843 255.04688Q203.27843 256.14062 202.73155 256.73438Q202.2003 257.3125 201.40343 257.3125Q200.6378 257.3125 200.10655 256.73438Q199.59093 256.15625 199.59093 254.98438ZM201.43468 253.5Q201.02843 253.5 200.7628 253.84375Q200.5128 254.1875 200.5128 255.09375Q200.5128 255.90625 200.77843 256.25Q201.04405 256.59375 201.43468 256.59375Q201.8253 256.59375 202.09093 256.25Q202.35655 255.90625 202.35655 255.0Q202.35655 254.17188 202.09093 253.84375Q201.8253 253.5 201.43468 253.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.30968 250.51562L191.2628 250.59375Q191.12218 249.96875 190.87218 249.6875Q190.43468 249.23438 189.80968 249.23438Q189.30968 249.23438 188.91905 249.51562Q188.43468 249.89062 188.1378 250.59375Q187.85655 251.28125 187.84093 252.5625Q188.21593 251.98438 188.7628 251.70312Q189.3253 251.42188 189.93468 251.42188Q190.98155 251.42188 191.71593 252.20312Q192.46593 252.98438 192.46593 254.20312Q192.46593 255.01562 192.10655 255.71875Q191.7628 256.40625 191.15343 256.78125Q190.54405 257.14062 189.77843 257.14062Q188.4503 257.14062 187.62218 256.17188Q186.79405 255.20312 186.79405 252.98438Q186.79405 250.48438 187.71593 249.35938Q188.5128 248.375 189.87218 248.375Q190.8878 248.375 191.52843 248.95312Q192.18468 249.51562 192.30968 250.51562ZM188.0128 254.21875Q188.0128 254.76562 188.23155 255.26562Q188.46593 255.75 188.87218 256.01562Q189.29405 256.28125 189.7628 256.28125Q190.41905 256.28125 190.90343 255.75Q191.3878 255.20312 191.3878 254.28125Q191.3878 253.39062 190.90343 252.875Q190.43468 252.35938 189.71593 252.35938Q188.99718 252.35938 188.49718 252.875Q188.0128 253.39062 188.0128 254.21875ZM194.04405 250.46875Q194.04405 249.54688 194.49718 248.90625Q194.96593 248.26562 195.84093 248.26562Q196.65343 248.26562 197.18468 248.84375Q197.71593 249.42188 197.71593 250.53125Q197.71593 251.625 197.16905 252.21875Q196.6378 252.79688 195.85655 252.79688Q195.0753 252.79688 194.55968 252.21875Q194.04405 251.64062 194.04405 250.46875ZM195.87218 248.98438Q195.48155 248.98438 195.21593 249.32812Q194.96593 249.67188 194.96593 250.57812Q194.96593 251.40625 195.21593 251.75Q195.48155 252.07812 195.87218 252.07812Q196.27843 252.07812 196.52843 251.73438Q196.79405 251.39062 196.79405 250.5Q196.79405 249.65625 196.52843 249.32812Q196.2628 248.98438 195.87218 248.98438ZM195.87218 257.3125L200.5753 248.26562L201.43468 248.26562L196.74718 257.3125L195.87218 257.3125ZM199.59093 254.98438Q199.59093 254.0625 200.04405 253.42188Q200.5128 252.78125 201.40343 252.78125Q202.21593 252.78125 202.74718 253.35938Q203.27843 253.92188 203.27843 255.04688Q203.27843 256.14062 202.73155 256.73438Q202.2003 257.3125 201.40343 257.3125Q200.6378 257.3125 200.10655 256.73438Q199.59093 256.15625 199.59093 254.98438ZM201.43468 253.5Q201.02843 253.5 200.7628 253.84375Q200.5128 254.1875 200.5128 255.09375Q200.5128 255.90625 200.77843 256.25Q201.04405 256.59375 201.43468 256.59375Q201.8253 256.59375 202.09093 256.25Q202.35655 255.90625 202.35655 255.0Q202.35655 254.17188 202.09093 253.84375Q201.8253 253.5 201.43468 253.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 316.0L211.12143 316.0L211.12143 309.28125Q210.7308 309.64062 210.1058 310.01562Q209.49643 310.375 209.01205 310.54688L209.01205 309.53125Q209.88705 309.10938 210.5433 308.53125Q211.21518 307.9375 211.49643 307.375L212.1683 307.375L212.1683 316.0ZM215.19955 311.76562Q215.19955 310.23438 215.51205 309.3125Q215.82455 308.375 216.43393 307.875Q217.05893 307.375 217.99643 307.375Q218.68393 307.375 219.19955 307.65625Q219.7308 307.9375 220.07455 308.46875Q220.4183 308.98438 220.6058 309.73438Q220.7933 310.48438 220.7933 311.76562Q220.7933 313.28125 220.4808 314.20312Q220.18393 315.125 219.55893 315.64062Q218.94955 316.14062 217.99643 316.14062Q216.76205 316.14062 216.0433 315.25Q215.19955 314.1875 215.19955 311.76562ZM216.27768 311.76562Q216.27768 313.875 216.77768 314.57812Q217.27768 315.28125 217.99643 315.28125Q218.7308 315.28125 219.21518 314.57812Q219.71518 313.875 219.71518 311.76562Q219.71518 309.64062 219.21518 308.95312Q218.7308 308.25 217.9808 308.25Q217.26205 308.25 216.82455 308.85938Q216.27768 309.64062 216.27768 311.76562ZM222.40268 309.46875Q222.40268 308.54688 222.8558 307.90625Q223.32455 307.26562 224.19955 307.26562Q225.01205 307.26562 225.5433 307.84375Q226.07455 308.42188 226.07455 309.53125Q226.07455 310.625 225.52768 311.21875Q224.99643 311.79688 224.21518 311.79688Q223.43393 311.79688 222.9183 311.21875Q222.40268 310.64062 222.40268 309.46875ZM224.2308 307.98438Q223.84018 307.98438 223.57455 308.32812Q223.32455 308.67188 223.32455 309.57812Q223.32455 310.40625 223.57455 310.75Q223.84018 311.07812 224.2308 311.07812Q224.63705 311.07812 224.88705 310.73438Q225.15268 310.39062 225.15268 309.5Q225.15268 308.65625 224.88705 308.32812Q224.62143 307.98438 224.2308 307.98438ZM224.2308 316.3125L228.93393 307.26562L229.7933 307.26562L225.1058 316.3125L224.2308 316.3125ZM227.94955 313.98438Q227.94955 313.0625 228.40268 312.42188Q228.87143 311.78125 229.76205 311.78125Q230.57455 311.78125 231.1058 312.35938Q231.63705 312.92188 231.63705 314.04688Q231.63705 315.14062 231.09018 315.73438Q230.55893 316.3125 229.76205 316.3125Q228.99643 316.3125 228.46518 315.73438Q227.94955 315.15625 227.94955 313.98438ZM229.7933 312.5Q229.38705 312.5 229.12143 312.84375Q228.87143 313.1875 228.87143 314.09375Q228.87143 314.90625 229.13705 315.25Q229.40268 315.59375 229.7933 315.59375Q230.18393 315.59375 230.44955 315.25Q230.71518 314.90625 230.71518 314.0Q230.71518 313.17188 230.44955 312.84375Q230.18393 312.5 229.7933 312.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 316.0L211.12143 316.0L211.12143 309.28125Q210.7308 309.64062 210.1058 310.01562Q209.49643 310.375 209.01205 310.54688L209.01205 309.53125Q209.88705 309.10938 210.5433 308.53125Q211.21518 307.9375 211.49643 307.375L212.1683 307.375L212.1683 316.0ZM215.19955 311.76562Q215.19955 310.23438 215.51205 309.3125Q215.82455 308.375 216.43393 307.875Q217.05893 307.375 217.99643 307.375Q218.68393 307.375 219.19955 307.65625Q219.7308 307.9375 220.07455 308.46875Q220.4183 308.98438 220.6058 309.73438Q220.7933 310.48438 220.7933 311.76562Q220.7933 313.28125 220.4808 314.20312Q220.18393 315.125 219.55893 315.64062Q218.94955 316.14062 217.99643 316.14062Q216.76205 316.14062 216.0433 315.25Q215.19955 314.1875 215.19955 311.76562ZM216.27768 311.76562Q216.27768 313.875 216.77768 314.57812Q217.27768 315.28125 217.99643 315.28125Q218.7308 315.28125 219.21518 314.57812Q219.71518 313.875 219.71518 311.76562Q219.71518 309.64062 219.21518 308.95312Q218.7308 308.25 217.9808 308.25Q217.26205 308.25 216.82455 308.85938Q216.27768 309.64062 216.27768 311.76562ZM222.40268 309.46875Q222.40268 308.54688 222.8558 307.90625Q223.32455 307.26562 224.19955 307.26562Q225.01205 307.26562 225.5433 307.84375Q226.07455 308.42188 226.07455 309.53125Q226.07455 310.625 225.52768 311.21875Q224.99643 311.79688 224.21518 311.79688Q223.43393 311.79688 222.9183 311.21875Q222.40268 310.64062 222.40268 309.46875ZM224.2308 307.98438Q223.84018 307.98438 223.57455 308.32812Q223.32455 308.67188 223.32455 309.57812Q223.32455 310.40625 223.57455 310.75Q223.84018 311.07812 224.2308 311.07812Q224.63705 311.07812 224.88705 310.73438Q225.15268 310.39062 225.15268 309.5Q225.15268 308.65625 224.88705 308.32812Q224.62143 307.98438 224.2308 307.98438ZM224.2308 316.3125L228.93393 307.26562L229.7933 307.26562L225.1058 316.3125L224.2308 316.3125ZM227.94955 313.98438Q227.94955 313.0625 228.40268 312.42188Q228.87143 311.78125 229.76205 311.78125Q230.57455 311.78125 231.1058 312.35938Q231.63705 312.92188 231.63705 314.04688Q231.63705 315.14062 231.09018 315.73438Q230.55893 316.3125 229.76205 316.3125Q228.99643 316.3125 228.46518 315.73438Q227.94955 315.15625 227.94955 313.98438ZM229.7933 312.5Q229.38705 312.5 229.12143 312.84375Q228.87143 313.1875 228.87143 314.09375Q228.87143 314.90625 229.13705 315.25Q229.40268 315.59375 229.7933 315.59375Q230.18393 315.59375 230.44955 315.25Q230.71518 314.90625 230.71518 314.0Q230.71518 313.17188 230.44955 312.84375Q230.18393 312.5 229.7933 312.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 376.0L211.12143 376.0L211.12143 369.28125Q210.7308 369.64062 210.1058 370.01562Q209.49643 370.375 209.01205 370.54688L209.01205 369.53125Q209.88705 369.10938 210.5433 368.53125Q211.21518 367.9375 211.49643 367.375L212.1683 367.375L212.1683 376.0ZM215.19955 371.76562Q215.19955 370.23438 215.51205 369.3125Q215.82455 368.375 216.43393 367.875Q217.05893 367.375 217.99643 367.375Q218.68393 367.375 219.19955 367.65625Q219.7308 367.9375 220.07455 368.46875Q220.4183 368.98438 220.6058 369.73438Q220.7933 370.48438 220.7933 371.76562Q220.7933 373.28125 220.4808 374.20312Q220.18393 375.125 219.55893 375.64062Q218.94955 376.14062 217.99643 376.14062Q216.76205 376.14062 216.0433 375.25Q215.19955 374.1875 215.19955 371.76562ZM216.27768 371.76562Q216.27768 373.875 216.77768 374.57812Q217.27768 375.28125 217.99643 375.28125Q218.7308 375.28125 219.21518 374.57812Q219.71518 373.875 219.71518 371.76562Q219.71518 369.64062 219.21518 368.95312Q218.7308 368.25 217.9808 368.25Q217.26205 368.25 216.82455 368.85938Q216.27768 369.64062 216.27768 371.76562ZM222.40268 369.46875Q222.40268 368.54688 222.8558 367.90625Q223.32455 367.26562 224.19955 367.26562Q225.01205 367.26562 225.5433 367.84375Q226.07455 368.42188 226.07455 369.53125Q226.07455 370.625 225.52768 371.21875Q224.99643 371.79688 224.21518 371.79688Q223.43393 371.79688 222.9183 371.21875Q222.40268 370.64062 222.40268 369.46875ZM224.2308 367.98438Q223.84018 367.98438 223.57455 368.32812Q223.32455 368.67188 223.32455 369.57812Q223.32455 370.40625 223.57455 370.75Q223.84018 371.07812 224.2308 371.07812Q224.63705 371.07812 224.88705 370.73438Q225.15268 370.39062 225.15268 369.5Q225.15268 368.65625 224.88705 368.32812Q224.62143 367.98438 224.2308 367.98438ZM224.2308 376.3125L228.93393 367.26562L229.7933 367.26562L225.1058 376.3125L224.2308 376.3125ZM227.94955 373.98438Q227.94955 373.0625 228.40268 372.42188Q228.87143 371.78125 229.76205 371.78125Q230.57455 371.78125 231.1058 372.35938Q231.63705 372.92188 231.63705 374.04688Q231.63705 375.14062 231.09018 375.73438Q230.55893 376.3125 229.76205 376.3125Q228.99643 376.3125 228.46518 375.73438Q227.94955 375.15625 227.94955 373.98438ZM229.7933 372.5Q229.38705 372.5 229.12143 372.84375Q228.87143 373.1875 228.87143 374.09375Q228.87143 374.90625 229.13705 375.25Q229.40268 375.59375 229.7933 375.59375Q230.18393 375.59375 230.44955 375.25Q230.71518 374.90625 230.71518 374.0Q230.71518 373.17188 230.44955 372.84375Q230.18393 372.5 229.7933 372.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 376.0L211.12143 376.0L211.12143 369.28125Q210.7308 369.64062 210.1058 370.01562Q209.49643 370.375 209.01205 370.54688L209.01205 369.53125Q209.88705 369.10938 210.5433 368.53125Q211.21518 367.9375 211.49643 367.375L212.1683 367.375L212.1683 376.0ZM215.19955 371.76562Q215.19955 370.23438 215.51205 369.3125Q215.82455 368.375 216.43393 367.875Q217.05893 367.375 217.99643 367.375Q218.68393 367.375 219.19955 367.65625Q219.7308 367.9375 220.07455 368.46875Q220.4183 368.98438 220.6058 369.73438Q220.7933 370.48438 220.7933 371.76562Q220.7933 373.28125 220.4808 374.20312Q220.18393 375.125 219.55893 375.64062Q218.94955 376.14062 217.99643 376.14062Q216.76205 376.14062 216.0433 375.25Q215.19955 374.1875 215.19955 371.76562ZM216.27768 371.76562Q216.27768 373.875 216.77768 374.57812Q217.27768 375.28125 217.99643 375.28125Q218.7308 375.28125 219.21518 374.57812Q219.71518 373.875 219.71518 371.76562Q219.71518 369.64062 219.21518 368.95312Q218.7308 368.25 217.9808 368.25Q217.26205 368.25 216.82455 368.85938Q216.27768 369.64062 216.27768 371.76562ZM222.40268 369.46875Q222.40268 368.54688 222.8558 367.90625Q223.32455 367.26562 224.19955 367.26562Q225.01205 367.26562 225.5433 367.84375Q226.07455 368.42188 226.07455 369.53125Q226.07455 370.625 225.52768 371.21875Q224.99643 371.79688 224.21518 371.79688Q223.43393 371.79688 222.9183 371.21875Q222.40268 370.64062 222.40268 369.46875ZM224.2308 367.98438Q223.84018 367.98438 223.57455 368.32812Q223.32455 368.67188 223.32455 369.57812Q223.32455 370.40625 223.57455 370.75Q223.84018 371.07812 224.2308 371.07812Q224.63705 371.07812 224.88705 370.73438Q225.15268 370.39062 225.15268 369.5Q225.15268 368.65625 224.88705 368.32812Q224.62143 367.98438 224.2308 367.98438ZM224.2308 376.3125L228.93393 367.26562L229.7933 367.26562L225.1058 376.3125L224.2308 376.3125ZM227.94955 373.98438Q227.94955 373.0625 228.40268 372.42188Q228.87143 371.78125 229.76205 371.78125Q230.57455 371.78125 231.1058 372.35938Q231.63705 372.92188 231.63705 374.04688Q231.63705 375.14062 231.09018 375.73438Q230.55893 376.3125 229.76205 376.3125Q228.99643 376.3125 228.46518 375.73438Q227.94955 375.15625 227.94955 373.98438ZM229.7933 372.5Q229.38705 372.5 229.12143 372.84375Q228.87143 373.1875 228.87143 374.09375Q228.87143 374.90625 229.13705 375.25Q229.40268 375.59375 229.7933 375.59375Q230.18393 375.59375 230.44955 375.25Q230.71518 374.90625 230.71518 374.0Q230.71518 373.17188 230.44955 372.84375Q230.18393 372.5 229.7933 372.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M171.02919 433.98438L171.02919 435.0L165.34169 435.0Q165.34169 434.625 165.46669 434.26562Q165.68544 433.6875 166.15419 433.125Q166.63857 432.5625 167.54482 431.82812Q168.95107 430.67188 169.43544 430.0Q169.93544 429.32812 169.93544 428.73438Q169.93544 428.10938 169.48232 427.6875Q169.02919 427.25 168.31044 427.25Q167.54482 427.25 167.09169 427.70312Q166.63857 428.15625 166.62294 428.96875L165.54482 428.85938Q165.65419 427.64062 166.37294 427.01562Q167.10732 426.375 168.34169 426.375Q169.57607 426.375 170.29482 427.0625Q171.01357 427.75 171.01357 428.76562Q171.01357 429.28125 170.79482 429.78125Q170.59169 430.26562 170.09169 430.82812Q169.60732 431.375 168.48232 432.32812Q167.52919 433.125 167.24794 433.42188Q166.98232 433.70312 166.81044 433.98438L171.02919 433.98438ZM172.68544 428.46875Q172.68544 427.54688 173.13857 426.90625Q173.60732 426.26562 174.48232 426.26562Q175.29482 426.26562 175.82607 426.84375Q176.35732 427.42188 176.35732 428.53125Q176.35732 429.625 175.81044 430.21875Q175.27919 430.79688 174.49794 430.79688Q173.71669 430.79688 173.20107 430.21875Q172.68544 429.64062 172.68544 428.46875ZM174.51357 426.98438Q174.12294 426.98438 173.85732 427.32812Q173.60732 427.67188 173.60732 428.57812Q173.60732 429.40625 173.85732 429.75Q174.12294 430.07812 174.51357 430.07812Q174.91982 430.07812 175.16982 429.73438Q175.43544 429.39062 175.43544 428.5Q175.43544 427.65625 175.16982 427.32812Q174.90419 426.98438 174.51357 426.98438ZM174.51357 435.3125L179.21669 426.26562L180.07607 426.26562L175.38857 435.3125L174.51357 435.3125ZM178.23232 432.98438Q178.23232 432.0625 178.68544 431.42188Q179.15419 430.78125 180.04482 430.78125Q180.85732 430.78125 181.38857 431.35938Q181.91982 431.92188 181.91982 433.04688Q181.91982 434.14062 181.37294 434.73438Q180.84169 435.3125 180.04482 435.3125Q179.27919 435.3125 178.74794 434.73438Q178.23232 434.15625 178.23232 432.98438ZM180.07607 431.5Q179.66982 431.5 179.40419 431.84375Q179.15419 432.1875 179.15419 433.09375Q179.15419 433.90625 179.41982 434.25Q179.68544 434.59375 180.07607 434.59375Q180.46669 434.59375 180.73232 434.25Q180.99794 433.90625 180.99794 433.0Q180.99794 432.17188 180.73232 431.84375Q180.46669 431.5 180.07607 431.5Z" fill-rule="nonzero"/><path fill="#666666" d="M171.02919 433.98438L171.02919 435.0L165.34169 435.0Q165.34169 434.625 165.46669 434.26562Q165.68544 433.6875 166.15419 433.125Q166.63857 432.5625 167.54482 431.82812Q168.95107 430.67188 169.43544 430.0Q169.93544 429.32812 169.93544 428.73438Q169.93544 428.10938 169.48232 427.6875Q169.02919 427.25 168.31044 427.25Q167.54482 427.25 167.09169 427.70312Q166.63857 428.15625 166.62294 428.96875L165.54482 428.85938Q165.65419 427.64062 166.37294 427.01562Q167.10732 426.375 168.34169 426.375Q169.57607 426.375 170.29482 427.0625Q171.01357 427.75 171.01357 428.76562Q171.01357 429.28125 170.79482 429.78125Q170.59169 430.26562 170.09169 430.82812Q169.60732 431.375 168.48232 432.32812Q167.52919 433.125 167.24794 433.42188Q166.98232 433.70312 166.81044 433.98438L171.02919 433.98438ZM172.68544 428.46875Q172.68544 427.54688 173.13857 426.90625Q173.60732 426.26562 174.48232 426.26562Q175.29482 426.26562 175.82607 426.84375Q176.35732 427.42188 176.35732 428.53125Q176.35732 429.625 175.81044 430.21875Q175.27919 430.79688 174.49794 430.79688Q173.71669 430.79688 173.20107 430.21875Q172.68544 429.64062 172.68544 428.46875ZM174.51357 426.98438Q174.12294 426.98438 173.85732 427.32812Q173.60732 427.67188 173.60732 428.57812Q173.60732 429.40625 173.85732 429.75Q174.12294 430.07812 174.51357 430.07812Q174.91982 430.07812 175.16982 429.73438Q175.43544 429.39062 175.43544 428.5Q175.43544 427.65625 175.16982 427.32812Q174.90419 426.98438 174.51357 426.98438ZM174.51357 435.3125L179.21669 426.26562L180.07607 426.26562L175.38857 435.3125L174.51357 435.3125ZM178.23232 432.98438Q178.23232 432.0625 178.68544 431.42188Q179.15419 430.78125 180.04482 430.78125Q180.85732 430.78125 181.38857 431.35938Q181.91982 431.92188 181.91982 433.04688Q181.91982 434.14062 181.37294 434.73438Q180.84169 435.3125 180.04482 435.3125Q179.27919 435.3125 178.74794 434.73438Q178.23232 434.15625 178.23232 432.98438ZM180.07607 431.5Q179.66982 431.5 179.40419 431.84375Q179.15419 432.1875 179.15419 433.09375Q179.15419 433.90625 179.41982 434.25Q179.68544 434.59375 180.07607 434.59375Q180.46669 434.59375 180.73232 434.25Q180.99794 433.90625 180.99794 433.0Q180.99794 432.17188 180.73232 431.84375Q180.46669 431.5 180.07607 431.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M179.53662 495.0L179.53662 492.9375L175.81787 492.9375L175.81787 491.96875L179.73975 486.40625L180.59912 486.40625L180.59912 491.96875L181.75537 491.96875L181.75537 492.9375L180.59912 492.9375L180.59912 495.0L179.53662 495.0ZM179.53662 491.96875L179.53662 488.10938L176.84912 491.96875L179.53662 491.96875ZM183.36475 488.46875Q183.36475 487.54688 183.81787 486.90625Q184.28662 486.26562 185.16162 486.26562Q185.97412 486.26562 186.50537 486.84375Q187.03662 487.42188 187.03662 488.53125Q187.03662 489.625 186.48975 490.21875Q185.9585 490.79688 185.17725 490.79688Q184.396 490.79688 183.88037 490.21875Q183.36475 489.64062 183.36475 488.46875ZM185.19287 486.98438Q184.80225 486.98438 184.53662 487.32812Q184.28662 487.67188 184.28662 488.57812Q184.28662 489.40625 184.53662 489.75Q184.80225 490.07812 185.19287 490.07812Q185.59912 490.07812 185.84912 489.73438Q186.11475 489.39062 186.11475 488.5Q186.11475 487.65625 185.84912 487.32812Q185.5835 486.98438 185.19287 486.98438ZM185.19287 495.3125L189.896 486.26562L190.75537 486.26562L186.06787 495.3125L185.19287 495.3125ZM188.91162 492.98438Q188.91162 492.0625 189.36475 491.42188Q189.8335 490.78125 190.72412 490.78125Q191.53662 490.78125 192.06787 491.35938Q192.59912 491.92188 192.59912 493.04688Q192.59912 494.14062 192.05225 494.73438Q191.521 495.3125 190.72412 495.3125Q189.9585 495.3125 189.42725 494.73438Q188.91162 494.15625 188.91162 492.98438ZM190.75537 491.5Q190.34912 491.5 190.0835 491.84375Q189.8335 492.1875 189.8335 493.09375Q189.8335 493.90625 190.09912 494.25Q190.36475 494.59375 190.75537 494.59375Q191.146 494.59375 191.41162 494.25Q191.67725 493.90625 191.67725 493.0Q191.67725 492.17188 191.41162 491.84375Q191.146 491.5 190.75537 491.5Z" fill-rule="nonzero"/><path fill="#666666" d="M179.53662 495.0L179.53662 492.9375L175.81787 492.9375L175.81787 491.96875L179.73975 486.40625L180.59912 486.40625L180.59912 491.96875L181.75537 491.96875L181.75537 492.9375L180.59912 492.9375L180.59912 495.0L179.53662 495.0ZM179.53662 491.96875L179.53662 488.10938L176.84912 491.96875L179.53662 491.96875ZM183.36475 488.46875Q183.36475 487.54688 183.81787 486.90625Q184.28662 486.26562 185.16162 486.26562Q185.97412 486.26562 186.50537 486.84375Q187.03662 487.42188 187.03662 488.53125Q187.03662 489.625 186.48975 490.21875Q185.9585 490.79688 185.17725 490.79688Q184.396 490.79688 183.88037 490.21875Q183.36475 489.64062 183.36475 488.46875ZM185.19287 486.98438Q184.80225 486.98438 184.53662 487.32812Q184.28662 487.67188 184.28662 488.57812Q184.28662 489.40625 184.53662 489.75Q184.80225 490.07812 185.19287 490.07812Q185.59912 490.07812 185.84912 489.73438Q186.11475 489.39062 186.11475 488.5Q186.11475 487.65625 185.84912 487.32812Q185.5835 486.98438 185.19287 486.98438ZM185.19287 495.3125L189.896 486.26562L190.75537 486.26562L186.06787 495.3125L185.19287 495.3125ZM188.91162 492.98438Q188.91162 492.0625 189.36475 491.42188Q189.8335 490.78125 190.72412 490.78125Q191.53662 490.78125 192.06787 491.35938Q192.59912 491.92188 192.59912 493.04688Q192.59912 494.14062 192.05225 494.73438Q191.521 495.3125 190.72412 495.3125Q189.9585 495.3125 189.42725 494.73438Q188.91162 494.15625 188.91162 492.98438ZM190.75537 491.5Q190.34912 491.5 190.0835 491.84375Q189.8335 492.1875 189.8335 493.09375Q189.8335 493.90625 190.09912 494.25Q190.36475 494.59375 190.75537 494.59375Q191.146 494.59375 191.41162 494.25Q191.67725 493.90625 191.67725 493.0Q191.67725 492.17188 191.41162 491.84375Q191.146 491.5 190.75537 491.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.52057 90.984375L304.52057 92.0L298.83307 92.0Q298.83307 91.625 298.95807 91.265625Q299.17682 90.6875 299.64557 90.125Q300.12994 89.5625 301.0362 88.828125Q302.44244 87.671875 302.92682 87.0Q303.42682 86.328125 303.42682 85.734375Q303.42682 85.109375 302.9737 84.6875Q302.52057 84.25 301.80182 84.25Q301.0362 84.25 300.58307 84.703125Q300.12994 85.15625 300.11432 85.96875L299.0362 85.859375Q299.14557 84.640625 299.86432 84.015625Q300.5987 83.375 301.83307 83.375Q303.06744 83.375 303.7862 84.0625Q304.50494 84.75 304.50494 85.765625Q304.50494 86.28125 304.2862 86.78125Q304.08307 87.265625 303.58307 87.828125Q303.0987 88.375 301.9737 89.328125Q301.02057 90.125 300.73932 90.421875Q300.4737 90.703125 300.30182 90.984375L304.52057 90.984375ZM306.0362 84.53125L306.0362 83.515625L311.5987 83.515625L311.5987 84.34375Q310.7862 85.21875 309.9737 86.671875Q309.17682 88.109375 308.73932 89.640625Q308.4112 90.71875 308.33307 92.0L307.23932 92.0Q307.25494 90.984375 307.62994 89.546875Q308.02057 88.109375 308.7237 86.78125Q309.44244 85.453125 310.25494 84.53125L306.0362 84.53125ZM313.17682 85.46875Q313.17682 84.546875 313.62994 83.90625Q314.0987 83.265625 314.9737 83.265625Q315.7862 83.265625 316.31744 83.84375Q316.8487 84.421875 316.8487 85.53125Q316.8487 86.625 316.30182 87.21875Q315.77057 87.796875 314.98932 87.796875Q314.20807 87.796875 313.69244 87.21875Q313.17682 86.640625 313.17682 85.46875ZM315.00494 83.984375Q314.61432 83.984375 314.3487 84.328125Q314.0987 84.671875 314.0987 85.578125Q314.0987 86.40625 314.3487 86.75Q314.61432 87.078125 315.00494 87.078125Q315.4112 87.078125 315.6612 86.734375Q315.92682 86.390625 315.92682 85.5Q315.92682 84.65625 315.6612 84.328125Q315.39557 83.984375 315.00494 83.984375ZM315.00494 92.3125L319.70807 83.265625L320.56744 83.265625L315.87994 92.3125L315.00494 92.3125ZM318.7237 89.984375Q318.7237 89.0625 319.17682 88.421875Q319.64557 87.78125 320.5362 87.78125Q321.3487 87.78125 321.87994 88.359375Q322.4112 88.921875 322.4112 90.046875Q322.4112 91.140625 321.86432 91.734375Q321.33307 92.3125 320.5362 92.3125Q319.77057 92.3125 319.23932 91.734375Q318.7237 91.15625 318.7237 89.984375ZM320.56744 88.5Q320.1612 88.5 319.89557 88.84375Q319.64557 89.1875 319.64557 90.09375Q319.64557 90.90625 319.9112 91.25Q320.17682 91.59375 320.56744 91.59375Q320.95807 91.59375 321.2237 91.25Q321.48932 90.90625 321.48932 90.0Q321.48932 89.171875 321.2237 88.84375Q320.95807 88.5 320.56744 88.5Z" fill-rule="nonzero"/><path fill="#666666" d="M304.52057 90.984375L304.52057 92.0L298.83307 92.0Q298.83307 91.625 298.95807 91.265625Q299.17682 90.6875 299.64557 90.125Q300.12994 89.5625 301.0362 88.828125Q302.44244 87.671875 302.92682 87.0Q303.42682 86.328125 303.42682 85.734375Q303.42682 85.109375 302.9737 84.6875Q302.52057 84.25 301.80182 84.25Q301.0362 84.25 300.58307 84.703125Q300.12994 85.15625 300.11432 85.96875L299.0362 85.859375Q299.14557 84.640625 299.86432 84.015625Q300.5987 83.375 301.83307 83.375Q303.06744 83.375 303.7862 84.0625Q304.50494 84.75 304.50494 85.765625Q304.50494 86.28125 304.2862 86.78125Q304.08307 87.265625 303.58307 87.828125Q303.0987 88.375 301.9737 89.328125Q301.02057 90.125 300.73932 90.421875Q300.4737 90.703125 300.30182 90.984375L304.52057 90.984375ZM306.0362 84.53125L306.0362 83.515625L311.5987 83.515625L311.5987 84.34375Q310.7862 85.21875 309.9737 86.671875Q309.17682 88.109375 308.73932 89.640625Q308.4112 90.71875 308.33307 92.0L307.23932 92.0Q307.25494 90.984375 307.62994 89.546875Q308.02057 88.109375 308.7237 86.78125Q309.44244 85.453125 310.25494 84.53125L306.0362 84.53125ZM313.17682 85.46875Q313.17682 84.546875 313.62994 83.90625Q314.0987 83.265625 314.9737 83.265625Q315.7862 83.265625 316.31744 83.84375Q316.8487 84.421875 316.8487 85.53125Q316.8487 86.625 316.30182 87.21875Q315.77057 87.796875 314.98932 87.796875Q314.20807 87.796875 313.69244 87.21875Q313.17682 86.640625 313.17682 85.46875ZM315.00494 83.984375Q314.61432 83.984375 314.3487 84.328125Q314.0987 84.671875 314.0987 85.578125Q314.0987 86.40625 314.3487 86.75Q314.61432 87.078125 315.00494 87.078125Q315.4112 87.078125 315.6612 86.734375Q315.92682 86.390625 315.92682 85.5Q315.92682 84.65625 315.6612 84.328125Q315.39557 83.984375 315.00494 83.984375ZM315.00494 92.3125L319.70807 83.265625L320.56744 83.265625L315.87994 92.3125L315.00494 92.3125ZM318.7237 89.984375Q318.7237 89.0625 319.17682 88.421875Q319.64557 87.78125 320.5362 87.78125Q321.3487 87.78125 321.87994 88.359375Q322.4112 88.921875 322.4112 90.046875Q322.4112 91.140625 321.86432 91.734375Q321.33307 92.3125 320.5362 92.3125Q319.77057 92.3125 319.23932 91.734375Q318.7237 91.15625 318.7237 89.984375ZM320.56744 88.5Q320.1612 88.5 319.89557 88.84375Q319.64557 89.1875 319.64557 90.09375Q319.64557 90.90625 319.9112 91.25Q320.17682 91.59375 320.56744 91.59375Q320.95807 91.59375 321.2237 91.25Q321.48932 90.90625 321.48932 90.0Q321.48932 89.171875 321.2237 88.84375Q320.95807 88.5 320.56744 88.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M260.2252 151.0L259.1783 151.0L259.1783 144.28125Q258.7877 144.64062 258.1627 145.01562Q257.5533 145.375 257.06894 145.54688L257.06894 144.53125Q257.94394 144.10938 258.6002 143.53125Q259.27206 142.9375 259.5533 142.375L260.2252 142.375L260.2252 151.0ZM263.4127 149.01562L264.4283 148.92188Q264.5533 149.64062 264.9127 149.96875Q265.2877 150.28125 265.8502 150.28125Q266.33456 150.28125 266.69394 150.0625Q267.06894 149.82812 267.3033 149.46875Q267.5377 149.09375 267.69394 148.46875Q267.8502 147.82812 267.8502 147.17188Q267.8502 147.09375 267.8502 146.95312Q267.5377 147.45312 266.9908 147.78125Q266.44394 148.09375 265.8033 148.09375Q264.7252 148.09375 263.9908 147.32812Q263.25644 146.54688 263.25644 145.28125Q263.25644 143.96875 264.02206 143.17188Q264.8033 142.375 265.95956 142.375Q266.7877 142.375 267.4752 142.82812Q268.1783 143.28125 268.5377 144.125Q268.89706 144.95312 268.89706 146.53125Q268.89706 148.17188 268.5377 149.15625Q268.19394 150.125 267.4752 150.64062Q266.77206 151.14062 265.83456 151.14062Q264.81894 151.14062 264.1783 150.59375Q263.5377 150.03125 263.4127 149.01562ZM267.7252 145.21875Q267.7252 144.3125 267.2408 143.78125Q266.77206 143.25 266.08456 143.25Q265.38144 143.25 264.8502 143.82812Q264.33456 144.39062 264.33456 145.3125Q264.33456 146.125 264.83456 146.64062Q265.33456 147.15625 266.0533 147.15625Q266.7877 147.15625 267.25644 146.64062Q267.7252 146.125 267.7252 145.21875ZM270.45956 144.46875Q270.45956 143.54688 270.9127 142.90625Q271.38144 142.26562 272.25644 142.26562Q273.06894 142.26562 273.6002 142.84375Q274.13144 143.42188 274.13144 144.53125Q274.13144 145.625 273.58456 146.21875Q273.0533 146.79688 272.27206 146.79688Q271.4908 146.79688 270.9752 146.21875Q270.45956 145.64062 270.45956 144.46875ZM272.2877 142.98438Q271.89706 142.98438 271.63144 143.32812Q271.38144 143.67188 271.38144 144.57812Q271.38144 145.40625 271.63144 145.75Q271.89706 146.07812 272.2877 146.07812Q272.69394 146.07812 272.94394 145.73438Q273.20956 145.39062 273.20956 144.5Q273.20956 143.65625 272.94394 143.32812Q272.6783 142.98438 272.2877 142.98438ZM272.2877 151.3125L276.9908 142.26562L277.8502 142.26562L273.1627 151.3125L272.2877 151.3125ZM276.00644 148.98438Q276.00644 148.0625 276.45956 147.42188Q276.9283 146.78125 277.81894 146.78125Q278.63144 146.78125 279.1627 147.35938Q279.69394 147.92188 279.69394 149.04688Q279.69394 150.14062 279.14706 150.73438Q278.6158 151.3125 277.81894 151.3125Q277.0533 151.3125 276.52206 150.73438Q276.00644 150.15625 276.00644 148.98438ZM277.8502 147.5Q277.44394 147.5 277.1783 147.84375Q276.9283 148.1875 276.9283 149.09375Q276.9283 149.90625 277.19394 150.25Q277.45956 150.59375 277.8502 150.59375Q278.2408 150.59375 278.50644 150.25Q278.77206 149.90625 278.77206 149.0Q278.77206 148.17188 278.50644 147.84375Q278.2408 147.5 277.8502 147.5Z" fill-rule="nonzero"/><path fill="#666666" d="M260.22522 151.0L259.17834 151.0L259.17834 144.28125Q258.78772 144.64062 258.16272 145.01562Q257.55334 145.375 257.06897 145.54688L257.06897 144.53125Q257.94397 144.10938 258.60022 143.53125Q259.2721 142.9375 259.55334 142.375L260.22522 142.375L260.22522 151.0ZM263.41272 149.01562L264.42834 148.92188Q264.55334 149.64062 264.91272 149.96875Q265.28772 150.28125 265.85022 150.28125Q266.3346 150.28125 266.69397 150.0625Q267.06897 149.82812 267.30334 149.46875Q267.53772 149.09375 267.69397 148.46875Q267.85022 147.82812 267.85022 147.17188Q267.85022 147.09375 267.85022 146.95312Q267.53772 147.45312 266.99084 147.78125Q266.44397 148.09375 265.80334 148.09375Q264.72522 148.09375 263.99084 147.32812Q263.25647 146.54688 263.25647 145.28125Q263.25647 143.96875 264.0221 143.17188Q264.80334 142.375 265.9596 142.375Q266.78772 142.375 267.47522 142.82812Q268.17834 143.28125 268.53772 144.125Q268.8971 144.95312 268.8971 146.53125Q268.8971 148.17188 268.53772 149.15625Q268.19397 150.125 267.47522 150.64062Q266.7721 151.14062 265.8346 151.14062Q264.81897 151.14062 264.17834 150.59375Q263.53772 150.03125 263.41272 149.01562ZM267.72522 145.21875Q267.72522 144.3125 267.24084 143.78125Q266.7721 143.25 266.0846 143.25Q265.38147 143.25 264.85022 143.82812Q264.3346 144.39062 264.3346 145.3125Q264.3346 146.125 264.8346 146.64062Q265.3346 147.15625 266.05334 147.15625Q266.78772 147.15625 267.25647 146.64062Q267.72522 146.125 267.72522 145.21875ZM270.4596 144.46875Q270.4596 143.54688 270.91272 142.90625Q271.38147 142.26562 272.25647 142.26562Q273.06897 142.26562 273.60022 142.84375Q274.13147 143.42188 274.13147 144.53125Q274.13147 145.625 273.5846 146.21875Q273.05334 146.79688 272.2721 146.79688Q271.49084 146.79688 270.97522 146.21875Q270.4596 145.64062 270.4596 144.46875ZM272.28772 142.98438Q271.8971 142.98438 271.63147 143.32812Q271.38147 143.67188 271.38147 144.57812Q271.38147 145.40625 271.63147 145.75Q271.8971 146.07812 272.28772 146.07812Q272.69397 146.07812 272.94397 145.73438Q273.2096 145.39062 273.2096 144.5Q273.2096 143.65625 272.94397 143.32812Q272.67834 142.98438 272.28772 142.98438ZM272.28772 151.3125L276.99084 142.26562L277.85022 142.26562L273.16272 151.3125L272.28772 151.3125ZM276.00647 148.98438Q276.00647 148.0625 276.4596 147.42188Q276.92834 146.78125 277.81897 146.78125Q278.63147 146.78125 279.16272 147.35938Q279.69397 147.92188 279.69397 149.04688Q279.69397 150.14062 279.1471 150.73438Q278.61584 151.3125 277.81897 151.3125Q277.05334 151.3125 276.5221 150.73438Q276.00647 150.15625 276.00647 148.98438ZM277.85022 147.5Q277.44397 147.5 277.17834 147.84375Q276.92834 148.1875 276.92834 149.09375Q276.92834 149.90625 277.19397 150.25Q277.4596 150.59375 277.85022 150.59375Q278.24084 150.59375 278.50647 150.25Q278.7721 149.90625 278.7721 149.0Q278.7721 148.17188 278.50647 147.84375Q278.24084 147.5 277.85022 147.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.8223 208.98438L277.8223 210.0L272.1348 210.0Q272.1348 209.625 272.2598 209.26562Q272.47855 208.6875 272.9473 208.125Q273.43167 207.5625 274.33792 206.82812Q275.74417 205.67188 276.22855 205.0Q276.72855 204.32812 276.72855 203.73438Q276.72855 203.10938 276.27542 202.6875Q275.8223 202.25 275.10355 202.25Q274.33792 202.25 273.8848 202.70312Q273.43167 203.15625 273.41605 203.96875L272.33792 203.85938Q272.4473 202.64062 273.16605 202.01562Q273.90042 201.375 275.1348 201.375Q276.36917 201.375 277.08792 202.0625Q277.80667 202.75 277.80667 203.76562Q277.80667 204.28125 277.58792 204.78125Q277.3848 205.26562 276.8848 205.82812Q276.40042 206.375 275.27542 207.32812Q274.3223 208.125 274.04105 208.42188Q273.77542 208.70312 273.60355 208.98438L277.8223 208.98438ZM284.8223 208.98438L284.8223 210.0L279.1348 210.0Q279.1348 209.625 279.2598 209.26562Q279.47855 208.6875 279.9473 208.125Q280.43167 207.5625 281.33792 206.82812Q282.74417 205.67188 283.22855 205.0Q283.72855 204.32812 283.72855 203.73438Q283.72855 203.10938 283.27542 202.6875Q282.8223 202.25 282.10355 202.25Q281.33792 202.25 280.8848 202.70312Q280.43167 203.15625 280.41605 203.96875L279.33792 203.85938Q279.4473 202.64062 280.16605 202.01562Q280.90042 201.375 282.1348 201.375Q283.36917 201.375 284.08792 202.0625Q284.80667 202.75 284.80667 203.76562Q284.80667 204.28125 284.58792 204.78125Q284.3848 205.26562 283.8848 205.82812Q283.40042 206.375 282.27542 207.32812Q281.3223 208.125 281.04105 208.42188Q280.77542 208.70312 280.60355 208.98438L284.8223 208.98438ZM286.47855 203.46875Q286.47855 202.54688 286.93167 201.90625Q287.40042 201.26562 288.27542 201.26562Q289.08792 201.26562 289.61917 201.84375Q290.15042 202.42188 290.15042 203.53125Q290.15042 204.625 289.60355 205.21875Q289.0723 205.79688 288.29105 205.79688Q287.5098 205.79688 286.99417 205.21875Q286.47855 204.64062 286.47855 203.46875ZM288.30667 201.98438Q287.91605 201.98438 287.65042 202.32812Q287.40042 202.67188 287.40042 203.57812Q287.40042 204.40625 287.65042 204.75Q287.91605 205.07812 288.30667 205.07812Q288.71292 205.07812 288.96292 204.73438Q289.22855 204.39062 289.22855 203.5Q289.22855 202.65625 288.96292 202.32812Q288.6973 201.98438 288.30667 201.98438ZM288.30667 210.3125L293.0098 201.26562L293.86917 201.26562L289.18167 210.3125L288.30667 210.3125ZM292.02542 207.98438Q292.02542 207.0625 292.47855 206.42188Q292.9473 205.78125 293.83792 205.78125Q294.65042 205.78125 295.18167 206.35938Q295.71292 206.92188 295.71292 208.04688Q295.71292 209.14062 295.16605 209.73438Q294.6348 210.3125 293.83792 210.3125Q293.0723 210.3125 292.54105 209.73438Q292.02542 209.15625 292.02542 207.98438ZM293.86917 206.5Q293.46292 206.5 293.1973 206.84375Q292.9473 207.1875 292.9473 208.09375Q292.9473 208.90625 293.21292 209.25Q293.47855 209.59375 293.86917 209.59375Q294.2598 209.59375 294.52542 209.25Q294.79105 208.90625 294.79105 208.0Q294.79105 207.17188 294.52542 206.84375Q294.2598 206.5 293.86917 206.5Z" fill-rule="nonzero"/><path fill="#666666" d="M277.8223 208.98438L277.8223 210.0L272.1348 210.0Q272.1348 209.625 272.2598 209.26562Q272.47855 208.6875 272.9473 208.125Q273.43167 207.5625 274.33792 206.82812Q275.74417 205.67188 276.22855 205.0Q276.72855 204.32812 276.72855 203.73438Q276.72855 203.10938 276.27542 202.6875Q275.8223 202.25 275.10355 202.25Q274.33792 202.25 273.8848 202.70312Q273.43167 203.15625 273.41605 203.96875L272.33792 203.85938Q272.4473 202.64062 273.16605 202.01562Q273.90042 201.375 275.1348 201.375Q276.36917 201.375 277.08792 202.0625Q277.80667 202.75 277.80667 203.76562Q277.80667 204.28125 277.58792 204.78125Q277.3848 205.26562 276.8848 205.82812Q276.40042 206.375 275.27542 207.32812Q274.3223 208.125 274.04105 208.42188Q273.77542 208.70312 273.60355 208.98438L277.8223 208.98438ZM284.8223 208.98438L284.8223 210.0L279.1348 210.0Q279.1348 209.625 279.2598 209.26562Q279.47855 208.6875 279.9473 208.125Q280.43167 207.5625 281.33792 206.82812Q282.74417 205.67188 283.22855 205.0Q283.72855 204.32812 283.72855 203.73438Q283.72855 203.10938 283.27542 202.6875Q282.8223 202.25 282.10355 202.25Q281.33792 202.25 280.8848 202.70312Q280.43167 203.15625 280.41605 203.96875L279.33792 203.85938Q279.4473 202.64062 280.16605 202.01562Q280.90042 201.375 282.1348 201.375Q283.36917 201.375 284.08792 202.0625Q284.80667 202.75 284.80667 203.76562Q284.80667 204.28125 284.58792 204.78125Q284.3848 205.26562 283.8848 205.82812Q283.40042 206.375 282.27542 207.32812Q281.3223 208.125 281.04105 208.42188Q280.77542 208.70312 280.60355 208.98438L284.8223 208.98438ZM286.47855 203.46875Q286.47855 202.54688 286.93167 201.90625Q287.40042 201.26562 288.27542 201.26562Q289.08792 201.26562 289.61917 201.84375Q290.15042 202.42188 290.15042 203.53125Q290.15042 204.625 289.60355 205.21875Q289.0723 205.79688 288.29105 205.79688Q287.5098 205.79688 286.99417 205.21875Q286.47855 204.64062 286.47855 203.46875ZM288.30667 201.98438Q287.91605 201.98438 287.65042 202.32812Q287.40042 202.67188 287.40042 203.57812Q287.40042 204.40625 287.65042 204.75Q287.91605 205.07812 288.30667 205.07812Q288.71292 205.07812 288.96292 204.73438Q289.22855 204.39062 289.22855 203.5Q289.22855 202.65625 288.96292 202.32812Q288.6973 201.98438 288.30667 201.98438ZM288.30667 210.3125L293.0098 201.26562L293.86917 201.26562L289.18167 210.3125L288.30667 210.3125ZM292.02542 207.98438Q292.02542 207.0625 292.47855 206.42188Q292.9473 205.78125 293.83792 205.78125Q294.65042 205.78125 295.18167 206.35938Q295.71292 206.92188 295.71292 208.04688Q295.71292 209.14062 295.16605 209.73438Q294.6348 210.3125 293.83792 210.3125Q293.0723 210.3125 292.54105 209.73438Q292.02542 209.15625 292.02542 207.98438ZM293.86917 206.5Q293.46292 206.5 293.1973 206.84375Q292.9473 207.1875 292.9473 208.09375Q292.9473 208.90625 293.21292 209.25Q293.47855 209.59375 293.86917 209.59375Q294.2598 209.59375 294.52542 209.25Q294.79105 208.90625 294.79105 208.0Q294.79105 207.17188 294.52542 206.84375Q294.2598 206.5 293.86917 206.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.30968 263.51562L191.2628 263.59375Q191.12218 262.96875 190.87218 262.6875Q190.43468 262.23438 189.80968 262.23438Q189.30968 262.23438 188.91905 262.51562Q188.43468 262.89062 188.1378 263.59375Q187.85655 264.28125 187.84093 265.5625Q188.21593 264.98438 188.7628 264.70312Q189.3253 264.42188 189.93468 264.42188Q190.98155 264.42188 191.71593 265.20312Q192.46593 265.98438 192.46593 267.20312Q192.46593 268.01562 192.10655 268.71875Q191.7628 269.40625 191.15343 269.78125Q190.54405 270.14062 189.77843 270.14062Q188.4503 270.14062 187.62218 269.17188Q186.79405 268.20312 186.79405 265.98438Q186.79405 263.48438 187.71593 262.35938Q188.5128 261.375 189.87218 261.375Q190.8878 261.375 191.52843 261.95312Q192.18468 262.51562 192.30968 263.51562ZM188.0128 267.21875Q188.0128 267.76562 188.23155 268.26562Q188.46593 268.75 188.87218 269.01562Q189.29405 269.28125 189.7628 269.28125Q190.41905 269.28125 190.90343 268.75Q191.3878 268.20312 191.3878 267.28125Q191.3878 266.39062 190.90343 265.875Q190.43468 265.35938 189.71593 265.35938Q188.99718 265.35938 188.49718 265.875Q188.0128 266.39062 188.0128 267.21875ZM194.04405 263.46875Q194.04405 262.54688 194.49718 261.90625Q194.96593 261.26562 195.84093 261.26562Q196.65343 261.26562 197.18468 261.84375Q197.71593 262.42188 197.71593 263.53125Q197.71593 264.625 197.16905 265.21875Q196.6378 265.79688 195.85655 265.79688Q195.0753 265.79688 194.55968 265.21875Q194.04405 264.64062 194.04405 263.46875ZM195.87218 261.98438Q195.48155 261.98438 195.21593 262.32812Q194.96593 262.67188 194.96593 263.57812Q194.96593 264.40625 195.21593 264.75Q195.48155 265.07812 195.87218 265.07812Q196.27843 265.07812 196.52843 264.73438Q196.79405 264.39062 196.79405 263.5Q196.79405 262.65625 196.52843 262.32812Q196.2628 261.98438 195.87218 261.98438ZM195.87218 270.3125L200.5753 261.26562L201.43468 261.26562L196.74718 270.3125L195.87218 270.3125ZM199.59093 267.98438Q199.59093 267.0625 200.04405 266.42188Q200.5128 265.78125 201.40343 265.78125Q202.21593 265.78125 202.74718 266.35938Q203.27843 266.92188 203.27843 268.04688Q203.27843 269.14062 202.73155 269.73438Q202.2003 270.3125 201.40343 270.3125Q200.6378 270.3125 200.10655 269.73438Q199.59093 269.15625 199.59093 267.98438ZM201.43468 266.5Q201.02843 266.5 200.7628 266.84375Q200.5128 267.1875 200.5128 268.09375Q200.5128 268.90625 200.77843 269.25Q201.04405 269.59375 201.43468 269.59375Q201.8253 269.59375 202.09093 269.25Q202.35655 268.90625 202.35655 268.0Q202.35655 267.17188 202.09093 266.84375Q201.8253 266.5 201.43468 266.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.30968 263.51562L191.2628 263.59375Q191.12218 262.96875 190.87218 262.6875Q190.43468 262.23438 189.80968 262.23438Q189.30968 262.23438 188.91905 262.51562Q188.43468 262.89062 188.1378 263.59375Q187.85655 264.28125 187.84093 265.5625Q188.21593 264.98438 188.7628 264.70312Q189.3253 264.42188 189.93468 264.42188Q190.98155 264.42188 191.71593 265.20312Q192.46593 265.98438 192.46593 267.20312Q192.46593 268.01562 192.10655 268.71875Q191.7628 269.40625 191.15343 269.78125Q190.54405 270.14062 189.77843 270.14062Q188.4503 270.14062 187.62218 269.17188Q186.79405 268.20312 186.79405 265.98438Q186.79405 263.48438 187.71593 262.35938Q188.5128 261.375 189.87218 261.375Q190.8878 261.375 191.52843 261.95312Q192.18468 262.51562 192.30968 263.51562ZM188.0128 267.21875Q188.0128 267.76562 188.23155 268.26562Q188.46593 268.75 188.87218 269.01562Q189.29405 269.28125 189.7628 269.28125Q190.41905 269.28125 190.90343 268.75Q191.3878 268.20312 191.3878 267.28125Q191.3878 266.39062 190.90343 265.875Q190.43468 265.35938 189.71593 265.35938Q188.99718 265.35938 188.49718 265.875Q188.0128 266.39062 188.0128 267.21875ZM194.04405 263.46875Q194.04405 262.54688 194.49718 261.90625Q194.96593 261.26562 195.84093 261.26562Q196.65343 261.26562 197.18468 261.84375Q197.71593 262.42188 197.71593 263.53125Q197.71593 264.625 197.16905 265.21875Q196.6378 265.79688 195.85655 265.79688Q195.0753 265.79688 194.55968 265.21875Q194.04405 264.64062 194.04405 263.46875ZM195.87218 261.98438Q195.48155 261.98438 195.21593 262.32812Q194.96593 262.67188 194.96593 263.57812Q194.96593 264.40625 195.21593 264.75Q195.48155 265.07812 195.87218 265.07812Q196.27843 265.07812 196.52843 264.73438Q196.79405 264.39062 196.79405 263.5Q196.79405 262.65625 196.52843 262.32812Q196.2628 261.98438 195.87218 261.98438ZM195.87218 270.3125L200.5753 261.26562L201.43468 261.26562L196.74718 270.3125L195.87218 270.3125ZM199.59093 267.98438Q199.59093 267.0625 200.04405 266.42188Q200.5128 265.78125 201.40343 265.78125Q202.21593 265.78125 202.74718 266.35938Q203.27843 266.92188 203.27843 268.04688Q203.27843 269.14062 202.73155 269.73438Q202.2003 270.3125 201.40343 270.3125Q200.6378 270.3125 200.10655 269.73438Q199.59093 269.15625 199.59093 267.98438ZM201.43468 266.5Q201.02843 266.5 200.7628 266.84375Q200.5128 267.1875 200.5128 268.09375Q200.5128 268.90625 200.77843 269.25Q201.04405 269.59375 201.43468 269.59375Q201.8253 269.59375 202.09093 269.25Q202.35655 268.90625 202.35655 268.0Q202.35655 267.17188 202.09093 266.84375Q201.8253 266.5 201.43468 266.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.24309 321.53125L192.24309 320.51562L197.80559 320.51562L197.80559 321.34375Q196.99309 322.21875 196.18059 323.67188Q195.38371 325.10938 194.94621 326.64062Q194.61809 327.71875 194.53996 329.0L193.44621 329.0Q193.46184 327.98438 193.83684 326.54688Q194.22746 325.10938 194.93059 323.78125Q195.64934 322.45312 196.46184 321.53125L192.24309 321.53125ZM199.38371 322.46875Q199.38371 321.54688 199.83684 320.90625Q200.30559 320.26562 201.18059 320.26562Q201.99309 320.26562 202.52434 320.84375Q203.05559 321.42188 203.05559 322.53125Q203.05559 323.625 202.50871 324.21875Q201.97746 324.79688 201.19621 324.79688Q200.41496 324.79688 199.89934 324.21875Q199.38371 323.64062 199.38371 322.46875ZM201.21184 320.98438Q200.82121 320.98438 200.55559 321.32812Q200.30559 321.67188 200.30559 322.57812Q200.30559 323.40625 200.55559 323.75Q200.82121 324.07812 201.21184 324.07812Q201.61809 324.07812 201.86809 323.73438Q202.13371 323.39062 202.13371 322.5Q202.13371 321.65625 201.86809 321.32812Q201.60246 320.98438 201.21184 320.98438ZM201.21184 329.3125L205.91496 320.26562L206.77434 320.26562L202.08684 329.3125L201.21184 329.3125ZM204.93059 326.98438Q204.93059 326.0625 205.38371 325.42188Q205.85246 324.78125 206.74309 324.78125Q207.55559 324.78125 208.08684 325.35938Q208.61809 325.92188 208.61809 327.04688Q208.61809 328.14062 208.07121 328.73438Q207.53996 329.3125 206.74309 329.3125Q205.97746 329.3125 205.44621 328.73438Q204.93059 328.15625 204.93059 326.98438ZM206.77434 325.5Q206.36809 325.5 206.10246 325.84375Q205.85246 326.1875 205.85246 327.09375Q205.85246 327.90625 206.11809 328.25Q206.38371 328.59375 206.77434 328.59375Q207.16496 328.59375 207.43059 328.25Q207.69621 327.90625 207.69621 327.0Q207.69621 326.17188 207.43059 325.84375Q207.16496 325.5 206.77434 325.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.24309 321.53125L192.24309 320.51562L197.80559 320.51562L197.80559 321.34375Q196.99309 322.21875 196.18059 323.67188Q195.38371 325.10938 194.94621 326.64062Q194.61809 327.71875 194.53996 329.0L193.44621 329.0Q193.46184 327.98438 193.83684 326.54688Q194.22746 325.10938 194.93059 323.78125Q195.64934 322.45312 196.46184 321.53125L192.24309 321.53125ZM199.38371 322.46875Q199.38371 321.54688 199.83684 320.90625Q200.30559 320.26562 201.18059 320.26562Q201.99309 320.26562 202.52434 320.84375Q203.05559 321.42188 203.05559 322.53125Q203.05559 323.625 202.50871 324.21875Q201.97746 324.79688 201.19621 324.79688Q200.41496 324.79688 199.89934 324.21875Q199.38371 323.64062 199.38371 322.46875ZM201.21184 320.98438Q200.82121 320.98438 200.55559 321.32812Q200.30559 321.67188 200.30559 322.57812Q200.30559 323.40625 200.55559 323.75Q200.82121 324.07812 201.21184 324.07812Q201.61809 324.07812 201.86809 323.73438Q202.13371 323.39062 202.13371 322.5Q202.13371 321.65625 201.86809 321.32812Q201.60246 320.98438 201.21184 320.98438ZM201.21184 329.3125L205.91496 320.26562L206.77434 320.26562L202.08684 329.3125L201.21184 329.3125ZM204.93059 326.98438Q204.93059 326.0625 205.38371 325.42188Q205.85246 324.78125 206.74309 324.78125Q207.55559 324.78125 208.08684 325.35938Q208.61809 325.92188 208.61809 327.04688Q208.61809 328.14062 208.07121 328.73438Q207.53996 329.3125 206.74309 329.3125Q205.97746 329.3125 205.44621 328.73438Q204.93059 328.15625 204.93059 326.98438ZM206.77434 325.5Q206.36809 325.5 206.10246 325.84375Q205.85246 326.1875 205.85246 327.09375Q205.85246 327.90625 206.11809 328.25Q206.38371 328.59375 206.77434 328.59375Q207.16496 328.59375 207.43059 328.25Q207.69621 327.90625 207.69621 327.0Q207.69621 326.17188 207.43059 325.84375Q207.16496 325.5 206.77434 325.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.30968 382.51562L191.2628 382.59375Q191.12218 381.96875 190.87218 381.6875Q190.43468 381.23438 189.80968 381.23438Q189.30968 381.23438 188.91905 381.51562Q188.43468 381.89062 188.1378 382.59375Q187.85655 383.28125 187.84093 384.5625Q188.21593 383.98438 188.7628 383.70312Q189.3253 383.42188 189.93468 383.42188Q190.98155 383.42188 191.71593 384.20312Q192.46593 384.98438 192.46593 386.20312Q192.46593 387.01562 192.10655 387.71875Q191.7628 388.40625 191.15343 388.78125Q190.54405 389.14062 189.77843 389.14062Q188.4503 389.14062 187.62218 388.17188Q186.79405 387.20312 186.79405 384.98438Q186.79405 382.48438 187.71593 381.35938Q188.5128 380.375 189.87218 380.375Q190.8878 380.375 191.52843 380.95312Q192.18468 381.51562 192.30968 382.51562ZM188.0128 386.21875Q188.0128 386.76562 188.23155 387.26562Q188.46593 387.75 188.87218 388.01562Q189.29405 388.28125 189.7628 388.28125Q190.41905 388.28125 190.90343 387.75Q191.3878 387.20312 191.3878 386.28125Q191.3878 385.39062 190.90343 384.875Q190.43468 384.35938 189.71593 384.35938Q188.99718 384.35938 188.49718 384.875Q188.0128 385.39062 188.0128 386.21875ZM194.04405 382.46875Q194.04405 381.54688 194.49718 380.90625Q194.96593 380.26562 195.84093 380.26562Q196.65343 380.26562 197.18468 380.84375Q197.71593 381.42188 197.71593 382.53125Q197.71593 383.625 197.16905 384.21875Q196.6378 384.79688 195.85655 384.79688Q195.0753 384.79688 194.55968 384.21875Q194.04405 383.64062 194.04405 382.46875ZM195.87218 380.98438Q195.48155 380.98438 195.21593 381.32812Q194.96593 381.67188 194.96593 382.57812Q194.96593 383.40625 195.21593 383.75Q195.48155 384.07812 195.87218 384.07812Q196.27843 384.07812 196.52843 383.73438Q196.79405 383.39062 196.79405 382.5Q196.79405 381.65625 196.52843 381.32812Q196.2628 380.98438 195.87218 380.98438ZM195.87218 389.3125L200.5753 380.26562L201.43468 380.26562L196.74718 389.3125L195.87218 389.3125ZM199.59093 386.98438Q199.59093 386.0625 200.04405 385.42188Q200.5128 384.78125 201.40343 384.78125Q202.21593 384.78125 202.74718 385.35938Q203.27843 385.92188 203.27843 387.04688Q203.27843 388.14062 202.73155 388.73438Q202.2003 389.3125 201.40343 389.3125Q200.6378 389.3125 200.10655 388.73438Q199.59093 388.15625 199.59093 386.98438ZM201.43468 385.5Q201.02843 385.5 200.7628 385.84375Q200.5128 386.1875 200.5128 387.09375Q200.5128 387.90625 200.77843 388.25Q201.04405 388.59375 201.43468 388.59375Q201.8253 388.59375 202.09093 388.25Q202.35655 387.90625 202.35655 387.0Q202.35655 386.17188 202.09093 385.84375Q201.8253 385.5 201.43468 385.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.30968 382.51562L191.2628 382.59375Q191.12218 381.96875 190.87218 381.6875Q190.43468 381.23438 189.80968 381.23438Q189.30968 381.23438 188.91905 381.51562Q188.43468 381.89062 188.1378 382.59375Q187.85655 383.28125 187.84093 384.5625Q188.21593 383.98438 188.7628 383.70312Q189.3253 383.42188 189.93468 383.42188Q190.98155 383.42188 191.71593 384.20312Q192.46593 384.98438 192.46593 386.20312Q192.46593 387.01562 192.10655 387.71875Q191.7628 388.40625 191.15343 388.78125Q190.54405 389.14062 189.77843 389.14062Q188.4503 389.14062 187.62218 388.17188Q186.79405 387.20312 186.79405 384.98438Q186.79405 382.48438 187.71593 381.35938Q188.5128 380.375 189.87218 380.375Q190.8878 380.375 191.52843 380.95312Q192.18468 381.51562 192.30968 382.51562ZM188.0128 386.21875Q188.0128 386.76562 188.23155 387.26562Q188.46593 387.75 188.87218 388.01562Q189.29405 388.28125 189.7628 388.28125Q190.41905 388.28125 190.90343 387.75Q191.3878 387.20312 191.3878 386.28125Q191.3878 385.39062 190.90343 384.875Q190.43468 384.35938 189.71593 384.35938Q188.99718 384.35938 188.49718 384.875Q188.0128 385.39062 188.0128 386.21875ZM194.04405 382.46875Q194.04405 381.54688 194.49718 380.90625Q194.96593 380.26562 195.84093 380.26562Q196.65343 380.26562 197.18468 380.84375Q197.71593 381.42188 197.71593 382.53125Q197.71593 383.625 197.16905 384.21875Q196.6378 384.79688 195.85655 384.79688Q195.0753 384.79688 194.55968 384.21875Q194.04405 383.64062 194.04405 382.46875ZM195.87218 380.98438Q195.48155 380.98438 195.21593 381.32812Q194.96593 381.67188 194.96593 382.57812Q194.96593 383.40625 195.21593 383.75Q195.48155 384.07812 195.87218 384.07812Q196.27843 384.07812 196.52843 383.73438Q196.79405 383.39062 196.79405 382.5Q196.79405 381.65625 196.52843 381.32812Q196.2628 380.98438 195.87218 380.98438ZM195.87218 389.3125L200.5753 380.26562L201.43468 380.26562L196.74718 389.3125L195.87218 389.3125ZM199.59093 386.98438Q199.59093 386.0625 200.04405 385.42188Q200.5128 384.78125 201.40343 384.78125Q202.21593 384.78125 202.74718 385.35938Q203.27843 385.92188 203.27843 387.04688Q203.27843 388.14062 202.73155 388.73438Q202.2003 389.3125 201.40343 389.3125Q200.6378 389.3125 200.10655 388.73438Q199.59093 388.15625 199.59093 386.98438ZM201.43468 385.5Q201.02843 385.5 200.7628 385.84375Q200.5128 386.1875 200.5128 387.09375Q200.5128 387.90625 200.77843 388.25Q201.04405 388.59375 201.43468 388.59375Q201.8253 388.59375 202.09093 388.25Q202.35655 387.90625 202.35655 387.0Q202.35655 386.17188 202.09093 385.84375Q201.8253 385.5 201.43468 385.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M171.02919 446.98438L171.02919 448.0L165.34169 448.0Q165.34169 447.625 165.46669 447.26562Q165.68544 446.6875 166.15419 446.125Q166.63857 445.5625 167.54482 444.82812Q168.95107 443.67188 169.43544 443.0Q169.93544 442.32812 169.93544 441.73438Q169.93544 441.10938 169.48232 440.6875Q169.02919 440.25 168.31044 440.25Q167.54482 440.25 167.09169 440.70312Q166.63857 441.15625 166.62294 441.96875L165.54482 441.85938Q165.65419 440.64062 166.37294 440.01562Q167.10732 439.375 168.34169 439.375Q169.57607 439.375 170.29482 440.0625Q171.01357 440.75 171.01357 441.76562Q171.01357 442.28125 170.79482 442.78125Q170.59169 443.26562 170.09169 443.82812Q169.60732 444.375 168.48232 445.32812Q167.52919 446.125 167.24794 446.42188Q166.98232 446.70312 166.81044 446.98438L171.02919 446.98438ZM172.68544 441.46875Q172.68544 440.54688 173.13857 439.90625Q173.60732 439.26562 174.48232 439.26562Q175.29482 439.26562 175.82607 439.84375Q176.35732 440.42188 176.35732 441.53125Q176.35732 442.625 175.81044 443.21875Q175.27919 443.79688 174.49794 443.79688Q173.71669 443.79688 173.20107 443.21875Q172.68544 442.64062 172.68544 441.46875ZM174.51357 439.98438Q174.12294 439.98438 173.85732 440.32812Q173.60732 440.67188 173.60732 441.57812Q173.60732 442.40625 173.85732 442.75Q174.12294 443.07812 174.51357 443.07812Q174.91982 443.07812 175.16982 442.73438Q175.43544 442.39062 175.43544 441.5Q175.43544 440.65625 175.16982 440.32812Q174.90419 439.98438 174.51357 439.98438ZM174.51357 448.3125L179.21669 439.26562L180.07607 439.26562L175.38857 448.3125L174.51357 448.3125ZM178.23232 445.98438Q178.23232 445.0625 178.68544 444.42188Q179.15419 443.78125 180.04482 443.78125Q180.85732 443.78125 181.38857 444.35938Q181.91982 444.92188 181.91982 446.04688Q181.91982 447.14062 181.37294 447.73438Q180.84169 448.3125 180.04482 448.3125Q179.27919 448.3125 178.74794 447.73438Q178.23232 447.15625 178.23232 445.98438ZM180.07607 444.5Q179.66982 444.5 179.40419 444.84375Q179.15419 445.1875 179.15419 446.09375Q179.15419 446.90625 179.41982 447.25Q179.68544 447.59375 180.07607 447.59375Q180.46669 447.59375 180.73232 447.25Q180.99794 446.90625 180.99794 446.0Q180.99794 445.17188 180.73232 444.84375Q180.46669 444.5 180.07607 444.5Z" fill-rule="nonzero"/><path fill="#666666" d="M171.02919 446.98438L171.02919 448.0L165.34169 448.0Q165.34169 447.625 165.46669 447.26562Q165.68544 446.6875 166.15419 446.125Q166.63857 445.5625 167.54482 444.82812Q168.95107 443.67188 169.43544 443.0Q169.93544 442.32812 169.93544 441.73438Q169.93544 441.10938 169.48232 440.6875Q169.02919 440.25 168.31044 440.25Q167.54482 440.25 167.09169 440.70312Q166.63857 441.15625 166.62294 441.96875L165.54482 441.85938Q165.65419 440.64062 166.37294 440.01562Q167.10732 439.375 168.34169 439.375Q169.57607 439.375 170.29482 440.0625Q171.01357 440.75 171.01357 441.76562Q171.01357 442.28125 170.79482 442.78125Q170.59169 443.26562 170.09169 443.82812Q169.60732 444.375 168.48232 445.32812Q167.52919 446.125 167.24794 446.42188Q166.98232 446.70312 166.81044 446.98438L171.02919 446.98438ZM172.68544 441.46875Q172.68544 440.54688 173.13857 439.90625Q173.60732 439.26562 174.48232 439.26562Q175.29482 439.26562 175.82607 439.84375Q176.35732 440.42188 176.35732 441.53125Q176.35732 442.625 175.81044 443.21875Q175.27919 443.79688 174.49794 443.79688Q173.71669 443.79688 173.20107 443.21875Q172.68544 442.64062 172.68544 441.46875ZM174.51357 439.98438Q174.12294 439.98438 173.85732 440.32812Q173.60732 440.67188 173.60732 441.57812Q173.60732 442.40625 173.85732 442.75Q174.12294 443.07812 174.51357 443.07812Q174.91982 443.07812 175.16982 442.73438Q175.43544 442.39062 175.43544 441.5Q175.43544 440.65625 175.16982 440.32812Q174.90419 439.98438 174.51357 439.98438ZM174.51357 448.3125L179.21669 439.26562L180.07607 439.26562L175.38857 448.3125L174.51357 448.3125ZM178.23232 445.98438Q178.23232 445.0625 178.68544 444.42188Q179.15419 443.78125 180.04482 443.78125Q180.85732 443.78125 181.38857 444.35938Q181.91982 444.92188 181.91982 446.04688Q181.91982 447.14062 181.37294 447.73438Q180.84169 448.3125 180.04482 448.3125Q179.27919 448.3125 178.74794 447.73438Q178.23232 447.15625 178.23232 445.98438ZM180.07607 444.5Q179.66982 444.5 179.40419 444.84375Q179.15419 445.1875 179.15419 446.09375Q179.15419 446.90625 179.41982 447.25Q179.68544 447.59375 180.07607 447.59375Q180.46669 447.59375 180.73232 447.25Q180.99794 446.90625 180.99794 446.0Q180.99794 445.17188 180.73232 444.84375Q180.46669 444.5 180.07607 444.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.82196 505.73438L171.88446 505.59375Q172.05634 506.48438 172.49384 506.89062Q172.93134 507.28125 173.55634 507.28125Q174.30634 507.28125 174.82196 506.76562Q175.33759 506.25 175.33759 505.48438Q175.33759 504.76562 174.85321 504.29688Q174.38446 503.8125 173.65009 503.8125Q173.35321 503.8125 172.90009 503.9375L173.02509 503.0Q173.13446 503.01562 173.19696 503.01562Q173.86884 503.01562 174.40009 502.67188Q174.94696 502.3125 174.94696 501.57812Q174.94696 501.0 174.55634 500.625Q174.16571 500.23438 173.54071 500.23438Q172.93134 500.23438 172.50946 500.625Q172.10321 501.01562 171.99384 501.78125L170.93134 501.59375Q171.11884 500.54688 171.80634 499.96875Q172.49384 499.375 173.50946 499.375Q174.21259 499.375 174.80634 499.6875Q175.40009 499.98438 175.71259 500.5Q176.02509 501.01562 176.02509 501.60938Q176.02509 502.15625 175.72821 502.625Q175.43134 503.07812 174.85321 503.34375Q175.60321 503.51562 176.02509 504.07812Q176.44696 504.625 176.44696 505.46875Q176.44696 506.59375 175.61884 507.375Q174.80634 508.15625 173.55634 508.15625Q172.43134 508.15625 171.68134 507.48438Q170.93134 506.79688 170.82196 505.73438ZM178.02509 501.46875Q178.02509 500.54688 178.47821 499.90625Q178.94696 499.26562 179.82196 499.26562Q180.63446 499.26562 181.16571 499.84375Q181.69696 500.42188 181.69696 501.53125Q181.69696 502.625 181.15009 503.21875Q180.61884 503.79688 179.83759 503.79688Q179.05634 503.79688 178.54071 503.21875Q178.02509 502.64062 178.02509 501.46875ZM179.85321 499.98438Q179.46259 499.98438 179.19696 500.32812Q178.94696 500.67188 178.94696 501.57812Q178.94696 502.40625 179.19696 502.75Q179.46259 503.07812 179.85321 503.07812Q180.25946 503.07812 180.50946 502.73438Q180.77509 502.39062 180.77509 501.5Q180.77509 500.65625 180.50946 500.32812Q180.24384 499.98438 179.85321 499.98438ZM179.85321 508.3125L184.55634 499.26562L185.41571 499.26562L180.72821 508.3125L179.85321 508.3125ZM183.57196 505.98438Q183.57196 505.0625 184.02509 504.42188Q184.49384 503.78125 185.38446 503.78125Q186.19696 503.78125 186.72821 504.35938Q187.25946 504.92188 187.25946 506.04688Q187.25946 507.14062 186.71259 507.73438Q186.18134 508.3125 185.38446 508.3125Q184.61884 508.3125 184.08759 507.73438Q183.57196 507.15625 183.57196 505.98438ZM185.41571 504.5Q185.00946 504.5 184.74384 504.84375Q184.49384 505.1875 184.49384 506.09375Q184.49384 506.90625 184.75946 507.25Q185.02509 507.59375 185.41571 507.59375Q185.80634 507.59375 186.07196 507.25Q186.33759 506.90625 186.33759 506.0Q186.33759 505.17188 186.07196 504.84375Q185.80634 504.5 185.41571 504.5Z" fill-rule="nonzero"/><path fill="#666666" d="M170.82196 505.73438L171.88446 505.59375Q172.05634 506.48438 172.49384 506.89062Q172.93134 507.28125 173.55634 507.28125Q174.30634 507.28125 174.82196 506.76562Q175.33759 506.25 175.33759 505.48438Q175.33759 504.76562 174.85321 504.29688Q174.38446 503.8125 173.65009 503.8125Q173.35321 503.8125 172.90009 503.9375L173.02509 503.0Q173.13446 503.01562 173.19696 503.01562Q173.86884 503.01562 174.40009 502.67188Q174.94696 502.3125 174.94696 501.57812Q174.94696 501.0 174.55634 500.625Q174.16571 500.23438 173.54071 500.23438Q172.93134 500.23438 172.50946 500.625Q172.10321 501.01562 171.99384 501.78125L170.93134 501.59375Q171.11884 500.54688 171.80634 499.96875Q172.49384 499.375 173.50946 499.375Q174.21259 499.375 174.80634 499.6875Q175.40009 499.98438 175.71259 500.5Q176.02509 501.01562 176.02509 501.60938Q176.02509 502.15625 175.72821 502.625Q175.43134 503.07812 174.85321 503.34375Q175.60321 503.51562 176.02509 504.07812Q176.44696 504.625 176.44696 505.46875Q176.44696 506.59375 175.61884 507.375Q174.80634 508.15625 173.55634 508.15625Q172.43134 508.15625 171.68134 507.48438Q170.93134 506.79688 170.82196 505.73438ZM178.02509 501.46875Q178.02509 500.54688 178.47821 499.90625Q178.94696 499.26562 179.82196 499.26562Q180.63446 499.26562 181.16571 499.84375Q181.69696 500.42188 181.69696 501.53125Q181.69696 502.625 181.15009 503.21875Q180.61884 503.79688 179.83759 503.79688Q179.05634 503.79688 178.54071 503.21875Q178.02509 502.64062 178.02509 501.46875ZM179.85321 499.98438Q179.46259 499.98438 179.19696 500.32812Q178.94696 500.67188 178.94696 501.57812Q178.94696 502.40625 179.19696 502.75Q179.46259 503.07812 179.85321 503.07812Q180.25946 503.07812 180.50946 502.73438Q180.77509 502.39062 180.77509 501.5Q180.77509 500.65625 180.50946 500.32812Q180.24384 499.98438 179.85321 499.98438ZM179.85321 508.3125L184.55634 499.26562L185.41571 499.26562L180.72821 508.3125L179.85321 508.3125ZM183.57196 505.98438Q183.57196 505.0625 184.02509 504.42188Q184.49384 503.78125 185.38446 503.78125Q186.19696 503.78125 186.72821 504.35938Q187.25946 504.92188 187.25946 506.04688Q187.25946 507.14062 186.71259 507.73438Q186.18134 508.3125 185.38446 508.3125Q184.61884 508.3125 184.08759 507.73438Q183.57196 507.15625 183.57196 505.98438ZM185.41571 504.5Q185.00946 504.5 184.74384 504.84375Q184.49384 505.1875 184.49384 506.09375Q184.49384 506.90625 184.75946 507.25Q185.02509 507.59375 185.41571 507.59375Q185.80634 507.59375 186.07196 507.25Q186.33759 506.90625 186.33759 506.0Q186.33759 505.17188 186.07196 504.84375Q185.80634 504.5 185.41571 504.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M341.69095 102.734375L342.75345 102.59375Q342.92532 103.484375 343.36282 103.890625Q343.80032 104.28125 344.42532 104.28125Q345.17532 104.28125 345.69095 103.765625Q346.20657 103.25 346.20657 102.484375Q346.20657 101.765625 345.7222 101.296875Q345.25345 100.8125 344.51907 100.8125Q344.2222 100.8125 343.76907 100.9375L343.89407 100.0Q344.00345 100.015625 344.06595 100.015625Q344.73782 100.015625 345.26907 99.671875Q345.81595 99.3125 345.81595 98.578125Q345.81595 98.0 345.42532 97.625Q345.0347 97.234375 344.4097 97.234375Q343.80032 97.234375 343.37845 97.625Q342.9722 98.015625 342.86282 98.78125L341.80032 98.59375Q341.98782 97.546875 342.67532 96.96875Q343.36282 96.375 344.37845 96.375Q345.08157 96.375 345.67532 96.6875Q346.26907 96.984375 346.58157 97.5Q346.89407 98.015625 346.89407 98.609375Q346.89407 99.15625 346.5972 99.625Q346.30032 100.078125 345.7222 100.34375Q346.4722 100.515625 346.89407 101.078125Q347.31595 101.625 347.31595 102.46875Q347.31595 103.59375 346.48782 104.375Q345.67532 105.15625 344.42532 105.15625Q343.30032 105.15625 342.55032 104.484375Q341.80032 103.796875 341.69095 102.734375ZM348.69095 102.75L349.80032 102.65625Q349.92532 103.46875 350.36282 103.875Q350.81595 104.28125 351.45657 104.28125Q352.20657 104.28125 352.73782 103.703125Q353.26907 103.125 353.26907 102.1875Q353.26907 101.28125 352.75345 100.765625Q352.25345 100.234375 351.42532 100.234375Q350.92532 100.234375 350.50345 100.46875Q350.0972 100.703125 349.86282 101.0625L348.87845 100.9375L349.70657 96.53125L353.98782 96.53125L353.98782 97.53125L350.55032 97.53125L350.0972 99.84375Q350.86282 99.296875 351.70657 99.296875Q352.83157 99.296875 353.5972 100.078125Q354.37845 100.859375 354.37845 102.09375Q354.37845 103.25 353.70657 104.109375Q352.87845 105.140625 351.45657 105.140625Q350.2847 105.140625 349.5347 104.484375Q348.80032 103.828125 348.69095 102.75ZM355.89407 98.46875Q355.89407 97.546875 356.3472 96.90625Q356.81595 96.265625 357.69095 96.265625Q358.50345 96.265625 359.0347 96.84375Q359.56595 97.421875 359.56595 98.53125Q359.56595 99.625 359.01907 100.21875Q358.48782 100.796875 357.70657 100.796875Q356.92532 100.796875 356.4097 100.21875Q355.89407 99.640625 355.89407 98.46875ZM357.7222 96.984375Q357.33157 96.984375 357.06595 97.328125Q356.81595 97.671875 356.81595 98.578125Q356.81595 99.40625 357.06595 99.75Q357.33157 100.078125 357.7222 100.078125Q358.12845 100.078125 358.37845 99.734375Q358.64407 99.390625 358.64407 98.5Q358.64407 97.65625 358.37845 97.328125Q358.11282 96.984375 357.7222 96.984375ZM357.7222 105.3125L362.42532 96.265625L363.2847 96.265625L358.5972 105.3125L357.7222 105.3125ZM361.44095 102.984375Q361.44095 102.0625 361.89407 101.421875Q362.36282 100.78125 363.25345 100.78125Q364.06595 100.78125 364.5972 101.359375Q365.12845 101.921875 365.12845 103.046875Q365.12845 104.140625 364.58157 104.734375Q364.05032 105.3125 363.25345 105.3125Q362.48782 105.3125 361.95657 104.734375Q361.44095 104.15625 361.44095 102.984375ZM363.2847 101.5Q362.87845 101.5 362.61282 101.84375Q362.36282 102.1875 362.36282 103.09375Q362.36282 103.90625 362.62845 104.25Q362.89407 104.59375 363.2847 104.59375Q363.67532 104.59375 363.94095 104.25Q364.20657 103.90625 364.20657 103.0Q364.20657 102.171875 363.94095 101.84375Q363.67532 101.5 363.2847 101.5Z" fill-rule="nonzero"/><path fill="#666666" d="M341.69095 102.734375L342.75345 102.59375Q342.92532 103.484375 343.36282 103.890625Q343.80032 104.28125 344.42532 104.28125Q345.17532 104.28125 345.69095 103.765625Q346.20657 103.25 346.20657 102.484375Q346.20657 101.765625 345.7222 101.296875Q345.25345 100.8125 344.51907 100.8125Q344.2222 100.8125 343.76907 100.9375L343.89407 100.0Q344.00345 100.015625 344.06595 100.015625Q344.73782 100.015625 345.26907 99.671875Q345.81595 99.3125 345.81595 98.578125Q345.81595 98.0 345.42532 97.625Q345.0347 97.234375 344.4097 97.234375Q343.80032 97.234375 343.37845 97.625Q342.9722 98.015625 342.86282 98.78125L341.80032 98.59375Q341.98782 97.546875 342.67532 96.96875Q343.36282 96.375 344.37845 96.375Q345.08157 96.375 345.67532 96.6875Q346.26907 96.984375 346.58157 97.5Q346.89407 98.015625 346.89407 98.609375Q346.89407 99.15625 346.5972 99.625Q346.30032 100.078125 345.7222 100.34375Q346.4722 100.515625 346.89407 101.078125Q347.31595 101.625 347.31595 102.46875Q347.31595 103.59375 346.48782 104.375Q345.67532 105.15625 344.42532 105.15625Q343.30032 105.15625 342.55032 104.484375Q341.80032 103.796875 341.69095 102.734375ZM348.69095 102.75L349.80032 102.65625Q349.92532 103.46875 350.36282 103.875Q350.81595 104.28125 351.45657 104.28125Q352.20657 104.28125 352.73782 103.703125Q353.26907 103.125 353.26907 102.1875Q353.26907 101.28125 352.75345 100.765625Q352.25345 100.234375 351.42532 100.234375Q350.92532 100.234375 350.50345 100.46875Q350.0972 100.703125 349.86282 101.0625L348.87845 100.9375L349.70657 96.53125L353.98782 96.53125L353.98782 97.53125L350.55032 97.53125L350.0972 99.84375Q350.86282 99.296875 351.70657 99.296875Q352.83157 99.296875 353.5972 100.078125Q354.37845 100.859375 354.37845 102.09375Q354.37845 103.25 353.70657 104.109375Q352.87845 105.140625 351.45657 105.140625Q350.2847 105.140625 349.5347 104.484375Q348.80032 103.828125 348.69095 102.75ZM355.89407 98.46875Q355.89407 97.546875 356.3472 96.90625Q356.81595 96.265625 357.69095 96.265625Q358.50345 96.265625 359.0347 96.84375Q359.56595 97.421875 359.56595 98.53125Q359.56595 99.625 359.01907 100.21875Q358.48782 100.796875 357.70657 100.796875Q356.92532 100.796875 356.4097 100.21875Q355.89407 99.640625 355.89407 98.46875ZM357.7222 96.984375Q357.33157 96.984375 357.06595 97.328125Q356.81595 97.671875 356.81595 98.578125Q356.81595 99.40625 357.06595 99.75Q357.33157 100.078125 357.7222 100.078125Q358.12845 100.078125 358.37845 99.734375Q358.64407 99.390625 358.64407 98.5Q358.64407 97.65625 358.37845 97.328125Q358.11282 96.984375 357.7222 96.984375ZM357.7222 105.3125L362.42532 96.265625L363.2847 96.265625L358.5972 105.3125L357.7222 105.3125ZM361.44095 102.984375Q361.44095 102.0625 361.89407 101.421875Q362.36282 100.78125 363.25345 100.78125Q364.06595 100.78125 364.5972 101.359375Q365.12845 101.921875 365.12845 103.046875Q365.12845 104.140625 364.58157 104.734375Q364.05032 105.3125 363.25345 105.3125Q362.48782 105.3125 361.95657 104.734375Q361.44095 104.15625 361.44095 102.984375ZM363.2847 101.5Q362.87845 101.5 362.61282 101.84375Q362.36282 102.1875 362.36282 103.09375Q362.36282 103.90625 362.62845 104.25Q362.89407 104.59375 363.2847 104.59375Q363.67532 104.59375 363.94095 104.25Q364.20657 103.90625 364.20657 103.0Q364.20657 102.171875 363.94095 101.84375Q363.67532 101.5 363.2847 101.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.8223 162.98438L277.8223 164.0L272.1348 164.0Q272.1348 163.625 272.2598 163.26562Q272.47855 162.6875 272.9473 162.125Q273.43167 161.5625 274.33792 160.82812Q275.74417 159.67188 276.22855 159.0Q276.72855 158.32812 276.72855 157.73438Q276.72855 157.10938 276.27542 156.6875Q275.8223 156.25 275.10355 156.25Q274.33792 156.25 273.8848 156.70312Q273.43167 157.15625 273.41605 157.96875L272.33792 157.85938Q272.4473 156.64062 273.16605 156.01562Q273.90042 155.375 275.1348 155.375Q276.36917 155.375 277.08792 156.0625Q277.80667 156.75 277.80667 157.76562Q277.80667 158.28125 277.58792 158.78125Q277.3848 159.26562 276.8848 159.82812Q276.40042 160.375 275.27542 161.32812Q274.3223 162.125 274.04105 162.42188Q273.77542 162.70312 273.60355 162.98438L277.8223 162.98438ZM284.8223 162.98438L284.8223 164.0L279.1348 164.0Q279.1348 163.625 279.2598 163.26562Q279.47855 162.6875 279.9473 162.125Q280.43167 161.5625 281.33792 160.82812Q282.74417 159.67188 283.22855 159.0Q283.72855 158.32812 283.72855 157.73438Q283.72855 157.10938 283.27542 156.6875Q282.8223 156.25 282.10355 156.25Q281.33792 156.25 280.8848 156.70312Q280.43167 157.15625 280.41605 157.96875L279.33792 157.85938Q279.4473 156.64062 280.16605 156.01562Q280.90042 155.375 282.1348 155.375Q283.36917 155.375 284.08792 156.0625Q284.80667 156.75 284.80667 157.76562Q284.80667 158.28125 284.58792 158.78125Q284.3848 159.26562 283.8848 159.82812Q283.40042 160.375 282.27542 161.32812Q281.3223 162.125 281.04105 162.42188Q280.77542 162.70312 280.60355 162.98438L284.8223 162.98438ZM286.47855 157.46875Q286.47855 156.54688 286.93167 155.90625Q287.40042 155.26562 288.27542 155.26562Q289.08792 155.26562 289.61917 155.84375Q290.15042 156.42188 290.15042 157.53125Q290.15042 158.625 289.60355 159.21875Q289.0723 159.79688 288.29105 159.79688Q287.5098 159.79688 286.99417 159.21875Q286.47855 158.64062 286.47855 157.46875ZM288.30667 155.98438Q287.91605 155.98438 287.65042 156.32812Q287.40042 156.67188 287.40042 157.57812Q287.40042 158.40625 287.65042 158.75Q287.91605 159.07812 288.30667 159.07812Q288.71292 159.07812 288.96292 158.73438Q289.22855 158.39062 289.22855 157.5Q289.22855 156.65625 288.96292 156.32812Q288.6973 155.98438 288.30667 155.98438ZM288.30667 164.3125L293.0098 155.26562L293.86917 155.26562L289.18167 164.3125L288.30667 164.3125ZM292.02542 161.98438Q292.02542 161.0625 292.47855 160.42188Q292.9473 159.78125 293.83792 159.78125Q294.65042 159.78125 295.18167 160.35938Q295.71292 160.92188 295.71292 162.04688Q295.71292 163.14062 295.16605 163.73438Q294.6348 164.3125 293.83792 164.3125Q293.0723 164.3125 292.54105 163.73438Q292.02542 163.15625 292.02542 161.98438ZM293.86917 160.5Q293.46292 160.5 293.1973 160.84375Q292.9473 161.1875 292.9473 162.09375Q292.9473 162.90625 293.21292 163.25Q293.47855 163.59375 293.86917 163.59375Q294.2598 163.59375 294.52542 163.25Q294.79105 162.90625 294.79105 162.0Q294.79105 161.17188 294.52542 160.84375Q294.2598 160.5 293.86917 160.5Z" fill-rule="nonzero"/><path fill="#666666" d="M277.8223 162.98438L277.8223 164.0L272.1348 164.0Q272.1348 163.625 272.2598 163.26562Q272.47855 162.6875 272.9473 162.125Q273.43167 161.5625 274.33792 160.82812Q275.74417 159.67188 276.22855 159.0Q276.72855 158.32812 276.72855 157.73438Q276.72855 157.10938 276.27542 156.6875Q275.8223 156.25 275.10355 156.25Q274.33792 156.25 273.8848 156.70312Q273.43167 157.15625 273.41605 157.96875L272.33792 157.85938Q272.4473 156.64062 273.16605 156.01562Q273.90042 155.375 275.1348 155.375Q276.36917 155.375 277.08792 156.0625Q277.80667 156.75 277.80667 157.76562Q277.80667 158.28125 277.58792 158.78125Q277.3848 159.26562 276.8848 159.82812Q276.40042 160.375 275.27542 161.32812Q274.3223 162.125 274.04105 162.42188Q273.77542 162.70312 273.60355 162.98438L277.8223 162.98438ZM284.8223 162.98438L284.8223 164.0L279.1348 164.0Q279.1348 163.625 279.2598 163.26562Q279.47855 162.6875 279.9473 162.125Q280.43167 161.5625 281.33792 160.82812Q282.74417 159.67188 283.22855 159.0Q283.72855 158.32812 283.72855 157.73438Q283.72855 157.10938 283.27542 156.6875Q282.8223 156.25 282.10355 156.25Q281.33792 156.25 280.8848 156.70312Q280.43167 157.15625 280.41605 157.96875L279.33792 157.85938Q279.4473 156.64062 280.16605 156.01562Q280.90042 155.375 282.1348 155.375Q283.36917 155.375 284.08792 156.0625Q284.80667 156.75 284.80667 157.76562Q284.80667 158.28125 284.58792 158.78125Q284.3848 159.26562 283.8848 159.82812Q283.40042 160.375 282.27542 161.32812Q281.3223 162.125 281.04105 162.42188Q280.77542 162.70312 280.60355 162.98438L284.8223 162.98438ZM286.47855 157.46875Q286.47855 156.54688 286.93167 155.90625Q287.40042 155.26562 288.27542 155.26562Q289.08792 155.26562 289.61917 155.84375Q290.15042 156.42188 290.15042 157.53125Q290.15042 158.625 289.60355 159.21875Q289.0723 159.79688 288.29105 159.79688Q287.5098 159.79688 286.99417 159.21875Q286.47855 158.64062 286.47855 157.46875ZM288.30667 155.98438Q287.91605 155.98438 287.65042 156.32812Q287.40042 156.67188 287.40042 157.57812Q287.40042 158.40625 287.65042 158.75Q287.91605 159.07812 288.30667 159.07812Q288.71292 159.07812 288.96292 158.73438Q289.22855 158.39062 289.22855 157.5Q289.22855 156.65625 288.96292 156.32812Q288.6973 155.98438 288.30667 155.98438ZM288.30667 164.3125L293.0098 155.26562L293.86917 155.26562L289.18167 164.3125L288.30667 164.3125ZM292.02542 161.98438Q292.02542 161.0625 292.47855 160.42188Q292.9473 159.78125 293.83792 159.78125Q294.65042 159.78125 295.18167 160.35938Q295.71292 160.92188 295.71292 162.04688Q295.71292 163.14062 295.16605 163.73438Q294.6348 164.3125 293.83792 164.3125Q293.0723 164.3125 292.54105 163.73438Q292.02542 163.15625 292.02542 161.98438ZM293.86917 160.5Q293.46292 160.5 293.1973 160.84375Q292.9473 161.1875 292.9473 162.09375Q292.9473 162.90625 293.21292 163.25Q293.47855 163.59375 293.86917 163.59375Q294.2598 163.59375 294.52542 163.25Q294.79105 162.90625 294.79105 162.0Q294.79105 161.17188 294.52542 160.84375Q294.2598 160.5 293.86917 160.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.5459 223.0L248.49902 223.0L248.49902 216.28125Q248.1084 216.64062 247.4834 217.01562Q246.87402 217.375 246.38965 217.54688L246.38965 216.53125Q247.26465 216.10938 247.9209 215.53125Q248.59277 214.9375 248.87402 214.375L249.5459 214.375L249.5459 223.0ZM252.63965 215.53125L252.63965 214.51562L258.20215 214.51562L258.20215 215.34375Q257.38965 216.21875 256.57715 217.67188Q255.78027 219.10938 255.34277 220.64062Q255.01465 221.71875 254.93652 223.0L253.84277 223.0Q253.8584 221.98438 254.2334 220.54688Q254.62402 219.10938 255.32715 217.78125Q256.0459 216.45312 256.8584 215.53125L252.63965 215.53125ZM259.78027 216.46875Q259.78027 215.54688 260.2334 214.90625Q260.70215 214.26562 261.57715 214.26562Q262.38965 214.26562 262.9209 214.84375Q263.45215 215.42188 263.45215 216.53125Q263.45215 217.625 262.90527 218.21875Q262.37402 218.79688 261.59277 218.79688Q260.81152 218.79688 260.2959 218.21875Q259.78027 217.64062 259.78027 216.46875ZM261.6084 214.98438Q261.21777 214.98438 260.95215 215.32812Q260.70215 215.67188 260.70215 216.57812Q260.70215 217.40625 260.95215 217.75Q261.21777 218.07812 261.6084 218.07812Q262.01465 218.07812 262.26465 217.73438Q262.53027 217.39062 262.53027 216.5Q262.53027 215.65625 262.26465 215.32812Q261.99902 214.98438 261.6084 214.98438ZM261.6084 223.3125L266.31152 214.26562L267.1709 214.26562L262.4834 223.3125L261.6084 223.3125ZM265.32715 220.98438Q265.32715 220.0625 265.78027 219.42188Q266.24902 218.78125 267.13965 218.78125Q267.95215 218.78125 268.4834 219.35938Q269.01465 219.92188 269.01465 221.04688Q269.01465 222.14062 268.46777 222.73438Q267.93652 223.3125 267.13965 223.3125Q266.37402 223.3125 265.84277 222.73438Q265.32715 222.15625 265.32715 220.98438ZM267.1709 219.5Q266.76465 219.5 266.49902 219.84375Q266.24902 220.1875 266.24902 221.09375Q266.24902 221.90625 266.51465 222.25Q266.78027 222.59375 267.1709 222.59375Q267.56152 222.59375 267.82715 222.25Q268.09277 221.90625 268.09277 221.0Q268.09277 220.17188 267.82715 219.84375Q267.56152 219.5 267.1709 219.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.5459 223.0L248.49902 223.0L248.49902 216.28125Q248.1084 216.64062 247.4834 217.01562Q246.87402 217.375 246.38965 217.54688L246.38965 216.53125Q247.26465 216.10938 247.9209 215.53125Q248.59277 214.9375 248.87402 214.375L249.5459 214.375L249.5459 223.0ZM252.63965 215.53125L252.63965 214.51562L258.20215 214.51562L258.20215 215.34375Q257.38965 216.21875 256.57715 217.67188Q255.78027 219.10938 255.34277 220.64062Q255.01465 221.71875 254.93652 223.0L253.84277 223.0Q253.8584 221.98438 254.2334 220.54688Q254.62402 219.10938 255.32715 217.78125Q256.0459 216.45312 256.8584 215.53125L252.63965 215.53125ZM259.78027 216.46875Q259.78027 215.54688 260.2334 214.90625Q260.70215 214.26562 261.57715 214.26562Q262.38965 214.26562 262.9209 214.84375Q263.45215 215.42188 263.45215 216.53125Q263.45215 217.625 262.90527 218.21875Q262.37402 218.79688 261.59277 218.79688Q260.81152 218.79688 260.2959 218.21875Q259.78027 217.64062 259.78027 216.46875ZM261.6084 214.98438Q261.21777 214.98438 260.95215 215.32812Q260.70215 215.67188 260.70215 216.57812Q260.70215 217.40625 260.95215 217.75Q261.21777 218.07812 261.6084 218.07812Q262.01465 218.07812 262.26465 217.73438Q262.53027 217.39062 262.53027 216.5Q262.53027 215.65625 262.26465 215.32812Q261.99902 214.98438 261.6084 214.98438ZM261.6084 223.3125L266.31152 214.26562L267.1709 214.26562L262.4834 223.3125L261.6084 223.3125ZM265.32715 220.98438Q265.32715 220.0625 265.78027 219.42188Q266.24902 218.78125 267.13965 218.78125Q267.95215 218.78125 268.4834 219.35938Q269.01465 219.92188 269.01465 221.04688Q269.01465 222.14062 268.46777 222.73438Q267.93652 223.3125 267.13965 223.3125Q266.37402 223.3125 265.84277 222.73438Q265.32715 222.15625 265.32715 220.98438ZM267.1709 219.5Q266.76465 219.5 266.49902 219.84375Q266.24902 220.1875 266.24902 221.09375Q266.24902 221.90625 266.51465 222.25Q266.78027 222.59375 267.1709 222.59375Q267.56152 222.59375 267.82715 222.25Q268.09277 221.90625 268.09277 221.0Q268.09277 220.17188 267.82715 219.84375Q267.56152 219.5 267.1709 219.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.50128 280.75L182.61066 280.65625Q182.73566 281.46875 183.17316 281.875Q183.62628 282.28125 184.2669 282.28125Q185.0169 282.28125 185.54816 281.70312Q186.0794 281.125 186.0794 280.1875Q186.0794 279.28125 185.56378 278.76562Q185.06378 278.23438 184.23566 278.23438Q183.73566 278.23438 183.31378 278.46875Q182.90753 278.70312 182.67316 279.0625L181.68878 278.9375L182.5169 274.53125L186.79816 274.53125L186.79816 275.53125L183.36066 275.53125L182.90753 277.84375Q183.67316 277.29688 184.5169 277.29688Q185.6419 277.29688 186.40753 278.07812Q187.18878 278.85938 187.18878 280.09375Q187.18878 281.25 186.5169 282.10938Q185.68878 283.14062 184.2669 283.14062Q183.09503 283.14062 182.34503 282.48438Q181.61066 281.82812 181.50128 280.75ZM188.7044 276.46875Q188.7044 275.54688 189.15753 274.90625Q189.62628 274.26562 190.50128 274.26562Q191.31378 274.26562 191.84503 274.84375Q192.37628 275.42188 192.37628 276.53125Q192.37628 277.625 191.8294 278.21875Q191.29816 278.79688 190.5169 278.79688Q189.73566 278.79688 189.22003 278.21875Q188.7044 277.64062 188.7044 276.46875ZM190.53253 274.98438Q190.1419 274.98438 189.87628 275.32812Q189.62628 275.67188 189.62628 276.57812Q189.62628 277.40625 189.87628 277.75Q190.1419 278.07812 190.53253 278.07812Q190.93878 278.07812 191.18878 277.73438Q191.4544 277.39062 191.4544 276.5Q191.4544 275.65625 191.18878 275.32812Q190.92316 274.98438 190.53253 274.98438ZM190.53253 283.3125L195.23566 274.26562L196.09503 274.26562L191.40753 283.3125L190.53253 283.3125ZM194.25128 280.98438Q194.25128 280.0625 194.7044 279.42188Q195.17316 278.78125 196.06378 278.78125Q196.87628 278.78125 197.40753 279.35938Q197.93878 279.92188 197.93878 281.04688Q197.93878 282.14062 197.3919 282.73438Q196.86066 283.3125 196.06378 283.3125Q195.29816 283.3125 194.7669 282.73438Q194.25128 282.15625 194.25128 280.98438ZM196.09503 279.5Q195.68878 279.5 195.42316 279.84375Q195.17316 280.1875 195.17316 281.09375Q195.17316 281.90625 195.43878 282.25Q195.7044 282.59375 196.09503 282.59375Q196.48566 282.59375 196.75128 282.25Q197.0169 281.90625 197.0169 281.0Q197.0169 280.17188 196.75128 279.84375Q196.48566 279.5 196.09503 279.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.50128 280.75L182.61066 280.65625Q182.73566 281.46875 183.17316 281.875Q183.62628 282.28125 184.2669 282.28125Q185.0169 282.28125 185.54816 281.70312Q186.0794 281.125 186.0794 280.1875Q186.0794 279.28125 185.56378 278.76562Q185.06378 278.23438 184.23566 278.23438Q183.73566 278.23438 183.31378 278.46875Q182.90753 278.70312 182.67316 279.0625L181.68878 278.9375L182.5169 274.53125L186.79816 274.53125L186.79816 275.53125L183.36066 275.53125L182.90753 277.84375Q183.67316 277.29688 184.5169 277.29688Q185.6419 277.29688 186.40753 278.07812Q187.18878 278.85938 187.18878 280.09375Q187.18878 281.25 186.5169 282.10938Q185.68878 283.14062 184.2669 283.14062Q183.09503 283.14062 182.34503 282.48438Q181.61066 281.82812 181.50128 280.75ZM188.7044 276.46875Q188.7044 275.54688 189.15753 274.90625Q189.62628 274.26562 190.50128 274.26562Q191.31378 274.26562 191.84503 274.84375Q192.37628 275.42188 192.37628 276.53125Q192.37628 277.625 191.8294 278.21875Q191.29816 278.79688 190.5169 278.79688Q189.73566 278.79688 189.22003 278.21875Q188.7044 277.64062 188.7044 276.46875ZM190.53253 274.98438Q190.1419 274.98438 189.87628 275.32812Q189.62628 275.67188 189.62628 276.57812Q189.62628 277.40625 189.87628 277.75Q190.1419 278.07812 190.53253 278.07812Q190.93878 278.07812 191.18878 277.73438Q191.4544 277.39062 191.4544 276.5Q191.4544 275.65625 191.18878 275.32812Q190.92316 274.98438 190.53253 274.98438ZM190.53253 283.3125L195.23566 274.26562L196.09503 274.26562L191.40753 283.3125L190.53253 283.3125ZM194.25128 280.98438Q194.25128 280.0625 194.7044 279.42188Q195.17316 278.78125 196.06378 278.78125Q196.87628 278.78125 197.40753 279.35938Q197.93878 279.92188 197.93878 281.04688Q197.93878 282.14062 197.3919 282.73438Q196.86066 283.3125 196.06378 283.3125Q195.29816 283.3125 194.7669 282.73438Q194.25128 282.15625 194.25128 280.98438ZM196.09503 279.5Q195.68878 279.5 195.42316 279.84375Q195.17316 280.1875 195.17316 281.09375Q195.17316 281.90625 195.43878 282.25Q195.7044 282.59375 196.09503 282.59375Q196.48566 282.59375 196.75128 282.25Q197.0169 281.90625 197.0169 281.0Q197.0169 280.17188 196.75128 279.84375Q196.48566 279.5 196.09503 279.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M179.53662 342.0L179.53662 339.9375L175.81787 339.9375L175.81787 338.96875L179.73975 333.40625L180.59912 333.40625L180.59912 338.96875L181.75537 338.96875L181.75537 339.9375L180.59912 339.9375L180.59912 342.0L179.53662 342.0ZM179.53662 338.96875L179.53662 335.10938L176.84912 338.96875L179.53662 338.96875ZM183.36475 335.46875Q183.36475 334.54688 183.81787 333.90625Q184.28662 333.26562 185.16162 333.26562Q185.97412 333.26562 186.50537 333.84375Q187.03662 334.42188 187.03662 335.53125Q187.03662 336.625 186.48975 337.21875Q185.9585 337.79688 185.17725 337.79688Q184.396 337.79688 183.88037 337.21875Q183.36475 336.64062 183.36475 335.46875ZM185.19287 333.98438Q184.80225 333.98438 184.53662 334.32812Q184.28662 334.67188 184.28662 335.57812Q184.28662 336.40625 184.53662 336.75Q184.80225 337.07812 185.19287 337.07812Q185.59912 337.07812 185.84912 336.73438Q186.11475 336.39062 186.11475 335.5Q186.11475 334.65625 185.84912 334.32812Q185.5835 333.98438 185.19287 333.98438ZM185.19287 342.3125L189.896 333.26562L190.75537 333.26562L186.06787 342.3125L185.19287 342.3125ZM188.91162 339.98438Q188.91162 339.0625 189.36475 338.42188Q189.8335 337.78125 190.72412 337.78125Q191.53662 337.78125 192.06787 338.35938Q192.59912 338.92188 192.59912 340.04688Q192.59912 341.14062 192.05225 341.73438Q191.521 342.3125 190.72412 342.3125Q189.9585 342.3125 189.42725 341.73438Q188.91162 341.15625 188.91162 339.98438ZM190.75537 338.5Q190.34912 338.5 190.0835 338.84375Q189.8335 339.1875 189.8335 340.09375Q189.8335 340.90625 190.09912 341.25Q190.36475 341.59375 190.75537 341.59375Q191.146 341.59375 191.41162 341.25Q191.67725 340.90625 191.67725 340.0Q191.67725 339.17188 191.41162 338.84375Q191.146 338.5 190.75537 338.5Z" fill-rule="nonzero"/><path fill="#666666" d="M179.53662 342.0L179.53662 339.9375L175.81787 339.9375L175.81787 338.96875L179.73975 333.40625L180.59912 333.40625L180.59912 338.96875L181.75537 338.96875L181.75537 339.9375L180.59912 339.9375L180.59912 342.0L179.53662 342.0ZM179.53662 338.96875L179.53662 335.10938L176.84912 338.96875L179.53662 338.96875ZM183.36475 335.46875Q183.36475 334.54688 183.81787 333.90625Q184.28662 333.26562 185.16162 333.26562Q185.97412 333.26562 186.50537 333.84375Q187.03662 334.42188 187.03662 335.53125Q187.03662 336.625 186.48975 337.21875Q185.9585 337.79688 185.17725 337.79688Q184.396 337.79688 183.88037 337.21875Q183.36475 336.64062 183.36475 335.46875ZM185.19287 333.98438Q184.80225 333.98438 184.53662 334.32812Q184.28662 334.67188 184.28662 335.57812Q184.28662 336.40625 184.53662 336.75Q184.80225 337.07812 185.19287 337.07812Q185.59912 337.07812 185.84912 336.73438Q186.11475 336.39062 186.11475 335.5Q186.11475 334.65625 185.84912 334.32812Q185.5835 333.98438 185.19287 333.98438ZM185.19287 342.3125L189.896 333.26562L190.75537 333.26562L186.06787 342.3125L185.19287 342.3125ZM188.91162 339.98438Q188.91162 339.0625 189.36475 338.42188Q189.8335 337.78125 190.72412 337.78125Q191.53662 337.78125 192.06787 338.35938Q192.59912 338.92188 192.59912 340.04688Q192.59912 341.14062 192.05225 341.73438Q191.521 342.3125 190.72412 342.3125Q189.9585 342.3125 189.42725 341.73438Q188.91162 341.15625 188.91162 339.98438ZM190.75537 338.5Q190.34912 338.5 190.0835 338.84375Q189.8335 339.1875 189.8335 340.09375Q189.8335 340.90625 190.09912 341.25Q190.36475 341.59375 190.75537 341.59375Q191.146 341.59375 191.41162 341.25Q191.67725 340.90625 191.67725 340.0Q191.67725 339.17188 191.41162 338.84375Q191.146 338.5 190.75537 338.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.82196 399.73438L171.88446 399.59375Q172.05634 400.48438 172.49384 400.89062Q172.93134 401.28125 173.55634 401.28125Q174.30634 401.28125 174.82196 400.76562Q175.33759 400.25 175.33759 399.48438Q175.33759 398.76562 174.85321 398.29688Q174.38446 397.8125 173.65009 397.8125Q173.35321 397.8125 172.90009 397.9375L173.02509 397.0Q173.13446 397.01562 173.19696 397.01562Q173.86884 397.01562 174.40009 396.67188Q174.94696 396.3125 174.94696 395.57812Q174.94696 395.0 174.55634 394.625Q174.16571 394.23438 173.54071 394.23438Q172.93134 394.23438 172.50946 394.625Q172.10321 395.01562 171.99384 395.78125L170.93134 395.59375Q171.11884 394.54688 171.80634 393.96875Q172.49384 393.375 173.50946 393.375Q174.21259 393.375 174.80634 393.6875Q175.40009 393.98438 175.71259 394.5Q176.02509 395.01562 176.02509 395.60938Q176.02509 396.15625 175.72821 396.625Q175.43134 397.07812 174.85321 397.34375Q175.60321 397.51562 176.02509 398.07812Q176.44696 398.625 176.44696 399.46875Q176.44696 400.59375 175.61884 401.375Q174.80634 402.15625 173.55634 402.15625Q172.43134 402.15625 171.68134 401.48438Q170.93134 400.79688 170.82196 399.73438ZM178.02509 395.46875Q178.02509 394.54688 178.47821 393.90625Q178.94696 393.26562 179.82196 393.26562Q180.63446 393.26562 181.16571 393.84375Q181.69696 394.42188 181.69696 395.53125Q181.69696 396.625 181.15009 397.21875Q180.61884 397.79688 179.83759 397.79688Q179.05634 397.79688 178.54071 397.21875Q178.02509 396.64062 178.02509 395.46875ZM179.85321 393.98438Q179.46259 393.98438 179.19696 394.32812Q178.94696 394.67188 178.94696 395.57812Q178.94696 396.40625 179.19696 396.75Q179.46259 397.07812 179.85321 397.07812Q180.25946 397.07812 180.50946 396.73438Q180.77509 396.39062 180.77509 395.5Q180.77509 394.65625 180.50946 394.32812Q180.24384 393.98438 179.85321 393.98438ZM179.85321 402.3125L184.55634 393.26562L185.41571 393.26562L180.72821 402.3125L179.85321 402.3125ZM183.57196 399.98438Q183.57196 399.0625 184.02509 398.42188Q184.49384 397.78125 185.38446 397.78125Q186.19696 397.78125 186.72821 398.35938Q187.25946 398.92188 187.25946 400.04688Q187.25946 401.14062 186.71259 401.73438Q186.18134 402.3125 185.38446 402.3125Q184.61884 402.3125 184.08759 401.73438Q183.57196 401.15625 183.57196 399.98438ZM185.41571 398.5Q185.00946 398.5 184.74384 398.84375Q184.49384 399.1875 184.49384 400.09375Q184.49384 400.90625 184.75946 401.25Q185.02509 401.59375 185.41571 401.59375Q185.80634 401.59375 186.07196 401.25Q186.33759 400.90625 186.33759 400.0Q186.33759 399.17188 186.07196 398.84375Q185.80634 398.5 185.41571 398.5Z" fill-rule="nonzero"/><path fill="#666666" d="M170.82196 399.73438L171.88446 399.59375Q172.05634 400.48438 172.49384 400.89062Q172.93134 401.28125 173.55634 401.28125Q174.30634 401.28125 174.82196 400.76562Q175.33759 400.25 175.33759 399.48438Q175.33759 398.76562 174.85321 398.29688Q174.38446 397.8125 173.65009 397.8125Q173.35321 397.8125 172.90009 397.9375L173.02509 397.0Q173.13446 397.01562 173.19696 397.01562Q173.86884 397.01562 174.40009 396.67188Q174.94696 396.3125 174.94696 395.57812Q174.94696 395.0 174.55634 394.625Q174.16571 394.23438 173.54071 394.23438Q172.93134 394.23438 172.50946 394.625Q172.10321 395.01562 171.99384 395.78125L170.93134 395.59375Q171.11884 394.54688 171.80634 393.96875Q172.49384 393.375 173.50946 393.375Q174.21259 393.375 174.80634 393.6875Q175.40009 393.98438 175.71259 394.5Q176.02509 395.01562 176.02509 395.60938Q176.02509 396.15625 175.72821 396.625Q175.43134 397.07812 174.85321 397.34375Q175.60321 397.51562 176.02509 398.07812Q176.44696 398.625 176.44696 399.46875Q176.44696 400.59375 175.61884 401.375Q174.80634 402.15625 173.55634 402.15625Q172.43134 402.15625 171.68134 401.48438Q170.93134 400.79688 170.82196 399.73438ZM178.02509 395.46875Q178.02509 394.54688 178.47821 393.90625Q178.94696 393.26562 179.82196 393.26562Q180.63446 393.26562 181.16571 393.84375Q181.69696 394.42188 181.69696 395.53125Q181.69696 396.625 181.15009 397.21875Q180.61884 397.79688 179.83759 397.79688Q179.05634 397.79688 178.54071 397.21875Q178.02509 396.64062 178.02509 395.46875ZM179.85321 393.98438Q179.46259 393.98438 179.19696 394.32812Q178.94696 394.67188 178.94696 395.57812Q178.94696 396.40625 179.19696 396.75Q179.46259 397.07812 179.85321 397.07812Q180.25946 397.07812 180.50946 396.73438Q180.77509 396.39062 180.77509 395.5Q180.77509 394.65625 180.50946 394.32812Q180.24384 393.98438 179.85321 393.98438ZM179.85321 402.3125L184.55634 393.26562L185.41571 393.26562L180.72821 402.3125L179.85321 402.3125ZM183.57196 399.98438Q183.57196 399.0625 184.02509 398.42188Q184.49384 397.78125 185.38446 397.78125Q186.19696 397.78125 186.72821 398.35938Q187.25946 398.92188 187.25946 400.04688Q187.25946 401.14062 186.71259 401.73438Q186.18134 402.3125 185.38446 402.3125Q184.61884 402.3125 184.08759 401.73438Q183.57196 401.15625 183.57196 399.98438ZM185.41571 398.5Q185.00946 398.5 184.74384 398.84375Q184.49384 399.1875 184.49384 400.09375Q184.49384 400.90625 184.75946 401.25Q185.02509 401.59375 185.41571 401.59375Q185.80634 401.59375 186.07196 401.25Q186.33759 400.90625 186.33759 400.0Q186.33759 399.17188 186.07196 398.84375Q185.80634 398.5 185.41571 398.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M171.02919 459.98438L171.02919 461.0L165.34169 461.0Q165.34169 460.625 165.46669 460.26562Q165.68544 459.6875 166.15419 459.125Q166.63857 458.5625 167.54482 457.82812Q168.95107 456.67188 169.43544 456.0Q169.93544 455.32812 169.93544 454.73438Q169.93544 454.10938 169.48232 453.6875Q169.02919 453.25 168.31044 453.25Q167.54482 453.25 167.09169 453.70312Q166.63857 454.15625 166.62294 454.96875L165.54482 454.85938Q165.65419 453.64062 166.37294 453.01562Q167.10732 452.375 168.34169 452.375Q169.57607 452.375 170.29482 453.0625Q171.01357 453.75 171.01357 454.76562Q171.01357 455.28125 170.79482 455.78125Q170.59169 456.26562 170.09169 456.82812Q169.60732 457.375 168.48232 458.32812Q167.52919 459.125 167.24794 459.42188Q166.98232 459.70312 166.81044 459.98438L171.02919 459.98438ZM172.68544 454.46875Q172.68544 453.54688 173.13857 452.90625Q173.60732 452.26562 174.48232 452.26562Q175.29482 452.26562 175.82607 452.84375Q176.35732 453.42188 176.35732 454.53125Q176.35732 455.625 175.81044 456.21875Q175.27919 456.79688 174.49794 456.79688Q173.71669 456.79688 173.20107 456.21875Q172.68544 455.64062 172.68544 454.46875ZM174.51357 452.98438Q174.12294 452.98438 173.85732 453.32812Q173.60732 453.67188 173.60732 454.57812Q173.60732 455.40625 173.85732 455.75Q174.12294 456.07812 174.51357 456.07812Q174.91982 456.07812 175.16982 455.73438Q175.43544 455.39062 175.43544 454.5Q175.43544 453.65625 175.16982 453.32812Q174.90419 452.98438 174.51357 452.98438ZM174.51357 461.3125L179.21669 452.26562L180.07607 452.26562L175.38857 461.3125L174.51357 461.3125ZM178.23232 458.98438Q178.23232 458.0625 178.68544 457.42188Q179.15419 456.78125 180.04482 456.78125Q180.85732 456.78125 181.38857 457.35938Q181.91982 457.92188 181.91982 459.04688Q181.91982 460.14062 181.37294 460.73438Q180.84169 461.3125 180.04482 461.3125Q179.27919 461.3125 178.74794 460.73438Q178.23232 460.15625 178.23232 458.98438ZM180.07607 457.5Q179.66982 457.5 179.40419 457.84375Q179.15419 458.1875 179.15419 459.09375Q179.15419 459.90625 179.41982 460.25Q179.68544 460.59375 180.07607 460.59375Q180.46669 460.59375 180.73232 460.25Q180.99794 459.90625 180.99794 459.0Q180.99794 458.17188 180.73232 457.84375Q180.46669 457.5 180.07607 457.5Z" fill-rule="nonzero"/><path fill="#666666" d="M171.02919 459.98438L171.02919 461.0L165.34169 461.0Q165.34169 460.625 165.46669 460.26562Q165.68544 459.6875 166.15419 459.125Q166.63857 458.5625 167.54482 457.82812Q168.95107 456.67188 169.43544 456.0Q169.93544 455.32812 169.93544 454.73438Q169.93544 454.10938 169.48232 453.6875Q169.02919 453.25 168.31044 453.25Q167.54482 453.25 167.09169 453.70312Q166.63857 454.15625 166.62294 454.96875L165.54482 454.85938Q165.65419 453.64062 166.37294 453.01562Q167.10732 452.375 168.34169 452.375Q169.57607 452.375 170.29482 453.0625Q171.01357 453.75 171.01357 454.76562Q171.01357 455.28125 170.79482 455.78125Q170.59169 456.26562 170.09169 456.82812Q169.60732 457.375 168.48232 458.32812Q167.52919 459.125 167.24794 459.42188Q166.98232 459.70312 166.81044 459.98438L171.02919 459.98438ZM172.68544 454.46875Q172.68544 453.54688 173.13857 452.90625Q173.60732 452.26562 174.48232 452.26562Q175.29482 452.26562 175.82607 452.84375Q176.35732 453.42188 176.35732 454.53125Q176.35732 455.625 175.81044 456.21875Q175.27919 456.79688 174.49794 456.79688Q173.71669 456.79688 173.20107 456.21875Q172.68544 455.64062 172.68544 454.46875ZM174.51357 452.98438Q174.12294 452.98438 173.85732 453.32812Q173.60732 453.67188 173.60732 454.57812Q173.60732 455.40625 173.85732 455.75Q174.12294 456.07812 174.51357 456.07812Q174.91982 456.07812 175.16982 455.73438Q175.43544 455.39062 175.43544 454.5Q175.43544 453.65625 175.16982 453.32812Q174.90419 452.98438 174.51357 452.98438ZM174.51357 461.3125L179.21669 452.26562L180.07607 452.26562L175.38857 461.3125L174.51357 461.3125ZM178.23232 458.98438Q178.23232 458.0625 178.68544 457.42188Q179.15419 456.78125 180.04482 456.78125Q180.85732 456.78125 181.38857 457.35938Q181.91982 457.92188 181.91982 459.04688Q181.91982 460.14062 181.37294 460.73438Q180.84169 461.3125 180.04482 461.3125Q179.27919 461.3125 178.74794 460.73438Q178.23232 460.15625 178.23232 458.98438ZM180.07607 457.5Q179.66982 457.5 179.40419 457.84375Q179.15419 458.1875 179.15419 459.09375Q179.15419 459.90625 179.41982 460.25Q179.68544 460.59375 180.07607 460.59375Q180.46669 460.59375 180.73232 460.25Q180.99794 459.90625 180.99794 459.0Q180.99794 458.17188 180.73232 457.84375Q180.46669 457.5 180.07607 457.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M164.1114 521.0L163.06453 521.0L163.06453 514.28125Q162.6739 514.6406 162.0489 515.0156Q161.43953 515.375 160.95515 515.5469L160.95515 514.53125Q161.83015 514.1094 162.4864 513.53125Q163.15828 512.9375 163.43953 512.375L164.1114 512.375L164.1114 521.0ZM167.34578 514.46875Q167.34578 513.5469 167.7989 512.90625Q168.26765 512.2656 169.14265 512.2656Q169.95515 512.2656 170.4864 512.84375Q171.01765 513.4219 171.01765 514.53125Q171.01765 515.625 170.47078 516.21875Q169.93953 516.7969 169.15828 516.7969Q168.37703 516.7969 167.8614 516.21875Q167.34578 515.6406 167.34578 514.46875ZM169.1739 512.9844Q168.78328 512.9844 168.51765 513.3281Q168.26765 513.6719 168.26765 514.5781Q168.26765 515.40625 168.51765 515.75Q168.78328 516.0781 169.1739 516.0781Q169.58015 516.0781 169.83015 515.7344Q170.09578 515.3906 170.09578 514.5Q170.09578 513.65625 169.83015 513.3281Q169.56453 512.9844 169.1739 512.9844ZM169.1739 521.3125L173.87703 512.2656L174.7364 512.2656L170.0489 521.3125L169.1739 521.3125ZM172.89265 518.9844Q172.89265 518.0625 173.34578 517.4219Q173.81453 516.78125 174.70515 516.78125Q175.51765 516.78125 176.0489 517.3594Q176.58015 517.9219 176.58015 519.0469Q176.58015 520.1406 176.03328 520.7344Q175.50203 521.3125 174.70515 521.3125Q173.93953 521.3125 173.40828 520.7344Q172.89265 520.15625 172.89265 518.9844ZM174.7364 517.5Q174.33015 517.5 174.06453 517.84375Q173.81453 518.1875 173.81453 519.09375Q173.81453 519.90625 174.08015 520.25Q174.34578 520.59375 174.7364 520.59375Q175.12703 520.59375 175.39265 520.25Q175.65828 519.90625 175.65828 519.0Q175.65828 518.1719 175.39265 517.84375Q175.12703 517.5 174.7364 517.5Z" fill-rule="nonzero"/><path fill="#666666" d="M164.1114 521.0L163.06453 521.0L163.06453 514.28125Q162.6739 514.6406 162.0489 515.0156Q161.43953 515.375 160.95515 515.5469L160.95515 514.53125Q161.83015 514.1094 162.4864 513.53125Q163.15828 512.9375 163.43953 512.375L164.1114 512.375L164.1114 521.0ZM167.34578 514.46875Q167.34578 513.5469 167.7989 512.90625Q168.26765 512.2656 169.14265 512.2656Q169.95515 512.2656 170.4864 512.84375Q171.01765 513.4219 171.01765 514.53125Q171.01765 515.625 170.47078 516.21875Q169.93953 516.7969 169.15828 516.7969Q168.37703 516.7969 167.8614 516.21875Q167.34578 515.6406 167.34578 514.46875ZM169.1739 512.9844Q168.78328 512.9844 168.51765 513.3281Q168.26765 513.6719 168.26765 514.5781Q168.26765 515.40625 168.51765 515.75Q168.78328 516.0781 169.1739 516.0781Q169.58015 516.0781 169.83015 515.7344Q170.09578 515.3906 170.09578 514.5Q170.09578 513.65625 169.83015 513.3281Q169.56453 512.9844 169.1739 512.9844ZM169.1739 521.3125L173.87703 512.2656L174.7364 512.2656L170.0489 521.3125L169.1739 521.3125ZM172.89265 518.9844Q172.89265 518.0625 173.34578 517.4219Q173.81453 516.78125 174.70515 516.78125Q175.51765 516.78125 176.0489 517.3594Q176.58015 517.9219 176.58015 519.0469Q176.58015 520.1406 176.03328 520.7344Q175.50203 521.3125 174.70515 521.3125Q173.93953 521.3125 173.40828 520.7344Q172.89265 520.15625 172.89265 518.9844ZM174.7364 517.5Q174.33015 517.5 174.06453 517.84375Q173.81453 518.1875 173.81453 519.09375Q173.81453 519.90625 174.08015 520.25Q174.34578 520.59375 174.7364 520.59375Q175.12703 520.59375 175.39265 520.25Q175.65828 519.90625 175.65828 519.0Q175.65828 518.1719 175.39265 517.84375Q175.12703 517.5 174.7364 517.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.09235 578.6966Q309.09235 577.7747 309.54547 577.1341Q310.01422 576.49347 310.88922 576.49347Q311.70172 576.49347 312.23297 577.0716Q312.76422 577.6497 312.76422 578.7591Q312.76422 579.85284 312.21735 580.4466Q311.6861 581.0247 310.90485 581.0247Q310.1236 581.0247 309.60797 580.4466Q309.09235 579.86847 309.09235 578.6966ZM310.92047 577.2122Q310.52985 577.2122 310.26422 577.55597Q310.01422 577.8997 310.01422 578.80597Q310.01422 579.6341 310.26422 579.97784Q310.52985 580.30597 310.92047 580.30597Q311.32672 580.30597 311.57672 579.9622Q311.84235 579.61847 311.84235 578.72784Q311.84235 577.8841 311.57672 577.55597Q311.3111 577.2122 310.92047 577.2122ZM310.92047 585.54034L315.6236 576.49347L316.48297 576.49347L311.79547 585.54034L310.92047 585.54034ZM314.63922 583.2122Q314.63922 582.29034 315.09235 581.6497Q315.5611 581.0091 316.45172 581.0091Q317.26422 581.0091 317.79547 581.5872Q318.32672 582.1497 318.32672 583.2747Q318.32672 584.36847 317.77985 584.9622Q317.2486 585.54034 316.45172 585.54034Q315.6861 585.54034 315.15485 584.9622Q314.63922 584.3841 314.63922 583.2122ZM316.48297 581.72784Q316.07672 581.72784 315.8111 582.0716Q315.5611 582.41534 315.5611 583.3216Q315.5611 584.1341 315.82672 584.47784Q316.09235 584.8216 316.48297 584.8216Q316.8736 584.8216 317.13922 584.47784Q317.40485 584.1341 317.40485 583.22784Q317.40485 582.3997 317.13922 582.0716Q316.8736 581.72784 316.48297 581.72784ZM322.79547 582.11847Q322.79547 580.3841 323.7486 579.55597Q324.54547 578.86847 325.70172 578.86847Q326.98297 578.86847 327.79547 579.7122Q328.6236 580.54034 328.6236 582.0247Q328.6236 583.22784 328.26422 583.91534Q327.90485 584.60284 327.20172 584.99347Q326.51422 585.36847 325.70172 585.36847Q324.40485 585.36847 323.59235 584.54034Q322.79547 583.6966 322.79547 582.11847ZM323.8736 582.11847Q323.8736 583.30597 324.38922 583.8997Q324.92047 584.49347 325.70172 584.49347Q326.4986 584.49347 327.01422 583.8997Q327.52985 583.30597 327.52985 582.0872Q327.52985 580.93097 326.9986 580.3372Q326.48297 579.74347 325.70172 579.74347Q324.92047 579.74347 324.38922 580.3372Q323.8736 580.91534 323.8736 582.11847ZM330.4361 585.22784L330.4361 579.8216L329.4986 579.8216L329.4986 579.0091L330.4361 579.0091L330.4361 578.3372Q330.4361 577.7122 330.54547 577.41534Q330.70172 576.99347 331.07672 576.74347Q331.46735 576.49347 332.15485 576.49347Q332.60797 576.49347 333.13922 576.60284L332.98297 577.5091Q332.65485 577.4622 332.35797 577.4622Q331.8736 577.4622 331.67047 577.66534Q331.48297 577.86847 331.48297 578.43097L331.48297 579.0091L332.70172 579.0091L332.70172 579.8216L331.48297 579.8216L331.48297 585.22784L330.4361 585.22784ZM336.17047 585.22784L336.17047 579.0091L337.1236 579.0091L337.1236 579.9466Q337.48297 579.29034 337.77985 579.0872Q338.09235 578.86847 338.46735 578.86847Q338.9986 578.86847 339.54547 579.1966L339.1861 580.18097Q338.79547 579.9466 338.42047 579.9466Q338.0611 579.9466 337.77985 580.16534Q337.51422 580.36847 337.40485 580.74347Q337.21735 581.30597 337.21735 581.9622L337.21735 585.22784L336.17047 585.22784ZM344.4361 583.22784L345.52985 583.35284Q345.27985 584.30597 344.57672 584.8372Q343.8736 585.36847 342.79547 585.36847Q341.4361 585.36847 340.6236 584.5247Q339.82672 583.68097 339.82672 582.16534Q339.82672 580.60284 340.63922 579.74347Q341.45172 578.86847 342.73297 578.86847Q343.98297 578.86847 344.76422 579.7122Q345.5611 580.55597 345.5611 582.10284Q345.5611 582.1966 345.5611 582.3841L340.92047 582.3841Q340.98297 583.41534 341.4986 583.9622Q342.01422 584.49347 342.79547 584.49347Q343.3736 584.49347 343.77985 584.1966Q344.20172 583.8841 344.4361 583.22784ZM340.98297 581.5247L344.45172 581.5247Q344.38922 580.72784 344.0611 580.3372Q343.54547 579.72784 342.7486 579.72784Q342.01422 579.72784 341.51422 580.2122Q341.02985 580.6966 340.98297 581.5247ZM346.76422 583.36847L347.79547 583.2122Q347.88922 583.8372 348.27985 584.16534Q348.6861 584.49347 349.42047 584.49347Q350.13922 584.49347 350.48297 584.2122Q350.84235 583.91534 350.84235 583.5091Q350.84235 583.1497 350.52985 582.9466Q350.3111 582.80597 349.45172 582.5872Q348.29547 582.29034 347.84235 582.0872Q347.40485 581.86847 347.17047 581.49347Q346.9361 581.11847 346.9361 580.6497Q346.9361 580.24347 347.1236 579.8841Q347.3111 579.5247 347.63922 579.29034Q347.88922 579.11847 348.3111 578.99347Q348.73297 578.86847 349.23297 578.86847Q349.95172 578.86847 350.4986 579.0872Q351.0611 579.29034 351.32672 579.6497Q351.59235 580.0091 351.6861 580.60284L350.65485 580.74347Q350.59235 580.2747 350.2486 580.0091Q349.92047 579.72784 349.29547 579.72784Q348.57672 579.72784 348.26422 579.97784Q347.95172 580.2122 347.95172 580.54034Q347.95172 580.74347 348.07672 580.8997Q348.21735 581.0716 348.48297 581.18097Q348.63922 581.24347 349.42047 581.4466Q350.54547 581.7591 350.98297 581.9466Q351.42047 582.1341 351.67047 582.49347Q351.92047 582.85284 351.92047 583.3997Q351.92047 583.93097 351.60797 584.3997Q351.3111 584.85284 350.73297 585.11847Q350.15485 585.36847 349.42047 585.36847Q348.20172 585.36847 347.5611 584.86847Q346.9361 584.35284 346.76422 583.36847ZM353.1861 587.61847L353.1861 579.0091L354.13922 579.0091L354.13922 579.80597Q354.48297 579.3372 354.90485 579.10284Q355.34235 578.86847 355.95172 578.86847Q356.7486 578.86847 357.35797 579.2747Q357.96735 579.68097 358.26422 580.43097Q358.57672 581.18097 358.57672 582.0716Q358.57672 583.0247 358.23297 583.79034Q357.90485 584.55597 357.2486 584.9622Q356.59235 585.36847 355.8736 585.36847Q355.34235 585.36847 354.92047 585.1497Q354.4986 584.91534 354.23297 584.5872L354.23297 587.61847L353.1861 587.61847ZM354.13922 582.1497Q354.13922 583.35284 354.6236 583.93097Q355.10797 584.49347 355.79547 584.49347Q356.4986 584.49347 356.9986 583.8997Q357.4986 583.30597 357.4986 582.05597Q357.4986 580.86847 357.01422 580.29034Q356.52985 579.6966 355.84235 579.6966Q355.17047 579.6966 354.65485 580.3216Q354.13922 580.9466 354.13922 582.1497ZM359.79547 582.11847Q359.79547 580.3841 360.7486 579.55597Q361.54547 578.86847 362.70172 578.86847Q363.98297 578.86847 364.79547 579.7122Q365.6236 580.54034 365.6236 582.0247Q365.6236 583.22784 365.26422 583.91534Q364.90485 584.60284 364.20172 584.99347Q363.51422 585.36847 362.70172 585.36847Q361.40485 585.36847 360.59235 584.54034Q359.79547 583.6966 359.79547 582.11847ZM360.8736 582.11847Q360.8736 583.30597 361.38922 583.8997Q361.92047 584.49347 362.70172 584.49347Q363.4986 584.49347 364.01422 583.8997Q364.52985 583.30597 364.52985 582.0872Q364.52985 580.93097 363.9986 580.3372Q363.48297 579.74347 362.70172 579.74347Q361.92047 579.74347 361.38922 580.3372Q360.8736 580.91534 360.8736 582.11847ZM367.1861 585.22784L367.1861 579.0091L368.1236 579.0091L368.1236 579.8841Q368.8111 578.86847 370.10797 578.86847Q370.67047 578.86847 371.13922 579.0716Q371.6236 579.2747 371.85797 579.60284Q372.09235 579.93097 372.1861 580.36847Q372.23297 580.66534 372.23297 581.3997L372.23297 585.22784L371.1861 585.22784L371.1861 581.4466Q371.1861 580.79034 371.0611 580.47784Q370.9361 580.16534 370.6236 579.97784Q370.3111 579.7747 369.88922 579.7747Q369.21735 579.7747 368.71735 580.2122Q368.23297 580.6341 368.23297 581.8216L368.23297 585.22784L367.1861 585.22784ZM378.21735 585.22784L378.21735 584.4466Q377.6236 585.36847 376.48297 585.36847Q375.73297 585.36847 375.10797 584.9622Q374.48297 584.54034 374.13922 583.80597Q373.79547 583.0716 373.79547 582.11847Q373.79547 581.1966 374.10797 580.43097Q374.42047 579.66534 375.04547 579.2747Q375.67047 578.86847 376.4361 578.86847Q376.9986 578.86847 377.4361 579.10284Q377.8736 579.3372 378.15485 579.7122L378.15485 576.6341L379.20172 576.6341L379.20172 585.22784L378.21735 585.22784ZM374.88922 582.11847Q374.88922 583.3216 375.38922 583.91534Q375.88922 584.49347 376.57672 584.49347Q377.26422 584.49347 377.7486 583.93097Q378.23297 583.36847 378.23297 582.2122Q378.23297 580.93097 377.73297 580.3372Q377.2486 579.74347 376.52985 579.74347Q375.82672 579.74347 375.35797 580.3216Q374.88922 580.8841 374.88922 582.11847ZM385.4361 583.22784L386.52985 583.35284Q386.27985 584.30597 385.57672 584.8372Q384.8736 585.36847 383.79547 585.36847Q382.4361 585.36847 381.6236 584.5247Q380.82672 583.68097 380.82672 582.16534Q380.82672 580.60284 381.63922 579.74347Q382.45172 578.86847 383.73297 578.86847Q384.98297 578.86847 385.76422 579.7122Q386.5611 580.55597 386.5611 582.10284Q386.5611 582.1966 386.5611 582.3841L381.92047 582.3841Q381.98297 583.41534 382.4986 583.9622Q383.01422 584.49347 383.79547 584.49347Q384.3736 584.49347 384.77985 584.1966Q385.20172 583.8841 385.4361 583.22784ZM381.98297 581.5247L385.45172 581.5247Q385.38922 580.72784 385.0611 580.3372Q384.54547 579.72784 383.7486 579.72784Q383.01422 579.72784 382.51422 580.2122Q382.02985 580.6966 381.98297 581.5247ZM388.1861 585.22784L388.1861 579.0091L389.1236 579.0091L389.1236 579.8841Q389.8111 578.86847 391.10797 578.86847Q391.67047 578.86847 392.13922 579.0716Q392.6236 579.2747 392.85797 579.60284Q393.09235 579.93097 393.1861 580.36847Q393.23297 580.66534 393.23297 581.3997L393.23297 585.22784L392.1861 585.22784L392.1861 581.4466Q392.1861 580.79034 392.0611 580.47784Q391.9361 580.16534 391.6236 579.97784Q391.3111 579.7747 390.88922 579.7747Q390.21735 579.7747 389.71735 580.2122Q389.23297 580.6341 389.23297 581.8216L389.23297 585.22784L388.1861 585.22784ZM397.48297 584.29034L397.63922 585.2122Q397.1861 585.30597 396.84235 585.30597Q396.26422 585.30597 395.95172 585.1341Q395.63922 584.9466 395.4986 584.6497Q395.3736 584.35284 395.3736 583.3997L395.3736 579.8216L394.60797 579.8216L394.60797 579.0091L395.3736 579.0091L395.3736 577.4622L396.42047 576.8372L396.42047 579.0091L397.48297 579.0091L397.48297 579.8216L396.42047 579.8216L396.42047 583.4622Q396.42047 583.91534 396.46735 584.04034Q396.52985 584.16534 396.65485 584.24347Q396.77985 584.3216 397.01422 584.3216Q397.20172 584.3216 397.48297 584.29034ZM397.76422 583.36847L398.79547 583.2122Q398.88922 583.8372 399.27985 584.16534Q399.6861 584.49347 400.42047 584.49347Q401.13922 584.49347 401.48297 584.2122Q401.84235 583.91534 401.84235 583.5091Q401.84235 583.1497 401.52985 582.9466Q401.3111 582.80597 400.45172 582.5872Q399.29547 582.29034 398.84235 582.0872Q398.40485 581.86847 398.17047 581.49347Q397.9361 581.11847 397.9361 580.6497Q397.9361 580.24347 398.1236 579.8841Q398.3111 579.5247 398.63922 579.29034Q398.88922 579.11847 399.3111 578.99347Q399.73297 578.86847 400.23297 578.86847Q400.95172 578.86847 401.4986 579.0872Q402.0611 579.29034 402.32672 579.6497Q402.59235 580.0091 402.6861 580.60284L401.65485 580.74347Q401.59235 580.2747 401.2486 580.0091Q400.92047 579.72784 400.29547 579.72784Q399.57672 579.72784 399.26422 579.97784Q398.95172 580.2122 398.95172 580.54034Q398.95172 580.74347 399.07672 580.8997Q399.21735 581.0716 399.48297 581.18097Q399.63922 581.24347 400.42047 581.4466Q401.54547 581.7591 401.98297 581.9466Q402.42047 582.1341 402.67047 582.49347Q402.92047 582.85284 402.92047 583.3997Q402.92047 583.93097 402.60797 584.3997Q402.3111 584.85284 401.73297 585.11847Q401.15485 585.36847 400.42047 585.36847Q399.20172 585.36847 398.5611 584.86847Q397.9361 584.35284 397.76422 583.36847Z" fill-rule="nonzero"/><path fill="#666666" d="M90.678 91.50506L87.34988 82.91131L88.58425 82.91131L90.81863 89.16131Q91.08425 89.91131 91.27175 90.56756Q91.47488 89.86443 91.7405 89.16131L94.053 82.91131L95.20925 82.91131L91.84988 91.50506L90.678 91.50506ZM95.84988 88.73943L96.91238 88.64568Q96.9905 89.30193 97.27175 89.70818Q97.553 90.11443 98.13113 90.38006Q98.72488 90.63006 99.45925 90.63006Q100.09988 90.63006 100.59988 90.44256Q101.09988 90.23943 101.33425 89.91131Q101.58425 89.56756 101.58425 89.17693Q101.58425 88.77068 101.34988 88.47381Q101.1155 88.16131 100.58425 87.95818Q100.22488 87.81756 99.03738 87.53631Q97.8655 87.25506 97.39675 87.00506Q96.77175 86.67693 96.47488 86.20818Q96.178 85.72381 96.178 85.13006Q96.178 84.48943 96.53738 83.92693Q96.91238 83.34881 97.6155 83.06756Q98.33425 82.77068 99.19363 82.77068Q100.14675 82.77068 100.88113 83.08318Q101.6155 83.38006 102.00613 83.98943Q102.39675 84.58318 102.428 85.33318L101.33425 85.41131Q101.2405 84.59881 100.72488 84.19256Q100.22488 83.77068 99.2405 83.77068Q98.20925 83.77068 97.7405 84.14568Q97.27175 84.52068 97.27175 85.05193Q97.27175 85.52068 97.59988 85.81756Q97.928 86.11443 99.303 86.42693Q100.69363 86.73943 101.20925 86.97381Q101.95925 87.33318 102.31863 87.86443Q102.678 88.38006 102.678 89.08318Q102.678 89.77068 102.28738 90.38006Q101.89675 90.97381 101.16238 91.31756Q100.428 91.64568 99.50613 91.64568Q98.33425 91.64568 97.53738 91.31756Q96.75613 90.97381 96.303 90.28631Q95.8655 89.59881 95.84988 88.73943ZM113.3655 88.48943L114.4905 88.78631Q114.13113 90.17693 113.20925 90.91131Q112.28738 91.64568 110.94363 91.64568Q109.553 91.64568 108.678 91.08318Q107.803 90.52068 107.34988 89.45818Q106.89675 88.38006 106.89675 87.14568Q106.89675 85.80193 107.41238 84.80193Q107.928 83.80193 108.8655 83.28631Q109.81863 82.77068 110.95925 82.77068Q112.2405 82.77068 113.1155 83.42693Q114.00613 84.08318 114.34988 85.27068L113.22488 85.53631Q112.928 84.59881 112.34988 84.17693Q111.78738 83.73943 110.928 83.73943Q109.94363 83.73943 109.27175 84.22381Q108.6155 84.69256 108.33425 85.48943Q108.06863 86.28631 108.06863 87.14568Q108.06863 88.23943 108.38113 89.05193Q108.70925 89.86443 109.38113 90.27068Q110.053 90.67693 110.84988 90.67693Q111.803 90.67693 112.45925 90.13006Q113.13113 89.58318 113.3655 88.48943ZM115.70925 88.39568Q115.70925 86.66131 116.66238 85.83318Q117.45925 85.14568 118.6155 85.14568Q119.89675 85.14568 120.70925 85.98943Q121.53738 86.81756 121.53738 88.30193Q121.53738 89.50506 121.178 90.19256Q120.81863 90.88006 120.1155 91.27068Q119.428 91.64568 118.6155 91.64568Q117.31863 91.64568 116.50613 90.81756Q115.70925 89.97381 115.70925 88.39568ZM116.78738 88.39568Q116.78738 89.58318 117.303 90.17693Q117.83425 90.77068 118.6155 90.77068Q119.41238 90.77068 119.928 90.17693Q120.44363 89.58318 120.44363 88.36443Q120.44363 87.20818 119.91238 86.61443Q119.39675 86.02068 118.6155 86.02068Q117.83425 86.02068 117.303 86.61443Q116.78738 87.19256 116.78738 88.39568ZM127.13113 91.50506L127.13113 90.72381Q126.53738 91.64568 125.39675 91.64568Q124.64675 91.64568 124.02175 91.23943Q123.39675 90.81756 123.053 90.08318Q122.70925 89.34881 122.70925 88.39568Q122.70925 87.47381 123.02175 86.70818Q123.33425 85.94256 123.95925 85.55193Q124.58425 85.14568 125.34988 85.14568Q125.91238 85.14568 126.34988 85.38006Q126.78738 85.61443 127.06863 85.98943L127.06863 82.91131L128.11551 82.91131L128.11551 91.50506L127.13113 91.50506ZM123.803 88.39568Q123.803 89.59881 124.303 90.19256Q124.803 90.77068 125.4905 90.77068Q126.178 90.77068 126.66238 90.20818Q127.14675 89.64568 127.14675 88.48943Q127.14675 87.20818 126.64675 86.61443Q126.16238 86.02068 125.44363 86.02068Q124.7405 86.02068 124.27175 86.59881Q123.803 87.16131 123.803 88.39568ZM134.34988 89.50506L135.44363 89.63006Q135.19363 90.58318 134.49051 91.11443Q133.78738 91.64568 132.70926 91.64568Q131.34988 91.64568 130.53738 90.80193Q129.74051 89.95818 129.74051 88.44256Q129.74051 86.88006 130.55301 86.02068Q131.36551 85.14568 132.64676 85.14568Q133.89676 85.14568 134.67801 85.98943Q135.47488 86.83318 135.47488 88.38006Q135.47488 88.47381 135.47488 88.66131L130.83426 88.66131Q130.89676 89.69256 131.41238 90.23943Q131.92801 90.77068 132.70926 90.77068Q133.28738 90.77068 133.69363 90.47381Q134.11551 90.16131 134.34988 89.50506ZM130.89676 87.80193L134.36551 87.80193Q134.30301 87.00506 133.97488 86.61443Q133.45926 86.00506 132.66238 86.00506Q131.92801 86.00506 131.42801 86.48943Q130.94363 86.97381 130.89676 87.80193Z" fill-rule="nonzero"/><path fill="#666666" d="M59.256126 147.56218L59.256126 146.56218L62.881126 146.54655L62.881126 149.73405Q62.053 150.40593 61.162376 150.74968Q60.27175 151.0778 59.33425 151.0778Q58.068626 151.0778 57.02175 150.54655Q55.9905 149.99968 55.45925 148.98405Q54.943626 147.9528 54.943626 146.68718Q54.943626 145.42155 55.45925 144.34343Q55.9905 143.24968 56.974876 142.73405Q57.95925 142.2028 59.2405 142.2028Q60.178 142.2028 60.928 142.49968Q61.678 142.79655 62.099876 143.34343Q62.537376 143.87468 62.756126 144.74968L61.7405 145.03093Q61.537376 144.37468 61.2405 143.99968Q60.95925 143.62468 60.428 143.40593Q59.89675 143.17155 59.256126 143.17155Q58.474876 143.17155 57.89675 143.40593Q57.33425 143.6403 56.974876 144.03093Q56.631126 144.42155 56.443626 144.8903Q56.1155 145.68718 56.1155 146.60905Q56.1155 147.7653 56.506126 148.54655Q56.912376 149.31218 57.662376 149.68718Q58.412376 150.06218 59.27175 150.06218Q60.006126 150.06218 60.70925 149.78093Q61.412376 149.48405 61.77175 149.17155L61.77175 147.56218L59.256126 147.56218ZM63.70925 147.8278Q63.70925 146.09343 64.66238 145.2653Q65.45925 144.5778 66.6155 144.5778Q67.89675 144.5778 68.70925 145.42155Q69.53738 146.24968 69.53738 147.73405Q69.53738 148.93718 69.178 149.62468Q68.81863 150.31218 68.1155 150.7028Q67.428 151.0778 66.6155 151.0778Q65.31863 151.0778 64.50613 150.24968Q63.70925 149.40593 63.70925 147.8278ZM64.78738 147.8278Q64.78738 149.0153 65.303 149.60905Q65.83425 150.2028 66.6155 150.2028Q67.41238 150.2028 67.928 149.60905Q68.44363 149.0153 68.44363 147.79655Q68.44363 146.6403 67.91238 146.04655Q67.39675 145.4528 66.6155 145.4528Q65.83425 145.4528 65.303 146.04655Q64.78738 146.62468 64.78738 147.8278ZM71.178 150.93718L71.178 142.34343L72.31863 142.34343L72.31863 149.92155L76.553 149.92155L76.553 150.93718L71.178 150.93718ZM82.16238 150.17155Q81.56863 150.67155 81.02175 150.87468Q80.4905 151.0778 79.8655 151.0778Q78.83425 151.0778 78.28738 150.5778Q77.7405 150.0778 77.7405 149.29655Q77.7405 148.84343 77.94363 148.46843Q78.14675 148.0778 78.4905 147.85905Q78.83425 147.62468 79.25613 147.5153Q79.553 147.42155 80.19363 147.34343Q81.45925 147.2028 82.06863 146.98405Q82.06863 146.7653 82.06863 146.71843Q82.06863 146.06218 81.77175 145.79655Q81.3655 145.4528 80.56863 145.4528Q79.83425 145.4528 79.47488 145.71843Q79.1155 145.96843 78.94363 146.62468L77.91238 146.48405Q78.053 145.8278 78.38113 145.42155Q78.70925 145.0153 79.31863 144.79655Q79.928 144.5778 80.72488 144.5778Q81.52175 144.5778 82.02175 144.7653Q82.52175 144.9528 82.75613 145.23405Q82.9905 145.5153 83.08425 145.9528Q83.13113 146.21843 83.13113 146.92155L83.13113 148.3278Q83.13113 149.79655 83.19363 150.18718Q83.27175 150.5778 83.47488 150.93718L82.3655 150.93718Q82.20925 150.60905 82.16238 150.17155ZM82.06863 147.81218Q81.4905 148.04655 80.34988 148.21843Q79.69363 148.31218 79.428 148.43718Q79.16238 148.54655 79.00613 148.7653Q78.8655 148.98405 78.8655 149.2653Q78.8655 149.68718 79.178 149.96843Q79.50613 150.24968 80.1155 150.24968Q80.72488 150.24968 81.19363 149.98405Q81.678 149.71843 81.89675 149.24968Q82.06863 148.8903 82.06863 148.2028L82.06863 147.81218ZM85.09988 150.93718L85.09988 144.71843L86.03738 144.71843L86.03738 145.59343Q86.72488 144.5778 88.02175 144.5778Q88.58425 144.5778 89.053 144.78093Q89.53738 144.98405 89.77175 145.31218Q90.00613 145.6403 90.09988 146.0778Q90.14675 146.37468 90.14675 147.10905L90.14675 150.93718L89.09988 150.93718L89.09988 147.15593Q89.09988 146.49968 88.97488 146.18718Q88.84988 145.87468 88.53738 145.68718Q88.22488 145.48405 87.803 145.48405Q87.13113 145.48405 86.63113 145.92155Q86.14675 146.34343 86.14675 147.53093L86.14675 150.93718L85.09988 150.93718ZM96.13113 150.93718L96.13113 150.15593Q95.53738 151.0778 94.39675 151.0778Q93.64675 151.0778 93.02175 150.67155Q92.39675 150.24968 92.053 149.5153Q91.70925 148.78093 91.70925 147.8278Q91.70925 146.90593 92.02175 146.1403Q92.33425 145.37468 92.95925 144.98405Q93.58425 144.5778 94.34988 144.5778Q94.91238 144.5778 95.34988 144.81218Q95.78738 145.04655 96.06863 145.42155L96.06863 142.34343L97.1155 142.34343L97.1155 150.93718L96.13113 150.93718ZM92.803 147.8278Q92.803 149.03093 93.303 149.62468Q93.803 150.2028 94.4905 150.2028Q95.178 150.2028 95.66238 149.6403Q96.14675 149.0778 96.14675 147.92155Q96.14675 146.6403 95.64675 146.04655Q95.16238 145.4528 94.44363 145.4528Q93.7405 145.4528 93.27175 146.03093Q92.803 146.59343 92.803 147.8278ZM98.303 151.0778L100.78738 142.2028L101.63113 142.2028L99.14675 151.0778L98.303 151.0778ZM102.428 150.93718L102.428 142.34343L103.553 142.34343L103.553 150.93718L102.428 150.93718ZM105.09988 150.93718L105.09988 144.71843L106.03738 144.71843L106.03738 145.59343Q106.72488 144.5778 108.02175 144.5778Q108.58425 144.5778 109.053 144.78093Q109.53738 144.98405 109.77175 145.31218Q110.00613 145.6403 110.09988 146.0778Q110.14675 146.37468 110.14675 147.10905L110.14675 150.93718L109.09988 150.93718L109.09988 147.15593Q109.09988 146.49968 108.97488 146.18718Q108.84988 145.87468 108.53738 145.68718Q108.22488 145.48405 107.803 145.48405Q107.13113 145.48405 106.63113 145.92155Q106.14675 146.34343 106.14675 147.53093L106.14675 150.93718L105.09988 150.93718ZM114.39675 149.99968L114.553 150.92155Q114.09988 151.0153 113.75613 151.0153Q113.178 151.0153 112.8655 150.84343Q112.553 150.65593 112.41238 150.35905Q112.28738 150.06218 112.28738 149.10905L112.28738 145.53093L111.52175 145.53093L111.52175 144.71843L112.28738 144.71843L112.28738 143.17155L113.33425 142.54655L113.33425 144.71843L114.39675 144.71843L114.39675 145.53093L113.33425 145.53093L113.33425 149.17155Q113.33425 149.62468 113.38113 149.74968Q113.44363 149.87468 113.56863 149.9528Q113.69363 150.03093 113.928 150.03093Q114.1155 150.03093 114.39675 149.99968ZM119.34988 148.93718L120.44363 149.06218Q120.19363 150.0153 119.4905 150.54655Q118.78738 151.0778 117.70925 151.0778Q116.34988 151.0778 115.53738 150.23405Q114.7405 149.3903 114.7405 147.87468Q114.7405 146.31218 115.553 145.4528Q116.3655 144.5778 117.64675 144.5778Q118.89675 144.5778 119.678 145.42155Q120.47488 146.2653 120.47488 147.81218Q120.47488 147.90593 120.47488 148.09343L115.83425 148.09343Q115.89675 149.12468 116.41238 149.67155Q116.928 150.2028 117.70925 150.2028Q118.28738 150.2028 118.69363 149.90593Q119.1155 149.59343 119.34988 148.93718ZM115.89675 147.23405L119.3655 147.23405Q119.303 146.43718 118.97488 146.04655Q118.45925 145.43718 117.66238 145.43718Q116.928 145.43718 116.428 145.92155Q115.94363 146.40593 115.89675 147.23405ZM122.06863 150.93718L122.06863 142.34343L123.13113 142.34343L123.13113 150.93718L122.06863 150.93718ZM125.06863 150.93718L125.06863 142.34343L126.13113 142.34343L126.13113 150.93718L125.06863 150.93718ZM128.09988 143.56218L128.09988 142.34343L129.16238 142.34343L129.16238 143.56218L128.09988 143.56218ZM128.09988 150.93718L128.09988 144.71843L129.16238 144.71843L129.16238 150.93718L128.09988 150.93718ZM130.64676 148.49968L131.67801 148.35905Q131.70926 149.34343 132.03738 149.7028Q132.36551 150.06218 132.95926 150.06218Q133.38113 150.06218 133.69363 149.87468Q134.00613 149.67155 134.11551 149.34343Q134.24051 148.99968 134.24051 148.2653L134.24051 142.34343L135.36551 142.34343L135.36551 148.2028Q135.36551 149.28093 135.09988 149.87468Q134.84988 150.46843 134.28738 150.78093Q133.72488 151.0778 132.95926 151.0778Q131.83426 151.0778 131.22488 150.43718Q130.63113 149.78093 130.64676 148.49968Z" fill-rule="nonzero"/><path fill="#666666" d="M118.678 210.3693L115.34988 201.77554L116.58425 201.77554L118.81863 208.02554Q119.08425 208.77554 119.27175 209.4318Q119.47488 208.72867 119.7405 208.02554L122.053 201.77554L123.20925 201.77554L119.84988 210.3693L118.678 210.3693ZM124.09988 202.9943L124.09988 201.77554L125.16238 201.77554L125.16238 202.9943L124.09988 202.9943ZM124.09988 210.3693L124.09988 204.15054L125.16238 204.15054L125.16238 210.3693L124.09988 210.3693ZM127.09988 210.3693L127.09988 204.15054L128.03738 204.15054L128.03738 205.02554Q128.33426 204.5568 128.81863 204.29117Q129.30301 204.00992 129.92801 204.00992Q130.61551 204.00992 131.05301 204.29117Q131.50613 204.57242 131.67801 205.08804Q132.42801 204.00992 133.59988 204.00992Q134.53738 204.00992 135.02176 204.52554Q135.52176 205.02554 135.52176 206.10367L135.52176 210.3693L134.47488 210.3693L134.47488 206.44742Q134.47488 205.82242 134.36551 205.54117Q134.27176 205.25992 134.00613 205.08804Q133.74051 204.91617 133.36551 204.91617Q132.70926 204.91617 132.27176 205.35367Q131.84988 205.79117 131.84988 206.75992L131.84988 210.3693L130.78738 210.3693L130.78738 206.32242Q130.78738 205.6193 130.52176 205.27554Q130.27176 204.91617 129.69363 204.91617Q129.24051 204.91617 128.86551 205.15054Q128.49051 205.38492 128.31863 205.83804Q128.14676 206.29117 128.14676 207.13492L128.14676 210.3693L127.09988 210.3693Z" fill-rule="nonzero"/><path fill="#666666" d="M100.25613 269.80142L100.25613 261.20767L106.45925 261.20767L106.45925 262.2233L101.39675 262.2233L101.39675 264.8483L106.14675 264.8483L106.14675 265.86392L101.39675 265.86392L101.39675 268.7858L106.66238 268.7858L106.66238 269.80142L100.25613 269.80142ZM108.09988 269.80142L108.09988 263.58267L109.03738 263.58267L109.03738 264.45767Q109.33425 263.98892 109.81863 263.7233Q110.303 263.44205 110.928 263.44205Q111.6155 263.44205 112.053 263.7233Q112.50613 264.00455 112.678 264.52017Q113.428 263.44205 114.59988 263.44205Q115.53738 263.44205 116.02175 263.95767Q116.52175 264.45767 116.52175 265.5358L116.52175 269.80142L115.47488 269.80142L115.47488 265.87955Q115.47488 265.25455 115.3655 264.9733Q115.27175 264.69205 115.00613 264.52017Q114.7405 264.3483 114.3655 264.3483Q113.70925 264.3483 113.27175 264.7858Q112.84988 265.2233 112.84988 266.19205L112.84988 269.80142L111.78738 269.80142L111.78738 265.75455Q111.78738 265.05142 111.52175 264.70767Q111.27175 264.3483 110.69363 264.3483Q110.2405 264.3483 109.8655 264.58267Q109.4905 264.81705 109.31863 265.27017Q109.14675 265.7233 109.14675 266.56705L109.14675 269.80142L108.09988 269.80142ZM122.16238 269.0358Q121.56863 269.5358 121.02175 269.73892Q120.4905 269.94205 119.8655 269.94205Q118.83425 269.94205 118.28738 269.44205Q117.7405 268.94205 117.7405 268.1608Q117.7405 267.70767 117.94363 267.33267Q118.14675 266.94205 118.4905 266.7233Q118.83425 266.48892 119.25613 266.37955Q119.553 266.2858 120.19363 266.20767Q121.45925 266.06705 122.06863 265.8483Q122.06863 265.62955 122.06863 265.58267Q122.06863 264.92642 121.77175 264.6608Q121.3655 264.31705 120.56863 264.31705Q119.83425 264.31705 119.47488 264.58267Q119.1155 264.83267 118.94363 265.48892L117.91238 265.3483Q118.053 264.69205 118.38113 264.2858Q118.70925 263.87955 119.31863 263.6608Q119.928 263.44205 120.72488 263.44205Q121.52175 263.44205 122.02175 263.62955Q122.52175 263.81705 122.75613 264.0983Q122.9905 264.37955 123.08425 264.81705Q123.13113 265.08267 123.13113 265.7858L123.13113 267.19205Q123.13113 268.6608 123.19363 269.05142Q123.27175 269.44205 123.47488 269.80142L122.3655 269.80142Q122.20925 269.4733 122.16238 269.0358ZM122.06863 266.67642Q121.4905 266.9108 120.34988 267.08267Q119.69363 267.17642 119.428 267.30142Q119.16238 267.4108 119.00613 267.62955Q118.8655 267.8483 118.8655 268.12955Q118.8655 268.55142 119.178 268.83267Q119.50613 269.11392 120.1155 269.11392Q120.72488 269.11392 121.19363 268.8483Q121.678 268.58267 121.89675 268.11392Q122.06863 267.75455 122.06863 267.06705L122.06863 266.67642ZM129.16238 267.52017L130.19363 267.6608Q130.02176 268.7233 129.31863 269.33267Q128.61551 269.94205 127.59988 269.94205Q126.31863 269.94205 125.53738 269.11392Q124.77175 268.27017 124.77175 266.70767Q124.77175 265.70767 125.09988 264.95767Q125.44363 264.19205 126.1155 263.81705Q126.803 263.44205 127.6155 263.44205Q128.61551 263.44205 129.25613 263.95767Q129.91238 264.45767 130.09988 265.4108L129.06863 265.56705Q128.92801 264.94205 128.55301 264.62955Q128.17801 264.30142 127.64675 264.30142Q126.84988 264.30142 126.34988 264.87955Q125.84988 265.44205 125.84988 266.67642Q125.84988 267.94205 126.33425 268.50455Q126.81863 269.06705 127.58425 269.06705Q128.20926 269.06705 128.61551 268.69205Q129.03738 268.31705 129.16238 267.52017ZM130.67801 267.94205L131.70926 267.7858Q131.80301 268.4108 132.19363 268.73892Q132.59988 269.06705 133.33426 269.06705Q134.05301 269.06705 134.39676 268.7858Q134.75613 268.48892 134.75613 268.08267Q134.75613 267.7233 134.44363 267.52017Q134.22488 267.37955 133.36551 267.1608Q132.20926 266.86392 131.75613 266.6608Q131.31863 266.44205 131.08426 266.06705Q130.84988 265.69205 130.84988 265.2233Q130.84988 264.81705 131.03738 264.45767Q131.22488 264.0983 131.55301 263.86392Q131.80301 263.69205 132.22488 263.56705Q132.64676 263.44205 133.14676 263.44205Q133.86551 263.44205 134.41238 263.6608Q134.97488 263.86392 135.24051 264.2233Q135.50613 264.58267 135.59988 265.17642L134.56863 265.31705Q134.50613 264.8483 134.16238 264.58267Q133.83426 264.30142 133.20926 264.30142Q132.49051 264.30142 132.17801 264.55142Q131.86551 264.7858 131.86551 265.11392Q131.86551 265.31705 131.99051 265.4733Q132.13113 265.64517 132.39676 265.75455Q132.55301 265.81705 133.33426 266.02017Q134.45926 266.33267 134.89676 266.52017Q135.33426 266.70767 135.58426 267.06705Q135.83426 267.42642 135.83426 267.9733Q135.83426 268.50455 135.52176 268.9733Q135.22488 269.42642 134.64676 269.69205Q134.06863 269.94205 133.33426 269.94205Q132.11551 269.94205 131.47488 269.44205Q130.84988 268.92642 130.67801 267.94205Z" fill-rule="nonzero"/><path fill="#666666" d="M65.84988 326.4679L66.91238 326.37415Q66.9905 327.0304 67.27175 327.43665Q67.553 327.8429 68.13113 328.10852Q68.72488 328.35852 69.45925 328.35852Q70.09988 328.35852 70.59988 328.17102Q71.09988 327.9679 71.33425 327.63977Q71.58425 327.29602 71.58425 326.9054Q71.58425 326.49915 71.34988 326.20227Q71.1155 325.88977 70.58425 325.68665Q70.22488 325.54602 69.03738 325.26477Q67.8655 324.98352 67.39675 324.73352Q66.77175 324.4054 66.47488 323.93665Q66.178 323.45227 66.178 322.85852Q66.178 322.2179 66.53738 321.6554Q66.91238 321.07727 67.6155 320.79602Q68.33425 320.49915 69.19363 320.49915Q70.14675 320.49915 70.88113 320.81165Q71.6155 321.10852 72.00613 321.7179Q72.39675 322.31165 72.428 323.06165L71.33425 323.13977Q71.2405 322.32727 70.72488 321.92102Q70.22488 321.49915 69.2405 321.49915Q68.20925 321.49915 67.7405 321.87415Q67.27175 322.24915 67.27175 322.7804Q67.27175 323.24915 67.59988 323.54602Q67.928 323.8429 69.303 324.1554Q70.69363 324.4679 71.20925 324.70227Q71.95925 325.06165 72.31863 325.5929Q72.678 326.10852 72.678 326.81165Q72.678 327.49915 72.28738 328.10852Q71.89675 328.70227 71.16238 329.04602Q70.428 329.37415 69.50613 329.37415Q68.33425 329.37415 67.53738 329.04602Q66.75613 328.70227 66.303 328.01477Q65.8655 327.32727 65.84988 326.4679ZM78.178 329.23352L78.178 328.31165Q77.44363 329.37415 76.19363 329.37415Q75.64675 329.37415 75.16238 329.17102Q74.69363 328.95227 74.45925 328.63977Q74.22488 328.31165 74.13113 327.8429Q74.06863 327.54602 74.06863 326.85852L74.06863 323.01477L75.13113 323.01477L75.13113 326.4679Q75.13113 327.2804 75.19363 327.57727Q75.28738 327.98352 75.59988 328.23352Q75.928 328.4679 76.41238 328.4679Q76.88113 328.4679 77.28738 328.23352Q77.70925 327.98352 77.88113 327.56165Q78.06863 327.13977 78.06863 326.3429L78.06863 323.01477L79.1155 323.01477L79.1155 329.23352L78.178 329.23352ZM82.06863 329.23352L81.08425 329.23352L81.08425 320.63977L82.14675 320.63977L82.14675 323.70227Q82.81863 322.87415 83.84988 322.87415Q84.428 322.87415 84.928 323.10852Q85.44363 323.32727 85.77175 323.74915Q86.1155 324.17102 86.303 324.76477Q86.4905 325.35852 86.4905 326.0304Q86.4905 327.62415 85.69363 328.49915Q84.89675 329.37415 83.803 329.37415Q82.69363 329.37415 82.06863 328.45227L82.06863 329.23352ZM82.053 326.07727Q82.053 327.18665 82.3655 327.68665Q82.8655 328.49915 83.70925 328.49915Q84.39675 328.49915 84.89675 327.9054Q85.41238 327.31165 85.41238 326.10852Q85.41238 324.88977 84.928 324.31165Q84.44363 323.73352 83.75613 323.73352Q83.06863 323.73352 82.553 324.3429Q82.053 324.93665 82.053 326.07727ZM88.06863 329.23352L88.06863 320.63977L89.13113 320.63977L89.13113 329.23352L88.06863 329.23352ZM91.09988 321.85852L91.09988 320.63977L92.16238 320.63977L92.16238 321.85852L91.09988 321.85852ZM91.09988 329.23352L91.09988 323.01477L92.16238 323.01477L92.16238 329.23352L91.09988 329.23352ZM94.09988 329.23352L94.09988 323.01477L95.03738 323.01477L95.03738 323.88977Q95.33425 323.42102 95.81863 323.1554Q96.303 322.87415 96.928 322.87415Q97.6155 322.87415 98.053 323.1554Q98.50613 323.43665 98.678 323.95227Q99.428 322.87415 100.59988 322.87415Q101.53738 322.87415 102.02175 323.38977Q102.52175 323.88977 102.52175 324.9679L102.52175 329.23352L101.47488 329.23352L101.47488 325.31165Q101.47488 324.68665 101.3655 324.4054Q101.27175 324.12415 101.00613 323.95227Q100.7405 323.7804 100.3655 323.7804Q99.70925 323.7804 99.27175 324.2179Q98.84988 324.6554 98.84988 325.62415L98.84988 329.23352L97.78738 329.23352L97.78738 325.18665Q97.78738 324.48352 97.52175 324.13977Q97.27175 323.7804 96.69363 323.7804Q96.2405 323.7804 95.8655 324.01477Q95.4905 324.24915 95.31863 324.70227Q95.14675 325.1554 95.14675 325.99915L95.14675 329.23352L94.09988 329.23352ZM108.34988 327.23352L109.44363 327.35852Q109.19363 328.31165 108.4905 328.8429Q107.78738 329.37415 106.70925 329.37415Q105.34988 329.37415 104.53738 328.5304Q103.7405 327.68665 103.7405 326.17102Q103.7405 324.60852 104.553 323.74915Q105.3655 322.87415 106.64675 322.87415Q107.89675 322.87415 108.678 323.7179Q109.47488 324.56165 109.47488 326.10852Q109.47488 326.20227 109.47488 326.38977L104.83425 326.38977Q104.89675 327.42102 105.41238 327.9679Q105.928 328.49915 106.70925 328.49915Q107.28738 328.49915 107.69363 328.20227Q108.1155 327.88977 108.34988 327.23352ZM104.89675 325.5304L108.3655 325.5304Q108.303 324.73352 107.97488 324.3429Q107.45925 323.73352 106.66238 323.73352Q105.928 323.73352 105.428 324.2179Q104.94363 324.70227 104.89675 325.5304ZM116.41238 329.23352L116.41238 321.6554L113.58425 321.6554L113.58425 320.63977L120.39675 320.63977L120.39675 321.6554L117.553 321.6554L117.553 329.23352L116.41238 329.23352ZM125.34988 327.23352L126.44363 327.35852Q126.19363 328.31165 125.4905 328.8429Q124.78738 329.37415 123.70925 329.37415Q122.34988 329.37415 121.53738 328.5304Q120.7405 327.68665 120.7405 326.17102Q120.7405 324.60852 121.553 323.74915Q122.3655 322.87415 123.64675 322.87415Q124.89675 322.87415 125.678 323.7179Q126.47488 324.56165 126.47488 326.10852Q126.47488 326.20227 126.47488 326.38977L121.83425 326.38977Q121.89675 327.42102 122.41238 327.9679Q122.928 328.49915 123.70925 328.49915Q124.28738 328.49915 124.69363 328.20227Q125.1155 327.88977 125.34988 327.23352ZM121.89675 325.5304L125.3655 325.5304Q125.303 324.73352 124.97488 324.3429Q124.45925 323.73352 123.66238 323.73352Q122.928 323.73352 122.428 324.2179Q121.94363 324.70227 121.89675 325.5304ZM127.39675 329.23352L129.66238 325.99915L127.56863 323.01477L128.88113 323.01477L129.83426 324.4679Q130.09988 324.88977 130.27176 325.17102Q130.52176 324.7804 130.74051 324.48352L131.78738 323.01477L133.05301 323.01477L130.89676 325.93665L133.20926 329.23352L131.92801 329.23352L130.64676 327.29602L130.30301 326.7804L128.66238 329.23352L127.39675 329.23352ZM136.39676 328.29602L136.55301 329.2179Q136.09988 329.31165 135.75613 329.31165Q135.17801 329.31165 134.86551 329.13977Q134.55301 328.95227 134.41238 328.6554Q134.28738 328.35852 134.28738 327.4054L134.28738 323.82727L133.52176 323.82727L133.52176 323.01477L134.28738 323.01477L134.28738 321.4679L135.33426 320.8429L135.33426 323.01477L136.39676 323.01477L136.39676 323.82727L135.33426 323.82727L135.33426 327.4679Q135.33426 327.92102 135.38113 328.04602Q135.44363 328.17102 135.56863 328.24915Q135.69363 328.32727 135.92801 328.32727Q136.11551 328.32727 136.39676 328.29602Z" fill-rule="nonzero"/><path fill="#666666" d="M108.28738 388.66565L111.58425 380.0719L112.803 380.0719L116.31863 388.66565L115.03738 388.66565L114.02175 386.05627L110.44363 386.05627L109.4905 388.66565L108.28738 388.66565ZM110.77175 385.1344L113.678 385.1344L112.78738 382.7594Q112.3655 381.68127 112.178 380.97815Q112.00613 381.80627 111.70925 382.61877L110.77175 385.1344ZM119.39675 387.72815L119.553 388.65002Q119.09988 388.74377 118.75613 388.74377Q118.178 388.74377 117.8655 388.5719Q117.553 388.3844 117.41238 388.08752Q117.28738 387.79065 117.28738 386.83752L117.28738 383.2594L116.52175 383.2594L116.52175 382.4469L117.28738 382.4469L117.28738 380.90002L118.33425 380.27502L118.33425 382.4469L119.39675 382.4469L119.39675 383.2594L118.33425 383.2594L118.33425 386.90002Q118.33425 387.35315 118.38113 387.47815Q118.44363 387.60315 118.56863 387.68127Q118.69363 387.7594 118.928 387.7594Q119.1155 387.7594 119.39675 387.72815ZM119.70925 385.55627Q119.70925 383.8219 120.66238 382.99377Q121.45925 382.30627 122.6155 382.30627Q123.89675 382.30627 124.70925 383.15002Q125.53738 383.97815 125.53738 385.46252Q125.53738 386.66565 125.178 387.35315Q124.81863 388.04065 124.1155 388.43127Q123.428 388.80627 122.6155 388.80627Q121.31863 388.80627 120.50613 387.97815Q119.70925 387.1344 119.70925 385.55627ZM120.78738 385.55627Q120.78738 386.74377 121.303 387.33752Q121.83425 387.93127 122.6155 387.93127Q123.41238 387.93127 123.928 387.33752Q124.44363 386.74377 124.44363 385.52502Q124.44363 384.36877 123.91238 383.77502Q123.39675 383.18127 122.6155 383.18127Q121.83425 383.18127 121.303 383.77502Q120.78738 384.35315 120.78738 385.55627ZM127.09988 388.66565L127.09988 382.4469L128.03738 382.4469L128.03738 383.3219Q128.33426 382.85315 128.81863 382.58752Q129.30301 382.30627 129.92801 382.30627Q130.61551 382.30627 131.05301 382.58752Q131.50613 382.86877 131.67801 383.3844Q132.42801 382.30627 133.59988 382.30627Q134.53738 382.30627 135.02176 382.8219Q135.52176 383.3219 135.52176 384.40002L135.52176 388.66565L134.47488 388.66565L134.47488 384.74377Q134.47488 384.11877 134.36551 383.83752Q134.27176 383.55627 134.00613 383.3844Q133.74051 383.21252 133.36551 383.21252Q132.70926 383.21252 132.27176 383.65002Q131.84988 384.08752 131.84988 385.05627L131.84988 388.66565L130.78738 388.66565L130.78738 384.61877Q130.78738 383.91565 130.52176 383.5719Q130.27176 383.21252 129.69363 383.21252Q129.24051 383.21252 128.86551 383.4469Q128.49051 383.68127 128.31863 384.1344Q128.14676 384.58752 128.14676 385.43127L128.14676 388.66565L127.09988 388.66565Z" fill-rule="nonzero"/><path fill="#666666" d="M67.678 448.09775L64.34988 439.504L65.58425 439.504L67.81863 445.754Q68.08425 446.504 68.27175 447.16025Q68.47488 446.45712 68.7405 445.754L71.053 439.504L72.20925 439.504L68.84988 448.09775L67.678 448.09775ZM73.09988 440.72275L73.09988 439.504L74.16238 439.504L74.16238 440.72275L73.09988 440.72275ZM73.09988 448.09775L73.09988 441.879L74.16238 441.879L74.16238 448.09775L73.09988 448.09775ZM75.678 446.23837L76.70925 446.08212Q76.803 446.70712 77.19363 447.03525Q77.59988 447.36337 78.33425 447.36337Q79.053 447.36337 79.39675 447.08212Q79.75613 446.78525 79.75613 446.379Q79.75613 446.01962 79.44363 445.8165Q79.22488 445.67587 78.3655 445.45712Q77.20925 445.16025 76.75613 444.95712Q76.31863 444.73837 76.08425 444.36337Q75.84988 443.98837 75.84988 443.51962Q75.84988 443.11337 76.03738 442.754Q76.22488 442.39462 76.553 442.16025Q76.803 441.98837 77.22488 441.86337Q77.64675 441.73837 78.14675 441.73837Q78.8655 441.73837 79.41238 441.95712Q79.97488 442.16025 80.2405 442.51962Q80.50613 442.879 80.59988 443.47275L79.56863 443.61337Q79.50613 443.14462 79.16238 442.879Q78.83425 442.59775 78.20925 442.59775Q77.4905 442.59775 77.178 442.84775Q76.8655 443.08212 76.8655 443.41025Q76.8655 443.61337 76.9905 443.76962Q77.13113 443.9415 77.39675 444.05087Q77.553 444.11337 78.33425 444.3165Q79.45925 444.629 79.89675 444.8165Q80.33425 445.004 80.58425 445.36337Q80.83425 445.72275 80.83425 446.26962Q80.83425 446.80087 80.52175 447.26962Q80.22488 447.72275 79.64675 447.98837Q79.06863 448.23837 78.33425 448.23837Q77.1155 448.23837 76.47488 447.73837Q75.84988 447.22275 75.678 446.23837ZM86.178 448.09775L86.178 447.17587Q85.44363 448.23837 84.19363 448.23837Q83.64675 448.23837 83.16238 448.03525Q82.69363 447.8165 82.45925 447.504Q82.22488 447.17587 82.13113 446.70712Q82.06863 446.41025 82.06863 445.72275L82.06863 441.879L83.13113 441.879L83.13113 445.33212Q83.13113 446.14462 83.19363 446.4415Q83.28738 446.84775 83.59988 447.09775Q83.928 447.33212 84.41238 447.33212Q84.88113 447.33212 85.28738 447.09775Q85.70925 446.84775 85.88113 446.42587Q86.06863 446.004 86.06863 445.20712L86.06863 441.879L87.1155 441.879L87.1155 448.09775L86.178 448.09775ZM93.16238 447.33212Q92.56863 447.83212 92.02175 448.03525Q91.4905 448.23837 90.8655 448.23837Q89.83425 448.23837 89.28738 447.73837Q88.7405 447.23837 88.7405 446.45712Q88.7405 446.004 88.94363 445.629Q89.14675 445.23837 89.4905 445.01962Q89.83425 444.78525 90.25613 444.67587Q90.553 444.58212 91.19363 444.504Q92.45925 444.36337 93.06863 444.14462Q93.06863 443.92587 93.06863 443.879Q93.06863 443.22275 92.77175 442.95712Q92.3655 442.61337 91.56863 442.61337Q90.83425 442.61337 90.47488 442.879Q90.1155 443.129 89.94363 443.78525L88.91238 443.64462Q89.053 442.98837 89.38113 442.58212Q89.70925 442.17587 90.31863 441.95712Q90.928 441.73837 91.72488 441.73837Q92.52175 441.73837 93.02175 441.92587Q93.52175 442.11337 93.75613 442.39462Q93.9905 442.67587 94.08425 443.11337Q94.13113 443.379 94.13113 444.08212L94.13113 445.48837Q94.13113 446.95712 94.19363 447.34775Q94.27175 447.73837 94.47488 448.09775L93.3655 448.09775Q93.20925 447.76962 93.16238 447.33212ZM93.06863 444.97275Q92.4905 445.20712 91.34988 445.379Q90.69363 445.47275 90.428 445.59775Q90.16238 445.70712 90.00613 445.92587Q89.8655 446.14462 89.8655 446.42587Q89.8655 446.84775 90.178 447.129Q90.50613 447.41025 91.1155 447.41025Q91.72488 447.41025 92.19363 447.14462Q92.678 446.879 92.89675 446.41025Q93.06863 446.05087 93.06863 445.36337L93.06863 444.97275ZM96.06863 448.09775L96.06863 439.504L97.13113 439.504L97.13113 448.09775L96.06863 448.09775ZM101.84988 445.33212L102.91238 445.23837Q102.9905 445.89462 103.27175 446.30087Q103.553 446.70712 104.13113 446.97275Q104.72488 447.22275 105.45925 447.22275Q106.09988 447.22275 106.59988 447.03525Q107.09988 446.83212 107.33425 446.504Q107.58425 446.16025 107.58425 445.76962Q107.58425 445.36337 107.34988 445.0665Q107.1155 444.754 106.58425 444.55087Q106.22488 444.41025 105.03738 444.129Q103.8655 443.84775 103.39675 443.59775Q102.77175 443.26962 102.47488 442.80087Q102.178 442.3165 102.178 441.72275Q102.178 441.08212 102.53738 440.51962Q102.91238 439.9415 103.6155 439.66025Q104.33425 439.36337 105.19363 439.36337Q106.14675 439.36337 106.88113 439.67587Q107.6155 439.97275 108.00613 440.58212Q108.39675 441.17587 108.428 441.92587L107.33425 442.004Q107.2405 441.1915 106.72488 440.78525Q106.22488 440.36337 105.2405 440.36337Q104.20925 440.36337 103.7405 440.73837Q103.27175 441.11337 103.27175 441.64462Q103.27175 442.11337 103.59988 442.41025Q103.928 442.70712 105.303 443.01962Q106.69363 443.33212 107.20925 443.5665Q107.95925 443.92587 108.31863 444.45712Q108.678 444.97275 108.678 445.67587Q108.678 446.36337 108.28738 446.97275Q107.89675 447.5665 107.16238 447.91025Q106.428 448.23837 105.50613 448.23837Q104.33425 448.23837 103.53738 447.91025Q102.75613 447.5665 102.303 446.879Q101.8655 446.1915 101.84988 445.33212ZM112.39675 447.16025L112.553 448.08212Q112.09988 448.17587 111.75613 448.17587Q111.178 448.17587 110.8655 448.004Q110.553 447.8165 110.41238 447.51962Q110.28738 447.22275 110.28738 446.26962L110.28738 442.6915L109.52175 442.6915L109.52175 441.879L110.28738 441.879L110.28738 440.33212L111.33425 439.70712L111.33425 441.879L112.39675 441.879L112.39675 442.6915L111.33425 442.6915L111.33425 446.33212Q111.33425 446.78525 111.38113 446.91025Q111.44363 447.03525 111.56863 447.11337Q111.69363 447.1915 111.928 447.1915Q112.1155 447.1915 112.39675 447.16025ZM117.178 448.09775L117.178 447.17587Q116.44363 448.23837 115.19363 448.23837Q114.64675 448.23837 114.16238 448.03525Q113.69363 447.8165 113.45925 447.504Q113.22488 447.17587 113.13113 446.70712Q113.06863 446.41025 113.06863 445.72275L113.06863 441.879L114.13113 441.879L114.13113 445.33212Q114.13113 446.14462 114.19363 446.4415Q114.28738 446.84775 114.59988 447.09775Q114.928 447.33212 115.41238 447.33212Q115.88113 447.33212 116.28738 447.09775Q116.70925 446.84775 116.88113 446.42587Q117.06863 446.004 117.06863 445.20712L117.06863 441.879L118.1155 441.879L118.1155 448.09775L117.178 448.09775ZM124.13113 448.09775L124.13113 447.3165Q123.53738 448.23837 122.39675 448.23837Q121.64675 448.23837 121.02175 447.83212Q120.39675 447.41025 120.053 446.67587Q119.70925 445.9415 119.70925 444.98837Q119.70925 444.0665 120.02175 443.30087Q120.33425 442.53525 120.95925 442.14462Q121.58425 441.73837 122.34988 441.73837Q122.91238 441.73837 123.34988 441.97275Q123.78738 442.20712 124.06863 442.58212L124.06863 439.504L125.1155 439.504L125.1155 448.09775L124.13113 448.09775ZM120.803 444.98837Q120.803 446.1915 121.303 446.78525Q121.803 447.36337 122.4905 447.36337Q123.178 447.36337 123.66238 446.80087Q124.14675 446.23837 124.14675 445.08212Q124.14675 443.80087 123.64675 443.20712Q123.16238 442.61337 122.44363 442.61337Q121.7405 442.61337 121.27175 443.1915Q120.803 443.754 120.803 444.98837ZM127.09988 440.72275L127.09988 439.504L128.16238 439.504L128.16238 440.72275L127.09988 440.72275ZM127.09988 448.09775L127.09988 441.879L128.16238 441.879L128.16238 448.09775L127.09988 448.09775ZM129.70926 444.98837Q129.70926 443.254 130.66238 442.42587Q131.45926 441.73837 132.61551 441.73837Q133.89676 441.73837 134.70926 442.58212Q135.53738 443.41025 135.53738 444.89462Q135.53738 446.09775 135.17801 446.78525Q134.81863 447.47275 134.11551 447.86337Q133.42801 448.23837 132.61551 448.23837Q131.31863 448.23837 130.50613 447.41025Q129.70926 446.5665 129.70926 444.98837ZM130.78738 444.98837Q130.78738 446.17587 131.30301 446.76962Q131.83426 447.36337 132.61551 447.36337Q133.41238 447.36337 133.92801 446.76962Q134.44363 446.17587 134.44363 444.95712Q134.44363 443.80087 133.91238 443.20712Q133.39676 442.61337 132.61551 442.61337Q131.83426 442.61337 131.30301 443.20712Q130.78738 443.78525 130.78738 444.98837Z" fill-rule="nonzero"/><path fill="#666666" d="M106.88113 503.34238Q106.88113 501.20175 108.02175 499.99863Q109.178 498.77988 110.9905 498.77988Q112.19363 498.77988 113.14675 499.358Q114.09988 499.9205 114.59988 500.93613Q115.09988 501.95175 115.09988 503.24863Q115.09988 504.5455 114.56863 505.57675Q114.03738 506.608 113.06863 507.13925Q112.1155 507.6705 110.9905 507.6705Q109.77175 507.6705 108.81863 507.09238Q107.8655 506.49863 107.3655 505.49863Q106.88113 504.483 106.88113 503.34238ZM108.053 503.358Q108.053 504.9205 108.88113 505.81113Q109.72488 506.70175 110.9905 506.70175Q112.27175 506.70175 113.09988 505.81113Q113.928 504.90488 113.928 503.233Q113.928 502.18613 113.56863 501.40488Q113.22488 500.62363 112.53738 500.20175Q111.84988 499.76425 111.00613 499.76425Q109.803 499.76425 108.928 500.59238Q108.053 501.4205 108.053 503.358ZM118.39675 506.59238L118.553 507.51425Q118.09988 507.608 117.75613 507.608Q117.178 507.608 116.8655 507.43613Q116.553 507.24863 116.41238 506.95175Q116.28738 506.65488 116.28738 505.70175L116.28738 502.12363L115.52175 502.12363L115.52175 501.31113L116.28738 501.31113L116.28738 499.76425L117.33425 499.13925L117.33425 501.31113L118.39675 501.31113L118.39675 502.12363L117.33425 502.12363L117.33425 505.76425Q117.33425 506.21738 117.38113 506.34238Q117.44363 506.46738 117.56863 506.5455Q117.69363 506.62363 117.928 506.62363Q118.1155 506.62363 118.39675 506.59238ZM119.09988 507.52988L119.09988 498.93613L120.14675 498.93613L120.14675 502.01425Q120.88113 501.1705 122.00613 501.1705Q122.70925 501.1705 123.20925 501.45175Q123.72488 501.71738 123.94363 502.20175Q124.16238 502.6705 124.16238 503.59238L124.16238 507.52988L123.1155 507.52988L123.1155 503.59238Q123.1155 502.7955 122.77175 502.43613Q122.428 502.07675 121.803 502.07675Q121.33425 502.07675 120.91238 502.32675Q120.50613 502.56113 120.31863 502.983Q120.14675 503.38925 120.14675 504.12363L120.14675 507.52988L119.09988 507.52988ZM130.34988 505.52988L131.44363 505.65488Q131.19363 506.608 130.49051 507.13925Q129.78738 507.6705 128.70926 507.6705Q127.34988 507.6705 126.53738 506.82675Q125.7405 505.983 125.7405 504.46738Q125.7405 502.90488 126.553 502.0455Q127.3655 501.1705 128.64676 501.1705Q129.89676 501.1705 130.67801 502.01425Q131.47488 502.858 131.47488 504.40488Q131.47488 504.49863 131.47488 504.68613L126.83425 504.68613Q126.89675 505.71738 127.41238 506.26425Q127.928 506.7955 128.70926 506.7955Q129.28738 506.7955 129.69363 506.49863Q130.11551 506.18613 130.34988 505.52988ZM126.89675 503.82675L130.36551 503.82675Q130.30301 503.02988 129.97488 502.63925Q129.45926 502.02988 128.66238 502.02988Q127.928 502.02988 127.428 502.51425Q126.94363 502.99863 126.89675 503.82675ZM133.08426 507.52988L133.08426 501.31113L134.03738 501.31113L134.03738 502.24863Q134.39676 501.59238 134.69363 501.38925Q135.00613 501.1705 135.38113 501.1705Q135.91238 501.1705 136.45926 501.49863L136.09988 502.483Q135.70926 502.24863 135.33426 502.24863Q134.97488 502.24863 134.69363 502.46738Q134.42801 502.6705 134.31863 503.0455Q134.13113 503.608 134.13113 504.26425L134.13113 507.52988L133.08426 507.52988Z" fill-rule="nonzero"/><path fill="#666666" d="M133.803 556.4122Q133.803 554.8809 134.1155 553.95905Q134.428 553.02155 135.03737 552.52155Q135.66237 552.02155 136.59987 552.02155Q137.28737 552.02155 137.803 552.3028Q138.33424 552.58405 138.678 553.1153Q139.02174 553.6309 139.20924 554.3809Q139.39674 555.1309 139.39674 556.4122Q139.39674 557.9278 139.08424 558.8497Q138.78737 559.77155 138.16237 560.2872Q137.553 560.7872 136.59987 560.7872Q135.3655 560.7872 134.64674 559.89655Q133.803 558.83405 133.803 556.4122ZM134.88112 556.4122Q134.88112 558.52155 135.38112 559.2247Q135.88112 559.9278 136.59987 559.9278Q137.33424 559.9278 137.81862 559.2247Q138.31862 558.52155 138.31862 556.4122Q138.31862 554.2872 137.81862 553.5997Q137.33424 552.89655 136.58424 552.89655Q135.8655 552.89655 135.428 553.5059Q134.88112 554.2872 134.88112 556.4122ZM141.00612 554.1153Q141.00612 553.1934 141.45924 552.5528Q141.928 551.9122 142.803 551.9122Q143.6155 551.9122 144.14674 552.4903Q144.678 553.0684 144.678 554.1778Q144.678 555.27155 144.13112 555.8653Q143.59987 556.4434 142.81862 556.4434Q142.03737 556.4434 141.52174 555.8653Q141.00612 555.2872 141.00612 554.1153ZM142.83424 552.6309Q142.44362 552.6309 142.178 552.9747Q141.928 553.3184 141.928 554.2247Q141.928 555.0528 142.178 555.39655Q142.44362 555.7247 142.83424 555.7247Q143.2405 555.7247 143.4905 555.3809Q143.75612 555.0372 143.75612 554.14655Q143.75612 553.3028 143.4905 552.9747Q143.22487 552.6309 142.83424 552.6309ZM142.83424 560.95905L147.53737 551.9122L148.39674 551.9122L143.70924 560.95905L142.83424 560.95905ZM146.553 558.6309Q146.553 557.70905 147.00612 557.0684Q147.47487 556.4278 148.3655 556.4278Q149.178 556.4278 149.70924 557.0059Q150.2405 557.5684 150.2405 558.6934Q150.2405 559.7872 149.69362 560.3809Q149.16237 560.95905 148.3655 560.95905Q147.59987 560.95905 147.06862 560.3809Q146.553 559.8028 146.553 558.6309ZM148.39674 557.14655Q147.9905 557.14655 147.72487 557.4903Q147.47487 557.83405 147.47487 558.7403Q147.47487 559.5528 147.7405 559.89655Q148.00612 560.2403 148.39674 560.2403Q148.78737 560.2403 149.053 559.89655Q149.31862 559.5528 149.31862 558.64655Q149.31862 557.8184 149.053 557.4903Q148.78737 557.14655 148.39674 557.14655Z" fill-rule="nonzero"/><path fill="#666666" d="M242.64299 559.6309L242.64299 560.64655L236.95549 560.64655Q236.95549 560.27155 237.08049 559.9122Q237.29924 559.33405 237.76799 558.77155Q238.25237 558.20905 239.15862 557.4747Q240.56487 556.3184 241.04924 555.64655Q241.54924 554.9747 241.54924 554.3809Q241.54924 553.7559 241.09612 553.33405Q240.64299 552.89655 239.92424 552.89655Q239.15862 552.89655 238.70549 553.3497Q238.25237 553.8028 238.23674 554.6153L237.15862 554.5059Q237.26799 553.2872 237.98674 552.6622Q238.72112 552.02155 239.95549 552.02155Q241.18987 552.02155 241.90862 552.70905Q242.62737 553.39655 242.62737 554.4122Q242.62737 554.9278 242.40862 555.4278Q242.20549 555.9122 241.70549 556.4747Q241.22112 557.02155 240.09612 557.9747Q239.14299 558.77155 238.86174 559.0684Q238.59612 559.3497 238.42424 559.6309L242.64299 559.6309ZM244.09612 556.4122Q244.09612 554.8809 244.40862 553.95905Q244.72112 553.02155 245.33049 552.52155Q245.95549 552.02155 246.89299 552.02155Q247.58049 552.02155 248.09612 552.3028Q248.62737 552.58405 248.97112 553.1153Q249.31487 553.6309 249.50237 554.3809Q249.68987 555.1309 249.68987 556.4122Q249.68987 557.9278 249.37737 558.8497Q249.08049 559.77155 248.45549 560.2872Q247.84612 560.7872 246.89299 560.7872Q245.65862 560.7872 244.93987 559.89655Q244.09612 558.83405 244.09612 556.4122ZM245.17424 556.4122Q245.17424 558.52155 245.67424 559.2247Q246.17424 559.9278 246.89299 559.9278Q247.62737 559.9278 248.11174 559.2247Q248.61174 558.52155 248.61174 556.4122Q248.61174 554.2872 248.11174 553.5997Q247.62737 552.89655 246.87737 552.89655Q246.15862 552.89655 245.72112 553.5059Q245.17424 554.2872 245.17424 556.4122ZM251.29924 554.1153Q251.29924 553.1934 251.75237 552.5528Q252.22112 551.9122 253.09612 551.9122Q253.90862 551.9122 254.43987 552.4903Q254.97112 553.0684 254.97112 554.1778Q254.97112 555.27155 254.42424 555.8653Q253.89299 556.4434 253.11174 556.4434Q252.33049 556.4434 251.81487 555.8653Q251.29924 555.2872 251.29924 554.1153ZM253.12737 552.6309Q252.73674 552.6309 252.47112 552.9747Q252.22112 553.3184 252.22112 554.2247Q252.22112 555.0528 252.47112 555.39655Q252.73674 555.7247 253.12737 555.7247Q253.53362 555.7247 253.78362 555.3809Q254.04924 555.0372 254.04924 554.14655Q254.04924 553.3028 253.78362 552.9747Q253.51799 552.6309 253.12737 552.6309ZM253.12737 560.95905L257.8305 551.9122L258.68988 551.9122L254.00237 560.95905L253.12737 560.95905ZM256.84613 558.6309Q256.84613 557.70905 257.29926 557.0684Q257.768 556.4278 258.65863 556.4278Q259.47113 556.4278 260.00238 557.0059Q260.53363 557.5684 260.53363 558.6934Q260.53363 559.7872 259.98676 560.3809Q259.4555 560.95905 258.65863 560.95905Q257.893 560.95905 257.36176 560.3809Q256.84613 559.8028 256.84613 558.6309ZM258.68988 557.14655Q258.28363 557.14655 258.018 557.4903Q257.768 557.83405 257.768 558.7403Q257.768 559.5528 258.03363 559.89655Q258.29926 560.2403 258.68988 560.2403Q259.0805 560.2403 259.34613 559.89655Q259.61176 559.5528 259.61176 558.64655Q259.61176 557.8184 259.34613 557.4903Q259.0805 557.14655 258.68988 557.14655Z" fill-rule="nonzero"/><path fill="#666666" d="M347.26422 560.64655L347.26422 558.58405L343.54547 558.58405L343.54547 557.6153L347.46735 552.0528L348.32672 552.0528L348.32672 557.6153L349.48297 557.6153L349.48297 558.58405L348.32672 558.58405L348.32672 560.64655L347.26422 560.64655ZM347.26422 557.6153L347.26422 553.7559L344.57672 557.6153L347.26422 557.6153ZM350.88922 556.4122Q350.88922 554.8809 351.20172 553.95905Q351.51422 553.02155 352.1236 552.52155Q352.7486 552.02155 353.6861 552.02155Q354.3736 552.02155 354.88922 552.3028Q355.42047 552.58405 355.76422 553.1153Q356.10797 553.6309 356.29547 554.3809Q356.48297 555.1309 356.48297 556.4122Q356.48297 557.9278 356.17047 558.8497Q355.8736 559.77155 355.2486 560.2872Q354.63922 560.7872 353.6861 560.7872Q352.45172 560.7872 351.73297 559.89655Q350.88922 558.83405 350.88922 556.4122ZM351.96735 556.4122Q351.96735 558.52155 352.46735 559.2247Q352.96735 559.9278 353.6861 559.9278Q354.42047 559.9278 354.90485 559.2247Q355.40485 558.52155 355.40485 556.4122Q355.40485 554.2872 354.90485 553.5997Q354.42047 552.89655 353.67047 552.89655Q352.95172 552.89655 352.51422 553.5059Q351.96735 554.2872 351.96735 556.4122ZM358.09235 554.1153Q358.09235 553.1934 358.54547 552.5528Q359.01422 551.9122 359.88922 551.9122Q360.70172 551.9122 361.23297 552.4903Q361.76422 553.0684 361.76422 554.1778Q361.76422 555.27155 361.21735 555.8653Q360.6861 556.4434 359.90485 556.4434Q359.1236 556.4434 358.60797 555.8653Q358.09235 555.2872 358.09235 554.1153ZM359.92047 552.6309Q359.52985 552.6309 359.26422 552.9747Q359.01422 553.3184 359.01422 554.2247Q359.01422 555.0528 359.26422 555.39655Q359.52985 555.7247 359.92047 555.7247Q360.32672 555.7247 360.57672 555.3809Q360.84235 555.0372 360.84235 554.14655Q360.84235 553.3028 360.57672 552.9747Q360.3111 552.6309 359.92047 552.6309ZM359.92047 560.95905L364.6236 551.9122L365.48297 551.9122L360.79547 560.95905L359.92047 560.95905ZM363.63922 558.6309Q363.63922 557.70905 364.09235 557.0684Q364.5611 556.4278 365.45172 556.4278Q366.26422 556.4278 366.79547 557.0059Q367.32672 557.5684 367.32672 558.6934Q367.32672 559.7872 366.77985 560.3809Q366.2486 560.95905 365.45172 560.95905Q364.6861 560.95905 364.15485 560.3809Q363.63922 559.8028 363.63922 558.6309ZM365.48297 557.14655Q365.07672 557.14655 364.8111 557.4903Q364.5611 557.83405 364.5611 558.7403Q364.5611 559.5528 364.82672 559.89655Q365.09235 560.2403 365.48297 560.2403Q365.8736 560.2403 366.13922 559.89655Q366.40485 559.5528 366.40485 558.64655Q366.40485 557.8184 366.13922 557.4903Q365.8736 557.14655 365.48297 557.14655Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 554.1622L455.1042 554.2403Q454.96356 553.6153 454.71356 553.33405Q454.27606 552.8809 453.65106 552.8809Q453.15106 552.8809 452.76044 553.1622Q452.27606 553.5372 451.9792 554.2403Q451.69794 554.9278 451.6823 556.20905Q452.0573 555.6309 452.6042 555.3497Q453.1667 555.0684 453.77606 555.0684Q454.82294 555.0684 455.5573 555.8497Q456.3073 556.6309 456.3073 557.8497Q456.3073 558.6622 455.94794 559.3653Q455.6042 560.0528 454.9948 560.4278Q454.38544 560.7872 453.6198 560.7872Q452.2917 560.7872 451.46356 559.8184Q450.63544 558.8497 450.63544 556.6309Q450.63544 554.1309 451.5573 553.0059Q452.3542 552.02155 453.71356 552.02155Q454.7292 552.02155 455.3698 552.5997Q456.02606 553.1622 456.15106 554.1622ZM451.8542 557.8653Q451.8542 558.4122 452.07294 558.9122Q452.3073 559.39655 452.71356 559.6622Q453.13544 559.9278 453.6042 559.9278Q454.26044 559.9278 454.7448 559.39655Q455.2292 558.8497 455.2292 557.9278Q455.2292 557.0372 454.7448 556.52155Q454.27606 556.0059 453.5573 556.0059Q452.83856 556.0059 452.33856 556.52155Q451.8542 557.0372 451.8542 557.8653ZM457.6823 556.4122Q457.6823 554.8809 457.9948 553.95905Q458.3073 553.02155 458.9167 552.52155Q459.5417 552.02155 460.4792 552.02155Q461.1667 552.02155 461.6823 552.3028Q462.21356 552.58405 462.5573 553.1153Q462.90106 553.6309 463.08856 554.3809Q463.27606 555.1309 463.27606 556.4122Q463.27606 557.9278 462.96356 558.8497Q462.6667 559.77155 462.0417 560.2872Q461.4323 560.7872 460.4792 560.7872Q459.2448 560.7872 458.52606 559.89655Q457.6823 558.83405 457.6823 556.4122ZM458.76044 556.4122Q458.76044 558.52155 459.26044 559.2247Q459.76044 559.9278 460.4792 559.9278Q461.21356 559.9278 461.69794 559.2247Q462.19794 558.52155 462.19794 556.4122Q462.19794 554.2872 461.69794 553.5997Q461.21356 552.89655 460.46356 552.89655Q459.7448 552.89655 459.3073 553.5059Q458.76044 554.2872 458.76044 556.4122ZM464.88544 554.1153Q464.88544 553.1934 465.33856 552.5528Q465.8073 551.9122 466.6823 551.9122Q467.4948 551.9122 468.02606 552.4903Q468.5573 553.0684 468.5573 554.1778Q468.5573 555.27155 468.01044 555.8653Q467.4792 556.4434 466.69794 556.4434Q465.9167 556.4434 465.40106 555.8653Q464.88544 555.2872 464.88544 554.1153ZM466.71356 552.6309Q466.32294 552.6309 466.0573 552.9747Q465.8073 553.3184 465.8073 554.2247Q465.8073 555.0528 466.0573 555.39655Q466.32294 555.7247 466.71356 555.7247Q467.1198 555.7247 467.3698 555.3809Q467.63544 555.0372 467.63544 554.14655Q467.63544 553.3028 467.3698 552.9747Q467.1042 552.6309 466.71356 552.6309ZM466.71356 560.95905L471.4167 551.9122L472.27606 551.9122L467.58856 560.95905L466.71356 560.95905ZM470.4323 558.6309Q470.4323 557.70905 470.88544 557.0684Q471.3542 556.4278 472.2448 556.4278Q473.0573 556.4278 473.58856 557.0059Q474.1198 557.5684 474.1198 558.6934Q474.1198 559.7872 473.57294 560.3809Q473.0417 560.95905 472.2448 560.95905Q471.4792 560.95905 470.94794 560.3809Q470.4323 559.8028 470.4323 558.6309ZM472.27606 557.14655Q471.8698 557.14655 471.6042 557.4903Q471.3542 557.83405 471.3542 558.7403Q471.3542 559.5528 471.6198 559.89655Q471.88544 560.2403 472.27606 560.2403Q472.6667 560.2403 472.9323 559.89655Q473.19794 559.5528 473.19794 558.64655Q473.19794 557.8184 472.9323 557.4903Q472.6667 557.14655 472.27606 557.14655Z" fill-rule="nonzero"/><path fill="#666666" d="M559.1004 555.9903Q558.44415 555.7403 558.116 555.3028Q557.8035 554.8497 557.8035 554.2403Q557.8035 553.3028 558.4754 552.6622Q559.1629 552.02155 560.2723 552.02155Q561.3973 552.02155 562.0848 552.6778Q562.7723 553.33405 562.7723 554.27155Q562.7723 554.8653 562.4598 555.3028Q562.1473 555.7403 561.50665 555.9903Q562.3035 556.2403 562.7098 556.8184Q563.116 557.39655 563.116 558.1934Q563.116 559.2872 562.3348 560.0372Q561.56915 560.7872 560.2879 560.7872Q559.0223 560.7872 558.241 560.0372Q557.4598 559.2872 557.4598 558.1622Q557.4598 557.3184 557.88165 556.7559Q558.31915 556.1934 559.1004 555.9903ZM558.88165 554.1934Q558.88165 554.8028 559.2723 555.1934Q559.6785 555.58405 560.3035 555.58405Q560.9129 555.58405 561.3035 555.20905Q561.69415 554.8184 561.69415 554.2559Q561.69415 553.6778 561.2879 553.2872Q560.88165 552.8809 560.2879 552.8809Q559.6785 552.8809 559.2723 553.27155Q558.88165 553.6622 558.88165 554.1934ZM558.5535 558.1622Q558.5535 558.6153 558.75665 559.0372Q558.9754 559.45905 559.3973 559.6934Q559.81915 559.9278 560.3035 559.9278Q561.0535 559.9278 561.5379 559.4434Q562.0379 558.95905 562.0379 558.20905Q562.0379 557.4434 561.5379 556.9434Q561.0379 556.4434 560.2723 556.4434Q559.5223 556.4434 559.0379 556.9434Q558.5535 557.4278 558.5535 558.1622ZM564.4754 556.4122Q564.4754 554.8809 564.7879 553.95905Q565.1004 553.02155 565.7098 552.52155Q566.3348 552.02155 567.2723 552.02155Q567.9598 552.02155 568.4754 552.3028Q569.00665 552.58405 569.3504 553.1153Q569.69415 553.6309 569.88165 554.3809Q570.06915 555.1309 570.06915 556.4122Q570.06915 557.9278 569.75665 558.8497Q569.4598 559.77155 568.8348 560.2872Q568.2254 560.7872 567.2723 560.7872Q566.0379 560.7872 565.31915 559.89655Q564.4754 558.83405 564.4754 556.4122ZM565.5535 556.4122Q565.5535 558.52155 566.0535 559.2247Q566.5535 559.9278 567.2723 559.9278Q568.00665 559.9278 568.491 559.2247Q568.991 558.52155 568.991 556.4122Q568.991 554.2872 568.491 553.5997Q568.00665 552.89655 567.25665 552.89655Q566.5379 552.89655 566.1004 553.5059Q565.5535 554.2872 565.5535 556.4122ZM571.6785 554.1153Q571.6785 553.1934 572.13165 552.5528Q572.6004 551.9122 573.4754 551.9122Q574.2879 551.9122 574.81915 552.4903Q575.3504 553.0684 575.3504 554.1778Q575.3504 555.27155 574.8035 555.8653Q574.2723 556.4434 573.491 556.4434Q572.7098 556.4434 572.19415 555.8653Q571.6785 555.2872 571.6785 554.1153ZM573.50665 552.6309Q573.116 552.6309 572.8504 552.9747Q572.6004 553.3184 572.6004 554.2247Q572.6004 555.0528 572.8504 555.39655Q573.116 555.7247 573.50665 555.7247Q573.9129 555.7247 574.1629 555.3809Q574.4285 555.0372 574.4285 554.14655Q574.4285 553.3028 574.1629 552.9747Q573.8973 552.6309 573.50665 552.6309ZM573.50665 560.95905L578.2098 551.9122L579.06915 551.9122L574.38165 560.95905L573.50665 560.95905ZM577.2254 558.6309Q577.2254 557.70905 577.6785 557.0684Q578.1473 556.4278 579.0379 556.4278Q579.8504 556.4278 580.38165 557.0059Q580.9129 557.5684 580.9129 558.6934Q580.9129 559.7872 580.366 560.3809Q579.8348 560.95905 579.0379 560.95905Q578.2723 560.95905 577.741 560.3809Q577.2254 559.8028 577.2254 558.6309ZM579.06915 557.14655Q578.6629 557.14655 578.3973 557.4903Q578.1473 557.83405 578.1473 558.7403Q578.1473 559.5528 578.4129 559.89655Q578.6785 560.2403 579.06915 560.2403Q579.4598 560.2403 579.7254 559.89655Q579.991 559.5528 579.991 558.64655Q579.991 557.8184 579.7254 557.4903Q579.4598 557.14655 579.06915 557.14655Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 603.5901C212.0 603.0378 212.44771 602.5901 213.0 602.5901L223.0 602.5901C223.55229 602.5901 224.0 603.0378 224.0 603.5901L224.0 613.5901C224.0 614.14233 223.55229 614.5901 223.0 614.5901L213.0 614.5901C212.44771 614.5901 212.0 614.14233 212.0 613.5901Z" fill-rule="nonzero"/><path fill="#666666" d="M238.04688 611.57446L238.04688 612.5901L232.35938 612.5901Q232.35938 612.2151 232.48438 611.8557Q232.70312 611.2776 233.17188 610.7151Q233.65625 610.1526 234.5625 609.4182Q235.96875 608.26196 236.45312 607.5901Q236.95312 606.9182 236.95312 606.32446Q236.95312 605.69946 236.5 605.2776Q236.04688 604.8401 235.32812 604.8401Q234.5625 604.8401 234.10938 605.2932Q233.65625 605.74634 233.64062 606.55884L232.5625 606.44946Q232.67188 605.2307 233.39062 604.6057Q234.125 603.9651 235.35938 603.9651Q236.59375 603.9651 237.3125 604.6526Q238.03125 605.3401 238.03125 606.3557Q238.03125 606.87134 237.8125 607.37134Q237.60938 607.8557 237.10938 608.4182Q236.625 608.9651 235.5 609.9182Q234.54688 610.7151 234.26562 611.01196Q234.0 611.2932 233.82812 611.57446L238.04688 611.57446ZM239.5 608.3557Q239.5 606.82446 239.8125 605.9026Q240.125 604.9651 240.73438 604.4651Q241.35938 603.9651 242.29688 603.9651Q242.98438 603.9651 243.5 604.24634Q244.03125 604.5276 244.375 605.05884Q244.71875 605.57446 244.90625 606.32446Q245.09375 607.07446 245.09375 608.3557Q245.09375 609.87134 244.78125 610.7932Q244.48438 611.7151 243.85938 612.2307Q243.25 612.7307 242.29688 612.7307Q241.0625 612.7307 240.34375 611.8401Q239.5 610.7776 239.5 608.3557ZM240.57812 608.3557Q240.57812 610.4651 241.07812 611.1682Q241.57812 611.87134 242.29688 611.87134Q243.03125 611.87134 243.51562 611.1682Q244.01562 610.4651 244.01562 608.3557Q244.01562 606.2307 243.51562 605.5432Q243.03125 604.8401 242.28125 604.8401Q241.5625 604.8401 241.125 605.44946Q240.57812 606.2307 240.57812 608.3557ZM250.46875 612.5901L249.42188 612.5901L249.42188 605.87134Q249.03125 606.2307 248.40625 606.6057Q247.79688 606.9651 247.3125 607.13696L247.3125 606.12134Q248.1875 605.69946 248.84375 605.12134Q249.51562 604.5276 249.79688 603.9651L250.46875 603.9651L250.46875 612.5901ZM258.96875 606.1057L257.92188 606.18384Q257.78125 605.55884 257.53125 605.2776Q257.09375 604.82446 256.46875 604.82446Q255.96875 604.82446 255.57812 605.1057Q255.09375 605.4807 254.79688 606.18384Q254.51562 606.87134 254.5 608.1526Q254.875 607.57446 255.42188 607.2932Q255.98438 607.01196 256.59375 607.01196Q257.64062 607.01196 258.375 607.7932Q259.125 608.57446 259.125 609.7932Q259.125 610.6057 258.76562 611.30884Q258.42188 611.99634 257.8125 612.37134Q257.20312 612.7307 256.4375 612.7307Q255.10938 612.7307 254.28125 611.76196Q253.45312 610.7932 253.45312 608.57446Q253.45312 606.07446 254.375 604.94946Q255.17188 603.9651 256.53125 603.9651Q257.54688 603.9651 258.1875 604.5432Q258.84375 605.1057 258.96875 606.1057ZM254.67188 609.80884Q254.67188 610.3557 254.89062 610.8557Q255.125 611.3401 255.53125 611.6057Q255.95312 611.87134 256.42188 611.87134Q257.07812 611.87134 257.5625 611.3401Q258.04688 610.7932 258.04688 609.87134Q258.04688 608.9807 257.5625 608.4651Q257.09375 607.94946 256.375 607.94946Q255.65625 607.94946 255.15625 608.4651Q254.67188 608.9807 254.67188 609.80884Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 603.5901C276.0 603.0378 276.44772 602.5901 277.0 602.5901L287.0 602.5901C287.55228 602.5901 288.0 603.0378 288.0 603.5901L288.0 613.5901C288.0 614.14233 287.55228 614.5901 287.0 614.5901L277.0 614.5901C276.44772 614.5901 276.0 614.14233 276.0 613.5901Z" fill-rule="nonzero"/><path fill="#666666" d="M302.04688 611.57446L302.04688 612.5901L296.35938 612.5901Q296.35938 612.2151 296.48438 611.8557Q296.70312 611.2776 297.17188 610.7151Q297.65625 610.1526 298.5625 609.4182Q299.96875 608.26196 300.45312 607.5901Q300.95312 606.9182 300.95312 606.32446Q300.95312 605.69946 300.5 605.2776Q300.04688 604.8401 299.32812 604.8401Q298.5625 604.8401 298.10938 605.2932Q297.65625 605.74634 297.64062 606.55884L296.5625 606.44946Q296.67188 605.2307 297.39062 604.6057Q298.125 603.9651 299.35938 603.9651Q300.59375 603.9651 301.3125 604.6526Q302.03125 605.3401 302.03125 606.3557Q302.03125 606.87134 301.8125 607.37134Q301.60938 607.8557 301.10938 608.4182Q300.625 608.9651 299.5 609.9182Q298.54688 610.7151 298.26562 611.01196Q298.0 611.2932 297.82812 611.57446L302.04688 611.57446ZM303.5 608.3557Q303.5 606.82446 303.8125 605.9026Q304.125 604.9651 304.73438 604.4651Q305.35938 603.9651 306.29688 603.9651Q306.98438 603.9651 307.5 604.24634Q308.03125 604.5276 308.375 605.05884Q308.71875 605.57446 308.90625 606.32446Q309.09375 607.07446 309.09375 608.3557Q309.09375 609.87134 308.78125 610.7932Q308.48438 611.7151 307.85938 612.2307Q307.25 612.7307 306.29688 612.7307Q305.0625 612.7307 304.34375 611.8401Q303.5 610.7776 303.5 608.3557ZM304.57812 608.3557Q304.57812 610.4651 305.07812 611.1682Q305.57812 611.87134 306.29688 611.87134Q307.03125 611.87134 307.51562 611.1682Q308.01562 610.4651 308.01562 608.3557Q308.01562 606.2307 307.51562 605.5432Q307.03125 604.8401 306.28125 604.8401Q305.5625 604.8401 305.125 605.44946Q304.57812 606.2307 304.57812 608.3557ZM314.46875 612.5901L313.42188 612.5901L313.42188 605.87134Q313.03125 606.2307 312.40625 606.6057Q311.79688 606.9651 311.3125 607.13696L311.3125 606.12134Q312.1875 605.69946 312.84375 605.12134Q313.51562 604.5276 313.79688 603.9651L314.46875 603.9651L314.46875 612.5901ZM317.5625 605.12134L317.5625 604.1057L323.125 604.1057L323.125 604.93384Q322.3125 605.80884 321.5 607.26196Q320.70312 608.69946 320.26562 610.2307Q319.9375 611.30884 319.85938 612.5901L318.76562 612.5901Q318.78125 611.57446 319.15625 610.13696Q319.54688 608.69946 320.25 607.37134Q320.96875 606.0432 321.78125 605.12134L317.5625 605.12134Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 603.5901C340.0 603.0378 340.44772 602.5901 341.0 602.5901L351.0 602.5901C351.55228 602.5901 352.0 603.0378 352.0 603.5901L352.0 613.5901C352.0 614.14233 351.55228 614.5901 351.0 614.5901L341.0 614.5901C340.44772 614.5901 340.0 614.14233 340.0 613.5901Z" fill-rule="nonzero"/><path fill="#666666" d="M366.04688 611.57446L366.04688 612.5901L360.35938 612.5901Q360.35938 612.2151 360.48438 611.8557Q360.70312 611.2776 361.17188 610.7151Q361.65625 610.1526 362.5625 609.4182Q363.96875 608.26196 364.45312 607.5901Q364.95312 606.9182 364.95312 606.32446Q364.95312 605.69946 364.5 605.2776Q364.04688 604.8401 363.32812 604.8401Q362.5625 604.8401 362.10938 605.2932Q361.65625 605.74634 361.64062 606.55884L360.5625 606.44946Q360.67188 605.2307 361.39062 604.6057Q362.125 603.9651 363.35938 603.9651Q364.59375 603.9651 365.3125 604.6526Q366.03125 605.3401 366.03125 606.3557Q366.03125 606.87134 365.8125 607.37134Q365.60938 607.8557 365.10938 608.4182Q364.625 608.9651 363.5 609.9182Q362.54688 610.7151 362.26562 611.01196Q362.0 611.2932 361.82812 611.57446L366.04688 611.57446ZM367.5 608.3557Q367.5 606.82446 367.8125 605.9026Q368.125 604.9651 368.73438 604.4651Q369.35938 603.9651 370.29688 603.9651Q370.98438 603.9651 371.5 604.24634Q372.03125 604.5276 372.375 605.05884Q372.71875 605.57446 372.90625 606.32446Q373.09375 607.07446 373.09375 608.3557Q373.09375 609.87134 372.78125 610.7932Q372.48438 611.7151 371.85938 612.2307Q371.25 612.7307 370.29688 612.7307Q369.0625 612.7307 368.34375 611.8401Q367.5 610.7776 367.5 608.3557ZM368.57812 608.3557Q368.57812 610.4651 369.07812 611.1682Q369.57812 611.87134 370.29688 611.87134Q371.03125 611.87134 371.51562 611.1682Q372.01562 610.4651 372.01562 608.3557Q372.01562 606.2307 371.51562 605.5432Q371.03125 604.8401 370.28125 604.8401Q369.5625 604.8401 369.125 605.44946Q368.57812 606.2307 368.57812 608.3557ZM378.46875 612.5901L377.42188 612.5901L377.42188 605.87134Q377.03125 606.2307 376.40625 606.6057Q375.79688 606.9651 375.3125 607.13696L375.3125 606.12134Q376.1875 605.69946 376.84375 605.12134Q377.51562 604.5276 377.79688 603.9651L378.46875 603.9651L378.46875 612.5901ZM383.125 607.93384Q382.46875 607.68384 382.14062 607.24634Q381.82812 606.7932 381.82812 606.18384Q381.82812 605.24634 382.5 604.6057Q383.1875 603.9651 384.29688 603.9651Q385.42188 603.9651 386.10938 604.62134Q386.79688 605.2776 386.79688 606.2151Q386.79688 606.80884 386.48438 607.24634Q386.17188 607.68384 385.53125 607.93384Q386.32812 608.18384 386.73438 608.76196Q387.14062 609.3401 387.14062 610.13696Q387.14062 611.2307 386.35938 611.9807Q385.59375 612.7307 384.3125 612.7307Q383.04688 612.7307 382.26562 611.9807Q381.48438 611.2307 381.48438 610.1057Q381.48438 609.26196 381.90625 608.69946Q382.34375 608.13696 383.125 607.93384ZM382.90625 606.13696Q382.90625 606.74634 383.29688 607.13696Q383.70312 607.5276 384.32812 607.5276Q384.9375 607.5276 385.32812 607.1526Q385.71875 606.76196 385.71875 606.19946Q385.71875 605.62134 385.3125 605.2307Q384.90625 604.82446 384.3125 604.82446Q383.70312 604.82446 383.29688 605.2151Q382.90625 605.6057 382.90625 606.13696ZM382.57812 610.1057Q382.57812 610.55884 382.78125 610.9807Q383.0 611.4026 383.42188 611.63696Q383.84375 611.87134 384.32812 611.87134Q385.07812 611.87134 385.5625 611.38696Q386.0625 610.9026 386.0625 610.1526Q386.0625 609.38696 385.5625 608.88696Q385.0625 608.38696 384.29688 608.38696Q383.54688 608.38696 383.0625 608.88696Q382.57812 609.37134 382.57812 610.1057Z" fill-rule="nonzero"/><path fill="#666666" d="M31.046875 34.540173L31.046875 24.524548L33.03125 24.524548L35.40625 31.618298Q35.734375 32.602673 35.890625 33.102673Q36.0625 32.555798 36.421875 31.493298L38.8125 24.524548L40.609375 24.524548L40.609375 34.540173L39.328125 34.540173L39.328125 26.149548L36.40625 34.540173L35.21875 34.540173L32.3125 26.008923L32.3125 34.540173L31.046875 34.540173ZM42.875 37.337048L42.734375 36.180798Q43.140625 36.290173 43.4375 36.290173Q43.84375 36.290173 44.09375 36.149548Q44.34375 36.024548 44.5 35.774548Q44.609375 35.587048 44.875 34.852673Q44.90625 34.758923 44.984375 34.555798L42.21875 27.274548L43.546875 27.274548L45.0625 31.477673Q45.359375 32.290173 45.59375 33.165173Q45.796875 32.321423 46.09375 31.508923L47.640625 27.274548L48.875 27.274548L46.109375 34.665173Q45.671875 35.852673 45.421875 36.305798Q45.09375 36.915173 44.671875 37.196423Q44.25 37.493298 43.65625 37.493298Q43.3125 37.493298 42.875 37.337048ZM53.921875 37.321423L53.921875 27.274548L55.046875 27.274548L55.046875 28.227673Q55.4375 27.665173 55.9375 27.399548Q56.4375 27.118298 57.15625 27.118298Q58.078125 27.118298 58.78125 27.602673Q59.5 28.071423 59.859375 28.946423Q60.21875 29.821423 60.21875 30.852673Q60.21875 31.962048 59.8125 32.868298Q59.421875 33.758923 58.65625 34.243298Q57.90625 34.712048 57.0625 34.712048Q56.453125 34.712048 55.953125 34.446423Q55.46875 34.180798 55.15625 33.790173L55.15625 37.321423L53.921875 37.321423ZM55.03125 30.946423Q55.03125 32.352673 55.59375 33.024548Q56.171875 33.696423 56.984375 33.696423Q57.796875 33.696423 58.375 33.008923Q58.96875 32.305798 58.96875 30.852673Q58.96875 29.462048 58.390625 28.774548Q57.828125 28.087048 57.03125 28.087048Q56.25 28.087048 55.640625 28.821423Q55.03125 29.555798 55.03125 30.946423ZM61.90625 34.540173L61.90625 27.274548L63.015625 27.274548L63.015625 28.383923Q63.4375 27.602673 63.796875 27.368298Q64.15625 27.118298 64.59375 27.118298Q65.21875 27.118298 65.859375 27.508923L65.4375 28.649548Q64.984375 28.383923 64.53125 28.383923Q64.125 28.383923 63.796875 28.633923Q63.484375 28.868298 63.34375 29.305798Q63.140625 29.962048 63.140625 30.743298L63.140625 34.540173L61.90625 34.540173ZM71.890625 32.196423L73.171875 32.352673Q72.859375 33.477673 72.046875 34.102673Q71.234375 34.712048 69.96875 34.712048Q68.375 34.712048 67.4375 33.727673Q66.515625 32.743298 66.515625 30.977673Q66.515625 29.133923 67.453125 28.133923Q68.40625 27.118298 69.90625 27.118298Q71.359375 27.118298 72.28125 28.118298Q73.203125 29.102673 73.203125 30.899548Q73.203125 31.008923 73.203125 31.227673L67.78125 31.227673Q67.859375 32.415173 68.453125 33.055798Q69.0625 33.696423 69.984375 33.696423Q70.65625 33.696423 71.125 33.337048Q71.609375 32.977673 71.890625 32.196423ZM67.859375 30.212048L71.90625 30.212048Q71.828125 29.290173 71.4375 28.837048Q70.859375 28.133923 69.921875 28.133923Q69.0625 28.133923 68.484375 28.696423Q67.921875 29.258923 67.859375 30.212048ZM75.21875 34.540173L75.21875 28.243298L74.125 28.243298L74.125 27.274548L75.21875 27.274548L75.21875 26.508923Q75.21875 25.774548 75.34375 25.415173Q75.53125 24.946423 75.96875 24.649548Q76.421875 24.352673 77.234375 24.352673Q77.75 24.352673 78.375 24.477673L78.1875 25.540173Q77.8125 25.477673 77.46875 25.477673Q76.90625 25.477673 76.671875 25.712048Q76.4375 25.946423 76.4375 26.602673L76.4375 27.274548L77.859375 27.274548L77.859375 28.243298L76.4375 28.243298L76.4375 34.540173L75.21875 34.540173ZM83.890625 32.196423L85.171875 32.352673Q84.859375 33.477673 84.046875 34.102673Q83.234375 34.712048 81.96875 34.712048Q80.375 34.712048 79.4375 33.727673Q78.515625 32.743298 78.515625 30.977673Q78.515625 29.133923 79.453125 28.133923Q80.40625 27.118298 81.90625 27.118298Q83.359375 27.118298 84.28125 28.118298Q85.203125 29.102673 85.203125 30.899548Q85.203125 31.008923 85.203125 31.227673L79.78125 31.227673Q79.859375 32.415173 80.453125 33.055798Q81.0625 33.696423 81.984375 33.696423Q82.65625 33.696423 83.125 33.337048Q83.609375 32.977673 83.890625 32.196423ZM79.859375 30.212048L83.90625 30.212048Q83.828125 29.290173 83.4375 28.837048Q82.859375 28.133923 81.921875 28.133923Q81.0625 28.133923 80.484375 28.696423Q79.921875 29.258923 79.859375 30.212048ZM86.90625 34.540173L86.90625 27.274548L88.015625 27.274548L88.015625 28.383923Q88.4375 27.602673 88.796875 27.368298Q89.15625 27.118298 89.59375 27.118298Q90.21875 27.118298 90.859375 27.508923L90.4375 28.649548Q89.984375 28.383923 89.53125 28.383923Q89.125 28.383923 88.796875 28.633923Q88.484375 28.868298 88.34375 29.305798Q88.140625 29.962048 88.140625 30.743298L88.140625 34.540173L86.90625 34.540173ZM91.90625 34.540173L91.90625 27.274548L93.015625 27.274548L93.015625 28.383923Q93.4375 27.602673 93.796875 27.368298Q94.15625 27.118298 94.59375 27.118298Q95.21875 27.118298 95.859375 27.508923L95.4375 28.649548Q94.984375 28.383923 94.53125 28.383923Q94.125 28.383923 93.796875 28.633923Q93.484375 28.868298 93.34375 29.305798Q93.140625 29.962048 93.140625 30.743298L93.140625 34.540173L91.90625 34.540173ZM101.890625 32.196423L103.171875 32.352673Q102.859375 33.477673 102.046875 34.102673Q101.234375 34.712048 99.96875 34.712048Q98.375 34.712048 97.4375 33.727673Q96.515625 32.743298 96.515625 30.977673Q96.515625 29.133923 97.453125 28.133923Q98.40625 27.118298 99.90625 27.118298Q101.359375 27.118298 102.28125 28.118298Q103.203125 29.102673 103.203125 30.899548Q103.203125 31.008923 103.203125 31.227673L97.78125 31.227673Q97.859375 32.415173 98.453125 33.055798Q99.0625 33.696423 99.984375 33.696423Q100.65625 33.696423 101.125 33.337048Q101.609375 32.977673 101.890625 32.196423ZM97.859375 30.212048L101.90625 30.212048Q101.828125 29.290173 101.4375 28.837048Q100.859375 28.133923 99.921875 28.133923Q99.0625 28.133923 98.484375 28.696423Q97.921875 29.258923 97.859375 30.212048ZM109.640625 34.540173L109.640625 33.618298Q108.9375 34.712048 107.609375 34.712048Q106.734375 34.712048 106.0 34.227673Q105.28125 33.743298 104.875 32.883923Q104.484375 32.024548 104.484375 30.915173Q104.484375 29.837048 104.84375 28.946423Q105.203125 28.055798 105.921875 27.587048Q106.65625 27.118298 107.546875 27.118298Q108.203125 27.118298 108.71875 27.399548Q109.234375 27.665173 109.546875 28.118298L109.546875 24.524548L110.78125 24.524548L110.78125 34.540173L109.640625 34.540173ZM105.75 30.915173Q105.75 32.305798 106.328125 33.008923Q106.921875 33.696423 107.71875 33.696423Q108.53125 33.696423 109.09375 33.040173Q109.65625 32.368298 109.65625 31.024548Q109.65625 29.524548 109.078125 28.837048Q108.5 28.133923 107.671875 28.133923Q106.84375 28.133923 106.296875 28.805798Q105.75 29.477673 105.75 30.915173ZM121.765625 30.602673L121.765625 29.430798L126.015625 29.430798L126.015625 33.149548Q125.03125 33.930798 123.984375 34.321423Q122.953125 34.712048 121.859375 34.712048Q120.390625 34.712048 119.171875 34.087048Q117.96875 33.446423 117.359375 32.258923Q116.75 31.055798 116.75 29.571423Q116.75 28.118298 117.359375 26.852673Q117.96875 25.571423 119.109375 24.962048Q120.265625 24.352673 121.765625 24.352673Q122.84375 24.352673 123.71875 24.712048Q124.609375 25.055798 125.109375 25.680798Q125.609375 26.305798 125.859375 27.321423L124.671875 27.649548Q124.4375 26.883923 124.09375 26.446423Q123.765625 26.008923 123.140625 25.743298Q122.53125 25.477673 121.765625 25.477673Q120.859375 25.477673 120.1875 25.758923Q119.53125 26.040173 119.125 26.493298Q118.71875 26.930798 118.5 27.477673Q118.109375 28.415173 118.109375 29.493298Q118.109375 30.837048 118.5625 31.743298Q119.03125 32.633923 119.90625 33.071423Q120.796875 33.508923 121.796875 33.508923Q122.65625 33.508923 123.46875 33.180798Q124.296875 32.852673 124.71875 32.477673L124.71875 30.602673L121.765625 30.602673ZM127.46875 30.915173Q127.46875 28.899548 128.59375 27.915173Q129.51562 27.118298 130.875 27.118298Q132.35938 27.118298 133.3125 28.102673Q134.26562 29.071423 134.26562 30.805798Q134.26562 32.212048 133.84375 33.024548Q133.42188 33.821423 132.60938 34.274548Q131.8125 34.712048 130.875 34.712048Q129.34375 34.712048 128.40625 33.727673Q127.46875 32.743298 127.46875 30.915173ZM128.73438 30.915173Q128.73438 32.305798 129.34375 33.008923Q129.95312 33.696423 130.875 33.696423Q131.78125 33.696423 132.39062 32.993298Q133.0 32.290173 133.0 30.868298Q133.0 29.524548 132.39062 28.837048Q131.78125 28.133923 130.875 28.133923Q129.95312 28.133923 129.34375 28.821423Q128.73438 29.508923 128.73438 30.915173ZM144.89062 32.196423L146.17188 32.352673Q145.85938 33.477673 145.04688 34.102673Q144.23438 34.712048 142.96875 34.712048Q141.375 34.712048 140.4375 33.727673Q139.51562 32.743298 139.51562 30.977673Q139.51562 29.133923 140.45312 28.133923Q141.40625 27.118298 142.90625 27.118298Q144.35938 27.118298 145.28125 28.118298Q146.20312 29.102673 146.20312 30.899548Q146.20312 31.008923 146.20312 31.227673L140.78125 31.227673Q140.85938 32.415173 141.45312 33.055798Q142.0625 33.696423 142.98438 33.696423Q143.65625 33.696423 144.125 33.337048Q144.60938 32.977673 144.89062 32.196423ZM140.85938 30.212048L144.90625 30.212048Q144.82812 29.290173 144.4375 28.837048Q143.85938 28.133923 142.92188 28.133923Q142.0625 28.133923 141.48438 28.696423Q140.92188 29.258923 140.85938 30.212048ZM152.64062 34.540173L152.64062 33.618298Q151.9375 34.712048 150.60938 34.712048Q149.73438 34.712048 149.0 34.227673Q148.28125 33.743298 147.875 32.883923Q147.48438 32.024548 147.48438 30.915173Q147.48438 29.837048 147.84375 28.946423Q148.20312 28.055798 148.92188 27.587048Q149.65625 27.118298 150.54688 27.118298Q151.20312 27.118298 151.71875 27.399548Q152.23438 27.665173 152.54688 28.118298L152.54688 24.524548L153.78125 24.524548L153.78125 34.540173L152.64062 34.540173ZM148.75 30.915173Q148.75 32.305798 149.32812 33.008923Q149.92188 33.696423 150.71875 33.696423Q151.53125 33.696423 152.09375 33.040173Q152.65625 32.368298 152.65625 31.024548Q152.65625 29.524548 152.07812 28.837048Q151.5 28.133923 150.67188 28.133923Q149.84375 28.133923 149.29688 28.805798Q148.75 29.477673 148.75 30.915173ZM155.9375 25.930798L155.9375 24.524548L157.15625 24.524548L157.15625 25.930798L155.9375 25.930798ZM155.9375 34.540173L155.9375 27.274548L157.15625 27.274548L157.15625 34.540173L155.9375 34.540173ZM161.60938 33.446423L161.78125 34.524548Q161.26562 34.633923 160.85938 34.633923Q160.1875 34.633923 159.8125 34.430798Q159.45312 34.212048 159.29688 33.868298Q159.15625 33.524548 159.15625 32.415173L159.15625 28.243298L158.25 28.243298L158.25 27.274548L159.15625 27.274548L159.15625 25.477673L160.375 24.743298L160.375 27.274548L161.60938 27.274548L161.60938 28.243298L160.375 28.243298L160.375 32.477673Q160.375 33.008923 160.4375 33.165173Q160.5 33.305798 160.64062 33.399548Q160.79688 33.493298 161.0625 33.493298Q161.28125 33.493298 161.60938 33.446423ZM162.46875 30.915173Q162.46875 28.899548 163.59375 27.915173Q164.51562 27.118298 165.875 27.118298Q167.35938 27.118298 168.3125 28.102673Q169.26562 29.071423 169.26562 30.805798Q169.26562 32.212048 168.84375 33.024548Q168.42188 33.821423 167.60938 34.274548Q166.8125 34.712048 165.875 34.712048Q164.34375 34.712048 163.40625 33.727673Q162.46875 32.743298 162.46875 30.915173ZM163.73438 30.915173Q163.73438 32.305798 164.34375 33.008923Q164.95312 33.696423 165.875 33.696423Q166.78125 33.696423 167.39062 32.993298Q168.0 32.290173 168.0 30.868298Q168.0 29.524548 167.39062 28.837048Q166.78125 28.133923 165.875 28.133923Q164.95312 28.133923 164.34375 28.821423Q163.73438 29.508923 163.73438 30.915173ZM170.90625 34.540173L170.90625 27.274548L172.01562 27.274548L172.01562 28.383923Q172.4375 27.602673 172.79688 27.368298Q173.15625 27.118298 173.59375 27.118298Q174.21875 27.118298 174.85938 27.508923L174.4375 28.649548Q173.98438 28.383923 173.53125 28.383923Q173.125 28.383923 172.79688 28.633923Q172.48438 28.868298 172.34375 29.305798Q172.14062 29.962048 172.14062 30.743298L172.14062 34.540173L170.90625 34.540173ZM176.26562 28.680798L176.26562 27.274548L177.67188 27.274548L177.67188 28.680798L176.26562 28.680798ZM176.26562 34.540173L176.26562 33.133923L177.67188 33.133923L177.67188 34.540173L176.26562 34.540173Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig18.svg b/_content/survey2018/fig18.svg
deleted file mode 100644
index 00ee9b7..0000000
--- a/_content/survey2018/fig18.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 449.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="449" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 449.0L0 449.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 449.0L0 449.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 63.5L222.5 392.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 63.5L311.5 392.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 63.5L400.5 392.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 63.5L488.5 392.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 63.5L577.5 392.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 63.35889L577.525 63.35889L577.525 392.1893L222.5 392.1893L222.5 63.35889Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 96.0L222.0 75.0L259.0 75.0C260.10458 75.0 261.0 75.89543 261.0 77.0L261.0 94.0C261.0 95.10457 260.10458 96.0 259.0 96.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 96.0L222.0 75.0L259.0 75.0C260.10458 75.0 261.0 75.89543 261.0 77.0L261.0 94.0C261.0 95.10457 260.10458 96.0 259.0 96.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 128.0L222.0 107.0L248.0 107.0C249.10457 107.0 250.0 107.89543 250.0 109.0L250.0 126.0C250.0 127.10457 249.10457 128.0 248.0 128.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 128.0L222.0 107.0L248.0 107.0C249.10457 107.0 250.0 107.89543 250.0 109.0L250.0 126.0C250.0 127.10457 249.10457 128.0 248.0 128.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 159.0L222.0 138.0L235.0 138.0C236.10457 138.0 237.0 138.89543 237.0 140.0L237.0 157.0C237.0 158.10457 236.10457 159.0 235.0 159.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 159.0L222.0 138.0L235.0 138.0C236.10457 138.0 237.0 138.89543 237.0 140.0L237.0 157.0C237.0 158.10457 236.10457 159.0 235.0 159.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 191.0L222.0 170.0L233.0 170.0C234.10457 170.0 235.0 170.89543 235.0 172.0L235.0 189.0C235.0 190.10457 234.10457 191.0 233.0 191.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 191.0L222.0 170.0L233.0 170.0C234.10457 170.0 235.0 170.89543 235.0 172.0L235.0 189.0C235.0 190.10457 234.10457 191.0 233.0 191.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 223.0L222.0 202.0L232.0 202.0C233.10457 202.0 234.0 202.89543 234.0 204.0L234.0 221.0C234.0 222.10457 233.10457 223.0 232.0 223.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 223.0L222.0 202.0L232.0 202.0C233.10457 202.0 234.0 202.89543 234.0 204.0L234.0 221.0C234.0 222.10457 233.10457 223.0 232.0 223.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 255.0L222.0 234.0L229.0 234.0C230.10457 234.0 231.0 234.89543 231.0 236.0L231.0 253.0C231.0 254.10457 230.10457 255.0 229.0 255.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 255.0L222.0 234.0L229.0 234.0C230.10457 234.0 231.0 234.89543 231.0 236.0L231.0 253.0C231.0 254.10457 230.10457 255.0 229.0 255.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 286.0L222.0 265.0L228.0 265.0C229.10457 265.0 230.0 265.89542 230.0 267.0L230.0 284.0C230.0 285.10458 229.10457 286.0 228.0 286.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 286.0L222.0 265.0L228.0 265.0C229.10457 265.0 230.0 265.89542 230.0 267.0L230.0 284.0C230.0 285.10458 229.10457 286.0 228.0 286.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 318.0L222.0 297.0L227.0 297.0C228.10457 297.0 229.0 297.89542 229.0 299.0L229.0 316.0C229.0 317.10458 228.10457 318.0 227.0 318.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 318.0L222.0 297.0L227.0 297.0C228.10457 297.0 229.0 297.89542 229.0 299.0L229.0 316.0C229.0 317.10458 228.10457 318.0 227.0 318.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 350.0L222.0 329.0L226.0 329.0C227.10457 329.0 228.0 329.89542 228.0 331.0L228.0 348.0C228.0 349.10458 227.10457 350.0 226.0 350.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 350.0L222.0 329.0L226.0 329.0C227.10457 329.0 228.0 329.89542 228.0 331.0L228.0 348.0C228.0 349.10458 227.10457 350.0 226.0 350.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 382.0L222.0 361.0L226.0 361.0C227.10457 361.0 228.0 361.89542 228.0 363.0L228.0 380.0C228.0 381.10458 227.10457 382.0 226.0 382.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 382.0L222.0 361.0L226.0 361.0C227.10457 361.0 228.0 361.89542 228.0 363.0L228.0 380.0C228.0 381.10458 227.10457 382.0 226.0 382.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M273.17523 87.015625L274.19086 86.921875Q274.31586 87.640625 274.67523 87.96875Q275.05023 88.28125 275.61273 88.28125Q276.0971 88.28125 276.45648 88.0625Q276.83148 87.828125 277.06586 87.46875Q277.30023 87.09375 277.45648 86.46875Q277.61273 85.828125 277.61273 85.171875Q277.61273 85.09375 277.61273 84.953125Q277.30023 85.453125 276.75336 85.78125Q276.20648 86.09375 275.56586 86.09375Q274.48773 86.09375 273.75336 85.328125Q273.01898 84.546875 273.01898 83.28125Q273.01898 81.96875 273.7846 81.171875Q274.56586 80.375 275.7221 80.375Q276.55023 80.375 277.23773 80.828125Q277.94086 81.28125 278.30023 82.125Q278.6596 82.953125 278.6596 84.53125Q278.6596 86.171875 278.30023 87.15625Q277.95648 88.125 277.23773 88.640625Q276.5346 89.140625 275.5971 89.140625Q274.58148 89.140625 273.94086 88.59375Q273.30023 88.03125 273.17523 87.015625ZM277.48773 83.21875Q277.48773 82.3125 277.00336 81.78125Q276.5346 81.25 275.8471 81.25Q275.14398 81.25 274.61273 81.828125Q274.0971 82.390625 274.0971 83.3125Q274.0971 84.125 274.5971 84.640625Q275.0971 85.15625 275.81586 85.15625Q276.55023 85.15625 277.01898 84.640625Q277.48773 84.125 277.48773 83.21875ZM280.2221 82.46875Q280.2221 81.546875 280.67523 80.90625Q281.14398 80.265625 282.01898 80.265625Q282.83148 80.265625 283.36273 80.84375Q283.89398 81.421875 283.89398 82.53125Q283.89398 83.625 283.3471 84.21875Q282.81586 84.796875 282.0346 84.796875Q281.25336 84.796875 280.73773 84.21875Q280.2221 83.640625 280.2221 82.46875ZM282.05023 80.984375Q281.6596 80.984375 281.39398 81.328125Q281.14398 81.671875 281.14398 82.578125Q281.14398 83.40625 281.39398 83.75Q281.6596 84.078125 282.05023 84.078125Q282.45648 84.078125 282.70648 83.734375Q282.9721 83.390625 282.9721 82.5Q282.9721 81.65625 282.70648 81.328125Q282.44086 80.984375 282.05023 80.984375ZM282.05023 89.3125L286.75336 80.265625L287.61273 80.265625L282.92523 89.3125L282.05023 89.3125ZM285.76898 86.984375Q285.76898 86.0625 286.2221 85.421875Q286.69086 84.78125 287.58148 84.78125Q288.39398 84.78125 288.92523 85.359375Q289.45648 85.921875 289.45648 87.046875Q289.45648 88.140625 288.9096 88.734375Q288.37836 89.3125 287.58148 89.3125Q286.81586 89.3125 286.2846 88.734375Q285.76898 88.15625 285.76898 86.984375ZM287.61273 85.5Q287.20648 85.5 286.94086 85.84375Q286.69086 86.1875 286.69086 87.09375Q286.69086 87.90625 286.95648 88.25Q287.2221 88.59375 287.61273 88.59375Q288.00336 88.59375 288.26898 88.25Q288.5346 87.90625 288.5346 87.0Q288.5346 86.171875 288.26898 85.84375Q288.00336 85.5 287.61273 85.5Z" fill-rule="nonzero"/><path fill="#666666" d="M273.17523 87.015625L274.19086 86.921875Q274.31586 87.640625 274.67523 87.96875Q275.05023 88.28125 275.61273 88.28125Q276.0971 88.28125 276.45648 88.0625Q276.83148 87.828125 277.06586 87.46875Q277.30023 87.09375 277.45648 86.46875Q277.61273 85.828125 277.61273 85.171875Q277.61273 85.09375 277.61273 84.953125Q277.30023 85.453125 276.75336 85.78125Q276.20648 86.09375 275.56586 86.09375Q274.48773 86.09375 273.75336 85.328125Q273.01898 84.546875 273.01898 83.28125Q273.01898 81.96875 273.7846 81.171875Q274.56586 80.375 275.7221 80.375Q276.55023 80.375 277.23773 80.828125Q277.94086 81.28125 278.30023 82.125Q278.6596 82.953125 278.6596 84.53125Q278.6596 86.171875 278.30023 87.15625Q277.95648 88.125 277.23773 88.640625Q276.5346 89.140625 275.5971 89.140625Q274.58148 89.140625 273.94086 88.59375Q273.30023 88.03125 273.17523 87.015625ZM277.48773 83.21875Q277.48773 82.3125 277.00336 81.78125Q276.5346 81.25 275.8471 81.25Q275.14398 81.25 274.61273 81.828125Q274.0971 82.390625 274.0971 83.3125Q274.0971 84.125 274.5971 84.640625Q275.0971 85.15625 275.81586 85.15625Q276.55023 85.15625 277.01898 84.640625Q277.48773 84.125 277.48773 83.21875ZM280.2221 82.46875Q280.2221 81.546875 280.67523 80.90625Q281.14398 80.265625 282.01898 80.265625Q282.83148 80.265625 283.36273 80.84375Q283.89398 81.421875 283.89398 82.53125Q283.89398 83.625 283.3471 84.21875Q282.81586 84.796875 282.0346 84.796875Q281.25336 84.796875 280.73773 84.21875Q280.2221 83.640625 280.2221 82.46875ZM282.05023 80.984375Q281.6596 80.984375 281.39398 81.328125Q281.14398 81.671875 281.14398 82.578125Q281.14398 83.40625 281.39398 83.75Q281.6596 84.078125 282.05023 84.078125Q282.45648 84.078125 282.70648 83.734375Q282.9721 83.390625 282.9721 82.5Q282.9721 81.65625 282.70648 81.328125Q282.44086 80.984375 282.05023 80.984375ZM282.05023 89.3125L286.75336 80.265625L287.61273 80.265625L282.92523 89.3125L282.05023 89.3125ZM285.76898 86.984375Q285.76898 86.0625 286.2221 85.421875Q286.69086 84.78125 287.58148 84.78125Q288.39398 84.78125 288.92523 85.359375Q289.45648 85.921875 289.45648 87.046875Q289.45648 88.140625 288.9096 88.734375Q288.37836 89.3125 287.58148 89.3125Q286.81586 89.3125 286.2846 88.734375Q285.76898 88.15625 285.76898 86.984375ZM287.61273 85.5Q287.20648 85.5 286.94086 85.84375Q286.69086 86.1875 286.69086 87.09375Q286.69086 87.90625 286.95648 88.25Q287.2221 88.59375 287.61273 88.59375Q288.00336 88.59375 288.26898 88.25Q288.5346 87.90625 288.5346 87.0Q288.5346 86.171875 288.26898 85.84375Q288.00336 85.5 287.61273 85.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M267.54974 114.515625L266.50287 114.59375Q266.36224 113.96875 266.11224 113.6875Q265.67474 113.234375 265.04974 113.234375Q264.54974 113.234375 264.15912 113.515625Q263.67474 113.890625 263.37787 114.59375Q263.09662 115.28125 263.081 116.5625Q263.456 115.984375 264.00287 115.703125Q264.56537 115.421875 265.17474 115.421875Q266.22162 115.421875 266.956 116.203125Q267.706 116.984375 267.706 118.203125Q267.706 119.015625 267.34662 119.71875Q267.00287 120.40625 266.3935 120.78125Q265.78412 121.140625 265.0185 121.140625Q263.69037 121.140625 262.86224 120.171875Q262.03412 119.203125 262.03412 116.984375Q262.03412 114.484375 262.956 113.359375Q263.75287 112.375 265.11224 112.375Q266.12787 112.375 266.7685 112.953125Q267.42474 113.515625 267.54974 114.515625ZM263.25287 118.21875Q263.25287 118.765625 263.47162 119.265625Q263.706 119.75 264.11224 120.015625Q264.53412 120.28125 265.00287 120.28125Q265.65912 120.28125 266.1435 119.75Q266.62787 119.203125 266.62787 118.28125Q266.62787 117.390625 266.1435 116.875Q265.67474 116.359375 264.956 116.359375Q264.23724 116.359375 263.73724 116.875Q263.25287 117.390625 263.25287 118.21875ZM269.28412 114.46875Q269.28412 113.546875 269.73724 112.90625Q270.206 112.265625 271.081 112.265625Q271.8935 112.265625 272.42474 112.84375Q272.956 113.421875 272.956 114.53125Q272.956 115.625 272.40912 116.21875Q271.87787 116.796875 271.09662 116.796875Q270.31537 116.796875 269.79974 116.21875Q269.28412 115.640625 269.28412 114.46875ZM271.11224 112.984375Q270.72162 112.984375 270.456 113.328125Q270.206 113.671875 270.206 114.578125Q270.206 115.40625 270.456 115.75Q270.72162 116.078125 271.11224 116.078125Q271.5185 116.078125 271.7685 115.734375Q272.03412 115.390625 272.03412 114.5Q272.03412 113.65625 271.7685 113.328125Q271.50287 112.984375 271.11224 112.984375ZM271.11224 121.3125L275.81537 112.265625L276.67474 112.265625L271.98724 121.3125L271.11224 121.3125ZM274.831 118.984375Q274.831 118.0625 275.28412 117.421875Q275.75287 116.78125 276.6435 116.78125Q277.456 116.78125 277.98724 117.359375Q278.5185 117.921875 278.5185 119.046875Q278.5185 120.140625 277.97162 120.734375Q277.44037 121.3125 276.6435 121.3125Q275.87787 121.3125 275.34662 120.734375Q274.831 120.15625 274.831 118.984375ZM276.67474 117.5Q276.2685 117.5 276.00287 117.84375Q275.75287 118.1875 275.75287 119.09375Q275.75287 119.90625 276.0185 120.25Q276.28412 120.59375 276.67474 120.59375Q277.06537 120.59375 277.331 120.25Q277.59662 119.90625 277.59662 119.0Q277.59662 118.171875 277.331 117.84375Q277.06537 117.5 276.67474 117.5Z" fill-rule="nonzero"/><path fill="#666666" d="M267.54974 114.515625L266.50287 114.59375Q266.36224 113.96875 266.11224 113.6875Q265.67474 113.234375 265.04974 113.234375Q264.54974 113.234375 264.15912 113.515625Q263.67474 113.890625 263.37787 114.59375Q263.09662 115.28125 263.081 116.5625Q263.456 115.984375 264.00287 115.703125Q264.56537 115.421875 265.17474 115.421875Q266.22162 115.421875 266.956 116.203125Q267.706 116.984375 267.706 118.203125Q267.706 119.015625 267.34662 119.71875Q267.00287 120.40625 266.3935 120.78125Q265.78412 121.140625 265.0185 121.140625Q263.69037 121.140625 262.86224 120.171875Q262.03412 119.203125 262.03412 116.984375Q262.03412 114.484375 262.956 113.359375Q263.75287 112.375 265.11224 112.375Q266.12787 112.375 266.7685 112.953125Q267.42474 113.515625 267.54974 114.515625ZM263.25287 118.21875Q263.25287 118.765625 263.47162 119.265625Q263.706 119.75 264.11224 120.015625Q264.53412 120.28125 265.00287 120.28125Q265.65912 120.28125 266.1435 119.75Q266.62787 119.203125 266.62787 118.28125Q266.62787 117.390625 266.1435 116.875Q265.67474 116.359375 264.956 116.359375Q264.23724 116.359375 263.73724 116.875Q263.25287 117.390625 263.25287 118.21875ZM269.28412 114.46875Q269.28412 113.546875 269.73724 112.90625Q270.206 112.265625 271.081 112.265625Q271.8935 112.265625 272.42474 112.84375Q272.956 113.421875 272.956 114.53125Q272.956 115.625 272.40912 116.21875Q271.87787 116.796875 271.09662 116.796875Q270.31537 116.796875 269.79974 116.21875Q269.28412 115.640625 269.28412 114.46875ZM271.11224 112.984375Q270.72162 112.984375 270.456 113.328125Q270.206 113.671875 270.206 114.578125Q270.206 115.40625 270.456 115.75Q270.72162 116.078125 271.11224 116.078125Q271.5185 116.078125 271.7685 115.734375Q272.03412 115.390625 272.03412 114.5Q272.03412 113.65625 271.7685 113.328125Q271.50287 112.984375 271.11224 112.984375ZM271.11224 121.3125L275.81537 112.265625L276.67474 112.265625L271.98724 121.3125L271.11224 121.3125ZM274.831 118.984375Q274.831 118.0625 275.28412 117.421875Q275.75287 116.78125 276.6435 116.78125Q277.456 116.78125 277.98724 117.359375Q278.5185 117.921875 278.5185 119.046875Q278.5185 120.140625 277.97162 120.734375Q277.44037 121.3125 276.6435 121.3125Q275.87787 121.3125 275.34662 120.734375Q274.831 120.15625 274.831 118.984375ZM276.67474 117.5Q276.2685 117.5 276.00287 117.84375Q275.75287 118.1875 275.75287 119.09375Q275.75287 119.90625 276.0185 120.25Q276.28412 120.59375 276.67474 120.59375Q277.06537 120.59375 277.331 120.25Q277.59662 119.90625 277.59662 119.0Q277.59662 118.171875 277.331 117.84375Q277.06537 117.5 276.67474 117.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.6343 149.73438L250.6968 149.59375Q250.86867 150.48438 251.30617 150.89062Q251.74367 151.28125 252.36867 151.28125Q253.11867 151.28125 253.6343 150.76562Q254.14992 150.25 254.14992 149.48438Q254.14992 148.76562 253.66554 148.29688Q253.1968 147.8125 252.46242 147.8125Q252.16554 147.8125 251.71242 147.9375L251.83742 147.0Q251.9468 147.01562 252.0093 147.01562Q252.68117 147.01562 253.21242 146.67188Q253.7593 146.3125 253.7593 145.57812Q253.7593 145.0 253.36867 144.625Q252.97804 144.23438 252.35304 144.23438Q251.74367 144.23438 251.3218 144.625Q250.91554 145.01562 250.80617 145.78125L249.74367 145.59375Q249.93117 144.54688 250.61867 143.96875Q251.30617 143.375 252.3218 143.375Q253.02492 143.375 253.61867 143.6875Q254.21242 143.98438 254.52492 144.5Q254.83742 145.01562 254.83742 145.60938Q254.83742 146.15625 254.54054 146.625Q254.24367 147.07812 253.66554 147.34375Q254.41554 147.51562 254.83742 148.07812Q255.2593 148.625 255.2593 149.46875Q255.2593 150.59375 254.43117 151.375Q253.61867 152.15625 252.36867 152.15625Q251.24367 152.15625 250.49367 151.48438Q249.74367 150.79688 249.6343 149.73438ZM256.83743 145.46875Q256.83743 144.54688 257.29056 143.90625Q257.7593 143.26562 258.6343 143.26562Q259.4468 143.26562 259.97806 143.84375Q260.5093 144.42188 260.5093 145.53125Q260.5093 146.625 259.96243 147.21875Q259.43118 147.79688 258.64993 147.79688Q257.86868 147.79688 257.35306 147.21875Q256.83743 146.64062 256.83743 145.46875ZM258.66556 143.98438Q258.27493 143.98438 258.0093 144.32812Q257.7593 144.67188 257.7593 145.57812Q257.7593 146.40625 258.0093 146.75Q258.27493 147.07812 258.66556 147.07812Q259.0718 147.07812 259.3218 146.73438Q259.58743 146.39062 259.58743 145.5Q259.58743 144.65625 259.3218 144.32812Q259.05618 143.98438 258.66556 143.98438ZM258.66556 152.3125L263.36868 143.26562L264.22806 143.26562L259.54056 152.3125L258.66556 152.3125ZM262.3843 149.98438Q262.3843 149.0625 262.83743 148.42188Q263.30618 147.78125 264.1968 147.78125Q265.0093 147.78125 265.54056 148.35938Q266.0718 148.92188 266.0718 150.04688Q266.0718 151.14062 265.52493 151.73438Q264.99368 152.3125 264.1968 152.3125Q263.43118 152.3125 262.89993 151.73438Q262.3843 151.15625 262.3843 149.98438ZM264.22806 148.5Q263.8218 148.5 263.55618 148.84375Q263.30618 149.1875 263.30618 150.09375Q263.30618 150.90625 263.5718 151.25Q263.83743 151.59375 264.22806 151.59375Q264.61868 151.59375 264.8843 151.25Q265.14993 150.90625 265.14993 150.0Q265.14993 149.17188 264.8843 148.84375Q264.61868 148.5 264.22806 148.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.6343 149.73438L250.6968 149.59375Q250.86867 150.48438 251.30617 150.89062Q251.74367 151.28125 252.36867 151.28125Q253.11867 151.28125 253.6343 150.76562Q254.14992 150.25 254.14992 149.48438Q254.14992 148.76562 253.66554 148.29688Q253.1968 147.8125 252.46242 147.8125Q252.16554 147.8125 251.71242 147.9375L251.83742 147.0Q251.9468 147.01562 252.0093 147.01562Q252.68117 147.01562 253.21242 146.67188Q253.7593 146.3125 253.7593 145.57812Q253.7593 145.0 253.36867 144.625Q252.97804 144.23438 252.35304 144.23438Q251.74367 144.23438 251.3218 144.625Q250.91554 145.01562 250.80617 145.78125L249.74367 145.59375Q249.93117 144.54688 250.61867 143.96875Q251.30617 143.375 252.3218 143.375Q253.02492 143.375 253.61867 143.6875Q254.21242 143.98438 254.52492 144.5Q254.83742 145.01562 254.83742 145.60938Q254.83742 146.15625 254.54054 146.625Q254.24367 147.07812 253.66554 147.34375Q254.41554 147.51562 254.83742 148.07812Q255.2593 148.625 255.2593 149.46875Q255.2593 150.59375 254.43117 151.375Q253.61867 152.15625 252.36867 152.15625Q251.24367 152.15625 250.49367 151.48438Q249.74367 150.79688 249.6343 149.73438ZM256.8374 145.46875Q256.8374 144.54688 257.29053 143.90625Q257.75928 143.26562 258.63428 143.26562Q259.44678 143.26562 259.97803 143.84375Q260.50928 144.42188 260.50928 145.53125Q260.50928 146.625 259.9624 147.21875Q259.43115 147.79688 258.6499 147.79688Q257.86865 147.79688 257.35303 147.21875Q256.8374 146.64062 256.8374 145.46875ZM258.66553 143.98438Q258.2749 143.98438 258.00928 144.32812Q257.75928 144.67188 257.75928 145.57812Q257.75928 146.40625 258.00928 146.75Q258.2749 147.07812 258.66553 147.07812Q259.07178 147.07812 259.32178 146.73438Q259.5874 146.39062 259.5874 145.5Q259.5874 144.65625 259.32178 144.32812Q259.05615 143.98438 258.66553 143.98438ZM258.66553 152.3125L263.36865 143.26562L264.22803 143.26562L259.54053 152.3125L258.66553 152.3125ZM262.38428 149.98438Q262.38428 149.0625 262.8374 148.42188Q263.30615 147.78125 264.19678 147.78125Q265.00928 147.78125 265.54053 148.35938Q266.07178 148.92188 266.07178 150.04688Q266.07178 151.14062 265.5249 151.73438Q264.99365 152.3125 264.19678 152.3125Q263.43115 152.3125 262.8999 151.73438Q262.38428 151.15625 262.38428 149.98438ZM264.22803 148.5Q263.82178 148.5 263.55615 148.84375Q263.30615 149.1875 263.30615 150.09375Q263.30615 150.90625 263.57178 151.25Q263.8374 151.59375 264.22803 151.59375Q264.61865 151.59375 264.88428 151.25Q265.1499 150.90625 265.1499 150.0Q265.1499 149.17188 264.88428 148.84375Q264.61865 148.5 264.22803 148.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M247.59756 181.73438L248.66006 181.59375Q248.83194 182.48438 249.26944 182.89062Q249.70694 183.28125 250.33194 183.28125Q251.08194 183.28125 251.59756 182.76562Q252.11319 182.25 252.11319 181.48438Q252.11319 180.76562 251.62881 180.29688Q251.16006 179.8125 250.42569 179.8125Q250.12881 179.8125 249.67569 179.9375L249.80069 179.0Q249.91006 179.01562 249.97256 179.01562Q250.64444 179.01562 251.17569 178.67188Q251.72256 178.3125 251.72256 177.57812Q251.72256 177.0 251.33194 176.625Q250.94131 176.23438 250.31631 176.23438Q249.70694 176.23438 249.28506 176.625Q248.87881 177.01562 248.76944 177.78125L247.70694 177.59375Q247.89444 176.54688 248.58194 175.96875Q249.26944 175.375 250.28506 175.375Q250.98819 175.375 251.58194 175.6875Q252.17569 175.98438 252.48819 176.5Q252.80069 177.01562 252.80069 177.60938Q252.80069 178.15625 252.50381 178.625Q252.20694 179.07812 251.62881 179.34375Q252.37881 179.51562 252.80069 180.07812Q253.22256 180.625 253.22256 181.46875Q253.22256 182.59375 252.39444 183.375Q251.58194 184.15625 250.33194 184.15625Q249.20694 184.15625 248.45694 183.48438Q247.70694 182.79688 247.59756 181.73438ZM254.80069 177.46875Q254.80069 176.54688 255.25381 175.90625Q255.72256 175.26562 256.59756 175.26562Q257.41006 175.26562 257.9413 175.84375Q258.47256 176.42188 258.47256 177.53125Q258.47256 178.625 257.9257 179.21875Q257.39444 179.79688 256.6132 179.79688Q255.83194 179.79688 255.31631 179.21875Q254.80069 178.64062 254.80069 177.46875ZM256.6288 175.98438Q256.2382 175.98438 255.97256 176.32812Q255.72256 176.67188 255.72256 177.57812Q255.72256 178.40625 255.97256 178.75Q256.2382 179.07812 256.6288 179.07812Q257.03506 179.07812 257.28506 178.73438Q257.5507 178.39062 257.5507 177.5Q257.5507 176.65625 257.28506 176.32812Q257.01944 175.98438 256.6288 175.98438ZM256.6288 184.3125L261.33194 175.26562L262.1913 175.26562L257.5038 184.3125L256.6288 184.3125ZM260.34756 181.98438Q260.34756 181.0625 260.8007 180.42188Q261.26944 179.78125 262.16006 179.78125Q262.97256 179.78125 263.5038 180.35938Q264.03506 180.92188 264.03506 182.04688Q264.03506 183.14062 263.4882 183.73438Q262.95694 184.3125 262.16006 184.3125Q261.39444 184.3125 260.8632 183.73438Q260.34756 183.15625 260.34756 181.98438ZM262.1913 180.5Q261.78506 180.5 261.51944 180.84375Q261.26944 181.1875 261.26944 182.09375Q261.26944 182.90625 261.53506 183.25Q261.8007 183.59375 262.1913 183.59375Q262.58194 183.59375 262.84756 183.25Q263.1132 182.90625 263.1132 182.0Q263.1132 181.17188 262.84756 180.84375Q262.58194 180.5 262.1913 180.5Z" fill-rule="nonzero"/><path fill="#666666" d="M247.59756 181.73438L248.66006 181.59375Q248.83194 182.48438 249.26944 182.89062Q249.70694 183.28125 250.33194 183.28125Q251.08194 183.28125 251.59756 182.76562Q252.11319 182.25 252.11319 181.48438Q252.11319 180.76562 251.62881 180.29688Q251.16006 179.8125 250.42569 179.8125Q250.12881 179.8125 249.67569 179.9375L249.80069 179.0Q249.91006 179.01562 249.97256 179.01562Q250.64444 179.01562 251.17569 178.67188Q251.72256 178.3125 251.72256 177.57812Q251.72256 177.0 251.33194 176.625Q250.94131 176.23438 250.31631 176.23438Q249.70694 176.23438 249.28506 176.625Q248.87881 177.01562 248.76944 177.78125L247.70694 177.59375Q247.89444 176.54688 248.58194 175.96875Q249.26944 175.375 250.28506 175.375Q250.98819 175.375 251.58194 175.6875Q252.17569 175.98438 252.48819 176.5Q252.80069 177.01562 252.80069 177.60938Q252.80069 178.15625 252.50381 178.625Q252.20694 179.07812 251.62881 179.34375Q252.37881 179.51562 252.80069 180.07812Q253.22256 180.625 253.22256 181.46875Q253.22256 182.59375 252.39444 183.375Q251.58194 184.15625 250.33194 184.15625Q249.20694 184.15625 248.45694 183.48438Q247.70694 182.79688 247.59756 181.73438ZM254.80069 177.46875Q254.80069 176.54688 255.25381 175.90625Q255.72256 175.26562 256.59756 175.26562Q257.41006 175.26562 257.9413 175.84375Q258.47256 176.42188 258.47256 177.53125Q258.47256 178.625 257.9257 179.21875Q257.39444 179.79688 256.6132 179.79688Q255.83194 179.79688 255.31631 179.21875Q254.80069 178.64062 254.80069 177.46875ZM256.6288 175.98438Q256.2382 175.98438 255.97256 176.32812Q255.72256 176.67188 255.72256 177.57812Q255.72256 178.40625 255.97256 178.75Q256.2382 179.07812 256.6288 179.07812Q257.03506 179.07812 257.28506 178.73438Q257.5507 178.39062 257.5507 177.5Q257.5507 176.65625 257.28506 176.32812Q257.01944 175.98438 256.6288 175.98438ZM256.6288 184.3125L261.33194 175.26562L262.1913 175.26562L257.5038 184.3125L256.6288 184.3125ZM260.34756 181.98438Q260.34756 181.0625 260.8007 180.42188Q261.26944 179.78125 262.16006 179.78125Q262.97256 179.78125 263.5038 180.35938Q264.03506 180.92188 264.03506 182.04688Q264.03506 183.14062 263.4882 183.73438Q262.95694 184.3125 262.16006 184.3125Q261.39444 184.3125 260.8632 183.73438Q260.34756 183.15625 260.34756 181.98438ZM262.1913 180.5Q261.78506 180.5 261.51944 180.84375Q261.26944 181.1875 261.26944 182.09375Q261.26944 182.90625 261.53506 183.25Q261.8007 183.59375 262.1913 183.59375Q262.58194 183.59375 262.84756 183.25Q263.1132 182.90625 263.1132 182.0Q263.1132 181.17188 262.84756 180.84375Q262.58194 180.5 262.1913 180.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M246.31517 213.73438L247.37767 213.59375Q247.54955 214.48438 247.98705 214.89062Q248.42455 215.28125 249.04955 215.28125Q249.79955 215.28125 250.31517 214.76562Q250.8308 214.25 250.8308 213.48438Q250.8308 212.76562 250.34642 212.29688Q249.87767 211.8125 249.1433 211.8125Q248.84642 211.8125 248.3933 211.9375L248.5183 211.0Q248.62767 211.01562 248.69017 211.01562Q249.36205 211.01562 249.8933 210.67188Q250.44017 210.3125 250.44017 209.57812Q250.44017 209.0 250.04955 208.625Q249.65892 208.23438 249.03392 208.23438Q248.42455 208.23438 248.00267 208.625Q247.59642 209.01562 247.48705 209.78125L246.42455 209.59375Q246.61205 208.54688 247.29955 207.96875Q247.98705 207.375 249.00267 207.375Q249.7058 207.375 250.29955 207.6875Q250.8933 207.98438 251.2058 208.5Q251.5183 209.01562 251.5183 209.60938Q251.5183 210.15625 251.22142 210.625Q250.92455 211.07812 250.34642 211.34375Q251.09642 211.51562 251.5183 212.07812Q251.94017 212.625 251.94017 213.46875Q251.94017 214.59375 251.11205 215.375Q250.29955 216.15625 249.04955 216.15625Q247.92455 216.15625 247.17455 215.48438Q246.42455 214.79688 246.31517 213.73438ZM253.5183 209.46875Q253.5183 208.54688 253.97142 207.90625Q254.44017 207.26562 255.31517 207.26562Q256.1277 207.26562 256.65894 207.84375Q257.1902 208.42188 257.1902 209.53125Q257.1902 210.625 256.6433 211.21875Q256.11206 211.79688 255.3308 211.79688Q254.54955 211.79688 254.03392 211.21875Q253.5183 210.64062 253.5183 209.46875ZM255.34642 207.98438Q254.9558 207.98438 254.69017 208.32812Q254.44017 208.67188 254.44017 209.57812Q254.44017 210.40625 254.69017 210.75Q254.9558 211.07812 255.34642 211.07812Q255.75267 211.07812 256.0027 210.73438Q256.2683 210.39062 256.2683 209.5Q256.2683 208.65625 256.0027 208.32812Q255.73705 207.98438 255.34642 207.98438ZM255.34642 216.3125L260.04956 207.26562L260.90894 207.26562L256.22144 216.3125L255.34642 216.3125ZM259.0652 213.98438Q259.0652 213.0625 259.5183 212.42188Q259.98706 211.78125 260.8777 211.78125Q261.6902 211.78125 262.22144 212.35938Q262.7527 212.92188 262.7527 214.04688Q262.7527 215.14062 262.2058 215.73438Q261.67456 216.3125 260.8777 216.3125Q260.11206 216.3125 259.5808 215.73438Q259.0652 215.15625 259.0652 213.98438ZM260.90894 212.5Q260.5027 212.5 260.23706 212.84375Q259.98706 213.1875 259.98706 214.09375Q259.98706 214.90625 260.2527 215.25Q260.5183 215.59375 260.90894 215.59375Q261.29956 215.59375 261.5652 215.25Q261.8308 214.90625 261.8308 214.0Q261.8308 213.17188 261.5652 212.84375Q261.29956 212.5 260.90894 212.5Z" fill-rule="nonzero"/><path fill="#666666" d="M246.31517 213.73438L247.37767 213.59375Q247.54955 214.48438 247.98705 214.89062Q248.42455 215.28125 249.04955 215.28125Q249.79955 215.28125 250.31517 214.76562Q250.8308 214.25 250.8308 213.48438Q250.8308 212.76562 250.34642 212.29688Q249.87767 211.8125 249.1433 211.8125Q248.84642 211.8125 248.3933 211.9375L248.5183 211.0Q248.62767 211.01562 248.69017 211.01562Q249.36205 211.01562 249.8933 210.67188Q250.44017 210.3125 250.44017 209.57812Q250.44017 209.0 250.04955 208.625Q249.65892 208.23438 249.03392 208.23438Q248.42455 208.23438 248.00267 208.625Q247.59642 209.01562 247.48705 209.78125L246.42455 209.59375Q246.61205 208.54688 247.29955 207.96875Q247.98705 207.375 249.00267 207.375Q249.7058 207.375 250.29955 207.6875Q250.8933 207.98438 251.2058 208.5Q251.5183 209.01562 251.5183 209.60938Q251.5183 210.15625 251.22142 210.625Q250.92455 211.07812 250.34642 211.34375Q251.09642 211.51562 251.5183 212.07812Q251.94017 212.625 251.94017 213.46875Q251.94017 214.59375 251.11205 215.375Q250.29955 216.15625 249.04955 216.15625Q247.92455 216.15625 247.17455 215.48438Q246.42455 214.79688 246.31517 213.73438ZM253.5183 209.46875Q253.5183 208.54688 253.97142 207.90625Q254.44017 207.26562 255.31517 207.26562Q256.1277 207.26562 256.65894 207.84375Q257.1902 208.42188 257.1902 209.53125Q257.1902 210.625 256.6433 211.21875Q256.11206 211.79688 255.3308 211.79688Q254.54955 211.79688 254.03392 211.21875Q253.5183 210.64062 253.5183 209.46875ZM255.34642 207.98438Q254.9558 207.98438 254.69017 208.32812Q254.44017 208.67188 254.44017 209.57812Q254.44017 210.40625 254.69017 210.75Q254.9558 211.07812 255.34642 211.07812Q255.75267 211.07812 256.0027 210.73438Q256.2683 210.39062 256.2683 209.5Q256.2683 208.65625 256.0027 208.32812Q255.73705 207.98438 255.34642 207.98438ZM255.34642 216.3125L260.04956 207.26562L260.90894 207.26562L256.22144 216.3125L255.34642 216.3125ZM259.0652 213.98438Q259.0652 213.0625 259.5183 212.42188Q259.98706 211.78125 260.8777 211.78125Q261.6902 211.78125 262.22144 212.35938Q262.7527 212.92188 262.7527 214.04688Q262.7527 215.14062 262.2058 215.73438Q261.67456 216.3125 260.8777 216.3125Q260.11206 216.3125 259.5808 215.73438Q259.0652 215.15625 259.0652 213.98438ZM260.90894 212.5Q260.5027 212.5 260.23706 212.84375Q259.98706 213.1875 259.98706 214.09375Q259.98706 214.90625 260.2527 215.25Q260.5183 215.59375 260.90894 215.59375Q261.29956 215.59375 261.5652 215.25Q261.8308 214.90625 261.8308 214.0Q261.8308 213.17188 261.5652 212.84375Q261.29956 212.5 260.90894 212.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.14641 246.98438L249.14641 248.0L243.45891 248.0Q243.45891 247.625 243.58391 247.26562Q243.80266 246.6875 244.27141 246.125Q244.75578 245.5625 245.66203 244.82812Q247.06828 243.67188 247.55266 243.0Q248.05266 242.32812 248.05266 241.73438Q248.05266 241.10938 247.59953 240.6875Q247.14641 240.25 246.42766 240.25Q245.66203 240.25 245.20891 240.70312Q244.75578 241.15625 244.74016 241.96875L243.66203 241.85938Q243.77141 240.64062 244.49016 240.01562Q245.22453 239.375 246.45891 239.375Q247.69328 239.375 248.41203 240.0625Q249.13078 240.75 249.13078 241.76562Q249.13078 242.28125 248.91203 242.78125Q248.70891 243.26562 248.20891 243.82812Q247.72453 244.375 246.59953 245.32812Q245.64641 246.125 245.36516 246.42188Q245.09953 246.70312 244.92766 246.98438L249.14641 246.98438ZM250.80266 241.46875Q250.80266 240.54688 251.25578 239.90625Q251.72453 239.26562 252.59953 239.26562Q253.41203 239.26562 253.94328 239.84375Q254.47453 240.42188 254.47453 241.53125Q254.47453 242.625 253.92766 243.21875Q253.39641 243.79688 252.61516 243.79688Q251.83391 243.79688 251.31828 243.21875Q250.80266 242.64062 250.80266 241.46875ZM252.63078 239.98438Q252.24016 239.98438 251.97453 240.32812Q251.72453 240.67188 251.72453 241.57812Q251.72453 242.40625 251.97453 242.75Q252.24016 243.07812 252.63078 243.07812Q253.03703 243.07812 253.28703 242.73438Q253.55266 242.39062 253.55266 241.5Q253.55266 240.65625 253.28703 240.32812Q253.02141 239.98438 252.63078 239.98438ZM252.63078 248.3125L257.33392 239.26562L258.1933 239.26562L253.50578 248.3125L252.63078 248.3125ZM256.34955 245.98438Q256.34955 245.0625 256.80267 244.42188Q257.27142 243.78125 258.16205 243.78125Q258.97455 243.78125 259.5058 244.35938Q260.03705 244.92188 260.03705 246.04688Q260.03705 247.14062 259.49017 247.73438Q258.95892 248.3125 258.16205 248.3125Q257.39642 248.3125 256.86517 247.73438Q256.34955 247.15625 256.34955 245.98438ZM258.1933 244.5Q257.78705 244.5 257.52142 244.84375Q257.27142 245.1875 257.27142 246.09375Q257.27142 246.90625 257.53705 247.25Q257.80267 247.59375 258.1933 247.59375Q258.58392 247.59375 258.84955 247.25Q259.11517 246.90625 259.11517 246.0Q259.11517 245.17188 258.84955 244.84375Q258.58392 244.5 258.1933 244.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.14641 246.98438L249.14641 248.0L243.45891 248.0Q243.45891 247.625 243.58391 247.26562Q243.80266 246.6875 244.27141 246.125Q244.75578 245.5625 245.66203 244.82812Q247.06828 243.67188 247.55266 243.0Q248.05266 242.32812 248.05266 241.73438Q248.05266 241.10938 247.59953 240.6875Q247.14641 240.25 246.42766 240.25Q245.66203 240.25 245.20891 240.70312Q244.75578 241.15625 244.74016 241.96875L243.66203 241.85938Q243.77141 240.64062 244.49016 240.01562Q245.22453 239.375 246.45891 239.375Q247.69328 239.375 248.41203 240.0625Q249.13078 240.75 249.13078 241.76562Q249.13078 242.28125 248.91203 242.78125Q248.70891 243.26562 248.20891 243.82812Q247.72453 244.375 246.59953 245.32812Q245.64641 246.125 245.36516 246.42188Q245.09953 246.70312 244.92766 246.98438L249.14641 246.98438ZM250.80266 241.46875Q250.80266 240.54688 251.25578 239.90625Q251.72453 239.26562 252.59953 239.26562Q253.41203 239.26562 253.94328 239.84375Q254.47453 240.42188 254.47453 241.53125Q254.47453 242.625 253.92766 243.21875Q253.39641 243.79688 252.61516 243.79688Q251.83391 243.79688 251.31828 243.21875Q250.80266 242.64062 250.80266 241.46875ZM252.63078 239.98438Q252.24016 239.98438 251.97453 240.32812Q251.72453 240.67188 251.72453 241.57812Q251.72453 242.40625 251.97453 242.75Q252.24016 243.07812 252.63078 243.07812Q253.03703 243.07812 253.28703 242.73438Q253.55266 242.39062 253.55266 241.5Q253.55266 240.65625 253.28703 240.32812Q253.02141 239.98438 252.63078 239.98438ZM252.63078 248.3125L257.33392 239.26562L258.1933 239.26562L253.50578 248.3125L252.63078 248.3125ZM256.34955 245.98438Q256.34955 245.0625 256.80267 244.42188Q257.27142 243.78125 258.16205 243.78125Q258.97455 243.78125 259.5058 244.35938Q260.03705 244.92188 260.03705 246.04688Q260.03705 247.14062 259.49017 247.73438Q258.95892 248.3125 258.16205 248.3125Q257.39642 248.3125 256.86517 247.73438Q256.34955 247.15625 256.34955 245.98438ZM258.1933 244.5Q257.78705 244.5 257.52142 244.84375Q257.27142 245.1875 257.27142 246.09375Q257.27142 246.90625 257.53705 247.25Q257.80267 247.59375 258.1933 247.59375Q258.58392 247.59375 258.84955 247.25Q259.11517 246.90625 259.11517 246.0Q259.11517 245.17188 258.84955 244.84375Q258.58392 244.5 258.1933 244.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.4675 277.98438L248.4675 279.0L242.78 279.0Q242.78 278.625 242.905 278.26562Q243.12375 277.6875 243.5925 277.125Q244.07687 276.5625 244.98312 275.82812Q246.38937 274.67188 246.87375 274.0Q247.37375 273.32812 247.37375 272.73438Q247.37375 272.10938 246.92062 271.6875Q246.4675 271.25 245.74875 271.25Q244.98312 271.25 244.53 271.70312Q244.07687 272.15625 244.06125 272.96875L242.98312 272.85938Q243.0925 271.64062 243.81125 271.01562Q244.54562 270.375 245.78 270.375Q247.01437 270.375 247.73312 271.0625Q248.45187 271.75 248.45187 272.76562Q248.45187 273.28125 248.23312 273.78125Q248.03 274.26562 247.53 274.82812Q247.04562 275.375 245.92062 276.32812Q244.9675 277.125 244.68625 277.42188Q244.42062 277.70312 244.24875 277.98438L248.4675 277.98438ZM250.12375 272.46875Q250.12375 271.54688 250.57687 270.90625Q251.04562 270.26562 251.92062 270.26562Q252.73312 270.26562 253.26437 270.84375Q253.79562 271.42188 253.79562 272.53125Q253.79562 273.625 253.24875 274.21875Q252.7175 274.79688 251.93625 274.79688Q251.155 274.79688 250.63937 274.21875Q250.12375 273.64062 250.12375 272.46875ZM251.95187 270.98438Q251.56125 270.98438 251.29562 271.32812Q251.04562 271.67188 251.04562 272.57812Q251.04562 273.40625 251.29562 273.75Q251.56125 274.07812 251.95187 274.07812Q252.35812 274.07812 252.60812 273.73438Q252.87375 273.39062 252.87375 272.5Q252.87375 271.65625 252.60812 271.32812Q252.3425 270.98438 251.95187 270.98438ZM251.95187 279.3125L256.655 270.26562L257.51437 270.26562L252.82687 279.3125L251.95187 279.3125ZM255.67062 276.98438Q255.67062 276.0625 256.12375 275.42188Q256.5925 274.78125 257.48312 274.78125Q258.29562 274.78125 258.82687 275.35938Q259.35812 275.92188 259.35812 277.04688Q259.35812 278.14062 258.81125 278.73438Q258.28 279.3125 257.48312 279.3125Q256.7175 279.3125 256.18625 278.73438Q255.67062 278.15625 255.67062 276.98438ZM257.51437 275.5Q257.10812 275.5 256.8425 275.84375Q256.5925 276.1875 256.5925 277.09375Q256.5925 277.90625 256.85812 278.25Q257.12375 278.59375 257.51437 278.59375Q257.905 278.59375 258.17062 278.25Q258.43625 277.90625 258.43625 277.0Q258.43625 276.17188 258.17062 275.84375Q257.905 275.5 257.51437 275.5Z" fill-rule="nonzero"/><path fill="#666666" d="M248.4675 277.98438L248.4675 279.0L242.78 279.0Q242.78 278.625 242.905 278.26562Q243.12375 277.6875 243.5925 277.125Q244.07687 276.5625 244.98312 275.82812Q246.38937 274.67188 246.87375 274.0Q247.37375 273.32812 247.37375 272.73438Q247.37375 272.10938 246.92062 271.6875Q246.4675 271.25 245.74875 271.25Q244.98312 271.25 244.53 271.70312Q244.07687 272.15625 244.06125 272.96875L242.98312 272.85938Q243.0925 271.64062 243.81125 271.01562Q244.54562 270.375 245.78 270.375Q247.01437 270.375 247.73312 271.0625Q248.45187 271.75 248.45187 272.76562Q248.45187 273.28125 248.23312 273.78125Q248.03 274.26562 247.53 274.82812Q247.04562 275.375 245.92062 276.32812Q244.9675 277.125 244.68625 277.42188Q244.42062 277.70312 244.24875 277.98438L248.4675 277.98438ZM250.12375 272.46875Q250.12375 271.54688 250.57687 270.90625Q251.04562 270.26562 251.92062 270.26562Q252.73312 270.26562 253.26437 270.84375Q253.79562 271.42188 253.79562 272.53125Q253.79562 273.625 253.24875 274.21875Q252.7175 274.79688 251.93625 274.79688Q251.155 274.79688 250.63937 274.21875Q250.12375 273.64062 250.12375 272.46875ZM251.95187 270.98438Q251.56125 270.98438 251.29562 271.32812Q251.04562 271.67188 251.04562 272.57812Q251.04562 273.40625 251.29562 273.75Q251.56125 274.07812 251.95187 274.07812Q252.35812 274.07812 252.60812 273.73438Q252.87375 273.39062 252.87375 272.5Q252.87375 271.65625 252.60812 271.32812Q252.3425 270.98438 251.95187 270.98438ZM251.95187 279.3125L256.655 270.26562L257.51437 270.26562L252.82687 279.3125L251.95187 279.3125ZM255.67062 276.98438Q255.67062 276.0625 256.12375 275.42188Q256.5925 274.78125 257.48312 274.78125Q258.29562 274.78125 258.82687 275.35938Q259.35812 275.92188 259.35812 277.04688Q259.35812 278.14062 258.81125 278.73438Q258.28 279.3125 257.48312 279.3125Q256.7175 279.3125 256.18625 278.73438Q255.67062 278.15625 255.67062 276.98438ZM257.51437 275.5Q257.10812 275.5 256.8425 275.84375Q256.5925 276.1875 256.5925 277.09375Q256.5925 277.90625 256.85812 278.25Q257.12375 278.59375 257.51437 278.59375Q257.905 278.59375 258.17062 278.25Q258.43625 277.90625 258.43625 277.0Q258.43625 276.17188 258.17062 275.84375Q257.905 275.5 257.51437 275.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M245.38068 311.0L244.3338 311.0L244.3338 304.28125Q243.94318 304.64062 243.31818 305.01562Q242.7088 305.375 242.22443 305.54688L242.22443 304.53125Q243.09943 304.10938 243.75568 303.53125Q244.42755 302.9375 244.7088 302.375L245.38068 302.375L245.38068 311.0ZM248.61505 304.46875Q248.61505 303.54688 249.06818 302.90625Q249.53693 302.26562 250.41193 302.26562Q251.22443 302.26562 251.75568 302.84375Q252.28693 303.42188 252.28693 304.53125Q252.28693 305.625 251.74005 306.21875Q251.2088 306.79688 250.42755 306.79688Q249.6463 306.79688 249.13068 306.21875Q248.61505 305.64062 248.61505 304.46875ZM250.44318 302.98438Q250.05255 302.98438 249.78693 303.32812Q249.53693 303.67188 249.53693 304.57812Q249.53693 305.40625 249.78693 305.75Q250.05255 306.07812 250.44318 306.07812Q250.84943 306.07812 251.09943 305.73438Q251.36505 305.39062 251.36505 304.5Q251.36505 303.65625 251.09943 303.32812Q250.8338 302.98438 250.44318 302.98438ZM250.44318 311.3125L255.1463 302.26562L256.00568 302.26562L251.31818 311.3125L250.44318 311.3125ZM254.16193 308.98438Q254.16193 308.0625 254.61505 307.42188Q255.0838 306.78125 255.97443 306.78125Q256.78693 306.78125 257.31818 307.35938Q257.84943 307.92188 257.84943 309.04688Q257.84943 310.14062 257.30255 310.73438Q256.7713 311.3125 255.97443 311.3125Q255.2088 311.3125 254.67755 310.73438Q254.16193 310.15625 254.16193 308.98438ZM256.00568 307.5Q255.59943 307.5 255.3338 307.84375Q255.0838 308.1875 255.0838 309.09375Q255.0838 309.90625 255.34943 310.25Q255.61505 310.59375 256.00568 310.59375Q256.3963 310.59375 256.66193 310.25Q256.92755 309.90625 256.92755 309.0Q256.92755 308.17188 256.66193 307.84375Q256.3963 307.5 256.00568 307.5Z" fill-rule="nonzero"/><path fill="#666666" d="M245.38068 311.0L244.3338 311.0L244.3338 304.28125Q243.94318 304.64062 243.31818 305.01562Q242.7088 305.375 242.22443 305.54688L242.22443 304.53125Q243.09943 304.10938 243.75568 303.53125Q244.42755 302.9375 244.7088 302.375L245.38068 302.375L245.38068 311.0ZM248.61505 304.46875Q248.61505 303.54688 249.06818 302.90625Q249.53693 302.26562 250.41193 302.26562Q251.22443 302.26562 251.75568 302.84375Q252.28693 303.42188 252.28693 304.53125Q252.28693 305.625 251.74005 306.21875Q251.2088 306.79688 250.42755 306.79688Q249.6463 306.79688 249.13068 306.21875Q248.61505 305.64062 248.61505 304.46875ZM250.44318 302.98438Q250.05255 302.98438 249.78693 303.32812Q249.53693 303.67188 249.53693 304.57812Q249.53693 305.40625 249.78693 305.75Q250.05255 306.07812 250.44318 306.07812Q250.84943 306.07812 251.09943 305.73438Q251.36505 305.39062 251.36505 304.5Q251.36505 303.65625 251.09943 303.32812Q250.8338 302.98438 250.44318 302.98438ZM250.44318 311.3125L255.1463 302.26562L256.00568 302.26562L251.31818 311.3125L250.44318 311.3125ZM254.16193 308.98438Q254.16193 308.0625 254.61505 307.42188Q255.0838 306.78125 255.97443 306.78125Q256.78693 306.78125 257.31818 307.35938Q257.84943 307.92188 257.84943 309.04688Q257.84943 310.14062 257.30255 310.73438Q256.7713 311.3125 255.97443 311.3125Q255.2088 311.3125 254.67755 310.73438Q254.16193 310.15625 254.16193 308.98438ZM256.00568 307.5Q255.59943 307.5 255.3338 307.84375Q255.0838 308.1875 255.0838 309.09375Q255.0838 309.90625 255.34943 310.25Q255.61505 310.59375 256.00568 310.59375Q256.3963 310.59375 256.66193 310.25Q256.92755 309.90625 256.92755 309.0Q256.92755 308.17188 256.66193 307.84375Q256.3963 307.5 256.00568 307.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.92807 343.0L243.8812 343.0L243.8812 336.28125Q243.49057 336.64062 242.86557 337.01562Q242.2562 337.375 241.77182 337.54688L241.77182 336.53125Q242.64682 336.10938 243.30307 335.53125Q243.97495 334.9375 244.2562 334.375L244.92807 334.375L244.92807 343.0ZM248.16245 336.46875Q248.16245 335.54688 248.61557 334.90625Q249.08432 334.26562 249.95932 334.26562Q250.77182 334.26562 251.30307 334.84375Q251.83432 335.42188 251.83432 336.53125Q251.83432 337.625 251.28745 338.21875Q250.7562 338.79688 249.97495 338.79688Q249.1937 338.79688 248.67807 338.21875Q248.16245 337.64062 248.16245 336.46875ZM249.99057 334.98438Q249.59995 334.98438 249.33432 335.32812Q249.08432 335.67188 249.08432 336.57812Q249.08432 337.40625 249.33432 337.75Q249.59995 338.07812 249.99057 338.07812Q250.39682 338.07812 250.64682 337.73438Q250.91245 337.39062 250.91245 336.5Q250.91245 335.65625 250.64682 335.32812Q250.3812 334.98438 249.99057 334.98438ZM249.99057 343.3125L254.6937 334.26562L255.55307 334.26562L250.86557 343.3125L249.99057 343.3125ZM253.70932 340.98438Q253.70932 340.0625 254.16245 339.42188Q254.6312 338.78125 255.52182 338.78125Q256.33432 338.78125 256.86557 339.35938Q257.39682 339.92188 257.39682 341.04688Q257.39682 342.14062 256.84995 342.73438Q256.3187 343.3125 255.52182 343.3125Q254.7562 343.3125 254.22495 342.73438Q253.70932 342.15625 253.70932 340.98438ZM255.55307 339.5Q255.14682 339.5 254.8812 339.84375Q254.6312 340.1875 254.6312 341.09375Q254.6312 341.90625 254.89682 342.25Q255.16245 342.59375 255.55307 342.59375Q255.9437 342.59375 256.20932 342.25Q256.47495 341.90625 256.47495 341.0Q256.47495 340.17188 256.20932 339.84375Q255.9437 339.5 255.55307 339.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.92807 343.0L243.8812 343.0L243.8812 336.28125Q243.49057 336.64062 242.86557 337.01562Q242.2562 337.375 241.77182 337.54688L241.77182 336.53125Q242.64682 336.10938 243.30307 335.53125Q243.97495 334.9375 244.2562 334.375L244.92807 334.375L244.92807 343.0ZM248.16245 336.46875Q248.16245 335.54688 248.61557 334.90625Q249.08432 334.26562 249.95932 334.26562Q250.77182 334.26562 251.30307 334.84375Q251.83432 335.42188 251.83432 336.53125Q251.83432 337.625 251.28745 338.21875Q250.7562 338.79688 249.97495 338.79688Q249.1937 338.79688 248.67807 338.21875Q248.16245 337.64062 248.16245 336.46875ZM249.99057 334.98438Q249.59995 334.98438 249.33432 335.32812Q249.08432 335.67188 249.08432 336.57812Q249.08432 337.40625 249.33432 337.75Q249.59995 338.07812 249.99057 338.07812Q250.39682 338.07812 250.64682 337.73438Q250.91245 337.39062 250.91245 336.5Q250.91245 335.65625 250.64682 335.32812Q250.3812 334.98438 249.99057 334.98438ZM249.99057 343.3125L254.6937 334.26562L255.55307 334.26562L250.86557 343.3125L249.99057 343.3125ZM253.70932 340.98438Q253.70932 340.0625 254.16245 339.42188Q254.6312 338.78125 255.52182 338.78125Q256.33432 338.78125 256.86557 339.35938Q257.39682 339.92188 257.39682 341.04688Q257.39682 342.14062 256.84995 342.73438Q256.3187 343.3125 255.52182 343.3125Q254.7562 343.3125 254.22495 342.73438Q253.70932 342.15625 253.70932 340.98438ZM255.55307 339.5Q255.14682 339.5 254.8812 339.84375Q254.6312 340.1875 254.6312 341.09375Q254.6312 341.90625 254.89682 342.25Q255.16245 342.59375 255.55307 342.59375Q255.9437 342.59375 256.20932 342.25Q256.47495 341.90625 256.47495 341.0Q256.47495 340.17188 256.20932 339.84375Q255.9437 339.5 255.55307 339.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.47546 375.0L243.42859 375.0L243.42859 368.28125Q243.03796 368.64062 242.41296 369.01562Q241.80359 369.375 241.31921 369.54688L241.31921 368.53125Q242.19421 368.10938 242.85046 367.53125Q243.52234 366.9375 243.80359 366.375L244.47546 366.375L244.47546 375.0ZM247.70984 368.46875Q247.70984 367.54688 248.16296 366.90625Q248.63171 366.26562 249.50671 366.26562Q250.31921 366.26562 250.85046 366.84375Q251.38171 367.42188 251.38171 368.53125Q251.38171 369.625 250.83484 370.21875Q250.30359 370.79688 249.52234 370.79688Q248.74109 370.79688 248.22546 370.21875Q247.70984 369.64062 247.70984 368.46875ZM249.53796 366.98438Q249.14734 366.98438 248.88171 367.32812Q248.63171 367.67188 248.63171 368.57812Q248.63171 369.40625 248.88171 369.75Q249.14734 370.07812 249.53796 370.07812Q249.94421 370.07812 250.19421 369.73438Q250.45984 369.39062 250.45984 368.5Q250.45984 367.65625 250.19421 367.32812Q249.92859 366.98438 249.53796 366.98438ZM249.53796 375.3125L254.24109 366.26562L255.10046 366.26562L250.41296 375.3125L249.53796 375.3125ZM253.25671 372.98438Q253.25671 372.0625 253.70984 371.42188Q254.17859 370.78125 255.06921 370.78125Q255.88171 370.78125 256.41296 371.35938Q256.9442 371.92188 256.9442 373.04688Q256.9442 374.14062 256.39734 374.73438Q255.86609 375.3125 255.06921 375.3125Q254.30359 375.3125 253.77234 374.73438Q253.25671 374.15625 253.25671 372.98438ZM255.10046 371.5Q254.69421 371.5 254.42859 371.84375Q254.17859 372.1875 254.17859 373.09375Q254.17859 373.90625 254.44421 374.25Q254.70984 374.59375 255.10046 374.59375Q255.49109 374.59375 255.75671 374.25Q256.02234 373.90625 256.02234 373.0Q256.02234 372.17188 255.75671 371.84375Q255.49109 371.5 255.10046 371.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.47546 375.0L243.42859 375.0L243.42859 368.28125Q243.03796 368.64062 242.41296 369.01562Q241.80359 369.375 241.31921 369.54688L241.31921 368.53125Q242.19421 368.10938 242.85046 367.53125Q243.52234 366.9375 243.80359 366.375L244.47546 366.375L244.47546 375.0ZM247.70984 368.46875Q247.70984 367.54688 248.16296 366.90625Q248.63171 366.26562 249.50671 366.26562Q250.31921 366.26562 250.85046 366.84375Q251.38171 367.42188 251.38171 368.53125Q251.38171 369.625 250.83484 370.21875Q250.30359 370.79688 249.52234 370.79688Q248.74109 370.79688 248.22546 370.21875Q247.70984 369.64062 247.70984 368.46875ZM249.53796 366.98438Q249.14734 366.98438 248.88171 367.32812Q248.63171 367.67188 248.63171 368.57812Q248.63171 369.40625 248.88171 369.75Q249.14734 370.07812 249.53796 370.07812Q249.94421 370.07812 250.19421 369.73438Q250.45984 369.39062 250.45984 368.5Q250.45984 367.65625 250.19421 367.32812Q249.92859 366.98438 249.53796 366.98438ZM249.53796 375.3125L254.24109 366.26562L255.10046 366.26562L250.41296 375.3125L249.53796 375.3125ZM253.25671 372.98438Q253.25671 372.0625 253.70984 371.42188Q254.17859 370.78125 255.06921 370.78125Q255.88171 370.78125 256.41296 371.35938Q256.9442 371.92188 256.9442 373.04688Q256.9442 374.14062 256.39734 374.73438Q255.86609 375.3125 255.06921 375.3125Q254.30359 375.3125 253.77234 374.73438Q253.25671 374.15625 253.25671 372.98438ZM255.10046 371.5Q254.69421 371.5 254.42859 371.84375Q254.17859 372.1875 254.17859 373.09375Q254.17859 373.90625 254.44421 374.25Q254.70984 374.59375 255.10046 374.59375Q255.49109 374.59375 255.75671 374.25Q256.02234 373.90625 256.02234 373.0Q256.02234 372.17188 255.75671 371.84375Q255.49109 371.5 255.10046 371.5Z" fill-rule="nonzero"/><path fill="#666666" d="M330.46564 432.18604L330.46564 423.5923L336.66876 423.5923L336.66876 424.6079L331.60626 424.6079L331.60626 427.2329L336.35626 427.2329L336.35626 428.24854L331.60626 428.24854L331.60626 431.1704L336.8719 431.1704L336.8719 432.18604L330.46564 432.18604ZM337.8875 430.32666L338.91876 430.1704Q339.0125 430.7954 339.40314 431.12354Q339.8094 431.45166 340.54376 431.45166Q341.2625 431.45166 341.60626 431.1704Q341.96564 430.87354 341.96564 430.4673Q341.96564 430.1079 341.65314 429.9048Q341.4344 429.76416 340.575 429.5454Q339.41876 429.24854 338.96564 429.0454Q338.52814 428.82666 338.29376 428.45166Q338.0594 428.07666 338.0594 427.6079Q338.0594 427.20166 338.2469 426.8423Q338.4344 426.4829 338.7625 426.24854Q339.0125 426.07666 339.4344 425.95166Q339.85626 425.82666 340.35626 425.82666Q341.075 425.82666 341.6219 426.0454Q342.1844 426.24854 342.45 426.6079Q342.71564 426.9673 342.8094 427.56104L341.77814 427.70166Q341.71564 427.2329 341.3719 426.9673Q341.04376 426.68604 340.41876 426.68604Q339.7 426.68604 339.3875 426.93604Q339.075 427.1704 339.075 427.49854Q339.075 427.70166 339.2 427.8579Q339.34064 428.0298 339.60626 428.13916Q339.7625 428.20166 340.54376 428.4048Q341.66876 428.7173 342.10626 428.9048Q342.54376 429.0923 342.79376 429.45166Q343.04376 429.81104 343.04376 430.3579Q343.04376 430.88916 342.73126 431.3579Q342.4344 431.81104 341.85626 432.07666Q341.27814 432.32666 340.54376 432.32666Q339.325 432.32666 338.6844 431.82666Q338.0594 431.31104 337.8875 430.32666ZM346.60626 431.24854L346.7625 432.1704Q346.3094 432.26416 345.96564 432.26416Q345.3875 432.26416 345.075 432.0923Q344.7625 431.9048 344.6219 431.6079Q344.4969 431.31104 344.4969 430.3579L344.4969 426.7798L343.73126 426.7798L343.73126 425.9673L344.4969 425.9673L344.4969 424.4204L345.54376 423.7954L345.54376 425.9673L346.60626 425.9673L346.60626 426.7798L345.54376 426.7798L345.54376 430.4204Q345.54376 430.87354 345.59064 430.99854Q345.65314 431.12354 345.77814 431.20166Q345.90314 431.2798 346.1375 431.2798Q346.325 431.2798 346.60626 431.24854ZM347.3094 424.81104L347.3094 423.5923L348.3719 423.5923L348.3719 424.81104L347.3094 424.81104ZM347.3094 432.18604L347.3094 425.9673L348.3719 425.9673L348.3719 432.18604L347.3094 432.18604ZM350.3094 432.18604L350.3094 425.9673L351.2469 425.9673L351.2469 426.8423Q351.54376 426.37354 352.02814 426.1079Q352.5125 425.82666 353.1375 425.82666Q353.825 425.82666 354.2625 426.1079Q354.71564 426.38916 354.8875 426.9048Q355.6375 425.82666 356.8094 425.82666Q357.7469 425.82666 358.23126 426.3423Q358.73126 426.8423 358.73126 427.9204L358.73126 432.18604L357.6844 432.18604L357.6844 428.26416Q357.6844 427.63916 357.575 427.3579Q357.48126 427.07666 357.21564 426.9048Q356.95 426.7329 356.575 426.7329Q355.91876 426.7329 355.48126 427.1704Q355.0594 427.6079 355.0594 428.57666L355.0594 432.18604L353.9969 432.18604L353.9969 428.13916Q353.9969 427.43604 353.73126 427.0923Q353.48126 426.7329 352.90314 426.7329Q352.45 426.7329 352.075 426.9673Q351.7 427.20166 351.52814 427.6548Q351.35626 428.1079 351.35626 428.95166L351.35626 432.18604L350.3094 432.18604ZM364.3719 431.4204Q363.77814 431.9204 363.23126 432.12354Q362.7 432.32666 362.075 432.32666Q361.04376 432.32666 360.4969 431.82666Q359.95 431.32666 359.95 430.5454Q359.95 430.0923 360.15314 429.7173Q360.35626 429.32666 360.7 429.1079Q361.04376 428.87354 361.46564 428.76416Q361.7625 428.6704 362.40314 428.5923Q363.66876 428.45166 364.27814 428.2329Q364.27814 428.01416 364.27814 427.9673Q364.27814 427.31104 363.98126 427.0454Q363.575 426.70166 362.77814 426.70166Q362.04376 426.70166 361.6844 426.9673Q361.325 427.2173 361.15314 427.87354L360.1219 427.7329Q360.2625 427.07666 360.59064 426.6704Q360.91876 426.26416 361.52814 426.0454Q362.1375 425.82666 362.9344 425.82666Q363.73126 425.82666 364.23126 426.01416Q364.73126 426.20166 364.96564 426.4829Q365.2 426.76416 365.29376 427.20166Q365.34064 427.4673 365.34064 428.1704L365.34064 429.57666Q365.34064 431.0454 365.40314 431.43604Q365.48126 431.82666 365.6844 432.18604L364.575 432.18604Q364.41876 431.8579 364.3719 431.4204ZM364.27814 429.06104Q363.7 429.2954 362.5594 429.4673Q361.90314 429.56104 361.6375 429.68604Q361.3719 429.7954 361.21564 430.01416Q361.075 430.2329 361.075 430.51416Q361.075 430.93604 361.3875 431.2173Q361.71564 431.49854 362.325 431.49854Q362.9344 431.49854 363.40314 431.2329Q363.8875 430.9673 364.10626 430.49854Q364.27814 430.13916 364.27814 429.45166L364.27814 429.06104ZM369.60626 431.24854L369.7625 432.1704Q369.3094 432.26416 368.96564 432.26416Q368.3875 432.26416 368.075 432.0923Q367.7625 431.9048 367.6219 431.6079Q367.4969 431.31104 367.4969 430.3579L367.4969 426.7798L366.73126 426.7798L366.73126 425.9673L367.4969 425.9673L367.4969 424.4204L368.54376 423.7954L368.54376 425.9673L369.60626 425.9673L369.60626 426.7798L368.54376 426.7798L368.54376 430.4204Q368.54376 430.87354 368.59064 430.99854Q368.65314 431.12354 368.77814 431.20166Q368.90314 431.2798 369.1375 431.2798Q369.325 431.2798 369.60626 431.24854ZM374.5594 430.18604L375.65314 430.31104Q375.40314 431.26416 374.7 431.7954Q373.9969 432.32666 372.91876 432.32666Q371.5594 432.32666 370.7469 431.4829Q369.95 430.63916 369.95 429.12354Q369.95 427.56104 370.7625 426.70166Q371.575 425.82666 372.85626 425.82666Q374.10626 425.82666 374.8875 426.6704Q375.6844 427.51416 375.6844 429.06104Q375.6844 429.1548 375.6844 429.3423L371.04376 429.3423Q371.10626 430.37354 371.6219 430.9204Q372.1375 431.45166 372.91876 431.45166Q373.4969 431.45166 373.90314 431.1548Q374.325 430.8423 374.5594 430.18604ZM371.10626 428.4829L374.575 428.4829Q374.5125 427.68604 374.1844 427.2954Q373.66876 426.68604 372.8719 426.68604Q372.1375 426.68604 371.6375 427.1704Q371.15314 427.6548 371.10626 428.4829ZM381.34064 432.18604L381.34064 431.4048Q380.7469 432.32666 379.60626 432.32666Q378.85626 432.32666 378.23126 431.9204Q377.60626 431.49854 377.2625 430.76416Q376.91876 430.0298 376.91876 429.07666Q376.91876 428.1548 377.23126 427.38916Q377.54376 426.62354 378.16876 426.2329Q378.79376 425.82666 379.5594 425.82666Q380.1219 425.82666 380.5594 426.06104Q380.9969 426.2954 381.27814 426.6704L381.27814 423.5923L382.325 423.5923L382.325 432.18604L381.34064 432.18604ZM378.0125 429.07666Q378.0125 430.2798 378.5125 430.87354Q379.0125 431.45166 379.7 431.45166Q380.3875 431.45166 380.8719 430.88916Q381.35626 430.32666 381.35626 429.1704Q381.35626 427.88916 380.85626 427.2954Q380.3719 426.70166 379.65314 426.70166Q378.95 426.70166 378.48126 427.2798Q378.0125 427.8423 378.0125 429.07666ZM387.21564 425.6548Q387.21564 424.7329 387.66876 424.0923Q388.1375 423.45166 389.0125 423.45166Q389.825 423.45166 390.35626 424.0298Q390.8875 424.6079 390.8875 425.7173Q390.8875 426.81104 390.34064 427.4048Q389.8094 427.9829 389.02814 427.9829Q388.2469 427.9829 387.73126 427.4048Q387.21564 426.82666 387.21564 425.6548ZM389.04376 424.1704Q388.65314 424.1704 388.3875 424.51416Q388.1375 424.8579 388.1375 425.76416Q388.1375 426.5923 388.3875 426.93604Q388.65314 427.26416 389.04376 427.26416Q389.45 427.26416 389.7 426.9204Q389.96564 426.57666 389.96564 425.68604Q389.96564 424.8423 389.7 424.51416Q389.4344 424.1704 389.04376 424.1704ZM389.04376 432.49854L393.7469 423.45166L394.60626 423.45166L389.91876 432.49854L389.04376 432.49854ZM392.7625 430.1704Q392.7625 429.24854 393.21564 428.6079Q393.6844 427.9673 394.575 427.9673Q395.3875 427.9673 395.91876 428.5454Q396.45 429.1079 396.45 430.2329Q396.45 431.32666 395.90314 431.9204Q395.3719 432.49854 394.575 432.49854Q393.8094 432.49854 393.27814 431.9204Q392.7625 431.3423 392.7625 430.1704ZM394.60626 428.68604Q394.2 428.68604 393.9344 429.0298Q393.6844 429.37354 393.6844 430.2798Q393.6844 431.0923 393.95 431.43604Q394.21564 431.7798 394.60626 431.7798Q394.9969 431.7798 395.2625 431.43604Q395.52814 431.0923 395.52814 430.18604Q395.52814 429.3579 395.2625 429.0298Q394.9969 428.68604 394.60626 428.68604ZM400.91876 429.07666Q400.91876 427.3423 401.8719 426.51416Q402.66876 425.82666 403.825 425.82666Q405.10626 425.82666 405.91876 426.6704Q406.7469 427.49854 406.7469 428.9829Q406.7469 430.18604 406.3875 430.87354Q406.02814 431.56104 405.325 431.95166Q404.6375 432.32666 403.825 432.32666Q402.52814 432.32666 401.71564 431.49854Q400.91876 430.6548 400.91876 429.07666ZM401.9969 429.07666Q401.9969 430.26416 402.5125 430.8579Q403.04376 431.45166 403.825 431.45166Q404.6219 431.45166 405.1375 430.8579Q405.65314 430.26416 405.65314 429.0454Q405.65314 427.88916 405.1219 427.2954Q404.60626 426.70166 403.825 426.70166Q403.04376 426.70166 402.5125 427.2954Q401.9969 427.87354 401.9969 429.07666ZM408.5594 432.18604L408.5594 426.7798L407.6219 426.7798L407.6219 425.9673L408.5594 425.9673L408.5594 425.2954Q408.5594 424.6704 408.66876 424.37354Q408.825 423.95166 409.2 423.70166Q409.59064 423.45166 410.27814 423.45166Q410.73126 423.45166 411.2625 423.56104L411.10626 424.4673Q410.77814 424.4204 410.48126 424.4204Q409.9969 424.4204 409.79376 424.62354Q409.60626 424.82666 409.60626 425.38916L409.60626 425.9673L410.825 425.9673L410.825 426.7798L409.60626 426.7798L409.60626 432.18604L408.5594 432.18604ZM414.29376 432.18604L414.29376 425.9673L415.2469 425.9673L415.2469 426.9048Q415.60626 426.24854 415.90314 426.0454Q416.21564 425.82666 416.59064 425.82666Q417.1219 425.82666 417.66876 426.1548L417.3094 427.13916Q416.91876 426.9048 416.54376 426.9048Q416.1844 426.9048 415.90314 427.12354Q415.6375 427.32666 415.52814 427.70166Q415.34064 428.26416 415.34064 428.9204L415.34064 432.18604L414.29376 432.18604ZM422.5594 430.18604L423.65314 430.31104Q423.40314 431.26416 422.7 431.7954Q421.9969 432.32666 420.91876 432.32666Q419.5594 432.32666 418.7469 431.4829Q417.95 430.63916 417.95 429.12354Q417.95 427.56104 418.7625 426.70166Q419.575 425.82666 420.85626 425.82666Q422.10626 425.82666 422.8875 426.6704Q423.6844 427.51416 423.6844 429.06104Q423.6844 429.1548 423.6844 429.3423L419.04376 429.3423Q419.10626 430.37354 419.6219 430.9204Q420.1375 431.45166 420.91876 431.45166Q421.4969 431.45166 421.90314 431.1548Q422.325 430.8423 422.5594 430.18604ZM419.10626 428.4829L422.575 428.4829Q422.5125 427.68604 422.1844 427.2954Q421.66876 426.68604 420.8719 426.68604Q420.1375 426.68604 419.6375 427.1704Q419.15314 427.6548 419.10626 428.4829ZM424.8875 430.32666L425.91876 430.1704Q426.0125 430.7954 426.40314 431.12354Q426.8094 431.45166 427.54376 431.45166Q428.2625 431.45166 428.60626 431.1704Q428.96564 430.87354 428.96564 430.4673Q428.96564 430.1079 428.65314 429.9048Q428.4344 429.76416 427.575 429.5454Q426.41876 429.24854 425.96564 429.0454Q425.52814 428.82666 425.29376 428.45166Q425.0594 428.07666 425.0594 427.6079Q425.0594 427.20166 425.2469 426.8423Q425.4344 426.4829 425.7625 426.24854Q426.0125 426.07666 426.4344 425.95166Q426.85626 425.82666 427.35626 425.82666Q428.075 425.82666 428.6219 426.0454Q429.1844 426.24854 429.45 426.6079Q429.71564 426.9673 429.8094 427.56104L428.77814 427.70166Q428.71564 427.2329 428.3719 426.9673Q428.04376 426.68604 427.41876 426.68604Q426.7 426.68604 426.3875 426.93604Q426.075 427.1704 426.075 427.49854Q426.075 427.70166 426.2 427.8579Q426.34064 428.0298 426.60626 428.13916Q426.7625 428.20166 427.54376 428.4048Q428.66876 428.7173 429.10626 428.9048Q429.54376 429.0923 429.79376 429.45166Q430.04376 429.81104 430.04376 430.3579Q430.04376 430.88916 429.73126 431.3579Q429.4344 431.81104 428.85626 432.07666Q428.27814 432.32666 427.54376 432.32666Q426.325 432.32666 425.6844 431.82666Q425.0594 431.31104 424.8875 430.32666ZM431.3094 434.57666L431.3094 425.9673L432.2625 425.9673L432.2625 426.76416Q432.60626 426.2954 433.02814 426.06104Q433.46564 425.82666 434.075 425.82666Q434.8719 425.82666 435.48126 426.2329Q436.09064 426.63916 436.3875 427.38916Q436.7 428.13916 436.7 429.0298Q436.7 429.9829 436.35626 430.74854Q436.02814 431.51416 435.3719 431.9204Q434.71564 432.32666 433.9969 432.32666Q433.46564 432.32666 433.04376 432.1079Q432.6219 431.87354 432.35626 431.5454L432.35626 434.57666L431.3094 434.57666ZM432.2625 429.1079Q432.2625 430.31104 432.7469 430.88916Q433.23126 431.45166 433.91876 431.45166Q434.6219 431.45166 435.1219 430.8579Q435.6219 430.26416 435.6219 429.01416Q435.6219 427.82666 435.1375 427.24854Q434.65314 426.6548 433.96564 426.6548Q433.29376 426.6548 432.77814 427.2798Q432.2625 427.9048 432.2625 429.1079ZM437.91876 429.07666Q437.91876 427.3423 438.8719 426.51416Q439.66876 425.82666 440.825 425.82666Q442.10626 425.82666 442.91876 426.6704Q443.7469 427.49854 443.7469 428.9829Q443.7469 430.18604 443.3875 430.87354Q443.02814 431.56104 442.325 431.95166Q441.6375 432.32666 440.825 432.32666Q439.52814 432.32666 438.71564 431.49854Q437.91876 430.6548 437.91876 429.07666ZM438.9969 429.07666Q438.9969 430.26416 439.5125 430.8579Q440.04376 431.45166 440.825 431.45166Q441.6219 431.45166 442.1375 430.8579Q442.65314 430.26416 442.65314 429.0454Q442.65314 427.88916 442.1219 427.2954Q441.60626 426.70166 440.825 426.70166Q440.04376 426.70166 439.5125 427.2954Q438.9969 427.87354 438.9969 429.07666ZM445.3094 432.18604L445.3094 425.9673L446.2469 425.9673L446.2469 426.8423Q446.9344 425.82666 448.23126 425.82666Q448.79376 425.82666 449.2625 426.0298Q449.7469 426.2329 449.98126 426.56104Q450.21564 426.88916 450.3094 427.32666Q450.35626 427.62354 450.35626 428.3579L450.35626 432.18604L449.3094 432.18604L449.3094 428.4048Q449.3094 427.74854 449.1844 427.43604Q449.0594 427.12354 448.7469 426.93604Q448.4344 426.7329 448.0125 426.7329Q447.34064 426.7329 446.84064 427.1704Q446.35626 427.5923 446.35626 428.7798L446.35626 432.18604L445.3094 432.18604ZM451.8875 430.32666L452.91876 430.1704Q453.0125 430.7954 453.40314 431.12354Q453.8094 431.45166 454.54376 431.45166Q455.2625 431.45166 455.60626 431.1704Q455.96564 430.87354 455.96564 430.4673Q455.96564 430.1079 455.65314 429.9048Q455.4344 429.76416 454.575 429.5454Q453.41876 429.24854 452.96564 429.0454Q452.52814 428.82666 452.29376 428.45166Q452.0594 428.07666 452.0594 427.6079Q452.0594 427.20166 452.2469 426.8423Q452.4344 426.4829 452.7625 426.24854Q453.0125 426.07666 453.4344 425.95166Q453.85626 425.82666 454.35626 425.82666Q455.075 425.82666 455.6219 426.0454Q456.1844 426.24854 456.45 426.6079Q456.71564 426.9673 456.8094 427.56104L455.77814 427.70166Q455.71564 427.2329 455.3719 426.9673Q455.04376 426.68604 454.41876 426.68604Q453.7 426.68604 453.3875 426.93604Q453.075 427.1704 453.075 427.49854Q453.075 427.70166 453.2 427.8579Q453.34064 428.0298 453.60626 428.13916Q453.7625 428.20166 454.54376 428.4048Q455.66876 428.7173 456.10626 428.9048Q456.54376 429.0923 456.79376 429.45166Q457.04376 429.81104 457.04376 430.3579Q457.04376 430.88916 456.73126 431.3579Q456.4344 431.81104 455.85626 432.07666Q455.27814 432.32666 454.54376 432.32666Q453.325 432.32666 452.6844 431.82666Q452.0594 431.31104 451.8875 430.32666ZM462.5594 430.18604L463.65314 430.31104Q463.40314 431.26416 462.7 431.7954Q461.9969 432.32666 460.91876 432.32666Q459.5594 432.32666 458.7469 431.4829Q457.95 430.63916 457.95 429.12354Q457.95 427.56104 458.7625 426.70166Q459.575 425.82666 460.85626 425.82666Q462.10626 425.82666 462.8875 426.6704Q463.6844 427.51416 463.6844 429.06104Q463.6844 429.1548 463.6844 429.3423L459.04376 429.3423Q459.10626 430.37354 459.6219 430.9204Q460.1375 431.45166 460.91876 431.45166Q461.4969 431.45166 461.90314 431.1548Q462.325 430.8423 462.5594 430.18604ZM459.10626 428.4829L462.575 428.4829Q462.5125 427.68604 462.1844 427.2954Q461.66876 426.68604 460.8719 426.68604Q460.1375 426.68604 459.6375 427.1704Q459.15314 427.6548 459.10626 428.4829ZM464.8875 430.32666L465.91876 430.1704Q466.0125 430.7954 466.40314 431.12354Q466.8094 431.45166 467.54376 431.45166Q468.2625 431.45166 468.60626 431.1704Q468.96564 430.87354 468.96564 430.4673Q468.96564 430.1079 468.65314 429.9048Q468.4344 429.76416 467.575 429.5454Q466.41876 429.24854 465.96564 429.0454Q465.52814 428.82666 465.29376 428.45166Q465.0594 428.07666 465.0594 427.6079Q465.0594 427.20166 465.2469 426.8423Q465.4344 426.4829 465.7625 426.24854Q466.0125 426.07666 466.4344 425.95166Q466.85626 425.82666 467.35626 425.82666Q468.075 425.82666 468.6219 426.0454Q469.1844 426.24854 469.45 426.6079Q469.71564 426.9673 469.8094 427.56104L468.77814 427.70166Q468.71564 427.2329 468.3719 426.9673Q468.04376 426.68604 467.41876 426.68604Q466.7 426.68604 466.3875 426.93604Q466.075 427.1704 466.075 427.49854Q466.075 427.70166 466.2 427.8579Q466.34064 428.0298 466.60626 428.13916Q466.7625 428.20166 467.54376 428.4048Q468.66876 428.7173 469.10626 428.9048Q469.54376 429.0923 469.79376 429.45166Q470.04376 429.81104 470.04376 430.3579Q470.04376 430.88916 469.73126 431.3579Q469.4344 431.81104 468.85626 432.07666Q468.27814 432.32666 467.54376 432.32666Q466.325 432.32666 465.6844 431.82666Q465.0594 431.31104 464.8875 430.32666Z" fill-rule="nonzero"/><path fill="#666666" d="M79.375 88.80435L79.375 80.2106L82.609375 80.2106Q83.59375 80.2106 84.1875 80.47623Q84.78125 80.74185 85.109375 81.28873Q85.453125 81.81998 85.453125 82.41373Q85.453125 82.9606 85.15625 83.44498Q84.859375 83.92935 84.25 84.22623Q85.03125 84.4606 85.4375 85.0231Q85.859375 85.56998 85.859375 86.31998Q85.859375 86.91373 85.609375 87.44498Q85.359375 87.9606 84.984375 88.24185Q84.609375 88.5231 84.03125 88.66373Q83.46875 88.80435 82.65625 88.80435L79.375 88.80435ZM80.515625 83.81998L82.375 83.81998Q83.125 83.81998 83.453125 83.72623Q83.890625 83.60123 84.109375 83.30435Q84.328125 82.99185 84.328125 82.53873Q84.328125 82.11685 84.125 81.78873Q83.921875 81.4606 83.53125 81.35123Q83.15625 81.22623 82.234375 81.22623L80.515625 81.22623L80.515625 83.81998ZM80.515625 87.78873L82.65625 87.78873Q83.203125 87.78873 83.421875 87.74185Q83.828125 87.67935 84.078125 87.5231Q84.34375 87.35123 84.515625 87.03873Q84.6875 86.72623 84.6875 86.31998Q84.6875 85.8356 84.4375 85.47623Q84.203125 85.11685 83.765625 84.97623Q83.328125 84.8356 82.5 84.8356L80.515625 84.8356L80.515625 87.78873ZM91.546875 86.80435L92.640625 86.92935Q92.390625 87.88248 91.6875 88.41373Q90.984375 88.94498 89.90625 88.94498Q88.546875 88.94498 87.734375 88.10123Q86.9375 87.25748 86.9375 85.74185Q86.9375 84.17935 87.75 83.31998Q88.5625 82.44498 89.84375 82.44498Q91.09375 82.44498 91.875 83.28873Q92.671875 84.13248 92.671875 85.67935Q92.671875 85.7731 92.671875 85.9606L88.03125 85.9606Q88.09375 86.99185 88.609375 87.53873Q89.125 88.06998 89.90625 88.06998Q90.484375 88.06998 90.890625 87.7731Q91.3125 87.4606 91.546875 86.80435ZM88.09375 85.10123L91.5625 85.10123Q91.5 84.30435 91.171875 83.91373Q90.65625 83.30435 89.859375 83.30435Q89.125 83.30435 88.625 83.78873Q88.140625 84.2731 88.09375 85.10123ZM96.59375 87.86685L96.75 88.78873Q96.296875 88.88248 95.953125 88.88248Q95.375 88.88248 95.0625 88.7106Q94.75 88.5231 94.609375 88.22623Q94.484375 87.92935 94.484375 86.97623L94.484375 83.3981L93.71875 83.3981L93.71875 82.5856L94.484375 82.5856L94.484375 81.03873L95.53125 80.41373L95.53125 82.5856L96.59375 82.5856L96.59375 83.3981L95.53125 83.3981L95.53125 87.03873Q95.53125 87.49185 95.578125 87.61685Q95.640625 87.74185 95.765625 87.81998Q95.890625 87.8981 96.125 87.8981Q96.3125 87.8981 96.59375 87.86685ZM99.59375 87.86685L99.75 88.78873Q99.296875 88.88248 98.953125 88.88248Q98.375 88.88248 98.0625 88.7106Q97.75 88.5231 97.609375 88.22623Q97.484375 87.92935 97.484375 86.97623L97.484375 83.3981L96.71875 83.3981L96.71875 82.5856L97.484375 82.5856L97.484375 81.03873L98.53125 80.41373L98.53125 82.5856L99.59375 82.5856L99.59375 83.3981L98.53125 83.3981L98.53125 87.03873Q98.53125 87.49185 98.578125 87.61685Q98.640625 87.74185 98.765625 87.81998Q98.890625 87.8981 99.125 87.8981Q99.3125 87.8981 99.59375 87.86685ZM104.546875 86.80435L105.640625 86.92935Q105.390625 87.88248 104.6875 88.41373Q103.984375 88.94498 102.90625 88.94498Q101.546875 88.94498 100.734375 88.10123Q99.9375 87.25748 99.9375 85.74185Q99.9375 84.17935 100.75 83.31998Q101.5625 82.44498 102.84375 82.44498Q104.09375 82.44498 104.875 83.28873Q105.671875 84.13248 105.671875 85.67935Q105.671875 85.7731 105.671875 85.9606L101.03125 85.9606Q101.09375 86.99185 101.609375 87.53873Q102.125 88.06998 102.90625 88.06998Q103.484375 88.06998 103.890625 87.7731Q104.3125 87.4606 104.546875 86.80435ZM101.09375 85.10123L104.5625 85.10123Q104.5 84.30435 104.171875 83.91373Q103.65625 83.30435 102.859375 83.30435Q102.125 83.30435 101.625 83.78873Q101.140625 84.2731 101.09375 85.10123ZM107.28125 88.80435L107.28125 82.5856L108.234375 82.5856L108.234375 83.5231Q108.59375 82.86685 108.890625 82.66373Q109.203125 82.44498 109.578125 82.44498Q110.109375 82.44498 110.65625 82.7731L110.296875 83.75748Q109.90625 83.5231 109.53125 83.5231Q109.171875 83.5231 108.890625 83.74185Q108.625 83.94498 108.515625 84.31998Q108.328125 84.88248 108.328125 85.53873L108.328125 88.80435L107.28125 88.80435ZM118.328125 88.80435L118.328125 88.0231Q117.734375 88.94498 116.59375 88.94498Q115.84375 88.94498 115.21875 88.53873Q114.59375 88.11685 114.25 87.38248Q113.90625 86.6481 113.90625 85.69498Q113.90625 84.7731 114.21875 84.00748Q114.53125 83.24185 115.15625 82.85123Q115.78125 82.44498 116.546875 82.44498Q117.109375 82.44498 117.546875 82.67935Q117.984375 82.91373 118.265625 83.28873L118.265625 80.2106L119.3125 80.2106L119.3125 88.80435L118.328125 88.80435ZM115.0 85.69498Q115.0 86.8981 115.5 87.49185Q116.0 88.06998 116.6875 88.06998Q117.375 88.06998 117.859375 87.50748Q118.34375 86.94498 118.34375 85.78873Q118.34375 84.50748 117.84375 83.91373Q117.359375 83.31998 116.640625 83.31998Q115.9375 83.31998 115.46875 83.8981Q115.0 84.4606 115.0 85.69498ZM125.546875 86.80435L126.640625 86.92935Q126.390625 87.88248 125.6875 88.41373Q124.984375 88.94498 123.90625 88.94498Q122.546875 88.94498 121.734375 88.10123Q120.9375 87.25748 120.9375 85.74185Q120.9375 84.17935 121.75 83.31998Q122.5625 82.44498 123.84375 82.44498Q125.09375 82.44498 125.875 83.28873Q126.671875 84.13248 126.671875 85.67935Q126.671875 85.7731 126.671875 85.9606L122.03125 85.9606Q122.09375 86.99185 122.609375 87.53873Q123.125 88.06998 123.90625 88.06998Q124.484375 88.06998 124.890625 87.7731Q125.3125 87.4606 125.546875 86.80435ZM122.09375 85.10123L125.5625 85.10123Q125.5 84.30435 125.171875 83.91373Q124.65625 83.30435 123.859375 83.30435Q123.125 83.30435 122.625 83.78873Q122.140625 84.2731 122.09375 85.10123ZM129.26562 88.80435L128.28125 88.80435L128.28125 80.2106L129.34375 80.2106L129.34375 83.2731Q130.01562 82.44498 131.04688 82.44498Q131.625 82.44498 132.125 82.67935Q132.64062 82.8981 132.96875 83.31998Q133.3125 83.74185 133.5 84.3356Q133.6875 84.92935 133.6875 85.60123Q133.6875 87.19498 132.89062 88.06998Q132.09375 88.94498 131.0 88.94498Q129.89062 88.94498 129.26562 88.0231L129.26562 88.80435ZM129.25 85.6481Q129.25 86.75748 129.5625 87.25748Q130.0625 88.06998 130.90625 88.06998Q131.59375 88.06998 132.09375 87.47623Q132.60938 86.88248 132.60938 85.67935Q132.60938 84.4606 132.125 83.88248Q131.64062 83.30435 130.95312 83.30435Q130.26562 83.30435 129.75 83.91373Q129.25 84.50748 129.25 85.6481ZM139.375 88.80435L139.375 87.88248Q138.64062 88.94498 137.39062 88.94498Q136.84375 88.94498 136.35938 88.74185Q135.89062 88.5231 135.65625 88.2106Q135.42188 87.88248 135.32812 87.41373Q135.26562 87.11685 135.26562 86.42935L135.26562 82.5856L136.32812 82.5856L136.32812 86.03873Q136.32812 86.85123 136.39062 87.1481Q136.48438 87.55435 136.79688 87.80435Q137.125 88.03873 137.60938 88.03873Q138.07812 88.03873 138.48438 87.80435Q138.90625 87.55435 139.07812 87.13248Q139.26562 86.7106 139.26562 85.91373L139.26562 82.5856L140.3125 82.5856L140.3125 88.80435L139.375 88.80435ZM142.09375 89.31998L143.125 89.47623Q143.1875 89.94498 143.48438 90.16373Q143.875 90.4606 144.54688 90.4606Q145.28125 90.4606 145.67188 90.16373Q146.07812 89.86685 146.21875 89.35123Q146.3125 89.0231 146.29688 87.99185Q145.60938 88.80435 144.57812 88.80435Q143.29688 88.80435 142.59375 87.88248Q141.89062 86.94498 141.89062 85.66373Q141.89062 84.7731 142.20312 84.0231Q142.53125 83.25748 143.14062 82.85123Q143.75 82.44498 144.57812 82.44498Q145.6875 82.44498 146.40625 83.3356L146.40625 82.5856L147.375 82.5856L147.375 87.9606Q147.375 89.41373 147.07812 90.0231Q146.78125 90.63248 146.14062 90.97623Q145.5 91.3356 144.5625 91.3356Q143.45312 91.3356 142.76562 90.8356Q142.07812 90.3356 142.09375 89.31998ZM142.96875 85.5856Q142.96875 86.80435 143.45312 87.36685Q143.9375 87.92935 144.67188 87.92935Q145.40625 87.92935 145.89062 87.36685Q146.39062 86.80435 146.39062 85.61685Q146.39062 84.47623 145.875 83.8981Q145.375 83.31998 144.65625 83.31998Q143.95312 83.31998 143.45312 83.8981Q142.96875 84.4606 142.96875 85.5856ZM149.09375 89.31998L150.125 89.47623Q150.1875 89.94498 150.48438 90.16373Q150.875 90.4606 151.54688 90.4606Q152.28125 90.4606 152.67188 90.16373Q153.07812 89.86685 153.21875 89.35123Q153.3125 89.0231 153.29688 87.99185Q152.60938 88.80435 151.57812 88.80435Q150.29688 88.80435 149.59375 87.88248Q148.89062 86.94498 148.89062 85.66373Q148.89062 84.7731 149.20312 84.0231Q149.53125 83.25748 150.14062 82.85123Q150.75 82.44498 151.57812 82.44498Q152.6875 82.44498 153.40625 83.3356L153.40625 82.5856L154.375 82.5856L154.375 87.9606Q154.375 89.41373 154.07812 90.0231Q153.78125 90.63248 153.14062 90.97623Q152.5 91.3356 151.5625 91.3356Q150.45312 91.3356 149.76562 90.8356Q149.07812 90.3356 149.09375 89.31998ZM149.96875 85.5856Q149.96875 86.80435 150.45312 87.36685Q150.9375 87.92935 151.67188 87.92935Q152.40625 87.92935 152.89062 87.36685Q153.39062 86.80435 153.39062 85.61685Q153.39062 84.47623 152.875 83.8981Q152.375 83.31998 151.65625 83.31998Q150.95312 83.31998 150.45312 83.8981Q149.96875 84.4606 149.96875 85.5856ZM156.29688 81.42935L156.29688 80.2106L157.35938 80.2106L157.35938 81.42935L156.29688 81.42935ZM156.29688 88.80435L156.29688 82.5856L157.35938 82.5856L157.35938 88.80435L156.29688 88.80435ZM159.29688 88.80435L159.29688 82.5856L160.23438 82.5856L160.23438 83.4606Q160.92188 82.44498 162.21875 82.44498Q162.78125 82.44498 163.25 82.6481Q163.73438 82.85123 163.96875 83.17935Q164.20312 83.50748 164.29688 83.94498Q164.34375 84.24185 164.34375 84.97623L164.34375 88.80435L163.29688 88.80435L163.29688 85.0231Q163.29688 84.36685 163.17188 84.05435Q163.04688 83.74185 162.73438 83.55435Q162.42188 83.35123 162.0 83.35123Q161.32812 83.35123 160.82812 83.78873Q160.34375 84.2106 160.34375 85.3981L160.34375 88.80435L159.29688 88.80435ZM166.09375 89.31998L167.125 89.47623Q167.1875 89.94498 167.48438 90.16373Q167.875 90.4606 168.54688 90.4606Q169.28125 90.4606 169.67188 90.16373Q170.07812 89.86685 170.21875 89.35123Q170.3125 89.0231 170.29688 87.99185Q169.60938 88.80435 168.57812 88.80435Q167.29688 88.80435 166.59375 87.88248Q165.89062 86.94498 165.89062 85.66373Q165.89062 84.7731 166.20312 84.0231Q166.53125 83.25748 167.14062 82.85123Q167.75 82.44498 168.57812 82.44498Q169.6875 82.44498 170.40625 83.3356L170.40625 82.5856L171.375 82.5856L171.375 87.9606Q171.375 89.41373 171.07812 90.0231Q170.78125 90.63248 170.14062 90.97623Q169.5 91.3356 168.5625 91.3356Q167.45312 91.3356 166.76562 90.8356Q166.07812 90.3356 166.09375 89.31998ZM166.96875 85.5856Q166.96875 86.80435 167.45312 87.36685Q167.9375 87.92935 168.67188 87.92935Q169.40625 87.92935 169.89062 87.36685Q170.39062 86.80435 170.39062 85.61685Q170.39062 84.47623 169.875 83.8981Q169.375 83.31998 168.65625 83.31998Q167.95312 83.31998 167.45312 83.8981Q166.96875 84.4606 166.96875 85.5856ZM175.875 86.94498L176.90625 86.78873Q177.0 87.41373 177.39062 87.74185Q177.79688 88.06998 178.53125 88.06998Q179.25 88.06998 179.59375 87.78873Q179.95312 87.49185 179.95312 87.0856Q179.95312 86.72623 179.64062 86.5231Q179.42188 86.38248 178.5625 86.16373Q177.40625 85.86685 176.95312 85.66373Q176.51562 85.44498 176.28125 85.06998Q176.04688 84.69498 176.04688 84.22623Q176.04688 83.81998 176.23438 83.4606Q176.42188 83.10123 176.75 82.86685Q177.0 82.69498 177.42188 82.56998Q177.84375 82.44498 178.34375 82.44498Q179.0625 82.44498 179.60938 82.66373Q180.17188 82.86685 180.4375 83.22623Q180.70312 83.5856 180.79688 84.17935L179.76562 84.31998Q179.70312 83.85123 179.35938 83.5856Q179.03125 83.30435 178.40625 83.30435Q177.6875 83.30435 177.375 83.55435Q177.0625 83.78873 177.0625 84.11685Q177.0625 84.31998 177.1875 84.47623Q177.32812 84.6481 177.59375 84.75748Q177.75 84.81998 178.53125 85.0231Q179.65625 85.3356 180.09375 85.5231Q180.53125 85.7106 180.78125 86.06998Q181.03125 86.42935 181.03125 86.97623Q181.03125 87.50748 180.71875 87.97623Q180.42188 88.42935 179.84375 88.69498Q179.26562 88.94498 178.53125 88.94498Q177.3125 88.94498 176.67188 88.44498Q176.04688 87.92935 175.875 86.94498ZM186.375 88.80435L186.375 87.88248Q185.64062 88.94498 184.39062 88.94498Q183.84375 88.94498 183.35938 88.74185Q182.89062 88.5231 182.65625 88.2106Q182.42188 87.88248 182.32812 87.41373Q182.26562 87.11685 182.26562 86.42935L182.26562 82.5856L183.32812 82.5856L183.32812 86.03873Q183.32812 86.85123 183.39062 87.1481Q183.48438 87.55435 183.79688 87.80435Q184.125 88.03873 184.60938 88.03873Q185.07812 88.03873 185.48438 87.80435Q185.90625 87.55435 186.07812 87.13248Q186.26562 86.7106 186.26562 85.91373L186.26562 82.5856L187.3125 82.5856L187.3125 88.80435L186.375 88.80435ZM189.29688 91.19498L189.29688 82.5856L190.25 82.5856L190.25 83.38248Q190.59375 82.91373 191.01562 82.67935Q191.45312 82.44498 192.0625 82.44498Q192.85938 82.44498 193.46875 82.85123Q194.07812 83.25748 194.375 84.00748Q194.6875 84.75748 194.6875 85.6481Q194.6875 86.60123 194.34375 87.36685Q194.01562 88.13248 193.35938 88.53873Q192.70312 88.94498 191.98438 88.94498Q191.45312 88.94498 191.03125 88.72623Q190.60938 88.49185 190.34375 88.16373L190.34375 91.19498L189.29688 91.19498ZM190.25 85.72623Q190.25 86.92935 190.73438 87.50748Q191.21875 88.06998 191.90625 88.06998Q192.60938 88.06998 193.10938 87.47623Q193.60938 86.88248 193.60938 85.63248Q193.60938 84.44498 193.125 83.86685Q192.64062 83.2731 191.95312 83.2731Q191.28125 83.2731 190.76562 83.8981Q190.25 84.5231 190.25 85.72623ZM196.29688 91.19498L196.29688 82.5856L197.25 82.5856L197.25 83.38248Q197.59375 82.91373 198.01562 82.67935Q198.45312 82.44498 199.0625 82.44498Q199.85938 82.44498 200.46875 82.85123Q201.07812 83.25748 201.375 84.00748Q201.6875 84.75748 201.6875 85.6481Q201.6875 86.60123 201.34375 87.36685Q201.01562 88.13248 200.35938 88.53873Q199.70312 88.94498 198.98438 88.94498Q198.45312 88.94498 198.03125 88.72623Q197.60938 88.49185 197.34375 88.16373L197.34375 91.19498L196.29688 91.19498ZM197.25 85.72623Q197.25 86.92935 197.73438 87.50748Q198.21875 88.06998 198.90625 88.06998Q199.60938 88.06998 200.10938 87.47623Q200.60938 86.88248 200.60938 85.63248Q200.60938 84.44498 200.125 83.86685Q199.64062 83.2731 198.95312 83.2731Q198.28125 83.2731 197.76562 83.8981Q197.25 84.5231 197.25 85.72623ZM202.90625 85.69498Q202.90625 83.9606 203.85938 83.13248Q204.65625 82.44498 205.8125 82.44498Q207.09375 82.44498 207.90625 83.28873Q208.73438 84.11685 208.73438 85.60123Q208.73438 86.80435 208.375 87.49185Q208.01562 88.17935 207.3125 88.56998Q206.625 88.94498 205.8125 88.94498Q204.51562 88.94498 203.70312 88.11685Q202.90625 87.2731 202.90625 85.69498ZM203.98438 85.69498Q203.98438 86.88248 204.5 87.47623Q205.03125 88.06998 205.8125 88.06998Q206.60938 88.06998 207.125 87.47623Q207.64062 86.88248 207.64062 85.66373Q207.64062 84.50748 207.10938 83.91373Q206.59375 83.31998 205.8125 83.31998Q205.03125 83.31998 204.5 83.91373Q203.98438 84.49185 203.98438 85.69498ZM210.28125 88.80435L210.28125 82.5856L211.23438 82.5856L211.23438 83.5231Q211.59375 82.86685 211.89062 82.66373Q212.20312 82.44498 212.57812 82.44498Q213.10938 82.44498 213.65625 82.7731L213.29688 83.75748Q212.90625 83.5231 212.53125 83.5231Q212.17188 83.5231 211.89062 83.74185Q211.625 83.94498 211.51562 84.31998Q211.32812 84.88248 211.32812 85.53873L211.32812 88.80435L210.28125 88.80435ZM216.59375 87.86685L216.75 88.78873Q216.29688 88.88248 215.95312 88.88248Q215.375 88.88248 215.0625 88.7106Q214.75 88.5231 214.60938 88.22623Q214.48438 87.92935 214.48438 86.97623L214.48438 83.3981L213.71875 83.3981L213.71875 82.5856L214.48438 82.5856L214.48438 81.03873L215.53125 80.41373L215.53125 82.5856L216.59375 82.5856L216.59375 83.3981L215.53125 83.3981L215.53125 87.03873Q215.53125 87.49185 215.57812 87.61685Q215.64062 87.74185 215.76562 87.81998Q215.89062 87.8981 216.125 87.8981Q216.3125 87.8981 216.59375 87.86685Z" fill-rule="nonzero"/><path fill="#666666" d="M73.625 120.57541L73.625 111.98166L74.75 111.98166L74.75 120.57541L73.625 120.57541ZM76.296875 120.57541L76.296875 114.35666L77.234375 114.35666L77.234375 115.23166Q77.53125 114.76291 78.015625 114.497284Q78.5 114.216034 79.125 114.216034Q79.8125 114.216034 80.25 114.497284Q80.703125 114.778534 80.875 115.29416Q81.625 114.216034 82.796875 114.216034Q83.734375 114.216034 84.21875 114.73166Q84.71875 115.23166 84.71875 116.309784L84.71875 120.57541L83.671875 120.57541L83.671875 116.653534Q83.671875 116.028534 83.5625 115.747284Q83.46875 115.466034 83.203125 115.29416Q82.9375 115.122284 82.5625 115.122284Q81.90625 115.122284 81.46875 115.559784Q81.046875 115.997284 81.046875 116.966034L81.046875 120.57541L79.984375 120.57541L79.984375 116.528534Q79.984375 115.82541 79.71875 115.48166Q79.46875 115.122284 78.890625 115.122284Q78.4375 115.122284 78.0625 115.35666Q77.6875 115.591034 77.515625 116.04416Q77.34375 116.497284 77.34375 117.341034L77.34375 120.57541L76.296875 120.57541ZM86.296875 122.966034L86.296875 114.35666L87.25 114.35666L87.25 115.153534Q87.59375 114.684784 88.015625 114.45041Q88.453125 114.216034 89.0625 114.216034Q89.859375 114.216034 90.46875 114.622284Q91.078125 115.028534 91.375 115.778534Q91.6875 116.528534 91.6875 117.41916Q91.6875 118.372284 91.34375 119.13791Q91.015625 119.903534 90.359375 120.309784Q89.703125 120.716034 88.984375 120.716034Q88.453125 120.716034 88.03125 120.497284Q87.609375 120.26291 87.34375 119.934784L87.34375 122.966034L86.296875 122.966034ZM87.25 117.497284Q87.25 118.70041 87.734375 119.278534Q88.21875 119.841034 88.90625 119.841034Q89.609375 119.841034 90.109375 119.247284Q90.609375 118.653534 90.609375 117.403534Q90.609375 116.216034 90.125 115.63791Q89.640625 115.04416 88.953125 115.04416Q88.28125 115.04416 87.765625 115.66916Q87.25 116.29416 87.25 117.497284ZM93.28125 120.57541L93.28125 114.35666L94.234375 114.35666L94.234375 115.29416Q94.59375 114.63791 94.890625 114.434784Q95.203125 114.216034 95.578125 114.216034Q96.109375 114.216034 96.65625 114.54416L96.296875 115.528534Q95.90625 115.29416 95.53125 115.29416Q95.171875 115.29416 94.890625 115.51291Q94.625 115.716034 94.515625 116.091034Q94.328125 116.653534 94.328125 117.309784L94.328125 120.57541L93.28125 120.57541ZM96.90625 117.466034Q96.90625 115.73166 97.859375 114.903534Q98.65625 114.216034 99.8125 114.216034Q101.09375 114.216034 101.90625 115.059784Q102.734375 115.88791 102.734375 117.372284Q102.734375 118.57541 102.375 119.26291Q102.015625 119.95041 101.3125 120.341034Q100.625 120.716034 99.8125 120.716034Q98.515625 120.716034 97.703125 119.88791Q96.90625 119.04416 96.90625 117.466034ZM97.984375 117.466034Q97.984375 118.653534 98.5 119.247284Q99.03125 119.841034 99.8125 119.841034Q100.609375 119.841034 101.125 119.247284Q101.640625 118.653534 101.640625 117.434784Q101.640625 116.278534 101.109375 115.684784Q100.59375 115.091034 99.8125 115.091034Q99.03125 115.091034 98.5 115.684784Q97.984375 116.26291 97.984375 117.466034ZM106.015625 120.57541L103.65625 114.35666L104.765625 114.35666L106.109375 118.07541Q106.3125 118.684784 106.5 119.32541Q106.640625 118.841034 106.890625 118.153534L108.28125 114.35666L109.359375 114.35666L107.0 120.57541L106.015625 120.57541ZM114.546875 118.57541L115.640625 118.70041Q115.390625 119.653534 114.6875 120.184784Q113.984375 120.716034 112.90625 120.716034Q111.546875 120.716034 110.734375 119.872284Q109.9375 119.028534 109.9375 117.51291Q109.9375 115.95041 110.75 115.091034Q111.5625 114.216034 112.84375 114.216034Q114.09375 114.216034 114.875 115.059784Q115.671875 115.903534 115.671875 117.45041Q115.671875 117.54416 115.671875 117.73166L111.03125 117.73166Q111.09375 118.76291 111.609375 119.309784Q112.125 119.841034 112.90625 119.841034Q113.484375 119.841034 113.890625 119.54416Q114.3125 119.23166 114.546875 118.57541ZM111.09375 116.872284L114.5625 116.872284Q114.5 116.07541 114.171875 115.684784Q113.65625 115.07541 112.859375 115.07541Q112.125 115.07541 111.625 115.559784Q111.140625 116.04416 111.09375 116.872284ZM121.328125 120.57541L121.328125 119.79416Q120.734375 120.716034 119.59375 120.716034Q118.84375 120.716034 118.21875 120.309784Q117.59375 119.88791 117.25 119.153534Q116.90625 118.41916 116.90625 117.466034Q116.90625 116.54416 117.21875 115.778534Q117.53125 115.01291 118.15625 114.622284Q118.78125 114.216034 119.546875 114.216034Q120.109375 114.216034 120.546875 114.45041Q120.984375 114.684784 121.265625 115.059784L121.265625 111.98166L122.3125 111.98166L122.3125 120.57541L121.328125 120.57541ZM118.0 117.466034Q118.0 118.66916 118.5 119.26291Q119.0 119.841034 119.6875 119.841034Q120.375 119.841034 120.859375 119.278534Q121.34375 118.716034 121.34375 117.559784Q121.34375 116.278534 120.84375 115.684784Q120.359375 115.091034 119.640625 115.091034Q118.9375 115.091034 118.46875 115.66916Q118.0 116.23166 118.0 117.466034ZM131.35938 118.29416L132.39062 118.434784Q132.21875 119.497284 131.51562 120.10666Q130.8125 120.716034 129.79688 120.716034Q128.51562 120.716034 127.734375 119.88791Q126.96875 119.04416 126.96875 117.48166Q126.96875 116.48166 127.296875 115.73166Q127.640625 114.966034 128.3125 114.591034Q129.0 114.216034 129.8125 114.216034Q130.8125 114.216034 131.45312 114.73166Q132.10938 115.23166 132.29688 116.184784L131.26562 116.341034Q131.125 115.716034 130.75 115.403534Q130.375 115.07541 129.84375 115.07541Q129.04688 115.07541 128.54688 115.653534Q128.04688 116.216034 128.04688 117.45041Q128.04688 118.716034 128.53125 119.278534Q129.01562 119.841034 129.78125 119.841034Q130.40625 119.841034 130.8125 119.466034Q131.23438 119.091034 131.35938 118.29416ZM132.90625 117.466034Q132.90625 115.73166 133.85938 114.903534Q134.65625 114.216034 135.8125 114.216034Q137.09375 114.216034 137.90625 115.059784Q138.73438 115.88791 138.73438 117.372284Q138.73438 118.57541 138.375 119.26291Q138.01562 119.95041 137.3125 120.341034Q136.625 120.716034 135.8125 120.716034Q134.51562 120.716034 133.70312 119.88791Q132.90625 119.04416 132.90625 117.466034ZM133.98438 117.466034Q133.98438 118.653534 134.5 119.247284Q135.03125 119.841034 135.8125 119.841034Q136.60938 119.841034 137.125 119.247284Q137.64062 118.653534 137.64062 117.434784Q137.64062 116.278534 137.10938 115.684784Q136.59375 115.091034 135.8125 115.091034Q135.03125 115.091034 134.5 115.684784Q133.98438 116.26291 133.98438 117.466034ZM144.32812 120.57541L144.32812 119.79416Q143.73438 120.716034 142.59375 120.716034Q141.84375 120.716034 141.21875 120.309784Q140.59375 119.88791 140.25 119.153534Q139.90625 118.41916 139.90625 117.466034Q139.90625 116.54416 140.21875 115.778534Q140.53125 115.01291 141.15625 114.622284Q141.78125 114.216034 142.54688 114.216034Q143.10938 114.216034 143.54688 114.45041Q143.98438 114.684784 144.26562 115.059784L144.26562 111.98166L145.3125 111.98166L145.3125 120.57541L144.32812 120.57541ZM141.0 117.466034Q141.0 118.66916 141.5 119.26291Q142.0 119.841034 142.6875 119.841034Q143.375 119.841034 143.85938 119.278534Q144.34375 118.716034 144.34375 117.559784Q144.34375 116.278534 143.84375 115.684784Q143.35938 115.091034 142.64062 115.091034Q141.9375 115.091034 141.46875 115.66916Q141.0 116.23166 141.0 117.466034ZM151.54688 118.57541L152.64062 118.70041Q152.39062 119.653534 151.6875 120.184784Q150.98438 120.716034 149.90625 120.716034Q148.54688 120.716034 147.73438 119.872284Q146.9375 119.028534 146.9375 117.51291Q146.9375 115.95041 147.75 115.091034Q148.5625 114.216034 149.84375 114.216034Q151.09375 114.216034 151.875 115.059784Q152.67188 115.903534 152.67188 117.45041Q152.67188 117.54416 152.67188 117.73166L148.03125 117.73166Q148.09375 118.76291 148.60938 119.309784Q149.125 119.841034 149.90625 119.841034Q150.48438 119.841034 150.89062 119.54416Q151.3125 119.23166 151.54688 118.57541ZM148.09375 116.872284L151.5625 116.872284Q151.5 116.07541 151.17188 115.684784Q150.65625 115.07541 149.85938 115.07541Q149.125 115.07541 148.625 115.559784Q148.14062 116.04416 148.09375 116.872284ZM161.35938 118.29416L162.39062 118.434784Q162.21875 119.497284 161.51562 120.10666Q160.8125 120.716034 159.79688 120.716034Q158.51562 120.716034 157.73438 119.88791Q156.96875 119.04416 156.96875 117.48166Q156.96875 116.48166 157.29688 115.73166Q157.64062 114.966034 158.3125 114.591034Q159.0 114.216034 159.8125 114.216034Q160.8125 114.216034 161.45312 114.73166Q162.10938 115.23166 162.29688 116.184784L161.26562 116.341034Q161.125 115.716034 160.75 115.403534Q160.375 115.07541 159.84375 115.07541Q159.04688 115.07541 158.54688 115.653534Q158.04688 116.216034 158.04688 117.45041Q158.04688 118.716034 158.53125 119.278534Q159.01562 119.841034 159.78125 119.841034Q160.40625 119.841034 160.8125 119.466034Q161.23438 119.091034 161.35938 118.29416ZM162.90625 117.466034Q162.90625 115.73166 163.85938 114.903534Q164.65625 114.216034 165.8125 114.216034Q167.09375 114.216034 167.90625 115.059784Q168.73438 115.88791 168.73438 117.372284Q168.73438 118.57541 168.375 119.26291Q168.01562 119.95041 167.3125 120.341034Q166.625 120.716034 165.8125 120.716034Q164.51562 120.716034 163.70312 119.88791Q162.90625 119.04416 162.90625 117.466034ZM163.98438 117.466034Q163.98438 118.653534 164.5 119.247284Q165.03125 119.841034 165.8125 119.841034Q166.60938 119.841034 167.125 119.247284Q167.64062 118.653534 167.64062 117.434784Q167.64062 116.278534 167.10938 115.684784Q166.59375 115.091034 165.8125 115.091034Q165.03125 115.091034 164.5 115.684784Q163.98438 116.26291 163.98438 117.466034ZM170.29688 120.57541L170.29688 114.35666L171.23438 114.35666L171.23438 115.23166Q171.53125 114.76291 172.01562 114.497284Q172.5 114.216034 173.125 114.216034Q173.8125 114.216034 174.25 114.497284Q174.70312 114.778534 174.875 115.29416Q175.625 114.216034 176.79688 114.216034Q177.73438 114.216034 178.21875 114.73166Q178.71875 115.23166 178.71875 116.309784L178.71875 120.57541L177.67188 120.57541L177.67188 116.653534Q177.67188 116.028534 177.5625 115.747284Q177.46875 115.466034 177.20312 115.29416Q176.9375 115.122284 176.5625 115.122284Q175.90625 115.122284 175.46875 115.559784Q175.04688 115.997284 175.04688 116.966034L175.04688 120.57541L173.98438 120.57541L173.98438 116.528534Q173.98438 115.82541 173.71875 115.48166Q173.46875 115.122284 172.89062 115.122284Q172.4375 115.122284 172.0625 115.35666Q171.6875 115.591034 171.51562 116.04416Q171.34375 116.497284 171.34375 117.341034L171.34375 120.57541L170.29688 120.57541ZM180.29688 122.966034L180.29688 114.35666L181.25 114.35666L181.25 115.153534Q181.59375 114.684784 182.01562 114.45041Q182.45312 114.216034 183.0625 114.216034Q183.85938 114.216034 184.46875 114.622284Q185.07812 115.028534 185.375 115.778534Q185.6875 116.528534 185.6875 117.41916Q185.6875 118.372284 185.34375 119.13791Q185.01562 119.903534 184.35938 120.309784Q183.70312 120.716034 182.98438 120.716034Q182.45312 120.716034 182.03125 120.497284Q181.60938 120.26291 181.34375 119.934784L181.34375 122.966034L180.29688 122.966034ZM181.25 117.497284Q181.25 118.70041 181.73438 119.278534Q182.21875 119.841034 182.90625 119.841034Q183.60938 119.841034 184.10938 119.247284Q184.60938 118.653534 184.60938 117.403534Q184.60938 116.216034 184.125 115.63791Q183.64062 115.04416 182.95312 115.04416Q182.28125 115.04416 181.76562 115.66916Q181.25 116.29416 181.25 117.497284ZM187.26562 120.57541L187.26562 111.98166L188.32812 111.98166L188.32812 120.57541L187.26562 120.57541ZM194.54688 118.57541L195.64062 118.70041Q195.39062 119.653534 194.6875 120.184784Q193.98438 120.716034 192.90625 120.716034Q191.54688 120.716034 190.73438 119.872284Q189.9375 119.028534 189.9375 117.51291Q189.9375 115.95041 190.75 115.091034Q191.5625 114.216034 192.84375 114.216034Q194.09375 114.216034 194.875 115.059784Q195.67188 115.903534 195.67188 117.45041Q195.67188 117.54416 195.67188 117.73166L191.03125 117.73166Q191.09375 118.76291 191.60938 119.309784Q192.125 119.841034 192.90625 119.841034Q193.48438 119.841034 193.89062 119.54416Q194.3125 119.23166 194.54688 118.57541ZM191.09375 116.872284L194.5625 116.872284Q194.5 116.07541 194.17188 115.684784Q193.65625 115.07541 192.85938 115.07541Q192.125 115.07541 191.625 115.559784Q191.14062 116.04416 191.09375 116.872284ZM199.59375 119.63791L199.75 120.559784Q199.29688 120.653534 198.95312 120.653534Q198.375 120.653534 198.0625 120.48166Q197.75 120.29416 197.60938 119.997284Q197.48438 119.70041 197.48438 118.747284L197.48438 115.16916L196.71875 115.16916L196.71875 114.35666L197.48438 114.35666L197.48438 112.809784L198.53125 112.184784L198.53125 114.35666L199.59375 114.35666L199.59375 115.16916L198.53125 115.16916L198.53125 118.809784Q198.53125 119.26291 198.57812 119.38791Q198.64062 119.51291 198.76562 119.591034Q198.89062 119.66916 199.125 119.66916Q199.3125 119.66916 199.59375 119.63791ZM200.29688 113.20041L200.29688 111.98166L201.35938 111.98166L201.35938 113.20041L200.29688 113.20041ZM200.29688 120.57541L200.29688 114.35666L201.35938 114.35666L201.35938 120.57541L200.29688 120.57541ZM202.90625 117.466034Q202.90625 115.73166 203.85938 114.903534Q204.65625 114.216034 205.8125 114.216034Q207.09375 114.216034 207.90625 115.059784Q208.73438 115.88791 208.73438 117.372284Q208.73438 118.57541 208.375 119.26291Q208.01562 119.95041 207.3125 120.341034Q206.625 120.716034 205.8125 120.716034Q204.51562 120.716034 203.70312 119.88791Q202.90625 119.04416 202.90625 117.466034ZM203.98438 117.466034Q203.98438 118.653534 204.5 119.247284Q205.03125 119.841034 205.8125 119.841034Q206.60938 119.841034 207.125 119.247284Q207.64062 118.653534 207.64062 117.434784Q207.64062 116.278534 207.10938 115.684784Q206.59375 115.091034 205.8125 115.091034Q205.03125 115.091034 204.5 115.684784Q203.98438 116.26291 203.98438 117.466034ZM210.29688 120.57541L210.29688 114.35666L211.23438 114.35666L211.23438 115.23166Q211.92188 114.216034 213.21875 114.216034Q213.78125 114.216034 214.25 114.41916Q214.73438 114.622284 214.96875 114.95041Q215.20312 115.278534 215.29688 115.716034Q215.34375 116.01291 215.34375 116.747284L215.34375 120.57541L214.29688 120.57541L214.29688 116.79416Q214.29688 116.13791 214.17188 115.82541Q214.04688 115.51291 213.73438 115.32541Q213.42188 115.122284 213.0 115.122284Q212.32812 115.122284 211.82812 115.559784Q211.34375 115.98166 211.34375 117.16916L211.34375 120.57541L210.29688 120.57541Z" fill-rule="nonzero"/><path fill="#666666" d="M48.375 152.34647L48.375 143.75272L51.609375 143.75272Q52.59375 143.75272 53.1875 144.01834Q53.78125 144.28397 54.109375 144.83084Q54.453125 145.36209 54.453125 145.95584Q54.453125 146.50272 54.15625 146.98709Q53.859375 147.47147 53.25 147.76834Q54.03125 148.00272 54.4375 148.56522Q54.859375 149.11209 54.859375 149.86209Q54.859375 150.45584 54.609375 150.98709Q54.359375 151.50272 53.984375 151.78397Q53.609375 152.06522 53.03125 152.20584Q52.46875 152.34647 51.65625 152.34647L48.375 152.34647ZM49.515625 147.36209L51.375 147.36209Q52.125 147.36209 52.453125 147.26834Q52.890625 147.14334 53.109375 146.84647Q53.328125 146.53397 53.328125 146.08084Q53.328125 145.65897 53.125 145.33084Q52.921875 145.00272 52.53125 144.89334Q52.15625 144.76834 51.234375 144.76834L49.515625 144.76834L49.515625 147.36209ZM49.515625 151.33084L51.65625 151.33084Q52.203125 151.33084 52.421875 151.28397Q52.828125 151.22147 53.078125 151.06522Q53.34375 150.89334 53.515625 150.58084Q53.6875 150.26834 53.6875 149.86209Q53.6875 149.37772 53.4375 149.01834Q53.203125 148.65897 52.765625 148.51834Q52.328125 148.37772 51.5 148.37772L49.515625 148.37772L49.515625 151.33084ZM60.546875 150.34647L61.640625 150.47147Q61.390625 151.42459 60.6875 151.95584Q59.984375 152.48709 58.90625 152.48709Q57.546875 152.48709 56.734375 151.64334Q55.9375 150.79959 55.9375 149.28397Q55.9375 147.72147 56.75 146.86209Q57.5625 145.98709 58.84375 145.98709Q60.09375 145.98709 60.875 146.83084Q61.671875 147.67459 61.671875 149.22147Q61.671875 149.31522 61.671875 149.50272L57.03125 149.50272Q57.09375 150.53397 57.609375 151.08084Q58.125 151.61209 58.90625 151.61209Q59.484375 151.61209 59.890625 151.31522Q60.3125 151.00272 60.546875 150.34647ZM57.09375 148.64334L60.5625 148.64334Q60.5 147.84647 60.171875 147.45584Q59.65625 146.84647 58.859375 146.84647Q58.125 146.84647 57.625 147.33084Q57.140625 147.81522 57.09375 148.64334ZM65.59375 151.40897L65.75 152.33084Q65.296875 152.42459 64.953125 152.42459Q64.375 152.42459 64.0625 152.25272Q63.75 152.06522 63.609375 151.76834Q63.484375 151.47147 63.484375 150.51834L63.484375 146.94022L62.71875 146.94022L62.71875 146.12772L63.484375 146.12772L63.484375 144.58084L64.53125 143.95584L64.53125 146.12772L65.59375 146.12772L65.59375 146.94022L64.53125 146.94022L64.53125 150.58084Q64.53125 151.03397 64.578125 151.15897Q64.640625 151.28397 64.765625 151.36209Q64.890625 151.44022 65.125 151.44022Q65.3125 151.44022 65.59375 151.40897ZM68.59375 151.40897L68.75 152.33084Q68.296875 152.42459 67.953125 152.42459Q67.375 152.42459 67.0625 152.25272Q66.75 152.06522 66.609375 151.76834Q66.484375 151.47147 66.484375 150.51834L66.484375 146.94022L65.71875 146.94022L65.71875 146.12772L66.484375 146.12772L66.484375 144.58084L67.53125 143.95584L67.53125 146.12772L68.59375 146.12772L68.59375 146.94022L67.53125 146.94022L67.53125 150.58084Q67.53125 151.03397 67.578125 151.15897Q67.640625 151.28397 67.765625 151.36209Q67.890625 151.44022 68.125 151.44022Q68.3125 151.44022 68.59375 151.40897ZM73.546875 150.34647L74.640625 150.47147Q74.390625 151.42459 73.6875 151.95584Q72.984375 152.48709 71.90625 152.48709Q70.546875 152.48709 69.734375 151.64334Q68.9375 150.79959 68.9375 149.28397Q68.9375 147.72147 69.75 146.86209Q70.5625 145.98709 71.84375 145.98709Q73.09375 145.98709 73.875 146.83084Q74.671875 147.67459 74.671875 149.22147Q74.671875 149.31522 74.671875 149.50272L70.03125 149.50272Q70.09375 150.53397 70.609375 151.08084Q71.125 151.61209 71.90625 151.61209Q72.484375 151.61209 72.890625 151.31522Q73.3125 151.00272 73.546875 150.34647ZM70.09375 148.64334L73.5625 148.64334Q73.5 147.84647 73.171875 147.45584Q72.65625 146.84647 71.859375 146.84647Q71.125 146.84647 70.625 147.33084Q70.140625 147.81522 70.09375 148.64334ZM76.28125 152.34647L76.28125 146.12772L77.234375 146.12772L77.234375 147.06522Q77.59375 146.40897 77.890625 146.20584Q78.203125 145.98709 78.578125 145.98709Q79.109375 145.98709 79.65625 146.31522L79.296875 147.29959Q78.90625 147.06522 78.53125 147.06522Q78.171875 147.06522 77.890625 147.28397Q77.625 147.48709 77.515625 147.86209Q77.328125 148.42459 77.328125 149.08084L77.328125 152.34647L76.28125 152.34647ZM83.296875 144.97147L83.296875 143.75272L84.359375 143.75272L84.359375 144.97147L83.296875 144.97147ZM83.296875 152.34647L83.296875 146.12772L84.359375 146.12772L84.359375 152.34647L83.296875 152.34647ZM86.296875 152.34647L86.296875 146.12772L87.234375 146.12772L87.234375 147.00272Q87.921875 145.98709 89.21875 145.98709Q89.78125 145.98709 90.25 146.19022Q90.734375 146.39334 90.96875 146.72147Q91.203125 147.04959 91.296875 147.48709Q91.34375 147.78397 91.34375 148.51834L91.34375 152.34647L90.296875 152.34647L90.296875 148.56522Q90.296875 147.90897 90.171875 147.59647Q90.046875 147.28397 89.734375 147.09647Q89.421875 146.89334 89.0 146.89334Q88.328125 146.89334 87.828125 147.33084Q87.34375 147.75272 87.34375 148.94022L87.34375 152.34647L86.296875 152.34647ZM95.59375 151.40897L95.75 152.33084Q95.296875 152.42459 94.953125 152.42459Q94.375 152.42459 94.0625 152.25272Q93.75 152.06522 93.609375 151.76834Q93.484375 151.47147 93.484375 150.51834L93.484375 146.94022L92.71875 146.94022L92.71875 146.12772L93.484375 146.12772L93.484375 144.58084L94.53125 143.95584L94.53125 146.12772L95.59375 146.12772L95.59375 146.94022L94.53125 146.94022L94.53125 150.58084Q94.53125 151.03397 94.578125 151.15897Q94.640625 151.28397 94.765625 151.36209Q94.890625 151.44022 95.125 151.44022Q95.3125 151.44022 95.59375 151.40897ZM100.546875 150.34647L101.640625 150.47147Q101.390625 151.42459 100.6875 151.95584Q99.984375 152.48709 98.90625 152.48709Q97.546875 152.48709 96.734375 151.64334Q95.9375 150.79959 95.9375 149.28397Q95.9375 147.72147 96.75 146.86209Q97.5625 145.98709 98.84375 145.98709Q100.09375 145.98709 100.875 146.83084Q101.671875 147.67459 101.671875 149.22147Q101.671875 149.31522 101.671875 149.50272L97.03125 149.50272Q97.09375 150.53397 97.609375 151.08084Q98.125 151.61209 98.90625 151.61209Q99.484375 151.61209 99.890625 151.31522Q100.3125 151.00272 100.546875 150.34647ZM97.09375 148.64334L100.5625 148.64334Q100.5 147.84647 100.171875 147.45584Q99.65625 146.84647 98.859375 146.84647Q98.125 146.84647 97.625 147.33084Q97.140625 147.81522 97.09375 148.64334ZM103.09375 152.86209L104.125 153.01834Q104.1875 153.48709 104.484375 153.70584Q104.875 154.00272 105.546875 154.00272Q106.28125 154.00272 106.671875 153.70584Q107.078125 153.40897 107.21875 152.89334Q107.3125 152.56522 107.296875 151.53397Q106.609375 152.34647 105.578125 152.34647Q104.296875 152.34647 103.59375 151.42459Q102.890625 150.48709 102.890625 149.20584Q102.890625 148.31522 103.203125 147.56522Q103.53125 146.79959 104.140625 146.39334Q104.75 145.98709 105.578125 145.98709Q106.6875 145.98709 107.40625 146.87772L107.40625 146.12772L108.375 146.12772L108.375 151.50272Q108.375 152.95584 108.078125 153.56522Q107.78125 154.17459 107.140625 154.51834Q106.5 154.87772 105.5625 154.87772Q104.453125 154.87772 103.765625 154.37772Q103.078125 153.87772 103.09375 152.86209ZM103.96875 149.12772Q103.96875 150.34647 104.453125 150.90897Q104.9375 151.47147 105.671875 151.47147Q106.40625 151.47147 106.890625 150.90897Q107.390625 150.34647 107.390625 149.15897Q107.390625 148.01834 106.875 147.44022Q106.375 146.86209 105.65625 146.86209Q104.953125 146.86209 104.453125 147.44022Q103.96875 148.00272 103.96875 149.12772ZM110.28125 152.34647L110.28125 146.12772L111.234375 146.12772L111.234375 147.06522Q111.59375 146.40897 111.890625 146.20584Q112.203125 145.98709 112.578125 145.98709Q113.109375 145.98709 113.65625 146.31522L113.296875 147.29959Q112.90625 147.06522 112.53125 147.06522Q112.171875 147.06522 111.890625 147.28397Q111.625 147.48709 111.515625 147.86209Q111.328125 148.42459 111.328125 149.08084L111.328125 152.34647L110.28125 152.34647ZM118.359375 151.58084Q117.765625 152.08084 117.21875 152.28397Q116.6875 152.48709 116.0625 152.48709Q115.03125 152.48709 114.484375 151.98709Q113.9375 151.48709 113.9375 150.70584Q113.9375 150.25272 114.140625 149.87772Q114.34375 149.48709 114.6875 149.26834Q115.03125 149.03397 115.453125 148.92459Q115.75 148.83084 116.390625 148.75272Q117.65625 148.61209 118.265625 148.39334Q118.265625 148.17459 118.265625 148.12772Q118.265625 147.47147 117.96875 147.20584Q117.5625 146.86209 116.765625 146.86209Q116.03125 146.86209 115.671875 147.12772Q115.3125 147.37772 115.140625 148.03397L114.109375 147.89334Q114.25 147.23709 114.578125 146.83084Q114.90625 146.42459 115.515625 146.20584Q116.125 145.98709 116.921875 145.98709Q117.71875 145.98709 118.21875 146.17459Q118.71875 146.36209 118.953125 146.64334Q119.1875 146.92459 119.28125 147.36209Q119.328125 147.62772 119.328125 148.33084L119.328125 149.73709Q119.328125 151.20584 119.390625 151.59647Q119.46875 151.98709 119.671875 152.34647L118.5625 152.34647Q118.40625 152.01834 118.359375 151.58084ZM118.265625 149.22147Q117.6875 149.45584 116.546875 149.62772Q115.890625 149.72147 115.625 149.84647Q115.359375 149.95584 115.203125 150.17459Q115.0625 150.39334 115.0625 150.67459Q115.0625 151.09647 115.375 151.37772Q115.703125 151.65897 116.3125 151.65897Q116.921875 151.65897 117.390625 151.39334Q117.875 151.12772 118.09375 150.65897Q118.265625 150.29959 118.265625 149.61209L118.265625 149.22147ZM123.59375 151.40897L123.75 152.33084Q123.296875 152.42459 122.953125 152.42459Q122.375 152.42459 122.0625 152.25272Q121.75 152.06522 121.609375 151.76834Q121.484375 151.47147 121.484375 150.51834L121.484375 146.94022L120.71875 146.94022L120.71875 146.12772L121.484375 146.12772L121.484375 144.58084L122.53125 143.95584L122.53125 146.12772L123.59375 146.12772L123.59375 146.94022L122.53125 146.94022L122.53125 150.58084Q122.53125 151.03397 122.578125 151.15897Q122.640625 151.28397 122.765625 151.36209Q122.890625 151.44022 123.125 151.44022Q123.3125 151.44022 123.59375 151.40897ZM124.296875 144.97147L124.296875 143.75272L125.359375 143.75272L125.359375 144.97147L124.296875 144.97147ZM124.296875 152.34647L124.296875 146.12772L125.359375 146.12772L125.359375 152.34647L124.296875 152.34647ZM126.90625 149.23709Q126.90625 147.50272 127.859375 146.67459Q128.65625 145.98709 129.8125 145.98709Q131.09375 145.98709 131.90625 146.83084Q132.73438 147.65897 132.73438 149.14334Q132.73438 150.34647 132.375 151.03397Q132.01562 151.72147 131.3125 152.11209Q130.625 152.48709 129.8125 152.48709Q128.51562 152.48709 127.703125 151.65897Q126.90625 150.81522 126.90625 149.23709ZM127.984375 149.23709Q127.984375 150.42459 128.5 151.01834Q129.03125 151.61209 129.8125 151.61209Q130.60938 151.61209 131.125 151.01834Q131.64062 150.42459 131.64062 149.20584Q131.64062 148.04959 131.10938 147.45584Q130.59375 146.86209 129.8125 146.86209Q129.03125 146.86209 128.5 147.45584Q127.984375 148.03397 127.984375 149.23709ZM134.29688 152.34647L134.29688 146.12772L135.23438 146.12772L135.23438 147.00272Q135.92188 145.98709 137.21875 145.98709Q137.78125 145.98709 138.25 146.19022Q138.73438 146.39334 138.96875 146.72147Q139.20312 147.04959 139.29688 147.48709Q139.34375 147.78397 139.34375 148.51834L139.34375 152.34647L138.29688 152.34647L138.29688 148.56522Q138.29688 147.90897 138.17188 147.59647Q138.04688 147.28397 137.73438 147.09647Q137.42188 146.89334 137.0 146.89334Q136.32812 146.89334 135.82812 147.33084Q135.34375 147.75272 135.34375 148.94022L135.34375 152.34647L134.29688 152.34647ZM145.4375 152.34647L143.53125 146.12772L144.625 146.12772L145.60938 149.72147L145.98438 151.04959Q146.01562 150.95584 146.3125 149.76834L147.29688 146.12772L148.375 146.12772L149.3125 149.73709L149.625 150.92459L149.98438 149.72147L151.04688 146.12772L152.07812 146.12772L150.125 152.34647L149.03125 152.34647L148.04688 148.61209L147.79688 147.56522L146.54688 152.34647L145.4375 152.34647ZM153.29688 144.97147L153.29688 143.75272L154.35938 143.75272L154.35938 144.97147L153.29688 144.97147ZM153.29688 152.34647L153.29688 146.12772L154.35938 146.12772L154.35938 152.34647L153.29688 152.34647ZM158.59375 151.40897L158.75 152.33084Q158.29688 152.42459 157.95312 152.42459Q157.375 152.42459 157.0625 152.25272Q156.75 152.06522 156.60938 151.76834Q156.48438 151.47147 156.48438 150.51834L156.48438 146.94022L155.71875 146.94022L155.71875 146.12772L156.48438 146.12772L156.48438 144.58084L157.53125 143.95584L157.53125 146.12772L158.59375 146.12772L158.59375 146.94022L157.53125 146.94022L157.53125 150.58084Q157.53125 151.03397 157.57812 151.15897Q157.64062 151.28397 157.76562 151.36209Q157.89062 151.44022 158.125 151.44022Q158.3125 151.44022 158.59375 151.40897ZM159.29688 152.34647L159.29688 143.75272L160.34375 143.75272L160.34375 146.83084Q161.07812 145.98709 162.20312 145.98709Q162.90625 145.98709 163.40625 146.26834Q163.92188 146.53397 164.14062 147.01834Q164.35938 147.48709 164.35938 148.40897L164.35938 152.34647L163.3125 152.34647L163.3125 148.40897Q163.3125 147.61209 162.96875 147.25272Q162.625 146.89334 162.0 146.89334Q161.53125 146.89334 161.10938 147.14334Q160.70312 147.37772 160.51562 147.79959Q160.34375 148.20584 160.34375 148.94022L160.34375 152.34647L159.29688 152.34647ZM175.5625 149.33084L176.6875 149.62772Q176.32812 151.01834 175.40625 151.75272Q174.48438 152.48709 173.14062 152.48709Q171.75 152.48709 170.875 151.92459Q170.0 151.36209 169.54688 150.29959Q169.09375 149.22147 169.09375 147.98709Q169.09375 146.64334 169.60938 145.64334Q170.125 144.64334 171.0625 144.12772Q172.01562 143.61209 173.15625 143.61209Q174.4375 143.61209 175.3125 144.26834Q176.20312 144.92459 176.54688 146.11209L175.42188 146.37772Q175.125 145.44022 174.54688 145.01834Q173.98438 144.58084 173.125 144.58084Q172.14062 144.58084 171.46875 145.06522Q170.8125 145.53397 170.53125 146.33084Q170.26562 147.12772 170.26562 147.98709Q170.26562 149.08084 170.57812 149.89334Q170.90625 150.70584 171.57812 151.11209Q172.25 151.51834 173.04688 151.51834Q174.0 151.51834 174.65625 150.97147Q175.32812 150.42459 175.5625 149.33084ZM178.375 152.34647L178.375 143.75272L179.51562 143.75272L179.51562 151.33084L183.75 151.33084L183.75 152.34647L178.375 152.34647ZM185.625 152.34647L185.625 143.75272L186.75 143.75272L186.75 152.34647L185.625 152.34647ZM193.59375 151.40897L193.75 152.33084Q193.29688 152.42459 192.95312 152.42459Q192.375 152.42459 192.0625 152.25272Q191.75 152.06522 191.60938 151.76834Q191.48438 151.47147 191.48438 150.51834L191.48438 146.94022L190.71875 146.94022L190.71875 146.12772L191.48438 146.12772L191.48438 144.58084L192.53125 143.95584L192.53125 146.12772L193.59375 146.12772L193.59375 146.94022L192.53125 146.94022L192.53125 150.58084Q192.53125 151.03397 192.57812 151.15897Q192.64062 151.28397 192.76562 151.36209Q192.89062 151.44022 193.125 151.44022Q193.3125 151.44022 193.59375 151.40897ZM193.90625 149.23709Q193.90625 147.50272 194.85938 146.67459Q195.65625 145.98709 196.8125 145.98709Q198.09375 145.98709 198.90625 146.83084Q199.73438 147.65897 199.73438 149.14334Q199.73438 150.34647 199.375 151.03397Q199.01562 151.72147 198.3125 152.11209Q197.625 152.48709 196.8125 152.48709Q195.51562 152.48709 194.70312 151.65897Q193.90625 150.81522 193.90625 149.23709ZM194.98438 149.23709Q194.98438 150.42459 195.5 151.01834Q196.03125 151.61209 196.8125 151.61209Q197.60938 151.61209 198.125 151.01834Q198.64062 150.42459 198.64062 149.20584Q198.64062 148.04959 198.10938 147.45584Q197.59375 146.86209 196.8125 146.86209Q196.03125 146.86209 195.5 147.45584Q194.98438 148.03397 194.98438 149.23709ZM200.90625 149.23709Q200.90625 147.50272 201.85938 146.67459Q202.65625 145.98709 203.8125 145.98709Q205.09375 145.98709 205.90625 146.83084Q206.73438 147.65897 206.73438 149.14334Q206.73438 150.34647 206.375 151.03397Q206.01562 151.72147 205.3125 152.11209Q204.625 152.48709 203.8125 152.48709Q202.51562 152.48709 201.70312 151.65897Q200.90625 150.81522 200.90625 149.23709ZM201.98438 149.23709Q201.98438 150.42459 202.5 151.01834Q203.03125 151.61209 203.8125 151.61209Q204.60938 151.61209 205.125 151.01834Q205.64062 150.42459 205.64062 149.20584Q205.64062 148.04959 205.10938 147.45584Q204.59375 146.86209 203.8125 146.86209Q203.03125 146.86209 202.5 147.45584Q201.98438 148.03397 201.98438 149.23709ZM208.26562 152.34647L208.26562 143.75272L209.32812 143.75272L209.32812 152.34647L208.26562 152.34647ZM210.875 150.48709L211.90625 150.33084Q212.0 150.95584 212.39062 151.28397Q212.79688 151.61209 213.53125 151.61209Q214.25 151.61209 214.59375 151.33084Q214.95312 151.03397 214.95312 150.62772Q214.95312 150.26834 214.64062 150.06522Q214.42188 149.92459 213.5625 149.70584Q212.40625 149.40897 211.95312 149.20584Q211.51562 148.98709 211.28125 148.61209Q211.04688 148.23709 211.04688 147.76834Q211.04688 147.36209 211.23438 147.00272Q211.42188 146.64334 211.75 146.40897Q212.0 146.23709 212.42188 146.11209Q212.84375 145.98709 213.34375 145.98709Q214.0625 145.98709 214.60938 146.20584Q215.17188 146.40897 215.4375 146.76834Q215.70312 147.12772 215.79688 147.72147L214.76562 147.86209Q214.70312 147.39334 214.35938 147.12772Q214.03125 146.84647 213.40625 146.84647Q212.6875 146.84647 212.375 147.09647Q212.0625 147.33084 212.0625 147.65897Q212.0625 147.86209 212.1875 148.01834Q212.32812 148.19022 212.59375 148.29959Q212.75 148.36209 213.53125 148.56522Q214.65625 148.87772 215.09375 149.06522Q215.53125 149.25272 215.78125 149.61209Q216.03125 149.97147 216.03125 150.51834Q216.03125 151.04959 215.71875 151.51834Q215.42188 151.97147 214.84375 152.23709Q214.26562 152.48709 213.53125 152.48709Q212.3125 152.48709 211.67188 151.98709Q211.04688 151.47147 210.875 150.48709Z" fill-rule="nonzero"/><path fill="#666666" d="M97.375 184.11751L97.375 175.52376L100.609375 175.52376Q101.59375 175.52376 102.1875 175.78938Q102.78125 176.05501 103.109375 176.60188Q103.453125 177.13313 103.453125 177.72688Q103.453125 178.27376 103.15625 178.75813Q102.859375 179.24251 102.25 179.53938Q103.03125 179.77376 103.4375 180.33626Q103.859375 180.88313 103.859375 181.63313Q103.859375 182.22688 103.609375 182.75813Q103.359375 183.27376 102.984375 183.55501Q102.609375 183.83626 102.03125 183.97688Q101.46875 184.11751 100.65625 184.11751L97.375 184.11751ZM98.515625 179.13313L100.375 179.13313Q101.125 179.13313 101.453125 179.03938Q101.890625 178.91438 102.109375 178.61751Q102.328125 178.30501 102.328125 177.85188Q102.328125 177.43001 102.125 177.10188Q101.921875 176.77376 101.53125 176.66438Q101.15625 176.53938 100.234375 176.53938L98.515625 176.53938L98.515625 179.13313ZM98.515625 183.10188L100.65625 183.10188Q101.203125 183.10188 101.421875 183.05501Q101.828125 182.99251 102.078125 182.83626Q102.34375 182.66438 102.515625 182.35188Q102.6875 182.03938 102.6875 181.63313Q102.6875 181.14876 102.4375 180.78938Q102.203125 180.43001 101.765625 180.28938Q101.328125 180.14876 100.5 180.14876L98.515625 180.14876L98.515625 183.10188ZM109.546875 182.11751L110.640625 182.24251Q110.390625 183.19563 109.6875 183.72688Q108.984375 184.25813 107.90625 184.25813Q106.546875 184.25813 105.734375 183.41438Q104.9375 182.57063 104.9375 181.05501Q104.9375 179.49251 105.75 178.63313Q106.5625 177.75813 107.84375 177.75813Q109.09375 177.75813 109.875 178.60188Q110.671875 179.44563 110.671875 180.99251Q110.671875 181.08626 110.671875 181.27376L106.03125 181.27376Q106.09375 182.30501 106.609375 182.85188Q107.125 183.38313 107.90625 183.38313Q108.484375 183.38313 108.890625 183.08626Q109.3125 182.77376 109.546875 182.11751ZM106.09375 180.41438L109.5625 180.41438Q109.5 179.61751 109.171875 179.22688Q108.65625 178.61751 107.859375 178.61751Q107.125 178.61751 106.625 179.10188Q106.140625 179.58626 106.09375 180.41438ZM114.59375 183.18001L114.75 184.10188Q114.296875 184.19563 113.953125 184.19563Q113.375 184.19563 113.0625 184.02376Q112.75 183.83626 112.609375 183.53938Q112.484375 183.24251 112.484375 182.28938L112.484375 178.71126L111.71875 178.71126L111.71875 177.89876L112.484375 177.89876L112.484375 176.35188L113.53125 175.72688L113.53125 177.89876L114.59375 177.89876L114.59375 178.71126L113.53125 178.71126L113.53125 182.35188Q113.53125 182.80501 113.578125 182.93001Q113.640625 183.05501 113.765625 183.13313Q113.890625 183.21126 114.125 183.21126Q114.3125 183.21126 114.59375 183.18001ZM117.59375 183.18001L117.75 184.10188Q117.296875 184.19563 116.953125 184.19563Q116.375 184.19563 116.0625 184.02376Q115.75 183.83626 115.609375 183.53938Q115.484375 183.24251 115.484375 182.28938L115.484375 178.71126L114.71875 178.71126L114.71875 177.89876L115.484375 177.89876L115.484375 176.35188L116.53125 175.72688L116.53125 177.89876L117.59375 177.89876L117.59375 178.71126L116.53125 178.71126L116.53125 182.35188Q116.53125 182.80501 116.578125 182.93001Q116.640625 183.05501 116.765625 183.13313Q116.890625 183.21126 117.125 183.21126Q117.3125 183.21126 117.59375 183.18001ZM122.546875 182.11751L123.640625 182.24251Q123.390625 183.19563 122.6875 183.72688Q121.984375 184.25813 120.90625 184.25813Q119.546875 184.25813 118.734375 183.41438Q117.9375 182.57063 117.9375 181.05501Q117.9375 179.49251 118.75 178.63313Q119.5625 177.75813 120.84375 177.75813Q122.09375 177.75813 122.875 178.60188Q123.671875 179.44563 123.671875 180.99251Q123.671875 181.08626 123.671875 181.27376L119.03125 181.27376Q119.09375 182.30501 119.609375 182.85188Q120.125 183.38313 120.90625 183.38313Q121.484375 183.38313 121.890625 183.08626Q122.3125 182.77376 122.546875 182.11751ZM119.09375 180.41438L122.5625 180.41438Q122.5 179.61751 122.171875 179.22688Q121.65625 178.61751 120.859375 178.61751Q120.125 178.61751 119.625 179.10188Q119.140625 179.58626 119.09375 180.41438ZM125.28125 184.11751L125.28125 177.89876L126.234375 177.89876L126.234375 178.83626Q126.59375 178.18001 126.890625 177.97688Q127.203125 177.75813 127.578125 177.75813Q128.10938 177.75813 128.65625 178.08626L128.29688 179.07063Q127.90625 178.83626 127.53125 178.83626Q127.171875 178.83626 126.890625 179.05501Q126.625 179.25813 126.515625 179.63313Q126.328125 180.19563 126.328125 180.85188L126.328125 184.11751L125.28125 184.11751ZM132.29688 184.11751L132.29688 177.89876L133.23438 177.89876L133.23438 178.77376Q133.53125 178.30501 134.01562 178.03938Q134.5 177.75813 135.125 177.75813Q135.8125 177.75813 136.25 178.03938Q136.70312 178.32063 136.875 178.83626Q137.625 177.75813 138.79688 177.75813Q139.73438 177.75813 140.21875 178.27376Q140.71875 178.77376 140.71875 179.85188L140.71875 184.11751L139.67188 184.11751L139.67188 180.19563Q139.67188 179.57063 139.5625 179.28938Q139.46875 179.00813 139.20312 178.83626Q138.9375 178.66438 138.5625 178.66438Q137.90625 178.66438 137.46875 179.10188Q137.04688 179.53938 137.04688 180.50813L137.04688 184.11751L135.98438 184.11751L135.98438 180.07063Q135.98438 179.36751 135.71875 179.02376Q135.46875 178.66438 134.89062 178.66438Q134.4375 178.66438 134.0625 178.89876Q133.6875 179.13313 133.51562 179.58626Q133.34375 180.03938 133.34375 180.88313L133.34375 184.11751L132.29688 184.11751ZM141.90625 181.00813Q141.90625 179.27376 142.85938 178.44563Q143.65625 177.75813 144.8125 177.75813Q146.09375 177.75813 146.90625 178.60188Q147.73438 179.43001 147.73438 180.91438Q147.73438 182.11751 147.375 182.80501Q147.01562 183.49251 146.3125 183.88313Q145.625 184.25813 144.8125 184.25813Q143.51562 184.25813 142.70312 183.43001Q141.90625 182.58626 141.90625 181.00813ZM142.98438 181.00813Q142.98438 182.19563 143.5 182.78938Q144.03125 183.38313 144.8125 183.38313Q145.60938 183.38313 146.125 182.78938Q146.64062 182.19563 146.64062 180.97688Q146.64062 179.82063 146.10938 179.22688Q145.59375 178.63313 144.8125 178.63313Q144.03125 178.63313 143.5 179.22688Q142.98438 179.80501 142.98438 181.00813ZM153.32812 184.11751L153.32812 183.33626Q152.73438 184.25813 151.59375 184.25813Q150.84375 184.25813 150.21875 183.85188Q149.59375 183.43001 149.25 182.69563Q148.90625 181.96126 148.90625 181.00813Q148.90625 180.08626 149.21875 179.32063Q149.53125 178.55501 150.15625 178.16438Q150.78125 177.75813 151.54688 177.75813Q152.10938 177.75813 152.54688 177.99251Q152.98438 178.22688 153.26562 178.60188L153.26562 175.52376L154.3125 175.52376L154.3125 184.11751L153.32812 184.11751ZM150.0 181.00813Q150.0 182.21126 150.5 182.80501Q151.0 183.38313 151.6875 183.38313Q152.375 183.38313 152.85938 182.82063Q153.34375 182.25813 153.34375 181.10188Q153.34375 179.82063 152.84375 179.22688Q152.35938 178.63313 151.64062 178.63313Q150.9375 178.63313 150.46875 179.21126Q150.0 179.77376 150.0 181.00813ZM160.375 184.11751L160.375 183.19563Q159.64062 184.25813 158.39062 184.25813Q157.84375 184.25813 157.35938 184.05501Q156.89062 183.83626 156.65625 183.52376Q156.42188 183.19563 156.32812 182.72688Q156.26562 182.43001 156.26562 181.74251L156.26562 177.89876L157.32812 177.89876L157.32812 181.35188Q157.32812 182.16438 157.39062 182.46126Q157.48438 182.86751 157.79688 183.11751Q158.125 183.35188 158.60938 183.35188Q159.07812 183.35188 159.48438 183.11751Q159.90625 182.86751 160.07812 182.44563Q160.26562 182.02376 160.26562 181.22688L160.26562 177.89876L161.3125 177.89876L161.3125 184.11751L160.375 184.11751ZM163.26562 184.11751L163.26562 175.52376L164.32812 175.52376L164.32812 184.11751L163.26562 184.11751ZM170.54688 182.11751L171.64062 182.24251Q171.39062 183.19563 170.6875 183.72688Q169.98438 184.25813 168.90625 184.25813Q167.54688 184.25813 166.73438 183.41438Q165.9375 182.57063 165.9375 181.05501Q165.9375 179.49251 166.75 178.63313Q167.5625 177.75813 168.84375 177.75813Q170.09375 177.75813 170.875 178.60188Q171.67188 179.44563 171.67188 180.99251Q171.67188 181.08626 171.67188 181.27376L167.03125 181.27376Q167.09375 182.30501 167.60938 182.85188Q168.125 183.38313 168.90625 183.38313Q169.48438 183.38313 169.89062 183.08626Q170.3125 182.77376 170.54688 182.11751ZM167.09375 180.41438L170.5625 180.41438Q170.5 179.61751 170.17188 179.22688Q169.65625 178.61751 168.85938 178.61751Q168.125 178.61751 167.625 179.10188Q167.14062 179.58626 167.09375 180.41438ZM175.875 182.25813L176.90625 182.10188Q177.0 182.72688 177.39062 183.05501Q177.79688 183.38313 178.53125 183.38313Q179.25 183.38313 179.59375 183.10188Q179.95312 182.80501 179.95312 182.39876Q179.95312 182.03938 179.64062 181.83626Q179.42188 181.69563 178.5625 181.47688Q177.40625 181.18001 176.95312 180.97688Q176.51562 180.75813 176.28125 180.38313Q176.04688 180.00813 176.04688 179.53938Q176.04688 179.13313 176.23438 178.77376Q176.42188 178.41438 176.75 178.18001Q177.0 178.00813 177.42188 177.88313Q177.84375 177.75813 178.34375 177.75813Q179.0625 177.75813 179.60938 177.97688Q180.17188 178.18001 180.4375 178.53938Q180.70312 178.89876 180.79688 179.49251L179.76562 179.63313Q179.70312 179.16438 179.35938 178.89876Q179.03125 178.61751 178.40625 178.61751Q177.6875 178.61751 177.375 178.86751Q177.0625 179.10188 177.0625 179.43001Q177.0625 179.63313 177.1875 179.78938Q177.32812 179.96126 177.59375 180.07063Q177.75 180.13313 178.53125 180.33626Q179.65625 180.64876 180.09375 180.83626Q180.53125 181.02376 180.78125 181.38313Q181.03125 181.74251 181.03125 182.28938Q181.03125 182.82063 180.71875 183.28938Q180.42188 183.74251 179.84375 184.00813Q179.26562 184.25813 178.53125 184.25813Q177.3125 184.25813 176.67188 183.75813Q176.04688 183.24251 175.875 182.25813ZM186.375 184.11751L186.375 183.19563Q185.64062 184.25813 184.39062 184.25813Q183.84375 184.25813 183.35938 184.05501Q182.89062 183.83626 182.65625 183.52376Q182.42188 183.19563 182.32812 182.72688Q182.26562 182.43001 182.26562 181.74251L182.26562 177.89876L183.32812 177.89876L183.32812 181.35188Q183.32812 182.16438 183.39062 182.46126Q183.48438 182.86751 183.79688 183.11751Q184.125 183.35188 184.60938 183.35188Q185.07812 183.35188 185.48438 183.11751Q185.90625 182.86751 186.07812 182.44563Q186.26562 182.02376 186.26562 181.22688L186.26562 177.89876L187.3125 177.89876L187.3125 184.11751L186.375 184.11751ZM189.29688 186.50813L189.29688 177.89876L190.25 177.89876L190.25 178.69563Q190.59375 178.22688 191.01562 177.99251Q191.45312 177.75813 192.0625 177.75813Q192.85938 177.75813 193.46875 178.16438Q194.07812 178.57063 194.375 179.32063Q194.6875 180.07063 194.6875 180.96126Q194.6875 181.91438 194.34375 182.68001Q194.01562 183.44563 193.35938 183.85188Q192.70312 184.25813 191.98438 184.25813Q191.45312 184.25813 191.03125 184.03938Q190.60938 183.80501 190.34375 183.47688L190.34375 186.50813L189.29688 186.50813ZM190.25 181.03938Q190.25 182.24251 190.73438 182.82063Q191.21875 183.38313 191.90625 183.38313Q192.60938 183.38313 193.10938 182.78938Q193.60938 182.19563 193.60938 180.94563Q193.60938 179.75813 193.125 179.18001Q192.64062 178.58626 191.95312 178.58626Q191.28125 178.58626 190.76562 179.21126Q190.25 179.83626 190.25 181.03938ZM196.29688 186.50813L196.29688 177.89876L197.25 177.89876L197.25 178.69563Q197.59375 178.22688 198.01562 177.99251Q198.45312 177.75813 199.0625 177.75813Q199.85938 177.75813 200.46875 178.16438Q201.07812 178.57063 201.375 179.32063Q201.6875 180.07063 201.6875 180.96126Q201.6875 181.91438 201.34375 182.68001Q201.01562 183.44563 200.35938 183.85188Q199.70312 184.25813 198.98438 184.25813Q198.45312 184.25813 198.03125 184.03938Q197.60938 183.80501 197.34375 183.47688L197.34375 186.50813L196.29688 186.50813ZM197.25 181.03938Q197.25 182.24251 197.73438 182.82063Q198.21875 183.38313 198.90625 183.38313Q199.60938 183.38313 200.10938 182.78938Q200.60938 182.19563 200.60938 180.94563Q200.60938 179.75813 200.125 179.18001Q199.64062 178.58626 198.95312 178.58626Q198.28125 178.58626 197.76562 179.21126Q197.25 179.83626 197.25 181.03938ZM202.90625 181.00813Q202.90625 179.27376 203.85938 178.44563Q204.65625 177.75813 205.8125 177.75813Q207.09375 177.75813 207.90625 178.60188Q208.73438 179.43001 208.73438 180.91438Q208.73438 182.11751 208.375 182.80501Q208.01562 183.49251 207.3125 183.88313Q206.625 184.25813 205.8125 184.25813Q204.51562 184.25813 203.70312 183.43001Q202.90625 182.58626 202.90625 181.00813ZM203.98438 181.00813Q203.98438 182.19563 204.5 182.78938Q205.03125 183.38313 205.8125 183.38313Q206.60938 183.38313 207.125 182.78938Q207.64062 182.19563 207.64062 180.97688Q207.64062 179.82063 207.10938 179.22688Q206.59375 178.63313 205.8125 178.63313Q205.03125 178.63313 204.5 179.22688Q203.98438 179.80501 203.98438 181.00813ZM210.28125 184.11751L210.28125 177.89876L211.23438 177.89876L211.23438 178.83626Q211.59375 178.18001 211.89062 177.97688Q212.20312 177.75813 212.57812 177.75813Q213.10938 177.75813 213.65625 178.08626L213.29688 179.07063Q212.90625 178.83626 212.53125 178.83626Q212.17188 178.83626 211.89062 179.05501Q211.625 179.25813 211.51562 179.63313Q211.32812 180.19563 211.32812 180.85188L211.32812 184.11751L210.28125 184.11751ZM216.59375 183.18001L216.75 184.10188Q216.29688 184.19563 215.95312 184.19563Q215.375 184.19563 215.0625 184.02376Q214.75 183.83626 214.60938 183.53938Q214.48438 183.24251 214.48438 182.28938L214.48438 178.71126L213.71875 178.71126L213.71875 177.89876L214.48438 177.89876L214.48438 176.35188L215.53125 175.72688L215.53125 177.89876L216.59375 177.89876L216.59375 178.71126L215.53125 178.71126L215.53125 182.35188Q215.53125 182.80501 215.57812 182.93001Q215.64062 183.05501 215.76562 183.13313Q215.89062 183.21126 216.125 183.21126Q216.3125 183.21126 216.59375 183.18001Z" fill-rule="nonzero"/><path fill="#666666" d="M110.421875 215.88857L110.421875 207.29482L113.671875 207.29482Q114.515625 207.29482 114.96875 207.37294Q115.609375 207.48232 116.03125 207.77919Q116.46875 208.07607 116.71875 208.60732Q116.984375 209.13857 116.984375 209.77919Q116.984375 210.87294 116.28125 211.63857Q115.59375 212.38857 113.765625 212.38857L111.5625 212.38857L111.5625 215.88857L110.421875 215.88857ZM111.5625 211.38857L113.78125 211.38857Q114.890625 211.38857 115.34375 210.98232Q115.8125 210.56044 115.8125 209.81044Q115.8125 209.27919 115.53125 208.90419Q115.265625 208.51357 114.828125 208.38857Q114.53125 208.31044 113.765625 208.31044L111.5625 208.31044L111.5625 211.38857ZM122.546875 213.88857L123.640625 214.01357Q123.390625 214.96669 122.6875 215.49794Q121.984375 216.02919 120.90625 216.02919Q119.546875 216.02919 118.734375 215.18544Q117.9375 214.34169 117.9375 212.82607Q117.9375 211.26357 118.75 210.40419Q119.5625 209.52919 120.84375 209.52919Q122.09375 209.52919 122.875 210.37294Q123.671875 211.21669 123.671875 212.76357Q123.671875 212.85732 123.671875 213.04482L119.03125 213.04482Q119.09375 214.07607 119.609375 214.62294Q120.125 215.15419 120.90625 215.15419Q121.484375 215.15419 121.890625 214.85732Q122.3125 214.54482 122.546875 213.88857ZM119.09375 212.18544L122.5625 212.18544Q122.5 211.38857 122.171875 210.99794Q121.65625 210.38857 120.859375 210.38857Q120.125 210.38857 119.625 210.87294Q119.140625 211.35732 119.09375 212.18544ZM125.28125 215.88857L125.28125 209.66982L126.234375 209.66982L126.234375 210.60732Q126.59375 209.95107 126.890625 209.74794Q127.203125 209.52919 127.578125 209.52919Q128.10938 209.52919 128.65625 209.85732L128.29688 210.84169Q127.90625 210.60732 127.53125 210.60732Q127.171875 210.60732 126.890625 210.82607Q126.625 211.02919 126.515625 211.40419Q126.328125 211.96669 126.328125 212.62294L126.328125 215.88857L125.28125 215.88857ZM129.54688 215.88857L129.54688 210.48232L128.60938 210.48232L128.60938 209.66982L129.54688 209.66982L129.54688 208.99794Q129.54688 208.37294 129.65625 208.07607Q129.8125 207.65419 130.1875 207.40419Q130.57812 207.15419 131.26562 207.15419Q131.71875 207.15419 132.25 207.26357L132.09375 208.16982Q131.76562 208.12294 131.46875 208.12294Q130.98438 208.12294 130.78125 208.32607Q130.59375 208.52919 130.59375 209.09169L130.59375 209.66982L131.8125 209.66982L131.8125 210.48232L130.59375 210.48232L130.59375 215.88857L129.54688 215.88857ZM131.90625 212.77919Q131.90625 211.04482 132.85938 210.21669Q133.65625 209.52919 134.8125 209.52919Q136.09375 209.52919 136.90625 210.37294Q137.73438 211.20107 137.73438 212.68544Q137.73438 213.88857 137.375 214.57607Q137.01562 215.26357 136.3125 215.65419Q135.625 216.02919 134.8125 216.02919Q133.51562 216.02919 132.70312 215.20107Q131.90625 214.35732 131.90625 212.77919ZM132.98438 212.77919Q132.98438 213.96669 133.5 214.56044Q134.03125 215.15419 134.8125 215.15419Q135.60938 215.15419 136.125 214.56044Q136.64062 213.96669 136.64062 212.74794Q136.64062 211.59169 136.10938 210.99794Q135.59375 210.40419 134.8125 210.40419Q134.03125 210.40419 133.5 210.99794Q132.98438 211.57607 132.98438 212.77919ZM139.28125 215.88857L139.28125 209.66982L140.23438 209.66982L140.23438 210.60732Q140.59375 209.95107 140.89062 209.74794Q141.20312 209.52919 141.57812 209.52919Q142.10938 209.52919 142.65625 209.85732L142.29688 210.84169Q141.90625 210.60732 141.53125 210.60732Q141.17188 210.60732 140.89062 210.82607Q140.625 211.02919 140.51562 211.40419Q140.32812 211.96669 140.32812 212.62294L140.32812 215.88857L139.28125 215.88857ZM143.29688 215.88857L143.29688 209.66982L144.23438 209.66982L144.23438 210.54482Q144.53125 210.07607 145.01562 209.81044Q145.5 209.52919 146.125 209.52919Q146.8125 209.52919 147.25 209.81044Q147.70312 210.09169 147.875 210.60732Q148.625 209.52919 149.79688 209.52919Q150.73438 209.52919 151.21875 210.04482Q151.71875 210.54482 151.71875 211.62294L151.71875 215.88857L150.67188 215.88857L150.67188 211.96669Q150.67188 211.34169 150.5625 211.06044Q150.46875 210.77919 150.20312 210.60732Q149.9375 210.43544 149.5625 210.43544Q148.90625 210.43544 148.46875 210.87294Q148.04688 211.31044 148.04688 212.27919L148.04688 215.88857L146.98438 215.88857L146.98438 211.84169Q146.98438 211.13857 146.71875 210.79482Q146.46875 210.43544 145.89062 210.43544Q145.4375 210.43544 145.0625 210.66982Q144.6875 210.90419 144.51562 211.35732Q144.34375 211.81044 144.34375 212.65419L144.34375 215.88857L143.29688 215.88857ZM157.35938 215.12294Q156.76562 215.62294 156.21875 215.82607Q155.6875 216.02919 155.0625 216.02919Q154.03125 216.02919 153.48438 215.52919Q152.9375 215.02919 152.9375 214.24794Q152.9375 213.79482 153.14062 213.41982Q153.34375 213.02919 153.6875 212.81044Q154.03125 212.57607 154.45312 212.46669Q154.75 212.37294 155.39062 212.29482Q156.65625 212.15419 157.26562 211.93544Q157.26562 211.71669 157.26562 211.66982Q157.26562 211.01357 156.96875 210.74794Q156.5625 210.40419 155.76562 210.40419Q155.03125 210.40419 154.67188 210.66982Q154.3125 210.91982 154.14062 211.57607L153.10938 211.43544Q153.25 210.77919 153.57812 210.37294Q153.90625 209.96669 154.51562 209.74794Q155.125 209.52919 155.92188 209.52919Q156.71875 209.52919 157.21875 209.71669Q157.71875 209.90419 157.95312 210.18544Q158.1875 210.46669 158.28125 210.90419Q158.32812 211.16982 158.32812 211.87294L158.32812 213.27919Q158.32812 214.74794 158.39062 215.13857Q158.46875 215.52919 158.67188 215.88857L157.5625 215.88857Q157.40625 215.56044 157.35938 215.12294ZM157.26562 212.76357Q156.6875 212.99794 155.54688 213.16982Q154.89062 213.26357 154.625 213.38857Q154.35938 213.49794 154.20312 213.71669Q154.0625 213.93544 154.0625 214.21669Q154.0625 214.63857 154.375 214.91982Q154.70312 215.20107 155.3125 215.20107Q155.92188 215.20107 156.39062 214.93544Q156.875 214.66982 157.09375 214.20107Q157.26562 213.84169 157.26562 213.15419L157.26562 212.76357ZM160.29688 215.88857L160.29688 209.66982L161.23438 209.66982L161.23438 210.54482Q161.92188 209.52919 163.21875 209.52919Q163.78125 209.52919 164.25 209.73232Q164.73438 209.93544 164.96875 210.26357Q165.20312 210.59169 165.29688 211.02919Q165.34375 211.32607 165.34375 212.06044L165.34375 215.88857L164.29688 215.88857L164.29688 212.10732Q164.29688 211.45107 164.17188 211.13857Q164.04688 210.82607 163.73438 210.63857Q163.42188 210.43544 163.0 210.43544Q162.32812 210.43544 161.82812 210.87294Q161.34375 211.29482 161.34375 212.48232L161.34375 215.88857L160.29688 215.88857ZM171.35938 213.60732L172.39062 213.74794Q172.21875 214.81044 171.51562 215.41982Q170.8125 216.02919 169.79688 216.02919Q168.51562 216.02919 167.73438 215.20107Q166.96875 214.35732 166.96875 212.79482Q166.96875 211.79482 167.29688 211.04482Q167.64062 210.27919 168.3125 209.90419Q169.0 209.52919 169.8125 209.52919Q170.8125 209.52919 171.45312 210.04482Q172.10938 210.54482 172.29688 211.49794L171.26562 211.65419Q171.125 211.02919 170.75 210.71669Q170.375 210.38857 169.84375 210.38857Q169.04688 210.38857 168.54688 210.96669Q168.04688 211.52919 168.04688 212.76357Q168.04688 214.02919 168.53125 214.59169Q169.01562 215.15419 169.78125 215.15419Q170.40625 215.15419 170.8125 214.77919Q171.23438 214.40419 171.35938 213.60732ZM177.54688 213.88857L178.64062 214.01357Q178.39062 214.96669 177.6875 215.49794Q176.98438 216.02919 175.90625 216.02919Q174.54688 216.02919 173.73438 215.18544Q172.9375 214.34169 172.9375 212.82607Q172.9375 211.26357 173.75 210.40419Q174.5625 209.52919 175.84375 209.52919Q177.09375 209.52919 177.875 210.37294Q178.67188 211.21669 178.67188 212.76357Q178.67188 212.85732 178.67188 213.04482L174.03125 213.04482Q174.09375 214.07607 174.60938 214.62294Q175.125 215.15419 175.90625 215.15419Q176.48438 215.15419 176.89062 214.85732Q177.3125 214.54482 177.54688 213.88857ZM174.09375 212.18544L177.5625 212.18544Q177.5 211.38857 177.17188 210.99794Q176.65625 210.38857 175.85938 210.38857Q175.125 210.38857 174.625 210.87294Q174.14062 211.35732 174.09375 212.18544ZM179.5 216.02919L181.98438 207.15419L182.82812 207.15419L180.34375 216.02919L179.5 216.02919ZM182.875 214.02919L183.90625 213.87294Q184.0 214.49794 184.39062 214.82607Q184.79688 215.15419 185.53125 215.15419Q186.25 215.15419 186.59375 214.87294Q186.95312 214.57607 186.95312 214.16982Q186.95312 213.81044 186.64062 213.60732Q186.42188 213.46669 185.5625 213.24794Q184.40625 212.95107 183.95312 212.74794Q183.51562 212.52919 183.28125 212.15419Q183.04688 211.77919 183.04688 211.31044Q183.04688 210.90419 183.23438 210.54482Q183.42188 210.18544 183.75 209.95107Q184.0 209.77919 184.42188 209.65419Q184.84375 209.52919 185.34375 209.52919Q186.0625 209.52919 186.60938 209.74794Q187.17188 209.95107 187.4375 210.31044Q187.70312 210.66982 187.79688 211.26357L186.76562 211.40419Q186.70312 210.93544 186.35938 210.66982Q186.03125 210.38857 185.40625 210.38857Q184.6875 210.38857 184.375 210.63857Q184.0625 210.87294 184.0625 211.20107Q184.0625 211.40419 184.1875 211.56044Q184.32812 211.73232 184.59375 211.84169Q184.75 211.90419 185.53125 212.10732Q186.65625 212.41982 187.09375 212.60732Q187.53125 212.79482 187.78125 213.15419Q188.03125 213.51357 188.03125 214.06044Q188.03125 214.59169 187.71875 215.06044Q187.42188 215.51357 186.84375 215.77919Q186.26562 216.02919 185.53125 216.02919Q184.3125 216.02919 183.67188 215.52919Q183.04688 215.01357 182.875 214.02919ZM189.29688 218.27919L189.29688 209.66982L190.25 209.66982L190.25 210.46669Q190.59375 209.99794 191.01562 209.76357Q191.45312 209.52919 192.0625 209.52919Q192.85938 209.52919 193.46875 209.93544Q194.07812 210.34169 194.375 211.09169Q194.6875 211.84169 194.6875 212.73232Q194.6875 213.68544 194.34375 214.45107Q194.01562 215.21669 193.35938 215.62294Q192.70312 216.02919 191.98438 216.02919Q191.45312 216.02919 191.03125 215.81044Q190.60938 215.57607 190.34375 215.24794L190.34375 218.27919L189.29688 218.27919ZM190.25 212.81044Q190.25 214.01357 190.73438 214.59169Q191.21875 215.15419 191.90625 215.15419Q192.60938 215.15419 193.10938 214.56044Q193.60938 213.96669 193.60938 212.71669Q193.60938 211.52919 193.125 210.95107Q192.64062 210.35732 191.95312 210.35732Q191.28125 210.35732 190.76562 210.98232Q190.25 211.60732 190.25 212.81044ZM200.54688 213.88857L201.64062 214.01357Q201.39062 214.96669 200.6875 215.49794Q199.98438 216.02919 198.90625 216.02919Q197.54688 216.02919 196.73438 215.18544Q195.9375 214.34169 195.9375 212.82607Q195.9375 211.26357 196.75 210.40419Q197.5625 209.52919 198.84375 209.52919Q200.09375 209.52919 200.875 210.37294Q201.67188 211.21669 201.67188 212.76357Q201.67188 212.85732 201.67188 213.04482L197.03125 213.04482Q197.09375 214.07607 197.60938 214.62294Q198.125 215.15419 198.90625 215.15419Q199.48438 215.15419 199.89062 214.85732Q200.3125 214.54482 200.54688 213.88857ZM197.09375 212.18544L200.5625 212.18544Q200.5 211.38857 200.17188 210.99794Q199.65625 210.38857 198.85938 210.38857Q198.125 210.38857 197.625 210.87294Q197.14062 211.35732 197.09375 212.18544ZM207.54688 213.88857L208.64062 214.01357Q208.39062 214.96669 207.6875 215.49794Q206.98438 216.02919 205.90625 216.02919Q204.54688 216.02919 203.73438 215.18544Q202.9375 214.34169 202.9375 212.82607Q202.9375 211.26357 203.75 210.40419Q204.5625 209.52919 205.84375 209.52919Q207.09375 209.52919 207.875 210.37294Q208.67188 211.21669 208.67188 212.76357Q208.67188 212.85732 208.67188 213.04482L204.03125 213.04482Q204.09375 214.07607 204.60938 214.62294Q205.125 215.15419 205.90625 215.15419Q206.48438 215.15419 206.89062 214.85732Q207.3125 214.54482 207.54688 213.88857ZM204.09375 212.18544L207.5625 212.18544Q207.5 211.38857 207.17188 210.99794Q206.65625 210.38857 205.85938 210.38857Q205.125 210.38857 204.625 210.87294Q204.14062 211.35732 204.09375 212.18544ZM214.32812 215.88857L214.32812 215.10732Q213.73438 216.02919 212.59375 216.02919Q211.84375 216.02919 211.21875 215.62294Q210.59375 215.20107 210.25 214.46669Q209.90625 213.73232 209.90625 212.77919Q209.90625 211.85732 210.21875 211.09169Q210.53125 210.32607 211.15625 209.93544Q211.78125 209.52919 212.54688 209.52919Q213.10938 209.52919 213.54688 209.76357Q213.98438 209.99794 214.26562 210.37294L214.26562 207.29482L215.3125 207.29482L215.3125 215.88857L214.32812 215.88857ZM211.0 212.77919Q211.0 213.98232 211.5 214.57607Q212.0 215.15419 212.6875 215.15419Q213.375 215.15419 213.85938 214.59169Q214.34375 214.02919 214.34375 212.87294Q214.34375 211.59169 213.84375 210.99794Q213.35938 210.40419 212.64062 210.40419Q211.9375 210.40419 211.46875 210.98232Q211.0 211.54482 211.0 212.77919Z" fill-rule="nonzero"/><path fill="#666666" d="M85.625 247.65962L85.625 239.06587L86.75 239.06587L86.75 247.65962L85.625 247.65962ZM88.296875 247.65962L88.296875 241.44087L89.234375 241.44087L89.234375 242.31587Q89.53125 241.84712 90.015625 241.5815Q90.5 241.30025 91.125 241.30025Q91.8125 241.30025 92.25 241.5815Q92.703125 241.86275 92.875 242.37837Q93.625 241.30025 94.796875 241.30025Q95.734375 241.30025 96.21875 241.81587Q96.71875 242.31587 96.71875 243.394L96.71875 247.65962L95.671875 247.65962L95.671875 243.73775Q95.671875 243.11275 95.5625 242.8315Q95.46875 242.55025 95.203125 242.37837Q94.9375 242.2065 94.5625 242.2065Q93.90625 242.2065 93.46875 242.644Q93.046875 243.0815 93.046875 244.05025L93.046875 247.65962L91.984375 247.65962L91.984375 243.61275Q91.984375 242.90962 91.71875 242.56587Q91.46875 242.2065 90.890625 242.2065Q90.4375 242.2065 90.0625 242.44087Q89.6875 242.67525 89.515625 243.12837Q89.34375 243.5815 89.34375 244.42525L89.34375 247.65962L88.296875 247.65962ZM98.296875 250.05025L98.296875 241.44087L99.25 241.44087L99.25 242.23775Q99.59375 241.769 100.015625 241.53462Q100.453125 241.30025 101.0625 241.30025Q101.859375 241.30025 102.46875 241.7065Q103.078125 242.11275 103.375 242.86275Q103.6875 243.61275 103.6875 244.50337Q103.6875 245.4565 103.34375 246.22212Q103.015625 246.98775 102.359375 247.394Q101.703125 247.80025 100.984375 247.80025Q100.453125 247.80025 100.03125 247.5815Q99.609375 247.34712 99.34375 247.019L99.34375 250.05025L98.296875 250.05025ZM99.25 244.5815Q99.25 245.78462 99.734375 246.36275Q100.21875 246.92525 100.90625 246.92525Q101.609375 246.92525 102.109375 246.3315Q102.609375 245.73775 102.609375 244.48775Q102.609375 243.30025 102.125 242.72212Q101.640625 242.12837 100.953125 242.12837Q100.28125 242.12837 99.765625 242.75337Q99.25 243.37837 99.25 244.5815ZM105.28125 247.65962L105.28125 241.44087L106.234375 241.44087L106.234375 242.37837Q106.59375 241.72212 106.890625 241.519Q107.203125 241.30025 107.578125 241.30025Q108.109375 241.30025 108.65625 241.62837L108.296875 242.61275Q107.90625 242.37837 107.53125 242.37837Q107.171875 242.37837 106.890625 242.59712Q106.625 242.80025 106.515625 243.17525Q106.328125 243.73775 106.328125 244.394L106.328125 247.65962L105.28125 247.65962ZM108.90625 244.55025Q108.90625 242.81587 109.859375 241.98775Q110.65625 241.30025 111.8125 241.30025Q113.09375 241.30025 113.90625 242.144Q114.734375 242.97212 114.734375 244.4565Q114.734375 245.65962 114.375 246.34712Q114.015625 247.03462 113.3125 247.42525Q112.625 247.80025 111.8125 247.80025Q110.515625 247.80025 109.703125 246.97212Q108.90625 246.12837 108.90625 244.55025ZM109.984375 244.55025Q109.984375 245.73775 110.5 246.3315Q111.03125 246.92525 111.8125 246.92525Q112.609375 246.92525 113.125 246.3315Q113.640625 245.73775 113.640625 244.519Q113.640625 243.36275 113.109375 242.769Q112.59375 242.17525 111.8125 242.17525Q111.03125 242.17525 110.5 242.769Q109.984375 243.34712 109.984375 244.55025ZM118.015625 247.65962L115.65625 241.44087L116.765625 241.44087L118.109375 245.15962Q118.3125 245.769 118.5 246.40962Q118.640625 245.92525 118.890625 245.23775L120.28125 241.44087L121.359375 241.44087L119.0 247.65962L118.015625 247.65962ZM126.546875 245.65962L127.640625 245.78462Q127.390625 246.73775 126.6875 247.269Q125.984375 247.80025 124.90625 247.80025Q123.546875 247.80025 122.734375 246.9565Q121.9375 246.11275 121.9375 244.59712Q121.9375 243.03462 122.75 242.17525Q123.5625 241.30025 124.84375 241.30025Q126.09375 241.30025 126.875 242.144Q127.671875 242.98775 127.671875 244.53462Q127.671875 244.62837 127.671875 244.81587L123.03125 244.81587Q123.09375 245.84712 123.609375 246.394Q124.125 246.92525 124.90625 246.92525Q125.484375 246.92525 125.890625 246.62837Q126.3125 246.31587 126.546875 245.65962ZM123.09375 243.9565L126.5625 243.9565Q126.5 243.15962 126.171875 242.769Q125.65625 242.15962 124.859375 242.15962Q124.125 242.15962 123.625 242.644Q123.140625 243.12837 123.09375 243.9565ZM133.32812 247.65962L133.32812 246.87837Q132.73438 247.80025 131.59375 247.80025Q130.84375 247.80025 130.21875 247.394Q129.59375 246.97212 129.25 246.23775Q128.90625 245.50337 128.90625 244.55025Q128.90625 243.62837 129.21875 242.86275Q129.53125 242.09712 130.15625 241.7065Q130.78125 241.30025 131.54688 241.30025Q132.10938 241.30025 132.54688 241.53462Q132.98438 241.769 133.26562 242.144L133.26562 239.06587L134.3125 239.06587L134.3125 247.65962L133.32812 247.65962ZM130.0 244.55025Q130.0 245.75337 130.5 246.34712Q131.0 246.92525 131.6875 246.92525Q132.375 246.92525 132.85938 246.36275Q133.34375 245.80025 133.34375 244.644Q133.34375 243.36275 132.84375 242.769Q132.35938 242.17525 131.64062 242.17525Q130.9375 242.17525 130.46875 242.75337Q130.0 243.31587 130.0 244.55025ZM143.54688 245.65962L144.64062 245.78462Q144.39062 246.73775 143.6875 247.269Q142.98438 247.80025 141.90625 247.80025Q140.54688 247.80025 139.73438 246.9565Q138.9375 246.11275 138.9375 244.59712Q138.9375 243.03462 139.75 242.17525Q140.5625 241.30025 141.84375 241.30025Q143.09375 241.30025 143.875 242.144Q144.67188 242.98775 144.67188 244.53462Q144.67188 244.62837 144.67188 244.81587L140.03125 244.81587Q140.09375 245.84712 140.60938 246.394Q141.125 246.92525 141.90625 246.92525Q142.48438 246.92525 142.89062 246.62837Q143.3125 246.31587 143.54688 245.65962ZM140.09375 243.9565L143.5625 243.9565Q143.5 243.15962 143.17188 242.769Q142.65625 242.15962 141.85938 242.15962Q141.125 242.15962 140.625 242.644Q140.14062 243.12837 140.09375 243.9565ZM146.28125 247.65962L146.28125 241.44087L147.23438 241.44087L147.23438 242.37837Q147.59375 241.72212 147.89062 241.519Q148.20312 241.30025 148.57812 241.30025Q149.10938 241.30025 149.65625 241.62837L149.29688 242.61275Q148.90625 242.37837 148.53125 242.37837Q148.17188 242.37837 147.89062 242.59712Q147.625 242.80025 147.51562 243.17525Q147.32812 243.73775 147.32812 244.394L147.32812 247.65962L146.28125 247.65962ZM150.28125 247.65962L150.28125 241.44087L151.23438 241.44087L151.23438 242.37837Q151.59375 241.72212 151.89062 241.519Q152.20312 241.30025 152.57812 241.30025Q153.10938 241.30025 153.65625 241.62837L153.29688 242.61275Q152.90625 242.37837 152.53125 242.37837Q152.17188 242.37837 151.89062 242.59712Q151.625 242.80025 151.51562 243.17525Q151.32812 243.73775 151.32812 244.394L151.32812 247.65962L150.28125 247.65962ZM153.90625 244.55025Q153.90625 242.81587 154.85938 241.98775Q155.65625 241.30025 156.8125 241.30025Q158.09375 241.30025 158.90625 242.144Q159.73438 242.97212 159.73438 244.4565Q159.73438 245.65962 159.375 246.34712Q159.01562 247.03462 158.3125 247.42525Q157.625 247.80025 156.8125 247.80025Q155.51562 247.80025 154.70312 246.97212Q153.90625 246.12837 153.90625 244.55025ZM154.98438 244.55025Q154.98438 245.73775 155.5 246.3315Q156.03125 246.92525 156.8125 246.92525Q157.60938 246.92525 158.125 246.3315Q158.64062 245.73775 158.64062 244.519Q158.64062 243.36275 158.10938 242.769Q157.59375 242.17525 156.8125 242.17525Q156.03125 242.17525 155.5 242.769Q154.98438 243.34712 154.98438 244.55025ZM161.28125 247.65962L161.28125 241.44087L162.23438 241.44087L162.23438 242.37837Q162.59375 241.72212 162.89062 241.519Q163.20312 241.30025 163.57812 241.30025Q164.10938 241.30025 164.65625 241.62837L164.29688 242.61275Q163.90625 242.37837 163.53125 242.37837Q163.17188 242.37837 162.89062 242.59712Q162.625 242.80025 162.51562 243.17525Q162.32812 243.73775 162.32812 244.394L162.32812 247.65962L161.28125 247.65962ZM168.28125 247.65962L168.28125 241.44087L169.23438 241.44087L169.23438 242.37837Q169.59375 241.72212 169.89062 241.519Q170.20312 241.30025 170.57812 241.30025Q171.10938 241.30025 171.65625 241.62837L171.29688 242.61275Q170.90625 242.37837 170.53125 242.37837Q170.17188 242.37837 169.89062 242.59712Q169.625 242.80025 169.51562 243.17525Q169.32812 243.73775 169.32812 244.394L169.32812 247.65962L168.28125 247.65962ZM176.54688 245.65962L177.64062 245.78462Q177.39062 246.73775 176.6875 247.269Q175.98438 247.80025 174.90625 247.80025Q173.54688 247.80025 172.73438 246.9565Q171.9375 246.11275 171.9375 244.59712Q171.9375 243.03462 172.75 242.17525Q173.5625 241.30025 174.84375 241.30025Q176.09375 241.30025 176.875 242.144Q177.67188 242.98775 177.67188 244.53462Q177.67188 244.62837 177.67188 244.81587L173.03125 244.81587Q173.09375 245.84712 173.60938 246.394Q174.125 246.92525 174.90625 246.92525Q175.48438 246.92525 175.89062 246.62837Q176.3125 246.31587 176.54688 245.65962ZM173.09375 243.9565L176.5625 243.9565Q176.5 243.15962 176.17188 242.769Q175.65625 242.15962 174.85938 242.15962Q174.125 242.15962 173.625 242.644Q173.14062 243.12837 173.09375 243.9565ZM179.29688 250.05025L179.29688 241.44087L180.25 241.44087L180.25 242.23775Q180.59375 241.769 181.01562 241.53462Q181.45312 241.30025 182.0625 241.30025Q182.85938 241.30025 183.46875 241.7065Q184.07812 242.11275 184.375 242.86275Q184.6875 243.61275 184.6875 244.50337Q184.6875 245.4565 184.34375 246.22212Q184.01562 246.98775 183.35938 247.394Q182.70312 247.80025 181.98438 247.80025Q181.45312 247.80025 181.03125 247.5815Q180.60938 247.34712 180.34375 247.019L180.34375 250.05025L179.29688 250.05025ZM180.25 244.5815Q180.25 245.78462 180.73438 246.36275Q181.21875 246.92525 181.90625 246.92525Q182.60938 246.92525 183.10938 246.3315Q183.60938 245.73775 183.60938 244.48775Q183.60938 243.30025 183.125 242.72212Q182.64062 242.12837 181.95312 242.12837Q181.28125 242.12837 180.76562 242.75337Q180.25 243.37837 180.25 244.5815ZM185.90625 244.55025Q185.90625 242.81587 186.85938 241.98775Q187.65625 241.30025 188.8125 241.30025Q190.09375 241.30025 190.90625 242.144Q191.73438 242.97212 191.73438 244.4565Q191.73438 245.65962 191.375 246.34712Q191.01562 247.03462 190.3125 247.42525Q189.625 247.80025 188.8125 247.80025Q187.51562 247.80025 186.70312 246.97212Q185.90625 246.12837 185.90625 244.55025ZM186.98438 244.55025Q186.98438 245.73775 187.5 246.3315Q188.03125 246.92525 188.8125 246.92525Q189.60938 246.92525 190.125 246.3315Q190.64062 245.73775 190.64062 244.519Q190.64062 243.36275 190.10938 242.769Q189.59375 242.17525 188.8125 242.17525Q188.03125 242.17525 187.5 242.769Q186.98438 243.34712 186.98438 244.55025ZM193.28125 247.65962L193.28125 241.44087L194.23438 241.44087L194.23438 242.37837Q194.59375 241.72212 194.89062 241.519Q195.20312 241.30025 195.57812 241.30025Q196.10938 241.30025 196.65625 241.62837L196.29688 242.61275Q195.90625 242.37837 195.53125 242.37837Q195.17188 242.37837 194.89062 242.59712Q194.625 242.80025 194.51562 243.17525Q194.32812 243.73775 194.32812 244.394L194.32812 247.65962L193.28125 247.65962ZM199.59375 246.72212L199.75 247.644Q199.29688 247.73775 198.95312 247.73775Q198.375 247.73775 198.0625 247.56587Q197.75 247.37837 197.60938 247.0815Q197.48438 246.78462 197.48438 245.8315L197.48438 242.25337L196.71875 242.25337L196.71875 241.44087L197.48438 241.44087L197.48438 239.894L198.53125 239.269L198.53125 241.44087L199.59375 241.44087L199.59375 242.25337L198.53125 242.25337L198.53125 245.894Q198.53125 246.34712 198.57812 246.47212Q198.64062 246.59712 198.76562 246.67525Q198.89062 246.75337 199.125 246.75337Q199.3125 246.75337 199.59375 246.72212ZM200.29688 240.28462L200.29688 239.06587L201.35938 239.06587L201.35938 240.28462L200.29688 240.28462ZM200.29688 247.65962L200.29688 241.44087L201.35938 241.44087L201.35938 247.65962L200.29688 247.65962ZM203.29688 247.65962L203.29688 241.44087L204.23438 241.44087L204.23438 242.31587Q204.92188 241.30025 206.21875 241.30025Q206.78125 241.30025 207.25 241.50337Q207.73438 241.7065 207.96875 242.03462Q208.20312 242.36275 208.29688 242.80025Q208.34375 243.09712 208.34375 243.8315L208.34375 247.65962L207.29688 247.65962L207.29688 243.87837Q207.29688 243.22212 207.17188 242.90962Q207.04688 242.59712 206.73438 242.40962Q206.42188 242.2065 206.0 242.2065Q205.32812 242.2065 204.82812 242.644Q204.34375 243.06587 204.34375 244.25337L204.34375 247.65962L203.29688 247.65962ZM210.09375 248.17525L211.125 248.3315Q211.1875 248.80025 211.48438 249.019Q211.875 249.31587 212.54688 249.31587Q213.28125 249.31587 213.67188 249.019Q214.07812 248.72212 214.21875 248.2065Q214.3125 247.87837 214.29688 246.84712Q213.60938 247.65962 212.57812 247.65962Q211.29688 247.65962 210.59375 246.73775Q209.89062 245.80025 209.89062 244.519Q209.89062 243.62837 210.20312 242.87837Q210.53125 242.11275 211.14062 241.7065Q211.75 241.30025 212.57812 241.30025Q213.6875 241.30025 214.40625 242.19087L214.40625 241.44087L215.375 241.44087L215.375 246.81587Q215.375 248.269 215.07812 248.87837Q214.78125 249.48775 214.14062 249.8315Q213.5 250.19087 212.5625 250.19087Q211.45312 250.19087 210.76562 249.69087Q210.07812 249.19087 210.09375 248.17525ZM210.96875 244.44087Q210.96875 245.65962 211.45312 246.22212Q211.9375 246.78462 212.67188 246.78462Q213.40625 246.78462 213.89062 246.22212Q214.39062 245.65962 214.39062 244.47212Q214.39062 243.3315 213.875 242.75337Q213.375 242.17525 212.65625 242.17525Q211.95312 242.17525 211.45312 242.75337Q210.96875 243.31587 210.96875 244.44087Z" fill-rule="nonzero"/><path fill="#666666" d="M83.484375 279.43066L83.484375 270.8369L89.28125 270.8369L89.28125 271.85254L84.625 271.85254L84.625 274.5088L88.65625 274.5088L88.65625 275.5244L84.625 275.5244L84.625 279.43066L83.484375 279.43066ZM90.296875 272.05566L90.296875 270.8369L91.359375 270.8369L91.359375 272.05566L90.296875 272.05566ZM90.296875 279.43066L90.296875 273.2119L91.359375 273.2119L91.359375 279.43066L90.296875 279.43066ZM93.296875 279.43066L93.296875 273.2119L94.234375 273.2119L94.234375 274.0869Q94.921875 273.0713 96.21875 273.0713Q96.78125 273.0713 97.25 273.2744Q97.734375 273.47754 97.96875 273.80566Q98.203125 274.1338 98.296875 274.5713Q98.34375 274.86816 98.34375 275.60254L98.34375 279.43066L97.296875 279.43066L97.296875 275.6494Q97.296875 274.99316 97.171875 274.68066Q97.046875 274.36816 96.734375 274.18066Q96.421875 273.97754 96.0 273.97754Q95.328125 273.97754 94.828125 274.41504Q94.34375 274.8369 94.34375 276.0244L94.34375 279.43066L93.296875 279.43066ZM104.328125 279.43066L104.328125 278.6494Q103.734375 279.5713 102.59375 279.5713Q101.84375 279.5713 101.21875 279.16504Q100.59375 278.74316 100.25 278.0088Q99.90625 277.2744 99.90625 276.3213Q99.90625 275.3994 100.21875 274.6338Q100.53125 273.86816 101.15625 273.47754Q101.78125 273.0713 102.546875 273.0713Q103.109375 273.0713 103.546875 273.30566Q103.984375 273.54004 104.265625 273.91504L104.265625 270.8369L105.3125 270.8369L105.3125 279.43066L104.328125 279.43066ZM101.0 276.3213Q101.0 277.5244 101.5 278.11816Q102.0 278.6963 102.6875 278.6963Q103.375 278.6963 103.859375 278.1338Q104.34375 277.5713 104.34375 276.41504Q104.34375 275.1338 103.84375 274.54004Q103.359375 273.9463 102.640625 273.9463Q101.9375 273.9463 101.46875 274.5244Q101.0 275.0869 101.0 276.3213ZM106.5 279.5713L108.984375 270.6963L109.828125 270.6963L107.34375 279.5713L106.5 279.5713ZM110.296875 272.05566L110.296875 270.8369L111.359375 270.8369L111.359375 272.05566L110.296875 272.05566ZM110.296875 279.43066L110.296875 273.2119L111.359375 273.2119L111.359375 279.43066L110.296875 279.43066ZM113.296875 279.43066L113.296875 273.2119L114.234375 273.2119L114.234375 274.0869Q114.53125 273.61816 115.015625 273.35254Q115.5 273.0713 116.125 273.0713Q116.8125 273.0713 117.25 273.35254Q117.703125 273.6338 117.875 274.1494Q118.625 273.0713 119.796875 273.0713Q120.734375 273.0713 121.21875 273.5869Q121.71875 274.0869 121.71875 275.16504L121.71875 279.43066L120.671875 279.43066L120.671875 275.5088Q120.671875 274.8838 120.5625 274.60254Q120.46875 274.3213 120.203125 274.1494Q119.9375 273.97754 119.5625 273.97754Q118.90625 273.97754 118.46875 274.41504Q118.046875 274.85254 118.046875 275.8213L118.046875 279.43066L116.984375 279.43066L116.984375 275.3838Q116.984375 274.68066 116.71875 274.3369Q116.46875 273.97754 115.890625 273.97754Q115.4375 273.97754 115.0625 274.2119Q114.6875 274.4463 114.515625 274.8994Q114.34375 275.35254 114.34375 276.1963L114.34375 279.43066L113.296875 279.43066ZM123.296875 281.8213L123.296875 273.2119L124.25 273.2119L124.25 274.0088Q124.59375 273.54004 125.015625 273.30566Q125.453125 273.0713 126.0625 273.0713Q126.859375 273.0713 127.46875 273.47754Q128.07812 273.8838 128.375 274.6338Q128.6875 275.3838 128.6875 276.2744Q128.6875 277.22754 128.34375 277.99316Q128.01562 278.7588 127.359375 279.16504Q126.703125 279.5713 125.984375 279.5713Q125.453125 279.5713 125.03125 279.35254Q124.609375 279.11816 124.34375 278.79004L124.34375 281.8213L123.296875 281.8213ZM124.25 276.35254Q124.25 277.55566 124.734375 278.1338Q125.21875 278.6963 125.90625 278.6963Q126.609375 278.6963 127.109375 278.10254Q127.609375 277.5088 127.609375 276.2588Q127.609375 275.0713 127.125 274.49316Q126.640625 273.8994 125.953125 273.8994Q125.28125 273.8994 124.765625 274.5244Q124.25 275.1494 124.25 276.35254ZM130.26562 279.43066L130.26562 270.8369L131.32812 270.8369L131.32812 279.43066L130.26562 279.43066ZM137.54688 277.43066L138.64062 277.55566Q138.39062 278.5088 137.6875 279.04004Q136.98438 279.5713 135.90625 279.5713Q134.54688 279.5713 133.73438 278.72754Q132.9375 277.8838 132.9375 276.36816Q132.9375 274.80566 133.75 273.9463Q134.5625 273.0713 135.84375 273.0713Q137.09375 273.0713 137.875 273.91504Q138.67188 274.7588 138.67188 276.30566Q138.67188 276.3994 138.67188 276.5869L134.03125 276.5869Q134.09375 277.61816 134.60938 278.16504Q135.125 278.6963 135.90625 278.6963Q136.48438 278.6963 136.89062 278.3994Q137.3125 278.0869 137.54688 277.43066ZM134.09375 275.72754L137.5625 275.72754Q137.5 274.93066 137.17188 274.54004Q136.65625 273.93066 135.85938 273.93066Q135.125 273.93066 134.625 274.41504Q134.14062 274.8994 134.09375 275.72754ZM140.29688 279.43066L140.29688 273.2119L141.23438 273.2119L141.23438 274.0869Q141.53125 273.61816 142.01562 273.35254Q142.5 273.0713 143.125 273.0713Q143.8125 273.0713 144.25 273.35254Q144.70312 273.6338 144.875 274.1494Q145.625 273.0713 146.79688 273.0713Q147.73438 273.0713 148.21875 273.5869Q148.71875 274.0869 148.71875 275.16504L148.71875 279.43066L147.67188 279.43066L147.67188 275.5088Q147.67188 274.8838 147.5625 274.60254Q147.46875 274.3213 147.20312 274.1494Q146.9375 273.97754 146.5625 273.97754Q145.90625 273.97754 145.46875 274.41504Q145.04688 274.85254 145.04688 275.8213L145.04688 279.43066L143.98438 279.43066L143.98438 275.3838Q143.98438 274.68066 143.71875 274.3369Q143.46875 273.97754 142.89062 273.97754Q142.4375 273.97754 142.0625 274.2119Q141.6875 274.4463 141.51562 274.8994Q141.34375 275.35254 141.34375 276.1963L141.34375 279.43066L140.29688 279.43066ZM154.54688 277.43066L155.64062 277.55566Q155.39062 278.5088 154.6875 279.04004Q153.98438 279.5713 152.90625 279.5713Q151.54688 279.5713 150.73438 278.72754Q149.9375 277.8838 149.9375 276.36816Q149.9375 274.80566 150.75 273.9463Q151.5625 273.0713 152.84375 273.0713Q154.09375 273.0713 154.875 273.91504Q155.67188 274.7588 155.67188 276.30566Q155.67188 276.3994 155.67188 276.5869L151.03125 276.5869Q151.09375 277.61816 151.60938 278.16504Q152.125 278.6963 152.90625 278.6963Q153.48438 278.6963 153.89062 278.3994Q154.3125 278.0869 154.54688 277.43066ZM151.09375 275.72754L154.5625 275.72754Q154.5 274.93066 154.17188 274.54004Q153.65625 273.93066 152.85938 273.93066Q152.125 273.93066 151.625 274.41504Q151.14062 274.8994 151.09375 275.72754ZM157.29688 279.43066L157.29688 273.2119L158.23438 273.2119L158.23438 274.0869Q158.92188 273.0713 160.21875 273.0713Q160.78125 273.0713 161.25 273.2744Q161.73438 273.47754 161.96875 273.80566Q162.20312 274.1338 162.29688 274.5713Q162.34375 274.86816 162.34375 275.60254L162.34375 279.43066L161.29688 279.43066L161.29688 275.6494Q161.29688 274.99316 161.17188 274.68066Q161.04688 274.36816 160.73438 274.18066Q160.42188 273.97754 160.0 273.97754Q159.32812 273.97754 158.82812 274.41504Q158.34375 274.8369 158.34375 276.0244L158.34375 279.43066L157.29688 279.43066ZM166.59375 278.49316L166.75 279.41504Q166.29688 279.5088 165.95312 279.5088Q165.375 279.5088 165.0625 279.3369Q164.75 279.1494 164.60938 278.85254Q164.48438 278.55566 164.48438 277.60254L164.48438 274.0244L163.71875 274.0244L163.71875 273.2119L164.48438 273.2119L164.48438 271.66504L165.53125 271.04004L165.53125 273.2119L166.59375 273.2119L166.59375 274.0244L165.53125 274.0244L165.53125 277.66504Q165.53125 278.11816 165.57812 278.24316Q165.64062 278.36816 165.76562 278.4463Q165.89062 278.5244 166.125 278.5244Q166.3125 278.5244 166.59375 278.49316ZM170.29688 272.05566L170.29688 270.8369L171.35938 270.8369L171.35938 272.05566L170.29688 272.05566ZM170.29688 279.43066L170.29688 273.2119L171.35938 273.2119L171.35938 279.43066L170.29688 279.43066ZM173.29688 279.43066L173.29688 273.2119L174.23438 273.2119L174.23438 274.0869Q174.92188 273.0713 176.21875 273.0713Q176.78125 273.0713 177.25 273.2744Q177.73438 273.47754 177.96875 273.80566Q178.20312 274.1338 178.29688 274.5713Q178.34375 274.86816 178.34375 275.60254L178.34375 279.43066L177.29688 279.43066L177.29688 275.6494Q177.29688 274.99316 177.17188 274.68066Q177.04688 274.36816 176.73438 274.18066Q176.42188 273.97754 176.0 273.97754Q175.32812 273.97754 174.82812 274.41504Q174.34375 274.8369 174.34375 276.0244L174.34375 279.43066L173.29688 279.43066ZM182.59375 278.49316L182.75 279.41504Q182.29688 279.5088 181.95312 279.5088Q181.375 279.5088 181.0625 279.3369Q180.75 279.1494 180.60938 278.85254Q180.48438 278.55566 180.48438 277.60254L180.48438 274.0244L179.71875 274.0244L179.71875 273.2119L180.48438 273.2119L180.48438 271.66504L181.53125 271.04004L181.53125 273.2119L182.59375 273.2119L182.59375 274.0244L181.53125 274.0244L181.53125 277.66504Q181.53125 278.11816 181.57812 278.24316Q181.64062 278.36816 181.76562 278.4463Q181.89062 278.5244 182.125 278.5244Q182.3125 278.5244 182.59375 278.49316ZM187.54688 277.43066L188.64062 277.55566Q188.39062 278.5088 187.6875 279.04004Q186.98438 279.5713 185.90625 279.5713Q184.54688 279.5713 183.73438 278.72754Q182.9375 277.8838 182.9375 276.36816Q182.9375 274.80566 183.75 273.9463Q184.5625 273.0713 185.84375 273.0713Q187.09375 273.0713 187.875 273.91504Q188.67188 274.7588 188.67188 276.30566Q188.67188 276.3994 188.67188 276.5869L184.03125 276.5869Q184.09375 277.61816 184.60938 278.16504Q185.125 278.6963 185.90625 278.6963Q186.48438 278.6963 186.89062 278.3994Q187.3125 278.0869 187.54688 277.43066ZM184.09375 275.72754L187.5625 275.72754Q187.5 274.93066 187.17188 274.54004Q186.65625 273.93066 185.85938 273.93066Q185.125 273.93066 184.625 274.41504Q184.14062 274.8994 184.09375 275.72754ZM190.28125 279.43066L190.28125 273.2119L191.23438 273.2119L191.23438 274.1494Q191.59375 273.49316 191.89062 273.29004Q192.20312 273.0713 192.57812 273.0713Q193.10938 273.0713 193.65625 273.3994L193.29688 274.3838Q192.90625 274.1494 192.53125 274.1494Q192.17188 274.1494 191.89062 274.36816Q191.625 274.5713 191.51562 274.9463Q191.32812 275.5088 191.32812 276.16504L191.32812 279.43066L190.28125 279.43066ZM194.54688 279.43066L194.54688 274.0244L193.60938 274.0244L193.60938 273.2119L194.54688 273.2119L194.54688 272.54004Q194.54688 271.91504 194.65625 271.61816Q194.8125 271.1963 195.1875 270.9463Q195.57812 270.6963 196.26562 270.6963Q196.71875 270.6963 197.25 270.80566L197.09375 271.7119Q196.76562 271.66504 196.46875 271.66504Q195.98438 271.66504 195.78125 271.86816Q195.59375 272.0713 195.59375 272.6338L195.59375 273.2119L196.8125 273.2119L196.8125 274.0244L195.59375 274.0244L195.59375 279.43066L194.54688 279.43066ZM201.35938 278.66504Q200.76562 279.16504 200.21875 279.36816Q199.6875 279.5713 199.0625 279.5713Q198.03125 279.5713 197.48438 279.0713Q196.9375 278.5713 196.9375 277.79004Q196.9375 277.3369 197.14062 276.9619Q197.34375 276.5713 197.6875 276.35254Q198.03125 276.11816 198.45312 276.0088Q198.75 275.91504 199.39062 275.8369Q200.65625 275.6963 201.26562 275.47754Q201.26562 275.2588 201.26562 275.2119Q201.26562 274.55566 200.96875 274.29004Q200.5625 273.9463 199.76562 273.9463Q199.03125 273.9463 198.67188 274.2119Q198.3125 274.4619 198.14062 275.11816L197.10938 274.97754Q197.25 274.3213 197.57812 273.91504Q197.90625 273.5088 198.51562 273.29004Q199.125 273.0713 199.92188 273.0713Q200.71875 273.0713 201.21875 273.2588Q201.71875 273.4463 201.95312 273.72754Q202.1875 274.0088 202.28125 274.4463Q202.32812 274.7119 202.32812 275.41504L202.32812 276.8213Q202.32812 278.29004 202.39062 278.68066Q202.46875 279.0713 202.67188 279.43066L201.5625 279.43066Q201.40625 279.10254 201.35938 278.66504ZM201.26562 276.30566Q200.6875 276.54004 199.54688 276.7119Q198.89062 276.80566 198.625 276.93066Q198.35938 277.04004 198.20312 277.2588Q198.0625 277.47754 198.0625 277.7588Q198.0625 278.18066 198.375 278.4619Q198.70312 278.74316 199.3125 278.74316Q199.92188 278.74316 200.39062 278.47754Q200.875 278.2119 201.09375 277.74316Q201.26562 277.3838 201.26562 276.6963L201.26562 276.30566ZM208.35938 277.1494L209.39062 277.29004Q209.21875 278.35254 208.51562 278.9619Q207.8125 279.5713 206.79688 279.5713Q205.51562 279.5713 204.73438 278.74316Q203.96875 277.8994 203.96875 276.3369Q203.96875 275.3369 204.29688 274.5869Q204.64062 273.8213 205.3125 273.4463Q206.0 273.0713 206.8125 273.0713Q207.8125 273.0713 208.45312 273.5869Q209.10938 274.0869 209.29688 275.04004L208.26562 275.1963Q208.125 274.5713 207.75 274.2588Q207.375 273.93066 206.84375 273.93066Q206.04688 273.93066 205.54688 274.5088Q205.04688 275.0713 205.04688 276.30566Q205.04688 277.5713 205.53125 278.1338Q206.01562 278.6963 206.78125 278.6963Q207.40625 278.6963 207.8125 278.3213Q208.23438 277.9463 208.35938 277.1494ZM214.54688 277.43066L215.64062 277.55566Q215.39062 278.5088 214.6875 279.04004Q213.98438 279.5713 212.90625 279.5713Q211.54688 279.5713 210.73438 278.72754Q209.9375 277.8838 209.9375 276.36816Q209.9375 274.80566 210.75 273.9463Q211.5625 273.0713 212.84375 273.0713Q214.09375 273.0713 214.875 273.91504Q215.67188 274.7588 215.67188 276.30566Q215.67188 276.3994 215.67188 276.5869L211.03125 276.5869Q211.09375 277.61816 211.60938 278.16504Q212.125 278.6963 212.90625 278.6963Q213.48438 278.6963 213.89062 278.3994Q214.3125 278.0869 214.54688 277.43066ZM211.09375 275.72754L214.5625 275.72754Q214.5 274.93066 214.17188 274.54004Q213.65625 273.93066 212.85938 273.93066Q212.125 273.93066 211.625 274.41504Q211.14062 274.8994 211.09375 275.72754Z" fill-rule="nonzero"/><path fill="#666666" d="M174.42188 311.20172L174.42188 302.60797L175.57812 302.60797L180.09375 309.35797L180.09375 302.60797L181.1875 302.60797L181.1875 311.20172L180.01562 311.20172L175.5 304.45172L175.5 311.20172L174.42188 311.20172ZM182.90625 308.09235Q182.90625 306.35797 183.85938 305.52985Q184.65625 304.84235 185.8125 304.84235Q187.09375 304.84235 187.90625 305.6861Q188.73438 306.51422 188.73438 307.9986Q188.73438 309.20172 188.375 309.88922Q188.01562 310.57672 187.3125 310.96735Q186.625 311.34235 185.8125 311.34235Q184.51562 311.34235 183.70312 310.51422Q182.90625 309.67047 182.90625 308.09235ZM183.98438 308.09235Q183.98438 309.27985 184.5 309.8736Q185.03125 310.46735 185.8125 310.46735Q186.60938 310.46735 187.125 309.8736Q187.64062 309.27985 187.64062 308.0611Q187.64062 306.90485 187.10938 306.3111Q186.59375 305.71735 185.8125 305.71735Q185.03125 305.71735 184.5 306.3111Q183.98438 306.88922 183.98438 308.09235ZM192.59375 310.26422L192.75 311.1861Q192.29688 311.27985 191.95312 311.27985Q191.375 311.27985 191.0625 311.10797Q190.75 310.92047 190.60938 310.6236Q190.48438 310.32672 190.48438 309.3736L190.48438 305.79547L189.71875 305.79547L189.71875 304.98297L190.48438 304.98297L190.48438 303.4361L191.53125 302.8111L191.53125 304.98297L192.59375 304.98297L192.59375 305.79547L191.53125 305.79547L191.53125 309.4361Q191.53125 309.88922 191.57812 310.01422Q191.64062 310.13922 191.76562 310.21735Q191.89062 310.29547 192.125 310.29547Q192.3125 310.29547 192.59375 310.26422ZM193.29688 311.20172L193.29688 302.60797L194.34375 302.60797L194.34375 305.6861Q195.07812 304.84235 196.20312 304.84235Q196.90625 304.84235 197.40625 305.1236Q197.92188 305.38922 198.14062 305.8736Q198.35938 306.34235 198.35938 307.26422L198.35938 311.20172L197.3125 311.20172L197.3125 307.26422Q197.3125 306.46735 196.96875 306.10797Q196.625 305.7486 196.0 305.7486Q195.53125 305.7486 195.10938 305.9986Q194.70312 306.23297 194.51562 306.65485Q194.34375 307.0611 194.34375 307.79547L194.34375 311.20172L193.29688 311.20172ZM200.29688 303.82672L200.29688 302.60797L201.35938 302.60797L201.35938 303.82672L200.29688 303.82672ZM200.29688 311.20172L200.29688 304.98297L201.35938 304.98297L201.35938 311.20172L200.29688 311.20172ZM203.29688 311.20172L203.29688 304.98297L204.23438 304.98297L204.23438 305.85797Q204.92188 304.84235 206.21875 304.84235Q206.78125 304.84235 207.25 305.04547Q207.73438 305.2486 207.96875 305.57672Q208.20312 305.90485 208.29688 306.34235Q208.34375 306.63922 208.34375 307.3736L208.34375 311.20172L207.29688 311.20172L207.29688 307.42047Q207.29688 306.76422 207.17188 306.45172Q207.04688 306.13922 206.73438 305.95172Q206.42188 305.7486 206.0 305.7486Q205.32812 305.7486 204.82812 306.1861Q204.34375 306.60797 204.34375 307.79547L204.34375 311.20172L203.29688 311.20172ZM210.09375 311.71735L211.125 311.8736Q211.1875 312.34235 211.48438 312.5611Q211.875 312.85797 212.54688 312.85797Q213.28125 312.85797 213.67188 312.5611Q214.07812 312.26422 214.21875 311.7486Q214.3125 311.42047 214.29688 310.38922Q213.60938 311.20172 212.57812 311.20172Q211.29688 311.20172 210.59375 310.27985Q209.89062 309.34235 209.89062 308.0611Q209.89062 307.17047 210.20312 306.42047Q210.53125 305.65485 211.14062 305.2486Q211.75 304.84235 212.57812 304.84235Q213.6875 304.84235 214.40625 305.73297L214.40625 304.98297L215.375 304.98297L215.375 310.35797Q215.375 311.8111 215.07812 312.42047Q214.78125 313.02985 214.14062 313.3736Q213.5 313.73297 212.5625 313.73297Q211.45312 313.73297 210.76562 313.23297Q210.07812 312.73297 210.09375 311.71735ZM210.96875 307.98297Q210.96875 309.20172 211.45312 309.76422Q211.9375 310.32672 212.67188 310.32672Q213.40625 310.32672 213.89062 309.76422Q214.39062 309.20172 214.39062 308.01422Q214.39062 306.8736 213.875 306.29547Q213.375 305.71735 212.65625 305.71735Q211.95312 305.71735 211.45312 306.29547Q210.96875 306.85797 210.96875 307.98297Z" fill-rule="nonzero"/><path fill="#666666" d="M45.484375 342.97278L48.78125 334.37903L50.0 334.37903L53.515625 342.97278L52.234375 342.97278L51.21875 340.3634L47.640625 340.3634L46.6875 342.97278L45.484375 342.97278ZM47.96875 339.44153L50.875 339.44153L49.984375 337.06653Q49.5625 335.9884 49.375 335.28528Q49.203125 336.1134 48.90625 336.9259L47.96875 339.44153ZM58.375 342.97278L58.375 342.0509Q57.640625 343.1134 56.390625 343.1134Q55.84375 343.1134 55.359375 342.91028Q54.890625 342.69153 54.65625 342.37903Q54.421875 342.0509 54.328125 341.58215Q54.265625 341.28528 54.265625 340.59778L54.265625 336.75403L55.328125 336.75403L55.328125 340.20715Q55.328125 341.01965 55.390625 341.31653Q55.484375 341.72278 55.796875 341.97278Q56.125 342.20715 56.609375 342.20715Q57.078125 342.20715 57.484375 341.97278Q57.90625 341.72278 58.078125 341.3009Q58.265625 340.87903 58.265625 340.08215L58.265625 336.75403L59.3125 336.75403L59.3125 342.97278L58.375 342.97278ZM63.59375 342.03528L63.75 342.95715Q63.296875 343.0509 62.953125 343.0509Q62.375 343.0509 62.0625 342.87903Q61.75 342.69153 61.609375 342.39465Q61.484375 342.09778 61.484375 341.14465L61.484375 337.56653L60.71875 337.56653L60.71875 336.75403L61.484375 336.75403L61.484375 335.20715L62.53125 334.58215L62.53125 336.75403L63.59375 336.75403L63.59375 337.56653L62.53125 337.56653L62.53125 341.20715Q62.53125 341.66028 62.578125 341.78528Q62.640625 341.91028 62.765625 341.9884Q62.890625 342.06653 63.125 342.06653Q63.3125 342.06653 63.59375 342.03528ZM63.90625 339.8634Q63.90625 338.12903 64.859375 337.3009Q65.65625 336.6134 66.8125 336.6134Q68.09375 336.6134 68.90625 337.45715Q69.734375 338.28528 69.734375 339.76965Q69.734375 340.97278 69.375 341.66028Q69.015625 342.34778 68.3125 342.7384Q67.625 343.1134 66.8125 343.1134Q65.515625 343.1134 64.703125 342.28528Q63.90625 341.44153 63.90625 339.8634ZM64.984375 339.8634Q64.984375 341.0509 65.5 341.64465Q66.03125 342.2384 66.8125 342.2384Q67.609375 342.2384 68.125 341.64465Q68.640625 341.0509 68.640625 339.83215Q68.640625 338.6759 68.109375 338.08215Q67.59375 337.4884 66.8125 337.4884Q66.03125 337.4884 65.5 338.08215Q64.984375 338.66028 64.984375 339.8634ZM71.296875 342.97278L71.296875 336.75403L72.234375 336.75403L72.234375 337.62903Q72.53125 337.16028 73.015625 336.89465Q73.5 336.6134 74.125 336.6134Q74.8125 336.6134 75.25 336.89465Q75.703125 337.1759 75.875 337.69153Q76.625 336.6134 77.796875 336.6134Q78.734375 336.6134 79.21875 337.12903Q79.71875 337.62903 79.71875 338.70715L79.71875 342.97278L78.671875 342.97278L78.671875 339.0509Q78.671875 338.4259 78.5625 338.14465Q78.46875 337.8634 78.203125 337.69153Q77.9375 337.51965 77.5625 337.51965Q76.90625 337.51965 76.46875 337.95715Q76.046875 338.39465 76.046875 339.3634L76.046875 342.97278L74.984375 342.97278L74.984375 338.9259Q74.984375 338.22278 74.71875 337.87903Q74.46875 337.51965 73.890625 337.51965Q73.4375 337.51965 73.0625 337.75403Q72.6875 337.9884 72.515625 338.44153Q72.34375 338.89465 72.34375 339.7384L72.34375 342.97278L71.296875 342.97278ZM85.359375 342.20715Q84.765625 342.70715 84.21875 342.91028Q83.6875 343.1134 83.0625 343.1134Q82.03125 343.1134 81.484375 342.6134Q80.9375 342.1134 80.9375 341.33215Q80.9375 340.87903 81.140625 340.50403Q81.34375 340.1134 81.6875 339.89465Q82.03125 339.66028 82.453125 339.5509Q82.75 339.45715 83.390625 339.37903Q84.65625 339.2384 85.265625 339.01965Q85.265625 338.8009 85.265625 338.75403Q85.265625 338.09778 84.96875 337.83215Q84.5625 337.4884 83.765625 337.4884Q83.03125 337.4884 82.671875 337.75403Q82.3125 338.00403 82.140625 338.66028L81.109375 338.51965Q81.25 337.8634 81.578125 337.45715Q81.90625 337.0509 82.515625 336.83215Q83.125 336.6134 83.921875 336.6134Q84.71875 336.6134 85.21875 336.8009Q85.71875 336.9884 85.953125 337.26965Q86.1875 337.5509 86.28125 337.9884Q86.328125 338.25403 86.328125 338.95715L86.328125 340.3634Q86.328125 341.83215 86.390625 342.22278Q86.46875 342.6134 86.671875 342.97278L85.5625 342.97278Q85.40625 342.64465 85.359375 342.20715ZM85.265625 339.84778Q84.6875 340.08215 83.546875 340.25403Q82.890625 340.34778 82.625 340.47278Q82.359375 340.58215 82.203125 340.8009Q82.0625 341.01965 82.0625 341.3009Q82.0625 341.72278 82.375 342.00403Q82.703125 342.28528 83.3125 342.28528Q83.921875 342.28528 84.390625 342.01965Q84.875 341.75403 85.09375 341.28528Q85.265625 340.9259 85.265625 340.2384L85.265625 339.84778ZM90.59375 342.03528L90.75 342.95715Q90.296875 343.0509 89.953125 343.0509Q89.375 343.0509 89.0625 342.87903Q88.75 342.69153 88.609375 342.39465Q88.484375 342.09778 88.484375 341.14465L88.484375 337.56653L87.71875 337.56653L87.71875 336.75403L88.484375 336.75403L88.484375 335.20715L89.53125 334.58215L89.53125 336.75403L90.59375 336.75403L90.59375 337.56653L89.53125 337.56653L89.53125 341.20715Q89.53125 341.66028 89.578125 341.78528Q89.640625 341.91028 89.765625 341.9884Q89.890625 342.06653 90.125 342.06653Q90.3125 342.06653 90.59375 342.03528ZM95.546875 340.97278L96.640625 341.09778Q96.390625 342.0509 95.6875 342.58215Q94.984375 343.1134 93.90625 343.1134Q92.546875 343.1134 91.734375 342.26965Q90.9375 341.4259 90.9375 339.91028Q90.9375 338.34778 91.75 337.4884Q92.5625 336.6134 93.84375 336.6134Q95.09375 336.6134 95.875 337.45715Q96.671875 338.3009 96.671875 339.84778Q96.671875 339.94153 96.671875 340.12903L92.03125 340.12903Q92.09375 341.16028 92.609375 341.70715Q93.125 342.2384 93.90625 342.2384Q94.484375 342.2384 94.890625 341.94153Q95.3125 341.62903 95.546875 340.97278ZM92.09375 339.26965L95.5625 339.26965Q95.5 338.47278 95.171875 338.08215Q94.65625 337.47278 93.859375 337.47278Q93.125 337.47278 92.625 337.95715Q92.140625 338.44153 92.09375 339.26965ZM102.328125 342.97278L102.328125 342.19153Q101.734375 343.1134 100.59375 343.1134Q99.84375 343.1134 99.21875 342.70715Q98.59375 342.28528 98.25 341.5509Q97.90625 340.81653 97.90625 339.8634Q97.90625 338.94153 98.21875 338.1759Q98.53125 337.41028 99.15625 337.01965Q99.78125 336.6134 100.546875 336.6134Q101.109375 336.6134 101.546875 336.84778Q101.984375 337.08215 102.265625 337.45715L102.265625 334.37903L103.3125 334.37903L103.3125 342.97278L102.328125 342.97278ZM99.0 339.8634Q99.0 341.06653 99.5 341.66028Q100.0 342.2384 100.6875 342.2384Q101.375 342.2384 101.859375 341.6759Q102.34375 341.1134 102.34375 339.95715Q102.34375 338.6759 101.84375 338.08215Q101.359375 337.4884 100.640625 337.4884Q99.9375 337.4884 99.46875 338.06653Q99.0 338.62903 99.0 339.8634ZM108.296875 335.59778L108.296875 334.37903L109.359375 334.37903L109.359375 335.59778L108.296875 335.59778ZM108.296875 342.97278L108.296875 336.75403L109.359375 336.75403L109.359375 342.97278L108.296875 342.97278ZM111.296875 342.97278L111.296875 336.75403L112.234375 336.75403L112.234375 337.62903Q112.53125 337.16028 113.015625 336.89465Q113.5 336.6134 114.125 336.6134Q114.8125 336.6134 115.25 336.89465Q115.703125 337.1759 115.875 337.69153Q116.625 336.6134 117.796875 336.6134Q118.734375 336.6134 119.21875 337.12903Q119.71875 337.62903 119.71875 338.70715L119.71875 342.97278L118.671875 342.97278L118.671875 339.0509Q118.671875 338.4259 118.5625 338.14465Q118.46875 337.8634 118.203125 337.69153Q117.9375 337.51965 117.5625 337.51965Q116.90625 337.51965 116.46875 337.95715Q116.046875 338.39465 116.046875 339.3634L116.046875 342.97278L114.984375 342.97278L114.984375 338.9259Q114.984375 338.22278 114.71875 337.87903Q114.46875 337.51965 113.890625 337.51965Q113.4375 337.51965 113.0625 337.75403Q112.6875 337.9884 112.515625 338.44153Q112.34375 338.89465 112.34375 339.7384L112.34375 342.97278L111.296875 342.97278ZM121.296875 345.3634L121.296875 336.75403L122.25 336.75403L122.25 337.5509Q122.59375 337.08215 123.015625 336.84778Q123.453125 336.6134 124.0625 336.6134Q124.859375 336.6134 125.46875 337.01965Q126.078125 337.4259 126.375 338.1759Q126.6875 338.9259 126.6875 339.81653Q126.6875 340.76965 126.34375 341.53528Q126.015625 342.3009 125.359375 342.70715Q124.703125 343.1134 123.984375 343.1134Q123.453125 343.1134 123.03125 342.89465Q122.609375 342.66028 122.34375 342.33215L122.34375 345.3634L121.296875 345.3634ZM122.25 339.89465Q122.25 341.09778 122.734375 341.6759Q123.21875 342.2384 123.90625 342.2384Q124.609375 342.2384 125.109375 341.64465Q125.609375 341.0509 125.609375 339.8009Q125.609375 338.6134 125.125 338.03528Q124.640625 337.44153 123.953125 337.44153Q123.28125 337.44153 122.765625 338.06653Q122.25 338.69153 122.25 339.89465ZM127.90625 339.8634Q127.90625 338.12903 128.85938 337.3009Q129.65625 336.6134 130.8125 336.6134Q132.09375 336.6134 132.90625 337.45715Q133.73438 338.28528 133.73438 339.76965Q133.73438 340.97278 133.375 341.66028Q133.01562 342.34778 132.3125 342.7384Q131.625 343.1134 130.8125 343.1134Q129.51562 343.1134 128.70312 342.28528Q127.90625 341.44153 127.90625 339.8634ZM128.98438 339.8634Q128.98438 341.0509 129.5 341.64465Q130.03125 342.2384 130.8125 342.2384Q131.60938 342.2384 132.125 341.64465Q132.64062 341.0509 132.64062 339.83215Q132.64062 338.6759 132.10938 338.08215Q131.59375 337.4884 130.8125 337.4884Q130.03125 337.4884 129.5 338.08215Q128.98438 338.66028 128.98438 339.8634ZM135.28125 342.97278L135.28125 336.75403L136.23438 336.75403L136.23438 337.69153Q136.59375 337.03528 136.89062 336.83215Q137.20312 336.6134 137.57812 336.6134Q138.10938 336.6134 138.65625 336.94153L138.29688 337.9259Q137.90625 337.69153 137.53125 337.69153Q137.17188 337.69153 136.89062 337.91028Q136.625 338.1134 136.51562 338.4884Q136.32812 339.0509 136.32812 339.70715L136.32812 342.97278L135.28125 342.97278ZM141.59375 342.03528L141.75 342.95715Q141.29688 343.0509 140.95312 343.0509Q140.375 343.0509 140.0625 342.87903Q139.75 342.69153 139.60938 342.39465Q139.48438 342.09778 139.48438 341.14465L139.48438 337.56653L138.71875 337.56653L138.71875 336.75403L139.48438 336.75403L139.48438 335.20715L140.53125 334.58215L140.53125 336.75403L141.59375 336.75403L141.59375 337.56653L140.53125 337.56653L140.53125 341.20715Q140.53125 341.66028 140.57812 341.78528Q140.64062 341.91028 140.76562 341.9884Q140.89062 342.06653 141.125 342.06653Q141.3125 342.06653 141.59375 342.03528ZM145.29688 342.97278L145.29688 336.75403L146.23438 336.75403L146.23438 337.62903Q146.53125 337.16028 147.01562 336.89465Q147.5 336.6134 148.125 336.6134Q148.8125 336.6134 149.25 336.89465Q149.70312 337.1759 149.875 337.69153Q150.625 336.6134 151.79688 336.6134Q152.73438 336.6134 153.21875 337.12903Q153.71875 337.62903 153.71875 338.70715L153.71875 342.97278L152.67188 342.97278L152.67188 339.0509Q152.67188 338.4259 152.5625 338.14465Q152.46875 337.8634 152.20312 337.69153Q151.9375 337.51965 151.5625 337.51965Q150.90625 337.51965 150.46875 337.95715Q150.04688 338.39465 150.04688 339.3634L150.04688 342.97278L148.98438 342.97278L148.98438 338.9259Q148.98438 338.22278 148.71875 337.87903Q148.46875 337.51965 147.89062 337.51965Q147.4375 337.51965 147.0625 337.75403Q146.6875 337.9884 146.51562 338.44153Q146.34375 338.89465 146.34375 339.7384L146.34375 342.97278L145.29688 342.97278ZM159.35938 342.20715Q158.76562 342.70715 158.21875 342.91028Q157.6875 343.1134 157.0625 343.1134Q156.03125 343.1134 155.48438 342.6134Q154.9375 342.1134 154.9375 341.33215Q154.9375 340.87903 155.14062 340.50403Q155.34375 340.1134 155.6875 339.89465Q156.03125 339.66028 156.45312 339.5509Q156.75 339.45715 157.39062 339.37903Q158.65625 339.2384 159.26562 339.01965Q159.26562 338.8009 159.26562 338.75403Q159.26562 338.09778 158.96875 337.83215Q158.5625 337.4884 157.76562 337.4884Q157.03125 337.4884 156.67188 337.75403Q156.3125 338.00403 156.14062 338.66028L155.10938 338.51965Q155.25 337.8634 155.57812 337.45715Q155.90625 337.0509 156.51562 336.83215Q157.125 336.6134 157.92188 336.6134Q158.71875 336.6134 159.21875 336.8009Q159.71875 336.9884 159.95312 337.26965Q160.1875 337.5509 160.28125 337.9884Q160.32812 338.25403 160.32812 338.95715L160.32812 340.3634Q160.32812 341.83215 160.39062 342.22278Q160.46875 342.6134 160.67188 342.97278L159.5625 342.97278Q159.40625 342.64465 159.35938 342.20715ZM159.26562 339.84778Q158.6875 340.08215 157.54688 340.25403Q156.89062 340.34778 156.625 340.47278Q156.35938 340.58215 156.20312 340.8009Q156.0625 341.01965 156.0625 341.3009Q156.0625 341.72278 156.375 342.00403Q156.70312 342.28528 157.3125 342.28528Q157.92188 342.28528 158.39062 342.01965Q158.875 341.75403 159.09375 341.28528Q159.26562 340.9259 159.26562 340.2384L159.26562 339.84778ZM162.29688 342.97278L162.29688 336.75403L163.23438 336.75403L163.23438 337.62903Q163.92188 336.6134 165.21875 336.6134Q165.78125 336.6134 166.25 336.81653Q166.73438 337.01965 166.96875 337.34778Q167.20312 337.6759 167.29688 338.1134Q167.34375 338.41028 167.34375 339.14465L167.34375 342.97278L166.29688 342.97278L166.29688 339.19153Q166.29688 338.53528 166.17188 338.22278Q166.04688 337.91028 165.73438 337.72278Q165.42188 337.51965 165.0 337.51965Q164.32812 337.51965 163.82812 337.95715Q163.34375 338.37903 163.34375 339.56653L163.34375 342.97278L162.29688 342.97278ZM173.35938 342.20715Q172.76562 342.70715 172.21875 342.91028Q171.6875 343.1134 171.0625 343.1134Q170.03125 343.1134 169.48438 342.6134Q168.9375 342.1134 168.9375 341.33215Q168.9375 340.87903 169.14062 340.50403Q169.34375 340.1134 169.6875 339.89465Q170.03125 339.66028 170.45312 339.5509Q170.75 339.45715 171.39062 339.37903Q172.65625 339.2384 173.26562 339.01965Q173.26562 338.8009 173.26562 338.75403Q173.26562 338.09778 172.96875 337.83215Q172.5625 337.4884 171.76562 337.4884Q171.03125 337.4884 170.67188 337.75403Q170.3125 338.00403 170.14062 338.66028L169.10938 338.51965Q169.25 337.8634 169.57812 337.45715Q169.90625 337.0509 170.51562 336.83215Q171.125 336.6134 171.92188 336.6134Q172.71875 336.6134 173.21875 336.8009Q173.71875 336.9884 173.95312 337.26965Q174.1875 337.5509 174.28125 337.9884Q174.32812 338.25403 174.32812 338.95715L174.32812 340.3634Q174.32812 341.83215 174.39062 342.22278Q174.46875 342.6134 174.67188 342.97278L173.5625 342.97278Q173.40625 342.64465 173.35938 342.20715ZM173.26562 339.84778Q172.6875 340.08215 171.54688 340.25403Q170.89062 340.34778 170.625 340.47278Q170.35938 340.58215 170.20312 340.8009Q170.0625 341.01965 170.0625 341.3009Q170.0625 341.72278 170.375 342.00403Q170.70312 342.28528 171.3125 342.28528Q171.92188 342.28528 172.39062 342.01965Q172.875 341.75403 173.09375 341.28528Q173.26562 340.9259 173.26562 340.2384L173.26562 339.84778ZM176.09375 343.4884L177.125 343.64465Q177.1875 344.1134 177.48438 344.33215Q177.875 344.62903 178.54688 344.62903Q179.28125 344.62903 179.67188 344.33215Q180.07812 344.03528 180.21875 343.51965Q180.3125 343.19153 180.29688 342.16028Q179.60938 342.97278 178.57812 342.97278Q177.29688 342.97278 176.59375 342.0509Q175.89062 341.1134 175.89062 339.83215Q175.89062 338.94153 176.20312 338.19153Q176.53125 337.4259 177.14062 337.01965Q177.75 336.6134 178.57812 336.6134Q179.6875 336.6134 180.40625 337.50403L180.40625 336.75403L181.375 336.75403L181.375 342.12903Q181.375 343.58215 181.07812 344.19153Q180.78125 344.8009 180.14062 345.14465Q179.5 345.50403 178.5625 345.50403Q177.45312 345.50403 176.76562 345.00403Q176.07812 344.50403 176.09375 343.4884ZM176.96875 339.75403Q176.96875 340.97278 177.45312 341.53528Q177.9375 342.09778 178.67188 342.09778Q179.40625 342.09778 179.89062 341.53528Q180.39062 340.97278 180.39062 339.78528Q180.39062 338.64465 179.875 338.06653Q179.375 337.4884 178.65625 337.4884Q177.95312 337.4884 177.45312 338.06653Q176.96875 338.62903 176.96875 339.75403ZM187.54688 340.97278L188.64062 341.09778Q188.39062 342.0509 187.6875 342.58215Q186.98438 343.1134 185.90625 343.1134Q184.54688 343.1134 183.73438 342.26965Q182.9375 341.4259 182.9375 339.91028Q182.9375 338.34778 183.75 337.4884Q184.5625 336.6134 185.84375 336.6134Q187.09375 336.6134 187.875 337.45715Q188.67188 338.3009 188.67188 339.84778Q188.67188 339.94153 188.67188 340.12903L184.03125 340.12903Q184.09375 341.16028 184.60938 341.70715Q185.125 342.2384 185.90625 342.2384Q186.48438 342.2384 186.89062 341.94153Q187.3125 341.62903 187.54688 340.97278ZM184.09375 339.26965L187.5625 339.26965Q187.5 338.47278 187.17188 338.08215Q186.65625 337.47278 185.85938 337.47278Q185.125 337.47278 184.625 337.95715Q184.14062 338.44153 184.09375 339.26965ZM190.29688 342.97278L190.29688 336.75403L191.23438 336.75403L191.23438 337.62903Q191.53125 337.16028 192.01562 336.89465Q192.5 336.6134 193.125 336.6134Q193.8125 336.6134 194.25 336.89465Q194.70312 337.1759 194.875 337.69153Q195.625 336.6134 196.79688 336.6134Q197.73438 336.6134 198.21875 337.12903Q198.71875 337.62903 198.71875 338.70715L198.71875 342.97278L197.67188 342.97278L197.67188 339.0509Q197.67188 338.4259 197.5625 338.14465Q197.46875 337.8634 197.20312 337.69153Q196.9375 337.51965 196.5625 337.51965Q195.90625 337.51965 195.46875 337.95715Q195.04688 338.39465 195.04688 339.3634L195.04688 342.97278L193.98438 342.97278L193.98438 338.9259Q193.98438 338.22278 193.71875 337.87903Q193.46875 337.51965 192.89062 337.51965Q192.4375 337.51965 192.0625 337.75403Q191.6875 337.9884 191.51562 338.44153Q191.34375 338.89465 191.34375 339.7384L191.34375 342.97278L190.29688 342.97278ZM204.54688 340.97278L205.64062 341.09778Q205.39062 342.0509 204.6875 342.58215Q203.98438 343.1134 202.90625 343.1134Q201.54688 343.1134 200.73438 342.26965Q199.9375 341.4259 199.9375 339.91028Q199.9375 338.34778 200.75 337.4884Q201.5625 336.6134 202.84375 336.6134Q204.09375 336.6134 204.875 337.45715Q205.67188 338.3009 205.67188 339.84778Q205.67188 339.94153 205.67188 340.12903L201.03125 340.12903Q201.09375 341.16028 201.60938 341.70715Q202.125 342.2384 202.90625 342.2384Q203.48438 342.2384 203.89062 341.94153Q204.3125 341.62903 204.54688 340.97278ZM201.09375 339.26965L204.5625 339.26965Q204.5 338.47278 204.17188 338.08215Q203.65625 337.47278 202.85938 337.47278Q202.125 337.47278 201.625 337.95715Q201.14062 338.44153 201.09375 339.26965ZM207.29688 342.97278L207.29688 336.75403L208.23438 336.75403L208.23438 337.62903Q208.92188 336.6134 210.21875 336.6134Q210.78125 336.6134 211.25 336.81653Q211.73438 337.01965 211.96875 337.34778Q212.20312 337.6759 212.29688 338.1134Q212.34375 338.41028 212.34375 339.14465L212.34375 342.97278L211.29688 342.97278L211.29688 339.19153Q211.29688 338.53528 211.17188 338.22278Q211.04688 337.91028 210.73438 337.72278Q210.42188 337.51965 210.0 337.51965Q209.32812 337.51965 208.82812 337.95715Q208.34375 338.37903 208.34375 339.56653L208.34375 342.97278L207.29688 342.97278ZM216.59375 342.03528L216.75 342.95715Q216.29688 343.0509 215.95312 343.0509Q215.375 343.0509 215.0625 342.87903Q214.75 342.69153 214.60938 342.39465Q214.48438 342.09778 214.48438 341.14465L214.48438 337.56653L213.71875 337.56653L213.71875 336.75403L214.48438 336.75403L214.48438 335.20715L215.53125 334.58215L215.53125 336.75403L216.59375 336.75403L216.59375 337.56653L215.53125 337.56653L215.53125 341.20715Q215.53125 341.66028 215.57812 341.78528Q215.64062 341.91028 215.76562 341.9884Q215.89062 342.06653 216.125 342.06653Q216.3125 342.06653 216.59375 342.03528Z" fill-rule="nonzero"/><path fill="#666666" d="M88.078125 370.55634Q88.078125 368.4157 89.21875 367.2126Q90.375 365.99384 92.1875 365.99384Q93.390625 365.99384 94.34375 366.57196Q95.296875 367.13446 95.796875 368.1501Q96.296875 369.1657 96.296875 370.4626Q96.296875 371.75946 95.765625 372.7907Q95.234375 373.82196 94.265625 374.3532Q93.3125 374.88446 92.1875 374.88446Q90.96875 374.88446 90.015625 374.30634Q89.0625 373.7126 88.5625 372.7126Q88.078125 371.69696 88.078125 370.55634ZM89.25 370.57196Q89.25 372.13446 90.078125 373.0251Q90.921875 373.9157 92.1875 373.9157Q93.46875 373.9157 94.296875 373.0251Q95.125 372.11884 95.125 370.44696Q95.125 369.4001 94.765625 368.61884Q94.421875 367.8376 93.734375 367.4157Q93.046875 366.9782 92.203125 366.9782Q91.0 366.9782 90.125 367.80634Q89.25 368.63446 89.25 370.57196ZM97.546875 374.74384L97.546875 369.3376L96.609375 369.3376L96.609375 368.5251L97.546875 368.5251L97.546875 367.8532Q97.546875 367.2282 97.65625 366.93134Q97.8125 366.50946 98.1875 366.25946Q98.578125 366.00946 99.265625 366.00946Q99.71875 366.00946 100.25 366.11884L100.09375 367.0251Q99.765625 366.9782 99.46875 366.9782Q98.984375 366.9782 98.78125 367.18134Q98.59375 367.38446 98.59375 367.94696L98.59375 368.5251L99.8125 368.5251L99.8125 369.3376L98.59375 369.3376L98.59375 374.74384L97.546875 374.74384ZM100.546875 374.74384L100.546875 369.3376L99.609375 369.3376L99.609375 368.5251L100.546875 368.5251L100.546875 367.8532Q100.546875 367.2282 100.65625 366.93134Q100.8125 366.50946 101.1875 366.25946Q101.578125 366.00946 102.265625 366.00946Q102.71875 366.00946 103.25 366.11884L103.09375 367.0251Q102.765625 366.9782 102.46875 366.9782Q101.984375 366.9782 101.78125 367.18134Q101.59375 367.38446 101.59375 367.94696L101.59375 368.5251L102.8125 368.5251L102.8125 369.3376L101.59375 369.3376L101.59375 374.74384L100.546875 374.74384ZM103.296875 367.36884L103.296875 366.1501L104.359375 366.1501L104.359375 367.36884L103.296875 367.36884ZM103.296875 374.74384L103.296875 368.5251L104.359375 368.5251L104.359375 374.74384L103.296875 374.74384ZM110.359375 372.4626L111.390625 372.6032Q111.21875 373.6657 110.515625 374.2751Q109.8125 374.88446 108.796875 374.88446Q107.515625 374.88446 106.734375 374.05634Q105.96875 373.2126 105.96875 371.6501Q105.96875 370.6501 106.296875 369.9001Q106.640625 369.13446 107.3125 368.75946Q108.0 368.38446 108.8125 368.38446Q109.8125 368.38446 110.453125 368.9001Q111.109375 369.4001 111.296875 370.3532L110.265625 370.50946Q110.125 369.88446 109.75 369.57196Q109.375 369.24384 108.84375 369.24384Q108.046875 369.24384 107.546875 369.82196Q107.046875 370.38446 107.046875 371.61884Q107.046875 372.88446 107.53125 373.44696Q108.015625 374.00946 108.78125 374.00946Q109.40625 374.00946 109.8125 373.63446Q110.234375 373.25946 110.359375 372.4626ZM112.296875 367.36884L112.296875 366.1501L113.359375 366.1501L113.359375 367.36884L112.296875 367.36884ZM112.296875 374.74384L112.296875 368.5251L113.359375 368.5251L113.359375 374.74384L112.296875 374.74384ZM119.359375 373.9782Q118.765625 374.4782 118.21875 374.68134Q117.6875 374.88446 117.0625 374.88446Q116.03125 374.88446 115.484375 374.38446Q114.9375 373.88446 114.9375 373.1032Q114.9375 372.6501 115.140625 372.2751Q115.34375 371.88446 115.6875 371.6657Q116.03125 371.43134 116.453125 371.32196Q116.75 371.2282 117.390625 371.1501Q118.65625 371.00946 119.265625 370.7907Q119.265625 370.57196 119.265625 370.5251Q119.265625 369.86884 118.96875 369.6032Q118.5625 369.25946 117.765625 369.25946Q117.03125 369.25946 116.671875 369.5251Q116.3125 369.7751 116.140625 370.43134L115.109375 370.2907Q115.25 369.63446 115.578125 369.2282Q115.90625 368.82196 116.515625 368.6032Q117.125 368.38446 117.921875 368.38446Q118.71875 368.38446 119.21875 368.57196Q119.71875 368.75946 119.953125 369.0407Q120.1875 369.32196 120.28125 369.75946Q120.328125 370.0251 120.328125 370.7282L120.328125 372.13446Q120.328125 373.6032 120.390625 373.99384Q120.46875 374.38446 120.671875 374.74384L119.5625 374.74384Q119.40625 374.4157 119.359375 373.9782ZM119.265625 371.61884Q118.6875 371.8532 117.546875 372.0251Q116.890625 372.11884 116.625 372.24384Q116.359375 372.3532 116.203125 372.57196Q116.0625 372.7907 116.0625 373.07196Q116.0625 373.49384 116.375 373.7751Q116.703125 374.05634 117.3125 374.05634Q117.921875 374.05634 118.390625 373.7907Q118.875 373.5251 119.09375 373.05634Q119.265625 372.69696 119.265625 372.00946L119.265625 371.61884ZM122.265625 374.74384L122.265625 366.1501L123.328125 366.1501L123.328125 374.74384L122.265625 374.74384ZM128.26562 374.74384L128.26562 366.1501L129.32812 366.1501L129.32812 374.74384L128.26562 374.74384ZM135.35938 373.9782Q134.76562 374.4782 134.21875 374.68134Q133.6875 374.88446 133.0625 374.88446Q132.03125 374.88446 131.48438 374.38446Q130.9375 373.88446 130.9375 373.1032Q130.9375 372.6501 131.14062 372.2751Q131.34375 371.88446 131.6875 371.6657Q132.03125 371.43134 132.45312 371.32196Q132.75 371.2282 133.39062 371.1501Q134.65625 371.00946 135.26562 370.7907Q135.26562 370.57196 135.26562 370.5251Q135.26562 369.86884 134.96875 369.6032Q134.5625 369.25946 133.76562 369.25946Q133.03125 369.25946 132.67188 369.5251Q132.3125 369.7751 132.14062 370.43134L131.10938 370.2907Q131.25 369.63446 131.57812 369.2282Q131.90625 368.82196 132.51562 368.6032Q133.125 368.38446 133.92188 368.38446Q134.71875 368.38446 135.21875 368.57196Q135.71875 368.75946 135.95312 369.0407Q136.1875 369.32196 136.28125 369.75946Q136.32812 370.0251 136.32812 370.7282L136.32812 372.13446Q136.32812 373.6032 136.39062 373.99384Q136.46875 374.38446 136.67188 374.74384L135.5625 374.74384Q135.40625 374.4157 135.35938 373.9782ZM135.26562 371.61884Q134.6875 371.8532 133.54688 372.0251Q132.89062 372.11884 132.625 372.24384Q132.35938 372.3532 132.20312 372.57196Q132.0625 372.7907 132.0625 373.07196Q132.0625 373.49384 132.375 373.7751Q132.70312 374.05634 133.3125 374.05634Q133.92188 374.05634 134.39062 373.7907Q134.875 373.5251 135.09375 373.05634Q135.26562 372.69696 135.26562 372.00946L135.26562 371.61884ZM138.29688 374.74384L138.29688 368.5251L139.23438 368.5251L139.23438 369.4001Q139.92188 368.38446 141.21875 368.38446Q141.78125 368.38446 142.25 368.5876Q142.73438 368.7907 142.96875 369.11884Q143.20312 369.44696 143.29688 369.88446Q143.34375 370.18134 143.34375 370.9157L143.34375 374.74384L142.29688 374.74384L142.29688 370.9626Q142.29688 370.30634 142.17188 369.99384Q142.04688 369.68134 141.73438 369.49384Q141.42188 369.2907 141.0 369.2907Q140.32812 369.2907 139.82812 369.7282Q139.34375 370.1501 139.34375 371.3376L139.34375 374.74384L138.29688 374.74384ZM145.09375 375.25946L146.125 375.4157Q146.1875 375.88446 146.48438 376.1032Q146.875 376.4001 147.54688 376.4001Q148.28125 376.4001 148.67188 376.1032Q149.07812 375.80634 149.21875 375.2907Q149.3125 374.9626 149.29688 373.93134Q148.60938 374.74384 147.57812 374.74384Q146.29688 374.74384 145.59375 373.82196Q144.89062 372.88446 144.89062 371.6032Q144.89062 370.7126 145.20312 369.9626Q145.53125 369.19696 146.14062 368.7907Q146.75 368.38446 147.57812 368.38446Q148.6875 368.38446 149.40625 369.2751L149.40625 368.5251L150.375 368.5251L150.375 373.9001Q150.375 375.3532 150.07812 375.9626Q149.78125 376.57196 149.14062 376.9157Q148.5 377.2751 147.5625 377.2751Q146.45312 377.2751 145.76562 376.7751Q145.07812 376.2751 145.09375 375.25946ZM145.96875 371.5251Q145.96875 372.74384 146.45312 373.30634Q146.9375 373.86884 147.67188 373.86884Q148.40625 373.86884 148.89062 373.30634Q149.39062 372.74384 149.39062 371.55634Q149.39062 370.4157 148.875 369.8376Q148.375 369.25946 147.65625 369.25946Q146.95312 369.25946 146.45312 369.8376Q145.96875 370.4001 145.96875 371.5251ZM156.375 374.74384L156.375 373.82196Q155.64062 374.88446 154.39062 374.88446Q153.84375 374.88446 153.35938 374.68134Q152.89062 374.4626 152.65625 374.1501Q152.42188 373.82196 152.32812 373.3532Q152.26562 373.05634 152.26562 372.36884L152.26562 368.5251L153.32812 368.5251L153.32812 371.9782Q153.32812 372.7907 153.39062 373.0876Q153.48438 373.49384 153.79688 373.74384Q154.125 373.9782 154.60938 373.9782Q155.07812 373.9782 155.48438 373.74384Q155.90625 373.49384 156.07812 373.07196Q156.26562 372.6501 156.26562 371.8532L156.26562 368.5251L157.3125 368.5251L157.3125 374.74384L156.375 374.74384ZM163.35938 373.9782Q162.76562 374.4782 162.21875 374.68134Q161.6875 374.88446 161.0625 374.88446Q160.03125 374.88446 159.48438 374.38446Q158.9375 373.88446 158.9375 373.1032Q158.9375 372.6501 159.14062 372.2751Q159.34375 371.88446 159.6875 371.6657Q160.03125 371.43134 160.45312 371.32196Q160.75 371.2282 161.39062 371.1501Q162.65625 371.00946 163.26562 370.7907Q163.26562 370.57196 163.26562 370.5251Q163.26562 369.86884 162.96875 369.6032Q162.5625 369.25946 161.76562 369.25946Q161.03125 369.25946 160.67188 369.5251Q160.3125 369.7751 160.14062 370.43134L159.10938 370.2907Q159.25 369.63446 159.57812 369.2282Q159.90625 368.82196 160.51562 368.6032Q161.125 368.38446 161.92188 368.38446Q162.71875 368.38446 163.21875 368.57196Q163.71875 368.75946 163.95312 369.0407Q164.1875 369.32196 164.28125 369.75946Q164.32812 370.0251 164.32812 370.7282L164.32812 372.13446Q164.32812 373.6032 164.39062 373.99384Q164.46875 374.38446 164.67188 374.74384L163.5625 374.74384Q163.40625 374.4157 163.35938 373.9782ZM163.26562 371.61884Q162.6875 371.8532 161.54688 372.0251Q160.89062 372.11884 160.625 372.24384Q160.35938 372.3532 160.20312 372.57196Q160.0625 372.7907 160.0625 373.07196Q160.0625 373.49384 160.375 373.7751Q160.70312 374.05634 161.3125 374.05634Q161.92188 374.05634 162.39062 373.7907Q162.875 373.5251 163.09375 373.05634Q163.26562 372.69696 163.26562 372.00946L163.26562 371.61884ZM166.09375 375.25946L167.125 375.4157Q167.1875 375.88446 167.48438 376.1032Q167.875 376.4001 168.54688 376.4001Q169.28125 376.4001 169.67188 376.1032Q170.07812 375.80634 170.21875 375.2907Q170.3125 374.9626 170.29688 373.93134Q169.60938 374.74384 168.57812 374.74384Q167.29688 374.74384 166.59375 373.82196Q165.89062 372.88446 165.89062 371.6032Q165.89062 370.7126 166.20312 369.9626Q166.53125 369.19696 167.14062 368.7907Q167.75 368.38446 168.57812 368.38446Q169.6875 368.38446 170.40625 369.2751L170.40625 368.5251L171.375 368.5251L171.375 373.9001Q171.375 375.3532 171.07812 375.9626Q170.78125 376.57196 170.14062 376.9157Q169.5 377.2751 168.5625 377.2751Q167.45312 377.2751 166.76562 376.7751Q166.07812 376.2751 166.09375 375.25946ZM166.96875 371.5251Q166.96875 372.74384 167.45312 373.30634Q167.9375 373.86884 168.67188 373.86884Q169.40625 373.86884 169.89062 373.30634Q170.39062 372.74384 170.39062 371.55634Q170.39062 370.4157 169.875 369.8376Q169.375 369.25946 168.65625 369.25946Q167.95312 369.25946 167.45312 369.8376Q166.96875 370.4001 166.96875 371.5251ZM177.54688 372.74384L178.64062 372.86884Q178.39062 373.82196 177.6875 374.3532Q176.98438 374.88446 175.90625 374.88446Q174.54688 374.88446 173.73438 374.0407Q172.9375 373.19696 172.9375 371.68134Q172.9375 370.11884 173.75 369.25946Q174.5625 368.38446 175.84375 368.38446Q177.09375 368.38446 177.875 369.2282Q178.67188 370.07196 178.67188 371.61884Q178.67188 371.7126 178.67188 371.9001L174.03125 371.9001Q174.09375 372.93134 174.60938 373.4782Q175.125 374.00946 175.90625 374.00946Q176.48438 374.00946 176.89062 373.7126Q177.3125 373.4001 177.54688 372.74384ZM174.09375 371.0407L177.5625 371.0407Q177.5 370.24384 177.17188 369.8532Q176.65625 369.24384 175.85938 369.24384Q175.125 369.24384 174.625 369.7282Q174.14062 370.2126 174.09375 371.0407ZM182.875 372.88446L183.90625 372.7282Q184.0 373.3532 184.39062 373.68134Q184.79688 374.00946 185.53125 374.00946Q186.25 374.00946 186.59375 373.7282Q186.95312 373.43134 186.95312 373.0251Q186.95312 372.6657 186.64062 372.4626Q186.42188 372.32196 185.5625 372.1032Q184.40625 371.80634 183.95312 371.6032Q183.51562 371.38446 183.28125 371.00946Q183.04688 370.63446 183.04688 370.1657Q183.04688 369.75946 183.23438 369.4001Q183.42188 369.0407 183.75 368.80634Q184.0 368.63446 184.42188 368.50946Q184.84375 368.38446 185.34375 368.38446Q186.0625 368.38446 186.60938 368.6032Q187.17188 368.80634 187.4375 369.1657Q187.70312 369.5251 187.79688 370.11884L186.76562 370.25946Q186.70312 369.7907 186.35938 369.5251Q186.03125 369.24384 185.40625 369.24384Q184.6875 369.24384 184.375 369.49384Q184.0625 369.7282 184.0625 370.05634Q184.0625 370.25946 184.1875 370.4157Q184.32812 370.5876 184.59375 370.69696Q184.75 370.75946 185.53125 370.9626Q186.65625 371.2751 187.09375 371.4626Q187.53125 371.6501 187.78125 372.00946Q188.03125 372.36884 188.03125 372.9157Q188.03125 373.44696 187.71875 373.9157Q187.42188 374.36884 186.84375 374.63446Q186.26562 374.88446 185.53125 374.88446Q184.3125 374.88446 183.67188 374.38446Q183.04688 373.86884 182.875 372.88446ZM193.54688 372.74384L194.64062 372.86884Q194.39062 373.82196 193.6875 374.3532Q192.98438 374.88446 191.90625 374.88446Q190.54688 374.88446 189.73438 374.0407Q188.9375 373.19696 188.9375 371.68134Q188.9375 370.11884 189.75 369.25946Q190.5625 368.38446 191.84375 368.38446Q193.09375 368.38446 193.875 369.2282Q194.67188 370.07196 194.67188 371.61884Q194.67188 371.7126 194.67188 371.9001L190.03125 371.9001Q190.09375 372.93134 190.60938 373.4782Q191.125 374.00946 191.90625 374.00946Q192.48438 374.00946 192.89062 373.7126Q193.3125 373.4001 193.54688 372.74384ZM190.09375 371.0407L193.5625 371.0407Q193.5 370.24384 193.17188 369.8532Q192.65625 369.24384 191.85938 369.24384Q191.125 369.24384 190.625 369.7282Q190.14062 370.2126 190.09375 371.0407ZM196.28125 374.74384L196.28125 368.5251L197.23438 368.5251L197.23438 369.4626Q197.59375 368.80634 197.89062 368.6032Q198.20312 368.38446 198.57812 368.38446Q199.10938 368.38446 199.65625 368.7126L199.29688 369.69696Q198.90625 369.4626 198.53125 369.4626Q198.17188 369.4626 197.89062 369.68134Q197.625 369.88446 197.51562 370.25946Q197.32812 370.82196 197.32812 371.4782L197.32812 374.74384L196.28125 374.74384ZM202.01562 374.74384L199.65625 368.5251L200.76562 368.5251L202.10938 372.24384Q202.3125 372.8532 202.5 373.49384Q202.64062 373.00946 202.89062 372.32196L204.28125 368.5251L205.35938 368.5251L203.0 374.74384L202.01562 374.74384ZM210.54688 372.74384L211.64062 372.86884Q211.39062 373.82196 210.6875 374.3532Q209.98438 374.88446 208.90625 374.88446Q207.54688 374.88446 206.73438 374.0407Q205.9375 373.19696 205.9375 371.68134Q205.9375 370.11884 206.75 369.25946Q207.5625 368.38446 208.84375 368.38446Q210.09375 368.38446 210.875 369.2282Q211.67188 370.07196 211.67188 371.61884Q211.67188 371.7126 211.67188 371.9001L207.03125 371.9001Q207.09375 372.93134 207.60938 373.4782Q208.125 374.00946 208.90625 374.00946Q209.48438 374.00946 209.89062 373.7126Q210.3125 373.4001 210.54688 372.74384ZM207.09375 371.0407L210.5625 371.0407Q210.5 370.24384 210.17188 369.8532Q209.65625 369.24384 208.85938 369.24384Q208.125 369.24384 207.625 369.7282Q207.14062 370.2126 207.09375 371.0407ZM213.28125 374.74384L213.28125 368.5251L214.23438 368.5251L214.23438 369.4626Q214.59375 368.80634 214.89062 368.6032Q215.20312 368.38446 215.57812 368.38446Q216.10938 368.38446 216.65625 368.7126L216.29688 369.69696Q215.90625 369.4626 215.53125 369.4626Q215.17188 369.4626 214.89062 369.68134Q214.625 369.88446 214.51562 370.25946Q214.32812 370.82196 214.32812 371.4782L214.32812 374.74384L213.28125 374.74384Z" fill-rule="nonzero"/><path fill="#666666" d="M214.0 404.95493Q214.0 403.42368 214.3125 402.5018Q214.625 401.5643 215.23438 401.0643Q215.85938 400.5643 216.79688 400.5643Q217.48438 400.5643 218.0 400.84555Q218.53125 401.1268 218.875 401.65805Q219.21875 402.17368 219.40625 402.92368Q219.59375 403.67368 219.59375 404.95493Q219.59375 406.47055 219.28125 407.39243Q218.98438 408.3143 218.35938 408.82993Q217.75 409.32993 216.79688 409.32993Q215.5625 409.32993 214.84375 408.4393Q214.0 407.3768 214.0 404.95493ZM215.07812 404.95493Q215.07812 407.0643 215.57812 407.76743Q216.07812 408.47055 216.79688 408.47055Q217.53125 408.47055 218.01562 407.76743Q218.51562 407.0643 218.51562 404.95493Q218.51562 402.82993 218.01562 402.14243Q217.53125 401.4393 216.78125 401.4393Q216.0625 401.4393 215.625 402.04868Q215.07812 402.82993 215.07812 404.95493ZM221.20312 402.65805Q221.20312 401.73618 221.65625 401.09555Q222.125 400.45493 223.0 400.45493Q223.8125 400.45493 224.34375 401.03305Q224.875 401.61118 224.875 402.72055Q224.875 403.8143 224.32812 404.40805Q223.79688 404.98618 223.01562 404.98618Q222.23438 404.98618 221.71875 404.40805Q221.20312 403.82993 221.20312 402.65805ZM223.03125 401.17368Q222.64062 401.17368 222.375 401.51743Q222.125 401.86118 222.125 402.76743Q222.125 403.59555 222.375 403.9393Q222.64062 404.26743 223.03125 404.26743Q223.4375 404.26743 223.6875 403.92368Q223.95312 403.57993 223.95312 402.6893Q223.95312 401.84555 223.6875 401.51743Q223.42188 401.17368 223.03125 401.17368ZM223.03125 409.5018L227.73438 400.45493L228.59375 400.45493L223.90625 409.5018L223.03125 409.5018ZM226.75 407.17368Q226.75 406.2518 227.20312 405.61118Q227.67188 404.97055 228.5625 404.97055Q229.375 404.97055 229.90625 405.54868Q230.4375 406.11118 230.4375 407.23618Q230.4375 408.32993 229.89062 408.92368Q229.35938 409.5018 228.5625 409.5018Q227.79688 409.5018 227.26562 408.92368Q226.75 408.34555 226.75 407.17368ZM228.59375 405.6893Q228.1875 405.6893 227.92188 406.03305Q227.67188 406.3768 227.67188 407.28305Q227.67188 408.09555 227.9375 408.4393Q228.20312 408.78305 228.59375 408.78305Q228.98438 408.78305 229.25 408.4393Q229.51562 408.09555 229.51562 407.1893Q229.51562 406.36118 229.25 406.03305Q228.98438 405.6893 228.59375 405.6893Z" fill-rule="nonzero"/><path fill="#666666" d="M304.80313 408.17368L304.80313 409.1893L299.11563 409.1893Q299.11563 408.8143 299.24063 408.45493Q299.45938 407.8768 299.92813 407.3143Q300.4125 406.7518 301.31876 406.01743Q302.725 404.86118 303.20938 404.1893Q303.70938 403.51743 303.70938 402.92368Q303.70938 402.29868 303.25626 401.8768Q302.80313 401.4393 302.08438 401.4393Q301.31876 401.4393 300.86563 401.89243Q300.4125 402.34555 300.39688 403.15805L299.31876 403.04868Q299.42813 401.82993 300.14688 401.20493Q300.88126 400.5643 302.11563 400.5643Q303.35 400.5643 304.06876 401.2518Q304.7875 401.9393 304.7875 402.95493Q304.7875 403.47055 304.56876 403.97055Q304.36563 404.45493 303.86563 405.01743Q303.38126 405.5643 302.25626 406.51743Q301.30313 407.3143 301.02188 407.61118Q300.75626 407.89243 300.58438 408.17368L304.80313 408.17368ZM306.25626 404.95493Q306.25626 403.42368 306.56876 402.5018Q306.88126 401.5643 307.49063 401.0643Q308.11563 400.5643 309.05313 400.5643Q309.74063 400.5643 310.25626 400.84555Q310.7875 401.1268 311.13126 401.65805Q311.475 402.17368 311.6625 402.92368Q311.85 403.67368 311.85 404.95493Q311.85 406.47055 311.5375 407.39243Q311.24063 408.3143 310.61563 408.82993Q310.00626 409.32993 309.05313 409.32993Q307.81876 409.32993 307.1 408.4393Q306.25626 407.3768 306.25626 404.95493ZM307.33438 404.95493Q307.33438 407.0643 307.83438 407.76743Q308.33438 408.47055 309.05313 408.47055Q309.7875 408.47055 310.27188 407.76743Q310.77188 407.0643 310.77188 404.95493Q310.77188 402.82993 310.27188 402.14243Q309.7875 401.4393 309.0375 401.4393Q308.31876 401.4393 307.88126 402.04868Q307.33438 402.82993 307.33438 404.95493ZM313.45938 402.65805Q313.45938 401.73618 313.9125 401.09555Q314.38126 400.45493 315.25626 400.45493Q316.06876 400.45493 316.6 401.03305Q317.13126 401.61118 317.13126 402.72055Q317.13126 403.8143 316.58438 404.40805Q316.05313 404.98618 315.27188 404.98618Q314.49063 404.98618 313.975 404.40805Q313.45938 403.82993 313.45938 402.65805ZM315.2875 401.17368Q314.89688 401.17368 314.63126 401.51743Q314.38126 401.86118 314.38126 402.76743Q314.38126 403.59555 314.63126 403.9393Q314.89688 404.26743 315.2875 404.26743Q315.69376 404.26743 315.94376 403.92368Q316.20938 403.57993 316.20938 402.6893Q316.20938 401.84555 315.94376 401.51743Q315.67813 401.17368 315.2875 401.17368ZM315.2875 409.5018L319.99063 400.45493L320.85 400.45493L316.1625 409.5018L315.2875 409.5018ZM319.00626 407.17368Q319.00626 406.2518 319.45938 405.61118Q319.92813 404.97055 320.81876 404.97055Q321.63126 404.97055 322.1625 405.54868Q322.69376 406.11118 322.69376 407.23618Q322.69376 408.32993 322.14688 408.92368Q321.61563 409.5018 320.81876 409.5018Q320.05313 409.5018 319.52188 408.92368Q319.00626 408.34555 319.00626 407.17368ZM320.85 405.6893Q320.44376 405.6893 320.17813 406.03305Q319.92813 406.3768 319.92813 407.28305Q319.92813 408.09555 320.19376 408.4393Q320.45938 408.78305 320.85 408.78305Q321.24063 408.78305 321.50626 408.4393Q321.77188 408.09555 321.77188 407.1893Q321.77188 406.36118 321.50626 406.03305Q321.24063 405.6893 320.85 405.6893Z" fill-rule="nonzero"/><path fill="#666666" d="M391.3875 409.1893L391.3875 407.1268L387.66876 407.1268L387.66876 406.15805L391.59064 400.59555L392.45 400.59555L392.45 406.15805L393.60626 406.15805L393.60626 407.1268L392.45 407.1268L392.45 409.1893L391.3875 409.1893ZM391.3875 406.15805L391.3875 402.29868L388.7 406.15805L391.3875 406.15805ZM395.0125 404.95493Q395.0125 403.42368 395.325 402.5018Q395.6375 401.5643 396.2469 401.0643Q396.8719 400.5643 397.8094 400.5643Q398.4969 400.5643 399.0125 400.84555Q399.54376 401.1268 399.8875 401.65805Q400.23126 402.17368 400.41876 402.92368Q400.60626 403.67368 400.60626 404.95493Q400.60626 406.47055 400.29376 407.39243Q399.9969 408.3143 399.3719 408.82993Q398.7625 409.32993 397.8094 409.32993Q396.575 409.32993 395.85626 408.4393Q395.0125 407.3768 395.0125 404.95493ZM396.09064 404.95493Q396.09064 407.0643 396.59064 407.76743Q397.09064 408.47055 397.8094 408.47055Q398.54376 408.47055 399.02814 407.76743Q399.52814 407.0643 399.52814 404.95493Q399.52814 402.82993 399.02814 402.14243Q398.54376 401.4393 397.79376 401.4393Q397.075 401.4393 396.6375 402.04868Q396.09064 402.82993 396.09064 404.95493ZM402.21564 402.65805Q402.21564 401.73618 402.66876 401.09555Q403.1375 400.45493 404.0125 400.45493Q404.825 400.45493 405.35626 401.03305Q405.8875 401.61118 405.8875 402.72055Q405.8875 403.8143 405.34064 404.40805Q404.8094 404.98618 404.02814 404.98618Q403.2469 404.98618 402.73126 404.40805Q402.21564 403.82993 402.21564 402.65805ZM404.04376 401.17368Q403.65314 401.17368 403.3875 401.51743Q403.1375 401.86118 403.1375 402.76743Q403.1375 403.59555 403.3875 403.9393Q403.65314 404.26743 404.04376 404.26743Q404.45 404.26743 404.7 403.92368Q404.96564 403.57993 404.96564 402.6893Q404.96564 401.84555 404.7 401.51743Q404.4344 401.17368 404.04376 401.17368ZM404.04376 409.5018L408.7469 400.45493L409.60626 400.45493L404.91876 409.5018L404.04376 409.5018ZM407.7625 407.17368Q407.7625 406.2518 408.21564 405.61118Q408.6844 404.97055 409.575 404.97055Q410.3875 404.97055 410.91876 405.54868Q411.45 406.11118 411.45 407.23618Q411.45 408.32993 410.90314 408.92368Q410.3719 409.5018 409.575 409.5018Q408.8094 409.5018 408.27814 408.92368Q407.7625 408.34555 407.7625 407.17368ZM409.60626 405.6893Q409.2 405.6893 408.9344 406.03305Q408.6844 406.3768 408.6844 407.28305Q408.6844 408.09555 408.95 408.4393Q409.21564 408.78305 409.60626 408.78305Q409.9969 408.78305 410.2625 408.4393Q410.52814 408.09555 410.52814 407.1893Q410.52814 406.36118 410.2625 406.03305Q409.9969 405.6893 409.60626 405.6893Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 402.70493L481.1906 402.78305Q481.05 402.15805 480.8 401.8768Q480.3625 401.42368 479.7375 401.42368Q479.2375 401.42368 478.84686 401.70493Q478.3625 402.07993 478.0656 402.78305Q477.78436 403.47055 477.76874 404.7518Q478.14374 404.17368 478.6906 403.89243Q479.2531 403.61118 479.8625 403.61118Q480.90936 403.61118 481.64374 404.39243Q482.39374 405.17368 482.39374 406.39243Q482.39374 407.20493 482.03436 407.90805Q481.6906 408.59555 481.08124 408.97055Q480.47186 409.32993 479.70624 409.32993Q478.3781 409.32993 477.55 408.36118Q476.72186 407.39243 476.72186 405.17368Q476.72186 402.67368 477.64374 401.54868Q478.4406 400.5643 479.8 400.5643Q480.8156 400.5643 481.45624 401.14243Q482.1125 401.70493 482.2375 402.70493ZM477.9406 406.40805Q477.9406 406.95493 478.15936 407.45493Q478.39374 407.9393 478.8 408.20493Q479.22186 408.47055 479.6906 408.47055Q480.34686 408.47055 480.83124 407.9393Q481.3156 407.39243 481.3156 406.47055Q481.3156 405.57993 480.83124 405.0643Q480.3625 404.54868 479.64374 404.54868Q478.925 404.54868 478.425 405.0643Q477.9406 405.57993 477.9406 406.40805ZM483.76874 404.95493Q483.76874 403.42368 484.08124 402.5018Q484.39374 401.5643 485.0031 401.0643Q485.6281 400.5643 486.5656 400.5643Q487.2531 400.5643 487.76874 400.84555Q488.3 401.1268 488.64374 401.65805Q488.9875 402.17368 489.175 402.92368Q489.3625 403.67368 489.3625 404.95493Q489.3625 406.47055 489.05 407.39243Q488.7531 408.3143 488.1281 408.82993Q487.51874 409.32993 486.5656 409.32993Q485.33124 409.32993 484.6125 408.4393Q483.76874 407.3768 483.76874 404.95493ZM484.84686 404.95493Q484.84686 407.0643 485.34686 407.76743Q485.84686 408.47055 486.5656 408.47055Q487.3 408.47055 487.78436 407.76743Q488.28436 407.0643 488.28436 404.95493Q488.28436 402.82993 487.78436 402.14243Q487.3 401.4393 486.55 401.4393Q485.83124 401.4393 485.39374 402.04868Q484.84686 402.82993 484.84686 404.95493ZM490.97186 402.65805Q490.97186 401.73618 491.425 401.09555Q491.89374 400.45493 492.76874 400.45493Q493.58124 400.45493 494.1125 401.03305Q494.64374 401.61118 494.64374 402.72055Q494.64374 403.8143 494.09686 404.40805Q493.5656 404.98618 492.78436 404.98618Q492.0031 404.98618 491.4875 404.40805Q490.97186 403.82993 490.97186 402.65805ZM492.8 401.17368Q492.40936 401.17368 492.14374 401.51743Q491.89374 401.86118 491.89374 402.76743Q491.89374 403.59555 492.14374 403.9393Q492.40936 404.26743 492.8 404.26743Q493.20624 404.26743 493.45624 403.92368Q493.72186 403.57993 493.72186 402.6893Q493.72186 401.84555 493.45624 401.51743Q493.1906 401.17368 492.8 401.17368ZM492.8 409.5018L497.5031 400.45493L498.3625 400.45493L493.675 409.5018L492.8 409.5018ZM496.51874 407.17368Q496.51874 406.2518 496.97186 405.61118Q497.4406 404.97055 498.33124 404.97055Q499.14374 404.97055 499.675 405.54868Q500.20624 406.11118 500.20624 407.23618Q500.20624 408.32993 499.65936 408.92368Q499.1281 409.5018 498.33124 409.5018Q497.5656 409.5018 497.03436 408.92368Q496.51874 408.34555 496.51874 407.17368ZM498.3625 405.6893Q497.95624 405.6893 497.6906 406.03305Q497.4406 406.3768 497.4406 407.28305Q497.4406 408.09555 497.70624 408.4393Q497.97186 408.78305 498.3625 408.78305Q498.7531 408.78305 499.01874 408.4393Q499.28436 408.09555 499.28436 407.1893Q499.28436 406.36118 499.01874 406.03305Q498.7531 405.6893 498.3625 405.6893Z" fill-rule="nonzero"/><path fill="#666666" d="M567.15 404.53305Q566.4938 404.28305 566.16565 403.84555Q565.85315 403.39243 565.85315 402.78305Q565.85315 401.84555 566.525 401.20493Q567.2125 400.5643 568.3219 400.5643Q569.4469 400.5643 570.1344 401.22055Q570.8219 401.8768 570.8219 402.8143Q570.8219 403.40805 570.5094 403.84555Q570.1969 404.28305 569.5563 404.53305Q570.35315 404.78305 570.7594 405.36118Q571.16565 405.9393 571.16565 406.73618Q571.16565 407.82993 570.3844 408.57993Q569.6188 409.32993 568.3375 409.32993Q567.0719 409.32993 566.29065 408.57993Q565.5094 407.82993 565.5094 406.70493Q565.5094 405.86118 565.9313 405.29868Q566.3688 404.73618 567.15 404.53305ZM566.9313 402.73618Q566.9313 403.34555 567.3219 403.73618Q567.72815 404.1268 568.35315 404.1268Q568.9625 404.1268 569.35315 403.7518Q569.7438 403.36118 569.7438 402.79868Q569.7438 402.22055 569.3375 401.82993Q568.9313 401.42368 568.3375 401.42368Q567.72815 401.42368 567.3219 401.8143Q566.9313 402.20493 566.9313 402.73618ZM566.60315 406.70493Q566.60315 407.15805 566.8063 407.57993Q567.025 408.0018 567.4469 408.23618Q567.8688 408.47055 568.35315 408.47055Q569.10315 408.47055 569.5875 407.98618Q570.0875 407.5018 570.0875 406.7518Q570.0875 405.98618 569.5875 405.48618Q569.0875 404.98618 568.3219 404.98618Q567.5719 404.98618 567.0875 405.48618Q566.60315 405.97055 566.60315 406.70493ZM572.525 404.95493Q572.525 403.42368 572.8375 402.5018Q573.15 401.5643 573.7594 401.0643Q574.3844 400.5643 575.3219 400.5643Q576.0094 400.5643 576.525 400.84555Q577.0563 401.1268 577.4 401.65805Q577.7438 402.17368 577.9313 402.92368Q578.1188 403.67368 578.1188 404.95493Q578.1188 406.47055 577.8063 407.39243Q577.5094 408.3143 576.8844 408.82993Q576.275 409.32993 575.3219 409.32993Q574.0875 409.32993 573.3688 408.4393Q572.525 407.3768 572.525 404.95493ZM573.60315 404.95493Q573.60315 407.0643 574.10315 407.76743Q574.60315 408.47055 575.3219 408.47055Q576.0563 408.47055 576.54065 407.76743Q577.04065 407.0643 577.04065 404.95493Q577.04065 402.82993 576.54065 402.14243Q576.0563 401.4393 575.3063 401.4393Q574.5875 401.4393 574.15 402.04868Q573.60315 402.82993 573.60315 404.95493ZM579.72815 402.65805Q579.72815 401.73618 580.1813 401.09555Q580.65 400.45493 581.525 400.45493Q582.3375 400.45493 582.8688 401.03305Q583.4 401.61118 583.4 402.72055Q583.4 403.8143 582.85315 404.40805Q582.3219 404.98618 581.54065 404.98618Q580.7594 404.98618 580.2438 404.40805Q579.72815 403.82993 579.72815 402.65805ZM581.5563 401.17368Q581.16565 401.17368 580.9 401.51743Q580.65 401.86118 580.65 402.76743Q580.65 403.59555 580.9 403.9393Q581.16565 404.26743 581.5563 404.26743Q581.9625 404.26743 582.2125 403.92368Q582.47815 403.57993 582.47815 402.6893Q582.47815 401.84555 582.2125 401.51743Q581.9469 401.17368 581.5563 401.17368ZM581.5563 409.5018L586.2594 400.45493L587.1188 400.45493L582.4313 409.5018L581.5563 409.5018ZM585.275 407.17368Q585.275 406.2518 585.72815 405.61118Q586.1969 404.97055 587.0875 404.97055Q587.9 404.97055 588.4313 405.54868Q588.9625 406.11118 588.9625 407.23618Q588.9625 408.32993 588.41565 408.92368Q587.8844 409.5018 587.0875 409.5018Q586.3219 409.5018 585.79065 408.92368Q585.275 408.34555 585.275 407.17368ZM587.1188 405.6893Q586.7125 405.6893 586.4469 406.03305Q586.1969 406.3768 586.1969 407.28305Q586.1969 408.09555 586.4625 408.4393Q586.72815 408.78305 587.1188 408.78305Q587.5094 408.78305 587.775 408.4393Q588.04065 408.09555 588.04065 407.1893Q588.04065 406.36118 587.775 406.03305Q587.5094 405.6893 587.1188 405.6893Z" fill-rule="nonzero"/><path fill="#666666" d="M25.278126 35.45L22.621876 25.434376L23.98125 25.434376L25.5125 31.996876Q25.746876 33.028126 25.934376 34.04375Q26.309376 32.434376 26.3875 32.2L28.29375 25.434376L29.8875 25.434376L31.325 30.496876Q31.85625 32.3875 32.10625 34.04375Q32.29375 33.090626 32.60625 31.871876L34.16875 25.434376L35.5125 25.434376L32.7625 35.45L31.48125 35.45L29.371876 27.809376Q29.10625 26.85625 29.059376 26.6375Q28.903126 27.325 28.7625 27.809376L26.6375 35.45L25.278126 35.45ZM36.371876 35.45L36.371876 25.434376L37.60625 25.434376L37.60625 29.028126Q38.465626 28.028126 39.778126 28.028126Q40.590626 28.028126 41.184376 28.35625Q41.778126 28.66875 42.028126 29.23125Q42.29375 29.778126 42.29375 30.85625L42.29375 35.45L41.059376 35.45L41.059376 30.85625Q41.059376 29.91875 40.653126 29.5125Q40.2625 29.090626 39.528126 29.090626Q38.98125 29.090626 38.496876 29.371876Q38.0125 29.653126 37.809376 30.1375Q37.60625 30.621876 37.60625 31.48125L37.60625 35.45L36.371876 35.45ZM49.10625 34.559376Q48.434376 35.1375 47.79375 35.3875Q47.16875 35.621876 46.434376 35.621876Q45.246876 35.621876 44.590626 35.04375Q43.95 34.45 43.95 33.528126Q43.95 32.996876 44.184376 32.559376Q44.434376 32.121876 44.825 31.85625Q45.23125 31.590626 45.715626 31.45Q46.075 31.35625 46.809376 31.2625Q48.309376 31.090626 49.0125 30.840626Q49.0125 30.590626 49.0125 30.528126Q49.0125 29.7625 48.66875 29.465626Q48.2 29.04375 47.2625 29.04375Q46.403126 29.04375 45.98125 29.35625Q45.575 29.653126 45.371876 30.41875L44.16875 30.2625Q44.325 29.48125 44.7 29.0125Q45.090626 28.54375 45.79375 28.29375Q46.5125 28.028126 47.45 28.028126Q48.371876 28.028126 48.95 28.246876Q49.528126 28.465626 49.79375 28.79375Q50.075 29.121876 50.184376 29.6375Q50.246876 29.95 50.246876 30.7625L50.246876 32.403126Q50.246876 34.121876 50.325 34.575Q50.403126 35.028126 50.6375 35.45L49.35625 35.45Q49.16875 35.059376 49.10625 34.559376ZM49.0125 31.809376Q48.340626 32.075 46.996876 32.278126Q46.246876 32.3875 45.91875 32.528126Q45.60625 32.653126 45.434376 32.91875Q45.2625 33.184376 45.2625 33.496876Q45.2625 33.996876 45.6375 34.325Q46.0125 34.653126 46.73125 34.653126Q47.45 34.653126 47.996876 34.340626Q48.54375 34.028126 48.809376 33.48125Q49.0125 33.075 49.0125 32.2625L49.0125 31.809376ZM55.059376 34.35625L55.23125 35.434376Q54.715626 35.54375 54.309376 35.54375Q53.6375 35.54375 53.2625 35.340626Q52.903126 35.121876 52.746876 34.778126Q52.60625 34.434376 52.60625 33.325L52.60625 29.153126L51.7 29.153126L51.7 28.184376L52.60625 28.184376L52.60625 26.3875L53.825 25.653126L53.825 28.184376L55.059376 28.184376L55.059376 29.153126L53.825 29.153126L53.825 33.3875Q53.825 33.91875 53.8875 34.075Q53.95 34.215626 54.090626 34.309376Q54.246876 34.403126 54.5125 34.403126Q54.73125 34.403126 55.059376 34.35625ZM61.715626 35.45L59.496876 28.184376L60.7625 28.184376L61.91875 32.3875L62.35625 33.934376Q62.371876 33.825 62.73125 32.434376L63.8875 28.184376L65.1375 28.184376L66.23125 32.403126L66.59062 33.79375L67.0125 32.3875L68.2625 28.184376L69.45 28.184376L67.18437 35.45L65.90312 35.45L64.74687 31.10625L64.46562 29.871876L62.996876 35.45L61.715626 35.45ZM69.91875 31.825Q69.91875 29.809376 71.04375 28.825Q71.96562 28.028126 73.325 28.028126Q74.80937 28.028126 75.7625 29.0125Q76.71562 29.98125 76.71562 31.715626Q76.71562 33.121876 76.29375 33.934376Q75.87187 34.73125 75.05937 35.184376Q74.2625 35.621876 73.325 35.621876Q71.79375 35.621876 70.85625 34.6375Q69.91875 33.653126 69.91875 31.825ZM71.18437 31.825Q71.18437 33.215626 71.79375 33.91875Q72.40312 34.60625 73.325 34.60625Q74.23125 34.60625 74.84062 33.903126Q75.45 33.2 75.45 31.778126Q75.45 30.434376 74.84062 29.746876Q74.23125 29.04375 73.325 29.04375Q72.40312 29.04375 71.79375 29.73125Q71.18437 30.41875 71.18437 31.825ZM83.1375 35.45L83.1375 34.3875Q82.27812 35.621876 80.825 35.621876Q80.18437 35.621876 79.62187 35.371876Q79.075 35.121876 78.79375 34.746876Q78.52812 34.371876 78.41875 33.840626Q78.34062 33.48125 78.34062 32.684376L78.34062 28.184376L79.575 28.184376L79.575 32.215626Q79.575 33.184376 79.65312 33.5125Q79.7625 33.996876 80.1375 34.278126Q80.5125 34.559376 81.075 34.559376Q81.62187 34.559376 82.10625 34.278126Q82.59062 33.98125 82.79375 33.496876Q82.99687 33.0125 82.99687 32.075L82.99687 28.184376L84.23125 28.184376L84.23125 35.45L83.1375 35.45ZM86.34062 35.45L86.34062 25.434376L87.575 25.434376L87.575 35.45L86.34062 35.45ZM94.09062 35.45L94.09062 34.528126Q93.3875 35.621876 92.05937 35.621876Q91.18437 35.621876 90.45 35.1375Q89.73125 34.653126 89.325 33.79375Q88.93437 32.934376 88.93437 31.825Q88.93437 30.746876 89.29375 29.85625Q89.65312 28.965626 90.37187 28.496876Q91.10625 28.028126 91.99687 28.028126Q92.65312 28.028126 93.16875 28.309376Q93.68437 28.575 93.99687 29.028126L93.99687 25.434376L95.23125 25.434376L95.23125 35.45L94.09062 35.45ZM90.2 31.825Q90.2 33.215626 90.77812 33.91875Q91.37187 34.60625 92.16875 34.60625Q92.98125 34.60625 93.54375 33.95Q94.10625 33.278126 94.10625 31.934376Q94.10625 30.434376 93.52812 29.746876Q92.95 29.04375 92.12187 29.04375Q91.29375 29.04375 90.74687 29.715626Q90.2 30.3875 90.2 31.825ZM101.37187 35.45L101.37187 28.184376L102.48125 28.184376L102.48125 29.215626Q102.80937 28.66875 103.37187 28.35625Q103.95 28.028126 104.66875 28.028126Q105.48125 28.028126 105.99687 28.371876Q106.5125 28.7 106.73125 29.29375Q107.59062 28.028126 108.96562 28.028126Q110.04375 28.028126 110.62187 28.621876Q111.21562 29.215626 111.21562 30.465626L111.21562 35.45L109.98125 35.45L109.98125 30.871876Q109.98125 30.1375 109.85625 29.809376Q109.74687 29.48125 109.43437 29.29375Q109.12187 29.090626 108.7 29.090626Q107.93437 29.090626 107.41875 29.60625Q106.91875 30.10625 106.91875 31.23125L106.91875 35.45L105.68437 35.45L105.68437 30.73125Q105.68437 29.91875 105.3875 29.5125Q105.09062 29.090626 104.40312 29.090626Q103.8875 29.090626 103.43437 29.371876Q102.99687 29.6375 102.79375 30.16875Q102.60625 30.684376 102.60625 31.684376L102.60625 35.45L101.37187 35.45ZM112.91875 31.825Q112.91875 29.809376 114.04375 28.825Q114.96562 28.028126 116.325 28.028126Q117.80937 28.028126 118.7625 29.0125Q119.71562 29.98125 119.71562 31.715626Q119.71562 33.121876 119.29375 33.934376Q118.87187 34.73125 118.05937 35.184376Q117.2625 35.621876 116.325 35.621876Q114.79375 35.621876 113.85625 34.6375Q112.91875 33.653126 112.91875 31.825ZM114.18437 31.825Q114.18437 33.215626 114.79375 33.91875Q115.40312 34.60625 116.325 34.60625Q117.23125 34.60625 117.84062 33.903126Q118.45 33.2 118.45 31.778126Q118.45 30.434376 117.84062 29.746876Q117.23125 29.04375 116.325 29.04375Q115.40312 29.04375 114.79375 29.73125Q114.18437 30.41875 114.18437 31.825ZM120.8875 33.278126L122.09062 33.090626Q122.2 33.825 122.66875 34.215626Q123.1375 34.60625 123.98125 34.60625Q124.825 34.60625 125.23125 34.2625Q125.65312 33.91875 125.65312 33.45Q125.65312 33.028126 125.27812 32.79375Q125.02812 32.621876 124.02812 32.371876Q122.66875 32.028126 122.1375 31.778126Q121.62187 31.528126 121.35625 31.090626Q121.09062 30.653126 121.09062 30.121876Q121.09062 29.6375 121.30937 29.23125Q121.52812 28.809376 121.91875 28.528126Q122.2 28.325 122.68437 28.184376Q123.18437 28.028126 123.7625 28.028126Q124.60625 28.028126 125.24687 28.278126Q125.90312 28.5125 126.21562 28.934376Q126.52812 29.35625 126.6375 30.059376L125.43437 30.23125Q125.35625 29.66875 124.95 29.35625Q124.55937 29.04375 123.84062 29.04375Q122.99687 29.04375 122.6375 29.325Q122.27812 29.590626 122.27812 29.98125Q122.27812 30.215626 122.41875 30.403126Q122.575 30.60625 122.90312 30.73125Q123.075 30.79375 123.98125 31.04375Q125.29375 31.403126 125.80937 31.621876Q126.325 31.840626 126.60625 32.2625Q126.90312 32.684376 126.90312 33.309376Q126.90312 33.934376 126.54375 34.48125Q126.2 35.0125 125.5125 35.325Q124.84062 35.621876 123.98125 35.621876Q122.575 35.621876 121.825 35.028126Q121.09062 34.434376 120.8875 33.278126ZM131.05937 34.35625L131.23125 35.434376Q130.71562 35.54375 130.30937 35.54375Q129.6375 35.54375 129.2625 35.340626Q128.90312 35.121876 128.74687 34.778126Q128.60625 34.434376 128.60625 33.325L128.60625 29.153126L127.7 29.153126L127.7 28.184376L128.60625 28.184376L128.60625 26.3875L129.825 25.653126L129.825 28.184376L131.05937 28.184376L131.05937 29.153126L129.825 29.153126L129.825 33.3875Q129.825 33.91875 129.8875 34.075Q129.95 34.215626 130.09062 34.309376Q130.24687 34.403126 130.5125 34.403126Q130.73125 34.403126 131.05937 34.35625ZM136.3875 26.840626L136.3875 25.434376L137.60625 25.434376L137.60625 26.840626L136.3875 26.840626ZM136.3875 35.45L136.3875 28.184376L137.60625 28.184376L137.60625 35.45L136.3875 35.45ZM139.37187 35.45L139.37187 28.184376L140.48125 28.184376L140.48125 29.215626Q140.80937 28.66875 141.37187 28.35625Q141.95 28.028126 142.66875 28.028126Q143.48125 28.028126 143.99687 28.371876Q144.5125 28.7 144.73125 29.29375Q145.59062 28.028126 146.96562 28.028126Q148.04375 28.028126 148.62187 28.621876Q149.21562 29.215626 149.21562 30.465626L149.21562 35.45L147.98125 35.45L147.98125 30.871876Q147.98125 30.1375 147.85625 29.809376Q147.74687 29.48125 147.43437 29.29375Q147.12187 29.090626 146.7 29.090626Q145.93437 29.090626 145.41875 29.60625Q144.91875 30.10625 144.91875 31.23125L144.91875 35.45L143.68437 35.45L143.68437 30.73125Q143.68437 29.91875 143.3875 29.5125Q143.09062 29.090626 142.40312 29.090626Q141.8875 29.090626 141.43437 29.371876Q140.99687 29.6375 140.79375 30.16875Q140.60625 30.684376 140.60625 31.684376L140.60625 35.45L139.37187 35.45ZM151.37187 38.23125L151.37187 28.184376L152.49687 28.184376L152.49687 29.1375Q152.8875 28.575 153.3875 28.309376Q153.8875 28.028126 154.60625 28.028126Q155.52812 28.028126 156.23125 28.5125Q156.95 28.98125 157.30937 29.85625Q157.66875 30.73125 157.66875 31.7625Q157.66875 32.871876 157.2625 33.778126Q156.87187 34.66875 156.10625 35.153126Q155.35625 35.621876 154.5125 35.621876Q153.90312 35.621876 153.40312 35.35625Q152.91875 35.090626 152.60625 34.7L152.60625 38.23125L151.37187 38.23125ZM152.48125 31.85625Q152.48125 33.2625 153.04375 33.934376Q153.62187 34.60625 154.43437 34.60625Q155.24687 34.60625 155.825 33.91875Q156.41875 33.215626 156.41875 31.7625Q156.41875 30.371876 155.84062 29.684376Q155.27812 28.996876 154.48125 28.996876Q153.7 28.996876 153.09062 29.73125Q152.48125 30.465626 152.48125 31.85625ZM159.35625 35.45L159.35625 28.184376L160.46562 28.184376L160.46562 29.29375Q160.8875 28.5125 161.24687 28.278126Q161.60625 28.028126 162.04375 28.028126Q162.66875 28.028126 163.30937 28.41875L162.8875 29.559376Q162.43437 29.29375 161.98125 29.29375Q161.575 29.29375 161.24687 29.54375Q160.93437 29.778126 160.79375 30.215626Q160.59062 30.871876 160.59062 31.653126L160.59062 35.45L159.35625 35.45ZM163.91875 31.825Q163.91875 29.809376 165.04375 28.825Q165.96562 28.028126 167.325 28.028126Q168.80937 28.028126 169.7625 29.0125Q170.71562 29.98125 170.71562 31.715626Q170.71562 33.121876 170.29375 33.934376Q169.87187 34.73125 169.05937 35.184376Q168.2625 35.621876 167.325 35.621876Q165.79375 35.621876 164.85625 34.6375Q163.91875 33.653126 163.91875 31.825ZM165.18437 31.825Q165.18437 33.215626 165.79375 33.91875Q166.40312 34.60625 167.325 34.60625Q168.23125 34.60625 168.84062 33.903126Q169.45 33.2 169.45 31.778126Q169.45 30.434376 168.84062 29.746876Q168.23125 29.04375 167.325 29.04375Q166.40312 29.04375 165.79375 29.73125Q165.18437 30.41875 165.18437 31.825ZM174.3875 35.45L171.62187 28.184376L172.93437 28.184376L174.48125 32.54375Q174.73125 33.246876 174.95 33.996876Q175.12187 33.41875 175.40312 32.621876L177.02812 28.184376L178.29375 28.184376L175.54375 35.45L174.3875 35.45ZM184.34062 33.10625L185.62187 33.2625Q185.30937 34.3875 184.49687 35.0125Q183.68437 35.621876 182.41875 35.621876Q180.825 35.621876 179.8875 34.6375Q178.96562 33.653126 178.96562 31.8875Q178.96562 30.04375 179.90312 29.04375Q180.85625 28.028126 182.35625 28.028126Q183.80937 28.028126 184.73125 29.028126Q185.65312 30.0125 185.65312 31.809376Q185.65312 31.91875 185.65312 32.1375L180.23125 32.1375Q180.30937 33.325 180.90312 33.965626Q181.5125 34.60625 182.43437 34.60625Q183.10625 34.60625 183.575 34.246876Q184.05937 33.8875 184.34062 33.10625ZM180.30937 31.121876L184.35625 31.121876Q184.27812 30.2 183.8875 29.746876Q183.30937 29.04375 182.37187 29.04375Q181.5125 29.04375 180.93437 29.60625Q180.37187 30.16875 180.30937 31.121876ZM196.21562 31.5125L196.21562 30.340626L200.46562 30.340626L200.46562 34.059376Q199.48125 34.840626 198.43437 35.23125Q197.40312 35.621876 196.30937 35.621876Q194.84062 35.621876 193.62187 34.996876Q192.41875 34.35625 191.80937 33.16875Q191.2 31.965626 191.2 30.48125Q191.2 29.028126 191.80937 27.7625Q192.41875 26.48125 193.55937 25.871876Q194.71562 25.2625 196.21562 25.2625Q197.29375 25.2625 198.16875 25.621876Q199.05937 25.965626 199.55937 26.590626Q200.05937 27.215626 200.30937 28.23125L199.12187 28.559376Q198.8875 27.79375 198.54375 27.35625Q198.21562 26.91875 197.59062 26.653126Q196.98125 26.3875 196.21562 26.3875Q195.30937 26.3875 194.6375 26.66875Q193.98125 26.95 193.575 27.403126Q193.16875 27.840626 192.95 28.3875Q192.55937 29.325 192.55937 30.403126Q192.55937 31.746876 193.0125 32.653126Q193.48125 33.54375 194.35625 33.98125Q195.24687 34.41875 196.24687 34.41875Q197.10625 34.41875 197.91875 34.090626Q198.74687 33.7625 199.16875 33.3875L199.16875 31.5125L196.21562 31.5125ZM201.91875 31.825Q201.91875 29.809376 203.04375 28.825Q203.96562 28.028126 205.325 28.028126Q206.80937 28.028126 207.7625 29.0125Q208.71562 29.98125 208.71562 31.715626Q208.71562 33.121876 208.29375 33.934376Q207.87187 34.73125 207.05937 35.184376Q206.2625 35.621876 205.325 35.621876Q203.79375 35.621876 202.85625 34.6375Q201.91875 33.653126 201.91875 31.825ZM203.18437 31.825Q203.18437 33.215626 203.79375 33.91875Q204.40312 34.60625 205.325 34.60625Q206.23125 34.60625 206.84062 33.903126Q207.45 33.2 207.45 31.778126Q207.45 30.434376 206.84062 29.746876Q206.23125 29.04375 205.325 29.04375Q204.40312 29.04375 203.79375 29.73125Q203.18437 30.41875 203.18437 31.825ZM213.8875 33.278126L215.09062 33.090626Q215.2 33.825 215.66875 34.215626Q216.1375 34.60625 216.98125 34.60625Q217.825 34.60625 218.23125 34.2625Q218.65312 33.91875 218.65312 33.45Q218.65312 33.028126 218.27812 32.79375Q218.02812 32.621876 217.02812 32.371876Q215.66875 32.028126 215.1375 31.778126Q214.62187 31.528126 214.35625 31.090626Q214.09062 30.653126 214.09062 30.121876Q214.09062 29.6375 214.30937 29.23125Q214.52812 28.809376 214.91875 28.528126Q215.2 28.325 215.68437 28.184376Q216.18437 28.028126 216.7625 28.028126Q217.60625 28.028126 218.24687 28.278126Q218.90312 28.5125 219.21562 28.934376Q219.52812 29.35625 219.6375 30.059376L218.43437 30.23125Q218.35625 29.66875 217.95 29.35625Q217.55937 29.04375 216.84062 29.04375Q215.99687 29.04375 215.6375 29.325Q215.27812 29.590626 215.27812 29.98125Q215.27812 30.215626 215.41875 30.403126Q215.575 30.60625 215.90312 30.73125Q216.075 30.79375 216.98125 31.04375Q218.29375 31.403126 218.80937 31.621876Q219.325 31.840626 219.60625 32.2625Q219.90312 32.684376 219.90312 33.309376Q219.90312 33.934376 219.54375 34.48125Q219.2 35.0125 218.5125 35.325Q217.84062 35.621876 216.98125 35.621876Q215.575 35.621876 214.825 35.028126Q214.09062 34.434376 213.8875 33.278126ZM226.1375 35.45L226.1375 34.3875Q225.27812 35.621876 223.825 35.621876Q223.18437 35.621876 222.62187 35.371876Q222.075 35.121876 221.79375 34.746876Q221.52812 34.371876 221.41875 33.840626Q221.34062 33.48125 221.34062 32.684376L221.34062 28.184376L222.575 28.184376L222.575 32.215626Q222.575 33.184376 222.65312 33.5125Q222.7625 33.996876 223.1375 34.278126Q223.5125 34.559376 224.075 34.559376Q224.62187 34.559376 225.10625 34.278126Q225.59062 33.98125 225.79375 33.496876Q225.99687 33.0125 225.99687 32.075L225.99687 28.184376L227.23125 28.184376L227.23125 35.45L226.1375 35.45ZM229.37187 38.23125L229.37187 28.184376L230.49687 28.184376L230.49687 29.1375Q230.8875 28.575 231.3875 28.309376Q231.8875 28.028126 232.60625 28.028126Q233.52812 28.028126 234.23125 28.5125Q234.95 28.98125 235.30937 29.85625Q235.66875 30.73125 235.66875 31.7625Q235.66875 32.871876 235.2625 33.778126Q234.87187 34.66875 234.10625 35.153126Q233.35625 35.621876 232.5125 35.621876Q231.90312 35.621876 231.40312 35.35625Q230.91875 35.090626 230.60625 34.7L230.60625 38.23125L229.37187 38.23125ZM230.48125 31.85625Q230.48125 33.2625 231.04375 33.934376Q231.62187 34.60625 232.43437 34.60625Q233.24687 34.60625 233.825 33.91875Q234.41875 33.215626 234.41875 31.7625Q234.41875 30.371876 233.84062 29.684376Q233.27812 28.996876 232.48125 28.996876Q231.7 28.996876 231.09062 29.73125Q230.48125 30.465626 230.48125 31.85625ZM237.37187 38.23125L237.37187 28.184376L238.49687 28.184376L238.49687 29.1375Q238.8875 28.575 239.3875 28.309376Q239.8875 28.028126 240.60625 28.028126Q241.52812 28.028126 242.23125 28.5125Q242.95 28.98125 243.30937 29.85625Q243.66875 30.73125 243.66875 31.7625Q243.66875 32.871876 243.2625 33.778126Q242.87187 34.66875 242.10625 35.153126Q241.35625 35.621876 240.5125 35.621876Q239.90312 35.621876 239.40312 35.35625Q238.91875 35.090626 238.60625 34.7L238.60625 38.23125L237.37187 38.23125ZM238.48125 31.85625Q238.48125 33.2625 239.04375 33.934376Q239.62187 34.60625 240.43437 34.60625Q241.24687 34.60625 241.825 33.91875Q242.41875 33.215626 242.41875 31.7625Q242.41875 30.371876 241.84062 29.684376Q241.27812 28.996876 240.48125 28.996876Q239.7 28.996876 239.09062 29.73125Q238.48125 30.465626 238.48125 31.85625ZM244.91875 31.825Q244.91875 29.809376 246.04375 28.825Q246.96562 28.028126 248.325 28.028126Q249.80937 28.028126 250.7625 29.0125Q251.71562 29.98125 251.71562 31.715626Q251.71562 33.121876 251.29375 33.934376Q250.87187 34.73125 250.05937 35.184376Q249.2625 35.621876 248.325 35.621876Q246.79375 35.621876 245.85625 34.6375Q244.91875 33.653126 244.91875 31.825ZM246.18437 31.825Q246.18437 33.215626 246.79375 33.91875Q247.40312 34.60625 248.325 34.60625Q249.23125 34.60625 249.84062 33.903126Q250.45 33.2 250.45 31.778126Q250.45 30.434376 249.84062 29.746876Q249.23125 29.04375 248.325 29.04375Q247.40312 29.04375 246.79375 29.73125Q246.18437 30.41875 246.18437 31.825ZM253.35625 35.45L253.35625 28.184376L254.46562 28.184376L254.46562 29.29375Q254.8875 28.5125 255.24687 28.278126Q255.60625 28.028126 256.04376 28.028126Q256.66876 28.028126 257.3094 28.41875L256.8875 29.559376Q256.4344 29.29375 255.98125 29.29375Q255.575 29.29375 255.24687 29.54375Q254.93437 29.778126 254.79375 30.215626Q254.59062 30.871876 254.59062 31.653126L254.59062 35.45L253.35625 35.45ZM261.0594 34.35625L261.23126 35.434376Q260.71564 35.54375 260.3094 35.54375Q259.6375 35.54375 259.2625 35.340626Q258.90314 35.121876 258.7469 34.778126Q258.60626 34.434376 258.60626 33.325L258.60626 29.153126L257.7 29.153126L257.7 28.184376L258.60626 28.184376L258.60626 26.3875L259.825 25.653126L259.825 28.184376L261.0594 28.184376L261.0594 29.153126L259.825 29.153126L259.825 33.3875Q259.825 33.91875 259.8875 34.075Q259.95 34.215626 260.09064 34.309376Q260.2469 34.403126 260.5125 34.403126Q260.73126 34.403126 261.0594 34.35625ZM266.3875 26.840626L266.3875 25.434376L267.60626 25.434376L267.60626 26.840626L266.3875 26.840626ZM266.3875 35.45L266.3875 28.184376L267.60626 28.184376L267.60626 35.45L266.3875 35.45ZM269.3719 35.45L269.3719 28.184376L270.48126 28.184376L270.48126 29.215626Q271.27814 28.028126 272.79376 28.028126Q273.45 28.028126 273.9969 28.2625Q274.54376 28.496876 274.8094 28.8875Q275.09064 29.2625 275.2 29.79375Q275.27814 30.1375 275.27814 30.98125L275.27814 35.45L274.04376 35.45L274.04376 31.028126Q274.04376 30.278126 273.90314 29.91875Q273.7625 29.54375 273.3875 29.325Q273.02814 29.090626 272.52814 29.090626Q271.7469 29.090626 271.16876 29.590626Q270.60626 30.090626 270.60626 31.48125L270.60626 35.45L269.3719 35.45ZM281.325 38.246876L281.1844 37.090626Q281.59064 37.2 281.8875 37.2Q282.29376 37.2 282.54376 37.059376Q282.79376 36.934376 282.95 36.684376Q283.0594 36.496876 283.325 35.7625Q283.35626 35.66875 283.4344 35.465626L280.66876 28.184376L281.9969 28.184376L283.5125 32.3875Q283.8094 33.2 284.04376 34.075Q284.2469 33.23125 284.54376 32.41875L286.09064 28.184376L287.325 28.184376L284.5594 35.575Q284.1219 36.7625 283.8719 37.215626Q283.54376 37.825 283.1219 38.10625Q282.7 38.403126 282.10626 38.403126Q281.7625 38.403126 281.325 38.246876ZM287.91876 31.825Q287.91876 29.809376 289.04376 28.825Q289.96564 28.028126 291.325 28.028126Q292.8094 28.028126 293.7625 29.0125Q294.71564 29.98125 294.71564 31.715626Q294.71564 33.121876 294.29376 33.934376Q293.8719 34.73125 293.0594 35.184376Q292.2625 35.621876 291.325 35.621876Q289.79376 35.621876 288.85626 34.6375Q287.91876 33.653126 287.91876 31.825ZM289.1844 31.825Q289.1844 33.215626 289.79376 33.91875Q290.40314 34.60625 291.325 34.60625Q292.23126 34.60625 292.84064 33.903126Q293.45 33.2 293.45 31.778126Q293.45 30.434376 292.84064 29.746876Q292.23126 29.04375 291.325 29.04375Q290.40314 29.04375 289.79376 29.73125Q289.1844 30.41875 289.1844 31.825ZM301.1375 35.45L301.1375 34.3875Q300.27814 35.621876 298.825 35.621876Q298.1844 35.621876 297.6219 35.371876Q297.075 35.121876 296.79376 34.746876Q296.52814 34.371876 296.41876 33.840626Q296.34064 33.48125 296.34064 32.684376L296.34064 28.184376L297.575 28.184376L297.575 32.215626Q297.575 33.184376 297.65314 33.5125Q297.7625 33.996876 298.1375 34.278126Q298.5125 34.559376 299.075 34.559376Q299.6219 34.559376 300.10626 34.278126Q300.59064 33.98125 300.79376 33.496876Q300.9969 33.0125 300.9969 32.075L300.9969 28.184376L302.23126 28.184376L302.23126 35.45L301.1375 35.45ZM304.35626 35.45L304.35626 28.184376L305.46564 28.184376L305.46564 29.29375Q305.8875 28.5125 306.2469 28.278126Q306.60626 28.028126 307.04376 28.028126Q307.66876 28.028126 308.3094 28.41875L307.8875 29.559376Q307.4344 29.29375 306.98126 29.29375Q306.575 29.29375 306.2469 29.54375Q305.9344 29.778126 305.79376 30.215626Q305.59064 30.871876 305.59064 31.653126L305.59064 35.45L304.35626 35.45ZM313.3719 38.23125L313.3719 28.184376L314.4969 28.184376L314.4969 29.1375Q314.8875 28.575 315.3875 28.309376Q315.8875 28.028126 316.60626 28.028126Q317.52814 28.028126 318.23126 28.5125Q318.95 28.98125 319.3094 29.85625Q319.66876 30.73125 319.66876 31.7625Q319.66876 32.871876 319.2625 33.778126Q318.8719 34.66875 318.10626 35.153126Q317.35626 35.621876 316.5125 35.621876Q315.90314 35.621876 315.40314 35.35625Q314.91876 35.090626 314.60626 34.7L314.60626 38.23125L313.3719 38.23125ZM314.48126 31.85625Q314.48126 33.2625 315.04376 33.934376Q315.6219 34.60625 316.4344 34.60625Q317.2469 34.60625 317.825 33.91875Q318.41876 33.215626 318.41876 31.7625Q318.41876 30.371876 317.84064 29.684376Q317.27814 28.996876 316.48126 28.996876Q315.7 28.996876 315.09064 29.73125Q314.48126 30.465626 314.48126 31.85625ZM321.35626 35.45L321.35626 28.184376L322.46564 28.184376L322.46564 29.29375Q322.8875 28.5125 323.2469 28.278126Q323.60626 28.028126 324.04376 28.028126Q324.66876 28.028126 325.3094 28.41875L324.8875 29.559376Q324.4344 29.29375 323.98126 29.29375Q323.575 29.29375 323.2469 29.54375Q322.9344 29.778126 322.79376 30.215626Q322.59064 30.871876 322.59064 31.653126L322.59064 35.45L321.35626 35.45ZM331.34064 33.10625L332.6219 33.2625Q332.3094 34.3875 331.4969 35.0125Q330.6844 35.621876 329.41876 35.621876Q327.825 35.621876 326.8875 34.6375Q325.96564 33.653126 325.96564 31.8875Q325.96564 30.04375 326.90314 29.04375Q327.85626 28.028126 329.35626 28.028126Q330.8094 28.028126 331.73126 29.028126Q332.65314 30.0125 332.65314 31.809376Q332.65314 31.91875 332.65314 32.1375L327.23126 32.1375Q327.3094 33.325 327.90314 33.965626Q328.5125 34.60625 329.4344 34.60625Q330.10626 34.60625 330.575 34.246876Q331.0594 33.8875 331.34064 33.10625ZM327.3094 31.121876L331.35626 31.121876Q331.27814 30.2 330.8875 29.746876Q330.3094 29.04375 329.3719 29.04375Q328.5125 29.04375 327.9344 29.60625Q327.3719 30.16875 327.3094 31.121876ZM334.66876 35.45L334.66876 29.153126L333.575 29.153126L333.575 28.184376L334.66876 28.184376L334.66876 27.41875Q334.66876 26.684376 334.79376 26.325Q334.98126 25.85625 335.41876 25.559376Q335.8719 25.2625 336.6844 25.2625Q337.2 25.2625 337.825 25.3875L337.6375 26.45Q337.2625 26.3875 336.91876 26.3875Q336.35626 26.3875 336.1219 26.621876Q335.8875 26.85625 335.8875 27.5125L335.8875 28.184376L337.3094 28.184376L337.3094 29.153126L335.8875 29.153126L335.8875 35.45L334.66876 35.45ZM343.34064 33.10625L344.6219 33.2625Q344.3094 34.3875 343.4969 35.0125Q342.6844 35.621876 341.41876 35.621876Q339.825 35.621876 338.8875 34.6375Q337.96564 33.653126 337.96564 31.8875Q337.96564 30.04375 338.90314 29.04375Q339.85626 28.028126 341.35626 28.028126Q342.8094 28.028126 343.73126 29.028126Q344.65314 30.0125 344.65314 31.809376Q344.65314 31.91875 344.65314 32.1375L339.23126 32.1375Q339.3094 33.325 339.90314 33.965626Q340.5125 34.60625 341.4344 34.60625Q342.10626 34.60625 342.575 34.246876Q343.0594 33.8875 343.34064 33.10625ZM339.3094 31.121876L343.35626 31.121876Q343.27814 30.2 342.8875 29.746876Q342.3094 29.04375 341.3719 29.04375Q340.5125 29.04375 339.9344 29.60625Q339.3719 30.16875 339.3094 31.121876ZM346.35626 35.45L346.35626 28.184376L347.46564 28.184376L347.46564 29.29375Q347.8875 28.5125 348.2469 28.278126Q348.60626 28.028126 349.04376 28.028126Q349.66876 28.028126 350.3094 28.41875L349.8875 29.559376Q349.4344 29.29375 348.98126 29.29375Q348.575 29.29375 348.2469 29.54375Q347.9344 29.778126 347.79376 30.215626Q347.59064 30.871876 347.59064 31.653126L347.59064 35.45L346.35626 35.45ZM351.35626 35.45L351.35626 28.184376L352.46564 28.184376L352.46564 29.29375Q352.8875 28.5125 353.2469 28.278126Q353.60626 28.028126 354.04376 28.028126Q354.66876 28.028126 355.3094 28.41875L354.8875 29.559376Q354.4344 29.29375 353.98126 29.29375Q353.575 29.29375 353.2469 29.54375Q352.9344 29.778126 352.79376 30.215626Q352.59064 30.871876 352.59064 31.653126L352.59064 35.45L351.35626 35.45ZM361.34064 33.10625L362.6219 33.2625Q362.3094 34.3875 361.4969 35.0125Q360.6844 35.621876 359.41876 35.621876Q357.825 35.621876 356.8875 34.6375Q355.96564 33.653126 355.96564 31.8875Q355.96564 30.04375 356.90314 29.04375Q357.85626 28.028126 359.35626 28.028126Q360.8094 28.028126 361.73126 29.028126Q362.65314 30.0125 362.65314 31.809376Q362.65314 31.91875 362.65314 32.1375L357.23126 32.1375Q357.3094 33.325 357.90314 33.965626Q358.5125 34.60625 359.4344 34.60625Q360.10626 34.60625 360.575 34.246876Q361.0594 33.8875 361.34064 33.10625ZM357.3094 31.121876L361.35626 31.121876Q361.27814 30.2 360.8875 29.746876Q360.3094 29.04375 359.3719 29.04375Q358.5125 29.04375 357.9344 29.60625Q357.3719 30.16875 357.3094 31.121876ZM369.09064 35.45L369.09064 34.528126Q368.3875 35.621876 367.0594 35.621876Q366.1844 35.621876 365.45 35.1375Q364.73126 34.653126 364.325 33.79375Q363.9344 32.934376 363.9344 31.825Q363.9344 30.746876 364.29376 29.85625Q364.65314 28.965626 365.3719 28.496876Q366.10626 28.028126 366.9969 28.028126Q367.65314 28.028126 368.16876 28.309376Q368.6844 28.575 368.9969 29.028126L368.9969 25.434376L370.23126 25.434376L370.23126 35.45L369.09064 35.45ZM365.2 31.825Q365.2 33.215626 365.77814 33.91875Q366.3719 34.60625 367.16876 34.60625Q367.98126 34.60625 368.54376 33.95Q369.10626 33.278126 369.10626 31.934376Q369.10626 30.434376 368.52814 29.746876Q367.95 29.04375 367.1219 29.04375Q366.29376 29.04375 365.7469 29.715626Q365.2 30.3875 365.2 31.825ZM381.34064 33.10625L382.6219 33.2625Q382.3094 34.3875 381.4969 35.0125Q380.6844 35.621876 379.41876 35.621876Q377.825 35.621876 376.8875 34.6375Q375.96564 33.653126 375.96564 31.8875Q375.96564 30.04375 376.90314 29.04375Q377.85626 28.028126 379.35626 28.028126Q380.8094 28.028126 381.73126 29.028126Q382.65314 30.0125 382.65314 31.809376Q382.65314 31.91875 382.65314 32.1375L377.23126 32.1375Q377.3094 33.325 377.90314 33.965626Q378.5125 34.60625 379.4344 34.60625Q380.10626 34.60625 380.575 34.246876Q381.0594 33.8875 381.34064 33.10625ZM377.3094 31.121876L381.35626 31.121876Q381.27814 30.2 380.8875 29.746876Q380.3094 29.04375 379.3719 29.04375Q378.5125 29.04375 377.9344 29.60625Q377.3719 30.16875 377.3094 31.121876ZM389.09064 35.45L389.09064 34.528126Q388.3875 35.621876 387.0594 35.621876Q386.1844 35.621876 385.45 35.1375Q384.73126 34.653126 384.325 33.79375Q383.9344 32.934376 383.9344 31.825Q383.9344 30.746876 384.29376 29.85625Q384.65314 28.965626 385.3719 28.496876Q386.10626 28.028126 386.9969 28.028126Q387.65314 28.028126 388.16876 28.309376Q388.6844 28.575 388.9969 29.028126L388.9969 25.434376L390.23126 25.434376L390.23126 35.45L389.09064 35.45ZM385.2 31.825Q385.2 33.215626 385.77814 33.91875Q386.3719 34.60625 387.16876 34.60625Q387.98126 34.60625 388.54376 33.95Q389.10626 33.278126 389.10626 31.934376Q389.10626 30.434376 388.52814 29.746876Q387.95 29.04375 387.1219 29.04375Q386.29376 29.04375 385.7469 29.715626Q385.2 30.3875 385.2 31.825ZM392.3875 26.840626L392.3875 25.434376L393.60626 25.434376L393.60626 26.840626L392.3875 26.840626ZM392.3875 35.45L392.3875 28.184376L393.60626 28.184376L393.60626 35.45L392.3875 35.45ZM398.0594 34.35625L398.23126 35.434376Q397.71564 35.54375 397.3094 35.54375Q396.6375 35.54375 396.2625 35.340626Q395.90314 35.121876 395.7469 34.778126Q395.60626 34.434376 395.60626 33.325L395.60626 29.153126L394.7 29.153126L394.7 28.184376L395.60626 28.184376L395.60626 26.3875L396.825 25.653126L396.825 28.184376L398.0594 28.184376L398.0594 29.153126L396.825 29.153126L396.825 33.3875Q396.825 33.91875 396.8875 34.075Q396.95 34.215626 397.09064 34.309376Q397.2469 34.403126 397.5125 34.403126Q397.73126 34.403126 398.0594 34.35625ZM398.91876 31.825Q398.91876 29.809376 400.04376 28.825Q400.96564 28.028126 402.325 28.028126Q403.8094 28.028126 404.7625 29.0125Q405.71564 29.98125 405.71564 31.715626Q405.71564 33.121876 405.29376 33.934376Q404.8719 34.73125 404.0594 35.184376Q403.2625 35.621876 402.325 35.621876Q400.79376 35.621876 399.85626 34.6375Q398.91876 33.653126 398.91876 31.825ZM400.1844 31.825Q400.1844 33.215626 400.79376 33.91875Q401.40314 34.60625 402.325 34.60625Q403.23126 34.60625 403.84064 33.903126Q404.45 33.2 404.45 31.778126Q404.45 30.434376 403.84064 29.746876Q403.23126 29.04375 402.325 29.04375Q401.40314 29.04375 400.79376 29.73125Q400.1844 30.41875 400.1844 31.825ZM407.35626 35.45L407.35626 28.184376L408.46564 28.184376L408.46564 29.29375Q408.8875 28.5125 409.2469 28.278126Q409.60626 28.028126 410.04376 28.028126Q410.66876 28.028126 411.3094 28.41875L410.8875 29.559376Q410.4344 29.29375 409.98126 29.29375Q409.575 29.29375 409.2469 29.54375Q408.9344 29.778126 408.79376 30.215626Q408.59064 30.871876 408.59064 31.653126L408.59064 35.45L407.35626 35.45ZM414.6844 32.98125Q414.66876 32.73125 414.66876 32.60625Q414.66876 31.8875 414.8719 31.35625Q415.02814 30.965626 415.35626 30.559376Q415.60626 30.2625 416.2469 29.7Q416.8875 29.1375 417.075 28.809376Q417.2625 28.465626 417.2625 28.075Q417.2625 27.35625 416.7 26.809376Q416.15314 26.2625 415.34064 26.2625Q414.54376 26.2625 414.0125 26.7625Q413.4969 27.246876 413.325 28.29375L412.0594 28.153126Q412.23126 26.746876 413.075 26.0125Q413.91876 25.2625 415.3094 25.2625Q416.77814 25.2625 417.65314 26.059376Q418.52814 26.85625 418.52814 27.996876Q418.52814 28.653126 418.21564 29.215626Q417.91876 29.7625 417.02814 30.54375Q416.41876 31.075 416.23126 31.340626Q416.04376 31.590626 415.95 31.91875Q415.8719 32.246876 415.85626 32.98125L414.6844 32.98125ZM414.60626 35.45L414.60626 34.04375L415.9969 34.04375L415.9969 35.45L414.60626 35.45Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig19.svg b/_content/survey2018/fig19.svg
deleted file mode 100644
index eb78cf2..0000000
--- a/_content/survey2018/fig19.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 424.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="424" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 424.0L0 424.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 424.0L0 424.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M136.5 52.5L136.5 326.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M223.5 52.5L223.5 326.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M309.5 52.5L309.5 326.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M396.5 52.5L396.5 326.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M483.5 52.5L483.5 326.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 52.5L570.5 326.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M136.5 52.376472L570.0 52.376472L570.0 326.34503L136.5 326.34503L136.5 52.376472Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 86.0L136.0 65.0L466.0 65.0L466.0 86.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 86.0L136.0 65.0L466.0 65.0L466.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 118.0L136.0 97.0L163.0 97.0L163.0 118.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 118.0L136.0 97.0L163.0 97.0L163.0 118.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 151.0L136.0 130.0L150.0 130.0L150.0 151.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 151.0L136.0 130.0L150.0 130.0L150.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 184.0L136.0 163.0L145.0 163.0L145.0 184.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 184.0L136.0 163.0L145.0 163.0L145.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 217.0L136.0 196.0L138.0 196.0L138.0 217.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 217.0L136.0 196.0L138.0 196.0L138.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 250.0L136.0 229.0L137.0 229.0L137.0 250.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 250.0L136.0 229.0L137.0 229.0L137.0 250.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 282.0L136.0 261.0L137.0 261.0L137.0 282.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 282.0L136.0 261.0L137.0 261.0L137.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 315.0L136.0 294.0L137.0 294.0L137.0 315.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M136.0 315.0L136.0 294.0L137.0 294.0L137.0 315.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M466.0 86.0L466.0 65.0L492.0 65.0L492.0 86.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M466.0 86.0L466.0 65.0L492.0 65.0L492.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 118.0L163.0 97.0L280.0 97.0L280.0 118.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M163.0 118.0L163.0 97.0L280.0 97.0L280.0 118.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 151.0L150.0 130.0L210.0 130.0L210.0 151.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M150.0 151.0L150.0 130.0L210.0 130.0L210.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 184.0L145.0 163.0L193.0 163.0L193.0 184.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M145.0 184.0L145.0 163.0L193.0 163.0L193.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 217.0L138.0 196.0L141.0 196.0L141.0 217.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M138.0 217.0L138.0 196.0L141.0 196.0L141.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 250.0L137.0 229.0L140.0 229.0L140.0 250.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M137.0 250.0L137.0 229.0L140.0 229.0L140.0 250.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 282.0L137.0 261.0L139.0 261.0L139.0 282.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M137.0 282.0L137.0 261.0L139.0 261.0L139.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 315.0L137.0 294.0L137.0 294.0L137.0 315.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M137.0 315.0L137.0 294.0L137.0 294.0L137.0 315.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M492.0 86.0L492.0 65.0L499.0 65.0C500.10458 65.0 501.0 65.89543 501.0 67.0L501.0 84.0C501.0 85.10457 500.10458 86.0 499.0 86.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M492.0 86.0L492.0 65.0L499.0 65.0C500.10458 65.0 501.0 65.89543 501.0 67.0L501.0 84.0C501.0 85.10457 500.10458 86.0 499.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M280.0 118.0L280.0 97.0L330.0 97.0C331.10458 97.0 332.0 97.89543 332.0 99.0L332.0 116.0C332.0 117.10457 331.10458 118.0 330.0 118.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M280.0 118.0L280.0 97.0L330.0 97.0C331.10458 97.0 332.0 97.89543 332.0 99.0L332.0 116.0C332.0 117.10457 331.10458 118.0 330.0 118.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 151.0L210.0 130.0L265.0 130.0C266.10458 130.0 267.0 130.89543 267.0 132.0L267.0 149.0C267.0 150.10457 266.10458 151.0 265.0 151.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M210.0 151.0L210.0 130.0L265.0 130.0C266.10458 130.0 267.0 130.89543 267.0 132.0L267.0 149.0C267.0 150.10457 266.10458 151.0 265.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 184.0L193.0 163.0L230.0 163.0C231.10457 163.0 232.0 163.89543 232.0 165.0L232.0 182.0C232.0 183.10457 231.10457 184.0 230.0 184.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M193.0 184.0L193.0 163.0L230.0 163.0C231.10457 163.0 232.0 163.89543 232.0 165.0L232.0 182.0C232.0 183.10457 231.10457 184.0 230.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M141.0 217.0L141.0 196.0L148.0 196.0C149.10457 196.0 150.0 196.89543 150.0 198.0L150.0 215.0C150.0 216.10457 149.10457 217.0 148.0 217.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M141.0 217.0L141.0 196.0L148.0 196.0C149.10457 196.0 150.0 196.89543 150.0 198.0L150.0 215.0C150.0 216.10457 149.10457 217.0 148.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 250.0L140.0 229.0L141.0 229.0C141.55229 229.0 142.0 229.44771 142.0 230.0L142.0 249.0C142.0 249.55229 141.55229 250.0 141.0 250.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M140.0 250.0L140.0 229.0L141.0 229.0C141.55229 229.0 142.0 229.44771 142.0 230.0L142.0 249.0C142.0 249.55229 141.55229 250.0 141.0 250.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M139.0 282.0L139.0 261.0L141.0 261.0C142.10457 261.0 143.0 261.89542 143.0 263.0L143.0 280.0C143.0 281.10458 142.10457 282.0 141.0 282.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M139.0 282.0L139.0 261.0L141.0 261.0C142.10457 261.0 143.0 261.89542 143.0 263.0L143.0 280.0C143.0 281.10458 142.10457 282.0 141.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 315.0L137.0 294.0L137.5 294.0C137.77614 294.0 138.0 294.22385 138.0 294.5L138.0 314.5C138.0 314.77615 137.77614 315.0 137.5 315.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M137.0 315.0L137.0 294.0L137.5 294.0C137.77614 294.0 138.0 294.22385 138.0 294.5L138.0 314.5C138.0 314.77615 137.77614 315.0 137.5 315.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M514.765 74.34375Q514.10876 74.09375 513.78064 73.65625Q513.46814 73.203125 513.46814 72.59375Q513.46814 71.65625 514.14 71.015625Q514.8275 70.375 515.9369 70.375Q517.0619 70.375 517.7494 71.03125Q518.4369 71.6875 518.4369 72.625Q518.4369 73.21875 518.1244 73.65625Q517.8119 74.09375 517.17126 74.34375Q517.96814 74.59375 518.3744 75.171875Q518.78064 75.75 518.78064 76.546875Q518.78064 77.640625 517.9994 78.390625Q517.23376 79.140625 515.9525 79.140625Q514.6869 79.140625 513.90564 78.390625Q513.1244 77.640625 513.1244 76.515625Q513.1244 75.671875 513.54626 75.109375Q513.98376 74.546875 514.765 74.34375ZM514.54626 72.546875Q514.54626 73.15625 514.9369 73.546875Q515.34314 73.9375 515.96814 73.9375Q516.5775 73.9375 516.96814 73.5625Q517.35876 73.171875 517.35876 72.609375Q517.35876 72.03125 516.9525 71.640625Q516.54626 71.234375 515.9525 71.234375Q515.34314 71.234375 514.9369 71.625Q514.54626 72.015625 514.54626 72.546875ZM514.21814 76.515625Q514.21814 76.96875 514.42126 77.390625Q514.64 77.8125 515.0619 78.046875Q515.48376 78.28125 515.96814 78.28125Q516.71814 78.28125 517.2025 77.796875Q517.7025 77.3125 517.7025 76.5625Q517.7025 75.796875 517.2025 75.296875Q516.7025 74.796875 515.9369 74.796875Q515.1869 74.796875 514.7025 75.296875Q514.21814 75.78125 514.21814 76.515625ZM523.515 79.0L523.515 76.9375L519.79626 76.9375L519.79626 75.96875L523.71814 70.40625L524.5775 70.40625L524.5775 75.96875L525.73376 75.96875L525.73376 76.9375L524.5775 76.9375L524.5775 79.0L523.515 79.0ZM523.515 75.96875L523.515 72.109375L520.8275 75.96875L523.515 75.96875ZM527.34314 72.46875Q527.34314 71.546875 527.79626 70.90625Q528.265 70.265625 529.14 70.265625Q529.9525 70.265625 530.48376 70.84375Q531.015 71.421875 531.015 72.53125Q531.015 73.625 530.46814 74.21875Q529.9369 74.796875 529.15564 74.796875Q528.3744 74.796875 527.85876 74.21875Q527.34314 73.640625 527.34314 72.46875ZM529.17126 70.984375Q528.78064 70.984375 528.515 71.328125Q528.265 71.671875 528.265 72.578125Q528.265 73.40625 528.515 73.75Q528.78064 74.078125 529.17126 74.078125Q529.5775 74.078125 529.8275 73.734375Q530.09314 73.390625 530.09314 72.5Q530.09314 71.65625 529.8275 71.328125Q529.5619 70.984375 529.17126 70.984375ZM529.17126 79.3125L533.8744 70.265625L534.73376 70.265625L530.04626 79.3125L529.17126 79.3125ZM532.89 76.984375Q532.89 76.0625 533.34314 75.421875Q533.8119 74.78125 534.7025 74.78125Q535.515 74.78125 536.04626 75.359375Q536.5775 75.921875 536.5775 77.046875Q536.5775 78.140625 536.03064 78.734375Q535.4994 79.3125 534.7025 79.3125Q533.9369 79.3125 533.40564 78.734375Q532.89 78.15625 532.89 76.984375ZM534.73376 75.5Q534.3275 75.5 534.0619 75.84375Q533.8119 76.1875 533.8119 77.09375Q533.8119 77.90625 534.0775 78.25Q534.34314 78.59375 534.73376 78.59375Q535.1244 78.59375 535.39 78.25Q535.65564 77.90625 535.65564 77.0Q535.65564 76.171875 535.39 75.84375Q535.1244 75.5 534.73376 75.5Z" fill-rule="nonzero"/><path fill="#666666" d="M514.765 74.34375Q514.10876 74.09375 513.78064 73.65625Q513.46814 73.203125 513.46814 72.59375Q513.46814 71.65625 514.14 71.015625Q514.8275 70.375 515.9369 70.375Q517.0619 70.375 517.7494 71.03125Q518.4369 71.6875 518.4369 72.625Q518.4369 73.21875 518.1244 73.65625Q517.8119 74.09375 517.17126 74.34375Q517.96814 74.59375 518.3744 75.171875Q518.78064 75.75 518.78064 76.546875Q518.78064 77.640625 517.9994 78.390625Q517.23376 79.140625 515.9525 79.140625Q514.6869 79.140625 513.90564 78.390625Q513.1244 77.640625 513.1244 76.515625Q513.1244 75.671875 513.54626 75.109375Q513.98376 74.546875 514.765 74.34375ZM514.54626 72.546875Q514.54626 73.15625 514.9369 73.546875Q515.34314 73.9375 515.96814 73.9375Q516.5775 73.9375 516.96814 73.5625Q517.35876 73.171875 517.35876 72.609375Q517.35876 72.03125 516.9525 71.640625Q516.54626 71.234375 515.9525 71.234375Q515.34314 71.234375 514.9369 71.625Q514.54626 72.015625 514.54626 72.546875ZM514.21814 76.515625Q514.21814 76.96875 514.42126 77.390625Q514.64 77.8125 515.0619 78.046875Q515.48376 78.28125 515.96814 78.28125Q516.71814 78.28125 517.2025 77.796875Q517.7025 77.3125 517.7025 76.5625Q517.7025 75.796875 517.2025 75.296875Q516.7025 74.796875 515.9369 74.796875Q515.1869 74.796875 514.7025 75.296875Q514.21814 75.78125 514.21814 76.515625ZM523.515 79.0L523.515 76.9375L519.79626 76.9375L519.79626 75.96875L523.71814 70.40625L524.5775 70.40625L524.5775 75.96875L525.73376 75.96875L525.73376 76.9375L524.5775 76.9375L524.5775 79.0L523.515 79.0ZM523.515 75.96875L523.515 72.109375L520.8275 75.96875L523.515 75.96875ZM527.34314 72.46875Q527.34314 71.546875 527.79626 70.90625Q528.265 70.265625 529.14 70.265625Q529.9525 70.265625 530.48376 70.84375Q531.015 71.421875 531.015 72.53125Q531.015 73.625 530.46814 74.21875Q529.9369 74.796875 529.15564 74.796875Q528.3744 74.796875 527.85876 74.21875Q527.34314 73.640625 527.34314 72.46875ZM529.17126 70.984375Q528.78064 70.984375 528.515 71.328125Q528.265 71.671875 528.265 72.578125Q528.265 73.40625 528.515 73.75Q528.78064 74.078125 529.17126 74.078125Q529.5775 74.078125 529.8275 73.734375Q530.09314 73.390625 530.09314 72.5Q530.09314 71.65625 529.8275 71.328125Q529.5619 70.984375 529.17126 70.984375ZM529.17126 79.3125L533.8744 70.265625L534.73376 70.265625L530.04626 79.3125L529.17126 79.3125ZM532.89 76.984375Q532.89 76.0625 533.34314 75.421875Q533.8119 74.78125 534.7025 74.78125Q535.515 74.78125 536.04626 75.359375Q536.5775 75.921875 536.5775 77.046875Q536.5775 78.140625 536.03064 78.734375Q535.4994 79.3125 534.7025 79.3125Q533.9369 79.3125 533.40564 78.734375Q532.89 78.15625 532.89 76.984375ZM534.73376 75.5Q534.3275 75.5 534.0619 75.84375Q533.8119 76.1875 533.8119 77.09375Q533.8119 77.90625 534.0775 78.25Q534.34314 78.59375 534.73376 78.59375Q535.1244 78.59375 535.39 78.25Q535.65564 77.90625 535.65564 77.0Q535.65564 76.171875 535.39 75.84375Q535.1244 75.5 534.73376 75.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.45 111.0L347.45 108.9375L343.73126 108.9375L343.73126 107.96875L347.65314 102.40625L348.5125 102.40625L348.5125 107.96875L349.66876 107.96875L349.66876 108.9375L348.5125 108.9375L348.5125 111.0L347.45 111.0ZM347.45 107.96875L347.45 104.109375L344.7625 107.96875L347.45 107.96875ZM351.075 108.75L352.1844 108.65625Q352.3094 109.46875 352.7469 109.875Q353.2 110.28125 353.84064 110.28125Q354.59064 110.28125 355.1219 109.703125Q355.65314 109.125 355.65314 108.1875Q355.65314 107.28125 355.1375 106.765625Q354.6375 106.234375 353.8094 106.234375Q353.3094 106.234375 352.8875 106.46875Q352.48126 106.703125 352.2469 107.0625L351.2625 106.9375L352.09064 102.53125L356.3719 102.53125L356.3719 103.53125L352.9344 103.53125L352.48126 105.84375Q353.2469 105.296875 354.09064 105.296875Q355.21564 105.296875 355.98126 106.078125Q356.7625 106.859375 356.7625 108.09375Q356.7625 109.25 356.09064 110.109375Q355.2625 111.140625 353.84064 111.140625Q352.66876 111.140625 351.91876 110.484375Q351.1844 109.828125 351.075 108.75ZM358.27814 104.46875Q358.27814 103.546875 358.73126 102.90625Q359.2 102.265625 360.075 102.265625Q360.8875 102.265625 361.41876 102.84375Q361.95 103.421875 361.95 104.53125Q361.95 105.625 361.40314 106.21875Q360.8719 106.796875 360.09064 106.796875Q359.3094 106.796875 358.79376 106.21875Q358.27814 105.640625 358.27814 104.46875ZM360.10626 102.984375Q359.71564 102.984375 359.45 103.328125Q359.2 103.671875 359.2 104.578125Q359.2 105.40625 359.45 105.75Q359.71564 106.078125 360.10626 106.078125Q360.5125 106.078125 360.7625 105.734375Q361.02814 105.390625 361.02814 104.5Q361.02814 103.65625 360.7625 103.328125Q360.4969 102.984375 360.10626 102.984375ZM360.10626 111.3125L364.8094 102.265625L365.66876 102.265625L360.98126 111.3125L360.10626 111.3125ZM363.825 108.984375Q363.825 108.0625 364.27814 107.421875Q364.7469 106.78125 365.6375 106.78125Q366.45 106.78125 366.98126 107.359375Q367.5125 107.921875 367.5125 109.046875Q367.5125 110.140625 366.96564 110.734375Q366.4344 111.3125 365.6375 111.3125Q364.8719 111.3125 364.34064 110.734375Q363.825 110.15625 363.825 108.984375ZM365.66876 107.5Q365.2625 107.5 364.9969 107.84375Q364.7469 108.1875 364.7469 109.09375Q364.7469 109.90625 365.0125 110.25Q365.27814 110.59375 365.66876 110.59375Q366.0594 110.59375 366.325 110.25Q366.59064 109.90625 366.59064 109.0Q366.59064 108.171875 366.325 107.84375Q366.0594 107.5 365.66876 107.5Z" fill-rule="nonzero"/><path fill="#666666" d="M347.45 111.0L347.45 108.9375L343.73126 108.9375L343.73126 107.96875L347.65314 102.40625L348.5125 102.40625L348.5125 107.96875L349.66876 107.96875L349.66876 108.9375L348.5125 108.9375L348.5125 111.0L347.45 111.0ZM347.45 107.96875L347.45 104.109375L344.7625 107.96875L347.45 107.96875ZM351.075 108.75L352.1844 108.65625Q352.3094 109.46875 352.7469 109.875Q353.2 110.28125 353.84064 110.28125Q354.59064 110.28125 355.1219 109.703125Q355.65314 109.125 355.65314 108.1875Q355.65314 107.28125 355.1375 106.765625Q354.6375 106.234375 353.8094 106.234375Q353.3094 106.234375 352.8875 106.46875Q352.48126 106.703125 352.2469 107.0625L351.2625 106.9375L352.09064 102.53125L356.3719 102.53125L356.3719 103.53125L352.9344 103.53125L352.48126 105.84375Q353.2469 105.296875 354.09064 105.296875Q355.21564 105.296875 355.98126 106.078125Q356.7625 106.859375 356.7625 108.09375Q356.7625 109.25 356.09064 110.109375Q355.2625 111.140625 353.84064 111.140625Q352.66876 111.140625 351.91876 110.484375Q351.1844 109.828125 351.075 108.75ZM358.27814 104.46875Q358.27814 103.546875 358.73126 102.90625Q359.2 102.265625 360.075 102.265625Q360.8875 102.265625 361.41876 102.84375Q361.95 103.421875 361.95 104.53125Q361.95 105.625 361.40314 106.21875Q360.8719 106.796875 360.09064 106.796875Q359.3094 106.796875 358.79376 106.21875Q358.27814 105.640625 358.27814 104.46875ZM360.10626 102.984375Q359.71564 102.984375 359.45 103.328125Q359.2 103.671875 359.2 104.578125Q359.2 105.40625 359.45 105.75Q359.71564 106.078125 360.10626 106.078125Q360.5125 106.078125 360.7625 105.734375Q361.02814 105.390625 361.02814 104.5Q361.02814 103.65625 360.7625 103.328125Q360.4969 102.984375 360.10626 102.984375ZM360.10626 111.3125L364.8094 102.265625L365.66876 102.265625L360.98126 111.3125L360.10626 111.3125ZM363.825 108.984375Q363.825 108.0625 364.27814 107.421875Q364.7469 106.78125 365.6375 106.78125Q366.45 106.78125 366.98126 107.359375Q367.5125 107.921875 367.5125 109.046875Q367.5125 110.140625 366.96564 110.734375Q366.4344 111.3125 365.6375 111.3125Q364.8719 111.3125 364.34064 110.734375Q363.825 110.15625 363.825 108.984375ZM365.66876 107.5Q365.2625 107.5 364.9969 107.84375Q364.7469 108.1875 364.7469 109.09375Q364.7469 109.90625 365.0125 110.25Q365.27814 110.59375 365.66876 110.59375Q366.0594 110.59375 366.325 110.25Q366.59064 109.90625 366.59064 109.0Q366.59064 108.171875 366.325 107.84375Q366.0594 107.5 365.66876 107.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.05 141.73438L280.1125 141.59375Q280.28436 142.48438 280.72186 142.89062Q281.15936 143.28125 281.78436 143.28125Q282.53436 143.28125 283.05 142.76562Q283.5656 142.25 283.5656 141.48438Q283.5656 140.76562 283.08124 140.29688Q282.6125 139.8125 281.8781 139.8125Q281.58124 139.8125 281.1281 139.9375L281.2531 139.0Q281.3625 139.01562 281.425 139.01562Q282.09686 139.01562 282.6281 138.67188Q283.175 138.3125 283.175 137.57812Q283.175 137.0 282.78436 136.625Q282.39374 136.23438 281.76874 136.23438Q281.15936 136.23438 280.7375 136.625Q280.33124 137.01562 280.22186 137.78125L279.15936 137.59375Q279.34686 136.54688 280.03436 135.96875Q280.72186 135.375 281.7375 135.375Q282.4406 135.375 283.03436 135.6875Q283.6281 135.98438 283.9406 136.5Q284.2531 137.01562 284.2531 137.60938Q284.2531 138.15625 283.95624 138.625Q283.65936 139.07812 283.08124 139.34375Q283.83124 139.51562 284.2531 140.07812Q284.675 140.625 284.675 141.46875Q284.675 142.59375 283.84686 143.375Q283.03436 144.15625 281.78436 144.15625Q280.65936 144.15625 279.90936 143.48438Q279.15936 142.79688 279.05 141.73438ZM286.05 139.76562Q286.05 138.23438 286.3625 137.3125Q286.675 136.375 287.28436 135.875Q287.90936 135.375 288.84686 135.375Q289.53436 135.375 290.05 135.65625Q290.58124 135.9375 290.925 136.46875Q291.26874 136.98438 291.45624 137.73438Q291.64374 138.48438 291.64374 139.76562Q291.64374 141.28125 291.33124 142.20312Q291.03436 143.125 290.40936 143.64062Q289.8 144.14062 288.84686 144.14062Q287.6125 144.14062 286.89374 143.25Q286.05 142.1875 286.05 139.76562ZM287.1281 139.76562Q287.1281 141.875 287.6281 142.57812Q288.1281 143.28125 288.84686 143.28125Q289.58124 143.28125 290.0656 142.57812Q290.5656 141.875 290.5656 139.76562Q290.5656 137.64062 290.0656 136.95312Q289.58124 136.25 288.83124 136.25Q288.1125 136.25 287.675 136.85938Q287.1281 137.64062 287.1281 139.76562ZM293.2531 137.46875Q293.2531 136.54688 293.70624 135.90625Q294.175 135.26562 295.05 135.26562Q295.8625 135.26562 296.39374 135.84375Q296.925 136.42188 296.925 137.53125Q296.925 138.625 296.3781 139.21875Q295.84686 139.79688 295.0656 139.79688Q294.28436 139.79688 293.76874 139.21875Q293.2531 138.64062 293.2531 137.46875ZM295.08124 135.98438Q294.6906 135.98438 294.425 136.32812Q294.175 136.67188 294.175 137.57812Q294.175 138.40625 294.425 138.75Q294.6906 139.07812 295.08124 139.07812Q295.4875 139.07812 295.7375 138.73438Q296.0031 138.39062 296.0031 137.5Q296.0031 136.65625 295.7375 136.32812Q295.47186 135.98438 295.08124 135.98438ZM295.08124 144.3125L299.78436 135.26562L300.64374 135.26562L295.95624 144.3125L295.08124 144.3125ZM298.8 141.98438Q298.8 141.0625 299.2531 140.42188Q299.72186 139.78125 300.6125 139.78125Q301.425 139.78125 301.95624 140.35938Q302.4875 140.92188 302.4875 142.04688Q302.4875 143.14062 301.9406 143.73438Q301.40936 144.3125 300.6125 144.3125Q299.84686 144.3125 299.3156 143.73438Q298.8 143.15625 298.8 141.98438ZM300.64374 140.5Q300.2375 140.5 299.97186 140.84375Q299.72186 141.1875 299.72186 142.09375Q299.72186 142.90625 299.9875 143.25Q300.2531 143.59375 300.64374 143.59375Q301.03436 143.59375 301.3 143.25Q301.5656 142.90625 301.5656 142.0Q301.5656 141.17188 301.3 140.84375Q301.03436 140.5 300.64374 140.5Z" fill-rule="nonzero"/><path fill="#666666" d="M279.05 141.73438L280.1125 141.59375Q280.28436 142.48438 280.72186 142.89062Q281.15936 143.28125 281.78436 143.28125Q282.53436 143.28125 283.05 142.76562Q283.5656 142.25 283.5656 141.48438Q283.5656 140.76562 283.08124 140.29688Q282.6125 139.8125 281.8781 139.8125Q281.58124 139.8125 281.1281 139.9375L281.2531 139.0Q281.3625 139.01562 281.425 139.01562Q282.09686 139.01562 282.6281 138.67188Q283.175 138.3125 283.175 137.57812Q283.175 137.0 282.78436 136.625Q282.39374 136.23438 281.76874 136.23438Q281.15936 136.23438 280.7375 136.625Q280.33124 137.01562 280.22186 137.78125L279.15936 137.59375Q279.34686 136.54688 280.03436 135.96875Q280.72186 135.375 281.7375 135.375Q282.4406 135.375 283.03436 135.6875Q283.6281 135.98438 283.9406 136.5Q284.2531 137.01562 284.2531 137.60938Q284.2531 138.15625 283.95624 138.625Q283.65936 139.07812 283.08124 139.34375Q283.83124 139.51562 284.2531 140.07812Q284.675 140.625 284.675 141.46875Q284.675 142.59375 283.84686 143.375Q283.03436 144.15625 281.78436 144.15625Q280.65936 144.15625 279.90936 143.48438Q279.15936 142.79688 279.05 141.73438ZM286.05 139.76562Q286.05 138.23438 286.3625 137.3125Q286.675 136.375 287.28436 135.875Q287.90936 135.375 288.84686 135.375Q289.53436 135.375 290.05 135.65625Q290.58124 135.9375 290.925 136.46875Q291.26874 136.98438 291.45624 137.73438Q291.64374 138.48438 291.64374 139.76562Q291.64374 141.28125 291.33124 142.20312Q291.03436 143.125 290.40936 143.64062Q289.8 144.14062 288.84686 144.14062Q287.6125 144.14062 286.89374 143.25Q286.05 142.1875 286.05 139.76562ZM287.1281 139.76562Q287.1281 141.875 287.6281 142.57812Q288.1281 143.28125 288.84686 143.28125Q289.58124 143.28125 290.0656 142.57812Q290.5656 141.875 290.5656 139.76562Q290.5656 137.64062 290.0656 136.95312Q289.58124 136.25 288.83124 136.25Q288.1125 136.25 287.675 136.85938Q287.1281 137.64062 287.1281 139.76562ZM293.2531 137.46875Q293.2531 136.54688 293.70624 135.90625Q294.175 135.26562 295.05 135.26562Q295.8625 135.26562 296.39374 135.84375Q296.925 136.42188 296.925 137.53125Q296.925 138.625 296.3781 139.21875Q295.84686 139.79688 295.0656 139.79688Q294.28436 139.79688 293.76874 139.21875Q293.2531 138.64062 293.2531 137.46875ZM295.08124 135.98438Q294.6906 135.98438 294.425 136.32812Q294.175 136.67188 294.175 137.57812Q294.175 138.40625 294.425 138.75Q294.6906 139.07812 295.08124 139.07812Q295.4875 139.07812 295.7375 138.73438Q296.0031 138.39062 296.0031 137.5Q296.0031 136.65625 295.7375 136.32812Q295.47186 135.98438 295.08124 135.98438ZM295.08124 144.3125L299.78436 135.26562L300.64374 135.26562L295.95624 144.3125L295.08124 144.3125ZM298.8 141.98438Q298.8 141.0625 299.2531 140.42188Q299.72186 139.78125 300.6125 139.78125Q301.425 139.78125 301.95624 140.35938Q302.4875 140.92188 302.4875 142.04688Q302.4875 143.14062 301.9406 143.73438Q301.40936 144.3125 300.6125 144.3125Q299.84686 144.3125 299.3156 143.73438Q298.8 143.15625 298.8 141.98438ZM300.64374 140.5Q300.2375 140.5 299.97186 140.84375Q299.72186 141.1875 299.72186 142.09375Q299.72186 142.90625 299.9875 143.25Q300.2531 143.59375 300.64374 143.59375Q301.03436 143.59375 301.3 143.25Q301.5656 142.90625 301.5656 142.0Q301.5656 141.17188 301.3 140.84375Q301.03436 140.5 300.64374 140.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.91687 175.98438L249.91687 177.0L244.22937 177.0Q244.22937 176.625 244.35437 176.26562Q244.57312 175.6875 245.04187 175.125Q245.52625 174.5625 246.4325 173.82812Q247.83875 172.67188 248.32312 172.0Q248.82312 171.32812 248.82312 170.73438Q248.82312 170.10938 248.37 169.6875Q247.91687 169.25 247.19812 169.25Q246.4325 169.25 245.97937 169.70312Q245.52625 170.15625 245.51062 170.96875L244.4325 170.85938Q244.54187 169.64062 245.26062 169.01562Q245.995 168.375 247.22937 168.375Q248.46375 168.375 249.1825 169.0625Q249.90125 169.75 249.90125 170.76562Q249.90125 171.28125 249.6825 171.78125Q249.47937 172.26562 248.97937 172.82812Q248.495 173.375 247.37 174.32812Q246.41687 175.125 246.13562 175.42188Q245.87 175.70312 245.69812 175.98438L249.91687 175.98438ZM256.91687 175.98438L256.91687 177.0L251.22937 177.0Q251.22937 176.625 251.35437 176.26562Q251.57312 175.6875 252.04187 175.125Q252.52625 174.5625 253.4325 173.82812Q254.83875 172.67188 255.32312 172.0Q255.82312 171.32812 255.82312 170.73438Q255.82312 170.10938 255.37 169.6875Q254.91687 169.25 254.19812 169.25Q253.4325 169.25 252.97937 169.70312Q252.52625 170.15625 252.51062 170.96875L251.4325 170.85938Q251.54187 169.64062 252.26062 169.01562Q252.995 168.375 254.22937 168.375Q255.46375 168.375 256.1825 169.0625Q256.90125 169.75 256.90125 170.76562Q256.90125 171.28125 256.6825 171.78125Q256.47937 172.26562 255.97937 172.82812Q255.495 173.375 254.37 174.32812Q253.41687 175.125 253.13562 175.42188Q252.87 175.70312 252.69812 175.98438L256.91687 175.98438ZM258.57312 170.46875Q258.57312 169.54688 259.02625 168.90625Q259.495 168.26562 260.37 168.26562Q261.1825 168.26562 261.71375 168.84375Q262.245 169.42188 262.245 170.53125Q262.245 171.625 261.69812 172.21875Q261.16687 172.79688 260.38562 172.79688Q259.60437 172.79688 259.08875 172.21875Q258.57312 171.64062 258.57312 170.46875ZM260.40125 168.98438Q260.01062 168.98438 259.745 169.32812Q259.495 169.67188 259.495 170.57812Q259.495 171.40625 259.745 171.75Q260.01062 172.07812 260.40125 172.07812Q260.8075 172.07812 261.0575 171.73438Q261.32312 171.39062 261.32312 170.5Q261.32312 169.65625 261.0575 169.32812Q260.79187 168.98438 260.40125 168.98438ZM260.40125 177.3125L265.10437 168.26562L265.96375 168.26562L261.27625 177.3125L260.40125 177.3125ZM264.12 174.98438Q264.12 174.0625 264.57312 173.42188Q265.04187 172.78125 265.9325 172.78125Q266.745 172.78125 267.27625 173.35938Q267.8075 173.92188 267.8075 175.04688Q267.8075 176.14062 267.26062 176.73438Q266.72937 177.3125 265.9325 177.3125Q265.16687 177.3125 264.63562 176.73438Q264.12 176.15625 264.12 174.98438ZM265.96375 173.5Q265.5575 173.5 265.29187 173.84375Q265.04187 174.1875 265.04187 175.09375Q265.04187 175.90625 265.3075 176.25Q265.57312 176.59375 265.96375 176.59375Q266.35437 176.59375 266.62 176.25Q266.88562 175.90625 266.88562 175.0Q266.88562 174.17188 266.62 173.84375Q266.35437 173.5 265.96375 173.5Z" fill-rule="nonzero"/><path fill="#666666" d="M249.91687 175.98438L249.91687 177.0L244.22937 177.0Q244.22937 176.625 244.35437 176.26562Q244.57312 175.6875 245.04187 175.125Q245.52625 174.5625 246.4325 173.82812Q247.83875 172.67188 248.32312 172.0Q248.82312 171.32812 248.82312 170.73438Q248.82312 170.10938 248.37 169.6875Q247.91687 169.25 247.19812 169.25Q246.4325 169.25 245.97937 169.70312Q245.52625 170.15625 245.51062 170.96875L244.4325 170.85938Q244.54187 169.64062 245.26062 169.01562Q245.995 168.375 247.22937 168.375Q248.46375 168.375 249.1825 169.0625Q249.90125 169.75 249.90125 170.76562Q249.90125 171.28125 249.6825 171.78125Q249.47937 172.26562 248.97937 172.82812Q248.495 173.375 247.37 174.32812Q246.41687 175.125 246.13562 175.42188Q245.87 175.70312 245.69812 175.98438L249.91687 175.98438ZM256.91687 175.98438L256.91687 177.0L251.22937 177.0Q251.22937 176.625 251.35437 176.26562Q251.57312 175.6875 252.04187 175.125Q252.52625 174.5625 253.4325 173.82812Q254.83875 172.67188 255.32312 172.0Q255.82312 171.32812 255.82312 170.73438Q255.82312 170.10938 255.37 169.6875Q254.91687 169.25 254.19812 169.25Q253.4325 169.25 252.97937 169.70312Q252.52625 170.15625 252.51062 170.96875L251.4325 170.85938Q251.54187 169.64062 252.26062 169.01562Q252.995 168.375 254.22937 168.375Q255.46375 168.375 256.1825 169.0625Q256.90125 169.75 256.90125 170.76562Q256.90125 171.28125 256.6825 171.78125Q256.47937 172.26562 255.97937 172.82812Q255.495 173.375 254.37 174.32812Q253.41687 175.125 253.13562 175.42188Q252.87 175.70312 252.69812 175.98438L256.91687 175.98438ZM258.57312 170.46875Q258.57312 169.54688 259.02625 168.90625Q259.495 168.26562 260.37 168.26562Q261.1825 168.26562 261.71375 168.84375Q262.245 169.42188 262.245 170.53125Q262.245 171.625 261.69812 172.21875Q261.16687 172.79688 260.38562 172.79688Q259.60437 172.79688 259.08875 172.21875Q258.57312 171.64062 258.57312 170.46875ZM260.40125 168.98438Q260.01062 168.98438 259.745 169.32812Q259.495 169.67188 259.495 170.57812Q259.495 171.40625 259.745 171.75Q260.01062 172.07812 260.40125 172.07812Q260.8075 172.07812 261.0575 171.73438Q261.32312 171.39062 261.32312 170.5Q261.32312 169.65625 261.0575 169.32812Q260.79187 168.98438 260.40125 168.98438ZM260.40125 177.3125L265.10437 168.26562L265.96375 168.26562L261.27625 177.3125L260.40125 177.3125ZM264.12 174.98438Q264.12 174.0625 264.57312 173.42188Q265.04187 172.78125 265.9325 172.78125Q266.745 172.78125 267.27625 173.35938Q267.8075 173.92188 267.8075 175.04688Q267.8075 176.14062 267.26062 176.73438Q266.72937 177.3125 265.9325 177.3125Q265.16687 177.3125 264.63562 176.73438Q264.12 176.15625 264.12 174.98438ZM265.96375 173.5Q265.5575 173.5 265.29187 173.84375Q265.04187 174.1875 265.04187 175.09375Q265.04187 175.90625 265.3075 176.25Q265.57312 176.59375 265.96375 176.59375Q266.35437 176.59375 266.62 176.25Q266.88562 175.90625 266.88562 175.0Q266.88562 174.17188 266.62 173.84375Q266.35437 173.5 265.96375 173.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M162.4385 207.73438L163.501 207.59375Q163.67288 208.48438 164.11038 208.89062Q164.54788 209.28125 165.17288 209.28125Q165.92288 209.28125 166.4385 208.76562Q166.95413 208.25 166.95413 207.48438Q166.95413 206.76562 166.46976 206.29688Q166.001 205.8125 165.26663 205.8125Q164.96976 205.8125 164.51663 205.9375L164.64163 205.0Q164.751 205.01562 164.8135 205.01562Q165.48538 205.01562 166.01663 204.67188Q166.5635 204.3125 166.5635 203.57812Q166.5635 203.0 166.17288 202.625Q165.78226 202.23438 165.15726 202.23438Q164.54788 202.23438 164.126 202.625Q163.71976 203.01562 163.61038 203.78125L162.54788 203.59375Q162.73538 202.54688 163.42288 201.96875Q164.11038 201.375 165.126 201.375Q165.82913 201.375 166.42288 201.6875Q167.01663 201.98438 167.32913 202.5Q167.64163 203.01562 167.64163 203.60938Q167.64163 204.15625 167.34476 204.625Q167.04788 205.07812 166.46976 205.34375Q167.21976 205.51562 167.64163 206.07812Q168.0635 206.625 168.0635 207.46875Q168.0635 208.59375 167.23538 209.375Q166.42288 210.15625 165.17288 210.15625Q164.04788 210.15625 163.29788 209.48438Q162.54788 208.79688 162.4385 207.73438ZM169.64163 203.46875Q169.64163 202.54688 170.09476 201.90625Q170.5635 201.26562 171.4385 201.26562Q172.251 201.26562 172.78226 201.84375Q173.3135 202.42188 173.3135 203.53125Q173.3135 204.625 172.76663 205.21875Q172.23538 205.79688 171.45413 205.79688Q170.67288 205.79688 170.15726 205.21875Q169.64163 204.64062 169.64163 203.46875ZM171.46976 201.98438Q171.07913 201.98438 170.8135 202.32812Q170.5635 202.67188 170.5635 203.57812Q170.5635 204.40625 170.8135 204.75Q171.07913 205.07812 171.46976 205.07812Q171.876 205.07812 172.126 204.73438Q172.39163 204.39062 172.39163 203.5Q172.39163 202.65625 172.126 202.32812Q171.86038 201.98438 171.46976 201.98438ZM171.46976 210.3125L176.17288 201.26562L177.03226 201.26562L172.34476 210.3125L171.46976 210.3125ZM175.1885 207.98438Q175.1885 207.0625 175.64163 206.42188Q176.11038 205.78125 177.001 205.78125Q177.8135 205.78125 178.34476 206.35938Q178.876 206.92188 178.876 208.04688Q178.876 209.14062 178.32913 209.73438Q177.79788 210.3125 177.001 210.3125Q176.23538 210.3125 175.70413 209.73438Q175.1885 209.15625 175.1885 207.98438ZM177.03226 206.5Q176.626 206.5 176.36038 206.84375Q176.11038 207.1875 176.11038 208.09375Q176.11038 208.90625 176.376 209.25Q176.64163 209.59375 177.03226 209.59375Q177.42288 209.59375 177.6885 209.25Q177.95413 208.90625 177.95413 208.0Q177.95413 207.17188 177.6885 206.84375Q177.42288 206.5 177.03226 206.5Z" fill-rule="nonzero"/><path fill="#666666" d="M162.4385 207.73438L163.501 207.59375Q163.67288 208.48438 164.11038 208.89062Q164.54788 209.28125 165.17288 209.28125Q165.92288 209.28125 166.4385 208.76562Q166.95413 208.25 166.95413 207.48438Q166.95413 206.76562 166.46976 206.29688Q166.001 205.8125 165.26663 205.8125Q164.96976 205.8125 164.51663 205.9375L164.64163 205.0Q164.751 205.01562 164.8135 205.01562Q165.48538 205.01562 166.01663 204.67188Q166.5635 204.3125 166.5635 203.57812Q166.5635 203.0 166.17288 202.625Q165.78226 202.23438 165.15726 202.23438Q164.54788 202.23438 164.126 202.625Q163.71976 203.01562 163.61038 203.78125L162.54788 203.59375Q162.73538 202.54688 163.42288 201.96875Q164.11038 201.375 165.126 201.375Q165.82913 201.375 166.42288 201.6875Q167.01663 201.98438 167.32913 202.5Q167.64163 203.01562 167.64163 203.60938Q167.64163 204.15625 167.34476 204.625Q167.04788 205.07812 166.46976 205.34375Q167.21976 205.51562 167.64163 206.07812Q168.0635 206.625 168.0635 207.46875Q168.0635 208.59375 167.23538 209.375Q166.42288 210.15625 165.17288 210.15625Q164.04788 210.15625 163.29788 209.48438Q162.54788 208.79688 162.4385 207.73438ZM169.64163 203.46875Q169.64163 202.54688 170.09476 201.90625Q170.5635 201.26562 171.4385 201.26562Q172.251 201.26562 172.78226 201.84375Q173.3135 202.42188 173.3135 203.53125Q173.3135 204.625 172.76663 205.21875Q172.23538 205.79688 171.45413 205.79688Q170.67288 205.79688 170.15726 205.21875Q169.64163 204.64062 169.64163 203.46875ZM171.46976 201.98438Q171.07913 201.98438 170.8135 202.32812Q170.5635 202.67188 170.5635 203.57812Q170.5635 204.40625 170.8135 204.75Q171.07913 205.07812 171.46976 205.07812Q171.876 205.07812 172.126 204.73438Q172.39163 204.39062 172.39163 203.5Q172.39163 202.65625 172.126 202.32812Q171.86038 201.98438 171.46976 201.98438ZM171.46976 210.3125L176.17288 201.26562L177.03226 201.26562L172.34476 210.3125L171.46976 210.3125ZM175.1885 207.98438Q175.1885 207.0625 175.64163 206.42188Q176.11038 205.78125 177.001 205.78125Q177.8135 205.78125 178.34476 206.35938Q178.876 206.92188 178.876 208.04688Q178.876 209.14062 178.32913 209.73438Q177.79788 210.3125 177.001 210.3125Q176.23538 210.3125 175.70413 209.73438Q175.1885 209.15625 175.1885 207.98438ZM177.03226 206.5Q176.626 206.5 176.36038 206.84375Q176.11038 207.1875 176.11038 208.09375Q176.11038 208.90625 176.376 209.25Q176.64163 209.59375 177.03226 209.59375Q177.42288 209.59375 177.6885 209.25Q177.95413 208.90625 177.95413 208.0Q177.95413 207.17188 177.6885 206.84375Q177.42288 206.5 177.03226 206.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M158.60425 243.0L157.55737 243.0L157.55737 236.28125Q157.16675 236.64062 156.54175 237.01562Q155.93237 237.375 155.448 237.54688L155.448 236.53125Q156.323 236.10938 156.97925 235.53125Q157.65112 234.9375 157.93237 234.375L158.60425 234.375L158.60425 243.0ZM161.83862 236.46875Q161.83862 235.54688 162.29175 234.90625Q162.7605 234.26562 163.6355 234.26562Q164.448 234.26562 164.97925 234.84375Q165.5105 235.42188 165.5105 236.53125Q165.5105 237.625 164.96362 238.21875Q164.43237 238.79688 163.65112 238.79688Q162.86987 238.79688 162.35425 238.21875Q161.83862 237.64062 161.83862 236.46875ZM163.66675 234.98438Q163.27612 234.98438 163.0105 235.32812Q162.7605 235.67188 162.7605 236.57812Q162.7605 237.40625 163.0105 237.75Q163.27612 238.07812 163.66675 238.07812Q164.073 238.07812 164.323 237.73438Q164.58862 237.39062 164.58862 236.5Q164.58862 235.65625 164.323 235.32812Q164.05737 234.98438 163.66675 234.98438ZM163.66675 243.3125L168.36987 234.26562L169.22925 234.26562L164.54175 243.3125L163.66675 243.3125ZM167.3855 240.98438Q167.3855 240.0625 167.83862 239.42188Q168.30737 238.78125 169.198 238.78125Q170.0105 238.78125 170.54175 239.35938Q171.073 239.92188 171.073 241.04688Q171.073 242.14062 170.52612 242.73438Q169.99487 243.3125 169.198 243.3125Q168.43237 243.3125 167.90112 242.73438Q167.3855 242.15625 167.3855 240.98438ZM169.22925 239.5Q168.823 239.5 168.55737 239.84375Q168.30737 240.1875 168.30737 241.09375Q168.30737 241.90625 168.573 242.25Q168.83862 242.59375 169.22925 242.59375Q169.61987 242.59375 169.8855 242.25Q170.15112 241.90625 170.15112 241.0Q170.15112 240.17188 169.8855 239.84375Q169.61987 239.5 169.22925 239.5Z" fill-rule="nonzero"/><path fill="#666666" d="M158.60425 243.0L157.55737 243.0L157.55737 236.28125Q157.16675 236.64062 156.54175 237.01562Q155.93237 237.375 155.448 237.54688L155.448 236.53125Q156.323 236.10938 156.97925 235.53125Q157.65112 234.9375 157.93237 234.375L158.60425 234.375L158.60425 243.0ZM161.83862 236.46875Q161.83862 235.54688 162.29175 234.90625Q162.7605 234.26562 163.6355 234.26562Q164.448 234.26562 164.97925 234.84375Q165.5105 235.42188 165.5105 236.53125Q165.5105 237.625 164.96362 238.21875Q164.43237 238.79688 163.65112 238.79688Q162.86987 238.79688 162.35425 238.21875Q161.83862 237.64062 161.83862 236.46875ZM163.66675 234.98438Q163.27612 234.98438 163.0105 235.32812Q162.7605 235.67188 162.7605 236.57812Q162.7605 237.40625 163.0105 237.75Q163.27612 238.07812 163.66675 238.07812Q164.073 238.07812 164.323 237.73438Q164.58862 237.39062 164.58862 236.5Q164.58862 235.65625 164.323 235.32812Q164.05737 234.98438 163.66675 234.98438ZM163.66675 243.3125L168.36987 234.26562L169.22925 234.26562L164.54175 243.3125L163.66675 243.3125ZM167.3855 240.98438Q167.3855 240.0625 167.83862 239.42188Q168.30737 238.78125 169.198 238.78125Q170.0105 238.78125 170.54175 239.35938Q171.073 239.92188 171.073 241.04688Q171.073 242.14062 170.52612 242.73438Q169.99487 243.3125 169.198 243.3125Q168.43237 243.3125 167.90112 242.73438Q167.3855 242.15625 167.3855 240.98438ZM169.22925 239.5Q168.823 239.5 168.55737 239.84375Q168.30737 240.1875 168.30737 241.09375Q168.30737 241.90625 168.573 242.25Q168.83862 242.59375 169.22925 242.59375Q169.61987 242.59375 169.8855 242.25Q170.15112 241.90625 170.15112 241.0Q170.15112 240.17188 169.8855 239.84375Q169.61987 239.5 169.22925 239.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M161.04938 273.98438L161.04938 275.0L155.36188 275.0Q155.36188 274.625 155.48688 274.26562Q155.70563 273.6875 156.17438 273.125Q156.65875 272.5625 157.565 271.82812Q158.97125 270.67188 159.45563 270.0Q159.95563 269.32812 159.95563 268.73438Q159.95563 268.10938 159.5025 267.6875Q159.04938 267.25 158.33063 267.25Q157.565 267.25 157.11188 267.70312Q156.65875 268.15625 156.64313 268.96875L155.565 268.85938Q155.67438 267.64062 156.39313 267.01562Q157.1275 266.375 158.36188 266.375Q159.59625 266.375 160.315 267.0625Q161.03375 267.75 161.03375 268.76562Q161.03375 269.28125 160.815 269.78125Q160.61188 270.26562 160.11188 270.82812Q159.6275 271.375 158.5025 272.32812Q157.54938 273.125 157.26813 273.42188Q157.0025 273.70312 156.83063 273.98438L161.04938 273.98438ZM162.70563 268.46875Q162.70563 267.54688 163.15875 266.90625Q163.6275 266.26562 164.5025 266.26562Q165.315 266.26562 165.84625 266.84375Q166.3775 267.42188 166.3775 268.53125Q166.3775 269.625 165.83063 270.21875Q165.29938 270.79688 164.51813 270.79688Q163.73688 270.79688 163.22125 270.21875Q162.70563 269.64062 162.70563 268.46875ZM164.53375 266.98438Q164.14313 266.98438 163.8775 267.32812Q163.6275 267.67188 163.6275 268.57812Q163.6275 269.40625 163.8775 269.75Q164.14313 270.07812 164.53375 270.07812Q164.94 270.07812 165.19 269.73438Q165.45563 269.39062 165.45563 268.5Q165.45563 267.65625 165.19 267.32812Q164.92438 266.98438 164.53375 266.98438ZM164.53375 275.3125L169.23688 266.26562L170.09625 266.26562L165.40875 275.3125L164.53375 275.3125ZM168.2525 272.98438Q168.2525 272.0625 168.70563 271.42188Q169.17438 270.78125 170.065 270.78125Q170.8775 270.78125 171.40875 271.35938Q171.94 271.92188 171.94 273.04688Q171.94 274.14062 171.39313 274.73438Q170.86188 275.3125 170.065 275.3125Q169.29938 275.3125 168.76813 274.73438Q168.2525 274.15625 168.2525 272.98438ZM170.09625 271.5Q169.69 271.5 169.42438 271.84375Q169.17438 272.1875 169.17438 273.09375Q169.17438 273.90625 169.44 274.25Q169.70563 274.59375 170.09625 274.59375Q170.48688 274.59375 170.7525 274.25Q171.01813 273.90625 171.01813 273.0Q171.01813 272.17188 170.7525 271.84375Q170.48688 271.5 170.09625 271.5Z" fill-rule="nonzero"/><path fill="#666666" d="M161.04938 273.98438L161.04938 275.0L155.36188 275.0Q155.36188 274.625 155.48688 274.26562Q155.70563 273.6875 156.17438 273.125Q156.65875 272.5625 157.565 271.82812Q158.97125 270.67188 159.45563 270.0Q159.95563 269.32812 159.95563 268.73438Q159.95563 268.10938 159.5025 267.6875Q159.04938 267.25 158.33063 267.25Q157.565 267.25 157.11188 267.70312Q156.65875 268.15625 156.64313 268.96875L155.565 268.85938Q155.67438 267.64062 156.39313 267.01562Q157.1275 266.375 158.36188 266.375Q159.59625 266.375 160.315 267.0625Q161.03375 267.75 161.03375 268.76562Q161.03375 269.28125 160.815 269.78125Q160.61188 270.26562 160.11188 270.82812Q159.6275 271.375 158.5025 272.32812Q157.54938 273.125 157.26813 273.42188Q157.0025 273.70312 156.83063 273.98438L161.04938 273.98438ZM162.70563 268.46875Q162.70563 267.54688 163.15875 266.90625Q163.6275 266.26562 164.5025 266.26562Q165.315 266.26562 165.84625 266.84375Q166.3775 267.42188 166.3775 268.53125Q166.3775 269.625 165.83063 270.21875Q165.29938 270.79688 164.51813 270.79688Q163.73688 270.79688 163.22125 270.21875Q162.70563 269.64062 162.70563 268.46875ZM164.53375 266.98438Q164.14313 266.98438 163.8775 267.32812Q163.6275 267.67188 163.6275 268.57812Q163.6275 269.40625 163.8775 269.75Q164.14313 270.07812 164.53375 270.07812Q164.94 270.07812 165.19 269.73438Q165.45563 269.39062 165.45563 268.5Q165.45563 267.65625 165.19 267.32812Q164.92438 266.98438 164.53375 266.98438ZM164.53375 275.3125L169.23688 266.26562L170.09625 266.26562L165.40875 275.3125L164.53375 275.3125ZM168.2525 272.98438Q168.2525 272.0625 168.70563 271.42188Q169.17438 270.78125 170.065 270.78125Q170.8775 270.78125 171.40875 271.35938Q171.94 271.92188 171.94 273.04688Q171.94 274.14062 171.39313 274.73438Q170.86188 275.3125 170.065 275.3125Q169.29938 275.3125 168.76813 274.73438Q168.2525 274.15625 168.2525 272.98438ZM170.09625 271.5Q169.69 271.5 169.42438 271.84375Q169.17438 272.1875 169.17438 273.09375Q169.17438 273.90625 169.44 274.25Q169.70563 274.59375 170.09625 274.59375Q170.48688 274.59375 170.7525 274.25Q171.01813 273.90625 171.01813 273.0Q171.01813 272.17188 170.7525 271.84375Q170.48688 271.5 170.09625 271.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M150.734 303.76562Q150.734 302.23438 151.0465 301.3125Q151.359 300.375 151.96837 299.875Q152.59337 299.375 153.53087 299.375Q154.21837 299.375 154.734 299.65625Q155.26524 299.9375 155.609 300.46875Q155.95274 300.98438 156.14024 301.73438Q156.32774 302.48438 156.32774 303.76562Q156.32774 305.28125 156.01524 306.20312Q155.71837 307.125 155.09337 307.64062Q154.484 308.14062 153.53087 308.14062Q152.2965 308.14062 151.57774 307.25Q150.734 306.1875 150.734 303.76562ZM151.81212 303.76562Q151.81212 305.875 152.31212 306.57812Q152.81212 307.28125 153.53087 307.28125Q154.26524 307.28125 154.74962 306.57812Q155.24962 305.875 155.24962 303.76562Q155.24962 301.64062 154.74962 300.95312Q154.26524 300.25 153.51524 300.25Q152.7965 300.25 152.359 300.85938Q151.81212 301.64062 151.81212 303.76562ZM157.93712 301.46875Q157.93712 300.54688 158.39024 299.90625Q158.859 299.26562 159.734 299.26562Q160.5465 299.26562 161.07774 299.84375Q161.609 300.42188 161.609 301.53125Q161.609 302.625 161.06212 303.21875Q160.53087 303.79688 159.74962 303.79688Q158.96837 303.79688 158.45274 303.21875Q157.93712 302.64062 157.93712 301.46875ZM159.76524 299.98438Q159.37462 299.98438 159.109 300.32812Q158.859 300.67188 158.859 301.57812Q158.859 302.40625 159.109 302.75Q159.37462 303.07812 159.76524 303.07812Q160.1715 303.07812 160.4215 302.73438Q160.68712 302.39062 160.68712 301.5Q160.68712 300.65625 160.4215 300.32812Q160.15587 299.98438 159.76524 299.98438ZM159.76524 308.3125L164.46837 299.26562L165.32774 299.26562L160.64024 308.3125L159.76524 308.3125ZM163.484 305.98438Q163.484 305.0625 163.93712 304.42188Q164.40587 303.78125 165.2965 303.78125Q166.109 303.78125 166.64024 304.35938Q167.1715 304.92188 167.1715 306.04688Q167.1715 307.14062 166.62462 307.73438Q166.09337 308.3125 165.2965 308.3125Q164.53087 308.3125 163.99962 307.73438Q163.484 307.15625 163.484 305.98438ZM165.32774 304.5Q164.9215 304.5 164.65587 304.84375Q164.40587 305.1875 164.40587 306.09375Q164.40587 306.90625 164.6715 307.25Q164.93712 307.59375 165.32774 307.59375Q165.71837 307.59375 165.984 307.25Q166.24962 306.90625 166.24962 306.0Q166.24962 305.17188 165.984 304.84375Q165.71837 304.5 165.32774 304.5Z" fill-rule="nonzero"/><path fill="#666666" d="M150.734 303.76562Q150.734 302.23438 151.0465 301.3125Q151.359 300.375 151.96837 299.875Q152.59337 299.375 153.53087 299.375Q154.21837 299.375 154.734 299.65625Q155.26524 299.9375 155.609 300.46875Q155.95274 300.98438 156.14024 301.73438Q156.32774 302.48438 156.32774 303.76562Q156.32774 305.28125 156.01524 306.20312Q155.71837 307.125 155.09337 307.64062Q154.484 308.14062 153.53087 308.14062Q152.2965 308.14062 151.57774 307.25Q150.734 306.1875 150.734 303.76562ZM151.81212 303.76562Q151.81212 305.875 152.31212 306.57812Q152.81212 307.28125 153.53087 307.28125Q154.26524 307.28125 154.74962 306.57812Q155.24962 305.875 155.24962 303.76562Q155.24962 301.64062 154.74962 300.95312Q154.26524 300.25 153.51524 300.25Q152.7965 300.25 152.359 300.85938Q151.81212 301.64062 151.81212 303.76562ZM157.93712 301.46875Q157.93712 300.54688 158.39024 299.90625Q158.859 299.26562 159.734 299.26562Q160.5465 299.26562 161.07774 299.84375Q161.609 300.42188 161.609 301.53125Q161.609 302.625 161.06212 303.21875Q160.53087 303.79688 159.74962 303.79688Q158.96837 303.79688 158.45274 303.21875Q157.93712 302.64062 157.93712 301.46875ZM159.76524 299.98438Q159.37462 299.98438 159.109 300.32812Q158.859 300.67188 158.859 301.57812Q158.859 302.40625 159.109 302.75Q159.37462 303.07812 159.76524 303.07812Q160.1715 303.07812 160.4215 302.73438Q160.68712 302.39062 160.68712 301.5Q160.68712 300.65625 160.4215 300.32812Q160.15587 299.98438 159.76524 299.98438ZM159.76524 308.3125L164.46837 299.26562L165.32774 299.26562L160.64024 308.3125L159.76524 308.3125ZM163.484 305.98438Q163.484 305.0625 163.93712 304.42188Q164.40587 303.78125 165.2965 303.78125Q166.109 303.78125 166.64024 304.35938Q167.1715 304.92188 167.1715 306.04688Q167.1715 307.14062 166.62462 307.73438Q166.09337 308.3125 165.2965 308.3125Q164.53087 308.3125 163.99962 307.73438Q163.484 307.15625 163.484 305.98438ZM165.32774 304.5Q164.9215 304.5 164.65587 304.84375Q164.40587 305.1875 164.40587 306.09375Q164.40587 306.90625 164.6715 307.25Q164.93712 307.59375 165.32774 307.59375Q165.71837 307.59375 165.984 307.25Q166.24962 306.90625 166.24962 306.0Q166.24962 305.17188 165.984 304.84375Q165.71837 304.5 165.32774 304.5Z" fill-rule="nonzero"/><path fill="#666666" d="M306.45312 367.4344Q306.45312 366.5125 306.90625 365.8719Q307.375 365.23126 308.25 365.23126Q309.0625 365.23126 309.59375 365.8094Q310.125 366.3875 310.125 367.4969Q310.125 368.59064 309.57812 369.1844Q309.04688 369.7625 308.26562 369.7625Q307.48438 369.7625 306.96875 369.1844Q306.45312 368.60626 306.45312 367.4344ZM308.28125 365.95Q307.89062 365.95 307.625 366.29376Q307.375 366.6375 307.375 367.54376Q307.375 368.3719 307.625 368.71564Q307.89062 369.04376 308.28125 369.04376Q308.6875 369.04376 308.9375 368.7Q309.20312 368.35626 309.20312 367.46564Q309.20312 366.6219 308.9375 366.29376Q308.67188 365.95 308.28125 365.95ZM308.28125 374.27814L312.98438 365.23126L313.84375 365.23126L309.15625 374.27814L308.28125 374.27814ZM312.0 371.95Q312.0 371.02814 312.45312 370.3875Q312.92188 369.7469 313.8125 369.7469Q314.625 369.7469 315.15625 370.325Q315.6875 370.8875 315.6875 372.0125Q315.6875 373.10626 315.14062 373.7Q314.60938 374.27814 313.8125 374.27814Q313.04688 374.27814 312.51562 373.7Q312.0 373.1219 312.0 371.95ZM313.84375 370.46564Q313.4375 370.46564 313.17188 370.8094Q312.92188 371.15314 312.92188 372.0594Q312.92188 372.8719 313.1875 373.21564Q313.45312 373.5594 313.84375 373.5594Q314.23438 373.5594 314.5 373.21564Q314.76562 372.8719 314.76562 371.96564Q314.76562 371.1375 314.5 370.8094Q314.23438 370.46564 313.84375 370.46564ZM320.15625 370.85626Q320.15625 369.1219 321.10938 368.29376Q321.90625 367.60626 323.0625 367.60626Q324.34375 367.60626 325.15625 368.45Q325.98438 369.27814 325.98438 370.7625Q325.98438 371.96564 325.625 372.65314Q325.26562 373.34064 324.5625 373.73126Q323.875 374.10626 323.0625 374.10626Q321.76562 374.10626 320.95312 373.27814Q320.15625 372.4344 320.15625 370.85626ZM321.23438 370.85626Q321.23438 372.04376 321.75 372.6375Q322.28125 373.23126 323.0625 373.23126Q323.85938 373.23126 324.375 372.6375Q324.89062 372.04376 324.89062 370.825Q324.89062 369.66876 324.35938 369.075Q323.84375 368.48126 323.0625 368.48126Q322.28125 368.48126 321.75 369.075Q321.23438 369.65314 321.23438 370.85626ZM327.79688 373.96564L327.79688 368.5594L326.85938 368.5594L326.85938 367.7469L327.79688 367.7469L327.79688 367.075Q327.79688 366.45 327.90625 366.15314Q328.0625 365.73126 328.4375 365.48126Q328.82812 365.23126 329.51562 365.23126Q329.96875 365.23126 330.5 365.34064L330.34375 366.2469Q330.01562 366.2 329.71875 366.2Q329.23438 366.2 329.03125 366.40314Q328.84375 366.60626 328.84375 367.16876L328.84375 367.7469L330.0625 367.7469L330.0625 368.5594L328.84375 368.5594L328.84375 373.96564L327.79688 373.96564ZM333.53125 373.96564L333.53125 367.7469L334.48438 367.7469L334.48438 368.6844Q334.84375 368.02814 335.14062 367.825Q335.45312 367.60626 335.82812 367.60626Q336.35938 367.60626 336.90625 367.9344L336.54688 368.91876Q336.15625 368.6844 335.78125 368.6844Q335.42188 368.6844 335.14062 368.90314Q334.875 369.10626 334.76562 369.48126Q334.57812 370.04376 334.57812 370.7L334.57812 373.96564L333.53125 373.96564ZM341.79688 371.96564L342.89062 372.09064Q342.64062 373.04376 341.9375 373.575Q341.23438 374.10626 340.15625 374.10626Q338.79688 374.10626 337.98438 373.2625Q337.1875 372.41876 337.1875 370.90314Q337.1875 369.34064 338.0 368.48126Q338.8125 367.60626 340.09375 367.60626Q341.34375 367.60626 342.125 368.45Q342.92188 369.29376 342.92188 370.84064Q342.92188 370.9344 342.92188 371.1219L338.28125 371.1219Q338.34375 372.15314 338.85938 372.7Q339.375 373.23126 340.15625 373.23126Q340.73438 373.23126 341.14062 372.9344Q341.5625 372.6219 341.79688 371.96564ZM338.34375 370.2625L341.8125 370.2625Q341.75 369.46564 341.42188 369.075Q340.90625 368.46564 340.10938 368.46564Q339.375 368.46564 338.875 368.95Q338.39062 369.4344 338.34375 370.2625ZM344.125 372.10626L345.15625 371.95Q345.25 372.575 345.64062 372.90314Q346.04688 373.23126 346.78125 373.23126Q347.5 373.23126 347.84375 372.95Q348.20312 372.65314 348.20312 372.2469Q348.20312 371.8875 347.89062 371.6844Q347.67188 371.54376 346.8125 371.325Q345.65625 371.02814 345.20312 370.825Q344.76562 370.60626 344.53125 370.23126Q344.29688 369.85626 344.29688 369.3875Q344.29688 368.98126 344.48438 368.6219Q344.67188 368.2625 345.0 368.02814Q345.25 367.85626 345.67188 367.73126Q346.09375 367.60626 346.59375 367.60626Q347.3125 367.60626 347.85938 367.825Q348.42188 368.02814 348.6875 368.3875Q348.95312 368.7469 349.04688 369.34064L348.01562 369.48126Q347.95312 369.0125 347.60938 368.7469Q347.28125 368.46564 346.65625 368.46564Q345.9375 368.46564 345.625 368.71564Q345.3125 368.95 345.3125 369.27814Q345.3125 369.48126 345.4375 369.6375Q345.57812 369.8094 345.84375 369.91876Q346.0 369.98126 346.78125 370.1844Q347.90625 370.4969 348.34375 370.6844Q348.78125 370.8719 349.03125 371.23126Q349.28125 371.59064 349.28125 372.1375Q349.28125 372.66876 348.96875 373.1375Q348.67188 373.59064 348.09375 373.85626Q347.51562 374.10626 346.78125 374.10626Q345.5625 374.10626 344.92188 373.60626Q344.29688 373.09064 344.125 372.10626ZM350.54688 376.35626L350.54688 367.7469L351.5 367.7469L351.5 368.54376Q351.84375 368.075 352.26562 367.84064Q352.70312 367.60626 353.3125 367.60626Q354.10938 367.60626 354.71875 368.0125Q355.32812 368.41876 355.625 369.16876Q355.9375 369.91876 355.9375 370.8094Q355.9375 371.7625 355.59375 372.52814Q355.26562 373.29376 354.60938 373.7Q353.95312 374.10626 353.23438 374.10626Q352.70312 374.10626 352.28125 373.8875Q351.85938 373.65314 351.59375 373.325L351.59375 376.35626L350.54688 376.35626ZM351.5 370.8875Q351.5 372.09064 351.98438 372.66876Q352.46875 373.23126 353.15625 373.23126Q353.85938 373.23126 354.35938 372.6375Q354.85938 372.04376 354.85938 370.79376Q354.85938 369.60626 354.375 369.02814Q353.89062 368.4344 353.20312 368.4344Q352.53125 368.4344 352.01562 369.0594Q351.5 369.6844 351.5 370.8875ZM357.15625 370.85626Q357.15625 369.1219 358.10938 368.29376Q358.90625 367.60626 360.0625 367.60626Q361.34375 367.60626 362.15625 368.45Q362.98438 369.27814 362.98438 370.7625Q362.98438 371.96564 362.625 372.65314Q362.26562 373.34064 361.5625 373.73126Q360.875 374.10626 360.0625 374.10626Q358.76562 374.10626 357.95312 373.27814Q357.15625 372.4344 357.15625 370.85626ZM358.23438 370.85626Q358.23438 372.04376 358.75 372.6375Q359.28125 373.23126 360.0625 373.23126Q360.85938 373.23126 361.375 372.6375Q361.89062 372.04376 361.89062 370.825Q361.89062 369.66876 361.35938 369.075Q360.84375 368.48126 360.0625 368.48126Q359.28125 368.48126 358.75 369.075Q358.23438 369.65314 358.23438 370.85626ZM364.54688 373.96564L364.54688 367.7469L365.48438 367.7469L365.48438 368.6219Q366.17188 367.60626 367.46875 367.60626Q368.03125 367.60626 368.5 367.8094Q368.98438 368.0125 369.21875 368.34064Q369.45312 368.66876 369.54688 369.10626Q369.59375 369.40314 369.59375 370.1375L369.59375 373.96564L368.54688 373.96564L368.54688 370.1844Q368.54688 369.52814 368.42188 369.21564Q368.29688 368.90314 367.98438 368.71564Q367.67188 368.5125 367.25 368.5125Q366.57812 368.5125 366.07812 368.95Q365.59375 369.3719 365.59375 370.5594L365.59375 373.96564L364.54688 373.96564ZM375.57812 373.96564L375.57812 373.1844Q374.98438 374.10626 373.84375 374.10626Q373.09375 374.10626 372.46875 373.7Q371.84375 373.27814 371.5 372.54376Q371.15625 371.8094 371.15625 370.85626Q371.15625 369.9344 371.46875 369.16876Q371.78125 368.40314 372.40625 368.0125Q373.03125 367.60626 373.79688 367.60626Q374.35938 367.60626 374.79688 367.84064Q375.23438 368.075 375.51562 368.45L375.51562 365.3719L376.5625 365.3719L376.5625 373.96564L375.57812 373.96564ZM372.25 370.85626Q372.25 372.0594 372.75 372.65314Q373.25 373.23126 373.9375 373.23126Q374.625 373.23126 375.10938 372.66876Q375.59375 372.10626 375.59375 370.95Q375.59375 369.66876 375.09375 369.075Q374.60938 368.48126 373.89062 368.48126Q373.1875 368.48126 372.71875 369.0594Q372.25 369.6219 372.25 370.85626ZM382.79688 371.96564L383.89062 372.09064Q383.64062 373.04376 382.9375 373.575Q382.23438 374.10626 381.15625 374.10626Q379.79688 374.10626 378.98438 373.2625Q378.1875 372.41876 378.1875 370.90314Q378.1875 369.34064 379.0 368.48126Q379.8125 367.60626 381.09375 367.60626Q382.34375 367.60626 383.125 368.45Q383.92188 369.29376 383.92188 370.84064Q383.92188 370.9344 383.92188 371.1219L379.28125 371.1219Q379.34375 372.15314 379.85938 372.7Q380.375 373.23126 381.15625 373.23126Q381.73438 373.23126 382.14062 372.9344Q382.5625 372.6219 382.79688 371.96564ZM379.34375 370.2625L382.8125 370.2625Q382.75 369.46564 382.42188 369.075Q381.90625 368.46564 381.10938 368.46564Q380.375 368.46564 379.875 368.95Q379.39062 369.4344 379.34375 370.2625ZM385.54688 373.96564L385.54688 367.7469L386.48438 367.7469L386.48438 368.6219Q387.17188 367.60626 388.46875 367.60626Q389.03125 367.60626 389.5 367.8094Q389.98438 368.0125 390.21875 368.34064Q390.45312 368.66876 390.54688 369.10626Q390.59375 369.40314 390.59375 370.1375L390.59375 373.96564L389.54688 373.96564L389.54688 370.1844Q389.54688 369.52814 389.42188 369.21564Q389.29688 368.90314 388.98438 368.71564Q388.67188 368.5125 388.25 368.5125Q387.57812 368.5125 387.07812 368.95Q386.59375 369.3719 386.59375 370.5594L386.59375 373.96564L385.54688 373.96564ZM394.84375 373.02814L395.0 373.95Q394.54688 374.04376 394.20312 374.04376Q393.625 374.04376 393.3125 373.8719Q393.0 373.6844 392.85938 373.3875Q392.73438 373.09064 392.73438 372.1375L392.73438 368.5594L391.96875 368.5594L391.96875 367.7469L392.73438 367.7469L392.73438 366.2L393.78125 365.575L393.78125 367.7469L394.84375 367.7469L394.84375 368.5594L393.78125 368.5594L393.78125 372.2Q393.78125 372.65314 393.82812 372.77814Q393.89062 372.90314 394.01562 372.98126Q394.14062 373.0594 394.375 373.0594Q394.5625 373.0594 394.84375 373.02814ZM395.125 372.10626L396.15625 371.95Q396.25 372.575 396.64062 372.90314Q397.04688 373.23126 397.78125 373.23126Q398.5 373.23126 398.84375 372.95Q399.20312 372.65314 399.20312 372.2469Q399.20312 371.8875 398.89062 371.6844Q398.67188 371.54376 397.8125 371.325Q396.65625 371.02814 396.20312 370.825Q395.76562 370.60626 395.53125 370.23126Q395.29688 369.85626 395.29688 369.3875Q395.29688 368.98126 395.48438 368.6219Q395.67188 368.2625 396.0 368.02814Q396.25 367.85626 396.67188 367.73126Q397.09375 367.60626 397.59375 367.60626Q398.3125 367.60626 398.85938 367.825Q399.42188 368.02814 399.6875 368.3875Q399.95312 368.7469 400.04688 369.34064L399.01562 369.48126Q398.95312 369.0125 398.60938 368.7469Q398.28125 368.46564 397.65625 368.46564Q396.9375 368.46564 396.625 368.71564Q396.3125 368.95 396.3125 369.27814Q396.3125 369.48126 396.4375 369.6375Q396.57812 369.8094 396.84375 369.91876Q397.0 369.98126 397.78125 370.1844Q398.90625 370.4969 399.34375 370.6844Q399.78125 370.8719 400.03125 371.23126Q400.28125 371.59064 400.28125 372.1375Q400.28125 372.66876 399.96875 373.1375Q399.67188 373.59064 399.09375 373.85626Q398.51562 374.10626 397.78125 374.10626Q396.5625 374.10626 395.92188 373.60626Q395.29688 373.09064 395.125 372.10626Z" fill-rule="nonzero"/><path fill="#666666" d="M44.625 78.52363L44.625 69.92988L45.75 69.92988L45.75 78.52363L44.625 78.52363ZM47.296875 78.52363L47.296875 72.30488L48.234375 72.30488L48.234375 73.17988Q48.921875 72.16425 50.21875 72.16425Q50.78125 72.16425 51.25 72.36738Q51.734375 72.5705 51.96875 72.89863Q52.203125 73.22675 52.296875 73.66425Q52.34375 73.96113 52.34375 74.6955L52.34375 78.52363L51.296875 78.52363L51.296875 74.74238Q51.296875 74.08613 51.171875 73.77363Q51.046875 73.46113 50.734375 73.27363Q50.421875 73.0705 50.0 73.0705Q49.328125 73.0705 48.828125 73.508Q48.34375 73.92988 48.34375 75.11738L48.34375 78.52363L47.296875 78.52363ZM56.59375 77.58613L56.75 78.508Q56.296875 78.60175 55.953125 78.60175Q55.375 78.60175 55.0625 78.42988Q54.75 78.24238 54.609375 77.9455Q54.484375 77.64863 54.484375 76.6955L54.484375 73.11738L53.71875 73.11738L53.71875 72.30488L54.484375 72.30488L54.484375 70.758L55.53125 70.133L55.53125 72.30488L56.59375 72.30488L56.59375 73.11738L55.53125 73.11738L55.53125 76.758Q55.53125 77.21113 55.578125 77.33613Q55.640625 77.46113 55.765625 77.53925Q55.890625 77.61738 56.125 77.61738Q56.3125 77.61738 56.59375 77.58613ZM61.546875 76.52363L62.640625 76.64863Q62.390625 77.60175 61.6875 78.133Q60.984375 78.66425 59.90625 78.66425Q58.546875 78.66425 57.734375 77.8205Q56.9375 76.97675 56.9375 75.46113Q56.9375 73.89863 57.75 73.03925Q58.5625 72.16425 59.84375 72.16425Q61.09375 72.16425 61.875 73.008Q62.671875 73.85175 62.671875 75.39863Q62.671875 75.49238 62.671875 75.67988L58.03125 75.67988Q58.09375 76.71113 58.609375 77.258Q59.125 77.78925 59.90625 77.78925Q60.484375 77.78925 60.890625 77.49238Q61.3125 77.17988 61.546875 76.52363ZM58.09375 74.8205L61.5625 74.8205Q61.5 74.02363 61.171875 73.633Q60.65625 73.02363 59.859375 73.02363Q59.125 73.02363 58.625 73.508Q58.140625 73.99238 58.09375 74.8205ZM64.265625 78.52363L64.265625 69.92988L65.328125 69.92988L65.328125 78.52363L64.265625 78.52363ZM69.59375 78.52363L71.859375 75.28925L69.765625 72.30488L71.078125 72.30488L72.03125 73.758Q72.296875 74.17988 72.46875 74.46113Q72.71875 74.0705 72.9375 73.77363L73.984375 72.30488L75.25 72.30488L73.09375 75.22675L75.40625 78.52363L74.125 78.52363L72.84375 76.58613L72.5 76.0705L70.859375 78.52363L69.59375 78.52363ZM77.625 73.86738Q76.96875 73.61738 76.640625 73.17988Q76.328125 72.72675 76.328125 72.11738Q76.328125 71.17988 77.0 70.53925Q77.6875 69.89863 78.796875 69.89863Q79.921875 69.89863 80.609375 70.55488Q81.296875 71.21113 81.296875 72.14863Q81.296875 72.74238 80.984375 73.17988Q80.671875 73.61738 80.03125 73.86738Q80.828125 74.11738 81.234375 74.6955Q81.640625 75.27363 81.640625 76.0705Q81.640625 77.16425 80.859375 77.91425Q80.09375 78.66425 78.8125 78.66425Q77.546875 78.66425 76.765625 77.91425Q75.984375 77.16425 75.984375 76.03925Q75.984375 75.1955 76.40625 74.633Q76.84375 74.0705 77.625 73.86738ZM77.40625 72.0705Q77.40625 72.67988 77.796875 73.0705Q78.203125 73.46113 78.828125 73.46113Q79.4375 73.46113 79.828125 73.08613Q80.21875 72.6955 80.21875 72.133Q80.21875 71.55488 79.8125 71.16425Q79.40625 70.758 78.8125 70.758Q78.203125 70.758 77.796875 71.14863Q77.40625 71.53925 77.40625 72.0705ZM77.078125 76.03925Q77.078125 76.49238 77.28125 76.91425Q77.5 77.33613 77.921875 77.5705Q78.34375 77.80488 78.828125 77.80488Q79.578125 77.80488 80.0625 77.3205Q80.5625 76.83613 80.5625 76.08613Q80.5625 75.3205 80.0625 74.8205Q79.5625 74.3205 78.796875 74.3205Q78.046875 74.3205 77.5625 74.8205Q77.078125 75.30488 77.078125 76.03925ZM88.46875 72.03925L87.421875 72.11738Q87.28125 71.49238 87.03125 71.21113Q86.59375 70.758 85.96875 70.758Q85.46875 70.758 85.078125 71.03925Q84.59375 71.41425 84.296875 72.11738Q84.015625 72.80488 84.0 74.08613Q84.375 73.508 84.921875 73.22675Q85.484375 72.9455 86.09375 72.9455Q87.140625 72.9455 87.875 73.72675Q88.625 74.508 88.625 75.72675Q88.625 76.53925 88.265625 77.24238Q87.921875 77.92988 87.3125 78.30488Q86.703125 78.66425 85.9375 78.66425Q84.609375 78.66425 83.78125 77.6955Q82.953125 76.72675 82.953125 74.508Q82.953125 72.008 83.875 70.883Q84.671875 69.89863 86.03125 69.89863Q87.046875 69.89863 87.6875 70.47675Q88.34375 71.03925 88.46875 72.03925ZM84.171875 75.74238Q84.171875 76.28925 84.390625 76.78925Q84.625 77.27363 85.03125 77.53925Q85.453125 77.80488 85.921875 77.80488Q86.578125 77.80488 87.0625 77.27363Q87.546875 76.72675 87.546875 75.80488Q87.546875 74.91425 87.0625 74.39863Q86.59375 73.883 85.875 73.883Q85.15625 73.883 84.65625 74.39863Q84.171875 74.91425 84.171875 75.74238ZM89.5 78.66425L91.984375 69.78925L92.828125 69.78925L90.34375 78.66425L89.5 78.66425ZM92.59375 78.52363L94.859375 75.28925L92.765625 72.30488L94.078125 72.30488L95.03125 73.758Q95.296875 74.17988 95.46875 74.46113Q95.71875 74.0705 95.9375 73.77363L96.984375 72.30488L98.25 72.30488L96.09375 75.22675L98.40625 78.52363L97.125 78.52363L95.84375 76.58613L95.5 76.0705L93.859375 78.52363L92.59375 78.52363ZM100.625 73.86738Q99.96875 73.61738 99.640625 73.17988Q99.328125 72.72675 99.328125 72.11738Q99.328125 71.17988 100.0 70.53925Q100.6875 69.89863 101.796875 69.89863Q102.921875 69.89863 103.609375 70.55488Q104.296875 71.21113 104.296875 72.14863Q104.296875 72.74238 103.984375 73.17988Q103.671875 73.61738 103.03125 73.86738Q103.828125 74.11738 104.234375 74.6955Q104.640625 75.27363 104.640625 76.0705Q104.640625 77.16425 103.859375 77.91425Q103.09375 78.66425 101.8125 78.66425Q100.546875 78.66425 99.765625 77.91425Q98.984375 77.16425 98.984375 76.03925Q98.984375 75.1955 99.40625 74.633Q99.84375 74.0705 100.625 73.86738ZM100.40625 72.0705Q100.40625 72.67988 100.796875 73.0705Q101.203125 73.46113 101.828125 73.46113Q102.4375 73.46113 102.828125 73.08613Q103.21875 72.6955 103.21875 72.133Q103.21875 71.55488 102.8125 71.16425Q102.40625 70.758 101.8125 70.758Q101.203125 70.758 100.796875 71.14863Q100.40625 71.53925 100.40625 72.0705ZM100.078125 76.03925Q100.078125 76.49238 100.28125 76.91425Q100.5 77.33613 100.921875 77.5705Q101.34375 77.80488 101.828125 77.80488Q102.578125 77.80488 103.0625 77.3205Q103.5625 76.83613 103.5625 76.08613Q103.5625 75.3205 103.0625 74.8205Q102.5625 74.3205 101.796875 74.3205Q101.046875 74.3205 100.5625 74.8205Q100.078125 75.30488 100.078125 76.03925ZM111.46875 72.03925L110.421875 72.11738Q110.28125 71.49238 110.03125 71.21113Q109.59375 70.758 108.96875 70.758Q108.46875 70.758 108.078125 71.03925Q107.59375 71.41425 107.296875 72.11738Q107.015625 72.80488 107.0 74.08613Q107.375 73.508 107.921875 73.22675Q108.484375 72.9455 109.09375 72.9455Q110.140625 72.9455 110.875 73.72675Q111.625 74.508 111.625 75.72675Q111.625 76.53925 111.265625 77.24238Q110.921875 77.92988 110.3125 78.30488Q109.703125 78.66425 108.9375 78.66425Q107.609375 78.66425 106.78125 77.6955Q105.953125 76.72675 105.953125 74.508Q105.953125 72.008 106.875 70.883Q107.671875 69.89863 109.03125 69.89863Q110.046875 69.89863 110.6875 70.47675Q111.34375 71.03925 111.46875 72.03925ZM107.171875 75.74238Q107.171875 76.28925 107.390625 76.78925Q107.625 77.27363 108.03125 77.53925Q108.453125 77.80488 108.921875 77.80488Q109.578125 77.80488 110.0625 77.27363Q110.546875 76.72675 110.546875 75.80488Q110.546875 74.91425 110.0625 74.39863Q109.59375 73.883 108.875 73.883Q108.15625 73.883 107.65625 74.39863Q107.171875 74.91425 107.171875 75.74238ZM112.875 75.9455L112.875 74.883L116.125 74.883L116.125 75.9455L112.875 75.9455ZM122.46875 72.03925L121.421875 72.11738Q121.28125 71.49238 121.03125 71.21113Q120.59375 70.758 119.96875 70.758Q119.46875 70.758 119.078125 71.03925Q118.59375 71.41425 118.296875 72.11738Q118.015625 72.80488 118.0 74.08613Q118.375 73.508 118.921875 73.22675Q119.484375 72.9455 120.09375 72.9455Q121.140625 72.9455 121.875 73.72675Q122.625 74.508 122.625 75.72675Q122.625 76.53925 122.265625 77.24238Q121.921875 77.92988 121.3125 78.30488Q120.703125 78.66425 119.9375 78.66425Q118.609375 78.66425 117.78125 77.6955Q116.953125 76.72675 116.953125 74.508Q116.953125 72.008 117.875 70.883Q118.671875 69.89863 120.03125 69.89863Q121.046875 69.89863 121.6875 70.47675Q122.34375 71.03925 122.46875 72.03925ZM118.171875 75.74238Q118.171875 76.28925 118.390625 76.78925Q118.625 77.27363 119.03125 77.53925Q119.453125 77.80488 119.921875 77.80488Q120.578125 77.80488 121.0625 77.27363Q121.546875 76.72675 121.546875 75.80488Q121.546875 74.91425 121.0625 74.39863Q120.59375 73.883 119.875 73.883Q119.15625 73.883 118.65625 74.39863Q118.171875 74.91425 118.171875 75.74238ZM127.375 78.52363L127.375 76.46113L123.65625 76.46113L123.65625 75.49238L127.578125 69.92988L128.4375 69.92988L128.4375 75.49238L129.59375 75.49238L129.59375 76.46113L128.4375 76.46113L128.4375 78.52363L127.375 78.52363ZM127.375 75.49238L127.375 71.633L124.6875 75.49238L127.375 75.49238Z" fill-rule="nonzero"/><path fill="#666666" d="M89.484375 111.334236L92.78125 102.740486L94.0 102.740486L97.515625 111.334236L96.234375 111.334236L95.21875 108.72486L91.640625 108.72486L90.6875 111.334236L89.484375 111.334236ZM91.96875 107.802986L94.875 107.802986L93.984375 105.427986Q93.5625 104.34986 93.375 103.646736Q93.203125 104.47486 92.90625 105.28736L91.96875 107.802986ZM98.4375 111.334236L98.4375 102.740486L102.25 102.740486Q103.40625 102.740486 104.0 102.97486Q104.59375 103.209236 104.953125 103.802986Q105.3125 104.38111 105.3125 105.084236Q105.3125 106.00611 104.71875 106.63111Q104.125 107.25611 102.890625 107.427986Q103.34375 107.646736 103.578125 107.84986Q104.078125 108.302986 104.515625 108.990486L106.015625 111.334236L104.578125 111.334236L103.453125 109.552986Q102.953125 108.771736 102.625 108.365486Q102.3125 107.959236 102.046875 107.802986Q101.796875 107.63111 101.53125 107.552986Q101.34375 107.521736 100.90625 107.521736L99.578125 107.521736L99.578125 111.334236L98.4375 111.334236ZM99.578125 106.53736L102.03125 106.53736Q102.796875 106.53736 103.234375 106.38111Q103.6875 106.209236 103.90625 105.865486Q104.140625 105.50611 104.140625 105.084236Q104.140625 104.47486 103.6875 104.084236Q103.25 103.69361 102.296875 103.69361L99.578125 103.69361L99.578125 106.53736ZM107.390625 111.334236L107.390625 102.740486L109.109375 102.740486L111.140625 108.81861Q111.421875 109.677986 111.546875 110.09986Q111.6875 109.63111 112.0 108.72486L114.0625 102.740486L115.59375 102.740486L115.59375 111.334236L114.5 111.334236L114.5 104.146736L112.0 111.334236L110.96875 111.334236L108.484375 104.021736L108.484375 111.334236L107.390625 111.334236ZM122.46875 104.84986L121.421875 104.927986Q121.28125 104.302986 121.03125 104.021736Q120.59375 103.56861 119.96875 103.56861Q119.46875 103.56861 119.078125 103.84986Q118.59375 104.22486 118.296875 104.927986Q118.015625 105.615486 118.0 106.896736Q118.375 106.31861 118.921875 106.03736Q119.484375 105.75611 120.09375 105.75611Q121.140625 105.75611 121.875 106.53736Q122.625 107.31861 122.625 108.53736Q122.625 109.34986 122.265625 110.052986Q121.921875 110.740486 121.3125 111.115486Q120.703125 111.47486 119.9375 111.47486Q118.609375 111.47486 117.78125 110.50611Q116.953125 109.53736 116.953125 107.31861Q116.953125 104.81861 117.875 103.69361Q118.671875 102.709236 120.03125 102.709236Q121.046875 102.709236 121.6875 103.28736Q122.34375 103.84986 122.46875 104.84986ZM118.171875 108.552986Q118.171875 109.09986 118.390625 109.59986Q118.625 110.084236 119.03125 110.34986Q119.453125 110.615486 119.921875 110.615486Q120.578125 110.615486 121.0625 110.084236Q121.546875 109.53736 121.546875 108.615486Q121.546875 107.72486 121.0625 107.209236Q120.59375 106.69361 119.875 106.69361Q119.15625 106.69361 118.65625 107.209236Q118.171875 107.72486 118.171875 108.552986ZM127.375 111.334236L127.375 109.271736L123.65625 109.271736L123.65625 108.302986L127.578125 102.740486L128.4375 102.740486L128.4375 108.302986L129.59375 108.302986L129.59375 109.271736L128.4375 109.271736L128.4375 111.334236L127.375 111.334236ZM127.375 108.302986L127.375 104.44361L124.6875 108.302986L127.375 108.302986Z" fill-rule="nonzero"/><path fill="#666666" d="M54.921875 144.14484L52.640625 135.55109L53.8125 135.55109L55.125 141.19171Q55.328125 142.06671 55.484375 142.94171Q55.8125 141.56671 55.875 141.34796L57.5 135.55109L58.875 135.55109L60.109375 139.89484Q60.5625 141.51984 60.78125 142.94171Q60.9375 142.12921 61.203125 141.06671L62.546875 135.55109L63.6875 135.55109L61.34375 144.14484L60.234375 144.14484L58.4375 137.59796Q58.203125 136.78546 58.15625 136.59796Q58.03125 137.17609 57.90625 137.59796L56.09375 144.14484L54.921875 144.14484ZM68.546875 142.14484L69.640625 142.26984Q69.390625 143.22296 68.6875 143.75421Q67.984375 144.28546 66.90625 144.28546Q65.546875 144.28546 64.734375 143.44171Q63.9375 142.59796 63.9375 141.08234Q63.9375 139.51984 64.75 138.66046Q65.5625 137.78546 66.84375 137.78546Q68.09375 137.78546 68.875 138.62921Q69.671875 139.47296 69.671875 141.01984Q69.671875 141.11359 69.671875 141.30109L65.03125 141.30109Q65.09375 142.33234 65.609375 142.87921Q66.125 143.41046 66.90625 143.41046Q67.484375 143.41046 67.890625 143.11359Q68.3125 142.80109 68.546875 142.14484ZM65.09375 140.44171L68.5625 140.44171Q68.5 139.64484 68.171875 139.25421Q67.65625 138.64484 66.859375 138.64484Q66.125 138.64484 65.625 139.12921Q65.140625 139.61359 65.09375 140.44171ZM72.265625 144.14484L71.28125 144.14484L71.28125 135.55109L72.34375 135.55109L72.34375 138.61359Q73.015625 137.78546 74.046875 137.78546Q74.625 137.78546 75.125 138.01984Q75.640625 138.23859 75.96875 138.66046Q76.3125 139.08234 76.5 139.67609Q76.6875 140.26984 76.6875 140.94171Q76.6875 142.53546 75.890625 143.41046Q75.09375 144.28546 74.0 144.28546Q72.890625 144.28546 72.265625 143.36359L72.265625 144.14484ZM72.25 140.98859Q72.25 142.09796 72.5625 142.59796Q73.0625 143.41046 73.90625 143.41046Q74.59375 143.41046 75.09375 142.81671Q75.609375 142.22296 75.609375 141.01984Q75.609375 139.80109 75.125 139.22296Q74.640625 138.64484 73.953125 138.64484Q73.265625 138.64484 72.75 139.25421Q72.25 139.84796 72.25 140.98859ZM77.484375 144.14484L80.78125 135.55109L82.0 135.55109L85.515625 144.14484L84.234375 144.14484L83.21875 141.53546L79.640625 141.53546L78.6875 144.14484L77.484375 144.14484ZM79.96875 140.61359L82.875 140.61359L81.984375 138.23859Q81.5625 137.16046 81.375 136.45734Q81.203125 137.28546 80.90625 138.09796L79.96875 140.61359ZM85.875 142.28546L86.90625 142.12921Q87.0 142.75421 87.390625 143.08234Q87.796875 143.41046 88.53125 143.41046Q89.25 143.41046 89.59375 143.12921Q89.953125 142.83234 89.953125 142.42609Q89.953125 142.06671 89.640625 141.86359Q89.421875 141.72296 88.5625 141.50421Q87.40625 141.20734 86.953125 141.00421Q86.515625 140.78546 86.28125 140.41046Q86.046875 140.03546 86.046875 139.56671Q86.046875 139.16046 86.234375 138.80109Q86.421875 138.44171 86.75 138.20734Q87.0 138.03546 87.421875 137.91046Q87.84375 137.78546 88.34375 137.78546Q89.0625 137.78546 89.609375 138.00421Q90.171875 138.20734 90.4375 138.56671Q90.703125 138.92609 90.796875 139.51984L89.765625 139.66046Q89.703125 139.19171 89.359375 138.92609Q89.03125 138.64484 88.40625 138.64484Q87.6875 138.64484 87.375 138.89484Q87.0625 139.12921 87.0625 139.45734Q87.0625 139.66046 87.1875 139.81671Q87.328125 139.98859 87.59375 140.09796Q87.75 140.16046 88.53125 140.36359Q89.65625 140.67609 90.09375 140.86359Q90.53125 141.05109 90.78125 141.41046Q91.03125 141.76984 91.03125 142.31671Q91.03125 142.84796 90.71875 143.31671Q90.421875 143.76984 89.84375 144.03546Q89.265625 144.28546 88.53125 144.28546Q87.3125 144.28546 86.671875 143.78546Q86.046875 143.26984 85.875 142.28546ZM91.875 142.28546L92.90625 142.12921Q93.0 142.75421 93.390625 143.08234Q93.796875 143.41046 94.53125 143.41046Q95.25 143.41046 95.59375 143.12921Q95.953125 142.83234 95.953125 142.42609Q95.953125 142.06671 95.640625 141.86359Q95.421875 141.72296 94.5625 141.50421Q93.40625 141.20734 92.953125 141.00421Q92.515625 140.78546 92.28125 140.41046Q92.046875 140.03546 92.046875 139.56671Q92.046875 139.16046 92.234375 138.80109Q92.421875 138.44171 92.75 138.20734Q93.0 138.03546 93.421875 137.91046Q93.84375 137.78546 94.34375 137.78546Q95.0625 137.78546 95.609375 138.00421Q96.171875 138.20734 96.4375 138.56671Q96.703125 138.92609 96.796875 139.51984L95.765625 139.66046Q95.703125 139.19171 95.359375 138.92609Q95.03125 138.64484 94.40625 138.64484Q93.6875 138.64484 93.375 138.89484Q93.0625 139.12921 93.0625 139.45734Q93.0625 139.66046 93.1875 139.81671Q93.328125 139.98859 93.59375 140.09796Q93.75 140.16046 94.53125 140.36359Q95.65625 140.67609 96.09375 140.86359Q96.53125 141.05109 96.78125 141.41046Q97.03125 141.76984 97.03125 142.31671Q97.03125 142.84796 96.71875 143.31671Q96.421875 143.76984 95.84375 144.03546Q95.265625 144.28546 94.53125 144.28546Q93.3125 144.28546 92.671875 143.78546Q92.046875 143.26984 91.875 142.28546ZM102.546875 142.14484L103.640625 142.26984Q103.390625 143.22296 102.6875 143.75421Q101.984375 144.28546 100.90625 144.28546Q99.546875 144.28546 98.734375 143.44171Q97.9375 142.59796 97.9375 141.08234Q97.9375 139.51984 98.75 138.66046Q99.5625 137.78546 100.84375 137.78546Q102.09375 137.78546 102.875 138.62921Q103.671875 139.47296 103.671875 141.01984Q103.671875 141.11359 103.671875 141.30109L99.03125 141.30109Q99.09375 142.33234 99.609375 142.87921Q100.125 143.41046 100.90625 143.41046Q101.484375 143.41046 101.890625 143.11359Q102.3125 142.80109 102.546875 142.14484ZM99.09375 140.44171L102.5625 140.44171Q102.5 139.64484 102.171875 139.25421Q101.65625 138.64484 100.859375 138.64484Q100.125 138.64484 99.625 139.12921Q99.140625 139.61359 99.09375 140.44171ZM105.296875 144.14484L105.296875 137.92609L106.234375 137.92609L106.234375 138.80109Q106.53125 138.33234 107.015625 138.06671Q107.5 137.78546 108.125 137.78546Q108.8125 137.78546 109.25 138.06671Q109.703125 138.34796 109.875 138.86359Q110.625 137.78546 111.796875 137.78546Q112.734375 137.78546 113.21875 138.30109Q113.71875 138.80109 113.71875 139.87921L113.71875 144.14484L112.671875 144.14484L112.671875 140.22296Q112.671875 139.59796 112.5625 139.31671Q112.46875 139.03546 112.203125 138.86359Q111.9375 138.69171 111.5625 138.69171Q110.90625 138.69171 110.46875 139.12921Q110.046875 139.56671 110.046875 140.53546L110.046875 144.14484L108.984375 144.14484L108.984375 140.09796Q108.984375 139.39484 108.71875 139.05109Q108.46875 138.69171 107.890625 138.69171Q107.4375 138.69171 107.0625 138.92609Q106.6875 139.16046 106.515625 139.61359Q106.34375 140.06671 106.34375 140.91046L106.34375 144.14484L105.296875 144.14484ZM116.265625 144.14484L115.28125 144.14484L115.28125 135.55109L116.34375 135.55109L116.34375 138.61359Q117.015625 137.78546 118.046875 137.78546Q118.625 137.78546 119.125 138.01984Q119.640625 138.23859 119.96875 138.66046Q120.3125 139.08234 120.5 139.67609Q120.6875 140.26984 120.6875 140.94171Q120.6875 142.53546 119.890625 143.41046Q119.09375 144.28546 118.0 144.28546Q116.890625 144.28546 116.265625 143.36359L116.265625 144.14484ZM116.25 140.98859Q116.25 142.09796 116.5625 142.59796Q117.0625 143.41046 117.90625 143.41046Q118.59375 143.41046 119.09375 142.81671Q119.609375 142.22296 119.609375 141.01984Q119.609375 139.80109 119.125 139.22296Q118.640625 138.64484 117.953125 138.64484Q117.265625 138.64484 116.75 139.25421Q116.25 139.84796 116.25 140.98859ZM122.265625 144.14484L122.265625 135.55109L123.328125 135.55109L123.328125 144.14484L122.265625 144.14484ZM125.25 146.53546L125.125 145.55109Q125.46875 145.64484 125.734375 145.64484Q126.078125 145.64484 126.28125 145.51984Q126.5 145.41046 126.640625 145.20734Q126.734375 145.03546 126.96875 144.41046Q126.984375 144.33234 127.0625 144.16046L124.6875 137.92609L125.828125 137.92609L127.125 141.51984Q127.375 142.20734 127.578125 142.97296Q127.765625 142.23859 128.01562 141.55109L129.34375 137.92609L130.39062 137.92609L128.03125 144.25421Q127.640625 145.26984 127.4375 145.66046Q127.15625 146.19171 126.78125 146.42609Q126.421875 146.67609 125.921875 146.67609Q125.625 146.67609 125.25 146.53546Z" fill-rule="nonzero"/><path fill="#666666" d="M103.484375 176.95544L106.78125 168.3617L108.0 168.3617L111.515625 176.95544L110.234375 176.95544L109.21875 174.34607L105.640625 174.34607L104.6875 176.95544L103.484375 176.95544ZM105.96875 173.4242L108.875 173.4242L107.984375 171.0492Q107.5625 169.97107 107.375 169.26794Q107.203125 170.09607 106.90625 170.90857L105.96875 173.4242ZM112.4375 176.95544L112.4375 168.3617L116.25 168.3617Q117.40625 168.3617 118.0 168.59607Q118.59375 168.83044 118.953125 169.4242Q119.3125 170.00232 119.3125 170.70544Q119.3125 171.62732 118.71875 172.25232Q118.125 172.87732 116.890625 173.0492Q117.34375 173.26794 117.578125 173.47107Q118.078125 173.9242 118.515625 174.6117L120.015625 176.95544L118.578125 176.95544L117.453125 175.1742Q116.953125 174.39294 116.625 173.9867Q116.3125 173.58044 116.046875 173.4242Q115.796875 173.25232 115.53125 173.1742Q115.34375 173.14294 114.90625 173.14294L113.578125 173.14294L113.578125 176.95544L112.4375 176.95544ZM113.578125 172.15857L116.03125 172.15857Q116.796875 172.15857 117.234375 172.00232Q117.6875 171.83044 117.90625 171.4867Q118.140625 171.12732 118.140625 170.70544Q118.140625 170.09607 117.6875 169.70544Q117.25 169.31482 116.296875 169.31482L113.578125 169.31482L113.578125 172.15857ZM121.390625 176.95544L121.390625 168.3617L123.109375 168.3617L125.140625 174.43982Q125.421875 175.2992 125.546875 175.72107Q125.6875 175.25232 126.0 174.34607L128.0625 168.3617L129.59375 168.3617L129.59375 176.95544L128.5 176.95544L128.5 169.76794L126.0 176.95544L124.96875 176.95544L122.484375 169.64294L122.484375 176.95544L121.390625 176.95544Z" fill-rule="nonzero"/><path fill="#666666" d="M90.4375 209.76605L90.4375 201.1723L94.25 201.1723Q95.40625 201.1723 96.0 201.40668Q96.59375 201.64105 96.953125 202.2348Q97.3125 202.81293 97.3125 203.51605Q97.3125 204.43793 96.71875 205.06293Q96.125 205.68793 94.890625 205.8598Q95.34375 206.07855 95.578125 206.28168Q96.078125 206.7348 96.515625 207.4223L98.015625 209.76605L96.578125 209.76605L95.453125 207.9848Q94.953125 207.20355 94.625 206.7973Q94.3125 206.39105 94.046875 206.2348Q93.796875 206.06293 93.53125 205.9848Q93.34375 205.95355 92.90625 205.95355L91.578125 205.95355L91.578125 209.76605L90.4375 209.76605ZM91.578125 204.96918L94.03125 204.96918Q94.796875 204.96918 95.234375 204.81293Q95.6875 204.64105 95.90625 204.2973Q96.140625 203.93793 96.140625 203.51605Q96.140625 202.90668 95.6875 202.51605Q95.25 202.12543 94.296875 202.12543L91.578125 202.12543L91.578125 204.96918ZM99.625 209.76605L99.625 201.1723L100.75 201.1723L100.75 209.76605L99.625 209.76605ZM102.046875 207.00043L103.109375 206.90668Q103.1875 207.56293 103.46875 207.96918Q103.75 208.37543 104.328125 208.64105Q104.921875 208.89105 105.65625 208.89105Q106.296875 208.89105 106.796875 208.70355Q107.296875 208.50043 107.53125 208.1723Q107.78125 207.82855 107.78125 207.43793Q107.78125 207.03168 107.546875 206.7348Q107.3125 206.4223 106.78125 206.21918Q106.421875 206.07855 105.234375 205.7973Q104.0625 205.51605 103.59375 205.26605Q102.96875 204.93793 102.671875 204.46918Q102.375 203.9848 102.375 203.39105Q102.375 202.75043 102.734375 202.18793Q103.109375 201.6098 103.8125 201.32855Q104.53125 201.03168 105.390625 201.03168Q106.34375 201.03168 107.078125 201.34418Q107.8125 201.64105 108.203125 202.25043Q108.59375 202.84418 108.625 203.59418L107.53125 203.6723Q107.4375 202.8598 106.921875 202.45355Q106.421875 202.03168 105.4375 202.03168Q104.40625 202.03168 103.9375 202.40668Q103.46875 202.78168 103.46875 203.31293Q103.46875 203.78168 103.796875 204.07855Q104.125 204.37543 105.5 204.68793Q106.890625 205.00043 107.40625 205.2348Q108.15625 205.59418 108.515625 206.12543Q108.875 206.64105 108.875 207.34418Q108.875 208.03168 108.484375 208.64105Q108.09375 209.2348 107.359375 209.57855Q106.625 209.90668 105.703125 209.90668Q104.53125 209.90668 103.734375 209.57855Q102.953125 209.2348 102.5 208.5473Q102.0625 207.8598 102.046875 207.00043ZM116.5625 206.75043L117.6875 207.0473Q117.328125 208.43793 116.40625 209.1723Q115.484375 209.90668 114.140625 209.90668Q112.75 209.90668 111.875 209.34418Q111.0 208.78168 110.546875 207.71918Q110.09375 206.64105 110.09375 205.40668Q110.09375 204.06293 110.609375 203.06293Q111.125 202.06293 112.0625 201.5473Q113.015625 201.03168 114.15625 201.03168Q115.4375 201.03168 116.3125 201.68793Q117.203125 202.34418 117.546875 203.53168L116.421875 203.7973Q116.125 202.8598 115.546875 202.43793Q114.984375 202.00043 114.125 202.00043Q113.140625 202.00043 112.46875 202.4848Q111.8125 202.95355 111.53125 203.75043Q111.265625 204.5473 111.265625 205.40668Q111.265625 206.50043 111.578125 207.31293Q111.90625 208.12543 112.578125 208.53168Q113.25 208.93793 114.046875 208.93793Q115.0 208.93793 115.65625 208.39105Q116.328125 207.84418 116.5625 206.75043ZM118.875 207.18793L118.875 206.12543L122.125 206.12543L122.125 207.18793L118.875 207.18793ZM125.875 209.76605L122.546875 201.1723L123.78125 201.1723L126.015625 207.4223Q126.28125 208.1723 126.46875 208.82855Q126.671875 208.12543 126.9375 207.4223L129.25 201.1723L130.40625 201.1723L127.046875 209.76605L125.875 209.76605Z" fill-rule="nonzero"/><path fill="#666666" d="M92.421875 242.57666L92.421875 233.98291L95.671875 233.98291Q96.515625 233.98291 96.96875 234.06104Q97.609375 234.17041 98.03125 234.46729Q98.46875 234.76416 98.71875 235.29541Q98.984375 235.82666 98.984375 236.46729Q98.984375 237.56104 98.28125 238.32666Q97.59375 239.07666 95.765625 239.07666L93.5625 239.07666L93.5625 242.57666L92.421875 242.57666ZM93.5625 238.07666L95.78125 238.07666Q96.890625 238.07666 97.34375 237.67041Q97.8125 237.24854 97.8125 236.49854Q97.8125 235.96729 97.53125 235.59229Q97.265625 235.20166 96.828125 235.07666Q96.53125 234.99854 95.765625 234.99854L93.5625 234.99854L93.5625 238.07666ZM100.421875 242.57666L100.421875 233.98291L103.671875 233.98291Q104.515625 233.98291 104.96875 234.06104Q105.609375 234.17041 106.03125 234.46729Q106.46875 234.76416 106.71875 235.29541Q106.984375 235.82666 106.984375 236.46729Q106.984375 237.56104 106.28125 238.32666Q105.59375 239.07666 103.765625 239.07666L101.5625 239.07666L101.5625 242.57666L100.421875 242.57666ZM101.5625 238.07666L103.78125 238.07666Q104.890625 238.07666 105.34375 237.67041Q105.8125 237.24854 105.8125 236.49854Q105.8125 235.96729 105.53125 235.59229Q105.265625 235.20166 104.828125 235.07666Q104.53125 234.99854 103.765625 234.99854L101.5625 234.99854L101.5625 238.07666ZM114.5625 239.56104L115.6875 239.85791Q115.328125 241.24854 114.40625 241.98291Q113.484375 242.71729 112.140625 242.71729Q110.75 242.71729 109.875 242.15479Q109.0 241.59229 108.546875 240.52979Q108.09375 239.45166 108.09375 238.21729Q108.09375 236.87354 108.609375 235.87354Q109.125 234.87354 110.0625 234.35791Q111.015625 233.84229 112.15625 233.84229Q113.4375 233.84229 114.3125 234.49854Q115.203125 235.15479 115.546875 236.34229L114.421875 236.60791Q114.125 235.67041 113.546875 235.24854Q112.984375 234.81104 112.125 234.81104Q111.140625 234.81104 110.46875 235.29541Q109.8125 235.76416 109.53125 236.56104Q109.265625 237.35791 109.265625 238.21729Q109.265625 239.31104 109.578125 240.12354Q109.90625 240.93604 110.578125 241.34229Q111.25 241.74854 112.046875 241.74854Q113.0 241.74854 113.65625 241.20166Q114.328125 240.65479 114.5625 239.56104ZM122.46875 236.09229L121.421875 236.17041Q121.28125 235.54541 121.03125 235.26416Q120.59375 234.81104 119.96875 234.81104Q119.46875 234.81104 119.078125 235.09229Q118.59375 235.46729 118.296875 236.17041Q118.015625 236.85791 118.0 238.13916Q118.375 237.56104 118.921875 237.27979Q119.484375 236.99854 120.09375 236.99854Q121.140625 236.99854 121.875 237.77979Q122.625 238.56104 122.625 239.77979Q122.625 240.59229 122.265625 241.29541Q121.921875 241.98291 121.3125 242.35791Q120.703125 242.71729 119.9375 242.71729Q118.609375 242.71729 117.78125 241.74854Q116.953125 240.77979 116.953125 238.56104Q116.953125 236.06104 117.875 234.93604Q118.671875 233.95166 120.03125 233.95166Q121.046875 233.95166 121.6875 234.52979Q122.34375 235.09229 122.46875 236.09229ZM118.171875 239.79541Q118.171875 240.34229 118.390625 240.84229Q118.625 241.32666 119.03125 241.59229Q119.453125 241.85791 119.921875 241.85791Q120.578125 241.85791 121.0625 241.32666Q121.546875 240.77979 121.546875 239.85791Q121.546875 238.96729 121.0625 238.45166Q120.59375 237.93604 119.875 237.93604Q119.15625 237.93604 118.65625 238.45166Q118.171875 238.96729 118.171875 239.79541ZM127.375 242.57666L127.375 240.51416L123.65625 240.51416L123.65625 239.54541L127.578125 233.98291L128.4375 233.98291L128.4375 239.54541L129.59375 239.54541L129.59375 240.51416L128.4375 240.51416L128.4375 242.57666L127.375 242.57666ZM127.375 239.54541L127.375 235.68604L124.6875 239.54541L127.375 239.54541Z" fill-rule="nonzero"/><path fill="#666666" d="M56.390625 275.38727L56.390625 266.79352L58.109375 266.79352L60.140625 272.87164Q60.421875 273.73102 60.546875 274.1529Q60.6875 273.68414 61.0 272.7779L63.0625 266.79352L64.59375 266.79352L64.59375 275.38727L63.5 275.38727L63.5 268.19977L61.0 275.38727L59.96875 275.38727L57.484375 268.07477L57.484375 275.38727L56.390625 275.38727ZM66.625 275.38727L66.625 266.79352L67.75 266.79352L67.75 275.38727L66.625 275.38727ZM69.421875 275.38727L69.421875 266.79352L72.671875 266.79352Q73.515625 266.79352 73.96875 266.87164Q74.609375 266.98102 75.03125 267.2779Q75.46875 267.57477 75.71875 268.10602Q75.984375 268.63727 75.984375 269.2779Q75.984375 270.37164 75.28125 271.13727Q74.59375 271.88727 72.765625 271.88727L70.5625 271.88727L70.5625 275.38727L69.421875 275.38727ZM70.5625 270.88727L72.78125 270.88727Q73.890625 270.88727 74.34375 270.48102Q74.8125 270.05914 74.8125 269.30914Q74.8125 268.7779 74.53125 268.4029Q74.265625 268.01227 73.828125 267.88727Q73.53125 267.80914 72.765625 267.80914L70.5625 267.80914L70.5625 270.88727ZM77.046875 272.62164L78.109375 272.5279Q78.1875 273.18414 78.46875 273.5904Q78.75 273.99664 79.328125 274.26227Q79.921875 274.51227 80.65625 274.51227Q81.296875 274.51227 81.796875 274.32477Q82.296875 274.12164 82.53125 273.79352Q82.78125 273.44977 82.78125 273.05914Q82.78125 272.6529 82.546875 272.35602Q82.3125 272.04352 81.78125 271.8404Q81.421875 271.69977 80.234375 271.41852Q79.0625 271.13727 78.59375 270.88727Q77.96875 270.55914 77.671875 270.0904Q77.375 269.60602 77.375 269.01227Q77.375 268.37164 77.734375 267.80914Q78.109375 267.23102 78.8125 266.94977Q79.53125 266.6529 80.390625 266.6529Q81.34375 266.6529 82.078125 266.9654Q82.8125 267.26227 83.203125 267.87164Q83.59375 268.4654 83.625 269.2154L82.53125 269.29352Q82.4375 268.48102 81.921875 268.07477Q81.421875 267.6529 80.4375 267.6529Q79.40625 267.6529 78.9375 268.0279Q78.46875 268.4029 78.46875 268.93414Q78.46875 269.4029 78.796875 269.69977Q79.125 269.99664 80.5 270.30914Q81.890625 270.62164 82.40625 270.85602Q83.15625 271.2154 83.515625 271.74664Q83.875 272.26227 83.875 272.9654Q83.875 273.6529 83.484375 274.26227Q83.09375 274.85602 82.359375 275.19977Q81.625 275.5279 80.703125 275.5279Q79.53125 275.5279 78.734375 275.19977Q77.953125 274.85602 77.5 274.16852Q77.0625 273.48102 77.046875 272.62164ZM84.5 275.5279L86.984375 266.6529L87.828125 266.6529L85.34375 275.5279L84.5 275.5279ZM88.390625 275.38727L88.390625 266.79352L90.109375 266.79352L92.140625 272.87164Q92.421875 273.73102 92.546875 274.1529Q92.6875 273.68414 93.0 272.7779L95.0625 266.79352L96.59375 266.79352L96.59375 275.38727L95.5 275.38727L95.5 268.19977L93.0 275.38727L91.96875 275.38727L89.484375 268.07477L89.484375 275.38727L88.390625 275.38727ZM98.625 275.38727L98.625 266.79352L99.75 266.79352L99.75 275.38727L98.625 275.38727ZM101.421875 275.38727L101.421875 266.79352L104.671875 266.79352Q105.515625 266.79352 105.96875 266.87164Q106.609375 266.98102 107.03125 267.2779Q107.46875 267.57477 107.71875 268.10602Q107.984375 268.63727 107.984375 269.2779Q107.984375 270.37164 107.28125 271.13727Q106.59375 271.88727 104.765625 271.88727L102.5625 271.88727L102.5625 275.38727L101.421875 275.38727ZM102.5625 270.88727L104.78125 270.88727Q105.890625 270.88727 106.34375 270.48102Q106.8125 270.05914 106.8125 269.30914Q106.8125 268.7779 106.53125 268.4029Q106.265625 268.01227 105.828125 267.88727Q105.53125 267.80914 104.765625 267.80914L102.5625 267.80914L102.5625 270.88727ZM109.046875 272.62164L110.109375 272.5279Q110.1875 273.18414 110.46875 273.5904Q110.75 273.99664 111.328125 274.26227Q111.921875 274.51227 112.65625 274.51227Q113.296875 274.51227 113.796875 274.32477Q114.296875 274.12164 114.53125 273.79352Q114.78125 273.44977 114.78125 273.05914Q114.78125 272.6529 114.546875 272.35602Q114.3125 272.04352 113.78125 271.8404Q113.421875 271.69977 112.234375 271.41852Q111.0625 271.13727 110.59375 270.88727Q109.96875 270.55914 109.671875 270.0904Q109.375 269.60602 109.375 269.01227Q109.375 268.37164 109.734375 267.80914Q110.109375 267.23102 110.8125 266.94977Q111.53125 266.6529 112.390625 266.6529Q113.34375 266.6529 114.078125 266.9654Q114.8125 267.26227 115.203125 267.87164Q115.59375 268.4654 115.625 269.2154L114.53125 269.29352Q114.4375 268.48102 113.921875 268.07477Q113.421875 267.6529 112.4375 267.6529Q111.40625 267.6529 110.9375 268.0279Q110.46875 268.4029 110.46875 268.93414Q110.46875 269.4029 110.796875 269.69977Q111.125 269.99664 112.5 270.30914Q113.890625 270.62164 114.40625 270.85602Q115.15625 271.2154 115.515625 271.74664Q115.875 272.26227 115.875 272.9654Q115.875 273.6529 115.484375 274.26227Q115.09375 274.85602 114.359375 275.19977Q113.625 275.5279 112.703125 275.5279Q111.53125 275.5279 110.734375 275.19977Q109.953125 274.85602 109.5 274.16852Q109.0625 273.48102 109.046875 272.62164ZM122.46875 268.9029L121.421875 268.98102Q121.28125 268.35602 121.03125 268.07477Q120.59375 267.62164 119.96875 267.62164Q119.46875 267.62164 119.078125 267.9029Q118.59375 268.2779 118.296875 268.98102Q118.015625 269.66852 118.0 270.94977Q118.375 270.37164 118.921875 270.0904Q119.484375 269.80914 120.09375 269.80914Q121.140625 269.80914 121.875 270.5904Q122.625 271.37164 122.625 272.5904Q122.625 273.4029 122.265625 274.10602Q121.921875 274.79352 121.3125 275.16852Q120.703125 275.5279 119.9375 275.5279Q118.609375 275.5279 117.78125 274.55914Q116.953125 273.5904 116.953125 271.37164Q116.953125 268.87164 117.875 267.74664Q118.671875 266.76227 120.03125 266.76227Q121.046875 266.76227 121.6875 267.3404Q122.34375 267.9029 122.46875 268.9029ZM118.171875 272.60602Q118.171875 273.1529 118.390625 273.6529Q118.625 274.13727 119.03125 274.4029Q119.453125 274.66852 119.921875 274.66852Q120.578125 274.66852 121.0625 274.13727Q121.546875 273.5904 121.546875 272.66852Q121.546875 271.7779 121.0625 271.26227Q120.59375 270.74664 119.875 270.74664Q119.15625 270.74664 118.65625 271.26227Q118.171875 271.7779 118.171875 272.60602ZM127.375 275.38727L127.375 273.32477L123.65625 273.32477L123.65625 272.35602L127.578125 266.79352L128.4375 266.79352L128.4375 272.35602L129.59375 272.35602L129.59375 273.32477L128.4375 273.32477L128.4375 275.38727L127.375 275.38727ZM127.375 272.35602L127.375 268.49664L124.6875 272.35602L127.375 272.35602Z" fill-rule="nonzero"/><path fill="#666666" d="M97.875 306.3385L98.90625 306.18225Q99.0 306.80725 99.390625 307.13538Q99.796875 307.4635 100.53125 307.4635Q101.25 307.4635 101.59375 307.18225Q101.953125 306.88538 101.953125 306.47913Q101.953125 306.11975 101.640625 305.91663Q101.421875 305.776 100.5625 305.55725Q99.40625 305.26038 98.953125 305.05725Q98.515625 304.8385 98.28125 304.4635Q98.046875 304.0885 98.046875 303.61975Q98.046875 303.2135 98.234375 302.85413Q98.421875 302.49475 98.75 302.26038Q99.0 302.0885 99.421875 301.9635Q99.84375 301.8385 100.34375 301.8385Q101.0625 301.8385 101.609375 302.05725Q102.171875 302.26038 102.4375 302.61975Q102.703125 302.97913 102.796875 303.57288L101.765625 303.7135Q101.703125 303.24475 101.359375 302.97913Q101.03125 302.69788 100.40625 302.69788Q99.6875 302.69788 99.375 302.94788Q99.0625 303.18225 99.0625 303.51038Q99.0625 303.7135 99.1875 303.86975Q99.328125 304.04163 99.59375 304.151Q99.75 304.2135 100.53125 304.41663Q101.65625 304.72913 102.09375 304.91663Q102.53125 305.10413 102.78125 305.4635Q103.03125 305.82288 103.03125 306.36975Q103.03125 306.901 102.71875 307.36975Q102.421875 307.82288 101.84375 308.0885Q101.265625 308.3385 100.53125 308.3385Q99.3125 308.3385 98.671875 307.8385Q98.046875 307.32288 97.875 306.3385ZM104.0 305.93225L105.0625 305.79163Q105.234375 306.68225 105.671875 307.0885Q106.109375 307.47913 106.734375 307.47913Q107.484375 307.47913 108.0 306.9635Q108.515625 306.44788 108.515625 305.68225Q108.515625 304.9635 108.03125 304.49475Q107.5625 304.01038 106.828125 304.01038Q106.53125 304.01038 106.078125 304.13538L106.203125 303.19788Q106.3125 303.2135 106.375 303.2135Q107.046875 303.2135 107.578125 302.86975Q108.125 302.51038 108.125 301.776Q108.125 301.19788 107.734375 300.82288Q107.34375 300.43225 106.71875 300.43225Q106.109375 300.43225 105.6875 300.82288Q105.28125 301.2135 105.171875 301.97913L104.109375 301.79163Q104.296875 300.74475 104.984375 300.16663Q105.671875 299.57288 106.6875 299.57288Q107.390625 299.57288 107.984375 299.88538Q108.578125 300.18225 108.890625 300.69788Q109.203125 301.2135 109.203125 301.80725Q109.203125 302.35413 108.90625 302.82288Q108.609375 303.276 108.03125 303.54163Q108.78125 303.7135 109.203125 304.276Q109.625 304.82288 109.625 305.66663Q109.625 306.79163 108.796875 307.57288Q107.984375 308.35413 106.734375 308.35413Q105.609375 308.35413 104.859375 307.68225Q104.109375 306.99475 104.0 305.93225ZM111.15625 306.2135L112.171875 306.11975Q112.296875 306.8385 112.65625 307.16663Q113.03125 307.47913 113.59375 307.47913Q114.078125 307.47913 114.4375 307.26038Q114.8125 307.026 115.046875 306.66663Q115.28125 306.29163 115.4375 305.66663Q115.59375 305.026 115.59375 304.36975Q115.59375 304.29163 115.59375 304.151Q115.28125 304.651 114.734375 304.97913Q114.1875 305.29163 113.546875 305.29163Q112.46875 305.29163 111.734375 304.526Q111.0 303.74475 111.0 302.47913Q111.0 301.16663 111.765625 300.36975Q112.546875 299.57288 113.703125 299.57288Q114.53125 299.57288 115.21875 300.026Q115.921875 300.47913 116.28125 301.32288Q116.640625 302.151 116.640625 303.72913Q116.640625 305.36975 116.28125 306.35413Q115.9375 307.32288 115.21875 307.8385Q114.515625 308.3385 113.578125 308.3385Q112.5625 308.3385 111.921875 307.79163Q111.28125 307.22913 111.15625 306.2135ZM115.46875 302.41663Q115.46875 301.51038 114.984375 300.97913Q114.515625 300.44788 113.828125 300.44788Q113.125 300.44788 112.59375 301.026Q112.078125 301.5885 112.078125 302.51038Q112.078125 303.32288 112.578125 303.8385Q113.078125 304.35413 113.796875 304.35413Q114.53125 304.35413 115.0 303.8385Q115.46875 303.32288 115.46875 302.41663ZM118.0 303.9635Q118.0 302.43225 118.3125 301.51038Q118.625 300.57288 119.234375 300.07288Q119.859375 299.57288 120.796875 299.57288Q121.484375 299.57288 122.0 299.85413Q122.53125 300.13538 122.875 300.66663Q123.21875 301.18225 123.40625 301.93225Q123.59375 302.68225 123.59375 303.9635Q123.59375 305.47913 123.28125 306.401Q122.984375 307.32288 122.359375 307.8385Q121.75 308.3385 120.796875 308.3385Q119.5625 308.3385 118.84375 307.44788Q118.0 306.38538 118.0 303.9635ZM119.078125 303.9635Q119.078125 306.07288 119.578125 306.776Q120.078125 307.47913 120.796875 307.47913Q121.53125 307.47913 122.015625 306.776Q122.515625 306.07288 122.515625 303.9635Q122.515625 301.8385 122.015625 301.151Q121.53125 300.44788 120.78125 300.44788Q120.0625 300.44788 119.625 301.05725Q119.078125 301.8385 119.078125 303.9635ZM124.59375 308.19788L126.859375 304.9635L124.765625 301.97913L126.078125 301.97913L127.03125 303.43225Q127.296875 303.85413 127.46875 304.13538Q127.71875 303.74475 127.9375 303.44788L128.98438 301.97913L130.25 301.97913L128.09375 304.901L130.40625 308.19788L129.125 308.19788L127.84375 306.26038L127.5 305.74475L125.859375 308.19788L124.59375 308.19788Z" fill-rule="nonzero"/><path fill="#666666" d="M128.0 339.11066Q128.0 337.5794 128.3125 336.65753Q128.625 335.72003 129.23438 335.22003Q129.85938 334.72003 130.79688 334.72003Q131.48438 334.72003 132.0 335.00128Q132.53125 335.28253 132.875 335.81378Q133.21875 336.3294 133.40625 337.0794Q133.59375 337.8294 133.59375 339.11066Q133.59375 340.62628 133.28125 341.54816Q132.98438 342.47003 132.35938 342.98566Q131.75 343.48566 130.79688 343.48566Q129.5625 343.48566 128.84375 342.59503Q128.0 341.53253 128.0 339.11066ZM129.07812 339.11066Q129.07812 341.22003 129.57812 341.92316Q130.07812 342.62628 130.79688 342.62628Q131.53125 342.62628 132.01562 341.92316Q132.51562 341.22003 132.51562 339.11066Q132.51562 336.98566 132.01562 336.29816Q131.53125 335.59503 130.78125 335.59503Q130.0625 335.59503 129.625 336.2044Q129.07812 336.98566 129.07812 339.11066ZM135.20312 336.81378Q135.20312 335.8919 135.65625 335.25128Q136.125 334.61066 137.0 334.61066Q137.8125 334.61066 138.34375 335.18878Q138.875 335.7669 138.875 336.87628Q138.875 337.97003 138.32812 338.56378Q137.79688 339.1419 137.01562 339.1419Q136.23438 339.1419 135.71875 338.56378Q135.20312 337.98566 135.20312 336.81378ZM137.03125 335.3294Q136.64062 335.3294 136.375 335.67316Q136.125 336.0169 136.125 336.92316Q136.125 337.75128 136.375 338.09503Q136.64062 338.42316 137.03125 338.42316Q137.4375 338.42316 137.6875 338.0794Q137.95312 337.73566 137.95312 336.84503Q137.95312 336.00128 137.6875 335.67316Q137.42188 335.3294 137.03125 335.3294ZM137.03125 343.65753L141.73438 334.61066L142.59375 334.61066L137.90625 343.65753L137.03125 343.65753ZM140.75 341.3294Q140.75 340.40753 141.20312 339.7669Q141.67188 339.12628 142.5625 339.12628Q143.375 339.12628 143.90625 339.7044Q144.4375 340.2669 144.4375 341.3919Q144.4375 342.48566 143.89062 343.0794Q143.35938 343.65753 142.5625 343.65753Q141.79688 343.65753 141.26562 343.0794Q140.75 342.50128 140.75 341.3294ZM142.59375 339.84503Q142.1875 339.84503 141.92188 340.18878Q141.67188 340.53253 141.67188 341.43878Q141.67188 342.25128 141.9375 342.59503Q142.20312 342.93878 142.59375 342.93878Q142.98438 342.93878 143.25 342.59503Q143.51562 342.25128 143.51562 341.34503Q143.51562 340.5169 143.25 340.18878Q142.98438 339.84503 142.59375 339.84503Z" fill-rule="nonzero"/><path fill="#666666" d="M216.74687 342.3294L216.74687 343.34503L211.05937 343.34503Q211.05937 342.97003 211.18437 342.61066Q211.40312 342.03253 211.87187 341.47003Q212.35625 340.90753 213.2625 340.17316Q214.66875 339.0169 215.15312 338.34503Q215.65312 337.67316 215.65312 337.0794Q215.65312 336.4544 215.2 336.03253Q214.74687 335.59503 214.02812 335.59503Q213.2625 335.59503 212.80937 336.04816Q212.35625 336.50128 212.34062 337.31378L211.2625 337.2044Q211.37187 335.98566 212.09062 335.36066Q212.825 334.72003 214.05937 334.72003Q215.29375 334.72003 216.0125 335.40753Q216.73125 336.09503 216.73125 337.11066Q216.73125 337.62628 216.5125 338.12628Q216.30937 338.61066 215.80937 339.17316Q215.325 339.72003 214.2 340.67316Q213.24687 341.47003 212.96562 341.7669Q212.7 342.04816 212.52812 342.3294L216.74687 342.3294ZM218.2 339.11066Q218.2 337.5794 218.5125 336.65753Q218.825 335.72003 219.43437 335.22003Q220.05937 334.72003 220.99687 334.72003Q221.68437 334.72003 222.2 335.00128Q222.73125 335.28253 223.075 335.81378Q223.41875 336.3294 223.60625 337.0794Q223.79375 337.8294 223.79375 339.11066Q223.79375 340.62628 223.48125 341.54816Q223.18437 342.47003 222.55937 342.98566Q221.95 343.48566 220.99687 343.48566Q219.7625 343.48566 219.04375 342.59503Q218.2 341.53253 218.2 339.11066ZM219.27812 339.11066Q219.27812 341.22003 219.77812 341.92316Q220.27812 342.62628 220.99687 342.62628Q221.73125 342.62628 222.21562 341.92316Q222.71562 341.22003 222.71562 339.11066Q222.71562 336.98566 222.21562 336.29816Q221.73125 335.59503 220.98125 335.59503Q220.2625 335.59503 219.825 336.2044Q219.27812 336.98566 219.27812 339.11066ZM225.40312 336.81378Q225.40312 335.8919 225.85625 335.25128Q226.325 334.61066 227.2 334.61066Q228.0125 334.61066 228.54375 335.18878Q229.075 335.7669 229.075 336.87628Q229.075 337.97003 228.52812 338.56378Q227.99687 339.1419 227.21562 339.1419Q226.43437 339.1419 225.91875 338.56378Q225.40312 337.98566 225.40312 336.81378ZM227.23125 335.3294Q226.84062 335.3294 226.575 335.67316Q226.325 336.0169 226.325 336.92316Q226.325 337.75128 226.575 338.09503Q226.84062 338.42316 227.23125 338.42316Q227.6375 338.42316 227.8875 338.0794Q228.15312 337.73566 228.15312 336.84503Q228.15312 336.00128 227.8875 335.67316Q227.62187 335.3294 227.23125 335.3294ZM227.23125 343.65753L231.93437 334.61066L232.79375 334.61066L228.10625 343.65753L227.23125 343.65753ZM230.95 341.3294Q230.95 340.40753 231.40312 339.7669Q231.87187 339.12628 232.7625 339.12628Q233.575 339.12628 234.10625 339.7044Q234.6375 340.2669 234.6375 341.3919Q234.6375 342.48566 234.09062 343.0794Q233.55937 343.65753 232.7625 343.65753Q231.99687 343.65753 231.46562 343.0794Q230.95 342.50128 230.95 341.3294ZM232.79375 339.84503Q232.3875 339.84503 232.12187 340.18878Q231.87187 340.53253 231.87187 341.43878Q231.87187 342.25128 232.1375 342.59503Q232.40312 342.93878 232.79375 342.93878Q233.18437 342.93878 233.45 342.59503Q233.71562 342.25128 233.71562 341.34503Q233.71562 340.5169 233.45 340.18878Q233.18437 339.84503 232.79375 339.84503Z" fill-rule="nonzero"/><path fill="#666666" d="M301.275 343.34503L301.275 341.28253L297.55624 341.28253L297.55624 340.31378L301.47812 334.75128L302.3375 334.75128L302.3375 340.31378L303.49374 340.31378L303.49374 341.28253L302.3375 341.28253L302.3375 343.34503L301.275 343.34503ZM301.275 340.31378L301.275 336.4544L298.5875 340.31378L301.275 340.31378ZM304.9 339.11066Q304.9 337.5794 305.2125 336.65753Q305.525 335.72003 306.13437 335.22003Q306.75937 334.72003 307.69687 334.72003Q308.38437 334.72003 308.9 335.00128Q309.43124 335.28253 309.775 335.81378Q310.11874 336.3294 310.30624 337.0794Q310.49374 337.8294 310.49374 339.11066Q310.49374 340.62628 310.18124 341.54816Q309.88437 342.47003 309.25937 342.98566Q308.65 343.48566 307.69687 343.48566Q306.4625 343.48566 305.74374 342.59503Q304.9 341.53253 304.9 339.11066ZM305.97812 339.11066Q305.97812 341.22003 306.47812 341.92316Q306.97812 342.62628 307.69687 342.62628Q308.43124 342.62628 308.91562 341.92316Q309.41562 341.22003 309.41562 339.11066Q309.41562 336.98566 308.91562 336.29816Q308.43124 335.59503 307.68124 335.59503Q306.9625 335.59503 306.525 336.2044Q305.97812 336.98566 305.97812 339.11066ZM312.10312 336.81378Q312.10312 335.8919 312.55624 335.25128Q313.025 334.61066 313.9 334.61066Q314.7125 334.61066 315.24374 335.18878Q315.775 335.7669 315.775 336.87628Q315.775 337.97003 315.22812 338.56378Q314.69687 339.1419 313.91562 339.1419Q313.13437 339.1419 312.61874 338.56378Q312.10312 337.98566 312.10312 336.81378ZM313.93124 335.3294Q313.54062 335.3294 313.275 335.67316Q313.025 336.0169 313.025 336.92316Q313.025 337.75128 313.275 338.09503Q313.54062 338.42316 313.93124 338.42316Q314.3375 338.42316 314.5875 338.0794Q314.85312 337.73566 314.85312 336.84503Q314.85312 336.00128 314.5875 335.67316Q314.32187 335.3294 313.93124 335.3294ZM313.93124 343.65753L318.63437 334.61066L319.49374 334.61066L314.80624 343.65753L313.93124 343.65753ZM317.65 341.3294Q317.65 340.40753 318.10312 339.7669Q318.57187 339.12628 319.4625 339.12628Q320.275 339.12628 320.80624 339.7044Q321.3375 340.2669 321.3375 341.3919Q321.3375 342.48566 320.79062 343.0794Q320.25937 343.65753 319.4625 343.65753Q318.69687 343.65753 318.16562 343.0794Q317.65 342.50128 317.65 341.3294ZM319.49374 339.84503Q319.0875 339.84503 318.82187 340.18878Q318.57187 340.53253 318.57187 341.43878Q318.57187 342.25128 318.8375 342.59503Q319.10312 342.93878 319.49374 342.93878Q319.88437 342.93878 320.15 342.59503Q320.41562 342.25128 320.41562 341.34503Q320.41562 340.5169 320.15 340.18878Q319.88437 339.84503 319.49374 339.84503Z" fill-rule="nonzero"/><path fill="#666666" d="M390.06876 336.86066L389.02188 336.93878Q388.88126 336.31378 388.63126 336.03253Q388.19376 335.5794 387.56876 335.5794Q387.06876 335.5794 386.67813 335.86066Q386.19376 336.23566 385.89688 336.93878Q385.61563 337.62628 385.6 338.90753Q385.975 338.3294 386.52188 338.04816Q387.08438 337.7669 387.69376 337.7669Q388.74063 337.7669 389.475 338.54816Q390.225 339.3294 390.225 340.54816Q390.225 341.36066 389.86563 342.06378Q389.52188 342.75128 388.9125 343.12628Q388.30313 343.48566 387.5375 343.48566Q386.20938 343.48566 385.38126 342.5169Q384.55313 341.54816 384.55313 339.3294Q384.55313 336.8294 385.475 335.7044Q386.27188 334.72003 387.63126 334.72003Q388.64688 334.72003 389.2875 335.29816Q389.94376 335.86066 390.06876 336.86066ZM385.77188 340.56378Q385.77188 341.11066 385.99063 341.61066Q386.225 342.09503 386.63126 342.36066Q387.05313 342.62628 387.52188 342.62628Q388.17813 342.62628 388.6625 342.09503Q389.14688 341.54816 389.14688 340.62628Q389.14688 339.73566 388.6625 339.22003Q388.19376 338.7044 387.475 338.7044Q386.75626 338.7044 386.25626 339.22003Q385.77188 339.73566 385.77188 340.56378ZM391.6 339.11066Q391.6 337.5794 391.9125 336.65753Q392.225 335.72003 392.83438 335.22003Q393.45938 334.72003 394.39688 334.72003Q395.08438 334.72003 395.6 335.00128Q396.13126 335.28253 396.475 335.81378Q396.81876 336.3294 397.00626 337.0794Q397.19376 337.8294 397.19376 339.11066Q397.19376 340.62628 396.88126 341.54816Q396.58438 342.47003 395.95938 342.98566Q395.35 343.48566 394.39688 343.48566Q393.1625 343.48566 392.44376 342.59503Q391.6 341.53253 391.6 339.11066ZM392.67813 339.11066Q392.67813 341.22003 393.17813 341.92316Q393.67813 342.62628 394.39688 342.62628Q395.13126 342.62628 395.61563 341.92316Q396.11563 341.22003 396.11563 339.11066Q396.11563 336.98566 395.61563 336.29816Q395.13126 335.59503 394.38126 335.59503Q393.6625 335.59503 393.225 336.2044Q392.67813 336.98566 392.67813 339.11066ZM398.80313 336.81378Q398.80313 335.8919 399.25626 335.25128Q399.725 334.61066 400.6 334.61066Q401.4125 334.61066 401.94376 335.18878Q402.475 335.7669 402.475 336.87628Q402.475 337.97003 401.92813 338.56378Q401.39688 339.1419 400.61563 339.1419Q399.83438 339.1419 399.31876 338.56378Q398.80313 337.98566 398.80313 336.81378ZM400.63126 335.3294Q400.24063 335.3294 399.975 335.67316Q399.725 336.0169 399.725 336.92316Q399.725 337.75128 399.975 338.09503Q400.24063 338.42316 400.63126 338.42316Q401.0375 338.42316 401.2875 338.0794Q401.55313 337.73566 401.55313 336.84503Q401.55313 336.00128 401.2875 335.67316Q401.02188 335.3294 400.63126 335.3294ZM400.63126 343.65753L405.33438 334.61066L406.19376 334.61066L401.50626 343.65753L400.63126 343.65753ZM404.35 341.3294Q404.35 340.40753 404.80313 339.7669Q405.27188 339.12628 406.1625 339.12628Q406.975 339.12628 407.50626 339.7044Q408.0375 340.2669 408.0375 341.3919Q408.0375 342.48566 407.49063 343.0794Q406.95938 343.65753 406.1625 343.65753Q405.39688 343.65753 404.86563 343.0794Q404.35 342.50128 404.35 341.3294ZM406.19376 339.84503Q405.7875 339.84503 405.52188 340.18878Q405.27188 340.53253 405.27188 341.43878Q405.27188 342.25128 405.5375 342.59503Q405.80313 342.93878 406.19376 342.93878Q406.58438 342.93878 406.85 342.59503Q407.11563 342.25128 407.11563 341.34503Q407.11563 340.5169 406.85 340.18878Q406.58438 339.84503 406.19376 339.84503Z" fill-rule="nonzero"/><path fill="#666666" d="M472.925 338.68878Q472.26874 338.43878 471.9406 338.00128Q471.6281 337.54816 471.6281 336.93878Q471.6281 336.00128 472.3 335.36066Q472.9875 334.72003 474.09686 334.72003Q475.22186 334.72003 475.90936 335.37628Q476.59686 336.03253 476.59686 336.97003Q476.59686 337.56378 476.28436 338.00128Q475.97186 338.43878 475.33124 338.68878Q476.1281 338.93878 476.53436 339.5169Q476.9406 340.09503 476.9406 340.8919Q476.9406 341.98566 476.15936 342.73566Q475.39374 343.48566 474.1125 343.48566Q472.84686 343.48566 472.0656 342.73566Q471.28436 341.98566 471.28436 340.86066Q471.28436 340.0169 471.70624 339.4544Q472.14374 338.8919 472.925 338.68878ZM472.70624 336.8919Q472.70624 337.50128 473.09686 337.8919Q473.5031 338.28253 474.1281 338.28253Q474.7375 338.28253 475.1281 337.90753Q475.51874 337.5169 475.51874 336.9544Q475.51874 336.37628 475.1125 335.98566Q474.70624 335.5794 474.1125 335.5794Q473.5031 335.5794 473.09686 335.97003Q472.70624 336.36066 472.70624 336.8919ZM472.3781 340.86066Q472.3781 341.31378 472.58124 341.73566Q472.8 342.15753 473.22186 342.3919Q473.64374 342.62628 474.1281 342.62628Q474.8781 342.62628 475.3625 342.1419Q475.8625 341.65753 475.8625 340.90753Q475.8625 340.1419 475.3625 339.6419Q474.8625 339.1419 474.09686 339.1419Q473.34686 339.1419 472.8625 339.6419Q472.3781 340.12628 472.3781 340.86066ZM478.3 339.11066Q478.3 337.5794 478.6125 336.65753Q478.925 335.72003 479.53436 335.22003Q480.15936 334.72003 481.09686 334.72003Q481.78436 334.72003 482.3 335.00128Q482.83124 335.28253 483.175 335.81378Q483.51874 336.3294 483.70624 337.0794Q483.89374 337.8294 483.89374 339.11066Q483.89374 340.62628 483.58124 341.54816Q483.28436 342.47003 482.65936 342.98566Q482.05 343.48566 481.09686 343.48566Q479.8625 343.48566 479.14374 342.59503Q478.3 341.53253 478.3 339.11066ZM479.3781 339.11066Q479.3781 341.22003 479.8781 341.92316Q480.3781 342.62628 481.09686 342.62628Q481.83124 342.62628 482.3156 341.92316Q482.8156 341.22003 482.8156 339.11066Q482.8156 336.98566 482.3156 336.29816Q481.83124 335.59503 481.08124 335.59503Q480.3625 335.59503 479.925 336.2044Q479.3781 336.98566 479.3781 339.11066ZM485.5031 336.81378Q485.5031 335.8919 485.95624 335.25128Q486.425 334.61066 487.3 334.61066Q488.1125 334.61066 488.64374 335.18878Q489.175 335.7669 489.175 336.87628Q489.175 337.97003 488.6281 338.56378Q488.09686 339.1419 487.3156 339.1419Q486.53436 339.1419 486.01874 338.56378Q485.5031 337.98566 485.5031 336.81378ZM487.33124 335.3294Q486.9406 335.3294 486.675 335.67316Q486.425 336.0169 486.425 336.92316Q486.425 337.75128 486.675 338.09503Q486.9406 338.42316 487.33124 338.42316Q487.7375 338.42316 487.9875 338.0794Q488.2531 337.73566 488.2531 336.84503Q488.2531 336.00128 487.9875 335.67316Q487.72186 335.3294 487.33124 335.3294ZM487.33124 343.65753L492.03436 334.61066L492.89374 334.61066L488.20624 343.65753L487.33124 343.65753ZM491.05 341.3294Q491.05 340.40753 491.5031 339.7669Q491.97186 339.12628 492.8625 339.12628Q493.675 339.12628 494.20624 339.7044Q494.7375 340.2669 494.7375 341.3919Q494.7375 342.48566 494.1906 343.0794Q493.65936 343.65753 492.8625 343.65753Q492.09686 343.65753 491.5656 343.0794Q491.05 342.50128 491.05 341.3294ZM492.89374 339.84503Q492.4875 339.84503 492.22186 340.18878Q491.97186 340.53253 491.97186 341.43878Q491.97186 342.25128 492.2375 342.59503Q492.5031 342.93878 492.89374 342.93878Q493.28436 342.93878 493.55 342.59503Q493.8156 342.25128 493.8156 341.34503Q493.8156 340.5169 493.55 340.18878Q493.28436 339.84503 492.89374 339.84503Z" fill-rule="nonzero"/><path fill="#666666" d="M558.46875 343.34503L557.4219 343.34503L557.4219 336.62628Q557.03125 336.98566 556.40625 337.36066Q555.7969 337.72003 555.3125 337.8919L555.3125 336.87628Q556.1875 336.4544 556.84375 335.87628Q557.5156 335.28253 557.7969 334.72003L558.46875 334.72003L558.46875 343.34503ZM561.5 339.11066Q561.5 337.5794 561.8125 336.65753Q562.125 335.72003 562.7344 335.22003Q563.3594 334.72003 564.2969 334.72003Q564.9844 334.72003 565.5 335.00128Q566.03125 335.28253 566.375 335.81378Q566.71875 336.3294 566.90625 337.0794Q567.09375 337.8294 567.09375 339.11066Q567.09375 340.62628 566.78125 341.54816Q566.4844 342.47003 565.8594 342.98566Q565.25 343.48566 564.2969 343.48566Q563.0625 343.48566 562.34375 342.59503Q561.5 341.53253 561.5 339.11066ZM562.5781 339.11066Q562.5781 341.22003 563.0781 341.92316Q563.5781 342.62628 564.2969 342.62628Q565.03125 342.62628 565.5156 341.92316Q566.0156 341.22003 566.0156 339.11066Q566.0156 336.98566 565.5156 336.29816Q565.03125 335.59503 564.28125 335.59503Q563.5625 335.59503 563.125 336.2044Q562.5781 336.98566 562.5781 339.11066ZM568.5 339.11066Q568.5 337.5794 568.8125 336.65753Q569.125 335.72003 569.7344 335.22003Q570.3594 334.72003 571.2969 334.72003Q571.9844 334.72003 572.5 335.00128Q573.03125 335.28253 573.375 335.81378Q573.71875 336.3294 573.90625 337.0794Q574.09375 337.8294 574.09375 339.11066Q574.09375 340.62628 573.78125 341.54816Q573.4844 342.47003 572.8594 342.98566Q572.25 343.48566 571.2969 343.48566Q570.0625 343.48566 569.34375 342.59503Q568.5 341.53253 568.5 339.11066ZM569.5781 339.11066Q569.5781 341.22003 570.0781 341.92316Q570.5781 342.62628 571.2969 342.62628Q572.03125 342.62628 572.5156 341.92316Q573.0156 341.22003 573.0156 339.11066Q573.0156 336.98566 572.5156 336.29816Q572.03125 335.59503 571.28125 335.59503Q570.5625 335.59503 570.125 336.2044Q569.5781 336.98566 569.5781 339.11066ZM575.7031 336.81378Q575.7031 335.8919 576.15625 335.25128Q576.625 334.61066 577.5 334.61066Q578.3125 334.61066 578.84375 335.18878Q579.375 335.7669 579.375 336.87628Q579.375 337.97003 578.8281 338.56378Q578.2969 339.1419 577.5156 339.1419Q576.7344 339.1419 576.21875 338.56378Q575.7031 337.98566 575.7031 336.81378ZM577.53125 335.3294Q577.1406 335.3294 576.875 335.67316Q576.625 336.0169 576.625 336.92316Q576.625 337.75128 576.875 338.09503Q577.1406 338.42316 577.53125 338.42316Q577.9375 338.42316 578.1875 338.0794Q578.4531 337.73566 578.4531 336.84503Q578.4531 336.00128 578.1875 335.67316Q577.9219 335.3294 577.53125 335.3294ZM577.53125 343.65753L582.2344 334.61066L583.09375 334.61066L578.40625 343.65753L577.53125 343.65753ZM581.25 341.3294Q581.25 340.40753 581.7031 339.7669Q582.1719 339.12628 583.0625 339.12628Q583.875 339.12628 584.40625 339.7044Q584.9375 340.2669 584.9375 341.3919Q584.9375 342.48566 584.3906 343.0794Q583.8594 343.65753 583.0625 343.65753Q582.2969 343.65753 581.7656 343.0794Q581.25 342.50128 581.25 341.3294ZM583.09375 339.84503Q582.6875 339.84503 582.4219 340.18878Q582.1719 340.53253 582.1719 341.43878Q582.1719 342.25128 582.4375 342.59503Q582.7031 342.93878 583.09375 342.93878Q583.4844 342.93878 583.75 342.59503Q584.0156 342.25128 584.0156 341.34503Q584.0156 340.5169 583.75 340.18878Q583.4844 339.84503 583.09375 339.84503Z" fill-rule="nonzero"/><path fill="#00acd7" d="M203.5 392.07776C203.5 391.52545 203.94771 391.07776 204.5 391.07776L214.5 391.07776C215.05229 391.07776 215.5 391.52545 215.5 392.07776L215.5 402.07776C215.5 402.63004 215.05229 403.07776 214.5 403.07776L204.5 403.07776C203.94771 403.07776 203.5 402.63004 203.5 402.07776Z" fill-rule="nonzero"/><path fill="#666666" d="M224.4375 401.07776L224.4375 392.484L228.25 392.484Q229.40625 392.484 230.0 392.71838Q230.59375 392.95276 230.95312 393.5465Q231.3125 394.12463 231.3125 394.82776Q231.3125 395.74963 230.71875 396.37463Q230.125 396.99963 228.89062 397.1715Q229.34375 397.39026 229.57812 397.59338Q230.07812 398.0465 230.51562 398.734L232.01562 401.07776L230.57812 401.07776L229.45312 399.2965Q228.95312 398.51526 228.625 398.109Q228.3125 397.70276 228.04688 397.5465Q227.79688 397.37463 227.53125 397.2965Q227.34375 397.26526 226.90625 397.26526L225.57812 397.26526L225.57812 401.07776L224.4375 401.07776ZM225.57812 396.28088L228.03125 396.28088Q228.79688 396.28088 229.23438 396.12463Q229.6875 395.95276 229.90625 395.609Q230.14062 395.24963 230.14062 394.82776Q230.14062 394.21838 229.6875 393.82776Q229.25 393.43713 228.29688 393.43713L225.57812 393.43713L225.57812 396.28088ZM237.35938 400.31213Q236.76562 400.81213 236.21875 401.01526Q235.6875 401.21838 235.0625 401.21838Q234.03125 401.21838 233.48438 400.71838Q232.9375 400.21838 232.9375 399.43713Q232.9375 398.984 233.14062 398.609Q233.34375 398.21838 233.6875 397.99963Q234.03125 397.76526 234.45312 397.65588Q234.75 397.56213 235.39062 397.484Q236.65625 397.34338 237.26562 397.12463Q237.26562 396.90588 237.26562 396.859Q237.26562 396.20276 236.96875 395.93713Q236.5625 395.59338 235.76562 395.59338Q235.03125 395.59338 234.67188 395.859Q234.3125 396.109 234.14062 396.76526L233.10938 396.62463Q233.25 395.96838 233.57812 395.56213Q233.90625 395.15588 234.51562 394.93713Q235.125 394.71838 235.92188 394.71838Q236.71875 394.71838 237.21875 394.90588Q237.71875 395.09338 237.95312 395.37463Q238.1875 395.65588 238.28125 396.09338Q238.32812 396.359 238.32812 397.06213L238.32812 398.46838Q238.32812 399.93713 238.39062 400.32776Q238.46875 400.71838 238.67188 401.07776L237.5625 401.07776Q237.40625 400.74963 237.35938 400.31213ZM237.26562 397.95276Q236.6875 398.18713 235.54688 398.359Q234.89062 398.45276 234.625 398.57776Q234.35938 398.68713 234.20312 398.90588Q234.0625 399.12463 234.0625 399.40588Q234.0625 399.82776 234.375 400.109Q234.70312 400.39026 235.3125 400.39026Q235.92188 400.39026 236.39062 400.12463Q236.875 399.859 237.09375 399.39026Q237.26562 399.03088 237.26562 398.34338L237.26562 397.95276ZM240.29688 401.07776L240.29688 394.859L241.23438 394.859L241.23438 395.734Q241.92188 394.71838 243.21875 394.71838Q243.78125 394.71838 244.25 394.9215Q244.73438 395.12463 244.96875 395.45276Q245.20312 395.78088 245.29688 396.21838Q245.34375 396.51526 245.34375 397.24963L245.34375 401.07776L244.29688 401.07776L244.29688 397.2965Q244.29688 396.64026 244.17188 396.32776Q244.04688 396.01526 243.73438 395.82776Q243.42188 395.62463 243.0 395.62463Q242.32812 395.62463 241.82812 396.06213Q241.34375 396.484 241.34375 397.6715L241.34375 401.07776L240.29688 401.07776ZM247.29688 401.07776L247.29688 392.484L248.35938 392.484L248.35938 397.39026L250.84375 394.859L252.21875 394.859L249.82812 397.15588L252.45312 401.07776L251.15625 401.07776L249.09375 397.89026L248.35938 398.609L248.35938 401.07776L247.29688 401.07776ZM257.54688 399.07776L258.64062 399.20276Q258.39062 400.15588 257.6875 400.68713Q256.98438 401.21838 255.90625 401.21838Q254.54688 401.21838 253.73438 400.37463Q252.9375 399.53088 252.9375 398.01526Q252.9375 396.45276 253.75 395.59338Q254.5625 394.71838 255.84375 394.71838Q257.09375 394.71838 257.875 395.56213Q258.67188 396.40588 258.67188 397.95276Q258.67188 398.0465 258.67188 398.234L254.03125 398.234Q254.09375 399.26526 254.60938 399.81213Q255.125 400.34338 255.90625 400.34338Q256.48438 400.34338 256.89062 400.0465Q257.3125 399.734 257.54688 399.07776ZM254.09375 397.37463L257.5625 397.37463Q257.5 396.57776 257.17188 396.18713Q256.65625 395.57776 255.85938 395.57776Q255.125 395.57776 254.625 396.06213Q254.14062 396.5465 254.09375 397.37463ZM264.32812 401.07776L264.32812 400.2965Q263.73438 401.21838 262.59375 401.21838Q261.84375 401.21838 261.21875 400.81213Q260.59375 400.39026 260.25 399.65588Q259.90625 398.9215 259.90625 397.96838Q259.90625 397.0465 260.21875 396.28088Q260.53125 395.51526 261.15625 395.12463Q261.78125 394.71838 262.54688 394.71838Q263.10938 394.71838 263.54688 394.95276Q263.98438 395.18713 264.26562 395.56213L264.26562 392.484L265.3125 392.484L265.3125 401.07776L264.32812 401.07776ZM261.0 397.96838Q261.0 399.1715 261.5 399.76526Q262.0 400.34338 262.6875 400.34338Q263.375 400.34338 263.85938 399.78088Q264.34375 399.21838 264.34375 398.06213Q264.34375 396.78088 263.84375 396.18713Q263.35938 395.59338 262.64062 395.59338Q261.9375 395.59338 261.46875 396.1715Q261.0 396.734 261.0 397.96838ZM273.96875 401.07776L272.92188 401.07776L272.92188 394.359Q272.53125 394.71838 271.90625 395.09338Q271.29688 395.45276 270.8125 395.62463L270.8125 394.609Q271.6875 394.18713 272.34375 393.609Q273.01562 393.01526 273.29688 392.45276L273.96875 392.45276L273.96875 401.07776ZM276.875 399.21838L277.90625 399.06213Q278.0 399.68713 278.39062 400.01526Q278.79688 400.34338 279.53125 400.34338Q280.25 400.34338 280.59375 400.06213Q280.95312 399.76526 280.95312 399.359Q280.95312 398.99963 280.64062 398.7965Q280.42188 398.65588 279.5625 398.43713Q278.40625 398.14026 277.95312 397.93713Q277.51562 397.71838 277.28125 397.34338Q277.04688 396.96838 277.04688 396.49963Q277.04688 396.09338 277.23438 395.734Q277.42188 395.37463 277.75 395.14026Q278.0 394.96838 278.42188 394.84338Q278.84375 394.71838 279.34375 394.71838Q280.0625 394.71838 280.60938 394.93713Q281.17188 395.14026 281.4375 395.49963Q281.70312 395.859 281.79688 396.45276L280.76562 396.59338Q280.70312 396.12463 280.35938 395.859Q280.03125 395.57776 279.40625 395.57776Q278.6875 395.57776 278.375 395.82776Q278.0625 396.06213 278.0625 396.39026Q278.0625 396.59338 278.1875 396.74963Q278.32812 396.9215 278.59375 397.03088Q278.75 397.09338 279.53125 397.2965Q280.65625 397.609 281.09375 397.7965Q281.53125 397.984 281.78125 398.34338Q282.03125 398.70276 282.03125 399.24963Q282.03125 399.78088 281.71875 400.24963Q281.42188 400.70276 280.84375 400.96838Q280.26562 401.21838 279.53125 401.21838Q278.3125 401.21838 277.67188 400.71838Q277.04688 400.20276 276.875 399.21838ZM285.59375 400.14026L285.75 401.06213Q285.29688 401.15588 284.95312 401.15588Q284.375 401.15588 284.0625 400.984Q283.75 400.7965 283.60938 400.49963Q283.48438 400.20276 283.48438 399.24963L283.48438 395.6715L282.71875 395.6715L282.71875 394.859L283.48438 394.859L283.48438 393.31213L284.53125 392.68713L284.53125 394.859L285.59375 394.859L285.59375 395.6715L284.53125 395.6715L284.53125 399.31213Q284.53125 399.76526 284.57812 399.89026Q284.64062 400.01526 284.76562 400.09338Q284.89062 400.1715 285.125 400.1715Q285.3125 400.1715 285.59375 400.14026Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M301.5 392.07776C301.5 391.52545 301.94772 391.07776 302.5 391.07776L312.5 391.07776C313.05228 391.07776 313.5 391.52545 313.5 392.07776L313.5 402.07776C313.5 402.63004 313.05228 403.07776 312.5 403.07776L302.5 403.07776C301.94772 403.07776 301.5 402.63004 301.5 402.07776Z" fill-rule="nonzero"/><path fill="#666666" d="M327.54688 400.06213L327.54688 401.07776L321.85938 401.07776Q321.85938 400.70276 321.98438 400.34338Q322.20312 399.76526 322.67188 399.20276Q323.15625 398.64026 324.0625 397.90588Q325.46875 396.74963 325.95312 396.07776Q326.45312 395.40588 326.45312 394.81213Q326.45312 394.18713 326.0 393.76526Q325.54688 393.32776 324.82812 393.32776Q324.0625 393.32776 323.60938 393.78088Q323.15625 394.234 323.14062 395.0465L322.0625 394.93713Q322.17188 393.71838 322.89062 393.09338Q323.625 392.45276 324.85938 392.45276Q326.09375 392.45276 326.8125 393.14026Q327.53125 393.82776 327.53125 394.84338Q327.53125 395.359 327.3125 395.859Q327.10938 396.34338 326.60938 396.90588Q326.125 397.45276 325.0 398.40588Q324.04688 399.20276 323.76562 399.49963Q323.5 399.78088 323.32812 400.06213L327.54688 400.06213ZM329.29688 401.07776L329.29688 394.859L330.23438 394.859L330.23438 395.734Q330.92188 394.71838 332.21875 394.71838Q332.78125 394.71838 333.25 394.9215Q333.73438 395.12463 333.96875 395.45276Q334.20312 395.78088 334.29688 396.21838Q334.34375 396.51526 334.34375 397.24963L334.34375 401.07776L333.29688 401.07776L333.29688 397.2965Q333.29688 396.64026 333.17188 396.32776Q333.04688 396.01526 332.73438 395.82776Q332.42188 395.62463 332.0 395.62463Q331.32812 395.62463 330.82812 396.06213Q330.34375 396.484 330.34375 397.6715L330.34375 401.07776L329.29688 401.07776ZM340.32812 401.07776L340.32812 400.2965Q339.73438 401.21838 338.59375 401.21838Q337.84375 401.21838 337.21875 400.81213Q336.59375 400.39026 336.25 399.65588Q335.90625 398.9215 335.90625 397.96838Q335.90625 397.0465 336.21875 396.28088Q336.53125 395.51526 337.15625 395.12463Q337.78125 394.71838 338.54688 394.71838Q339.10938 394.71838 339.54688 394.95276Q339.98438 395.18713 340.26562 395.56213L340.26562 392.484L341.3125 392.484L341.3125 401.07776L340.32812 401.07776ZM337.0 397.96838Q337.0 399.1715 337.5 399.76526Q338.0 400.34338 338.6875 400.34338Q339.375 400.34338 339.85938 399.78088Q340.34375 399.21838 340.34375 398.06213Q340.34375 396.78088 339.84375 396.18713Q339.35938 395.59338 338.64062 395.59338Q337.9375 395.59338 337.46875 396.1715Q337.0 396.734 337.0 397.96838Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M358.5 392.07776C358.5 391.52545 358.94772 391.07776 359.5 391.07776L369.5 391.07776C370.05228 391.07776 370.5 391.52545 370.5 392.07776L370.5 402.07776C370.5 402.63004 370.05228 403.07776 369.5 403.07776L359.5 403.07776C358.94772 403.07776 358.5 402.63004 358.5 402.07776Z" fill-rule="nonzero"/><path fill="#666666" d="M379.0 398.81213L380.0625 398.6715Q380.23438 399.56213 380.67188 399.96838Q381.10938 400.359 381.73438 400.359Q382.48438 400.359 383.0 399.84338Q383.51562 399.32776 383.51562 398.56213Q383.51562 397.84338 383.03125 397.37463Q382.5625 396.89026 381.82812 396.89026Q381.53125 396.89026 381.07812 397.01526L381.20312 396.07776Q381.3125 396.09338 381.375 396.09338Q382.04688 396.09338 382.57812 395.74963Q383.125 395.39026 383.125 394.65588Q383.125 394.07776 382.73438 393.70276Q382.34375 393.31213 381.71875 393.31213Q381.10938 393.31213 380.6875 393.70276Q380.28125 394.09338 380.17188 394.859L379.10938 394.6715Q379.29688 393.62463 379.98438 393.0465Q380.67188 392.45276 381.6875 392.45276Q382.39062 392.45276 382.98438 392.76526Q383.57812 393.06213 383.89062 393.57776Q384.20312 394.09338 384.20312 394.68713Q384.20312 395.234 383.90625 395.70276Q383.60938 396.15588 383.03125 396.4215Q383.78125 396.59338 384.20312 397.15588Q384.625 397.70276 384.625 398.5465Q384.625 399.6715 383.79688 400.45276Q382.98438 401.234 381.73438 401.234Q380.60938 401.234 379.85938 400.56213Q379.10938 399.87463 379.0 398.81213ZM386.28125 401.07776L386.28125 394.859L387.23438 394.859L387.23438 395.7965Q387.59375 395.14026 387.89062 394.93713Q388.20312 394.71838 388.57812 394.71838Q389.10938 394.71838 389.65625 395.0465L389.29688 396.03088Q388.90625 395.7965 388.53125 395.7965Q388.17188 395.7965 387.89062 396.01526Q387.625 396.21838 387.51562 396.59338Q387.32812 397.15588 387.32812 397.81213L387.32812 401.07776L386.28125 401.07776ZM394.32812 401.07776L394.32812 400.2965Q393.73438 401.21838 392.59375 401.21838Q391.84375 401.21838 391.21875 400.81213Q390.59375 400.39026 390.25 399.65588Q389.90625 398.9215 389.90625 397.96838Q389.90625 397.0465 390.21875 396.28088Q390.53125 395.51526 391.15625 395.12463Q391.78125 394.71838 392.54688 394.71838Q393.10938 394.71838 393.54688 394.95276Q393.98438 395.18713 394.26562 395.56213L394.26562 392.484L395.3125 392.484L395.3125 401.07776L394.32812 401.07776ZM391.0 397.96838Q391.0 399.1715 391.5 399.76526Q392.0 400.34338 392.6875 400.34338Q393.375 400.34338 393.85938 399.78088Q394.34375 399.21838 394.34375 398.06213Q394.34375 396.78088 393.84375 396.18713Q393.35938 395.59338 392.64062 395.59338Q391.9375 395.59338 391.46875 396.1715Q391.0 396.734 391.0 397.96838Z" fill-rule="nonzero"/><path fill="#666666" d="M22.29375 34.2L22.29375 24.184376L26.746876 24.184376Q28.090626 24.184376 28.778126 24.45Q29.48125 24.715626 29.8875 25.403126Q30.309376 26.090626 30.309376 26.91875Q30.309376 27.98125 29.621876 28.715626Q28.934376 29.434376 27.496876 29.6375Q28.0125 29.8875 28.29375 30.1375Q28.871876 30.66875 29.3875 31.465626L31.1375 34.2L29.465626 34.2L28.1375 32.121876Q27.559376 31.215626 27.184376 30.746876Q26.809376 30.2625 26.5125 30.075Q26.215626 29.871876 25.903126 29.79375Q25.684376 29.746876 25.16875 29.746876L23.621876 29.746876L23.621876 34.2L22.29375 34.2ZM23.621876 28.60625L26.48125 28.60625Q27.3875 28.60625 27.903126 28.41875Q28.41875 28.23125 28.684376 27.825Q28.95 27.403126 28.95 26.91875Q28.95 26.2 28.434376 25.746876Q27.91875 25.278126 26.79375 25.278126L23.621876 25.278126L23.621876 28.60625ZM36.85625 33.309376Q36.184376 33.8875 35.54375 34.1375Q34.91875 34.371876 34.184376 34.371876Q32.996876 34.371876 32.340626 33.79375Q31.7 33.2 31.7 32.278126Q31.7 31.746876 31.934376 31.309376Q32.184376 30.871876 32.575 30.60625Q32.98125 30.340626 33.465626 30.2Q33.825 30.10625 34.559376 30.0125Q36.059376 29.840626 36.7625 29.590626Q36.7625 29.340626 36.7625 29.278126Q36.7625 28.5125 36.41875 28.215626Q35.95 27.79375 35.0125 27.79375Q34.153126 27.79375 33.73125 28.10625Q33.325 28.403126 33.121876 29.16875L31.91875 29.0125Q32.075 28.23125 32.45 27.7625Q32.840626 27.29375 33.54375 27.04375Q34.2625 26.778126 35.2 26.778126Q36.121876 26.778126 36.7 26.996876Q37.278126 27.215626 37.54375 27.54375Q37.825 27.871876 37.934376 28.3875Q37.996876 28.7 37.996876 29.5125L37.996876 31.153126Q37.996876 32.871876 38.075 33.325Q38.153126 33.778126 38.3875 34.2L37.10625 34.2Q36.91875 33.809376 36.85625 33.309376ZM36.7625 30.559376Q36.090626 30.825 34.746876 31.028126Q33.996876 31.1375 33.66875 31.278126Q33.35625 31.403126 33.184376 31.66875Q33.0125 31.934376 33.0125 32.246876Q33.0125 32.746876 33.3875 33.075Q33.7625 33.403126 34.48125 33.403126Q35.2 33.403126 35.746876 33.090626Q36.29375 32.778126 36.559376 32.23125Q36.7625 31.825 36.7625 31.0125L36.7625 30.559376ZM40.121876 34.2L40.121876 26.934376L41.23125 26.934376L41.23125 27.965626Q42.028126 26.778126 43.54375 26.778126Q44.2 26.778126 44.746876 27.0125Q45.29375 27.246876 45.559376 27.6375Q45.840626 28.0125 45.95 28.54375Q46.028126 28.8875 46.028126 29.73125L46.028126 34.2L44.79375 34.2L44.79375 29.778126Q44.79375 29.028126 44.653126 28.66875Q44.5125 28.29375 44.1375 28.075Q43.778126 27.840626 43.278126 27.840626Q42.496876 27.840626 41.91875 28.340626Q41.35625 28.840626 41.35625 30.23125L41.35625 34.2L40.121876 34.2ZM48.1375 34.2L48.1375 24.184376L49.35625 24.184376L49.35625 29.8875L52.278126 26.934376L53.871876 26.934376L51.090626 29.6375L54.153126 34.2L52.621876 34.2L50.23125 30.48125L49.35625 31.325L49.35625 34.2L48.1375 34.2ZM61.809376 33.10625L61.98125 34.184376Q61.465626 34.29375 61.059376 34.29375Q60.3875 34.29375 60.0125 34.090626Q59.653126 33.871876 59.496876 33.528126Q59.35625 33.184376 59.35625 32.075L59.35625 27.903126L58.45 27.903126L58.45 26.934376L59.35625 26.934376L59.35625 25.1375L60.575 24.403126L60.575 26.934376L61.809376 26.934376L61.809376 27.903126L60.575 27.903126L60.575 32.1375Q60.575 32.66875 60.6375 32.825Q60.7 32.965626 60.840626 33.059376Q60.996876 33.153126 61.2625 33.153126Q61.48125 33.153126 61.809376 33.10625ZM63.121876 34.2L63.121876 24.184376L64.35625 24.184376L64.35625 27.778126Q65.21562 26.778126 66.52812 26.778126Q67.34062 26.778126 67.93437 27.10625Q68.52812 27.41875 68.77812 27.98125Q69.04375 28.528126 69.04375 29.60625L69.04375 34.2L67.80937 34.2L67.80937 29.60625Q67.80937 28.66875 67.40312 28.2625Q67.0125 27.840626 66.27812 27.840626Q65.73125 27.840626 65.24687 28.121876Q64.7625 28.403126 64.55937 28.8875Q64.35625 29.371876 64.35625 30.23125L64.35625 34.2L63.121876 34.2ZM76.09062 31.85625L77.37187 32.0125Q77.05937 33.1375 76.24687 33.7625Q75.43437 34.371876 74.16875 34.371876Q72.575 34.371876 71.6375 33.3875Q70.71562 32.403126 70.71562 30.6375Q70.71562 28.79375 71.65312 27.79375Q72.60625 26.778126 74.10625 26.778126Q75.55937 26.778126 76.48125 27.778126Q77.40312 28.7625 77.40312 30.559376Q77.40312 30.66875 77.40312 30.8875L71.98125 30.8875Q72.05937 32.075 72.65312 32.715626Q73.2625 33.35625 74.18437 33.35625Q74.85625 33.35625 75.325 32.996876Q75.80937 32.6375 76.09062 31.85625ZM72.05937 29.871876L76.10625 29.871876Q76.02812 28.95 75.6375 28.496876Q75.05937 27.79375 74.12187 27.79375Q73.2625 27.79375 72.68437 28.35625Q72.12187 28.91875 72.05937 29.871876ZM85.80937 33.10625L85.98125 34.184376Q85.46562 34.29375 85.05937 34.29375Q84.3875 34.29375 84.0125 34.090626Q83.65312 33.871876 83.49687 33.528126Q83.35625 33.184376 83.35625 32.075L83.35625 27.903126L82.45 27.903126L82.45 26.934376L83.35625 26.934376L83.35625 25.1375L84.575 24.403126L84.575 26.934376L85.80937 26.934376L85.80937 27.903126L84.575 27.903126L84.575 32.1375Q84.575 32.66875 84.6375 32.825Q84.7 32.965626 84.84062 33.059376Q84.99687 33.153126 85.2625 33.153126Q85.48125 33.153126 85.80937 33.10625ZM86.66875 30.575Q86.66875 28.559376 87.79375 27.575Q88.71562 26.778126 90.075 26.778126Q91.55937 26.778126 92.5125 27.7625Q93.46562 28.73125 93.46562 30.465626Q93.46562 31.871876 93.04375 32.684376Q92.62187 33.48125 91.80937 33.934376Q91.0125 34.371876 90.075 34.371876Q88.54375 34.371876 87.60625 33.3875Q86.66875 32.403126 86.66875 30.575ZM87.93437 30.575Q87.93437 31.965626 88.54375 32.66875Q89.15312 33.35625 90.075 33.35625Q90.98125 33.35625 91.59062 32.653126Q92.2 31.95 92.2 30.528126Q92.2 29.184376 91.59062 28.496876Q90.98125 27.79375 90.075 27.79375Q89.15312 27.79375 88.54375 28.48125Q87.93437 29.16875 87.93437 30.575ZM95.12187 36.98125L95.12187 26.934376L96.24687 26.934376L96.24687 27.8875Q96.6375 27.325 97.1375 27.059376Q97.6375 26.778126 98.35625 26.778126Q99.27812 26.778126 99.98125 27.2625Q100.7 27.73125 101.05937 28.60625Q101.41875 29.48125 101.41875 30.5125Q101.41875 31.621876 101.0125 32.528126Q100.62187 33.41875 99.85625 33.903126Q99.10625 34.371876 98.2625 34.371876Q97.65312 34.371876 97.15312 34.10625Q96.66875 33.840626 96.35625 33.45L96.35625 36.98125L95.12187 36.98125ZM96.23125 30.60625Q96.23125 32.0125 96.79375 32.684376Q97.37187 33.35625 98.18437 33.35625Q98.99687 33.35625 99.575 32.66875Q100.16875 31.965626 100.16875 30.5125Q100.16875 29.121876 99.59062 28.434376Q99.02812 27.746876 98.23125 27.746876Q97.45 27.746876 96.84062 28.48125Q96.23125 29.215626 96.23125 30.60625ZM109.80937 33.10625L109.98125 34.184376Q109.46562 34.29375 109.05937 34.29375Q108.3875 34.29375 108.0125 34.090626Q107.65312 33.871876 107.49687 33.528126Q107.35625 33.184376 107.35625 32.075L107.35625 27.903126L106.45 27.903126L106.45 26.934376L107.35625 26.934376L107.35625 25.1375L108.575 24.403126L108.575 26.934376L109.80937 26.934376L109.80937 27.903126L108.575 27.903126L108.575 32.1375Q108.575 32.66875 108.6375 32.825Q108.7 32.965626 108.84062 33.059376Q108.99687 33.153126 109.2625 33.153126Q109.48125 33.153126 109.80937 33.10625ZM111.12187 34.2L111.12187 24.184376L112.35625 24.184376L112.35625 27.778126Q113.21562 26.778126 114.52812 26.778126Q115.34062 26.778126 115.93437 27.10625Q116.52812 27.41875 116.77812 27.98125Q117.04375 28.528126 117.04375 29.60625L117.04375 34.2L115.80937 34.2L115.80937 29.60625Q115.80937 28.66875 115.40312 28.2625Q115.0125 27.840626 114.27812 27.840626Q113.73125 27.840626 113.24687 28.121876Q112.7625 28.403126 112.55937 28.8875Q112.35625 29.371876 112.35625 30.23125L112.35625 34.2L111.12187 34.2ZM119.10625 34.2L119.10625 26.934376L120.21562 26.934376L120.21562 28.04375Q120.6375 27.2625 120.99687 27.028126Q121.35625 26.778126 121.79375 26.778126Q122.41875 26.778126 123.05937 27.16875L122.6375 28.309376Q122.18437 28.04375 121.73125 28.04375Q121.325 28.04375 120.99687 28.29375Q120.68437 28.528126 120.54375 28.965626Q120.34062 29.621876 120.34062 30.403126L120.34062 34.2L119.10625 34.2ZM129.09062 31.85625L130.37187 32.0125Q130.05937 33.1375 129.24687 33.7625Q128.43437 34.371876 127.16875 34.371876Q125.575 34.371876 124.6375 33.3875Q123.71562 32.403126 123.71562 30.6375Q123.71562 28.79375 124.65312 27.79375Q125.60625 26.778126 127.10625 26.778126Q128.55937 26.778126 129.48125 27.778126Q130.40312 28.7625 130.40312 30.559376Q130.40312 30.66875 130.40312 30.8875L124.98125 30.8875Q125.05937 32.075 125.65312 32.715626Q126.2625 33.35625 127.18437 33.35625Q127.85625 33.35625 128.325 32.996876Q128.80937 32.6375 129.09062 31.85625ZM125.05937 29.871876L129.10625 29.871876Q129.02812 28.95 128.6375 28.496876Q128.05937 27.79375 127.12187 27.79375Q126.2625 27.79375 125.68437 28.35625Q125.12187 28.91875 125.05937 29.871876ZM137.09062 31.85625L138.37187 32.0125Q138.05937 33.1375 137.24687 33.7625Q136.43437 34.371876 135.16875 34.371876Q133.575 34.371876 132.6375 33.3875Q131.71562 32.403126 131.71562 30.6375Q131.71562 28.79375 132.65312 27.79375Q133.60625 26.778126 135.10625 26.778126Q136.55937 26.778126 137.48125 27.778126Q138.40312 28.7625 138.40312 30.559376Q138.40312 30.66875 138.40312 30.8875L132.98125 30.8875Q133.05937 32.075 133.65312 32.715626Q134.2625 33.35625 135.18437 33.35625Q135.85625 33.35625 136.325 32.996876Q136.80937 32.6375 137.09062 31.85625ZM133.05937 29.871876L137.10625 29.871876Q137.02812 28.95 136.6375 28.496876Q136.05937 27.79375 135.12187 27.79375Q134.2625 27.79375 133.68437 28.35625Q133.12187 28.91875 133.05937 29.871876ZM148.85625 33.309376Q148.18437 33.8875 147.54375 34.1375Q146.91875 34.371876 146.18437 34.371876Q144.99687 34.371876 144.34062 33.79375Q143.7 33.2 143.7 32.278126Q143.7 31.746876 143.93437 31.309376Q144.18437 30.871876 144.575 30.60625Q144.98125 30.340626 145.46562 30.2Q145.825 30.10625 146.55937 30.0125Q148.05937 29.840626 148.7625 29.590626Q148.7625 29.340626 148.7625 29.278126Q148.7625 28.5125 148.41875 28.215626Q147.95 27.79375 147.0125 27.79375Q146.15312 27.79375 145.73125 28.10625Q145.325 28.403126 145.12187 29.16875L143.91875 29.0125Q144.075 28.23125 144.45 27.7625Q144.84062 27.29375 145.54375 27.04375Q146.2625 26.778126 147.2 26.778126Q148.12187 26.778126 148.7 26.996876Q149.27812 27.215626 149.54375 27.54375Q149.825 27.871876 149.93437 28.3875Q149.99687 28.7 149.99687 29.5125L149.99687 31.153126Q149.99687 32.871876 150.075 33.325Q150.15312 33.778126 150.3875 34.2L149.10625 34.2Q148.91875 33.809376 148.85625 33.309376ZM148.7625 30.559376Q148.09062 30.825 146.74687 31.028126Q145.99687 31.1375 145.66875 31.278126Q145.35625 31.403126 145.18437 31.66875Q145.0125 31.934376 145.0125 32.246876Q145.0125 32.746876 145.3875 33.075Q145.7625 33.403126 146.48125 33.403126Q147.2 33.403126 147.74687 33.090626Q148.29375 32.778126 148.55937 32.23125Q148.7625 31.825 148.7625 31.0125L148.7625 30.559376ZM152.10625 34.2L152.10625 26.934376L153.21562 26.934376L153.21562 28.04375Q153.6375 27.2625 153.99687 27.028126Q154.35625 26.778126 154.79375 26.778126Q155.41875 26.778126 156.05937 27.16875L155.6375 28.309376Q155.18437 28.04375 154.73125 28.04375Q154.325 28.04375 153.99687 28.29375Q153.68437 28.528126 153.54375 28.965626Q153.34062 29.621876 153.34062 30.403126L153.34062 34.2L152.10625 34.2ZM161.85625 31.54375L163.075 31.7Q162.87187 32.95 162.04375 33.66875Q161.23125 34.371876 160.04375 34.371876Q158.55937 34.371876 157.65312 33.403126Q156.74687 32.41875 156.74687 30.590626Q156.74687 29.41875 157.1375 28.54375Q157.52812 27.653126 158.325 27.215626Q159.12187 26.778126 160.05937 26.778126Q161.23125 26.778126 161.98125 27.371876Q162.74687 27.965626 162.95 29.075L161.7625 29.2625Q161.59062 28.528126 161.15312 28.16875Q160.71562 27.79375 160.10625 27.79375Q159.16875 27.79375 158.59062 28.465626Q158.0125 29.121876 158.0125 30.559376Q158.0125 32.028126 158.575 32.7Q159.1375 33.35625 160.02812 33.35625Q160.7625 33.35625 161.24687 32.91875Q161.73125 32.465626 161.85625 31.54375ZM164.12187 34.2L164.12187 24.184376L165.35625 24.184376L165.35625 27.778126Q166.21562 26.778126 167.52812 26.778126Q168.34062 26.778126 168.93437 27.10625Q169.52812 27.41875 169.77812 27.98125Q170.04375 28.528126 170.04375 29.60625L170.04375 34.2L168.80937 34.2L168.80937 29.60625Q168.80937 28.66875 168.40312 28.2625Q168.0125 27.840626 167.27812 27.840626Q166.73125 27.840626 166.24687 28.121876Q165.7625 28.403126 165.55937 28.8875Q165.35625 29.371876 165.35625 30.23125L165.35625 34.2L164.12187 34.2ZM172.1375 25.590626L172.1375 24.184376L173.35625 24.184376L173.35625 25.590626L172.1375 25.590626ZM172.1375 34.2L172.1375 26.934376L173.35625 26.934376L173.35625 34.2L172.1375 34.2ZM177.80937 33.10625L177.98125 34.184376Q177.46562 34.29375 177.05937 34.29375Q176.3875 34.29375 176.0125 34.090626Q175.65312 33.871876 175.49687 33.528126Q175.35625 33.184376 175.35625 32.075L175.35625 27.903126L174.45 27.903126L174.45 26.934376L175.35625 26.934376L175.35625 25.1375L176.575 24.403126L176.575 26.934376L177.80937 26.934376L177.80937 27.903126L176.575 27.903126L176.575 32.1375Q176.575 32.66875 176.6375 32.825Q176.7 32.965626 176.84062 33.059376Q176.99687 33.153126 177.2625 33.153126Q177.48125 33.153126 177.80937 33.10625ZM184.09062 31.85625L185.37187 32.0125Q185.05937 33.1375 184.24687 33.7625Q183.43437 34.371876 182.16875 34.371876Q180.575 34.371876 179.6375 33.3875Q178.71562 32.403126 178.71562 30.6375Q178.71562 28.79375 179.65312 27.79375Q180.60625 26.778126 182.10625 26.778126Q183.55937 26.778126 184.48125 27.778126Q185.40312 28.7625 185.40312 30.559376Q185.40312 30.66875 185.40312 30.8875L179.98125 30.8875Q180.05937 32.075 180.65312 32.715626Q181.2625 33.35625 182.18437 33.35625Q182.85625 33.35625 183.325 32.996876Q183.80937 32.6375 184.09062 31.85625ZM180.05937 29.871876L184.10625 29.871876Q184.02812 28.95 183.6375 28.496876Q183.05937 27.79375 182.12187 27.79375Q181.2625 27.79375 180.68437 28.35625Q180.12187 28.91875 180.05937 29.871876ZM191.85625 31.54375L193.075 31.7Q192.87187 32.95 192.04375 33.66875Q191.23125 34.371876 190.04375 34.371876Q188.55937 34.371876 187.65312 33.403126Q186.74687 32.41875 186.74687 30.590626Q186.74687 29.41875 187.1375 28.54375Q187.52812 27.653126 188.325 27.215626Q189.12187 26.778126 190.05937 26.778126Q191.23125 26.778126 191.98125 27.371876Q192.74687 27.965626 192.95 29.075L191.7625 29.2625Q191.59062 28.528126 191.15312 28.16875Q190.71562 27.79375 190.10625 27.79375Q189.16875 27.79375 188.59062 28.465626Q188.0125 29.121876 188.0125 30.559376Q188.0125 32.028126 188.575 32.7Q189.1375 33.35625 190.02812 33.35625Q190.7625 33.35625 191.24687 32.91875Q191.73125 32.465626 191.85625 31.54375ZM196.80937 33.10625L196.98125 34.184376Q196.46562 34.29375 196.05937 34.29375Q195.3875 34.29375 195.0125 34.090626Q194.65312 33.871876 194.49687 33.528126Q194.35625 33.184376 194.35625 32.075L194.35625 27.903126L193.45 27.903126L193.45 26.934376L194.35625 26.934376L194.35625 25.1375L195.575 24.403126L195.575 26.934376L196.80937 26.934376L196.80937 27.903126L195.575 27.903126L195.575 32.1375Q195.575 32.66875 195.6375 32.825Q195.7 32.965626 195.84062 33.059376Q195.99687 33.153126 196.2625 33.153126Q196.48125 33.153126 196.80937 33.10625ZM202.8875 34.2L202.8875 33.1375Q202.02812 34.371876 200.575 34.371876Q199.93437 34.371876 199.37187 34.121876Q198.825 33.871876 198.54375 33.496876Q198.27812 33.121876 198.16875 32.590626Q198.09062 32.23125 198.09062 31.434376L198.09062 26.934376L199.325 26.934376L199.325 30.965626Q199.325 31.934376 199.40312 32.2625Q199.5125 32.746876 199.8875 33.028126Q200.2625 33.309376 200.825 33.309376Q201.37187 33.309376 201.85625 33.028126Q202.34062 32.73125 202.54375 32.246876Q202.74687 31.7625 202.74687 30.825L202.74687 26.934376L203.98125 26.934376L203.98125 34.2L202.8875 34.2ZM206.10625 34.2L206.10625 26.934376L207.21562 26.934376L207.21562 28.04375Q207.6375 27.2625 207.99687 27.028126Q208.35625 26.778126 208.79375 26.778126Q209.41875 26.778126 210.05937 27.16875L209.6375 28.309376Q209.18437 28.04375 208.73125 28.04375Q208.325 28.04375 207.99687 28.29375Q207.68437 28.528126 207.54375 28.965626Q207.34062 29.621876 207.34062 30.403126L207.34062 34.2L206.10625 34.2ZM216.09062 31.85625L217.37187 32.0125Q217.05937 33.1375 216.24687 33.7625Q215.43437 34.371876 214.16875 34.371876Q212.575 34.371876 211.6375 33.3875Q210.71562 32.403126 210.71562 30.6375Q210.71562 28.79375 211.65312 27.79375Q212.60625 26.778126 214.10625 26.778126Q215.55937 26.778126 216.48125 27.778126Q217.40312 28.7625 217.40312 30.559376Q217.40312 30.66875 217.40312 30.8875L211.98125 30.8875Q212.05937 32.075 212.65312 32.715626Q213.2625 33.35625 214.18437 33.35625Q214.85625 33.35625 215.325 32.996876Q215.80937 32.6375 216.09062 31.85625ZM212.05937 29.871876L216.10625 29.871876Q216.02812 28.95 215.6375 28.496876Q215.05937 27.79375 214.12187 27.79375Q213.2625 27.79375 212.68437 28.35625Q212.12187 28.91875 212.05937 29.871876ZM218.6375 32.028126L219.84062 31.840626Q219.95 32.575 220.41875 32.965626Q220.8875 33.35625 221.73125 33.35625Q222.575 33.35625 222.98125 33.0125Q223.40312 32.66875 223.40312 32.2Q223.40312 31.778126 223.02812 31.54375Q222.77812 31.371876 221.77812 31.121876Q220.41875 30.778126 219.8875 30.528126Q219.37187 30.278126 219.10625 29.840626Q218.84062 29.403126 218.84062 28.871876Q218.84062 28.3875 219.05937 27.98125Q219.27812 27.559376 219.66875 27.278126Q219.95 27.075 220.43437 26.934376Q220.93437 26.778126 221.5125 26.778126Q222.35625 26.778126 222.99687 27.028126Q223.65312 27.2625 223.96562 27.684376Q224.27812 28.10625 224.3875 28.809376L223.18437 28.98125Q223.10625 28.41875 222.7 28.10625Q222.30937 27.79375 221.59062 27.79375Q220.74687 27.79375 220.3875 28.075Q220.02812 28.340626 220.02812 28.73125Q220.02812 28.965626 220.16875 29.153126Q220.325 29.35625 220.65312 29.48125Q220.825 29.54375 221.73125 29.79375Q223.04375 30.153126 223.55937 30.371876Q224.075 30.590626 224.35625 31.0125Q224.65312 31.434376 224.65312 32.059376Q224.65312 32.684376 224.29375 33.23125Q223.95 33.7625 223.2625 34.075Q222.59062 34.371876 221.73125 34.371876Q220.325 34.371876 219.575 33.778126Q218.84062 33.184376 218.6375 32.028126ZM230.41875 34.2L230.41875 27.903126L229.325 27.903126L229.325 26.934376L230.41875 26.934376L230.41875 26.16875Q230.41875 25.434376 230.54375 25.075Q230.73125 24.60625 231.16875 24.309376Q231.62187 24.0125 232.43437 24.0125Q232.95 24.0125 233.575 24.1375L233.3875 25.2Q233.0125 25.1375 232.66875 25.1375Q232.10625 25.1375 231.87187 25.371876Q231.6375 25.60625 231.6375 26.2625L231.6375 26.934376L233.05937 26.934376L233.05937 27.903126L231.6375 27.903126L231.6375 34.2L230.41875 34.2ZM233.66875 30.575Q233.66875 28.559376 234.79375 27.575Q235.71562 26.778126 237.075 26.778126Q238.55937 26.778126 239.5125 27.7625Q240.46562 28.73125 240.46562 30.465626Q240.46562 31.871876 240.04375 32.684376Q239.62187 33.48125 238.80937 33.934376Q238.0125 34.371876 237.075 34.371876Q235.54375 34.371876 234.60625 33.3875Q233.66875 32.403126 233.66875 30.575ZM234.93437 30.575Q234.93437 31.965626 235.54375 32.66875Q236.15312 33.35625 237.075 33.35625Q237.98125 33.35625 238.59062 32.653126Q239.2 31.95 239.2 30.528126Q239.2 29.184376 238.59062 28.496876Q237.98125 27.79375 237.075 27.79375Q236.15312 27.79375 235.54375 28.48125Q234.93437 29.16875 234.93437 30.575ZM242.10625 34.2L242.10625 26.934376L243.21562 26.934376L243.21562 28.04375Q243.6375 27.2625 243.99687 27.028126Q244.35625 26.778126 244.79375 26.778126Q245.41875 26.778126 246.05937 27.16875L245.6375 28.309376Q245.18437 28.04375 244.73125 28.04375Q244.325 28.04375 243.99687 28.29375Q243.68437 28.528126 243.54375 28.965626Q243.34062 29.621876 243.34062 30.403126L243.34062 34.2L242.10625 34.2ZM252.46562 34.2L250.24687 26.934376L251.5125 26.934376L252.66875 31.1375L253.10625 32.684376Q253.12187 32.575 253.48125 31.184376L254.6375 26.934376L255.8875 26.934376L256.98126 31.153126L257.34064 32.54375L257.7625 31.1375L259.0125 26.934376L260.2 26.934376L257.9344 34.2L256.65314 34.2L255.49687 29.85625L255.21562 28.621876L253.74687 34.2L252.46562 34.2ZM261.1219 34.2L261.1219 24.184376L262.35626 24.184376L262.35626 27.778126Q263.21564 26.778126 264.52814 26.778126Q265.34064 26.778126 265.9344 27.10625Q266.52814 27.41875 266.77814 27.98125Q267.04376 28.528126 267.04376 29.60625L267.04376 34.2L265.8094 34.2L265.8094 29.60625Q265.8094 28.66875 265.40314 28.2625Q265.0125 27.840626 264.27814 27.840626Q263.73126 27.840626 263.2469 28.121876Q262.7625 28.403126 262.5594 28.8875Q262.35626 29.371876 262.35626 30.23125L262.35626 34.2L261.1219 34.2ZM269.1375 25.590626L269.1375 24.184376L270.35626 24.184376L270.35626 25.590626L269.1375 25.590626ZM269.1375 34.2L269.1375 26.934376L270.35626 26.934376L270.35626 34.2L269.1375 34.2ZM276.85626 31.54375L278.075 31.7Q277.8719 32.95 277.04376 33.66875Q276.23126 34.371876 275.04376 34.371876Q273.5594 34.371876 272.65314 33.403126Q271.7469 32.41875 271.7469 30.590626Q271.7469 29.41875 272.1375 28.54375Q272.52814 27.653126 273.325 27.215626Q274.1219 26.778126 275.0594 26.778126Q276.23126 26.778126 276.98126 27.371876Q277.7469 27.965626 277.95 29.075L276.7625 29.2625Q276.59064 28.528126 276.15314 28.16875Q275.71564 27.79375 275.10626 27.79375Q274.16876 27.79375 273.59064 28.465626Q273.0125 29.121876 273.0125 30.559376Q273.0125 32.028126 273.575 32.7Q274.1375 33.35625 275.02814 33.35625Q275.7625 33.35625 276.2469 32.91875Q276.73126 32.465626 276.85626 31.54375ZM279.1219 34.2L279.1219 24.184376L280.35626 24.184376L280.35626 27.778126Q281.21564 26.778126 282.52814 26.778126Q283.34064 26.778126 283.9344 27.10625Q284.52814 27.41875 284.77814 27.98125Q285.04376 28.528126 285.04376 29.60625L285.04376 34.2L283.8094 34.2L283.8094 29.60625Q283.8094 28.66875 283.40314 28.2625Q283.0125 27.840626 282.27814 27.840626Q281.73126 27.840626 281.2469 28.121876Q280.7625 28.403126 280.5594 28.8875Q280.35626 29.371876 280.35626 30.23125L280.35626 34.2L279.1219 34.2ZM295.96564 30.2625L295.96564 29.090626L300.21564 29.090626L300.21564 32.809376Q299.23126 33.590626 298.1844 33.98125Q297.15314 34.371876 296.0594 34.371876Q294.59064 34.371876 293.3719 33.746876Q292.16876 33.10625 291.5594 31.91875Q290.95 30.715626 290.95 29.23125Q290.95 27.778126 291.5594 26.5125Q292.16876 25.23125 293.3094 24.621876Q294.46564 24.0125 295.96564 24.0125Q297.04376 24.0125 297.91876 24.371876Q298.8094 24.715626 299.3094 25.340626Q299.8094 25.965626 300.0594 26.98125L298.8719 27.309376Q298.6375 26.54375 298.29376 26.10625Q297.96564 25.66875 297.34064 25.403126Q296.73126 25.1375 295.96564 25.1375Q295.0594 25.1375 294.3875 25.41875Q293.73126 25.7 293.325 26.153126Q292.91876 26.590626 292.7 27.1375Q292.3094 28.075 292.3094 29.153126Q292.3094 30.496876 292.7625 31.403126Q293.23126 32.29375 294.10626 32.73125Q294.9969 33.16875 295.9969 33.16875Q296.85626 33.16875 297.66876 32.840626Q298.4969 32.5125 298.91876 32.1375L298.91876 30.2625L295.96564 30.2625ZM301.66876 30.575Q301.66876 28.559376 302.79376 27.575Q303.71564 26.778126 305.075 26.778126Q306.5594 26.778126 307.5125 27.7625Q308.46564 28.73125 308.46564 30.465626Q308.46564 31.871876 308.04376 32.684376Q307.6219 33.48125 306.8094 33.934376Q306.0125 34.371876 305.075 34.371876Q303.54376 34.371876 302.60626 33.3875Q301.66876 32.403126 301.66876 30.575ZM302.9344 30.575Q302.9344 31.965626 303.54376 32.66875Q304.15314 33.35625 305.075 33.35625Q305.98126 33.35625 306.59064 32.653126Q307.2 31.95 307.2 30.528126Q307.2 29.184376 306.59064 28.496876Q305.98126 27.79375 305.075 27.79375Q304.15314 27.79375 303.54376 28.48125Q302.9344 29.16875 302.9344 30.575ZM313.6375 32.028126L314.84064 31.840626Q314.95 32.575 315.41876 32.965626Q315.8875 33.35625 316.73126 33.35625Q317.575 33.35625 317.98126 33.0125Q318.40314 32.66875 318.40314 32.2Q318.40314 31.778126 318.02814 31.54375Q317.77814 31.371876 316.77814 31.121876Q315.41876 30.778126 314.8875 30.528126Q314.3719 30.278126 314.10626 29.840626Q313.84064 29.403126 313.84064 28.871876Q313.84064 28.3875 314.0594 27.98125Q314.27814 27.559376 314.66876 27.278126Q314.95 27.075 315.4344 26.934376Q315.9344 26.778126 316.5125 26.778126Q317.35626 26.778126 317.9969 27.028126Q318.65314 27.2625 318.96564 27.684376Q319.27814 28.10625 319.3875 28.809376L318.1844 28.98125Q318.10626 28.41875 317.7 28.10625Q317.3094 27.79375 316.59064 27.79375Q315.7469 27.79375 315.3875 28.075Q315.02814 28.340626 315.02814 28.73125Q315.02814 28.965626 315.16876 29.153126Q315.325 29.35625 315.65314 29.48125Q315.825 29.54375 316.73126 29.79375Q318.04376 30.153126 318.5594 30.371876Q319.075 30.590626 319.35626 31.0125Q319.65314 31.434376 319.65314 32.059376Q319.65314 32.684376 319.29376 33.23125Q318.95 33.7625 318.2625 34.075Q317.59064 34.371876 316.73126 34.371876Q315.325 34.371876 314.575 33.778126Q313.84064 33.184376 313.6375 32.028126ZM325.8875 34.2L325.8875 33.1375Q325.02814 34.371876 323.575 34.371876Q322.9344 34.371876 322.3719 34.121876Q321.825 33.871876 321.54376 33.496876Q321.27814 33.121876 321.16876 32.590626Q321.09064 32.23125 321.09064 31.434376L321.09064 26.934376L322.325 26.934376L322.325 30.965626Q322.325 31.934376 322.40314 32.2625Q322.5125 32.746876 322.8875 33.028126Q323.2625 33.309376 323.825 33.309376Q324.3719 33.309376 324.85626 33.028126Q325.34064 32.73125 325.54376 32.246876Q325.7469 31.7625 325.7469 30.825L325.7469 26.934376L326.98126 26.934376L326.98126 34.2L325.8875 34.2ZM329.1219 36.98125L329.1219 26.934376L330.2469 26.934376L330.2469 27.8875Q330.6375 27.325 331.1375 27.059376Q331.6375 26.778126 332.35626 26.778126Q333.27814 26.778126 333.98126 27.2625Q334.7 27.73125 335.0594 28.60625Q335.41876 29.48125 335.41876 30.5125Q335.41876 31.621876 335.0125 32.528126Q334.6219 33.41875 333.85626 33.903126Q333.10626 34.371876 332.2625 34.371876Q331.65314 34.371876 331.15314 34.10625Q330.66876 33.840626 330.35626 33.45L330.35626 36.98125L329.1219 36.98125ZM330.23126 30.60625Q330.23126 32.0125 330.79376 32.684376Q331.3719 33.35625 332.1844 33.35625Q332.9969 33.35625 333.575 32.66875Q334.16876 31.965626 334.16876 30.5125Q334.16876 29.121876 333.59064 28.434376Q333.02814 27.746876 332.23126 27.746876Q331.45 27.746876 330.84064 28.48125Q330.23126 29.215626 330.23126 30.60625ZM337.1219 36.98125L337.1219 26.934376L338.2469 26.934376L338.2469 27.8875Q338.6375 27.325 339.1375 27.059376Q339.6375 26.778126 340.35626 26.778126Q341.27814 26.778126 341.98126 27.2625Q342.7 27.73125 343.0594 28.60625Q343.41876 29.48125 343.41876 30.5125Q343.41876 31.621876 343.0125 32.528126Q342.6219 33.41875 341.85626 33.903126Q341.10626 34.371876 340.2625 34.371876Q339.65314 34.371876 339.15314 34.10625Q338.66876 33.840626 338.35626 33.45L338.35626 36.98125L337.1219 36.98125ZM338.23126 30.60625Q338.23126 32.0125 338.79376 32.684376Q339.3719 33.35625 340.1844 33.35625Q340.9969 33.35625 341.575 32.66875Q342.16876 31.965626 342.16876 30.5125Q342.16876 29.121876 341.59064 28.434376Q341.02814 27.746876 340.23126 27.746876Q339.45 27.746876 338.84064 28.48125Q338.23126 29.215626 338.23126 30.60625ZM344.66876 30.575Q344.66876 28.559376 345.79376 27.575Q346.71564 26.778126 348.075 26.778126Q349.5594 26.778126 350.5125 27.7625Q351.46564 28.73125 351.46564 30.465626Q351.46564 31.871876 351.04376 32.684376Q350.6219 33.48125 349.8094 33.934376Q349.0125 34.371876 348.075 34.371876Q346.54376 34.371876 345.60626 33.3875Q344.66876 32.403126 344.66876 30.575ZM345.9344 30.575Q345.9344 31.965626 346.54376 32.66875Q347.15314 33.35625 348.075 33.35625Q348.98126 33.35625 349.59064 32.653126Q350.2 31.95 350.2 30.528126Q350.2 29.184376 349.59064 28.496876Q348.98126 27.79375 348.075 27.79375Q347.15314 27.79375 346.54376 28.48125Q345.9344 29.16875 345.9344 30.575ZM353.10626 34.2L353.10626 26.934376L354.21564 26.934376L354.21564 28.04375Q354.6375 27.2625 354.9969 27.028126Q355.35626 26.778126 355.79376 26.778126Q356.41876 26.778126 357.0594 27.16875L356.6375 28.309376Q356.1844 28.04375 355.73126 28.04375Q355.325 28.04375 354.9969 28.29375Q354.6844 28.528126 354.54376 28.965626Q354.34064 29.621876 354.34064 30.403126L354.34064 34.2L353.10626 34.2ZM360.8094 33.10625L360.98126 34.184376Q360.46564 34.29375 360.0594 34.29375Q359.3875 34.29375 359.0125 34.090626Q358.65314 33.871876 358.4969 33.528126Q358.35626 33.184376 358.35626 32.075L358.35626 27.903126L357.45 27.903126L357.45 26.934376L358.35626 26.934376L358.35626 25.1375L359.575 24.403126L359.575 26.934376L360.8094 26.934376L360.8094 27.903126L359.575 27.903126L359.575 32.1375Q359.575 32.66875 359.6375 32.825Q359.7 32.965626 359.84064 33.059376Q359.9969 33.153126 360.2625 33.153126Q360.48126 33.153126 360.8094 33.10625ZM366.1375 25.590626L366.1375 24.184376L367.35626 24.184376L367.35626 25.590626L366.1375 25.590626ZM366.1375 34.2L366.1375 26.934376L367.35626 26.934376L367.35626 34.2L366.1375 34.2ZM368.6375 32.028126L369.84064 31.840626Q369.95 32.575 370.41876 32.965626Q370.8875 33.35625 371.73126 33.35625Q372.575 33.35625 372.98126 33.0125Q373.40314 32.66875 373.40314 32.2Q373.40314 31.778126 373.02814 31.54375Q372.77814 31.371876 371.77814 31.121876Q370.41876 30.778126 369.8875 30.528126Q369.3719 30.278126 369.10626 29.840626Q368.84064 29.403126 368.84064 28.871876Q368.84064 28.3875 369.0594 27.98125Q369.27814 27.559376 369.66876 27.278126Q369.95 27.075 370.4344 26.934376Q370.9344 26.778126 371.5125 26.778126Q372.35626 26.778126 372.9969 27.028126Q373.65314 27.2625 373.96564 27.684376Q374.27814 28.10625 374.3875 28.809376L373.1844 28.98125Q373.10626 28.41875 372.7 28.10625Q372.3094 27.79375 371.59064 27.79375Q370.7469 27.79375 370.3875 28.075Q370.02814 28.340626 370.02814 28.73125Q370.02814 28.965626 370.16876 29.153126Q370.325 29.35625 370.65314 29.48125Q370.825 29.54375 371.73126 29.79375Q373.04376 30.153126 373.5594 30.371876Q374.075 30.590626 374.35626 31.0125Q374.65314 31.434376 374.65314 32.059376Q374.65314 32.684376 374.29376 33.23125Q373.95 33.7625 373.2625 34.075Q372.59064 34.371876 371.73126 34.371876Q370.325 34.371876 369.575 33.778126Q368.84064 33.184376 368.6375 32.028126ZM380.1219 34.2L380.1219 26.934376L381.23126 26.934376L381.23126 27.965626Q381.5594 27.41875 382.1219 27.10625Q382.7 26.778126 383.41876 26.778126Q384.23126 26.778126 384.7469 27.121876Q385.2625 27.45 385.48126 28.04375Q386.34064 26.778126 387.71564 26.778126Q388.79376 26.778126 389.3719 27.371876Q389.96564 27.965626 389.96564 29.215626L389.96564 34.2L388.73126 34.2L388.73126 29.621876Q388.73126 28.8875 388.60626 28.559376Q388.4969 28.23125 388.1844 28.04375Q387.8719 27.840626 387.45 27.840626Q386.6844 27.840626 386.16876 28.35625Q385.66876 28.85625 385.66876 29.98125L385.66876 34.2L384.4344 34.2L384.4344 29.48125Q384.4344 28.66875 384.1375 28.2625Q383.84064 27.840626 383.15314 27.840626Q382.6375 27.840626 382.1844 28.121876Q381.7469 28.3875 381.54376 28.91875Q381.35626 29.434376 381.35626 30.434376L381.35626 34.2L380.1219 34.2ZM391.66876 30.575Q391.66876 28.559376 392.79376 27.575Q393.71564 26.778126 395.075 26.778126Q396.5594 26.778126 397.5125 27.7625Q398.46564 28.73125 398.46564 30.465626Q398.46564 31.871876 398.04376 32.684376Q397.6219 33.48125 396.8094 33.934376Q396.0125 34.371876 395.075 34.371876Q393.54376 34.371876 392.60626 33.3875Q391.66876 32.403126 391.66876 30.575ZM392.9344 30.575Q392.9344 31.965626 393.54376 32.66875Q394.15314 33.35625 395.075 33.35625Q395.98126 33.35625 396.59064 32.653126Q397.2 31.95 397.2 30.528126Q397.2 29.184376 396.59064 28.496876Q395.98126 27.79375 395.075 27.79375Q394.15314 27.79375 393.54376 28.48125Q392.9344 29.16875 392.9344 30.575ZM399.6375 32.028126L400.84064 31.840626Q400.95 32.575 401.41876 32.965626Q401.8875 33.35625 402.73126 33.35625Q403.575 33.35625 403.98126 33.0125Q404.40314 32.66875 404.40314 32.2Q404.40314 31.778126 404.02814 31.54375Q403.77814 31.371876 402.77814 31.121876Q401.41876 30.778126 400.8875 30.528126Q400.3719 30.278126 400.10626 29.840626Q399.84064 29.403126 399.84064 28.871876Q399.84064 28.3875 400.0594 27.98125Q400.27814 27.559376 400.66876 27.278126Q400.95 27.075 401.4344 26.934376Q401.9344 26.778126 402.5125 26.778126Q403.35626 26.778126 403.9969 27.028126Q404.65314 27.2625 404.96564 27.684376Q405.27814 28.10625 405.3875 28.809376L404.1844 28.98125Q404.10626 28.41875 403.7 28.10625Q403.3094 27.79375 402.59064 27.79375Q401.7469 27.79375 401.3875 28.075Q401.02814 28.340626 401.02814 28.73125Q401.02814 28.965626 401.16876 29.153126Q401.325 29.35625 401.65314 29.48125Q401.825 29.54375 402.73126 29.79375Q404.04376 30.153126 404.5594 30.371876Q405.075 30.590626 405.35626 31.0125Q405.65314 31.434376 405.65314 32.059376Q405.65314 32.684376 405.29376 33.23125Q404.95 33.7625 404.2625 34.075Q403.59064 34.371876 402.73126 34.371876Q401.325 34.371876 400.575 33.778126Q399.84064 33.184376 399.6375 32.028126ZM409.8094 33.10625L409.98126 34.184376Q409.46564 34.29375 409.0594 34.29375Q408.3875 34.29375 408.0125 34.090626Q407.65314 33.871876 407.4969 33.528126Q407.35626 33.184376 407.35626 32.075L407.35626 27.903126L406.45 27.903126L406.45 26.934376L407.35626 26.934376L407.35626 25.1375L408.575 24.403126L408.575 26.934376L409.8094 26.934376L409.8094 27.903126L408.575 27.903126L408.575 32.1375Q408.575 32.66875 408.6375 32.825Q408.7 32.965626 408.84064 33.059376Q408.9969 33.153126 409.2625 33.153126Q409.48126 33.153126 409.8094 33.10625ZM415.1375 25.590626L415.1375 24.184376L416.35626 24.184376L416.35626 25.590626L415.1375 25.590626ZM415.1375 34.2L415.1375 26.934376L416.35626 26.934376L416.35626 34.2L415.1375 34.2ZM418.1219 34.2L418.1219 26.934376L419.23126 26.934376L419.23126 27.965626Q419.5594 27.41875 420.1219 27.10625Q420.7 26.778126 421.41876 26.778126Q422.23126 26.778126 422.7469 27.121876Q423.2625 27.45 423.48126 28.04375Q424.34064 26.778126 425.71564 26.778126Q426.79376 26.778126 427.3719 27.371876Q427.96564 27.965626 427.96564 29.215626L427.96564 34.2L426.73126 34.2L426.73126 29.621876Q426.73126 28.8875 426.60626 28.559376Q426.4969 28.23125 426.1844 28.04375Q425.8719 27.840626 425.45 27.840626Q424.6844 27.840626 424.16876 28.35625Q423.66876 28.85625 423.66876 29.98125L423.66876 34.2L422.4344 34.2L422.4344 29.48125Q422.4344 28.66875 422.1375 28.2625Q421.84064 27.840626 421.15314 27.840626Q420.6375 27.840626 420.1844 28.121876Q419.7469 28.3875 419.54376 28.91875Q419.35626 29.434376 419.35626 30.434376L419.35626 34.2L418.1219 34.2ZM430.1219 36.98125L430.1219 26.934376L431.2469 26.934376L431.2469 27.8875Q431.6375 27.325 432.1375 27.059376Q432.6375 26.778126 433.35626 26.778126Q434.27814 26.778126 434.98126 27.2625Q435.7 27.73125 436.0594 28.60625Q436.41876 29.48125 436.41876 30.5125Q436.41876 31.621876 436.0125 32.528126Q435.6219 33.41875 434.85626 33.903126Q434.10626 34.371876 433.2625 34.371876Q432.65314 34.371876 432.15314 34.10625Q431.66876 33.840626 431.35626 33.45L431.35626 36.98125L430.1219 36.98125ZM431.23126 30.60625Q431.23126 32.0125 431.79376 32.684376Q432.3719 33.35625 433.1844 33.35625Q433.9969 33.35625 434.575 32.66875Q435.16876 31.965626 435.16876 30.5125Q435.16876 29.121876 434.59064 28.434376Q434.02814 27.746876 433.23126 27.746876Q432.45 27.746876 431.84064 28.48125Q431.23126 29.215626 431.23126 30.60625ZM437.66876 30.575Q437.66876 28.559376 438.79376 27.575Q439.71564 26.778126 441.075 26.778126Q442.5594 26.778126 443.5125 27.7625Q444.46564 28.73125 444.46564 30.465626Q444.46564 31.871876 444.04376 32.684376Q443.6219 33.48125 442.8094 33.934376Q442.0125 34.371876 441.075 34.371876Q439.54376 34.371876 438.60626 33.3875Q437.66876 32.403126 437.66876 30.575ZM438.9344 30.575Q438.9344 31.965626 439.54376 32.66875Q440.15314 33.35625 441.075 33.35625Q441.98126 33.35625 442.59064 32.653126Q443.2 31.95 443.2 30.528126Q443.2 29.184376 442.59064 28.496876Q441.98126 27.79375 441.075 27.79375Q440.15314 27.79375 439.54376 28.48125Q438.9344 29.16875 438.9344 30.575ZM446.10626 34.2L446.10626 26.934376L447.21564 26.934376L447.21564 28.04375Q447.6375 27.2625 447.9969 27.028126Q448.35626 26.778126 448.79376 26.778126Q449.41876 26.778126 450.0594 27.16875L449.6375 28.309376Q449.1844 28.04375 448.73126 28.04375Q448.325 28.04375 447.9969 28.29375Q447.6844 28.528126 447.54376 28.965626Q447.34064 29.621876 447.34064 30.403126L447.34064 34.2L446.10626 34.2ZM453.8094 33.10625L453.98126 34.184376Q453.46564 34.29375 453.0594 34.29375Q452.3875 34.29375 452.0125 34.090626Q451.65314 33.871876 451.4969 33.528126Q451.35626 33.184376 451.35626 32.075L451.35626 27.903126L450.45 27.903126L450.45 26.934376L451.35626 26.934376L451.35626 25.1375L452.575 24.403126L452.575 26.934376L453.8094 26.934376L453.8094 27.903126L452.575 27.903126L452.575 32.1375Q452.575 32.66875 452.6375 32.825Q452.7 32.965626 452.84064 33.059376Q452.9969 33.153126 453.2625 33.153126Q453.48126 33.153126 453.8094 33.10625ZM459.85626 33.309376Q459.1844 33.8875 458.54376 34.1375Q457.91876 34.371876 457.1844 34.371876Q455.9969 34.371876 455.34064 33.79375Q454.7 33.2 454.7 32.278126Q454.7 31.746876 454.9344 31.309376Q455.1844 30.871876 455.575 30.60625Q455.98126 30.340626 456.46564 30.2Q456.825 30.10625 457.5594 30.0125Q459.0594 29.840626 459.7625 29.590626Q459.7625 29.340626 459.7625 29.278126Q459.7625 28.5125 459.41876 28.215626Q458.95 27.79375 458.0125 27.79375Q457.15314 27.79375 456.73126 28.10625Q456.325 28.403126 456.1219 29.16875L454.91876 29.0125Q455.075 28.23125 455.45 27.7625Q455.84064 27.29375 456.54376 27.04375Q457.2625 26.778126 458.2 26.778126Q459.1219 26.778126 459.7 26.996876Q460.27814 27.215626 460.54376 27.54375Q460.825 27.871876 460.9344 28.3875Q460.9969 28.7 460.9969 29.5125L460.9969 31.153126Q460.9969 32.871876 461.075 33.325Q461.15314 33.778126 461.3875 34.2L460.10626 34.2Q459.91876 33.809376 459.85626 33.309376ZM459.7625 30.559376Q459.09064 30.825 457.7469 31.028126Q456.9969 31.1375 456.66876 31.278126Q456.35626 31.403126 456.1844 31.66875Q456.0125 31.934376 456.0125 32.246876Q456.0125 32.746876 456.3875 33.075Q456.7625 33.403126 457.48126 33.403126Q458.2 33.403126 458.7469 33.090626Q459.29376 32.778126 459.5594 32.23125Q459.7625 31.825 459.7625 31.0125L459.7625 30.559376ZM463.1219 34.2L463.1219 26.934376L464.23126 26.934376L464.23126 27.965626Q465.02814 26.778126 466.54376 26.778126Q467.2 26.778126 467.7469 27.0125Q468.29376 27.246876 468.5594 27.6375Q468.84064 28.0125 468.95 28.54375Q469.02814 28.8875 469.02814 29.73125L469.02814 34.2L467.79376 34.2L467.79376 29.778126Q467.79376 29.028126 467.65314 28.66875Q467.5125 28.29375 467.1375 28.075Q466.77814 27.840626 466.27814 27.840626Q465.4969 27.840626 464.91876 28.340626Q464.35626 28.840626 464.35626 30.23125L464.35626 34.2L463.1219 34.2ZM473.8094 33.10625L473.98126 34.184376Q473.46564 34.29375 473.0594 34.29375Q472.3875 34.29375 472.0125 34.090626Q471.65314 33.871876 471.4969 33.528126Q471.35626 33.184376 471.35626 32.075L471.35626 27.903126L470.45 27.903126L470.45 26.934376L471.35626 26.934376L471.35626 25.1375L472.575 24.403126L472.575 26.934376L473.8094 26.934376L473.8094 27.903126L472.575 27.903126L472.575 32.1375Q472.575 32.66875 472.6375 32.825Q472.7 32.965626 472.84064 33.059376Q472.9969 33.153126 473.2625 33.153126Q473.48126 33.153126 473.8094 33.10625ZM481.8094 33.10625L481.98126 34.184376Q481.46564 34.29375 481.0594 34.29375Q480.3875 34.29375 480.0125 34.090626Q479.65314 33.871876 479.4969 33.528126Q479.35626 33.184376 479.35626 32.075L479.35626 27.903126L478.45 27.903126L478.45 26.934376L479.35626 26.934376L479.35626 25.1375L480.575 24.403126L480.575 26.934376L481.8094 26.934376L481.8094 27.903126L480.575 27.903126L480.575 32.1375Q480.575 32.66875 480.6375 32.825Q480.7 32.965626 480.84064 33.059376Q480.9969 33.153126 481.2625 33.153126Q481.48126 33.153126 481.8094 33.10625ZM482.66876 30.575Q482.66876 28.559376 483.79376 27.575Q484.71564 26.778126 486.075 26.778126Q487.5594 26.778126 488.5125 27.7625Q489.46564 28.73125 489.46564 30.465626Q489.46564 31.871876 489.04376 32.684376Q488.6219 33.48125 487.8094 33.934376Q487.0125 34.371876 486.075 34.371876Q484.54376 34.371876 483.60626 33.3875Q482.66876 32.403126 482.66876 30.575ZM483.9344 30.575Q483.9344 31.965626 484.54376 32.66875Q485.15314 33.35625 486.075 33.35625Q486.98126 33.35625 487.59064 32.653126Q488.2 31.95 488.2 30.528126Q488.2 29.184376 487.59064 28.496876Q486.98126 27.79375 486.075 27.79375Q485.15314 27.79375 484.54376 28.48125Q483.9344 29.16875 483.9344 30.575ZM495.075 36.996876L494.9344 35.840626Q495.34064 35.95 495.6375 35.95Q496.04376 35.95 496.29376 35.809376Q496.54376 35.684376 496.7 35.434376Q496.8094 35.246876 497.075 34.5125Q497.10626 34.41875 497.1844 34.215626L494.41876 26.934376L495.7469 26.934376L497.2625 31.1375Q497.5594 31.95 497.79376 32.825Q497.9969 31.98125 498.29376 31.16875L499.84064 26.934376L501.075 26.934376L498.3094 34.325Q497.8719 35.5125 497.6219 35.965626Q497.29376 36.575 496.8719 36.85625Q496.45 37.153126 495.85626 37.153126Q495.5125 37.153126 495.075 36.996876ZM501.66876 30.575Q501.66876 28.559376 502.79376 27.575Q503.71564 26.778126 505.075 26.778126Q506.5594 26.778126 507.5125 27.7625Q508.46564 28.73125 508.46564 30.465626Q508.46564 31.871876 508.04376 32.684376Q507.6219 33.48125 506.8094 33.934376Q506.0125 34.371876 505.075 34.371876Q503.54376 34.371876 502.60626 33.3875Q501.66876 32.403126 501.66876 30.575ZM502.9344 30.575Q502.9344 31.965626 503.54376 32.66875Q504.15314 33.35625 505.075 33.35625Q505.98126 33.35625 506.59064 32.653126Q507.2 31.95 507.2 30.528126Q507.2 29.184376 506.59064 28.496876Q505.98126 27.79375 505.075 27.79375Q504.15314 27.79375 503.54376 28.48125Q502.9344 29.16875 502.9344 30.575ZM514.8875 34.2L514.8875 33.1375Q514.02814 34.371876 512.575 34.371876Q511.9344 34.371876 511.3719 34.121876Q510.825 33.871876 510.54376 33.496876Q510.27814 33.121876 510.16876 32.590626Q510.09064 32.23125 510.09064 31.434376L510.09064 26.934376L511.325 26.934376L511.325 30.965626Q511.325 31.934376 511.40314 32.2625Q511.5125 32.746876 511.8875 33.028126Q512.2625 33.309376 512.825 33.309376Q513.3719 33.309376 513.85626 33.028126Q514.34064 32.73125 514.54376 32.246876Q514.7469 31.7625 514.7469 30.825L514.7469 26.934376L515.98126 26.934376L515.98126 34.2L514.8875 34.2ZM518.46564 28.340626L518.46564 26.934376L519.8719 26.934376L519.8719 28.340626L518.46564 28.340626ZM518.46564 34.2L518.46564 32.79375L519.8719 32.79375L519.8719 34.2L518.46564 34.2Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig2.svg b/_content/survey2018/fig2.svg
deleted file mode 100644
index c11e050..0000000
--- a/_content/survey2018/fig2.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 469.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="469" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 469.0L0 469.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 469.0L0 469.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 28.5L142.5 393.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 28.5L249.5 393.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 28.5L355.5 393.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 28.5L462.5 393.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 28.5L569.5 393.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 28.761223L569.4754 28.761223L569.4754 393.5L142.303 393.5L142.303 28.761223Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 67.0L142.0 53.0L375.0 53.0C376.10458 53.0 377.0 53.89543 377.0 55.0L377.0 65.0C377.0 66.10457 376.10458 67.0 375.0 67.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 67.0L142.0 53.0L375.0 53.0C376.10458 53.0 377.0 53.89543 377.0 55.0L377.0 65.0C377.0 66.10457 376.10458 67.0 375.0 67.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 135.0L142.0 121.0L295.0 121.0C296.10458 121.0 297.0 121.89543 297.0 123.0L297.0 133.0C297.0 134.10457 296.10458 135.0 295.0 135.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 135.0L142.0 121.0L295.0 121.0C296.10458 121.0 297.0 121.89543 297.0 123.0L297.0 133.0C297.0 134.10457 296.10458 135.0 295.0 135.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 203.0L142.0 189.0L215.0 189.0C216.10457 189.0 217.0 189.89543 217.0 191.0L217.0 201.0C217.0 202.10457 216.10457 203.0 215.0 203.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 203.0L142.0 189.0L215.0 189.0C216.10457 189.0 217.0 189.89543 217.0 191.0L217.0 201.0C217.0 202.10457 216.10457 203.0 215.0 203.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 271.0L142.0 257.0L194.0 257.0C195.10457 257.0 196.0 257.89542 196.0 259.0L196.0 269.0C196.0 270.10458 195.10457 271.0 194.0 271.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 271.0L142.0 257.0L194.0 257.0C195.10457 257.0 196.0 257.89542 196.0 259.0L196.0 269.0C196.0 270.10458 195.10457 271.0 194.0 271.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 339.0L142.0 325.0L151.0 325.0C152.10457 325.0 153.0 325.89542 153.0 327.0L153.0 337.0C153.0 338.10458 152.10457 339.0 151.0 339.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 339.0L142.0 325.0L151.0 325.0C152.10457 325.0 153.0 325.89542 153.0 327.0L153.0 337.0C153.0 338.10458 152.10457 339.0 151.0 339.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 82.0L142.0 68.0L397.0 68.0C398.10458 68.0 399.0 68.89543 399.0 70.0L399.0 80.0C399.0 81.10457 398.10458 82.0 397.0 82.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 82.0L142.0 68.0L397.0 68.0C398.10458 68.0 399.0 68.89543 399.0 70.0L399.0 80.0C399.0 81.10457 398.10458 82.0 397.0 82.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 150.0L142.0 136.0L295.0 136.0C296.10458 136.0 297.0 136.89543 297.0 138.0L297.0 148.0C297.0 149.10457 296.10458 150.0 295.0 150.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 150.0L142.0 136.0L295.0 136.0C296.10458 136.0 297.0 136.89543 297.0 138.0L297.0 148.0C297.0 149.10457 296.10458 150.0 295.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 218.0L142.0 204.0L188.0 204.0C189.10457 204.0 190.0 204.89543 190.0 206.0L190.0 216.0C190.0 217.10457 189.10457 218.0 188.0 218.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 218.0L142.0 204.0L188.0 204.0C189.10457 204.0 190.0 204.89543 190.0 206.0L190.0 216.0C190.0 217.10457 189.10457 218.0 188.0 218.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 286.0L142.0 272.0L199.0 272.0C200.10457 272.0 201.0 272.89542 201.0 274.0L201.0 284.0C201.0 285.10458 200.10457 286.0 199.0 286.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 286.0L142.0 272.0L199.0 272.0C200.10457 272.0 201.0 272.89542 201.0 274.0L201.0 284.0C201.0 285.10458 200.10457 286.0 199.0 286.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 354.0L142.0 340.0L151.0 340.0C152.10457 340.0 153.0 340.89542 153.0 342.0L153.0 352.0C153.0 353.10458 152.10457 354.0 151.0 354.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 354.0L142.0 340.0L151.0 340.0C152.10457 340.0 153.0 340.89542 153.0 342.0L153.0 352.0C153.0 353.10458 152.10457 354.0 151.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 97.0L142.0 83.0L407.0 83.0C408.10458 83.0 409.0 83.89543 409.0 85.0L409.0 95.0C409.0 96.10457 408.10458 97.0 407.0 97.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 97.0L142.0 83.0L407.0 83.0C408.10458 83.0 409.0 83.89543 409.0 85.0L409.0 95.0C409.0 96.10457 408.10458 97.0 407.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 165.0L142.0 151.0L290.0 151.0C291.10458 151.0 292.0 151.89543 292.0 153.0L292.0 163.0C292.0 164.10457 291.10458 165.0 290.0 165.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 165.0L142.0 151.0L290.0 151.0C291.10458 151.0 292.0 151.89543 292.0 153.0L292.0 163.0C292.0 164.10457 291.10458 165.0 290.0 165.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 233.0L142.0 219.0L183.0 219.0C184.10457 219.0 185.0 219.89543 185.0 221.0L185.0 231.0C185.0 232.10457 184.10457 233.0 183.0 233.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 233.0L142.0 219.0L183.0 219.0C184.10457 219.0 185.0 219.89543 185.0 221.0L185.0 231.0C185.0 232.10457 184.10457 233.0 183.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 301.0L142.0 287.0L199.0 287.0C200.10457 287.0 201.0 287.89542 201.0 289.0L201.0 299.0C201.0 300.10458 200.10457 301.0 199.0 301.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 301.0L142.0 287.0L199.0 287.0C200.10457 287.0 201.0 287.89542 201.0 289.0L201.0 299.0C201.0 300.10458 200.10457 301.0 199.0 301.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 369.0L142.0 355.0L146.0 355.0C147.10457 355.0 148.0 355.89542 148.0 357.0L148.0 367.0C148.0 368.10458 147.10457 369.0 146.0 369.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 369.0L142.0 355.0L146.0 355.0C147.10457 355.0 148.0 355.89542 148.0 357.0L148.0 367.0C148.0 368.10458 147.10457 369.0 146.0 369.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M393.12283 64.0L393.12283 61.9375L389.40408 61.9375L389.40408 60.96875L393.32596 55.40625L394.18533 55.40625L394.18533 60.96875L395.34158 60.96875L395.34158 61.9375L394.18533 61.9375L394.18533 64.0L393.12283 64.0ZM393.12283 60.96875L393.12283 57.109375L390.43533 60.96875L393.12283 60.96875ZM400.12283 64.0L400.12283 61.9375L396.40408 61.9375L396.40408 60.96875L400.32596 55.40625L401.18533 55.40625L401.18533 60.96875L402.34158 60.96875L402.34158 61.9375L401.18533 61.9375L401.18533 64.0L400.12283 64.0ZM400.12283 60.96875L400.12283 57.109375L397.43533 60.96875L400.12283 60.96875ZM403.95096 57.46875Q403.95096 56.546875 404.40408 55.90625Q404.87283 55.265625 405.74783 55.265625Q406.56033 55.265625 407.09158 55.84375Q407.62283 56.421875 407.62283 57.53125Q407.62283 58.625 407.07596 59.21875Q406.5447 59.796875 405.76346 59.796875Q404.9822 59.796875 404.46658 59.21875Q403.95096 58.640625 403.95096 57.46875ZM405.77908 55.984375Q405.38846 55.984375 405.12283 56.328125Q404.87283 56.671875 404.87283 57.578125Q404.87283 58.40625 405.12283 58.75Q405.38846 59.078125 405.77908 59.078125Q406.18533 59.078125 406.43533 58.734375Q406.70096 58.390625 406.70096 57.5Q406.70096 56.65625 406.43533 56.328125Q406.1697 55.984375 405.77908 55.984375ZM405.77908 64.3125L410.4822 55.265625L411.34158 55.265625L406.65408 64.3125L405.77908 64.3125ZM409.49783 61.984375Q409.49783 61.0625 409.95096 60.421875Q410.4197 59.78125 411.31033 59.78125Q412.12283 59.78125 412.65408 60.359375Q413.18533 60.921875 413.18533 62.046875Q413.18533 63.140625 412.63846 63.734375Q412.1072 64.3125 411.31033 64.3125Q410.5447 64.3125 410.01346 63.734375Q409.49783 63.15625 409.49783 61.984375ZM411.34158 60.5Q410.93533 60.5 410.6697 60.84375Q410.4197 61.1875 410.4197 62.09375Q410.4197 62.90625 410.68533 63.25Q410.95096 63.59375 411.34158 63.59375Q411.7322 63.59375 411.99783 63.25Q412.26346 62.90625 412.26346 62.0Q412.26346 61.171875 411.99783 60.84375Q411.7322 60.5 411.34158 60.5Z" fill-rule="nonzero"/><path fill="#666666" d="M393.12283 64.0L393.12283 61.9375L389.40408 61.9375L389.40408 60.96875L393.32596 55.40625L394.18533 55.40625L394.18533 60.96875L395.34158 60.96875L395.34158 61.9375L394.18533 61.9375L394.18533 64.0L393.12283 64.0ZM393.12283 60.96875L393.12283 57.109375L390.43533 60.96875L393.12283 60.96875ZM400.12283 64.0L400.12283 61.9375L396.40408 61.9375L396.40408 60.96875L400.32596 55.40625L401.18533 55.40625L401.18533 60.96875L402.34158 60.96875L402.34158 61.9375L401.18533 61.9375L401.18533 64.0L400.12283 64.0ZM400.12283 60.96875L400.12283 57.109375L397.43533 60.96875L400.12283 60.96875ZM403.95096 57.46875Q403.95096 56.546875 404.40408 55.90625Q404.87283 55.265625 405.74783 55.265625Q406.56033 55.265625 407.09158 55.84375Q407.62283 56.421875 407.62283 57.53125Q407.62283 58.625 407.07596 59.21875Q406.5447 59.796875 405.76346 59.796875Q404.9822 59.796875 404.46658 59.21875Q403.95096 58.640625 403.95096 57.46875ZM405.77908 55.984375Q405.38846 55.984375 405.12283 56.328125Q404.87283 56.671875 404.87283 57.578125Q404.87283 58.40625 405.12283 58.75Q405.38846 59.078125 405.77908 59.078125Q406.18533 59.078125 406.43533 58.734375Q406.70096 58.390625 406.70096 57.5Q406.70096 56.65625 406.43533 56.328125Q406.1697 55.984375 405.77908 55.984375ZM405.77908 64.3125L410.4822 55.265625L411.34158 55.265625L406.65408 64.3125L405.77908 64.3125ZM409.49783 61.984375Q409.49783 61.0625 409.95096 60.421875Q410.4197 59.78125 411.31033 59.78125Q412.12283 59.78125 412.65408 60.359375Q413.18533 60.921875 413.18533 62.046875Q413.18533 63.140625 412.63846 63.734375Q412.1072 64.3125 411.31033 64.3125Q410.5447 64.3125 410.01346 63.734375Q409.49783 63.15625 409.49783 61.984375ZM411.34158 60.5Q410.93533 60.5 410.6697 60.84375Q410.4197 61.1875 410.4197 62.09375Q410.4197 62.90625 410.68533 63.25Q410.95096 63.59375 411.34158 63.59375Q411.7322 63.59375 411.99783 63.25Q412.26346 62.90625 412.26346 62.0Q412.26346 61.171875 411.99783 60.84375Q411.7322 60.5 411.34158 60.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M315.1999 130.98438L315.1999 132.0L309.5124 132.0Q309.5124 131.625 309.6374 131.26562Q309.85614 130.6875 310.3249 130.125Q310.80927 129.5625 311.7155 128.82812Q313.12177 127.671875 313.60614 127.0Q314.10614 126.328125 314.10614 125.734375Q314.10614 125.109375 313.653 124.6875Q313.1999 124.25 312.48114 124.25Q311.7155 124.25 311.2624 124.703125Q310.80927 125.15625 310.79364 125.96875L309.7155 125.859375Q309.8249 124.640625 310.54364 124.015625Q311.278 123.375 312.5124 123.375Q313.74677 123.375 314.4655 124.0625Q315.18427 124.75 315.18427 125.765625Q315.18427 126.28125 314.9655 126.78125Q314.7624 127.265625 314.2624 127.828125Q313.778 128.375 312.653 129.32812Q311.6999 130.125 311.41864 130.42188Q311.153 130.70312 310.98114 130.98438L315.1999 130.98438ZM316.80927 130.01562L317.8249 129.92188Q317.9499 130.64062 318.30927 130.96875Q318.68427 131.28125 319.24677 131.28125Q319.73114 131.28125 320.0905 131.0625Q320.4655 130.82812 320.6999 130.46875Q320.93427 130.09375 321.0905 129.46875Q321.24677 128.82812 321.24677 128.17188Q321.24677 128.09375 321.24677 127.953125Q320.93427 128.45312 320.3874 128.78125Q319.8405 129.09375 319.1999 129.09375Q318.12177 129.09375 317.3874 128.32812Q316.653 127.546875 316.653 126.28125Q316.653 124.96875 317.41864 124.171875Q318.1999 123.375 319.35614 123.375Q320.18427 123.375 320.87177 123.828125Q321.5749 124.28125 321.93427 125.125Q322.29364 125.953125 322.29364 127.53125Q322.29364 129.17188 321.93427 130.15625Q321.5905 131.125 320.87177 131.64062Q320.16864 132.14062 319.23114 132.14062Q318.2155 132.14062 317.5749 131.59375Q316.93427 131.03125 316.80927 130.01562ZM321.12177 126.21875Q321.12177 125.3125 320.6374 124.78125Q320.16864 124.25 319.48114 124.25Q318.778 124.25 318.24677 124.828125Q317.73114 125.390625 317.73114 126.3125Q317.73114 127.125 318.23114 127.640625Q318.73114 128.15625 319.4499 128.15625Q320.18427 128.15625 320.653 127.640625Q321.12177 127.125 321.12177 126.21875ZM323.85614 125.46875Q323.85614 124.546875 324.30927 123.90625Q324.778 123.265625 325.653 123.265625Q326.4655 123.265625 326.99677 123.84375Q327.528 124.421875 327.528 125.53125Q327.528 126.625 326.98114 127.21875Q326.4499 127.796875 325.66864 127.796875Q324.8874 127.796875 324.37177 127.21875Q323.85614 126.640625 323.85614 125.46875ZM325.68427 123.984375Q325.29364 123.984375 325.028 124.328125Q324.778 124.671875 324.778 125.578125Q324.778 126.40625 325.028 126.75Q325.29364 127.078125 325.68427 127.078125Q326.0905 127.078125 326.3405 126.734375Q326.60614 126.390625 326.60614 125.5Q326.60614 124.65625 326.3405 124.328125Q326.0749 123.984375 325.68427 123.984375ZM325.68427 132.3125L330.3874 123.265625L331.24677 123.265625L326.55927 132.3125L325.68427 132.3125ZM329.403 129.98438Q329.403 129.0625 329.85614 128.42188Q330.3249 127.78125 331.2155 127.78125Q332.028 127.78125 332.55927 128.35938Q333.0905 128.92188 333.0905 130.04688Q333.0905 131.14062 332.54364 131.73438Q332.0124 132.3125 331.2155 132.3125Q330.4499 132.3125 329.91864 131.73438Q329.403 131.15625 329.403 129.98438ZM331.24677 128.5Q330.8405 128.5 330.5749 128.84375Q330.3249 129.1875 330.3249 130.09375Q330.3249 130.90625 330.5905 131.25Q330.85614 131.59375 331.24677 131.59375Q331.6374 131.59375 331.903 131.25Q332.16864 130.90625 332.16864 130.0Q332.16864 129.17188 331.903 128.84375Q331.6374 128.5 331.24677 128.5Z" fill-rule="nonzero"/><path fill="#666666" d="M315.1999 130.98438L315.1999 132.0L309.5124 132.0Q309.5124 131.625 309.6374 131.26562Q309.85614 130.6875 310.3249 130.125Q310.80927 129.5625 311.7155 128.82812Q313.12177 127.671875 313.60614 127.0Q314.10614 126.328125 314.10614 125.734375Q314.10614 125.109375 313.653 124.6875Q313.1999 124.25 312.48114 124.25Q311.7155 124.25 311.2624 124.703125Q310.80927 125.15625 310.79364 125.96875L309.7155 125.859375Q309.8249 124.640625 310.54364 124.015625Q311.278 123.375 312.5124 123.375Q313.74677 123.375 314.4655 124.0625Q315.18427 124.75 315.18427 125.765625Q315.18427 126.28125 314.9655 126.78125Q314.7624 127.265625 314.2624 127.828125Q313.778 128.375 312.653 129.32812Q311.6999 130.125 311.41864 130.42188Q311.153 130.70312 310.98114 130.98438L315.1999 130.98438ZM316.80927 130.01562L317.8249 129.92188Q317.9499 130.64062 318.30927 130.96875Q318.68427 131.28125 319.24677 131.28125Q319.73114 131.28125 320.0905 131.0625Q320.4655 130.82812 320.6999 130.46875Q320.93427 130.09375 321.0905 129.46875Q321.24677 128.82812 321.24677 128.17188Q321.24677 128.09375 321.24677 127.953125Q320.93427 128.45312 320.3874 128.78125Q319.8405 129.09375 319.1999 129.09375Q318.12177 129.09375 317.3874 128.32812Q316.653 127.546875 316.653 126.28125Q316.653 124.96875 317.41864 124.171875Q318.1999 123.375 319.35614 123.375Q320.18427 123.375 320.87177 123.828125Q321.5749 124.28125 321.93427 125.125Q322.29364 125.953125 322.29364 127.53125Q322.29364 129.17188 321.93427 130.15625Q321.5905 131.125 320.87177 131.64062Q320.16864 132.14062 319.23114 132.14062Q318.2155 132.14062 317.5749 131.59375Q316.93427 131.03125 316.80927 130.01562ZM321.12177 126.21875Q321.12177 125.3125 320.6374 124.78125Q320.16864 124.25 319.48114 124.25Q318.778 124.25 318.24677 124.828125Q317.73114 125.390625 317.73114 126.3125Q317.73114 127.125 318.23114 127.640625Q318.73114 128.15625 319.4499 128.15625Q320.18427 128.15625 320.653 127.640625Q321.12177 127.125 321.12177 126.21875ZM323.85614 125.46875Q323.85614 124.546875 324.30927 123.90625Q324.778 123.265625 325.653 123.265625Q326.4655 123.265625 326.99677 123.84375Q327.528 124.421875 327.528 125.53125Q327.528 126.625 326.98114 127.21875Q326.4499 127.796875 325.66864 127.796875Q324.8874 127.796875 324.37177 127.21875Q323.85614 126.640625 323.85614 125.46875ZM325.68427 123.984375Q325.29364 123.984375 325.028 124.328125Q324.778 124.671875 324.778 125.578125Q324.778 126.40625 325.028 126.75Q325.29364 127.078125 325.68427 127.078125Q326.0905 127.078125 326.3405 126.734375Q326.60614 126.390625 326.60614 125.5Q326.60614 124.65625 326.3405 124.328125Q326.0749 123.984375 325.68427 123.984375ZM325.68427 132.3125L330.3874 123.265625L331.24677 123.265625L326.55927 132.3125L325.68427 132.3125ZM329.403 129.98438Q329.403 129.0625 329.85614 128.42188Q330.3249 127.78125 331.2155 127.78125Q332.028 127.78125 332.55927 128.35938Q333.0905 128.92188 333.0905 130.04688Q333.0905 131.14062 332.54364 131.73438Q332.0124 132.3125 331.2155 132.3125Q330.4499 132.3125 329.91864 131.73438Q329.403 131.15625 329.403 129.98438ZM331.24677 128.5Q330.8405 128.5 330.5749 128.84375Q330.3249 129.1875 330.3249 130.09375Q330.3249 130.90625 330.5905 131.25Q330.85614 131.59375 331.24677 131.59375Q331.6374 131.59375 331.903 131.25Q332.16864 130.90625 332.16864 130.0Q332.16864 129.17188 331.903 128.84375Q331.6374 128.5 331.24677 128.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.52693 200.0L232.48006 200.0L232.48006 193.28125Q232.08943 193.64062 231.46443 194.01562Q230.85506 194.375 230.37068 194.54688L230.37068 193.53125Q231.24568 193.10938 231.90193 192.53125Q232.5738 191.9375 232.85506 191.375L233.52693 191.375L233.52693 200.0ZM239.93318 200.0L239.93318 197.9375L236.21443 197.9375L236.21443 196.96875L240.1363 191.40625L240.99568 191.40625L240.99568 196.96875L242.15193 196.96875L242.15193 197.9375L240.99568 197.9375L240.99568 200.0L239.93318 200.0ZM239.93318 196.96875L239.93318 193.10938L237.24568 196.96875L239.93318 196.96875ZM243.7613 193.46875Q243.7613 192.54688 244.21443 191.90625Q244.68318 191.26562 245.55818 191.26562Q246.37068 191.26562 246.90193 191.84375Q247.43318 192.42188 247.43318 193.53125Q247.43318 194.625 246.8863 195.21875Q246.35506 195.79688 245.5738 195.79688Q244.79256 195.79688 244.27693 195.21875Q243.7613 194.64062 243.7613 193.46875ZM245.58943 191.98438Q245.1988 191.98438 244.93318 192.32812Q244.68318 192.67188 244.68318 193.57812Q244.68318 194.40625 244.93318 194.75Q245.1988 195.07812 245.58943 195.07812Q245.99568 195.07812 246.24568 194.73438Q246.5113 194.39062 246.5113 193.5Q246.5113 192.65625 246.24568 192.32812Q245.98006 191.98438 245.58943 191.98438ZM245.58943 200.3125L250.29256 191.26562L251.15193 191.26562L246.46443 200.3125L245.58943 200.3125ZM249.30818 197.98438Q249.30818 197.0625 249.7613 196.42188Q250.23006 195.78125 251.12068 195.78125Q251.93318 195.78125 252.46443 196.35938Q252.99568 196.92188 252.99568 198.04688Q252.99568 199.14062 252.4488 199.73438Q251.91756 200.3125 251.12068 200.3125Q250.35506 200.3125 249.8238 199.73438Q249.30818 199.15625 249.30818 197.98438ZM251.15193 196.5Q250.74568 196.5 250.48006 196.84375Q250.23006 197.1875 250.23006 198.09375Q250.23006 198.90625 250.49568 199.25Q250.7613 199.59375 251.15193 199.59375Q251.54256 199.59375 251.80818 199.25Q252.0738 198.90625 252.0738 198.0Q252.0738 197.17188 251.80818 196.84375Q251.54256 196.5 251.15193 196.5Z" fill-rule="nonzero"/><path fill="#666666" d="M233.52693 200.0L232.48006 200.0L232.48006 193.28125Q232.08943 193.64062 231.46443 194.01562Q230.85506 194.375 230.37068 194.54688L230.37068 193.53125Q231.24568 193.10938 231.90193 192.53125Q232.5738 191.9375 232.85506 191.375L233.52693 191.375L233.52693 200.0ZM239.93318 200.0L239.93318 197.9375L236.21443 197.9375L236.21443 196.96875L240.1363 191.40625L240.99568 191.40625L240.99568 196.96875L242.15193 196.96875L242.15193 197.9375L240.99568 197.9375L240.99568 200.0L239.93318 200.0ZM239.93318 196.96875L239.93318 193.10938L237.24568 196.96875L239.93318 196.96875ZM243.7613 193.46875Q243.7613 192.54688 244.21443 191.90625Q244.68318 191.26562 245.55818 191.26562Q246.37068 191.26562 246.90193 191.84375Q247.43318 192.42188 247.43318 193.53125Q247.43318 194.625 246.8863 195.21875Q246.35506 195.79688 245.5738 195.79688Q244.79256 195.79688 244.27693 195.21875Q243.7613 194.64062 243.7613 193.46875ZM245.58943 191.98438Q245.1988 191.98438 244.93318 192.32812Q244.68318 192.67188 244.68318 193.57812Q244.68318 194.40625 244.93318 194.75Q245.1988 195.07812 245.58943 195.07812Q245.99568 195.07812 246.24568 194.73438Q246.5113 194.39062 246.5113 193.5Q246.5113 192.65625 246.24568 192.32812Q245.98006 191.98438 245.58943 191.98438ZM245.58943 200.3125L250.29256 191.26562L251.15193 191.26562L246.46443 200.3125L245.58943 200.3125ZM249.30818 197.98438Q249.30818 197.0625 249.7613 196.42188Q250.23006 195.78125 251.12068 195.78125Q251.93318 195.78125 252.46443 196.35938Q252.99568 196.92188 252.99568 198.04688Q252.99568 199.14062 252.4488 199.73438Q251.91756 200.3125 251.12068 200.3125Q250.35506 200.3125 249.8238 199.73438Q249.30818 199.15625 249.30818 197.98438ZM251.15193 196.5Q250.74568 196.5 250.48006 196.84375Q250.23006 197.1875 250.23006 198.09375Q250.23006 198.90625 250.49568 199.25Q250.7613 199.59375 251.15193 199.59375Q251.54256 199.59375 251.80818 199.25Q252.0738 198.90625 252.0738 198.0Q252.0738 197.17188 251.80818 196.84375Q251.54256 196.5 251.15193 196.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.1683 268.0L211.12143 268.0L211.12143 261.28125Q210.7308 261.64062 210.1058 262.01562Q209.49643 262.375 209.01205 262.54688L209.01205 261.53125Q209.88705 261.10938 210.5433 260.53125Q211.21518 259.9375 211.49643 259.375L212.1683 259.375L212.1683 268.0ZM215.19955 263.76562Q215.19955 262.23438 215.51205 261.3125Q215.82455 260.375 216.43393 259.875Q217.05893 259.375 217.99643 259.375Q218.68393 259.375 219.19955 259.65625Q219.7308 259.9375 220.07455 260.46875Q220.4183 260.98438 220.6058 261.73438Q220.7933 262.48438 220.7933 263.76562Q220.7933 265.28125 220.4808 266.20312Q220.18393 267.125 219.55893 267.64062Q218.94955 268.14062 217.99643 268.14062Q216.76205 268.14062 216.0433 267.25Q215.19955 266.1875 215.19955 263.76562ZM216.27768 263.76562Q216.27768 265.875 216.77768 266.57812Q217.27768 267.28125 217.99643 267.28125Q218.7308 267.28125 219.21518 266.57812Q219.71518 265.875 219.71518 263.76562Q219.71518 261.64062 219.21518 260.95312Q218.7308 260.25 217.9808 260.25Q217.26205 260.25 216.82455 260.85938Q216.27768 261.64062 216.27768 263.76562ZM222.40268 261.46875Q222.40268 260.54688 222.8558 259.90625Q223.32455 259.26562 224.19955 259.26562Q225.01205 259.26562 225.5433 259.84375Q226.07455 260.42188 226.07455 261.53125Q226.07455 262.625 225.52768 263.21875Q224.99643 263.79688 224.21518 263.79688Q223.43393 263.79688 222.9183 263.21875Q222.40268 262.64062 222.40268 261.46875ZM224.2308 259.98438Q223.84018 259.98438 223.57455 260.32812Q223.32455 260.67188 223.32455 261.57812Q223.32455 262.40625 223.57455 262.75Q223.84018 263.07812 224.2308 263.07812Q224.63705 263.07812 224.88705 262.73438Q225.15268 262.39062 225.15268 261.5Q225.15268 260.65625 224.88705 260.32812Q224.62143 259.98438 224.2308 259.98438ZM224.2308 268.3125L228.93393 259.26562L229.7933 259.26562L225.1058 268.3125L224.2308 268.3125ZM227.94955 265.98438Q227.94955 265.0625 228.40268 264.42188Q228.87143 263.78125 229.76205 263.78125Q230.57455 263.78125 231.1058 264.35938Q231.63705 264.92188 231.63705 266.04688Q231.63705 267.14062 231.09018 267.73438Q230.55893 268.3125 229.76205 268.3125Q228.99643 268.3125 228.46518 267.73438Q227.94955 267.15625 227.94955 265.98438ZM229.7933 264.5Q229.38705 264.5 229.12143 264.84375Q228.87143 265.1875 228.87143 266.09375Q228.87143 266.90625 229.13705 267.25Q229.40268 267.59375 229.7933 267.59375Q230.18393 267.59375 230.44955 267.25Q230.71518 266.90625 230.71518 266.0Q230.71518 265.17188 230.44955 264.84375Q230.18393 264.5 229.7933 264.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.1683 268.0L211.12143 268.0L211.12143 261.28125Q210.7308 261.64062 210.1058 262.01562Q209.49643 262.375 209.01205 262.54688L209.01205 261.53125Q209.88705 261.10938 210.5433 260.53125Q211.21518 259.9375 211.49643 259.375L212.1683 259.375L212.1683 268.0ZM215.19955 263.76562Q215.19955 262.23438 215.51205 261.3125Q215.82455 260.375 216.43393 259.875Q217.05893 259.375 217.99643 259.375Q218.68393 259.375 219.19955 259.65625Q219.7308 259.9375 220.07455 260.46875Q220.4183 260.98438 220.6058 261.73438Q220.7933 262.48438 220.7933 263.76562Q220.7933 265.28125 220.4808 266.20312Q220.18393 267.125 219.55893 267.64062Q218.94955 268.14062 217.99643 268.14062Q216.76205 268.14062 216.0433 267.25Q215.19955 266.1875 215.19955 263.76562ZM216.27768 263.76562Q216.27768 265.875 216.77768 266.57812Q217.27768 267.28125 217.99643 267.28125Q218.7308 267.28125 219.21518 266.57812Q219.71518 265.875 219.71518 263.76562Q219.71518 261.64062 219.21518 260.95312Q218.7308 260.25 217.9808 260.25Q217.26205 260.25 216.82455 260.85938Q216.27768 261.64062 216.27768 263.76562ZM222.40268 261.46875Q222.40268 260.54688 222.8558 259.90625Q223.32455 259.26562 224.19955 259.26562Q225.01205 259.26562 225.5433 259.84375Q226.07455 260.42188 226.07455 261.53125Q226.07455 262.625 225.52768 263.21875Q224.99643 263.79688 224.21518 263.79688Q223.43393 263.79688 222.9183 263.21875Q222.40268 262.64062 222.40268 261.46875ZM224.2308 259.98438Q223.84018 259.98438 223.57455 260.32812Q223.32455 260.67188 223.32455 261.57812Q223.32455 262.40625 223.57455 262.75Q223.84018 263.07812 224.2308 263.07812Q224.63705 263.07812 224.88705 262.73438Q225.15268 262.39062 225.15268 261.5Q225.15268 260.65625 224.88705 260.32812Q224.62143 259.98438 224.2308 259.98438ZM224.2308 268.3125L228.93393 259.26562L229.7933 259.26562L225.1058 268.3125L224.2308 268.3125ZM227.94955 265.98438Q227.94955 265.0625 228.40268 264.42188Q228.87143 263.78125 229.76205 263.78125Q230.57455 263.78125 231.1058 264.35938Q231.63705 264.92188 231.63705 266.04688Q231.63705 267.14062 231.09018 267.73438Q230.55893 268.3125 229.76205 268.3125Q228.99643 268.3125 228.46518 267.73438Q227.94955 267.15625 227.94955 265.98438ZM229.7933 264.5Q229.38705 264.5 229.12143 264.84375Q228.87143 265.1875 228.87143 266.09375Q228.87143 266.90625 229.13705 267.25Q229.40268 267.59375 229.7933 267.59375Q230.18393 267.59375 230.44955 267.25Q230.71518 266.90625 230.71518 266.0Q230.71518 265.17188 230.44955 264.84375Q230.18393 264.5 229.7933 264.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M171.02919 334.98438L171.02919 336.0L165.34169 336.0Q165.34169 335.625 165.46669 335.26562Q165.68544 334.6875 166.15419 334.125Q166.63857 333.5625 167.54482 332.82812Q168.95107 331.67188 169.43544 331.0Q169.93544 330.32812 169.93544 329.73438Q169.93544 329.10938 169.48232 328.6875Q169.02919 328.25 168.31044 328.25Q167.54482 328.25 167.09169 328.70312Q166.63857 329.15625 166.62294 329.96875L165.54482 329.85938Q165.65419 328.64062 166.37294 328.01562Q167.10732 327.375 168.34169 327.375Q169.57607 327.375 170.29482 328.0625Q171.01357 328.75 171.01357 329.76562Q171.01357 330.28125 170.79482 330.78125Q170.59169 331.26562 170.09169 331.82812Q169.60732 332.375 168.48232 333.32812Q167.52919 334.125 167.24794 334.42188Q166.98232 334.70312 166.81044 334.98438L171.02919 334.98438ZM172.68544 329.46875Q172.68544 328.54688 173.13857 327.90625Q173.60732 327.26562 174.48232 327.26562Q175.29482 327.26562 175.82607 327.84375Q176.35732 328.42188 176.35732 329.53125Q176.35732 330.625 175.81044 331.21875Q175.27919 331.79688 174.49794 331.79688Q173.71669 331.79688 173.20107 331.21875Q172.68544 330.64062 172.68544 329.46875ZM174.51357 327.98438Q174.12294 327.98438 173.85732 328.32812Q173.60732 328.67188 173.60732 329.57812Q173.60732 330.40625 173.85732 330.75Q174.12294 331.07812 174.51357 331.07812Q174.91982 331.07812 175.16982 330.73438Q175.43544 330.39062 175.43544 329.5Q175.43544 328.65625 175.16982 328.32812Q174.90419 327.98438 174.51357 327.98438ZM174.51357 336.3125L179.21669 327.26562L180.07607 327.26562L175.38857 336.3125L174.51357 336.3125ZM178.23232 333.98438Q178.23232 333.0625 178.68544 332.42188Q179.15419 331.78125 180.04482 331.78125Q180.85732 331.78125 181.38857 332.35938Q181.91982 332.92188 181.91982 334.04688Q181.91982 335.14062 181.37294 335.73438Q180.84169 336.3125 180.04482 336.3125Q179.27919 336.3125 178.74794 335.73438Q178.23232 335.15625 178.23232 333.98438ZM180.07607 332.5Q179.66982 332.5 179.40419 332.84375Q179.15419 333.1875 179.15419 334.09375Q179.15419 334.90625 179.41982 335.25Q179.68544 335.59375 180.07607 335.59375Q180.46669 335.59375 180.73232 335.25Q180.99794 334.90625 180.99794 334.0Q180.99794 333.17188 180.73232 332.84375Q180.46669 332.5 180.07607 332.5Z" fill-rule="nonzero"/><path fill="#666666" d="M171.02919 334.98438L171.02919 336.0L165.34169 336.0Q165.34169 335.625 165.46669 335.26562Q165.68544 334.6875 166.15419 334.125Q166.63857 333.5625 167.54482 332.82812Q168.95107 331.67188 169.43544 331.0Q169.93544 330.32812 169.93544 329.73438Q169.93544 329.10938 169.48232 328.6875Q169.02919 328.25 168.31044 328.25Q167.54482 328.25 167.09169 328.70312Q166.63857 329.15625 166.62294 329.96875L165.54482 329.85938Q165.65419 328.64062 166.37294 328.01562Q167.10732 327.375 168.34169 327.375Q169.57607 327.375 170.29482 328.0625Q171.01357 328.75 171.01357 329.76562Q171.01357 330.28125 170.79482 330.78125Q170.59169 331.26562 170.09169 331.82812Q169.60732 332.375 168.48232 333.32812Q167.52919 334.125 167.24794 334.42188Q166.98232 334.70312 166.81044 334.98438L171.02919 334.98438ZM172.68544 329.46875Q172.68544 328.54688 173.13857 327.90625Q173.60732 327.26562 174.48232 327.26562Q175.29482 327.26562 175.82607 327.84375Q176.35732 328.42188 176.35732 329.53125Q176.35732 330.625 175.81044 331.21875Q175.27919 331.79688 174.49794 331.79688Q173.71669 331.79688 173.20107 331.21875Q172.68544 330.64062 172.68544 329.46875ZM174.51357 327.98438Q174.12294 327.98438 173.85732 328.32812Q173.60732 328.67188 173.60732 329.57812Q173.60732 330.40625 173.85732 330.75Q174.12294 331.07812 174.51357 331.07812Q174.91982 331.07812 175.16982 330.73438Q175.43544 330.39062 175.43544 329.5Q175.43544 328.65625 175.16982 328.32812Q174.90419 327.98438 174.51357 327.98438ZM174.51357 336.3125L179.21669 327.26562L180.07607 327.26562L175.38857 336.3125L174.51357 336.3125ZM178.23232 333.98438Q178.23232 333.0625 178.68544 332.42188Q179.15419 331.78125 180.04482 331.78125Q180.85732 331.78125 181.38857 332.35938Q181.91982 332.92188 181.91982 334.04688Q181.91982 335.14062 181.37294 335.73438Q180.84169 336.3125 180.04482 336.3125Q179.27919 336.3125 178.74794 335.73438Q178.23232 335.15625 178.23232 333.98438ZM180.07607 332.5Q179.66982 332.5 179.40419 332.84375Q179.15419 333.1875 179.15419 334.09375Q179.15419 334.90625 179.41982 335.25Q179.68544 335.59375 180.07607 335.59375Q180.46669 335.59375 180.73232 335.25Q180.99794 334.90625 180.99794 334.0Q180.99794 333.17188 180.73232 332.84375Q180.46669 332.5 180.07607 332.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M414.48145 79.0L414.48145 76.9375L410.7627 76.9375L410.7627 75.96875L414.68457 70.40625L415.54395 70.40625L415.54395 75.96875L416.7002 75.96875L416.7002 76.9375L415.54395 76.9375L415.54395 79.0L414.48145 79.0ZM414.48145 75.96875L414.48145 72.109375L411.79395 75.96875L414.48145 75.96875ZM419.73145 74.34375Q419.0752 74.09375 418.74707 73.65625Q418.43457 73.203125 418.43457 72.59375Q418.43457 71.65625 419.10645 71.015625Q419.79395 70.375 420.90332 70.375Q422.02832 70.375 422.71582 71.03125Q423.40332 71.6875 423.40332 72.625Q423.40332 73.21875 423.09082 73.65625Q422.77832 74.09375 422.1377 74.34375Q422.93457 74.59375 423.34082 75.171875Q423.74707 75.75 423.74707 76.546875Q423.74707 77.640625 422.96582 78.390625Q422.2002 79.140625 420.91895 79.140625Q419.65332 79.140625 418.87207 78.390625Q418.09082 77.640625 418.09082 76.515625Q418.09082 75.671875 418.5127 75.109375Q418.9502 74.546875 419.73145 74.34375ZM419.5127 72.546875Q419.5127 73.15625 419.90332 73.546875Q420.30957 73.9375 420.93457 73.9375Q421.54395 73.9375 421.93457 73.5625Q422.3252 73.171875 422.3252 72.609375Q422.3252 72.03125 421.91895 71.640625Q421.5127 71.234375 420.91895 71.234375Q420.30957 71.234375 419.90332 71.625Q419.5127 72.015625 419.5127 72.546875ZM419.18457 76.515625Q419.18457 76.96875 419.3877 77.390625Q419.60645 77.8125 420.02832 78.046875Q420.4502 78.28125 420.93457 78.28125Q421.68457 78.28125 422.16895 77.796875Q422.66895 77.3125 422.66895 76.5625Q422.66895 75.796875 422.16895 75.296875Q421.66895 74.796875 420.90332 74.796875Q420.15332 74.796875 419.66895 75.296875Q419.18457 75.78125 419.18457 76.515625ZM425.30957 72.46875Q425.30957 71.546875 425.7627 70.90625Q426.23145 70.265625 427.10645 70.265625Q427.91895 70.265625 428.4502 70.84375Q428.98145 71.421875 428.98145 72.53125Q428.98145 73.625 428.43457 74.21875Q427.90332 74.796875 427.12207 74.796875Q426.34082 74.796875 425.8252 74.21875Q425.30957 73.640625 425.30957 72.46875ZM427.1377 70.984375Q426.74707 70.984375 426.48145 71.328125Q426.23145 71.671875 426.23145 72.578125Q426.23145 73.40625 426.48145 73.75Q426.74707 74.078125 427.1377 74.078125Q427.54395 74.078125 427.79395 73.734375Q428.05957 73.390625 428.05957 72.5Q428.05957 71.65625 427.79395 71.328125Q427.52832 70.984375 427.1377 70.984375ZM427.1377 79.3125L431.84082 70.265625L432.7002 70.265625L428.0127 79.3125L427.1377 79.3125ZM430.85645 76.984375Q430.85645 76.0625 431.30957 75.421875Q431.77832 74.78125 432.66895 74.78125Q433.48145 74.78125 434.0127 75.359375Q434.54395 75.921875 434.54395 77.046875Q434.54395 78.140625 433.99707 78.734375Q433.46582 79.3125 432.66895 79.3125Q431.90332 79.3125 431.37207 78.734375Q430.85645 78.15625 430.85645 76.984375ZM432.7002 75.5Q432.29395 75.5 432.02832 75.84375Q431.77832 76.1875 431.77832 77.09375Q431.77832 77.90625 432.04395 78.25Q432.30957 78.59375 432.7002 78.59375Q433.09082 78.59375 433.35645 78.25Q433.62207 77.90625 433.62207 77.0Q433.62207 76.171875 433.35645 75.84375Q433.09082 75.5 432.7002 75.5Z" fill-rule="nonzero"/><path fill="#666666" d="M414.48145 79.0L414.48145 76.9375L410.7627 76.9375L410.7627 75.96875L414.68457 70.40625L415.54395 70.40625L415.54395 75.96875L416.7002 75.96875L416.7002 76.9375L415.54395 76.9375L415.54395 79.0L414.48145 79.0ZM414.48145 75.96875L414.48145 72.109375L411.79395 75.96875L414.48145 75.96875ZM419.73145 74.34375Q419.0752 74.09375 418.74707 73.65625Q418.43457 73.203125 418.43457 72.59375Q418.43457 71.65625 419.10645 71.015625Q419.79395 70.375 420.90332 70.375Q422.02832 70.375 422.71582 71.03125Q423.40332 71.6875 423.40332 72.625Q423.40332 73.21875 423.09082 73.65625Q422.77832 74.09375 422.1377 74.34375Q422.93457 74.59375 423.34082 75.171875Q423.74707 75.75 423.74707 76.546875Q423.74707 77.640625 422.96582 78.390625Q422.2002 79.140625 420.91895 79.140625Q419.65332 79.140625 418.87207 78.390625Q418.09082 77.640625 418.09082 76.515625Q418.09082 75.671875 418.5127 75.109375Q418.9502 74.546875 419.73145 74.34375ZM419.5127 72.546875Q419.5127 73.15625 419.90332 73.546875Q420.30957 73.9375 420.93457 73.9375Q421.54395 73.9375 421.93457 73.5625Q422.3252 73.171875 422.3252 72.609375Q422.3252 72.03125 421.91895 71.640625Q421.5127 71.234375 420.91895 71.234375Q420.30957 71.234375 419.90332 71.625Q419.5127 72.015625 419.5127 72.546875ZM419.18457 76.515625Q419.18457 76.96875 419.3877 77.390625Q419.60645 77.8125 420.02832 78.046875Q420.4502 78.28125 420.93457 78.28125Q421.68457 78.28125 422.16895 77.796875Q422.66895 77.3125 422.66895 76.5625Q422.66895 75.796875 422.16895 75.296875Q421.66895 74.796875 420.90332 74.796875Q420.15332 74.796875 419.66895 75.296875Q419.18457 75.78125 419.18457 76.515625ZM425.30957 72.46875Q425.30957 71.546875 425.7627 70.90625Q426.23145 70.265625 427.10645 70.265625Q427.91895 70.265625 428.4502 70.84375Q428.98145 71.421875 428.98145 72.53125Q428.98145 73.625 428.43457 74.21875Q427.90332 74.796875 427.12207 74.796875Q426.34082 74.796875 425.8252 74.21875Q425.30957 73.640625 425.30957 72.46875ZM427.1377 70.984375Q426.74707 70.984375 426.48145 71.328125Q426.23145 71.671875 426.23145 72.578125Q426.23145 73.40625 426.48145 73.75Q426.74707 74.078125 427.1377 74.078125Q427.54395 74.078125 427.79395 73.734375Q428.05957 73.390625 428.05957 72.5Q428.05957 71.65625 427.79395 71.328125Q427.52832 70.984375 427.1377 70.984375ZM427.1377 79.3125L431.84082 70.265625L432.7002 70.265625L428.0127 79.3125L427.1377 79.3125ZM430.85645 76.984375Q430.85645 76.0625 431.30957 75.421875Q431.77832 74.78125 432.66895 74.78125Q433.48145 74.78125 434.0127 75.359375Q434.54395 75.921875 434.54395 77.046875Q434.54395 78.140625 433.99707 78.734375Q433.46582 79.3125 432.66895 79.3125Q431.90332 79.3125 431.37207 78.734375Q430.85645 78.15625 430.85645 76.984375ZM432.7002 75.5Q432.29395 75.5 432.02832 75.84375Q431.77832 76.1875 431.77832 77.09375Q431.77832 77.90625 432.04395 78.25Q432.30957 78.59375 432.7002 78.59375Q433.09082 78.59375 433.35645 78.25Q433.62207 77.90625 433.62207 77.0Q433.62207 76.171875 433.35645 75.84375Q433.09082 75.5 432.7002 75.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M315.1999 145.98438L315.1999 147.0L309.5124 147.0Q309.5124 146.625 309.6374 146.26562Q309.85614 145.6875 310.3249 145.125Q310.80927 144.5625 311.7155 143.82812Q313.12177 142.67188 313.60614 142.0Q314.10614 141.32812 314.10614 140.73438Q314.10614 140.10938 313.653 139.6875Q313.1999 139.25 312.48114 139.25Q311.7155 139.25 311.2624 139.70312Q310.80927 140.15625 310.79364 140.96875L309.7155 140.85938Q309.8249 139.64062 310.54364 139.01562Q311.278 138.375 312.5124 138.375Q313.74677 138.375 314.4655 139.0625Q315.18427 139.75 315.18427 140.76562Q315.18427 141.28125 314.9655 141.78125Q314.7624 142.26562 314.2624 142.82812Q313.778 143.375 312.653 144.32812Q311.6999 145.125 311.41864 145.42188Q311.153 145.70312 310.98114 145.98438L315.1999 145.98438ZM316.80927 145.01562L317.8249 144.92188Q317.9499 145.64062 318.30927 145.96875Q318.68427 146.28125 319.24677 146.28125Q319.73114 146.28125 320.0905 146.0625Q320.4655 145.82812 320.6999 145.46875Q320.93427 145.09375 321.0905 144.46875Q321.24677 143.82812 321.24677 143.17188Q321.24677 143.09375 321.24677 142.95312Q320.93427 143.45312 320.3874 143.78125Q319.8405 144.09375 319.1999 144.09375Q318.12177 144.09375 317.3874 143.32812Q316.653 142.54688 316.653 141.28125Q316.653 139.96875 317.41864 139.17188Q318.1999 138.375 319.35614 138.375Q320.18427 138.375 320.87177 138.82812Q321.5749 139.28125 321.93427 140.125Q322.29364 140.95312 322.29364 142.53125Q322.29364 144.17188 321.93427 145.15625Q321.5905 146.125 320.87177 146.64062Q320.16864 147.14062 319.23114 147.14062Q318.2155 147.14062 317.5749 146.59375Q316.93427 146.03125 316.80927 145.01562ZM321.12177 141.21875Q321.12177 140.3125 320.6374 139.78125Q320.16864 139.25 319.48114 139.25Q318.778 139.25 318.24677 139.82812Q317.73114 140.39062 317.73114 141.3125Q317.73114 142.125 318.23114 142.64062Q318.73114 143.15625 319.4499 143.15625Q320.18427 143.15625 320.653 142.64062Q321.12177 142.125 321.12177 141.21875ZM323.85614 140.46875Q323.85614 139.54688 324.30927 138.90625Q324.778 138.26562 325.653 138.26562Q326.4655 138.26562 326.99677 138.84375Q327.528 139.42188 327.528 140.53125Q327.528 141.625 326.98114 142.21875Q326.4499 142.79688 325.66864 142.79688Q324.8874 142.79688 324.37177 142.21875Q323.85614 141.64062 323.85614 140.46875ZM325.68427 138.98438Q325.29364 138.98438 325.028 139.32812Q324.778 139.67188 324.778 140.57812Q324.778 141.40625 325.028 141.75Q325.29364 142.07812 325.68427 142.07812Q326.0905 142.07812 326.3405 141.73438Q326.60614 141.39062 326.60614 140.5Q326.60614 139.65625 326.3405 139.32812Q326.0749 138.98438 325.68427 138.98438ZM325.68427 147.3125L330.3874 138.26562L331.24677 138.26562L326.55927 147.3125L325.68427 147.3125ZM329.403 144.98438Q329.403 144.0625 329.85614 143.42188Q330.3249 142.78125 331.2155 142.78125Q332.028 142.78125 332.55927 143.35938Q333.0905 143.92188 333.0905 145.04688Q333.0905 146.14062 332.54364 146.73438Q332.0124 147.3125 331.2155 147.3125Q330.4499 147.3125 329.91864 146.73438Q329.403 146.15625 329.403 144.98438ZM331.24677 143.5Q330.8405 143.5 330.5749 143.84375Q330.3249 144.1875 330.3249 145.09375Q330.3249 145.90625 330.5905 146.25Q330.85614 146.59375 331.24677 146.59375Q331.6374 146.59375 331.903 146.25Q332.16864 145.90625 332.16864 145.0Q332.16864 144.17188 331.903 143.84375Q331.6374 143.5 331.24677 143.5Z" fill-rule="nonzero"/><path fill="#666666" d="M315.1999 145.98438L315.1999 147.0L309.5124 147.0Q309.5124 146.625 309.6374 146.26562Q309.85614 145.6875 310.3249 145.125Q310.80927 144.5625 311.7155 143.82812Q313.12177 142.67188 313.60614 142.0Q314.10614 141.32812 314.10614 140.73438Q314.10614 140.10938 313.653 139.6875Q313.1999 139.25 312.48114 139.25Q311.7155 139.25 311.2624 139.70312Q310.80927 140.15625 310.79364 140.96875L309.7155 140.85938Q309.8249 139.64062 310.54364 139.01562Q311.278 138.375 312.5124 138.375Q313.74677 138.375 314.4655 139.0625Q315.18427 139.75 315.18427 140.76562Q315.18427 141.28125 314.9655 141.78125Q314.7624 142.26562 314.2624 142.82812Q313.778 143.375 312.653 144.32812Q311.6999 145.125 311.41864 145.42188Q311.153 145.70312 310.98114 145.98438L315.1999 145.98438ZM316.80927 145.01562L317.8249 144.92188Q317.9499 145.64062 318.30927 145.96875Q318.68427 146.28125 319.24677 146.28125Q319.73114 146.28125 320.0905 146.0625Q320.4655 145.82812 320.6999 145.46875Q320.93427 145.09375 321.0905 144.46875Q321.24677 143.82812 321.24677 143.17188Q321.24677 143.09375 321.24677 142.95312Q320.93427 143.45312 320.3874 143.78125Q319.8405 144.09375 319.1999 144.09375Q318.12177 144.09375 317.3874 143.32812Q316.653 142.54688 316.653 141.28125Q316.653 139.96875 317.41864 139.17188Q318.1999 138.375 319.35614 138.375Q320.18427 138.375 320.87177 138.82812Q321.5749 139.28125 321.93427 140.125Q322.29364 140.95312 322.29364 142.53125Q322.29364 144.17188 321.93427 145.15625Q321.5905 146.125 320.87177 146.64062Q320.16864 147.14062 319.23114 147.14062Q318.2155 147.14062 317.5749 146.59375Q316.93427 146.03125 316.80927 145.01562ZM321.12177 141.21875Q321.12177 140.3125 320.6374 139.78125Q320.16864 139.25 319.48114 139.25Q318.778 139.25 318.24677 139.82812Q317.73114 140.39062 317.73114 141.3125Q317.73114 142.125 318.23114 142.64062Q318.73114 143.15625 319.4499 143.15625Q320.18427 143.15625 320.653 142.64062Q321.12177 142.125 321.12177 141.21875ZM323.85614 140.46875Q323.85614 139.54688 324.30927 138.90625Q324.778 138.26562 325.653 138.26562Q326.4655 138.26562 326.99677 138.84375Q327.528 139.42188 327.528 140.53125Q327.528 141.625 326.98114 142.21875Q326.4499 142.79688 325.66864 142.79688Q324.8874 142.79688 324.37177 142.21875Q323.85614 141.64062 323.85614 140.46875ZM325.68427 138.98438Q325.29364 138.98438 325.028 139.32812Q324.778 139.67188 324.778 140.57812Q324.778 141.40625 325.028 141.75Q325.29364 142.07812 325.68427 142.07812Q326.0905 142.07812 326.3405 141.73438Q326.60614 141.39062 326.60614 140.5Q326.60614 139.65625 326.3405 139.32812Q326.0749 138.98438 325.68427 138.98438ZM325.68427 147.3125L330.3874 138.26562L331.24677 138.26562L326.55927 147.3125L325.68427 147.3125ZM329.403 144.98438Q329.403 144.0625 329.85614 143.42188Q330.3249 142.78125 331.2155 142.78125Q332.028 142.78125 332.55927 143.35938Q333.0905 143.92188 333.0905 145.04688Q333.0905 146.14062 332.54364 146.73438Q332.0124 147.3125 331.2155 147.3125Q330.4499 147.3125 329.91864 146.73438Q329.403 146.15625 329.403 144.98438ZM331.24677 143.5Q330.8405 143.5 330.5749 143.84375Q330.3249 144.1875 330.3249 145.09375Q330.3249 145.90625 330.5905 146.25Q330.85614 146.59375 331.24677 146.59375Q331.6374 146.59375 331.903 146.25Q332.16864 145.90625 332.16864 145.0Q332.16864 144.17188 331.903 143.84375Q331.6374 143.5 331.24677 143.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.01614 213.01562L204.03177 212.92188Q204.15677 213.64062 204.51614 213.96875Q204.89114 214.28125 205.45364 214.28125Q205.93802 214.28125 206.2974 214.0625Q206.6724 213.82812 206.90677 213.46875Q207.14114 213.09375 207.2974 212.46875Q207.45364 211.82812 207.45364 211.17188Q207.45364 211.09375 207.45364 210.95312Q207.14114 211.45312 206.59427 211.78125Q206.0474 212.09375 205.40677 212.09375Q204.32864 212.09375 203.59427 211.32812Q202.8599 210.54688 202.8599 209.28125Q202.8599 207.96875 203.62552 207.17188Q204.40677 206.375 205.56302 206.375Q206.39114 206.375 207.07864 206.82812Q207.78177 207.28125 208.14114 208.125Q208.50052 208.95312 208.50052 210.53125Q208.50052 212.17188 208.14114 213.15625Q207.7974 214.125 207.07864 214.64062Q206.37552 215.14062 205.43802 215.14062Q204.4224 215.14062 203.78177 214.59375Q203.14114 214.03125 203.01614 213.01562ZM207.32864 209.21875Q207.32864 208.3125 206.84427 207.78125Q206.37552 207.25 205.68802 207.25Q204.9849 207.25 204.45364 207.82812Q203.93802 208.39062 203.93802 209.3125Q203.93802 210.125 204.43802 210.64062Q204.93802 211.15625 205.65677 211.15625Q206.39114 211.15625 206.8599 210.64062Q207.32864 210.125 207.32864 209.21875ZM210.06302 208.46875Q210.06302 207.54688 210.51614 206.90625Q210.9849 206.26562 211.8599 206.26562Q212.6724 206.26562 213.20364 206.84375Q213.7349 207.42188 213.7349 208.53125Q213.7349 209.625 213.18802 210.21875Q212.65677 210.79688 211.87552 210.79688Q211.09427 210.79688 210.57864 210.21875Q210.06302 209.64062 210.06302 208.46875ZM211.89114 206.98438Q211.50052 206.98438 211.2349 207.32812Q210.9849 207.67188 210.9849 208.57812Q210.9849 209.40625 211.2349 209.75Q211.50052 210.07812 211.89114 210.07812Q212.2974 210.07812 212.5474 209.73438Q212.81302 209.39062 212.81302 208.5Q212.81302 207.65625 212.5474 207.32812Q212.28177 206.98438 211.89114 206.98438ZM211.89114 215.3125L216.59427 206.26562L217.45364 206.26562L212.76614 215.3125L211.89114 215.3125ZM215.6099 212.98438Q215.6099 212.0625 216.06302 211.42188Q216.53177 210.78125 217.4224 210.78125Q218.2349 210.78125 218.76614 211.35938Q219.2974 211.92188 219.2974 213.04688Q219.2974 214.14062 218.75052 214.73438Q218.21927 215.3125 217.4224 215.3125Q216.65677 215.3125 216.12552 214.73438Q215.6099 214.15625 215.6099 212.98438ZM217.45364 211.5Q217.0474 211.5 216.78177 211.84375Q216.53177 212.1875 216.53177 213.09375Q216.53177 213.90625 216.7974 214.25Q217.06302 214.59375 217.45364 214.59375Q217.84427 214.59375 218.1099 214.25Q218.37552 213.90625 218.37552 213.0Q218.37552 212.17188 218.1099 211.84375Q217.84427 211.5 217.45364 211.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.01614 213.01562L204.03177 212.92188Q204.15677 213.64062 204.51614 213.96875Q204.89114 214.28125 205.45364 214.28125Q205.93802 214.28125 206.2974 214.0625Q206.6724 213.82812 206.90677 213.46875Q207.14114 213.09375 207.2974 212.46875Q207.45364 211.82812 207.45364 211.17188Q207.45364 211.09375 207.45364 210.95312Q207.14114 211.45312 206.59427 211.78125Q206.0474 212.09375 205.40677 212.09375Q204.32864 212.09375 203.59427 211.32812Q202.8599 210.54688 202.8599 209.28125Q202.8599 207.96875 203.62552 207.17188Q204.40677 206.375 205.56302 206.375Q206.39114 206.375 207.07864 206.82812Q207.78177 207.28125 208.14114 208.125Q208.50052 208.95312 208.50052 210.53125Q208.50052 212.17188 208.14114 213.15625Q207.7974 214.125 207.07864 214.64062Q206.37552 215.14062 205.43802 215.14062Q204.4224 215.14062 203.78177 214.59375Q203.14114 214.03125 203.01614 213.01562ZM207.32864 209.21875Q207.32864 208.3125 206.84427 207.78125Q206.37552 207.25 205.68802 207.25Q204.9849 207.25 204.45364 207.82812Q203.93802 208.39062 203.93802 209.3125Q203.93802 210.125 204.43802 210.64062Q204.93802 211.15625 205.65677 211.15625Q206.39114 211.15625 206.8599 210.64062Q207.32864 210.125 207.32864 209.21875ZM210.06302 208.46875Q210.06302 207.54688 210.51614 206.90625Q210.9849 206.26562 211.8599 206.26562Q212.6724 206.26562 213.20364 206.84375Q213.7349 207.42188 213.7349 208.53125Q213.7349 209.625 213.18802 210.21875Q212.65677 210.79688 211.87552 210.79688Q211.09427 210.79688 210.57864 210.21875Q210.06302 209.64062 210.06302 208.46875ZM211.89114 206.98438Q211.50052 206.98438 211.2349 207.32812Q210.9849 207.67188 210.9849 208.57812Q210.9849 209.40625 211.2349 209.75Q211.50052 210.07812 211.89114 210.07812Q212.2974 210.07812 212.5474 209.73438Q212.81302 209.39062 212.81302 208.5Q212.81302 207.65625 212.5474 207.32812Q212.28177 206.98438 211.89114 206.98438ZM211.89114 215.3125L216.59427 206.26562L217.45364 206.26562L212.76614 215.3125L211.89114 215.3125ZM215.6099 212.98438Q215.6099 212.0625 216.06302 211.42188Q216.53177 210.78125 217.4224 210.78125Q218.2349 210.78125 218.76614 211.35938Q219.2974 211.92188 219.2974 213.04688Q219.2974 214.14062 218.75052 214.73438Q218.21927 215.3125 217.4224 215.3125Q216.65677 215.3125 216.12552 214.73438Q215.6099 214.15625 215.6099 212.98438ZM217.45364 211.5Q217.0474 211.5 216.78177 211.84375Q216.53177 212.1875 216.53177 213.09375Q216.53177 213.90625 216.7974 214.25Q217.06302 214.59375 217.45364 214.59375Q217.84427 214.59375 218.1099 214.25Q218.37552 213.90625 218.37552 213.0Q218.37552 212.17188 218.1099 211.84375Q217.84427 211.5 217.45364 211.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.50797 283.0L216.46109 283.0L216.46109 276.28125Q216.07047 276.64062 215.44547 277.01562Q214.83609 277.375 214.35172 277.54688L214.35172 276.53125Q215.22672 276.10938 215.88297 275.53125Q216.55484 274.9375 216.83609 274.375L217.50797 274.375L217.50797 283.0ZM224.50797 283.0L223.46109 283.0L223.46109 276.28125Q223.07047 276.64062 222.44547 277.01562Q221.83609 277.375 221.35172 277.54688L221.35172 276.53125Q222.22672 276.10938 222.88297 275.53125Q223.55484 274.9375 223.83609 274.375L224.50797 274.375L224.50797 283.0ZM227.74234 276.46875Q227.74234 275.54688 228.19547 274.90625Q228.66422 274.26562 229.53922 274.26562Q230.35172 274.26562 230.88297 274.84375Q231.41422 275.42188 231.41422 276.53125Q231.41422 277.625 230.86734 278.21875Q230.33609 278.79688 229.55484 278.79688Q228.77359 278.79688 228.25797 278.21875Q227.74234 277.64062 227.74234 276.46875ZM229.57047 274.98438Q229.17984 274.98438 228.91422 275.32812Q228.66422 275.67188 228.66422 276.57812Q228.66422 277.40625 228.91422 277.75Q229.17984 278.07812 229.57047 278.07812Q229.97672 278.07812 230.22672 277.73438Q230.49234 277.39062 230.49234 276.5Q230.49234 275.65625 230.22672 275.32812Q229.96109 274.98438 229.57047 274.98438ZM229.57047 283.3125L234.27359 274.26562L235.13297 274.26562L230.44547 283.3125L229.57047 283.3125ZM233.28922 280.98438Q233.28922 280.0625 233.74234 279.42188Q234.21109 278.78125 235.10172 278.78125Q235.91422 278.78125 236.44547 279.35938Q236.97672 279.92188 236.97672 281.04688Q236.97672 282.14062 236.42984 282.73438Q235.89859 283.3125 235.10172 283.3125Q234.33609 283.3125 233.80484 282.73438Q233.28922 282.15625 233.28922 280.98438ZM235.13297 279.5Q234.72672 279.5 234.46109 279.84375Q234.21109 280.1875 234.21109 281.09375Q234.21109 281.90625 234.47672 282.25Q234.74234 282.59375 235.13297 282.59375Q235.52359 282.59375 235.78922 282.25Q236.05484 281.90625 236.05484 281.0Q236.05484 280.17188 235.78922 279.84375Q235.52359 279.5 235.13297 279.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.50797 283.0L216.46109 283.0L216.46109 276.28125Q216.07047 276.64062 215.44547 277.01562Q214.83609 277.375 214.35172 277.54688L214.35172 276.53125Q215.22672 276.10938 215.88297 275.53125Q216.55484 274.9375 216.83609 274.375L217.50797 274.375L217.50797 283.0ZM224.50797 283.0L223.46109 283.0L223.46109 276.28125Q223.07047 276.64062 222.44547 277.01562Q221.83609 277.375 221.35172 277.54688L221.35172 276.53125Q222.22672 276.10938 222.88297 275.53125Q223.55484 274.9375 223.83609 274.375L224.50797 274.375L224.50797 283.0ZM227.74234 276.46875Q227.74234 275.54688 228.19547 274.90625Q228.66422 274.26562 229.53922 274.26562Q230.35172 274.26562 230.88297 274.84375Q231.41422 275.42188 231.41422 276.53125Q231.41422 277.625 230.86734 278.21875Q230.33609 278.79688 229.55484 278.79688Q228.77359 278.79688 228.25797 278.21875Q227.74234 277.64062 227.74234 276.46875ZM229.57047 274.98438Q229.17984 274.98438 228.91422 275.32812Q228.66422 275.67188 228.66422 276.57812Q228.66422 277.40625 228.91422 277.75Q229.17984 278.07812 229.57047 278.07812Q229.97672 278.07812 230.22672 277.73438Q230.49234 277.39062 230.49234 276.5Q230.49234 275.65625 230.22672 275.32812Q229.96109 274.98438 229.57047 274.98438ZM229.57047 283.3125L234.27359 274.26562L235.13297 274.26562L230.44547 283.3125L229.57047 283.3125ZM233.28922 280.98438Q233.28922 280.0625 233.74234 279.42188Q234.21109 278.78125 235.10172 278.78125Q235.91422 278.78125 236.44547 279.35938Q236.97672 279.92188 236.97672 281.04688Q236.97672 282.14062 236.42984 282.73438Q235.89859 283.3125 235.10172 283.3125Q234.33609 283.3125 233.80484 282.73438Q233.28922 282.15625 233.28922 280.98438ZM235.13297 279.5Q234.72672 279.5 234.46109 279.84375Q234.21109 280.1875 234.21109 281.09375Q234.21109 281.90625 234.47672 282.25Q234.74234 282.59375 235.13297 282.59375Q235.52359 282.59375 235.78922 282.25Q236.05484 281.90625 236.05484 281.0Q236.05484 280.17188 235.78922 279.84375Q235.52359 279.5 235.13297 279.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M171.02919 349.98438L171.02919 351.0L165.34169 351.0Q165.34169 350.625 165.46669 350.26562Q165.68544 349.6875 166.15419 349.125Q166.63857 348.5625 167.54482 347.82812Q168.95107 346.67188 169.43544 346.0Q169.93544 345.32812 169.93544 344.73438Q169.93544 344.10938 169.48232 343.6875Q169.02919 343.25 168.31044 343.25Q167.54482 343.25 167.09169 343.70312Q166.63857 344.15625 166.62294 344.96875L165.54482 344.85938Q165.65419 343.64062 166.37294 343.01562Q167.10732 342.375 168.34169 342.375Q169.57607 342.375 170.29482 343.0625Q171.01357 343.75 171.01357 344.76562Q171.01357 345.28125 170.79482 345.78125Q170.59169 346.26562 170.09169 346.82812Q169.60732 347.375 168.48232 348.32812Q167.52919 349.125 167.24794 349.42188Q166.98232 349.70312 166.81044 349.98438L171.02919 349.98438ZM172.68544 344.46875Q172.68544 343.54688 173.13857 342.90625Q173.60732 342.26562 174.48232 342.26562Q175.29482 342.26562 175.82607 342.84375Q176.35732 343.42188 176.35732 344.53125Q176.35732 345.625 175.81044 346.21875Q175.27919 346.79688 174.49794 346.79688Q173.71669 346.79688 173.20107 346.21875Q172.68544 345.64062 172.68544 344.46875ZM174.51357 342.98438Q174.12294 342.98438 173.85732 343.32812Q173.60732 343.67188 173.60732 344.57812Q173.60732 345.40625 173.85732 345.75Q174.12294 346.07812 174.51357 346.07812Q174.91982 346.07812 175.16982 345.73438Q175.43544 345.39062 175.43544 344.5Q175.43544 343.65625 175.16982 343.32812Q174.90419 342.98438 174.51357 342.98438ZM174.51357 351.3125L179.21669 342.26562L180.07607 342.26562L175.38857 351.3125L174.51357 351.3125ZM178.23232 348.98438Q178.23232 348.0625 178.68544 347.42188Q179.15419 346.78125 180.04482 346.78125Q180.85732 346.78125 181.38857 347.35938Q181.91982 347.92188 181.91982 349.04688Q181.91982 350.14062 181.37294 350.73438Q180.84169 351.3125 180.04482 351.3125Q179.27919 351.3125 178.74794 350.73438Q178.23232 350.15625 178.23232 348.98438ZM180.07607 347.5Q179.66982 347.5 179.40419 347.84375Q179.15419 348.1875 179.15419 349.09375Q179.15419 349.90625 179.41982 350.25Q179.68544 350.59375 180.07607 350.59375Q180.46669 350.59375 180.73232 350.25Q180.99794 349.90625 180.99794 349.0Q180.99794 348.17188 180.73232 347.84375Q180.46669 347.5 180.07607 347.5Z" fill-rule="nonzero"/><path fill="#666666" d="M171.02919 349.98438L171.02919 351.0L165.34169 351.0Q165.34169 350.625 165.46669 350.26562Q165.68544 349.6875 166.15419 349.125Q166.63857 348.5625 167.54482 347.82812Q168.95107 346.67188 169.43544 346.0Q169.93544 345.32812 169.93544 344.73438Q169.93544 344.10938 169.48232 343.6875Q169.02919 343.25 168.31044 343.25Q167.54482 343.25 167.09169 343.70312Q166.63857 344.15625 166.62294 344.96875L165.54482 344.85938Q165.65419 343.64062 166.37294 343.01562Q167.10732 342.375 168.34169 342.375Q169.57607 342.375 170.29482 343.0625Q171.01357 343.75 171.01357 344.76562Q171.01357 345.28125 170.79482 345.78125Q170.59169 346.26562 170.09169 346.82812Q169.60732 347.375 168.48232 348.32812Q167.52919 349.125 167.24794 349.42188Q166.98232 349.70312 166.81044 349.98438L171.02919 349.98438ZM172.68544 344.46875Q172.68544 343.54688 173.13857 342.90625Q173.60732 342.26562 174.48232 342.26562Q175.29482 342.26562 175.82607 342.84375Q176.35732 343.42188 176.35732 344.53125Q176.35732 345.625 175.81044 346.21875Q175.27919 346.79688 174.49794 346.79688Q173.71669 346.79688 173.20107 346.21875Q172.68544 345.64062 172.68544 344.46875ZM174.51357 342.98438Q174.12294 342.98438 173.85732 343.32812Q173.60732 343.67188 173.60732 344.57812Q173.60732 345.40625 173.85732 345.75Q174.12294 346.07812 174.51357 346.07812Q174.91982 346.07812 175.16982 345.73438Q175.43544 345.39062 175.43544 344.5Q175.43544 343.65625 175.16982 343.32812Q174.90419 342.98438 174.51357 342.98438ZM174.51357 351.3125L179.21669 342.26562L180.07607 342.26562L175.38857 351.3125L174.51357 351.3125ZM178.23232 348.98438Q178.23232 348.0625 178.68544 347.42188Q179.15419 346.78125 180.04482 346.78125Q180.85732 346.78125 181.38857 347.35938Q181.91982 347.92188 181.91982 349.04688Q181.91982 350.14062 181.37294 350.73438Q180.84169 351.3125 180.04482 351.3125Q179.27919 351.3125 178.74794 350.73438Q178.23232 350.15625 178.23232 348.98438ZM180.07607 347.5Q179.66982 347.5 179.40419 347.84375Q179.15419 348.1875 179.15419 349.09375Q179.15419 349.90625 179.41982 350.25Q179.68544 350.59375 180.07607 350.59375Q180.46669 350.59375 180.73232 350.25Q180.99794 349.90625 180.99794 349.0Q180.99794 348.17188 180.73232 347.84375Q180.46669 347.5 180.07607 347.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M421.78577 91.75L422.89514 91.65625Q423.02014 92.46875 423.45764 92.875Q423.91077 93.28125 424.5514 93.28125Q425.3014 93.28125 425.83264 92.703125Q426.3639 92.125 426.3639 91.1875Q426.3639 90.28125 425.84827 89.765625Q425.34827 89.234375 424.52014 89.234375Q424.02014 89.234375 423.59827 89.46875Q423.19202 89.703125 422.95764 90.0625L421.97327 89.9375L422.8014 85.53125L427.08264 85.53125L427.08264 86.53125L423.64514 86.53125L423.19202 88.84375Q423.95764 88.296875 424.8014 88.296875Q425.9264 88.296875 426.69202 89.078125Q427.47327 89.859375 427.47327 91.09375Q427.47327 92.25 426.8014 93.109375Q425.97327 94.140625 424.5514 94.140625Q423.37952 94.140625 422.62952 93.484375Q421.89514 92.828125 421.78577 91.75ZM428.78577 89.765625Q428.78577 88.234375 429.09827 87.3125Q429.41077 86.375 430.02014 85.875Q430.64514 85.375 431.58264 85.375Q432.27014 85.375 432.78577 85.65625Q433.31702 85.9375 433.66077 86.46875Q434.00452 86.984375 434.19202 87.734375Q434.37952 88.484375 434.37952 89.765625Q434.37952 91.28125 434.06702 92.203125Q433.77014 93.125 433.14514 93.640625Q432.53577 94.140625 431.58264 94.140625Q430.34827 94.140625 429.62952 93.25Q428.78577 92.1875 428.78577 89.765625ZM429.8639 89.765625Q429.8639 91.875 430.3639 92.578125Q430.8639 93.28125 431.58264 93.28125Q432.31702 93.28125 432.8014 92.578125Q433.3014 91.875 433.3014 89.765625Q433.3014 87.640625 432.8014 86.953125Q432.31702 86.25 431.56702 86.25Q430.84827 86.25 430.41077 86.859375Q429.8639 87.640625 429.8639 89.765625ZM435.9889 87.46875Q435.9889 86.546875 436.44202 85.90625Q436.91077 85.265625 437.78577 85.265625Q438.59827 85.265625 439.12952 85.84375Q439.66077 86.421875 439.66077 87.53125Q439.66077 88.625 439.1139 89.21875Q438.58264 89.796875 437.8014 89.796875Q437.02014 89.796875 436.50452 89.21875Q435.9889 88.640625 435.9889 87.46875ZM437.81702 85.984375Q437.4264 85.984375 437.16077 86.328125Q436.91077 86.671875 436.91077 87.578125Q436.91077 88.40625 437.16077 88.75Q437.4264 89.078125 437.81702 89.078125Q438.22327 89.078125 438.47327 88.734375Q438.7389 88.390625 438.7389 87.5Q438.7389 86.65625 438.47327 86.328125Q438.20764 85.984375 437.81702 85.984375ZM437.81702 94.3125L442.52014 85.265625L443.37952 85.265625L438.69202 94.3125L437.81702 94.3125ZM441.53577 91.984375Q441.53577 91.0625 441.9889 90.421875Q442.45764 89.78125 443.34827 89.78125Q444.16077 89.78125 444.69202 90.359375Q445.22327 90.921875 445.22327 92.046875Q445.22327 93.140625 444.6764 93.734375Q444.14514 94.3125 443.34827 94.3125Q442.58264 94.3125 442.0514 93.734375Q441.53577 93.15625 441.53577 91.984375ZM443.37952 90.5Q442.97327 90.5 442.70764 90.84375Q442.45764 91.1875 442.45764 92.09375Q442.45764 92.90625 442.72327 93.25Q442.9889 93.59375 443.37952 93.59375Q443.77014 93.59375 444.03577 93.25Q444.3014 92.90625 444.3014 92.0Q444.3014 91.171875 444.03577 90.84375Q443.77014 90.5 443.37952 90.5Z" fill-rule="nonzero"/><path fill="#666666" d="M421.78577 91.75L422.89514 91.65625Q423.02014 92.46875 423.45764 92.875Q423.91077 93.28125 424.5514 93.28125Q425.3014 93.28125 425.83264 92.703125Q426.3639 92.125 426.3639 91.1875Q426.3639 90.28125 425.84827 89.765625Q425.34827 89.234375 424.52014 89.234375Q424.02014 89.234375 423.59827 89.46875Q423.19202 89.703125 422.95764 90.0625L421.97327 89.9375L422.8014 85.53125L427.08264 85.53125L427.08264 86.53125L423.64514 86.53125L423.19202 88.84375Q423.95764 88.296875 424.8014 88.296875Q425.9264 88.296875 426.69202 89.078125Q427.47327 89.859375 427.47327 91.09375Q427.47327 92.25 426.8014 93.109375Q425.97327 94.140625 424.5514 94.140625Q423.37952 94.140625 422.62952 93.484375Q421.89514 92.828125 421.78577 91.75ZM428.78577 89.765625Q428.78577 88.234375 429.09827 87.3125Q429.41077 86.375 430.02014 85.875Q430.64514 85.375 431.58264 85.375Q432.27014 85.375 432.78577 85.65625Q433.31702 85.9375 433.66077 86.46875Q434.00452 86.984375 434.19202 87.734375Q434.37952 88.484375 434.37952 89.765625Q434.37952 91.28125 434.06702 92.203125Q433.77014 93.125 433.14514 93.640625Q432.53577 94.140625 431.58264 94.140625Q430.34827 94.140625 429.62952 93.25Q428.78577 92.1875 428.78577 89.765625ZM429.8639 89.765625Q429.8639 91.875 430.3639 92.578125Q430.8639 93.28125 431.58264 93.28125Q432.31702 93.28125 432.8014 92.578125Q433.3014 91.875 433.3014 89.765625Q433.3014 87.640625 432.8014 86.953125Q432.31702 86.25 431.56702 86.25Q430.84827 86.25 430.41077 86.859375Q429.8639 87.640625 429.8639 89.765625ZM435.9889 87.46875Q435.9889 86.546875 436.44202 85.90625Q436.91077 85.265625 437.78577 85.265625Q438.59827 85.265625 439.12952 85.84375Q439.66077 86.421875 439.66077 87.53125Q439.66077 88.625 439.1139 89.21875Q438.58264 89.796875 437.8014 89.796875Q437.02014 89.796875 436.50452 89.21875Q435.9889 88.640625 435.9889 87.46875ZM437.81702 85.984375Q437.4264 85.984375 437.16077 86.328125Q436.91077 86.671875 436.91077 87.578125Q436.91077 88.40625 437.16077 88.75Q437.4264 89.078125 437.81702 89.078125Q438.22327 89.078125 438.47327 88.734375Q438.7389 88.390625 438.7389 87.5Q438.7389 86.65625 438.47327 86.328125Q438.20764 85.984375 437.81702 85.984375ZM437.81702 94.3125L442.52014 85.265625L443.37952 85.265625L438.69202 94.3125L437.81702 94.3125ZM441.53577 91.984375Q441.53577 91.0625 441.9889 90.421875Q442.45764 89.78125 443.34827 89.78125Q444.16077 89.78125 444.69202 90.359375Q445.22327 90.921875 445.22327 92.046875Q445.22327 93.140625 444.6764 93.734375Q444.14514 94.3125 443.34827 94.3125Q442.58264 94.3125 442.0514 93.734375Q441.53577 93.15625 441.53577 91.984375ZM443.37952 90.5Q442.97327 90.5 442.70764 90.84375Q442.45764 91.1875 442.45764 92.09375Q442.45764 92.90625 442.72327 93.25Q442.9889 93.59375 443.37952 93.59375Q443.77014 93.59375 444.03577 93.25Q444.3014 92.90625 444.3014 92.0Q444.3014 91.171875 444.03577 90.84375Q443.77014 90.5 443.37952 90.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.86023 160.98438L309.86023 162.0L304.17273 162.0Q304.17273 161.625 304.29773 161.26562Q304.51648 160.6875 304.98523 160.125Q305.4696 159.5625 306.37585 158.82812Q307.7821 157.67188 308.26648 157.0Q308.76648 156.32812 308.76648 155.73438Q308.76648 155.10938 308.31335 154.6875Q307.86023 154.25 307.14148 154.25Q306.37585 154.25 305.92273 154.70312Q305.4696 155.15625 305.45398 155.96875L304.37585 155.85938Q304.48523 154.64062 305.20398 154.01562Q305.93835 153.375 307.17273 153.375Q308.4071 153.375 309.12585 154.0625Q309.8446 154.75 309.8446 155.76562Q309.8446 156.28125 309.62585 156.78125Q309.42273 157.26562 308.92273 157.82812Q308.43835 158.375 307.31335 159.32812Q306.36023 160.125 306.07898 160.42188Q305.81335 160.70312 305.64148 160.98438L309.86023 160.98438ZM312.93835 157.34375Q312.2821 157.09375 311.95398 156.65625Q311.64148 156.20312 311.64148 155.59375Q311.64148 154.65625 312.31335 154.01562Q313.00085 153.375 314.11023 153.375Q315.23523 153.375 315.92273 154.03125Q316.61023 154.6875 316.61023 155.625Q316.61023 156.21875 316.29773 156.65625Q315.98523 157.09375 315.3446 157.34375Q316.14148 157.59375 316.54773 158.17188Q316.95398 158.75 316.95398 159.54688Q316.95398 160.64062 316.17273 161.39062Q315.4071 162.14062 314.12585 162.14062Q312.86023 162.14062 312.07898 161.39062Q311.29773 160.64062 311.29773 159.51562Q311.29773 158.67188 311.7196 158.10938Q312.1571 157.54688 312.93835 157.34375ZM312.7196 155.54688Q312.7196 156.15625 313.11023 156.54688Q313.51648 156.9375 314.14148 156.9375Q314.75085 156.9375 315.14148 156.5625Q315.5321 156.17188 315.5321 155.60938Q315.5321 155.03125 315.12585 154.64062Q314.7196 154.23438 314.12585 154.23438Q313.51648 154.23438 313.11023 154.625Q312.7196 155.01562 312.7196 155.54688ZM312.39148 159.51562Q312.39148 159.96875 312.5946 160.39062Q312.81335 160.8125 313.23523 161.04688Q313.6571 161.28125 314.14148 161.28125Q314.89148 161.28125 315.37585 160.79688Q315.87585 160.3125 315.87585 159.5625Q315.87585 158.79688 315.37585 158.29688Q314.87585 157.79688 314.11023 157.79688Q313.36023 157.79688 312.87585 158.29688Q312.39148 158.78125 312.39148 159.51562ZM318.51648 155.46875Q318.51648 154.54688 318.9696 153.90625Q319.43835 153.26562 320.31335 153.26562Q321.12585 153.26562 321.6571 153.84375Q322.18835 154.42188 322.18835 155.53125Q322.18835 156.625 321.64148 157.21875Q321.11023 157.79688 320.32898 157.79688Q319.54773 157.79688 319.0321 157.21875Q318.51648 156.64062 318.51648 155.46875ZM320.3446 153.98438Q319.95398 153.98438 319.68835 154.32812Q319.43835 154.67188 319.43835 155.57812Q319.43835 156.40625 319.68835 156.75Q319.95398 157.07812 320.3446 157.07812Q320.75085 157.07812 321.00085 156.73438Q321.26648 156.39062 321.26648 155.5Q321.26648 154.65625 321.00085 154.32812Q320.73523 153.98438 320.3446 153.98438ZM320.3446 162.3125L325.04773 153.26562L325.9071 153.26562L321.2196 162.3125L320.3446 162.3125ZM324.06335 159.98438Q324.06335 159.0625 324.51648 158.42188Q324.98523 157.78125 325.87585 157.78125Q326.68835 157.78125 327.2196 158.35938Q327.75085 158.92188 327.75085 160.04688Q327.75085 161.14062 327.20398 161.73438Q326.67273 162.3125 325.87585 162.3125Q325.11023 162.3125 324.57898 161.73438Q324.06335 161.15625 324.06335 159.98438ZM325.9071 158.5Q325.50085 158.5 325.23523 158.84375Q324.98523 159.1875 324.98523 160.09375Q324.98523 160.90625 325.25085 161.25Q325.51648 161.59375 325.9071 161.59375Q326.29773 161.59375 326.56335 161.25Q326.82898 160.90625 326.82898 160.0Q326.82898 159.17188 326.56335 158.84375Q326.29773 158.5 325.9071 158.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.86023 160.98438L309.86023 162.0L304.17273 162.0Q304.17273 161.625 304.29773 161.26562Q304.51648 160.6875 304.98523 160.125Q305.4696 159.5625 306.37585 158.82812Q307.7821 157.67188 308.26648 157.0Q308.76648 156.32812 308.76648 155.73438Q308.76648 155.10938 308.31335 154.6875Q307.86023 154.25 307.14148 154.25Q306.37585 154.25 305.92273 154.70312Q305.4696 155.15625 305.45398 155.96875L304.37585 155.85938Q304.48523 154.64062 305.20398 154.01562Q305.93835 153.375 307.17273 153.375Q308.4071 153.375 309.12585 154.0625Q309.8446 154.75 309.8446 155.76562Q309.8446 156.28125 309.62585 156.78125Q309.42273 157.26562 308.92273 157.82812Q308.43835 158.375 307.31335 159.32812Q306.36023 160.125 306.07898 160.42188Q305.81335 160.70312 305.64148 160.98438L309.86023 160.98438ZM312.93835 157.34375Q312.2821 157.09375 311.95398 156.65625Q311.64148 156.20312 311.64148 155.59375Q311.64148 154.65625 312.31335 154.01562Q313.00085 153.375 314.11023 153.375Q315.23523 153.375 315.92273 154.03125Q316.61023 154.6875 316.61023 155.625Q316.61023 156.21875 316.29773 156.65625Q315.98523 157.09375 315.3446 157.34375Q316.14148 157.59375 316.54773 158.17188Q316.95398 158.75 316.95398 159.54688Q316.95398 160.64062 316.17273 161.39062Q315.4071 162.14062 314.12585 162.14062Q312.86023 162.14062 312.07898 161.39062Q311.29773 160.64062 311.29773 159.51562Q311.29773 158.67188 311.7196 158.10938Q312.1571 157.54688 312.93835 157.34375ZM312.7196 155.54688Q312.7196 156.15625 313.11023 156.54688Q313.51648 156.9375 314.14148 156.9375Q314.75085 156.9375 315.14148 156.5625Q315.5321 156.17188 315.5321 155.60938Q315.5321 155.03125 315.12585 154.64062Q314.7196 154.23438 314.12585 154.23438Q313.51648 154.23438 313.11023 154.625Q312.7196 155.01562 312.7196 155.54688ZM312.39148 159.51562Q312.39148 159.96875 312.5946 160.39062Q312.81335 160.8125 313.23523 161.04688Q313.6571 161.28125 314.14148 161.28125Q314.89148 161.28125 315.37585 160.79688Q315.87585 160.3125 315.87585 159.5625Q315.87585 158.79688 315.37585 158.29688Q314.87585 157.79688 314.11023 157.79688Q313.36023 157.79688 312.87585 158.29688Q312.39148 158.78125 312.39148 159.51562ZM318.51648 155.46875Q318.51648 154.54688 318.9696 153.90625Q319.43835 153.26562 320.31335 153.26562Q321.12585 153.26562 321.6571 153.84375Q322.18835 154.42188 322.18835 155.53125Q322.18835 156.625 321.64148 157.21875Q321.11023 157.79688 320.32898 157.79688Q319.54773 157.79688 319.0321 157.21875Q318.51648 156.64062 318.51648 155.46875ZM320.3446 153.98438Q319.95398 153.98438 319.68835 154.32812Q319.43835 154.67188 319.43835 155.57812Q319.43835 156.40625 319.68835 156.75Q319.95398 157.07812 320.3446 157.07812Q320.75085 157.07812 321.00085 156.73438Q321.26648 156.39062 321.26648 155.5Q321.26648 154.65625 321.00085 154.32812Q320.73523 153.98438 320.3446 153.98438ZM320.3446 162.3125L325.04773 153.26562L325.9071 153.26562L321.2196 162.3125L320.3446 162.3125ZM324.06335 159.98438Q324.06335 159.0625 324.51648 158.42188Q324.98523 157.78125 325.87585 157.78125Q326.68835 157.78125 327.2196 158.35938Q327.75085 158.92188 327.75085 160.04688Q327.75085 161.14062 327.20398 161.73438Q326.67273 162.3125 325.87585 162.3125Q325.11023 162.3125 324.57898 161.73438Q324.06335 161.15625 324.06335 159.98438ZM325.9071 158.5Q325.50085 158.5 325.23523 158.84375Q324.98523 159.1875 324.98523 160.09375Q324.98523 160.90625 325.25085 161.25Q325.51648 161.59375 325.9071 161.59375Q326.29773 161.59375 326.56335 161.25Q326.82898 160.90625 326.82898 160.0Q326.82898 159.17188 326.56335 158.84375Q326.29773 158.5 325.9071 158.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.14525 225.34375Q198.489 225.09375 198.16087 224.65625Q197.84837 224.20312 197.84837 223.59375Q197.84837 222.65625 198.52025 222.01562Q199.20775 221.375 200.31712 221.375Q201.44212 221.375 202.12962 222.03125Q202.81712 222.6875 202.81712 223.625Q202.81712 224.21875 202.50462 224.65625Q202.19212 225.09375 201.5515 225.34375Q202.34837 225.59375 202.75462 226.17188Q203.16087 226.75 203.16087 227.54688Q203.16087 228.64062 202.37962 229.39062Q201.614 230.14062 200.33275 230.14062Q199.06712 230.14062 198.28587 229.39062Q197.50462 228.64062 197.50462 227.51562Q197.50462 226.67188 197.9265 226.10938Q198.364 225.54688 199.14525 225.34375ZM198.9265 223.54688Q198.9265 224.15625 199.31712 224.54688Q199.72337 224.9375 200.34837 224.9375Q200.95775 224.9375 201.34837 224.5625Q201.739 224.17188 201.739 223.60938Q201.739 223.03125 201.33275 222.64062Q200.9265 222.23438 200.33275 222.23438Q199.72337 222.23438 199.31712 222.625Q198.9265 223.01562 198.9265 223.54688ZM198.59837 227.51562Q198.59837 227.96875 198.8015 228.39062Q199.02025 228.8125 199.44212 229.04688Q199.864 229.28125 200.34837 229.28125Q201.09837 229.28125 201.58275 228.79688Q202.08275 228.3125 202.08275 227.5625Q202.08275 226.79688 201.58275 226.29688Q201.08275 225.79688 200.31712 225.79688Q199.56712 225.79688 199.08275 226.29688Q198.59837 226.78125 198.59837 227.51562ZM204.72337 223.46875Q204.72337 222.54688 205.1765 221.90625Q205.64525 221.26562 206.52025 221.26562Q207.33275 221.26562 207.864 221.84375Q208.39525 222.42188 208.39525 223.53125Q208.39525 224.625 207.84837 225.21875Q207.31712 225.79688 206.53587 225.79688Q205.75462 225.79688 205.239 225.21875Q204.72337 224.64062 204.72337 223.46875ZM206.5515 221.98438Q206.16087 221.98438 205.89525 222.32812Q205.64525 222.67188 205.64525 223.57812Q205.64525 224.40625 205.89525 224.75Q206.16087 225.07812 206.5515 225.07812Q206.95775 225.07812 207.20775 224.73438Q207.47337 224.39062 207.47337 223.5Q207.47337 222.65625 207.20775 222.32812Q206.94212 221.98438 206.5515 221.98438ZM206.5515 230.3125L211.25462 221.26562L212.114 221.26562L207.4265 230.3125L206.5515 230.3125ZM210.27025 227.98438Q210.27025 227.0625 210.72337 226.42188Q211.19212 225.78125 212.08275 225.78125Q212.89525 225.78125 213.4265 226.35938Q213.95775 226.92188 213.95775 228.04688Q213.95775 229.14062 213.41087 229.73438Q212.87962 230.3125 212.08275 230.3125Q211.31712 230.3125 210.78587 229.73438Q210.27025 229.15625 210.27025 227.98438ZM212.114 226.5Q211.70775 226.5 211.44212 226.84375Q211.19212 227.1875 211.19212 228.09375Q211.19212 228.90625 211.45775 229.25Q211.72337 229.59375 212.114 229.59375Q212.50462 229.59375 212.77025 229.25Q213.03587 228.90625 213.03587 228.0Q213.03587 227.17188 212.77025 226.84375Q212.50462 226.5 212.114 226.5Z" fill-rule="nonzero"/><path fill="#666666" d="M199.14525 225.34375Q198.489 225.09375 198.16087 224.65625Q197.84837 224.20312 197.84837 223.59375Q197.84837 222.65625 198.52025 222.01562Q199.20775 221.375 200.31712 221.375Q201.44212 221.375 202.12962 222.03125Q202.81712 222.6875 202.81712 223.625Q202.81712 224.21875 202.50462 224.65625Q202.19212 225.09375 201.5515 225.34375Q202.34837 225.59375 202.75462 226.17188Q203.16087 226.75 203.16087 227.54688Q203.16087 228.64062 202.37962 229.39062Q201.614 230.14062 200.33275 230.14062Q199.06712 230.14062 198.28587 229.39062Q197.50462 228.64062 197.50462 227.51562Q197.50462 226.67188 197.9265 226.10938Q198.364 225.54688 199.14525 225.34375ZM198.9265 223.54688Q198.9265 224.15625 199.31712 224.54688Q199.72337 224.9375 200.34837 224.9375Q200.95775 224.9375 201.34837 224.5625Q201.739 224.17188 201.739 223.60938Q201.739 223.03125 201.33275 222.64062Q200.9265 222.23438 200.33275 222.23438Q199.72337 222.23438 199.31712 222.625Q198.9265 223.01562 198.9265 223.54688ZM198.59837 227.51562Q198.59837 227.96875 198.8015 228.39062Q199.02025 228.8125 199.44212 229.04688Q199.864 229.28125 200.34837 229.28125Q201.09837 229.28125 201.58275 228.79688Q202.08275 228.3125 202.08275 227.5625Q202.08275 226.79688 201.58275 226.29688Q201.08275 225.79688 200.31712 225.79688Q199.56712 225.79688 199.08275 226.29688Q198.59837 226.78125 198.59837 227.51562ZM204.72337 223.46875Q204.72337 222.54688 205.1765 221.90625Q205.64525 221.26562 206.52025 221.26562Q207.33275 221.26562 207.864 221.84375Q208.39525 222.42188 208.39525 223.53125Q208.39525 224.625 207.84837 225.21875Q207.31712 225.79688 206.53587 225.79688Q205.75462 225.79688 205.239 225.21875Q204.72337 224.64062 204.72337 223.46875ZM206.5515 221.98438Q206.16087 221.98438 205.89525 222.32812Q205.64525 222.67188 205.64525 223.57812Q205.64525 224.40625 205.89525 224.75Q206.16087 225.07812 206.5515 225.07812Q206.95775 225.07812 207.20775 224.73438Q207.47337 224.39062 207.47337 223.5Q207.47337 222.65625 207.20775 222.32812Q206.94212 221.98438 206.5515 221.98438ZM206.5515 230.3125L211.25462 221.26562L212.114 221.26562L207.4265 230.3125L206.5515 230.3125ZM210.27025 227.98438Q210.27025 227.0625 210.72337 226.42188Q211.19212 225.78125 212.08275 225.78125Q212.89525 225.78125 213.4265 226.35938Q213.95775 226.92188 213.95775 228.04688Q213.95775 229.14062 213.41087 229.73438Q212.87962 230.3125 212.08275 230.3125Q211.31712 230.3125 210.78587 229.73438Q210.27025 229.15625 210.27025 227.98438ZM212.114 226.5Q211.70775 226.5 211.44212 226.84375Q211.19212 227.1875 211.19212 228.09375Q211.19212 228.90625 211.45775 229.25Q211.72337 229.59375 212.114 229.59375Q212.50462 229.59375 212.77025 229.25Q213.03587 228.90625 213.03587 228.0Q213.03587 227.17188 212.77025 226.84375Q212.50462 226.5 212.114 226.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.50797 298.0L216.46109 298.0L216.46109 291.28125Q216.07047 291.64062 215.44547 292.01562Q214.83609 292.375 214.35172 292.54688L214.35172 291.53125Q215.22672 291.10938 215.88297 290.53125Q216.55484 289.9375 216.83609 289.375L217.50797 289.375L217.50797 298.0ZM224.50797 298.0L223.46109 298.0L223.46109 291.28125Q223.07047 291.64062 222.44547 292.01562Q221.83609 292.375 221.35172 292.54688L221.35172 291.53125Q222.22672 291.10938 222.88297 290.53125Q223.55484 289.9375 223.83609 289.375L224.50797 289.375L224.50797 298.0ZM227.74234 291.46875Q227.74234 290.54688 228.19547 289.90625Q228.66422 289.26562 229.53922 289.26562Q230.35172 289.26562 230.88297 289.84375Q231.41422 290.42188 231.41422 291.53125Q231.41422 292.625 230.86734 293.21875Q230.33609 293.79688 229.55484 293.79688Q228.77359 293.79688 228.25797 293.21875Q227.74234 292.64062 227.74234 291.46875ZM229.57047 289.98438Q229.17984 289.98438 228.91422 290.32812Q228.66422 290.67188 228.66422 291.57812Q228.66422 292.40625 228.91422 292.75Q229.17984 293.07812 229.57047 293.07812Q229.97672 293.07812 230.22672 292.73438Q230.49234 292.39062 230.49234 291.5Q230.49234 290.65625 230.22672 290.32812Q229.96109 289.98438 229.57047 289.98438ZM229.57047 298.3125L234.27359 289.26562L235.13297 289.26562L230.44547 298.3125L229.57047 298.3125ZM233.28922 295.98438Q233.28922 295.0625 233.74234 294.42188Q234.21109 293.78125 235.10172 293.78125Q235.91422 293.78125 236.44547 294.35938Q236.97672 294.92188 236.97672 296.04688Q236.97672 297.14062 236.42984 297.73438Q235.89859 298.3125 235.10172 298.3125Q234.33609 298.3125 233.80484 297.73438Q233.28922 297.15625 233.28922 295.98438ZM235.13297 294.5Q234.72672 294.5 234.46109 294.84375Q234.21109 295.1875 234.21109 296.09375Q234.21109 296.90625 234.47672 297.25Q234.74234 297.59375 235.13297 297.59375Q235.52359 297.59375 235.78922 297.25Q236.05484 296.90625 236.05484 296.0Q236.05484 295.17188 235.78922 294.84375Q235.52359 294.5 235.13297 294.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.50797 298.0L216.46109 298.0L216.46109 291.28125Q216.07047 291.64062 215.44547 292.01562Q214.83609 292.375 214.35172 292.54688L214.35172 291.53125Q215.22672 291.10938 215.88297 290.53125Q216.55484 289.9375 216.83609 289.375L217.50797 289.375L217.50797 298.0ZM224.50797 298.0L223.46109 298.0L223.46109 291.28125Q223.07047 291.64062 222.44547 292.01562Q221.83609 292.375 221.35172 292.54688L221.35172 291.53125Q222.22672 291.10938 222.88297 290.53125Q223.55484 289.9375 223.83609 289.375L224.50797 289.375L224.50797 298.0ZM227.74234 291.46875Q227.74234 290.54688 228.19547 289.90625Q228.66422 289.26562 229.53922 289.26562Q230.35172 289.26562 230.88297 289.84375Q231.41422 290.42188 231.41422 291.53125Q231.41422 292.625 230.86734 293.21875Q230.33609 293.79688 229.55484 293.79688Q228.77359 293.79688 228.25797 293.21875Q227.74234 292.64062 227.74234 291.46875ZM229.57047 289.98438Q229.17984 289.98438 228.91422 290.32812Q228.66422 290.67188 228.66422 291.57812Q228.66422 292.40625 228.91422 292.75Q229.17984 293.07812 229.57047 293.07812Q229.97672 293.07812 230.22672 292.73438Q230.49234 292.39062 230.49234 291.5Q230.49234 290.65625 230.22672 290.32812Q229.96109 289.98438 229.57047 289.98438ZM229.57047 298.3125L234.27359 289.26562L235.13297 289.26562L230.44547 298.3125L229.57047 298.3125ZM233.28922 295.98438Q233.28922 295.0625 233.74234 294.42188Q234.21109 293.78125 235.10172 293.78125Q235.91422 293.78125 236.44547 294.35938Q236.97672 294.92188 236.97672 296.04688Q236.97672 297.14062 236.42984 297.73438Q235.89859 298.3125 235.10172 298.3125Q234.33609 298.3125 233.80484 297.73438Q233.28922 297.15625 233.28922 295.98438ZM235.13297 294.5Q234.72672 294.5 234.46109 294.84375Q234.21109 295.1875 234.21109 296.09375Q234.21109 296.90625 234.47672 297.25Q234.74234 297.59375 235.13297 297.59375Q235.52359 297.59375 235.78922 297.25Q236.05484 296.90625 236.05484 296.0Q236.05484 295.17188 235.78922 294.84375Q235.52359 294.5 235.13297 294.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M164.1114 366.0L163.06453 366.0L163.06453 359.28125Q162.6739 359.64062 162.0489 360.01562Q161.43953 360.375 160.95515 360.54688L160.95515 359.53125Q161.83015 359.10938 162.4864 358.53125Q163.15828 357.9375 163.43953 357.375L164.1114 357.375L164.1114 366.0ZM167.34578 359.46875Q167.34578 358.54688 167.7989 357.90625Q168.26765 357.26562 169.14265 357.26562Q169.95515 357.26562 170.4864 357.84375Q171.01765 358.42188 171.01765 359.53125Q171.01765 360.625 170.47078 361.21875Q169.93953 361.79688 169.15828 361.79688Q168.37703 361.79688 167.8614 361.21875Q167.34578 360.64062 167.34578 359.46875ZM169.1739 357.98438Q168.78328 357.98438 168.51765 358.32812Q168.26765 358.67188 168.26765 359.57812Q168.26765 360.40625 168.51765 360.75Q168.78328 361.07812 169.1739 361.07812Q169.58015 361.07812 169.83015 360.73438Q170.09578 360.39062 170.09578 359.5Q170.09578 358.65625 169.83015 358.32812Q169.56453 357.98438 169.1739 357.98438ZM169.1739 366.3125L173.87703 357.26562L174.7364 357.26562L170.0489 366.3125L169.1739 366.3125ZM172.89265 363.98438Q172.89265 363.0625 173.34578 362.42188Q173.81453 361.78125 174.70515 361.78125Q175.51765 361.78125 176.0489 362.35938Q176.58015 362.92188 176.58015 364.04688Q176.58015 365.14062 176.03328 365.73438Q175.50203 366.3125 174.70515 366.3125Q173.93953 366.3125 173.40828 365.73438Q172.89265 365.15625 172.89265 363.98438ZM174.7364 362.5Q174.33015 362.5 174.06453 362.84375Q173.81453 363.1875 173.81453 364.09375Q173.81453 364.90625 174.08015 365.25Q174.34578 365.59375 174.7364 365.59375Q175.12703 365.59375 175.39265 365.25Q175.65828 364.90625 175.65828 364.0Q175.65828 363.17188 175.39265 362.84375Q175.12703 362.5 174.7364 362.5Z" fill-rule="nonzero"/><path fill="#666666" d="M164.1114 366.0L163.06453 366.0L163.06453 359.28125Q162.6739 359.64062 162.0489 360.01562Q161.43953 360.375 160.95515 360.54688L160.95515 359.53125Q161.83015 359.10938 162.4864 358.53125Q163.15828 357.9375 163.43953 357.375L164.1114 357.375L164.1114 366.0ZM167.34578 359.46875Q167.34578 358.54688 167.7989 357.90625Q168.26765 357.26562 169.14265 357.26562Q169.95515 357.26562 170.4864 357.84375Q171.01765 358.42188 171.01765 359.53125Q171.01765 360.625 170.47078 361.21875Q169.93953 361.79688 169.15828 361.79688Q168.37703 361.79688 167.8614 361.21875Q167.34578 360.64062 167.34578 359.46875ZM169.1739 357.98438Q168.78328 357.98438 168.51765 358.32812Q168.26765 358.67188 168.26765 359.57812Q168.26765 360.40625 168.51765 360.75Q168.78328 361.07812 169.1739 361.07812Q169.58015 361.07812 169.83015 360.73438Q170.09578 360.39062 170.09578 359.5Q170.09578 358.65625 169.83015 358.32812Q169.56453 357.98438 169.1739 357.98438ZM169.1739 366.3125L173.87703 357.26562L174.7364 357.26562L170.0489 366.3125L169.1739 366.3125ZM172.89265 363.98438Q172.89265 363.0625 173.34578 362.42188Q173.81453 361.78125 174.70515 361.78125Q175.51765 361.78125 176.0489 362.35938Q176.58015 362.92188 176.58015 364.04688Q176.58015 365.14062 176.03328 365.73438Q175.50203 366.3125 174.70515 366.3125Q173.93953 366.3125 173.40828 365.73438Q172.89265 365.15625 172.89265 363.98438ZM174.7364 362.5Q174.33015 362.5 174.06453 362.84375Q173.81453 363.1875 173.81453 364.09375Q173.81453 364.90625 174.08015 365.25Q174.34578 365.59375 174.7364 365.59375Q175.12703 365.59375 175.39265 365.25Q175.65828 364.90625 175.65828 364.0Q175.65828 363.17188 175.39265 362.84375Q175.12703 362.5 174.7364 362.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.09235 425.2709Q309.09235 424.34903 309.54547 423.7084Q310.01422 423.06778 310.88922 423.06778Q311.70172 423.06778 312.23297 423.6459Q312.76422 424.22403 312.76422 425.3334Q312.76422 426.42715 312.21735 427.0209Q311.6861 427.59903 310.90485 427.59903Q310.1236 427.59903 309.60797 427.0209Q309.09235 426.44278 309.09235 425.2709ZM310.92047 423.78653Q310.52985 423.78653 310.26422 424.13028Q310.01422 424.47403 310.01422 425.38028Q310.01422 426.2084 310.26422 426.55215Q310.52985 426.88028 310.92047 426.88028Q311.32672 426.88028 311.57672 426.53653Q311.84235 426.19278 311.84235 425.30215Q311.84235 424.4584 311.57672 424.13028Q311.3111 423.78653 310.92047 423.78653ZM310.92047 432.11465L315.6236 423.06778L316.48297 423.06778L311.79547 432.11465L310.92047 432.11465ZM314.63922 429.78653Q314.63922 428.86465 315.09235 428.22403Q315.5611 427.5834 316.45172 427.5834Q317.26422 427.5834 317.79547 428.16153Q318.32672 428.72403 318.32672 429.84903Q318.32672 430.94278 317.77985 431.53653Q317.2486 432.11465 316.45172 432.11465Q315.6861 432.11465 315.15485 431.53653Q314.63922 430.9584 314.63922 429.78653ZM316.48297 428.30215Q316.07672 428.30215 315.8111 428.6459Q315.5611 428.98965 315.5611 429.8959Q315.5611 430.7084 315.82672 431.05215Q316.09235 431.3959 316.48297 431.3959Q316.8736 431.3959 317.13922 431.05215Q317.40485 430.7084 317.40485 429.80215Q317.40485 428.97403 317.13922 428.6459Q316.8736 428.30215 316.48297 428.30215ZM322.79547 428.69278Q322.79547 426.9584 323.7486 426.13028Q324.54547 425.44278 325.70172 425.44278Q326.98297 425.44278 327.79547 426.28653Q328.6236 427.11465 328.6236 428.59903Q328.6236 429.80215 328.26422 430.48965Q327.90485 431.17715 327.20172 431.56778Q326.51422 431.94278 325.70172 431.94278Q324.40485 431.94278 323.59235 431.11465Q322.79547 430.2709 322.79547 428.69278ZM323.8736 428.69278Q323.8736 429.88028 324.38922 430.47403Q324.92047 431.06778 325.70172 431.06778Q326.4986 431.06778 327.01422 430.47403Q327.52985 429.88028 327.52985 428.66153Q327.52985 427.50528 326.9986 426.91153Q326.48297 426.31778 325.70172 426.31778Q324.92047 426.31778 324.38922 426.91153Q323.8736 427.48965 323.8736 428.69278ZM330.4361 431.80215L330.4361 426.3959L329.4986 426.3959L329.4986 425.5834L330.4361 425.5834L330.4361 424.91153Q330.4361 424.28653 330.54547 423.98965Q330.70172 423.56778 331.07672 423.31778Q331.46735 423.06778 332.15485 423.06778Q332.60797 423.06778 333.13922 423.17715L332.98297 424.0834Q332.65485 424.03653 332.35797 424.03653Q331.8736 424.03653 331.67047 424.23965Q331.48297 424.44278 331.48297 425.00528L331.48297 425.5834L332.70172 425.5834L332.70172 426.3959L331.48297 426.3959L331.48297 431.80215L330.4361 431.80215ZM336.17047 431.80215L336.17047 425.5834L337.1236 425.5834L337.1236 426.5209Q337.48297 425.86465 337.77985 425.66153Q338.09235 425.44278 338.46735 425.44278Q338.9986 425.44278 339.54547 425.7709L339.1861 426.75528Q338.79547 426.5209 338.42047 426.5209Q338.0611 426.5209 337.77985 426.73965Q337.51422 426.94278 337.40485 427.31778Q337.21735 427.88028 337.21735 428.53653L337.21735 431.80215L336.17047 431.80215ZM344.4361 429.80215L345.52985 429.92715Q345.27985 430.88028 344.57672 431.41153Q343.8736 431.94278 342.79547 431.94278Q341.4361 431.94278 340.6236 431.09903Q339.82672 430.25528 339.82672 428.73965Q339.82672 427.17715 340.63922 426.31778Q341.45172 425.44278 342.73297 425.44278Q343.98297 425.44278 344.76422 426.28653Q345.5611 427.13028 345.5611 428.67715Q345.5611 428.7709 345.5611 428.9584L340.92047 428.9584Q340.98297 429.98965 341.4986 430.53653Q342.01422 431.06778 342.79547 431.06778Q343.3736 431.06778 343.77985 430.7709Q344.20172 430.4584 344.4361 429.80215ZM340.98297 428.09903L344.45172 428.09903Q344.38922 427.30215 344.0611 426.91153Q343.54547 426.30215 342.7486 426.30215Q342.01422 426.30215 341.51422 426.78653Q341.02985 427.2709 340.98297 428.09903ZM346.76422 429.94278L347.79547 429.78653Q347.88922 430.41153 348.27985 430.73965Q348.6861 431.06778 349.42047 431.06778Q350.13922 431.06778 350.48297 430.78653Q350.84235 430.48965 350.84235 430.0834Q350.84235 429.72403 350.52985 429.5209Q350.3111 429.38028 349.45172 429.16153Q348.29547 428.86465 347.84235 428.66153Q347.40485 428.44278 347.17047 428.06778Q346.9361 427.69278 346.9361 427.22403Q346.9361 426.81778 347.1236 426.4584Q347.3111 426.09903 347.63922 425.86465Q347.88922 425.69278 348.3111 425.56778Q348.73297 425.44278 349.23297 425.44278Q349.95172 425.44278 350.4986 425.66153Q351.0611 425.86465 351.32672 426.22403Q351.59235 426.5834 351.6861 427.17715L350.65485 427.31778Q350.59235 426.84903 350.2486 426.5834Q349.92047 426.30215 349.29547 426.30215Q348.57672 426.30215 348.26422 426.55215Q347.95172 426.78653 347.95172 427.11465Q347.95172 427.31778 348.07672 427.47403Q348.21735 427.6459 348.48297 427.75528Q348.63922 427.81778 349.42047 428.0209Q350.54547 428.3334 350.98297 428.5209Q351.42047 428.7084 351.67047 429.06778Q351.92047 429.42715 351.92047 429.97403Q351.92047 430.50528 351.60797 430.97403Q351.3111 431.42715 350.73297 431.69278Q350.15485 431.94278 349.42047 431.94278Q348.20172 431.94278 347.5611 431.44278Q346.9361 430.92715 346.76422 429.94278ZM353.1861 434.19278L353.1861 425.5834L354.13922 425.5834L354.13922 426.38028Q354.48297 425.91153 354.90485 425.67715Q355.34235 425.44278 355.95172 425.44278Q356.7486 425.44278 357.35797 425.84903Q357.96735 426.25528 358.26422 427.00528Q358.57672 427.75528 358.57672 428.6459Q358.57672 429.59903 358.23297 430.36465Q357.90485 431.13028 357.2486 431.53653Q356.59235 431.94278 355.8736 431.94278Q355.34235 431.94278 354.92047 431.72403Q354.4986 431.48965 354.23297 431.16153L354.23297 434.19278L353.1861 434.19278ZM354.13922 428.72403Q354.13922 429.92715 354.6236 430.50528Q355.10797 431.06778 355.79547 431.06778Q356.4986 431.06778 356.9986 430.47403Q357.4986 429.88028 357.4986 428.63028Q357.4986 427.44278 357.01422 426.86465Q356.52985 426.2709 355.84235 426.2709Q355.17047 426.2709 354.65485 426.8959Q354.13922 427.5209 354.13922 428.72403ZM359.79547 428.69278Q359.79547 426.9584 360.7486 426.13028Q361.54547 425.44278 362.70172 425.44278Q363.98297 425.44278 364.79547 426.28653Q365.6236 427.11465 365.6236 428.59903Q365.6236 429.80215 365.26422 430.48965Q364.90485 431.17715 364.20172 431.56778Q363.51422 431.94278 362.70172 431.94278Q361.40485 431.94278 360.59235 431.11465Q359.79547 430.2709 359.79547 428.69278ZM360.8736 428.69278Q360.8736 429.88028 361.38922 430.47403Q361.92047 431.06778 362.70172 431.06778Q363.4986 431.06778 364.01422 430.47403Q364.52985 429.88028 364.52985 428.66153Q364.52985 427.50528 363.9986 426.91153Q363.48297 426.31778 362.70172 426.31778Q361.92047 426.31778 361.38922 426.91153Q360.8736 427.48965 360.8736 428.69278ZM367.1861 431.80215L367.1861 425.5834L368.1236 425.5834L368.1236 426.4584Q368.8111 425.44278 370.10797 425.44278Q370.67047 425.44278 371.13922 425.6459Q371.6236 425.84903 371.85797 426.17715Q372.09235 426.50528 372.1861 426.94278Q372.23297 427.23965 372.23297 427.97403L372.23297 431.80215L371.1861 431.80215L371.1861 428.0209Q371.1861 427.36465 371.0611 427.05215Q370.9361 426.73965 370.6236 426.55215Q370.3111 426.34903 369.88922 426.34903Q369.21735 426.34903 368.71735 426.78653Q368.23297 427.2084 368.23297 428.3959L368.23297 431.80215L367.1861 431.80215ZM378.21735 431.80215L378.21735 431.0209Q377.6236 431.94278 376.48297 431.94278Q375.73297 431.94278 375.10797 431.53653Q374.48297 431.11465 374.13922 430.38028Q373.79547 429.6459 373.79547 428.69278Q373.79547 427.7709 374.10797 427.00528Q374.42047 426.23965 375.04547 425.84903Q375.67047 425.44278 376.4361 425.44278Q376.9986 425.44278 377.4361 425.67715Q377.8736 425.91153 378.15485 426.28653L378.15485 423.2084L379.20172 423.2084L379.20172 431.80215L378.21735 431.80215ZM374.88922 428.69278Q374.88922 429.8959 375.38922 430.48965Q375.88922 431.06778 376.57672 431.06778Q377.26422 431.06778 377.7486 430.50528Q378.23297 429.94278 378.23297 428.78653Q378.23297 427.50528 377.73297 426.91153Q377.2486 426.31778 376.52985 426.31778Q375.82672 426.31778 375.35797 426.8959Q374.88922 427.4584 374.88922 428.69278ZM385.4361 429.80215L386.52985 429.92715Q386.27985 430.88028 385.57672 431.41153Q384.8736 431.94278 383.79547 431.94278Q382.4361 431.94278 381.6236 431.09903Q380.82672 430.25528 380.82672 428.73965Q380.82672 427.17715 381.63922 426.31778Q382.45172 425.44278 383.73297 425.44278Q384.98297 425.44278 385.76422 426.28653Q386.5611 427.13028 386.5611 428.67715Q386.5611 428.7709 386.5611 428.9584L381.92047 428.9584Q381.98297 429.98965 382.4986 430.53653Q383.01422 431.06778 383.79547 431.06778Q384.3736 431.06778 384.77985 430.7709Q385.20172 430.4584 385.4361 429.80215ZM381.98297 428.09903L385.45172 428.09903Q385.38922 427.30215 385.0611 426.91153Q384.54547 426.30215 383.7486 426.30215Q383.01422 426.30215 382.51422 426.78653Q382.02985 427.2709 381.98297 428.09903ZM388.1861 431.80215L388.1861 425.5834L389.1236 425.5834L389.1236 426.4584Q389.8111 425.44278 391.10797 425.44278Q391.67047 425.44278 392.13922 425.6459Q392.6236 425.84903 392.85797 426.17715Q393.09235 426.50528 393.1861 426.94278Q393.23297 427.23965 393.23297 427.97403L393.23297 431.80215L392.1861 431.80215L392.1861 428.0209Q392.1861 427.36465 392.0611 427.05215Q391.9361 426.73965 391.6236 426.55215Q391.3111 426.34903 390.88922 426.34903Q390.21735 426.34903 389.71735 426.78653Q389.23297 427.2084 389.23297 428.3959L389.23297 431.80215L388.1861 431.80215ZM397.48297 430.86465L397.63922 431.78653Q397.1861 431.88028 396.84235 431.88028Q396.26422 431.88028 395.95172 431.7084Q395.63922 431.5209 395.4986 431.22403Q395.3736 430.92715 395.3736 429.97403L395.3736 426.3959L394.60797 426.3959L394.60797 425.5834L395.3736 425.5834L395.3736 424.03653L396.42047 423.41153L396.42047 425.5834L397.48297 425.5834L397.48297 426.3959L396.42047 426.3959L396.42047 430.03653Q396.42047 430.48965 396.46735 430.61465Q396.52985 430.73965 396.65485 430.81778Q396.77985 430.8959 397.01422 430.8959Q397.20172 430.8959 397.48297 430.86465ZM397.76422 429.94278L398.79547 429.78653Q398.88922 430.41153 399.27985 430.73965Q399.6861 431.06778 400.42047 431.06778Q401.13922 431.06778 401.48297 430.78653Q401.84235 430.48965 401.84235 430.0834Q401.84235 429.72403 401.52985 429.5209Q401.3111 429.38028 400.45172 429.16153Q399.29547 428.86465 398.84235 428.66153Q398.40485 428.44278 398.17047 428.06778Q397.9361 427.69278 397.9361 427.22403Q397.9361 426.81778 398.1236 426.4584Q398.3111 426.09903 398.63922 425.86465Q398.88922 425.69278 399.3111 425.56778Q399.73297 425.44278 400.23297 425.44278Q400.95172 425.44278 401.4986 425.66153Q402.0611 425.86465 402.32672 426.22403Q402.59235 426.5834 402.6861 427.17715L401.65485 427.31778Q401.59235 426.84903 401.2486 426.5834Q400.92047 426.30215 400.29547 426.30215Q399.57672 426.30215 399.26422 426.55215Q398.95172 426.78653 398.95172 427.11465Q398.95172 427.31778 399.07672 427.47403Q399.21735 427.6459 399.48297 427.75528Q399.63922 427.81778 400.42047 428.0209Q401.54547 428.3334 401.98297 428.5209Q402.42047 428.7084 402.67047 429.06778Q402.92047 429.42715 402.92047 429.97403Q402.92047 430.50528 402.60797 430.97403Q402.3111 431.42715 401.73297 431.69278Q401.15485 431.94278 400.42047 431.94278Q399.20172 431.94278 398.5611 431.44278Q397.9361 430.92715 397.76422 429.94278Z" fill-rule="nonzero"/><path fill="#666666" d="M37.287376 71.77967L40.58425 63.18592L41.803 63.18592L45.318626 71.77967L44.037376 71.77967L43.02175 69.170296L39.443626 69.170296L38.4905 71.77967L37.287376 71.77967ZM39.77175 68.24842L42.678 68.24842L41.787376 65.87342Q41.3655 64.795296 41.178 64.09217Q41.006126 64.920296 40.70925 65.732796L39.77175 68.24842ZM45.678 69.920296L46.70925 69.764046Q46.803 70.389046 47.193626 70.71717Q47.599876 71.045296 48.33425 71.045296Q49.053 71.045296 49.39675 70.764046Q49.756126 70.46717 49.756126 70.06092Q49.756126 69.701546 49.443626 69.49842Q49.224876 69.357796 48.3655 69.139046Q47.20925 68.84217 46.756126 68.639046Q46.318626 68.420296 46.08425 68.045296Q45.849876 67.670296 45.849876 67.201546Q45.849876 66.795296 46.037376 66.43592Q46.224876 66.076546 46.553 65.84217Q46.803 65.670296 47.224876 65.545296Q47.64675 65.420296 48.14675 65.420296Q48.8655 65.420296 49.412376 65.639046Q49.974876 65.84217 50.2405 66.201546Q50.506126 66.56092 50.599876 67.15467L49.568626 67.295296Q49.506126 66.826546 49.162376 66.56092Q48.83425 66.27967 48.20925 66.27967Q47.4905 66.27967 47.178 66.52967Q46.8655 66.764046 46.8655 67.09217Q46.8655 67.295296 46.9905 67.451546Q47.131126 67.62342 47.39675 67.732796Q47.553 67.795296 48.33425 67.99842Q49.45925 68.31092 49.89675 68.49842Q50.33425 68.68592 50.58425 69.045296Q50.83425 69.40467 50.83425 69.951546Q50.83425 70.482796 50.52175 70.951546Q50.224876 71.40467 49.64675 71.670296Q49.068626 71.920296 48.33425 71.920296Q47.1155 71.920296 46.474876 71.420296Q45.849876 70.90467 45.678 69.920296ZM55.099876 74.170296L55.099876 65.56092L56.053 65.56092L56.053 66.357796Q56.39675 65.889046 56.818626 65.65467Q57.256126 65.420296 57.8655 65.420296Q58.662376 65.420296 59.27175 65.826546Q59.881126 66.232796 60.178 66.982796Q60.4905 67.732796 60.4905 68.62342Q60.4905 69.576546 60.14675 70.34217Q59.818626 71.107796 59.162376 71.514046Q58.506126 71.920296 57.787376 71.920296Q57.256126 71.920296 56.83425 71.701546Q56.412376 71.46717 56.14675 71.139046L56.14675 74.170296L55.099876 74.170296ZM56.053 68.701546Q56.053 69.90467 56.537376 70.482796Q57.02175 71.045296 57.70925 71.045296Q58.412376 71.045296 58.912376 70.451546Q59.412376 69.857796 59.412376 68.607796Q59.412376 67.420296 58.928 66.84217Q58.443626 66.24842 57.756126 66.24842Q57.08425 66.24842 56.568626 66.87342Q56.053 67.49842 56.053 68.701546ZM66.16238 71.014046Q65.56863 71.514046 65.02175 71.71717Q64.4905 71.920296 63.8655 71.920296Q62.83425 71.920296 62.287376 71.420296Q61.7405 70.920296 61.7405 70.139046Q61.7405 69.68592 61.943626 69.31092Q62.14675 68.920296 62.4905 68.701546Q62.83425 68.46717 63.256126 68.357796Q63.553 68.264046 64.19363 68.18592Q65.45925 68.045296 66.06863 67.826546Q66.06863 67.607796 66.06863 67.56092Q66.06863 66.90467 65.77175 66.639046Q65.3655 66.295296 64.56863 66.295296Q63.83425 66.295296 63.474876 66.56092Q63.1155 66.81092 62.943626 67.46717L61.912376 67.326546Q62.053 66.670296 62.381126 66.264046Q62.70925 65.857796 63.318626 65.639046Q63.928 65.420296 64.72488 65.420296Q65.52175 65.420296 66.02175 65.607796Q66.52175 65.795296 66.75613 66.076546Q66.9905 66.357796 67.08425 66.795296Q67.13113 67.06092 67.13113 67.764046L67.13113 69.170296Q67.13113 70.639046 67.19363 71.02967Q67.27175 71.420296 67.47488 71.77967L66.3655 71.77967Q66.20925 71.451546 66.16238 71.014046ZM66.06863 68.65467Q65.4905 68.889046 64.34988 69.06092Q63.693626 69.15467 63.428 69.27967Q63.162376 69.389046 63.006126 69.607796Q62.8655 69.826546 62.8655 70.107796Q62.8655 70.52967 63.178 70.81092Q63.506126 71.09217 64.1155 71.09217Q64.72488 71.09217 65.19363 70.826546Q65.678 70.56092 65.89675 70.09217Q66.06863 69.732796 66.06863 69.045296L66.06863 68.65467ZM69.08425 71.77967L69.08425 65.56092L70.03738 65.56092L70.03738 66.49842Q70.39675 65.84217 70.69363 65.639046Q71.00613 65.420296 71.38113 65.420296Q71.91238 65.420296 72.45925 65.74842L72.09988 66.732796Q71.70925 66.49842 71.33425 66.49842Q70.97488 66.49842 70.69363 66.71717Q70.428 66.920296 70.31863 67.295296Q70.13113 67.857796 70.13113 68.514046L70.13113 71.77967L69.08425 71.77967ZM75.39675 70.84217L75.553 71.764046Q75.09988 71.857796 74.75613 71.857796Q74.178 71.857796 73.8655 71.68592Q73.553 71.49842 73.41238 71.201546Q73.28738 70.90467 73.28738 69.951546L73.28738 66.37342L72.52175 66.37342L72.52175 65.56092L73.28738 65.56092L73.28738 64.014046L74.33425 63.389046L74.33425 65.56092L75.39675 65.56092L75.39675 66.37342L74.33425 66.37342L74.33425 70.014046Q74.33425 70.46717 74.38113 70.59217Q74.44363 70.71717 74.56863 70.795296Q74.69363 70.87342 74.928 70.87342Q75.1155 70.87342 75.39675 70.84217ZM78.70925 68.670296Q78.70925 66.93592 79.66238 66.107796Q80.45925 65.420296 81.6155 65.420296Q82.89675 65.420296 83.70925 66.264046Q84.53738 67.09217 84.53738 68.576546Q84.53738 69.77967 84.178 70.46717Q83.81863 71.15467 83.1155 71.545296Q82.428 71.920296 81.6155 71.920296Q80.31863 71.920296 79.50613 71.09217Q78.70925 70.24842 78.70925 68.670296ZM79.78738 68.670296Q79.78738 69.857796 80.303 70.451546Q80.83425 71.045296 81.6155 71.045296Q82.41238 71.045296 82.928 70.451546Q83.44363 69.857796 83.44363 68.639046Q83.44363 67.482796 82.91238 66.889046Q82.39675 66.295296 81.6155 66.295296Q80.83425 66.295296 80.303 66.889046Q79.78738 67.46717 79.78738 68.670296ZM86.34988 71.77967L86.34988 66.37342L85.41238 66.37342L85.41238 65.56092L86.34988 65.56092L86.34988 64.889046Q86.34988 64.264046 86.45925 63.96717Q86.6155 63.545296 86.9905 63.295296Q87.38113 63.045296 88.06863 63.045296Q88.52175 63.045296 89.053 63.15467L88.89675 64.06092Q88.56863 64.014046 88.27175 64.014046Q87.78738 64.014046 87.58425 64.21717Q87.39675 64.420296 87.39675 64.982796L87.39675 65.56092L88.6155 65.56092L88.6155 66.37342L87.39675 66.37342L87.39675 71.77967L86.34988 71.77967ZM92.09988 71.77967L92.09988 65.56092L93.03738 65.56092L93.03738 66.43592Q93.33425 65.96717 93.81863 65.701546Q94.303 65.420296 94.928 65.420296Q95.6155 65.420296 96.053 65.701546Q96.50613 65.982796 96.678 66.49842Q97.428 65.420296 98.59988 65.420296Q99.53738 65.420296 100.02175 65.93592Q100.52175 66.43592 100.52175 67.514046L100.52175 71.77967L99.47488 71.77967L99.47488 67.857796Q99.47488 67.232796 99.3655 66.951546Q99.27175 66.670296 99.00613 66.49842Q98.7405 66.326546 98.3655 66.326546Q97.70925 66.326546 97.27175 66.764046Q96.84988 67.201546 96.84988 68.170296L96.84988 71.77967L95.78738 71.77967L95.78738 67.732796Q95.78738 67.02967 95.52175 66.68592Q95.27175 66.326546 94.69363 66.326546Q94.2405 66.326546 93.8655 66.56092Q93.4905 66.795296 93.31863 67.24842Q93.14675 67.701546 93.14675 68.545296L93.14675 71.77967L92.09988 71.77967ZM102.053 74.170296L101.928 73.18592Q102.27175 73.27967 102.53738 73.27967Q102.88113 73.27967 103.08425 73.15467Q103.303 73.045296 103.44363 72.84217Q103.53738 72.670296 103.77175 72.045296Q103.78738 71.96717 103.8655 71.795296L101.4905 65.56092L102.63113 65.56092L103.928 69.15467Q104.178 69.84217 104.38113 70.607796Q104.56863 69.87342 104.81863 69.18592L106.14675 65.56092L107.19363 65.56092L104.83425 71.889046Q104.44363 72.90467 104.2405 73.295296Q103.95925 73.826546 103.58425 74.06092Q103.22488 74.31092 102.72488 74.31092Q102.428 74.31092 102.053 74.170296ZM115.13113 71.77967L115.13113 70.99842Q114.53738 71.920296 113.39675 71.920296Q112.64675 71.920296 112.02175 71.514046Q111.39675 71.09217 111.053 70.357796Q110.70925 69.62342 110.70925 68.670296Q110.70925 67.74842 111.02175 66.982796Q111.33425 66.21717 111.95925 65.826546Q112.58425 65.420296 113.34988 65.420296Q113.91238 65.420296 114.34988 65.65467Q114.78738 65.889046 115.06863 66.264046L115.06863 63.18592L116.1155 63.18592L116.1155 71.77967L115.13113 71.77967ZM111.803 68.670296Q111.803 69.87342 112.303 70.46717Q112.803 71.045296 113.4905 71.045296Q114.178 71.045296 114.66238 70.482796Q115.14675 69.920296 115.14675 68.764046Q115.14675 67.482796 114.64675 66.889046Q114.16238 66.295296 113.44363 66.295296Q112.7405 66.295296 112.27175 66.87342Q111.803 67.43592 111.803 68.670296ZM122.16238 71.014046Q121.56863 71.514046 121.02175 71.71717Q120.4905 71.920296 119.8655 71.920296Q118.83425 71.920296 118.28738 71.420296Q117.7405 70.920296 117.7405 70.139046Q117.7405 69.68592 117.94363 69.31092Q118.14675 68.920296 118.4905 68.701546Q118.83425 68.46717 119.25613 68.357796Q119.553 68.264046 120.19363 68.18592Q121.45925 68.045296 122.06863 67.826546Q122.06863 67.607796 122.06863 67.56092Q122.06863 66.90467 121.77175 66.639046Q121.3655 66.295296 120.56863 66.295296Q119.83425 66.295296 119.47488 66.56092Q119.1155 66.81092 118.94363 67.46717L117.91238 67.326546Q118.053 66.670296 118.38113 66.264046Q118.70925 65.857796 119.31863 65.639046Q119.928 65.420296 120.72488 65.420296Q121.52175 65.420296 122.02175 65.607796Q122.52175 65.795296 122.75613 66.076546Q122.9905 66.357796 123.08425 66.795296Q123.13113 67.06092 123.13113 67.764046L123.13113 69.170296Q123.13113 70.639046 123.19363 71.02967Q123.27175 71.420296 123.47488 71.77967L122.3655 71.77967Q122.20925 71.451546 122.16238 71.014046ZM122.06863 68.65467Q121.4905 68.889046 120.34988 69.06092Q119.69363 69.15467 119.428 69.27967Q119.16238 69.389046 119.00613 69.607796Q118.8655 69.826546 118.8655 70.107796Q118.8655 70.52967 119.178 70.81092Q119.50613 71.09217 120.1155 71.09217Q120.72488 71.09217 121.19363 70.826546Q121.678 70.56092 121.89675 70.09217Q122.06863 69.732796 122.06863 69.045296L122.06863 68.65467ZM125.09988 64.40467L125.09988 63.18592L126.16238 63.18592L126.16238 64.40467L125.09988 64.40467ZM125.09988 71.77967L125.09988 65.56092L126.16238 65.56092L126.16238 71.77967L125.09988 71.77967ZM128.06863 71.77967L128.06863 63.18592L129.13113 63.18592L129.13113 71.77967L128.06863 71.77967ZM131.05301 74.170296L130.92801 73.18592Q131.27176 73.27967 131.53738 73.27967Q131.88113 73.27967 132.08426 73.15467Q132.30301 73.045296 132.44363 72.84217Q132.53738 72.670296 132.77176 72.045296Q132.78738 71.96717 132.86551 71.795296L130.49051 65.56092L131.63113 65.56092L132.92801 69.15467Q133.17801 69.84217 133.38113 70.607796Q133.56863 69.87342 133.81863 69.18592L135.14676 65.56092L136.19363 65.56092L133.83426 71.889046Q133.44363 72.90467 133.24051 73.295296Q132.95926 73.826546 132.58426 74.06092Q132.22488 74.31092 131.72488 74.31092Q131.42801 74.31092 131.05301 74.170296Z" fill-rule="nonzero"/><path fill="#666666" d="M99.08425 85.77967L99.08425 79.56092L100.03738 79.56092L100.03738 80.49842Q100.39675 79.84217 100.69363 79.639046Q101.00613 79.420296 101.38113 79.420296Q101.91238 79.420296 102.45925 79.74842L102.09988 80.732796Q101.70925 80.49842 101.33425 80.49842Q100.97488 80.49842 100.69363 80.71717Q100.428 80.920296 100.31863 81.295296Q100.13113 81.857796 100.13113 82.514046L100.13113 85.77967L99.08425 85.77967ZM102.70925 82.670296Q102.70925 80.93592 103.66238 80.107796Q104.45925 79.420296 105.6155 79.420296Q106.89675 79.420296 107.70925 80.264046Q108.53738 81.09217 108.53738 82.576546Q108.53738 83.77967 108.178 84.46717Q107.81863 85.15467 107.1155 85.545296Q106.428 85.920296 105.6155 85.920296Q104.31863 85.920296 103.50613 85.09217Q102.70925 84.24842 102.70925 82.670296ZM103.78738 82.670296Q103.78738 83.857796 104.303 84.451546Q104.83425 85.045296 105.6155 85.045296Q106.41238 85.045296 106.928 84.451546Q107.44363 83.857796 107.44363 82.639046Q107.44363 81.482796 106.91238 80.889046Q106.39675 80.295296 105.6155 80.295296Q104.83425 80.295296 104.303 80.889046Q103.78738 81.46717 103.78738 82.670296ZM114.178 85.77967L114.178 84.857796Q113.44363 85.920296 112.19363 85.920296Q111.64675 85.920296 111.16238 85.71717Q110.69363 85.49842 110.45925 85.18592Q110.22488 84.857796 110.13113 84.389046Q110.06863 84.09217 110.06863 83.40467L110.06863 79.56092L111.13113 79.56092L111.13113 83.014046Q111.13113 83.826546 111.19363 84.12342Q111.28738 84.52967 111.59988 84.77967Q111.928 85.014046 112.41238 85.014046Q112.88113 85.014046 113.28738 84.77967Q113.70925 84.52967 113.88113 84.107796Q114.06863 83.68592 114.06863 82.889046L114.06863 79.56092L115.1155 79.56092L115.1155 85.77967L114.178 85.77967ZM119.39675 84.84217L119.553 85.764046Q119.09988 85.857796 118.75613 85.857796Q118.178 85.857796 117.8655 85.68592Q117.553 85.49842 117.41238 85.201546Q117.28738 84.90467 117.28738 83.951546L117.28738 80.37342L116.52175 80.37342L116.52175 79.56092L117.28738 79.56092L117.28738 78.014046L118.33425 77.389046L118.33425 79.56092L119.39675 79.56092L119.39675 80.37342L118.33425 80.37342L118.33425 84.014046Q118.33425 84.46717 118.38113 84.59217Q118.44363 84.71717 118.56863 84.795296Q118.69363 84.87342 118.928 84.87342Q119.1155 84.87342 119.39675 84.84217ZM120.09988 78.40467L120.09988 77.18592L121.16238 77.18592L121.16238 78.40467L120.09988 78.40467ZM120.09988 85.77967L120.09988 79.56092L121.16238 79.56092L121.16238 85.77967L120.09988 85.77967ZM123.09988 85.77967L123.09988 79.56092L124.03738 79.56092L124.03738 80.43592Q124.72488 79.420296 126.02175 79.420296Q126.58425 79.420296 127.053 79.62342Q127.53738 79.826546 127.77175 80.15467Q128.00613 80.482796 128.09988 80.920296Q128.14676 81.21717 128.14676 81.951546L128.14676 85.77967L127.09988 85.77967L127.09988 81.99842Q127.09988 81.34217 126.97488 81.02967Q126.84988 80.71717 126.53738 80.52967Q126.22488 80.326546 125.803 80.326546Q125.13113 80.326546 124.63113 80.764046Q124.14675 81.18592 124.14675 82.37342L124.14675 85.77967L123.09988 85.77967ZM134.34988 83.77967L135.44363 83.90467Q135.19363 84.857796 134.49051 85.389046Q133.78738 85.920296 132.70926 85.920296Q131.34988 85.920296 130.53738 85.076546Q129.74051 84.232796 129.74051 82.71717Q129.74051 81.15467 130.55301 80.295296Q131.36551 79.420296 132.64676 79.420296Q133.89676 79.420296 134.67801 80.264046Q135.47488 81.107796 135.47488 82.65467Q135.47488 82.74842 135.47488 82.93592L130.83426 82.93592Q130.89676 83.96717 131.41238 84.514046Q131.92801 85.045296 132.70926 85.045296Q133.28738 85.045296 133.69363 84.74842Q134.11551 84.43592 134.34988 83.77967ZM130.89676 82.076546L134.36551 82.076546Q134.30301 81.27967 133.97488 80.889046Q133.45926 80.27967 132.66238 80.27967Q131.92801 80.27967 131.42801 80.764046Q130.94363 81.24842 130.89676 82.076546Z" fill-rule="nonzero"/><path fill="#666666" d="M98.72488 146.95514L96.44363 138.36139L97.6155 138.36139L98.928 144.00201Q99.13113 144.87701 99.28738 145.75201Q99.6155 144.37701 99.678 144.15826L101.303 138.36139L102.678 138.36139L103.91238 142.70514Q104.3655 144.33014 104.58425 145.75201Q104.7405 144.93951 105.00613 143.87701L106.34988 138.36139L107.4905 138.36139L105.14675 146.95514L104.03738 146.95514L102.2405 140.40826Q102.00613 139.59576 101.95925 139.40826Q101.83425 139.98639 101.70925 140.40826L99.89675 146.95514L98.72488 146.95514ZM112.34988 144.95514L113.44363 145.08014Q113.19363 146.03326 112.4905 146.56451Q111.78738 147.09576 110.70925 147.09576Q109.34988 147.09576 108.53738 146.25201Q107.7405 145.40826 107.7405 143.89264Q107.7405 142.33014 108.553 141.47076Q109.3655 140.59576 110.64675 140.59576Q111.89675 140.59576 112.678 141.43951Q113.47488 142.28326 113.47488 143.83014Q113.47488 143.92389 113.47488 144.11139L108.83425 144.11139Q108.89675 145.14264 109.41238 145.68951Q109.928 146.22076 110.70925 146.22076Q111.28738 146.22076 111.69363 145.92389Q112.1155 145.61139 112.34988 144.95514ZM108.89675 143.25201L112.3655 143.25201Q112.303 142.45514 111.97488 142.06451Q111.45925 141.45514 110.66238 141.45514Q109.928 141.45514 109.428 141.93951Q108.94363 142.42389 108.89675 143.25201ZM119.34988 144.95514L120.44363 145.08014Q120.19363 146.03326 119.4905 146.56451Q118.78738 147.09576 117.70925 147.09576Q116.34988 147.09576 115.53738 146.25201Q114.7405 145.40826 114.7405 143.89264Q114.7405 142.33014 115.553 141.47076Q116.3655 140.59576 117.64675 140.59576Q118.89675 140.59576 119.678 141.43951Q120.47488 142.28326 120.47488 143.83014Q120.47488 143.92389 120.47488 144.11139L115.83425 144.11139Q115.89675 145.14264 116.41238 145.68951Q116.928 146.22076 117.70925 146.22076Q118.28738 146.22076 118.69363 145.92389Q119.1155 145.61139 119.34988 144.95514ZM115.89675 143.25201L119.3655 143.25201Q119.303 142.45514 118.97488 142.06451Q118.45925 141.45514 117.66238 141.45514Q116.928 141.45514 116.428 141.93951Q115.94363 142.42389 115.89675 143.25201ZM122.09988 146.95514L122.09988 138.36139L123.16238 138.36139L123.16238 143.26764L125.64675 140.73639L127.02175 140.73639L124.63113 143.03326L127.25613 146.95514L125.95925 146.95514L123.89675 143.76764L123.16238 144.48639L123.16238 146.95514L122.09988 146.95514ZM128.06863 146.95514L128.06863 138.36139L129.13113 138.36139L129.13113 146.95514L128.06863 146.95514ZM131.05301 149.34576L130.92801 148.36139Q131.27176 148.45514 131.53738 148.45514Q131.88113 148.45514 132.08426 148.33014Q132.30301 148.22076 132.44363 148.01764Q132.53738 147.84576 132.77176 147.22076Q132.78738 147.14264 132.86551 146.97076L130.49051 140.73639L131.63113 140.73639L132.92801 144.33014Q133.17801 145.01764 133.38113 145.78326Q133.56863 145.04889 133.81863 144.36139L135.14676 140.73639L136.19363 140.73639L133.83426 147.06451Q133.44363 148.08014 133.24051 148.47076Q132.95926 149.00201 132.58426 149.23639Q132.22488 149.48639 131.72488 149.48639Q131.42801 149.48639 131.05301 149.34576Z" fill-rule="nonzero"/><path fill="#666666" d="M94.19363 215.13062L94.19363 206.53687L95.91238 206.53687L97.94363 212.61499Q98.22488 213.47437 98.34988 213.89624Q98.4905 213.42749 98.803 212.52124L100.8655 206.53687L102.39675 206.53687L102.39675 215.13062L101.303 215.13062L101.303 207.94312L98.803 215.13062L97.77175 215.13062L95.28738 207.81812L95.28738 215.13062L94.19363 215.13062ZM103.70925 212.02124Q103.70925 210.28687 104.66238 209.45874Q105.45925 208.77124 106.6155 208.77124Q107.89675 208.77124 108.70925 209.61499Q109.53738 210.44312 109.53738 211.92749Q109.53738 213.13062 109.178 213.81812Q108.81863 214.50562 108.1155 214.89624Q107.428 215.27124 106.6155 215.27124Q105.31863 215.27124 104.50613 214.44312Q103.70925 213.59937 103.70925 212.02124ZM104.78738 212.02124Q104.78738 213.20874 105.303 213.80249Q105.83425 214.39624 106.6155 214.39624Q107.41238 214.39624 107.928 213.80249Q108.44363 213.20874 108.44363 211.98999Q108.44363 210.83374 107.91238 210.23999Q107.39675 209.64624 106.6155 209.64624Q105.83425 209.64624 105.303 210.23999Q104.78738 210.81812 104.78738 212.02124ZM111.09988 215.13062L111.09988 208.91187L112.03738 208.91187L112.03738 209.78687Q112.72488 208.77124 114.02175 208.77124Q114.58425 208.77124 115.053 208.97437Q115.53738 209.17749 115.77175 209.50562Q116.00613 209.83374 116.09988 210.27124Q116.14675 210.56812 116.14675 211.30249L116.14675 215.13062L115.09988 215.13062L115.09988 211.34937Q115.09988 210.69312 114.97488 210.38062Q114.84988 210.06812 114.53738 209.88062Q114.22488 209.67749 113.803 209.67749Q113.13113 209.67749 112.63113 210.11499Q112.14675 210.53687 112.14675 211.72437L112.14675 215.13062L111.09988 215.13062ZM120.39675 214.19312L120.553 215.11499Q120.09988 215.20874 119.75613 215.20874Q119.178 215.20874 118.8655 215.03687Q118.553 214.84937 118.41238 214.55249Q118.28738 214.25562 118.28738 213.30249L118.28738 209.72437L117.52175 209.72437L117.52175 208.91187L118.28738 208.91187L118.28738 207.36499L119.33425 206.73999L119.33425 208.91187L120.39675 208.91187L120.39675 209.72437L119.33425 209.72437L119.33425 213.36499Q119.33425 213.81812 119.38113 213.94312Q119.44363 214.06812 119.56863 214.14624Q119.69363 214.22437 119.928 214.22437Q120.1155 214.22437 120.39675 214.19312ZM121.09988 215.13062L121.09988 206.53687L122.14675 206.53687L122.14675 209.61499Q122.88113 208.77124 124.00613 208.77124Q124.70925 208.77124 125.20925 209.05249Q125.72488 209.31812 125.94363 209.80249Q126.16238 210.27124 126.16238 211.19312L126.16238 215.13062L125.1155 215.13062L125.1155 211.19312Q125.1155 210.39624 124.77175 210.03687Q124.428 209.67749 123.803 209.67749Q123.33425 209.67749 122.91238 209.92749Q122.50613 210.16187 122.31863 210.58374Q122.14675 210.98999 122.14675 211.72437L122.14675 215.13062L121.09988 215.13062ZM128.06863 215.13062L128.06863 206.53687L129.13113 206.53687L129.13113 215.13062L128.06863 215.13062ZM131.05301 217.52124L130.92801 216.53687Q131.27176 216.63062 131.53738 216.63062Q131.88113 216.63062 132.08426 216.50562Q132.30301 216.39624 132.44363 216.19312Q132.53738 216.02124 132.77176 215.39624Q132.78738 215.31812 132.86551 215.14624L130.49051 208.91187L131.63113 208.91187L132.92801 212.50562Q133.17801 213.19312 133.38113 213.95874Q133.56863 213.22437 133.81863 212.53687L135.14676 208.91187L136.19363 208.91187L133.83426 215.23999Q133.44363 216.25562 133.24051 216.64624Q132.95926 217.17749 132.58426 217.41187Q132.22488 217.66187 131.72488 217.66187Q131.42801 217.66187 131.05301 217.52124Z" fill-rule="nonzero"/><path fill="#666666" d="M73.428 283.3061L73.428 274.71234L74.553 274.71234L74.553 283.3061L73.428 283.3061ZM76.09988 283.3061L76.09988 277.08734L77.03738 277.08734L77.03738 277.96234Q77.72488 276.94672 79.02175 276.94672Q79.58425 276.94672 80.053 277.14984Q80.53738 277.35297 80.77175 277.6811Q81.00613 278.00922 81.09988 278.44672Q81.14675 278.7436 81.14675 279.47797L81.14675 283.3061L80.09988 283.3061L80.09988 279.52484Q80.09988 278.8686 79.97488 278.5561Q79.84988 278.2436 79.53738 278.0561Q79.22488 277.85297 78.803 277.85297Q78.13113 277.85297 77.63113 278.29047Q77.14675 278.71234 77.14675 279.89984L77.14675 283.3061L76.09988 283.3061ZM83.34988 283.3061L83.34988 277.89984L82.41238 277.89984L82.41238 277.08734L83.34988 277.08734L83.34988 276.41547Q83.34988 275.79047 83.45925 275.4936Q83.6155 275.07172 83.9905 274.82172Q84.38113 274.57172 85.06863 274.57172Q85.52175 274.57172 86.053 274.6811L85.89675 275.58734Q85.56863 275.54047 85.27175 275.54047Q84.78738 275.54047 84.58425 275.7436Q84.39675 275.94672 84.39675 276.50922L84.39675 277.08734L85.6155 277.08734L85.6155 277.89984L84.39675 277.89984L84.39675 283.3061L83.34988 283.3061ZM86.08425 283.3061L86.08425 277.08734L87.03738 277.08734L87.03738 278.02484Q87.39675 277.3686 87.69363 277.16547Q88.00613 276.94672 88.38113 276.94672Q88.91238 276.94672 89.45925 277.27484L89.09988 278.25922Q88.70925 278.02484 88.33425 278.02484Q87.97488 278.02484 87.69363 278.2436Q87.428 278.44672 87.31863 278.82172Q87.13113 279.38422 87.13113 280.04047L87.13113 283.3061L86.08425 283.3061ZM94.34988 281.3061L95.44363 281.4311Q95.19363 282.38422 94.4905 282.91547Q93.78738 283.44672 92.70925 283.44672Q91.34988 283.44672 90.53738 282.60297Q89.7405 281.75922 89.7405 280.2436Q89.7405 278.6811 90.553 277.82172Q91.3655 276.94672 92.64675 276.94672Q93.89675 276.94672 94.678 277.79047Q95.47488 278.63422 95.47488 280.1811Q95.47488 280.27484 95.47488 280.46234L90.83425 280.46234Q90.89675 281.4936 91.41238 282.04047Q91.928 282.57172 92.70925 282.57172Q93.28738 282.57172 93.69363 282.27484Q94.1155 281.96234 94.34988 281.3061ZM90.89675 279.60297L94.3655 279.60297Q94.303 278.8061 93.97488 278.41547Q93.45925 277.8061 92.66238 277.8061Q91.928 277.8061 91.428 278.29047Q90.94363 278.77484 90.89675 279.60297ZM101.06863 285.69672L101.06863 282.64984Q100.81863 282.9936 100.3655 283.22797Q99.928 283.44672 99.428 283.44672Q98.31863 283.44672 97.52175 282.57172Q96.72488 281.6811 96.72488 280.13422Q96.72488 279.19672 97.053 278.46234Q97.38113 277.71234 97.9905 277.33734Q98.6155 276.94672 99.34988 276.94672Q100.50613 276.94672 101.16238 277.91547L101.16238 277.08734L102.1155 277.08734L102.1155 285.69672L101.06863 285.69672ZM97.803 280.1811Q97.803 281.38422 98.303 281.97797Q98.81863 282.57172 99.52175 282.57172Q100.19363 282.57172 100.678 282.00922Q101.16238 281.4311 101.16238 280.27484Q101.16238 279.02484 100.64675 278.39984Q100.14675 277.77484 99.44363 277.77484Q98.77175 277.77484 98.28738 278.3686Q97.803 278.94672 97.803 280.1811ZM108.178 283.3061L108.178 282.38422Q107.44363 283.44672 106.19363 283.44672Q105.64675 283.44672 105.16238 283.2436Q104.69363 283.02484 104.45925 282.71234Q104.22488 282.38422 104.13113 281.91547Q104.06863 281.6186 104.06863 280.9311L104.06863 277.08734L105.13113 277.08734L105.13113 280.54047Q105.13113 281.35297 105.19363 281.64984Q105.28738 282.0561 105.59988 282.3061Q105.928 282.54047 106.41238 282.54047Q106.88113 282.54047 107.28738 282.3061Q107.70925 282.0561 107.88113 281.63422Q108.06863 281.21234 108.06863 280.41547L108.06863 277.08734L109.1155 277.08734L109.1155 283.3061L108.178 283.3061ZM115.34988 281.3061L116.44363 281.4311Q116.19363 282.38422 115.4905 282.91547Q114.78738 283.44672 113.70925 283.44672Q112.34988 283.44672 111.53738 282.60297Q110.7405 281.75922 110.7405 280.2436Q110.7405 278.6811 111.553 277.82172Q112.3655 276.94672 113.64675 276.94672Q114.89675 276.94672 115.678 277.79047Q116.47488 278.63422 116.47488 280.1811Q116.47488 280.27484 116.47488 280.46234L111.83425 280.46234Q111.89675 281.4936 112.41238 282.04047Q112.928 282.57172 113.70925 282.57172Q114.28738 282.57172 114.69363 282.27484Q115.1155 281.96234 115.34988 281.3061ZM111.89675 279.60297L115.3655 279.60297Q115.303 278.8061 114.97488 278.41547Q114.45925 277.8061 113.66238 277.8061Q112.928 277.8061 112.428 278.29047Q111.94363 278.77484 111.89675 279.60297ZM118.09988 283.3061L118.09988 277.08734L119.03738 277.08734L119.03738 277.96234Q119.72488 276.94672 121.02175 276.94672Q121.58425 276.94672 122.053 277.14984Q122.53738 277.35297 122.77175 277.6811Q123.00613 278.00922 123.09988 278.44672Q123.14675 278.7436 123.14675 279.47797L123.14675 283.3061L122.09988 283.3061L122.09988 279.52484Q122.09988 278.8686 121.97488 278.5561Q121.84988 278.2436 121.53738 278.0561Q121.22488 277.85297 120.803 277.85297Q120.13113 277.85297 119.63113 278.29047Q119.14675 278.71234 119.14675 279.89984L119.14675 283.3061L118.09988 283.3061ZM127.39675 282.3686L127.553 283.29047Q127.09988 283.38422 126.75613 283.38422Q126.178 283.38422 125.8655 283.21234Q125.553 283.02484 125.41238 282.72797Q125.28738 282.4311 125.28738 281.47797L125.28738 277.89984L124.52175 277.89984L124.52175 277.08734L125.28738 277.08734L125.28738 275.54047L126.33425 274.91547L126.33425 277.08734L127.39675 277.08734L127.39675 277.89984L126.33425 277.89984L126.33425 281.54047Q126.33425 281.9936 126.38113 282.1186Q126.44363 282.2436 126.56863 282.32172Q126.69363 282.39984 126.928 282.39984Q127.1155 282.39984 127.39675 282.3686ZM128.06863 283.3061L128.06863 274.71234L129.13113 274.71234L129.13113 283.3061L128.06863 283.3061ZM131.05301 285.69672L130.92801 284.71234Q131.27176 284.8061 131.53738 284.8061Q131.88113 284.8061 132.08426 284.6811Q132.30301 284.57172 132.44363 284.3686Q132.53738 284.19672 132.77176 283.57172Q132.78738 283.4936 132.86551 283.32172L130.49051 277.08734L131.63113 277.08734L132.92801 280.6811Q133.17801 281.3686 133.38113 282.13422Q133.56863 281.39984 133.81863 280.71234L135.14676 277.08734L136.19363 277.08734L133.83426 283.41547Q133.44363 284.4311 133.24051 284.82172Q132.95926 285.35297 132.58426 285.58734Q132.22488 285.83734 131.72488 285.83734Q131.42801 285.83734 131.05301 285.69672Z" fill-rule="nonzero"/><path fill="#666666" d="M104.22488 351.48157L104.22488 342.88782L105.38113 342.88782L109.89675 349.63782L109.89675 342.88782L110.9905 342.88782L110.9905 351.48157L109.81863 351.48157L105.303 344.73157L105.303 351.48157L104.22488 351.48157ZM117.34988 349.48157L118.44363 349.60657Q118.19363 350.5597 117.4905 351.09094Q116.78738 351.6222 115.70925 351.6222Q114.34988 351.6222 113.53738 350.77844Q112.7405 349.9347 112.7405 348.41907Q112.7405 346.85657 113.553 345.9972Q114.3655 345.1222 115.64675 345.1222Q116.89675 345.1222 117.678 345.96594Q118.47488 346.8097 118.47488 348.35657Q118.47488 348.45032 118.47488 348.63782L113.83425 348.63782Q113.89675 349.66907 114.41238 350.21594Q114.928 350.7472 115.70925 350.7472Q116.28738 350.7472 116.69363 350.45032Q117.1155 350.13782 117.34988 349.48157ZM113.89675 347.77844L117.3655 347.77844Q117.303 346.98157 116.97488 346.59094Q116.45925 345.98157 115.66238 345.98157Q114.928 345.98157 114.428 346.46594Q113.94363 346.95032 113.89675 347.77844ZM121.81863 351.48157L119.45925 345.26282L120.56863 345.26282L121.91238 348.98157Q122.1155 349.59094 122.303 350.23157Q122.44363 349.7472 122.69363 349.0597L124.08425 345.26282L125.16238 345.26282L122.803 351.48157L121.81863 351.48157ZM130.34988 349.48157L131.44363 349.60657Q131.19363 350.5597 130.49051 351.09094Q129.78738 351.6222 128.70926 351.6222Q127.34988 351.6222 126.53738 350.77844Q125.7405 349.9347 125.7405 348.41907Q125.7405 346.85657 126.553 345.9972Q127.3655 345.1222 128.64676 345.1222Q129.89676 345.1222 130.67801 345.96594Q131.47488 346.8097 131.47488 348.35657Q131.47488 348.45032 131.47488 348.63782L126.83425 348.63782Q126.89675 349.66907 127.41238 350.21594Q127.928 350.7472 128.70926 350.7472Q129.28738 350.7472 129.69363 350.45032Q130.11551 350.13782 130.34988 349.48157ZM126.89675 347.77844L130.36551 347.77844Q130.30301 346.98157 129.97488 346.59094Q129.45926 345.98157 128.66238 345.98157Q127.928 345.98157 127.428 346.46594Q126.94363 346.95032 126.89675 347.77844ZM133.08426 351.48157L133.08426 345.26282L134.03738 345.26282L134.03738 346.20032Q134.39676 345.54407 134.69363 345.34094Q135.00613 345.1222 135.38113 345.1222Q135.91238 345.1222 136.45926 345.45032L136.09988 346.4347Q135.70926 346.20032 135.33426 346.20032Q134.97488 346.20032 134.69363 346.41907Q134.42801 346.6222 134.31863 346.9972Q134.13113 347.5597 134.13113 348.21594L134.13113 351.48157L133.08426 351.48157Z" fill-rule="nonzero"/><path fill="#666666" d="M133.803 406.26562Q133.803 404.73438 134.1155 403.8125Q134.428 402.875 135.03737 402.375Q135.66237 401.875 136.59987 401.875Q137.28737 401.875 137.803 402.15625Q138.33424 402.4375 138.678 402.96875Q139.02174 403.48438 139.20924 404.23438Q139.39674 404.98438 139.39674 406.26562Q139.39674 407.78125 139.08424 408.70312Q138.78737 409.625 138.16237 410.14062Q137.553 410.64062 136.59987 410.64062Q135.3655 410.64062 134.64674 409.75Q133.803 408.6875 133.803 406.26562ZM134.88112 406.26562Q134.88112 408.375 135.38112 409.07812Q135.88112 409.78125 136.59987 409.78125Q137.33424 409.78125 137.81862 409.07812Q138.31862 408.375 138.31862 406.26562Q138.31862 404.14062 137.81862 403.45312Q137.33424 402.75 136.58424 402.75Q135.8655 402.75 135.428 403.35938Q134.88112 404.14062 134.88112 406.26562ZM141.00612 403.96875Q141.00612 403.04688 141.45924 402.40625Q141.928 401.76562 142.803 401.76562Q143.6155 401.76562 144.14674 402.34375Q144.678 402.92188 144.678 404.03125Q144.678 405.125 144.13112 405.71875Q143.59987 406.29688 142.81862 406.29688Q142.03737 406.29688 141.52174 405.71875Q141.00612 405.14062 141.00612 403.96875ZM142.83424 402.48438Q142.44362 402.48438 142.178 402.82812Q141.928 403.17188 141.928 404.07812Q141.928 404.90625 142.178 405.25Q142.44362 405.57812 142.83424 405.57812Q143.2405 405.57812 143.4905 405.23438Q143.75612 404.89062 143.75612 404.0Q143.75612 403.15625 143.4905 402.82812Q143.22487 402.48438 142.83424 402.48438ZM142.83424 410.8125L147.53737 401.76562L148.39674 401.76562L143.70924 410.8125L142.83424 410.8125ZM146.553 408.48438Q146.553 407.5625 147.00612 406.92188Q147.47487 406.28125 148.3655 406.28125Q149.178 406.28125 149.70924 406.85938Q150.2405 407.42188 150.2405 408.54688Q150.2405 409.64062 149.69362 410.23438Q149.16237 410.8125 148.3655 410.8125Q147.59987 410.8125 147.06862 410.23438Q146.553 409.65625 146.553 408.48438ZM148.39674 407.0Q147.9905 407.0 147.72487 407.34375Q147.47487 407.6875 147.47487 408.59375Q147.47487 409.40625 147.7405 409.75Q148.00612 410.09375 148.39674 410.09375Q148.78737 410.09375 149.053 409.75Q149.31862 409.40625 149.31862 408.5Q149.31862 407.67188 149.053 407.34375Q148.78737 407.0 148.39674 407.0Z" fill-rule="nonzero"/><path fill="#666666" d="M242.64299 409.48438L242.64299 410.5L236.95549 410.5Q236.95549 410.125 237.08049 409.76562Q237.29924 409.1875 237.76799 408.625Q238.25237 408.0625 239.15862 407.32812Q240.56487 406.17188 241.04924 405.5Q241.54924 404.82812 241.54924 404.23438Q241.54924 403.60938 241.09612 403.1875Q240.64299 402.75 239.92424 402.75Q239.15862 402.75 238.70549 403.20312Q238.25237 403.65625 238.23674 404.46875L237.15862 404.35938Q237.26799 403.14062 237.98674 402.51562Q238.72112 401.875 239.95549 401.875Q241.18987 401.875 241.90862 402.5625Q242.62737 403.25 242.62737 404.26562Q242.62737 404.78125 242.40862 405.28125Q242.20549 405.76562 241.70549 406.32812Q241.22112 406.875 240.09612 407.82812Q239.14299 408.625 238.86174 408.92188Q238.59612 409.20312 238.42424 409.48438L242.64299 409.48438ZM244.09612 406.26562Q244.09612 404.73438 244.40862 403.8125Q244.72112 402.875 245.33049 402.375Q245.95549 401.875 246.89299 401.875Q247.58049 401.875 248.09612 402.15625Q248.62737 402.4375 248.97112 402.96875Q249.31487 403.48438 249.50237 404.23438Q249.68987 404.98438 249.68987 406.26562Q249.68987 407.78125 249.37737 408.70312Q249.08049 409.625 248.45549 410.14062Q247.84612 410.64062 246.89299 410.64062Q245.65862 410.64062 244.93987 409.75Q244.09612 408.6875 244.09612 406.26562ZM245.17424 406.26562Q245.17424 408.375 245.67424 409.07812Q246.17424 409.78125 246.89299 409.78125Q247.62737 409.78125 248.11174 409.07812Q248.61174 408.375 248.61174 406.26562Q248.61174 404.14062 248.11174 403.45312Q247.62737 402.75 246.87737 402.75Q246.15862 402.75 245.72112 403.35938Q245.17424 404.14062 245.17424 406.26562ZM251.29924 403.96875Q251.29924 403.04688 251.75237 402.40625Q252.22112 401.76562 253.09612 401.76562Q253.90862 401.76562 254.43987 402.34375Q254.97112 402.92188 254.97112 404.03125Q254.97112 405.125 254.42424 405.71875Q253.89299 406.29688 253.11174 406.29688Q252.33049 406.29688 251.81487 405.71875Q251.29924 405.14062 251.29924 403.96875ZM253.12737 402.48438Q252.73674 402.48438 252.47112 402.82812Q252.22112 403.17188 252.22112 404.07812Q252.22112 404.90625 252.47112 405.25Q252.73674 405.57812 253.12737 405.57812Q253.53362 405.57812 253.78362 405.23438Q254.04924 404.89062 254.04924 404.0Q254.04924 403.15625 253.78362 402.82812Q253.51799 402.48438 253.12737 402.48438ZM253.12737 410.8125L257.8305 401.76562L258.68988 401.76562L254.00237 410.8125L253.12737 410.8125ZM256.84613 408.48438Q256.84613 407.5625 257.29926 406.92188Q257.768 406.28125 258.65863 406.28125Q259.47113 406.28125 260.00238 406.85938Q260.53363 407.42188 260.53363 408.54688Q260.53363 409.64062 259.98676 410.23438Q259.4555 410.8125 258.65863 410.8125Q257.893 410.8125 257.36176 410.23438Q256.84613 409.65625 256.84613 408.48438ZM258.68988 407.0Q258.28363 407.0 258.018 407.34375Q257.768 407.6875 257.768 408.59375Q257.768 409.40625 258.03363 409.75Q258.29926 410.09375 258.68988 410.09375Q259.0805 410.09375 259.34613 409.75Q259.61176 409.40625 259.61176 408.5Q259.61176 407.67188 259.34613 407.34375Q259.0805 407.0 258.68988 407.0Z" fill-rule="nonzero"/><path fill="#666666" d="M347.26422 410.5L347.26422 408.4375L343.54547 408.4375L343.54547 407.46875L347.46735 401.90625L348.32672 401.90625L348.32672 407.46875L349.48297 407.46875L349.48297 408.4375L348.32672 408.4375L348.32672 410.5L347.26422 410.5ZM347.26422 407.46875L347.26422 403.60938L344.57672 407.46875L347.26422 407.46875ZM350.88922 406.26562Q350.88922 404.73438 351.20172 403.8125Q351.51422 402.875 352.1236 402.375Q352.7486 401.875 353.6861 401.875Q354.3736 401.875 354.88922 402.15625Q355.42047 402.4375 355.76422 402.96875Q356.10797 403.48438 356.29547 404.23438Q356.48297 404.98438 356.48297 406.26562Q356.48297 407.78125 356.17047 408.70312Q355.8736 409.625 355.2486 410.14062Q354.63922 410.64062 353.6861 410.64062Q352.45172 410.64062 351.73297 409.75Q350.88922 408.6875 350.88922 406.26562ZM351.96735 406.26562Q351.96735 408.375 352.46735 409.07812Q352.96735 409.78125 353.6861 409.78125Q354.42047 409.78125 354.90485 409.07812Q355.40485 408.375 355.40485 406.26562Q355.40485 404.14062 354.90485 403.45312Q354.42047 402.75 353.67047 402.75Q352.95172 402.75 352.51422 403.35938Q351.96735 404.14062 351.96735 406.26562ZM358.09235 403.96875Q358.09235 403.04688 358.54547 402.40625Q359.01422 401.76562 359.88922 401.76562Q360.70172 401.76562 361.23297 402.34375Q361.76422 402.92188 361.76422 404.03125Q361.76422 405.125 361.21735 405.71875Q360.6861 406.29688 359.90485 406.29688Q359.1236 406.29688 358.60797 405.71875Q358.09235 405.14062 358.09235 403.96875ZM359.92047 402.48438Q359.52985 402.48438 359.26422 402.82812Q359.01422 403.17188 359.01422 404.07812Q359.01422 404.90625 359.26422 405.25Q359.52985 405.57812 359.92047 405.57812Q360.32672 405.57812 360.57672 405.23438Q360.84235 404.89062 360.84235 404.0Q360.84235 403.15625 360.57672 402.82812Q360.3111 402.48438 359.92047 402.48438ZM359.92047 410.8125L364.6236 401.76562L365.48297 401.76562L360.79547 410.8125L359.92047 410.8125ZM363.63922 408.48438Q363.63922 407.5625 364.09235 406.92188Q364.5611 406.28125 365.45172 406.28125Q366.26422 406.28125 366.79547 406.85938Q367.32672 407.42188 367.32672 408.54688Q367.32672 409.64062 366.77985 410.23438Q366.2486 410.8125 365.45172 410.8125Q364.6861 410.8125 364.15485 410.23438Q363.63922 409.65625 363.63922 408.48438ZM365.48297 407.0Q365.07672 407.0 364.8111 407.34375Q364.5611 407.6875 364.5611 408.59375Q364.5611 409.40625 364.82672 409.75Q365.09235 410.09375 365.48297 410.09375Q365.8736 410.09375 366.13922 409.75Q366.40485 409.40625 366.40485 408.5Q366.40485 407.67188 366.13922 407.34375Q365.8736 407.0 365.48297 407.0Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 404.01562L455.1042 404.09375Q454.96356 403.46875 454.71356 403.1875Q454.27606 402.73438 453.65106 402.73438Q453.15106 402.73438 452.76044 403.01562Q452.27606 403.39062 451.9792 404.09375Q451.69794 404.78125 451.6823 406.0625Q452.0573 405.48438 452.6042 405.20312Q453.1667 404.92188 453.77606 404.92188Q454.82294 404.92188 455.5573 405.70312Q456.3073 406.48438 456.3073 407.70312Q456.3073 408.51562 455.94794 409.21875Q455.6042 409.90625 454.9948 410.28125Q454.38544 410.64062 453.6198 410.64062Q452.2917 410.64062 451.46356 409.67188Q450.63544 408.70312 450.63544 406.48438Q450.63544 403.98438 451.5573 402.85938Q452.3542 401.875 453.71356 401.875Q454.7292 401.875 455.3698 402.45312Q456.02606 403.01562 456.15106 404.01562ZM451.8542 407.71875Q451.8542 408.26562 452.07294 408.76562Q452.3073 409.25 452.71356 409.51562Q453.13544 409.78125 453.6042 409.78125Q454.26044 409.78125 454.7448 409.25Q455.2292 408.70312 455.2292 407.78125Q455.2292 406.89062 454.7448 406.375Q454.27606 405.85938 453.5573 405.85938Q452.83856 405.85938 452.33856 406.375Q451.8542 406.89062 451.8542 407.71875ZM457.6823 406.26562Q457.6823 404.73438 457.9948 403.8125Q458.3073 402.875 458.9167 402.375Q459.5417 401.875 460.4792 401.875Q461.1667 401.875 461.6823 402.15625Q462.21356 402.4375 462.5573 402.96875Q462.90106 403.48438 463.08856 404.23438Q463.27606 404.98438 463.27606 406.26562Q463.27606 407.78125 462.96356 408.70312Q462.6667 409.625 462.0417 410.14062Q461.4323 410.64062 460.4792 410.64062Q459.2448 410.64062 458.52606 409.75Q457.6823 408.6875 457.6823 406.26562ZM458.76044 406.26562Q458.76044 408.375 459.26044 409.07812Q459.76044 409.78125 460.4792 409.78125Q461.21356 409.78125 461.69794 409.07812Q462.19794 408.375 462.19794 406.26562Q462.19794 404.14062 461.69794 403.45312Q461.21356 402.75 460.46356 402.75Q459.7448 402.75 459.3073 403.35938Q458.76044 404.14062 458.76044 406.26562ZM464.88544 403.96875Q464.88544 403.04688 465.33856 402.40625Q465.8073 401.76562 466.6823 401.76562Q467.4948 401.76562 468.02606 402.34375Q468.5573 402.92188 468.5573 404.03125Q468.5573 405.125 468.01044 405.71875Q467.4792 406.29688 466.69794 406.29688Q465.9167 406.29688 465.40106 405.71875Q464.88544 405.14062 464.88544 403.96875ZM466.71356 402.48438Q466.32294 402.48438 466.0573 402.82812Q465.8073 403.17188 465.8073 404.07812Q465.8073 404.90625 466.0573 405.25Q466.32294 405.57812 466.71356 405.57812Q467.1198 405.57812 467.3698 405.23438Q467.63544 404.89062 467.63544 404.0Q467.63544 403.15625 467.3698 402.82812Q467.1042 402.48438 466.71356 402.48438ZM466.71356 410.8125L471.4167 401.76562L472.27606 401.76562L467.58856 410.8125L466.71356 410.8125ZM470.4323 408.48438Q470.4323 407.5625 470.88544 406.92188Q471.3542 406.28125 472.2448 406.28125Q473.0573 406.28125 473.58856 406.85938Q474.1198 407.42188 474.1198 408.54688Q474.1198 409.64062 473.57294 410.23438Q473.0417 410.8125 472.2448 410.8125Q471.4792 410.8125 470.94794 410.23438Q470.4323 409.65625 470.4323 408.48438ZM472.27606 407.0Q471.8698 407.0 471.6042 407.34375Q471.3542 407.6875 471.3542 408.59375Q471.3542 409.40625 471.6198 409.75Q471.88544 410.09375 472.27606 410.09375Q472.6667 410.09375 472.9323 409.75Q473.19794 409.40625 473.19794 408.5Q473.19794 407.67188 472.9323 407.34375Q472.6667 407.0 472.27606 407.0Z" fill-rule="nonzero"/><path fill="#666666" d="M559.1004 405.84375Q558.44415 405.59375 558.116 405.15625Q557.8035 404.70312 557.8035 404.09375Q557.8035 403.15625 558.4754 402.51562Q559.1629 401.875 560.2723 401.875Q561.3973 401.875 562.0848 402.53125Q562.7723 403.1875 562.7723 404.125Q562.7723 404.71875 562.4598 405.15625Q562.1473 405.59375 561.50665 405.84375Q562.3035 406.09375 562.7098 406.67188Q563.116 407.25 563.116 408.04688Q563.116 409.14062 562.3348 409.89062Q561.56915 410.64062 560.2879 410.64062Q559.0223 410.64062 558.241 409.89062Q557.4598 409.14062 557.4598 408.01562Q557.4598 407.17188 557.88165 406.60938Q558.31915 406.04688 559.1004 405.84375ZM558.88165 404.04688Q558.88165 404.65625 559.2723 405.04688Q559.6785 405.4375 560.3035 405.4375Q560.9129 405.4375 561.3035 405.0625Q561.69415 404.67188 561.69415 404.10938Q561.69415 403.53125 561.2879 403.14062Q560.88165 402.73438 560.2879 402.73438Q559.6785 402.73438 559.2723 403.125Q558.88165 403.51562 558.88165 404.04688ZM558.5535 408.01562Q558.5535 408.46875 558.75665 408.89062Q558.9754 409.3125 559.3973 409.54688Q559.81915 409.78125 560.3035 409.78125Q561.0535 409.78125 561.5379 409.29688Q562.0379 408.8125 562.0379 408.0625Q562.0379 407.29688 561.5379 406.79688Q561.0379 406.29688 560.2723 406.29688Q559.5223 406.29688 559.0379 406.79688Q558.5535 407.28125 558.5535 408.01562ZM564.4754 406.26562Q564.4754 404.73438 564.7879 403.8125Q565.1004 402.875 565.7098 402.375Q566.3348 401.875 567.2723 401.875Q567.9598 401.875 568.4754 402.15625Q569.00665 402.4375 569.3504 402.96875Q569.69415 403.48438 569.88165 404.23438Q570.06915 404.98438 570.06915 406.26562Q570.06915 407.78125 569.75665 408.70312Q569.4598 409.625 568.8348 410.14062Q568.2254 410.64062 567.2723 410.64062Q566.0379 410.64062 565.31915 409.75Q564.4754 408.6875 564.4754 406.26562ZM565.5535 406.26562Q565.5535 408.375 566.0535 409.07812Q566.5535 409.78125 567.2723 409.78125Q568.00665 409.78125 568.491 409.07812Q568.991 408.375 568.991 406.26562Q568.991 404.14062 568.491 403.45312Q568.00665 402.75 567.25665 402.75Q566.5379 402.75 566.1004 403.35938Q565.5535 404.14062 565.5535 406.26562ZM571.6785 403.96875Q571.6785 403.04688 572.13165 402.40625Q572.6004 401.76562 573.4754 401.76562Q574.2879 401.76562 574.81915 402.34375Q575.3504 402.92188 575.3504 404.03125Q575.3504 405.125 574.8035 405.71875Q574.2723 406.29688 573.491 406.29688Q572.7098 406.29688 572.19415 405.71875Q571.6785 405.14062 571.6785 403.96875ZM573.50665 402.48438Q573.116 402.48438 572.8504 402.82812Q572.6004 403.17188 572.6004 404.07812Q572.6004 404.90625 572.8504 405.25Q573.116 405.57812 573.50665 405.57812Q573.9129 405.57812 574.1629 405.23438Q574.4285 404.89062 574.4285 404.0Q574.4285 403.15625 574.1629 402.82812Q573.8973 402.48438 573.50665 402.48438ZM573.50665 410.8125L578.2098 401.76562L579.06915 401.76562L574.38165 410.8125L573.50665 410.8125ZM577.2254 408.48438Q577.2254 407.5625 577.6785 406.92188Q578.1473 406.28125 579.0379 406.28125Q579.8504 406.28125 580.38165 406.85938Q580.9129 407.42188 580.9129 408.54688Q580.9129 409.64062 580.366 410.23438Q579.8348 410.8125 579.0379 410.8125Q578.2723 410.8125 577.741 410.23438Q577.2254 409.65625 577.2254 408.48438ZM579.06915 407.0Q578.6629 407.0 578.3973 407.34375Q578.1473 407.6875 578.1473 408.59375Q578.1473 409.40625 578.4129 409.75Q578.6785 410.09375 579.06915 410.09375Q579.4598 410.09375 579.7254 409.75Q579.991 409.40625 579.991 408.5Q579.991 407.67188 579.7254 407.34375Q579.4598 407.0 579.06915 407.0Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 444.09302C212.0 443.54074 212.44771 443.09302 213.0 443.09302L223.0 443.09302C223.55229 443.09302 224.0 443.54074 224.0 444.09302L224.0 454.09302C224.0 454.6453 223.55229 455.09302 223.0 455.09302L213.0 455.09302C212.44771 455.09302 212.0 454.6453 212.0 454.09302Z" fill-rule="nonzero"/><path fill="#666666" d="M238.04688 452.0774L238.04688 453.09302L232.35938 453.09302Q232.35938 452.71802 232.48438 452.35864Q232.70312 451.78052 233.17188 451.21802Q233.65625 450.65552 234.5625 449.92114Q235.96875 448.7649 236.45312 448.09302Q236.95312 447.42114 236.95312 446.8274Q236.95312 446.2024 236.5 445.78052Q236.04688 445.34302 235.32812 445.34302Q234.5625 445.34302 234.10938 445.79614Q233.65625 446.24927 233.64062 447.06177L232.5625 446.9524Q232.67188 445.73364 233.39062 445.10864Q234.125 444.46802 235.35938 444.46802Q236.59375 444.46802 237.3125 445.15552Q238.03125 445.84302 238.03125 446.85864Q238.03125 447.37427 237.8125 447.87427Q237.60938 448.35864 237.10938 448.92114Q236.625 449.46802 235.5 450.42114Q234.54688 451.21802 234.26562 451.5149Q234.0 451.79614 233.82812 452.0774L238.04688 452.0774ZM239.5 448.85864Q239.5 447.3274 239.8125 446.40552Q240.125 445.46802 240.73438 444.96802Q241.35938 444.46802 242.29688 444.46802Q242.98438 444.46802 243.5 444.74927Q244.03125 445.03052 244.375 445.56177Q244.71875 446.0774 244.90625 446.8274Q245.09375 447.5774 245.09375 448.85864Q245.09375 450.37427 244.78125 451.29614Q244.48438 452.21802 243.85938 452.73364Q243.25 453.23364 242.29688 453.23364Q241.0625 453.23364 240.34375 452.34302Q239.5 451.28052 239.5 448.85864ZM240.57812 448.85864Q240.57812 450.96802 241.07812 451.67114Q241.57812 452.37427 242.29688 452.37427Q243.03125 452.37427 243.51562 451.67114Q244.01562 450.96802 244.01562 448.85864Q244.01562 446.73364 243.51562 446.04614Q243.03125 445.34302 242.28125 445.34302Q241.5625 445.34302 241.125 445.9524Q240.57812 446.73364 240.57812 448.85864ZM250.46875 453.09302L249.42188 453.09302L249.42188 446.37427Q249.03125 446.73364 248.40625 447.10864Q247.79688 447.46802 247.3125 447.6399L247.3125 446.62427Q248.1875 446.2024 248.84375 445.62427Q249.51562 445.03052 249.79688 444.46802L250.46875 444.46802L250.46875 453.09302ZM258.96875 446.60864L257.92188 446.68677Q257.78125 446.06177 257.53125 445.78052Q257.09375 445.3274 256.46875 445.3274Q255.96875 445.3274 255.57812 445.60864Q255.09375 445.98364 254.79688 446.68677Q254.51562 447.37427 254.5 448.65552Q254.875 448.0774 255.42188 447.79614Q255.98438 447.5149 256.59375 447.5149Q257.64062 447.5149 258.375 448.29614Q259.125 449.0774 259.125 450.29614Q259.125 451.10864 258.76562 451.81177Q258.42188 452.49927 257.8125 452.87427Q257.20312 453.23364 256.4375 453.23364Q255.10938 453.23364 254.28125 452.2649Q253.45312 451.29614 253.45312 449.0774Q253.45312 446.5774 254.375 445.4524Q255.17188 444.46802 256.53125 444.46802Q257.54688 444.46802 258.1875 445.04614Q258.84375 445.60864 258.96875 446.60864ZM254.67188 450.31177Q254.67188 450.85864 254.89062 451.35864Q255.125 451.84302 255.53125 452.10864Q255.95312 452.37427 256.42188 452.37427Q257.07812 452.37427 257.5625 451.84302Q258.04688 451.29614 258.04688 450.37427Q258.04688 449.48364 257.5625 448.96802Q257.09375 448.4524 256.375 448.4524Q255.65625 448.4524 255.15625 448.96802Q254.67188 449.48364 254.67188 450.31177Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 444.09302C276.0 443.54074 276.44772 443.09302 277.0 443.09302L287.0 443.09302C287.55228 443.09302 288.0 443.54074 288.0 444.09302L288.0 454.09302C288.0 454.6453 287.55228 455.09302 287.0 455.09302L277.0 455.09302C276.44772 455.09302 276.0 454.6453 276.0 454.09302Z" fill-rule="nonzero"/><path fill="#666666" d="M302.04688 452.0774L302.04688 453.09302L296.35938 453.09302Q296.35938 452.71802 296.48438 452.35864Q296.70312 451.78052 297.17188 451.21802Q297.65625 450.65552 298.5625 449.92114Q299.96875 448.7649 300.45312 448.09302Q300.95312 447.42114 300.95312 446.8274Q300.95312 446.2024 300.5 445.78052Q300.04688 445.34302 299.32812 445.34302Q298.5625 445.34302 298.10938 445.79614Q297.65625 446.24927 297.64062 447.06177L296.5625 446.9524Q296.67188 445.73364 297.39062 445.10864Q298.125 444.46802 299.35938 444.46802Q300.59375 444.46802 301.3125 445.15552Q302.03125 445.84302 302.03125 446.85864Q302.03125 447.37427 301.8125 447.87427Q301.60938 448.35864 301.10938 448.92114Q300.625 449.46802 299.5 450.42114Q298.54688 451.21802 298.26562 451.5149Q298.0 451.79614 297.82812 452.0774L302.04688 452.0774ZM303.5 448.85864Q303.5 447.3274 303.8125 446.40552Q304.125 445.46802 304.73438 444.96802Q305.35938 444.46802 306.29688 444.46802Q306.98438 444.46802 307.5 444.74927Q308.03125 445.03052 308.375 445.56177Q308.71875 446.0774 308.90625 446.8274Q309.09375 447.5774 309.09375 448.85864Q309.09375 450.37427 308.78125 451.29614Q308.48438 452.21802 307.85938 452.73364Q307.25 453.23364 306.29688 453.23364Q305.0625 453.23364 304.34375 452.34302Q303.5 451.28052 303.5 448.85864ZM304.57812 448.85864Q304.57812 450.96802 305.07812 451.67114Q305.57812 452.37427 306.29688 452.37427Q307.03125 452.37427 307.51562 451.67114Q308.01562 450.96802 308.01562 448.85864Q308.01562 446.73364 307.51562 446.04614Q307.03125 445.34302 306.28125 445.34302Q305.5625 445.34302 305.125 445.9524Q304.57812 446.73364 304.57812 448.85864ZM314.46875 453.09302L313.42188 453.09302L313.42188 446.37427Q313.03125 446.73364 312.40625 447.10864Q311.79688 447.46802 311.3125 447.6399L311.3125 446.62427Q312.1875 446.2024 312.84375 445.62427Q313.51562 445.03052 313.79688 444.46802L314.46875 444.46802L314.46875 453.09302ZM317.5625 445.62427L317.5625 444.60864L323.125 444.60864L323.125 445.43677Q322.3125 446.31177 321.5 447.7649Q320.70312 449.2024 320.26562 450.73364Q319.9375 451.81177 319.85938 453.09302L318.76562 453.09302Q318.78125 452.0774 319.15625 450.6399Q319.54688 449.2024 320.25 447.87427Q320.96875 446.54614 321.78125 445.62427L317.5625 445.62427Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 444.09302C340.0 443.54074 340.44772 443.09302 341.0 443.09302L351.0 443.09302C351.55228 443.09302 352.0 443.54074 352.0 444.09302L352.0 454.09302C352.0 454.6453 351.55228 455.09302 351.0 455.09302L341.0 455.09302C340.44772 455.09302 340.0 454.6453 340.0 454.09302Z" fill-rule="nonzero"/><path fill="#666666" d="M366.04688 452.0774L366.04688 453.09302L360.35938 453.09302Q360.35938 452.71802 360.48438 452.35864Q360.70312 451.78052 361.17188 451.21802Q361.65625 450.65552 362.5625 449.92114Q363.96875 448.7649 364.45312 448.09302Q364.95312 447.42114 364.95312 446.8274Q364.95312 446.2024 364.5 445.78052Q364.04688 445.34302 363.32812 445.34302Q362.5625 445.34302 362.10938 445.79614Q361.65625 446.24927 361.64062 447.06177L360.5625 446.9524Q360.67188 445.73364 361.39062 445.10864Q362.125 444.46802 363.35938 444.46802Q364.59375 444.46802 365.3125 445.15552Q366.03125 445.84302 366.03125 446.85864Q366.03125 447.37427 365.8125 447.87427Q365.60938 448.35864 365.10938 448.92114Q364.625 449.46802 363.5 450.42114Q362.54688 451.21802 362.26562 451.5149Q362.0 451.79614 361.82812 452.0774L366.04688 452.0774ZM367.5 448.85864Q367.5 447.3274 367.8125 446.40552Q368.125 445.46802 368.73438 444.96802Q369.35938 444.46802 370.29688 444.46802Q370.98438 444.46802 371.5 444.74927Q372.03125 445.03052 372.375 445.56177Q372.71875 446.0774 372.90625 446.8274Q373.09375 447.5774 373.09375 448.85864Q373.09375 450.37427 372.78125 451.29614Q372.48438 452.21802 371.85938 452.73364Q371.25 453.23364 370.29688 453.23364Q369.0625 453.23364 368.34375 452.34302Q367.5 451.28052 367.5 448.85864ZM368.57812 448.85864Q368.57812 450.96802 369.07812 451.67114Q369.57812 452.37427 370.29688 452.37427Q371.03125 452.37427 371.51562 451.67114Q372.01562 450.96802 372.01562 448.85864Q372.01562 446.73364 371.51562 446.04614Q371.03125 445.34302 370.28125 445.34302Q369.5625 445.34302 369.125 445.9524Q368.57812 446.73364 368.57812 448.85864ZM378.46875 453.09302L377.42188 453.09302L377.42188 446.37427Q377.03125 446.73364 376.40625 447.10864Q375.79688 447.46802 375.3125 447.6399L375.3125 446.62427Q376.1875 446.2024 376.84375 445.62427Q377.51562 445.03052 377.79688 444.46802L378.46875 444.46802L378.46875 453.09302ZM383.125 448.43677Q382.46875 448.18677 382.14062 447.74927Q381.82812 447.29614 381.82812 446.68677Q381.82812 445.74927 382.5 445.10864Q383.1875 444.46802 384.29688 444.46802Q385.42188 444.46802 386.10938 445.12427Q386.79688 445.78052 386.79688 446.71802Q386.79688 447.31177 386.48438 447.74927Q386.17188 448.18677 385.53125 448.43677Q386.32812 448.68677 386.73438 449.2649Q387.14062 449.84302 387.14062 450.6399Q387.14062 451.73364 386.35938 452.48364Q385.59375 453.23364 384.3125 453.23364Q383.04688 453.23364 382.26562 452.48364Q381.48438 451.73364 381.48438 450.60864Q381.48438 449.7649 381.90625 449.2024Q382.34375 448.6399 383.125 448.43677ZM382.90625 446.6399Q382.90625 447.24927 383.29688 447.6399Q383.70312 448.03052 384.32812 448.03052Q384.9375 448.03052 385.32812 447.65552Q385.71875 447.2649 385.71875 446.7024Q385.71875 446.12427 385.3125 445.73364Q384.90625 445.3274 384.3125 445.3274Q383.70312 445.3274 383.29688 445.71802Q382.90625 446.10864 382.90625 446.6399ZM382.57812 450.60864Q382.57812 451.06177 382.78125 451.48364Q383.0 451.90552 383.42188 452.1399Q383.84375 452.37427 384.32812 452.37427Q385.07812 452.37427 385.5625 451.8899Q386.0625 451.40552 386.0625 450.65552Q386.0625 449.8899 385.5625 449.3899Q385.0625 448.8899 384.29688 448.8899Q383.54688 448.8899 383.0625 449.3899Q382.57812 449.87427 382.57812 450.60864Z" fill-rule="nonzero"/><path fill="#666666" d="M24.7625 25.244188L24.7625 15.228563L26.075 15.228563L26.075 25.244188L24.7625 25.244188ZM33.715626 25.244188L31.496876 17.978563L32.7625 17.978563L33.91875 22.181688L34.35625 23.728563Q34.371876 23.619188 34.73125 22.228563L35.8875 17.978563L37.1375 17.978563L38.23125 22.197313L38.590626 23.587938L39.0125 22.181688L40.2625 17.978563L41.45 17.978563L39.184376 25.244188L37.903126 25.244188L36.746876 20.900438L36.465626 19.666063L34.996876 25.244188L33.715626 25.244188ZM42.35625 25.244188L42.35625 17.978563L43.465626 17.978563L43.465626 19.087938Q43.8875 18.306688 44.246876 18.072313Q44.60625 17.822313 45.04375 17.822313Q45.66875 17.822313 46.309376 18.212938L45.8875 19.353563Q45.434376 19.087938 44.98125 19.087938Q44.575 19.087938 44.246876 19.337938Q43.934376 19.572313 43.79375 20.009813Q43.590626 20.666063 43.590626 21.447313L43.590626 25.244188L42.35625 25.244188ZM47.3875 16.634813L47.3875 15.228563L48.60625 15.228563L48.60625 16.634813L47.3875 16.634813ZM47.3875 25.244188L47.3875 17.978563L48.60625 17.978563L48.60625 25.244188L47.3875 25.244188ZM53.059376 24.150438L53.23125 25.228563Q52.715626 25.337938 52.309376 25.337938Q51.6375 25.337938 51.2625 25.134813Q50.903126 24.916063 50.746876 24.572313Q50.60625 24.228563 50.60625 23.119188L50.60625 18.947313L49.7 18.947313L49.7 17.978563L50.60625 17.978563L50.60625 16.181688L51.825 15.447313L51.825 17.978563L53.059376 17.978563L53.059376 18.947313L51.825 18.947313L51.825 23.181688Q51.825 23.712938 51.8875 23.869188Q51.95 24.009813 52.090626 24.103563Q52.246876 24.197313 52.5125 24.197313Q52.73125 24.197313 53.059376 24.150438ZM59.340626 22.900438L60.621876 23.056688Q60.309376 24.181688 59.496876 24.806688Q58.684376 25.416063 57.41875 25.416063Q55.825 25.416063 54.8875 24.431688Q53.965626 23.447313 53.965626 21.681688Q53.965626 19.837938 54.903126 18.837938Q55.85625 17.822313 57.35625 17.822313Q58.809376 17.822313 59.73125 18.822313Q60.653126 19.806688 60.653126 21.603563Q60.653126 21.712938 60.653126 21.931688L55.23125 21.931688Q55.309376 23.119188 55.903126 23.759813Q56.5125 24.400438 57.434376 24.400438Q58.10625 24.400438 58.575 24.041063Q59.059376 23.681688 59.340626 22.900438ZM55.309376 20.916063L59.35625 20.916063Q59.278126 19.994188 58.8875 19.541063Q58.309376 18.837938 57.371876 18.837938Q56.5125 18.837938 55.934376 19.400438Q55.371876 19.962938 55.309376 20.916063ZM66.3875 16.634813L66.3875 15.228563L67.60625 15.228563L67.60625 16.634813L66.3875 16.634813ZM66.3875 25.244188L66.3875 17.978563L67.60625 17.978563L67.60625 25.244188L66.3875 25.244188ZM69.37187 25.244188L69.37187 17.978563L70.48125 17.978563L70.48125 19.009813Q71.27812 17.822313 72.79375 17.822313Q73.45 17.822313 73.99687 18.056688Q74.54375 18.291063 74.80937 18.681688Q75.09062 19.056688 75.2 19.587938Q75.27812 19.931688 75.27812 20.775438L75.27812 25.244188L74.04375 25.244188L74.04375 20.822313Q74.04375 20.072313 73.90312 19.712938Q73.7625 19.337938 73.3875 19.119188Q73.02812 18.884813 72.52812 18.884813Q71.74687 18.884813 71.16875 19.384813Q70.60625 19.884813 70.60625 21.275438L70.60625 25.244188L69.37187 25.244188ZM86.21562 21.306688L86.21562 20.134813L90.46562 20.134813L90.46562 23.853563Q89.48125 24.634813 88.43437 25.025438Q87.40312 25.416063 86.30937 25.416063Q84.84062 25.416063 83.62187 24.791063Q82.41875 24.150438 81.80937 22.962938Q81.2 21.759813 81.2 20.275438Q81.2 18.822313 81.80937 17.556688Q82.41875 16.275438 83.55937 15.666063Q84.71562 15.056688 86.21562 15.056688Q87.29375 15.056688 88.16875 15.416063Q89.05937 15.759813 89.55937 16.384813Q90.05937 17.009813 90.30937 18.025438L89.12187 18.353563Q88.8875 17.587938 88.54375 17.150438Q88.21562 16.712938 87.59062 16.447313Q86.98125 16.181688 86.21562 16.181688Q85.30937 16.181688 84.6375 16.462938Q83.98125 16.744188 83.575 17.197313Q83.16875 17.634813 82.95 18.181688Q82.55937 19.119188 82.55937 20.197313Q82.55937 21.541063 83.0125 22.447313Q83.48125 23.337938 84.35625 23.775438Q85.24687 24.212938 86.24687 24.212938Q87.10625 24.212938 87.91875 23.884813Q88.74687 23.556688 89.16875 23.181688L89.16875 21.306688L86.21562 21.306688ZM91.91875 21.619188Q91.91875 19.603563 93.04375 18.619188Q93.96562 17.822313 95.325 17.822313Q96.80937 17.822313 97.7625 18.806688Q98.71562 19.775438 98.71562 21.509813Q98.71562 22.916063 98.29375 23.728563Q97.87187 24.525438 97.05937 24.978563Q96.2625 25.416063 95.325 25.416063Q93.79375 25.416063 92.85625 24.431688Q91.91875 23.447313 91.91875 21.619188ZM93.18437 21.619188Q93.18437 23.009813 93.79375 23.712938Q94.40312 24.400438 95.325 24.400438Q96.23125 24.400438 96.84062 23.697313Q97.45 22.994188 97.45 21.572313Q97.45 20.228563 96.84062 19.541063Q96.23125 18.837938 95.325 18.837938Q94.40312 18.837938 93.79375 19.525438Q93.18437 20.212938 93.18437 21.619188ZM100.71562 19.384813L100.71562 17.978563L102.12187 17.978563L102.12187 19.384813L100.71562 19.384813ZM100.71562 25.244188L100.71562 23.837938L102.12187 23.837938L102.12187 25.244188L100.71562 25.244188Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig20.svg b/_content/survey2018/fig20.svg
deleted file mode 100644
index 2176723..0000000
--- a/_content/survey2018/fig20.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 684.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="684" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 684.0L0 684.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 684.0L0 684.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 51.5L142.5 604.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 51.5L249.5 604.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 51.5L355.5 604.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 51.5L462.5 604.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 51.5L569.5 604.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 51.672897L569.4754 51.672897L569.4754 604.74963L142.303 604.74963L142.303 51.672897Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 79.0L142.0 69.0L361.0 69.0C362.10458 69.0 363.0 69.89543 363.0 71.0L363.0 77.0C363.0 78.10457 362.10458 79.0 361.0 79.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 79.0L142.0 69.0L361.0 69.0C362.10458 69.0 363.0 69.89543 363.0 71.0L363.0 77.0C363.0 78.10457 362.10458 79.0 361.0 79.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 127.0L142.0 117.0L293.0 117.0C294.10458 117.0 295.0 117.89543 295.0 119.0L295.0 125.0C295.0 126.10457 294.10458 127.0 293.0 127.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 127.0L142.0 117.0L293.0 117.0C294.10458 117.0 295.0 117.89543 295.0 119.0L295.0 125.0C295.0 126.10457 294.10458 127.0 293.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 176.0L142.0 166.0L204.0 166.0C205.10457 166.0 206.0 166.89543 206.0 168.0L206.0 174.0C206.0 175.10457 205.10457 176.0 204.0 176.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 176.0L142.0 166.0L204.0 166.0C205.10457 166.0 206.0 166.89543 206.0 168.0L206.0 174.0C206.0 175.10457 205.10457 176.0 204.0 176.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 225.0L142.0 215.0L157.0 215.0C158.10457 215.0 159.0 215.89543 159.0 217.0L159.0 223.0C159.0 224.10457 158.10457 225.0 157.0 225.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 225.0L142.0 215.0L157.0 215.0C158.10457 215.0 159.0 215.89543 159.0 217.0L159.0 223.0C159.0 224.10457 158.10457 225.0 157.0 225.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 273.0L142.0 263.0L258.0 263.0C259.10458 263.0 260.0 263.89542 260.0 265.0L260.0 271.0C260.0 272.10458 259.10458 273.0 258.0 273.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 273.0L142.0 263.0L258.0 263.0C259.10458 263.0 260.0 263.89542 260.0 265.0L260.0 271.0C260.0 272.10458 259.10458 273.0 258.0 273.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 322.0L142.0 312.0L215.0 312.0C216.10457 312.0 217.0 312.89542 217.0 314.0L217.0 320.0C217.0 321.10458 216.10457 322.0 215.0 322.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 322.0L142.0 312.0L215.0 312.0C216.10457 312.0 217.0 312.89542 217.0 314.0L217.0 320.0C217.0 321.10458 216.10457 322.0 215.0 322.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 371.0L142.0 361.0L395.0 361.0C396.10458 361.0 397.0 361.89542 397.0 363.0L397.0 369.0C397.0 370.10458 396.10458 371.0 395.0 371.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 371.0L142.0 361.0L395.0 361.0C396.10458 361.0 397.0 361.89542 397.0 363.0L397.0 369.0C397.0 370.10458 396.10458 371.0 395.0 371.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 420.0L142.0 410.0L252.0 410.0C253.10457 410.0 254.0 410.89542 254.0 412.0L254.0 418.0C254.0 419.10458 253.10457 420.0 252.0 420.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 420.0L142.0 410.0L252.0 410.0C253.10457 410.0 254.0 410.89542 254.0 412.0L254.0 418.0C254.0 419.10458 253.10457 420.0 252.0 420.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 468.0L142.0 458.0L175.0 458.0C176.10457 458.0 177.0 458.89542 177.0 460.0L177.0 466.0C177.0 467.10458 176.10457 468.0 175.0 468.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 468.0L142.0 458.0L175.0 458.0C176.10457 458.0 177.0 458.89542 177.0 460.0L177.0 466.0C177.0 467.10458 176.10457 468.0 175.0 468.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 517.0L142.0 507.0L204.0 507.0C205.10457 507.0 206.0 507.89542 206.0 509.0L206.0 515.0C206.0 516.10455 205.10457 517.0 204.0 517.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 517.0L142.0 507.0L204.0 507.0C205.10457 507.0 206.0 507.89542 206.0 509.0L206.0 515.0C206.0 516.10455 205.10457 517.0 204.0 517.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 566.0L142.0 556.0L154.0 556.0C155.10457 556.0 156.0 556.89545 156.0 558.0L156.0 564.0C156.0 565.10455 155.10457 566.0 154.0 566.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 566.0L142.0 556.0L154.0 556.0C155.10457 556.0 156.0 556.89545 156.0 558.0L156.0 564.0C156.0 565.10455 155.10457 566.0 154.0 566.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 90.0L142.0 80.0L371.0 80.0C372.10458 80.0 373.0 80.89543 373.0 82.0L373.0 88.0C373.0 89.10457 372.10458 90.0 371.0 90.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 90.0L142.0 80.0L371.0 80.0C372.10458 80.0 373.0 80.89543 373.0 82.0L373.0 88.0C373.0 89.10457 372.10458 90.0 371.0 90.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 138.0L142.0 128.0L312.0 128.0C313.10458 128.0 314.0 128.89543 314.0 130.0L314.0 136.0C314.0 137.10457 313.10458 138.0 312.0 138.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 138.0L142.0 128.0L312.0 128.0C313.10458 128.0 314.0 128.89543 314.0 130.0L314.0 136.0C314.0 137.10457 313.10458 138.0 312.0 138.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 187.0L142.0 177.0L226.0 177.0C227.10457 177.0 228.0 177.89543 228.0 179.0L228.0 185.0C228.0 186.10457 227.10457 187.0 226.0 187.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 187.0L142.0 177.0L226.0 177.0C227.10457 177.0 228.0 177.89543 228.0 179.0L228.0 185.0C228.0 186.10457 227.10457 187.0 226.0 187.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 236.0L142.0 226.0L164.0 226.0C165.10457 226.0 166.0 226.89543 166.0 228.0L166.0 234.0C166.0 235.10457 165.10457 236.0 164.0 236.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 236.0L142.0 226.0L164.0 226.0C165.10457 226.0 166.0 226.89543 166.0 228.0L166.0 234.0C166.0 235.10457 165.10457 236.0 164.0 236.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 284.0L142.0 274.0L265.0 274.0C266.10458 274.0 267.0 274.89542 267.0 276.0L267.0 282.0C267.0 283.10458 266.10458 284.0 265.0 284.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 284.0L142.0 274.0L265.0 274.0C266.10458 274.0 267.0 274.89542 267.0 276.0L267.0 282.0C267.0 283.10458 266.10458 284.0 265.0 284.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 333.0L142.0 323.0L209.0 323.0C210.10457 323.0 211.0 323.89542 211.0 325.0L211.0 331.0C211.0 332.10458 210.10457 333.0 209.0 333.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 333.0L142.0 323.0L209.0 323.0C210.10457 323.0 211.0 323.89542 211.0 325.0L211.0 331.0C211.0 332.10458 210.10457 333.0 209.0 333.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 382.0L142.0 372.0L437.0 372.0C438.10458 372.0 439.0 372.89542 439.0 374.0L439.0 380.0C439.0 381.10458 438.10458 382.0 437.0 382.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 382.0L142.0 372.0L437.0 372.0C438.10458 372.0 439.0 372.89542 439.0 374.0L439.0 380.0C439.0 381.10458 438.10458 382.0 437.0 382.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 431.0L142.0 421.0L254.0 421.0C255.10457 421.0 256.0 421.89542 256.0 423.0L256.0 429.0C256.0 430.10458 255.10457 431.0 254.0 431.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 431.0L142.0 421.0L254.0 421.0C255.10457 421.0 256.0 421.89542 256.0 423.0L256.0 429.0C256.0 430.10458 255.10457 431.0 254.0 431.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 479.0L142.0 469.0L185.0 469.0C186.10457 469.0 187.0 469.89542 187.0 471.0L187.0 477.0C187.0 478.10458 186.10457 479.0 185.0 479.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 479.0L142.0 469.0L185.0 469.0C186.10457 469.0 187.0 469.89542 187.0 471.0L187.0 477.0C187.0 478.10458 186.10457 479.0 185.0 479.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 528.0L142.0 518.0L242.0 518.0C243.10457 518.0 244.0 518.89545 244.0 520.0L244.0 526.0C244.0 527.10455 243.10457 528.0 242.0 528.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 528.0L142.0 518.0L242.0 518.0C243.10457 518.0 244.0 518.89545 244.0 520.0L244.0 526.0C244.0 527.10455 243.10457 528.0 242.0 528.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 577.0L142.0 567.0L167.0 567.0C168.10457 567.0 169.0 567.89545 169.0 569.0L169.0 575.0C169.0 576.10455 168.10457 577.0 167.0 577.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 577.0L142.0 567.0L167.0 567.0C168.10457 567.0 169.0 567.89545 169.0 569.0L169.0 575.0C169.0 576.10455 168.10457 577.0 167.0 577.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 101.0L142.0 91.0L314.0 91.0C315.10458 91.0 316.0 91.89543 316.0 93.0L316.0 99.0C316.0 100.10457 315.10458 101.0 314.0 101.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 101.0L142.0 91.0L314.0 91.0C315.10458 91.0 316.0 91.89543 316.0 93.0L316.0 99.0C316.0 100.10457 315.10458 101.0 314.0 101.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 149.0L142.0 139.0L313.0 139.0C314.10458 139.0 315.0 139.89543 315.0 141.0L315.0 147.0C315.0 148.10457 314.10458 149.0 313.0 149.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 149.0L142.0 139.0L313.0 139.0C314.10458 139.0 315.0 139.89543 315.0 141.0L315.0 147.0C315.0 148.10457 314.10458 149.0 313.0 149.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 198.0L142.0 188.0L244.0 188.0C245.10457 188.0 246.0 188.89543 246.0 190.0L246.0 196.0C246.0 197.10457 245.10457 198.0 244.0 198.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 198.0L142.0 188.0L244.0 188.0C245.10457 188.0 246.0 188.89543 246.0 190.0L246.0 196.0C246.0 197.10457 245.10457 198.0 244.0 198.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 247.0L142.0 237.0L168.0 237.0C169.10457 237.0 170.0 237.89543 170.0 239.0L170.0 245.0C170.0 246.10457 169.10457 247.0 168.0 247.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 247.0L142.0 237.0L168.0 237.0C169.10457 237.0 170.0 237.89543 170.0 239.0L170.0 245.0C170.0 246.10457 169.10457 247.0 168.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 295.0L142.0 285.0L250.0 285.0C251.10457 285.0 252.0 285.89542 252.0 287.0L252.0 293.0C252.0 294.10458 251.10457 295.0 250.0 295.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 295.0L142.0 285.0L250.0 285.0C251.10457 285.0 252.0 285.89542 252.0 287.0L252.0 293.0C252.0 294.10458 251.10457 295.0 250.0 295.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 344.0L142.0 334.0L193.0 334.0C194.10457 334.0 195.0 334.89542 195.0 336.0L195.0 342.0C195.0 343.10458 194.10457 344.0 193.0 344.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 344.0L142.0 334.0L193.0 334.0C194.10457 334.0 195.0 334.89542 195.0 336.0L195.0 342.0C195.0 343.10458 194.10457 344.0 193.0 344.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 393.0L142.0 383.0L439.0 383.0C440.10458 383.0 441.0 383.89542 441.0 385.0L441.0 391.0C441.0 392.10458 440.10458 393.0 439.0 393.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 393.0L142.0 383.0L439.0 383.0C440.10458 383.0 441.0 383.89542 441.0 385.0L441.0 391.0C441.0 392.10458 440.10458 393.0 439.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 442.0L142.0 432.0L231.0 432.0C232.10457 432.0 233.0 432.89542 233.0 434.0L233.0 440.0C233.0 441.10458 232.10457 442.0 231.0 442.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 442.0L142.0 432.0L231.0 432.0C232.10457 432.0 233.0 432.89542 233.0 434.0L233.0 440.0C233.0 441.10458 232.10457 442.0 231.0 442.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 490.0L142.0 480.0L190.0 480.0C191.10457 480.0 192.0 480.89542 192.0 482.0L192.0 488.0C192.0 489.10458 191.10457 490.0 190.0 490.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 490.0L142.0 480.0L190.0 480.0C191.10457 480.0 192.0 480.89542 192.0 482.0L192.0 488.0C192.0 489.10458 191.10457 490.0 190.0 490.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 539.0L142.0 529.0L262.0 529.0C263.10458 529.0 264.0 529.89545 264.0 531.0L264.0 537.0C264.0 538.10455 263.10458 539.0 262.0 539.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 539.0L142.0 529.0L262.0 529.0C263.10458 529.0 264.0 529.89545 264.0 531.0L264.0 537.0C264.0 538.10455 263.10458 539.0 262.0 539.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 588.0L142.0 578.0L207.0 578.0C208.10457 578.0 209.0 578.89545 209.0 580.0L209.0 586.0C209.0 587.10455 208.10457 588.0 207.0 588.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 588.0L142.0 578.0L207.0 578.0C208.10457 578.0 209.0 578.89545 209.0 580.0L209.0 586.0C209.0 587.10455 208.10457 588.0 207.0 588.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M380.7455 75.640625L381.933 75.640625L381.933 76.515625L380.7455 76.515625L380.7455 78.5L379.6674 78.5L379.6674 76.515625L375.77676 76.515625L375.77676 75.875L379.58926 69.96875L380.7455 69.96875L380.7455 75.640625ZM377.01114 75.640625L379.6674 75.640625L379.6674 71.453125L379.52676 71.6875L377.01114 75.640625ZM386.7299 78.5L385.65176 78.5L385.65176 71.28125L383.46426 72.078125L383.46426 71.09375L386.57364 69.921875L386.7299 69.921875L386.7299 78.5ZM390.07364 71.609375Q390.07364 70.84375 390.558 70.34375Q391.058 69.84375 391.82364 69.84375Q392.6049 69.84375 393.08926 70.34375Q393.57364 70.84375 393.57364 71.640625L393.57364 72.0625Q393.57364 72.828125 393.07364 73.328125Q392.58926 73.8125 391.83926 73.8125Q391.07364 73.8125 390.57364 73.328125Q390.07364 72.828125 390.07364 72.015625L390.07364 71.609375ZM390.88614 72.0625Q390.88614 72.515625 391.13614 72.8125Q391.40176 73.109375 391.83926 73.109375Q392.26114 73.109375 392.51114 72.828125Q392.76114 72.53125 392.76114 72.03125L392.76114 71.609375Q392.76114 71.15625 392.51114 70.859375Q392.26114 70.546875 391.82364 70.546875Q391.38614 70.546875 391.13614 70.859375Q390.88614 71.15625 390.88614 71.625L390.88614 72.0625ZM394.2299 76.40625Q394.2299 75.640625 394.71426 75.15625Q395.21426 74.65625 395.9799 74.65625Q396.7455 74.65625 397.2299 75.15625Q397.7299 75.640625 397.7299 76.453125L397.7299 76.859375Q397.7299 77.625 397.2455 78.125Q396.76114 78.625 395.9955 78.625Q395.2299 78.625 394.7299 78.140625Q394.2299 77.640625 394.2299 76.828125L394.2299 76.40625ZM395.0424 76.859375Q395.0424 77.328125 395.2924 77.625Q395.558 77.921875 395.9955 77.921875Q396.4174 77.921875 396.6674 77.640625Q396.9174 77.34375 396.9174 76.84375L396.9174 76.40625Q396.9174 75.9375 396.65176 75.65625Q396.40176 75.359375 395.9799 75.359375Q395.558 75.359375 395.2924 75.65625Q395.0424 75.9375 395.0424 76.4375L395.0424 76.859375ZM392.08926 77.859375L391.46426 77.46875L395.63614 70.796875L396.2455 71.1875L392.08926 77.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M380.7455 75.640625L381.933 75.640625L381.933 76.515625L380.7455 76.515625L380.7455 78.5L379.6674 78.5L379.6674 76.515625L375.77676 76.515625L375.77676 75.875L379.58926 69.96875L380.7455 69.96875L380.7455 75.640625ZM377.01114 75.640625L379.6674 75.640625L379.6674 71.453125L379.52676 71.6875L377.01114 75.640625ZM386.7299 78.5L385.65176 78.5L385.65176 71.28125L383.46426 72.078125L383.46426 71.09375L386.57364 69.921875L386.7299 69.921875L386.7299 78.5ZM390.07364 71.609375Q390.07364 70.84375 390.558 70.34375Q391.058 69.84375 391.82364 69.84375Q392.6049 69.84375 393.08926 70.34375Q393.57364 70.84375 393.57364 71.640625L393.57364 72.0625Q393.57364 72.828125 393.07364 73.328125Q392.58926 73.8125 391.83926 73.8125Q391.07364 73.8125 390.57364 73.328125Q390.07364 72.828125 390.07364 72.015625L390.07364 71.609375ZM390.88614 72.0625Q390.88614 72.515625 391.13614 72.8125Q391.40176 73.109375 391.83926 73.109375Q392.26114 73.109375 392.51114 72.828125Q392.76114 72.53125 392.76114 72.03125L392.76114 71.609375Q392.76114 71.15625 392.51114 70.859375Q392.26114 70.546875 391.82364 70.546875Q391.38614 70.546875 391.13614 70.859375Q390.88614 71.15625 390.88614 71.625L390.88614 72.0625ZM394.2299 76.40625Q394.2299 75.640625 394.71426 75.15625Q395.21426 74.65625 395.9799 74.65625Q396.7455 74.65625 397.2299 75.15625Q397.7299 75.640625 397.7299 76.453125L397.7299 76.859375Q397.7299 77.625 397.2455 78.125Q396.76114 78.625 395.9955 78.625Q395.2299 78.625 394.7299 78.140625Q394.2299 77.640625 394.2299 76.828125L394.2299 76.40625ZM395.0424 76.859375Q395.0424 77.328125 395.2924 77.625Q395.558 77.921875 395.9955 77.921875Q396.4174 77.921875 396.6674 77.640625Q396.9174 77.34375 396.9174 76.84375L396.9174 76.40625Q396.9174 75.9375 396.65176 75.65625Q396.40176 75.359375 395.9799 75.359375Q395.558 75.359375 395.2924 75.65625Q395.0424 75.9375 395.0424 76.4375L395.0424 76.859375ZM392.08926 77.859375L391.46426 77.46875L395.63614 70.796875L396.2455 71.1875L392.08926 77.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M313.14023 126.5L307.54648 126.5L307.54648 125.71875L310.4996 122.4375Q311.15585 121.6875 311.40585 121.234375Q311.65585 120.765625 311.65585 120.265625Q311.65585 119.59375 311.2496 119.171875Q310.85898 118.734375 310.17148 118.734375Q309.3746 118.734375 308.92148 119.203125Q308.46835 119.65625 308.46835 120.484375L307.39023 120.484375Q307.39023 119.296875 308.14023 118.578125Q308.90585 117.84375 310.17148 117.84375Q311.3746 117.84375 312.0621 118.46875Q312.7496 119.09375 312.7496 120.140625Q312.7496 121.390625 311.14023 123.140625L308.85898 125.609375L313.14023 125.609375L313.14023 126.5ZM318.70273 122.75Q318.3746 123.15625 317.89023 123.40625Q317.42148 123.640625 316.85898 123.640625Q316.1246 123.640625 315.57773 123.28125Q315.03085 122.921875 314.73398 122.265625Q314.4371 121.59375 314.4371 120.796875Q314.4371 119.953125 314.7496 119.265625Q315.07773 118.578125 315.67148 118.21875Q316.28085 117.84375 317.07773 117.84375Q318.34335 117.84375 319.0621 118.796875Q319.79648 119.75 319.79648 121.375L319.79648 121.6875Q319.79648 124.1875 318.8121 125.328125Q317.82773 126.46875 315.84335 126.5L315.6246 126.5L315.6246 125.59375L315.85898 125.59375Q317.20273 125.5625 317.92148 124.890625Q318.64023 124.21875 318.70273 122.75ZM317.03085 122.75Q317.57773 122.75 318.03085 122.421875Q318.4996 122.078125 318.71835 121.59375L318.71835 121.15625Q318.71835 120.09375 318.2496 119.421875Q317.78085 118.75 317.07773 118.75Q316.35898 118.75 315.92148 119.296875Q315.4996 119.84375 315.4996 120.75Q315.4996 121.625 315.90585 122.1875Q316.32773 122.75 317.03085 122.75ZM321.45273 119.609375Q321.45273 118.84375 321.9371 118.34375Q322.4371 117.84375 323.20273 117.84375Q323.98398 117.84375 324.46835 118.34375Q324.95273 118.84375 324.95273 119.640625L324.95273 120.0625Q324.95273 120.828125 324.45273 121.328125Q323.96835 121.8125 323.21835 121.8125Q322.45273 121.8125 321.95273 121.328125Q321.45273 120.828125 321.45273 120.015625L321.45273 119.609375ZM322.26523 120.0625Q322.26523 120.515625 322.51523 120.8125Q322.78085 121.109375 323.21835 121.109375Q323.64023 121.109375 323.89023 120.828125Q324.14023 120.53125 324.14023 120.03125L324.14023 119.609375Q324.14023 119.15625 323.89023 118.859375Q323.64023 118.546875 323.20273 118.546875Q322.76523 118.546875 322.51523 118.859375Q322.26523 119.15625 322.26523 119.625L322.26523 120.0625ZM325.60898 124.40625Q325.60898 123.640625 326.09335 123.15625Q326.59335 122.65625 327.35898 122.65625Q328.1246 122.65625 328.60898 123.15625Q329.10898 123.640625 329.10898 124.453125L329.10898 124.859375Q329.10898 125.625 328.6246 126.125Q328.14023 126.625 327.3746 126.625Q326.60898 126.625 326.10898 126.140625Q325.60898 125.640625 325.60898 124.828125L325.60898 124.40625ZM326.42148 124.859375Q326.42148 125.328125 326.67148 125.625Q326.9371 125.921875 327.3746 125.921875Q327.79648 125.921875 328.04648 125.640625Q328.29648 125.34375 328.29648 124.84375L328.29648 124.40625Q328.29648 123.9375 328.03085 123.65625Q327.78085 123.359375 327.35898 123.359375Q326.9371 123.359375 326.67148 123.65625Q326.42148 123.9375 326.42148 124.4375L326.42148 124.859375ZM323.46835 125.859375L322.84335 125.46875L327.01523 118.796875L327.6246 119.1875L323.46835 125.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M313.14023 126.5L307.54648 126.5L307.54648 125.71875L310.4996 122.4375Q311.15585 121.6875 311.40585 121.234375Q311.65585 120.765625 311.65585 120.265625Q311.65585 119.59375 311.2496 119.171875Q310.85898 118.734375 310.17148 118.734375Q309.3746 118.734375 308.92148 119.203125Q308.46835 119.65625 308.46835 120.484375L307.39023 120.484375Q307.39023 119.296875 308.14023 118.578125Q308.90585 117.84375 310.17148 117.84375Q311.3746 117.84375 312.0621 118.46875Q312.7496 119.09375 312.7496 120.140625Q312.7496 121.390625 311.14023 123.140625L308.85898 125.609375L313.14023 125.609375L313.14023 126.5ZM318.70273 122.75Q318.3746 123.15625 317.89023 123.40625Q317.42148 123.640625 316.85898 123.640625Q316.1246 123.640625 315.57773 123.28125Q315.03085 122.921875 314.73398 122.265625Q314.4371 121.59375 314.4371 120.796875Q314.4371 119.953125 314.7496 119.265625Q315.07773 118.578125 315.67148 118.21875Q316.28085 117.84375 317.07773 117.84375Q318.34335 117.84375 319.0621 118.796875Q319.79648 119.75 319.79648 121.375L319.79648 121.6875Q319.79648 124.1875 318.8121 125.328125Q317.82773 126.46875 315.84335 126.5L315.6246 126.5L315.6246 125.59375L315.85898 125.59375Q317.20273 125.5625 317.92148 124.890625Q318.64023 124.21875 318.70273 122.75ZM317.03085 122.75Q317.57773 122.75 318.03085 122.421875Q318.4996 122.078125 318.71835 121.59375L318.71835 121.15625Q318.71835 120.09375 318.2496 119.421875Q317.78085 118.75 317.07773 118.75Q316.35898 118.75 315.92148 119.296875Q315.4996 119.84375 315.4996 120.75Q315.4996 121.625 315.90585 122.1875Q316.32773 122.75 317.03085 122.75ZM321.45273 119.609375Q321.45273 118.84375 321.9371 118.34375Q322.4371 117.84375 323.20273 117.84375Q323.98398 117.84375 324.46835 118.34375Q324.95273 118.84375 324.95273 119.640625L324.95273 120.0625Q324.95273 120.828125 324.45273 121.328125Q323.96835 121.8125 323.21835 121.8125Q322.45273 121.8125 321.95273 121.328125Q321.45273 120.828125 321.45273 120.015625L321.45273 119.609375ZM322.26523 120.0625Q322.26523 120.515625 322.51523 120.8125Q322.78085 121.109375 323.21835 121.109375Q323.64023 121.109375 323.89023 120.828125Q324.14023 120.53125 324.14023 120.03125L324.14023 119.609375Q324.14023 119.15625 323.89023 118.859375Q323.64023 118.546875 323.20273 118.546875Q322.76523 118.546875 322.51523 118.859375Q322.26523 119.15625 322.26523 119.625L322.26523 120.0625ZM325.60898 124.40625Q325.60898 123.640625 326.09335 123.15625Q326.59335 122.65625 327.35898 122.65625Q328.1246 122.65625 328.60898 123.15625Q329.10898 123.640625 329.10898 124.453125L329.10898 124.859375Q329.10898 125.625 328.6246 126.125Q328.14023 126.625 327.3746 126.625Q326.60898 126.625 326.10898 126.140625Q325.60898 125.640625 325.60898 124.828125L325.60898 124.40625ZM326.42148 124.859375Q326.42148 125.328125 326.67148 125.625Q326.9371 125.921875 327.3746 125.921875Q327.79648 125.921875 328.04648 125.640625Q328.29648 125.34375 328.29648 124.84375L328.29648 124.40625Q328.29648 123.9375 328.03085 123.65625Q327.78085 123.359375 327.35898 123.359375Q326.9371 123.359375 326.67148 123.65625Q326.42148 123.9375 326.42148 124.4375L326.42148 124.859375ZM323.46835 125.859375L322.84335 125.46875L327.01523 118.796875L327.6246 119.1875L323.46835 125.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.13948 175.5L221.06136 175.5L221.06136 168.28125L218.87386 169.07812L218.87386 168.09375L221.98323 166.92188L222.13948 166.92188L222.13948 175.5ZM231.17073 175.5L225.57698 175.5L225.57698 174.71875L228.5301 171.4375Q229.18636 170.6875 229.43636 170.23438Q229.68636 169.76562 229.68636 169.26562Q229.68636 168.59375 229.2801 168.17188Q228.88948 167.73438 228.20198 167.73438Q227.4051 167.73438 226.95198 168.20312Q226.49886 168.65625 226.49886 169.48438L225.42073 169.48438Q225.42073 168.29688 226.17073 167.57812Q226.93636 166.84375 228.20198 166.84375Q229.4051 166.84375 230.0926 167.46875Q230.7801 168.09375 230.7801 169.14062Q230.7801 170.39062 229.17073 172.14062L226.88948 174.60938L231.17073 174.60938L231.17073 175.5ZM232.48323 168.60938Q232.48323 167.84375 232.9676 167.34375Q233.4676 166.84375 234.23323 166.84375Q235.01448 166.84375 235.49886 167.34375Q235.98323 167.84375 235.98323 168.64062L235.98323 169.0625Q235.98323 169.82812 235.48323 170.32812Q234.99886 170.8125 234.24886 170.8125Q233.48323 170.8125 232.98323 170.32812Q232.48323 169.82812 232.48323 169.01562L232.48323 168.60938ZM233.29573 169.0625Q233.29573 169.51562 233.54573 169.8125Q233.81136 170.10938 234.24886 170.10938Q234.67073 170.10938 234.92073 169.82812Q235.17073 169.53125 235.17073 169.03125L235.17073 168.60938Q235.17073 168.15625 234.92073 167.85938Q234.67073 167.54688 234.23323 167.54688Q233.79573 167.54688 233.54573 167.85938Q233.29573 168.15625 233.29573 168.625L233.29573 169.0625ZM236.63948 173.40625Q236.63948 172.64062 237.12386 172.15625Q237.62386 171.65625 238.38948 171.65625Q239.1551 171.65625 239.63948 172.15625Q240.13948 172.64062 240.13948 173.45312L240.13948 173.85938Q240.13948 174.625 239.6551 175.125Q239.17073 175.625 238.4051 175.625Q237.63948 175.625 237.13948 175.14062Q236.63948 174.64062 236.63948 173.82812L236.63948 173.40625ZM237.45198 173.85938Q237.45198 174.32812 237.70198 174.625Q237.9676 174.92188 238.4051 174.92188Q238.82698 174.92188 239.07698 174.64062Q239.32698 174.34375 239.32698 173.84375L239.32698 173.40625Q239.32698 172.9375 239.06136 172.65625Q238.81136 172.35938 238.38948 172.35938Q237.9676 172.35938 237.70198 172.65625Q237.45198 172.9375 237.45198 173.4375L237.45198 173.85938ZM234.49886 174.85938L233.87386 174.46875L238.04573 167.79688L238.6551 168.1875L234.49886 174.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M222.13948 175.5L221.06136 175.5L221.06136 168.28125L218.87386 169.07812L218.87386 168.09375L221.98323 166.92188L222.13948 166.92188L222.13948 175.5ZM231.17073 175.5L225.57698 175.5L225.57698 174.71875L228.5301 171.4375Q229.18636 170.6875 229.43636 170.23438Q229.68636 169.76562 229.68636 169.26562Q229.68636 168.59375 229.2801 168.17188Q228.88948 167.73438 228.20198 167.73438Q227.4051 167.73438 226.95198 168.20312Q226.49886 168.65625 226.49886 169.48438L225.42073 169.48438Q225.42073 168.29688 226.17073 167.57812Q226.93636 166.84375 228.20198 166.84375Q229.4051 166.84375 230.0926 167.46875Q230.7801 168.09375 230.7801 169.14062Q230.7801 170.39062 229.17073 172.14062L226.88948 174.60938L231.17073 174.60938L231.17073 175.5ZM232.48323 168.60938Q232.48323 167.84375 232.9676 167.34375Q233.4676 166.84375 234.23323 166.84375Q235.01448 166.84375 235.49886 167.34375Q235.98323 167.84375 235.98323 168.64062L235.98323 169.0625Q235.98323 169.82812 235.48323 170.32812Q234.99886 170.8125 234.24886 170.8125Q233.48323 170.8125 232.98323 170.32812Q232.48323 169.82812 232.48323 169.01562L232.48323 168.60938ZM233.29573 169.0625Q233.29573 169.51562 233.54573 169.8125Q233.81136 170.10938 234.24886 170.10938Q234.67073 170.10938 234.92073 169.82812Q235.17073 169.53125 235.17073 169.03125L235.17073 168.60938Q235.17073 168.15625 234.92073 167.85938Q234.67073 167.54688 234.23323 167.54688Q233.79573 167.54688 233.54573 167.85938Q233.29573 168.15625 233.29573 168.625L233.29573 169.0625ZM236.63948 173.40625Q236.63948 172.64062 237.12386 172.15625Q237.62386 171.65625 238.38948 171.65625Q239.1551 171.65625 239.63948 172.15625Q240.13948 172.64062 240.13948 173.45312L240.13948 173.85938Q240.13948 174.625 239.6551 175.125Q239.17073 175.625 238.4051 175.625Q237.63948 175.625 237.13948 175.14062Q236.63948 174.64062 236.63948 173.82812L236.63948 173.40625ZM237.45198 173.85938Q237.45198 174.32812 237.70198 174.625Q237.9676 174.92188 238.4051 174.92188Q238.82698 174.92188 239.07698 174.64062Q239.32698 174.34375 239.32698 173.84375L239.32698 173.40625Q239.32698 172.9375 239.06136 172.65625Q238.81136 172.35938 238.38948 172.35938Q237.9676 172.35938 237.70198 172.65625Q237.45198 172.9375 237.45198 173.4375L237.45198 173.85938ZM234.49886 174.85938L233.87386 174.46875L238.04573 167.79688L238.6551 168.1875L234.49886 174.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M173.51668 219.70312L174.32918 219.70312Q175.11043 219.6875 175.54793 219.29688Q175.98543 218.90625 175.98543 218.23438Q175.98543 216.73438 174.48543 216.73438Q173.7823 216.73438 173.36043 217.14062Q172.95418 217.54688 172.95418 218.20312L171.86043 218.20312Q171.86043 217.1875 172.5948 216.51562Q173.3448 215.84375 174.48543 215.84375Q175.68855 215.84375 176.37605 216.48438Q177.06355 217.125 177.06355 218.26562Q177.06355 218.82812 176.70418 219.34375Q176.3448 219.85938 175.7198 220.125Q176.42293 220.34375 176.79793 220.85938Q177.18855 221.375 177.18855 222.125Q177.18855 223.26562 176.43855 223.95312Q175.68855 224.625 174.48543 224.625Q173.29793 224.625 172.5323 223.96875Q171.7823 223.3125 171.7823 222.25L172.87605 222.25Q172.87605 222.92188 173.31355 223.32812Q173.75105 223.73438 174.50105 223.73438Q175.2823 223.73438 175.68855 223.32812Q176.11043 222.90625 176.11043 222.14062Q176.11043 221.40625 175.6573 221.01562Q175.20418 220.60938 174.32918 220.59375L173.51668 220.59375L173.51668 219.70312ZM178.8448 217.60938Q178.8448 216.84375 179.32918 216.34375Q179.82918 215.84375 180.5948 215.84375Q181.37605 215.84375 181.86043 216.34375Q182.3448 216.84375 182.3448 217.64062L182.3448 218.0625Q182.3448 218.82812 181.8448 219.32812Q181.36043 219.8125 180.61043 219.8125Q179.8448 219.8125 179.3448 219.32812Q178.8448 218.82812 178.8448 218.01562L178.8448 217.60938ZM179.6573 218.0625Q179.6573 218.51562 179.9073 218.8125Q180.17293 219.10938 180.61043 219.10938Q181.0323 219.10938 181.2823 218.82812Q181.5323 218.53125 181.5323 218.03125L181.5323 217.60938Q181.5323 217.15625 181.2823 216.85938Q181.0323 216.54688 180.5948 216.54688Q180.1573 216.54688 179.9073 216.85938Q179.6573 217.15625 179.6573 217.625L179.6573 218.0625ZM183.00105 222.40625Q183.00105 221.64062 183.48543 221.15625Q183.98543 220.65625 184.75105 220.65625Q185.51668 220.65625 186.00105 221.15625Q186.50105 221.64062 186.50105 222.45312L186.50105 222.85938Q186.50105 223.625 186.01668 224.125Q185.5323 224.625 184.76668 224.625Q184.00105 224.625 183.50105 224.14062Q183.00105 223.64062 183.00105 222.82812L183.00105 222.40625ZM183.81355 222.85938Q183.81355 223.32812 184.06355 223.625Q184.32918 223.92188 184.76668 223.92188Q185.18855 223.92188 185.43855 223.64062Q185.68855 223.34375 185.68855 222.84375L185.68855 222.40625Q185.68855 221.9375 185.42293 221.65625Q185.17293 221.35938 184.75105 221.35938Q184.32918 221.35938 184.06355 221.65625Q183.81355 221.9375 183.81355 222.4375L183.81355 222.85938ZM180.86043 223.85938L180.23543 223.46875L184.4073 216.79688L185.01668 217.1875L180.86043 223.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M173.51668 219.70312L174.32918 219.70312Q175.11043 219.6875 175.54793 219.29688Q175.98543 218.90625 175.98543 218.23438Q175.98543 216.73438 174.48543 216.73438Q173.7823 216.73438 173.36043 217.14062Q172.95418 217.54688 172.95418 218.20312L171.86043 218.20312Q171.86043 217.1875 172.5948 216.51562Q173.3448 215.84375 174.48543 215.84375Q175.68855 215.84375 176.37605 216.48438Q177.06355 217.125 177.06355 218.26562Q177.06355 218.82812 176.70418 219.34375Q176.3448 219.85938 175.7198 220.125Q176.42293 220.34375 176.79793 220.85938Q177.18855 221.375 177.18855 222.125Q177.18855 223.26562 176.43855 223.95312Q175.68855 224.625 174.48543 224.625Q173.29793 224.625 172.5323 223.96875Q171.7823 223.3125 171.7823 222.25L172.87605 222.25Q172.87605 222.92188 173.31355 223.32812Q173.75105 223.73438 174.50105 223.73438Q175.2823 223.73438 175.68855 223.32812Q176.11043 222.90625 176.11043 222.14062Q176.11043 221.40625 175.6573 221.01562Q175.20418 220.60938 174.32918 220.59375L173.51668 220.59375L173.51668 219.70312ZM178.8448 217.60938Q178.8448 216.84375 179.32918 216.34375Q179.82918 215.84375 180.5948 215.84375Q181.37605 215.84375 181.86043 216.34375Q182.3448 216.84375 182.3448 217.64062L182.3448 218.0625Q182.3448 218.82812 181.8448 219.32812Q181.36043 219.8125 180.61043 219.8125Q179.8448 219.8125 179.3448 219.32812Q178.8448 218.82812 178.8448 218.01562L178.8448 217.60938ZM179.6573 218.0625Q179.6573 218.51562 179.9073 218.8125Q180.17293 219.10938 180.61043 219.10938Q181.0323 219.10938 181.2823 218.82812Q181.5323 218.53125 181.5323 218.03125L181.5323 217.60938Q181.5323 217.15625 181.2823 216.85938Q181.0323 216.54688 180.5948 216.54688Q180.1573 216.54688 179.9073 216.85938Q179.6573 217.15625 179.6573 217.625L179.6573 218.0625ZM183.00105 222.40625Q183.00105 221.64062 183.48543 221.15625Q183.98543 220.65625 184.75105 220.65625Q185.51668 220.65625 186.00105 221.15625Q186.50105 221.64062 186.50105 222.45312L186.50105 222.85938Q186.50105 223.625 186.01668 224.125Q185.5323 224.625 184.76668 224.625Q184.00105 224.625 183.50105 224.14062Q183.00105 223.64062 183.00105 222.82812L183.00105 222.40625ZM183.81355 222.85938Q183.81355 223.32812 184.06355 223.625Q184.32918 223.92188 184.76668 223.92188Q185.18855 223.92188 185.43855 223.64062Q185.68855 223.34375 185.68855 222.84375L185.68855 222.40625Q185.68855 221.9375 185.42293 221.65625Q185.17293 221.35938 184.75105 221.35938Q184.32918 221.35938 184.06355 221.65625Q183.81355 221.9375 183.81355 222.4375L183.81355 222.85938ZM180.86043 223.85938L180.23543 223.46875L184.4073 216.79688L185.01668 217.1875L180.86043 223.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.2357 272.5L272.64194 272.5L272.64194 271.71875L275.59506 268.4375Q276.2513 267.6875 276.5013 267.23438Q276.7513 266.76562 276.7513 266.26562Q276.7513 265.59375 276.34506 265.17188Q275.95444 264.73438 275.26694 264.73438Q274.47006 264.73438 274.01694 265.20312Q273.5638 265.65625 273.5638 266.48438L272.4857 266.48438Q272.4857 265.29688 273.2357 264.57812Q274.0013 263.84375 275.26694 263.84375Q276.47006 263.84375 277.15756 264.46875Q277.84506 265.09375 277.84506 266.14062Q277.84506 267.39062 276.2357 269.14062L273.95444 271.60938L278.2357 271.60938L278.2357 272.5ZM285.2357 272.5L279.64194 272.5L279.64194 271.71875L282.59506 268.4375Q283.2513 267.6875 283.5013 267.23438Q283.7513 266.76562 283.7513 266.26562Q283.7513 265.59375 283.34506 265.17188Q282.95444 264.73438 282.26694 264.73438Q281.47006 264.73438 281.01694 265.20312Q280.5638 265.65625 280.5638 266.48438L279.4857 266.48438Q279.4857 265.29688 280.2357 264.57812Q281.0013 263.84375 282.26694 263.84375Q283.47006 263.84375 284.15756 264.46875Q284.84506 265.09375 284.84506 266.14062Q284.84506 267.39062 283.2357 269.14062L280.95444 271.60938L285.2357 271.60938L285.2357 272.5ZM286.5482 265.60938Q286.5482 264.84375 287.03256 264.34375Q287.53256 263.84375 288.2982 263.84375Q289.07944 263.84375 289.5638 264.34375Q290.0482 264.84375 290.0482 265.64062L290.0482 266.0625Q290.0482 266.82812 289.5482 267.32812Q289.0638 267.8125 288.3138 267.8125Q287.5482 267.8125 287.0482 267.32812Q286.5482 266.82812 286.5482 266.01562L286.5482 265.60938ZM287.3607 266.0625Q287.3607 266.51562 287.6107 266.8125Q287.8763 267.10938 288.3138 267.10938Q288.7357 267.10938 288.9857 266.82812Q289.2357 266.53125 289.2357 266.03125L289.2357 265.60938Q289.2357 265.15625 288.9857 264.85938Q288.7357 264.54688 288.2982 264.54688Q287.8607 264.54688 287.6107 264.85938Q287.3607 265.15625 287.3607 265.625L287.3607 266.0625ZM290.70444 270.40625Q290.70444 269.64062 291.1888 269.15625Q291.6888 268.65625 292.45444 268.65625Q293.22006 268.65625 293.70444 269.15625Q294.20444 269.64062 294.20444 270.45312L294.20444 270.85938Q294.20444 271.625 293.72006 272.125Q293.2357 272.625 292.47006 272.625Q291.70444 272.625 291.20444 272.14062Q290.70444 271.64062 290.70444 270.82812L290.70444 270.40625ZM291.51694 270.85938Q291.51694 271.32812 291.76694 271.625Q292.03256 271.92188 292.47006 271.92188Q292.89194 271.92188 293.14194 271.64062Q293.39194 271.34375 293.39194 270.84375L293.39194 270.40625Q293.39194 269.9375 293.1263 269.65625Q292.8763 269.35938 292.45444 269.35938Q292.03256 269.35938 291.76694 269.65625Q291.51694 269.9375 291.51694 270.4375L291.51694 270.85938ZM288.5638 271.85938L287.9388 271.46875L292.1107 264.79688L292.72006 265.1875L288.5638 271.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.2357 272.5L272.64194 272.5L272.64194 271.71875L275.59506 268.4375Q276.2513 267.6875 276.5013 267.23438Q276.7513 266.76562 276.7513 266.26562Q276.7513 265.59375 276.34506 265.17188Q275.95444 264.73438 275.26694 264.73438Q274.47006 264.73438 274.01694 265.20312Q273.5638 265.65625 273.5638 266.48438L272.4857 266.48438Q272.4857 265.29688 273.2357 264.57812Q274.0013 263.84375 275.26694 263.84375Q276.47006 263.84375 277.15756 264.46875Q277.84506 265.09375 277.84506 266.14062Q277.84506 267.39062 276.2357 269.14062L273.95444 271.60938L278.2357 271.60938L278.2357 272.5ZM285.2357 272.5L279.64194 272.5L279.64194 271.71875L282.59506 268.4375Q283.2513 267.6875 283.5013 267.23438Q283.7513 266.76562 283.7513 266.26562Q283.7513 265.59375 283.34506 265.17188Q282.95444 264.73438 282.26694 264.73438Q281.47006 264.73438 281.01694 265.20312Q280.5638 265.65625 280.5638 266.48438L279.4857 266.48438Q279.4857 265.29688 280.2357 264.57812Q281.0013 263.84375 282.26694 263.84375Q283.47006 263.84375 284.15756 264.46875Q284.84506 265.09375 284.84506 266.14062Q284.84506 267.39062 283.2357 269.14062L280.95444 271.60938L285.2357 271.60938L285.2357 272.5ZM286.5482 265.60938Q286.5482 264.84375 287.03256 264.34375Q287.53256 263.84375 288.2982 263.84375Q289.07944 263.84375 289.5638 264.34375Q290.0482 264.84375 290.0482 265.64062L290.0482 266.0625Q290.0482 266.82812 289.5482 267.32812Q289.0638 267.8125 288.3138 267.8125Q287.5482 267.8125 287.0482 267.32812Q286.5482 266.82812 286.5482 266.01562L286.5482 265.60938ZM287.3607 266.0625Q287.3607 266.51562 287.6107 266.8125Q287.8763 267.10938 288.3138 267.10938Q288.7357 267.10938 288.9857 266.82812Q289.2357 266.53125 289.2357 266.03125L289.2357 265.60938Q289.2357 265.15625 288.9857 264.85938Q288.7357 264.54688 288.2982 264.54688Q287.8607 264.54688 287.6107 264.85938Q287.3607 265.15625 287.3607 265.625L287.3607 266.0625ZM290.70444 270.40625Q290.70444 269.64062 291.1888 269.15625Q291.6888 268.65625 292.45444 268.65625Q293.22006 268.65625 293.70444 269.15625Q294.20444 269.64062 294.20444 270.45312L294.20444 270.85938Q294.20444 271.625 293.72006 272.125Q293.2357 272.625 292.47006 272.625Q291.70444 272.625 291.20444 272.14062Q290.70444 271.64062 290.70444 270.82812L290.70444 270.40625ZM291.51694 270.85938Q291.51694 271.32812 291.76694 271.625Q292.03256 271.92188 292.47006 271.92188Q292.89194 271.92188 293.14194 271.64062Q293.39194 271.34375 293.39194 270.84375L293.39194 270.40625Q293.39194 269.9375 293.1263 269.65625Q292.8763 269.35938 292.45444 269.35938Q292.03256 269.35938 291.76694 269.65625Q291.51694 269.9375 291.51694 270.4375L291.51694 270.85938ZM288.5638 271.85938L287.9388 271.46875L292.1107 264.79688L292.72006 265.1875L288.5638 271.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.27924 321.5L232.20111 321.5L232.20111 314.28125L230.01361 315.07812L230.01361 314.09375L233.12299 312.92188L233.27924 312.92188L233.27924 321.5ZM241.29486 318.64062L242.48236 318.64062L242.48236 319.51562L241.29486 319.51562L241.29486 321.5L240.21674 321.5L240.21674 319.51562L236.32611 319.51562L236.32611 318.875L240.13861 312.96875L241.29486 312.96875L241.29486 318.64062ZM237.56049 318.64062L240.21674 318.64062L240.21674 314.45312L240.07611 314.6875L237.56049 318.64062ZM243.62299 314.60938Q243.62299 313.84375 244.10736 313.34375Q244.60736 312.84375 245.37299 312.84375Q246.15424 312.84375 246.63861 313.34375Q247.12299 313.84375 247.12299 314.64062L247.12299 315.0625Q247.12299 315.82812 246.62299 316.32812Q246.13861 316.8125 245.38861 316.8125Q244.62299 316.8125 244.12299 316.32812Q243.62299 315.82812 243.62299 315.01562L243.62299 314.60938ZM244.43549 315.0625Q244.43549 315.51562 244.68549 315.8125Q244.95111 316.10938 245.38861 316.10938Q245.81049 316.10938 246.06049 315.82812Q246.31049 315.53125 246.31049 315.03125L246.31049 314.60938Q246.31049 314.15625 246.06049 313.85938Q245.81049 313.54688 245.37299 313.54688Q244.93549 313.54688 244.68549 313.85938Q244.43549 314.15625 244.43549 314.625L244.43549 315.0625ZM247.77924 319.40625Q247.77924 318.64062 248.26361 318.15625Q248.76361 317.65625 249.52924 317.65625Q250.29486 317.65625 250.77924 318.15625Q251.27924 318.64062 251.27924 319.45312L251.27924 319.85938Q251.27924 320.625 250.79486 321.125Q250.31049 321.625 249.54486 321.625Q248.77924 321.625 248.27924 321.14062Q247.77924 320.64062 247.77924 319.82812L247.77924 319.40625ZM248.59174 319.85938Q248.59174 320.32812 248.84174 320.625Q249.10736 320.92188 249.54486 320.92188Q249.96674 320.92188 250.21674 320.64062Q250.46674 320.34375 250.46674 319.84375L250.46674 319.40625Q250.46674 318.9375 250.20111 318.65625Q249.95111 318.35938 249.52924 318.35938Q249.10736 318.35938 248.84174 318.65625Q248.59174 318.9375 248.59174 319.4375L248.59174 319.85938ZM245.63861 320.85938L245.01361 320.46875L249.18549 313.79688L249.79486 314.1875L245.63861 320.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M233.27924 321.5L232.20111 321.5L232.20111 314.28125L230.01361 315.07812L230.01361 314.09375L233.12299 312.92188L233.27924 312.92188L233.27924 321.5ZM241.29486 318.64062L242.48236 318.64062L242.48236 319.51562L241.29486 319.51562L241.29486 321.5L240.21674 321.5L240.21674 319.51562L236.32611 319.51562L236.32611 318.875L240.13861 312.96875L241.29486 312.96875L241.29486 318.64062ZM237.56049 318.64062L240.21674 318.64062L240.21674 314.45312L240.07611 314.6875L237.56049 318.64062ZM243.62299 314.60938Q243.62299 313.84375 244.10736 313.34375Q244.60736 312.84375 245.37299 312.84375Q246.15424 312.84375 246.63861 313.34375Q247.12299 313.84375 247.12299 314.64062L247.12299 315.0625Q247.12299 315.82812 246.62299 316.32812Q246.13861 316.8125 245.38861 316.8125Q244.62299 316.8125 244.12299 316.32812Q243.62299 315.82812 243.62299 315.01562L243.62299 314.60938ZM244.43549 315.0625Q244.43549 315.51562 244.68549 315.8125Q244.95111 316.10938 245.38861 316.10938Q245.81049 316.10938 246.06049 315.82812Q246.31049 315.53125 246.31049 315.03125L246.31049 314.60938Q246.31049 314.15625 246.06049 313.85938Q245.81049 313.54688 245.37299 313.54688Q244.93549 313.54688 244.68549 313.85938Q244.43549 314.15625 244.43549 314.625L244.43549 315.0625ZM247.77924 319.40625Q247.77924 318.64062 248.26361 318.15625Q248.76361 317.65625 249.52924 317.65625Q250.29486 317.65625 250.77924 318.15625Q251.27924 318.64062 251.27924 319.45312L251.27924 319.85938Q251.27924 320.625 250.79486 321.125Q250.31049 321.625 249.54486 321.625Q248.77924 321.625 248.27924 321.14062Q247.77924 320.64062 247.77924 319.82812L247.77924 319.40625ZM248.59174 319.85938Q248.59174 320.32812 248.84174 320.625Q249.10736 320.92188 249.54486 320.92188Q249.96674 320.92188 250.21674 320.64062Q250.46674 320.34375 250.46674 319.84375L250.46674 319.40625Q250.46674 318.9375 250.20111 318.65625Q249.95111 318.35938 249.52924 318.35938Q249.10736 318.35938 248.84174 318.65625Q248.59174 318.9375 248.59174 319.4375L248.59174 319.85938ZM245.63861 320.85938L245.01361 320.46875L249.18549 313.79688L249.79486 314.1875L245.63861 320.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M414.61035 367.64062L415.79785 367.64062L415.79785 368.51562L414.61035 368.51562L414.61035 370.5L413.53223 370.5L413.53223 368.51562L409.6416 368.51562L409.6416 367.875L413.4541 361.96875L414.61035 361.96875L414.61035 367.64062ZM410.87598 367.64062L413.53223 367.64062L413.53223 363.45312L413.3916 363.6875L410.87598 367.64062ZM422.21973 364.1875Q422.21973 364.82812 421.87598 365.32812Q421.53223 365.82812 420.96973 366.10938Q421.62598 366.39062 422.0166 366.95312Q422.40723 367.5 422.40723 368.20312Q422.40723 369.29688 421.65723 369.96875Q420.92285 370.625 419.7041 370.625Q418.46973 370.625 417.71973 369.96875Q416.98535 369.29688 416.98535 368.20312Q416.98535 367.5 417.36035 366.95312Q417.73535 366.39062 418.40723 366.10938Q417.84473 365.82812 417.5166 365.32812Q417.18848 364.82812 417.18848 364.1875Q417.18848 363.10938 417.87598 362.48438Q418.56348 361.84375 419.7041 361.84375Q420.8291 361.84375 421.5166 362.48438Q422.21973 363.10938 422.21973 364.1875ZM421.3291 368.17188Q421.3291 367.45312 420.87598 367.01562Q420.42285 366.5625 419.68848 366.5625Q418.9541 366.5625 418.50098 367.01562Q418.06348 367.45312 418.06348 368.1875Q418.06348 368.90625 418.50098 369.32812Q418.93848 369.73438 419.7041 369.73438Q420.4541 369.73438 420.8916 369.3125Q421.3291 368.89062 421.3291 368.17188ZM419.7041 362.73438Q419.06348 362.73438 418.65723 363.14062Q418.2666 363.53125 418.2666 364.21875Q418.2666 364.85938 418.65723 365.26562Q419.04785 365.67188 419.68848 365.67188Q420.34473 365.67188 420.73535 365.26562Q421.12598 364.85938 421.12598 364.21875Q421.12598 363.5625 420.71973 363.15625Q420.31348 362.73438 419.7041 362.73438ZM423.93848 363.60938Q423.93848 362.84375 424.42285 362.34375Q424.92285 361.84375 425.68848 361.84375Q426.46973 361.84375 426.9541 362.34375Q427.43848 362.84375 427.43848 363.64062L427.43848 364.0625Q427.43848 364.82812 426.93848 365.32812Q426.4541 365.8125 425.7041 365.8125Q424.93848 365.8125 424.43848 365.32812Q423.93848 364.82812 423.93848 364.01562L423.93848 363.60938ZM424.75098 364.0625Q424.75098 364.51562 425.00098 364.8125Q425.2666 365.10938 425.7041 365.10938Q426.12598 365.10938 426.37598 364.82812Q426.62598 364.53125 426.62598 364.03125L426.62598 363.60938Q426.62598 363.15625 426.37598 362.85938Q426.12598 362.54688 425.68848 362.54688Q425.25098 362.54688 425.00098 362.85938Q424.75098 363.15625 424.75098 363.625L424.75098 364.0625ZM428.09473 368.40625Q428.09473 367.64062 428.5791 367.15625Q429.0791 366.65625 429.84473 366.65625Q430.61035 366.65625 431.09473 367.15625Q431.59473 367.64062 431.59473 368.45312L431.59473 368.85938Q431.59473 369.625 431.11035 370.125Q430.62598 370.625 429.86035 370.625Q429.09473 370.625 428.59473 370.14062Q428.09473 369.64062 428.09473 368.82812L428.09473 368.40625ZM428.90723 368.85938Q428.90723 369.32812 429.15723 369.625Q429.42285 369.92188 429.86035 369.92188Q430.28223 369.92188 430.53223 369.64062Q430.78223 369.34375 430.78223 368.84375L430.78223 368.40625Q430.78223 367.9375 430.5166 367.65625Q430.2666 367.35938 429.84473 367.35938Q429.42285 367.35938 429.15723 367.65625Q428.90723 367.9375 428.90723 368.4375L428.90723 368.85938ZM425.9541 369.85938L425.3291 369.46875L429.50098 362.79688L430.11035 363.1875L425.9541 369.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M414.61035 367.64062L415.79785 367.64062L415.79785 368.51562L414.61035 368.51562L414.61035 370.5L413.53223 370.5L413.53223 368.51562L409.6416 368.51562L409.6416 367.875L413.4541 361.96875L414.61035 361.96875L414.61035 367.64062ZM410.87598 367.64062L413.53223 367.64062L413.53223 363.45312L413.3916 363.6875L410.87598 367.64062ZM422.21973 364.1875Q422.21973 364.82812 421.87598 365.32812Q421.53223 365.82812 420.96973 366.10938Q421.62598 366.39062 422.0166 366.95312Q422.40723 367.5 422.40723 368.20312Q422.40723 369.29688 421.65723 369.96875Q420.92285 370.625 419.7041 370.625Q418.46973 370.625 417.71973 369.96875Q416.98535 369.29688 416.98535 368.20312Q416.98535 367.5 417.36035 366.95312Q417.73535 366.39062 418.40723 366.10938Q417.84473 365.82812 417.5166 365.32812Q417.18848 364.82812 417.18848 364.1875Q417.18848 363.10938 417.87598 362.48438Q418.56348 361.84375 419.7041 361.84375Q420.8291 361.84375 421.5166 362.48438Q422.21973 363.10938 422.21973 364.1875ZM421.3291 368.17188Q421.3291 367.45312 420.87598 367.01562Q420.42285 366.5625 419.68848 366.5625Q418.9541 366.5625 418.50098 367.01562Q418.06348 367.45312 418.06348 368.1875Q418.06348 368.90625 418.50098 369.32812Q418.93848 369.73438 419.7041 369.73438Q420.4541 369.73438 420.8916 369.3125Q421.3291 368.89062 421.3291 368.17188ZM419.7041 362.73438Q419.06348 362.73438 418.65723 363.14062Q418.2666 363.53125 418.2666 364.21875Q418.2666 364.85938 418.65723 365.26562Q419.04785 365.67188 419.68848 365.67188Q420.34473 365.67188 420.73535 365.26562Q421.12598 364.85938 421.12598 364.21875Q421.12598 363.5625 420.71973 363.15625Q420.31348 362.73438 419.7041 362.73438ZM423.93848 363.60938Q423.93848 362.84375 424.42285 362.34375Q424.92285 361.84375 425.68848 361.84375Q426.46973 361.84375 426.9541 362.34375Q427.43848 362.84375 427.43848 363.64062L427.43848 364.0625Q427.43848 364.82812 426.93848 365.32812Q426.4541 365.8125 425.7041 365.8125Q424.93848 365.8125 424.43848 365.32812Q423.93848 364.82812 423.93848 364.01562L423.93848 363.60938ZM424.75098 364.0625Q424.75098 364.51562 425.00098 364.8125Q425.2666 365.10938 425.7041 365.10938Q426.12598 365.10938 426.37598 364.82812Q426.62598 364.53125 426.62598 364.03125L426.62598 363.60938Q426.62598 363.15625 426.37598 362.85938Q426.12598 362.54688 425.68848 362.54688Q425.25098 362.54688 425.00098 362.85938Q424.75098 363.15625 424.75098 363.625L424.75098 364.0625ZM428.09473 368.40625Q428.09473 367.64062 428.5791 367.15625Q429.0791 366.65625 429.84473 366.65625Q430.61035 366.65625 431.09473 367.15625Q431.59473 367.64062 431.59473 368.45312L431.59473 368.85938Q431.59473 369.625 431.11035 370.125Q430.62598 370.625 429.86035 370.625Q429.09473 370.625 428.59473 370.14062Q428.09473 369.64062 428.09473 368.82812L428.09473 368.40625ZM428.90723 368.85938Q428.90723 369.32812 429.15723 369.625Q429.42285 369.92188 429.86035 369.92188Q430.28223 369.92188 430.53223 369.64062Q430.78223 369.34375 430.78223 368.84375L430.78223 368.40625Q430.78223 367.9375 430.5166 367.65625Q430.2666 367.35938 429.84473 367.35938Q429.42285 367.35938 429.15723 367.65625Q428.90723 367.9375 428.90723 368.4375L428.90723 368.85938ZM425.9541 369.85938L425.3291 369.46875L429.50098 362.79688L430.11035 363.1875L425.9541 369.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.443 419.5L266.84924 419.5L266.84924 418.71875L269.80237 415.4375Q270.45862 414.6875 270.70862 414.23438Q270.95862 413.76562 270.95862 413.26562Q270.95862 412.59375 270.55237 412.17188Q270.16174 411.73438 269.47424 411.73438Q268.67737 411.73438 268.22424 412.20312Q267.77112 412.65625 267.77112 413.48438L266.693 413.48438Q266.693 412.29688 267.443 411.57812Q268.20862 410.84375 269.47424 410.84375Q270.67737 410.84375 271.36487 411.46875Q272.05237 412.09375 272.05237 413.14062Q272.05237 414.39062 270.443 416.14062L268.16174 418.60938L272.443 418.60938L272.443 419.5ZM277.41174 419.5L276.33362 419.5L276.33362 412.28125L274.14612 413.07812L274.14612 412.09375L277.2555 410.92188L277.41174 410.92188L277.41174 419.5ZM280.7555 412.60938Q280.7555 411.84375 281.23987 411.34375Q281.73987 410.84375 282.5055 410.84375Q283.28674 410.84375 283.77112 411.34375Q284.2555 411.84375 284.2555 412.64062L284.2555 413.0625Q284.2555 413.82812 283.7555 414.32812Q283.27112 414.8125 282.52112 414.8125Q281.7555 414.8125 281.2555 414.32812Q280.7555 413.82812 280.7555 413.01562L280.7555 412.60938ZM281.568 413.0625Q281.568 413.51562 281.818 413.8125Q282.08362 414.10938 282.52112 414.10938Q282.943 414.10938 283.193 413.82812Q283.443 413.53125 283.443 413.03125L283.443 412.60938Q283.443 412.15625 283.193 411.85938Q282.943 411.54688 282.5055 411.54688Q282.068 411.54688 281.818 411.85938Q281.568 412.15625 281.568 412.625L281.568 413.0625ZM284.91174 417.40625Q284.91174 416.64062 285.39612 416.15625Q285.89612 415.65625 286.66174 415.65625Q287.42737 415.65625 287.91174 416.15625Q288.41174 416.64062 288.41174 417.45312L288.41174 417.85938Q288.41174 418.625 287.92737 419.125Q287.443 419.625 286.67737 419.625Q285.91174 419.625 285.41174 419.14062Q284.91174 418.64062 284.91174 417.82812L284.91174 417.40625ZM285.72424 417.85938Q285.72424 418.32812 285.97424 418.625Q286.23987 418.92188 286.67737 418.92188Q287.09924 418.92188 287.34924 418.64062Q287.59924 418.34375 287.59924 417.84375L287.59924 417.40625Q287.59924 416.9375 287.33362 416.65625Q287.08362 416.35938 286.66174 416.35938Q286.23987 416.35938 285.97424 416.65625Q285.72424 416.9375 285.72424 417.4375L285.72424 417.85938ZM282.77112 418.85938L282.14612 418.46875L286.318 411.79688L286.92737 412.1875L282.77112 418.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M272.443 419.5L266.84924 419.5L266.84924 418.71875L269.80237 415.4375Q270.45862 414.6875 270.70862 414.23438Q270.95862 413.76562 270.95862 413.26562Q270.95862 412.59375 270.55237 412.17188Q270.16174 411.73438 269.47424 411.73438Q268.67737 411.73438 268.22424 412.20312Q267.77112 412.65625 267.77112 413.48438L266.693 413.48438Q266.693 412.29688 267.443 411.57812Q268.20862 410.84375 269.47424 410.84375Q270.67737 410.84375 271.36487 411.46875Q272.05237 412.09375 272.05237 413.14062Q272.05237 414.39062 270.443 416.14062L268.16174 418.60938L272.443 418.60938L272.443 419.5ZM277.41174 419.5L276.33362 419.5L276.33362 412.28125L274.14612 413.07812L274.14612 412.09375L277.2555 410.92188L277.41174 410.92188L277.41174 419.5ZM280.7555 412.60938Q280.7555 411.84375 281.23987 411.34375Q281.73987 410.84375 282.5055 410.84375Q283.28674 410.84375 283.77112 411.34375Q284.2555 411.84375 284.2555 412.64062L284.2555 413.0625Q284.2555 413.82812 283.7555 414.32812Q283.27112 414.8125 282.52112 414.8125Q281.7555 414.8125 281.2555 414.32812Q280.7555 413.82812 280.7555 413.01562L280.7555 412.60938ZM281.568 413.0625Q281.568 413.51562 281.818 413.8125Q282.08362 414.10938 282.52112 414.10938Q282.943 414.10938 283.193 413.82812Q283.443 413.53125 283.443 413.03125L283.443 412.60938Q283.443 412.15625 283.193 411.85938Q282.943 411.54688 282.5055 411.54688Q282.068 411.54688 281.818 411.85938Q281.568 412.15625 281.568 412.625L281.568 413.0625ZM284.91174 417.40625Q284.91174 416.64062 285.39612 416.15625Q285.89612 415.65625 286.66174 415.65625Q287.42737 415.65625 287.91174 416.15625Q288.41174 416.64062 288.41174 417.45312L288.41174 417.85938Q288.41174 418.625 287.92737 419.125Q287.443 419.625 286.67737 419.625Q285.91174 419.625 285.41174 419.14062Q284.91174 418.64062 284.91174 417.82812L284.91174 417.40625ZM285.72424 417.85938Q285.72424 418.32812 285.97424 418.625Q286.23987 418.92188 286.67737 418.92188Q287.09924 418.92188 287.34924 418.64062Q287.59924 418.34375 287.59924 417.84375L287.59924 417.40625Q287.59924 416.9375 287.33362 416.65625Q287.08362 416.35938 286.66174 416.35938Q286.23987 416.35938 285.97424 416.65625Q285.72424 416.9375 285.72424 417.4375L285.72424 417.85938ZM282.77112 418.85938L282.14612 418.46875L286.318 411.79688L286.92737 412.1875L282.77112 418.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.57484 459.57812L192.0436 467.5L190.90297 467.5L194.4186 459.85938L189.80922 459.85938L189.80922 458.96875L195.57484 458.96875L195.57484 459.57812ZM196.96547 460.60938Q196.96547 459.84375 197.44984 459.34375Q197.94984 458.84375 198.71547 458.84375Q199.49672 458.84375 199.9811 459.34375Q200.46547 459.84375 200.46547 460.64062L200.46547 461.0625Q200.46547 461.82812 199.96547 462.32812Q199.4811 462.8125 198.7311 462.8125Q197.96547 462.8125 197.46547 462.32812Q196.96547 461.82812 196.96547 461.01562L196.96547 460.60938ZM197.77797 461.0625Q197.77797 461.51562 198.02797 461.8125Q198.2936 462.10938 198.7311 462.10938Q199.15297 462.10938 199.40297 461.82812Q199.65297 461.53125 199.65297 461.03125L199.65297 460.60938Q199.65297 460.15625 199.40297 459.85938Q199.15297 459.54688 198.71547 459.54688Q198.27797 459.54688 198.02797 459.85938Q197.77797 460.15625 197.77797 460.625L197.77797 461.0625ZM201.12172 465.40625Q201.12172 464.64062 201.6061 464.15625Q202.1061 463.65625 202.87172 463.65625Q203.63734 463.65625 204.12172 464.15625Q204.62172 464.64062 204.62172 465.45312L204.62172 465.85938Q204.62172 466.625 204.13734 467.125Q203.65297 467.625 202.88734 467.625Q202.12172 467.625 201.62172 467.14062Q201.12172 466.64062 201.12172 465.82812L201.12172 465.40625ZM201.93422 465.85938Q201.93422 466.32812 202.18422 466.625Q202.44984 466.92188 202.88734 466.92188Q203.30922 466.92188 203.55922 466.64062Q203.80922 466.34375 203.80922 465.84375L203.80922 465.40625Q203.80922 464.9375 203.5436 464.65625Q203.2936 464.35938 202.87172 464.35938Q202.44984 464.35938 202.18422 464.65625Q201.93422 464.9375 201.93422 465.4375L201.93422 465.85938ZM198.9811 466.85938L198.3561 466.46875L202.52797 459.79688L203.13734 460.1875L198.9811 466.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M195.57484 459.57812L192.0436 467.5L190.90297 467.5L194.4186 459.85938L189.80922 459.85938L189.80922 458.96875L195.57484 458.96875L195.57484 459.57812ZM196.96547 460.60938Q196.96547 459.84375 197.44984 459.34375Q197.94984 458.84375 198.71547 458.84375Q199.49672 458.84375 199.9811 459.34375Q200.46547 459.84375 200.46547 460.64062L200.46547 461.0625Q200.46547 461.82812 199.96547 462.32812Q199.4811 462.8125 198.7311 462.8125Q197.96547 462.8125 197.46547 462.32812Q196.96547 461.82812 196.96547 461.01562L196.96547 460.60938ZM197.77797 461.0625Q197.77797 461.51562 198.02797 461.8125Q198.2936 462.10938 198.7311 462.10938Q199.15297 462.10938 199.40297 461.82812Q199.65297 461.53125 199.65297 461.03125L199.65297 460.60938Q199.65297 460.15625 199.40297 459.85938Q199.15297 459.54688 198.71547 459.54688Q198.27797 459.54688 198.02797 459.85938Q197.77797 460.15625 197.77797 460.625L197.77797 461.0625ZM201.12172 465.40625Q201.12172 464.64062 201.6061 464.15625Q202.1061 463.65625 202.87172 463.65625Q203.63734 463.65625 204.12172 464.15625Q204.62172 464.64062 204.62172 465.45312L204.62172 465.85938Q204.62172 466.625 204.13734 467.125Q203.65297 467.625 202.88734 467.625Q202.12172 467.625 201.62172 467.14062Q201.12172 466.64062 201.12172 465.82812L201.12172 465.40625ZM201.93422 465.85938Q201.93422 466.32812 202.18422 466.625Q202.44984 466.92188 202.88734 466.92188Q203.30922 466.92188 203.55922 466.64062Q203.80922 466.34375 203.80922 465.84375L203.80922 465.40625Q203.80922 464.9375 203.5436 464.65625Q203.2936 464.35938 202.87172 464.35938Q202.44984 464.35938 202.18422 464.65625Q201.93422 464.9375 201.93422 465.4375L201.93422 465.85938ZM198.9811 466.85938L198.3561 466.46875L202.52797 459.79688L203.13734 460.1875L198.9811 466.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.99095 516.5L220.91283 516.5L220.91283 509.28125L218.72533 510.07812L218.72533 509.09375L221.8347 507.92188L221.99095 507.92188L221.99095 516.5ZM231.0222 516.5L225.42845 516.5L225.42845 515.71875L228.38158 512.4375Q229.03783 511.6875 229.28783 511.23438Q229.53783 510.76562 229.53783 510.26562Q229.53783 509.59375 229.13158 509.17188Q228.74095 508.73438 228.05345 508.73438Q227.25658 508.73438 226.80345 509.20312Q226.35033 509.65625 226.35033 510.48438L225.2722 510.48438Q225.2722 509.29688 226.0222 508.57812Q226.78783 507.84375 228.05345 507.84375Q229.25658 507.84375 229.94408 508.46875Q230.63158 509.09375 230.63158 510.14062Q230.63158 511.39062 229.0222 513.1406L226.74095 515.6094L231.0222 515.6094L231.0222 516.5ZM232.3347 509.60938Q232.3347 508.84375 232.81908 508.34375Q233.31908 507.84375 234.0847 507.84375Q234.86595 507.84375 235.35033 508.34375Q235.8347 508.84375 235.8347 509.64062L235.8347 510.0625Q235.8347 510.82812 235.3347 511.32812Q234.85033 511.8125 234.10033 511.8125Q233.3347 511.8125 232.8347 511.32812Q232.3347 510.82812 232.3347 510.01562L232.3347 509.60938ZM233.1472 510.0625Q233.1472 510.51562 233.3972 510.8125Q233.66283 511.10938 234.10033 511.10938Q234.5222 511.10938 234.7722 510.82812Q235.0222 510.53125 235.0222 510.03125L235.0222 509.60938Q235.0222 509.15625 234.7722 508.85938Q234.5222 508.54688 234.0847 508.54688Q233.6472 508.54688 233.3972 508.85938Q233.1472 509.15625 233.1472 509.625L233.1472 510.0625ZM236.49095 514.40625Q236.49095 513.6406 236.97533 513.15625Q237.47533 512.65625 238.24095 512.65625Q239.00658 512.65625 239.49095 513.15625Q239.99095 513.6406 239.99095 514.4531L239.99095 514.8594Q239.99095 515.625 239.50658 516.125Q239.0222 516.625 238.25658 516.625Q237.49095 516.625 236.99095 516.1406Q236.49095 515.6406 236.49095 514.8281L236.49095 514.40625ZM237.30345 514.8594Q237.30345 515.3281 237.55345 515.625Q237.81908 515.9219 238.25658 515.9219Q238.67845 515.9219 238.92845 515.6406Q239.17845 515.34375 239.17845 514.84375L239.17845 514.40625Q239.17845 513.9375 238.91283 513.65625Q238.66283 513.3594 238.24095 513.3594Q237.81908 513.3594 237.55345 513.65625Q237.30345 513.9375 237.30345 514.4375L237.30345 514.8594ZM234.35033 515.8594L233.72533 515.46875L237.8972 508.79688L238.50658 509.1875L234.35033 515.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M221.99095 516.5L220.91283 516.5L220.91283 509.28125L218.72533 510.07812L218.72533 509.09375L221.8347 507.92188L221.99095 507.92188L221.99095 516.5ZM231.0222 516.5L225.42845 516.5L225.42845 515.71875L228.38158 512.4375Q229.03783 511.6875 229.28783 511.23438Q229.53783 510.76562 229.53783 510.26562Q229.53783 509.59375 229.13158 509.17188Q228.74095 508.73438 228.05345 508.73438Q227.25658 508.73438 226.80345 509.20312Q226.35033 509.65625 226.35033 510.48438L225.2722 510.48438Q225.2722 509.29688 226.0222 508.57812Q226.78783 507.84375 228.05345 507.84375Q229.25658 507.84375 229.94408 508.46875Q230.63158 509.09375 230.63158 510.14062Q230.63158 511.39062 229.0222 513.1406L226.74095 515.6094L231.0222 515.6094L231.0222 516.5ZM232.3347 509.60938Q232.3347 508.84375 232.81908 508.34375Q233.31908 507.84375 234.0847 507.84375Q234.86595 507.84375 235.35033 508.34375Q235.8347 508.84375 235.8347 509.64062L235.8347 510.0625Q235.8347 510.82812 235.3347 511.32812Q234.85033 511.8125 234.10033 511.8125Q233.3347 511.8125 232.8347 511.32812Q232.3347 510.82812 232.3347 510.01562L232.3347 509.60938ZM233.1472 510.0625Q233.1472 510.51562 233.3972 510.8125Q233.66283 511.10938 234.10033 511.10938Q234.5222 511.10938 234.7722 510.82812Q235.0222 510.53125 235.0222 510.03125L235.0222 509.60938Q235.0222 509.15625 234.7722 508.85938Q234.5222 508.54688 234.0847 508.54688Q233.6472 508.54688 233.3972 508.85938Q233.1472 509.15625 233.1472 509.625L233.1472 510.0625ZM236.49095 514.40625Q236.49095 513.6406 236.97533 513.15625Q237.47533 512.65625 238.24095 512.65625Q239.00658 512.65625 239.49095 513.15625Q239.99095 513.6406 239.99095 514.4531L239.99095 514.8594Q239.99095 515.625 239.50658 516.125Q239.0222 516.625 238.25658 516.625Q237.49095 516.625 236.99095 516.1406Q236.49095 515.6406 236.49095 514.8281L236.49095 514.40625ZM237.30345 514.8594Q237.30345 515.3281 237.55345 515.625Q237.81908 515.9219 238.25658 515.9219Q238.67845 515.9219 238.92845 515.6406Q239.17845 515.34375 239.17845 514.84375L239.17845 514.40625Q239.17845 513.9375 238.91283 513.65625Q238.66283 513.3594 238.24095 513.3594Q237.81908 513.3594 237.55345 513.65625Q237.30345 513.9375 237.30345 514.4375L237.30345 514.8594ZM234.35033 515.8594L233.72533 515.46875L237.8972 508.79688L238.50658 509.1875L234.35033 515.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.54608 560.7031L171.35858 560.7031Q172.13983 560.6875 172.57733 560.2969Q173.01483 559.90625 173.01483 559.2344Q173.01483 557.7344 171.51483 557.7344Q170.8117 557.7344 170.38983 558.1406Q169.98358 558.5469 169.98358 559.2031L168.88983 559.2031Q168.88983 558.1875 169.6242 557.5156Q170.3742 556.84375 171.51483 556.84375Q172.71796 556.84375 173.40546 557.4844Q174.09296 558.125 174.09296 559.2656Q174.09296 559.8281 173.73358 560.34375Q173.3742 560.8594 172.7492 561.125Q173.45233 561.34375 173.82733 561.8594Q174.21796 562.375 174.21796 563.125Q174.21796 564.2656 173.46796 564.9531Q172.71796 565.625 171.51483 565.625Q170.32733 565.625 169.5617 564.96875Q168.8117 564.3125 168.8117 563.25L169.90546 563.25Q169.90546 563.9219 170.34296 564.3281Q170.78046 564.7344 171.53046 564.7344Q172.3117 564.7344 172.71796 564.3281Q173.13983 563.90625 173.13983 563.1406Q173.13983 562.40625 172.6867 562.0156Q172.23358 561.6094 171.35858 561.59375L170.54608 561.59375L170.54608 560.7031ZM175.8742 558.6094Q175.8742 557.84375 176.35858 557.34375Q176.85858 556.84375 177.6242 556.84375Q178.40546 556.84375 178.88983 557.34375Q179.3742 557.84375 179.3742 558.6406L179.3742 559.0625Q179.3742 559.8281 178.8742 560.3281Q178.38983 560.8125 177.63983 560.8125Q176.8742 560.8125 176.3742 560.3281Q175.8742 559.8281 175.8742 559.0156L175.8742 558.6094ZM176.6867 559.0625Q176.6867 559.5156 176.9367 559.8125Q177.20233 560.1094 177.63983 560.1094Q178.0617 560.1094 178.3117 559.8281Q178.5617 559.53125 178.5617 559.03125L178.5617 558.6094Q178.5617 558.15625 178.3117 557.8594Q178.0617 557.5469 177.6242 557.5469Q177.1867 557.5469 176.9367 557.8594Q176.6867 558.15625 176.6867 558.625L176.6867 559.0625ZM180.03046 563.40625Q180.03046 562.6406 180.51483 562.15625Q181.01483 561.65625 181.78046 561.65625Q182.54608 561.65625 183.03046 562.15625Q183.53046 562.6406 183.53046 563.4531L183.53046 563.8594Q183.53046 564.625 183.04608 565.125Q182.5617 565.625 181.79608 565.625Q181.03046 565.625 180.53046 565.1406Q180.03046 564.6406 180.03046 563.8281L180.03046 563.40625ZM180.84296 563.8594Q180.84296 564.3281 181.09296 564.625Q181.35858 564.9219 181.79608 564.9219Q182.21796 564.9219 182.46796 564.6406Q182.71796 564.34375 182.71796 563.84375L182.71796 563.40625Q182.71796 562.9375 182.45233 562.65625Q182.20233 562.3594 181.78046 562.3594Q181.35858 562.3594 181.09296 562.65625Q180.84296 562.9375 180.84296 563.4375L180.84296 563.8594ZM177.88983 564.8594L177.26483 564.46875L181.4367 557.7969L182.04608 558.1875L177.88983 564.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M170.54608 560.7031L171.35858 560.7031Q172.13983 560.6875 172.57733 560.2969Q173.01483 559.90625 173.01483 559.2344Q173.01483 557.7344 171.51483 557.7344Q170.8117 557.7344 170.38983 558.1406Q169.98358 558.5469 169.98358 559.2031L168.88983 559.2031Q168.88983 558.1875 169.6242 557.5156Q170.3742 556.84375 171.51483 556.84375Q172.71796 556.84375 173.40546 557.4844Q174.09296 558.125 174.09296 559.2656Q174.09296 559.8281 173.73358 560.34375Q173.3742 560.8594 172.7492 561.125Q173.45233 561.34375 173.82733 561.8594Q174.21796 562.375 174.21796 563.125Q174.21796 564.2656 173.46796 564.9531Q172.71796 565.625 171.51483 565.625Q170.32733 565.625 169.5617 564.96875Q168.8117 564.3125 168.8117 563.25L169.90546 563.25Q169.90546 563.9219 170.34296 564.3281Q170.78046 564.7344 171.53046 564.7344Q172.3117 564.7344 172.71796 564.3281Q173.13983 563.90625 173.13983 563.1406Q173.13983 562.40625 172.6867 562.0156Q172.23358 561.6094 171.35858 561.59375L170.54608 561.59375L170.54608 560.7031ZM175.8742 558.6094Q175.8742 557.84375 176.35858 557.34375Q176.85858 556.84375 177.6242 556.84375Q178.40546 556.84375 178.88983 557.34375Q179.3742 557.84375 179.3742 558.6406L179.3742 559.0625Q179.3742 559.8281 178.8742 560.3281Q178.38983 560.8125 177.63983 560.8125Q176.8742 560.8125 176.3742 560.3281Q175.8742 559.8281 175.8742 559.0156L175.8742 558.6094ZM176.6867 559.0625Q176.6867 559.5156 176.9367 559.8125Q177.20233 560.1094 177.63983 560.1094Q178.0617 560.1094 178.3117 559.8281Q178.5617 559.53125 178.5617 559.03125L178.5617 558.6094Q178.5617 558.15625 178.3117 557.8594Q178.0617 557.5469 177.6242 557.5469Q177.1867 557.5469 176.9367 557.8594Q176.6867 558.15625 176.6867 558.625L176.6867 559.0625ZM180.03046 563.40625Q180.03046 562.6406 180.51483 562.15625Q181.01483 561.65625 181.78046 561.65625Q182.54608 561.65625 183.03046 562.15625Q183.53046 562.6406 183.53046 563.4531L183.53046 563.8594Q183.53046 564.625 183.04608 565.125Q182.5617 565.625 181.79608 565.625Q181.03046 565.625 180.53046 565.1406Q180.03046 564.6406 180.03046 563.8281L180.03046 563.40625ZM180.84296 563.8594Q180.84296 564.3281 181.09296 564.625Q181.35858 564.9219 181.79608 564.9219Q182.21796 564.9219 182.46796 564.6406Q182.71796 564.34375 182.71796 563.84375L182.71796 563.40625Q182.71796 562.9375 182.45233 562.65625Q182.20233 562.3594 181.78046 562.3594Q181.35858 562.3594 181.09296 562.65625Q180.84296 562.9375 180.84296 563.4375L180.84296 563.8594ZM177.88983 564.8594L177.26483 564.46875L181.4367 557.7969L182.04608 558.1875L177.88983 564.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M390.0207 86.640625L391.2082 86.640625L391.2082 87.515625L390.0207 87.515625L390.0207 89.5L388.94257 89.5L388.94257 87.515625L385.05194 87.515625L385.05194 86.875L388.86444 80.96875L390.0207 80.96875L390.0207 86.640625ZM386.28632 86.640625L388.94257 86.640625L388.94257 82.453125L388.80194 82.6875L386.28632 86.640625ZM394.0207 84.703125L394.8332 84.703125Q395.61444 84.6875 396.05194 84.296875Q396.48944 83.90625 396.48944 83.234375Q396.48944 81.734375 394.98944 81.734375Q394.28632 81.734375 393.86444 82.140625Q393.4582 82.546875 393.4582 83.203125L392.36444 83.203125Q392.36444 82.1875 393.09882 81.515625Q393.84882 80.84375 394.98944 80.84375Q396.19257 80.84375 396.88007 81.484375Q397.56757 82.125 397.56757 83.265625Q397.56757 83.828125 397.2082 84.34375Q396.84882 84.859375 396.22382 85.125Q396.92694 85.34375 397.30194 85.859375Q397.69257 86.375 397.69257 87.125Q397.69257 88.265625 396.94257 88.953125Q396.19257 89.625 394.98944 89.625Q393.80194 89.625 393.03632 88.96875Q392.28632 88.3125 392.28632 87.25L393.38007 87.25Q393.38007 87.921875 393.81757 88.328125Q394.25507 88.734375 395.00507 88.734375Q395.78632 88.734375 396.19257 88.328125Q396.61444 87.90625 396.61444 87.140625Q396.61444 86.40625 396.16132 86.015625Q395.7082 85.609375 394.8332 85.59375L394.0207 85.59375L394.0207 84.703125ZM399.34882 82.609375Q399.34882 81.84375 399.8332 81.34375Q400.3332 80.84375 401.09882 80.84375Q401.88007 80.84375 402.36444 81.34375Q402.84882 81.84375 402.84882 82.640625L402.84882 83.0625Q402.84882 83.828125 402.34882 84.328125Q401.86444 84.8125 401.11444 84.8125Q400.34882 84.8125 399.84882 84.328125Q399.34882 83.828125 399.34882 83.015625L399.34882 82.609375ZM400.16132 83.0625Q400.16132 83.515625 400.41132 83.8125Q400.67694 84.109375 401.11444 84.109375Q401.53632 84.109375 401.78632 83.828125Q402.03632 83.53125 402.03632 83.03125L402.03632 82.609375Q402.03632 82.15625 401.78632 81.859375Q401.53632 81.546875 401.09882 81.546875Q400.66132 81.546875 400.41132 81.859375Q400.16132 82.15625 400.16132 82.625L400.16132 83.0625ZM403.50507 87.40625Q403.50507 86.640625 403.98944 86.15625Q404.48944 85.65625 405.25507 85.65625Q406.0207 85.65625 406.50507 86.15625Q407.00507 86.640625 407.00507 87.453125L407.00507 87.859375Q407.00507 88.625 406.5207 89.125Q406.03632 89.625 405.2707 89.625Q404.50507 89.625 404.00507 89.140625Q403.50507 88.640625 403.50507 87.828125L403.50507 87.40625ZM404.31757 87.859375Q404.31757 88.328125 404.56757 88.625Q404.8332 88.921875 405.2707 88.921875Q405.69257 88.921875 405.94257 88.640625Q406.19257 88.34375 406.19257 87.84375L406.19257 87.40625Q406.19257 86.9375 405.92694 86.65625Q405.67694 86.359375 405.25507 86.359375Q404.8332 86.359375 404.56757 86.65625Q404.31757 86.9375 404.31757 87.4375L404.31757 87.859375ZM401.36444 88.859375L400.73944 88.46875L404.91132 81.796875L405.5207 82.1875L401.36444 88.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M390.0207 86.640625L391.2082 86.640625L391.2082 87.515625L390.0207 87.515625L390.0207 89.5L388.94257 89.5L388.94257 87.515625L385.05194 87.515625L385.05194 86.875L388.86444 80.96875L390.0207 80.96875L390.0207 86.640625ZM386.28632 86.640625L388.94257 86.640625L388.94257 82.453125L388.80194 82.6875L386.28632 86.640625ZM394.0207 84.703125L394.8332 84.703125Q395.61444 84.6875 396.05194 84.296875Q396.48944 83.90625 396.48944 83.234375Q396.48944 81.734375 394.98944 81.734375Q394.28632 81.734375 393.86444 82.140625Q393.4582 82.546875 393.4582 83.203125L392.36444 83.203125Q392.36444 82.1875 393.09882 81.515625Q393.84882 80.84375 394.98944 80.84375Q396.19257 80.84375 396.88007 81.484375Q397.56757 82.125 397.56757 83.265625Q397.56757 83.828125 397.2082 84.34375Q396.84882 84.859375 396.22382 85.125Q396.92694 85.34375 397.30194 85.859375Q397.69257 86.375 397.69257 87.125Q397.69257 88.265625 396.94257 88.953125Q396.19257 89.625 394.98944 89.625Q393.80194 89.625 393.03632 88.96875Q392.28632 88.3125 392.28632 87.25L393.38007 87.25Q393.38007 87.921875 393.81757 88.328125Q394.25507 88.734375 395.00507 88.734375Q395.78632 88.734375 396.19257 88.328125Q396.61444 87.90625 396.61444 87.140625Q396.61444 86.40625 396.16132 86.015625Q395.7082 85.609375 394.8332 85.59375L394.0207 85.59375L394.0207 84.703125ZM399.34882 82.609375Q399.34882 81.84375 399.8332 81.34375Q400.3332 80.84375 401.09882 80.84375Q401.88007 80.84375 402.36444 81.34375Q402.84882 81.84375 402.84882 82.640625L402.84882 83.0625Q402.84882 83.828125 402.34882 84.328125Q401.86444 84.8125 401.11444 84.8125Q400.34882 84.8125 399.84882 84.328125Q399.34882 83.828125 399.34882 83.015625L399.34882 82.609375ZM400.16132 83.0625Q400.16132 83.515625 400.41132 83.8125Q400.67694 84.109375 401.11444 84.109375Q401.53632 84.109375 401.78632 83.828125Q402.03632 83.53125 402.03632 83.03125L402.03632 82.609375Q402.03632 82.15625 401.78632 81.859375Q401.53632 81.546875 401.09882 81.546875Q400.66132 81.546875 400.41132 81.859375Q400.16132 82.15625 400.16132 82.625L400.16132 83.0625ZM403.50507 87.40625Q403.50507 86.640625 403.98944 86.15625Q404.48944 85.65625 405.25507 85.65625Q406.0207 85.65625 406.50507 86.15625Q407.00507 86.640625 407.00507 87.453125L407.00507 87.859375Q407.00507 88.625 406.5207 89.125Q406.03632 89.625 405.2707 89.625Q404.50507 89.625 404.00507 89.140625Q403.50507 88.640625 403.50507 87.828125L403.50507 87.40625ZM404.31757 87.859375Q404.31757 88.328125 404.56757 88.625Q404.8332 88.921875 405.2707 88.921875Q405.69257 88.921875 405.94257 88.640625Q406.19257 88.34375 406.19257 87.84375L406.19257 87.40625Q406.19257 86.9375 405.92694 86.65625Q405.67694 86.359375 405.25507 86.359375Q404.8332 86.359375 404.56757 86.65625Q404.31757 86.9375 404.31757 87.4375L404.31757 87.859375ZM401.36444 88.859375L400.73944 88.46875L404.91132 81.796875L405.5207 82.1875L401.36444 88.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M327.94107 132.70312L328.75357 132.70312Q329.53482 132.6875 329.97232 132.29688Q330.40982 131.90625 330.40982 131.23438Q330.40982 129.73438 328.90982 129.73438Q328.2067 129.73438 327.78482 130.14062Q327.37857 130.54688 327.37857 131.20312L326.28482 131.20312Q326.28482 130.1875 327.0192 129.51562Q327.7692 128.84375 328.90982 128.84375Q330.11295 128.84375 330.80045 129.48438Q331.48795 130.125 331.48795 131.26562Q331.48795 131.82812 331.12857 132.34375Q330.7692 132.85938 330.1442 133.125Q330.84732 133.34375 331.22232 133.85938Q331.61295 134.375 331.61295 135.125Q331.61295 136.26562 330.86295 136.95312Q330.11295 137.625 328.90982 137.625Q327.72232 137.625 326.9567 136.96875Q326.2067 136.3125 326.2067 135.25L327.30045 135.25Q327.30045 135.92188 327.73795 136.32812Q328.17545 136.73438 328.92545 136.73438Q329.7067 136.73438 330.11295 136.32812Q330.53482 135.90625 330.53482 135.14062Q330.53482 134.40625 330.0817 134.01562Q329.62857 133.60938 328.75357 133.59375L327.94107 133.59375L327.94107 132.70312ZM338.9567 137.5L333.36295 137.5L333.36295 136.71875L336.31607 133.4375Q336.97232 132.6875 337.22232 132.23438Q337.47232 131.76562 337.47232 131.26562Q337.47232 130.59375 337.06607 130.17188Q336.67545 129.73438 335.98795 129.73438Q335.19107 129.73438 334.73795 130.20312Q334.28482 130.65625 334.28482 131.48438L333.2067 131.48438Q333.2067 130.29688 333.9567 129.57812Q334.72232 128.84375 335.98795 128.84375Q337.19107 128.84375 337.87857 129.46875Q338.56607 130.09375 338.56607 131.14062Q338.56607 132.39062 336.9567 134.14062L334.67545 136.60938L338.9567 136.60938L338.9567 137.5ZM340.2692 130.60938Q340.2692 129.84375 340.75357 129.34375Q341.25357 128.84375 342.0192 128.84375Q342.80045 128.84375 343.28482 129.34375Q343.7692 129.84375 343.7692 130.64062L343.7692 131.0625Q343.7692 131.82812 343.2692 132.32812Q342.78482 132.8125 342.03482 132.8125Q341.2692 132.8125 340.7692 132.32812Q340.2692 131.82812 340.2692 131.01562L340.2692 130.60938ZM341.0817 131.0625Q341.0817 131.51562 341.3317 131.8125Q341.59732 132.10938 342.03482 132.10938Q342.4567 132.10938 342.7067 131.82812Q342.9567 131.53125 342.9567 131.03125L342.9567 130.60938Q342.9567 130.15625 342.7067 129.85938Q342.4567 129.54688 342.0192 129.54688Q341.5817 129.54688 341.3317 129.85938Q341.0817 130.15625 341.0817 130.625L341.0817 131.0625ZM344.42545 135.40625Q344.42545 134.64062 344.90982 134.15625Q345.40982 133.65625 346.17545 133.65625Q346.94107 133.65625 347.42545 134.15625Q347.92545 134.64062 347.92545 135.45312L347.92545 135.85938Q347.92545 136.625 347.44107 137.125Q346.9567 137.625 346.19107 137.625Q345.42545 137.625 344.92545 137.14062Q344.42545 136.64062 344.42545 135.82812L344.42545 135.40625ZM345.23795 135.85938Q345.23795 136.32812 345.48795 136.625Q345.75357 136.92188 346.19107 136.92188Q346.61295 136.92188 346.86295 136.64062Q347.11295 136.34375 347.11295 135.84375L347.11295 135.40625Q347.11295 134.9375 346.84732 134.65625Q346.59732 134.35938 346.17545 134.35938Q345.75357 134.35938 345.48795 134.65625Q345.23795 134.9375 345.23795 135.4375L345.23795 135.85938ZM342.28482 136.85938L341.65982 136.46875L345.8317 129.79688L346.44107 130.1875L342.28482 136.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M327.94107 132.70312L328.75357 132.70312Q329.53482 132.6875 329.97232 132.29688Q330.40982 131.90625 330.40982 131.23438Q330.40982 129.73438 328.90982 129.73438Q328.2067 129.73438 327.78482 130.14062Q327.37857 130.54688 327.37857 131.20312L326.28482 131.20312Q326.28482 130.1875 327.0192 129.51562Q327.7692 128.84375 328.90982 128.84375Q330.11295 128.84375 330.80045 129.48438Q331.48795 130.125 331.48795 131.26562Q331.48795 131.82812 331.12857 132.34375Q330.7692 132.85938 330.1442 133.125Q330.84732 133.34375 331.22232 133.85938Q331.61295 134.375 331.61295 135.125Q331.61295 136.26562 330.86295 136.95312Q330.11295 137.625 328.90982 137.625Q327.72232 137.625 326.9567 136.96875Q326.2067 136.3125 326.2067 135.25L327.30045 135.25Q327.30045 135.92188 327.73795 136.32812Q328.17545 136.73438 328.92545 136.73438Q329.7067 136.73438 330.11295 136.32812Q330.53482 135.90625 330.53482 135.14062Q330.53482 134.40625 330.0817 134.01562Q329.62857 133.60938 328.75357 133.59375L327.94107 133.59375L327.94107 132.70312ZM338.9567 137.5L333.36295 137.5L333.36295 136.71875L336.31607 133.4375Q336.97232 132.6875 337.22232 132.23438Q337.47232 131.76562 337.47232 131.26562Q337.47232 130.59375 337.06607 130.17188Q336.67545 129.73438 335.98795 129.73438Q335.19107 129.73438 334.73795 130.20312Q334.28482 130.65625 334.28482 131.48438L333.2067 131.48438Q333.2067 130.29688 333.9567 129.57812Q334.72232 128.84375 335.98795 128.84375Q337.19107 128.84375 337.87857 129.46875Q338.56607 130.09375 338.56607 131.14062Q338.56607 132.39062 336.9567 134.14062L334.67545 136.60938L338.9567 136.60938L338.9567 137.5ZM340.2692 130.60938Q340.2692 129.84375 340.75357 129.34375Q341.25357 128.84375 342.0192 128.84375Q342.80045 128.84375 343.28482 129.34375Q343.7692 129.84375 343.7692 130.64062L343.7692 131.0625Q343.7692 131.82812 343.2692 132.32812Q342.78482 132.8125 342.03482 132.8125Q341.2692 132.8125 340.7692 132.32812Q340.2692 131.82812 340.2692 131.01562L340.2692 130.60938ZM341.0817 131.0625Q341.0817 131.51562 341.3317 131.8125Q341.59732 132.10938 342.03482 132.10938Q342.4567 132.10938 342.7067 131.82812Q342.9567 131.53125 342.9567 131.03125L342.9567 130.60938Q342.9567 130.15625 342.7067 129.85938Q342.4567 129.54688 342.0192 129.54688Q341.5817 129.54688 341.3317 129.85938Q341.0817 130.15625 341.0817 130.625L341.0817 131.0625ZM344.42545 135.40625Q344.42545 134.64062 344.90982 134.15625Q345.40982 133.65625 346.17545 133.65625Q346.94107 133.65625 347.42545 134.15625Q347.92545 134.64062 347.92545 135.45312L347.92545 135.85938Q347.92545 136.625 347.44107 137.125Q346.9567 137.625 346.19107 137.625Q345.42545 137.625 344.92545 137.14062Q344.42545 136.64062 344.42545 135.82812L344.42545 135.40625ZM345.23795 135.85938Q345.23795 136.32812 345.48795 136.625Q345.75357 136.92188 346.19107 136.92188Q346.61295 136.92188 346.86295 136.64062Q347.11295 136.34375 347.11295 135.84375L347.11295 135.40625Q347.11295 134.9375 346.84732 134.65625Q346.59732 134.35938 346.17545 134.35938Q345.75357 134.35938 345.48795 134.65625Q345.23795 134.9375 345.23795 135.4375L345.23795 135.85938ZM342.28482 136.85938L341.65982 136.46875L345.8317 129.79688L346.44107 130.1875L342.28482 136.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.46329 186.5L243.38516 186.5L243.38516 179.28125L241.19766 180.07812L241.19766 179.09375L244.30704 177.92188L244.46329 177.92188L244.46329 186.5ZM252.16641 177.96875L252.16641 178.875L251.96329 178.875Q250.69766 178.90625 249.94766 179.64062Q249.19766 180.35938 249.07266 181.67188Q249.76016 180.90625 250.91641 180.90625Q252.02579 180.90625 252.69766 181.6875Q253.36954 182.46875 253.36954 183.71875Q253.36954 185.03125 252.65079 185.82812Q251.93204 186.625 250.71329 186.625Q249.49454 186.625 248.72891 185.6875Q247.97891 184.73438 247.97891 183.25L247.97891 182.84375Q247.97891 180.48438 248.97891 179.23438Q249.97891 177.98438 251.96329 177.96875L252.16641 177.96875ZM250.74454 181.8125Q250.18204 181.8125 249.71329 182.14062Q249.24454 182.46875 249.05704 182.98438L249.05704 183.375Q249.05704 184.4375 249.52579 185.07812Q250.01016 185.71875 250.71329 185.71875Q251.44766 185.71875 251.86954 185.1875Q252.29141 184.64062 252.29141 183.76562Q252.29141 182.89062 251.86954 182.35938Q251.44766 181.8125 250.74454 181.8125ZM254.80704 179.60938Q254.80704 178.84375 255.29141 178.34375Q255.79141 177.84375 256.55704 177.84375Q257.3383 177.84375 257.82266 178.34375Q258.30704 178.84375 258.30704 179.64062L258.30704 180.0625Q258.30704 180.82812 257.80704 181.32812Q257.32266 181.8125 256.57266 181.8125Q255.80704 181.8125 255.30704 181.32812Q254.80704 180.82812 254.80704 180.01562L254.80704 179.60938ZM255.61954 180.0625Q255.61954 180.51562 255.86954 180.8125Q256.13516 181.10938 256.57266 181.10938Q256.99454 181.10938 257.24454 180.82812Q257.49454 180.53125 257.49454 180.03125L257.49454 179.60938Q257.49454 179.15625 257.24454 178.85938Q256.99454 178.54688 256.55704 178.54688Q256.11954 178.54688 255.86954 178.85938Q255.61954 179.15625 255.61954 179.625L255.61954 180.0625ZM258.9633 184.40625Q258.9633 183.64062 259.44766 183.15625Q259.94766 182.65625 260.7133 182.65625Q261.4789 182.65625 261.9633 183.15625Q262.4633 183.64062 262.4633 184.45312L262.4633 184.85938Q262.4633 185.625 261.9789 186.125Q261.49454 186.625 260.7289 186.625Q259.9633 186.625 259.4633 186.14062Q258.9633 185.64062 258.9633 184.82812L258.9633 184.40625ZM259.7758 184.85938Q259.7758 185.32812 260.0258 185.625Q260.2914 185.92188 260.7289 185.92188Q261.1508 185.92188 261.4008 185.64062Q261.6508 185.34375 261.6508 184.84375L261.6508 184.40625Q261.6508 183.9375 261.38516 183.65625Q261.13516 183.35938 260.7133 183.35938Q260.2914 183.35938 260.0258 183.65625Q259.7758 183.9375 259.7758 184.4375L259.7758 184.85938ZM256.82266 185.85938L256.19766 185.46875L260.36954 178.79688L260.9789 179.1875L256.82266 185.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M244.46329 186.5L243.38516 186.5L243.38516 179.28125L241.19766 180.07812L241.19766 179.09375L244.30704 177.92188L244.46329 177.92188L244.46329 186.5ZM252.16641 177.96875L252.16641 178.875L251.96329 178.875Q250.69766 178.90625 249.94766 179.64062Q249.19766 180.35938 249.07266 181.67188Q249.76016 180.90625 250.91641 180.90625Q252.02579 180.90625 252.69766 181.6875Q253.36954 182.46875 253.36954 183.71875Q253.36954 185.03125 252.65079 185.82812Q251.93204 186.625 250.71329 186.625Q249.49454 186.625 248.72891 185.6875Q247.97891 184.73438 247.97891 183.25L247.97891 182.84375Q247.97891 180.48438 248.97891 179.23438Q249.97891 177.98438 251.96329 177.96875L252.16641 177.96875ZM250.74454 181.8125Q250.18204 181.8125 249.71329 182.14062Q249.24454 182.46875 249.05704 182.98438L249.05704 183.375Q249.05704 184.4375 249.52579 185.07812Q250.01016 185.71875 250.71329 185.71875Q251.44766 185.71875 251.86954 185.1875Q252.29141 184.64062 252.29141 183.76562Q252.29141 182.89062 251.86954 182.35938Q251.44766 181.8125 250.74454 181.8125ZM254.80704 179.60938Q254.80704 178.84375 255.29141 178.34375Q255.79141 177.84375 256.55704 177.84375Q257.3383 177.84375 257.82266 178.34375Q258.30704 178.84375 258.30704 179.64062L258.30704 180.0625Q258.30704 180.82812 257.80704 181.32812Q257.32266 181.8125 256.57266 181.8125Q255.80704 181.8125 255.30704 181.32812Q254.80704 180.82812 254.80704 180.01562L254.80704 179.60938ZM255.61954 180.0625Q255.61954 180.51562 255.86954 180.8125Q256.13516 181.10938 256.57266 181.10938Q256.99454 181.10938 257.24454 180.82812Q257.49454 180.53125 257.49454 180.03125L257.49454 179.60938Q257.49454 179.15625 257.24454 178.85938Q256.99454 178.54688 256.55704 178.54688Q256.11954 178.54688 255.86954 178.85938Q255.61954 179.15625 255.61954 179.625L255.61954 180.0625ZM258.9633 184.40625Q258.9633 183.64062 259.44766 183.15625Q259.94766 182.65625 260.7133 182.65625Q261.4789 182.65625 261.9633 183.15625Q262.4633 183.64062 262.4633 184.45312L262.4633 184.85938Q262.4633 185.625 261.9789 186.125Q261.49454 186.625 260.7289 186.625Q259.9633 186.625 259.4633 186.14062Q258.9633 185.64062 258.9633 184.82812L258.9633 184.40625ZM259.7758 184.85938Q259.7758 185.32812 260.0258 185.625Q260.2914 185.92188 260.7289 185.92188Q261.1508 185.92188 261.4008 185.64062Q261.6508 185.34375 261.6508 184.84375L261.6508 184.40625Q261.6508 183.9375 261.38516 183.65625Q261.13516 183.35938 260.7133 183.35938Q260.2914 183.35938 260.0258 183.65625Q259.7758 183.9375 259.7758 184.4375L259.7758 184.85938ZM256.82266 185.85938L256.19766 185.46875L260.36954 178.79688L260.9789 179.1875L256.82266 185.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M179.55318 231.21875L179.99068 226.96875L184.36568 226.96875L184.36568 227.96875L180.91255 227.96875L180.64693 230.29688Q181.28755 229.92188 182.08443 229.92188Q183.24068 229.92188 183.92818 230.70312Q184.61568 231.46875 184.61568 232.78125Q184.61568 234.09375 183.89693 234.85938Q183.1938 235.625 181.91255 235.625Q180.78755 235.625 180.0688 235.0Q179.35005 234.35938 179.2563 233.25L180.27193 233.25Q180.3813 233.98438 180.80318 234.35938Q181.22505 234.73438 181.91255 234.73438Q182.66255 234.73438 183.10005 234.21875Q183.53755 233.70312 183.53755 232.79688Q183.53755 231.9375 183.0688 231.42188Q182.60005 230.90625 181.8188 230.90625Q181.11568 230.90625 180.70943 231.20312L180.42818 231.4375L179.55318 231.21875ZM185.95943 228.60938Q185.95943 227.84375 186.4438 227.34375Q186.9438 226.84375 187.70943 226.84375Q188.49068 226.84375 188.97505 227.34375Q189.45943 227.84375 189.45943 228.64062L189.45943 229.0625Q189.45943 229.82812 188.95943 230.32812Q188.47505 230.8125 187.72505 230.8125Q186.95943 230.8125 186.45943 230.32812Q185.95943 229.82812 185.95943 229.01562L185.95943 228.60938ZM186.77193 229.0625Q186.77193 229.51562 187.02193 229.8125Q187.28755 230.10938 187.72505 230.10938Q188.14693 230.10938 188.39693 229.82812Q188.64693 229.53125 188.64693 229.03125L188.64693 228.60938Q188.64693 228.15625 188.39693 227.85938Q188.14693 227.54688 187.70943 227.54688Q187.27193 227.54688 187.02193 227.85938Q186.77193 228.15625 186.77193 228.625L186.77193 229.0625ZM190.11568 233.40625Q190.11568 232.64062 190.60005 232.15625Q191.10005 231.65625 191.86568 231.65625Q192.6313 231.65625 193.11568 232.15625Q193.61568 232.64062 193.61568 233.45312L193.61568 233.85938Q193.61568 234.625 193.1313 235.125Q192.64693 235.625 191.8813 235.625Q191.11568 235.625 190.61568 235.14062Q190.11568 234.64062 190.11568 233.82812L190.11568 233.40625ZM190.92818 233.85938Q190.92818 234.32812 191.17818 234.625Q191.4438 234.92188 191.8813 234.92188Q192.30318 234.92188 192.55318 234.64062Q192.80318 234.34375 192.80318 233.84375L192.80318 233.40625Q192.80318 232.9375 192.53755 232.65625Q192.28755 232.35938 191.86568 232.35938Q191.4438 232.35938 191.17818 232.65625Q190.92818 232.9375 190.92818 233.4375L190.92818 233.85938ZM187.97505 234.85938L187.35005 234.46875L191.52193 227.79688L192.1313 228.1875L187.97505 234.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M179.55318 231.21875L179.99068 226.96875L184.36568 226.96875L184.36568 227.96875L180.91255 227.96875L180.64693 230.29688Q181.28755 229.92188 182.08443 229.92188Q183.24068 229.92188 183.92818 230.70312Q184.61568 231.46875 184.61568 232.78125Q184.61568 234.09375 183.89693 234.85938Q183.1938 235.625 181.91255 235.625Q180.78755 235.625 180.0688 235.0Q179.35005 234.35938 179.2563 233.25L180.27193 233.25Q180.3813 233.98438 180.80318 234.35938Q181.22505 234.73438 181.91255 234.73438Q182.66255 234.73438 183.10005 234.21875Q183.53755 233.70312 183.53755 232.79688Q183.53755 231.9375 183.0688 231.42188Q182.60005 230.90625 181.8188 230.90625Q181.11568 230.90625 180.70943 231.20312L180.42818 231.4375L179.55318 231.21875ZM185.95943 228.60938Q185.95943 227.84375 186.4438 227.34375Q186.9438 226.84375 187.70943 226.84375Q188.49068 226.84375 188.97505 227.34375Q189.45943 227.84375 189.45943 228.64062L189.45943 229.0625Q189.45943 229.82812 188.95943 230.32812Q188.47505 230.8125 187.72505 230.8125Q186.95943 230.8125 186.45943 230.32812Q185.95943 229.82812 185.95943 229.01562L185.95943 228.60938ZM186.77193 229.0625Q186.77193 229.51562 187.02193 229.8125Q187.28755 230.10938 187.72505 230.10938Q188.14693 230.10938 188.39693 229.82812Q188.64693 229.53125 188.64693 229.03125L188.64693 228.60938Q188.64693 228.15625 188.39693 227.85938Q188.14693 227.54688 187.70943 227.54688Q187.27193 227.54688 187.02193 227.85938Q186.77193 228.15625 186.77193 228.625L186.77193 229.0625ZM190.11568 233.40625Q190.11568 232.64062 190.60005 232.15625Q191.10005 231.65625 191.86568 231.65625Q192.6313 231.65625 193.11568 232.15625Q193.61568 232.64062 193.61568 233.45312L193.61568 233.85938Q193.61568 234.625 193.1313 235.125Q192.64693 235.625 191.8813 235.625Q191.11568 235.625 190.61568 235.14062Q190.11568 234.64062 190.11568 233.82812L190.11568 233.40625ZM190.92818 233.85938Q190.92818 234.32812 191.17818 234.625Q191.4438 234.92188 191.8813 234.92188Q192.30318 234.92188 192.55318 234.64062Q192.80318 234.34375 192.80318 233.84375L192.80318 233.40625Q192.80318 232.9375 192.53755 232.65625Q192.28755 232.35938 191.86568 232.35938Q191.4438 232.35938 191.17818 232.65625Q190.92818 232.9375 190.92818 233.4375L190.92818 233.85938ZM187.97505 234.85938L187.35005 234.46875L191.52193 227.79688L192.1313 228.1875L187.97505 234.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.59262 283.5L279.99887 283.5L279.99887 282.71875L282.952 279.4375Q283.60825 278.6875 283.85825 278.23438Q284.10825 277.76562 284.10825 277.26562Q284.10825 276.59375 283.702 276.17188Q283.31137 275.73438 282.62387 275.73438Q281.827 275.73438 281.37387 276.20312Q280.92075 276.65625 280.92075 277.48438L279.84262 277.48438Q279.84262 276.29688 280.59262 275.57812Q281.35825 274.84375 282.62387 274.84375Q283.827 274.84375 284.5145 275.46875Q285.202 276.09375 285.202 277.14062Q285.202 278.39062 283.59262 280.14062L281.31137 282.60938L285.59262 282.60938L285.59262 283.5ZM288.577 278.70312L289.3895 278.70312Q290.17075 278.6875 290.60825 278.29688Q291.04575 277.90625 291.04575 277.23438Q291.04575 275.73438 289.54575 275.73438Q288.84262 275.73438 288.42075 276.14062Q288.0145 276.54688 288.0145 277.20312L286.92075 277.20312Q286.92075 276.1875 287.65512 275.51562Q288.40512 274.84375 289.54575 274.84375Q290.74887 274.84375 291.43637 275.48438Q292.12387 276.125 292.12387 277.26562Q292.12387 277.82812 291.7645 278.34375Q291.40512 278.85938 290.78012 279.125Q291.48325 279.34375 291.85825 279.85938Q292.24887 280.375 292.24887 281.125Q292.24887 282.26562 291.49887 282.95312Q290.74887 283.625 289.54575 283.625Q288.35825 283.625 287.59262 282.96875Q286.84262 282.3125 286.84262 281.25L287.93637 281.25Q287.93637 281.92188 288.37387 282.32812Q288.81137 282.73438 289.56137 282.73438Q290.34262 282.73438 290.74887 282.32812Q291.17075 281.90625 291.17075 281.14062Q291.17075 280.40625 290.71762 280.01562Q290.2645 279.60938 289.3895 279.59375L288.577 279.59375L288.577 278.70312ZM293.90512 276.60938Q293.90512 275.84375 294.3895 275.34375Q294.8895 274.84375 295.65512 274.84375Q296.43637 274.84375 296.92075 275.34375Q297.40512 275.84375 297.40512 276.64062L297.40512 277.0625Q297.40512 277.82812 296.90512 278.32812Q296.42075 278.8125 295.67075 278.8125Q294.90512 278.8125 294.40512 278.32812Q293.90512 277.82812 293.90512 277.01562L293.90512 276.60938ZM294.71762 277.0625Q294.71762 277.51562 294.96762 277.8125Q295.23325 278.10938 295.67075 278.10938Q296.09262 278.10938 296.34262 277.82812Q296.59262 277.53125 296.59262 277.03125L296.59262 276.60938Q296.59262 276.15625 296.34262 275.85938Q296.09262 275.54688 295.65512 275.54688Q295.21762 275.54688 294.96762 275.85938Q294.71762 276.15625 294.71762 276.625L294.71762 277.0625ZM298.06137 281.40625Q298.06137 280.64062 298.54575 280.15625Q299.04575 279.65625 299.81137 279.65625Q300.577 279.65625 301.06137 280.15625Q301.56137 280.64062 301.56137 281.45312L301.56137 281.85938Q301.56137 282.625 301.077 283.125Q300.59262 283.625 299.827 283.625Q299.06137 283.625 298.56137 283.14062Q298.06137 282.64062 298.06137 281.82812L298.06137 281.40625ZM298.87387 281.85938Q298.87387 282.32812 299.12387 282.625Q299.3895 282.92188 299.827 282.92188Q300.24887 282.92188 300.49887 282.64062Q300.74887 282.34375 300.74887 281.84375L300.74887 281.40625Q300.74887 280.9375 300.48325 280.65625Q300.23325 280.35938 299.81137 280.35938Q299.3895 280.35938 299.12387 280.65625Q298.87387 280.9375 298.87387 281.4375L298.87387 281.85938ZM295.92075 282.85938L295.29575 282.46875L299.46762 275.79688L300.077 276.1875L295.92075 282.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.59262 283.5L279.99887 283.5L279.99887 282.71875L282.952 279.4375Q283.60825 278.6875 283.85825 278.23438Q284.10825 277.76562 284.10825 277.26562Q284.10825 276.59375 283.702 276.17188Q283.31137 275.73438 282.62387 275.73438Q281.827 275.73438 281.37387 276.20312Q280.92075 276.65625 280.92075 277.48438L279.84262 277.48438Q279.84262 276.29688 280.59262 275.57812Q281.35825 274.84375 282.62387 274.84375Q283.827 274.84375 284.5145 275.46875Q285.202 276.09375 285.202 277.14062Q285.202 278.39062 283.59262 280.14062L281.31137 282.60938L285.59262 282.60938L285.59262 283.5ZM288.577 278.70312L289.3895 278.70312Q290.17075 278.6875 290.60825 278.29688Q291.04575 277.90625 291.04575 277.23438Q291.04575 275.73438 289.54575 275.73438Q288.84262 275.73438 288.42075 276.14062Q288.0145 276.54688 288.0145 277.20312L286.92075 277.20312Q286.92075 276.1875 287.65512 275.51562Q288.40512 274.84375 289.54575 274.84375Q290.74887 274.84375 291.43637 275.48438Q292.12387 276.125 292.12387 277.26562Q292.12387 277.82812 291.7645 278.34375Q291.40512 278.85938 290.78012 279.125Q291.48325 279.34375 291.85825 279.85938Q292.24887 280.375 292.24887 281.125Q292.24887 282.26562 291.49887 282.95312Q290.74887 283.625 289.54575 283.625Q288.35825 283.625 287.59262 282.96875Q286.84262 282.3125 286.84262 281.25L287.93637 281.25Q287.93637 281.92188 288.37387 282.32812Q288.81137 282.73438 289.56137 282.73438Q290.34262 282.73438 290.74887 282.32812Q291.17075 281.90625 291.17075 281.14062Q291.17075 280.40625 290.71762 280.01562Q290.2645 279.60938 289.3895 279.59375L288.577 279.59375L288.577 278.70312ZM293.90512 276.60938Q293.90512 275.84375 294.3895 275.34375Q294.8895 274.84375 295.65512 274.84375Q296.43637 274.84375 296.92075 275.34375Q297.40512 275.84375 297.40512 276.64062L297.40512 277.0625Q297.40512 277.82812 296.90512 278.32812Q296.42075 278.8125 295.67075 278.8125Q294.90512 278.8125 294.40512 278.32812Q293.90512 277.82812 293.90512 277.01562L293.90512 276.60938ZM294.71762 277.0625Q294.71762 277.51562 294.96762 277.8125Q295.23325 278.10938 295.67075 278.10938Q296.09262 278.10938 296.34262 277.82812Q296.59262 277.53125 296.59262 277.03125L296.59262 276.60938Q296.59262 276.15625 296.34262 275.85938Q296.09262 275.54688 295.65512 275.54688Q295.21762 275.54688 294.96762 275.85938Q294.71762 276.15625 294.71762 276.625L294.71762 277.0625ZM298.06137 281.40625Q298.06137 280.64062 298.54575 280.15625Q299.04575 279.65625 299.81137 279.65625Q300.577 279.65625 301.06137 280.15625Q301.56137 280.64062 301.56137 281.45312L301.56137 281.85938Q301.56137 282.625 301.077 283.125Q300.59262 283.625 299.827 283.625Q299.06137 283.625 298.56137 283.14062Q298.06137 282.64062 298.06137 281.82812L298.06137 281.40625ZM298.87387 281.85938Q298.87387 282.32812 299.12387 282.625Q299.3895 282.92188 299.827 282.92188Q300.24887 282.92188 300.49887 282.64062Q300.74887 282.34375 300.74887 281.84375L300.74887 281.40625Q300.74887 280.9375 300.48325 280.65625Q300.23325 280.35938 299.81137 280.35938Q299.3895 280.35938 299.12387 280.65625Q298.87387 280.9375 298.87387 281.4375L298.87387 281.85938ZM295.92075 282.85938L295.29575 282.46875L299.46762 275.79688L300.077 276.1875L295.92075 282.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.68227 332.5L226.60414 332.5L226.60414 325.28125L224.41664 326.07812L224.41664 325.09375L227.52602 323.92188L227.68227 323.92188L227.68227 332.5ZM232.69789 327.70312L233.51039 327.70312Q234.29164 327.6875 234.72914 327.29688Q235.16664 326.90625 235.16664 326.23438Q235.16664 324.73438 233.66664 324.73438Q232.96352 324.73438 232.54164 325.14062Q232.13539 325.54688 232.13539 326.20312L231.04164 326.20312Q231.04164 325.1875 231.77602 324.51562Q232.52602 323.84375 233.66664 323.84375Q234.86977 323.84375 235.55727 324.48438Q236.24477 325.125 236.24477 326.26562Q236.24477 326.82812 235.88539 327.34375Q235.52602 327.85938 234.90102 328.125Q235.60414 328.34375 235.97914 328.85938Q236.36977 329.375 236.36977 330.125Q236.36977 331.26562 235.61977 331.95312Q234.86977 332.625 233.66664 332.625Q232.47914 332.625 231.71352 331.96875Q230.96352 331.3125 230.96352 330.25L232.05727 330.25Q232.05727 330.92188 232.49477 331.32812Q232.93227 331.73438 233.68227 331.73438Q234.46352 331.73438 234.86977 331.32812Q235.29164 330.90625 235.29164 330.14062Q235.29164 329.40625 234.83852 329.01562Q234.38539 328.60938 233.51039 328.59375L232.69789 328.59375L232.69789 327.70312ZM238.02602 325.60938Q238.02602 324.84375 238.51039 324.34375Q239.01039 323.84375 239.77602 323.84375Q240.55727 323.84375 241.04164 324.34375Q241.52602 324.84375 241.52602 325.64062L241.52602 326.0625Q241.52602 326.82812 241.02602 327.32812Q240.54164 327.8125 239.79164 327.8125Q239.02602 327.8125 238.52602 327.32812Q238.02602 326.82812 238.02602 326.01562L238.02602 325.60938ZM238.83852 326.0625Q238.83852 326.51562 239.08852 326.8125Q239.35414 327.10938 239.79164 327.10938Q240.21352 327.10938 240.46352 326.82812Q240.71352 326.53125 240.71352 326.03125L240.71352 325.60938Q240.71352 325.15625 240.46352 324.85938Q240.21352 324.54688 239.77602 324.54688Q239.33852 324.54688 239.08852 324.85938Q238.83852 325.15625 238.83852 325.625L238.83852 326.0625ZM242.18227 330.40625Q242.18227 329.64062 242.66664 329.15625Q243.16664 328.65625 243.93227 328.65625Q244.69789 328.65625 245.18227 329.15625Q245.68227 329.64062 245.68227 330.45312L245.68227 330.85938Q245.68227 331.625 245.19789 332.125Q244.71352 332.625 243.94789 332.625Q243.18227 332.625 242.68227 332.14062Q242.18227 331.64062 242.18227 330.82812L242.18227 330.40625ZM242.99477 330.85938Q242.99477 331.32812 243.24477 331.625Q243.51039 331.92188 243.94789 331.92188Q244.36977 331.92188 244.61977 331.64062Q244.86977 331.34375 244.86977 330.84375L244.86977 330.40625Q244.86977 329.9375 244.60414 329.65625Q244.35414 329.35938 243.93227 329.35938Q243.51039 329.35938 243.24477 329.65625Q242.99477 329.9375 242.99477 330.4375L242.99477 330.85938ZM240.04164 331.85938L239.41664 331.46875L243.58852 324.79688L244.19789 325.1875L240.04164 331.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M227.68227 332.5L226.60414 332.5L226.60414 325.28125L224.41664 326.07812L224.41664 325.09375L227.52602 323.92188L227.68227 323.92188L227.68227 332.5ZM232.69789 327.70312L233.51039 327.70312Q234.29164 327.6875 234.72914 327.29688Q235.16664 326.90625 235.16664 326.23438Q235.16664 324.73438 233.66664 324.73438Q232.96352 324.73438 232.54164 325.14062Q232.13539 325.54688 232.13539 326.20312L231.04164 326.20312Q231.04164 325.1875 231.77602 324.51562Q232.52602 323.84375 233.66664 323.84375Q234.86977 323.84375 235.55727 324.48438Q236.24477 325.125 236.24477 326.26562Q236.24477 326.82812 235.88539 327.34375Q235.52602 327.85938 234.90102 328.125Q235.60414 328.34375 235.97914 328.85938Q236.36977 329.375 236.36977 330.125Q236.36977 331.26562 235.61977 331.95312Q234.86977 332.625 233.66664 332.625Q232.47914 332.625 231.71352 331.96875Q230.96352 331.3125 230.96352 330.25L232.05727 330.25Q232.05727 330.92188 232.49477 331.32812Q232.93227 331.73438 233.68227 331.73438Q234.46352 331.73438 234.86977 331.32812Q235.29164 330.90625 235.29164 330.14062Q235.29164 329.40625 234.83852 329.01562Q234.38539 328.60938 233.51039 328.59375L232.69789 328.59375L232.69789 327.70312ZM238.02602 325.60938Q238.02602 324.84375 238.51039 324.34375Q239.01039 323.84375 239.77602 323.84375Q240.55727 323.84375 241.04164 324.34375Q241.52602 324.84375 241.52602 325.64062L241.52602 326.0625Q241.52602 326.82812 241.02602 327.32812Q240.54164 327.8125 239.79164 327.8125Q239.02602 327.8125 238.52602 327.32812Q238.02602 326.82812 238.02602 326.01562L238.02602 325.60938ZM238.83852 326.0625Q238.83852 326.51562 239.08852 326.8125Q239.35414 327.10938 239.79164 327.10938Q240.21352 327.10938 240.46352 326.82812Q240.71352 326.53125 240.71352 326.03125L240.71352 325.60938Q240.71352 325.15625 240.46352 324.85938Q240.21352 324.54688 239.77602 324.54688Q239.33852 324.54688 239.08852 324.85938Q238.83852 325.15625 238.83852 325.625L238.83852 326.0625ZM242.18227 330.40625Q242.18227 329.64062 242.66664 329.15625Q243.16664 328.65625 243.93227 328.65625Q244.69789 328.65625 245.18227 329.15625Q245.68227 329.64062 245.68227 330.45312L245.68227 330.85938Q245.68227 331.625 245.19789 332.125Q244.71352 332.625 243.94789 332.625Q243.18227 332.625 242.68227 332.14062Q242.18227 331.64062 242.18227 330.82812L242.18227 330.40625ZM242.99477 330.85938Q242.99477 331.32812 243.24477 331.625Q243.51039 331.92188 243.94789 331.92188Q244.36977 331.92188 244.61977 331.64062Q244.86977 331.34375 244.86977 330.84375L244.86977 330.40625Q244.86977 329.9375 244.60414 329.65625Q244.35414 329.35938 243.93227 329.35938Q243.51039 329.35938 243.24477 329.65625Q242.99477 329.9375 242.99477 330.4375L242.99477 330.85938ZM240.04164 331.85938L239.41664 331.46875L243.58852 324.79688L244.19789 325.1875L240.04164 331.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M451.7692 377.21875L452.2067 372.96875L456.5817 372.96875L456.5817 373.96875L453.12857 373.96875L452.86295 376.29688Q453.50357 375.92188 454.30045 375.92188Q455.4567 375.92188 456.1442 376.70312Q456.8317 377.46875 456.8317 378.78125Q456.8317 380.09375 456.11295 380.85938Q455.40982 381.625 454.12857 381.625Q453.00357 381.625 452.28482 381.0Q451.56607 380.35938 451.47232 379.25L452.48795 379.25Q452.59732 379.98438 453.0192 380.35938Q453.44107 380.73438 454.12857 380.73438Q454.87857 380.73438 455.31607 380.21875Q455.75357 379.70312 455.75357 378.79688Q455.75357 377.9375 455.28482 377.42188Q454.81607 376.90625 454.03482 376.90625Q453.3317 376.90625 452.92545 377.20312L452.6442 377.4375L451.7692 377.21875ZM458.7692 377.21875L459.2067 372.96875L463.5817 372.96875L463.5817 373.96875L460.12857 373.96875L459.86295 376.29688Q460.50357 375.92188 461.30045 375.92188Q462.4567 375.92188 463.1442 376.70312Q463.8317 377.46875 463.8317 378.78125Q463.8317 380.09375 463.11295 380.85938Q462.40982 381.625 461.12857 381.625Q460.00357 381.625 459.28482 381.0Q458.56607 380.35938 458.47232 379.25L459.48795 379.25Q459.59732 379.98438 460.0192 380.35938Q460.44107 380.73438 461.12857 380.73438Q461.87857 380.73438 462.31607 380.21875Q462.75357 379.70312 462.75357 378.79688Q462.75357 377.9375 462.28482 377.42188Q461.81607 376.90625 461.03482 376.90625Q460.3317 376.90625 459.92545 377.20312L459.6442 377.4375L458.7692 377.21875ZM465.17545 374.60938Q465.17545 373.84375 465.65982 373.34375Q466.15982 372.84375 466.92545 372.84375Q467.7067 372.84375 468.19107 373.34375Q468.67545 373.84375 468.67545 374.64062L468.67545 375.0625Q468.67545 375.82812 468.17545 376.32812Q467.69107 376.8125 466.94107 376.8125Q466.17545 376.8125 465.67545 376.32812Q465.17545 375.82812 465.17545 375.01562L465.17545 374.60938ZM465.98795 375.0625Q465.98795 375.51562 466.23795 375.8125Q466.50357 376.10938 466.94107 376.10938Q467.36295 376.10938 467.61295 375.82812Q467.86295 375.53125 467.86295 375.03125L467.86295 374.60938Q467.86295 374.15625 467.61295 373.85938Q467.36295 373.54688 466.92545 373.54688Q466.48795 373.54688 466.23795 373.85938Q465.98795 374.15625 465.98795 374.625L465.98795 375.0625ZM469.3317 379.40625Q469.3317 378.64062 469.81607 378.15625Q470.31607 377.65625 471.0817 377.65625Q471.84732 377.65625 472.3317 378.15625Q472.8317 378.64062 472.8317 379.45312L472.8317 379.85938Q472.8317 380.625 472.34732 381.125Q471.86295 381.625 471.09732 381.625Q470.3317 381.625 469.8317 381.14062Q469.3317 380.64062 469.3317 379.82812L469.3317 379.40625ZM470.1442 379.85938Q470.1442 380.32812 470.3942 380.625Q470.65982 380.92188 471.09732 380.92188Q471.5192 380.92188 471.7692 380.64062Q472.0192 380.34375 472.0192 379.84375L472.0192 379.40625Q472.0192 378.9375 471.75357 378.65625Q471.50357 378.35938 471.0817 378.35938Q470.65982 378.35938 470.3942 378.65625Q470.1442 378.9375 470.1442 379.4375L470.1442 379.85938ZM467.19107 380.85938L466.56607 380.46875L470.73795 373.79688L471.34732 374.1875L467.19107 380.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M451.7692 377.21875L452.2067 372.96875L456.5817 372.96875L456.5817 373.96875L453.12857 373.96875L452.86295 376.29688Q453.50357 375.92188 454.30045 375.92188Q455.4567 375.92188 456.1442 376.70312Q456.8317 377.46875 456.8317 378.78125Q456.8317 380.09375 456.11295 380.85938Q455.40982 381.625 454.12857 381.625Q453.00357 381.625 452.28482 381.0Q451.56607 380.35938 451.47232 379.25L452.48795 379.25Q452.59732 379.98438 453.0192 380.35938Q453.44107 380.73438 454.12857 380.73438Q454.87857 380.73438 455.31607 380.21875Q455.75357 379.70312 455.75357 378.79688Q455.75357 377.9375 455.28482 377.42188Q454.81607 376.90625 454.03482 376.90625Q453.3317 376.90625 452.92545 377.20312L452.6442 377.4375L451.7692 377.21875ZM458.7692 377.21875L459.2067 372.96875L463.5817 372.96875L463.5817 373.96875L460.12857 373.96875L459.86295 376.29688Q460.50357 375.92188 461.30045 375.92188Q462.4567 375.92188 463.1442 376.70312Q463.8317 377.46875 463.8317 378.78125Q463.8317 380.09375 463.11295 380.85938Q462.40982 381.625 461.12857 381.625Q460.00357 381.625 459.28482 381.0Q458.56607 380.35938 458.47232 379.25L459.48795 379.25Q459.59732 379.98438 460.0192 380.35938Q460.44107 380.73438 461.12857 380.73438Q461.87857 380.73438 462.31607 380.21875Q462.75357 379.70312 462.75357 378.79688Q462.75357 377.9375 462.28482 377.42188Q461.81607 376.90625 461.03482 376.90625Q460.3317 376.90625 459.92545 377.20312L459.6442 377.4375L458.7692 377.21875ZM465.17545 374.60938Q465.17545 373.84375 465.65982 373.34375Q466.15982 372.84375 466.92545 372.84375Q467.7067 372.84375 468.19107 373.34375Q468.67545 373.84375 468.67545 374.64062L468.67545 375.0625Q468.67545 375.82812 468.17545 376.32812Q467.69107 376.8125 466.94107 376.8125Q466.17545 376.8125 465.67545 376.32812Q465.17545 375.82812 465.17545 375.01562L465.17545 374.60938ZM465.98795 375.0625Q465.98795 375.51562 466.23795 375.8125Q466.50357 376.10938 466.94107 376.10938Q467.36295 376.10938 467.61295 375.82812Q467.86295 375.53125 467.86295 375.03125L467.86295 374.60938Q467.86295 374.15625 467.61295 373.85938Q467.36295 373.54688 466.92545 373.54688Q466.48795 373.54688 466.23795 373.85938Q465.98795 374.15625 465.98795 374.625L465.98795 375.0625ZM469.3317 379.40625Q469.3317 378.64062 469.81607 378.15625Q470.31607 377.65625 471.0817 377.65625Q471.84732 377.65625 472.3317 378.15625Q472.8317 378.64062 472.8317 379.45312L472.8317 379.85938Q472.8317 380.625 472.34732 381.125Q471.86295 381.625 471.09732 381.625Q470.3317 381.625 469.8317 381.14062Q469.3317 380.64062 469.3317 379.82812L469.3317 379.40625ZM470.1442 379.85938Q470.1442 380.32812 470.3942 380.625Q470.65982 380.92188 471.09732 380.92188Q471.5192 380.92188 471.7692 380.64062Q472.0192 380.34375 472.0192 379.84375L472.0192 379.40625Q472.0192 378.9375 471.75357 378.65625Q471.50357 378.35938 471.0817 378.35938Q470.65982 378.35938 470.3942 378.65625Q470.1442 378.9375 470.1442 379.4375L470.1442 379.85938ZM467.19107 380.85938L466.56607 380.46875L470.73795 373.79688L471.34732 374.1875L467.19107 380.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M274.2611 430.5L268.66736 430.5L268.66736 429.71875L271.62048 426.4375Q272.27673 425.6875 272.52673 425.23438Q272.77673 424.76562 272.77673 424.26562Q272.77673 423.59375 272.37048 423.17188Q271.97986 422.73438 271.29236 422.73438Q270.49548 422.73438 270.04236 423.20312Q269.58923 423.65625 269.58923 424.48438L268.5111 424.48438Q268.5111 423.29688 269.2611 422.57812Q270.02673 421.84375 271.29236 421.84375Q272.49548 421.84375 273.18298 422.46875Q273.87048 423.09375 273.87048 424.14062Q273.87048 425.39062 272.2611 427.14062L269.97986 429.60938L274.2611 429.60938L274.2611 430.5ZM279.22986 430.5L278.15173 430.5L278.15173 423.28125L275.96423 424.07812L275.96423 423.09375L279.0736 421.92188L279.22986 421.92188L279.22986 430.5ZM282.5736 423.60938Q282.5736 422.84375 283.05798 422.34375Q283.55798 421.84375 284.3236 421.84375Q285.10486 421.84375 285.58923 422.34375Q286.0736 422.84375 286.0736 423.64062L286.0736 424.0625Q286.0736 424.82812 285.5736 425.32812Q285.08923 425.8125 284.33923 425.8125Q283.5736 425.8125 283.0736 425.32812Q282.5736 424.82812 282.5736 424.01562L282.5736 423.60938ZM283.3861 424.0625Q283.3861 424.51562 283.6361 424.8125Q283.90173 425.10938 284.33923 425.10938Q284.7611 425.10938 285.0111 424.82812Q285.2611 424.53125 285.2611 424.03125L285.2611 423.60938Q285.2611 423.15625 285.0111 422.85938Q284.7611 422.54688 284.3236 422.54688Q283.8861 422.54688 283.6361 422.85938Q283.3861 423.15625 283.3861 423.625L283.3861 424.0625ZM286.72986 428.40625Q286.72986 427.64062 287.21423 427.15625Q287.71423 426.65625 288.47986 426.65625Q289.24548 426.65625 289.72986 427.15625Q290.22986 427.64062 290.22986 428.45312L290.22986 428.85938Q290.22986 429.625 289.74548 430.125Q289.2611 430.625 288.49548 430.625Q287.72986 430.625 287.22986 430.14062Q286.72986 429.64062 286.72986 428.82812L286.72986 428.40625ZM287.54236 428.85938Q287.54236 429.32812 287.79236 429.625Q288.05798 429.92188 288.49548 429.92188Q288.91736 429.92188 289.16736 429.64062Q289.41736 429.34375 289.41736 428.84375L289.41736 428.40625Q289.41736 427.9375 289.15173 427.65625Q288.90173 427.35938 288.47986 427.35938Q288.05798 427.35938 287.79236 427.65625Q287.54236 427.9375 287.54236 428.4375L287.54236 428.85938ZM284.58923 429.85938L283.96423 429.46875L288.1361 422.79688L288.74548 423.1875L284.58923 429.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M274.2611 430.5L268.66736 430.5L268.66736 429.71875L271.62048 426.4375Q272.27673 425.6875 272.52673 425.23438Q272.77673 424.76562 272.77673 424.26562Q272.77673 423.59375 272.37048 423.17188Q271.97986 422.73438 271.29236 422.73438Q270.49548 422.73438 270.04236 423.20312Q269.58923 423.65625 269.58923 424.48438L268.5111 424.48438Q268.5111 423.29688 269.2611 422.57812Q270.02673 421.84375 271.29236 421.84375Q272.49548 421.84375 273.18298 422.46875Q273.87048 423.09375 273.87048 424.14062Q273.87048 425.39062 272.2611 427.14062L269.97986 429.60938L274.2611 429.60938L274.2611 430.5ZM279.22986 430.5L278.15173 430.5L278.15173 423.28125L275.96423 424.07812L275.96423 423.09375L279.0736 421.92188L279.22986 421.92188L279.22986 430.5ZM282.5736 423.60938Q282.5736 422.84375 283.05798 422.34375Q283.55798 421.84375 284.3236 421.84375Q285.10486 421.84375 285.58923 422.34375Q286.0736 422.84375 286.0736 423.64062L286.0736 424.0625Q286.0736 424.82812 285.5736 425.32812Q285.08923 425.8125 284.33923 425.8125Q283.5736 425.8125 283.0736 425.32812Q282.5736 424.82812 282.5736 424.01562L282.5736 423.60938ZM283.3861 424.0625Q283.3861 424.51562 283.6361 424.8125Q283.90173 425.10938 284.33923 425.10938Q284.7611 425.10938 285.0111 424.82812Q285.2611 424.53125 285.2611 424.03125L285.2611 423.60938Q285.2611 423.15625 285.0111 422.85938Q284.7611 422.54688 284.3236 422.54688Q283.8861 422.54688 283.6361 422.85938Q283.3861 423.15625 283.3861 423.625L283.3861 424.0625ZM286.72986 428.40625Q286.72986 427.64062 287.21423 427.15625Q287.71423 426.65625 288.47986 426.65625Q289.24548 426.65625 289.72986 427.15625Q290.22986 427.64062 290.22986 428.45312L290.22986 428.85938Q290.22986 429.625 289.74548 430.125Q289.2611 430.625 288.49548 430.625Q287.72986 430.625 287.22986 430.14062Q286.72986 429.64062 286.72986 428.82812L286.72986 428.40625ZM287.54236 428.85938Q287.54236 429.32812 287.79236 429.625Q288.05798 429.92188 288.49548 429.92188Q288.91736 429.92188 289.16736 429.64062Q289.41736 429.34375 289.41736 428.84375L289.41736 428.40625Q289.41736 427.9375 289.15173 427.65625Q288.90173 427.35938 288.47986 427.35938Q288.05798 427.35938 287.79236 427.65625Q287.54236 427.9375 287.54236 428.4375L287.54236 428.85938ZM284.58923 429.85938L283.96423 429.46875L288.1361 422.79688L288.74548 423.1875L284.58923 429.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M204.91422 472.1875Q204.91422 472.82812 204.57047 473.32812Q204.22672 473.82812 203.66422 474.10938Q204.32047 474.39062 204.71109 474.95312Q205.10172 475.5 205.10172 476.20312Q205.10172 477.29688 204.35172 477.96875Q203.61734 478.625 202.39859 478.625Q201.16422 478.625 200.41422 477.96875Q199.67984 477.29688 199.67984 476.20312Q199.67984 475.5 200.05484 474.95312Q200.42984 474.39062 201.10172 474.10938Q200.53922 473.82812 200.21109 473.32812Q199.88297 472.82812 199.88297 472.1875Q199.88297 471.10938 200.57047 470.48438Q201.25797 469.84375 202.39859 469.84375Q203.52359 469.84375 204.21109 470.48438Q204.91422 471.10938 204.91422 472.1875ZM204.02359 476.17188Q204.02359 475.45312 203.57047 475.01562Q203.11734 474.5625 202.38297 474.5625Q201.64859 474.5625 201.19547 475.01562Q200.75797 475.45312 200.75797 476.1875Q200.75797 476.90625 201.19547 477.32812Q201.63297 477.73438 202.39859 477.73438Q203.14859 477.73438 203.58609 477.3125Q204.02359 476.89062 204.02359 476.17188ZM202.39859 470.73438Q201.75797 470.73438 201.35172 471.14062Q200.96109 471.53125 200.96109 472.21875Q200.96109 472.85938 201.35172 473.26562Q201.74234 473.67188 202.38297 473.67188Q203.03922 473.67188 203.42984 473.26562Q203.82047 472.85938 203.82047 472.21875Q203.82047 471.5625 203.41422 471.15625Q203.00797 470.73438 202.39859 470.73438ZM206.63297 471.60938Q206.63297 470.84375 207.11734 470.34375Q207.61734 469.84375 208.38297 469.84375Q209.16422 469.84375 209.64859 470.34375Q210.13297 470.84375 210.13297 471.64062L210.13297 472.0625Q210.13297 472.82812 209.63297 473.32812Q209.14859 473.8125 208.39859 473.8125Q207.63297 473.8125 207.13297 473.32812Q206.63297 472.82812 206.63297 472.01562L206.63297 471.60938ZM207.44547 472.0625Q207.44547 472.51562 207.69547 472.8125Q207.96109 473.10938 208.39859 473.10938Q208.82047 473.10938 209.07047 472.82812Q209.32047 472.53125 209.32047 472.03125L209.32047 471.60938Q209.32047 471.15625 209.07047 470.85938Q208.82047 470.54688 208.38297 470.54688Q207.94547 470.54688 207.69547 470.85938Q207.44547 471.15625 207.44547 471.625L207.44547 472.0625ZM210.78922 476.40625Q210.78922 475.64062 211.27359 475.15625Q211.77359 474.65625 212.53922 474.65625Q213.30484 474.65625 213.78922 475.15625Q214.28922 475.64062 214.28922 476.45312L214.28922 476.85938Q214.28922 477.625 213.80484 478.125Q213.32047 478.625 212.55484 478.625Q211.78922 478.625 211.28922 478.14062Q210.78922 477.64062 210.78922 476.82812L210.78922 476.40625ZM211.60172 476.85938Q211.60172 477.32812 211.85172 477.625Q212.11734 477.92188 212.55484 477.92188Q212.97672 477.92188 213.22672 477.64062Q213.47672 477.34375 213.47672 476.84375L213.47672 476.40625Q213.47672 475.9375 213.21109 475.65625Q212.96109 475.35938 212.53922 475.35938Q212.11734 475.35938 211.85172 475.65625Q211.60172 475.9375 211.60172 476.4375L211.60172 476.85938ZM208.64859 477.85938L208.02359 477.46875L212.19547 470.79688L212.80484 471.1875L208.64859 477.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M204.91422 472.1875Q204.91422 472.82812 204.57047 473.32812Q204.22672 473.82812 203.66422 474.10938Q204.32047 474.39062 204.71109 474.95312Q205.10172 475.5 205.10172 476.20312Q205.10172 477.29688 204.35172 477.96875Q203.61734 478.625 202.39859 478.625Q201.16422 478.625 200.41422 477.96875Q199.67984 477.29688 199.67984 476.20312Q199.67984 475.5 200.05484 474.95312Q200.42984 474.39062 201.10172 474.10938Q200.53922 473.82812 200.21109 473.32812Q199.88297 472.82812 199.88297 472.1875Q199.88297 471.10938 200.57047 470.48438Q201.25797 469.84375 202.39859 469.84375Q203.52359 469.84375 204.21109 470.48438Q204.91422 471.10938 204.91422 472.1875ZM204.02359 476.17188Q204.02359 475.45312 203.57047 475.01562Q203.11734 474.5625 202.38297 474.5625Q201.64859 474.5625 201.19547 475.01562Q200.75797 475.45312 200.75797 476.1875Q200.75797 476.90625 201.19547 477.32812Q201.63297 477.73438 202.39859 477.73438Q203.14859 477.73438 203.58609 477.3125Q204.02359 476.89062 204.02359 476.17188ZM202.39859 470.73438Q201.75797 470.73438 201.35172 471.14062Q200.96109 471.53125 200.96109 472.21875Q200.96109 472.85938 201.35172 473.26562Q201.74234 473.67188 202.38297 473.67188Q203.03922 473.67188 203.42984 473.26562Q203.82047 472.85938 203.82047 472.21875Q203.82047 471.5625 203.41422 471.15625Q203.00797 470.73438 202.39859 470.73438ZM206.63297 471.60938Q206.63297 470.84375 207.11734 470.34375Q207.61734 469.84375 208.38297 469.84375Q209.16422 469.84375 209.64859 470.34375Q210.13297 470.84375 210.13297 471.64062L210.13297 472.0625Q210.13297 472.82812 209.63297 473.32812Q209.14859 473.8125 208.39859 473.8125Q207.63297 473.8125 207.13297 473.32812Q206.63297 472.82812 206.63297 472.01562L206.63297 471.60938ZM207.44547 472.0625Q207.44547 472.51562 207.69547 472.8125Q207.96109 473.10938 208.39859 473.10938Q208.82047 473.10938 209.07047 472.82812Q209.32047 472.53125 209.32047 472.03125L209.32047 471.60938Q209.32047 471.15625 209.07047 470.85938Q208.82047 470.54688 208.38297 470.54688Q207.94547 470.54688 207.69547 470.85938Q207.44547 471.15625 207.44547 471.625L207.44547 472.0625ZM210.78922 476.40625Q210.78922 475.64062 211.27359 475.15625Q211.77359 474.65625 212.53922 474.65625Q213.30484 474.65625 213.78922 475.15625Q214.28922 475.64062 214.28922 476.45312L214.28922 476.85938Q214.28922 477.625 213.80484 478.125Q213.32047 478.625 212.55484 478.625Q211.78922 478.625 211.28922 478.14062Q210.78922 477.64062 210.78922 476.82812L210.78922 476.40625ZM211.60172 476.85938Q211.60172 477.32812 211.85172 477.625Q212.11734 477.92188 212.55484 477.92188Q212.97672 477.92188 213.22672 477.64062Q213.47672 477.34375 213.47672 476.84375L213.47672 476.40625Q213.47672 475.9375 213.21109 475.65625Q212.96109 475.35938 212.53922 475.35938Q212.11734 475.35938 211.85172 475.65625Q211.60172 475.9375 211.60172 476.4375L211.60172 476.85938ZM208.64859 477.85938L208.02359 477.46875L212.19547 470.79688L212.80484 471.1875L208.64859 477.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M259.77383 527.5L258.6957 527.5L258.6957 520.28125L256.5082 521.0781L256.5082 520.09375L259.61758 518.9219L259.77383 518.9219L259.77383 527.5ZM267.36758 523.75Q267.03946 524.15625 266.55508 524.40625Q266.08633 524.6406 265.52383 524.6406Q264.78946 524.6406 264.24258 524.28125Q263.6957 523.9219 263.39883 523.2656Q263.10196 522.59375 263.10196 521.7969Q263.10196 520.9531 263.41446 520.2656Q263.74258 519.5781 264.33633 519.21875Q264.9457 518.84375 265.74258 518.84375Q267.0082 518.84375 267.72696 519.7969Q268.46133 520.75 268.46133 522.375L268.46133 522.6875Q268.46133 525.1875 267.47696 526.3281Q266.49258 527.46875 264.5082 527.5L264.28946 527.5L264.28946 526.59375L264.52383 526.59375Q265.86758 526.5625 266.58633 525.8906Q267.30508 525.21875 267.36758 523.75ZM265.6957 523.75Q266.24258 523.75 266.6957 523.4219Q267.16446 523.0781 267.3832 522.59375L267.3832 522.15625Q267.3832 521.09375 266.91446 520.4219Q266.4457 519.75 265.74258 519.75Q265.02383 519.75 264.58633 520.2969Q264.16446 520.84375 264.16446 521.75Q264.16446 522.625 264.5707 523.1875Q264.99258 523.75 265.6957 523.75ZM270.11758 520.6094Q270.11758 519.84375 270.60196 519.34375Q271.10196 518.84375 271.86758 518.84375Q272.64883 518.84375 273.1332 519.34375Q273.61758 519.84375 273.61758 520.6406L273.61758 521.0625Q273.61758 521.8281 273.11758 522.3281Q272.6332 522.8125 271.8832 522.8125Q271.11758 522.8125 270.61758 522.3281Q270.11758 521.8281 270.11758 521.0156L270.11758 520.6094ZM270.93008 521.0625Q270.93008 521.5156 271.18008 521.8125Q271.4457 522.1094 271.8832 522.1094Q272.30508 522.1094 272.55508 521.8281Q272.80508 521.53125 272.80508 521.03125L272.80508 520.6094Q272.80508 520.15625 272.55508 519.8594Q272.30508 519.5469 271.86758 519.5469Q271.43008 519.5469 271.18008 519.8594Q270.93008 520.15625 270.93008 520.625L270.93008 521.0625ZM274.27383 525.40625Q274.27383 524.6406 274.7582 524.15625Q275.2582 523.65625 276.02383 523.65625Q276.78946 523.65625 277.27383 524.15625Q277.77383 524.6406 277.77383 525.4531L277.77383 525.8594Q277.77383 526.625 277.28946 527.125Q276.80508 527.625 276.03946 527.625Q275.27383 527.625 274.77383 527.1406Q274.27383 526.6406 274.27383 525.8281L274.27383 525.40625ZM275.08633 525.8594Q275.08633 526.3281 275.33633 526.625Q275.60196 526.9219 276.03946 526.9219Q276.46133 526.9219 276.71133 526.6406Q276.96133 526.34375 276.96133 525.84375L276.96133 525.40625Q276.96133 524.9375 276.6957 524.65625Q276.4457 524.3594 276.02383 524.3594Q275.60196 524.3594 275.33633 524.65625Q275.08633 524.9375 275.08633 525.4375L275.08633 525.8594ZM272.1332 526.8594L271.5082 526.46875L275.68008 519.7969L276.28946 520.1875L272.1332 526.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M259.7738 527.5L258.69568 527.5L258.69568 520.28125L256.50818 521.0781L256.50818 520.09375L259.61755 518.9219L259.7738 518.9219L259.7738 527.5ZM267.36755 523.75Q267.03943 524.15625 266.55505 524.40625Q266.0863 524.6406 265.5238 524.6406Q264.78943 524.6406 264.24255 524.28125Q263.69568 523.9219 263.3988 523.2656Q263.10193 522.59375 263.10193 521.7969Q263.10193 520.9531 263.41443 520.2656Q263.74255 519.5781 264.3363 519.21875Q264.94568 518.84375 265.74255 518.84375Q267.00818 518.84375 267.72693 519.7969Q268.4613 520.75 268.4613 522.375L268.4613 522.6875Q268.4613 525.1875 267.47693 526.3281Q266.49255 527.46875 264.50818 527.5L264.28943 527.5L264.28943 526.59375L264.5238 526.59375Q265.86755 526.5625 266.5863 525.8906Q267.30505 525.21875 267.36755 523.75ZM265.69568 523.75Q266.24255 523.75 266.69568 523.4219Q267.16443 523.0781 267.38318 522.59375L267.38318 522.15625Q267.38318 521.09375 266.91443 520.4219Q266.44568 519.75 265.74255 519.75Q265.0238 519.75 264.5863 520.2969Q264.16443 520.84375 264.16443 521.75Q264.16443 522.625 264.57068 523.1875Q264.99255 523.75 265.69568 523.75ZM270.11755 520.6094Q270.11755 519.84375 270.60193 519.34375Q271.10193 518.84375 271.86755 518.84375Q272.6488 518.84375 273.13318 519.34375Q273.61755 519.84375 273.61755 520.6406L273.61755 521.0625Q273.61755 521.8281 273.11755 522.3281Q272.63318 522.8125 271.88318 522.8125Q271.11755 522.8125 270.61755 522.3281Q270.11755 521.8281 270.11755 521.0156L270.11755 520.6094ZM270.93005 521.0625Q270.93005 521.5156 271.18005 521.8125Q271.44568 522.1094 271.88318 522.1094Q272.30505 522.1094 272.55505 521.8281Q272.80505 521.53125 272.80505 521.03125L272.80505 520.6094Q272.80505 520.15625 272.55505 519.8594Q272.30505 519.5469 271.86755 519.5469Q271.43005 519.5469 271.18005 519.8594Q270.93005 520.15625 270.93005 520.625L270.93005 521.0625ZM274.2738 525.40625Q274.2738 524.6406 274.75818 524.15625Q275.25818 523.65625 276.0238 523.65625Q276.78943 523.65625 277.2738 524.15625Q277.7738 524.6406 277.7738 525.4531L277.7738 525.8594Q277.7738 526.625 277.28943 527.125Q276.80505 527.625 276.03943 527.625Q275.2738 527.625 274.7738 527.1406Q274.2738 526.6406 274.2738 525.8281L274.2738 525.40625ZM275.0863 525.8594Q275.0863 526.3281 275.3363 526.625Q275.60193 526.9219 276.03943 526.9219Q276.4613 526.9219 276.7113 526.6406Q276.9613 526.34375 276.9613 525.84375L276.9613 525.40625Q276.9613 524.9375 276.69568 524.65625Q276.44568 524.3594 276.0238 524.3594Q275.60193 524.3594 275.3363 524.65625Q275.0863 524.9375 275.0863 525.4375L275.0863 525.8594ZM272.13318 526.8594L271.50818 526.46875L275.68005 519.7969L276.28943 520.1875L272.13318 526.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M182.14818 572.21875L182.58568 567.96875L186.96068 567.96875L186.96068 568.96875L183.50755 568.96875L183.24193 571.2969Q183.88255 570.9219 184.67943 570.9219Q185.83568 570.9219 186.52318 571.7031Q187.21068 572.46875 187.21068 573.78125Q187.21068 575.09375 186.49193 575.8594Q185.7888 576.625 184.50755 576.625Q183.38255 576.625 182.6638 576.0Q181.94505 575.3594 181.8513 574.25L182.86693 574.25Q182.9763 574.9844 183.39818 575.3594Q183.82005 575.7344 184.50755 575.7344Q185.25755 575.7344 185.69505 575.21875Q186.13255 574.7031 186.13255 573.7969Q186.13255 572.9375 185.6638 572.4219Q185.19505 571.90625 184.4138 571.90625Q183.71068 571.90625 183.30443 572.2031L183.02318 572.4375L182.14818 572.21875ZM188.55443 569.6094Q188.55443 568.84375 189.0388 568.34375Q189.5388 567.84375 190.30443 567.84375Q191.08568 567.84375 191.57005 568.34375Q192.05443 568.84375 192.05443 569.6406L192.05443 570.0625Q192.05443 570.8281 191.55443 571.3281Q191.07005 571.8125 190.32005 571.8125Q189.55443 571.8125 189.05443 571.3281Q188.55443 570.8281 188.55443 570.0156L188.55443 569.6094ZM189.36693 570.0625Q189.36693 570.5156 189.61693 570.8125Q189.88255 571.1094 190.32005 571.1094Q190.74193 571.1094 190.99193 570.8281Q191.24193 570.53125 191.24193 570.03125L191.24193 569.6094Q191.24193 569.15625 190.99193 568.8594Q190.74193 568.5469 190.30443 568.5469Q189.86693 568.5469 189.61693 568.8594Q189.36693 569.15625 189.36693 569.625L189.36693 570.0625ZM192.71068 574.40625Q192.71068 573.6406 193.19505 573.15625Q193.69505 572.65625 194.46068 572.65625Q195.2263 572.65625 195.71068 573.15625Q196.21068 573.6406 196.21068 574.4531L196.21068 574.8594Q196.21068 575.625 195.7263 576.125Q195.24193 576.625 194.4763 576.625Q193.71068 576.625 193.21068 576.1406Q192.71068 575.6406 192.71068 574.8281L192.71068 574.40625ZM193.52318 574.8594Q193.52318 575.3281 193.77318 575.625Q194.0388 575.9219 194.4763 575.9219Q194.89818 575.9219 195.14818 575.6406Q195.39818 575.34375 195.39818 574.84375L195.39818 574.40625Q195.39818 573.9375 195.13255 573.65625Q194.88255 573.3594 194.46068 573.3594Q194.0388 573.3594 193.77318 573.65625Q193.52318 573.9375 193.52318 574.4375L193.52318 574.8594ZM190.57005 575.8594L189.94505 575.46875L194.11693 568.7969L194.7263 569.1875L190.57005 575.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M182.14818 572.21875L182.58568 567.96875L186.96068 567.96875L186.96068 568.96875L183.50755 568.96875L183.24193 571.2969Q183.88255 570.9219 184.67943 570.9219Q185.83568 570.9219 186.52318 571.7031Q187.21068 572.46875 187.21068 573.78125Q187.21068 575.09375 186.49193 575.8594Q185.7888 576.625 184.50755 576.625Q183.38255 576.625 182.6638 576.0Q181.94505 575.3594 181.8513 574.25L182.86693 574.25Q182.9763 574.9844 183.39818 575.3594Q183.82005 575.7344 184.50755 575.7344Q185.25755 575.7344 185.69505 575.21875Q186.13255 574.7031 186.13255 573.7969Q186.13255 572.9375 185.6638 572.4219Q185.19505 571.90625 184.4138 571.90625Q183.71068 571.90625 183.30443 572.2031L183.02318 572.4375L182.14818 572.21875ZM188.55443 569.6094Q188.55443 568.84375 189.0388 568.34375Q189.5388 567.84375 190.30443 567.84375Q191.08568 567.84375 191.57005 568.34375Q192.05443 568.84375 192.05443 569.6406L192.05443 570.0625Q192.05443 570.8281 191.55443 571.3281Q191.07005 571.8125 190.32005 571.8125Q189.55443 571.8125 189.05443 571.3281Q188.55443 570.8281 188.55443 570.0156L188.55443 569.6094ZM189.36693 570.0625Q189.36693 570.5156 189.61693 570.8125Q189.88255 571.1094 190.32005 571.1094Q190.74193 571.1094 190.99193 570.8281Q191.24193 570.53125 191.24193 570.03125L191.24193 569.6094Q191.24193 569.15625 190.99193 568.8594Q190.74193 568.5469 190.30443 568.5469Q189.86693 568.5469 189.61693 568.8594Q189.36693 569.15625 189.36693 569.625L189.36693 570.0625ZM192.71068 574.40625Q192.71068 573.6406 193.19505 573.15625Q193.69505 572.65625 194.46068 572.65625Q195.2263 572.65625 195.71068 573.15625Q196.21068 573.6406 196.21068 574.4531L196.21068 574.8594Q196.21068 575.625 195.7263 576.125Q195.24193 576.625 194.4763 576.625Q193.71068 576.625 193.21068 576.1406Q192.71068 575.6406 192.71068 574.8281L192.71068 574.40625ZM193.52318 574.8594Q193.52318 575.3281 193.77318 575.625Q194.0388 575.9219 194.4763 575.9219Q194.89818 575.9219 195.14818 575.6406Q195.39818 575.34375 195.39818 574.84375L195.39818 574.40625Q195.39818 573.9375 195.13255 573.65625Q194.88255 573.3594 194.46068 573.3594Q194.0388 573.3594 193.77318 573.65625Q193.52318 573.9375 193.52318 574.4375L193.52318 574.8594ZM190.57005 575.8594L189.94505 575.46875L194.11693 568.7969L194.7263 569.1875L190.57005 575.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M330.03455 95.703125L330.84705 95.703125Q331.6283 95.6875 332.0658 95.296875Q332.5033 94.90625 332.5033 94.234375Q332.5033 92.734375 331.0033 92.734375Q330.30017 92.734375 329.8783 93.140625Q329.47205 93.546875 329.47205 94.203125L328.3783 94.203125Q328.3783 93.1875 329.11267 92.515625Q329.86267 91.84375 331.0033 91.84375Q332.20642 91.84375 332.89392 92.484375Q333.58142 93.125 333.58142 94.265625Q333.58142 94.828125 333.22205 95.34375Q332.86267 95.859375 332.23767 96.125Q332.9408 96.34375 333.3158 96.859375Q333.70642 97.375 333.70642 98.125Q333.70642 99.265625 332.95642 99.953125Q332.20642 100.625 331.0033 100.625Q329.8158 100.625 329.05017 99.96875Q328.30017 99.3125 328.30017 98.25L329.39392 98.25Q329.39392 98.921875 329.83142 99.328125Q330.26892 99.734375 331.01892 99.734375Q331.80017 99.734375 332.20642 99.328125Q332.6283 98.90625 332.6283 98.140625Q332.6283 97.40625 332.17517 97.015625Q331.72205 96.609375 330.84705 96.59375L330.03455 96.59375L330.03455 95.703125ZM341.05017 100.5L335.45642 100.5L335.45642 99.71875L338.40955 96.4375Q339.0658 95.6875 339.3158 95.234375Q339.5658 94.765625 339.5658 94.265625Q339.5658 93.59375 339.15955 93.171875Q338.76892 92.734375 338.08142 92.734375Q337.28455 92.734375 336.83142 93.203125Q336.3783 93.65625 336.3783 94.484375L335.30017 94.484375Q335.30017 93.296875 336.05017 92.578125Q336.8158 91.84375 338.08142 91.84375Q339.28455 91.84375 339.97205 92.46875Q340.65955 93.09375 340.65955 94.140625Q340.65955 95.390625 339.05017 97.140625L336.76892 99.609375L341.05017 99.609375L341.05017 100.5ZM342.36267 93.609375Q342.36267 92.84375 342.84705 92.34375Q343.34705 91.84375 344.11267 91.84375Q344.89392 91.84375 345.3783 92.34375Q345.86267 92.84375 345.86267 93.640625L345.86267 94.0625Q345.86267 94.828125 345.36267 95.328125Q344.8783 95.8125 344.1283 95.8125Q343.36267 95.8125 342.86267 95.328125Q342.36267 94.828125 342.36267 94.015625L342.36267 93.609375ZM343.17517 94.0625Q343.17517 94.515625 343.42517 94.8125Q343.6908 95.109375 344.1283 95.109375Q344.55017 95.109375 344.80017 94.828125Q345.05017 94.53125 345.05017 94.03125L345.05017 93.609375Q345.05017 93.15625 344.80017 92.859375Q344.55017 92.546875 344.11267 92.546875Q343.67517 92.546875 343.42517 92.859375Q343.17517 93.15625 343.17517 93.625L343.17517 94.0625ZM346.51892 98.40625Q346.51892 97.640625 347.0033 97.15625Q347.5033 96.65625 348.26892 96.65625Q349.03455 96.65625 349.51892 97.15625Q350.01892 97.640625 350.01892 98.453125L350.01892 98.859375Q350.01892 99.625 349.53455 100.125Q349.05017 100.625 348.28455 100.625Q347.51892 100.625 347.01892 100.140625Q346.51892 99.640625 346.51892 98.828125L346.51892 98.40625ZM347.33142 98.859375Q347.33142 99.328125 347.58142 99.625Q347.84705 99.921875 348.28455 99.921875Q348.70642 99.921875 348.95642 99.640625Q349.20642 99.34375 349.20642 98.84375L349.20642 98.40625Q349.20642 97.9375 348.9408 97.65625Q348.6908 97.359375 348.26892 97.359375Q347.84705 97.359375 347.58142 97.65625Q347.33142 97.9375 347.33142 98.4375L347.33142 98.859375ZM344.3783 99.859375L343.7533 99.46875L347.92517 92.796875L348.53455 93.1875L344.3783 99.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M330.03455 95.703125L330.84705 95.703125Q331.6283 95.6875 332.0658 95.296875Q332.5033 94.90625 332.5033 94.234375Q332.5033 92.734375 331.0033 92.734375Q330.30017 92.734375 329.8783 93.140625Q329.47205 93.546875 329.47205 94.203125L328.3783 94.203125Q328.3783 93.1875 329.11267 92.515625Q329.86267 91.84375 331.0033 91.84375Q332.20642 91.84375 332.89392 92.484375Q333.58142 93.125 333.58142 94.265625Q333.58142 94.828125 333.22205 95.34375Q332.86267 95.859375 332.23767 96.125Q332.9408 96.34375 333.3158 96.859375Q333.70642 97.375 333.70642 98.125Q333.70642 99.265625 332.95642 99.953125Q332.20642 100.625 331.0033 100.625Q329.8158 100.625 329.05017 99.96875Q328.30017 99.3125 328.30017 98.25L329.39392 98.25Q329.39392 98.921875 329.83142 99.328125Q330.26892 99.734375 331.01892 99.734375Q331.80017 99.734375 332.20642 99.328125Q332.6283 98.90625 332.6283 98.140625Q332.6283 97.40625 332.17517 97.015625Q331.72205 96.609375 330.84705 96.59375L330.03455 96.59375L330.03455 95.703125ZM341.05017 100.5L335.45642 100.5L335.45642 99.71875L338.40955 96.4375Q339.0658 95.6875 339.3158 95.234375Q339.5658 94.765625 339.5658 94.265625Q339.5658 93.59375 339.15955 93.171875Q338.76892 92.734375 338.08142 92.734375Q337.28455 92.734375 336.83142 93.203125Q336.3783 93.65625 336.3783 94.484375L335.30017 94.484375Q335.30017 93.296875 336.05017 92.578125Q336.8158 91.84375 338.08142 91.84375Q339.28455 91.84375 339.97205 92.46875Q340.65955 93.09375 340.65955 94.140625Q340.65955 95.390625 339.05017 97.140625L336.76892 99.609375L341.05017 99.609375L341.05017 100.5ZM342.36267 93.609375Q342.36267 92.84375 342.84705 92.34375Q343.34705 91.84375 344.11267 91.84375Q344.89392 91.84375 345.3783 92.34375Q345.86267 92.84375 345.86267 93.640625L345.86267 94.0625Q345.86267 94.828125 345.36267 95.328125Q344.8783 95.8125 344.1283 95.8125Q343.36267 95.8125 342.86267 95.328125Q342.36267 94.828125 342.36267 94.015625L342.36267 93.609375ZM343.17517 94.0625Q343.17517 94.515625 343.42517 94.8125Q343.6908 95.109375 344.1283 95.109375Q344.55017 95.109375 344.80017 94.828125Q345.05017 94.53125 345.05017 94.03125L345.05017 93.609375Q345.05017 93.15625 344.80017 92.859375Q344.55017 92.546875 344.11267 92.546875Q343.67517 92.546875 343.42517 92.859375Q343.17517 93.15625 343.17517 93.625L343.17517 94.0625ZM346.51892 98.40625Q346.51892 97.640625 347.0033 97.15625Q347.5033 96.65625 348.26892 96.65625Q349.03455 96.65625 349.51892 97.15625Q350.01892 97.640625 350.01892 98.453125L350.01892 98.859375Q350.01892 99.625 349.53455 100.125Q349.05017 100.625 348.28455 100.625Q347.51892 100.625 347.01892 100.140625Q346.51892 99.640625 346.51892 98.828125L346.51892 98.40625ZM347.33142 98.859375Q347.33142 99.328125 347.58142 99.625Q347.84705 99.921875 348.28455 99.921875Q348.70642 99.921875 348.95642 99.640625Q349.20642 99.34375 349.20642 98.84375L349.20642 98.40625Q349.20642 97.9375 348.9408 97.65625Q348.6908 97.359375 348.26892 97.359375Q347.84705 97.359375 347.58142 97.65625Q347.33142 97.9375 347.33142 98.4375L347.33142 98.859375ZM344.3783 99.859375L343.7533 99.46875L347.92517 92.796875L348.53455 93.1875L344.3783 99.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M329.12692 143.70312L329.93942 143.70312Q330.72067 143.6875 331.15817 143.29688Q331.59567 142.90625 331.59567 142.23438Q331.59567 140.73438 330.09567 140.73438Q329.39255 140.73438 328.97067 141.14062Q328.56442 141.54688 328.56442 142.20312L327.47067 142.20312Q327.47067 141.1875 328.20505 140.51562Q328.95505 139.84375 330.09567 139.84375Q331.2988 139.84375 331.9863 140.48438Q332.6738 141.125 332.6738 142.26562Q332.6738 142.82812 332.31442 143.34375Q331.95505 143.85938 331.33005 144.125Q332.03317 144.34375 332.40817 144.85938Q332.7988 145.375 332.7988 146.125Q332.7988 147.26562 332.0488 147.95312Q331.2988 148.625 330.09567 148.625Q328.90817 148.625 328.14255 147.96875Q327.39255 147.3125 327.39255 146.25L328.4863 146.25Q328.4863 146.92188 328.9238 147.32812Q329.3613 147.73438 330.1113 147.73438Q330.89255 147.73438 331.2988 147.32812Q331.72067 146.90625 331.72067 146.14062Q331.72067 145.40625 331.26755 145.01562Q330.81442 144.60938 329.93942 144.59375L329.12692 144.59375L329.12692 143.70312ZM340.14255 148.5L334.5488 148.5L334.5488 147.71875L337.50192 144.4375Q338.15817 143.6875 338.40817 143.23438Q338.65817 142.76562 338.65817 142.26562Q338.65817 141.59375 338.25192 141.17188Q337.8613 140.73438 337.1738 140.73438Q336.37692 140.73438 335.9238 141.20312Q335.47067 141.65625 335.47067 142.48438L334.39255 142.48438Q334.39255 141.29688 335.14255 140.57812Q335.90817 139.84375 337.1738 139.84375Q338.37692 139.84375 339.06442 140.46875Q339.75192 141.09375 339.75192 142.14062Q339.75192 143.39062 338.14255 145.14062L335.8613 147.60938L340.14255 147.60938L340.14255 148.5ZM341.45505 141.60938Q341.45505 140.84375 341.93942 140.34375Q342.43942 139.84375 343.20505 139.84375Q343.9863 139.84375 344.47067 140.34375Q344.95505 140.84375 344.95505 141.64062L344.95505 142.0625Q344.95505 142.82812 344.45505 143.32812Q343.97067 143.8125 343.22067 143.8125Q342.45505 143.8125 341.95505 143.32812Q341.45505 142.82812 341.45505 142.01562L341.45505 141.60938ZM342.26755 142.0625Q342.26755 142.51562 342.51755 142.8125Q342.78317 143.10938 343.22067 143.10938Q343.64255 143.10938 343.89255 142.82812Q344.14255 142.53125 344.14255 142.03125L344.14255 141.60938Q344.14255 141.15625 343.89255 140.85938Q343.64255 140.54688 343.20505 140.54688Q342.76755 140.54688 342.51755 140.85938Q342.26755 141.15625 342.26755 141.625L342.26755 142.0625ZM345.6113 146.40625Q345.6113 145.64062 346.09567 145.15625Q346.59567 144.65625 347.3613 144.65625Q348.12692 144.65625 348.6113 145.15625Q349.1113 145.64062 349.1113 146.45312L349.1113 146.85938Q349.1113 147.625 348.62692 148.125Q348.14255 148.625 347.37692 148.625Q346.6113 148.625 346.1113 148.14062Q345.6113 147.64062 345.6113 146.82812L345.6113 146.40625ZM346.4238 146.85938Q346.4238 147.32812 346.6738 147.625Q346.93942 147.92188 347.37692 147.92188Q347.7988 147.92188 348.0488 147.64062Q348.2988 147.34375 348.2988 146.84375L348.2988 146.40625Q348.2988 145.9375 348.03317 145.65625Q347.78317 145.35938 347.3613 145.35938Q346.93942 145.35938 346.6738 145.65625Q346.4238 145.9375 346.4238 146.4375L346.4238 146.85938ZM343.47067 147.85938L342.84567 147.46875L347.01755 140.79688L347.62692 141.1875L343.47067 147.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M329.12692 143.70312L329.93942 143.70312Q330.72067 143.6875 331.15817 143.29688Q331.59567 142.90625 331.59567 142.23438Q331.59567 140.73438 330.09567 140.73438Q329.39255 140.73438 328.97067 141.14062Q328.56442 141.54688 328.56442 142.20312L327.47067 142.20312Q327.47067 141.1875 328.20505 140.51562Q328.95505 139.84375 330.09567 139.84375Q331.2988 139.84375 331.9863 140.48438Q332.6738 141.125 332.6738 142.26562Q332.6738 142.82812 332.31442 143.34375Q331.95505 143.85938 331.33005 144.125Q332.03317 144.34375 332.40817 144.85938Q332.7988 145.375 332.7988 146.125Q332.7988 147.26562 332.0488 147.95312Q331.2988 148.625 330.09567 148.625Q328.90817 148.625 328.14255 147.96875Q327.39255 147.3125 327.39255 146.25L328.4863 146.25Q328.4863 146.92188 328.9238 147.32812Q329.3613 147.73438 330.1113 147.73438Q330.89255 147.73438 331.2988 147.32812Q331.72067 146.90625 331.72067 146.14062Q331.72067 145.40625 331.26755 145.01562Q330.81442 144.60938 329.93942 144.59375L329.12692 144.59375L329.12692 143.70312ZM340.14255 148.5L334.5488 148.5L334.5488 147.71875L337.50192 144.4375Q338.15817 143.6875 338.40817 143.23438Q338.65817 142.76562 338.65817 142.26562Q338.65817 141.59375 338.25192 141.17188Q337.8613 140.73438 337.1738 140.73438Q336.37692 140.73438 335.9238 141.20312Q335.47067 141.65625 335.47067 142.48438L334.39255 142.48438Q334.39255 141.29688 335.14255 140.57812Q335.90817 139.84375 337.1738 139.84375Q338.37692 139.84375 339.06442 140.46875Q339.75192 141.09375 339.75192 142.14062Q339.75192 143.39062 338.14255 145.14062L335.8613 147.60938L340.14255 147.60938L340.14255 148.5ZM341.45505 141.60938Q341.45505 140.84375 341.93942 140.34375Q342.43942 139.84375 343.20505 139.84375Q343.9863 139.84375 344.47067 140.34375Q344.95505 140.84375 344.95505 141.64062L344.95505 142.0625Q344.95505 142.82812 344.45505 143.32812Q343.97067 143.8125 343.22067 143.8125Q342.45505 143.8125 341.95505 143.32812Q341.45505 142.82812 341.45505 142.01562L341.45505 141.60938ZM342.26755 142.0625Q342.26755 142.51562 342.51755 142.8125Q342.78317 143.10938 343.22067 143.10938Q343.64255 143.10938 343.89255 142.82812Q344.14255 142.53125 344.14255 142.03125L344.14255 141.60938Q344.14255 141.15625 343.89255 140.85938Q343.64255 140.54688 343.20505 140.54688Q342.76755 140.54688 342.51755 140.85938Q342.26755 141.15625 342.26755 141.625L342.26755 142.0625ZM345.6113 146.40625Q345.6113 145.64062 346.09567 145.15625Q346.59567 144.65625 347.3613 144.65625Q348.12692 144.65625 348.6113 145.15625Q349.1113 145.64062 349.1113 146.45312L349.1113 146.85938Q349.1113 147.625 348.62692 148.125Q348.14255 148.625 347.37692 148.625Q346.6113 148.625 346.1113 148.14062Q345.6113 147.64062 345.6113 146.82812L345.6113 146.40625ZM346.4238 146.85938Q346.4238 147.32812 346.6738 147.625Q346.93942 147.92188 347.37692 147.92188Q347.7988 147.92188 348.0488 147.64062Q348.2988 147.34375 348.2988 146.84375L348.2988 146.40625Q348.2988 145.9375 348.03317 145.65625Q347.78317 145.35938 347.3613 145.35938Q346.93942 145.35938 346.6738 145.65625Q346.4238 145.9375 346.4238 146.4375L346.4238 146.85938ZM343.47067 147.85938L342.84567 147.46875L347.01755 140.79688L347.62692 141.1875L343.47067 147.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M261.7675 197.5L260.68936 197.5L260.68936 190.28125L258.50186 191.07812L258.50186 190.09375L261.61124 188.92188L261.7675 188.92188L261.7675 197.5ZM269.36124 193.75Q269.0331 194.15625 268.54874 194.40625Q268.08 194.64062 267.5175 194.64062Q266.7831 194.64062 266.23624 194.28125Q265.68936 193.92188 265.3925 193.26562Q265.0956 192.59375 265.0956 191.79688Q265.0956 190.95312 265.4081 190.26562Q265.73624 189.57812 266.33 189.21875Q266.93936 188.84375 267.73624 188.84375Q269.00186 188.84375 269.7206 189.79688Q270.455 190.75 270.455 192.375L270.455 192.6875Q270.455 195.1875 269.4706 196.32812Q268.48624 197.46875 266.50186 197.5L266.2831 197.5L266.2831 196.59375L266.5175 196.59375Q267.86124 196.5625 268.58 195.89062Q269.29874 195.21875 269.36124 193.75ZM267.68936 193.75Q268.23624 193.75 268.68936 193.42188Q269.1581 193.07812 269.37686 192.59375L269.37686 192.15625Q269.37686 191.09375 268.9081 190.42188Q268.43936 189.75 267.73624 189.75Q267.0175 189.75 266.58 190.29688Q266.1581 190.84375 266.1581 191.75Q266.1581 192.625 266.56436 193.1875Q266.98624 193.75 267.68936 193.75ZM272.11124 190.60938Q272.11124 189.84375 272.5956 189.34375Q273.0956 188.84375 273.86124 188.84375Q274.6425 188.84375 275.12686 189.34375Q275.61124 189.84375 275.61124 190.64062L275.61124 191.0625Q275.61124 191.82812 275.11124 192.32812Q274.62686 192.8125 273.87686 192.8125Q273.11124 192.8125 272.61124 192.32812Q272.11124 191.82812 272.11124 191.01562L272.11124 190.60938ZM272.92374 191.0625Q272.92374 191.51562 273.17374 191.8125Q273.43936 192.10938 273.87686 192.10938Q274.29874 192.10938 274.54874 191.82812Q274.79874 191.53125 274.79874 191.03125L274.79874 190.60938Q274.79874 190.15625 274.54874 189.85938Q274.29874 189.54688 273.86124 189.54688Q273.42374 189.54688 273.17374 189.85938Q272.92374 190.15625 272.92374 190.625L272.92374 191.0625ZM276.2675 195.40625Q276.2675 194.64062 276.75186 194.15625Q277.25186 193.65625 278.0175 193.65625Q278.7831 193.65625 279.2675 194.15625Q279.7675 194.64062 279.7675 195.45312L279.7675 195.85938Q279.7675 196.625 279.2831 197.125Q278.79874 197.625 278.0331 197.625Q277.2675 197.625 276.7675 197.14062Q276.2675 196.64062 276.2675 195.82812L276.2675 195.40625ZM277.08 195.85938Q277.08 196.32812 277.33 196.625Q277.5956 196.92188 278.0331 196.92188Q278.455 196.92188 278.705 196.64062Q278.955 196.34375 278.955 195.84375L278.955 195.40625Q278.955 194.9375 278.68936 194.65625Q278.43936 194.35938 278.0175 194.35938Q277.5956 194.35938 277.33 194.65625Q277.08 194.9375 277.08 195.4375L277.08 195.85938ZM274.12686 196.85938L273.50186 196.46875L277.67374 189.79688L278.2831 190.1875L274.12686 196.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M261.7675 197.5L260.68936 197.5L260.68936 190.28125L258.50186 191.07812L258.50186 190.09375L261.61124 188.92188L261.7675 188.92188L261.7675 197.5ZM269.36124 193.75Q269.0331 194.15625 268.54874 194.40625Q268.08 194.64062 267.5175 194.64062Q266.7831 194.64062 266.23624 194.28125Q265.68936 193.92188 265.3925 193.26562Q265.0956 192.59375 265.0956 191.79688Q265.0956 190.95312 265.4081 190.26562Q265.73624 189.57812 266.33 189.21875Q266.93936 188.84375 267.73624 188.84375Q269.00186 188.84375 269.7206 189.79688Q270.455 190.75 270.455 192.375L270.455 192.6875Q270.455 195.1875 269.4706 196.32812Q268.48624 197.46875 266.50186 197.5L266.2831 197.5L266.2831 196.59375L266.5175 196.59375Q267.86124 196.5625 268.58 195.89062Q269.29874 195.21875 269.36124 193.75ZM267.68936 193.75Q268.23624 193.75 268.68936 193.42188Q269.1581 193.07812 269.37686 192.59375L269.37686 192.15625Q269.37686 191.09375 268.9081 190.42188Q268.43936 189.75 267.73624 189.75Q267.0175 189.75 266.58 190.29688Q266.1581 190.84375 266.1581 191.75Q266.1581 192.625 266.56436 193.1875Q266.98624 193.75 267.68936 193.75ZM272.11124 190.60938Q272.11124 189.84375 272.5956 189.34375Q273.0956 188.84375 273.86124 188.84375Q274.6425 188.84375 275.12686 189.34375Q275.61124 189.84375 275.61124 190.64062L275.61124 191.0625Q275.61124 191.82812 275.11124 192.32812Q274.62686 192.8125 273.87686 192.8125Q273.11124 192.8125 272.61124 192.32812Q272.11124 191.82812 272.11124 191.01562L272.11124 190.60938ZM272.92374 191.0625Q272.92374 191.51562 273.17374 191.8125Q273.43936 192.10938 273.87686 192.10938Q274.29874 192.10938 274.54874 191.82812Q274.79874 191.53125 274.79874 191.03125L274.79874 190.60938Q274.79874 190.15625 274.54874 189.85938Q274.29874 189.54688 273.86124 189.54688Q273.42374 189.54688 273.17374 189.85938Q272.92374 190.15625 272.92374 190.625L272.92374 191.0625ZM276.2675 195.40625Q276.2675 194.64062 276.75186 194.15625Q277.25186 193.65625 278.0175 193.65625Q278.7831 193.65625 279.2675 194.15625Q279.7675 194.64062 279.7675 195.45312L279.7675 195.85938Q279.7675 196.625 279.2831 197.125Q278.79874 197.625 278.0331 197.625Q277.2675 197.625 276.7675 197.14062Q276.2675 196.64062 276.2675 195.82812L276.2675 195.40625ZM277.08 195.85938Q277.08 196.32812 277.33 196.625Q277.5956 196.92188 278.0331 196.92188Q278.455 196.92188 278.705 196.64062Q278.955 196.34375 278.955 195.84375L278.955 195.40625Q278.955 194.9375 278.68936 194.65625Q278.43936 194.35938 278.0175 194.35938Q277.5956 194.35938 277.33 194.65625Q277.08 194.9375 277.08 195.4375L277.08 195.85938ZM274.12686 196.85938L273.50186 196.46875L277.67374 189.79688L278.2831 190.1875L274.12686 196.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M183.55225 242.21875L183.98975 237.96875L188.36475 237.96875L188.36475 238.96875L184.91162 238.96875L184.646 241.29688Q185.28662 240.92188 186.0835 240.92188Q187.23975 240.92188 187.92725 241.70312Q188.61475 242.46875 188.61475 243.78125Q188.61475 245.09375 187.896 245.85938Q187.19287 246.625 185.91162 246.625Q184.78662 246.625 184.06787 246.0Q183.34912 245.35938 183.25537 244.25L184.271 244.25Q184.38037 244.98438 184.80225 245.35938Q185.22412 245.73438 185.91162 245.73438Q186.66162 245.73438 187.09912 245.21875Q187.53662 244.70312 187.53662 243.79688Q187.53662 242.9375 187.06787 242.42188Q186.59912 241.90625 185.81787 241.90625Q185.11475 241.90625 184.7085 242.20312L184.42725 242.4375L183.55225 242.21875ZM189.9585 239.60938Q189.9585 238.84375 190.44287 238.34375Q190.94287 237.84375 191.7085 237.84375Q192.48975 237.84375 192.97412 238.34375Q193.4585 238.84375 193.4585 239.64062L193.4585 240.0625Q193.4585 240.82812 192.9585 241.32812Q192.47412 241.8125 191.72412 241.8125Q190.9585 241.8125 190.4585 241.32812Q189.9585 240.82812 189.9585 240.01562L189.9585 239.60938ZM190.771 240.0625Q190.771 240.51562 191.021 240.8125Q191.28662 241.10938 191.72412 241.10938Q192.146 241.10938 192.396 240.82812Q192.646 240.53125 192.646 240.03125L192.646 239.60938Q192.646 239.15625 192.396 238.85938Q192.146 238.54688 191.7085 238.54688Q191.271 238.54688 191.021 238.85938Q190.771 239.15625 190.771 239.625L190.771 240.0625ZM194.11475 244.40625Q194.11475 243.64062 194.59912 243.15625Q195.09912 242.65625 195.86475 242.65625Q196.63037 242.65625 197.11475 243.15625Q197.61475 243.64062 197.61475 244.45312L197.61475 244.85938Q197.61475 245.625 197.13037 246.125Q196.646 246.625 195.88037 246.625Q195.11475 246.625 194.61475 246.14062Q194.11475 245.64062 194.11475 244.82812L194.11475 244.40625ZM194.92725 244.85938Q194.92725 245.32812 195.17725 245.625Q195.44287 245.92188 195.88037 245.92188Q196.30225 245.92188 196.55225 245.64062Q196.80225 245.34375 196.80225 244.84375L196.80225 244.40625Q196.80225 243.9375 196.53662 243.65625Q196.28662 243.35938 195.86475 243.35938Q195.44287 243.35938 195.17725 243.65625Q194.92725 243.9375 194.92725 244.4375L194.92725 244.85938ZM191.97412 245.85938L191.34912 245.46875L195.521 238.79688L196.13037 239.1875L191.97412 245.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M183.55225 242.21875L183.98975 237.96875L188.36475 237.96875L188.36475 238.96875L184.91162 238.96875L184.646 241.29688Q185.28662 240.92188 186.0835 240.92188Q187.23975 240.92188 187.92725 241.70312Q188.61475 242.46875 188.61475 243.78125Q188.61475 245.09375 187.896 245.85938Q187.19287 246.625 185.91162 246.625Q184.78662 246.625 184.06787 246.0Q183.34912 245.35938 183.25537 244.25L184.271 244.25Q184.38037 244.98438 184.80225 245.35938Q185.22412 245.73438 185.91162 245.73438Q186.66162 245.73438 187.09912 245.21875Q187.53662 244.70312 187.53662 243.79688Q187.53662 242.9375 187.06787 242.42188Q186.59912 241.90625 185.81787 241.90625Q185.11475 241.90625 184.7085 242.20312L184.42725 242.4375L183.55225 242.21875ZM189.9585 239.60938Q189.9585 238.84375 190.44287 238.34375Q190.94287 237.84375 191.7085 237.84375Q192.48975 237.84375 192.97412 238.34375Q193.4585 238.84375 193.4585 239.64062L193.4585 240.0625Q193.4585 240.82812 192.9585 241.32812Q192.47412 241.8125 191.72412 241.8125Q190.9585 241.8125 190.4585 241.32812Q189.9585 240.82812 189.9585 240.01562L189.9585 239.60938ZM190.771 240.0625Q190.771 240.51562 191.021 240.8125Q191.28662 241.10938 191.72412 241.10938Q192.146 241.10938 192.396 240.82812Q192.646 240.53125 192.646 240.03125L192.646 239.60938Q192.646 239.15625 192.396 238.85938Q192.146 238.54688 191.7085 238.54688Q191.271 238.54688 191.021 238.85938Q190.771 239.15625 190.771 239.625L190.771 240.0625ZM194.11475 244.40625Q194.11475 243.64062 194.59912 243.15625Q195.09912 242.65625 195.86475 242.65625Q196.63037 242.65625 197.11475 243.15625Q197.61475 243.64062 197.61475 244.45312L197.61475 244.85938Q197.61475 245.625 197.13037 246.125Q196.646 246.625 195.88037 246.625Q195.11475 246.625 194.61475 246.14062Q194.11475 245.64062 194.11475 244.82812L194.11475 244.40625ZM194.92725 244.85938Q194.92725 245.32812 195.17725 245.625Q195.44287 245.92188 195.88037 245.92188Q196.30225 245.92188 196.55225 245.64062Q196.80225 245.34375 196.80225 244.84375L196.80225 244.40625Q196.80225 243.9375 196.53662 243.65625Q196.28662 243.35938 195.86475 243.35938Q195.44287 243.35938 195.17725 243.65625Q194.92725 243.9375 194.92725 244.4375L194.92725 244.85938ZM191.97412 245.85938L191.34912 245.46875L195.521 238.79688L196.13037 239.1875L191.97412 245.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M269.8799 294.5L264.28616 294.5L264.28616 293.71875L267.2393 290.4375Q267.89554 289.6875 268.14554 289.23438Q268.39554 288.76562 268.39554 288.26562Q268.39554 287.59375 267.9893 287.17188Q267.59866 286.73438 266.91116 286.73438Q266.1143 286.73438 265.66116 287.20312Q265.20804 287.65625 265.20804 288.48438L264.1299 288.48438Q264.1299 287.29688 264.8799 286.57812Q265.64554 285.84375 266.91116 285.84375Q268.1143 285.84375 268.8018 286.46875Q269.4893 287.09375 269.4893 288.14062Q269.4893 289.39062 267.8799 291.14062L265.59866 293.60938L269.8799 293.60938L269.8799 294.5ZM276.64554 290.85938Q276.64554 292.76562 275.9893 293.70312Q275.34866 294.625 273.95804 294.625Q272.59866 294.625 271.9424 293.71875Q271.28616 292.8125 271.2549 291.0L271.2549 289.5625Q271.2549 287.67188 271.89554 286.76562Q272.5518 285.84375 273.9424 285.84375Q275.3174 285.84375 275.97366 286.73438Q276.6299 287.60938 276.64554 289.45312L276.64554 290.85938ZM275.5518 289.375Q275.5518 288.0 275.16116 287.375Q274.78616 286.73438 273.9424 286.73438Q273.1143 286.73438 272.72366 287.375Q272.34866 288.0 272.34866 289.29688L272.34866 291.03125Q272.34866 292.40625 272.7393 293.07812Q273.14554 293.73438 273.95804 293.73438Q274.7549 293.73438 275.14554 293.10938Q275.53616 292.48438 275.5518 291.15625L275.5518 289.375ZM278.1924 287.60938Q278.1924 286.84375 278.6768 286.34375Q279.1768 285.84375 279.9424 285.84375Q280.72366 285.84375 281.20804 286.34375Q281.6924 286.84375 281.6924 287.64062L281.6924 288.0625Q281.6924 288.82812 281.1924 289.32812Q280.70804 289.8125 279.95804 289.8125Q279.1924 289.8125 278.6924 289.32812Q278.1924 288.82812 278.1924 288.01562L278.1924 287.60938ZM279.0049 288.0625Q279.0049 288.51562 279.2549 288.8125Q279.52054 289.10938 279.95804 289.10938Q280.3799 289.10938 280.6299 288.82812Q280.8799 288.53125 280.8799 288.03125L280.8799 287.60938Q280.8799 287.15625 280.6299 286.85938Q280.3799 286.54688 279.9424 286.54688Q279.5049 286.54688 279.2549 286.85938Q279.0049 287.15625 279.0049 287.625L279.0049 288.0625ZM282.34866 292.40625Q282.34866 291.64062 282.83304 291.15625Q283.33304 290.65625 284.09866 290.65625Q284.8643 290.65625 285.34866 291.15625Q285.84866 291.64062 285.84866 292.45312L285.84866 292.85938Q285.84866 293.625 285.3643 294.125Q284.8799 294.625 284.1143 294.625Q283.34866 294.625 282.84866 294.14062Q282.34866 293.64062 282.34866 292.82812L282.34866 292.40625ZM283.16116 292.85938Q283.16116 293.32812 283.41116 293.625Q283.6768 293.92188 284.1143 293.92188Q284.53616 293.92188 284.78616 293.64062Q285.03616 293.34375 285.03616 292.84375L285.03616 292.40625Q285.03616 291.9375 284.77054 291.65625Q284.52054 291.35938 284.09866 291.35938Q283.6768 291.35938 283.41116 291.65625Q283.16116 291.9375 283.16116 292.4375L283.16116 292.85938ZM280.20804 293.85938L279.58304 293.46875L283.7549 286.79688L284.3643 287.1875L280.20804 293.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M269.8799 294.5L264.28616 294.5L264.28616 293.71875L267.2393 290.4375Q267.89554 289.6875 268.14554 289.23438Q268.39554 288.76562 268.39554 288.26562Q268.39554 287.59375 267.9893 287.17188Q267.59866 286.73438 266.91116 286.73438Q266.1143 286.73438 265.66116 287.20312Q265.20804 287.65625 265.20804 288.48438L264.1299 288.48438Q264.1299 287.29688 264.8799 286.57812Q265.64554 285.84375 266.91116 285.84375Q268.1143 285.84375 268.8018 286.46875Q269.4893 287.09375 269.4893 288.14062Q269.4893 289.39062 267.8799 291.14062L265.59866 293.60938L269.8799 293.60938L269.8799 294.5ZM276.64554 290.85938Q276.64554 292.76562 275.9893 293.70312Q275.34866 294.625 273.95804 294.625Q272.59866 294.625 271.9424 293.71875Q271.28616 292.8125 271.2549 291.0L271.2549 289.5625Q271.2549 287.67188 271.89554 286.76562Q272.5518 285.84375 273.9424 285.84375Q275.3174 285.84375 275.97366 286.73438Q276.6299 287.60938 276.64554 289.45312L276.64554 290.85938ZM275.5518 289.375Q275.5518 288.0 275.16116 287.375Q274.78616 286.73438 273.9424 286.73438Q273.1143 286.73438 272.72366 287.375Q272.34866 288.0 272.34866 289.29688L272.34866 291.03125Q272.34866 292.40625 272.7393 293.07812Q273.14554 293.73438 273.95804 293.73438Q274.7549 293.73438 275.14554 293.10938Q275.53616 292.48438 275.5518 291.15625L275.5518 289.375ZM278.1924 287.60938Q278.1924 286.84375 278.6768 286.34375Q279.1768 285.84375 279.9424 285.84375Q280.72366 285.84375 281.20804 286.34375Q281.6924 286.84375 281.6924 287.64062L281.6924 288.0625Q281.6924 288.82812 281.1924 289.32812Q280.70804 289.8125 279.95804 289.8125Q279.1924 289.8125 278.6924 289.32812Q278.1924 288.82812 278.1924 288.01562L278.1924 287.60938ZM279.0049 288.0625Q279.0049 288.51562 279.2549 288.8125Q279.52054 289.10938 279.95804 289.10938Q280.3799 289.10938 280.6299 288.82812Q280.8799 288.53125 280.8799 288.03125L280.8799 287.60938Q280.8799 287.15625 280.6299 286.85938Q280.3799 286.54688 279.9424 286.54688Q279.5049 286.54688 279.2549 286.85938Q279.0049 287.15625 279.0049 287.625L279.0049 288.0625ZM282.34866 292.40625Q282.34866 291.64062 282.83304 291.15625Q283.33304 290.65625 284.09866 290.65625Q284.8643 290.65625 285.34866 291.15625Q285.84866 291.64062 285.84866 292.45312L285.84866 292.85938Q285.84866 293.625 285.3643 294.125Q284.8799 294.625 284.1143 294.625Q283.34866 294.625 282.84866 294.14062Q282.34866 293.64062 282.34866 292.82812L282.34866 292.40625ZM283.16116 292.85938Q283.16116 293.32812 283.41116 293.625Q283.6768 293.92188 284.1143 293.92188Q284.53616 293.92188 284.78616 293.64062Q285.03616 293.34375 285.03616 292.84375L285.03616 292.40625Q285.03616 291.9375 284.77054 291.65625Q284.52054 291.35938 284.09866 291.35938Q283.6768 291.35938 283.41116 291.65625Q283.16116 291.9375 283.16116 292.4375L283.16116 292.85938ZM280.20804 293.85938L279.58304 293.46875L283.7549 286.79688L284.3643 287.1875L280.20804 293.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M211.48413 343.5L210.406 343.5L210.406 336.28125L208.2185 337.07812L208.2185 336.09375L211.32788 334.92188L211.48413 334.92188L211.48413 343.5ZM220.281 339.85938Q220.281 341.76562 219.62476 342.70312Q218.98413 343.625 217.5935 343.625Q216.23413 343.625 215.57788 342.71875Q214.92163 341.8125 214.89038 340.0L214.89038 338.5625Q214.89038 336.67188 215.531 335.76562Q216.18726 334.84375 217.57788 334.84375Q218.95288 334.84375 219.60913 335.73438Q220.26538 336.60938 220.281 338.45312L220.281 339.85938ZM219.18726 338.375Q219.18726 337.0 218.79663 336.375Q218.42163 335.73438 217.57788 335.73438Q216.74976 335.73438 216.35913 336.375Q215.98413 337.0 215.98413 338.29688L215.98413 340.03125Q215.98413 341.40625 216.37476 342.07812Q216.781 342.73438 217.5935 342.73438Q218.39038 342.73438 218.781 342.10938Q219.17163 341.48438 219.18726 340.15625L219.18726 338.375ZM221.82788 336.60938Q221.82788 335.84375 222.31226 335.34375Q222.81226 334.84375 223.57788 334.84375Q224.35913 334.84375 224.8435 335.34375Q225.32788 335.84375 225.32788 336.64062L225.32788 337.0625Q225.32788 337.82812 224.82788 338.32812Q224.3435 338.8125 223.5935 338.8125Q222.82788 338.8125 222.32788 338.32812Q221.82788 337.82812 221.82788 337.01562L221.82788 336.60938ZM222.64038 337.0625Q222.64038 337.51562 222.89038 337.8125Q223.156 338.10938 223.5935 338.10938Q224.01538 338.10938 224.26538 337.82812Q224.51538 337.53125 224.51538 337.03125L224.51538 336.60938Q224.51538 336.15625 224.26538 335.85938Q224.01538 335.54688 223.57788 335.54688Q223.14038 335.54688 222.89038 335.85938Q222.64038 336.15625 222.64038 336.625L222.64038 337.0625ZM225.98413 341.40625Q225.98413 340.64062 226.4685 340.15625Q226.9685 339.65625 227.73413 339.65625Q228.49976 339.65625 228.98413 340.15625Q229.48413 340.64062 229.48413 341.45312L229.48413 341.85938Q229.48413 342.625 228.99976 343.125Q228.51538 343.625 227.74976 343.625Q226.98413 343.625 226.48413 343.14062Q225.98413 342.64062 225.98413 341.82812L225.98413 341.40625ZM226.79663 341.85938Q226.79663 342.32812 227.04663 342.625Q227.31226 342.92188 227.74976 342.92188Q228.17163 342.92188 228.42163 342.64062Q228.67163 342.34375 228.67163 341.84375L228.67163 341.40625Q228.67163 340.9375 228.406 340.65625Q228.156 340.35938 227.73413 340.35938Q227.31226 340.35938 227.04663 340.65625Q226.79663 340.9375 226.79663 341.4375L226.79663 341.85938ZM223.8435 342.85938L223.2185 342.46875L227.39038 335.79688L227.99976 336.1875L223.8435 342.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M211.48413 343.5L210.406 343.5L210.406 336.28125L208.2185 337.07812L208.2185 336.09375L211.32788 334.92188L211.48413 334.92188L211.48413 343.5ZM220.281 339.85938Q220.281 341.76562 219.62476 342.70312Q218.98413 343.625 217.5935 343.625Q216.23413 343.625 215.57788 342.71875Q214.92163 341.8125 214.89038 340.0L214.89038 338.5625Q214.89038 336.67188 215.531 335.76562Q216.18726 334.84375 217.57788 334.84375Q218.95288 334.84375 219.60913 335.73438Q220.26538 336.60938 220.281 338.45312L220.281 339.85938ZM219.18726 338.375Q219.18726 337.0 218.79663 336.375Q218.42163 335.73438 217.57788 335.73438Q216.74976 335.73438 216.35913 336.375Q215.98413 337.0 215.98413 338.29688L215.98413 340.03125Q215.98413 341.40625 216.37476 342.07812Q216.781 342.73438 217.5935 342.73438Q218.39038 342.73438 218.781 342.10938Q219.17163 341.48438 219.18726 340.15625L219.18726 338.375ZM221.82788 336.60938Q221.82788 335.84375 222.31226 335.34375Q222.81226 334.84375 223.57788 334.84375Q224.35913 334.84375 224.8435 335.34375Q225.32788 335.84375 225.32788 336.64062L225.32788 337.0625Q225.32788 337.82812 224.82788 338.32812Q224.3435 338.8125 223.5935 338.8125Q222.82788 338.8125 222.32788 338.32812Q221.82788 337.82812 221.82788 337.01562L221.82788 336.60938ZM222.64038 337.0625Q222.64038 337.51562 222.89038 337.8125Q223.156 338.10938 223.5935 338.10938Q224.01538 338.10938 224.26538 337.82812Q224.51538 337.53125 224.51538 337.03125L224.51538 336.60938Q224.51538 336.15625 224.26538 335.85938Q224.01538 335.54688 223.57788 335.54688Q223.14038 335.54688 222.89038 335.85938Q222.64038 336.15625 222.64038 336.625L222.64038 337.0625ZM225.98413 341.40625Q225.98413 340.64062 226.4685 340.15625Q226.9685 339.65625 227.73413 339.65625Q228.49976 339.65625 228.98413 340.15625Q229.48413 340.64062 229.48413 341.45312L229.48413 341.85938Q229.48413 342.625 228.99976 343.125Q228.51538 343.625 227.74976 343.625Q226.98413 343.625 226.48413 343.14062Q225.98413 342.64062 225.98413 341.82812L225.98413 341.40625ZM226.79663 341.85938Q226.79663 342.32812 227.04663 342.625Q227.31226 342.92188 227.74976 342.92188Q228.17163 342.92188 228.42163 342.64062Q228.67163 342.34375 228.67163 341.84375L228.67163 341.40625Q228.67163 340.9375 228.406 340.65625Q228.156 340.35938 227.73413 340.35938Q227.31226 340.35938 227.04663 340.65625Q226.79663 340.9375 226.79663 341.4375L226.79663 341.85938ZM223.8435 342.85938L223.2185 342.46875L227.39038 335.79688L227.99976 336.1875L223.8435 342.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M454.1202 388.21875L454.5577 383.96875L458.9327 383.96875L458.9327 384.96875L455.47958 384.96875L455.21396 387.29688Q455.85458 386.92188 456.65146 386.92188Q457.8077 386.92188 458.4952 387.70312Q459.1827 388.46875 459.1827 389.78125Q459.1827 391.09375 458.46396 391.85938Q457.76083 392.625 456.47958 392.625Q455.35458 392.625 454.63583 392.0Q453.91708 391.35938 453.82333 390.25L454.83896 390.25Q454.94833 390.98438 455.3702 391.35938Q455.79208 391.73438 456.47958 391.73438Q457.22958 391.73438 457.66708 391.21875Q458.10458 390.70312 458.10458 389.79688Q458.10458 388.9375 457.63583 388.42188Q457.16708 387.90625 456.38583 387.90625Q455.6827 387.90625 455.27646 388.20312L454.9952 388.4375L454.1202 388.21875ZM464.88583 383.96875L464.88583 384.875L464.6827 384.875Q463.41708 384.90625 462.66708 385.64062Q461.91708 386.35938 461.79208 387.67188Q462.47958 386.90625 463.63583 386.90625Q464.7452 386.90625 465.41708 387.6875Q466.08896 388.46875 466.08896 389.71875Q466.08896 391.03125 465.3702 391.82812Q464.65146 392.625 463.4327 392.625Q462.21396 392.625 461.44833 391.6875Q460.69833 390.73438 460.69833 389.25L460.69833 388.84375Q460.69833 386.48438 461.69833 385.23438Q462.69833 383.98438 464.6827 383.96875L464.88583 383.96875ZM463.46396 387.8125Q462.90146 387.8125 462.4327 388.14062Q461.96396 388.46875 461.77646 388.98438L461.77646 389.375Q461.77646 390.4375 462.2452 391.07812Q462.72958 391.71875 463.4327 391.71875Q464.16708 391.71875 464.58896 391.1875Q465.01083 390.64062 465.01083 389.76562Q465.01083 388.89062 464.58896 388.35938Q464.16708 387.8125 463.46396 387.8125ZM467.52646 385.60938Q467.52646 384.84375 468.01083 384.34375Q468.51083 383.84375 469.27646 383.84375Q470.0577 383.84375 470.54208 384.34375Q471.02646 384.84375 471.02646 385.64062L471.02646 386.0625Q471.02646 386.82812 470.52646 387.32812Q470.04208 387.8125 469.29208 387.8125Q468.52646 387.8125 468.02646 387.32812Q467.52646 386.82812 467.52646 386.01562L467.52646 385.60938ZM468.33896 386.0625Q468.33896 386.51562 468.58896 386.8125Q468.85458 387.10938 469.29208 387.10938Q469.71396 387.10938 469.96396 386.82812Q470.21396 386.53125 470.21396 386.03125L470.21396 385.60938Q470.21396 385.15625 469.96396 384.85938Q469.71396 384.54688 469.27646 384.54688Q468.83896 384.54688 468.58896 384.85938Q468.33896 385.15625 468.33896 385.625L468.33896 386.0625ZM471.6827 390.40625Q471.6827 389.64062 472.16708 389.15625Q472.66708 388.65625 473.4327 388.65625Q474.19833 388.65625 474.6827 389.15625Q475.1827 389.64062 475.1827 390.45312L475.1827 390.85938Q475.1827 391.625 474.69833 392.125Q474.21396 392.625 473.44833 392.625Q472.6827 392.625 472.1827 392.14062Q471.6827 391.64062 471.6827 390.82812L471.6827 390.40625ZM472.4952 390.85938Q472.4952 391.32812 472.7452 391.625Q473.01083 391.92188 473.44833 391.92188Q473.8702 391.92188 474.1202 391.64062Q474.3702 391.34375 474.3702 390.84375L474.3702 390.40625Q474.3702 389.9375 474.10458 389.65625Q473.85458 389.35938 473.4327 389.35938Q473.01083 389.35938 472.7452 389.65625Q472.4952 389.9375 472.4952 390.4375L472.4952 390.85938ZM469.54208 391.85938L468.91708 391.46875L473.08896 384.79688L473.69833 385.1875L469.54208 391.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M454.1202 388.21875L454.5577 383.96875L458.9327 383.96875L458.9327 384.96875L455.47958 384.96875L455.21396 387.29688Q455.85458 386.92188 456.65146 386.92188Q457.8077 386.92188 458.4952 387.70312Q459.1827 388.46875 459.1827 389.78125Q459.1827 391.09375 458.46396 391.85938Q457.76083 392.625 456.47958 392.625Q455.35458 392.625 454.63583 392.0Q453.91708 391.35938 453.82333 390.25L454.83896 390.25Q454.94833 390.98438 455.3702 391.35938Q455.79208 391.73438 456.47958 391.73438Q457.22958 391.73438 457.66708 391.21875Q458.10458 390.70312 458.10458 389.79688Q458.10458 388.9375 457.63583 388.42188Q457.16708 387.90625 456.38583 387.90625Q455.6827 387.90625 455.27646 388.20312L454.9952 388.4375L454.1202 388.21875ZM464.88583 383.96875L464.88583 384.875L464.6827 384.875Q463.41708 384.90625 462.66708 385.64062Q461.91708 386.35938 461.79208 387.67188Q462.47958 386.90625 463.63583 386.90625Q464.7452 386.90625 465.41708 387.6875Q466.08896 388.46875 466.08896 389.71875Q466.08896 391.03125 465.3702 391.82812Q464.65146 392.625 463.4327 392.625Q462.21396 392.625 461.44833 391.6875Q460.69833 390.73438 460.69833 389.25L460.69833 388.84375Q460.69833 386.48438 461.69833 385.23438Q462.69833 383.98438 464.6827 383.96875L464.88583 383.96875ZM463.46396 387.8125Q462.90146 387.8125 462.4327 388.14062Q461.96396 388.46875 461.77646 388.98438L461.77646 389.375Q461.77646 390.4375 462.2452 391.07812Q462.72958 391.71875 463.4327 391.71875Q464.16708 391.71875 464.58896 391.1875Q465.01083 390.64062 465.01083 389.76562Q465.01083 388.89062 464.58896 388.35938Q464.16708 387.8125 463.46396 387.8125ZM467.52646 385.60938Q467.52646 384.84375 468.01083 384.34375Q468.51083 383.84375 469.27646 383.84375Q470.0577 383.84375 470.54208 384.34375Q471.02646 384.84375 471.02646 385.64062L471.02646 386.0625Q471.02646 386.82812 470.52646 387.32812Q470.04208 387.8125 469.29208 387.8125Q468.52646 387.8125 468.02646 387.32812Q467.52646 386.82812 467.52646 386.01562L467.52646 385.60938ZM468.33896 386.0625Q468.33896 386.51562 468.58896 386.8125Q468.85458 387.10938 469.29208 387.10938Q469.71396 387.10938 469.96396 386.82812Q470.21396 386.53125 470.21396 386.03125L470.21396 385.60938Q470.21396 385.15625 469.96396 384.85938Q469.71396 384.54688 469.27646 384.54688Q468.83896 384.54688 468.58896 384.85938Q468.33896 385.15625 468.33896 385.625L468.33896 386.0625ZM471.6827 390.40625Q471.6827 389.64062 472.16708 389.15625Q472.66708 388.65625 473.4327 388.65625Q474.19833 388.65625 474.6827 389.15625Q475.1827 389.64062 475.1827 390.45312L475.1827 390.85938Q475.1827 391.625 474.69833 392.125Q474.21396 392.625 473.44833 392.625Q472.6827 392.625 472.1827 392.14062Q471.6827 391.64062 471.6827 390.82812L471.6827 390.40625ZM472.4952 390.85938Q472.4952 391.32812 472.7452 391.625Q473.01083 391.92188 473.44833 391.92188Q473.8702 391.92188 474.1202 391.64062Q474.3702 391.34375 474.3702 390.84375L474.3702 390.40625Q474.3702 389.9375 474.10458 389.65625Q473.85458 389.35938 473.4327 389.35938Q473.01083 389.35938 472.7452 389.65625Q472.4952 389.9375 472.4952 390.4375L472.4952 390.85938ZM469.54208 391.85938L468.91708 391.46875L473.08896 384.79688L473.69833 385.1875L469.54208 391.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M249.06049 441.5L247.98236 441.5L247.98236 434.28125L245.79486 435.07812L245.79486 434.09375L248.90424 432.92188L249.06049 432.92188L249.06049 441.5ZM258.0136 433.57812L254.48236 441.5L253.34174 441.5L256.85736 433.85938L252.24799 433.85938L252.24799 432.96875L258.0136 432.96875L258.0136 433.57812ZM259.40424 434.60938Q259.40424 433.84375 259.8886 433.34375Q260.3886 432.84375 261.15424 432.84375Q261.9355 432.84375 262.41986 433.34375Q262.90424 433.84375 262.90424 434.64062L262.90424 435.0625Q262.90424 435.82812 262.40424 436.32812Q261.91986 436.8125 261.16986 436.8125Q260.40424 436.8125 259.90424 436.32812Q259.40424 435.82812 259.40424 435.01562L259.40424 434.60938ZM260.21674 435.0625Q260.21674 435.51562 260.46674 435.8125Q260.73236 436.10938 261.16986 436.10938Q261.59174 436.10938 261.84174 435.82812Q262.09174 435.53125 262.09174 435.03125L262.09174 434.60938Q262.09174 434.15625 261.84174 433.85938Q261.59174 433.54688 261.15424 433.54688Q260.71674 433.54688 260.46674 433.85938Q260.21674 434.15625 260.21674 434.625L260.21674 435.0625ZM263.5605 439.40625Q263.5605 438.64062 264.04486 438.15625Q264.54486 437.65625 265.3105 437.65625Q266.0761 437.65625 266.5605 438.15625Q267.0605 438.64062 267.0605 439.45312L267.0605 439.85938Q267.0605 440.625 266.5761 441.125Q266.09174 441.625 265.3261 441.625Q264.5605 441.625 264.0605 441.14062Q263.5605 440.64062 263.5605 439.82812L263.5605 439.40625ZM264.373 439.85938Q264.373 440.32812 264.623 440.625Q264.8886 440.92188 265.3261 440.92188Q265.748 440.92188 265.998 440.64062Q266.248 440.34375 266.248 439.84375L266.248 439.40625Q266.248 438.9375 265.98236 438.65625Q265.73236 438.35938 265.3105 438.35938Q264.8886 438.35938 264.623 438.65625Q264.373 438.9375 264.373 439.4375L264.373 439.85938ZM261.41986 440.85938L260.79486 440.46875L264.96674 433.79688L265.5761 434.1875L261.41986 440.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M249.06049 441.5L247.98236 441.5L247.98236 434.28125L245.79486 435.07812L245.79486 434.09375L248.90424 432.92188L249.06049 432.92188L249.06049 441.5ZM258.0136 433.57812L254.48236 441.5L253.34174 441.5L256.85736 433.85938L252.24799 433.85938L252.24799 432.96875L258.0136 432.96875L258.0136 433.57812ZM259.40424 434.60938Q259.40424 433.84375 259.8886 433.34375Q260.3886 432.84375 261.15424 432.84375Q261.9355 432.84375 262.41986 433.34375Q262.90424 433.84375 262.90424 434.64062L262.90424 435.0625Q262.90424 435.82812 262.40424 436.32812Q261.91986 436.8125 261.16986 436.8125Q260.40424 436.8125 259.90424 436.32812Q259.40424 435.82812 259.40424 435.01562L259.40424 434.60938ZM260.21674 435.0625Q260.21674 435.51562 260.46674 435.8125Q260.73236 436.10938 261.16986 436.10938Q261.59174 436.10938 261.84174 435.82812Q262.09174 435.53125 262.09174 435.03125L262.09174 434.60938Q262.09174 434.15625 261.84174 433.85938Q261.59174 433.54688 261.15424 433.54688Q260.71674 433.54688 260.46674 433.85938Q260.21674 434.15625 260.21674 434.625L260.21674 435.0625ZM263.5605 439.40625Q263.5605 438.64062 264.04486 438.15625Q264.54486 437.65625 265.3105 437.65625Q266.0761 437.65625 266.5605 438.15625Q267.0605 438.64062 267.0605 439.45312L267.0605 439.85938Q267.0605 440.625 266.5761 441.125Q266.09174 441.625 265.3261 441.625Q264.5605 441.625 264.0605 441.14062Q263.5605 440.64062 263.5605 439.82812L263.5605 439.40625ZM264.373 439.85938Q264.373 440.32812 264.623 440.625Q264.8886 440.92188 265.3261 440.92188Q265.748 440.92188 265.998 440.64062Q266.248 440.34375 266.248 439.84375L266.248 439.40625Q266.248 438.9375 265.98236 438.65625Q265.73236 438.35938 265.3105 438.35938Q264.8886 438.35938 264.623 438.65625Q264.373 438.9375 264.373 439.4375L264.373 439.85938ZM261.41986 440.85938L260.79486 440.46875L264.96674 433.79688L265.5761 434.1875L261.41986 440.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M208.81036 485.75Q208.48224 486.15625 207.99786 486.40625Q207.52911 486.64062 206.96661 486.64062Q206.23224 486.64062 205.68536 486.28125Q205.13849 485.92188 204.84161 485.26562Q204.54474 484.59375 204.54474 483.79688Q204.54474 482.95312 204.85724 482.26562Q205.18536 481.57812 205.77911 481.21875Q206.38849 480.84375 207.18536 480.84375Q208.45099 480.84375 209.16974 481.79688Q209.90411 482.75 209.90411 484.375L209.90411 484.6875Q209.90411 487.1875 208.91974 488.32812Q207.93536 489.46875 205.95099 489.5L205.73224 489.5L205.73224 488.59375L205.96661 488.59375Q207.31036 488.5625 208.02911 487.89062Q208.74786 487.21875 208.81036 485.75ZM207.13849 485.75Q207.68536 485.75 208.13849 485.42188Q208.60724 485.07812 208.82599 484.59375L208.82599 484.15625Q208.82599 483.09375 208.35724 482.42188Q207.88849 481.75 207.18536 481.75Q206.46661 481.75 206.02911 482.29688Q205.60724 482.84375 205.60724 483.75Q205.60724 484.625 206.01349 485.1875Q206.43536 485.75 207.13849 485.75ZM211.56036 482.60938Q211.56036 481.84375 212.04474 481.34375Q212.54474 480.84375 213.31036 480.84375Q214.09161 480.84375 214.57599 481.34375Q215.06036 481.84375 215.06036 482.64062L215.06036 483.0625Q215.06036 483.82812 214.56036 484.32812Q214.07599 484.8125 213.32599 484.8125Q212.56036 484.8125 212.06036 484.32812Q211.56036 483.82812 211.56036 483.01562L211.56036 482.60938ZM212.37286 483.0625Q212.37286 483.51562 212.62286 483.8125Q212.88849 484.10938 213.32599 484.10938Q213.74786 484.10938 213.99786 483.82812Q214.24786 483.53125 214.24786 483.03125L214.24786 482.60938Q214.24786 482.15625 213.99786 481.85938Q213.74786 481.54688 213.31036 481.54688Q212.87286 481.54688 212.62286 481.85938Q212.37286 482.15625 212.37286 482.625L212.37286 483.0625ZM215.71661 487.40625Q215.71661 486.64062 216.20099 486.15625Q216.70099 485.65625 217.46661 485.65625Q218.23224 485.65625 218.71661 486.15625Q219.21661 486.64062 219.21661 487.45312L219.21661 487.85938Q219.21661 488.625 218.73224 489.125Q218.24786 489.625 217.48224 489.625Q216.71661 489.625 216.21661 489.14062Q215.71661 488.64062 215.71661 487.82812L215.71661 487.40625ZM216.52911 487.85938Q216.52911 488.32812 216.77911 488.625Q217.04474 488.92188 217.48224 488.92188Q217.90411 488.92188 218.15411 488.64062Q218.40411 488.34375 218.40411 487.84375L218.40411 487.40625Q218.40411 486.9375 218.13849 486.65625Q217.88849 486.35938 217.46661 486.35938Q217.04474 486.35938 216.77911 486.65625Q216.52911 486.9375 216.52911 487.4375L216.52911 487.85938ZM213.57599 488.85938L212.95099 488.46875L217.12286 481.79688L217.73224 482.1875L213.57599 488.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M208.81036 485.75Q208.48224 486.15625 207.99786 486.40625Q207.52911 486.64062 206.96661 486.64062Q206.23224 486.64062 205.68536 486.28125Q205.13849 485.92188 204.84161 485.26562Q204.54474 484.59375 204.54474 483.79688Q204.54474 482.95312 204.85724 482.26562Q205.18536 481.57812 205.77911 481.21875Q206.38849 480.84375 207.18536 480.84375Q208.45099 480.84375 209.16974 481.79688Q209.90411 482.75 209.90411 484.375L209.90411 484.6875Q209.90411 487.1875 208.91974 488.32812Q207.93536 489.46875 205.95099 489.5L205.73224 489.5L205.73224 488.59375L205.96661 488.59375Q207.31036 488.5625 208.02911 487.89062Q208.74786 487.21875 208.81036 485.75ZM207.13849 485.75Q207.68536 485.75 208.13849 485.42188Q208.60724 485.07812 208.82599 484.59375L208.82599 484.15625Q208.82599 483.09375 208.35724 482.42188Q207.88849 481.75 207.18536 481.75Q206.46661 481.75 206.02911 482.29688Q205.60724 482.84375 205.60724 483.75Q205.60724 484.625 206.01349 485.1875Q206.43536 485.75 207.13849 485.75ZM211.56036 482.60938Q211.56036 481.84375 212.04474 481.34375Q212.54474 480.84375 213.31036 480.84375Q214.09161 480.84375 214.57599 481.34375Q215.06036 481.84375 215.06036 482.64062L215.06036 483.0625Q215.06036 483.82812 214.56036 484.32812Q214.07599 484.8125 213.32599 484.8125Q212.56036 484.8125 212.06036 484.32812Q211.56036 483.82812 211.56036 483.01562L211.56036 482.60938ZM212.37286 483.0625Q212.37286 483.51562 212.62286 483.8125Q212.88849 484.10938 213.32599 484.10938Q213.74786 484.10938 213.99786 483.82812Q214.24786 483.53125 214.24786 483.03125L214.24786 482.60938Q214.24786 482.15625 213.99786 481.85938Q213.74786 481.54688 213.31036 481.54688Q212.87286 481.54688 212.62286 481.85938Q212.37286 482.15625 212.37286 482.625L212.37286 483.0625ZM215.71661 487.40625Q215.71661 486.64062 216.20099 486.15625Q216.70099 485.65625 217.46661 485.65625Q218.23224 485.65625 218.71661 486.15625Q219.21661 486.64062 219.21661 487.45312L219.21661 487.85938Q219.21661 488.625 218.73224 489.125Q218.24786 489.625 217.48224 489.625Q216.71661 489.625 216.21661 489.14062Q215.71661 488.64062 215.71661 487.82812L215.71661 487.40625ZM216.52911 487.85938Q216.52911 488.32812 216.77911 488.625Q217.04474 488.92188 217.48224 488.92188Q217.90411 488.92188 218.15411 488.64062Q218.40411 488.34375 218.40411 487.84375L218.40411 487.40625Q218.40411 486.9375 218.13849 486.65625Q217.88849 486.35938 217.46661 486.35938Q217.04474 486.35938 216.77911 486.65625Q216.52911 486.9375 216.52911 487.4375L216.52911 487.85938ZM213.57599 488.85938L212.95099 488.46875L217.12286 481.79688L217.73224 482.1875L213.57599 488.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M282.40536 538.5L276.8116 538.5L276.8116 537.71875L279.76474 534.4375Q280.421 533.6875 280.671 533.2344Q280.921 532.7656 280.921 532.2656Q280.921 531.59375 280.51474 531.1719Q280.1241 530.7344 279.4366 530.7344Q278.63974 530.7344 278.1866 531.2031Q277.7335 531.65625 277.7335 532.4844L276.65536 532.4844Q276.65536 531.2969 277.40536 530.5781Q278.171 529.84375 279.4366 529.84375Q280.63974 529.84375 281.32724 530.46875Q282.01474 531.09375 282.01474 532.1406Q282.01474 533.3906 280.40536 535.1406L278.1241 537.6094L282.40536 537.6094L282.40536 538.5ZM285.38974 533.7031L286.20224 533.7031Q286.9835 533.6875 287.421 533.2969Q287.8585 532.90625 287.8585 532.2344Q287.8585 530.7344 286.3585 530.7344Q285.65536 530.7344 285.2335 531.1406Q284.82724 531.5469 284.82724 532.2031L283.7335 532.2031Q283.7335 531.1875 284.46786 530.5156Q285.21786 529.84375 286.3585 529.84375Q287.5616 529.84375 288.2491 530.4844Q288.9366 531.125 288.9366 532.2656Q288.9366 532.8281 288.57724 533.34375Q288.21786 533.8594 287.59286 534.125Q288.296 534.34375 288.671 534.8594Q289.0616 535.375 289.0616 536.125Q289.0616 537.2656 288.3116 537.9531Q287.5616 538.625 286.3585 538.625Q285.171 538.625 284.40536 537.96875Q283.65536 537.3125 283.65536 536.25L284.7491 536.25Q284.7491 536.9219 285.1866 537.3281Q285.6241 537.7344 286.3741 537.7344Q287.15536 537.7344 287.5616 537.3281Q287.9835 536.90625 287.9835 536.1406Q287.9835 535.40625 287.53036 535.0156Q287.07724 534.6094 286.20224 534.59375L285.38974 534.59375L285.38974 533.7031ZM290.71786 531.6094Q290.71786 530.84375 291.20224 530.34375Q291.70224 529.84375 292.46786 529.84375Q293.2491 529.84375 293.7335 530.34375Q294.21786 530.84375 294.21786 531.6406L294.21786 532.0625Q294.21786 532.8281 293.71786 533.3281Q293.2335 533.8125 292.4835 533.8125Q291.71786 533.8125 291.21786 533.3281Q290.71786 532.8281 290.71786 532.0156L290.71786 531.6094ZM291.53036 532.0625Q291.53036 532.5156 291.78036 532.8125Q292.046 533.1094 292.4835 533.1094Q292.90536 533.1094 293.15536 532.8281Q293.40536 532.53125 293.40536 532.03125L293.40536 531.6094Q293.40536 531.15625 293.15536 530.8594Q292.90536 530.5469 292.46786 530.5469Q292.03036 530.5469 291.78036 530.8594Q291.53036 531.15625 291.53036 531.625L291.53036 532.0625ZM294.8741 536.40625Q294.8741 535.6406 295.3585 535.15625Q295.8585 534.65625 296.6241 534.65625Q297.38974 534.65625 297.8741 535.15625Q298.3741 535.6406 298.3741 536.4531L298.3741 536.8594Q298.3741 537.625 297.88974 538.125Q297.40536 538.625 296.63974 538.625Q295.8741 538.625 295.3741 538.1406Q294.8741 537.6406 294.8741 536.8281L294.8741 536.40625ZM295.6866 536.8594Q295.6866 537.3281 295.9366 537.625Q296.20224 537.9219 296.63974 537.9219Q297.0616 537.9219 297.3116 537.6406Q297.5616 537.34375 297.5616 536.84375L297.5616 536.40625Q297.5616 535.9375 297.296 535.65625Q297.046 535.3594 296.6241 535.3594Q296.20224 535.3594 295.9366 535.65625Q295.6866 535.9375 295.6866 536.4375L295.6866 536.8594ZM292.7335 537.8594L292.1085 537.46875L296.28036 530.7969L296.88974 531.1875L292.7335 537.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M282.40536 538.5L276.8116 538.5L276.8116 537.71875L279.76474 534.4375Q280.421 533.6875 280.671 533.2344Q280.921 532.7656 280.921 532.2656Q280.921 531.59375 280.51474 531.1719Q280.1241 530.7344 279.4366 530.7344Q278.63974 530.7344 278.1866 531.2031Q277.7335 531.65625 277.7335 532.4844L276.65536 532.4844Q276.65536 531.2969 277.40536 530.5781Q278.171 529.84375 279.4366 529.84375Q280.63974 529.84375 281.32724 530.46875Q282.01474 531.09375 282.01474 532.1406Q282.01474 533.3906 280.40536 535.1406L278.1241 537.6094L282.40536 537.6094L282.40536 538.5ZM285.38974 533.7031L286.20224 533.7031Q286.9835 533.6875 287.421 533.2969Q287.8585 532.90625 287.8585 532.2344Q287.8585 530.7344 286.3585 530.7344Q285.65536 530.7344 285.2335 531.1406Q284.82724 531.5469 284.82724 532.2031L283.7335 532.2031Q283.7335 531.1875 284.46786 530.5156Q285.21786 529.84375 286.3585 529.84375Q287.5616 529.84375 288.2491 530.4844Q288.9366 531.125 288.9366 532.2656Q288.9366 532.8281 288.57724 533.34375Q288.21786 533.8594 287.59286 534.125Q288.296 534.34375 288.671 534.8594Q289.0616 535.375 289.0616 536.125Q289.0616 537.2656 288.3116 537.9531Q287.5616 538.625 286.3585 538.625Q285.171 538.625 284.40536 537.96875Q283.65536 537.3125 283.65536 536.25L284.7491 536.25Q284.7491 536.9219 285.1866 537.3281Q285.6241 537.7344 286.3741 537.7344Q287.15536 537.7344 287.5616 537.3281Q287.9835 536.90625 287.9835 536.1406Q287.9835 535.40625 287.53036 535.0156Q287.07724 534.6094 286.20224 534.59375L285.38974 534.59375L285.38974 533.7031ZM290.71786 531.6094Q290.71786 530.84375 291.20224 530.34375Q291.70224 529.84375 292.46786 529.84375Q293.2491 529.84375 293.7335 530.34375Q294.21786 530.84375 294.21786 531.6406L294.21786 532.0625Q294.21786 532.8281 293.71786 533.3281Q293.2335 533.8125 292.4835 533.8125Q291.71786 533.8125 291.21786 533.3281Q290.71786 532.8281 290.71786 532.0156L290.71786 531.6094ZM291.53036 532.0625Q291.53036 532.5156 291.78036 532.8125Q292.046 533.1094 292.4835 533.1094Q292.90536 533.1094 293.15536 532.8281Q293.40536 532.53125 293.40536 532.03125L293.40536 531.6094Q293.40536 531.15625 293.15536 530.8594Q292.90536 530.5469 292.46786 530.5469Q292.03036 530.5469 291.78036 530.8594Q291.53036 531.15625 291.53036 531.625L291.53036 532.0625ZM294.8741 536.40625Q294.8741 535.6406 295.3585 535.15625Q295.8585 534.65625 296.6241 534.65625Q297.38974 534.65625 297.8741 535.15625Q298.3741 535.6406 298.3741 536.4531L298.3741 536.8594Q298.3741 537.625 297.88974 538.125Q297.40536 538.625 296.63974 538.625Q295.8741 538.625 295.3741 538.1406Q294.8741 537.6406 294.8741 536.8281L294.8741 536.40625ZM295.6866 536.8594Q295.6866 537.3281 295.9366 537.625Q296.20224 537.9219 296.63974 537.9219Q297.0616 537.9219 297.3116 537.6406Q297.5616 537.34375 297.5616 536.84375L297.5616 536.40625Q297.5616 535.9375 297.296 535.65625Q297.046 535.3594 296.6241 535.3594Q296.20224 535.3594 295.9366 535.65625Q295.6866 535.9375 295.6866 536.4375L295.6866 536.8594ZM292.7335 537.8594L292.1085 537.46875L296.28036 530.7969L296.88974 531.1875L292.7335 537.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.18951 587.5L224.11139 587.5L224.11139 580.28125L221.92389 581.0781L221.92389 580.09375L225.03326 578.9219L225.18951 578.9219L225.18951 587.5ZM234.22076 587.5L228.62701 587.5L228.62701 586.71875L231.58014 583.4375Q232.23639 582.6875 232.48639 582.2344Q232.73639 581.7656 232.73639 581.2656Q232.73639 580.59375 232.33014 580.1719Q231.93951 579.7344 231.25201 579.7344Q230.45514 579.7344 230.00201 580.2031Q229.54889 580.65625 229.54889 581.4844L228.47076 581.4844Q228.47076 580.2969 229.22076 579.5781Q229.98639 578.84375 231.25201 578.84375Q232.45514 578.84375 233.14264 579.46875Q233.83014 580.09375 233.83014 581.1406Q233.83014 582.3906 232.22076 584.1406L229.93951 586.6094L234.22076 586.6094L234.22076 587.5ZM235.53326 580.6094Q235.53326 579.84375 236.01764 579.34375Q236.51764 578.84375 237.28326 578.84375Q238.06451 578.84375 238.54889 579.34375Q239.03326 579.84375 239.03326 580.6406L239.03326 581.0625Q239.03326 581.8281 238.53326 582.3281Q238.04889 582.8125 237.29889 582.8125Q236.53326 582.8125 236.03326 582.3281Q235.53326 581.8281 235.53326 581.0156L235.53326 580.6094ZM236.34576 581.0625Q236.34576 581.5156 236.59576 581.8125Q236.86139 582.1094 237.29889 582.1094Q237.72076 582.1094 237.97076 581.8281Q238.22076 581.53125 238.22076 581.03125L238.22076 580.6094Q238.22076 580.15625 237.97076 579.8594Q237.72076 579.5469 237.28326 579.5469Q236.84576 579.5469 236.59576 579.8594Q236.34576 580.15625 236.34576 580.625L236.34576 581.0625ZM239.68951 585.40625Q239.68951 584.6406 240.17389 584.15625Q240.67389 583.65625 241.43951 583.65625Q242.20514 583.65625 242.68951 584.15625Q243.18951 584.6406 243.18951 585.4531L243.18951 585.8594Q243.18951 586.625 242.70514 587.125Q242.22076 587.625 241.45514 587.625Q240.68951 587.625 240.18951 587.1406Q239.68951 586.6406 239.68951 585.8281L239.68951 585.40625ZM240.50201 585.8594Q240.50201 586.3281 240.75201 586.625Q241.01764 586.9219 241.45514 586.9219Q241.87701 586.9219 242.12701 586.6406Q242.37701 586.34375 242.37701 585.84375L242.37701 585.40625Q242.37701 584.9375 242.11139 584.65625Q241.86139 584.3594 241.43951 584.3594Q241.01764 584.3594 240.75201 584.65625Q240.50201 584.9375 240.50201 585.4375L240.50201 585.8594ZM237.54889 586.8594L236.92389 586.46875L241.09576 579.7969L241.70514 580.1875L237.54889 586.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M225.18951 587.5L224.11139 587.5L224.11139 580.28125L221.92389 581.0781L221.92389 580.09375L225.03326 578.9219L225.18951 578.9219L225.18951 587.5ZM234.22076 587.5L228.62701 587.5L228.62701 586.71875L231.58014 583.4375Q232.23639 582.6875 232.48639 582.2344Q232.73639 581.7656 232.73639 581.2656Q232.73639 580.59375 232.33014 580.1719Q231.93951 579.7344 231.25201 579.7344Q230.45514 579.7344 230.00201 580.2031Q229.54889 580.65625 229.54889 581.4844L228.47076 581.4844Q228.47076 580.2969 229.22076 579.5781Q229.98639 578.84375 231.25201 578.84375Q232.45514 578.84375 233.14264 579.46875Q233.83014 580.09375 233.83014 581.1406Q233.83014 582.3906 232.22076 584.1406L229.93951 586.6094L234.22076 586.6094L234.22076 587.5ZM235.53326 580.6094Q235.53326 579.84375 236.01764 579.34375Q236.51764 578.84375 237.28326 578.84375Q238.06451 578.84375 238.54889 579.34375Q239.03326 579.84375 239.03326 580.6406L239.03326 581.0625Q239.03326 581.8281 238.53326 582.3281Q238.04889 582.8125 237.29889 582.8125Q236.53326 582.8125 236.03326 582.3281Q235.53326 581.8281 235.53326 581.0156L235.53326 580.6094ZM236.34576 581.0625Q236.34576 581.5156 236.59576 581.8125Q236.86139 582.1094 237.29889 582.1094Q237.72076 582.1094 237.97076 581.8281Q238.22076 581.53125 238.22076 581.03125L238.22076 580.6094Q238.22076 580.15625 237.97076 579.8594Q237.72076 579.5469 237.28326 579.5469Q236.84576 579.5469 236.59576 579.8594Q236.34576 580.15625 236.34576 580.625L236.34576 581.0625ZM239.68951 585.40625Q239.68951 584.6406 240.17389 584.15625Q240.67389 583.65625 241.43951 583.65625Q242.20514 583.65625 242.68951 584.15625Q243.18951 584.6406 243.18951 585.4531L243.18951 585.8594Q243.18951 586.625 242.70514 587.125Q242.22076 587.625 241.45514 587.625Q240.68951 587.625 240.18951 587.1406Q239.68951 586.6406 239.68951 585.8281L239.68951 585.40625ZM240.50201 585.8594Q240.50201 586.3281 240.75201 586.625Q241.01764 586.9219 241.45514 586.9219Q241.87701 586.9219 242.12701 586.6406Q242.37701 586.34375 242.37701 585.84375L242.37701 585.40625Q242.37701 584.9375 242.11139 584.65625Q241.86139 584.3594 241.43951 584.3594Q241.01764 584.3594 240.75201 584.65625Q240.50201 584.9375 240.50201 585.4375L240.50201 585.8594ZM237.54889 586.8594L236.92389 586.46875L241.09576 579.7969L241.70514 580.1875L237.54889 586.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M309.9986 635.8318Q309.9986 635.06616 310.48297 634.56616Q310.98297 634.06616 311.7486 634.06616Q312.52985 634.06616 313.01422 634.56616Q313.4986 635.06616 313.4986 635.86304L313.4986 636.2849Q313.4986 637.05054 312.9986 637.55054Q312.51422 638.0349 311.76422 638.0349Q310.9986 638.0349 310.4986 637.55054Q309.9986 637.05054 309.9986 636.23804L309.9986 635.8318ZM310.8111 636.2849Q310.8111 636.73804 311.0611 637.0349Q311.32672 637.3318 311.76422 637.3318Q312.1861 637.3318 312.4361 637.05054Q312.6861 636.75366 312.6861 636.25366L312.6861 635.8318Q312.6861 635.37866 312.4361 635.0818Q312.1861 634.7693 311.7486 634.7693Q311.3111 634.7693 311.0611 635.0818Q310.8111 635.37866 310.8111 635.8474L310.8111 636.2849ZM314.15485 640.62866Q314.15485 639.86304 314.63922 639.37866Q315.13922 638.87866 315.90485 638.87866Q316.67047 638.87866 317.15485 639.37866Q317.65485 639.86304 317.65485 640.67554L317.65485 641.0818Q317.65485 641.8474 317.17047 642.3474Q316.6861 642.8474 315.92047 642.8474Q315.15485 642.8474 314.65485 642.36304Q314.15485 641.86304 314.15485 641.05054L314.15485 640.62866ZM314.96735 641.0818Q314.96735 641.55054 315.21735 641.8474Q315.48297 642.1443 315.92047 642.1443Q316.34235 642.1443 316.59235 641.86304Q316.84235 641.56616 316.84235 641.06616L316.84235 640.62866Q316.84235 640.1599 316.57672 639.87866Q316.32672 639.5818 315.90485 639.5818Q315.48297 639.5818 315.21735 639.87866Q314.96735 640.1599 314.96735 640.6599L314.96735 641.0818ZM312.01422 642.0818L311.38922 641.69116L315.5611 635.0193L316.17047 635.4099L312.01422 642.0818ZM321.92047 639.48804Q321.92047 638.56616 322.27985 637.81616Q322.65485 637.06616 323.3111 636.67554Q323.96735 636.2693 324.79547 636.2693Q326.09235 636.2693 326.88922 637.1599Q327.70172 638.05054 327.70172 639.55054L327.70172 639.62866Q327.70172 640.55054 327.34235 641.2849Q326.98297 642.0193 326.32672 642.44116Q325.67047 642.8474 324.8111 642.8474Q323.52985 642.8474 322.71735 641.9568Q321.92047 641.05054 321.92047 639.56616L321.92047 639.48804ZM323.01422 639.62866Q323.01422 640.67554 323.4986 641.31616Q323.9986 641.9568 324.8111 641.9568Q325.63922 641.9568 326.1236 641.31616Q326.60797 640.6599 326.60797 639.48804Q326.60797 638.4568 326.10797 637.81616Q325.6236 637.1599 324.79547 637.1599Q323.9986 637.1599 323.4986 637.80054Q323.01422 638.42554 323.01422 639.62866ZM329.7486 642.7224L329.7486 637.2224L328.7486 637.2224L328.7486 636.37866L329.7486 636.37866L329.7486 635.73804Q329.7486 634.7068 330.27985 634.1599Q330.82672 633.5974 331.82672 633.5974Q332.20172 633.5974 332.57672 633.69116L332.51422 634.5818Q332.23297 634.5193 331.9361 634.5193Q331.40485 634.5193 331.10797 634.8318Q330.82672 635.1443 330.82672 635.7068L330.82672 636.37866L332.1861 636.37866L332.1861 637.2224L330.82672 637.2224L330.82672 642.7224L329.7486 642.7224ZM339.27985 637.3474Q339.02985 637.31616 338.7486 637.31616Q337.67047 637.31616 337.29547 638.2224L337.29547 642.7224L336.21735 642.7224L336.21735 636.37866L337.26422 636.37866L337.27985 637.11304Q337.8111 636.2693 338.79547 636.2693Q339.10797 636.2693 339.27985 636.3474L339.27985 637.3474ZM342.84235 642.8474Q341.54547 642.8474 340.73297 642.00366Q339.9361 641.1443 339.9361 639.7224L339.9361 639.5349Q339.9361 638.5818 340.29547 637.8474Q340.65485 637.0974 341.29547 636.69116Q341.95172 636.2693 342.70172 636.2693Q343.9361 636.2693 344.6236 637.0818Q345.3111 637.8943 345.3111 639.4099L345.3111 639.86304L341.01422 639.86304Q341.04547 640.80054 341.5611 641.37866Q342.09235 641.9568 342.90485 641.9568Q343.46735 641.9568 343.85797 641.7224Q344.26422 641.48804 344.57672 641.0974L345.23297 641.61304Q344.4361 642.8474 342.84235 642.8474ZM342.70172 637.1599Q342.04547 637.1599 341.59235 637.6443Q341.15485 638.11304 341.0611 638.9724L344.23297 638.9724L344.23297 638.8943Q344.1861 638.06616 343.77985 637.61304Q343.38922 637.1599 342.70172 637.1599ZM349.90485 641.0349Q349.90485 640.5974 349.5611 640.36304Q349.23297 640.11304 348.40485 639.94116Q347.59235 639.7693 347.10797 639.5193Q346.6236 639.2693 346.38922 638.94116Q346.17047 638.5974 346.17047 638.12866Q346.17047 637.3474 346.82672 636.81616Q347.48297 636.2693 348.51422 636.2693Q349.59235 636.2693 350.2486 636.8318Q350.92047 637.37866 350.92047 638.23804L349.84235 638.23804Q349.84235 637.80054 349.45172 637.48804Q349.07672 637.1599 348.51422 637.1599Q347.92047 637.1599 347.57672 637.42554Q347.2486 637.67554 347.2486 638.0818Q347.2486 638.4724 347.5611 638.67554Q347.8736 638.87866 348.6861 639.06616Q349.4986 639.23804 349.9986 639.48804Q350.4986 639.73804 350.73297 640.0974Q350.98297 640.4568 350.98297 640.9568Q350.98297 641.81616 350.29547 642.3318Q349.6236 642.8474 348.54547 642.8474Q347.77985 642.8474 347.1861 642.5818Q346.60797 642.30054 346.27985 641.81616Q345.95172 641.3318 345.95172 640.7693L347.02985 640.7693Q347.0611 641.31616 347.46735 641.6443Q347.8736 641.9568 348.54547 641.9568Q349.15485 641.9568 349.52985 641.7068Q349.90485 641.4568 349.90485 641.0349ZM357.5611 639.62866Q357.5611 641.06616 356.90485 641.9568Q356.2486 642.8474 355.10797 642.8474Q353.95172 642.8474 353.29547 642.11304L353.29547 645.1599L352.21735 645.1599L352.21735 636.37866L353.20172 636.37866L353.2486 637.0818Q353.92047 636.2693 355.09235 636.2693Q356.23297 636.2693 356.88922 637.12866Q357.5611 637.98804 357.5611 639.5193L357.5611 639.62866ZM356.48297 639.50366Q356.48297 638.42554 356.01422 637.81616Q355.5611 637.19116 354.76422 637.19116Q353.77985 637.19116 353.29547 638.05054L353.29547 641.0818Q353.77985 641.9568 354.77985 641.9568Q355.5611 641.9568 356.01422 641.3474Q356.48297 640.7224 356.48297 639.50366ZM358.92047 639.48804Q358.92047 638.56616 359.27985 637.81616Q359.65485 637.06616 360.3111 636.67554Q360.96735 636.2693 361.79547 636.2693Q363.09235 636.2693 363.88922 637.1599Q364.70172 638.05054 364.70172 639.55054L364.70172 639.62866Q364.70172 640.55054 364.34235 641.2849Q363.98297 642.0193 363.32672 642.44116Q362.67047 642.8474 361.8111 642.8474Q360.52985 642.8474 359.71735 641.9568Q358.92047 641.05054 358.92047 639.56616L358.92047 639.48804ZM360.01422 639.62866Q360.01422 640.67554 360.4986 641.31616Q360.9986 641.9568 361.8111 641.9568Q362.63922 641.9568 363.1236 641.31616Q363.60797 640.6599 363.60797 639.48804Q363.60797 638.4568 363.10797 637.81616Q362.6236 637.1599 361.79547 637.1599Q360.9986 637.1599 360.4986 637.80054Q360.01422 638.42554 360.01422 639.62866ZM367.23297 636.37866L367.26422 637.17554Q367.9986 636.2693 369.17047 636.2693Q371.1861 636.2693 371.20172 638.5349L371.20172 642.7224L370.10797 642.7224L370.10797 638.5193Q370.10797 637.8474 369.79547 637.5193Q369.4986 637.19116 368.84235 637.19116Q368.3111 637.19116 367.90485 637.4724Q367.51422 637.75366 367.29547 638.2068L367.29547 642.7224L366.21735 642.7224L366.21735 636.37866L367.23297 636.37866ZM372.95172 639.50366Q372.95172 638.0349 373.63922 637.1599Q374.32672 636.2693 375.45172 636.2693Q376.5611 636.2693 377.21735 637.0193L377.21735 633.7224L378.29547 633.7224L378.29547 642.7224L377.29547 642.7224L377.2486 642.0349Q376.59235 642.8474 375.4361 642.8474Q374.34235 642.8474 373.63922 641.94116Q372.95172 641.0349 372.95172 639.5818L372.95172 639.50366ZM374.02985 639.62866Q374.02985 640.7068 374.46735 641.31616Q374.92047 641.92554 375.70172 641.92554Q376.73297 641.92554 377.21735 640.98804L377.21735 638.0818Q376.73297 637.19116 375.71735 637.19116Q374.92047 637.19116 374.46735 637.80054Q374.02985 638.4099 374.02985 639.62866ZM382.84235 642.8474Q381.54547 642.8474 380.73297 642.00366Q379.9361 641.1443 379.9361 639.7224L379.9361 639.5349Q379.9361 638.5818 380.29547 637.8474Q380.65485 637.0974 381.29547 636.69116Q381.95172 636.2693 382.70172 636.2693Q383.9361 636.2693 384.6236 637.0818Q385.3111 637.8943 385.3111 639.4099L385.3111 639.86304L381.01422 639.86304Q381.04547 640.80054 381.5611 641.37866Q382.09235 641.9568 382.90485 641.9568Q383.46735 641.9568 383.85797 641.7224Q384.26422 641.48804 384.57672 641.0974L385.23297 641.61304Q384.4361 642.8474 382.84235 642.8474ZM382.70172 637.1599Q382.04547 637.1599 381.59235 637.6443Q381.15485 638.11304 381.0611 638.9724L384.23297 638.9724L384.23297 638.8943Q384.1861 638.06616 383.77985 637.61304Q383.38922 637.1599 382.70172 637.1599ZM387.23297 636.37866L387.26422 637.17554Q387.9986 636.2693 389.17047 636.2693Q391.1861 636.2693 391.20172 638.5349L391.20172 642.7224L390.10797 642.7224L390.10797 638.5193Q390.10797 637.8474 389.79547 637.5193Q389.4986 637.19116 388.84235 637.19116Q388.3111 637.19116 387.90485 637.4724Q387.51422 637.75366 387.29547 638.2068L387.29547 642.7224L386.21735 642.7224L386.21735 636.37866L387.23297 636.37866ZM394.6861 634.8474L394.6861 636.37866L395.85797 636.37866L395.85797 637.2224L394.6861 637.2224L394.6861 641.1443Q394.6861 641.5349 394.84235 641.7224Q394.9986 641.9099 395.3736 641.9099Q395.5611 641.9099 395.88922 641.8474L395.88922 642.7224Q395.46735 642.8474 395.0611 642.8474Q394.34235 642.8474 393.96735 642.4099Q393.59235 641.9568 393.59235 641.1443L393.59235 637.2224L392.4361 637.2224L392.4361 636.37866L393.59235 636.37866L393.59235 634.8474L394.6861 634.8474ZM400.90485 641.0349Q400.90485 640.5974 400.5611 640.36304Q400.23297 640.11304 399.40485 639.94116Q398.59235 639.7693 398.10797 639.5193Q397.6236 639.2693 397.38922 638.94116Q397.17047 638.5974 397.17047 638.12866Q397.17047 637.3474 397.82672 636.81616Q398.48297 636.2693 399.51422 636.2693Q400.59235 636.2693 401.2486 636.8318Q401.92047 637.37866 401.92047 638.23804L400.84235 638.23804Q400.84235 637.80054 400.45172 637.48804Q400.07672 637.1599 399.51422 637.1599Q398.92047 637.1599 398.57672 637.42554Q398.2486 637.67554 398.2486 638.0818Q398.2486 638.4724 398.5611 638.67554Q398.8736 638.87866 399.6861 639.06616Q400.4986 639.23804 400.9986 639.48804Q401.4986 639.73804 401.73297 640.0974Q401.98297 640.4568 401.98297 640.9568Q401.98297 641.81616 401.29547 642.3318Q400.6236 642.8474 399.54547 642.8474Q398.77985 642.8474 398.1861 642.5818Q397.60797 642.30054 397.27985 641.81616Q396.95172 641.3318 396.95172 640.7693L398.02985 640.7693Q398.0611 641.31616 398.46735 641.6443Q398.8736 641.9568 399.54547 641.9568Q400.15485 641.9568 400.52985 641.7068Q400.90485 641.4568 400.90485 641.0349Z" fill-rule="nonzero"/><path fill="#666666" d="M41.849876 85.08075Q41.849876 86.33075 41.428 87.26825Q41.006126 88.190125 40.224876 88.690125Q39.45925 89.190125 38.428 89.190125Q37.428 89.190125 36.64675 88.690125Q35.8655 88.190125 35.428 87.283875Q35.006126 86.362 34.9905 85.14325L34.9905 84.533875Q34.9905 83.2995 35.412376 82.362Q35.849876 81.4245 36.631126 80.9245Q37.412376 80.408875 38.428 80.408875Q39.443626 80.408875 40.224876 80.908875Q41.006126 81.408875 41.428 82.346375Q41.849876 83.283875 41.849876 84.533875L41.849876 85.08075ZM40.7405 84.51825Q40.7405 83.002625 40.131126 82.190125Q39.52175 81.377625 38.428 81.377625Q37.349876 81.377625 36.7405 82.190125Q36.131126 83.002625 36.1155 84.440125L36.1155 85.08075Q36.1155 86.5495 36.724876 87.39325Q37.349876 88.221375 38.428 88.221375Q39.52175 88.221375 40.1155 87.440125Q40.724876 86.64325 40.7405 85.158875L40.7405 84.51825ZM44.14675 82.721375L44.178 83.51825Q44.912376 82.612 46.08425 82.612Q48.099876 82.612 48.1155 84.877625L48.1155 89.065125L47.02175 89.065125L47.02175 84.862Q47.02175 84.190125 46.70925 83.862Q46.412376 83.533875 45.756126 83.533875Q45.224876 83.533875 44.818626 83.815125Q44.428 84.096375 44.20925 84.5495L44.20925 89.065125L43.131126 89.065125L43.131126 82.721375L44.14675 82.721375ZM52.381126 85.877625L49.52175 85.877625L49.52175 85.002625L52.381126 85.002625L52.381126 85.877625ZM58.474876 85.971375Q58.474876 87.408875 57.818626 88.2995Q57.162376 89.190125 56.02175 89.190125Q54.8655 89.190125 54.20925 88.45575L54.20925 91.502625L53.131126 91.502625L53.131126 82.721375L54.1155 82.721375L54.162376 83.4245Q54.83425 82.612 56.006126 82.612Q57.14675 82.612 57.803 83.471375Q58.474876 84.33075 58.474876 85.862L58.474876 85.971375ZM57.39675 85.846375Q57.39675 84.76825 56.928 84.158875Q56.474876 83.533875 55.678 83.533875Q54.693626 83.533875 54.20925 84.39325L54.20925 87.4245Q54.693626 88.2995 55.693626 88.2995Q56.474876 88.2995 56.928 87.690125Q57.39675 87.065125 57.39675 85.846375ZM63.193626 83.690125Q62.943626 83.658875 62.662376 83.658875Q61.58425 83.658875 61.20925 84.565125L61.20925 89.065125L60.131126 89.065125L60.131126 82.721375L61.178 82.721375L61.193626 83.45575Q61.724876 82.612 62.70925 82.612Q63.02175 82.612 63.193626 82.690125L63.193626 83.690125ZM66.75613 89.190125Q65.45925 89.190125 64.64675 88.346375Q63.849876 87.487 63.849876 86.065125L63.849876 85.877625Q63.849876 84.9245 64.20925 84.190125Q64.56863 83.440125 65.20925 83.033875Q65.8655 82.612 66.6155 82.612Q67.84988 82.612 68.53738 83.4245Q69.22488 84.237 69.22488 85.752625L69.22488 86.20575L64.928 86.20575Q64.95925 87.14325 65.47488 87.721375Q66.00613 88.2995 66.81863 88.2995Q67.38113 88.2995 67.77175 88.065125Q68.178 87.83075 68.4905 87.440125L69.14675 87.95575Q68.34988 89.190125 66.75613 89.190125ZM66.6155 83.502625Q65.95925 83.502625 65.50613 83.987Q65.06863 84.45575 64.97488 85.315125L68.14675 85.315125L68.14675 85.237Q68.09988 84.408875 67.69363 83.95575Q67.303 83.502625 66.6155 83.502625ZM71.14675 82.721375L71.178 83.4245Q71.8655 82.612 73.053 82.612Q74.38113 82.612 74.8655 83.627625Q75.178 83.1745 75.678 82.89325Q76.19363 82.612 76.88113 82.612Q78.97488 82.612 79.00613 84.815125L79.00613 89.065125L77.928 89.065125L77.928 84.877625Q77.928 84.20575 77.6155 83.877625Q77.303 83.533875 76.56863 83.533875Q75.95925 83.533875 75.553 83.89325Q75.16238 84.252625 75.09988 84.862L75.09988 89.065125L74.02175 89.065125L74.02175 84.908875Q74.02175 83.533875 72.66238 83.533875Q71.59988 83.533875 71.20925 84.440125L71.20925 89.065125L70.1155 89.065125L70.1155 82.721375L71.14675 82.721375ZM85.14675 82.721375L85.178 83.4245Q85.8655 82.612 87.053 82.612Q88.38113 82.612 88.8655 83.627625Q89.178 83.1745 89.678 82.89325Q90.19363 82.612 90.88113 82.612Q92.97488 82.612 93.00613 84.815125L93.00613 89.065125L91.928 89.065125L91.928 84.877625Q91.928 84.20575 91.6155 83.877625Q91.303 83.533875 90.56863 83.533875Q89.95925 83.533875 89.553 83.89325Q89.16238 84.252625 89.09988 84.862L89.09988 89.065125L88.02175 89.065125L88.02175 84.908875Q88.02175 83.533875 86.66238 83.533875Q85.59988 83.533875 85.20925 84.440125L85.20925 89.065125L84.1155 89.065125L84.1155 82.721375L85.14675 82.721375ZM99.03738 89.065125Q98.94363 88.877625 98.88113 88.39325Q98.13113 89.190125 97.08425 89.190125Q96.14675 89.190125 95.53738 88.658875Q94.94363 88.127625 94.94363 87.2995Q94.94363 86.315125 95.69363 85.76825Q96.44363 85.221375 97.81863 85.221375L98.8655 85.221375L98.8655 84.721375Q98.8655 84.158875 98.52175 83.83075Q98.19363 83.487 97.52175 83.487Q96.94363 83.487 96.553 83.783875Q96.16238 84.065125 96.16238 84.487L95.06863 84.487Q95.06863 84.002625 95.39675 83.565125Q95.7405 83.127625 96.31863 82.877625Q96.89675 82.612 97.58425 82.612Q98.69363 82.612 99.303 83.158875Q99.928 83.70575 99.95925 84.658875L99.95925 87.58075Q99.95925 88.45575 100.178 88.971375L100.178 89.065125L99.03738 89.065125ZM97.2405 88.237Q97.75613 88.237 98.20925 87.971375Q98.66238 87.70575 98.8655 87.283875L98.8655 85.987L98.02175 85.987Q96.02175 85.987 96.02175 87.158875Q96.02175 87.658875 96.3655 87.95575Q96.70925 88.237 97.2405 88.237ZM104.66238 88.2995Q105.2405 88.2995 105.678 87.95575Q106.1155 87.596375 106.16238 87.065125L107.19363 87.065125Q107.16238 87.612 106.803 88.112Q106.45925 88.596375 105.88113 88.89325Q105.31863 89.190125 104.66238 89.190125Q103.3655 89.190125 102.59988 88.33075Q101.84988 87.45575 101.84988 85.95575L101.84988 85.76825Q101.84988 84.846375 102.178 84.127625Q102.52175 83.408875 103.14675 83.01825Q103.78738 82.612 104.66238 82.612Q105.72488 82.612 106.428 83.252625Q107.14675 83.877625 107.19363 84.908875L106.16238 84.908875Q106.1155 84.283875 105.69363 83.89325Q105.27175 83.502625 104.66238 83.502625Q103.83425 83.502625 103.38113 84.096375Q102.928 84.690125 102.928 85.815125L102.928 86.01825Q102.928 87.112 103.38113 87.70575Q103.83425 88.2995 104.66238 88.2995ZM109.20925 83.487Q109.928 82.612 111.08425 82.612Q113.09988 82.612 113.1155 84.877625L113.1155 89.065125L112.02175 89.065125L112.02175 84.862Q112.02175 84.190125 111.70925 83.862Q111.41238 83.533875 110.75613 83.533875Q110.22488 83.533875 109.81863 83.815125Q109.428 84.096375 109.20925 84.5495L109.20925 89.065125L108.13113 89.065125L108.13113 80.065125L109.20925 80.065125L109.20925 83.487ZM116.303 89.065125L115.22488 89.065125L115.22488 82.721375L116.303 82.721375L116.303 89.065125ZM115.13113 81.0495Q115.13113 80.783875 115.28738 80.596375Q115.45925 80.408875 115.77175 80.408875Q116.08425 80.408875 116.2405 80.596375Q116.41238 80.783875 116.41238 81.0495Q116.41238 81.2995 116.2405 81.487Q116.08425 81.658875 115.77175 81.658875Q115.45925 81.658875 115.28738 81.487Q115.13113 81.2995 115.13113 81.0495ZM119.14675 82.721375L119.178 83.51825Q119.91238 82.612 121.08425 82.612Q123.09988 82.612 123.1155 84.877625L123.1155 89.065125L122.02175 89.065125L122.02175 84.862Q122.02175 84.190125 121.70925 83.862Q121.41238 83.533875 120.75613 83.533875Q120.22488 83.533875 119.81863 83.815125Q119.428 84.096375 119.20925 84.5495L119.20925 89.065125L118.13113 89.065125L118.13113 82.721375L119.14675 82.721375ZM127.75613 89.190125Q126.45925 89.190125 125.64675 88.346375Q124.84988 87.487 124.84988 86.065125L124.84988 85.877625Q124.84988 84.9245 125.20925 84.190125Q125.56863 83.440125 126.20925 83.033875Q126.8655 82.612 127.6155 82.612Q128.84988 82.612 129.53738 83.4245Q130.22488 84.237 130.22488 85.752625L130.22488 86.20575L125.928 86.20575Q125.95925 87.14325 126.47488 87.721375Q127.00613 88.2995 127.81863 88.2995Q128.38113 88.2995 128.77176 88.065125Q129.17801 87.83075 129.49051 87.440125L130.14676 87.95575Q129.34988 89.190125 127.75613 89.190125ZM127.6155 83.502625Q126.95925 83.502625 126.50613 83.987Q126.06863 84.45575 125.97488 85.315125L129.14676 85.315125L129.14676 85.237Q129.09988 84.408875 128.69363 83.95575Q128.30301 83.502625 127.6155 83.502625ZM134.81863 87.377625Q134.81863 86.940125 134.47488 86.70575Q134.14676 86.45575 133.31863 86.283875Q132.50613 86.112 132.02176 85.862Q131.53738 85.612 131.30301 85.283875Q131.08426 84.940125 131.08426 84.471375Q131.08426 83.690125 131.74051 83.158875Q132.39676 82.612 133.42801 82.612Q134.50613 82.612 135.16238 83.1745Q135.83426 83.721375 135.83426 84.58075L134.75613 84.58075Q134.75613 84.14325 134.36551 83.83075Q133.99051 83.502625 133.42801 83.502625Q132.83426 83.502625 132.49051 83.76825Q132.16238 84.01825 132.16238 84.4245Q132.16238 84.815125 132.47488 85.01825Q132.78738 85.221375 133.59988 85.408875Q134.41238 85.58075 134.91238 85.83075Q135.41238 86.08075 135.64676 86.440125Q135.89676 86.7995 135.89676 87.2995Q135.89676 88.158875 135.20926 88.6745Q134.53738 89.190125 133.45926 89.190125Q132.69363 89.190125 132.09988 88.9245Q131.52176 88.64325 131.19363 88.158875Q130.86551 87.6745 130.86551 87.112L131.94363 87.112Q131.97488 87.658875 132.38113 87.987Q132.78738 88.2995 133.45926 88.2995Q134.06863 88.2995 134.44363 88.0495Q134.81863 87.7995 134.81863 87.377625Z" fill-rule="nonzero"/><path fill="#666666" d="M116.00613 135.55998L112.428 135.55998L111.63113 137.79436L110.47488 137.79436L113.72488 129.2631L114.70925 129.2631L117.97488 137.79436L116.81863 137.79436L116.00613 135.55998ZM112.77175 134.6381L115.678 134.6381L114.22488 130.65373L112.77175 134.6381ZM121.13113 135.10686L121.303 136.23186L121.53738 135.21623L123.22488 129.2631L124.178 129.2631L125.81863 135.21623L126.053 136.24748L126.2405 135.09123L127.56863 129.2631L128.69363 129.2631L126.63113 137.79436L125.59988 137.79436L123.83425 131.5756L123.70925 130.91936L123.56863 131.5756L121.75613 137.79436L120.72488 137.79436L118.66238 129.2631L119.78738 129.2631L121.13113 135.10686ZM132.80301 133.99748Q131.36551 133.5756 130.69363 132.96623Q130.03738 132.35686 130.03738 131.46623Q130.03738 130.46623 130.83426 129.80998Q131.64676 129.1381 132.94363 129.1381Q133.81863 129.1381 134.50613 129.48186Q135.19363 129.8256 135.56863 130.41936Q135.95926 131.0131 135.95926 131.73186L134.81863 131.73186Q134.81863 130.9506 134.31863 130.5131Q133.83426 130.0756 132.94363 130.0756Q132.11551 130.0756 131.64676 130.4506Q131.17801 130.80998 131.17801 131.4506Q131.17801 131.98186 131.61551 132.34123Q132.06863 132.7006 133.13113 132.99748Q134.19363 133.29436 134.78738 133.65373Q135.39676 134.0131 135.67801 134.49748Q135.97488 134.98186 135.97488 135.62248Q135.97488 136.66936 135.16238 137.29436Q134.34988 137.91936 133.00613 137.91936Q132.11551 137.91936 131.34988 137.5756Q130.59988 137.23186 130.17801 136.65373Q129.77176 136.05998 129.77176 135.3256L130.89676 135.3256Q130.89676 136.09123 131.47488 136.54436Q132.05301 136.99748 133.00613 136.99748Q133.89676 136.99748 134.36551 136.6381Q134.83426 136.2631 134.83426 135.6381Q134.83426 135.0131 134.39676 134.66936Q133.95926 134.3256 132.80301 133.99748Z" fill-rule="nonzero"/><path fill="#666666" d="M119.59988 185.39857Q119.16238 186.02357 118.38113 186.33607Q117.59988 186.64857 116.56863 186.64857Q115.53738 186.64857 114.72488 186.1642Q113.91238 185.6642 113.47488 184.75795Q113.03738 183.8517 113.02175 182.6642L113.02175 181.92982Q113.02175 179.99232 113.91238 178.92982Q114.81863 177.86732 116.44363 177.86732Q117.78738 177.86732 118.59988 178.55482Q119.41238 179.24232 119.59988 180.49232L118.47488 180.49232Q118.14675 178.80482 116.45925 178.80482Q115.31863 178.80482 114.7405 179.6017Q114.16238 180.38295 114.14675 181.89857L114.14675 182.58607Q114.14675 184.02357 114.803 184.88295Q115.45925 185.7267 116.58425 185.7267Q117.20925 185.7267 117.678 185.58607Q118.16238 185.44545 118.47488 185.1017L118.47488 183.19545L116.50613 183.19545L116.50613 182.27357L119.59988 182.27357L119.59988 185.39857ZM127.56863 183.82045Q127.41238 185.1642 126.56863 185.9142Q125.72488 186.64857 124.33425 186.64857Q122.81863 186.64857 121.91238 185.57045Q121.00613 184.4767 121.00613 182.64857L121.00613 181.83607Q121.00613 180.64857 121.428 179.74232Q121.84988 178.83607 122.63113 178.3517Q123.41238 177.86732 124.428 177.86732Q125.78738 177.86732 126.59988 178.63295Q127.428 179.39857 127.56863 180.7267L126.44363 180.7267Q126.28738 179.71107 125.803 179.25795Q125.31863 178.80482 124.428 178.80482Q123.34988 178.80482 122.7405 179.6017Q122.13113 180.39857 122.13113 181.86732L122.13113 182.69545Q122.13113 184.08607 122.70925 184.9142Q123.28738 185.7267 124.33425 185.7267Q125.27175 185.7267 125.77175 185.30482Q126.27175 184.86732 126.44363 183.82045L127.56863 183.82045ZM130.41238 183.17982L130.41238 186.52357L129.28738 186.52357L129.28738 177.99232L132.44363 177.99232Q133.83426 177.99232 134.63113 178.71107Q135.42801 179.4142 135.42801 180.6017Q135.42801 181.83607 134.64676 182.50795Q133.88113 183.17982 132.42801 183.17982L130.41238 183.17982ZM130.41238 182.25795L132.44363 182.25795Q133.34988 182.25795 133.81863 181.83607Q134.30301 181.4142 134.30301 180.61732Q134.30301 179.8517 133.81863 179.39857Q133.34988 178.92982 132.50613 178.9142L130.41238 178.9142L130.41238 182.25795Z" fill-rule="nonzero"/><path fill="#666666" d="M111.00613 233.01843L107.428 233.01843L106.63113 235.2528L105.47488 235.2528L108.72488 226.72156L109.70925 226.72156L112.97488 235.2528L111.81863 235.2528L111.00613 233.01843ZM107.77175 232.09656L110.678 232.09656L109.22488 228.11218L107.77175 232.09656ZM115.14675 234.36218L118.84988 234.36218L118.84988 235.2528L113.81863 235.2528L113.81863 234.45593L117.31863 229.8153L113.8655 229.8153L113.8655 228.90906L118.678 228.90906L118.678 229.67468L115.14675 234.36218ZM124.03738 234.6278Q123.41238 235.3778 122.178 235.3778Q121.16238 235.3778 120.63113 234.78406Q120.09988 234.1903 120.09988 233.03406L120.09988 228.90906L121.178 228.90906L121.178 233.0028Q121.178 234.45593 122.34988 234.45593Q123.59988 234.45593 124.00613 233.51843L124.00613 228.90906L125.09988 228.90906L125.09988 235.2528L124.06863 235.2528L124.03738 234.6278ZM130.19363 229.8778Q129.94363 229.84656 129.66238 229.84656Q128.58426 229.84656 128.20926 230.7528L128.20926 235.2528L127.13113 235.2528L127.13113 228.90906L128.17801 228.90906L128.19363 229.64343Q128.72488 228.79968 129.70926 228.79968Q130.02176 228.79968 130.19363 228.8778L130.19363 229.8778ZM133.75613 235.3778Q132.45926 235.3778 131.64676 234.53406Q130.84988 233.67468 130.84988 232.2528L130.84988 232.0653Q130.84988 231.11218 131.20926 230.3778Q131.56863 229.6278 132.20926 229.22156Q132.86551 228.79968 133.61551 228.79968Q134.84988 228.79968 135.53738 229.61218Q136.22488 230.42468 136.22488 231.9403L136.22488 232.39343L131.92801 232.39343Q131.95926 233.33093 132.47488 233.90906Q133.00613 234.48718 133.81863 234.48718Q134.38113 234.48718 134.77176 234.2528Q135.17801 234.01843 135.49051 233.6278L136.14676 234.14343Q135.34988 235.3778 133.75613 235.3778ZM133.61551 229.6903Q132.95926 229.6903 132.50613 230.17468Q132.06863 230.64343 131.97488 231.5028L135.14676 231.5028L135.14676 231.42468Q135.09988 230.59656 134.69363 230.14343Q134.30301 229.6903 133.61551 229.6903Z" fill-rule="nonzero"/><path fill="#666666" d="M75.84988 279.99765Q75.84988 281.24765 75.428 282.18515Q75.00613 283.10703 74.22488 283.60703Q73.45925 284.10703 72.428 284.10703Q71.428 284.10703 70.64675 283.60703Q69.8655 283.10703 69.428 282.20078Q69.00613 281.2789 68.9905 280.06015L68.9905 279.45078Q68.9905 278.2164 69.41238 277.2789Q69.84988 276.3414 70.63113 275.8414Q71.41238 275.32578 72.428 275.32578Q73.44363 275.32578 74.22488 275.82578Q75.00613 276.32578 75.428 277.26328Q75.84988 278.20078 75.84988 279.45078L75.84988 279.99765ZM74.7405 279.43515Q74.7405 277.91953 74.13113 277.10703Q73.52175 276.29453 72.428 276.29453Q71.34988 276.29453 70.7405 277.10703Q70.13113 277.91953 70.1155 279.35703L70.1155 279.99765Q70.1155 281.4664 70.72488 282.31015Q71.34988 283.13828 72.428 283.13828Q73.52175 283.13828 74.1155 282.35703Q74.72488 281.56015 74.7405 280.07578L74.7405 279.43515ZM78.59988 276.10703L78.59988 277.63828L79.77175 277.63828L79.77175 278.48203L78.59988 278.48203L78.59988 282.4039Q78.59988 282.79453 78.75613 282.98203Q78.91238 283.16953 79.28738 283.16953Q79.47488 283.16953 79.803 283.10703L79.803 283.98203Q79.38113 284.10703 78.97488 284.10703Q78.25613 284.10703 77.88113 283.66953Q77.50613 283.2164 77.50613 282.4039L77.50613 278.48203L76.34988 278.48203L76.34988 277.63828L77.50613 277.63828L77.50613 276.10703L78.59988 276.10703ZM82.20925 278.4039Q82.928 277.5289 84.08425 277.5289Q86.09988 277.5289 86.1155 279.79453L86.1155 283.98203L85.02175 283.98203L85.02175 279.7789Q85.02175 279.10703 84.70925 278.7789Q84.41238 278.45078 83.75613 278.45078Q83.22488 278.45078 82.81863 278.73203Q82.428 279.01328 82.20925 279.4664L82.20925 283.98203L81.13113 283.98203L81.13113 274.98203L82.20925 274.98203L82.20925 278.4039ZM90.75613 284.10703Q89.45925 284.10703 88.64675 283.26328Q87.84988 282.4039 87.84988 280.98203L87.84988 280.79453Q87.84988 279.8414 88.20925 279.10703Q88.56863 278.35703 89.20925 277.95078Q89.8655 277.5289 90.6155 277.5289Q91.84988 277.5289 92.53738 278.3414Q93.22488 279.1539 93.22488 280.66953L93.22488 281.12265L88.928 281.12265Q88.95925 282.06015 89.47488 282.63828Q90.00613 283.2164 90.81863 283.2164Q91.38113 283.2164 91.77175 282.98203Q92.178 282.74765 92.4905 282.35703L93.14675 282.87265Q92.34988 284.10703 90.75613 284.10703ZM90.6155 278.41953Q89.95925 278.41953 89.50613 278.9039Q89.06863 279.37265 88.97488 280.23203L92.14675 280.23203L92.14675 280.1539Q92.09988 279.32578 91.69363 278.87265Q91.303 278.41953 90.6155 278.41953ZM97.19363 278.60703Q96.94363 278.57578 96.66238 278.57578Q95.58425 278.57578 95.20925 279.48203L95.20925 283.98203L94.13113 283.98203L94.13113 277.63828L95.178 277.63828L95.19363 278.37265Q95.72488 277.5289 96.70925 277.5289Q97.02175 277.5289 97.19363 277.60703L97.19363 278.60703ZM103.66238 283.2164Q104.2405 283.2164 104.678 282.87265Q105.1155 282.51328 105.16238 281.98203L106.19363 281.98203Q106.16238 282.5289 105.803 283.0289Q105.45925 283.51328 104.88113 283.81015Q104.31863 284.10703 103.66238 284.10703Q102.3655 284.10703 101.59988 283.24765Q100.84988 282.37265 100.84988 280.87265L100.84988 280.68515Q100.84988 279.76328 101.178 279.04453Q101.52175 278.32578 102.14675 277.93515Q102.78738 277.5289 103.66238 277.5289Q104.72488 277.5289 105.428 278.16953Q106.14675 278.79453 106.19363 279.82578L105.16238 279.82578Q105.1155 279.20078 104.69363 278.81015Q104.27175 278.41953 103.66238 278.41953Q102.83425 278.41953 102.38113 279.01328Q101.928 279.60703 101.928 280.73203L101.928 280.93515Q101.928 282.0289 102.38113 282.62265Q102.83425 283.2164 103.66238 283.2164ZM108.303 283.98203L107.22488 283.98203L107.22488 274.98203L108.303 274.98203L108.303 283.98203ZM109.83425 280.74765Q109.83425 279.82578 110.19363 279.07578Q110.56863 278.32578 111.22488 277.93515Q111.88113 277.5289 112.70925 277.5289Q114.00613 277.5289 114.803 278.41953Q115.6155 279.31015 115.6155 280.81015L115.6155 280.88828Q115.6155 281.81015 115.25613 282.54453Q114.89675 283.2789 114.2405 283.70078Q113.58425 284.10703 112.72488 284.10703Q111.44363 284.10703 110.63113 283.2164Q109.83425 282.31015 109.83425 280.82578L109.83425 280.74765ZM110.928 280.88828Q110.928 281.93515 111.41238 282.57578Q111.91238 283.2164 112.72488 283.2164Q113.553 283.2164 114.03738 282.57578Q114.52175 281.91953 114.52175 280.74765Q114.52175 279.7164 114.02175 279.07578Q113.53738 278.41953 112.70925 278.41953Q111.91238 278.41953 111.41238 279.06015Q110.928 279.68515 110.928 280.88828ZM121.03738 283.35703Q120.41238 284.10703 119.178 284.10703Q118.16238 284.10703 117.63113 283.51328Q117.09988 282.91953 117.09988 281.76328L117.09988 277.63828L118.178 277.63828L118.178 281.73203Q118.178 283.18515 119.34988 283.18515Q120.59988 283.18515 121.00613 282.24765L121.00613 277.63828L122.09988 277.63828L122.09988 283.98203L121.06863 283.98203L121.03738 283.35703ZM123.8655 280.76328Q123.8655 279.29453 124.553 278.41953Q125.2405 277.5289 126.3655 277.5289Q127.47488 277.5289 128.13113 278.2789L128.13113 274.98203L129.20926 274.98203L129.20926 283.98203L128.20926 283.98203L128.16238 283.29453Q127.50613 284.10703 126.34988 284.10703Q125.25613 284.10703 124.553 283.20078Q123.8655 282.29453 123.8655 280.8414L123.8655 280.76328ZM124.94363 280.88828Q124.94363 281.9664 125.38113 282.57578Q125.83425 283.18515 126.6155 283.18515Q127.64675 283.18515 128.13113 282.24765L128.13113 279.3414Q127.64675 278.45078 126.63113 278.45078Q125.83425 278.45078 125.38113 279.06015Q124.94363 279.66953 124.94363 280.88828ZM134.81863 282.29453Q134.81863 281.85703 134.47488 281.62265Q134.14676 281.37265 133.31863 281.20078Q132.50613 281.0289 132.02176 280.7789Q131.53738 280.5289 131.30301 280.20078Q131.08426 279.85703 131.08426 279.38828Q131.08426 278.60703 131.74051 278.07578Q132.39676 277.5289 133.42801 277.5289Q134.50613 277.5289 135.16238 278.0914Q135.83426 278.63828 135.83426 279.49765L134.75613 279.49765Q134.75613 279.06015 134.36551 278.74765Q133.99051 278.41953 133.42801 278.41953Q132.83426 278.41953 132.49051 278.68515Q132.16238 278.93515 132.16238 279.3414Q132.16238 279.73203 132.47488 279.93515Q132.78738 280.13828 133.59988 280.32578Q134.41238 280.49765 134.91238 280.74765Q135.41238 280.99765 135.64676 281.35703Q135.89676 281.7164 135.89676 282.2164Q135.89676 283.07578 135.20926 283.5914Q134.53738 284.10703 133.45926 284.10703Q132.69363 284.10703 132.09988 283.8414Q131.52176 283.56015 131.19363 283.07578Q130.86551 282.5914 130.86551 282.0289L131.94363 282.0289Q131.97488 282.57578 132.38113 282.9039Q132.78738 283.2164 133.45926 283.2164Q134.06863 283.2164 134.44363 282.9664Q134.81863 282.7164 134.81863 282.29453Z" fill-rule="nonzero"/><path fill="#666666" d="M114.84988 332.71124L113.72488 332.71124L109.428 326.13312L109.428 332.71124L108.28738 332.71124L108.28738 324.18L109.428 324.18L113.72488 330.78937L113.72488 324.18L114.84988 324.18L114.84988 332.71124ZM116.83425 329.47687Q116.83425 328.555 117.19363 327.805Q117.56863 327.055 118.22488 326.66437Q118.88113 326.25812 119.70925 326.25812Q121.00613 326.25812 121.803 327.14874Q122.6155 328.03937 122.6155 329.53937L122.6155 329.6175Q122.6155 330.53937 122.25613 331.27374Q121.89675 332.00812 121.2405 332.43Q120.58425 332.83624 119.72488 332.83624Q118.44363 332.83624 117.63113 331.94562Q116.83425 331.03937 116.83425 329.555L116.83425 329.47687ZM117.928 329.6175Q117.928 330.66437 118.41238 331.305Q118.91238 331.94562 119.72488 331.94562Q120.553 331.94562 121.03738 331.305Q121.52175 330.64874 121.52175 329.47687Q121.52175 328.44562 121.02175 327.805Q120.53738 327.14874 119.70925 327.14874Q118.91238 327.14874 118.41238 327.78937Q117.928 328.41437 117.928 329.6175ZM125.14675 326.3675L125.178 327.16437Q125.91238 326.25812 127.08425 326.25812Q129.09988 326.25812 129.11551 328.52374L129.11551 332.71124L128.02176 332.71124L128.02176 328.50812Q128.02176 327.83624 127.70925 327.50812Q127.41238 327.18 126.75613 327.18Q126.22488 327.18 125.81863 327.46124Q125.428 327.7425 125.20925 328.19562L125.20925 332.71124L124.13113 332.71124L124.13113 326.3675L125.14675 326.3675ZM133.75613 332.83624Q132.45926 332.83624 131.64676 331.9925Q130.84988 331.13312 130.84988 329.71124L130.84988 329.52374Q130.84988 328.57062 131.20926 327.83624Q131.56863 327.08624 132.20926 326.68Q132.86551 326.25812 133.61551 326.25812Q134.84988 326.25812 135.53738 327.07062Q136.22488 327.88312 136.22488 329.39874L136.22488 329.85187L131.92801 329.85187Q131.95926 330.78937 132.47488 331.3675Q133.00613 331.94562 133.81863 331.94562Q134.38113 331.94562 134.77176 331.71124Q135.17801 331.47687 135.49051 331.08624L136.14676 331.60187Q135.34988 332.83624 133.75613 332.83624ZM133.61551 327.14874Q132.95926 327.14874 132.50613 327.63312Q132.06863 328.10187 131.97488 328.96124L135.14676 328.96124L135.14676 328.88312Q135.09988 328.055 134.69363 327.60187Q134.30301 327.14874 133.61551 327.14874Z" fill-rule="nonzero"/><path fill="#666666" d="M45.006126 379.20612L41.428 379.20612L40.631126 381.4405L39.474876 381.4405L42.724876 372.90924L43.70925 372.90924L46.974876 381.4405L45.818626 381.4405L45.006126 379.20612ZM41.77175 378.28424L44.678 378.28424L43.224876 374.29987L41.77175 378.28424ZM49.599876 373.5655L49.599876 375.09674L50.77175 375.09674L50.77175 375.9405L49.599876 375.9405L49.599876 379.86237Q49.599876 380.253 49.756126 380.4405Q49.912376 380.628 50.287376 380.628Q50.474876 380.628 50.803 380.5655L50.803 381.4405Q50.381126 381.5655 49.974876 381.5655Q49.256126 381.5655 48.881126 381.128Q48.506126 380.67487 48.506126 379.86237L48.506126 375.9405L47.349876 375.9405L47.349876 375.09674L48.506126 375.09674L48.506126 373.5655L49.599876 373.5655ZM56.303 381.4405L55.224876 381.4405L55.224876 372.4405L56.303 372.4405L56.303 381.4405ZM60.756126 381.5655Q59.45925 381.5655 58.64675 380.72174Q57.849876 379.86237 57.849876 378.4405L57.849876 378.253Q57.849876 377.29987 58.20925 376.5655Q58.568626 375.8155 59.20925 375.40924Q59.8655 374.98737 60.6155 374.98737Q61.849876 374.98737 62.537376 375.79987Q63.224876 376.61237 63.224876 378.128L63.224876 378.58112L58.928 378.58112Q58.95925 379.51862 59.474876 380.09674Q60.006126 380.67487 60.818626 380.67487Q61.381126 380.67487 61.77175 380.4405Q62.178 380.20612 62.4905 379.8155L63.14675 380.33112Q62.349876 381.5655 60.756126 381.5655ZM60.6155 375.878Q59.95925 375.878 59.506126 376.36237Q59.068626 376.83112 58.974876 377.6905L62.14675 377.6905L62.14675 377.61237Q62.099876 376.78424 61.693626 376.33112Q61.303 375.878 60.6155 375.878ZM68.03738 381.4405Q67.94363 381.253 67.88113 380.76862Q67.13113 381.5655 66.08425 381.5655Q65.14675 381.5655 64.53738 381.03424Q63.943626 380.503 63.943626 379.67487Q63.943626 378.6905 64.69363 378.14362Q65.44363 377.59674 66.81863 377.59674L67.8655 377.59674L67.8655 377.09674Q67.8655 376.53424 67.52175 376.20612Q67.19363 375.86237 66.52175 375.86237Q65.94363 375.86237 65.553 376.15924Q65.16238 376.4405 65.16238 376.86237L64.06863 376.86237Q64.06863 376.378 64.39675 375.9405Q64.7405 375.503 65.31863 375.253Q65.89675 374.98737 66.58425 374.98737Q67.69363 374.98737 68.303 375.53424Q68.928 376.08112 68.95925 377.03424L68.95925 379.95612Q68.95925 380.83112 69.178 381.34674L69.178 381.4405L68.03738 381.4405ZM66.2405 380.61237Q66.75613 380.61237 67.20925 380.34674Q67.66238 380.08112 67.8655 379.65924L67.8655 378.36237L67.02175 378.36237Q65.02175 378.36237 65.02175 379.53424Q65.02175 380.03424 65.3655 380.33112Q65.70925 380.61237 66.2405 380.61237ZM74.81863 379.753Q74.81863 379.3155 74.47488 379.08112Q74.14675 378.83112 73.31863 378.65924Q72.50613 378.48737 72.02175 378.23737Q71.53738 377.98737 71.303 377.65924Q71.08425 377.3155 71.08425 376.84674Q71.08425 376.0655 71.7405 375.53424Q72.39675 374.98737 73.428 374.98737Q74.50613 374.98737 75.16238 375.54987Q75.83425 376.09674 75.83425 376.95612L74.75613 376.95612Q74.75613 376.51862 74.3655 376.20612Q73.9905 375.878 73.428 375.878Q72.83425 375.878 72.4905 376.14362Q72.16238 376.39362 72.16238 376.79987Q72.16238 377.1905 72.47488 377.39362Q72.78738 377.59674 73.59988 377.78424Q74.41238 377.95612 74.91238 378.20612Q75.41238 378.45612 75.64675 378.8155Q75.89675 379.17487 75.89675 379.67487Q75.89675 380.53424 75.20925 381.04987Q74.53738 381.5655 73.45925 381.5655Q72.69363 381.5655 72.09988 381.29987Q71.52175 381.01862 71.19363 380.53424Q70.8655 380.04987 70.8655 379.48737L71.94363 379.48737Q71.97488 380.03424 72.38113 380.36237Q72.78738 380.67487 73.45925 380.67487Q74.06863 380.67487 74.44363 380.42487Q74.81863 380.17487 74.81863 379.753ZM78.59988 373.5655L78.59988 375.09674L79.77175 375.09674L79.77175 375.9405L78.59988 375.9405L78.59988 379.86237Q78.59988 380.253 78.75613 380.4405Q78.91238 380.628 79.28738 380.628Q79.47488 380.628 79.803 380.5655L79.803 381.4405Q79.38113 381.5655 78.97488 381.5655Q78.25613 381.5655 77.88113 381.128Q77.50613 380.67487 77.50613 379.86237L77.50613 375.9405L76.34988 375.9405L76.34988 375.09674L77.50613 375.09674L77.50613 373.5655L78.59988 373.5655ZM83.83425 378.20612Q83.83425 377.28424 84.19363 376.53424Q84.56863 375.78424 85.22488 375.39362Q85.88113 374.98737 86.70925 374.98737Q88.00613 374.98737 88.803 375.878Q89.6155 376.76862 89.6155 378.26862L89.6155 378.34674Q89.6155 379.26862 89.25613 380.003Q88.89675 380.73737 88.2405 381.15924Q87.58425 381.5655 86.72488 381.5655Q85.44363 381.5655 84.63113 380.67487Q83.83425 379.76862 83.83425 378.28424L83.83425 378.20612ZM84.928 378.34674Q84.928 379.39362 85.41238 380.03424Q85.91238 380.67487 86.72488 380.67487Q87.553 380.67487 88.03738 380.03424Q88.52175 379.378 88.52175 378.20612Q88.52175 377.17487 88.02175 376.53424Q87.53738 375.878 86.70925 375.878Q85.91238 375.878 85.41238 376.51862Q84.928 377.14362 84.928 378.34674ZM92.14675 375.09674L92.178 375.89362Q92.91238 374.98737 94.08425 374.98737Q96.09988 374.98737 96.1155 377.253L96.1155 381.4405L95.02175 381.4405L95.02175 377.23737Q95.02175 376.5655 94.70925 376.23737Q94.41238 375.90924 93.75613 375.90924Q93.22488 375.90924 92.81863 376.1905Q92.428 376.47174 92.20925 376.92487L92.20925 381.4405L91.13113 381.4405L91.13113 375.09674L92.14675 375.09674ZM100.75613 381.5655Q99.45925 381.5655 98.64675 380.72174Q97.84988 379.86237 97.84988 378.4405L97.84988 378.253Q97.84988 377.29987 98.20925 376.5655Q98.56863 375.8155 99.20925 375.40924Q99.8655 374.98737 100.6155 374.98737Q101.84988 374.98737 102.53738 375.79987Q103.22488 376.61237 103.22488 378.128L103.22488 378.58112L98.928 378.58112Q98.95925 379.51862 99.47488 380.09674Q100.00613 380.67487 100.81863 380.67487Q101.38113 380.67487 101.77175 380.4405Q102.178 380.20612 102.4905 379.8155L103.14675 380.33112Q102.34988 381.5655 100.75613 381.5655ZM100.6155 375.878Q99.95925 375.878 99.50613 376.36237Q99.06863 376.83112 98.97488 377.6905L102.14675 377.6905L102.14675 377.61237Q102.09988 376.78424 101.69363 376.33112Q101.303 375.878 100.6155 375.878ZM109.66238 380.67487Q110.2405 380.67487 110.678 380.33112Q111.1155 379.97174 111.16238 379.4405L112.19363 379.4405Q112.16238 379.98737 111.803 380.48737Q111.45925 380.97174 110.88113 381.26862Q110.31863 381.5655 109.66238 381.5655Q108.3655 381.5655 107.59988 380.70612Q106.84988 379.83112 106.84988 378.33112L106.84988 378.14362Q106.84988 377.22174 107.178 376.503Q107.52175 375.78424 108.14675 375.39362Q108.78738 374.98737 109.66238 374.98737Q110.72488 374.98737 111.428 375.628Q112.14675 376.253 112.19363 377.28424L111.16238 377.28424Q111.1155 376.65924 110.69363 376.26862Q110.27175 375.878 109.66238 375.878Q108.83425 375.878 108.38113 376.47174Q107.928 377.0655 107.928 378.1905L107.928 378.39362Q107.928 379.48737 108.38113 380.08112Q108.83425 380.67487 109.66238 380.67487ZM114.303 381.4405L113.22488 381.4405L113.22488 372.4405L114.303 372.4405L114.303 381.4405ZM115.83425 378.20612Q115.83425 377.28424 116.19363 376.53424Q116.56863 375.78424 117.22488 375.39362Q117.88113 374.98737 118.70925 374.98737Q120.00613 374.98737 120.803 375.878Q121.6155 376.76862 121.6155 378.26862L121.6155 378.34674Q121.6155 379.26862 121.25613 380.003Q120.89675 380.73737 120.2405 381.15924Q119.58425 381.5655 118.72488 381.5655Q117.44363 381.5655 116.63113 380.67487Q115.83425 379.76862 115.83425 378.28424L115.83425 378.20612ZM116.928 378.34674Q116.928 379.39362 117.41238 380.03424Q117.91238 380.67487 118.72488 380.67487Q119.553 380.67487 120.03738 380.03424Q120.52175 379.378 120.52175 378.20612Q120.52175 377.17487 120.02175 376.53424Q119.53738 375.878 118.70925 375.878Q117.91238 375.878 117.41238 376.51862Q116.928 377.14362 116.928 378.34674ZM127.03738 380.8155Q126.41238 381.5655 125.178 381.5655Q124.16238 381.5655 123.63113 380.97174Q123.09988 380.378 123.09988 379.22174L123.09988 375.09674L124.178 375.09674L124.178 379.1905Q124.178 380.64362 125.34988 380.64362Q126.59988 380.64362 127.00613 379.70612L127.00613 375.09674L128.09988 375.09674L128.09988 381.4405L127.06863 381.4405L127.03738 380.8155ZM129.86551 378.22174Q129.86551 376.753 130.55301 375.878Q131.24051 374.98737 132.36551 374.98737Q133.47488 374.98737 134.13113 375.73737L134.13113 372.4405L135.20926 372.4405L135.20926 381.4405L134.20926 381.4405L134.16238 380.753Q133.50613 381.5655 132.34988 381.5655Q131.25613 381.5655 130.55301 380.65924Q129.86551 379.753 129.86551 378.29987L129.86551 378.22174ZM130.94363 378.34674Q130.94363 379.42487 131.38113 380.03424Q131.83426 380.64362 132.61551 380.64362Q133.64676 380.64362 134.13113 379.70612L134.13113 376.79987Q133.64676 375.90924 132.63113 375.90924Q131.83426 375.90924 131.38113 376.51862Q130.94363 377.128 130.94363 378.34674Z" fill-rule="nonzero"/><path fill="#666666" d="M45.006126 420.43533L41.428 420.43533L40.631126 422.6697L39.474876 422.6697L42.724876 414.13846L43.70925 414.13846L46.974876 422.6697L45.818626 422.6697L45.006126 420.43533ZM41.77175 419.51346L44.678 419.51346L43.224876 415.52908L41.77175 419.51346ZM49.599876 414.7947L49.599876 416.32596L50.77175 416.32596L50.77175 417.1697L49.599876 417.1697L49.599876 421.09158Q49.599876 421.4822 49.756126 421.6697Q49.912376 421.8572 50.287376 421.8572Q50.474876 421.8572 50.803 421.7947L50.803 422.6697Q50.381126 422.7947 49.974876 422.7947Q49.256126 422.7947 48.881126 422.3572Q48.506126 421.90408 48.506126 421.09158L48.506126 417.1697L47.349876 417.1697L47.349876 416.32596L48.506126 416.32596L48.506126 414.7947L49.599876 414.7947ZM56.303 422.6697L55.224876 422.6697L55.224876 413.6697L56.303 413.6697L56.303 422.6697ZM60.756126 422.7947Q59.45925 422.7947 58.64675 421.95096Q57.849876 421.09158 57.849876 419.6697L57.849876 419.4822Q57.849876 418.52908 58.20925 417.7947Q58.568626 417.0447 59.20925 416.63846Q59.8655 416.21658 60.6155 416.21658Q61.849876 416.21658 62.537376 417.02908Q63.224876 417.84158 63.224876 419.3572L63.224876 419.81033L58.928 419.81033Q58.95925 420.74783 59.474876 421.32596Q60.006126 421.90408 60.818626 421.90408Q61.381126 421.90408 61.77175 421.6697Q62.178 421.43533 62.4905 421.0447L63.14675 421.56033Q62.349876 422.7947 60.756126 422.7947ZM60.6155 417.1072Q59.95925 417.1072 59.506126 417.59158Q59.068626 418.06033 58.974876 418.9197L62.14675 418.9197L62.14675 418.84158Q62.099876 418.01346 61.693626 417.56033Q61.303 417.1072 60.6155 417.1072ZM68.03738 422.6697Q67.94363 422.4822 67.88113 421.99783Q67.13113 422.7947 66.08425 422.7947Q65.14675 422.7947 64.53738 422.26346Q63.943626 421.7322 63.943626 420.90408Q63.943626 419.9197 64.69363 419.37283Q65.44363 418.82596 66.81863 418.82596L67.8655 418.82596L67.8655 418.32596Q67.8655 417.76346 67.52175 417.43533Q67.19363 417.09158 66.52175 417.09158Q65.94363 417.09158 65.553 417.38846Q65.16238 417.6697 65.16238 418.09158L64.06863 418.09158Q64.06863 417.6072 64.39675 417.1697Q64.7405 416.7322 65.31863 416.4822Q65.89675 416.21658 66.58425 416.21658Q67.69363 416.21658 68.303 416.76346Q68.928 417.31033 68.95925 418.26346L68.95925 421.18533Q68.95925 422.06033 69.178 422.57596L69.178 422.6697L68.03738 422.6697ZM66.2405 421.84158Q66.75613 421.84158 67.20925 421.57596Q67.66238 421.31033 67.8655 420.88846L67.8655 419.59158L67.02175 419.59158Q65.02175 419.59158 65.02175 420.76346Q65.02175 421.26346 65.3655 421.56033Q65.70925 421.84158 66.2405 421.84158ZM74.81863 420.9822Q74.81863 420.5447 74.47488 420.31033Q74.14675 420.06033 73.31863 419.88846Q72.50613 419.71658 72.02175 419.46658Q71.53738 419.21658 71.303 418.88846Q71.08425 418.5447 71.08425 418.07596Q71.08425 417.2947 71.7405 416.76346Q72.39675 416.21658 73.428 416.21658Q74.50613 416.21658 75.16238 416.77908Q75.83425 417.32596 75.83425 418.18533L74.75613 418.18533Q74.75613 417.74783 74.3655 417.43533Q73.9905 417.1072 73.428 417.1072Q72.83425 417.1072 72.4905 417.37283Q72.16238 417.62283 72.16238 418.02908Q72.16238 418.4197 72.47488 418.62283Q72.78738 418.82596 73.59988 419.01346Q74.41238 419.18533 74.91238 419.43533Q75.41238 419.68533 75.64675 420.0447Q75.89675 420.40408 75.89675 420.90408Q75.89675 421.76346 75.20925 422.27908Q74.53738 422.7947 73.45925 422.7947Q72.69363 422.7947 72.09988 422.52908Q71.52175 422.24783 71.19363 421.76346Q70.8655 421.27908 70.8655 420.71658L71.94363 420.71658Q71.97488 421.26346 72.38113 421.59158Q72.78738 421.90408 73.45925 421.90408Q74.06863 421.90408 74.44363 421.65408Q74.81863 421.40408 74.81863 420.9822ZM78.59988 414.7947L78.59988 416.32596L79.77175 416.32596L79.77175 417.1697L78.59988 417.1697L78.59988 421.09158Q78.59988 421.4822 78.75613 421.6697Q78.91238 421.8572 79.28738 421.8572Q79.47488 421.8572 79.803 421.7947L79.803 422.6697Q79.38113 422.7947 78.97488 422.7947Q78.25613 422.7947 77.88113 422.3572Q77.50613 421.90408 77.50613 421.09158L77.50613 417.1697L76.34988 417.1697L76.34988 416.32596L77.50613 416.32596L77.50613 414.7947L78.59988 414.7947ZM83.83425 419.43533Q83.83425 418.51346 84.19363 417.76346Q84.56863 417.01346 85.22488 416.62283Q85.88113 416.21658 86.70925 416.21658Q88.00613 416.21658 88.803 417.1072Q89.6155 417.99783 89.6155 419.49783L89.6155 419.57596Q89.6155 420.49783 89.25613 421.2322Q88.89675 421.96658 88.2405 422.38846Q87.58425 422.7947 86.72488 422.7947Q85.44363 422.7947 84.63113 421.90408Q83.83425 420.99783 83.83425 419.51346L83.83425 419.43533ZM84.928 419.57596Q84.928 420.62283 85.41238 421.26346Q85.91238 421.90408 86.72488 421.90408Q87.553 421.90408 88.03738 421.26346Q88.52175 420.6072 88.52175 419.43533Q88.52175 418.40408 88.02175 417.76346Q87.53738 417.1072 86.70925 417.1072Q85.91238 417.1072 85.41238 417.74783Q84.928 418.37283 84.928 419.57596ZM92.14675 416.32596L92.178 417.12283Q92.91238 416.21658 94.08425 416.21658Q96.09988 416.21658 96.1155 418.4822L96.1155 422.6697L95.02175 422.6697L95.02175 418.46658Q95.02175 417.7947 94.70925 417.46658Q94.41238 417.13846 93.75613 417.13846Q93.22488 417.13846 92.81863 417.4197Q92.428 417.70096 92.20925 418.15408L92.20925 422.6697L91.13113 422.6697L91.13113 416.32596L92.14675 416.32596ZM100.75613 422.7947Q99.45925 422.7947 98.64675 421.95096Q97.84988 421.09158 97.84988 419.6697L97.84988 419.4822Q97.84988 418.52908 98.20925 417.7947Q98.56863 417.0447 99.20925 416.63846Q99.8655 416.21658 100.6155 416.21658Q101.84988 416.21658 102.53738 417.02908Q103.22488 417.84158 103.22488 419.3572L103.22488 419.81033L98.928 419.81033Q98.95925 420.74783 99.47488 421.32596Q100.00613 421.90408 100.81863 421.90408Q101.38113 421.90408 101.77175 421.6697Q102.178 421.43533 102.4905 421.0447L103.14675 421.56033Q102.34988 422.7947 100.75613 422.7947ZM100.6155 417.1072Q99.95925 417.1072 99.50613 417.59158Q99.06863 418.06033 98.97488 418.9197L102.14675 418.9197L102.14675 418.84158Q102.09988 418.01346 101.69363 417.56033Q101.303 417.1072 100.6155 417.1072ZM109.66238 421.90408Q110.2405 421.90408 110.678 421.56033Q111.1155 421.20096 111.16238 420.6697L112.19363 420.6697Q112.16238 421.21658 111.803 421.71658Q111.45925 422.20096 110.88113 422.49783Q110.31863 422.7947 109.66238 422.7947Q108.3655 422.7947 107.59988 421.93533Q106.84988 421.06033 106.84988 419.56033L106.84988 419.37283Q106.84988 418.45096 107.178 417.7322Q107.52175 417.01346 108.14675 416.62283Q108.78738 416.21658 109.66238 416.21658Q110.72488 416.21658 111.428 416.8572Q112.14675 417.4822 112.19363 418.51346L111.16238 418.51346Q111.1155 417.88846 110.69363 417.49783Q110.27175 417.1072 109.66238 417.1072Q108.83425 417.1072 108.38113 417.70096Q107.928 418.2947 107.928 419.4197L107.928 419.62283Q107.928 420.71658 108.38113 421.31033Q108.83425 421.90408 109.66238 421.90408ZM114.303 422.6697L113.22488 422.6697L113.22488 413.6697L114.303 413.6697L114.303 422.6697ZM115.83425 419.43533Q115.83425 418.51346 116.19363 417.76346Q116.56863 417.01346 117.22488 416.62283Q117.88113 416.21658 118.70925 416.21658Q120.00613 416.21658 120.803 417.1072Q121.6155 417.99783 121.6155 419.49783L121.6155 419.57596Q121.6155 420.49783 121.25613 421.2322Q120.89675 421.96658 120.2405 422.38846Q119.58425 422.7947 118.72488 422.7947Q117.44363 422.7947 116.63113 421.90408Q115.83425 420.99783 115.83425 419.51346L115.83425 419.43533ZM116.928 419.57596Q116.928 420.62283 117.41238 421.26346Q117.91238 421.90408 118.72488 421.90408Q119.553 421.90408 120.03738 421.26346Q120.52175 420.6072 120.52175 419.43533Q120.52175 418.40408 120.02175 417.76346Q119.53738 417.1072 118.70925 417.1072Q117.91238 417.1072 117.41238 417.74783Q116.928 418.37283 116.928 419.57596ZM127.03738 422.0447Q126.41238 422.7947 125.178 422.7947Q124.16238 422.7947 123.63113 422.20096Q123.09988 421.6072 123.09988 420.45096L123.09988 416.32596L124.178 416.32596L124.178 420.4197Q124.178 421.87283 125.34988 421.87283Q126.59988 421.87283 127.00613 420.93533L127.00613 416.32596L128.09988 416.32596L128.09988 422.6697L127.06863 422.6697L127.03738 422.0447ZM129.86551 419.45096Q129.86551 417.9822 130.55301 417.1072Q131.24051 416.21658 132.36551 416.21658Q133.47488 416.21658 134.13113 416.96658L134.13113 413.6697L135.20926 413.6697L135.20926 422.6697L134.20926 422.6697L134.16238 421.9822Q133.50613 422.7947 132.34988 422.7947Q131.25613 422.7947 130.55301 421.88846Q129.86551 420.9822 129.86551 419.52908L129.86551 419.45096ZM130.94363 419.57596Q130.94363 420.65408 131.38113 421.26346Q131.83426 421.87283 132.61551 421.87283Q133.64676 421.87283 134.13113 420.93533L134.13113 418.02908Q133.64676 417.13846 132.63113 417.13846Q131.83426 417.13846 131.38113 417.74783Q130.94363 418.3572 130.94363 419.57596Z" fill-rule="nonzero"/><path fill="#666666" d="M59.2405 431.90408L57.474876 431.38846L57.7405 430.49783L59.506126 431.15408L59.45925 429.13846L60.349876 429.13846L60.287376 431.18533L62.037376 430.5447L62.303 431.43533L60.506126 431.96658L61.662376 433.5447L60.943626 434.1072L59.849876 432.4197L58.787376 434.06033L58.053 433.52908L59.2405 431.90408ZM67.03738 437.6697Q66.94363 437.4822 66.88113 436.99783Q66.13113 437.7947 65.08425 437.7947Q64.14675 437.7947 63.537376 437.26346Q62.943626 436.7322 62.943626 435.90408Q62.943626 434.9197 63.693626 434.37283Q64.44363 433.82596 65.81863 433.82596L66.8655 433.82596L66.8655 433.32596Q66.8655 432.76346 66.52175 432.43533Q66.19363 432.09158 65.52175 432.09158Q64.94363 432.09158 64.553 432.38846Q64.16238 432.6697 64.16238 433.09158L63.068626 433.09158Q63.068626 432.6072 63.39675 432.1697Q63.7405 431.7322 64.31863 431.4822Q64.89675 431.21658 65.58425 431.21658Q66.69363 431.21658 67.303 431.76346Q67.928 432.31033 67.95925 433.26346L67.95925 436.18533Q67.95925 437.06033 68.178 437.57596L68.178 437.6697L67.03738 437.6697ZM65.2405 436.84158Q65.75613 436.84158 66.20925 436.57596Q66.66238 436.31033 66.8655 435.88846L66.8655 434.59158L66.02175 434.59158Q64.02175 434.59158 64.02175 435.76346Q64.02175 436.26346 64.3655 436.56033Q64.70925 436.84158 65.2405 436.84158ZM71.14675 431.32596L71.178 432.12283Q71.91238 431.21658 73.08425 431.21658Q75.09988 431.21658 75.1155 433.4822L75.1155 437.6697L74.02175 437.6697L74.02175 433.46658Q74.02175 432.7947 73.70925 432.46658Q73.41238 432.13846 72.75613 432.13846Q72.22488 432.13846 71.81863 432.4197Q71.428 432.70096 71.20925 433.15408L71.20925 437.6697L70.13113 437.6697L70.13113 431.32596L71.14675 431.32596ZM76.8655 434.45096Q76.8655 432.9822 77.553 432.1072Q78.2405 431.21658 79.3655 431.21658Q80.47488 431.21658 81.13113 431.96658L81.13113 428.6697L82.20925 428.6697L82.20925 437.6697L81.20925 437.6697L81.16238 436.9822Q80.50613 437.7947 79.34988 437.7947Q78.25613 437.7947 77.553 436.88846Q76.8655 435.9822 76.8655 434.52908L76.8655 434.45096ZM77.94363 434.57596Q77.94363 435.65408 78.38113 436.26346Q78.83425 436.87283 79.6155 436.87283Q80.64675 436.87283 81.13113 435.93533L81.13113 433.02908Q80.64675 432.13846 79.63113 432.13846Q78.83425 432.13846 78.38113 432.74783Q77.94363 433.3572 77.94363 434.57596ZM85.2405 431.90408L83.47488 431.38846L83.7405 430.49783L85.50613 431.15408L85.45925 429.13846L86.34988 429.13846L86.28738 431.18533L88.03738 430.5447L88.303 431.43533L86.50613 431.96658L87.66238 433.5447L86.94363 434.1072L85.84988 432.4197L84.78738 434.06033L84.053 433.52908L85.2405 431.90408ZM91.83425 434.43533Q91.83425 433.51346 92.19363 432.76346Q92.56863 432.01346 93.22488 431.62283Q93.88113 431.21658 94.70925 431.21658Q96.00613 431.21658 96.803 432.1072Q97.6155 432.99783 97.6155 434.49783L97.6155 434.57596Q97.6155 435.49783 97.25613 436.2322Q96.89675 436.96658 96.2405 437.38846Q95.58425 437.7947 94.72488 437.7947Q93.44363 437.7947 92.63113 436.90408Q91.83425 435.99783 91.83425 434.51346L91.83425 434.43533ZM92.928 434.57596Q92.928 435.62283 93.41238 436.26346Q93.91238 436.90408 94.72488 436.90408Q95.553 436.90408 96.03738 436.26346Q96.52175 435.6072 96.52175 434.43533Q96.52175 433.40408 96.02175 432.76346Q95.53738 432.1072 94.70925 432.1072Q93.91238 432.1072 93.41238 432.74783Q92.928 433.37283 92.928 434.57596ZM100.14675 431.32596L100.178 432.12283Q100.91238 431.21658 102.08425 431.21658Q104.09988 431.21658 104.1155 433.4822L104.1155 437.6697L103.02175 437.6697L103.02175 433.46658Q103.02175 432.7947 102.70925 432.46658Q102.41238 432.13846 101.75613 432.13846Q101.22488 432.13846 100.81863 432.4197Q100.428 432.70096 100.20925 433.15408L100.20925 437.6697L99.13113 437.6697L99.13113 431.32596L100.14675 431.32596ZM108.38113 434.4822L105.52175 434.4822L105.52175 433.6072L108.38113 433.6072L108.38113 434.4822ZM114.47488 434.57596Q114.47488 436.01346 113.81863 436.90408Q113.16238 437.7947 112.02175 437.7947Q110.8655 437.7947 110.20925 437.06033L110.20925 440.1072L109.13113 440.1072L109.13113 431.32596L110.1155 431.32596L110.16238 432.02908Q110.83425 431.21658 112.00613 431.21658Q113.14675 431.21658 113.803 432.07596Q114.47488 432.93533 114.47488 434.46658L114.47488 434.57596ZM113.39675 434.45096Q113.39675 433.37283 112.928 432.76346Q112.47488 432.13846 111.678 432.13846Q110.69363 432.13846 110.20925 432.99783L110.20925 436.02908Q110.69363 436.90408 111.69363 436.90408Q112.47488 436.90408 112.928 436.2947Q113.39675 435.6697 113.39675 434.45096ZM119.19363 432.2947Q118.94363 432.26346 118.66238 432.26346Q117.58425 432.26346 117.20925 433.1697L117.20925 437.6697L116.13113 437.6697L116.13113 431.32596L117.178 431.32596L117.19363 432.06033Q117.72488 431.21658 118.70925 431.21658Q119.02175 431.21658 119.19363 431.2947L119.19363 432.2947ZM122.75613 437.7947Q121.45925 437.7947 120.64675 436.95096Q119.84988 436.09158 119.84988 434.6697L119.84988 434.4822Q119.84988 433.52908 120.20925 432.7947Q120.56863 432.0447 121.20925 431.63846Q121.8655 431.21658 122.6155 431.21658Q123.84988 431.21658 124.53738 432.02908Q125.22488 432.84158 125.22488 434.3572L125.22488 434.81033L120.928 434.81033Q120.95925 435.74783 121.47488 436.32596Q122.00613 436.90408 122.81863 436.90408Q123.38113 436.90408 123.77175 436.6697Q124.178 436.43533 124.4905 436.0447L125.14675 436.56033Q124.34988 437.7947 122.75613 437.7947ZM122.6155 432.1072Q121.95925 432.1072 121.50613 432.59158Q121.06863 433.06033 120.97488 433.9197L124.14675 433.9197L124.14675 433.84158Q124.09988 433.01346 123.69363 432.56033Q123.303 432.1072 122.6155 432.1072ZM127.14675 431.32596L127.178 432.02908Q127.8655 431.21658 129.05301 431.21658Q130.38113 431.21658 130.86551 432.2322Q131.17801 431.77908 131.67801 431.49783Q132.19363 431.21658 132.88113 431.21658Q134.97488 431.21658 135.00613 433.4197L135.00613 437.6697L133.92801 437.6697L133.92801 433.4822Q133.92801 432.81033 133.61551 432.4822Q133.30301 432.13846 132.56863 432.13846Q131.95926 432.13846 131.55301 432.49783Q131.16238 432.8572 131.09988 433.46658L131.09988 437.6697L130.02176 437.6697L130.02176 433.51346Q130.02176 432.13846 128.66238 432.13846Q127.59988 432.13846 127.20925 433.0447L127.20925 437.6697L126.1155 437.6697L126.1155 431.32596L127.14675 431.32596Z" fill-rule="nonzero"/><path fill="#666666" d="M78.7405 470.36768L81.53738 477.3208L84.31863 470.36768L85.78738 470.36768L85.78738 478.89893L84.66238 478.89893L84.66238 475.5708L84.77175 471.99268L81.95925 478.89893L81.09988 478.89893L78.303 472.0083L78.41238 475.5708L78.41238 478.89893L77.28738 478.89893L77.28738 470.36768L78.7405 470.36768ZM91.03738 478.27393Q90.41238 479.02393 89.178 479.02393Q88.16238 479.02393 87.63113 478.43018Q87.09988 477.83643 87.09988 476.68018L87.09988 472.55518L88.178 472.55518L88.178 476.64893Q88.178 478.10205 89.34988 478.10205Q90.59988 478.10205 91.00613 477.16455L91.00613 472.55518L92.09988 472.55518L92.09988 478.89893L91.06863 478.89893L91.03738 478.27393ZM95.303 478.89893L94.22488 478.89893L94.22488 469.89893L95.303 469.89893L95.303 478.89893ZM98.59988 471.02393L98.59988 472.55518L99.77175 472.55518L99.77175 473.39893L98.59988 473.39893L98.59988 477.3208Q98.59988 477.71143 98.75613 477.89893Q98.91238 478.08643 99.28738 478.08643Q99.47488 478.08643 99.803 478.02393L99.803 478.89893Q99.38113 479.02393 98.97488 479.02393Q98.25613 479.02393 97.88113 478.58643Q97.50613 478.1333 97.50613 477.3208L97.50613 473.39893L96.34988 473.39893L96.34988 472.55518L97.50613 472.55518L97.50613 471.02393L98.59988 471.02393ZM102.303 478.89893L101.22488 478.89893L101.22488 472.55518L102.303 472.55518L102.303 478.89893ZM101.13113 470.8833Q101.13113 470.61768 101.28738 470.43018Q101.45925 470.24268 101.77175 470.24268Q102.08425 470.24268 102.2405 470.43018Q102.41238 470.61768 102.41238 470.8833Q102.41238 471.1333 102.2405 471.3208Q102.08425 471.49268 101.77175 471.49268Q101.45925 471.49268 101.28738 471.3208Q101.13113 471.1333 101.13113 470.8833ZM106.38113 475.71143L103.52175 475.71143L103.52175 474.83643L106.38113 474.83643L106.38113 475.71143ZM109.66238 478.1333Q110.2405 478.1333 110.678 477.78955Q111.1155 477.43018 111.16238 476.89893L112.19363 476.89893Q112.16238 477.4458 111.803 477.9458Q111.45925 478.43018 110.88113 478.72705Q110.31863 479.02393 109.66238 479.02393Q108.3655 479.02393 107.59988 478.16455Q106.84988 477.28955 106.84988 475.78955L106.84988 475.60205Q106.84988 474.68018 107.178 473.96143Q107.52175 473.24268 108.14675 472.85205Q108.78738 472.4458 109.66238 472.4458Q110.72488 472.4458 111.428 473.08643Q112.14675 473.71143 112.19363 474.74268L111.16238 474.74268Q111.1155 474.11768 110.69363 473.72705Q110.27175 473.33643 109.66238 473.33643Q108.83425 473.33643 108.38113 473.93018Q107.928 474.52393 107.928 475.64893L107.928 475.85205Q107.928 476.9458 108.38113 477.53955Q108.83425 478.1333 109.66238 478.1333ZM114.303 478.89893L113.22488 478.89893L113.22488 469.89893L114.303 469.89893L114.303 478.89893ZM115.83425 475.66455Q115.83425 474.74268 116.19363 473.99268Q116.56863 473.24268 117.22488 472.85205Q117.88113 472.4458 118.70925 472.4458Q120.00613 472.4458 120.803 473.33643Q121.6155 474.22705 121.6155 475.72705L121.6155 475.80518Q121.6155 476.72705 121.25613 477.46143Q120.89675 478.1958 120.2405 478.61768Q119.58425 479.02393 118.72488 479.02393Q117.44363 479.02393 116.63113 478.1333Q115.83425 477.22705 115.83425 475.74268L115.83425 475.66455ZM116.928 475.80518Q116.928 476.85205 117.41238 477.49268Q117.91238 478.1333 118.72488 478.1333Q119.553 478.1333 120.03738 477.49268Q120.52175 476.83643 120.52175 475.66455Q120.52175 474.6333 120.02175 473.99268Q119.53738 473.33643 118.70925 473.33643Q117.91238 473.33643 117.41238 473.97705Q116.928 474.60205 116.928 475.80518ZM127.03738 478.27393Q126.41238 479.02393 125.178 479.02393Q124.16238 479.02393 123.63113 478.43018Q123.09988 477.83643 123.09988 476.68018L123.09988 472.55518L124.178 472.55518L124.178 476.64893Q124.178 478.10205 125.34988 478.10205Q126.59988 478.10205 127.00613 477.16455L127.00613 472.55518L128.09988 472.55518L128.09988 478.89893L127.06863 478.89893L127.03738 478.27393ZM129.86551 475.68018Q129.86551 474.21143 130.55301 473.33643Q131.24051 472.4458 132.36551 472.4458Q133.47488 472.4458 134.13113 473.1958L134.13113 469.89893L135.20926 469.89893L135.20926 478.89893L134.20926 478.89893L134.16238 478.21143Q133.50613 479.02393 132.34988 479.02393Q131.25613 479.02393 130.55301 478.11768Q129.86551 477.21143 129.86551 475.7583L129.86551 475.68018ZM130.94363 475.80518Q130.94363 476.8833 131.38113 477.49268Q131.83426 478.10205 132.61551 478.10205Q133.64676 478.10205 134.13113 477.16455L134.13113 474.2583Q133.64676 473.36768 132.63113 473.36768Q131.83426 473.36768 131.38113 473.97705Q130.94363 474.58643 130.94363 475.80518Z" fill-rule="nonzero"/><path fill="#666666" d="M84.56863 524.92505Q84.41238 526.2688 83.56863 527.0188Q82.72488 527.7532 81.33425 527.7532Q79.81863 527.7532 78.91238 526.67505Q78.00613 525.5813 78.00613 523.7532L78.00613 522.9407Q78.00613 521.7532 78.428 520.8469Q78.84988 519.9407 79.63113 519.4563Q80.41238 518.9719 81.428 518.9719Q82.78738 518.9719 83.59988 519.73755Q84.428 520.5032 84.56863 521.8313L83.44363 521.8313Q83.28738 520.8157 82.803 520.36255Q82.31863 519.9094 81.428 519.9094Q80.34988 519.9094 79.7405 520.7063Q79.13113 521.5032 79.13113 522.9719L79.13113 523.80005Q79.13113 525.1907 79.70925 526.0188Q80.28738 526.8313 81.33425 526.8313Q82.27175 526.8313 82.77175 526.4094Q83.27175 525.9719 83.44363 524.92505L84.56863 524.92505ZM85.83425 524.3938Q85.83425 523.4719 86.19363 522.7219Q86.56863 521.9719 87.22488 521.5813Q87.88113 521.17505 88.70925 521.17505Q90.00613 521.17505 90.803 522.0657Q91.6155 522.9563 91.6155 524.4563L91.6155 524.5344Q91.6155 525.4563 91.25613 526.1907Q90.89675 526.92505 90.2405 527.3469Q89.58425 527.7532 88.72488 527.7532Q87.44363 527.7532 86.63113 526.86255Q85.83425 525.9563 85.83425 524.4719L85.83425 524.3938ZM86.928 524.5344Q86.928 525.5813 87.41238 526.2219Q87.91238 526.86255 88.72488 526.86255Q89.553 526.86255 90.03738 526.2219Q90.52175 525.5657 90.52175 524.3938Q90.52175 523.36255 90.02175 522.7219Q89.53738 522.0657 88.70925 522.0657Q87.91238 522.0657 87.41238 522.7063Q86.928 523.3313 86.928 524.5344ZM94.14675 521.2844L94.178 522.0813Q94.91238 521.17505 96.08425 521.17505Q98.09988 521.17505 98.1155 523.4407L98.1155 527.6282L97.02175 527.6282L97.02175 523.42505Q97.02175 522.7532 96.70925 522.42505Q96.41238 522.0969 95.75613 522.0969Q95.22488 522.0969 94.81863 522.3782Q94.428 522.6594 94.20925 523.11255L94.20925 527.6282L93.13113 527.6282L93.13113 521.2844L94.14675 521.2844ZM101.59988 519.7532L101.59988 521.2844L102.77175 521.2844L102.77175 522.1282L101.59988 522.1282L101.59988 526.05005Q101.59988 526.4407 101.75613 526.6282Q101.91238 526.8157 102.28738 526.8157Q102.47488 526.8157 102.803 526.7532L102.803 527.6282Q102.38113 527.7532 101.97488 527.7532Q101.25613 527.7532 100.88113 527.3157Q100.50613 526.86255 100.50613 526.05005L100.50613 522.1282L99.34988 522.1282L99.34988 521.2844L100.50613 521.2844L100.50613 519.7532L101.59988 519.7532ZM108.03738 527.6282Q107.94363 527.4407 107.88113 526.9563Q107.13113 527.7532 106.08425 527.7532Q105.14675 527.7532 104.53738 527.2219Q103.94363 526.6907 103.94363 525.86255Q103.94363 524.8782 104.69363 524.3313Q105.44363 523.7844 106.81863 523.7844L107.8655 523.7844L107.8655 523.2844Q107.8655 522.7219 107.52175 522.3938Q107.19363 522.05005 106.52175 522.05005Q105.94363 522.05005 105.553 522.3469Q105.16238 522.6282 105.16238 523.05005L104.06863 523.05005Q104.06863 522.5657 104.39675 522.1282Q104.7405 521.6907 105.31863 521.4407Q105.89675 521.17505 106.58425 521.17505Q107.69363 521.17505 108.303 521.7219Q108.928 522.2688 108.95925 523.2219L108.95925 526.1438Q108.95925 527.0188 109.178 527.5344L109.178 527.6282L108.03738 527.6282ZM106.2405 526.80005Q106.75613 526.80005 107.20925 526.5344Q107.66238 526.2688 107.8655 525.8469L107.8655 524.55005L107.02175 524.55005Q105.02175 524.55005 105.02175 525.7219Q105.02175 526.2219 105.3655 526.5188Q105.70925 526.80005 106.2405 526.80005ZM112.303 527.6282L111.22488 527.6282L111.22488 521.2844L112.303 521.2844L112.303 527.6282ZM111.13113 519.61255Q111.13113 519.3469 111.28738 519.1594Q111.45925 518.9719 111.77175 518.9719Q112.08425 518.9719 112.2405 519.1594Q112.41238 519.3469 112.41238 519.61255Q112.41238 519.86255 112.2405 520.05005Q112.08425 520.2219 111.77175 520.2219Q111.45925 520.2219 111.28738 520.05005Q111.13113 519.86255 111.13113 519.61255ZM115.14675 521.2844L115.178 522.0813Q115.91238 521.17505 117.08425 521.17505Q119.09988 521.17505 119.1155 523.4407L119.1155 527.6282L118.02175 527.6282L118.02175 523.42505Q118.02175 522.7532 117.70925 522.42505Q117.41238 522.0969 116.75613 522.0969Q116.22488 522.0969 115.81863 522.3782Q115.428 522.6594 115.20925 523.11255L115.20925 527.6282L114.13113 527.6282L114.13113 521.2844L115.14675 521.2844ZM123.75613 527.7532Q122.45925 527.7532 121.64675 526.9094Q120.84988 526.05005 120.84988 524.6282L120.84988 524.4407Q120.84988 523.48755 121.20925 522.7532Q121.56863 522.0032 122.20925 521.5969Q122.8655 521.17505 123.6155 521.17505Q124.84988 521.17505 125.53738 521.98755Q126.22488 522.80005 126.22488 524.3157L126.22488 524.7688L121.928 524.7688Q121.95925 525.7063 122.47488 526.2844Q123.00613 526.86255 123.81863 526.86255Q124.38113 526.86255 124.77175 526.6282Q125.178 526.3938 125.4905 526.0032L126.14675 526.5188Q125.34988 527.7532 123.75613 527.7532ZM123.6155 522.0657Q122.95925 522.0657 122.50613 522.55005Q122.06863 523.0188 121.97488 523.8782L125.14675 523.8782L125.14675 523.80005Q125.09988 522.9719 124.69363 522.5188Q124.303 522.0657 123.6155 522.0657ZM130.19363 522.2532Q129.94363 522.2219 129.66238 522.2219Q128.58426 522.2219 128.20926 523.1282L128.20926 527.6282L127.13113 527.6282L127.13113 521.2844L128.17801 521.2844L128.19363 522.0188Q128.72488 521.17505 129.70926 521.17505Q130.02176 521.17505 130.19363 521.2532L130.19363 522.2532ZM134.81863 525.9407Q134.81863 525.5032 134.47488 525.2688Q134.14676 525.0188 133.31863 524.8469Q132.50613 524.67505 132.02176 524.42505Q131.53738 524.17505 131.30301 523.8469Q131.08426 523.5032 131.08426 523.0344Q131.08426 522.2532 131.74051 521.7219Q132.39676 521.17505 133.42801 521.17505Q134.50613 521.17505 135.16238 521.73755Q135.83426 522.2844 135.83426 523.1438L134.75613 523.1438Q134.75613 522.7063 134.36551 522.3938Q133.99051 522.0657 133.42801 522.0657Q132.83426 522.0657 132.49051 522.3313Q132.16238 522.5813 132.16238 522.98755Q132.16238 523.3782 132.47488 523.5813Q132.78738 523.7844 133.59988 523.9719Q134.41238 524.1438 134.91238 524.3938Q135.41238 524.6438 135.64676 525.0032Q135.89676 525.36255 135.89676 525.86255Q135.89676 526.7219 135.20926 527.23755Q134.53738 527.7532 133.45926 527.7532Q132.69363 527.7532 132.09988 527.48755Q131.52176 527.2063 131.19363 526.7219Q130.86551 526.23755 130.86551 525.67505L131.94363 525.67505Q131.97488 526.2219 132.38113 526.55005Q132.78738 526.86255 133.45926 526.86255Q134.06863 526.86255 134.44363 526.61255Q134.81863 526.36255 134.81863 525.9407Z" fill-rule="nonzero"/><path fill="#666666" d="M85.803 572.5605Q84.3655 572.1386 83.69363 571.52924Q83.03738 570.91986 83.03738 570.02924Q83.03738 569.02924 83.83425 568.373Q84.64675 567.7011 85.94363 567.7011Q86.81863 567.7011 87.50613 568.04486Q88.19363 568.3886 88.56863 568.98236Q88.95925 569.5761 88.95925 570.29486L87.81863 570.29486Q87.81863 569.5136 87.31863 569.0761Q86.83425 568.6386 85.94363 568.6386Q85.1155 568.6386 84.64675 569.0136Q84.178 569.373 84.178 570.0136Q84.178 570.54486 84.6155 570.90424Q85.06863 571.2636 86.13113 571.5605Q87.19363 571.85736 87.78738 572.21674Q88.39675 572.5761 88.678 573.0605Q88.97488 573.54486 88.97488 574.1855Q88.97488 575.23236 88.16238 575.85736Q87.34988 576.48236 86.00613 576.48236Q85.1155 576.48236 84.34988 576.1386Q83.59988 575.79486 83.178 575.21674Q82.77175 574.623 82.77175 573.8886L83.89675 573.8886Q83.89675 574.65424 84.47488 575.10736Q85.053 575.5605 86.00613 575.5605Q86.89675 575.5605 87.3655 575.2011Q87.83425 574.8261 87.83425 574.2011Q87.83425 573.5761 87.39675 573.23236Q86.95925 572.8886 85.803 572.5605ZM92.75613 576.48236Q91.45925 576.48236 90.64675 575.6386Q89.84988 574.77924 89.84988 573.35736L89.84988 573.16986Q89.84988 572.21674 90.20925 571.48236Q90.56863 570.73236 91.20925 570.3261Q91.8655 569.90424 92.6155 569.90424Q93.84988 569.90424 94.53738 570.71674Q95.22488 571.52924 95.22488 573.04486L95.22488 573.498L90.928 573.498Q90.95925 574.4355 91.47488 575.0136Q92.00613 575.59174 92.81863 575.59174Q93.38113 575.59174 93.77175 575.35736Q94.178 575.123 94.4905 574.73236L95.14675 575.248Q94.34988 576.48236 92.75613 576.48236ZM92.6155 570.79486Q91.95925 570.79486 91.50613 571.27924Q91.06863 571.748 90.97488 572.60736L94.14675 572.60736L94.14675 572.52924Q94.09988 571.7011 93.69363 571.248Q93.303 570.79486 92.6155 570.79486ZM99.19363 570.98236Q98.94363 570.9511 98.66238 570.9511Q97.58425 570.9511 97.20925 571.85736L97.20925 576.35736L96.13113 576.35736L96.13113 570.0136L97.178 570.0136L97.19363 570.748Q97.72488 569.90424 98.70925 569.90424Q99.02175 569.90424 99.19363 569.98236L99.19363 570.98236ZM102.20925 574.8886L103.78738 570.0136L104.89675 570.0136L102.6155 576.35736L101.78738 576.35736L99.4905 570.0136L100.59988 570.0136L102.20925 574.8886ZM108.75613 576.48236Q107.45925 576.48236 106.64675 575.6386Q105.84988 574.77924 105.84988 573.35736L105.84988 573.16986Q105.84988 572.21674 106.20925 571.48236Q106.56863 570.73236 107.20925 570.3261Q107.8655 569.90424 108.6155 569.90424Q109.84988 569.90424 110.53738 570.71674Q111.22488 571.52924 111.22488 573.04486L111.22488 573.498L106.928 573.498Q106.95925 574.4355 107.47488 575.0136Q108.00613 575.59174 108.81863 575.59174Q109.38113 575.59174 109.77175 575.35736Q110.178 575.123 110.4905 574.73236L111.14675 575.248Q110.34988 576.48236 108.75613 576.48236ZM108.6155 570.79486Q107.95925 570.79486 107.50613 571.27924Q107.06863 571.748 106.97488 572.60736L110.14675 572.60736L110.14675 572.52924Q110.09988 571.7011 109.69363 571.248Q109.303 570.79486 108.6155 570.79486ZM115.19363 570.98236Q114.94363 570.9511 114.66238 570.9511Q113.58425 570.9511 113.20925 571.85736L113.20925 576.35736L112.13113 576.35736L112.13113 570.0136L113.178 570.0136L113.19363 570.748Q113.72488 569.90424 114.70925 569.90424Q115.02175 569.90424 115.19363 569.98236L115.19363 570.98236ZM117.303 576.35736L116.22488 576.35736L116.22488 567.35736L117.303 567.35736L117.303 576.35736ZM121.75613 576.48236Q120.45925 576.48236 119.64675 575.6386Q118.84988 574.77924 118.84988 573.35736L118.84988 573.16986Q118.84988 572.21674 119.20925 571.48236Q119.56863 570.73236 120.20925 570.3261Q120.8655 569.90424 121.6155 569.90424Q122.84988 569.90424 123.53738 570.71674Q124.22488 571.52924 124.22488 573.04486L124.22488 573.498L119.928 573.498Q119.95925 574.4355 120.47488 575.0136Q121.00613 575.59174 121.81863 575.59174Q122.38113 575.59174 122.77175 575.35736Q123.178 575.123 123.4905 574.73236L124.14675 575.248Q123.34988 576.48236 121.75613 576.48236ZM121.6155 570.79486Q120.95925 570.79486 120.50613 571.27924Q120.06863 571.748 119.97488 572.60736L123.14675 572.60736L123.14675 572.52924Q123.09988 571.7011 122.69363 571.248Q122.303 570.79486 121.6155 570.79486ZM128.81863 574.66986Q128.81863 574.23236 128.47488 573.998Q128.14676 573.748 127.31863 573.5761Q126.50613 573.40424 126.02175 573.15424Q125.53738 572.90424 125.303 572.5761Q125.08425 572.23236 125.08425 571.7636Q125.08425 570.98236 125.7405 570.4511Q126.39675 569.90424 127.428 569.90424Q128.50613 569.90424 129.16238 570.46674Q129.83426 571.0136 129.83426 571.873L128.75613 571.873Q128.75613 571.4355 128.36551 571.123Q127.9905 570.79486 127.428 570.79486Q126.83425 570.79486 126.4905 571.0605Q126.16238 571.3105 126.16238 571.71674Q126.16238 572.10736 126.47488 572.3105Q126.78738 572.5136 127.59988 572.7011Q128.41238 572.873 128.91238 573.123Q129.41238 573.373 129.64676 573.73236Q129.89676 574.09174 129.89676 574.59174Q129.89676 575.4511 129.20926 575.96674Q128.53738 576.48236 127.45925 576.48236Q126.69363 576.48236 126.09988 576.21674Q125.52175 575.9355 125.19363 575.4511Q124.8655 574.96674 124.8655 574.40424L125.94363 574.40424Q125.97488 574.9511 126.38113 575.27924Q126.78738 575.59174 127.45925 575.59174Q128.06863 575.59174 128.44363 575.34174Q128.81863 575.09174 128.81863 574.66986ZM134.81863 574.66986Q134.81863 574.23236 134.47488 573.998Q134.14676 573.748 133.31863 573.5761Q132.50613 573.40424 132.02176 573.15424Q131.53738 572.90424 131.30301 572.5761Q131.08426 572.23236 131.08426 571.7636Q131.08426 570.98236 131.74051 570.4511Q132.39676 569.90424 133.42801 569.90424Q134.50613 569.90424 135.16238 570.46674Q135.83426 571.0136 135.83426 571.873L134.75613 571.873Q134.75613 571.4355 134.36551 571.123Q133.99051 570.79486 133.42801 570.79486Q132.83426 570.79486 132.49051 571.0605Q132.16238 571.3105 132.16238 571.71674Q132.16238 572.10736 132.47488 572.3105Q132.78738 572.5136 133.59988 572.7011Q134.41238 572.873 134.91238 573.123Q135.41238 573.373 135.64676 573.73236Q135.89676 574.09174 135.89676 574.59174Q135.89676 575.4511 135.20926 575.96674Q134.53738 576.48236 133.45926 576.48236Q132.69363 576.48236 132.09988 576.21674Q131.52176 575.9355 131.19363 575.4511Q130.86551 574.96674 130.86551 574.40424L131.94363 574.40424Q131.97488 574.9511 132.38113 575.27924Q132.78738 575.59174 133.45926 575.59174Q134.06863 575.59174 134.44363 575.34174Q134.81863 575.09174 134.81863 574.66986Z" fill-rule="nonzero"/><path fill="#666666" d="M140.3655 619.109Q140.3655 621.01526 139.70924 621.95276Q139.06862 622.87463 137.678 622.87463Q136.31862 622.87463 135.66237 621.9684Q135.00612 621.06213 134.97487 619.24963L134.97487 617.81213Q134.97487 615.9215 135.6155 615.01526Q136.27174 614.0934 137.66237 614.0934Q139.03737 614.0934 139.69362 614.984Q140.34987 615.859 140.3655 617.70276L140.3655 619.109ZM139.27174 617.62463Q139.27174 616.24963 138.88112 615.62463Q138.50612 614.984 137.66237 614.984Q136.83424 614.984 136.44362 615.62463Q136.06862 616.24963 136.06862 617.5465L136.06862 619.2809Q136.06862 620.6559 136.45924 621.32776Q136.8655 621.984 137.678 621.984Q138.47487 621.984 138.8655 621.359Q139.25612 620.734 139.27174 619.4059L139.27174 617.62463ZM141.91237 615.859Q141.91237 615.0934 142.39674 614.5934Q142.89674 614.0934 143.66237 614.0934Q144.44362 614.0934 144.928 614.5934Q145.41237 615.0934 145.41237 615.89026L145.41237 616.31213Q145.41237 617.07776 144.91237 617.57776Q144.428 618.06213 143.678 618.06213Q142.91237 618.06213 142.41237 617.57776Q141.91237 617.07776 141.91237 616.26526L141.91237 615.859ZM142.72487 616.31213Q142.72487 616.76526 142.97487 617.06213Q143.2405 617.359 143.678 617.359Q144.09987 617.359 144.34987 617.07776Q144.59987 616.7809 144.59987 616.2809L144.59987 615.859Q144.59987 615.4059 144.34987 615.109Q144.09987 614.7965 143.66237 614.7965Q143.22487 614.7965 142.97487 615.109Q142.72487 615.4059 142.72487 615.87463L142.72487 616.31213ZM146.06862 620.6559Q146.06862 619.89026 146.553 619.4059Q147.053 618.9059 147.81862 618.9059Q148.58424 618.9059 149.06862 619.4059Q149.56862 619.89026 149.56862 620.70276L149.56862 621.109Q149.56862 621.87463 149.08424 622.37463Q148.59987 622.87463 147.83424 622.87463Q147.06862 622.87463 146.56862 622.39026Q146.06862 621.89026 146.06862 621.07776L146.06862 620.6559ZM146.88112 621.109Q146.88112 621.57776 147.13112 621.87463Q147.39674 622.1715 147.83424 622.1715Q148.25612 622.1715 148.50612 621.89026Q148.75612 621.5934 148.75612 621.0934L148.75612 620.6559Q148.75612 620.18713 148.4905 619.9059Q148.2405 619.609 147.81862 619.609Q147.39674 619.609 147.13112 619.9059Q146.88112 620.18713 146.88112 620.68713L146.88112 621.109ZM143.928 622.109L143.303 621.7184L147.47487 615.0465L148.08424 615.43713L143.928 622.109Z" fill-rule="nonzero"/><path fill="#666666" d="M243.89299 622.74963L238.29924 622.74963L238.29924 621.9684L241.25237 618.68713Q241.90862 617.93713 242.15862 617.484Q242.40862 617.01526 242.40862 616.51526Q242.40862 615.8434 242.00237 615.4215Q241.61174 614.984 240.92424 614.984Q240.12737 614.984 239.67424 615.45276Q239.22112 615.9059 239.22112 616.734L238.14299 616.734Q238.14299 615.5465 238.89299 614.82776Q239.65862 614.0934 240.92424 614.0934Q242.12737 614.0934 242.81487 614.7184Q243.50237 615.3434 243.50237 616.39026Q243.50237 617.64026 241.89299 619.39026L239.61174 621.859L243.89299 621.859L243.89299 622.74963ZM250.65862 619.109Q250.65862 621.01526 250.00237 621.95276Q249.36174 622.87463 247.97112 622.87463Q246.61174 622.87463 245.95549 621.9684Q245.29924 621.06213 245.26799 619.24963L245.26799 617.81213Q245.26799 615.9215 245.90862 615.01526Q246.56487 614.0934 247.95549 614.0934Q249.33049 614.0934 249.98674 614.984Q250.64299 615.859 250.65862 617.70276L250.65862 619.109ZM249.56487 617.62463Q249.56487 616.24963 249.17424 615.62463Q248.79924 614.984 247.95549 614.984Q247.12737 614.984 246.73674 615.62463Q246.36174 616.24963 246.36174 617.5465L246.36174 619.2809Q246.36174 620.6559 246.75237 621.32776Q247.15862 621.984 247.97112 621.984Q248.76799 621.984 249.15862 621.359Q249.54924 620.734 249.56487 619.4059L249.56487 617.62463ZM252.20549 615.859Q252.20549 615.0934 252.68987 614.5934Q253.18987 614.0934 253.95549 614.0934Q254.73674 614.0934 255.22112 614.5934Q255.70549 615.0934 255.70549 615.89026L255.70549 616.31213Q255.70549 617.07776 255.20549 617.57776Q254.72112 618.06213 253.97112 618.06213Q253.20549 618.06213 252.70549 617.57776Q252.20549 617.07776 252.20549 616.26526L252.20549 615.859ZM253.01799 616.31213Q253.01799 616.76526 253.26799 617.06213Q253.53362 617.359 253.97112 617.359Q254.39299 617.359 254.64299 617.07776Q254.89299 616.7809 254.89299 616.2809L254.89299 615.859Q254.89299 615.4059 254.64299 615.109Q254.39299 614.7965 253.95549 614.7965Q253.51799 614.7965 253.26799 615.109Q253.01799 615.4059 253.01799 615.87463L253.01799 616.31213ZM256.36176 620.6559Q256.36176 619.89026 256.84613 619.4059Q257.34613 618.9059 258.11176 618.9059Q258.87738 618.9059 259.36176 619.4059Q259.86176 619.89026 259.86176 620.70276L259.86176 621.109Q259.86176 621.87463 259.37738 622.37463Q258.893 622.87463 258.12738 622.87463Q257.36176 622.87463 256.86176 622.39026Q256.36176 621.89026 256.36176 621.07776L256.36176 620.6559ZM257.17426 621.109Q257.17426 621.57776 257.42426 621.87463Q257.68988 622.1715 258.12738 622.1715Q258.54926 622.1715 258.79926 621.89026Q259.04926 621.5934 259.04926 621.0934L259.04926 620.6559Q259.04926 620.18713 258.78363 619.9059Q258.53363 619.609 258.11176 619.609Q257.68988 619.609 257.42426 619.9059Q257.17426 620.18713 257.17426 620.68713L257.17426 621.109ZM254.22112 622.109L253.59612 621.7184L257.768 615.0465L258.37738 615.43713L254.22112 622.109Z" fill-rule="nonzero"/><path fill="#666666" d="M349.67047 619.89026L350.85797 619.89026L350.85797 620.76526L349.67047 620.76526L349.67047 622.74963L348.59235 622.74963L348.59235 620.76526L344.70172 620.76526L344.70172 620.12463L348.51422 614.2184L349.67047 614.2184L349.67047 619.89026ZM345.9361 619.89026L348.59235 619.89026L348.59235 615.70276L348.45172 615.93713L345.9361 619.89026ZM357.45172 619.109Q357.45172 621.01526 356.79547 621.95276Q356.15485 622.87463 354.76422 622.87463Q353.40485 622.87463 352.7486 621.9684Q352.09235 621.06213 352.0611 619.24963L352.0611 617.81213Q352.0611 615.9215 352.70172 615.01526Q353.35797 614.0934 354.7486 614.0934Q356.1236 614.0934 356.77985 614.984Q357.4361 615.859 357.45172 617.70276L357.45172 619.109ZM356.35797 617.62463Q356.35797 616.24963 355.96735 615.62463Q355.59235 614.984 354.7486 614.984Q353.92047 614.984 353.52985 615.62463Q353.15485 616.24963 353.15485 617.5465L353.15485 619.2809Q353.15485 620.6559 353.54547 621.32776Q353.95172 621.984 354.76422 621.984Q355.5611 621.984 355.95172 621.359Q356.34235 620.734 356.35797 619.4059L356.35797 617.62463ZM358.9986 615.859Q358.9986 615.0934 359.48297 614.5934Q359.98297 614.0934 360.7486 614.0934Q361.52985 614.0934 362.01422 614.5934Q362.4986 615.0934 362.4986 615.89026L362.4986 616.31213Q362.4986 617.07776 361.9986 617.57776Q361.51422 618.06213 360.76422 618.06213Q359.9986 618.06213 359.4986 617.57776Q358.9986 617.07776 358.9986 616.26526L358.9986 615.859ZM359.8111 616.31213Q359.8111 616.76526 360.0611 617.06213Q360.32672 617.359 360.76422 617.359Q361.1861 617.359 361.4361 617.07776Q361.6861 616.7809 361.6861 616.2809L361.6861 615.859Q361.6861 615.4059 361.4361 615.109Q361.1861 614.7965 360.7486 614.7965Q360.3111 614.7965 360.0611 615.109Q359.8111 615.4059 359.8111 615.87463L359.8111 616.31213ZM363.15485 620.6559Q363.15485 619.89026 363.63922 619.4059Q364.13922 618.9059 364.90485 618.9059Q365.67047 618.9059 366.15485 619.4059Q366.65485 619.89026 366.65485 620.70276L366.65485 621.109Q366.65485 621.87463 366.17047 622.37463Q365.6861 622.87463 364.92047 622.87463Q364.15485 622.87463 363.65485 622.39026Q363.15485 621.89026 363.15485 621.07776L363.15485 620.6559ZM363.96735 621.109Q363.96735 621.57776 364.21735 621.87463Q364.48297 622.1715 364.92047 622.1715Q365.34235 622.1715 365.59235 621.89026Q365.84235 621.5934 365.84235 621.0934L365.84235 620.6559Q365.84235 620.18713 365.57672 619.9059Q365.32672 619.609 364.90485 619.609Q364.48297 619.609 364.21735 619.9059Q363.96735 620.18713 363.96735 620.68713L363.96735 621.109ZM361.01422 622.109L360.38922 621.7184L364.5611 615.0465L365.17047 615.43713L361.01422 622.109Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 614.2184L456.15106 615.12463L455.94794 615.12463Q454.6823 615.1559 453.9323 615.89026Q453.1823 616.609 453.0573 617.9215Q453.7448 617.1559 454.90106 617.1559Q456.01044 617.1559 456.6823 617.93713Q457.3542 618.7184 457.3542 619.9684Q457.3542 621.2809 456.63544 622.07776Q455.9167 622.87463 454.69794 622.87463Q453.4792 622.87463 452.71356 621.93713Q451.96356 620.984 451.96356 619.49963L451.96356 619.0934Q451.96356 616.734 452.96356 615.484Q453.96356 614.234 455.94794 614.2184L456.15106 614.2184ZM454.7292 618.06213Q454.1667 618.06213 453.69794 618.39026Q453.2292 618.7184 453.0417 619.234L453.0417 619.62463Q453.0417 620.68713 453.51044 621.32776Q453.9948 621.9684 454.69794 621.9684Q455.4323 621.9684 455.8542 621.43713Q456.27606 620.89026 456.27606 620.01526Q456.27606 619.14026 455.8542 618.609Q455.4323 618.06213 454.7292 618.06213ZM464.2448 619.109Q464.2448 621.01526 463.58856 621.95276Q462.94794 622.87463 461.5573 622.87463Q460.19794 622.87463 459.5417 621.9684Q458.88544 621.06213 458.8542 619.24963L458.8542 617.81213Q458.8542 615.9215 459.4948 615.01526Q460.15106 614.0934 461.5417 614.0934Q462.9167 614.0934 463.57294 614.984Q464.2292 615.859 464.2448 617.70276L464.2448 619.109ZM463.15106 617.62463Q463.15106 616.24963 462.76044 615.62463Q462.38544 614.984 461.5417 614.984Q460.71356 614.984 460.32294 615.62463Q459.94794 616.24963 459.94794 617.5465L459.94794 619.2809Q459.94794 620.6559 460.33856 621.32776Q460.7448 621.984 461.5573 621.984Q462.3542 621.984 462.7448 621.359Q463.13544 620.734 463.15106 619.4059L463.15106 617.62463ZM465.7917 615.859Q465.7917 615.0934 466.27606 614.5934Q466.77606 614.0934 467.5417 614.0934Q468.32294 614.0934 468.8073 614.5934Q469.2917 615.0934 469.2917 615.89026L469.2917 616.31213Q469.2917 617.07776 468.7917 617.57776Q468.3073 618.06213 467.5573 618.06213Q466.7917 618.06213 466.2917 617.57776Q465.7917 617.07776 465.7917 616.26526L465.7917 615.859ZM466.6042 616.31213Q466.6042 616.76526 466.8542 617.06213Q467.1198 617.359 467.5573 617.359Q467.9792 617.359 468.2292 617.07776Q468.4792 616.7809 468.4792 616.2809L468.4792 615.859Q468.4792 615.4059 468.2292 615.109Q467.9792 614.7965 467.5417 614.7965Q467.1042 614.7965 466.8542 615.109Q466.6042 615.4059 466.6042 615.87463L466.6042 616.31213ZM469.94794 620.6559Q469.94794 619.89026 470.4323 619.4059Q470.9323 618.9059 471.69794 618.9059Q472.46356 618.9059 472.94794 619.4059Q473.44794 619.89026 473.44794 620.70276L473.44794 621.109Q473.44794 621.87463 472.96356 622.37463Q472.4792 622.87463 471.71356 622.87463Q470.94794 622.87463 470.44794 622.39026Q469.94794 621.89026 469.94794 621.07776L469.94794 620.6559ZM470.76044 621.109Q470.76044 621.57776 471.01044 621.87463Q471.27606 622.1715 471.71356 622.1715Q472.13544 622.1715 472.38544 621.89026Q472.63544 621.5934 472.63544 621.0934L472.63544 620.6559Q472.63544 620.18713 472.3698 619.9059Q472.1198 619.609 471.69794 619.609Q471.27606 619.609 471.01044 619.9059Q470.76044 620.18713 470.76044 620.68713L470.76044 621.109ZM467.8073 622.109L467.1823 621.7184L471.3542 615.0465L471.96356 615.43713L467.8073 622.109Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 616.43713Q563.866 617.07776 563.5223 617.57776Q563.1785 618.07776 562.616 618.359Q563.2723 618.64026 563.6629 619.20276Q564.0535 619.74963 564.0535 620.45276Q564.0535 621.5465 563.3035 622.2184Q562.56915 622.87463 561.3504 622.87463Q560.116 622.87463 559.366 622.2184Q558.63165 621.5465 558.63165 620.45276Q558.63165 619.74963 559.00665 619.20276Q559.38165 618.64026 560.0535 618.359Q559.491 618.07776 559.1629 617.57776Q558.8348 617.07776 558.8348 616.43713Q558.8348 615.359 559.5223 614.734Q560.2098 614.0934 561.3504 614.0934Q562.4754 614.0934 563.1629 614.734Q563.866 615.359 563.866 616.43713ZM562.9754 620.4215Q562.9754 619.70276 562.5223 619.26526Q562.06915 618.81213 561.3348 618.81213Q560.6004 618.81213 560.1473 619.26526Q559.7098 619.70276 559.7098 620.43713Q559.7098 621.1559 560.1473 621.57776Q560.5848 621.984 561.3504 621.984Q562.1004 621.984 562.5379 621.56213Q562.9754 621.14026 562.9754 620.4215ZM561.3504 614.984Q560.7098 614.984 560.3035 615.39026Q559.9129 615.7809 559.9129 616.4684Q559.9129 617.109 560.3035 617.51526Q560.69415 617.9215 561.3348 617.9215Q561.991 617.9215 562.38165 617.51526Q562.7723 617.109 562.7723 616.4684Q562.7723 615.81213 562.366 615.4059Q561.9598 614.984 561.3504 614.984ZM571.0379 619.109Q571.0379 621.01526 570.38165 621.95276Q569.741 622.87463 568.3504 622.87463Q566.991 622.87463 566.3348 621.9684Q565.6785 621.06213 565.6473 619.24963L565.6473 617.81213Q565.6473 615.9215 566.2879 615.01526Q566.94415 614.0934 568.3348 614.0934Q569.7098 614.0934 570.366 614.984Q571.0223 615.859 571.0379 617.70276L571.0379 619.109ZM569.94415 617.62463Q569.94415 616.24963 569.5535 615.62463Q569.1785 614.984 568.3348 614.984Q567.50665 614.984 567.116 615.62463Q566.741 616.24963 566.741 617.5465L566.741 619.2809Q566.741 620.6559 567.13165 621.32776Q567.5379 621.984 568.3504 621.984Q569.1473 621.984 569.5379 621.359Q569.9285 620.734 569.94415 619.4059L569.94415 617.62463ZM572.5848 615.859Q572.5848 615.0934 573.06915 614.5934Q573.56915 614.0934 574.3348 614.0934Q575.116 614.0934 575.6004 614.5934Q576.0848 615.0934 576.0848 615.89026L576.0848 616.31213Q576.0848 617.07776 575.5848 617.57776Q575.1004 618.06213 574.3504 618.06213Q573.5848 618.06213 573.0848 617.57776Q572.5848 617.07776 572.5848 616.26526L572.5848 615.859ZM573.3973 616.31213Q573.3973 616.76526 573.6473 617.06213Q573.9129 617.359 574.3504 617.359Q574.7723 617.359 575.0223 617.07776Q575.2723 616.7809 575.2723 616.2809L575.2723 615.859Q575.2723 615.4059 575.0223 615.109Q574.7723 614.7965 574.3348 614.7965Q573.8973 614.7965 573.6473 615.109Q573.3973 615.4059 573.3973 615.87463L573.3973 616.31213ZM576.741 620.6559Q576.741 619.89026 577.2254 619.4059Q577.7254 618.9059 578.491 618.9059Q579.25665 618.9059 579.741 619.4059Q580.241 619.89026 580.241 620.70276L580.241 621.109Q580.241 621.87463 579.75665 622.37463Q579.2723 622.87463 578.50665 622.87463Q577.741 622.87463 577.241 622.39026Q576.741 621.89026 576.741 621.07776L576.741 620.6559ZM577.5535 621.109Q577.5535 621.57776 577.8035 621.87463Q578.06915 622.1715 578.50665 622.1715Q578.9285 622.1715 579.1785 621.89026Q579.4285 621.5934 579.4285 621.0934L579.4285 620.6559Q579.4285 620.18713 579.1629 619.9059Q578.9129 619.609 578.491 619.609Q578.06915 619.609 577.8035 619.9059Q577.5535 620.18713 577.5535 620.68713L577.5535 621.109ZM574.6004 622.109L573.9754 621.7184L578.1473 615.0465L578.75665 615.43713L574.6004 622.109Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M211.82323 656.5314C211.82323 655.97906 212.27095 655.5314 212.82323 655.5314L222.82323 655.5314C223.37552 655.5314 223.82323 655.97906 223.82323 656.5314L223.82323 666.5314C223.82323 667.0837 223.37552 667.5314 222.82323 667.5314L212.82323 667.5314C212.27095 667.5314 211.82323 667.0837 211.82323 666.5314Z" fill-rule="nonzero"/><path fill="#666666" d="M238.1201 666.0314L232.52635 666.0314L232.52635 665.2501L235.47948 661.9689Q236.13573 661.2189 236.38573 660.76575Q236.63573 660.297 236.63573 659.797Q236.63573 659.1251 236.22948 658.70325Q235.83885 658.26575 235.15135 658.26575Q234.35448 658.26575 233.90135 658.7345Q233.44823 659.1876 233.44823 660.01575L232.3701 660.01575Q232.3701 658.82825 233.1201 658.1095Q233.88573 657.3751 235.15135 657.3751Q236.35448 657.3751 237.04198 658.0001Q237.72948 658.6251 237.72948 659.672Q237.72948 660.922 236.1201 662.672L233.83885 665.14075L238.1201 665.14075L238.1201 666.0314ZM244.88573 662.39075Q244.88573 664.297 244.22948 665.2345Q243.58885 666.1564 242.19823 666.1564Q240.83885 666.1564 240.1826 665.2501Q239.52635 664.3439 239.4951 662.5314L239.4951 661.0939Q239.4951 659.20325 240.13573 658.297Q240.79198 657.3751 242.1826 657.3751Q243.5576 657.3751 244.21385 658.26575Q244.8701 659.14075 244.88573 660.9845L244.88573 662.39075ZM243.79198 660.9064Q243.79198 659.5314 243.40135 658.9064Q243.02635 658.26575 242.1826 658.26575Q241.35448 658.26575 240.96385 658.9064Q240.58885 659.5314 240.58885 660.82825L240.58885 662.5626Q240.58885 663.9376 240.97948 664.6095Q241.38573 665.26575 242.19823 665.26575Q242.9951 665.26575 243.38573 664.64075Q243.77635 664.01575 243.79198 662.6876L243.79198 660.9064ZM250.08885 666.0314L249.01073 666.0314L249.01073 658.8126L246.82323 659.6095L246.82323 658.6251L249.9326 657.45325L250.08885 657.45325L250.08885 666.0314ZM257.792 657.5001L257.792 658.4064L257.58887 658.4064Q256.32324 658.4376 255.57323 659.172Q254.82323 659.89075 254.69823 661.20325Q255.38573 660.4376 256.542 660.4376Q257.65137 660.4376 258.32324 661.2189Q258.99512 662.0001 258.99512 663.2501Q258.99512 664.5626 258.27637 665.3595Q257.55762 666.1564 256.33887 666.1564Q255.1201 666.1564 254.35448 665.2189Q253.60448 664.26575 253.60448 662.7814L253.60448 662.3751Q253.60448 660.01575 254.60448 658.76575Q255.60448 657.51575 257.58887 657.5001L257.792 657.5001ZM256.37012 661.3439Q255.8076 661.3439 255.33885 661.672Q254.8701 662.0001 254.6826 662.51575L254.6826 662.9064Q254.6826 663.9689 255.15135 664.6095Q255.63573 665.2501 256.33887 665.2501Q257.07324 665.2501 257.49512 664.7189Q257.917 664.172 257.917 663.297Q257.917 662.422 257.49512 661.89075Q257.07324 661.3439 256.37012 661.3439Z" fill-rule="nonzero"/><path fill="#77cac5" d="M275.82324 656.5314C275.82324 655.97906 276.27094 655.5314 276.82324 655.5314L286.82324 655.5314C287.37552 655.5314 287.82324 655.97906 287.82324 656.5314L287.82324 666.5314C287.82324 667.0837 287.37552 667.5314 286.82324 667.5314L276.82324 667.5314C276.27094 667.5314 275.82324 667.0837 275.82324 666.5314Z" fill-rule="nonzero"/><path fill="#666666" d="M302.12012 666.0314L296.52637 666.0314L296.52637 665.2501L299.4795 661.9689Q300.13574 661.2189 300.38574 660.76575Q300.63574 660.297 300.63574 659.797Q300.63574 659.1251 300.2295 658.70325Q299.83887 658.26575 299.15137 658.26575Q298.3545 658.26575 297.90137 658.7345Q297.44824 659.1876 297.44824 660.01575L296.37012 660.01575Q296.37012 658.82825 297.12012 658.1095Q297.88574 657.3751 299.15137 657.3751Q300.3545 657.3751 301.042 658.0001Q301.7295 658.6251 301.7295 659.672Q301.7295 660.922 300.12012 662.672L297.83887 665.14075L302.12012 665.14075L302.12012 666.0314ZM308.88574 662.39075Q308.88574 664.297 308.2295 665.2345Q307.58887 666.1564 306.19824 666.1564Q304.83887 666.1564 304.18262 665.2501Q303.52637 664.3439 303.49512 662.5314L303.49512 661.0939Q303.49512 659.20325 304.13574 658.297Q304.792 657.3751 306.18262 657.3751Q307.55762 657.3751 308.21387 658.26575Q308.87012 659.14075 308.88574 660.9845L308.88574 662.39075ZM307.792 660.9064Q307.792 659.5314 307.40137 658.9064Q307.02637 658.26575 306.18262 658.26575Q305.3545 658.26575 304.96387 658.9064Q304.58887 659.5314 304.58887 660.82825L304.58887 662.5626Q304.58887 663.9376 304.9795 664.6095Q305.38574 665.26575 306.19824 665.26575Q306.99512 665.26575 307.38574 664.64075Q307.77637 664.01575 307.792 662.6876L307.792 660.9064ZM314.08887 666.0314L313.01074 666.0314L313.01074 658.8126L310.82324 659.6095L310.82324 658.6251L313.93262 657.45325L314.08887 657.45325L314.08887 666.0314ZM323.042 658.1095L319.51074 666.0314L318.37012 666.0314L321.88574 658.39075L317.27637 658.39075L317.27637 657.5001L323.042 657.5001L323.042 658.1095Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M339.82324 656.5314C339.82324 655.97906 340.27094 655.5314 340.82324 655.5314L350.82324 655.5314C351.37552 655.5314 351.82324 655.97906 351.82324 656.5314L351.82324 666.5314C351.82324 667.0837 351.37552 667.5314 350.82324 667.5314L340.82324 667.5314C340.27094 667.5314 339.82324 667.0837 339.82324 666.5314Z" fill-rule="nonzero"/><path fill="#666666" d="M366.12012 666.0314L360.52637 666.0314L360.52637 665.2501L363.4795 661.9689Q364.13574 661.2189 364.38574 660.76575Q364.63574 660.297 364.63574 659.797Q364.63574 659.1251 364.2295 658.70325Q363.83887 658.26575 363.15137 658.26575Q362.3545 658.26575 361.90137 658.7345Q361.44824 659.1876 361.44824 660.01575L360.37012 660.01575Q360.37012 658.82825 361.12012 658.1095Q361.88574 657.3751 363.15137 657.3751Q364.3545 657.3751 365.042 658.0001Q365.7295 658.6251 365.7295 659.672Q365.7295 660.922 364.12012 662.672L361.83887 665.14075L366.12012 665.14075L366.12012 666.0314ZM372.88574 662.39075Q372.88574 664.297 372.2295 665.2345Q371.58887 666.1564 370.19824 666.1564Q368.83887 666.1564 368.18262 665.2501Q367.52637 664.3439 367.49512 662.5314L367.49512 661.0939Q367.49512 659.20325 368.13574 658.297Q368.792 657.3751 370.18262 657.3751Q371.55762 657.3751 372.21387 658.26575Q372.87012 659.14075 372.88574 660.9845L372.88574 662.39075ZM371.792 660.9064Q371.792 659.5314 371.40137 658.9064Q371.02637 658.26575 370.18262 658.26575Q369.3545 658.26575 368.96387 658.9064Q368.58887 659.5314 368.58887 660.82825L368.58887 662.5626Q368.58887 663.9376 368.9795 664.6095Q369.38574 665.26575 370.19824 665.26575Q370.99512 665.26575 371.38574 664.64075Q371.77637 664.01575 371.792 662.6876L371.792 660.9064ZM378.08887 666.0314L377.01074 666.0314L377.01074 658.8126L374.82324 659.6095L374.82324 658.6251L377.93262 657.45325L378.08887 657.45325L378.08887 666.0314ZM386.71387 659.7189Q386.71387 660.3595 386.37012 660.8595Q386.02637 661.3595 385.46387 661.64075Q386.12012 661.922 386.51074 662.4845Q386.90137 663.0314 386.90137 663.7345Q386.90137 664.82825 386.15137 665.5001Q385.417 666.1564 384.19824 666.1564Q382.96387 666.1564 382.21387 665.5001Q381.4795 664.82825 381.4795 663.7345Q381.4795 663.0314 381.8545 662.4845Q382.2295 661.922 382.90137 661.64075Q382.33887 661.3595 382.01074 660.8595Q381.68262 660.3595 381.68262 659.7189Q381.68262 658.64075 382.37012 658.01575Q383.05762 657.3751 384.19824 657.3751Q385.32324 657.3751 386.01074 658.01575Q386.71387 658.64075 386.71387 659.7189ZM385.82324 663.70325Q385.82324 662.9845 385.37012 662.547Q384.917 662.0939 384.18262 662.0939Q383.44824 662.0939 382.99512 662.547Q382.55762 662.9845 382.55762 663.7189Q382.55762 664.4376 382.99512 664.8595Q383.43262 665.26575 384.19824 665.26575Q384.94824 665.26575 385.38574 664.8439Q385.82324 664.422 385.82324 663.70325ZM384.19824 658.26575Q383.55762 658.26575 383.15137 658.672Q382.76074 659.0626 382.76074 659.7501Q382.76074 660.39075 383.15137 660.797Q383.542 661.20325 384.18262 661.20325Q384.83887 661.20325 385.2295 660.797Q385.62012 660.39075 385.62012 659.7501Q385.62012 659.0939 385.21387 658.6876Q384.80762 658.26575 384.19824 658.26575Z" fill-rule="nonzero"/><path fill="#666666" d="M32.490208 26.183994L35.755833 34.308994L39.005833 26.183994L40.708958 26.183994L40.708958 36.13712L39.396458 36.13712L39.396458 32.26212L39.521458 28.07462L36.255833 36.13712L35.240208 36.13712L31.990208 28.090244L32.115208 32.26212L32.115208 36.13712L30.802708 36.13712L30.802708 26.183994L32.490208 26.183994ZM45.021458 34.277744L46.740208 28.746494L48.099583 28.746494L45.130833 37.277744Q44.443333 39.121494 42.927708 39.121494L42.693333 39.10587L42.224583 39.01212L42.224583 37.996494L42.568333 38.01212Q43.208958 38.01212 43.568333 37.746494Q43.927708 37.496494 44.162083 36.808994L44.443333 36.058994L41.802708 28.746494L43.177708 28.746494L45.021458 34.277744ZM54.318333 26.94962L54.318333 28.746494L55.693333 28.746494L55.693333 29.715244L54.318333 29.715244L54.318333 34.308994Q54.318333 34.746494 54.505833 34.98087Q54.693333 35.19962 55.130833 35.19962Q55.349583 35.19962 55.740208 35.10587L55.740208 36.13712Q55.240208 36.277744 54.771458 36.277744Q53.912083 36.277744 53.474583 35.76212Q53.052708 35.246494 53.052708 34.308994L53.052708 29.715244L51.708958 29.715244L51.708958 28.746494L53.052708 28.746494L53.052708 26.94962L54.318333 26.94962ZM60.677708 36.277744Q59.162083 36.277744 58.224583 35.29337Q57.287083 34.29337 57.287083 32.63712L57.287083 32.41837Q57.287083 31.308994 57.708958 30.44962Q58.130833 29.57462 58.880833 29.090244Q59.630833 28.60587 60.521458 28.60587Q61.958958 28.60587 62.755833 29.558994Q63.552708 30.496494 63.552708 32.277744L63.552708 32.79337L58.552708 32.79337Q58.568333 33.88712 59.177708 34.57462Q59.802708 35.246494 60.740208 35.246494Q61.412083 35.246494 61.865208 34.98087Q62.333958 34.69962 62.693333 34.246494L63.458958 34.840244Q62.537083 36.277744 60.677708 36.277744ZM60.521458 29.63712Q59.755833 29.63712 59.224583 30.19962Q58.708958 30.76212 58.583958 31.76212L62.287083 31.76212L62.287083 31.66837Q62.240208 30.69962 61.771458 30.16837Q61.302708 29.63712 60.521458 29.63712ZM69.177704 36.13712Q69.06833 35.91837 68.990204 35.35587Q68.115204 36.277744 66.88083 36.277744Q65.78708 36.277744 65.083954 35.66837Q64.396454 35.04337 64.396454 34.090244Q64.396454 32.933994 65.271454 32.29337Q66.146454 31.652744 67.740204 31.652744L68.97458 31.652744L68.97458 31.07462Q68.97458 30.402744 68.56833 30.01212Q68.177704 29.621494 67.41208 29.621494Q66.72458 29.621494 66.271454 29.965244Q65.81833 30.308994 65.81833 30.79337L64.53708 30.79337Q64.53708 30.23087 64.927704 29.715244Q65.333954 29.19962 66.00583 28.902744Q66.677704 28.60587 67.47458 28.60587Q68.75583 28.60587 69.47458 29.246494Q70.208954 29.88712 70.240204 30.996494L70.240204 34.402744Q70.240204 35.41837 70.490204 36.027744L70.490204 36.13712L69.177704 36.13712ZM67.06833 35.16837Q67.66208 35.16837 68.19333 34.871494Q68.740204 34.558994 68.97458 34.058994L68.97458 32.54337L67.97458 32.54337Q65.66208 32.54337 65.66208 33.902744Q65.66208 34.496494 66.052704 34.840244Q66.44333 35.16837 67.06833 35.16837ZM73.78708 28.746494L73.833954 29.558994Q74.646454 28.60587 76.021454 28.60587Q77.56833 28.60587 78.13083 29.79337Q78.50583 29.26212 79.09958 28.933994Q79.69333 28.60587 80.490204 28.60587Q82.927704 28.60587 82.97458 31.183994L82.97458 36.13712L81.708954 36.13712L81.708954 31.26212Q81.708954 30.465244 81.333954 30.07462Q80.97458 29.683994 80.13083 29.683994Q79.41208 29.683994 78.94333 30.10587Q78.490204 30.51212 78.41208 31.23087L78.41208 36.13712L77.146454 36.13712L77.146454 31.29337Q77.146454 29.683994 75.56833 29.683994Q74.31833 29.683994 73.865204 30.73087L73.865204 36.13712L72.59958 36.13712L72.59958 28.746494L73.78708 28.746494ZM87.302704 32.371494Q87.302704 30.66837 88.09958 29.63712Q88.91208 28.60587 90.208954 28.60587Q91.521454 28.60587 92.271454 29.496494L92.271454 25.63712L93.53708 25.63712L93.53708 36.13712L92.38083 36.13712L92.31833 35.340244Q91.552704 36.277744 90.208954 36.277744Q88.91208 36.277744 88.09958 35.23087Q87.302704 34.16837 87.302704 32.465244L87.302704 32.371494ZM88.56833 32.527744Q88.56833 33.777744 89.083954 34.496494Q89.59958 35.19962 90.521454 35.19962Q91.72458 35.19962 92.271454 34.121494L92.271454 30.715244Q91.708954 29.683994 90.53708 29.683994Q89.59958 29.683994 89.083954 30.402744Q88.56833 31.10587 88.56833 32.527744ZM98.677704 36.277744Q97.16208 36.277744 96.22458 35.29337Q95.28708 34.29337 95.28708 32.63712L95.28708 32.41837Q95.28708 31.308994 95.708954 30.44962Q96.13083 29.57462 96.88083 29.090244Q97.63083 28.60587 98.521454 28.60587Q99.958954 28.60587 100.75583 29.558994Q101.552704 30.496494 101.552704 32.277744L101.552704 32.79337L96.552704 32.79337Q96.56833 33.88712 97.177704 34.57462Q97.802704 35.246494 98.740204 35.246494Q99.41208 35.246494 99.865204 34.98087Q100.333954 34.69962 100.69333 34.246494L101.458954 34.840244Q100.53708 36.277744 98.677704 36.277744ZM98.521454 29.63712Q97.75583 29.63712 97.22458 30.19962Q96.708954 30.76212 96.583954 31.76212L100.28708 31.76212L100.28708 31.66837Q100.240204 30.69962 99.771454 30.16837Q99.302704 29.63712 98.521454 29.63712ZM108.84958 32.527744Q108.84958 34.215244 108.06833 35.246494Q107.302704 36.277744 105.990204 36.277744Q104.646454 36.277744 103.865204 35.41837L103.865204 38.98087L102.59958 38.98087L102.59958 28.746494L103.75583 28.746494L103.81833 29.558994Q104.59958 28.60587 105.97458 28.60587Q107.302704 28.60587 108.06833 29.60587Q108.84958 30.60587 108.84958 32.402744L108.84958 32.527744ZM107.583954 32.371494Q107.583954 31.121494 107.052704 30.402744Q106.521454 29.683994 105.583954 29.683994Q104.44333 29.683994 103.865204 30.69962L103.865204 34.23087Q104.44333 35.246494 105.59958 35.246494Q106.521454 35.246494 107.052704 34.527744Q107.583954 33.79337 107.583954 32.371494ZM111.97458 36.13712L110.708954 36.13712L110.708954 25.63712L111.97458 25.63712L111.97458 36.13712ZM113.271454 32.371494Q113.271454 31.277744 113.69333 30.41837Q114.13083 29.54337 114.88083 29.07462Q115.646454 28.60587 116.63083 28.60587Q118.13083 28.60587 119.06833 29.652744Q120.00583 30.69962 120.00583 32.433994L120.00583 32.527744Q120.00583 33.60587 119.583954 34.465244Q119.177704 35.308994 118.396454 35.79337Q117.63083 36.277744 116.646454 36.277744Q115.13083 36.277744 114.19333 35.23087Q113.271454 34.183994 113.271454 32.465244L113.271454 32.371494ZM114.53708 32.527744Q114.53708 33.746494 115.09958 34.496494Q115.677704 35.246494 116.646454 35.246494Q117.59958 35.246494 118.16208 34.496494Q118.740204 33.73087 118.740204 32.371494Q118.740204 31.152744 118.16208 30.402744Q117.583954 29.63712 116.63083 29.63712Q115.69333 29.63712 115.115204 30.38712Q114.53708 31.13712 114.53708 32.527744ZM124.021454 34.277744L125.740204 28.746494L127.09958 28.746494L124.13083 37.277744Q123.44333 39.121494 121.927704 39.121494L121.69333 39.10587L121.22458 39.01212L121.22458 37.996494L121.56833 38.01212Q122.208954 38.01212 122.56833 37.746494Q122.927704 37.496494 123.16208 36.808994L123.44333 36.058994L120.802704 28.746494L122.177704 28.746494L124.021454 34.277744ZM132.91208 34.16837Q132.91208 33.66837 132.52145 33.38712Q132.13083 33.090244 131.1777 32.88712Q130.22458 32.683994 129.64645 32.402744Q129.08395 32.10587 128.81833 31.715244Q128.5527 31.32462 128.5527 30.777744Q128.5527 29.85587 129.31833 29.23087Q130.08395 28.60587 131.28708 28.60587Q132.53708 28.60587 133.31833 29.26212Q134.09958 29.902744 134.09958 30.91837L132.83395 30.91837Q132.83395 30.38712 132.39645 30.01212Q131.95895 29.63712 131.28708 29.63712Q130.59958 29.63712 130.20895 29.94962Q129.81833 30.246494 129.81833 30.73087Q129.81833 31.183994 130.1777 31.41837Q130.53708 31.652744 131.47458 31.871494Q132.4277 32.07462 133.02145 32.371494Q133.6152 32.66837 133.89645 33.090244Q134.1777 33.496494 134.1777 34.090244Q134.1777 35.07462 133.38083 35.683994Q132.58395 36.277744 131.31833 36.277744Q130.44333 36.277744 129.75583 35.965244Q129.06833 35.63712 128.6777 35.07462Q128.3027 34.51212 128.3027 33.85587L129.56833 33.85587Q129.59958 34.496494 130.06833 34.871494Q130.5527 35.246494 131.31833 35.246494Q132.03708 35.246494 132.47458 34.94962Q132.91208 34.652744 132.91208 34.16837ZM146.14645 34.82462Q145.64645 35.558994 144.7402 35.91837Q143.83395 36.277744 142.63083 36.277744Q141.41208 36.277744 140.45895 35.715244Q139.52145 35.13712 139.00583 34.090244Q138.4902 33.027744 138.47458 31.63712L138.47458 30.777744Q138.47458 28.527744 139.52145 27.29337Q140.58395 26.04337 142.47458 26.04337Q144.03708 26.04337 144.9902 26.840244Q145.94333 27.63712 146.14645 29.10587L144.83395 29.10587Q144.47458 27.121494 142.4902 27.121494Q141.16208 27.121494 140.47458 28.058994Q139.8027 28.98087 139.8027 30.73087L139.8027 31.54337Q139.8027 33.23087 140.56833 34.215244Q141.33395 35.19962 142.63083 35.19962Q143.38083 35.19962 143.9277 35.04337Q144.4902 34.871494 144.84958 34.48087L144.84958 32.246494L142.53708 32.246494L142.53708 31.183994L146.14645 31.183994L146.14645 34.82462ZM148.27145 32.371494Q148.27145 31.277744 148.69333 30.41837Q149.13083 29.54337 149.88083 29.07462Q150.64645 28.60587 151.63083 28.60587Q153.13083 28.60587 154.06833 29.652744Q155.00583 30.69962 155.00583 32.433994L155.00583 32.527744Q155.00583 33.60587 154.58395 34.465244Q154.1777 35.308994 153.39645 35.79337Q152.63083 36.277744 151.64645 36.277744Q150.13083 36.277744 149.19333 35.23087Q148.27145 34.183994 148.27145 32.465244L148.27145 32.371494ZM149.53708 32.527744Q149.53708 33.746494 150.09958 34.496494Q150.6777 35.246494 151.64645 35.246494Q152.59958 35.246494 153.16208 34.496494Q153.7402 33.73087 153.7402 32.371494Q153.7402 31.152744 153.16208 30.402744Q152.58395 29.63712 151.63083 29.63712Q150.69333 29.63712 150.1152 30.38712Q149.53708 31.13712 149.53708 32.527744ZM165.84958 32.527744Q165.84958 34.215244 165.06833 35.246494Q164.3027 36.277744 162.9902 36.277744Q161.64645 36.277744 160.8652 35.41837L160.8652 38.98087L159.59958 38.98087L159.59958 28.746494L160.75583 28.746494L160.81833 29.558994Q161.59958 28.60587 162.97458 28.60587Q164.3027 28.60587 165.06833 29.60587Q165.84958 30.60587 165.84958 32.402744L165.84958 32.527744ZM164.58395 32.371494Q164.58395 31.121494 164.0527 30.402744Q163.52145 29.683994 162.58395 29.683994Q161.44333 29.683994 160.8652 30.69962L160.8652 34.23087Q161.44333 35.246494 162.59958 35.246494Q163.52145 35.246494 164.0527 34.527744Q164.58395 33.79337 164.58395 32.371494ZM171.1777 29.871494Q170.89645 29.82462 170.5527 29.82462Q169.31833 29.82462 168.8652 30.88712L168.8652 36.13712L167.59958 36.13712L167.59958 28.746494L168.83395 28.746494L168.84958 29.590244Q169.47458 28.60587 170.6152 28.60587Q170.9902 28.60587 171.1777 28.69962L171.1777 29.871494ZM172.27145 32.371494Q172.27145 31.277744 172.69333 30.41837Q173.13083 29.54337 173.88083 29.07462Q174.64645 28.60587 175.63083 28.60587Q177.13083 28.60587 178.06833 29.652744Q179.00583 30.69962 179.00583 32.433994L179.00583 32.527744Q179.00583 33.60587 178.58395 34.465244Q178.1777 35.308994 177.39645 35.79337Q176.63083 36.277744 175.64645 36.277744Q174.13083 36.277744 173.19333 35.23087Q172.27145 34.183994 172.27145 32.465244L172.27145 32.371494ZM173.53708 32.527744Q173.53708 33.746494 174.09958 34.496494Q174.6777 35.246494 175.64645 35.246494Q176.59958 35.246494 177.16208 34.496494Q177.7402 33.73087 177.7402 32.371494Q177.7402 31.152744 177.16208 30.402744Q176.58395 29.63712 175.63083 29.63712Q174.69333 29.63712 174.1152 30.38712Q173.53708 31.13712 173.53708 32.527744ZM180.3027 32.371494Q180.3027 30.652744 181.09958 29.63712Q181.89645 28.60587 183.22458 28.60587Q184.56833 28.60587 185.33395 29.558994L185.39645 28.746494L186.5527 28.746494L186.5527 35.965244Q186.5527 37.402744 185.69333 38.215244Q184.84958 39.04337 183.41208 39.04337Q182.6152 39.04337 181.84958 38.69962Q181.08395 38.371494 180.6777 37.777744L181.33395 37.01212Q182.14645 38.01212 183.31833 38.01212Q184.2402 38.01212 184.75583 37.496494Q185.28708 36.98087 185.28708 36.027744L185.28708 35.402744Q184.52145 36.277744 183.20895 36.277744Q181.91208 36.277744 181.09958 35.23087Q180.3027 34.183994 180.3027 32.371494ZM181.56833 32.527744Q181.56833 33.777744 182.08395 34.496494Q182.59958 35.19962 183.52145 35.19962Q184.72458 35.19962 185.28708 34.10587L185.28708 30.73087Q184.69333 29.683994 183.53708 29.683994Q182.6152 29.683994 182.08395 30.402744Q181.56833 31.10587 181.56833 32.527744ZM192.1777 29.871494Q191.89645 29.82462 191.5527 29.82462Q190.31833 29.82462 189.8652 30.88712L189.8652 36.13712L188.59958 36.13712L188.59958 28.746494L189.83395 28.746494L189.84958 29.590244Q190.47458 28.60587 191.6152 28.60587Q191.9902 28.60587 192.1777 28.69962L192.1777 29.871494ZM198.1777 36.13712Q198.06833 35.91837 197.9902 35.35587Q197.1152 36.277744 195.88083 36.277744Q194.78708 36.277744 194.08395 35.66837Q193.39645 35.04337 193.39645 34.090244Q193.39645 32.933994 194.27145 32.29337Q195.14645 31.652744 196.7402 31.652744L197.97458 31.652744L197.97458 31.07462Q197.97458 30.402744 197.56833 30.01212Q197.1777 29.621494 196.41208 29.621494Q195.72458 29.621494 195.27145 29.965244Q194.81833 30.308994 194.81833 30.79337L193.53708 30.79337Q193.53708 30.23087 193.9277 29.715244Q194.33395 29.19962 195.00583 28.902744Q195.6777 28.60587 196.47458 28.60587Q197.75583 28.60587 198.47458 29.246494Q199.20895 29.88712 199.2402 30.996494L199.2402 34.402744Q199.2402 35.41837 199.4902 36.027744L199.4902 36.13712L198.1777 36.13712ZM196.06833 35.16837Q196.66208 35.16837 197.19333 34.871494Q197.7402 34.558994 197.97458 34.058994L197.97458 32.54337L196.97458 32.54337Q194.66208 32.54337 194.66208 33.902744Q194.66208 34.496494 195.0527 34.840244Q195.44333 35.16837 196.06833 35.16837ZM202.78708 28.746494L202.83395 29.558994Q203.64645 28.60587 205.02145 28.60587Q206.56833 28.60587 207.13083 29.79337Q207.50583 29.26212 208.09958 28.933994Q208.69333 28.60587 209.4902 28.60587Q211.9277 28.60587 211.97458 31.183994L211.97458 36.13712L210.70895 36.13712L210.70895 31.26212Q210.70895 30.465244 210.33395 30.07462Q209.97458 29.683994 209.13083 29.683994Q208.41208 29.683994 207.94333 30.10587Q207.4902 30.51212 207.41208 31.23087L207.41208 36.13712L206.14645 36.13712L206.14645 31.29337Q206.14645 29.683994 204.56833 29.683994Q203.31833 29.683994 202.8652 30.73087L202.8652 36.13712L201.59958 36.13712L201.59958 28.746494L202.78708 28.746494ZM217.91208 34.16837Q217.91208 33.66837 217.52145 33.38712Q217.13083 33.090244 216.1777 32.88712Q215.22458 32.683994 214.64645 32.402744Q214.08395 32.10587 213.81833 31.715244Q213.5527 31.32462 213.5527 30.777744Q213.5527 29.85587 214.31833 29.23087Q215.08395 28.60587 216.28708 28.60587Q217.53708 28.60587 218.31833 29.26212Q219.09958 29.902744 219.09958 30.91837L217.83395 30.91837Q217.83395 30.38712 217.39645 30.01212Q216.95895 29.63712 216.28708 29.63712Q215.59958 29.63712 215.20895 29.94962Q214.81833 30.246494 214.81833 30.73087Q214.81833 31.183994 215.1777 31.41837Q215.53708 31.652744 216.47458 31.871494Q217.4277 32.07462 218.02145 32.371494Q218.6152 32.66837 218.89645 33.090244Q219.1777 33.496494 219.1777 34.090244Q219.1777 35.07462 218.38083 35.683994Q217.58395 36.277744 216.31833 36.277744Q215.44333 36.277744 214.75583 35.965244Q214.06833 35.63712 213.6777 35.07462Q213.3027 34.51212 213.3027 33.85587L214.56833 33.85587Q214.59958 34.496494 215.06833 34.871494Q215.5527 35.246494 216.31833 35.246494Q217.03708 35.246494 217.47458 34.94962Q217.91208 34.652744 217.91208 34.16837ZM225.31833 26.94962L225.31833 28.746494L226.69333 28.746494L226.69333 29.715244L225.31833 29.715244L225.31833 34.308994Q225.31833 34.746494 225.50583 34.98087Q225.69333 35.19962 226.13083 35.19962Q226.34958 35.19962 226.7402 35.10587L226.7402 36.13712Q226.2402 36.277744 225.77145 36.277744Q224.91208 36.277744 224.47458 35.76212Q224.0527 35.246494 224.0527 34.308994L224.0527 29.715244L222.70895 29.715244L222.70895 28.746494L224.0527 28.746494L224.0527 26.94962L225.31833 26.94962ZM228.27145 32.371494Q228.27145 31.277744 228.69333 30.41837Q229.13083 29.54337 229.88083 29.07462Q230.64645 28.60587 231.63083 28.60587Q233.13083 28.60587 234.06833 29.652744Q235.00583 30.69962 235.00583 32.433994L235.00583 32.527744Q235.00583 33.60587 234.58395 34.465244Q234.1777 35.308994 233.39645 35.79337Q232.63083 36.277744 231.64645 36.277744Q230.13083 36.277744 229.19333 35.23087Q228.27145 34.183994 228.27145 32.465244L228.27145 32.371494ZM229.53708 32.527744Q229.53708 33.746494 230.09958 34.496494Q230.6777 35.246494 231.64645 35.246494Q232.59958 35.246494 233.16208 34.496494Q233.7402 33.73087 233.7402 32.371494Q233.7402 31.152744 233.16208 30.402744Q232.58395 29.63712 231.63083 29.63712Q230.69333 29.63712 230.1152 30.38712Q229.53708 31.13712 229.53708 32.527744ZM236.63083 35.48087Q236.63083 35.152744 236.81833 34.933994Q237.02145 34.715244 237.41208 34.715244Q237.8027 34.715244 238.00583 34.933994Q238.20895 35.152744 238.20895 35.48087Q238.20895 35.79337 238.00583 36.01212Q237.8027 36.215244 237.41208 36.215244Q237.02145 36.215244 236.81833 36.01212Q236.63083 35.79337 236.63083 35.48087ZM236.63083 29.48087Q236.63083 29.152744 236.81833 28.933994Q237.02145 28.715244 237.41208 28.715244Q237.8027 28.715244 238.00583 28.933994Q238.20895 29.152744 238.20895 29.48087Q238.20895 29.79337 238.00583 30.01212Q237.8027 30.215244 237.41208 30.215244Q237.02145 30.215244 236.81833 30.01212Q236.63083 29.79337 236.63083 29.48087Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig21.svg b/_content/survey2018/fig21.svg
deleted file mode 100644
index 8752b1d..0000000
--- a/_content/survey2018/fig21.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 574.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="574" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 574.0L0 574.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 574.0L0 574.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 51.5L142.5 488.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 51.5L249.5 488.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 51.5L355.5 488.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 51.5L462.5 488.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 51.5L569.5 488.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 51.36573L569.4754 51.36573L569.4754 488.64868L142.303 488.64868L142.303 51.36573Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 82.0L142.0 68.0L466.0 68.0C467.10458 68.0 468.0 68.89543 468.0 70.0L468.0 80.0C468.0 81.10457 467.10458 82.0 466.0 82.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 82.0L142.0 68.0L466.0 68.0C467.10458 68.0 468.0 68.89543 468.0 70.0L468.0 80.0C468.0 81.10457 467.10458 82.0 466.0 82.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 129.0L142.0 115.0L311.0 115.0C312.10458 115.0 313.0 115.89543 313.0 117.0L313.0 127.0C313.0 128.10457 312.10458 129.0 311.0 129.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 129.0L142.0 115.0L311.0 115.0C312.10458 115.0 313.0 115.89543 313.0 117.0L313.0 127.0C313.0 128.10457 312.10458 129.0 311.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 175.0L142.0 161.0L349.0 161.0C350.10458 161.0 351.0 161.89543 351.0 163.0L351.0 173.0C351.0 174.10457 350.10458 175.0 349.0 175.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 175.0L142.0 161.0L349.0 161.0C350.10458 161.0 351.0 161.89543 351.0 163.0L351.0 173.0C351.0 174.10457 350.10458 175.0 349.0 175.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 222.0L142.0 208.0L300.0 208.0C301.10458 208.0 302.0 208.89543 302.0 210.0L302.0 220.0C302.0 221.10457 301.10458 222.0 300.0 222.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 222.0L142.0 208.0L300.0 208.0C301.10458 208.0 302.0 208.89543 302.0 210.0L302.0 220.0C302.0 221.10457 301.10458 222.0 300.0 222.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 269.0L142.0 255.0L279.0 255.0C280.10458 255.0 281.0 255.89543 281.0 257.0L281.0 267.0C281.0 268.10458 280.10458 269.0 279.0 269.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 269.0L142.0 255.0L279.0 255.0C280.10458 255.0 281.0 255.89543 281.0 257.0L281.0 267.0C281.0 268.10458 280.10458 269.0 279.0 269.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 316.0L142.0 302.0L274.0 302.0C275.10458 302.0 276.0 302.89542 276.0 304.0L276.0 314.0C276.0 315.10458 275.10458 316.0 274.0 316.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 316.0L142.0 302.0L274.0 302.0C275.10458 302.0 276.0 302.89542 276.0 304.0L276.0 314.0C276.0 315.10458 275.10458 316.0 274.0 316.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 363.0L142.0 349.0L199.0 349.0C200.10457 349.0 201.0 349.89542 201.0 351.0L201.0 361.0C201.0 362.10458 200.10457 363.0 199.0 363.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 363.0L142.0 349.0L199.0 349.0C200.10457 349.0 201.0 349.89542 201.0 351.0L201.0 361.0C201.0 362.10458 200.10457 363.0 199.0 363.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 409.0L142.0 395.0L178.0 395.0C179.10457 395.0 180.0 395.89542 180.0 397.0L180.0 407.0C180.0 408.10458 179.10457 409.0 178.0 409.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 409.0L142.0 395.0L178.0 395.0C179.10457 395.0 180.0 395.89542 180.0 397.0L180.0 407.0C180.0 408.10458 179.10457 409.0 178.0 409.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 97.0L142.0 83.0L487.0 83.0C488.10458 83.0 489.0 83.89543 489.0 85.0L489.0 95.0C489.0 96.10457 488.10458 97.0 487.0 97.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 97.0L142.0 83.0L487.0 83.0C488.10458 83.0 489.0 83.89543 489.0 85.0L489.0 95.0C489.0 96.10457 488.10458 97.0 487.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 144.0L142.0 130.0L375.0 130.0C376.10458 130.0 377.0 130.89543 377.0 132.0L377.0 142.0C377.0 143.10457 376.10458 144.0 375.0 144.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 144.0L142.0 130.0L375.0 130.0C376.10458 130.0 377.0 130.89543 377.0 132.0L377.0 142.0C377.0 143.10457 376.10458 144.0 375.0 144.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 190.0L142.0 176.0L370.0 176.0C371.10458 176.0 372.0 176.89543 372.0 178.0L372.0 188.0C372.0 189.10457 371.10458 190.0 370.0 190.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 190.0L142.0 176.0L370.0 176.0C371.10458 176.0 372.0 176.89543 372.0 178.0L372.0 188.0C372.0 189.10457 371.10458 190.0 370.0 190.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 237.0L142.0 223.0L317.0 223.0C318.10458 223.0 319.0 223.89543 319.0 225.0L319.0 235.0C319.0 236.10457 318.10458 237.0 317.0 237.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 237.0L142.0 223.0L317.0 223.0C318.10458 223.0 319.0 223.89543 319.0 225.0L319.0 235.0C319.0 236.10457 318.10458 237.0 317.0 237.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 284.0L142.0 270.0L317.0 270.0C318.10458 270.0 319.0 270.89542 319.0 272.0L319.0 282.0C319.0 283.10458 318.10458 284.0 317.0 284.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 284.0L142.0 270.0L317.0 270.0C318.10458 270.0 319.0 270.89542 319.0 272.0L319.0 282.0C319.0 283.10458 318.10458 284.0 317.0 284.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 331.0L142.0 317.0L279.0 317.0C280.10458 317.0 281.0 317.89542 281.0 319.0L281.0 329.0C281.0 330.10458 280.10458 331.0 279.0 331.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 331.0L142.0 317.0L279.0 317.0C280.10458 317.0 281.0 317.89542 281.0 319.0L281.0 329.0C281.0 330.10458 280.10458 331.0 279.0 331.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 378.0L142.0 364.0L210.0 364.0C211.10457 364.0 212.0 364.89542 212.0 366.0L212.0 376.0C212.0 377.10458 211.10457 378.0 210.0 378.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 378.0L142.0 364.0L210.0 364.0C211.10457 364.0 212.0 364.89542 212.0 366.0L212.0 376.0C212.0 377.10458 211.10457 378.0 210.0 378.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 424.0L142.0 410.0L183.0 410.0C184.10457 410.0 185.0 410.89542 185.0 412.0L185.0 422.0C185.0 423.10458 184.10457 424.0 183.0 424.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 424.0L142.0 410.0L183.0 410.0C184.10457 410.0 185.0 410.89542 185.0 412.0L185.0 422.0C185.0 423.10458 184.10457 424.0 183.0 424.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 471.0L142.0 457.0L178.0 457.0C179.10457 457.0 180.0 457.89542 180.0 459.0L180.0 469.0C180.0 470.10458 179.10457 471.0 178.0 471.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 471.0L142.0 457.0L178.0 457.0C179.10457 457.0 180.0 457.89542 180.0 459.0L180.0 469.0C180.0 470.10458 179.10457 471.0 178.0 471.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M485.99072 73.015625L484.94385 73.09375Q484.80322 72.46875 484.55322 72.1875Q484.11572 71.734375 483.49072 71.734375Q482.99072 71.734375 482.6001 72.015625Q482.11572 72.390625 481.81885 73.09375Q481.5376 73.78125 481.52197 75.0625Q481.89697 74.484375 482.44385 74.203125Q483.00635 73.921875 483.61572 73.921875Q484.6626 73.921875 485.39697 74.703125Q486.14697 75.484375 486.14697 76.703125Q486.14697 77.515625 485.7876 78.21875Q485.44385 78.90625 484.83447 79.28125Q484.2251 79.640625 483.45947 79.640625Q482.13135 79.640625 481.30322 78.671875Q480.4751 77.703125 480.4751 75.484375Q480.4751 72.984375 481.39697 71.859375Q482.19385 70.875 483.55322 70.875Q484.56885 70.875 485.20947 71.453125Q485.86572 72.015625 485.99072 73.015625ZM481.69385 76.71875Q481.69385 77.265625 481.9126 77.765625Q482.14697 78.25 482.55322 78.515625Q482.9751 78.78125 483.44385 78.78125Q484.1001 78.78125 484.58447 78.25Q485.06885 77.703125 485.06885 76.78125Q485.06885 75.890625 484.58447 75.375Q484.11572 74.859375 483.39697 74.859375Q482.67822 74.859375 482.17822 75.375Q481.69385 75.890625 481.69385 76.71875ZM491.49072 79.5L490.44385 79.5L490.44385 72.78125Q490.05322 73.140625 489.42822 73.515625Q488.81885 73.875 488.33447 74.046875L488.33447 73.03125Q489.20947 72.609375 489.86572 72.03125Q490.5376 71.4375 490.81885 70.875L491.49072 70.875L491.49072 79.5ZM494.7251 72.96875Q494.7251 72.046875 495.17822 71.40625Q495.64697 70.765625 496.52197 70.765625Q497.33447 70.765625 497.86572 71.34375Q498.39697 71.921875 498.39697 73.03125Q498.39697 74.125 497.8501 74.71875Q497.31885 75.296875 496.5376 75.296875Q495.75635 75.296875 495.24072 74.71875Q494.7251 74.140625 494.7251 72.96875ZM496.55322 71.484375Q496.1626 71.484375 495.89697 71.828125Q495.64697 72.171875 495.64697 73.078125Q495.64697 73.90625 495.89697 74.25Q496.1626 74.578125 496.55322 74.578125Q496.95947 74.578125 497.20947 74.234375Q497.4751 73.890625 497.4751 73.0Q497.4751 72.15625 497.20947 71.828125Q496.94385 71.484375 496.55322 71.484375ZM496.55322 79.8125L501.25635 70.765625L502.11572 70.765625L497.42822 79.8125L496.55322 79.8125ZM500.27197 77.484375Q500.27197 76.5625 500.7251 75.921875Q501.19385 75.28125 502.08447 75.28125Q502.89697 75.28125 503.42822 75.859375Q503.95947 76.421875 503.95947 77.546875Q503.95947 78.640625 503.4126 79.234375Q502.88135 79.8125 502.08447 79.8125Q501.31885 79.8125 500.7876 79.234375Q500.27197 78.65625 500.27197 77.484375ZM502.11572 76.0Q501.70947 76.0 501.44385 76.34375Q501.19385 76.6875 501.19385 77.59375Q501.19385 78.40625 501.45947 78.75Q501.7251 79.09375 502.11572 79.09375Q502.50635 79.09375 502.77197 78.75Q503.0376 78.40625 503.0376 77.5Q503.0376 76.671875 502.77197 76.34375Q502.50635 76.0 502.11572 76.0Z" fill-rule="nonzero"/><path fill="#666666" d="M485.99072 73.015625L484.94385 73.09375Q484.80322 72.46875 484.55322 72.1875Q484.11572 71.734375 483.49072 71.734375Q482.99072 71.734375 482.6001 72.015625Q482.11572 72.390625 481.81885 73.09375Q481.5376 73.78125 481.52197 75.0625Q481.89697 74.484375 482.44385 74.203125Q483.00635 73.921875 483.61572 73.921875Q484.6626 73.921875 485.39697 74.703125Q486.14697 75.484375 486.14697 76.703125Q486.14697 77.515625 485.7876 78.21875Q485.44385 78.90625 484.83447 79.28125Q484.2251 79.640625 483.45947 79.640625Q482.13135 79.640625 481.30322 78.671875Q480.4751 77.703125 480.4751 75.484375Q480.4751 72.984375 481.39697 71.859375Q482.19385 70.875 483.55322 70.875Q484.56885 70.875 485.20947 71.453125Q485.86572 72.015625 485.99072 73.015625ZM481.69385 76.71875Q481.69385 77.265625 481.9126 77.765625Q482.14697 78.25 482.55322 78.515625Q482.9751 78.78125 483.44385 78.78125Q484.1001 78.78125 484.58447 78.25Q485.06885 77.703125 485.06885 76.78125Q485.06885 75.890625 484.58447 75.375Q484.11572 74.859375 483.39697 74.859375Q482.67822 74.859375 482.17822 75.375Q481.69385 75.890625 481.69385 76.71875ZM491.49072 79.5L490.44385 79.5L490.44385 72.78125Q490.05322 73.140625 489.42822 73.515625Q488.81885 73.875 488.33447 74.046875L488.33447 73.03125Q489.20947 72.609375 489.86572 72.03125Q490.5376 71.4375 490.81885 70.875L491.49072 70.875L491.49072 79.5ZM494.7251 72.96875Q494.7251 72.046875 495.17822 71.40625Q495.64697 70.765625 496.52197 70.765625Q497.33447 70.765625 497.86572 71.34375Q498.39697 71.921875 498.39697 73.03125Q498.39697 74.125 497.8501 74.71875Q497.31885 75.296875 496.5376 75.296875Q495.75635 75.296875 495.24072 74.71875Q494.7251 74.140625 494.7251 72.96875ZM496.55322 71.484375Q496.1626 71.484375 495.89697 71.828125Q495.64697 72.171875 495.64697 73.078125Q495.64697 73.90625 495.89697 74.25Q496.1626 74.578125 496.55322 74.578125Q496.95947 74.578125 497.20947 74.234375Q497.4751 73.890625 497.4751 73.0Q497.4751 72.15625 497.20947 71.828125Q496.94385 71.484375 496.55322 71.484375ZM496.55322 79.8125L501.25635 70.765625L502.11572 70.765625L497.42822 79.8125L496.55322 79.8125ZM500.27197 77.484375Q500.27197 76.5625 500.7251 75.921875Q501.19385 75.28125 502.08447 75.28125Q502.89697 75.28125 503.42822 75.859375Q503.95947 76.421875 503.95947 77.546875Q503.95947 78.640625 503.4126 79.234375Q502.88135 79.8125 502.08447 79.8125Q501.31885 79.8125 500.7876 79.234375Q500.27197 78.65625 500.27197 77.484375ZM502.11572 76.0Q501.70947 76.0 501.44385 76.34375Q501.19385 76.6875 501.19385 77.59375Q501.19385 78.40625 501.45947 78.75Q501.7251 79.09375 502.11572 79.09375Q502.50635 79.09375 502.77197 78.75Q503.0376 78.40625 503.0376 77.5Q503.0376 76.671875 502.77197 76.34375Q502.50635 76.0 502.11572 76.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.67197 124.234375L326.73447 124.09375Q326.90634 124.984375 327.34384 125.390625Q327.78134 125.78125 328.40634 125.78125Q329.15634 125.78125 329.67197 125.265625Q330.1876 124.75 330.1876 123.984375Q330.1876 123.265625 329.70322 122.796875Q329.23447 122.3125 328.5001 122.3125Q328.20322 122.3125 327.7501 122.4375L327.8751 121.5Q327.98447 121.515625 328.04697 121.515625Q328.71884 121.515625 329.2501 121.171875Q329.79697 120.8125 329.79697 120.078125Q329.79697 119.5 329.40634 119.125Q329.01572 118.734375 328.39072 118.734375Q327.78134 118.734375 327.35947 119.125Q326.95322 119.515625 326.84384 120.28125L325.78134 120.09375Q325.96884 119.046875 326.65634 118.46875Q327.34384 117.875 328.35947 117.875Q329.0626 117.875 329.65634 118.1875Q330.2501 118.484375 330.5626 119.0Q330.8751 119.515625 330.8751 120.109375Q330.8751 120.65625 330.57822 121.125Q330.28134 121.578125 329.70322 121.84375Q330.45322 122.015625 330.8751 122.578125Q331.29697 123.125 331.29697 123.96875Q331.29697 125.09375 330.46884 125.875Q329.65634 126.65625 328.40634 126.65625Q327.28134 126.65625 326.53134 125.984375Q325.78134 125.296875 325.67197 124.234375ZM338.21884 125.484375L338.21884 126.5L332.53134 126.5Q332.53134 126.125 332.65634 125.765625Q332.8751 125.1875 333.34384 124.625Q333.82822 124.0625 334.73447 123.328125Q336.14072 122.171875 336.6251 121.5Q337.1251 120.828125 337.1251 120.234375Q337.1251 119.609375 336.67197 119.1875Q336.21884 118.75 335.5001 118.75Q334.73447 118.75 334.28134 119.203125Q333.82822 119.65625 333.8126 120.46875L332.73447 120.359375Q332.84384 119.140625 333.5626 118.515625Q334.29697 117.875 335.53134 117.875Q336.76572 117.875 337.48447 118.5625Q338.20322 119.25 338.20322 120.265625Q338.20322 120.78125 337.98447 121.28125Q337.78134 121.765625 337.28134 122.328125Q336.79697 122.875 335.67197 123.828125Q334.71884 124.625 334.4376 124.921875Q334.17197 125.203125 334.0001 125.484375L338.21884 125.484375ZM339.8751 119.96875Q339.8751 119.046875 340.32822 118.40625Q340.79697 117.765625 341.67197 117.765625Q342.48447 117.765625 343.01572 118.34375Q343.54697 118.921875 343.54697 120.03125Q343.54697 121.125 343.0001 121.71875Q342.46884 122.296875 341.6876 122.296875Q340.90634 122.296875 340.39072 121.71875Q339.8751 121.140625 339.8751 119.96875ZM341.70322 118.484375Q341.3126 118.484375 341.04697 118.828125Q340.79697 119.171875 340.79697 120.078125Q340.79697 120.90625 341.04697 121.25Q341.3126 121.578125 341.70322 121.578125Q342.10947 121.578125 342.35947 121.234375Q342.6251 120.890625 342.6251 120.0Q342.6251 119.15625 342.35947 118.828125Q342.09384 118.484375 341.70322 118.484375ZM341.70322 126.8125L346.40634 117.765625L347.26572 117.765625L342.57822 126.8125L341.70322 126.8125ZM345.42197 124.484375Q345.42197 123.5625 345.8751 122.921875Q346.34384 122.28125 347.23447 122.28125Q348.04697 122.28125 348.57822 122.859375Q349.10947 123.421875 349.10947 124.546875Q349.10947 125.640625 348.5626 126.234375Q348.03134 126.8125 347.23447 126.8125Q346.46884 126.8125 345.9376 126.234375Q345.42197 125.65625 345.42197 124.484375ZM347.26572 123.0Q346.85947 123.0 346.59384 123.34375Q346.34384 123.6875 346.34384 124.59375Q346.34384 125.40625 346.60947 125.75Q346.8751 126.09375 347.26572 126.09375Q347.65634 126.09375 347.92197 125.75Q348.1876 125.40625 348.1876 124.5Q348.1876 123.671875 347.92197 123.34375Q347.65634 123.0 347.26572 123.0Z" fill-rule="nonzero"/><path fill="#666666" d="M325.67197 124.234375L326.73447 124.09375Q326.90634 124.984375 327.34384 125.390625Q327.78134 125.78125 328.40634 125.78125Q329.15634 125.78125 329.67197 125.265625Q330.1876 124.75 330.1876 123.984375Q330.1876 123.265625 329.70322 122.796875Q329.23447 122.3125 328.5001 122.3125Q328.20322 122.3125 327.7501 122.4375L327.8751 121.5Q327.98447 121.515625 328.04697 121.515625Q328.71884 121.515625 329.2501 121.171875Q329.79697 120.8125 329.79697 120.078125Q329.79697 119.5 329.40634 119.125Q329.01572 118.734375 328.39072 118.734375Q327.78134 118.734375 327.35947 119.125Q326.95322 119.515625 326.84384 120.28125L325.78134 120.09375Q325.96884 119.046875 326.65634 118.46875Q327.34384 117.875 328.35947 117.875Q329.0626 117.875 329.65634 118.1875Q330.2501 118.484375 330.5626 119.0Q330.8751 119.515625 330.8751 120.109375Q330.8751 120.65625 330.57822 121.125Q330.28134 121.578125 329.70322 121.84375Q330.45322 122.015625 330.8751 122.578125Q331.29697 123.125 331.29697 123.96875Q331.29697 125.09375 330.46884 125.875Q329.65634 126.65625 328.40634 126.65625Q327.28134 126.65625 326.53134 125.984375Q325.78134 125.296875 325.67197 124.234375ZM338.21884 125.484375L338.21884 126.5L332.53134 126.5Q332.53134 126.125 332.65634 125.765625Q332.8751 125.1875 333.34384 124.625Q333.82822 124.0625 334.73447 123.328125Q336.14072 122.171875 336.6251 121.5Q337.1251 120.828125 337.1251 120.234375Q337.1251 119.609375 336.67197 119.1875Q336.21884 118.75 335.5001 118.75Q334.73447 118.75 334.28134 119.203125Q333.82822 119.65625 333.8126 120.46875L332.73447 120.359375Q332.84384 119.140625 333.5626 118.515625Q334.29697 117.875 335.53134 117.875Q336.76572 117.875 337.48447 118.5625Q338.20322 119.25 338.20322 120.265625Q338.20322 120.78125 337.98447 121.28125Q337.78134 121.765625 337.28134 122.328125Q336.79697 122.875 335.67197 123.828125Q334.71884 124.625 334.4376 124.921875Q334.17197 125.203125 334.0001 125.484375L338.21884 125.484375ZM339.8751 119.96875Q339.8751 119.046875 340.32822 118.40625Q340.79697 117.765625 341.67197 117.765625Q342.48447 117.765625 343.01572 118.34375Q343.54697 118.921875 343.54697 120.03125Q343.54697 121.125 343.0001 121.71875Q342.46884 122.296875 341.6876 122.296875Q340.90634 122.296875 340.39072 121.71875Q339.8751 121.140625 339.8751 119.96875ZM341.70322 118.484375Q341.3126 118.484375 341.04697 118.828125Q340.79697 119.171875 340.79697 120.078125Q340.79697 120.90625 341.04697 121.25Q341.3126 121.578125 341.70322 121.578125Q342.10947 121.578125 342.35947 121.234375Q342.6251 120.890625 342.6251 120.0Q342.6251 119.15625 342.35947 118.828125Q342.09384 118.484375 341.70322 118.484375ZM341.70322 126.8125L346.40634 117.765625L347.26572 117.765625L342.57822 126.8125L341.70322 126.8125ZM345.42197 124.484375Q345.42197 123.5625 345.8751 122.921875Q346.34384 122.28125 347.23447 122.28125Q348.04697 122.28125 348.57822 122.859375Q349.10947 123.421875 349.10947 124.546875Q349.10947 125.640625 348.5626 126.234375Q348.03134 126.8125 347.23447 126.8125Q346.46884 126.8125 345.9376 126.234375Q345.42197 125.65625 345.42197 124.484375ZM347.26572 123.0Q346.85947 123.0 346.59384 123.34375Q346.34384 123.6875 346.34384 124.59375Q346.34384 125.40625 346.60947 125.75Q346.8751 126.09375 347.26572 126.09375Q347.65634 126.09375 347.92197 125.75Q348.1876 125.40625 348.1876 124.5Q348.1876 123.671875 347.92197 123.34375Q347.65634 123.0 347.26572 123.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M363.04956 170.23438L364.11206 170.09375Q364.28394 170.98438 364.72144 171.39062Q365.15894 171.78125 365.78394 171.78125Q366.53394 171.78125 367.04956 171.26562Q367.5652 170.75 367.5652 169.98438Q367.5652 169.26562 367.0808 168.79688Q366.61206 168.3125 365.8777 168.3125Q365.5808 168.3125 365.1277 168.4375L365.2527 167.5Q365.36206 167.51562 365.42456 167.51562Q366.09644 167.51562 366.6277 167.17188Q367.17456 166.8125 367.17456 166.07812Q367.17456 165.5 366.78394 165.125Q366.3933 164.73438 365.7683 164.73438Q365.15894 164.73438 364.73706 165.125Q364.3308 165.51562 364.22144 166.28125L363.15894 166.09375Q363.34644 165.04688 364.03394 164.46875Q364.72144 163.875 365.73706 163.875Q366.4402 163.875 367.03394 164.1875Q367.6277 164.48438 367.9402 165.0Q368.2527 165.51562 368.2527 166.10938Q368.2527 166.65625 367.9558 167.125Q367.65894 167.57812 367.0808 167.84375Q367.8308 168.01562 368.2527 168.57812Q368.67456 169.125 368.67456 169.96875Q368.67456 171.09375 367.84644 171.875Q367.03394 172.65625 365.78394 172.65625Q364.65894 172.65625 363.90894 171.98438Q363.15894 171.29688 363.04956 170.23438ZM370.2058 170.51562L371.22144 170.42188Q371.34644 171.14062 371.7058 171.46875Q372.0808 171.78125 372.6433 171.78125Q373.1277 171.78125 373.48706 171.5625Q373.86206 171.32812 374.09644 170.96875Q374.3308 170.59375 374.48706 169.96875Q374.6433 169.32812 374.6433 168.67188Q374.6433 168.59375 374.6433 168.45312Q374.3308 168.95312 373.78394 169.28125Q373.23706 169.59375 372.59644 169.59375Q371.5183 169.59375 370.78394 168.82812Q370.04956 168.04688 370.04956 166.78125Q370.04956 165.46875 370.8152 164.67188Q371.59644 163.875 372.7527 163.875Q373.5808 163.875 374.2683 164.32812Q374.97144 164.78125 375.3308 165.625Q375.6902 166.45312 375.6902 168.03125Q375.6902 169.67188 375.3308 170.65625Q374.98706 171.625 374.2683 172.14062Q373.5652 172.64062 372.6277 172.64062Q371.61206 172.64062 370.97144 172.09375Q370.3308 171.53125 370.2058 170.51562ZM374.5183 166.71875Q374.5183 165.8125 374.03394 165.28125Q373.5652 164.75 372.8777 164.75Q372.17456 164.75 371.6433 165.32812Q371.1277 165.89062 371.1277 166.8125Q371.1277 167.625 371.6277 168.14062Q372.1277 168.65625 372.84644 168.65625Q373.5808 168.65625 374.04956 168.14062Q374.5183 167.625 374.5183 166.71875ZM377.2527 165.96875Q377.2527 165.04688 377.7058 164.40625Q378.17456 163.76562 379.04956 163.76562Q379.86206 163.76562 380.3933 164.34375Q380.92456 164.92188 380.92456 166.03125Q380.92456 167.125 380.3777 167.71875Q379.84644 168.29688 379.0652 168.29688Q378.28394 168.29688 377.7683 167.71875Q377.2527 167.14062 377.2527 165.96875ZM379.0808 164.48438Q378.6902 164.48438 378.42456 164.82812Q378.17456 165.17188 378.17456 166.07812Q378.17456 166.90625 378.42456 167.25Q378.6902 167.57812 379.0808 167.57812Q379.48706 167.57812 379.73706 167.23438Q380.0027 166.89062 380.0027 166.0Q380.0027 165.15625 379.73706 164.82812Q379.47144 164.48438 379.0808 164.48438ZM379.0808 172.8125L383.78394 163.76562L384.6433 163.76562L379.9558 172.8125L379.0808 172.8125ZM382.79956 170.48438Q382.79956 169.5625 383.2527 168.92188Q383.72144 168.28125 384.61206 168.28125Q385.42456 168.28125 385.9558 168.85938Q386.48706 169.42188 386.48706 170.54688Q386.48706 171.64062 385.9402 172.23438Q385.40894 172.8125 384.61206 172.8125Q383.84644 172.8125 383.3152 172.23438Q382.79956 171.65625 382.79956 170.48438ZM384.6433 169.0Q384.23706 169.0 383.97144 169.34375Q383.72144 169.6875 383.72144 170.59375Q383.72144 171.40625 383.98706 171.75Q384.2527 172.09375 384.6433 172.09375Q385.03394 172.09375 385.29956 171.75Q385.5652 171.40625 385.5652 170.5Q385.5652 169.67188 385.29956 169.34375Q385.03394 169.0 384.6433 169.0Z" fill-rule="nonzero"/><path fill="#666666" d="M363.04956 170.23438L364.11206 170.09375Q364.28394 170.98438 364.72144 171.39062Q365.15894 171.78125 365.78394 171.78125Q366.53394 171.78125 367.04956 171.26562Q367.5652 170.75 367.5652 169.98438Q367.5652 169.26562 367.0808 168.79688Q366.61206 168.3125 365.8777 168.3125Q365.5808 168.3125 365.1277 168.4375L365.2527 167.5Q365.36206 167.51562 365.42456 167.51562Q366.09644 167.51562 366.6277 167.17188Q367.17456 166.8125 367.17456 166.07812Q367.17456 165.5 366.78394 165.125Q366.3933 164.73438 365.7683 164.73438Q365.15894 164.73438 364.73706 165.125Q364.3308 165.51562 364.22144 166.28125L363.15894 166.09375Q363.34644 165.04688 364.03394 164.46875Q364.72144 163.875 365.73706 163.875Q366.4402 163.875 367.03394 164.1875Q367.6277 164.48438 367.9402 165.0Q368.2527 165.51562 368.2527 166.10938Q368.2527 166.65625 367.9558 167.125Q367.65894 167.57812 367.0808 167.84375Q367.8308 168.01562 368.2527 168.57812Q368.67456 169.125 368.67456 169.96875Q368.67456 171.09375 367.84644 171.875Q367.03394 172.65625 365.78394 172.65625Q364.65894 172.65625 363.90894 171.98438Q363.15894 171.29688 363.04956 170.23438ZM370.2058 170.51562L371.22144 170.42188Q371.34644 171.14062 371.7058 171.46875Q372.0808 171.78125 372.6433 171.78125Q373.1277 171.78125 373.48706 171.5625Q373.86206 171.32812 374.09644 170.96875Q374.3308 170.59375 374.48706 169.96875Q374.6433 169.32812 374.6433 168.67188Q374.6433 168.59375 374.6433 168.45312Q374.3308 168.95312 373.78394 169.28125Q373.23706 169.59375 372.59644 169.59375Q371.5183 169.59375 370.78394 168.82812Q370.04956 168.04688 370.04956 166.78125Q370.04956 165.46875 370.8152 164.67188Q371.59644 163.875 372.7527 163.875Q373.5808 163.875 374.2683 164.32812Q374.97144 164.78125 375.3308 165.625Q375.6902 166.45312 375.6902 168.03125Q375.6902 169.67188 375.3308 170.65625Q374.98706 171.625 374.2683 172.14062Q373.5652 172.64062 372.6277 172.64062Q371.61206 172.64062 370.97144 172.09375Q370.3308 171.53125 370.2058 170.51562ZM374.5183 166.71875Q374.5183 165.8125 374.03394 165.28125Q373.5652 164.75 372.8777 164.75Q372.17456 164.75 371.6433 165.32812Q371.1277 165.89062 371.1277 166.8125Q371.1277 167.625 371.6277 168.14062Q372.1277 168.65625 372.84644 168.65625Q373.5808 168.65625 374.04956 168.14062Q374.5183 167.625 374.5183 166.71875ZM377.2527 165.96875Q377.2527 165.04688 377.7058 164.40625Q378.17456 163.76562 379.04956 163.76562Q379.86206 163.76562 380.3933 164.34375Q380.92456 164.92188 380.92456 166.03125Q380.92456 167.125 380.3777 167.71875Q379.84644 168.29688 379.0652 168.29688Q378.28394 168.29688 377.7683 167.71875Q377.2527 167.14062 377.2527 165.96875ZM379.0808 164.48438Q378.6902 164.48438 378.42456 164.82812Q378.17456 165.17188 378.17456 166.07812Q378.17456 166.90625 378.42456 167.25Q378.6902 167.57812 379.0808 167.57812Q379.48706 167.57812 379.73706 167.23438Q380.0027 166.89062 380.0027 166.0Q380.0027 165.15625 379.73706 164.82812Q379.47144 164.48438 379.0808 164.48438ZM379.0808 172.8125L383.78394 163.76562L384.6433 163.76562L379.9558 172.8125L379.0808 172.8125ZM382.79956 170.48438Q382.79956 169.5625 383.2527 168.92188Q383.72144 168.28125 384.61206 168.28125Q385.42456 168.28125 385.9558 168.85938Q386.48706 169.42188 386.48706 170.54688Q386.48706 171.64062 385.9402 172.23438Q385.40894 172.8125 384.61206 172.8125Q383.84644 172.8125 383.3152 172.23438Q382.79956 171.65625 382.79956 170.48438ZM384.6433 169.0Q384.23706 169.0 383.97144 169.34375Q383.72144 169.6875 383.72144 170.59375Q383.72144 171.40625 383.98706 171.75Q384.2527 172.09375 384.6433 172.09375Q385.03394 172.09375 385.29956 171.75Q385.5652 171.40625 385.5652 170.5Q385.5652 169.67188 385.29956 169.34375Q385.03394 169.0 384.6433 169.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.99268 217.23438L316.05518 217.09375Q316.22705 217.98438 316.66455 218.39062Q317.10205 218.78125 317.72705 218.78125Q318.47705 218.78125 318.99268 218.26562Q319.5083 217.75 319.5083 216.98438Q319.5083 216.26562 319.02393 215.79688Q318.55518 215.3125 317.8208 215.3125Q317.52393 215.3125 317.0708 215.4375L317.1958 214.5Q317.30518 214.51562 317.36768 214.51562Q318.03955 214.51562 318.5708 214.17188Q319.11768 213.8125 319.11768 213.07812Q319.11768 212.5 318.72705 212.125Q318.33643 211.73438 317.71143 211.73438Q317.10205 211.73438 316.68018 212.125Q316.27393 212.51562 316.16455 213.28125L315.10205 213.09375Q315.28955 212.04688 315.97705 211.46875Q316.66455 210.875 317.68018 210.875Q318.3833 210.875 318.97705 211.1875Q319.5708 211.48438 319.8833 212.0Q320.1958 212.51562 320.1958 213.10938Q320.1958 213.65625 319.89893 214.125Q319.60205 214.57812 319.02393 214.84375Q319.77393 215.01562 320.1958 215.57812Q320.61768 216.125 320.61768 216.96875Q320.61768 218.09375 319.78955 218.875Q318.97705 219.65625 317.72705 219.65625Q316.60205 219.65625 315.85205 218.98438Q315.10205 218.29688 314.99268 217.23438ZM321.99268 215.26562Q321.99268 213.73438 322.30518 212.8125Q322.61768 211.875 323.22705 211.375Q323.85205 210.875 324.78955 210.875Q325.47705 210.875 325.99268 211.15625Q326.52393 211.4375 326.86768 211.96875Q327.21143 212.48438 327.39893 213.23438Q327.58643 213.98438 327.58643 215.26562Q327.58643 216.78125 327.27393 217.70312Q326.97705 218.625 326.35205 219.14062Q325.74268 219.64062 324.78955 219.64062Q323.55518 219.64062 322.83643 218.75Q321.99268 217.6875 321.99268 215.26562ZM323.0708 215.26562Q323.0708 217.375 323.5708 218.07812Q324.0708 218.78125 324.78955 218.78125Q325.52393 218.78125 326.0083 218.07812Q326.5083 217.375 326.5083 215.26562Q326.5083 213.14062 326.0083 212.45312Q325.52393 211.75 324.77393 211.75Q324.05518 211.75 323.61768 212.35938Q323.0708 213.14062 323.0708 215.26562ZM329.1958 212.96875Q329.1958 212.04688 329.64893 211.40625Q330.11768 210.76562 330.99268 210.76562Q331.80518 210.76562 332.33643 211.34375Q332.86768 211.92188 332.86768 213.03125Q332.86768 214.125 332.3208 214.71875Q331.78955 215.29688 331.0083 215.29688Q330.22705 215.29688 329.71143 214.71875Q329.1958 214.14062 329.1958 212.96875ZM331.02393 211.48438Q330.6333 211.48438 330.36768 211.82812Q330.11768 212.17188 330.11768 213.07812Q330.11768 213.90625 330.36768 214.25Q330.6333 214.57812 331.02393 214.57812Q331.43018 214.57812 331.68018 214.23438Q331.9458 213.89062 331.9458 213.0Q331.9458 212.15625 331.68018 211.82812Q331.41455 211.48438 331.02393 211.48438ZM331.02393 219.8125L335.72705 210.76562L336.58643 210.76562L331.89893 219.8125L331.02393 219.8125ZM334.74268 217.48438Q334.74268 216.5625 335.1958 215.92188Q335.66455 215.28125 336.55518 215.28125Q337.36768 215.28125 337.89893 215.85938Q338.43018 216.42188 338.43018 217.54688Q338.43018 218.64062 337.8833 219.23438Q337.35205 219.8125 336.55518 219.8125Q335.78955 219.8125 335.2583 219.23438Q334.74268 218.65625 334.74268 217.48438ZM336.58643 216.0Q336.18018 216.0 335.91455 216.34375Q335.66455 216.6875 335.66455 217.59375Q335.66455 218.40625 335.93018 218.75Q336.1958 219.09375 336.58643 219.09375Q336.97705 219.09375 337.24268 218.75Q337.5083 218.40625 337.5083 217.5Q337.5083 216.67188 337.24268 216.34375Q336.97705 216.0 336.58643 216.0Z" fill-rule="nonzero"/><path fill="#666666" d="M314.99268 217.23438L316.05518 217.09375Q316.22705 217.98438 316.66455 218.39062Q317.10205 218.78125 317.72705 218.78125Q318.47705 218.78125 318.99268 218.26562Q319.5083 217.75 319.5083 216.98438Q319.5083 216.26562 319.02393 215.79688Q318.55518 215.3125 317.8208 215.3125Q317.52393 215.3125 317.0708 215.4375L317.1958 214.5Q317.30518 214.51562 317.36768 214.51562Q318.03955 214.51562 318.5708 214.17188Q319.11768 213.8125 319.11768 213.07812Q319.11768 212.5 318.72705 212.125Q318.33643 211.73438 317.71143 211.73438Q317.10205 211.73438 316.68018 212.125Q316.27393 212.51562 316.16455 213.28125L315.10205 213.09375Q315.28955 212.04688 315.97705 211.46875Q316.66455 210.875 317.68018 210.875Q318.3833 210.875 318.97705 211.1875Q319.5708 211.48438 319.8833 212.0Q320.1958 212.51562 320.1958 213.10938Q320.1958 213.65625 319.89893 214.125Q319.60205 214.57812 319.02393 214.84375Q319.77393 215.01562 320.1958 215.57812Q320.61768 216.125 320.61768 216.96875Q320.61768 218.09375 319.78955 218.875Q318.97705 219.65625 317.72705 219.65625Q316.60205 219.65625 315.85205 218.98438Q315.10205 218.29688 314.99268 217.23438ZM321.99268 215.26562Q321.99268 213.73438 322.30518 212.8125Q322.61768 211.875 323.22705 211.375Q323.85205 210.875 324.78955 210.875Q325.47705 210.875 325.99268 211.15625Q326.52393 211.4375 326.86768 211.96875Q327.21143 212.48438 327.39893 213.23438Q327.58643 213.98438 327.58643 215.26562Q327.58643 216.78125 327.27393 217.70312Q326.97705 218.625 326.35205 219.14062Q325.74268 219.64062 324.78955 219.64062Q323.55518 219.64062 322.83643 218.75Q321.99268 217.6875 321.99268 215.26562ZM323.0708 215.26562Q323.0708 217.375 323.5708 218.07812Q324.0708 218.78125 324.78955 218.78125Q325.52393 218.78125 326.0083 218.07812Q326.5083 217.375 326.5083 215.26562Q326.5083 213.14062 326.0083 212.45312Q325.52393 211.75 324.77393 211.75Q324.05518 211.75 323.61768 212.35938Q323.0708 213.14062 323.0708 215.26562ZM329.1958 212.96875Q329.1958 212.04688 329.64893 211.40625Q330.11768 210.76562 330.99268 210.76562Q331.80518 210.76562 332.33643 211.34375Q332.86768 211.92188 332.86768 213.03125Q332.86768 214.125 332.3208 214.71875Q331.78955 215.29688 331.0083 215.29688Q330.22705 215.29688 329.71143 214.71875Q329.1958 214.14062 329.1958 212.96875ZM331.02393 211.48438Q330.6333 211.48438 330.36768 211.82812Q330.11768 212.17188 330.11768 213.07812Q330.11768 213.90625 330.36768 214.25Q330.6333 214.57812 331.02393 214.57812Q331.43018 214.57812 331.68018 214.23438Q331.9458 213.89062 331.9458 213.0Q331.9458 212.15625 331.68018 211.82812Q331.41455 211.48438 331.02393 211.48438ZM331.02393 219.8125L335.72705 210.76562L336.58643 210.76562L331.89893 219.8125L331.02393 219.8125ZM334.74268 217.48438Q334.74268 216.5625 335.1958 215.92188Q335.66455 215.28125 336.55518 215.28125Q337.36768 215.28125 337.89893 215.85938Q338.43018 216.42188 338.43018 217.54688Q338.43018 218.64062 337.8833 219.23438Q337.35205 219.8125 336.55518 219.8125Q335.78955 219.8125 335.2583 219.23438Q334.74268 218.65625 334.74268 217.48438ZM336.58643 216.0Q336.18018 216.0 335.91455 216.34375Q335.66455 216.6875 335.66455 217.59375Q335.66455 218.40625 335.93018 218.75Q336.1958 219.09375 336.58643 219.09375Q336.97705 219.09375 337.24268 218.75Q337.5083 218.40625 337.5083 217.5Q337.5083 216.67188 337.24268 216.34375Q336.97705 216.0 336.58643 216.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M299.1809 265.48438L299.1809 266.5L293.4934 266.5Q293.4934 266.125 293.6184 265.76562Q293.83716 265.1875 294.3059 264.625Q294.79028 264.0625 295.69653 263.32812Q297.10278 262.17188 297.58716 261.5Q298.08716 260.82812 298.08716 260.23438Q298.08716 259.60938 297.63403 259.1875Q297.1809 258.75 296.46216 258.75Q295.69653 258.75 295.2434 259.20312Q294.79028 259.65625 294.77466 260.46875L293.69653 260.35938Q293.8059 259.14062 294.52466 258.51562Q295.25903 257.875 296.4934 257.875Q297.72778 257.875 298.44653 258.5625Q299.16528 259.25 299.16528 260.26562Q299.16528 260.78125 298.94653 261.28125Q298.7434 261.76562 298.2434 262.32812Q297.75903 262.875 296.63403 263.82812Q295.6809 264.625 295.39966 264.92188Q295.13403 265.20312 294.96216 265.48438L299.1809 265.48438ZM306.10278 260.01562L305.0559 260.09375Q304.91528 259.46875 304.66528 259.1875Q304.22778 258.73438 303.60278 258.73438Q303.10278 258.73438 302.71216 259.01562Q302.22778 259.39062 301.9309 260.09375Q301.64966 260.78125 301.63403 262.0625Q302.00903 261.48438 302.5559 261.20312Q303.1184 260.92188 303.72778 260.92188Q304.77466 260.92188 305.50903 261.70312Q306.25903 262.48438 306.25903 263.70312Q306.25903 264.51562 305.89966 265.21875Q305.5559 265.90625 304.94653 266.28125Q304.33716 266.64062 303.57153 266.64062Q302.2434 266.64062 301.41528 265.67188Q300.58716 264.70312 300.58716 262.48438Q300.58716 259.98438 301.50903 258.85938Q302.3059 257.875 303.66528 257.875Q304.6809 257.875 305.32153 258.45312Q305.97778 259.01562 306.10278 260.01562ZM301.8059 263.71875Q301.8059 264.26562 302.02466 264.76562Q302.25903 265.25 302.66528 265.51562Q303.08716 265.78125 303.5559 265.78125Q304.21216 265.78125 304.69653 265.25Q305.1809 264.70312 305.1809 263.78125Q305.1809 262.89062 304.69653 262.375Q304.22778 261.85938 303.50903 261.85938Q302.79028 261.85938 302.29028 262.375Q301.8059 262.89062 301.8059 263.71875ZM307.83716 259.96875Q307.83716 259.04688 308.29028 258.40625Q308.75903 257.76562 309.63403 257.76562Q310.44653 257.76562 310.97778 258.34375Q311.50903 258.92188 311.50903 260.03125Q311.50903 261.125 310.96216 261.71875Q310.4309 262.29688 309.64966 262.29688Q308.8684 262.29688 308.35278 261.71875Q307.83716 261.14062 307.83716 259.96875ZM309.66528 258.48438Q309.27466 258.48438 309.00903 258.82812Q308.75903 259.17188 308.75903 260.07812Q308.75903 260.90625 309.00903 261.25Q309.27466 261.57812 309.66528 261.57812Q310.07153 261.57812 310.32153 261.23438Q310.58716 260.89062 310.58716 260.0Q310.58716 259.15625 310.32153 258.82812Q310.0559 258.48438 309.66528 258.48438ZM309.66528 266.8125L314.3684 257.76562L315.22778 257.76562L310.54028 266.8125L309.66528 266.8125ZM313.38403 264.48438Q313.38403 263.5625 313.83716 262.92188Q314.3059 262.28125 315.19653 262.28125Q316.00903 262.28125 316.54028 262.85938Q317.07153 263.42188 317.07153 264.54688Q317.07153 265.64062 316.52466 266.23438Q315.9934 266.8125 315.19653 266.8125Q314.4309 266.8125 313.89966 266.23438Q313.38403 265.65625 313.38403 264.48438ZM315.22778 263.0Q314.82153 263.0 314.5559 263.34375Q314.3059 263.6875 314.3059 264.59375Q314.3059 265.40625 314.57153 265.75Q314.83716 266.09375 315.22778 266.09375Q315.6184 266.09375 315.88403 265.75Q316.14966 265.40625 316.14966 264.5Q316.14966 263.67188 315.88403 263.34375Q315.6184 263.0 315.22778 263.0Z" fill-rule="nonzero"/><path fill="#666666" d="M299.1809 265.48438L299.1809 266.5L293.4934 266.5Q293.4934 266.125 293.6184 265.76562Q293.83716 265.1875 294.3059 264.625Q294.79028 264.0625 295.69653 263.32812Q297.10278 262.17188 297.58716 261.5Q298.08716 260.82812 298.08716 260.23438Q298.08716 259.60938 297.63403 259.1875Q297.1809 258.75 296.46216 258.75Q295.69653 258.75 295.2434 259.20312Q294.79028 259.65625 294.77466 260.46875L293.69653 260.35938Q293.8059 259.14062 294.52466 258.51562Q295.25903 257.875 296.4934 257.875Q297.72778 257.875 298.44653 258.5625Q299.16528 259.25 299.16528 260.26562Q299.16528 260.78125 298.94653 261.28125Q298.7434 261.76562 298.2434 262.32812Q297.75903 262.875 296.63403 263.82812Q295.6809 264.625 295.39966 264.92188Q295.13403 265.20312 294.96216 265.48438L299.1809 265.48438ZM306.10278 260.01562L305.0559 260.09375Q304.91528 259.46875 304.66528 259.1875Q304.22778 258.73438 303.60278 258.73438Q303.10278 258.73438 302.71216 259.01562Q302.22778 259.39062 301.9309 260.09375Q301.64966 260.78125 301.63403 262.0625Q302.00903 261.48438 302.5559 261.20312Q303.1184 260.92188 303.72778 260.92188Q304.77466 260.92188 305.50903 261.70312Q306.25903 262.48438 306.25903 263.70312Q306.25903 264.51562 305.89966 265.21875Q305.5559 265.90625 304.94653 266.28125Q304.33716 266.64062 303.57153 266.64062Q302.2434 266.64062 301.41528 265.67188Q300.58716 264.70312 300.58716 262.48438Q300.58716 259.98438 301.50903 258.85938Q302.3059 257.875 303.66528 257.875Q304.6809 257.875 305.32153 258.45312Q305.97778 259.01562 306.10278 260.01562ZM301.8059 263.71875Q301.8059 264.26562 302.02466 264.76562Q302.25903 265.25 302.66528 265.51562Q303.08716 265.78125 303.5559 265.78125Q304.21216 265.78125 304.69653 265.25Q305.1809 264.70312 305.1809 263.78125Q305.1809 262.89062 304.69653 262.375Q304.22778 261.85938 303.50903 261.85938Q302.79028 261.85938 302.29028 262.375Q301.8059 262.89062 301.8059 263.71875ZM307.83716 259.96875Q307.83716 259.04688 308.29028 258.40625Q308.75903 257.76562 309.63403 257.76562Q310.44653 257.76562 310.97778 258.34375Q311.50903 258.92188 311.50903 260.03125Q311.50903 261.125 310.96216 261.71875Q310.4309 262.29688 309.64966 262.29688Q308.8684 262.29688 308.35278 261.71875Q307.83716 261.14062 307.83716 259.96875ZM309.66528 258.48438Q309.27466 258.48438 309.00903 258.82812Q308.75903 259.17188 308.75903 260.07812Q308.75903 260.90625 309.00903 261.25Q309.27466 261.57812 309.66528 261.57812Q310.07153 261.57812 310.32153 261.23438Q310.58716 260.89062 310.58716 260.0Q310.58716 259.15625 310.32153 258.82812Q310.0559 258.48438 309.66528 258.48438ZM309.66528 266.8125L314.3684 257.76562L315.22778 257.76562L310.54028 266.8125L309.66528 266.8125ZM313.38403 264.48438Q313.38403 263.5625 313.83716 262.92188Q314.3059 262.28125 315.19653 262.28125Q316.00903 262.28125 316.54028 262.85938Q317.07153 263.42188 317.07153 264.54688Q317.07153 265.64062 316.52466 266.23438Q315.9934 266.8125 315.19653 266.8125Q314.4309 266.8125 313.89966 266.23438Q313.38403 265.65625 313.38403 264.48438ZM315.22778 263.0Q314.82153 263.0 314.5559 263.34375Q314.3059 263.6875 314.3059 264.59375Q314.3059 265.40625 314.57153 265.75Q314.83716 266.09375 315.22778 266.09375Q315.6184 266.09375 315.88403 265.75Q316.14966 265.40625 316.14966 264.5Q316.14966 263.67188 315.88403 263.34375Q315.6184 263.0 315.22778 263.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M293.84125 312.48438L293.84125 313.5L288.15375 313.5Q288.15375 313.125 288.27875 312.76562Q288.4975 312.1875 288.96625 311.625Q289.45062 311.0625 290.35687 310.32812Q291.76312 309.17188 292.2475 308.5Q292.7475 307.82812 292.7475 307.23438Q292.7475 306.60938 292.29437 306.1875Q291.84125 305.75 291.1225 305.75Q290.35687 305.75 289.90375 306.20312Q289.45062 306.65625 289.435 307.46875L288.35687 307.35938Q288.46625 306.14062 289.185 305.51562Q289.91937 304.875 291.15375 304.875Q292.38812 304.875 293.10687 305.5625Q293.82562 306.25 293.82562 307.26562Q293.82562 307.78125 293.60687 308.28125Q293.40375 308.76562 292.90375 309.32812Q292.41937 309.875 291.29437 310.82812Q290.34125 311.625 290.06 311.92188Q289.79437 312.20312 289.6225 312.48438L293.84125 312.48438ZM295.29437 311.25L296.40375 311.15625Q296.52875 311.96875 296.96625 312.375Q297.41937 312.78125 298.06 312.78125Q298.81 312.78125 299.34125 312.20312Q299.8725 311.625 299.8725 310.6875Q299.8725 309.78125 299.35687 309.26562Q298.85687 308.73438 298.02875 308.73438Q297.52875 308.73438 297.10687 308.96875Q296.70062 309.20312 296.46625 309.5625L295.48187 309.4375L296.31 305.03125L300.59125 305.03125L300.59125 306.03125L297.15375 306.03125L296.70062 308.34375Q297.46625 307.79688 298.31 307.79688Q299.435 307.79688 300.20062 308.57812Q300.98187 309.35938 300.98187 310.59375Q300.98187 311.75 300.31 312.60938Q299.48187 313.64062 298.06 313.64062Q296.88812 313.64062 296.13812 312.98438Q295.40375 312.32812 295.29437 311.25ZM302.4975 306.96875Q302.4975 306.04688 302.95062 305.40625Q303.41937 304.76562 304.29437 304.76562Q305.10687 304.76562 305.63812 305.34375Q306.16937 305.92188 306.16937 307.03125Q306.16937 308.125 305.6225 308.71875Q305.09125 309.29688 304.31 309.29688Q303.52875 309.29688 303.01312 308.71875Q302.4975 308.14062 302.4975 306.96875ZM304.32562 305.48438Q303.935 305.48438 303.66937 305.82812Q303.41937 306.17188 303.41937 307.07812Q303.41937 307.90625 303.66937 308.25Q303.935 308.57812 304.32562 308.57812Q304.73187 308.57812 304.98187 308.23438Q305.2475 307.89062 305.2475 307.0Q305.2475 306.15625 304.98187 305.82812Q304.71625 305.48438 304.32562 305.48438ZM304.32562 313.8125L309.02875 304.76562L309.88812 304.76562L305.20062 313.8125L304.32562 313.8125ZM308.04437 311.48438Q308.04437 310.5625 308.4975 309.92188Q308.96625 309.28125 309.85687 309.28125Q310.66937 309.28125 311.20062 309.85938Q311.73187 310.42188 311.73187 311.54688Q311.73187 312.64062 311.185 313.23438Q310.65375 313.8125 309.85687 313.8125Q309.09125 313.8125 308.56 313.23438Q308.04437 312.65625 308.04437 311.48438ZM309.88812 310.0Q309.48187 310.0 309.21625 310.34375Q308.96625 310.6875 308.96625 311.59375Q308.96625 312.40625 309.23187 312.75Q309.4975 313.09375 309.88812 313.09375Q310.27875 313.09375 310.54437 312.75Q310.81 312.40625 310.81 311.5Q310.81 310.67188 310.54437 310.34375Q310.27875 310.0 309.88812 310.0Z" fill-rule="nonzero"/><path fill="#666666" d="M293.84125 312.48438L293.84125 313.5L288.15375 313.5Q288.15375 313.125 288.27875 312.76562Q288.4975 312.1875 288.96625 311.625Q289.45062 311.0625 290.35687 310.32812Q291.76312 309.17188 292.2475 308.5Q292.7475 307.82812 292.7475 307.23438Q292.7475 306.60938 292.29437 306.1875Q291.84125 305.75 291.1225 305.75Q290.35687 305.75 289.90375 306.20312Q289.45062 306.65625 289.435 307.46875L288.35687 307.35938Q288.46625 306.14062 289.185 305.51562Q289.91937 304.875 291.15375 304.875Q292.38812 304.875 293.10687 305.5625Q293.82562 306.25 293.82562 307.26562Q293.82562 307.78125 293.60687 308.28125Q293.40375 308.76562 292.90375 309.32812Q292.41937 309.875 291.29437 310.82812Q290.34125 311.625 290.06 311.92188Q289.79437 312.20312 289.6225 312.48438L293.84125 312.48438ZM295.29437 311.25L296.40375 311.15625Q296.52875 311.96875 296.96625 312.375Q297.41937 312.78125 298.06 312.78125Q298.81 312.78125 299.34125 312.20312Q299.8725 311.625 299.8725 310.6875Q299.8725 309.78125 299.35687 309.26562Q298.85687 308.73438 298.02875 308.73438Q297.52875 308.73438 297.10687 308.96875Q296.70062 309.20312 296.46625 309.5625L295.48187 309.4375L296.31 305.03125L300.59125 305.03125L300.59125 306.03125L297.15375 306.03125L296.70062 308.34375Q297.46625 307.79688 298.31 307.79688Q299.435 307.79688 300.20062 308.57812Q300.98187 309.35938 300.98187 310.59375Q300.98187 311.75 300.31 312.60938Q299.48187 313.64062 298.06 313.64062Q296.88812 313.64062 296.13812 312.98438Q295.40375 312.32812 295.29437 311.25ZM302.4975 306.96875Q302.4975 306.04688 302.95062 305.40625Q303.41937 304.76562 304.29437 304.76562Q305.10687 304.76562 305.63812 305.34375Q306.16937 305.92188 306.16937 307.03125Q306.16937 308.125 305.6225 308.71875Q305.09125 309.29688 304.31 309.29688Q303.52875 309.29688 303.01312 308.71875Q302.4975 308.14062 302.4975 306.96875ZM304.32562 305.48438Q303.935 305.48438 303.66937 305.82812Q303.41937 306.17188 303.41937 307.07812Q303.41937 307.90625 303.66937 308.25Q303.935 308.57812 304.32562 308.57812Q304.73187 308.57812 304.98187 308.23438Q305.2475 307.89062 305.2475 307.0Q305.2475 306.15625 304.98187 305.82812Q304.71625 305.48438 304.32562 305.48438ZM304.32562 313.8125L309.02875 304.76562L309.88812 304.76562L305.20062 313.8125L304.32562 313.8125ZM308.04437 311.48438Q308.04437 310.5625 308.4975 309.92188Q308.96625 309.28125 309.85687 309.28125Q310.66937 309.28125 311.20062 309.85938Q311.73187 310.42188 311.73187 311.54688Q311.73187 312.64062 311.185 313.23438Q310.65375 313.8125 309.85687 313.8125Q309.09125 313.8125 308.56 313.23438Q308.04437 312.65625 308.04437 311.48438ZM309.88812 310.0Q309.48187 310.0 309.21625 310.34375Q308.96625 310.6875 308.96625 311.59375Q308.96625 312.40625 309.23187 312.75Q309.4975 313.09375 309.88812 313.09375Q310.27875 313.09375 310.54437 312.75Q310.81 312.40625 310.81 311.5Q310.81 310.67188 310.54437 310.34375Q310.27875 310.0 309.88812 310.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.50797 360.5L216.46109 360.5L216.46109 353.78125Q216.07047 354.14062 215.44547 354.51562Q214.83609 354.875 214.35172 355.04688L214.35172 354.03125Q215.22672 353.60938 215.88297 353.03125Q216.55484 352.4375 216.83609 351.875L217.50797 351.875L217.50797 360.5ZM224.50797 360.5L223.46109 360.5L223.46109 353.78125Q223.07047 354.14062 222.44547 354.51562Q221.83609 354.875 221.35172 355.04688L221.35172 354.03125Q222.22672 353.60938 222.88297 353.03125Q223.55484 352.4375 223.83609 351.875L224.50797 351.875L224.50797 360.5ZM227.74234 353.96875Q227.74234 353.04688 228.19547 352.40625Q228.66422 351.76562 229.53922 351.76562Q230.35172 351.76562 230.88297 352.34375Q231.41422 352.92188 231.41422 354.03125Q231.41422 355.125 230.86734 355.71875Q230.33609 356.29688 229.55484 356.29688Q228.77359 356.29688 228.25797 355.71875Q227.74234 355.14062 227.74234 353.96875ZM229.57047 352.48438Q229.17984 352.48438 228.91422 352.82812Q228.66422 353.17188 228.66422 354.07812Q228.66422 354.90625 228.91422 355.25Q229.17984 355.57812 229.57047 355.57812Q229.97672 355.57812 230.22672 355.23438Q230.49234 354.89062 230.49234 354.0Q230.49234 353.15625 230.22672 352.82812Q229.96109 352.48438 229.57047 352.48438ZM229.57047 360.8125L234.27359 351.76562L235.13297 351.76562L230.44547 360.8125L229.57047 360.8125ZM233.28922 358.48438Q233.28922 357.5625 233.74234 356.92188Q234.21109 356.28125 235.10172 356.28125Q235.91422 356.28125 236.44547 356.85938Q236.97672 357.42188 236.97672 358.54688Q236.97672 359.64062 236.42984 360.23438Q235.89859 360.8125 235.10172 360.8125Q234.33609 360.8125 233.80484 360.23438Q233.28922 359.65625 233.28922 358.48438ZM235.13297 357.0Q234.72672 357.0 234.46109 357.34375Q234.21109 357.6875 234.21109 358.59375Q234.21109 359.40625 234.47672 359.75Q234.74234 360.09375 235.13297 360.09375Q235.52359 360.09375 235.78922 359.75Q236.05484 359.40625 236.05484 358.5Q236.05484 357.67188 235.78922 357.34375Q235.52359 357.0 235.13297 357.0Z" fill-rule="nonzero"/><path fill="#666666" d="M217.50797 360.5L216.46109 360.5L216.46109 353.78125Q216.07047 354.14062 215.44547 354.51562Q214.83609 354.875 214.35172 355.04688L214.35172 354.03125Q215.22672 353.60938 215.88297 353.03125Q216.55484 352.4375 216.83609 351.875L217.50797 351.875L217.50797 360.5ZM224.50797 360.5L223.46109 360.5L223.46109 353.78125Q223.07047 354.14062 222.44547 354.51562Q221.83609 354.875 221.35172 355.04688L221.35172 354.03125Q222.22672 353.60938 222.88297 353.03125Q223.55484 352.4375 223.83609 351.875L224.50797 351.875L224.50797 360.5ZM227.74234 353.96875Q227.74234 353.04688 228.19547 352.40625Q228.66422 351.76562 229.53922 351.76562Q230.35172 351.76562 230.88297 352.34375Q231.41422 352.92188 231.41422 354.03125Q231.41422 355.125 230.86734 355.71875Q230.33609 356.29688 229.55484 356.29688Q228.77359 356.29688 228.25797 355.71875Q227.74234 355.14062 227.74234 353.96875ZM229.57047 352.48438Q229.17984 352.48438 228.91422 352.82812Q228.66422 353.17188 228.66422 354.07812Q228.66422 354.90625 228.91422 355.25Q229.17984 355.57812 229.57047 355.57812Q229.97672 355.57812 230.22672 355.23438Q230.49234 354.89062 230.49234 354.0Q230.49234 353.15625 230.22672 352.82812Q229.96109 352.48438 229.57047 352.48438ZM229.57047 360.8125L234.27359 351.76562L235.13297 351.76562L230.44547 360.8125L229.57047 360.8125ZM233.28922 358.48438Q233.28922 357.5625 233.74234 356.92188Q234.21109 356.28125 235.10172 356.28125Q235.91422 356.28125 236.44547 356.85938Q236.97672 357.42188 236.97672 358.54688Q236.97672 359.64062 236.42984 360.23438Q235.89859 360.8125 235.10172 360.8125Q234.33609 360.8125 233.80484 360.23438Q233.28922 359.65625 233.28922 358.48438ZM235.13297 357.0Q234.72672 357.0 234.46109 357.34375Q234.21109 357.6875 234.21109 358.59375Q234.21109 359.40625 234.47672 359.75Q234.74234 360.09375 235.13297 360.09375Q235.52359 360.09375 235.78922 359.75Q236.05484 359.40625 236.05484 358.5Q236.05484 357.67188 235.78922 357.34375Q235.52359 357.0 235.13297 357.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.24309 399.03125L192.24309 398.01562L197.80559 398.01562L197.80559 398.84375Q196.99309 399.71875 196.18059 401.17188Q195.38371 402.60938 194.94621 404.14062Q194.61809 405.21875 194.53996 406.5L193.44621 406.5Q193.46184 405.48438 193.83684 404.04688Q194.22746 402.60938 194.93059 401.28125Q195.64934 399.95312 196.46184 399.03125L192.24309 399.03125ZM199.38371 399.96875Q199.38371 399.04688 199.83684 398.40625Q200.30559 397.76562 201.18059 397.76562Q201.99309 397.76562 202.52434 398.34375Q203.05559 398.92188 203.05559 400.03125Q203.05559 401.125 202.50871 401.71875Q201.97746 402.29688 201.19621 402.29688Q200.41496 402.29688 199.89934 401.71875Q199.38371 401.14062 199.38371 399.96875ZM201.21184 398.48438Q200.82121 398.48438 200.55559 398.82812Q200.30559 399.17188 200.30559 400.07812Q200.30559 400.90625 200.55559 401.25Q200.82121 401.57812 201.21184 401.57812Q201.61809 401.57812 201.86809 401.23438Q202.13371 400.89062 202.13371 400.0Q202.13371 399.15625 201.86809 398.82812Q201.60246 398.48438 201.21184 398.48438ZM201.21184 406.8125L205.91496 397.76562L206.77434 397.76562L202.08684 406.8125L201.21184 406.8125ZM204.93059 404.48438Q204.93059 403.5625 205.38371 402.92188Q205.85246 402.28125 206.74309 402.28125Q207.55559 402.28125 208.08684 402.85938Q208.61809 403.42188 208.61809 404.54688Q208.61809 405.64062 208.07121 406.23438Q207.53996 406.8125 206.74309 406.8125Q205.97746 406.8125 205.44621 406.23438Q204.93059 405.65625 204.93059 404.48438ZM206.77434 403.0Q206.36809 403.0 206.10246 403.34375Q205.85246 403.6875 205.85246 404.59375Q205.85246 405.40625 206.11809 405.75Q206.38371 406.09375 206.77434 406.09375Q207.16496 406.09375 207.43059 405.75Q207.69621 405.40625 207.69621 404.5Q207.69621 403.67188 207.43059 403.34375Q207.16496 403.0 206.77434 403.0Z" fill-rule="nonzero"/><path fill="#666666" d="M192.24309 399.03125L192.24309 398.01562L197.80559 398.01562L197.80559 398.84375Q196.99309 399.71875 196.18059 401.17188Q195.38371 402.60938 194.94621 404.14062Q194.61809 405.21875 194.53996 406.5L193.44621 406.5Q193.46184 405.48438 193.83684 404.04688Q194.22746 402.60938 194.93059 401.28125Q195.64934 399.95312 196.46184 399.03125L192.24309 399.03125ZM199.38371 399.96875Q199.38371 399.04688 199.83684 398.40625Q200.30559 397.76562 201.18059 397.76562Q201.99309 397.76562 202.52434 398.34375Q203.05559 398.92188 203.05559 400.03125Q203.05559 401.125 202.50871 401.71875Q201.97746 402.29688 201.19621 402.29688Q200.41496 402.29688 199.89934 401.71875Q199.38371 401.14062 199.38371 399.96875ZM201.21184 398.48438Q200.82121 398.48438 200.55559 398.82812Q200.30559 399.17188 200.30559 400.07812Q200.30559 400.90625 200.55559 401.25Q200.82121 401.57812 201.21184 401.57812Q201.61809 401.57812 201.86809 401.23438Q202.13371 400.89062 202.13371 400.0Q202.13371 399.15625 201.86809 398.82812Q201.60246 398.48438 201.21184 398.48438ZM201.21184 406.8125L205.91496 397.76562L206.77434 397.76562L202.08684 406.8125L201.21184 406.8125ZM204.93059 404.48438Q204.93059 403.5625 205.38371 402.92188Q205.85246 402.28125 206.74309 402.28125Q207.55559 402.28125 208.08684 402.85938Q208.61809 403.42188 208.61809 404.54688Q208.61809 405.64062 208.07121 406.23438Q207.53996 406.8125 206.74309 406.8125Q205.97746 406.8125 205.44621 406.23438Q204.93059 405.65625 204.93059 404.48438ZM206.77434 403.0Q206.36809 403.0 206.10246 403.34375Q205.85246 403.6875 205.85246 404.59375Q205.85246 405.40625 206.11809 405.75Q206.38371 406.09375 206.77434 406.09375Q207.16496 406.09375 207.43059 405.75Q207.69621 405.40625 207.69621 404.5Q207.69621 403.67188 207.43059 403.34375Q207.16496 403.0 206.77434 403.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M507.34937 88.015625L506.3025 88.09375Q506.16187 87.46875 505.91187 87.1875Q505.47437 86.734375 504.84937 86.734375Q504.34937 86.734375 503.95874 87.015625Q503.47437 87.390625 503.1775 88.09375Q502.89624 88.78125 502.8806 90.0625Q503.2556 89.484375 503.8025 89.203125Q504.365 88.921875 504.97437 88.921875Q506.02124 88.921875 506.7556 89.703125Q507.5056 90.484375 507.5056 91.703125Q507.5056 92.515625 507.14624 93.21875Q506.8025 93.90625 506.1931 94.28125Q505.58374 94.640625 504.8181 94.640625Q503.49 94.640625 502.66187 93.671875Q501.83374 92.703125 501.83374 90.484375Q501.83374 87.984375 502.7556 86.859375Q503.5525 85.875 504.91187 85.875Q505.9275 85.875 506.5681 86.453125Q507.22437 87.015625 507.34937 88.015625ZM503.0525 91.71875Q503.0525 92.265625 503.27124 92.765625Q503.5056 93.25 503.91187 93.515625Q504.33374 93.78125 504.8025 93.78125Q505.45874 93.78125 505.9431 93.25Q506.4275 92.703125 506.4275 91.78125Q506.4275 90.890625 505.9431 90.375Q505.47437 89.859375 504.7556 89.859375Q504.03687 89.859375 503.53687 90.375Q503.0525 90.890625 503.0525 91.71875ZM508.8806 92.25L509.99 92.15625Q510.115 92.96875 510.5525 93.375Q511.0056 93.78125 511.64624 93.78125Q512.39624 93.78125 512.9275 93.203125Q513.45874 92.625 513.45874 91.6875Q513.45874 90.78125 512.9431 90.265625Q512.4431 89.734375 511.615 89.734375Q511.115 89.734375 510.6931 89.96875Q510.28687 90.203125 510.0525 90.5625L509.0681 90.4375L509.89624 86.03125L514.1775 86.03125L514.1775 87.03125L510.74 87.03125L510.28687 89.34375Q511.0525 88.796875 511.89624 88.796875Q513.02124 88.796875 513.78687 89.578125Q514.5681 90.359375 514.5681 91.59375Q514.5681 92.75 513.89624 93.609375Q513.0681 94.640625 511.64624 94.640625Q510.47437 94.640625 509.72437 93.984375Q508.99 93.328125 508.8806 92.25ZM516.08374 87.96875Q516.08374 87.046875 516.53687 86.40625Q517.0056 85.765625 517.8806 85.765625Q518.6931 85.765625 519.22437 86.34375Q519.7556 86.921875 519.7556 88.03125Q519.7556 89.125 519.20874 89.71875Q518.6775 90.296875 517.89624 90.296875Q517.115 90.296875 516.59937 89.71875Q516.08374 89.140625 516.08374 87.96875ZM517.91187 86.484375Q517.52124 86.484375 517.2556 86.828125Q517.0056 87.171875 517.0056 88.078125Q517.0056 88.90625 517.2556 89.25Q517.52124 89.578125 517.91187 89.578125Q518.3181 89.578125 518.5681 89.234375Q518.83374 88.890625 518.83374 88.0Q518.83374 87.15625 518.5681 86.828125Q518.3025 86.484375 517.91187 86.484375ZM517.91187 94.8125L522.615 85.765625L523.47437 85.765625L518.78687 94.8125L517.91187 94.8125ZM521.6306 92.484375Q521.6306 91.5625 522.08374 90.921875Q522.5525 90.28125 523.4431 90.28125Q524.2556 90.28125 524.78687 90.859375Q525.3181 91.421875 525.3181 92.546875Q525.3181 93.640625 524.77124 94.234375Q524.24 94.8125 523.4431 94.8125Q522.6775 94.8125 522.14624 94.234375Q521.6306 93.65625 521.6306 92.484375ZM523.47437 91.0Q523.0681 91.0 522.8025 91.34375Q522.5525 91.6875 522.5525 92.59375Q522.5525 93.40625 522.8181 93.75Q523.08374 94.09375 523.47437 94.09375Q523.865 94.09375 524.1306 93.75Q524.39624 93.40625 524.39624 92.5Q524.39624 91.671875 524.1306 91.34375Q523.865 91.0 523.47437 91.0Z" fill-rule="nonzero"/><path fill="#666666" d="M507.34937 88.015625L506.3025 88.09375Q506.16187 87.46875 505.91187 87.1875Q505.47437 86.734375 504.84937 86.734375Q504.34937 86.734375 503.95874 87.015625Q503.47437 87.390625 503.1775 88.09375Q502.89624 88.78125 502.8806 90.0625Q503.2556 89.484375 503.8025 89.203125Q504.365 88.921875 504.97437 88.921875Q506.02124 88.921875 506.7556 89.703125Q507.5056 90.484375 507.5056 91.703125Q507.5056 92.515625 507.14624 93.21875Q506.8025 93.90625 506.1931 94.28125Q505.58374 94.640625 504.8181 94.640625Q503.49 94.640625 502.66187 93.671875Q501.83374 92.703125 501.83374 90.484375Q501.83374 87.984375 502.7556 86.859375Q503.5525 85.875 504.91187 85.875Q505.9275 85.875 506.5681 86.453125Q507.22437 87.015625 507.34937 88.015625ZM503.0525 91.71875Q503.0525 92.265625 503.27124 92.765625Q503.5056 93.25 503.91187 93.515625Q504.33374 93.78125 504.8025 93.78125Q505.45874 93.78125 505.9431 93.25Q506.4275 92.703125 506.4275 91.78125Q506.4275 90.890625 505.9431 90.375Q505.47437 89.859375 504.7556 89.859375Q504.03687 89.859375 503.53687 90.375Q503.0525 90.890625 503.0525 91.71875ZM508.8806 92.25L509.99 92.15625Q510.115 92.96875 510.5525 93.375Q511.0056 93.78125 511.64624 93.78125Q512.39624 93.78125 512.9275 93.203125Q513.45874 92.625 513.45874 91.6875Q513.45874 90.78125 512.9431 90.265625Q512.4431 89.734375 511.615 89.734375Q511.115 89.734375 510.6931 89.96875Q510.28687 90.203125 510.0525 90.5625L509.0681 90.4375L509.89624 86.03125L514.1775 86.03125L514.1775 87.03125L510.74 87.03125L510.28687 89.34375Q511.0525 88.796875 511.89624 88.796875Q513.02124 88.796875 513.78687 89.578125Q514.5681 90.359375 514.5681 91.59375Q514.5681 92.75 513.89624 93.609375Q513.0681 94.640625 511.64624 94.640625Q510.47437 94.640625 509.72437 93.984375Q508.99 93.328125 508.8806 92.25ZM516.08374 87.96875Q516.08374 87.046875 516.53687 86.40625Q517.0056 85.765625 517.8806 85.765625Q518.6931 85.765625 519.22437 86.34375Q519.7556 86.921875 519.7556 88.03125Q519.7556 89.125 519.20874 89.71875Q518.6775 90.296875 517.89624 90.296875Q517.115 90.296875 516.59937 89.71875Q516.08374 89.140625 516.08374 87.96875ZM517.91187 86.484375Q517.52124 86.484375 517.2556 86.828125Q517.0056 87.171875 517.0056 88.078125Q517.0056 88.90625 517.2556 89.25Q517.52124 89.578125 517.91187 89.578125Q518.3181 89.578125 518.5681 89.234375Q518.83374 88.890625 518.83374 88.0Q518.83374 87.15625 518.5681 86.828125Q518.3025 86.484375 517.91187 86.484375ZM517.91187 94.8125L522.615 85.765625L523.47437 85.765625L518.78687 94.8125L517.91187 94.8125ZM521.6306 92.484375Q521.6306 91.5625 522.08374 90.921875Q522.5525 90.28125 523.4431 90.28125Q524.2556 90.28125 524.78687 90.859375Q525.3181 91.421875 525.3181 92.546875Q525.3181 93.640625 524.77124 94.234375Q524.24 94.8125 523.4431 94.8125Q522.6775 94.8125 522.14624 94.234375Q521.6306 93.65625 521.6306 92.484375ZM523.47437 91.0Q523.0681 91.0 522.8025 91.34375Q522.5525 91.6875 522.5525 92.59375Q522.5525 93.40625 522.8181 93.75Q523.08374 94.09375 523.47437 94.09375Q523.865 94.09375 524.1306 93.75Q524.39624 93.40625 524.39624 92.5Q524.39624 91.671875 524.1306 91.34375Q523.865 91.0 523.47437 91.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M393.12283 141.5L393.12283 139.4375L389.40408 139.4375L389.40408 138.46875L393.32596 132.90625L394.18533 132.90625L394.18533 138.46875L395.34158 138.46875L395.34158 139.4375L394.18533 139.4375L394.18533 141.5L393.12283 141.5ZM393.12283 138.46875L393.12283 134.60938L390.43533 138.46875L393.12283 138.46875ZM400.12283 141.5L400.12283 139.4375L396.40408 139.4375L396.40408 138.46875L400.32596 132.90625L401.18533 132.90625L401.18533 138.46875L402.34158 138.46875L402.34158 139.4375L401.18533 139.4375L401.18533 141.5L400.12283 141.5ZM400.12283 138.46875L400.12283 134.60938L397.43533 138.46875L400.12283 138.46875ZM403.95096 134.96875Q403.95096 134.04688 404.40408 133.40625Q404.87283 132.76562 405.74783 132.76562Q406.56033 132.76562 407.09158 133.34375Q407.62283 133.92188 407.62283 135.03125Q407.62283 136.125 407.07596 136.71875Q406.5447 137.29688 405.76346 137.29688Q404.9822 137.29688 404.46658 136.71875Q403.95096 136.14062 403.95096 134.96875ZM405.77908 133.48438Q405.38846 133.48438 405.12283 133.82812Q404.87283 134.17188 404.87283 135.07812Q404.87283 135.90625 405.12283 136.25Q405.38846 136.57812 405.77908 136.57812Q406.18533 136.57812 406.43533 136.23438Q406.70096 135.89062 406.70096 135.0Q406.70096 134.15625 406.43533 133.82812Q406.1697 133.48438 405.77908 133.48438ZM405.77908 141.8125L410.4822 132.76562L411.34158 132.76562L406.65408 141.8125L405.77908 141.8125ZM409.49783 139.48438Q409.49783 138.5625 409.95096 137.92188Q410.4197 137.28125 411.31033 137.28125Q412.12283 137.28125 412.65408 137.85938Q413.18533 138.42188 413.18533 139.54688Q413.18533 140.64062 412.63846 141.23438Q412.1072 141.8125 411.31033 141.8125Q410.5447 141.8125 410.01346 141.23438Q409.49783 140.65625 409.49783 139.48438ZM411.34158 138.0Q410.93533 138.0 410.6697 138.34375Q410.4197 138.6875 410.4197 139.59375Q410.4197 140.40625 410.68533 140.75Q410.95096 141.09375 411.34158 141.09375Q411.7322 141.09375 411.99783 140.75Q412.26346 140.40625 412.26346 139.5Q412.26346 138.67188 411.99783 138.34375Q411.7322 138.0 411.34158 138.0Z" fill-rule="nonzero"/><path fill="#666666" d="M393.12283 141.5L393.12283 139.4375L389.40408 139.4375L389.40408 138.46875L393.32596 132.90625L394.18533 132.90625L394.18533 138.46875L395.34158 138.46875L395.34158 139.4375L394.18533 139.4375L394.18533 141.5L393.12283 141.5ZM393.12283 138.46875L393.12283 134.60938L390.43533 138.46875L393.12283 138.46875ZM400.12283 141.5L400.12283 139.4375L396.40408 139.4375L396.40408 138.46875L400.32596 132.90625L401.18533 132.90625L401.18533 138.46875L402.34158 138.46875L402.34158 139.4375L401.18533 139.4375L401.18533 141.5L400.12283 141.5ZM400.12283 138.46875L400.12283 134.60938L397.43533 138.46875L400.12283 138.46875ZM403.95096 134.96875Q403.95096 134.04688 404.40408 133.40625Q404.87283 132.76562 405.74783 132.76562Q406.56033 132.76562 407.09158 133.34375Q407.62283 133.92188 407.62283 135.03125Q407.62283 136.125 407.07596 136.71875Q406.5447 137.29688 405.76346 137.29688Q404.9822 137.29688 404.46658 136.71875Q403.95096 136.14062 403.95096 134.96875ZM405.77908 133.48438Q405.38846 133.48438 405.12283 133.82812Q404.87283 134.17188 404.87283 135.07812Q404.87283 135.90625 405.12283 136.25Q405.38846 136.57812 405.77908 136.57812Q406.18533 136.57812 406.43533 136.23438Q406.70096 135.89062 406.70096 135.0Q406.70096 134.15625 406.43533 133.82812Q406.1697 133.48438 405.77908 133.48438ZM405.77908 141.8125L410.4822 132.76562L411.34158 132.76562L406.65408 141.8125L405.77908 141.8125ZM409.49783 139.48438Q409.49783 138.5625 409.95096 137.92188Q410.4197 137.28125 411.31033 137.28125Q412.12283 137.28125 412.65408 137.85938Q413.18533 138.42188 413.18533 139.54688Q413.18533 140.64062 412.63846 141.23438Q412.1072 141.8125 411.31033 141.8125Q410.5447 141.8125 410.01346 141.23438Q409.49783 140.65625 409.49783 139.48438ZM411.34158 138.0Q410.93533 138.0 410.6697 138.34375Q410.4197 138.6875 410.4197 139.59375Q410.4197 140.40625 410.68533 140.75Q410.95096 141.09375 411.34158 141.09375Q411.7322 141.09375 411.99783 140.75Q412.26346 140.40625 412.26346 139.5Q412.26346 138.67188 411.99783 138.34375Q411.7322 138.0 411.34158 138.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M387.78317 187.5L387.78317 185.4375L384.06442 185.4375L384.06442 184.46875L387.9863 178.90625L388.84567 178.90625L388.84567 184.46875L390.00192 184.46875L390.00192 185.4375L388.84567 185.4375L388.84567 187.5L387.78317 187.5ZM387.78317 184.46875L387.78317 180.60938L385.09567 184.46875L387.78317 184.46875ZM391.40817 185.23438L392.47067 185.09375Q392.64255 185.98438 393.08005 186.39062Q393.51755 186.78125 394.14255 186.78125Q394.89255 186.78125 395.40817 186.26562Q395.9238 185.75 395.9238 184.98438Q395.9238 184.26562 395.43942 183.79688Q394.97067 183.3125 394.2363 183.3125Q393.93942 183.3125 393.4863 183.4375L393.6113 182.5Q393.72067 182.51562 393.78317 182.51562Q394.45505 182.51562 394.9863 182.17188Q395.53317 181.8125 395.53317 181.07812Q395.53317 180.5 395.14255 180.125Q394.75192 179.73438 394.12692 179.73438Q393.51755 179.73438 393.09567 180.125Q392.68942 180.51562 392.58005 181.28125L391.51755 181.09375Q391.70505 180.04688 392.39255 179.46875Q393.08005 178.875 394.09567 178.875Q394.7988 178.875 395.39255 179.1875Q395.9863 179.48438 396.2988 180.0Q396.6113 180.51562 396.6113 181.10938Q396.6113 181.65625 396.31442 182.125Q396.01755 182.57812 395.43942 182.84375Q396.18942 183.01562 396.6113 183.57812Q397.03317 184.125 397.03317 184.96875Q397.03317 186.09375 396.20505 186.875Q395.39255 187.65625 394.14255 187.65625Q393.01755 187.65625 392.26755 186.98438Q391.51755 186.29688 391.40817 185.23438ZM398.6113 180.96875Q398.6113 180.04688 399.06442 179.40625Q399.53317 178.76562 400.40817 178.76562Q401.22067 178.76562 401.75192 179.34375Q402.28317 179.92188 402.28317 181.03125Q402.28317 182.125 401.7363 182.71875Q401.20505 183.29688 400.4238 183.29688Q399.64255 183.29688 399.12692 182.71875Q398.6113 182.14062 398.6113 180.96875ZM400.43942 179.48438Q400.0488 179.48438 399.78317 179.82812Q399.53317 180.17188 399.53317 181.07812Q399.53317 181.90625 399.78317 182.25Q400.0488 182.57812 400.43942 182.57812Q400.84567 182.57812 401.09567 182.23438Q401.3613 181.89062 401.3613 181.0Q401.3613 180.15625 401.09567 179.82812Q400.83005 179.48438 400.43942 179.48438ZM400.43942 187.8125L405.14255 178.76562L406.00192 178.76562L401.31442 187.8125L400.43942 187.8125ZM404.15817 185.48438Q404.15817 184.5625 404.6113 183.92188Q405.08005 183.28125 405.97067 183.28125Q406.78317 183.28125 407.31442 183.85938Q407.84567 184.42188 407.84567 185.54688Q407.84567 186.64062 407.2988 187.23438Q406.76755 187.8125 405.97067 187.8125Q405.20505 187.8125 404.6738 187.23438Q404.15817 186.65625 404.15817 185.48438ZM406.00192 184.0Q405.59567 184.0 405.33005 184.34375Q405.08005 184.6875 405.08005 185.59375Q405.08005 186.40625 405.34567 186.75Q405.6113 187.09375 406.00192 187.09375Q406.39255 187.09375 406.65817 186.75Q406.9238 186.40625 406.9238 185.5Q406.9238 184.67188 406.65817 184.34375Q406.39255 184.0 406.00192 184.0Z" fill-rule="nonzero"/><path fill="#666666" d="M387.78317 187.5L387.78317 185.4375L384.06442 185.4375L384.06442 184.46875L387.9863 178.90625L388.84567 178.90625L388.84567 184.46875L390.00192 184.46875L390.00192 185.4375L388.84567 185.4375L388.84567 187.5L387.78317 187.5ZM387.78317 184.46875L387.78317 180.60938L385.09567 184.46875L387.78317 184.46875ZM391.40817 185.23438L392.47067 185.09375Q392.64255 185.98438 393.08005 186.39062Q393.51755 186.78125 394.14255 186.78125Q394.89255 186.78125 395.40817 186.26562Q395.9238 185.75 395.9238 184.98438Q395.9238 184.26562 395.43942 183.79688Q394.97067 183.3125 394.2363 183.3125Q393.93942 183.3125 393.4863 183.4375L393.6113 182.5Q393.72067 182.51562 393.78317 182.51562Q394.45505 182.51562 394.9863 182.17188Q395.53317 181.8125 395.53317 181.07812Q395.53317 180.5 395.14255 180.125Q394.75192 179.73438 394.12692 179.73438Q393.51755 179.73438 393.09567 180.125Q392.68942 180.51562 392.58005 181.28125L391.51755 181.09375Q391.70505 180.04688 392.39255 179.46875Q393.08005 178.875 394.09567 178.875Q394.7988 178.875 395.39255 179.1875Q395.9863 179.48438 396.2988 180.0Q396.6113 180.51562 396.6113 181.10938Q396.6113 181.65625 396.31442 182.125Q396.01755 182.57812 395.43942 182.84375Q396.18942 183.01562 396.6113 183.57812Q397.03317 184.125 397.03317 184.96875Q397.03317 186.09375 396.20505 186.875Q395.39255 187.65625 394.14255 187.65625Q393.01755 187.65625 392.26755 186.98438Q391.51755 186.29688 391.40817 185.23438ZM398.6113 180.96875Q398.6113 180.04688 399.06442 179.40625Q399.53317 178.76562 400.40817 178.76562Q401.22067 178.76562 401.75192 179.34375Q402.28317 179.92188 402.28317 181.03125Q402.28317 182.125 401.7363 182.71875Q401.20505 183.29688 400.4238 183.29688Q399.64255 183.29688 399.12692 182.71875Q398.6113 182.14062 398.6113 180.96875ZM400.43942 179.48438Q400.0488 179.48438 399.78317 179.82812Q399.53317 180.17188 399.53317 181.07812Q399.53317 181.90625 399.78317 182.25Q400.0488 182.57812 400.43942 182.57812Q400.84567 182.57812 401.09567 182.23438Q401.3613 181.89062 401.3613 181.0Q401.3613 180.15625 401.09567 179.82812Q400.83005 179.48438 400.43942 179.48438ZM400.43942 187.8125L405.14255 178.76562L406.00192 178.76562L401.31442 187.8125L400.43942 187.8125ZM404.15817 185.48438Q404.15817 184.5625 404.6113 183.92188Q405.08005 183.28125 405.97067 183.28125Q406.78317 183.28125 407.31442 183.85938Q407.84567 184.42188 407.84567 185.54688Q407.84567 186.64062 407.2988 187.23438Q406.76755 187.8125 405.97067 187.8125Q405.20505 187.8125 404.6738 187.23438Q404.15817 186.65625 404.15817 185.48438ZM406.00192 184.0Q405.59567 184.0 405.33005 184.34375Q405.08005 184.6875 405.08005 185.59375Q405.08005 186.40625 405.34567 186.75Q405.6113 187.09375 406.00192 187.09375Q406.39255 187.09375 406.65817 186.75Q406.9238 186.40625 406.9238 185.5Q406.9238 184.67188 406.65817 184.34375Q406.39255 184.0 406.00192 184.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.01163 232.23438L332.07413 232.09375Q332.246 232.98438 332.6835 233.39062Q333.121 233.78125 333.746 233.78125Q334.496 233.78125 335.01163 233.26562Q335.52725 232.75 335.52725 231.98438Q335.52725 231.26562 335.04288 230.79688Q334.57413 230.3125 333.83975 230.3125Q333.54288 230.3125 333.08975 230.4375L333.21475 229.5Q333.32413 229.51562 333.38663 229.51562Q334.0585 229.51562 334.58975 229.17188Q335.13663 228.8125 335.13663 228.07812Q335.13663 227.5 334.746 227.125Q334.35538 226.73438 333.73038 226.73438Q333.121 226.73438 332.69913 227.125Q332.29288 227.51562 332.1835 228.28125L331.121 228.09375Q331.3085 227.04688 331.996 226.46875Q332.6835 225.875 333.69913 225.875Q334.40225 225.875 334.996 226.1875Q335.58975 226.48438 335.90225 227.0Q336.21475 227.51562 336.21475 228.10938Q336.21475 228.65625 335.91788 229.125Q335.621 229.57812 335.04288 229.84375Q335.79288 230.01562 336.21475 230.57812Q336.63663 231.125 336.63663 231.96875Q336.63663 233.09375 335.8085 233.875Q334.996 234.65625 333.746 234.65625Q332.621 234.65625 331.871 233.98438Q331.121 233.29688 331.01163 232.23438ZM338.01163 232.23438L339.07413 232.09375Q339.246 232.98438 339.6835 233.39062Q340.121 233.78125 340.746 233.78125Q341.496 233.78125 342.01163 233.26562Q342.52725 232.75 342.52725 231.98438Q342.52725 231.26562 342.04288 230.79688Q341.57413 230.3125 340.83975 230.3125Q340.54288 230.3125 340.08975 230.4375L340.21475 229.5Q340.32413 229.51562 340.38663 229.51562Q341.0585 229.51562 341.58975 229.17188Q342.13663 228.8125 342.13663 228.07812Q342.13663 227.5 341.746 227.125Q341.35538 226.73438 340.73038 226.73438Q340.121 226.73438 339.69913 227.125Q339.29288 227.51562 339.1835 228.28125L338.121 228.09375Q338.3085 227.04688 338.996 226.46875Q339.6835 225.875 340.69913 225.875Q341.40225 225.875 341.996 226.1875Q342.58975 226.48438 342.90225 227.0Q343.21475 227.51562 343.21475 228.10938Q343.21475 228.65625 342.91788 229.125Q342.621 229.57812 342.04288 229.84375Q342.79288 230.01562 343.21475 230.57812Q343.63663 231.125 343.63663 231.96875Q343.63663 233.09375 342.8085 233.875Q341.996 234.65625 340.746 234.65625Q339.621 234.65625 338.871 233.98438Q338.121 233.29688 338.01163 232.23438ZM345.21475 227.96875Q345.21475 227.04688 345.66788 226.40625Q346.13663 225.76562 347.01163 225.76562Q347.82413 225.76562 348.35538 226.34375Q348.88663 226.92188 348.88663 228.03125Q348.88663 229.125 348.33975 229.71875Q347.8085 230.29688 347.02725 230.29688Q346.246 230.29688 345.73038 229.71875Q345.21475 229.14062 345.21475 227.96875ZM347.04288 226.48438Q346.65225 226.48438 346.38663 226.82812Q346.13663 227.17188 346.13663 228.07812Q346.13663 228.90625 346.38663 229.25Q346.65225 229.57812 347.04288 229.57812Q347.44913 229.57812 347.69913 229.23438Q347.96475 228.89062 347.96475 228.0Q347.96475 227.15625 347.69913 226.82812Q347.4335 226.48438 347.04288 226.48438ZM347.04288 234.8125L351.746 225.76562L352.60538 225.76562L347.91788 234.8125L347.04288 234.8125ZM350.76163 232.48438Q350.76163 231.5625 351.21475 230.92188Q351.6835 230.28125 352.57413 230.28125Q353.38663 230.28125 353.91788 230.85938Q354.44913 231.42188 354.44913 232.54688Q354.44913 233.64062 353.90225 234.23438Q353.371 234.8125 352.57413 234.8125Q351.8085 234.8125 351.27725 234.23438Q350.76163 233.65625 350.76163 232.48438ZM352.60538 231.0Q352.19913 231.0 351.9335 231.34375Q351.6835 231.6875 351.6835 232.59375Q351.6835 233.40625 351.94913 233.75Q352.21475 234.09375 352.60538 234.09375Q352.996 234.09375 353.26163 233.75Q353.52725 233.40625 353.52725 232.5Q353.52725 231.67188 353.26163 231.34375Q352.996 231.0 352.60538 231.0Z" fill-rule="nonzero"/><path fill="#666666" d="M331.01163 232.23438L332.07413 232.09375Q332.246 232.98438 332.6835 233.39062Q333.121 233.78125 333.746 233.78125Q334.496 233.78125 335.01163 233.26562Q335.52725 232.75 335.52725 231.98438Q335.52725 231.26562 335.04288 230.79688Q334.57413 230.3125 333.83975 230.3125Q333.54288 230.3125 333.08975 230.4375L333.21475 229.5Q333.32413 229.51562 333.38663 229.51562Q334.0585 229.51562 334.58975 229.17188Q335.13663 228.8125 335.13663 228.07812Q335.13663 227.5 334.746 227.125Q334.35538 226.73438 333.73038 226.73438Q333.121 226.73438 332.69913 227.125Q332.29288 227.51562 332.1835 228.28125L331.121 228.09375Q331.3085 227.04688 331.996 226.46875Q332.6835 225.875 333.69913 225.875Q334.40225 225.875 334.996 226.1875Q335.58975 226.48438 335.90225 227.0Q336.21475 227.51562 336.21475 228.10938Q336.21475 228.65625 335.91788 229.125Q335.621 229.57812 335.04288 229.84375Q335.79288 230.01562 336.21475 230.57812Q336.63663 231.125 336.63663 231.96875Q336.63663 233.09375 335.8085 233.875Q334.996 234.65625 333.746 234.65625Q332.621 234.65625 331.871 233.98438Q331.121 233.29688 331.01163 232.23438ZM338.01163 232.23438L339.07413 232.09375Q339.246 232.98438 339.6835 233.39062Q340.121 233.78125 340.746 233.78125Q341.496 233.78125 342.01163 233.26562Q342.52725 232.75 342.52725 231.98438Q342.52725 231.26562 342.04288 230.79688Q341.57413 230.3125 340.83975 230.3125Q340.54288 230.3125 340.08975 230.4375L340.21475 229.5Q340.32413 229.51562 340.38663 229.51562Q341.0585 229.51562 341.58975 229.17188Q342.13663 228.8125 342.13663 228.07812Q342.13663 227.5 341.746 227.125Q341.35538 226.73438 340.73038 226.73438Q340.121 226.73438 339.69913 227.125Q339.29288 227.51562 339.1835 228.28125L338.121 228.09375Q338.3085 227.04688 338.996 226.46875Q339.6835 225.875 340.69913 225.875Q341.40225 225.875 341.996 226.1875Q342.58975 226.48438 342.90225 227.0Q343.21475 227.51562 343.21475 228.10938Q343.21475 228.65625 342.91788 229.125Q342.621 229.57812 342.04288 229.84375Q342.79288 230.01562 343.21475 230.57812Q343.63663 231.125 343.63663 231.96875Q343.63663 233.09375 342.8085 233.875Q341.996 234.65625 340.746 234.65625Q339.621 234.65625 338.871 233.98438Q338.121 233.29688 338.01163 232.23438ZM345.21475 227.96875Q345.21475 227.04688 345.66788 226.40625Q346.13663 225.76562 347.01163 225.76562Q347.82413 225.76562 348.35538 226.34375Q348.88663 226.92188 348.88663 228.03125Q348.88663 229.125 348.33975 229.71875Q347.8085 230.29688 347.02725 230.29688Q346.246 230.29688 345.73038 229.71875Q345.21475 229.14062 345.21475 227.96875ZM347.04288 226.48438Q346.65225 226.48438 346.38663 226.82812Q346.13663 227.17188 346.13663 228.07812Q346.13663 228.90625 346.38663 229.25Q346.65225 229.57812 347.04288 229.57812Q347.44913 229.57812 347.69913 229.23438Q347.96475 228.89062 347.96475 228.0Q347.96475 227.15625 347.69913 226.82812Q347.4335 226.48438 347.04288 226.48438ZM347.04288 234.8125L351.746 225.76562L352.60538 225.76562L347.91788 234.8125L347.04288 234.8125ZM350.76163 232.48438Q350.76163 231.5625 351.21475 230.92188Q351.6835 230.28125 352.57413 230.28125Q353.38663 230.28125 353.91788 230.85938Q354.44913 231.42188 354.44913 232.54688Q354.44913 233.64062 353.90225 234.23438Q353.371 234.8125 352.57413 234.8125Q351.8085 234.8125 351.27725 234.23438Q350.76163 233.65625 350.76163 232.48438ZM352.60538 231.0Q352.19913 231.0 351.9335 231.34375Q351.6835 231.6875 351.6835 232.59375Q351.6835 233.40625 351.94913 233.75Q352.21475 234.09375 352.60538 234.09375Q352.996 234.09375 353.26163 233.75Q353.52725 233.40625 353.52725 232.5Q353.52725 231.67188 353.26163 231.34375Q352.996 231.0 352.60538 231.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.01163 279.23438L332.07413 279.09375Q332.246 279.98438 332.6835 280.39062Q333.121 280.78125 333.746 280.78125Q334.496 280.78125 335.01163 280.26562Q335.52725 279.75 335.52725 278.98438Q335.52725 278.26562 335.04288 277.79688Q334.57413 277.3125 333.83975 277.3125Q333.54288 277.3125 333.08975 277.4375L333.21475 276.5Q333.32413 276.51562 333.38663 276.51562Q334.0585 276.51562 334.58975 276.17188Q335.13663 275.8125 335.13663 275.07812Q335.13663 274.5 334.746 274.125Q334.35538 273.73438 333.73038 273.73438Q333.121 273.73438 332.69913 274.125Q332.29288 274.51562 332.1835 275.28125L331.121 275.09375Q331.3085 274.04688 331.996 273.46875Q332.6835 272.875 333.69913 272.875Q334.40225 272.875 334.996 273.1875Q335.58975 273.48438 335.90225 274.0Q336.21475 274.51562 336.21475 275.10938Q336.21475 275.65625 335.91788 276.125Q335.621 276.57812 335.04288 276.84375Q335.79288 277.01562 336.21475 277.57812Q336.63663 278.125 336.63663 278.96875Q336.63663 280.09375 335.8085 280.875Q334.996 281.65625 333.746 281.65625Q332.621 281.65625 331.871 280.98438Q331.121 280.29688 331.01163 279.23438ZM338.01163 279.23438L339.07413 279.09375Q339.246 279.98438 339.6835 280.39062Q340.121 280.78125 340.746 280.78125Q341.496 280.78125 342.01163 280.26562Q342.52725 279.75 342.52725 278.98438Q342.52725 278.26562 342.04288 277.79688Q341.57413 277.3125 340.83975 277.3125Q340.54288 277.3125 340.08975 277.4375L340.21475 276.5Q340.32413 276.51562 340.38663 276.51562Q341.0585 276.51562 341.58975 276.17188Q342.13663 275.8125 342.13663 275.07812Q342.13663 274.5 341.746 274.125Q341.35538 273.73438 340.73038 273.73438Q340.121 273.73438 339.69913 274.125Q339.29288 274.51562 339.1835 275.28125L338.121 275.09375Q338.3085 274.04688 338.996 273.46875Q339.6835 272.875 340.69913 272.875Q341.40225 272.875 341.996 273.1875Q342.58975 273.48438 342.90225 274.0Q343.21475 274.51562 343.21475 275.10938Q343.21475 275.65625 342.91788 276.125Q342.621 276.57812 342.04288 276.84375Q342.79288 277.01562 343.21475 277.57812Q343.63663 278.125 343.63663 278.96875Q343.63663 280.09375 342.8085 280.875Q341.996 281.65625 340.746 281.65625Q339.621 281.65625 338.871 280.98438Q338.121 280.29688 338.01163 279.23438ZM345.21475 274.96875Q345.21475 274.04688 345.66788 273.40625Q346.13663 272.76562 347.01163 272.76562Q347.82413 272.76562 348.35538 273.34375Q348.88663 273.92188 348.88663 275.03125Q348.88663 276.125 348.33975 276.71875Q347.8085 277.29688 347.02725 277.29688Q346.246 277.29688 345.73038 276.71875Q345.21475 276.14062 345.21475 274.96875ZM347.04288 273.48438Q346.65225 273.48438 346.38663 273.82812Q346.13663 274.17188 346.13663 275.07812Q346.13663 275.90625 346.38663 276.25Q346.65225 276.57812 347.04288 276.57812Q347.44913 276.57812 347.69913 276.23438Q347.96475 275.89062 347.96475 275.0Q347.96475 274.15625 347.69913 273.82812Q347.4335 273.48438 347.04288 273.48438ZM347.04288 281.8125L351.746 272.76562L352.60538 272.76562L347.91788 281.8125L347.04288 281.8125ZM350.76163 279.48438Q350.76163 278.5625 351.21475 277.92188Q351.6835 277.28125 352.57413 277.28125Q353.38663 277.28125 353.91788 277.85938Q354.44913 278.42188 354.44913 279.54688Q354.44913 280.64062 353.90225 281.23438Q353.371 281.8125 352.57413 281.8125Q351.8085 281.8125 351.27725 281.23438Q350.76163 280.65625 350.76163 279.48438ZM352.60538 278.0Q352.19913 278.0 351.9335 278.34375Q351.6835 278.6875 351.6835 279.59375Q351.6835 280.40625 351.94913 280.75Q352.21475 281.09375 352.60538 281.09375Q352.996 281.09375 353.26163 280.75Q353.52725 280.40625 353.52725 279.5Q353.52725 278.67188 353.26163 278.34375Q352.996 278.0 352.60538 278.0Z" fill-rule="nonzero"/><path fill="#666666" d="M331.01163 279.23438L332.07413 279.09375Q332.246 279.98438 332.6835 280.39062Q333.121 280.78125 333.746 280.78125Q334.496 280.78125 335.01163 280.26562Q335.52725 279.75 335.52725 278.98438Q335.52725 278.26562 335.04288 277.79688Q334.57413 277.3125 333.83975 277.3125Q333.54288 277.3125 333.08975 277.4375L333.21475 276.5Q333.32413 276.51562 333.38663 276.51562Q334.0585 276.51562 334.58975 276.17188Q335.13663 275.8125 335.13663 275.07812Q335.13663 274.5 334.746 274.125Q334.35538 273.73438 333.73038 273.73438Q333.121 273.73438 332.69913 274.125Q332.29288 274.51562 332.1835 275.28125L331.121 275.09375Q331.3085 274.04688 331.996 273.46875Q332.6835 272.875 333.69913 272.875Q334.40225 272.875 334.996 273.1875Q335.58975 273.48438 335.90225 274.0Q336.21475 274.51562 336.21475 275.10938Q336.21475 275.65625 335.91788 276.125Q335.621 276.57812 335.04288 276.84375Q335.79288 277.01562 336.21475 277.57812Q336.63663 278.125 336.63663 278.96875Q336.63663 280.09375 335.8085 280.875Q334.996 281.65625 333.746 281.65625Q332.621 281.65625 331.871 280.98438Q331.121 280.29688 331.01163 279.23438ZM338.01163 279.23438L339.07413 279.09375Q339.246 279.98438 339.6835 280.39062Q340.121 280.78125 340.746 280.78125Q341.496 280.78125 342.01163 280.26562Q342.52725 279.75 342.52725 278.98438Q342.52725 278.26562 342.04288 277.79688Q341.57413 277.3125 340.83975 277.3125Q340.54288 277.3125 340.08975 277.4375L340.21475 276.5Q340.32413 276.51562 340.38663 276.51562Q341.0585 276.51562 341.58975 276.17188Q342.13663 275.8125 342.13663 275.07812Q342.13663 274.5 341.746 274.125Q341.35538 273.73438 340.73038 273.73438Q340.121 273.73438 339.69913 274.125Q339.29288 274.51562 339.1835 275.28125L338.121 275.09375Q338.3085 274.04688 338.996 273.46875Q339.6835 272.875 340.69913 272.875Q341.40225 272.875 341.996 273.1875Q342.58975 273.48438 342.90225 274.0Q343.21475 274.51562 343.21475 275.10938Q343.21475 275.65625 342.91788 276.125Q342.621 276.57812 342.04288 276.84375Q342.79288 277.01562 343.21475 277.57812Q343.63663 278.125 343.63663 278.96875Q343.63663 280.09375 342.8085 280.875Q341.996 281.65625 340.746 281.65625Q339.621 281.65625 338.871 280.98438Q338.121 280.29688 338.01163 279.23438ZM345.21475 274.96875Q345.21475 274.04688 345.66788 273.40625Q346.13663 272.76562 347.01163 272.76562Q347.82413 272.76562 348.35538 273.34375Q348.88663 273.92188 348.88663 275.03125Q348.88663 276.125 348.33975 276.71875Q347.8085 277.29688 347.02725 277.29688Q346.246 277.29688 345.73038 276.71875Q345.21475 276.14062 345.21475 274.96875ZM347.04288 273.48438Q346.65225 273.48438 346.38663 273.82812Q346.13663 274.17188 346.13663 275.07812Q346.13663 275.90625 346.38663 276.25Q346.65225 276.57812 347.04288 276.57812Q347.44913 276.57812 347.69913 276.23438Q347.96475 275.89062 347.96475 275.0Q347.96475 274.15625 347.69913 273.82812Q347.4335 273.48438 347.04288 273.48438ZM347.04288 281.8125L351.746 272.76562L352.60538 272.76562L347.91788 281.8125L347.04288 281.8125ZM350.76163 279.48438Q350.76163 278.5625 351.21475 277.92188Q351.6835 277.28125 352.57413 277.28125Q353.38663 277.28125 353.91788 277.85938Q354.44913 278.42188 354.44913 279.54688Q354.44913 280.64062 353.90225 281.23438Q353.371 281.8125 352.57413 281.8125Q351.8085 281.8125 351.27725 281.23438Q350.76163 280.65625 350.76163 279.48438ZM352.60538 278.0Q352.19913 278.0 351.9335 278.34375Q351.6835 278.6875 351.6835 279.59375Q351.6835 280.40625 351.94913 280.75Q352.21475 281.09375 352.60538 281.09375Q352.996 281.09375 353.26163 280.75Q353.52725 280.40625 353.52725 279.5Q353.52725 278.67188 353.26163 278.34375Q352.996 278.0 352.60538 278.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M299.1809 327.48438L299.1809 328.5L293.4934 328.5Q293.4934 328.125 293.6184 327.76562Q293.83716 327.1875 294.3059 326.625Q294.79028 326.0625 295.69653 325.32812Q297.10278 324.17188 297.58716 323.5Q298.08716 322.82812 298.08716 322.23438Q298.08716 321.60938 297.63403 321.1875Q297.1809 320.75 296.46216 320.75Q295.69653 320.75 295.2434 321.20312Q294.79028 321.65625 294.77466 322.46875L293.69653 322.35938Q293.8059 321.14062 294.52466 320.51562Q295.25903 319.875 296.4934 319.875Q297.72778 319.875 298.44653 320.5625Q299.16528 321.25 299.16528 322.26562Q299.16528 322.78125 298.94653 323.28125Q298.7434 323.76562 298.2434 324.32812Q297.75903 324.875 296.63403 325.82812Q295.6809 326.625 295.39966 326.92188Q295.13403 327.20312 294.96216 327.48438L299.1809 327.48438ZM306.10278 322.01562L305.0559 322.09375Q304.91528 321.46875 304.66528 321.1875Q304.22778 320.73438 303.60278 320.73438Q303.10278 320.73438 302.71216 321.01562Q302.22778 321.39062 301.9309 322.09375Q301.64966 322.78125 301.63403 324.0625Q302.00903 323.48438 302.5559 323.20312Q303.1184 322.92188 303.72778 322.92188Q304.77466 322.92188 305.50903 323.70312Q306.25903 324.48438 306.25903 325.70312Q306.25903 326.51562 305.89966 327.21875Q305.5559 327.90625 304.94653 328.28125Q304.33716 328.64062 303.57153 328.64062Q302.2434 328.64062 301.41528 327.67188Q300.58716 326.70312 300.58716 324.48438Q300.58716 321.98438 301.50903 320.85938Q302.3059 319.875 303.66528 319.875Q304.6809 319.875 305.32153 320.45312Q305.97778 321.01562 306.10278 322.01562ZM301.8059 325.71875Q301.8059 326.26562 302.02466 326.76562Q302.25903 327.25 302.66528 327.51562Q303.08716 327.78125 303.5559 327.78125Q304.21216 327.78125 304.69653 327.25Q305.1809 326.70312 305.1809 325.78125Q305.1809 324.89062 304.69653 324.375Q304.22778 323.85938 303.50903 323.85938Q302.79028 323.85938 302.29028 324.375Q301.8059 324.89062 301.8059 325.71875ZM307.83716 321.96875Q307.83716 321.04688 308.29028 320.40625Q308.75903 319.76562 309.63403 319.76562Q310.44653 319.76562 310.97778 320.34375Q311.50903 320.92188 311.50903 322.03125Q311.50903 323.125 310.96216 323.71875Q310.4309 324.29688 309.64966 324.29688Q308.8684 324.29688 308.35278 323.71875Q307.83716 323.14062 307.83716 321.96875ZM309.66528 320.48438Q309.27466 320.48438 309.00903 320.82812Q308.75903 321.17188 308.75903 322.07812Q308.75903 322.90625 309.00903 323.25Q309.27466 323.57812 309.66528 323.57812Q310.07153 323.57812 310.32153 323.23438Q310.58716 322.89062 310.58716 322.0Q310.58716 321.15625 310.32153 320.82812Q310.0559 320.48438 309.66528 320.48438ZM309.66528 328.8125L314.3684 319.76562L315.22778 319.76562L310.54028 328.8125L309.66528 328.8125ZM313.38403 326.48438Q313.38403 325.5625 313.83716 324.92188Q314.3059 324.28125 315.19653 324.28125Q316.00903 324.28125 316.54028 324.85938Q317.07153 325.42188 317.07153 326.54688Q317.07153 327.64062 316.52466 328.23438Q315.9934 328.8125 315.19653 328.8125Q314.4309 328.8125 313.89966 328.23438Q313.38403 327.65625 313.38403 326.48438ZM315.22778 325.0Q314.82153 325.0 314.5559 325.34375Q314.3059 325.6875 314.3059 326.59375Q314.3059 327.40625 314.57153 327.75Q314.83716 328.09375 315.22778 328.09375Q315.6184 328.09375 315.88403 327.75Q316.14966 327.40625 316.14966 326.5Q316.14966 325.67188 315.88403 325.34375Q315.6184 325.0 315.22778 325.0Z" fill-rule="nonzero"/><path fill="#666666" d="M299.1809 327.48438L299.1809 328.5L293.4934 328.5Q293.4934 328.125 293.6184 327.76562Q293.83716 327.1875 294.3059 326.625Q294.79028 326.0625 295.69653 325.32812Q297.10278 324.17188 297.58716 323.5Q298.08716 322.82812 298.08716 322.23438Q298.08716 321.60938 297.63403 321.1875Q297.1809 320.75 296.46216 320.75Q295.69653 320.75 295.2434 321.20312Q294.79028 321.65625 294.77466 322.46875L293.69653 322.35938Q293.8059 321.14062 294.52466 320.51562Q295.25903 319.875 296.4934 319.875Q297.72778 319.875 298.44653 320.5625Q299.16528 321.25 299.16528 322.26562Q299.16528 322.78125 298.94653 323.28125Q298.7434 323.76562 298.2434 324.32812Q297.75903 324.875 296.63403 325.82812Q295.6809 326.625 295.39966 326.92188Q295.13403 327.20312 294.96216 327.48438L299.1809 327.48438ZM306.10278 322.01562L305.0559 322.09375Q304.91528 321.46875 304.66528 321.1875Q304.22778 320.73438 303.60278 320.73438Q303.10278 320.73438 302.71216 321.01562Q302.22778 321.39062 301.9309 322.09375Q301.64966 322.78125 301.63403 324.0625Q302.00903 323.48438 302.5559 323.20312Q303.1184 322.92188 303.72778 322.92188Q304.77466 322.92188 305.50903 323.70312Q306.25903 324.48438 306.25903 325.70312Q306.25903 326.51562 305.89966 327.21875Q305.5559 327.90625 304.94653 328.28125Q304.33716 328.64062 303.57153 328.64062Q302.2434 328.64062 301.41528 327.67188Q300.58716 326.70312 300.58716 324.48438Q300.58716 321.98438 301.50903 320.85938Q302.3059 319.875 303.66528 319.875Q304.6809 319.875 305.32153 320.45312Q305.97778 321.01562 306.10278 322.01562ZM301.8059 325.71875Q301.8059 326.26562 302.02466 326.76562Q302.25903 327.25 302.66528 327.51562Q303.08716 327.78125 303.5559 327.78125Q304.21216 327.78125 304.69653 327.25Q305.1809 326.70312 305.1809 325.78125Q305.1809 324.89062 304.69653 324.375Q304.22778 323.85938 303.50903 323.85938Q302.79028 323.85938 302.29028 324.375Q301.8059 324.89062 301.8059 325.71875ZM307.83716 321.96875Q307.83716 321.04688 308.29028 320.40625Q308.75903 319.76562 309.63403 319.76562Q310.44653 319.76562 310.97778 320.34375Q311.50903 320.92188 311.50903 322.03125Q311.50903 323.125 310.96216 323.71875Q310.4309 324.29688 309.64966 324.29688Q308.8684 324.29688 308.35278 323.71875Q307.83716 323.14062 307.83716 321.96875ZM309.66528 320.48438Q309.27466 320.48438 309.00903 320.82812Q308.75903 321.17188 308.75903 322.07812Q308.75903 322.90625 309.00903 323.25Q309.27466 323.57812 309.66528 323.57812Q310.07153 323.57812 310.32153 323.23438Q310.58716 322.89062 310.58716 322.0Q310.58716 321.15625 310.32153 320.82812Q310.0559 320.48438 309.66528 320.48438ZM309.66528 328.8125L314.3684 319.76562L315.22778 319.76562L310.54028 328.8125L309.66528 328.8125ZM313.38403 326.48438Q313.38403 325.5625 313.83716 324.92188Q314.3059 324.28125 315.19653 324.28125Q316.00903 324.28125 316.54028 324.85938Q317.07153 325.42188 317.07153 326.54688Q317.07153 327.64062 316.52466 328.23438Q315.9934 328.8125 315.19653 328.8125Q314.4309 328.8125 313.89966 328.23438Q313.38403 327.65625 313.38403 326.48438ZM315.22778 325.0Q314.82153 325.0 314.5559 325.34375Q314.3059 325.6875 314.3059 326.59375Q314.3059 327.40625 314.57153 327.75Q314.83716 328.09375 315.22778 328.09375Q315.6184 328.09375 315.88403 327.75Q316.14966 327.40625 316.14966 326.5Q316.14966 325.67188 315.88403 325.34375Q315.6184 325.0 315.22778 325.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.18727 375.5L227.1404 375.5L227.1404 368.78125Q226.74977 369.14062 226.12477 369.51562Q225.5154 369.875 225.03102 370.04688L225.03102 369.03125Q225.90602 368.60938 226.56227 368.03125Q227.23415 367.4375 227.5154 366.875L228.18727 366.875L228.18727 375.5ZM231.21852 373.23438L232.28102 373.09375Q232.4529 373.98438 232.8904 374.39062Q233.3279 374.78125 233.9529 374.78125Q234.7029 374.78125 235.21852 374.26562Q235.73415 373.75 235.73415 372.98438Q235.73415 372.26562 235.24977 371.79688Q234.78102 371.3125 234.04665 371.3125Q233.74977 371.3125 233.29665 371.4375L233.42165 370.5Q233.53102 370.51562 233.59352 370.51562Q234.2654 370.51562 234.79665 370.17188Q235.34352 369.8125 235.34352 369.07812Q235.34352 368.5 234.9529 368.125Q234.56227 367.73438 233.93727 367.73438Q233.3279 367.73438 232.90602 368.125Q232.49977 368.51562 232.3904 369.28125L231.3279 369.09375Q231.5154 368.04688 232.2029 367.46875Q232.8904 366.875 233.90602 366.875Q234.60915 366.875 235.2029 367.1875Q235.79665 367.48438 236.10915 368.0Q236.42165 368.51562 236.42165 369.10938Q236.42165 369.65625 236.12477 370.125Q235.8279 370.57812 235.24977 370.84375Q235.99977 371.01562 236.42165 371.57812Q236.84352 372.125 236.84352 372.96875Q236.84352 374.09375 236.0154 374.875Q235.2029 375.65625 233.9529 375.65625Q232.8279 375.65625 232.0779 374.98438Q231.3279 374.29688 231.21852 373.23438ZM238.42165 368.96875Q238.42165 368.04688 238.87477 367.40625Q239.34352 366.76562 240.21852 366.76562Q241.03102 366.76562 241.56227 367.34375Q242.09352 367.92188 242.09352 369.03125Q242.09352 370.125 241.54665 370.71875Q241.0154 371.29688 240.23415 371.29688Q239.4529 371.29688 238.93727 370.71875Q238.42165 370.14062 238.42165 368.96875ZM240.24977 367.48438Q239.85915 367.48438 239.59352 367.82812Q239.34352 368.17188 239.34352 369.07812Q239.34352 369.90625 239.59352 370.25Q239.85915 370.57812 240.24977 370.57812Q240.65602 370.57812 240.90602 370.23438Q241.17165 369.89062 241.17165 369.0Q241.17165 368.15625 240.90602 367.82812Q240.6404 367.48438 240.24977 367.48438ZM240.24977 375.8125L244.9529 366.76562L245.81227 366.76562L241.12477 375.8125L240.24977 375.8125ZM243.96852 373.48438Q243.96852 372.5625 244.42165 371.92188Q244.8904 371.28125 245.78102 371.28125Q246.59352 371.28125 247.12477 371.85938Q247.65602 372.42188 247.65602 373.54688Q247.65602 374.64062 247.10915 375.23438Q246.5779 375.8125 245.78102 375.8125Q245.0154 375.8125 244.48415 375.23438Q243.96852 374.65625 243.96852 373.48438ZM245.81227 372.0Q245.40602 372.0 245.1404 372.34375Q244.8904 372.6875 244.8904 373.59375Q244.8904 374.40625 245.15602 374.75Q245.42165 375.09375 245.81227 375.09375Q246.2029 375.09375 246.46852 374.75Q246.73415 374.40625 246.73415 373.5Q246.73415 372.67188 246.46852 372.34375Q246.2029 372.0 245.81227 372.0Z" fill-rule="nonzero"/><path fill="#666666" d="M228.18727 375.5L227.1404 375.5L227.1404 368.78125Q226.74977 369.14062 226.12477 369.51562Q225.5154 369.875 225.03102 370.04688L225.03102 369.03125Q225.90602 368.60938 226.56227 368.03125Q227.23415 367.4375 227.5154 366.875L228.18727 366.875L228.18727 375.5ZM231.21852 373.23438L232.28102 373.09375Q232.4529 373.98438 232.8904 374.39062Q233.3279 374.78125 233.9529 374.78125Q234.7029 374.78125 235.21852 374.26562Q235.73415 373.75 235.73415 372.98438Q235.73415 372.26562 235.24977 371.79688Q234.78102 371.3125 234.04665 371.3125Q233.74977 371.3125 233.29665 371.4375L233.42165 370.5Q233.53102 370.51562 233.59352 370.51562Q234.2654 370.51562 234.79665 370.17188Q235.34352 369.8125 235.34352 369.07812Q235.34352 368.5 234.9529 368.125Q234.56227 367.73438 233.93727 367.73438Q233.3279 367.73438 232.90602 368.125Q232.49977 368.51562 232.3904 369.28125L231.3279 369.09375Q231.5154 368.04688 232.2029 367.46875Q232.8904 366.875 233.90602 366.875Q234.60915 366.875 235.2029 367.1875Q235.79665 367.48438 236.10915 368.0Q236.42165 368.51562 236.42165 369.10938Q236.42165 369.65625 236.12477 370.125Q235.8279 370.57812 235.24977 370.84375Q235.99977 371.01562 236.42165 371.57812Q236.84352 372.125 236.84352 372.96875Q236.84352 374.09375 236.0154 374.875Q235.2029 375.65625 233.9529 375.65625Q232.8279 375.65625 232.0779 374.98438Q231.3279 374.29688 231.21852 373.23438ZM238.42165 368.96875Q238.42165 368.04688 238.87477 367.40625Q239.34352 366.76562 240.21852 366.76562Q241.03102 366.76562 241.56227 367.34375Q242.09352 367.92188 242.09352 369.03125Q242.09352 370.125 241.54665 370.71875Q241.0154 371.29688 240.23415 371.29688Q239.4529 371.29688 238.93727 370.71875Q238.42165 370.14062 238.42165 368.96875ZM240.24977 367.48438Q239.85915 367.48438 239.59352 367.82812Q239.34352 368.17188 239.34352 369.07812Q239.34352 369.90625 239.59352 370.25Q239.85915 370.57812 240.24977 370.57812Q240.65602 370.57812 240.90602 370.23438Q241.17165 369.89062 241.17165 369.0Q241.17165 368.15625 240.90602 367.82812Q240.6404 367.48438 240.24977 367.48438ZM240.24977 375.8125L244.9529 366.76562L245.81227 366.76562L241.12477 375.8125L240.24977 375.8125ZM243.96852 373.48438Q243.96852 372.5625 244.42165 371.92188Q244.8904 371.28125 245.78102 371.28125Q246.59352 371.28125 247.12477 371.85938Q247.65602 372.42188 247.65602 373.54688Q247.65602 374.64062 247.10915 375.23438Q246.5779 375.8125 245.78102 375.8125Q245.0154 375.8125 244.48415 375.23438Q243.96852 374.65625 243.96852 373.48438ZM245.81227 372.0Q245.40602 372.0 245.1404 372.34375Q244.8904 372.6875 244.8904 373.59375Q244.8904 374.40625 245.15602 374.75Q245.42165 375.09375 245.81227 375.09375Q246.2029 375.09375 246.46852 374.75Q246.73415 374.40625 246.73415 373.5Q246.73415 372.67188 246.46852 372.34375Q246.2029 372.0 245.81227 372.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.14525 416.84375Q198.489 416.59375 198.16087 416.15625Q197.84837 415.70312 197.84837 415.09375Q197.84837 414.15625 198.52025 413.51562Q199.20775 412.875 200.31712 412.875Q201.44212 412.875 202.12962 413.53125Q202.81712 414.1875 202.81712 415.125Q202.81712 415.71875 202.50462 416.15625Q202.19212 416.59375 201.5515 416.84375Q202.34837 417.09375 202.75462 417.67188Q203.16087 418.25 203.16087 419.04688Q203.16087 420.14062 202.37962 420.89062Q201.614 421.64062 200.33275 421.64062Q199.06712 421.64062 198.28587 420.89062Q197.50462 420.14062 197.50462 419.01562Q197.50462 418.17188 197.9265 417.60938Q198.364 417.04688 199.14525 416.84375ZM198.9265 415.04688Q198.9265 415.65625 199.31712 416.04688Q199.72337 416.4375 200.34837 416.4375Q200.95775 416.4375 201.34837 416.0625Q201.739 415.67188 201.739 415.10938Q201.739 414.53125 201.33275 414.14062Q200.9265 413.73438 200.33275 413.73438Q199.72337 413.73438 199.31712 414.125Q198.9265 414.51562 198.9265 415.04688ZM198.59837 419.01562Q198.59837 419.46875 198.8015 419.89062Q199.02025 420.3125 199.44212 420.54688Q199.864 420.78125 200.34837 420.78125Q201.09837 420.78125 201.58275 420.29688Q202.08275 419.8125 202.08275 419.0625Q202.08275 418.29688 201.58275 417.79688Q201.08275 417.29688 200.31712 417.29688Q199.56712 417.29688 199.08275 417.79688Q198.59837 418.28125 198.59837 419.01562ZM204.72337 414.96875Q204.72337 414.04688 205.1765 413.40625Q205.64525 412.76562 206.52025 412.76562Q207.33275 412.76562 207.864 413.34375Q208.39525 413.92188 208.39525 415.03125Q208.39525 416.125 207.84837 416.71875Q207.31712 417.29688 206.53587 417.29688Q205.75462 417.29688 205.239 416.71875Q204.72337 416.14062 204.72337 414.96875ZM206.5515 413.48438Q206.16087 413.48438 205.89525 413.82812Q205.64525 414.17188 205.64525 415.07812Q205.64525 415.90625 205.89525 416.25Q206.16087 416.57812 206.5515 416.57812Q206.95775 416.57812 207.20775 416.23438Q207.47337 415.89062 207.47337 415.0Q207.47337 414.15625 207.20775 413.82812Q206.94212 413.48438 206.5515 413.48438ZM206.5515 421.8125L211.25462 412.76562L212.114 412.76562L207.4265 421.8125L206.5515 421.8125ZM210.27025 419.48438Q210.27025 418.5625 210.72337 417.92188Q211.19212 417.28125 212.08275 417.28125Q212.89525 417.28125 213.4265 417.85938Q213.95775 418.42188 213.95775 419.54688Q213.95775 420.64062 213.41087 421.23438Q212.87962 421.8125 212.08275 421.8125Q211.31712 421.8125 210.78587 421.23438Q210.27025 420.65625 210.27025 419.48438ZM212.114 418.0Q211.70775 418.0 211.44212 418.34375Q211.19212 418.6875 211.19212 419.59375Q211.19212 420.40625 211.45775 420.75Q211.72337 421.09375 212.114 421.09375Q212.50462 421.09375 212.77025 420.75Q213.03587 420.40625 213.03587 419.5Q213.03587 418.67188 212.77025 418.34375Q212.50462 418.0 212.114 418.0Z" fill-rule="nonzero"/><path fill="#666666" d="M199.14525 416.84375Q198.489 416.59375 198.16087 416.15625Q197.84837 415.70312 197.84837 415.09375Q197.84837 414.15625 198.52025 413.51562Q199.20775 412.875 200.31712 412.875Q201.44212 412.875 202.12962 413.53125Q202.81712 414.1875 202.81712 415.125Q202.81712 415.71875 202.50462 416.15625Q202.19212 416.59375 201.5515 416.84375Q202.34837 417.09375 202.75462 417.67188Q203.16087 418.25 203.16087 419.04688Q203.16087 420.14062 202.37962 420.89062Q201.614 421.64062 200.33275 421.64062Q199.06712 421.64062 198.28587 420.89062Q197.50462 420.14062 197.50462 419.01562Q197.50462 418.17188 197.9265 417.60938Q198.364 417.04688 199.14525 416.84375ZM198.9265 415.04688Q198.9265 415.65625 199.31712 416.04688Q199.72337 416.4375 200.34837 416.4375Q200.95775 416.4375 201.34837 416.0625Q201.739 415.67188 201.739 415.10938Q201.739 414.53125 201.33275 414.14062Q200.9265 413.73438 200.33275 413.73438Q199.72337 413.73438 199.31712 414.125Q198.9265 414.51562 198.9265 415.04688ZM198.59837 419.01562Q198.59837 419.46875 198.8015 419.89062Q199.02025 420.3125 199.44212 420.54688Q199.864 420.78125 200.34837 420.78125Q201.09837 420.78125 201.58275 420.29688Q202.08275 419.8125 202.08275 419.0625Q202.08275 418.29688 201.58275 417.79688Q201.08275 417.29688 200.31712 417.29688Q199.56712 417.29688 199.08275 417.79688Q198.59837 418.28125 198.59837 419.01562ZM204.72337 414.96875Q204.72337 414.04688 205.1765 413.40625Q205.64525 412.76562 206.52025 412.76562Q207.33275 412.76562 207.864 413.34375Q208.39525 413.92188 208.39525 415.03125Q208.39525 416.125 207.84837 416.71875Q207.31712 417.29688 206.53587 417.29688Q205.75462 417.29688 205.239 416.71875Q204.72337 416.14062 204.72337 414.96875ZM206.5515 413.48438Q206.16087 413.48438 205.89525 413.82812Q205.64525 414.17188 205.64525 415.07812Q205.64525 415.90625 205.89525 416.25Q206.16087 416.57812 206.5515 416.57812Q206.95775 416.57812 207.20775 416.23438Q207.47337 415.89062 207.47337 415.0Q207.47337 414.15625 207.20775 413.82812Q206.94212 413.48438 206.5515 413.48438ZM206.5515 421.8125L211.25462 412.76562L212.114 412.76562L207.4265 421.8125L206.5515 421.8125ZM210.27025 419.48438Q210.27025 418.5625 210.72337 417.92188Q211.19212 417.28125 212.08275 417.28125Q212.89525 417.28125 213.4265 417.85938Q213.95775 418.42188 213.95775 419.54688Q213.95775 420.64062 213.41087 421.23438Q212.87962 421.8125 212.08275 421.8125Q211.31712 421.8125 210.78587 421.23438Q210.27025 420.65625 210.27025 419.48438ZM212.114 418.0Q211.70775 418.0 211.44212 418.34375Q211.19212 418.6875 211.19212 419.59375Q211.19212 420.40625 211.45775 420.75Q211.72337 421.09375 212.114 421.09375Q212.50462 421.09375 212.77025 420.75Q213.03587 420.40625 213.03587 419.5Q213.03587 418.67188 212.77025 418.34375Q212.50462 418.0 212.114 418.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.24309 461.03125L192.24309 460.01562L197.80559 460.01562L197.80559 460.84375Q196.99309 461.71875 196.18059 463.17188Q195.38371 464.60938 194.94621 466.14062Q194.61809 467.21875 194.53996 468.5L193.44621 468.5Q193.46184 467.48438 193.83684 466.04688Q194.22746 464.60938 194.93059 463.28125Q195.64934 461.95312 196.46184 461.03125L192.24309 461.03125ZM199.38371 461.96875Q199.38371 461.04688 199.83684 460.40625Q200.30559 459.76562 201.18059 459.76562Q201.99309 459.76562 202.52434 460.34375Q203.05559 460.92188 203.05559 462.03125Q203.05559 463.125 202.50871 463.71875Q201.97746 464.29688 201.19621 464.29688Q200.41496 464.29688 199.89934 463.71875Q199.38371 463.14062 199.38371 461.96875ZM201.21184 460.48438Q200.82121 460.48438 200.55559 460.82812Q200.30559 461.17188 200.30559 462.07812Q200.30559 462.90625 200.55559 463.25Q200.82121 463.57812 201.21184 463.57812Q201.61809 463.57812 201.86809 463.23438Q202.13371 462.89062 202.13371 462.0Q202.13371 461.15625 201.86809 460.82812Q201.60246 460.48438 201.21184 460.48438ZM201.21184 468.8125L205.91496 459.76562L206.77434 459.76562L202.08684 468.8125L201.21184 468.8125ZM204.93059 466.48438Q204.93059 465.5625 205.38371 464.92188Q205.85246 464.28125 206.74309 464.28125Q207.55559 464.28125 208.08684 464.85938Q208.61809 465.42188 208.61809 466.54688Q208.61809 467.64062 208.07121 468.23438Q207.53996 468.8125 206.74309 468.8125Q205.97746 468.8125 205.44621 468.23438Q204.93059 467.65625 204.93059 466.48438ZM206.77434 465.0Q206.36809 465.0 206.10246 465.34375Q205.85246 465.6875 205.85246 466.59375Q205.85246 467.40625 206.11809 467.75Q206.38371 468.09375 206.77434 468.09375Q207.16496 468.09375 207.43059 467.75Q207.69621 467.40625 207.69621 466.5Q207.69621 465.67188 207.43059 465.34375Q207.16496 465.0 206.77434 465.0Z" fill-rule="nonzero"/><path fill="#666666" d="M192.24309 461.03125L192.24309 460.01562L197.80559 460.01562L197.80559 460.84375Q196.99309 461.71875 196.18059 463.17188Q195.38371 464.60938 194.94621 466.14062Q194.61809 467.21875 194.53996 468.5L193.44621 468.5Q193.46184 467.48438 193.83684 466.04688Q194.22746 464.60938 194.93059 463.28125Q195.64934 461.95312 196.46184 461.03125L192.24309 461.03125ZM199.38371 461.96875Q199.38371 461.04688 199.83684 460.40625Q200.30559 459.76562 201.18059 459.76562Q201.99309 459.76562 202.52434 460.34375Q203.05559 460.92188 203.05559 462.03125Q203.05559 463.125 202.50871 463.71875Q201.97746 464.29688 201.19621 464.29688Q200.41496 464.29688 199.89934 463.71875Q199.38371 463.14062 199.38371 461.96875ZM201.21184 460.48438Q200.82121 460.48438 200.55559 460.82812Q200.30559 461.17188 200.30559 462.07812Q200.30559 462.90625 200.55559 463.25Q200.82121 463.57812 201.21184 463.57812Q201.61809 463.57812 201.86809 463.23438Q202.13371 462.89062 202.13371 462.0Q202.13371 461.15625 201.86809 460.82812Q201.60246 460.48438 201.21184 460.48438ZM201.21184 468.8125L205.91496 459.76562L206.77434 459.76562L202.08684 468.8125L201.21184 468.8125ZM204.93059 466.48438Q204.93059 465.5625 205.38371 464.92188Q205.85246 464.28125 206.74309 464.28125Q207.55559 464.28125 208.08684 464.85938Q208.61809 465.42188 208.61809 466.54688Q208.61809 467.64062 208.07121 468.23438Q207.53996 468.8125 206.74309 468.8125Q205.97746 468.8125 205.44621 468.23438Q204.93059 467.65625 204.93059 466.48438ZM206.77434 465.0Q206.36809 465.0 206.10246 465.34375Q205.85246 465.6875 205.85246 466.59375Q205.85246 467.40625 206.11809 467.75Q206.38371 468.09375 206.77434 468.09375Q207.16496 468.09375 207.43059 467.75Q207.69621 467.40625 207.69621 466.5Q207.69621 465.67188 207.43059 465.34375Q207.16496 465.0 206.77434 465.0Z" fill-rule="nonzero"/><path fill="#666666" d="M278.59235 521.60956Q278.59235 520.6877 279.04547 520.04706Q279.51422 519.40643 280.38922 519.40643Q281.20172 519.40643 281.73297 519.98456Q282.26422 520.5627 282.26422 521.67206Q282.26422 522.7658 281.71735 523.35956Q281.1861 523.9377 280.40485 523.9377Q279.6236 523.9377 279.10797 523.35956Q278.59235 522.78143 278.59235 521.60956ZM280.42047 520.1252Q280.02985 520.1252 279.76422 520.46893Q279.51422 520.8127 279.51422 521.71893Q279.51422 522.54706 279.76422 522.8908Q280.02985 523.21893 280.42047 523.21893Q280.82672 523.21893 281.07672 522.8752Q281.34235 522.53143 281.34235 521.6408Q281.34235 520.79706 281.07672 520.46893Q280.8111 520.1252 280.42047 520.1252ZM280.42047 528.4533L285.1236 519.40643L285.98297 519.40643L281.29547 528.4533L280.42047 528.4533ZM284.13922 526.1252Q284.13922 525.2033 284.59235 524.5627Q285.0611 523.92206 285.95172 523.92206Q286.76422 523.92206 287.29547 524.5002Q287.82672 525.0627 287.82672 526.1877Q287.82672 527.28143 287.27985 527.8752Q286.7486 528.4533 285.95172 528.4533Q285.1861 528.4533 284.65485 527.8752Q284.13922 527.29706 284.13922 526.1252ZM285.98297 524.6408Q285.57672 524.6408 285.3111 524.98456Q285.0611 525.3283 285.0611 526.23456Q285.0611 527.04706 285.32672 527.3908Q285.59235 527.73456 285.98297 527.73456Q286.3736 527.73456 286.63922 527.3908Q286.90485 527.04706 286.90485 526.1408Q286.90485 525.3127 286.63922 524.98456Q286.3736 524.6408 285.98297 524.6408ZM292.29547 525.03143Q292.29547 523.29706 293.2486 522.46893Q294.04547 521.78143 295.20172 521.78143Q296.48297 521.78143 297.29547 522.6252Q298.1236 523.4533 298.1236 524.9377Q298.1236 526.1408 297.76422 526.8283Q297.40485 527.5158 296.70172 527.90643Q296.01422 528.28143 295.20172 528.28143Q293.90485 528.28143 293.09235 527.4533Q292.29547 526.60956 292.29547 525.03143ZM293.3736 525.03143Q293.3736 526.21893 293.88922 526.8127Q294.42047 527.40643 295.20172 527.40643Q295.9986 527.40643 296.51422 526.8127Q297.02985 526.21893 297.02985 525.0002Q297.02985 523.84393 296.4986 523.2502Q295.98297 522.65643 295.20172 522.65643Q294.42047 522.65643 293.88922 523.2502Q293.3736 523.8283 293.3736 525.03143ZM299.9361 528.1408L299.9361 522.73456L298.9986 522.73456L298.9986 521.92206L299.9361 521.92206L299.9361 521.2502Q299.9361 520.6252 300.04547 520.3283Q300.20172 519.90643 300.57672 519.65643Q300.96735 519.40643 301.65485 519.40643Q302.10797 519.40643 302.63922 519.5158L302.48297 520.42206Q302.15485 520.3752 301.85797 520.3752Q301.3736 520.3752 301.17047 520.5783Q300.98297 520.78143 300.98297 521.34393L300.98297 521.92206L302.20172 521.92206L302.20172 522.73456L300.98297 522.73456L300.98297 528.1408L299.9361 528.1408ZM305.67047 528.1408L305.67047 521.92206L306.6236 521.92206L306.6236 522.85956Q306.98297 522.2033 307.27985 522.0002Q307.59235 521.78143 307.96735 521.78143Q308.4986 521.78143 309.04547 522.10956L308.6861 523.09393Q308.29547 522.85956 307.92047 522.85956Q307.5611 522.85956 307.27985 523.0783Q307.01422 523.28143 306.90485 523.65643Q306.71735 524.21893 306.71735 524.8752L306.71735 528.1408L305.67047 528.1408ZM313.9361 526.1408L315.02985 526.2658Q314.77985 527.21893 314.07672 527.7502Q313.3736 528.28143 312.29547 528.28143Q310.9361 528.28143 310.1236 527.4377Q309.32672 526.59393 309.32672 525.0783Q309.32672 523.5158 310.13922 522.65643Q310.95172 521.78143 312.23297 521.78143Q313.48297 521.78143 314.26422 522.6252Q315.0611 523.46893 315.0611 525.0158Q315.0611 525.10956 315.0611 525.29706L310.42047 525.29706Q310.48297 526.3283 310.9986 526.8752Q311.51422 527.40643 312.29547 527.40643Q312.8736 527.40643 313.27985 527.10956Q313.70172 526.79706 313.9361 526.1408ZM310.48297 524.4377L313.95172 524.4377Q313.88922 523.6408 313.5611 523.2502Q313.04547 522.6408 312.2486 522.6408Q311.51422 522.6408 311.01422 523.1252Q310.52985 523.60956 310.48297 524.4377ZM316.26422 526.28143L317.29547 526.1252Q317.38922 526.7502 317.77985 527.0783Q318.1861 527.40643 318.92047 527.40643Q319.63922 527.40643 319.98297 527.1252Q320.34235 526.8283 320.34235 526.42206Q320.34235 526.0627 320.02985 525.85956Q319.8111 525.71893 318.95172 525.5002Q317.79547 525.2033 317.34235 525.0002Q316.90485 524.78143 316.67047 524.40643Q316.4361 524.03143 316.4361 523.5627Q316.4361 523.15643 316.6236 522.79706Q316.8111 522.4377 317.13922 522.2033Q317.38922 522.03143 317.8111 521.90643Q318.23297 521.78143 318.73297 521.78143Q319.45172 521.78143 319.9986 522.0002Q320.5611 522.2033 320.82672 522.5627Q321.09235 522.92206 321.1861 523.5158L320.15485 523.65643Q320.09235 523.1877 319.7486 522.92206Q319.42047 522.6408 318.79547 522.6408Q318.07672 522.6408 317.76422 522.8908Q317.45172 523.1252 317.45172 523.4533Q317.45172 523.65643 317.57672 523.8127Q317.71735 523.98456 317.98297 524.09393Q318.13922 524.15643 318.92047 524.35956Q320.04547 524.67206 320.48297 524.85956Q320.92047 525.04706 321.17047 525.40643Q321.42047 525.7658 321.42047 526.3127Q321.42047 526.84393 321.10797 527.3127Q320.8111 527.7658 320.23297 528.03143Q319.65485 528.28143 318.92047 528.28143Q317.70172 528.28143 317.0611 527.78143Q316.4361 527.2658 316.26422 526.28143ZM322.6861 530.53143L322.6861 521.92206L323.63922 521.92206L323.63922 522.71893Q323.98297 522.2502 324.40485 522.0158Q324.84235 521.78143 325.45172 521.78143Q326.2486 521.78143 326.85797 522.1877Q327.46735 522.59393 327.76422 523.34393Q328.07672 524.09393 328.07672 524.98456Q328.07672 525.9377 327.73297 526.7033Q327.40485 527.46893 326.7486 527.8752Q326.09235 528.28143 325.3736 528.28143Q324.84235 528.28143 324.42047 528.0627Q323.9986 527.8283 323.73297 527.5002L323.73297 530.53143L322.6861 530.53143ZM323.63922 525.0627Q323.63922 526.2658 324.1236 526.84393Q324.60797 527.40643 325.29547 527.40643Q325.9986 527.40643 326.4986 526.8127Q326.9986 526.21893 326.9986 524.96893Q326.9986 523.78143 326.51422 523.2033Q326.02985 522.60956 325.34235 522.60956Q324.67047 522.60956 324.15485 523.23456Q323.63922 523.85956 323.63922 525.0627ZM329.29547 525.03143Q329.29547 523.29706 330.2486 522.46893Q331.04547 521.78143 332.20172 521.78143Q333.48297 521.78143 334.29547 522.6252Q335.1236 523.4533 335.1236 524.9377Q335.1236 526.1408 334.76422 526.8283Q334.40485 527.5158 333.70172 527.90643Q333.01422 528.28143 332.20172 528.28143Q330.90485 528.28143 330.09235 527.4533Q329.29547 526.60956 329.29547 525.03143ZM330.3736 525.03143Q330.3736 526.21893 330.88922 526.8127Q331.42047 527.40643 332.20172 527.40643Q332.9986 527.40643 333.51422 526.8127Q334.02985 526.21893 334.02985 525.0002Q334.02985 523.84393 333.4986 523.2502Q332.98297 522.65643 332.20172 522.65643Q331.42047 522.65643 330.88922 523.2502Q330.3736 523.8283 330.3736 525.03143ZM336.6861 528.1408L336.6861 521.92206L337.6236 521.92206L337.6236 522.79706Q338.3111 521.78143 339.60797 521.78143Q340.17047 521.78143 340.63922 521.98456Q341.1236 522.1877 341.35797 522.5158Q341.59235 522.84393 341.6861 523.28143Q341.73297 523.5783 341.73297 524.3127L341.73297 528.1408L340.6861 528.1408L340.6861 524.35956Q340.6861 523.7033 340.5611 523.3908Q340.4361 523.0783 340.1236 522.8908Q339.8111 522.6877 339.38922 522.6877Q338.71735 522.6877 338.21735 523.1252Q337.73297 523.54706 337.73297 524.73456L337.73297 528.1408L336.6861 528.1408ZM347.71735 528.1408L347.71735 527.35956Q347.1236 528.28143 345.98297 528.28143Q345.23297 528.28143 344.60797 527.8752Q343.98297 527.4533 343.63922 526.71893Q343.29547 525.98456 343.29547 525.03143Q343.29547 524.10956 343.60797 523.34393Q343.92047 522.5783 344.54547 522.1877Q345.17047 521.78143 345.9361 521.78143Q346.4986 521.78143 346.9361 522.0158Q347.3736 522.2502 347.65485 522.6252L347.65485 519.54706L348.70172 519.54706L348.70172 528.1408L347.71735 528.1408ZM344.38922 525.03143Q344.38922 526.23456 344.88922 526.8283Q345.38922 527.40643 346.07672 527.40643Q346.76422 527.40643 347.2486 526.84393Q347.73297 526.28143 347.73297 525.1252Q347.73297 523.84393 347.23297 523.2502Q346.7486 522.65643 346.02985 522.65643Q345.32672 522.65643 344.85797 523.23456Q344.38922 523.79706 344.38922 525.03143ZM354.9361 526.1408L356.02985 526.2658Q355.77985 527.21893 355.07672 527.7502Q354.3736 528.28143 353.29547 528.28143Q351.9361 528.28143 351.1236 527.4377Q350.32672 526.59393 350.32672 525.0783Q350.32672 523.5158 351.13922 522.65643Q351.95172 521.78143 353.23297 521.78143Q354.48297 521.78143 355.26422 522.6252Q356.0611 523.46893 356.0611 525.0158Q356.0611 525.10956 356.0611 525.29706L351.42047 525.29706Q351.48297 526.3283 351.9986 526.8752Q352.51422 527.40643 353.29547 527.40643Q353.8736 527.40643 354.27985 527.10956Q354.70172 526.79706 354.9361 526.1408ZM351.48297 524.4377L354.95172 524.4377Q354.88922 523.6408 354.5611 523.2502Q354.04547 522.6408 353.2486 522.6408Q352.51422 522.6408 352.01422 523.1252Q351.52985 523.60956 351.48297 524.4377ZM357.6861 528.1408L357.6861 521.92206L358.6236 521.92206L358.6236 522.79706Q359.3111 521.78143 360.60797 521.78143Q361.17047 521.78143 361.63922 521.98456Q362.1236 522.1877 362.35797 522.5158Q362.59235 522.84393 362.6861 523.28143Q362.73297 523.5783 362.73297 524.3127L362.73297 528.1408L361.6861 528.1408L361.6861 524.35956Q361.6861 523.7033 361.5611 523.3908Q361.4361 523.0783 361.1236 522.8908Q360.8111 522.6877 360.38922 522.6877Q359.71735 522.6877 359.21735 523.1252Q358.73297 523.54706 358.73297 524.73456L358.73297 528.1408L357.6861 528.1408ZM366.98297 527.2033L367.13922 528.1252Q366.6861 528.21893 366.34235 528.21893Q365.76422 528.21893 365.45172 528.04706Q365.13922 527.85956 364.9986 527.5627Q364.8736 527.2658 364.8736 526.3127L364.8736 522.73456L364.10797 522.73456L364.10797 521.92206L364.8736 521.92206L364.8736 520.3752L365.92047 519.7502L365.92047 521.92206L366.98297 521.92206L366.98297 522.73456L365.92047 522.73456L365.92047 526.3752Q365.92047 526.8283 365.96735 526.9533Q366.02985 527.0783 366.15485 527.15643Q366.27985 527.23456 366.51422 527.23456Q366.70172 527.23456 366.98297 527.2033ZM367.26422 526.28143L368.29547 526.1252Q368.38922 526.7502 368.77985 527.0783Q369.1861 527.40643 369.92047 527.40643Q370.63922 527.40643 370.98297 527.1252Q371.34235 526.8283 371.34235 526.42206Q371.34235 526.0627 371.02985 525.85956Q370.8111 525.71893 369.95172 525.5002Q368.79547 525.2033 368.34235 525.0002Q367.90485 524.78143 367.67047 524.40643Q367.4361 524.03143 367.4361 523.5627Q367.4361 523.15643 367.6236 522.79706Q367.8111 522.4377 368.13922 522.2033Q368.38922 522.03143 368.8111 521.90643Q369.23297 521.78143 369.73297 521.78143Q370.45172 521.78143 370.9986 522.0002Q371.5611 522.2033 371.82672 522.5627Q372.09235 522.92206 372.1861 523.5158L371.15485 523.65643Q371.09235 523.1877 370.7486 522.92206Q370.42047 522.6408 369.79547 522.6408Q369.07672 522.6408 368.76422 522.8908Q368.45172 523.1252 368.45172 523.4533Q368.45172 523.65643 368.57672 523.8127Q368.71735 523.98456 368.98297 524.09393Q369.13922 524.15643 369.92047 524.35956Q371.04547 524.67206 371.48297 524.85956Q371.92047 525.04706 372.17047 525.40643Q372.42047 525.7658 372.42047 526.3127Q372.42047 526.84393 372.10797 527.3127Q371.8111 527.7658 371.23297 528.03143Q370.65485 528.28143 369.92047 528.28143Q368.70172 528.28143 368.0611 527.78143Q367.4361 527.2658 367.26422 526.28143ZM377.82672 528.1408L375.92047 521.92206L377.01422 521.92206L377.9986 525.5158L378.3736 526.84393Q378.40485 526.7502 378.70172 525.5627L379.6861 521.92206L380.76422 521.92206L381.70172 525.53143L382.01422 526.71893L382.3736 525.5158L383.4361 521.92206L384.46735 521.92206L382.51422 528.1408L381.42047 528.1408L380.4361 524.40643L380.1861 523.35956L378.9361 528.1408L377.82672 528.1408ZM385.6861 528.1408L385.6861 519.54706L386.73297 519.54706L386.73297 522.6252Q387.46735 521.78143 388.59235 521.78143Q389.29547 521.78143 389.79547 522.0627Q390.3111 522.3283 390.52985 522.8127Q390.7486 523.28143 390.7486 524.2033L390.7486 528.1408L389.70172 528.1408L389.70172 524.2033Q389.70172 523.40643 389.35797 523.04706Q389.01422 522.6877 388.38922 522.6877Q387.92047 522.6877 387.4986 522.9377Q387.09235 523.17206 386.90485 523.59393Q386.73297 524.0002 386.73297 524.73456L386.73297 528.1408L385.6861 528.1408ZM392.29547 525.03143Q392.29547 523.29706 393.2486 522.46893Q394.04547 521.78143 395.20172 521.78143Q396.48297 521.78143 397.29547 522.6252Q398.1236 523.4533 398.1236 524.9377Q398.1236 526.1408 397.76422 526.8283Q397.40485 527.5158 396.70172 527.90643Q396.01422 528.28143 395.20172 528.28143Q393.90485 528.28143 393.09235 527.4533Q392.29547 526.60956 392.29547 525.03143ZM393.3736 525.03143Q393.3736 526.21893 393.88922 526.8127Q394.42047 527.40643 395.20172 527.40643Q395.9986 527.40643 396.51422 526.8127Q397.02985 526.21893 397.02985 525.0002Q397.02985 523.84393 396.4986 523.2502Q395.98297 522.65643 395.20172 522.65643Q394.42047 522.65643 393.88922 523.2502Q393.3736 523.8283 393.3736 525.03143ZM406.7486 527.3752Q406.15485 527.8752 405.60797 528.0783Q405.07672 528.28143 404.45172 528.28143Q403.42047 528.28143 402.8736 527.78143Q402.32672 527.28143 402.32672 526.5002Q402.32672 526.04706 402.52985 525.67206Q402.73297 525.28143 403.07672 525.0627Q403.42047 524.8283 403.84235 524.71893Q404.13922 524.6252 404.77985 524.54706Q406.04547 524.40643 406.65485 524.1877Q406.65485 523.96893 406.65485 523.92206Q406.65485 523.2658 406.35797 523.0002Q405.95172 522.65643 405.15485 522.65643Q404.42047 522.65643 404.0611 522.92206Q403.70172 523.17206 403.52985 523.8283L402.4986 523.6877Q402.63922 523.03143 402.96735 522.6252Q403.29547 522.21893 403.90485 522.0002Q404.51422 521.78143 405.3111 521.78143Q406.10797 521.78143 406.60797 521.96893Q407.10797 522.15643 407.34235 522.4377Q407.57672 522.71893 407.67047 523.15643Q407.71735 523.42206 407.71735 524.1252L407.71735 525.53143Q407.71735 527.0002 407.77985 527.3908Q407.85797 527.78143 408.0611 528.1408L406.95172 528.1408Q406.79547 527.8127 406.7486 527.3752ZM406.65485 525.0158Q406.07672 525.2502 404.9361 525.42206Q404.27985 525.5158 404.01422 525.6408Q403.7486 525.7502 403.59235 525.96893Q403.45172 526.1877 403.45172 526.46893Q403.45172 526.8908 403.76422 527.17206Q404.09235 527.4533 404.70172 527.4533Q405.3111 527.4533 405.77985 527.1877Q406.26422 526.92206 406.48297 526.4533Q406.65485 526.09393 406.65485 525.40643L406.65485 525.0158ZM409.48297 528.65643L410.51422 528.8127Q410.57672 529.28143 410.8736 529.5002Q411.26422 529.79706 411.9361 529.79706Q412.67047 529.79706 413.0611 529.5002Q413.46735 529.2033 413.60797 528.6877Q413.70172 528.35956 413.6861 527.3283Q412.9986 528.1408 411.96735 528.1408Q410.6861 528.1408 409.98297 527.21893Q409.27985 526.28143 409.27985 525.0002Q409.27985 524.10956 409.59235 523.35956Q409.92047 522.59393 410.52985 522.1877Q411.13922 521.78143 411.96735 521.78143Q413.07672 521.78143 413.79547 522.67206L413.79547 521.92206L414.76422 521.92206L414.76422 527.29706Q414.76422 528.7502 414.46735 529.35956Q414.17047 529.96893 413.52985 530.3127Q412.88922 530.67206 411.95172 530.67206Q410.84235 530.67206 410.15485 530.17206Q409.46735 529.67206 409.48297 528.65643ZM410.35797 524.92206Q410.35797 526.1408 410.84235 526.7033Q411.32672 527.2658 412.0611 527.2658Q412.79547 527.2658 413.27985 526.7033Q413.77985 526.1408 413.77985 524.9533Q413.77985 523.8127 413.26422 523.23456Q412.76422 522.65643 412.04547 522.65643Q411.34235 522.65643 410.84235 523.23456Q410.35797 523.79706 410.35797 524.92206ZM416.67047 528.1408L416.67047 521.92206L417.6236 521.92206L417.6236 522.85956Q417.98297 522.2033 418.27985 522.0002Q418.59235 521.78143 418.96735 521.78143Q419.4986 521.78143 420.04547 522.10956L419.6861 523.09393Q419.29547 522.85956 418.92047 522.85956Q418.5611 522.85956 418.27985 523.0783Q418.01422 523.28143 417.90485 523.65643Q417.71735 524.21893 417.71735 524.8752L417.71735 528.1408L416.67047 528.1408ZM424.9361 526.1408L426.02985 526.2658Q425.77985 527.21893 425.07672 527.7502Q424.3736 528.28143 423.29547 528.28143Q421.9361 528.28143 421.1236 527.4377Q420.32672 526.59393 420.32672 525.0783Q420.32672 523.5158 421.13922 522.65643Q421.95172 521.78143 423.23297 521.78143Q424.48297 521.78143 425.26422 522.6252Q426.0611 523.46893 426.0611 525.0158Q426.0611 525.10956 426.0611 525.29706L421.42047 525.29706Q421.48297 526.3283 421.9986 526.8752Q422.51422 527.40643 423.29547 527.40643Q423.8736 527.40643 424.27985 527.10956Q424.70172 526.79706 424.9361 526.1408ZM421.48297 524.4377L424.95172 524.4377Q424.88922 523.6408 424.5611 523.2502Q424.04547 522.6408 423.2486 522.6408Q422.51422 522.6408 422.01422 523.1252Q421.52985 523.60956 421.48297 524.4377ZM431.9361 526.1408L433.02985 526.2658Q432.77985 527.21893 432.07672 527.7502Q431.3736 528.28143 430.29547 528.28143Q428.9361 528.28143 428.1236 527.4377Q427.32672 526.59393 427.32672 525.0783Q427.32672 523.5158 428.13922 522.65643Q428.95172 521.78143 430.23297 521.78143Q431.48297 521.78143 432.26422 522.6252Q433.0611 523.46893 433.0611 525.0158Q433.0611 525.10956 433.0611 525.29706L428.42047 525.29706Q428.48297 526.3283 428.9986 526.8752Q429.51422 527.40643 430.29547 527.40643Q430.8736 527.40643 431.27985 527.10956Q431.70172 526.79706 431.9361 526.1408ZM428.48297 524.4377L431.95172 524.4377Q431.88922 523.6408 431.5611 523.2502Q431.04547 522.6408 430.2486 522.6408Q429.51422 522.6408 429.01422 523.1252Q428.52985 523.60956 428.48297 524.4377Z" fill-rule="nonzero"/><path fill="#666666" d="M65.88113 75.74679Q65.88113 73.60616 67.02175 72.40304Q68.178 71.18429 69.9905 71.18429Q71.19363 71.18429 72.14675 71.76241Q73.09988 72.32491 73.59988 73.34054Q74.09988 74.35616 74.09988 75.65304Q74.09988 76.94991 73.56863 77.98116Q73.03738 79.01241 72.06863 79.54366Q71.1155 80.07491 69.9905 80.07491Q68.77175 80.07491 67.81863 79.49679Q66.8655 78.90304 66.3655 77.90304Q65.88113 76.88741 65.88113 75.74679ZM67.053 75.76241Q67.053 77.32491 67.88113 78.21554Q68.72488 79.10616 69.9905 79.10616Q71.27175 79.10616 72.09988 78.21554Q72.928 77.30929 72.928 75.63741Q72.928 74.59054 72.56863 73.80929Q72.22488 73.02804 71.53738 72.60616Q70.84988 72.16866 70.00613 72.16866Q68.803 72.16866 67.928 72.99679Q67.053 73.82491 67.053 75.76241ZM75.09988 82.32491L75.09988 73.71554L76.053 73.71554L76.053 74.51241Q76.39675 74.04366 76.81863 73.80929Q77.25613 73.57491 77.8655 73.57491Q78.66238 73.57491 79.27175 73.98116Q79.88113 74.38741 80.178 75.13741Q80.4905 75.88741 80.4905 76.77804Q80.4905 77.73116 80.14675 78.49679Q79.81863 79.26241 79.16238 79.66866Q78.50613 80.07491 77.78738 80.07491Q77.25613 80.07491 76.83425 79.85616Q76.41238 79.62179 76.14675 79.29366L76.14675 82.32491L75.09988 82.32491ZM76.053 76.85616Q76.053 78.05929 76.53738 78.63741Q77.02175 79.19991 77.70925 79.19991Q78.41238 79.19991 78.91238 78.60616Q79.41238 78.01241 79.41238 76.76241Q79.41238 75.57491 78.928 74.99679Q78.44363 74.40304 77.75613 74.40304Q77.08425 74.40304 76.56863 75.02804Q76.053 75.65304 76.053 76.85616ZM86.34988 77.93429L87.44363 78.05929Q87.19363 79.01241 86.4905 79.54366Q85.78738 80.07491 84.70925 80.07491Q83.34988 80.07491 82.53738 79.23116Q81.7405 78.38741 81.7405 76.87179Q81.7405 75.30929 82.553 74.44991Q83.3655 73.57491 84.64675 73.57491Q85.89675 73.57491 86.678 74.41866Q87.47488 75.26241 87.47488 76.80929Q87.47488 76.90304 87.47488 77.09054L82.83425 77.09054Q82.89675 78.12179 83.41238 78.66866Q83.928 79.19991 84.70925 79.19991Q85.28738 79.19991 85.69363 78.90304Q86.1155 78.59054 86.34988 77.93429ZM82.89675 76.23116L86.3655 76.23116Q86.303 75.43429 85.97488 75.04366Q85.45925 74.43429 84.66238 74.43429Q83.928 74.43429 83.428 74.91866Q82.94363 75.40304 82.89675 76.23116ZM89.09988 79.93429L89.09988 73.71554L90.03738 73.71554L90.03738 74.59054Q90.72488 73.57491 92.02175 73.57491Q92.58425 73.57491 93.053 73.77804Q93.53738 73.98116 93.77175 74.30929Q94.00613 74.63741 94.09988 75.07491Q94.14675 75.37179 94.14675 76.10616L94.14675 79.93429L93.09988 79.93429L93.09988 76.15304Q93.09988 75.49679 92.97488 75.18429Q92.84988 74.87179 92.53738 74.68429Q92.22488 74.48116 91.803 74.48116Q91.13113 74.48116 90.63113 74.91866Q90.14675 75.34054 90.14675 76.52804L90.14675 79.93429L89.09988 79.93429ZM95.678 77.35616L95.678 76.29366L98.928 76.29366L98.928 77.35616L95.678 77.35616ZM99.678 78.07491L100.70925 77.91866Q100.803 78.54366 101.19363 78.87179Q101.59988 79.19991 102.33425 79.19991Q103.053 79.19991 103.39675 78.91866Q103.75613 78.62179 103.75613 78.21554Q103.75613 77.85616 103.44363 77.65304Q103.22488 77.51241 102.3655 77.29366Q101.20925 76.99679 100.75613 76.79366Q100.31863 76.57491 100.08425 76.19991Q99.84988 75.82491 99.84988 75.35616Q99.84988 74.94991 100.03738 74.59054Q100.22488 74.23116 100.553 73.99679Q100.803 73.82491 101.22488 73.69991Q101.64675 73.57491 102.14675 73.57491Q102.8655 73.57491 103.41238 73.79366Q103.97488 73.99679 104.2405 74.35616Q104.50613 74.71554 104.59988 75.30929L103.56863 75.44991Q103.50613 74.98116 103.16238 74.71554Q102.83425 74.43429 102.20925 74.43429Q101.4905 74.43429 101.178 74.68429Q100.8655 74.91866 100.8655 75.24679Q100.8655 75.44991 100.9905 75.60616Q101.13113 75.77804 101.39675 75.88741Q101.553 75.94991 102.33425 76.15304Q103.45925 76.46554 103.89675 76.65304Q104.33425 76.84054 104.58425 77.19991Q104.83425 77.55929 104.83425 78.10616Q104.83425 78.63741 104.52175 79.10616Q104.22488 79.55929 103.64675 79.82491Q103.06863 80.07491 102.33425 80.07491Q101.1155 80.07491 100.47488 79.57491Q99.84988 79.05929 99.678 78.07491ZM105.70925 76.82491Q105.70925 75.09054 106.66238 74.26241Q107.45925 73.57491 108.6155 73.57491Q109.89675 73.57491 110.70925 74.41866Q111.53738 75.24679 111.53738 76.73116Q111.53738 77.93429 111.178 78.62179Q110.81863 79.30929 110.1155 79.69991Q109.428 80.07491 108.6155 80.07491Q107.31863 80.07491 106.50613 79.24679Q105.70925 78.40304 105.70925 76.82491ZM106.78738 76.82491Q106.78738 78.01241 107.303 78.60616Q107.83425 79.19991 108.6155 79.19991Q109.41238 79.19991 109.928 78.60616Q110.44363 78.01241 110.44363 76.79366Q110.44363 75.63741 109.91238 75.04366Q109.39675 74.44991 108.6155 74.44991Q107.83425 74.44991 107.303 75.04366Q106.78738 75.62179 106.78738 76.82491ZM117.178 79.93429L117.178 79.01241Q116.44363 80.07491 115.19363 80.07491Q114.64675 80.07491 114.16238 79.87179Q113.69363 79.65304 113.45925 79.34054Q113.22488 79.01241 113.13113 78.54366Q113.06863 78.24679 113.06863 77.55929L113.06863 73.71554L114.13113 73.71554L114.13113 77.16866Q114.13113 77.98116 114.19363 78.27804Q114.28738 78.68429 114.59988 78.93429Q114.928 79.16866 115.41238 79.16866Q115.88113 79.16866 116.28738 78.93429Q116.70925 78.68429 116.88113 78.26241Q117.06863 77.84054 117.06863 77.04366L117.06863 73.71554L118.1155 73.71554L118.1155 79.93429L117.178 79.93429ZM120.08425 79.93429L120.08425 73.71554L121.03738 73.71554L121.03738 74.65304Q121.39675 73.99679 121.69363 73.79366Q122.00613 73.57491 122.38113 73.57491Q122.91238 73.57491 123.45925 73.90304L123.09988 74.88741Q122.70925 74.65304 122.33425 74.65304Q121.97488 74.65304 121.69363 74.87179Q121.428 75.07491 121.31863 75.44991Q121.13113 76.01241 121.13113 76.66866L121.13113 79.93429L120.08425 79.93429ZM128.16238 77.65304L129.19363 77.79366Q129.02176 78.85616 128.31863 79.46554Q127.6155 80.07491 126.59988 80.07491Q125.31863 80.07491 124.53738 79.24679Q123.77175 78.40304 123.77175 76.84054Q123.77175 75.84054 124.09988 75.09054Q124.44363 74.32491 125.1155 73.94991Q125.803 73.57491 126.6155 73.57491Q127.6155 73.57491 128.25613 74.09054Q128.91238 74.59054 129.09988 75.54366L128.06863 75.69991Q127.928 75.07491 127.553 74.76241Q127.178 74.43429 126.64675 74.43429Q125.84988 74.43429 125.34988 75.01241Q124.84988 75.57491 124.84988 76.80929Q124.84988 78.07491 125.33425 78.63741Q125.81863 79.19991 126.58425 79.19991Q127.20925 79.19991 127.6155 78.82491Q128.03738 78.44991 128.16238 77.65304ZM134.34988 77.93429L135.44363 78.05929Q135.19363 79.01241 134.49051 79.54366Q133.78738 80.07491 132.70926 80.07491Q131.34988 80.07491 130.53738 79.23116Q129.74051 78.38741 129.74051 76.87179Q129.74051 75.30929 130.55301 74.44991Q131.36551 73.57491 132.64676 73.57491Q133.89676 73.57491 134.67801 74.41866Q135.47488 75.26241 135.47488 76.80929Q135.47488 76.90304 135.47488 77.09054L130.83426 77.09054Q130.89676 78.12179 131.41238 78.66866Q131.92801 79.19991 132.70926 79.19991Q133.28738 79.19991 133.69363 78.90304Q134.11551 78.59054 134.34988 77.93429ZM130.89676 76.23116L134.36551 76.23116Q134.30301 75.43429 133.97488 75.04366Q133.45926 74.43429 132.66238 74.43429Q131.92801 74.43429 131.42801 74.91866Q130.94363 75.40304 130.89676 76.23116Z" fill-rule="nonzero"/><path fill="#666666" d="M66.08425 93.93429L66.08425 87.71554L67.03738 87.71554L67.03738 88.65304Q67.39675 87.99679 67.69363 87.79366Q68.00613 87.57491 68.38113 87.57491Q68.91238 87.57491 69.45925 87.90304L69.09988 88.88741Q68.70925 88.65304 68.33425 88.65304Q67.97488 88.65304 67.69363 88.87179Q67.428 89.07491 67.31863 89.44991Q67.13113 90.01241 67.13113 90.66866L67.13113 93.93429L66.08425 93.93429ZM74.34988 91.93429L75.44363 92.05929Q75.19363 93.01241 74.4905 93.54366Q73.78738 94.07491 72.70925 94.07491Q71.34988 94.07491 70.53738 93.23116Q69.7405 92.38741 69.7405 90.87179Q69.7405 89.30929 70.553 88.44991Q71.3655 87.57491 72.64675 87.57491Q73.89675 87.57491 74.678 88.41866Q75.47488 89.26241 75.47488 90.80929Q75.47488 90.90304 75.47488 91.09054L70.83425 91.09054Q70.89675 92.12179 71.41238 92.66866Q71.928 93.19991 72.70925 93.19991Q73.28738 93.19991 73.69363 92.90304Q74.1155 92.59054 74.34988 91.93429ZM70.89675 90.23116L74.3655 90.23116Q74.303 89.43429 73.97488 89.04366Q73.45925 88.43429 72.66238 88.43429Q71.928 88.43429 71.428 88.91866Q70.94363 89.40304 70.89675 90.23116ZM77.06863 93.93429L77.06863 85.34054L78.13113 85.34054L78.13113 93.93429L77.06863 93.93429ZM84.16238 93.16866Q83.56863 93.66866 83.02175 93.87179Q82.4905 94.07491 81.8655 94.07491Q80.83425 94.07491 80.28738 93.57491Q79.7405 93.07491 79.7405 92.29366Q79.7405 91.84054 79.94363 91.46554Q80.14675 91.07491 80.4905 90.85616Q80.83425 90.62179 81.25613 90.51241Q81.553 90.41866 82.19363 90.34054Q83.45925 90.19991 84.06863 89.98116Q84.06863 89.76241 84.06863 89.71554Q84.06863 89.05929 83.77175 88.79366Q83.3655 88.44991 82.56863 88.44991Q81.83425 88.44991 81.47488 88.71554Q81.1155 88.96554 80.94363 89.62179L79.91238 89.48116Q80.053 88.82491 80.38113 88.41866Q80.70925 88.01241 81.31863 87.79366Q81.928 87.57491 82.72488 87.57491Q83.52175 87.57491 84.02175 87.76241Q84.52175 87.94991 84.75613 88.23116Q84.9905 88.51241 85.08425 88.94991Q85.13113 89.21554 85.13113 89.91866L85.13113 91.32491Q85.13113 92.79366 85.19363 93.18429Q85.27175 93.57491 85.47488 93.93429L84.3655 93.93429Q84.20925 93.60616 84.16238 93.16866ZM84.06863 90.80929Q83.4905 91.04366 82.34988 91.21554Q81.69363 91.30929 81.428 91.43429Q81.16238 91.54366 81.00613 91.76241Q80.8655 91.98116 80.8655 92.26241Q80.8655 92.68429 81.178 92.96554Q81.50613 93.24679 82.1155 93.24679Q82.72488 93.24679 83.19363 92.98116Q83.678 92.71554 83.89675 92.24679Q84.06863 91.88741 84.06863 91.19991L84.06863 90.80929ZM89.39675 92.99679L89.553 93.91866Q89.09988 94.01241 88.75613 94.01241Q88.178 94.01241 87.8655 93.84054Q87.553 93.65304 87.41238 93.35616Q87.28738 93.05929 87.28738 92.10616L87.28738 88.52804L86.52175 88.52804L86.52175 87.71554L87.28738 87.71554L87.28738 86.16866L88.33425 85.54366L88.33425 87.71554L89.39675 87.71554L89.39675 88.52804L88.33425 88.52804L88.33425 92.16866Q88.33425 92.62179 88.38113 92.74679Q88.44363 92.87179 88.56863 92.94991Q88.69363 93.02804 88.928 93.02804Q89.1155 93.02804 89.39675 92.99679ZM90.09988 86.55929L90.09988 85.34054L91.16238 85.34054L91.16238 86.55929L90.09988 86.55929ZM90.09988 93.93429L90.09988 87.71554L91.16238 87.71554L91.16238 93.93429L90.09988 93.93429ZM92.70925 90.82491Q92.70925 89.09054 93.66238 88.26241Q94.45925 87.57491 95.6155 87.57491Q96.89675 87.57491 97.70925 88.41866Q98.53738 89.24679 98.53738 90.73116Q98.53738 91.93429 98.178 92.62179Q97.81863 93.30929 97.1155 93.69991Q96.428 94.07491 95.6155 94.07491Q94.31863 94.07491 93.50613 93.24679Q92.70925 92.40304 92.70925 90.82491ZM93.78738 90.82491Q93.78738 92.01241 94.303 92.60616Q94.83425 93.19991 95.6155 93.19991Q96.41238 93.19991 96.928 92.60616Q97.44363 92.01241 97.44363 90.79366Q97.44363 89.63741 96.91238 89.04366Q96.39675 88.44991 95.6155 88.44991Q94.83425 88.44991 94.303 89.04366Q93.78738 89.62179 93.78738 90.82491ZM100.09988 93.93429L100.09988 87.71554L101.03738 87.71554L101.03738 88.59054Q101.72488 87.57491 103.02175 87.57491Q103.58425 87.57491 104.053 87.77804Q104.53738 87.98116 104.77175 88.30929Q105.00613 88.63741 105.09988 89.07491Q105.14675 89.37179 105.14675 90.10616L105.14675 93.93429L104.09988 93.93429L104.09988 90.15304Q104.09988 89.49679 103.97488 89.18429Q103.84988 88.87179 103.53738 88.68429Q103.22488 88.48116 102.803 88.48116Q102.13113 88.48116 101.63113 88.91866Q101.14675 89.34054 101.14675 90.52804L101.14675 93.93429L100.09988 93.93429ZM111.16238 93.16866Q110.56863 93.66866 110.02175 93.87179Q109.4905 94.07491 108.8655 94.07491Q107.83425 94.07491 107.28738 93.57491Q106.7405 93.07491 106.7405 92.29366Q106.7405 91.84054 106.94363 91.46554Q107.14675 91.07491 107.4905 90.85616Q107.83425 90.62179 108.25613 90.51241Q108.553 90.41866 109.19363 90.34054Q110.45925 90.19991 111.06863 89.98116Q111.06863 89.76241 111.06863 89.71554Q111.06863 89.05929 110.77175 88.79366Q110.3655 88.44991 109.56863 88.44991Q108.83425 88.44991 108.47488 88.71554Q108.1155 88.96554 107.94363 89.62179L106.91238 89.48116Q107.053 88.82491 107.38113 88.41866Q107.70925 88.01241 108.31863 87.79366Q108.928 87.57491 109.72488 87.57491Q110.52175 87.57491 111.02175 87.76241Q111.52175 87.94991 111.75613 88.23116Q111.9905 88.51241 112.08425 88.94991Q112.13113 89.21554 112.13113 89.91866L112.13113 91.32491Q112.13113 92.79366 112.19363 93.18429Q112.27175 93.57491 112.47488 93.93429L111.3655 93.93429Q111.20925 93.60616 111.16238 93.16866ZM111.06863 90.80929Q110.4905 91.04366 109.34988 91.21554Q108.69363 91.30929 108.428 91.43429Q108.16238 91.54366 108.00613 91.76241Q107.8655 91.98116 107.8655 92.26241Q107.8655 92.68429 108.178 92.96554Q108.50613 93.24679 109.1155 93.24679Q109.72488 93.24679 110.19363 92.98116Q110.678 92.71554 110.89675 92.24679Q111.06863 91.88741 111.06863 91.19991L111.06863 90.80929ZM114.06863 93.93429L114.06863 85.34054L115.13113 85.34054L115.13113 93.93429L114.06863 93.93429ZM120.22488 93.93429L120.22488 85.34054L123.19363 85.34054Q124.19363 85.34054 124.72488 85.46554Q125.45925 85.63741 125.97488 86.07491Q126.66238 86.65304 126.9905 87.55929Q127.33425 88.44991 127.33425 89.59054Q127.33425 90.57491 127.09988 91.32491Q126.88113 92.07491 126.52175 92.57491Q126.16238 93.07491 125.72488 93.35616Q125.303 93.63741 124.70925 93.79366Q124.1155 93.93429 123.33425 93.93429L120.22488 93.93429ZM121.3655 92.91866L123.19363 92.91866Q124.053 92.91866 124.53738 92.76241Q125.02175 92.60616 125.303 92.30929Q125.70925 91.91866 125.928 91.23116Q126.16238 90.54366 126.16238 89.57491Q126.16238 88.23116 125.70925 87.51241Q125.27175 86.77804 124.64675 86.52804Q124.178 86.35616 123.178 86.35616L121.3655 86.35616L121.3655 92.91866ZM129.17801 93.93429L129.17801 85.34054L132.41238 85.34054Q133.39676 85.34054 133.99051 85.60616Q134.58426 85.87179 134.91238 86.41866Q135.25613 86.94991 135.25613 87.54366Q135.25613 88.09054 134.95926 88.57491Q134.66238 89.05929 134.05301 89.35616Q134.83426 89.59054 135.24051 90.15304Q135.66238 90.69991 135.66238 91.44991Q135.66238 92.04366 135.41238 92.57491Q135.16238 93.09054 134.78738 93.37179Q134.41238 93.65304 133.83426 93.79366Q133.27176 93.93429 132.45926 93.93429L129.17801 93.93429ZM130.31863 88.94991L132.17801 88.94991Q132.92801 88.94991 133.25613 88.85616Q133.69363 88.73116 133.91238 88.43429Q134.13113 88.12179 134.13113 87.66866Q134.13113 87.24679 133.92801 86.91866Q133.72488 86.59054 133.33426 86.48116Q132.95926 86.35616 132.03738 86.35616L130.31863 86.35616L130.31863 88.94991ZM130.31863 92.91866L132.45926 92.91866Q133.00613 92.91866 133.22488 92.87179Q133.63113 92.80929 133.88113 92.65304Q134.14676 92.48116 134.31863 92.16866Q134.49051 91.85616 134.49051 91.44991Q134.49051 90.96554 134.24051 90.60616Q134.00613 90.24679 133.56863 90.10616Q133.13113 89.96554 132.30301 89.96554L130.31863 89.96554L130.31863 92.91866Z" fill-rule="nonzero"/><path fill="#666666" d="M66.3655 130.68689L67.4905 130.98376Q67.13113 132.37439 66.20925 133.10876Q65.28738 133.84314 63.943626 133.84314Q62.553 133.84314 61.678 133.28064Q60.803 132.71814 60.349876 131.65564Q59.89675 130.57751 59.89675 129.34314Q59.89675 127.99939 60.412376 126.99939Q60.928 125.99939 61.8655 125.483765Q62.818626 124.96814 63.95925 124.96814Q65.2405 124.96814 66.1155 125.62439Q67.00613 126.28064 67.34988 127.46814L66.22488 127.733765Q65.928 126.796265 65.34988 126.37439Q64.78738 125.93689 63.928 125.93689Q62.943626 125.93689 62.27175 126.421265Q61.6155 126.890015 61.33425 127.68689Q61.068626 128.48376 61.068626 129.34314Q61.068626 130.43689 61.381126 131.24939Q61.70925 132.06189 62.381126 132.46814Q63.053 132.87439 63.849876 132.87439Q64.803 132.87439 65.45925 132.32751Q66.13113 131.78064 66.3655 130.68689ZM69.06863 133.70251L69.06863 125.108765L70.13113 125.108765L70.13113 133.70251L69.06863 133.70251ZM71.70925 130.59314Q71.70925 128.85876 72.66238 128.03064Q73.45925 127.34314 74.6155 127.34314Q75.89675 127.34314 76.70925 128.18689Q77.53738 129.01501 77.53738 130.49939Q77.53738 131.70251 77.178 132.39001Q76.81863 133.07751 76.1155 133.46814Q75.428 133.84314 74.6155 133.84314Q73.31863 133.84314 72.50613 133.01501Q71.70925 132.17126 71.70925 130.59314ZM72.78738 130.59314Q72.78738 131.78064 73.303 132.37439Q73.83425 132.96814 74.6155 132.96814Q75.41238 132.96814 75.928 132.37439Q76.44363 131.78064 76.44363 130.56189Q76.44363 129.40564 75.91238 128.81189Q75.39675 128.21814 74.6155 128.21814Q73.83425 128.21814 73.303 128.81189Q72.78738 129.39001 72.78738 130.59314ZM83.178 133.70251L83.178 132.78064Q82.44363 133.84314 81.19363 133.84314Q80.64675 133.84314 80.16238 133.64001Q79.69363 133.42126 79.45925 133.10876Q79.22488 132.78064 79.13113 132.31189Q79.06863 132.01501 79.06863 131.32751L79.06863 127.483765L80.13113 127.483765L80.13113 130.93689Q80.13113 131.74939 80.19363 132.04626Q80.28738 132.45251 80.59988 132.70251Q80.928 132.93689 81.41238 132.93689Q81.88113 132.93689 82.28738 132.70251Q82.70925 132.45251 82.88113 132.03064Q83.06863 131.60876 83.06863 130.81189L83.06863 127.483765L84.1155 127.483765L84.1155 133.70251L83.178 133.70251ZM90.13113 133.70251L90.13113 132.92126Q89.53738 133.84314 88.39675 133.84314Q87.64675 133.84314 87.02175 133.43689Q86.39675 133.01501 86.053 132.28064Q85.70925 131.54626 85.70925 130.59314Q85.70925 129.67126 86.02175 128.90564Q86.33425 128.14001 86.95925 127.74939Q87.58425 127.34314 88.34988 127.34314Q88.91238 127.34314 89.34988 127.577515Q89.78738 127.81189 90.06863 128.18689L90.06863 125.108765L91.1155 125.108765L91.1155 133.70251L90.13113 133.70251ZM86.803 130.59314Q86.803 131.79626 87.303 132.39001Q87.803 132.96814 88.4905 132.96814Q89.178 132.96814 89.66238 132.40564Q90.14675 131.84314 90.14675 130.68689Q90.14675 129.40564 89.64675 128.81189Q89.16238 128.21814 88.44363 128.21814Q87.7405 128.21814 87.27175 128.79626Q86.803 129.35876 86.803 130.59314ZM95.678 131.84314L96.70925 131.68689Q96.803 132.31189 97.19363 132.64001Q97.59988 132.96814 98.33425 132.96814Q99.053 132.96814 99.39675 132.68689Q99.75613 132.39001 99.75613 131.98376Q99.75613 131.62439 99.44363 131.42126Q99.22488 131.28064 98.3655 131.06189Q97.20925 130.76501 96.75613 130.56189Q96.31863 130.34314 96.08425 129.96814Q95.84988 129.59314 95.84988 129.12439Q95.84988 128.71814 96.03738 128.35876Q96.22488 127.99939 96.553 127.765015Q96.803 127.59314 97.22488 127.46814Q97.64675 127.34314 98.14675 127.34314Q98.8655 127.34314 99.41238 127.56189Q99.97488 127.765015 100.2405 128.12439Q100.50613 128.48376 100.59988 129.07751L99.56863 129.21814Q99.50613 128.74939 99.16238 128.48376Q98.83425 128.20251 98.20925 128.20251Q97.4905 128.20251 97.178 128.45251Q96.8655 128.68689 96.8655 129.01501Q96.8655 129.21814 96.9905 129.37439Q97.13113 129.54626 97.39675 129.65564Q97.553 129.71814 98.33425 129.92126Q99.45925 130.23376 99.89675 130.42126Q100.33425 130.60876 100.58425 130.96814Q100.83425 131.32751 100.83425 131.87439Q100.83425 132.40564 100.52175 132.87439Q100.22488 133.32751 99.64675 133.59314Q99.06863 133.84314 98.33425 133.84314Q97.1155 133.84314 96.47488 133.34314Q95.84988 132.82751 95.678 131.84314ZM104.39675 132.76501L104.553 133.68689Q104.09988 133.78064 103.75613 133.78064Q103.178 133.78064 102.8655 133.60876Q102.553 133.42126 102.41238 133.12439Q102.28738 132.82751 102.28738 131.87439L102.28738 128.29626L101.52175 128.29626L101.52175 127.483765L102.28738 127.483765L102.28738 125.93689L103.33425 125.31189L103.33425 127.483765L104.39675 127.483765L104.39675 128.29626L103.33425 128.29626L103.33425 131.93689Q103.33425 132.39001 103.38113 132.51501Q103.44363 132.64001 103.56863 132.71814Q103.69363 132.79626 103.928 132.79626Q104.1155 132.79626 104.39675 132.76501ZM104.70925 130.59314Q104.70925 128.85876 105.66238 128.03064Q106.45925 127.34314 107.6155 127.34314Q108.89675 127.34314 109.70925 128.18689Q110.53738 129.01501 110.53738 130.49939Q110.53738 131.70251 110.178 132.39001Q109.81863 133.07751 109.1155 133.46814Q108.428 133.84314 107.6155 133.84314Q106.31863 133.84314 105.50613 133.01501Q104.70925 132.17126 104.70925 130.59314ZM105.78738 130.59314Q105.78738 131.78064 106.303 132.37439Q106.83425 132.96814 107.6155 132.96814Q108.41238 132.96814 108.928 132.37439Q109.44363 131.78064 109.44363 130.56189Q109.44363 129.40564 108.91238 128.81189Q108.39675 128.21814 107.6155 128.21814Q106.83425 128.21814 106.303 128.81189Q105.78738 129.39001 105.78738 130.59314ZM112.08425 133.70251L112.08425 127.483765L113.03738 127.483765L113.03738 128.42126Q113.39675 127.765015 113.69363 127.56189Q114.00613 127.34314 114.38113 127.34314Q114.91238 127.34314 115.45925 127.671265L115.09988 128.65564Q114.70925 128.42126 114.33425 128.42126Q113.97488 128.42126 113.69363 128.64001Q113.428 128.84314 113.31863 129.21814Q113.13113 129.78064 113.13113 130.43689L113.13113 133.70251L112.08425 133.70251ZM120.16238 132.93689Q119.56863 133.43689 119.02175 133.64001Q118.4905 133.84314 117.8655 133.84314Q116.83425 133.84314 116.28738 133.34314Q115.7405 132.84314 115.7405 132.06189Q115.7405 131.60876 115.94363 131.23376Q116.14675 130.84314 116.4905 130.62439Q116.83425 130.39001 117.25613 130.28064Q117.553 130.18689 118.19363 130.10876Q119.45925 129.96814 120.06863 129.74939Q120.06863 129.53064 120.06863 129.48376Q120.06863 128.82751 119.77175 128.56189Q119.3655 128.21814 118.56863 128.21814Q117.83425 128.21814 117.47488 128.48376Q117.1155 128.73376 116.94363 129.39001L115.91238 129.24939Q116.053 128.59314 116.38113 128.18689Q116.70925 127.78064 117.31863 127.56189Q117.928 127.34314 118.72488 127.34314Q119.52175 127.34314 120.02175 127.53064Q120.52175 127.71814 120.75613 127.99939Q120.9905 128.28064 121.08425 128.71814Q121.13113 128.98376 121.13113 129.68689L121.13113 131.09314Q121.13113 132.56189 121.19363 132.95251Q121.27175 133.34314 121.47488 133.70251L120.3655 133.70251Q120.20925 133.37439 120.16238 132.93689ZM120.06863 130.57751Q119.4905 130.81189 118.34988 130.98376Q117.69363 131.07751 117.428 131.20251Q117.16238 131.31189 117.00613 131.53064Q116.8655 131.74939 116.8655 132.03064Q116.8655 132.45251 117.178 132.73376Q117.50613 133.01501 118.1155 133.01501Q118.72488 133.01501 119.19363 132.74939Q119.678 132.48376 119.89675 132.01501Q120.06863 131.65564 120.06863 130.96814L120.06863 130.57751ZM122.89675 134.21814L123.928 134.37439Q123.9905 134.84314 124.28738 135.06189Q124.678 135.35876 125.34988 135.35876Q126.08425 135.35876 126.47488 135.06189Q126.88113 134.76501 127.02175 134.24939Q127.1155 133.92126 127.09988 132.89001Q126.41238 133.70251 125.38113 133.70251Q124.09988 133.70251 123.39675 132.78064Q122.69363 131.84314 122.69363 130.56189Q122.69363 129.67126 123.00613 128.92126Q123.33425 128.15564 123.94363 127.74939Q124.553 127.34314 125.38113 127.34314Q126.4905 127.34314 127.20925 128.23376L127.20925 127.483765L128.17801 127.483765L128.17801 132.85876Q128.17801 134.31189 127.88113 134.92126Q127.58425 135.53064 126.94363 135.87439Q126.303 136.23376 125.3655 136.23376Q124.25613 136.23376 123.56863 135.73376Q122.88113 135.23376 122.89675 134.21814ZM123.77175 130.48376Q123.77175 131.70251 124.25613 132.26501Q124.7405 132.82751 125.47488 132.82751Q126.20925 132.82751 126.69363 132.26501Q127.19363 131.70251 127.19363 130.51501Q127.19363 129.37439 126.678 128.79626Q126.178 128.21814 125.45925 128.21814Q124.75613 128.21814 124.25613 128.79626Q123.77175 129.35876 123.77175 130.48376ZM134.34988 131.70251L135.44363 131.82751Q135.19363 132.78064 134.49051 133.31189Q133.78738 133.84314 132.70926 133.84314Q131.34988 133.84314 130.53738 132.99939Q129.74051 132.15564 129.74051 130.64001Q129.74051 129.07751 130.55301 128.21814Q131.36551 127.34314 132.64676 127.34314Q133.89676 127.34314 134.67801 128.18689Q135.47488 129.03064 135.47488 130.57751Q135.47488 130.67126 135.47488 130.85876L130.83426 130.85876Q130.89676 131.89001 131.41238 132.43689Q131.92801 132.96814 132.70926 132.96814Q133.28738 132.96814 133.69363 132.67126Q134.11551 132.35876 134.34988 131.70251ZM130.89676 129.99939L134.36551 129.99939Q134.30301 129.20251 133.97488 128.81189Q133.45926 128.20251 132.66238 128.20251Q131.92801 128.20251 131.42801 128.68689Q130.94363 129.17126 130.89676 129.99939Z" fill-rule="nonzero"/><path fill="#666666" d="M57.193626 180.47075L57.193626 171.877L58.912376 171.877L60.943626 177.95512Q61.224876 178.8145 61.349876 179.23637Q61.4905 178.76762 61.803 177.86137L63.8655 171.877L65.39675 171.877L65.39675 180.47075L64.303 180.47075L64.303 173.28325L61.803 180.47075L60.77175 180.47075L58.287376 173.15825L58.287376 180.47075L57.193626 180.47075ZM71.34988 178.47075L72.44363 178.59575Q72.19363 179.54887 71.4905 180.08012Q70.78738 180.61137 69.70925 180.61137Q68.34988 180.61137 67.53738 179.76762Q66.7405 178.92387 66.7405 177.40825Q66.7405 175.84575 67.553 174.98637Q68.3655 174.11137 69.64675 174.11137Q70.89675 174.11137 71.678 174.95512Q72.47488 175.79887 72.47488 177.34575Q72.47488 177.4395 72.47488 177.627L67.83425 177.627Q67.89675 178.65825 68.41238 179.20512Q68.928 179.73637 69.70925 179.73637Q70.28738 179.73637 70.69363 179.4395Q71.1155 179.127 71.34988 178.47075ZM67.89675 176.76762L71.3655 176.76762Q71.303 175.97075 70.97488 175.58012Q70.45925 174.97075 69.66238 174.97075Q68.928 174.97075 68.428 175.45512Q67.94363 175.9395 67.89675 176.76762ZM74.09988 180.47075L74.09988 174.252L75.03738 174.252L75.03738 175.127Q75.33425 174.65825 75.81863 174.39262Q76.303 174.11137 76.928 174.11137Q77.6155 174.11137 78.053 174.39262Q78.50613 174.67387 78.678 175.1895Q79.428 174.11137 80.59988 174.11137Q81.53738 174.11137 82.02175 174.627Q82.52175 175.127 82.52175 176.20512L82.52175 180.47075L81.47488 180.47075L81.47488 176.54887Q81.47488 175.92387 81.3655 175.64262Q81.27175 175.36137 81.00613 175.1895Q80.7405 175.01762 80.3655 175.01762Q79.70925 175.01762 79.27175 175.45512Q78.84988 175.89262 78.84988 176.86137L78.84988 180.47075L77.78738 180.47075L77.78738 176.42387Q77.78738 175.72075 77.52175 175.377Q77.27175 175.01762 76.69363 175.01762Q76.2405 175.01762 75.8655 175.252Q75.4905 175.48637 75.31863 175.9395Q75.14675 176.39262 75.14675 177.23637L75.14675 180.47075L74.09988 180.47075ZM83.70925 177.36137Q83.70925 175.627 84.66238 174.79887Q85.45925 174.11137 86.6155 174.11137Q87.89675 174.11137 88.70925 174.95512Q89.53738 175.78325 89.53738 177.26762Q89.53738 178.47075 89.178 179.15825Q88.81863 179.84575 88.1155 180.23637Q87.428 180.61137 86.6155 180.61137Q85.31863 180.61137 84.50613 179.78325Q83.70925 178.9395 83.70925 177.36137ZM84.78738 177.36137Q84.78738 178.54887 85.303 179.14262Q85.83425 179.73637 86.6155 179.73637Q87.41238 179.73637 87.928 179.14262Q88.44363 178.54887 88.44363 177.33012Q88.44363 176.17387 87.91238 175.58012Q87.39675 174.98637 86.6155 174.98637Q85.83425 174.98637 85.303 175.58012Q84.78738 176.15825 84.78738 177.36137ZM91.08425 180.47075L91.08425 174.252L92.03738 174.252L92.03738 175.1895Q92.39675 174.53325 92.69363 174.33012Q93.00613 174.11137 93.38113 174.11137Q93.91238 174.11137 94.45925 174.4395L94.09988 175.42387Q93.70925 175.1895 93.33425 175.1895Q92.97488 175.1895 92.69363 175.40825Q92.428 175.61137 92.31863 175.98637Q92.13113 176.54887 92.13113 177.20512L92.13113 180.47075L91.08425 180.47075ZM95.053 182.86137L94.928 181.877Q95.27175 181.97075 95.53738 181.97075Q95.88113 181.97075 96.08425 181.84575Q96.303 181.73637 96.44363 181.53325Q96.53738 181.36137 96.77175 180.73637Q96.78738 180.65825 96.8655 180.48637L94.4905 174.252L95.63113 174.252L96.928 177.84575Q97.178 178.53325 97.38113 179.29887Q97.56863 178.5645 97.81863 177.877L99.14675 174.252L100.19363 174.252L97.83425 180.58012Q97.44363 181.59575 97.2405 181.98637Q96.95925 182.51762 96.58425 182.752Q96.22488 183.002 95.72488 183.002Q95.428 183.002 95.053 182.86137ZM108.16238 178.1895L109.19363 178.33012Q109.02175 179.39262 108.31863 180.002Q107.6155 180.61137 106.59988 180.61137Q105.31863 180.61137 104.53738 179.78325Q103.77175 178.9395 103.77175 177.377Q103.77175 176.377 104.09988 175.627Q104.44363 174.86137 105.1155 174.48637Q105.803 174.11137 106.6155 174.11137Q107.6155 174.11137 108.25613 174.627Q108.91238 175.127 109.09988 176.08012L108.06863 176.23637Q107.928 175.61137 107.553 175.29887Q107.178 174.97075 106.64675 174.97075Q105.84988 174.97075 105.34988 175.54887Q104.84988 176.11137 104.84988 177.34575Q104.84988 178.61137 105.33425 179.17387Q105.81863 179.73637 106.58425 179.73637Q107.20925 179.73637 107.6155 179.36137Q108.03738 178.98637 108.16238 178.1895ZM114.16238 179.70512Q113.56863 180.20512 113.02175 180.40825Q112.4905 180.61137 111.8655 180.61137Q110.83425 180.61137 110.28738 180.11137Q109.7405 179.61137 109.7405 178.83012Q109.7405 178.377 109.94363 178.002Q110.14675 177.61137 110.4905 177.39262Q110.83425 177.15825 111.25613 177.04887Q111.553 176.95512 112.19363 176.877Q113.45925 176.73637 114.06863 176.51762Q114.06863 176.29887 114.06863 176.252Q114.06863 175.59575 113.77175 175.33012Q113.3655 174.98637 112.56863 174.98637Q111.83425 174.98637 111.47488 175.252Q111.1155 175.502 110.94363 176.15825L109.91238 176.01762Q110.053 175.36137 110.38113 174.95512Q110.70925 174.54887 111.31863 174.33012Q111.928 174.11137 112.72488 174.11137Q113.52175 174.11137 114.02175 174.29887Q114.52175 174.48637 114.75613 174.76762Q114.9905 175.04887 115.08425 175.48637Q115.13113 175.752 115.13113 176.45512L115.13113 177.86137Q115.13113 179.33012 115.19363 179.72075Q115.27175 180.11137 115.47488 180.47075L114.3655 180.47075Q114.20925 180.14262 114.16238 179.70512ZM114.06863 177.34575Q113.4905 177.58012 112.34988 177.752Q111.69363 177.84575 111.428 177.97075Q111.16238 178.08012 111.00613 178.29887Q110.8655 178.51762 110.8655 178.79887Q110.8655 179.22075 111.178 179.502Q111.50613 179.78325 112.1155 179.78325Q112.72488 179.78325 113.19363 179.51762Q113.678 179.252 113.89675 178.78325Q114.06863 178.42387 114.06863 177.73637L114.06863 177.34575ZM121.16238 178.1895L122.19363 178.33012Q122.02175 179.39262 121.31863 180.002Q120.6155 180.61137 119.59988 180.61137Q118.31863 180.61137 117.53738 179.78325Q116.77175 178.9395 116.77175 177.377Q116.77175 176.377 117.09988 175.627Q117.44363 174.86137 118.1155 174.48637Q118.803 174.11137 119.6155 174.11137Q120.6155 174.11137 121.25613 174.627Q121.91238 175.127 122.09988 176.08012L121.06863 176.23637Q120.928 175.61137 120.553 175.29887Q120.178 174.97075 119.64675 174.97075Q118.84988 174.97075 118.34988 175.54887Q117.84988 176.11137 117.84988 177.34575Q117.84988 178.61137 118.33425 179.17387Q118.81863 179.73637 119.58425 179.73637Q120.20925 179.73637 120.6155 179.36137Q121.03738 178.98637 121.16238 178.1895ZM123.09988 180.47075L123.09988 171.877L124.14675 171.877L124.14675 174.95512Q124.88113 174.11137 126.00613 174.11137Q126.70925 174.11137 127.20925 174.39262Q127.72488 174.65825 127.94363 175.14262Q128.16238 175.61137 128.16238 176.53325L128.16238 180.47075L127.1155 180.47075L127.1155 176.53325Q127.1155 175.73637 126.77175 175.377Q126.428 175.01762 125.803 175.01762Q125.33425 175.01762 124.91238 175.26762Q124.50613 175.502 124.31863 175.92387Q124.14675 176.33012 124.14675 177.0645L124.14675 180.47075L123.09988 180.47075ZM134.34988 178.47075L135.44363 178.59575Q135.19363 179.54887 134.49051 180.08012Q133.78738 180.61137 132.70926 180.61137Q131.34988 180.61137 130.53738 179.76762Q129.74051 178.92387 129.74051 177.40825Q129.74051 175.84575 130.55301 174.98637Q131.36551 174.11137 132.64676 174.11137Q133.89676 174.11137 134.67801 174.95512Q135.47488 175.79887 135.47488 177.34575Q135.47488 177.4395 135.47488 177.627L130.83426 177.627Q130.89676 178.65825 131.41238 179.20512Q131.92801 179.73637 132.70926 179.73637Q133.28738 179.73637 133.69363 179.4395Q134.11551 179.127 134.34988 178.47075ZM130.89676 176.76762L134.36551 176.76762Q134.30301 175.97075 133.97488 175.58012Q133.45926 174.97075 132.66238 174.97075Q131.92801 174.97075 131.42801 175.45512Q130.94363 175.9395 130.89676 176.76762Z" fill-rule="nonzero"/><path fill="#666666" d="M65.88113 216.05148Q65.88113 213.91086 67.02175 212.70773Q68.178 211.48898 69.9905 211.48898Q71.19363 211.48898 72.14675 212.06711Q73.09988 212.62961 73.59988 213.64523Q74.09988 214.66086 74.09988 215.95773Q74.09988 217.25461 73.56863 218.28586Q73.03738 219.31711 72.06863 219.84836Q71.1155 220.37961 69.9905 220.37961Q68.77175 220.37961 67.81863 219.80148Q66.8655 219.20773 66.3655 218.20773Q65.88113 217.19211 65.88113 216.05148ZM67.053 216.06711Q67.053 217.62961 67.88113 218.52023Q68.72488 219.41086 69.9905 219.41086Q71.27175 219.41086 72.09988 218.52023Q72.928 217.61398 72.928 215.94211Q72.928 214.89523 72.56863 214.11398Q72.22488 213.33273 71.53738 212.91086Q70.84988 212.47336 70.00613 212.47336Q68.803 212.47336 67.928 213.30148Q67.053 214.12961 67.053 216.06711ZM75.09988 222.62961L75.09988 214.02023L76.053 214.02023L76.053 214.81711Q76.39675 214.34836 76.81863 214.11398Q77.25613 213.87961 77.8655 213.87961Q78.66238 213.87961 79.27175 214.28586Q79.88113 214.69211 80.178 215.44211Q80.4905 216.19211 80.4905 217.08273Q80.4905 218.03586 80.14675 218.80148Q79.81863 219.56711 79.16238 219.97336Q78.50613 220.37961 77.78738 220.37961Q77.25613 220.37961 76.83425 220.16086Q76.41238 219.92648 76.14675 219.59836L76.14675 222.62961L75.09988 222.62961ZM76.053 217.16086Q76.053 218.36398 76.53738 218.94211Q77.02175 219.50461 77.70925 219.50461Q78.41238 219.50461 78.91238 218.91086Q79.41238 218.31711 79.41238 217.06711Q79.41238 215.87961 78.928 215.30148Q78.44363 214.70773 77.75613 214.70773Q77.08425 214.70773 76.56863 215.33273Q76.053 215.95773 76.053 217.16086ZM86.34988 218.23898L87.44363 218.36398Q87.19363 219.31711 86.4905 219.84836Q85.78738 220.37961 84.70925 220.37961Q83.34988 220.37961 82.53738 219.53586Q81.7405 218.69211 81.7405 217.17648Q81.7405 215.61398 82.553 214.75461Q83.3655 213.87961 84.64675 213.87961Q85.89675 213.87961 86.678 214.72336Q87.47488 215.56711 87.47488 217.11398Q87.47488 217.20773 87.47488 217.39523L82.83425 217.39523Q82.89675 218.42648 83.41238 218.97336Q83.928 219.50461 84.70925 219.50461Q85.28738 219.50461 85.69363 219.20773Q86.1155 218.89523 86.34988 218.23898ZM82.89675 216.53586L86.3655 216.53586Q86.303 215.73898 85.97488 215.34836Q85.45925 214.73898 84.66238 214.73898Q83.928 214.73898 83.428 215.22336Q82.94363 215.70773 82.89675 216.53586ZM89.09988 220.23898L89.09988 214.02023L90.03738 214.02023L90.03738 214.89523Q90.72488 213.87961 92.02175 213.87961Q92.58425 213.87961 93.053 214.08273Q93.53738 214.28586 93.77175 214.61398Q94.00613 214.94211 94.09988 215.37961Q94.14675 215.67648 94.14675 216.41086L94.14675 220.23898L93.09988 220.23898L93.09988 216.45773Q93.09988 215.80148 92.97488 215.48898Q92.84988 215.17648 92.53738 214.98898Q92.22488 214.78586 91.803 214.78586Q91.13113 214.78586 90.63113 215.22336Q90.14675 215.64523 90.14675 216.83273L90.14675 220.23898L89.09988 220.23898ZM95.678 217.66086L95.678 216.59836L98.928 216.59836L98.928 217.66086L95.678 217.66086ZM99.678 218.37961L100.70925 218.22336Q100.803 218.84836 101.19363 219.17648Q101.59988 219.50461 102.33425 219.50461Q103.053 219.50461 103.39675 219.22336Q103.75613 218.92648 103.75613 218.52023Q103.75613 218.16086 103.44363 217.95773Q103.22488 217.81711 102.3655 217.59836Q101.20925 217.30148 100.75613 217.09836Q100.31863 216.87961 100.08425 216.50461Q99.84988 216.12961 99.84988 215.66086Q99.84988 215.25461 100.03738 214.89523Q100.22488 214.53586 100.553 214.30148Q100.803 214.12961 101.22488 214.00461Q101.64675 213.87961 102.14675 213.87961Q102.8655 213.87961 103.41238 214.09836Q103.97488 214.30148 104.2405 214.66086Q104.50613 215.02023 104.59988 215.61398L103.56863 215.75461Q103.50613 215.28586 103.16238 215.02023Q102.83425 214.73898 102.20925 214.73898Q101.4905 214.73898 101.178 214.98898Q100.8655 215.22336 100.8655 215.55148Q100.8655 215.75461 100.9905 215.91086Q101.13113 216.08273 101.39675 216.19211Q101.553 216.25461 102.33425 216.45773Q103.45925 216.77023 103.89675 216.95773Q104.33425 217.14523 104.58425 217.50461Q104.83425 217.86398 104.83425 218.41086Q104.83425 218.94211 104.52175 219.41086Q104.22488 219.86398 103.64675 220.12961Q103.06863 220.37961 102.33425 220.37961Q101.1155 220.37961 100.47488 219.87961Q99.84988 219.36398 99.678 218.37961ZM105.70925 217.12961Q105.70925 215.39523 106.66238 214.56711Q107.45925 213.87961 108.6155 213.87961Q109.89675 213.87961 110.70925 214.72336Q111.53738 215.55148 111.53738 217.03586Q111.53738 218.23898 111.178 218.92648Q110.81863 219.61398 110.1155 220.00461Q109.428 220.37961 108.6155 220.37961Q107.31863 220.37961 106.50613 219.55148Q105.70925 218.70773 105.70925 217.12961ZM106.78738 217.12961Q106.78738 218.31711 107.303 218.91086Q107.83425 219.50461 108.6155 219.50461Q109.41238 219.50461 109.928 218.91086Q110.44363 218.31711 110.44363 217.09836Q110.44363 215.94211 109.91238 215.34836Q109.39675 214.75461 108.6155 214.75461Q107.83425 214.75461 107.303 215.34836Q106.78738 215.92648 106.78738 217.12961ZM117.178 220.23898L117.178 219.31711Q116.44363 220.37961 115.19363 220.37961Q114.64675 220.37961 114.16238 220.17648Q113.69363 219.95773 113.45925 219.64523Q113.22488 219.31711 113.13113 218.84836Q113.06863 218.55148 113.06863 217.86398L113.06863 214.02023L114.13113 214.02023L114.13113 217.47336Q114.13113 218.28586 114.19363 218.58273Q114.28738 218.98898 114.59988 219.23898Q114.928 219.47336 115.41238 219.47336Q115.88113 219.47336 116.28738 219.23898Q116.70925 218.98898 116.88113 218.56711Q117.06863 218.14523 117.06863 217.34836L117.06863 214.02023L118.1155 214.02023L118.1155 220.23898L117.178 220.23898ZM120.08425 220.23898L120.08425 214.02023L121.03738 214.02023L121.03738 214.95773Q121.39675 214.30148 121.69363 214.09836Q122.00613 213.87961 122.38113 213.87961Q122.91238 213.87961 123.45925 214.20773L123.09988 215.19211Q122.70925 214.95773 122.33425 214.95773Q121.97488 214.95773 121.69363 215.17648Q121.428 215.37961 121.31863 215.75461Q121.13113 216.31711 121.13113 216.97336L121.13113 220.23898L120.08425 220.23898ZM128.16238 217.95773L129.19363 218.09836Q129.02176 219.16086 128.31863 219.77023Q127.6155 220.37961 126.59988 220.37961Q125.31863 220.37961 124.53738 219.55148Q123.77175 218.70773 123.77175 217.14523Q123.77175 216.14523 124.09988 215.39523Q124.44363 214.62961 125.1155 214.25461Q125.803 213.87961 126.6155 213.87961Q127.6155 213.87961 128.25613 214.39523Q128.91238 214.89523 129.09988 215.84836L128.06863 216.00461Q127.928 215.37961 127.553 215.06711Q127.178 214.73898 126.64675 214.73898Q125.84988 214.73898 125.34988 215.31711Q124.84988 215.87961 124.84988 217.11398Q124.84988 218.37961 125.33425 218.94211Q125.81863 219.50461 126.58425 219.50461Q127.20925 219.50461 127.6155 219.12961Q128.03738 218.75461 128.16238 217.95773ZM134.34988 218.23898L135.44363 218.36398Q135.19363 219.31711 134.49051 219.84836Q133.78738 220.37961 132.70926 220.37961Q131.34988 220.37961 130.53738 219.53586Q129.74051 218.69211 129.74051 217.17648Q129.74051 215.61398 130.55301 214.75461Q131.36551 213.87961 132.64676 213.87961Q133.89676 213.87961 134.67801 214.72336Q135.47488 215.56711 135.47488 217.11398Q135.47488 217.20773 135.47488 217.39523L130.83426 217.39523Q130.89676 218.42648 131.41238 218.97336Q131.92801 219.50461 132.70926 219.50461Q133.28738 219.50461 133.69363 219.20773Q134.11551 218.89523 134.34988 218.23898ZM130.89676 216.53586L134.36551 216.53586Q134.30301 215.73898 133.97488 215.34836Q133.45926 214.73898 132.66238 214.73898Q131.92801 214.73898 131.42801 215.22336Q130.94363 215.70773 130.89676 216.53586Z" fill-rule="nonzero"/><path fill="#666666" d="M77.22488 234.23898L77.22488 225.64523L78.38113 225.64523L82.89675 232.39523L82.89675 225.64523L83.9905 225.64523L83.9905 234.23898L82.81863 234.23898L78.303 227.48898L78.303 234.23898L77.22488 234.23898ZM85.70925 231.12961Q85.70925 229.39523 86.66238 228.56711Q87.45925 227.87961 88.6155 227.87961Q89.89675 227.87961 90.70925 228.72336Q91.53738 229.55148 91.53738 231.03586Q91.53738 232.23898 91.178 232.92648Q90.81863 233.61398 90.1155 234.00461Q89.428 234.37961 88.6155 234.37961Q87.31863 234.37961 86.50613 233.55148Q85.70925 232.70773 85.70925 231.12961ZM86.78738 231.12961Q86.78738 232.31711 87.303 232.91086Q87.83425 233.50461 88.6155 233.50461Q89.41238 233.50461 89.928 232.91086Q90.44363 232.31711 90.44363 231.09836Q90.44363 229.94211 89.91238 229.34836Q89.39675 228.75461 88.6155 228.75461Q87.83425 228.75461 87.303 229.34836Q86.78738 229.92648 86.78738 231.12961ZM92.84988 231.47336L93.91238 231.37961Q93.9905 232.03586 94.27175 232.44211Q94.553 232.84836 95.13113 233.11398Q95.72488 233.36398 96.45925 233.36398Q97.09988 233.36398 97.59988 233.17648Q98.09988 232.97336 98.33425 232.64523Q98.58425 232.30148 98.58425 231.91086Q98.58425 231.50461 98.34988 231.20773Q98.1155 230.89523 97.58425 230.69211Q97.22488 230.55148 96.03738 230.27023Q94.8655 229.98898 94.39675 229.73898Q93.77175 229.41086 93.47488 228.94211Q93.178 228.45773 93.178 227.86398Q93.178 227.22336 93.53738 226.66086Q93.91238 226.08273 94.6155 225.80148Q95.33425 225.50461 96.19363 225.50461Q97.14675 225.50461 97.88113 225.81711Q98.6155 226.11398 99.00613 226.72336Q99.39675 227.31711 99.428 228.06711L98.33425 228.14523Q98.2405 227.33273 97.72488 226.92648Q97.22488 226.50461 96.2405 226.50461Q95.20925 226.50461 94.7405 226.87961Q94.27175 227.25461 94.27175 227.78586Q94.27175 228.25461 94.59988 228.55148Q94.928 228.84836 96.303 229.16086Q97.69363 229.47336 98.20925 229.70773Q98.95925 230.06711 99.31863 230.59836Q99.678 231.11398 99.678 231.81711Q99.678 232.50461 99.28738 233.11398Q98.89675 233.70773 98.16238 234.05148Q97.428 234.37961 96.50613 234.37961Q95.33425 234.37961 94.53738 234.05148Q93.75613 233.70773 93.303 233.02023Q92.8655 232.33273 92.84988 231.47336ZM107.7405 233.31711Q108.53738 233.86398 109.19363 234.11398L108.8655 234.91086Q107.94363 234.56711 107.02175 233.84836Q106.06863 234.37961 104.91238 234.37961Q103.7405 234.37961 102.78738 233.81711Q101.84988 233.25461 101.33425 232.23898Q100.81863 231.22336 100.81863 229.94211Q100.81863 228.67648 101.33425 227.62961Q101.84988 226.58273 102.803 226.03586Q103.75613 225.48898 104.928 225.48898Q106.1155 225.48898 107.06863 226.06711Q108.03738 226.62961 108.53738 227.64523Q109.03738 228.66086 109.03738 229.94211Q109.03738 231.00461 108.70925 231.84836Q108.39675 232.69211 107.7405 233.31711ZM105.2405 231.86398Q106.22488 232.14523 106.8655 232.69211Q107.8655 231.77023 107.8655 229.94211Q107.8655 228.89523 107.50613 228.11398Q107.14675 227.33273 106.45925 226.91086Q105.78738 226.47336 104.94363 226.47336Q103.66238 226.47336 102.81863 227.34836Q101.9905 228.20773 101.9905 229.94211Q101.9905 231.61398 102.81863 232.52023Q103.64675 233.41086 104.94363 233.41086Q105.553 233.41086 106.08425 233.17648Q105.553 232.83273 104.95925 232.69211L105.2405 231.86398ZM110.178 234.23898L110.178 225.64523L111.31863 225.64523L111.31863 233.22336L115.553 233.22336L115.553 234.23898L110.178 234.23898ZM120.22488 234.23898L120.22488 225.64523L123.19363 225.64523Q124.19363 225.64523 124.72488 225.77023Q125.45925 225.94211 125.97488 226.37961Q126.66238 226.95773 126.9905 227.86398Q127.33425 228.75461 127.33425 229.89523Q127.33425 230.87961 127.09988 231.62961Q126.88113 232.37961 126.52175 232.87961Q126.16238 233.37961 125.72488 233.66086Q125.303 233.94211 124.70925 234.09836Q124.1155 234.23898 123.33425 234.23898L120.22488 234.23898ZM121.3655 233.22336L123.19363 233.22336Q124.053 233.22336 124.53738 233.06711Q125.02175 232.91086 125.303 232.61398Q125.70925 232.22336 125.928 231.53586Q126.16238 230.84836 126.16238 229.87961Q126.16238 228.53586 125.70925 227.81711Q125.27175 227.08273 124.64675 226.83273Q124.178 226.66086 123.178 226.66086L121.3655 226.66086L121.3655 233.22336ZM129.17801 234.23898L129.17801 225.64523L132.41238 225.64523Q133.39676 225.64523 133.99051 225.91086Q134.58426 226.17648 134.91238 226.72336Q135.25613 227.25461 135.25613 227.84836Q135.25613 228.39523 134.95926 228.87961Q134.66238 229.36398 134.05301 229.66086Q134.83426 229.89523 135.24051 230.45773Q135.66238 231.00461 135.66238 231.75461Q135.66238 232.34836 135.41238 232.87961Q135.16238 233.39523 134.78738 233.67648Q134.41238 233.95773 133.83426 234.09836Q133.27176 234.23898 132.45926 234.23898L129.17801 234.23898ZM130.31863 229.25461L132.17801 229.25461Q132.92801 229.25461 133.25613 229.16086Q133.69363 229.03586 133.91238 228.73898Q134.13113 228.42648 134.13113 227.97336Q134.13113 227.55148 133.92801 227.22336Q133.72488 226.89523 133.33426 226.78586Q132.95926 226.66086 132.03738 226.66086L130.31863 226.66086L130.31863 229.25461ZM130.31863 233.22336L132.45926 233.22336Q133.00613 233.22336 133.22488 233.17648Q133.63113 233.11398 133.88113 232.95773Q134.14676 232.78586 134.31863 232.47336Q134.49051 232.16086 134.49051 231.75461Q134.49051 231.27023 134.24051 230.91086Q134.00613 230.55148 133.56863 230.41086Q133.13113 230.27023 132.30301 230.27023L130.31863 230.27023L130.31863 233.22336Z" fill-rule="nonzero"/><path fill="#666666" d="M34.287376 267.0072L37.58425 258.41345L38.803 258.41345L42.318626 267.0072L41.037376 267.0072L40.02175 264.39783L36.443626 264.39783L35.4905 267.0072L34.287376 267.0072ZM36.77175 263.47595L39.678 263.47595L38.787376 261.10095Q38.3655 260.02283 38.178 259.3197Q38.006126 260.14783 37.70925 260.96033L36.77175 263.47595ZM47.178 267.0072L47.178 266.08533Q46.443626 267.14783 45.193626 267.14783Q44.64675 267.14783 44.162376 266.9447Q43.693626 266.72595 43.45925 266.41345Q43.224876 266.08533 43.131126 265.61658Q43.068626 265.3197 43.068626 264.6322L43.068626 260.78845L44.131126 260.78845L44.131126 264.24158Q44.131126 265.05408 44.193626 265.35095Q44.287376 265.7572 44.599876 266.0072Q44.928 266.24158 45.412376 266.24158Q45.881126 266.24158 46.287376 266.0072Q46.70925 265.7572 46.881126 265.33533Q47.068626 264.91345 47.068626 264.11658L47.068626 260.78845L48.1155 260.78845L48.1155 267.0072L47.178 267.0072ZM52.39675 266.0697L52.553 266.99158Q52.099876 267.08533 51.756126 267.08533Q51.178 267.08533 50.8655 266.91345Q50.553 266.72595 50.412376 266.42908Q50.287376 266.1322 50.287376 265.17908L50.287376 261.60095L49.52175 261.60095L49.52175 260.78845L50.287376 260.78845L50.287376 259.24158L51.33425 258.61658L51.33425 260.78845L52.39675 260.78845L52.39675 261.60095L51.33425 261.60095L51.33425 265.24158Q51.33425 265.6947 51.381126 265.8197Q51.443626 265.9447 51.568626 266.02283Q51.693626 266.10095 51.928 266.10095Q52.1155 266.10095 52.39675 266.0697ZM53.099876 267.0072L53.099876 258.41345L54.14675 258.41345L54.14675 261.49158Q54.881126 260.64783 56.006126 260.64783Q56.70925 260.64783 57.20925 260.92908Q57.724876 261.1947 57.943626 261.67908Q58.162376 262.14783 58.162376 263.0697L58.162376 267.0072L57.1155 267.0072L57.1155 263.0697Q57.1155 262.27283 56.77175 261.91345Q56.428 261.55408 55.803 261.55408Q55.33425 261.55408 54.912376 261.80408Q54.506126 262.03845 54.318626 262.46033Q54.14675 262.86658 54.14675 263.60095L54.14675 267.0072L53.099876 267.0072ZM64.34988 265.0072L65.44363 265.1322Q65.19363 266.08533 64.4905 266.61658Q63.787376 267.14783 62.70925 267.14783Q61.349876 267.14783 60.537376 266.30408Q59.7405 265.46033 59.7405 263.9447Q59.7405 262.3822 60.553 261.52283Q61.3655 260.64783 62.64675 260.64783Q63.89675 260.64783 64.678 261.49158Q65.47488 262.33533 65.47488 263.8822Q65.47488 263.97595 65.47488 264.16345L60.83425 264.16345Q60.89675 265.1947 61.412376 265.74158Q61.928 266.27283 62.70925 266.27283Q63.287376 266.27283 63.693626 265.97595Q64.1155 265.66345 64.34988 265.0072ZM60.89675 263.30408L64.3655 263.30408Q64.303 262.5072 63.974876 262.11658Q63.45925 261.5072 62.662376 261.5072Q61.928 261.5072 61.428 261.99158Q60.943626 262.47595 60.89675 263.30408ZM67.09988 267.0072L67.09988 260.78845L68.03738 260.78845L68.03738 261.66345Q68.72488 260.64783 70.02175 260.64783Q70.58425 260.64783 71.053 260.85095Q71.53738 261.05408 71.77175 261.3822Q72.00613 261.71033 72.09988 262.14783Q72.14675 262.4447 72.14675 263.17908L72.14675 267.0072L71.09988 267.0072L71.09988 263.22595Q71.09988 262.5697 70.97488 262.2572Q70.84988 261.9447 70.53738 261.7572Q70.22488 261.55408 69.803 261.55408Q69.13113 261.55408 68.63113 261.99158Q68.14675 262.41345 68.14675 263.60095L68.14675 267.0072L67.09988 267.0072ZM76.39675 266.0697L76.553 266.99158Q76.09988 267.08533 75.75613 267.08533Q75.178 267.08533 74.8655 266.91345Q74.553 266.72595 74.41238 266.42908Q74.28738 266.1322 74.28738 265.17908L74.28738 261.60095L73.52175 261.60095L73.52175 260.78845L74.28738 260.78845L74.28738 259.24158L75.33425 258.61658L75.33425 260.78845L76.39675 260.78845L76.39675 261.60095L75.33425 261.60095L75.33425 265.24158Q75.33425 265.6947 75.38113 265.8197Q75.44363 265.9447 75.56863 266.02283Q75.69363 266.10095 75.928 266.10095Q76.1155 266.10095 76.39675 266.0697ZM77.09988 259.6322L77.09988 258.41345L78.16238 258.41345L78.16238 259.6322L77.09988 259.6322ZM77.09988 267.0072L77.09988 260.78845L78.16238 260.78845L78.16238 267.0072L77.09988 267.0072ZM84.16238 264.72595L85.19363 264.86658Q85.02175 265.92908 84.31863 266.53845Q83.6155 267.14783 82.59988 267.14783Q81.31863 267.14783 80.53738 266.3197Q79.77175 265.47595 79.77175 263.91345Q79.77175 262.91345 80.09988 262.16345Q80.44363 261.39783 81.1155 261.02283Q81.803 260.64783 82.6155 260.64783Q83.6155 260.64783 84.25613 261.16345Q84.91238 261.66345 85.09988 262.61658L84.06863 262.77283Q83.928 262.14783 83.553 261.83533Q83.178 261.5072 82.64675 261.5072Q81.84988 261.5072 81.34988 262.08533Q80.84988 262.64783 80.84988 263.8822Q80.84988 265.14783 81.33425 265.71033Q81.81863 266.27283 82.58425 266.27283Q83.20925 266.27283 83.6155 265.89783Q84.03738 265.52283 84.16238 264.72595ZM90.16238 266.24158Q89.56863 266.74158 89.02175 266.9447Q88.4905 267.14783 87.8655 267.14783Q86.83425 267.14783 86.28738 266.64783Q85.7405 266.14783 85.7405 265.36658Q85.7405 264.91345 85.94363 264.53845Q86.14675 264.14783 86.4905 263.92908Q86.83425 263.6947 87.25613 263.58533Q87.553 263.49158 88.19363 263.41345Q89.45925 263.27283 90.06863 263.05408Q90.06863 262.83533 90.06863 262.78845Q90.06863 262.1322 89.77175 261.86658Q89.3655 261.52283 88.56863 261.52283Q87.83425 261.52283 87.47488 261.78845Q87.1155 262.03845 86.94363 262.6947L85.91238 262.55408Q86.053 261.89783 86.38113 261.49158Q86.70925 261.08533 87.31863 260.86658Q87.928 260.64783 88.72488 260.64783Q89.52175 260.64783 90.02175 260.83533Q90.52175 261.02283 90.75613 261.30408Q90.9905 261.58533 91.08425 262.02283Q91.13113 262.28845 91.13113 262.99158L91.13113 264.39783Q91.13113 265.86658 91.19363 266.2572Q91.27175 266.64783 91.47488 267.0072L90.3655 267.0072Q90.20925 266.67908 90.16238 266.24158ZM90.06863 263.8822Q89.4905 264.11658 88.34988 264.28845Q87.69363 264.3822 87.428 264.5072Q87.16238 264.61658 87.00613 264.83533Q86.8655 265.05408 86.8655 265.33533Q86.8655 265.7572 87.178 266.03845Q87.50613 266.3197 88.1155 266.3197Q88.72488 266.3197 89.19363 266.05408Q89.678 265.78845 89.89675 265.3197Q90.06863 264.96033 90.06863 264.27283L90.06863 263.8822ZM95.39675 266.0697L95.553 266.99158Q95.09988 267.08533 94.75613 267.08533Q94.178 267.08533 93.8655 266.91345Q93.553 266.72595 93.41238 266.42908Q93.28738 266.1322 93.28738 265.17908L93.28738 261.60095L92.52175 261.60095L92.52175 260.78845L93.28738 260.78845L93.28738 259.24158L94.33425 258.61658L94.33425 260.78845L95.39675 260.78845L95.39675 261.60095L94.33425 261.60095L94.33425 265.24158Q94.33425 265.6947 94.38113 265.8197Q94.44363 265.9447 94.56863 266.02283Q94.69363 266.10095 94.928 266.10095Q95.1155 266.10095 95.39675 266.0697ZM96.09988 259.6322L96.09988 258.41345L97.16238 258.41345L97.16238 259.6322L96.09988 259.6322ZM96.09988 267.0072L96.09988 260.78845L97.16238 260.78845L97.16238 267.0072L96.09988 267.0072ZM98.70925 263.89783Q98.70925 262.16345 99.66238 261.33533Q100.45925 260.64783 101.6155 260.64783Q102.89675 260.64783 103.70925 261.49158Q104.53738 262.3197 104.53738 263.80408Q104.53738 265.0072 104.178 265.6947Q103.81863 266.3822 103.1155 266.77283Q102.428 267.14783 101.6155 267.14783Q100.31863 267.14783 99.50613 266.3197Q98.70925 265.47595 98.70925 263.89783ZM99.78738 263.89783Q99.78738 265.08533 100.303 265.67908Q100.83425 266.27283 101.6155 266.27283Q102.41238 266.27283 102.928 265.67908Q103.44363 265.08533 103.44363 263.86658Q103.44363 262.71033 102.91238 262.11658Q102.39675 261.52283 101.6155 261.52283Q100.83425 261.52283 100.303 262.11658Q99.78738 262.6947 99.78738 263.89783ZM106.09988 267.0072L106.09988 260.78845L107.03738 260.78845L107.03738 261.66345Q107.72488 260.64783 109.02175 260.64783Q109.58425 260.64783 110.053 260.85095Q110.53738 261.05408 110.77175 261.3822Q111.00613 261.71033 111.09988 262.14783Q111.14675 262.4447 111.14675 263.17908L111.14675 267.0072L110.09988 267.0072L110.09988 263.22595Q110.09988 262.5697 109.97488 262.2572Q109.84988 261.9447 109.53738 261.7572Q109.22488 261.55408 108.803 261.55408Q108.13113 261.55408 107.63113 261.99158Q107.14675 262.41345 107.14675 263.60095L107.14675 267.0072L106.09988 267.0072ZM120.16238 266.24158Q119.56863 266.74158 119.02175 266.9447Q118.4905 267.14783 117.8655 267.14783Q116.83425 267.14783 116.28738 266.64783Q115.7405 266.14783 115.7405 265.36658Q115.7405 264.91345 115.94363 264.53845Q116.14675 264.14783 116.4905 263.92908Q116.83425 263.6947 117.25613 263.58533Q117.553 263.49158 118.19363 263.41345Q119.45925 263.27283 120.06863 263.05408Q120.06863 262.83533 120.06863 262.78845Q120.06863 262.1322 119.77175 261.86658Q119.3655 261.52283 118.56863 261.52283Q117.83425 261.52283 117.47488 261.78845Q117.1155 262.03845 116.94363 262.6947L115.91238 262.55408Q116.053 261.89783 116.38113 261.49158Q116.70925 261.08533 117.31863 260.86658Q117.928 260.64783 118.72488 260.64783Q119.52175 260.64783 120.02175 260.83533Q120.52175 261.02283 120.75613 261.30408Q120.9905 261.58533 121.08425 262.02283Q121.13113 262.28845 121.13113 262.99158L121.13113 264.39783Q121.13113 265.86658 121.19363 266.2572Q121.27175 266.64783 121.47488 267.0072L120.3655 267.0072Q120.20925 266.67908 120.16238 266.24158ZM120.06863 263.8822Q119.4905 264.11658 118.34988 264.28845Q117.69363 264.3822 117.428 264.5072Q117.16238 264.61658 117.00613 264.83533Q116.8655 265.05408 116.8655 265.33533Q116.8655 265.7572 117.178 266.03845Q117.50613 266.3197 118.1155 266.3197Q118.72488 266.3197 119.19363 266.05408Q119.678 265.78845 119.89675 265.3197Q120.06863 264.96033 120.06863 264.27283L120.06863 263.8822ZM123.09988 267.0072L123.09988 260.78845L124.03738 260.78845L124.03738 261.66345Q124.72488 260.64783 126.02175 260.64783Q126.58425 260.64783 127.053 260.85095Q127.53738 261.05408 127.77175 261.3822Q128.00613 261.71033 128.09988 262.14783Q128.14676 262.4447 128.14676 263.17908L128.14676 267.0072L127.09988 267.0072L127.09988 263.22595Q127.09988 262.5697 126.97488 262.2572Q126.84988 261.9447 126.53738 261.7572Q126.22488 261.55408 125.803 261.55408Q125.13113 261.55408 124.63113 261.99158Q124.14675 262.41345 124.14675 263.60095L124.14675 267.0072L123.09988 267.0072ZM134.13113 267.0072L134.13113 266.22595Q133.53738 267.14783 132.39676 267.14783Q131.64676 267.14783 131.02176 266.74158Q130.39676 266.3197 130.05301 265.58533Q129.70926 264.85095 129.70926 263.89783Q129.70926 262.97595 130.02176 262.21033Q130.33426 261.4447 130.95926 261.05408Q131.58426 260.64783 132.34988 260.64783Q132.91238 260.64783 133.34988 260.8822Q133.78738 261.11658 134.06863 261.49158L134.06863 258.41345L135.11551 258.41345L135.11551 267.0072L134.13113 267.0072ZM130.80301 263.89783Q130.80301 265.10095 131.30301 265.6947Q131.80301 266.27283 132.49051 266.27283Q133.17801 266.27283 133.66238 265.71033Q134.14676 265.14783 134.14676 263.99158Q134.14676 262.71033 133.64676 262.11658Q133.16238 261.52283 132.44363 261.52283Q131.74051 261.52283 131.27176 262.10095Q130.80301 262.66345 130.80301 263.89783Z" fill-rule="nonzero"/><path fill="#666666" d="M82.34988 281.0072L82.34988 275.60095L81.41238 275.60095L81.41238 274.78845L82.34988 274.78845L82.34988 274.11658Q82.34988 273.49158 82.45925 273.1947Q82.6155 272.77283 82.9905 272.52283Q83.38113 272.27283 84.06863 272.27283Q84.52175 272.27283 85.053 272.3822L84.89675 273.28845Q84.56863 273.24158 84.27175 273.24158Q83.78738 273.24158 83.58425 273.4447Q83.39675 273.64783 83.39675 274.21033L83.39675 274.78845L84.6155 274.78845L84.6155 275.60095L83.39675 275.60095L83.39675 281.0072L82.34988 281.0072ZM89.34988 279.0072L90.44363 279.1322Q90.19363 280.08533 89.4905 280.61658Q88.78738 281.14783 87.70925 281.14783Q86.34988 281.14783 85.53738 280.30408Q84.7405 279.46033 84.7405 277.9447Q84.7405 276.3822 85.553 275.52283Q86.3655 274.64783 87.64675 274.64783Q88.89675 274.64783 89.678 275.49158Q90.47488 276.33533 90.47488 277.8822Q90.47488 277.97595 90.47488 278.16345L85.83425 278.16345Q85.89675 279.1947 86.41238 279.74158Q86.928 280.27283 87.70925 280.27283Q88.28738 280.27283 88.69363 279.97595Q89.1155 279.66345 89.34988 279.0072ZM85.89675 277.30408L89.3655 277.30408Q89.303 276.5072 88.97488 276.11658Q88.45925 275.5072 87.66238 275.5072Q86.928 275.5072 86.428 275.99158Q85.94363 276.47595 85.89675 277.30408ZM96.13113 281.0072L96.13113 280.22595Q95.53738 281.14783 94.39675 281.14783Q93.64675 281.14783 93.02175 280.74158Q92.39675 280.3197 92.053 279.58533Q91.70925 278.85095 91.70925 277.89783Q91.70925 276.97595 92.02175 276.21033Q92.33425 275.4447 92.95925 275.05408Q93.58425 274.64783 94.34988 274.64783Q94.91238 274.64783 95.34988 274.8822Q95.78738 275.11658 96.06863 275.49158L96.06863 272.41345L97.1155 272.41345L97.1155 281.0072L96.13113 281.0072ZM92.803 277.89783Q92.803 279.10095 93.303 279.6947Q93.803 280.27283 94.4905 280.27283Q95.178 280.27283 95.66238 279.71033Q96.14675 279.14783 96.14675 277.99158Q96.14675 276.71033 95.64675 276.11658Q95.16238 275.52283 94.44363 275.52283Q93.7405 275.52283 93.27175 276.10095Q92.803 276.66345 92.803 277.89783ZM103.34988 279.0072L104.44363 279.1322Q104.19363 280.08533 103.4905 280.61658Q102.78738 281.14783 101.70925 281.14783Q100.34988 281.14783 99.53738 280.30408Q98.7405 279.46033 98.7405 277.9447Q98.7405 276.3822 99.553 275.52283Q100.3655 274.64783 101.64675 274.64783Q102.89675 274.64783 103.678 275.49158Q104.47488 276.33533 104.47488 277.8822Q104.47488 277.97595 104.47488 278.16345L99.83425 278.16345Q99.89675 279.1947 100.41238 279.74158Q100.928 280.27283 101.70925 280.27283Q102.28738 280.27283 102.69363 279.97595Q103.1155 279.66345 103.34988 279.0072ZM99.89675 277.30408L103.3655 277.30408Q103.303 276.5072 102.97488 276.11658Q102.45925 275.5072 101.66238 275.5072Q100.928 275.5072 100.428 275.99158Q99.94363 276.47595 99.89675 277.30408ZM106.08425 281.0072L106.08425 274.78845L107.03738 274.78845L107.03738 275.72595Q107.39675 275.0697 107.69363 274.86658Q108.00613 274.64783 108.38113 274.64783Q108.91238 274.64783 109.45925 274.97595L109.09988 275.96033Q108.70925 275.72595 108.33425 275.72595Q107.97488 275.72595 107.69363 275.9447Q107.428 276.14783 107.31863 276.52283Q107.13113 277.08533 107.13113 277.74158L107.13113 281.0072L106.08425 281.0072ZM114.16238 280.24158Q113.56863 280.74158 113.02175 280.9447Q112.4905 281.14783 111.8655 281.14783Q110.83425 281.14783 110.28738 280.64783Q109.7405 280.14783 109.7405 279.36658Q109.7405 278.91345 109.94363 278.53845Q110.14675 278.14783 110.4905 277.92908Q110.83425 277.6947 111.25613 277.58533Q111.553 277.49158 112.19363 277.41345Q113.45925 277.27283 114.06863 277.05408Q114.06863 276.83533 114.06863 276.78845Q114.06863 276.1322 113.77175 275.86658Q113.3655 275.52283 112.56863 275.52283Q111.83425 275.52283 111.47488 275.78845Q111.1155 276.03845 110.94363 276.6947L109.91238 276.55408Q110.053 275.89783 110.38113 275.49158Q110.70925 275.08533 111.31863 274.86658Q111.928 274.64783 112.72488 274.64783Q113.52175 274.64783 114.02175 274.83533Q114.52175 275.02283 114.75613 275.30408Q114.9905 275.58533 115.08425 276.02283Q115.13113 276.28845 115.13113 276.99158L115.13113 278.39783Q115.13113 279.86658 115.19363 280.2572Q115.27175 280.64783 115.47488 281.0072L114.3655 281.0072Q114.20925 280.67908 114.16238 280.24158ZM114.06863 277.8822Q113.4905 278.11658 112.34988 278.28845Q111.69363 278.3822 111.428 278.5072Q111.16238 278.61658 111.00613 278.83533Q110.8655 279.05408 110.8655 279.33533Q110.8655 279.7572 111.178 280.03845Q111.50613 280.3197 112.1155 280.3197Q112.72488 280.3197 113.19363 280.05408Q113.678 279.78845 113.89675 279.3197Q114.06863 278.96033 114.06863 278.27283L114.06863 277.8822ZM119.39675 280.0697L119.553 280.99158Q119.09988 281.08533 118.75613 281.08533Q118.178 281.08533 117.8655 280.91345Q117.553 280.72595 117.41238 280.42908Q117.28738 280.1322 117.28738 279.17908L117.28738 275.60095L116.52175 275.60095L116.52175 274.78845L117.28738 274.78845L117.28738 273.24158L118.33425 272.61658L118.33425 274.78845L119.39675 274.78845L119.39675 275.60095L118.33425 275.60095L118.33425 279.24158Q118.33425 279.6947 118.38113 279.8197Q118.44363 279.9447 118.56863 280.02283Q118.69363 280.10095 118.928 280.10095Q119.1155 280.10095 119.39675 280.0697ZM120.09988 273.6322L120.09988 272.41345L121.16238 272.41345L121.16238 273.6322L120.09988 273.6322ZM120.09988 281.0072L120.09988 274.78845L121.16238 274.78845L121.16238 281.0072L120.09988 281.0072ZM122.70925 277.89783Q122.70925 276.16345 123.66238 275.33533Q124.45925 274.64783 125.6155 274.64783Q126.89675 274.64783 127.70925 275.49158Q128.53738 276.3197 128.53738 277.80408Q128.53738 279.0072 128.17801 279.6947Q127.81863 280.3822 127.1155 280.77283Q126.428 281.14783 125.6155 281.14783Q124.31863 281.14783 123.50613 280.3197Q122.70925 279.47595 122.70925 277.89783ZM123.78738 277.89783Q123.78738 279.08533 124.303 279.67908Q124.83425 280.27283 125.6155 280.27283Q126.41238 280.27283 126.928 279.67908Q127.44363 279.08533 127.44363 277.86658Q127.44363 276.71033 126.91238 276.11658Q126.39675 275.52283 125.6155 275.52283Q124.83425 275.52283 124.303 276.11658Q123.78738 276.6947 123.78738 277.89783ZM130.09988 281.0072L130.09988 274.78845L131.03738 274.78845L131.03738 275.66345Q131.72488 274.64783 133.02176 274.64783Q133.58426 274.64783 134.05301 274.85095Q134.53738 275.05408 134.77176 275.3822Q135.00613 275.71033 135.09988 276.14783Q135.14676 276.4447 135.14676 277.17908L135.14676 281.0072L134.09988 281.0072L134.09988 277.22595Q134.09988 276.5697 133.97488 276.2572Q133.84988 275.9447 133.53738 275.7572Q133.22488 275.55408 132.80301 275.55408Q132.13113 275.55408 131.63113 275.99158Q131.14676 276.41345 131.14676 277.60095L131.14676 281.0072L130.09988 281.0072Z" fill-rule="nonzero"/><path fill="#666666" d="M52.224876 313.77545L52.224876 305.1817L55.193626 305.1817Q56.193626 305.1817 56.724876 305.3067Q57.45925 305.47858 57.974876 305.91608Q58.662376 306.4942 58.9905 307.40045Q59.33425 308.29108 59.33425 309.4317Q59.33425 310.41608 59.099876 311.16608Q58.881126 311.91608 58.52175 312.41608Q58.162376 312.91608 57.724876 313.19733Q57.303 313.47858 56.70925 313.63483Q56.1155 313.77545 55.33425 313.77545L52.224876 313.77545ZM53.3655 312.75983L55.193626 312.75983Q56.053 312.75983 56.537376 312.60358Q57.02175 312.44733 57.303 312.15045Q57.70925 311.75983 57.928 311.07233Q58.162376 310.38483 58.162376 309.41608Q58.162376 308.07233 57.70925 307.35358Q57.27175 306.6192 56.64675 306.3692Q56.178 306.19733 55.178 306.19733L53.3655 306.19733L53.3655 312.75983ZM61.099876 306.40045L61.099876 305.1817L62.162376 305.1817L62.162376 306.40045L61.099876 306.40045ZM61.099876 313.77545L61.099876 307.5567L62.162376 307.5567L62.162376 313.77545L61.099876 313.77545ZM63.678 311.91608L64.70925 311.75983Q64.803 312.38483 65.19363 312.71295Q65.59988 313.04108 66.33425 313.04108Q67.053 313.04108 67.39675 312.75983Q67.75613 312.46295 67.75613 312.0567Q67.75613 311.69733 67.44363 311.4942Q67.22488 311.35358 66.3655 311.13483Q65.20925 310.83795 64.75613 310.63483Q64.31863 310.41608 64.08425 310.04108Q63.849876 309.66608 63.849876 309.19733Q63.849876 308.79108 64.03738 308.4317Q64.22488 308.07233 64.553 307.83795Q64.803 307.66608 65.22488 307.54108Q65.64675 307.41608 66.14675 307.41608Q66.8655 307.41608 67.41238 307.63483Q67.97488 307.83795 68.2405 308.19733Q68.50613 308.5567 68.59988 309.15045L67.56863 309.29108Q67.50613 308.82233 67.16238 308.5567Q66.83425 308.27545 66.20925 308.27545Q65.4905 308.27545 65.178 308.52545Q64.8655 308.75983 64.8655 309.08795Q64.8655 309.29108 64.9905 309.44733Q65.13113 309.6192 65.39675 309.72858Q65.553 309.79108 66.33425 309.9942Q67.45925 310.3067 67.89675 310.4942Q68.33425 310.6817 68.58425 311.04108Q68.83425 311.40045 68.83425 311.94733Q68.83425 312.47858 68.52175 312.94733Q68.22488 313.40045 67.64675 313.66608Q67.06863 313.91608 66.33425 313.91608Q65.1155 313.91608 64.47488 313.41608Q63.849876 312.90045 63.678 311.91608ZM72.39675 312.83795L72.553 313.75983Q72.09988 313.85358 71.75613 313.85358Q71.178 313.85358 70.8655 313.6817Q70.553 313.4942 70.41238 313.19733Q70.28738 312.90045 70.28738 311.94733L70.28738 308.3692L69.52175 308.3692L69.52175 307.5567L70.28738 307.5567L70.28738 306.00983L71.33425 305.38483L71.33425 307.5567L72.39675 307.5567L72.39675 308.3692L71.33425 308.3692L71.33425 312.00983Q71.33425 312.46295 71.38113 312.58795Q71.44363 312.71295 71.56863 312.79108Q71.69363 312.8692 71.928 312.8692Q72.1155 312.8692 72.39675 312.83795ZM73.08425 313.77545L73.08425 307.5567L74.03738 307.5567L74.03738 308.4942Q74.39675 307.83795 74.69363 307.63483Q75.00613 307.41608 75.38113 307.41608Q75.91238 307.41608 76.45925 307.7442L76.09988 308.72858Q75.70925 308.4942 75.33425 308.4942Q74.97488 308.4942 74.69363 308.71295Q74.428 308.91608 74.31863 309.29108Q74.13113 309.85358 74.13113 310.50983L74.13113 313.77545L73.08425 313.77545ZM77.09988 306.40045L77.09988 305.1817L78.16238 305.1817L78.16238 306.40045L77.09988 306.40045ZM77.09988 313.77545L77.09988 307.5567L78.16238 307.5567L78.16238 313.77545L77.09988 313.77545ZM81.06863 313.77545L80.08425 313.77545L80.08425 305.1817L81.14675 305.1817L81.14675 308.2442Q81.81863 307.41608 82.84988 307.41608Q83.428 307.41608 83.928 307.65045Q84.44363 307.8692 84.77175 308.29108Q85.1155 308.71295 85.303 309.3067Q85.4905 309.90045 85.4905 310.57233Q85.4905 312.16608 84.69363 313.04108Q83.89675 313.91608 82.803 313.91608Q81.69363 313.91608 81.06863 312.9942L81.06863 313.77545ZM81.053 310.6192Q81.053 311.72858 81.3655 312.22858Q81.8655 313.04108 82.70925 313.04108Q83.39675 313.04108 83.89675 312.44733Q84.41238 311.85358 84.41238 310.65045Q84.41238 309.4317 83.928 308.85358Q83.44363 308.27545 82.75613 308.27545Q82.06863 308.27545 81.553 308.88483Q81.053 309.47858 81.053 310.6192ZM91.178 313.77545L91.178 312.85358Q90.44363 313.91608 89.19363 313.91608Q88.64675 313.91608 88.16238 313.71295Q87.69363 313.4942 87.45925 313.1817Q87.22488 312.85358 87.13113 312.38483Q87.06863 312.08795 87.06863 311.40045L87.06863 307.5567L88.13113 307.5567L88.13113 311.00983Q88.13113 311.82233 88.19363 312.1192Q88.28738 312.52545 88.59988 312.77545Q88.928 313.00983 89.41238 313.00983Q89.88113 313.00983 90.28738 312.77545Q90.70925 312.52545 90.88113 312.10358Q91.06863 311.6817 91.06863 310.88483L91.06863 307.5567L92.1155 307.5567L92.1155 313.77545L91.178 313.77545ZM96.39675 312.83795L96.553 313.75983Q96.09988 313.85358 95.75613 313.85358Q95.178 313.85358 94.8655 313.6817Q94.553 313.4942 94.41238 313.19733Q94.28738 312.90045 94.28738 311.94733L94.28738 308.3692L93.52175 308.3692L93.52175 307.5567L94.28738 307.5567L94.28738 306.00983L95.33425 305.38483L95.33425 307.5567L96.39675 307.5567L96.39675 308.3692L95.33425 308.3692L95.33425 312.00983Q95.33425 312.46295 95.38113 312.58795Q95.44363 312.71295 95.56863 312.79108Q95.69363 312.8692 95.928 312.8692Q96.1155 312.8692 96.39675 312.83795ZM101.34988 311.77545L102.44363 311.90045Q102.19363 312.85358 101.4905 313.38483Q100.78738 313.91608 99.70925 313.91608Q98.34988 313.91608 97.53738 313.07233Q96.7405 312.22858 96.7405 310.71295Q96.7405 309.15045 97.553 308.29108Q98.3655 307.41608 99.64675 307.41608Q100.89675 307.41608 101.678 308.25983Q102.47488 309.10358 102.47488 310.65045Q102.47488 310.7442 102.47488 310.9317L97.83425 310.9317Q97.89675 311.96295 98.41238 312.50983Q98.928 313.04108 99.70925 313.04108Q100.28738 313.04108 100.69363 312.7442Q101.1155 312.4317 101.34988 311.77545ZM97.89675 310.07233L101.3655 310.07233Q101.303 309.27545 100.97488 308.88483Q100.45925 308.27545 99.66238 308.27545Q98.928 308.27545 98.428 308.75983Q97.94363 309.2442 97.89675 310.07233ZM108.13113 313.77545L108.13113 312.9942Q107.53738 313.91608 106.39675 313.91608Q105.64675 313.91608 105.02175 313.50983Q104.39675 313.08795 104.053 312.35358Q103.70925 311.6192 103.70925 310.66608Q103.70925 309.7442 104.02175 308.97858Q104.33425 308.21295 104.95925 307.82233Q105.58425 307.41608 106.34988 307.41608Q106.91238 307.41608 107.34988 307.65045Q107.78738 307.88483 108.06863 308.25983L108.06863 305.1817L109.1155 305.1817L109.1155 313.77545L108.13113 313.77545ZM104.803 310.66608Q104.803 311.8692 105.303 312.46295Q105.803 313.04108 106.4905 313.04108Q107.178 313.04108 107.66238 312.47858Q108.14675 311.91608 108.14675 310.75983Q108.14675 309.47858 107.64675 308.88483Q107.16238 308.29108 106.44363 308.29108Q105.7405 308.29108 105.27175 308.8692Q104.803 309.4317 104.803 310.66608ZM114.09988 313.77545L114.09988 305.1817L115.16238 305.1817L115.16238 310.08795L117.64675 307.5567L119.02175 307.5567L116.63113 309.85358L119.25613 313.77545L117.95925 313.77545L115.89675 310.58795L115.16238 311.3067L115.16238 313.77545L114.09988 313.77545ZM124.34988 311.77545L125.44363 311.90045Q125.19363 312.85358 124.4905 313.38483Q123.78738 313.91608 122.70925 313.91608Q121.34988 313.91608 120.53738 313.07233Q119.7405 312.22858 119.7405 310.71295Q119.7405 309.15045 120.553 308.29108Q121.3655 307.41608 122.64675 307.41608Q123.89675 307.41608 124.678 308.25983Q125.47488 309.10358 125.47488 310.65045Q125.47488 310.7442 125.47488 310.9317L120.83425 310.9317Q120.89675 311.96295 121.41238 312.50983Q121.928 313.04108 122.70925 313.04108Q123.28738 313.04108 123.69363 312.7442Q124.1155 312.4317 124.34988 311.77545ZM120.89675 310.07233L124.3655 310.07233Q124.303 309.27545 123.97488 308.88483Q123.45925 308.27545 122.66238 308.27545Q121.928 308.27545 121.428 308.75983Q120.94363 309.2442 120.89675 310.07233ZM127.053 316.16608L126.928 315.1817Q127.27175 315.27545 127.53738 315.27545Q127.88113 315.27545 128.08426 315.15045Q128.30301 315.04108 128.44363 314.83795Q128.53738 314.66608 128.77176 314.04108Q128.78738 313.96295 128.86551 313.79108L126.4905 307.5567L127.63113 307.5567L128.92801 311.15045Q129.17801 311.83795 129.38113 312.60358Q129.56863 311.8692 129.81863 311.1817L131.14676 307.5567L132.19363 307.5567L129.83426 313.88483Q129.44363 314.90045 129.24051 315.29108Q128.95926 315.82233 128.58426 316.0567Q128.22488 316.3067 127.72488 316.3067Q127.428 316.3067 127.053 316.16608ZM132.67801 311.19733L132.67801 310.13483L135.92801 310.13483L135.92801 311.19733L132.67801 311.19733Z" fill-rule="nonzero"/><path fill="#666666" d="M78.81863 327.77545L76.45925 321.5567L77.56863 321.5567L78.91238 325.27545Q79.1155 325.88483 79.303 326.52545Q79.44363 326.04108 79.69363 325.35358L81.08425 321.5567L82.16238 321.5567L79.803 327.77545L78.81863 327.77545ZM87.16238 327.00983Q86.56863 327.50983 86.02175 327.71295Q85.4905 327.91608 84.8655 327.91608Q83.83425 327.91608 83.28738 327.41608Q82.7405 326.91608 82.7405 326.13483Q82.7405 325.6817 82.94363 325.3067Q83.14675 324.91608 83.4905 324.69733Q83.83425 324.46295 84.25613 324.35358Q84.553 324.25983 85.19363 324.1817Q86.45925 324.04108 87.06863 323.82233Q87.06863 323.60358 87.06863 323.5567Q87.06863 322.90045 86.77175 322.63483Q86.3655 322.29108 85.56863 322.29108Q84.83425 322.29108 84.47488 322.5567Q84.1155 322.8067 83.94363 323.46295L82.91238 323.32233Q83.053 322.66608 83.38113 322.25983Q83.70925 321.85358 84.31863 321.63483Q84.928 321.41608 85.72488 321.41608Q86.52175 321.41608 87.02175 321.60358Q87.52175 321.79108 87.75613 322.07233Q87.9905 322.35358 88.08425 322.79108Q88.13113 323.0567 88.13113 323.75983L88.13113 325.16608Q88.13113 326.63483 88.19363 327.02545Q88.27175 327.41608 88.47488 327.77545L87.3655 327.77545Q87.20925 327.44733 87.16238 327.00983ZM87.06863 324.65045Q86.4905 324.88483 85.34988 325.0567Q84.69363 325.15045 84.428 325.27545Q84.16238 325.38483 84.00613 325.60358Q83.8655 325.82233 83.8655 326.10358Q83.8655 326.52545 84.178 326.8067Q84.50613 327.08795 85.1155 327.08795Q85.72488 327.08795 86.19363 326.82233Q86.678 326.5567 86.89675 326.08795Q87.06863 325.72858 87.06863 325.04108L87.06863 324.65045ZM90.06863 327.77545L90.06863 319.1817L91.13113 319.1817L91.13113 327.77545L90.06863 327.77545ZM97.178 327.77545L97.178 326.85358Q96.44363 327.91608 95.19363 327.91608Q94.64675 327.91608 94.16238 327.71295Q93.69363 327.4942 93.45925 327.1817Q93.22488 326.85358 93.13113 326.38483Q93.06863 326.08795 93.06863 325.40045L93.06863 321.5567L94.13113 321.5567L94.13113 325.00983Q94.13113 325.82233 94.19363 326.1192Q94.28738 326.52545 94.59988 326.77545Q94.928 327.00983 95.41238 327.00983Q95.88113 327.00983 96.28738 326.77545Q96.70925 326.52545 96.88113 326.10358Q97.06863 325.6817 97.06863 324.88483L97.06863 321.5567L98.1155 321.5567L98.1155 327.77545L97.178 327.77545ZM104.34988 325.77545L105.44363 325.90045Q105.19363 326.85358 104.4905 327.38483Q103.78738 327.91608 102.70925 327.91608Q101.34988 327.91608 100.53738 327.07233Q99.7405 326.22858 99.7405 324.71295Q99.7405 323.15045 100.553 322.29108Q101.3655 321.41608 102.64675 321.41608Q103.89675 321.41608 104.678 322.25983Q105.47488 323.10358 105.47488 324.65045Q105.47488 324.7442 105.47488 324.9317L100.83425 324.9317Q100.89675 325.96295 101.41238 326.50983Q101.928 327.04108 102.70925 327.04108Q103.28738 327.04108 103.69363 326.7442Q104.1155 326.4317 104.34988 325.77545ZM100.89675 324.07233L104.3655 324.07233Q104.303 323.27545 103.97488 322.88483Q103.45925 322.27545 102.66238 322.27545Q101.928 322.27545 101.428 322.75983Q100.94363 323.2442 100.89675 324.07233ZM109.678 325.91608L110.70925 325.75983Q110.803 326.38483 111.19363 326.71295Q111.59988 327.04108 112.33425 327.04108Q113.053 327.04108 113.39675 326.75983Q113.75613 326.46295 113.75613 326.0567Q113.75613 325.69733 113.44363 325.4942Q113.22488 325.35358 112.3655 325.13483Q111.20925 324.83795 110.75613 324.63483Q110.31863 324.41608 110.08425 324.04108Q109.84988 323.66608 109.84988 323.19733Q109.84988 322.79108 110.03738 322.4317Q110.22488 322.07233 110.553 321.83795Q110.803 321.66608 111.22488 321.54108Q111.64675 321.41608 112.14675 321.41608Q112.8655 321.41608 113.41238 321.63483Q113.97488 321.83795 114.2405 322.19733Q114.50613 322.5567 114.59988 323.15045L113.56863 323.29108Q113.50613 322.82233 113.16238 322.5567Q112.83425 322.27545 112.20925 322.27545Q111.4905 322.27545 111.178 322.52545Q110.8655 322.75983 110.8655 323.08795Q110.8655 323.29108 110.9905 323.44733Q111.13113 323.6192 111.39675 323.72858Q111.553 323.79108 112.33425 323.9942Q113.45925 324.3067 113.89675 324.4942Q114.33425 324.6817 114.58425 325.04108Q114.83425 325.40045 114.83425 325.94733Q114.83425 326.47858 114.52175 326.94733Q114.22488 327.40045 113.64675 327.66608Q113.06863 327.91608 112.33425 327.91608Q111.1155 327.91608 110.47488 327.41608Q109.84988 326.90045 109.678 325.91608ZM118.39675 326.83795L118.553 327.75983Q118.09988 327.85358 117.75613 327.85358Q117.178 327.85358 116.8655 327.6817Q116.553 327.4942 116.41238 327.19733Q116.28738 326.90045 116.28738 325.94733L116.28738 322.3692L115.52175 322.3692L115.52175 321.5567L116.28738 321.5567L116.28738 320.00983L117.33425 319.38483L117.33425 321.5567L118.39675 321.5567L118.39675 322.3692L117.33425 322.3692L117.33425 326.00983Q117.33425 326.46295 117.38113 326.58795Q117.44363 326.71295 117.56863 326.79108Q117.69363 326.8692 117.928 326.8692Q118.1155 326.8692 118.39675 326.83795ZM118.70925 324.66608Q118.70925 322.9317 119.66238 322.10358Q120.45925 321.41608 121.6155 321.41608Q122.89675 321.41608 123.70925 322.25983Q124.53738 323.08795 124.53738 324.57233Q124.53738 325.77545 124.178 326.46295Q123.81863 327.15045 123.1155 327.54108Q122.428 327.91608 121.6155 327.91608Q120.31863 327.91608 119.50613 327.08795Q118.70925 326.2442 118.70925 324.66608ZM119.78738 324.66608Q119.78738 325.85358 120.303 326.44733Q120.83425 327.04108 121.6155 327.04108Q122.41238 327.04108 122.928 326.44733Q123.44363 325.85358 123.44363 324.63483Q123.44363 323.47858 122.91238 322.88483Q122.39675 322.29108 121.6155 322.29108Q120.83425 322.29108 120.303 322.88483Q119.78738 323.46295 119.78738 324.66608ZM126.08425 327.77545L126.08425 321.5567L127.03738 321.5567L127.03738 322.4942Q127.39675 321.83795 127.69363 321.63483Q128.00613 321.41608 128.38113 321.41608Q128.91238 321.41608 129.45926 321.7442L129.09988 322.72858Q128.70926 322.4942 128.33426 322.4942Q127.97488 322.4942 127.69363 322.71295Q127.428 322.91608 127.31863 323.29108Q127.13113 323.85358 127.13113 324.50983L127.13113 327.77545L126.08425 327.77545ZM134.34988 325.77545L135.44363 325.90045Q135.19363 326.85358 134.49051 327.38483Q133.78738 327.91608 132.70926 327.91608Q131.34988 327.91608 130.53738 327.07233Q129.74051 326.22858 129.74051 324.71295Q129.74051 323.15045 130.55301 322.29108Q131.36551 321.41608 132.64676 321.41608Q133.89676 321.41608 134.67801 322.25983Q135.47488 323.10358 135.47488 324.65045Q135.47488 324.7442 135.47488 324.9317L130.83426 324.9317Q130.89676 325.96295 131.41238 326.50983Q131.92801 327.04108 132.70926 327.04108Q133.28738 327.04108 133.69363 326.7442Q134.11551 326.4317 134.34988 325.77545ZM130.89676 324.07233L134.36551 324.07233Q134.30301 323.27545 133.97488 322.88483Q133.45926 322.27545 132.66238 322.27545Q131.92801 322.27545 131.42801 322.75983Q130.94363 323.2442 130.89676 324.07233Z" fill-rule="nonzero"/><path fill="#666666" d="M77.22488 360.54367L77.22488 351.94992L80.47488 351.94992Q81.31863 351.94992 81.77175 352.02805Q82.41238 352.13742 82.83425 352.4343Q83.27175 352.73117 83.52175 353.26242Q83.78738 353.79367 83.78738 354.4343Q83.78738 355.52805 83.08425 356.29367Q82.39675 357.04367 80.56863 357.04367L78.3655 357.04367L78.3655 360.54367L77.22488 360.54367ZM78.3655 356.04367L80.58425 356.04367Q81.69363 356.04367 82.14675 355.63742Q82.6155 355.21555 82.6155 354.46555Q82.6155 353.9343 82.33425 353.5593Q82.06863 353.16867 81.63113 353.04367Q81.33425 352.96555 80.56863 352.96555L78.3655 352.96555L78.3655 356.04367ZM85.08425 360.54367L85.08425 354.32492L86.03738 354.32492L86.03738 355.26242Q86.39675 354.60617 86.69363 354.40305Q87.00613 354.1843 87.38113 354.1843Q87.91238 354.1843 88.45925 354.51242L88.09988 355.4968Q87.70925 355.26242 87.33425 355.26242Q86.97488 355.26242 86.69363 355.48117Q86.428 355.6843 86.31863 356.0593Q86.13113 356.6218 86.13113 357.27805L86.13113 360.54367L85.08425 360.54367ZM88.70925 357.4343Q88.70925 355.69992 89.66238 354.8718Q90.45925 354.1843 91.6155 354.1843Q92.89675 354.1843 93.70925 355.02805Q94.53738 355.85617 94.53738 357.34055Q94.53738 358.54367 94.178 359.23117Q93.81863 359.91867 93.1155 360.3093Q92.428 360.6843 91.6155 360.6843Q90.31863 360.6843 89.50613 359.85617Q88.70925 359.01242 88.70925 357.4343ZM89.78738 357.4343Q89.78738 358.6218 90.303 359.21555Q90.83425 359.8093 91.6155 359.8093Q92.41238 359.8093 92.928 359.21555Q93.44363 358.6218 93.44363 357.40305Q93.44363 356.2468 92.91238 355.65305Q92.39675 355.0593 91.6155 355.0593Q90.83425 355.0593 90.303 355.65305Q89.78738 356.23117 89.78738 357.4343ZM96.09988 362.9343L96.09988 354.32492L97.053 354.32492L97.053 355.1218Q97.39675 354.65305 97.81863 354.41867Q98.25613 354.1843 98.8655 354.1843Q99.66238 354.1843 100.27175 354.59055Q100.88113 354.9968 101.178 355.7468Q101.4905 356.4968 101.4905 357.38742Q101.4905 358.34055 101.14675 359.10617Q100.81863 359.8718 100.16238 360.27805Q99.50613 360.6843 98.78738 360.6843Q98.25613 360.6843 97.83425 360.46555Q97.41238 360.23117 97.14675 359.90305L97.14675 362.9343L96.09988 362.9343ZM97.053 357.46555Q97.053 358.66867 97.53738 359.2468Q98.02175 359.8093 98.70925 359.8093Q99.41238 359.8093 99.91238 359.21555Q100.41238 358.6218 100.41238 357.3718Q100.41238 356.1843 99.928 355.60617Q99.44363 355.01242 98.75613 355.01242Q98.08425 355.01242 97.56863 355.63742Q97.053 356.26242 97.053 357.46555ZM103.08425 360.54367L103.08425 354.32492L104.03738 354.32492L104.03738 355.26242Q104.39675 354.60617 104.69363 354.40305Q105.00613 354.1843 105.38113 354.1843Q105.91238 354.1843 106.45925 354.51242L106.09988 355.4968Q105.70925 355.26242 105.33425 355.26242Q104.97488 355.26242 104.69363 355.48117Q104.428 355.6843 104.31863 356.0593Q104.13113 356.6218 104.13113 357.27805L104.13113 360.54367L103.08425 360.54367ZM107.09988 353.16867L107.09988 351.94992L108.16238 351.94992L108.16238 353.16867L107.09988 353.16867ZM107.09988 360.54367L107.09988 354.32492L108.16238 354.32492L108.16238 360.54367L107.09988 360.54367ZM114.34988 358.54367L115.44363 358.66867Q115.19363 359.6218 114.4905 360.15305Q113.78738 360.6843 112.70925 360.6843Q111.34988 360.6843 110.53738 359.84055Q109.7405 358.9968 109.7405 357.48117Q109.7405 355.91867 110.553 355.0593Q111.3655 354.1843 112.64675 354.1843Q113.89675 354.1843 114.678 355.02805Q115.47488 355.8718 115.47488 357.41867Q115.47488 357.51242 115.47488 357.69992L110.83425 357.69992Q110.89675 358.73117 111.41238 359.27805Q111.928 359.8093 112.70925 359.8093Q113.28738 359.8093 113.69363 359.51242Q114.1155 359.19992 114.34988 358.54367ZM110.89675 356.84055L114.3655 356.84055Q114.303 356.04367 113.97488 355.65305Q113.45925 355.04367 112.66238 355.04367Q111.928 355.04367 111.428 355.52805Q110.94363 356.01242 110.89675 356.84055ZM119.39675 359.60617L119.553 360.52805Q119.09988 360.6218 118.75613 360.6218Q118.178 360.6218 117.8655 360.44992Q117.553 360.26242 117.41238 359.96555Q117.28738 359.66867 117.28738 358.71555L117.28738 355.13742L116.52175 355.13742L116.52175 354.32492L117.28738 354.32492L117.28738 352.77805L118.33425 352.15305L118.33425 354.32492L119.39675 354.32492L119.39675 355.13742L118.33425 355.13742L118.33425 358.77805Q118.33425 359.23117 118.38113 359.35617Q118.44363 359.48117 118.56863 359.5593Q118.69363 359.63742 118.928 359.63742Q119.1155 359.63742 119.39675 359.60617ZM124.16238 359.77805Q123.56863 360.27805 123.02175 360.48117Q122.4905 360.6843 121.8655 360.6843Q120.83425 360.6843 120.28738 360.1843Q119.7405 359.6843 119.7405 358.90305Q119.7405 358.44992 119.94363 358.07492Q120.14675 357.6843 120.4905 357.46555Q120.83425 357.23117 121.25613 357.1218Q121.553 357.02805 122.19363 356.94992Q123.45925 356.8093 124.06863 356.59055Q124.06863 356.3718 124.06863 356.32492Q124.06863 355.66867 123.77175 355.40305Q123.3655 355.0593 122.56863 355.0593Q121.83425 355.0593 121.47488 355.32492Q121.1155 355.57492 120.94363 356.23117L119.91238 356.09055Q120.053 355.4343 120.38113 355.02805Q120.70925 354.6218 121.31863 354.40305Q121.928 354.1843 122.72488 354.1843Q123.52175 354.1843 124.02175 354.3718Q124.52175 354.5593 124.75613 354.84055Q124.9905 355.1218 125.08425 355.5593Q125.13113 355.82492 125.13113 356.52805L125.13113 357.9343Q125.13113 359.40305 125.19363 359.79367Q125.27175 360.1843 125.47488 360.54367L124.3655 360.54367Q124.20925 360.21555 124.16238 359.77805ZM124.06863 357.41867Q123.4905 357.65305 122.34988 357.82492Q121.69363 357.91867 121.428 358.04367Q121.16238 358.15305 121.00613 358.3718Q120.8655 358.59055 120.8655 358.8718Q120.8655 359.29367 121.178 359.57492Q121.50613 359.85617 122.1155 359.85617Q122.72488 359.85617 123.19363 359.59055Q123.678 359.32492 123.89675 358.85617Q124.06863 358.4968 124.06863 357.8093L124.06863 357.41867ZM127.08425 360.54367L127.08425 354.32492L128.03738 354.32492L128.03738 355.26242Q128.39676 354.60617 128.69363 354.40305Q129.00613 354.1843 129.38113 354.1843Q129.91238 354.1843 130.45926 354.51242L130.09988 355.4968Q129.70926 355.26242 129.33426 355.26242Q128.97488 355.26242 128.69363 355.48117Q128.42801 355.6843 128.31863 356.0593Q128.13113 356.6218 128.13113 357.27805L128.13113 360.54367L127.08425 360.54367ZM131.05301 362.9343L130.92801 361.94992Q131.27176 362.04367 131.53738 362.04367Q131.88113 362.04367 132.08426 361.91867Q132.30301 361.8093 132.44363 361.60617Q132.53738 361.4343 132.77176 360.8093Q132.78738 360.73117 132.86551 360.5593L130.49051 354.32492L131.63113 354.32492L132.92801 357.91867Q133.17801 358.60617 133.38113 359.3718Q133.56863 358.63742 133.81863 357.94992L135.14676 354.32492L136.19363 354.32492L133.83426 360.65305Q133.44363 361.66867 133.24051 362.0593Q132.95926 362.59055 132.58426 362.82492Q132.22488 363.07492 131.72488 363.07492Q131.42801 363.07492 131.05301 362.9343Z" fill-rule="nonzero"/><path fill="#666666" d="M66.08425 374.54367L66.08425 368.32492L67.03738 368.32492L67.03738 369.26242Q67.39675 368.60617 67.69363 368.40305Q68.00613 368.1843 68.38113 368.1843Q68.91238 368.1843 69.45925 368.51242L69.09988 369.4968Q68.70925 369.26242 68.33425 369.26242Q67.97488 369.26242 67.69363 369.48117Q67.428 369.6843 67.31863 370.0593Q67.13113 370.6218 67.13113 371.27805L67.13113 374.54367L66.08425 374.54367ZM74.34988 372.54367L75.44363 372.66867Q75.19363 373.6218 74.4905 374.15305Q73.78738 374.6843 72.70925 374.6843Q71.34988 374.6843 70.53738 373.84055Q69.7405 372.9968 69.7405 371.48117Q69.7405 369.91867 70.553 369.0593Q71.3655 368.1843 72.64675 368.1843Q73.89675 368.1843 74.678 369.02805Q75.47488 369.8718 75.47488 371.41867Q75.47488 371.51242 75.47488 371.69992L70.83425 371.69992Q70.89675 372.73117 71.41238 373.27805Q71.928 373.8093 72.70925 373.8093Q73.28738 373.8093 73.69363 373.51242Q74.1155 373.19992 74.34988 372.54367ZM70.89675 370.84055L74.3655 370.84055Q74.303 370.04367 73.97488 369.65305Q73.45925 369.04367 72.66238 369.04367Q71.928 369.04367 71.428 369.52805Q70.94363 370.01242 70.89675 370.84055ZM77.06863 374.54367L77.06863 365.94992L78.13113 365.94992L78.13113 374.54367L77.06863 374.54367ZM84.16238 373.77805Q83.56863 374.27805 83.02175 374.48117Q82.4905 374.6843 81.8655 374.6843Q80.83425 374.6843 80.28738 374.1843Q79.7405 373.6843 79.7405 372.90305Q79.7405 372.44992 79.94363 372.07492Q80.14675 371.6843 80.4905 371.46555Q80.83425 371.23117 81.25613 371.1218Q81.553 371.02805 82.19363 370.94992Q83.45925 370.8093 84.06863 370.59055Q84.06863 370.3718 84.06863 370.32492Q84.06863 369.66867 83.77175 369.40305Q83.3655 369.0593 82.56863 369.0593Q81.83425 369.0593 81.47488 369.32492Q81.1155 369.57492 80.94363 370.23117L79.91238 370.09055Q80.053 369.4343 80.38113 369.02805Q80.70925 368.6218 81.31863 368.40305Q81.928 368.1843 82.72488 368.1843Q83.52175 368.1843 84.02175 368.3718Q84.52175 368.5593 84.75613 368.84055Q84.9905 369.1218 85.08425 369.5593Q85.13113 369.82492 85.13113 370.52805L85.13113 371.9343Q85.13113 373.40305 85.19363 373.79367Q85.27175 374.1843 85.47488 374.54367L84.3655 374.54367Q84.20925 374.21555 84.16238 373.77805ZM84.06863 371.41867Q83.4905 371.65305 82.34988 371.82492Q81.69363 371.91867 81.428 372.04367Q81.16238 372.15305 81.00613 372.3718Q80.8655 372.59055 80.8655 372.8718Q80.8655 373.29367 81.178 373.57492Q81.50613 373.85617 82.1155 373.85617Q82.72488 373.85617 83.19363 373.59055Q83.678 373.32492 83.89675 372.85617Q84.06863 372.4968 84.06863 371.8093L84.06863 371.41867ZM89.39675 373.60617L89.553 374.52805Q89.09988 374.6218 88.75613 374.6218Q88.178 374.6218 87.8655 374.44992Q87.553 374.26242 87.41238 373.96555Q87.28738 373.66867 87.28738 372.71555L87.28738 369.13742L86.52175 369.13742L86.52175 368.32492L87.28738 368.32492L87.28738 366.77805L88.33425 366.15305L88.33425 368.32492L89.39675 368.32492L89.39675 369.13742L88.33425 369.13742L88.33425 372.77805Q88.33425 373.23117 88.38113 373.35617Q88.44363 373.48117 88.56863 373.5593Q88.69363 373.63742 88.928 373.63742Q89.1155 373.63742 89.39675 373.60617ZM90.09988 367.16867L90.09988 365.94992L91.16238 365.94992L91.16238 367.16867L90.09988 367.16867ZM90.09988 374.54367L90.09988 368.32492L91.16238 368.32492L91.16238 374.54367L90.09988 374.54367ZM92.70925 371.4343Q92.70925 369.69992 93.66238 368.8718Q94.45925 368.1843 95.6155 368.1843Q96.89675 368.1843 97.70925 369.02805Q98.53738 369.85617 98.53738 371.34055Q98.53738 372.54367 98.178 373.23117Q97.81863 373.91867 97.1155 374.3093Q96.428 374.6843 95.6155 374.6843Q94.31863 374.6843 93.50613 373.85617Q92.70925 373.01242 92.70925 371.4343ZM93.78738 371.4343Q93.78738 372.6218 94.303 373.21555Q94.83425 373.8093 95.6155 373.8093Q96.41238 373.8093 96.928 373.21555Q97.44363 372.6218 97.44363 371.40305Q97.44363 370.2468 96.91238 369.65305Q96.39675 369.0593 95.6155 369.0593Q94.83425 369.0593 94.303 369.65305Q93.78738 370.23117 93.78738 371.4343ZM100.09988 374.54367L100.09988 368.32492L101.03738 368.32492L101.03738 369.19992Q101.72488 368.1843 103.02175 368.1843Q103.58425 368.1843 104.053 368.38742Q104.53738 368.59055 104.77175 368.91867Q105.00613 369.2468 105.09988 369.6843Q105.14675 369.98117 105.14675 370.71555L105.14675 374.54367L104.09988 374.54367L104.09988 370.76242Q104.09988 370.10617 103.97488 369.79367Q103.84988 369.48117 103.53738 369.29367Q103.22488 369.09055 102.803 369.09055Q102.13113 369.09055 101.63113 369.52805Q101.14675 369.94992 101.14675 371.13742L101.14675 374.54367L100.09988 374.54367ZM111.16238 373.77805Q110.56863 374.27805 110.02175 374.48117Q109.4905 374.6843 108.8655 374.6843Q107.83425 374.6843 107.28738 374.1843Q106.7405 373.6843 106.7405 372.90305Q106.7405 372.44992 106.94363 372.07492Q107.14675 371.6843 107.4905 371.46555Q107.83425 371.23117 108.25613 371.1218Q108.553 371.02805 109.19363 370.94992Q110.45925 370.8093 111.06863 370.59055Q111.06863 370.3718 111.06863 370.32492Q111.06863 369.66867 110.77175 369.40305Q110.3655 369.0593 109.56863 369.0593Q108.83425 369.0593 108.47488 369.32492Q108.1155 369.57492 107.94363 370.23117L106.91238 370.09055Q107.053 369.4343 107.38113 369.02805Q107.70925 368.6218 108.31863 368.40305Q108.928 368.1843 109.72488 368.1843Q110.52175 368.1843 111.02175 368.3718Q111.52175 368.5593 111.75613 368.84055Q111.9905 369.1218 112.08425 369.5593Q112.13113 369.82492 112.13113 370.52805L112.13113 371.9343Q112.13113 373.40305 112.19363 373.79367Q112.27175 374.1843 112.47488 374.54367L111.3655 374.54367Q111.20925 374.21555 111.16238 373.77805ZM111.06863 371.41867Q110.4905 371.65305 109.34988 371.82492Q108.69363 371.91867 108.428 372.04367Q108.16238 372.15305 108.00613 372.3718Q107.8655 372.59055 107.8655 372.8718Q107.8655 373.29367 108.178 373.57492Q108.50613 373.85617 109.1155 373.85617Q109.72488 373.85617 110.19363 373.59055Q110.678 373.32492 110.89675 372.85617Q111.06863 372.4968 111.06863 371.8093L111.06863 371.41867ZM114.06863 374.54367L114.06863 365.94992L115.13113 365.94992L115.13113 374.54367L114.06863 374.54367ZM120.22488 374.54367L120.22488 365.94992L123.19363 365.94992Q124.19363 365.94992 124.72488 366.07492Q125.45925 366.2468 125.97488 366.6843Q126.66238 367.26242 126.9905 368.16867Q127.33425 369.0593 127.33425 370.19992Q127.33425 371.1843 127.09988 371.9343Q126.88113 372.6843 126.52175 373.1843Q126.16238 373.6843 125.72488 373.96555Q125.303 374.2468 124.70925 374.40305Q124.1155 374.54367 123.33425 374.54367L120.22488 374.54367ZM121.3655 373.52805L123.19363 373.52805Q124.053 373.52805 124.53738 373.3718Q125.02175 373.21555 125.303 372.91867Q125.70925 372.52805 125.928 371.84055Q126.16238 371.15305 126.16238 370.1843Q126.16238 368.84055 125.70925 368.1218Q125.27175 367.38742 124.64675 367.13742Q124.178 366.96555 123.178 366.96555L121.3655 366.96555L121.3655 373.52805ZM129.17801 374.54367L129.17801 365.94992L132.41238 365.94992Q133.39676 365.94992 133.99051 366.21555Q134.58426 366.48117 134.91238 367.02805Q135.25613 367.5593 135.25613 368.15305Q135.25613 368.69992 134.95926 369.1843Q134.66238 369.66867 134.05301 369.96555Q134.83426 370.19992 135.24051 370.76242Q135.66238 371.3093 135.66238 372.0593Q135.66238 372.65305 135.41238 373.1843Q135.16238 373.69992 134.78738 373.98117Q134.41238 374.26242 133.83426 374.40305Q133.27176 374.54367 132.45926 374.54367L129.17801 374.54367ZM130.31863 369.5593L132.17801 369.5593Q132.92801 369.5593 133.25613 369.46555Q133.69363 369.34055 133.91238 369.04367Q134.13113 368.73117 134.13113 368.27805Q134.13113 367.85617 133.92801 367.52805Q133.72488 367.19992 133.33426 367.09055Q132.95926 366.96555 132.03738 366.96555L130.31863 366.96555L130.31863 369.5593ZM130.31863 373.52805L132.45926 373.52805Q133.00613 373.52805 133.22488 373.48117Q133.63113 373.41867 133.88113 373.26242Q134.14676 373.09055 134.31863 372.77805Q134.49051 372.46555 134.49051 372.0593Q134.49051 371.57492 134.24051 371.21555Q134.00613 370.85617 133.56863 370.71555Q133.13113 370.57492 132.30301 370.57492L130.31863 370.57492L130.31863 373.52805Z" fill-rule="nonzero"/><path fill="#666666" d="M53.224876 407.31192L53.224876 398.71817L56.193626 398.71817Q57.193626 398.71817 57.724876 398.84317Q58.45925 399.01505 58.974876 399.45255Q59.662376 400.03067 59.9905 400.93692Q60.33425 401.82755 60.33425 402.96817Q60.33425 403.95255 60.099876 404.70255Q59.881126 405.45255 59.52175 405.95255Q59.162376 406.45255 58.724876 406.7338Q58.303 407.01505 57.70925 407.1713Q57.1155 407.31192 56.33425 407.31192L53.224876 407.31192ZM54.3655 406.2963L56.193626 406.2963Q57.053 406.2963 57.537376 406.14005Q58.02175 405.9838 58.303 405.68692Q58.70925 405.2963 58.928 404.6088Q59.162376 403.9213 59.162376 402.95255Q59.162376 401.6088 58.70925 400.89005Q58.27175 400.15567 57.64675 399.90567Q57.178 399.7338 56.178 399.7338L54.3655 399.7338L54.3655 406.2963ZM62.099876 399.93692L62.099876 398.71817L63.162376 398.71817L63.162376 399.93692L62.099876 399.93692ZM62.099876 407.31192L62.099876 401.09317L63.162376 401.09317L63.162376 407.31192L62.099876 407.31192ZM64.678 405.45255L65.70925 405.2963Q65.803 405.9213 66.19363 406.24942Q66.59988 406.57755 67.33425 406.57755Q68.053 406.57755 68.39675 406.2963Q68.75613 405.99942 68.75613 405.59317Q68.75613 405.2338 68.44363 405.03067Q68.22488 404.89005 67.3655 404.6713Q66.20925 404.37442 65.75613 404.1713Q65.31863 403.95255 65.08425 403.57755Q64.84988 403.20255 64.84988 402.7338Q64.84988 402.32755 65.03738 401.96817Q65.22488 401.6088 65.553 401.37442Q65.803 401.20255 66.22488 401.07755Q66.64675 400.95255 67.14675 400.95255Q67.8655 400.95255 68.41238 401.1713Q68.97488 401.37442 69.2405 401.7338Q69.50613 402.09317 69.59988 402.68692L68.56863 402.82755Q68.50613 402.3588 68.16238 402.09317Q67.83425 401.81192 67.20925 401.81192Q66.4905 401.81192 66.178 402.06192Q65.8655 402.2963 65.8655 402.62442Q65.8655 402.82755 65.9905 402.9838Q66.13113 403.15567 66.39675 403.26505Q66.553 403.32755 67.33425 403.53067Q68.45925 403.84317 68.89675 404.03067Q69.33425 404.21817 69.58425 404.57755Q69.83425 404.93692 69.83425 405.4838Q69.83425 406.01505 69.52175 406.4838Q69.22488 406.93692 68.64675 407.20255Q68.06863 407.45255 67.33425 407.45255Q66.1155 407.45255 65.47488 406.95255Q64.84988 406.43692 64.678 405.45255ZM73.39675 406.37442L73.553 407.2963Q73.09988 407.39005 72.75613 407.39005Q72.178 407.39005 71.8655 407.21817Q71.553 407.03067 71.41238 406.7338Q71.28738 406.43692 71.28738 405.4838L71.28738 401.90567L70.52175 401.90567L70.52175 401.09317L71.28738 401.09317L71.28738 399.5463L72.33425 398.9213L72.33425 401.09317L73.39675 401.09317L73.39675 401.90567L72.33425 401.90567L72.33425 405.5463Q72.33425 405.99942 72.38113 406.12442Q72.44363 406.24942 72.56863 406.32755Q72.69363 406.40567 72.928 406.40567Q73.1155 406.40567 73.39675 406.37442ZM74.08425 407.31192L74.08425 401.09317L75.03738 401.09317L75.03738 402.03067Q75.39675 401.37442 75.69363 401.1713Q76.00613 400.95255 76.38113 400.95255Q76.91238 400.95255 77.45925 401.28067L77.09988 402.26505Q76.70925 402.03067 76.33425 402.03067Q75.97488 402.03067 75.69363 402.24942Q75.428 402.45255 75.31863 402.82755Q75.13113 403.39005 75.13113 404.0463L75.13113 407.31192L74.08425 407.31192ZM78.09988 399.93692L78.09988 398.71817L79.16238 398.71817L79.16238 399.93692L78.09988 399.93692ZM78.09988 407.31192L78.09988 401.09317L79.16238 401.09317L79.16238 407.31192L78.09988 407.31192ZM82.06863 407.31192L81.08425 407.31192L81.08425 398.71817L82.14675 398.71817L82.14675 401.78067Q82.81863 400.95255 83.84988 400.95255Q84.428 400.95255 84.928 401.18692Q85.44363 401.40567 85.77175 401.82755Q86.1155 402.24942 86.303 402.84317Q86.4905 403.43692 86.4905 404.1088Q86.4905 405.70255 85.69363 406.57755Q84.89675 407.45255 83.803 407.45255Q82.69363 407.45255 82.06863 406.53067L82.06863 407.31192ZM82.053 404.15567Q82.053 405.26505 82.3655 405.76505Q82.8655 406.57755 83.70925 406.57755Q84.39675 406.57755 84.89675 405.9838Q85.41238 405.39005 85.41238 404.18692Q85.41238 402.96817 84.928 402.39005Q84.44363 401.81192 83.75613 401.81192Q83.06863 401.81192 82.553 402.4213Q82.053 403.01505 82.053 404.15567ZM92.178 407.31192L92.178 406.39005Q91.44363 407.45255 90.19363 407.45255Q89.64675 407.45255 89.16238 407.24942Q88.69363 407.03067 88.45925 406.71817Q88.22488 406.39005 88.13113 405.9213Q88.06863 405.62442 88.06863 404.93692L88.06863 401.09317L89.13113 401.09317L89.13113 404.5463Q89.13113 405.3588 89.19363 405.65567Q89.28738 406.06192 89.59988 406.31192Q89.928 406.5463 90.41238 406.5463Q90.88113 406.5463 91.28738 406.31192Q91.70925 406.06192 91.88113 405.64005Q92.06863 405.21817 92.06863 404.4213L92.06863 401.09317L93.1155 401.09317L93.1155 407.31192L92.178 407.31192ZM97.39675 406.37442L97.553 407.2963Q97.09988 407.39005 96.75613 407.39005Q96.178 407.39005 95.8655 407.21817Q95.553 407.03067 95.41238 406.7338Q95.28738 406.43692 95.28738 405.4838L95.28738 401.90567L94.52175 401.90567L94.52175 401.09317L95.28738 401.09317L95.28738 399.5463L96.33425 398.9213L96.33425 401.09317L97.39675 401.09317L97.39675 401.90567L96.33425 401.90567L96.33425 405.5463Q96.33425 405.99942 96.38113 406.12442Q96.44363 406.24942 96.56863 406.32755Q96.69363 406.40567 96.928 406.40567Q97.1155 406.40567 97.39675 406.37442ZM102.34988 405.31192L103.44363 405.43692Q103.19363 406.39005 102.4905 406.9213Q101.78738 407.45255 100.70925 407.45255Q99.34988 407.45255 98.53738 406.6088Q97.7405 405.76505 97.7405 404.24942Q97.7405 402.68692 98.553 401.82755Q99.3655 400.95255 100.64675 400.95255Q101.89675 400.95255 102.678 401.7963Q103.47488 402.64005 103.47488 404.18692Q103.47488 404.28067 103.47488 404.46817L98.83425 404.46817Q98.89675 405.49942 99.41238 406.0463Q99.928 406.57755 100.70925 406.57755Q101.28738 406.57755 101.69363 406.28067Q102.1155 405.96817 102.34988 405.31192ZM98.89675 403.6088L102.3655 403.6088Q102.303 402.81192 101.97488 402.4213Q101.45925 401.81192 100.66238 401.81192Q99.928 401.81192 99.428 402.2963Q98.94363 402.78067 98.89675 403.6088ZM109.13113 407.31192L109.13113 406.53067Q108.53738 407.45255 107.39675 407.45255Q106.64675 407.45255 106.02175 407.0463Q105.39675 406.62442 105.053 405.89005Q104.70925 405.15567 104.70925 404.20255Q104.70925 403.28067 105.02175 402.51505Q105.33425 401.74942 105.95925 401.3588Q106.58425 400.95255 107.34988 400.95255Q107.91238 400.95255 108.34988 401.18692Q108.78738 401.4213 109.06863 401.7963L109.06863 398.71817L110.1155 398.71817L110.1155 407.31192L109.13113 407.31192ZM105.803 404.20255Q105.803 405.40567 106.303 405.99942Q106.803 406.57755 107.4905 406.57755Q108.178 406.57755 108.66238 406.01505Q109.14675 405.45255 109.14675 404.2963Q109.14675 403.01505 108.64675 402.4213Q108.16238 401.82755 107.44363 401.82755Q106.7405 401.82755 106.27175 402.40567Q105.803 402.96817 105.803 404.20255ZM115.06863 407.31192L115.06863 398.71817L116.13113 398.71817L116.13113 407.31192L115.06863 407.31192ZM117.70925 404.20255Q117.70925 402.46817 118.66238 401.64005Q119.45925 400.95255 120.6155 400.95255Q121.89675 400.95255 122.70925 401.7963Q123.53738 402.62442 123.53738 404.1088Q123.53738 405.31192 123.178 405.99942Q122.81863 406.68692 122.1155 407.07755Q121.428 407.45255 120.6155 407.45255Q119.31863 407.45255 118.50613 406.62442Q117.70925 405.78067 117.70925 404.20255ZM118.78738 404.20255Q118.78738 405.39005 119.303 405.9838Q119.83425 406.57755 120.6155 406.57755Q121.41238 406.57755 121.928 405.9838Q122.44363 405.39005 122.44363 404.1713Q122.44363 403.01505 121.91238 402.4213Q121.39675 401.82755 120.6155 401.82755Q119.83425 401.82755 119.303 402.4213Q118.78738 402.99942 118.78738 404.20255ZM129.16238 405.03067L130.19363 405.1713Q130.02176 406.2338 129.31863 406.84317Q128.61551 407.45255 127.59988 407.45255Q126.31863 407.45255 125.53738 406.62442Q124.77175 405.78067 124.77175 404.21817Q124.77175 403.21817 125.09988 402.46817Q125.44363 401.70255 126.1155 401.32755Q126.803 400.95255 127.6155 400.95255Q128.61551 400.95255 129.25613 401.46817Q129.91238 401.96817 130.09988 402.9213L129.06863 403.07755Q128.92801 402.45255 128.55301 402.14005Q128.17801 401.81192 127.64675 401.81192Q126.84988 401.81192 126.34988 402.39005Q125.84988 402.95255 125.84988 404.18692Q125.84988 405.45255 126.33425 406.01505Q126.81863 406.57755 127.58425 406.57755Q128.20926 406.57755 128.61551 406.20255Q129.03738 405.82755 129.16238 405.03067ZM131.09988 407.31192L131.09988 398.71817L132.16238 398.71817L132.16238 403.62442L134.64676 401.09317L136.02176 401.09317L133.63113 403.39005L136.25613 407.31192L134.95926 407.31192L132.89676 404.12442L132.16238 404.84317L132.16238 407.31192L131.09988 407.31192Z" fill-rule="nonzero"/><path fill="#666666" d="M97.678 419.45255L98.70925 419.2963Q98.803 419.9213 99.19363 420.24942Q99.59988 420.57755 100.33425 420.57755Q101.053 420.57755 101.39675 420.2963Q101.75613 419.99942 101.75613 419.59317Q101.75613 419.2338 101.44363 419.03067Q101.22488 418.89005 100.3655 418.6713Q99.20925 418.37442 98.75613 418.1713Q98.31863 417.95255 98.08425 417.57755Q97.84988 417.20255 97.84988 416.7338Q97.84988 416.32755 98.03738 415.96817Q98.22488 415.6088 98.553 415.37442Q98.803 415.20255 99.22488 415.07755Q99.64675 414.95255 100.14675 414.95255Q100.8655 414.95255 101.41238 415.1713Q101.97488 415.37442 102.2405 415.7338Q102.50613 416.09317 102.59988 416.68692L101.56863 416.82755Q101.50613 416.3588 101.16238 416.09317Q100.83425 415.81192 100.20925 415.81192Q99.4905 415.81192 99.178 416.06192Q98.8655 416.2963 98.8655 416.62442Q98.8655 416.82755 98.9905 416.9838Q99.13113 417.15567 99.39675 417.26505Q99.553 417.32755 100.33425 417.53067Q101.45925 417.84317 101.89675 418.03067Q102.33425 418.21817 102.58425 418.57755Q102.83425 418.93692 102.83425 419.4838Q102.83425 420.01505 102.52175 420.4838Q102.22488 420.93692 101.64675 421.20255Q101.06863 421.45255 100.33425 421.45255Q99.1155 421.45255 98.47488 420.95255Q97.84988 420.43692 97.678 419.45255ZM108.34988 419.31192L109.44363 419.43692Q109.19363 420.39005 108.4905 420.9213Q107.78738 421.45255 106.70925 421.45255Q105.34988 421.45255 104.53738 420.6088Q103.7405 419.76505 103.7405 418.24942Q103.7405 416.68692 104.553 415.82755Q105.3655 414.95255 106.64675 414.95255Q107.89675 414.95255 108.678 415.7963Q109.47488 416.64005 109.47488 418.18692Q109.47488 418.28067 109.47488 418.46817L104.83425 418.46817Q104.89675 419.49942 105.41238 420.0463Q105.928 420.57755 106.70925 420.57755Q107.28738 420.57755 107.69363 420.28067Q108.1155 419.96817 108.34988 419.31192ZM104.89675 417.6088L108.3655 417.6088Q108.303 416.81192 107.97488 416.4213Q107.45925 415.81192 106.66238 415.81192Q105.928 415.81192 105.428 416.2963Q104.94363 416.78067 104.89675 417.6088ZM111.08425 421.31192L111.08425 415.09317L112.03738 415.09317L112.03738 416.03067Q112.39675 415.37442 112.69363 415.1713Q113.00613 414.95255 113.38113 414.95255Q113.91238 414.95255 114.45925 415.28067L114.09988 416.26505Q113.70925 416.03067 113.33425 416.03067Q112.97488 416.03067 112.69363 416.24942Q112.428 416.45255 112.31863 416.82755Q112.13113 417.39005 112.13113 418.0463L112.13113 421.31192L111.08425 421.31192ZM116.81863 421.31192L114.45925 415.09317L115.56863 415.09317L116.91238 418.81192Q117.1155 419.4213 117.303 420.06192Q117.44363 419.57755 117.69363 418.89005L119.08425 415.09317L120.16238 415.09317L117.803 421.31192L116.81863 421.31192ZM121.09988 413.93692L121.09988 412.71817L122.16238 412.71817L122.16238 413.93692L121.09988 413.93692ZM121.09988 421.31192L121.09988 415.09317L122.16238 415.09317L122.16238 421.31192L121.09988 421.31192ZM128.16238 419.03067L129.19363 419.1713Q129.02176 420.2338 128.31863 420.84317Q127.6155 421.45255 126.59988 421.45255Q125.31863 421.45255 124.53738 420.62442Q123.77175 419.78067 123.77175 418.21817Q123.77175 417.21817 124.09988 416.46817Q124.44363 415.70255 125.1155 415.32755Q125.803 414.95255 126.6155 414.95255Q127.6155 414.95255 128.25613 415.46817Q128.91238 415.96817 129.09988 416.9213L128.06863 417.07755Q127.928 416.45255 127.553 416.14005Q127.178 415.81192 126.64675 415.81192Q125.84988 415.81192 125.34988 416.39005Q124.84988 416.95255 124.84988 418.18692Q124.84988 419.45255 125.33425 420.01505Q125.81863 420.57755 126.58425 420.57755Q127.20925 420.57755 127.6155 420.20255Q128.03738 419.82755 128.16238 419.03067ZM134.34988 419.31192L135.44363 419.43692Q135.19363 420.39005 134.49051 420.9213Q133.78738 421.45255 132.70926 421.45255Q131.34988 421.45255 130.53738 420.6088Q129.74051 419.76505 129.74051 418.24942Q129.74051 416.68692 130.55301 415.82755Q131.36551 414.95255 132.64676 414.95255Q133.89676 414.95255 134.67801 415.7963Q135.47488 416.64005 135.47488 418.18692Q135.47488 418.28067 135.47488 418.46817L130.83426 418.46817Q130.89676 419.49942 131.41238 420.0463Q131.92801 420.57755 132.70926 420.57755Q133.28738 420.57755 133.69363 420.28067Q134.11551 419.96817 134.34988 419.31192ZM130.89676 417.6088L134.36551 417.6088Q134.30301 416.81192 133.97488 416.4213Q133.45926 415.81192 132.66238 415.81192Q131.92801 415.81192 131.42801 416.2963Q130.94363 416.78067 130.89676 417.6088Z" fill-rule="nonzero"/><path fill="#666666" d="M106.88113 456.89264Q106.88113 454.752 108.02175 453.5489Q109.178 452.33014 110.9905 452.33014Q112.19363 452.33014 113.14675 452.90826Q114.09988 453.47076 114.59988 454.4864Q115.09988 455.502 115.09988 456.7989Q115.09988 458.09576 114.56863 459.127Q114.03738 460.15826 113.06863 460.6895Q112.1155 461.22076 110.9905 461.22076Q109.77175 461.22076 108.81863 460.64264Q107.8655 460.0489 107.3655 459.0489Q106.88113 458.03326 106.88113 456.89264ZM108.053 456.90826Q108.053 458.47076 108.88113 459.3614Q109.72488 460.252 110.9905 460.252Q112.27175 460.252 113.09988 459.3614Q113.928 458.45514 113.928 456.78326Q113.928 455.7364 113.56863 454.95514Q113.22488 454.1739 112.53738 453.752Q111.84988 453.3145 111.00613 453.3145Q109.803 453.3145 108.928 454.14264Q108.053 454.97076 108.053 456.90826ZM118.39675 460.14264L118.553 461.0645Q118.09988 461.15826 117.75613 461.15826Q117.178 461.15826 116.8655 460.9864Q116.553 460.7989 116.41238 460.502Q116.28738 460.20514 116.28738 459.252L116.28738 455.6739L115.52175 455.6739L115.52175 454.8614L116.28738 454.8614L116.28738 453.3145L117.33425 452.6895L117.33425 454.8614L118.39675 454.8614L118.39675 455.6739L117.33425 455.6739L117.33425 459.3145Q117.33425 459.76764 117.38113 459.89264Q117.44363 460.01764 117.56863 460.09576Q117.69363 460.1739 117.928 460.1739Q118.1155 460.1739 118.39675 460.14264ZM119.09988 461.08014L119.09988 452.4864L120.14675 452.4864L120.14675 455.5645Q120.88113 454.72076 122.00613 454.72076Q122.70925 454.72076 123.20925 455.002Q123.72488 455.26764 123.94363 455.752Q124.16238 456.22076 124.16238 457.14264L124.16238 461.08014L123.1155 461.08014L123.1155 457.14264Q123.1155 456.34576 122.77175 455.9864Q122.428 455.627 121.803 455.627Q121.33425 455.627 120.91238 455.877Q120.50613 456.1114 120.31863 456.53326Q120.14675 456.9395 120.14675 457.6739L120.14675 461.08014L119.09988 461.08014ZM130.34988 459.08014L131.44363 459.20514Q131.19363 460.15826 130.49051 460.6895Q129.78738 461.22076 128.70926 461.22076Q127.34988 461.22076 126.53738 460.377Q125.7405 459.53326 125.7405 458.01764Q125.7405 456.45514 126.553 455.59576Q127.3655 454.72076 128.64676 454.72076Q129.89676 454.72076 130.67801 455.5645Q131.47488 456.40826 131.47488 457.95514Q131.47488 458.0489 131.47488 458.2364L126.83425 458.2364Q126.89675 459.26764 127.41238 459.8145Q127.928 460.34576 128.70926 460.34576Q129.28738 460.34576 129.69363 460.0489Q130.11551 459.7364 130.34988 459.08014ZM126.89675 457.377L130.36551 457.377Q130.30301 456.58014 129.97488 456.1895Q129.45926 455.58014 128.66238 455.58014Q127.928 455.58014 127.428 456.0645Q126.94363 456.5489 126.89675 457.377ZM133.08426 461.08014L133.08426 454.8614L134.03738 454.8614L134.03738 455.7989Q134.39676 455.14264 134.69363 454.9395Q135.00613 454.72076 135.38113 454.72076Q135.91238 454.72076 136.45926 455.0489L136.09988 456.03326Q135.70926 455.7989 135.33426 455.7989Q134.97488 455.7989 134.69363 456.01764Q134.42801 456.22076 134.31863 456.59576Q134.13113 457.15826 134.13113 457.8145L134.13113 461.08014L133.08426 461.08014Z" fill-rule="nonzero"/><path fill="#666666" d="M133.803 501.4143Q133.803 499.88306 134.1155 498.96118Q134.428 498.02368 135.03737 497.52368Q135.66237 497.02368 136.59987 497.02368Q137.28737 497.02368 137.803 497.30493Q138.33424 497.58618 138.678 498.11743Q139.02174 498.63306 139.20924 499.38306Q139.39674 500.13306 139.39674 501.4143Q139.39674 502.92993 139.08424 503.8518Q138.78737 504.77368 138.16237 505.2893Q137.553 505.7893 136.59987 505.7893Q135.3655 505.7893 134.64674 504.89868Q133.803 503.83618 133.803 501.4143ZM134.88112 501.4143Q134.88112 503.52368 135.38112 504.2268Q135.88112 504.92993 136.59987 504.92993Q137.33424 504.92993 137.81862 504.2268Q138.31862 503.52368 138.31862 501.4143Q138.31862 499.2893 137.81862 498.6018Q137.33424 497.89868 136.58424 497.89868Q135.8655 497.89868 135.428 498.50806Q134.88112 499.2893 134.88112 501.4143ZM141.00612 499.11743Q141.00612 498.19556 141.45924 497.55493Q141.928 496.9143 142.803 496.9143Q143.6155 496.9143 144.14674 497.49243Q144.678 498.07056 144.678 499.17993Q144.678 500.27368 144.13112 500.86743Q143.59987 501.44556 142.81862 501.44556Q142.03737 501.44556 141.52174 500.86743Q141.00612 500.2893 141.00612 499.11743ZM142.83424 497.63306Q142.44362 497.63306 142.178 497.9768Q141.928 498.32056 141.928 499.2268Q141.928 500.05493 142.178 500.39868Q142.44362 500.7268 142.83424 500.7268Q143.2405 500.7268 143.4905 500.38306Q143.75612 500.0393 143.75612 499.14868Q143.75612 498.30493 143.4905 497.9768Q143.22487 497.63306 142.83424 497.63306ZM142.83424 505.96118L147.53737 496.9143L148.39674 496.9143L143.70924 505.96118L142.83424 505.96118ZM146.553 503.63306Q146.553 502.71118 147.00612 502.07056Q147.47487 501.42993 148.3655 501.42993Q149.178 501.42993 149.70924 502.00806Q150.2405 502.57056 150.2405 503.69556Q150.2405 504.7893 149.69362 505.38306Q149.16237 505.96118 148.3655 505.96118Q147.59987 505.96118 147.06862 505.38306Q146.553 504.80493 146.553 503.63306ZM148.39674 502.14868Q147.9905 502.14868 147.72487 502.49243Q147.47487 502.83618 147.47487 503.74243Q147.47487 504.55493 147.7405 504.89868Q148.00612 505.24243 148.39674 505.24243Q148.78737 505.24243 149.053 504.89868Q149.31862 504.55493 149.31862 503.64868Q149.31862 502.82056 149.053 502.49243Q148.78737 502.14868 148.39674 502.14868Z" fill-rule="nonzero"/><path fill="#666666" d="M242.64299 504.63306L242.64299 505.64868L236.95549 505.64868Q236.95549 505.27368 237.08049 504.9143Q237.29924 504.33618 237.76799 503.77368Q238.25237 503.21118 239.15862 502.4768Q240.56487 501.32056 241.04924 500.64868Q241.54924 499.9768 241.54924 499.38306Q241.54924 498.75806 241.09612 498.33618Q240.64299 497.89868 239.92424 497.89868Q239.15862 497.89868 238.70549 498.3518Q238.25237 498.80493 238.23674 499.61743L237.15862 499.50806Q237.26799 498.2893 237.98674 497.6643Q238.72112 497.02368 239.95549 497.02368Q241.18987 497.02368 241.90862 497.71118Q242.62737 498.39868 242.62737 499.4143Q242.62737 499.92993 242.40862 500.42993Q242.20549 500.9143 241.70549 501.4768Q241.22112 502.02368 240.09612 502.9768Q239.14299 503.77368 238.86174 504.07056Q238.59612 504.3518 238.42424 504.63306L242.64299 504.63306ZM244.09612 501.4143Q244.09612 499.88306 244.40862 498.96118Q244.72112 498.02368 245.33049 497.52368Q245.95549 497.02368 246.89299 497.02368Q247.58049 497.02368 248.09612 497.30493Q248.62737 497.58618 248.97112 498.11743Q249.31487 498.63306 249.50237 499.38306Q249.68987 500.13306 249.68987 501.4143Q249.68987 502.92993 249.37737 503.8518Q249.08049 504.77368 248.45549 505.2893Q247.84612 505.7893 246.89299 505.7893Q245.65862 505.7893 244.93987 504.89868Q244.09612 503.83618 244.09612 501.4143ZM245.17424 501.4143Q245.17424 503.52368 245.67424 504.2268Q246.17424 504.92993 246.89299 504.92993Q247.62737 504.92993 248.11174 504.2268Q248.61174 503.52368 248.61174 501.4143Q248.61174 499.2893 248.11174 498.6018Q247.62737 497.89868 246.87737 497.89868Q246.15862 497.89868 245.72112 498.50806Q245.17424 499.2893 245.17424 501.4143ZM251.29924 499.11743Q251.29924 498.19556 251.75237 497.55493Q252.22112 496.9143 253.09612 496.9143Q253.90862 496.9143 254.43987 497.49243Q254.97112 498.07056 254.97112 499.17993Q254.97112 500.27368 254.42424 500.86743Q253.89299 501.44556 253.11174 501.44556Q252.33049 501.44556 251.81487 500.86743Q251.29924 500.2893 251.29924 499.11743ZM253.12737 497.63306Q252.73674 497.63306 252.47112 497.9768Q252.22112 498.32056 252.22112 499.2268Q252.22112 500.05493 252.47112 500.39868Q252.73674 500.7268 253.12737 500.7268Q253.53362 500.7268 253.78362 500.38306Q254.04924 500.0393 254.04924 499.14868Q254.04924 498.30493 253.78362 497.9768Q253.51799 497.63306 253.12737 497.63306ZM253.12737 505.96118L257.8305 496.9143L258.68988 496.9143L254.00237 505.96118L253.12737 505.96118ZM256.84613 503.63306Q256.84613 502.71118 257.29926 502.07056Q257.768 501.42993 258.65863 501.42993Q259.47113 501.42993 260.00238 502.00806Q260.53363 502.57056 260.53363 503.69556Q260.53363 504.7893 259.98676 505.38306Q259.4555 505.96118 258.65863 505.96118Q257.893 505.96118 257.36176 505.38306Q256.84613 504.80493 256.84613 503.63306ZM258.68988 502.14868Q258.28363 502.14868 258.018 502.49243Q257.768 502.83618 257.768 503.74243Q257.768 504.55493 258.03363 504.89868Q258.29926 505.24243 258.68988 505.24243Q259.0805 505.24243 259.34613 504.89868Q259.61176 504.55493 259.61176 503.64868Q259.61176 502.82056 259.34613 502.49243Q259.0805 502.14868 258.68988 502.14868Z" fill-rule="nonzero"/><path fill="#666666" d="M347.26422 505.64868L347.26422 503.58618L343.54547 503.58618L343.54547 502.61743L347.46735 497.05493L348.32672 497.05493L348.32672 502.61743L349.48297 502.61743L349.48297 503.58618L348.32672 503.58618L348.32672 505.64868L347.26422 505.64868ZM347.26422 502.61743L347.26422 498.75806L344.57672 502.61743L347.26422 502.61743ZM350.88922 501.4143Q350.88922 499.88306 351.20172 498.96118Q351.51422 498.02368 352.1236 497.52368Q352.7486 497.02368 353.6861 497.02368Q354.3736 497.02368 354.88922 497.30493Q355.42047 497.58618 355.76422 498.11743Q356.10797 498.63306 356.29547 499.38306Q356.48297 500.13306 356.48297 501.4143Q356.48297 502.92993 356.17047 503.8518Q355.8736 504.77368 355.2486 505.2893Q354.63922 505.7893 353.6861 505.7893Q352.45172 505.7893 351.73297 504.89868Q350.88922 503.83618 350.88922 501.4143ZM351.96735 501.4143Q351.96735 503.52368 352.46735 504.2268Q352.96735 504.92993 353.6861 504.92993Q354.42047 504.92993 354.90485 504.2268Q355.40485 503.52368 355.40485 501.4143Q355.40485 499.2893 354.90485 498.6018Q354.42047 497.89868 353.67047 497.89868Q352.95172 497.89868 352.51422 498.50806Q351.96735 499.2893 351.96735 501.4143ZM358.09235 499.11743Q358.09235 498.19556 358.54547 497.55493Q359.01422 496.9143 359.88922 496.9143Q360.70172 496.9143 361.23297 497.49243Q361.76422 498.07056 361.76422 499.17993Q361.76422 500.27368 361.21735 500.86743Q360.6861 501.44556 359.90485 501.44556Q359.1236 501.44556 358.60797 500.86743Q358.09235 500.2893 358.09235 499.11743ZM359.92047 497.63306Q359.52985 497.63306 359.26422 497.9768Q359.01422 498.32056 359.01422 499.2268Q359.01422 500.05493 359.26422 500.39868Q359.52985 500.7268 359.92047 500.7268Q360.32672 500.7268 360.57672 500.38306Q360.84235 500.0393 360.84235 499.14868Q360.84235 498.30493 360.57672 497.9768Q360.3111 497.63306 359.92047 497.63306ZM359.92047 505.96118L364.6236 496.9143L365.48297 496.9143L360.79547 505.96118L359.92047 505.96118ZM363.63922 503.63306Q363.63922 502.71118 364.09235 502.07056Q364.5611 501.42993 365.45172 501.42993Q366.26422 501.42993 366.79547 502.00806Q367.32672 502.57056 367.32672 503.69556Q367.32672 504.7893 366.77985 505.38306Q366.2486 505.96118 365.45172 505.96118Q364.6861 505.96118 364.15485 505.38306Q363.63922 504.80493 363.63922 503.63306ZM365.48297 502.14868Q365.07672 502.14868 364.8111 502.49243Q364.5611 502.83618 364.5611 503.74243Q364.5611 504.55493 364.82672 504.89868Q365.09235 505.24243 365.48297 505.24243Q365.8736 505.24243 366.13922 504.89868Q366.40485 504.55493 366.40485 503.64868Q366.40485 502.82056 366.13922 502.49243Q365.8736 502.14868 365.48297 502.14868Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 499.1643L455.1042 499.24243Q454.96356 498.61743 454.71356 498.33618Q454.27606 497.88306 453.65106 497.88306Q453.15106 497.88306 452.76044 498.1643Q452.27606 498.5393 451.9792 499.24243Q451.69794 499.92993 451.6823 501.21118Q452.0573 500.63306 452.6042 500.3518Q453.1667 500.07056 453.77606 500.07056Q454.82294 500.07056 455.5573 500.8518Q456.3073 501.63306 456.3073 502.8518Q456.3073 503.6643 455.94794 504.36743Q455.6042 505.05493 454.9948 505.42993Q454.38544 505.7893 453.6198 505.7893Q452.2917 505.7893 451.46356 504.82056Q450.63544 503.8518 450.63544 501.63306Q450.63544 499.13306 451.5573 498.00806Q452.3542 497.02368 453.71356 497.02368Q454.7292 497.02368 455.3698 497.6018Q456.02606 498.1643 456.15106 499.1643ZM451.8542 502.86743Q451.8542 503.4143 452.07294 503.9143Q452.3073 504.39868 452.71356 504.6643Q453.13544 504.92993 453.6042 504.92993Q454.26044 504.92993 454.7448 504.39868Q455.2292 503.8518 455.2292 502.92993Q455.2292 502.0393 454.7448 501.52368Q454.27606 501.00806 453.5573 501.00806Q452.83856 501.00806 452.33856 501.52368Q451.8542 502.0393 451.8542 502.86743ZM457.6823 501.4143Q457.6823 499.88306 457.9948 498.96118Q458.3073 498.02368 458.9167 497.52368Q459.5417 497.02368 460.4792 497.02368Q461.1667 497.02368 461.6823 497.30493Q462.21356 497.58618 462.5573 498.11743Q462.90106 498.63306 463.08856 499.38306Q463.27606 500.13306 463.27606 501.4143Q463.27606 502.92993 462.96356 503.8518Q462.6667 504.77368 462.0417 505.2893Q461.4323 505.7893 460.4792 505.7893Q459.2448 505.7893 458.52606 504.89868Q457.6823 503.83618 457.6823 501.4143ZM458.76044 501.4143Q458.76044 503.52368 459.26044 504.2268Q459.76044 504.92993 460.4792 504.92993Q461.21356 504.92993 461.69794 504.2268Q462.19794 503.52368 462.19794 501.4143Q462.19794 499.2893 461.69794 498.6018Q461.21356 497.89868 460.46356 497.89868Q459.7448 497.89868 459.3073 498.50806Q458.76044 499.2893 458.76044 501.4143ZM464.88544 499.11743Q464.88544 498.19556 465.33856 497.55493Q465.8073 496.9143 466.6823 496.9143Q467.4948 496.9143 468.02606 497.49243Q468.5573 498.07056 468.5573 499.17993Q468.5573 500.27368 468.01044 500.86743Q467.4792 501.44556 466.69794 501.44556Q465.9167 501.44556 465.40106 500.86743Q464.88544 500.2893 464.88544 499.11743ZM466.71356 497.63306Q466.32294 497.63306 466.0573 497.9768Q465.8073 498.32056 465.8073 499.2268Q465.8073 500.05493 466.0573 500.39868Q466.32294 500.7268 466.71356 500.7268Q467.1198 500.7268 467.3698 500.38306Q467.63544 500.0393 467.63544 499.14868Q467.63544 498.30493 467.3698 497.9768Q467.1042 497.63306 466.71356 497.63306ZM466.71356 505.96118L471.4167 496.9143L472.27606 496.9143L467.58856 505.96118L466.71356 505.96118ZM470.4323 503.63306Q470.4323 502.71118 470.88544 502.07056Q471.3542 501.42993 472.2448 501.42993Q473.0573 501.42993 473.58856 502.00806Q474.1198 502.57056 474.1198 503.69556Q474.1198 504.7893 473.57294 505.38306Q473.0417 505.96118 472.2448 505.96118Q471.4792 505.96118 470.94794 505.38306Q470.4323 504.80493 470.4323 503.63306ZM472.27606 502.14868Q471.8698 502.14868 471.6042 502.49243Q471.3542 502.83618 471.3542 503.74243Q471.3542 504.55493 471.6198 504.89868Q471.88544 505.24243 472.27606 505.24243Q472.6667 505.24243 472.9323 504.89868Q473.19794 504.55493 473.19794 503.64868Q473.19794 502.82056 472.9323 502.49243Q472.6667 502.14868 472.27606 502.14868Z" fill-rule="nonzero"/><path fill="#666666" d="M559.1004 500.99243Q558.44415 500.74243 558.116 500.30493Q557.8035 499.8518 557.8035 499.24243Q557.8035 498.30493 558.4754 497.6643Q559.1629 497.02368 560.2723 497.02368Q561.3973 497.02368 562.0848 497.67993Q562.7723 498.33618 562.7723 499.27368Q562.7723 499.86743 562.4598 500.30493Q562.1473 500.74243 561.50665 500.99243Q562.3035 501.24243 562.7098 501.82056Q563.116 502.39868 563.116 503.19556Q563.116 504.2893 562.3348 505.0393Q561.56915 505.7893 560.2879 505.7893Q559.0223 505.7893 558.241 505.0393Q557.4598 504.2893 557.4598 503.1643Q557.4598 502.32056 557.88165 501.75806Q558.31915 501.19556 559.1004 500.99243ZM558.88165 499.19556Q558.88165 499.80493 559.2723 500.19556Q559.6785 500.58618 560.3035 500.58618Q560.9129 500.58618 561.3035 500.21118Q561.69415 499.82056 561.69415 499.25806Q561.69415 498.67993 561.2879 498.2893Q560.88165 497.88306 560.2879 497.88306Q559.6785 497.88306 559.2723 498.27368Q558.88165 498.6643 558.88165 499.19556ZM558.5535 503.1643Q558.5535 503.61743 558.75665 504.0393Q558.9754 504.46118 559.3973 504.69556Q559.81915 504.92993 560.3035 504.92993Q561.0535 504.92993 561.5379 504.44556Q562.0379 503.96118 562.0379 503.21118Q562.0379 502.44556 561.5379 501.94556Q561.0379 501.44556 560.2723 501.44556Q559.5223 501.44556 559.0379 501.94556Q558.5535 502.42993 558.5535 503.1643ZM564.4754 501.4143Q564.4754 499.88306 564.7879 498.96118Q565.1004 498.02368 565.7098 497.52368Q566.3348 497.02368 567.2723 497.02368Q567.9598 497.02368 568.4754 497.30493Q569.00665 497.58618 569.3504 498.11743Q569.69415 498.63306 569.88165 499.38306Q570.06915 500.13306 570.06915 501.4143Q570.06915 502.92993 569.75665 503.8518Q569.4598 504.77368 568.8348 505.2893Q568.2254 505.7893 567.2723 505.7893Q566.0379 505.7893 565.31915 504.89868Q564.4754 503.83618 564.4754 501.4143ZM565.5535 501.4143Q565.5535 503.52368 566.0535 504.2268Q566.5535 504.92993 567.2723 504.92993Q568.00665 504.92993 568.491 504.2268Q568.991 503.52368 568.991 501.4143Q568.991 499.2893 568.491 498.6018Q568.00665 497.89868 567.25665 497.89868Q566.5379 497.89868 566.1004 498.50806Q565.5535 499.2893 565.5535 501.4143ZM571.6785 499.11743Q571.6785 498.19556 572.13165 497.55493Q572.6004 496.9143 573.4754 496.9143Q574.2879 496.9143 574.81915 497.49243Q575.3504 498.07056 575.3504 499.17993Q575.3504 500.27368 574.8035 500.86743Q574.2723 501.44556 573.491 501.44556Q572.7098 501.44556 572.19415 500.86743Q571.6785 500.2893 571.6785 499.11743ZM573.50665 497.63306Q573.116 497.63306 572.8504 497.9768Q572.6004 498.32056 572.6004 499.2268Q572.6004 500.05493 572.8504 500.39868Q573.116 500.7268 573.50665 500.7268Q573.9129 500.7268 574.1629 500.38306Q574.4285 500.0393 574.4285 499.14868Q574.4285 498.30493 574.1629 497.9768Q573.8973 497.63306 573.50665 497.63306ZM573.50665 505.96118L578.2098 496.9143L579.06915 496.9143L574.38165 505.96118L573.50665 505.96118ZM577.2254 503.63306Q577.2254 502.71118 577.6785 502.07056Q578.1473 501.42993 579.0379 501.42993Q579.8504 501.42993 580.38165 502.00806Q580.9129 502.57056 580.9129 503.69556Q580.9129 504.7893 580.366 505.38306Q579.8348 505.96118 579.0379 505.96118Q578.2723 505.96118 577.741 505.38306Q577.2254 504.80493 577.2254 503.63306ZM579.06915 502.14868Q578.6629 502.14868 578.3973 502.49243Q578.1473 502.83618 578.1473 503.74243Q578.1473 504.55493 578.4129 504.89868Q578.6785 505.24243 579.06915 505.24243Q579.4598 505.24243 579.7254 504.89868Q579.991 504.55493 579.991 503.64868Q579.991 502.82056 579.7254 502.49243Q579.4598 502.14868 579.06915 502.14868Z" fill-rule="nonzero"/><path fill="#77cac5" d="M243.90813 543.9839C243.90813 543.4316 244.35583 542.9839 244.90813 542.9839L254.90813 542.9839C255.4604 542.9839 255.90813 543.4316 255.90813 543.9839L255.90813 553.9839C255.90813 554.5362 255.4604 554.9839 254.90813 554.9839L244.90813 554.9839C244.35583 554.9839 243.90813 554.5362 243.90813 553.9839Z" fill-rule="nonzero"/><path fill="#666666" d="M269.955 551.96826L269.955 552.9839L264.2675 552.9839Q264.2675 552.6089 264.3925 552.2495Q264.61124 551.6714 265.08 551.1089Q265.56436 550.5464 266.4706 549.812Q267.87686 548.65576 268.36124 547.9839Q268.86124 547.312 268.86124 546.71826Q268.86124 546.09326 268.4081 545.6714Q267.955 545.2339 267.23624 545.2339Q266.4706 545.2339 266.0175 545.687Q265.56436 546.14014 265.54874 546.95264L264.4706 546.84326Q264.58 545.6245 265.29874 544.9995Q266.0331 544.3589 267.2675 544.3589Q268.50186 544.3589 269.2206 545.0464Q269.93936 545.7339 269.93936 546.7495Q269.93936 547.26514 269.7206 547.76514Q269.5175 548.2495 269.0175 548.812Q268.5331 549.3589 267.4081 550.312Q266.455 551.1089 266.17374 551.40576Q265.9081 551.687 265.73624 551.96826L269.955 551.96826ZM271.4081 548.7495Q271.4081 547.21826 271.7206 546.2964Q272.0331 545.3589 272.6425 544.8589Q273.2675 544.3589 274.205 544.3589Q274.8925 544.3589 275.4081 544.64014Q275.93936 544.9214 276.2831 545.45264Q276.62686 545.96826 276.81436 546.71826Q277.00186 547.46826 277.00186 548.7495Q277.00186 550.26514 276.68936 551.187Q276.3925 552.1089 275.7675 552.6245Q275.1581 553.1245 274.205 553.1245Q272.9706 553.1245 272.25186 552.2339Q271.4081 551.1714 271.4081 548.7495ZM272.48624 548.7495Q272.48624 550.8589 272.98624 551.562Q273.48624 552.26514 274.205 552.26514Q274.93936 552.26514 275.42374 551.562Q275.92374 550.8589 275.92374 548.7495Q275.92374 546.6245 275.42374 545.937Q274.93936 545.2339 274.18936 545.2339Q273.4706 545.2339 273.0331 545.84326Q272.48624 546.6245 272.48624 548.7495ZM282.37686 552.9839L281.33 552.9839L281.33 546.26514Q280.93936 546.6245 280.31436 546.9995Q279.705 547.3589 279.2206 547.53076L279.2206 546.51514Q280.0956 546.09326 280.75186 545.51514Q281.42374 544.9214 281.705 544.3589L282.37686 544.3589L282.37686 552.9839ZM285.4706 545.51514L285.4706 544.4995L291.0331 544.4995L291.0331 545.32764Q290.2206 546.20264 289.4081 547.65576Q288.61124 549.09326 288.17374 550.6245Q287.8456 551.70264 287.7675 552.9839L286.67374 552.9839Q286.68936 551.96826 287.06436 550.53076Q287.455 549.09326 288.1581 547.76514Q288.87686 546.437 289.68936 545.51514L285.4706 545.51514Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M307.9081 543.9839C307.9081 543.4316 308.35583 542.9839 308.9081 542.9839L318.9081 542.9839C319.46042 542.9839 319.9081 543.4316 319.9081 543.9839L319.9081 553.9839C319.9081 554.5362 319.46042 554.9839 318.9081 554.9839L308.9081 554.9839C308.35583 554.9839 307.9081 554.5362 307.9081 553.9839Z" fill-rule="nonzero"/><path fill="#666666" d="M333.955 551.96826L333.955 552.9839L328.2675 552.9839Q328.2675 552.6089 328.3925 552.2495Q328.61124 551.6714 329.08 551.1089Q329.56436 550.5464 330.4706 549.812Q331.87686 548.65576 332.36124 547.9839Q332.86124 547.312 332.86124 546.71826Q332.86124 546.09326 332.4081 545.6714Q331.955 545.2339 331.23624 545.2339Q330.4706 545.2339 330.0175 545.687Q329.56436 546.14014 329.54874 546.95264L328.4706 546.84326Q328.58 545.6245 329.29874 544.9995Q330.0331 544.3589 331.2675 544.3589Q332.50186 544.3589 333.2206 545.0464Q333.93936 545.7339 333.93936 546.7495Q333.93936 547.26514 333.7206 547.76514Q333.5175 548.2495 333.0175 548.812Q332.5331 549.3589 331.4081 550.312Q330.455 551.1089 330.17374 551.40576Q329.9081 551.687 329.73624 551.96826L333.955 551.96826ZM335.4081 548.7495Q335.4081 547.21826 335.7206 546.2964Q336.0331 545.3589 336.6425 544.8589Q337.2675 544.3589 338.205 544.3589Q338.8925 544.3589 339.4081 544.64014Q339.93936 544.9214 340.2831 545.45264Q340.62686 545.96826 340.81436 546.71826Q341.00186 547.46826 341.00186 548.7495Q341.00186 550.26514 340.68936 551.187Q340.3925 552.1089 339.7675 552.6245Q339.1581 553.1245 338.205 553.1245Q336.9706 553.1245 336.25186 552.2339Q335.4081 551.1714 335.4081 548.7495ZM336.48624 548.7495Q336.48624 550.8589 336.98624 551.562Q337.48624 552.26514 338.205 552.26514Q338.93936 552.26514 339.42374 551.562Q339.92374 550.8589 339.92374 548.7495Q339.92374 546.6245 339.42374 545.937Q338.93936 545.2339 338.18936 545.2339Q337.4706 545.2339 337.0331 545.84326Q336.48624 546.6245 336.48624 548.7495ZM346.37686 552.9839L345.33 552.9839L345.33 546.26514Q344.93936 546.6245 344.31436 546.9995Q343.705 547.3589 343.2206 547.53076L343.2206 546.51514Q344.0956 546.09326 344.75186 545.51514Q345.42374 544.9214 345.705 544.3589L346.37686 544.3589L346.37686 552.9839ZM351.0331 548.32764Q350.37686 548.07764 350.04874 547.64014Q349.73624 547.187 349.73624 546.57764Q349.73624 545.64014 350.4081 544.9995Q351.0956 544.3589 352.205 544.3589Q353.33 544.3589 354.0175 545.01514Q354.705 545.6714 354.705 546.6089Q354.705 547.20264 354.3925 547.64014Q354.08 548.07764 353.43936 548.32764Q354.23624 548.57764 354.6425 549.15576Q355.04874 549.7339 355.04874 550.53076Q355.04874 551.6245 354.2675 552.3745Q353.50186 553.1245 352.2206 553.1245Q350.955 553.1245 350.17374 552.3745Q349.3925 551.6245 349.3925 550.4995Q349.3925 549.65576 349.81436 549.09326Q350.25186 548.53076 351.0331 548.32764ZM350.81436 546.53076Q350.81436 547.14014 351.205 547.53076Q351.61124 547.9214 352.23624 547.9214Q352.8456 547.9214 353.23624 547.5464Q353.62686 547.15576 353.62686 546.59326Q353.62686 546.01514 353.2206 545.6245Q352.81436 545.21826 352.2206 545.21826Q351.61124 545.21826 351.205 545.6089Q350.81436 545.9995 350.81436 546.53076ZM350.48624 550.4995Q350.48624 550.95264 350.68936 551.3745Q350.9081 551.7964 351.33 552.03076Q351.75186 552.26514 352.23624 552.26514Q352.98624 552.26514 353.4706 551.78076Q353.9706 551.2964 353.9706 550.5464Q353.9706 549.78076 353.4706 549.28076Q352.9706 548.78076 352.205 548.78076Q351.455 548.78076 350.9706 549.28076Q350.48624 549.76514 350.48624 550.4995Z" fill-rule="nonzero"/><path fill="#666666" d="M31.344366 36.09446L28.688116 26.078835L30.047491 26.078835L31.578741 32.641335Q31.813116 33.672585 32.000618 34.68821Q32.375618 33.078835 32.453743 32.84446L34.359993 26.078835L35.953743 26.078835L37.391243 31.141335Q37.922493 33.03196 38.172493 34.68821Q38.359993 33.735085 38.672493 32.516335L40.234993 26.078835L41.578743 26.078835L38.828743 36.09446L37.547493 36.09446L35.438118 28.453835Q35.172493 27.50071 35.125618 27.28196Q34.969368 27.96946 34.828743 28.453835L32.703743 36.09446L31.344366 36.09446ZM42.438118 36.09446L42.438118 26.078835L43.672493 26.078835L43.672493 29.672585Q44.531868 28.672585 45.844368 28.672585Q46.656868 28.672585 47.250618 29.00071Q47.844368 29.31321 48.094368 29.87571Q48.359993 30.422585 48.359993 31.50071L48.359993 36.09446L47.125618 36.09446L47.125618 31.50071Q47.125618 30.56321 46.719368 30.15696Q46.328743 29.735085 45.594368 29.735085Q45.047493 29.735085 44.563118 30.016335Q44.078743 30.297585 43.875618 30.78196Q43.672493 31.266335 43.672493 32.12571L43.672493 36.09446L42.438118 36.09446ZM50.453743 27.485085L50.453743 26.078835L51.672493 26.078835L51.672493 27.485085L50.453743 27.485085ZM50.453743 36.09446L50.453743 28.828835L51.672493 28.828835L51.672493 36.09446L50.453743 36.09446ZM58.172493 33.43821L59.391243 33.59446Q59.188118 34.84446 58.359993 35.56321Q57.547493 36.266335 56.359993 36.266335Q54.875618 36.266335 53.969368 35.297585Q53.063118 34.31321 53.063118 32.485085Q53.063118 31.31321 53.453743 30.43821Q53.844368 29.547585 54.641243 29.110085Q55.438118 28.672585 56.375618 28.672585Q57.547493 28.672585 58.297493 29.266335Q59.063118 29.860085 59.266243 30.96946L58.078743 31.15696Q57.906868 30.422585 57.469368 30.06321Q57.031868 29.68821 56.422493 29.68821Q55.484993 29.68821 54.906868 30.360085Q54.328743 31.016335 54.328743 32.453835Q54.328743 33.922585 54.891243 34.59446Q55.453743 35.25071 56.344368 35.25071Q57.078743 35.25071 57.563118 34.81321Q58.047493 34.360085 58.172493 33.43821ZM60.438118 36.09446L60.438118 26.078835L61.672493 26.078835L61.672493 29.672585Q62.531868 28.672585 63.844368 28.672585Q64.65687 28.672585 65.25062 29.00071Q65.84437 29.31321 66.09437 29.87571Q66.35999 30.422585 66.35999 31.50071L66.35999 36.09446L65.12562 36.09446L65.12562 31.50071Q65.12562 30.56321 64.71937 30.15696Q64.32874 29.735085 63.594368 29.735085Q63.047493 29.735085 62.563118 30.016335Q62.078743 30.297585 61.875618 30.78196Q61.672493 31.266335 61.672493 32.12571L61.672493 36.09446L60.438118 36.09446ZM71.98499 32.46946Q71.98499 30.453835 73.10999 29.46946Q74.03187 28.672585 75.39124 28.672585Q76.87562 28.672585 77.82874 29.65696Q78.78187 30.62571 78.78187 32.360085Q78.78187 33.766335 78.35999 34.578835Q77.93812 35.37571 77.12562 35.828835Q76.32874 36.266335 75.39124 36.266335Q73.85999 36.266335 72.92249 35.28196Q71.98499 34.297585 71.98499 32.46946ZM73.25062 32.46946Q73.25062 33.860085 73.85999 34.56321Q74.46937 35.25071 75.39124 35.25071Q76.29749 35.25071 76.90687 34.547585Q77.51624 33.84446 77.51624 32.422585Q77.51624 31.078835 76.90687 30.391335Q76.29749 29.68821 75.39124 29.68821Q74.46937 29.68821 73.85999 30.37571Q73.25062 31.06321 73.25062 32.46946ZM80.73499 36.09446L80.73499 29.797585L79.64124 29.797585L79.64124 28.828835L80.73499 28.828835L80.73499 28.06321Q80.73499 27.328835 80.85999 26.96946Q81.04749 26.50071 81.48499 26.203835Q81.93812 25.90696 82.75062 25.90696Q83.26624 25.90696 83.89124 26.03196L83.70374 27.09446Q83.32874 27.03196 82.98499 27.03196Q82.42249 27.03196 82.18812 27.266335Q81.95374 27.50071 81.95374 28.15696L81.95374 28.828835L83.37562 28.828835L83.37562 29.797585L81.95374 29.797585L81.95374 36.09446L80.73499 36.09446ZM91.12562 35.00071L91.29749 36.078835Q90.78187 36.18821 90.37562 36.18821Q89.70374 36.18821 89.32874 35.985085Q88.96937 35.766335 88.81312 35.422585Q88.67249 35.078835 88.67249 33.96946L88.67249 29.797585L87.76624 29.797585L87.76624 28.828835L88.67249 28.828835L88.67249 27.03196L89.89124 26.297585L89.89124 28.828835L91.12562 28.828835L91.12562 29.797585L89.89124 29.797585L89.89124 34.03196Q89.89124 34.56321 89.95374 34.71946Q90.01624 34.860085 90.15687 34.953835Q90.31312 35.047585 90.57874 35.047585Q90.79749 35.047585 91.12562 35.00071ZM92.43812 36.09446L92.43812 26.078835L93.67249 26.078835L93.67249 29.672585Q94.53187 28.672585 95.84437 28.672585Q96.65687 28.672585 97.25062 29.00071Q97.84437 29.31321 98.09437 29.87571Q98.35999 30.422585 98.35999 31.50071L98.35999 36.09446L97.12562 36.09446L97.12562 31.50071Q97.12562 30.56321 96.71937 30.15696Q96.32874 29.735085 95.59437 29.735085Q95.04749 29.735085 94.56312 30.016335Q94.07874 30.297585 93.87562 30.78196Q93.67249 31.266335 93.67249 32.12571L93.67249 36.09446L92.43812 36.09446ZM105.40687 33.75071L106.68812 33.90696Q106.37562 35.03196 105.56312 35.65696Q104.75062 36.266335 103.48499 36.266335Q101.89124 36.266335 100.95374 35.28196Q100.03187 34.297585 100.03187 32.53196Q100.03187 30.68821 100.96937 29.68821Q101.92249 28.672585 103.42249 28.672585Q104.87562 28.672585 105.79749 29.672585Q106.71937 30.65696 106.71937 32.453835Q106.71937 32.56321 106.71937 32.78196L101.29749 32.78196Q101.37562 33.96946 101.96937 34.610085Q102.57874 35.25071 103.50062 35.25071Q104.17249 35.25071 104.64124 34.891335Q105.12562 34.53196 105.40687 33.75071ZM101.37562 31.766335L105.42249 31.766335Q105.34437 30.84446 104.95374 30.391335Q104.37562 29.68821 103.43812 29.68821Q102.57874 29.68821 102.00062 30.25071Q101.43812 30.81321 101.37562 31.766335ZM112.73499 36.09446L112.73499 29.797585L111.64124 29.797585L111.64124 28.828835L112.73499 28.828835L112.73499 28.06321Q112.73499 27.328835 112.85999 26.96946Q113.04749 26.50071 113.48499 26.203835Q113.93812 25.90696 114.75062 25.90696Q115.26624 25.90696 115.89124 26.03196L115.70374 27.09446Q115.32874 27.03196 114.98499 27.03196Q114.42249 27.03196 114.18812 27.266335Q113.95374 27.50071 113.95374 28.15696L113.95374 28.828835L115.37562 28.828835L115.37562 29.797585L113.95374 29.797585L113.95374 36.09446L112.73499 36.09446ZM115.98499 32.46946Q115.98499 30.453835 117.10999 29.46946Q118.03187 28.672585 119.39124 28.672585Q120.87562 28.672585 121.82874 29.65696Q122.78187 30.62571 122.78187 32.360085Q122.78187 33.766335 122.35999 34.578835Q121.93812 35.37571 121.12562 35.828835Q120.32874 36.266335 119.39124 36.266335Q117.85999 36.266335 116.92249 35.28196Q115.98499 34.297585 115.98499 32.46946ZM117.25062 32.46946Q117.25062 33.860085 117.85999 34.56321Q118.46937 35.25071 119.39124 35.25071Q120.29749 35.25071 120.90687 34.547585Q121.51624 33.84446 121.51624 32.422585Q121.51624 31.078835 120.90687 30.391335Q120.29749 29.68821 119.39124 29.68821Q118.46937 29.68821 117.85999 30.37571Q117.25062 31.06321 117.25062 32.46946ZM124.40687 36.09446L124.40687 26.078835L125.64124 26.078835L125.64124 36.09446L124.40687 36.09446ZM127.40687 36.09446L127.40687 26.078835L128.64124 26.078835L128.64124 36.09446L127.40687 36.09446ZM129.98499 32.46946Q129.98499 30.453835 131.10999 29.46946Q132.03186 28.672585 133.39124 28.672585Q134.87561 28.672585 135.82874 29.65696Q136.78186 30.62571 136.78186 32.360085Q136.78186 33.766335 136.35999 34.578835Q135.93811 35.37571 135.12561 35.828835Q134.32874 36.266335 133.39124 36.266335Q131.85999 36.266335 130.92249 35.28196Q129.98499 34.297585 129.98499 32.46946ZM131.25061 32.46946Q131.25061 33.860085 131.85999 34.56321Q132.46936 35.25071 133.39124 35.25071Q134.29749 35.25071 134.90686 34.547585Q135.51624 33.84446 135.51624 32.422585Q135.51624 31.078835 134.90686 30.391335Q134.29749 29.68821 133.39124 29.68821Q132.46936 29.68821 131.85999 30.37571Q131.25061 31.06321 131.25061 32.46946ZM139.78186 36.09446L137.56311 28.828835L138.82874 28.828835L139.98499 33.03196L140.42249 34.578835Q140.43811 34.46946 140.79749 33.078835L141.95374 28.828835L143.20374 28.828835L144.29749 33.047585L144.65686 34.43821L145.07874 33.03196L146.32874 28.828835L147.51624 28.828835L145.25061 36.09446L143.96936 36.09446L142.81311 31.75071L142.53186 30.516335L141.06311 36.09446L139.78186 36.09446ZM148.45374 27.485085L148.45374 26.078835L149.67249 26.078835L149.67249 27.485085L148.45374 27.485085ZM148.45374 36.09446L148.45374 28.828835L149.67249 28.828835L149.67249 36.09446L148.45374 36.09446ZM151.43811 36.09446L151.43811 28.828835L152.54749 28.828835L152.54749 29.860085Q153.34436 28.672585 154.85999 28.672585Q155.51624 28.672585 156.06311 28.90696Q156.60999 29.141335 156.87561 29.53196Q157.15686 29.90696 157.26624 30.43821Q157.34436 30.78196 157.34436 31.62571L157.34436 36.09446L156.10999 36.09446L156.10999 31.672585Q156.10999 30.922585 155.96936 30.56321Q155.82874 30.18821 155.45374 29.96946Q155.09436 29.735085 154.59436 29.735085Q153.81311 29.735085 153.23499 30.235085Q152.67249 30.735085 152.67249 32.12571L152.67249 36.09446L151.43811 36.09446ZM159.21936 36.703835L160.40686 36.87571Q160.48499 37.422585 160.82874 37.68821Q161.28186 38.016335 162.07874 38.016335Q162.93811 38.016335 163.39124 37.672585Q163.85999 37.34446 164.03186 36.71946Q164.12561 36.34446 164.10999 35.141335Q163.31311 36.09446 162.10999 36.09446Q160.60999 36.09446 159.78186 35.016335Q158.96936 33.93821 158.96936 32.422585Q158.96936 31.391335 159.34436 30.516335Q159.71936 29.62571 160.42249 29.15696Q161.14124 28.672585 162.10999 28.672585Q163.39124 28.672585 164.23499 29.703835L164.23499 28.828835L165.35999 28.828835L165.35999 35.110085Q165.35999 36.81321 165.01624 37.516335Q164.67249 38.21946 163.92249 38.62571Q163.17249 39.047585 162.07874 39.047585Q160.78186 39.047585 159.98499 38.453835Q159.18811 37.87571 159.21936 36.703835ZM160.23499 32.328835Q160.23499 33.766335 160.79749 34.422585Q161.35999 35.078835 162.21936 35.078835Q163.06311 35.078835 163.64124 34.422585Q164.21936 33.766335 164.21936 32.37571Q164.21936 31.047585 163.62561 30.37571Q163.03186 29.68821 162.20374 29.68821Q161.37561 29.68821 160.79749 30.360085Q160.23499 31.016335 160.23499 32.328835ZM176.15686 36.09446L176.15686 35.172585Q175.45374 36.266335 174.12561 36.266335Q173.25061 36.266335 172.51624 35.78196Q171.79749 35.297585 171.39124 34.43821Q171.00061 33.578835 171.00061 32.46946Q171.00061 31.391335 171.35999 30.50071Q171.71936 29.610085 172.43811 29.141335Q173.17249 28.672585 174.06311 28.672585Q174.71936 28.672585 175.23499 28.953835Q175.75061 29.21946 176.06311 29.672585L176.06311 26.078835L177.29749 26.078835L177.29749 36.09446L176.15686 36.09446ZM172.26624 32.46946Q172.26624 33.860085 172.84436 34.56321Q173.43811 35.25071 174.23499 35.25071Q175.04749 35.25071 175.60999 34.59446Q176.17249 33.922585 176.17249 32.578835Q176.17249 31.078835 175.59436 30.391335Q175.01624 29.68821 174.18811 29.68821Q173.35999 29.68821 172.81311 30.360085Q172.26624 31.03196 172.26624 32.46946ZM178.98499 32.46946Q178.98499 30.453835 180.10999 29.46946Q181.03186 28.672585 182.39124 28.672585Q183.87561 28.672585 184.82874 29.65696Q185.78186 30.62571 185.78186 32.360085Q185.78186 33.766335 185.35999 34.578835Q184.93811 35.37571 184.12561 35.828835Q183.32874 36.266335 182.39124 36.266335Q180.85999 36.266335 179.92249 35.28196Q178.98499 34.297585 178.98499 32.46946ZM180.25061 32.46946Q180.25061 33.860085 180.85999 34.56321Q181.46936 35.25071 182.39124 35.25071Q183.29749 35.25071 183.90686 34.547585Q184.51624 33.84446 184.51624 32.422585Q184.51624 31.078835 183.90686 30.391335Q183.29749 29.68821 182.39124 29.68821Q181.46936 29.68821 180.85999 30.37571Q180.25061 31.06321 180.25061 32.46946ZM191.39124 38.891335L191.25061 37.735085Q191.65686 37.84446 191.95374 37.84446Q192.35999 37.84446 192.60999 37.703835Q192.85999 37.578835 193.01624 37.328835Q193.12561 37.141335 193.39124 36.40696Q193.42249 36.31321 193.50061 36.110085L190.73499 28.828835L192.06311 28.828835L193.57874 33.03196Q193.87561 33.84446 194.10999 34.71946Q194.31311 33.87571 194.60999 33.06321L196.15686 28.828835L197.39124 28.828835L194.62561 36.21946Q194.18811 37.40696 193.93811 37.860085Q193.60999 38.46946 193.18811 38.75071Q192.76624 39.047585 192.17249 39.047585Q191.82874 39.047585 191.39124 38.891335ZM197.98499 32.46946Q197.98499 30.453835 199.10999 29.46946Q200.03186 28.672585 201.39124 28.672585Q202.87561 28.672585 203.82874 29.65696Q204.78186 30.62571 204.78186 32.360085Q204.78186 33.766335 204.35999 34.578835Q203.93811 35.37571 203.12561 35.828835Q202.32874 36.266335 201.39124 36.266335Q199.85999 36.266335 198.92249 35.28196Q197.98499 34.297585 197.98499 32.46946ZM199.25061 32.46946Q199.25061 33.860085 199.85999 34.56321Q200.46936 35.25071 201.39124 35.25071Q202.29749 35.25071 202.90686 34.547585Q203.51624 33.84446 203.51624 32.422585Q203.51624 31.078835 202.90686 30.391335Q202.29749 29.68821 201.39124 29.68821Q200.46936 29.68821 199.85999 30.37571Q199.25061 31.06321 199.25061 32.46946ZM211.20374 36.09446L211.20374 35.03196Q210.34436 36.266335 208.89124 36.266335Q208.25061 36.266335 207.68811 36.016335Q207.14124 35.766335 206.85999 35.391335Q206.59436 35.016335 206.48499 34.485085Q206.40686 34.12571 206.40686 33.328835L206.40686 28.828835L207.64124 28.828835L207.64124 32.860085Q207.64124 33.828835 207.71936 34.15696Q207.82874 34.641335 208.20374 34.922585Q208.57874 35.203835 209.14124 35.203835Q209.68811 35.203835 210.17249 34.922585Q210.65686 34.62571 210.85999 34.141335Q211.06311 33.65696 211.06311 32.71946L211.06311 28.828835L212.29749 28.828835L212.29749 36.09446L211.20374 36.09446ZM223.17249 35.203835Q222.50061 35.78196 221.85999 36.03196Q221.23499 36.266335 220.50061 36.266335Q219.31311 36.266335 218.65686 35.68821Q218.01624 35.09446 218.01624 34.172585Q218.01624 33.641335 218.25061 33.203835Q218.50061 32.766335 218.89124 32.50071Q219.29749 32.235085 219.78186 32.09446Q220.14124 32.00071 220.87561 31.90696Q222.37561 31.735085 223.07874 31.485085Q223.07874 31.235085 223.07874 31.172585Q223.07874 30.40696 222.73499 30.110085Q222.26624 29.68821 221.32874 29.68821Q220.46936 29.68821 220.04749 30.00071Q219.64124 30.297585 219.43811 31.06321L218.23499 30.90696Q218.39124 30.12571 218.76624 29.65696Q219.15686 29.18821 219.85999 28.93821Q220.57874 28.672585 221.51624 28.672585Q222.43811 28.672585 223.01624 28.891335Q223.59436 29.110085 223.85999 29.43821Q224.14124 29.766335 224.25061 30.28196Q224.31311 30.59446 224.31311 31.40696L224.31311 33.047585Q224.31311 34.766335 224.39124 35.21946Q224.46936 35.672585 224.70374 36.09446L223.42249 36.09446Q223.23499 35.703835 223.17249 35.203835ZM223.07874 32.453835Q222.40686 32.71946 221.06311 32.922585Q220.31311 33.03196 219.98499 33.172585Q219.67249 33.297585 219.50061 33.56321Q219.32874 33.828835 219.32874 34.141335Q219.32874 34.641335 219.70374 34.96946Q220.07874 35.297585 220.79749 35.297585Q221.51624 35.297585 222.06311 34.985085Q222.60999 34.672585 222.87561 34.12571Q223.07874 33.71946 223.07874 32.90696L223.07874 32.453835ZM231.17249 33.43821L232.39124 33.59446Q232.18811 34.84446 231.35999 35.56321Q230.54749 36.266335 229.35999 36.266335Q227.87561 36.266335 226.96936 35.297585Q226.06311 34.31321 226.06311 32.485085Q226.06311 31.31321 226.45374 30.43821Q226.84436 29.547585 227.64124 29.110085Q228.43811 28.672585 229.37561 28.672585Q230.54749 28.672585 231.29749 29.266335Q232.06311 29.860085 232.26624 30.96946L231.07874 31.15696Q230.90686 30.422585 230.46936 30.06321Q230.03186 29.68821 229.42249 29.68821Q228.48499 29.68821 227.90686 30.360085Q227.32874 31.016335 227.32874 32.453835Q227.32874 33.922585 227.89124 34.59446Q228.45374 35.25071 229.34436 35.25071Q230.07874 35.25071 230.56311 34.81321Q231.04749 34.360085 231.17249 33.43821ZM238.17249 33.43821L239.39124 33.59446Q239.18811 34.84446 238.35999 35.56321Q237.54749 36.266335 236.35999 36.266335Q234.87561 36.266335 233.96936 35.297585Q233.06311 34.31321 233.06311 32.485085Q233.06311 31.31321 233.45374 30.43821Q233.84436 29.547585 234.64124 29.110085Q235.43811 28.672585 236.37561 28.672585Q237.54749 28.672585 238.29749 29.266335Q239.06311 29.860085 239.26624 30.96946L238.07874 31.15696Q237.90686 30.422585 237.46936 30.06321Q237.03186 29.68821 236.42249 29.68821Q235.48499 29.68821 234.90686 30.360085Q234.32874 31.016335 234.32874 32.453835Q234.32874 33.922585 234.89124 34.59446Q235.45374 35.25071 236.34436 35.25071Q237.07874 35.25071 237.56311 34.81321Q238.04749 34.360085 238.17249 33.43821ZM245.40686 33.75071L246.68811 33.90696Q246.37561 35.03196 245.56311 35.65696Q244.75061 36.266335 243.48499 36.266335Q241.89124 36.266335 240.95374 35.28196Q240.03186 34.297585 240.03186 32.53196Q240.03186 30.68821 240.96936 29.68821Q241.92249 28.672585 243.42249 28.672585Q244.87561 28.672585 245.79749 29.672585Q246.71936 30.65696 246.71936 32.453835Q246.71936 32.56321 246.71936 32.78196L241.29749 32.78196Q241.37561 33.96946 241.96936 34.610085Q242.57874 35.25071 243.50061 35.25071Q244.17249 35.25071 244.64124 34.891335Q245.12561 34.53196 245.40686 33.75071ZM241.37561 31.766335L245.42249 31.766335Q245.34436 30.84446 244.95374 30.391335Q244.37561 29.68821 243.43811 29.68821Q242.57874 29.68821 242.00061 30.25071Q241.43811 30.81321 241.37561 31.766335ZM247.95374 33.922585L249.15686 33.735085Q249.26624 34.46946 249.73499 34.860085Q250.20374 35.25071 251.04749 35.25071Q251.89124 35.25071 252.29749 34.90696Q252.71936 34.56321 252.71936 34.09446Q252.71936 33.672585 252.34436 33.43821Q252.09436 33.266335 251.09436 33.016335Q249.73499 32.672585 249.20374 32.422585Q248.68811 32.172585 248.42249 31.735085Q248.15686 31.297585 248.15686 30.766335Q248.15686 30.28196 248.37561 29.87571Q248.59436 29.453835 248.98499 29.172585Q249.26624 28.96946 249.75061 28.828835Q250.25061 28.672585 250.82874 28.672585Q251.67249 28.672585 252.31311 28.922585Q252.96936 29.15696 253.28186 29.578835Q253.59436 30.00071 253.70374 30.703835L252.50061 30.87571Q252.42249 30.31321 252.01624 30.00071Q251.62561 29.68821 250.90686 29.68821Q250.06311 29.68821 249.70374 29.96946Q249.34436 30.235085 249.34436 30.62571Q249.34436 30.860085 249.48499 31.047585Q249.64124 31.25071 249.96936 31.37571Q250.14124 31.43821 251.04749 31.68821Q252.35999 32.047585 252.87561 32.266335Q253.39124 32.485085 253.67249 32.90696Q253.96936 33.328835 253.96936 33.953835Q253.96936 34.578835 253.60999 35.12571Q253.26624 35.65696 252.57874 35.96946Q251.90686 36.266335 251.04749 36.266335Q249.64124 36.266335 248.89124 35.672585Q248.15686 35.078835 247.95374 33.922585ZM254.95374 33.922585L256.15686 33.735085Q256.26624 34.46946 256.735 34.860085Q257.20374 35.25071 258.0475 35.25071Q258.89124 35.25071 259.2975 34.90696Q259.71936 34.56321 259.71936 34.09446Q259.71936 33.672585 259.34436 33.43821Q259.09436 33.266335 258.09436 33.016335Q256.735 32.672585 256.20374 32.422585Q255.68811 32.172585 255.42249 31.735085Q255.15686 31.297585 255.15686 30.766335Q255.15686 30.28196 255.37561 29.87571Q255.59436 29.453835 255.98499 29.172585Q256.26624 28.96946 256.7506 28.828835Q257.2506 28.672585 257.82874 28.672585Q258.6725 28.672585 259.3131 28.922585Q259.96936 29.15696 260.28186 29.578835Q260.59436 30.00071 260.70374 30.703835L259.5006 30.87571Q259.4225 30.31321 259.01624 30.00071Q258.6256 29.68821 257.90686 29.68821Q257.0631 29.68821 256.70374 29.96946Q256.34436 30.235085 256.34436 30.62571Q256.34436 30.860085 256.485 31.047585Q256.64124 31.25071 256.96936 31.37571Q257.14124 31.43821 258.0475 31.68821Q259.36 32.047585 259.8756 32.266335Q260.39124 32.485085 260.6725 32.90696Q260.96936 33.328835 260.96936 33.953835Q260.96936 34.578835 260.61 35.12571Q260.26624 35.65696 259.57874 35.96946Q258.90686 36.266335 258.0475 36.266335Q256.64124 36.266335 255.89124 35.672585Q255.15686 35.078835 254.95374 33.922585ZM266.735 36.09446L266.735 29.797585L265.64124 29.797585L265.64124 28.828835L266.735 28.828835L266.735 28.06321Q266.735 27.328835 266.86 26.96946Q267.0475 26.50071 267.485 26.203835Q267.9381 25.90696 268.7506 25.90696Q269.26624 25.90696 269.89124 26.03196L269.70374 27.09446Q269.32874 27.03196 268.985 27.03196Q268.4225 27.03196 268.1881 27.266335Q267.95374 27.50071 267.95374 28.15696L267.95374 28.828835L269.3756 28.828835L269.3756 29.797585L267.95374 29.797585L267.95374 36.09446L266.735 36.09446ZM270.4225 36.09446L270.4225 28.828835L271.53186 28.828835L271.53186 29.93821Q271.95374 29.15696 272.3131 28.922585Q272.6725 28.672585 273.11 28.672585Q273.735 28.672585 274.3756 29.06321L273.95374 30.203835Q273.5006 29.93821 273.0475 29.93821Q272.64124 29.93821 272.3131 30.18821Q272.0006 30.422585 271.86 30.860085Q271.65686 31.516335 271.65686 32.297585L271.65686 36.09446L270.4225 36.09446ZM274.985 32.46946Q274.985 30.453835 276.11 29.46946Q277.03186 28.672585 278.39124 28.672585Q279.8756 28.672585 280.82874 29.65696Q281.78186 30.62571 281.78186 32.360085Q281.78186 33.766335 281.36 34.578835Q280.9381 35.37571 280.1256 35.828835Q279.32874 36.266335 278.39124 36.266335Q276.86 36.266335 275.9225 35.28196Q274.985 34.297585 274.985 32.46946ZM276.2506 32.46946Q276.2506 33.860085 276.86 34.56321Q277.46936 35.25071 278.39124 35.25071Q279.2975 35.25071 279.90686 34.547585Q280.51624 33.84446 280.51624 32.422585Q280.51624 31.078835 279.90686 30.391335Q279.2975 29.68821 278.39124 29.68821Q277.46936 29.68821 276.86 30.37571Q276.2506 31.06321 276.2506 32.46946ZM283.4381 36.09446L283.4381 28.828835L284.5475 28.828835L284.5475 29.860085Q284.8756 29.31321 285.4381 29.00071Q286.01624 28.672585 286.735 28.672585Q287.5475 28.672585 288.0631 29.016335Q288.57874 29.34446 288.7975 29.93821Q289.65686 28.672585 291.03186 28.672585Q292.11 28.672585 292.6881 29.266335Q293.28186 29.860085 293.28186 31.110085L293.28186 36.09446L292.0475 36.09446L292.0475 31.516335Q292.0475 30.78196 291.9225 30.453835Q291.8131 30.12571 291.5006 29.93821Q291.1881 29.735085 290.76624 29.735085Q290.0006 29.735085 289.485 30.25071Q288.985 30.75071 288.985 31.87571L288.985 36.09446L287.7506 36.09446L287.7506 31.37571Q287.7506 30.56321 287.45374 30.15696Q287.15686 29.735085 286.46936 29.735085Q285.95374 29.735085 285.5006 30.016335Q285.0631 30.28196 284.86 30.81321Q284.6725 31.328835 284.6725 32.328835L284.6725 36.09446L283.4381 36.09446ZM304.28186 32.15696L304.28186 30.985085L308.53186 30.985085L308.53186 34.703835Q307.5475 35.485085 306.5006 35.87571Q305.46936 36.266335 304.3756 36.266335Q302.90686 36.266335 301.6881 35.641335Q300.485 35.00071 299.8756 33.81321Q299.26624 32.610085 299.26624 31.12571Q299.26624 29.672585 299.8756 28.40696Q300.485 27.12571 301.6256 26.516335Q302.78186 25.90696 304.28186 25.90696Q305.36 25.90696 306.235 26.266335Q307.1256 26.610085 307.6256 27.235085Q308.1256 27.860085 308.3756 28.87571L307.1881 29.203835Q306.95374 28.43821 306.61 28.00071Q306.28186 27.56321 305.65686 27.297585Q305.0475 27.03196 304.28186 27.03196Q303.3756 27.03196 302.70374 27.31321Q302.0475 27.59446 301.64124 28.047585Q301.235 28.485085 301.01624 29.03196Q300.6256 29.96946 300.6256 31.047585Q300.6256 32.391335 301.07874 33.297585Q301.5475 34.18821 302.4225 34.62571Q303.3131 35.06321 304.3131 35.06321Q305.1725 35.06321 305.985 34.735085Q306.8131 34.40696 307.235 34.03196L307.235 32.15696L304.28186 32.15696ZM309.985 32.46946Q309.985 30.453835 311.11 29.46946Q312.03186 28.672585 313.39124 28.672585Q314.8756 28.672585 315.82874 29.65696Q316.78186 30.62571 316.78186 32.360085Q316.78186 33.766335 316.36 34.578835Q315.9381 35.37571 315.1256 35.828835Q314.32874 36.266335 313.39124 36.266335Q311.86 36.266335 310.9225 35.28196Q309.985 34.297585 309.985 32.46946ZM311.2506 32.46946Q311.2506 33.860085 311.86 34.56321Q312.46936 35.25071 313.39124 35.25071Q314.2975 35.25071 314.90686 34.547585Q315.51624 33.84446 315.51624 32.422585Q315.51624 31.078835 314.90686 30.391335Q314.2975 29.68821 313.39124 29.68821Q312.46936 29.68821 311.86 30.37571Q311.2506 31.06321 311.2506 32.46946ZM320.7506 33.62571Q320.735 33.37571 320.735 33.25071Q320.735 32.53196 320.9381 32.00071Q321.09436 31.610085 321.4225 31.203835Q321.6725 30.90696 322.3131 30.34446Q322.95374 29.78196 323.14124 29.453835Q323.32874 29.110085 323.32874 28.71946Q323.32874 28.00071 322.76624 27.453835Q322.21936 26.90696 321.40686 26.90696Q320.61 26.90696 320.07874 27.40696Q319.5631 27.891335 319.39124 28.93821L318.1256 28.797585Q318.2975 27.391335 319.14124 26.65696Q319.985 25.90696 321.3756 25.90696Q322.84436 25.90696 323.71936 26.703835Q324.59436 27.50071 324.59436 28.641335Q324.59436 29.297585 324.28186 29.860085Q323.985 30.40696 323.09436 31.18821Q322.485 31.71946 322.2975 31.985085Q322.11 32.235085 322.01624 32.56321Q321.9381 32.891335 321.9225 33.62571L320.7506 33.62571ZM320.6725 36.09446L320.6725 34.68821L322.0631 34.68821L322.0631 36.09446L320.6725 36.09446Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig22.svg b/_content/survey2018/fig22.svg
deleted file mode 100644
index 096b6e1..0000000
--- a/_content/survey2018/fig22.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 193.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="193" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 193.0L0 193.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 193.0L0 193.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 11.5L142.5 102.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 11.5L249.5 102.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 11.5L355.5 102.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 11.5L462.5 102.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 11.5L569.5 102.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 11.729015L569.4754 11.729015L569.4754 102.01428L142.303 102.01428L142.303 11.729015Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 49.0L142.0 36.0L461.0 36.0C462.10458 36.0 463.0 36.89543 463.0 38.0L463.0 47.0C463.0 48.10457 462.10458 49.0 461.0 49.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 49.0L142.0 36.0L461.0 36.0C462.10458 36.0 463.0 36.89543 463.0 38.0L463.0 47.0C463.0 48.10457 462.10458 49.0 461.0 49.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 63.0L142.0 50.0L493.0 50.0C494.10458 50.0 495.0 50.89543 495.0 52.0L495.0 61.0C495.0 62.10457 494.10458 63.0 493.0 63.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 63.0L142.0 50.0L493.0 50.0C494.10458 50.0 495.0 50.89543 495.0 52.0L495.0 61.0C495.0 62.10457 494.10458 63.0 493.0 63.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 77.0L142.0 64.0L455.0 64.0C456.10458 64.0 457.0 64.89543 457.0 66.0L457.0 75.0C457.0 76.10457 456.10458 77.0 455.0 77.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 77.0L142.0 64.0L455.0 64.0C456.10458 64.0 457.0 64.89543 457.0 66.0L457.0 75.0C457.0 76.10457 456.10458 77.0 455.0 77.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M480.65106 40.515625L479.6042 40.59375Q479.46356 39.96875 479.21356 39.6875Q478.77606 39.234375 478.15106 39.234375Q477.65106 39.234375 477.26044 39.515625Q476.77606 39.890625 476.4792 40.59375Q476.19794 41.28125 476.1823 42.5625Q476.5573 41.984375 477.1042 41.703125Q477.6667 41.421875 478.27606 41.421875Q479.32294 41.421875 480.0573 42.203125Q480.8073 42.984375 480.8073 44.203125Q480.8073 45.015625 480.44794 45.71875Q480.1042 46.40625 479.4948 46.78125Q478.88544 47.140625 478.1198 47.140625Q476.7917 47.140625 475.96356 46.171875Q475.13544 45.203125 475.13544 42.984375Q475.13544 40.484375 476.0573 39.359375Q476.8542 38.375 478.21356 38.375Q479.2292 38.375 479.8698 38.953125Q480.52606 39.515625 480.65106 40.515625ZM476.3542 44.21875Q476.3542 44.765625 476.57294 45.265625Q476.8073 45.75 477.21356 46.015625Q477.63544 46.28125 478.1042 46.28125Q478.76044 46.28125 479.2448 45.75Q479.7292 45.203125 479.7292 44.28125Q479.7292 43.390625 479.2448 42.875Q478.77606 42.359375 478.0573 42.359375Q477.33856 42.359375 476.83856 42.875Q476.3542 43.390625 476.3542 44.21875ZM482.1823 42.765625Q482.1823 41.234375 482.4948 40.3125Q482.8073 39.375 483.4167 38.875Q484.0417 38.375 484.9792 38.375Q485.6667 38.375 486.1823 38.65625Q486.71356 38.9375 487.0573 39.46875Q487.40106 39.984375 487.58856 40.734375Q487.77606 41.484375 487.77606 42.765625Q487.77606 44.28125 487.46356 45.203125Q487.1667 46.125 486.5417 46.640625Q485.9323 47.140625 484.9792 47.140625Q483.7448 47.140625 483.02606 46.25Q482.1823 45.1875 482.1823 42.765625ZM483.26044 42.765625Q483.26044 44.875 483.76044 45.578125Q484.26044 46.28125 484.9792 46.28125Q485.71356 46.28125 486.19794 45.578125Q486.69794 44.875 486.69794 42.765625Q486.69794 40.640625 486.19794 39.953125Q485.71356 39.25 484.96356 39.25Q484.2448 39.25 483.8073 39.859375Q483.26044 40.640625 483.26044 42.765625ZM489.38544 40.46875Q489.38544 39.546875 489.83856 38.90625Q490.3073 38.265625 491.1823 38.265625Q491.9948 38.265625 492.52606 38.84375Q493.0573 39.421875 493.0573 40.53125Q493.0573 41.625 492.51044 42.21875Q491.9792 42.796875 491.19794 42.796875Q490.4167 42.796875 489.90106 42.21875Q489.38544 41.640625 489.38544 40.46875ZM491.21356 38.984375Q490.82294 38.984375 490.5573 39.328125Q490.3073 39.671875 490.3073 40.578125Q490.3073 41.40625 490.5573 41.75Q490.82294 42.078125 491.21356 42.078125Q491.6198 42.078125 491.8698 41.734375Q492.13544 41.390625 492.13544 40.5Q492.13544 39.65625 491.8698 39.328125Q491.6042 38.984375 491.21356 38.984375ZM491.21356 47.3125L495.9167 38.265625L496.77606 38.265625L492.08856 47.3125L491.21356 47.3125ZM494.9323 44.984375Q494.9323 44.0625 495.38544 43.421875Q495.8542 42.78125 496.7448 42.78125Q497.5573 42.78125 498.08856 43.359375Q498.6198 43.921875 498.6198 45.046875Q498.6198 46.140625 498.07294 46.734375Q497.5417 47.3125 496.7448 47.3125Q495.9792 47.3125 495.44794 46.734375Q494.9323 46.15625 494.9323 44.984375ZM496.77606 43.5Q496.3698 43.5 496.1042 43.84375Q495.8542 44.1875 495.8542 45.09375Q495.8542 45.90625 496.1198 46.25Q496.38544 46.59375 496.77606 46.59375Q497.1667 46.59375 497.4323 46.25Q497.69794 45.90625 497.69794 45.0Q497.69794 44.171875 497.4323 43.84375Q497.1667 43.5 496.77606 43.5Z" fill-rule="nonzero"/><path fill="#666666" d="M480.65106 40.515625L479.6042 40.59375Q479.46356 39.96875 479.21356 39.6875Q478.77606 39.234375 478.15106 39.234375Q477.65106 39.234375 477.26044 39.515625Q476.77606 39.890625 476.4792 40.59375Q476.19794 41.28125 476.1823 42.5625Q476.5573 41.984375 477.1042 41.703125Q477.6667 41.421875 478.27606 41.421875Q479.32294 41.421875 480.0573 42.203125Q480.8073 42.984375 480.8073 44.203125Q480.8073 45.015625 480.44794 45.71875Q480.1042 46.40625 479.4948 46.78125Q478.88544 47.140625 478.1198 47.140625Q476.7917 47.140625 475.96356 46.171875Q475.13544 45.203125 475.13544 42.984375Q475.13544 40.484375 476.0573 39.359375Q476.8542 38.375 478.21356 38.375Q479.2292 38.375 479.8698 38.953125Q480.52606 39.515625 480.65106 40.515625ZM476.3542 44.21875Q476.3542 44.765625 476.57294 45.265625Q476.8073 45.75 477.21356 46.015625Q477.63544 46.28125 478.1042 46.28125Q478.76044 46.28125 479.2448 45.75Q479.7292 45.203125 479.7292 44.28125Q479.7292 43.390625 479.2448 42.875Q478.77606 42.359375 478.0573 42.359375Q477.33856 42.359375 476.83856 42.875Q476.3542 43.390625 476.3542 44.21875ZM482.1823 42.765625Q482.1823 41.234375 482.4948 40.3125Q482.8073 39.375 483.4167 38.875Q484.0417 38.375 484.9792 38.375Q485.6667 38.375 486.1823 38.65625Q486.71356 38.9375 487.0573 39.46875Q487.40106 39.984375 487.58856 40.734375Q487.77606 41.484375 487.77606 42.765625Q487.77606 44.28125 487.46356 45.203125Q487.1667 46.125 486.5417 46.640625Q485.9323 47.140625 484.9792 47.140625Q483.7448 47.140625 483.02606 46.25Q482.1823 45.1875 482.1823 42.765625ZM483.26044 42.765625Q483.26044 44.875 483.76044 45.578125Q484.26044 46.28125 484.9792 46.28125Q485.71356 46.28125 486.19794 45.578125Q486.69794 44.875 486.69794 42.765625Q486.69794 40.640625 486.19794 39.953125Q485.71356 39.25 484.96356 39.25Q484.2448 39.25 483.8073 39.859375Q483.26044 40.640625 483.26044 42.765625ZM489.38544 40.46875Q489.38544 39.546875 489.83856 38.90625Q490.3073 38.265625 491.1823 38.265625Q491.9948 38.265625 492.52606 38.84375Q493.0573 39.421875 493.0573 40.53125Q493.0573 41.625 492.51044 42.21875Q491.9792 42.796875 491.19794 42.796875Q490.4167 42.796875 489.90106 42.21875Q489.38544 41.640625 489.38544 40.46875ZM491.21356 38.984375Q490.82294 38.984375 490.5573 39.328125Q490.3073 39.671875 490.3073 40.578125Q490.3073 41.40625 490.5573 41.75Q490.82294 42.078125 491.21356 42.078125Q491.6198 42.078125 491.8698 41.734375Q492.13544 41.390625 492.13544 40.5Q492.13544 39.65625 491.8698 39.328125Q491.6042 38.984375 491.21356 38.984375ZM491.21356 47.3125L495.9167 38.265625L496.77606 38.265625L492.08856 47.3125L491.21356 47.3125ZM494.9323 44.984375Q494.9323 44.0625 495.38544 43.421875Q495.8542 42.78125 496.7448 42.78125Q497.5573 42.78125 498.08856 43.359375Q498.6198 43.921875 498.6198 45.046875Q498.6198 46.140625 498.07294 46.734375Q497.5417 47.3125 496.7448 47.3125Q495.9792 47.3125 495.44794 46.734375Q494.9323 46.15625 494.9323 44.984375ZM496.77606 43.5Q496.3698 43.5 496.1042 43.84375Q495.8542 44.1875 495.8542 45.09375Q495.8542 45.90625 496.1198 46.25Q496.38544 46.59375 496.77606 46.59375Q497.1667 46.59375 497.4323 46.25Q497.69794 45.90625 497.69794 45.0Q497.69794 44.171875 497.4323 43.84375Q497.1667 43.5 496.77606 43.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M512.689 54.515625L511.64212 54.59375Q511.5015 53.96875 511.2515 53.6875Q510.814 53.234375 510.189 53.234375Q509.689 53.234375 509.29837 53.515625Q508.814 53.890625 508.51712 54.59375Q508.23587 55.28125 508.22025 56.5625Q508.59525 55.984375 509.14212 55.703125Q509.70462 55.421875 510.314 55.421875Q511.36087 55.421875 512.0953 56.203125Q512.8453 56.984375 512.8453 58.203125Q512.8453 59.015625 512.4859 59.71875Q512.14215 60.40625 511.53275 60.78125Q510.92337 61.140625 510.15775 61.140625Q508.82962 61.140625 508.0015 60.171875Q507.17337 59.203125 507.17337 56.984375Q507.17337 54.484375 508.09525 53.359375Q508.89212 52.375 510.2515 52.375Q511.26712 52.375 511.90775 52.953125Q512.564 53.515625 512.689 54.515625ZM508.39212 58.21875Q508.39212 58.765625 508.61087 59.265625Q508.84525 59.75 509.2515 60.015625Q509.67337 60.28125 510.14212 60.28125Q510.79837 60.28125 511.28275 59.75Q511.76712 59.203125 511.76712 58.28125Q511.76712 57.390625 511.28275 56.875Q510.814 56.359375 510.09525 56.359375Q509.3765 56.359375 508.8765 56.875Q508.39212 57.390625 508.39212 58.21875ZM519.689 54.515625L518.64215 54.59375Q518.5015 53.96875 518.2515 53.6875Q517.814 53.234375 517.189 53.234375Q516.689 53.234375 516.2984 53.515625Q515.814 53.890625 515.51715 54.59375Q515.2359 55.28125 515.2203 56.5625Q515.5953 55.984375 516.14215 55.703125Q516.70465 55.421875 517.314 55.421875Q518.3609 55.421875 519.0953 56.203125Q519.8453 56.984375 519.8453 58.203125Q519.8453 59.015625 519.4859 59.71875Q519.14215 60.40625 518.5328 60.78125Q517.9234 61.140625 517.1578 61.140625Q515.82965 61.140625 515.0015 60.171875Q514.1734 59.203125 514.1734 56.984375Q514.1734 54.484375 515.0953 53.359375Q515.89215 52.375 517.2515 52.375Q518.26715 52.375 518.9078 52.953125Q519.564 53.515625 519.689 54.515625ZM515.39215 58.21875Q515.39215 58.765625 515.6109 59.265625Q515.8453 59.75 516.2515 60.015625Q516.6734 60.28125 517.14215 60.28125Q517.7984 60.28125 518.2828 59.75Q518.76715 59.203125 518.76715 58.28125Q518.76715 57.390625 518.2828 56.875Q517.814 56.359375 517.0953 56.359375Q516.3765 56.359375 515.8765 56.875Q515.39215 57.390625 515.39215 58.21875ZM521.4234 54.46875Q521.4234 53.546875 521.8765 52.90625Q522.3453 52.265625 523.2203 52.265625Q524.0328 52.265625 524.564 52.84375Q525.0953 53.421875 525.0953 54.53125Q525.0953 55.625 524.5484 56.21875Q524.01715 56.796875 523.2359 56.796875Q522.45465 56.796875 521.939 56.21875Q521.4234 55.640625 521.4234 54.46875ZM523.2515 52.984375Q522.8609 52.984375 522.5953 53.328125Q522.3453 53.671875 522.3453 54.578125Q522.3453 55.40625 522.5953 55.75Q522.8609 56.078125 523.2515 56.078125Q523.6578 56.078125 523.9078 55.734375Q524.1734 55.390625 524.1734 54.5Q524.1734 53.65625 523.9078 53.328125Q523.64215 52.984375 523.2515 52.984375ZM523.2515 61.3125L527.95465 52.265625L528.814 52.265625L524.1265 61.3125L523.2515 61.3125ZM526.9703 58.984375Q526.9703 58.0625 527.4234 57.421875Q527.89215 56.78125 528.7828 56.78125Q529.5953 56.78125 530.1265 57.359375Q530.6578 57.921875 530.6578 59.046875Q530.6578 60.140625 530.1109 60.734375Q529.57965 61.3125 528.7828 61.3125Q528.01715 61.3125 527.4859 60.734375Q526.9703 60.15625 526.9703 58.984375ZM528.814 57.5Q528.4078 57.5 528.14215 57.84375Q527.89215 58.1875 527.89215 59.09375Q527.89215 59.90625 528.1578 60.25Q528.4234 60.59375 528.814 60.59375Q529.20465 60.59375 529.4703 60.25Q529.7359 59.90625 529.7359 59.0Q529.7359 58.171875 529.4703 57.84375Q529.20465 57.5 528.814 57.5Z" fill-rule="nonzero"/><path fill="#666666" d="M512.68896 54.515625L511.64212 54.59375Q511.5015 53.96875 511.2515 53.6875Q510.814 53.234375 510.189 53.234375Q509.689 53.234375 509.29837 53.515625Q508.814 53.890625 508.51712 54.59375Q508.23587 55.28125 508.22025 56.5625Q508.59525 55.984375 509.14212 55.703125Q509.70462 55.421875 510.314 55.421875Q511.36087 55.421875 512.0952 56.203125Q512.8452 56.984375 512.8452 58.203125Q512.8452 59.015625 512.48584 59.71875Q512.1421 60.40625 511.53275 60.78125Q510.92337 61.140625 510.15775 61.140625Q508.82962 61.140625 508.0015 60.171875Q507.17337 59.203125 507.17337 56.984375Q507.17337 54.484375 508.09525 53.359375Q508.89212 52.375 510.2515 52.375Q511.26712 52.375 511.90775 52.953125Q512.56396 53.515625 512.68896 54.515625ZM508.39212 58.21875Q508.39212 58.765625 508.61087 59.265625Q508.84525 59.75 509.2515 60.015625Q509.67337 60.28125 510.14212 60.28125Q510.79837 60.28125 511.28275 59.75Q511.76712 59.203125 511.76712 58.28125Q511.76712 57.390625 511.28275 56.875Q510.814 56.359375 510.09525 56.359375Q509.3765 56.359375 508.8765 56.875Q508.39212 57.390625 508.39212 58.21875ZM519.68896 54.515625L518.6421 54.59375Q518.50146 53.96875 518.25146 53.6875Q517.81396 53.234375 517.18896 53.234375Q516.68896 53.234375 516.29834 53.515625Q515.81396 53.890625 515.5171 54.59375Q515.23584 55.28125 515.2202 56.5625Q515.5952 55.984375 516.1421 55.703125Q516.7046 55.421875 517.31396 55.421875Q518.36084 55.421875 519.0952 56.203125Q519.8452 56.984375 519.8452 58.203125Q519.8452 59.015625 519.48584 59.71875Q519.1421 60.40625 518.5327 60.78125Q517.92334 61.140625 517.1577 61.140625Q515.8296 61.140625 515.00146 60.171875Q514.17334 59.203125 514.17334 56.984375Q514.17334 54.484375 515.0952 53.359375Q515.8921 52.375 517.25146 52.375Q518.2671 52.375 518.9077 52.953125Q519.56396 53.515625 519.68896 54.515625ZM515.3921 58.21875Q515.3921 58.765625 515.61084 59.265625Q515.8452 59.75 516.25146 60.015625Q516.67334 60.28125 517.1421 60.28125Q517.79834 60.28125 518.2827 59.75Q518.7671 59.203125 518.7671 58.28125Q518.7671 57.390625 518.2827 56.875Q517.81396 56.359375 517.0952 56.359375Q516.37646 56.359375 515.87646 56.875Q515.3921 57.390625 515.3921 58.21875ZM521.42334 54.46875Q521.42334 53.546875 521.87646 52.90625Q522.3452 52.265625 523.2202 52.265625Q524.0327 52.265625 524.56396 52.84375Q525.0952 53.421875 525.0952 54.53125Q525.0952 55.625 524.54834 56.21875Q524.0171 56.796875 523.23584 56.796875Q522.4546 56.796875 521.93896 56.21875Q521.42334 55.640625 521.42334 54.46875ZM523.25146 52.984375Q522.86084 52.984375 522.5952 53.328125Q522.3452 53.671875 522.3452 54.578125Q522.3452 55.40625 522.5952 55.75Q522.86084 56.078125 523.25146 56.078125Q523.6577 56.078125 523.9077 55.734375Q524.17334 55.390625 524.17334 54.5Q524.17334 53.65625 523.9077 53.328125Q523.6421 52.984375 523.25146 52.984375ZM523.25146 61.3125L527.9546 52.265625L528.81396 52.265625L524.12646 61.3125L523.25146 61.3125ZM526.9702 58.984375Q526.9702 58.0625 527.42334 57.421875Q527.8921 56.78125 528.7827 56.78125Q529.5952 56.78125 530.12646 57.359375Q530.6577 57.921875 530.6577 59.046875Q530.6577 60.140625 530.11084 60.734375Q529.5796 61.3125 528.7827 61.3125Q528.0171 61.3125 527.48584 60.734375Q526.9702 60.15625 526.9702 58.984375ZM528.81396 57.5Q528.4077 57.5 528.1421 57.84375Q527.8921 58.1875 527.8921 59.09375Q527.8921 59.90625 528.1577 60.25Q528.42334 60.59375 528.81396 60.59375Q529.2046 60.59375 529.4702 60.25Q529.73584 59.90625 529.73584 59.0Q529.73584 58.171875 529.4702 57.84375Q529.2046 57.5 528.81396 57.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M469.84268 72.75L470.95206 72.65625Q471.07706 73.46875 471.51456 73.875Q471.96768 74.28125 472.6083 74.28125Q473.3583 74.28125 473.88956 73.703125Q474.4208 73.125 474.4208 72.1875Q474.4208 71.28125 473.90518 70.765625Q473.40518 70.234375 472.57706 70.234375Q472.07706 70.234375 471.65518 70.46875Q471.24893 70.703125 471.01456 71.0625L470.03018 70.9375L470.8583 66.53125L475.13956 66.53125L475.13956 67.53125L471.70206 67.53125L471.24893 69.84375Q472.01456 69.296875 472.8583 69.296875Q473.9833 69.296875 474.74893 70.078125Q475.53018 70.859375 475.53018 72.09375Q475.53018 73.25 474.8583 74.109375Q474.03018 75.140625 472.6083 75.140625Q471.43643 75.140625 470.68643 74.484375Q469.95206 73.828125 469.84268 72.75ZM476.99893 73.015625L478.01456 72.921875Q478.13956 73.640625 478.49893 73.96875Q478.87393 74.28125 479.43643 74.28125Q479.9208 74.28125 480.28018 74.0625Q480.65518 73.828125 480.88956 73.46875Q481.12393 73.09375 481.28018 72.46875Q481.43643 71.828125 481.43643 71.171875Q481.43643 71.09375 481.43643 70.953125Q481.12393 71.453125 480.57706 71.78125Q480.03018 72.09375 479.38956 72.09375Q478.31143 72.09375 477.57706 71.328125Q476.84268 70.546875 476.84268 69.28125Q476.84268 67.96875 477.6083 67.171875Q478.38956 66.375 479.5458 66.375Q480.37393 66.375 481.06143 66.828125Q481.76456 67.28125 482.12393 68.125Q482.4833 68.953125 482.4833 70.53125Q482.4833 72.171875 482.12393 73.15625Q481.78018 74.125 481.06143 74.640625Q480.3583 75.140625 479.4208 75.140625Q478.40518 75.140625 477.76456 74.59375Q477.12393 74.03125 476.99893 73.015625ZM481.31143 69.21875Q481.31143 68.3125 480.82706 67.78125Q480.3583 67.25 479.6708 67.25Q478.96768 67.25 478.43643 67.828125Q477.9208 68.390625 477.9208 69.3125Q477.9208 70.125 478.4208 70.640625Q478.9208 71.15625 479.63956 71.15625Q480.37393 71.15625 480.84268 70.640625Q481.31143 70.125 481.31143 69.21875ZM484.0458 68.46875Q484.0458 67.546875 484.49893 66.90625Q484.96768 66.265625 485.84268 66.265625Q486.65518 66.265625 487.18643 66.84375Q487.71768 67.421875 487.71768 68.53125Q487.71768 69.625 487.1708 70.21875Q486.63956 70.796875 485.8583 70.796875Q485.07706 70.796875 484.56143 70.21875Q484.0458 69.640625 484.0458 68.46875ZM485.87393 66.984375Q485.4833 66.984375 485.21768 67.328125Q484.96768 67.671875 484.96768 68.578125Q484.96768 69.40625 485.21768 69.75Q485.4833 70.078125 485.87393 70.078125Q486.28018 70.078125 486.53018 69.734375Q486.7958 69.390625 486.7958 68.5Q486.7958 67.65625 486.53018 67.328125Q486.26456 66.984375 485.87393 66.984375ZM485.87393 75.3125L490.57706 66.265625L491.43643 66.265625L486.74893 75.3125L485.87393 75.3125ZM489.59268 72.984375Q489.59268 72.0625 490.0458 71.421875Q490.51456 70.78125 491.40518 70.78125Q492.21768 70.78125 492.74893 71.359375Q493.28018 71.921875 493.28018 73.046875Q493.28018 74.140625 492.7333 74.734375Q492.20206 75.3125 491.40518 75.3125Q490.63956 75.3125 490.1083 74.734375Q489.59268 74.15625 489.59268 72.984375ZM491.43643 71.5Q491.03018 71.5 490.76456 71.84375Q490.51456 72.1875 490.51456 73.09375Q490.51456 73.90625 490.78018 74.25Q491.0458 74.59375 491.43643 74.59375Q491.82706 74.59375 492.09268 74.25Q492.3583 73.90625 492.3583 73.0Q492.3583 72.171875 492.09268 71.84375Q491.82706 71.5 491.43643 71.5Z" fill-rule="nonzero"/><path fill="#666666" d="M469.84268 72.75L470.95206 72.65625Q471.07706 73.46875 471.51456 73.875Q471.96768 74.28125 472.6083 74.28125Q473.3583 74.28125 473.88956 73.703125Q474.4208 73.125 474.4208 72.1875Q474.4208 71.28125 473.90518 70.765625Q473.40518 70.234375 472.57706 70.234375Q472.07706 70.234375 471.65518 70.46875Q471.24893 70.703125 471.01456 71.0625L470.03018 70.9375L470.8583 66.53125L475.13956 66.53125L475.13956 67.53125L471.70206 67.53125L471.24893 69.84375Q472.01456 69.296875 472.8583 69.296875Q473.9833 69.296875 474.74893 70.078125Q475.53018 70.859375 475.53018 72.09375Q475.53018 73.25 474.8583 74.109375Q474.03018 75.140625 472.6083 75.140625Q471.43643 75.140625 470.68643 74.484375Q469.95206 73.828125 469.84268 72.75ZM476.99893 73.015625L478.01456 72.921875Q478.13956 73.640625 478.49893 73.96875Q478.87393 74.28125 479.43643 74.28125Q479.9208 74.28125 480.28018 74.0625Q480.65518 73.828125 480.88956 73.46875Q481.12393 73.09375 481.28018 72.46875Q481.43643 71.828125 481.43643 71.171875Q481.43643 71.09375 481.43643 70.953125Q481.12393 71.453125 480.57706 71.78125Q480.03018 72.09375 479.38956 72.09375Q478.31143 72.09375 477.57706 71.328125Q476.84268 70.546875 476.84268 69.28125Q476.84268 67.96875 477.6083 67.171875Q478.38956 66.375 479.5458 66.375Q480.37393 66.375 481.06143 66.828125Q481.76456 67.28125 482.12393 68.125Q482.4833 68.953125 482.4833 70.53125Q482.4833 72.171875 482.12393 73.15625Q481.78018 74.125 481.06143 74.640625Q480.3583 75.140625 479.4208 75.140625Q478.40518 75.140625 477.76456 74.59375Q477.12393 74.03125 476.99893 73.015625ZM481.31143 69.21875Q481.31143 68.3125 480.82706 67.78125Q480.3583 67.25 479.6708 67.25Q478.96768 67.25 478.43643 67.828125Q477.9208 68.390625 477.9208 69.3125Q477.9208 70.125 478.4208 70.640625Q478.9208 71.15625 479.63956 71.15625Q480.37393 71.15625 480.84268 70.640625Q481.31143 70.125 481.31143 69.21875ZM484.0458 68.46875Q484.0458 67.546875 484.49893 66.90625Q484.96768 66.265625 485.84268 66.265625Q486.65518 66.265625 487.18643 66.84375Q487.71768 67.421875 487.71768 68.53125Q487.71768 69.625 487.1708 70.21875Q486.63956 70.796875 485.8583 70.796875Q485.07706 70.796875 484.56143 70.21875Q484.0458 69.640625 484.0458 68.46875ZM485.87393 66.984375Q485.4833 66.984375 485.21768 67.328125Q484.96768 67.671875 484.96768 68.578125Q484.96768 69.40625 485.21768 69.75Q485.4833 70.078125 485.87393 70.078125Q486.28018 70.078125 486.53018 69.734375Q486.7958 69.390625 486.7958 68.5Q486.7958 67.65625 486.53018 67.328125Q486.26456 66.984375 485.87393 66.984375ZM485.87393 75.3125L490.57706 66.265625L491.43643 66.265625L486.74893 75.3125L485.87393 75.3125ZM489.59268 72.984375Q489.59268 72.0625 490.0458 71.421875Q490.51456 70.78125 491.40518 70.78125Q492.21768 70.78125 492.74893 71.359375Q493.28018 71.921875 493.28018 73.046875Q493.28018 74.140625 492.7333 74.734375Q492.20206 75.3125 491.40518 75.3125Q490.63956 75.3125 490.1083 74.734375Q489.59268 74.15625 489.59268 72.984375ZM491.43643 71.5Q491.03018 71.5 490.76456 71.84375Q490.51456 72.1875 490.51456 73.09375Q490.51456 73.90625 490.78018 74.25Q491.0458 74.59375 491.43643 74.59375Q491.82706 74.59375 492.09268 74.25Q492.3583 73.90625 492.3583 73.0Q492.3583 72.171875 492.09268 71.84375Q491.82706 71.5 491.43643 71.5Z" fill-rule="nonzero"/><path fill="#666666" d="M278.59235 149.65094Q278.59235 148.72906 279.04547 148.08844Q279.51422 147.44781 280.38922 147.44781Q281.20172 147.44781 281.73297 148.02594Q282.26422 148.60406 282.26422 149.71344Q282.26422 150.80719 281.71735 151.40094Q281.1861 151.97906 280.40485 151.97906Q279.6236 151.97906 279.10797 151.40094Q278.59235 150.82281 278.59235 149.65094ZM280.42047 148.16656Q280.02985 148.16656 279.76422 148.51031Q279.51422 148.85406 279.51422 149.76031Q279.51422 150.58844 279.76422 150.93219Q280.02985 151.26031 280.42047 151.26031Q280.82672 151.26031 281.07672 150.91656Q281.34235 150.57281 281.34235 149.68219Q281.34235 148.83844 281.07672 148.51031Q280.8111 148.16656 280.42047 148.16656ZM280.42047 156.49469L285.1236 147.44781L285.98297 147.44781L281.29547 156.49469L280.42047 156.49469ZM284.13922 154.16656Q284.13922 153.24469 284.59235 152.60406Q285.0611 151.96344 285.95172 151.96344Q286.76422 151.96344 287.29547 152.54156Q287.82672 153.10406 287.82672 154.22906Q287.82672 155.32281 287.27985 155.91656Q286.7486 156.49469 285.95172 156.49469Q285.1861 156.49469 284.65485 155.91656Q284.13922 155.33844 284.13922 154.16656ZM285.98297 152.68219Q285.57672 152.68219 285.3111 153.02594Q285.0611 153.36969 285.0611 154.27594Q285.0611 155.08844 285.32672 155.43219Q285.59235 155.77594 285.98297 155.77594Q286.3736 155.77594 286.63922 155.43219Q286.90485 155.08844 286.90485 154.18219Q286.90485 153.35406 286.63922 153.02594Q286.3736 152.68219 285.98297 152.68219ZM292.29547 153.07281Q292.29547 151.33844 293.2486 150.51031Q294.04547 149.82281 295.20172 149.82281Q296.48297 149.82281 297.29547 150.66656Q298.1236 151.49469 298.1236 152.97906Q298.1236 154.18219 297.76422 154.86969Q297.40485 155.55719 296.70172 155.94781Q296.01422 156.32281 295.20172 156.32281Q293.90485 156.32281 293.09235 155.49469Q292.29547 154.65094 292.29547 153.07281ZM293.3736 153.07281Q293.3736 154.26031 293.88922 154.85406Q294.42047 155.44781 295.20172 155.44781Q295.9986 155.44781 296.51422 154.85406Q297.02985 154.26031 297.02985 153.04156Q297.02985 151.88531 296.4986 151.29156Q295.98297 150.69781 295.20172 150.69781Q294.42047 150.69781 293.88922 151.29156Q293.3736 151.86969 293.3736 153.07281ZM299.9361 156.18219L299.9361 150.77594L298.9986 150.77594L298.9986 149.96344L299.9361 149.96344L299.9361 149.29156Q299.9361 148.66656 300.04547 148.36969Q300.20172 147.94781 300.57672 147.69781Q300.96735 147.44781 301.65485 147.44781Q302.10797 147.44781 302.63922 147.55719L302.48297 148.46344Q302.15485 148.41656 301.85797 148.41656Q301.3736 148.41656 301.17047 148.61969Q300.98297 148.82281 300.98297 149.38531L300.98297 149.96344L302.20172 149.96344L302.20172 150.77594L300.98297 150.77594L300.98297 156.18219L299.9361 156.18219ZM305.67047 156.18219L305.67047 149.96344L306.6236 149.96344L306.6236 150.90094Q306.98297 150.24469 307.27985 150.04156Q307.59235 149.82281 307.96735 149.82281Q308.4986 149.82281 309.04547 150.15094L308.6861 151.13531Q308.29547 150.90094 307.92047 150.90094Q307.5611 150.90094 307.27985 151.11969Q307.01422 151.32281 306.90485 151.69781Q306.71735 152.26031 306.71735 152.91656L306.71735 156.18219L305.67047 156.18219ZM313.9361 154.18219L315.02985 154.30719Q314.77985 155.26031 314.07672 155.79156Q313.3736 156.32281 312.29547 156.32281Q310.9361 156.32281 310.1236 155.47906Q309.32672 154.63531 309.32672 153.11969Q309.32672 151.55719 310.13922 150.69781Q310.95172 149.82281 312.23297 149.82281Q313.48297 149.82281 314.26422 150.66656Q315.0611 151.51031 315.0611 153.05719Q315.0611 153.15094 315.0611 153.33844L310.42047 153.33844Q310.48297 154.36969 310.9986 154.91656Q311.51422 155.44781 312.29547 155.44781Q312.8736 155.44781 313.27985 155.15094Q313.70172 154.83844 313.9361 154.18219ZM310.48297 152.47906L313.95172 152.47906Q313.88922 151.68219 313.5611 151.29156Q313.04547 150.68219 312.2486 150.68219Q311.51422 150.68219 311.01422 151.16656Q310.52985 151.65094 310.48297 152.47906ZM316.26422 154.32281L317.29547 154.16656Q317.38922 154.79156 317.77985 155.11969Q318.1861 155.44781 318.92047 155.44781Q319.63922 155.44781 319.98297 155.16656Q320.34235 154.86969 320.34235 154.46344Q320.34235 154.10406 320.02985 153.90094Q319.8111 153.76031 318.95172 153.54156Q317.79547 153.24469 317.34235 153.04156Q316.90485 152.82281 316.67047 152.44781Q316.4361 152.07281 316.4361 151.60406Q316.4361 151.19781 316.6236 150.83844Q316.8111 150.47906 317.13922 150.24469Q317.38922 150.07281 317.8111 149.94781Q318.23297 149.82281 318.73297 149.82281Q319.45172 149.82281 319.9986 150.04156Q320.5611 150.24469 320.82672 150.60406Q321.09235 150.96344 321.1861 151.55719L320.15485 151.69781Q320.09235 151.22906 319.7486 150.96344Q319.42047 150.68219 318.79547 150.68219Q318.07672 150.68219 317.76422 150.93219Q317.45172 151.16656 317.45172 151.49469Q317.45172 151.69781 317.57672 151.85406Q317.71735 152.02594 317.98297 152.13531Q318.13922 152.19781 318.92047 152.40094Q320.04547 152.71344 320.48297 152.90094Q320.92047 153.08844 321.17047 153.44781Q321.42047 153.80719 321.42047 154.35406Q321.42047 154.88531 321.10797 155.35406Q320.8111 155.80719 320.23297 156.07281Q319.65485 156.32281 318.92047 156.32281Q317.70172 156.32281 317.0611 155.82281Q316.4361 155.30719 316.26422 154.32281ZM322.6861 158.57281L322.6861 149.96344L323.63922 149.96344L323.63922 150.76031Q323.98297 150.29156 324.40485 150.05719Q324.84235 149.82281 325.45172 149.82281Q326.2486 149.82281 326.85797 150.22906Q327.46735 150.63531 327.76422 151.38531Q328.07672 152.13531 328.07672 153.02594Q328.07672 153.97906 327.73297 154.74469Q327.40485 155.51031 326.7486 155.91656Q326.09235 156.32281 325.3736 156.32281Q324.84235 156.32281 324.42047 156.10406Q323.9986 155.86969 323.73297 155.54156L323.73297 158.57281L322.6861 158.57281ZM323.63922 153.10406Q323.63922 154.30719 324.1236 154.88531Q324.60797 155.44781 325.29547 155.44781Q325.9986 155.44781 326.4986 154.85406Q326.9986 154.26031 326.9986 153.01031Q326.9986 151.82281 326.51422 151.24469Q326.02985 150.65094 325.34235 150.65094Q324.67047 150.65094 324.15485 151.27594Q323.63922 151.90094 323.63922 153.10406ZM329.29547 153.07281Q329.29547 151.33844 330.2486 150.51031Q331.04547 149.82281 332.20172 149.82281Q333.48297 149.82281 334.29547 150.66656Q335.1236 151.49469 335.1236 152.97906Q335.1236 154.18219 334.76422 154.86969Q334.40485 155.55719 333.70172 155.94781Q333.01422 156.32281 332.20172 156.32281Q330.90485 156.32281 330.09235 155.49469Q329.29547 154.65094 329.29547 153.07281ZM330.3736 153.07281Q330.3736 154.26031 330.88922 154.85406Q331.42047 155.44781 332.20172 155.44781Q332.9986 155.44781 333.51422 154.85406Q334.02985 154.26031 334.02985 153.04156Q334.02985 151.88531 333.4986 151.29156Q332.98297 150.69781 332.20172 150.69781Q331.42047 150.69781 330.88922 151.29156Q330.3736 151.86969 330.3736 153.07281ZM336.6861 156.18219L336.6861 149.96344L337.6236 149.96344L337.6236 150.83844Q338.3111 149.82281 339.60797 149.82281Q340.17047 149.82281 340.63922 150.02594Q341.1236 150.22906 341.35797 150.55719Q341.59235 150.88531 341.6861 151.32281Q341.73297 151.61969 341.73297 152.35406L341.73297 156.18219L340.6861 156.18219L340.6861 152.40094Q340.6861 151.74469 340.5611 151.43219Q340.4361 151.11969 340.1236 150.93219Q339.8111 150.72906 339.38922 150.72906Q338.71735 150.72906 338.21735 151.16656Q337.73297 151.58844 337.73297 152.77594L337.73297 156.18219L336.6861 156.18219ZM347.71735 156.18219L347.71735 155.40094Q347.1236 156.32281 345.98297 156.32281Q345.23297 156.32281 344.60797 155.91656Q343.98297 155.49469 343.63922 154.76031Q343.29547 154.02594 343.29547 153.07281Q343.29547 152.15094 343.60797 151.38531Q343.92047 150.61969 344.54547 150.22906Q345.17047 149.82281 345.9361 149.82281Q346.4986 149.82281 346.9361 150.05719Q347.3736 150.29156 347.65485 150.66656L347.65485 147.58844L348.70172 147.58844L348.70172 156.18219L347.71735 156.18219ZM344.38922 153.07281Q344.38922 154.27594 344.88922 154.86969Q345.38922 155.44781 346.07672 155.44781Q346.76422 155.44781 347.2486 154.88531Q347.73297 154.32281 347.73297 153.16656Q347.73297 151.88531 347.23297 151.29156Q346.7486 150.69781 346.02985 150.69781Q345.32672 150.69781 344.85797 151.27594Q344.38922 151.83844 344.38922 153.07281ZM354.9361 154.18219L356.02985 154.30719Q355.77985 155.26031 355.07672 155.79156Q354.3736 156.32281 353.29547 156.32281Q351.9361 156.32281 351.1236 155.47906Q350.32672 154.63531 350.32672 153.11969Q350.32672 151.55719 351.13922 150.69781Q351.95172 149.82281 353.23297 149.82281Q354.48297 149.82281 355.26422 150.66656Q356.0611 151.51031 356.0611 153.05719Q356.0611 153.15094 356.0611 153.33844L351.42047 153.33844Q351.48297 154.36969 351.9986 154.91656Q352.51422 155.44781 353.29547 155.44781Q353.8736 155.44781 354.27985 155.15094Q354.70172 154.83844 354.9361 154.18219ZM351.48297 152.47906L354.95172 152.47906Q354.88922 151.68219 354.5611 151.29156Q354.04547 150.68219 353.2486 150.68219Q352.51422 150.68219 352.01422 151.16656Q351.52985 151.65094 351.48297 152.47906ZM357.6861 156.18219L357.6861 149.96344L358.6236 149.96344L358.6236 150.83844Q359.3111 149.82281 360.60797 149.82281Q361.17047 149.82281 361.63922 150.02594Q362.1236 150.22906 362.35797 150.55719Q362.59235 150.88531 362.6861 151.32281Q362.73297 151.61969 362.73297 152.35406L362.73297 156.18219L361.6861 156.18219L361.6861 152.40094Q361.6861 151.74469 361.5611 151.43219Q361.4361 151.11969 361.1236 150.93219Q360.8111 150.72906 360.38922 150.72906Q359.71735 150.72906 359.21735 151.16656Q358.73297 151.58844 358.73297 152.77594L358.73297 156.18219L357.6861 156.18219ZM366.98297 155.24469L367.13922 156.16656Q366.6861 156.26031 366.34235 156.26031Q365.76422 156.26031 365.45172 156.08844Q365.13922 155.90094 364.9986 155.60406Q364.8736 155.30719 364.8736 154.35406L364.8736 150.77594L364.10797 150.77594L364.10797 149.96344L364.8736 149.96344L364.8736 148.41656L365.92047 147.79156L365.92047 149.96344L366.98297 149.96344L366.98297 150.77594L365.92047 150.77594L365.92047 154.41656Q365.92047 154.86969 365.96735 154.99469Q366.02985 155.11969 366.15485 155.19781Q366.27985 155.27594 366.51422 155.27594Q366.70172 155.27594 366.98297 155.24469ZM367.26422 154.32281L368.29547 154.16656Q368.38922 154.79156 368.77985 155.11969Q369.1861 155.44781 369.92047 155.44781Q370.63922 155.44781 370.98297 155.16656Q371.34235 154.86969 371.34235 154.46344Q371.34235 154.10406 371.02985 153.90094Q370.8111 153.76031 369.95172 153.54156Q368.79547 153.24469 368.34235 153.04156Q367.90485 152.82281 367.67047 152.44781Q367.4361 152.07281 367.4361 151.60406Q367.4361 151.19781 367.6236 150.83844Q367.8111 150.47906 368.13922 150.24469Q368.38922 150.07281 368.8111 149.94781Q369.23297 149.82281 369.73297 149.82281Q370.45172 149.82281 370.9986 150.04156Q371.5611 150.24469 371.82672 150.60406Q372.09235 150.96344 372.1861 151.55719L371.15485 151.69781Q371.09235 151.22906 370.7486 150.96344Q370.42047 150.68219 369.79547 150.68219Q369.07672 150.68219 368.76422 150.93219Q368.45172 151.16656 368.45172 151.49469Q368.45172 151.69781 368.57672 151.85406Q368.71735 152.02594 368.98297 152.13531Q369.13922 152.19781 369.92047 152.40094Q371.04547 152.71344 371.48297 152.90094Q371.92047 153.08844 372.17047 153.44781Q372.42047 153.80719 372.42047 154.35406Q372.42047 154.88531 372.10797 155.35406Q371.8111 155.80719 371.23297 156.07281Q370.65485 156.32281 369.92047 156.32281Q368.70172 156.32281 368.0611 155.82281Q367.4361 155.30719 367.26422 154.32281ZM377.82672 156.18219L375.92047 149.96344L377.01422 149.96344L377.9986 153.55719L378.3736 154.88531Q378.40485 154.79156 378.70172 153.60406L379.6861 149.96344L380.76422 149.96344L381.70172 153.57281L382.01422 154.76031L382.3736 153.55719L383.4361 149.96344L384.46735 149.96344L382.51422 156.18219L381.42047 156.18219L380.4361 152.44781L380.1861 151.40094L378.9361 156.18219L377.82672 156.18219ZM385.6861 156.18219L385.6861 147.58844L386.73297 147.58844L386.73297 150.66656Q387.46735 149.82281 388.59235 149.82281Q389.29547 149.82281 389.79547 150.10406Q390.3111 150.36969 390.52985 150.85406Q390.7486 151.32281 390.7486 152.24469L390.7486 156.18219L389.70172 156.18219L389.70172 152.24469Q389.70172 151.44781 389.35797 151.08844Q389.01422 150.72906 388.38922 150.72906Q387.92047 150.72906 387.4986 150.97906Q387.09235 151.21344 386.90485 151.63531Q386.73297 152.04156 386.73297 152.77594L386.73297 156.18219L385.6861 156.18219ZM392.29547 153.07281Q392.29547 151.33844 393.2486 150.51031Q394.04547 149.82281 395.20172 149.82281Q396.48297 149.82281 397.29547 150.66656Q398.1236 151.49469 398.1236 152.97906Q398.1236 154.18219 397.76422 154.86969Q397.40485 155.55719 396.70172 155.94781Q396.01422 156.32281 395.20172 156.32281Q393.90485 156.32281 393.09235 155.49469Q392.29547 154.65094 392.29547 153.07281ZM393.3736 153.07281Q393.3736 154.26031 393.88922 154.85406Q394.42047 155.44781 395.20172 155.44781Q395.9986 155.44781 396.51422 154.85406Q397.02985 154.26031 397.02985 153.04156Q397.02985 151.88531 396.4986 151.29156Q395.98297 150.69781 395.20172 150.69781Q394.42047 150.69781 393.88922 151.29156Q393.3736 151.86969 393.3736 153.07281ZM406.7486 155.41656Q406.15485 155.91656 405.60797 156.11969Q405.07672 156.32281 404.45172 156.32281Q403.42047 156.32281 402.8736 155.82281Q402.32672 155.32281 402.32672 154.54156Q402.32672 154.08844 402.52985 153.71344Q402.73297 153.32281 403.07672 153.10406Q403.42047 152.86969 403.84235 152.76031Q404.13922 152.66656 404.77985 152.58844Q406.04547 152.44781 406.65485 152.22906Q406.65485 152.01031 406.65485 151.96344Q406.65485 151.30719 406.35797 151.04156Q405.95172 150.69781 405.15485 150.69781Q404.42047 150.69781 404.0611 150.96344Q403.70172 151.21344 403.52985 151.86969L402.4986 151.72906Q402.63922 151.07281 402.96735 150.66656Q403.29547 150.26031 403.90485 150.04156Q404.51422 149.82281 405.3111 149.82281Q406.10797 149.82281 406.60797 150.01031Q407.10797 150.19781 407.34235 150.47906Q407.57672 150.76031 407.67047 151.19781Q407.71735 151.46344 407.71735 152.16656L407.71735 153.57281Q407.71735 155.04156 407.77985 155.43219Q407.85797 155.82281 408.0611 156.18219L406.95172 156.18219Q406.79547 155.85406 406.7486 155.41656ZM406.65485 153.05719Q406.07672 153.29156 404.9361 153.46344Q404.27985 153.55719 404.01422 153.68219Q403.7486 153.79156 403.59235 154.01031Q403.45172 154.22906 403.45172 154.51031Q403.45172 154.93219 403.76422 155.21344Q404.09235 155.49469 404.70172 155.49469Q405.3111 155.49469 405.77985 155.22906Q406.26422 154.96344 406.48297 154.49469Q406.65485 154.13531 406.65485 153.44781L406.65485 153.05719ZM409.48297 156.69781L410.51422 156.85406Q410.57672 157.32281 410.8736 157.54156Q411.26422 157.83844 411.9361 157.83844Q412.67047 157.83844 413.0611 157.54156Q413.46735 157.24469 413.60797 156.72906Q413.70172 156.40094 413.6861 155.36969Q412.9986 156.18219 411.96735 156.18219Q410.6861 156.18219 409.98297 155.26031Q409.27985 154.32281 409.27985 153.04156Q409.27985 152.15094 409.59235 151.40094Q409.92047 150.63531 410.52985 150.22906Q411.13922 149.82281 411.96735 149.82281Q413.07672 149.82281 413.79547 150.71344L413.79547 149.96344L414.76422 149.96344L414.76422 155.33844Q414.76422 156.79156 414.46735 157.40094Q414.17047 158.01031 413.52985 158.35406Q412.88922 158.71344 411.95172 158.71344Q410.84235 158.71344 410.15485 158.21344Q409.46735 157.71344 409.48297 156.69781ZM410.35797 152.96344Q410.35797 154.18219 410.84235 154.74469Q411.32672 155.30719 412.0611 155.30719Q412.79547 155.30719 413.27985 154.74469Q413.77985 154.18219 413.77985 152.99469Q413.77985 151.85406 413.26422 151.27594Q412.76422 150.69781 412.04547 150.69781Q411.34235 150.69781 410.84235 151.27594Q410.35797 151.83844 410.35797 152.96344ZM416.67047 156.18219L416.67047 149.96344L417.6236 149.96344L417.6236 150.90094Q417.98297 150.24469 418.27985 150.04156Q418.59235 149.82281 418.96735 149.82281Q419.4986 149.82281 420.04547 150.15094L419.6861 151.13531Q419.29547 150.90094 418.92047 150.90094Q418.5611 150.90094 418.27985 151.11969Q418.01422 151.32281 417.90485 151.69781Q417.71735 152.26031 417.71735 152.91656L417.71735 156.18219L416.67047 156.18219ZM424.9361 154.18219L426.02985 154.30719Q425.77985 155.26031 425.07672 155.79156Q424.3736 156.32281 423.29547 156.32281Q421.9361 156.32281 421.1236 155.47906Q420.32672 154.63531 420.32672 153.11969Q420.32672 151.55719 421.13922 150.69781Q421.95172 149.82281 423.23297 149.82281Q424.48297 149.82281 425.26422 150.66656Q426.0611 151.51031 426.0611 153.05719Q426.0611 153.15094 426.0611 153.33844L421.42047 153.33844Q421.48297 154.36969 421.9986 154.91656Q422.51422 155.44781 423.29547 155.44781Q423.8736 155.44781 424.27985 155.15094Q424.70172 154.83844 424.9361 154.18219ZM421.48297 152.47906L424.95172 152.47906Q424.88922 151.68219 424.5611 151.29156Q424.04547 150.68219 423.2486 150.68219Q422.51422 150.68219 422.01422 151.16656Q421.52985 151.65094 421.48297 152.47906ZM431.9361 154.18219L433.02985 154.30719Q432.77985 155.26031 432.07672 155.79156Q431.3736 156.32281 430.29547 156.32281Q428.9361 156.32281 428.1236 155.47906Q427.32672 154.63531 427.32672 153.11969Q427.32672 151.55719 428.13922 150.69781Q428.95172 149.82281 430.23297 149.82281Q431.48297 149.82281 432.26422 150.66656Q433.0611 151.51031 433.0611 153.05719Q433.0611 153.15094 433.0611 153.33844L428.42047 153.33844Q428.48297 154.36969 428.9986 154.91656Q429.51422 155.44781 430.29547 155.44781Q430.8736 155.44781 431.27985 155.15094Q431.70172 154.83844 431.9361 154.18219ZM428.48297 152.47906L431.95172 152.47906Q431.88922 151.68219 431.5611 151.29156Q431.04547 150.68219 430.2486 150.68219Q429.51422 150.68219 429.01422 151.16656Q428.52985 151.65094 428.48297 152.47906Z" fill-rule="nonzero"/><path fill="#666666" d="M7.4279995 53.87165L7.4279995 45.2779L8.5529995 45.2779L8.5529995 53.87165L7.4279995 53.87165ZM13.3498745 53.87165L13.3498745 48.4654L12.4123745 48.4654L12.4123745 47.6529L13.3498745 47.6529L13.3498745 46.981026Q13.3498745 46.356026 13.4592495 46.05915Q13.6154995 45.637276 13.9904995 45.387276Q14.3811245 45.137276 15.0686245 45.137276Q15.5217495 45.137276 16.053 45.24665L15.8967495 46.1529Q15.5686245 46.106026 15.2717495 46.106026Q14.7873745 46.106026 14.5842495 46.30915Q14.3967495 46.512276 14.3967495 47.074776L14.3967495 47.6529L15.6154995 47.6529L15.6154995 48.4654L14.3967495 48.4654L14.3967495 53.87165L13.3498745 53.87165ZM20.349874 51.87165L21.443624 51.99665Q21.193624 52.949776 20.4905 53.481026Q19.787374 54.012276 18.70925 54.012276Q17.349874 54.012276 16.537374 53.168526Q15.7404995 52.324776 15.7404995 50.80915Q15.7404995 49.24665 16.553 48.387276Q17.3655 47.512276 18.64675 47.512276Q19.89675 47.512276 20.678 48.356026Q21.474874 49.199776 21.474874 50.74665Q21.474874 50.8404 21.474874 51.0279L16.83425 51.0279Q16.89675 52.05915 17.412374 52.606026Q17.928 53.137276 18.70925 53.137276Q19.287374 53.137276 19.693624 52.8404Q20.1155 52.5279 20.349874 51.87165ZM16.89675 50.168526L20.3655 50.168526Q20.303 49.37165 19.974874 48.981026Q19.45925 48.37165 18.662374 48.37165Q17.928 48.37165 17.428 48.856026Q16.943624 49.3404 16.89675 50.168526ZM27.349874 51.87165L28.443624 51.99665Q28.193624 52.949776 27.4905 53.481026Q26.787374 54.012276 25.70925 54.012276Q24.349874 54.012276 23.537374 53.168526Q22.7405 52.324776 22.7405 50.80915Q22.7405 49.24665 23.553 48.387276Q24.3655 47.512276 25.64675 47.512276Q26.89675 47.512276 27.678 48.356026Q28.474874 49.199776 28.474874 50.74665Q28.474874 50.8404 28.474874 51.0279L23.83425 51.0279Q23.89675 52.05915 24.412374 52.606026Q24.928 53.137276 25.70925 53.137276Q26.287374 53.137276 26.693624 52.8404Q27.1155 52.5279 27.349874 51.87165ZM23.89675 50.168526L27.3655 50.168526Q27.303 49.37165 26.974874 48.981026Q26.45925 48.37165 25.662374 48.37165Q24.928 48.37165 24.428 48.856026Q23.943624 49.3404 23.89675 50.168526ZM30.068624 53.87165L30.068624 45.2779L31.131124 45.2779L31.131124 53.87165L30.068624 53.87165ZM37.2405 53.87165L35.33425 47.6529L36.428 47.6529L37.412376 51.24665L37.787376 52.574776Q37.818626 52.481026 38.1155 51.293526L39.099876 47.6529L40.178 47.6529L41.1155 51.262276L41.428 52.449776L41.787376 51.24665L42.849876 47.6529L43.881126 47.6529L41.928 53.87165L40.83425 53.87165L39.849876 50.137276L39.599876 49.0904L38.349876 53.87165L37.2405 53.87165ZM49.349876 51.87165L50.443626 51.99665Q50.193626 52.949776 49.4905 53.481026Q48.787376 54.012276 47.70925 54.012276Q46.349876 54.012276 45.537376 53.168526Q44.7405 52.324776 44.7405 50.80915Q44.7405 49.24665 45.553 48.387276Q46.3655 47.512276 47.64675 47.512276Q48.89675 47.512276 49.678 48.356026Q50.474876 49.199776 50.474876 50.74665Q50.474876 50.8404 50.474876 51.0279L45.83425 51.0279Q45.89675 52.05915 46.412376 52.606026Q46.928 53.137276 47.70925 53.137276Q48.287376 53.137276 48.693626 52.8404Q49.1155 52.5279 49.349876 51.87165ZM45.89675 50.168526L49.3655 50.168526Q49.303 49.37165 48.974876 48.981026Q48.45925 48.37165 47.662376 48.37165Q46.928 48.37165 46.428 48.856026Q45.943626 49.3404 45.89675 50.168526ZM52.068626 53.87165L52.068626 45.2779L53.131126 45.2779L53.131126 53.87165L52.068626 53.87165ZM59.162376 51.5904L60.193626 51.731026Q60.02175 52.793526 59.318626 53.4029Q58.6155 54.012276 57.599876 54.012276Q56.318626 54.012276 55.537376 53.18415Q54.77175 52.3404 54.77175 50.7779Q54.77175 49.7779 55.099876 49.0279Q55.443626 48.262276 56.1155 47.887276Q56.803 47.512276 57.6155 47.512276Q58.6155 47.512276 59.256126 48.0279Q59.912376 48.5279 60.099876 49.481026L59.068626 49.637276Q58.928 49.012276 58.553 48.699776Q58.178 48.37165 57.64675 48.37165Q56.849876 48.37165 56.349876 48.949776Q55.849876 49.512276 55.849876 50.74665Q55.849876 52.012276 56.33425 52.574776Q56.818626 53.137276 57.58425 53.137276Q58.20925 53.137276 58.6155 52.762276Q59.037376 52.387276 59.162376 51.5904ZM60.70925 50.762276Q60.70925 49.0279 61.662376 48.199776Q62.45925 47.512276 63.6155 47.512276Q64.89675 47.512276 65.70925 48.356026Q66.53738 49.18415 66.53738 50.668526Q66.53738 51.87165 66.178 52.55915Q65.81863 53.24665 65.1155 53.637276Q64.428 54.012276 63.6155 54.012276Q62.318626 54.012276 61.506126 53.18415Q60.70925 52.3404 60.70925 50.762276ZM61.787376 50.762276Q61.787376 51.949776 62.303 52.543526Q62.83425 53.137276 63.6155 53.137276Q64.41238 53.137276 64.928 52.543526Q65.44363 51.949776 65.44363 50.731026Q65.44363 49.574776 64.91238 48.981026Q64.39675 48.387276 63.6155 48.387276Q62.83425 48.387276 62.303 48.981026Q61.787376 49.55915 61.787376 50.762276ZM68.09988 53.87165L68.09988 47.6529L69.03738 47.6529L69.03738 48.5279Q69.33425 48.05915 69.81863 47.793526Q70.303 47.512276 70.928 47.512276Q71.6155 47.512276 72.053 47.793526Q72.50613 48.074776 72.678 48.5904Q73.428 47.512276 74.59988 47.512276Q75.53738 47.512276 76.02175 48.0279Q76.52175 48.5279 76.52175 49.606026L76.52175 53.87165L75.47488 53.87165L75.47488 49.949776Q75.47488 49.324776 75.3655 49.043526Q75.27175 48.762276 75.00613 48.5904Q74.7405 48.418526 74.3655 48.418526Q73.70925 48.418526 73.27175 48.856026Q72.84988 49.293526 72.84988 50.262276L72.84988 53.87165L71.78738 53.87165L71.78738 49.824776Q71.78738 49.12165 71.52175 48.7779Q71.27175 48.418526 70.69363 48.418526Q70.2405 48.418526 69.8655 48.6529Q69.4905 48.887276 69.31863 49.3404Q69.14675 49.793526 69.14675 50.637276L69.14675 53.87165L68.09988 53.87165ZM82.34988 51.87165L83.44363 51.99665Q83.19363 52.949776 82.4905 53.481026Q81.78738 54.012276 80.70925 54.012276Q79.34988 54.012276 78.53738 53.168526Q77.7405 52.324776 77.7405 50.80915Q77.7405 49.24665 78.553 48.387276Q79.3655 47.512276 80.64675 47.512276Q81.89675 47.512276 82.678 48.356026Q83.47488 49.199776 83.47488 50.74665Q83.47488 50.8404 83.47488 51.0279L78.83425 51.0279Q78.89675 52.05915 79.41238 52.606026Q79.928 53.137276 80.70925 53.137276Q81.28738 53.137276 81.69363 52.8404Q82.1155 52.5279 82.34988 51.87165ZM78.89675 50.168526L82.3655 50.168526Q82.303 49.37165 81.97488 48.981026Q81.45925 48.37165 80.66238 48.37165Q79.928 48.37165 79.428 48.856026Q78.94363 49.3404 78.89675 50.168526ZM88.09988 46.49665L88.09988 45.2779L89.16238 45.2779L89.16238 46.49665L88.09988 46.49665ZM88.09988 53.87165L88.09988 47.6529L89.16238 47.6529L89.16238 53.87165L88.09988 53.87165ZM91.09988 53.87165L91.09988 47.6529L92.03738 47.6529L92.03738 48.5279Q92.72488 47.512276 94.02175 47.512276Q94.58425 47.512276 95.053 47.7154Q95.53738 47.918526 95.77175 48.24665Q96.00613 48.574776 96.09988 49.012276Q96.14675 49.30915 96.14675 50.043526L96.14675 53.87165L95.09988 53.87165L95.09988 50.0904Q95.09988 49.43415 94.97488 49.12165Q94.84988 48.80915 94.53738 48.62165Q94.22488 48.418526 93.803 48.418526Q93.13113 48.418526 92.63113 48.856026Q92.14675 49.2779 92.14675 50.4654L92.14675 53.87165L91.09988 53.87165ZM103.39675 52.93415L103.553 53.856026Q103.09988 53.949776 102.75613 53.949776Q102.178 53.949776 101.8655 53.7779Q101.553 53.5904 101.41238 53.293526Q101.28738 52.99665 101.28738 52.043526L101.28738 48.4654L100.52175 48.4654L100.52175 47.6529L101.28738 47.6529L101.28738 46.106026L102.33425 45.481026L102.33425 47.6529L103.39675 47.6529L103.39675 48.4654L102.33425 48.4654L102.33425 52.106026Q102.33425 52.55915 102.38113 52.68415Q102.44363 52.80915 102.56863 52.887276Q102.69363 52.9654 102.928 52.9654Q103.1155 52.9654 103.39675 52.93415ZM104.09988 53.87165L104.09988 45.2779L105.14675 45.2779L105.14675 48.356026Q105.88113 47.512276 107.00613 47.512276Q107.70925 47.512276 108.20925 47.793526Q108.72488 48.05915 108.94363 48.543526Q109.16238 49.012276 109.16238 49.93415L109.16238 53.87165L108.1155 53.87165L108.1155 49.93415Q108.1155 49.137276 107.77175 48.7779Q107.428 48.418526 106.803 48.418526Q106.33425 48.418526 105.91238 48.668526Q105.50613 48.9029 105.31863 49.324776Q105.14675 49.731026 105.14675 50.4654L105.14675 53.87165L104.09988 53.87165ZM115.34988 51.87165L116.44363 51.99665Q116.19363 52.949776 115.4905 53.481026Q114.78738 54.012276 113.70925 54.012276Q112.34988 54.012276 111.53738 53.168526Q110.7405 52.324776 110.7405 50.80915Q110.7405 49.24665 111.553 48.387276Q112.3655 47.512276 113.64675 47.512276Q114.89675 47.512276 115.678 48.356026Q116.47488 49.199776 116.47488 50.74665Q116.47488 50.8404 116.47488 51.0279L111.83425 51.0279Q111.89675 52.05915 112.41238 52.606026Q112.928 53.137276 113.70925 53.137276Q114.28738 53.137276 114.69363 52.8404Q115.1155 52.5279 115.34988 51.87165ZM111.89675 50.168526L115.3655 50.168526Q115.303 49.37165 114.97488 48.981026Q114.45925 48.37165 113.66238 48.37165Q112.928 48.37165 112.428 48.856026Q111.94363 49.3404 111.89675 50.168526ZM125.25613 50.49665L125.25613 49.49665L128.88113 49.481026L128.88113 52.668526Q128.05301 53.3404 127.16238 53.68415Q126.27175 54.012276 125.33425 54.012276Q124.06863 54.012276 123.02175 53.481026Q121.9905 52.93415 121.45925 51.918526Q120.94363 50.887276 120.94363 49.62165Q120.94363 48.356026 121.45925 47.2779Q121.9905 46.18415 122.97488 45.668526Q123.95925 45.137276 125.2405 45.137276Q126.178 45.137276 126.928 45.43415Q127.678 45.731026 128.09988 46.2779Q128.53738 46.80915 128.75613 47.68415L127.7405 47.9654Q127.53738 47.30915 127.2405 46.93415Q126.95925 46.55915 126.428 46.3404Q125.89675 46.106026 125.25613 46.106026Q124.47488 46.106026 123.89675 46.3404Q123.33425 46.574776 122.97488 46.9654Q122.63113 47.356026 122.44363 47.824776Q122.1155 48.62165 122.1155 49.543526Q122.1155 50.699776 122.50613 51.481026Q122.91238 52.24665 123.66238 52.62165Q124.41238 52.99665 125.27175 52.99665Q126.00613 52.99665 126.70925 52.7154Q127.41238 52.418526 127.77175 52.106026L127.77175 50.49665L125.25613 50.49665ZM129.70924 50.762276Q129.70924 49.0279 130.66237 48.199776Q131.45924 47.512276 132.6155 47.512276Q133.89674 47.512276 134.70924 48.356026Q135.53737 49.18415 135.53737 50.668526Q135.53737 51.87165 135.178 52.55915Q134.81862 53.24665 134.1155 53.637276Q133.428 54.012276 132.6155 54.012276Q131.31862 54.012276 130.50612 53.18415Q129.70924 52.3404 129.70924 50.762276ZM130.78737 50.762276Q130.78737 51.949776 131.303 52.543526Q131.83424 53.137276 132.6155 53.137276Q133.41237 53.137276 133.928 52.543526Q134.44362 51.949776 134.44362 50.731026Q134.44362 49.574776 133.91237 48.981026Q133.39674 48.387276 132.6155 48.387276Q131.83424 48.387276 131.303 48.981026Q130.78737 49.55915 130.78737 50.762276Z" fill-rule="nonzero"/><path fill="#666666" d="M82.16238 65.5904L83.19363 65.731026Q83.02175 66.793526 82.31863 67.4029Q81.6155 68.012276 80.59988 68.012276Q79.31863 68.012276 78.53738 67.18415Q77.77175 66.3404 77.77175 64.7779Q77.77175 63.7779 78.09988 63.0279Q78.44363 62.262276 79.1155 61.887276Q79.803 61.512276 80.6155 61.512276Q81.6155 61.512276 82.25613 62.0279Q82.91238 62.5279 83.09988 63.481026L82.06863 63.637276Q81.928 63.012276 81.553 62.699776Q81.178 62.37165 80.64675 62.37165Q79.84988 62.37165 79.34988 62.949776Q78.84988 63.512276 78.84988 64.74665Q78.84988 66.012276 79.33425 66.574776Q79.81863 67.137276 80.58425 67.137276Q81.20925 67.137276 81.6155 66.762276Q82.03738 66.387276 82.16238 65.5904ZM83.70925 64.762276Q83.70925 63.0279 84.66238 62.199776Q85.45925 61.512276 86.6155 61.512276Q87.89675 61.512276 88.70925 62.356026Q89.53738 63.18415 89.53738 64.668526Q89.53738 65.87165 89.178 66.55915Q88.81863 67.24665 88.1155 67.637276Q87.428 68.012276 86.6155 68.012276Q85.31863 68.012276 84.50613 67.18415Q83.70925 66.3404 83.70925 64.762276ZM84.78738 64.762276Q84.78738 65.949776 85.303 66.543526Q85.83425 67.137276 86.6155 67.137276Q87.41238 67.137276 87.928 66.543526Q88.44363 65.949776 88.44363 64.731026Q88.44363 63.574776 87.91238 62.981026Q87.39675 62.387276 86.6155 62.387276Q85.83425 62.387276 85.303 62.981026Q84.78738 63.55915 84.78738 64.762276ZM91.09988 67.87165L91.09988 61.6529L92.03738 61.6529L92.03738 62.5279Q92.33425 62.05915 92.81863 61.793526Q93.303 61.512276 93.928 61.512276Q94.6155 61.512276 95.053 61.793526Q95.50613 62.074776 95.678 62.5904Q96.428 61.512276 97.59988 61.512276Q98.53738 61.512276 99.02175 62.0279Q99.52175 62.5279 99.52175 63.606026L99.52175 67.87165L98.47488 67.87165L98.47488 63.949776Q98.47488 63.324776 98.3655 63.043526Q98.27175 62.762276 98.00613 62.5904Q97.7405 62.418526 97.3655 62.418526Q96.70925 62.418526 96.27175 62.856026Q95.84988 63.293526 95.84988 64.262276L95.84988 67.87165L94.78738 67.87165L94.78738 63.824776Q94.78738 63.12165 94.52175 62.7779Q94.27175 62.418526 93.69363 62.418526Q93.2405 62.418526 92.8655 62.6529Q92.4905 62.887276 92.31863 63.3404Q92.14675 63.793526 92.14675 64.637276L92.14675 67.87165L91.09988 67.87165ZM101.09988 67.87165L101.09988 61.6529L102.03738 61.6529L102.03738 62.5279Q102.33425 62.05915 102.81863 61.793526Q103.303 61.512276 103.928 61.512276Q104.6155 61.512276 105.053 61.793526Q105.50613 62.074776 105.678 62.5904Q106.428 61.512276 107.59988 61.512276Q108.53738 61.512276 109.02175 62.0279Q109.52175 62.5279 109.52175 63.606026L109.52175 67.87165L108.47488 67.87165L108.47488 63.949776Q108.47488 63.324776 108.3655 63.043526Q108.27175 62.762276 108.00613 62.5904Q107.7405 62.418526 107.3655 62.418526Q106.70925 62.418526 106.27175 62.856026Q105.84988 63.293526 105.84988 64.262276L105.84988 67.87165L104.78738 67.87165L104.78738 63.824776Q104.78738 63.12165 104.52175 62.7779Q104.27175 62.418526 103.69363 62.418526Q103.2405 62.418526 102.8655 62.6529Q102.4905 62.887276 102.31863 63.3404Q102.14675 63.793526 102.14675 64.637276L102.14675 67.87165L101.09988 67.87165ZM115.178 67.87165L115.178 66.949776Q114.44363 68.012276 113.19363 68.012276Q112.64675 68.012276 112.16238 67.80915Q111.69363 67.5904 111.45925 67.2779Q111.22488 66.949776 111.13113 66.481026Q111.06863 66.18415 111.06863 65.49665L111.06863 61.6529L112.13113 61.6529L112.13113 65.106026Q112.13113 65.918526 112.19363 66.2154Q112.28738 66.62165 112.59988 66.87165Q112.928 67.106026 113.41238 67.106026Q113.88113 67.106026 114.28738 66.87165Q114.70925 66.62165 114.88113 66.199776Q115.06863 65.7779 115.06863 64.981026L115.06863 61.6529L116.1155 61.6529L116.1155 67.87165L115.178 67.87165ZM118.09988 67.87165L118.09988 61.6529L119.03738 61.6529L119.03738 62.5279Q119.72488 61.512276 121.02175 61.512276Q121.58425 61.512276 122.053 61.7154Q122.53738 61.918526 122.77175 62.24665Q123.00613 62.574776 123.09988 63.012276Q123.14675 63.30915 123.14675 64.043526L123.14675 67.87165L122.09988 67.87165L122.09988 64.0904Q122.09988 63.43415 121.97488 63.12165Q121.84988 62.80915 121.53738 62.62165Q121.22488 62.418526 120.803 62.418526Q120.13113 62.418526 119.63113 62.856026Q119.14675 63.2779 119.14675 64.4654L119.14675 67.87165L118.09988 67.87165ZM125.09988 60.49665L125.09988 59.2779L126.16238 59.2779L126.16238 60.49665L125.09988 60.49665ZM125.09988 67.87165L125.09988 61.6529L126.16238 61.6529L126.16238 67.87165L125.09988 67.87165ZM130.39676 66.93415L130.55301 67.856026Q130.09988 67.949776 129.75613 67.949776Q129.17801 67.949776 128.86551 67.7779Q128.55301 67.5904 128.41238 67.293526Q128.28738 66.99665 128.28738 66.043526L128.28738 62.4654L127.52175 62.4654L127.52175 61.6529L128.28738 61.6529L128.28738 60.106026L129.33426 59.481026L129.33426 61.6529L130.39676 61.6529L130.39676 62.4654L129.33426 62.4654L129.33426 66.106026Q129.33426 66.55915 129.38113 66.68415Q129.44363 66.80915 129.56863 66.887276Q129.69363 66.9654 129.92801 66.9654Q130.11551 66.9654 130.39676 66.93415ZM131.05301 70.262276L130.92801 69.2779Q131.27176 69.37165 131.53738 69.37165Q131.88113 69.37165 132.08426 69.24665Q132.30301 69.137276 132.44363 68.93415Q132.53738 68.762276 132.77176 68.137276Q132.78738 68.05915 132.86551 67.887276L130.49051 61.6529L131.63113 61.6529L132.92801 65.24665Q133.17801 65.93415 133.38113 66.699776Q133.56863 65.9654 133.81863 65.2779L135.14676 61.6529L136.19363 61.6529L133.83426 67.981026Q133.44363 68.99665 133.24051 69.387276Q132.95926 69.918526 132.58426 70.1529Q132.22488 70.4029 131.72488 70.4029Q131.42801 70.4029 131.05301 70.262276Z" fill-rule="nonzero"/><path fill="#666666" d="M133.803 114.77991Q133.803 113.24866 134.1155 112.32678Q134.428 111.38928 135.03737 110.88928Q135.66237 110.38928 136.59987 110.38928Q137.28737 110.38928 137.803 110.67053Q138.33424 110.95178 138.678 111.48303Q139.02174 111.99866 139.20924 112.74866Q139.39674 113.49866 139.39674 114.77991Q139.39674 116.29553 139.08424 117.21741Q138.78737 118.13928 138.16237 118.65491Q137.553 119.15491 136.59987 119.15491Q135.3655 119.15491 134.64674 118.26428Q133.803 117.20178 133.803 114.77991ZM134.88112 114.77991Q134.88112 116.88928 135.38112 117.59241Q135.88112 118.29553 136.59987 118.29553Q137.33424 118.29553 137.81862 117.59241Q138.31862 116.88928 138.31862 114.77991Q138.31862 112.65491 137.81862 111.96741Q137.33424 111.26428 136.58424 111.26428Q135.8655 111.26428 135.428 111.87366Q134.88112 112.65491 134.88112 114.77991ZM141.00612 112.48303Q141.00612 111.56116 141.45924 110.92053Q141.928 110.27991 142.803 110.27991Q143.6155 110.27991 144.14674 110.85803Q144.678 111.43616 144.678 112.54553Q144.678 113.63928 144.13112 114.23303Q143.59987 114.81116 142.81862 114.81116Q142.03737 114.81116 141.52174 114.23303Q141.00612 113.65491 141.00612 112.48303ZM142.83424 110.99866Q142.44362 110.99866 142.178 111.34241Q141.928 111.68616 141.928 112.59241Q141.928 113.42053 142.178 113.76428Q142.44362 114.09241 142.83424 114.09241Q143.2405 114.09241 143.4905 113.74866Q143.75612 113.40491 143.75612 112.51428Q143.75612 111.67053 143.4905 111.34241Q143.22487 110.99866 142.83424 110.99866ZM142.83424 119.32678L147.53737 110.27991L148.39674 110.27991L143.70924 119.32678L142.83424 119.32678ZM146.553 116.99866Q146.553 116.07678 147.00612 115.43616Q147.47487 114.79553 148.3655 114.79553Q149.178 114.79553 149.70924 115.37366Q150.2405 115.93616 150.2405 117.06116Q150.2405 118.15491 149.69362 118.74866Q149.16237 119.32678 148.3655 119.32678Q147.59987 119.32678 147.06862 118.74866Q146.553 118.17053 146.553 116.99866ZM148.39674 115.51428Q147.9905 115.51428 147.72487 115.85803Q147.47487 116.20178 147.47487 117.10803Q147.47487 117.92053 147.7405 118.26428Q148.00612 118.60803 148.39674 118.60803Q148.78737 118.60803 149.053 118.26428Q149.31862 117.92053 149.31862 117.01428Q149.31862 116.18616 149.053 115.85803Q148.78737 115.51428 148.39674 115.51428Z" fill-rule="nonzero"/><path fill="#666666" d="M242.64299 117.99866L242.64299 119.01428L236.95549 119.01428Q236.95549 118.63928 237.08049 118.27991Q237.29924 117.70178 237.76799 117.13928Q238.25237 116.57678 239.15862 115.84241Q240.56487 114.68616 241.04924 114.01428Q241.54924 113.34241 241.54924 112.74866Q241.54924 112.12366 241.09612 111.70178Q240.64299 111.26428 239.92424 111.26428Q239.15862 111.26428 238.70549 111.71741Q238.25237 112.17053 238.23674 112.98303L237.15862 112.87366Q237.26799 111.65491 237.98674 111.02991Q238.72112 110.38928 239.95549 110.38928Q241.18987 110.38928 241.90862 111.07678Q242.62737 111.76428 242.62737 112.77991Q242.62737 113.29553 242.40862 113.79553Q242.20549 114.27991 241.70549 114.84241Q241.22112 115.38928 240.09612 116.34241Q239.14299 117.13928 238.86174 117.43616Q238.59612 117.71741 238.42424 117.99866L242.64299 117.99866ZM244.09612 114.77991Q244.09612 113.24866 244.40862 112.32678Q244.72112 111.38928 245.33049 110.88928Q245.95549 110.38928 246.89299 110.38928Q247.58049 110.38928 248.09612 110.67053Q248.62737 110.95178 248.97112 111.48303Q249.31487 111.99866 249.50237 112.74866Q249.68987 113.49866 249.68987 114.77991Q249.68987 116.29553 249.37737 117.21741Q249.08049 118.13928 248.45549 118.65491Q247.84612 119.15491 246.89299 119.15491Q245.65862 119.15491 244.93987 118.26428Q244.09612 117.20178 244.09612 114.77991ZM245.17424 114.77991Q245.17424 116.88928 245.67424 117.59241Q246.17424 118.29553 246.89299 118.29553Q247.62737 118.29553 248.11174 117.59241Q248.61174 116.88928 248.61174 114.77991Q248.61174 112.65491 248.11174 111.96741Q247.62737 111.26428 246.87737 111.26428Q246.15862 111.26428 245.72112 111.87366Q245.17424 112.65491 245.17424 114.77991ZM251.29924 112.48303Q251.29924 111.56116 251.75237 110.92053Q252.22112 110.27991 253.09612 110.27991Q253.90862 110.27991 254.43987 110.85803Q254.97112 111.43616 254.97112 112.54553Q254.97112 113.63928 254.42424 114.23303Q253.89299 114.81116 253.11174 114.81116Q252.33049 114.81116 251.81487 114.23303Q251.29924 113.65491 251.29924 112.48303ZM253.12737 110.99866Q252.73674 110.99866 252.47112 111.34241Q252.22112 111.68616 252.22112 112.59241Q252.22112 113.42053 252.47112 113.76428Q252.73674 114.09241 253.12737 114.09241Q253.53362 114.09241 253.78362 113.74866Q254.04924 113.40491 254.04924 112.51428Q254.04924 111.67053 253.78362 111.34241Q253.51799 110.99866 253.12737 110.99866ZM253.12737 119.32678L257.8305 110.27991L258.68988 110.27991L254.00237 119.32678L253.12737 119.32678ZM256.84613 116.99866Q256.84613 116.07678 257.29926 115.43616Q257.768 114.79553 258.65863 114.79553Q259.47113 114.79553 260.00238 115.37366Q260.53363 115.93616 260.53363 117.06116Q260.53363 118.15491 259.98676 118.74866Q259.4555 119.32678 258.65863 119.32678Q257.893 119.32678 257.36176 118.74866Q256.84613 118.17053 256.84613 116.99866ZM258.68988 115.51428Q258.28363 115.51428 258.018 115.85803Q257.768 116.20178 257.768 117.10803Q257.768 117.92053 258.03363 118.26428Q258.29926 118.60803 258.68988 118.60803Q259.0805 118.60803 259.34613 118.26428Q259.61176 117.92053 259.61176 117.01428Q259.61176 116.18616 259.34613 115.85803Q259.0805 115.51428 258.68988 115.51428Z" fill-rule="nonzero"/><path fill="#666666" d="M347.26422 119.01428L347.26422 116.95178L343.54547 116.95178L343.54547 115.98303L347.46735 110.42053L348.32672 110.42053L348.32672 115.98303L349.48297 115.98303L349.48297 116.95178L348.32672 116.95178L348.32672 119.01428L347.26422 119.01428ZM347.26422 115.98303L347.26422 112.12366L344.57672 115.98303L347.26422 115.98303ZM350.88922 114.77991Q350.88922 113.24866 351.20172 112.32678Q351.51422 111.38928 352.1236 110.88928Q352.7486 110.38928 353.6861 110.38928Q354.3736 110.38928 354.88922 110.67053Q355.42047 110.95178 355.76422 111.48303Q356.10797 111.99866 356.29547 112.74866Q356.48297 113.49866 356.48297 114.77991Q356.48297 116.29553 356.17047 117.21741Q355.8736 118.13928 355.2486 118.65491Q354.63922 119.15491 353.6861 119.15491Q352.45172 119.15491 351.73297 118.26428Q350.88922 117.20178 350.88922 114.77991ZM351.96735 114.77991Q351.96735 116.88928 352.46735 117.59241Q352.96735 118.29553 353.6861 118.29553Q354.42047 118.29553 354.90485 117.59241Q355.40485 116.88928 355.40485 114.77991Q355.40485 112.65491 354.90485 111.96741Q354.42047 111.26428 353.67047 111.26428Q352.95172 111.26428 352.51422 111.87366Q351.96735 112.65491 351.96735 114.77991ZM358.09235 112.48303Q358.09235 111.56116 358.54547 110.92053Q359.01422 110.27991 359.88922 110.27991Q360.70172 110.27991 361.23297 110.85803Q361.76422 111.43616 361.76422 112.54553Q361.76422 113.63928 361.21735 114.23303Q360.6861 114.81116 359.90485 114.81116Q359.1236 114.81116 358.60797 114.23303Q358.09235 113.65491 358.09235 112.48303ZM359.92047 110.99866Q359.52985 110.99866 359.26422 111.34241Q359.01422 111.68616 359.01422 112.59241Q359.01422 113.42053 359.26422 113.76428Q359.52985 114.09241 359.92047 114.09241Q360.32672 114.09241 360.57672 113.74866Q360.84235 113.40491 360.84235 112.51428Q360.84235 111.67053 360.57672 111.34241Q360.3111 110.99866 359.92047 110.99866ZM359.92047 119.32678L364.6236 110.27991L365.48297 110.27991L360.79547 119.32678L359.92047 119.32678ZM363.63922 116.99866Q363.63922 116.07678 364.09235 115.43616Q364.5611 114.79553 365.45172 114.79553Q366.26422 114.79553 366.79547 115.37366Q367.32672 115.93616 367.32672 117.06116Q367.32672 118.15491 366.77985 118.74866Q366.2486 119.32678 365.45172 119.32678Q364.6861 119.32678 364.15485 118.74866Q363.63922 118.17053 363.63922 116.99866ZM365.48297 115.51428Q365.07672 115.51428 364.8111 115.85803Q364.5611 116.20178 364.5611 117.10803Q364.5611 117.92053 364.82672 118.26428Q365.09235 118.60803 365.48297 118.60803Q365.8736 118.60803 366.13922 118.26428Q366.40485 117.92053 366.40485 117.01428Q366.40485 116.18616 366.13922 115.85803Q365.8736 115.51428 365.48297 115.51428Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 112.52991L455.1042 112.60803Q454.96356 111.98303 454.71356 111.70178Q454.27606 111.24866 453.65106 111.24866Q453.15106 111.24866 452.76044 111.52991Q452.27606 111.90491 451.9792 112.60803Q451.69794 113.29553 451.6823 114.57678Q452.0573 113.99866 452.6042 113.71741Q453.1667 113.43616 453.77606 113.43616Q454.82294 113.43616 455.5573 114.21741Q456.3073 114.99866 456.3073 116.21741Q456.3073 117.02991 455.94794 117.73303Q455.6042 118.42053 454.9948 118.79553Q454.38544 119.15491 453.6198 119.15491Q452.2917 119.15491 451.46356 118.18616Q450.63544 117.21741 450.63544 114.99866Q450.63544 112.49866 451.5573 111.37366Q452.3542 110.38928 453.71356 110.38928Q454.7292 110.38928 455.3698 110.96741Q456.02606 111.52991 456.15106 112.52991ZM451.8542 116.23303Q451.8542 116.77991 452.07294 117.27991Q452.3073 117.76428 452.71356 118.02991Q453.13544 118.29553 453.6042 118.29553Q454.26044 118.29553 454.7448 117.76428Q455.2292 117.21741 455.2292 116.29553Q455.2292 115.40491 454.7448 114.88928Q454.27606 114.37366 453.5573 114.37366Q452.83856 114.37366 452.33856 114.88928Q451.8542 115.40491 451.8542 116.23303ZM457.6823 114.77991Q457.6823 113.24866 457.9948 112.32678Q458.3073 111.38928 458.9167 110.88928Q459.5417 110.38928 460.4792 110.38928Q461.1667 110.38928 461.6823 110.67053Q462.21356 110.95178 462.5573 111.48303Q462.90106 111.99866 463.08856 112.74866Q463.27606 113.49866 463.27606 114.77991Q463.27606 116.29553 462.96356 117.21741Q462.6667 118.13928 462.0417 118.65491Q461.4323 119.15491 460.4792 119.15491Q459.2448 119.15491 458.52606 118.26428Q457.6823 117.20178 457.6823 114.77991ZM458.76044 114.77991Q458.76044 116.88928 459.26044 117.59241Q459.76044 118.29553 460.4792 118.29553Q461.21356 118.29553 461.69794 117.59241Q462.19794 116.88928 462.19794 114.77991Q462.19794 112.65491 461.69794 111.96741Q461.21356 111.26428 460.46356 111.26428Q459.7448 111.26428 459.3073 111.87366Q458.76044 112.65491 458.76044 114.77991ZM464.88544 112.48303Q464.88544 111.56116 465.33856 110.92053Q465.8073 110.27991 466.6823 110.27991Q467.4948 110.27991 468.02606 110.85803Q468.5573 111.43616 468.5573 112.54553Q468.5573 113.63928 468.01044 114.23303Q467.4792 114.81116 466.69794 114.81116Q465.9167 114.81116 465.40106 114.23303Q464.88544 113.65491 464.88544 112.48303ZM466.71356 110.99866Q466.32294 110.99866 466.0573 111.34241Q465.8073 111.68616 465.8073 112.59241Q465.8073 113.42053 466.0573 113.76428Q466.32294 114.09241 466.71356 114.09241Q467.1198 114.09241 467.3698 113.74866Q467.63544 113.40491 467.63544 112.51428Q467.63544 111.67053 467.3698 111.34241Q467.1042 110.99866 466.71356 110.99866ZM466.71356 119.32678L471.4167 110.27991L472.27606 110.27991L467.58856 119.32678L466.71356 119.32678ZM470.4323 116.99866Q470.4323 116.07678 470.88544 115.43616Q471.3542 114.79553 472.2448 114.79553Q473.0573 114.79553 473.58856 115.37366Q474.1198 115.93616 474.1198 117.06116Q474.1198 118.15491 473.57294 118.74866Q473.0417 119.32678 472.2448 119.32678Q471.4792 119.32678 470.94794 118.74866Q470.4323 118.17053 470.4323 116.99866ZM472.27606 115.51428Q471.8698 115.51428 471.6042 115.85803Q471.3542 116.20178 471.3542 117.10803Q471.3542 117.92053 471.6198 118.26428Q471.88544 118.60803 472.27606 118.60803Q472.6667 118.60803 472.9323 118.26428Q473.19794 117.92053 473.19794 117.01428Q473.19794 116.18616 472.9323 115.85803Q472.6667 115.51428 472.27606 115.51428Z" fill-rule="nonzero"/><path fill="#666666" d="M559.1004 114.35803Q558.44415 114.10803 558.116 113.67053Q557.8035 113.21741 557.8035 112.60803Q557.8035 111.67053 558.4754 111.02991Q559.1629 110.38928 560.2723 110.38928Q561.3973 110.38928 562.0848 111.04553Q562.7723 111.70178 562.7723 112.63928Q562.7723 113.23303 562.4598 113.67053Q562.1473 114.10803 561.50665 114.35803Q562.3035 114.60803 562.7098 115.18616Q563.116 115.76428 563.116 116.56116Q563.116 117.65491 562.3348 118.40491Q561.56915 119.15491 560.2879 119.15491Q559.0223 119.15491 558.241 118.40491Q557.4598 117.65491 557.4598 116.52991Q557.4598 115.68616 557.88165 115.12366Q558.31915 114.56116 559.1004 114.35803ZM558.88165 112.56116Q558.88165 113.17053 559.2723 113.56116Q559.6785 113.95178 560.3035 113.95178Q560.9129 113.95178 561.3035 113.57678Q561.69415 113.18616 561.69415 112.62366Q561.69415 112.04553 561.2879 111.65491Q560.88165 111.24866 560.2879 111.24866Q559.6785 111.24866 559.2723 111.63928Q558.88165 112.02991 558.88165 112.56116ZM558.5535 116.52991Q558.5535 116.98303 558.75665 117.40491Q558.9754 117.82678 559.3973 118.06116Q559.81915 118.29553 560.3035 118.29553Q561.0535 118.29553 561.5379 117.81116Q562.0379 117.32678 562.0379 116.57678Q562.0379 115.81116 561.5379 115.31116Q561.0379 114.81116 560.2723 114.81116Q559.5223 114.81116 559.0379 115.31116Q558.5535 115.79553 558.5535 116.52991ZM564.4754 114.77991Q564.4754 113.24866 564.7879 112.32678Q565.1004 111.38928 565.7098 110.88928Q566.3348 110.38928 567.2723 110.38928Q567.9598 110.38928 568.4754 110.67053Q569.00665 110.95178 569.3504 111.48303Q569.69415 111.99866 569.88165 112.74866Q570.06915 113.49866 570.06915 114.77991Q570.06915 116.29553 569.75665 117.21741Q569.4598 118.13928 568.8348 118.65491Q568.2254 119.15491 567.2723 119.15491Q566.0379 119.15491 565.31915 118.26428Q564.4754 117.20178 564.4754 114.77991ZM565.5535 114.77991Q565.5535 116.88928 566.0535 117.59241Q566.5535 118.29553 567.2723 118.29553Q568.00665 118.29553 568.491 117.59241Q568.991 116.88928 568.991 114.77991Q568.991 112.65491 568.491 111.96741Q568.00665 111.26428 567.25665 111.26428Q566.5379 111.26428 566.1004 111.87366Q565.5535 112.65491 565.5535 114.77991ZM571.6785 112.48303Q571.6785 111.56116 572.13165 110.92053Q572.6004 110.27991 573.4754 110.27991Q574.2879 110.27991 574.81915 110.85803Q575.3504 111.43616 575.3504 112.54553Q575.3504 113.63928 574.8035 114.23303Q574.2723 114.81116 573.491 114.81116Q572.7098 114.81116 572.19415 114.23303Q571.6785 113.65491 571.6785 112.48303ZM573.50665 110.99866Q573.116 110.99866 572.8504 111.34241Q572.6004 111.68616 572.6004 112.59241Q572.6004 113.42053 572.8504 113.76428Q573.116 114.09241 573.50665 114.09241Q573.9129 114.09241 574.1629 113.74866Q574.4285 113.40491 574.4285 112.51428Q574.4285 111.67053 574.1629 111.34241Q573.8973 110.99866 573.50665 110.99866ZM573.50665 119.32678L578.2098 110.27991L579.06915 110.27991L574.38165 119.32678L573.50665 119.32678ZM577.2254 116.99866Q577.2254 116.07678 577.6785 115.43616Q578.1473 114.79553 579.0379 114.79553Q579.8504 114.79553 580.38165 115.37366Q580.9129 115.93616 580.9129 117.06116Q580.9129 118.15491 580.366 118.74866Q579.8348 119.32678 579.0379 119.32678Q578.2723 119.32678 577.741 118.74866Q577.2254 118.17053 577.2254 116.99866ZM579.06915 115.51428Q578.6629 115.51428 578.3973 115.85803Q578.1473 116.20178 578.1473 117.10803Q578.1473 117.92053 578.4129 118.26428Q578.6785 118.60803 579.06915 118.60803Q579.4598 118.60803 579.7254 118.26428Q579.991 117.92053 579.991 117.01428Q579.991 116.18616 579.7254 115.85803Q579.4598 115.51428 579.06915 115.51428Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M183.5 169.83162C183.5 169.27934 183.94771 168.83162 184.5 168.83162L194.5 168.83162C195.05229 168.83162 195.5 169.27934 195.5 169.83162L195.5 179.83162C195.5 180.38391 195.05229 180.83162 194.5 180.83162L184.5 180.83162C183.94771 180.83162 183.5 180.38391 183.5 179.83162Z" fill-rule="nonzero"/><path fill="#666666" d="M208.45312 175.45662L208.45312 174.45662L212.07812 174.441L212.07812 177.6285Q211.25 178.30037 210.35938 178.64412Q209.46875 178.97224 208.53125 178.97224Q207.26562 178.97224 206.21875 178.441Q205.1875 177.89412 204.65625 176.8785Q204.14062 175.84724 204.14062 174.58162Q204.14062 173.316 204.65625 172.23787Q205.1875 171.14412 206.17188 170.6285Q207.15625 170.09724 208.4375 170.09724Q209.375 170.09724 210.125 170.39412Q210.875 170.691 211.29688 171.23787Q211.73438 171.76912 211.95312 172.64412L210.9375 172.92537Q210.73438 172.26912 210.4375 171.89412Q210.15625 171.51912 209.625 171.30037Q209.09375 171.066 208.45312 171.066Q207.67188 171.066 207.09375 171.30037Q206.53125 171.53474 206.17188 171.92537Q205.82812 172.316 205.64062 172.78474Q205.3125 173.58162 205.3125 174.5035Q205.3125 175.65974 205.70312 176.441Q206.10938 177.20662 206.85938 177.58162Q207.60938 177.95662 208.46875 177.95662Q209.20312 177.95662 209.90625 177.67537Q210.60938 177.3785 210.96875 177.066L210.96875 175.45662L208.45312 175.45662ZM212.90625 175.72224Q212.90625 173.98787 213.85938 173.15974Q214.65625 172.47224 215.8125 172.47224Q217.09375 172.47224 217.90625 173.316Q218.73438 174.14412 218.73438 175.6285Q218.73438 176.83162 218.375 177.51912Q218.01562 178.20662 217.3125 178.59724Q216.625 178.97224 215.8125 178.97224Q214.51562 178.97224 213.70312 178.14412Q212.90625 177.30037 212.90625 175.72224ZM213.98438 175.72224Q213.98438 176.90974 214.5 177.5035Q215.03125 178.09724 215.8125 178.09724Q216.60938 178.09724 217.125 177.5035Q217.64062 176.90974 217.64062 175.691Q217.64062 174.53474 217.10938 173.941Q216.59375 173.34724 215.8125 173.34724Q215.03125 173.34724 214.5 173.941Q213.98438 174.51912 213.98438 175.72224ZM228.54688 177.816L228.54688 178.83162L222.85938 178.83162Q222.85938 178.45662 222.98438 178.09724Q223.20312 177.51912 223.67188 176.95662Q224.15625 176.39412 225.0625 175.65974Q226.46875 174.5035 226.95312 173.83162Q227.45312 173.15974 227.45312 172.566Q227.45312 171.941 227.0 171.51912Q226.54688 171.08162 225.82812 171.08162Q225.0625 171.08162 224.60938 171.53474Q224.15625 171.98787 224.14062 172.80037L223.0625 172.691Q223.17188 171.47224 223.89062 170.84724Q224.625 170.20662 225.85938 170.20662Q227.09375 170.20662 227.8125 170.89412Q228.53125 171.58162 228.53125 172.59724Q228.53125 173.11287 228.3125 173.61287Q228.10938 174.09724 227.60938 174.65974Q227.125 175.20662 226.0 176.15974Q225.04688 176.95662 224.76562 177.2535Q224.5 177.53474 224.32812 177.816L228.54688 177.816ZM230.0 174.59724Q230.0 173.066 230.3125 172.14412Q230.625 171.20662 231.23438 170.70662Q231.85938 170.20662 232.79688 170.20662Q233.48438 170.20662 234.0 170.48787Q234.53125 170.76912 234.875 171.30037Q235.21875 171.816 235.40625 172.566Q235.59375 173.316 235.59375 174.59724Q235.59375 176.11287 235.28125 177.03474Q234.98438 177.95662 234.35938 178.47224Q233.75 178.97224 232.79688 178.97224Q231.5625 178.97224 230.84375 178.08162Q230.0 177.01912 230.0 174.59724ZM231.07812 174.59724Q231.07812 176.70662 231.57812 177.40974Q232.07812 178.11287 232.79688 178.11287Q233.53125 178.11287 234.01562 177.40974Q234.51562 176.70662 234.51562 174.59724Q234.51562 172.47224 234.01562 171.78474Q233.53125 171.08162 232.78125 171.08162Q232.0625 171.08162 231.625 171.691Q231.07812 172.47224 231.07812 174.59724ZM240.96875 178.83162L239.92188 178.83162L239.92188 172.11287Q239.53125 172.47224 238.90625 172.84724Q238.29688 173.20662 237.8125 173.3785L237.8125 172.36287Q238.6875 171.941 239.34375 171.36287Q240.01562 170.76912 240.29688 170.20662L240.96875 170.20662L240.96875 178.83162ZM249.46875 172.34724L248.42188 172.42537Q248.28125 171.80037 248.03125 171.51912Q247.59375 171.066 246.96875 171.066Q246.46875 171.066 246.07812 171.34724Q245.59375 171.72224 245.29688 172.42537Q245.01562 173.11287 245.0 174.39412Q245.375 173.816 245.92188 173.53474Q246.48438 173.2535 247.09375 173.2535Q248.14062 173.2535 248.875 174.03474Q249.625 174.816 249.625 176.03474Q249.625 176.84724 249.26562 177.55037Q248.92188 178.23787 248.3125 178.61287Q247.70312 178.97224 246.9375 178.97224Q245.60938 178.97224 244.78125 178.0035Q243.95312 177.03474 243.95312 174.816Q243.95312 172.316 244.875 171.191Q245.67188 170.20662 247.03125 170.20662Q248.04688 170.20662 248.6875 170.78474Q249.34375 171.34724 249.46875 172.34724ZM245.17188 176.05037Q245.17188 176.59724 245.39062 177.09724Q245.625 177.58162 246.03125 177.84724Q246.45312 178.11287 246.92188 178.11287Q247.57812 178.11287 248.0625 177.58162Q248.54688 177.03474 248.54688 176.11287Q248.54688 175.22224 248.0625 174.70662Q247.59375 174.191 246.875 174.191Q246.15625 174.191 245.65625 174.70662Q245.17188 175.22224 245.17188 176.05037Z" fill-rule="nonzero"/><path fill="#77cac5" d="M266.5 169.83162C266.5 169.27934 266.94772 168.83162 267.5 168.83162L277.5 168.83162C278.05228 168.83162 278.5 169.27934 278.5 169.83162L278.5 179.83162C278.5 180.38391 278.05228 180.83162 277.5 180.83162L267.5 180.83162C266.94772 180.83162 266.5 180.38391 266.5 179.83162Z" fill-rule="nonzero"/><path fill="#666666" d="M291.45312 175.45662L291.45312 174.45662L295.07812 174.441L295.07812 177.6285Q294.25 178.30037 293.35938 178.64412Q292.46875 178.97224 291.53125 178.97224Q290.26562 178.97224 289.21875 178.441Q288.1875 177.89412 287.65625 176.8785Q287.14062 175.84724 287.14062 174.58162Q287.14062 173.316 287.65625 172.23787Q288.1875 171.14412 289.17188 170.6285Q290.15625 170.09724 291.4375 170.09724Q292.375 170.09724 293.125 170.39412Q293.875 170.691 294.29688 171.23787Q294.73438 171.76912 294.95312 172.64412L293.9375 172.92537Q293.73438 172.26912 293.4375 171.89412Q293.15625 171.51912 292.625 171.30037Q292.09375 171.066 291.45312 171.066Q290.67188 171.066 290.09375 171.30037Q289.53125 171.53474 289.17188 171.92537Q288.82812 172.316 288.64062 172.78474Q288.3125 173.58162 288.3125 174.5035Q288.3125 175.65974 288.70312 176.441Q289.10938 177.20662 289.85938 177.58162Q290.60938 177.95662 291.46875 177.95662Q292.20312 177.95662 292.90625 177.67537Q293.60938 177.3785 293.96875 177.066L293.96875 175.45662L291.45312 175.45662ZM295.90625 175.72224Q295.90625 173.98787 296.85938 173.15974Q297.65625 172.47224 298.8125 172.47224Q300.09375 172.47224 300.90625 173.316Q301.73438 174.14412 301.73438 175.6285Q301.73438 176.83162 301.375 177.51912Q301.01562 178.20662 300.3125 178.59724Q299.625 178.97224 298.8125 178.97224Q297.51562 178.97224 296.70312 178.14412Q295.90625 177.30037 295.90625 175.72224ZM296.98438 175.72224Q296.98438 176.90974 297.5 177.5035Q298.03125 178.09724 298.8125 178.09724Q299.60938 178.09724 300.125 177.5035Q300.64062 176.90974 300.64062 175.691Q300.64062 174.53474 300.10938 173.941Q299.59375 173.34724 298.8125 173.34724Q298.03125 173.34724 297.5 173.941Q296.98438 174.51912 296.98438 175.72224ZM311.54688 177.816L311.54688 178.83162L305.85938 178.83162Q305.85938 178.45662 305.98438 178.09724Q306.20312 177.51912 306.67188 176.95662Q307.15625 176.39412 308.0625 175.65974Q309.46875 174.5035 309.95312 173.83162Q310.45312 173.15974 310.45312 172.566Q310.45312 171.941 310.0 171.51912Q309.54688 171.08162 308.82812 171.08162Q308.0625 171.08162 307.60938 171.53474Q307.15625 171.98787 307.14062 172.80037L306.0625 172.691Q306.17188 171.47224 306.89062 170.84724Q307.625 170.20662 308.85938 170.20662Q310.09375 170.20662 310.8125 170.89412Q311.53125 171.58162 311.53125 172.59724Q311.53125 173.11287 311.3125 173.61287Q311.10938 174.09724 310.60938 174.65974Q310.125 175.20662 309.0 176.15974Q308.04688 176.95662 307.76562 177.2535Q307.5 177.53474 307.32812 177.816L311.54688 177.816ZM313.0 174.59724Q313.0 173.066 313.3125 172.14412Q313.625 171.20662 314.23438 170.70662Q314.85938 170.20662 315.79688 170.20662Q316.48438 170.20662 317.0 170.48787Q317.53125 170.76912 317.875 171.30037Q318.21875 171.816 318.40625 172.566Q318.59375 173.316 318.59375 174.59724Q318.59375 176.11287 318.28125 177.03474Q317.98438 177.95662 317.35938 178.47224Q316.75 178.97224 315.79688 178.97224Q314.5625 178.97224 313.84375 178.08162Q313.0 177.01912 313.0 174.59724ZM314.07812 174.59724Q314.07812 176.70662 314.57812 177.40974Q315.07812 178.11287 315.79688 178.11287Q316.53125 178.11287 317.01562 177.40974Q317.51562 176.70662 317.51562 174.59724Q317.51562 172.47224 317.01562 171.78474Q316.53125 171.08162 315.78125 171.08162Q315.0625 171.08162 314.625 171.691Q314.07812 172.47224 314.07812 174.59724ZM323.96875 178.83162L322.92188 178.83162L322.92188 172.11287Q322.53125 172.47224 321.90625 172.84724Q321.29688 173.20662 320.8125 173.3785L320.8125 172.36287Q321.6875 171.941 322.34375 171.36287Q323.01562 170.76912 323.29688 170.20662L323.96875 170.20662L323.96875 178.83162ZM327.0625 171.36287L327.0625 170.34724L332.625 170.34724L332.625 171.17537Q331.8125 172.05037 331.0 173.5035Q330.20312 174.941 329.76562 176.47224Q329.4375 177.55037 329.35938 178.83162L328.26562 178.83162Q328.28125 177.816 328.65625 176.3785Q329.04688 174.941 329.75 173.61287Q330.46875 172.28474 331.28125 171.36287L327.0625 171.36287Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M349.5 169.83162C349.5 169.27934 349.94772 168.83162 350.5 168.83162L360.5 168.83162C361.05228 168.83162 361.5 169.27934 361.5 169.83162L361.5 179.83162C361.5 180.38391 361.05228 180.83162 360.5 180.83162L350.5 180.83162C349.94772 180.83162 349.5 180.38391 349.5 179.83162Z" fill-rule="nonzero"/><path fill="#666666" d="M374.45312 175.45662L374.45312 174.45662L378.07812 174.441L378.07812 177.6285Q377.25 178.30037 376.35938 178.64412Q375.46875 178.97224 374.53125 178.97224Q373.26562 178.97224 372.21875 178.441Q371.1875 177.89412 370.65625 176.8785Q370.14062 175.84724 370.14062 174.58162Q370.14062 173.316 370.65625 172.23787Q371.1875 171.14412 372.17188 170.6285Q373.15625 170.09724 374.4375 170.09724Q375.375 170.09724 376.125 170.39412Q376.875 170.691 377.29688 171.23787Q377.73438 171.76912 377.95312 172.64412L376.9375 172.92537Q376.73438 172.26912 376.4375 171.89412Q376.15625 171.51912 375.625 171.30037Q375.09375 171.066 374.45312 171.066Q373.67188 171.066 373.09375 171.30037Q372.53125 171.53474 372.17188 171.92537Q371.82812 172.316 371.64062 172.78474Q371.3125 173.58162 371.3125 174.5035Q371.3125 175.65974 371.70312 176.441Q372.10938 177.20662 372.85938 177.58162Q373.60938 177.95662 374.46875 177.95662Q375.20312 177.95662 375.90625 177.67537Q376.60938 177.3785 376.96875 177.066L376.96875 175.45662L374.45312 175.45662ZM378.90625 175.72224Q378.90625 173.98787 379.85938 173.15974Q380.65625 172.47224 381.8125 172.47224Q383.09375 172.47224 383.90625 173.316Q384.73438 174.14412 384.73438 175.6285Q384.73438 176.83162 384.375 177.51912Q384.01562 178.20662 383.3125 178.59724Q382.625 178.97224 381.8125 178.97224Q380.51562 178.97224 379.70312 178.14412Q378.90625 177.30037 378.90625 175.72224ZM379.98438 175.72224Q379.98438 176.90974 380.5 177.5035Q381.03125 178.09724 381.8125 178.09724Q382.60938 178.09724 383.125 177.5035Q383.64062 176.90974 383.64062 175.691Q383.64062 174.53474 383.10938 173.941Q382.59375 173.34724 381.8125 173.34724Q381.03125 173.34724 380.5 173.941Q379.98438 174.51912 379.98438 175.72224ZM394.54688 177.816L394.54688 178.83162L388.85938 178.83162Q388.85938 178.45662 388.98438 178.09724Q389.20312 177.51912 389.67188 176.95662Q390.15625 176.39412 391.0625 175.65974Q392.46875 174.5035 392.95312 173.83162Q393.45312 173.15974 393.45312 172.566Q393.45312 171.941 393.0 171.51912Q392.54688 171.08162 391.82812 171.08162Q391.0625 171.08162 390.60938 171.53474Q390.15625 171.98787 390.14062 172.80037L389.0625 172.691Q389.17188 171.47224 389.89062 170.84724Q390.625 170.20662 391.85938 170.20662Q393.09375 170.20662 393.8125 170.89412Q394.53125 171.58162 394.53125 172.59724Q394.53125 173.11287 394.3125 173.61287Q394.10938 174.09724 393.60938 174.65974Q393.125 175.20662 392.0 176.15974Q391.04688 176.95662 390.76562 177.2535Q390.5 177.53474 390.32812 177.816L394.54688 177.816ZM396.0 174.59724Q396.0 173.066 396.3125 172.14412Q396.625 171.20662 397.23438 170.70662Q397.85938 170.20662 398.79688 170.20662Q399.48438 170.20662 400.0 170.48787Q400.53125 170.76912 400.875 171.30037Q401.21875 171.816 401.40625 172.566Q401.59375 173.316 401.59375 174.59724Q401.59375 176.11287 401.28125 177.03474Q400.98438 177.95662 400.35938 178.47224Q399.75 178.97224 398.79688 178.97224Q397.5625 178.97224 396.84375 178.08162Q396.0 177.01912 396.0 174.59724ZM397.07812 174.59724Q397.07812 176.70662 397.57812 177.40974Q398.07812 178.11287 398.79688 178.11287Q399.53125 178.11287 400.01562 177.40974Q400.51562 176.70662 400.51562 174.59724Q400.51562 172.47224 400.01562 171.78474Q399.53125 171.08162 398.78125 171.08162Q398.0625 171.08162 397.625 171.691Q397.07812 172.47224 397.07812 174.59724ZM406.96875 178.83162L405.92188 178.83162L405.92188 172.11287Q405.53125 172.47224 404.90625 172.84724Q404.29688 173.20662 403.8125 173.3785L403.8125 172.36287Q404.6875 171.941 405.34375 171.36287Q406.01562 170.76912 406.29688 170.20662L406.96875 170.20662L406.96875 178.83162ZM411.625 174.17537Q410.96875 173.92537 410.64062 173.48787Q410.32812 173.03474 410.32812 172.42537Q410.32812 171.48787 411.0 170.84724Q411.6875 170.20662 412.79688 170.20662Q413.92188 170.20662 414.60938 170.86287Q415.29688 171.51912 415.29688 172.45662Q415.29688 173.05037 414.98438 173.48787Q414.67188 173.92537 414.03125 174.17537Q414.82812 174.42537 415.23438 175.0035Q415.64062 175.58162 415.64062 176.3785Q415.64062 177.47224 414.85938 178.22224Q414.09375 178.97224 412.8125 178.97224Q411.54688 178.97224 410.76562 178.22224Q409.98438 177.47224 409.98438 176.34724Q409.98438 175.5035 410.40625 174.941Q410.84375 174.3785 411.625 174.17537ZM411.40625 172.3785Q411.40625 172.98787 411.79688 173.3785Q412.20312 173.76912 412.82812 173.76912Q413.4375 173.76912 413.82812 173.39412Q414.21875 173.0035 414.21875 172.441Q414.21875 171.86287 413.8125 171.47224Q413.40625 171.066 412.8125 171.066Q412.20312 171.066 411.79688 171.45662Q411.40625 171.84724 411.40625 172.3785ZM411.07812 176.34724Q411.07812 176.80037 411.28125 177.22224Q411.5 177.64412 411.92188 177.8785Q412.34375 178.11287 412.82812 178.11287Q413.57812 178.11287 414.0625 177.6285Q414.5625 177.14412 414.5625 176.39412Q414.5625 175.6285 414.0625 175.1285Q413.5625 174.6285 412.79688 174.6285Q412.04688 174.6285 411.5625 175.1285Q411.07812 175.61287 411.07812 176.34724Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig23.svg b/_content/survey2018/fig23.svg
deleted file mode 100644
index aef8c7f..0000000
--- a/_content/survey2018/fig23.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 315.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="315" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 315.0L0 315.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 315.0L0 315.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M146.5 44.5L146.5 256.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M254.5 44.5L254.5 256.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M362.5 44.5L362.5 256.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 44.5L469.5 256.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 44.5L577.5 256.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M146.5 44.239338L577.525 44.239338L577.525 256.86716L146.5 256.86716L146.5 44.239338Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M146.0 84.0L146.0 58.0L163.0 58.0C164.10457 58.0 165.0 58.89543 165.0 60.0L165.0 82.0C165.0 83.10457 164.10457 84.0 163.0 84.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M146.0 84.0L146.0 58.0L163.0 58.0C164.10457 58.0 165.0 58.89543 165.0 60.0L165.0 82.0C165.0 83.10457 164.10457 84.0 163.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M146.0 124.0L146.0 98.0L157.0 98.0C158.10457 98.0 159.0 98.89543 159.0 100.0L159.0 122.0C159.0 123.10457 158.10457 124.0 157.0 124.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M146.0 124.0L146.0 98.0L157.0 98.0C158.10457 98.0 159.0 98.89543 159.0 100.0L159.0 122.0C159.0 123.10457 158.10457 124.0 157.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M146.0 164.0L146.0 138.0L152.0 138.0C153.10457 138.0 154.0 138.89543 154.0 140.0L154.0 162.0C154.0 163.10457 153.10457 164.0 152.0 164.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M146.0 164.0L146.0 138.0L152.0 138.0C153.10457 138.0 154.0 138.89543 154.0 140.0L154.0 162.0C154.0 163.10457 153.10457 164.0 152.0 164.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M146.0 203.0L146.0 177.0L149.0 177.0C150.10457 177.0 151.0 177.89543 151.0 179.0L151.0 201.0C151.0 202.10457 150.10457 203.0 149.0 203.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M146.0 203.0L146.0 177.0L149.0 177.0C150.10457 177.0 151.0 177.89543 151.0 179.0L151.0 201.0C151.0 202.10457 150.10457 203.0 149.0 203.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M146.0 243.0L146.0 217.0L154.0 217.0C155.10457 217.0 156.0 217.89543 156.0 219.0L156.0 241.0C156.0 242.10457 155.10457 243.0 154.0 243.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M146.0 243.0L146.0 217.0L154.0 217.0C155.10457 217.0 156.0 217.89543 156.0 219.0L156.0 241.0C156.0 242.10457 155.10457 243.0 154.0 243.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.24104 75.0L181.24104 72.9375L177.5223 72.9375L177.5223 71.96875L181.44417 66.40625L182.30354 66.40625L182.30354 71.96875L183.4598 71.96875L183.4598 72.9375L182.30354 72.9375L182.30354 75.0L181.24104 75.0ZM181.24104 71.96875L181.24104 68.109375L178.55354 71.96875L181.24104 71.96875ZM185.06917 68.46875Q185.06917 67.546875 185.5223 66.90625Q185.99104 66.265625 186.86604 66.265625Q187.67854 66.265625 188.2098 66.84375Q188.74104 67.421875 188.74104 68.53125Q188.74104 69.625 188.19417 70.21875Q187.66292 70.796875 186.88167 70.796875Q186.10042 70.796875 185.5848 70.21875Q185.06917 69.640625 185.06917 68.46875ZM186.8973 66.984375Q186.50667 66.984375 186.24104 67.328125Q185.99104 67.671875 185.99104 68.578125Q185.99104 69.40625 186.24104 69.75Q186.50667 70.078125 186.8973 70.078125Q187.30354 70.078125 187.55354 69.734375Q187.81917 69.390625 187.81917 68.5Q187.81917 67.65625 187.55354 67.328125Q187.28792 66.984375 186.8973 66.984375ZM186.8973 75.3125L191.60042 66.265625L192.4598 66.265625L187.7723 75.3125L186.8973 75.3125ZM190.61604 72.984375Q190.61604 72.0625 191.06917 71.421875Q191.53792 70.78125 192.42854 70.78125Q193.24104 70.78125 193.7723 71.359375Q194.30354 71.921875 194.30354 73.046875Q194.30354 74.140625 193.75667 74.734375Q193.22542 75.3125 192.42854 75.3125Q191.66292 75.3125 191.13167 74.734375Q190.61604 74.15625 190.61604 72.984375ZM192.4598 71.5Q192.05354 71.5 191.78792 71.84375Q191.53792 72.1875 191.53792 73.09375Q191.53792 73.90625 191.80354 74.25Q192.06917 74.59375 192.4598 74.59375Q192.85042 74.59375 193.11604 74.25Q193.38167 73.90625 193.38167 73.0Q193.38167 72.171875 193.11604 71.84375Q192.85042 71.5 192.4598 71.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.24104 75.0L181.24104 72.9375L177.5223 72.9375L177.5223 71.96875L181.44417 66.40625L182.30354 66.40625L182.30354 71.96875L183.4598 71.96875L183.4598 72.9375L182.30354 72.9375L182.30354 75.0L181.24104 75.0ZM181.24104 71.96875L181.24104 68.109375L178.55354 71.96875L181.24104 71.96875ZM185.06917 68.46875Q185.06917 67.546875 185.5223 66.90625Q185.99104 66.265625 186.86604 66.265625Q187.67854 66.265625 188.2098 66.84375Q188.74104 67.421875 188.74104 68.53125Q188.74104 69.625 188.19417 70.21875Q187.66292 70.796875 186.88167 70.796875Q186.10042 70.796875 185.5848 70.21875Q185.06917 69.640625 185.06917 68.46875ZM186.8973 66.984375Q186.50667 66.984375 186.24104 67.328125Q185.99104 67.671875 185.99104 68.578125Q185.99104 69.40625 186.24104 69.75Q186.50667 70.078125 186.8973 70.078125Q187.30354 70.078125 187.55354 69.734375Q187.81917 69.390625 187.81917 68.5Q187.81917 67.65625 187.55354 67.328125Q187.28792 66.984375 186.8973 66.984375ZM186.8973 75.3125L191.60042 66.265625L192.4598 66.265625L187.7723 75.3125L186.8973 75.3125ZM190.61604 72.984375Q190.61604 72.0625 191.06917 71.421875Q191.53792 70.78125 192.42854 70.78125Q193.24104 70.78125 193.7723 71.359375Q194.30354 71.921875 194.30354 73.046875Q194.30354 74.140625 193.75667 74.734375Q193.22542 75.3125 192.42854 75.3125Q191.66292 75.3125 191.13167 74.734375Q190.61604 74.15625 190.61604 72.984375ZM192.4598 71.5Q192.05354 71.5 191.78792 71.84375Q191.53792 72.1875 191.53792 73.09375Q191.53792 73.90625 191.80354 74.25Q192.06917 74.59375 192.4598 74.59375Q192.85042 74.59375 193.11604 74.25Q193.38167 73.90625 193.38167 73.0Q193.38167 72.171875 193.11604 71.84375Q192.85042 71.5 192.4598 71.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M176.91054 113.984375L176.91054 115.0L171.22304 115.0Q171.22304 114.625 171.34804 114.265625Q171.56679 113.6875 172.03554 113.125Q172.51991 112.5625 173.42616 111.828125Q174.83241 110.671875 175.31679 110.0Q175.81679 109.328125 175.81679 108.734375Q175.81679 108.109375 175.36366 107.6875Q174.91054 107.25 174.19179 107.25Q173.42616 107.25 172.97304 107.703125Q172.51991 108.15625 172.50429 108.96875L171.42616 108.859375Q171.53554 107.640625 172.25429 107.015625Q172.98866 106.375 174.22304 106.375Q175.45741 106.375 176.17616 107.0625Q176.89491 107.75 176.89491 108.765625Q176.89491 109.28125 176.67616 109.78125Q176.47304 110.265625 175.97304 110.828125Q175.48866 111.375 174.36366 112.328125Q173.41054 113.125 173.12929 113.421875Q172.86366 113.703125 172.69179 113.984375L176.91054 113.984375ZM178.56679 108.46875Q178.56679 107.546875 179.01991 106.90625Q179.48866 106.265625 180.36366 106.265625Q181.17616 106.265625 181.70741 106.84375Q182.23866 107.421875 182.23866 108.53125Q182.23866 109.625 181.69179 110.21875Q181.16054 110.796875 180.37929 110.796875Q179.59804 110.796875 179.08241 110.21875Q178.56679 109.640625 178.56679 108.46875ZM180.39491 106.984375Q180.00429 106.984375 179.73866 107.328125Q179.48866 107.671875 179.48866 108.578125Q179.48866 109.40625 179.73866 109.75Q180.00429 110.078125 180.39491 110.078125Q180.80116 110.078125 181.05116 109.734375Q181.31679 109.390625 181.31679 108.5Q181.31679 107.65625 181.05116 107.328125Q180.78554 106.984375 180.39491 106.984375ZM180.39491 115.3125L185.09804 106.265625L185.95741 106.265625L181.26991 115.3125L180.39491 115.3125ZM184.11366 112.984375Q184.11366 112.0625 184.56679 111.421875Q185.03554 110.78125 185.92616 110.78125Q186.73866 110.78125 187.26991 111.359375Q187.80116 111.921875 187.80116 113.046875Q187.80116 114.140625 187.25429 114.734375Q186.72304 115.3125 185.92616 115.3125Q185.16054 115.3125 184.62929 114.734375Q184.11366 114.15625 184.11366 112.984375ZM185.95741 111.5Q185.55116 111.5 185.28554 111.84375Q185.03554 112.1875 185.03554 113.09375Q185.03554 113.90625 185.30116 114.25Q185.56679 114.59375 185.95741 114.59375Q186.34804 114.59375 186.61366 114.25Q186.87929 113.90625 186.87929 113.0Q186.87929 112.171875 186.61366 111.84375Q186.34804 111.5 185.95741 111.5Z" fill-rule="nonzero"/><path fill="#666666" d="M176.91054 113.984375L176.91054 115.0L171.22304 115.0Q171.22304 114.625 171.34804 114.265625Q171.56679 113.6875 172.03554 113.125Q172.51991 112.5625 173.42616 111.828125Q174.83241 110.671875 175.31679 110.0Q175.81679 109.328125 175.81679 108.734375Q175.81679 108.109375 175.36366 107.6875Q174.91054 107.25 174.19179 107.25Q173.42616 107.25 172.97304 107.703125Q172.51991 108.15625 172.50429 108.96875L171.42616 108.859375Q171.53554 107.640625 172.25429 107.015625Q172.98866 106.375 174.22304 106.375Q175.45741 106.375 176.17616 107.0625Q176.89491 107.75 176.89491 108.765625Q176.89491 109.28125 176.67616 109.78125Q176.47304 110.265625 175.97304 110.828125Q175.48866 111.375 174.36366 112.328125Q173.41054 113.125 173.12929 113.421875Q172.86366 113.703125 172.69179 113.984375L176.91054 113.984375ZM178.56679 108.46875Q178.56679 107.546875 179.01991 106.90625Q179.48866 106.265625 180.36366 106.265625Q181.17616 106.265625 181.70741 106.84375Q182.23866 107.421875 182.23866 108.53125Q182.23866 109.625 181.69179 110.21875Q181.16054 110.796875 180.37929 110.796875Q179.59804 110.796875 179.08241 110.21875Q178.56679 109.640625 178.56679 108.46875ZM180.39491 106.984375Q180.00429 106.984375 179.73866 107.328125Q179.48866 107.671875 179.48866 108.578125Q179.48866 109.40625 179.73866 109.75Q180.00429 110.078125 180.39491 110.078125Q180.80116 110.078125 181.05116 109.734375Q181.31679 109.390625 181.31679 108.5Q181.31679 107.65625 181.05116 107.328125Q180.78554 106.984375 180.39491 106.984375ZM180.39491 115.3125L185.09804 106.265625L185.95741 106.265625L181.26991 115.3125L180.39491 115.3125ZM184.11366 112.984375Q184.11366 112.0625 184.56679 111.421875Q185.03554 110.78125 185.92616 110.78125Q186.73866 110.78125 187.26991 111.359375Q187.80116 111.921875 187.80116 113.046875Q187.80116 114.140625 187.25429 114.734375Q186.72304 115.3125 185.92616 115.3125Q185.16054 115.3125 184.62929 114.734375Q184.11366 114.15625 184.11366 112.984375ZM185.95741 111.5Q185.55116 111.5 185.28554 111.84375Q185.03554 112.1875 185.03554 113.09375Q185.03554 113.90625 185.30116 114.25Q185.56679 114.59375 185.95741 114.59375Q186.34804 114.59375 186.61366 114.25Q186.87929 113.90625 186.87929 113.0Q186.87929 112.171875 186.61366 111.84375Q186.34804 111.5 185.95741 111.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.75328 155.0L169.7064 155.0L169.7064 148.28125Q169.31578 148.64062 168.69078 149.01562Q168.0814 149.375 167.59703 149.54688L167.59703 148.53125Q168.47203 148.10938 169.12828 147.53125Q169.80016 146.9375 170.0814 146.375L170.75328 146.375L170.75328 155.0ZM173.98766 148.46875Q173.98766 147.54688 174.44078 146.90625Q174.90953 146.26562 175.78453 146.26562Q176.59703 146.26562 177.12828 146.84375Q177.65953 147.42188 177.65953 148.53125Q177.65953 149.625 177.11266 150.21875Q176.5814 150.79688 175.80016 150.79688Q175.0189 150.79688 174.50328 150.21875Q173.98766 149.64062 173.98766 148.46875ZM175.81578 146.98438Q175.42516 146.98438 175.15953 147.32812Q174.90953 147.67188 174.90953 148.57812Q174.90953 149.40625 175.15953 149.75Q175.42516 150.07812 175.81578 150.07812Q176.22203 150.07812 176.47203 149.73438Q176.73766 149.39062 176.73766 148.5Q176.73766 147.65625 176.47203 147.32812Q176.2064 146.98438 175.81578 146.98438ZM175.81578 155.3125L180.5189 146.26562L181.37828 146.26562L176.69078 155.3125L175.81578 155.3125ZM179.53453 152.98438Q179.53453 152.0625 179.98766 151.42188Q180.4564 150.78125 181.34703 150.78125Q182.15953 150.78125 182.69078 151.35938Q183.22203 151.92188 183.22203 153.04688Q183.22203 154.14062 182.67516 154.73438Q182.1439 155.3125 181.34703 155.3125Q180.5814 155.3125 180.05016 154.73438Q179.53453 154.15625 179.53453 152.98438ZM181.37828 151.5Q180.97203 151.5 180.7064 151.84375Q180.4564 152.1875 180.4564 153.09375Q180.4564 153.90625 180.72203 154.25Q180.98766 154.59375 181.37828 154.59375Q181.7689 154.59375 182.03453 154.25Q182.30016 153.90625 182.30016 153.0Q182.30016 152.17188 182.03453 151.84375Q181.7689 151.5 181.37828 151.5Z" fill-rule="nonzero"/><path fill="#666666" d="M170.75328 155.0L169.7064 155.0L169.7064 148.28125Q169.31578 148.64062 168.69078 149.01562Q168.0814 149.375 167.59703 149.54688L167.59703 148.53125Q168.47203 148.10938 169.12828 147.53125Q169.80016 146.9375 170.0814 146.375L170.75328 146.375L170.75328 155.0ZM173.98766 148.46875Q173.98766 147.54688 174.44078 146.90625Q174.90953 146.26562 175.78453 146.26562Q176.59703 146.26562 177.12828 146.84375Q177.65953 147.42188 177.65953 148.53125Q177.65953 149.625 177.11266 150.21875Q176.5814 150.79688 175.80016 150.79688Q175.0189 150.79688 174.50328 150.21875Q173.98766 149.64062 173.98766 148.46875ZM175.81578 146.98438Q175.42516 146.98438 175.15953 147.32812Q174.90953 147.67188 174.90953 148.57812Q174.90953 149.40625 175.15953 149.75Q175.42516 150.07812 175.81578 150.07812Q176.22203 150.07812 176.47203 149.73438Q176.73766 149.39062 176.73766 148.5Q176.73766 147.65625 176.47203 147.32812Q176.2064 146.98438 175.81578 146.98438ZM175.81578 155.3125L180.5189 146.26562L181.37828 146.26562L176.69078 155.3125L175.81578 155.3125ZM179.53453 152.98438Q179.53453 152.0625 179.98766 151.42188Q180.4564 150.78125 181.34703 150.78125Q182.15953 150.78125 182.69078 151.35938Q183.22203 151.92188 183.22203 153.04688Q183.22203 154.14062 182.67516 154.73438Q182.1439 155.3125 181.34703 155.3125Q180.5814 155.3125 180.05016 154.73438Q179.53453 154.15625 179.53453 152.98438ZM181.37828 151.5Q180.97203 151.5 180.7064 151.84375Q180.4564 152.1875 180.4564 153.09375Q180.4564 153.90625 180.72203 154.25Q180.98766 154.59375 181.37828 154.59375Q181.7689 154.59375 182.03453 154.25Q182.30016 153.90625 182.30016 153.0Q182.30016 152.17188 182.03453 151.84375Q181.7689 151.5 181.37828 151.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M167.27313 194.0L166.22626 194.0L166.22626 187.28125Q165.83563 187.64062 165.21063 188.01562Q164.60126 188.375 164.11688 188.54688L164.11688 187.53125Q164.99188 187.10938 165.64813 186.53125Q166.32 185.9375 166.60126 185.375L167.27313 185.375L167.27313 194.0ZM170.5075 187.46875Q170.5075 186.54688 170.96063 185.90625Q171.42938 185.26562 172.30438 185.26562Q173.11688 185.26562 173.64813 185.84375Q174.17938 186.42188 174.17938 187.53125Q174.17938 188.625 173.6325 189.21875Q173.10126 189.79688 172.32 189.79688Q171.53876 189.79688 171.02313 189.21875Q170.5075 188.64062 170.5075 187.46875ZM172.33563 185.98438Q171.945 185.98438 171.67938 186.32812Q171.42938 186.67188 171.42938 187.57812Q171.42938 188.40625 171.67938 188.75Q171.945 189.07812 172.33563 189.07812Q172.74188 189.07812 172.99188 188.73438Q173.2575 188.39062 173.2575 187.5Q173.2575 186.65625 172.99188 186.32812Q172.72626 185.98438 172.33563 185.98438ZM172.33563 194.3125L177.03876 185.26562L177.89813 185.26562L173.21063 194.3125L172.33563 194.3125ZM176.05438 191.98438Q176.05438 191.0625 176.5075 190.42188Q176.97626 189.78125 177.86688 189.78125Q178.67938 189.78125 179.21063 190.35938Q179.74188 190.92188 179.74188 192.04688Q179.74188 193.14062 179.195 193.73438Q178.66376 194.3125 177.86688 194.3125Q177.10126 194.3125 176.57 193.73438Q176.05438 193.15625 176.05438 191.98438ZM177.89813 190.5Q177.49188 190.5 177.22626 190.84375Q176.97626 191.1875 176.97626 192.09375Q176.97626 192.90625 177.24188 193.25Q177.5075 193.59375 177.89813 193.59375Q178.28876 193.59375 178.55438 193.25Q178.82 192.90625 178.82 192.0Q178.82 191.17188 178.55438 190.84375Q178.28876 190.5 177.89813 190.5Z" fill-rule="nonzero"/><path fill="#666666" d="M167.27313 194.0L166.22626 194.0L166.22626 187.28125Q165.83563 187.64062 165.21063 188.01562Q164.60126 188.375 164.11688 188.54688L164.11688 187.53125Q164.99188 187.10938 165.64813 186.53125Q166.32 185.9375 166.60126 185.375L167.27313 185.375L167.27313 194.0ZM170.5075 187.46875Q170.5075 186.54688 170.96063 185.90625Q171.42938 185.26562 172.30438 185.26562Q173.11688 185.26562 173.64813 185.84375Q174.17938 186.42188 174.17938 187.53125Q174.17938 188.625 173.6325 189.21875Q173.10126 189.79688 172.32 189.79688Q171.53876 189.79688 171.02313 189.21875Q170.5075 188.64062 170.5075 187.46875ZM172.33563 185.98438Q171.945 185.98438 171.67938 186.32812Q171.42938 186.67188 171.42938 187.57812Q171.42938 188.40625 171.67938 188.75Q171.945 189.07812 172.33563 189.07812Q172.74188 189.07812 172.99188 188.73438Q173.2575 188.39062 173.2575 187.5Q173.2575 186.65625 172.99188 186.32812Q172.72626 185.98438 172.33563 185.98438ZM172.33563 194.3125L177.03876 185.26562L177.89813 185.26562L173.21063 194.3125L172.33563 194.3125ZM176.05438 191.98438Q176.05438 191.0625 176.5075 190.42188Q176.97626 189.78125 177.86688 189.78125Q178.67938 189.78125 179.21063 190.35938Q179.74188 190.92188 179.74188 192.04688Q179.74188 193.14062 179.195 193.73438Q178.66376 194.3125 177.86688 194.3125Q177.10126 194.3125 176.57 193.73438Q176.05438 193.15625 176.05438 191.98438ZM177.89813 190.5Q177.49188 190.5 177.22626 190.84375Q176.97626 191.1875 176.97626 192.09375Q176.97626 192.90625 177.24188 193.25Q177.5075 193.59375 177.89813 193.59375Q178.28876 193.59375 178.55438 193.25Q178.82 192.90625 178.82 192.0Q178.82 191.17188 178.55438 190.84375Q178.28876 190.5 177.89813 190.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M173.61357 232.98438L173.61357 234.0L167.92607 234.0Q167.92607 233.625 168.05107 233.26562Q168.26982 232.6875 168.73857 232.125Q169.22295 231.5625 170.1292 230.82812Q171.53545 229.67188 172.01982 229.0Q172.51982 228.32812 172.51982 227.73438Q172.51982 227.10938 172.0667 226.6875Q171.61357 226.25 170.89482 226.25Q170.1292 226.25 169.67607 226.70312Q169.22295 227.15625 169.20732 227.96875L168.1292 227.85938Q168.23857 226.64062 168.95732 226.01562Q169.6917 225.375 170.92607 225.375Q172.16045 225.375 172.8792 226.0625Q173.59795 226.75 173.59795 227.76562Q173.59795 228.28125 173.3792 228.78125Q173.17607 229.26562 172.67607 229.82812Q172.1917 230.375 171.0667 231.32812Q170.11357 232.125 169.83232 232.42188Q169.5667 232.70312 169.39482 232.98438L173.61357 232.98438ZM175.26982 227.46875Q175.26982 226.54688 175.72295 225.90625Q176.1917 225.26562 177.0667 225.26562Q177.8792 225.26562 178.41045 225.84375Q178.9417 226.42188 178.9417 227.53125Q178.9417 228.625 178.39482 229.21875Q177.86357 229.79688 177.08232 229.79688Q176.30107 229.79688 175.78545 229.21875Q175.26982 228.64062 175.26982 227.46875ZM177.09795 225.98438Q176.70732 225.98438 176.4417 226.32812Q176.1917 226.67188 176.1917 227.57812Q176.1917 228.40625 176.4417 228.75Q176.70732 229.07812 177.09795 229.07812Q177.5042 229.07812 177.7542 228.73438Q178.01982 228.39062 178.01982 227.5Q178.01982 226.65625 177.7542 226.32812Q177.48857 225.98438 177.09795 225.98438ZM177.09795 234.3125L181.80107 225.26562L182.66045 225.26562L177.97295 234.3125L177.09795 234.3125ZM180.8167 231.98438Q180.8167 231.0625 181.26982 230.42188Q181.73857 229.78125 182.6292 229.78125Q183.4417 229.78125 183.97295 230.35938Q184.5042 230.92188 184.5042 232.04688Q184.5042 233.14062 183.95732 233.73438Q183.42607 234.3125 182.6292 234.3125Q181.86357 234.3125 181.33232 233.73438Q180.8167 233.15625 180.8167 231.98438ZM182.66045 230.5Q182.2542 230.5 181.98857 230.84375Q181.73857 231.1875 181.73857 232.09375Q181.73857 232.90625 182.0042 233.25Q182.26982 233.59375 182.66045 233.59375Q183.05107 233.59375 183.3167 233.25Q183.58232 232.90625 183.58232 232.0Q183.58232 231.17188 183.3167 230.84375Q183.05107 230.5 182.66045 230.5Z" fill-rule="nonzero"/><path fill="#666666" d="M173.61357 232.98438L173.61357 234.0L167.92607 234.0Q167.92607 233.625 168.05107 233.26562Q168.26982 232.6875 168.73857 232.125Q169.22295 231.5625 170.1292 230.82812Q171.53545 229.67188 172.01982 229.0Q172.51982 228.32812 172.51982 227.73438Q172.51982 227.10938 172.0667 226.6875Q171.61357 226.25 170.89482 226.25Q170.1292 226.25 169.67607 226.70312Q169.22295 227.15625 169.20732 227.96875L168.1292 227.85938Q168.23857 226.64062 168.95732 226.01562Q169.6917 225.375 170.92607 225.375Q172.16045 225.375 172.8792 226.0625Q173.59795 226.75 173.59795 227.76562Q173.59795 228.28125 173.3792 228.78125Q173.17607 229.26562 172.67607 229.82812Q172.1917 230.375 171.0667 231.32812Q170.11357 232.125 169.83232 232.42188Q169.5667 232.70312 169.39482 232.98438L173.61357 232.98438ZM175.26982 227.46875Q175.26982 226.54688 175.72295 225.90625Q176.1917 225.26562 177.0667 225.26562Q177.8792 225.26562 178.41045 225.84375Q178.9417 226.42188 178.9417 227.53125Q178.9417 228.625 178.39482 229.21875Q177.86357 229.79688 177.08232 229.79688Q176.30107 229.79688 175.78545 229.21875Q175.26982 228.64062 175.26982 227.46875ZM177.09795 225.98438Q176.70732 225.98438 176.4417 226.32812Q176.1917 226.67188 176.1917 227.57812Q176.1917 228.40625 176.4417 228.75Q176.70732 229.07812 177.09795 229.07812Q177.5042 229.07812 177.7542 228.73438Q178.01982 228.39062 178.01982 227.5Q178.01982 226.65625 177.7542 226.32812Q177.48857 225.98438 177.09795 225.98438ZM177.09795 234.3125L181.80107 225.26562L182.66045 225.26562L177.97295 234.3125L177.09795 234.3125ZM180.8167 231.98438Q180.8167 231.0625 181.26982 230.42188Q181.73857 229.78125 182.6292 229.78125Q183.4417 229.78125 183.97295 230.35938Q184.5042 230.92188 184.5042 232.04688Q184.5042 233.14062 183.95732 233.73438Q183.42607 234.3125 182.6292 234.3125Q181.86357 234.3125 181.33232 233.73438Q180.8167 233.15625 180.8167 231.98438ZM182.66045 230.5Q182.2542 230.5 181.98857 230.84375Q181.73857 231.1875 181.73857 232.09375Q181.73857 232.90625 182.0042 233.25Q182.26982 233.59375 182.66045 233.59375Q183.05107 233.59375 183.3167 233.25Q183.58232 232.90625 183.58232 232.0Q183.58232 231.17188 183.3167 230.84375Q183.05107 230.5 182.66045 230.5Z" fill-rule="nonzero"/><path fill="#666666" d="M286.96564 300.47302L286.96564 291.87927L293.16876 291.87927L293.16876 292.8949L288.10626 292.8949L288.10626 295.5199L292.85626 295.5199L292.85626 296.53552L288.10626 296.53552L288.10626 299.4574L293.3719 299.4574L293.3719 300.47302L286.96564 300.47302ZM294.3875 298.61365L295.41876 298.4574Q295.5125 299.0824 295.90314 299.41052Q296.3094 299.73865 297.04376 299.73865Q297.7625 299.73865 298.10626 299.4574Q298.46564 299.16052 298.46564 298.75427Q298.46564 298.3949 298.15314 298.19177Q297.9344 298.05115 297.075 297.8324Q295.91876 297.53552 295.46564 297.3324Q295.02814 297.11365 294.79376 296.73865Q294.5594 296.36365 294.5594 295.8949Q294.5594 295.48865 294.7469 295.12927Q294.9344 294.7699 295.2625 294.53552Q295.5125 294.36365 295.9344 294.23865Q296.35626 294.11365 296.85626 294.11365Q297.575 294.11365 298.1219 294.3324Q298.6844 294.53552 298.95 294.8949Q299.21564 295.25427 299.3094 295.84802L298.27814 295.98865Q298.21564 295.5199 297.8719 295.25427Q297.54376 294.97302 296.91876 294.97302Q296.2 294.97302 295.8875 295.22302Q295.575 295.4574 295.575 295.78552Q295.575 295.98865 295.7 296.1449Q295.84064 296.31677 296.10626 296.42615Q296.2625 296.48865 297.04376 296.69177Q298.16876 297.00427 298.60626 297.19177Q299.04376 297.37927 299.29376 297.73865Q299.54376 298.09802 299.54376 298.6449Q299.54376 299.17615 299.23126 299.6449Q298.9344 300.09802 298.35626 300.36365Q297.77814 300.61365 297.04376 300.61365Q295.825 300.61365 295.1844 300.11365Q294.5594 299.59802 294.3875 298.61365ZM303.10626 299.53552L303.2625 300.4574Q302.8094 300.55115 302.46564 300.55115Q301.8875 300.55115 301.575 300.37927Q301.2625 300.19177 301.1219 299.8949Q300.9969 299.59802 300.9969 298.6449L300.9969 295.06677L300.23126 295.06677L300.23126 294.25427L300.9969 294.25427L300.9969 292.7074L302.04376 292.0824L302.04376 294.25427L303.10626 294.25427L303.10626 295.06677L302.04376 295.06677L302.04376 298.7074Q302.04376 299.16052 302.09064 299.28552Q302.15314 299.41052 302.27814 299.48865Q302.40314 299.56677 302.6375 299.56677Q302.825 299.56677 303.10626 299.53552ZM303.8094 293.09802L303.8094 291.87927L304.8719 291.87927L304.8719 293.09802L303.8094 293.09802ZM303.8094 300.47302L303.8094 294.25427L304.8719 294.25427L304.8719 300.47302L303.8094 300.47302ZM306.8094 300.47302L306.8094 294.25427L307.7469 294.25427L307.7469 295.12927Q308.04376 294.66052 308.52814 294.3949Q309.0125 294.11365 309.6375 294.11365Q310.325 294.11365 310.7625 294.3949Q311.21564 294.67615 311.3875 295.19177Q312.1375 294.11365 313.3094 294.11365Q314.2469 294.11365 314.73126 294.62927Q315.23126 295.12927 315.23126 296.2074L315.23126 300.47302L314.1844 300.47302L314.1844 296.55115Q314.1844 295.92615 314.075 295.6449Q313.98126 295.36365 313.71564 295.19177Q313.45 295.0199 313.075 295.0199Q312.41876 295.0199 311.98126 295.4574Q311.5594 295.8949 311.5594 296.86365L311.5594 300.47302L310.4969 300.47302L310.4969 296.42615Q310.4969 295.72302 310.23126 295.37927Q309.98126 295.0199 309.40314 295.0199Q308.95 295.0199 308.575 295.25427Q308.2 295.48865 308.02814 295.94177Q307.85626 296.3949 307.85626 297.23865L307.85626 300.47302L306.8094 300.47302ZM320.8719 299.7074Q320.27814 300.2074 319.73126 300.41052Q319.2 300.61365 318.575 300.61365Q317.54376 300.61365 316.9969 300.11365Q316.45 299.61365 316.45 298.8324Q316.45 298.37927 316.65314 298.00427Q316.85626 297.61365 317.2 297.3949Q317.54376 297.16052 317.96564 297.05115Q318.2625 296.9574 318.90314 296.87927Q320.16876 296.73865 320.77814 296.5199Q320.77814 296.30115 320.77814 296.25427Q320.77814 295.59802 320.48126 295.3324Q320.075 294.98865 319.27814 294.98865Q318.54376 294.98865 318.1844 295.25427Q317.825 295.50427 317.65314 296.16052L316.6219 296.0199Q316.7625 295.36365 317.09064 294.9574Q317.41876 294.55115 318.02814 294.3324Q318.6375 294.11365 319.4344 294.11365Q320.23126 294.11365 320.73126 294.30115Q321.23126 294.48865 321.46564 294.7699Q321.7 295.05115 321.79376 295.48865Q321.84064 295.75427 321.84064 296.4574L321.84064 297.86365Q321.84064 299.3324 321.90314 299.72302Q321.98126 300.11365 322.1844 300.47302L321.075 300.47302Q320.91876 300.1449 320.8719 299.7074ZM320.77814 297.34802Q320.2 297.5824 319.0594 297.75427Q318.40314 297.84802 318.1375 297.97302Q317.8719 298.0824 317.71564 298.30115Q317.575 298.5199 317.575 298.80115Q317.575 299.22302 317.8875 299.50427Q318.21564 299.78552 318.825 299.78552Q319.4344 299.78552 319.90314 299.5199Q320.3875 299.25427 320.60626 298.78552Q320.77814 298.42615 320.77814 297.73865L320.77814 297.34802ZM326.10626 299.53552L326.2625 300.4574Q325.8094 300.55115 325.46564 300.55115Q324.8875 300.55115 324.575 300.37927Q324.2625 300.19177 324.1219 299.8949Q323.9969 299.59802 323.9969 298.6449L323.9969 295.06677L323.23126 295.06677L323.23126 294.25427L323.9969 294.25427L323.9969 292.7074L325.04376 292.0824L325.04376 294.25427L326.10626 294.25427L326.10626 295.06677L325.04376 295.06677L325.04376 298.7074Q325.04376 299.16052 325.09064 299.28552Q325.15314 299.41052 325.27814 299.48865Q325.40314 299.56677 325.6375 299.56677Q325.825 299.56677 326.10626 299.53552ZM331.0594 298.47302L332.15314 298.59802Q331.90314 299.55115 331.2 300.0824Q330.4969 300.61365 329.41876 300.61365Q328.0594 300.61365 327.2469 299.7699Q326.45 298.92615 326.45 297.41052Q326.45 295.84802 327.2625 294.98865Q328.075 294.11365 329.35626 294.11365Q330.60626 294.11365 331.3875 294.9574Q332.1844 295.80115 332.1844 297.34802Q332.1844 297.44177 332.1844 297.62927L327.54376 297.62927Q327.60626 298.66052 328.1219 299.2074Q328.6375 299.73865 329.41876 299.73865Q329.9969 299.73865 330.40314 299.44177Q330.825 299.12927 331.0594 298.47302ZM327.60626 296.7699L331.075 296.7699Q331.0125 295.97302 330.6844 295.5824Q330.16876 294.97302 329.3719 294.97302Q328.6375 294.97302 328.1375 295.4574Q327.65314 295.94177 327.60626 296.7699ZM337.84064 300.47302L337.84064 299.69177Q337.2469 300.61365 336.10626 300.61365Q335.35626 300.61365 334.73126 300.2074Q334.10626 299.78552 333.7625 299.05115Q333.41876 298.31677 333.41876 297.36365Q333.41876 296.44177 333.73126 295.67615Q334.04376 294.91052 334.66876 294.5199Q335.29376 294.11365 336.0594 294.11365Q336.6219 294.11365 337.0594 294.34802Q337.4969 294.5824 337.77814 294.9574L337.77814 291.87927L338.825 291.87927L338.825 300.47302L337.84064 300.47302ZM334.5125 297.36365Q334.5125 298.56677 335.0125 299.16052Q335.5125 299.73865 336.2 299.73865Q336.8875 299.73865 337.3719 299.17615Q337.85626 298.61365 337.85626 297.4574Q337.85626 296.17615 337.35626 295.5824Q336.8719 294.98865 336.15314 294.98865Q335.45 294.98865 334.98126 295.56677Q334.5125 296.12927 334.5125 297.36365ZM343.71564 293.94177Q343.71564 293.0199 344.16876 292.37927Q344.6375 291.73865 345.5125 291.73865Q346.325 291.73865 346.85626 292.31677Q347.3875 292.8949 347.3875 294.00427Q347.3875 295.09802 346.84064 295.69177Q346.3094 296.2699 345.52814 296.2699Q344.7469 296.2699 344.23126 295.69177Q343.71564 295.11365 343.71564 293.94177ZM345.54376 292.4574Q345.15314 292.4574 344.8875 292.80115Q344.6375 293.1449 344.6375 294.05115Q344.6375 294.87927 344.8875 295.22302Q345.15314 295.55115 345.54376 295.55115Q345.95 295.55115 346.2 295.2074Q346.46564 294.86365 346.46564 293.97302Q346.46564 293.12927 346.2 292.80115Q345.9344 292.4574 345.54376 292.4574ZM345.54376 300.78552L350.2469 291.73865L351.10626 291.73865L346.41876 300.78552L345.54376 300.78552ZM349.2625 298.4574Q349.2625 297.53552 349.71564 296.8949Q350.1844 296.25427 351.075 296.25427Q351.8875 296.25427 352.41876 296.8324Q352.95 297.3949 352.95 298.5199Q352.95 299.61365 352.40314 300.2074Q351.8719 300.78552 351.075 300.78552Q350.3094 300.78552 349.77814 300.2074Q349.2625 299.62927 349.2625 298.4574ZM351.10626 296.97302Q350.7 296.97302 350.4344 297.31677Q350.1844 297.66052 350.1844 298.56677Q350.1844 299.37927 350.45 299.72302Q350.71564 300.06677 351.10626 300.06677Q351.4969 300.06677 351.7625 299.72302Q352.02814 299.37927 352.02814 298.47302Q352.02814 297.6449 351.7625 297.31677Q351.4969 296.97302 351.10626 296.97302ZM357.41876 297.36365Q357.41876 295.62927 358.3719 294.80115Q359.16876 294.11365 360.325 294.11365Q361.60626 294.11365 362.41876 294.9574Q363.2469 295.78552 363.2469 297.2699Q363.2469 298.47302 362.8875 299.16052Q362.52814 299.84802 361.825 300.23865Q361.1375 300.61365 360.325 300.61365Q359.02814 300.61365 358.21564 299.78552Q357.41876 298.94177 357.41876 297.36365ZM358.4969 297.36365Q358.4969 298.55115 359.0125 299.1449Q359.54376 299.73865 360.325 299.73865Q361.1219 299.73865 361.6375 299.1449Q362.15314 298.55115 362.15314 297.3324Q362.15314 296.17615 361.6219 295.5824Q361.10626 294.98865 360.325 294.98865Q359.54376 294.98865 359.0125 295.5824Q358.4969 296.16052 358.4969 297.36365ZM365.0594 300.47302L365.0594 295.06677L364.1219 295.06677L364.1219 294.25427L365.0594 294.25427L365.0594 293.5824Q365.0594 292.9574 365.16876 292.66052Q365.325 292.23865 365.7 291.98865Q366.09064 291.73865 366.77814 291.73865Q367.23126 291.73865 367.7625 291.84802L367.60626 292.75427Q367.27814 292.7074 366.98126 292.7074Q366.4969 292.7074 366.29376 292.91052Q366.10626 293.11365 366.10626 293.67615L366.10626 294.25427L367.325 294.25427L367.325 295.06677L366.10626 295.06677L366.10626 300.47302L365.0594 300.47302ZM370.79376 300.47302L370.79376 294.25427L371.7469 294.25427L371.7469 295.19177Q372.10626 294.53552 372.40314 294.3324Q372.71564 294.11365 373.09064 294.11365Q373.6219 294.11365 374.16876 294.44177L373.8094 295.42615Q373.41876 295.19177 373.04376 295.19177Q372.6844 295.19177 372.40314 295.41052Q372.1375 295.61365 372.02814 295.98865Q371.84064 296.55115 371.84064 297.2074L371.84064 300.47302L370.79376 300.47302ZM379.0594 298.47302L380.15314 298.59802Q379.90314 299.55115 379.2 300.0824Q378.4969 300.61365 377.41876 300.61365Q376.0594 300.61365 375.2469 299.7699Q374.45 298.92615 374.45 297.41052Q374.45 295.84802 375.2625 294.98865Q376.075 294.11365 377.35626 294.11365Q378.60626 294.11365 379.3875 294.9574Q380.1844 295.80115 380.1844 297.34802Q380.1844 297.44177 380.1844 297.62927L375.54376 297.62927Q375.60626 298.66052 376.1219 299.2074Q376.6375 299.73865 377.41876 299.73865Q377.9969 299.73865 378.40314 299.44177Q378.825 299.12927 379.0594 298.47302ZM375.60626 296.7699L379.075 296.7699Q379.0125 295.97302 378.6844 295.5824Q378.16876 294.97302 377.3719 294.97302Q376.6375 294.97302 376.1375 295.4574Q375.65314 295.94177 375.60626 296.7699ZM381.3875 298.61365L382.41876 298.4574Q382.5125 299.0824 382.90314 299.41052Q383.3094 299.73865 384.04376 299.73865Q384.7625 299.73865 385.10626 299.4574Q385.46564 299.16052 385.46564 298.75427Q385.46564 298.3949 385.15314 298.19177Q384.9344 298.05115 384.075 297.8324Q382.91876 297.53552 382.46564 297.3324Q382.02814 297.11365 381.79376 296.73865Q381.5594 296.36365 381.5594 295.8949Q381.5594 295.48865 381.7469 295.12927Q381.9344 294.7699 382.2625 294.53552Q382.5125 294.36365 382.9344 294.23865Q383.35626 294.11365 383.85626 294.11365Q384.575 294.11365 385.1219 294.3324Q385.6844 294.53552 385.95 294.8949Q386.21564 295.25427 386.3094 295.84802L385.27814 295.98865Q385.21564 295.5199 384.8719 295.25427Q384.54376 294.97302 383.91876 294.97302Q383.2 294.97302 382.8875 295.22302Q382.575 295.4574 382.575 295.78552Q382.575 295.98865 382.7 296.1449Q382.84064 296.31677 383.10626 296.42615Q383.2625 296.48865 384.04376 296.69177Q385.16876 297.00427 385.60626 297.19177Q386.04376 297.37927 386.29376 297.73865Q386.54376 298.09802 386.54376 298.6449Q386.54376 299.17615 386.23126 299.6449Q385.9344 300.09802 385.35626 300.36365Q384.77814 300.61365 384.04376 300.61365Q382.825 300.61365 382.1844 300.11365Q381.5594 299.59802 381.3875 298.61365ZM387.8094 302.86365L387.8094 294.25427L388.7625 294.25427L388.7625 295.05115Q389.10626 294.5824 389.52814 294.34802Q389.96564 294.11365 390.575 294.11365Q391.3719 294.11365 391.98126 294.5199Q392.59064 294.92615 392.8875 295.67615Q393.2 296.42615 393.2 297.31677Q393.2 298.2699 392.85626 299.03552Q392.52814 299.80115 391.8719 300.2074Q391.21564 300.61365 390.4969 300.61365Q389.96564 300.61365 389.54376 300.3949Q389.1219 300.16052 388.85626 299.8324L388.85626 302.86365L387.8094 302.86365ZM388.7625 297.3949Q388.7625 298.59802 389.2469 299.17615Q389.73126 299.73865 390.41876 299.73865Q391.1219 299.73865 391.6219 299.1449Q392.1219 298.55115 392.1219 297.30115Q392.1219 296.11365 391.6375 295.53552Q391.15314 294.94177 390.46564 294.94177Q389.79376 294.94177 389.27814 295.56677Q388.7625 296.19177 388.7625 297.3949ZM394.41876 297.36365Q394.41876 295.62927 395.3719 294.80115Q396.16876 294.11365 397.325 294.11365Q398.60626 294.11365 399.41876 294.9574Q400.2469 295.78552 400.2469 297.2699Q400.2469 298.47302 399.8875 299.16052Q399.52814 299.84802 398.825 300.23865Q398.1375 300.61365 397.325 300.61365Q396.02814 300.61365 395.21564 299.78552Q394.41876 298.94177 394.41876 297.36365ZM395.4969 297.36365Q395.4969 298.55115 396.0125 299.1449Q396.54376 299.73865 397.325 299.73865Q398.1219 299.73865 398.6375 299.1449Q399.15314 298.55115 399.15314 297.3324Q399.15314 296.17615 398.6219 295.5824Q398.10626 294.98865 397.325 294.98865Q396.54376 294.98865 396.0125 295.5824Q395.4969 296.16052 395.4969 297.36365ZM401.8094 300.47302L401.8094 294.25427L402.7469 294.25427L402.7469 295.12927Q403.4344 294.11365 404.73126 294.11365Q405.29376 294.11365 405.7625 294.31677Q406.2469 294.5199 406.48126 294.84802Q406.71564 295.17615 406.8094 295.61365Q406.85626 295.91052 406.85626 296.6449L406.85626 300.47302L405.8094 300.47302L405.8094 296.69177Q405.8094 296.03552 405.6844 295.72302Q405.5594 295.41052 405.2469 295.22302Q404.9344 295.0199 404.5125 295.0199Q403.84064 295.0199 403.34064 295.4574Q402.85626 295.87927 402.85626 297.06677L402.85626 300.47302L401.8094 300.47302ZM412.84064 300.47302L412.84064 299.69177Q412.2469 300.61365 411.10626 300.61365Q410.35626 300.61365 409.73126 300.2074Q409.10626 299.78552 408.7625 299.05115Q408.41876 298.31677 408.41876 297.36365Q408.41876 296.44177 408.73126 295.67615Q409.04376 294.91052 409.66876 294.5199Q410.29376 294.11365 411.0594 294.11365Q411.6219 294.11365 412.0594 294.34802Q412.4969 294.5824 412.77814 294.9574L412.77814 291.87927L413.825 291.87927L413.825 300.47302L412.84064 300.47302ZM409.5125 297.36365Q409.5125 298.56677 410.0125 299.16052Q410.5125 299.73865 411.2 299.73865Q411.8875 299.73865 412.3719 299.17615Q412.85626 298.61365 412.85626 297.4574Q412.85626 296.17615 412.35626 295.5824Q411.8719 294.98865 411.15314 294.98865Q410.45 294.98865 409.98126 295.56677Q409.5125 296.12927 409.5125 297.36365ZM420.0594 298.47302L421.15314 298.59802Q420.90314 299.55115 420.2 300.0824Q419.4969 300.61365 418.41876 300.61365Q417.0594 300.61365 416.2469 299.7699Q415.45 298.92615 415.45 297.41052Q415.45 295.84802 416.2625 294.98865Q417.075 294.11365 418.35626 294.11365Q419.60626 294.11365 420.3875 294.9574Q421.1844 295.80115 421.1844 297.34802Q421.1844 297.44177 421.1844 297.62927L416.54376 297.62927Q416.60626 298.66052 417.1219 299.2074Q417.6375 299.73865 418.41876 299.73865Q418.9969 299.73865 419.40314 299.44177Q419.825 299.12927 420.0594 298.47302ZM416.60626 296.7699L420.075 296.7699Q420.0125 295.97302 419.6844 295.5824Q419.16876 294.97302 418.3719 294.97302Q417.6375 294.97302 417.1375 295.4574Q416.65314 295.94177 416.60626 296.7699ZM422.8094 300.47302L422.8094 294.25427L423.7469 294.25427L423.7469 295.12927Q424.4344 294.11365 425.73126 294.11365Q426.29376 294.11365 426.7625 294.31677Q427.2469 294.5199 427.48126 294.84802Q427.71564 295.17615 427.8094 295.61365Q427.85626 295.91052 427.85626 296.6449L427.85626 300.47302L426.8094 300.47302L426.8094 296.69177Q426.8094 296.03552 426.6844 295.72302Q426.5594 295.41052 426.2469 295.22302Q425.9344 295.0199 425.5125 295.0199Q424.84064 295.0199 424.34064 295.4574Q423.85626 295.87927 423.85626 297.06677L423.85626 300.47302L422.8094 300.47302ZM432.10626 299.53552L432.2625 300.4574Q431.8094 300.55115 431.46564 300.55115Q430.8875 300.55115 430.575 300.37927Q430.2625 300.19177 430.1219 299.8949Q429.9969 299.59802 429.9969 298.6449L429.9969 295.06677L429.23126 295.06677L429.23126 294.25427L429.9969 294.25427L429.9969 292.7074L431.04376 292.0824L431.04376 294.25427L432.10626 294.25427L432.10626 295.06677L431.04376 295.06677L431.04376 298.7074Q431.04376 299.16052 431.09064 299.28552Q431.15314 299.41052 431.27814 299.48865Q431.40314 299.56677 431.6375 299.56677Q431.825 299.56677 432.10626 299.53552ZM432.3875 298.61365L433.41876 298.4574Q433.5125 299.0824 433.90314 299.41052Q434.3094 299.73865 435.04376 299.73865Q435.7625 299.73865 436.10626 299.4574Q436.46564 299.16052 436.46564 298.75427Q436.46564 298.3949 436.15314 298.19177Q435.9344 298.05115 435.075 297.8324Q433.91876 297.53552 433.46564 297.3324Q433.02814 297.11365 432.79376 296.73865Q432.5594 296.36365 432.5594 295.8949Q432.5594 295.48865 432.7469 295.12927Q432.9344 294.7699 433.2625 294.53552Q433.5125 294.36365 433.9344 294.23865Q434.35626 294.11365 434.85626 294.11365Q435.575 294.11365 436.1219 294.3324Q436.6844 294.53552 436.95 294.8949Q437.21564 295.25427 437.3094 295.84802L436.27814 295.98865Q436.21564 295.5199 435.8719 295.25427Q435.54376 294.97302 434.91876 294.97302Q434.2 294.97302 433.8875 295.22302Q433.575 295.4574 433.575 295.78552Q433.575 295.98865 433.7 296.1449Q433.84064 296.31677 434.10626 296.42615Q434.2625 296.48865 435.04376 296.69177Q436.16876 297.00427 436.60626 297.19177Q437.04376 297.37927 437.29376 297.73865Q437.54376 298.09802 437.54376 298.6449Q437.54376 299.17615 437.23126 299.6449Q436.9344 300.09802 436.35626 300.36365Q435.77814 300.61365 435.04376 300.61365Q433.825 300.61365 433.1844 300.11365Q432.5594 299.59802 432.3875 298.61365Z" fill-rule="nonzero"/><path fill="#666666" d="M24.4375 68.06621L24.4375 59.472458L28.25 59.472458Q29.40625 59.472458 30.0 59.706833Q30.59375 59.941208 30.953125 60.534958Q31.3125 61.113083 31.3125 61.816208Q31.3125 62.738083 30.71875 63.363083Q30.125 63.988083 28.890625 64.15996Q29.34375 64.37871 29.578125 64.58183Q30.078125 65.03496 30.515625 65.72246L32.015625 68.06621L30.578125 68.06621L29.453125 66.28496Q28.953125 65.50371 28.625 65.09746Q28.3125 64.69121 28.046875 64.53496Q27.796875 64.36308 27.53125 64.28496Q27.34375 64.25371 26.90625 64.25371L25.578125 64.25371L25.578125 68.06621L24.4375 68.06621ZM25.578125 63.269333L28.03125 63.269333Q28.796875 63.269333 29.234375 63.113083Q29.6875 62.941208 29.90625 62.597458Q30.140625 62.238083 30.140625 61.816208Q30.140625 61.206833 29.6875 60.816208Q29.25 60.425583 28.296875 60.425583L25.578125 60.425583L25.578125 63.269333ZM37.546875 66.06621L38.640625 66.19121Q38.390625 67.14433 37.6875 67.67558Q36.984375 68.20683 35.90625 68.20683Q34.546875 68.20683 33.734375 67.36308Q32.9375 66.51933 32.9375 65.00371Q32.9375 63.441208 33.75 62.581833Q34.5625 61.706833 35.84375 61.706833Q37.09375 61.706833 37.875 62.550583Q38.671875 63.394333 38.671875 64.94121Q38.671875 65.03496 38.671875 65.22246L34.03125 65.22246Q34.09375 66.25371 34.609375 66.80058Q35.125 67.33183 35.90625 67.33183Q36.484375 67.33183 36.890625 67.03496Q37.3125 66.72246 37.546875 66.06621ZM34.09375 64.36308L37.5625 64.36308Q37.5 63.566208 37.171875 63.175583Q36.65625 62.566208 35.859375 62.566208Q35.125 62.566208 34.625 63.050583Q34.140625 63.534958 34.09375 64.36308ZM44.328125 68.06621L44.328125 67.28496Q43.734375 68.20683 42.59375 68.20683Q41.84375 68.20683 41.21875 67.80058Q40.59375 67.37871 40.25 66.64433Q39.90625 65.90996 39.90625 64.95683Q39.90625 64.03496 40.21875 63.269333Q40.53125 62.503708 41.15625 62.113083Q41.78125 61.706833 42.546875 61.706833Q43.109375 61.706833 43.546875 61.941208Q43.984375 62.175583 44.265625 62.550583L44.265625 59.472458L45.3125 59.472458L45.3125 68.06621L44.328125 68.06621ZM41.0 64.95683Q41.0 66.15996 41.5 66.75371Q42.0 67.33183 42.6875 67.33183Q43.375 67.33183 43.859375 66.76933Q44.34375 66.20683 44.34375 65.05058Q44.34375 63.769333 43.84375 63.175583Q43.359375 62.581833 42.640625 62.581833Q41.9375 62.581833 41.46875 63.159958Q41.0 63.722458 41.0 64.95683ZM51.375 68.06621L51.375 67.14433Q50.640625 68.20683 49.390625 68.20683Q48.84375 68.20683 48.359375 68.00371Q47.890625 67.78496 47.65625 67.47246Q47.421875 67.14433 47.328125 66.67558Q47.265625 66.37871 47.265625 65.69121L47.265625 61.847458L48.328125 61.847458L48.328125 65.30058Q48.328125 66.11308 48.390625 66.40996Q48.484375 66.81621 48.796875 67.06621Q49.125 67.30058 49.609375 67.30058Q50.078125 67.30058 50.484375 67.06621Q50.90625 66.81621 51.078125 66.39433Q51.265625 65.97246 51.265625 65.17558L51.265625 61.847458L52.3125 61.847458L52.3125 68.06621L51.375 68.06621ZM58.359375 65.78496L59.390625 65.92558Q59.21875 66.98808 58.515625 67.59746Q57.8125 68.20683 56.796875 68.20683Q55.515625 68.20683 54.734375 67.37871Q53.96875 66.53496 53.96875 64.97246Q53.96875 63.972458 54.296875 63.222458Q54.640625 62.456833 55.3125 62.081833Q56.0 61.706833 56.8125 61.706833Q57.8125 61.706833 58.453125 62.222458Q59.109375 62.722458 59.296875 63.675583L58.265625 63.831833Q58.125 63.206833 57.75 62.894333Q57.375 62.566208 56.84375 62.566208Q56.046875 62.566208 55.546875 63.144333Q55.046875 63.706833 55.046875 64.94121Q55.046875 66.20683 55.53125 66.76933Q56.015625 67.33183 56.78125 67.33183Q57.40625 67.33183 57.8125 66.95683Q58.234375 66.58183 58.359375 65.78496ZM64.546875 66.06621L65.640625 66.19121Q65.390625 67.14433 64.6875 67.67558Q63.984375 68.20683 62.90625 68.20683Q61.546875 68.20683 60.734375 67.36308Q59.9375 66.51933 59.9375 65.00371Q59.9375 63.441208 60.75 62.581833Q61.5625 61.706833 62.84375 61.706833Q64.09375 61.706833 64.875 62.550583Q65.671875 63.394333 65.671875 64.94121Q65.671875 65.03496 65.671875 65.22246L61.03125 65.22246Q61.09375 66.25371 61.609375 66.80058Q62.125 67.33183 62.90625 67.33183Q63.484375 67.33183 63.890625 67.03496Q64.3125 66.72246 64.546875 66.06621ZM61.09375 64.36308L64.5625 64.36308Q64.5 63.566208 64.171875 63.175583Q63.65625 62.566208 62.859375 62.566208Q62.125 62.566208 61.625 63.050583Q61.140625 63.534958 61.09375 64.36308ZM70.296875 70.45683L70.296875 61.847458L71.25 61.847458L71.25 62.644333Q71.59375 62.175583 72.015625 61.941208Q72.453125 61.706833 73.0625 61.706833Q73.859375 61.706833 74.46875 62.113083Q75.078125 62.519333 75.375 63.269333Q75.6875 64.01933 75.6875 64.90996Q75.6875 65.86308 75.34375 66.62871Q75.015625 67.39433 74.359375 67.80058Q73.703125 68.20683 72.984375 68.20683Q72.453125 68.20683 72.03125 67.98808Q71.609375 67.75371 71.34375 67.42558L71.34375 70.45683L70.296875 70.45683ZM71.25 64.98808Q71.25 66.19121 71.734375 66.76933Q72.21875 67.33183 72.90625 67.33183Q73.609375 67.33183 74.109375 66.73808Q74.609375 66.14433 74.609375 64.89433Q74.609375 63.706833 74.125 63.128708Q73.640625 62.534958 72.953125 62.534958Q72.28125 62.534958 71.765625 63.159958Q71.25 63.784958 71.25 64.98808ZM81.546875 66.06621L82.640625 66.19121Q82.390625 67.14433 81.6875 67.67558Q80.984375 68.20683 79.90625 68.20683Q78.546875 68.20683 77.734375 67.36308Q76.9375 66.51933 76.9375 65.00371Q76.9375 63.441208 77.75 62.581833Q78.5625 61.706833 79.84375 61.706833Q81.09375 61.706833 81.875 62.550583Q82.671875 63.394333 82.671875 64.94121Q82.671875 65.03496 82.671875 65.22246L78.03125 65.22246Q78.09375 66.25371 78.609375 66.80058Q79.125 67.33183 79.90625 67.33183Q80.484375 67.33183 80.890625 67.03496Q81.3125 66.72246 81.546875 66.06621ZM78.09375 64.36308L81.5625 64.36308Q81.5 63.566208 81.171875 63.175583Q80.65625 62.566208 79.859375 62.566208Q79.125 62.566208 78.625 63.050583Q78.140625 63.534958 78.09375 64.36308ZM84.28125 68.06621L84.28125 61.847458L85.234375 61.847458L85.234375 62.784958Q85.59375 62.128708 85.890625 61.925583Q86.203125 61.706833 86.578125 61.706833Q87.109375 61.706833 87.65625 62.034958L87.296875 63.019333Q86.90625 62.784958 86.53125 62.784958Q86.171875 62.784958 85.890625 63.003708Q85.625 63.206833 85.515625 63.581833Q85.328125 64.14433 85.328125 64.80058L85.328125 68.06621L84.28125 68.06621ZM92.359375 65.78496L93.390625 65.92558Q93.21875 66.98808 92.515625 67.59746Q91.8125 68.20683 90.796875 68.20683Q89.515625 68.20683 88.734375 67.37871Q87.96875 66.53496 87.96875 64.97246Q87.96875 63.972458 88.296875 63.222458Q88.640625 62.456833 89.3125 62.081833Q90.0 61.706833 90.8125 61.706833Q91.8125 61.706833 92.453125 62.222458Q93.109375 62.722458 93.296875 63.675583L92.265625 63.831833Q92.125 63.206833 91.75 62.894333Q91.375 62.566208 90.84375 62.566208Q90.046875 62.566208 89.546875 63.144333Q89.046875 63.706833 89.046875 64.94121Q89.046875 66.20683 89.53125 66.76933Q90.015625 67.33183 90.78125 67.33183Q91.40625 67.33183 91.8125 66.95683Q92.234375 66.58183 92.359375 65.78496ZM98.546875 66.06621L99.640625 66.19121Q99.390625 67.14433 98.6875 67.67558Q97.984375 68.20683 96.90625 68.20683Q95.546875 68.20683 94.734375 67.36308Q93.9375 66.51933 93.9375 65.00371Q93.9375 63.441208 94.75 62.581833Q95.5625 61.706833 96.84375 61.706833Q98.09375 61.706833 98.875 62.550583Q99.671875 63.394333 99.671875 64.94121Q99.671875 65.03496 99.671875 65.22246L95.03125 65.22246Q95.09375 66.25371 95.609375 66.80058Q96.125 67.33183 96.90625 67.33183Q97.484375 67.33183 97.890625 67.03496Q98.3125 66.72246 98.546875 66.06621ZM95.09375 64.36308L98.5625 64.36308Q98.5 63.566208 98.171875 63.175583Q97.65625 62.566208 96.859375 62.566208Q96.125 62.566208 95.625 63.050583Q95.140625 63.534958 95.09375 64.36308ZM101.296875 70.45683L101.296875 61.847458L102.25 61.847458L102.25 62.644333Q102.59375 62.175583 103.015625 61.941208Q103.453125 61.706833 104.0625 61.706833Q104.859375 61.706833 105.46875 62.113083Q106.078125 62.519333 106.375 63.269333Q106.6875 64.01933 106.6875 64.90996Q106.6875 65.86308 106.34375 66.62871Q106.015625 67.39433 105.359375 67.80058Q104.703125 68.20683 103.984375 68.20683Q103.453125 68.20683 103.03125 67.98808Q102.609375 67.75371 102.34375 67.42558L102.34375 70.45683L101.296875 70.45683ZM102.25 64.98808Q102.25 66.19121 102.734375 66.76933Q103.21875 67.33183 103.90625 67.33183Q104.609375 67.33183 105.109375 66.73808Q105.609375 66.14433 105.609375 64.89433Q105.609375 63.706833 105.125 63.128708Q104.640625 62.534958 103.953125 62.534958Q103.28125 62.534958 102.765625 63.159958Q102.25 63.784958 102.25 64.98808ZM110.59375 67.12871L110.75 68.05058Q110.296875 68.14433 109.953125 68.14433Q109.375 68.14433 109.0625 67.97246Q108.75 67.78496 108.609375 67.48808Q108.484375 67.19121 108.484375 66.23808L108.484375 62.659958L107.71875 62.659958L107.71875 61.847458L108.484375 61.847458L108.484375 60.300583L109.53125 59.675583L109.53125 61.847458L110.59375 61.847458L110.59375 62.659958L109.53125 62.659958L109.53125 66.30058Q109.53125 66.75371 109.578125 66.87871Q109.640625 67.00371 109.765625 67.08183Q109.890625 67.15996 110.125 67.15996Q110.3125 67.15996 110.59375 67.12871ZM111.296875 60.691208L111.296875 59.472458L112.359375 59.472458L112.359375 60.691208L111.296875 60.691208ZM111.296875 68.06621L111.296875 61.847458L112.359375 61.847458L112.359375 68.06621L111.296875 68.06621ZM113.90625 64.95683Q113.90625 63.222458 114.859375 62.394333Q115.65625 61.706833 116.8125 61.706833Q118.09375 61.706833 118.90625 62.550583Q119.734375 63.378708 119.734375 64.86308Q119.734375 66.06621 119.375 66.75371Q119.015625 67.44121 118.3125 67.83183Q117.625 68.20683 116.8125 68.20683Q115.515625 68.20683 114.703125 67.37871Q113.90625 66.53496 113.90625 64.95683ZM114.984375 64.95683Q114.984375 66.14433 115.5 66.73808Q116.03125 67.33183 116.8125 67.33183Q117.609375 67.33183 118.125 66.73808Q118.640625 66.14433 118.640625 64.92558Q118.640625 63.769333 118.109375 63.175583Q117.59375 62.581833 116.8125 62.581833Q116.03125 62.581833 115.5 63.175583Q114.984375 63.753708 114.984375 64.95683ZM121.296875 68.06621L121.296875 61.847458L122.234375 61.847458L122.234375 62.722458Q122.921875 61.706833 124.21875 61.706833Q124.78125 61.706833 125.25 61.909958Q125.734375 62.113083 125.96875 62.441208Q126.203125 62.769333 126.296875 63.206833Q126.34375 63.503708 126.34375 64.23808L126.34375 68.06621L125.296875 68.06621L125.296875 64.28496Q125.296875 63.628708 125.171875 63.316208Q125.046875 63.003708 124.734375 62.816208Q124.421875 62.613083 124.0 62.613083Q123.328125 62.613083 122.828125 63.050583Q122.34375 63.472458 122.34375 64.65996L122.34375 68.06621L121.296875 68.06621ZM130.90625 64.95683Q130.90625 63.222458 131.85938 62.394333Q132.65625 61.706833 133.8125 61.706833Q135.09375 61.706833 135.90625 62.550583Q136.73438 63.378708 136.73438 64.86308Q136.73438 66.06621 136.375 66.75371Q136.01562 67.44121 135.3125 67.83183Q134.625 68.20683 133.8125 68.20683Q132.51562 68.20683 131.70312 67.37871Q130.90625 66.53496 130.90625 64.95683ZM131.98438 64.95683Q131.98438 66.14433 132.5 66.73808Q133.03125 67.33183 133.8125 67.33183Q134.60938 67.33183 135.125 66.73808Q135.64062 66.14433 135.64062 64.92558Q135.64062 63.769333 135.10938 63.175583Q134.59375 62.581833 133.8125 62.581833Q133.03125 62.581833 132.5 63.175583Q131.98438 63.753708 131.98438 64.95683ZM138.54688 68.06621L138.54688 62.659958L137.60938 62.659958L137.60938 61.847458L138.54688 61.847458L138.54688 61.175583Q138.54688 60.550583 138.65625 60.253708Q138.8125 59.831833 139.1875 59.581833Q139.57812 59.331833 140.26562 59.331833Q140.71875 59.331833 141.25 59.441208L141.09375 60.347458Q140.76562 60.300583 140.46875 60.300583Q139.98438 60.300583 139.78125 60.503708Q139.59375 60.706833 139.59375 61.269333L139.59375 61.847458L140.8125 61.847458L140.8125 62.659958L139.59375 62.659958L139.59375 68.06621L138.54688 68.06621Z" fill-rule="nonzero"/><path fill="#666666" d="M110.546875 80.06621L111.640625 80.19121Q111.390625 81.14433 110.6875 81.67558Q109.984375 82.20683 108.90625 82.20683Q107.546875 82.20683 106.734375 81.36308Q105.9375 80.51933 105.9375 79.00371Q105.9375 77.44121 106.75 76.58183Q107.5625 75.70683 108.84375 75.70683Q110.09375 75.70683 110.875 76.55058Q111.671875 77.39433 111.671875 78.94121Q111.671875 79.03496 111.671875 79.22246L107.03125 79.22246Q107.09375 80.25371 107.609375 80.80058Q108.125 81.33183 108.90625 81.33183Q109.484375 81.33183 109.890625 81.03496Q110.3125 80.72246 110.546875 80.06621ZM107.09375 78.36308L110.5625 78.36308Q110.5 77.56621 110.171875 77.17558Q109.65625 76.56621 108.859375 76.56621Q108.125 76.56621 107.625 77.05058Q107.140625 77.53496 107.09375 78.36308ZM113.265625 82.06621L113.265625 73.47246L114.328125 73.47246L114.328125 82.06621L113.265625 82.06621ZM116.296875 74.69121L116.296875 73.47246L117.359375 73.47246L117.359375 74.69121L116.296875 74.69121ZM116.296875 82.06621L116.296875 75.84746L117.359375 75.84746L117.359375 82.06621L116.296875 82.06621ZM121.59375 81.12871L121.75 82.05058Q121.296875 82.14433 120.953125 82.14433Q120.375 82.14433 120.0625 81.97246Q119.75 81.78496 119.609375 81.48808Q119.484375 81.19121 119.484375 80.23808L119.484375 76.65996L118.71875 76.65996L118.71875 75.84746L119.484375 75.84746L119.484375 74.30058L120.53125 73.67558L120.53125 75.84746L121.59375 75.84746L121.59375 76.65996L120.53125 76.65996L120.53125 80.30058Q120.53125 80.75371 120.578125 80.87871Q120.640625 81.00371 120.765625 81.08183Q120.890625 81.15996 121.125 81.15996Q121.3125 81.15996 121.59375 81.12871ZM122.296875 74.69121L122.296875 73.47246L123.359375 73.47246L123.359375 74.69121L122.296875 74.69121ZM122.296875 82.06621L122.296875 75.84746L123.359375 75.84746L123.359375 82.06621L122.296875 82.06621ZM124.875 80.20683L125.90625 80.05058Q126.0 80.67558 126.390625 81.00371Q126.796875 81.33183 127.53125 81.33183Q128.25 81.33183 128.59375 81.05058Q128.95312 80.75371 128.95312 80.34746Q128.95312 79.98808 128.64062 79.78496Q128.42188 79.64433 127.5625 79.42558Q126.40625 79.12871 125.953125 78.92558Q125.515625 78.70683 125.28125 78.33183Q125.046875 77.95683 125.046875 77.48808Q125.046875 77.08183 125.234375 76.72246Q125.421875 76.36308 125.75 76.12871Q126.0 75.95683 126.421875 75.83183Q126.84375 75.70683 127.34375 75.70683Q128.0625 75.70683 128.60938 75.92558Q129.17188 76.12871 129.4375 76.48808Q129.70312 76.84746 129.79688 77.44121L128.76562 77.58183Q128.70312 77.11308 128.35938 76.84746Q128.03125 76.56621 127.40625 76.56621Q126.6875 76.56621 126.375 76.81621Q126.0625 77.05058 126.0625 77.37871Q126.0625 77.58183 126.1875 77.73808Q126.328125 77.90996 126.59375 78.01933Q126.75 78.08183 127.53125 78.28496Q128.65625 78.59746 129.09375 78.78496Q129.53125 78.97246 129.78125 79.33183Q130.03125 79.69121 130.03125 80.23808Q130.03125 80.76933 129.71875 81.23808Q129.42188 81.69121 128.84375 81.95683Q128.26562 82.20683 127.53125 82.20683Q126.3125 82.20683 125.671875 81.70683Q125.046875 81.19121 124.875 80.20683ZM131.29688 82.06621L131.29688 75.84746L132.23438 75.84746L132.23438 76.72246Q132.53125 76.25371 133.01562 75.98808Q133.5 75.70683 134.125 75.70683Q134.8125 75.70683 135.25 75.98808Q135.70312 76.26933 135.875 76.78496Q136.625 75.70683 137.79688 75.70683Q138.73438 75.70683 139.21875 76.22246Q139.71875 76.72246 139.71875 77.80058L139.71875 82.06621L138.67188 82.06621L138.67188 78.14433Q138.67188 77.51933 138.5625 77.23808Q138.46875 76.95683 138.20312 76.78496Q137.9375 76.61308 137.5625 76.61308Q136.90625 76.61308 136.46875 77.05058Q136.04688 77.48808 136.04688 78.45683L136.04688 82.06621L134.98438 82.06621L134.98438 78.01933Q134.98438 77.31621 134.71875 76.97246Q134.46875 76.61308 133.89062 76.61308Q133.4375 76.61308 133.0625 76.84746Q132.6875 77.08183 132.51562 77.53496Q132.34375 77.98808 132.34375 78.83183L132.34375 82.06621L131.29688 82.06621Z" fill-rule="nonzero"/><path fill="#666666" d="M20.625 107.80973L20.625 99.21598L21.75 99.21598L21.75 107.80973L20.625 107.80973ZM23.296875 107.80973L23.296875 101.59098L24.234375 101.59098L24.234375 102.46598Q24.921875 101.450356 26.21875 101.450356Q26.78125 101.450356 27.25 101.65348Q27.734375 101.856606 27.96875 102.18473Q28.203125 102.512856 28.296875 102.950356Q28.34375 103.24723 28.34375 103.981606L28.34375 107.80973L27.296875 107.80973L27.296875 104.02848Q27.296875 103.37223 27.171875 103.05973Q27.046875 102.74723 26.734375 102.55973Q26.421875 102.356606 26.0 102.356606Q25.328125 102.356606 24.828125 102.794106Q24.34375 103.21598 24.34375 104.40348L24.34375 107.80973L23.296875 107.80973ZM34.359375 105.52848L35.390625 105.669106Q35.21875 106.731606 34.515625 107.34098Q33.8125 107.950356 32.796875 107.950356Q31.515625 107.950356 30.734375 107.12223Q29.96875 106.27848 29.96875 104.71598Q29.96875 103.71598 30.296875 102.96598Q30.640625 102.200356 31.3125 101.825356Q32.0 101.450356 32.8125 101.450356Q33.8125 101.450356 34.453125 101.96598Q35.109375 102.46598 35.296875 103.419106L34.265625 103.575356Q34.125 102.950356 33.75 102.637856Q33.375 102.30973 32.84375 102.30973Q32.046875 102.30973 31.546875 102.887856Q31.046875 103.450356 31.046875 104.68473Q31.046875 105.950356 31.53125 106.512856Q32.015625 107.075356 32.78125 107.075356Q33.40625 107.075356 33.8125 106.700356Q34.234375 106.325356 34.359375 105.52848ZM36.28125 107.80973L36.28125 101.59098L37.234375 101.59098L37.234375 102.52848Q37.59375 101.87223 37.890625 101.669106Q38.203125 101.450356 38.578125 101.450356Q39.109375 101.450356 39.65625 101.77848L39.296875 102.762856Q38.90625 102.52848 38.53125 102.52848Q38.171875 102.52848 37.890625 102.74723Q37.625 102.950356 37.515625 103.325356Q37.328125 103.887856 37.328125 104.544106L37.328125 107.80973L36.28125 107.80973ZM44.546875 105.80973L45.640625 105.93473Q45.390625 106.887856 44.6875 107.419106Q43.984375 107.950356 42.90625 107.950356Q41.546875 107.950356 40.734375 107.106606Q39.9375 106.262856 39.9375 104.74723Q39.9375 103.18473 40.75 102.325356Q41.5625 101.450356 42.84375 101.450356Q44.09375 101.450356 44.875 102.294106Q45.671875 103.137856 45.671875 104.68473Q45.671875 104.77848 45.671875 104.96598L41.03125 104.96598Q41.09375 105.99723 41.609375 106.544106Q42.125 107.075356 42.90625 107.075356Q43.484375 107.075356 43.890625 106.77848Q44.3125 106.46598 44.546875 105.80973ZM41.09375 104.106606L44.5625 104.106606Q44.5 103.30973 44.171875 102.919106Q43.65625 102.30973 42.859375 102.30973Q42.125 102.30973 41.625 102.794106Q41.140625 103.27848 41.09375 104.106606ZM51.359375 107.044106Q50.765625 107.544106 50.21875 107.74723Q49.6875 107.950356 49.0625 107.950356Q48.03125 107.950356 47.484375 107.450356Q46.9375 106.950356 46.9375 106.169106Q46.9375 105.71598 47.140625 105.34098Q47.34375 104.950356 47.6875 104.731606Q48.03125 104.49723 48.453125 104.387856Q48.75 104.294106 49.390625 104.21598Q50.65625 104.075356 51.265625 103.856606Q51.265625 103.637856 51.265625 103.59098Q51.265625 102.93473 50.96875 102.669106Q50.5625 102.325356 49.765625 102.325356Q49.03125 102.325356 48.671875 102.59098Q48.3125 102.84098 48.140625 103.49723L47.109375 103.356606Q47.25 102.700356 47.578125 102.294106Q47.90625 101.887856 48.515625 101.669106Q49.125 101.450356 49.921875 101.450356Q50.71875 101.450356 51.21875 101.637856Q51.71875 101.825356 51.953125 102.106606Q52.1875 102.387856 52.28125 102.825356Q52.328125 103.09098 52.328125 103.794106L52.328125 105.200356Q52.328125 106.669106 52.390625 107.05973Q52.46875 107.450356 52.671875 107.80973L51.5625 107.80973Q51.40625 107.481606 51.359375 107.044106ZM51.265625 104.68473Q50.6875 104.919106 49.546875 105.09098Q48.890625 105.18473 48.625 105.30973Q48.359375 105.419106 48.203125 105.637856Q48.0625 105.856606 48.0625 106.137856Q48.0625 106.55973 48.375 106.84098Q48.703125 107.12223 49.3125 107.12223Q49.921875 107.12223 50.390625 106.856606Q50.875 106.59098 51.09375 106.12223Q51.265625 105.762856 51.265625 105.075356L51.265625 104.68473ZM53.875 105.950356L54.90625 105.794106Q55.0 106.419106 55.390625 106.74723Q55.796875 107.075356 56.53125 107.075356Q57.25 107.075356 57.59375 106.794106Q57.953125 106.49723 57.953125 106.09098Q57.953125 105.731606 57.640625 105.52848Q57.421875 105.387856 56.5625 105.169106Q55.40625 104.87223 54.953125 104.669106Q54.515625 104.450356 54.28125 104.075356Q54.046875 103.700356 54.046875 103.231606Q54.046875 102.825356 54.234375 102.46598Q54.421875 102.106606 54.75 101.87223Q55.0 101.700356 55.421875 101.575356Q55.84375 101.450356 56.34375 101.450356Q57.0625 101.450356 57.609375 101.669106Q58.171875 101.87223 58.4375 102.231606Q58.703125 102.59098 58.796875 103.18473L57.765625 103.325356Q57.703125 102.856606 57.359375 102.59098Q57.03125 102.30973 56.40625 102.30973Q55.6875 102.30973 55.375 102.55973Q55.0625 102.794106 55.0625 103.12223Q55.0625 103.325356 55.1875 103.481606Q55.328125 103.65348 55.59375 103.762856Q55.75 103.825356 56.53125 104.02848Q57.65625 104.34098 58.09375 104.52848Q58.53125 104.71598 58.78125 105.075356Q59.03125 105.43473 59.03125 105.981606Q59.03125 106.512856 58.71875 106.981606Q58.421875 107.43473 57.84375 107.700356Q57.265625 107.950356 56.53125 107.950356Q55.3125 107.950356 54.671875 107.450356Q54.046875 106.93473 53.875 105.950356ZM64.546875 105.80973L65.640625 105.93473Q65.390625 106.887856 64.6875 107.419106Q63.984375 107.950356 62.90625 107.950356Q61.546875 107.950356 60.734375 107.106606Q59.9375 106.262856 59.9375 104.74723Q59.9375 103.18473 60.75 102.325356Q61.5625 101.450356 62.84375 101.450356Q64.09375 101.450356 64.875 102.294106Q65.671875 103.137856 65.671875 104.68473Q65.671875 104.77848 65.671875 104.96598L61.03125 104.96598Q61.09375 105.99723 61.609375 106.544106Q62.125 107.075356 62.90625 107.075356Q63.484375 107.075356 63.890625 106.77848Q64.3125 106.46598 64.546875 105.80973ZM61.09375 104.106606L64.5625 104.106606Q64.5 103.30973 64.171875 102.919106Q63.65625 102.30973 62.859375 102.30973Q62.125 102.30973 61.625 102.794106Q61.140625 103.27848 61.09375 104.106606ZM72.59375 106.87223L72.75 107.794106Q72.296875 107.887856 71.953125 107.887856Q71.375 107.887856 71.0625 107.71598Q70.75 107.52848 70.609375 107.231606Q70.484375 106.93473 70.484375 105.981606L70.484375 102.40348L69.71875 102.40348L69.71875 101.59098L70.484375 101.59098L70.484375 100.044106L71.53125 99.419106L71.53125 101.59098L72.59375 101.59098L72.59375 102.40348L71.53125 102.40348L71.53125 106.044106Q71.53125 106.49723 71.578125 106.62223Q71.640625 106.74723 71.765625 106.825356Q71.890625 106.90348 72.125 106.90348Q72.3125 106.90348 72.59375 106.87223ZM73.28125 107.80973L73.28125 101.59098L74.234375 101.59098L74.234375 102.52848Q74.59375 101.87223 74.890625 101.669106Q75.203125 101.450356 75.578125 101.450356Q76.109375 101.450356 76.65625 101.77848L76.296875 102.762856Q75.90625 102.52848 75.53125 102.52848Q75.171875 102.52848 74.890625 102.74723Q74.625 102.950356 74.515625 103.325356Q74.328125 103.887856 74.328125 104.544106L74.328125 107.80973L73.28125 107.80973ZM81.359375 107.044106Q80.765625 107.544106 80.21875 107.74723Q79.6875 107.950356 79.0625 107.950356Q78.03125 107.950356 77.484375 107.450356Q76.9375 106.950356 76.9375 106.169106Q76.9375 105.71598 77.140625 105.34098Q77.34375 104.950356 77.6875 104.731606Q78.03125 104.49723 78.453125 104.387856Q78.75 104.294106 79.390625 104.21598Q80.65625 104.075356 81.265625 103.856606Q81.265625 103.637856 81.265625 103.59098Q81.265625 102.93473 80.96875 102.669106Q80.5625 102.325356 79.765625 102.325356Q79.03125 102.325356 78.671875 102.59098Q78.3125 102.84098 78.140625 103.49723L77.109375 103.356606Q77.25 102.700356 77.578125 102.294106Q77.90625 101.887856 78.515625 101.669106Q79.125 101.450356 79.921875 101.450356Q80.71875 101.450356 81.21875 101.637856Q81.71875 101.825356 81.953125 102.106606Q82.1875 102.387856 82.28125 102.825356Q82.328125 103.09098 82.328125 103.794106L82.328125 105.200356Q82.328125 106.669106 82.390625 107.05973Q82.46875 107.450356 82.671875 107.80973L81.5625 107.80973Q81.40625 107.481606 81.359375 107.044106ZM81.265625 104.68473Q80.6875 104.919106 79.546875 105.09098Q78.890625 105.18473 78.625 105.30973Q78.359375 105.419106 78.203125 105.637856Q78.0625 105.856606 78.0625 106.137856Q78.0625 106.55973 78.375 106.84098Q78.703125 107.12223 79.3125 107.12223Q79.921875 107.12223 80.390625 106.856606Q80.875 106.59098 81.09375 106.12223Q81.265625 105.762856 81.265625 105.075356L81.265625 104.68473ZM84.296875 107.80973L84.296875 101.59098L85.234375 101.59098L85.234375 102.46598Q85.921875 101.450356 87.21875 101.450356Q87.78125 101.450356 88.25 101.65348Q88.734375 101.856606 88.96875 102.18473Q89.203125 102.512856 89.296875 102.950356Q89.34375 103.24723 89.34375 103.981606L89.34375 107.80973L88.296875 107.80973L88.296875 104.02848Q88.296875 103.37223 88.171875 103.05973Q88.046875 102.74723 87.734375 102.55973Q87.421875 102.356606 87.0 102.356606Q86.328125 102.356606 85.828125 102.794106Q85.34375 103.21598 85.34375 104.40348L85.34375 107.80973L84.296875 107.80973ZM90.875 105.950356L91.90625 105.794106Q92.0 106.419106 92.390625 106.74723Q92.796875 107.075356 93.53125 107.075356Q94.25 107.075356 94.59375 106.794106Q94.953125 106.49723 94.953125 106.09098Q94.953125 105.731606 94.640625 105.52848Q94.421875 105.387856 93.5625 105.169106Q92.40625 104.87223 91.953125 104.669106Q91.515625 104.450356 91.28125 104.075356Q91.046875 103.700356 91.046875 103.231606Q91.046875 102.825356 91.234375 102.46598Q91.421875 102.106606 91.75 101.87223Q92.0 101.700356 92.421875 101.575356Q92.84375 101.450356 93.34375 101.450356Q94.0625 101.450356 94.609375 101.669106Q95.171875 101.87223 95.4375 102.231606Q95.703125 102.59098 95.796875 103.18473L94.765625 103.325356Q94.703125 102.856606 94.359375 102.59098Q94.03125 102.30973 93.40625 102.30973Q92.6875 102.30973 92.375 102.55973Q92.0625 102.794106 92.0625 103.12223Q92.0625 103.325356 92.1875 103.481606Q92.328125 103.65348 92.59375 103.762856Q92.75 103.825356 93.53125 104.02848Q94.65625 104.34098 95.09375 104.52848Q95.53125 104.71598 95.78125 105.075356Q96.03125 105.43473 96.03125 105.981606Q96.03125 106.512856 95.71875 106.981606Q95.421875 107.43473 94.84375 107.700356Q94.265625 107.950356 93.53125 107.950356Q92.3125 107.950356 91.671875 107.450356Q91.046875 106.93473 90.875 105.950356ZM97.296875 110.200356L97.296875 101.59098L98.25 101.59098L98.25 102.387856Q98.59375 101.919106 99.015625 101.68473Q99.453125 101.450356 100.0625 101.450356Q100.859375 101.450356 101.46875 101.856606Q102.078125 102.262856 102.375 103.012856Q102.6875 103.762856 102.6875 104.65348Q102.6875 105.606606 102.34375 106.37223Q102.015625 107.137856 101.359375 107.544106Q100.703125 107.950356 99.984375 107.950356Q99.453125 107.950356 99.03125 107.731606Q98.609375 107.49723 98.34375 107.169106L98.34375 110.200356L97.296875 110.200356ZM98.25 104.731606Q98.25 105.93473 98.734375 106.512856Q99.21875 107.075356 99.90625 107.075356Q100.609375 107.075356 101.109375 106.481606Q101.609375 105.887856 101.609375 104.637856Q101.609375 103.450356 101.125 102.87223Q100.640625 102.27848 99.953125 102.27848Q99.28125 102.27848 98.765625 102.90348Q98.25 103.52848 98.25 104.731606ZM108.359375 107.044106Q107.765625 107.544106 107.21875 107.74723Q106.6875 107.950356 106.0625 107.950356Q105.03125 107.950356 104.484375 107.450356Q103.9375 106.950356 103.9375 106.169106Q103.9375 105.71598 104.140625 105.34098Q104.34375 104.950356 104.6875 104.731606Q105.03125 104.49723 105.453125 104.387856Q105.75 104.294106 106.390625 104.21598Q107.65625 104.075356 108.265625 103.856606Q108.265625 103.637856 108.265625 103.59098Q108.265625 102.93473 107.96875 102.669106Q107.5625 102.325356 106.765625 102.325356Q106.03125 102.325356 105.671875 102.59098Q105.3125 102.84098 105.140625 103.49723L104.109375 103.356606Q104.25 102.700356 104.578125 102.294106Q104.90625 101.887856 105.515625 101.669106Q106.125 101.450356 106.921875 101.450356Q107.71875 101.450356 108.21875 101.637856Q108.71875 101.825356 108.953125 102.106606Q109.1875 102.387856 109.28125 102.825356Q109.328125 103.09098 109.328125 103.794106L109.328125 105.200356Q109.328125 106.669106 109.390625 107.05973Q109.46875 107.450356 109.671875 107.80973L108.5625 107.80973Q108.40625 107.481606 108.359375 107.044106ZM108.265625 104.68473Q107.6875 104.919106 106.546875 105.09098Q105.890625 105.18473 105.625 105.30973Q105.359375 105.419106 105.203125 105.637856Q105.0625 105.856606 105.0625 106.137856Q105.0625 106.55973 105.375 106.84098Q105.703125 107.12223 106.3125 107.12223Q106.921875 107.12223 107.390625 106.856606Q107.875 106.59098 108.09375 106.12223Q108.265625 105.762856 108.265625 105.075356L108.265625 104.68473ZM111.28125 107.80973L111.28125 101.59098L112.234375 101.59098L112.234375 102.52848Q112.59375 101.87223 112.890625 101.669106Q113.203125 101.450356 113.578125 101.450356Q114.109375 101.450356 114.65625 101.77848L114.296875 102.762856Q113.90625 102.52848 113.53125 102.52848Q113.171875 102.52848 112.890625 102.74723Q112.625 102.950356 112.515625 103.325356Q112.328125 103.887856 112.328125 104.544106L112.328125 107.80973L111.28125 107.80973ZM119.546875 105.80973L120.640625 105.93473Q120.390625 106.887856 119.6875 107.419106Q118.984375 107.950356 117.90625 107.950356Q116.546875 107.950356 115.734375 107.106606Q114.9375 106.262856 114.9375 104.74723Q114.9375 103.18473 115.75 102.325356Q116.5625 101.450356 117.84375 101.450356Q119.09375 101.450356 119.875 102.294106Q120.671875 103.137856 120.671875 104.68473Q120.671875 104.77848 120.671875 104.96598L116.03125 104.96598Q116.09375 105.99723 116.609375 106.544106Q117.125 107.075356 117.90625 107.075356Q118.484375 107.075356 118.890625 106.77848Q119.3125 106.46598 119.546875 105.80973ZM116.09375 104.106606L119.5625 104.106606Q119.5 103.30973 119.171875 102.919106Q118.65625 102.30973 117.859375 102.30973Q117.125 102.30973 116.625 102.794106Q116.140625 103.27848 116.09375 104.106606ZM122.296875 107.80973L122.296875 101.59098L123.234375 101.59098L123.234375 102.46598Q123.921875 101.450356 125.21875 101.450356Q125.78125 101.450356 126.25 101.65348Q126.734375 101.856606 126.96875 102.18473Q127.203125 102.512856 127.296875 102.950356Q127.34375 103.24723 127.34375 103.981606L127.34375 107.80973L126.296875 107.80973L126.296875 104.02848Q126.296875 103.37223 126.171875 103.05973Q126.046875 102.74723 125.734375 102.55973Q125.421875 102.356606 125.0 102.356606Q124.328125 102.356606 123.828125 102.794106Q123.34375 103.21598 123.34375 104.40348L123.34375 107.80973L122.296875 107.80973ZM133.35938 105.52848L134.39062 105.669106Q134.21875 106.731606 133.51562 107.34098Q132.8125 107.950356 131.79688 107.950356Q130.51562 107.950356 129.73438 107.12223Q128.96875 106.27848 128.96875 104.71598Q128.96875 103.71598 129.29688 102.96598Q129.64062 102.200356 130.3125 101.825356Q131.0 101.450356 131.8125 101.450356Q132.8125 101.450356 133.45312 101.96598Q134.10938 102.46598 134.29688 103.419106L133.26562 103.575356Q133.125 102.950356 132.75 102.637856Q132.375 102.30973 131.84375 102.30973Q131.04688 102.30973 130.54688 102.887856Q130.04688 103.450356 130.04688 104.68473Q130.04688 105.950356 130.53125 106.512856Q131.01562 107.075356 131.78125 107.075356Q132.40625 107.075356 132.8125 106.700356Q133.23438 106.325356 133.35938 105.52848ZM135.25 110.200356L135.125 109.21598Q135.46875 109.30973 135.73438 109.30973Q136.07812 109.30973 136.28125 109.18473Q136.5 109.075356 136.64062 108.87223Q136.73438 108.700356 136.96875 108.075356Q136.98438 107.99723 137.0625 107.825356L134.6875 101.59098L135.82812 101.59098L137.125 105.18473Q137.375 105.87223 137.57812 106.637856Q137.76562 105.90348 138.01562 105.21598L139.34375 101.59098L140.39062 101.59098L138.03125 107.919106Q137.64062 108.93473 137.4375 109.325356Q137.15625 109.856606 136.78125 110.09098Q136.42188 110.34098 135.92188 110.34098Q135.625 110.34098 135.25 110.200356Z" fill-rule="nonzero"/><path fill="#666666" d="M45.359375 121.044106Q44.765625 121.544106 44.21875 121.74723Q43.6875 121.950356 43.0625 121.950356Q42.03125 121.950356 41.484375 121.450356Q40.9375 120.950356 40.9375 120.169106Q40.9375 119.71598 41.140625 119.34098Q41.34375 118.950356 41.6875 118.731606Q42.03125 118.49723 42.453125 118.387856Q42.75 118.294106 43.390625 118.21598Q44.65625 118.075356 45.265625 117.856606Q45.265625 117.637856 45.265625 117.59098Q45.265625 116.93473 44.96875 116.669106Q44.5625 116.325356 43.765625 116.325356Q43.03125 116.325356 42.671875 116.59098Q42.3125 116.84098 42.140625 117.49723L41.109375 117.356606Q41.25 116.700356 41.578125 116.294106Q41.90625 115.887856 42.515625 115.669106Q43.125 115.450356 43.921875 115.450356Q44.71875 115.450356 45.21875 115.637856Q45.71875 115.825356 45.953125 116.106606Q46.1875 116.387856 46.28125 116.825356Q46.328125 117.09098 46.328125 117.794106L46.328125 119.200356Q46.328125 120.669106 46.390625 121.05973Q46.46875 121.450356 46.671875 121.80973L45.5625 121.80973Q45.40625 121.481606 45.359375 121.044106ZM45.265625 118.68473Q44.6875 118.919106 43.546875 119.09098Q42.890625 119.18473 42.625 119.30973Q42.359375 119.419106 42.203125 119.637856Q42.0625 119.856606 42.0625 120.137856Q42.0625 120.55973 42.375 120.84098Q42.703125 121.12223 43.3125 121.12223Q43.921875 121.12223 44.390625 120.856606Q44.875 120.59098 45.09375 120.12223Q45.265625 119.762856 45.265625 119.075356L45.265625 118.68473ZM50.59375 120.87223L50.75 121.794106Q50.296875 121.887856 49.953125 121.887856Q49.375 121.887856 49.0625 121.71598Q48.75 121.52848 48.609375 121.231606Q48.484375 120.93473 48.484375 119.981606L48.484375 116.40348L47.71875 116.40348L47.71875 115.59098L48.484375 115.59098L48.484375 114.044106L49.53125 113.419106L49.53125 115.59098L50.59375 115.59098L50.59375 116.40348L49.53125 116.40348L49.53125 120.044106Q49.53125 120.49723 49.578125 120.62223Q49.640625 120.74723 49.765625 120.825356Q49.890625 120.90348 50.125 120.90348Q50.3125 120.90348 50.59375 120.87223ZM54.265625 121.80973L54.265625 113.21598L55.328125 113.21598L55.328125 121.80973L54.265625 121.80973ZM61.546875 119.80973L62.640625 119.93473Q62.390625 120.887856 61.6875 121.419106Q60.984375 121.950356 59.90625 121.950356Q58.546875 121.950356 57.734375 121.106606Q56.9375 120.262856 56.9375 118.74723Q56.9375 117.18473 57.75 116.325356Q58.5625 115.450356 59.84375 115.450356Q61.09375 115.450356 61.875 116.294106Q62.671875 117.137856 62.671875 118.68473Q62.671875 118.77848 62.671875 118.96598L58.03125 118.96598Q58.09375 119.99723 58.609375 120.544106Q59.125 121.075356 59.90625 121.075356Q60.484375 121.075356 60.890625 120.77848Q61.3125 120.46598 61.546875 119.80973ZM58.09375 118.106606L61.5625 118.106606Q61.5 117.30973 61.171875 116.919106Q60.65625 116.30973 59.859375 116.30973Q59.125 116.30973 58.625 116.794106Q58.140625 117.27848 58.09375 118.106606ZM68.359375 121.044106Q67.765625 121.544106 67.21875 121.74723Q66.6875 121.950356 66.0625 121.950356Q65.03125 121.950356 64.484375 121.450356Q63.9375 120.950356 63.9375 120.169106Q63.9375 119.71598 64.140625 119.34098Q64.34375 118.950356 64.6875 118.731606Q65.03125 118.49723 65.453125 118.387856Q65.75 118.294106 66.390625 118.21598Q67.65625 118.075356 68.265625 117.856606Q68.265625 117.637856 68.265625 117.59098Q68.265625 116.93473 67.96875 116.669106Q67.5625 116.325356 66.765625 116.325356Q66.03125 116.325356 65.671875 116.59098Q65.3125 116.84098 65.140625 117.49723L64.109375 117.356606Q64.25 116.700356 64.578125 116.294106Q64.90625 115.887856 65.515625 115.669106Q66.125 115.450356 66.921875 115.450356Q67.71875 115.450356 68.21875 115.637856Q68.71875 115.825356 68.953125 116.106606Q69.1875 116.387856 69.28125 116.825356Q69.328125 117.09098 69.328125 117.794106L69.328125 119.200356Q69.328125 120.669106 69.390625 121.05973Q69.46875 121.450356 69.671875 121.80973L68.5625 121.80973Q68.40625 121.481606 68.359375 121.044106ZM68.265625 118.68473Q67.6875 118.919106 66.546875 119.09098Q65.890625 119.18473 65.625 119.30973Q65.359375 119.419106 65.203125 119.637856Q65.0625 119.856606 65.0625 120.137856Q65.0625 120.55973 65.375 120.84098Q65.703125 121.12223 66.3125 121.12223Q66.921875 121.12223 67.390625 120.856606Q67.875 120.59098 68.09375 120.12223Q68.265625 119.762856 68.265625 119.075356L68.265625 118.68473ZM75.328125 121.80973L75.328125 121.02848Q74.734375 121.950356 73.59375 121.950356Q72.84375 121.950356 72.21875 121.544106Q71.59375 121.12223 71.25 120.387856Q70.90625 119.65348 70.90625 118.700356Q70.90625 117.77848 71.21875 117.012856Q71.53125 116.24723 72.15625 115.856606Q72.78125 115.450356 73.546875 115.450356Q74.109375 115.450356 74.546875 115.68473Q74.984375 115.919106 75.265625 116.294106L75.265625 113.21598L76.3125 113.21598L76.3125 121.80973L75.328125 121.80973ZM72.0 118.700356Q72.0 119.90348 72.5 120.49723Q73.0 121.075356 73.6875 121.075356Q74.375 121.075356 74.859375 120.512856Q75.34375 119.950356 75.34375 118.794106Q75.34375 117.512856 74.84375 116.919106Q74.359375 116.325356 73.640625 116.325356Q72.9375 116.325356 72.46875 116.90348Q72.0 117.46598 72.0 118.700356ZM82.546875 119.80973L83.640625 119.93473Q83.390625 120.887856 82.6875 121.419106Q81.984375 121.950356 80.90625 121.950356Q79.546875 121.950356 78.734375 121.106606Q77.9375 120.262856 77.9375 118.74723Q77.9375 117.18473 78.75 116.325356Q79.5625 115.450356 80.84375 115.450356Q82.09375 115.450356 82.875 116.294106Q83.671875 117.137856 83.671875 118.68473Q83.671875 118.77848 83.671875 118.96598L79.03125 118.96598Q79.09375 119.99723 79.609375 120.544106Q80.125 121.075356 80.90625 121.075356Q81.484375 121.075356 81.890625 120.77848Q82.3125 120.46598 82.546875 119.80973ZM79.09375 118.106606L82.5625 118.106606Q82.5 117.30973 82.171875 116.919106Q81.65625 116.30973 80.859375 116.30973Q80.125 116.30973 79.625 116.794106Q79.140625 117.27848 79.09375 118.106606ZM85.28125 121.80973L85.28125 115.59098L86.234375 115.59098L86.234375 116.52848Q86.59375 115.87223 86.890625 115.669106Q87.203125 115.450356 87.578125 115.450356Q88.109375 115.450356 88.65625 115.77848L88.296875 116.762856Q87.90625 116.52848 87.53125 116.52848Q87.171875 116.52848 86.890625 116.74723Q86.625 116.950356 86.515625 117.325356Q86.328125 117.887856 86.328125 118.544106L86.328125 121.80973L85.28125 121.80973ZM88.875 119.950356L89.90625 119.794106Q90.0 120.419106 90.390625 120.74723Q90.796875 121.075356 91.53125 121.075356Q92.25 121.075356 92.59375 120.794106Q92.953125 120.49723 92.953125 120.09098Q92.953125 119.731606 92.640625 119.52848Q92.421875 119.387856 91.5625 119.169106Q90.40625 118.87223 89.953125 118.669106Q89.515625 118.450356 89.28125 118.075356Q89.046875 117.700356 89.046875 117.231606Q89.046875 116.825356 89.234375 116.46598Q89.421875 116.106606 89.75 115.87223Q90.0 115.700356 90.421875 115.575356Q90.84375 115.450356 91.34375 115.450356Q92.0625 115.450356 92.609375 115.669106Q93.171875 115.87223 93.4375 116.231606Q93.703125 116.59098 93.796875 117.18473L92.765625 117.325356Q92.703125 116.856606 92.359375 116.59098Q92.03125 116.30973 91.40625 116.30973Q90.6875 116.30973 90.375 116.55973Q90.0625 116.794106 90.0625 117.12223Q90.0625 117.325356 90.1875 117.481606Q90.328125 117.65348 90.59375 117.762856Q90.75 117.825356 91.53125 118.02848Q92.65625 118.34098 93.09375 118.52848Q93.53125 118.71598 93.78125 119.075356Q94.03125 119.43473 94.03125 119.981606Q94.03125 120.512856 93.71875 120.981606Q93.421875 121.43473 92.84375 121.700356Q92.265625 121.950356 91.53125 121.950356Q90.3125 121.950356 89.671875 121.450356Q89.046875 120.93473 88.875 119.950356ZM95.296875 121.80973L95.296875 113.21598L96.34375 113.21598L96.34375 116.294106Q97.078125 115.450356 98.203125 115.450356Q98.90625 115.450356 99.40625 115.731606Q99.921875 115.99723 100.140625 116.481606Q100.359375 116.950356 100.359375 117.87223L100.359375 121.80973L99.3125 121.80973L99.3125 117.87223Q99.3125 117.075356 98.96875 116.71598Q98.625 116.356606 98.0 116.356606Q97.53125 116.356606 97.109375 116.606606Q96.703125 116.84098 96.515625 117.262856Q96.34375 117.669106 96.34375 118.40348L96.34375 121.80973L95.296875 121.80973ZM102.296875 114.43473L102.296875 113.21598L103.359375 113.21598L103.359375 114.43473L102.296875 114.43473ZM102.296875 121.80973L102.296875 115.59098L103.359375 115.59098L103.359375 121.80973L102.296875 121.80973ZM105.296875 124.200356L105.296875 115.59098L106.25 115.59098L106.25 116.387856Q106.59375 115.919106 107.015625 115.68473Q107.453125 115.450356 108.0625 115.450356Q108.859375 115.450356 109.46875 115.856606Q110.078125 116.262856 110.375 117.012856Q110.6875 117.762856 110.6875 118.65348Q110.6875 119.606606 110.34375 120.37223Q110.015625 121.137856 109.359375 121.544106Q108.703125 121.950356 107.984375 121.950356Q107.453125 121.950356 107.03125 121.731606Q106.609375 121.49723 106.34375 121.169106L106.34375 124.200356L105.296875 124.200356ZM106.25 118.731606Q106.25 119.93473 106.734375 120.512856Q107.21875 121.075356 107.90625 121.075356Q108.609375 121.075356 109.109375 120.481606Q109.609375 119.887856 109.609375 118.637856Q109.609375 117.450356 109.125 116.87223Q108.640625 116.27848 107.953125 116.27848Q107.28125 116.27848 106.765625 116.90348Q106.25 117.52848 106.25 118.731606ZM115.265625 121.80973L115.265625 113.21598L116.328125 113.21598L116.328125 121.80973L115.265625 121.80973ZM122.546875 119.80973L123.640625 119.93473Q123.390625 120.887856 122.6875 121.419106Q121.984375 121.950356 120.90625 121.950356Q119.546875 121.950356 118.734375 121.106606Q117.9375 120.262856 117.9375 118.74723Q117.9375 117.18473 118.75 116.325356Q119.5625 115.450356 120.84375 115.450356Q122.09375 115.450356 122.875 116.294106Q123.671875 117.137856 123.671875 118.68473Q123.671875 118.77848 123.671875 118.96598L119.03125 118.96598Q119.09375 119.99723 119.609375 120.544106Q120.125 121.075356 120.90625 121.075356Q121.484375 121.075356 121.890625 120.77848Q122.3125 120.46598 122.546875 119.80973ZM119.09375 118.106606L122.5625 118.106606Q122.5 117.30973 122.171875 116.919106Q121.65625 116.30973 120.859375 116.30973Q120.125 116.30973 119.625 116.794106Q119.140625 117.27848 119.09375 118.106606ZM127.015625 121.80973L124.65625 115.59098L125.765625 115.59098L127.109375 119.30973Q127.3125 119.919106 127.5 120.55973Q127.640625 120.075356 127.890625 119.387856L129.28125 115.59098L130.35938 115.59098L128.0 121.80973L127.015625 121.80973ZM135.54688 119.80973L136.64062 119.93473Q136.39062 120.887856 135.6875 121.419106Q134.98438 121.950356 133.90625 121.950356Q132.54688 121.950356 131.73438 121.106606Q130.9375 120.262856 130.9375 118.74723Q130.9375 117.18473 131.75 116.325356Q132.5625 115.450356 133.84375 115.450356Q135.09375 115.450356 135.875 116.294106Q136.67188 117.137856 136.67188 118.68473Q136.67188 118.77848 136.67188 118.96598L132.03125 118.96598Q132.09375 119.99723 132.60938 120.544106Q133.125 121.075356 133.90625 121.075356Q134.48438 121.075356 134.89062 120.77848Q135.3125 120.46598 135.54688 119.80973ZM132.09375 118.106606L135.5625 118.106606Q135.5 117.30973 135.17188 116.919106Q134.65625 116.30973 133.85938 116.30973Q133.125 116.30973 132.625 116.794106Q132.14062 117.27848 132.09375 118.106606ZM138.26562 121.80973L138.26562 113.21598L139.32812 113.21598L139.32812 121.80973L138.26562 121.80973Z" fill-rule="nonzero"/><path fill="#666666" d="M27.625 147.55325L27.625 138.9595L28.75 138.9595L28.75 147.55325L27.625 147.55325ZM30.296875 147.55325L30.296875 141.3345L31.234375 141.3345L31.234375 142.2095Q31.921875 141.19388 33.21875 141.19388Q33.78125 141.19388 34.25 141.397Q34.734375 141.60013 34.96875 141.92825Q35.203125 142.25638 35.296875 142.69388Q35.34375 142.99075 35.34375 143.72513L35.34375 147.55325L34.296875 147.55325L34.296875 143.772Q34.296875 143.11575 34.171875 142.80325Q34.046875 142.49075 33.734375 142.30325Q33.421875 142.10013 33.0 142.10013Q32.328125 142.10013 31.828125 142.53763Q31.34375 142.9595 31.34375 144.147L31.34375 147.55325L30.296875 147.55325ZM41.359375 145.272L42.390625 145.41263Q42.21875 146.47513 41.515625 147.0845Q40.8125 147.69388 39.796875 147.69388Q38.515625 147.69388 37.734375 146.86575Q36.96875 146.022 36.96875 144.4595Q36.96875 143.4595 37.296875 142.7095Q37.640625 141.94388 38.3125 141.56888Q39.0 141.19388 39.8125 141.19388Q40.8125 141.19388 41.453125 141.7095Q42.109375 142.2095 42.296875 143.16263L41.265625 143.31888Q41.125 142.69388 40.75 142.38138Q40.375 142.05325 39.84375 142.05325Q39.046875 142.05325 38.546875 142.63138Q38.046875 143.19388 38.046875 144.42825Q38.046875 145.69388 38.53125 146.25638Q39.015625 146.81888 39.78125 146.81888Q40.40625 146.81888 40.8125 146.44388Q41.234375 146.06888 41.359375 145.272ZM43.28125 147.55325L43.28125 141.3345L44.234375 141.3345L44.234375 142.272Q44.59375 141.61575 44.890625 141.41263Q45.203125 141.19388 45.578125 141.19388Q46.109375 141.19388 46.65625 141.522L46.296875 142.50638Q45.90625 142.272 45.53125 142.272Q45.171875 142.272 44.890625 142.49075Q44.625 142.69388 44.515625 143.06888Q44.328125 143.63138 44.328125 144.28763L44.328125 147.55325L43.28125 147.55325ZM51.546875 145.55325L52.640625 145.67825Q52.390625 146.63138 51.6875 147.16263Q50.984375 147.69388 49.90625 147.69388Q48.546875 147.69388 47.734375 146.85013Q46.9375 146.00638 46.9375 144.49075Q46.9375 142.92825 47.75 142.06888Q48.5625 141.19388 49.84375 141.19388Q51.09375 141.19388 51.875 142.03763Q52.671875 142.88138 52.671875 144.42825Q52.671875 144.522 52.671875 144.7095L48.03125 144.7095Q48.09375 145.74075 48.609375 146.28763Q49.125 146.81888 49.90625 146.81888Q50.484375 146.81888 50.890625 146.522Q51.3125 146.2095 51.546875 145.55325ZM48.09375 143.85013L51.5625 143.85013Q51.5 143.05325 51.171875 142.66263Q50.65625 142.05325 49.859375 142.05325Q49.125 142.05325 48.625 142.53763Q48.140625 143.022 48.09375 143.85013ZM58.359375 146.78763Q57.765625 147.28763 57.21875 147.49075Q56.6875 147.69388 56.0625 147.69388Q55.03125 147.69388 54.484375 147.19388Q53.9375 146.69388 53.9375 145.91263Q53.9375 145.4595 54.140625 145.0845Q54.34375 144.69388 54.6875 144.47513Q55.03125 144.24075 55.453125 144.13138Q55.75 144.03763 56.390625 143.9595Q57.65625 143.81888 58.265625 143.60013Q58.265625 143.38138 58.265625 143.3345Q58.265625 142.67825 57.96875 142.41263Q57.5625 142.06888 56.765625 142.06888Q56.03125 142.06888 55.671875 142.3345Q55.3125 142.5845 55.140625 143.24075L54.109375 143.10013Q54.25 142.44388 54.578125 142.03763Q54.90625 141.63138 55.515625 141.41263Q56.125 141.19388 56.921875 141.19388Q57.71875 141.19388 58.21875 141.38138Q58.71875 141.56888 58.953125 141.85013Q59.1875 142.13138 59.28125 142.56888Q59.328125 142.8345 59.328125 143.53763L59.328125 144.94388Q59.328125 146.41263 59.390625 146.80325Q59.46875 147.19388 59.671875 147.55325L58.5625 147.55325Q58.40625 147.22513 58.359375 146.78763ZM58.265625 144.42825Q57.6875 144.66263 56.546875 144.8345Q55.890625 144.92825 55.625 145.05325Q55.359375 145.16263 55.203125 145.38138Q55.0625 145.60013 55.0625 145.88138Q55.0625 146.30325 55.375 146.5845Q55.703125 146.86575 56.3125 146.86575Q56.921875 146.86575 57.390625 146.60013Q57.875 146.3345 58.09375 145.86575Q58.265625 145.50638 58.265625 144.81888L58.265625 144.42825ZM60.875 145.69388L61.90625 145.53763Q62.0 146.16263 62.390625 146.49075Q62.796875 146.81888 63.53125 146.81888Q64.25 146.81888 64.59375 146.53763Q64.953125 146.24075 64.953125 145.8345Q64.953125 145.47513 64.640625 145.272Q64.421875 145.13138 63.5625 144.91263Q62.40625 144.61575 61.953125 144.41263Q61.515625 144.19388 61.28125 143.81888Q61.046875 143.44388 61.046875 142.97513Q61.046875 142.56888 61.234375 142.2095Q61.421875 141.85013 61.75 141.61575Q62.0 141.44388 62.421875 141.31888Q62.84375 141.19388 63.34375 141.19388Q64.0625 141.19388 64.609375 141.41263Q65.171875 141.61575 65.4375 141.97513Q65.703125 142.3345 65.796875 142.92825L64.765625 143.06888Q64.703125 142.60013 64.359375 142.3345Q64.03125 142.05325 63.40625 142.05325Q62.6875 142.05325 62.375 142.30325Q62.0625 142.53763 62.0625 142.86575Q62.0625 143.06888 62.1875 143.22513Q62.328125 143.397 62.59375 143.50638Q62.75 143.56888 63.53125 143.772Q64.65625 144.0845 65.09375 144.272Q65.53125 144.4595 65.78125 144.81888Q66.03125 145.17825 66.03125 145.72513Q66.03125 146.25638 65.71875 146.72513Q65.421875 147.17825 64.84375 147.44388Q64.265625 147.69388 63.53125 147.69388Q62.3125 147.69388 61.671875 147.19388Q61.046875 146.67825 60.875 145.69388ZM71.546875 145.55325L72.640625 145.67825Q72.390625 146.63138 71.6875 147.16263Q70.984375 147.69388 69.90625 147.69388Q68.546875 147.69388 67.734375 146.85013Q66.9375 146.00638 66.9375 144.49075Q66.9375 142.92825 67.75 142.06888Q68.5625 141.19388 69.84375 141.19388Q71.09375 141.19388 71.875 142.03763Q72.671875 142.88138 72.671875 144.42825Q72.671875 144.522 72.671875 144.7095L68.03125 144.7095Q68.09375 145.74075 68.609375 146.28763Q69.125 146.81888 69.90625 146.81888Q70.484375 146.81888 70.890625 146.522Q71.3125 146.2095 71.546875 145.55325ZM68.09375 143.85013L71.5625 143.85013Q71.5 143.05325 71.171875 142.66263Q70.65625 142.05325 69.859375 142.05325Q69.125 142.05325 68.625 142.53763Q68.140625 143.022 68.09375 143.85013ZM77.296875 140.17825L77.296875 138.9595L78.359375 138.9595L78.359375 140.17825L77.296875 140.17825ZM77.296875 147.55325L77.296875 141.3345L78.359375 141.3345L78.359375 147.55325L77.296875 147.55325ZM80.296875 147.55325L80.296875 141.3345L81.234375 141.3345L81.234375 142.2095Q81.921875 141.19388 83.21875 141.19388Q83.78125 141.19388 84.25 141.397Q84.734375 141.60013 84.96875 141.92825Q85.203125 142.25638 85.296875 142.69388Q85.34375 142.99075 85.34375 143.72513L85.34375 147.55325L84.296875 147.55325L84.296875 143.772Q84.296875 143.11575 84.171875 142.80325Q84.046875 142.49075 83.734375 142.30325Q83.421875 142.10013 83.0 142.10013Q82.328125 142.10013 81.828125 142.53763Q81.34375 142.9595 81.34375 144.147L81.34375 147.55325L80.296875 147.55325ZM89.59375 146.61575L89.75 147.53763Q89.296875 147.63138 88.953125 147.63138Q88.375 147.63138 88.0625 147.4595Q87.75 147.272 87.609375 146.97513Q87.484375 146.67825 87.484375 145.72513L87.484375 142.147L86.71875 142.147L86.71875 141.3345L87.484375 141.3345L87.484375 139.78763L88.53125 139.16263L88.53125 141.3345L89.59375 141.3345L89.59375 142.147L88.53125 142.147L88.53125 145.78763Q88.53125 146.24075 88.578125 146.36575Q88.640625 146.49075 88.765625 146.56888Q88.890625 146.647 89.125 146.647Q89.3125 146.647 89.59375 146.61575ZM90.28125 147.55325L90.28125 141.3345L91.234375 141.3345L91.234375 142.272Q91.59375 141.61575 91.890625 141.41263Q92.203125 141.19388 92.578125 141.19388Q93.109375 141.19388 93.65625 141.522L93.296875 142.50638Q92.90625 142.272 92.53125 142.272Q92.171875 142.272 91.890625 142.49075Q91.625 142.69388 91.515625 143.06888Q91.328125 143.63138 91.328125 144.28763L91.328125 147.55325L90.28125 147.55325ZM93.90625 144.44388Q93.90625 142.7095 94.859375 141.88138Q95.65625 141.19388 96.8125 141.19388Q98.09375 141.19388 98.90625 142.03763Q99.734375 142.86575 99.734375 144.35013Q99.734375 145.55325 99.375 146.24075Q99.015625 146.92825 98.3125 147.31888Q97.625 147.69388 96.8125 147.69388Q95.515625 147.69388 94.703125 146.86575Q93.90625 146.022 93.90625 144.44388ZM94.984375 144.44388Q94.984375 145.63138 95.5 146.22513Q96.03125 146.81888 96.8125 146.81888Q97.609375 146.81888 98.125 146.22513Q98.640625 145.63138 98.640625 144.41263Q98.640625 143.25638 98.109375 142.66263Q97.59375 142.06888 96.8125 142.06888Q96.03125 142.06888 95.5 142.66263Q94.984375 143.24075 94.984375 144.44388ZM105.328125 147.55325L105.328125 146.772Q104.734375 147.69388 103.59375 147.69388Q102.84375 147.69388 102.21875 147.28763Q101.59375 146.86575 101.25 146.13138Q100.90625 145.397 100.90625 144.44388Q100.90625 143.522 101.21875 142.75638Q101.53125 141.99075 102.15625 141.60013Q102.78125 141.19388 103.546875 141.19388Q104.109375 141.19388 104.546875 141.42825Q104.984375 141.66263 105.265625 142.03763L105.265625 138.9595L106.3125 138.9595L106.3125 147.55325L105.328125 147.55325ZM102.0 144.44388Q102.0 145.647 102.5 146.24075Q103.0 146.81888 103.6875 146.81888Q104.375 146.81888 104.859375 146.25638Q105.34375 145.69388 105.34375 144.53763Q105.34375 143.25638 104.84375 142.66263Q104.359375 142.06888 103.640625 142.06888Q102.9375 142.06888 102.46875 142.647Q102.0 143.2095 102.0 144.44388ZM112.375 147.55325L112.375 146.63138Q111.640625 147.69388 110.390625 147.69388Q109.84375 147.69388 109.359375 147.49075Q108.890625 147.272 108.65625 146.9595Q108.421875 146.63138 108.328125 146.16263Q108.265625 145.86575 108.265625 145.17825L108.265625 141.3345L109.328125 141.3345L109.328125 144.78763Q109.328125 145.60013 109.390625 145.897Q109.484375 146.30325 109.796875 146.55325Q110.125 146.78763 110.609375 146.78763Q111.078125 146.78763 111.484375 146.55325Q111.90625 146.30325 112.078125 145.88138Q112.265625 145.4595 112.265625 144.66263L112.265625 141.3345L113.3125 141.3345L113.3125 147.55325L112.375 147.55325ZM119.359375 145.272L120.390625 145.41263Q120.21875 146.47513 119.515625 147.0845Q118.8125 147.69388 117.796875 147.69388Q116.515625 147.69388 115.734375 146.86575Q114.96875 146.022 114.96875 144.4595Q114.96875 143.4595 115.296875 142.7095Q115.640625 141.94388 116.3125 141.56888Q117.0 141.19388 117.8125 141.19388Q118.8125 141.19388 119.453125 141.7095Q120.109375 142.2095 120.296875 143.16263L119.265625 143.31888Q119.125 142.69388 118.75 142.38138Q118.375 142.05325 117.84375 142.05325Q117.046875 142.05325 116.546875 142.63138Q116.046875 143.19388 116.046875 144.42825Q116.046875 145.69388 116.53125 146.25638Q117.015625 146.81888 117.78125 146.81888Q118.40625 146.81888 118.8125 146.44388Q119.234375 146.06888 119.359375 145.272ZM123.59375 146.61575L123.75 147.53763Q123.296875 147.63138 122.953125 147.63138Q122.375 147.63138 122.0625 147.4595Q121.75 147.272 121.609375 146.97513Q121.484375 146.67825 121.484375 145.72513L121.484375 142.147L120.71875 142.147L120.71875 141.3345L121.484375 141.3345L121.484375 139.78763L122.53125 139.16263L122.53125 141.3345L123.59375 141.3345L123.59375 142.147L122.53125 142.147L122.53125 145.78763Q122.53125 146.24075 122.578125 146.36575Q122.640625 146.49075 122.765625 146.56888Q122.890625 146.647 123.125 146.647Q123.3125 146.647 123.59375 146.61575ZM123.90625 144.44388Q123.90625 142.7095 124.859375 141.88138Q125.65625 141.19388 126.8125 141.19388Q128.09375 141.19388 128.90625 142.03763Q129.73438 142.86575 129.73438 144.35013Q129.73438 145.55325 129.375 146.24075Q129.01562 146.92825 128.3125 147.31888Q127.625 147.69388 126.8125 147.69388Q125.515625 147.69388 124.703125 146.86575Q123.90625 146.022 123.90625 144.44388ZM124.984375 144.44388Q124.984375 145.63138 125.5 146.22513Q126.03125 146.81888 126.8125 146.81888Q127.609375 146.81888 128.125 146.22513Q128.64062 145.63138 128.64062 144.41263Q128.64062 143.25638 128.10938 142.66263Q127.59375 142.06888 126.8125 142.06888Q126.03125 142.06888 125.5 142.66263Q124.984375 143.24075 124.984375 144.44388ZM131.28125 147.55325L131.28125 141.3345L132.23438 141.3345L132.23438 142.272Q132.59375 141.61575 132.89062 141.41263Q133.20312 141.19388 133.57812 141.19388Q134.10938 141.19388 134.65625 141.522L134.29688 142.50638Q133.90625 142.272 133.53125 142.272Q133.17188 142.272 132.89062 142.49075Q132.625 142.69388 132.51562 143.06888Q132.32812 143.63138 132.32812 144.28763L132.32812 147.55325L131.28125 147.55325ZM135.25 149.94388L135.125 148.9595Q135.46875 149.05325 135.73438 149.05325Q136.07812 149.05325 136.28125 148.92825Q136.5 148.81888 136.64062 148.61575Q136.73438 148.44388 136.96875 147.81888Q136.98438 147.74075 137.0625 147.56888L134.6875 141.3345L135.82812 141.3345L137.125 144.92825Q137.375 145.61575 137.57812 146.38138Q137.76562 145.647 138.01562 144.9595L139.34375 141.3345L140.39062 141.3345L138.03125 147.66263Q137.64062 148.67825 137.4375 149.06888Q137.15625 149.60013 136.78125 149.8345Q136.42188 150.0845 135.92188 150.0845Q135.625 150.0845 135.25 149.94388Z" fill-rule="nonzero"/><path fill="#666666" d="M87.28125 161.55325L87.28125 155.3345L88.234375 155.3345L88.234375 156.272Q88.59375 155.61575 88.890625 155.41263Q89.203125 155.19388 89.578125 155.19388Q90.109375 155.19388 90.65625 155.522L90.296875 156.50638Q89.90625 156.272 89.53125 156.272Q89.171875 156.272 88.890625 156.49075Q88.625 156.69388 88.515625 157.06888Q88.328125 157.63138 88.328125 158.28763L88.328125 161.55325L87.28125 161.55325ZM95.546875 159.55325L96.640625 159.67825Q96.390625 160.63138 95.6875 161.16263Q94.984375 161.69388 93.90625 161.69388Q92.546875 161.69388 91.734375 160.85013Q90.9375 160.00638 90.9375 158.49075Q90.9375 156.92825 91.75 156.06888Q92.5625 155.19388 93.84375 155.19388Q95.09375 155.19388 95.875 156.03763Q96.671875 156.88138 96.671875 158.42825Q96.671875 158.522 96.671875 158.7095L92.03125 158.7095Q92.09375 159.74075 92.609375 160.28763Q93.125 160.81888 93.90625 160.81888Q94.484375 160.81888 94.890625 160.522Q95.3125 160.2095 95.546875 159.55325ZM92.09375 157.85013L95.5625 157.85013Q95.5 157.05325 95.171875 156.66263Q94.65625 156.05325 93.859375 156.05325Q93.125 156.05325 92.625 156.53763Q92.140625 157.022 92.09375 157.85013ZM97.875 159.69388L98.90625 159.53763Q99.0 160.16263 99.390625 160.49075Q99.796875 160.81888 100.53125 160.81888Q101.25 160.81888 101.59375 160.53763Q101.953125 160.24075 101.953125 159.8345Q101.953125 159.47513 101.640625 159.272Q101.421875 159.13138 100.5625 158.91263Q99.40625 158.61575 98.953125 158.41263Q98.515625 158.19388 98.28125 157.81888Q98.046875 157.44388 98.046875 156.97513Q98.046875 156.56888 98.234375 156.2095Q98.421875 155.85013 98.75 155.61575Q99.0 155.44388 99.421875 155.31888Q99.84375 155.19388 100.34375 155.19388Q101.0625 155.19388 101.609375 155.41263Q102.171875 155.61575 102.4375 155.97513Q102.703125 156.3345 102.796875 156.92825L101.765625 157.06888Q101.703125 156.60013 101.359375 156.3345Q101.03125 156.05325 100.40625 156.05325Q99.6875 156.05325 99.375 156.30325Q99.0625 156.53763 99.0625 156.86575Q99.0625 157.06888 99.1875 157.22513Q99.328125 157.397 99.59375 157.50638Q99.75 157.56888 100.53125 157.772Q101.65625 158.0845 102.09375 158.272Q102.53125 158.4595 102.78125 158.81888Q103.03125 159.17825 103.03125 159.72513Q103.03125 160.25638 102.71875 160.72513Q102.421875 161.17825 101.84375 161.44388Q101.265625 161.69388 100.53125 161.69388Q99.3125 161.69388 98.671875 161.19388Q98.046875 160.67825 97.875 159.69388ZM103.90625 158.44388Q103.90625 156.7095 104.859375 155.88138Q105.65625 155.19388 106.8125 155.19388Q108.09375 155.19388 108.90625 156.03763Q109.734375 156.86575 109.734375 158.35013Q109.734375 159.55325 109.375 160.24075Q109.015625 160.92825 108.3125 161.31888Q107.625 161.69388 106.8125 161.69388Q105.515625 161.69388 104.703125 160.86575Q103.90625 160.022 103.90625 158.44388ZM104.984375 158.44388Q104.984375 159.63138 105.5 160.22513Q106.03125 160.81888 106.8125 160.81888Q107.609375 160.81888 108.125 160.22513Q108.640625 159.63138 108.640625 158.41263Q108.640625 157.25638 108.109375 156.66263Q107.59375 156.06888 106.8125 156.06888Q106.03125 156.06888 105.5 156.66263Q104.984375 157.24075 104.984375 158.44388ZM115.375 161.55325L115.375 160.63138Q114.640625 161.69388 113.390625 161.69388Q112.84375 161.69388 112.359375 161.49075Q111.890625 161.272 111.65625 160.9595Q111.421875 160.63138 111.328125 160.16263Q111.265625 159.86575 111.265625 159.17825L111.265625 155.3345L112.328125 155.3345L112.328125 158.78763Q112.328125 159.60013 112.390625 159.897Q112.484375 160.30325 112.796875 160.55325Q113.125 160.78763 113.609375 160.78763Q114.078125 160.78763 114.484375 160.55325Q114.90625 160.30325 115.078125 159.88138Q115.265625 159.4595 115.265625 158.66263L115.265625 155.3345L116.3125 155.3345L116.3125 161.55325L115.375 161.55325ZM118.28125 161.55325L118.28125 155.3345L119.234375 155.3345L119.234375 156.272Q119.59375 155.61575 119.890625 155.41263Q120.203125 155.19388 120.578125 155.19388Q121.109375 155.19388 121.65625 155.522L121.296875 156.50638Q120.90625 156.272 120.53125 156.272Q120.171875 156.272 119.890625 156.49075Q119.625 156.69388 119.515625 157.06888Q119.328125 157.63138 119.328125 158.28763L119.328125 161.55325L118.28125 161.55325ZM126.359375 159.272L127.390625 159.41263Q127.21875 160.47513 126.515625 161.0845Q125.8125 161.69388 124.796875 161.69388Q123.515625 161.69388 122.734375 160.86575Q121.96875 160.022 121.96875 158.4595Q121.96875 157.4595 122.296875 156.7095Q122.640625 155.94388 123.3125 155.56888Q124.0 155.19388 124.8125 155.19388Q125.8125 155.19388 126.453125 155.7095Q127.109375 156.2095 127.296875 157.16263L126.265625 157.31888Q126.125 156.69388 125.75 156.38138Q125.375 156.05325 124.84375 156.05325Q124.046875 156.05325 123.546875 156.63138Q123.046875 157.19388 123.046875 158.42825Q123.046875 159.69388 123.53125 160.25638Q124.015625 160.81888 124.78125 160.81888Q125.40625 160.81888 125.8125 160.44388Q126.234375 160.06888 126.359375 159.272ZM132.54688 159.55325L133.64062 159.67825Q133.39062 160.63138 132.6875 161.16263Q131.98438 161.69388 130.90625 161.69388Q129.54688 161.69388 128.73438 160.85013Q127.9375 160.00638 127.9375 158.49075Q127.9375 156.92825 128.75 156.06888Q129.5625 155.19388 130.84375 155.19388Q132.09375 155.19388 132.875 156.03763Q133.67188 156.88138 133.67188 158.42825Q133.67188 158.522 133.67188 158.7095L129.03125 158.7095Q129.09375 159.74075 129.60938 160.28763Q130.125 160.81888 130.90625 160.81888Q131.48438 160.81888 131.89062 160.522Q132.3125 160.2095 132.54688 159.55325ZM129.09375 157.85013L132.5625 157.85013Q132.5 157.05325 132.17188 156.66263Q131.65625 156.05325 130.85938 156.05325Q130.125 156.05325 129.625 156.53763Q129.14062 157.022 129.09375 157.85013ZM134.875 159.69388L135.90625 159.53763Q136.0 160.16263 136.39062 160.49075Q136.79688 160.81888 137.53125 160.81888Q138.25 160.81888 138.59375 160.53763Q138.95312 160.24075 138.95312 159.8345Q138.95312 159.47513 138.64062 159.272Q138.42188 159.13138 137.5625 158.91263Q136.40625 158.61575 135.95312 158.41263Q135.51562 158.19388 135.28125 157.81888Q135.04688 157.44388 135.04688 156.97513Q135.04688 156.56888 135.23438 156.2095Q135.42188 155.85013 135.75 155.61575Q136.0 155.44388 136.42188 155.31888Q136.84375 155.19388 137.34375 155.19388Q138.0625 155.19388 138.60938 155.41263Q139.17188 155.61575 139.4375 155.97513Q139.70312 156.3345 139.79688 156.92825L138.76562 157.06888Q138.70312 156.60013 138.35938 156.3345Q138.03125 156.05325 137.40625 156.05325Q136.6875 156.05325 136.375 156.30325Q136.0625 156.53763 136.0625 156.86575Q136.0625 157.06888 136.1875 157.22513Q136.32812 157.397 136.59375 157.50638Q136.75 157.56888 137.53125 157.772Q138.65625 158.0845 139.09375 158.272Q139.53125 158.4595 139.78125 158.81888Q140.03125 159.17825 140.03125 159.72513Q140.03125 160.25638 139.71875 160.72513Q139.42188 161.17825 138.84375 161.44388Q138.26562 161.69388 137.53125 161.69388Q136.3125 161.69388 135.67188 161.19388Q135.04688 160.67825 134.875 159.69388Z" fill-rule="nonzero"/><path fill="#666666" d="M20.390625 194.29677L20.390625 185.70302L22.109375 185.70302L24.140625 191.78114Q24.421875 192.64052 24.546875 193.0624Q24.6875 192.59364 25.0 191.6874L27.0625 185.70302L28.59375 185.70302L28.59375 194.29677L27.5 194.29677L27.5 187.10927L25.0 194.29677L23.96875 194.29677L21.484375 186.98427L21.484375 194.29677L20.390625 194.29677ZM29.90625 191.1874Q29.90625 189.45302 30.859375 188.6249Q31.65625 187.9374 32.8125 187.9374Q34.09375 187.9374 34.90625 188.78114Q35.734375 189.60927 35.734375 191.09364Q35.734375 192.29677 35.375 192.98427Q35.015625 193.67177 34.3125 194.0624Q33.625 194.4374 32.8125 194.4374Q31.515625 194.4374 30.703125 193.60927Q29.90625 192.76552 29.90625 191.1874ZM30.984375 191.1874Q30.984375 192.3749 31.5 192.96864Q32.03125 193.5624 32.8125 193.5624Q33.609375 193.5624 34.125 192.96864Q34.640625 192.3749 34.640625 191.15614Q34.640625 189.9999 34.109375 189.40614Q33.59375 188.8124 32.8125 188.8124Q32.03125 188.8124 31.5 189.40614Q30.984375 189.98427 30.984375 191.1874ZM37.28125 194.29677L37.28125 188.07802L38.234375 188.07802L38.234375 189.01552Q38.59375 188.35927 38.890625 188.15614Q39.203125 187.9374 39.578125 187.9374Q40.109375 187.9374 40.65625 188.26552L40.296875 189.2499Q39.90625 189.01552 39.53125 189.01552Q39.171875 189.01552 38.890625 189.23427Q38.625 189.4374 38.515625 189.8124Q38.328125 190.3749 38.328125 191.03114L38.328125 194.29677L37.28125 194.29677ZM45.546875 192.29677L46.640625 192.42177Q46.390625 193.3749 45.6875 193.90614Q44.984375 194.4374 43.90625 194.4374Q42.546875 194.4374 41.734375 193.59364Q40.9375 192.7499 40.9375 191.23427Q40.9375 189.67177 41.75 188.8124Q42.5625 187.9374 43.84375 187.9374Q45.09375 187.9374 45.875 188.78114Q46.671875 189.6249 46.671875 191.17177Q46.671875 191.26552 46.671875 191.45302L42.03125 191.45302Q42.09375 192.48427 42.609375 193.03114Q43.125 193.5624 43.90625 193.5624Q44.484375 193.5624 44.890625 193.26552Q45.3125 192.95302 45.546875 192.29677ZM42.09375 190.59364L45.5625 190.59364Q45.5 189.79677 45.171875 189.40614Q44.65625 188.79677 43.859375 188.79677Q43.125 188.79677 42.625 189.28114Q42.140625 189.76552 42.09375 190.59364ZM55.546875 192.29677L56.640625 192.42177Q56.390625 193.3749 55.6875 193.90614Q54.984375 194.4374 53.90625 194.4374Q52.546875 194.4374 51.734375 193.59364Q50.9375 192.7499 50.9375 191.23427Q50.9375 189.67177 51.75 188.8124Q52.5625 187.9374 53.84375 187.9374Q55.09375 187.9374 55.875 188.78114Q56.671875 189.6249 56.671875 191.17177Q56.671875 191.26552 56.671875 191.45302L52.03125 191.45302Q52.09375 192.48427 52.609375 193.03114Q53.125 193.5624 53.90625 193.5624Q54.484375 193.5624 54.890625 193.26552Q55.3125 192.95302 55.546875 192.29677ZM52.09375 190.59364L55.5625 190.59364Q55.5 189.79677 55.171875 189.40614Q54.65625 188.79677 53.859375 188.79677Q53.125 188.79677 52.625 189.28114Q52.140625 189.76552 52.09375 190.59364ZM60.015625 194.29677L57.65625 188.07802L58.765625 188.07802L60.109375 191.79677Q60.3125 192.40614 60.5 193.04677Q60.640625 192.5624 60.890625 191.8749L62.28125 188.07802L63.359375 188.07802L61.0 194.29677L60.015625 194.29677ZM68.546875 192.29677L69.640625 192.42177Q69.390625 193.3749 68.6875 193.90614Q67.984375 194.4374 66.90625 194.4374Q65.546875 194.4374 64.734375 193.59364Q63.9375 192.7499 63.9375 191.23427Q63.9375 189.67177 64.75 188.8124Q65.5625 187.9374 66.84375 187.9374Q68.09375 187.9374 68.875 188.78114Q69.671875 189.6249 69.671875 191.17177Q69.671875 191.26552 69.671875 191.45302L65.03125 191.45302Q65.09375 192.48427 65.609375 193.03114Q66.125 193.5624 66.90625 193.5624Q67.484375 193.5624 67.890625 193.26552Q68.3125 192.95302 68.546875 192.29677ZM65.09375 190.59364L68.5625 190.59364Q68.5 189.79677 68.171875 189.40614Q67.65625 188.79677 66.859375 188.79677Q66.125 188.79677 65.625 189.28114Q65.140625 189.76552 65.09375 190.59364ZM71.296875 194.29677L71.296875 188.07802L72.234375 188.07802L72.234375 188.95302Q72.921875 187.9374 74.21875 187.9374Q74.78125 187.9374 75.25 188.14052Q75.734375 188.34364 75.96875 188.67177Q76.203125 188.9999 76.296875 189.4374Q76.34375 189.73427 76.34375 190.46864L76.34375 194.29677L75.296875 194.29677L75.296875 190.51552Q75.296875 189.85927 75.171875 189.54677Q75.046875 189.23427 74.734375 189.04677Q74.421875 188.84364 74.0 188.84364Q73.328125 188.84364 72.828125 189.28114Q72.34375 189.70302 72.34375 190.89052L72.34375 194.29677L71.296875 194.29677ZM80.59375 193.35927L80.75 194.28114Q80.296875 194.3749 79.953125 194.3749Q79.375 194.3749 79.0625 194.20302Q78.75 194.01552 78.609375 193.71864Q78.484375 193.42177 78.484375 192.46864L78.484375 188.89052L77.71875 188.89052L77.71875 188.07802L78.484375 188.07802L78.484375 186.53114L79.53125 185.90614L79.53125 188.07802L80.59375 188.07802L80.59375 188.89052L79.53125 188.89052L79.53125 192.53114Q79.53125 192.98427 79.578125 193.10927Q79.640625 193.23427 79.765625 193.3124Q79.890625 193.39052 80.125 193.39052Q80.3125 193.39052 80.59375 193.35927ZM80.875 192.4374L81.90625 192.28114Q82.0 192.90614 82.390625 193.23427Q82.796875 193.5624 83.53125 193.5624Q84.25 193.5624 84.59375 193.28114Q84.953125 192.98427 84.953125 192.57802Q84.953125 192.21864 84.640625 192.01552Q84.421875 191.8749 83.5625 191.65614Q82.40625 191.35927 81.953125 191.15614Q81.515625 190.9374 81.28125 190.5624Q81.046875 190.1874 81.046875 189.71864Q81.046875 189.3124 81.234375 188.95302Q81.421875 188.59364 81.75 188.35927Q82.0 188.1874 82.421875 188.0624Q82.84375 187.9374 83.34375 187.9374Q84.0625 187.9374 84.609375 188.15614Q85.171875 188.35927 85.4375 188.71864Q85.703125 189.07802 85.796875 189.67177L84.765625 189.8124Q84.703125 189.34364 84.359375 189.07802Q84.03125 188.79677 83.40625 188.79677Q82.6875 188.79677 82.375 189.04677Q82.0625 189.28114 82.0625 189.60927Q82.0625 189.8124 82.1875 189.96864Q82.328125 190.14052 82.59375 190.2499Q82.75 190.3124 83.53125 190.51552Q84.65625 190.82802 85.09375 191.01552Q85.53125 191.20302 85.78125 191.5624Q86.03125 191.92177 86.03125 192.46864Q86.03125 192.9999 85.71875 193.46864Q85.421875 193.92177 84.84375 194.1874Q84.265625 194.4374 83.53125 194.4374Q82.3125 194.4374 81.671875 193.9374Q81.046875 193.42177 80.875 192.4374ZM86.5 194.4374L88.984375 185.5624L89.828125 185.5624L87.34375 194.4374L86.5 194.4374ZM90.296875 194.29677L90.296875 188.07802L91.234375 188.07802L91.234375 188.95302Q91.53125 188.48427 92.015625 188.21864Q92.5 187.9374 93.125 187.9374Q93.8125 187.9374 94.25 188.21864Q94.703125 188.4999 94.875 189.01552Q95.625 187.9374 96.796875 187.9374Q97.734375 187.9374 98.21875 188.45302Q98.71875 188.95302 98.71875 190.03114L98.71875 194.29677L97.671875 194.29677L97.671875 190.3749Q97.671875 189.7499 97.5625 189.46864Q97.46875 189.1874 97.203125 189.01552Q96.9375 188.84364 96.5625 188.84364Q95.90625 188.84364 95.46875 189.28114Q95.046875 189.71864 95.046875 190.6874L95.046875 194.29677L93.984375 194.29677L93.984375 190.2499Q93.984375 189.54677 93.71875 189.20302Q93.46875 188.84364 92.890625 188.84364Q92.4375 188.84364 92.0625 189.07802Q91.6875 189.3124 91.515625 189.76552Q91.34375 190.21864 91.34375 191.0624L91.34375 194.29677L90.296875 194.29677ZM104.546875 192.29677L105.640625 192.42177Q105.390625 193.3749 104.6875 193.90614Q103.984375 194.4374 102.90625 194.4374Q101.546875 194.4374 100.734375 193.59364Q99.9375 192.7499 99.9375 191.23427Q99.9375 189.67177 100.75 188.8124Q101.5625 187.9374 102.84375 187.9374Q104.09375 187.9374 104.875 188.78114Q105.671875 189.6249 105.671875 191.17177Q105.671875 191.26552 105.671875 191.45302L101.03125 191.45302Q101.09375 192.48427 101.609375 193.03114Q102.125 193.5624 102.90625 193.5624Q103.484375 193.5624 103.890625 193.26552Q104.3125 192.95302 104.546875 192.29677ZM101.09375 190.59364L104.5625 190.59364Q104.5 189.79677 104.171875 189.40614Q103.65625 188.79677 102.859375 188.79677Q102.125 188.79677 101.625 189.28114Q101.140625 189.76552 101.09375 190.59364ZM111.546875 192.29677L112.640625 192.42177Q112.390625 193.3749 111.6875 193.90614Q110.984375 194.4374 109.90625 194.4374Q108.546875 194.4374 107.734375 193.59364Q106.9375 192.7499 106.9375 191.23427Q106.9375 189.67177 107.75 188.8124Q108.5625 187.9374 109.84375 187.9374Q111.09375 187.9374 111.875 188.78114Q112.671875 189.6249 112.671875 191.17177Q112.671875 191.26552 112.671875 191.45302L108.03125 191.45302Q108.09375 192.48427 108.609375 193.03114Q109.125 193.5624 109.90625 193.5624Q110.484375 193.5624 110.890625 193.26552Q111.3125 192.95302 111.546875 192.29677ZM108.09375 190.59364L111.5625 190.59364Q111.5 189.79677 111.171875 189.40614Q110.65625 188.79677 109.859375 188.79677Q109.125 188.79677 108.625 189.28114Q108.140625 189.76552 108.09375 190.59364ZM116.59375 193.35927L116.75 194.28114Q116.296875 194.3749 115.953125 194.3749Q115.375 194.3749 115.0625 194.20302Q114.75 194.01552 114.609375 193.71864Q114.484375 193.42177 114.484375 192.46864L114.484375 188.89052L113.71875 188.89052L113.71875 188.07802L114.484375 188.07802L114.484375 186.53114L115.53125 185.90614L115.53125 188.07802L116.59375 188.07802L116.59375 188.89052L115.53125 188.89052L115.53125 192.53114Q115.53125 192.98427 115.578125 193.10927Q115.640625 193.23427 115.765625 193.3124Q115.890625 193.39052 116.125 193.39052Q116.3125 193.39052 116.59375 193.35927ZM116.875 191.71864L116.875 190.65614L120.125 190.65614L120.125 191.71864L116.875 191.71864ZM125.375 194.29677L125.375 193.3749Q124.640625 194.4374 123.390625 194.4374Q122.84375 194.4374 122.359375 194.23427Q121.890625 194.01552 121.65625 193.70302Q121.421875 193.3749 121.328125 192.90614Q121.265625 192.60927 121.265625 191.92177L121.265625 188.07802L122.328125 188.07802L122.328125 191.53114Q122.328125 192.34364 122.390625 192.64052Q122.484375 193.04677 122.796875 193.29677Q123.125 193.53114 123.609375 193.53114Q124.078125 193.53114 124.484375 193.29677Q124.90625 193.04677 125.078125 192.6249Q125.265625 192.20302 125.265625 191.40614L125.265625 188.07802L126.3125 188.07802L126.3125 194.29677L125.375 194.29677ZM128.29688 196.6874L128.29688 188.07802L129.25 188.07802L129.25 188.8749Q129.59375 188.40614 130.01562 188.17177Q130.45312 187.9374 131.0625 187.9374Q131.85938 187.9374 132.46875 188.34364Q133.07812 188.7499 133.375 189.4999Q133.6875 190.2499 133.6875 191.14052Q133.6875 192.09364 133.34375 192.85927Q133.01562 193.6249 132.35938 194.03114Q131.70312 194.4374 130.98438 194.4374Q130.45312 194.4374 130.03125 194.21864Q129.60938 193.98427 129.34375 193.65614L129.34375 196.6874L128.29688 196.6874ZM129.25 191.21864Q129.25 192.42177 129.73438 192.9999Q130.21875 193.5624 130.90625 193.5624Q131.60938 193.5624 132.10938 192.96864Q132.60938 192.3749 132.60938 191.1249Q132.60938 189.9374 132.125 189.35927Q131.64062 188.76552 130.95312 188.76552Q130.28125 188.76552 129.76562 189.39052Q129.25 190.01552 129.25 191.21864ZM134.875 192.4374L135.90625 192.28114Q136.0 192.90614 136.39062 193.23427Q136.79688 193.5624 137.53125 193.5624Q138.25 193.5624 138.59375 193.28114Q138.95312 192.98427 138.95312 192.57802Q138.95312 192.21864 138.64062 192.01552Q138.42188 191.8749 137.5625 191.65614Q136.40625 191.35927 135.95312 191.15614Q135.51562 190.9374 135.28125 190.5624Q135.04688 190.1874 135.04688 189.71864Q135.04688 189.3124 135.23438 188.95302Q135.42188 188.59364 135.75 188.35927Q136.0 188.1874 136.42188 188.0624Q136.84375 187.9374 137.34375 187.9374Q138.0625 187.9374 138.60938 188.15614Q139.17188 188.35927 139.4375 188.71864Q139.70312 189.07802 139.79688 189.67177L138.76562 189.8124Q138.70312 189.34364 138.35938 189.07802Q138.03125 188.79677 137.40625 188.79677Q136.6875 188.79677 136.375 189.04677Q136.0625 189.28114 136.0625 189.60927Q136.0625 189.8124 136.1875 189.96864Q136.32812 190.14052 136.59375 190.2499Q136.75 190.3124 137.53125 190.51552Q138.65625 190.82802 139.09375 191.01552Q139.53125 191.20302 139.78125 191.5624Q140.03125 191.92177 140.03125 192.46864Q140.03125 192.9999 139.71875 193.46864Q139.42188 193.92177 138.84375 194.1874Q138.26562 194.4374 137.53125 194.4374Q136.3125 194.4374 135.67188 193.9374Q135.04688 193.42177 134.875 192.4374Z" fill-rule="nonzero"/><path fill="#666666" d="M111.078125 229.85278Q111.078125 227.71216 112.21875 226.50903Q113.375 225.29028 115.1875 225.29028Q116.390625 225.29028 117.34375 225.86841Q118.296875 226.43091 118.796875 227.44653Q119.296875 228.46216 119.296875 229.75903Q119.296875 231.05591 118.765625 232.08716Q118.234375 233.11841 117.265625 233.64966Q116.3125 234.18091 115.1875 234.18091Q113.96875 234.18091 113.015625 233.60278Q112.0625 233.00903 111.5625 232.00903Q111.078125 230.99341 111.078125 229.85278ZM112.25 229.86841Q112.25 231.43091 113.078125 232.32153Q113.921875 233.21216 115.1875 233.21216Q116.46875 233.21216 117.296875 232.32153Q118.125 231.41528 118.125 229.74341Q118.125 228.69653 117.765625 227.91528Q117.421875 227.13403 116.734375 226.71216Q116.046875 226.27466 115.203125 226.27466Q114.0 226.27466 113.125 227.10278Q112.25 227.93091 112.25 229.86841ZM122.59375 233.10278L122.75 234.02466Q122.296875 234.11841 121.953125 234.11841Q121.375 234.11841 121.0625 233.94653Q120.75 233.75903 120.609375 233.46216Q120.484375 233.16528 120.484375 232.21216L120.484375 228.63403L119.71875 228.63403L119.71875 227.82153L120.484375 227.82153L120.484375 226.27466L121.53125 225.64966L121.53125 227.82153L122.59375 227.82153L122.59375 228.63403L121.53125 228.63403L121.53125 232.27466Q121.53125 232.72778 121.578125 232.85278Q121.640625 232.97778 121.765625 233.05591Q121.890625 233.13403 122.125 233.13403Q122.3125 233.13403 122.59375 233.10278ZM123.296875 234.04028L123.296875 225.44653L124.34375 225.44653L124.34375 228.52466Q125.078125 227.68091 126.203125 227.68091Q126.90625 227.68091 127.40625 227.96216Q127.921875 228.22778 128.14062 228.71216Q128.35938 229.18091 128.35938 230.10278L128.35938 234.04028L127.3125 234.04028L127.3125 230.10278Q127.3125 229.30591 126.96875 228.94653Q126.625 228.58716 126.0 228.58716Q125.53125 228.58716 125.109375 228.83716Q124.703125 229.07153 124.515625 229.49341Q124.34375 229.89966 124.34375 230.63403L124.34375 234.04028L123.296875 234.04028ZM134.54688 232.04028L135.64062 232.16528Q135.39062 233.11841 134.6875 233.64966Q133.98438 234.18091 132.90625 234.18091Q131.54688 234.18091 130.73438 233.33716Q129.9375 232.49341 129.9375 230.97778Q129.9375 229.41528 130.75 228.55591Q131.5625 227.68091 132.84375 227.68091Q134.09375 227.68091 134.875 228.52466Q135.67188 229.36841 135.67188 230.91528Q135.67188 231.00903 135.67188 231.19653L131.03125 231.19653Q131.09375 232.22778 131.60938 232.77466Q132.125 233.30591 132.90625 233.30591Q133.48438 233.30591 133.89062 233.00903Q134.3125 232.69653 134.54688 232.04028ZM131.09375 230.33716L134.5625 230.33716Q134.5 229.54028 134.17188 229.14966Q133.65625 228.54028 132.85938 228.54028Q132.125 228.54028 131.625 229.02466Q131.14062 229.50903 131.09375 230.33716ZM137.28125 234.04028L137.28125 227.82153L138.23438 227.82153L138.23438 228.75903Q138.59375 228.10278 138.89062 227.89966Q139.20312 227.68091 139.57812 227.68091Q140.10938 227.68091 140.65625 228.00903L140.29688 228.99341Q139.90625 228.75903 139.53125 228.75903Q139.17188 228.75903 138.89062 228.97778Q138.625 229.18091 138.51562 229.55591Q138.32812 230.11841 138.32812 230.77466L138.32812 234.04028L137.28125 234.04028Z" fill-rule="nonzero"/><path fill="#666666" d="M138.0 269.63278Q138.0 268.10153 138.3125 267.17966Q138.625 266.24216 139.23438 265.74216Q139.85938 265.24216 140.79688 265.24216Q141.48438 265.24216 142.0 265.5234Q142.53125 265.80466 142.875 266.3359Q143.21875 266.85153 143.40625 267.60153Q143.59375 268.35153 143.59375 269.63278Q143.59375 271.1484 143.28125 272.07028Q142.98438 272.99216 142.35938 273.50778Q141.75 274.00778 140.79688 274.00778Q139.5625 274.00778 138.84375 273.11716Q138.0 272.05466 138.0 269.63278ZM139.07812 269.63278Q139.07812 271.74216 139.57812 272.44528Q140.07812 273.1484 140.79688 273.1484Q141.53125 273.1484 142.01562 272.44528Q142.51562 271.74216 142.51562 269.63278Q142.51562 267.50778 142.01562 266.82028Q141.53125 266.11716 140.78125 266.11716Q140.0625 266.11716 139.625 266.72653Q139.07812 267.50778 139.07812 269.63278ZM145.20312 267.3359Q145.20312 266.41403 145.65625 265.7734Q146.125 265.13278 147.0 265.13278Q147.8125 265.13278 148.34375 265.7109Q148.875 266.28903 148.875 267.3984Q148.875 268.49216 148.32812 269.0859Q147.79688 269.66403 147.01562 269.66403Q146.23438 269.66403 145.71875 269.0859Q145.20312 268.50778 145.20312 267.3359ZM147.03125 265.85153Q146.64062 265.85153 146.375 266.19528Q146.125 266.53903 146.125 267.44528Q146.125 268.2734 146.375 268.61716Q146.64062 268.94528 147.03125 268.94528Q147.4375 268.94528 147.6875 268.60153Q147.95312 268.25778 147.95312 267.36716Q147.95312 266.5234 147.6875 266.19528Q147.42188 265.85153 147.03125 265.85153ZM147.03125 274.17966L151.73438 265.13278L152.59375 265.13278L147.90625 274.17966L147.03125 274.17966ZM150.75 271.85153Q150.75 270.92966 151.20312 270.28903Q151.67188 269.6484 152.5625 269.6484Q153.375 269.6484 153.90625 270.22653Q154.4375 270.78903 154.4375 271.91403Q154.4375 273.00778 153.89062 273.60153Q153.35938 274.17966 152.5625 274.17966Q151.79688 274.17966 151.26562 273.60153Q150.75 273.0234 150.75 271.85153ZM152.59375 270.36716Q152.1875 270.36716 151.92188 270.7109Q151.67188 271.05466 151.67188 271.9609Q151.67188 272.7734 151.9375 273.11716Q152.20312 273.4609 152.59375 273.4609Q152.98438 273.4609 153.25 273.11716Q153.51562 272.7734 153.51562 271.86716Q153.51562 271.03903 153.25 270.7109Q152.98438 270.36716 152.59375 270.36716Z" fill-rule="nonzero"/><path fill="#666666" d="M247.80313 272.85153L247.80313 273.86716L242.11563 273.86716Q242.11563 273.49216 242.24063 273.13278Q242.45938 272.55466 242.92813 271.99216Q243.4125 271.42966 244.31876 270.69528Q245.725 269.53903 246.20938 268.86716Q246.70938 268.19528 246.70938 267.60153Q246.70938 266.97653 246.25626 266.55466Q245.80313 266.11716 245.08438 266.11716Q244.31876 266.11716 243.86563 266.57028Q243.4125 267.0234 243.39688 267.8359L242.31876 267.72653Q242.42813 266.50778 243.14688 265.88278Q243.88126 265.24216 245.11563 265.24216Q246.35 265.24216 247.06876 265.92966Q247.7875 266.61716 247.7875 267.63278Q247.7875 268.1484 247.56876 268.6484Q247.36563 269.13278 246.86563 269.69528Q246.38126 270.24216 245.25626 271.19528Q244.30313 271.99216 244.02188 272.28903Q243.75626 272.57028 243.58438 272.85153L247.80313 272.85153ZM249.25626 269.63278Q249.25626 268.10153 249.56876 267.17966Q249.88126 266.24216 250.49063 265.74216Q251.11563 265.24216 252.05313 265.24216Q252.74063 265.24216 253.25626 265.5234Q253.7875 265.80466 254.13126 266.3359Q254.475 266.85153 254.6625 267.60153Q254.85 268.35153 254.85 269.63278Q254.85 271.1484 254.5375 272.07028Q254.24063 272.99216 253.61563 273.50778Q253.00626 274.00778 252.05313 274.00778Q250.81876 274.00778 250.1 273.11716Q249.25626 272.05466 249.25626 269.63278ZM250.33438 269.63278Q250.33438 271.74216 250.83438 272.44528Q251.33438 273.1484 252.05313 273.1484Q252.7875 273.1484 253.27188 272.44528Q253.77188 271.74216 253.77188 269.63278Q253.77188 267.50778 253.27188 266.82028Q252.7875 266.11716 252.0375 266.11716Q251.31876 266.11716 250.88126 266.72653Q250.33438 267.50778 250.33438 269.63278ZM256.45938 267.3359Q256.45938 266.41403 256.9125 265.7734Q257.38126 265.13278 258.25626 265.13278Q259.06876 265.13278 259.6 265.7109Q260.13126 266.28903 260.13126 267.3984Q260.13126 268.49216 259.58438 269.0859Q259.05313 269.66403 258.27188 269.66403Q257.49063 269.66403 256.975 269.0859Q256.45938 268.50778 256.45938 267.3359ZM258.2875 265.85153Q257.89688 265.85153 257.63126 266.19528Q257.38126 266.53903 257.38126 267.44528Q257.38126 268.2734 257.63126 268.61716Q257.89688 268.94528 258.2875 268.94528Q258.69376 268.94528 258.94376 268.60153Q259.20938 268.25778 259.20938 267.36716Q259.20938 266.5234 258.94376 266.19528Q258.67813 265.85153 258.2875 265.85153ZM258.2875 274.17966L262.99063 265.13278L263.85 265.13278L259.1625 274.17966L258.2875 274.17966ZM262.00626 271.85153Q262.00626 270.92966 262.45938 270.28903Q262.92813 269.6484 263.81876 269.6484Q264.63126 269.6484 265.1625 270.22653Q265.69376 270.78903 265.69376 271.91403Q265.69376 273.00778 265.14688 273.60153Q264.61563 274.17966 263.81876 274.17966Q263.05313 274.17966 262.52188 273.60153Q262.00626 273.0234 262.00626 271.85153ZM263.85 270.36716Q263.44376 270.36716 263.17813 270.7109Q262.92813 271.05466 262.92813 271.9609Q262.92813 272.7734 263.19376 273.11716Q263.45938 273.4609 263.85 273.4609Q264.24063 273.4609 264.50626 273.11716Q264.77188 272.7734 264.77188 271.86716Q264.77188 271.03903 264.50626 270.7109Q264.24063 270.36716 263.85 270.36716Z" fill-rule="nonzero"/><path fill="#666666" d="M353.3875 273.86716L353.3875 271.80466L349.66876 271.80466L349.66876 270.8359L353.59064 265.2734L354.45 265.2734L354.45 270.8359L355.60626 270.8359L355.60626 271.80466L354.45 271.80466L354.45 273.86716L353.3875 273.86716ZM353.3875 270.8359L353.3875 266.97653L350.7 270.8359L353.3875 270.8359ZM357.0125 269.63278Q357.0125 268.10153 357.325 267.17966Q357.6375 266.24216 358.2469 265.74216Q358.8719 265.24216 359.8094 265.24216Q360.4969 265.24216 361.0125 265.5234Q361.54376 265.80466 361.8875 266.3359Q362.23126 266.85153 362.41876 267.60153Q362.60626 268.35153 362.60626 269.63278Q362.60626 271.1484 362.29376 272.07028Q361.9969 272.99216 361.3719 273.50778Q360.7625 274.00778 359.8094 274.00778Q358.575 274.00778 357.85626 273.11716Q357.0125 272.05466 357.0125 269.63278ZM358.09064 269.63278Q358.09064 271.74216 358.59064 272.44528Q359.09064 273.1484 359.8094 273.1484Q360.54376 273.1484 361.02814 272.44528Q361.52814 271.74216 361.52814 269.63278Q361.52814 267.50778 361.02814 266.82028Q360.54376 266.11716 359.79376 266.11716Q359.075 266.11716 358.6375 266.72653Q358.09064 267.50778 358.09064 269.63278ZM364.21564 267.3359Q364.21564 266.41403 364.66876 265.7734Q365.1375 265.13278 366.0125 265.13278Q366.825 265.13278 367.35626 265.7109Q367.8875 266.28903 367.8875 267.3984Q367.8875 268.49216 367.34064 269.0859Q366.8094 269.66403 366.02814 269.66403Q365.2469 269.66403 364.73126 269.0859Q364.21564 268.50778 364.21564 267.3359ZM366.04376 265.85153Q365.65314 265.85153 365.3875 266.19528Q365.1375 266.53903 365.1375 267.44528Q365.1375 268.2734 365.3875 268.61716Q365.65314 268.94528 366.04376 268.94528Q366.45 268.94528 366.7 268.60153Q366.96564 268.25778 366.96564 267.36716Q366.96564 266.5234 366.7 266.19528Q366.4344 265.85153 366.04376 265.85153ZM366.04376 274.17966L370.7469 265.13278L371.60626 265.13278L366.91876 274.17966L366.04376 274.17966ZM369.7625 271.85153Q369.7625 270.92966 370.21564 270.28903Q370.6844 269.6484 371.575 269.6484Q372.3875 269.6484 372.91876 270.22653Q373.45 270.78903 373.45 271.91403Q373.45 273.00778 372.90314 273.60153Q372.3719 274.17966 371.575 274.17966Q370.8094 274.17966 370.27814 273.60153Q369.7625 273.0234 369.7625 271.85153ZM371.60626 270.36716Q371.2 270.36716 370.9344 270.7109Q370.6844 271.05466 370.6844 271.9609Q370.6844 272.7734 370.95 273.11716Q371.21564 273.4609 371.60626 273.4609Q371.9969 273.4609 372.2625 273.11716Q372.52814 272.7734 372.52814 271.86716Q372.52814 271.03903 372.2625 270.7109Q371.9969 270.36716 371.60626 270.36716Z" fill-rule="nonzero"/><path fill="#666666" d="M463.2375 267.38278L462.1906 267.4609Q462.05 266.8359 461.8 266.55466Q461.3625 266.10153 460.7375 266.10153Q460.2375 266.10153 459.84686 266.38278Q459.3625 266.75778 459.0656 267.4609Q458.78436 268.1484 458.76874 269.42966Q459.14374 268.85153 459.6906 268.57028Q460.2531 268.28903 460.8625 268.28903Q461.90936 268.28903 462.64374 269.07028Q463.39374 269.85153 463.39374 271.07028Q463.39374 271.88278 463.03436 272.5859Q462.6906 273.2734 462.08124 273.6484Q461.47186 274.00778 460.70624 274.00778Q459.3781 274.00778 458.55 273.03903Q457.72186 272.07028 457.72186 269.85153Q457.72186 267.35153 458.64374 266.22653Q459.4406 265.24216 460.8 265.24216Q461.8156 265.24216 462.45624 265.82028Q463.1125 266.38278 463.2375 267.38278ZM458.9406 271.0859Q458.9406 271.63278 459.15936 272.13278Q459.39374 272.61716 459.8 272.88278Q460.22186 273.1484 460.6906 273.1484Q461.34686 273.1484 461.83124 272.61716Q462.3156 272.07028 462.3156 271.1484Q462.3156 270.25778 461.83124 269.74216Q461.3625 269.22653 460.64374 269.22653Q459.925 269.22653 459.425 269.74216Q458.9406 270.25778 458.9406 271.0859ZM464.76874 269.63278Q464.76874 268.10153 465.08124 267.17966Q465.39374 266.24216 466.0031 265.74216Q466.6281 265.24216 467.5656 265.24216Q468.2531 265.24216 468.76874 265.5234Q469.3 265.80466 469.64374 266.3359Q469.9875 266.85153 470.175 267.60153Q470.3625 268.35153 470.3625 269.63278Q470.3625 271.1484 470.05 272.07028Q469.7531 272.99216 469.1281 273.50778Q468.51874 274.00778 467.5656 274.00778Q466.33124 274.00778 465.6125 273.11716Q464.76874 272.05466 464.76874 269.63278ZM465.84686 269.63278Q465.84686 271.74216 466.34686 272.44528Q466.84686 273.1484 467.5656 273.1484Q468.3 273.1484 468.78436 272.44528Q469.28436 271.74216 469.28436 269.63278Q469.28436 267.50778 468.78436 266.82028Q468.3 266.11716 467.55 266.11716Q466.83124 266.11716 466.39374 266.72653Q465.84686 267.50778 465.84686 269.63278ZM471.97186 267.3359Q471.97186 266.41403 472.425 265.7734Q472.89374 265.13278 473.76874 265.13278Q474.58124 265.13278 475.1125 265.7109Q475.64374 266.28903 475.64374 267.3984Q475.64374 268.49216 475.09686 269.0859Q474.5656 269.66403 473.78436 269.66403Q473.0031 269.66403 472.4875 269.0859Q471.97186 268.50778 471.97186 267.3359ZM473.8 265.85153Q473.40936 265.85153 473.14374 266.19528Q472.89374 266.53903 472.89374 267.44528Q472.89374 268.2734 473.14374 268.61716Q473.40936 268.94528 473.8 268.94528Q474.20624 268.94528 474.45624 268.60153Q474.72186 268.25778 474.72186 267.36716Q474.72186 266.5234 474.45624 266.19528Q474.1906 265.85153 473.8 265.85153ZM473.8 274.17966L478.5031 265.13278L479.3625 265.13278L474.675 274.17966L473.8 274.17966ZM477.51874 271.85153Q477.51874 270.92966 477.97186 270.28903Q478.4406 269.6484 479.33124 269.6484Q480.14374 269.6484 480.675 270.22653Q481.20624 270.78903 481.20624 271.91403Q481.20624 273.00778 480.65936 273.60153Q480.1281 274.17966 479.33124 274.17966Q478.5656 274.17966 478.03436 273.60153Q477.51874 273.0234 477.51874 271.85153ZM479.3625 270.36716Q478.95624 270.36716 478.6906 270.7109Q478.4406 271.05466 478.4406 271.9609Q478.4406 272.7734 478.70624 273.11716Q478.97186 273.4609 479.3625 273.4609Q479.7531 273.4609 480.01874 273.11716Q480.28436 272.7734 480.28436 271.86716Q480.28436 271.03903 480.01874 270.7109Q479.7531 270.36716 479.3625 270.36716Z" fill-rule="nonzero"/><path fill="#666666" d="M567.15 269.2109Q566.4938 268.9609 566.16565 268.5234Q565.85315 268.07028 565.85315 267.4609Q565.85315 266.5234 566.525 265.88278Q567.2125 265.24216 568.3219 265.24216Q569.4469 265.24216 570.1344 265.8984Q570.8219 266.55466 570.8219 267.49216Q570.8219 268.0859 570.5094 268.5234Q570.1969 268.9609 569.5563 269.2109Q570.35315 269.4609 570.7594 270.03903Q571.16565 270.61716 571.16565 271.41403Q571.16565 272.50778 570.3844 273.25778Q569.6188 274.00778 568.3375 274.00778Q567.0719 274.00778 566.29065 273.25778Q565.5094 272.50778 565.5094 271.38278Q565.5094 270.53903 565.9313 269.97653Q566.3688 269.41403 567.15 269.2109ZM566.9313 267.41403Q566.9313 268.0234 567.3219 268.41403Q567.72815 268.80466 568.35315 268.80466Q568.9625 268.80466 569.35315 268.42966Q569.7438 268.03903 569.7438 267.47653Q569.7438 266.8984 569.3375 266.50778Q568.9313 266.10153 568.3375 266.10153Q567.72815 266.10153 567.3219 266.49216Q566.9313 266.88278 566.9313 267.41403ZM566.60315 271.38278Q566.60315 271.8359 566.8063 272.25778Q567.025 272.67966 567.4469 272.91403Q567.8688 273.1484 568.35315 273.1484Q569.10315 273.1484 569.5875 272.66403Q570.0875 272.17966 570.0875 271.42966Q570.0875 270.66403 569.5875 270.16403Q569.0875 269.66403 568.3219 269.66403Q567.5719 269.66403 567.0875 270.16403Q566.60315 270.6484 566.60315 271.38278ZM572.525 269.63278Q572.525 268.10153 572.8375 267.17966Q573.15 266.24216 573.7594 265.74216Q574.3844 265.24216 575.3219 265.24216Q576.0094 265.24216 576.525 265.5234Q577.0563 265.80466 577.4 266.3359Q577.7438 266.85153 577.9313 267.60153Q578.1188 268.35153 578.1188 269.63278Q578.1188 271.1484 577.8063 272.07028Q577.5094 272.99216 576.8844 273.50778Q576.275 274.00778 575.3219 274.00778Q574.0875 274.00778 573.3688 273.11716Q572.525 272.05466 572.525 269.63278ZM573.60315 269.63278Q573.60315 271.74216 574.10315 272.44528Q574.60315 273.1484 575.3219 273.1484Q576.0563 273.1484 576.54065 272.44528Q577.04065 271.74216 577.04065 269.63278Q577.04065 267.50778 576.54065 266.82028Q576.0563 266.11716 575.3063 266.11716Q574.5875 266.11716 574.15 266.72653Q573.60315 267.50778 573.60315 269.63278ZM579.72815 267.3359Q579.72815 266.41403 580.1813 265.7734Q580.65 265.13278 581.525 265.13278Q582.3375 265.13278 582.8688 265.7109Q583.4 266.28903 583.4 267.3984Q583.4 268.49216 582.85315 269.0859Q582.3219 269.66403 581.54065 269.66403Q580.7594 269.66403 580.2438 269.0859Q579.72815 268.50778 579.72815 267.3359ZM581.5563 265.85153Q581.16565 265.85153 580.9 266.19528Q580.65 266.53903 580.65 267.44528Q580.65 268.2734 580.9 268.61716Q581.16565 268.94528 581.5563 268.94528Q581.9625 268.94528 582.2125 268.60153Q582.47815 268.25778 582.47815 267.36716Q582.47815 266.5234 582.2125 266.19528Q581.9469 265.85153 581.5563 265.85153ZM581.5563 274.17966L586.2594 265.13278L587.1188 265.13278L582.4313 274.17966L581.5563 274.17966ZM585.275 271.85153Q585.275 270.92966 585.72815 270.28903Q586.1969 269.6484 587.0875 269.6484Q587.9 269.6484 588.4313 270.22653Q588.9625 270.78903 588.9625 271.91403Q588.9625 273.00778 588.41565 273.60153Q587.8844 274.17966 587.0875 274.17966Q586.3219 274.17966 585.79065 273.60153Q585.275 273.0234 585.275 271.85153ZM587.1188 270.36716Q586.7125 270.36716 586.4469 270.7109Q586.1969 271.05466 586.1969 271.9609Q586.1969 272.7734 586.4625 273.11716Q586.72815 273.4609 587.1188 273.4609Q587.5094 273.4609 587.775 273.11716Q588.04065 272.7734 588.04065 271.86716Q588.04065 271.03903 587.775 270.7109Q587.5094 270.36716 587.1188 270.36716Z" fill-rule="nonzero"/><path fill="#666666" d="M18.578125 28.75L15.921875 18.734375L17.28125 18.734375L18.8125 25.296875Q19.046875 26.328125 19.234375 27.34375Q19.609375 25.734375 19.6875 25.5L21.59375 18.734375L23.1875 18.734375L24.625 23.796875Q25.15625 25.6875 25.40625 27.34375Q25.59375 26.390625 25.90625 25.171875L27.46875 18.734375L28.8125 18.734375L26.0625 28.75L24.78125 28.75L22.671875 21.109375Q22.40625 20.15625 22.359375 19.9375Q22.203125 20.625 22.0625 21.109375L19.9375 28.75L18.578125 28.75ZM29.671875 28.75L29.671875 18.734375L30.90625 18.734375L30.90625 22.328125Q31.765625 21.328125 33.078125 21.328125Q33.890625 21.328125 34.484375 21.65625Q35.078125 21.96875 35.328125 22.53125Q35.59375 23.078125 35.59375 24.15625L35.59375 28.75L34.359375 28.75L34.359375 24.15625Q34.359375 23.21875 33.953125 22.8125Q33.5625 22.390625 32.828125 22.390625Q32.28125 22.390625 31.796875 22.671875Q31.3125 22.953125 31.109375 23.4375Q30.90625 23.921875 30.90625 24.78125L30.90625 28.75L29.671875 28.75ZM42.40625 27.859375Q41.734375 28.4375 41.09375 28.6875Q40.46875 28.921875 39.734375 28.921875Q38.546875 28.921875 37.890625 28.34375Q37.25 27.75 37.25 26.828125Q37.25 26.296875 37.484375 25.859375Q37.734375 25.421875 38.125 25.15625Q38.53125 24.890625 39.015625 24.75Q39.375 24.65625 40.109375 24.5625Q41.609375 24.390625 42.3125 24.140625Q42.3125 23.890625 42.3125 23.828125Q42.3125 23.0625 41.96875 22.765625Q41.5 22.34375 40.5625 22.34375Q39.703125 22.34375 39.28125 22.65625Q38.875 22.953125 38.671875 23.71875L37.46875 23.5625Q37.625 22.78125 38.0 22.3125Q38.390625 21.84375 39.09375 21.59375Q39.8125 21.328125 40.75 21.328125Q41.671875 21.328125 42.25 21.546875Q42.828125 21.765625 43.09375 22.09375Q43.375 22.421875 43.484375 22.9375Q43.546875 23.25 43.546875 24.0625L43.546875 25.703125Q43.546875 27.421875 43.625 27.875Q43.703125 28.328125 43.9375 28.75L42.65625 28.75Q42.46875 28.359375 42.40625 27.859375ZM42.3125 25.109375Q41.640625 25.375 40.296875 25.578125Q39.546875 25.6875 39.21875 25.828125Q38.90625 25.953125 38.734375 26.21875Q38.5625 26.484375 38.5625 26.796875Q38.5625 27.296875 38.9375 27.625Q39.3125 27.953125 40.03125 27.953125Q40.75 27.953125 41.296875 27.640625Q41.84375 27.328125 42.109375 26.78125Q42.3125 26.375 42.3125 25.5625L42.3125 25.109375ZM48.359375 27.65625L48.53125 28.734375Q48.015625 28.84375 47.609375 28.84375Q46.9375 28.84375 46.5625 28.640625Q46.203125 28.421875 46.046875 28.078125Q45.90625 27.734375 45.90625 26.625L45.90625 22.453125L45.0 22.453125L45.0 21.484375L45.90625 21.484375L45.90625 19.6875L47.125 18.953125L47.125 21.484375L48.359375 21.484375L48.359375 22.453125L47.125 22.453125L47.125 26.6875Q47.125 27.21875 47.1875 27.375Q47.25 27.515625 47.390625 27.609375Q47.546875 27.703125 47.8125 27.703125Q48.03125 27.703125 48.359375 27.65625ZM58.40625 26.09375L59.625 26.25Q59.421875 27.5 58.59375 28.21875Q57.78125 28.921875 56.59375 28.921875Q55.109375 28.921875 54.203125 27.953125Q53.296875 26.96875 53.296875 25.140625Q53.296875 23.96875 53.6875 23.09375Q54.078125 22.203125 54.875 21.765625Q55.671875 21.328125 56.609375 21.328125Q57.78125 21.328125 58.53125 21.921875Q59.296875 22.515625 59.5 23.625L58.3125 23.8125Q58.140625 23.078125 57.703125 22.71875Q57.265625 22.34375 56.65625 22.34375Q55.71875 22.34375 55.140625 23.015625Q54.5625 23.671875 54.5625 25.109375Q54.5625 26.578125 55.125 27.25Q55.6875 27.90625 56.578125 27.90625Q57.3125 27.90625 57.796875 27.46875Q58.28125 27.015625 58.40625 26.09375ZM60.671875 28.75L60.671875 18.734375L61.90625 18.734375L61.90625 22.328125Q62.765625 21.328125 64.078125 21.328125Q64.890625 21.328125 65.484375 21.65625Q66.078125 21.96875 66.328125 22.53125Q66.59375 23.078125 66.59375 24.15625L66.59375 28.75L65.359375 28.75L65.359375 24.15625Q65.359375 23.21875 64.953125 22.8125Q64.5625 22.390625 63.828125 22.390625Q63.28125 22.390625 62.796875 22.671875Q62.3125 22.953125 62.109375 23.4375Q61.90625 23.921875 61.90625 24.78125L61.90625 28.75L60.671875 28.75ZM73.40625 27.859375Q72.734375 28.4375 72.09375 28.6875Q71.46875 28.921875 70.734375 28.921875Q69.546875 28.921875 68.890625 28.34375Q68.25 27.75 68.25 26.828125Q68.25 26.296875 68.484375 25.859375Q68.734375 25.421875 69.125 25.15625Q69.53125 24.890625 70.015625 24.75Q70.375 24.65625 71.109375 24.5625Q72.609375 24.390625 73.3125 24.140625Q73.3125 23.890625 73.3125 23.828125Q73.3125 23.0625 72.96875 22.765625Q72.5 22.34375 71.5625 22.34375Q70.703125 22.34375 70.28125 22.65625Q69.875 22.953125 69.671875 23.71875L68.46875 23.5625Q68.625 22.78125 69.0 22.3125Q69.390625 21.84375 70.09375 21.59375Q70.8125 21.328125 71.75 21.328125Q72.671875 21.328125 73.25 21.546875Q73.828125 21.765625 74.09375 22.09375Q74.375 22.421875 74.484375 22.9375Q74.546875 23.25 74.546875 24.0625L74.546875 25.703125Q74.546875 27.421875 74.625 27.875Q74.703125 28.328125 74.9375 28.75L73.65625 28.75Q73.46875 28.359375 73.40625 27.859375ZM73.3125 25.109375Q72.640625 25.375 71.296875 25.578125Q70.546875 25.6875 70.21875 25.828125Q69.90625 25.953125 69.734375 26.21875Q69.5625 26.484375 69.5625 26.796875Q69.5625 27.296875 69.9375 27.625Q70.3125 27.953125 71.03125 27.953125Q71.75 27.953125 72.296875 27.640625Q72.84375 27.328125 73.109375 26.78125Q73.3125 26.375 73.3125 25.5625L73.3125 25.109375ZM76.671875 28.75L76.671875 21.484375L77.78125 21.484375L77.78125 22.515625Q78.578125 21.328125 80.09375 21.328125Q80.75 21.328125 81.296875 21.5625Q81.84375 21.796875 82.109375 22.1875Q82.390625 22.5625 82.5 23.09375Q82.578125 23.4375 82.578125 24.28125L82.578125 28.75L81.34375 28.75L81.34375 24.328125Q81.34375 23.578125 81.203125 23.21875Q81.0625 22.84375 80.6875 22.625Q80.328125 22.390625 79.828125 22.390625Q79.046875 22.390625 78.46875 22.890625Q77.90625 23.390625 77.90625 24.78125L77.90625 28.75L76.671875 28.75ZM84.453125 29.359375L85.640625 29.53125Q85.71875 30.078125 86.0625 30.34375Q86.515625 30.671875 87.3125 30.671875Q88.171875 30.671875 88.625 30.328125Q89.09375 30.0 89.265625 29.375Q89.359375 29.0 89.34375 27.796875Q88.546875 28.75 87.34375 28.75Q85.84375 28.75 85.015625 27.671875Q84.203125 26.59375 84.203125 25.078125Q84.203125 24.046875 84.578125 23.171875Q84.953125 22.28125 85.65625 21.8125Q86.375 21.328125 87.34375 21.328125Q88.625 21.328125 89.46875 22.359375L89.46875 21.484375L90.59375 21.484375L90.59375 27.765625Q90.59375 29.46875 90.25 30.171875Q89.90625 30.875 89.15625 31.28125Q88.40625 31.703125 87.3125 31.703125Q86.015625 31.703125 85.21875 31.109375Q84.421875 30.53125 84.453125 29.359375ZM85.46875 24.984375Q85.46875 26.421875 86.03125 27.078125Q86.59375 27.734375 87.453125 27.734375Q88.296875 27.734375 88.875 27.078125Q89.453125 26.421875 89.453125 25.03125Q89.453125 23.703125 88.859375 23.03125Q88.265625 22.34375 87.4375 22.34375Q86.609375 22.34375 86.03125 23.015625Q85.46875 23.671875 85.46875 24.984375ZM97.640625 26.40625L98.921875 26.5625Q98.609375 27.6875 97.796875 28.3125Q96.984375 28.921875 95.71875 28.921875Q94.125 28.921875 93.1875 27.9375Q92.265625 26.953125 92.265625 25.1875Q92.265625 23.34375 93.203125 22.34375Q94.15625 21.328125 95.65625 21.328125Q97.109375 21.328125 98.03125 22.328125Q98.953125 23.3125 98.953125 25.109375Q98.953125 25.21875 98.953125 25.4375L93.53125 25.4375Q93.609375 26.625 94.203125 27.265625Q94.8125 27.90625 95.734375 27.90625Q96.40625 27.90625 96.875 27.546875Q97.359375 27.1875 97.640625 26.40625ZM93.609375 24.421875L97.65625 24.421875Q97.578125 23.5 97.1875 23.046875Q96.609375 22.34375 95.671875 22.34375Q94.8125 22.34375 94.234375 22.90625Q93.671875 23.46875 93.609375 24.421875ZM100.1875 26.578125L101.390625 26.390625Q101.5 27.125 101.96875 27.515625Q102.4375 27.90625 103.28125 27.90625Q104.125 27.90625 104.53125 27.5625Q104.953125 27.21875 104.953125 26.75Q104.953125 26.328125 104.578125 26.09375Q104.328125 25.921875 103.328125 25.671875Q101.96875 25.328125 101.4375 25.078125Q100.921875 24.828125 100.65625 24.390625Q100.390625 23.953125 100.390625 23.421875Q100.390625 22.9375 100.609375 22.53125Q100.828125 22.109375 101.21875 21.828125Q101.5 21.625 101.984375 21.484375Q102.484375 21.328125 103.0625 21.328125Q103.90625 21.328125 104.546875 21.578125Q105.203125 21.8125 105.515625 22.234375Q105.828125 22.65625 105.9375 23.359375L104.734375 23.53125Q104.65625 22.96875 104.25 22.65625Q103.859375 22.34375 103.140625 22.34375Q102.296875 22.34375 101.9375 22.625Q101.578125 22.890625 101.578125 23.28125Q101.578125 23.515625 101.71875 23.703125Q101.875 23.90625 102.203125 24.03125Q102.375 24.09375 103.28125 24.34375Q104.59375 24.703125 105.109375 24.921875Q105.625 25.140625 105.90625 25.5625Q106.203125 25.984375 106.203125 26.609375Q106.203125 27.234375 105.84375 27.78125Q105.5 28.3125 104.8125 28.625Q104.140625 28.921875 103.28125 28.921875Q101.875 28.921875 101.125 28.328125Q100.390625 27.734375 100.1875 26.578125ZM113.015625 28.75L110.796875 21.484375L112.0625 21.484375L113.21875 25.6875L113.65625 27.234375Q113.671875 27.125 114.03125 25.734375L115.1875 21.484375L116.4375 21.484375L117.53125 25.703125L117.890625 27.09375L118.3125 25.6875L119.5625 21.484375L120.75 21.484375L118.484375 28.75L117.203125 28.75L116.046875 24.40625L115.765625 23.171875L114.296875 28.75L113.015625 28.75ZM121.21875 25.125Q121.21875 23.109375 122.34375 22.125Q123.265625 21.328125 124.625 21.328125Q126.109375 21.328125 127.0625 22.3125Q128.01562 23.28125 128.01562 25.015625Q128.01562 26.421875 127.59375 27.234375Q127.171875 28.03125 126.359375 28.484375Q125.5625 28.921875 124.625 28.921875Q123.09375 28.921875 122.15625 27.9375Q121.21875 26.953125 121.21875 25.125ZM122.484375 25.125Q122.484375 26.515625 123.09375 27.21875Q123.703125 27.90625 124.625 27.90625Q125.53125 27.90625 126.140625 27.203125Q126.75 26.5 126.75 25.078125Q126.75 23.734375 126.140625 23.046875Q125.53125 22.34375 124.625 22.34375Q123.703125 22.34375 123.09375 23.03125Q122.484375 23.71875 122.484375 25.125ZM134.4375 28.75L134.4375 27.6875Q133.57812 28.921875 132.125 28.921875Q131.48438 28.921875 130.92188 28.671875Q130.375 28.421875 130.09375 28.046875Q129.82812 27.671875 129.71875 27.140625Q129.64062 26.78125 129.64062 25.984375L129.64062 21.484375L130.875 21.484375L130.875 25.515625Q130.875 26.484375 130.95312 26.8125Q131.0625 27.296875 131.4375 27.578125Q131.8125 27.859375 132.375 27.859375Q132.92188 27.859375 133.40625 27.578125Q133.89062 27.28125 134.09375 26.796875Q134.29688 26.3125 134.29688 25.375L134.29688 21.484375L135.53125 21.484375L135.53125 28.75L134.4375 28.75ZM137.64062 28.75L137.64062 18.734375L138.875 18.734375L138.875 28.75L137.64062 28.75ZM145.39062 28.75L145.39062 27.828125Q144.6875 28.921875 143.35938 28.921875Q142.48438 28.921875 141.75 28.4375Q141.03125 27.953125 140.625 27.09375Q140.23438 26.234375 140.23438 25.125Q140.23438 24.046875 140.59375 23.15625Q140.95312 22.265625 141.67188 21.796875Q142.40625 21.328125 143.29688 21.328125Q143.95312 21.328125 144.46875 21.609375Q144.98438 21.875 145.29688 22.328125L145.29688 18.734375L146.53125 18.734375L146.53125 28.75L145.39062 28.75ZM141.5 25.125Q141.5 26.515625 142.07812 27.21875Q142.67188 27.90625 143.46875 27.90625Q144.28125 27.90625 144.84375 27.25Q145.40625 26.578125 145.40625 25.234375Q145.40625 23.734375 144.82812 23.046875Q144.25 22.34375 143.42188 22.34375Q142.59375 22.34375 142.04688 23.015625Q141.5 23.6875 141.5 25.125ZM152.67188 28.75L152.67188 21.484375L153.78125 21.484375L153.78125 22.515625Q154.10938 21.96875 154.67188 21.65625Q155.25 21.328125 155.96875 21.328125Q156.78125 21.328125 157.29688 21.671875Q157.8125 22.0 158.03125 22.59375Q158.89062 21.328125 160.26562 21.328125Q161.34375 21.328125 161.92188 21.921875Q162.51562 22.515625 162.51562 23.765625L162.51562 28.75L161.28125 28.75L161.28125 24.171875Q161.28125 23.4375 161.15625 23.109375Q161.04688 22.78125 160.73438 22.59375Q160.42188 22.390625 160.0 22.390625Q159.23438 22.390625 158.71875 22.90625Q158.21875 23.40625 158.21875 24.53125L158.21875 28.75L156.98438 28.75L156.98438 24.03125Q156.98438 23.21875 156.6875 22.8125Q156.39062 22.390625 155.70312 22.390625Q155.1875 22.390625 154.73438 22.671875Q154.29688 22.9375 154.09375 23.46875Q153.90625 23.984375 153.90625 24.984375L153.90625 28.75L152.67188 28.75ZM169.40625 27.859375Q168.73438 28.4375 168.09375 28.6875Q167.46875 28.921875 166.73438 28.921875Q165.54688 28.921875 164.89062 28.34375Q164.25 27.75 164.25 26.828125Q164.25 26.296875 164.48438 25.859375Q164.73438 25.421875 165.125 25.15625Q165.53125 24.890625 166.01562 24.75Q166.375 24.65625 167.10938 24.5625Q168.60938 24.390625 169.3125 24.140625Q169.3125 23.890625 169.3125 23.828125Q169.3125 23.0625 168.96875 22.765625Q168.5 22.34375 167.5625 22.34375Q166.70312 22.34375 166.28125 22.65625Q165.875 22.953125 165.67188 23.71875L164.46875 23.5625Q164.625 22.78125 165.0 22.3125Q165.39062 21.84375 166.09375 21.59375Q166.8125 21.328125 167.75 21.328125Q168.67188 21.328125 169.25 21.546875Q169.82812 21.765625 170.09375 22.09375Q170.375 22.421875 170.48438 22.9375Q170.54688 23.25 170.54688 24.0625L170.54688 25.703125Q170.54688 27.421875 170.625 27.875Q170.70312 28.328125 170.9375 28.75L169.65625 28.75Q169.46875 28.359375 169.40625 27.859375ZM169.3125 25.109375Q168.64062 25.375 167.29688 25.578125Q166.54688 25.6875 166.21875 25.828125Q165.90625 25.953125 165.73438 26.21875Q165.5625 26.484375 165.5625 26.796875Q165.5625 27.296875 165.9375 27.625Q166.3125 27.953125 167.03125 27.953125Q167.75 27.953125 168.29688 27.640625Q168.84375 27.328125 169.10938 26.78125Q169.3125 26.375 169.3125 25.5625L169.3125 25.109375ZM172.6875 28.75L172.6875 18.734375L173.90625 18.734375L173.90625 24.4375L176.82812 21.484375L178.42188 21.484375L175.64062 24.1875L178.70312 28.75L177.17188 28.75L174.78125 25.03125L173.90625 25.875L173.90625 28.75L172.6875 28.75ZM184.64062 26.40625L185.92188 26.5625Q185.60938 27.6875 184.79688 28.3125Q183.98438 28.921875 182.71875 28.921875Q181.125 28.921875 180.1875 27.9375Q179.26562 26.953125 179.26562 25.1875Q179.26562 23.34375 180.20312 22.34375Q181.15625 21.328125 182.65625 21.328125Q184.10938 21.328125 185.03125 22.328125Q185.95312 23.3125 185.95312 25.109375Q185.95312 25.21875 185.95312 25.4375L180.53125 25.4375Q180.60938 26.625 181.20312 27.265625Q181.8125 27.90625 182.73438 27.90625Q183.40625 27.90625 183.875 27.546875Q184.35938 27.1875 184.64062 26.40625ZM180.60938 24.421875L184.65625 24.421875Q184.57812 23.5 184.1875 23.046875Q183.60938 22.34375 182.67188 22.34375Q181.8125 22.34375 181.23438 22.90625Q180.67188 23.46875 180.60938 24.421875ZM194.35938 27.65625L194.53125 28.734375Q194.01562 28.84375 193.60938 28.84375Q192.9375 28.84375 192.5625 28.640625Q192.20312 28.421875 192.04688 28.078125Q191.90625 27.734375 191.90625 26.625L191.90625 22.453125L191.0 22.453125L191.0 21.484375L191.90625 21.484375L191.90625 19.6875L193.125 18.953125L193.125 21.484375L194.35938 21.484375L194.35938 22.453125L193.125 22.453125L193.125 26.6875Q193.125 27.21875 193.1875 27.375Q193.25 27.515625 193.39062 27.609375Q193.54688 27.703125 193.8125 27.703125Q194.03125 27.703125 194.35938 27.65625ZM195.67188 28.75L195.67188 18.734375L196.90625 18.734375L196.90625 22.328125Q197.76562 21.328125 199.07812 21.328125Q199.89062 21.328125 200.48438 21.65625Q201.07812 21.96875 201.32812 22.53125Q201.59375 23.078125 201.59375 24.15625L201.59375 28.75L200.35938 28.75L200.35938 24.15625Q200.35938 23.21875 199.95312 22.8125Q199.5625 22.390625 198.82812 22.390625Q198.28125 22.390625 197.79688 22.671875Q197.3125 22.953125 197.10938 23.4375Q196.90625 23.921875 196.90625 24.78125L196.90625 28.75L195.67188 28.75ZM208.64062 26.40625L209.92188 26.5625Q209.60938 27.6875 208.79688 28.3125Q207.98438 28.921875 206.71875 28.921875Q205.125 28.921875 204.1875 27.9375Q203.26562 26.953125 203.26562 25.1875Q203.26562 23.34375 204.20312 22.34375Q205.15625 21.328125 206.65625 21.328125Q208.10938 21.328125 209.03125 22.328125Q209.95312 23.3125 209.95312 25.109375Q209.95312 25.21875 209.95312 25.4375L204.53125 25.4375Q204.60938 26.625 205.20312 27.265625Q205.8125 27.90625 206.73438 27.90625Q207.40625 27.90625 207.875 27.546875Q208.35938 27.1875 208.64062 26.40625ZM204.60938 24.421875L208.65625 24.421875Q208.57812 23.5 208.1875 23.046875Q207.60938 22.34375 206.67188 22.34375Q205.8125 22.34375 205.23438 22.90625Q204.67188 23.46875 204.60938 24.421875ZM220.51562 24.8125L220.51562 23.640625L224.76562 23.640625L224.76562 27.359375Q223.78125 28.140625 222.73438 28.53125Q221.70312 28.921875 220.60938 28.921875Q219.14062 28.921875 217.92188 28.296875Q216.71875 27.65625 216.10938 26.46875Q215.5 25.265625 215.5 23.78125Q215.5 22.328125 216.10938 21.0625Q216.71875 19.78125 217.85938 19.171875Q219.01562 18.5625 220.51562 18.5625Q221.59375 18.5625 222.46875 18.921875Q223.35938 19.265625 223.85938 19.890625Q224.35938 20.515625 224.60938 21.53125L223.42188 21.859375Q223.1875 21.09375 222.84375 20.65625Q222.51562 20.21875 221.89062 19.953125Q221.28125 19.6875 220.51562 19.6875Q219.60938 19.6875 218.9375 19.96875Q218.28125 20.25 217.875 20.703125Q217.46875 21.140625 217.25 21.6875Q216.85938 22.625 216.85938 23.703125Q216.85938 25.046875 217.3125 25.953125Q217.78125 26.84375 218.65625 27.28125Q219.54688 27.71875 220.54688 27.71875Q221.40625 27.71875 222.21875 27.390625Q223.04688 27.0625 223.46875 26.6875L223.46875 24.8125L220.51562 24.8125ZM226.21875 25.125Q226.21875 23.109375 227.34375 22.125Q228.26562 21.328125 229.625 21.328125Q231.10938 21.328125 232.0625 22.3125Q233.01562 23.28125 233.01562 25.015625Q233.01562 26.421875 232.59375 27.234375Q232.17188 28.03125 231.35938 28.484375Q230.5625 28.921875 229.625 28.921875Q228.09375 28.921875 227.15625 27.9375Q226.21875 26.953125 226.21875 25.125ZM227.48438 25.125Q227.48438 26.515625 228.09375 27.21875Q228.70312 27.90625 229.625 27.90625Q230.53125 27.90625 231.14062 27.203125Q231.75 26.5 231.75 25.078125Q231.75 23.734375 231.14062 23.046875Q230.53125 22.34375 229.625 22.34375Q228.70312 22.34375 228.09375 23.03125Q227.48438 23.71875 227.48438 25.125ZM243.40625 26.09375L244.625 26.25Q244.42188 27.5 243.59375 28.21875Q242.78125 28.921875 241.59375 28.921875Q240.10938 28.921875 239.20312 27.953125Q238.29688 26.96875 238.29688 25.140625Q238.29688 23.96875 238.6875 23.09375Q239.07812 22.203125 239.875 21.765625Q240.67188 21.328125 241.60938 21.328125Q242.78125 21.328125 243.53125 21.921875Q244.29688 22.515625 244.5 23.625L243.3125 23.8125Q243.14062 23.078125 242.70312 22.71875Q242.26562 22.34375 241.65625 22.34375Q240.71875 22.34375 240.14062 23.015625Q239.5625 23.671875 239.5625 25.109375Q239.5625 26.578125 240.125 27.25Q240.6875 27.90625 241.57812 27.90625Q242.3125 27.90625 242.79688 27.46875Q243.28125 27.015625 243.40625 26.09375ZM245.21875 25.125Q245.21875 23.109375 246.34375 22.125Q247.26562 21.328125 248.625 21.328125Q250.10938 21.328125 251.0625 22.3125Q252.01562 23.28125 252.01562 25.015625Q252.01562 26.421875 251.59375 27.234375Q251.17188 28.03125 250.35938 28.484375Q249.5625 28.921875 248.625 28.921875Q247.09375 28.921875 246.15625 27.9375Q245.21875 26.953125 245.21875 25.125ZM246.48438 25.125Q246.48438 26.515625 247.09375 27.21875Q247.70312 27.90625 248.625 27.90625Q249.53125 27.90625 250.14062 27.203125Q250.75 26.5 250.75 25.078125Q250.75 23.734375 250.14062 23.046875Q249.53125 22.34375 248.625 22.34375Q247.70312 22.34375 247.09375 23.03125Q246.48438 23.71875 246.48438 25.125ZM253.67188 28.75L253.67188 21.484375L254.78125 21.484375L254.78125 22.515625Q255.10938 21.96875 255.67188 21.65625Q256.25 21.328125 256.96875 21.328125Q257.78125 21.328125 258.29688 21.671875Q258.8125 22.0 259.03125 22.59375Q259.89062 21.328125 261.26562 21.328125Q262.34375 21.328125 262.92188 21.921875Q263.51562 22.515625 263.51562 23.765625L263.51562 28.75L262.28125 28.75L262.28125 24.171875Q262.28125 23.4375 262.15625 23.109375Q262.04688 22.78125 261.73438 22.59375Q261.42188 22.390625 261.0 22.390625Q260.23438 22.390625 259.71875 22.90625Q259.21875 23.40625 259.21875 24.53125L259.21875 28.75L257.98438 28.75L257.98438 24.03125Q257.98438 23.21875 257.6875 22.8125Q257.39062 22.390625 256.70312 22.390625Q256.1875 22.390625 255.73438 22.671875Q255.29688 22.9375 255.09375 23.46875Q254.90625 23.984375 254.90625 24.984375L254.90625 28.75L253.67188 28.75ZM265.67188 28.75L265.67188 21.484375L266.78125 21.484375L266.78125 22.515625Q267.10938 21.96875 267.67188 21.65625Q268.25 21.328125 268.96875 21.328125Q269.78125 21.328125 270.29688 21.671875Q270.8125 22.0 271.03125 22.59375Q271.89062 21.328125 273.26562 21.328125Q274.34375 21.328125 274.92188 21.921875Q275.51562 22.515625 275.51562 23.765625L275.51562 28.75L274.28125 28.75L274.28125 24.171875Q274.28125 23.4375 274.15625 23.109375Q274.04688 22.78125 273.73438 22.59375Q273.42188 22.390625 273.0 22.390625Q272.23438 22.390625 271.71875 22.90625Q271.21875 23.40625 271.21875 24.53125L271.21875 28.75L269.98438 28.75L269.98438 24.03125Q269.98438 23.21875 269.6875 22.8125Q269.39062 22.390625 268.70312 22.390625Q268.1875 22.390625 267.73438 22.671875Q267.29688 22.9375 267.09375 23.46875Q266.90625 23.984375 266.90625 24.984375L266.90625 28.75L265.67188 28.75ZM282.4375 28.75L282.4375 27.6875Q281.57812 28.921875 280.125 28.921875Q279.48438 28.921875 278.92188 28.671875Q278.375 28.421875 278.09375 28.046875Q277.82812 27.671875 277.71875 27.140625Q277.64062 26.78125 277.64062 25.984375L277.64062 21.484375L278.875 21.484375L278.875 25.515625Q278.875 26.484375 278.95312 26.8125Q279.0625 27.296875 279.4375 27.578125Q279.8125 27.859375 280.375 27.859375Q280.92188 27.859375 281.40625 27.578125Q281.89062 27.28125 282.09375 26.796875Q282.29688 26.3125 282.29688 25.375L282.29688 21.484375L283.53125 21.484375L283.53125 28.75L282.4375 28.75ZM285.67188 28.75L285.67188 21.484375L286.78125 21.484375L286.78125 22.515625Q287.57812 21.328125 289.09375 21.328125Q289.75 21.328125 290.29688 21.5625Q290.84375 21.796875 291.10938 22.1875Q291.39062 22.5625 291.5 23.09375Q291.57812 23.4375 291.57812 24.28125L291.57812 28.75L290.34375 28.75L290.34375 24.328125Q290.34375 23.578125 290.20312 23.21875Q290.0625 22.84375 289.6875 22.625Q289.32812 22.390625 288.82812 22.390625Q288.04688 22.390625 287.46875 22.890625Q286.90625 23.390625 286.90625 24.78125L286.90625 28.75L285.67188 28.75ZM293.6875 20.140625L293.6875 18.734375L294.90625 18.734375L294.90625 20.140625L293.6875 20.140625ZM293.6875 28.75L293.6875 21.484375L294.90625 21.484375L294.90625 28.75L293.6875 28.75ZM299.35938 27.65625L299.53125 28.734375Q299.01562 28.84375 298.60938 28.84375Q297.9375 28.84375 297.5625 28.640625Q297.20312 28.421875 297.04688 28.078125Q296.90625 27.734375 296.90625 26.625L296.90625 22.453125L296.0 22.453125L296.0 21.484375L296.90625 21.484375L296.90625 19.6875L298.125 18.953125L298.125 21.484375L299.35938 21.484375L299.35938 22.453125L298.125 22.453125L298.125 26.6875Q298.125 27.21875 298.1875 27.375Q298.25 27.515625 298.39062 27.609375Q298.54688 27.703125 298.8125 27.703125Q299.03125 27.703125 299.35938 27.65625ZM300.625 31.546875L300.48438 30.390625Q300.89062 30.5 301.1875 30.5Q301.59375 30.5 301.84375 30.359375Q302.09375 30.234375 302.25 29.984375Q302.35938 29.796875 302.625 29.0625Q302.65625 28.96875 302.73438 28.765625L299.96875 21.484375L301.29688 21.484375L302.8125 25.6875Q303.10938 26.5 303.34375 27.375Q303.54688 26.53125 303.84375 25.71875L305.39062 21.484375L306.625 21.484375L303.85938 28.875Q303.42188 30.0625 303.17188 30.515625Q302.84375 31.125 302.42188 31.40625Q302.0 31.703125 301.40625 31.703125Q301.0625 31.703125 300.625 31.546875ZM311.67188 28.75L311.67188 21.484375L312.78125 21.484375L312.78125 22.515625Q313.10938 21.96875 313.67188 21.65625Q314.25 21.328125 314.96875 21.328125Q315.78125 21.328125 316.29688 21.671875Q316.8125 22.0 317.03125 22.59375Q317.89062 21.328125 319.26562 21.328125Q320.34375 21.328125 320.92188 21.921875Q321.51562 22.515625 321.51562 23.765625L321.51562 28.75L320.28125 28.75L320.28125 24.171875Q320.28125 23.4375 320.15625 23.109375Q320.04688 22.78125 319.73438 22.59375Q319.42188 22.390625 319.0 22.390625Q318.23438 22.390625 317.71875 22.90625Q317.21875 23.40625 317.21875 24.53125L317.21875 28.75L315.98438 28.75L315.98438 24.03125Q315.98438 23.21875 315.6875 22.8125Q315.39062 22.390625 314.70312 22.390625Q314.1875 22.390625 313.73438 22.671875Q313.29688 22.9375 313.09375 23.46875Q312.90625 23.984375 312.90625 24.984375L312.90625 28.75L311.67188 28.75ZM323.21875 25.125Q323.21875 23.109375 324.34375 22.125Q325.26562 21.328125 326.625 21.328125Q328.10938 21.328125 329.0625 22.3125Q330.01562 23.28125 330.01562 25.015625Q330.01562 26.421875 329.59375 27.234375Q329.17188 28.03125 328.35938 28.484375Q327.5625 28.921875 326.625 28.921875Q325.09375 28.921875 324.15625 27.9375Q323.21875 26.953125 323.21875 25.125ZM324.48438 25.125Q324.48438 26.515625 325.09375 27.21875Q325.70312 27.90625 326.625 27.90625Q327.53125 27.90625 328.14062 27.203125Q328.75 26.5 328.75 25.078125Q328.75 23.734375 328.14062 23.046875Q327.53125 22.34375 326.625 22.34375Q325.70312 22.34375 325.09375 23.03125Q324.48438 23.71875 324.48438 25.125ZM331.65625 28.75L331.65625 21.484375L332.76562 21.484375L332.76562 22.59375Q333.1875 21.8125 333.54688 21.578125Q333.90625 21.328125 334.34375 21.328125Q334.96875 21.328125 335.60938 21.71875L335.1875 22.859375Q334.73438 22.59375 334.28125 22.59375Q333.875 22.59375 333.54688 22.84375Q333.23438 23.078125 333.09375 23.515625Q332.89062 24.171875 332.89062 24.953125L332.89062 28.75L331.65625 28.75ZM341.64062 26.40625L342.92188 26.5625Q342.60938 27.6875 341.79688 28.3125Q340.98438 28.921875 339.71875 28.921875Q338.125 28.921875 337.1875 27.9375Q336.26562 26.953125 336.26562 25.1875Q336.26562 23.34375 337.20312 22.34375Q338.15625 21.328125 339.65625 21.328125Q341.10938 21.328125 342.03125 22.328125Q342.95312 23.3125 342.95312 25.109375Q342.95312 25.21875 342.95312 25.4375L337.53125 25.4375Q337.60938 26.625 338.20312 27.265625Q338.8125 27.90625 339.73438 27.90625Q340.40625 27.90625 340.875 27.546875Q341.35938 27.1875 341.64062 26.40625ZM337.60938 24.421875L341.65625 24.421875Q341.57812 23.5 341.1875 23.046875Q340.60938 22.34375 339.67188 22.34375Q338.8125 22.34375 338.23438 22.90625Q337.67188 23.46875 337.60938 24.421875ZM350.01562 28.75L347.79688 21.484375L349.0625 21.484375L350.21875 25.6875L350.65625 27.234375Q350.67188 27.125 351.03125 25.734375L352.1875 21.484375L353.4375 21.484375L354.53125 25.703125L354.89062 27.09375L355.3125 25.6875L356.5625 21.484375L357.75 21.484375L355.48438 28.75L354.20312 28.75L353.04688 24.40625L352.76562 23.171875L351.29688 28.75L350.01562 28.75ZM363.64062 26.40625L364.92188 26.5625Q364.60938 27.6875 363.79688 28.3125Q362.98438 28.921875 361.71875 28.921875Q360.125 28.921875 359.1875 27.9375Q358.26562 26.953125 358.26562 25.1875Q358.26562 23.34375 359.20312 22.34375Q360.15625 21.328125 361.65625 21.328125Q363.10938 21.328125 364.03125 22.328125Q364.95312 23.3125 364.95312 25.109375Q364.95312 25.21875 364.95312 25.4375L359.53125 25.4375Q359.60938 26.625 360.20312 27.265625Q360.8125 27.90625 361.73438 27.90625Q362.40625 27.90625 362.875 27.546875Q363.35938 27.1875 363.64062 26.40625ZM359.60938 24.421875L363.65625 24.421875Q363.57812 23.5 363.1875 23.046875Q362.60938 22.34375 361.67188 22.34375Q360.8125 22.34375 360.23438 22.90625Q359.67188 23.46875 359.60938 24.421875ZM366.64062 28.75L366.64062 18.734375L367.875 18.734375L367.875 28.75L366.64062 28.75ZM374.40625 26.09375L375.625 26.25Q375.42188 27.5 374.59375 28.21875Q373.78125 28.921875 372.59375 28.921875Q371.10938 28.921875 370.20312 27.953125Q369.29688 26.96875 369.29688 25.140625Q369.29688 23.96875 369.6875 23.09375Q370.07812 22.203125 370.875 21.765625Q371.67188 21.328125 372.60938 21.328125Q373.78125 21.328125 374.53125 21.921875Q375.29688 22.515625 375.5 23.625L374.3125 23.8125Q374.14062 23.078125 373.70312 22.71875Q373.26562 22.34375 372.65625 22.34375Q371.71875 22.34375 371.14062 23.015625Q370.5625 23.671875 370.5625 25.109375Q370.5625 26.578125 371.125 27.25Q371.6875 27.90625 372.57812 27.90625Q373.3125 27.90625 373.79688 27.46875Q374.28125 27.015625 374.40625 26.09375ZM376.21875 25.125Q376.21875 23.109375 377.34375 22.125Q378.26562 21.328125 379.625 21.328125Q381.10938 21.328125 382.0625 22.3125Q383.01562 23.28125 383.01562 25.015625Q383.01562 26.421875 382.59375 27.234375Q382.17188 28.03125 381.35938 28.484375Q380.5625 28.921875 379.625 28.921875Q378.09375 28.921875 377.15625 27.9375Q376.21875 26.953125 376.21875 25.125ZM377.48438 25.125Q377.48438 26.515625 378.09375 27.21875Q378.70312 27.90625 379.625 27.90625Q380.53125 27.90625 381.14062 27.203125Q381.75 26.5 381.75 25.078125Q381.75 23.734375 381.14062 23.046875Q380.53125 22.34375 379.625 22.34375Q378.70312 22.34375 378.09375 23.03125Q377.48438 23.71875 377.48438 25.125ZM384.67188 28.75L384.67188 21.484375L385.78125 21.484375L385.78125 22.515625Q386.10938 21.96875 386.67188 21.65625Q387.25 21.328125 387.96875 21.328125Q388.78125 21.328125 389.29688 21.671875Q389.8125 22.0 390.03125 22.59375Q390.89062 21.328125 392.26562 21.328125Q393.34375 21.328125 393.92188 21.921875Q394.51562 22.515625 394.51562 23.765625L394.51562 28.75L393.28125 28.75L393.28125 24.171875Q393.28125 23.4375 393.15625 23.109375Q393.04688 22.78125 392.73438 22.59375Q392.42188 22.390625 392.0 22.390625Q391.23438 22.390625 390.71875 22.90625Q390.21875 23.40625 390.21875 24.53125L390.21875 28.75L388.98438 28.75L388.98438 24.03125Q388.98438 23.21875 388.6875 22.8125Q388.39062 22.390625 387.70312 22.390625Q387.1875 22.390625 386.73438 22.671875Q386.29688 22.9375 386.09375 23.46875Q385.90625 23.984375 385.90625 24.984375L385.90625 28.75L384.67188 28.75ZM396.6875 20.140625L396.6875 18.734375L397.90625 18.734375L397.90625 20.140625L396.6875 20.140625ZM396.6875 28.75L396.6875 21.484375L397.90625 21.484375L397.90625 28.75L396.6875 28.75ZM399.67188 28.75L399.67188 21.484375L400.78125 21.484375L400.78125 22.515625Q401.57812 21.328125 403.09375 21.328125Q403.75 21.328125 404.29688 21.5625Q404.84375 21.796875 405.10938 22.1875Q405.39062 22.5625 405.5 23.09375Q405.57812 23.4375 405.57812 24.28125L405.57812 28.75L404.34375 28.75L404.34375 24.328125Q404.34375 23.578125 404.20312 23.21875Q404.0625 22.84375 403.6875 22.625Q403.32812 22.390625 402.82812 22.390625Q402.04688 22.390625 401.46875 22.890625Q400.90625 23.390625 400.90625 24.78125L400.90625 28.75L399.67188 28.75ZM407.45312 29.359375L408.64062 29.53125Q408.71875 30.078125 409.0625 30.34375Q409.51562 30.671875 410.3125 30.671875Q411.17188 30.671875 411.625 30.328125Q412.09375 30.0 412.26562 29.375Q412.35938 29.0 412.34375 27.796875Q411.54688 28.75 410.34375 28.75Q408.84375 28.75 408.01562 27.671875Q407.20312 26.59375 407.20312 25.078125Q407.20312 24.046875 407.57812 23.171875Q407.95312 22.28125 408.65625 21.8125Q409.375 21.328125 410.34375 21.328125Q411.625 21.328125 412.46875 22.359375L412.46875 21.484375L413.59375 21.484375L413.59375 27.765625Q413.59375 29.46875 413.25 30.171875Q412.90625 30.875 412.15625 31.28125Q411.40625 31.703125 410.3125 31.703125Q409.01562 31.703125 408.21875 31.109375Q407.42188 30.53125 407.45312 29.359375ZM408.46875 24.984375Q408.46875 26.421875 409.03125 27.078125Q409.59375 27.734375 410.45312 27.734375Q411.29688 27.734375 411.875 27.078125Q412.45312 26.421875 412.45312 25.03125Q412.45312 23.703125 411.85938 23.03125Q411.26562 22.34375 410.4375 22.34375Q409.60938 22.34375 409.03125 23.015625Q408.46875 23.671875 408.46875 24.984375ZM417.98438 26.28125Q417.96875 26.03125 417.96875 25.90625Q417.96875 25.1875 418.17188 24.65625Q418.32812 24.265625 418.65625 23.859375Q418.90625 23.5625 419.54688 23.0Q420.1875 22.4375 420.375 22.109375Q420.5625 21.765625 420.5625 21.375Q420.5625 20.65625 420.0 20.109375Q419.45312 19.5625 418.64062 19.5625Q417.84375 19.5625 417.3125 20.0625Q416.79688 20.546875 416.625 21.59375L415.35938 21.453125Q415.53125 20.046875 416.375 19.3125Q417.21875 18.5625 418.60938 18.5625Q420.07812 18.5625 420.95312 19.359375Q421.82812 20.15625 421.82812 21.296875Q421.82812 21.953125 421.51562 22.515625Q421.21875 23.0625 420.32812 23.84375Q419.71875 24.375 419.53125 24.640625Q419.34375 24.890625 419.25 25.21875Q419.17188 25.546875 419.15625 26.28125L417.98438 26.28125ZM417.90625 28.75L417.90625 27.34375L419.29688 27.34375L419.29688 28.75L417.90625 28.75Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig24.svg b/_content/survey2018/fig24.svg
deleted file mode 100644
index 826355f..0000000
--- a/_content/survey2018/fig24.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 626.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="626" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M179.5 64.5L179.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M257.5 64.5L257.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M335.5 64.5L335.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M413.5 64.5L413.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M491.5 64.5L491.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 64.5L570.5 529.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M179.5 64.0L570.0 64.0L570.0 529.5L179.5 529.5L179.5 64.0Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 106.0L180.0 79.0L269.0 79.0L269.0 106.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 106.0L180.0 79.0L269.0 79.0L269.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 147.0L180.0 120.0L250.0 120.0L250.0 147.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 147.0L180.0 120.0L250.0 120.0L250.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 188.0L180.0 161.0L234.0 161.0L234.0 188.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 188.0L180.0 161.0L234.0 161.0L234.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 229.0L180.0 202.0L211.0 202.0L211.0 229.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 229.0L180.0 202.0L211.0 202.0L211.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 270.0L180.0 243.0L195.0 243.0L195.0 270.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 270.0L180.0 243.0L195.0 243.0L195.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 311.0L180.0 284.0L191.0 284.0L191.0 311.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 311.0L180.0 284.0L191.0 284.0L191.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 352.0L180.0 325.0L191.0 325.0L191.0 352.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 352.0L180.0 325.0L191.0 325.0L191.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 393.0L180.0 366.0L191.0 366.0L191.0 393.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 393.0L180.0 366.0L191.0 366.0L191.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 434.0L180.0 407.0L187.0 407.0L187.0 434.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 434.0L180.0 407.0L187.0 407.0L187.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 475.0L180.0 448.0L183.0 448.0L183.0 475.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 475.0L180.0 448.0L183.0 448.0L183.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 516.0L180.0 489.0L199.0 489.0L199.0 516.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M180.0 516.0L180.0 489.0L199.0 489.0L199.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M269.0 106.0L269.0 79.0L324.0 79.0L324.0 106.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M269.0 106.0L269.0 79.0L324.0 79.0L324.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M250.0 147.0L250.0 120.0L312.0 120.0L312.0 147.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M250.0 147.0L250.0 120.0L312.0 120.0L312.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M234.0 188.0L234.0 161.0L285.0 161.0L285.0 188.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M234.0 188.0L234.0 161.0L285.0 161.0L285.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M211.0 229.0L211.0 202.0L246.0 202.0L246.0 229.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M211.0 229.0L211.0 202.0L246.0 202.0L246.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 270.0L195.0 243.0L230.0 243.0L230.0 270.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M195.0 270.0L195.0 243.0L230.0 243.0L230.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 311.0L191.0 284.0L211.0 284.0L211.0 311.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M191.0 311.0L191.0 284.0L211.0 284.0L211.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 352.0L191.0 325.0L207.0 325.0L207.0 352.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M191.0 352.0L191.0 325.0L207.0 325.0L207.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 393.0L191.0 366.0L207.0 366.0L207.0 393.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M191.0 393.0L191.0 366.0L207.0 366.0L207.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 434.0L187.0 407.0L199.0 407.0L199.0 434.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M187.0 434.0L187.0 407.0L199.0 407.0L199.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M183.0 475.0L183.0 448.0L187.0 448.0L187.0 475.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M183.0 475.0L183.0 448.0L187.0 448.0L187.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 516.0L199.0 489.0L222.0 489.0L222.0 516.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M199.0 516.0L199.0 489.0L222.0 489.0L222.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M324.0 106.0L324.0 79.0L371.0 79.0L371.0 106.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M324.0 106.0L324.0 79.0L371.0 79.0L371.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M312.0 147.0L312.0 120.0L351.0 120.0L351.0 147.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M312.0 147.0L312.0 120.0L351.0 120.0L351.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M285.0 188.0L285.0 161.0L316.0 161.0L316.0 188.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M285.0 188.0L285.0 161.0L316.0 161.0L316.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M246.0 229.0L246.0 202.0L281.0 202.0L281.0 229.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M246.0 229.0L246.0 202.0L281.0 202.0L281.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M230.0 270.0L230.0 243.0L273.0 243.0L273.0 270.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M230.0 270.0L230.0 243.0L273.0 243.0L273.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M211.0 311.0L211.0 284.0L234.0 284.0L234.0 311.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M211.0 311.0L211.0 284.0L234.0 284.0L234.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 352.0L207.0 325.0L226.0 325.0L226.0 352.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M207.0 352.0L207.0 325.0L226.0 325.0L226.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 393.0L207.0 366.0L222.0 366.0L222.0 393.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M207.0 393.0L207.0 366.0L222.0 366.0L222.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 434.0L199.0 407.0L211.0 407.0L211.0 434.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M199.0 434.0L199.0 407.0L211.0 407.0L211.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 475.0L187.0 448.0L195.0 448.0L195.0 475.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M187.0 475.0L187.0 448.0L195.0 448.0L195.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 516.0L222.0 489.0L254.0 489.0L254.0 516.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M222.0 516.0L222.0 489.0L254.0 489.0L254.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M371.0 106.0L371.0 79.0L402.0 79.0L402.0 106.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M371.0 106.0L371.0 79.0L402.0 79.0L402.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M351.0 147.0L351.0 120.0L375.0 120.0L375.0 147.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M351.0 147.0L351.0 120.0L375.0 120.0L375.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M316.0 188.0L316.0 161.0L340.0 161.0L340.0 188.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M316.0 188.0L316.0 161.0L340.0 161.0L340.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M281.0 229.0L281.0 202.0L312.0 202.0L312.0 229.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M281.0 229.0L281.0 202.0L312.0 202.0L312.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M273.0 270.0L273.0 243.0L304.0 243.0L304.0 270.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M273.0 270.0L273.0 243.0L304.0 243.0L304.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M234.0 311.0L234.0 284.0L254.0 284.0L254.0 311.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M234.0 311.0L234.0 284.0L254.0 284.0L254.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 352.0L226.0 325.0L242.0 325.0L242.0 352.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M226.0 352.0L226.0 325.0L242.0 325.0L242.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 393.0L222.0 366.0L238.0 366.0L238.0 393.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M222.0 393.0L222.0 366.0L238.0 366.0L238.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M211.0 434.0L211.0 407.0L222.0 407.0L222.0 434.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M211.0 434.0L211.0 407.0L222.0 407.0L222.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 475.0L195.0 448.0L203.0 448.0L203.0 475.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M195.0 475.0L195.0 448.0L203.0 448.0L203.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M254.0 516.0L254.0 489.0L285.0 489.0L285.0 516.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M254.0 516.0L254.0 489.0L285.0 489.0L285.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M402.0 106.0L402.0 79.0L420.0 79.0C421.10458 79.0 422.0 79.89543 422.0 81.0L422.0 104.0C422.0 105.10457 421.10458 106.0 420.0 106.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M402.0 106.0L402.0 79.0L420.0 79.0C421.10458 79.0 422.0 79.89543 422.0 81.0L422.0 104.0C422.0 105.10457 421.10458 106.0 420.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M375.0 147.0L375.0 120.0L384.0 120.0C385.10458 120.0 386.0 120.89543 386.0 122.0L386.0 145.0C386.0 146.10457 385.10458 147.0 384.0 147.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M375.0 147.0L375.0 120.0L384.0 120.0C385.10458 120.0 386.0 120.89543 386.0 122.0L386.0 145.0C386.0 146.10457 385.10458 147.0 384.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M340.0 188.0L340.0 161.0L349.0 161.0C350.10458 161.0 351.0 161.89543 351.0 163.0L351.0 186.0C351.0 187.10457 350.10458 188.0 349.0 188.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M340.0 188.0L340.0 161.0L349.0 161.0C350.10458 161.0 351.0 161.89543 351.0 163.0L351.0 186.0C351.0 187.10457 350.10458 188.0 349.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M312.0 229.0L312.0 202.0L330.0 202.0C331.10458 202.0 332.0 202.89543 332.0 204.0L332.0 227.0C332.0 228.10457 331.10458 229.0 330.0 229.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M312.0 229.0L312.0 202.0L330.0 202.0C331.10458 202.0 332.0 202.89543 332.0 204.0L332.0 227.0C332.0 228.10457 331.10458 229.0 330.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M304.0 270.0L304.0 243.0L322.0 243.0C323.10458 243.0 324.0 243.89543 324.0 245.0L324.0 268.0C324.0 269.10458 323.10458 270.0 322.0 270.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M304.0 270.0L304.0 243.0L322.0 243.0C323.10458 243.0 324.0 243.89543 324.0 245.0L324.0 268.0C324.0 269.10458 323.10458 270.0 322.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M254.0 311.0L254.0 284.0L263.0 284.0C264.10458 284.0 265.0 284.89542 265.0 286.0L265.0 309.0C265.0 310.10458 264.10458 311.0 263.0 311.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M254.0 311.0L254.0 284.0L263.0 284.0C264.10458 284.0 265.0 284.89542 265.0 286.0L265.0 309.0C265.0 310.10458 264.10458 311.0 263.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M242.0 352.0L242.0 325.0L256.0 325.0C257.10458 325.0 258.0 325.89542 258.0 327.0L258.0 350.0C258.0 351.10458 257.10458 352.0 256.0 352.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M242.0 352.0L242.0 325.0L256.0 325.0C257.10458 325.0 258.0 325.89542 258.0 327.0L258.0 350.0C258.0 351.10458 257.10458 352.0 256.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 393.0L238.0 366.0L248.0 366.0C249.10457 366.0 250.0 366.89542 250.0 368.0L250.0 391.0C250.0 392.10458 249.10457 393.0 248.0 393.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M238.0 393.0L238.0 366.0L248.0 366.0C249.10457 366.0 250.0 366.89542 250.0 368.0L250.0 391.0C250.0 392.10458 249.10457 393.0 248.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 434.0L222.0 407.0L236.0 407.0C237.10457 407.0 238.0 407.89542 238.0 409.0L238.0 432.0C238.0 433.10458 237.10457 434.0 236.0 434.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M222.0 434.0L222.0 407.0L236.0 407.0C237.10457 407.0 238.0 407.89542 238.0 409.0L238.0 432.0C238.0 433.10458 237.10457 434.0 236.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M203.0 475.0L203.0 448.0L213.0 448.0C214.10457 448.0 215.0 448.89542 215.0 450.0L215.0 473.0C215.0 474.10458 214.10457 475.0 213.0 475.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M203.0 475.0L203.0 448.0L213.0 448.0C214.10457 448.0 215.0 448.89542 215.0 450.0L215.0 473.0C215.0 474.10458 214.10457 475.0 213.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M285.0 516.0L285.0 489.0L314.0 489.0C315.10458 489.0 316.0 489.89542 316.0 491.0L316.0 514.0C316.0 515.10455 315.10458 516.0 314.0 516.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M285.0 516.0L285.0 489.0L314.0 489.0C315.10458 489.0 316.0 489.89542 316.0 491.0L316.0 514.0C316.0 515.10455 315.10458 516.0 314.0 516.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M439.57874 89.515625L438.53186 89.59375Q438.39124 88.96875 438.14124 88.6875Q437.70374 88.234375 437.07874 88.234375Q436.57874 88.234375 436.1881 88.515625Q435.70374 88.890625 435.40686 89.59375Q435.1256 90.28125 435.11 91.5625Q435.485 90.984375 436.03186 90.703125Q436.59436 90.421875 437.20374 90.421875Q438.2506 90.421875 438.985 91.203125Q439.735 91.984375 439.735 93.203125Q439.735 94.015625 439.3756 94.71875Q439.03186 95.40625 438.4225 95.78125Q437.8131 96.140625 437.0475 96.140625Q435.71936 96.140625 434.89124 95.171875Q434.0631 94.203125 434.0631 91.984375Q434.0631 89.484375 434.985 88.359375Q435.78186 87.375 437.14124 87.375Q438.15686 87.375 438.7975 87.953125Q439.45374 88.515625 439.57874 89.515625ZM435.28186 93.21875Q435.28186 93.765625 435.5006 94.265625Q435.735 94.75 436.14124 95.015625Q436.5631 95.28125 437.03186 95.28125Q437.6881 95.28125 438.1725 94.75Q438.65686 94.203125 438.65686 93.28125Q438.65686 92.390625 438.1725 91.875Q437.70374 91.359375 436.985 91.359375Q436.26624 91.359375 435.76624 91.875Q435.28186 92.390625 435.28186 93.21875ZM446.65686 94.984375L446.65686 96.0L440.96936 96.0Q440.96936 95.625 441.09436 95.265625Q441.3131 94.6875 441.78186 94.125Q442.26624 93.5625 443.1725 92.828125Q444.57874 91.671875 445.0631 91.0Q445.5631 90.328125 445.5631 89.734375Q445.5631 89.109375 445.11 88.6875Q444.65686 88.25 443.9381 88.25Q443.1725 88.25 442.71936 88.703125Q442.26624 89.15625 442.2506 89.96875L441.1725 89.859375Q441.28186 88.640625 442.0006 88.015625Q442.735 87.375 443.96936 87.375Q445.20374 87.375 445.9225 88.0625Q446.64124 88.75 446.64124 89.765625Q446.64124 90.28125 446.4225 90.78125Q446.21936 91.265625 445.71936 91.828125Q445.235 92.375 444.11 93.328125Q443.15686 94.125 442.8756 94.421875Q442.61 94.703125 442.4381 94.984375L446.65686 94.984375ZM448.3131 89.46875Q448.3131 88.546875 448.76624 87.90625Q449.235 87.265625 450.11 87.265625Q450.9225 87.265625 451.45374 87.84375Q451.985 88.421875 451.985 89.53125Q451.985 90.625 451.4381 91.21875Q450.90686 91.796875 450.1256 91.796875Q449.34436 91.796875 448.82874 91.21875Q448.3131 90.640625 448.3131 89.46875ZM450.14124 87.984375Q449.7506 87.984375 449.485 88.328125Q449.235 88.671875 449.235 89.578125Q449.235 90.40625 449.485 90.75Q449.7506 91.078125 450.14124 91.078125Q450.5475 91.078125 450.7975 90.734375Q451.0631 90.390625 451.0631 89.5Q451.0631 88.65625 450.7975 88.328125Q450.53186 87.984375 450.14124 87.984375ZM450.14124 96.3125L454.84436 87.265625L455.70374 87.265625L451.01624 96.3125L450.14124 96.3125ZM453.86 93.984375Q453.86 93.0625 454.3131 92.421875Q454.78186 91.78125 455.6725 91.78125Q456.485 91.78125 457.01624 92.359375Q457.5475 92.921875 457.5475 94.046875Q457.5475 95.140625 457.0006 95.734375Q456.46936 96.3125 455.6725 96.3125Q454.90686 96.3125 454.3756 95.734375Q453.86 95.15625 453.86 93.984375ZM455.70374 92.5Q455.2975 92.5 455.03186 92.84375Q454.78186 93.1875 454.78186 94.09375Q454.78186 94.90625 455.0475 95.25Q455.3131 95.59375 455.70374 95.59375Q456.09436 95.59375 456.36 95.25Q456.6256 94.90625 456.6256 94.0Q456.6256 93.171875 456.36 92.84375Q456.09436 92.5 455.70374 92.5Z" fill-rule="nonzero"/><path fill="#666666" d="M439.57874 89.515625L438.53186 89.59375Q438.39124 88.96875 438.14124 88.6875Q437.70374 88.234375 437.07874 88.234375Q436.57874 88.234375 436.1881 88.515625Q435.70374 88.890625 435.40686 89.59375Q435.1256 90.28125 435.11 91.5625Q435.485 90.984375 436.03186 90.703125Q436.59436 90.421875 437.20374 90.421875Q438.2506 90.421875 438.985 91.203125Q439.735 91.984375 439.735 93.203125Q439.735 94.015625 439.3756 94.71875Q439.03186 95.40625 438.4225 95.78125Q437.8131 96.140625 437.0475 96.140625Q435.71936 96.140625 434.89124 95.171875Q434.0631 94.203125 434.0631 91.984375Q434.0631 89.484375 434.985 88.359375Q435.78186 87.375 437.14124 87.375Q438.15686 87.375 438.7975 87.953125Q439.45374 88.515625 439.57874 89.515625ZM435.28186 93.21875Q435.28186 93.765625 435.5006 94.265625Q435.735 94.75 436.14124 95.015625Q436.5631 95.28125 437.03186 95.28125Q437.6881 95.28125 438.1725 94.75Q438.65686 94.203125 438.65686 93.28125Q438.65686 92.390625 438.1725 91.875Q437.70374 91.359375 436.985 91.359375Q436.26624 91.359375 435.76624 91.875Q435.28186 92.390625 435.28186 93.21875ZM446.65686 94.984375L446.65686 96.0L440.96936 96.0Q440.96936 95.625 441.09436 95.265625Q441.3131 94.6875 441.78186 94.125Q442.26624 93.5625 443.1725 92.828125Q444.57874 91.671875 445.0631 91.0Q445.5631 90.328125 445.5631 89.734375Q445.5631 89.109375 445.11 88.6875Q444.65686 88.25 443.9381 88.25Q443.1725 88.25 442.71936 88.703125Q442.26624 89.15625 442.2506 89.96875L441.1725 89.859375Q441.28186 88.640625 442.0006 88.015625Q442.735 87.375 443.96936 87.375Q445.20374 87.375 445.9225 88.0625Q446.64124 88.75 446.64124 89.765625Q446.64124 90.28125 446.4225 90.78125Q446.21936 91.265625 445.71936 91.828125Q445.235 92.375 444.11 93.328125Q443.15686 94.125 442.8756 94.421875Q442.61 94.703125 442.4381 94.984375L446.65686 94.984375ZM448.3131 89.46875Q448.3131 88.546875 448.76624 87.90625Q449.235 87.265625 450.11 87.265625Q450.9225 87.265625 451.45374 87.84375Q451.985 88.421875 451.985 89.53125Q451.985 90.625 451.4381 91.21875Q450.90686 91.796875 450.1256 91.796875Q449.34436 91.796875 448.82874 91.21875Q448.3131 90.640625 448.3131 89.46875ZM450.14124 87.984375Q449.7506 87.984375 449.485 88.328125Q449.235 88.671875 449.235 89.578125Q449.235 90.40625 449.485 90.75Q449.7506 91.078125 450.14124 91.078125Q450.5475 91.078125 450.7975 90.734375Q451.0631 90.390625 451.0631 89.5Q451.0631 88.65625 450.7975 88.328125Q450.53186 87.984375 450.14124 87.984375ZM450.14124 96.3125L454.84436 87.265625L455.70374 87.265625L451.01624 96.3125L450.14124 96.3125ZM453.86 93.984375Q453.86 93.0625 454.3131 92.421875Q454.78186 91.78125 455.6725 91.78125Q456.485 91.78125 457.01624 92.359375Q457.5475 92.921875 457.5475 94.046875Q457.5475 95.140625 457.0006 95.734375Q456.46936 96.3125 455.6725 96.3125Q454.90686 96.3125 454.3756 95.734375Q453.86 95.15625 453.86 93.984375ZM455.70374 92.5Q455.2975 92.5 455.03186 92.84375Q454.78186 93.1875 454.78186 94.09375Q454.78186 94.90625 455.0475 95.25Q455.3131 95.59375 455.70374 95.59375Q456.09436 95.59375 456.36 95.25Q456.6256 94.90625 456.6256 94.0Q456.6256 93.171875 456.36 92.84375Q456.09436 92.5 455.70374 92.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M398.965 134.75L400.07437 134.65625Q400.19937 135.46875 400.63687 135.875Q401.09 136.28125 401.73062 136.28125Q402.48062 136.28125 403.01187 135.70312Q403.54312 135.125 403.54312 134.1875Q403.54312 133.28125 403.0275 132.76562Q402.5275 132.23438 401.69937 132.23438Q401.19937 132.23438 400.7775 132.46875Q400.37125 132.70312 400.13687 133.0625L399.1525 132.9375L399.98062 128.53125L404.26187 128.53125L404.26187 129.53125L400.82437 129.53125L400.37125 131.84375Q401.13687 131.29688 401.98062 131.29688Q403.10562 131.29688 403.87125 132.07812Q404.6525 132.85938 404.6525 134.09375Q404.6525 135.25 403.98062 136.10938Q403.1525 137.14062 401.73062 137.14062Q400.55875 137.14062 399.80875 136.48438Q399.07437 135.82812 398.965 134.75ZM405.965 134.73438L407.0275 134.59375Q407.19937 135.48438 407.63687 135.89062Q408.07437 136.28125 408.69937 136.28125Q409.44937 136.28125 409.965 135.76562Q410.48062 135.25 410.48062 134.48438Q410.48062 133.76562 409.99625 133.29688Q409.5275 132.8125 408.79312 132.8125Q408.49625 132.8125 408.04312 132.9375L408.16812 132.0Q408.2775 132.01562 408.34 132.01562Q409.01187 132.01562 409.54312 131.67188Q410.09 131.3125 410.09 130.57812Q410.09 130.0 409.69937 129.625Q409.30875 129.23438 408.68375 129.23438Q408.07437 129.23438 407.6525 129.625Q407.24625 130.01562 407.13687 130.78125L406.07437 130.59375Q406.26187 129.54688 406.94937 128.96875Q407.63687 128.375 408.6525 128.375Q409.35562 128.375 409.94937 128.6875Q410.54312 128.98438 410.85562 129.5Q411.16812 130.01562 411.16812 130.60938Q411.16812 131.15625 410.87125 131.625Q410.57437 132.07812 409.99625 132.34375Q410.74625 132.51562 411.16812 133.07812Q411.59 133.625 411.59 134.46875Q411.59 135.59375 410.76187 136.375Q409.94937 137.15625 408.69937 137.15625Q407.57437 137.15625 406.82437 136.48438Q406.07437 135.79688 405.965 134.73438ZM413.16812 130.46875Q413.16812 129.54688 413.62125 128.90625Q414.09 128.26562 414.965 128.26562Q415.7775 128.26562 416.30875 128.84375Q416.84 129.42188 416.84 130.53125Q416.84 131.625 416.29312 132.21875Q415.76187 132.79688 414.98062 132.79688Q414.19937 132.79688 413.68375 132.21875Q413.16812 131.64062 413.16812 130.46875ZM414.99625 128.98438Q414.60562 128.98438 414.34 129.32812Q414.09 129.67188 414.09 130.57812Q414.09 131.40625 414.34 131.75Q414.60562 132.07812 414.99625 132.07812Q415.4025 132.07812 415.6525 131.73438Q415.91812 131.39062 415.91812 130.5Q415.91812 129.65625 415.6525 129.32812Q415.38687 128.98438 414.99625 128.98438ZM414.99625 137.3125L419.69937 128.26562L420.55875 128.26562L415.87125 137.3125L414.99625 137.3125ZM418.715 134.98438Q418.715 134.0625 419.16812 133.42188Q419.63687 132.78125 420.5275 132.78125Q421.34 132.78125 421.87125 133.35938Q422.4025 133.92188 422.4025 135.04688Q422.4025 136.14062 421.85562 136.73438Q421.32437 137.3125 420.5275 137.3125Q419.76187 137.3125 419.23062 136.73438Q418.715 136.15625 418.715 134.98438ZM420.55875 133.5Q420.1525 133.5 419.88687 133.84375Q419.63687 134.1875 419.63687 135.09375Q419.63687 135.90625 419.9025 136.25Q420.16812 136.59375 420.55875 136.59375Q420.94937 136.59375 421.215 136.25Q421.48062 135.90625 421.48062 135.0Q421.48062 134.17188 421.215 133.84375Q420.94937 133.5 420.55875 133.5Z" fill-rule="nonzero"/><path fill="#666666" d="M398.965 134.75L400.07437 134.65625Q400.19937 135.46875 400.63687 135.875Q401.09 136.28125 401.73062 136.28125Q402.48062 136.28125 403.01187 135.70312Q403.54312 135.125 403.54312 134.1875Q403.54312 133.28125 403.0275 132.76562Q402.5275 132.23438 401.69937 132.23438Q401.19937 132.23438 400.7775 132.46875Q400.37125 132.70312 400.13687 133.0625L399.1525 132.9375L399.98062 128.53125L404.26187 128.53125L404.26187 129.53125L400.82437 129.53125L400.37125 131.84375Q401.13687 131.29688 401.98062 131.29688Q403.10562 131.29688 403.87125 132.07812Q404.6525 132.85938 404.6525 134.09375Q404.6525 135.25 403.98062 136.10938Q403.1525 137.14062 401.73062 137.14062Q400.55875 137.14062 399.80875 136.48438Q399.07437 135.82812 398.965 134.75ZM405.965 134.73438L407.0275 134.59375Q407.19937 135.48438 407.63687 135.89062Q408.07437 136.28125 408.69937 136.28125Q409.44937 136.28125 409.965 135.76562Q410.48062 135.25 410.48062 134.48438Q410.48062 133.76562 409.99625 133.29688Q409.5275 132.8125 408.79312 132.8125Q408.49625 132.8125 408.04312 132.9375L408.16812 132.0Q408.2775 132.01562 408.34 132.01562Q409.01187 132.01562 409.54312 131.67188Q410.09 131.3125 410.09 130.57812Q410.09 130.0 409.69937 129.625Q409.30875 129.23438 408.68375 129.23438Q408.07437 129.23438 407.6525 129.625Q407.24625 130.01562 407.13687 130.78125L406.07437 130.59375Q406.26187 129.54688 406.94937 128.96875Q407.63687 128.375 408.6525 128.375Q409.35562 128.375 409.94937 128.6875Q410.54312 128.98438 410.85562 129.5Q411.16812 130.01562 411.16812 130.60938Q411.16812 131.15625 410.87125 131.625Q410.57437 132.07812 409.99625 132.34375Q410.74625 132.51562 411.16812 133.07812Q411.59 133.625 411.59 134.46875Q411.59 135.59375 410.76187 136.375Q409.94937 137.15625 408.69937 137.15625Q407.57437 137.15625 406.82437 136.48438Q406.07437 135.79688 405.965 134.73438ZM413.16812 130.46875Q413.16812 129.54688 413.62125 128.90625Q414.09 128.26562 414.965 128.26562Q415.7775 128.26562 416.30875 128.84375Q416.84 129.42188 416.84 130.53125Q416.84 131.625 416.29312 132.21875Q415.76187 132.79688 414.98062 132.79688Q414.19937 132.79688 413.68375 132.21875Q413.16812 131.64062 413.16812 130.46875ZM414.99625 128.98438Q414.60562 128.98438 414.34 129.32812Q414.09 129.67188 414.09 130.57812Q414.09 131.40625 414.34 131.75Q414.60562 132.07812 414.99625 132.07812Q415.4025 132.07812 415.6525 131.73438Q415.91812 131.39062 415.91812 130.5Q415.91812 129.65625 415.6525 129.32812Q415.38687 128.98438 414.99625 128.98438ZM414.99625 137.3125L419.69937 128.26562L420.55875 128.26562L415.87125 137.3125L414.99625 137.3125ZM418.715 134.98438Q418.715 134.0625 419.16812 133.42188Q419.63687 132.78125 420.5275 132.78125Q421.34 132.78125 421.87125 133.35938Q422.4025 133.92188 422.4025 135.04688Q422.4025 136.14062 421.85562 136.73438Q421.32437 137.3125 420.5275 137.3125Q419.76187 137.3125 419.23062 136.73438Q418.715 136.15625 418.715 134.98438ZM420.55875 133.5Q420.1525 133.5 419.88687 133.84375Q419.63687 134.1875 419.63687 135.09375Q419.63687 135.90625 419.9025 136.25Q420.16812 136.59375 420.55875 136.59375Q420.94937 136.59375 421.215 136.25Q421.48062 135.90625 421.48062 135.0Q421.48062 134.17188 421.215 133.84375Q420.94937 133.5 420.55875 133.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M367.195 178.0L367.195 175.9375L363.47626 175.9375L363.47626 174.96875L367.39813 169.40625L368.2575 169.40625L368.2575 174.96875L369.41376 174.96875L369.41376 175.9375L368.2575 175.9375L368.2575 178.0L367.195 178.0ZM367.195 174.96875L367.195 171.10938L364.5075 174.96875L367.195 174.96875ZM374.195 178.0L374.195 175.9375L370.47626 175.9375L370.47626 174.96875L374.39813 169.40625L375.2575 169.40625L375.2575 174.96875L376.41376 174.96875L376.41376 175.9375L375.2575 175.9375L375.2575 178.0L374.195 178.0ZM374.195 174.96875L374.195 171.10938L371.5075 174.96875L374.195 174.96875ZM378.02313 171.46875Q378.02313 170.54688 378.47626 169.90625Q378.945 169.26562 379.82 169.26562Q380.6325 169.26562 381.16376 169.84375Q381.695 170.42188 381.695 171.53125Q381.695 172.625 381.14813 173.21875Q380.61688 173.79688 379.83563 173.79688Q379.05438 173.79688 378.53876 173.21875Q378.02313 172.64062 378.02313 171.46875ZM379.85126 169.98438Q379.46063 169.98438 379.195 170.32812Q378.945 170.67188 378.945 171.57812Q378.945 172.40625 379.195 172.75Q379.46063 173.07812 379.85126 173.07812Q380.2575 173.07812 380.5075 172.73438Q380.77313 172.39062 380.77313 171.5Q380.77313 170.65625 380.5075 170.32812Q380.24188 169.98438 379.85126 169.98438ZM379.85126 178.3125L384.55438 169.26562L385.41376 169.26562L380.72626 178.3125L379.85126 178.3125ZM383.57 175.98438Q383.57 175.0625 384.02313 174.42188Q384.49188 173.78125 385.3825 173.78125Q386.195 173.78125 386.72626 174.35938Q387.2575 174.92188 387.2575 176.04688Q387.2575 177.14062 386.71063 177.73438Q386.17938 178.3125 385.3825 178.3125Q384.61688 178.3125 384.08563 177.73438Q383.57 177.15625 383.57 175.98438ZM385.41376 174.5Q385.0075 174.5 384.74188 174.84375Q384.49188 175.1875 384.49188 176.09375Q384.49188 176.90625 384.7575 177.25Q385.02313 177.59375 385.41376 177.59375Q385.80438 177.59375 386.07 177.25Q386.33563 176.90625 386.33563 176.0Q386.33563 175.17188 386.07 174.84375Q385.80438 174.5 385.41376 174.5Z" fill-rule="nonzero"/><path fill="#666666" d="M367.195 178.0L367.195 175.9375L363.47626 175.9375L363.47626 174.96875L367.39813 169.40625L368.2575 169.40625L368.2575 174.96875L369.41376 174.96875L369.41376 175.9375L368.2575 175.9375L368.2575 178.0L367.195 178.0ZM367.195 174.96875L367.195 171.10938L364.5075 174.96875L367.195 174.96875ZM374.195 178.0L374.195 175.9375L370.47626 175.9375L370.47626 174.96875L374.39813 169.40625L375.2575 169.40625L375.2575 174.96875L376.41376 174.96875L376.41376 175.9375L375.2575 175.9375L375.2575 178.0L374.195 178.0ZM374.195 174.96875L374.195 171.10938L371.5075 174.96875L374.195 174.96875ZM378.02313 171.46875Q378.02313 170.54688 378.47626 169.90625Q378.945 169.26562 379.82 169.26562Q380.6325 169.26562 381.16376 169.84375Q381.695 170.42188 381.695 171.53125Q381.695 172.625 381.14813 173.21875Q380.61688 173.79688 379.83563 173.79688Q379.05438 173.79688 378.53876 173.21875Q378.02313 172.64062 378.02313 171.46875ZM379.85126 169.98438Q379.46063 169.98438 379.195 170.32812Q378.945 170.67188 378.945 171.57812Q378.945 172.40625 379.195 172.75Q379.46063 173.07812 379.85126 173.07812Q380.2575 173.07812 380.5075 172.73438Q380.77313 172.39062 380.77313 171.5Q380.77313 170.65625 380.5075 170.32812Q380.24188 169.98438 379.85126 169.98438ZM379.85126 178.3125L384.55438 169.26562L385.41376 169.26562L380.72626 178.3125L379.85126 178.3125ZM383.57 175.98438Q383.57 175.0625 384.02313 174.42188Q384.49188 173.78125 385.3825 173.78125Q386.195 173.78125 386.72626 174.35938Q387.2575 174.92188 387.2575 176.04688Q387.2575 177.14062 386.71063 177.73438Q386.17938 178.3125 385.3825 178.3125Q384.61688 178.3125 384.08563 177.73438Q383.57 177.15625 383.57 175.98438ZM385.41376 174.5Q385.0075 174.5 384.74188 174.84375Q384.49188 175.1875 384.49188 176.09375Q384.49188 176.90625 384.7575 177.25Q385.02313 177.59375 385.41376 177.59375Q385.80438 177.59375 386.07 177.25Q386.33563 176.90625 386.33563 176.0Q386.33563 175.17188 386.07 174.84375Q385.80438 174.5 385.41376 174.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M344.295 216.73438L345.3575 216.59375Q345.5294 217.48438 345.9669 217.89062Q346.4044 218.28125 347.0294 218.28125Q347.7794 218.28125 348.295 217.76562Q348.81064 217.25 348.81064 216.48438Q348.81064 215.76562 348.32626 215.29688Q347.8575 214.8125 347.12314 214.8125Q346.82626 214.8125 346.37314 214.9375L346.49814 214.0Q346.6075 214.01562 346.67 214.01562Q347.3419 214.01562 347.87314 213.67188Q348.42 213.3125 348.42 212.57812Q348.42 212.0 348.0294 211.625Q347.63876 211.23438 347.01376 211.23438Q346.4044 211.23438 345.9825 211.625Q345.57626 212.01562 345.4669 212.78125L344.4044 212.59375Q344.5919 211.54688 345.2794 210.96875Q345.9669 210.375 346.9825 210.375Q347.68564 210.375 348.2794 210.6875Q348.87314 210.98438 349.18564 211.5Q349.49814 212.01562 349.49814 212.60938Q349.49814 213.15625 349.20126 213.625Q348.9044 214.07812 348.32626 214.34375Q349.07626 214.51562 349.49814 215.07812Q349.92 215.625 349.92 216.46875Q349.92 217.59375 349.0919 218.375Q348.2794 219.15625 347.0294 219.15625Q345.9044 219.15625 345.1544 218.48438Q344.4044 217.79688 344.295 216.73438ZM351.45126 217.01562L352.4669 216.92188Q352.5919 217.64062 352.95126 217.96875Q353.32626 218.28125 353.88876 218.28125Q354.37314 218.28125 354.7325 218.0625Q355.1075 217.82812 355.3419 217.46875Q355.57626 217.09375 355.7325 216.46875Q355.88876 215.82812 355.88876 215.17188Q355.88876 215.09375 355.88876 214.95312Q355.57626 215.45312 355.0294 215.78125Q354.4825 216.09375 353.8419 216.09375Q352.76376 216.09375 352.0294 215.32812Q351.295 214.54688 351.295 213.28125Q351.295 211.96875 352.06064 211.17188Q352.8419 210.375 353.99814 210.375Q354.82626 210.375 355.51376 210.82812Q356.2169 211.28125 356.57626 212.125Q356.93564 212.95312 356.93564 214.53125Q356.93564 216.17188 356.57626 217.15625Q356.2325 218.125 355.51376 218.64062Q354.81064 219.14062 353.87314 219.14062Q352.8575 219.14062 352.2169 218.59375Q351.57626 218.03125 351.45126 217.01562ZM355.76376 213.21875Q355.76376 212.3125 355.2794 211.78125Q354.81064 211.25 354.12314 211.25Q353.42 211.25 352.88876 211.82812Q352.37314 212.39062 352.37314 213.3125Q352.37314 214.125 352.87314 214.64062Q353.37314 215.15625 354.0919 215.15625Q354.82626 215.15625 355.295 214.64062Q355.76376 214.125 355.76376 213.21875ZM358.49814 212.46875Q358.49814 211.54688 358.95126 210.90625Q359.42 210.26562 360.295 210.26562Q361.1075 210.26562 361.63876 210.84375Q362.17 211.42188 362.17 212.53125Q362.17 213.625 361.62314 214.21875Q361.0919 214.79688 360.31064 214.79688Q359.5294 214.79688 359.01376 214.21875Q358.49814 213.64062 358.49814 212.46875ZM360.32626 210.98438Q359.93564 210.98438 359.67 211.32812Q359.42 211.67188 359.42 212.57812Q359.42 213.40625 359.67 213.75Q359.93564 214.07812 360.32626 214.07812Q360.7325 214.07812 360.9825 213.73438Q361.24814 213.39062 361.24814 212.5Q361.24814 211.65625 360.9825 211.32812Q360.7169 210.98438 360.32626 210.98438ZM360.32626 219.3125L365.0294 210.26562L365.88876 210.26562L361.20126 219.3125L360.32626 219.3125ZM364.045 216.98438Q364.045 216.0625 364.49814 215.42188Q364.9669 214.78125 365.8575 214.78125Q366.67 214.78125 367.20126 215.35938Q367.7325 215.92188 367.7325 217.04688Q367.7325 218.14062 367.18564 218.73438Q366.6544 219.3125 365.8575 219.3125Q365.0919 219.3125 364.56064 218.73438Q364.045 218.15625 364.045 216.98438ZM365.88876 215.5Q365.4825 215.5 365.2169 215.84375Q364.9669 216.1875 364.9669 217.09375Q364.9669 217.90625 365.2325 218.25Q365.49814 218.59375 365.88876 218.59375Q366.2794 218.59375 366.545 218.25Q366.81064 217.90625 366.81064 217.0Q366.81064 216.17188 366.545 215.84375Q366.2794 215.5 365.88876 215.5Z" fill-rule="nonzero"/><path fill="#666666" d="M344.295 216.73438L345.3575 216.59375Q345.5294 217.48438 345.9669 217.89062Q346.4044 218.28125 347.0294 218.28125Q347.7794 218.28125 348.295 217.76562Q348.81064 217.25 348.81064 216.48438Q348.81064 215.76562 348.32626 215.29688Q347.8575 214.8125 347.12314 214.8125Q346.82626 214.8125 346.37314 214.9375L346.49814 214.0Q346.6075 214.01562 346.67 214.01562Q347.3419 214.01562 347.87314 213.67188Q348.42 213.3125 348.42 212.57812Q348.42 212.0 348.0294 211.625Q347.63876 211.23438 347.01376 211.23438Q346.4044 211.23438 345.9825 211.625Q345.57626 212.01562 345.4669 212.78125L344.4044 212.59375Q344.5919 211.54688 345.2794 210.96875Q345.9669 210.375 346.9825 210.375Q347.68564 210.375 348.2794 210.6875Q348.87314 210.98438 349.18564 211.5Q349.49814 212.01562 349.49814 212.60938Q349.49814 213.15625 349.20126 213.625Q348.9044 214.07812 348.32626 214.34375Q349.07626 214.51562 349.49814 215.07812Q349.92 215.625 349.92 216.46875Q349.92 217.59375 349.0919 218.375Q348.2794 219.15625 347.0294 219.15625Q345.9044 219.15625 345.1544 218.48438Q344.4044 217.79688 344.295 216.73438ZM351.45126 217.01562L352.4669 216.92188Q352.5919 217.64062 352.95126 217.96875Q353.32626 218.28125 353.88876 218.28125Q354.37314 218.28125 354.7325 218.0625Q355.1075 217.82812 355.3419 217.46875Q355.57626 217.09375 355.7325 216.46875Q355.88876 215.82812 355.88876 215.17188Q355.88876 215.09375 355.88876 214.95312Q355.57626 215.45312 355.0294 215.78125Q354.4825 216.09375 353.8419 216.09375Q352.76376 216.09375 352.0294 215.32812Q351.295 214.54688 351.295 213.28125Q351.295 211.96875 352.06064 211.17188Q352.8419 210.375 353.99814 210.375Q354.82626 210.375 355.51376 210.82812Q356.2169 211.28125 356.57626 212.125Q356.93564 212.95312 356.93564 214.53125Q356.93564 216.17188 356.57626 217.15625Q356.2325 218.125 355.51376 218.64062Q354.81064 219.14062 353.87314 219.14062Q352.8575 219.14062 352.2169 218.59375Q351.57626 218.03125 351.45126 217.01562ZM355.76376 213.21875Q355.76376 212.3125 355.2794 211.78125Q354.81064 211.25 354.12314 211.25Q353.42 211.25 352.88876 211.82812Q352.37314 212.39062 352.37314 213.3125Q352.37314 214.125 352.87314 214.64062Q353.37314 215.15625 354.0919 215.15625Q354.82626 215.15625 355.295 214.64062Q355.76376 214.125 355.76376 213.21875ZM358.49814 212.46875Q358.49814 211.54688 358.95126 210.90625Q359.42 210.26562 360.295 210.26562Q361.1075 210.26562 361.63876 210.84375Q362.17 211.42188 362.17 212.53125Q362.17 213.625 361.62314 214.21875Q361.0919 214.79688 360.31064 214.79688Q359.5294 214.79688 359.01376 214.21875Q358.49814 213.64062 358.49814 212.46875ZM360.32626 210.98438Q359.93564 210.98438 359.67 211.32812Q359.42 211.67188 359.42 212.57812Q359.42 213.40625 359.67 213.75Q359.93564 214.07812 360.32626 214.07812Q360.7325 214.07812 360.9825 213.73438Q361.24814 213.39062 361.24814 212.5Q361.24814 211.65625 360.9825 211.32812Q360.7169 210.98438 360.32626 210.98438ZM360.32626 219.3125L365.0294 210.26562L365.88876 210.26562L361.20126 219.3125L360.32626 219.3125ZM364.045 216.98438Q364.045 216.0625 364.49814 215.42188Q364.9669 214.78125 365.8575 214.78125Q366.67 214.78125 367.20126 215.35938Q367.7325 215.92188 367.7325 217.04688Q367.7325 218.14062 367.18564 218.73438Q366.6544 219.3125 365.8575 219.3125Q365.0919 219.3125 364.56064 218.73438Q364.045 218.15625 364.045 216.98438ZM365.88876 215.5Q365.4825 215.5 365.2169 215.84375Q364.9669 216.1875 364.9669 217.09375Q364.9669 217.90625 365.2325 218.25Q365.49814 218.59375 365.88876 218.59375Q366.2794 218.59375 366.545 218.25Q366.81064 217.90625 366.81064 217.0Q366.81064 216.17188 366.545 215.84375Q366.2794 215.5 365.88876 215.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M336.485 257.73438L337.5475 257.59375Q337.71936 258.48438 338.15686 258.89062Q338.59436 259.28125 339.21936 259.28125Q339.96936 259.28125 340.485 258.76562Q341.0006 258.25 341.0006 257.48438Q341.0006 256.76562 340.51624 256.29688Q340.0475 255.8125 339.3131 255.8125Q339.01624 255.8125 338.5631 255.9375L338.6881 255.0Q338.7975 255.01562 338.86 255.01562Q339.53186 255.01562 340.0631 254.67188Q340.61 254.3125 340.61 253.57812Q340.61 253.0 340.21936 252.625Q339.82874 252.23438 339.20374 252.23438Q338.59436 252.23438 338.1725 252.625Q337.76624 253.01562 337.65686 253.78125L336.59436 253.59375Q336.78186 252.54688 337.46936 251.96875Q338.15686 251.375 339.1725 251.375Q339.8756 251.375 340.46936 251.6875Q341.0631 251.98438 341.3756 252.5Q341.6881 253.01562 341.6881 253.60938Q341.6881 254.15625 341.39124 254.625Q341.09436 255.07812 340.51624 255.34375Q341.26624 255.51562 341.6881 256.07812Q342.11 256.625 342.11 257.46875Q342.11 258.59375 341.28186 259.375Q340.46936 260.15625 339.21936 260.15625Q338.09436 260.15625 337.34436 259.48438Q336.59436 258.79688 336.485 257.73438ZM343.5475 252.53125L343.5475 251.51562L349.11 251.51562L349.11 252.34375Q348.2975 253.21875 347.485 254.67188Q346.6881 256.10938 346.2506 257.64062Q345.9225 258.71875 345.84436 260.0L344.7506 260.0Q344.76624 258.98438 345.14124 257.54688Q345.53186 256.10938 346.235 254.78125Q346.95374 253.45312 347.76624 252.53125L343.5475 252.53125ZM350.6881 253.46875Q350.6881 252.54688 351.14124 251.90625Q351.61 251.26562 352.485 251.26562Q353.2975 251.26562 353.82874 251.84375Q354.36 252.42188 354.36 253.53125Q354.36 254.625 353.8131 255.21875Q353.28186 255.79688 352.5006 255.79688Q351.71936 255.79688 351.20374 255.21875Q350.6881 254.64062 350.6881 253.46875ZM352.51624 251.98438Q352.1256 251.98438 351.86 252.32812Q351.61 252.67188 351.61 253.57812Q351.61 254.40625 351.86 254.75Q352.1256 255.07812 352.51624 255.07812Q352.9225 255.07812 353.1725 254.73438Q353.4381 254.39062 353.4381 253.5Q353.4381 252.65625 353.1725 252.32812Q352.90686 251.98438 352.51624 251.98438ZM352.51624 260.3125L357.21936 251.26562L358.07874 251.26562L353.39124 260.3125L352.51624 260.3125ZM356.235 257.98438Q356.235 257.0625 356.6881 256.42188Q357.15686 255.78125 358.0475 255.78125Q358.86 255.78125 359.39124 256.35938Q359.9225 256.92188 359.9225 258.04688Q359.9225 259.14062 359.3756 259.73438Q358.84436 260.3125 358.0475 260.3125Q357.28186 260.3125 356.7506 259.73438Q356.235 259.15625 356.235 257.98438ZM358.07874 256.5Q357.6725 256.5 357.40686 256.84375Q357.15686 257.1875 357.15686 258.09375Q357.15686 258.90625 357.4225 259.25Q357.6881 259.59375 358.07874 259.59375Q358.46936 259.59375 358.735 259.25Q359.0006 258.90625 359.0006 258.0Q359.0006 257.17188 358.735 256.84375Q358.46936 256.5 358.07874 256.5Z" fill-rule="nonzero"/><path fill="#666666" d="M336.485 257.73438L337.5475 257.59375Q337.71936 258.48438 338.15686 258.89062Q338.59436 259.28125 339.21936 259.28125Q339.96936 259.28125 340.485 258.76562Q341.0006 258.25 341.0006 257.48438Q341.0006 256.76562 340.51624 256.29688Q340.0475 255.8125 339.3131 255.8125Q339.01624 255.8125 338.5631 255.9375L338.6881 255.0Q338.7975 255.01562 338.86 255.01562Q339.53186 255.01562 340.0631 254.67188Q340.61 254.3125 340.61 253.57812Q340.61 253.0 340.21936 252.625Q339.82874 252.23438 339.20374 252.23438Q338.59436 252.23438 338.1725 252.625Q337.76624 253.01562 337.65686 253.78125L336.59436 253.59375Q336.78186 252.54688 337.46936 251.96875Q338.15686 251.375 339.1725 251.375Q339.8756 251.375 340.46936 251.6875Q341.0631 251.98438 341.3756 252.5Q341.6881 253.01562 341.6881 253.60938Q341.6881 254.15625 341.39124 254.625Q341.09436 255.07812 340.51624 255.34375Q341.26624 255.51562 341.6881 256.07812Q342.11 256.625 342.11 257.46875Q342.11 258.59375 341.28186 259.375Q340.46936 260.15625 339.21936 260.15625Q338.09436 260.15625 337.34436 259.48438Q336.59436 258.79688 336.485 257.73438ZM343.5475 252.53125L343.5475 251.51562L349.11 251.51562L349.11 252.34375Q348.2975 253.21875 347.485 254.67188Q346.6881 256.10938 346.2506 257.64062Q345.9225 258.71875 345.84436 260.0L344.7506 260.0Q344.76624 258.98438 345.14124 257.54688Q345.53186 256.10938 346.235 254.78125Q346.95374 253.45312 347.76624 252.53125L343.5475 252.53125ZM350.6881 253.46875Q350.6881 252.54688 351.14124 251.90625Q351.61 251.26562 352.485 251.26562Q353.2975 251.26562 353.82874 251.84375Q354.36 252.42188 354.36 253.53125Q354.36 254.625 353.8131 255.21875Q353.28186 255.79688 352.5006 255.79688Q351.71936 255.79688 351.20374 255.21875Q350.6881 254.64062 350.6881 253.46875ZM352.51624 251.98438Q352.1256 251.98438 351.86 252.32812Q351.61 252.67188 351.61 253.57812Q351.61 254.40625 351.86 254.75Q352.1256 255.07812 352.51624 255.07812Q352.9225 255.07812 353.1725 254.73438Q353.4381 254.39062 353.4381 253.5Q353.4381 252.65625 353.1725 252.32812Q352.90686 251.98438 352.51624 251.98438ZM352.51624 260.3125L357.21936 251.26562L358.07874 251.26562L353.39124 260.3125L352.51624 260.3125ZM356.235 257.98438Q356.235 257.0625 356.6881 256.42188Q357.15686 255.78125 358.0475 255.78125Q358.86 255.78125 359.39124 256.35938Q359.9225 256.92188 359.9225 258.04688Q359.9225 259.14062 359.3756 259.73438Q358.84436 260.3125 358.0475 260.3125Q357.28186 260.3125 356.7506 259.73438Q356.235 259.15625 356.235 257.98438ZM358.07874 256.5Q357.6725 256.5 357.40686 256.84375Q357.15686 257.1875 357.15686 258.09375Q357.15686 258.90625 357.4225 259.25Q357.6881 259.59375 358.07874 259.59375Q358.46936 259.59375 358.735 259.25Q359.0006 258.90625 359.0006 258.0Q359.0006 257.17188 358.735 256.84375Q358.46936 256.5 358.07874 256.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M283.45688 299.98438L283.45688 301.0L277.76938 301.0Q277.76938 300.625 277.89438 300.26562Q278.11313 299.6875 278.58188 299.125Q279.06625 298.5625 279.9725 297.82812Q281.37875 296.67188 281.86313 296.0Q282.36313 295.32812 282.36313 294.73438Q282.36313 294.10938 281.91 293.6875Q281.45688 293.25 280.73813 293.25Q279.9725 293.25 279.51938 293.70312Q279.06625 294.15625 279.05063 294.96875L277.9725 294.85938Q278.08188 293.64062 278.80063 293.01562Q279.535 292.375 280.76938 292.375Q282.00375 292.375 282.7225 293.0625Q283.44125 293.75 283.44125 294.76562Q283.44125 295.28125 283.2225 295.78125Q283.01938 296.26562 282.51938 296.82812Q282.035 297.375 280.91 298.32812Q279.95688 299.125 279.67563 299.42188Q279.41 299.70312 279.23813 299.98438L283.45688 299.98438ZM290.45688 299.98438L290.45688 301.0L284.76938 301.0Q284.76938 300.625 284.89438 300.26562Q285.11313 299.6875 285.58188 299.125Q286.06625 298.5625 286.9725 297.82812Q288.37875 296.67188 288.86313 296.0Q289.36313 295.32812 289.36313 294.73438Q289.36313 294.10938 288.91 293.6875Q288.45688 293.25 287.73813 293.25Q286.9725 293.25 286.51938 293.70312Q286.06625 294.15625 286.05063 294.96875L284.9725 294.85938Q285.08188 293.64062 285.80063 293.01562Q286.535 292.375 287.76938 292.375Q289.00375 292.375 289.7225 293.0625Q290.44125 293.75 290.44125 294.76562Q290.44125 295.28125 290.2225 295.78125Q290.01938 296.26562 289.51938 296.82812Q289.035 297.375 287.91 298.32812Q286.95688 299.125 286.67563 299.42188Q286.41 299.70312 286.23813 299.98438L290.45688 299.98438ZM292.11313 294.46875Q292.11313 293.54688 292.56625 292.90625Q293.035 292.26562 293.91 292.26562Q294.7225 292.26562 295.25375 292.84375Q295.785 293.42188 295.785 294.53125Q295.785 295.625 295.23813 296.21875Q294.70688 296.79688 293.92563 296.79688Q293.14438 296.79688 292.62875 296.21875Q292.11313 295.64062 292.11313 294.46875ZM293.94125 292.98438Q293.55063 292.98438 293.285 293.32812Q293.035 293.67188 293.035 294.57812Q293.035 295.40625 293.285 295.75Q293.55063 296.07812 293.94125 296.07812Q294.3475 296.07812 294.5975 295.73438Q294.86313 295.39062 294.86313 294.5Q294.86313 293.65625 294.5975 293.32812Q294.33188 292.98438 293.94125 292.98438ZM293.94125 301.3125L298.64438 292.26562L299.50375 292.26562L294.81625 301.3125L293.94125 301.3125ZM297.66 298.98438Q297.66 298.0625 298.11313 297.42188Q298.58188 296.78125 299.4725 296.78125Q300.285 296.78125 300.81625 297.35938Q301.3475 297.92188 301.3475 299.04688Q301.3475 300.14062 300.80063 300.73438Q300.26938 301.3125 299.4725 301.3125Q298.70688 301.3125 298.17563 300.73438Q297.66 300.15625 297.66 298.98438ZM299.50375 297.5Q299.0975 297.5 298.83188 297.84375Q298.58188 298.1875 298.58188 299.09375Q298.58188 299.90625 298.8475 300.25Q299.11313 300.59375 299.50375 300.59375Q299.89438 300.59375 300.16 300.25Q300.42563 299.90625 300.42563 299.0Q300.42563 298.17188 300.16 297.84375Q299.89438 297.5 299.50375 297.5Z" fill-rule="nonzero"/><path fill="#666666" d="M283.45688 299.98438L283.45688 301.0L277.76938 301.0Q277.76938 300.625 277.89438 300.26562Q278.11313 299.6875 278.58188 299.125Q279.06625 298.5625 279.9725 297.82812Q281.37875 296.67188 281.86313 296.0Q282.36313 295.32812 282.36313 294.73438Q282.36313 294.10938 281.91 293.6875Q281.45688 293.25 280.73813 293.25Q279.9725 293.25 279.51938 293.70312Q279.06625 294.15625 279.05063 294.96875L277.9725 294.85938Q278.08188 293.64062 278.80063 293.01562Q279.535 292.375 280.76938 292.375Q282.00375 292.375 282.7225 293.0625Q283.44125 293.75 283.44125 294.76562Q283.44125 295.28125 283.2225 295.78125Q283.01938 296.26562 282.51938 296.82812Q282.035 297.375 280.91 298.32812Q279.95688 299.125 279.67563 299.42188Q279.41 299.70312 279.23813 299.98438L283.45688 299.98438ZM290.45688 299.98438L290.45688 301.0L284.76938 301.0Q284.76938 300.625 284.89438 300.26562Q285.11313 299.6875 285.58188 299.125Q286.06625 298.5625 286.9725 297.82812Q288.37875 296.67188 288.86313 296.0Q289.36313 295.32812 289.36313 294.73438Q289.36313 294.10938 288.91 293.6875Q288.45688 293.25 287.73813 293.25Q286.9725 293.25 286.51938 293.70312Q286.06625 294.15625 286.05063 294.96875L284.9725 294.85938Q285.08188 293.64062 285.80063 293.01562Q286.535 292.375 287.76938 292.375Q289.00375 292.375 289.7225 293.0625Q290.44125 293.75 290.44125 294.76562Q290.44125 295.28125 290.2225 295.78125Q290.01938 296.26562 289.51938 296.82812Q289.035 297.375 287.91 298.32812Q286.95688 299.125 286.67563 299.42188Q286.41 299.70312 286.23813 299.98438L290.45688 299.98438ZM292.11313 294.46875Q292.11313 293.54688 292.56625 292.90625Q293.035 292.26562 293.91 292.26562Q294.7225 292.26562 295.25375 292.84375Q295.785 293.42188 295.785 294.53125Q295.785 295.625 295.23813 296.21875Q294.70688 296.79688 293.92563 296.79688Q293.14438 296.79688 292.62875 296.21875Q292.11313 295.64062 292.11313 294.46875ZM293.94125 292.98438Q293.55063 292.98438 293.285 293.32812Q293.035 293.67188 293.035 294.57812Q293.035 295.40625 293.285 295.75Q293.55063 296.07812 293.94125 296.07812Q294.3475 296.07812 294.5975 295.73438Q294.86313 295.39062 294.86313 294.5Q294.86313 293.65625 294.5975 293.32812Q294.33188 292.98438 293.94125 292.98438ZM293.94125 301.3125L298.64438 292.26562L299.50375 292.26562L294.81625 301.3125L293.94125 301.3125ZM297.66 298.98438Q297.66 298.0625 298.11313 297.42188Q298.58188 296.78125 299.4725 296.78125Q300.285 296.78125 300.81625 297.35938Q301.3475 297.92188 301.3475 299.04688Q301.3475 300.14062 300.80063 300.73438Q300.26938 301.3125 299.4725 301.3125Q298.70688 301.3125 298.17563 300.73438Q297.66 300.15625 297.66 298.98438ZM299.50375 297.5Q299.0975 297.5 298.83188 297.84375Q298.58188 298.1875 298.58188 299.09375Q298.58188 299.90625 298.8475 300.25Q299.11313 300.59375 299.50375 300.59375Q299.89438 300.59375 300.16 300.25Q300.42563 299.90625 300.42563 299.0Q300.42563 298.17188 300.16 297.84375Q299.89438 297.5 299.50375 297.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M275.64688 340.98438L275.64688 342.0L269.95938 342.0Q269.95938 341.625 270.08438 341.26562Q270.30313 340.6875 270.77188 340.125Q271.25626 339.5625 272.1625 338.82812Q273.56876 337.67188 274.05313 337.0Q274.55313 336.32812 274.55313 335.73438Q274.55313 335.10938 274.1 334.6875Q273.64688 334.25 272.92813 334.25Q272.1625 334.25 271.70938 334.70312Q271.25626 335.15625 271.24063 335.96875L270.1625 335.85938Q270.27188 334.64062 270.99063 334.01562Q271.725 333.375 272.95938 333.375Q274.19376 333.375 274.9125 334.0625Q275.63126 334.75 275.63126 335.76562Q275.63126 336.28125 275.4125 336.78125Q275.20938 337.26562 274.70938 337.82812Q274.225 338.375 273.1 339.32812Q272.14688 340.125 271.86563 340.42188Q271.6 340.70312 271.42813 340.98438L275.64688 340.98438ZM277.1 337.76562Q277.1 336.23438 277.4125 335.3125Q277.725 334.375 278.33438 333.875Q278.95938 333.375 279.89688 333.375Q280.58438 333.375 281.1 333.65625Q281.63126 333.9375 281.975 334.46875Q282.31876 334.98438 282.50626 335.73438Q282.69376 336.48438 282.69376 337.76562Q282.69376 339.28125 282.38126 340.20312Q282.08438 341.125 281.45938 341.64062Q280.85 342.14062 279.89688 342.14062Q278.6625 342.14062 277.94376 341.25Q277.1 340.1875 277.1 337.76562ZM278.17813 337.76562Q278.17813 339.875 278.67813 340.57812Q279.17813 341.28125 279.89688 341.28125Q280.63126 341.28125 281.11563 340.57812Q281.61563 339.875 281.61563 337.76562Q281.61563 335.64062 281.11563 334.95312Q280.63126 334.25 279.88126 334.25Q279.1625 334.25 278.725 334.85938Q278.17813 335.64062 278.17813 337.76562ZM284.30313 335.46875Q284.30313 334.54688 284.75626 333.90625Q285.225 333.26562 286.1 333.26562Q286.9125 333.26562 287.44376 333.84375Q287.975 334.42188 287.975 335.53125Q287.975 336.625 287.42813 337.21875Q286.89688 337.79688 286.11563 337.79688Q285.33438 337.79688 284.81876 337.21875Q284.30313 336.64062 284.30313 335.46875ZM286.13126 333.98438Q285.74063 333.98438 285.475 334.32812Q285.225 334.67188 285.225 335.57812Q285.225 336.40625 285.475 336.75Q285.74063 337.07812 286.13126 337.07812Q286.5375 337.07812 286.7875 336.73438Q287.05313 336.39062 287.05313 335.5Q287.05313 334.65625 286.7875 334.32812Q286.52188 333.98438 286.13126 333.98438ZM286.13126 342.3125L290.83438 333.26562L291.69376 333.26562L287.00626 342.3125L286.13126 342.3125ZM289.85 339.98438Q289.85 339.0625 290.30313 338.42188Q290.77188 337.78125 291.6625 337.78125Q292.475 337.78125 293.00626 338.35938Q293.5375 338.92188 293.5375 340.04688Q293.5375 341.14062 292.99063 341.73438Q292.45938 342.3125 291.6625 342.3125Q290.89688 342.3125 290.36563 341.73438Q289.85 341.15625 289.85 339.98438ZM291.69376 338.5Q291.2875 338.5 291.02188 338.84375Q290.77188 339.1875 290.77188 340.09375Q290.77188 340.90625 291.0375 341.25Q291.30313 341.59375 291.69376 341.59375Q292.08438 341.59375 292.35 341.25Q292.61563 340.90625 292.61563 340.0Q292.61563 339.17188 292.35 338.84375Q292.08438 338.5 291.69376 338.5Z" fill-rule="nonzero"/><path fill="#666666" d="M275.64688 340.98438L275.64688 342.0L269.95938 342.0Q269.95938 341.625 270.08438 341.26562Q270.30313 340.6875 270.77188 340.125Q271.25626 339.5625 272.1625 338.82812Q273.56876 337.67188 274.05313 337.0Q274.55313 336.32812 274.55313 335.73438Q274.55313 335.10938 274.1 334.6875Q273.64688 334.25 272.92813 334.25Q272.1625 334.25 271.70938 334.70312Q271.25626 335.15625 271.24063 335.96875L270.1625 335.85938Q270.27188 334.64062 270.99063 334.01562Q271.725 333.375 272.95938 333.375Q274.19376 333.375 274.9125 334.0625Q275.63126 334.75 275.63126 335.76562Q275.63126 336.28125 275.4125 336.78125Q275.20938 337.26562 274.70938 337.82812Q274.225 338.375 273.1 339.32812Q272.14688 340.125 271.86563 340.42188Q271.6 340.70312 271.42813 340.98438L275.64688 340.98438ZM277.1 337.76562Q277.1 336.23438 277.4125 335.3125Q277.725 334.375 278.33438 333.875Q278.95938 333.375 279.89688 333.375Q280.58438 333.375 281.1 333.65625Q281.63126 333.9375 281.975 334.46875Q282.31876 334.98438 282.50626 335.73438Q282.69376 336.48438 282.69376 337.76562Q282.69376 339.28125 282.38126 340.20312Q282.08438 341.125 281.45938 341.64062Q280.85 342.14062 279.89688 342.14062Q278.6625 342.14062 277.94376 341.25Q277.1 340.1875 277.1 337.76562ZM278.17813 337.76562Q278.17813 339.875 278.67813 340.57812Q279.17813 341.28125 279.89688 341.28125Q280.63126 341.28125 281.11563 340.57812Q281.61563 339.875 281.61563 337.76562Q281.61563 335.64062 281.11563 334.95312Q280.63126 334.25 279.88126 334.25Q279.1625 334.25 278.725 334.85938Q278.17813 335.64062 278.17813 337.76562ZM284.30313 335.46875Q284.30313 334.54688 284.75626 333.90625Q285.225 333.26562 286.1 333.26562Q286.9125 333.26562 287.44376 333.84375Q287.975 334.42188 287.975 335.53125Q287.975 336.625 287.42813 337.21875Q286.89688 337.79688 286.11563 337.79688Q285.33438 337.79688 284.81876 337.21875Q284.30313 336.64062 284.30313 335.46875ZM286.13126 333.98438Q285.74063 333.98438 285.475 334.32812Q285.225 334.67188 285.225 335.57812Q285.225 336.40625 285.475 336.75Q285.74063 337.07812 286.13126 337.07812Q286.5375 337.07812 286.7875 336.73438Q287.05313 336.39062 287.05313 335.5Q287.05313 334.65625 286.7875 334.32812Q286.52188 333.98438 286.13126 333.98438ZM286.13126 342.3125L290.83438 333.26562L291.69376 333.26562L287.00626 342.3125L286.13126 342.3125ZM289.85 339.98438Q289.85 339.0625 290.30313 338.42188Q290.77188 337.78125 291.6625 337.78125Q292.475 337.78125 293.00626 338.35938Q293.5375 338.92188 293.5375 340.04688Q293.5375 341.14062 292.99063 341.73438Q292.45938 342.3125 291.6625 342.3125Q290.89688 342.3125 290.36563 341.73438Q289.85 341.15625 289.85 339.98438ZM291.69376 338.5Q291.2875 338.5 291.02188 338.84375Q290.77188 339.1875 290.77188 340.09375Q290.77188 340.90625 291.0375 341.25Q291.30313 341.59375 291.69376 341.59375Q292.08438 341.59375 292.35 341.25Q292.61563 340.90625 292.61563 340.0Q292.61563 339.17188 292.35 338.84375Q292.08438 338.5 291.69376 338.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M266.25876 383.0L265.21188 383.0L265.21188 376.28125Q264.82126 376.64062 264.19626 377.01562Q263.58688 377.375 263.1025 377.54688L263.1025 376.53125Q263.9775 376.10938 264.63376 375.53125Q265.30563 374.9375 265.58688 374.375L266.25876 374.375L266.25876 383.0ZM270.915 378.34375Q270.25876 378.09375 269.93063 377.65625Q269.61813 377.20312 269.61813 376.59375Q269.61813 375.65625 270.29 375.01562Q270.9775 374.375 272.08688 374.375Q273.21188 374.375 273.89938 375.03125Q274.58688 375.6875 274.58688 376.625Q274.58688 377.21875 274.27438 377.65625Q273.96188 378.09375 273.32126 378.34375Q274.11813 378.59375 274.52438 379.17188Q274.93063 379.75 274.93063 380.54688Q274.93063 381.64062 274.14938 382.39062Q273.38376 383.14062 272.1025 383.14062Q270.83688 383.14062 270.05563 382.39062Q269.27438 381.64062 269.27438 380.51562Q269.27438 379.67188 269.69626 379.10938Q270.13376 378.54688 270.915 378.34375ZM270.69626 376.54688Q270.69626 377.15625 271.08688 377.54688Q271.49313 377.9375 272.11813 377.9375Q272.7275 377.9375 273.11813 377.5625Q273.50876 377.17188 273.50876 376.60938Q273.50876 376.03125 273.1025 375.64062Q272.69626 375.23438 272.1025 375.23438Q271.49313 375.23438 271.08688 375.625Q270.69626 376.01562 270.69626 376.54688ZM270.36813 380.51562Q270.36813 380.96875 270.57126 381.39062Q270.79 381.8125 271.21188 382.04688Q271.63376 382.28125 272.11813 382.28125Q272.86813 382.28125 273.3525 381.79688Q273.8525 381.3125 273.8525 380.5625Q273.8525 379.79688 273.3525 379.29688Q272.8525 378.79688 272.08688 378.79688Q271.33688 378.79688 270.8525 379.29688Q270.36813 379.78125 270.36813 380.51562ZM276.49313 376.46875Q276.49313 375.54688 276.94626 374.90625Q277.415 374.26562 278.29 374.26562Q279.1025 374.26562 279.63376 374.84375Q280.165 375.42188 280.165 376.53125Q280.165 377.625 279.61813 378.21875Q279.08688 378.79688 278.30563 378.79688Q277.52438 378.79688 277.00876 378.21875Q276.49313 377.64062 276.49313 376.46875ZM278.32126 374.98438Q277.93063 374.98438 277.665 375.32812Q277.415 375.67188 277.415 376.57812Q277.415 377.40625 277.665 377.75Q277.93063 378.07812 278.32126 378.07812Q278.7275 378.07812 278.9775 377.73438Q279.24313 377.39062 279.24313 376.5Q279.24313 375.65625 278.9775 375.32812Q278.71188 374.98438 278.32126 374.98438ZM278.32126 383.3125L283.02438 374.26562L283.88376 374.26562L279.19626 383.3125L278.32126 383.3125ZM282.04 380.98438Q282.04 380.0625 282.49313 379.42188Q282.96188 378.78125 283.8525 378.78125Q284.665 378.78125 285.19626 379.35938Q285.7275 379.92188 285.7275 381.04688Q285.7275 382.14062 285.18063 382.73438Q284.64938 383.3125 283.8525 383.3125Q283.08688 383.3125 282.55563 382.73438Q282.04 382.15625 282.04 380.98438ZM283.88376 379.5Q283.4775 379.5 283.21188 379.84375Q282.96188 380.1875 282.96188 381.09375Q282.96188 381.90625 283.2275 382.25Q283.49313 382.59375 283.88376 382.59375Q284.27438 382.59375 284.54 382.25Q284.80563 381.90625 284.80563 381.0Q284.80563 380.17188 284.54 379.84375Q284.27438 379.5 283.88376 379.5Z" fill-rule="nonzero"/><path fill="#666666" d="M266.25876 383.0L265.21188 383.0L265.21188 376.28125Q264.82126 376.64062 264.19626 377.01562Q263.58688 377.375 263.1025 377.54688L263.1025 376.53125Q263.9775 376.10938 264.63376 375.53125Q265.30563 374.9375 265.58688 374.375L266.25876 374.375L266.25876 383.0ZM270.915 378.34375Q270.25876 378.09375 269.93063 377.65625Q269.61813 377.20312 269.61813 376.59375Q269.61813 375.65625 270.29 375.01562Q270.9775 374.375 272.08688 374.375Q273.21188 374.375 273.89938 375.03125Q274.58688 375.6875 274.58688 376.625Q274.58688 377.21875 274.27438 377.65625Q273.96188 378.09375 273.32126 378.34375Q274.11813 378.59375 274.52438 379.17188Q274.93063 379.75 274.93063 380.54688Q274.93063 381.64062 274.14938 382.39062Q273.38376 383.14062 272.1025 383.14062Q270.83688 383.14062 270.05563 382.39062Q269.27438 381.64062 269.27438 380.51562Q269.27438 379.67188 269.69626 379.10938Q270.13376 378.54688 270.915 378.34375ZM270.69626 376.54688Q270.69626 377.15625 271.08688 377.54688Q271.49313 377.9375 272.11813 377.9375Q272.7275 377.9375 273.11813 377.5625Q273.50876 377.17188 273.50876 376.60938Q273.50876 376.03125 273.1025 375.64062Q272.69626 375.23438 272.1025 375.23438Q271.49313 375.23438 271.08688 375.625Q270.69626 376.01562 270.69626 376.54688ZM270.36813 380.51562Q270.36813 380.96875 270.57126 381.39062Q270.79 381.8125 271.21188 382.04688Q271.63376 382.28125 272.11813 382.28125Q272.86813 382.28125 273.3525 381.79688Q273.8525 381.3125 273.8525 380.5625Q273.8525 379.79688 273.3525 379.29688Q272.8525 378.79688 272.08688 378.79688Q271.33688 378.79688 270.8525 379.29688Q270.36813 379.78125 270.36813 380.51562ZM276.49313 376.46875Q276.49313 375.54688 276.94626 374.90625Q277.415 374.26562 278.29 374.26562Q279.1025 374.26562 279.63376 374.84375Q280.165 375.42188 280.165 376.53125Q280.165 377.625 279.61813 378.21875Q279.08688 378.79688 278.30563 378.79688Q277.52438 378.79688 277.00876 378.21875Q276.49313 377.64062 276.49313 376.46875ZM278.32126 374.98438Q277.93063 374.98438 277.665 375.32812Q277.415 375.67188 277.415 376.57812Q277.415 377.40625 277.665 377.75Q277.93063 378.07812 278.32126 378.07812Q278.7275 378.07812 278.9775 377.73438Q279.24313 377.39062 279.24313 376.5Q279.24313 375.65625 278.9775 375.32812Q278.71188 374.98438 278.32126 374.98438ZM278.32126 383.3125L283.02438 374.26562L283.88376 374.26562L279.19626 383.3125L278.32126 383.3125ZM282.04 380.98438Q282.04 380.0625 282.49313 379.42188Q282.96188 378.78125 283.8525 378.78125Q284.665 378.78125 285.19626 379.35938Q285.7275 379.92188 285.7275 381.04688Q285.7275 382.14062 285.18063 382.73438Q284.64938 383.3125 283.8525 383.3125Q283.08688 383.3125 282.55563 382.73438Q282.04 382.15625 282.04 380.98438ZM283.88376 379.5Q283.4775 379.5 283.21188 379.84375Q282.96188 380.1875 282.96188 381.09375Q282.96188 381.90625 283.2275 382.25Q283.49313 382.59375 283.88376 382.59375Q284.27438 382.59375 284.54 382.25Q284.80563 381.90625 284.80563 381.0Q284.80563 380.17188 284.54 379.84375Q284.27438 379.5 283.88376 379.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M254.54375 424.0L253.49687 424.0L253.49687 417.28125Q253.10625 417.64062 252.48125 418.01562Q251.87187 418.375 251.3875 418.54688L251.3875 417.53125Q252.2625 417.10938 252.91875 416.53125Q253.59062 415.9375 253.87187 415.375L254.54375 415.375L254.54375 424.0ZM257.575 421.75L258.6844 421.65625Q258.8094 422.46875 259.2469 422.875Q259.7 423.28125 260.34064 423.28125Q261.09064 423.28125 261.6219 422.70312Q262.15314 422.125 262.15314 421.1875Q262.15314 420.28125 261.6375 419.76562Q261.1375 419.23438 260.3094 419.23438Q259.8094 419.23438 259.3875 419.46875Q258.98126 419.70312 258.7469 420.0625L257.7625 419.9375L258.59064 415.53125L262.8719 415.53125L262.8719 416.53125L259.4344 416.53125L258.98126 418.84375Q259.7469 418.29688 260.59064 418.29688Q261.71564 418.29688 262.48126 419.07812Q263.2625 419.85938 263.2625 421.09375Q263.2625 422.25 262.59064 423.10938Q261.7625 424.14062 260.34064 424.14062Q259.16876 424.14062 258.41876 423.48438Q257.6844 422.82812 257.575 421.75ZM264.77814 417.46875Q264.77814 416.54688 265.23126 415.90625Q265.7 415.26562 266.575 415.26562Q267.3875 415.26562 267.91876 415.84375Q268.45 416.42188 268.45 417.53125Q268.45 418.625 267.90314 419.21875Q267.3719 419.79688 266.59064 419.79688Q265.8094 419.79688 265.29376 419.21875Q264.77814 418.64062 264.77814 417.46875ZM266.60626 415.98438Q266.21564 415.98438 265.95 416.32812Q265.7 416.67188 265.7 417.57812Q265.7 418.40625 265.95 418.75Q266.21564 419.07812 266.60626 419.07812Q267.0125 419.07812 267.2625 418.73438Q267.52814 418.39062 267.52814 417.5Q267.52814 416.65625 267.2625 416.32812Q266.9969 415.98438 266.60626 415.98438ZM266.60626 424.3125L271.3094 415.26562L272.16876 415.26562L267.48126 424.3125L266.60626 424.3125ZM270.325 421.98438Q270.325 421.0625 270.77814 420.42188Q271.2469 419.78125 272.1375 419.78125Q272.95 419.78125 273.48126 420.35938Q274.0125 420.92188 274.0125 422.04688Q274.0125 423.14062 273.46564 423.73438Q272.9344 424.3125 272.1375 424.3125Q271.3719 424.3125 270.84064 423.73438Q270.325 423.15625 270.325 421.98438ZM272.16876 420.5Q271.7625 420.5 271.4969 420.84375Q271.2469 421.1875 271.2469 422.09375Q271.2469 422.90625 271.5125 423.25Q271.77814 423.59375 272.16876 423.59375Q272.5594 423.59375 272.825 423.25Q273.09064 422.90625 273.09064 422.0Q273.09064 421.17188 272.825 420.84375Q272.5594 420.5 272.16876 420.5Z" fill-rule="nonzero"/><path fill="#666666" d="M254.54375 424.0L253.49687 424.0L253.49687 417.28125Q253.10625 417.64062 252.48125 418.01562Q251.87187 418.375 251.3875 418.54688L251.3875 417.53125Q252.2625 417.10938 252.91875 416.53125Q253.59062 415.9375 253.87187 415.375L254.54375 415.375L254.54375 424.0ZM257.575 421.75L258.6844 421.65625Q258.8094 422.46875 259.2469 422.875Q259.7 423.28125 260.34064 423.28125Q261.09064 423.28125 261.6219 422.70312Q262.15314 422.125 262.15314 421.1875Q262.15314 420.28125 261.6375 419.76562Q261.1375 419.23438 260.3094 419.23438Q259.8094 419.23438 259.3875 419.46875Q258.98126 419.70312 258.7469 420.0625L257.7625 419.9375L258.59064 415.53125L262.8719 415.53125L262.8719 416.53125L259.4344 416.53125L258.98126 418.84375Q259.7469 418.29688 260.59064 418.29688Q261.71564 418.29688 262.48126 419.07812Q263.2625 419.85938 263.2625 421.09375Q263.2625 422.25 262.59064 423.10938Q261.7625 424.14062 260.34064 424.14062Q259.16876 424.14062 258.41876 423.48438Q257.6844 422.82812 257.575 421.75ZM264.77814 417.46875Q264.77814 416.54688 265.23126 415.90625Q265.7 415.26562 266.575 415.26562Q267.3875 415.26562 267.91876 415.84375Q268.45 416.42188 268.45 417.53125Q268.45 418.625 267.90314 419.21875Q267.3719 419.79688 266.59064 419.79688Q265.8094 419.79688 265.29376 419.21875Q264.77814 418.64062 264.77814 417.46875ZM266.60626 415.98438Q266.21564 415.98438 265.95 416.32812Q265.7 416.67188 265.7 417.57812Q265.7 418.40625 265.95 418.75Q266.21564 419.07812 266.60626 419.07812Q267.0125 419.07812 267.2625 418.73438Q267.52814 418.39062 267.52814 417.5Q267.52814 416.65625 267.2625 416.32812Q266.9969 415.98438 266.60626 415.98438ZM266.60626 424.3125L271.3094 415.26562L272.16876 415.26562L267.48126 424.3125L266.60626 424.3125ZM270.325 421.98438Q270.325 421.0625 270.77814 420.42188Q271.2469 419.78125 272.1375 419.78125Q272.95 419.78125 273.48126 420.35938Q274.0125 420.92188 274.0125 422.04688Q274.0125 423.14062 273.46564 423.73438Q272.9344 424.3125 272.1375 424.3125Q271.3719 424.3125 270.84064 423.73438Q270.325 423.15625 270.325 421.98438ZM272.16876 420.5Q271.7625 420.5 271.4969 420.84375Q271.2469 421.1875 271.2469 422.09375Q271.2469 422.90625 271.5125 423.25Q271.77814 423.59375 272.16876 423.59375Q272.5594 423.59375 272.825 423.25Q273.09064 422.90625 273.09064 422.0Q273.09064 421.17188 272.825 420.84375Q272.5594 420.5 272.16876 420.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.30125 463.01562L228.31688 462.92188Q228.44188 463.64062 228.80125 463.96875Q229.17625 464.28125 229.73875 464.28125Q230.22313 464.28125 230.5825 464.0625Q230.9575 463.82812 231.19188 463.46875Q231.42625 463.09375 231.5825 462.46875Q231.73875 461.82812 231.73875 461.17188Q231.73875 461.09375 231.73875 460.95312Q231.42625 461.45312 230.87938 461.78125Q230.3325 462.09375 229.69188 462.09375Q228.61375 462.09375 227.87938 461.32812Q227.145 460.54688 227.145 459.28125Q227.145 457.96875 227.91063 457.17188Q228.69188 456.375 229.84813 456.375Q230.67625 456.375 231.36375 456.82812Q232.06688 457.28125 232.42625 458.125Q232.78563 458.95312 232.78563 460.53125Q232.78563 462.17188 232.42625 463.15625Q232.0825 464.125 231.36375 464.64062Q230.66063 465.14062 229.72313 465.14062Q228.7075 465.14062 228.06688 464.59375Q227.42625 464.03125 227.30125 463.01562ZM231.61375 459.21875Q231.61375 458.3125 231.12938 457.78125Q230.66063 457.25 229.97313 457.25Q229.27 457.25 228.73875 457.82812Q228.22313 458.39062 228.22313 459.3125Q228.22313 460.125 228.72313 460.64062Q229.22313 461.15625 229.94188 461.15625Q230.67625 461.15625 231.145 460.64062Q231.61375 460.125 231.61375 459.21875ZM234.34813 458.46875Q234.34813 457.54688 234.80125 456.90625Q235.27 456.26562 236.145 456.26562Q236.9575 456.26562 237.48875 456.84375Q238.02 457.42188 238.02 458.53125Q238.02 459.625 237.47313 460.21875Q236.94188 460.79688 236.16063 460.79688Q235.37938 460.79688 234.86375 460.21875Q234.34813 459.64062 234.34813 458.46875ZM236.17625 456.98438Q235.78563 456.98438 235.52 457.32812Q235.27 457.67188 235.27 458.57812Q235.27 459.40625 235.52 459.75Q235.78563 460.07812 236.17625 460.07812Q236.5825 460.07812 236.8325 459.73438Q237.09813 459.39062 237.09813 458.5Q237.09813 457.65625 236.8325 457.32812Q236.56688 456.98438 236.17625 456.98438ZM236.17625 465.3125L240.87938 456.26562L241.73875 456.26562L237.05125 465.3125L236.17625 465.3125ZM239.895 462.98438Q239.895 462.0625 240.34813 461.42188Q240.81688 460.78125 241.7075 460.78125Q242.52 460.78125 243.05125 461.35938Q243.5825 461.92188 243.5825 463.04688Q243.5825 464.14062 243.03563 464.73438Q242.50438 465.3125 241.7075 465.3125Q240.94188 465.3125 240.41063 464.73438Q239.895 464.15625 239.895 462.98438ZM241.73875 461.5Q241.3325 461.5 241.06688 461.84375Q240.81688 462.1875 240.81688 463.09375Q240.81688 463.90625 241.0825 464.25Q241.34813 464.59375 241.73875 464.59375Q242.12938 464.59375 242.395 464.25Q242.66063 463.90625 242.66063 463.0Q242.66063 462.17188 242.395 461.84375Q242.12938 461.5 241.73875 461.5Z" fill-rule="nonzero"/><path fill="#666666" d="M227.30125 463.01562L228.31688 462.92188Q228.44188 463.64062 228.80125 463.96875Q229.17625 464.28125 229.73875 464.28125Q230.22313 464.28125 230.5825 464.0625Q230.9575 463.82812 231.19188 463.46875Q231.42625 463.09375 231.5825 462.46875Q231.73875 461.82812 231.73875 461.17188Q231.73875 461.09375 231.73875 460.95312Q231.42625 461.45312 230.87938 461.78125Q230.3325 462.09375 229.69188 462.09375Q228.61375 462.09375 227.87938 461.32812Q227.145 460.54688 227.145 459.28125Q227.145 457.96875 227.91063 457.17188Q228.69188 456.375 229.84813 456.375Q230.67625 456.375 231.36375 456.82812Q232.06688 457.28125 232.42625 458.125Q232.78563 458.95312 232.78563 460.53125Q232.78563 462.17188 232.42625 463.15625Q232.0825 464.125 231.36375 464.64062Q230.66063 465.14062 229.72313 465.14062Q228.7075 465.14062 228.06688 464.59375Q227.42625 464.03125 227.30125 463.01562ZM231.61375 459.21875Q231.61375 458.3125 231.12938 457.78125Q230.66063 457.25 229.97313 457.25Q229.27 457.25 228.73875 457.82812Q228.22313 458.39062 228.22313 459.3125Q228.22313 460.125 228.72313 460.64062Q229.22313 461.15625 229.94188 461.15625Q230.67625 461.15625 231.145 460.64062Q231.61375 460.125 231.61375 459.21875ZM234.34813 458.46875Q234.34813 457.54688 234.80125 456.90625Q235.27 456.26562 236.145 456.26562Q236.9575 456.26562 237.48875 456.84375Q238.02 457.42188 238.02 458.53125Q238.02 459.625 237.47313 460.21875Q236.94188 460.79688 236.16063 460.79688Q235.37938 460.79688 234.86375 460.21875Q234.34813 459.64062 234.34813 458.46875ZM236.17625 456.98438Q235.78563 456.98438 235.52 457.32812Q235.27 457.67188 235.27 458.57812Q235.27 459.40625 235.52 459.75Q235.78563 460.07812 236.17625 460.07812Q236.5825 460.07812 236.8325 459.73438Q237.09813 459.39062 237.09813 458.5Q237.09813 457.65625 236.8325 457.32812Q236.56688 456.98438 236.17625 456.98438ZM236.17625 465.3125L240.87938 456.26562L241.73875 456.26562L237.05125 465.3125L236.17625 465.3125ZM239.895 462.98438Q239.895 462.0625 240.34813 461.42188Q240.81688 460.78125 241.7075 460.78125Q242.52 460.78125 243.05125 461.35938Q243.5825 461.92188 243.5825 463.04688Q243.5825 464.14062 243.03563 464.73438Q242.50438 465.3125 241.7075 465.3125Q240.94188 465.3125 240.41063 464.73438Q239.895 464.15625 239.895 462.98438ZM241.73875 461.5Q241.3325 461.5 241.06688 461.84375Q240.81688 462.1875 240.81688 463.09375Q240.81688 463.90625 241.0825 464.25Q241.34813 464.59375 241.73875 464.59375Q242.12938 464.59375 242.395 464.25Q242.66063 463.90625 242.66063 463.0Q242.66063 462.17188 242.395 461.84375Q242.12938 461.5 241.73875 461.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M328.675 503.73438L329.7375 503.59375Q329.90936 504.48438 330.34686 504.89062Q330.78436 505.28125 331.40936 505.28125Q332.15936 505.28125 332.675 504.76562Q333.1906 504.25 333.1906 503.48438Q333.1906 502.76562 332.70624 502.29688Q332.2375 501.8125 331.5031 501.8125Q331.20624 501.8125 330.7531 501.9375L330.8781 501.0Q330.9875 501.01562 331.05 501.01562Q331.72186 501.01562 332.2531 500.67188Q332.8 500.3125 332.8 499.57812Q332.8 499.0 332.40936 498.625Q332.01874 498.23438 331.39374 498.23438Q330.78436 498.23438 330.3625 498.625Q329.95624 499.01562 329.84686 499.78125L328.78436 499.59375Q328.97186 498.54688 329.65936 497.96875Q330.34686 497.375 331.3625 497.375Q332.0656 497.375 332.65936 497.6875Q333.2531 497.98438 333.5656 498.5Q333.8781 499.01562 333.8781 499.60938Q333.8781 500.15625 333.58124 500.625Q333.28436 501.07812 332.70624 501.34375Q333.45624 501.51562 333.8781 502.07812Q334.3 502.625 334.3 503.46875Q334.3 504.59375 333.47186 505.375Q332.65936 506.15625 331.40936 506.15625Q330.28436 506.15625 329.53436 505.48438Q328.78436 504.79688 328.675 503.73438ZM335.675 503.75L336.78436 503.65625Q336.90936 504.46875 337.34686 504.875Q337.8 505.28125 338.4406 505.28125Q339.1906 505.28125 339.72186 504.70312Q340.2531 504.125 340.2531 503.1875Q340.2531 502.28125 339.7375 501.76562Q339.2375 501.23438 338.40936 501.23438Q337.90936 501.23438 337.4875 501.46875Q337.08124 501.70312 336.84686 502.0625L335.8625 501.9375L336.6906 497.53125L340.97186 497.53125L340.97186 498.53125L337.53436 498.53125L337.08124 500.84375Q337.84686 500.29688 338.6906 500.29688Q339.8156 500.29688 340.58124 501.07812Q341.3625 501.85938 341.3625 503.09375Q341.3625 504.25 340.6906 505.10938Q339.8625 506.14062 338.4406 506.14062Q337.26874 506.14062 336.51874 505.48438Q335.78436 504.82812 335.675 503.75ZM342.8781 499.46875Q342.8781 498.54688 343.33124 497.90625Q343.8 497.26562 344.675 497.26562Q345.4875 497.26562 346.01874 497.84375Q346.55 498.42188 346.55 499.53125Q346.55 500.625 346.0031 501.21875Q345.47186 501.79688 344.6906 501.79688Q343.90936 501.79688 343.39374 501.21875Q342.8781 500.64062 342.8781 499.46875ZM344.70624 497.98438Q344.3156 497.98438 344.05 498.32812Q343.8 498.67188 343.8 499.57812Q343.8 500.40625 344.05 500.75Q344.3156 501.07812 344.70624 501.07812Q345.1125 501.07812 345.3625 500.73438Q345.6281 500.39062 345.6281 499.5Q345.6281 498.65625 345.3625 498.32812Q345.09686 497.98438 344.70624 497.98438ZM344.70624 506.3125L349.40936 497.26562L350.26874 497.26562L345.58124 506.3125L344.70624 506.3125ZM348.425 503.98438Q348.425 503.0625 348.8781 502.42188Q349.34686 501.78125 350.2375 501.78125Q351.05 501.78125 351.58124 502.35938Q352.1125 502.92188 352.1125 504.04688Q352.1125 505.14062 351.5656 505.73438Q351.03436 506.3125 350.2375 506.3125Q349.47186 506.3125 348.9406 505.73438Q348.425 505.15625 348.425 503.98438ZM350.26874 502.5Q349.8625 502.5 349.59686 502.84375Q349.34686 503.1875 349.34686 504.09375Q349.34686 504.90625 349.6125 505.25Q349.8781 505.59375 350.26874 505.59375Q350.65936 505.59375 350.925 505.25Q351.1906 504.90625 351.1906 504.0Q351.1906 503.17188 350.925 502.84375Q350.65936 502.5 350.26874 502.5Z" fill-rule="nonzero"/><path fill="#666666" d="M328.675 503.73438L329.7375 503.59375Q329.90936 504.48438 330.34686 504.89062Q330.78436 505.28125 331.40936 505.28125Q332.15936 505.28125 332.675 504.76562Q333.1906 504.25 333.1906 503.48438Q333.1906 502.76562 332.70624 502.29688Q332.2375 501.8125 331.5031 501.8125Q331.20624 501.8125 330.7531 501.9375L330.8781 501.0Q330.9875 501.01562 331.05 501.01562Q331.72186 501.01562 332.2531 500.67188Q332.8 500.3125 332.8 499.57812Q332.8 499.0 332.40936 498.625Q332.01874 498.23438 331.39374 498.23438Q330.78436 498.23438 330.3625 498.625Q329.95624 499.01562 329.84686 499.78125L328.78436 499.59375Q328.97186 498.54688 329.65936 497.96875Q330.34686 497.375 331.3625 497.375Q332.0656 497.375 332.65936 497.6875Q333.2531 497.98438 333.5656 498.5Q333.8781 499.01562 333.8781 499.60938Q333.8781 500.15625 333.58124 500.625Q333.28436 501.07812 332.70624 501.34375Q333.45624 501.51562 333.8781 502.07812Q334.3 502.625 334.3 503.46875Q334.3 504.59375 333.47186 505.375Q332.65936 506.15625 331.40936 506.15625Q330.28436 506.15625 329.53436 505.48438Q328.78436 504.79688 328.675 503.73438ZM335.675 503.75L336.78436 503.65625Q336.90936 504.46875 337.34686 504.875Q337.8 505.28125 338.4406 505.28125Q339.1906 505.28125 339.72186 504.70312Q340.2531 504.125 340.2531 503.1875Q340.2531 502.28125 339.7375 501.76562Q339.2375 501.23438 338.40936 501.23438Q337.90936 501.23438 337.4875 501.46875Q337.08124 501.70312 336.84686 502.0625L335.8625 501.9375L336.6906 497.53125L340.97186 497.53125L340.97186 498.53125L337.53436 498.53125L337.08124 500.84375Q337.84686 500.29688 338.6906 500.29688Q339.8156 500.29688 340.58124 501.07812Q341.3625 501.85938 341.3625 503.09375Q341.3625 504.25 340.6906 505.10938Q339.8625 506.14062 338.4406 506.14062Q337.26874 506.14062 336.51874 505.48438Q335.78436 504.82812 335.675 503.75ZM342.8781 499.46875Q342.8781 498.54688 343.33124 497.90625Q343.8 497.26562 344.675 497.26562Q345.4875 497.26562 346.01874 497.84375Q346.55 498.42188 346.55 499.53125Q346.55 500.625 346.0031 501.21875Q345.47186 501.79688 344.6906 501.79688Q343.90936 501.79688 343.39374 501.21875Q342.8781 500.64062 342.8781 499.46875ZM344.70624 497.98438Q344.3156 497.98438 344.05 498.32812Q343.8 498.67188 343.8 499.57812Q343.8 500.40625 344.05 500.75Q344.3156 501.07812 344.70624 501.07812Q345.1125 501.07812 345.3625 500.73438Q345.6281 500.39062 345.6281 499.5Q345.6281 498.65625 345.3625 498.32812Q345.09686 497.98438 344.70624 497.98438ZM344.70624 506.3125L349.40936 497.26562L350.26874 497.26562L345.58124 506.3125L344.70624 506.3125ZM348.425 503.98438Q348.425 503.0625 348.8781 502.42188Q349.34686 501.78125 350.2375 501.78125Q351.05 501.78125 351.58124 502.35938Q352.1125 502.92188 352.1125 504.04688Q352.1125 505.14062 351.5656 505.73438Q351.03436 506.3125 350.2375 506.3125Q349.47186 506.3125 348.9406 505.73438Q348.425 505.15625 348.425 503.98438ZM350.26874 502.5Q349.8625 502.5 349.59686 502.84375Q349.34686 503.1875 349.34686 504.09375Q349.34686 504.90625 349.6125 505.25Q349.8781 505.59375 350.26874 505.59375Q350.65936 505.59375 350.925 505.25Q351.1906 504.90625 351.1906 504.0Q351.1906 503.17188 350.925 502.84375Q350.65936 502.5 350.26874 502.5Z" fill-rule="nonzero"/><path fill="#666666" d="M327.95312 565.5808Q327.95312 564.65894 328.40625 564.0183Q328.875 563.3777 329.75 563.3777Q330.5625 563.3777 331.09375 563.9558Q331.625 564.53394 331.625 565.6433Q331.625 566.73706 331.07812 567.3308Q330.54688 567.90894 329.76562 567.90894Q328.98438 567.90894 328.46875 567.3308Q327.95312 566.7527 327.95312 565.5808ZM329.78125 564.09644Q329.39062 564.09644 329.125 564.4402Q328.875 564.78394 328.875 565.6902Q328.875 566.5183 329.125 566.86206Q329.39062 567.1902 329.78125 567.1902Q330.1875 567.1902 330.4375 566.84644Q330.70312 566.5027 330.70312 565.61206Q330.70312 564.7683 330.4375 564.4402Q330.17188 564.09644 329.78125 564.09644ZM329.78125 572.42456L334.48438 563.3777L335.34375 563.3777L330.65625 572.42456L329.78125 572.42456ZM333.5 570.09644Q333.5 569.17456 333.95312 568.53394Q334.42188 567.8933 335.3125 567.8933Q336.125 567.8933 336.65625 568.47144Q337.1875 569.03394 337.1875 570.15894Q337.1875 571.2527 336.64062 571.84644Q336.10938 572.42456 335.3125 572.42456Q334.54688 572.42456 334.01562 571.84644Q333.5 571.2683 333.5 570.09644ZM335.34375 568.61206Q334.9375 568.61206 334.67188 568.9558Q334.42188 569.29956 334.42188 570.2058Q334.42188 571.0183 334.6875 571.36206Q334.95312 571.7058 335.34375 571.7058Q335.73438 571.7058 336.0 571.36206Q336.26562 571.0183 336.26562 570.11206Q336.26562 569.28394 336.0 568.9558Q335.73438 568.61206 335.34375 568.61206ZM341.65625 569.0027Q341.65625 567.2683 342.60938 566.4402Q343.40625 565.7527 344.5625 565.7527Q345.84375 565.7527 346.65625 566.59644Q347.48438 567.42456 347.48438 568.90894Q347.48438 570.11206 347.125 570.79956Q346.76562 571.48706 346.0625 571.8777Q345.375 572.2527 344.5625 572.2527Q343.26562 572.2527 342.45312 571.42456Q341.65625 570.5808 341.65625 569.0027ZM342.73438 569.0027Q342.73438 570.1902 343.25 570.78394Q343.78125 571.3777 344.5625 571.3777Q345.35938 571.3777 345.875 570.78394Q346.39062 570.1902 346.39062 568.97144Q346.39062 567.8152 345.85938 567.22144Q345.34375 566.6277 344.5625 566.6277Q343.78125 566.6277 343.25 567.22144Q342.73438 567.79956 342.73438 569.0027ZM349.29688 572.11206L349.29688 566.7058L348.35938 566.7058L348.35938 565.8933L349.29688 565.8933L349.29688 565.22144Q349.29688 564.59644 349.40625 564.29956Q349.5625 563.8777 349.9375 563.6277Q350.32812 563.3777 351.01562 563.3777Q351.46875 563.3777 352.0 563.48706L351.84375 564.3933Q351.51562 564.34644 351.21875 564.34644Q350.73438 564.34644 350.53125 564.54956Q350.34375 564.7527 350.34375 565.3152L350.34375 565.8933L351.5625 565.8933L351.5625 566.7058L350.34375 566.7058L350.34375 572.11206L349.29688 572.11206ZM355.03125 572.11206L355.03125 565.8933L355.98438 565.8933L355.98438 566.8308Q356.34375 566.17456 356.64062 565.97144Q356.95312 565.7527 357.32812 565.7527Q357.85938 565.7527 358.40625 566.0808L358.04688 567.0652Q357.65625 566.8308 357.28125 566.8308Q356.92188 566.8308 356.64062 567.04956Q356.375 567.2527 356.26562 567.6277Q356.07812 568.1902 356.07812 568.84644L356.07812 572.11206L355.03125 572.11206ZM363.29688 570.11206L364.39062 570.23706Q364.14062 571.1902 363.4375 571.72144Q362.73438 572.2527 361.65625 572.2527Q360.29688 572.2527 359.48438 571.40894Q358.6875 570.5652 358.6875 569.04956Q358.6875 567.48706 359.5 566.6277Q360.3125 565.7527 361.59375 565.7527Q362.84375 565.7527 363.625 566.59644Q364.42188 567.4402 364.42188 568.98706Q364.42188 569.0808 364.42188 569.2683L359.78125 569.2683Q359.84375 570.29956 360.35938 570.84644Q360.875 571.3777 361.65625 571.3777Q362.23438 571.3777 362.64062 571.0808Q363.0625 570.7683 363.29688 570.11206ZM359.84375 568.40894L363.3125 568.40894Q363.25 567.61206 362.92188 567.22144Q362.40625 566.61206 361.60938 566.61206Q360.875 566.61206 360.375 567.09644Q359.89062 567.5808 359.84375 568.40894ZM365.625 570.2527L366.65625 570.09644Q366.75 570.72144 367.14062 571.04956Q367.54688 571.3777 368.28125 571.3777Q369.0 571.3777 369.34375 571.09644Q369.70312 570.79956 369.70312 570.3933Q369.70312 570.03394 369.39062 569.8308Q369.17188 569.6902 368.3125 569.47144Q367.15625 569.17456 366.70312 568.97144Q366.26562 568.7527 366.03125 568.3777Q365.79688 568.0027 365.79688 567.53394Q365.79688 567.1277 365.98438 566.7683Q366.17188 566.40894 366.5 566.17456Q366.75 566.0027 367.17188 565.8777Q367.59375 565.7527 368.09375 565.7527Q368.8125 565.7527 369.35938 565.97144Q369.92188 566.17456 370.1875 566.53394Q370.45312 566.8933 370.54688 567.48706L369.51562 567.6277Q369.45312 567.15894 369.10938 566.8933Q368.78125 566.61206 368.15625 566.61206Q367.4375 566.61206 367.125 566.86206Q366.8125 567.09644 366.8125 567.42456Q366.8125 567.6277 366.9375 567.78394Q367.07812 567.9558 367.34375 568.0652Q367.5 568.1277 368.28125 568.3308Q369.40625 568.6433 369.84375 568.8308Q370.28125 569.0183 370.53125 569.3777Q370.78125 569.73706 370.78125 570.28394Q370.78125 570.8152 370.46875 571.28394Q370.17188 571.73706 369.59375 572.0027Q369.01562 572.2527 368.28125 572.2527Q367.0625 572.2527 366.42188 571.7527Q365.79688 571.23706 365.625 570.2527ZM372.04688 574.5027L372.04688 565.8933L373.0 565.8933L373.0 566.6902Q373.34375 566.22144 373.76562 565.98706Q374.20312 565.7527 374.8125 565.7527Q375.60938 565.7527 376.21875 566.15894Q376.82812 566.5652 377.125 567.3152Q377.4375 568.0652 377.4375 568.9558Q377.4375 569.90894 377.09375 570.67456Q376.76562 571.4402 376.10938 571.84644Q375.45312 572.2527 374.73438 572.2527Q374.20312 572.2527 373.78125 572.03394Q373.35938 571.79956 373.09375 571.47144L373.09375 574.5027L372.04688 574.5027ZM373.0 569.03394Q373.0 570.23706 373.48438 570.8152Q373.96875 571.3777 374.65625 571.3777Q375.35938 571.3777 375.85938 570.78394Q376.35938 570.1902 376.35938 568.9402Q376.35938 567.7527 375.875 567.17456Q375.39062 566.5808 374.70312 566.5808Q374.03125 566.5808 373.51562 567.2058Q373.0 567.8308 373.0 569.03394ZM378.65625 569.0027Q378.65625 567.2683 379.60938 566.4402Q380.40625 565.7527 381.5625 565.7527Q382.84375 565.7527 383.65625 566.59644Q384.48438 567.42456 384.48438 568.90894Q384.48438 570.11206 384.125 570.79956Q383.76562 571.48706 383.0625 571.8777Q382.375 572.2527 381.5625 572.2527Q380.26562 572.2527 379.45312 571.42456Q378.65625 570.5808 378.65625 569.0027ZM379.73438 569.0027Q379.73438 570.1902 380.25 570.78394Q380.78125 571.3777 381.5625 571.3777Q382.35938 571.3777 382.875 570.78394Q383.39062 570.1902 383.39062 568.97144Q383.39062 567.8152 382.85938 567.22144Q382.34375 566.6277 381.5625 566.6277Q380.78125 566.6277 380.25 567.22144Q379.73438 567.79956 379.73438 569.0027ZM386.04688 572.11206L386.04688 565.8933L386.98438 565.8933L386.98438 566.7683Q387.67188 565.7527 388.96875 565.7527Q389.53125 565.7527 390.0 565.9558Q390.48438 566.15894 390.71875 566.48706Q390.95312 566.8152 391.04688 567.2527Q391.09375 567.54956 391.09375 568.28394L391.09375 572.11206L390.04688 572.11206L390.04688 568.3308Q390.04688 567.67456 389.92188 567.36206Q389.79688 567.04956 389.48438 566.86206Q389.17188 566.65894 388.75 566.65894Q388.07812 566.65894 387.57812 567.09644Q387.09375 567.5183 387.09375 568.7058L387.09375 572.11206L386.04688 572.11206ZM397.07812 572.11206L397.07812 571.3308Q396.48438 572.2527 395.34375 572.2527Q394.59375 572.2527 393.96875 571.84644Q393.34375 571.42456 393.0 570.6902Q392.65625 569.9558 392.65625 569.0027Q392.65625 568.0808 392.96875 567.3152Q393.28125 566.54956 393.90625 566.15894Q394.53125 565.7527 395.29688 565.7527Q395.85938 565.7527 396.29688 565.98706Q396.73438 566.22144 397.01562 566.59644L397.01562 563.5183L398.0625 563.5183L398.0625 572.11206L397.07812 572.11206ZM393.75 569.0027Q393.75 570.2058 394.25 570.79956Q394.75 571.3777 395.4375 571.3777Q396.125 571.3777 396.60938 570.8152Q397.09375 570.2527 397.09375 569.09644Q397.09375 567.8152 396.59375 567.22144Q396.10938 566.6277 395.39062 566.6277Q394.6875 566.6277 394.21875 567.2058Q393.75 567.7683 393.75 569.0027ZM404.29688 570.11206L405.39062 570.23706Q405.14062 571.1902 404.4375 571.72144Q403.73438 572.2527 402.65625 572.2527Q401.29688 572.2527 400.48438 571.40894Q399.6875 570.5652 399.6875 569.04956Q399.6875 567.48706 400.5 566.6277Q401.3125 565.7527 402.59375 565.7527Q403.84375 565.7527 404.625 566.59644Q405.42188 567.4402 405.42188 568.98706Q405.42188 569.0808 405.42188 569.2683L400.78125 569.2683Q400.84375 570.29956 401.35938 570.84644Q401.875 571.3777 402.65625 571.3777Q403.23438 571.3777 403.64062 571.0808Q404.0625 570.7683 404.29688 570.11206ZM400.84375 568.40894L404.3125 568.40894Q404.25 567.61206 403.92188 567.22144Q403.40625 566.61206 402.60938 566.61206Q401.875 566.61206 401.375 567.09644Q400.89062 567.5808 400.84375 568.40894ZM407.04688 572.11206L407.04688 565.8933L407.98438 565.8933L407.98438 566.7683Q408.67188 565.7527 409.96875 565.7527Q410.53125 565.7527 411.0 565.9558Q411.48438 566.15894 411.71875 566.48706Q411.95312 566.8152 412.04688 567.2527Q412.09375 567.54956 412.09375 568.28394L412.09375 572.11206L411.04688 572.11206L411.04688 568.3308Q411.04688 567.67456 410.92188 567.36206Q410.79688 567.04956 410.48438 566.86206Q410.17188 566.65894 409.75 566.65894Q409.07812 566.65894 408.57812 567.09644Q408.09375 567.5183 408.09375 568.7058L408.09375 572.11206L407.04688 572.11206ZM416.34375 571.17456L416.5 572.09644Q416.04688 572.1902 415.70312 572.1902Q415.125 572.1902 414.8125 572.0183Q414.5 571.8308 414.35938 571.53394Q414.23438 571.23706 414.23438 570.28394L414.23438 566.7058L413.46875 566.7058L413.46875 565.8933L414.23438 565.8933L414.23438 564.34644L415.28125 563.72144L415.28125 565.8933L416.34375 565.8933L416.34375 566.7058L415.28125 566.7058L415.28125 570.34644Q415.28125 570.79956 415.32812 570.92456Q415.39062 571.04956 415.51562 571.1277Q415.64062 571.2058 415.875 571.2058Q416.0625 571.2058 416.34375 571.17456ZM416.625 570.2527L417.65625 570.09644Q417.75 570.72144 418.14062 571.04956Q418.54688 571.3777 419.28125 571.3777Q420.0 571.3777 420.34375 571.09644Q420.70312 570.79956 420.70312 570.3933Q420.70312 570.03394 420.39062 569.8308Q420.17188 569.6902 419.3125 569.47144Q418.15625 569.17456 417.70312 568.97144Q417.26562 568.7527 417.03125 568.3777Q416.79688 568.0027 416.79688 567.53394Q416.79688 567.1277 416.98438 566.7683Q417.17188 566.40894 417.5 566.17456Q417.75 566.0027 418.17188 565.8777Q418.59375 565.7527 419.09375 565.7527Q419.8125 565.7527 420.35938 565.97144Q420.92188 566.17456 421.1875 566.53394Q421.45312 566.8933 421.54688 567.48706L420.51562 567.6277Q420.45312 567.15894 420.10938 566.8933Q419.78125 566.61206 419.15625 566.61206Q418.4375 566.61206 418.125 566.86206Q417.8125 567.09644 417.8125 567.42456Q417.8125 567.6277 417.9375 567.78394Q418.07812 567.9558 418.34375 568.0652Q418.5 568.1277 419.28125 568.3308Q420.40625 568.6433 420.84375 568.8308Q421.28125 569.0183 421.53125 569.3777Q421.78125 569.73706 421.78125 570.28394Q421.78125 570.8152 421.46875 571.28394Q421.17188 571.73706 420.59375 572.0027Q420.01562 572.2527 419.28125 572.2527Q418.0625 572.2527 417.42188 571.7527Q416.79688 571.23706 416.625 570.2527Z" fill-rule="nonzero"/><path fill="#666666" d="M93.046875 92.9183L94.109375 92.82455Q94.1875 93.4808 94.46875 93.88705Q94.75 94.2933 95.328125 94.55892Q95.921875 94.80892 96.65625 94.80892Q97.296875 94.80892 97.796875 94.62142Q98.296875 94.4183 98.53125 94.09017Q98.78125 93.74642 98.78125 93.3558Q98.78125 92.94955 98.546875 92.65267Q98.3125 92.34017 97.78125 92.13705Q97.421875 91.99642 96.234375 91.71517Q95.0625 91.43392 94.59375 91.18392Q93.96875 90.8558 93.671875 90.38705Q93.375 89.90267 93.375 89.30892Q93.375 88.6683 93.734375 88.1058Q94.109375 87.52767 94.8125 87.24642Q95.53125 86.94955 96.390625 86.94955Q97.34375 86.94955 98.078125 87.26205Q98.8125 87.55892 99.203125 88.1683Q99.59375 88.76205 99.625 89.51205L98.53125 89.59017Q98.4375 88.77767 97.921875 88.37142Q97.421875 87.94955 96.4375 87.94955Q95.40625 87.94955 94.9375 88.32455Q94.46875 88.69955 94.46875 89.2308Q94.46875 89.69955 94.796875 89.99642Q95.125 90.2933 96.5 90.6058Q97.890625 90.9183 98.40625 91.15267Q99.15625 91.51205 99.515625 92.0433Q99.875 92.55892 99.875 93.26205Q99.875 93.94955 99.484375 94.55892Q99.09375 95.15267 98.359375 95.49642Q97.625 95.82455 96.703125 95.82455Q95.53125 95.82455 94.734375 95.49642Q93.953125 95.15267 93.5 94.46517Q93.0625 93.77767 93.046875 92.9183ZM103.59375 94.74642L103.75 95.6683Q103.296875 95.76205 102.953125 95.76205Q102.375 95.76205 102.0625 95.59017Q101.75 95.40267 101.609375 95.1058Q101.484375 94.80892 101.484375 93.8558L101.484375 90.27767L100.71875 90.27767L100.71875 89.46517L101.484375 89.46517L101.484375 87.9183L102.53125 87.2933L102.53125 89.46517L103.59375 89.46517L103.59375 90.27767L102.53125 90.27767L102.53125 93.9183Q102.53125 94.37142 102.578125 94.49642Q102.640625 94.62142 102.765625 94.69955Q102.890625 94.77767 103.125 94.77767Q103.3125 94.77767 103.59375 94.74642ZM108.359375 94.9183Q107.765625 95.4183 107.21875 95.62142Q106.6875 95.82455 106.0625 95.82455Q105.03125 95.82455 104.484375 95.32455Q103.9375 94.82455 103.9375 94.0433Q103.9375 93.59017 104.140625 93.21517Q104.34375 92.82455 104.6875 92.6058Q105.03125 92.37142 105.453125 92.26205Q105.75 92.1683 106.390625 92.09017Q107.65625 91.94955 108.265625 91.7308Q108.265625 91.51205 108.265625 91.46517Q108.265625 90.80892 107.96875 90.5433Q107.5625 90.19955 106.765625 90.19955Q106.03125 90.19955 105.671875 90.46517Q105.3125 90.71517 105.140625 91.37142L104.109375 91.2308Q104.25 90.57455 104.578125 90.1683Q104.90625 89.76205 105.515625 89.5433Q106.125 89.32455 106.921875 89.32455Q107.71875 89.32455 108.21875 89.51205Q108.71875 89.69955 108.953125 89.9808Q109.1875 90.26205 109.28125 90.69955Q109.328125 90.96517 109.328125 91.6683L109.328125 93.07455Q109.328125 94.5433 109.390625 94.93392Q109.46875 95.32455 109.671875 95.68392L108.5625 95.68392Q108.40625 95.3558 108.359375 94.9183ZM108.265625 92.55892Q107.6875 92.7933 106.546875 92.96517Q105.890625 93.05892 105.625 93.18392Q105.359375 93.2933 105.203125 93.51205Q105.0625 93.7308 105.0625 94.01205Q105.0625 94.43392 105.375 94.71517Q105.703125 94.99642 106.3125 94.99642Q106.921875 94.99642 107.390625 94.7308Q107.875 94.46517 108.09375 93.99642Q108.265625 93.63705 108.265625 92.94955L108.265625 92.55892ZM115.359375 93.40267L116.390625 93.5433Q116.21875 94.6058 115.515625 95.21517Q114.8125 95.82455 113.796875 95.82455Q112.515625 95.82455 111.734375 94.99642Q110.96875 94.15267 110.96875 92.59017Q110.96875 91.59017 111.296875 90.84017Q111.640625 90.07455 112.3125 89.69955Q113.0 89.32455 113.8125 89.32455Q114.8125 89.32455 115.453125 89.84017Q116.109375 90.34017 116.296875 91.2933L115.265625 91.44955Q115.125 90.82455 114.75 90.51205Q114.375 90.18392 113.84375 90.18392Q113.046875 90.18392 112.546875 90.76205Q112.046875 91.32455 112.046875 92.55892Q112.046875 93.82455 112.53125 94.38705Q113.015625 94.94955 113.78125 94.94955Q114.40625 94.94955 114.8125 94.57455Q115.234375 94.19955 115.359375 93.40267ZM117.296875 95.68392L117.296875 87.09017L118.359375 87.09017L118.359375 91.99642L120.84375 89.46517L122.21875 89.46517L119.828125 91.76205L122.453125 95.68392L121.15625 95.68392L119.09375 92.49642L118.359375 93.21517L118.359375 95.68392L117.296875 95.68392ZM126.078125 91.49642Q126.078125 89.3558 127.21875 88.15267Q128.375 86.93392 130.1875 86.93392Q131.39062 86.93392 132.34375 87.51205Q133.29688 88.07455 133.79688 89.09017Q134.29688 90.1058 134.29688 91.40267Q134.29688 92.69955 133.76562 93.7308Q133.23438 94.76205 132.26562 95.2933Q131.3125 95.82455 130.1875 95.82455Q128.96875 95.82455 128.01562 95.24642Q127.0625 94.65267 126.5625 93.65267Q126.078125 92.63705 126.078125 91.49642ZM127.25 91.51205Q127.25 93.07455 128.07812 93.96517Q128.92188 94.8558 130.1875 94.8558Q131.46875 94.8558 132.29688 93.96517Q133.125 93.05892 133.125 91.38705Q133.125 90.34017 132.76562 89.55892Q132.42188 88.77767 131.73438 88.3558Q131.04688 87.9183 130.20312 87.9183Q129.0 87.9183 128.125 88.74642Q127.25 89.57455 127.25 91.51205ZM137.01562 95.68392L134.65625 89.46517L135.76562 89.46517L137.10938 93.18392Q137.3125 93.7933 137.5 94.43392Q137.64062 93.94955 137.89062 93.26205L139.28125 89.46517L140.35938 89.46517L138.0 95.68392L137.01562 95.68392ZM145.54688 93.68392L146.64062 93.80892Q146.39062 94.76205 145.6875 95.2933Q144.98438 95.82455 143.90625 95.82455Q142.54688 95.82455 141.73438 94.9808Q140.9375 94.13705 140.9375 92.62142Q140.9375 91.05892 141.75 90.19955Q142.5625 89.32455 143.84375 89.32455Q145.09375 89.32455 145.875 90.1683Q146.67188 91.01205 146.67188 92.55892Q146.67188 92.65267 146.67188 92.84017L142.03125 92.84017Q142.09375 93.87142 142.60938 94.4183Q143.125 94.94955 143.90625 94.94955Q144.48438 94.94955 144.89062 94.65267Q145.3125 94.34017 145.54688 93.68392ZM142.09375 91.9808L145.5625 91.9808Q145.5 91.18392 145.17188 90.7933Q144.65625 90.18392 143.85938 90.18392Q143.125 90.18392 142.625 90.6683Q142.14062 91.15267 142.09375 91.9808ZM148.28125 95.68392L148.28125 89.46517L149.23438 89.46517L149.23438 90.40267Q149.59375 89.74642 149.89062 89.5433Q150.20312 89.32455 150.57812 89.32455Q151.10938 89.32455 151.65625 89.65267L151.29688 90.63705Q150.90625 90.40267 150.53125 90.40267Q150.17188 90.40267 149.89062 90.62142Q149.625 90.82455 149.51562 91.19955Q149.32812 91.76205 149.32812 92.4183L149.32812 95.68392L148.28125 95.68392ZM152.54688 95.68392L152.54688 90.27767L151.60938 90.27767L151.60938 89.46517L152.54688 89.46517L152.54688 88.7933Q152.54688 88.1683 152.65625 87.87142Q152.8125 87.44955 153.1875 87.19955Q153.57812 86.94955 154.26562 86.94955Q154.71875 86.94955 155.25 87.05892L155.09375 87.96517Q154.76562 87.9183 154.46875 87.9183Q153.98438 87.9183 153.78125 88.12142Q153.59375 88.32455 153.59375 88.88705L153.59375 89.46517L154.8125 89.46517L154.8125 90.27767L153.59375 90.27767L153.59375 95.68392L152.54688 95.68392ZM155.26562 95.68392L155.26562 87.09017L156.32812 87.09017L156.32812 95.68392L155.26562 95.68392ZM157.90625 92.57455Q157.90625 90.84017 158.85938 90.01205Q159.65625 89.32455 160.8125 89.32455Q162.09375 89.32455 162.90625 90.1683Q163.73438 90.99642 163.73438 92.4808Q163.73438 93.68392 163.375 94.37142Q163.01562 95.05892 162.3125 95.44955Q161.625 95.82455 160.8125 95.82455Q159.51562 95.82455 158.70312 94.99642Q157.90625 94.15267 157.90625 92.57455ZM158.98438 92.57455Q158.98438 93.76205 159.5 94.3558Q160.03125 94.94955 160.8125 94.94955Q161.60938 94.94955 162.125 94.3558Q162.64062 93.76205 162.64062 92.5433Q162.64062 91.38705 162.10938 90.7933Q161.59375 90.19955 160.8125 90.19955Q160.03125 90.19955 159.5 90.7933Q158.98438 91.37142 158.98438 92.57455ZM166.4375 95.68392L164.53125 89.46517L165.625 89.46517L166.60938 93.05892L166.98438 94.38705Q167.01562 94.2933 167.3125 93.1058L168.29688 89.46517L169.375 89.46517L170.3125 93.07455L170.625 94.26205L170.98438 93.05892L172.04688 89.46517L173.07812 89.46517L171.125 95.68392L170.03125 95.68392L169.04688 91.94955L168.79688 90.90267L167.54688 95.68392L166.4375 95.68392Z" fill-rule="nonzero"/><path fill="#666666" d="M119.09375 137.21277L120.125 137.36902Q120.1875 137.83777 120.484375 138.05652Q120.875 138.3534 121.546875 138.3534Q122.28125 138.3534 122.671875 138.05652Q123.078125 137.75964 123.21875 137.24402Q123.3125 136.9159 123.296875 135.88464Q122.609375 136.69714 121.578125 136.69714Q120.296875 136.69714 119.59375 135.77527Q118.890625 134.83777 118.890625 133.55652Q118.890625 132.6659 119.203125 131.9159Q119.53125 131.15027 120.140625 130.74402Q120.75 130.33777 121.578125 130.33777Q122.6875 130.33777 123.40625 131.2284L123.40625 130.4784L124.375 130.4784L124.375 135.8534Q124.375 137.30652 124.078125 137.9159Q123.78125 138.52527 123.140625 138.86902Q122.5 139.2284 121.5625 139.2284Q120.453125 139.2284 119.765625 138.7284Q119.078125 138.2284 119.09375 137.21277ZM119.96875 133.4784Q119.96875 134.69714 120.453125 135.25964Q120.9375 135.82214 121.671875 135.82214Q122.40625 135.82214 122.890625 135.25964Q123.390625 134.69714 123.390625 133.50964Q123.390625 132.36902 122.875 131.7909Q122.375 131.21277 121.65625 131.21277Q120.953125 131.21277 120.453125 131.7909Q119.96875 132.3534 119.96875 133.4784ZM125.90625 133.58777Q125.90625 131.8534 126.859375 131.02527Q127.65625 130.33777 128.8125 130.33777Q130.09375 130.33777 130.90625 131.18152Q131.73438 132.00964 131.73438 133.49402Q131.73438 134.69714 131.375 135.38464Q131.01562 136.07214 130.3125 136.46277Q129.625 136.83777 128.8125 136.83777Q127.515625 136.83777 126.703125 136.00964Q125.90625 135.1659 125.90625 133.58777ZM126.984375 133.58777Q126.984375 134.77527 127.5 135.36902Q128.03125 135.96277 128.8125 135.96277Q129.60938 135.96277 130.125 135.36902Q130.64062 134.77527 130.64062 133.55652Q130.64062 132.40027 130.10938 131.80652Q129.59375 131.21277 128.8125 131.21277Q128.03125 131.21277 127.5 131.80652Q126.984375 132.38464 126.984375 133.58777ZM137.32812 136.69714L137.32812 135.9159Q136.73438 136.83777 135.59375 136.83777Q134.84375 136.83777 134.21875 136.43152Q133.59375 136.00964 133.25 135.27527Q132.90625 134.5409 132.90625 133.58777Q132.90625 132.6659 133.21875 131.90027Q133.53125 131.13464 134.15625 130.74402Q134.78125 130.33777 135.54688 130.33777Q136.10938 130.33777 136.54688 130.57214Q136.98438 130.80652 137.26562 131.18152L137.26562 128.1034L138.3125 128.1034L138.3125 136.69714L137.32812 136.69714ZM134.0 133.58777Q134.0 134.7909 134.5 135.38464Q135.0 135.96277 135.6875 135.96277Q136.375 135.96277 136.85938 135.40027Q137.34375 134.83777 137.34375 133.68152Q137.34375 132.40027 136.84375 131.80652Q136.35938 131.21277 135.64062 131.21277Q134.9375 131.21277 134.46875 131.7909Q134.0 132.3534 134.0 133.58777ZM139.90625 133.58777Q139.90625 131.8534 140.85938 131.02527Q141.65625 130.33777 142.8125 130.33777Q144.09375 130.33777 144.90625 131.18152Q145.73438 132.00964 145.73438 133.49402Q145.73438 134.69714 145.375 135.38464Q145.01562 136.07214 144.3125 136.46277Q143.625 136.83777 142.8125 136.83777Q141.51562 136.83777 140.70312 136.00964Q139.90625 135.1659 139.90625 133.58777ZM140.98438 133.58777Q140.98438 134.77527 141.5 135.36902Q142.03125 135.96277 142.8125 135.96277Q143.60938 135.96277 144.125 135.36902Q144.64062 134.77527 144.64062 133.55652Q144.64062 132.40027 144.10938 131.80652Q143.59375 131.21277 142.8125 131.21277Q142.03125 131.21277 141.5 131.80652Q140.98438 132.38464 140.98438 133.58777ZM151.35938 134.4159L152.39062 134.55652Q152.21875 135.61902 151.51562 136.2284Q150.8125 136.83777 149.79688 136.83777Q148.51562 136.83777 147.73438 136.00964Q146.96875 135.1659 146.96875 133.6034Q146.96875 132.6034 147.29688 131.8534Q147.64062 131.08777 148.3125 130.71277Q149.0 130.33777 149.8125 130.33777Q150.8125 130.33777 151.45312 130.8534Q152.10938 131.3534 152.29688 132.30652L151.26562 132.46277Q151.125 131.83777 150.75 131.52527Q150.375 131.19714 149.84375 131.19714Q149.04688 131.19714 148.54688 131.77527Q148.04688 132.33777 148.04688 133.57214Q148.04688 134.83777 148.53125 135.40027Q149.01562 135.96277 149.78125 135.96277Q150.40625 135.96277 150.8125 135.58777Q151.23438 135.21277 151.35938 134.4159ZM153.59375 136.69714L153.59375 135.49402L154.79688 135.49402L154.79688 136.69714L153.59375 136.69714ZM155.90625 133.58777Q155.90625 131.8534 156.85938 131.02527Q157.65625 130.33777 158.8125 130.33777Q160.09375 130.33777 160.90625 131.18152Q161.73438 132.00964 161.73438 133.49402Q161.73438 134.69714 161.375 135.38464Q161.01562 136.07214 160.3125 136.46277Q159.625 136.83777 158.8125 136.83777Q157.51562 136.83777 156.70312 136.00964Q155.90625 135.1659 155.90625 133.58777ZM156.98438 133.58777Q156.98438 134.77527 157.5 135.36902Q158.03125 135.96277 158.8125 135.96277Q159.60938 135.96277 160.125 135.36902Q160.64062 134.77527 160.64062 133.55652Q160.64062 132.40027 160.10938 131.80652Q159.59375 131.21277 158.8125 131.21277Q158.03125 131.21277 157.5 131.80652Q156.98438 132.38464 156.98438 133.58777ZM163.28125 136.69714L163.28125 130.4784L164.23438 130.4784L164.23438 131.4159Q164.59375 130.75964 164.89062 130.55652Q165.20312 130.33777 165.57812 130.33777Q166.10938 130.33777 166.65625 130.6659L166.29688 131.65027Q165.90625 131.4159 165.53125 131.4159Q165.17188 131.4159 164.89062 131.63464Q164.625 131.83777 164.51562 132.21277Q164.32812 132.77527 164.32812 133.43152L164.32812 136.69714L163.28125 136.69714ZM167.09375 137.21277L168.125 137.36902Q168.1875 137.83777 168.48438 138.05652Q168.875 138.3534 169.54688 138.3534Q170.28125 138.3534 170.67188 138.05652Q171.07812 137.75964 171.21875 137.24402Q171.3125 136.9159 171.29688 135.88464Q170.60938 136.69714 169.57812 136.69714Q168.29688 136.69714 167.59375 135.77527Q166.89062 134.83777 166.89062 133.55652Q166.89062 132.6659 167.20312 131.9159Q167.53125 131.15027 168.14062 130.74402Q168.75 130.33777 169.57812 130.33777Q170.6875 130.33777 171.40625 131.2284L171.40625 130.4784L172.375 130.4784L172.375 135.8534Q172.375 137.30652 172.07812 137.9159Q171.78125 138.52527 171.14062 138.86902Q170.5 139.2284 169.5625 139.2284Q168.45312 139.2284 167.76562 138.7284Q167.07812 138.2284 167.09375 137.21277ZM167.96875 133.4784Q167.96875 134.69714 168.45312 135.25964Q168.9375 135.82214 169.67188 135.82214Q170.40625 135.82214 170.89062 135.25964Q171.39062 134.69714 171.39062 133.50964Q171.39062 132.36902 170.875 131.7909Q170.375 131.21277 169.65625 131.21277Q168.95312 131.21277 168.45312 131.7909Q167.96875 132.3534 167.96875 133.4784Z" fill-rule="nonzero"/><path fill="#666666" d="M115.09375 178.22598L116.125 178.38223Q116.1875 178.85098 116.484375 179.06973Q116.875 179.36661 117.546875 179.36661Q118.28125 179.36661 118.671875 179.06973Q119.078125 178.77286 119.21875 178.25723Q119.3125 177.92911 119.296875 176.89786Q118.609375 177.71036 117.578125 177.71036Q116.296875 177.71036 115.59375 176.78848Q114.890625 175.85098 114.890625 174.56973Q114.890625 173.67911 115.203125 172.92911Q115.53125 172.16348 116.140625 171.75723Q116.75 171.35098 117.578125 171.35098Q118.6875 171.35098 119.40625 172.24161L119.40625 171.49161L120.375 171.49161L120.375 176.86661Q120.375 178.31973 120.078125 178.92911Q119.78125 179.53848 119.140625 179.88223Q118.5 180.24161 117.5625 180.24161Q116.453125 180.24161 115.765625 179.74161Q115.078125 179.24161 115.09375 178.22598ZM115.96875 174.49161Q115.96875 175.71036 116.453125 176.27286Q116.9375 176.83536 117.671875 176.83536Q118.40625 176.83536 118.890625 176.27286Q119.390625 175.71036 119.390625 174.52286Q119.390625 173.38223 118.875 172.80411Q118.375 172.22598 117.65625 172.22598Q116.953125 172.22598 116.453125 172.80411Q115.96875 173.36661 115.96875 174.49161ZM121.90625 174.60098Q121.90625 172.86661 122.859375 172.03848Q123.65625 171.35098 124.8125 171.35098Q126.09375 171.35098 126.90625 172.19473Q127.734375 173.02286 127.734375 174.50723Q127.734375 175.71036 127.375 176.39786Q127.015625 177.08536 126.3125 177.47598Q125.625 177.85098 124.8125 177.85098Q123.515625 177.85098 122.703125 177.02286Q121.90625 176.17911 121.90625 174.60098ZM122.984375 174.60098Q122.984375 175.78848 123.5 176.38223Q124.03125 176.97598 124.8125 176.97598Q125.609375 176.97598 126.125 176.38223Q126.640625 175.78848 126.640625 174.56973Q126.640625 173.41348 126.109375 172.81973Q125.59375 172.22598 124.8125 172.22598Q124.03125 172.22598 123.5 172.81973Q122.984375 173.39786 122.984375 174.60098ZM129.26562 177.71036L129.26562 169.11661L130.32812 169.11661L130.32812 177.71036L129.26562 177.71036ZM136.35938 176.94473Q135.76562 177.44473 135.21875 177.64786Q134.6875 177.85098 134.0625 177.85098Q133.03125 177.85098 132.48438 177.35098Q131.9375 176.85098 131.9375 176.06973Q131.9375 175.61661 132.14062 175.24161Q132.34375 174.85098 132.6875 174.63223Q133.03125 174.39786 133.45312 174.28848Q133.75 174.19473 134.39062 174.11661Q135.65625 173.97598 136.26562 173.75723Q136.26562 173.53848 136.26562 173.49161Q136.26562 172.83536 135.96875 172.56973Q135.5625 172.22598 134.76562 172.22598Q134.03125 172.22598 133.67188 172.49161Q133.3125 172.74161 133.14062 173.39786L132.10938 173.25723Q132.25 172.60098 132.57812 172.19473Q132.90625 171.78848 133.51562 171.56973Q134.125 171.35098 134.92188 171.35098Q135.71875 171.35098 136.21875 171.53848Q136.71875 171.72598 136.95312 172.00723Q137.1875 172.28848 137.28125 172.72598Q137.32812 172.99161 137.32812 173.69473L137.32812 175.10098Q137.32812 176.56973 137.39062 176.96036Q137.46875 177.35098 137.67188 177.71036L136.5625 177.71036Q136.40625 177.38223 136.35938 176.94473ZM136.26562 174.58536Q135.6875 174.81973 134.54688 174.99161Q133.89062 175.08536 133.625 175.21036Q133.35938 175.31973 133.20312 175.53848Q133.0625 175.75723 133.0625 176.03848Q133.0625 176.46036 133.375 176.74161Q133.70312 177.02286 134.3125 177.02286Q134.92188 177.02286 135.39062 176.75723Q135.875 176.49161 136.09375 176.02286Q136.26562 175.66348 136.26562 174.97598L136.26562 174.58536ZM139.29688 177.71036L139.29688 171.49161L140.23438 171.49161L140.23438 172.36661Q140.92188 171.35098 142.21875 171.35098Q142.78125 171.35098 143.25 171.55411Q143.73438 171.75723 143.96875 172.08536Q144.20312 172.41348 144.29688 172.85098Q144.34375 173.14786 144.34375 173.88223L144.34375 177.71036L143.29688 177.71036L143.29688 173.92911Q143.29688 173.27286 143.17188 172.96036Q143.04688 172.64786 142.73438 172.46036Q142.42188 172.25723 142.0 172.25723Q141.32812 172.25723 140.82812 172.69473Q140.34375 173.11661 140.34375 174.30411L140.34375 177.71036L139.29688 177.71036ZM146.09375 178.22598L147.125 178.38223Q147.1875 178.85098 147.48438 179.06973Q147.875 179.36661 148.54688 179.36661Q149.28125 179.36661 149.67188 179.06973Q150.07812 178.77286 150.21875 178.25723Q150.3125 177.92911 150.29688 176.89786Q149.60938 177.71036 148.57812 177.71036Q147.29688 177.71036 146.59375 176.78848Q145.89062 175.85098 145.89062 174.56973Q145.89062 173.67911 146.20312 172.92911Q146.53125 172.16348 147.14062 171.75723Q147.75 171.35098 148.57812 171.35098Q149.6875 171.35098 150.40625 172.24161L150.40625 171.49161L151.375 171.49161L151.375 176.86661Q151.375 178.31973 151.07812 178.92911Q150.78125 179.53848 150.14062 179.88223Q149.5 180.24161 148.5625 180.24161Q147.45312 180.24161 146.76562 179.74161Q146.07812 179.24161 146.09375 178.22598ZM146.96875 174.49161Q146.96875 175.71036 147.45312 176.27286Q147.9375 176.83536 148.67188 176.83536Q149.40625 176.83536 149.89062 176.27286Q150.39062 175.71036 150.39062 174.52286Q150.39062 173.38223 149.875 172.80411Q149.375 172.22598 148.65625 172.22598Q147.95312 172.22598 147.45312 172.80411Q146.96875 173.36661 146.96875 174.49161ZM153.59375 177.71036L153.59375 176.50723L154.79688 176.50723L154.79688 177.71036L153.59375 177.71036ZM155.90625 174.60098Q155.90625 172.86661 156.85938 172.03848Q157.65625 171.35098 158.8125 171.35098Q160.09375 171.35098 160.90625 172.19473Q161.73438 173.02286 161.73438 174.50723Q161.73438 175.71036 161.375 176.39786Q161.01562 177.08536 160.3125 177.47598Q159.625 177.85098 158.8125 177.85098Q157.51562 177.85098 156.70312 177.02286Q155.90625 176.17911 155.90625 174.60098ZM156.98438 174.60098Q156.98438 175.78848 157.5 176.38223Q158.03125 176.97598 158.8125 176.97598Q159.60938 176.97598 160.125 176.38223Q160.64062 175.78848 160.64062 174.56973Q160.64062 173.41348 160.10938 172.81973Q159.59375 172.22598 158.8125 172.22598Q158.03125 172.22598 157.5 172.81973Q156.98438 173.39786 156.98438 174.60098ZM163.28125 177.71036L163.28125 171.49161L164.23438 171.49161L164.23438 172.42911Q164.59375 171.77286 164.89062 171.56973Q165.20312 171.35098 165.57812 171.35098Q166.10938 171.35098 166.65625 171.67911L166.29688 172.66348Q165.90625 172.42911 165.53125 172.42911Q165.17188 172.42911 164.89062 172.64786Q164.625 172.85098 164.51562 173.22598Q164.32812 173.78848 164.32812 174.44473L164.32812 177.71036L163.28125 177.71036ZM167.09375 178.22598L168.125 178.38223Q168.1875 178.85098 168.48438 179.06973Q168.875 179.36661 169.54688 179.36661Q170.28125 179.36661 170.67188 179.06973Q171.07812 178.77286 171.21875 178.25723Q171.3125 177.92911 171.29688 176.89786Q170.60938 177.71036 169.57812 177.71036Q168.29688 177.71036 167.59375 176.78848Q166.89062 175.85098 166.89062 174.56973Q166.89062 173.67911 167.20312 172.92911Q167.53125 172.16348 168.14062 171.75723Q168.75 171.35098 169.57812 171.35098Q170.6875 171.35098 171.40625 172.24161L171.40625 171.49161L172.375 171.49161L172.375 176.86661Q172.375 178.31973 172.07812 178.92911Q171.78125 179.53848 171.14062 179.88223Q170.5 180.24161 169.5625 180.24161Q168.45312 180.24161 167.76562 179.74161Q167.07812 179.24161 167.09375 178.22598ZM167.96875 174.49161Q167.96875 175.71036 168.45312 176.27286Q168.9375 176.83536 169.67188 176.83536Q170.40625 176.83536 170.89062 176.27286Q171.39062 175.71036 171.39062 174.52286Q171.39062 173.38223 170.875 172.80411Q170.375 172.22598 169.65625 172.22598Q168.95312 172.22598 168.45312 172.80411Q167.96875 173.36661 167.96875 174.49161Z" fill-rule="nonzero"/><path fill="#666666" d="M27.4375 211.72357L27.4375 203.12982L31.25 203.12982Q32.40625 203.12982 33.0 203.3642Q33.59375 203.59857 33.953125 204.19232Q34.3125 204.77045 34.3125 205.47357Q34.3125 206.39545 33.71875 207.02045Q33.125 207.64545 31.890625 207.81732Q32.34375 208.03607 32.578125 208.2392Q33.078125 208.69232 33.515625 209.37982L35.015625 211.72357L33.578125 211.72357L32.453125 209.94232Q31.953125 209.16107 31.625 208.75482Q31.3125 208.34857 31.046875 208.19232Q30.796875 208.02045 30.53125 207.94232Q30.34375 207.91107 29.90625 207.91107L28.578125 207.91107L28.578125 211.72357L27.4375 211.72357ZM28.578125 206.9267L31.03125 206.9267Q31.796875 206.9267 32.234375 206.77045Q32.6875 206.59857 32.90625 206.25482Q33.140625 205.89545 33.140625 205.47357Q33.140625 204.8642 32.6875 204.47357Q32.25 204.08295 31.296875 204.08295L28.578125 204.08295L28.578125 206.9267ZM40.546875 209.72357L41.640625 209.84857Q41.390625 210.8017 40.6875 211.33295Q39.984375 211.8642 38.90625 211.8642Q37.546875 211.8642 36.734375 211.02045Q35.9375 210.1767 35.9375 208.66107Q35.9375 207.09857 36.75 206.2392Q37.5625 205.3642 38.84375 205.3642Q40.09375 205.3642 40.875 206.20795Q41.671875 207.0517 41.671875 208.59857Q41.671875 208.69232 41.671875 208.87982L37.03125 208.87982Q37.09375 209.91107 37.609375 210.45795Q38.125 210.9892 38.90625 210.9892Q39.484375 210.9892 39.890625 210.69232Q40.3125 210.37982 40.546875 209.72357ZM37.09375 208.02045L40.5625 208.02045Q40.5 207.22357 40.171875 206.83295Q39.65625 206.22357 38.859375 206.22357Q38.125 206.22357 37.625 206.70795Q37.140625 207.19232 37.09375 208.02045ZM47.359375 210.95795Q46.765625 211.45795 46.21875 211.66107Q45.6875 211.8642 45.0625 211.8642Q44.03125 211.8642 43.484375 211.3642Q42.9375 210.8642 42.9375 210.08295Q42.9375 209.62982 43.140625 209.25482Q43.34375 208.8642 43.6875 208.64545Q44.03125 208.41107 44.453125 208.3017Q44.75 208.20795 45.390625 208.12982Q46.65625 207.9892 47.265625 207.77045Q47.265625 207.5517 47.265625 207.50482Q47.265625 206.84857 46.96875 206.58295Q46.5625 206.2392 45.765625 206.2392Q45.03125 206.2392 44.671875 206.50482Q44.3125 206.75482 44.140625 207.41107L43.109375 207.27045Q43.25 206.6142 43.578125 206.20795Q43.90625 205.8017 44.515625 205.58295Q45.125 205.3642 45.921875 205.3642Q46.71875 205.3642 47.21875 205.5517Q47.71875 205.7392 47.953125 206.02045Q48.1875 206.3017 48.28125 206.7392Q48.328125 207.00482 48.328125 207.70795L48.328125 209.1142Q48.328125 210.58295 48.390625 210.97357Q48.46875 211.3642 48.671875 211.72357L47.5625 211.72357Q47.40625 211.39545 47.359375 210.95795ZM47.265625 208.59857Q46.6875 208.83295 45.546875 209.00482Q44.890625 209.09857 44.625 209.22357Q44.359375 209.33295 44.203125 209.5517Q44.0625 209.77045 44.0625 210.0517Q44.0625 210.47357 44.375 210.75482Q44.703125 211.03607 45.3125 211.03607Q45.921875 211.03607 46.390625 210.77045Q46.875 210.50482 47.09375 210.03607Q47.265625 209.6767 47.265625 208.9892L47.265625 208.59857ZM54.328125 211.72357L54.328125 210.94232Q53.734375 211.8642 52.59375 211.8642Q51.84375 211.8642 51.21875 211.45795Q50.59375 211.03607 50.25 210.3017Q49.90625 209.56732 49.90625 208.6142Q49.90625 207.69232 50.21875 206.9267Q50.53125 206.16107 51.15625 205.77045Q51.78125 205.3642 52.546875 205.3642Q53.109375 205.3642 53.546875 205.59857Q53.984375 205.83295 54.265625 206.20795L54.265625 203.12982L55.3125 203.12982L55.3125 211.72357L54.328125 211.72357ZM51.0 208.6142Q51.0 209.81732 51.5 210.41107Q52.0 210.9892 52.6875 210.9892Q53.375 210.9892 53.859375 210.4267Q54.34375 209.8642 54.34375 208.70795Q54.34375 207.4267 53.84375 206.83295Q53.359375 206.2392 52.640625 206.2392Q51.9375 206.2392 51.46875 206.81732Q51.0 207.37982 51.0 208.6142ZM57.296875 204.34857L57.296875 203.12982L58.359375 203.12982L58.359375 204.34857L57.296875 204.34857ZM57.296875 211.72357L57.296875 205.50482L58.359375 205.50482L58.359375 211.72357L57.296875 211.72357ZM60.296875 211.72357L60.296875 205.50482L61.234375 205.50482L61.234375 206.37982Q61.921875 205.3642 63.21875 205.3642Q63.78125 205.3642 64.25 205.56732Q64.734375 205.77045 64.96875 206.09857Q65.203125 206.4267 65.296875 206.8642Q65.34375 207.16107 65.34375 207.89545L65.34375 211.72357L64.296875 211.72357L64.296875 207.94232Q64.296875 207.28607 64.171875 206.97357Q64.046875 206.66107 63.734375 206.47357Q63.421875 206.27045 63.0 206.27045Q62.328125 206.27045 61.828125 206.70795Q61.34375 207.12982 61.34375 208.31732L61.34375 211.72357L60.296875 211.72357ZM67.09375 212.2392L68.125 212.39545Q68.1875 212.8642 68.484375 213.08295Q68.875 213.37982 69.546875 213.37982Q70.28125 213.37982 70.671875 213.08295Q71.078125 212.78607 71.21875 212.27045Q71.3125 211.94232 71.296875 210.91107Q70.609375 211.72357 69.578125 211.72357Q68.296875 211.72357 67.59375 210.8017Q66.890625 209.8642 66.890625 208.58295Q66.890625 207.69232 67.203125 206.94232Q67.53125 206.1767 68.140625 205.77045Q68.75 205.3642 69.578125 205.3642Q70.6875 205.3642 71.40625 206.25482L71.40625 205.50482L72.375 205.50482L72.375 210.87982Q72.375 212.33295 72.078125 212.94232Q71.78125 213.5517 71.140625 213.89545Q70.5 214.25482 69.5625 214.25482Q68.453125 214.25482 67.765625 213.75482Q67.078125 213.25482 67.09375 212.2392ZM67.96875 208.50482Q67.96875 209.72357 68.453125 210.28607Q68.9375 210.84857 69.671875 210.84857Q70.40625 210.84857 70.890625 210.28607Q71.390625 209.72357 71.390625 208.53607Q71.390625 207.39545 70.875 206.81732Q70.375 206.2392 69.65625 206.2392Q68.953125 206.2392 68.453125 206.81732Q67.96875 207.37982 67.96875 208.50482ZM76.875 209.8642L77.90625 209.70795Q78.0 210.33295 78.390625 210.66107Q78.796875 210.9892 79.53125 210.9892Q80.25 210.9892 80.59375 210.70795Q80.953125 210.41107 80.953125 210.00482Q80.953125 209.64545 80.640625 209.44232Q80.421875 209.3017 79.5625 209.08295Q78.40625 208.78607 77.953125 208.58295Q77.515625 208.3642 77.28125 207.9892Q77.046875 207.6142 77.046875 207.14545Q77.046875 206.7392 77.234375 206.37982Q77.421875 206.02045 77.75 205.78607Q78.0 205.6142 78.421875 205.4892Q78.84375 205.3642 79.34375 205.3642Q80.0625 205.3642 80.609375 205.58295Q81.171875 205.78607 81.4375 206.14545Q81.703125 206.50482 81.796875 207.09857L80.765625 207.2392Q80.703125 206.77045 80.359375 206.50482Q80.03125 206.22357 79.40625 206.22357Q78.6875 206.22357 78.375 206.47357Q78.0625 206.70795 78.0625 207.03607Q78.0625 207.2392 78.1875 207.39545Q78.328125 207.56732 78.59375 207.6767Q78.75 207.7392 79.53125 207.94232Q80.65625 208.25482 81.09375 208.44232Q81.53125 208.62982 81.78125 208.9892Q82.03125 209.34857 82.03125 209.89545Q82.03125 210.4267 81.71875 210.89545Q81.421875 211.34857 80.84375 211.6142Q80.265625 211.8642 79.53125 211.8642Q78.3125 211.8642 77.671875 211.3642Q77.046875 210.84857 76.875 209.8642ZM82.90625 208.6142Q82.90625 206.87982 83.859375 206.0517Q84.65625 205.3642 85.8125 205.3642Q87.09375 205.3642 87.90625 206.20795Q88.734375 207.03607 88.734375 208.52045Q88.734375 209.72357 88.375 210.41107Q88.015625 211.09857 87.3125 211.4892Q86.625 211.8642 85.8125 211.8642Q84.515625 211.8642 83.703125 211.03607Q82.90625 210.19232 82.90625 208.6142ZM83.984375 208.6142Q83.984375 209.8017 84.5 210.39545Q85.03125 210.9892 85.8125 210.9892Q86.609375 210.9892 87.125 210.39545Q87.640625 209.8017 87.640625 208.58295Q87.640625 207.4267 87.109375 206.83295Q86.59375 206.2392 85.8125 206.2392Q85.03125 206.2392 84.5 206.83295Q83.984375 207.41107 83.984375 208.6142ZM94.375 211.72357L94.375 210.8017Q93.640625 211.8642 92.390625 211.8642Q91.84375 211.8642 91.359375 211.66107Q90.890625 211.44232 90.65625 211.12982Q90.421875 210.8017 90.328125 210.33295Q90.265625 210.03607 90.265625 209.34857L90.265625 205.50482L91.328125 205.50482L91.328125 208.95795Q91.328125 209.77045 91.390625 210.06732Q91.484375 210.47357 91.796875 210.72357Q92.125 210.95795 92.609375 210.95795Q93.078125 210.95795 93.484375 210.72357Q93.90625 210.47357 94.078125 210.0517Q94.265625 209.62982 94.265625 208.83295L94.265625 205.50482L95.3125 205.50482L95.3125 211.72357L94.375 211.72357ZM97.28125 211.72357L97.28125 205.50482L98.234375 205.50482L98.234375 206.44232Q98.59375 205.78607 98.890625 205.58295Q99.203125 205.3642 99.578125 205.3642Q100.109375 205.3642 100.65625 205.69232L100.296875 206.6767Q99.90625 206.44232 99.53125 206.44232Q99.171875 206.44232 98.890625 206.66107Q98.625 206.8642 98.515625 207.2392Q98.328125 207.8017 98.328125 208.45795L98.328125 211.72357L97.28125 211.72357ZM105.359375 209.44232L106.390625 209.58295Q106.21875 210.64545 105.515625 211.25482Q104.8125 211.8642 103.796875 211.8642Q102.515625 211.8642 101.734375 211.03607Q100.96875 210.19232 100.96875 208.62982Q100.96875 207.62982 101.296875 206.87982Q101.640625 206.1142 102.3125 205.7392Q103.0 205.3642 103.8125 205.3642Q104.8125 205.3642 105.453125 205.87982Q106.109375 206.37982 106.296875 207.33295L105.265625 207.4892Q105.125 206.8642 104.75 206.5517Q104.375 206.22357 103.84375 206.22357Q103.046875 206.22357 102.546875 206.8017Q102.046875 207.3642 102.046875 208.59857Q102.046875 209.8642 102.53125 210.4267Q103.015625 210.9892 103.78125 210.9892Q104.40625 210.9892 104.8125 210.6142Q105.234375 210.2392 105.359375 209.44232ZM111.546875 209.72357L112.640625 209.84857Q112.390625 210.8017 111.6875 211.33295Q110.984375 211.8642 109.90625 211.8642Q108.546875 211.8642 107.734375 211.02045Q106.9375 210.1767 106.9375 208.66107Q106.9375 207.09857 107.75 206.2392Q108.5625 205.3642 109.84375 205.3642Q111.09375 205.3642 111.875 206.20795Q112.671875 207.0517 112.671875 208.59857Q112.671875 208.69232 112.671875 208.87982L108.03125 208.87982Q108.09375 209.91107 108.609375 210.45795Q109.125 210.9892 109.90625 210.9892Q110.484375 210.9892 110.890625 210.69232Q111.3125 210.37982 111.546875 209.72357ZM108.09375 208.02045L111.5625 208.02045Q111.5 207.22357 111.171875 206.83295Q110.65625 206.22357 109.859375 206.22357Q109.125 206.22357 108.625 206.70795Q108.140625 207.19232 108.09375 208.02045ZM121.359375 209.44232L122.390625 209.58295Q122.21875 210.64545 121.515625 211.25482Q120.8125 211.8642 119.796875 211.8642Q118.515625 211.8642 117.734375 211.03607Q116.96875 210.19232 116.96875 208.62982Q116.96875 207.62982 117.296875 206.87982Q117.640625 206.1142 118.3125 205.7392Q119.0 205.3642 119.8125 205.3642Q120.8125 205.3642 121.453125 205.87982Q122.109375 206.37982 122.296875 207.33295L121.265625 207.4892Q121.125 206.8642 120.75 206.5517Q120.375 206.22357 119.84375 206.22357Q119.046875 206.22357 118.546875 206.8017Q118.046875 207.3642 118.046875 208.59857Q118.046875 209.8642 118.53125 210.4267Q119.015625 210.9892 119.78125 210.9892Q120.40625 210.9892 120.8125 210.6142Q121.234375 210.2392 121.359375 209.44232ZM122.90625 208.6142Q122.90625 206.87982 123.859375 206.0517Q124.65625 205.3642 125.8125 205.3642Q127.09375 205.3642 127.90625 206.20795Q128.73438 207.03607 128.73438 208.52045Q128.73438 209.72357 128.375 210.41107Q128.01562 211.09857 127.3125 211.4892Q126.625 211.8642 125.8125 211.8642Q124.515625 211.8642 123.703125 211.03607Q122.90625 210.19232 122.90625 208.6142ZM123.984375 208.6142Q123.984375 209.8017 124.5 210.39545Q125.03125 210.9892 125.8125 210.9892Q126.609375 210.9892 127.125 210.39545Q127.640625 209.8017 127.640625 208.58295Q127.640625 207.4267 127.109375 206.83295Q126.59375 206.2392 125.8125 206.2392Q125.03125 206.2392 124.5 206.83295Q123.984375 207.41107 123.984375 208.6142ZM134.32812 211.72357L134.32812 210.94232Q133.73438 211.8642 132.59375 211.8642Q131.84375 211.8642 131.21875 211.45795Q130.59375 211.03607 130.25 210.3017Q129.90625 209.56732 129.90625 208.6142Q129.90625 207.69232 130.21875 206.9267Q130.53125 206.16107 131.15625 205.77045Q131.78125 205.3642 132.54688 205.3642Q133.10938 205.3642 133.54688 205.59857Q133.98438 205.83295 134.26562 206.20795L134.26562 203.12982L135.3125 203.12982L135.3125 211.72357L134.32812 211.72357ZM131.0 208.6142Q131.0 209.81732 131.5 210.41107Q132.0 210.9892 132.6875 210.9892Q133.375 210.9892 133.85938 210.4267Q134.34375 209.8642 134.34375 208.70795Q134.34375 207.4267 133.84375 206.83295Q133.35938 206.2392 132.64062 206.2392Q131.9375 206.2392 131.46875 206.81732Q131.0 207.37982 131.0 208.6142ZM141.54688 209.72357L142.64062 209.84857Q142.39062 210.8017 141.6875 211.33295Q140.98438 211.8642 139.90625 211.8642Q138.54688 211.8642 137.73438 211.02045Q136.9375 210.1767 136.9375 208.66107Q136.9375 207.09857 137.75 206.2392Q138.5625 205.3642 139.84375 205.3642Q141.09375 205.3642 141.875 206.20795Q142.67188 207.0517 142.67188 208.59857Q142.67188 208.69232 142.67188 208.87982L138.03125 208.87982Q138.09375 209.91107 138.60938 210.45795Q139.125 210.9892 139.90625 210.9892Q140.48438 210.9892 140.89062 210.69232Q141.3125 210.37982 141.54688 209.72357ZM138.09375 208.02045L141.5625 208.02045Q141.5 207.22357 141.17188 206.83295Q140.65625 206.22357 139.85938 206.22357Q139.125 206.22357 138.625 206.70795Q138.14062 207.19232 138.09375 208.02045ZM149.3125 214.25482Q148.4375 213.14545 147.82812 211.6767Q147.23438 210.19232 147.23438 208.6142Q147.23438 207.22357 147.67188 205.94232Q148.20312 204.45795 149.3125 202.9892L150.0625 202.9892Q149.35938 204.20795 149.125 204.72357Q148.76562 205.53607 148.5625 206.41107Q148.3125 207.50482 148.3125 208.6142Q148.3125 211.44232 150.0625 214.25482L149.3125 214.25482ZM155.54688 209.72357L156.64062 209.84857Q156.39062 210.8017 155.6875 211.33295Q154.98438 211.8642 153.90625 211.8642Q152.54688 211.8642 151.73438 211.02045Q150.9375 210.1767 150.9375 208.66107Q150.9375 207.09857 151.75 206.2392Q152.5625 205.3642 153.84375 205.3642Q155.09375 205.3642 155.875 206.20795Q156.67188 207.0517 156.67188 208.59857Q156.67188 208.69232 156.67188 208.87982L152.03125 208.87982Q152.09375 209.91107 152.60938 210.45795Q153.125 210.9892 153.90625 210.9892Q154.48438 210.9892 154.89062 210.69232Q155.3125 210.37982 155.54688 209.72357ZM152.09375 208.02045L155.5625 208.02045Q155.5 207.22357 155.17188 206.83295Q154.65625 206.22357 153.85938 206.22357Q153.125 206.22357 152.625 206.70795Q152.14062 207.19232 152.09375 208.02045ZM158.59375 211.72357L158.59375 210.52045L159.79688 210.52045L159.79688 211.72357L158.59375 211.72357ZM161.09375 212.2392L162.125 212.39545Q162.1875 212.8642 162.48438 213.08295Q162.875 213.37982 163.54688 213.37982Q164.28125 213.37982 164.67188 213.08295Q165.07812 212.78607 165.21875 212.27045Q165.3125 211.94232 165.29688 210.91107Q164.60938 211.72357 163.57812 211.72357Q162.29688 211.72357 161.59375 210.8017Q160.89062 209.8642 160.89062 208.58295Q160.89062 207.69232 161.20312 206.94232Q161.53125 206.1767 162.14062 205.77045Q162.75 205.3642 163.57812 205.3642Q164.6875 205.3642 165.40625 206.25482L165.40625 205.50482L166.375 205.50482L166.375 210.87982Q166.375 212.33295 166.07812 212.94232Q165.78125 213.5517 165.14062 213.89545Q164.5 214.25482 163.5625 214.25482Q162.45312 214.25482 161.76562 213.75482Q161.07812 213.25482 161.09375 212.2392ZM161.96875 208.50482Q161.96875 209.72357 162.45312 210.28607Q162.9375 210.84857 163.67188 210.84857Q164.40625 210.84857 164.89062 210.28607Q165.39062 209.72357 165.39062 208.53607Q165.39062 207.39545 164.875 206.81732Q164.375 206.2392 163.65625 206.2392Q162.95312 206.2392 162.45312 206.81732Q161.96875 207.37982 161.96875 208.50482ZM168.59375 211.72357L168.59375 210.52045L169.79688 210.52045L169.79688 211.72357L168.59375 211.72357ZM171.5625 211.72357L171.5625 210.52045L172.76562 210.52045L172.76562 211.72357Q172.76562 212.37982 172.53125 212.78607Q172.29688 213.20795 171.79688 213.4267L171.5 212.97357Q171.82812 212.83295 171.98438 212.53607Q172.14062 212.25482 172.17188 211.72357L171.5625 211.72357Z" fill-rule="nonzero"/><path fill="#666666" d="M50.875 223.8642L51.90625 223.70795Q52.0 224.33295 52.390625 224.66107Q52.796875 224.9892 53.53125 224.9892Q54.25 224.9892 54.59375 224.70795Q54.953125 224.41107 54.953125 224.00482Q54.953125 223.64545 54.640625 223.44232Q54.421875 223.3017 53.5625 223.08295Q52.40625 222.78607 51.953125 222.58295Q51.515625 222.3642 51.28125 221.9892Q51.046875 221.6142 51.046875 221.14545Q51.046875 220.7392 51.234375 220.37982Q51.421875 220.02045 51.75 219.78607Q52.0 219.6142 52.421875 219.4892Q52.84375 219.3642 53.34375 219.3642Q54.0625 219.3642 54.609375 219.58295Q55.171875 219.78607 55.4375 220.14545Q55.703125 220.50482 55.796875 221.09857L54.765625 221.2392Q54.703125 220.77045 54.359375 220.50482Q54.03125 220.22357 53.40625 220.22357Q52.6875 220.22357 52.375 220.47357Q52.0625 220.70795 52.0625 221.03607Q52.0625 221.2392 52.1875 221.39545Q52.328125 221.56732 52.59375 221.6767Q52.75 221.7392 53.53125 221.94232Q54.65625 222.25482 55.09375 222.44232Q55.53125 222.62982 55.78125 222.9892Q56.03125 223.34857 56.03125 223.89545Q56.03125 224.4267 55.71875 224.89545Q55.421875 225.34857 54.84375 225.6142Q54.265625 225.8642 53.53125 225.8642Q52.3125 225.8642 51.671875 225.3642Q51.046875 224.84857 50.875 223.8642ZM59.59375 224.78607L59.75 225.70795Q59.296875 225.8017 58.953125 225.8017Q58.375 225.8017 58.0625 225.62982Q57.75 225.44232 57.609375 225.14545Q57.484375 224.84857 57.484375 223.89545L57.484375 220.31732L56.71875 220.31732L56.71875 219.50482L57.484375 219.50482L57.484375 217.95795L58.53125 217.33295L58.53125 219.50482L59.59375 219.50482L59.59375 220.31732L58.53125 220.31732L58.53125 223.95795Q58.53125 224.41107 58.578125 224.53607Q58.640625 224.66107 58.765625 224.7392Q58.890625 224.81732 59.125 224.81732Q59.3125 224.81732 59.59375 224.78607ZM64.359375 224.95795Q63.765625 225.45795 63.21875 225.66107Q62.6875 225.8642 62.0625 225.8642Q61.03125 225.8642 60.484375 225.3642Q59.9375 224.8642 59.9375 224.08295Q59.9375 223.62982 60.140625 223.25482Q60.34375 222.8642 60.6875 222.64545Q61.03125 222.41107 61.453125 222.3017Q61.75 222.20795 62.390625 222.12982Q63.65625 221.9892 64.265625 221.77045Q64.265625 221.5517 64.265625 221.50482Q64.265625 220.84857 63.96875 220.58295Q63.5625 220.2392 62.765625 220.2392Q62.03125 220.2392 61.671875 220.50482Q61.3125 220.75482 61.140625 221.41107L60.109375 221.27045Q60.25 220.6142 60.578125 220.20795Q60.90625 219.8017 61.515625 219.58295Q62.125 219.3642 62.921875 219.3642Q63.71875 219.3642 64.21875 219.5517Q64.71875 219.7392 64.953125 220.02045Q65.1875 220.3017 65.28125 220.7392Q65.328125 221.00482 65.328125 221.70795L65.328125 223.1142Q65.328125 224.58295 65.390625 224.97357Q65.46875 225.3642 65.671875 225.72357L64.5625 225.72357Q64.40625 225.39545 64.359375 224.95795ZM64.265625 222.59857Q63.6875 222.83295 62.546875 223.00482Q61.890625 223.09857 61.625 223.22357Q61.359375 223.33295 61.203125 223.5517Q61.0625 223.77045 61.0625 224.0517Q61.0625 224.47357 61.375 224.75482Q61.703125 225.03607 62.3125 225.03607Q62.921875 225.03607 63.390625 224.77045Q63.875 224.50482 64.09375 224.03607Q64.265625 223.6767 64.265625 222.9892L64.265625 222.59857ZM67.296875 225.72357L67.296875 219.50482L68.234375 219.50482L68.234375 220.37982Q68.921875 219.3642 70.21875 219.3642Q70.78125 219.3642 71.25 219.56732Q71.734375 219.77045 71.96875 220.09857Q72.203125 220.4267 72.296875 220.8642Q72.34375 221.16107 72.34375 221.89545L72.34375 225.72357L71.296875 225.72357L71.296875 221.94232Q71.296875 221.28607 71.171875 220.97357Q71.046875 220.66107 70.734375 220.47357Q70.421875 220.27045 70.0 220.27045Q69.328125 220.27045 68.828125 220.70795Q68.34375 221.12982 68.34375 222.31732L68.34375 225.72357L67.296875 225.72357ZM78.328125 225.72357L78.328125 224.94232Q77.734375 225.8642 76.59375 225.8642Q75.84375 225.8642 75.21875 225.45795Q74.59375 225.03607 74.25 224.3017Q73.90625 223.56732 73.90625 222.6142Q73.90625 221.69232 74.21875 220.9267Q74.53125 220.16107 75.15625 219.77045Q75.78125 219.3642 76.546875 219.3642Q77.109375 219.3642 77.546875 219.59857Q77.984375 219.83295 78.265625 220.20795L78.265625 217.12982L79.3125 217.12982L79.3125 225.72357L78.328125 225.72357ZM75.0 222.6142Q75.0 223.81732 75.5 224.41107Q76.0 224.9892 76.6875 224.9892Q77.375 224.9892 77.859375 224.4267Q78.34375 223.8642 78.34375 222.70795Q78.34375 221.4267 77.84375 220.83295Q77.359375 220.2392 76.640625 220.2392Q75.9375 220.2392 75.46875 220.81732Q75.0 221.37982 75.0 222.6142ZM85.359375 224.95795Q84.765625 225.45795 84.21875 225.66107Q83.6875 225.8642 83.0625 225.8642Q82.03125 225.8642 81.484375 225.3642Q80.9375 224.8642 80.9375 224.08295Q80.9375 223.62982 81.140625 223.25482Q81.34375 222.8642 81.6875 222.64545Q82.03125 222.41107 82.453125 222.3017Q82.75 222.20795 83.390625 222.12982Q84.65625 221.9892 85.265625 221.77045Q85.265625 221.5517 85.265625 221.50482Q85.265625 220.84857 84.96875 220.58295Q84.5625 220.2392 83.765625 220.2392Q83.03125 220.2392 82.671875 220.50482Q82.3125 220.75482 82.140625 221.41107L81.109375 221.27045Q81.25 220.6142 81.578125 220.20795Q81.90625 219.8017 82.515625 219.58295Q83.125 219.3642 83.921875 219.3642Q84.71875 219.3642 85.21875 219.5517Q85.71875 219.7392 85.953125 220.02045Q86.1875 220.3017 86.28125 220.7392Q86.328125 221.00482 86.328125 221.70795L86.328125 223.1142Q86.328125 224.58295 86.390625 224.97357Q86.46875 225.3642 86.671875 225.72357L85.5625 225.72357Q85.40625 225.39545 85.359375 224.95795ZM85.265625 222.59857Q84.6875 222.83295 83.546875 223.00482Q82.890625 223.09857 82.625 223.22357Q82.359375 223.33295 82.203125 223.5517Q82.0625 223.77045 82.0625 224.0517Q82.0625 224.47357 82.375 224.75482Q82.703125 225.03607 83.3125 225.03607Q83.921875 225.03607 84.390625 224.77045Q84.875 224.50482 85.09375 224.03607Q85.265625 223.6767 85.265625 222.9892L85.265625 222.59857ZM88.28125 225.72357L88.28125 219.50482L89.234375 219.50482L89.234375 220.44232Q89.59375 219.78607 89.890625 219.58295Q90.203125 219.3642 90.578125 219.3642Q91.109375 219.3642 91.65625 219.69232L91.296875 220.6767Q90.90625 220.44232 90.53125 220.44232Q90.171875 220.44232 89.890625 220.66107Q89.625 220.8642 89.515625 221.2392Q89.328125 221.8017 89.328125 222.45795L89.328125 225.72357L88.28125 225.72357ZM96.328125 225.72357L96.328125 224.94232Q95.734375 225.8642 94.59375 225.8642Q93.84375 225.8642 93.21875 225.45795Q92.59375 225.03607 92.25 224.3017Q91.90625 223.56732 91.90625 222.6142Q91.90625 221.69232 92.21875 220.9267Q92.53125 220.16107 93.15625 219.77045Q93.78125 219.3642 94.546875 219.3642Q95.109375 219.3642 95.546875 219.59857Q95.984375 219.83295 96.265625 220.20795L96.265625 217.12982L97.3125 217.12982L97.3125 225.72357L96.328125 225.72357ZM93.0 222.6142Q93.0 223.81732 93.5 224.41107Q94.0 224.9892 94.6875 224.9892Q95.375 224.9892 95.859375 224.4267Q96.34375 223.8642 96.34375 222.70795Q96.34375 221.4267 95.84375 220.83295Q95.359375 220.2392 94.640625 220.2392Q93.9375 220.2392 93.46875 220.81732Q93.0 221.37982 93.0 222.6142ZM102.265625 225.72357L102.265625 217.12982L103.328125 217.12982L103.328125 225.72357L102.265625 225.72357ZM105.296875 218.34857L105.296875 217.12982L106.359375 217.12982L106.359375 218.34857L105.296875 218.34857ZM105.296875 225.72357L105.296875 219.50482L106.359375 219.50482L106.359375 225.72357L105.296875 225.72357ZM109.265625 225.72357L108.28125 225.72357L108.28125 217.12982L109.34375 217.12982L109.34375 220.19232Q110.015625 219.3642 111.046875 219.3642Q111.625 219.3642 112.125 219.59857Q112.640625 219.81732 112.96875 220.2392Q113.3125 220.66107 113.5 221.25482Q113.6875 221.84857 113.6875 222.52045Q113.6875 224.1142 112.890625 224.9892Q112.09375 225.8642 111.0 225.8642Q109.890625 225.8642 109.265625 224.94232L109.265625 225.72357ZM109.25 222.56732Q109.25 223.6767 109.5625 224.1767Q110.0625 224.9892 110.90625 224.9892Q111.59375 224.9892 112.09375 224.39545Q112.609375 223.8017 112.609375 222.59857Q112.609375 221.37982 112.125 220.8017Q111.640625 220.22357 110.953125 220.22357Q110.265625 220.22357 109.75 220.83295Q109.25 221.4267 109.25 222.56732ZM115.28125 225.72357L115.28125 219.50482L116.234375 219.50482L116.234375 220.44232Q116.59375 219.78607 116.890625 219.58295Q117.203125 219.3642 117.578125 219.3642Q118.109375 219.3642 118.65625 219.69232L118.296875 220.6767Q117.90625 220.44232 117.53125 220.44232Q117.171875 220.44232 116.890625 220.66107Q116.625 220.8642 116.515625 221.2392Q116.328125 221.8017 116.328125 222.45795L116.328125 225.72357L115.28125 225.72357ZM123.359375 224.95795Q122.765625 225.45795 122.21875 225.66107Q121.6875 225.8642 121.0625 225.8642Q120.03125 225.8642 119.484375 225.3642Q118.9375 224.8642 118.9375 224.08295Q118.9375 223.62982 119.140625 223.25482Q119.34375 222.8642 119.6875 222.64545Q120.03125 222.41107 120.453125 222.3017Q120.75 222.20795 121.390625 222.12982Q122.65625 221.9892 123.265625 221.77045Q123.265625 221.5517 123.265625 221.50482Q123.265625 220.84857 122.96875 220.58295Q122.5625 220.2392 121.765625 220.2392Q121.03125 220.2392 120.671875 220.50482Q120.3125 220.75482 120.140625 221.41107L119.109375 221.27045Q119.25 220.6142 119.578125 220.20795Q119.90625 219.8017 120.515625 219.58295Q121.125 219.3642 121.921875 219.3642Q122.71875 219.3642 123.21875 219.5517Q123.71875 219.7392 123.953125 220.02045Q124.1875 220.3017 124.28125 220.7392Q124.328125 221.00482 124.328125 221.70795L124.328125 223.1142Q124.328125 224.58295 124.390625 224.97357Q124.46875 225.3642 124.671875 225.72357L123.5625 225.72357Q123.40625 225.39545 123.359375 224.95795ZM123.265625 222.59857Q122.6875 222.83295 121.546875 223.00482Q120.890625 223.09857 120.625 223.22357Q120.359375 223.33295 120.203125 223.5517Q120.0625 223.77045 120.0625 224.0517Q120.0625 224.47357 120.375 224.75482Q120.703125 225.03607 121.3125 225.03607Q121.921875 225.03607 122.390625 224.77045Q122.875 224.50482 123.09375 224.03607Q123.265625 223.6767 123.265625 222.9892L123.265625 222.59857ZM126.28125 225.72357L126.28125 219.50482L127.234375 219.50482L127.234375 220.44232Q127.59375 219.78607 127.890625 219.58295Q128.20312 219.3642 128.57812 219.3642Q129.10938 219.3642 129.65625 219.69232L129.29688 220.6767Q128.90625 220.44232 128.53125 220.44232Q128.17188 220.44232 127.890625 220.66107Q127.625 220.8642 127.515625 221.2392Q127.328125 221.8017 127.328125 222.45795L127.328125 225.72357L126.28125 225.72357ZM130.25 228.1142L130.125 227.12982Q130.46875 227.22357 130.73438 227.22357Q131.07812 227.22357 131.28125 227.09857Q131.5 226.9892 131.64062 226.78607Q131.73438 226.6142 131.96875 225.9892Q131.98438 225.91107 132.0625 225.7392L129.6875 219.50482L130.82812 219.50482L132.125 223.09857Q132.375 223.78607 132.57812 224.5517Q132.76562 223.81732 133.01562 223.12982L134.34375 219.50482L135.39062 219.50482L133.03125 225.83295Q132.64062 226.84857 132.4375 227.2392Q132.15625 227.77045 131.78125 228.00482Q131.42188 228.25482 130.92188 228.25482Q130.625 228.25482 130.25 228.1142ZM136.5625 225.72357L136.5625 224.52045L137.76562 224.52045L137.76562 225.72357Q137.76562 226.37982 137.53125 226.78607Q137.29688 227.20795 136.79688 227.4267L136.5 226.97357Q136.82812 226.83295 136.98438 226.53607Q137.14062 226.25482 137.17188 225.72357L136.5625 225.72357ZM141.90625 222.6142Q141.90625 220.87982 142.85938 220.0517Q143.65625 219.3642 144.8125 219.3642Q146.09375 219.3642 146.90625 220.20795Q147.73438 221.03607 147.73438 222.52045Q147.73438 223.72357 147.375 224.41107Q147.01562 225.09857 146.3125 225.4892Q145.625 225.8642 144.8125 225.8642Q143.51562 225.8642 142.70312 225.03607Q141.90625 224.19232 141.90625 222.6142ZM142.98438 222.6142Q142.98438 223.8017 143.5 224.39545Q144.03125 224.9892 144.8125 224.9892Q145.60938 224.9892 146.125 224.39545Q146.64062 223.8017 146.64062 222.58295Q146.64062 221.4267 146.10938 220.83295Q145.59375 220.2392 144.8125 220.2392Q144.03125 220.2392 143.5 220.83295Q142.98438 221.41107 142.98438 222.6142ZM149.29688 228.1142L149.29688 219.50482L150.25 219.50482L150.25 220.3017Q150.59375 219.83295 151.01562 219.59857Q151.45312 219.3642 152.0625 219.3642Q152.85938 219.3642 153.46875 219.77045Q154.07812 220.1767 154.375 220.9267Q154.6875 221.6767 154.6875 222.56732Q154.6875 223.52045 154.34375 224.28607Q154.01562 225.0517 153.35938 225.45795Q152.70312 225.8642 151.98438 225.8642Q151.45312 225.8642 151.03125 225.64545Q150.60938 225.41107 150.34375 225.08295L150.34375 228.1142L149.29688 228.1142ZM150.25 222.64545Q150.25 223.84857 150.73438 224.4267Q151.21875 224.9892 151.90625 224.9892Q152.60938 224.9892 153.10938 224.39545Q153.60938 223.8017 153.60938 222.5517Q153.60938 221.3642 153.125 220.78607Q152.64062 220.19232 151.95312 220.19232Q151.28125 220.19232 150.76562 220.81732Q150.25 221.44232 150.25 222.64545ZM160.54688 223.72357L161.64062 223.84857Q161.39062 224.8017 160.6875 225.33295Q159.98438 225.8642 158.90625 225.8642Q157.54688 225.8642 156.73438 225.02045Q155.9375 224.1767 155.9375 222.66107Q155.9375 221.09857 156.75 220.2392Q157.5625 219.3642 158.84375 219.3642Q160.09375 219.3642 160.875 220.20795Q161.67188 221.0517 161.67188 222.59857Q161.67188 222.69232 161.67188 222.87982L157.03125 222.87982Q157.09375 223.91107 157.60938 224.45795Q158.125 224.9892 158.90625 224.9892Q159.48438 224.9892 159.89062 224.69232Q160.3125 224.37982 160.54688 223.72357ZM157.09375 222.02045L160.5625 222.02045Q160.5 221.22357 160.17188 220.83295Q159.65625 220.22357 158.85938 220.22357Q158.125 220.22357 157.625 220.70795Q157.14062 221.19232 157.09375 222.02045ZM163.29688 225.72357L163.29688 219.50482L164.23438 219.50482L164.23438 220.37982Q164.92188 219.3642 166.21875 219.3642Q166.78125 219.3642 167.25 219.56732Q167.73438 219.77045 167.96875 220.09857Q168.20312 220.4267 168.29688 220.8642Q168.34375 221.16107 168.34375 221.89545L168.34375 225.72357L167.29688 225.72357L167.29688 221.94232Q167.29688 221.28607 167.17188 220.97357Q167.04688 220.66107 166.73438 220.47357Q166.42188 220.27045 166.0 220.27045Q165.32812 220.27045 164.82812 220.70795Q164.34375 221.12982 164.34375 222.31732L164.34375 225.72357L163.29688 225.72357ZM169.875 223.14545L169.875 222.08295L173.125 222.08295L173.125 223.14545L169.875 223.14545Z" fill-rule="nonzero"/><path fill="#666666" d="M140.45312 256.3618L140.45312 255.36179L144.07812 255.34616L144.07812 258.53366Q143.25 259.20554 142.35938 259.5493Q141.46875 259.8774 140.53125 259.8774Q139.26562 259.8774 138.21875 259.34616Q137.1875 258.7993 136.65625 257.78366Q136.14062 256.7524 136.14062 255.48679Q136.14062 254.22116 136.65625 253.14304Q137.1875 252.04929 138.17188 251.53366Q139.15625 251.00241 140.4375 251.00241Q141.375 251.00241 142.125 251.29929Q142.875 251.59616 143.29688 252.14304Q143.73438 252.67429 143.95312 253.54929L142.9375 253.83054Q142.73438 253.17429 142.4375 252.79929Q142.15625 252.42429 141.625 252.20554Q141.09375 251.97116 140.45312 251.97116Q139.67188 251.97116 139.09375 252.20554Q138.53125 252.43991 138.17188 252.83054Q137.82812 253.22116 137.64062 253.68991Q137.3125 254.48679 137.3125 255.40866Q137.3125 256.5649 137.70312 257.34616Q138.10938 258.1118 138.85938 258.4868Q139.60938 258.8618 140.46875 258.8618Q141.20312 258.8618 141.90625 258.58054Q142.60938 258.28366 142.96875 257.97116L142.96875 256.3618L140.45312 256.3618ZM145.29688 252.36179L145.29688 251.14304L146.35938 251.14304L146.35938 252.36179L145.29688 252.36179ZM145.29688 259.7368L145.29688 253.51804L146.35938 253.51804L146.35938 259.7368L145.29688 259.7368ZM150.59375 258.7993L150.75 259.72116Q150.29688 259.8149 149.95312 259.8149Q149.375 259.8149 149.0625 259.64304Q148.75 259.45554 148.60938 259.15866Q148.48438 258.8618 148.48438 257.90866L148.48438 254.33054L147.71875 254.33054L147.71875 253.51804L148.48438 253.51804L148.48438 251.97116L149.53125 251.34616L149.53125 253.51804L150.59375 253.51804L150.59375 254.33054L149.53125 254.33054L149.53125 257.97116Q149.53125 258.4243 149.57812 258.5493Q149.64062 258.6743 149.76562 258.7524Q149.89062 258.83054 150.125 258.83054Q150.3125 258.83054 150.59375 258.7993ZM151.46875 259.7368L151.46875 251.14304L152.59375 251.14304L152.59375 254.67429L157.0625 254.67429L157.0625 251.14304L158.20312 251.14304L158.20312 259.7368L157.0625 259.7368L157.0625 255.68991L152.59375 255.68991L152.59375 259.7368L151.46875 259.7368ZM164.375 259.7368L164.375 258.8149Q163.64062 259.8774 162.39062 259.8774Q161.84375 259.8774 161.35938 259.6743Q160.89062 259.45554 160.65625 259.14304Q160.42188 258.8149 160.32812 258.34616Q160.26562 258.0493 160.26562 257.3618L160.26562 253.51804L161.32812 253.51804L161.32812 256.97116Q161.32812 257.78366 161.39062 258.08054Q161.48438 258.4868 161.79688 258.7368Q162.125 258.97116 162.60938 258.97116Q163.07812 258.97116 163.48438 258.7368Q163.90625 258.4868 164.07812 258.0649Q164.26562 257.64304 164.26562 256.84616L164.26562 253.51804L165.3125 253.51804L165.3125 259.7368L164.375 259.7368ZM168.26562 259.7368L167.28125 259.7368L167.28125 251.14304L168.34375 251.14304L168.34375 254.20554Q169.01562 253.37741 170.04688 253.37741Q170.625 253.37741 171.125 253.61179Q171.64062 253.83054 171.96875 254.25241Q172.3125 254.67429 172.5 255.26804Q172.6875 255.86179 172.6875 256.53366Q172.6875 258.1274 171.89062 259.0024Q171.09375 259.8774 170.0 259.8774Q168.89062 259.8774 168.26562 258.95554L168.26562 259.7368ZM168.25 256.58054Q168.25 257.6899 168.5625 258.1899Q169.0625 259.0024 169.90625 259.0024Q170.59375 259.0024 171.09375 258.40866Q171.60938 257.8149 171.60938 256.6118Q171.60938 255.39304 171.125 254.81491Q170.64062 254.23679 169.95312 254.23679Q169.26562 254.23679 168.75 254.84616Q168.25 255.43991 168.25 256.58054Z" fill-rule="nonzero"/><path fill="#666666" d="M74.09375 301.26562L75.125 301.42188Q75.1875 301.89062 75.484375 302.10938Q75.875 302.40625 76.546875 302.40625Q77.28125 302.40625 77.671875 302.10938Q78.078125 301.8125 78.21875 301.29688Q78.3125 300.96875 78.296875 299.9375Q77.609375 300.75 76.578125 300.75Q75.296875 300.75 74.59375 299.82812Q73.890625 298.89062 73.890625 297.60938Q73.890625 296.71875 74.203125 295.96875Q74.53125 295.20312 75.140625 294.79688Q75.75 294.39062 76.578125 294.39062Q77.6875 294.39062 78.40625 295.28125L78.40625 294.53125L79.375 294.53125L79.375 299.90625Q79.375 301.35938 79.078125 301.96875Q78.78125 302.57812 78.140625 302.92188Q77.5 303.28125 76.5625 303.28125Q75.453125 303.28125 74.765625 302.78125Q74.078125 302.28125 74.09375 301.26562ZM74.96875 297.53125Q74.96875 298.75 75.453125 299.3125Q75.9375 299.875 76.671875 299.875Q77.40625 299.875 77.890625 299.3125Q78.390625 298.75 78.390625 297.5625Q78.390625 296.42188 77.875 295.84375Q77.375 295.26562 76.65625 295.26562Q75.953125 295.26562 75.453125 295.84375Q74.96875 296.40625 74.96875 297.53125ZM80.90625 297.64062Q80.90625 295.90625 81.859375 295.07812Q82.65625 294.39062 83.8125 294.39062Q85.09375 294.39062 85.90625 295.23438Q86.734375 296.0625 86.734375 297.54688Q86.734375 298.75 86.375 299.4375Q86.015625 300.125 85.3125 300.51562Q84.625 300.89062 83.8125 300.89062Q82.515625 300.89062 81.703125 300.0625Q80.90625 299.21875 80.90625 297.64062ZM81.984375 297.64062Q81.984375 298.82812 82.5 299.42188Q83.03125 300.01562 83.8125 300.01562Q84.609375 300.01562 85.125 299.42188Q85.640625 298.82812 85.640625 297.60938Q85.640625 296.45312 85.109375 295.85938Q84.59375 295.26562 83.8125 295.26562Q83.03125 295.26562 82.5 295.85938Q81.984375 296.4375 81.984375 297.64062ZM89.265625 300.75L88.28125 300.75L88.28125 292.15625L89.34375 292.15625L89.34375 295.21875Q90.015625 294.39062 91.046875 294.39062Q91.625 294.39062 92.125 294.625Q92.640625 294.84375 92.96875 295.26562Q93.3125 295.6875 93.5 296.28125Q93.6875 296.875 93.6875 297.54688Q93.6875 299.14062 92.890625 300.01562Q92.09375 300.89062 91.0 300.89062Q89.890625 300.89062 89.265625 299.96875L89.265625 300.75ZM89.25 297.59375Q89.25 298.70312 89.5625 299.20312Q90.0625 300.01562 90.90625 300.01562Q91.59375 300.01562 92.09375 299.42188Q92.609375 298.82812 92.609375 297.625Q92.609375 296.40625 92.125 295.82812Q91.640625 295.25 90.953125 295.25Q90.265625 295.25 89.75 295.85938Q89.25 296.45312 89.25 297.59375ZM95.25 303.14062L95.125 302.15625Q95.46875 302.25 95.734375 302.25Q96.078125 302.25 96.28125 302.125Q96.5 302.01562 96.640625 301.8125Q96.734375 301.64062 96.96875 301.01562Q96.984375 300.9375 97.0625 300.76562L94.6875 294.53125L95.828125 294.53125L97.125 298.125Q97.375 298.8125 97.578125 299.57812Q97.765625 298.84375 98.015625 298.15625L99.34375 294.53125L100.390625 294.53125L98.03125 300.85938Q97.640625 301.875 97.4375 302.26562Q97.15625 302.79688 96.78125 303.03125Q96.421875 303.28125 95.921875 303.28125Q95.625 303.28125 95.25 303.14062ZM105.546875 298.75L106.640625 298.875Q106.390625 299.82812 105.6875 300.35938Q104.984375 300.89062 103.90625 300.89062Q102.546875 300.89062 101.734375 300.04688Q100.9375 299.20312 100.9375 297.6875Q100.9375 296.125 101.75 295.26562Q102.5625 294.39062 103.84375 294.39062Q105.09375 294.39062 105.875 295.23438Q106.671875 296.07812 106.671875 297.625Q106.671875 297.71875 106.671875 297.90625L102.03125 297.90625Q102.09375 298.9375 102.609375 299.48438Q103.125 300.01562 103.90625 300.01562Q104.484375 300.01562 104.890625 299.71875Q105.3125 299.40625 105.546875 298.75ZM102.09375 297.04688L105.5625 297.04688Q105.5 296.25 105.171875 295.85938Q104.65625 295.25 103.859375 295.25Q103.125 295.25 102.625 295.73438Q102.140625 296.21875 102.09375 297.04688ZM107.59375 300.75L109.859375 297.51562L107.765625 294.53125L109.078125 294.53125L110.03125 295.98438Q110.296875 296.40625 110.46875 296.6875Q110.71875 296.29688 110.9375 296.0L111.984375 294.53125L113.25 294.53125L111.09375 297.45312L113.40625 300.75L112.125 300.75L110.84375 298.8125L110.5 298.29688L108.859375 300.75L107.59375 300.75ZM118.359375 299.98438Q117.765625 300.48438 117.21875 300.6875Q116.6875 300.89062 116.0625 300.89062Q115.03125 300.89062 114.484375 300.39062Q113.9375 299.89062 113.9375 299.10938Q113.9375 298.65625 114.140625 298.28125Q114.34375 297.89062 114.6875 297.67188Q115.03125 297.4375 115.453125 297.32812Q115.75 297.23438 116.390625 297.15625Q117.65625 297.01562 118.265625 296.79688Q118.265625 296.57812 118.265625 296.53125Q118.265625 295.875 117.96875 295.60938Q117.5625 295.26562 116.765625 295.26562Q116.03125 295.26562 115.671875 295.53125Q115.3125 295.78125 115.140625 296.4375L114.109375 296.29688Q114.25 295.64062 114.578125 295.23438Q114.90625 294.82812 115.515625 294.60938Q116.125 294.39062 116.921875 294.39062Q117.71875 294.39062 118.21875 294.57812Q118.71875 294.76562 118.953125 295.04688Q119.1875 295.32812 119.28125 295.76562Q119.328125 296.03125 119.328125 296.73438L119.328125 298.14062Q119.328125 299.60938 119.390625 300.0Q119.46875 300.39062 119.671875 300.75L118.5625 300.75Q118.40625 300.42188 118.359375 299.98438ZM118.265625 297.625Q117.6875 297.85938 116.546875 298.03125Q115.890625 298.125 115.625 298.25Q115.359375 298.35938 115.203125 298.57812Q115.0625 298.79688 115.0625 299.07812Q115.0625 299.5 115.375 299.78125Q115.703125 300.0625 116.3125 300.0625Q116.921875 300.0625 117.390625 299.79688Q117.875 299.53125 118.09375 299.0625Q118.265625 298.70312 118.265625 298.01562L118.265625 297.625ZM121.296875 300.75L121.296875 294.53125L122.234375 294.53125L122.234375 295.40625Q122.53125 294.9375 123.015625 294.67188Q123.5 294.39062 124.125 294.39062Q124.8125 294.39062 125.25 294.67188Q125.703125 294.95312 125.875 295.46875Q126.625 294.39062 127.796875 294.39062Q128.73438 294.39062 129.21875 294.90625Q129.71875 295.40625 129.71875 296.48438L129.71875 300.75L128.67188 300.75L128.67188 296.82812Q128.67188 296.20312 128.5625 295.92188Q128.46875 295.64062 128.20312 295.46875Q127.9375 295.29688 127.5625 295.29688Q126.90625 295.29688 126.46875 295.73438Q126.046875 296.17188 126.046875 297.14062L126.046875 300.75L124.984375 300.75L124.984375 296.70312Q124.984375 296.0 124.71875 295.65625Q124.46875 295.29688 123.890625 295.29688Q123.4375 295.29688 123.0625 295.53125Q122.6875 295.76562 122.515625 296.21875Q122.34375 296.67188 122.34375 297.51562L122.34375 300.75L121.296875 300.75ZM131.29688 303.14062L131.29688 294.53125L132.25 294.53125L132.25 295.32812Q132.59375 294.85938 133.01562 294.625Q133.45312 294.39062 134.0625 294.39062Q134.85938 294.39062 135.46875 294.79688Q136.07812 295.20312 136.375 295.95312Q136.6875 296.70312 136.6875 297.59375Q136.6875 298.54688 136.34375 299.3125Q136.01562 300.07812 135.35938 300.48438Q134.70312 300.89062 133.98438 300.89062Q133.45312 300.89062 133.03125 300.67188Q132.60938 300.4375 132.34375 300.10938L132.34375 303.14062L131.29688 303.14062ZM132.25 297.67188Q132.25 298.875 132.73438 299.45312Q133.21875 300.01562 133.90625 300.01562Q134.60938 300.01562 135.10938 299.42188Q135.60938 298.82812 135.60938 297.57812Q135.60938 296.39062 135.125 295.8125Q134.64062 295.21875 133.95312 295.21875Q133.28125 295.21875 132.76562 295.84375Q132.25 296.46875 132.25 297.67188ZM138.26562 300.75L138.26562 292.15625L139.32812 292.15625L139.32812 300.75L138.26562 300.75ZM145.54688 298.75L146.64062 298.875Q146.39062 299.82812 145.6875 300.35938Q144.98438 300.89062 143.90625 300.89062Q142.54688 300.89062 141.73438 300.04688Q140.9375 299.20312 140.9375 297.6875Q140.9375 296.125 141.75 295.26562Q142.5625 294.39062 143.84375 294.39062Q145.09375 294.39062 145.875 295.23438Q146.67188 296.07812 146.67188 297.625Q146.67188 297.71875 146.67188 297.90625L142.03125 297.90625Q142.09375 298.9375 142.60938 299.48438Q143.125 300.01562 143.90625 300.01562Q144.48438 300.01562 144.89062 299.71875Q145.3125 299.40625 145.54688 298.75ZM142.09375 297.04688L145.5625 297.04688Q145.5 296.25 145.17188 295.85938Q144.65625 295.25 143.85938 295.25Q143.125 295.25 142.625 295.73438Q142.14062 296.21875 142.09375 297.04688ZM148.59375 300.75L148.59375 299.54688L149.79688 299.54688L149.79688 300.75L148.59375 300.75ZM155.35938 298.46875L156.39062 298.60938Q156.21875 299.67188 155.51562 300.28125Q154.8125 300.89062 153.79688 300.89062Q152.51562 300.89062 151.73438 300.0625Q150.96875 299.21875 150.96875 297.65625Q150.96875 296.65625 151.29688 295.90625Q151.64062 295.14062 152.3125 294.76562Q153.0 294.39062 153.8125 294.39062Q154.8125 294.39062 155.45312 294.90625Q156.10938 295.40625 156.29688 296.35938L155.26562 296.51562Q155.125 295.89062 154.75 295.57812Q154.375 295.25 153.84375 295.25Q153.04688 295.25 152.54688 295.82812Q152.04688 296.39062 152.04688 297.625Q152.04688 298.89062 152.53125 299.45312Q153.01562 300.01562 153.78125 300.01562Q154.40625 300.01562 154.8125 299.64062Q155.23438 299.26562 155.35938 298.46875ZM156.90625 297.64062Q156.90625 295.90625 157.85938 295.07812Q158.65625 294.39062 159.8125 294.39062Q161.09375 294.39062 161.90625 295.23438Q162.73438 296.0625 162.73438 297.54688Q162.73438 298.75 162.375 299.4375Q162.01562 300.125 161.3125 300.51562Q160.625 300.89062 159.8125 300.89062Q158.51562 300.89062 157.70312 300.0625Q156.90625 299.21875 156.90625 297.64062ZM157.98438 297.64062Q157.98438 298.82812 158.5 299.42188Q159.03125 300.01562 159.8125 300.01562Q160.60938 300.01562 161.125 299.42188Q161.64062 298.82812 161.64062 297.60938Q161.64062 296.45312 161.10938 295.85938Q160.59375 295.26562 159.8125 295.26562Q159.03125 295.26562 158.5 295.85938Q157.98438 296.4375 157.98438 297.64062ZM164.29688 300.75L164.29688 294.53125L165.23438 294.53125L165.23438 295.40625Q165.53125 294.9375 166.01562 294.67188Q166.5 294.39062 167.125 294.39062Q167.8125 294.39062 168.25 294.67188Q168.70312 294.95312 168.875 295.46875Q169.625 294.39062 170.79688 294.39062Q171.73438 294.39062 172.21875 294.90625Q172.71875 295.40625 172.71875 296.48438L172.71875 300.75L171.67188 300.75L171.67188 296.82812Q171.67188 296.20312 171.5625 295.92188Q171.46875 295.64062 171.20312 295.46875Q170.9375 295.29688 170.5625 295.29688Q169.90625 295.29688 169.46875 295.73438Q169.04688 296.17188 169.04688 297.14062L169.04688 300.75L167.98438 300.75L167.98438 296.70312Q167.98438 296.0 167.71875 295.65625Q167.46875 295.29688 166.89062 295.29688Q166.4375 295.29688 166.0625 295.53125Q165.6875 295.76562 165.51562 296.21875Q165.34375 296.67188 165.34375 297.51562L165.34375 300.75L164.29688 300.75Z" fill-rule="nonzero"/><path fill="#666666" d="M90.375 341.7632L90.375 333.16946L93.609375 333.16946Q94.59375 333.16946 95.1875 333.4351Q95.78125 333.7007 96.109375 334.2476Q96.453125 334.77884 96.453125 335.3726Q96.453125 335.91946 96.15625 336.40384Q95.859375 336.8882 95.25 337.1851Q96.03125 337.41946 96.4375 337.98196Q96.859375 338.52884 96.859375 339.27884Q96.859375 339.8726 96.609375 340.40384Q96.359375 340.91946 95.984375 341.2007Q95.609375 341.48196 95.03125 341.6226Q94.46875 341.7632 93.65625 341.7632L90.375 341.7632ZM91.515625 336.77884L93.375 336.77884Q94.125 336.77884 94.453125 336.6851Q94.890625 336.5601 95.109375 336.2632Q95.328125 335.9507 95.328125 335.4976Q95.328125 335.0757 95.125 334.7476Q94.921875 334.41946 94.53125 334.3101Q94.15625 334.1851 93.234375 334.1851L91.515625 334.1851L91.515625 336.77884ZM91.515625 340.7476L93.65625 340.7476Q94.203125 340.7476 94.421875 340.7007Q94.828125 340.6382 95.078125 340.48196Q95.34375 340.3101 95.515625 339.9976Q95.6875 339.6851 95.6875 339.27884Q95.6875 338.79446 95.4375 338.4351Q95.203125 338.0757 94.765625 337.9351Q94.328125 337.79446 93.5 337.79446L91.515625 337.79446L91.515625 340.7476ZM97.90625 338.65384Q97.90625 336.91946 98.859375 336.09134Q99.65625 335.40384 100.8125 335.40384Q102.09375 335.40384 102.90625 336.2476Q103.734375 337.0757 103.734375 338.5601Q103.734375 339.7632 103.375 340.4507Q103.015625 341.1382 102.3125 341.52884Q101.625 341.90384 100.8125 341.90384Q99.515625 341.90384 98.703125 341.0757Q97.90625 340.23196 97.90625 338.65384ZM98.984375 338.65384Q98.984375 339.84134 99.5 340.4351Q100.03125 341.02884 100.8125 341.02884Q101.609375 341.02884 102.125 340.4351Q102.640625 339.84134 102.640625 338.6226Q102.640625 337.46634 102.109375 336.8726Q101.59375 336.27884 100.8125 336.27884Q100.03125 336.27884 99.5 336.8726Q98.984375 337.4507 98.984375 338.65384ZM104.90625 338.65384Q104.90625 336.91946 105.859375 336.09134Q106.65625 335.40384 107.8125 335.40384Q109.09375 335.40384 109.90625 336.2476Q110.734375 337.0757 110.734375 338.5601Q110.734375 339.7632 110.375 340.4507Q110.015625 341.1382 109.3125 341.52884Q108.625 341.90384 107.8125 341.90384Q106.515625 341.90384 105.703125 341.0757Q104.90625 340.23196 104.90625 338.65384ZM105.984375 338.65384Q105.984375 339.84134 106.5 340.4351Q107.03125 341.02884 107.8125 341.02884Q108.609375 341.02884 109.125 340.4351Q109.640625 339.84134 109.640625 338.6226Q109.640625 337.46634 109.109375 336.8726Q108.59375 336.27884 107.8125 336.27884Q107.03125 336.27884 106.5 336.8726Q105.984375 337.4507 105.984375 338.65384ZM112.296875 341.7632L112.296875 333.16946L113.359375 333.16946L113.359375 338.0757L115.84375 335.54446L117.21875 335.54446L114.828125 337.84134L117.453125 341.7632L116.15625 341.7632L114.09375 338.5757L113.359375 339.29446L113.359375 341.7632L112.296875 341.7632ZM117.875 339.90384L118.90625 339.7476Q119.0 340.3726 119.390625 340.7007Q119.796875 341.02884 120.53125 341.02884Q121.25 341.02884 121.59375 340.7476Q121.953125 340.4507 121.953125 340.04446Q121.953125 339.6851 121.640625 339.48196Q121.421875 339.34134 120.5625 339.1226Q119.40625 338.8257 118.953125 338.6226Q118.515625 338.40384 118.28125 338.02884Q118.046875 337.65384 118.046875 337.1851Q118.046875 336.77884 118.234375 336.41946Q118.421875 336.0601 118.75 335.8257Q119.0 335.65384 119.421875 335.52884Q119.84375 335.40384 120.34375 335.40384Q121.0625 335.40384 121.609375 335.6226Q122.171875 335.8257 122.4375 336.1851Q122.703125 336.54446 122.796875 337.1382L121.765625 337.27884Q121.703125 336.8101 121.359375 336.54446Q121.03125 336.2632 120.40625 336.2632Q119.6875 336.2632 119.375 336.5132Q119.0625 336.7476 119.0625 337.0757Q119.0625 337.27884 119.1875 337.4351Q119.328125 337.60696 119.59375 337.71634Q119.75 337.77884 120.53125 337.98196Q121.65625 338.29446 122.09375 338.48196Q122.53125 338.66946 122.78125 339.02884Q123.03125 339.3882 123.03125 339.9351Q123.03125 340.46634 122.71875 340.9351Q122.421875 341.3882 121.84375 341.65384Q121.265625 341.90384 120.53125 341.90384Q119.3125 341.90384 118.671875 341.40384Q118.046875 340.8882 117.875 339.90384ZM126.5 341.90384L128.98438 333.02884L129.82812 333.02884L127.34375 341.90384L126.5 341.90384ZM137.54688 339.7632L138.64062 339.8882Q138.39062 340.84134 137.6875 341.3726Q136.98438 341.90384 135.90625 341.90384Q134.54688 341.90384 133.73438 341.0601Q132.9375 340.21634 132.9375 338.7007Q132.9375 337.1382 133.75 336.27884Q134.5625 335.40384 135.84375 335.40384Q137.09375 335.40384 137.875 336.2476Q138.67188 337.09134 138.67188 338.6382Q138.67188 338.73196 138.67188 338.91946L134.03125 338.91946Q134.09375 339.9507 134.60938 340.4976Q135.125 341.02884 135.90625 341.02884Q136.48438 341.02884 136.89062 340.73196Q137.3125 340.41946 137.54688 339.7632ZM134.09375 338.0601L137.5625 338.0601Q137.5 337.2632 137.17188 336.8726Q136.65625 336.2632 135.85938 336.2632Q135.125 336.2632 134.625 336.7476Q134.14062 337.23196 134.09375 338.0601ZM140.375 341.7632L140.375 333.16946L143.60938 333.16946Q144.59375 333.16946 145.1875 333.4351Q145.78125 333.7007 146.10938 334.2476Q146.45312 334.77884 146.45312 335.3726Q146.45312 335.91946 146.15625 336.40384Q145.85938 336.8882 145.25 337.1851Q146.03125 337.41946 146.4375 337.98196Q146.85938 338.52884 146.85938 339.27884Q146.85938 339.8726 146.60938 340.40384Q146.35938 340.91946 145.98438 341.2007Q145.60938 341.48196 145.03125 341.6226Q144.46875 341.7632 143.65625 341.7632L140.375 341.7632ZM141.51562 336.77884L143.375 336.77884Q144.125 336.77884 144.45312 336.6851Q144.89062 336.5601 145.10938 336.2632Q145.32812 335.9507 145.32812 335.4976Q145.32812 335.0757 145.125 334.7476Q144.92188 334.41946 144.53125 334.3101Q144.15625 334.1851 143.23438 334.1851L141.51562 334.1851L141.51562 336.77884ZM141.51562 340.7476L143.65625 340.7476Q144.20312 340.7476 144.42188 340.7007Q144.82812 340.6382 145.07812 340.48196Q145.34375 340.3101 145.51562 339.9976Q145.6875 339.6851 145.6875 339.27884Q145.6875 338.79446 145.4375 338.4351Q145.20312 338.0757 144.76562 337.9351Q144.32812 337.79446 143.5 337.79446L141.51562 337.79446L141.51562 340.7476ZM147.90625 338.65384Q147.90625 336.91946 148.85938 336.09134Q149.65625 335.40384 150.8125 335.40384Q152.09375 335.40384 152.90625 336.2476Q153.73438 337.0757 153.73438 338.5601Q153.73438 339.7632 153.375 340.4507Q153.01562 341.1382 152.3125 341.52884Q151.625 341.90384 150.8125 341.90384Q149.51562 341.90384 148.70312 341.0757Q147.90625 340.23196 147.90625 338.65384ZM148.98438 338.65384Q148.98438 339.84134 149.5 340.4351Q150.03125 341.02884 150.8125 341.02884Q151.60938 341.02884 152.125 340.4351Q152.64062 339.84134 152.64062 338.6226Q152.64062 337.46634 152.10938 336.8726Q151.59375 336.27884 150.8125 336.27884Q150.03125 336.27884 149.5 336.8726Q148.98438 337.4507 148.98438 338.65384ZM154.90625 338.65384Q154.90625 336.91946 155.85938 336.09134Q156.65625 335.40384 157.8125 335.40384Q159.09375 335.40384 159.90625 336.2476Q160.73438 337.0757 160.73438 338.5601Q160.73438 339.7632 160.375 340.4507Q160.01562 341.1382 159.3125 341.52884Q158.625 341.90384 157.8125 341.90384Q156.51562 341.90384 155.70312 341.0757Q154.90625 340.23196 154.90625 338.65384ZM155.98438 338.65384Q155.98438 339.84134 156.5 340.4351Q157.03125 341.02884 157.8125 341.02884Q158.60938 341.02884 159.125 340.4351Q159.64062 339.84134 159.64062 338.6226Q159.64062 337.46634 159.10938 336.8726Q158.59375 336.27884 157.8125 336.27884Q157.03125 336.27884 156.5 336.8726Q155.98438 337.4507 155.98438 338.65384ZM162.29688 341.7632L162.29688 333.16946L163.35938 333.16946L163.35938 338.0757L165.84375 335.54446L167.21875 335.54446L164.82812 337.84134L167.45312 341.7632L166.15625 341.7632L164.09375 338.5757L163.35938 339.29446L163.35938 341.7632L162.29688 341.7632ZM167.875 339.90384L168.90625 339.7476Q169.0 340.3726 169.39062 340.7007Q169.79688 341.02884 170.53125 341.02884Q171.25 341.02884 171.59375 340.7476Q171.95312 340.4507 171.95312 340.04446Q171.95312 339.6851 171.64062 339.48196Q171.42188 339.34134 170.5625 339.1226Q169.40625 338.8257 168.95312 338.6226Q168.51562 338.40384 168.28125 338.02884Q168.04688 337.65384 168.04688 337.1851Q168.04688 336.77884 168.23438 336.41946Q168.42188 336.0601 168.75 335.8257Q169.0 335.65384 169.42188 335.52884Q169.84375 335.40384 170.34375 335.40384Q171.0625 335.40384 171.60938 335.6226Q172.17188 335.8257 172.4375 336.1851Q172.70312 336.54446 172.79688 337.1382L171.76562 337.27884Q171.70312 336.8101 171.35938 336.54446Q171.03125 336.2632 170.40625 336.2632Q169.6875 336.2632 169.375 336.5132Q169.0625 336.7476 169.0625 337.0757Q169.0625 337.27884 169.1875 337.4351Q169.32812 337.60696 169.59375 337.71634Q169.75 337.77884 170.53125 337.98196Q171.65625 338.29446 172.09375 338.48196Q172.53125 338.66946 172.78125 339.02884Q173.03125 339.3882 173.03125 339.9351Q173.03125 340.46634 172.71875 340.9351Q172.42188 341.3882 171.84375 341.65384Q171.26562 341.90384 170.53125 341.90384Q169.3125 341.90384 168.67188 341.40384Q168.04688 340.8882 167.875 339.90384Z" fill-rule="nonzero"/><path fill="#666666" d="M121.5625 379.7608L122.6875 380.05768Q122.328125 381.4483 121.40625 382.18268Q120.484375 382.91705 119.140625 382.91705Q117.75 382.91705 116.875 382.35455Q116.0 381.79205 115.546875 380.72955Q115.09375 379.65143 115.09375 378.41705Q115.09375 377.0733 115.609375 376.0733Q116.125 375.0733 117.0625 374.55768Q118.015625 374.04205 119.15625 374.04205Q120.4375 374.04205 121.3125 374.6983Q122.203125 375.35455 122.546875 376.54205L121.421875 376.80768Q121.125 375.87018 120.546875 375.4483Q119.984375 375.0108 119.125 375.0108Q118.140625 375.0108 117.46875 375.49518Q116.8125 375.96393 116.53125 376.7608Q116.265625 377.55768 116.265625 378.41705Q116.265625 379.5108 116.578125 380.3233Q116.90625 381.1358 117.578125 381.54205Q118.25 381.9483 119.046875 381.9483Q120.0 381.9483 120.65625 381.40143Q121.328125 380.85455 121.5625 379.7608ZM123.90625 379.66705Q123.90625 377.93268 124.859375 377.10455Q125.65625 376.41705 126.8125 376.41705Q128.09375 376.41705 128.90625 377.2608Q129.73438 378.08893 129.73438 379.5733Q129.73438 380.77643 129.375 381.46393Q129.01562 382.15143 128.3125 382.54205Q127.625 382.91705 126.8125 382.91705Q125.515625 382.91705 124.703125 382.08893Q123.90625 381.24518 123.90625 379.66705ZM124.984375 379.66705Q124.984375 380.85455 125.5 381.4483Q126.03125 382.04205 126.8125 382.04205Q127.609375 382.04205 128.125 381.4483Q128.64062 380.85455 128.64062 379.6358Q128.64062 378.47955 128.10938 377.8858Q127.59375 377.29205 126.8125 377.29205Q126.03125 377.29205 125.5 377.8858Q124.984375 378.46393 124.984375 379.66705ZM132.4375 382.77643L130.53125 376.55768L131.625 376.55768L132.60938 380.15143L132.98438 381.47955Q133.01562 381.3858 133.3125 380.1983L134.29688 376.55768L135.375 376.55768L136.3125 380.16705L136.625 381.35455L136.98438 380.15143L138.04688 376.55768L139.07812 376.55768L137.125 382.77643L136.03125 382.77643L135.04688 379.04205L134.79688 377.99518L133.54688 382.77643L132.4375 382.77643ZM139.90625 379.66705Q139.90625 377.93268 140.85938 377.10455Q141.65625 376.41705 142.8125 376.41705Q144.09375 376.41705 144.90625 377.2608Q145.73438 378.08893 145.73438 379.5733Q145.73438 380.77643 145.375 381.46393Q145.01562 382.15143 144.3125 382.54205Q143.625 382.91705 142.8125 382.91705Q141.51562 382.91705 140.70312 382.08893Q139.90625 381.24518 139.90625 379.66705ZM140.98438 379.66705Q140.98438 380.85455 141.5 381.4483Q142.03125 382.04205 142.8125 382.04205Q143.60938 382.04205 144.125 381.4483Q144.64062 380.85455 144.64062 379.6358Q144.64062 378.47955 144.10938 377.8858Q143.59375 377.29205 142.8125 377.29205Q142.03125 377.29205 141.5 377.8858Q140.98438 378.46393 140.98438 379.66705ZM147.28125 382.77643L147.28125 376.55768L148.23438 376.55768L148.23438 377.49518Q148.59375 376.83893 148.89062 376.6358Q149.20312 376.41705 149.57812 376.41705Q150.10938 376.41705 150.65625 376.74518L150.29688 377.72955Q149.90625 377.49518 149.53125 377.49518Q149.17188 377.49518 148.89062 377.71393Q148.625 377.91705 148.51562 378.29205Q148.32812 378.85455 148.32812 379.5108L148.32812 382.77643L147.28125 382.77643ZM151.29688 382.77643L151.29688 374.18268L152.35938 374.18268L152.35938 379.08893L154.84375 376.55768L156.21875 376.55768L153.82812 378.85455L156.45312 382.77643L155.15625 382.77643L153.09375 379.58893L152.35938 380.30768L152.35938 382.77643L151.29688 382.77643ZM161.54688 380.77643L162.64062 380.90143Q162.39062 381.85455 161.6875 382.3858Q160.98438 382.91705 159.90625 382.91705Q158.54688 382.91705 157.73438 382.0733Q156.9375 381.22955 156.9375 379.71393Q156.9375 378.15143 157.75 377.29205Q158.5625 376.41705 159.84375 376.41705Q161.09375 376.41705 161.875 377.2608Q162.67188 378.10455 162.67188 379.65143Q162.67188 379.74518 162.67188 379.93268L158.03125 379.93268Q158.09375 380.96393 158.60938 381.5108Q159.125 382.04205 159.90625 382.04205Q160.48438 382.04205 160.89062 381.74518Q161.3125 381.43268 161.54688 380.77643ZM158.09375 379.0733L161.5625 379.0733Q161.5 378.27643 161.17188 377.8858Q160.65625 377.27643 159.85938 377.27643Q159.125 377.27643 158.625 377.7608Q158.14062 378.24518 158.09375 379.0733ZM164.28125 382.77643L164.28125 376.55768L165.23438 376.55768L165.23438 377.49518Q165.59375 376.83893 165.89062 376.6358Q166.20312 376.41705 166.57812 376.41705Q167.10938 376.41705 167.65625 376.74518L167.29688 377.72955Q166.90625 377.49518 166.53125 377.49518Q166.17188 377.49518 165.89062 377.71393Q165.625 377.91705 165.51562 378.29205Q165.32812 378.85455 165.32812 379.5108L165.32812 382.77643L164.28125 382.77643ZM167.875 380.91705L168.90625 380.7608Q169.0 381.3858 169.39062 381.71393Q169.79688 382.04205 170.53125 382.04205Q171.25 382.04205 171.59375 381.7608Q171.95312 381.46393 171.95312 381.05768Q171.95312 380.6983 171.64062 380.49518Q171.42188 380.35455 170.5625 380.1358Q169.40625 379.83893 168.95312 379.6358Q168.51562 379.41705 168.28125 379.04205Q168.04688 378.66705 168.04688 378.1983Q168.04688 377.79205 168.23438 377.43268Q168.42188 377.0733 168.75 376.83893Q169.0 376.66705 169.42188 376.54205Q169.84375 376.41705 170.34375 376.41705Q171.0625 376.41705 171.60938 376.6358Q172.17188 376.83893 172.4375 377.1983Q172.70312 377.55768 172.79688 378.15143L171.76562 378.29205Q171.70312 377.8233 171.35938 377.55768Q171.03125 377.27643 170.40625 377.27643Q169.6875 377.27643 169.375 377.52643Q169.0625 377.7608 169.0625 378.08893Q169.0625 378.29205 169.1875 378.4483Q169.32812 378.62018 169.59375 378.72955Q169.75 378.79205 170.53125 378.99518Q171.65625 379.30768 172.09375 379.49518Q172.53125 379.68268 172.78125 380.04205Q173.03125 380.40143 173.03125 380.9483Q173.03125 381.47955 172.71875 381.9483Q172.42188 382.40143 171.84375 382.66705Q171.26562 382.91705 170.53125 382.91705Q169.3125 382.91705 168.67188 382.41705Q168.04688 381.90143 167.875 380.91705Z" fill-rule="nonzero"/><path fill="#666666" d="M82.4375 423.78964L82.4375 415.1959L86.25 415.1959Q87.40625 415.1959 88.0 415.43027Q88.59375 415.66464 88.953125 416.2584Q89.3125 416.83652 89.3125 417.53964Q89.3125 418.46152 88.71875 419.08652Q88.125 419.71152 86.890625 419.8834Q87.34375 420.10214 87.578125 420.30527Q88.078125 420.7584 88.515625 421.4459L90.015625 423.78964L88.578125 423.78964L87.453125 422.0084Q86.953125 421.22714 86.625 420.8209Q86.3125 420.41464 86.046875 420.2584Q85.796875 420.08652 85.53125 420.0084Q85.34375 419.97714 84.90625 419.97714L83.578125 419.97714L83.578125 423.78964L82.4375 423.78964ZM83.578125 418.99277L86.03125 418.99277Q86.796875 418.99277 87.234375 418.83652Q87.6875 418.66464 87.90625 418.3209Q88.140625 417.96152 88.140625 417.53964Q88.140625 416.93027 87.6875 416.53964Q87.25 416.14902 86.296875 416.14902L83.578125 416.14902L83.578125 418.99277ZM95.546875 421.78964L96.640625 421.91464Q96.390625 422.86777 95.6875 423.39902Q94.984375 423.93027 93.90625 423.93027Q92.546875 423.93027 91.734375 423.08652Q90.9375 422.24277 90.9375 420.72714Q90.9375 419.16464 91.75 418.30527Q92.5625 417.43027 93.84375 417.43027Q95.09375 417.43027 95.875 418.27402Q96.671875 419.11777 96.671875 420.66464Q96.671875 420.7584 96.671875 420.9459L92.03125 420.9459Q92.09375 421.97714 92.609375 422.52402Q93.125 423.05527 93.90625 423.05527Q94.484375 423.05527 94.890625 422.7584Q95.3125 422.4459 95.546875 421.78964ZM92.09375 420.08652L95.5625 420.08652Q95.5 419.28964 95.171875 418.89902Q94.65625 418.28964 93.859375 418.28964Q93.125 418.28964 92.625 418.77402Q92.140625 419.2584 92.09375 420.08652ZM102.328125 423.78964L102.328125 423.0084Q101.734375 423.93027 100.59375 423.93027Q99.84375 423.93027 99.21875 423.52402Q98.59375 423.10214 98.25 422.36777Q97.90625 421.6334 97.90625 420.68027Q97.90625 419.7584 98.21875 418.99277Q98.53125 418.22714 99.15625 417.83652Q99.78125 417.43027 100.546875 417.43027Q101.109375 417.43027 101.546875 417.66464Q101.984375 417.89902 102.265625 418.27402L102.265625 415.1959L103.3125 415.1959L103.3125 423.78964L102.328125 423.78964ZM99.0 420.68027Q99.0 421.8834 99.5 422.47714Q100.0 423.05527 100.6875 423.05527Q101.375 423.05527 101.859375 422.49277Q102.34375 421.93027 102.34375 420.77402Q102.34375 419.49277 101.84375 418.89902Q101.359375 418.30527 100.640625 418.30527Q99.9375 418.30527 99.46875 418.8834Q99.0 419.4459 99.0 420.68027ZM109.328125 423.78964L109.328125 423.0084Q108.734375 423.93027 107.59375 423.93027Q106.84375 423.93027 106.21875 423.52402Q105.59375 423.10214 105.25 422.36777Q104.90625 421.6334 104.90625 420.68027Q104.90625 419.7584 105.21875 418.99277Q105.53125 418.22714 106.15625 417.83652Q106.78125 417.43027 107.546875 417.43027Q108.109375 417.43027 108.546875 417.66464Q108.984375 417.89902 109.265625 418.27402L109.265625 415.1959L110.3125 415.1959L110.3125 423.78964L109.328125 423.78964ZM106.0 420.68027Q106.0 421.8834 106.5 422.47714Q107.0 423.05527 107.6875 423.05527Q108.375 423.05527 108.859375 422.49277Q109.34375 421.93027 109.34375 420.77402Q109.34375 419.49277 108.84375 418.89902Q108.359375 418.30527 107.640625 418.30527Q106.9375 418.30527 106.46875 418.8834Q106.0 419.4459 106.0 420.68027ZM112.296875 416.41464L112.296875 415.1959L113.359375 415.1959L113.359375 416.41464L112.296875 416.41464ZM112.296875 423.78964L112.296875 417.5709L113.359375 417.5709L113.359375 423.78964L112.296875 423.78964ZM117.59375 422.85214L117.75 423.77402Q117.296875 423.86777 116.953125 423.86777Q116.375 423.86777 116.0625 423.6959Q115.75 423.5084 115.609375 423.21152Q115.484375 422.91464 115.484375 421.96152L115.484375 418.3834L114.71875 418.3834L114.71875 417.5709L115.484375 417.5709L115.484375 416.02402L116.53125 415.39902L116.53125 417.5709L117.59375 417.5709L117.59375 418.3834L116.53125 418.3834L116.53125 422.02402Q116.53125 422.47714 116.578125 422.60214Q116.640625 422.72714 116.765625 422.80527Q116.890625 422.8834 117.125 422.8834Q117.3125 422.8834 117.59375 422.85214ZM123.3125 426.3209Q122.4375 425.21152 121.828125 423.74277Q121.234375 422.2584 121.234375 420.68027Q121.234375 419.28964 121.671875 418.0084Q122.203125 416.52402 123.3125 415.05527L124.0625 415.05527Q123.359375 416.27402 123.125 416.78964Q122.765625 417.60214 122.5625 418.47714Q122.3125 419.5709 122.3125 420.68027Q122.3125 423.5084 124.0625 426.3209L123.3125 426.3209ZM125.28125 423.78964L125.28125 417.5709L126.234375 417.5709L126.234375 418.5084Q126.59375 417.85214 126.890625 417.64902Q127.203125 417.43027 127.578125 417.43027Q128.10938 417.43027 128.65625 417.7584L128.29688 418.74277Q127.90625 418.5084 127.53125 418.5084Q127.171875 418.5084 126.890625 418.72714Q126.625 418.93027 126.515625 419.30527Q126.328125 419.86777 126.328125 420.52402L126.328125 423.78964L125.28125 423.78964ZM128.5 423.93027L130.98438 415.05527L131.82812 415.05527L129.34375 423.93027L128.5 423.93027ZM132.09375 424.30527L133.125 424.46152Q133.1875 424.93027 133.48438 425.14902Q133.875 425.4459 134.54688 425.4459Q135.28125 425.4459 135.67188 425.14902Q136.07812 424.85214 136.21875 424.33652Q136.3125 424.0084 136.29688 422.97714Q135.60938 423.78964 134.57812 423.78964Q133.29688 423.78964 132.59375 422.86777Q131.89062 421.93027 131.89062 420.64902Q131.89062 419.7584 132.20312 419.0084Q132.53125 418.24277 133.14062 417.83652Q133.75 417.43027 134.57812 417.43027Q135.6875 417.43027 136.40625 418.3209L136.40625 417.5709L137.375 417.5709L137.375 422.9459Q137.375 424.39902 137.07812 425.0084Q136.78125 425.61777 136.14062 425.96152Q135.5 426.3209 134.5625 426.3209Q133.45312 426.3209 132.76562 425.8209Q132.07812 425.3209 132.09375 424.30527ZM132.96875 420.5709Q132.96875 421.78964 133.45312 422.35214Q133.9375 422.91464 134.67188 422.91464Q135.40625 422.91464 135.89062 422.35214Q136.39062 421.78964 136.39062 420.60214Q136.39062 419.46152 135.875 418.8834Q135.375 418.30527 134.65625 418.30527Q133.95312 418.30527 133.45312 418.8834Q132.96875 419.4459 132.96875 420.5709ZM138.90625 420.68027Q138.90625 418.9459 139.85938 418.11777Q140.65625 417.43027 141.8125 417.43027Q143.09375 417.43027 143.90625 418.27402Q144.73438 419.10214 144.73438 420.58652Q144.73438 421.78964 144.375 422.47714Q144.01562 423.16464 143.3125 423.55527Q142.625 423.93027 141.8125 423.93027Q140.51562 423.93027 139.70312 423.10214Q138.90625 422.2584 138.90625 420.68027ZM139.98438 420.68027Q139.98438 421.86777 140.5 422.46152Q141.03125 423.05527 141.8125 423.05527Q142.60938 423.05527 143.125 422.46152Q143.64062 421.86777 143.64062 420.64902Q143.64062 419.49277 143.10938 418.89902Q142.59375 418.30527 141.8125 418.30527Q141.03125 418.30527 140.5 418.89902Q139.98438 419.47714 139.98438 420.68027ZM146.26562 423.78964L146.26562 415.1959L147.32812 415.1959L147.32812 423.78964L146.26562 423.78964ZM153.35938 423.02402Q152.76562 423.52402 152.21875 423.72714Q151.6875 423.93027 151.0625 423.93027Q150.03125 423.93027 149.48438 423.43027Q148.9375 422.93027 148.9375 422.14902Q148.9375 421.6959 149.14062 421.3209Q149.34375 420.93027 149.6875 420.71152Q150.03125 420.47714 150.45312 420.36777Q150.75 420.27402 151.39062 420.1959Q152.65625 420.05527 153.26562 419.83652Q153.26562 419.61777 153.26562 419.5709Q153.26562 418.91464 152.96875 418.64902Q152.5625 418.30527 151.76562 418.30527Q151.03125 418.30527 150.67188 418.5709Q150.3125 418.8209 150.14062 419.47714L149.10938 419.33652Q149.25 418.68027 149.57812 418.27402Q149.90625 417.86777 150.51562 417.64902Q151.125 417.43027 151.92188 417.43027Q152.71875 417.43027 153.21875 417.61777Q153.71875 417.80527 153.95312 418.08652Q154.1875 418.36777 154.28125 418.80527Q154.32812 419.0709 154.32812 419.77402L154.32812 421.18027Q154.32812 422.64902 154.39062 423.03964Q154.46875 423.43027 154.67188 423.78964L153.5625 423.78964Q153.40625 423.46152 153.35938 423.02402ZM153.26562 420.66464Q152.6875 420.89902 151.54688 421.0709Q150.89062 421.16464 150.625 421.28964Q150.35938 421.39902 150.20312 421.61777Q150.0625 421.83652 150.0625 422.11777Q150.0625 422.53964 150.375 422.8209Q150.70312 423.10214 151.3125 423.10214Q151.92188 423.10214 152.39062 422.83652Q152.875 422.5709 153.09375 422.10214Q153.26562 421.74277 153.26562 421.05527L153.26562 420.66464ZM156.29688 423.78964L156.29688 417.5709L157.23438 417.5709L157.23438 418.4459Q157.92188 417.43027 159.21875 417.43027Q159.78125 417.43027 160.25 417.6334Q160.73438 417.83652 160.96875 418.16464Q161.20312 418.49277 161.29688 418.93027Q161.34375 419.22714 161.34375 419.96152L161.34375 423.78964L160.29688 423.78964L160.29688 420.0084Q160.29688 419.35214 160.17188 419.03964Q160.04688 418.72714 159.73438 418.53964Q159.42188 418.33652 159.0 418.33652Q158.32812 418.33652 157.82812 418.77402Q157.34375 419.1959 157.34375 420.3834L157.34375 423.78964L156.29688 423.78964ZM163.09375 424.30527L164.125 424.46152Q164.1875 424.93027 164.48438 425.14902Q164.875 425.4459 165.54688 425.4459Q166.28125 425.4459 166.67188 425.14902Q167.07812 424.85214 167.21875 424.33652Q167.3125 424.0084 167.29688 422.97714Q166.60938 423.78964 165.57812 423.78964Q164.29688 423.78964 163.59375 422.86777Q162.89062 421.93027 162.89062 420.64902Q162.89062 419.7584 163.20312 419.0084Q163.53125 418.24277 164.14062 417.83652Q164.75 417.43027 165.57812 417.43027Q166.6875 417.43027 167.40625 418.3209L167.40625 417.5709L168.375 417.5709L168.375 422.9459Q168.375 424.39902 168.07812 425.0084Q167.78125 425.61777 167.14062 425.96152Q166.5 426.3209 165.5625 426.3209Q164.45312 426.3209 163.76562 425.8209Q163.07812 425.3209 163.09375 424.30527ZM163.96875 420.5709Q163.96875 421.78964 164.45312 422.35214Q164.9375 422.91464 165.67188 422.91464Q166.40625 422.91464 166.89062 422.35214Q167.39062 421.78964 167.39062 420.60214Q167.39062 419.46152 166.875 418.8834Q166.375 418.30527 165.65625 418.30527Q164.95312 418.30527 164.45312 418.8834Q163.96875 419.4459 163.96875 420.5709ZM170.98438 426.3209L170.23438 426.3209Q171.98438 423.5084 171.98438 420.68027Q171.98438 419.58652 171.73438 418.49277Q171.53125 417.61777 171.17188 416.80527Q170.9375 416.28964 170.23438 415.05527L170.98438 415.05527Q172.07812 416.52402 172.60938 418.0084Q173.0625 419.28964 173.0625 420.68027Q173.0625 422.2584 172.45312 423.74277Q171.84375 425.21152 170.98438 426.3209Z" fill-rule="nonzero"/><path fill="#666666" d="M126.84375 464.80286L126.84375 461.16223L123.53125 456.2091L124.921875 456.2091L126.609375 458.80286Q127.078125 459.5216 127.484375 460.25598Q127.875 459.5841 128.42188 458.74036L130.09375 456.2091L131.40625 456.2091L127.984375 461.16223L127.984375 464.80286L126.84375 464.80286ZM131.90625 461.69348Q131.90625 459.9591 132.85938 459.13098Q133.65625 458.44348 134.8125 458.44348Q136.09375 458.44348 136.90625 459.28723Q137.73438 460.11536 137.73438 461.59973Q137.73438 462.80286 137.375 463.49036Q137.01562 464.17786 136.3125 464.56848Q135.625 464.94348 134.8125 464.94348Q133.51562 464.94348 132.70312 464.11536Q131.90625 463.2716 131.90625 461.69348ZM132.98438 461.69348Q132.98438 462.88098 133.5 463.47473Q134.03125 464.06848 134.8125 464.06848Q135.60938 464.06848 136.125 463.47473Q136.64062 462.88098 136.64062 461.66223Q136.64062 460.50598 136.10938 459.91223Q135.59375 459.31848 134.8125 459.31848Q134.03125 459.31848 133.5 459.91223Q132.98438 460.49036 132.98438 461.69348ZM143.375 464.80286L143.375 463.88098Q142.64062 464.94348 141.39062 464.94348Q140.84375 464.94348 140.35938 464.74036Q139.89062 464.5216 139.65625 464.2091Q139.42188 463.88098 139.32812 463.41223Q139.26562 463.11536 139.26562 462.42786L139.26562 458.5841L140.32812 458.5841L140.32812 462.03723Q140.32812 462.84973 140.39062 463.1466Q140.48438 463.55286 140.79688 463.80286Q141.125 464.03723 141.60938 464.03723Q142.07812 464.03723 142.48438 463.80286Q142.90625 463.55286 143.07812 463.13098Q143.26562 462.7091 143.26562 461.91223L143.26562 458.5841L144.3125 458.5841L144.3125 464.80286L143.375 464.80286ZM148.60938 464.80286L148.60938 457.22473L145.78125 457.22473L145.78125 456.2091L152.59375 456.2091L152.59375 457.22473L149.75 457.22473L149.75 464.80286L148.60938 464.80286ZM157.375 464.80286L157.375 463.88098Q156.64062 464.94348 155.39062 464.94348Q154.84375 464.94348 154.35938 464.74036Q153.89062 464.5216 153.65625 464.2091Q153.42188 463.88098 153.32812 463.41223Q153.26562 463.11536 153.26562 462.42786L153.26562 458.5841L154.32812 458.5841L154.32812 462.03723Q154.32812 462.84973 154.39062 463.1466Q154.48438 463.55286 154.79688 463.80286Q155.125 464.03723 155.60938 464.03723Q156.07812 464.03723 156.48438 463.80286Q156.90625 463.55286 157.07812 463.13098Q157.26562 462.7091 157.26562 461.91223L157.26562 458.5841L158.3125 458.5841L158.3125 464.80286L157.375 464.80286ZM161.26562 464.80286L160.28125 464.80286L160.28125 456.2091L161.34375 456.2091L161.34375 459.2716Q162.01562 458.44348 163.04688 458.44348Q163.625 458.44348 164.125 458.67786Q164.64062 458.8966 164.96875 459.31848Q165.3125 459.74036 165.5 460.3341Q165.6875 460.92786 165.6875 461.59973Q165.6875 463.19348 164.89062 464.06848Q164.09375 464.94348 163.0 464.94348Q161.89062 464.94348 161.26562 464.0216L161.26562 464.80286ZM161.25 461.6466Q161.25 462.75598 161.5625 463.25598Q162.0625 464.06848 162.90625 464.06848Q163.59375 464.06848 164.09375 463.47473Q164.60938 462.88098 164.60938 461.67786Q164.60938 460.4591 164.125 459.88098Q163.64062 459.30286 162.95312 459.30286Q162.26562 459.30286 161.75 459.91223Q161.25 460.50598 161.25 461.6466ZM171.54688 462.80286L172.64062 462.92786Q172.39062 463.88098 171.6875 464.41223Q170.98438 464.94348 169.90625 464.94348Q168.54688 464.94348 167.73438 464.09973Q166.9375 463.25598 166.9375 461.74036Q166.9375 460.17786 167.75 459.31848Q168.5625 458.44348 169.84375 458.44348Q171.09375 458.44348 171.875 459.28723Q172.67188 460.13098 172.67188 461.67786Q172.67188 461.7716 172.67188 461.9591L168.03125 461.9591Q168.09375 462.99036 168.60938 463.53723Q169.125 464.06848 169.90625 464.06848Q170.48438 464.06848 170.89062 463.7716Q171.3125 463.4591 171.54688 462.80286ZM168.09375 461.09973L171.5625 461.09973Q171.5 460.30286 171.17188 459.91223Q170.65625 459.30286 169.85938 459.30286Q169.125 459.30286 168.625 459.78723Q168.14062 460.2716 168.09375 461.09973Z" fill-rule="nonzero"/><path fill="#666666" d="M144.07812 501.62857Q144.07812 499.48795 145.21875 498.28482Q146.375 497.06607 148.1875 497.06607Q149.39062 497.06607 150.34375 497.6442Q151.29688 498.2067 151.79688 499.22232Q152.29688 500.23795 152.29688 501.53482Q152.29688 502.8317 151.76562 503.86295Q151.23438 504.8942 150.26562 505.42545Q149.3125 505.9567 148.1875 505.9567Q146.96875 505.9567 146.01562 505.37857Q145.0625 504.78482 144.5625 503.78482Q144.07812 502.7692 144.07812 501.62857ZM145.25 501.6442Q145.25 503.2067 146.07812 504.09732Q146.92188 504.98795 148.1875 504.98795Q149.46875 504.98795 150.29688 504.09732Q151.125 503.19107 151.125 501.5192Q151.125 500.47232 150.76562 499.69107Q150.42188 498.90982 149.73438 498.48795Q149.04688 498.05045 148.20312 498.05045Q147.0 498.05045 146.125 498.87857Q145.25 499.7067 145.25 501.6442ZM155.59375 504.87857L155.75 505.80045Q155.29688 505.8942 154.95312 505.8942Q154.375 505.8942 154.0625 505.72232Q153.75 505.53482 153.60938 505.23795Q153.48438 504.94107 153.48438 503.98795L153.48438 500.40982L152.71875 500.40982L152.71875 499.59732L153.48438 499.59732L153.48438 498.05045L154.53125 497.42545L154.53125 499.59732L155.59375 499.59732L155.59375 500.40982L154.53125 500.40982L154.53125 504.05045Q154.53125 504.50357 154.57812 504.62857Q154.64062 504.75357 154.76562 504.8317Q154.89062 504.90982 155.125 504.90982Q155.3125 504.90982 155.59375 504.87857ZM156.29688 505.81607L156.29688 497.22232L157.34375 497.22232L157.34375 500.30045Q158.07812 499.4567 159.20312 499.4567Q159.90625 499.4567 160.40625 499.73795Q160.92188 500.00357 161.14062 500.48795Q161.35938 500.9567 161.35938 501.87857L161.35938 505.81607L160.3125 505.81607L160.3125 501.87857Q160.3125 501.0817 159.96875 500.72232Q159.625 500.36295 159.0 500.36295Q158.53125 500.36295 158.10938 500.61295Q157.70312 500.84732 157.51562 501.2692Q157.34375 501.67545 157.34375 502.40982L157.34375 505.81607L156.29688 505.81607ZM167.54688 503.81607L168.64062 503.94107Q168.39062 504.8942 167.6875 505.42545Q166.98438 505.9567 165.90625 505.9567Q164.54688 505.9567 163.73438 505.11295Q162.9375 504.2692 162.9375 502.75357Q162.9375 501.19107 163.75 500.3317Q164.5625 499.4567 165.84375 499.4567Q167.09375 499.4567 167.875 500.30045Q168.67188 501.1442 168.67188 502.69107Q168.67188 502.78482 168.67188 502.97232L164.03125 502.97232Q164.09375 504.00357 164.60938 504.55045Q165.125 505.0817 165.90625 505.0817Q166.48438 505.0817 166.89062 504.78482Q167.3125 504.47232 167.54688 503.81607ZM164.09375 502.11295L167.5625 502.11295Q167.5 501.31607 167.17188 500.92545Q166.65625 500.31607 165.85938 500.31607Q165.125 500.31607 164.625 500.80045Q164.14062 501.28482 164.09375 502.11295ZM170.28125 505.81607L170.28125 499.59732L171.23438 499.59732L171.23438 500.53482Q171.59375 499.87857 171.89062 499.67545Q172.20312 499.4567 172.57812 499.4567Q173.10938 499.4567 173.65625 499.78482L173.29688 500.7692Q172.90625 500.53482 172.53125 500.53482Q172.17188 500.53482 171.89062 500.75357Q171.625 500.9567 171.51562 501.3317Q171.32812 501.8942 171.32812 502.55045L171.32812 505.81607L170.28125 505.81607Z" fill-rule="nonzero"/><path fill="#666666" d="M171.0 542.2656Q171.0 540.7344 171.3125 539.8125Q171.625 538.875 172.23438 538.375Q172.85938 537.875 173.79688 537.875Q174.48438 537.875 175.0 538.15625Q175.53125 538.4375 175.875 538.96875Q176.21875 539.4844 176.40625 540.2344Q176.59375 540.9844 176.59375 542.2656Q176.59375 543.78125 176.28125 544.7031Q175.98438 545.625 175.35938 546.1406Q174.75 546.6406 173.79688 546.6406Q172.5625 546.6406 171.84375 545.75Q171.0 544.6875 171.0 542.2656ZM172.07812 542.2656Q172.07812 544.375 172.57812 545.0781Q173.07812 545.78125 173.79688 545.78125Q174.53125 545.78125 175.01562 545.0781Q175.51562 544.375 175.51562 542.2656Q175.51562 540.1406 175.01562 539.4531Q174.53125 538.75 173.78125 538.75Q173.0625 538.75 172.625 539.3594Q172.07812 540.1406 172.07812 542.2656ZM178.20312 539.96875Q178.20312 539.0469 178.65625 538.40625Q179.125 537.7656 180.0 537.7656Q180.8125 537.7656 181.34375 538.34375Q181.875 538.9219 181.875 540.03125Q181.875 541.125 181.32812 541.71875Q180.79688 542.2969 180.01562 542.2969Q179.23438 542.2969 178.71875 541.71875Q178.20312 541.1406 178.20312 539.96875ZM180.03125 538.4844Q179.64062 538.4844 179.375 538.8281Q179.125 539.1719 179.125 540.0781Q179.125 540.90625 179.375 541.25Q179.64062 541.5781 180.03125 541.5781Q180.4375 541.5781 180.6875 541.2344Q180.95312 540.8906 180.95312 540.0Q180.95312 539.15625 180.6875 538.8281Q180.42188 538.4844 180.03125 538.4844ZM180.03125 546.8125L184.73438 537.7656L185.59375 537.7656L180.90625 546.8125L180.03125 546.8125ZM183.75 544.4844Q183.75 543.5625 184.20312 542.9219Q184.67188 542.28125 185.5625 542.28125Q186.375 542.28125 186.90625 542.8594Q187.4375 543.4219 187.4375 544.5469Q187.4375 545.6406 186.89062 546.2344Q186.35938 546.8125 185.5625 546.8125Q184.79688 546.8125 184.26562 546.2344Q183.75 545.65625 183.75 544.4844ZM185.59375 543.0Q185.1875 543.0 184.92188 543.34375Q184.67188 543.6875 184.67188 544.59375Q184.67188 545.40625 184.9375 545.75Q185.20312 546.09375 185.59375 546.09375Q185.98438 546.09375 186.25 545.75Q186.51562 545.40625 186.51562 544.5Q186.51562 543.6719 186.25 543.34375Q185.98438 543.0 185.59375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M251.14688 545.4844L251.14688 546.5L245.45938 546.5Q245.45938 546.125 245.58438 545.7656Q245.80313 545.1875 246.27188 544.625Q246.75626 544.0625 247.6625 543.3281Q249.06876 542.1719 249.55313 541.5Q250.05313 540.8281 250.05313 540.2344Q250.05313 539.6094 249.6 539.1875Q249.14688 538.75 248.42813 538.75Q247.6625 538.75 247.20938 539.2031Q246.75626 539.65625 246.74063 540.46875L245.6625 540.3594Q245.77188 539.1406 246.49063 538.5156Q247.225 537.875 248.45938 537.875Q249.69376 537.875 250.4125 538.5625Q251.13126 539.25 251.13126 540.2656Q251.13126 540.78125 250.9125 541.28125Q250.70938 541.7656 250.20938 542.3281Q249.725 542.875 248.6 543.8281Q247.64688 544.625 247.36563 544.9219Q247.1 545.2031 246.92813 545.4844L251.14688 545.4844ZM252.6 542.2656Q252.6 540.7344 252.9125 539.8125Q253.225 538.875 253.83438 538.375Q254.45938 537.875 255.39688 537.875Q256.08438 537.875 256.6 538.15625Q257.13126 538.4375 257.475 538.96875Q257.81876 539.4844 258.00626 540.2344Q258.19376 540.9844 258.19376 542.2656Q258.19376 543.78125 257.88126 544.7031Q257.58438 545.625 256.95938 546.1406Q256.35 546.6406 255.39688 546.6406Q254.1625 546.6406 253.44376 545.75Q252.6 544.6875 252.6 542.2656ZM253.67813 542.2656Q253.67813 544.375 254.17813 545.0781Q254.67813 545.78125 255.39688 545.78125Q256.13126 545.78125 256.61563 545.0781Q257.11563 544.375 257.11563 542.2656Q257.11563 540.1406 256.61563 539.4531Q256.13126 538.75 255.38126 538.75Q254.6625 538.75 254.225 539.3594Q253.67813 540.1406 253.67813 542.2656ZM259.80313 539.96875Q259.80313 539.0469 260.25626 538.40625Q260.725 537.7656 261.6 537.7656Q262.4125 537.7656 262.94376 538.34375Q263.475 538.9219 263.475 540.03125Q263.475 541.125 262.92813 541.71875Q262.39688 542.2969 261.61563 542.2969Q260.83438 542.2969 260.31876 541.71875Q259.80313 541.1406 259.80313 539.96875ZM261.63126 538.4844Q261.24063 538.4844 260.975 538.8281Q260.725 539.1719 260.725 540.0781Q260.725 540.90625 260.975 541.25Q261.24063 541.5781 261.63126 541.5781Q262.0375 541.5781 262.2875 541.2344Q262.55313 540.8906 262.55313 540.0Q262.55313 539.15625 262.2875 538.8281Q262.02188 538.4844 261.63126 538.4844ZM261.63126 546.8125L266.33438 537.7656L267.19376 537.7656L262.50626 546.8125L261.63126 546.8125ZM265.35 544.4844Q265.35 543.5625 265.80313 542.9219Q266.27188 542.28125 267.1625 542.28125Q267.975 542.28125 268.50626 542.8594Q269.0375 543.4219 269.0375 544.5469Q269.0375 545.6406 268.49063 546.2344Q267.95938 546.8125 267.1625 546.8125Q266.39688 546.8125 265.86563 546.2344Q265.35 545.65625 265.35 544.4844ZM267.19376 543.0Q266.7875 543.0 266.52188 543.34375Q266.27188 543.6875 266.27188 544.59375Q266.27188 545.40625 266.5375 545.75Q266.80313 546.09375 267.19376 546.09375Q267.58438 546.09375 267.85 545.75Q268.11563 545.40625 268.11563 544.5Q268.11563 543.6719 267.85 543.34375Q267.58438 543.0 267.19376 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M327.075 546.5L327.075 544.4375L323.35626 544.4375L323.35626 543.46875L327.27814 537.90625L328.1375 537.90625L328.1375 543.46875L329.29376 543.46875L329.29376 544.4375L328.1375 544.4375L328.1375 546.5L327.075 546.5ZM327.075 543.46875L327.075 539.6094L324.3875 543.46875L327.075 543.46875ZM330.7 542.2656Q330.7 540.7344 331.0125 539.8125Q331.325 538.875 331.9344 538.375Q332.5594 537.875 333.4969 537.875Q334.1844 537.875 334.7 538.15625Q335.23126 538.4375 335.575 538.96875Q335.91876 539.4844 336.10626 540.2344Q336.29376 540.9844 336.29376 542.2656Q336.29376 543.78125 335.98126 544.7031Q335.6844 545.625 335.0594 546.1406Q334.45 546.6406 333.4969 546.6406Q332.2625 546.6406 331.54376 545.75Q330.7 544.6875 330.7 542.2656ZM331.77814 542.2656Q331.77814 544.375 332.27814 545.0781Q332.77814 545.78125 333.4969 545.78125Q334.23126 545.78125 334.71564 545.0781Q335.21564 544.375 335.21564 542.2656Q335.21564 540.1406 334.71564 539.4531Q334.23126 538.75 333.48126 538.75Q332.7625 538.75 332.325 539.3594Q331.77814 540.1406 331.77814 542.2656ZM337.90314 539.96875Q337.90314 539.0469 338.35626 538.40625Q338.825 537.7656 339.7 537.7656Q340.5125 537.7656 341.04376 538.34375Q341.575 538.9219 341.575 540.03125Q341.575 541.125 341.02814 541.71875Q340.4969 542.2969 339.71564 542.2969Q338.9344 542.2969 338.41876 541.71875Q337.90314 541.1406 337.90314 539.96875ZM339.73126 538.4844Q339.34064 538.4844 339.075 538.8281Q338.825 539.1719 338.825 540.0781Q338.825 540.90625 339.075 541.25Q339.34064 541.5781 339.73126 541.5781Q340.1375 541.5781 340.3875 541.2344Q340.65314 540.8906 340.65314 540.0Q340.65314 539.15625 340.3875 538.8281Q340.1219 538.4844 339.73126 538.4844ZM339.73126 546.8125L344.4344 537.7656L345.29376 537.7656L340.60626 546.8125L339.73126 546.8125ZM343.45 544.4844Q343.45 543.5625 343.90314 542.9219Q344.3719 542.28125 345.2625 542.28125Q346.075 542.28125 346.60626 542.8594Q347.1375 543.4219 347.1375 544.5469Q347.1375 545.6406 346.59064 546.2344Q346.0594 546.8125 345.2625 546.8125Q344.4969 546.8125 343.96564 546.2344Q343.45 545.65625 343.45 544.4844ZM345.29376 543.0Q344.8875 543.0 344.6219 543.34375Q344.3719 543.6875 344.3719 544.59375Q344.3719 545.40625 344.6375 545.75Q344.90314 546.09375 345.29376 546.09375Q345.6844 546.09375 345.95 545.75Q346.21564 545.40625 346.21564 544.5Q346.21564 543.6719 345.95 543.34375Q345.6844 543.0 345.29376 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M407.26874 540.0156L406.22186 540.09375Q406.08124 539.46875 405.83124 539.1875Q405.39374 538.7344 404.76874 538.7344Q404.26874 538.7344 403.8781 539.0156Q403.39374 539.3906 403.09686 540.09375Q402.8156 540.78125 402.8 542.0625Q403.175 541.4844 403.72186 541.2031Q404.28436 540.9219 404.89374 540.9219Q405.9406 540.9219 406.675 541.7031Q407.425 542.4844 407.425 543.7031Q407.425 544.5156 407.0656 545.21875Q406.72186 545.90625 406.1125 546.28125Q405.5031 546.6406 404.7375 546.6406Q403.40936 546.6406 402.58124 545.6719Q401.7531 544.7031 401.7531 542.4844Q401.7531 539.9844 402.675 538.8594Q403.47186 537.875 404.83124 537.875Q405.84686 537.875 406.4875 538.4531Q407.14374 539.0156 407.26874 540.0156ZM402.97186 543.71875Q402.97186 544.2656 403.1906 544.7656Q403.425 545.25 403.83124 545.5156Q404.2531 545.78125 404.72186 545.78125Q405.3781 545.78125 405.8625 545.25Q406.34686 544.7031 406.34686 543.78125Q406.34686 542.8906 405.8625 542.375Q405.39374 541.8594 404.675 541.8594Q403.95624 541.8594 403.45624 542.375Q402.97186 542.8906 402.97186 543.71875ZM408.8 542.2656Q408.8 540.7344 409.1125 539.8125Q409.425 538.875 410.03436 538.375Q410.65936 537.875 411.59686 537.875Q412.28436 537.875 412.8 538.15625Q413.33124 538.4375 413.675 538.96875Q414.01874 539.4844 414.20624 540.2344Q414.39374 540.9844 414.39374 542.2656Q414.39374 543.78125 414.08124 544.7031Q413.78436 545.625 413.15936 546.1406Q412.55 546.6406 411.59686 546.6406Q410.3625 546.6406 409.64374 545.75Q408.8 544.6875 408.8 542.2656ZM409.8781 542.2656Q409.8781 544.375 410.3781 545.0781Q410.8781 545.78125 411.59686 545.78125Q412.33124 545.78125 412.8156 545.0781Q413.3156 544.375 413.3156 542.2656Q413.3156 540.1406 412.8156 539.4531Q412.33124 538.75 411.58124 538.75Q410.8625 538.75 410.425 539.3594Q409.8781 540.1406 409.8781 542.2656ZM416.0031 539.96875Q416.0031 539.0469 416.45624 538.40625Q416.925 537.7656 417.8 537.7656Q418.6125 537.7656 419.14374 538.34375Q419.675 538.9219 419.675 540.03125Q419.675 541.125 419.1281 541.71875Q418.59686 542.2969 417.8156 542.2969Q417.03436 542.2969 416.51874 541.71875Q416.0031 541.1406 416.0031 539.96875ZM417.83124 538.4844Q417.4406 538.4844 417.175 538.8281Q416.925 539.1719 416.925 540.0781Q416.925 540.90625 417.175 541.25Q417.4406 541.5781 417.83124 541.5781Q418.2375 541.5781 418.4875 541.2344Q418.7531 540.8906 418.7531 540.0Q418.7531 539.15625 418.4875 538.8281Q418.22186 538.4844 417.83124 538.4844ZM417.83124 546.8125L422.53436 537.7656L423.39374 537.7656L418.70624 546.8125L417.83124 546.8125ZM421.55 544.4844Q421.55 543.5625 422.0031 542.9219Q422.47186 542.28125 423.3625 542.28125Q424.175 542.28125 424.70624 542.8594Q425.2375 543.4219 425.2375 544.5469Q425.2375 545.6406 424.6906 546.2344Q424.15936 546.8125 423.3625 546.8125Q422.59686 546.8125 422.0656 546.2344Q421.55 545.65625 421.55 544.4844ZM423.39374 543.0Q422.9875 543.0 422.72186 543.34375Q422.47186 543.6875 422.47186 544.59375Q422.47186 545.40625 422.7375 545.75Q423.0031 546.09375 423.39374 546.09375Q423.78436 546.09375 424.05 545.75Q424.3156 545.40625 424.3156 544.5Q424.3156 543.6719 424.05 543.34375Q423.78436 543.0 423.39374 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M481.525 541.84375Q480.86874 541.59375 480.54062 541.15625Q480.22812 540.7031 480.22812 540.09375Q480.22812 539.15625 480.9 538.5156Q481.5875 537.875 482.69687 537.875Q483.82187 537.875 484.50937 538.53125Q485.19687 539.1875 485.19687 540.125Q485.19687 540.71875 484.88437 541.15625Q484.57187 541.59375 483.93124 541.84375Q484.72812 542.09375 485.13437 542.6719Q485.54062 543.25 485.54062 544.0469Q485.54062 545.1406 484.75937 545.8906Q483.99374 546.6406 482.7125 546.6406Q481.44687 546.6406 480.66562 545.8906Q479.88437 545.1406 479.88437 544.0156Q479.88437 543.1719 480.30624 542.6094Q480.74374 542.0469 481.525 541.84375ZM481.30624 540.0469Q481.30624 540.65625 481.69687 541.0469Q482.10312 541.4375 482.72812 541.4375Q483.3375 541.4375 483.72812 541.0625Q484.11874 540.6719 484.11874 540.1094Q484.11874 539.53125 483.7125 539.1406Q483.30624 538.7344 482.7125 538.7344Q482.10312 538.7344 481.69687 539.125Q481.30624 539.5156 481.30624 540.0469ZM480.97812 544.0156Q480.97812 544.46875 481.18124 544.8906Q481.4 545.3125 481.82187 545.5469Q482.24374 545.78125 482.72812 545.78125Q483.47812 545.78125 483.9625 545.2969Q484.4625 544.8125 484.4625 544.0625Q484.4625 543.2969 483.9625 542.7969Q483.4625 542.2969 482.69687 542.2969Q481.94687 542.2969 481.4625 542.7969Q480.97812 543.28125 480.97812 544.0156ZM486.9 542.2656Q486.9 540.7344 487.2125 539.8125Q487.525 538.875 488.13437 538.375Q488.75937 537.875 489.69687 537.875Q490.38437 537.875 490.9 538.15625Q491.43124 538.4375 491.775 538.96875Q492.11874 539.4844 492.30624 540.2344Q492.49374 540.9844 492.49374 542.2656Q492.49374 543.78125 492.18124 544.7031Q491.88437 545.625 491.25937 546.1406Q490.65 546.6406 489.69687 546.6406Q488.4625 546.6406 487.74374 545.75Q486.9 544.6875 486.9 542.2656ZM487.97812 542.2656Q487.97812 544.375 488.47812 545.0781Q488.97812 545.78125 489.69687 545.78125Q490.43124 545.78125 490.91562 545.0781Q491.41562 544.375 491.41562 542.2656Q491.41562 540.1406 490.91562 539.4531Q490.43124 538.75 489.68124 538.75Q488.9625 538.75 488.525 539.3594Q487.97812 540.1406 487.97812 542.2656ZM494.10312 539.96875Q494.10312 539.0469 494.55624 538.40625Q495.025 537.7656 495.9 537.7656Q496.7125 537.7656 497.24374 538.34375Q497.775 538.9219 497.775 540.03125Q497.775 541.125 497.22812 541.71875Q496.69687 542.2969 495.91562 542.2969Q495.13437 542.2969 494.61874 541.71875Q494.10312 541.1406 494.10312 539.96875ZM495.93124 538.4844Q495.54062 538.4844 495.275 538.8281Q495.025 539.1719 495.025 540.0781Q495.025 540.90625 495.275 541.25Q495.54062 541.5781 495.93124 541.5781Q496.3375 541.5781 496.5875 541.2344Q496.85312 540.8906 496.85312 540.0Q496.85312 539.15625 496.5875 538.8281Q496.32187 538.4844 495.93124 538.4844ZM495.93124 546.8125L500.63437 537.7656L501.49374 537.7656L496.80624 546.8125L495.93124 546.8125ZM499.65 544.4844Q499.65 543.5625 500.10312 542.9219Q500.57187 542.28125 501.4625 542.28125Q502.275 542.28125 502.80624 542.8594Q503.3375 543.4219 503.3375 544.5469Q503.3375 545.6406 502.79062 546.2344Q502.25937 546.8125 501.4625 546.8125Q500.69687 546.8125 500.16562 546.2344Q499.65 545.65625 499.65 544.4844ZM501.49374 543.0Q501.0875 543.0 500.82187 543.34375Q500.57187 543.6875 500.57187 544.59375Q500.57187 545.40625 500.8375 545.75Q501.10312 546.09375 501.49374 546.09375Q501.88437 546.09375 502.15 545.75Q502.41562 545.40625 502.41562 544.5Q502.41562 543.6719 502.15 543.34375Q501.88437 543.0 501.49374 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M558.46875 546.5L557.4219 546.5L557.4219 539.78125Q557.03125 540.1406 556.40625 540.5156Q555.7969 540.875 555.3125 541.0469L555.3125 540.03125Q556.1875 539.6094 556.84375 539.03125Q557.5156 538.4375 557.7969 537.875L558.46875 537.875L558.46875 546.5ZM561.5 542.2656Q561.5 540.7344 561.8125 539.8125Q562.125 538.875 562.7344 538.375Q563.3594 537.875 564.2969 537.875Q564.9844 537.875 565.5 538.15625Q566.03125 538.4375 566.375 538.96875Q566.71875 539.4844 566.90625 540.2344Q567.09375 540.9844 567.09375 542.2656Q567.09375 543.78125 566.78125 544.7031Q566.4844 545.625 565.8594 546.1406Q565.25 546.6406 564.2969 546.6406Q563.0625 546.6406 562.34375 545.75Q561.5 544.6875 561.5 542.2656ZM562.5781 542.2656Q562.5781 544.375 563.0781 545.0781Q563.5781 545.78125 564.2969 545.78125Q565.03125 545.78125 565.5156 545.0781Q566.0156 544.375 566.0156 542.2656Q566.0156 540.1406 565.5156 539.4531Q565.03125 538.75 564.28125 538.75Q563.5625 538.75 563.125 539.3594Q562.5781 540.1406 562.5781 542.2656ZM568.5 542.2656Q568.5 540.7344 568.8125 539.8125Q569.125 538.875 569.7344 538.375Q570.3594 537.875 571.2969 537.875Q571.9844 537.875 572.5 538.15625Q573.03125 538.4375 573.375 538.96875Q573.71875 539.4844 573.90625 540.2344Q574.09375 540.9844 574.09375 542.2656Q574.09375 543.78125 573.78125 544.7031Q573.4844 545.625 572.8594 546.1406Q572.25 546.6406 571.2969 546.6406Q570.0625 546.6406 569.34375 545.75Q568.5 544.6875 568.5 542.2656ZM569.5781 542.2656Q569.5781 544.375 570.0781 545.0781Q570.5781 545.78125 571.2969 545.78125Q572.03125 545.78125 572.5156 545.0781Q573.0156 544.375 573.0156 542.2656Q573.0156 540.1406 572.5156 539.4531Q572.03125 538.75 571.28125 538.75Q570.5625 538.75 570.125 539.3594Q569.5781 540.1406 569.5781 542.2656ZM575.7031 539.96875Q575.7031 539.0469 576.15625 538.40625Q576.625 537.7656 577.5 537.7656Q578.3125 537.7656 578.84375 538.34375Q579.375 538.9219 579.375 540.03125Q579.375 541.125 578.8281 541.71875Q578.2969 542.2969 577.5156 542.2969Q576.7344 542.2969 576.21875 541.71875Q575.7031 541.1406 575.7031 539.96875ZM577.53125 538.4844Q577.1406 538.4844 576.875 538.8281Q576.625 539.1719 576.625 540.0781Q576.625 540.90625 576.875 541.25Q577.1406 541.5781 577.53125 541.5781Q577.9375 541.5781 578.1875 541.2344Q578.4531 540.8906 578.4531 540.0Q578.4531 539.15625 578.1875 538.8281Q577.9219 538.4844 577.53125 538.4844ZM577.53125 546.8125L582.2344 537.7656L583.09375 537.7656L578.40625 546.8125L577.53125 546.8125ZM581.25 544.4844Q581.25 543.5625 581.7031 542.9219Q582.1719 542.28125 583.0625 542.28125Q583.875 542.28125 584.40625 542.8594Q584.9375 543.4219 584.9375 544.5469Q584.9375 545.6406 584.3906 546.2344Q583.8594 546.8125 583.0625 546.8125Q582.2969 546.8125 581.7656 546.2344Q581.25 545.65625 581.25 544.4844ZM583.09375 543.0Q582.6875 543.0 582.4219 543.34375Q582.1719 543.6875 582.1719 544.59375Q582.1719 545.40625 582.4375 545.75Q582.7031 546.09375 583.09375 546.09375Q583.4844 546.09375 583.75 545.75Q584.0156 545.40625 584.0156 544.5Q584.0156 543.6719 583.75 543.34375Q583.4844 543.0 583.09375 543.0Z" fill-rule="nonzero"/><path fill="#00acd7" d="M150.5 591.39655C150.5 590.84424 150.94771 590.39655 151.5 590.39655L161.5 590.39655C162.05229 590.39655 162.5 590.84424 162.5 591.39655L162.5 601.39655C162.5 601.94885 162.05229 602.39655 161.5 602.39655L151.5 602.39655C150.94771 602.39655 150.5 601.94885 150.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M171.4375 600.39655L171.4375 591.8028L175.25 591.8028Q176.40625 591.8028 177.0 592.0372Q177.59375 592.27155 177.95312 592.8653Q178.3125 593.4434 178.3125 594.14655Q178.3125 595.0684 177.71875 595.6934Q177.125 596.3184 175.89062 596.4903Q176.34375 596.70905 176.57812 596.9122Q177.07812 597.3653 177.51562 598.0528L179.01562 600.39655L177.57812 600.39655L176.45312 598.6153Q175.95312 597.83405 175.625 597.4278Q175.3125 597.02155 175.04688 596.8653Q174.79688 596.6934 174.53125 596.6153Q174.34375 596.58405 173.90625 596.58405L172.57812 596.58405L172.57812 600.39655L171.4375 600.39655ZM172.57812 595.5997L175.03125 595.5997Q175.79688 595.5997 176.23438 595.4434Q176.6875 595.27155 176.90625 594.9278Q177.14062 594.5684 177.14062 594.14655Q177.14062 593.5372 176.6875 593.14655Q176.25 592.7559 175.29688 592.7559L172.57812 592.7559L172.57812 595.5997ZM184.35938 599.6309Q183.76562 600.1309 183.21875 600.33405Q182.6875 600.5372 182.0625 600.5372Q181.03125 600.5372 180.48438 600.0372Q179.9375 599.5372 179.9375 598.7559Q179.9375 598.3028 180.14062 597.9278Q180.34375 597.5372 180.6875 597.3184Q181.03125 597.08405 181.45312 596.9747Q181.75 596.8809 182.39062 596.8028Q183.65625 596.6622 184.26562 596.4434Q184.26562 596.2247 184.26562 596.1778Q184.26562 595.52155 183.96875 595.2559Q183.5625 594.9122 182.76562 594.9122Q182.03125 594.9122 181.67188 595.1778Q181.3125 595.4278 181.14062 596.08405L180.10938 595.9434Q180.25 595.2872 180.57812 594.8809Q180.90625 594.4747 181.51562 594.2559Q182.125 594.0372 182.92188 594.0372Q183.71875 594.0372 184.21875 594.2247Q184.71875 594.4122 184.95312 594.6934Q185.1875 594.9747 185.28125 595.4122Q185.32812 595.6778 185.32812 596.3809L185.32812 597.7872Q185.32812 599.2559 185.39062 599.64655Q185.46875 600.0372 185.67188 600.39655L184.5625 600.39655Q184.40625 600.0684 184.35938 599.6309ZM184.26562 597.27155Q183.6875 597.5059 182.54688 597.6778Q181.89062 597.77155 181.625 597.89655Q181.35938 598.0059 181.20312 598.2247Q181.0625 598.4434 181.0625 598.7247Q181.0625 599.14655 181.375 599.4278Q181.70312 599.70905 182.3125 599.70905Q182.92188 599.70905 183.39062 599.4434Q183.875 599.1778 184.09375 598.70905Q184.26562 598.3497 184.26562 597.6622L184.26562 597.27155ZM187.29688 600.39655L187.29688 594.1778L188.23438 594.1778L188.23438 595.0528Q188.92188 594.0372 190.21875 594.0372Q190.78125 594.0372 191.25 594.2403Q191.73438 594.4434 191.96875 594.77155Q192.20312 595.0997 192.29688 595.5372Q192.34375 595.83405 192.34375 596.5684L192.34375 600.39655L191.29688 600.39655L191.29688 596.6153Q191.29688 595.95905 191.17188 595.64655Q191.04688 595.33405 190.73438 595.14655Q190.42188 594.9434 190.0 594.9434Q189.32812 594.9434 188.82812 595.3809Q188.34375 595.8028 188.34375 596.9903L188.34375 600.39655L187.29688 600.39655ZM194.29688 600.39655L194.29688 591.8028L195.35938 591.8028L195.35938 596.70905L197.84375 594.1778L199.21875 594.1778L196.82812 596.4747L199.45312 600.39655L198.15625 600.39655L196.09375 597.20905L195.35938 597.9278L195.35938 600.39655L194.29688 600.39655ZM204.54688 598.39655L205.64062 598.52155Q205.39062 599.4747 204.6875 600.0059Q203.98438 600.5372 202.90625 600.5372Q201.54688 600.5372 200.73438 599.6934Q199.9375 598.8497 199.9375 597.33405Q199.9375 595.77155 200.75 594.9122Q201.5625 594.0372 202.84375 594.0372Q204.09375 594.0372 204.875 594.8809Q205.67188 595.7247 205.67188 597.27155Q205.67188 597.3653 205.67188 597.5528L201.03125 597.5528Q201.09375 598.58405 201.60938 599.1309Q202.125 599.6622 202.90625 599.6622Q203.48438 599.6622 203.89062 599.3653Q204.3125 599.0528 204.54688 598.39655ZM201.09375 596.6934L204.5625 596.6934Q204.5 595.89655 204.17188 595.5059Q203.65625 594.89655 202.85938 594.89655Q202.125 594.89655 201.625 595.3809Q201.14062 595.8653 201.09375 596.6934ZM211.32812 600.39655L211.32812 599.6153Q210.73438 600.5372 209.59375 600.5372Q208.84375 600.5372 208.21875 600.1309Q207.59375 599.70905 207.25 598.9747Q206.90625 598.2403 206.90625 597.2872Q206.90625 596.3653 207.21875 595.5997Q207.53125 594.83405 208.15625 594.4434Q208.78125 594.0372 209.54688 594.0372Q210.10938 594.0372 210.54688 594.27155Q210.98438 594.5059 211.26562 594.8809L211.26562 591.8028L212.3125 591.8028L212.3125 600.39655L211.32812 600.39655ZM208.0 597.2872Q208.0 598.4903 208.5 599.08405Q209.0 599.6622 209.6875 599.6622Q210.375 599.6622 210.85938 599.0997Q211.34375 598.5372 211.34375 597.3809Q211.34375 596.0997 210.84375 595.5059Q210.35938 594.9122 209.64062 594.9122Q208.9375 594.9122 208.46875 595.4903Q208.0 596.0528 208.0 597.2872ZM220.96875 600.39655L219.92188 600.39655L219.92188 593.6778Q219.53125 594.0372 218.90625 594.4122Q218.29688 594.77155 217.8125 594.9434L217.8125 593.9278Q218.6875 593.5059 219.34375 592.9278Q220.01562 592.33405 220.29688 591.77155L220.96875 591.77155L220.96875 600.39655ZM223.875 598.5372L224.90625 598.3809Q225.0 599.0059 225.39062 599.33405Q225.79688 599.6622 226.53125 599.6622Q227.25 599.6622 227.59375 599.3809Q227.95312 599.08405 227.95312 598.6778Q227.95312 598.3184 227.64062 598.1153Q227.42188 597.9747 226.5625 597.7559Q225.40625 597.45905 224.95312 597.2559Q224.51562 597.0372 224.28125 596.6622Q224.04688 596.2872 224.04688 595.8184Q224.04688 595.4122 224.23438 595.0528Q224.42188 594.6934 224.75 594.45905Q225.0 594.2872 225.42188 594.1622Q225.84375 594.0372 226.34375 594.0372Q227.0625 594.0372 227.60938 594.2559Q228.17188 594.45905 228.4375 594.8184Q228.70312 595.1778 228.79688 595.77155L227.76562 595.9122Q227.70312 595.4434 227.35938 595.1778Q227.03125 594.89655 226.40625 594.89655Q225.6875 594.89655 225.375 595.14655Q225.0625 595.3809 225.0625 595.70905Q225.0625 595.9122 225.1875 596.0684Q225.32812 596.2403 225.59375 596.3497Q225.75 596.4122 226.53125 596.6153Q227.65625 596.9278 228.09375 597.1153Q228.53125 597.3028 228.78125 597.6622Q229.03125 598.02155 229.03125 598.5684Q229.03125 599.0997 228.71875 599.5684Q228.42188 600.02155 227.84375 600.2872Q227.26562 600.5372 226.53125 600.5372Q225.3125 600.5372 224.67188 600.0372Q224.04688 599.52155 223.875 598.5372ZM232.59375 599.45905L232.75 600.3809Q232.29688 600.4747 231.95312 600.4747Q231.375 600.4747 231.0625 600.3028Q230.75 600.1153 230.60938 599.8184Q230.48438 599.52155 230.48438 598.5684L230.48438 594.9903L229.71875 594.9903L229.71875 594.1778L230.48438 594.1778L230.48438 592.6309L231.53125 592.0059L231.53125 594.1778L232.59375 594.1778L232.59375 594.9903L231.53125 594.9903L231.53125 598.6309Q231.53125 599.08405 231.57812 599.20905Q231.64062 599.33405 231.76562 599.4122Q231.89062 599.4903 232.125 599.4903Q232.3125 599.4903 232.59375 599.45905Z" fill-rule="nonzero"/><path fill="#2eb8da" d="M248.5 591.39655C248.5 590.84424 248.94771 590.39655 249.5 590.39655L259.5 590.39655C260.05228 590.39655 260.5 590.84424 260.5 591.39655L260.5 601.39655C260.5 601.94885 260.05228 602.39655 259.5 602.39655L249.5 602.39655C248.94771 602.39655 248.5 601.94885 248.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M274.54688 599.3809L274.54688 600.39655L268.85938 600.39655Q268.85938 600.02155 268.98438 599.6622Q269.20312 599.08405 269.67188 598.52155Q270.15625 597.95905 271.0625 597.2247Q272.46875 596.0684 272.95312 595.39655Q273.45312 594.7247 273.45312 594.1309Q273.45312 593.5059 273.0 593.08405Q272.54688 592.64655 271.82812 592.64655Q271.0625 592.64655 270.60938 593.0997Q270.15625 593.5528 270.14062 594.3653L269.0625 594.2559Q269.17188 593.0372 269.89062 592.4122Q270.625 591.77155 271.85938 591.77155Q273.09375 591.77155 273.8125 592.45905Q274.53125 593.14655 274.53125 594.1622Q274.53125 594.6778 274.3125 595.1778Q274.10938 595.6622 273.60938 596.2247Q273.125 596.77155 272.0 597.7247Q271.04688 598.52155 270.76562 598.8184Q270.5 599.0997 270.32812 599.3809L274.54688 599.3809ZM276.29688 600.39655L276.29688 594.1778L277.23438 594.1778L277.23438 595.0528Q277.92188 594.0372 279.21875 594.0372Q279.78125 594.0372 280.25 594.2403Q280.73438 594.4434 280.96875 594.77155Q281.20312 595.0997 281.29688 595.5372Q281.34375 595.83405 281.34375 596.5684L281.34375 600.39655L280.29688 600.39655L280.29688 596.6153Q280.29688 595.95905 280.17188 595.64655Q280.04688 595.33405 279.73438 595.14655Q279.42188 594.9434 279.0 594.9434Q278.32812 594.9434 277.82812 595.3809Q277.34375 595.8028 277.34375 596.9903L277.34375 600.39655L276.29688 600.39655ZM287.32812 600.39655L287.32812 599.6153Q286.73438 600.5372 285.59375 600.5372Q284.84375 600.5372 284.21875 600.1309Q283.59375 599.70905 283.25 598.9747Q282.90625 598.2403 282.90625 597.2872Q282.90625 596.3653 283.21875 595.5997Q283.53125 594.83405 284.15625 594.4434Q284.78125 594.0372 285.54688 594.0372Q286.10938 594.0372 286.54688 594.27155Q286.98438 594.5059 287.26562 594.8809L287.26562 591.8028L288.3125 591.8028L288.3125 600.39655L287.32812 600.39655ZM284.0 597.2872Q284.0 598.4903 284.5 599.08405Q285.0 599.6622 285.6875 599.6622Q286.375 599.6622 286.85938 599.0997Q287.34375 598.5372 287.34375 597.3809Q287.34375 596.0997 286.84375 595.5059Q286.35938 594.9122 285.64062 594.9122Q284.9375 594.9122 284.46875 595.4903Q284.0 596.0528 284.0 597.2872Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M305.5 591.39655C305.5 590.84424 305.94772 590.39655 306.5 590.39655L316.5 590.39655C317.05228 590.39655 317.5 590.84424 317.5 591.39655L317.5 601.39655C317.5 601.94885 317.05228 602.39655 316.5 602.39655L306.5 602.39655C305.94772 602.39655 305.5 601.94885 305.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M326.0 598.1309L327.0625 597.9903Q327.23438 598.8809 327.67188 599.2872Q328.10938 599.6778 328.73438 599.6778Q329.48438 599.6778 330.0 599.1622Q330.51562 598.64655 330.51562 597.8809Q330.51562 597.1622 330.03125 596.6934Q329.5625 596.20905 328.82812 596.20905Q328.53125 596.20905 328.07812 596.33405L328.20312 595.39655Q328.3125 595.4122 328.375 595.4122Q329.04688 595.4122 329.57812 595.0684Q330.125 594.70905 330.125 593.9747Q330.125 593.39655 329.73438 593.02155Q329.34375 592.6309 328.71875 592.6309Q328.10938 592.6309 327.6875 593.02155Q327.28125 593.4122 327.17188 594.1778L326.10938 593.9903Q326.29688 592.9434 326.98438 592.3653Q327.67188 591.77155 328.6875 591.77155Q329.39062 591.77155 329.98438 592.08405Q330.57812 592.3809 330.89062 592.89655Q331.20312 593.4122 331.20312 594.0059Q331.20312 594.5528 330.90625 595.02155Q330.60938 595.4747 330.03125 595.7403Q330.78125 595.9122 331.20312 596.4747Q331.625 597.02155 331.625 597.8653Q331.625 598.9903 330.79688 599.77155Q329.98438 600.5528 328.73438 600.5528Q327.60938 600.5528 326.85938 599.8809Q326.10938 599.1934 326.0 598.1309ZM333.28125 600.39655L333.28125 594.1778L334.23438 594.1778L334.23438 595.1153Q334.59375 594.45905 334.89062 594.2559Q335.20312 594.0372 335.57812 594.0372Q336.10938 594.0372 336.65625 594.3653L336.29688 595.3497Q335.90625 595.1153 335.53125 595.1153Q335.17188 595.1153 334.89062 595.33405Q334.625 595.5372 334.51562 595.9122Q334.32812 596.4747 334.32812 597.1309L334.32812 600.39655L333.28125 600.39655ZM341.32812 600.39655L341.32812 599.6153Q340.73438 600.5372 339.59375 600.5372Q338.84375 600.5372 338.21875 600.1309Q337.59375 599.70905 337.25 598.9747Q336.90625 598.2403 336.90625 597.2872Q336.90625 596.3653 337.21875 595.5997Q337.53125 594.83405 338.15625 594.4434Q338.78125 594.0372 339.54688 594.0372Q340.10938 594.0372 340.54688 594.27155Q340.98438 594.5059 341.26562 594.8809L341.26562 591.8028L342.3125 591.8028L342.3125 600.39655L341.32812 600.39655ZM338.0 597.2872Q338.0 598.4903 338.5 599.08405Q339.0 599.6622 339.6875 599.6622Q340.375 599.6622 340.85938 599.0997Q341.34375 598.5372 341.34375 597.3809Q341.34375 596.0997 340.84375 595.5059Q340.35938 594.9122 339.64062 594.9122Q338.9375 594.9122 338.46875 595.4903Q338.0 596.0528 338.0 597.2872Z" fill-rule="nonzero"/><path fill="#8ad0e0" d="M359.5 591.39655C359.5 590.84424 359.94772 590.39655 360.5 590.39655L370.5 590.39655C371.05228 590.39655 371.5 590.84424 371.5 591.39655L371.5 601.39655C371.5 601.94885 371.05228 602.39655 370.5 602.39655L360.5 602.39655C359.94772 602.39655 359.5 601.94885 359.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M383.375 600.39655L383.375 598.33405L379.65625 598.33405L379.65625 597.3653L383.57812 591.8028L384.4375 591.8028L384.4375 597.3653L385.59375 597.3653L385.59375 598.33405L384.4375 598.33405L384.4375 600.39655L383.375 600.39655ZM383.375 597.3653L383.375 593.5059L380.6875 597.3653L383.375 597.3653ZM389.59375 599.45905L389.75 600.3809Q389.29688 600.4747 388.95312 600.4747Q388.375 600.4747 388.0625 600.3028Q387.75 600.1153 387.60938 599.8184Q387.48438 599.52155 387.48438 598.5684L387.48438 594.9903L386.71875 594.9903L386.71875 594.1778L387.48438 594.1778L387.48438 592.6309L388.53125 592.0059L388.53125 594.1778L389.59375 594.1778L389.59375 594.9903L388.53125 594.9903L388.53125 598.6309Q388.53125 599.08405 388.57812 599.20905Q388.64062 599.33405 388.76562 599.4122Q388.89062 599.4903 389.125 599.4903Q389.3125 599.4903 389.59375 599.45905ZM390.29688 600.39655L390.29688 591.8028L391.34375 591.8028L391.34375 594.8809Q392.07812 594.0372 393.20312 594.0372Q393.90625 594.0372 394.40625 594.3184Q394.92188 594.58405 395.14062 595.0684Q395.35938 595.5372 395.35938 596.45905L395.35938 600.39655L394.3125 600.39655L394.3125 596.45905Q394.3125 595.6622 393.96875 595.3028Q393.625 594.9434 393.0 594.9434Q392.53125 594.9434 392.10938 595.1934Q391.70312 595.4278 391.51562 595.8497Q391.34375 596.2559 391.34375 596.9903L391.34375 600.39655L390.29688 600.39655Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M412.5 591.39655C412.5 590.84424 412.94772 590.39655 413.5 590.39655L423.5 590.39655C424.05228 590.39655 424.5 590.84424 424.5 591.39655L424.5 601.39655C424.5 601.94885 424.05228 602.39655 423.5 602.39655L413.5 602.39655C412.94772 602.39655 412.5 601.94885 412.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M433.0 598.14655L434.10938 598.0528Q434.23438 598.8653 434.67188 599.27155Q435.125 599.6778 435.76562 599.6778Q436.51562 599.6778 437.04688 599.0997Q437.57812 598.52155 437.57812 597.58405Q437.57812 596.6778 437.0625 596.1622Q436.5625 595.6309 435.73438 595.6309Q435.23438 595.6309 434.8125 595.8653Q434.40625 596.0997 434.17188 596.45905L433.1875 596.33405L434.01562 591.9278L438.29688 591.9278L438.29688 592.9278L434.85938 592.9278L434.40625 595.2403Q435.17188 594.6934 436.01562 594.6934Q437.14062 594.6934 437.90625 595.4747Q438.6875 596.2559 438.6875 597.4903Q438.6875 598.64655 438.01562 599.5059Q437.1875 600.5372 435.76562 600.5372Q434.59375 600.5372 433.84375 599.8809Q433.10938 599.2247 433.0 598.14655ZM442.59375 599.45905L442.75 600.3809Q442.29688 600.4747 441.95312 600.4747Q441.375 600.4747 441.0625 600.3028Q440.75 600.1153 440.60938 599.8184Q440.48438 599.52155 440.48438 598.5684L440.48438 594.9903L439.71875 594.9903L439.71875 594.1778L440.48438 594.1778L440.48438 592.6309L441.53125 592.0059L441.53125 594.1778L442.59375 594.1778L442.59375 594.9903L441.53125 594.9903L441.53125 598.6309Q441.53125 599.08405 441.57812 599.20905Q441.64062 599.33405 441.76562 599.4122Q441.89062 599.4903 442.125 599.4903Q442.3125 599.4903 442.59375 599.45905ZM443.29688 600.39655L443.29688 591.8028L444.34375 591.8028L444.34375 594.8809Q445.07812 594.0372 446.20312 594.0372Q446.90625 594.0372 447.40625 594.3184Q447.92188 594.58405 448.14062 595.0684Q448.35938 595.5372 448.35938 596.45905L448.35938 600.39655L447.3125 600.39655L447.3125 596.45905Q447.3125 595.6622 446.96875 595.3028Q446.625 594.9434 446.0 594.9434Q445.53125 594.9434 445.10938 595.1934Q444.70312 595.4278 444.51562 595.8497Q444.34375 596.2559 444.34375 596.9903L444.34375 600.39655L443.29688 600.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M31.078125 36.13253L31.078125 26.116905L34.859375 26.116905Q35.859375 26.116905 36.390625 26.210655Q37.125 26.335655 37.625 26.679405Q38.125 27.023155 38.421875 27.648155Q38.734375 28.25753 38.734375 29.00753Q38.734375 30.28878 37.921875 31.179405Q37.109375 32.054405 34.984375 32.054405L32.40625 32.054405L32.40625 36.13253L31.078125 36.13253ZM32.40625 30.88253L35.0 30.88253Q36.28125 30.88253 36.8125 30.398155Q37.359375 29.91378 37.359375 29.054405Q37.359375 28.41378 37.046875 27.97628Q36.734375 27.523155 36.203125 27.38253Q35.875 27.28878 34.96875 27.28878L32.40625 27.28878L32.40625 30.88253ZM39.890625 36.13253L39.890625 26.116905L41.125 26.116905L41.125 36.13253L39.890625 36.13253ZM47.890625 33.78878L49.171875 33.94503Q48.859375 35.07003 48.046875 35.69503Q47.234375 36.304405 45.96875 36.304405Q44.375 36.304405 43.4375 35.32003Q42.515625 34.335655 42.515625 32.57003Q42.515625 30.72628 43.453125 29.72628Q44.40625 28.710655 45.90625 28.710655Q47.359375 28.710655 48.28125 29.710655Q49.203125 30.69503 49.203125 32.491905Q49.203125 32.60128 49.203125 32.82003L43.78125 32.82003Q43.859375 34.00753 44.453125 34.648155Q45.0625 35.28878 45.984375 35.28878Q46.65625 35.28878 47.125 34.929405Q47.609375 34.57003 47.890625 33.78878ZM43.859375 31.804405L47.90625 31.804405Q47.828125 30.88253 47.4375 30.429405Q46.859375 29.72628 45.921875 29.72628Q45.0625 29.72628 44.484375 30.28878Q43.921875 30.85128 43.859375 31.804405ZM55.65625 35.241905Q54.984375 35.82003 54.34375 36.07003Q53.71875 36.304405 52.984375 36.304405Q51.796875 36.304405 51.140625 35.72628Q50.5 35.13253 50.5 34.210655Q50.5 33.679405 50.734375 33.241905Q50.984375 32.804405 51.375 32.53878Q51.78125 32.273155 52.265625 32.13253Q52.625 32.03878 53.359375 31.94503Q54.859375 31.773155 55.5625 31.523155Q55.5625 31.273155 55.5625 31.210655Q55.5625 30.44503 55.21875 30.148155Q54.75 29.72628 53.8125 29.72628Q52.953125 29.72628 52.53125 30.03878Q52.125 30.335655 51.921875 31.10128L50.71875 30.94503Q50.875 30.16378 51.25 29.69503Q51.640625 29.22628 52.34375 28.97628Q53.0625 28.710655 54.0 28.710655Q54.921875 28.710655 55.5 28.929405Q56.078125 29.148155 56.34375 29.47628Q56.625 29.804405 56.734375 30.32003Q56.796875 30.63253 56.796875 31.44503L56.796875 33.085655Q56.796875 34.804405 56.875 35.25753Q56.953125 35.710655 57.1875 36.13253L55.90625 36.13253Q55.71875 35.741905 55.65625 35.241905ZM55.5625 32.491905Q54.890625 32.75753 53.546875 32.960655Q52.796875 33.07003 52.46875 33.210655Q52.15625 33.335655 51.984375 33.60128Q51.8125 33.866905 51.8125 34.179405Q51.8125 34.679405 52.1875 35.00753Q52.5625 35.335655 53.28125 35.335655Q54.0 35.335655 54.546875 35.023155Q55.09375 34.710655 55.359375 34.16378Q55.5625 33.75753 55.5625 32.94503L55.5625 32.491905ZM58.4375 33.960655L59.640625 33.773155Q59.75 34.50753 60.21875 34.898155Q60.6875 35.28878 61.53125 35.28878Q62.375 35.28878 62.78125 34.94503Q63.203125 34.60128 63.203125 34.13253Q63.203125 33.710655 62.828125 33.47628Q62.578125 33.304405 61.578125 33.054405Q60.21875 32.710655 59.6875 32.460655Q59.171875 32.210655 58.90625 31.773155Q58.640625 31.335655 58.640625 30.804405Q58.640625 30.32003 58.859375 29.91378Q59.078125 29.491905 59.46875 29.210655Q59.75 29.00753 60.234375 28.866905Q60.734375 28.710655 61.3125 28.710655Q62.15625 28.710655 62.796875 28.960655Q63.453125 29.19503 63.765625 29.616905Q64.078125 30.03878 64.1875 30.741905L62.984375 30.91378Q62.90625 30.35128 62.5 30.03878Q62.109375 29.72628 61.390625 29.72628Q60.546875 29.72628 60.1875 30.00753Q59.828125 30.273155 59.828125 30.66378Q59.828125 30.898155 59.96875 31.085655Q60.125 31.28878 60.453125 31.41378Q60.625 31.47628 61.53125 31.72628Q62.84375 32.085655 63.359375 32.304405Q63.875 32.523155 64.15625 32.94503Q64.453125 33.366905 64.453125 33.991905Q64.453125 34.616905 64.09375 35.16378Q63.75 35.69503 63.0625 36.00753Q62.390625 36.304405 61.53125 36.304405Q60.125 36.304405 59.375 35.710655Q58.640625 35.116905 58.4375 33.960655ZM70.890625 33.78878L72.171875 33.94503Q71.859375 35.07003 71.046875 35.69503Q70.234375 36.304405 68.96875 36.304405Q67.375 36.304405 66.4375 35.32003Q65.515625 34.335655 65.515625 32.57003Q65.515625 30.72628 66.453125 29.72628Q67.40625 28.710655 68.90625 28.710655Q70.359375 28.710655 71.28125 29.710655Q72.203125 30.69503 72.203125 32.491905Q72.203125 32.60128 72.203125 32.82003L66.78125 32.82003Q66.859375 34.00753 67.453125 34.648155Q68.0625 35.28878 68.984375 35.28878Q69.65625 35.28878 70.125 34.929405Q70.609375 34.57003 70.890625 33.78878ZM66.859375 31.804405L70.90625 31.804405Q70.828125 30.88253 70.4375 30.429405Q69.859375 29.72628 68.921875 29.72628Q68.0625 29.72628 67.484375 30.28878Q66.921875 30.85128 66.859375 31.804405ZM77.90625 36.13253L77.90625 28.866905L79.015625 28.866905L79.015625 29.97628Q79.4375 29.19503 79.796875 28.960655Q80.15625 28.710655 80.59375 28.710655Q81.21875 28.710655 81.859375 29.10128L81.4375 30.241905Q80.984375 29.97628 80.53125 29.97628Q80.125 29.97628 79.796875 30.22628Q79.484375 30.460655 79.34375 30.898155Q79.140625 31.554405 79.140625 32.335655L79.140625 36.13253L77.90625 36.13253ZM87.65625 35.241905Q86.984375 35.82003 86.34375 36.07003Q85.71875 36.304405 84.984375 36.304405Q83.796875 36.304405 83.140625 35.72628Q82.5 35.13253 82.5 34.210655Q82.5 33.679405 82.734375 33.241905Q82.984375 32.804405 83.375 32.53878Q83.78125 32.273155 84.265625 32.13253Q84.625 32.03878 85.359375 31.94503Q86.859375 31.773155 87.5625 31.523155Q87.5625 31.273155 87.5625 31.210655Q87.5625 30.44503 87.21875 30.148155Q86.75 29.72628 85.8125 29.72628Q84.953125 29.72628 84.53125 30.03878Q84.125 30.335655 83.921875 31.10128L82.71875 30.94503Q82.875 30.16378 83.25 29.69503Q83.640625 29.22628 84.34375 28.97628Q85.0625 28.710655 86.0 28.710655Q86.921875 28.710655 87.5 28.929405Q88.078125 29.148155 88.34375 29.47628Q88.625 29.804405 88.734375 30.32003Q88.796875 30.63253 88.796875 31.44503L88.796875 33.085655Q88.796875 34.804405 88.875 35.25753Q88.953125 35.710655 89.1875 36.13253L87.90625 36.13253Q87.71875 35.741905 87.65625 35.241905ZM87.5625 32.491905Q86.890625 32.75753 85.546875 32.960655Q84.796875 33.07003 84.46875 33.210655Q84.15625 33.335655 83.984375 33.60128Q83.8125 33.866905 83.8125 34.179405Q83.8125 34.679405 84.1875 35.00753Q84.5625 35.335655 85.28125 35.335655Q86.0 35.335655 86.546875 35.023155Q87.09375 34.710655 87.359375 34.16378Q87.5625 33.75753 87.5625 32.94503L87.5625 32.491905ZM90.921875 36.13253L90.921875 28.866905L92.03125 28.866905L92.03125 29.898155Q92.828125 28.710655 94.34375 28.710655Q95.0 28.710655 95.546875 28.94503Q96.09375 29.179405 96.359375 29.57003Q96.640625 29.94503 96.75 30.47628Q96.828125 30.82003 96.828125 31.66378L96.828125 36.13253L95.59375 36.13253L95.59375 31.710655Q95.59375 30.960655 95.453125 30.60128Q95.3125 30.22628 94.9375 30.00753Q94.578125 29.773155 94.078125 29.773155Q93.296875 29.773155 92.71875 30.273155Q92.15625 30.773155 92.15625 32.16378L92.15625 36.13253L90.921875 36.13253ZM98.9375 36.13253L98.9375 26.116905L100.15625 26.116905L100.15625 31.82003L103.078125 28.866905L104.671875 28.866905L101.890625 31.57003L104.953125 36.13253L103.421875 36.13253L101.03125 32.41378L100.15625 33.25753L100.15625 36.13253L98.9375 36.13253ZM112.609375 35.03878L112.78125 36.116905Q112.265625 36.22628 111.859375 36.22628Q111.1875 36.22628 110.8125 36.023155Q110.453125 35.804405 110.296875 35.460655Q110.15625 35.116905 110.15625 34.00753L110.15625 29.835655L109.25 29.835655L109.25 28.866905L110.15625 28.866905L110.15625 27.07003L111.375 26.335655L111.375 28.866905L112.609375 28.866905L112.609375 29.835655L111.375 29.835655L111.375 34.07003Q111.375 34.60128 111.4375 34.75753Q111.5 34.898155 111.640625 34.991905Q111.796875 35.085655 112.0625 35.085655Q112.28125 35.085655 112.609375 35.03878ZM113.921875 36.13253L113.921875 26.116905L115.15625 26.116905L115.15625 29.710655Q116.015625 28.710655 117.328125 28.710655Q118.140625 28.710655 118.734375 29.03878Q119.328125 29.35128 119.578125 29.91378Q119.84375 30.460655 119.84375 31.53878L119.84375 36.13253L118.609375 36.13253L118.609375 31.53878Q118.609375 30.60128 118.203125 30.19503Q117.8125 29.773155 117.078125 29.773155Q116.53125 29.773155 116.046875 30.054405Q115.5625 30.335655 115.359375 30.82003Q115.15625 31.304405 115.15625 32.16378L115.15625 36.13253L113.921875 36.13253ZM126.890625 33.78878L128.17188 33.94503Q127.859375 35.07003 127.046875 35.69503Q126.234375 36.304405 124.96875 36.304405Q123.375 36.304405 122.4375 35.32003Q121.515625 34.335655 121.515625 32.57003Q121.515625 30.72628 122.453125 29.72628Q123.40625 28.710655 124.90625 28.710655Q126.359375 28.710655 127.28125 29.710655Q128.20312 30.69503 128.20312 32.491905Q128.20312 32.60128 128.20312 32.82003L122.78125 32.82003Q122.859375 34.00753 123.453125 34.648155Q124.0625 35.28878 124.984375 35.28878Q125.65625 35.28878 126.125 34.929405Q126.609375 34.57003 126.890625 33.78878ZM122.859375 31.804405L126.90625 31.804405Q126.828125 30.88253 126.4375 30.429405Q125.859375 29.72628 124.921875 29.72628Q124.0625 29.72628 123.484375 30.28878Q122.921875 30.85128 122.859375 31.804405ZM136.60938 35.03878L136.78125 36.116905Q136.26562 36.22628 135.85938 36.22628Q135.1875 36.22628 134.8125 36.023155Q134.45312 35.804405 134.29688 35.460655Q134.15625 35.116905 134.15625 34.00753L134.15625 29.835655L133.25 29.835655L133.25 28.866905L134.15625 28.866905L134.15625 27.07003L135.375 26.335655L135.375 28.866905L136.60938 28.866905L136.60938 29.835655L135.375 29.835655L135.375 34.07003Q135.375 34.60128 135.4375 34.75753Q135.5 34.898155 135.64062 34.991905Q135.79688 35.085655 136.0625 35.085655Q136.28125 35.085655 136.60938 35.03878ZM137.46875 32.50753Q137.46875 30.491905 138.59375 29.50753Q139.51562 28.710655 140.875 28.710655Q142.35938 28.710655 143.3125 29.69503Q144.26562 30.66378 144.26562 32.398155Q144.26562 33.804405 143.84375 34.616905Q143.42188 35.41378 142.60938 35.866905Q141.8125 36.304405 140.875 36.304405Q139.34375 36.304405 138.40625 35.32003Q137.46875 34.335655 137.46875 32.50753ZM138.73438 32.50753Q138.73438 33.898155 139.34375 34.60128Q139.95312 35.28878 140.875 35.28878Q141.78125 35.28878 142.39062 34.585655Q143.0 33.88253 143.0 32.460655Q143.0 31.116905 142.39062 30.429405Q141.78125 29.72628 140.875 29.72628Q139.95312 29.72628 139.34375 30.41378Q138.73438 31.10128 138.73438 32.50753ZM145.92188 38.91378L145.92188 28.866905L147.04688 28.866905L147.04688 29.82003Q147.4375 29.25753 147.9375 28.991905Q148.4375 28.710655 149.15625 28.710655Q150.07812 28.710655 150.78125 29.19503Q151.5 29.66378 151.85938 30.53878Q152.21875 31.41378 152.21875 32.44503Q152.21875 33.554405 151.8125 34.460655Q151.42188 35.35128 150.65625 35.835655Q149.90625 36.304405 149.0625 36.304405Q148.45312 36.304405 147.95312 36.03878Q147.46875 35.773155 147.15625 35.38253L147.15625 38.91378L145.92188 38.91378ZM147.03125 32.53878Q147.03125 33.94503 147.59375 34.616905Q148.17188 35.28878 148.98438 35.28878Q149.79688 35.28878 150.375 34.60128Q150.96875 33.898155 150.96875 32.44503Q150.96875 31.054405 150.39062 30.366905Q149.82812 29.679405 149.03125 29.679405Q148.25 29.679405 147.64062 30.41378Q147.03125 31.148155 147.03125 32.53878ZM157.57812 33.50753L158.875 33.398155Q159.01562 34.335655 159.53125 34.82003Q160.0625 35.28878 160.79688 35.28878Q161.6875 35.28878 162.29688 34.616905Q162.92188 33.94503 162.92188 32.85128Q162.92188 31.78878 162.32812 31.179405Q161.73438 30.57003 160.78125 30.57003Q160.1875 30.57003 159.70312 30.85128Q159.23438 31.116905 158.95312 31.53878L157.79688 31.398155L158.76562 26.241905L163.75 26.241905L163.75 27.429405L159.75 27.429405L159.21875 30.116905Q160.125 29.491905 161.10938 29.491905Q162.42188 29.491905 163.3125 30.398155Q164.21875 31.304405 164.21875 32.741905Q164.21875 34.10128 163.4375 35.085655Q162.46875 36.304405 160.79688 36.304405Q159.4375 36.304405 158.5625 35.53878Q157.70312 34.773155 157.57812 33.50753ZM169.90625 36.13253L169.90625 28.866905L171.01562 28.866905L171.01562 29.97628Q171.4375 29.19503 171.79688 28.960655Q172.15625 28.710655 172.59375 28.710655Q173.21875 28.710655 173.85938 29.10128L173.4375 30.241905Q172.98438 29.97628 172.53125 29.97628Q172.125 29.97628 171.79688 30.22628Q171.48438 30.460655 171.34375 30.898155Q171.14062 31.554405 171.14062 32.335655L171.14062 36.13253L169.90625 36.13253ZM179.89062 33.78878L181.17188 33.94503Q180.85938 35.07003 180.04688 35.69503Q179.23438 36.304405 177.96875 36.304405Q176.375 36.304405 175.4375 35.32003Q174.51562 34.335655 174.51562 32.57003Q174.51562 30.72628 175.45312 29.72628Q176.40625 28.710655 177.90625 28.710655Q179.35938 28.710655 180.28125 29.710655Q181.20312 30.69503 181.20312 32.491905Q181.20312 32.60128 181.20312 32.82003L175.78125 32.82003Q175.85938 34.00753 176.45312 34.648155Q177.0625 35.28878 177.98438 35.28878Q178.65625 35.28878 179.125 34.929405Q179.60938 34.57003 179.89062 33.78878ZM175.85938 31.804405L179.90625 31.804405Q179.82812 30.88253 179.4375 30.429405Q178.85938 29.72628 177.92188 29.72628Q177.0625 29.72628 176.48438 30.28878Q175.92188 30.85128 175.85938 31.804405ZM182.4375 33.960655L183.64062 33.773155Q183.75 34.50753 184.21875 34.898155Q184.6875 35.28878 185.53125 35.28878Q186.375 35.28878 186.78125 34.94503Q187.20312 34.60128 187.20312 34.13253Q187.20312 33.710655 186.82812 33.47628Q186.57812 33.304405 185.57812 33.054405Q184.21875 32.710655 183.6875 32.460655Q183.17188 32.210655 182.90625 31.773155Q182.64062 31.335655 182.64062 30.804405Q182.64062 30.32003 182.85938 29.91378Q183.07812 29.491905 183.46875 29.210655Q183.75 29.00753 184.23438 28.866905Q184.73438 28.710655 185.3125 28.710655Q186.15625 28.710655 186.79688 28.960655Q187.45312 29.19503 187.76562 29.616905Q188.07812 30.03878 188.1875 30.741905L186.98438 30.91378Q186.90625 30.35128 186.5 30.03878Q186.10938 29.72628 185.39062 29.72628Q184.54688 29.72628 184.1875 30.00753Q183.82812 30.273155 183.82812 30.66378Q183.82812 30.898155 183.96875 31.085655Q184.125 31.28878 184.45312 31.41378Q184.625 31.47628 185.53125 31.72628Q186.84375 32.085655 187.35938 32.304405Q187.875 32.523155 188.15625 32.94503Q188.45312 33.366905 188.45312 33.991905Q188.45312 34.616905 188.09375 35.16378Q187.75 35.69503 187.0625 36.00753Q186.39062 36.304405 185.53125 36.304405Q184.125 36.304405 183.375 35.710655Q182.64062 35.116905 182.4375 33.960655ZM189.46875 32.50753Q189.46875 30.491905 190.59375 29.50753Q191.51562 28.710655 192.875 28.710655Q194.35938 28.710655 195.3125 29.69503Q196.26562 30.66378 196.26562 32.398155Q196.26562 33.804405 195.84375 34.616905Q195.42188 35.41378 194.60938 35.866905Q193.8125 36.304405 192.875 36.304405Q191.34375 36.304405 190.40625 35.32003Q189.46875 34.335655 189.46875 32.50753ZM190.73438 32.50753Q190.73438 33.898155 191.34375 34.60128Q191.95312 35.28878 192.875 35.28878Q193.78125 35.28878 194.39062 34.585655Q195.0 33.88253 195.0 32.460655Q195.0 31.116905 194.39062 30.429405Q193.78125 29.72628 192.875 29.72628Q191.95312 29.72628 191.34375 30.41378Q190.73438 31.10128 190.73438 32.50753ZM202.6875 36.13253L202.6875 35.07003Q201.82812 36.304405 200.375 36.304405Q199.73438 36.304405 199.17188 36.054405Q198.625 35.804405 198.34375 35.429405Q198.07812 35.054405 197.96875 34.523155Q197.89062 34.16378 197.89062 33.366905L197.89062 28.866905L199.125 28.866905L199.125 32.898155Q199.125 33.866905 199.20312 34.19503Q199.3125 34.679405 199.6875 34.960655Q200.0625 35.241905 200.625 35.241905Q201.17188 35.241905 201.65625 34.960655Q202.14062 34.66378 202.34375 34.179405Q202.54688 33.69503 202.54688 32.75753L202.54688 28.866905L203.78125 28.866905L203.78125 36.13253L202.6875 36.13253ZM205.90625 36.13253L205.90625 28.866905L207.01562 28.866905L207.01562 29.97628Q207.4375 29.19503 207.79688 28.960655Q208.15625 28.710655 208.59375 28.710655Q209.21875 28.710655 209.85938 29.10128L209.4375 30.241905Q208.98438 29.97628 208.53125 29.97628Q208.125 29.97628 207.79688 30.22628Q207.48438 30.460655 207.34375 30.898155Q207.14062 31.554405 207.14062 32.335655L207.14062 36.13253L205.90625 36.13253ZM215.65625 33.47628L216.875 33.63253Q216.67188 34.88253 215.84375 35.60128Q215.03125 36.304405 213.84375 36.304405Q212.35938 36.304405 211.45312 35.335655Q210.54688 34.35128 210.54688 32.523155Q210.54688 31.35128 210.9375 30.47628Q211.32812 29.585655 212.125 29.148155Q212.92188 28.710655 213.85938 28.710655Q215.03125 28.710655 215.78125 29.304405Q216.54688 29.898155 216.75 31.00753L215.5625 31.19503Q215.39062 30.460655 214.95312 30.10128Q214.51562 29.72628 213.90625 29.72628Q212.96875 29.72628 212.39062 30.398155Q211.8125 31.054405 211.8125 32.491905Q211.8125 33.960655 212.375 34.63253Q212.9375 35.28878 213.82812 35.28878Q214.5625 35.28878 215.04688 34.85128Q215.53125 34.398155 215.65625 33.47628ZM222.89062 33.78878L224.17188 33.94503Q223.85938 35.07003 223.04688 35.69503Q222.23438 36.304405 220.96875 36.304405Q219.375 36.304405 218.4375 35.32003Q217.51562 34.335655 217.51562 32.57003Q217.51562 30.72628 218.45312 29.72628Q219.40625 28.710655 220.90625 28.710655Q222.35938 28.710655 223.28125 29.710655Q224.20312 30.69503 224.20312 32.491905Q224.20312 32.60128 224.20312 32.82003L218.78125 32.82003Q218.85938 34.00753 219.45312 34.648155Q220.0625 35.28878 220.98438 35.28878Q221.65625 35.28878 222.125 34.929405Q222.60938 34.57003 222.89062 33.78878ZM218.85938 31.804405L222.90625 31.804405Q222.82812 30.88253 222.4375 30.429405Q221.85938 29.72628 220.92188 29.72628Q220.0625 29.72628 219.48438 30.28878Q218.92188 30.85128 218.85938 31.804405ZM225.4375 33.960655L226.64062 33.773155Q226.75 34.50753 227.21875 34.898155Q227.6875 35.28878 228.53125 35.28878Q229.375 35.28878 229.78125 34.94503Q230.20312 34.60128 230.20312 34.13253Q230.20312 33.710655 229.82812 33.47628Q229.57812 33.304405 228.57812 33.054405Q227.21875 32.710655 226.6875 32.460655Q226.17188 32.210655 225.90625 31.773155Q225.64062 31.335655 225.64062 30.804405Q225.64062 30.32003 225.85938 29.91378Q226.07812 29.491905 226.46875 29.210655Q226.75 29.00753 227.23438 28.866905Q227.73438 28.710655 228.3125 28.710655Q229.15625 28.710655 229.79688 28.960655Q230.45312 29.19503 230.76562 29.616905Q231.07812 30.03878 231.1875 30.741905L229.98438 30.91378Q229.90625 30.35128 229.5 30.03878Q229.10938 29.72628 228.39062 29.72628Q227.54688 29.72628 227.1875 30.00753Q226.82812 30.273155 226.82812 30.66378Q226.82812 30.898155 226.96875 31.085655Q227.125 31.28878 227.45312 31.41378Q227.625 31.47628 228.53125 31.72628Q229.84375 32.085655 230.35938 32.304405Q230.875 32.523155 231.15625 32.94503Q231.45312 33.366905 231.45312 33.991905Q231.45312 34.616905 231.09375 35.16378Q230.75 35.69503 230.0625 36.00753Q229.39062 36.304405 228.53125 36.304405Q227.125 36.304405 226.375 35.710655Q225.64062 35.116905 225.4375 33.960655ZM236.875 38.929405L236.73438 37.773155Q237.14062 37.88253 237.4375 37.88253Q237.84375 37.88253 238.09375 37.741905Q238.34375 37.616905 238.5 37.366905Q238.60938 37.179405 238.875 36.44503Q238.90625 36.35128 238.98438 36.148155L236.21875 28.866905L237.54688 28.866905L239.0625 33.07003Q239.35938 33.88253 239.59375 34.75753Q239.79688 33.91378 240.09375 33.10128L241.64062 28.866905L242.875 28.866905L240.10938 36.25753Q239.67188 37.44503 239.42188 37.898155Q239.09375 38.50753 238.67188 38.78878Q238.25 39.085655 237.65625 39.085655Q237.3125 39.085655 236.875 38.929405ZM243.46875 32.50753Q243.46875 30.491905 244.59375 29.50753Q245.51562 28.710655 246.875 28.710655Q248.35938 28.710655 249.3125 29.69503Q250.26562 30.66378 250.26562 32.398155Q250.26562 33.804405 249.84375 34.616905Q249.42188 35.41378 248.60938 35.866905Q247.8125 36.304405 246.875 36.304405Q245.34375 36.304405 244.40625 35.32003Q243.46875 34.335655 243.46875 32.50753ZM244.73438 32.50753Q244.73438 33.898155 245.34375 34.60128Q245.95312 35.28878 246.875 35.28878Q247.78125 35.28878 248.39062 34.585655Q249.0 33.88253 249.0 32.460655Q249.0 31.116905 248.39062 30.429405Q247.78125 29.72628 246.875 29.72628Q245.95312 29.72628 245.34375 30.41378Q244.73438 31.10128 244.73438 32.50753ZM256.6875 36.13253L256.6875 35.07003Q255.82812 36.304405 254.375 36.304405Q253.73438 36.304405 253.17188 36.054405Q252.625 35.804405 252.34375 35.429405Q252.07812 35.054405 251.96875 34.523155Q251.89062 34.16378 251.89062 33.366905L251.89062 28.866905L253.125 28.866905L253.125 32.898155Q253.125 33.866905 253.20312 34.19503Q253.3125 34.679405 253.6875 34.960655Q254.0625 35.241905 254.625 35.241905Q255.17188 35.241905 255.65625 34.960655Q256.14062 34.66378 256.34375 34.179405Q256.54688 33.69503 256.54688 32.75753L256.54688 28.866905L257.78125 28.866905L257.78125 36.13253L256.6875 36.13253ZM268.6875 36.13253L268.6875 35.07003Q267.82812 36.304405 266.375 36.304405Q265.73438 36.304405 265.17188 36.054405Q264.625 35.804405 264.34375 35.429405Q264.07812 35.054405 263.96875 34.523155Q263.89062 34.16378 263.89062 33.366905L263.89062 28.866905L265.125 28.866905L265.125 32.898155Q265.125 33.866905 265.20312 34.19503Q265.3125 34.679405 265.6875 34.960655Q266.0625 35.241905 266.625 35.241905Q267.17188 35.241905 267.65625 34.960655Q268.14062 34.66378 268.34375 34.179405Q268.54688 33.69503 268.54688 32.75753L268.54688 28.866905L269.78125 28.866905L269.78125 36.13253L268.6875 36.13253ZM271.4375 33.960655L272.64062 33.773155Q272.75 34.50753 273.21875 34.898155Q273.6875 35.28878 274.53125 35.28878Q275.375 35.28878 275.78125 34.94503Q276.20312 34.60128 276.20312 34.13253Q276.20312 33.710655 275.82812 33.47628Q275.57812 33.304405 274.57812 33.054405Q273.21875 32.710655 272.6875 32.460655Q272.17188 32.210655 271.90625 31.773155Q271.64062 31.335655 271.64062 30.804405Q271.64062 30.32003 271.85938 29.91378Q272.07812 29.491905 272.46875 29.210655Q272.75 29.00753 273.23438 28.866905Q273.73438 28.710655 274.3125 28.710655Q275.15625 28.710655 275.79688 28.960655Q276.45312 29.19503 276.76562 29.616905Q277.07812 30.03878 277.1875 30.741905L275.98438 30.91378Q275.90625 30.35128 275.5 30.03878Q275.10938 29.72628 274.39062 29.72628Q273.54688 29.72628 273.1875 30.00753Q272.82812 30.273155 272.82812 30.66378Q272.82812 30.898155 272.96875 31.085655Q273.125 31.28878 273.45312 31.41378Q273.625 31.47628 274.53125 31.72628Q275.84375 32.085655 276.35938 32.304405Q276.875 32.523155 277.15625 32.94503Q277.45312 33.366905 277.45312 33.991905Q277.45312 34.616905 277.09375 35.16378Q276.75 35.69503 276.0625 36.00753Q275.39062 36.304405 274.53125 36.304405Q273.125 36.304405 272.375 35.710655Q271.64062 35.116905 271.4375 33.960655ZM283.89062 33.78878L285.17188 33.94503Q284.85938 35.07003 284.04688 35.69503Q283.23438 36.304405 281.96875 36.304405Q280.375 36.304405 279.4375 35.32003Q278.51562 34.335655 278.51562 32.57003Q278.51562 30.72628 279.45312 29.72628Q280.40625 28.710655 281.90625 28.710655Q283.35938 28.710655 284.28125 29.710655Q285.20312 30.69503 285.20312 32.491905Q285.20312 32.60128 285.20312 32.82003L279.78125 32.82003Q279.85938 34.00753 280.45312 34.648155Q281.0625 35.28878 281.98438 35.28878Q282.65625 35.28878 283.125 34.929405Q283.60938 34.57003 283.89062 33.78878ZM279.85938 31.804405L283.90625 31.804405Q283.82812 30.88253 283.4375 30.429405Q282.85938 29.72628 281.92188 29.72628Q281.0625 29.72628 280.48438 30.28878Q279.92188 30.85128 279.85938 31.804405ZM293.60938 35.03878L293.78125 36.116905Q293.26562 36.22628 292.85938 36.22628Q292.1875 36.22628 291.8125 36.023155Q291.45312 35.804405 291.29688 35.460655Q291.15625 35.116905 291.15625 34.00753L291.15625 29.835655L290.25 29.835655L290.25 28.866905L291.15625 28.866905L291.15625 27.07003L292.375 26.335655L292.375 28.866905L293.60938 28.866905L293.60938 29.835655L292.375 29.835655L292.375 34.07003Q292.375 34.60128 292.4375 34.75753Q292.5 34.898155 292.64062 34.991905Q292.79688 35.085655 293.0625 35.085655Q293.28125 35.085655 293.60938 35.03878ZM294.46875 32.50753Q294.46875 30.491905 295.59375 29.50753Q296.51562 28.710655 297.875 28.710655Q299.35938 28.710655 300.3125 29.69503Q301.26562 30.66378 301.26562 32.398155Q301.26562 33.804405 300.84375 34.616905Q300.42188 35.41378 299.60938 35.866905Q298.8125 36.304405 297.875 36.304405Q296.34375 36.304405 295.40625 35.32003Q294.46875 34.335655 294.46875 32.50753ZM295.73438 32.50753Q295.73438 33.898155 296.34375 34.60128Q296.95312 35.28878 297.875 35.28878Q298.78125 35.28878 299.39062 34.585655Q300.0 33.88253 300.0 32.460655Q300.0 31.116905 299.39062 30.429405Q298.78125 29.72628 297.875 29.72628Q296.95312 29.72628 296.34375 30.41378Q295.73438 31.10128 295.73438 32.50753ZM306.70312 36.741905L307.89062 36.91378Q307.96875 37.460655 308.3125 37.72628Q308.76562 38.054405 309.5625 38.054405Q310.42188 38.054405 310.875 37.710655Q311.34375 37.38253 311.51562 36.75753Q311.60938 36.38253 311.59375 35.179405Q310.79688 36.13253 309.59375 36.13253Q308.09375 36.13253 307.26562 35.054405Q306.45312 33.97628 306.45312 32.460655Q306.45312 31.429405 306.82812 30.554405Q307.20312 29.66378 307.90625 29.19503Q308.625 28.710655 309.59375 28.710655Q310.875 28.710655 311.71875 29.741905L311.71875 28.866905L312.84375 28.866905L312.84375 35.148155Q312.84375 36.85128 312.5 37.554405Q312.15625 38.25753 311.40625 38.66378Q310.65625 39.085655 309.5625 39.085655Q308.26562 39.085655 307.46875 38.491905Q306.67188 37.91378 306.70312 36.741905ZM307.71875 32.366905Q307.71875 33.804405 308.28125 34.460655Q308.84375 35.116905 309.70312 35.116905Q310.54688 35.116905 311.125 34.460655Q311.70312 33.804405 311.70312 32.41378Q311.70312 31.085655 311.10938 30.41378Q310.51562 29.72628 309.6875 29.72628Q308.85938 29.72628 308.28125 30.398155Q307.71875 31.054405 307.71875 32.366905ZM319.89062 33.78878L321.17188 33.94503Q320.85938 35.07003 320.04688 35.69503Q319.23438 36.304405 317.96875 36.304405Q316.375 36.304405 315.4375 35.32003Q314.51562 34.335655 314.51562 32.57003Q314.51562 30.72628 315.45312 29.72628Q316.40625 28.710655 317.90625 28.710655Q319.35938 28.710655 320.28125 29.710655Q321.20312 30.69503 321.20312 32.491905Q321.20312 32.60128 321.20312 32.82003L315.78125 32.82003Q315.85938 34.00753 316.45312 34.648155Q317.0625 35.28878 317.98438 35.28878Q318.65625 35.28878 319.125 34.929405Q319.60938 34.57003 319.89062 33.78878ZM315.85938 31.804405L319.90625 31.804405Q319.82812 30.88253 319.4375 30.429405Q318.85938 29.72628 317.92188 29.72628Q317.0625 29.72628 316.48438 30.28878Q315.92188 30.85128 315.85938 31.804405ZM325.60938 35.03878L325.78125 36.116905Q325.26562 36.22628 324.85938 36.22628Q324.1875 36.22628 323.8125 36.023155Q323.45312 35.804405 323.29688 35.460655Q323.15625 35.116905 323.15625 34.00753L323.15625 29.835655L322.25 29.835655L322.25 28.866905L323.15625 28.866905L323.15625 27.07003L324.375 26.335655L324.375 28.866905L325.60938 28.866905L325.60938 29.835655L324.375 29.835655L324.375 34.07003Q324.375 34.60128 324.4375 34.75753Q324.5 34.898155 324.64062 34.991905Q324.79688 35.085655 325.0625 35.085655Q325.28125 35.085655 325.60938 35.03878ZM335.65625 35.241905Q334.98438 35.82003 334.34375 36.07003Q333.71875 36.304405 332.98438 36.304405Q331.79688 36.304405 331.14062 35.72628Q330.5 35.13253 330.5 34.210655Q330.5 33.679405 330.73438 33.241905Q330.98438 32.804405 331.375 32.53878Q331.78125 32.273155 332.26562 32.13253Q332.625 32.03878 333.35938 31.94503Q334.85938 31.773155 335.5625 31.523155Q335.5625 31.273155 335.5625 31.210655Q335.5625 30.44503 335.21875 30.148155Q334.75 29.72628 333.8125 29.72628Q332.95312 29.72628 332.53125 30.03878Q332.125 30.335655 331.92188 31.10128L330.71875 30.94503Q330.875 30.16378 331.25 29.69503Q331.64062 29.22628 332.34375 28.97628Q333.0625 28.710655 334.0 28.710655Q334.92188 28.710655 335.5 28.929405Q336.07812 29.148155 336.34375 29.47628Q336.625 29.804405 336.73438 30.32003Q336.79688 30.63253 336.79688 31.44503L336.79688 33.085655Q336.79688 34.804405 336.875 35.25753Q336.95312 35.710655 337.1875 36.13253L335.90625 36.13253Q335.71875 35.741905 335.65625 35.241905ZM335.5625 32.491905Q334.89062 32.75753 333.54688 32.960655Q332.79688 33.07003 332.46875 33.210655Q332.15625 33.335655 331.98438 33.60128Q331.8125 33.866905 331.8125 34.179405Q331.8125 34.679405 332.1875 35.00753Q332.5625 35.335655 333.28125 35.335655Q334.0 35.335655 334.54688 35.023155Q335.09375 34.710655 335.35938 34.16378Q335.5625 33.75753 335.5625 32.94503L335.5625 32.491905ZM338.92188 36.13253L338.92188 28.866905L340.03125 28.866905L340.03125 29.898155Q340.82812 28.710655 342.34375 28.710655Q343.0 28.710655 343.54688 28.94503Q344.09375 29.179405 344.35938 29.57003Q344.64062 29.94503 344.75 30.47628Q344.82812 30.82003 344.82812 31.66378L344.82812 36.13253L343.59375 36.13253L343.59375 31.710655Q343.59375 30.960655 343.45312 30.60128Q343.3125 30.22628 342.9375 30.00753Q342.57812 29.773155 342.07812 29.773155Q341.29688 29.773155 340.71875 30.273155Q340.15625 30.773155 340.15625 32.16378L340.15625 36.13253L338.92188 36.13253ZM346.4375 33.960655L347.64062 33.773155Q347.75 34.50753 348.21875 34.898155Q348.6875 35.28878 349.53125 35.28878Q350.375 35.28878 350.78125 34.94503Q351.20312 34.60128 351.20312 34.13253Q351.20312 33.710655 350.82812 33.47628Q350.57812 33.304405 349.57812 33.054405Q348.21875 32.710655 347.6875 32.460655Q347.17188 32.210655 346.90625 31.773155Q346.64062 31.335655 346.64062 30.804405Q346.64062 30.32003 346.85938 29.91378Q347.07812 29.491905 347.46875 29.210655Q347.75 29.00753 348.23438 28.866905Q348.73438 28.710655 349.3125 28.710655Q350.15625 28.710655 350.79688 28.960655Q351.45312 29.19503 351.76562 29.616905Q352.07812 30.03878 352.1875 30.741905L350.98438 30.91378Q350.90625 30.35128 350.5 30.03878Q350.10938 29.72628 349.39062 29.72628Q348.54688 29.72628 348.1875 30.00753Q347.82812 30.273155 347.82812 30.66378Q347.82812 30.898155 347.96875 31.085655Q348.125 31.28878 348.45312 31.41378Q348.625 31.47628 349.53125 31.72628Q350.84375 32.085655 351.35938 32.304405Q351.875 32.523155 352.15625 32.94503Q352.45312 33.366905 352.45312 33.991905Q352.45312 34.616905 352.09375 35.16378Q351.75 35.69503 351.0625 36.00753Q350.39062 36.304405 349.53125 36.304405Q348.125 36.304405 347.375 35.710655Q346.64062 35.116905 346.4375 33.960655ZM355.26562 36.13253L353.04688 28.866905L354.3125 28.866905L355.46875 33.07003L355.90625 34.616905Q355.92188 34.50753 356.28125 33.116905L357.4375 28.866905L358.6875 28.866905L359.78125 33.085655L360.14062 34.47628L360.5625 33.07003L361.8125 28.866905L363.0 28.866905L360.73438 36.13253L359.45312 36.13253L358.29688 31.78878L358.01562 30.554405L356.54688 36.13253L355.26562 36.13253ZM368.89062 33.78878L370.17188 33.94503Q369.85938 35.07003 369.04688 35.69503Q368.23438 36.304405 366.96875 36.304405Q365.375 36.304405 364.4375 35.32003Q363.51562 34.335655 363.51562 32.57003Q363.51562 30.72628 364.45312 29.72628Q365.40625 28.710655 366.90625 28.710655Q368.35938 28.710655 369.28125 29.710655Q370.20312 30.69503 370.20312 32.491905Q370.20312 32.60128 370.20312 32.82003L364.78125 32.82003Q364.85938 34.00753 365.45312 34.648155Q366.0625 35.28878 366.98438 35.28878Q367.65625 35.28878 368.125 34.929405Q368.60938 34.57003 368.89062 33.78878ZM364.85938 31.804405L368.90625 31.804405Q368.82812 30.88253 368.4375 30.429405Q367.85938 29.72628 366.92188 29.72628Q366.0625 29.72628 365.48438 30.28878Q364.92188 30.85128 364.85938 31.804405ZM371.90625 36.13253L371.90625 28.866905L373.01562 28.866905L373.01562 29.97628Q373.4375 29.19503 373.79688 28.960655Q374.15625 28.710655 374.59375 28.710655Q375.21875 28.710655 375.85938 29.10128L375.4375 30.241905Q374.98438 29.97628 374.53125 29.97628Q374.125 29.97628 373.79688 30.22628Q373.48438 30.460655 373.34375 30.898155Q373.14062 31.554405 373.14062 32.335655L373.14062 36.13253L371.90625 36.13253ZM376.4375 33.960655L377.64062 33.773155Q377.75 34.50753 378.21875 34.898155Q378.6875 35.28878 379.53125 35.28878Q380.375 35.28878 380.78125 34.94503Q381.20312 34.60128 381.20312 34.13253Q381.20312 33.710655 380.82812 33.47628Q380.57812 33.304405 379.57812 33.054405Q378.21875 32.710655 377.6875 32.460655Q377.17188 32.210655 376.90625 31.773155Q376.64062 31.335655 376.64062 30.804405Q376.64062 30.32003 376.85938 29.91378Q377.07812 29.491905 377.46875 29.210655Q377.75 29.00753 378.23438 28.866905Q378.73438 28.710655 379.3125 28.710655Q380.15625 28.710655 380.79688 28.960655Q381.45312 29.19503 381.76562 29.616905Q382.07812 30.03878 382.1875 30.741905L380.98438 30.91378Q380.90625 30.35128 380.5 30.03878Q380.10938 29.72628 379.39062 29.72628Q378.54688 29.72628 378.1875 30.00753Q377.82812 30.273155 377.82812 30.66378Q377.82812 30.898155 377.96875 31.085655Q378.125 31.28878 378.45312 31.41378Q378.625 31.47628 379.53125 31.72628Q380.84375 32.085655 381.35938 32.304405Q381.875 32.523155 382.15625 32.94503Q382.45312 33.366905 382.45312 33.991905Q382.45312 34.616905 382.09375 35.16378Q381.75 35.69503 381.0625 36.00753Q380.39062 36.304405 379.53125 36.304405Q378.125 36.304405 377.375 35.710655Q376.64062 35.116905 376.4375 33.960655ZM390.60938 35.03878L390.78125 36.116905Q390.26562 36.22628 389.85938 36.22628Q389.1875 36.22628 388.8125 36.023155Q388.45312 35.804405 388.29688 35.460655Q388.15625 35.116905 388.15625 34.00753L388.15625 29.835655L387.25 29.835655L387.25 28.866905L388.15625 28.866905L388.15625 27.07003L389.375 26.335655L389.375 28.866905L390.60938 28.866905L390.60938 29.835655L389.375 29.835655L389.375 34.07003Q389.375 34.60128 389.4375 34.75753Q389.5 34.898155 389.64062 34.991905Q389.79688 35.085655 390.0625 35.085655Q390.28125 35.085655 390.60938 35.03878ZM391.46875 32.50753Q391.46875 30.491905 392.59375 29.50753Q393.51562 28.710655 394.875 28.710655Q396.35938 28.710655 397.3125 29.69503Q398.26562 30.66378 398.26562 32.398155Q398.26562 33.804405 397.84375 34.616905Q397.42188 35.41378 396.60938 35.866905Q395.8125 36.304405 394.875 36.304405Q393.34375 36.304405 392.40625 35.32003Q391.46875 34.335655 391.46875 32.50753ZM392.73438 32.50753Q392.73438 33.898155 393.34375 34.60128Q393.95312 35.28878 394.875 35.28878Q395.78125 35.28878 396.39062 34.585655Q397.0 33.88253 397.0 32.460655Q397.0 31.116905 396.39062 30.429405Q395.78125 29.72628 394.875 29.72628Q393.95312 29.72628 393.34375 30.41378Q392.73438 31.10128 392.73438 32.50753ZM403.875 38.929405L403.73438 37.773155Q404.14062 37.88253 404.4375 37.88253Q404.84375 37.88253 405.09375 37.741905Q405.34375 37.616905 405.5 37.366905Q405.60938 37.179405 405.875 36.44503Q405.90625 36.35128 405.98438 36.148155L403.21875 28.866905L404.54688 28.866905L406.0625 33.07003Q406.35938 33.88253 406.59375 34.75753Q406.79688 33.91378 407.09375 33.10128L408.64062 28.866905L409.875 28.866905L407.10938 36.25753Q406.67188 37.44503 406.42188 37.898155Q406.09375 38.50753 405.67188 38.78878Q405.25 39.085655 404.65625 39.085655Q404.3125 39.085655 403.875 38.929405ZM410.46875 32.50753Q410.46875 30.491905 411.59375 29.50753Q412.51562 28.710655 413.875 28.710655Q415.35938 28.710655 416.3125 29.69503Q417.26562 30.66378 417.26562 32.398155Q417.26562 33.804405 416.84375 34.616905Q416.42188 35.41378 415.60938 35.866905Q414.8125 36.304405 413.875 36.304405Q412.34375 36.304405 411.40625 35.32003Q410.46875 34.335655 410.46875 32.50753ZM411.73438 32.50753Q411.73438 33.898155 412.34375 34.60128Q412.95312 35.28878 413.875 35.28878Q414.78125 35.28878 415.39062 34.585655Q416.0 33.88253 416.0 32.460655Q416.0 31.116905 415.39062 30.429405Q414.78125 29.72628 413.875 29.72628Q412.95312 29.72628 412.34375 30.41378Q411.73438 31.10128 411.73438 32.50753ZM423.6875 36.13253L423.6875 35.07003Q422.82812 36.304405 421.375 36.304405Q420.73438 36.304405 420.17188 36.054405Q419.625 35.804405 419.34375 35.429405Q419.07812 35.054405 418.96875 34.523155Q418.89062 34.16378 418.89062 33.366905L418.89062 28.866905L420.125 28.866905L420.125 32.898155Q420.125 33.866905 420.20312 34.19503Q420.3125 34.679405 420.6875 34.960655Q421.0625 35.241905 421.625 35.241905Q422.17188 35.241905 422.65625 34.960655Q423.14062 34.66378 423.34375 34.179405Q423.54688 33.69503 423.54688 32.75753L423.54688 28.866905L424.78125 28.866905L424.78125 36.13253L423.6875 36.13253ZM426.90625 36.13253L426.90625 28.866905L428.01562 28.866905L428.01562 29.97628Q428.4375 29.19503 428.79688 28.960655Q429.15625 28.710655 429.59375 28.710655Q430.21875 28.710655 430.85938 29.10128L430.4375 30.241905Q429.98438 29.97628 429.53125 29.97628Q429.125 29.97628 428.79688 30.22628Q428.48438 30.460655 428.34375 30.898155Q428.14062 31.554405 428.14062 32.335655L428.14062 36.13253L426.90625 36.13253ZM440.76562 32.19503L440.76562 31.023155L445.01562 31.023155L445.01562 34.741905Q444.03125 35.523155 442.98438 35.91378Q441.95312 36.304405 440.85938 36.304405Q439.39062 36.304405 438.17188 35.679405Q436.96875 35.03878 436.35938 33.85128Q435.75 32.648155 435.75 31.16378Q435.75 29.710655 436.35938 28.44503Q436.96875 27.16378 438.10938 26.554405Q439.26562 25.94503 440.76562 25.94503Q441.84375 25.94503 442.71875 26.304405Q443.60938 26.648155 444.10938 27.273155Q444.60938 27.898155 444.85938 28.91378L443.67188 29.241905Q443.4375 28.47628 443.09375 28.03878Q442.76562 27.60128 442.14062 27.335655Q441.53125 27.07003 440.76562 27.07003Q439.85938 27.07003 439.1875 27.35128Q438.53125 27.63253 438.125 28.085655Q437.71875 28.523155 437.5 29.07003Q437.10938 30.00753 437.10938 31.085655Q437.10938 32.429405 437.5625 33.335655Q438.03125 34.22628 438.90625 34.66378Q439.79688 35.10128 440.79688 35.10128Q441.65625 35.10128 442.46875 34.773155Q443.29688 34.44503 443.71875 34.07003L443.71875 32.19503L440.76562 32.19503ZM446.46875 32.50753Q446.46875 30.491905 447.59375 29.50753Q448.51562 28.710655 449.875 28.710655Q451.35938 28.710655 452.3125 29.69503Q453.26562 30.66378 453.26562 32.398155Q453.26562 33.804405 452.84375 34.616905Q452.42188 35.41378 451.60938 35.866905Q450.8125 36.304405 449.875 36.304405Q448.34375 36.304405 447.40625 35.32003Q446.46875 34.335655 446.46875 32.50753ZM447.73438 32.50753Q447.73438 33.898155 448.34375 34.60128Q448.95312 35.28878 449.875 35.28878Q450.78125 35.28878 451.39062 34.585655Q452.0 33.88253 452.0 32.460655Q452.0 31.116905 451.39062 30.429405Q450.78125 29.72628 449.875 29.72628Q448.95312 29.72628 448.34375 30.41378Q447.73438 31.10128 447.73438 32.50753ZM458.90625 36.13253L458.90625 28.866905L460.01562 28.866905L460.01562 29.97628Q460.4375 29.19503 460.79688 28.960655Q461.15625 28.710655 461.59375 28.710655Q462.21875 28.710655 462.85938 29.10128L462.4375 30.241905Q461.98438 29.97628 461.53125 29.97628Q461.125 29.97628 460.79688 30.22628Q460.48438 30.460655 460.34375 30.898155Q460.14062 31.554405 460.14062 32.335655L460.14062 36.13253L458.90625 36.13253ZM468.89062 33.78878L470.17188 33.94503Q469.85938 35.07003 469.04688 35.69503Q468.23438 36.304405 466.96875 36.304405Q465.375 36.304405 464.4375 35.32003Q463.51562 34.335655 463.51562 32.57003Q463.51562 30.72628 464.45312 29.72628Q465.40625 28.710655 466.90625 28.710655Q468.35938 28.710655 469.28125 29.710655Q470.20312 30.69503 470.20312 32.491905Q470.20312 32.60128 470.20312 32.82003L464.78125 32.82003Q464.85938 34.00753 465.45312 34.648155Q466.0625 35.28878 466.98438 35.28878Q467.65625 35.28878 468.125 34.929405Q468.60938 34.57003 468.89062 33.78878ZM464.85938 31.804405L468.90625 31.804405Q468.82812 30.88253 468.4375 30.429405Q467.85938 29.72628 466.92188 29.72628Q466.0625 29.72628 465.48438 30.28878Q464.92188 30.85128 464.85938 31.804405ZM471.89062 36.13253L471.89062 26.116905L473.125 26.116905L473.125 36.13253L471.89062 36.13253ZM479.65625 35.241905Q478.98438 35.82003 478.34375 36.07003Q477.71875 36.304405 476.98438 36.304405Q475.79688 36.304405 475.14062 35.72628Q474.5 35.13253 474.5 34.210655Q474.5 33.679405 474.73438 33.241905Q474.98438 32.804405 475.375 32.53878Q475.78125 32.273155 476.26562 32.13253Q476.625 32.03878 477.35938 31.94503Q478.85938 31.773155 479.5625 31.523155Q479.5625 31.273155 479.5625 31.210655Q479.5625 30.44503 479.21875 30.148155Q478.75 29.72628 477.8125 29.72628Q476.95312 29.72628 476.53125 30.03878Q476.125 30.335655 475.92188 31.10128L474.71875 30.94503Q474.875 30.16378 475.25 29.69503Q475.64062 29.22628 476.34375 28.97628Q477.0625 28.710655 478.0 28.710655Q478.92188 28.710655 479.5 28.929405Q480.07812 29.148155 480.34375 29.47628Q480.625 29.804405 480.73438 30.32003Q480.79688 30.63253 480.79688 31.44503L480.79688 33.085655Q480.79688 34.804405 480.875 35.25753Q480.95312 35.710655 481.1875 36.13253L479.90625 36.13253Q479.71875 35.741905 479.65625 35.241905ZM479.5625 32.491905Q478.89062 32.75753 477.54688 32.960655Q476.79688 33.07003 476.46875 33.210655Q476.15625 33.335655 475.98438 33.60128Q475.8125 33.866905 475.8125 34.179405Q475.8125 34.679405 476.1875 35.00753Q476.5625 35.335655 477.28125 35.335655Q478.0 35.335655 478.54688 35.023155Q479.09375 34.710655 479.35938 34.16378Q479.5625 33.75753 479.5625 32.94503L479.5625 32.491905ZM485.60938 35.03878L485.78125 36.116905Q485.26562 36.22628 484.85938 36.22628Q484.1875 36.22628 483.8125 36.023155Q483.45312 35.804405 483.29688 35.460655Q483.15625 35.116905 483.15625 34.00753L483.15625 29.835655L482.25 29.835655L482.25 28.866905L483.15625 28.866905L483.15625 27.07003L484.375 26.335655L484.375 28.866905L485.60938 28.866905L485.60938 29.835655L484.375 29.835655L484.375 34.07003Q484.375 34.60128 484.4375 34.75753Q484.5 34.898155 484.64062 34.991905Q484.79688 35.085655 485.0625 35.085655Q485.28125 35.085655 485.60938 35.03878ZM491.89062 33.78878L493.17188 33.94503Q492.85938 35.07003 492.04688 35.69503Q491.23438 36.304405 489.96875 36.304405Q488.375 36.304405 487.4375 35.32003Q486.51562 34.335655 486.51562 32.57003Q486.51562 30.72628 487.45312 29.72628Q488.40625 28.710655 489.90625 28.710655Q491.35938 28.710655 492.28125 29.710655Q493.20312 30.69503 493.20312 32.491905Q493.20312 32.60128 493.20312 32.82003L487.78125 32.82003Q487.85938 34.00753 488.45312 34.648155Q489.0625 35.28878 489.98438 35.28878Q490.65625 35.28878 491.125 34.929405Q491.60938 34.57003 491.89062 33.78878ZM487.85938 31.804405L491.90625 31.804405Q491.82812 30.88253 491.4375 30.429405Q490.85938 29.72628 489.92188 29.72628Q489.0625 29.72628 488.48438 30.28878Q487.92188 30.85128 487.85938 31.804405ZM499.64062 36.13253L499.64062 35.210655Q498.9375 36.304405 497.60938 36.304405Q496.73438 36.304405 496.0 35.82003Q495.28125 35.335655 494.875 34.47628Q494.48438 33.616905 494.48438 32.50753Q494.48438 31.429405 494.84375 30.53878Q495.20312 29.648155 495.92188 29.179405Q496.65625 28.710655 497.54688 28.710655Q498.20312 28.710655 498.71875 28.991905Q499.23438 29.25753 499.54688 29.710655L499.54688 26.116905L500.78125 26.116905L500.78125 36.13253L499.64062 36.13253ZM495.75 32.50753Q495.75 33.898155 496.32812 34.60128Q496.92188 35.28878 497.71875 35.28878Q498.53125 35.28878 499.09375 34.63253Q499.65625 33.960655 499.65625 32.616905Q499.65625 31.116905 499.07812 30.429405Q498.5 29.72628 497.67188 29.72628Q496.84375 29.72628 496.29688 30.398155Q495.75 31.07003 495.75 32.50753Z" fill-rule="nonzero"/><path fill="#666666" d="M35.546875 55.91378L35.546875 52.366905Q35.265625 52.75753 34.75 53.03878Q34.234375 53.304405 33.65625 53.304405Q32.359375 53.304405 31.421875 52.273155Q30.5 51.22628 30.5 49.429405Q30.5 48.335655 30.875 47.47628Q31.25 46.60128 31.96875 46.16378Q32.6875 45.710655 33.5625 45.710655Q34.90625 45.710655 35.671875 46.835655L35.671875 45.866905L36.78125 45.866905L36.78125 55.91378L35.546875 55.91378ZM31.75 49.47628Q31.75 50.88253 32.34375 51.585655Q32.9375 52.28878 33.75 52.28878Q34.546875 52.28878 35.109375 51.616905Q35.671875 50.94503 35.671875 49.585655Q35.671875 48.148155 35.078125 47.41378Q34.484375 46.679405 33.671875 46.679405Q32.875 46.679405 32.3125 47.366905Q31.75 48.03878 31.75 49.47628ZM43.6875 53.13253L43.6875 52.07003Q42.828125 53.304405 41.375 53.304405Q40.734375 53.304405 40.171875 53.054405Q39.625 52.804405 39.34375 52.429405Q39.078125 52.054405 38.96875 51.523155Q38.890625 51.16378 38.890625 50.366905L38.890625 45.866905L40.125 45.866905L40.125 49.898155Q40.125 50.866905 40.203125 51.19503Q40.3125 51.679405 40.6875 51.960655Q41.0625 52.241905 41.625 52.241905Q42.171875 52.241905 42.65625 51.960655Q43.140625 51.66378 43.34375 51.179405Q43.546875 50.69503 43.546875 49.75753L43.546875 45.866905L44.78125 45.866905L44.78125 53.13253L43.6875 53.13253ZM51.890625 50.78878L53.171875 50.94503Q52.859375 52.07003 52.046875 52.69503Q51.234375 53.304405 49.96875 53.304405Q48.375 53.304405 47.4375 52.32003Q46.515625 51.335655 46.515625 49.57003Q46.515625 47.72628 47.453125 46.72628Q48.40625 45.710655 49.90625 45.710655Q51.359375 45.710655 52.28125 46.710655Q53.203125 47.69503 53.203125 49.491905Q53.203125 49.60128 53.203125 49.82003L47.78125 49.82003Q47.859375 51.00753 48.453125 51.648155Q49.0625 52.28878 49.984375 52.28878Q50.65625 52.28878 51.125 51.929405Q51.609375 51.57003 51.890625 50.78878ZM47.859375 48.804405L51.90625 48.804405Q51.828125 47.88253 51.4375 47.429405Q50.859375 46.72628 49.921875 46.72628Q49.0625 46.72628 48.484375 47.28878Q47.921875 47.85128 47.859375 48.804405ZM54.4375 50.960655L55.640625 50.773155Q55.75 51.50753 56.21875 51.898155Q56.6875 52.28878 57.53125 52.28878Q58.375 52.28878 58.78125 51.94503Q59.203125 51.60128 59.203125 51.13253Q59.203125 50.710655 58.828125 50.47628Q58.578125 50.304405 57.578125 50.054405Q56.21875 49.710655 55.6875 49.460655Q55.171875 49.210655 54.90625 48.773155Q54.640625 48.335655 54.640625 47.804405Q54.640625 47.32003 54.859375 46.91378Q55.078125 46.491905 55.46875 46.210655Q55.75 46.00753 56.234375 45.866905Q56.734375 45.710655 57.3125 45.710655Q58.15625 45.710655 58.796875 45.960655Q59.453125 46.19503 59.765625 46.616905Q60.078125 47.03878 60.1875 47.741905L58.984375 47.91378Q58.90625 47.35128 58.5 47.03878Q58.109375 46.72628 57.390625 46.72628Q56.546875 46.72628 56.1875 47.00753Q55.828125 47.273155 55.828125 47.66378Q55.828125 47.898155 55.96875 48.085655Q56.125 48.28878 56.453125 48.41378Q56.625 48.47628 57.53125 48.72628Q58.84375 49.085655 59.359375 49.304405Q59.875 49.523155 60.15625 49.94503Q60.453125 50.366905 60.453125 50.991905Q60.453125 51.616905 60.09375 52.16378Q59.75 52.69503 59.0625 53.00753Q58.390625 53.304405 57.53125 53.304405Q56.125 53.304405 55.375 52.710655Q54.640625 52.116905 54.4375 50.960655ZM64.609375 52.03878L64.78125 53.116905Q64.265625 53.22628 63.859375 53.22628Q63.1875 53.22628 62.8125 53.023155Q62.453125 52.804405 62.296875 52.460655Q62.15625 52.116905 62.15625 51.00753L62.15625 46.835655L61.25 46.835655L61.25 45.866905L62.15625 45.866905L62.15625 44.07003L63.375 43.335655L63.375 45.866905L64.609375 45.866905L64.609375 46.835655L63.375 46.835655L63.375 51.07003Q63.375 51.60128 63.4375 51.75753Q63.5 51.898155 63.640625 51.991905Q63.796875 52.085655 64.0625 52.085655Q64.28125 52.085655 64.609375 52.03878ZM65.9375 44.523155L65.9375 43.116905L67.15625 43.116905L67.15625 44.523155L65.9375 44.523155ZM65.9375 53.13253L65.9375 45.866905L67.15625 45.866905L67.15625 53.13253L65.9375 53.13253ZM68.46875 49.50753Q68.46875 47.491905 69.59375 46.50753Q70.515625 45.710655 71.875 45.710655Q73.359375 45.710655 74.3125 46.69503Q75.265625 47.66378 75.265625 49.398155Q75.265625 50.804405 74.84375 51.616905Q74.421875 52.41378 73.609375 52.866905Q72.8125 53.304405 71.875 53.304405Q70.34375 53.304405 69.40625 52.32003Q68.46875 51.335655 68.46875 49.50753ZM69.734375 49.50753Q69.734375 50.898155 70.34375 51.60128Q70.953125 52.28878 71.875 52.28878Q72.78125 52.28878 73.390625 51.585655Q74.0 50.88253 74.0 49.460655Q74.0 48.116905 73.390625 47.429405Q72.78125 46.72628 71.875 46.72628Q70.953125 46.72628 70.34375 47.41378Q69.734375 48.10128 69.734375 49.50753ZM76.921875 53.13253L76.921875 45.866905L78.03125 45.866905L78.03125 46.898155Q78.828125 45.710655 80.34375 45.710655Q81.0 45.710655 81.546875 45.94503Q82.09375 46.179405 82.359375 46.57003Q82.640625 46.94503 82.75 47.47628Q82.828125 47.82003 82.828125 48.66378L82.828125 53.13253L81.59375 53.13253L81.59375 48.710655Q81.59375 47.960655 81.453125 47.60128Q81.3125 47.22628 80.9375 47.00753Q80.578125 46.773155 80.078125 46.773155Q79.296875 46.773155 78.71875 47.273155Q78.15625 47.773155 78.15625 49.16378L78.15625 53.13253L76.921875 53.13253ZM84.4375 50.960655L85.640625 50.773155Q85.75 51.50753 86.21875 51.898155Q86.6875 52.28878 87.53125 52.28878Q88.375 52.28878 88.78125 51.94503Q89.203125 51.60128 89.203125 51.13253Q89.203125 50.710655 88.828125 50.47628Q88.578125 50.304405 87.578125 50.054405Q86.21875 49.710655 85.6875 49.460655Q85.171875 49.210655 84.90625 48.773155Q84.640625 48.335655 84.640625 47.804405Q84.640625 47.32003 84.859375 46.91378Q85.078125 46.491905 85.46875 46.210655Q85.75 46.00753 86.234375 45.866905Q86.734375 45.710655 87.3125 45.710655Q88.15625 45.710655 88.796875 45.960655Q89.453125 46.19503 89.765625 46.616905Q90.078125 47.03878 90.1875 47.741905L88.984375 47.91378Q88.90625 47.35128 88.5 47.03878Q88.109375 46.72628 87.390625 46.72628Q86.546875 46.72628 86.1875 47.00753Q85.828125 47.273155 85.828125 47.66378Q85.828125 47.898155 85.96875 48.085655Q86.125 48.28878 86.453125 48.41378Q86.625 48.47628 87.53125 48.72628Q88.84375 49.085655 89.359375 49.304405Q89.875 49.523155 90.15625 49.94503Q90.453125 50.366905 90.453125 50.991905Q90.453125 51.616905 90.09375 52.16378Q89.75 52.69503 89.0625 53.00753Q88.390625 53.304405 87.53125 53.304405Q86.125 53.304405 85.375 52.710655Q84.640625 52.116905 84.4375 50.960655ZM92.265625 47.273155L92.265625 45.866905L93.671875 45.866905L93.671875 47.273155L92.265625 47.273155ZM92.265625 53.13253L92.265625 51.72628L93.671875 51.72628L93.671875 53.13253L92.265625 53.13253Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig25.svg b/_content/survey2018/fig25.svg
deleted file mode 100644
index 3722744..0000000
--- a/_content/survey2018/fig25.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 626.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="626" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M187.5 64.5L187.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M264.5 64.5L264.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M340.5 64.5L340.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M417.5 64.5L417.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M493.5 64.5L493.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 64.5L570.5 529.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M187.5 64.0L570.0 64.0L570.0 529.5L187.5 529.5L187.5 64.0Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 106.0L187.0 79.0L245.0 79.0L245.0 106.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 106.0L187.0 79.0L245.0 79.0L245.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 147.0L187.0 120.0L241.0 120.0L241.0 147.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 147.0L187.0 120.0L241.0 120.0L241.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 188.0L187.0 161.0L237.0 161.0L237.0 188.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 188.0L187.0 161.0L237.0 161.0L237.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 229.0L187.0 202.0L222.0 202.0L222.0 229.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 229.0L187.0 202.0L222.0 202.0L222.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 270.0L187.0 243.0L222.0 243.0L222.0 270.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 270.0L187.0 243.0L222.0 243.0L222.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 311.0L187.0 284.0L203.0 284.0L203.0 311.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 311.0L187.0 284.0L203.0 284.0L203.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 352.0L187.0 325.0L195.0 325.0L195.0 352.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 352.0L187.0 325.0L195.0 325.0L195.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 393.0L187.0 366.0L195.0 366.0L195.0 393.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 393.0L187.0 366.0L195.0 366.0L195.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 434.0L187.0 407.0L191.0 407.0L191.0 434.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 434.0L187.0 407.0L191.0 407.0L191.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 475.0L187.0 448.0L191.0 448.0L191.0 475.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 475.0L187.0 448.0L191.0 448.0L191.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 516.0L187.0 489.0L218.0 489.0L218.0 516.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M187.0 516.0L187.0 489.0L218.0 489.0L218.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M245.0 106.0L245.0 79.0L272.0 79.0L272.0 106.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M245.0 106.0L245.0 79.0L272.0 79.0L272.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M241.0 147.0L241.0 120.0L264.0 120.0L264.0 147.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M241.0 147.0L241.0 120.0L264.0 120.0L264.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M237.0 188.0L237.0 161.0L287.0 161.0L287.0 188.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M237.0 188.0L237.0 161.0L287.0 161.0L287.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 229.0L222.0 202.0L256.0 202.0L256.0 229.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M222.0 229.0L222.0 202.0L256.0 202.0L256.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 270.0L222.0 243.0L241.0 243.0L241.0 270.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M222.0 270.0L222.0 243.0L241.0 243.0L241.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M203.0 311.0L203.0 284.0L218.0 284.0L218.0 311.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M203.0 311.0L203.0 284.0L218.0 284.0L218.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 352.0L195.0 325.0L210.0 325.0L210.0 352.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M195.0 352.0L195.0 325.0L210.0 325.0L210.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 393.0L195.0 366.0L210.0 366.0L210.0 393.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M195.0 393.0L195.0 366.0L210.0 366.0L210.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 434.0L191.0 407.0L199.0 407.0L199.0 434.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M191.0 434.0L191.0 407.0L199.0 407.0L199.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 475.0L191.0 448.0L199.0 448.0L199.0 475.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M191.0 475.0L191.0 448.0L199.0 448.0L199.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M218.0 516.0L218.0 489.0L256.0 489.0L256.0 516.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M218.0 516.0L218.0 489.0L256.0 489.0L256.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M272.0 106.0L272.0 79.0L287.0 79.0L287.0 106.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M272.0 106.0L272.0 79.0L287.0 79.0L287.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M264.0 147.0L264.0 120.0L275.0 120.0L275.0 147.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M264.0 147.0L264.0 120.0L275.0 120.0L275.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M287.0 188.0L287.0 161.0L318.0 161.0L318.0 188.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M287.0 188.0L287.0 161.0L318.0 161.0L318.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M256.0 229.0L256.0 202.0L275.0 202.0L275.0 229.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M256.0 229.0L256.0 202.0L275.0 202.0L275.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M241.0 270.0L241.0 243.0L253.0 243.0L253.0 270.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M241.0 270.0L241.0 243.0L253.0 243.0L253.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M218.0 311.0L218.0 284.0L230.0 284.0L230.0 311.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M218.0 311.0L218.0 284.0L230.0 284.0L230.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 352.0L210.0 325.0L226.0 325.0L226.0 352.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M210.0 352.0L210.0 325.0L226.0 325.0L226.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 393.0L210.0 366.0L226.0 366.0L226.0 393.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M210.0 393.0L210.0 366.0L226.0 366.0L226.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 434.0L199.0 407.0L207.0 407.0L207.0 434.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M199.0 434.0L199.0 407.0L207.0 407.0L207.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 475.0L199.0 448.0L203.0 448.0L203.0 475.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M199.0 475.0L199.0 448.0L203.0 448.0L203.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M256.0 516.0L256.0 489.0L291.0 489.0L291.0 516.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M256.0 516.0L256.0 489.0L291.0 489.0L291.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M287.0 106.0L287.0 79.0L295.0 79.0L295.0 106.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M287.0 106.0L287.0 79.0L295.0 79.0L295.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M275.0 147.0L275.0 120.0L283.0 120.0L283.0 147.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M275.0 147.0L275.0 120.0L283.0 120.0L283.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M318.0 188.0L318.0 161.0L333.0 161.0L333.0 188.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M318.0 188.0L318.0 161.0L333.0 161.0L333.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M275.0 229.0L275.0 202.0L283.0 202.0L283.0 229.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M275.0 229.0L275.0 202.0L283.0 202.0L283.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M253.0 270.0L253.0 243.0L256.0 243.0L256.0 270.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M253.0 270.0L253.0 243.0L256.0 243.0L256.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M230.0 311.0L230.0 284.0L233.0 284.0L233.0 311.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M230.0 311.0L230.0 284.0L233.0 284.0L233.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 352.0L226.0 325.0L237.0 325.0L237.0 352.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M226.0 352.0L226.0 325.0L237.0 325.0L237.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 393.0L226.0 366.0L233.0 366.0L233.0 393.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M226.0 393.0L226.0 366.0L233.0 366.0L233.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 434.0L207.0 407.0L214.0 407.0L214.0 434.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M207.0 434.0L207.0 407.0L214.0 407.0L214.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M203.0 475.0L203.0 448.0L207.0 448.0L207.0 475.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M203.0 475.0L203.0 448.0L207.0 448.0L207.0 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M291.0 516.0L291.0 489.0L318.0 489.0L318.0 516.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M291.0 516.0L291.0 489.0L318.0 489.0L318.0 516.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M295.0 106.0L295.0 79.0L296.5 79.0C297.32843 79.0 298.0 79.67157 298.0 80.5L298.0 104.5C298.0 105.32843 297.32843 106.0 296.5 106.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M295.0 106.0L295.0 79.0L296.5 79.0C297.32843 79.0 298.0 79.67157 298.0 80.5L298.0 104.5C298.0 105.32843 297.32843 106.0 296.5 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M283.0 147.0L283.0 120.0L285.0 120.0C286.10458 120.0 287.0 120.89543 287.0 122.0L287.0 145.0C287.0 146.10457 286.10458 147.0 285.0 147.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M283.0 147.0L283.0 120.0L285.0 120.0C286.10458 120.0 287.0 120.89543 287.0 122.0L287.0 145.0C287.0 146.10457 286.10458 147.0 285.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M333.0 188.0L333.0 161.0L338.0 161.0C339.10458 161.0 340.0 161.89543 340.0 163.0L340.0 186.0C340.0 187.10457 339.10458 188.0 338.0 188.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M333.0 188.0L333.0 161.0L338.0 161.0C339.10458 161.0 340.0 161.89543 340.0 163.0L340.0 186.0C340.0 187.10457 339.10458 188.0 338.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M283.0 229.0L283.0 202.0L285.0 202.0C286.10458 202.0 287.0 202.89543 287.0 204.0L287.0 227.0C287.0 228.10457 286.10458 229.0 285.0 229.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M283.0 229.0L283.0 202.0L285.0 202.0C286.10458 202.0 287.0 202.89543 287.0 204.0L287.0 227.0C287.0 228.10457 286.10458 229.0 285.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M256.0 270.0L256.0 243.0L257.5 243.0C258.32843 243.0 259.0 243.67157 259.0 244.5L259.0 268.5C259.0 269.32843 258.32843 270.0 257.5 270.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M256.0 270.0L256.0 243.0L257.5 243.0C258.32843 243.0 259.0 243.67157 259.0 244.5L259.0 268.5C259.0 269.32843 258.32843 270.0 257.5 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 311.0L233.0 284.0L235.0 284.0C236.10457 284.0 237.0 284.89542 237.0 286.0L237.0 309.0C237.0 310.10458 236.10457 311.0 235.0 311.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M233.0 311.0L233.0 284.0L235.0 284.0C236.10457 284.0 237.0 284.89542 237.0 286.0L237.0 309.0C237.0 310.10458 236.10457 311.0 235.0 311.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M237.0 352.0L237.0 325.0L243.0 325.0C244.10457 325.0 245.0 325.89542 245.0 327.0L245.0 350.0C245.0 351.10458 244.10457 352.0 243.0 352.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M237.0 352.0L237.0 325.0L243.0 325.0C244.10457 325.0 245.0 325.89542 245.0 327.0L245.0 350.0C245.0 351.10458 244.10457 352.0 243.0 352.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 393.0L233.0 366.0L235.0 366.0C236.10457 366.0 237.0 366.89542 237.0 368.0L237.0 391.0C237.0 392.10458 236.10457 393.0 235.0 393.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M233.0 393.0L233.0 366.0L235.0 366.0C236.10457 366.0 237.0 366.89542 237.0 368.0L237.0 391.0C237.0 392.10458 236.10457 393.0 235.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M214.0 434.0L214.0 407.0L220.0 407.0C221.10457 407.0 222.0 407.89542 222.0 409.0L222.0 432.0C222.0 433.10458 221.10457 434.0 220.0 434.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M214.0 434.0L214.0 407.0L220.0 407.0C221.10457 407.0 222.0 407.89542 222.0 409.0L222.0 432.0C222.0 433.10458 221.10457 434.0 220.0 434.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 475.0L207.0 448.0L208.5 448.0C209.32843 448.0 210.0 448.67157 210.0 449.5L210.0 473.5C210.0 474.32843 209.32843 475.0 208.5 475.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M207.0 475.0L207.0 448.0L208.5 448.0C209.32843 448.0 210.0 448.67157 210.0 449.5L210.0 473.5C210.0 474.32843 209.32843 475.0 208.5 475.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M318.0 516.0L318.0 489.0L331.0 489.0C332.10458 489.0 333.0 489.89542 333.0 491.0L333.0 514.0C333.0 515.10455 332.10458 516.0 331.0 516.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M318.0 516.0L318.0 489.0L331.0 489.0C332.10458 489.0 333.0 489.89542 333.0 491.0L333.0 514.0C333.0 515.10455 332.10458 516.0 331.0 516.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M316.47186 94.984375L316.47186 96.0L310.78436 96.0Q310.78436 95.625 310.90936 95.265625Q311.1281 94.6875 311.59686 94.125Q312.08124 93.5625 312.9875 92.828125Q314.39374 91.671875 314.8781 91.0Q315.3781 90.328125 315.3781 89.734375Q315.3781 89.109375 314.925 88.6875Q314.47186 88.25 313.7531 88.25Q312.9875 88.25 312.53436 88.703125Q312.08124 89.15625 312.0656 89.96875L310.9875 89.859375Q311.09686 88.640625 311.8156 88.015625Q312.55 87.375 313.78436 87.375Q315.01874 87.375 315.7375 88.0625Q316.45624 88.75 316.45624 89.765625Q316.45624 90.28125 316.2375 90.78125Q316.03436 91.265625 315.53436 91.828125Q315.05 92.375 313.925 93.328125Q312.97186 94.125 312.6906 94.421875Q312.425 94.703125 312.2531 94.984375L316.47186 94.984375ZM318.08124 94.015625L319.09686 93.921875Q319.22186 94.640625 319.58124 94.96875Q319.95624 95.28125 320.51874 95.28125Q321.0031 95.28125 321.3625 95.0625Q321.7375 94.828125 321.97186 94.46875Q322.20624 94.09375 322.3625 93.46875Q322.51874 92.828125 322.51874 92.171875Q322.51874 92.09375 322.51874 91.953125Q322.20624 92.453125 321.65936 92.78125Q321.1125 93.09375 320.47186 93.09375Q319.39374 93.09375 318.65936 92.328125Q317.925 91.546875 317.925 90.28125Q317.925 88.96875 318.6906 88.171875Q319.47186 87.375 320.6281 87.375Q321.45624 87.375 322.14374 87.828125Q322.84686 88.28125 323.20624 89.125Q323.5656 89.953125 323.5656 91.53125Q323.5656 93.171875 323.20624 94.15625Q322.8625 95.125 322.14374 95.640625Q321.4406 96.140625 320.5031 96.140625Q319.4875 96.140625 318.84686 95.59375Q318.20624 95.03125 318.08124 94.015625ZM322.39374 90.21875Q322.39374 89.3125 321.90936 88.78125Q321.4406 88.25 320.7531 88.25Q320.05 88.25 319.51874 88.828125Q319.0031 89.390625 319.0031 90.3125Q319.0031 91.125 319.5031 91.640625Q320.0031 92.15625 320.72186 92.15625Q321.45624 92.15625 321.925 91.640625Q322.39374 91.125 322.39374 90.21875ZM325.1281 89.46875Q325.1281 88.546875 325.58124 87.90625Q326.05 87.265625 326.925 87.265625Q327.7375 87.265625 328.26874 87.84375Q328.8 88.421875 328.8 89.53125Q328.8 90.625 328.2531 91.21875Q327.72186 91.796875 326.9406 91.796875Q326.15936 91.796875 325.64374 91.21875Q325.1281 90.640625 325.1281 89.46875ZM326.95624 87.984375Q326.5656 87.984375 326.3 88.328125Q326.05 88.671875 326.05 89.578125Q326.05 90.40625 326.3 90.75Q326.5656 91.078125 326.95624 91.078125Q327.3625 91.078125 327.6125 90.734375Q327.8781 90.390625 327.8781 89.5Q327.8781 88.65625 327.6125 88.328125Q327.34686 87.984375 326.95624 87.984375ZM326.95624 96.3125L331.65936 87.265625L332.51874 87.265625L327.83124 96.3125L326.95624 96.3125ZM330.675 93.984375Q330.675 93.0625 331.1281 92.421875Q331.59686 91.78125 332.4875 91.78125Q333.3 91.78125 333.83124 92.359375Q334.3625 92.921875 334.3625 94.046875Q334.3625 95.140625 333.8156 95.734375Q333.28436 96.3125 332.4875 96.3125Q331.72186 96.3125 331.1906 95.734375Q330.675 95.15625 330.675 93.984375ZM332.51874 92.5Q332.1125 92.5 331.84686 92.84375Q331.59686 93.1875 331.59686 94.09375Q331.59686 94.90625 331.8625 95.25Q332.1281 95.59375 332.51874 95.59375Q332.90936 95.59375 333.175 95.25Q333.4406 94.90625 333.4406 94.0Q333.4406 93.171875 333.175 92.84375Q332.90936 92.5 332.51874 92.5Z" fill-rule="nonzero"/><path fill="#808080" d="M316.47186 94.984375L316.47186 96.0L310.78436 96.0Q310.78436 95.625 310.90936 95.265625Q311.1281 94.6875 311.59686 94.125Q312.08124 93.5625 312.9875 92.828125Q314.39374 91.671875 314.8781 91.0Q315.3781 90.328125 315.3781 89.734375Q315.3781 89.109375 314.925 88.6875Q314.47186 88.25 313.7531 88.25Q312.9875 88.25 312.53436 88.703125Q312.08124 89.15625 312.0656 89.96875L310.9875 89.859375Q311.09686 88.640625 311.8156 88.015625Q312.55 87.375 313.78436 87.375Q315.01874 87.375 315.7375 88.0625Q316.45624 88.75 316.45624 89.765625Q316.45624 90.28125 316.2375 90.78125Q316.03436 91.265625 315.53436 91.828125Q315.05 92.375 313.925 93.328125Q312.97186 94.125 312.6906 94.421875Q312.425 94.703125 312.2531 94.984375L316.47186 94.984375ZM318.08124 94.015625L319.09686 93.921875Q319.22186 94.640625 319.58124 94.96875Q319.95624 95.28125 320.51874 95.28125Q321.0031 95.28125 321.3625 95.0625Q321.7375 94.828125 321.97186 94.46875Q322.20624 94.09375 322.3625 93.46875Q322.51874 92.828125 322.51874 92.171875Q322.51874 92.09375 322.51874 91.953125Q322.20624 92.453125 321.65936 92.78125Q321.1125 93.09375 320.47186 93.09375Q319.39374 93.09375 318.65936 92.328125Q317.925 91.546875 317.925 90.28125Q317.925 88.96875 318.6906 88.171875Q319.47186 87.375 320.6281 87.375Q321.45624 87.375 322.14374 87.828125Q322.84686 88.28125 323.20624 89.125Q323.5656 89.953125 323.5656 91.53125Q323.5656 93.171875 323.20624 94.15625Q322.8625 95.125 322.14374 95.640625Q321.4406 96.140625 320.5031 96.140625Q319.4875 96.140625 318.84686 95.59375Q318.20624 95.03125 318.08124 94.015625ZM322.39374 90.21875Q322.39374 89.3125 321.90936 88.78125Q321.4406 88.25 320.7531 88.25Q320.05 88.25 319.51874 88.828125Q319.0031 89.390625 319.0031 90.3125Q319.0031 91.125 319.5031 91.640625Q320.0031 92.15625 320.72186 92.15625Q321.45624 92.15625 321.925 91.640625Q322.39374 91.125 322.39374 90.21875ZM325.1281 89.46875Q325.1281 88.546875 325.58124 87.90625Q326.05 87.265625 326.925 87.265625Q327.7375 87.265625 328.26874 87.84375Q328.8 88.421875 328.8 89.53125Q328.8 90.625 328.2531 91.21875Q327.72186 91.796875 326.9406 91.796875Q326.15936 91.796875 325.64374 91.21875Q325.1281 90.640625 325.1281 89.46875ZM326.95624 87.984375Q326.5656 87.984375 326.3 88.328125Q326.05 88.671875 326.05 89.578125Q326.05 90.40625 326.3 90.75Q326.5656 91.078125 326.95624 91.078125Q327.3625 91.078125 327.6125 90.734375Q327.8781 90.390625 327.8781 89.5Q327.8781 88.65625 327.6125 88.328125Q327.34686 87.984375 326.95624 87.984375ZM326.95624 96.3125L331.65936 87.265625L332.51874 87.265625L327.83124 96.3125L326.95624 96.3125ZM330.675 93.984375Q330.675 93.0625 331.1281 92.421875Q331.59686 91.78125 332.4875 91.78125Q333.3 91.78125 333.83124 92.359375Q334.3625 92.921875 334.3625 94.046875Q334.3625 95.140625 333.8156 95.734375Q333.28436 96.3125 332.4875 96.3125Q331.72186 96.3125 331.1906 95.734375Q330.675 95.15625 330.675 93.984375ZM332.51874 92.5Q332.1125 92.5 331.84686 92.84375Q331.59686 93.1875 331.59686 94.09375Q331.59686 94.90625 331.8625 95.25Q332.1281 95.59375 332.51874 95.59375Q332.90936 95.59375 333.175 95.25Q333.4406 94.90625 333.4406 94.0Q333.4406 93.171875 333.175 92.84375Q332.90936 92.5 332.51874 92.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.61438 135.98438L304.61438 137.0L298.92688 137.0Q298.92688 136.625 299.05188 136.26562Q299.27063 135.6875 299.73938 135.125Q300.22375 134.5625 301.13 133.82812Q302.53625 132.67188 303.02063 132.0Q303.52063 131.32812 303.52063 130.73438Q303.52063 130.10938 303.0675 129.6875Q302.61438 129.25 301.89563 129.25Q301.13 129.25 300.67688 129.70312Q300.22375 130.15625 300.20813 130.96875L299.13 130.85938Q299.23938 129.64062 299.95813 129.01562Q300.6925 128.375 301.92688 128.375Q303.16125 128.375 303.88 129.0625Q304.59875 129.75 304.59875 130.76562Q304.59875 131.28125 304.38 131.78125Q304.17688 132.26562 303.67688 132.82812Q303.1925 133.375 302.0675 134.32812Q301.11438 135.125 300.83313 135.42188Q300.5675 135.70312 300.39563 135.98438L304.61438 135.98438ZM311.53625 130.51562L310.48938 130.59375Q310.34875 129.96875 310.09875 129.6875Q309.66125 129.23438 309.03625 129.23438Q308.53625 129.23438 308.14563 129.51562Q307.66125 129.89062 307.36438 130.59375Q307.08313 131.28125 307.0675 132.5625Q307.4425 131.98438 307.98938 131.70312Q308.55188 131.42188 309.16125 131.42188Q310.20813 131.42188 310.9425 132.20312Q311.6925 132.98438 311.6925 134.20312Q311.6925 135.01562 311.33313 135.71875Q310.98938 136.40625 310.38 136.78125Q309.77063 137.14062 309.005 137.14062Q307.67688 137.14062 306.84875 136.17188Q306.02063 135.20312 306.02063 132.98438Q306.02063 130.48438 306.9425 129.35938Q307.73938 128.375 309.09875 128.375Q310.11438 128.375 310.755 128.95312Q311.41125 129.51562 311.53625 130.51562ZM307.23938 134.21875Q307.23938 134.76562 307.45813 135.26562Q307.6925 135.75 308.09875 136.01562Q308.52063 136.28125 308.98938 136.28125Q309.64563 136.28125 310.13 135.75Q310.61438 135.20312 310.61438 134.28125Q310.61438 133.39062 310.13 132.875Q309.66125 132.35938 308.9425 132.35938Q308.22375 132.35938 307.72375 132.875Q307.23938 133.39062 307.23938 134.21875ZM313.27063 130.46875Q313.27063 129.54688 313.72375 128.90625Q314.1925 128.26562 315.0675 128.26562Q315.88 128.26562 316.41125 128.84375Q316.9425 129.42188 316.9425 130.53125Q316.9425 131.625 316.39563 132.21875Q315.86438 132.79688 315.08313 132.79688Q314.30188 132.79688 313.78625 132.21875Q313.27063 131.64062 313.27063 130.46875ZM315.09875 128.98438Q314.70813 128.98438 314.4425 129.32812Q314.1925 129.67188 314.1925 130.57812Q314.1925 131.40625 314.4425 131.75Q314.70813 132.07812 315.09875 132.07812Q315.505 132.07812 315.755 131.73438Q316.02063 131.39062 316.02063 130.5Q316.02063 129.65625 315.755 129.32812Q315.48938 128.98438 315.09875 128.98438ZM315.09875 137.3125L319.80188 128.26562L320.66125 128.26562L315.97375 137.3125L315.09875 137.3125ZM318.8175 134.98438Q318.8175 134.0625 319.27063 133.42188Q319.73938 132.78125 320.63 132.78125Q321.4425 132.78125 321.97375 133.35938Q322.505 133.92188 322.505 135.04688Q322.505 136.14062 321.95813 136.73438Q321.42688 137.3125 320.63 137.3125Q319.86438 137.3125 319.33313 136.73438Q318.8175 136.15625 318.8175 134.98438ZM320.66125 133.5Q320.255 133.5 319.98938 133.84375Q319.73938 134.1875 319.73938 135.09375Q319.73938 135.90625 320.005 136.25Q320.27063 136.59375 320.66125 136.59375Q321.05188 136.59375 321.3175 136.25Q321.58313 135.90625 321.58313 135.0Q321.58313 134.17188 321.3175 133.84375Q321.05188 133.5 320.66125 133.5Z" fill-rule="nonzero"/><path fill="#808080" d="M304.61438 135.98438L304.61438 137.0L298.92688 137.0Q298.92688 136.625 299.05188 136.26562Q299.27063 135.6875 299.73938 135.125Q300.22375 134.5625 301.13 133.82812Q302.53625 132.67188 303.02063 132.0Q303.52063 131.32812 303.52063 130.73438Q303.52063 130.10938 303.0675 129.6875Q302.61438 129.25 301.89563 129.25Q301.13 129.25 300.67688 129.70312Q300.22375 130.15625 300.20813 130.96875L299.13 130.85938Q299.23938 129.64062 299.95813 129.01562Q300.6925 128.375 301.92688 128.375Q303.16125 128.375 303.88 129.0625Q304.59875 129.75 304.59875 130.76562Q304.59875 131.28125 304.38 131.78125Q304.17688 132.26562 303.67688 132.82812Q303.1925 133.375 302.0675 134.32812Q301.11438 135.125 300.83313 135.42188Q300.5675 135.70312 300.39563 135.98438L304.61438 135.98438ZM311.53625 130.51562L310.48938 130.59375Q310.34875 129.96875 310.09875 129.6875Q309.66125 129.23438 309.03625 129.23438Q308.53625 129.23438 308.14563 129.51562Q307.66125 129.89062 307.36438 130.59375Q307.08313 131.28125 307.0675 132.5625Q307.4425 131.98438 307.98938 131.70312Q308.55188 131.42188 309.16125 131.42188Q310.20813 131.42188 310.9425 132.20312Q311.6925 132.98438 311.6925 134.20312Q311.6925 135.01562 311.33313 135.71875Q310.98938 136.40625 310.38 136.78125Q309.77063 137.14062 309.005 137.14062Q307.67688 137.14062 306.84875 136.17188Q306.02063 135.20312 306.02063 132.98438Q306.02063 130.48438 306.9425 129.35938Q307.73938 128.375 309.09875 128.375Q310.11438 128.375 310.755 128.95312Q311.41125 129.51562 311.53625 130.51562ZM307.23938 134.21875Q307.23938 134.76562 307.45813 135.26562Q307.6925 135.75 308.09875 136.01562Q308.52063 136.28125 308.98938 136.28125Q309.64563 136.28125 310.13 135.75Q310.61438 135.20312 310.61438 134.28125Q310.61438 133.39062 310.13 132.875Q309.66125 132.35938 308.9425 132.35938Q308.22375 132.35938 307.72375 132.875Q307.23938 133.39062 307.23938 134.21875ZM313.27063 130.46875Q313.27063 129.54688 313.72375 128.90625Q314.1925 128.26562 315.0675 128.26562Q315.88 128.26562 316.41125 128.84375Q316.9425 129.42188 316.9425 130.53125Q316.9425 131.625 316.39563 132.21875Q315.86438 132.79688 315.08313 132.79688Q314.30188 132.79688 313.78625 132.21875Q313.27063 131.64062 313.27063 130.46875ZM315.09875 128.98438Q314.70813 128.98438 314.4425 129.32812Q314.1925 129.67188 314.1925 130.57812Q314.1925 131.40625 314.4425 131.75Q314.70813 132.07812 315.09875 132.07812Q315.505 132.07812 315.755 131.73438Q316.02063 131.39062 316.02063 130.5Q316.02063 129.65625 315.755 129.32812Q315.48938 128.98438 315.09875 128.98438ZM315.09875 137.3125L319.80188 128.26562L320.66125 128.26562L315.97375 137.3125L315.09875 137.3125ZM318.8175 134.98438Q318.8175 134.0625 319.27063 133.42188Q319.73938 132.78125 320.63 132.78125Q321.4425 132.78125 321.97375 133.35938Q322.505 133.92188 322.505 135.04688Q322.505 136.14062 321.95813 136.73438Q321.42688 137.3125 320.63 137.3125Q319.86438 137.3125 319.33313 136.73438Q318.8175 136.15625 318.8175 134.98438ZM320.66125 133.5Q320.255 133.5 319.98938 133.84375Q319.73938 134.1875 319.73938 135.09375Q319.73938 135.90625 320.005 136.25Q320.27063 136.59375 320.66125 136.59375Q321.05188 136.59375 321.3175 136.25Q321.58313 135.90625 321.58313 135.0Q321.58313 134.17188 321.3175 133.84375Q321.05188 133.5 320.66125 133.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M356.375 178.0L356.375 175.9375L352.65625 175.9375L352.65625 174.96875L356.57812 169.40625L357.4375 169.40625L357.4375 174.96875L358.59375 174.96875L358.59375 175.9375L357.4375 175.9375L357.4375 178.0L356.375 178.0ZM356.375 174.96875L356.375 171.10938L353.6875 174.96875L356.375 174.96875ZM360.0 173.76562Q360.0 172.23438 360.3125 171.3125Q360.625 170.375 361.23438 169.875Q361.85938 169.375 362.79688 169.375Q363.48438 169.375 364.0 169.65625Q364.53125 169.9375 364.875 170.46875Q365.21875 170.98438 365.40625 171.73438Q365.59375 172.48438 365.59375 173.76562Q365.59375 175.28125 365.28125 176.20312Q364.98438 177.125 364.35938 177.64062Q363.75 178.14062 362.79688 178.14062Q361.5625 178.14062 360.84375 177.25Q360.0 176.1875 360.0 173.76562ZM361.07812 173.76562Q361.07812 175.875 361.57812 176.57812Q362.07812 177.28125 362.79688 177.28125Q363.53125 177.28125 364.01562 176.57812Q364.51562 175.875 364.51562 173.76562Q364.51562 171.64062 364.01562 170.95312Q363.53125 170.25 362.78125 170.25Q362.0625 170.25 361.625 170.85938Q361.07812 171.64062 361.07812 173.76562ZM367.20312 171.46875Q367.20312 170.54688 367.65625 169.90625Q368.125 169.26562 369.0 169.26562Q369.8125 169.26562 370.34375 169.84375Q370.875 170.42188 370.875 171.53125Q370.875 172.625 370.32812 173.21875Q369.79688 173.79688 369.01562 173.79688Q368.23438 173.79688 367.71875 173.21875Q367.20312 172.64062 367.20312 171.46875ZM369.03125 169.98438Q368.64062 169.98438 368.375 170.32812Q368.125 170.67188 368.125 171.57812Q368.125 172.40625 368.375 172.75Q368.64062 173.07812 369.03125 173.07812Q369.4375 173.07812 369.6875 172.73438Q369.95312 172.39062 369.95312 171.5Q369.95312 170.65625 369.6875 170.32812Q369.42188 169.98438 369.03125 169.98438ZM369.03125 178.3125L373.73438 169.26562L374.59375 169.26562L369.90625 178.3125L369.03125 178.3125ZM372.75 175.98438Q372.75 175.0625 373.20312 174.42188Q373.67188 173.78125 374.5625 173.78125Q375.375 173.78125 375.90625 174.35938Q376.4375 174.92188 376.4375 176.04688Q376.4375 177.14062 375.89062 177.73438Q375.35938 178.3125 374.5625 178.3125Q373.79688 178.3125 373.26562 177.73438Q372.75 177.15625 372.75 175.98438ZM374.59375 174.5Q374.1875 174.5 373.92188 174.84375Q373.67188 175.1875 373.67188 176.09375Q373.67188 176.90625 373.9375 177.25Q374.20312 177.59375 374.59375 177.59375Q374.98438 177.59375 375.25 177.25Q375.51562 176.90625 375.51562 176.0Q375.51562 175.17188 375.25 174.84375Q374.98438 174.5 374.59375 174.5Z" fill-rule="nonzero"/><path fill="#808080" d="M356.375 178.0L356.375 175.9375L352.65625 175.9375L352.65625 174.96875L356.57812 169.40625L357.4375 169.40625L357.4375 174.96875L358.59375 174.96875L358.59375 175.9375L357.4375 175.9375L357.4375 178.0L356.375 178.0ZM356.375 174.96875L356.375 171.10938L353.6875 174.96875L356.375 174.96875ZM360.0 173.76562Q360.0 172.23438 360.3125 171.3125Q360.625 170.375 361.23438 169.875Q361.85938 169.375 362.79688 169.375Q363.48438 169.375 364.0 169.65625Q364.53125 169.9375 364.875 170.46875Q365.21875 170.98438 365.40625 171.73438Q365.59375 172.48438 365.59375 173.76562Q365.59375 175.28125 365.28125 176.20312Q364.98438 177.125 364.35938 177.64062Q363.75 178.14062 362.79688 178.14062Q361.5625 178.14062 360.84375 177.25Q360.0 176.1875 360.0 173.76562ZM361.07812 173.76562Q361.07812 175.875 361.57812 176.57812Q362.07812 177.28125 362.79688 177.28125Q363.53125 177.28125 364.01562 176.57812Q364.51562 175.875 364.51562 173.76562Q364.51562 171.64062 364.01562 170.95312Q363.53125 170.25 362.78125 170.25Q362.0625 170.25 361.625 170.85938Q361.07812 171.64062 361.07812 173.76562ZM367.20312 171.46875Q367.20312 170.54688 367.65625 169.90625Q368.125 169.26562 369.0 169.26562Q369.8125 169.26562 370.34375 169.84375Q370.875 170.42188 370.875 171.53125Q370.875 172.625 370.32812 173.21875Q369.79688 173.79688 369.01562 173.79688Q368.23438 173.79688 367.71875 173.21875Q367.20312 172.64062 367.20312 171.46875ZM369.03125 169.98438Q368.64062 169.98438 368.375 170.32812Q368.125 170.67188 368.125 171.57812Q368.125 172.40625 368.375 172.75Q368.64062 173.07812 369.03125 173.07812Q369.4375 173.07812 369.6875 172.73438Q369.95312 172.39062 369.95312 171.5Q369.95312 170.65625 369.6875 170.32812Q369.42188 169.98438 369.03125 169.98438ZM369.03125 178.3125L373.73438 169.26562L374.59375 169.26562L369.90625 178.3125L369.03125 178.3125ZM372.75 175.98438Q372.75 175.0625 373.20312 174.42188Q373.67188 173.78125 374.5625 173.78125Q375.375 173.78125 375.90625 174.35938Q376.4375 174.92188 376.4375 176.04688Q376.4375 177.14062 375.89062 177.73438Q375.35938 178.3125 374.5625 178.3125Q373.79688 178.3125 373.26562 177.73438Q372.75 177.15625 372.75 175.98438ZM374.59375 174.5Q374.1875 174.5 373.92188 174.84375Q373.67188 175.1875 373.67188 176.09375Q373.67188 176.90625 373.9375 177.25Q374.20312 177.59375 374.59375 177.59375Q374.98438 177.59375 375.25 177.25Q375.51562 176.90625 375.51562 176.0Q375.51562 175.17188 375.25 174.84375Q374.98438 174.5 374.59375 174.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.9969 217.98438L304.9969 219.0L299.3094 219.0Q299.3094 218.625 299.4344 218.26562Q299.65314 217.6875 300.1219 217.125Q300.60626 216.5625 301.5125 215.82812Q302.91876 214.67188 303.40314 214.0Q303.90314 213.32812 303.90314 212.73438Q303.90314 212.10938 303.45 211.6875Q302.9969 211.25 302.27814 211.25Q301.5125 211.25 301.0594 211.70312Q300.60626 212.15625 300.59064 212.96875L299.5125 212.85938Q299.6219 211.64062 300.34064 211.01562Q301.075 210.375 302.3094 210.375Q303.54376 210.375 304.2625 211.0625Q304.98126 211.75 304.98126 212.76562Q304.98126 213.28125 304.7625 213.78125Q304.5594 214.26562 304.0594 214.82812Q303.575 215.375 302.45 216.32812Q301.4969 217.125 301.21564 217.42188Q300.95 217.70312 300.77814 217.98438L304.9969 217.98438ZM311.91876 212.51562L310.8719 212.59375Q310.73126 211.96875 310.48126 211.6875Q310.04376 211.23438 309.41876 211.23438Q308.91876 211.23438 308.52814 211.51562Q308.04376 211.89062 307.7469 212.59375Q307.46564 213.28125 307.45 214.5625Q307.825 213.98438 308.3719 213.70312Q308.9344 213.42188 309.54376 213.42188Q310.59064 213.42188 311.325 214.20312Q312.075 214.98438 312.075 216.20312Q312.075 217.01562 311.71564 217.71875Q311.3719 218.40625 310.7625 218.78125Q310.15314 219.14062 309.3875 219.14062Q308.0594 219.14062 307.23126 218.17188Q306.40314 217.20312 306.40314 214.98438Q306.40314 212.48438 307.325 211.35938Q308.1219 210.375 309.48126 210.375Q310.4969 210.375 311.1375 210.95312Q311.79376 211.51562 311.91876 212.51562ZM307.6219 216.21875Q307.6219 216.76562 307.84064 217.26562Q308.075 217.75 308.48126 218.01562Q308.90314 218.28125 309.3719 218.28125Q310.02814 218.28125 310.5125 217.75Q310.9969 217.20312 310.9969 216.28125Q310.9969 215.39062 310.5125 214.875Q310.04376 214.35938 309.325 214.35938Q308.60626 214.35938 308.10626 214.875Q307.6219 215.39062 307.6219 216.21875ZM313.65314 212.46875Q313.65314 211.54688 314.10626 210.90625Q314.575 210.26562 315.45 210.26562Q316.2625 210.26562 316.79376 210.84375Q317.325 211.42188 317.325 212.53125Q317.325 213.625 316.77814 214.21875Q316.2469 214.79688 315.46564 214.79688Q314.6844 214.79688 314.16876 214.21875Q313.65314 213.64062 313.65314 212.46875ZM315.48126 210.98438Q315.09064 210.98438 314.825 211.32812Q314.575 211.67188 314.575 212.57812Q314.575 213.40625 314.825 213.75Q315.09064 214.07812 315.48126 214.07812Q315.8875 214.07812 316.1375 213.73438Q316.40314 213.39062 316.40314 212.5Q316.40314 211.65625 316.1375 211.32812Q315.8719 210.98438 315.48126 210.98438ZM315.48126 219.3125L320.1844 210.26562L321.04376 210.26562L316.35626 219.3125L315.48126 219.3125ZM319.2 216.98438Q319.2 216.0625 319.65314 215.42188Q320.1219 214.78125 321.0125 214.78125Q321.825 214.78125 322.35626 215.35938Q322.8875 215.92188 322.8875 217.04688Q322.8875 218.14062 322.34064 218.73438Q321.8094 219.3125 321.0125 219.3125Q320.2469 219.3125 319.71564 218.73438Q319.2 218.15625 319.2 216.98438ZM321.04376 215.5Q320.6375 215.5 320.3719 215.84375Q320.1219 216.1875 320.1219 217.09375Q320.1219 217.90625 320.3875 218.25Q320.65314 218.59375 321.04376 218.59375Q321.4344 218.59375 321.7 218.25Q321.96564 217.90625 321.96564 217.0Q321.96564 216.17188 321.7 215.84375Q321.4344 215.5 321.04376 215.5Z" fill-rule="nonzero"/><path fill="#808080" d="M304.9969 217.98438L304.9969 219.0L299.3094 219.0Q299.3094 218.625 299.4344 218.26562Q299.65314 217.6875 300.1219 217.125Q300.60626 216.5625 301.5125 215.82812Q302.91876 214.67188 303.40314 214.0Q303.90314 213.32812 303.90314 212.73438Q303.90314 212.10938 303.45 211.6875Q302.9969 211.25 302.27814 211.25Q301.5125 211.25 301.0594 211.70312Q300.60626 212.15625 300.59064 212.96875L299.5125 212.85938Q299.6219 211.64062 300.34064 211.01562Q301.075 210.375 302.3094 210.375Q303.54376 210.375 304.2625 211.0625Q304.98126 211.75 304.98126 212.76562Q304.98126 213.28125 304.7625 213.78125Q304.5594 214.26562 304.0594 214.82812Q303.575 215.375 302.45 216.32812Q301.4969 217.125 301.21564 217.42188Q300.95 217.70312 300.77814 217.98438L304.9969 217.98438ZM311.91876 212.51562L310.8719 212.59375Q310.73126 211.96875 310.48126 211.6875Q310.04376 211.23438 309.41876 211.23438Q308.91876 211.23438 308.52814 211.51562Q308.04376 211.89062 307.7469 212.59375Q307.46564 213.28125 307.45 214.5625Q307.825 213.98438 308.3719 213.70312Q308.9344 213.42188 309.54376 213.42188Q310.59064 213.42188 311.325 214.20312Q312.075 214.98438 312.075 216.20312Q312.075 217.01562 311.71564 217.71875Q311.3719 218.40625 310.7625 218.78125Q310.15314 219.14062 309.3875 219.14062Q308.0594 219.14062 307.23126 218.17188Q306.40314 217.20312 306.40314 214.98438Q306.40314 212.48438 307.325 211.35938Q308.1219 210.375 309.48126 210.375Q310.4969 210.375 311.1375 210.95312Q311.79376 211.51562 311.91876 212.51562ZM307.6219 216.21875Q307.6219 216.76562 307.84064 217.26562Q308.075 217.75 308.48126 218.01562Q308.90314 218.28125 309.3719 218.28125Q310.02814 218.28125 310.5125 217.75Q310.9969 217.20312 310.9969 216.28125Q310.9969 215.39062 310.5125 214.875Q310.04376 214.35938 309.325 214.35938Q308.60626 214.35938 308.10626 214.875Q307.6219 215.39062 307.6219 216.21875ZM313.65314 212.46875Q313.65314 211.54688 314.10626 210.90625Q314.575 210.26562 315.45 210.26562Q316.2625 210.26562 316.79376 210.84375Q317.325 211.42188 317.325 212.53125Q317.325 213.625 316.77814 214.21875Q316.2469 214.79688 315.46564 214.79688Q314.6844 214.79688 314.16876 214.21875Q313.65314 213.64062 313.65314 212.46875ZM315.48126 210.98438Q315.09064 210.98438 314.825 211.32812Q314.575 211.67188 314.575 212.57812Q314.575 213.40625 314.825 213.75Q315.09064 214.07812 315.48126 214.07812Q315.8875 214.07812 316.1375 213.73438Q316.40314 213.39062 316.40314 212.5Q316.40314 211.65625 316.1375 211.32812Q315.8719 210.98438 315.48126 210.98438ZM315.48126 219.3125L320.1844 210.26562L321.04376 210.26562L316.35626 219.3125L315.48126 219.3125ZM319.2 216.98438Q319.2 216.0625 319.65314 215.42188Q320.1219 214.78125 321.0125 214.78125Q321.825 214.78125 322.35626 215.35938Q322.8875 215.92188 322.8875 217.04688Q322.8875 218.14062 322.34064 218.73438Q321.8094 219.3125 321.0125 219.3125Q320.2469 219.3125 319.71564 218.73438Q319.2 218.15625 319.2 216.98438ZM321.04376 215.5Q320.6375 215.5 320.3719 215.84375Q320.1219 216.1875 320.1219 217.09375Q320.1219 217.90625 320.3875 218.25Q320.65314 218.59375 321.04376 218.59375Q321.4344 218.59375 321.7 218.25Q321.96564 217.90625 321.96564 217.0Q321.96564 216.17188 321.7 215.84375Q321.4344 215.5 321.04376 215.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M275.11374 260.0L274.06686 260.0L274.06686 253.28125Q273.67624 253.64062 273.05124 254.01562Q272.44186 254.375 271.9575 254.54688L271.9575 253.53125Q272.8325 253.10938 273.48874 252.53125Q274.1606 251.9375 274.44186 251.375L275.11374 251.375L275.11374 260.0ZM278.30124 258.01562L279.31686 257.92188Q279.44186 258.64062 279.80124 258.96875Q280.17624 259.28125 280.73874 259.28125Q281.2231 259.28125 281.5825 259.0625Q281.9575 258.82812 282.19186 258.46875Q282.42624 258.09375 282.5825 257.46875Q282.73874 256.82812 282.73874 256.17188Q282.73874 256.09375 282.73874 255.95312Q282.42624 256.45312 281.87936 256.78125Q281.3325 257.09375 280.69186 257.09375Q279.61374 257.09375 278.87936 256.32812Q278.145 255.54688 278.145 254.28125Q278.145 252.96875 278.9106 252.17188Q279.69186 251.375 280.8481 251.375Q281.67624 251.375 282.36374 251.82812Q283.06686 252.28125 283.42624 253.125Q283.7856 253.95312 283.7856 255.53125Q283.7856 257.17188 283.42624 258.15625Q283.0825 259.125 282.36374 259.64062Q281.6606 260.14062 280.7231 260.14062Q279.7075 260.14062 279.06686 259.59375Q278.42624 259.03125 278.30124 258.01562ZM282.61374 254.21875Q282.61374 253.3125 282.12936 252.78125Q281.6606 252.25 280.9731 252.25Q280.27 252.25 279.73874 252.82812Q279.2231 253.39062 279.2231 254.3125Q279.2231 255.125 279.7231 255.64062Q280.2231 256.15625 280.94186 256.15625Q281.67624 256.15625 282.145 255.64062Q282.61374 255.125 282.61374 254.21875ZM285.3481 253.46875Q285.3481 252.54688 285.80124 251.90625Q286.27 251.26562 287.145 251.26562Q287.9575 251.26562 288.48874 251.84375Q289.02 252.42188 289.02 253.53125Q289.02 254.625 288.4731 255.21875Q287.94186 255.79688 287.1606 255.79688Q286.37936 255.79688 285.86374 255.21875Q285.3481 254.64062 285.3481 253.46875ZM287.17624 251.98438Q286.7856 251.98438 286.52 252.32812Q286.27 252.67188 286.27 253.57812Q286.27 254.40625 286.52 254.75Q286.7856 255.07812 287.17624 255.07812Q287.5825 255.07812 287.8325 254.73438Q288.0981 254.39062 288.0981 253.5Q288.0981 252.65625 287.8325 252.32812Q287.56686 251.98438 287.17624 251.98438ZM287.17624 260.3125L291.87936 251.26562L292.73874 251.26562L288.05124 260.3125L287.17624 260.3125ZM290.895 257.98438Q290.895 257.0625 291.3481 256.42188Q291.81686 255.78125 292.7075 255.78125Q293.52 255.78125 294.05124 256.35938Q294.5825 256.92188 294.5825 258.04688Q294.5825 259.14062 294.0356 259.73438Q293.50436 260.3125 292.7075 260.3125Q291.94186 260.3125 291.4106 259.73438Q290.895 259.15625 290.895 257.98438ZM292.73874 256.5Q292.3325 256.5 292.06686 256.84375Q291.81686 257.1875 291.81686 258.09375Q291.81686 258.90625 292.0825 259.25Q292.3481 259.59375 292.73874 259.59375Q293.12936 259.59375 293.395 259.25Q293.6606 258.90625 293.6606 258.0Q293.6606 257.17188 293.395 256.84375Q293.12936 256.5 292.73874 256.5Z" fill-rule="nonzero"/><path fill="#808080" d="M275.11374 260.0L274.06686 260.0L274.06686 253.28125Q273.67624 253.64062 273.05124 254.01562Q272.44186 254.375 271.9575 254.54688L271.9575 253.53125Q272.8325 253.10938 273.48874 252.53125Q274.1606 251.9375 274.44186 251.375L275.11374 251.375L275.11374 260.0ZM278.30124 258.01562L279.31686 257.92188Q279.44186 258.64062 279.80124 258.96875Q280.17624 259.28125 280.73874 259.28125Q281.2231 259.28125 281.5825 259.0625Q281.9575 258.82812 282.19186 258.46875Q282.42624 258.09375 282.5825 257.46875Q282.73874 256.82812 282.73874 256.17188Q282.73874 256.09375 282.73874 255.95312Q282.42624 256.45312 281.87936 256.78125Q281.3325 257.09375 280.69186 257.09375Q279.61374 257.09375 278.87936 256.32812Q278.145 255.54688 278.145 254.28125Q278.145 252.96875 278.9106 252.17188Q279.69186 251.375 280.8481 251.375Q281.67624 251.375 282.36374 251.82812Q283.06686 252.28125 283.42624 253.125Q283.7856 253.95312 283.7856 255.53125Q283.7856 257.17188 283.42624 258.15625Q283.0825 259.125 282.36374 259.64062Q281.6606 260.14062 280.7231 260.14062Q279.7075 260.14062 279.06686 259.59375Q278.42624 259.03125 278.30124 258.01562ZM282.61374 254.21875Q282.61374 253.3125 282.12936 252.78125Q281.6606 252.25 280.9731 252.25Q280.27 252.25 279.73874 252.82812Q279.2231 253.39062 279.2231 254.3125Q279.2231 255.125 279.7231 255.64062Q280.2231 256.15625 280.94186 256.15625Q281.67624 256.15625 282.145 255.64062Q282.61374 255.125 282.61374 254.21875ZM285.3481 253.46875Q285.3481 252.54688 285.80124 251.90625Q286.27 251.26562 287.145 251.26562Q287.9575 251.26562 288.48874 251.84375Q289.02 252.42188 289.02 253.53125Q289.02 254.625 288.4731 255.21875Q287.94186 255.79688 287.1606 255.79688Q286.37936 255.79688 285.86374 255.21875Q285.3481 254.64062 285.3481 253.46875ZM287.17624 251.98438Q286.7856 251.98438 286.52 252.32812Q286.27 252.67188 286.27 253.57812Q286.27 254.40625 286.52 254.75Q286.7856 255.07812 287.17624 255.07812Q287.5825 255.07812 287.8325 254.73438Q288.0981 254.39062 288.0981 253.5Q288.0981 252.65625 287.8325 252.32812Q287.56686 251.98438 287.17624 251.98438ZM287.17624 260.3125L291.87936 251.26562L292.73874 251.26562L288.05124 260.3125L287.17624 260.3125ZM290.895 257.98438Q290.895 257.0625 291.3481 256.42188Q291.81686 255.78125 292.7075 255.78125Q293.52 255.78125 294.05124 256.35938Q294.5825 256.92188 294.5825 258.04688Q294.5825 259.14062 294.0356 259.73438Q293.50436 260.3125 292.7075 260.3125Q291.94186 260.3125 291.4106 259.73438Q290.895 259.15625 290.895 257.98438ZM292.73874 256.5Q292.3325 256.5 292.06686 256.84375Q291.81686 257.1875 291.81686 258.09375Q291.81686 258.90625 292.0825 259.25Q292.3481 259.59375 292.73874 259.59375Q293.12936 259.59375 293.395 259.25Q293.6606 258.90625 293.6606 258.0Q293.6606 257.17188 293.395 256.84375Q293.12936 256.5 292.73874 256.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.69376 301.0L252.64688 301.0L252.64688 294.28125Q252.25626 294.64062 251.63126 295.01562Q251.02188 295.375 250.5375 295.54688L250.5375 294.53125Q251.4125 294.10938 252.06876 293.53125Q252.74063 292.9375 253.02188 292.375L253.69376 292.375L253.69376 301.0ZM256.725 298.73438L257.7875 298.59375Q257.95938 299.48438 258.39688 299.89062Q258.83438 300.28125 259.45938 300.28125Q260.20938 300.28125 260.725 299.76562Q261.24063 299.25 261.24063 298.48438Q261.24063 297.76562 260.75626 297.29688Q260.2875 296.8125 259.55313 296.8125Q259.25626 296.8125 258.80313 296.9375L258.92813 296.0Q259.0375 296.01562 259.1 296.01562Q259.77188 296.01562 260.30313 295.67188Q260.85 295.3125 260.85 294.57812Q260.85 294.0 260.45938 293.625Q260.06876 293.23438 259.44376 293.23438Q258.83438 293.23438 258.4125 293.625Q258.00626 294.01562 257.89688 294.78125L256.83438 294.59375Q257.02188 293.54688 257.70938 292.96875Q258.39688 292.375 259.4125 292.375Q260.11563 292.375 260.70938 292.6875Q261.30313 292.98438 261.61563 293.5Q261.92813 294.01562 261.92813 294.60938Q261.92813 295.15625 261.63126 295.625Q261.33438 296.07812 260.75626 296.34375Q261.50626 296.51562 261.92813 297.07812Q262.35 297.625 262.35 298.46875Q262.35 299.59375 261.52188 300.375Q260.70938 301.15625 259.45938 301.15625Q258.33438 301.15625 257.58438 300.48438Q256.83438 299.79688 256.725 298.73438ZM263.92813 294.46875Q263.92813 293.54688 264.38126 292.90625Q264.85 292.26562 265.725 292.26562Q266.5375 292.26562 267.06876 292.84375Q267.6 293.42188 267.6 294.53125Q267.6 295.625 267.05313 296.21875Q266.52188 296.79688 265.74063 296.79688Q264.95938 296.79688 264.44376 296.21875Q263.92813 295.64062 263.92813 294.46875ZM265.75626 292.98438Q265.36563 292.98438 265.1 293.32812Q264.85 293.67188 264.85 294.57812Q264.85 295.40625 265.1 295.75Q265.36563 296.07812 265.75626 296.07812Q266.1625 296.07812 266.4125 295.73438Q266.67813 295.39062 266.67813 294.5Q266.67813 293.65625 266.4125 293.32812Q266.14688 292.98438 265.75626 292.98438ZM265.75626 301.3125L270.45938 292.26562L271.31876 292.26562L266.63126 301.3125L265.75626 301.3125ZM269.475 298.98438Q269.475 298.0625 269.92813 297.42188Q270.39688 296.78125 271.2875 296.78125Q272.1 296.78125 272.63126 297.35938Q273.1625 297.92188 273.1625 299.04688Q273.1625 300.14062 272.61563 300.73438Q272.08438 301.3125 271.2875 301.3125Q270.52188 301.3125 269.99063 300.73438Q269.475 300.15625 269.475 298.98438ZM271.31876 297.5Q270.9125 297.5 270.64688 297.84375Q270.39688 298.1875 270.39688 299.09375Q270.39688 299.90625 270.6625 300.25Q270.92813 300.59375 271.31876 300.59375Q271.70938 300.59375 271.975 300.25Q272.24063 299.90625 272.24063 299.0Q272.24063 298.17188 271.975 297.84375Q271.70938 297.5 271.31876 297.5Z" fill-rule="nonzero"/><path fill="#808080" d="M253.69376 301.0L252.64688 301.0L252.64688 294.28125Q252.25626 294.64062 251.63126 295.01562Q251.02188 295.375 250.5375 295.54688L250.5375 294.53125Q251.4125 294.10938 252.06876 293.53125Q252.74063 292.9375 253.02188 292.375L253.69376 292.375L253.69376 301.0ZM256.725 298.73438L257.7875 298.59375Q257.95938 299.48438 258.39688 299.89062Q258.83438 300.28125 259.45938 300.28125Q260.20938 300.28125 260.725 299.76562Q261.24063 299.25 261.24063 298.48438Q261.24063 297.76562 260.75626 297.29688Q260.2875 296.8125 259.55313 296.8125Q259.25626 296.8125 258.80313 296.9375L258.92813 296.0Q259.0375 296.01562 259.1 296.01562Q259.77188 296.01562 260.30313 295.67188Q260.85 295.3125 260.85 294.57812Q260.85 294.0 260.45938 293.625Q260.06876 293.23438 259.44376 293.23438Q258.83438 293.23438 258.4125 293.625Q258.00626 294.01562 257.89688 294.78125L256.83438 294.59375Q257.02188 293.54688 257.70938 292.96875Q258.39688 292.375 259.4125 292.375Q260.11563 292.375 260.70938 292.6875Q261.30313 292.98438 261.61563 293.5Q261.92813 294.01562 261.92813 294.60938Q261.92813 295.15625 261.63126 295.625Q261.33438 296.07812 260.75626 296.34375Q261.50626 296.51562 261.92813 297.07812Q262.35 297.625 262.35 298.46875Q262.35 299.59375 261.52188 300.375Q260.70938 301.15625 259.45938 301.15625Q258.33438 301.15625 257.58438 300.48438Q256.83438 299.79688 256.725 298.73438ZM263.92813 294.46875Q263.92813 293.54688 264.38126 292.90625Q264.85 292.26562 265.725 292.26562Q266.5375 292.26562 267.06876 292.84375Q267.6 293.42188 267.6 294.53125Q267.6 295.625 267.05313 296.21875Q266.52188 296.79688 265.74063 296.79688Q264.95938 296.79688 264.44376 296.21875Q263.92813 295.64062 263.92813 294.46875ZM265.75626 292.98438Q265.36563 292.98438 265.1 293.32812Q264.85 293.67188 264.85 294.57812Q264.85 295.40625 265.1 295.75Q265.36563 296.07812 265.75626 296.07812Q266.1625 296.07812 266.4125 295.73438Q266.67813 295.39062 266.67813 294.5Q266.67813 293.65625 266.4125 293.32812Q266.14688 292.98438 265.75626 292.98438ZM265.75626 301.3125L270.45938 292.26562L271.31876 292.26562L266.63126 301.3125L265.75626 301.3125ZM269.475 298.98438Q269.475 298.0625 269.92813 297.42188Q270.39688 296.78125 271.2875 296.78125Q272.1 296.78125 272.63126 297.35938Q273.1625 297.92188 273.1625 299.04688Q273.1625 300.14062 272.61563 300.73438Q272.08438 301.3125 271.2875 301.3125Q270.52188 301.3125 269.99063 300.73438Q269.475 300.15625 269.475 298.98438ZM271.31876 297.5Q270.9125 297.5 270.64688 297.84375Q270.39688 298.1875 270.39688 299.09375Q270.39688 299.90625 270.6625 300.25Q270.92813 300.59375 271.31876 300.59375Q271.70938 300.59375 271.975 300.25Q272.24063 299.90625 272.24063 299.0Q272.24063 298.17188 271.975 297.84375Q271.70938 297.5 271.31876 297.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M261.34375 342.0L260.29688 342.0L260.29688 335.28125Q259.90625 335.64062 259.28125 336.01562Q258.67188 336.375 258.1875 336.54688L258.1875 335.53125Q259.0625 335.10938 259.71875 334.53125Q260.39062 333.9375 260.67188 333.375L261.34375 333.375L261.34375 342.0ZM264.375 339.75L265.48438 339.65625Q265.60938 340.46875 266.04688 340.875Q266.5 341.28125 267.14062 341.28125Q267.89062 341.28125 268.42188 340.70312Q268.95312 340.125 268.95312 339.1875Q268.95312 338.28125 268.4375 337.76562Q267.9375 337.23438 267.10938 337.23438Q266.60938 337.23438 266.1875 337.46875Q265.78125 337.70312 265.54688 338.0625L264.5625 337.9375L265.39062 333.53125L269.67188 333.53125L269.67188 334.53125L266.23438 334.53125L265.78125 336.84375Q266.54688 336.29688 267.39062 336.29688Q268.51562 336.29688 269.28125 337.07812Q270.0625 337.85938 270.0625 339.09375Q270.0625 340.25 269.39062 341.10938Q268.5625 342.14062 267.14062 342.14062Q265.96875 342.14062 265.21875 341.48438Q264.48438 340.82812 264.375 339.75ZM271.57812 335.46875Q271.57812 334.54688 272.03125 333.90625Q272.5 333.26562 273.375 333.26562Q274.1875 333.26562 274.71875 333.84375Q275.25 334.42188 275.25 335.53125Q275.25 336.625 274.70312 337.21875Q274.17188 337.79688 273.39062 337.79688Q272.60938 337.79688 272.09375 337.21875Q271.57812 336.64062 271.57812 335.46875ZM273.40625 333.98438Q273.01562 333.98438 272.75 334.32812Q272.5 334.67188 272.5 335.57812Q272.5 336.40625 272.75 336.75Q273.01562 337.07812 273.40625 337.07812Q273.8125 337.07812 274.0625 336.73438Q274.32812 336.39062 274.32812 335.5Q274.32812 334.65625 274.0625 334.32812Q273.79688 333.98438 273.40625 333.98438ZM273.40625 342.3125L278.10938 333.26562L278.96875 333.26562L274.28125 342.3125L273.40625 342.3125ZM277.125 339.98438Q277.125 339.0625 277.57812 338.42188Q278.04688 337.78125 278.9375 337.78125Q279.75 337.78125 280.28125 338.35938Q280.8125 338.92188 280.8125 340.04688Q280.8125 341.14062 280.26562 341.73438Q279.73438 342.3125 278.9375 342.3125Q278.17188 342.3125 277.64062 341.73438Q277.125 341.15625 277.125 339.98438ZM278.96875 338.5Q278.5625 338.5 278.29688 338.84375Q278.04688 339.1875 278.04688 340.09375Q278.04688 340.90625 278.3125 341.25Q278.57812 341.59375 278.96875 341.59375Q279.35938 341.59375 279.625 341.25Q279.89062 340.90625 279.89062 340.0Q279.89062 339.17188 279.625 338.84375Q279.35938 338.5 278.96875 338.5Z" fill-rule="nonzero"/><path fill="#808080" d="M261.34375 342.0L260.29688 342.0L260.29688 335.28125Q259.90625 335.64062 259.28125 336.01562Q258.67188 336.375 258.1875 336.54688L258.1875 335.53125Q259.0625 335.10938 259.71875 334.53125Q260.39062 333.9375 260.67188 333.375L261.34375 333.375L261.34375 342.0ZM264.375 339.75L265.48438 339.65625Q265.60938 340.46875 266.04688 340.875Q266.5 341.28125 267.14062 341.28125Q267.89062 341.28125 268.42188 340.70312Q268.95312 340.125 268.95312 339.1875Q268.95312 338.28125 268.4375 337.76562Q267.9375 337.23438 267.10938 337.23438Q266.60938 337.23438 266.1875 337.46875Q265.78125 337.70312 265.54688 338.0625L264.5625 337.9375L265.39062 333.53125L269.67188 333.53125L269.67188 334.53125L266.23438 334.53125L265.78125 336.84375Q266.54688 336.29688 267.39062 336.29688Q268.51562 336.29688 269.28125 337.07812Q270.0625 337.85938 270.0625 339.09375Q270.0625 340.25 269.39062 341.10938Q268.5625 342.14062 267.14062 342.14062Q265.96875 342.14062 265.21875 341.48438Q264.48438 340.82812 264.375 339.75ZM271.57812 335.46875Q271.57812 334.54688 272.03125 333.90625Q272.5 333.26562 273.375 333.26562Q274.1875 333.26562 274.71875 333.84375Q275.25 334.42188 275.25 335.53125Q275.25 336.625 274.70312 337.21875Q274.17188 337.79688 273.39062 337.79688Q272.60938 337.79688 272.09375 337.21875Q271.57812 336.64062 271.57812 335.46875ZM273.40625 333.98438Q273.01562 333.98438 272.75 334.32812Q272.5 334.67188 272.5 335.57812Q272.5 336.40625 272.75 336.75Q273.01562 337.07812 273.40625 337.07812Q273.8125 337.07812 274.0625 336.73438Q274.32812 336.39062 274.32812 335.5Q274.32812 334.65625 274.0625 334.32812Q273.79688 333.98438 273.40625 333.98438ZM273.40625 342.3125L278.10938 333.26562L278.96875 333.26562L274.28125 342.3125L273.40625 342.3125ZM277.125 339.98438Q277.125 339.0625 277.57812 338.42188Q278.04688 337.78125 278.9375 337.78125Q279.75 337.78125 280.28125 338.35938Q280.8125 338.92188 280.8125 340.04688Q280.8125 341.14062 280.26562 341.73438Q279.73438 342.3125 278.9375 342.3125Q278.17188 342.3125 277.64062 341.73438Q277.125 341.15625 277.125 339.98438ZM278.96875 338.5Q278.5625 338.5 278.29688 338.84375Q278.04688 339.1875 278.04688 340.09375Q278.04688 340.90625 278.3125 341.25Q278.57812 341.59375 278.96875 341.59375Q279.35938 341.59375 279.625 341.25Q279.89062 340.90625 279.89062 340.0Q279.89062 339.17188 279.625 338.84375Q279.35938 338.5 278.96875 338.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.69376 383.0L252.64688 383.0L252.64688 376.28125Q252.25626 376.64062 251.63126 377.01562Q251.02188 377.375 250.5375 377.54688L250.5375 376.53125Q251.4125 376.10938 252.06876 375.53125Q252.74063 374.9375 253.02188 374.375L253.69376 374.375L253.69376 383.0ZM256.725 380.73438L257.7875 380.59375Q257.95938 381.48438 258.39688 381.89062Q258.83438 382.28125 259.45938 382.28125Q260.20938 382.28125 260.725 381.76562Q261.24063 381.25 261.24063 380.48438Q261.24063 379.76562 260.75626 379.29688Q260.2875 378.8125 259.55313 378.8125Q259.25626 378.8125 258.80313 378.9375L258.92813 378.0Q259.0375 378.01562 259.1 378.01562Q259.77188 378.01562 260.30313 377.67188Q260.85 377.3125 260.85 376.57812Q260.85 376.0 260.45938 375.625Q260.06876 375.23438 259.44376 375.23438Q258.83438 375.23438 258.4125 375.625Q258.00626 376.01562 257.89688 376.78125L256.83438 376.59375Q257.02188 375.54688 257.70938 374.96875Q258.39688 374.375 259.4125 374.375Q260.11563 374.375 260.70938 374.6875Q261.30313 374.98438 261.61563 375.5Q261.92813 376.01562 261.92813 376.60938Q261.92813 377.15625 261.63126 377.625Q261.33438 378.07812 260.75626 378.34375Q261.50626 378.51562 261.92813 379.07812Q262.35 379.625 262.35 380.46875Q262.35 381.59375 261.52188 382.375Q260.70938 383.15625 259.45938 383.15625Q258.33438 383.15625 257.58438 382.48438Q256.83438 381.79688 256.725 380.73438ZM263.92813 376.46875Q263.92813 375.54688 264.38126 374.90625Q264.85 374.26562 265.725 374.26562Q266.5375 374.26562 267.06876 374.84375Q267.6 375.42188 267.6 376.53125Q267.6 377.625 267.05313 378.21875Q266.52188 378.79688 265.74063 378.79688Q264.95938 378.79688 264.44376 378.21875Q263.92813 377.64062 263.92813 376.46875ZM265.75626 374.98438Q265.36563 374.98438 265.1 375.32812Q264.85 375.67188 264.85 376.57812Q264.85 377.40625 265.1 377.75Q265.36563 378.07812 265.75626 378.07812Q266.1625 378.07812 266.4125 377.73438Q266.67813 377.39062 266.67813 376.5Q266.67813 375.65625 266.4125 375.32812Q266.14688 374.98438 265.75626 374.98438ZM265.75626 383.3125L270.45938 374.26562L271.31876 374.26562L266.63126 383.3125L265.75626 383.3125ZM269.475 380.98438Q269.475 380.0625 269.92813 379.42188Q270.39688 378.78125 271.2875 378.78125Q272.1 378.78125 272.63126 379.35938Q273.1625 379.92188 273.1625 381.04688Q273.1625 382.14062 272.61563 382.73438Q272.08438 383.3125 271.2875 383.3125Q270.52188 383.3125 269.99063 382.73438Q269.475 382.15625 269.475 380.98438ZM271.31876 379.5Q270.9125 379.5 270.64688 379.84375Q270.39688 380.1875 270.39688 381.09375Q270.39688 381.90625 270.6625 382.25Q270.92813 382.59375 271.31876 382.59375Q271.70938 382.59375 271.975 382.25Q272.24063 381.90625 272.24063 381.0Q272.24063 380.17188 271.975 379.84375Q271.70938 379.5 271.31876 379.5Z" fill-rule="nonzero"/><path fill="#808080" d="M253.69376 383.0L252.64688 383.0L252.64688 376.28125Q252.25626 376.64062 251.63126 377.01562Q251.02188 377.375 250.5375 377.54688L250.5375 376.53125Q251.4125 376.10938 252.06876 375.53125Q252.74063 374.9375 253.02188 374.375L253.69376 374.375L253.69376 383.0ZM256.725 380.73438L257.7875 380.59375Q257.95938 381.48438 258.39688 381.89062Q258.83438 382.28125 259.45938 382.28125Q260.20938 382.28125 260.725 381.76562Q261.24063 381.25 261.24063 380.48438Q261.24063 379.76562 260.75626 379.29688Q260.2875 378.8125 259.55313 378.8125Q259.25626 378.8125 258.80313 378.9375L258.92813 378.0Q259.0375 378.01562 259.1 378.01562Q259.77188 378.01562 260.30313 377.67188Q260.85 377.3125 260.85 376.57812Q260.85 376.0 260.45938 375.625Q260.06876 375.23438 259.44376 375.23438Q258.83438 375.23438 258.4125 375.625Q258.00626 376.01562 257.89688 376.78125L256.83438 376.59375Q257.02188 375.54688 257.70938 374.96875Q258.39688 374.375 259.4125 374.375Q260.11563 374.375 260.70938 374.6875Q261.30313 374.98438 261.61563 375.5Q261.92813 376.01562 261.92813 376.60938Q261.92813 377.15625 261.63126 377.625Q261.33438 378.07812 260.75626 378.34375Q261.50626 378.51562 261.92813 379.07812Q262.35 379.625 262.35 380.46875Q262.35 381.59375 261.52188 382.375Q260.70938 383.15625 259.45938 383.15625Q258.33438 383.15625 257.58438 382.48438Q256.83438 381.79688 256.725 380.73438ZM263.92813 376.46875Q263.92813 375.54688 264.38126 374.90625Q264.85 374.26562 265.725 374.26562Q266.5375 374.26562 267.06876 374.84375Q267.6 375.42188 267.6 376.53125Q267.6 377.625 267.05313 378.21875Q266.52188 378.79688 265.74063 378.79688Q264.95938 378.79688 264.44376 378.21875Q263.92813 377.64062 263.92813 376.46875ZM265.75626 374.98438Q265.36563 374.98438 265.1 375.32812Q264.85 375.67188 264.85 376.57812Q264.85 377.40625 265.1 377.75Q265.36563 378.07812 265.75626 378.07812Q266.1625 378.07812 266.4125 377.73438Q266.67813 377.39062 266.67813 376.5Q266.67813 375.65625 266.4125 375.32812Q266.14688 374.98438 265.75626 374.98438ZM265.75626 383.3125L270.45938 374.26562L271.31876 374.26562L266.63126 383.3125L265.75626 383.3125ZM269.475 380.98438Q269.475 380.0625 269.92813 379.42188Q270.39688 378.78125 271.2875 378.78125Q272.1 378.78125 272.63126 379.35938Q273.1625 379.92188 273.1625 381.04688Q273.1625 382.14062 272.61563 382.73438Q272.08438 383.3125 271.2875 383.3125Q270.52188 383.3125 269.99063 382.73438Q269.475 382.15625 269.475 380.98438ZM271.31876 379.5Q270.9125 379.5 270.64688 379.84375Q270.39688 380.1875 270.39688 381.09375Q270.39688 381.90625 270.6625 382.25Q270.92813 382.59375 271.31876 382.59375Q271.70938 382.59375 271.975 382.25Q272.24063 381.90625 272.24063 381.0Q272.24063 380.17188 271.975 379.84375Q271.70938 379.5 271.31876 379.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.58125 422.01562L235.59688 421.92188Q235.72188 422.64062 236.08125 422.96875Q236.45625 423.28125 237.01875 423.28125Q237.50313 423.28125 237.8625 423.0625Q238.2375 422.82812 238.47188 422.46875Q238.70625 422.09375 238.8625 421.46875Q239.01875 420.82812 239.01875 420.17188Q239.01875 420.09375 239.01875 419.95312Q238.70625 420.45312 238.15938 420.78125Q237.6125 421.09375 236.97188 421.09375Q235.89375 421.09375 235.15938 420.32812Q234.425 419.54688 234.425 418.28125Q234.425 416.96875 235.19063 416.17188Q235.97188 415.375 237.12813 415.375Q237.95625 415.375 238.64375 415.82812Q239.34688 416.28125 239.70625 417.125Q240.06563 417.95312 240.06563 419.53125Q240.06563 421.17188 239.70625 422.15625Q239.3625 423.125 238.64375 423.64062Q237.94063 424.14062 237.00313 424.14062Q235.9875 424.14062 235.34688 423.59375Q234.70625 423.03125 234.58125 422.01562ZM238.89375 418.21875Q238.89375 417.3125 238.40938 416.78125Q237.94063 416.25 237.25313 416.25Q236.55 416.25 236.01875 416.82812Q235.50313 417.39062 235.50313 418.3125Q235.50313 419.125 236.00313 419.64062Q236.50313 420.15625 237.22188 420.15625Q237.95625 420.15625 238.425 419.64062Q238.89375 419.125 238.89375 418.21875ZM241.62813 417.46875Q241.62813 416.54688 242.08125 415.90625Q242.55 415.26562 243.425 415.26562Q244.2375 415.26562 244.76875 415.84375Q245.3 416.42188 245.3 417.53125Q245.3 418.625 244.75313 419.21875Q244.22188 419.79688 243.44063 419.79688Q242.65938 419.79688 242.14375 419.21875Q241.62813 418.64062 241.62813 417.46875ZM243.45625 415.98438Q243.06563 415.98438 242.8 416.32812Q242.55 416.67188 242.55 417.57812Q242.55 418.40625 242.8 418.75Q243.06563 419.07812 243.45625 419.07812Q243.8625 419.07812 244.1125 418.73438Q244.37813 418.39062 244.37813 417.5Q244.37813 416.65625 244.1125 416.32812Q243.84688 415.98438 243.45625 415.98438ZM243.45625 424.3125L248.15938 415.26562L249.01875 415.26562L244.33125 424.3125L243.45625 424.3125ZM247.175 421.98438Q247.175 421.0625 247.62813 420.42188Q248.09688 419.78125 248.9875 419.78125Q249.8 419.78125 250.33125 420.35938Q250.8625 420.92188 250.8625 422.04688Q250.8625 423.14062 250.31563 423.73438Q249.78438 424.3125 248.9875 424.3125Q248.22188 424.3125 247.69063 423.73438Q247.175 423.15625 247.175 421.98438ZM249.01875 420.5Q248.6125 420.5 248.34688 420.84375Q248.09688 421.1875 248.09688 422.09375Q248.09688 422.90625 248.3625 423.25Q248.62813 423.59375 249.01875 423.59375Q249.40938 423.59375 249.675 423.25Q249.94063 422.90625 249.94063 422.0Q249.94063 421.17188 249.675 420.84375Q249.40938 420.5 249.01875 420.5Z" fill-rule="nonzero"/><path fill="#808080" d="M234.58125 422.01562L235.59688 421.92188Q235.72188 422.64062 236.08125 422.96875Q236.45625 423.28125 237.01875 423.28125Q237.50313 423.28125 237.8625 423.0625Q238.2375 422.82812 238.47188 422.46875Q238.70625 422.09375 238.8625 421.46875Q239.01875 420.82812 239.01875 420.17188Q239.01875 420.09375 239.01875 419.95312Q238.70625 420.45312 238.15938 420.78125Q237.6125 421.09375 236.97188 421.09375Q235.89375 421.09375 235.15938 420.32812Q234.425 419.54688 234.425 418.28125Q234.425 416.96875 235.19063 416.17188Q235.97188 415.375 237.12813 415.375Q237.95625 415.375 238.64375 415.82812Q239.34688 416.28125 239.70625 417.125Q240.06563 417.95312 240.06563 419.53125Q240.06563 421.17188 239.70625 422.15625Q239.3625 423.125 238.64375 423.64062Q237.94063 424.14062 237.00313 424.14062Q235.9875 424.14062 235.34688 423.59375Q234.70625 423.03125 234.58125 422.01562ZM238.89375 418.21875Q238.89375 417.3125 238.40938 416.78125Q237.94063 416.25 237.25313 416.25Q236.55 416.25 236.01875 416.82812Q235.50313 417.39062 235.50313 418.3125Q235.50313 419.125 236.00313 419.64062Q236.50313 420.15625 237.22188 420.15625Q237.95625 420.15625 238.425 419.64062Q238.89375 419.125 238.89375 418.21875ZM241.62813 417.46875Q241.62813 416.54688 242.08125 415.90625Q242.55 415.26562 243.425 415.26562Q244.2375 415.26562 244.76875 415.84375Q245.3 416.42188 245.3 417.53125Q245.3 418.625 244.75313 419.21875Q244.22188 419.79688 243.44063 419.79688Q242.65938 419.79688 242.14375 419.21875Q241.62813 418.64062 241.62813 417.46875ZM243.45625 415.98438Q243.06563 415.98438 242.8 416.32812Q242.55 416.67188 242.55 417.57812Q242.55 418.40625 242.8 418.75Q243.06563 419.07812 243.45625 419.07812Q243.8625 419.07812 244.1125 418.73438Q244.37813 418.39062 244.37813 417.5Q244.37813 416.65625 244.1125 416.32812Q243.84688 415.98438 243.45625 415.98438ZM243.45625 424.3125L248.15938 415.26562L249.01875 415.26562L244.33125 424.3125L243.45625 424.3125ZM247.175 421.98438Q247.175 421.0625 247.62813 420.42188Q248.09688 419.78125 248.9875 419.78125Q249.8 419.78125 250.33125 420.35938Q250.8625 420.92188 250.8625 422.04688Q250.8625 423.14062 250.31563 423.73438Q249.78438 424.3125 248.9875 424.3125Q248.22188 424.3125 247.69063 423.73438Q247.175 423.15625 247.175 421.98438ZM249.01875 420.5Q248.6125 420.5 248.34688 420.84375Q248.09688 421.1875 248.09688 422.09375Q248.09688 422.90625 248.3625 423.25Q248.62813 423.59375 249.01875 423.59375Q249.40938 423.59375 249.675 423.25Q249.94063 422.90625 249.94063 422.0Q249.94063 421.17188 249.675 420.84375Q249.40938 420.5 249.01875 420.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.03625 458.51562L226.98938 458.59375Q226.84875 457.96875 226.59875 457.6875Q226.16125 457.23438 225.53625 457.23438Q225.03625 457.23438 224.64563 457.51562Q224.16125 457.89062 223.86438 458.59375Q223.58313 459.28125 223.5675 460.5625Q223.9425 459.98438 224.48938 459.70312Q225.05188 459.42188 225.66125 459.42188Q226.70813 459.42188 227.4425 460.20312Q228.1925 460.98438 228.1925 462.20312Q228.1925 463.01562 227.83313 463.71875Q227.48938 464.40625 226.88 464.78125Q226.27063 465.14062 225.505 465.14062Q224.17688 465.14062 223.34875 464.17188Q222.52063 463.20312 222.52063 460.98438Q222.52063 458.48438 223.4425 457.35938Q224.23938 456.375 225.59875 456.375Q226.61438 456.375 227.255 456.95312Q227.91125 457.51562 228.03625 458.51562ZM223.73938 462.21875Q223.73938 462.76562 223.95813 463.26562Q224.1925 463.75 224.59875 464.01562Q225.02063 464.28125 225.48938 464.28125Q226.14563 464.28125 226.63 463.75Q227.11438 463.20312 227.11438 462.28125Q227.11438 461.39062 226.63 460.875Q226.16125 460.35938 225.4425 460.35938Q224.72375 460.35938 224.22375 460.875Q223.73938 461.39062 223.73938 462.21875ZM229.77063 458.46875Q229.77063 457.54688 230.22375 456.90625Q230.6925 456.26562 231.5675 456.26562Q232.38 456.26562 232.91125 456.84375Q233.4425 457.42188 233.4425 458.53125Q233.4425 459.625 232.89563 460.21875Q232.36438 460.79688 231.58313 460.79688Q230.80188 460.79688 230.28625 460.21875Q229.77063 459.64062 229.77063 458.46875ZM231.59875 456.98438Q231.20813 456.98438 230.9425 457.32812Q230.6925 457.67188 230.6925 458.57812Q230.6925 459.40625 230.9425 459.75Q231.20813 460.07812 231.59875 460.07812Q232.005 460.07812 232.255 459.73438Q232.52063 459.39062 232.52063 458.5Q232.52063 457.65625 232.255 457.32812Q231.98938 456.98438 231.59875 456.98438ZM231.59875 465.3125L236.30188 456.26562L237.16125 456.26562L232.47375 465.3125L231.59875 465.3125ZM235.3175 462.98438Q235.3175 462.0625 235.77063 461.42188Q236.23938 460.78125 237.13 460.78125Q237.9425 460.78125 238.47375 461.35938Q239.005 461.92188 239.005 463.04688Q239.005 464.14062 238.45813 464.73438Q237.92688 465.3125 237.13 465.3125Q236.36438 465.3125 235.83313 464.73438Q235.3175 464.15625 235.3175 462.98438ZM237.16125 461.5Q236.755 461.5 236.48938 461.84375Q236.23938 462.1875 236.23938 463.09375Q236.23938 463.90625 236.505 464.25Q236.77063 464.59375 237.16125 464.59375Q237.55188 464.59375 237.8175 464.25Q238.08313 463.90625 238.08313 463.0Q238.08313 462.17188 237.8175 461.84375Q237.55188 461.5 237.16125 461.5Z" fill-rule="nonzero"/><path fill="#808080" d="M228.03625 458.51562L226.98938 458.59375Q226.84875 457.96875 226.59875 457.6875Q226.16125 457.23438 225.53625 457.23438Q225.03625 457.23438 224.64563 457.51562Q224.16125 457.89062 223.86438 458.59375Q223.58313 459.28125 223.5675 460.5625Q223.9425 459.98438 224.48938 459.70312Q225.05188 459.42188 225.66125 459.42188Q226.70813 459.42188 227.4425 460.20312Q228.1925 460.98438 228.1925 462.20312Q228.1925 463.01562 227.83313 463.71875Q227.48938 464.40625 226.88 464.78125Q226.27063 465.14062 225.505 465.14062Q224.17688 465.14062 223.34875 464.17188Q222.52063 463.20312 222.52063 460.98438Q222.52063 458.48438 223.4425 457.35938Q224.23938 456.375 225.59875 456.375Q226.61438 456.375 227.255 456.95312Q227.91125 457.51562 228.03625 458.51562ZM223.73938 462.21875Q223.73938 462.76562 223.95813 463.26562Q224.1925 463.75 224.59875 464.01562Q225.02063 464.28125 225.48938 464.28125Q226.14563 464.28125 226.63 463.75Q227.11438 463.20312 227.11438 462.28125Q227.11438 461.39062 226.63 460.875Q226.16125 460.35938 225.4425 460.35938Q224.72375 460.35938 224.22375 460.875Q223.73938 461.39062 223.73938 462.21875ZM229.77063 458.46875Q229.77063 457.54688 230.22375 456.90625Q230.6925 456.26562 231.5675 456.26562Q232.38 456.26562 232.91125 456.84375Q233.4425 457.42188 233.4425 458.53125Q233.4425 459.625 232.89563 460.21875Q232.36438 460.79688 231.58313 460.79688Q230.80188 460.79688 230.28625 460.21875Q229.77063 459.64062 229.77063 458.46875ZM231.59875 456.98438Q231.20813 456.98438 230.9425 457.32812Q230.6925 457.67188 230.6925 458.57812Q230.6925 459.40625 230.9425 459.75Q231.20813 460.07812 231.59875 460.07812Q232.005 460.07812 232.255 459.73438Q232.52063 459.39062 232.52063 458.5Q232.52063 457.65625 232.255 457.32812Q231.98938 456.98438 231.59875 456.98438ZM231.59875 465.3125L236.30188 456.26562L237.16125 456.26562L232.47375 465.3125L231.59875 465.3125ZM235.3175 462.98438Q235.3175 462.0625 235.77063 461.42188Q236.23938 460.78125 237.13 460.78125Q237.9425 460.78125 238.47375 461.35938Q239.005 461.92188 239.005 463.04688Q239.005 464.14062 238.45813 464.73438Q237.92688 465.3125 237.13 465.3125Q236.36438 465.3125 235.83313 464.73438Q235.3175 464.15625 235.3175 462.98438ZM237.16125 461.5Q236.755 461.5 236.48938 461.84375Q236.23938 462.1875 236.23938 463.09375Q236.23938 463.90625 236.505 464.25Q236.77063 464.59375 237.16125 464.59375Q237.55188 464.59375 237.8175 464.25Q238.08313 463.90625 238.08313 463.0Q238.08313 462.17188 237.8175 461.84375Q237.55188 461.5 237.16125 461.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M345.35 503.73438L346.4125 503.59375Q346.58438 504.48438 347.02188 504.89062Q347.45938 505.28125 348.08438 505.28125Q348.83438 505.28125 349.35 504.76562Q349.86563 504.25 349.86563 503.48438Q349.86563 502.76562 349.38126 502.29688Q348.9125 501.8125 348.17813 501.8125Q347.88126 501.8125 347.42813 501.9375L347.55313 501.0Q347.6625 501.01562 347.725 501.01562Q348.39688 501.01562 348.92813 500.67188Q349.475 500.3125 349.475 499.57812Q349.475 499.0 349.08438 498.625Q348.69376 498.23438 348.06876 498.23438Q347.45938 498.23438 347.0375 498.625Q346.63126 499.01562 346.52188 499.78125L345.45938 499.59375Q345.64688 498.54688 346.33438 497.96875Q347.02188 497.375 348.0375 497.375Q348.74063 497.375 349.33438 497.6875Q349.92813 497.98438 350.24063 498.5Q350.55313 499.01562 350.55313 499.60938Q350.55313 500.15625 350.25626 500.625Q349.95938 501.07812 349.38126 501.34375Q350.13126 501.51562 350.55313 502.07812Q350.975 502.625 350.975 503.46875Q350.975 504.59375 350.14688 505.375Q349.33438 506.15625 348.08438 506.15625Q346.95938 506.15625 346.20938 505.48438Q345.45938 504.79688 345.35 503.73438ZM353.975 501.34375Q353.31876 501.09375 352.99063 500.65625Q352.67813 500.20312 352.67813 499.59375Q352.67813 498.65625 353.35 498.01562Q354.0375 497.375 355.14688 497.375Q356.27188 497.375 356.95938 498.03125Q357.64688 498.6875 357.64688 499.625Q357.64688 500.21875 357.33438 500.65625Q357.02188 501.09375 356.38126 501.34375Q357.17813 501.59375 357.58438 502.17188Q357.99063 502.75 357.99063 503.54688Q357.99063 504.64062 357.20938 505.39062Q356.44376 506.14062 355.1625 506.14062Q353.89688 506.14062 353.11563 505.39062Q352.33438 504.64062 352.33438 503.51562Q352.33438 502.67188 352.75626 502.10938Q353.19376 501.54688 353.975 501.34375ZM353.75626 499.54688Q353.75626 500.15625 354.14688 500.54688Q354.55313 500.9375 355.17813 500.9375Q355.7875 500.9375 356.17813 500.5625Q356.56876 500.17188 356.56876 499.60938Q356.56876 499.03125 356.1625 498.64062Q355.75626 498.23438 355.1625 498.23438Q354.55313 498.23438 354.14688 498.625Q353.75626 499.01562 353.75626 499.54688ZM353.42813 503.51562Q353.42813 503.96875 353.63126 504.39062Q353.85 504.8125 354.27188 505.04688Q354.69376 505.28125 355.17813 505.28125Q355.92813 505.28125 356.4125 504.79688Q356.9125 504.3125 356.9125 503.5625Q356.9125 502.79688 356.4125 502.29688Q355.9125 501.79688 355.14688 501.79688Q354.39688 501.79688 353.9125 502.29688Q353.42813 502.78125 353.42813 503.51562ZM359.55313 499.46875Q359.55313 498.54688 360.00626 497.90625Q360.475 497.26562 361.35 497.26562Q362.1625 497.26562 362.69376 497.84375Q363.225 498.42188 363.225 499.53125Q363.225 500.625 362.67813 501.21875Q362.14688 501.79688 361.36563 501.79688Q360.58438 501.79688 360.06876 501.21875Q359.55313 500.64062 359.55313 499.46875ZM361.38126 497.98438Q360.99063 497.98438 360.725 498.32812Q360.475 498.67188 360.475 499.57812Q360.475 500.40625 360.725 500.75Q360.99063 501.07812 361.38126 501.07812Q361.7875 501.07812 362.0375 500.73438Q362.30313 500.39062 362.30313 499.5Q362.30313 498.65625 362.0375 498.32812Q361.77188 497.98438 361.38126 497.98438ZM361.38126 506.3125L366.08438 497.26562L366.94376 497.26562L362.25626 506.3125L361.38126 506.3125ZM365.1 503.98438Q365.1 503.0625 365.55313 502.42188Q366.02188 501.78125 366.9125 501.78125Q367.725 501.78125 368.25626 502.35938Q368.7875 502.92188 368.7875 504.04688Q368.7875 505.14062 368.24063 505.73438Q367.70938 506.3125 366.9125 506.3125Q366.14688 506.3125 365.61563 505.73438Q365.1 505.15625 365.1 503.98438ZM366.94376 502.5Q366.5375 502.5 366.27188 502.84375Q366.02188 503.1875 366.02188 504.09375Q366.02188 504.90625 366.2875 505.25Q366.55313 505.59375 366.94376 505.59375Q367.33438 505.59375 367.6 505.25Q367.86563 504.90625 367.86563 504.0Q367.86563 503.17188 367.6 502.84375Q367.33438 502.5 366.94376 502.5Z" fill-rule="nonzero"/><path fill="#808080" d="M345.35 503.73438L346.4125 503.59375Q346.58438 504.48438 347.02188 504.89062Q347.45938 505.28125 348.08438 505.28125Q348.83438 505.28125 349.35 504.76562Q349.86563 504.25 349.86563 503.48438Q349.86563 502.76562 349.38126 502.29688Q348.9125 501.8125 348.17813 501.8125Q347.88126 501.8125 347.42813 501.9375L347.55313 501.0Q347.6625 501.01562 347.725 501.01562Q348.39688 501.01562 348.92813 500.67188Q349.475 500.3125 349.475 499.57812Q349.475 499.0 349.08438 498.625Q348.69376 498.23438 348.06876 498.23438Q347.45938 498.23438 347.0375 498.625Q346.63126 499.01562 346.52188 499.78125L345.45938 499.59375Q345.64688 498.54688 346.33438 497.96875Q347.02188 497.375 348.0375 497.375Q348.74063 497.375 349.33438 497.6875Q349.92813 497.98438 350.24063 498.5Q350.55313 499.01562 350.55313 499.60938Q350.55313 500.15625 350.25626 500.625Q349.95938 501.07812 349.38126 501.34375Q350.13126 501.51562 350.55313 502.07812Q350.975 502.625 350.975 503.46875Q350.975 504.59375 350.14688 505.375Q349.33438 506.15625 348.08438 506.15625Q346.95938 506.15625 346.20938 505.48438Q345.45938 504.79688 345.35 503.73438ZM353.975 501.34375Q353.31876 501.09375 352.99063 500.65625Q352.67813 500.20312 352.67813 499.59375Q352.67813 498.65625 353.35 498.01562Q354.0375 497.375 355.14688 497.375Q356.27188 497.375 356.95938 498.03125Q357.64688 498.6875 357.64688 499.625Q357.64688 500.21875 357.33438 500.65625Q357.02188 501.09375 356.38126 501.34375Q357.17813 501.59375 357.58438 502.17188Q357.99063 502.75 357.99063 503.54688Q357.99063 504.64062 357.20938 505.39062Q356.44376 506.14062 355.1625 506.14062Q353.89688 506.14062 353.11563 505.39062Q352.33438 504.64062 352.33438 503.51562Q352.33438 502.67188 352.75626 502.10938Q353.19376 501.54688 353.975 501.34375ZM353.75626 499.54688Q353.75626 500.15625 354.14688 500.54688Q354.55313 500.9375 355.17813 500.9375Q355.7875 500.9375 356.17813 500.5625Q356.56876 500.17188 356.56876 499.60938Q356.56876 499.03125 356.1625 498.64062Q355.75626 498.23438 355.1625 498.23438Q354.55313 498.23438 354.14688 498.625Q353.75626 499.01562 353.75626 499.54688ZM353.42813 503.51562Q353.42813 503.96875 353.63126 504.39062Q353.85 504.8125 354.27188 505.04688Q354.69376 505.28125 355.17813 505.28125Q355.92813 505.28125 356.4125 504.79688Q356.9125 504.3125 356.9125 503.5625Q356.9125 502.79688 356.4125 502.29688Q355.9125 501.79688 355.14688 501.79688Q354.39688 501.79688 353.9125 502.29688Q353.42813 502.78125 353.42813 503.51562ZM359.55313 499.46875Q359.55313 498.54688 360.00626 497.90625Q360.475 497.26562 361.35 497.26562Q362.1625 497.26562 362.69376 497.84375Q363.225 498.42188 363.225 499.53125Q363.225 500.625 362.67813 501.21875Q362.14688 501.79688 361.36563 501.79688Q360.58438 501.79688 360.06876 501.21875Q359.55313 500.64062 359.55313 499.46875ZM361.38126 497.98438Q360.99063 497.98438 360.725 498.32812Q360.475 498.67188 360.475 499.57812Q360.475 500.40625 360.725 500.75Q360.99063 501.07812 361.38126 501.07812Q361.7875 501.07812 362.0375 500.73438Q362.30313 500.39062 362.30313 499.5Q362.30313 498.65625 362.0375 498.32812Q361.77188 497.98438 361.38126 497.98438ZM361.38126 506.3125L366.08438 497.26562L366.94376 497.26562L362.25626 506.3125L361.38126 506.3125ZM365.1 503.98438Q365.1 503.0625 365.55313 502.42188Q366.02188 501.78125 366.9125 501.78125Q367.725 501.78125 368.25626 502.35938Q368.7875 502.92188 368.7875 504.04688Q368.7875 505.14062 368.24063 505.73438Q367.70938 506.3125 366.9125 506.3125Q366.14688 506.3125 365.61563 505.73438Q365.1 505.15625 365.1 503.98438ZM366.94376 502.5Q366.5375 502.5 366.27188 502.84375Q366.02188 503.1875 366.02188 504.09375Q366.02188 504.90625 366.2875 505.25Q366.55313 505.59375 366.94376 505.59375Q367.33438 505.59375 367.6 505.25Q367.86563 504.90625 367.86563 504.0Q367.86563 503.17188 367.6 502.84375Q367.33438 502.5 366.94376 502.5Z" fill-rule="nonzero"/><path fill="#666666" d="M331.95312 565.5808Q331.95312 564.65894 332.40625 564.0183Q332.875 563.3777 333.75 563.3777Q334.5625 563.3777 335.09375 563.9558Q335.625 564.53394 335.625 565.6433Q335.625 566.73706 335.07812 567.3308Q334.54688 567.90894 333.76562 567.90894Q332.98438 567.90894 332.46875 567.3308Q331.95312 566.7527 331.95312 565.5808ZM333.78125 564.09644Q333.39062 564.09644 333.125 564.4402Q332.875 564.78394 332.875 565.6902Q332.875 566.5183 333.125 566.86206Q333.39062 567.1902 333.78125 567.1902Q334.1875 567.1902 334.4375 566.84644Q334.70312 566.5027 334.70312 565.61206Q334.70312 564.7683 334.4375 564.4402Q334.17188 564.09644 333.78125 564.09644ZM333.78125 572.42456L338.48438 563.3777L339.34375 563.3777L334.65625 572.42456L333.78125 572.42456ZM337.5 570.09644Q337.5 569.17456 337.95312 568.53394Q338.42188 567.8933 339.3125 567.8933Q340.125 567.8933 340.65625 568.47144Q341.1875 569.03394 341.1875 570.15894Q341.1875 571.2527 340.64062 571.84644Q340.10938 572.42456 339.3125 572.42456Q338.54688 572.42456 338.01562 571.84644Q337.5 571.2683 337.5 570.09644ZM339.34375 568.61206Q338.9375 568.61206 338.67188 568.9558Q338.42188 569.29956 338.42188 570.2058Q338.42188 571.0183 338.6875 571.36206Q338.95312 571.7058 339.34375 571.7058Q339.73438 571.7058 340.0 571.36206Q340.26562 571.0183 340.26562 570.11206Q340.26562 569.28394 340.0 568.9558Q339.73438 568.61206 339.34375 568.61206ZM345.65625 569.0027Q345.65625 567.2683 346.60938 566.4402Q347.40625 565.7527 348.5625 565.7527Q349.84375 565.7527 350.65625 566.59644Q351.48438 567.42456 351.48438 568.90894Q351.48438 570.11206 351.125 570.79956Q350.76562 571.48706 350.0625 571.8777Q349.375 572.2527 348.5625 572.2527Q347.26562 572.2527 346.45312 571.42456Q345.65625 570.5808 345.65625 569.0027ZM346.73438 569.0027Q346.73438 570.1902 347.25 570.78394Q347.78125 571.3777 348.5625 571.3777Q349.35938 571.3777 349.875 570.78394Q350.39062 570.1902 350.39062 568.97144Q350.39062 567.8152 349.85938 567.22144Q349.34375 566.6277 348.5625 566.6277Q347.78125 566.6277 347.25 567.22144Q346.73438 567.79956 346.73438 569.0027ZM353.29688 572.11206L353.29688 566.7058L352.35938 566.7058L352.35938 565.8933L353.29688 565.8933L353.29688 565.22144Q353.29688 564.59644 353.40625 564.29956Q353.5625 563.8777 353.9375 563.6277Q354.32812 563.3777 355.01562 563.3777Q355.46875 563.3777 356.0 563.48706L355.84375 564.3933Q355.51562 564.34644 355.21875 564.34644Q354.73438 564.34644 354.53125 564.54956Q354.34375 564.7527 354.34375 565.3152L354.34375 565.8933L355.5625 565.8933L355.5625 566.7058L354.34375 566.7058L354.34375 572.11206L353.29688 572.11206ZM359.03125 572.11206L359.03125 565.8933L359.98438 565.8933L359.98438 566.8308Q360.34375 566.17456 360.64062 565.97144Q360.95312 565.7527 361.32812 565.7527Q361.85938 565.7527 362.40625 566.0808L362.04688 567.0652Q361.65625 566.8308 361.28125 566.8308Q360.92188 566.8308 360.64062 567.04956Q360.375 567.2527 360.26562 567.6277Q360.07812 568.1902 360.07812 568.84644L360.07812 572.11206L359.03125 572.11206ZM367.29688 570.11206L368.39062 570.23706Q368.14062 571.1902 367.4375 571.72144Q366.73438 572.2527 365.65625 572.2527Q364.29688 572.2527 363.48438 571.40894Q362.6875 570.5652 362.6875 569.04956Q362.6875 567.48706 363.5 566.6277Q364.3125 565.7527 365.59375 565.7527Q366.84375 565.7527 367.625 566.59644Q368.42188 567.4402 368.42188 568.98706Q368.42188 569.0808 368.42188 569.2683L363.78125 569.2683Q363.84375 570.29956 364.35938 570.84644Q364.875 571.3777 365.65625 571.3777Q366.23438 571.3777 366.64062 571.0808Q367.0625 570.7683 367.29688 570.11206ZM363.84375 568.40894L367.3125 568.40894Q367.25 567.61206 366.92188 567.22144Q366.40625 566.61206 365.60938 566.61206Q364.875 566.61206 364.375 567.09644Q363.89062 567.5808 363.84375 568.40894ZM369.625 570.2527L370.65625 570.09644Q370.75 570.72144 371.14062 571.04956Q371.54688 571.3777 372.28125 571.3777Q373.0 571.3777 373.34375 571.09644Q373.70312 570.79956 373.70312 570.3933Q373.70312 570.03394 373.39062 569.8308Q373.17188 569.6902 372.3125 569.47144Q371.15625 569.17456 370.70312 568.97144Q370.26562 568.7527 370.03125 568.3777Q369.79688 568.0027 369.79688 567.53394Q369.79688 567.1277 369.98438 566.7683Q370.17188 566.40894 370.5 566.17456Q370.75 566.0027 371.17188 565.8777Q371.59375 565.7527 372.09375 565.7527Q372.8125 565.7527 373.35938 565.97144Q373.92188 566.17456 374.1875 566.53394Q374.45312 566.8933 374.54688 567.48706L373.51562 567.6277Q373.45312 567.15894 373.10938 566.8933Q372.78125 566.61206 372.15625 566.61206Q371.4375 566.61206 371.125 566.86206Q370.8125 567.09644 370.8125 567.42456Q370.8125 567.6277 370.9375 567.78394Q371.07812 567.9558 371.34375 568.0652Q371.5 568.1277 372.28125 568.3308Q373.40625 568.6433 373.84375 568.8308Q374.28125 569.0183 374.53125 569.3777Q374.78125 569.73706 374.78125 570.28394Q374.78125 570.8152 374.46875 571.28394Q374.17188 571.73706 373.59375 572.0027Q373.01562 572.2527 372.28125 572.2527Q371.0625 572.2527 370.42188 571.7527Q369.79688 571.23706 369.625 570.2527ZM376.04688 574.5027L376.04688 565.8933L377.0 565.8933L377.0 566.6902Q377.34375 566.22144 377.76562 565.98706Q378.20312 565.7527 378.8125 565.7527Q379.60938 565.7527 380.21875 566.15894Q380.82812 566.5652 381.125 567.3152Q381.4375 568.0652 381.4375 568.9558Q381.4375 569.90894 381.09375 570.67456Q380.76562 571.4402 380.10938 571.84644Q379.45312 572.2527 378.73438 572.2527Q378.20312 572.2527 377.78125 572.03394Q377.35938 571.79956 377.09375 571.47144L377.09375 574.5027L376.04688 574.5027ZM377.0 569.03394Q377.0 570.23706 377.48438 570.8152Q377.96875 571.3777 378.65625 571.3777Q379.35938 571.3777 379.85938 570.78394Q380.35938 570.1902 380.35938 568.9402Q380.35938 567.7527 379.875 567.17456Q379.39062 566.5808 378.70312 566.5808Q378.03125 566.5808 377.51562 567.2058Q377.0 567.8308 377.0 569.03394ZM382.65625 569.0027Q382.65625 567.2683 383.60938 566.4402Q384.40625 565.7527 385.5625 565.7527Q386.84375 565.7527 387.65625 566.59644Q388.48438 567.42456 388.48438 568.90894Q388.48438 570.11206 388.125 570.79956Q387.76562 571.48706 387.0625 571.8777Q386.375 572.2527 385.5625 572.2527Q384.26562 572.2527 383.45312 571.42456Q382.65625 570.5808 382.65625 569.0027ZM383.73438 569.0027Q383.73438 570.1902 384.25 570.78394Q384.78125 571.3777 385.5625 571.3777Q386.35938 571.3777 386.875 570.78394Q387.39062 570.1902 387.39062 568.97144Q387.39062 567.8152 386.85938 567.22144Q386.34375 566.6277 385.5625 566.6277Q384.78125 566.6277 384.25 567.22144Q383.73438 567.79956 383.73438 569.0027ZM390.04688 572.11206L390.04688 565.8933L390.98438 565.8933L390.98438 566.7683Q391.67188 565.7527 392.96875 565.7527Q393.53125 565.7527 394.0 565.9558Q394.48438 566.15894 394.71875 566.48706Q394.95312 566.8152 395.04688 567.2527Q395.09375 567.54956 395.09375 568.28394L395.09375 572.11206L394.04688 572.11206L394.04688 568.3308Q394.04688 567.67456 393.92188 567.36206Q393.79688 567.04956 393.48438 566.86206Q393.17188 566.65894 392.75 566.65894Q392.07812 566.65894 391.57812 567.09644Q391.09375 567.5183 391.09375 568.7058L391.09375 572.11206L390.04688 572.11206ZM401.07812 572.11206L401.07812 571.3308Q400.48438 572.2527 399.34375 572.2527Q398.59375 572.2527 397.96875 571.84644Q397.34375 571.42456 397.0 570.6902Q396.65625 569.9558 396.65625 569.0027Q396.65625 568.0808 396.96875 567.3152Q397.28125 566.54956 397.90625 566.15894Q398.53125 565.7527 399.29688 565.7527Q399.85938 565.7527 400.29688 565.98706Q400.73438 566.22144 401.01562 566.59644L401.01562 563.5183L402.0625 563.5183L402.0625 572.11206L401.07812 572.11206ZM397.75 569.0027Q397.75 570.2058 398.25 570.79956Q398.75 571.3777 399.4375 571.3777Q400.125 571.3777 400.60938 570.8152Q401.09375 570.2527 401.09375 569.09644Q401.09375 567.8152 400.59375 567.22144Q400.10938 566.6277 399.39062 566.6277Q398.6875 566.6277 398.21875 567.2058Q397.75 567.7683 397.75 569.0027ZM408.29688 570.11206L409.39062 570.23706Q409.14062 571.1902 408.4375 571.72144Q407.73438 572.2527 406.65625 572.2527Q405.29688 572.2527 404.48438 571.40894Q403.6875 570.5652 403.6875 569.04956Q403.6875 567.48706 404.5 566.6277Q405.3125 565.7527 406.59375 565.7527Q407.84375 565.7527 408.625 566.59644Q409.42188 567.4402 409.42188 568.98706Q409.42188 569.0808 409.42188 569.2683L404.78125 569.2683Q404.84375 570.29956 405.35938 570.84644Q405.875 571.3777 406.65625 571.3777Q407.23438 571.3777 407.64062 571.0808Q408.0625 570.7683 408.29688 570.11206ZM404.84375 568.40894L408.3125 568.40894Q408.25 567.61206 407.92188 567.22144Q407.40625 566.61206 406.60938 566.61206Q405.875 566.61206 405.375 567.09644Q404.89062 567.5808 404.84375 568.40894ZM411.04688 572.11206L411.04688 565.8933L411.98438 565.8933L411.98438 566.7683Q412.67188 565.7527 413.96875 565.7527Q414.53125 565.7527 415.0 565.9558Q415.48438 566.15894 415.71875 566.48706Q415.95312 566.8152 416.04688 567.2527Q416.09375 567.54956 416.09375 568.28394L416.09375 572.11206L415.04688 572.11206L415.04688 568.3308Q415.04688 567.67456 414.92188 567.36206Q414.79688 567.04956 414.48438 566.86206Q414.17188 566.65894 413.75 566.65894Q413.07812 566.65894 412.57812 567.09644Q412.09375 567.5183 412.09375 568.7058L412.09375 572.11206L411.04688 572.11206ZM420.34375 571.17456L420.5 572.09644Q420.04688 572.1902 419.70312 572.1902Q419.125 572.1902 418.8125 572.0183Q418.5 571.8308 418.35938 571.53394Q418.23438 571.23706 418.23438 570.28394L418.23438 566.7058L417.46875 566.7058L417.46875 565.8933L418.23438 565.8933L418.23438 564.34644L419.28125 563.72144L419.28125 565.8933L420.34375 565.8933L420.34375 566.7058L419.28125 566.7058L419.28125 570.34644Q419.28125 570.79956 419.32812 570.92456Q419.39062 571.04956 419.51562 571.1277Q419.64062 571.2058 419.875 571.2058Q420.0625 571.2058 420.34375 571.17456ZM420.625 570.2527L421.65625 570.09644Q421.75 570.72144 422.14062 571.04956Q422.54688 571.3777 423.28125 571.3777Q424.0 571.3777 424.34375 571.09644Q424.70312 570.79956 424.70312 570.3933Q424.70312 570.03394 424.39062 569.8308Q424.17188 569.6902 423.3125 569.47144Q422.15625 569.17456 421.70312 568.97144Q421.26562 568.7527 421.03125 568.3777Q420.79688 568.0027 420.79688 567.53394Q420.79688 567.1277 420.98438 566.7683Q421.17188 566.40894 421.5 566.17456Q421.75 566.0027 422.17188 565.8777Q422.59375 565.7527 423.09375 565.7527Q423.8125 565.7527 424.35938 565.97144Q424.92188 566.17456 425.1875 566.53394Q425.45312 566.8933 425.54688 567.48706L424.51562 567.6277Q424.45312 567.15894 424.10938 566.8933Q423.78125 566.61206 423.15625 566.61206Q422.4375 566.61206 422.125 566.86206Q421.8125 567.09644 421.8125 567.42456Q421.8125 567.6277 421.9375 567.78394Q422.07812 567.9558 422.34375 568.0652Q422.5 568.1277 423.28125 568.3308Q424.40625 568.6433 424.84375 568.8308Q425.28125 569.0183 425.53125 569.3777Q425.78125 569.73706 425.78125 570.28394Q425.78125 570.8152 425.46875 571.28394Q425.17188 571.73706 424.59375 572.0027Q424.01562 572.2527 423.28125 572.2527Q422.0625 572.2527 421.42188 571.7527Q420.79688 571.23706 420.625 570.2527Z" fill-rule="nonzero"/><path fill="#666666" d="M90.4375 95.68392L90.4375 87.09017L94.25 87.09017Q95.40625 87.09017 96.0 87.32455Q96.59375 87.55892 96.953125 88.15267Q97.3125 88.7308 97.3125 89.43392Q97.3125 90.3558 96.71875 90.9808Q96.125 91.6058 94.890625 91.77767Q95.34375 91.99642 95.578125 92.19955Q96.078125 92.65267 96.515625 93.34017L98.015625 95.68392L96.578125 95.68392L95.453125 93.90267Q94.953125 93.12142 94.625 92.71517Q94.3125 92.30892 94.046875 92.15267Q93.796875 91.9808 93.53125 91.90267Q93.34375 91.87142 92.90625 91.87142L91.578125 91.87142L91.578125 95.68392L90.4375 95.68392ZM91.578125 90.88705L94.03125 90.88705Q94.796875 90.88705 95.234375 90.7308Q95.6875 90.55892 95.90625 90.21517Q96.140625 89.8558 96.140625 89.43392Q96.140625 88.82455 95.6875 88.43392Q95.25 88.0433 94.296875 88.0433L91.578125 88.0433L91.578125 90.88705ZM103.546875 93.68392L104.640625 93.80892Q104.390625 94.76205 103.6875 95.2933Q102.984375 95.82455 101.90625 95.82455Q100.546875 95.82455 99.734375 94.9808Q98.9375 94.13705 98.9375 92.62142Q98.9375 91.05892 99.75 90.19955Q100.5625 89.32455 101.84375 89.32455Q103.09375 89.32455 103.875 90.1683Q104.671875 91.01205 104.671875 92.55892Q104.671875 92.65267 104.671875 92.84017L100.03125 92.84017Q100.09375 93.87142 100.609375 94.4183Q101.125 94.94955 101.90625 94.94955Q102.484375 94.94955 102.890625 94.65267Q103.3125 94.34017 103.546875 93.68392ZM100.09375 91.9808L103.5625 91.9808Q103.5 91.18392 103.171875 90.7933Q102.65625 90.18392 101.859375 90.18392Q101.125 90.18392 100.625 90.6683Q100.140625 91.15267 100.09375 91.9808ZM110.328125 95.68392L110.328125 94.90267Q109.734375 95.82455 108.59375 95.82455Q107.84375 95.82455 107.21875 95.4183Q106.59375 94.99642 106.25 94.26205Q105.90625 93.52767 105.90625 92.57455Q105.90625 91.65267 106.21875 90.88705Q106.53125 90.12142 107.15625 89.7308Q107.78125 89.32455 108.546875 89.32455Q109.109375 89.32455 109.546875 89.55892Q109.984375 89.7933 110.265625 90.1683L110.265625 87.09017L111.3125 87.09017L111.3125 95.68392L110.328125 95.68392ZM107.0 92.57455Q107.0 93.77767 107.5 94.37142Q108.0 94.94955 108.6875 94.94955Q109.375 94.94955 109.859375 94.38705Q110.34375 93.82455 110.34375 92.6683Q110.34375 91.38705 109.84375 90.7933Q109.359375 90.19955 108.640625 90.19955Q107.9375 90.19955 107.46875 90.77767Q107.0 91.34017 107.0 92.57455ZM117.328125 95.68392L117.328125 94.90267Q116.734375 95.82455 115.59375 95.82455Q114.84375 95.82455 114.21875 95.4183Q113.59375 94.99642 113.25 94.26205Q112.90625 93.52767 112.90625 92.57455Q112.90625 91.65267 113.21875 90.88705Q113.53125 90.12142 114.15625 89.7308Q114.78125 89.32455 115.546875 89.32455Q116.109375 89.32455 116.546875 89.55892Q116.984375 89.7933 117.265625 90.1683L117.265625 87.09017L118.3125 87.09017L118.3125 95.68392L117.328125 95.68392ZM114.0 92.57455Q114.0 93.77767 114.5 94.37142Q115.0 94.94955 115.6875 94.94955Q116.375 94.94955 116.859375 94.38705Q117.34375 93.82455 117.34375 92.6683Q117.34375 91.38705 116.84375 90.7933Q116.359375 90.19955 115.640625 90.19955Q114.9375 90.19955 114.46875 90.77767Q114.0 91.34017 114.0 92.57455ZM120.296875 88.30892L120.296875 87.09017L121.359375 87.09017L121.359375 88.30892L120.296875 88.30892ZM120.296875 95.68392L120.296875 89.46517L121.359375 89.46517L121.359375 95.68392L120.296875 95.68392ZM125.59375 94.74642L125.75 95.6683Q125.296875 95.76205 124.953125 95.76205Q124.375 95.76205 124.0625 95.59017Q123.75 95.40267 123.609375 95.1058Q123.484375 94.80892 123.484375 93.8558L123.484375 90.27767L122.71875 90.27767L122.71875 89.46517L123.484375 89.46517L123.484375 87.9183L124.53125 87.2933L124.53125 89.46517L125.59375 89.46517L125.59375 90.27767L124.53125 90.27767L124.53125 93.9183Q124.53125 94.37142 124.578125 94.49642Q124.640625 94.62142 124.765625 94.69955Q124.890625 94.77767 125.125 94.77767Q125.3125 94.77767 125.59375 94.74642ZM131.3125 98.21517Q130.4375 97.1058 129.82812 95.63705Q129.23438 94.15267 129.23438 92.57455Q129.23438 91.18392 129.67188 89.90267Q130.20312 88.4183 131.3125 86.94955L132.0625 86.94955Q131.35938 88.1683 131.125 88.68392Q130.76562 89.49642 130.5625 90.37142Q130.3125 91.46517 130.3125 92.57455Q130.3125 95.40267 132.0625 98.21517L131.3125 98.21517ZM133.28125 95.68392L133.28125 89.46517L134.23438 89.46517L134.23438 90.40267Q134.59375 89.74642 134.89062 89.5433Q135.20312 89.32455 135.57812 89.32455Q136.10938 89.32455 136.65625 89.65267L136.29688 90.63705Q135.90625 90.40267 135.53125 90.40267Q135.17188 90.40267 134.89062 90.62142Q134.625 90.82455 134.51562 91.19955Q134.32812 91.76205 134.32812 92.4183L134.32812 95.68392L133.28125 95.68392ZM136.5 95.82455L138.98438 86.94955L139.82812 86.94955L137.34375 95.82455L136.5 95.82455ZM140.09375 96.19955L141.125 96.3558Q141.1875 96.82455 141.48438 97.0433Q141.875 97.34017 142.54688 97.34017Q143.28125 97.34017 143.67188 97.0433Q144.07812 96.74642 144.21875 96.2308Q144.3125 95.90267 144.29688 94.87142Q143.60938 95.68392 142.57812 95.68392Q141.29688 95.68392 140.59375 94.76205Q139.89062 93.82455 139.89062 92.5433Q139.89062 91.65267 140.20312 90.90267Q140.53125 90.13705 141.14062 89.7308Q141.75 89.32455 142.57812 89.32455Q143.6875 89.32455 144.40625 90.21517L144.40625 89.46517L145.375 89.46517L145.375 94.84017Q145.375 96.2933 145.07812 96.90267Q144.78125 97.51205 144.14062 97.8558Q143.5 98.21517 142.5625 98.21517Q141.45312 98.21517 140.76562 97.71517Q140.07812 97.21517 140.09375 96.19955ZM140.96875 92.46517Q140.96875 93.68392 141.45312 94.24642Q141.9375 94.80892 142.67188 94.80892Q143.40625 94.80892 143.89062 94.24642Q144.39062 93.68392 144.39062 92.49642Q144.39062 91.3558 143.875 90.77767Q143.375 90.19955 142.65625 90.19955Q141.95312 90.19955 141.45312 90.77767Q140.96875 91.34017 140.96875 92.46517ZM146.90625 92.57455Q146.90625 90.84017 147.85938 90.01205Q148.65625 89.32455 149.8125 89.32455Q151.09375 89.32455 151.90625 90.1683Q152.73438 90.99642 152.73438 92.4808Q152.73438 93.68392 152.375 94.37142Q152.01562 95.05892 151.3125 95.44955Q150.625 95.82455 149.8125 95.82455Q148.51562 95.82455 147.70312 94.99642Q146.90625 94.15267 146.90625 92.57455ZM147.98438 92.57455Q147.98438 93.76205 148.5 94.3558Q149.03125 94.94955 149.8125 94.94955Q150.60938 94.94955 151.125 94.3558Q151.64062 93.76205 151.64062 92.5433Q151.64062 91.38705 151.10938 90.7933Q150.59375 90.19955 149.8125 90.19955Q149.03125 90.19955 148.5 90.7933Q147.98438 91.37142 147.98438 92.57455ZM154.26562 95.68392L154.26562 87.09017L155.32812 87.09017L155.32812 95.68392L154.26562 95.68392ZM161.35938 94.9183Q160.76562 95.4183 160.21875 95.62142Q159.6875 95.82455 159.0625 95.82455Q158.03125 95.82455 157.48438 95.32455Q156.9375 94.82455 156.9375 94.0433Q156.9375 93.59017 157.14062 93.21517Q157.34375 92.82455 157.6875 92.6058Q158.03125 92.37142 158.45312 92.26205Q158.75 92.1683 159.39062 92.09017Q160.65625 91.94955 161.26562 91.7308Q161.26562 91.51205 161.26562 91.46517Q161.26562 90.80892 160.96875 90.5433Q160.5625 90.19955 159.76562 90.19955Q159.03125 90.19955 158.67188 90.46517Q158.3125 90.71517 158.14062 91.37142L157.10938 91.2308Q157.25 90.57455 157.57812 90.1683Q157.90625 89.76205 158.51562 89.5433Q159.125 89.32455 159.92188 89.32455Q160.71875 89.32455 161.21875 89.51205Q161.71875 89.69955 161.95312 89.9808Q162.1875 90.26205 162.28125 90.69955Q162.32812 90.96517 162.32812 91.6683L162.32812 93.07455Q162.32812 94.5433 162.39062 94.93392Q162.46875 95.32455 162.67188 95.68392L161.5625 95.68392Q161.40625 95.3558 161.35938 94.9183ZM161.26562 92.55892Q160.6875 92.7933 159.54688 92.96517Q158.89062 93.05892 158.625 93.18392Q158.35938 93.2933 158.20312 93.51205Q158.0625 93.7308 158.0625 94.01205Q158.0625 94.43392 158.375 94.71517Q158.70312 94.99642 159.3125 94.99642Q159.92188 94.99642 160.39062 94.7308Q160.875 94.46517 161.09375 93.99642Q161.26562 93.63705 161.26562 92.94955L161.26562 92.55892ZM164.29688 95.68392L164.29688 89.46517L165.23438 89.46517L165.23438 90.34017Q165.92188 89.32455 167.21875 89.32455Q167.78125 89.32455 168.25 89.52767Q168.73438 89.7308 168.96875 90.05892Q169.20312 90.38705 169.29688 90.82455Q169.34375 91.12142 169.34375 91.8558L169.34375 95.68392L168.29688 95.68392L168.29688 91.90267Q168.29688 91.24642 168.17188 90.93392Q168.04688 90.62142 167.73438 90.43392Q167.42188 90.2308 167.0 90.2308Q166.32812 90.2308 165.82812 90.6683Q165.34375 91.09017 165.34375 92.27767L165.34375 95.68392L164.29688 95.68392ZM171.09375 96.19955L172.125 96.3558Q172.1875 96.82455 172.48438 97.0433Q172.875 97.34017 173.54688 97.34017Q174.28125 97.34017 174.67188 97.0433Q175.07812 96.74642 175.21875 96.2308Q175.3125 95.90267 175.29688 94.87142Q174.60938 95.68392 173.57812 95.68392Q172.29688 95.68392 171.59375 94.76205Q170.89062 93.82455 170.89062 92.5433Q170.89062 91.65267 171.20312 90.90267Q171.53125 90.13705 172.14062 89.7308Q172.75 89.32455 173.57812 89.32455Q174.6875 89.32455 175.40625 90.21517L175.40625 89.46517L176.375 89.46517L176.375 94.84017Q176.375 96.2933 176.07812 96.90267Q175.78125 97.51205 175.14062 97.8558Q174.5 98.21517 173.5625 98.21517Q172.45312 98.21517 171.76562 97.71517Q171.07812 97.21517 171.09375 96.19955ZM171.96875 92.46517Q171.96875 93.68392 172.45312 94.24642Q172.9375 94.80892 173.67188 94.80892Q174.40625 94.80892 174.89062 94.24642Q175.39062 93.68392 175.39062 92.49642Q175.39062 91.3558 174.875 90.77767Q174.375 90.19955 173.65625 90.19955Q172.95312 90.19955 172.45312 90.77767Q171.96875 91.34017 171.96875 92.46517ZM178.98438 98.21517L178.23438 98.21517Q179.98438 95.40267 179.98438 92.57455Q179.98438 91.4808 179.73438 90.38705Q179.53125 89.51205 179.17188 88.69955Q178.9375 88.18392 178.23438 86.94955L178.98438 86.94955Q180.07812 88.4183 180.60938 89.90267Q181.0625 91.18392 181.0625 92.57455Q181.0625 94.15267 180.45312 95.63705Q179.84375 97.1058 178.98438 98.21517Z" fill-rule="nonzero"/><path fill="#666666" d="M148.60938 136.69714L148.60938 129.11902L145.78125 129.11902L145.78125 128.1034L152.59375 128.1034L152.59375 129.11902L149.75 129.11902L149.75 136.69714L148.60938 136.69714ZM154.4375 136.69714L152.53125 130.4784L153.625 130.4784L154.60938 134.07214L154.98438 135.40027Q155.01562 135.30652 155.3125 134.11902L156.29688 130.4784L157.375 130.4784L158.3125 134.08777L158.625 135.27527L158.98438 134.07214L160.04688 130.4784L161.07812 130.4784L159.125 136.69714L158.03125 136.69714L157.04688 132.96277L156.79688 131.9159L155.54688 136.69714L154.4375 136.69714ZM162.29688 129.32214L162.29688 128.1034L163.35938 128.1034L163.35938 129.32214L162.29688 129.32214ZM162.29688 136.69714L162.29688 130.4784L163.35938 130.4784L163.35938 136.69714L162.29688 136.69714ZM167.59375 135.75964L167.75 136.68152Q167.29688 136.77527 166.95312 136.77527Q166.375 136.77527 166.0625 136.6034Q165.75 136.4159 165.60938 136.11902Q165.48438 135.82214 165.48438 134.86902L165.48438 131.2909L164.71875 131.2909L164.71875 130.4784L165.48438 130.4784L165.48438 128.93152L166.53125 128.30652L166.53125 130.4784L167.59375 130.4784L167.59375 131.2909L166.53125 131.2909L166.53125 134.93152Q166.53125 135.38464 166.57812 135.50964Q166.64062 135.63464 166.76562 135.71277Q166.89062 135.7909 167.125 135.7909Q167.3125 135.7909 167.59375 135.75964ZM170.59375 135.75964L170.75 136.68152Q170.29688 136.77527 169.95312 136.77527Q169.375 136.77527 169.0625 136.6034Q168.75 136.4159 168.60938 136.11902Q168.48438 135.82214 168.48438 134.86902L168.48438 131.2909L167.71875 131.2909L167.71875 130.4784L168.48438 130.4784L168.48438 128.93152L169.53125 128.30652L169.53125 130.4784L170.59375 130.4784L170.59375 131.2909L169.53125 131.2909L169.53125 134.93152Q169.53125 135.38464 169.57812 135.50964Q169.64062 135.63464 169.76562 135.71277Q169.89062 135.7909 170.125 135.7909Q170.3125 135.7909 170.59375 135.75964ZM175.54688 134.69714L176.64062 134.82214Q176.39062 135.77527 175.6875 136.30652Q174.98438 136.83777 173.90625 136.83777Q172.54688 136.83777 171.73438 135.99402Q170.9375 135.15027 170.9375 133.63464Q170.9375 132.07214 171.75 131.21277Q172.5625 130.33777 173.84375 130.33777Q175.09375 130.33777 175.875 131.18152Q176.67188 132.02527 176.67188 133.57214Q176.67188 133.6659 176.67188 133.8534L172.03125 133.8534Q172.09375 134.88464 172.60938 135.43152Q173.125 135.96277 173.90625 135.96277Q174.48438 135.96277 174.89062 135.6659Q175.3125 135.3534 175.54688 134.69714ZM172.09375 132.99402L175.5625 132.99402Q175.5 132.19714 175.17188 131.80652Q174.65625 131.19714 173.85938 131.19714Q173.125 131.19714 172.625 131.68152Q172.14062 132.1659 172.09375 132.99402ZM178.28125 136.69714L178.28125 130.4784L179.23438 130.4784L179.23438 131.4159Q179.59375 130.75964 179.89062 130.55652Q180.20312 130.33777 180.57812 130.33777Q181.10938 130.33777 181.65625 130.6659L181.29688 131.65027Q180.90625 131.4159 180.53125 131.4159Q180.17188 131.4159 179.89062 131.63464Q179.625 131.83777 179.51562 132.21277Q179.32812 132.77527 179.32812 133.43152L179.32812 136.69714L178.28125 136.69714Z" fill-rule="nonzero"/><path fill="#666666" d="M95.265625 177.71036L94.28125 177.71036L94.28125 169.11661L95.34375 169.11661L95.34375 172.17911Q96.015625 171.35098 97.046875 171.35098Q97.625 171.35098 98.125 171.58536Q98.640625 171.80411 98.96875 172.22598Q99.3125 172.64786 99.5 173.24161Q99.6875 173.83536 99.6875 174.50723Q99.6875 176.10098 98.890625 176.97598Q98.09375 177.85098 97.0 177.85098Q95.890625 177.85098 95.265625 176.92911L95.265625 177.71036ZM95.25 174.55411Q95.25 175.66348 95.5625 176.16348Q96.0625 176.97598 96.90625 176.97598Q97.59375 176.97598 98.09375 176.38223Q98.609375 175.78848 98.609375 174.58536Q98.609375 173.36661 98.125 172.78848Q97.640625 172.21036 96.953125 172.21036Q96.265625 172.21036 95.75 172.81973Q95.25 173.41348 95.25 174.55411ZM101.265625 177.71036L101.265625 169.11661L102.328125 169.11661L102.328125 177.71036L101.265625 177.71036ZM103.90625 174.60098Q103.90625 172.86661 104.859375 172.03848Q105.65625 171.35098 106.8125 171.35098Q108.09375 171.35098 108.90625 172.19473Q109.734375 173.02286 109.734375 174.50723Q109.734375 175.71036 109.375 176.39786Q109.015625 177.08536 108.3125 177.47598Q107.625 177.85098 106.8125 177.85098Q105.515625 177.85098 104.703125 177.02286Q103.90625 176.17911 103.90625 174.60098ZM104.984375 174.60098Q104.984375 175.78848 105.5 176.38223Q106.03125 176.97598 106.8125 176.97598Q107.609375 176.97598 108.125 176.38223Q108.640625 175.78848 108.640625 174.56973Q108.640625 173.41348 108.109375 172.81973Q107.59375 172.22598 106.8125 172.22598Q106.03125 172.22598 105.5 172.81973Q104.984375 173.39786 104.984375 174.60098ZM111.09375 178.22598L112.125 178.38223Q112.1875 178.85098 112.484375 179.06973Q112.875 179.36661 113.546875 179.36661Q114.28125 179.36661 114.671875 179.06973Q115.078125 178.77286 115.21875 178.25723Q115.3125 177.92911 115.296875 176.89786Q114.609375 177.71036 113.578125 177.71036Q112.296875 177.71036 111.59375 176.78848Q110.890625 175.85098 110.890625 174.56973Q110.890625 173.67911 111.203125 172.92911Q111.53125 172.16348 112.140625 171.75723Q112.75 171.35098 113.578125 171.35098Q114.6875 171.35098 115.40625 172.24161L115.40625 171.49161L116.375 171.49161L116.375 176.86661Q116.375 178.31973 116.078125 178.92911Q115.78125 179.53848 115.140625 179.88223Q114.5 180.24161 113.5625 180.24161Q112.453125 180.24161 111.765625 179.74161Q111.078125 179.24161 111.09375 178.22598ZM111.96875 174.49161Q111.96875 175.71036 112.453125 176.27286Q112.9375 176.83536 113.671875 176.83536Q114.40625 176.83536 114.890625 176.27286Q115.390625 175.71036 115.390625 174.52286Q115.390625 173.38223 114.875 172.80411Q114.375 172.22598 113.65625 172.22598Q112.953125 172.22598 112.453125 172.80411Q111.96875 173.36661 111.96875 174.49161ZM118.59375 177.71036L118.59375 176.50723L119.796875 176.50723L119.796875 177.71036L118.59375 177.71036ZM125.453125 174.33536L125.453125 173.33536L129.07812 173.31973L129.07812 176.50723Q128.25 177.17911 127.359375 177.52286Q126.46875 177.85098 125.53125 177.85098Q124.265625 177.85098 123.21875 177.31973Q122.1875 176.77286 121.65625 175.75723Q121.140625 174.72598 121.140625 173.46036Q121.140625 172.19473 121.65625 171.11661Q122.1875 170.02286 123.171875 169.50723Q124.15625 168.97598 125.4375 168.97598Q126.375 168.97598 127.125 169.27286Q127.875 169.56973 128.29688 170.11661Q128.73438 170.64786 128.95312 171.52286L127.9375 171.80411Q127.734375 171.14786 127.4375 170.77286Q127.15625 170.39786 126.625 170.17911Q126.09375 169.94473 125.453125 169.94473Q124.671875 169.94473 124.09375 170.17911Q123.53125 170.41348 123.171875 170.80411Q122.828125 171.19473 122.640625 171.66348Q122.3125 172.46036 122.3125 173.38223Q122.3125 174.53848 122.703125 175.31973Q123.109375 176.08536 123.859375 176.46036Q124.609375 176.83536 125.46875 176.83536Q126.203125 176.83536 126.90625 176.55411Q127.609375 176.25723 127.96875 175.94473L127.96875 174.33536L125.453125 174.33536ZM129.90625 174.60098Q129.90625 172.86661 130.85938 172.03848Q131.65625 171.35098 132.8125 171.35098Q134.09375 171.35098 134.90625 172.19473Q135.73438 173.02286 135.73438 174.50723Q135.73438 175.71036 135.375 176.39786Q135.01562 177.08536 134.3125 177.47598Q133.625 177.85098 132.8125 177.85098Q131.51562 177.85098 130.70312 177.02286Q129.90625 176.17911 129.90625 174.60098ZM130.98438 174.60098Q130.98438 175.78848 131.5 176.38223Q132.03125 176.97598 132.8125 176.97598Q133.60938 176.97598 134.125 176.38223Q134.64062 175.78848 134.64062 174.56973Q134.64062 173.41348 134.10938 172.81973Q133.59375 172.22598 132.8125 172.22598Q132.03125 172.22598 131.5 172.81973Q130.98438 173.39786 130.98438 174.60098ZM137.26562 177.71036L137.26562 169.11661L138.32812 169.11661L138.32812 177.71036L137.26562 177.71036ZM144.35938 176.94473Q143.76562 177.44473 143.21875 177.64786Q142.6875 177.85098 142.0625 177.85098Q141.03125 177.85098 140.48438 177.35098Q139.9375 176.85098 139.9375 176.06973Q139.9375 175.61661 140.14062 175.24161Q140.34375 174.85098 140.6875 174.63223Q141.03125 174.39786 141.45312 174.28848Q141.75 174.19473 142.39062 174.11661Q143.65625 173.97598 144.26562 173.75723Q144.26562 173.53848 144.26562 173.49161Q144.26562 172.83536 143.96875 172.56973Q143.5625 172.22598 142.76562 172.22598Q142.03125 172.22598 141.67188 172.49161Q141.3125 172.74161 141.14062 173.39786L140.10938 173.25723Q140.25 172.60098 140.57812 172.19473Q140.90625 171.78848 141.51562 171.56973Q142.125 171.35098 142.92188 171.35098Q143.71875 171.35098 144.21875 171.53848Q144.71875 171.72598 144.95312 172.00723Q145.1875 172.28848 145.28125 172.72598Q145.32812 172.99161 145.32812 173.69473L145.32812 175.10098Q145.32812 176.56973 145.39062 176.96036Q145.46875 177.35098 145.67188 177.71036L144.5625 177.71036Q144.40625 177.38223 144.35938 176.94473ZM144.26562 174.58536Q143.6875 174.81973 142.54688 174.99161Q141.89062 175.08536 141.625 175.21036Q141.35938 175.31973 141.20312 175.53848Q141.0625 175.75723 141.0625 176.03848Q141.0625 176.46036 141.375 176.74161Q141.70312 177.02286 142.3125 177.02286Q142.92188 177.02286 143.39062 176.75723Q143.875 176.49161 144.09375 176.02286Q144.26562 175.66348 144.26562 174.97598L144.26562 174.58536ZM147.29688 177.71036L147.29688 171.49161L148.23438 171.49161L148.23438 172.36661Q148.92188 171.35098 150.21875 171.35098Q150.78125 171.35098 151.25 171.55411Q151.73438 171.75723 151.96875 172.08536Q152.20312 172.41348 152.29688 172.85098Q152.34375 173.14786 152.34375 173.88223L152.34375 177.71036L151.29688 177.71036L151.29688 173.92911Q151.29688 173.27286 151.17188 172.96036Q151.04688 172.64786 150.73438 172.46036Q150.42188 172.25723 150.0 172.25723Q149.32812 172.25723 148.82812 172.69473Q148.34375 173.11661 148.34375 174.30411L148.34375 177.71036L147.29688 177.71036ZM154.09375 178.22598L155.125 178.38223Q155.1875 178.85098 155.48438 179.06973Q155.875 179.36661 156.54688 179.36661Q157.28125 179.36661 157.67188 179.06973Q158.07812 178.77286 158.21875 178.25723Q158.3125 177.92911 158.29688 176.89786Q157.60938 177.71036 156.57812 177.71036Q155.29688 177.71036 154.59375 176.78848Q153.89062 175.85098 153.89062 174.56973Q153.89062 173.67911 154.20312 172.92911Q154.53125 172.16348 155.14062 171.75723Q155.75 171.35098 156.57812 171.35098Q157.6875 171.35098 158.40625 172.24161L158.40625 171.49161L159.375 171.49161L159.375 176.86661Q159.375 178.31973 159.07812 178.92911Q158.78125 179.53848 158.14062 179.88223Q157.5 180.24161 156.5625 180.24161Q155.45312 180.24161 154.76562 179.74161Q154.07812 179.24161 154.09375 178.22598ZM154.96875 174.49161Q154.96875 175.71036 155.45312 176.27286Q155.9375 176.83536 156.67188 176.83536Q157.40625 176.83536 157.89062 176.27286Q158.39062 175.71036 158.39062 174.52286Q158.39062 173.38223 157.875 172.80411Q157.375 172.22598 156.65625 172.22598Q155.95312 172.22598 155.45312 172.80411Q154.96875 173.36661 154.96875 174.49161ZM161.59375 177.71036L161.59375 176.50723L162.79688 176.50723L162.79688 177.71036L161.59375 177.71036ZM163.90625 174.60098Q163.90625 172.86661 164.85938 172.03848Q165.65625 171.35098 166.8125 171.35098Q168.09375 171.35098 168.90625 172.19473Q169.73438 173.02286 169.73438 174.50723Q169.73438 175.71036 169.375 176.39786Q169.01562 177.08536 168.3125 177.47598Q167.625 177.85098 166.8125 177.85098Q165.51562 177.85098 164.70312 177.02286Q163.90625 176.17911 163.90625 174.60098ZM164.98438 174.60098Q164.98438 175.78848 165.5 176.38223Q166.03125 176.97598 166.8125 176.97598Q167.60938 176.97598 168.125 176.38223Q168.64062 175.78848 168.64062 174.56973Q168.64062 173.41348 168.10938 172.81973Q167.59375 172.22598 166.8125 172.22598Q166.03125 172.22598 165.5 172.81973Q164.98438 173.39786 164.98438 174.60098ZM171.28125 177.71036L171.28125 171.49161L172.23438 171.49161L172.23438 172.42911Q172.59375 171.77286 172.89062 171.56973Q173.20312 171.35098 173.57812 171.35098Q174.10938 171.35098 174.65625 171.67911L174.29688 172.66348Q173.90625 172.42911 173.53125 172.42911Q173.17188 172.42911 172.89062 172.64786Q172.625 172.85098 172.51562 173.22598Q172.32812 173.78848 172.32812 174.44473L172.32812 177.71036L171.28125 177.71036ZM175.09375 178.22598L176.125 178.38223Q176.1875 178.85098 176.48438 179.06973Q176.875 179.36661 177.54688 179.36661Q178.28125 179.36661 178.67188 179.06973Q179.07812 178.77286 179.21875 178.25723Q179.3125 177.92911 179.29688 176.89786Q178.60938 177.71036 177.57812 177.71036Q176.29688 177.71036 175.59375 176.78848Q174.89062 175.85098 174.89062 174.56973Q174.89062 173.67911 175.20312 172.92911Q175.53125 172.16348 176.14062 171.75723Q176.75 171.35098 177.57812 171.35098Q178.6875 171.35098 179.40625 172.24161L179.40625 171.49161L180.375 171.49161L180.375 176.86661Q180.375 178.31973 180.07812 178.92911Q179.78125 179.53848 179.14062 179.88223Q178.5 180.24161 177.5625 180.24161Q176.45312 180.24161 175.76562 179.74161Q175.07812 179.24161 175.09375 178.22598ZM175.96875 174.49161Q175.96875 175.71036 176.45312 176.27286Q176.9375 176.83536 177.67188 176.83536Q178.40625 176.83536 178.89062 176.27286Q179.39062 175.71036 179.39062 174.52286Q179.39062 173.38223 178.875 172.80411Q178.375 172.22598 177.65625 172.22598Q176.95312 172.22598 176.45312 172.80411Q175.96875 173.36661 175.96875 174.49161Z" fill-rule="nonzero"/><path fill="#666666" d="M109.46875 218.72357L109.46875 210.12982L110.59375 210.12982L110.59375 213.66107L115.0625 213.66107L115.0625 210.12982L116.203125 210.12982L116.203125 218.72357L115.0625 218.72357L115.0625 214.6767L110.59375 214.6767L110.59375 218.72357L109.46875 218.72357ZM122.359375 217.95795Q121.765625 218.45795 121.21875 218.66107Q120.6875 218.8642 120.0625 218.8642Q119.03125 218.8642 118.484375 218.3642Q117.9375 217.8642 117.9375 217.08295Q117.9375 216.62982 118.140625 216.25482Q118.34375 215.8642 118.6875 215.64545Q119.03125 215.41107 119.453125 215.3017Q119.75 215.20795 120.390625 215.12982Q121.65625 214.9892 122.265625 214.77045Q122.265625 214.5517 122.265625 214.50482Q122.265625 213.84857 121.96875 213.58295Q121.5625 213.2392 120.765625 213.2392Q120.03125 213.2392 119.671875 213.50482Q119.3125 213.75482 119.140625 214.41107L118.109375 214.27045Q118.25 213.6142 118.578125 213.20795Q118.90625 212.8017 119.515625 212.58295Q120.125 212.3642 120.921875 212.3642Q121.71875 212.3642 122.21875 212.5517Q122.71875 212.7392 122.953125 213.02045Q123.1875 213.3017 123.28125 213.7392Q123.328125 214.00482 123.328125 214.70795L123.328125 216.1142Q123.328125 217.58295 123.390625 217.97357Q123.46875 218.3642 123.671875 218.72357L122.5625 218.72357Q122.40625 218.39545 122.359375 217.95795ZM122.265625 215.59857Q121.6875 215.83295 120.546875 216.00482Q119.890625 216.09857 119.625 216.22357Q119.359375 216.33295 119.203125 216.5517Q119.0625 216.77045 119.0625 217.0517Q119.0625 217.47357 119.375 217.75482Q119.703125 218.03607 120.3125 218.03607Q120.921875 218.03607 121.390625 217.77045Q121.875 217.50482 122.09375 217.03607Q122.265625 216.6767 122.265625 215.9892L122.265625 215.59857ZM129.35938 216.44232L130.39062 216.58295Q130.21875 217.64545 129.51562 218.25482Q128.8125 218.8642 127.796875 218.8642Q126.515625 218.8642 125.734375 218.03607Q124.96875 217.19232 124.96875 215.62982Q124.96875 214.62982 125.296875 213.87982Q125.640625 213.1142 126.3125 212.7392Q127.0 212.3642 127.8125 212.3642Q128.8125 212.3642 129.45312 212.87982Q130.10938 213.37982 130.29688 214.33295L129.26562 214.4892Q129.125 213.8642 128.75 213.5517Q128.375 213.22357 127.84375 213.22357Q127.046875 213.22357 126.546875 213.8017Q126.046875 214.3642 126.046875 215.59857Q126.046875 216.8642 126.53125 217.4267Q127.015625 217.9892 127.78125 217.9892Q128.40625 217.9892 128.8125 217.6142Q129.23438 217.2392 129.35938 216.44232ZM131.29688 218.72357L131.29688 210.12982L132.35938 210.12982L132.35938 215.03607L134.84375 212.50482L136.21875 212.50482L133.82812 214.8017L136.45312 218.72357L135.15625 218.72357L133.09375 215.53607L132.35938 216.25482L132.35938 218.72357L131.29688 218.72357ZM141.54688 216.72357L142.64062 216.84857Q142.39062 217.8017 141.6875 218.33295Q140.98438 218.8642 139.90625 218.8642Q138.54688 218.8642 137.73438 218.02045Q136.9375 217.1767 136.9375 215.66107Q136.9375 214.09857 137.75 213.2392Q138.5625 212.3642 139.84375 212.3642Q141.09375 212.3642 141.875 213.20795Q142.67188 214.0517 142.67188 215.59857Q142.67188 215.69232 142.67188 215.87982L138.03125 215.87982Q138.09375 216.91107 138.60938 217.45795Q139.125 217.9892 139.90625 217.9892Q140.48438 217.9892 140.89062 217.69232Q141.3125 217.37982 141.54688 216.72357ZM138.09375 215.02045L141.5625 215.02045Q141.5 214.22357 141.17188 213.83295Q140.65625 213.22357 139.85938 213.22357Q139.125 213.22357 138.625 213.70795Q138.14062 214.19232 138.09375 215.02045ZM144.28125 218.72357L144.28125 212.50482L145.23438 212.50482L145.23438 213.44232Q145.59375 212.78607 145.89062 212.58295Q146.20312 212.3642 146.57812 212.3642Q147.10938 212.3642 147.65625 212.69232L147.29688 213.6767Q146.90625 213.44232 146.53125 213.44232Q146.17188 213.44232 145.89062 213.66107Q145.625 213.8642 145.51562 214.2392Q145.32812 214.8017 145.32812 215.45795L145.32812 218.72357L144.28125 218.72357ZM151.42188 218.72357L151.42188 210.12982L152.57812 210.12982L157.09375 216.87982L157.09375 210.12982L158.1875 210.12982L158.1875 218.72357L157.01562 218.72357L152.5 211.97357L152.5 218.72357L151.42188 218.72357ZM164.54688 216.72357L165.64062 216.84857Q165.39062 217.8017 164.6875 218.33295Q163.98438 218.8642 162.90625 218.8642Q161.54688 218.8642 160.73438 218.02045Q159.9375 217.1767 159.9375 215.66107Q159.9375 214.09857 160.75 213.2392Q161.5625 212.3642 162.84375 212.3642Q164.09375 212.3642 164.875 213.20795Q165.67188 214.0517 165.67188 215.59857Q165.67188 215.69232 165.67188 215.87982L161.03125 215.87982Q161.09375 216.91107 161.60938 217.45795Q162.125 217.9892 162.90625 217.9892Q163.48438 217.9892 163.89062 217.69232Q164.3125 217.37982 164.54688 216.72357ZM161.09375 215.02045L164.5625 215.02045Q164.5 214.22357 164.17188 213.83295Q163.65625 213.22357 162.85938 213.22357Q162.125 213.22357 161.625 213.70795Q161.14062 214.19232 161.09375 215.02045ZM168.4375 218.72357L166.53125 212.50482L167.625 212.50482L168.60938 216.09857L168.98438 217.4267Q169.01562 217.33295 169.3125 216.14545L170.29688 212.50482L171.375 212.50482L172.3125 216.1142L172.625 217.3017L172.98438 216.09857L174.04688 212.50482L175.07812 212.50482L173.125 218.72357L172.03125 218.72357L171.04688 214.9892L170.79688 213.94232L169.54688 218.72357L168.4375 218.72357ZM175.875 216.8642L176.90625 216.70795Q177.0 217.33295 177.39062 217.66107Q177.79688 217.9892 178.53125 217.9892Q179.25 217.9892 179.59375 217.70795Q179.95312 217.41107 179.95312 217.00482Q179.95312 216.64545 179.64062 216.44232Q179.42188 216.3017 178.5625 216.08295Q177.40625 215.78607 176.95312 215.58295Q176.51562 215.3642 176.28125 214.9892Q176.04688 214.6142 176.04688 214.14545Q176.04688 213.7392 176.23438 213.37982Q176.42188 213.02045 176.75 212.78607Q177.0 212.6142 177.42188 212.4892Q177.84375 212.3642 178.34375 212.3642Q179.0625 212.3642 179.60938 212.58295Q180.17188 212.78607 180.4375 213.14545Q180.70312 213.50482 180.79688 214.09857L179.76562 214.2392Q179.70312 213.77045 179.35938 213.50482Q179.03125 213.22357 178.40625 213.22357Q177.6875 213.22357 177.375 213.47357Q177.0625 213.70795 177.0625 214.03607Q177.0625 214.2392 177.1875 214.39545Q177.32812 214.56732 177.59375 214.6767Q177.75 214.7392 178.53125 214.94232Q179.65625 215.25482 180.09375 215.44232Q180.53125 215.62982 180.78125 215.9892Q181.03125 216.34857 181.03125 216.89545Q181.03125 217.4267 180.71875 217.89545Q180.42188 218.34857 179.84375 218.6142Q179.26562 218.8642 178.53125 218.8642Q177.3125 218.8642 176.67188 218.3642Q176.04688 217.84857 175.875 216.8642Z" fill-rule="nonzero"/><path fill="#666666" d="M82.453125 256.3618L82.453125 255.36179L86.078125 255.34616L86.078125 258.53366Q85.25 259.20554 84.359375 259.5493Q83.46875 259.8774 82.53125 259.8774Q81.265625 259.8774 80.21875 259.34616Q79.1875 258.7993 78.65625 257.78366Q78.140625 256.7524 78.140625 255.48679Q78.140625 254.22116 78.65625 253.14304Q79.1875 252.04929 80.171875 251.53366Q81.15625 251.00241 82.4375 251.00241Q83.375 251.00241 84.125 251.29929Q84.875 251.59616 85.296875 252.14304Q85.734375 252.67429 85.953125 253.54929L84.9375 253.83054Q84.734375 253.17429 84.4375 252.79929Q84.15625 252.42429 83.625 252.20554Q83.09375 251.97116 82.453125 251.97116Q81.671875 251.97116 81.09375 252.20554Q80.53125 252.43991 80.171875 252.83054Q79.828125 253.22116 79.640625 253.68991Q79.3125 254.48679 79.3125 255.40866Q79.3125 256.5649 79.703125 257.34616Q80.109375 258.1118 80.859375 258.4868Q81.609375 258.8618 82.46875 258.8618Q83.203125 258.8618 83.90625 258.58054Q84.609375 258.28366 84.96875 257.97116L84.96875 256.3618L82.453125 256.3618ZM86.90625 256.6274Q86.90625 254.89304 87.859375 254.06491Q88.65625 253.37741 89.8125 253.37741Q91.09375 253.37741 91.90625 254.22116Q92.734375 255.04929 92.734375 256.53366Q92.734375 257.7368 92.375 258.4243Q92.015625 259.1118 91.3125 259.5024Q90.625 259.8774 89.8125 259.8774Q88.515625 259.8774 87.703125 259.0493Q86.90625 258.20554 86.90625 256.6274ZM87.984375 256.6274Q87.984375 257.8149 88.5 258.40866Q89.03125 259.0024 89.8125 259.0024Q90.609375 259.0024 91.125 258.40866Q91.640625 257.8149 91.640625 256.59616Q91.640625 255.43991 91.109375 254.84616Q90.59375 254.25241 89.8125 254.25241Q89.03125 254.25241 88.5 254.84616Q87.984375 255.42429 87.984375 256.6274ZM94.265625 259.7368L94.265625 251.14304L95.328125 251.14304L95.328125 259.7368L94.265625 259.7368ZM101.359375 258.97116Q100.765625 259.47116 100.21875 259.6743Q99.6875 259.8774 99.0625 259.8774Q98.03125 259.8774 97.484375 259.3774Q96.9375 258.8774 96.9375 258.09616Q96.9375 257.64304 97.140625 257.26804Q97.34375 256.8774 97.6875 256.65866Q98.03125 256.4243 98.453125 256.3149Q98.75 256.22116 99.390625 256.14304Q100.65625 256.0024 101.265625 255.78366Q101.265625 255.56491 101.265625 255.51804Q101.265625 254.86179 100.96875 254.59616Q100.5625 254.25241 99.765625 254.25241Q99.03125 254.25241 98.671875 254.51804Q98.3125 254.76804 98.140625 255.42429L97.109375 255.28366Q97.25 254.62741 97.578125 254.22116Q97.90625 253.81491 98.515625 253.59616Q99.125 253.37741 99.921875 253.37741Q100.71875 253.37741 101.21875 253.56491Q101.71875 253.75241 101.953125 254.03366Q102.1875 254.31491 102.28125 254.75241Q102.328125 255.01804 102.328125 255.72116L102.328125 257.1274Q102.328125 258.59616 102.390625 258.9868Q102.46875 259.3774 102.671875 259.7368L101.5625 259.7368Q101.40625 259.40866 101.359375 258.97116ZM101.265625 256.6118Q100.6875 256.84616 99.546875 257.01804Q98.890625 257.1118 98.625 257.2368Q98.359375 257.34616 98.203125 257.5649Q98.0625 257.78366 98.0625 258.0649Q98.0625 258.4868 98.375 258.76804Q98.703125 259.0493 99.3125 259.0493Q99.921875 259.0493 100.390625 258.78366Q100.875 258.51804 101.09375 258.0493Q101.265625 257.6899 101.265625 257.0024L101.265625 256.6118ZM104.296875 259.7368L104.296875 253.51804L105.234375 253.51804L105.234375 254.39304Q105.921875 253.37741 107.21875 253.37741Q107.78125 253.37741 108.25 253.58054Q108.734375 253.78366 108.96875 254.11179Q109.203125 254.43991 109.296875 254.87741Q109.34375 255.17429 109.34375 255.90866L109.34375 259.7368L108.296875 259.7368L108.296875 255.95554Q108.296875 255.29929 108.171875 254.98679Q108.046875 254.67429 107.734375 254.48679Q107.421875 254.28366 107.0 254.28366Q106.328125 254.28366 105.828125 254.72116Q105.34375 255.14304 105.34375 256.33054L105.34375 259.7368L104.296875 259.7368ZM111.09375 260.2524L112.125 260.40866Q112.1875 260.8774 112.484375 261.09616Q112.875 261.39304 113.546875 261.39304Q114.28125 261.39304 114.671875 261.09616Q115.078125 260.7993 115.21875 260.28366Q115.3125 259.95554 115.296875 258.9243Q114.609375 259.7368 113.578125 259.7368Q112.296875 259.7368 111.59375 258.8149Q110.890625 257.8774 110.890625 256.59616Q110.890625 255.70554 111.203125 254.95554Q111.53125 254.18991 112.140625 253.78366Q112.75 253.37741 113.578125 253.37741Q114.6875 253.37741 115.40625 254.26804L115.40625 253.51804L116.375 253.51804L116.375 258.89304Q116.375 260.34616 116.078125 260.95554Q115.78125 261.5649 115.140625 261.90866Q114.5 262.26804 113.5625 262.26804Q112.453125 262.26804 111.765625 261.76804Q111.078125 261.26804 111.09375 260.2524ZM111.96875 256.51804Q111.96875 257.7368 112.453125 258.2993Q112.9375 258.8618 113.671875 258.8618Q114.40625 258.8618 114.890625 258.2993Q115.390625 257.7368 115.390625 256.5493Q115.390625 255.40866 114.875 254.83054Q114.375 254.25241 113.65625 254.25241Q112.953125 254.25241 112.453125 254.83054Q111.96875 255.39304 111.96875 256.51804ZM119.4375 259.7368L117.53125 253.51804L118.625 253.51804L119.609375 257.1118L119.984375 258.4399Q120.015625 258.34616 120.3125 257.15866L121.296875 253.51804L122.375 253.51804L123.3125 257.1274L123.625 258.3149L123.984375 257.1118L125.046875 253.51804L126.078125 253.51804L124.125 259.7368L123.03125 259.7368L122.046875 256.0024L121.796875 254.95554L120.546875 259.7368L119.4375 259.7368ZM131.54688 257.7368L132.64062 257.8618Q132.39062 258.8149 131.6875 259.34616Q130.98438 259.8774 129.90625 259.8774Q128.54688 259.8774 127.734375 259.03366Q126.9375 258.1899 126.9375 256.6743Q126.9375 255.11179 127.75 254.25241Q128.5625 253.37741 129.84375 253.37741Q131.09375 253.37741 131.875 254.22116Q132.67188 255.06491 132.67188 256.6118Q132.67188 256.70554 132.67188 256.89304L128.03125 256.89304Q128.09375 257.9243 128.60938 258.47116Q129.125 259.0024 129.90625 259.0024Q130.48438 259.0024 130.89062 258.70554Q131.3125 258.39304 131.54688 257.7368ZM128.09375 256.03366L131.5625 256.03366Q131.5 255.23679 131.17188 254.84616Q130.65625 254.23679 129.85938 254.23679Q129.125 254.23679 128.625 254.72116Q128.14062 255.20554 128.09375 256.03366ZM138.54688 257.7368L139.64062 257.8618Q139.39062 258.8149 138.6875 259.34616Q137.98438 259.8774 136.90625 259.8774Q135.54688 259.8774 134.73438 259.03366Q133.9375 258.1899 133.9375 256.6743Q133.9375 255.11179 134.75 254.25241Q135.5625 253.37741 136.84375 253.37741Q138.09375 253.37741 138.875 254.22116Q139.67188 255.06491 139.67188 256.6118Q139.67188 256.70554 139.67188 256.89304L135.03125 256.89304Q135.09375 257.9243 135.60938 258.47116Q136.125 259.0024 136.90625 259.0024Q137.48438 259.0024 137.89062 258.70554Q138.3125 258.39304 138.54688 257.7368ZM135.09375 256.03366L138.5625 256.03366Q138.5 255.23679 138.17188 254.84616Q137.65625 254.23679 136.85938 254.23679Q136.125 254.23679 135.625 254.72116Q135.14062 255.20554 135.09375 256.03366ZM141.29688 259.7368L141.29688 251.14304L142.35938 251.14304L142.35938 256.0493L144.84375 253.51804L146.21875 253.51804L143.82812 255.81491L146.45312 259.7368L145.15625 259.7368L143.09375 256.5493L142.35938 257.26804L142.35938 259.7368L141.29688 259.7368ZM147.26562 259.7368L147.26562 251.14304L148.32812 251.14304L148.32812 259.7368L147.26562 259.7368ZM150.25 262.1274L150.125 261.14304Q150.46875 261.2368 150.73438 261.2368Q151.07812 261.2368 151.28125 261.1118Q151.5 261.0024 151.64062 260.7993Q151.73438 260.6274 151.96875 260.0024Q151.98438 259.9243 152.0625 259.7524L149.6875 253.51804L150.82812 253.51804L152.125 257.1118Q152.375 257.7993 152.57812 258.5649Q152.76562 257.83054 153.01562 257.14304L154.34375 253.51804L155.39062 253.51804L153.03125 259.84616Q152.64062 260.8618 152.4375 261.2524Q152.15625 261.78366 151.78125 262.01804Q151.42188 262.26804 150.92188 262.26804Q150.625 262.26804 150.25 262.1274ZM156.59375 259.7368L156.59375 258.53366L157.79688 258.53366L157.79688 259.7368L156.59375 259.7368ZM163.35938 257.45554L164.39062 257.59616Q164.21875 258.65866 163.51562 259.26804Q162.8125 259.8774 161.79688 259.8774Q160.51562 259.8774 159.73438 259.0493Q158.96875 258.20554 158.96875 256.64304Q158.96875 255.64304 159.29688 254.89304Q159.64062 254.12741 160.3125 253.75241Q161.0 253.37741 161.8125 253.37741Q162.8125 253.37741 163.45312 253.89304Q164.10938 254.39304 164.29688 255.34616L163.26562 255.50241Q163.125 254.87741 162.75 254.56491Q162.375 254.23679 161.84375 254.23679Q161.04688 254.23679 160.54688 254.81491Q160.04688 255.37741 160.04688 256.6118Q160.04688 257.8774 160.53125 258.4399Q161.01562 259.0024 161.78125 259.0024Q162.40625 259.0024 162.8125 258.6274Q163.23438 258.2524 163.35938 257.45554ZM164.90625 256.6274Q164.90625 254.89304 165.85938 254.06491Q166.65625 253.37741 167.8125 253.37741Q169.09375 253.37741 169.90625 254.22116Q170.73438 255.04929 170.73438 256.53366Q170.73438 257.7368 170.375 258.4243Q170.01562 259.1118 169.3125 259.5024Q168.625 259.8774 167.8125 259.8774Q166.51562 259.8774 165.70312 259.0493Q164.90625 258.20554 164.90625 256.6274ZM165.98438 256.6274Q165.98438 257.8149 166.5 258.40866Q167.03125 259.0024 167.8125 259.0024Q168.60938 259.0024 169.125 258.40866Q169.64062 257.8149 169.64062 256.59616Q169.64062 255.43991 169.10938 254.84616Q168.59375 254.25241 167.8125 254.25241Q167.03125 254.25241 166.5 254.84616Q165.98438 255.42429 165.98438 256.6274ZM172.29688 259.7368L172.29688 253.51804L173.23438 253.51804L173.23438 254.39304Q173.53125 253.92429 174.01562 253.65866Q174.5 253.37741 175.125 253.37741Q175.8125 253.37741 176.25 253.65866Q176.70312 253.93991 176.875 254.45554Q177.625 253.37741 178.79688 253.37741Q179.73438 253.37741 180.21875 253.89304Q180.71875 254.39304 180.71875 255.47116L180.71875 259.7368L179.67188 259.7368L179.67188 255.81491Q179.67188 255.18991 179.5625 254.90866Q179.46875 254.62741 179.20312 254.45554Q178.9375 254.28366 178.5625 254.28366Q177.90625 254.28366 177.46875 254.72116Q177.04688 255.15866 177.04688 256.1274L177.04688 259.7368L175.98438 259.7368L175.98438 255.68991Q175.98438 254.98679 175.71875 254.64304Q175.46875 254.28366 174.89062 254.28366Q174.4375 254.28366 174.0625 254.51804Q173.6875 254.75241 173.51562 255.20554Q173.34375 255.65866 173.34375 256.5024L173.34375 259.7368L172.29688 259.7368Z" fill-rule="nonzero"/><path fill="#666666" d="M129.5625 297.73438L130.6875 298.03125Q130.32812 299.42188 129.40625 300.15625Q128.48438 300.89062 127.140625 300.89062Q125.75 300.89062 124.875 300.32812Q124.0 299.76562 123.546875 298.70312Q123.09375 297.625 123.09375 296.39062Q123.09375 295.04688 123.609375 294.04688Q124.125 293.04688 125.0625 292.53125Q126.015625 292.01562 127.15625 292.01562Q128.4375 292.01562 129.3125 292.67188Q130.20312 293.32812 130.54688 294.51562L129.42188 294.78125Q129.125 293.84375 128.54688 293.42188Q127.984375 292.98438 127.125 292.98438Q126.140625 292.98438 125.46875 293.46875Q124.8125 293.9375 124.53125 294.73438Q124.265625 295.53125 124.265625 296.39062Q124.265625 297.48438 124.578125 298.29688Q124.90625 299.10938 125.578125 299.51562Q126.25 299.92188 127.046875 299.92188Q128.0 299.92188 128.65625 299.375Q129.32812 298.82812 129.5625 297.73438ZM131.90625 297.64062Q131.90625 295.90625 132.85938 295.07812Q133.65625 294.39062 134.8125 294.39062Q136.09375 294.39062 136.90625 295.23438Q137.73438 296.0625 137.73438 297.54688Q137.73438 298.75 137.375 299.4375Q137.01562 300.125 136.3125 300.51562Q135.625 300.89062 134.8125 300.89062Q133.51562 300.89062 132.70312 300.0625Q131.90625 299.21875 131.90625 297.64062ZM132.98438 297.64062Q132.98438 298.82812 133.5 299.42188Q134.03125 300.01562 134.8125 300.01562Q135.60938 300.01562 136.125 299.42188Q136.64062 298.82812 136.64062 297.60938Q136.64062 296.45312 136.10938 295.85938Q135.59375 295.26562 134.8125 295.26562Q134.03125 295.26562 133.5 295.85938Q132.98438 296.4375 132.98438 297.64062ZM140.4375 300.75L138.53125 294.53125L139.625 294.53125L140.60938 298.125L140.98438 299.45312Q141.01562 299.35938 141.3125 298.17188L142.29688 294.53125L143.375 294.53125L144.3125 298.14062L144.625 299.32812L144.98438 298.125L146.04688 294.53125L147.07812 294.53125L145.125 300.75L144.03125 300.75L143.04688 297.01562L142.79688 295.96875L141.54688 300.75L140.4375 300.75ZM147.90625 297.64062Q147.90625 295.90625 148.85938 295.07812Q149.65625 294.39062 150.8125 294.39062Q152.09375 294.39062 152.90625 295.23438Q153.73438 296.0625 153.73438 297.54688Q153.73438 298.75 153.375 299.4375Q153.01562 300.125 152.3125 300.51562Q151.625 300.89062 150.8125 300.89062Q149.51562 300.89062 148.70312 300.0625Q147.90625 299.21875 147.90625 297.64062ZM148.98438 297.64062Q148.98438 298.82812 149.5 299.42188Q150.03125 300.01562 150.8125 300.01562Q151.60938 300.01562 152.125 299.42188Q152.64062 298.82812 152.64062 297.60938Q152.64062 296.45312 152.10938 295.85938Q151.59375 295.26562 150.8125 295.26562Q150.03125 295.26562 149.5 295.85938Q148.98438 296.4375 148.98438 297.64062ZM155.28125 300.75L155.28125 294.53125L156.23438 294.53125L156.23438 295.46875Q156.59375 294.8125 156.89062 294.60938Q157.20312 294.39062 157.57812 294.39062Q158.10938 294.39062 158.65625 294.71875L158.29688 295.70312Q157.90625 295.46875 157.53125 295.46875Q157.17188 295.46875 156.89062 295.6875Q156.625 295.89062 156.51562 296.26562Q156.32812 296.82812 156.32812 297.48438L156.32812 300.75L155.28125 300.75ZM159.29688 300.75L159.29688 292.15625L160.35938 292.15625L160.35938 297.0625L162.84375 294.53125L164.21875 294.53125L161.82812 296.82812L164.45312 300.75L163.15625 300.75L161.09375 297.5625L160.35938 298.28125L160.35938 300.75L159.29688 300.75ZM169.54688 298.75L170.64062 298.875Q170.39062 299.82812 169.6875 300.35938Q168.98438 300.89062 167.90625 300.89062Q166.54688 300.89062 165.73438 300.04688Q164.9375 299.20312 164.9375 297.6875Q164.9375 296.125 165.75 295.26562Q166.5625 294.39062 167.84375 294.39062Q169.09375 294.39062 169.875 295.23438Q170.67188 296.07812 170.67188 297.625Q170.67188 297.71875 170.67188 297.90625L166.03125 297.90625Q166.09375 298.9375 166.60938 299.48438Q167.125 300.01562 167.90625 300.01562Q168.48438 300.01562 168.89062 299.71875Q169.3125 299.40625 169.54688 298.75ZM166.09375 297.04688L169.5625 297.04688Q169.5 296.25 169.17188 295.85938Q168.65625 295.25 167.85938 295.25Q167.125 295.25 166.625 295.73438Q166.14062 296.21875 166.09375 297.04688ZM172.28125 300.75L172.28125 294.53125L173.23438 294.53125L173.23438 295.46875Q173.59375 294.8125 173.89062 294.60938Q174.20312 294.39062 174.57812 294.39062Q175.10938 294.39062 175.65625 294.71875L175.29688 295.70312Q174.90625 295.46875 174.53125 295.46875Q174.17188 295.46875 173.89062 295.6875Q173.625 295.89062 173.51562 296.26562Q173.32812 296.82812 173.32812 297.48438L173.32812 300.75L172.28125 300.75ZM175.875 298.89062L176.90625 298.73438Q177.0 299.35938 177.39062 299.6875Q177.79688 300.01562 178.53125 300.01562Q179.25 300.01562 179.59375 299.73438Q179.95312 299.4375 179.95312 299.03125Q179.95312 298.67188 179.64062 298.46875Q179.42188 298.32812 178.5625 298.10938Q177.40625 297.8125 176.95312 297.60938Q176.51562 297.39062 176.28125 297.01562Q176.04688 296.64062 176.04688 296.17188Q176.04688 295.76562 176.23438 295.40625Q176.42188 295.04688 176.75 294.8125Q177.0 294.64062 177.42188 294.51562Q177.84375 294.39062 178.34375 294.39062Q179.0625 294.39062 179.60938 294.60938Q180.17188 294.8125 180.4375 295.17188Q180.70312 295.53125 180.79688 296.125L179.76562 296.26562Q179.70312 295.79688 179.35938 295.53125Q179.03125 295.25 178.40625 295.25Q177.6875 295.25 177.375 295.5Q177.0625 295.73438 177.0625 296.0625Q177.0625 296.26562 177.1875 296.42188Q177.32812 296.59375 177.59375 296.70312Q177.75 296.76562 178.53125 296.96875Q179.65625 297.28125 180.09375 297.46875Q180.53125 297.65625 180.78125 298.01562Q181.03125 298.375 181.03125 298.92188Q181.03125 299.45312 180.71875 299.92188Q180.42188 300.375 179.84375 300.64062Q179.26562 300.89062 178.53125 300.89062Q177.3125 300.89062 176.67188 300.39062Q176.04688 299.875 175.875 298.89062Z" fill-rule="nonzero"/><path fill="#666666" d="M93.5625 338.7476L94.6875 339.04446Q94.328125 340.4351 93.40625 341.16946Q92.484375 341.90384 91.140625 341.90384Q89.75 341.90384 88.875 341.34134Q88.0 340.77884 87.546875 339.71634Q87.09375 338.6382 87.09375 337.40384Q87.09375 336.0601 87.609375 335.0601Q88.125 334.0601 89.0625 333.54446Q90.015625 333.02884 91.15625 333.02884Q92.4375 333.02884 93.3125 333.6851Q94.203125 334.34134 94.546875 335.52884L93.421875 335.79446Q93.125 334.85696 92.546875 334.4351Q91.984375 333.9976 91.125 333.9976Q90.140625 333.9976 89.46875 334.48196Q88.8125 334.9507 88.53125 335.7476Q88.265625 336.54446 88.265625 337.40384Q88.265625 338.4976 88.578125 339.3101Q88.90625 340.1226 89.578125 340.52884Q90.25 340.9351 91.046875 340.9351Q92.0 340.9351 92.65625 340.3882Q93.328125 339.84134 93.5625 338.7476ZM95.90625 338.65384Q95.90625 336.91946 96.859375 336.09134Q97.65625 335.40384 98.8125 335.40384Q100.09375 335.40384 100.90625 336.2476Q101.734375 337.0757 101.734375 338.5601Q101.734375 339.7632 101.375 340.4507Q101.015625 341.1382 100.3125 341.52884Q99.625 341.90384 98.8125 341.90384Q97.515625 341.90384 96.703125 341.0757Q95.90625 340.23196 95.90625 338.65384ZM96.984375 338.65384Q96.984375 339.84134 97.5 340.4351Q98.03125 341.02884 98.8125 341.02884Q99.609375 341.02884 100.125 340.4351Q100.640625 339.84134 100.640625 338.6226Q100.640625 337.46634 100.109375 336.8726Q99.59375 336.27884 98.8125 336.27884Q98.03125 336.27884 97.5 336.8726Q96.984375 337.4507 96.984375 338.65384ZM103.296875 341.7632L103.296875 335.54446L104.234375 335.54446L104.234375 336.41946Q104.53125 335.9507 105.015625 335.6851Q105.5 335.40384 106.125 335.40384Q106.8125 335.40384 107.25 335.6851Q107.703125 335.96634 107.875 336.48196Q108.625 335.40384 109.796875 335.40384Q110.734375 335.40384 111.21875 335.91946Q111.71875 336.41946 111.71875 337.4976L111.71875 341.7632L110.671875 341.7632L110.671875 337.84134Q110.671875 337.21634 110.5625 336.9351Q110.46875 336.65384 110.203125 336.48196Q109.9375 336.3101 109.5625 336.3101Q108.90625 336.3101 108.46875 336.7476Q108.046875 337.1851 108.046875 338.15384L108.046875 341.7632L106.984375 341.7632L106.984375 337.71634Q106.984375 337.0132 106.71875 336.66946Q106.46875 336.3101 105.890625 336.3101Q105.4375 336.3101 105.0625 336.54446Q104.6875 336.77884 104.515625 337.23196Q104.34375 337.6851 104.34375 338.52884L104.34375 341.7632L103.296875 341.7632ZM113.296875 341.7632L113.296875 335.54446L114.234375 335.54446L114.234375 336.41946Q114.53125 335.9507 115.015625 335.6851Q115.5 335.40384 116.125 335.40384Q116.8125 335.40384 117.25 335.6851Q117.703125 335.96634 117.875 336.48196Q118.625 335.40384 119.796875 335.40384Q120.734375 335.40384 121.21875 335.91946Q121.71875 336.41946 121.71875 337.4976L121.71875 341.7632L120.671875 341.7632L120.671875 337.84134Q120.671875 337.21634 120.5625 336.9351Q120.46875 336.65384 120.203125 336.48196Q119.9375 336.3101 119.5625 336.3101Q118.90625 336.3101 118.46875 336.7476Q118.046875 337.1851 118.046875 338.15384L118.046875 341.7632L116.984375 341.7632L116.984375 337.71634Q116.984375 337.0132 116.71875 336.66946Q116.46875 336.3101 115.890625 336.3101Q115.4375 336.3101 115.0625 336.54446Q114.6875 336.77884 114.515625 337.23196Q114.34375 337.6851 114.34375 338.52884L114.34375 341.7632L113.296875 341.7632ZM127.375 341.7632L127.375 340.84134Q126.640625 341.90384 125.390625 341.90384Q124.84375 341.90384 124.359375 341.7007Q123.890625 341.48196 123.65625 341.16946Q123.421875 340.84134 123.328125 340.3726Q123.265625 340.0757 123.265625 339.3882L123.265625 335.54446L124.328125 335.54446L124.328125 338.9976Q124.328125 339.8101 124.390625 340.10696Q124.484375 340.5132 124.796875 340.7632Q125.125 340.9976 125.609375 340.9976Q126.078125 340.9976 126.484375 340.7632Q126.90625 340.5132 127.078125 340.09134Q127.265625 339.66946 127.265625 338.8726L127.265625 335.54446L128.3125 335.54446L128.3125 341.7632L127.375 341.7632ZM130.29688 341.7632L130.29688 335.54446L131.23438 335.54446L131.23438 336.41946Q131.92188 335.40384 133.21875 335.40384Q133.78125 335.40384 134.25 335.60696Q134.73438 335.8101 134.96875 336.1382Q135.20312 336.46634 135.29688 336.90384Q135.34375 337.2007 135.34375 337.9351L135.34375 341.7632L134.29688 341.7632L134.29688 337.98196Q134.29688 337.3257 134.17188 337.0132Q134.04688 336.7007 133.73438 336.5132Q133.42188 336.3101 133.0 336.3101Q132.32812 336.3101 131.82812 336.7476Q131.34375 337.16946 131.34375 338.35696L131.34375 341.7632L130.29688 341.7632ZM137.29688 334.3882L137.29688 333.16946L138.35938 333.16946L138.35938 334.3882L137.29688 334.3882ZM137.29688 341.7632L137.29688 335.54446L138.35938 335.54446L138.35938 341.7632L137.29688 341.7632ZM142.59375 340.8257L142.75 341.7476Q142.29688 341.84134 141.95312 341.84134Q141.375 341.84134 141.0625 341.66946Q140.75 341.48196 140.60938 341.1851Q140.48438 340.8882 140.48438 339.9351L140.48438 336.35696L139.71875 336.35696L139.71875 335.54446L140.48438 335.54446L140.48438 333.9976L141.53125 333.3726L141.53125 335.54446L142.59375 335.54446L142.59375 336.35696L141.53125 336.35696L141.53125 339.9976Q141.53125 340.4507 141.57812 340.5757Q141.64062 340.7007 141.76562 340.77884Q141.89062 340.85696 142.125 340.85696Q142.3125 340.85696 142.59375 340.8257ZM143.25 344.15384L143.125 343.16946Q143.46875 343.2632 143.73438 343.2632Q144.07812 343.2632 144.28125 343.1382Q144.5 343.02884 144.64062 342.8257Q144.73438 342.65384 144.96875 342.02884Q144.98438 341.9507 145.0625 341.77884L142.6875 335.54446L143.82812 335.54446L145.125 339.1382Q145.375 339.8257 145.57812 340.59134Q145.76562 339.85696 146.01562 339.16946L147.34375 335.54446L148.39062 335.54446L146.03125 341.8726Q145.64062 342.8882 145.4375 343.27884Q145.15625 343.8101 144.78125 344.04446Q144.42188 344.29446 143.92188 344.29446Q143.625 344.29446 143.25 344.15384ZM153.26562 341.7632L152.28125 341.7632L152.28125 333.16946L153.34375 333.16946L153.34375 336.23196Q154.01562 335.40384 155.04688 335.40384Q155.625 335.40384 156.125 335.6382Q156.64062 335.85696 156.96875 336.27884Q157.3125 336.7007 157.5 337.29446Q157.6875 337.8882 157.6875 338.5601Q157.6875 340.15384 156.89062 341.02884Q156.09375 341.90384 155.0 341.90384Q153.89062 341.90384 153.26562 340.98196L153.26562 341.7632ZM153.25 338.60696Q153.25 339.71634 153.5625 340.21634Q154.0625 341.02884 154.90625 341.02884Q155.59375 341.02884 156.09375 340.4351Q156.60938 339.84134 156.60938 338.6382Q156.60938 337.41946 156.125 336.84134Q155.64062 336.2632 154.95312 336.2632Q154.26562 336.2632 153.75 336.8726Q153.25 337.46634 153.25 338.60696ZM159.26562 341.7632L159.26562 333.16946L160.32812 333.16946L160.32812 341.7632L159.26562 341.7632ZM161.90625 338.65384Q161.90625 336.91946 162.85938 336.09134Q163.65625 335.40384 164.8125 335.40384Q166.09375 335.40384 166.90625 336.2476Q167.73438 337.0757 167.73438 338.5601Q167.73438 339.7632 167.375 340.4507Q167.01562 341.1382 166.3125 341.52884Q165.625 341.90384 164.8125 341.90384Q163.51562 341.90384 162.70312 341.0757Q161.90625 340.23196 161.90625 338.65384ZM162.98438 338.65384Q162.98438 339.84134 163.5 340.4351Q164.03125 341.02884 164.8125 341.02884Q165.60938 341.02884 166.125 340.4351Q166.64062 339.84134 166.64062 338.6226Q166.64062 337.46634 166.10938 336.8726Q165.59375 336.27884 164.8125 336.27884Q164.03125 336.27884 163.5 336.8726Q162.98438 337.4507 162.98438 338.65384ZM169.09375 342.27884L170.125 342.4351Q170.1875 342.90384 170.48438 343.1226Q170.875 343.41946 171.54688 343.41946Q172.28125 343.41946 172.67188 343.1226Q173.07812 342.8257 173.21875 342.3101Q173.3125 341.98196 173.29688 340.9507Q172.60938 341.7632 171.57812 341.7632Q170.29688 341.7632 169.59375 340.84134Q168.89062 339.90384 168.89062 338.6226Q168.89062 337.73196 169.20312 336.98196Q169.53125 336.21634 170.14062 335.8101Q170.75 335.40384 171.57812 335.40384Q172.6875 335.40384 173.40625 336.29446L173.40625 335.54446L174.375 335.54446L174.375 340.91946Q174.375 342.3726 174.07812 342.98196Q173.78125 343.59134 173.14062 343.9351Q172.5 344.29446 171.5625 344.29446Q170.45312 344.29446 169.76562 343.79446Q169.07812 343.29446 169.09375 342.27884ZM169.96875 338.54446Q169.96875 339.7632 170.45312 340.3257Q170.9375 340.8882 171.67188 340.8882Q172.40625 340.8882 172.89062 340.3257Q173.39062 339.7632 173.39062 338.5757Q173.39062 337.4351 172.875 336.85696Q172.375 336.27884 171.65625 336.27884Q170.95312 336.27884 170.45312 336.85696Q169.96875 337.41946 169.96875 338.54446ZM175.875 339.90384L176.90625 339.7476Q177.0 340.3726 177.39062 340.7007Q177.79688 341.02884 178.53125 341.02884Q179.25 341.02884 179.59375 340.7476Q179.95312 340.4507 179.95312 340.04446Q179.95312 339.6851 179.64062 339.48196Q179.42188 339.34134 178.5625 339.1226Q177.40625 338.8257 176.95312 338.6226Q176.51562 338.40384 176.28125 338.02884Q176.04688 337.65384 176.04688 337.1851Q176.04688 336.77884 176.23438 336.41946Q176.42188 336.0601 176.75 335.8257Q177.0 335.65384 177.42188 335.52884Q177.84375 335.40384 178.34375 335.40384Q179.0625 335.40384 179.60938 335.6226Q180.17188 335.8257 180.4375 336.1851Q180.70312 336.54446 180.79688 337.1382L179.76562 337.27884Q179.70312 336.8101 179.35938 336.54446Q179.03125 336.2632 178.40625 336.2632Q177.6875 336.2632 177.375 336.5132Q177.0625 336.7476 177.0625 337.0757Q177.0625 337.27884 177.1875 337.4351Q177.32812 337.60696 177.59375 337.71634Q177.75 337.77884 178.53125 337.98196Q179.65625 338.29446 180.09375 338.48196Q180.53125 338.66946 180.78125 339.02884Q181.03125 339.3882 181.03125 339.9351Q181.03125 340.46634 180.71875 340.9351Q180.42188 341.3882 179.84375 341.65384Q179.26562 341.90384 178.53125 341.90384Q177.3125 341.90384 176.67188 341.40384Q176.04688 340.8882 175.875 339.90384Z" fill-rule="nonzero"/><path fill="#666666" d="M148.45312 379.40143L148.45312 378.40143L152.07812 378.3858L152.07812 381.5733Q151.25 382.24518 150.35938 382.58893Q149.46875 382.91705 148.53125 382.91705Q147.26562 382.91705 146.21875 382.3858Q145.1875 381.83893 144.65625 380.8233Q144.14062 379.79205 144.14062 378.52643Q144.14062 377.2608 144.65625 376.18268Q145.1875 375.08893 146.17188 374.5733Q147.15625 374.04205 148.4375 374.04205Q149.375 374.04205 150.125 374.33893Q150.875 374.6358 151.29688 375.18268Q151.73438 375.71393 151.95312 376.58893L150.9375 376.87018Q150.73438 376.21393 150.4375 375.83893Q150.15625 375.46393 149.625 375.24518Q149.09375 375.0108 148.45312 375.0108Q147.67188 375.0108 147.09375 375.24518Q146.53125 375.47955 146.17188 375.87018Q145.82812 376.2608 145.64062 376.72955Q145.3125 377.52643 145.3125 378.4483Q145.3125 379.60455 145.70312 380.3858Q146.10938 381.15143 146.85938 381.52643Q147.60938 381.90143 148.46875 381.90143Q149.20312 381.90143 149.90625 381.62018Q150.60938 381.3233 150.96875 381.0108L150.96875 379.40143L148.45312 379.40143ZM153.29688 375.40143L153.29688 374.18268L154.35938 374.18268L154.35938 375.40143L153.29688 375.40143ZM153.29688 382.77643L153.29688 376.55768L154.35938 376.55768L154.35938 382.77643L153.29688 382.77643ZM158.59375 381.83893L158.75 382.7608Q158.29688 382.85455 157.95312 382.85455Q157.375 382.85455 157.0625 382.68268Q156.75 382.49518 156.60938 382.1983Q156.48438 381.90143 156.48438 380.9483L156.48438 377.37018L155.71875 377.37018L155.71875 376.55768L156.48438 376.55768L156.48438 375.0108L157.53125 374.3858L157.53125 376.55768L158.59375 376.55768L158.59375 377.37018L157.53125 377.37018L157.53125 381.0108Q157.53125 381.46393 157.57812 381.58893Q157.64062 381.71393 157.76562 381.79205Q157.89062 381.87018 158.125 381.87018Q158.3125 381.87018 158.59375 381.83893ZM159.46875 382.77643L159.46875 374.18268L160.59375 374.18268L160.59375 377.71393L165.0625 377.71393L165.0625 374.18268L166.20312 374.18268L166.20312 382.77643L165.0625 382.77643L165.0625 378.72955L160.59375 378.72955L160.59375 382.77643L159.46875 382.77643ZM172.375 382.77643L172.375 381.85455Q171.64062 382.91705 170.39062 382.91705Q169.84375 382.91705 169.35938 382.71393Q168.89062 382.49518 168.65625 382.18268Q168.42188 381.85455 168.32812 381.3858Q168.26562 381.08893 168.26562 380.40143L168.26562 376.55768L169.32812 376.55768L169.32812 380.0108Q169.32812 380.8233 169.39062 381.12018Q169.48438 381.52643 169.79688 381.77643Q170.125 382.0108 170.60938 382.0108Q171.07812 382.0108 171.48438 381.77643Q171.90625 381.52643 172.07812 381.10455Q172.26562 380.68268 172.26562 379.8858L172.26562 376.55768L173.3125 376.55768L173.3125 382.77643L172.375 382.77643ZM176.26562 382.77643L175.28125 382.77643L175.28125 374.18268L176.34375 374.18268L176.34375 377.24518Q177.01562 376.41705 178.04688 376.41705Q178.625 376.41705 179.125 376.65143Q179.64062 376.87018 179.96875 377.29205Q180.3125 377.71393 180.5 378.30768Q180.6875 378.90143 180.6875 379.5733Q180.6875 381.16705 179.89062 382.04205Q179.09375 382.91705 178.0 382.91705Q176.89062 382.91705 176.26562 381.99518L176.26562 382.77643ZM176.25 379.62018Q176.25 380.72955 176.5625 381.22955Q177.0625 382.04205 177.90625 382.04205Q178.59375 382.04205 179.09375 381.4483Q179.60938 380.85455 179.60938 379.65143Q179.60938 378.43268 179.125 377.85455Q178.64062 377.27643 177.95312 377.27643Q177.26562 377.27643 176.75 377.8858Q176.25 378.47955 176.25 379.62018Z" fill-rule="nonzero"/><path fill="#666666" d="M108.84375 421.35214L109.875 421.21152Q109.90625 422.1959 110.234375 422.55527Q110.5625 422.91464 111.15625 422.91464Q111.578125 422.91464 111.890625 422.72714Q112.203125 422.52402 112.3125 422.1959Q112.4375 421.85214 112.4375 421.11777L112.4375 415.1959L113.5625 415.1959L113.5625 421.05527Q113.5625 422.1334 113.296875 422.72714Q113.046875 423.3209 112.484375 423.6334Q111.921875 423.93027 111.15625 423.93027Q110.03125 423.93027 109.421875 423.28964Q108.828125 422.6334 108.84375 421.35214ZM119.375 423.78964L119.375 422.86777Q118.640625 423.93027 117.390625 423.93027Q116.84375 423.93027 116.359375 423.72714Q115.890625 423.5084 115.65625 423.1959Q115.421875 422.86777 115.328125 422.39902Q115.265625 422.10214 115.265625 421.41464L115.265625 417.5709L116.328125 417.5709L116.328125 421.02402Q116.328125 421.83652 116.390625 422.1334Q116.484375 422.53964 116.796875 422.78964Q117.125 423.02402 117.609375 423.02402Q118.078125 423.02402 118.484375 422.78964Q118.90625 422.53964 119.078125 422.11777Q119.265625 421.6959 119.265625 420.89902L119.265625 417.5709L120.3125 417.5709L120.3125 423.78964L119.375 423.78964ZM121.875 421.93027L122.90625 421.77402Q123.0 422.39902 123.390625 422.72714Q123.796875 423.05527 124.53125 423.05527Q125.25 423.05527 125.59375 422.77402Q125.953125 422.47714 125.953125 422.0709Q125.953125 421.71152 125.640625 421.5084Q125.421875 421.36777 124.5625 421.14902Q123.40625 420.85214 122.953125 420.64902Q122.515625 420.43027 122.28125 420.05527Q122.046875 419.68027 122.046875 419.21152Q122.046875 418.80527 122.234375 418.4459Q122.421875 418.08652 122.75 417.85214Q123.0 417.68027 123.421875 417.55527Q123.84375 417.43027 124.34375 417.43027Q125.0625 417.43027 125.609375 417.64902Q126.171875 417.85214 126.4375 418.21152Q126.703125 418.5709 126.796875 419.16464L125.765625 419.30527Q125.703125 418.83652 125.359375 418.5709Q125.03125 418.28964 124.40625 418.28964Q123.6875 418.28964 123.375 418.53964Q123.0625 418.77402 123.0625 419.10214Q123.0625 419.30527 123.1875 419.46152Q123.328125 419.6334 123.59375 419.74277Q123.75 419.80527 124.53125 420.0084Q125.65625 420.3209 126.09375 420.5084Q126.53125 420.6959 126.78125 421.05527Q127.03125 421.41464 127.03125 421.96152Q127.03125 422.49277 126.71875 422.96152Q126.421875 423.41464 125.84375 423.68027Q125.265625 423.93027 124.53125 423.93027Q123.3125 423.93027 122.671875 423.43027Q122.046875 422.91464 121.875 421.93027ZM130.59375 422.85214L130.75 423.77402Q130.29688 423.86777 129.95312 423.86777Q129.375 423.86777 129.0625 423.6959Q128.75 423.5084 128.60938 423.21152Q128.48438 422.91464 128.48438 421.96152L128.48438 418.3834L127.71875 418.3834L127.71875 417.5709L128.48438 417.5709L128.48438 416.02402L129.53125 415.39902L129.53125 417.5709L130.59375 417.5709L130.59375 418.3834L129.53125 418.3834L129.53125 422.02402Q129.53125 422.47714 129.57812 422.60214Q129.64062 422.72714 129.76562 422.80527Q129.89062 422.8834 130.125 422.8834Q130.3125 422.8834 130.59375 422.85214ZM134.48438 423.78964L134.48438 415.1959L140.28125 415.1959L140.28125 416.21152L135.625 416.21152L135.625 418.86777L139.65625 418.86777L139.65625 419.8834L135.625 419.8834L135.625 423.78964L134.48438 423.78964ZM140.90625 420.68027Q140.90625 418.9459 141.85938 418.11777Q142.65625 417.43027 143.8125 417.43027Q145.09375 417.43027 145.90625 418.27402Q146.73438 419.10214 146.73438 420.58652Q146.73438 421.78964 146.375 422.47714Q146.01562 423.16464 145.3125 423.55527Q144.625 423.93027 143.8125 423.93027Q142.51562 423.93027 141.70312 423.10214Q140.90625 422.2584 140.90625 420.68027ZM141.98438 420.68027Q141.98438 421.86777 142.5 422.46152Q143.03125 423.05527 143.8125 423.05527Q144.60938 423.05527 145.125 422.46152Q145.64062 421.86777 145.64062 420.64902Q145.64062 419.49277 145.10938 418.89902Q144.59375 418.30527 143.8125 418.30527Q143.03125 418.30527 142.5 418.89902Q141.98438 419.47714 141.98438 420.68027ZM148.28125 423.78964L148.28125 417.5709L149.23438 417.5709L149.23438 418.5084Q149.59375 417.85214 149.89062 417.64902Q150.20312 417.43027 150.57812 417.43027Q151.10938 417.43027 151.65625 417.7584L151.29688 418.74277Q150.90625 418.5084 150.53125 418.5084Q150.17188 418.5084 149.89062 418.72714Q149.625 418.93027 149.51562 419.30527Q149.32812 419.86777 149.32812 420.52402L149.32812 423.78964L148.28125 423.78964ZM155.48438 423.78964L155.48438 415.1959L161.28125 415.1959L161.28125 416.21152L156.625 416.21152L156.625 418.86777L160.65625 418.86777L160.65625 419.8834L156.625 419.8834L156.625 423.78964L155.48438 423.78964ZM166.375 423.78964L166.375 422.86777Q165.64062 423.93027 164.39062 423.93027Q163.84375 423.93027 163.35938 423.72714Q162.89062 423.5084 162.65625 423.1959Q162.42188 422.86777 162.32812 422.39902Q162.26562 422.10214 162.26562 421.41464L162.26562 417.5709L163.32812 417.5709L163.32812 421.02402Q163.32812 421.83652 163.39062 422.1334Q163.48438 422.53964 163.79688 422.78964Q164.125 423.02402 164.60938 423.02402Q165.07812 423.02402 165.48438 422.78964Q165.90625 422.53964 166.07812 422.11777Q166.26562 421.6959 166.26562 420.89902L166.26562 417.5709L167.3125 417.5709L167.3125 423.78964L166.375 423.78964ZM169.29688 423.78964L169.29688 417.5709L170.23438 417.5709L170.23438 418.4459Q170.92188 417.43027 172.21875 417.43027Q172.78125 417.43027 173.25 417.6334Q173.73438 417.83652 173.96875 418.16464Q174.20312 418.49277 174.29688 418.93027Q174.34375 419.22714 174.34375 419.96152L174.34375 423.78964L173.29688 423.78964L173.29688 420.0084Q173.29688 419.35214 173.17188 419.03964Q173.04688 418.72714 172.73438 418.53964Q172.42188 418.33652 172.0 418.33652Q171.32812 418.33652 170.82812 418.77402Q170.34375 419.1959 170.34375 420.3834L170.34375 423.78964L169.29688 423.78964ZM180.35938 421.5084L181.39062 421.64902Q181.21875 422.71152 180.51562 423.3209Q179.8125 423.93027 178.79688 423.93027Q177.51562 423.93027 176.73438 423.10214Q175.96875 422.2584 175.96875 420.6959Q175.96875 419.6959 176.29688 418.9459Q176.64062 418.18027 177.3125 417.80527Q178.0 417.43027 178.8125 417.43027Q179.8125 417.43027 180.45312 417.9459Q181.10938 418.4459 181.29688 419.39902L180.26562 419.55527Q180.125 418.93027 179.75 418.61777Q179.375 418.28964 178.84375 418.28964Q178.04688 418.28964 177.54688 418.86777Q177.04688 419.43027 177.04688 420.66464Q177.04688 421.93027 177.53125 422.49277Q178.01562 423.05527 178.78125 423.05527Q179.40625 423.05527 179.8125 422.68027Q180.23438 422.30527 180.35938 421.5084Z" fill-rule="nonzero"/><path fill="#666666" d="M134.84375 464.80286L134.84375 461.16223L131.53125 456.2091L132.92188 456.2091L134.60938 458.80286Q135.07812 459.5216 135.48438 460.25598Q135.875 459.5841 136.42188 458.74036L138.09375 456.2091L139.40625 456.2091L135.98438 461.16223L135.98438 464.80286L134.84375 464.80286ZM139.90625 461.69348Q139.90625 459.9591 140.85938 459.13098Q141.65625 458.44348 142.8125 458.44348Q144.09375 458.44348 144.90625 459.28723Q145.73438 460.11536 145.73438 461.59973Q145.73438 462.80286 145.375 463.49036Q145.01562 464.17786 144.3125 464.56848Q143.625 464.94348 142.8125 464.94348Q141.51562 464.94348 140.70312 464.11536Q139.90625 463.2716 139.90625 461.69348ZM140.98438 461.69348Q140.98438 462.88098 141.5 463.47473Q142.03125 464.06848 142.8125 464.06848Q143.60938 464.06848 144.125 463.47473Q144.64062 462.88098 144.64062 461.66223Q144.64062 460.50598 144.10938 459.91223Q143.59375 459.31848 142.8125 459.31848Q142.03125 459.31848 141.5 459.91223Q140.98438 460.49036 140.98438 461.69348ZM151.375 464.80286L151.375 463.88098Q150.64062 464.94348 149.39062 464.94348Q148.84375 464.94348 148.35938 464.74036Q147.89062 464.5216 147.65625 464.2091Q147.42188 463.88098 147.32812 463.41223Q147.26562 463.11536 147.26562 462.42786L147.26562 458.5841L148.32812 458.5841L148.32812 462.03723Q148.32812 462.84973 148.39062 463.1466Q148.48438 463.55286 148.79688 463.80286Q149.125 464.03723 149.60938 464.03723Q150.07812 464.03723 150.48438 463.80286Q150.90625 463.55286 151.07812 463.13098Q151.26562 462.7091 151.26562 461.91223L151.26562 458.5841L152.3125 458.5841L152.3125 464.80286L151.375 464.80286ZM156.60938 464.80286L156.60938 457.22473L153.78125 457.22473L153.78125 456.2091L160.59375 456.2091L160.59375 457.22473L157.75 457.22473L157.75 464.80286L156.60938 464.80286ZM165.375 464.80286L165.375 463.88098Q164.64062 464.94348 163.39062 464.94348Q162.84375 464.94348 162.35938 464.74036Q161.89062 464.5216 161.65625 464.2091Q161.42188 463.88098 161.32812 463.41223Q161.26562 463.11536 161.26562 462.42786L161.26562 458.5841L162.32812 458.5841L162.32812 462.03723Q162.32812 462.84973 162.39062 463.1466Q162.48438 463.55286 162.79688 463.80286Q163.125 464.03723 163.60938 464.03723Q164.07812 464.03723 164.48438 463.80286Q164.90625 463.55286 165.07812 463.13098Q165.26562 462.7091 165.26562 461.91223L165.26562 458.5841L166.3125 458.5841L166.3125 464.80286L165.375 464.80286ZM169.26562 464.80286L168.28125 464.80286L168.28125 456.2091L169.34375 456.2091L169.34375 459.2716Q170.01562 458.44348 171.04688 458.44348Q171.625 458.44348 172.125 458.67786Q172.64062 458.8966 172.96875 459.31848Q173.3125 459.74036 173.5 460.3341Q173.6875 460.92786 173.6875 461.59973Q173.6875 463.19348 172.89062 464.06848Q172.09375 464.94348 171.0 464.94348Q169.89062 464.94348 169.26562 464.0216L169.26562 464.80286ZM169.25 461.6466Q169.25 462.75598 169.5625 463.25598Q170.0625 464.06848 170.90625 464.06848Q171.59375 464.06848 172.09375 463.47473Q172.60938 462.88098 172.60938 461.67786Q172.60938 460.4591 172.125 459.88098Q171.64062 459.30286 170.95312 459.30286Q170.26562 459.30286 169.75 459.91223Q169.25 460.50598 169.25 461.6466ZM179.54688 462.80286L180.64062 462.92786Q180.39062 463.88098 179.6875 464.41223Q178.98438 464.94348 177.90625 464.94348Q176.54688 464.94348 175.73438 464.09973Q174.9375 463.25598 174.9375 461.74036Q174.9375 460.17786 175.75 459.31848Q176.5625 458.44348 177.84375 458.44348Q179.09375 458.44348 179.875 459.28723Q180.67188 460.13098 180.67188 461.67786Q180.67188 461.7716 180.67188 461.9591L176.03125 461.9591Q176.09375 462.99036 176.60938 463.53723Q177.125 464.06848 177.90625 464.06848Q178.48438 464.06848 178.89062 463.7716Q179.3125 463.4591 179.54688 462.80286ZM176.09375 461.09973L179.5625 461.09973Q179.5 460.30286 179.17188 459.91223Q178.65625 459.30286 177.85938 459.30286Q177.125 459.30286 176.625 459.78723Q176.14062 460.2716 176.09375 461.09973Z" fill-rule="nonzero"/><path fill="#666666" d="M152.07812 501.62857Q152.07812 499.48795 153.21875 498.28482Q154.375 497.06607 156.1875 497.06607Q157.39062 497.06607 158.34375 497.6442Q159.29688 498.2067 159.79688 499.22232Q160.29688 500.23795 160.29688 501.53482Q160.29688 502.8317 159.76562 503.86295Q159.23438 504.8942 158.26562 505.42545Q157.3125 505.9567 156.1875 505.9567Q154.96875 505.9567 154.01562 505.37857Q153.0625 504.78482 152.5625 503.78482Q152.07812 502.7692 152.07812 501.62857ZM153.25 501.6442Q153.25 503.2067 154.07812 504.09732Q154.92188 504.98795 156.1875 504.98795Q157.46875 504.98795 158.29688 504.09732Q159.125 503.19107 159.125 501.5192Q159.125 500.47232 158.76562 499.69107Q158.42188 498.90982 157.73438 498.48795Q157.04688 498.05045 156.20312 498.05045Q155.0 498.05045 154.125 498.87857Q153.25 499.7067 153.25 501.6442ZM163.59375 504.87857L163.75 505.80045Q163.29688 505.8942 162.95312 505.8942Q162.375 505.8942 162.0625 505.72232Q161.75 505.53482 161.60938 505.23795Q161.48438 504.94107 161.48438 503.98795L161.48438 500.40982L160.71875 500.40982L160.71875 499.59732L161.48438 499.59732L161.48438 498.05045L162.53125 497.42545L162.53125 499.59732L163.59375 499.59732L163.59375 500.40982L162.53125 500.40982L162.53125 504.05045Q162.53125 504.50357 162.57812 504.62857Q162.64062 504.75357 162.76562 504.8317Q162.89062 504.90982 163.125 504.90982Q163.3125 504.90982 163.59375 504.87857ZM164.29688 505.81607L164.29688 497.22232L165.34375 497.22232L165.34375 500.30045Q166.07812 499.4567 167.20312 499.4567Q167.90625 499.4567 168.40625 499.73795Q168.92188 500.00357 169.14062 500.48795Q169.35938 500.9567 169.35938 501.87857L169.35938 505.81607L168.3125 505.81607L168.3125 501.87857Q168.3125 501.0817 167.96875 500.72232Q167.625 500.36295 167.0 500.36295Q166.53125 500.36295 166.10938 500.61295Q165.70312 500.84732 165.51562 501.2692Q165.34375 501.67545 165.34375 502.40982L165.34375 505.81607L164.29688 505.81607ZM175.54688 503.81607L176.64062 503.94107Q176.39062 504.8942 175.6875 505.42545Q174.98438 505.9567 173.90625 505.9567Q172.54688 505.9567 171.73438 505.11295Q170.9375 504.2692 170.9375 502.75357Q170.9375 501.19107 171.75 500.3317Q172.5625 499.4567 173.84375 499.4567Q175.09375 499.4567 175.875 500.30045Q176.67188 501.1442 176.67188 502.69107Q176.67188 502.78482 176.67188 502.97232L172.03125 502.97232Q172.09375 504.00357 172.60938 504.55045Q173.125 505.0817 173.90625 505.0817Q174.48438 505.0817 174.89062 504.78482Q175.3125 504.47232 175.54688 503.81607ZM172.09375 502.11295L175.5625 502.11295Q175.5 501.31607 175.17188 500.92545Q174.65625 500.31607 173.85938 500.31607Q173.125 500.31607 172.625 500.80045Q172.14062 501.28482 172.09375 502.11295ZM178.28125 505.81607L178.28125 499.59732L179.23438 499.59732L179.23438 500.53482Q179.59375 499.87857 179.89062 499.67545Q180.20312 499.4567 180.57812 499.4567Q181.10938 499.4567 181.65625 499.78482L181.29688 500.7692Q180.90625 500.53482 180.53125 500.53482Q180.17188 500.53482 179.89062 500.75357Q179.625 500.9567 179.51562 501.3317Q179.32812 501.8942 179.32812 502.55045L179.32812 505.81607L178.28125 505.81607Z" fill-rule="nonzero"/><path fill="#666666" d="M179.0 542.2656Q179.0 540.7344 179.3125 539.8125Q179.625 538.875 180.23438 538.375Q180.85938 537.875 181.79688 537.875Q182.48438 537.875 183.0 538.15625Q183.53125 538.4375 183.875 538.96875Q184.21875 539.4844 184.40625 540.2344Q184.59375 540.9844 184.59375 542.2656Q184.59375 543.78125 184.28125 544.7031Q183.98438 545.625 183.35938 546.1406Q182.75 546.6406 181.79688 546.6406Q180.5625 546.6406 179.84375 545.75Q179.0 544.6875 179.0 542.2656ZM180.07812 542.2656Q180.07812 544.375 180.57812 545.0781Q181.07812 545.78125 181.79688 545.78125Q182.53125 545.78125 183.01562 545.0781Q183.51562 544.375 183.51562 542.2656Q183.51562 540.1406 183.01562 539.4531Q182.53125 538.75 181.78125 538.75Q181.0625 538.75 180.625 539.3594Q180.07812 540.1406 180.07812 542.2656ZM186.20312 539.96875Q186.20312 539.0469 186.65625 538.40625Q187.125 537.7656 188.0 537.7656Q188.8125 537.7656 189.34375 538.34375Q189.875 538.9219 189.875 540.03125Q189.875 541.125 189.32812 541.71875Q188.79688 542.2969 188.01562 542.2969Q187.23438 542.2969 186.71875 541.71875Q186.20312 541.1406 186.20312 539.96875ZM188.03125 538.4844Q187.64062 538.4844 187.375 538.8281Q187.125 539.1719 187.125 540.0781Q187.125 540.90625 187.375 541.25Q187.64062 541.5781 188.03125 541.5781Q188.4375 541.5781 188.6875 541.2344Q188.95312 540.8906 188.95312 540.0Q188.95312 539.15625 188.6875 538.8281Q188.42188 538.4844 188.03125 538.4844ZM188.03125 546.8125L192.73438 537.7656L193.59375 537.7656L188.90625 546.8125L188.03125 546.8125ZM191.75 544.4844Q191.75 543.5625 192.20312 542.9219Q192.67188 542.28125 193.5625 542.28125Q194.375 542.28125 194.90625 542.8594Q195.4375 543.4219 195.4375 544.5469Q195.4375 545.6406 194.89062 546.2344Q194.35938 546.8125 193.5625 546.8125Q192.79688 546.8125 192.26562 546.2344Q191.75 545.65625 191.75 544.4844ZM193.59375 543.0Q193.1875 543.0 192.92188 543.34375Q192.67188 543.6875 192.67188 544.59375Q192.67188 545.40625 192.9375 545.75Q193.20312 546.09375 193.59375 546.09375Q193.98438 546.09375 194.25 545.75Q194.51562 545.40625 194.51562 544.5Q194.51562 543.6719 194.25 543.34375Q193.98438 543.0 193.59375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M257.54688 545.4844L257.54688 546.5L251.85938 546.5Q251.85938 546.125 251.98438 545.7656Q252.20312 545.1875 252.67188 544.625Q253.15625 544.0625 254.0625 543.3281Q255.46875 542.1719 255.95312 541.5Q256.45312 540.8281 256.45312 540.2344Q256.45312 539.6094 256.0 539.1875Q255.54688 538.75 254.82812 538.75Q254.0625 538.75 253.60938 539.2031Q253.15625 539.65625 253.14062 540.46875L252.0625 540.3594Q252.17188 539.1406 252.89062 538.5156Q253.625 537.875 254.85938 537.875Q256.09375 537.875 256.8125 538.5625Q257.53125 539.25 257.53125 540.2656Q257.53125 540.78125 257.3125 541.28125Q257.10938 541.7656 256.60938 542.3281Q256.125 542.875 255.0 543.8281Q254.04688 544.625 253.76562 544.9219Q253.5 545.2031 253.32812 545.4844L257.54688 545.4844ZM259.0 542.2656Q259.0 540.7344 259.3125 539.8125Q259.625 538.875 260.23438 538.375Q260.85938 537.875 261.79688 537.875Q262.48438 537.875 263.0 538.15625Q263.53125 538.4375 263.875 538.96875Q264.21875 539.4844 264.40625 540.2344Q264.59375 540.9844 264.59375 542.2656Q264.59375 543.78125 264.28125 544.7031Q263.98438 545.625 263.35938 546.1406Q262.75 546.6406 261.79688 546.6406Q260.5625 546.6406 259.84375 545.75Q259.0 544.6875 259.0 542.2656ZM260.07812 542.2656Q260.07812 544.375 260.57812 545.0781Q261.07812 545.78125 261.79688 545.78125Q262.53125 545.78125 263.01562 545.0781Q263.51562 544.375 263.51562 542.2656Q263.51562 540.1406 263.01562 539.4531Q262.53125 538.75 261.78125 538.75Q261.0625 538.75 260.625 539.3594Q260.07812 540.1406 260.07812 542.2656ZM266.20312 539.96875Q266.20312 539.0469 266.65625 538.40625Q267.125 537.7656 268.0 537.7656Q268.8125 537.7656 269.34375 538.34375Q269.875 538.9219 269.875 540.03125Q269.875 541.125 269.32812 541.71875Q268.79688 542.2969 268.01562 542.2969Q267.23438 542.2969 266.71875 541.71875Q266.20312 541.1406 266.20312 539.96875ZM268.03125 538.4844Q267.64062 538.4844 267.375 538.8281Q267.125 539.1719 267.125 540.0781Q267.125 540.90625 267.375 541.25Q267.64062 541.5781 268.03125 541.5781Q268.4375 541.5781 268.6875 541.2344Q268.95312 540.8906 268.95312 540.0Q268.95312 539.15625 268.6875 538.8281Q268.42188 538.4844 268.03125 538.4844ZM268.03125 546.8125L272.73438 537.7656L273.59375 537.7656L268.90625 546.8125L268.03125 546.8125ZM271.75 544.4844Q271.75 543.5625 272.20312 542.9219Q272.67188 542.28125 273.5625 542.28125Q274.375 542.28125 274.90625 542.8594Q275.4375 543.4219 275.4375 544.5469Q275.4375 545.6406 274.89062 546.2344Q274.35938 546.8125 273.5625 546.8125Q272.79688 546.8125 272.26562 546.2344Q271.75 545.65625 271.75 544.4844ZM273.59375 543.0Q273.1875 543.0 272.92188 543.34375Q272.67188 543.6875 272.67188 544.59375Q272.67188 545.40625 272.9375 545.75Q273.20312 546.09375 273.59375 546.09375Q273.98438 546.09375 274.25 545.75Q274.51562 545.40625 274.51562 544.5Q274.51562 543.6719 274.25 543.34375Q273.98438 543.0 273.59375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M331.875 546.5L331.875 544.4375L328.15625 544.4375L328.15625 543.46875L332.07812 537.90625L332.9375 537.90625L332.9375 543.46875L334.09375 543.46875L334.09375 544.4375L332.9375 544.4375L332.9375 546.5L331.875 546.5ZM331.875 543.46875L331.875 539.6094L329.1875 543.46875L331.875 543.46875ZM335.5 542.2656Q335.5 540.7344 335.8125 539.8125Q336.125 538.875 336.73438 538.375Q337.35938 537.875 338.29688 537.875Q338.98438 537.875 339.5 538.15625Q340.03125 538.4375 340.375 538.96875Q340.71875 539.4844 340.90625 540.2344Q341.09375 540.9844 341.09375 542.2656Q341.09375 543.78125 340.78125 544.7031Q340.48438 545.625 339.85938 546.1406Q339.25 546.6406 338.29688 546.6406Q337.0625 546.6406 336.34375 545.75Q335.5 544.6875 335.5 542.2656ZM336.57812 542.2656Q336.57812 544.375 337.07812 545.0781Q337.57812 545.78125 338.29688 545.78125Q339.03125 545.78125 339.51562 545.0781Q340.01562 544.375 340.01562 542.2656Q340.01562 540.1406 339.51562 539.4531Q339.03125 538.75 338.28125 538.75Q337.5625 538.75 337.125 539.3594Q336.57812 540.1406 336.57812 542.2656ZM342.70312 539.96875Q342.70312 539.0469 343.15625 538.40625Q343.625 537.7656 344.5 537.7656Q345.3125 537.7656 345.84375 538.34375Q346.375 538.9219 346.375 540.03125Q346.375 541.125 345.82812 541.71875Q345.29688 542.2969 344.51562 542.2969Q343.73438 542.2969 343.21875 541.71875Q342.70312 541.1406 342.70312 539.96875ZM344.53125 538.4844Q344.14062 538.4844 343.875 538.8281Q343.625 539.1719 343.625 540.0781Q343.625 540.90625 343.875 541.25Q344.14062 541.5781 344.53125 541.5781Q344.9375 541.5781 345.1875 541.2344Q345.45312 540.8906 345.45312 540.0Q345.45312 539.15625 345.1875 538.8281Q344.92188 538.4844 344.53125 538.4844ZM344.53125 546.8125L349.23438 537.7656L350.09375 537.7656L345.40625 546.8125L344.53125 546.8125ZM348.25 544.4844Q348.25 543.5625 348.70312 542.9219Q349.17188 542.28125 350.0625 542.28125Q350.875 542.28125 351.40625 542.8594Q351.9375 543.4219 351.9375 544.5469Q351.9375 545.6406 351.39062 546.2344Q350.85938 546.8125 350.0625 546.8125Q349.29688 546.8125 348.76562 546.2344Q348.25 545.65625 348.25 544.4844ZM350.09375 543.0Q349.6875 543.0 349.42188 543.34375Q349.17188 543.6875 349.17188 544.59375Q349.17188 545.40625 349.4375 545.75Q349.70312 546.09375 350.09375 546.09375Q350.48438 546.09375 350.75 545.75Q351.01562 545.40625 351.01562 544.5Q351.01562 543.6719 350.75 543.34375Q350.48438 543.0 350.09375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M410.46875 540.0156L409.42188 540.09375Q409.28125 539.46875 409.03125 539.1875Q408.59375 538.7344 407.96875 538.7344Q407.46875 538.7344 407.07812 539.0156Q406.59375 539.3906 406.29688 540.09375Q406.01562 540.78125 406.0 542.0625Q406.375 541.4844 406.92188 541.2031Q407.48438 540.9219 408.09375 540.9219Q409.14062 540.9219 409.875 541.7031Q410.625 542.4844 410.625 543.7031Q410.625 544.5156 410.26562 545.21875Q409.92188 545.90625 409.3125 546.28125Q408.70312 546.6406 407.9375 546.6406Q406.60938 546.6406 405.78125 545.6719Q404.95312 544.7031 404.95312 542.4844Q404.95312 539.9844 405.875 538.8594Q406.67188 537.875 408.03125 537.875Q409.04688 537.875 409.6875 538.4531Q410.34375 539.0156 410.46875 540.0156ZM406.17188 543.71875Q406.17188 544.2656 406.39062 544.7656Q406.625 545.25 407.03125 545.5156Q407.45312 545.78125 407.92188 545.78125Q408.57812 545.78125 409.0625 545.25Q409.54688 544.7031 409.54688 543.78125Q409.54688 542.8906 409.0625 542.375Q408.59375 541.8594 407.875 541.8594Q407.15625 541.8594 406.65625 542.375Q406.17188 542.8906 406.17188 543.71875ZM412.0 542.2656Q412.0 540.7344 412.3125 539.8125Q412.625 538.875 413.23438 538.375Q413.85938 537.875 414.79688 537.875Q415.48438 537.875 416.0 538.15625Q416.53125 538.4375 416.875 538.96875Q417.21875 539.4844 417.40625 540.2344Q417.59375 540.9844 417.59375 542.2656Q417.59375 543.78125 417.28125 544.7031Q416.98438 545.625 416.35938 546.1406Q415.75 546.6406 414.79688 546.6406Q413.5625 546.6406 412.84375 545.75Q412.0 544.6875 412.0 542.2656ZM413.07812 542.2656Q413.07812 544.375 413.57812 545.0781Q414.07812 545.78125 414.79688 545.78125Q415.53125 545.78125 416.01562 545.0781Q416.51562 544.375 416.51562 542.2656Q416.51562 540.1406 416.01562 539.4531Q415.53125 538.75 414.78125 538.75Q414.0625 538.75 413.625 539.3594Q413.07812 540.1406 413.07812 542.2656ZM419.20312 539.96875Q419.20312 539.0469 419.65625 538.40625Q420.125 537.7656 421.0 537.7656Q421.8125 537.7656 422.34375 538.34375Q422.875 538.9219 422.875 540.03125Q422.875 541.125 422.32812 541.71875Q421.79688 542.2969 421.01562 542.2969Q420.23438 542.2969 419.71875 541.71875Q419.20312 541.1406 419.20312 539.96875ZM421.03125 538.4844Q420.64062 538.4844 420.375 538.8281Q420.125 539.1719 420.125 540.0781Q420.125 540.90625 420.375 541.25Q420.64062 541.5781 421.03125 541.5781Q421.4375 541.5781 421.6875 541.2344Q421.95312 540.8906 421.95312 540.0Q421.95312 539.15625 421.6875 538.8281Q421.42188 538.4844 421.03125 538.4844ZM421.03125 546.8125L425.73438 537.7656L426.59375 537.7656L421.90625 546.8125L421.03125 546.8125ZM424.75 544.4844Q424.75 543.5625 425.20312 542.9219Q425.67188 542.28125 426.5625 542.28125Q427.375 542.28125 427.90625 542.8594Q428.4375 543.4219 428.4375 544.5469Q428.4375 545.6406 427.89062 546.2344Q427.35938 546.8125 426.5625 546.8125Q425.79688 546.8125 425.26562 546.2344Q424.75 545.65625 424.75 544.4844ZM426.59375 543.0Q426.1875 543.0 425.92188 543.34375Q425.67188 543.6875 425.67188 544.59375Q425.67188 545.40625 425.9375 545.75Q426.20312 546.09375 426.59375 546.09375Q426.98438 546.09375 427.25 545.75Q427.51562 545.40625 427.51562 544.5Q427.51562 543.6719 427.25 543.34375Q426.98438 543.0 426.59375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M483.125 541.84375Q482.46875 541.59375 482.14062 541.15625Q481.82812 540.7031 481.82812 540.09375Q481.82812 539.15625 482.5 538.5156Q483.1875 537.875 484.29688 537.875Q485.42188 537.875 486.10938 538.53125Q486.79688 539.1875 486.79688 540.125Q486.79688 540.71875 486.48438 541.15625Q486.17188 541.59375 485.53125 541.84375Q486.32812 542.09375 486.73438 542.6719Q487.14062 543.25 487.14062 544.0469Q487.14062 545.1406 486.35938 545.8906Q485.59375 546.6406 484.3125 546.6406Q483.04688 546.6406 482.26562 545.8906Q481.48438 545.1406 481.48438 544.0156Q481.48438 543.1719 481.90625 542.6094Q482.34375 542.0469 483.125 541.84375ZM482.90625 540.0469Q482.90625 540.65625 483.29688 541.0469Q483.70312 541.4375 484.32812 541.4375Q484.9375 541.4375 485.32812 541.0625Q485.71875 540.6719 485.71875 540.1094Q485.71875 539.53125 485.3125 539.1406Q484.90625 538.7344 484.3125 538.7344Q483.70312 538.7344 483.29688 539.125Q482.90625 539.5156 482.90625 540.0469ZM482.57812 544.0156Q482.57812 544.46875 482.78125 544.8906Q483.0 545.3125 483.42188 545.5469Q483.84375 545.78125 484.32812 545.78125Q485.07812 545.78125 485.5625 545.2969Q486.0625 544.8125 486.0625 544.0625Q486.0625 543.2969 485.5625 542.7969Q485.0625 542.2969 484.29688 542.2969Q483.54688 542.2969 483.0625 542.7969Q482.57812 543.28125 482.57812 544.0156ZM488.5 542.2656Q488.5 540.7344 488.8125 539.8125Q489.125 538.875 489.73438 538.375Q490.35938 537.875 491.29688 537.875Q491.98438 537.875 492.5 538.15625Q493.03125 538.4375 493.375 538.96875Q493.71875 539.4844 493.90625 540.2344Q494.09375 540.9844 494.09375 542.2656Q494.09375 543.78125 493.78125 544.7031Q493.48438 545.625 492.85938 546.1406Q492.25 546.6406 491.29688 546.6406Q490.0625 546.6406 489.34375 545.75Q488.5 544.6875 488.5 542.2656ZM489.57812 542.2656Q489.57812 544.375 490.07812 545.0781Q490.57812 545.78125 491.29688 545.78125Q492.03125 545.78125 492.51562 545.0781Q493.01562 544.375 493.01562 542.2656Q493.01562 540.1406 492.51562 539.4531Q492.03125 538.75 491.28125 538.75Q490.5625 538.75 490.125 539.3594Q489.57812 540.1406 489.57812 542.2656ZM495.70312 539.96875Q495.70312 539.0469 496.15625 538.40625Q496.625 537.7656 497.5 537.7656Q498.3125 537.7656 498.84375 538.34375Q499.375 538.9219 499.375 540.03125Q499.375 541.125 498.82812 541.71875Q498.29688 542.2969 497.51562 542.2969Q496.73438 542.2969 496.21875 541.71875Q495.70312 541.1406 495.70312 539.96875ZM497.53125 538.4844Q497.14062 538.4844 496.875 538.8281Q496.625 539.1719 496.625 540.0781Q496.625 540.90625 496.875 541.25Q497.14062 541.5781 497.53125 541.5781Q497.9375 541.5781 498.1875 541.2344Q498.45312 540.8906 498.45312 540.0Q498.45312 539.15625 498.1875 538.8281Q497.92188 538.4844 497.53125 538.4844ZM497.53125 546.8125L502.23438 537.7656L503.09375 537.7656L498.40625 546.8125L497.53125 546.8125ZM501.25 544.4844Q501.25 543.5625 501.70312 542.9219Q502.17188 542.28125 503.0625 542.28125Q503.875 542.28125 504.40625 542.8594Q504.9375 543.4219 504.9375 544.5469Q504.9375 545.6406 504.39062 546.2344Q503.85938 546.8125 503.0625 546.8125Q502.29688 546.8125 501.76562 546.2344Q501.25 545.65625 501.25 544.4844ZM503.09375 543.0Q502.6875 543.0 502.42188 543.34375Q502.17188 543.6875 502.17188 544.59375Q502.17188 545.40625 502.4375 545.75Q502.70312 546.09375 503.09375 546.09375Q503.48438 546.09375 503.75 545.75Q504.01562 545.40625 504.01562 544.5Q504.01562 543.6719 503.75 543.34375Q503.48438 543.0 503.09375 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M558.46875 546.5L557.4219 546.5L557.4219 539.78125Q557.03125 540.1406 556.40625 540.5156Q555.7969 540.875 555.3125 541.0469L555.3125 540.03125Q556.1875 539.6094 556.84375 539.03125Q557.5156 538.4375 557.7969 537.875L558.46875 537.875L558.46875 546.5ZM561.5 542.2656Q561.5 540.7344 561.8125 539.8125Q562.125 538.875 562.7344 538.375Q563.3594 537.875 564.2969 537.875Q564.9844 537.875 565.5 538.15625Q566.03125 538.4375 566.375 538.96875Q566.71875 539.4844 566.90625 540.2344Q567.09375 540.9844 567.09375 542.2656Q567.09375 543.78125 566.78125 544.7031Q566.4844 545.625 565.8594 546.1406Q565.25 546.6406 564.2969 546.6406Q563.0625 546.6406 562.34375 545.75Q561.5 544.6875 561.5 542.2656ZM562.5781 542.2656Q562.5781 544.375 563.0781 545.0781Q563.5781 545.78125 564.2969 545.78125Q565.03125 545.78125 565.5156 545.0781Q566.0156 544.375 566.0156 542.2656Q566.0156 540.1406 565.5156 539.4531Q565.03125 538.75 564.28125 538.75Q563.5625 538.75 563.125 539.3594Q562.5781 540.1406 562.5781 542.2656ZM568.5 542.2656Q568.5 540.7344 568.8125 539.8125Q569.125 538.875 569.7344 538.375Q570.3594 537.875 571.2969 537.875Q571.9844 537.875 572.5 538.15625Q573.03125 538.4375 573.375 538.96875Q573.71875 539.4844 573.90625 540.2344Q574.09375 540.9844 574.09375 542.2656Q574.09375 543.78125 573.78125 544.7031Q573.4844 545.625 572.8594 546.1406Q572.25 546.6406 571.2969 546.6406Q570.0625 546.6406 569.34375 545.75Q568.5 544.6875 568.5 542.2656ZM569.5781 542.2656Q569.5781 544.375 570.0781 545.0781Q570.5781 545.78125 571.2969 545.78125Q572.03125 545.78125 572.5156 545.0781Q573.0156 544.375 573.0156 542.2656Q573.0156 540.1406 572.5156 539.4531Q572.03125 538.75 571.28125 538.75Q570.5625 538.75 570.125 539.3594Q569.5781 540.1406 569.5781 542.2656ZM575.7031 539.96875Q575.7031 539.0469 576.15625 538.40625Q576.625 537.7656 577.5 537.7656Q578.3125 537.7656 578.84375 538.34375Q579.375 538.9219 579.375 540.03125Q579.375 541.125 578.8281 541.71875Q578.2969 542.2969 577.5156 542.2969Q576.7344 542.2969 576.21875 541.71875Q575.7031 541.1406 575.7031 539.96875ZM577.53125 538.4844Q577.1406 538.4844 576.875 538.8281Q576.625 539.1719 576.625 540.0781Q576.625 540.90625 576.875 541.25Q577.1406 541.5781 577.53125 541.5781Q577.9375 541.5781 578.1875 541.2344Q578.4531 540.8906 578.4531 540.0Q578.4531 539.15625 578.1875 538.8281Q577.9219 538.4844 577.53125 538.4844ZM577.53125 546.8125L582.2344 537.7656L583.09375 537.7656L578.40625 546.8125L577.53125 546.8125ZM581.25 544.4844Q581.25 543.5625 581.7031 542.9219Q582.1719 542.28125 583.0625 542.28125Q583.875 542.28125 584.40625 542.8594Q584.9375 543.4219 584.9375 544.5469Q584.9375 545.6406 584.3906 546.2344Q583.8594 546.8125 583.0625 546.8125Q582.2969 546.8125 581.7656 546.2344Q581.25 545.65625 581.25 544.4844ZM583.09375 543.0Q582.6875 543.0 582.4219 543.34375Q582.1719 543.6875 582.1719 544.59375Q582.1719 545.40625 582.4375 545.75Q582.7031 546.09375 583.09375 546.09375Q583.4844 546.09375 583.75 545.75Q584.0156 545.40625 584.0156 544.5Q584.0156 543.6719 583.75 543.34375Q583.4844 543.0 583.09375 543.0Z" fill-rule="nonzero"/><path fill="#00acd7" d="M150.5 591.39655C150.5 590.84424 150.94771 590.39655 151.5 590.39655L161.5 590.39655C162.05229 590.39655 162.5 590.84424 162.5 591.39655L162.5 601.39655C162.5 601.94885 162.05229 602.39655 161.5 602.39655L151.5 602.39655C150.94771 602.39655 150.5 601.94885 150.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M171.4375 600.39655L171.4375 591.8028L175.25 591.8028Q176.40625 591.8028 177.0 592.0372Q177.59375 592.27155 177.95312 592.8653Q178.3125 593.4434 178.3125 594.14655Q178.3125 595.0684 177.71875 595.6934Q177.125 596.3184 175.89062 596.4903Q176.34375 596.70905 176.57812 596.9122Q177.07812 597.3653 177.51562 598.0528L179.01562 600.39655L177.57812 600.39655L176.45312 598.6153Q175.95312 597.83405 175.625 597.4278Q175.3125 597.02155 175.04688 596.8653Q174.79688 596.6934 174.53125 596.6153Q174.34375 596.58405 173.90625 596.58405L172.57812 596.58405L172.57812 600.39655L171.4375 600.39655ZM172.57812 595.5997L175.03125 595.5997Q175.79688 595.5997 176.23438 595.4434Q176.6875 595.27155 176.90625 594.9278Q177.14062 594.5684 177.14062 594.14655Q177.14062 593.5372 176.6875 593.14655Q176.25 592.7559 175.29688 592.7559L172.57812 592.7559L172.57812 595.5997ZM184.35938 599.6309Q183.76562 600.1309 183.21875 600.33405Q182.6875 600.5372 182.0625 600.5372Q181.03125 600.5372 180.48438 600.0372Q179.9375 599.5372 179.9375 598.7559Q179.9375 598.3028 180.14062 597.9278Q180.34375 597.5372 180.6875 597.3184Q181.03125 597.08405 181.45312 596.9747Q181.75 596.8809 182.39062 596.8028Q183.65625 596.6622 184.26562 596.4434Q184.26562 596.2247 184.26562 596.1778Q184.26562 595.52155 183.96875 595.2559Q183.5625 594.9122 182.76562 594.9122Q182.03125 594.9122 181.67188 595.1778Q181.3125 595.4278 181.14062 596.08405L180.10938 595.9434Q180.25 595.2872 180.57812 594.8809Q180.90625 594.4747 181.51562 594.2559Q182.125 594.0372 182.92188 594.0372Q183.71875 594.0372 184.21875 594.2247Q184.71875 594.4122 184.95312 594.6934Q185.1875 594.9747 185.28125 595.4122Q185.32812 595.6778 185.32812 596.3809L185.32812 597.7872Q185.32812 599.2559 185.39062 599.64655Q185.46875 600.0372 185.67188 600.39655L184.5625 600.39655Q184.40625 600.0684 184.35938 599.6309ZM184.26562 597.27155Q183.6875 597.5059 182.54688 597.6778Q181.89062 597.77155 181.625 597.89655Q181.35938 598.0059 181.20312 598.2247Q181.0625 598.4434 181.0625 598.7247Q181.0625 599.14655 181.375 599.4278Q181.70312 599.70905 182.3125 599.70905Q182.92188 599.70905 183.39062 599.4434Q183.875 599.1778 184.09375 598.70905Q184.26562 598.3497 184.26562 597.6622L184.26562 597.27155ZM187.29688 600.39655L187.29688 594.1778L188.23438 594.1778L188.23438 595.0528Q188.92188 594.0372 190.21875 594.0372Q190.78125 594.0372 191.25 594.2403Q191.73438 594.4434 191.96875 594.77155Q192.20312 595.0997 192.29688 595.5372Q192.34375 595.83405 192.34375 596.5684L192.34375 600.39655L191.29688 600.39655L191.29688 596.6153Q191.29688 595.95905 191.17188 595.64655Q191.04688 595.33405 190.73438 595.14655Q190.42188 594.9434 190.0 594.9434Q189.32812 594.9434 188.82812 595.3809Q188.34375 595.8028 188.34375 596.9903L188.34375 600.39655L187.29688 600.39655ZM194.29688 600.39655L194.29688 591.8028L195.35938 591.8028L195.35938 596.70905L197.84375 594.1778L199.21875 594.1778L196.82812 596.4747L199.45312 600.39655L198.15625 600.39655L196.09375 597.20905L195.35938 597.9278L195.35938 600.39655L194.29688 600.39655ZM204.54688 598.39655L205.64062 598.52155Q205.39062 599.4747 204.6875 600.0059Q203.98438 600.5372 202.90625 600.5372Q201.54688 600.5372 200.73438 599.6934Q199.9375 598.8497 199.9375 597.33405Q199.9375 595.77155 200.75 594.9122Q201.5625 594.0372 202.84375 594.0372Q204.09375 594.0372 204.875 594.8809Q205.67188 595.7247 205.67188 597.27155Q205.67188 597.3653 205.67188 597.5528L201.03125 597.5528Q201.09375 598.58405 201.60938 599.1309Q202.125 599.6622 202.90625 599.6622Q203.48438 599.6622 203.89062 599.3653Q204.3125 599.0528 204.54688 598.39655ZM201.09375 596.6934L204.5625 596.6934Q204.5 595.89655 204.17188 595.5059Q203.65625 594.89655 202.85938 594.89655Q202.125 594.89655 201.625 595.3809Q201.14062 595.8653 201.09375 596.6934ZM211.32812 600.39655L211.32812 599.6153Q210.73438 600.5372 209.59375 600.5372Q208.84375 600.5372 208.21875 600.1309Q207.59375 599.70905 207.25 598.9747Q206.90625 598.2403 206.90625 597.2872Q206.90625 596.3653 207.21875 595.5997Q207.53125 594.83405 208.15625 594.4434Q208.78125 594.0372 209.54688 594.0372Q210.10938 594.0372 210.54688 594.27155Q210.98438 594.5059 211.26562 594.8809L211.26562 591.8028L212.3125 591.8028L212.3125 600.39655L211.32812 600.39655ZM208.0 597.2872Q208.0 598.4903 208.5 599.08405Q209.0 599.6622 209.6875 599.6622Q210.375 599.6622 210.85938 599.0997Q211.34375 598.5372 211.34375 597.3809Q211.34375 596.0997 210.84375 595.5059Q210.35938 594.9122 209.64062 594.9122Q208.9375 594.9122 208.46875 595.4903Q208.0 596.0528 208.0 597.2872ZM220.96875 600.39655L219.92188 600.39655L219.92188 593.6778Q219.53125 594.0372 218.90625 594.4122Q218.29688 594.77155 217.8125 594.9434L217.8125 593.9278Q218.6875 593.5059 219.34375 592.9278Q220.01562 592.33405 220.29688 591.77155L220.96875 591.77155L220.96875 600.39655ZM223.875 598.5372L224.90625 598.3809Q225.0 599.0059 225.39062 599.33405Q225.79688 599.6622 226.53125 599.6622Q227.25 599.6622 227.59375 599.3809Q227.95312 599.08405 227.95312 598.6778Q227.95312 598.3184 227.64062 598.1153Q227.42188 597.9747 226.5625 597.7559Q225.40625 597.45905 224.95312 597.2559Q224.51562 597.0372 224.28125 596.6622Q224.04688 596.2872 224.04688 595.8184Q224.04688 595.4122 224.23438 595.0528Q224.42188 594.6934 224.75 594.45905Q225.0 594.2872 225.42188 594.1622Q225.84375 594.0372 226.34375 594.0372Q227.0625 594.0372 227.60938 594.2559Q228.17188 594.45905 228.4375 594.8184Q228.70312 595.1778 228.79688 595.77155L227.76562 595.9122Q227.70312 595.4434 227.35938 595.1778Q227.03125 594.89655 226.40625 594.89655Q225.6875 594.89655 225.375 595.14655Q225.0625 595.3809 225.0625 595.70905Q225.0625 595.9122 225.1875 596.0684Q225.32812 596.2403 225.59375 596.3497Q225.75 596.4122 226.53125 596.6153Q227.65625 596.9278 228.09375 597.1153Q228.53125 597.3028 228.78125 597.6622Q229.03125 598.02155 229.03125 598.5684Q229.03125 599.0997 228.71875 599.5684Q228.42188 600.02155 227.84375 600.2872Q227.26562 600.5372 226.53125 600.5372Q225.3125 600.5372 224.67188 600.0372Q224.04688 599.52155 223.875 598.5372ZM232.59375 599.45905L232.75 600.3809Q232.29688 600.4747 231.95312 600.4747Q231.375 600.4747 231.0625 600.3028Q230.75 600.1153 230.60938 599.8184Q230.48438 599.52155 230.48438 598.5684L230.48438 594.9903L229.71875 594.9903L229.71875 594.1778L230.48438 594.1778L230.48438 592.6309L231.53125 592.0059L231.53125 594.1778L232.59375 594.1778L232.59375 594.9903L231.53125 594.9903L231.53125 598.6309Q231.53125 599.08405 231.57812 599.20905Q231.64062 599.33405 231.76562 599.4122Q231.89062 599.4903 232.125 599.4903Q232.3125 599.4903 232.59375 599.45905Z" fill-rule="nonzero"/><path fill="#2eb8da" d="M248.5 591.39655C248.5 590.84424 248.94771 590.39655 249.5 590.39655L259.5 590.39655C260.05228 590.39655 260.5 590.84424 260.5 591.39655L260.5 601.39655C260.5 601.94885 260.05228 602.39655 259.5 602.39655L249.5 602.39655C248.94771 602.39655 248.5 601.94885 248.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M274.54688 599.3809L274.54688 600.39655L268.85938 600.39655Q268.85938 600.02155 268.98438 599.6622Q269.20312 599.08405 269.67188 598.52155Q270.15625 597.95905 271.0625 597.2247Q272.46875 596.0684 272.95312 595.39655Q273.45312 594.7247 273.45312 594.1309Q273.45312 593.5059 273.0 593.08405Q272.54688 592.64655 271.82812 592.64655Q271.0625 592.64655 270.60938 593.0997Q270.15625 593.5528 270.14062 594.3653L269.0625 594.2559Q269.17188 593.0372 269.89062 592.4122Q270.625 591.77155 271.85938 591.77155Q273.09375 591.77155 273.8125 592.45905Q274.53125 593.14655 274.53125 594.1622Q274.53125 594.6778 274.3125 595.1778Q274.10938 595.6622 273.60938 596.2247Q273.125 596.77155 272.0 597.7247Q271.04688 598.52155 270.76562 598.8184Q270.5 599.0997 270.32812 599.3809L274.54688 599.3809ZM276.29688 600.39655L276.29688 594.1778L277.23438 594.1778L277.23438 595.0528Q277.92188 594.0372 279.21875 594.0372Q279.78125 594.0372 280.25 594.2403Q280.73438 594.4434 280.96875 594.77155Q281.20312 595.0997 281.29688 595.5372Q281.34375 595.83405 281.34375 596.5684L281.34375 600.39655L280.29688 600.39655L280.29688 596.6153Q280.29688 595.95905 280.17188 595.64655Q280.04688 595.33405 279.73438 595.14655Q279.42188 594.9434 279.0 594.9434Q278.32812 594.9434 277.82812 595.3809Q277.34375 595.8028 277.34375 596.9903L277.34375 600.39655L276.29688 600.39655ZM287.32812 600.39655L287.32812 599.6153Q286.73438 600.5372 285.59375 600.5372Q284.84375 600.5372 284.21875 600.1309Q283.59375 599.70905 283.25 598.9747Q282.90625 598.2403 282.90625 597.2872Q282.90625 596.3653 283.21875 595.5997Q283.53125 594.83405 284.15625 594.4434Q284.78125 594.0372 285.54688 594.0372Q286.10938 594.0372 286.54688 594.27155Q286.98438 594.5059 287.26562 594.8809L287.26562 591.8028L288.3125 591.8028L288.3125 600.39655L287.32812 600.39655ZM284.0 597.2872Q284.0 598.4903 284.5 599.08405Q285.0 599.6622 285.6875 599.6622Q286.375 599.6622 286.85938 599.0997Q287.34375 598.5372 287.34375 597.3809Q287.34375 596.0997 286.84375 595.5059Q286.35938 594.9122 285.64062 594.9122Q284.9375 594.9122 284.46875 595.4903Q284.0 596.0528 284.0 597.2872Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M305.5 591.39655C305.5 590.84424 305.94772 590.39655 306.5 590.39655L316.5 590.39655C317.05228 590.39655 317.5 590.84424 317.5 591.39655L317.5 601.39655C317.5 601.94885 317.05228 602.39655 316.5 602.39655L306.5 602.39655C305.94772 602.39655 305.5 601.94885 305.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M326.0 598.1309L327.0625 597.9903Q327.23438 598.8809 327.67188 599.2872Q328.10938 599.6778 328.73438 599.6778Q329.48438 599.6778 330.0 599.1622Q330.51562 598.64655 330.51562 597.8809Q330.51562 597.1622 330.03125 596.6934Q329.5625 596.20905 328.82812 596.20905Q328.53125 596.20905 328.07812 596.33405L328.20312 595.39655Q328.3125 595.4122 328.375 595.4122Q329.04688 595.4122 329.57812 595.0684Q330.125 594.70905 330.125 593.9747Q330.125 593.39655 329.73438 593.02155Q329.34375 592.6309 328.71875 592.6309Q328.10938 592.6309 327.6875 593.02155Q327.28125 593.4122 327.17188 594.1778L326.10938 593.9903Q326.29688 592.9434 326.98438 592.3653Q327.67188 591.77155 328.6875 591.77155Q329.39062 591.77155 329.98438 592.08405Q330.57812 592.3809 330.89062 592.89655Q331.20312 593.4122 331.20312 594.0059Q331.20312 594.5528 330.90625 595.02155Q330.60938 595.4747 330.03125 595.7403Q330.78125 595.9122 331.20312 596.4747Q331.625 597.02155 331.625 597.8653Q331.625 598.9903 330.79688 599.77155Q329.98438 600.5528 328.73438 600.5528Q327.60938 600.5528 326.85938 599.8809Q326.10938 599.1934 326.0 598.1309ZM333.28125 600.39655L333.28125 594.1778L334.23438 594.1778L334.23438 595.1153Q334.59375 594.45905 334.89062 594.2559Q335.20312 594.0372 335.57812 594.0372Q336.10938 594.0372 336.65625 594.3653L336.29688 595.3497Q335.90625 595.1153 335.53125 595.1153Q335.17188 595.1153 334.89062 595.33405Q334.625 595.5372 334.51562 595.9122Q334.32812 596.4747 334.32812 597.1309L334.32812 600.39655L333.28125 600.39655ZM341.32812 600.39655L341.32812 599.6153Q340.73438 600.5372 339.59375 600.5372Q338.84375 600.5372 338.21875 600.1309Q337.59375 599.70905 337.25 598.9747Q336.90625 598.2403 336.90625 597.2872Q336.90625 596.3653 337.21875 595.5997Q337.53125 594.83405 338.15625 594.4434Q338.78125 594.0372 339.54688 594.0372Q340.10938 594.0372 340.54688 594.27155Q340.98438 594.5059 341.26562 594.8809L341.26562 591.8028L342.3125 591.8028L342.3125 600.39655L341.32812 600.39655ZM338.0 597.2872Q338.0 598.4903 338.5 599.08405Q339.0 599.6622 339.6875 599.6622Q340.375 599.6622 340.85938 599.0997Q341.34375 598.5372 341.34375 597.3809Q341.34375 596.0997 340.84375 595.5059Q340.35938 594.9122 339.64062 594.9122Q338.9375 594.9122 338.46875 595.4903Q338.0 596.0528 338.0 597.2872Z" fill-rule="nonzero"/><path fill="#8ad0e0" d="M359.5 591.39655C359.5 590.84424 359.94772 590.39655 360.5 590.39655L370.5 590.39655C371.05228 590.39655 371.5 590.84424 371.5 591.39655L371.5 601.39655C371.5 601.94885 371.05228 602.39655 370.5 602.39655L360.5 602.39655C359.94772 602.39655 359.5 601.94885 359.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M383.375 600.39655L383.375 598.33405L379.65625 598.33405L379.65625 597.3653L383.57812 591.8028L384.4375 591.8028L384.4375 597.3653L385.59375 597.3653L385.59375 598.33405L384.4375 598.33405L384.4375 600.39655L383.375 600.39655ZM383.375 597.3653L383.375 593.5059L380.6875 597.3653L383.375 597.3653ZM389.59375 599.45905L389.75 600.3809Q389.29688 600.4747 388.95312 600.4747Q388.375 600.4747 388.0625 600.3028Q387.75 600.1153 387.60938 599.8184Q387.48438 599.52155 387.48438 598.5684L387.48438 594.9903L386.71875 594.9903L386.71875 594.1778L387.48438 594.1778L387.48438 592.6309L388.53125 592.0059L388.53125 594.1778L389.59375 594.1778L389.59375 594.9903L388.53125 594.9903L388.53125 598.6309Q388.53125 599.08405 388.57812 599.20905Q388.64062 599.33405 388.76562 599.4122Q388.89062 599.4903 389.125 599.4903Q389.3125 599.4903 389.59375 599.45905ZM390.29688 600.39655L390.29688 591.8028L391.34375 591.8028L391.34375 594.8809Q392.07812 594.0372 393.20312 594.0372Q393.90625 594.0372 394.40625 594.3184Q394.92188 594.58405 395.14062 595.0684Q395.35938 595.5372 395.35938 596.45905L395.35938 600.39655L394.3125 600.39655L394.3125 596.45905Q394.3125 595.6622 393.96875 595.3028Q393.625 594.9434 393.0 594.9434Q392.53125 594.9434 392.10938 595.1934Q391.70312 595.4278 391.51562 595.8497Q391.34375 596.2559 391.34375 596.9903L391.34375 600.39655L390.29688 600.39655Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M412.5 591.39655C412.5 590.84424 412.94772 590.39655 413.5 590.39655L423.5 590.39655C424.05228 590.39655 424.5 590.84424 424.5 591.39655L424.5 601.39655C424.5 601.94885 424.05228 602.39655 423.5 602.39655L413.5 602.39655C412.94772 602.39655 412.5 601.94885 412.5 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M433.0 598.14655L434.10938 598.0528Q434.23438 598.8653 434.67188 599.27155Q435.125 599.6778 435.76562 599.6778Q436.51562 599.6778 437.04688 599.0997Q437.57812 598.52155 437.57812 597.58405Q437.57812 596.6778 437.0625 596.1622Q436.5625 595.6309 435.73438 595.6309Q435.23438 595.6309 434.8125 595.8653Q434.40625 596.0997 434.17188 596.45905L433.1875 596.33405L434.01562 591.9278L438.29688 591.9278L438.29688 592.9278L434.85938 592.9278L434.40625 595.2403Q435.17188 594.6934 436.01562 594.6934Q437.14062 594.6934 437.90625 595.4747Q438.6875 596.2559 438.6875 597.4903Q438.6875 598.64655 438.01562 599.5059Q437.1875 600.5372 435.76562 600.5372Q434.59375 600.5372 433.84375 599.8809Q433.10938 599.2247 433.0 598.14655ZM442.59375 599.45905L442.75 600.3809Q442.29688 600.4747 441.95312 600.4747Q441.375 600.4747 441.0625 600.3028Q440.75 600.1153 440.60938 599.8184Q440.48438 599.52155 440.48438 598.5684L440.48438 594.9903L439.71875 594.9903L439.71875 594.1778L440.48438 594.1778L440.48438 592.6309L441.53125 592.0059L441.53125 594.1778L442.59375 594.1778L442.59375 594.9903L441.53125 594.9903L441.53125 598.6309Q441.53125 599.08405 441.57812 599.20905Q441.64062 599.33405 441.76562 599.4122Q441.89062 599.4903 442.125 599.4903Q442.3125 599.4903 442.59375 599.45905ZM443.29688 600.39655L443.29688 591.8028L444.34375 591.8028L444.34375 594.8809Q445.07812 594.0372 446.20312 594.0372Q446.90625 594.0372 447.40625 594.3184Q447.92188 594.58405 448.14062 595.0684Q448.35938 595.5372 448.35938 596.45905L448.35938 600.39655L447.3125 600.39655L447.3125 596.45905Q447.3125 595.6622 446.96875 595.3028Q446.625 594.9434 446.0 594.9434Q445.53125 594.9434 445.10938 595.1934Q444.70312 595.4278 444.51562 595.8497Q444.34375 596.2559 444.34375 596.9903L444.34375 600.39655L443.29688 600.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M31.078125 42.090908L31.078125 32.075283L34.859375 32.075283Q35.859375 32.075283 36.390625 32.169033Q37.125 32.294033 37.625 32.637783Q38.125 32.981533 38.421875 33.606533Q38.734375 34.215908 38.734375 34.965908Q38.734375 36.247158 37.921875 37.137783Q37.109375 38.012783 34.984375 38.012783L32.40625 38.012783L32.40625 42.090908L31.078125 42.090908ZM32.40625 36.840908L35.0 36.840908Q36.28125 36.840908 36.8125 36.356533Q37.359375 35.872158 37.359375 35.012783Q37.359375 34.372158 37.046875 33.934658Q36.734375 33.481533 36.203125 33.340908Q35.875 33.247158 34.96875 33.247158L32.40625 33.247158L32.40625 36.840908ZM39.890625 42.090908L39.890625 32.075283L41.125 32.075283L41.125 42.090908L39.890625 42.090908ZM47.890625 39.747158L49.171875 39.903408Q48.859375 41.028408 48.046875 41.653408Q47.234375 42.262783 45.96875 42.262783Q44.375 42.262783 43.4375 41.278408Q42.515625 40.294033 42.515625 38.528408Q42.515625 36.684658 43.453125 35.684658Q44.40625 34.669033 45.90625 34.669033Q47.359375 34.669033 48.28125 35.669033Q49.203125 36.653408 49.203125 38.450283Q49.203125 38.559658 49.203125 38.778408L43.78125 38.778408Q43.859375 39.965908 44.453125 40.606533Q45.0625 41.247158 45.984375 41.247158Q46.65625 41.247158 47.125 40.887783Q47.609375 40.528408 47.890625 39.747158ZM43.859375 37.762783L47.90625 37.762783Q47.828125 36.840908 47.4375 36.387783Q46.859375 35.684658 45.921875 35.684658Q45.0625 35.684658 44.484375 36.247158Q43.921875 36.809658 43.859375 37.762783ZM55.65625 41.200283Q54.984375 41.778408 54.34375 42.028408Q53.71875 42.262783 52.984375 42.262783Q51.796875 42.262783 51.140625 41.684658Q50.5 41.090908 50.5 40.169033Q50.5 39.637783 50.734375 39.200283Q50.984375 38.762783 51.375 38.497158Q51.78125 38.231533 52.265625 38.090908Q52.625 37.997158 53.359375 37.903408Q54.859375 37.731533 55.5625 37.481533Q55.5625 37.231533 55.5625 37.169033Q55.5625 36.403408 55.21875 36.106533Q54.75 35.684658 53.8125 35.684658Q52.953125 35.684658 52.53125 35.997158Q52.125 36.294033 51.921875 37.059658L50.71875 36.903408Q50.875 36.122158 51.25 35.653408Q51.640625 35.184658 52.34375 34.934658Q53.0625 34.669033 54.0 34.669033Q54.921875 34.669033 55.5 34.887783Q56.078125 35.106533 56.34375 35.434658Q56.625 35.762783 56.734375 36.278408Q56.796875 36.590908 56.796875 37.403408L56.796875 39.044033Q56.796875 40.762783 56.875 41.215908Q56.953125 41.669033 57.1875 42.090908L55.90625 42.090908Q55.71875 41.700283 55.65625 41.200283ZM55.5625 38.450283Q54.890625 38.715908 53.546875 38.919033Q52.796875 39.028408 52.46875 39.169033Q52.15625 39.294033 51.984375 39.559658Q51.8125 39.825283 51.8125 40.137783Q51.8125 40.637783 52.1875 40.965908Q52.5625 41.294033 53.28125 41.294033Q54.0 41.294033 54.546875 40.981533Q55.09375 40.669033 55.359375 40.122158Q55.5625 39.715908 55.5625 38.903408L55.5625 38.450283ZM58.4375 39.919033L59.640625 39.731533Q59.75 40.465908 60.21875 40.856533Q60.6875 41.247158 61.53125 41.247158Q62.375 41.247158 62.78125 40.903408Q63.203125 40.559658 63.203125 40.090908Q63.203125 39.669033 62.828125 39.434658Q62.578125 39.262783 61.578125 39.012783Q60.21875 38.669033 59.6875 38.419033Q59.171875 38.169033 58.90625 37.731533Q58.640625 37.294033 58.640625 36.762783Q58.640625 36.278408 58.859375 35.872158Q59.078125 35.450283 59.46875 35.169033Q59.75 34.965908 60.234375 34.825283Q60.734375 34.669033 61.3125 34.669033Q62.15625 34.669033 62.796875 34.919033Q63.453125 35.153408 63.765625 35.575283Q64.078125 35.997158 64.1875 36.700283L62.984375 36.872158Q62.90625 36.309658 62.5 35.997158Q62.109375 35.684658 61.390625 35.684658Q60.546875 35.684658 60.1875 35.965908Q59.828125 36.231533 59.828125 36.622158Q59.828125 36.856533 59.96875 37.044033Q60.125 37.247158 60.453125 37.372158Q60.625 37.434658 61.53125 37.684658Q62.84375 38.044033 63.359375 38.262783Q63.875 38.481533 64.15625 38.903408Q64.453125 39.325283 64.453125 39.950283Q64.453125 40.575283 64.09375 41.122158Q63.75 41.653408 63.0625 41.965908Q62.390625 42.262783 61.53125 42.262783Q60.125 42.262783 59.375 41.669033Q58.640625 41.075283 58.4375 39.919033ZM70.890625 39.747158L72.171875 39.903408Q71.859375 41.028408 71.046875 41.653408Q70.234375 42.262783 68.96875 42.262783Q67.375 42.262783 66.4375 41.278408Q65.515625 40.294033 65.515625 38.528408Q65.515625 36.684658 66.453125 35.684658Q67.40625 34.669033 68.90625 34.669033Q70.359375 34.669033 71.28125 35.669033Q72.203125 36.653408 72.203125 38.450283Q72.203125 38.559658 72.203125 38.778408L66.78125 38.778408Q66.859375 39.965908 67.453125 40.606533Q68.0625 41.247158 68.984375 41.247158Q69.65625 41.247158 70.125 40.887783Q70.609375 40.528408 70.890625 39.747158ZM66.859375 37.762783L70.90625 37.762783Q70.828125 36.840908 70.4375 36.387783Q69.859375 35.684658 68.921875 35.684658Q68.0625 35.684658 67.484375 36.247158Q66.921875 36.809658 66.859375 37.762783ZM77.90625 42.090908L77.90625 34.825283L79.015625 34.825283L79.015625 35.934658Q79.4375 35.153408 79.796875 34.919033Q80.15625 34.669033 80.59375 34.669033Q81.21875 34.669033 81.859375 35.059658L81.4375 36.200283Q80.984375 35.934658 80.53125 35.934658Q80.125 35.934658 79.796875 36.184658Q79.484375 36.419033 79.34375 36.856533Q79.140625 37.512783 79.140625 38.294033L79.140625 42.090908L77.90625 42.090908ZM87.65625 41.200283Q86.984375 41.778408 86.34375 42.028408Q85.71875 42.262783 84.984375 42.262783Q83.796875 42.262783 83.140625 41.684658Q82.5 41.090908 82.5 40.169033Q82.5 39.637783 82.734375 39.200283Q82.984375 38.762783 83.375 38.497158Q83.78125 38.231533 84.265625 38.090908Q84.625 37.997158 85.359375 37.903408Q86.859375 37.731533 87.5625 37.481533Q87.5625 37.231533 87.5625 37.169033Q87.5625 36.403408 87.21875 36.106533Q86.75 35.684658 85.8125 35.684658Q84.953125 35.684658 84.53125 35.997158Q84.125 36.294033 83.921875 37.059658L82.71875 36.903408Q82.875 36.122158 83.25 35.653408Q83.640625 35.184658 84.34375 34.934658Q85.0625 34.669033 86.0 34.669033Q86.921875 34.669033 87.5 34.887783Q88.078125 35.106533 88.34375 35.434658Q88.625 35.762783 88.734375 36.278408Q88.796875 36.590908 88.796875 37.403408L88.796875 39.044033Q88.796875 40.762783 88.875 41.215908Q88.953125 41.669033 89.1875 42.090908L87.90625 42.090908Q87.71875 41.700283 87.65625 41.200283ZM87.5625 38.450283Q86.890625 38.715908 85.546875 38.919033Q84.796875 39.028408 84.46875 39.169033Q84.15625 39.294033 83.984375 39.559658Q83.8125 39.825283 83.8125 40.137783Q83.8125 40.637783 84.1875 40.965908Q84.5625 41.294033 85.28125 41.294033Q86.0 41.294033 86.546875 40.981533Q87.09375 40.669033 87.359375 40.122158Q87.5625 39.715908 87.5625 38.903408L87.5625 38.450283ZM90.921875 42.090908L90.921875 34.825283L92.03125 34.825283L92.03125 35.856533Q92.828125 34.669033 94.34375 34.669033Q95.0 34.669033 95.546875 34.903408Q96.09375 35.137783 96.359375 35.528408Q96.640625 35.903408 96.75 36.434658Q96.828125 36.778408 96.828125 37.622158L96.828125 42.090908L95.59375 42.090908L95.59375 37.669033Q95.59375 36.919033 95.453125 36.559658Q95.3125 36.184658 94.9375 35.965908Q94.578125 35.731533 94.078125 35.731533Q93.296875 35.731533 92.71875 36.231533Q92.15625 36.731533 92.15625 38.122158L92.15625 42.090908L90.921875 42.090908ZM98.9375 42.090908L98.9375 32.075283L100.15625 32.075283L100.15625 37.778408L103.078125 34.825283L104.671875 34.825283L101.890625 37.528408L104.953125 42.090908L103.421875 42.090908L101.03125 38.372158L100.15625 39.215908L100.15625 42.090908L98.9375 42.090908ZM112.609375 40.997158L112.78125 42.075283Q112.265625 42.184658 111.859375 42.184658Q111.1875 42.184658 110.8125 41.981533Q110.453125 41.762783 110.296875 41.419033Q110.15625 41.075283 110.15625 39.965908L110.15625 35.794033L109.25 35.794033L109.25 34.825283L110.15625 34.825283L110.15625 33.028408L111.375 32.294033L111.375 34.825283L112.609375 34.825283L112.609375 35.794033L111.375 35.794033L111.375 40.028408Q111.375 40.559658 111.4375 40.715908Q111.5 40.856533 111.640625 40.950283Q111.796875 41.044033 112.0625 41.044033Q112.28125 41.044033 112.609375 40.997158ZM113.921875 42.090908L113.921875 32.075283L115.15625 32.075283L115.15625 35.669033Q116.015625 34.669033 117.328125 34.669033Q118.140625 34.669033 118.734375 34.997158Q119.328125 35.309658 119.578125 35.872158Q119.84375 36.419033 119.84375 37.497158L119.84375 42.090908L118.609375 42.090908L118.609375 37.497158Q118.609375 36.559658 118.203125 36.153408Q117.8125 35.731533 117.078125 35.731533Q116.53125 35.731533 116.046875 36.012783Q115.5625 36.294033 115.359375 36.778408Q115.15625 37.262783 115.15625 38.122158L115.15625 42.090908L113.921875 42.090908ZM126.890625 39.747158L128.17188 39.903408Q127.859375 41.028408 127.046875 41.653408Q126.234375 42.262783 124.96875 42.262783Q123.375 42.262783 122.4375 41.278408Q121.515625 40.294033 121.515625 38.528408Q121.515625 36.684658 122.453125 35.684658Q123.40625 34.669033 124.90625 34.669033Q126.359375 34.669033 127.28125 35.669033Q128.20312 36.653408 128.20312 38.450283Q128.20312 38.559658 128.20312 38.778408L122.78125 38.778408Q122.859375 39.965908 123.453125 40.606533Q124.0625 41.247158 124.984375 41.247158Q125.65625 41.247158 126.125 40.887783Q126.609375 40.528408 126.890625 39.747158ZM122.859375 37.762783L126.90625 37.762783Q126.828125 36.840908 126.4375 36.387783Q125.859375 35.684658 124.921875 35.684658Q124.0625 35.684658 123.484375 36.247158Q122.921875 36.809658 122.859375 37.762783ZM136.60938 40.997158L136.78125 42.075283Q136.26562 42.184658 135.85938 42.184658Q135.1875 42.184658 134.8125 41.981533Q134.45312 41.762783 134.29688 41.419033Q134.15625 41.075283 134.15625 39.965908L134.15625 35.794033L133.25 35.794033L133.25 34.825283L134.15625 34.825283L134.15625 33.028408L135.375 32.294033L135.375 34.825283L136.60938 34.825283L136.60938 35.794033L135.375 35.794033L135.375 40.028408Q135.375 40.559658 135.4375 40.715908Q135.5 40.856533 135.64062 40.950283Q135.79688 41.044033 136.0625 41.044033Q136.28125 41.044033 136.60938 40.997158ZM137.46875 38.465908Q137.46875 36.450283 138.59375 35.465908Q139.51562 34.669033 140.875 34.669033Q142.35938 34.669033 143.3125 35.653408Q144.26562 36.622158 144.26562 38.356533Q144.26562 39.762783 143.84375 40.575283Q143.42188 41.372158 142.60938 41.825283Q141.8125 42.262783 140.875 42.262783Q139.34375 42.262783 138.40625 41.278408Q137.46875 40.294033 137.46875 38.465908ZM138.73438 38.465908Q138.73438 39.856533 139.34375 40.559658Q139.95312 41.247158 140.875 41.247158Q141.78125 41.247158 142.39062 40.544033Q143.0 39.840908 143.0 38.419033Q143.0 37.075283 142.39062 36.387783Q141.78125 35.684658 140.875 35.684658Q139.95312 35.684658 139.34375 36.372158Q138.73438 37.059658 138.73438 38.465908ZM145.92188 44.872158L145.92188 34.825283L147.04688 34.825283L147.04688 35.778408Q147.4375 35.215908 147.9375 34.950283Q148.4375 34.669033 149.15625 34.669033Q150.07812 34.669033 150.78125 35.153408Q151.5 35.622158 151.85938 36.497158Q152.21875 37.372158 152.21875 38.403408Q152.21875 39.512783 151.8125 40.419033Q151.42188 41.309658 150.65625 41.794033Q149.90625 42.262783 149.0625 42.262783Q148.45312 42.262783 147.95312 41.997158Q147.46875 41.731533 147.15625 41.340908L147.15625 44.872158L145.92188 44.872158ZM147.03125 38.497158Q147.03125 39.903408 147.59375 40.575283Q148.17188 41.247158 148.98438 41.247158Q149.79688 41.247158 150.375 40.559658Q150.96875 39.856533 150.96875 38.403408Q150.96875 37.012783 150.39062 36.325283Q149.82812 35.637783 149.03125 35.637783Q148.25 35.637783 147.64062 36.372158Q147.03125 37.106533 147.03125 38.497158ZM157.57812 39.465908L158.875 39.356533Q159.01562 40.294033 159.53125 40.778408Q160.0625 41.247158 160.79688 41.247158Q161.6875 41.247158 162.29688 40.575283Q162.92188 39.903408 162.92188 38.809658Q162.92188 37.747158 162.32812 37.137783Q161.73438 36.528408 160.78125 36.528408Q160.1875 36.528408 159.70312 36.809658Q159.23438 37.075283 158.95312 37.497158L157.79688 37.356533L158.76562 32.200283L163.75 32.200283L163.75 33.387783L159.75 33.387783L159.21875 36.075283Q160.125 35.450283 161.10938 35.450283Q162.42188 35.450283 163.3125 36.356533Q164.21875 37.262783 164.21875 38.700283Q164.21875 40.059658 163.4375 41.044033Q162.46875 42.262783 160.79688 42.262783Q159.4375 42.262783 158.5625 41.497158Q157.70312 40.731533 157.57812 39.465908ZM169.90625 42.090908L169.90625 34.825283L171.01562 34.825283L171.01562 35.934658Q171.4375 35.153408 171.79688 34.919033Q172.15625 34.669033 172.59375 34.669033Q173.21875 34.669033 173.85938 35.059658L173.4375 36.200283Q172.98438 35.934658 172.53125 35.934658Q172.125 35.934658 171.79688 36.184658Q171.48438 36.419033 171.34375 36.856533Q171.14062 37.512783 171.14062 38.294033L171.14062 42.090908L169.90625 42.090908ZM179.89062 39.747158L181.17188 39.903408Q180.85938 41.028408 180.04688 41.653408Q179.23438 42.262783 177.96875 42.262783Q176.375 42.262783 175.4375 41.278408Q174.51562 40.294033 174.51562 38.528408Q174.51562 36.684658 175.45312 35.684658Q176.40625 34.669033 177.90625 34.669033Q179.35938 34.669033 180.28125 35.669033Q181.20312 36.653408 181.20312 38.450283Q181.20312 38.559658 181.20312 38.778408L175.78125 38.778408Q175.85938 39.965908 176.45312 40.606533Q177.0625 41.247158 177.98438 41.247158Q178.65625 41.247158 179.125 40.887783Q179.60938 40.528408 179.89062 39.747158ZM175.85938 37.762783L179.90625 37.762783Q179.82812 36.840908 179.4375 36.387783Q178.85938 35.684658 177.92188 35.684658Q177.0625 35.684658 176.48438 36.247158Q175.92188 36.809658 175.85938 37.762783ZM182.4375 39.919033L183.64062 39.731533Q183.75 40.465908 184.21875 40.856533Q184.6875 41.247158 185.53125 41.247158Q186.375 41.247158 186.78125 40.903408Q187.20312 40.559658 187.20312 40.090908Q187.20312 39.669033 186.82812 39.434658Q186.57812 39.262783 185.57812 39.012783Q184.21875 38.669033 183.6875 38.419033Q183.17188 38.169033 182.90625 37.731533Q182.64062 37.294033 182.64062 36.762783Q182.64062 36.278408 182.85938 35.872158Q183.07812 35.450283 183.46875 35.169033Q183.75 34.965908 184.23438 34.825283Q184.73438 34.669033 185.3125 34.669033Q186.15625 34.669033 186.79688 34.919033Q187.45312 35.153408 187.76562 35.575283Q188.07812 35.997158 188.1875 36.700283L186.98438 36.872158Q186.90625 36.309658 186.5 35.997158Q186.10938 35.684658 185.39062 35.684658Q184.54688 35.684658 184.1875 35.965908Q183.82812 36.231533 183.82812 36.622158Q183.82812 36.856533 183.96875 37.044033Q184.125 37.247158 184.45312 37.372158Q184.625 37.434658 185.53125 37.684658Q186.84375 38.044033 187.35938 38.262783Q187.875 38.481533 188.15625 38.903408Q188.45312 39.325283 188.45312 39.950283Q188.45312 40.575283 188.09375 41.122158Q187.75 41.653408 187.0625 41.965908Q186.39062 42.262783 185.53125 42.262783Q184.125 42.262783 183.375 41.669033Q182.64062 41.075283 182.4375 39.919033ZM189.46875 38.465908Q189.46875 36.450283 190.59375 35.465908Q191.51562 34.669033 192.875 34.669033Q194.35938 34.669033 195.3125 35.653408Q196.26562 36.622158 196.26562 38.356533Q196.26562 39.762783 195.84375 40.575283Q195.42188 41.372158 194.60938 41.825283Q193.8125 42.262783 192.875 42.262783Q191.34375 42.262783 190.40625 41.278408Q189.46875 40.294033 189.46875 38.465908ZM190.73438 38.465908Q190.73438 39.856533 191.34375 40.559658Q191.95312 41.247158 192.875 41.247158Q193.78125 41.247158 194.39062 40.544033Q195.0 39.840908 195.0 38.419033Q195.0 37.075283 194.39062 36.387783Q193.78125 35.684658 192.875 35.684658Q191.95312 35.684658 191.34375 36.372158Q190.73438 37.059658 190.73438 38.465908ZM202.6875 42.090908L202.6875 41.028408Q201.82812 42.262783 200.375 42.262783Q199.73438 42.262783 199.17188 42.012783Q198.625 41.762783 198.34375 41.387783Q198.07812 41.012783 197.96875 40.481533Q197.89062 40.122158 197.89062 39.325283L197.89062 34.825283L199.125 34.825283L199.125 38.856533Q199.125 39.825283 199.20312 40.153408Q199.3125 40.637783 199.6875 40.919033Q200.0625 41.200283 200.625 41.200283Q201.17188 41.200283 201.65625 40.919033Q202.14062 40.622158 202.34375 40.137783Q202.54688 39.653408 202.54688 38.715908L202.54688 34.825283L203.78125 34.825283L203.78125 42.090908L202.6875 42.090908ZM205.90625 42.090908L205.90625 34.825283L207.01562 34.825283L207.01562 35.934658Q207.4375 35.153408 207.79688 34.919033Q208.15625 34.669033 208.59375 34.669033Q209.21875 34.669033 209.85938 35.059658L209.4375 36.200283Q208.98438 35.934658 208.53125 35.934658Q208.125 35.934658 207.79688 36.184658Q207.48438 36.419033 207.34375 36.856533Q207.14062 37.512783 207.14062 38.294033L207.14062 42.090908L205.90625 42.090908ZM215.65625 39.434658L216.875 39.590908Q216.67188 40.840908 215.84375 41.559658Q215.03125 42.262783 213.84375 42.262783Q212.35938 42.262783 211.45312 41.294033Q210.54688 40.309658 210.54688 38.481533Q210.54688 37.309658 210.9375 36.434658Q211.32812 35.544033 212.125 35.106533Q212.92188 34.669033 213.85938 34.669033Q215.03125 34.669033 215.78125 35.262783Q216.54688 35.856533 216.75 36.965908L215.5625 37.153408Q215.39062 36.419033 214.95312 36.059658Q214.51562 35.684658 213.90625 35.684658Q212.96875 35.684658 212.39062 36.356533Q211.8125 37.012783 211.8125 38.450283Q211.8125 39.919033 212.375 40.590908Q212.9375 41.247158 213.82812 41.247158Q214.5625 41.247158 215.04688 40.809658Q215.53125 40.356533 215.65625 39.434658ZM222.89062 39.747158L224.17188 39.903408Q223.85938 41.028408 223.04688 41.653408Q222.23438 42.262783 220.96875 42.262783Q219.375 42.262783 218.4375 41.278408Q217.51562 40.294033 217.51562 38.528408Q217.51562 36.684658 218.45312 35.684658Q219.40625 34.669033 220.90625 34.669033Q222.35938 34.669033 223.28125 35.669033Q224.20312 36.653408 224.20312 38.450283Q224.20312 38.559658 224.20312 38.778408L218.78125 38.778408Q218.85938 39.965908 219.45312 40.606533Q220.0625 41.247158 220.98438 41.247158Q221.65625 41.247158 222.125 40.887783Q222.60938 40.528408 222.89062 39.747158ZM218.85938 37.762783L222.90625 37.762783Q222.82812 36.840908 222.4375 36.387783Q221.85938 35.684658 220.92188 35.684658Q220.0625 35.684658 219.48438 36.247158Q218.92188 36.809658 218.85938 37.762783ZM225.4375 39.919033L226.64062 39.731533Q226.75 40.465908 227.21875 40.856533Q227.6875 41.247158 228.53125 41.247158Q229.375 41.247158 229.78125 40.903408Q230.20312 40.559658 230.20312 40.090908Q230.20312 39.669033 229.82812 39.434658Q229.57812 39.262783 228.57812 39.012783Q227.21875 38.669033 226.6875 38.419033Q226.17188 38.169033 225.90625 37.731533Q225.64062 37.294033 225.64062 36.762783Q225.64062 36.278408 225.85938 35.872158Q226.07812 35.450283 226.46875 35.169033Q226.75 34.965908 227.23438 34.825283Q227.73438 34.669033 228.3125 34.669033Q229.15625 34.669033 229.79688 34.919033Q230.45312 35.153408 230.76562 35.575283Q231.07812 35.997158 231.1875 36.700283L229.98438 36.872158Q229.90625 36.309658 229.5 35.997158Q229.10938 35.684658 228.39062 35.684658Q227.54688 35.684658 227.1875 35.965908Q226.82812 36.231533 226.82812 36.622158Q226.82812 36.856533 226.96875 37.044033Q227.125 37.247158 227.45312 37.372158Q227.625 37.434658 228.53125 37.684658Q229.84375 38.044033 230.35938 38.262783Q230.875 38.481533 231.15625 38.903408Q231.45312 39.325283 231.45312 39.950283Q231.45312 40.575283 231.09375 41.122158Q230.75 41.653408 230.0625 41.965908Q229.39062 42.262783 228.53125 42.262783Q227.125 42.262783 226.375 41.669033Q225.64062 41.075283 225.4375 39.919033ZM236.875 44.887783L236.73438 43.731533Q237.14062 43.840908 237.4375 43.840908Q237.84375 43.840908 238.09375 43.700283Q238.34375 43.575283 238.5 43.325283Q238.60938 43.137783 238.875 42.403408Q238.90625 42.309658 238.98438 42.106533L236.21875 34.825283L237.54688 34.825283L239.0625 39.028408Q239.35938 39.840908 239.59375 40.715908Q239.79688 39.872158 240.09375 39.059658L241.64062 34.825283L242.875 34.825283L240.10938 42.215908Q239.67188 43.403408 239.42188 43.856533Q239.09375 44.465908 238.67188 44.747158Q238.25 45.044033 237.65625 45.044033Q237.3125 45.044033 236.875 44.887783ZM243.46875 38.465908Q243.46875 36.450283 244.59375 35.465908Q245.51562 34.669033 246.875 34.669033Q248.35938 34.669033 249.3125 35.653408Q250.26562 36.622158 250.26562 38.356533Q250.26562 39.762783 249.84375 40.575283Q249.42188 41.372158 248.60938 41.825283Q247.8125 42.262783 246.875 42.262783Q245.34375 42.262783 244.40625 41.278408Q243.46875 40.294033 243.46875 38.465908ZM244.73438 38.465908Q244.73438 39.856533 245.34375 40.559658Q245.95312 41.247158 246.875 41.247158Q247.78125 41.247158 248.39062 40.544033Q249.0 39.840908 249.0 38.419033Q249.0 37.075283 248.39062 36.387783Q247.78125 35.684658 246.875 35.684658Q245.95312 35.684658 245.34375 36.372158Q244.73438 37.059658 244.73438 38.465908ZM256.6875 42.090908L256.6875 41.028408Q255.82812 42.262783 254.375 42.262783Q253.73438 42.262783 253.17188 42.012783Q252.625 41.762783 252.34375 41.387783Q252.07812 41.012783 251.96875 40.481533Q251.89062 40.122158 251.89062 39.325283L251.89062 34.825283L253.125 34.825283L253.125 38.856533Q253.125 39.825283 253.20312 40.153408Q253.3125 40.637783 253.6875 40.919033Q254.0625 41.200283 254.625 41.200283Q255.17188 41.200283 255.65625 40.919033Q256.14062 40.622158 256.34375 40.137783Q256.54688 39.653408 256.54688 38.715908L256.54688 34.825283L257.78125 34.825283L257.78125 42.090908L256.6875 42.090908ZM268.6875 42.090908L268.6875 41.028408Q267.82812 42.262783 266.375 42.262783Q265.73438 42.262783 265.17188 42.012783Q264.625 41.762783 264.34375 41.387783Q264.07812 41.012783 263.96875 40.481533Q263.89062 40.122158 263.89062 39.325283L263.89062 34.825283L265.125 34.825283L265.125 38.856533Q265.125 39.825283 265.20312 40.153408Q265.3125 40.637783 265.6875 40.919033Q266.0625 41.200283 266.625 41.200283Q267.17188 41.200283 267.65625 40.919033Q268.14062 40.622158 268.34375 40.137783Q268.54688 39.653408 268.54688 38.715908L268.54688 34.825283L269.78125 34.825283L269.78125 42.090908L268.6875 42.090908ZM271.4375 39.919033L272.64062 39.731533Q272.75 40.465908 273.21875 40.856533Q273.6875 41.247158 274.53125 41.247158Q275.375 41.247158 275.78125 40.903408Q276.20312 40.559658 276.20312 40.090908Q276.20312 39.669033 275.82812 39.434658Q275.57812 39.262783 274.57812 39.012783Q273.21875 38.669033 272.6875 38.419033Q272.17188 38.169033 271.90625 37.731533Q271.64062 37.294033 271.64062 36.762783Q271.64062 36.278408 271.85938 35.872158Q272.07812 35.450283 272.46875 35.169033Q272.75 34.965908 273.23438 34.825283Q273.73438 34.669033 274.3125 34.669033Q275.15625 34.669033 275.79688 34.919033Q276.45312 35.153408 276.76562 35.575283Q277.07812 35.997158 277.1875 36.700283L275.98438 36.872158Q275.90625 36.309658 275.5 35.997158Q275.10938 35.684658 274.39062 35.684658Q273.54688 35.684658 273.1875 35.965908Q272.82812 36.231533 272.82812 36.622158Q272.82812 36.856533 272.96875 37.044033Q273.125 37.247158 273.45312 37.372158Q273.625 37.434658 274.53125 37.684658Q275.84375 38.044033 276.35938 38.262783Q276.875 38.481533 277.15625 38.903408Q277.45312 39.325283 277.45312 39.950283Q277.45312 40.575283 277.09375 41.122158Q276.75 41.653408 276.0625 41.965908Q275.39062 42.262783 274.53125 42.262783Q273.125 42.262783 272.375 41.669033Q271.64062 41.075283 271.4375 39.919033ZM283.89062 39.747158L285.17188 39.903408Q284.85938 41.028408 284.04688 41.653408Q283.23438 42.262783 281.96875 42.262783Q280.375 42.262783 279.4375 41.278408Q278.51562 40.294033 278.51562 38.528408Q278.51562 36.684658 279.45312 35.684658Q280.40625 34.669033 281.90625 34.669033Q283.35938 34.669033 284.28125 35.669033Q285.20312 36.653408 285.20312 38.450283Q285.20312 38.559658 285.20312 38.778408L279.78125 38.778408Q279.85938 39.965908 280.45312 40.606533Q281.0625 41.247158 281.98438 41.247158Q282.65625 41.247158 283.125 40.887783Q283.60938 40.528408 283.89062 39.747158ZM279.85938 37.762783L283.90625 37.762783Q283.82812 36.840908 283.4375 36.387783Q282.85938 35.684658 281.92188 35.684658Q281.0625 35.684658 280.48438 36.247158Q279.92188 36.809658 279.85938 37.762783ZM293.60938 40.997158L293.78125 42.075283Q293.26562 42.184658 292.85938 42.184658Q292.1875 42.184658 291.8125 41.981533Q291.45312 41.762783 291.29688 41.419033Q291.15625 41.075283 291.15625 39.965908L291.15625 35.794033L290.25 35.794033L290.25 34.825283L291.15625 34.825283L291.15625 33.028408L292.375 32.294033L292.375 34.825283L293.60938 34.825283L293.60938 35.794033L292.375 35.794033L292.375 40.028408Q292.375 40.559658 292.4375 40.715908Q292.5 40.856533 292.64062 40.950283Q292.79688 41.044033 293.0625 41.044033Q293.28125 41.044033 293.60938 40.997158ZM294.46875 38.465908Q294.46875 36.450283 295.59375 35.465908Q296.51562 34.669033 297.875 34.669033Q299.35938 34.669033 300.3125 35.653408Q301.26562 36.622158 301.26562 38.356533Q301.26562 39.762783 300.84375 40.575283Q300.42188 41.372158 299.60938 41.825283Q298.8125 42.262783 297.875 42.262783Q296.34375 42.262783 295.40625 41.278408Q294.46875 40.294033 294.46875 38.465908ZM295.73438 38.465908Q295.73438 39.856533 296.34375 40.559658Q296.95312 41.247158 297.875 41.247158Q298.78125 41.247158 299.39062 40.544033Q300.0 39.840908 300.0 38.419033Q300.0 37.075283 299.39062 36.387783Q298.78125 35.684658 297.875 35.684658Q296.95312 35.684658 296.34375 36.372158Q295.73438 37.059658 295.73438 38.465908ZM306.70312 42.700283L307.89062 42.872158Q307.96875 43.419033 308.3125 43.684658Q308.76562 44.012783 309.5625 44.012783Q310.42188 44.012783 310.875 43.669033Q311.34375 43.340908 311.51562 42.715908Q311.60938 42.340908 311.59375 41.137783Q310.79688 42.090908 309.59375 42.090908Q308.09375 42.090908 307.26562 41.012783Q306.45312 39.934658 306.45312 38.419033Q306.45312 37.387783 306.82812 36.512783Q307.20312 35.622158 307.90625 35.153408Q308.625 34.669033 309.59375 34.669033Q310.875 34.669033 311.71875 35.700283L311.71875 34.825283L312.84375 34.825283L312.84375 41.106533Q312.84375 42.809658 312.5 43.512783Q312.15625 44.215908 311.40625 44.622158Q310.65625 45.044033 309.5625 45.044033Q308.26562 45.044033 307.46875 44.450283Q306.67188 43.872158 306.70312 42.700283ZM307.71875 38.325283Q307.71875 39.762783 308.28125 40.419033Q308.84375 41.075283 309.70312 41.075283Q310.54688 41.075283 311.125 40.419033Q311.70312 39.762783 311.70312 38.372158Q311.70312 37.044033 311.10938 36.372158Q310.51562 35.684658 309.6875 35.684658Q308.85938 35.684658 308.28125 36.356533Q307.71875 37.012783 307.71875 38.325283ZM319.89062 39.747158L321.17188 39.903408Q320.85938 41.028408 320.04688 41.653408Q319.23438 42.262783 317.96875 42.262783Q316.375 42.262783 315.4375 41.278408Q314.51562 40.294033 314.51562 38.528408Q314.51562 36.684658 315.45312 35.684658Q316.40625 34.669033 317.90625 34.669033Q319.35938 34.669033 320.28125 35.669033Q321.20312 36.653408 321.20312 38.450283Q321.20312 38.559658 321.20312 38.778408L315.78125 38.778408Q315.85938 39.965908 316.45312 40.606533Q317.0625 41.247158 317.98438 41.247158Q318.65625 41.247158 319.125 40.887783Q319.60938 40.528408 319.89062 39.747158ZM315.85938 37.762783L319.90625 37.762783Q319.82812 36.840908 319.4375 36.387783Q318.85938 35.684658 317.92188 35.684658Q317.0625 35.684658 316.48438 36.247158Q315.92188 36.809658 315.85938 37.762783ZM325.60938 40.997158L325.78125 42.075283Q325.26562 42.184658 324.85938 42.184658Q324.1875 42.184658 323.8125 41.981533Q323.45312 41.762783 323.29688 41.419033Q323.15625 41.075283 323.15625 39.965908L323.15625 35.794033L322.25 35.794033L322.25 34.825283L323.15625 34.825283L323.15625 33.028408L324.375 32.294033L324.375 34.825283L325.60938 34.825283L325.60938 35.794033L324.375 35.794033L324.375 40.028408Q324.375 40.559658 324.4375 40.715908Q324.5 40.856533 324.64062 40.950283Q324.79688 41.044033 325.0625 41.044033Q325.28125 41.044033 325.60938 40.997158ZM335.76562 38.153408L335.76562 36.981533L340.01562 36.981533L340.01562 40.700283Q339.03125 41.481533 337.98438 41.872158Q336.95312 42.262783 335.85938 42.262783Q334.39062 42.262783 333.17188 41.637783Q331.96875 40.997158 331.35938 39.809658Q330.75 38.606533 330.75 37.122158Q330.75 35.669033 331.35938 34.403408Q331.96875 33.122158 333.10938 32.512783Q334.26562 31.903408 335.76562 31.903408Q336.84375 31.903408 337.71875 32.262783Q338.60938 32.606533 339.10938 33.231533Q339.60938 33.856533 339.85938 34.872158L338.67188 35.200283Q338.4375 34.434658 338.09375 33.997158Q337.76562 33.559658 337.14062 33.294033Q336.53125 33.028408 335.76562 33.028408Q334.85938 33.028408 334.1875 33.309658Q333.53125 33.590908 333.125 34.044033Q332.71875 34.481533 332.5 35.028408Q332.10938 35.965908 332.10938 37.044033Q332.10938 38.387783 332.5625 39.294033Q333.03125 40.184658 333.90625 40.622158Q334.79688 41.059658 335.79688 41.059658Q336.65625 41.059658 337.46875 40.731533Q338.29688 40.403408 338.71875 40.028408L338.71875 38.153408L335.76562 38.153408ZM341.46875 38.465908Q341.46875 36.450283 342.59375 35.465908Q343.51562 34.669033 344.875 34.669033Q346.35938 34.669033 347.3125 35.653408Q348.26562 36.622158 348.26562 38.356533Q348.26562 39.762783 347.84375 40.575283Q347.42188 41.372158 346.60938 41.825283Q345.8125 42.262783 344.875 42.262783Q343.34375 42.262783 342.40625 41.278408Q341.46875 40.294033 341.46875 38.465908ZM342.73438 38.465908Q342.73438 39.856533 343.34375 40.559658Q343.95312 41.247158 344.875 41.247158Q345.78125 41.247158 346.39062 40.544033Q347.0 39.840908 347.0 38.419033Q347.0 37.075283 346.39062 36.387783Q345.78125 35.684658 344.875 35.684658Q343.95312 35.684658 343.34375 36.372158Q342.73438 37.059658 342.73438 38.465908ZM353.92188 42.090908L353.92188 34.825283L355.03125 34.825283L355.03125 35.856533Q355.82812 34.669033 357.34375 34.669033Q358.0 34.669033 358.54688 34.903408Q359.09375 35.137783 359.35938 35.528408Q359.64062 35.903408 359.75 36.434658Q359.82812 36.778408 359.82812 37.622158L359.82812 42.090908L358.59375 42.090908L358.59375 37.669033Q358.59375 36.919033 358.45312 36.559658Q358.3125 36.184658 357.9375 35.965908Q357.57812 35.731533 357.07812 35.731533Q356.29688 35.731533 355.71875 36.231533Q355.15625 36.731533 355.15625 38.122158L355.15625 42.090908L353.92188 42.090908ZM366.89062 39.747158L368.17188 39.903408Q367.85938 41.028408 367.04688 41.653408Q366.23438 42.262783 364.96875 42.262783Q363.375 42.262783 362.4375 41.278408Q361.51562 40.294033 361.51562 38.528408Q361.51562 36.684658 362.45312 35.684658Q363.40625 34.669033 364.90625 34.669033Q366.35938 34.669033 367.28125 35.669033Q368.20312 36.653408 368.20312 38.450283Q368.20312 38.559658 368.20312 38.778408L362.78125 38.778408Q362.85938 39.965908 363.45312 40.606533Q364.0625 41.247158 364.98438 41.247158Q365.65625 41.247158 366.125 40.887783Q366.60938 40.528408 366.89062 39.747158ZM362.85938 37.762783L366.90625 37.762783Q366.82812 36.840908 366.4375 36.387783Q365.85938 35.684658 364.92188 35.684658Q364.0625 35.684658 363.48438 36.247158Q362.92188 36.809658 362.85938 37.762783ZM371.26562 42.090908L369.04688 34.825283L370.3125 34.825283L371.46875 39.028408L371.90625 40.575283Q371.92188 40.465908 372.28125 39.075283L373.4375 34.825283L374.6875 34.825283L375.78125 39.044033L376.14062 40.434658L376.5625 39.028408L377.8125 34.825283L379.0 34.825283L376.73438 42.090908L375.45312 42.090908L374.29688 37.747158L374.01562 36.512783L372.54688 42.090908L371.26562 42.090908ZM379.4375 39.919033L380.64062 39.731533Q380.75 40.465908 381.21875 40.856533Q381.6875 41.247158 382.53125 41.247158Q383.375 41.247158 383.78125 40.903408Q384.20312 40.559658 384.20312 40.090908Q384.20312 39.669033 383.82812 39.434658Q383.57812 39.262783 382.57812 39.012783Q381.21875 38.669033 380.6875 38.419033Q380.17188 38.169033 379.90625 37.731533Q379.64062 37.294033 379.64062 36.762783Q379.64062 36.278408 379.85938 35.872158Q380.07812 35.450283 380.46875 35.169033Q380.75 34.965908 381.23438 34.825283Q381.73438 34.669033 382.3125 34.669033Q383.15625 34.669033 383.79688 34.919033Q384.45312 35.153408 384.76562 35.575283Q385.07812 35.997158 385.1875 36.700283L383.98438 36.872158Q383.90625 36.309658 383.5 35.997158Q383.10938 35.684658 382.39062 35.684658Q381.54688 35.684658 381.1875 35.965908Q380.82812 36.231533 380.82812 36.622158Q380.82812 36.856533 380.96875 37.044033Q381.125 37.247158 381.45312 37.372158Q381.625 37.434658 382.53125 37.684658Q383.84375 38.044033 384.35938 38.262783Q384.875 38.481533 385.15625 38.903408Q385.45312 39.325283 385.45312 39.950283Q385.45312 40.575283 385.09375 41.122158Q384.75 41.653408 384.0625 41.965908Q383.39062 42.262783 382.53125 42.262783Q381.125 42.262783 380.375 41.669033Q379.64062 41.075283 379.4375 39.919033ZM387.26562 36.231533L387.26562 34.825283L388.67188 34.825283L388.67188 36.231533L387.26562 36.231533ZM387.26562 42.090908L387.26562 40.684658L388.67188 40.684658L388.67188 42.090908L387.26562 42.090908Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig26.svg b/_content/survey2018/fig26.svg
deleted file mode 100644
index f0b3412..0000000
--- a/_content/survey2018/fig26.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 583.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="583" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 583.0L0 583.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 583.0L0 583.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 61.5L222.5 508.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 61.5L311.5 508.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 61.5L400.5 508.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 61.5L488.5 508.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 61.5L577.5 508.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 61.800186L577.525 61.800186L577.525 508.75696L222.5 508.75696L222.5 61.800186Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 91.0L222.0 72.0L331.0 72.0C332.10458 72.0 333.0 72.89543 333.0 74.0L333.0 89.0C333.0 90.10457 332.10458 91.0 331.0 91.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 91.0L222.0 72.0L331.0 72.0C332.10458 72.0 333.0 72.89543 333.0 74.0L333.0 89.0C333.0 90.10457 332.10458 91.0 331.0 91.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 121.0L222.0 102.0L314.0 102.0C315.10458 102.0 316.0 102.89543 316.0 104.0L316.0 119.0C316.0 120.10457 315.10458 121.0 314.0 121.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 121.0L222.0 102.0L314.0 102.0C315.10458 102.0 316.0 102.89543 316.0 104.0L316.0 119.0C316.0 120.10457 315.10458 121.0 314.0 121.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 150.0L222.0 131.0L296.0 131.0C297.10458 131.0 298.0 131.89543 298.0 133.0L298.0 148.0C298.0 149.10457 297.10458 150.0 296.0 150.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 150.0L222.0 131.0L296.0 131.0C297.10458 131.0 298.0 131.89543 298.0 133.0L298.0 148.0C298.0 149.10457 297.10458 150.0 296.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 179.0L222.0 160.0L292.0 160.0C293.10458 160.0 294.0 160.89543 294.0 162.0L294.0 177.0C294.0 178.10457 293.10458 179.0 292.0 179.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 179.0L222.0 160.0L292.0 160.0C293.10458 160.0 294.0 160.89543 294.0 162.0L294.0 177.0C294.0 178.10457 293.10458 179.0 292.0 179.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 208.0L222.0 189.0L292.0 189.0C293.10458 189.0 294.0 189.89543 294.0 191.0L294.0 206.0C294.0 207.10457 293.10458 208.0 292.0 208.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 208.0L222.0 189.0L292.0 189.0C293.10458 189.0 294.0 189.89543 294.0 191.0L294.0 206.0C294.0 207.10457 293.10458 208.0 292.0 208.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 237.0L222.0 218.0L278.0 218.0C279.10458 218.0 280.0 218.89543 280.0 220.0L280.0 235.0C280.0 236.10457 279.10458 237.0 278.0 237.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 237.0L222.0 218.0L278.0 218.0C279.10458 218.0 280.0 218.89543 280.0 220.0L280.0 235.0C280.0 236.10457 279.10458 237.0 278.0 237.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 266.0L222.0 247.0L278.0 247.0C279.10458 247.0 280.0 247.89543 280.0 249.0L280.0 264.0C280.0 265.10458 279.10458 266.0 278.0 266.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 266.0L222.0 247.0L278.0 247.0C279.10458 247.0 280.0 247.89543 280.0 249.0L280.0 264.0C280.0 265.10458 279.10458 266.0 278.0 266.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 295.0L222.0 276.0L274.0 276.0C275.10458 276.0 276.0 276.89542 276.0 278.0L276.0 293.0C276.0 294.10458 275.10458 295.0 274.0 295.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 295.0L222.0 276.0L274.0 276.0C275.10458 276.0 276.0 276.89542 276.0 278.0L276.0 293.0C276.0 294.10458 275.10458 295.0 274.0 295.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 324.0L222.0 305.0L274.0 305.0C275.10458 305.0 276.0 305.89542 276.0 307.0L276.0 322.0C276.0 323.10458 275.10458 324.0 274.0 324.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 324.0L222.0 305.0L274.0 305.0C275.10458 305.0 276.0 305.89542 276.0 307.0L276.0 322.0C276.0 323.10458 275.10458 324.0 274.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 354.0L222.0 335.0L256.0 335.0C257.10458 335.0 258.0 335.89542 258.0 337.0L258.0 352.0C258.0 353.10458 257.10458 354.0 256.0 354.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 354.0L222.0 335.0L256.0 335.0C257.10458 335.0 258.0 335.89542 258.0 337.0L258.0 352.0C258.0 353.10458 257.10458 354.0 256.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 383.0L222.0 364.0L247.0 364.0C248.10457 364.0 249.0 364.89542 249.0 366.0L249.0 381.0C249.0 382.10458 248.10457 383.0 247.0 383.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 383.0L222.0 364.0L247.0 364.0C248.10457 364.0 249.0 364.89542 249.0 366.0L249.0 381.0C249.0 382.10458 248.10457 383.0 247.0 383.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 412.0L222.0 393.0L247.0 393.0C248.10457 393.0 249.0 393.89542 249.0 395.0L249.0 410.0C249.0 411.10458 248.10457 412.0 247.0 412.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 412.0L222.0 393.0L247.0 393.0C248.10457 393.0 249.0 393.89542 249.0 395.0L249.0 410.0C249.0 411.10458 248.10457 412.0 247.0 412.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 441.0L222.0 422.0L243.0 422.0C244.10457 422.0 245.0 422.89542 245.0 424.0L245.0 439.0C245.0 440.10458 244.10457 441.0 243.0 441.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 441.0L222.0 422.0L243.0 422.0C244.10457 422.0 245.0 422.89542 245.0 424.0L245.0 439.0C245.0 440.10458 244.10457 441.0 243.0 441.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 470.0L222.0 451.0L243.0 451.0C244.10457 451.0 245.0 451.89542 245.0 453.0L245.0 468.0C245.0 469.10458 244.10457 470.0 243.0 470.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 470.0L222.0 451.0L243.0 451.0C244.10457 451.0 245.0 451.89542 245.0 453.0L245.0 468.0C245.0 469.10458 244.10457 470.0 243.0 470.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 499.0L222.0 480.0L225.0 480.0C226.10457 480.0 227.0 480.89542 227.0 482.0L227.0 497.0C227.0 498.10458 226.10457 499.0 225.0 499.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M222.0 499.0L222.0 480.0L225.0 480.0C226.10457 480.0 227.0 480.89542 227.0 482.0L227.0 497.0C227.0 498.10458 226.10457 499.0 225.0 499.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.4922 83.984375L351.4922 85.0L345.8047 85.0Q345.8047 84.625 345.9297 84.265625Q346.14844 83.6875 346.6172 83.125Q347.10156 82.5625 348.0078 81.828125Q349.41406 80.671875 349.89844 80.0Q350.39844 79.328125 350.39844 78.734375Q350.39844 78.109375 349.9453 77.6875Q349.4922 77.25 348.77344 77.25Q348.0078 77.25 347.5547 77.703125Q347.10156 78.15625 347.08594 78.96875L346.0078 78.859375Q346.1172 77.640625 346.83594 77.015625Q347.5703 76.375 348.8047 76.375Q350.03906 76.375 350.7578 77.0625Q351.47656 77.75 351.47656 78.765625Q351.47656 79.28125 351.2578 79.78125Q351.0547 80.265625 350.5547 80.828125Q350.0703 81.375 348.9453 82.328125Q347.9922 83.125 347.71094 83.421875Q347.4453 83.703125 347.27344 83.984375L351.4922 83.984375ZM352.9453 82.75L354.0547 82.65625Q354.1797 83.46875 354.6172 83.875Q355.0703 84.28125 355.71094 84.28125Q356.46094 84.28125 356.9922 83.703125Q357.52344 83.125 357.52344 82.1875Q357.52344 81.28125 357.0078 80.765625Q356.5078 80.234375 355.6797 80.234375Q355.1797 80.234375 354.7578 80.46875Q354.35156 80.703125 354.1172 81.0625L353.1328 80.9375L353.96094 76.53125L358.2422 76.53125L358.2422 77.53125L354.8047 77.53125L354.35156 79.84375Q355.1172 79.296875 355.96094 79.296875Q357.08594 79.296875 357.85156 80.078125Q358.6328 80.859375 358.6328 82.09375Q358.6328 83.25 357.96094 84.109375Q357.1328 85.140625 355.71094 85.140625Q354.53906 85.140625 353.78906 84.484375Q353.0547 83.828125 352.9453 82.75ZM360.14844 78.46875Q360.14844 77.546875 360.60156 76.90625Q361.0703 76.265625 361.9453 76.265625Q362.7578 76.265625 363.28906 76.84375Q363.8203 77.421875 363.8203 78.53125Q363.8203 79.625 363.27344 80.21875Q362.7422 80.796875 361.96094 80.796875Q361.1797 80.796875 360.66406 80.21875Q360.14844 79.640625 360.14844 78.46875ZM361.97656 76.984375Q361.58594 76.984375 361.3203 77.328125Q361.0703 77.671875 361.0703 78.578125Q361.0703 79.40625 361.3203 79.75Q361.58594 80.078125 361.97656 80.078125Q362.3828 80.078125 362.6328 79.734375Q362.89844 79.390625 362.89844 78.5Q362.89844 77.65625 362.6328 77.328125Q362.3672 76.984375 361.97656 76.984375ZM361.97656 85.3125L366.6797 76.265625L367.53906 76.265625L362.85156 85.3125L361.97656 85.3125ZM365.6953 82.984375Q365.6953 82.0625 366.14844 81.421875Q366.6172 80.78125 367.5078 80.78125Q368.3203 80.78125 368.85156 81.359375Q369.3828 81.921875 369.3828 83.046875Q369.3828 84.140625 368.83594 84.734375Q368.3047 85.3125 367.5078 85.3125Q366.7422 85.3125 366.21094 84.734375Q365.6953 84.15625 365.6953 82.984375ZM367.53906 81.5Q367.1328 81.5 366.8672 81.84375Q366.6172 82.1875 366.6172 83.09375Q366.6172 83.90625 366.8828 84.25Q367.14844 84.59375 367.53906 84.59375Q367.9297 84.59375 368.1953 84.25Q368.46094 83.90625 368.46094 83.0Q368.46094 82.171875 368.1953 81.84375Q367.9297 81.5 367.53906 81.5Z" fill-rule="nonzero"/><path fill="#666666" d="M351.4922 83.984375L351.4922 85.0L345.8047 85.0Q345.8047 84.625 345.9297 84.265625Q346.14844 83.6875 346.6172 83.125Q347.10156 82.5625 348.0078 81.828125Q349.41406 80.671875 349.89844 80.0Q350.39844 79.328125 350.39844 78.734375Q350.39844 78.109375 349.9453 77.6875Q349.4922 77.25 348.77344 77.25Q348.0078 77.25 347.5547 77.703125Q347.10156 78.15625 347.08594 78.96875L346.0078 78.859375Q346.1172 77.640625 346.83594 77.015625Q347.5703 76.375 348.8047 76.375Q350.03906 76.375 350.7578 77.0625Q351.47656 77.75 351.47656 78.765625Q351.47656 79.28125 351.2578 79.78125Q351.0547 80.265625 350.5547 80.828125Q350.0703 81.375 348.9453 82.328125Q347.9922 83.125 347.71094 83.421875Q347.4453 83.703125 347.27344 83.984375L351.4922 83.984375ZM352.9453 82.75L354.0547 82.65625Q354.1797 83.46875 354.6172 83.875Q355.0703 84.28125 355.71094 84.28125Q356.46094 84.28125 356.9922 83.703125Q357.52344 83.125 357.52344 82.1875Q357.52344 81.28125 357.0078 80.765625Q356.5078 80.234375 355.6797 80.234375Q355.1797 80.234375 354.7578 80.46875Q354.35156 80.703125 354.1172 81.0625L353.1328 80.9375L353.96094 76.53125L358.2422 76.53125L358.2422 77.53125L354.8047 77.53125L354.35156 79.84375Q355.1172 79.296875 355.96094 79.296875Q357.08594 79.296875 357.85156 80.078125Q358.6328 80.859375 358.6328 82.09375Q358.6328 83.25 357.96094 84.109375Q357.1328 85.140625 355.71094 85.140625Q354.53906 85.140625 353.78906 84.484375Q353.0547 83.828125 352.9453 82.75ZM360.14844 78.46875Q360.14844 77.546875 360.60156 76.90625Q361.0703 76.265625 361.9453 76.265625Q362.7578 76.265625 363.28906 76.84375Q363.8203 77.421875 363.8203 78.53125Q363.8203 79.625 363.27344 80.21875Q362.7422 80.796875 361.96094 80.796875Q361.1797 80.796875 360.66406 80.21875Q360.14844 79.640625 360.14844 78.46875ZM361.97656 76.984375Q361.58594 76.984375 361.3203 77.328125Q361.0703 77.671875 361.0703 78.578125Q361.0703 79.40625 361.3203 79.75Q361.58594 80.078125 361.97656 80.078125Q362.3828 80.078125 362.6328 79.734375Q362.89844 79.390625 362.89844 78.5Q362.89844 77.65625 362.6328 77.328125Q362.3672 76.984375 361.97656 76.984375ZM361.97656 85.3125L366.6797 76.265625L367.53906 76.265625L362.85156 85.3125L361.97656 85.3125ZM365.6953 82.984375Q365.6953 82.0625 366.14844 81.421875Q366.6172 80.78125 367.5078 80.78125Q368.3203 80.78125 368.85156 81.359375Q369.3828 81.921875 369.3828 83.046875Q369.3828 84.140625 368.83594 84.734375Q368.3047 85.3125 367.5078 85.3125Q366.7422 85.3125 366.21094 84.734375Q365.6953 84.15625 365.6953 82.984375ZM367.53906 81.5Q367.1328 81.5 366.8672 81.84375Q366.6172 82.1875 366.6172 83.09375Q366.6172 83.90625 366.8828 84.25Q367.14844 84.59375 367.53906 84.59375Q367.9297 84.59375 368.1953 84.25Q368.46094 83.90625 368.46094 83.0Q368.46094 82.171875 368.1953 81.84375Q367.9297 81.5 367.53906 81.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M333.74094 113.984375L333.74094 115.0L328.05344 115.0Q328.05344 114.625 328.17844 114.265625Q328.3972 113.6875 328.86594 113.125Q329.3503 112.5625 330.25656 111.828125Q331.6628 110.671875 332.1472 110.0Q332.6472 109.328125 332.6472 108.734375Q332.6472 108.109375 332.19406 107.6875Q331.74094 107.25 331.0222 107.25Q330.25656 107.25 329.80344 107.703125Q329.3503 108.15625 329.3347 108.96875L328.25656 108.859375Q328.36594 107.640625 329.0847 107.015625Q329.81906 106.375 331.05344 106.375Q332.2878 106.375 333.00656 107.0625Q333.7253 107.75 333.7253 108.765625Q333.7253 109.28125 333.50656 109.78125Q333.30344 110.265625 332.80344 110.828125Q332.31906 111.375 331.19406 112.328125Q330.24094 113.125 329.9597 113.421875Q329.69406 113.703125 329.5222 113.984375L333.74094 113.984375ZM339.1628 115.0L338.11594 115.0L338.11594 108.28125Q337.7253 108.640625 337.1003 109.015625Q336.49094 109.375 336.00656 109.546875L336.00656 108.53125Q336.88156 108.109375 337.5378 107.53125Q338.2097 106.9375 338.49094 106.375L339.1628 106.375L339.1628 115.0ZM342.3972 108.46875Q342.3972 107.546875 342.8503 106.90625Q343.31906 106.265625 344.19406 106.265625Q345.00656 106.265625 345.5378 106.84375Q346.06906 107.421875 346.06906 108.53125Q346.06906 109.625 345.5222 110.21875Q344.99094 110.796875 344.2097 110.796875Q343.42844 110.796875 342.9128 110.21875Q342.3972 109.640625 342.3972 108.46875ZM344.2253 106.984375Q343.8347 106.984375 343.56906 107.328125Q343.31906 107.671875 343.31906 108.578125Q343.31906 109.40625 343.56906 109.75Q343.8347 110.078125 344.2253 110.078125Q344.63156 110.078125 344.88156 109.734375Q345.1472 109.390625 345.1472 108.5Q345.1472 107.65625 344.88156 107.328125Q344.61594 106.984375 344.2253 106.984375ZM344.2253 115.3125L348.92844 106.265625L349.7878 106.265625L345.1003 115.3125L344.2253 115.3125ZM347.94406 112.984375Q347.94406 112.0625 348.3972 111.421875Q348.86594 110.78125 349.75656 110.78125Q350.56906 110.78125 351.1003 111.359375Q351.63156 111.921875 351.63156 113.046875Q351.63156 114.140625 351.0847 114.734375Q350.55344 115.3125 349.75656 115.3125Q348.99094 115.3125 348.4597 114.734375Q347.94406 114.15625 347.94406 112.984375ZM349.7878 111.5Q349.38156 111.5 349.11594 111.84375Q348.86594 112.1875 348.86594 113.09375Q348.86594 113.90625 349.13156 114.25Q349.3972 114.59375 349.7878 114.59375Q350.17844 114.59375 350.44406 114.25Q350.7097 113.90625 350.7097 113.0Q350.7097 112.171875 350.44406 111.84375Q350.17844 111.5 349.7878 111.5Z" fill-rule="nonzero"/><path fill="#666666" d="M333.74094 113.984375L333.74094 115.0L328.05344 115.0Q328.05344 114.625 328.17844 114.265625Q328.3972 113.6875 328.86594 113.125Q329.3503 112.5625 330.25656 111.828125Q331.6628 110.671875 332.1472 110.0Q332.6472 109.328125 332.6472 108.734375Q332.6472 108.109375 332.19406 107.6875Q331.74094 107.25 331.0222 107.25Q330.25656 107.25 329.80344 107.703125Q329.3503 108.15625 329.3347 108.96875L328.25656 108.859375Q328.36594 107.640625 329.0847 107.015625Q329.81906 106.375 331.05344 106.375Q332.2878 106.375 333.00656 107.0625Q333.7253 107.75 333.7253 108.765625Q333.7253 109.28125 333.50656 109.78125Q333.30344 110.265625 332.80344 110.828125Q332.31906 111.375 331.19406 112.328125Q330.24094 113.125 329.9597 113.421875Q329.69406 113.703125 329.5222 113.984375L333.74094 113.984375ZM339.1628 115.0L338.11594 115.0L338.11594 108.28125Q337.7253 108.640625 337.1003 109.015625Q336.49094 109.375 336.00656 109.546875L336.00656 108.53125Q336.88156 108.109375 337.5378 107.53125Q338.2097 106.9375 338.49094 106.375L339.1628 106.375L339.1628 115.0ZM342.3972 108.46875Q342.3972 107.546875 342.8503 106.90625Q343.31906 106.265625 344.19406 106.265625Q345.00656 106.265625 345.5378 106.84375Q346.06906 107.421875 346.06906 108.53125Q346.06906 109.625 345.5222 110.21875Q344.99094 110.796875 344.2097 110.796875Q343.42844 110.796875 342.9128 110.21875Q342.3972 109.640625 342.3972 108.46875ZM344.2253 106.984375Q343.8347 106.984375 343.56906 107.328125Q343.31906 107.671875 343.31906 108.578125Q343.31906 109.40625 343.56906 109.75Q343.8347 110.078125 344.2253 110.078125Q344.63156 110.078125 344.88156 109.734375Q345.1472 109.390625 345.1472 108.5Q345.1472 107.65625 344.88156 107.328125Q344.61594 106.984375 344.2253 106.984375ZM344.2253 115.3125L348.92844 106.265625L349.7878 106.265625L345.1003 115.3125L344.2253 115.3125ZM347.94406 112.984375Q347.94406 112.0625 348.3972 111.421875Q348.86594 110.78125 349.75656 110.78125Q350.56906 110.78125 351.1003 111.359375Q351.63156 111.921875 351.63156 113.046875Q351.63156 114.140625 351.0847 114.734375Q350.55344 115.3125 349.75656 115.3125Q348.99094 115.3125 348.4597 114.734375Q347.94406 114.15625 347.94406 112.984375ZM349.7878 111.5Q349.38156 111.5 349.11594 111.84375Q348.86594 112.1875 348.86594 113.09375Q348.86594 113.90625 349.13156 114.25Q349.3972 114.59375 349.7878 114.59375Q350.17844 114.59375 350.44406 114.25Q350.7097 113.90625 350.7097 113.0Q350.7097 112.171875 350.44406 111.84375Q350.17844 111.5 349.7878 111.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.41156 144.0L313.3647 144.0L313.3647 137.28125Q312.97406 137.64062 312.34906 138.01562Q311.7397 138.375 311.2553 138.54688L311.2553 137.53125Q312.1303 137.10938 312.78656 136.53125Q313.45844 135.9375 313.7397 135.375L314.41156 135.375L314.41156 144.0ZM317.5053 136.53125L317.5053 135.51562L323.0678 135.51562L323.0678 136.34375Q322.2553 137.21875 321.4428 138.67188Q320.64594 140.10938 320.20844 141.64062Q319.8803 142.71875 319.8022 144.0L318.70844 144.0Q318.72406 142.98438 319.09906 141.54688Q319.4897 140.10938 320.1928 138.78125Q320.91156 137.45312 321.72406 136.53125L317.5053 136.53125ZM324.64594 137.46875Q324.64594 136.54688 325.09906 135.90625Q325.5678 135.26562 326.4428 135.26562Q327.2553 135.26562 327.78656 135.84375Q328.3178 136.42188 328.3178 137.53125Q328.3178 138.625 327.77094 139.21875Q327.2397 139.79688 326.45844 139.79688Q325.6772 139.79688 325.16156 139.21875Q324.64594 138.64062 324.64594 137.46875ZM326.47406 135.98438Q326.08344 135.98438 325.8178 136.32812Q325.5678 136.67188 325.5678 137.57812Q325.5678 138.40625 325.8178 138.75Q326.08344 139.07812 326.47406 139.07812Q326.8803 139.07812 327.1303 138.73438Q327.39594 138.39062 327.39594 137.5Q327.39594 136.65625 327.1303 136.32812Q326.8647 135.98438 326.47406 135.98438ZM326.47406 144.3125L331.1772 135.26562L332.03656 135.26562L327.34906 144.3125L326.47406 144.3125ZM330.1928 141.98438Q330.1928 141.0625 330.64594 140.42188Q331.1147 139.78125 332.0053 139.78125Q332.8178 139.78125 333.34906 140.35938Q333.8803 140.92188 333.8803 142.04688Q333.8803 143.14062 333.33344 143.73438Q332.8022 144.3125 332.0053 144.3125Q331.2397 144.3125 330.70844 143.73438Q330.1928 143.15625 330.1928 141.98438ZM332.03656 140.5Q331.6303 140.5 331.3647 140.84375Q331.1147 141.1875 331.1147 142.09375Q331.1147 142.90625 331.3803 143.25Q331.64594 143.59375 332.03656 143.59375Q332.4272 143.59375 332.6928 143.25Q332.95844 142.90625 332.95844 142.0Q332.95844 141.17188 332.6928 140.84375Q332.4272 140.5 332.03656 140.5Z" fill-rule="nonzero"/><path fill="#666666" d="M314.41156 144.0L313.3647 144.0L313.3647 137.28125Q312.97406 137.64062 312.34906 138.01562Q311.7397 138.375 311.2553 138.54688L311.2553 137.53125Q312.1303 137.10938 312.78656 136.53125Q313.45844 135.9375 313.7397 135.375L314.41156 135.375L314.41156 144.0ZM317.5053 136.53125L317.5053 135.51562L323.0678 135.51562L323.0678 136.34375Q322.2553 137.21875 321.4428 138.67188Q320.64594 140.10938 320.20844 141.64062Q319.8803 142.71875 319.8022 144.0L318.70844 144.0Q318.72406 142.98438 319.09906 141.54688Q319.4897 140.10938 320.1928 138.78125Q320.91156 137.45312 321.72406 136.53125L317.5053 136.53125ZM324.64594 137.46875Q324.64594 136.54688 325.09906 135.90625Q325.5678 135.26562 326.4428 135.26562Q327.2553 135.26562 327.78656 135.84375Q328.3178 136.42188 328.3178 137.53125Q328.3178 138.625 327.77094 139.21875Q327.2397 139.79688 326.45844 139.79688Q325.6772 139.79688 325.16156 139.21875Q324.64594 138.64062 324.64594 137.46875ZM326.47406 135.98438Q326.08344 135.98438 325.8178 136.32812Q325.5678 136.67188 325.5678 137.57812Q325.5678 138.40625 325.8178 138.75Q326.08344 139.07812 326.47406 139.07812Q326.8803 139.07812 327.1303 138.73438Q327.39594 138.39062 327.39594 137.5Q327.39594 136.65625 327.1303 136.32812Q326.8647 135.98438 326.47406 135.98438ZM326.47406 144.3125L331.1772 135.26562L332.03656 135.26562L327.34906 144.3125L326.47406 144.3125ZM330.1928 141.98438Q330.1928 141.0625 330.64594 140.42188Q331.1147 139.78125 332.0053 139.78125Q332.8178 139.78125 333.34906 140.35938Q333.8803 140.92188 333.8803 142.04688Q333.8803 143.14062 333.33344 143.73438Q332.8022 144.3125 332.0053 144.3125Q331.2397 144.3125 330.70844 143.73438Q330.1928 143.15625 330.1928 141.98438ZM332.03656 140.5Q331.6303 140.5 331.3647 140.84375Q331.1147 141.1875 331.1147 142.09375Q331.1147 142.90625 331.3803 143.25Q331.64594 143.59375 332.03656 143.59375Q332.4272 143.59375 332.6928 143.25Q332.95844 142.90625 332.95844 142.0Q332.95844 141.17188 332.6928 140.84375Q332.4272 140.5 332.03656 140.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.97375 173.0L308.92688 173.0L308.92688 166.28125Q308.53625 166.64062 307.91125 167.01562Q307.30188 167.375 306.8175 167.54688L306.8175 166.53125Q307.6925 166.10938 308.34875 165.53125Q309.02063 164.9375 309.30188 164.375L309.97375 164.375L309.97375 173.0ZM318.47375 166.51562L317.42688 166.59375Q317.28625 165.96875 317.03625 165.6875Q316.59875 165.23438 315.97375 165.23438Q315.47375 165.23438 315.08313 165.51562Q314.59875 165.89062 314.30188 166.59375Q314.02063 167.28125 314.005 168.5625Q314.38 167.98438 314.92688 167.70312Q315.48938 167.42188 316.09875 167.42188Q317.14563 167.42188 317.88 168.20312Q318.63 168.98438 318.63 170.20312Q318.63 171.01562 318.27063 171.71875Q317.92688 172.40625 317.3175 172.78125Q316.70813 173.14062 315.9425 173.14062Q314.61438 173.14062 313.78625 172.17188Q312.95813 171.20312 312.95813 168.98438Q312.95813 166.48438 313.88 165.35938Q314.67688 164.375 316.03625 164.375Q317.05188 164.375 317.6925 164.95312Q318.34875 165.51562 318.47375 166.51562ZM314.17688 170.21875Q314.17688 170.76562 314.39563 171.26562Q314.63 171.75 315.03625 172.01562Q315.45813 172.28125 315.92688 172.28125Q316.58313 172.28125 317.0675 171.75Q317.55188 171.20312 317.55188 170.28125Q317.55188 169.39062 317.0675 168.875Q316.59875 168.35938 315.88 168.35938Q315.16125 168.35938 314.66125 168.875Q314.17688 169.39062 314.17688 170.21875ZM320.20813 166.46875Q320.20813 165.54688 320.66125 164.90625Q321.13 164.26562 322.005 164.26562Q322.8175 164.26562 323.34875 164.84375Q323.88 165.42188 323.88 166.53125Q323.88 167.625 323.33313 168.21875Q322.80188 168.79688 322.02063 168.79688Q321.23938 168.79688 320.72375 168.21875Q320.20813 167.64062 320.20813 166.46875ZM322.03625 164.98438Q321.64563 164.98438 321.38 165.32812Q321.13 165.67188 321.13 166.57812Q321.13 167.40625 321.38 167.75Q321.64563 168.07812 322.03625 168.07812Q322.4425 168.07812 322.6925 167.73438Q322.95813 167.39062 322.95813 166.5Q322.95813 165.65625 322.6925 165.32812Q322.42688 164.98438 322.03625 164.98438ZM322.03625 173.3125L326.73938 164.26562L327.59875 164.26562L322.91125 173.3125L322.03625 173.3125ZM325.755 170.98438Q325.755 170.0625 326.20813 169.42188Q326.67688 168.78125 327.5675 168.78125Q328.38 168.78125 328.91125 169.35938Q329.4425 169.92188 329.4425 171.04688Q329.4425 172.14062 328.89563 172.73438Q328.36438 173.3125 327.5675 173.3125Q326.80188 173.3125 326.27063 172.73438Q325.755 172.15625 325.755 170.98438ZM327.59875 169.5Q327.1925 169.5 326.92688 169.84375Q326.67688 170.1875 326.67688 171.09375Q326.67688 171.90625 326.9425 172.25Q327.20813 172.59375 327.59875 172.59375Q327.98938 172.59375 328.255 172.25Q328.52063 171.90625 328.52063 171.0Q328.52063 170.17188 328.255 169.84375Q327.98938 169.5 327.59875 169.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.97375 173.0L308.92688 173.0L308.92688 166.28125Q308.53625 166.64062 307.91125 167.01562Q307.30188 167.375 306.8175 167.54688L306.8175 166.53125Q307.6925 166.10938 308.34875 165.53125Q309.02063 164.9375 309.30188 164.375L309.97375 164.375L309.97375 173.0ZM318.47375 166.51562L317.42688 166.59375Q317.28625 165.96875 317.03625 165.6875Q316.59875 165.23438 315.97375 165.23438Q315.47375 165.23438 315.08313 165.51562Q314.59875 165.89062 314.30188 166.59375Q314.02063 167.28125 314.005 168.5625Q314.38 167.98438 314.92688 167.70312Q315.48938 167.42188 316.09875 167.42188Q317.14563 167.42188 317.88 168.20312Q318.63 168.98438 318.63 170.20312Q318.63 171.01562 318.27063 171.71875Q317.92688 172.40625 317.3175 172.78125Q316.70813 173.14062 315.9425 173.14062Q314.61438 173.14062 313.78625 172.17188Q312.95813 171.20312 312.95813 168.98438Q312.95813 166.48438 313.88 165.35938Q314.67688 164.375 316.03625 164.375Q317.05188 164.375 317.6925 164.95312Q318.34875 165.51562 318.47375 166.51562ZM314.17688 170.21875Q314.17688 170.76562 314.39563 171.26562Q314.63 171.75 315.03625 172.01562Q315.45813 172.28125 315.92688 172.28125Q316.58313 172.28125 317.0675 171.75Q317.55188 171.20312 317.55188 170.28125Q317.55188 169.39062 317.0675 168.875Q316.59875 168.35938 315.88 168.35938Q315.16125 168.35938 314.66125 168.875Q314.17688 169.39062 314.17688 170.21875ZM320.20813 166.46875Q320.20813 165.54688 320.66125 164.90625Q321.13 164.26562 322.005 164.26562Q322.8175 164.26562 323.34875 164.84375Q323.88 165.42188 323.88 166.53125Q323.88 167.625 323.33313 168.21875Q322.80188 168.79688 322.02063 168.79688Q321.23938 168.79688 320.72375 168.21875Q320.20813 167.64062 320.20813 166.46875ZM322.03625 164.98438Q321.64563 164.98438 321.38 165.32812Q321.13 165.67188 321.13 166.57812Q321.13 167.40625 321.38 167.75Q321.64563 168.07812 322.03625 168.07812Q322.4425 168.07812 322.6925 167.73438Q322.95813 167.39062 322.95813 166.5Q322.95813 165.65625 322.6925 165.32812Q322.42688 164.98438 322.03625 164.98438ZM322.03625 173.3125L326.73938 164.26562L327.59875 164.26562L322.91125 173.3125L322.03625 173.3125ZM325.755 170.98438Q325.755 170.0625 326.20813 169.42188Q326.67688 168.78125 327.5675 168.78125Q328.38 168.78125 328.91125 169.35938Q329.4425 169.92188 329.4425 171.04688Q329.4425 172.14062 328.89563 172.73438Q328.36438 173.3125 327.5675 173.3125Q326.80188 173.3125 326.27063 172.73438Q325.755 172.15625 325.755 170.98438ZM327.59875 169.5Q327.1925 169.5 326.92688 169.84375Q326.67688 170.1875 326.67688 171.09375Q326.67688 171.90625 326.9425 172.25Q327.20813 172.59375 327.59875 172.59375Q327.98938 172.59375 328.255 172.25Q328.52063 171.90625 328.52063 171.0Q328.52063 170.17188 328.255 169.84375Q327.98938 169.5 327.59875 169.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.97375 202.0L308.92688 202.0L308.92688 195.28125Q308.53625 195.64062 307.91125 196.01562Q307.30188 196.375 306.8175 196.54688L306.8175 195.53125Q307.6925 195.10938 308.34875 194.53125Q309.02063 193.9375 309.30188 193.375L309.97375 193.375L309.97375 202.0ZM318.47375 195.51562L317.42688 195.59375Q317.28625 194.96875 317.03625 194.6875Q316.59875 194.23438 315.97375 194.23438Q315.47375 194.23438 315.08313 194.51562Q314.59875 194.89062 314.30188 195.59375Q314.02063 196.28125 314.005 197.5625Q314.38 196.98438 314.92688 196.70312Q315.48938 196.42188 316.09875 196.42188Q317.14563 196.42188 317.88 197.20312Q318.63 197.98438 318.63 199.20312Q318.63 200.01562 318.27063 200.71875Q317.92688 201.40625 317.3175 201.78125Q316.70813 202.14062 315.9425 202.14062Q314.61438 202.14062 313.78625 201.17188Q312.95813 200.20312 312.95813 197.98438Q312.95813 195.48438 313.88 194.35938Q314.67688 193.375 316.03625 193.375Q317.05188 193.375 317.6925 193.95312Q318.34875 194.51562 318.47375 195.51562ZM314.17688 199.21875Q314.17688 199.76562 314.39563 200.26562Q314.63 200.75 315.03625 201.01562Q315.45813 201.28125 315.92688 201.28125Q316.58313 201.28125 317.0675 200.75Q317.55188 200.20312 317.55188 199.28125Q317.55188 198.39062 317.0675 197.875Q316.59875 197.35938 315.88 197.35938Q315.16125 197.35938 314.66125 197.875Q314.17688 198.39062 314.17688 199.21875ZM320.20813 195.46875Q320.20813 194.54688 320.66125 193.90625Q321.13 193.26562 322.005 193.26562Q322.8175 193.26562 323.34875 193.84375Q323.88 194.42188 323.88 195.53125Q323.88 196.625 323.33313 197.21875Q322.80188 197.79688 322.02063 197.79688Q321.23938 197.79688 320.72375 197.21875Q320.20813 196.64062 320.20813 195.46875ZM322.03625 193.98438Q321.64563 193.98438 321.38 194.32812Q321.13 194.67188 321.13 195.57812Q321.13 196.40625 321.38 196.75Q321.64563 197.07812 322.03625 197.07812Q322.4425 197.07812 322.6925 196.73438Q322.95813 196.39062 322.95813 195.5Q322.95813 194.65625 322.6925 194.32812Q322.42688 193.98438 322.03625 193.98438ZM322.03625 202.3125L326.73938 193.26562L327.59875 193.26562L322.91125 202.3125L322.03625 202.3125ZM325.755 199.98438Q325.755 199.0625 326.20813 198.42188Q326.67688 197.78125 327.5675 197.78125Q328.38 197.78125 328.91125 198.35938Q329.4425 198.92188 329.4425 200.04688Q329.4425 201.14062 328.89563 201.73438Q328.36438 202.3125 327.5675 202.3125Q326.80188 202.3125 326.27063 201.73438Q325.755 201.15625 325.755 199.98438ZM327.59875 198.5Q327.1925 198.5 326.92688 198.84375Q326.67688 199.1875 326.67688 200.09375Q326.67688 200.90625 326.9425 201.25Q327.20813 201.59375 327.59875 201.59375Q327.98938 201.59375 328.255 201.25Q328.52063 200.90625 328.52063 200.0Q328.52063 199.17188 328.255 198.84375Q327.98938 198.5 327.59875 198.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.97375 202.0L308.92688 202.0L308.92688 195.28125Q308.53625 195.64062 307.91125 196.01562Q307.30188 196.375 306.8175 196.54688L306.8175 195.53125Q307.6925 195.10938 308.34875 194.53125Q309.02063 193.9375 309.30188 193.375L309.97375 193.375L309.97375 202.0ZM318.47375 195.51562L317.42688 195.59375Q317.28625 194.96875 317.03625 194.6875Q316.59875 194.23438 315.97375 194.23438Q315.47375 194.23438 315.08313 194.51562Q314.59875 194.89062 314.30188 195.59375Q314.02063 196.28125 314.005 197.5625Q314.38 196.98438 314.92688 196.70312Q315.48938 196.42188 316.09875 196.42188Q317.14563 196.42188 317.88 197.20312Q318.63 197.98438 318.63 199.20312Q318.63 200.01562 318.27063 200.71875Q317.92688 201.40625 317.3175 201.78125Q316.70813 202.14062 315.9425 202.14062Q314.61438 202.14062 313.78625 201.17188Q312.95813 200.20312 312.95813 197.98438Q312.95813 195.48438 313.88 194.35938Q314.67688 193.375 316.03625 193.375Q317.05188 193.375 317.6925 193.95312Q318.34875 194.51562 318.47375 195.51562ZM314.17688 199.21875Q314.17688 199.76562 314.39563 200.26562Q314.63 200.75 315.03625 201.01562Q315.45813 201.28125 315.92688 201.28125Q316.58313 201.28125 317.0675 200.75Q317.55188 200.20312 317.55188 199.28125Q317.55188 198.39062 317.0675 197.875Q316.59875 197.35938 315.88 197.35938Q315.16125 197.35938 314.66125 197.875Q314.17688 198.39062 314.17688 199.21875ZM320.20813 195.46875Q320.20813 194.54688 320.66125 193.90625Q321.13 193.26562 322.005 193.26562Q322.8175 193.26562 323.34875 193.84375Q323.88 194.42188 323.88 195.53125Q323.88 196.625 323.33313 197.21875Q322.80188 197.79688 322.02063 197.79688Q321.23938 197.79688 320.72375 197.21875Q320.20813 196.64062 320.20813 195.46875ZM322.03625 193.98438Q321.64563 193.98438 321.38 194.32812Q321.13 194.67188 321.13 195.57812Q321.13 196.40625 321.38 196.75Q321.64563 197.07812 322.03625 197.07812Q322.4425 197.07812 322.6925 196.73438Q322.95813 196.39062 322.95813 195.5Q322.95813 194.65625 322.6925 194.32812Q322.42688 193.98438 322.03625 193.98438ZM322.03625 202.3125L326.73938 193.26562L327.59875 193.26562L322.91125 202.3125L322.03625 202.3125ZM325.755 199.98438Q325.755 199.0625 326.20813 198.42188Q326.67688 197.78125 327.5675 197.78125Q328.38 197.78125 328.91125 198.35938Q329.4425 198.92188 329.4425 200.04688Q329.4425 201.14062 328.89563 201.73438Q328.36438 202.3125 327.5675 202.3125Q326.80188 202.3125 326.27063 201.73438Q325.755 201.15625 325.755 199.98438ZM327.59875 198.5Q327.1925 198.5 326.92688 198.84375Q326.67688 199.1875 326.67688 200.09375Q326.67688 200.90625 326.9425 201.25Q327.20813 201.59375 327.59875 201.59375Q327.98938 201.59375 328.255 201.25Q328.52063 200.90625 328.52063 200.0Q328.52063 199.17188 328.255 198.84375Q327.98938 198.5 327.59875 198.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.6603 231.0L295.61343 231.0L295.61343 224.28125Q295.2228 224.64062 294.5978 225.01562Q293.98843 225.375 293.50406 225.54688L293.50406 224.53125Q294.37906 224.10938 295.0353 223.53125Q295.70718 222.9375 295.98843 222.375L296.6603 222.375L296.6603 231.0ZM299.69156 228.73438L300.75406 228.59375Q300.92593 229.48438 301.36343 229.89062Q301.80093 230.28125 302.42593 230.28125Q303.17593 230.28125 303.69156 229.76562Q304.20718 229.25 304.20718 228.48438Q304.20718 227.76562 303.7228 227.29688Q303.25406 226.8125 302.51968 226.8125Q302.2228 226.8125 301.76968 226.9375L301.89468 226.0Q302.00406 226.01562 302.06656 226.01562Q302.73843 226.01562 303.26968 225.67188Q303.81656 225.3125 303.81656 224.57812Q303.81656 224.0 303.42593 223.625Q303.0353 223.23438 302.4103 223.23438Q301.80093 223.23438 301.37906 223.625Q300.9728 224.01562 300.86343 224.78125L299.80093 224.59375Q299.98843 223.54688 300.67593 222.96875Q301.36343 222.375 302.37906 222.375Q303.08218 222.375 303.67593 222.6875Q304.26968 222.98438 304.58218 223.5Q304.89468 224.01562 304.89468 224.60938Q304.89468 225.15625 304.5978 225.625Q304.30093 226.07812 303.7228 226.34375Q304.4728 226.51562 304.89468 227.07812Q305.31656 227.625 305.31656 228.46875Q305.31656 229.59375 304.48843 230.375Q303.67593 231.15625 302.42593 231.15625Q301.30093 231.15625 300.55093 230.48438Q299.80093 229.79688 299.69156 228.73438ZM306.89468 224.46875Q306.89468 223.54688 307.3478 222.90625Q307.81656 222.26562 308.69156 222.26562Q309.50406 222.26562 310.0353 222.84375Q310.56656 223.42188 310.56656 224.53125Q310.56656 225.625 310.01968 226.21875Q309.48843 226.79688 308.70718 226.79688Q307.92593 226.79688 307.4103 226.21875Q306.89468 225.64062 306.89468 224.46875ZM308.7228 222.98438Q308.33218 222.98438 308.06656 223.32812Q307.81656 223.67188 307.81656 224.57812Q307.81656 225.40625 308.06656 225.75Q308.33218 226.07812 308.7228 226.07812Q309.12906 226.07812 309.37906 225.73438Q309.64468 225.39062 309.64468 224.5Q309.64468 223.65625 309.37906 223.32812Q309.11343 222.98438 308.7228 222.98438ZM308.7228 231.3125L313.42593 222.26562L314.2853 222.26562L309.5978 231.3125L308.7228 231.3125ZM312.44156 228.98438Q312.44156 228.0625 312.89468 227.42188Q313.36343 226.78125 314.25406 226.78125Q315.06656 226.78125 315.5978 227.35938Q316.12906 227.92188 316.12906 229.04688Q316.12906 230.14062 315.58218 230.73438Q315.05093 231.3125 314.25406 231.3125Q313.48843 231.3125 312.95718 230.73438Q312.44156 230.15625 312.44156 228.98438ZM314.2853 227.5Q313.87906 227.5 313.61343 227.84375Q313.36343 228.1875 313.36343 229.09375Q313.36343 229.90625 313.62906 230.25Q313.89468 230.59375 314.2853 230.59375Q314.67593 230.59375 314.94156 230.25Q315.20718 229.90625 315.20718 229.0Q315.20718 228.17188 314.94156 227.84375Q314.67593 227.5 314.2853 227.5Z" fill-rule="nonzero"/><path fill="#666666" d="M296.6603 231.0L295.61343 231.0L295.61343 224.28125Q295.2228 224.64062 294.5978 225.01562Q293.98843 225.375 293.50406 225.54688L293.50406 224.53125Q294.37906 224.10938 295.0353 223.53125Q295.70718 222.9375 295.98843 222.375L296.6603 222.375L296.6603 231.0ZM299.69156 228.73438L300.75406 228.59375Q300.92593 229.48438 301.36343 229.89062Q301.80093 230.28125 302.42593 230.28125Q303.17593 230.28125 303.69156 229.76562Q304.20718 229.25 304.20718 228.48438Q304.20718 227.76562 303.7228 227.29688Q303.25406 226.8125 302.51968 226.8125Q302.2228 226.8125 301.76968 226.9375L301.89468 226.0Q302.00406 226.01562 302.06656 226.01562Q302.73843 226.01562 303.26968 225.67188Q303.81656 225.3125 303.81656 224.57812Q303.81656 224.0 303.42593 223.625Q303.0353 223.23438 302.4103 223.23438Q301.80093 223.23438 301.37906 223.625Q300.9728 224.01562 300.86343 224.78125L299.80093 224.59375Q299.98843 223.54688 300.67593 222.96875Q301.36343 222.375 302.37906 222.375Q303.08218 222.375 303.67593 222.6875Q304.26968 222.98438 304.58218 223.5Q304.89468 224.01562 304.89468 224.60938Q304.89468 225.15625 304.5978 225.625Q304.30093 226.07812 303.7228 226.34375Q304.4728 226.51562 304.89468 227.07812Q305.31656 227.625 305.31656 228.46875Q305.31656 229.59375 304.48843 230.375Q303.67593 231.15625 302.42593 231.15625Q301.30093 231.15625 300.55093 230.48438Q299.80093 229.79688 299.69156 228.73438ZM306.89468 224.46875Q306.89468 223.54688 307.3478 222.90625Q307.81656 222.26562 308.69156 222.26562Q309.50406 222.26562 310.0353 222.84375Q310.56656 223.42188 310.56656 224.53125Q310.56656 225.625 310.01968 226.21875Q309.48843 226.79688 308.70718 226.79688Q307.92593 226.79688 307.4103 226.21875Q306.89468 225.64062 306.89468 224.46875ZM308.7228 222.98438Q308.33218 222.98438 308.06656 223.32812Q307.81656 223.67188 307.81656 224.57812Q307.81656 225.40625 308.06656 225.75Q308.33218 226.07812 308.7228 226.07812Q309.12906 226.07812 309.37906 225.73438Q309.64468 225.39062 309.64468 224.5Q309.64468 223.65625 309.37906 223.32812Q309.11343 222.98438 308.7228 222.98438ZM308.7228 231.3125L313.42593 222.26562L314.2853 222.26562L309.5978 231.3125L308.7228 231.3125ZM312.44156 228.98438Q312.44156 228.0625 312.89468 227.42188Q313.36343 226.78125 314.25406 226.78125Q315.06656 226.78125 315.5978 227.35938Q316.12906 227.92188 316.12906 229.04688Q316.12906 230.14062 315.58218 230.73438Q315.05093 231.3125 314.25406 231.3125Q313.48843 231.3125 312.95718 230.73438Q312.44156 230.15625 312.44156 228.98438ZM314.2853 227.5Q313.87906 227.5 313.61343 227.84375Q313.36343 228.1875 313.36343 229.09375Q313.36343 229.90625 313.62906 230.25Q313.89468 230.59375 314.2853 230.59375Q314.67593 230.59375 314.94156 230.25Q315.20718 229.90625 315.20718 229.0Q315.20718 228.17188 314.94156 227.84375Q314.67593 227.5 314.2853 227.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.6603 260.0L295.61343 260.0L295.61343 253.28125Q295.2228 253.64062 294.5978 254.01562Q293.98843 254.375 293.50406 254.54688L293.50406 253.53125Q294.37906 253.10938 295.0353 252.53125Q295.70718 251.9375 295.98843 251.375L296.6603 251.375L296.6603 260.0ZM299.69156 257.73438L300.75406 257.59375Q300.92593 258.48438 301.36343 258.89062Q301.80093 259.28125 302.42593 259.28125Q303.17593 259.28125 303.69156 258.76562Q304.20718 258.25 304.20718 257.48438Q304.20718 256.76562 303.7228 256.29688Q303.25406 255.8125 302.51968 255.8125Q302.2228 255.8125 301.76968 255.9375L301.89468 255.0Q302.00406 255.01562 302.06656 255.01562Q302.73843 255.01562 303.26968 254.67188Q303.81656 254.3125 303.81656 253.57812Q303.81656 253.0 303.42593 252.625Q303.0353 252.23438 302.4103 252.23438Q301.80093 252.23438 301.37906 252.625Q300.9728 253.01562 300.86343 253.78125L299.80093 253.59375Q299.98843 252.54688 300.67593 251.96875Q301.36343 251.375 302.37906 251.375Q303.08218 251.375 303.67593 251.6875Q304.26968 251.98438 304.58218 252.5Q304.89468 253.01562 304.89468 253.60938Q304.89468 254.15625 304.5978 254.625Q304.30093 255.07812 303.7228 255.34375Q304.4728 255.51562 304.89468 256.07812Q305.31656 256.625 305.31656 257.46875Q305.31656 258.59375 304.48843 259.375Q303.67593 260.15625 302.42593 260.15625Q301.30093 260.15625 300.55093 259.48438Q299.80093 258.79688 299.69156 257.73438ZM306.89468 253.46875Q306.89468 252.54688 307.3478 251.90625Q307.81656 251.26562 308.69156 251.26562Q309.50406 251.26562 310.0353 251.84375Q310.56656 252.42188 310.56656 253.53125Q310.56656 254.625 310.01968 255.21875Q309.48843 255.79688 308.70718 255.79688Q307.92593 255.79688 307.4103 255.21875Q306.89468 254.64062 306.89468 253.46875ZM308.7228 251.98438Q308.33218 251.98438 308.06656 252.32812Q307.81656 252.67188 307.81656 253.57812Q307.81656 254.40625 308.06656 254.75Q308.33218 255.07812 308.7228 255.07812Q309.12906 255.07812 309.37906 254.73438Q309.64468 254.39062 309.64468 253.5Q309.64468 252.65625 309.37906 252.32812Q309.11343 251.98438 308.7228 251.98438ZM308.7228 260.3125L313.42593 251.26562L314.2853 251.26562L309.5978 260.3125L308.7228 260.3125ZM312.44156 257.98438Q312.44156 257.0625 312.89468 256.42188Q313.36343 255.78125 314.25406 255.78125Q315.06656 255.78125 315.5978 256.35938Q316.12906 256.92188 316.12906 258.04688Q316.12906 259.14062 315.58218 259.73438Q315.05093 260.3125 314.25406 260.3125Q313.48843 260.3125 312.95718 259.73438Q312.44156 259.15625 312.44156 257.98438ZM314.2853 256.5Q313.87906 256.5 313.61343 256.84375Q313.36343 257.1875 313.36343 258.09375Q313.36343 258.90625 313.62906 259.25Q313.89468 259.59375 314.2853 259.59375Q314.67593 259.59375 314.94156 259.25Q315.20718 258.90625 315.20718 258.0Q315.20718 257.17188 314.94156 256.84375Q314.67593 256.5 314.2853 256.5Z" fill-rule="nonzero"/><path fill="#666666" d="M296.6603 260.0L295.61343 260.0L295.61343 253.28125Q295.2228 253.64062 294.5978 254.01562Q293.98843 254.375 293.50406 254.54688L293.50406 253.53125Q294.37906 253.10938 295.0353 252.53125Q295.70718 251.9375 295.98843 251.375L296.6603 251.375L296.6603 260.0ZM299.69156 257.73438L300.75406 257.59375Q300.92593 258.48438 301.36343 258.89062Q301.80093 259.28125 302.42593 259.28125Q303.17593 259.28125 303.69156 258.76562Q304.20718 258.25 304.20718 257.48438Q304.20718 256.76562 303.7228 256.29688Q303.25406 255.8125 302.51968 255.8125Q302.2228 255.8125 301.76968 255.9375L301.89468 255.0Q302.00406 255.01562 302.06656 255.01562Q302.73843 255.01562 303.26968 254.67188Q303.81656 254.3125 303.81656 253.57812Q303.81656 253.0 303.42593 252.625Q303.0353 252.23438 302.4103 252.23438Q301.80093 252.23438 301.37906 252.625Q300.9728 253.01562 300.86343 253.78125L299.80093 253.59375Q299.98843 252.54688 300.67593 251.96875Q301.36343 251.375 302.37906 251.375Q303.08218 251.375 303.67593 251.6875Q304.26968 251.98438 304.58218 252.5Q304.89468 253.01562 304.89468 253.60938Q304.89468 254.15625 304.5978 254.625Q304.30093 255.07812 303.7228 255.34375Q304.4728 255.51562 304.89468 256.07812Q305.31656 256.625 305.31656 257.46875Q305.31656 258.59375 304.48843 259.375Q303.67593 260.15625 302.42593 260.15625Q301.30093 260.15625 300.55093 259.48438Q299.80093 258.79688 299.69156 257.73438ZM306.89468 253.46875Q306.89468 252.54688 307.3478 251.90625Q307.81656 251.26562 308.69156 251.26562Q309.50406 251.26562 310.0353 251.84375Q310.56656 252.42188 310.56656 253.53125Q310.56656 254.625 310.01968 255.21875Q309.48843 255.79688 308.70718 255.79688Q307.92593 255.79688 307.4103 255.21875Q306.89468 254.64062 306.89468 253.46875ZM308.7228 251.98438Q308.33218 251.98438 308.06656 252.32812Q307.81656 252.67188 307.81656 253.57812Q307.81656 254.40625 308.06656 254.75Q308.33218 255.07812 308.7228 255.07812Q309.12906 255.07812 309.37906 254.73438Q309.64468 254.39062 309.64468 253.5Q309.64468 252.65625 309.37906 252.32812Q309.11343 251.98438 308.7228 251.98438ZM308.7228 260.3125L313.42593 251.26562L314.2853 251.26562L309.5978 260.3125L308.7228 260.3125ZM312.44156 257.98438Q312.44156 257.0625 312.89468 256.42188Q313.36343 255.78125 314.25406 255.78125Q315.06656 255.78125 315.5978 256.35938Q316.12906 256.92188 316.12906 258.04688Q316.12906 259.14062 315.58218 259.73438Q315.05093 260.3125 314.25406 260.3125Q313.48843 260.3125 312.95718 259.73438Q312.44156 259.15625 312.44156 257.98438ZM314.2853 256.5Q313.87906 256.5 313.61343 256.84375Q313.36343 257.1875 313.36343 258.09375Q313.36343 258.90625 313.62906 259.25Q313.89468 259.59375 314.2853 259.59375Q314.67593 259.59375 314.94156 259.25Q315.20718 258.90625 315.20718 258.0Q315.20718 257.17188 314.94156 256.84375Q314.67593 256.5 314.2853 256.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.2225 289.0L291.17563 289.0L291.17563 282.28125Q290.785 282.64062 290.16 283.01562Q289.55063 283.375 289.06625 283.54688L289.06625 282.53125Q289.94125 282.10938 290.5975 281.53125Q291.26938 280.9375 291.55063 280.375L292.2225 280.375L292.2225 289.0ZM300.80063 287.98438L300.80063 289.0L295.11313 289.0Q295.11313 288.625 295.23813 288.26562Q295.45688 287.6875 295.92563 287.125Q296.41 286.5625 297.31625 285.82812Q298.7225 284.67188 299.20688 284.0Q299.70688 283.32812 299.70688 282.73438Q299.70688 282.10938 299.25375 281.6875Q298.80063 281.25 298.08188 281.25Q297.31625 281.25 296.86313 281.70312Q296.41 282.15625 296.39438 282.96875L295.31625 282.85938Q295.42563 281.64062 296.14438 281.01562Q296.87875 280.375 298.11313 280.375Q299.3475 280.375 300.06625 281.0625Q300.785 281.75 300.785 282.76562Q300.785 283.28125 300.56625 283.78125Q300.36313 284.26562 299.86313 284.82812Q299.37875 285.375 298.25375 286.32812Q297.30063 287.125 297.01938 287.42188Q296.75375 287.70312 296.58188 287.98438L300.80063 287.98438ZM302.45688 282.46875Q302.45688 281.54688 302.91 280.90625Q303.37875 280.26562 304.25375 280.26562Q305.06625 280.26562 305.5975 280.84375Q306.12875 281.42188 306.12875 282.53125Q306.12875 283.625 305.58188 284.21875Q305.05063 284.79688 304.26938 284.79688Q303.48813 284.79688 302.9725 284.21875Q302.45688 283.64062 302.45688 282.46875ZM304.285 280.98438Q303.89438 280.98438 303.62875 281.32812Q303.37875 281.67188 303.37875 282.57812Q303.37875 283.40625 303.62875 283.75Q303.89438 284.07812 304.285 284.07812Q304.69125 284.07812 304.94125 283.73438Q305.20688 283.39062 305.20688 282.5Q305.20688 281.65625 304.94125 281.32812Q304.67563 280.98438 304.285 280.98438ZM304.285 289.3125L308.98813 280.26562L309.8475 280.26562L305.16 289.3125L304.285 289.3125ZM308.00375 286.98438Q308.00375 286.0625 308.45688 285.42188Q308.92563 284.78125 309.81625 284.78125Q310.62875 284.78125 311.16 285.35938Q311.69125 285.92188 311.69125 287.04688Q311.69125 288.14062 311.14438 288.73438Q310.61313 289.3125 309.81625 289.3125Q309.05063 289.3125 308.51938 288.73438Q308.00375 288.15625 308.00375 286.98438ZM309.8475 285.5Q309.44125 285.5 309.17563 285.84375Q308.92563 286.1875 308.92563 287.09375Q308.92563 287.90625 309.19125 288.25Q309.45688 288.59375 309.8475 288.59375Q310.23813 288.59375 310.50375 288.25Q310.76938 287.90625 310.76938 287.0Q310.76938 286.17188 310.50375 285.84375Q310.23813 285.5 309.8475 285.5Z" fill-rule="nonzero"/><path fill="#666666" d="M292.2225 289.0L291.17563 289.0L291.17563 282.28125Q290.785 282.64062 290.16 283.01562Q289.55063 283.375 289.06625 283.54688L289.06625 282.53125Q289.94125 282.10938 290.5975 281.53125Q291.26938 280.9375 291.55063 280.375L292.2225 280.375L292.2225 289.0ZM300.80063 287.98438L300.80063 289.0L295.11313 289.0Q295.11313 288.625 295.23813 288.26562Q295.45688 287.6875 295.92563 287.125Q296.41 286.5625 297.31625 285.82812Q298.7225 284.67188 299.20688 284.0Q299.70688 283.32812 299.70688 282.73438Q299.70688 282.10938 299.25375 281.6875Q298.80063 281.25 298.08188 281.25Q297.31625 281.25 296.86313 281.70312Q296.41 282.15625 296.39438 282.96875L295.31625 282.85938Q295.42563 281.64062 296.14438 281.01562Q296.87875 280.375 298.11313 280.375Q299.3475 280.375 300.06625 281.0625Q300.785 281.75 300.785 282.76562Q300.785 283.28125 300.56625 283.78125Q300.36313 284.26562 299.86313 284.82812Q299.37875 285.375 298.25375 286.32812Q297.30063 287.125 297.01938 287.42188Q296.75375 287.70312 296.58188 287.98438L300.80063 287.98438ZM302.45688 282.46875Q302.45688 281.54688 302.91 280.90625Q303.37875 280.26562 304.25375 280.26562Q305.06625 280.26562 305.5975 280.84375Q306.12875 281.42188 306.12875 282.53125Q306.12875 283.625 305.58188 284.21875Q305.05063 284.79688 304.26938 284.79688Q303.48813 284.79688 302.9725 284.21875Q302.45688 283.64062 302.45688 282.46875ZM304.285 280.98438Q303.89438 280.98438 303.62875 281.32812Q303.37875 281.67188 303.37875 282.57812Q303.37875 283.40625 303.62875 283.75Q303.89438 284.07812 304.285 284.07812Q304.69125 284.07812 304.94125 283.73438Q305.20688 283.39062 305.20688 282.5Q305.20688 281.65625 304.94125 281.32812Q304.67563 280.98438 304.285 280.98438ZM304.285 289.3125L308.98813 280.26562L309.8475 280.26562L305.16 289.3125L304.285 289.3125ZM308.00375 286.98438Q308.00375 286.0625 308.45688 285.42188Q308.92563 284.78125 309.81625 284.78125Q310.62875 284.78125 311.16 285.35938Q311.69125 285.92188 311.69125 287.04688Q311.69125 288.14062 311.14438 288.73438Q310.61313 289.3125 309.81625 289.3125Q309.05063 289.3125 308.51938 288.73438Q308.00375 288.15625 308.00375 286.98438ZM309.8475 285.5Q309.44125 285.5 309.17563 285.84375Q308.92563 286.1875 308.92563 287.09375Q308.92563 287.90625 309.19125 288.25Q309.45688 288.59375 309.8475 288.59375Q310.23813 288.59375 310.50375 288.25Q310.76938 287.90625 310.76938 287.0Q310.76938 286.17188 310.50375 285.84375Q310.23813 285.5 309.8475 285.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.2225 318.0L291.17563 318.0L291.17563 311.28125Q290.785 311.64062 290.16 312.01562Q289.55063 312.375 289.06625 312.54688L289.06625 311.53125Q289.94125 311.10938 290.5975 310.53125Q291.26938 309.9375 291.55063 309.375L292.2225 309.375L292.2225 318.0ZM300.80063 316.98438L300.80063 318.0L295.11313 318.0Q295.11313 317.625 295.23813 317.26562Q295.45688 316.6875 295.92563 316.125Q296.41 315.5625 297.31625 314.82812Q298.7225 313.67188 299.20688 313.0Q299.70688 312.32812 299.70688 311.73438Q299.70688 311.10938 299.25375 310.6875Q298.80063 310.25 298.08188 310.25Q297.31625 310.25 296.86313 310.70312Q296.41 311.15625 296.39438 311.96875L295.31625 311.85938Q295.42563 310.64062 296.14438 310.01562Q296.87875 309.375 298.11313 309.375Q299.3475 309.375 300.06625 310.0625Q300.785 310.75 300.785 311.76562Q300.785 312.28125 300.56625 312.78125Q300.36313 313.26562 299.86313 313.82812Q299.37875 314.375 298.25375 315.32812Q297.30063 316.125 297.01938 316.42188Q296.75375 316.70312 296.58188 316.98438L300.80063 316.98438ZM302.45688 311.46875Q302.45688 310.54688 302.91 309.90625Q303.37875 309.26562 304.25375 309.26562Q305.06625 309.26562 305.5975 309.84375Q306.12875 310.42188 306.12875 311.53125Q306.12875 312.625 305.58188 313.21875Q305.05063 313.79688 304.26938 313.79688Q303.48813 313.79688 302.9725 313.21875Q302.45688 312.64062 302.45688 311.46875ZM304.285 309.98438Q303.89438 309.98438 303.62875 310.32812Q303.37875 310.67188 303.37875 311.57812Q303.37875 312.40625 303.62875 312.75Q303.89438 313.07812 304.285 313.07812Q304.69125 313.07812 304.94125 312.73438Q305.20688 312.39062 305.20688 311.5Q305.20688 310.65625 304.94125 310.32812Q304.67563 309.98438 304.285 309.98438ZM304.285 318.3125L308.98813 309.26562L309.8475 309.26562L305.16 318.3125L304.285 318.3125ZM308.00375 315.98438Q308.00375 315.0625 308.45688 314.42188Q308.92563 313.78125 309.81625 313.78125Q310.62875 313.78125 311.16 314.35938Q311.69125 314.92188 311.69125 316.04688Q311.69125 317.14062 311.14438 317.73438Q310.61313 318.3125 309.81625 318.3125Q309.05063 318.3125 308.51938 317.73438Q308.00375 317.15625 308.00375 315.98438ZM309.8475 314.5Q309.44125 314.5 309.17563 314.84375Q308.92563 315.1875 308.92563 316.09375Q308.92563 316.90625 309.19125 317.25Q309.45688 317.59375 309.8475 317.59375Q310.23813 317.59375 310.50375 317.25Q310.76938 316.90625 310.76938 316.0Q310.76938 315.17188 310.50375 314.84375Q310.23813 314.5 309.8475 314.5Z" fill-rule="nonzero"/><path fill="#666666" d="M292.2225 318.0L291.17563 318.0L291.17563 311.28125Q290.785 311.64062 290.16 312.01562Q289.55063 312.375 289.06625 312.54688L289.06625 311.53125Q289.94125 311.10938 290.5975 310.53125Q291.26938 309.9375 291.55063 309.375L292.2225 309.375L292.2225 318.0ZM300.80063 316.98438L300.80063 318.0L295.11313 318.0Q295.11313 317.625 295.23813 317.26562Q295.45688 316.6875 295.92563 316.125Q296.41 315.5625 297.31625 314.82812Q298.7225 313.67188 299.20688 313.0Q299.70688 312.32812 299.70688 311.73438Q299.70688 311.10938 299.25375 310.6875Q298.80063 310.25 298.08188 310.25Q297.31625 310.25 296.86313 310.70312Q296.41 311.15625 296.39438 311.96875L295.31625 311.85938Q295.42563 310.64062 296.14438 310.01562Q296.87875 309.375 298.11313 309.375Q299.3475 309.375 300.06625 310.0625Q300.785 310.75 300.785 311.76562Q300.785 312.28125 300.56625 312.78125Q300.36313 313.26562 299.86313 313.82812Q299.37875 314.375 298.25375 315.32812Q297.30063 316.125 297.01938 316.42188Q296.75375 316.70312 296.58188 316.98438L300.80063 316.98438ZM302.45688 311.46875Q302.45688 310.54688 302.91 309.90625Q303.37875 309.26562 304.25375 309.26562Q305.06625 309.26562 305.5975 309.84375Q306.12875 310.42188 306.12875 311.53125Q306.12875 312.625 305.58188 313.21875Q305.05063 313.79688 304.26938 313.79688Q303.48813 313.79688 302.9725 313.21875Q302.45688 312.64062 302.45688 311.46875ZM304.285 309.98438Q303.89438 309.98438 303.62875 310.32812Q303.37875 310.67188 303.37875 311.57812Q303.37875 312.40625 303.62875 312.75Q303.89438 313.07812 304.285 313.07812Q304.69125 313.07812 304.94125 312.73438Q305.20688 312.39062 305.20688 311.5Q305.20688 310.65625 304.94125 310.32812Q304.67563 309.98438 304.285 309.98438ZM304.285 318.3125L308.98813 309.26562L309.8475 309.26562L305.16 318.3125L304.285 318.3125ZM308.00375 315.98438Q308.00375 315.0625 308.45688 314.42188Q308.92563 313.78125 309.81625 313.78125Q310.62875 313.78125 311.16 314.35938Q311.69125 314.92188 311.69125 316.04688Q311.69125 317.14062 311.14438 317.73438Q310.61313 318.3125 309.81625 318.3125Q309.05063 318.3125 308.51938 317.73438Q308.00375 317.15625 308.00375 315.98438ZM309.8475 314.5Q309.44125 314.5 309.17563 314.84375Q308.92563 315.1875 308.92563 316.09375Q308.92563 316.90625 309.19125 317.25Q309.45688 317.59375 309.8475 317.59375Q310.23813 317.59375 310.50375 317.25Q310.76938 316.90625 310.76938 316.0Q310.76938 315.17188 310.50375 314.84375Q310.23813 314.5 309.8475 314.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.1275 343.34375Q271.47125 343.09375 271.14313 342.65625Q270.83063 342.20312 270.83063 341.59375Q270.83063 340.65625 271.5025 340.01562Q272.19 339.375 273.29938 339.375Q274.42438 339.375 275.11188 340.03125Q275.79938 340.6875 275.79938 341.625Q275.79938 342.21875 275.48688 342.65625Q275.17438 343.09375 274.53375 343.34375Q275.33063 343.59375 275.73688 344.17188Q276.14313 344.75 276.14313 345.54688Q276.14313 346.64062 275.36188 347.39062Q274.59625 348.14062 273.315 348.14062Q272.04938 348.14062 271.26813 347.39062Q270.48688 346.64062 270.48688 345.51562Q270.48688 344.67188 270.90875 344.10938Q271.34625 343.54688 272.1275 343.34375ZM271.90875 341.54688Q271.90875 342.15625 272.29938 342.54688Q272.70563 342.9375 273.33063 342.9375Q273.94 342.9375 274.33063 342.5625Q274.72125 342.17188 274.72125 341.60938Q274.72125 341.03125 274.315 340.64062Q273.90875 340.23438 273.315 340.23438Q272.70563 340.23438 272.29938 340.625Q271.90875 341.01562 271.90875 341.54688ZM271.58063 345.51562Q271.58063 345.96875 271.78375 346.39062Q272.0025 346.8125 272.42438 347.04688Q272.84625 347.28125 273.33063 347.28125Q274.08063 347.28125 274.565 346.79688Q275.065 346.3125 275.065 345.5625Q275.065 344.79688 274.565 344.29688Q274.065 343.79688 273.29938 343.79688Q272.54938 343.79688 272.065 344.29688Q271.58063 344.78125 271.58063 345.51562ZM277.70563 341.46875Q277.70563 340.54688 278.15875 339.90625Q278.6275 339.26562 279.5025 339.26562Q280.315 339.26562 280.84625 339.84375Q281.3775 340.42188 281.3775 341.53125Q281.3775 342.625 280.83063 343.21875Q280.29938 343.79688 279.51813 343.79688Q278.73688 343.79688 278.22125 343.21875Q277.70563 342.64062 277.70563 341.46875ZM279.53375 339.98438Q279.14313 339.98438 278.8775 340.32812Q278.6275 340.67188 278.6275 341.57812Q278.6275 342.40625 278.8775 342.75Q279.14313 343.07812 279.53375 343.07812Q279.94 343.07812 280.19 342.73438Q280.45563 342.39062 280.45563 341.5Q280.45563 340.65625 280.19 340.32812Q279.92438 339.98438 279.53375 339.98438ZM279.53375 348.3125L284.23688 339.26562L285.09625 339.26562L280.40875 348.3125L279.53375 348.3125ZM283.2525 345.98438Q283.2525 345.0625 283.70563 344.42188Q284.17438 343.78125 285.065 343.78125Q285.8775 343.78125 286.40875 344.35938Q286.94 344.92188 286.94 346.04688Q286.94 347.14062 286.39313 347.73438Q285.86188 348.3125 285.065 348.3125Q284.29938 348.3125 283.76813 347.73438Q283.2525 347.15625 283.2525 345.98438ZM285.09625 344.5Q284.69 344.5 284.42438 344.84375Q284.17438 345.1875 284.17438 346.09375Q284.17438 346.90625 284.44 347.25Q284.70563 347.59375 285.09625 347.59375Q285.48688 347.59375 285.7525 347.25Q286.01813 346.90625 286.01813 346.0Q286.01813 345.17188 285.7525 344.84375Q285.48688 344.5 285.09625 344.5Z" fill-rule="nonzero"/><path fill="#666666" d="M272.1275 343.34375Q271.47125 343.09375 271.14313 342.65625Q270.83063 342.20312 270.83063 341.59375Q270.83063 340.65625 271.5025 340.01562Q272.19 339.375 273.29938 339.375Q274.42438 339.375 275.11188 340.03125Q275.79938 340.6875 275.79938 341.625Q275.79938 342.21875 275.48688 342.65625Q275.17438 343.09375 274.53375 343.34375Q275.33063 343.59375 275.73688 344.17188Q276.14313 344.75 276.14313 345.54688Q276.14313 346.64062 275.36188 347.39062Q274.59625 348.14062 273.315 348.14062Q272.04938 348.14062 271.26813 347.39062Q270.48688 346.64062 270.48688 345.51562Q270.48688 344.67188 270.90875 344.10938Q271.34625 343.54688 272.1275 343.34375ZM271.90875 341.54688Q271.90875 342.15625 272.29938 342.54688Q272.70563 342.9375 273.33063 342.9375Q273.94 342.9375 274.33063 342.5625Q274.72125 342.17188 274.72125 341.60938Q274.72125 341.03125 274.315 340.64062Q273.90875 340.23438 273.315 340.23438Q272.70563 340.23438 272.29938 340.625Q271.90875 341.01562 271.90875 341.54688ZM271.58063 345.51562Q271.58063 345.96875 271.78375 346.39062Q272.0025 346.8125 272.42438 347.04688Q272.84625 347.28125 273.33063 347.28125Q274.08063 347.28125 274.565 346.79688Q275.065 346.3125 275.065 345.5625Q275.065 344.79688 274.565 344.29688Q274.065 343.79688 273.29938 343.79688Q272.54938 343.79688 272.065 344.29688Q271.58063 344.78125 271.58063 345.51562ZM277.70563 341.46875Q277.70563 340.54688 278.15875 339.90625Q278.6275 339.26562 279.5025 339.26562Q280.315 339.26562 280.84625 339.84375Q281.3775 340.42188 281.3775 341.53125Q281.3775 342.625 280.83063 343.21875Q280.29938 343.79688 279.51813 343.79688Q278.73688 343.79688 278.22125 343.21875Q277.70563 342.64062 277.70563 341.46875ZM279.53375 339.98438Q279.14313 339.98438 278.8775 340.32812Q278.6275 340.67188 278.6275 341.57812Q278.6275 342.40625 278.8775 342.75Q279.14313 343.07812 279.53375 343.07812Q279.94 343.07812 280.19 342.73438Q280.45563 342.39062 280.45563 341.5Q280.45563 340.65625 280.19 340.32812Q279.92438 339.98438 279.53375 339.98438ZM279.53375 348.3125L284.23688 339.26562L285.09625 339.26562L280.40875 348.3125L279.53375 348.3125ZM283.2525 345.98438Q283.2525 345.0625 283.70563 344.42188Q284.17438 343.78125 285.065 343.78125Q285.8775 343.78125 286.40875 344.35938Q286.94 344.92188 286.94 346.04688Q286.94 347.14062 286.39313 347.73438Q285.86188 348.3125 285.065 348.3125Q284.29938 348.3125 283.76813 347.73438Q283.2525 347.15625 283.2525 345.98438ZM285.09625 344.5Q284.69 344.5 284.42438 344.84375Q284.17438 345.1875 284.17438 346.09375Q284.17438 346.90625 284.44 347.25Q284.70563 347.59375 285.09625 347.59375Q285.48688 347.59375 285.7525 347.25Q286.01813 346.90625 286.01813 346.0Q286.01813 345.17188 285.7525 344.84375Q285.48688 344.5 285.09625 344.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M267.0956 370.51562L266.04874 370.59375Q265.9081 369.96875 265.6581 369.6875Q265.2206 369.23438 264.5956 369.23438Q264.0956 369.23438 263.705 369.51562Q263.2206 369.89062 262.92374 370.59375Q262.6425 371.28125 262.62686 372.5625Q263.00186 371.98438 263.54874 371.70312Q264.11124 371.42188 264.7206 371.42188Q265.7675 371.42188 266.50186 372.20312Q267.25186 372.98438 267.25186 374.20312Q267.25186 375.01562 266.8925 375.71875Q266.54874 376.40625 265.93936 376.78125Q265.33 377.14062 264.56436 377.14062Q263.23624 377.14062 262.4081 376.17188Q261.58 375.20312 261.58 372.98438Q261.58 370.48438 262.50186 369.35938Q263.29874 368.375 264.6581 368.375Q265.67374 368.375 266.31436 368.95312Q266.9706 369.51562 267.0956 370.51562ZM262.79874 374.21875Q262.79874 374.76562 263.0175 375.26562Q263.25186 375.75 263.6581 376.01562Q264.08 376.28125 264.54874 376.28125Q265.205 376.28125 265.68936 375.75Q266.17374 375.20312 266.17374 374.28125Q266.17374 373.39062 265.68936 372.875Q265.2206 372.35938 264.50186 372.35938Q263.7831 372.35938 263.2831 372.875Q262.79874 373.39062 262.79874 374.21875ZM268.83 370.46875Q268.83 369.54688 269.2831 368.90625Q269.75186 368.26562 270.62686 368.26562Q271.43936 368.26562 271.9706 368.84375Q272.50186 369.42188 272.50186 370.53125Q272.50186 371.625 271.955 372.21875Q271.42374 372.79688 270.6425 372.79688Q269.86124 372.79688 269.3456 372.21875Q268.83 371.64062 268.83 370.46875ZM270.6581 368.98438Q270.2675 368.98438 270.00186 369.32812Q269.75186 369.67188 269.75186 370.57812Q269.75186 371.40625 270.00186 371.75Q270.2675 372.07812 270.6581 372.07812Q271.06436 372.07812 271.31436 371.73438Q271.58 371.39062 271.58 370.5Q271.58 369.65625 271.31436 369.32812Q271.04874 368.98438 270.6581 368.98438ZM270.6581 377.3125L275.36124 368.26562L276.2206 368.26562L271.5331 377.3125L270.6581 377.3125ZM274.37686 374.98438Q274.37686 374.0625 274.83 373.42188Q275.29874 372.78125 276.18936 372.78125Q277.00186 372.78125 277.5331 373.35938Q278.06436 373.92188 278.06436 375.04688Q278.06436 376.14062 277.5175 376.73438Q276.98624 377.3125 276.18936 377.3125Q275.42374 377.3125 274.8925 376.73438Q274.37686 376.15625 274.37686 374.98438ZM276.2206 373.5Q275.81436 373.5 275.54874 373.84375Q275.29874 374.1875 275.29874 375.09375Q275.29874 375.90625 275.56436 376.25Q275.83 376.59375 276.2206 376.59375Q276.61124 376.59375 276.87686 376.25Q277.1425 375.90625 277.1425 375.0Q277.1425 374.17188 276.87686 373.84375Q276.61124 373.5 276.2206 373.5Z" fill-rule="nonzero"/><path fill="#666666" d="M267.0956 370.51562L266.04874 370.59375Q265.9081 369.96875 265.6581 369.6875Q265.2206 369.23438 264.5956 369.23438Q264.0956 369.23438 263.705 369.51562Q263.2206 369.89062 262.92374 370.59375Q262.6425 371.28125 262.62686 372.5625Q263.00186 371.98438 263.54874 371.70312Q264.11124 371.42188 264.7206 371.42188Q265.7675 371.42188 266.50186 372.20312Q267.25186 372.98438 267.25186 374.20312Q267.25186 375.01562 266.8925 375.71875Q266.54874 376.40625 265.93936 376.78125Q265.33 377.14062 264.56436 377.14062Q263.23624 377.14062 262.4081 376.17188Q261.58 375.20312 261.58 372.98438Q261.58 370.48438 262.50186 369.35938Q263.29874 368.375 264.6581 368.375Q265.67374 368.375 266.31436 368.95312Q266.9706 369.51562 267.0956 370.51562ZM262.79874 374.21875Q262.79874 374.76562 263.0175 375.26562Q263.25186 375.75 263.6581 376.01562Q264.08 376.28125 264.54874 376.28125Q265.205 376.28125 265.68936 375.75Q266.17374 375.20312 266.17374 374.28125Q266.17374 373.39062 265.68936 372.875Q265.2206 372.35938 264.50186 372.35938Q263.7831 372.35938 263.2831 372.875Q262.79874 373.39062 262.79874 374.21875ZM268.83 370.46875Q268.83 369.54688 269.2831 368.90625Q269.75186 368.26562 270.62686 368.26562Q271.43936 368.26562 271.9706 368.84375Q272.50186 369.42188 272.50186 370.53125Q272.50186 371.625 271.955 372.21875Q271.42374 372.79688 270.6425 372.79688Q269.86124 372.79688 269.3456 372.21875Q268.83 371.64062 268.83 370.46875ZM270.6581 368.98438Q270.2675 368.98438 270.00186 369.32812Q269.75186 369.67188 269.75186 370.57812Q269.75186 371.40625 270.00186 371.75Q270.2675 372.07812 270.6581 372.07812Q271.06436 372.07812 271.31436 371.73438Q271.58 371.39062 271.58 370.5Q271.58 369.65625 271.31436 369.32812Q271.04874 368.98438 270.6581 368.98438ZM270.6581 377.3125L275.36124 368.26562L276.2206 368.26562L271.5331 377.3125L270.6581 377.3125ZM274.37686 374.98438Q274.37686 374.0625 274.83 373.42188Q275.29874 372.78125 276.18936 372.78125Q277.00186 372.78125 277.5331 373.35938Q278.06436 373.92188 278.06436 375.04688Q278.06436 376.14062 277.5175 376.73438Q276.98624 377.3125 276.18936 377.3125Q275.42374 377.3125 274.8925 376.73438Q274.37686 376.15625 274.37686 374.98438ZM276.2206 373.5Q275.81436 373.5 275.54874 373.84375Q275.29874 374.1875 275.29874 375.09375Q275.29874 375.90625 275.56436 376.25Q275.83 376.59375 276.2206 376.59375Q276.61124 376.59375 276.87686 376.25Q277.1425 375.90625 277.1425 375.0Q277.1425 374.17188 276.87686 373.84375Q276.61124 373.5 276.2206 373.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M267.0956 399.51562L266.04874 399.59375Q265.9081 398.96875 265.6581 398.6875Q265.2206 398.23438 264.5956 398.23438Q264.0956 398.23438 263.705 398.51562Q263.2206 398.89062 262.92374 399.59375Q262.6425 400.28125 262.62686 401.5625Q263.00186 400.98438 263.54874 400.70312Q264.11124 400.42188 264.7206 400.42188Q265.7675 400.42188 266.50186 401.20312Q267.25186 401.98438 267.25186 403.20312Q267.25186 404.01562 266.8925 404.71875Q266.54874 405.40625 265.93936 405.78125Q265.33 406.14062 264.56436 406.14062Q263.23624 406.14062 262.4081 405.17188Q261.58 404.20312 261.58 401.98438Q261.58 399.48438 262.50186 398.35938Q263.29874 397.375 264.6581 397.375Q265.67374 397.375 266.31436 397.95312Q266.9706 398.51562 267.0956 399.51562ZM262.79874 403.21875Q262.79874 403.76562 263.0175 404.26562Q263.25186 404.75 263.6581 405.01562Q264.08 405.28125 264.54874 405.28125Q265.205 405.28125 265.68936 404.75Q266.17374 404.20312 266.17374 403.28125Q266.17374 402.39062 265.68936 401.875Q265.2206 401.35938 264.50186 401.35938Q263.7831 401.35938 263.2831 401.875Q262.79874 402.39062 262.79874 403.21875ZM268.83 399.46875Q268.83 398.54688 269.2831 397.90625Q269.75186 397.26562 270.62686 397.26562Q271.43936 397.26562 271.9706 397.84375Q272.50186 398.42188 272.50186 399.53125Q272.50186 400.625 271.955 401.21875Q271.42374 401.79688 270.6425 401.79688Q269.86124 401.79688 269.3456 401.21875Q268.83 400.64062 268.83 399.46875ZM270.6581 397.98438Q270.2675 397.98438 270.00186 398.32812Q269.75186 398.67188 269.75186 399.57812Q269.75186 400.40625 270.00186 400.75Q270.2675 401.07812 270.6581 401.07812Q271.06436 401.07812 271.31436 400.73438Q271.58 400.39062 271.58 399.5Q271.58 398.65625 271.31436 398.32812Q271.04874 397.98438 270.6581 397.98438ZM270.6581 406.3125L275.36124 397.26562L276.2206 397.26562L271.5331 406.3125L270.6581 406.3125ZM274.37686 403.98438Q274.37686 403.0625 274.83 402.42188Q275.29874 401.78125 276.18936 401.78125Q277.00186 401.78125 277.5331 402.35938Q278.06436 402.92188 278.06436 404.04688Q278.06436 405.14062 277.5175 405.73438Q276.98624 406.3125 276.18936 406.3125Q275.42374 406.3125 274.8925 405.73438Q274.37686 405.15625 274.37686 403.98438ZM276.2206 402.5Q275.81436 402.5 275.54874 402.84375Q275.29874 403.1875 275.29874 404.09375Q275.29874 404.90625 275.56436 405.25Q275.83 405.59375 276.2206 405.59375Q276.61124 405.59375 276.87686 405.25Q277.1425 404.90625 277.1425 404.0Q277.1425 403.17188 276.87686 402.84375Q276.61124 402.5 276.2206 402.5Z" fill-rule="nonzero"/><path fill="#666666" d="M267.0956 399.51562L266.04874 399.59375Q265.9081 398.96875 265.6581 398.6875Q265.2206 398.23438 264.5956 398.23438Q264.0956 398.23438 263.705 398.51562Q263.2206 398.89062 262.92374 399.59375Q262.6425 400.28125 262.62686 401.5625Q263.00186 400.98438 263.54874 400.70312Q264.11124 400.42188 264.7206 400.42188Q265.7675 400.42188 266.50186 401.20312Q267.25186 401.98438 267.25186 403.20312Q267.25186 404.01562 266.8925 404.71875Q266.54874 405.40625 265.93936 405.78125Q265.33 406.14062 264.56436 406.14062Q263.23624 406.14062 262.4081 405.17188Q261.58 404.20312 261.58 401.98438Q261.58 399.48438 262.50186 398.35938Q263.29874 397.375 264.6581 397.375Q265.67374 397.375 266.31436 397.95312Q266.9706 398.51562 267.0956 399.51562ZM262.79874 403.21875Q262.79874 403.76562 263.0175 404.26562Q263.25186 404.75 263.6581 405.01562Q264.08 405.28125 264.54874 405.28125Q265.205 405.28125 265.68936 404.75Q266.17374 404.20312 266.17374 403.28125Q266.17374 402.39062 265.68936 401.875Q265.2206 401.35938 264.50186 401.35938Q263.7831 401.35938 263.2831 401.875Q262.79874 402.39062 262.79874 403.21875ZM268.83 399.46875Q268.83 398.54688 269.2831 397.90625Q269.75186 397.26562 270.62686 397.26562Q271.43936 397.26562 271.9706 397.84375Q272.50186 398.42188 272.50186 399.53125Q272.50186 400.625 271.955 401.21875Q271.42374 401.79688 270.6425 401.79688Q269.86124 401.79688 269.3456 401.21875Q268.83 400.64062 268.83 399.46875ZM270.6581 397.98438Q270.2675 397.98438 270.00186 398.32812Q269.75186 398.67188 269.75186 399.57812Q269.75186 400.40625 270.00186 400.75Q270.2675 401.07812 270.6581 401.07812Q271.06436 401.07812 271.31436 400.73438Q271.58 400.39062 271.58 399.5Q271.58 398.65625 271.31436 398.32812Q271.04874 397.98438 270.6581 397.98438ZM270.6581 406.3125L275.36124 397.26562L276.2206 397.26562L271.5331 406.3125L270.6581 406.3125ZM274.37686 403.98438Q274.37686 403.0625 274.83 402.42188Q275.29874 401.78125 276.18936 401.78125Q277.00186 401.78125 277.5331 402.35938Q278.06436 402.92188 278.06436 404.04688Q278.06436 405.14062 277.5175 405.73438Q276.98624 406.3125 276.18936 406.3125Q275.42374 406.3125 274.8925 405.73438Q274.37686 405.15625 274.37686 403.98438ZM276.2206 402.5Q275.81436 402.5 275.54874 402.84375Q275.29874 403.1875 275.29874 404.09375Q275.29874 404.90625 275.56436 405.25Q275.83 405.59375 276.2206 405.59375Q276.61124 405.59375 276.87686 405.25Q277.1425 404.90625 277.1425 404.0Q277.1425 403.17188 276.87686 402.84375Q276.61124 402.5 276.2206 402.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.18906 432.75L258.29843 432.65625Q258.42343 433.46875 258.86093 433.875Q259.31406 434.28125 259.95468 434.28125Q260.70468 434.28125 261.23593 433.70312Q261.76718 433.125 261.76718 432.1875Q261.76718 431.28125 261.25156 430.76562Q260.75156 430.23438 259.92343 430.23438Q259.42343 430.23438 259.00156 430.46875Q258.5953 430.70312 258.36093 431.0625L257.37656 430.9375L258.20468 426.53125L262.48593 426.53125L262.48593 427.53125L259.04843 427.53125L258.5953 429.84375Q259.36093 429.29688 260.20468 429.29688Q261.32968 429.29688 262.0953 430.07812Q262.87656 430.85938 262.87656 432.09375Q262.87656 433.25 262.20468 434.10938Q261.37656 435.14062 259.95468 435.14062Q258.7828 435.14062 258.0328 434.48438Q257.29843 433.82812 257.18906 432.75ZM264.39218 428.46875Q264.39218 427.54688 264.8453 426.90625Q265.31406 426.26562 266.18906 426.26562Q267.00156 426.26562 267.5328 426.84375Q268.06406 427.42188 268.06406 428.53125Q268.06406 429.625 267.51718 430.21875Q266.98593 430.79688 266.20468 430.79688Q265.42343 430.79688 264.9078 430.21875Q264.39218 429.64062 264.39218 428.46875ZM266.2203 426.98438Q265.82968 426.98438 265.56406 427.32812Q265.31406 427.67188 265.31406 428.57812Q265.31406 429.40625 265.56406 429.75Q265.82968 430.07812 266.2203 430.07812Q266.62656 430.07812 266.87656 429.73438Q267.14218 429.39062 267.14218 428.5Q267.14218 427.65625 266.87656 427.32812Q266.61093 426.98438 266.2203 426.98438ZM266.2203 435.3125L270.92343 426.26562L271.7828 426.26562L267.0953 435.3125L266.2203 435.3125ZM269.93906 432.98438Q269.93906 432.0625 270.39218 431.42188Q270.86093 430.78125 271.75156 430.78125Q272.56406 430.78125 273.0953 431.35938Q273.62656 431.92188 273.62656 433.04688Q273.62656 434.14062 273.07968 434.73438Q272.54843 435.3125 271.75156 435.3125Q270.98593 435.3125 270.45468 434.73438Q269.93906 434.15625 269.93906 432.98438ZM271.7828 431.5Q271.37656 431.5 271.11093 431.84375Q270.86093 432.1875 270.86093 433.09375Q270.86093 433.90625 271.12656 434.25Q271.39218 434.59375 271.7828 434.59375Q272.17343 434.59375 272.43906 434.25Q272.70468 433.90625 272.70468 433.0Q272.70468 432.17188 272.43906 431.84375Q272.17343 431.5 271.7828 431.5Z" fill-rule="nonzero"/><path fill="#666666" d="M257.18906 432.75L258.29843 432.65625Q258.42343 433.46875 258.86093 433.875Q259.31406 434.28125 259.95468 434.28125Q260.70468 434.28125 261.23593 433.70312Q261.76718 433.125 261.76718 432.1875Q261.76718 431.28125 261.25156 430.76562Q260.75156 430.23438 259.92343 430.23438Q259.42343 430.23438 259.00156 430.46875Q258.5953 430.70312 258.36093 431.0625L257.37656 430.9375L258.20468 426.53125L262.48593 426.53125L262.48593 427.53125L259.04843 427.53125L258.5953 429.84375Q259.36093 429.29688 260.20468 429.29688Q261.32968 429.29688 262.0953 430.07812Q262.87656 430.85938 262.87656 432.09375Q262.87656 433.25 262.20468 434.10938Q261.37656 435.14062 259.95468 435.14062Q258.7828 435.14062 258.0328 434.48438Q257.29843 433.82812 257.18906 432.75ZM264.39218 428.46875Q264.39218 427.54688 264.8453 426.90625Q265.31406 426.26562 266.18906 426.26562Q267.00156 426.26562 267.5328 426.84375Q268.06406 427.42188 268.06406 428.53125Q268.06406 429.625 267.51718 430.21875Q266.98593 430.79688 266.20468 430.79688Q265.42343 430.79688 264.9078 430.21875Q264.39218 429.64062 264.39218 428.46875ZM266.2203 426.98438Q265.82968 426.98438 265.56406 427.32812Q265.31406 427.67188 265.31406 428.57812Q265.31406 429.40625 265.56406 429.75Q265.82968 430.07812 266.2203 430.07812Q266.62656 430.07812 266.87656 429.73438Q267.14218 429.39062 267.14218 428.5Q267.14218 427.65625 266.87656 427.32812Q266.61093 426.98438 266.2203 426.98438ZM266.2203 435.3125L270.92343 426.26562L271.7828 426.26562L267.0953 435.3125L266.2203 435.3125ZM269.93906 432.98438Q269.93906 432.0625 270.39218 431.42188Q270.86093 430.78125 271.75156 430.78125Q272.56406 430.78125 273.0953 431.35938Q273.62656 431.92188 273.62656 433.04688Q273.62656 434.14062 273.07968 434.73438Q272.54843 435.3125 271.75156 435.3125Q270.98593 435.3125 270.45468 434.73438Q269.93906 434.15625 269.93906 432.98438ZM271.7828 431.5Q271.37656 431.5 271.11093 431.84375Q270.86093 432.1875 270.86093 433.09375Q270.86093 433.90625 271.12656 434.25Q271.39218 434.59375 271.7828 434.59375Q272.17343 434.59375 272.43906 434.25Q272.70468 433.90625 272.70468 433.0Q272.70468 432.17188 272.43906 431.84375Q272.17343 431.5 271.7828 431.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.18906 461.75L258.29843 461.65625Q258.42343 462.46875 258.86093 462.875Q259.31406 463.28125 259.95468 463.28125Q260.70468 463.28125 261.23593 462.70312Q261.76718 462.125 261.76718 461.1875Q261.76718 460.28125 261.25156 459.76562Q260.75156 459.23438 259.92343 459.23438Q259.42343 459.23438 259.00156 459.46875Q258.5953 459.70312 258.36093 460.0625L257.37656 459.9375L258.20468 455.53125L262.48593 455.53125L262.48593 456.53125L259.04843 456.53125L258.5953 458.84375Q259.36093 458.29688 260.20468 458.29688Q261.32968 458.29688 262.0953 459.07812Q262.87656 459.85938 262.87656 461.09375Q262.87656 462.25 262.20468 463.10938Q261.37656 464.14062 259.95468 464.14062Q258.7828 464.14062 258.0328 463.48438Q257.29843 462.82812 257.18906 461.75ZM264.39218 457.46875Q264.39218 456.54688 264.8453 455.90625Q265.31406 455.26562 266.18906 455.26562Q267.00156 455.26562 267.5328 455.84375Q268.06406 456.42188 268.06406 457.53125Q268.06406 458.625 267.51718 459.21875Q266.98593 459.79688 266.20468 459.79688Q265.42343 459.79688 264.9078 459.21875Q264.39218 458.64062 264.39218 457.46875ZM266.2203 455.98438Q265.82968 455.98438 265.56406 456.32812Q265.31406 456.67188 265.31406 457.57812Q265.31406 458.40625 265.56406 458.75Q265.82968 459.07812 266.2203 459.07812Q266.62656 459.07812 266.87656 458.73438Q267.14218 458.39062 267.14218 457.5Q267.14218 456.65625 266.87656 456.32812Q266.61093 455.98438 266.2203 455.98438ZM266.2203 464.3125L270.92343 455.26562L271.7828 455.26562L267.0953 464.3125L266.2203 464.3125ZM269.93906 461.98438Q269.93906 461.0625 270.39218 460.42188Q270.86093 459.78125 271.75156 459.78125Q272.56406 459.78125 273.0953 460.35938Q273.62656 460.92188 273.62656 462.04688Q273.62656 463.14062 273.07968 463.73438Q272.54843 464.3125 271.75156 464.3125Q270.98593 464.3125 270.45468 463.73438Q269.93906 463.15625 269.93906 461.98438ZM271.7828 460.5Q271.37656 460.5 271.11093 460.84375Q270.86093 461.1875 270.86093 462.09375Q270.86093 462.90625 271.12656 463.25Q271.39218 463.59375 271.7828 463.59375Q272.17343 463.59375 272.43906 463.25Q272.70468 462.90625 272.70468 462.0Q272.70468 461.17188 272.43906 460.84375Q272.17343 460.5 271.7828 460.5Z" fill-rule="nonzero"/><path fill="#666666" d="M257.18906 461.75L258.29843 461.65625Q258.42343 462.46875 258.86093 462.875Q259.31406 463.28125 259.95468 463.28125Q260.70468 463.28125 261.23593 462.70312Q261.76718 462.125 261.76718 461.1875Q261.76718 460.28125 261.25156 459.76562Q260.75156 459.23438 259.92343 459.23438Q259.42343 459.23438 259.00156 459.46875Q258.5953 459.70312 258.36093 460.0625L257.37656 459.9375L258.20468 455.53125L262.48593 455.53125L262.48593 456.53125L259.04843 456.53125L258.5953 458.84375Q259.36093 458.29688 260.20468 458.29688Q261.32968 458.29688 262.0953 459.07812Q262.87656 459.85938 262.87656 461.09375Q262.87656 462.25 262.20468 463.10938Q261.37656 464.14062 259.95468 464.14062Q258.7828 464.14062 258.0328 463.48438Q257.29843 462.82812 257.18906 461.75ZM264.39218 457.46875Q264.39218 456.54688 264.8453 455.90625Q265.31406 455.26562 266.18906 455.26562Q267.00156 455.26562 267.5328 455.84375Q268.06406 456.42188 268.06406 457.53125Q268.06406 458.625 267.51718 459.21875Q266.98593 459.79688 266.20468 459.79688Q265.42343 459.79688 264.9078 459.21875Q264.39218 458.64062 264.39218 457.46875ZM266.2203 455.98438Q265.82968 455.98438 265.56406 456.32812Q265.31406 456.67188 265.31406 457.57812Q265.31406 458.40625 265.56406 458.75Q265.82968 459.07812 266.2203 459.07812Q266.62656 459.07812 266.87656 458.73438Q267.14218 458.39062 267.14218 457.5Q267.14218 456.65625 266.87656 456.32812Q266.61093 455.98438 266.2203 455.98438ZM266.2203 464.3125L270.92343 455.26562L271.7828 455.26562L267.0953 464.3125L266.2203 464.3125ZM269.93906 461.98438Q269.93906 461.0625 270.39218 460.42188Q270.86093 459.78125 271.75156 459.78125Q272.56406 459.78125 273.0953 460.35938Q273.62656 460.92188 273.62656 462.04688Q273.62656 463.14062 273.07968 463.73438Q272.54843 464.3125 271.75156 464.3125Q270.98593 464.3125 270.45468 463.73438Q269.93906 463.15625 269.93906 461.98438ZM271.7828 460.5Q271.37656 460.5 271.11093 460.84375Q270.86093 461.1875 270.86093 462.09375Q270.86093 462.90625 271.12656 463.25Q271.39218 463.59375 271.7828 463.59375Q272.17343 463.59375 272.43906 463.25Q272.70468 462.90625 272.70468 462.0Q272.70468 461.17188 272.43906 460.84375Q272.17343 460.5 271.7828 460.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M243.40656 493.0L242.35968 493.0L242.35968 486.28125Q241.96906 486.64062 241.34406 487.01562Q240.73468 487.375 240.2503 487.54688L240.2503 486.53125Q241.1253 486.10938 241.78156 485.53125Q242.45343 484.9375 242.73468 484.375L243.40656 484.375L243.40656 493.0ZM246.64093 486.46875Q246.64093 485.54688 247.09406 484.90625Q247.5628 484.26562 248.4378 484.26562Q249.2503 484.26562 249.78156 484.84375Q250.3128 485.42188 250.3128 486.53125Q250.3128 487.625 249.76593 488.21875Q249.23468 488.79688 248.45343 488.79688Q247.67218 488.79688 247.15656 488.21875Q246.64093 487.64062 246.64093 486.46875ZM248.46906 484.98438Q248.07843 484.98438 247.8128 485.32812Q247.5628 485.67188 247.5628 486.57812Q247.5628 487.40625 247.8128 487.75Q248.07843 488.07812 248.46906 488.07812Q248.8753 488.07812 249.1253 487.73438Q249.39093 487.39062 249.39093 486.5Q249.39093 485.65625 249.1253 485.32812Q248.85968 484.98438 248.46906 484.98438ZM248.46906 493.3125L253.17218 484.26562L254.03156 484.26562L249.34406 493.3125L248.46906 493.3125ZM252.1878 490.98438Q252.1878 490.0625 252.64093 489.42188Q253.10968 488.78125 254.0003 488.78125Q254.8128 488.78125 255.34406 489.35938Q255.8753 489.92188 255.8753 491.04688Q255.8753 492.14062 255.32843 492.73438Q254.79718 493.3125 254.0003 493.3125Q253.23468 493.3125 252.70343 492.73438Q252.1878 492.15625 252.1878 490.98438ZM254.03156 489.5Q253.6253 489.5 253.35968 489.84375Q253.10968 490.1875 253.10968 491.09375Q253.10968 491.90625 253.3753 492.25Q253.64093 492.59375 254.03156 492.59375Q254.42218 492.59375 254.6878 492.25Q254.95343 491.90625 254.95343 491.0Q254.95343 490.17188 254.6878 489.84375Q254.42218 489.5 254.03156 489.5Z" fill-rule="nonzero"/><path fill="#666666" d="M243.40656 493.0L242.35968 493.0L242.35968 486.28125Q241.96906 486.64062 241.34406 487.01562Q240.73468 487.375 240.2503 487.54688L240.2503 486.53125Q241.1253 486.10938 241.78156 485.53125Q242.45343 484.9375 242.73468 484.375L243.40656 484.375L243.40656 493.0ZM246.64093 486.46875Q246.64093 485.54688 247.09406 484.90625Q247.5628 484.26562 248.4378 484.26562Q249.2503 484.26562 249.78156 484.84375Q250.3128 485.42188 250.3128 486.53125Q250.3128 487.625 249.76593 488.21875Q249.23468 488.79688 248.45343 488.79688Q247.67218 488.79688 247.15656 488.21875Q246.64093 487.64062 246.64093 486.46875ZM248.46906 484.98438Q248.07843 484.98438 247.8128 485.32812Q247.5628 485.67188 247.5628 486.57812Q247.5628 487.40625 247.8128 487.75Q248.07843 488.07812 248.46906 488.07812Q248.8753 488.07812 249.1253 487.73438Q249.39093 487.39062 249.39093 486.5Q249.39093 485.65625 249.1253 485.32812Q248.85968 484.98438 248.46906 484.98438ZM248.46906 493.3125L253.17218 484.26562L254.03156 484.26562L249.34406 493.3125L248.46906 493.3125ZM252.1878 490.98438Q252.1878 490.0625 252.64093 489.42188Q253.10968 488.78125 254.0003 488.78125Q254.8128 488.78125 255.34406 489.35938Q255.8753 489.92188 255.8753 491.04688Q255.8753 492.14062 255.32843 492.73438Q254.79718 493.3125 254.0003 493.3125Q253.23468 493.3125 252.70343 492.73438Q252.1878 492.15625 252.1878 490.98438ZM254.03156 489.5Q253.6253 489.5 253.35968 489.84375Q253.10968 490.1875 253.10968 491.09375Q253.10968 491.90625 253.3753 492.25Q253.64093 492.59375 254.03156 492.59375Q254.42218 492.59375 254.6878 492.25Q254.95343 491.90625 254.95343 491.0Q254.95343 490.17188 254.6878 489.84375Q254.42218 489.5 254.03156 489.5Z" fill-rule="nonzero"/><path fill="#666666" d="M353.21564 547.9914Q353.21564 547.0695 353.66876 546.4289Q354.1375 545.78827 355.0125 545.78827Q355.825 545.78827 356.35626 546.3664Q356.8875 546.9445 356.8875 548.0539Q356.8875 549.14764 356.34064 549.7414Q355.8094 550.3195 355.02814 550.3195Q354.2469 550.3195 353.73126 549.7414Q353.21564 549.16327 353.21564 547.9914ZM355.04376 546.507Q354.65314 546.507 354.3875 546.85077Q354.1375 547.1945 354.1375 548.10077Q354.1375 548.9289 354.3875 549.27264Q354.65314 549.60077 355.04376 549.60077Q355.45 549.60077 355.7 549.257Q355.96564 548.91327 355.96564 548.02264Q355.96564 547.1789 355.7 546.85077Q355.4344 546.507 355.04376 546.507ZM355.04376 554.83514L359.7469 545.78827L360.60626 545.78827L355.91876 554.83514L355.04376 554.83514ZM358.7625 552.507Q358.7625 551.58514 359.21564 550.9445Q359.6844 550.3039 360.575 550.3039Q361.3875 550.3039 361.91876 550.882Q362.45 551.4445 362.45 552.5695Q362.45 553.66327 361.90314 554.257Q361.3719 554.83514 360.575 554.83514Q359.8094 554.83514 359.27814 554.257Q358.7625 553.6789 358.7625 552.507ZM360.60626 551.02264Q360.2 551.02264 359.9344 551.3664Q359.6844 551.71014 359.6844 552.6164Q359.6844 553.4289 359.95 553.77264Q360.21564 554.1164 360.60626 554.1164Q360.9969 554.1164 361.2625 553.77264Q361.52814 553.4289 361.52814 552.52264Q361.52814 551.6945 361.2625 551.3664Q360.9969 551.02264 360.60626 551.02264ZM366.91876 551.41327Q366.91876 549.6789 367.8719 548.85077Q368.66876 548.16327 369.825 548.16327Q371.10626 548.16327 371.91876 549.007Q372.7469 549.83514 372.7469 551.3195Q372.7469 552.52264 372.3875 553.21014Q372.02814 553.89764 371.325 554.28827Q370.6375 554.66327 369.825 554.66327Q368.52814 554.66327 367.71564 553.83514Q366.91876 552.9914 366.91876 551.41327ZM367.9969 551.41327Q367.9969 552.60077 368.5125 553.1945Q369.04376 553.78827 369.825 553.78827Q370.6219 553.78827 371.1375 553.1945Q371.65314 552.60077 371.65314 551.382Q371.65314 550.22577 371.1219 549.632Q370.60626 549.03827 369.825 549.03827Q369.04376 549.03827 368.5125 549.632Q367.9969 550.21014 367.9969 551.41327ZM374.5594 554.52264L374.5594 549.1164L373.6219 549.1164L373.6219 548.3039L374.5594 548.3039L374.5594 547.632Q374.5594 547.007 374.66876 546.71014Q374.825 546.28827 375.2 546.03827Q375.59064 545.78827 376.27814 545.78827Q376.73126 545.78827 377.2625 545.89764L377.10626 546.8039Q376.77814 546.757 376.48126 546.757Q375.9969 546.757 375.79376 546.96014Q375.60626 547.16327 375.60626 547.72577L375.60626 548.3039L376.825 548.3039L376.825 549.1164L375.60626 549.1164L375.60626 554.52264L374.5594 554.52264ZM380.29376 554.52264L380.29376 548.3039L381.2469 548.3039L381.2469 549.2414Q381.60626 548.58514 381.90314 548.382Q382.21564 548.16327 382.59064 548.16327Q383.1219 548.16327 383.66876 548.4914L383.3094 549.47577Q382.91876 549.2414 382.54376 549.2414Q382.1844 549.2414 381.90314 549.46014Q381.6375 549.66327 381.52814 550.03827Q381.34064 550.60077 381.34064 551.257L381.34064 554.52264L380.29376 554.52264ZM388.5594 552.52264L389.65314 552.64764Q389.40314 553.60077 388.7 554.132Q387.9969 554.66327 386.91876 554.66327Q385.5594 554.66327 384.7469 553.8195Q383.95 552.97577 383.95 551.46014Q383.95 549.89764 384.7625 549.03827Q385.575 548.16327 386.85626 548.16327Q388.10626 548.16327 388.8875 549.007Q389.6844 549.85077 389.6844 551.39764Q389.6844 551.4914 389.6844 551.6789L385.04376 551.6789Q385.10626 552.71014 385.6219 553.257Q386.1375 553.78827 386.91876 553.78827Q387.4969 553.78827 387.90314 553.4914Q388.325 553.1789 388.5594 552.52264ZM385.10626 550.8195L388.575 550.8195Q388.5125 550.02264 388.1844 549.632Q387.66876 549.02264 386.8719 549.02264Q386.1375 549.02264 385.6375 549.507Q385.15314 549.9914 385.10626 550.8195ZM390.8875 552.66327L391.91876 552.507Q392.0125 553.132 392.40314 553.46014Q392.8094 553.78827 393.54376 553.78827Q394.2625 553.78827 394.60626 553.507Q394.96564 553.21014 394.96564 552.8039Q394.96564 552.4445 394.65314 552.2414Q394.4344 552.10077 393.575 551.882Q392.41876 551.58514 391.96564 551.382Q391.52814 551.16327 391.29376 550.78827Q391.0594 550.41327 391.0594 549.9445Q391.0594 549.53827 391.2469 549.1789Q391.4344 548.8195 391.7625 548.58514Q392.0125 548.41327 392.4344 548.28827Q392.85626 548.16327 393.35626 548.16327Q394.075 548.16327 394.6219 548.382Q395.1844 548.58514 395.45 548.9445Q395.71564 549.3039 395.8094 549.89764L394.77814 550.03827Q394.71564 549.5695 394.3719 549.3039Q394.04376 549.02264 393.41876 549.02264Q392.7 549.02264 392.3875 549.27264Q392.075 549.507 392.075 549.83514Q392.075 550.03827 392.2 550.1945Q392.34064 550.3664 392.60626 550.47577Q392.7625 550.53827 393.54376 550.7414Q394.66876 551.0539 395.10626 551.2414Q395.54376 551.4289 395.79376 551.78827Q396.04376 552.14764 396.04376 552.6945Q396.04376 553.22577 395.73126 553.6945Q395.4344 554.14764 394.85626 554.41327Q394.27814 554.66327 393.54376 554.66327Q392.325 554.66327 391.6844 554.16327Q391.0594 553.64764 390.8875 552.66327ZM397.3094 556.91327L397.3094 548.3039L398.2625 548.3039L398.2625 549.10077Q398.60626 548.632 399.02814 548.39764Q399.46564 548.16327 400.075 548.16327Q400.8719 548.16327 401.48126 548.5695Q402.09064 548.97577 402.3875 549.72577Q402.7 550.47577 402.7 551.3664Q402.7 552.3195 402.35626 553.08514Q402.02814 553.85077 401.3719 554.257Q400.71564 554.66327 399.9969 554.66327Q399.46564 554.66327 399.04376 554.4445Q398.6219 554.21014 398.35626 553.882L398.35626 556.91327L397.3094 556.91327ZM398.2625 551.4445Q398.2625 552.64764 398.7469 553.22577Q399.23126 553.78827 399.91876 553.78827Q400.6219 553.78827 401.1219 553.1945Q401.6219 552.60077 401.6219 551.35077Q401.6219 550.16327 401.1375 549.58514Q400.65314 548.9914 399.96564 548.9914Q399.29376 548.9914 398.77814 549.6164Q398.2625 550.2414 398.2625 551.4445ZM403.91876 551.41327Q403.91876 549.6789 404.8719 548.85077Q405.66876 548.16327 406.825 548.16327Q408.10626 548.16327 408.91876 549.007Q409.7469 549.83514 409.7469 551.3195Q409.7469 552.52264 409.3875 553.21014Q409.02814 553.89764 408.325 554.28827Q407.6375 554.66327 406.825 554.66327Q405.52814 554.66327 404.71564 553.83514Q403.91876 552.9914 403.91876 551.41327ZM404.9969 551.41327Q404.9969 552.60077 405.5125 553.1945Q406.04376 553.78827 406.825 553.78827Q407.6219 553.78827 408.1375 553.1945Q408.65314 552.60077 408.65314 551.382Q408.65314 550.22577 408.1219 549.632Q407.60626 549.03827 406.825 549.03827Q406.04376 549.03827 405.5125 549.632Q404.9969 550.21014 404.9969 551.41327ZM411.3094 554.52264L411.3094 548.3039L412.2469 548.3039L412.2469 549.1789Q412.9344 548.16327 414.23126 548.16327Q414.79376 548.16327 415.2625 548.3664Q415.7469 548.5695 415.98126 548.89764Q416.21564 549.22577 416.3094 549.66327Q416.35626 549.96014 416.35626 550.6945L416.35626 554.52264L415.3094 554.52264L415.3094 550.7414Q415.3094 550.08514 415.1844 549.77264Q415.0594 549.46014 414.7469 549.27264Q414.4344 549.0695 414.0125 549.0695Q413.34064 549.0695 412.84064 549.507Q412.35626 549.9289 412.35626 551.1164L412.35626 554.52264L411.3094 554.52264ZM422.34064 554.52264L422.34064 553.7414Q421.7469 554.66327 420.60626 554.66327Q419.85626 554.66327 419.23126 554.257Q418.60626 553.83514 418.2625 553.10077Q417.91876 552.3664 417.91876 551.41327Q417.91876 550.4914 418.23126 549.72577Q418.54376 548.96014 419.16876 548.5695Q419.79376 548.16327 420.5594 548.16327Q421.1219 548.16327 421.5594 548.39764Q421.9969 548.632 422.27814 549.007L422.27814 545.9289L423.325 545.9289L423.325 554.52264L422.34064 554.52264ZM419.0125 551.41327Q419.0125 552.6164 419.5125 553.21014Q420.0125 553.78827 420.7 553.78827Q421.3875 553.78827 421.8719 553.22577Q422.35626 552.66327 422.35626 551.507Q422.35626 550.22577 421.85626 549.632Q421.3719 549.03827 420.65314 549.03827Q419.95 549.03827 419.48126 549.6164Q419.0125 550.1789 419.0125 551.41327ZM429.5594 552.52264L430.65314 552.64764Q430.40314 553.60077 429.7 554.132Q428.9969 554.66327 427.91876 554.66327Q426.5594 554.66327 425.7469 553.8195Q424.95 552.97577 424.95 551.46014Q424.95 549.89764 425.7625 549.03827Q426.575 548.16327 427.85626 548.16327Q429.10626 548.16327 429.8875 549.007Q430.6844 549.85077 430.6844 551.39764Q430.6844 551.4914 430.6844 551.6789L426.04376 551.6789Q426.10626 552.71014 426.6219 553.257Q427.1375 553.78827 427.91876 553.78827Q428.4969 553.78827 428.90314 553.4914Q429.325 553.1789 429.5594 552.52264ZM426.10626 550.8195L429.575 550.8195Q429.5125 550.02264 429.1844 549.632Q428.66876 549.02264 427.8719 549.02264Q427.1375 549.02264 426.6375 549.507Q426.15314 549.9914 426.10626 550.8195ZM432.3094 554.52264L432.3094 548.3039L433.2469 548.3039L433.2469 549.1789Q433.9344 548.16327 435.23126 548.16327Q435.79376 548.16327 436.2625 548.3664Q436.7469 548.5695 436.98126 548.89764Q437.21564 549.22577 437.3094 549.66327Q437.35626 549.96014 437.35626 550.6945L437.35626 554.52264L436.3094 554.52264L436.3094 550.7414Q436.3094 550.08514 436.1844 549.77264Q436.0594 549.46014 435.7469 549.27264Q435.4344 549.0695 435.0125 549.0695Q434.34064 549.0695 433.84064 549.507Q433.35626 549.9289 433.35626 551.1164L433.35626 554.52264L432.3094 554.52264ZM441.60626 553.58514L441.7625 554.507Q441.3094 554.60077 440.96564 554.60077Q440.3875 554.60077 440.075 554.4289Q439.7625 554.2414 439.6219 553.9445Q439.4969 553.64764 439.4969 552.6945L439.4969 549.1164L438.73126 549.1164L438.73126 548.3039L439.4969 548.3039L439.4969 546.757L440.54376 546.132L440.54376 548.3039L441.60626 548.3039L441.60626 549.1164L440.54376 549.1164L440.54376 552.757Q440.54376 553.21014 440.59064 553.33514Q440.65314 553.46014 440.77814 553.53827Q440.90314 553.6164 441.1375 553.6164Q441.325 553.6164 441.60626 553.58514ZM441.8875 552.66327L442.91876 552.507Q443.0125 553.132 443.40314 553.46014Q443.8094 553.78827 444.54376 553.78827Q445.2625 553.78827 445.60626 553.507Q445.96564 553.21014 445.96564 552.8039Q445.96564 552.4445 445.65314 552.2414Q445.4344 552.10077 444.575 551.882Q443.41876 551.58514 442.96564 551.382Q442.52814 551.16327 442.29376 550.78827Q442.0594 550.41327 442.0594 549.9445Q442.0594 549.53827 442.2469 549.1789Q442.4344 548.8195 442.7625 548.58514Q443.0125 548.41327 443.4344 548.28827Q443.85626 548.16327 444.35626 548.16327Q445.075 548.16327 445.6219 548.382Q446.1844 548.58514 446.45 548.9445Q446.71564 549.3039 446.8094 549.89764L445.77814 550.03827Q445.71564 549.5695 445.3719 549.3039Q445.04376 549.02264 444.41876 549.02264Q443.7 549.02264 443.3875 549.27264Q443.075 549.507 443.075 549.83514Q443.075 550.03827 443.2 550.1945Q443.34064 550.3664 443.60626 550.47577Q443.7625 550.53827 444.54376 550.7414Q445.66876 551.0539 446.10626 551.2414Q446.54376 551.4289 446.79376 551.78827Q447.04376 552.14764 447.04376 552.6945Q447.04376 553.22577 446.73126 553.6945Q446.4344 554.14764 445.85626 554.41327Q445.27814 554.66327 444.54376 554.66327Q443.325 554.66327 442.6844 554.16327Q442.0594 553.64764 441.8875 552.66327Z" fill-rule="nonzero"/><path fill="#666666" d="M130.04688 82.68901L131.10938 82.59526Q131.1875 83.25151 131.46875 83.65776Q131.75 84.06401 132.32812 84.329636Q132.92188 84.579636 133.65625 84.579636Q134.29688 84.579636 134.79688 84.392136Q135.29688 84.18901 135.53125 83.860886Q135.78125 83.517136 135.78125 83.12651Q135.78125 82.72026 135.54688 82.423386Q135.3125 82.110886 134.78125 81.90776Q134.42188 81.767136 133.23438 81.485886Q132.0625 81.204636 131.59375 80.954636Q130.96875 80.62651 130.67188 80.15776Q130.375 79.673386 130.375 79.079636Q130.375 78.43901 130.73438 77.87651Q131.10938 77.298386 131.8125 77.017136Q132.53125 76.72026 133.39062 76.72026Q134.34375 76.72026 135.07812 77.03276Q135.8125 77.329636 136.20312 77.93901Q136.59375 78.53276 136.625 79.28276L135.53125 79.360886Q135.4375 78.548386 134.92188 78.142136Q134.42188 77.72026 133.4375 77.72026Q132.40625 77.72026 131.9375 78.09526Q131.46875 78.47026 131.46875 79.00151Q131.46875 79.47026 131.79688 79.767136Q132.125 80.06401 133.5 80.37651Q134.89062 80.68901 135.40625 80.923386Q136.15625 81.28276 136.51562 81.81401Q136.875 82.329636 136.875 83.03276Q136.875 83.72026 136.48438 84.329636Q136.09375 84.923386 135.35938 85.267136Q134.625 85.59526 133.70312 85.59526Q132.53125 85.59526 131.73438 85.267136Q130.95312 84.923386 130.5 84.235886Q130.0625 83.548386 130.04688 82.68901ZM140.59375 84.517136L140.75 85.43901Q140.29688 85.53276 139.95312 85.53276Q139.375 85.53276 139.0625 85.360886Q138.75 85.173386 138.60938 84.87651Q138.48438 84.579636 138.48438 83.62651L138.48438 80.048386L137.71875 80.048386L137.71875 79.235886L138.48438 79.235886L138.48438 77.68901L139.53125 77.06401L139.53125 79.235886L140.59375 79.235886L140.59375 80.048386L139.53125 80.048386L139.53125 83.68901Q139.53125 84.142136 139.57812 84.267136Q139.64062 84.392136 139.76562 84.47026Q139.89062 84.548386 140.125 84.548386Q140.3125 84.548386 140.59375 84.517136ZM145.35938 84.68901Q144.76562 85.18901 144.21875 85.392136Q143.6875 85.59526 143.0625 85.59526Q142.03125 85.59526 141.48438 85.09526Q140.9375 84.59526 140.9375 83.81401Q140.9375 83.360886 141.14062 82.985886Q141.34375 82.59526 141.6875 82.37651Q142.03125 82.142136 142.45312 82.03276Q142.75 81.93901 143.39062 81.860886Q144.65625 81.72026 145.26562 81.50151Q145.26562 81.28276 145.26562 81.235886Q145.26562 80.579636 144.96875 80.31401Q144.5625 79.97026 143.76562 79.97026Q143.03125 79.97026 142.67188 80.235886Q142.3125 80.485886 142.14062 81.142136L141.10938 81.00151Q141.25 80.34526 141.57812 79.93901Q141.90625 79.53276 142.51562 79.31401Q143.125 79.09526 143.92188 79.09526Q144.71875 79.09526 145.21875 79.28276Q145.71875 79.47026 145.95312 79.75151Q146.1875 80.03276 146.28125 80.47026Q146.32812 80.735886 146.32812 81.43901L146.32812 82.84526Q146.32812 84.31401 146.39062 84.704636Q146.46875 85.09526 146.67188 85.454636L145.5625 85.454636Q145.40625 85.12651 145.35938 84.68901ZM145.26562 82.329636Q144.6875 82.56401 143.54688 82.735886Q142.89062 82.829636 142.625 82.954636Q142.35938 83.06401 142.20312 83.28276Q142.0625 83.50151 142.0625 83.78276Q142.0625 84.204636 142.375 84.485886Q142.70312 84.767136 143.3125 84.767136Q143.92188 84.767136 144.39062 84.50151Q144.875 84.235886 145.09375 83.767136Q145.26562 83.40776 145.26562 82.72026L145.26562 82.329636ZM148.29688 85.454636L148.29688 79.235886L149.23438 79.235886L149.23438 80.110886Q149.92188 79.09526 151.21875 79.09526Q151.78125 79.09526 152.25 79.298386Q152.73438 79.50151 152.96875 79.829636Q153.20312 80.15776 153.29688 80.59526Q153.34375 80.892136 153.34375 81.62651L153.34375 85.454636L152.29688 85.454636L152.29688 81.673386Q152.29688 81.017136 152.17188 80.704636Q152.04688 80.392136 151.73438 80.204636Q151.42188 80.00151 151.0 80.00151Q150.32812 80.00151 149.82812 80.43901Q149.34375 80.860886 149.34375 82.048386L149.34375 85.454636L148.29688 85.454636ZM159.32812 85.454636L159.32812 84.673386Q158.73438 85.59526 157.59375 85.59526Q156.84375 85.59526 156.21875 85.18901Q155.59375 84.767136 155.25 84.03276Q154.90625 83.298386 154.90625 82.34526Q154.90625 81.423386 155.21875 80.65776Q155.53125 79.892136 156.15625 79.50151Q156.78125 79.09526 157.54688 79.09526Q158.10938 79.09526 158.54688 79.329636Q158.98438 79.56401 159.26562 79.93901L159.26562 76.860886L160.3125 76.860886L160.3125 85.454636L159.32812 85.454636ZM156.0 82.34526Q156.0 83.548386 156.5 84.142136Q157.0 84.72026 157.6875 84.72026Q158.375 84.72026 158.85938 84.15776Q159.34375 83.59526 159.34375 82.43901Q159.34375 81.15776 158.84375 80.56401Q158.35938 79.97026 157.64062 79.97026Q156.9375 79.97026 156.46875 80.548386Q156.0 81.110886 156.0 82.34526ZM166.35938 84.68901Q165.76562 85.18901 165.21875 85.392136Q164.6875 85.59526 164.0625 85.59526Q163.03125 85.59526 162.48438 85.09526Q161.9375 84.59526 161.9375 83.81401Q161.9375 83.360886 162.14062 82.985886Q162.34375 82.59526 162.6875 82.37651Q163.03125 82.142136 163.45312 82.03276Q163.75 81.93901 164.39062 81.860886Q165.65625 81.72026 166.26562 81.50151Q166.26562 81.28276 166.26562 81.235886Q166.26562 80.579636 165.96875 80.31401Q165.5625 79.97026 164.76562 79.97026Q164.03125 79.97026 163.67188 80.235886Q163.3125 80.485886 163.14062 81.142136L162.10938 81.00151Q162.25 80.34526 162.57812 79.93901Q162.90625 79.53276 163.51562 79.31401Q164.125 79.09526 164.92188 79.09526Q165.71875 79.09526 166.21875 79.28276Q166.71875 79.47026 166.95312 79.75151Q167.1875 80.03276 167.28125 80.47026Q167.32812 80.735886 167.32812 81.43901L167.32812 82.84526Q167.32812 84.31401 167.39062 84.704636Q167.46875 85.09526 167.67188 85.454636L166.5625 85.454636Q166.40625 85.12651 166.35938 84.68901ZM166.26562 82.329636Q165.6875 82.56401 164.54688 82.735886Q163.89062 82.829636 163.625 82.954636Q163.35938 83.06401 163.20312 83.28276Q163.0625 83.50151 163.0625 83.78276Q163.0625 84.204636 163.375 84.485886Q163.70312 84.767136 164.3125 84.767136Q164.92188 84.767136 165.39062 84.50151Q165.875 84.235886 166.09375 83.767136Q166.26562 83.40776 166.26562 82.72026L166.26562 82.329636ZM169.28125 85.454636L169.28125 79.235886L170.23438 79.235886L170.23438 80.173386Q170.59375 79.517136 170.89062 79.31401Q171.20312 79.09526 171.57812 79.09526Q172.10938 79.09526 172.65625 79.423386L172.29688 80.40776Q171.90625 80.173386 171.53125 80.173386Q171.17188 80.173386 170.89062 80.392136Q170.625 80.59526 170.51562 80.97026Q170.32812 81.53276 170.32812 82.18901L170.32812 85.454636L169.28125 85.454636ZM177.32812 85.454636L177.32812 84.673386Q176.73438 85.59526 175.59375 85.59526Q174.84375 85.59526 174.21875 85.18901Q173.59375 84.767136 173.25 84.03276Q172.90625 83.298386 172.90625 82.34526Q172.90625 81.423386 173.21875 80.65776Q173.53125 79.892136 174.15625 79.50151Q174.78125 79.09526 175.54688 79.09526Q176.10938 79.09526 176.54688 79.329636Q176.98438 79.56401 177.26562 79.93901L177.26562 76.860886L178.3125 76.860886L178.3125 85.454636L177.32812 85.454636ZM174.0 82.34526Q174.0 83.548386 174.5 84.142136Q175.0 84.72026 175.6875 84.72026Q176.375 84.72026 176.85938 84.15776Q177.34375 83.59526 177.34375 82.43901Q177.34375 81.15776 176.84375 80.56401Q176.35938 79.97026 175.64062 79.97026Q174.9375 79.97026 174.46875 80.548386Q174.0 81.110886 174.0 82.34526ZM183.26562 85.454636L183.26562 76.860886L184.32812 76.860886L184.32812 85.454636L183.26562 85.454636ZM186.29688 78.079636L186.29688 76.860886L187.35938 76.860886L187.35938 78.079636L186.29688 78.079636ZM186.29688 85.454636L186.29688 79.235886L187.35938 79.235886L187.35938 85.454636L186.29688 85.454636ZM190.26562 85.454636L189.28125 85.454636L189.28125 76.860886L190.34375 76.860886L190.34375 79.923386Q191.01562 79.09526 192.04688 79.09526Q192.625 79.09526 193.125 79.329636Q193.64062 79.548386 193.96875 79.97026Q194.3125 80.392136 194.5 80.985886Q194.6875 81.579636 194.6875 82.25151Q194.6875 83.84526 193.89062 84.72026Q193.09375 85.59526 192.0 85.59526Q190.89062 85.59526 190.26562 84.673386L190.26562 85.454636ZM190.25 82.298386Q190.25 83.40776 190.5625 83.90776Q191.0625 84.72026 191.90625 84.72026Q192.59375 84.72026 193.09375 84.12651Q193.60938 83.53276 193.60938 82.329636Q193.60938 81.110886 193.125 80.53276Q192.64062 79.954636 191.95312 79.954636Q191.26562 79.954636 190.75 80.56401Q190.25 81.15776 190.25 82.298386ZM196.28125 85.454636L196.28125 79.235886L197.23438 79.235886L197.23438 80.173386Q197.59375 79.517136 197.89062 79.31401Q198.20312 79.09526 198.57812 79.09526Q199.10938 79.09526 199.65625 79.423386L199.29688 80.40776Q198.90625 80.173386 198.53125 80.173386Q198.17188 80.173386 197.89062 80.392136Q197.625 80.59526 197.51562 80.97026Q197.32812 81.53276 197.32812 82.18901L197.32812 85.454636L196.28125 85.454636ZM204.35938 84.68901Q203.76562 85.18901 203.21875 85.392136Q202.6875 85.59526 202.0625 85.59526Q201.03125 85.59526 200.48438 85.09526Q199.9375 84.59526 199.9375 83.81401Q199.9375 83.360886 200.14062 82.985886Q200.34375 82.59526 200.6875 82.37651Q201.03125 82.142136 201.45312 82.03276Q201.75 81.93901 202.39062 81.860886Q203.65625 81.72026 204.26562 81.50151Q204.26562 81.28276 204.26562 81.235886Q204.26562 80.579636 203.96875 80.31401Q203.5625 79.97026 202.76562 79.97026Q202.03125 79.97026 201.67188 80.235886Q201.3125 80.485886 201.14062 81.142136L200.10938 81.00151Q200.25 80.34526 200.57812 79.93901Q200.90625 79.53276 201.51562 79.31401Q202.125 79.09526 202.92188 79.09526Q203.71875 79.09526 204.21875 79.28276Q204.71875 79.47026 204.95312 79.75151Q205.1875 80.03276 205.28125 80.47026Q205.32812 80.735886 205.32812 81.43901L205.32812 82.84526Q205.32812 84.31401 205.39062 84.704636Q205.46875 85.09526 205.67188 85.454636L204.5625 85.454636Q204.40625 85.12651 204.35938 84.68901ZM204.26562 82.329636Q203.6875 82.56401 202.54688 82.735886Q201.89062 82.829636 201.625 82.954636Q201.35938 83.06401 201.20312 83.28276Q201.0625 83.50151 201.0625 83.78276Q201.0625 84.204636 201.375 84.485886Q201.70312 84.767136 202.3125 84.767136Q202.92188 84.767136 203.39062 84.50151Q203.875 84.235886 204.09375 83.767136Q204.26562 83.40776 204.26562 82.72026L204.26562 82.329636ZM207.28125 85.454636L207.28125 79.235886L208.23438 79.235886L208.23438 80.173386Q208.59375 79.517136 208.89062 79.31401Q209.20312 79.09526 209.57812 79.09526Q210.10938 79.09526 210.65625 79.423386L210.29688 80.40776Q209.90625 80.173386 209.53125 80.173386Q209.17188 80.173386 208.89062 80.392136Q208.625 80.59526 208.51562 80.97026Q208.32812 81.53276 208.32812 82.18901L208.32812 85.454636L207.28125 85.454636ZM211.25 87.84526L211.125 86.860886Q211.46875 86.954636 211.73438 86.954636Q212.07812 86.954636 212.28125 86.829636Q212.5 86.72026 212.64062 86.517136Q212.73438 86.34526 212.96875 85.72026Q212.98438 85.642136 213.0625 85.47026L210.6875 79.235886L211.82812 79.235886L213.125 82.829636Q213.375 83.517136 213.57812 84.28276Q213.76562 83.548386 214.01562 82.860886L215.34375 79.235886L216.39062 79.235886L214.03125 85.56401Q213.64062 86.579636 213.4375 86.97026Q213.15625 87.50151 212.78125 87.735886Q212.42188 87.985886 211.92188 87.985886Q211.625 87.985886 211.25 87.84526Z" fill-rule="nonzero"/><path fill="#666666" d="M29.609375 114.57234L29.609375 106.99422L26.78125 106.99422L26.78125 105.97859L33.59375 105.97859L33.59375 106.99422L30.75 106.99422L30.75 114.57234L29.609375 114.57234ZM33.90625 111.46297Q33.90625 109.72859 34.859375 108.90047Q35.65625 108.21297 36.8125 108.21297Q38.09375 108.21297 38.90625 109.05672Q39.734375 109.88484 39.734375 111.36922Q39.734375 112.57234 39.375 113.25984Q39.015625 113.94734 38.3125 114.33797Q37.625 114.71297 36.8125 114.71297Q35.515625 114.71297 34.703125 113.88484Q33.90625 113.04109 33.90625 111.46297ZM34.984375 111.46297Q34.984375 112.65047 35.5 113.24422Q36.03125 113.83797 36.8125 113.83797Q37.609375 113.83797 38.125 113.24422Q38.640625 112.65047 38.640625 111.43172Q38.640625 110.27547 38.109375 109.68172Q37.59375 109.08797 36.8125 109.08797Q36.03125 109.08797 35.5 109.68172Q34.984375 110.25984 34.984375 111.46297ZM40.90625 111.46297Q40.90625 109.72859 41.859375 108.90047Q42.65625 108.21297 43.8125 108.21297Q45.09375 108.21297 45.90625 109.05672Q46.734375 109.88484 46.734375 111.36922Q46.734375 112.57234 46.375 113.25984Q46.015625 113.94734 45.3125 114.33797Q44.625 114.71297 43.8125 114.71297Q42.515625 114.71297 41.703125 113.88484Q40.90625 113.04109 40.90625 111.46297ZM41.984375 111.46297Q41.984375 112.65047 42.5 113.24422Q43.03125 113.83797 43.8125 113.83797Q44.609375 113.83797 45.125 113.24422Q45.640625 112.65047 45.640625 111.43172Q45.640625 110.27547 45.109375 109.68172Q44.59375 109.08797 43.8125 109.08797Q43.03125 109.08797 42.5 109.68172Q41.984375 110.25984 41.984375 111.46297ZM48.265625 114.57234L48.265625 105.97859L49.328125 105.97859L49.328125 114.57234L48.265625 114.57234ZM50.875 112.71297L51.90625 112.55672Q52.0 113.18172 52.390625 113.50984Q52.796875 113.83797 53.53125 113.83797Q54.25 113.83797 54.59375 113.55672Q54.953125 113.25984 54.953125 112.85359Q54.953125 112.49422 54.640625 112.29109Q54.421875 112.15047 53.5625 111.93172Q52.40625 111.63484 51.953125 111.43172Q51.515625 111.21297 51.28125 110.83797Q51.046875 110.46297 51.046875 109.99422Q51.046875 109.58797 51.234375 109.22859Q51.421875 108.86922 51.75 108.63484Q52.0 108.46297 52.421875 108.33797Q52.84375 108.21297 53.34375 108.21297Q54.0625 108.21297 54.609375 108.43172Q55.171875 108.63484 55.4375 108.99422Q55.703125 109.35359 55.796875 109.94734L54.765625 110.08797Q54.703125 109.61922 54.359375 109.35359Q54.03125 109.07234 53.40625 109.07234Q52.6875 109.07234 52.375 109.32234Q52.0625 109.55672 52.0625 109.88484Q52.0625 110.08797 52.1875 110.24422Q52.328125 110.41609 52.59375 110.52547Q52.75 110.58797 53.53125 110.79109Q54.65625 111.10359 55.09375 111.29109Q55.53125 111.47859 55.78125 111.83797Q56.03125 112.19734 56.03125 112.74422Q56.03125 113.27547 55.71875 113.74422Q55.421875 114.19734 54.84375 114.46297Q54.265625 114.71297 53.53125 114.71297Q52.3125 114.71297 51.671875 114.21297Q51.046875 113.69734 50.875 112.71297ZM62.3125 117.10359Q61.4375 115.99422 60.828125 114.52547Q60.234375 113.04109 60.234375 111.46297Q60.234375 110.07234 60.671875 108.79109Q61.203125 107.30672 62.3125 105.83797L63.0625 105.83797Q62.359375 107.05672 62.125 107.57234Q61.765625 108.38484 61.5625 109.25984Q61.3125 110.35359 61.3125 111.46297Q61.3125 114.29109 63.0625 117.10359L62.3125 117.10359ZM64.09375 115.08797L65.125 115.24422Q65.1875 115.71297 65.484375 115.93172Q65.875 116.22859 66.546875 116.22859Q67.28125 116.22859 67.671875 115.93172Q68.078125 115.63484 68.21875 115.11922Q68.3125 114.79109 68.296875 113.75984Q67.609375 114.57234 66.578125 114.57234Q65.296875 114.57234 64.59375 113.65047Q63.890625 112.71297 63.890625 111.43172Q63.890625 110.54109 64.203125 109.79109Q64.53125 109.02547 65.140625 108.61922Q65.75 108.21297 66.578125 108.21297Q67.6875 108.21297 68.40625 109.10359L68.40625 108.35359L69.375 108.35359L69.375 113.72859Q69.375 115.18172 69.078125 115.79109Q68.78125 116.40047 68.140625 116.74422Q67.5 117.10359 66.5625 117.10359Q65.453125 117.10359 64.765625 116.60359Q64.078125 116.10359 64.09375 115.08797ZM64.96875 111.35359Q64.96875 112.57234 65.453125 113.13484Q65.9375 113.69734 66.671875 113.69734Q67.40625 113.69734 67.890625 113.13484Q68.390625 112.57234 68.390625 111.38484Q68.390625 110.24422 67.875 109.66609Q67.375 109.08797 66.65625 109.08797Q65.953125 109.08797 65.453125 109.66609Q64.96875 110.22859 64.96875 111.35359ZM70.90625 111.46297Q70.90625 109.72859 71.859375 108.90047Q72.65625 108.21297 73.8125 108.21297Q75.09375 108.21297 75.90625 109.05672Q76.734375 109.88484 76.734375 111.36922Q76.734375 112.57234 76.375 113.25984Q76.015625 113.94734 75.3125 114.33797Q74.625 114.71297 73.8125 114.71297Q72.515625 114.71297 71.703125 113.88484Q70.90625 113.04109 70.90625 111.46297ZM71.984375 111.46297Q71.984375 112.65047 72.5 113.24422Q73.03125 113.83797 73.8125 113.83797Q74.609375 113.83797 75.125 113.24422Q75.640625 112.65047 75.640625 111.43172Q75.640625 110.27547 75.109375 109.68172Q74.59375 109.08797 73.8125 109.08797Q73.03125 109.08797 72.5 109.68172Q71.984375 110.25984 71.984375 111.46297ZM81.09375 115.08797L82.125 115.24422Q82.1875 115.71297 82.484375 115.93172Q82.875 116.22859 83.546875 116.22859Q84.28125 116.22859 84.671875 115.93172Q85.078125 115.63484 85.21875 115.11922Q85.3125 114.79109 85.296875 113.75984Q84.609375 114.57234 83.578125 114.57234Q82.296875 114.57234 81.59375 113.65047Q80.890625 112.71297 80.890625 111.43172Q80.890625 110.54109 81.203125 109.79109Q81.53125 109.02547 82.140625 108.61922Q82.75 108.21297 83.578125 108.21297Q84.6875 108.21297 85.40625 109.10359L85.40625 108.35359L86.375 108.35359L86.375 113.72859Q86.375 115.18172 86.078125 115.79109Q85.78125 116.40047 85.140625 116.74422Q84.5 117.10359 83.5625 117.10359Q82.453125 117.10359 81.765625 116.60359Q81.078125 116.10359 81.09375 115.08797ZM81.96875 111.35359Q81.96875 112.57234 82.453125 113.13484Q82.9375 113.69734 83.671875 113.69734Q84.40625 113.69734 84.890625 113.13484Q85.390625 112.57234 85.390625 111.38484Q85.390625 110.24422 84.875 109.66609Q84.375 109.08797 83.65625 109.08797Q82.953125 109.08797 82.453125 109.66609Q81.96875 110.22859 81.96875 111.35359ZM92.375 114.57234L92.375 113.65047Q91.640625 114.71297 90.390625 114.71297Q89.84375 114.71297 89.359375 114.50984Q88.890625 114.29109 88.65625 113.97859Q88.421875 113.65047 88.328125 113.18172Q88.265625 112.88484 88.265625 112.19734L88.265625 108.35359L89.328125 108.35359L89.328125 111.80672Q89.328125 112.61922 89.390625 112.91609Q89.484375 113.32234 89.796875 113.57234Q90.125 113.80672 90.609375 113.80672Q91.078125 113.80672 91.484375 113.57234Q91.90625 113.32234 92.078125 112.90047Q92.265625 112.47859 92.265625 111.68172L92.265625 108.35359L93.3125 108.35359L93.3125 114.57234L92.375 114.57234ZM95.28125 114.57234L95.28125 108.35359L96.234375 108.35359L96.234375 109.29109Q96.59375 108.63484 96.890625 108.43172Q97.203125 108.21297 97.578125 108.21297Q98.109375 108.21297 98.65625 108.54109L98.296875 109.52547Q97.90625 109.29109 97.53125 109.29109Q97.171875 109.29109 96.890625 109.50984Q96.625 109.71297 96.515625 110.08797Q96.328125 110.65047 96.328125 111.30672L96.328125 114.57234L95.28125 114.57234ZM103.375 114.57234L103.375 113.65047Q102.640625 114.71297 101.390625 114.71297Q100.84375 114.71297 100.359375 114.50984Q99.890625 114.29109 99.65625 113.97859Q99.421875 113.65047 99.328125 113.18172Q99.265625 112.88484 99.265625 112.19734L99.265625 108.35359L100.328125 108.35359L100.328125 111.80672Q100.328125 112.61922 100.390625 112.91609Q100.484375 113.32234 100.796875 113.57234Q101.125 113.80672 101.609375 113.80672Q102.078125 113.80672 102.484375 113.57234Q102.90625 113.32234 103.078125 112.90047Q103.265625 112.47859 103.265625 111.68172L103.265625 108.35359L104.3125 108.35359L104.3125 114.57234L103.375 114.57234ZM106.5625 114.57234L106.5625 113.36922L107.765625 113.36922L107.765625 114.57234Q107.765625 115.22859 107.53125 115.63484Q107.296875 116.05672 106.796875 116.27547L106.5 115.82234Q106.828125 115.68172 106.984375 115.38484Q107.140625 115.10359 107.171875 114.57234L106.5625 114.57234ZM112.09375 115.08797L113.125 115.24422Q113.1875 115.71297 113.484375 115.93172Q113.875 116.22859 114.546875 116.22859Q115.28125 116.22859 115.671875 115.93172Q116.078125 115.63484 116.21875 115.11922Q116.3125 114.79109 116.296875 113.75984Q115.609375 114.57234 114.578125 114.57234Q113.296875 114.57234 112.59375 113.65047Q111.890625 112.71297 111.890625 111.43172Q111.890625 110.54109 112.203125 109.79109Q112.53125 109.02547 113.140625 108.61922Q113.75 108.21297 114.578125 108.21297Q115.6875 108.21297 116.40625 109.10359L116.40625 108.35359L117.375 108.35359L117.375 113.72859Q117.375 115.18172 117.078125 115.79109Q116.78125 116.40047 116.140625 116.74422Q115.5 117.10359 114.5625 117.10359Q113.453125 117.10359 112.765625 116.60359Q112.078125 116.10359 112.09375 115.08797ZM112.96875 111.35359Q112.96875 112.57234 113.453125 113.13484Q113.9375 113.69734 114.671875 113.69734Q115.40625 113.69734 115.890625 113.13484Q116.390625 112.57234 116.390625 111.38484Q116.390625 110.24422 115.875 109.66609Q115.375 109.08797 114.65625 109.08797Q113.953125 109.08797 113.453125 109.66609Q112.96875 110.22859 112.96875 111.35359ZM118.90625 111.46297Q118.90625 109.72859 119.859375 108.90047Q120.65625 108.21297 121.8125 108.21297Q123.09375 108.21297 123.90625 109.05672Q124.734375 109.88484 124.734375 111.36922Q124.734375 112.57234 124.375 113.25984Q124.015625 113.94734 123.3125 114.33797Q122.625 114.71297 121.8125 114.71297Q120.515625 114.71297 119.703125 113.88484Q118.90625 113.04109 118.90625 111.46297ZM119.984375 111.46297Q119.984375 112.65047 120.5 113.24422Q121.03125 113.83797 121.8125 113.83797Q122.609375 113.83797 123.125 113.24422Q123.640625 112.65047 123.640625 111.43172Q123.640625 110.27547 123.109375 109.68172Q122.59375 109.08797 121.8125 109.08797Q121.03125 109.08797 120.5 109.68172Q119.984375 110.25984 119.984375 111.46297ZM131.01562 114.57234L128.65625 108.35359L129.76562 108.35359L131.10938 112.07234Q131.3125 112.68172 131.5 113.32234Q131.64062 112.83797 131.89062 112.15047L133.28125 108.35359L134.35938 108.35359L132.0 114.57234L131.01562 114.57234ZM139.54688 112.57234L140.64062 112.69734Q140.39062 113.65047 139.6875 114.18172Q138.98438 114.71297 137.90625 114.71297Q136.54688 114.71297 135.73438 113.86922Q134.9375 113.02547 134.9375 111.50984Q134.9375 109.94734 135.75 109.08797Q136.5625 108.21297 137.84375 108.21297Q139.09375 108.21297 139.875 109.05672Q140.67188 109.90047 140.67188 111.44734Q140.67188 111.54109 140.67188 111.72859L136.03125 111.72859Q136.09375 112.75984 136.60938 113.30672Q137.125 113.83797 137.90625 113.83797Q138.48438 113.83797 138.89062 113.54109Q139.3125 113.22859 139.54688 112.57234ZM136.09375 110.86922L139.5625 110.86922Q139.5 110.07234 139.17188 109.68172Q138.65625 109.07234 137.85938 109.07234Q137.125 109.07234 136.625 109.55672Q136.14062 110.04109 136.09375 110.86922ZM144.59375 113.63484L144.75 114.55672Q144.29688 114.65047 143.95312 114.65047Q143.375 114.65047 143.0625 114.47859Q142.75 114.29109 142.60938 113.99422Q142.48438 113.69734 142.48438 112.74422L142.48438 109.16609L141.71875 109.16609L141.71875 108.35359L142.48438 108.35359L142.48438 106.80672L143.53125 106.18172L143.53125 108.35359L144.59375 108.35359L144.59375 109.16609L143.53125 109.16609L143.53125 112.80672Q143.53125 113.25984 143.57812 113.38484Q143.64062 113.50984 143.76562 113.58797Q143.89062 113.66609 144.125 113.66609Q144.3125 113.66609 144.59375 113.63484ZM145.5625 114.57234L145.5625 113.36922L146.76562 113.36922L146.76562 114.57234Q146.76562 115.22859 146.53125 115.63484Q146.29688 116.05672 145.79688 116.27547L145.5 115.82234Q145.82812 115.68172 145.98438 115.38484Q146.14062 115.10359 146.17188 114.57234L145.5625 114.57234ZM151.09375 115.08797L152.125 115.24422Q152.1875 115.71297 152.48438 115.93172Q152.875 116.22859 153.54688 116.22859Q154.28125 116.22859 154.67188 115.93172Q155.07812 115.63484 155.21875 115.11922Q155.3125 114.79109 155.29688 113.75984Q154.60938 114.57234 153.57812 114.57234Q152.29688 114.57234 151.59375 113.65047Q150.89062 112.71297 150.89062 111.43172Q150.89062 110.54109 151.20312 109.79109Q151.53125 109.02547 152.14062 108.61922Q152.75 108.21297 153.57812 108.21297Q154.6875 108.21297 155.40625 109.10359L155.40625 108.35359L156.375 108.35359L156.375 113.72859Q156.375 115.18172 156.07812 115.79109Q155.78125 116.40047 155.14062 116.74422Q154.5 117.10359 153.5625 117.10359Q152.45312 117.10359 151.76562 116.60359Q151.07812 116.10359 151.09375 115.08797ZM151.96875 111.35359Q151.96875 112.57234 152.45312 113.13484Q152.9375 113.69734 153.67188 113.69734Q154.40625 113.69734 154.89062 113.13484Q155.39062 112.57234 155.39062 111.38484Q155.39062 110.24422 154.875 109.66609Q154.375 109.08797 153.65625 109.08797Q152.95312 109.08797 152.45312 109.66609Q151.96875 110.22859 151.96875 111.35359ZM157.90625 111.46297Q157.90625 109.72859 158.85938 108.90047Q159.65625 108.21297 160.8125 108.21297Q162.09375 108.21297 162.90625 109.05672Q163.73438 109.88484 163.73438 111.36922Q163.73438 112.57234 163.375 113.25984Q163.01562 113.94734 162.3125 114.33797Q161.625 114.71297 160.8125 114.71297Q159.51562 114.71297 158.70312 113.88484Q157.90625 113.04109 157.90625 111.46297ZM158.98438 111.46297Q158.98438 112.65047 159.5 113.24422Q160.03125 113.83797 160.8125 113.83797Q161.60938 113.83797 162.125 113.24422Q162.64062 112.65047 162.64062 111.43172Q162.64062 110.27547 162.10938 109.68172Q161.59375 109.08797 160.8125 109.08797Q160.03125 109.08797 159.5 109.68172Q158.98438 110.25984 158.98438 111.46297ZM172.32812 114.57234L172.32812 113.79109Q171.73438 114.71297 170.59375 114.71297Q169.84375 114.71297 169.21875 114.30672Q168.59375 113.88484 168.25 113.15047Q167.90625 112.41609 167.90625 111.46297Q167.90625 110.54109 168.21875 109.77547Q168.53125 109.00984 169.15625 108.61922Q169.78125 108.21297 170.54688 108.21297Q171.10938 108.21297 171.54688 108.44734Q171.98438 108.68172 172.26562 109.05672L172.26562 105.97859L173.3125 105.97859L173.3125 114.57234L172.32812 114.57234ZM169.0 111.46297Q169.0 112.66609 169.5 113.25984Q170.0 113.83797 170.6875 113.83797Q171.375 113.83797 171.85938 113.27547Q172.34375 112.71297 172.34375 111.55672Q172.34375 110.27547 171.84375 109.68172Q171.35938 109.08797 170.64062 109.08797Q169.9375 109.08797 169.46875 109.66609Q169.0 110.22859 169.0 111.46297ZM174.90625 111.46297Q174.90625 109.72859 175.85938 108.90047Q176.65625 108.21297 177.8125 108.21297Q179.09375 108.21297 179.90625 109.05672Q180.73438 109.88484 180.73438 111.36922Q180.73438 112.57234 180.375 113.25984Q180.01562 113.94734 179.3125 114.33797Q178.625 114.71297 177.8125 114.71297Q176.51562 114.71297 175.70312 113.88484Q174.90625 113.04109 174.90625 111.46297ZM175.98438 111.46297Q175.98438 112.65047 176.5 113.24422Q177.03125 113.83797 177.8125 113.83797Q178.60938 113.83797 179.125 113.24422Q179.64062 112.65047 179.64062 111.43172Q179.64062 110.27547 179.10938 109.68172Q178.59375 109.08797 177.8125 109.08797Q177.03125 109.08797 176.5 109.68172Q175.98438 110.25984 175.98438 111.46297ZM186.35938 112.29109L187.39062 112.43172Q187.21875 113.49422 186.51562 114.10359Q185.8125 114.71297 184.79688 114.71297Q183.51562 114.71297 182.73438 113.88484Q181.96875 113.04109 181.96875 111.47859Q181.96875 110.47859 182.29688 109.72859Q182.64062 108.96297 183.3125 108.58797Q184.0 108.21297 184.8125 108.21297Q185.8125 108.21297 186.45312 108.72859Q187.10938 109.22859 187.29688 110.18172L186.26562 110.33797Q186.125 109.71297 185.75 109.40047Q185.375 109.07234 184.84375 109.07234Q184.04688 109.07234 183.54688 109.65047Q183.04688 110.21297 183.04688 111.44734Q183.04688 112.71297 183.53125 113.27547Q184.01562 113.83797 184.78125 113.83797Q185.40625 113.83797 185.8125 113.46297Q186.23438 113.08797 186.35938 112.29109ZM188.5625 114.57234L188.5625 113.36922L189.76562 113.36922L189.76562 114.57234Q189.76562 115.22859 189.53125 115.63484Q189.29688 116.05672 188.79688 116.27547L188.5 115.82234Q188.82812 115.68172 188.98438 115.38484Q189.14062 115.10359 189.17188 114.57234L188.5625 114.57234ZM198.54688 112.57234L199.64062 112.69734Q199.39062 113.65047 198.6875 114.18172Q197.98438 114.71297 196.90625 114.71297Q195.54688 114.71297 194.73438 113.86922Q193.9375 113.02547 193.9375 111.50984Q193.9375 109.94734 194.75 109.08797Q195.5625 108.21297 196.84375 108.21297Q198.09375 108.21297 198.875 109.05672Q199.67188 109.90047 199.67188 111.44734Q199.67188 111.54109 199.67188 111.72859L195.03125 111.72859Q195.09375 112.75984 195.60938 113.30672Q196.125 113.83797 196.90625 113.83797Q197.48438 113.83797 197.89062 113.54109Q198.3125 113.22859 198.54688 112.57234ZM195.09375 110.86922L198.5625 110.86922Q198.5 110.07234 198.17188 109.68172Q197.65625 109.07234 196.85938 109.07234Q196.125 109.07234 195.625 109.55672Q195.14062 110.04109 195.09375 110.86922ZM203.59375 113.63484L203.75 114.55672Q203.29688 114.65047 202.95312 114.65047Q202.375 114.65047 202.0625 114.47859Q201.75 114.29109 201.60938 113.99422Q201.48438 113.69734 201.48438 112.74422L201.48438 109.16609L200.71875 109.16609L200.71875 108.35359L201.48438 108.35359L201.48438 106.80672L202.53125 106.18172L202.53125 108.35359L203.59375 108.35359L203.59375 109.16609L202.53125 109.16609L202.53125 112.80672Q202.53125 113.25984 202.57812 113.38484Q202.64062 113.50984 202.76562 113.58797Q202.89062 113.66609 203.125 113.66609Q203.3125 113.66609 203.59375 113.63484ZM208.35938 112.29109L209.39062 112.43172Q209.21875 113.49422 208.51562 114.10359Q207.8125 114.71297 206.79688 114.71297Q205.51562 114.71297 204.73438 113.88484Q203.96875 113.04109 203.96875 111.47859Q203.96875 110.47859 204.29688 109.72859Q204.64062 108.96297 205.3125 108.58797Q206.0 108.21297 206.8125 108.21297Q207.8125 108.21297 208.45312 108.72859Q209.10938 109.22859 209.29688 110.18172L208.26562 110.33797Q208.125 109.71297 207.75 109.40047Q207.375 109.07234 206.84375 109.07234Q206.04688 109.07234 205.54688 109.65047Q205.04688 110.21297 205.04688 111.44734Q205.04688 112.71297 205.53125 113.27547Q206.01562 113.83797 206.78125 113.83797Q207.40625 113.83797 207.8125 113.46297Q208.23438 113.08797 208.35938 112.29109ZM210.59375 114.57234L210.59375 113.36922L211.79688 113.36922L211.79688 114.57234L210.59375 114.57234ZM213.98438 117.10359L213.23438 117.10359Q214.98438 114.29109 214.98438 111.46297Q214.98438 110.36922 214.73438 109.27547Q214.53125 108.40047 214.17188 107.58797Q213.9375 107.07234 213.23438 105.83797L213.98438 105.83797Q215.07812 107.30672 215.60938 108.79109Q216.0625 110.07234 216.0625 111.46297Q216.0625 113.04109 215.45312 114.52547Q214.84375 115.99422 213.98438 117.10359Z" fill-rule="nonzero"/><path fill="#666666" d="M25.453125 136.69005L25.453125 128.0963L31.65625 128.0963L31.65625 129.11192L26.59375 129.11192L26.59375 131.73692L31.34375 131.73692L31.34375 132.75255L26.59375 132.75255L26.59375 135.67442L31.859375 135.67442L31.859375 136.69005L25.453125 136.69005ZM35.015625 136.69005L32.65625 130.4713L33.765625 130.4713L35.109375 134.19005Q35.3125 134.79942 35.5 135.44005Q35.640625 134.95567 35.890625 134.26817L37.28125 130.4713L38.359375 130.4713L36.0 136.69005L35.015625 136.69005ZM43.359375 135.92442Q42.765625 136.42442 42.21875 136.62755Q41.6875 136.83067 41.0625 136.83067Q40.03125 136.83067 39.484375 136.33067Q38.9375 135.83067 38.9375 135.04942Q38.9375 134.5963 39.140625 134.2213Q39.34375 133.83067 39.6875 133.61192Q40.03125 133.37755 40.453125 133.26817Q40.75 133.17442 41.390625 133.0963Q42.65625 132.95567 43.265625 132.73692Q43.265625 132.51817 43.265625 132.4713Q43.265625 131.81505 42.96875 131.54942Q42.5625 131.20567 41.765625 131.20567Q41.03125 131.20567 40.671875 131.4713Q40.3125 131.7213 40.140625 132.37755L39.109375 132.23692Q39.25 131.58067 39.578125 131.17442Q39.90625 130.76817 40.515625 130.54942Q41.125 130.33067 41.921875 130.33067Q42.71875 130.33067 43.21875 130.51817Q43.71875 130.70567 43.953125 130.98692Q44.1875 131.26817 44.28125 131.70567Q44.328125 131.9713 44.328125 132.67442L44.328125 134.08067Q44.328125 135.54942 44.390625 135.94005Q44.46875 136.33067 44.671875 136.69005L43.5625 136.69005Q43.40625 136.36192 43.359375 135.92442ZM43.265625 133.56505Q42.6875 133.79942 41.546875 133.9713Q40.890625 134.06505 40.625 134.19005Q40.359375 134.29942 40.203125 134.51817Q40.0625 134.73692 40.0625 135.01817Q40.0625 135.44005 40.375 135.7213Q40.703125 136.00255 41.3125 136.00255Q41.921875 136.00255 42.390625 135.73692Q42.875 135.4713 43.09375 135.00255Q43.265625 134.64317 43.265625 133.95567L43.265625 133.56505ZM46.296875 136.69005L46.296875 130.4713L47.234375 130.4713L47.234375 131.3463Q47.921875 130.33067 49.21875 130.33067Q49.78125 130.33067 50.25 130.5338Q50.734375 130.73692 50.96875 131.06505Q51.203125 131.39317 51.296875 131.83067Q51.34375 132.12755 51.34375 132.86192L51.34375 136.69005L50.296875 136.69005L50.296875 132.9088Q50.296875 132.25255 50.171875 131.94005Q50.046875 131.62755 49.734375 131.44005Q49.421875 131.23692 49.0 131.23692Q48.328125 131.23692 47.828125 131.67442Q47.34375 132.0963 47.34375 133.2838L47.34375 136.69005L46.296875 136.69005ZM53.09375 137.20567L54.125 137.36192Q54.1875 137.83067 54.484375 138.04942Q54.875 138.3463 55.546875 138.3463Q56.28125 138.3463 56.671875 138.04942Q57.078125 137.75255 57.21875 137.23692Q57.3125 136.9088 57.296875 135.87755Q56.609375 136.69005 55.578125 136.69005Q54.296875 136.69005 53.59375 135.76817Q52.890625 134.83067 52.890625 133.54942Q52.890625 132.6588 53.203125 131.9088Q53.53125 131.14317 54.140625 130.73692Q54.75 130.33067 55.578125 130.33067Q56.6875 130.33067 57.40625 131.2213L57.40625 130.4713L58.375 130.4713L58.375 135.8463Q58.375 137.29942 58.078125 137.9088Q57.78125 138.51817 57.140625 138.86192Q56.5 139.2213 55.5625 139.2213Q54.453125 139.2213 53.765625 138.7213Q53.078125 138.2213 53.09375 137.20567ZM53.96875 133.4713Q53.96875 134.69005 54.453125 135.25255Q54.9375 135.81505 55.671875 135.81505Q56.40625 135.81505 56.890625 135.25255Q57.390625 134.69005 57.390625 133.50255Q57.390625 132.36192 56.875 131.7838Q56.375 131.20567 55.65625 131.20567Q54.953125 131.20567 54.453125 131.7838Q53.96875 132.3463 53.96875 133.4713ZM64.546875 134.69005L65.640625 134.81505Q65.390625 135.76817 64.6875 136.29942Q63.984375 136.83067 62.90625 136.83067Q61.546875 136.83067 60.734375 135.98692Q59.9375 135.14317 59.9375 133.62755Q59.9375 132.06505 60.75 131.20567Q61.5625 130.33067 62.84375 130.33067Q64.09375 130.33067 64.875 131.17442Q65.671875 132.01817 65.671875 133.56505Q65.671875 133.6588 65.671875 133.8463L61.03125 133.8463Q61.09375 134.87755 61.609375 135.42442Q62.125 135.95567 62.90625 135.95567Q63.484375 135.95567 63.890625 135.6588Q64.3125 135.3463 64.546875 134.69005ZM61.09375 132.98692L64.5625 132.98692Q64.5 132.19005 64.171875 131.79942Q63.65625 131.19005 62.859375 131.19005Q62.125 131.19005 61.625 131.67442Q61.140625 132.1588 61.09375 132.98692ZM67.265625 136.69005L67.265625 128.0963L68.328125 128.0963L68.328125 136.69005L67.265625 136.69005ZM70.296875 129.31505L70.296875 128.0963L71.359375 128.0963L71.359375 129.31505L70.296875 129.31505ZM70.296875 136.69005L70.296875 130.4713L71.359375 130.4713L71.359375 136.69005L70.296875 136.69005ZM72.875 134.83067L73.90625 134.67442Q74.0 135.29942 74.390625 135.62755Q74.796875 135.95567 75.53125 135.95567Q76.25 135.95567 76.59375 135.67442Q76.953125 135.37755 76.953125 134.9713Q76.953125 134.61192 76.640625 134.4088Q76.421875 134.26817 75.5625 134.04942Q74.40625 133.75255 73.953125 133.54942Q73.515625 133.33067 73.28125 132.95567Q73.046875 132.58067 73.046875 132.11192Q73.046875 131.70567 73.234375 131.3463Q73.421875 130.98692 73.75 130.75255Q74.0 130.58067 74.421875 130.45567Q74.84375 130.33067 75.34375 130.33067Q76.0625 130.33067 76.609375 130.54942Q77.171875 130.75255 77.4375 131.11192Q77.703125 131.4713 77.796875 132.06505L76.765625 132.20567Q76.703125 131.73692 76.359375 131.4713Q76.03125 131.19005 75.40625 131.19005Q74.6875 131.19005 74.375 131.44005Q74.0625 131.67442 74.0625 132.00255Q74.0625 132.20567 74.1875 132.36192Q74.328125 132.5338 74.59375 132.64317Q74.75 132.70567 75.53125 132.9088Q76.65625 133.2213 77.09375 133.4088Q77.53125 133.5963 77.78125 133.95567Q78.03125 134.31505 78.03125 134.86192Q78.03125 135.39317 77.71875 135.86192Q77.421875 136.31505 76.84375 136.58067Q76.265625 136.83067 75.53125 136.83067Q74.3125 136.83067 73.671875 136.33067Q73.046875 135.81505 72.875 134.83067ZM79.296875 136.69005L79.296875 130.4713L80.234375 130.4713L80.234375 131.3463Q80.53125 130.87755 81.015625 130.61192Q81.5 130.33067 82.125 130.33067Q82.8125 130.33067 83.25 130.61192Q83.703125 130.89317 83.875 131.4088Q84.625 130.33067 85.796875 130.33067Q86.734375 130.33067 87.21875 130.8463Q87.71875 131.3463 87.71875 132.42442L87.71875 136.69005L86.671875 136.69005L86.671875 132.76817Q86.671875 132.14317 86.5625 131.86192Q86.46875 131.58067 86.203125 131.4088Q85.9375 131.23692 85.5625 131.23692Q84.90625 131.23692 84.46875 131.67442Q84.046875 132.11192 84.046875 133.08067L84.046875 136.69005L82.984375 136.69005L82.984375 132.64317Q82.984375 131.94005 82.71875 131.5963Q82.46875 131.23692 81.890625 131.23692Q81.4375 131.23692 81.0625 131.4713Q80.6875 131.70567 80.515625 132.1588Q80.34375 132.61192 80.34375 133.45567L80.34375 136.69005L79.296875 136.69005ZM91.5 136.83067L93.984375 127.95567L94.828125 127.95567L92.34375 136.83067L91.5 136.83067ZM97.484375 136.69005L100.78125 128.0963L102.0 128.0963L105.515625 136.69005L104.234375 136.69005L103.21875 134.08067L99.640625 134.08067L98.6875 136.69005L97.484375 136.69005ZM99.96875 133.1588L102.875 133.1588L101.984375 130.7838Q101.5625 129.70567 101.375 129.00255Q101.203125 129.83067 100.90625 130.64317L99.96875 133.1588ZM110.328125 136.69005L110.328125 135.9088Q109.734375 136.83067 108.59375 136.83067Q107.84375 136.83067 107.21875 136.42442Q106.59375 136.00255 106.25 135.26817Q105.90625 134.5338 105.90625 133.58067Q105.90625 132.6588 106.21875 131.89317Q106.53125 131.12755 107.15625 130.73692Q107.78125 130.33067 108.546875 130.33067Q109.109375 130.33067 109.546875 130.56505Q109.984375 130.79942 110.265625 131.17442L110.265625 128.0963L111.3125 128.0963L111.3125 136.69005L110.328125 136.69005ZM107.0 133.58067Q107.0 134.7838 107.5 135.37755Q108.0 135.95567 108.6875 135.95567Q109.375 135.95567 109.859375 135.39317Q110.34375 134.83067 110.34375 133.67442Q110.34375 132.39317 109.84375 131.79942Q109.359375 131.20567 108.640625 131.20567Q107.9375 131.20567 107.46875 131.7838Q107.0 132.3463 107.0 133.58067ZM115.015625 136.69005L112.65625 130.4713L113.765625 130.4713L115.109375 134.19005Q115.3125 134.79942 115.5 135.44005Q115.640625 134.95567 115.890625 134.26817L117.28125 130.4713L118.359375 130.4713L116.0 136.69005L115.015625 136.69005ZM118.90625 133.58067Q118.90625 131.8463 119.859375 131.01817Q120.65625 130.33067 121.8125 130.33067Q123.09375 130.33067 123.90625 131.17442Q124.734375 132.00255 124.734375 133.48692Q124.734375 134.69005 124.375 135.37755Q124.015625 136.06505 123.3125 136.45567Q122.625 136.83067 121.8125 136.83067Q120.515625 136.83067 119.703125 136.00255Q118.90625 135.1588 118.90625 133.58067ZM119.984375 133.58067Q119.984375 134.76817 120.5 135.36192Q121.03125 135.95567 121.8125 135.95567Q122.609375 135.95567 123.125 135.36192Q123.640625 134.76817 123.640625 133.54942Q123.640625 132.39317 123.109375 131.79942Q122.59375 131.20567 121.8125 131.20567Q121.03125 131.20567 120.5 131.79942Q119.984375 132.37755 119.984375 133.58067ZM130.35938 134.4088L131.39062 134.54942Q131.21875 135.61192 130.51562 136.2213Q129.8125 136.83067 128.79688 136.83067Q127.515625 136.83067 126.734375 136.00255Q125.96875 135.1588 125.96875 133.5963Q125.96875 132.5963 126.296875 131.8463Q126.640625 131.08067 127.3125 130.70567Q128.0 130.33067 128.8125 130.33067Q129.8125 130.33067 130.45312 130.8463Q131.10938 131.3463 131.29688 132.29942L130.26562 132.45567Q130.125 131.83067 129.75 131.51817Q129.375 131.19005 128.84375 131.19005Q128.04688 131.19005 127.546875 131.76817Q127.046875 132.33067 127.046875 133.56505Q127.046875 134.83067 127.53125 135.39317Q128.01562 135.95567 128.78125 135.95567Q129.40625 135.95567 129.8125 135.58067Q130.23438 135.20567 130.35938 134.4088ZM136.35938 135.92442Q135.76562 136.42442 135.21875 136.62755Q134.6875 136.83067 134.0625 136.83067Q133.03125 136.83067 132.48438 136.33067Q131.9375 135.83067 131.9375 135.04942Q131.9375 134.5963 132.14062 134.2213Q132.34375 133.83067 132.6875 133.61192Q133.03125 133.37755 133.45312 133.26817Q133.75 133.17442 134.39062 133.0963Q135.65625 132.95567 136.26562 132.73692Q136.26562 132.51817 136.26562 132.4713Q136.26562 131.81505 135.96875 131.54942Q135.5625 131.20567 134.76562 131.20567Q134.03125 131.20567 133.67188 131.4713Q133.3125 131.7213 133.14062 132.37755L132.10938 132.23692Q132.25 131.58067 132.57812 131.17442Q132.90625 130.76817 133.51562 130.54942Q134.125 130.33067 134.92188 130.33067Q135.71875 130.33067 136.21875 130.51817Q136.71875 130.70567 136.95312 130.98692Q137.1875 131.26817 137.28125 131.70567Q137.32812 131.9713 137.32812 132.67442L137.32812 134.08067Q137.32812 135.54942 137.39062 135.94005Q137.46875 136.33067 137.67188 136.69005L136.5625 136.69005Q136.40625 136.36192 136.35938 135.92442ZM136.26562 133.56505Q135.6875 133.79942 134.54688 133.9713Q133.89062 134.06505 133.625 134.19005Q133.35938 134.29942 133.20312 134.51817Q133.0625 134.73692 133.0625 135.01817Q133.0625 135.44005 133.375 135.7213Q133.70312 136.00255 134.3125 136.00255Q134.92188 136.00255 135.39062 135.73692Q135.875 135.4713 136.09375 135.00255Q136.26562 134.64317 136.26562 133.95567L136.26562 133.56505ZM143.35938 134.4088L144.39062 134.54942Q144.21875 135.61192 143.51562 136.2213Q142.8125 136.83067 141.79688 136.83067Q140.51562 136.83067 139.73438 136.00255Q138.96875 135.1588 138.96875 133.5963Q138.96875 132.5963 139.29688 131.8463Q139.64062 131.08067 140.3125 130.70567Q141.0 130.33067 141.8125 130.33067Q142.8125 130.33067 143.45312 130.8463Q144.10938 131.3463 144.29688 132.29942L143.26562 132.45567Q143.125 131.83067 142.75 131.51817Q142.375 131.19005 141.84375 131.19005Q141.04688 131.19005 140.54688 131.76817Q140.04688 132.33067 140.04688 133.56505Q140.04688 134.83067 140.53125 135.39317Q141.01562 135.95567 141.78125 135.95567Q142.40625 135.95567 142.8125 135.58067Q143.23438 135.20567 143.35938 134.4088ZM145.25 139.08067L145.125 138.0963Q145.46875 138.19005 145.73438 138.19005Q146.07812 138.19005 146.28125 138.06505Q146.5 137.95567 146.64062 137.75255Q146.73438 137.58067 146.96875 136.95567Q146.98438 136.87755 147.0625 136.70567L144.6875 130.4713L145.82812 130.4713L147.125 134.06505Q147.375 134.75255 147.57812 135.51817Q147.76562 134.7838 148.01562 134.0963L149.34375 130.4713L150.39062 130.4713L148.03125 136.79942Q147.64062 137.81505 147.4375 138.20567Q147.15625 138.73692 146.78125 138.9713Q146.42188 139.2213 145.92188 139.2213Q145.625 139.2213 145.25 139.08067ZM156.3125 139.2213Q155.4375 138.11192 154.82812 136.64317Q154.23438 135.1588 154.23438 133.58067Q154.23438 132.19005 154.67188 130.9088Q155.20312 129.42442 156.3125 127.95567L157.0625 127.95567Q156.35938 129.17442 156.125 129.69005Q155.76562 130.50255 155.5625 131.37755Q155.3125 132.4713 155.3125 133.58067Q155.3125 136.4088 157.0625 139.2213L156.3125 139.2213ZM159.26562 136.69005L158.28125 136.69005L158.28125 128.0963L159.34375 128.0963L159.34375 131.1588Q160.01562 130.33067 161.04688 130.33067Q161.625 130.33067 162.125 130.56505Q162.64062 130.7838 162.96875 131.20567Q163.3125 131.62755 163.5 132.2213Q163.6875 132.81505 163.6875 133.48692Q163.6875 135.08067 162.89062 135.95567Q162.09375 136.83067 161.0 136.83067Q159.89062 136.83067 159.26562 135.9088L159.26562 136.69005ZM159.25 133.5338Q159.25 134.64317 159.5625 135.14317Q160.0625 135.95567 160.90625 135.95567Q161.59375 135.95567 162.09375 135.36192Q162.60938 134.76817 162.60938 133.56505Q162.60938 132.3463 162.125 131.76817Q161.64062 131.19005 160.95312 131.19005Q160.26562 131.19005 159.75 131.79942Q159.25 132.39317 159.25 133.5338ZM165.26562 136.69005L165.26562 128.0963L166.32812 128.0963L166.32812 136.69005L165.26562 136.69005ZM167.90625 133.58067Q167.90625 131.8463 168.85938 131.01817Q169.65625 130.33067 170.8125 130.33067Q172.09375 130.33067 172.90625 131.17442Q173.73438 132.00255 173.73438 133.48692Q173.73438 134.69005 173.375 135.37755Q173.01562 136.06505 172.3125 136.45567Q171.625 136.83067 170.8125 136.83067Q169.51562 136.83067 168.70312 136.00255Q167.90625 135.1588 167.90625 133.58067ZM168.98438 133.58067Q168.98438 134.76817 169.5 135.36192Q170.03125 135.95567 170.8125 135.95567Q171.60938 135.95567 172.125 135.36192Q172.64062 134.76817 172.64062 133.54942Q172.64062 132.39317 172.10938 131.79942Q171.59375 131.20567 170.8125 131.20567Q170.03125 131.20567 169.5 131.79942Q168.98438 132.37755 168.98438 133.58067ZM175.09375 137.20567L176.125 137.36192Q176.1875 137.83067 176.48438 138.04942Q176.875 138.3463 177.54688 138.3463Q178.28125 138.3463 178.67188 138.04942Q179.07812 137.75255 179.21875 137.23692Q179.3125 136.9088 179.29688 135.87755Q178.60938 136.69005 177.57812 136.69005Q176.29688 136.69005 175.59375 135.76817Q174.89062 134.83067 174.89062 133.54942Q174.89062 132.6588 175.20312 131.9088Q175.53125 131.14317 176.14062 130.73692Q176.75 130.33067 177.57812 130.33067Q178.6875 130.33067 179.40625 131.2213L179.40625 130.4713L180.375 130.4713L180.375 135.8463Q180.375 137.29942 180.07812 137.9088Q179.78125 138.51817 179.14062 138.86192Q178.5 139.2213 177.5625 139.2213Q176.45312 139.2213 175.76562 138.7213Q175.07812 138.2213 175.09375 137.20567ZM175.96875 133.4713Q175.96875 134.69005 176.45312 135.25255Q176.9375 135.81505 177.67188 135.81505Q178.40625 135.81505 178.89062 135.25255Q179.39062 134.69005 179.39062 133.50255Q179.39062 132.36192 178.875 131.7838Q178.375 131.20567 177.65625 131.20567Q176.95312 131.20567 176.45312 131.7838Q175.96875 132.3463 175.96875 133.4713ZM185.29688 139.08067L185.29688 130.4713L186.25 130.4713L186.25 131.26817Q186.59375 130.79942 187.01562 130.56505Q187.45312 130.33067 188.0625 130.33067Q188.85938 130.33067 189.46875 130.73692Q190.07812 131.14317 190.375 131.89317Q190.6875 132.64317 190.6875 133.5338Q190.6875 134.48692 190.34375 135.25255Q190.01562 136.01817 189.35938 136.42442Q188.70312 136.83067 187.98438 136.83067Q187.45312 136.83067 187.03125 136.61192Q186.60938 136.37755 186.34375 136.04942L186.34375 139.08067L185.29688 139.08067ZM186.25 133.61192Q186.25 134.81505 186.73438 135.39317Q187.21875 135.95567 187.90625 135.95567Q188.60938 135.95567 189.10938 135.36192Q189.60938 134.76817 189.60938 133.51817Q189.60938 132.33067 189.125 131.75255Q188.64062 131.1588 187.95312 131.1588Q187.28125 131.1588 186.76562 131.7838Q186.25 132.4088 186.25 133.61192ZM191.90625 133.58067Q191.90625 131.8463 192.85938 131.01817Q193.65625 130.33067 194.8125 130.33067Q196.09375 130.33067 196.90625 131.17442Q197.73438 132.00255 197.73438 133.48692Q197.73438 134.69005 197.375 135.37755Q197.01562 136.06505 196.3125 136.45567Q195.625 136.83067 194.8125 136.83067Q193.51562 136.83067 192.70312 136.00255Q191.90625 135.1588 191.90625 133.58067ZM192.98438 133.58067Q192.98438 134.76817 193.5 135.36192Q194.03125 135.95567 194.8125 135.95567Q195.60938 135.95567 196.125 135.36192Q196.64062 134.76817 196.64062 133.54942Q196.64062 132.39317 196.10938 131.79942Q195.59375 131.20567 194.8125 131.20567Q194.03125 131.20567 193.5 131.79942Q192.98438 132.37755 192.98438 133.58067ZM198.875 134.83067L199.90625 134.67442Q200.0 135.29942 200.39062 135.62755Q200.79688 135.95567 201.53125 135.95567Q202.25 135.95567 202.59375 135.67442Q202.95312 135.37755 202.95312 134.9713Q202.95312 134.61192 202.64062 134.4088Q202.42188 134.26817 201.5625 134.04942Q200.40625 133.75255 199.95312 133.54942Q199.51562 133.33067 199.28125 132.95567Q199.04688 132.58067 199.04688 132.11192Q199.04688 131.70567 199.23438 131.3463Q199.42188 130.98692 199.75 130.75255Q200.0 130.58067 200.42188 130.45567Q200.84375 130.33067 201.34375 130.33067Q202.0625 130.33067 202.60938 130.54942Q203.17188 130.75255 203.4375 131.11192Q203.70312 131.4713 203.79688 132.06505L202.76562 132.20567Q202.70312 131.73692 202.35938 131.4713Q202.03125 131.19005 201.40625 131.19005Q200.6875 131.19005 200.375 131.44005Q200.0625 131.67442 200.0625 132.00255Q200.0625 132.20567 200.1875 132.36192Q200.32812 132.5338 200.59375 132.64317Q200.75 132.70567 201.53125 132.9088Q202.65625 133.2213 203.09375 133.4088Q203.53125 133.5963 203.78125 133.95567Q204.03125 134.31505 204.03125 134.86192Q204.03125 135.39317 203.71875 135.86192Q203.42188 136.31505 202.84375 136.58067Q202.26562 136.83067 201.53125 136.83067Q200.3125 136.83067 199.67188 136.33067Q199.04688 135.81505 198.875 134.83067ZM207.59375 135.75255L207.75 136.67442Q207.29688 136.76817 206.95312 136.76817Q206.375 136.76817 206.0625 136.5963Q205.75 136.4088 205.60938 136.11192Q205.48438 135.81505 205.48438 134.86192L205.48438 131.2838L204.71875 131.2838L204.71875 130.4713L205.48438 130.4713L205.48438 128.92442L206.53125 128.29942L206.53125 130.4713L207.59375 130.4713L207.59375 131.2838L206.53125 131.2838L206.53125 134.92442Q206.53125 135.37755 206.57812 135.50255Q206.64062 135.62755 206.76562 135.70567Q206.89062 135.7838 207.125 135.7838Q207.3125 135.7838 207.59375 135.75255ZM207.875 134.83067L208.90625 134.67442Q209.0 135.29942 209.39062 135.62755Q209.79688 135.95567 210.53125 135.95567Q211.25 135.95567 211.59375 135.67442Q211.95312 135.37755 211.95312 134.9713Q211.95312 134.61192 211.64062 134.4088Q211.42188 134.26817 210.5625 134.04942Q209.40625 133.75255 208.95312 133.54942Q208.51562 133.33067 208.28125 132.95567Q208.04688 132.58067 208.04688 132.11192Q208.04688 131.70567 208.23438 131.3463Q208.42188 130.98692 208.75 130.75255Q209.0 130.58067 209.42188 130.45567Q209.84375 130.33067 210.34375 130.33067Q211.0625 130.33067 211.60938 130.54942Q212.17188 130.75255 212.4375 131.11192Q212.70312 131.4713 212.79688 132.06505L211.76562 132.20567Q211.70312 131.73692 211.35938 131.4713Q211.03125 131.19005 210.40625 131.19005Q209.6875 131.19005 209.375 131.44005Q209.0625 131.67442 209.0625 132.00255Q209.0625 132.20567 209.1875 132.36192Q209.32812 132.5338 209.59375 132.64317Q209.75 132.70567 210.53125 132.9088Q211.65625 133.2213 212.09375 133.4088Q212.53125 133.5963 212.78125 133.95567Q213.03125 134.31505 213.03125 134.86192Q213.03125 135.39317 212.71875 135.86192Q212.42188 136.31505 211.84375 136.58067Q211.26562 136.83067 210.53125 136.83067Q209.3125 136.83067 208.67188 136.33067Q208.04688 135.81505 207.875 134.83067ZM214.5625 136.69005L214.5625 135.48692L215.76562 135.48692L215.76562 136.69005Q215.76562 137.3463 215.53125 137.75255Q215.29688 138.17442 214.79688 138.39317L214.5 137.94005Q214.82812 137.79942 214.98438 137.50255Q215.14062 137.2213 215.17188 136.69005L214.5625 136.69005Z" fill-rule="nonzero"/><path fill="#666666" d="M114.296875 153.08067L114.296875 144.4713L115.25 144.4713L115.25 145.26817Q115.59375 144.79942 116.015625 144.56505Q116.453125 144.33067 117.0625 144.33067Q117.859375 144.33067 118.46875 144.73692Q119.078125 145.14317 119.375 145.89317Q119.6875 146.64317 119.6875 147.5338Q119.6875 148.48692 119.34375 149.25255Q119.015625 150.01817 118.359375 150.42442Q117.703125 150.83067 116.984375 150.83067Q116.453125 150.83067 116.03125 150.61192Q115.609375 150.37755 115.34375 150.04942L115.34375 153.08067L114.296875 153.08067ZM115.25 147.61192Q115.25 148.81505 115.734375 149.39317Q116.21875 149.95567 116.90625 149.95567Q117.609375 149.95567 118.109375 149.36192Q118.609375 148.76817 118.609375 147.51817Q118.609375 146.33067 118.125 145.75255Q117.640625 145.1588 116.953125 145.1588Q116.28125 145.1588 115.765625 145.7838Q115.25 146.4088 115.25 147.61192ZM121.28125 150.69005L121.28125 144.4713L122.234375 144.4713L122.234375 145.4088Q122.59375 144.75255 122.890625 144.54942Q123.203125 144.33067 123.578125 144.33067Q124.109375 144.33067 124.65625 144.6588L124.296875 145.64317Q123.90625 145.4088 123.53125 145.4088Q123.171875 145.4088 122.890625 145.62755Q122.625 145.83067 122.515625 146.20567Q122.328125 146.76817 122.328125 147.42442L122.328125 150.69005L121.28125 150.69005ZM129.54688 148.69005L130.64062 148.81505Q130.39062 149.76817 129.6875 150.29942Q128.98438 150.83067 127.90625 150.83067Q126.546875 150.83067 125.734375 149.98692Q124.9375 149.14317 124.9375 147.62755Q124.9375 146.06505 125.75 145.20567Q126.5625 144.33067 127.84375 144.33067Q129.09375 144.33067 129.875 145.17442Q130.67188 146.01817 130.67188 147.56505Q130.67188 147.6588 130.67188 147.8463L126.03125 147.8463Q126.09375 148.87755 126.609375 149.42442Q127.125 149.95567 127.90625 149.95567Q128.48438 149.95567 128.89062 149.6588Q129.3125 149.3463 129.54688 148.69005ZM126.09375 146.98692L129.5625 146.98692Q129.5 146.19005 129.17188 145.79942Q128.65625 145.19005 127.859375 145.19005Q127.125 145.19005 126.625 145.67442Q126.140625 146.1588 126.09375 146.98692ZM131.875 148.83067L132.90625 148.67442Q133.0 149.29942 133.39062 149.62755Q133.79688 149.95567 134.53125 149.95567Q135.25 149.95567 135.59375 149.67442Q135.95312 149.37755 135.95312 148.9713Q135.95312 148.61192 135.64062 148.4088Q135.42188 148.26817 134.5625 148.04942Q133.40625 147.75255 132.95312 147.54942Q132.51562 147.33067 132.28125 146.95567Q132.04688 146.58067 132.04688 146.11192Q132.04688 145.70567 132.23438 145.3463Q132.42188 144.98692 132.75 144.75255Q133.0 144.58067 133.42188 144.45567Q133.84375 144.33067 134.34375 144.33067Q135.0625 144.33067 135.60938 144.54942Q136.17188 144.75255 136.4375 145.11192Q136.70312 145.4713 136.79688 146.06505L135.76562 146.20567Q135.70312 145.73692 135.35938 145.4713Q135.03125 145.19005 134.40625 145.19005Q133.6875 145.19005 133.375 145.44005Q133.0625 145.67442 133.0625 146.00255Q133.0625 146.20567 133.1875 146.36192Q133.32812 146.5338 133.59375 146.64317Q133.75 146.70567 134.53125 146.9088Q135.65625 147.2213 136.09375 147.4088Q136.53125 147.5963 136.78125 147.95567Q137.03125 148.31505 137.03125 148.86192Q137.03125 149.39317 136.71875 149.86192Q136.42188 150.31505 135.84375 150.58067Q135.26562 150.83067 134.53125 150.83067Q133.3125 150.83067 132.67188 150.33067Q132.04688 149.81505 131.875 148.83067ZM142.54688 148.69005L143.64062 148.81505Q143.39062 149.76817 142.6875 150.29942Q141.98438 150.83067 140.90625 150.83067Q139.54688 150.83067 138.73438 149.98692Q137.9375 149.14317 137.9375 147.62755Q137.9375 146.06505 138.75 145.20567Q139.5625 144.33067 140.84375 144.33067Q142.09375 144.33067 142.875 145.17442Q143.67188 146.01817 143.67188 147.56505Q143.67188 147.6588 143.67188 147.8463L139.03125 147.8463Q139.09375 148.87755 139.60938 149.42442Q140.125 149.95567 140.90625 149.95567Q141.48438 149.95567 141.89062 149.6588Q142.3125 149.3463 142.54688 148.69005ZM139.09375 146.98692L142.5625 146.98692Q142.5 146.19005 142.17188 145.79942Q141.65625 145.19005 140.85938 145.19005Q140.125 145.19005 139.625 145.67442Q139.14062 146.1588 139.09375 146.98692ZM145.29688 150.69005L145.29688 144.4713L146.23438 144.4713L146.23438 145.3463Q146.92188 144.33067 148.21875 144.33067Q148.78125 144.33067 149.25 144.5338Q149.73438 144.73692 149.96875 145.06505Q150.20312 145.39317 150.29688 145.83067Q150.34375 146.12755 150.34375 146.86192L150.34375 150.69005L149.29688 150.69005L149.29688 146.9088Q149.29688 146.25255 149.17188 145.94005Q149.04688 145.62755 148.73438 145.44005Q148.42188 145.23692 148.0 145.23692Q147.32812 145.23692 146.82812 145.67442Q146.34375 146.0963 146.34375 147.2838L146.34375 150.69005L145.29688 150.69005ZM154.59375 149.75255L154.75 150.67442Q154.29688 150.76817 153.95312 150.76817Q153.375 150.76817 153.0625 150.5963Q152.75 150.4088 152.60938 150.11192Q152.48438 149.81505 152.48438 148.86192L152.48438 145.2838L151.71875 145.2838L151.71875 144.4713L152.48438 144.4713L152.48438 142.92442L153.53125 142.29942L153.53125 144.4713L154.59375 144.4713L154.59375 145.2838L153.53125 145.2838L153.53125 148.92442Q153.53125 149.37755 153.57812 149.50255Q153.64062 149.62755 153.76562 149.70567Q153.89062 149.7838 154.125 149.7838Q154.3125 149.7838 154.59375 149.75255ZM159.35938 149.92442Q158.76562 150.42442 158.21875 150.62755Q157.6875 150.83067 157.0625 150.83067Q156.03125 150.83067 155.48438 150.33067Q154.9375 149.83067 154.9375 149.04942Q154.9375 148.5963 155.14062 148.2213Q155.34375 147.83067 155.6875 147.61192Q156.03125 147.37755 156.45312 147.26817Q156.75 147.17442 157.39062 147.0963Q158.65625 146.95567 159.26562 146.73692Q159.26562 146.51817 159.26562 146.4713Q159.26562 145.81505 158.96875 145.54942Q158.5625 145.20567 157.76562 145.20567Q157.03125 145.20567 156.67188 145.4713Q156.3125 145.7213 156.14062 146.37755L155.10938 146.23692Q155.25 145.58067 155.57812 145.17442Q155.90625 144.76817 156.51562 144.54942Q157.125 144.33067 157.92188 144.33067Q158.71875 144.33067 159.21875 144.51817Q159.71875 144.70567 159.95312 144.98692Q160.1875 145.26817 160.28125 145.70567Q160.32812 145.9713 160.32812 146.67442L160.32812 148.08067Q160.32812 149.54942 160.39062 149.94005Q160.46875 150.33067 160.67188 150.69005L159.5625 150.69005Q159.40625 150.36192 159.35938 149.92442ZM159.26562 147.56505Q158.6875 147.79942 157.54688 147.9713Q156.89062 148.06505 156.625 148.19005Q156.35938 148.29942 156.20312 148.51817Q156.0625 148.73692 156.0625 149.01817Q156.0625 149.44005 156.375 149.7213Q156.70312 150.00255 157.3125 150.00255Q157.92188 150.00255 158.39062 149.73692Q158.875 149.4713 159.09375 149.00255Q159.26562 148.64317 159.26562 147.95567L159.26562 147.56505ZM164.59375 149.75255L164.75 150.67442Q164.29688 150.76817 163.95312 150.76817Q163.375 150.76817 163.0625 150.5963Q162.75 150.4088 162.60938 150.11192Q162.48438 149.81505 162.48438 148.86192L162.48438 145.2838L161.71875 145.2838L161.71875 144.4713L162.48438 144.4713L162.48438 142.92442L163.53125 142.29942L163.53125 144.4713L164.59375 144.4713L164.59375 145.2838L163.53125 145.2838L163.53125 148.92442Q163.53125 149.37755 163.57812 149.50255Q163.64062 149.62755 163.76562 149.70567Q163.89062 149.7838 164.125 149.7838Q164.3125 149.7838 164.59375 149.75255ZM165.29688 143.31505L165.29688 142.0963L166.35938 142.0963L166.35938 143.31505L165.29688 143.31505ZM165.29688 150.69005L165.29688 144.4713L166.35938 144.4713L166.35938 150.69005L165.29688 150.69005ZM167.90625 147.58067Q167.90625 145.8463 168.85938 145.01817Q169.65625 144.33067 170.8125 144.33067Q172.09375 144.33067 172.90625 145.17442Q173.73438 146.00255 173.73438 147.48692Q173.73438 148.69005 173.375 149.37755Q173.01562 150.06505 172.3125 150.45567Q171.625 150.83067 170.8125 150.83067Q169.51562 150.83067 168.70312 150.00255Q167.90625 149.1588 167.90625 147.58067ZM168.98438 147.58067Q168.98438 148.76817 169.5 149.36192Q170.03125 149.95567 170.8125 149.95567Q171.60938 149.95567 172.125 149.36192Q172.64062 148.76817 172.64062 147.54942Q172.64062 146.39317 172.10938 145.79942Q171.59375 145.20567 170.8125 145.20567Q170.03125 145.20567 169.5 145.79942Q168.98438 146.37755 168.98438 147.58067ZM175.29688 150.69005L175.29688 144.4713L176.23438 144.4713L176.23438 145.3463Q176.92188 144.33067 178.21875 144.33067Q178.78125 144.33067 179.25 144.5338Q179.73438 144.73692 179.96875 145.06505Q180.20312 145.39317 180.29688 145.83067Q180.34375 146.12755 180.34375 146.86192L180.34375 150.69005L179.29688 150.69005L179.29688 146.9088Q179.29688 146.25255 179.17188 145.94005Q179.04688 145.62755 178.73438 145.44005Q178.42188 145.23692 178.0 145.23692Q177.32812 145.23692 176.82812 145.67442Q176.34375 146.0963 176.34375 147.2838L176.34375 150.69005L175.29688 150.69005ZM181.875 148.83067L182.90625 148.67442Q183.0 149.29942 183.39062 149.62755Q183.79688 149.95567 184.53125 149.95567Q185.25 149.95567 185.59375 149.67442Q185.95312 149.37755 185.95312 148.9713Q185.95312 148.61192 185.64062 148.4088Q185.42188 148.26817 184.5625 148.04942Q183.40625 147.75255 182.95312 147.54942Q182.51562 147.33067 182.28125 146.95567Q182.04688 146.58067 182.04688 146.11192Q182.04688 145.70567 182.23438 145.3463Q182.42188 144.98692 182.75 144.75255Q183.0 144.58067 183.42188 144.45567Q183.84375 144.33067 184.34375 144.33067Q185.0625 144.33067 185.60938 144.54942Q186.17188 144.75255 186.4375 145.11192Q186.70312 145.4713 186.79688 146.06505L185.76562 146.20567Q185.70312 145.73692 185.35938 145.4713Q185.03125 145.19005 184.40625 145.19005Q183.6875 145.19005 183.375 145.44005Q183.0625 145.67442 183.0625 146.00255Q183.0625 146.20567 183.1875 146.36192Q183.32812 146.5338 183.59375 146.64317Q183.75 146.70567 184.53125 146.9088Q185.65625 147.2213 186.09375 147.4088Q186.53125 147.5963 186.78125 147.95567Q187.03125 148.31505 187.03125 148.86192Q187.03125 149.39317 186.71875 149.86192Q186.42188 150.31505 185.84375 150.58067Q185.26562 150.83067 184.53125 150.83067Q183.3125 150.83067 182.67188 150.33067Q182.04688 149.81505 181.875 148.83067ZM188.5625 150.69005L188.5625 149.48692L189.76562 149.48692L189.76562 150.69005Q189.76562 151.3463 189.53125 151.75255Q189.29688 152.17442 188.79688 152.39317L188.5 151.94005Q188.82812 151.79942 188.98438 151.50255Q189.14062 151.2213 189.17188 150.69005L188.5625 150.69005ZM198.54688 148.69005L199.64062 148.81505Q199.39062 149.76817 198.6875 150.29942Q197.98438 150.83067 196.90625 150.83067Q195.54688 150.83067 194.73438 149.98692Q193.9375 149.14317 193.9375 147.62755Q193.9375 146.06505 194.75 145.20567Q195.5625 144.33067 196.84375 144.33067Q198.09375 144.33067 198.875 145.17442Q199.67188 146.01817 199.67188 147.56505Q199.67188 147.6588 199.67188 147.8463L195.03125 147.8463Q195.09375 148.87755 195.60938 149.42442Q196.125 149.95567 196.90625 149.95567Q197.48438 149.95567 197.89062 149.6588Q198.3125 149.3463 198.54688 148.69005ZM195.09375 146.98692L198.5625 146.98692Q198.5 146.19005 198.17188 145.79942Q197.65625 145.19005 196.85938 145.19005Q196.125 145.19005 195.625 145.67442Q195.14062 146.1588 195.09375 146.98692ZM203.59375 149.75255L203.75 150.67442Q203.29688 150.76817 202.95312 150.76817Q202.375 150.76817 202.0625 150.5963Q201.75 150.4088 201.60938 150.11192Q201.48438 149.81505 201.48438 148.86192L201.48438 145.2838L200.71875 145.2838L200.71875 144.4713L201.48438 144.4713L201.48438 142.92442L202.53125 142.29942L202.53125 144.4713L203.59375 144.4713L203.59375 145.2838L202.53125 145.2838L202.53125 148.92442Q202.53125 149.37755 202.57812 149.50255Q202.64062 149.62755 202.76562 149.70567Q202.89062 149.7838 203.125 149.7838Q203.3125 149.7838 203.59375 149.75255ZM208.35938 148.4088L209.39062 148.54942Q209.21875 149.61192 208.51562 150.2213Q207.8125 150.83067 206.79688 150.83067Q205.51562 150.83067 204.73438 150.00255Q203.96875 149.1588 203.96875 147.5963Q203.96875 146.5963 204.29688 145.8463Q204.64062 145.08067 205.3125 144.70567Q206.0 144.33067 206.8125 144.33067Q207.8125 144.33067 208.45312 144.8463Q209.10938 145.3463 209.29688 146.29942L208.26562 146.45567Q208.125 145.83067 207.75 145.51817Q207.375 145.19005 206.84375 145.19005Q206.04688 145.19005 205.54688 145.76817Q205.04688 146.33067 205.04688 147.56505Q205.04688 148.83067 205.53125 149.39317Q206.01562 149.95567 206.78125 149.95567Q207.40625 149.95567 207.8125 149.58067Q208.23438 149.20567 208.35938 148.4088ZM210.59375 150.69005L210.59375 149.48692L211.79688 149.48692L211.79688 150.69005L210.59375 150.69005ZM213.98438 153.2213L213.23438 153.2213Q214.98438 150.4088 214.98438 147.58067Q214.98438 146.48692 214.73438 145.39317Q214.53125 144.51817 214.17188 143.70567Q213.9375 143.19005 213.23438 141.95567L213.98438 141.95567Q215.07812 143.42442 215.60938 144.9088Q216.0625 146.19005 216.0625 147.58067Q216.0625 149.1588 215.45312 150.64317Q214.84375 152.11192 213.98438 153.2213Z" fill-rule="nonzero"/><path fill="#666666" d="M134.42188 172.80775L134.42188 164.214L137.39062 164.214Q138.39062 164.214 138.92188 164.339Q139.65625 164.51088 140.17188 164.94838Q140.85938 165.5265 141.1875 166.43275Q141.53125 167.32338 141.53125 168.464Q141.53125 169.44838 141.29688 170.19838Q141.07812 170.94838 140.71875 171.44838Q140.35938 171.94838 139.92188 172.22963Q139.5 172.51088 138.90625 172.66713Q138.3125 172.80775 137.53125 172.80775L134.42188 172.80775ZM135.5625 171.79213L137.39062 171.79213Q138.25 171.79213 138.73438 171.63588Q139.21875 171.47963 139.5 171.18275Q139.90625 170.79213 140.125 170.10463Q140.35938 169.41713 140.35938 168.44838Q140.35938 167.10463 139.90625 166.38588Q139.46875 165.6515 138.84375 165.4015Q138.375 165.22963 137.375 165.22963L135.5625 165.22963L135.5625 171.79213ZM142.90625 169.69838Q142.90625 167.964 143.85938 167.13588Q144.65625 166.44838 145.8125 166.44838Q147.09375 166.44838 147.90625 167.29213Q148.73438 168.12025 148.73438 169.60463Q148.73438 170.80775 148.375 171.49525Q148.01562 172.18275 147.3125 172.57338Q146.625 172.94838 145.8125 172.94838Q144.51562 172.94838 143.70312 172.12025Q142.90625 171.2765 142.90625 169.69838ZM143.98438 169.69838Q143.98438 170.88588 144.5 171.47963Q145.03125 172.07338 145.8125 172.07338Q146.60938 172.07338 147.125 171.47963Q147.64062 170.88588 147.64062 169.66713Q147.64062 168.51088 147.10938 167.91713Q146.59375 167.32338 145.8125 167.32338Q145.03125 167.32338 144.5 167.91713Q143.98438 168.49525 143.98438 169.69838ZM154.35938 170.5265L155.39062 170.66713Q155.21875 171.72963 154.51562 172.339Q153.8125 172.94838 152.79688 172.94838Q151.51562 172.94838 150.73438 172.12025Q149.96875 171.2765 149.96875 169.714Q149.96875 168.714 150.29688 167.964Q150.64062 167.19838 151.3125 166.82338Q152.0 166.44838 152.8125 166.44838Q153.8125 166.44838 154.45312 166.964Q155.10938 167.464 155.29688 168.41713L154.26562 168.57338Q154.125 167.94838 153.75 167.63588Q153.375 167.30775 152.84375 167.30775Q152.04688 167.30775 151.54688 167.88588Q151.04688 168.44838 151.04688 169.68275Q151.04688 170.94838 151.53125 171.51088Q152.01562 172.07338 152.78125 172.07338Q153.40625 172.07338 153.8125 171.69838Q154.23438 171.32338 154.35938 170.5265ZM160.375 172.80775L160.375 171.88588Q159.64062 172.94838 158.39062 172.94838Q157.84375 172.94838 157.35938 172.74525Q156.89062 172.5265 156.65625 172.214Q156.42188 171.88588 156.32812 171.41713Q156.26562 171.12025 156.26562 170.43275L156.26562 166.589L157.32812 166.589L157.32812 170.04213Q157.32812 170.85463 157.39062 171.1515Q157.48438 171.55775 157.79688 171.80775Q158.125 172.04213 158.60938 172.04213Q159.07812 172.04213 159.48438 171.80775Q159.90625 171.55775 160.07812 171.13588Q160.26562 170.714 160.26562 169.91713L160.26562 166.589L161.3125 166.589L161.3125 172.80775L160.375 172.80775ZM163.29688 172.80775L163.29688 166.589L164.23438 166.589L164.23438 167.464Q164.53125 166.99525 165.01562 166.72963Q165.5 166.44838 166.125 166.44838Q166.8125 166.44838 167.25 166.72963Q167.70312 167.01088 167.875 167.5265Q168.625 166.44838 169.79688 166.44838Q170.73438 166.44838 171.21875 166.964Q171.71875 167.464 171.71875 168.54213L171.71875 172.80775L170.67188 172.80775L170.67188 168.88588Q170.67188 168.26088 170.5625 167.97963Q170.46875 167.69838 170.20312 167.5265Q169.9375 167.35463 169.5625 167.35463Q168.90625 167.35463 168.46875 167.79213Q168.04688 168.22963 168.04688 169.19838L168.04688 172.80775L166.98438 172.80775L166.98438 168.76088Q166.98438 168.05775 166.71875 167.714Q166.46875 167.35463 165.89062 167.35463Q165.4375 167.35463 165.0625 167.589Q164.6875 167.82338 164.51562 168.2765Q164.34375 168.72963 164.34375 169.57338L164.34375 172.80775L163.29688 172.80775ZM177.54688 170.80775L178.64062 170.93275Q178.39062 171.88588 177.6875 172.41713Q176.98438 172.94838 175.90625 172.94838Q174.54688 172.94838 173.73438 172.10463Q172.9375 171.26088 172.9375 169.74525Q172.9375 168.18275 173.75 167.32338Q174.5625 166.44838 175.84375 166.44838Q177.09375 166.44838 177.875 167.29213Q178.67188 168.13588 178.67188 169.68275Q178.67188 169.7765 178.67188 169.964L174.03125 169.964Q174.09375 170.99525 174.60938 171.54213Q175.125 172.07338 175.90625 172.07338Q176.48438 172.07338 176.89062 171.7765Q177.3125 171.464 177.54688 170.80775ZM174.09375 169.10463L177.5625 169.10463Q177.5 168.30775 177.17188 167.91713Q176.65625 167.30775 175.85938 167.30775Q175.125 167.30775 174.625 167.79213Q174.14062 168.2765 174.09375 169.10463ZM180.29688 172.80775L180.29688 166.589L181.23438 166.589L181.23438 167.464Q181.92188 166.44838 183.21875 166.44838Q183.78125 166.44838 184.25 166.6515Q184.73438 166.85463 184.96875 167.18275Q185.20312 167.51088 185.29688 167.94838Q185.34375 168.24525 185.34375 168.97963L185.34375 172.80775L184.29688 172.80775L184.29688 169.0265Q184.29688 168.37025 184.17188 168.05775Q184.04688 167.74525 183.73438 167.55775Q183.42188 167.35463 183.0 167.35463Q182.32812 167.35463 181.82812 167.79213Q181.34375 168.214 181.34375 169.4015L181.34375 172.80775L180.29688 172.80775ZM189.59375 171.87025L189.75 172.79213Q189.29688 172.88588 188.95312 172.88588Q188.375 172.88588 188.0625 172.714Q187.75 172.5265 187.60938 172.22963Q187.48438 171.93275 187.48438 170.97963L187.48438 167.4015L186.71875 167.4015L186.71875 166.589L187.48438 166.589L187.48438 165.04213L188.53125 164.41713L188.53125 166.589L189.59375 166.589L189.59375 167.4015L188.53125 167.4015L188.53125 171.04213Q188.53125 171.49525 188.57812 171.62025Q188.64062 171.74525 188.76562 171.82338Q188.89062 171.9015 189.125 171.9015Q189.3125 171.9015 189.59375 171.87025ZM194.35938 172.04213Q193.76562 172.54213 193.21875 172.74525Q192.6875 172.94838 192.0625 172.94838Q191.03125 172.94838 190.48438 172.44838Q189.9375 171.94838 189.9375 171.16713Q189.9375 170.714 190.14062 170.339Q190.34375 169.94838 190.6875 169.72963Q191.03125 169.49525 191.45312 169.38588Q191.75 169.29213 192.39062 169.214Q193.65625 169.07338 194.26562 168.85463Q194.26562 168.63588 194.26562 168.589Q194.26562 167.93275 193.96875 167.66713Q193.5625 167.32338 192.76562 167.32338Q192.03125 167.32338 191.67188 167.589Q191.3125 167.839 191.14062 168.49525L190.10938 168.35463Q190.25 167.69838 190.57812 167.29213Q190.90625 166.88588 191.51562 166.66713Q192.125 166.44838 192.92188 166.44838Q193.71875 166.44838 194.21875 166.63588Q194.71875 166.82338 194.95312 167.10463Q195.1875 167.38588 195.28125 167.82338Q195.32812 168.089 195.32812 168.79213L195.32812 170.19838Q195.32812 171.66713 195.39062 172.05775Q195.46875 172.44838 195.67188 172.80775L194.5625 172.80775Q194.40625 172.47963 194.35938 172.04213ZM194.26562 169.68275Q193.6875 169.91713 192.54688 170.089Q191.89062 170.18275 191.625 170.30775Q191.35938 170.41713 191.20312 170.63588Q191.0625 170.85463 191.0625 171.13588Q191.0625 171.55775 191.375 171.839Q191.70312 172.12025 192.3125 172.12025Q192.92188 172.12025 193.39062 171.85463Q193.875 171.589 194.09375 171.12025Q194.26562 170.76088 194.26562 170.07338L194.26562 169.68275ZM199.59375 171.87025L199.75 172.79213Q199.29688 172.88588 198.95312 172.88588Q198.375 172.88588 198.0625 172.714Q197.75 172.5265 197.60938 172.22963Q197.48438 171.93275 197.48438 170.97963L197.48438 167.4015L196.71875 167.4015L196.71875 166.589L197.48438 166.589L197.48438 165.04213L198.53125 164.41713L198.53125 166.589L199.59375 166.589L199.59375 167.4015L198.53125 167.4015L198.53125 171.04213Q198.53125 171.49525 198.57812 171.62025Q198.64062 171.74525 198.76562 171.82338Q198.89062 171.9015 199.125 171.9015Q199.3125 171.9015 199.59375 171.87025ZM200.29688 165.43275L200.29688 164.214L201.35938 164.214L201.35938 165.43275L200.29688 165.43275ZM200.29688 172.80775L200.29688 166.589L201.35938 166.589L201.35938 172.80775L200.29688 172.80775ZM202.90625 169.69838Q202.90625 167.964 203.85938 167.13588Q204.65625 166.44838 205.8125 166.44838Q207.09375 166.44838 207.90625 167.29213Q208.73438 168.12025 208.73438 169.60463Q208.73438 170.80775 208.375 171.49525Q208.01562 172.18275 207.3125 172.57338Q206.625 172.94838 205.8125 172.94838Q204.51562 172.94838 203.70312 172.12025Q202.90625 171.2765 202.90625 169.69838ZM203.98438 169.69838Q203.98438 170.88588 204.5 171.47963Q205.03125 172.07338 205.8125 172.07338Q206.60938 172.07338 207.125 171.47963Q207.64062 170.88588 207.64062 169.66713Q207.64062 168.51088 207.10938 167.91713Q206.59375 167.32338 205.8125 167.32338Q205.03125 167.32338 204.5 167.91713Q203.98438 168.49525 203.98438 169.69838ZM210.29688 172.80775L210.29688 166.589L211.23438 166.589L211.23438 167.464Q211.92188 166.44838 213.21875 166.44838Q213.78125 166.44838 214.25 166.6515Q214.73438 166.85463 214.96875 167.18275Q215.20312 167.51088 215.29688 167.94838Q215.34375 168.24525 215.34375 168.97963L215.34375 172.80775L214.29688 172.80775L214.29688 169.0265Q214.29688 168.37025 214.17188 168.05775Q214.04688 167.74525 213.73438 167.55775Q213.42188 167.35463 213.0 167.35463Q212.32812 167.35463 211.82812 167.79213Q211.34375 168.214 211.34375 169.4015L211.34375 172.80775L210.29688 172.80775Z" fill-rule="nonzero"/><path fill="#666666" d="M172.60938 201.92546L172.60938 194.34734L169.78125 194.34734L169.78125 193.33171L176.59375 193.33171L176.59375 194.34734L173.75 194.34734L173.75 201.92546L172.60938 201.92546ZM181.375 201.92546L181.375 201.00359Q180.64062 202.06609 179.39062 202.06609Q178.84375 202.06609 178.35938 201.86296Q177.89062 201.64421 177.65625 201.33171Q177.42188 201.00359 177.32812 200.53484Q177.26562 200.23796 177.26562 199.55046L177.26562 195.70671L178.32812 195.70671L178.32812 199.15984Q178.32812 199.97234 178.39062 200.26921Q178.48438 200.67546 178.79688 200.92546Q179.125 201.15984 179.60938 201.15984Q180.07812 201.15984 180.48438 200.92546Q180.90625 200.67546 181.07812 200.25359Q181.26562 199.83171 181.26562 199.03484L181.26562 195.70671L182.3125 195.70671L182.3125 201.92546L181.375 201.92546ZM186.59375 200.98796L186.75 201.90984Q186.29688 202.00359 185.95312 202.00359Q185.375 202.00359 185.0625 201.83171Q184.75 201.64421 184.60938 201.34734Q184.48438 201.05046 184.48438 200.09734L184.48438 196.51921L183.71875 196.51921L183.71875 195.70671L184.48438 195.70671L184.48438 194.15984L185.53125 193.53484L185.53125 195.70671L186.59375 195.70671L186.59375 196.51921L185.53125 196.51921L185.53125 200.15984Q185.53125 200.61296 185.57812 200.73796Q185.64062 200.86296 185.76562 200.94109Q185.89062 201.01921 186.125 201.01921Q186.3125 201.01921 186.59375 200.98796ZM186.90625 198.81609Q186.90625 197.08171 187.85938 196.25359Q188.65625 195.56609 189.8125 195.56609Q191.09375 195.56609 191.90625 196.40984Q192.73438 197.23796 192.73438 198.72234Q192.73438 199.92546 192.375 200.61296Q192.01562 201.30046 191.3125 201.69109Q190.625 202.06609 189.8125 202.06609Q188.51562 202.06609 187.70312 201.23796Q186.90625 200.39421 186.90625 198.81609ZM187.98438 198.81609Q187.98438 200.00359 188.5 200.59734Q189.03125 201.19109 189.8125 201.19109Q190.60938 201.19109 191.125 200.59734Q191.64062 200.00359 191.64062 198.78484Q191.64062 197.62859 191.10938 197.03484Q190.59375 196.44109 189.8125 196.44109Q189.03125 196.44109 188.5 197.03484Q187.98438 197.61296 187.98438 198.81609ZM194.28125 201.92546L194.28125 195.70671L195.23438 195.70671L195.23438 196.64421Q195.59375 195.98796 195.89062 195.78484Q196.20312 195.56609 196.57812 195.56609Q197.10938 195.56609 197.65625 195.89421L197.29688 196.87859Q196.90625 196.64421 196.53125 196.64421Q196.17188 196.64421 195.89062 196.86296Q195.625 197.06609 195.51562 197.44109Q195.32812 198.00359 195.32812 198.65984L195.32812 201.92546L194.28125 201.92546ZM198.29688 194.55046L198.29688 193.33171L199.35938 193.33171L199.35938 194.55046L198.29688 194.55046ZM198.29688 201.92546L198.29688 195.70671L199.35938 195.70671L199.35938 201.92546L198.29688 201.92546ZM205.35938 201.15984Q204.76562 201.65984 204.21875 201.86296Q203.6875 202.06609 203.0625 202.06609Q202.03125 202.06609 201.48438 201.56609Q200.9375 201.06609 200.9375 200.28484Q200.9375 199.83171 201.14062 199.45671Q201.34375 199.06609 201.6875 198.84734Q202.03125 198.61296 202.45312 198.50359Q202.75 198.40984 203.39062 198.33171Q204.65625 198.19109 205.26562 197.97234Q205.26562 197.75359 205.26562 197.70671Q205.26562 197.05046 204.96875 196.78484Q204.5625 196.44109 203.76562 196.44109Q203.03125 196.44109 202.67188 196.70671Q202.3125 196.95671 202.14062 197.61296L201.10938 197.47234Q201.25 196.81609 201.57812 196.40984Q201.90625 196.00359 202.51562 195.78484Q203.125 195.56609 203.92188 195.56609Q204.71875 195.56609 205.21875 195.75359Q205.71875 195.94109 205.95312 196.22234Q206.1875 196.50359 206.28125 196.94109Q206.32812 197.20671 206.32812 197.90984L206.32812 199.31609Q206.32812 200.78484 206.39062 201.17546Q206.46875 201.56609 206.67188 201.92546L205.5625 201.92546Q205.40625 201.59734 205.35938 201.15984ZM205.26562 198.80046Q204.6875 199.03484 203.54688 199.20671Q202.89062 199.30046 202.625 199.42546Q202.35938 199.53484 202.20312 199.75359Q202.0625 199.97234 202.0625 200.25359Q202.0625 200.67546 202.375 200.95671Q202.70312 201.23796 203.3125 201.23796Q203.92188 201.23796 204.39062 200.97234Q204.875 200.70671 205.09375 200.23796Q205.26562 199.87859 205.26562 199.19109L205.26562 198.80046ZM208.26562 201.92546L208.26562 193.33171L209.32812 193.33171L209.32812 201.92546L208.26562 201.92546ZM210.875 200.06609L211.90625 199.90984Q212.0 200.53484 212.39062 200.86296Q212.79688 201.19109 213.53125 201.19109Q214.25 201.19109 214.59375 200.90984Q214.95312 200.61296 214.95312 200.20671Q214.95312 199.84734 214.64062 199.64421Q214.42188 199.50359 213.5625 199.28484Q212.40625 198.98796 211.95312 198.78484Q211.51562 198.56609 211.28125 198.19109Q211.04688 197.81609 211.04688 197.34734Q211.04688 196.94109 211.23438 196.58171Q211.42188 196.22234 211.75 195.98796Q212.0 195.81609 212.42188 195.69109Q212.84375 195.56609 213.34375 195.56609Q214.0625 195.56609 214.60938 195.78484Q215.17188 195.98796 215.4375 196.34734Q215.70312 196.70671 215.79688 197.30046L214.76562 197.44109Q214.70312 196.97234 214.35938 196.70671Q214.03125 196.42546 213.40625 196.42546Q212.6875 196.42546 212.375 196.67546Q212.0625 196.90984 212.0625 197.23796Q212.0625 197.44109 212.1875 197.59734Q212.32812 197.76921 212.59375 197.87859Q212.75 197.94109 213.53125 198.14421Q214.65625 198.45671 215.09375 198.64421Q215.53125 198.83171 215.78125 199.19109Q216.03125 199.55046 216.03125 200.09734Q216.03125 200.62859 215.71875 201.09734Q215.42188 201.55046 214.84375 201.81609Q214.26562 202.06609 213.53125 202.06609Q212.3125 202.06609 211.67188 201.56609Q211.04688 201.05046 210.875 200.06609Z" fill-rule="nonzero"/><path fill="#666666" d="M82.375 231.04317L82.375 222.44942L85.609375 222.44942Q86.59375 222.44942 87.1875 222.71504Q87.78125 222.98067 88.109375 223.52754Q88.453125 224.05879 88.453125 224.65254Q88.453125 225.19942 88.15625 225.68379Q87.859375 226.16817 87.25 226.46504Q88.03125 226.69942 88.4375 227.26192Q88.859375 227.80879 88.859375 228.55879Q88.859375 229.15254 88.609375 229.68379Q88.359375 230.19942 87.984375 230.48067Q87.609375 230.76192 87.03125 230.90254Q86.46875 231.04317 85.65625 231.04317L82.375 231.04317ZM83.515625 226.05879L85.375 226.05879Q86.125 226.05879 86.453125 225.96504Q86.890625 225.84004 87.109375 225.54317Q87.328125 225.23067 87.328125 224.77754Q87.328125 224.35567 87.125 224.02754Q86.921875 223.69942 86.53125 223.59004Q86.15625 223.46504 85.234375 223.46504L83.515625 223.46504L83.515625 226.05879ZM83.515625 230.02754L85.65625 230.02754Q86.203125 230.02754 86.421875 229.98067Q86.828125 229.91817 87.078125 229.76192Q87.34375 229.59004 87.515625 229.27754Q87.6875 228.96504 87.6875 228.55879Q87.6875 228.07442 87.4375 227.71504Q87.203125 227.35567 86.765625 227.21504Q86.328125 227.07442 85.5 227.07442L83.515625 227.07442L83.515625 230.02754ZM94.546875 229.04317L95.640625 229.16817Q95.390625 230.12129 94.6875 230.65254Q93.984375 231.18379 92.90625 231.18379Q91.546875 231.18379 90.734375 230.34004Q89.9375 229.49629 89.9375 227.98067Q89.9375 226.41817 90.75 225.55879Q91.5625 224.68379 92.84375 224.68379Q94.09375 224.68379 94.875 225.52754Q95.671875 226.37129 95.671875 227.91817Q95.671875 228.01192 95.671875 228.19942L91.03125 228.19942Q91.09375 229.23067 91.609375 229.77754Q92.125 230.30879 92.90625 230.30879Q93.484375 230.30879 93.890625 230.01192Q94.3125 229.69942 94.546875 229.04317ZM91.09375 227.34004L94.5625 227.34004Q94.5 226.54317 94.171875 226.15254Q93.65625 225.54317 92.859375 225.54317Q92.125 225.54317 91.625 226.02754Q91.140625 226.51192 91.09375 227.34004ZM97.296875 223.66817L97.296875 222.44942L98.359375 222.44942L98.359375 223.66817L97.296875 223.66817ZM97.296875 231.04317L97.296875 224.82442L98.359375 224.82442L98.359375 231.04317L97.296875 231.04317ZM100.296875 231.04317L100.296875 224.82442L101.234375 224.82442L101.234375 225.69942Q101.921875 224.68379 103.21875 224.68379Q103.78125 224.68379 104.25 224.88692Q104.734375 225.09004 104.96875 225.41817Q105.203125 225.74629 105.296875 226.18379Q105.34375 226.48067 105.34375 227.21504L105.34375 231.04317L104.296875 231.04317L104.296875 227.26192Q104.296875 226.60567 104.171875 226.29317Q104.046875 225.98067 103.734375 225.79317Q103.421875 225.59004 103.0 225.59004Q102.328125 225.59004 101.828125 226.02754Q101.34375 226.44942 101.34375 227.63692L101.34375 231.04317L100.296875 231.04317ZM107.09375 231.55879L108.125 231.71504Q108.1875 232.18379 108.484375 232.40254Q108.875 232.69942 109.546875 232.69942Q110.28125 232.69942 110.671875 232.40254Q111.078125 232.10567 111.21875 231.59004Q111.3125 231.26192 111.296875 230.23067Q110.609375 231.04317 109.578125 231.04317Q108.296875 231.04317 107.59375 230.12129Q106.890625 229.18379 106.890625 227.90254Q106.890625 227.01192 107.203125 226.26192Q107.53125 225.49629 108.140625 225.09004Q108.75 224.68379 109.578125 224.68379Q110.6875 224.68379 111.40625 225.57442L111.40625 224.82442L112.375 224.82442L112.375 230.19942Q112.375 231.65254 112.078125 232.26192Q111.78125 232.87129 111.140625 233.21504Q110.5 233.57442 109.5625 233.57442Q108.453125 233.57442 107.765625 233.07442Q107.078125 232.57442 107.09375 231.55879ZM107.96875 227.82442Q107.96875 229.04317 108.453125 229.60567Q108.9375 230.16817 109.671875 230.16817Q110.40625 230.16817 110.890625 229.60567Q111.390625 229.04317 111.390625 227.85567Q111.390625 226.71504 110.875 226.13692Q110.375 225.55879 109.65625 225.55879Q108.953125 225.55879 108.453125 226.13692Q107.96875 226.69942 107.96875 227.82442ZM121.359375 230.27754Q120.765625 230.77754 120.21875 230.98067Q119.6875 231.18379 119.0625 231.18379Q118.03125 231.18379 117.484375 230.68379Q116.9375 230.18379 116.9375 229.40254Q116.9375 228.94942 117.140625 228.57442Q117.34375 228.18379 117.6875 227.96504Q118.03125 227.73067 118.453125 227.62129Q118.75 227.52754 119.390625 227.44942Q120.65625 227.30879 121.265625 227.09004Q121.265625 226.87129 121.265625 226.82442Q121.265625 226.16817 120.96875 225.90254Q120.5625 225.55879 119.765625 225.55879Q119.03125 225.55879 118.671875 225.82442Q118.3125 226.07442 118.140625 226.73067L117.109375 226.59004Q117.25 225.93379 117.578125 225.52754Q117.90625 225.12129 118.515625 224.90254Q119.125 224.68379 119.921875 224.68379Q120.71875 224.68379 121.21875 224.87129Q121.71875 225.05879 121.953125 225.34004Q122.1875 225.62129 122.28125 226.05879Q122.328125 226.32442 122.328125 227.02754L122.328125 228.43379Q122.328125 229.90254 122.390625 230.29317Q122.46875 230.68379 122.671875 231.04317L121.5625 231.04317Q121.40625 230.71504 121.359375 230.27754ZM121.265625 227.91817Q120.6875 228.15254 119.546875 228.32442Q118.890625 228.41817 118.625 228.54317Q118.359375 228.65254 118.203125 228.87129Q118.0625 229.09004 118.0625 229.37129Q118.0625 229.79317 118.375 230.07442Q118.703125 230.35567 119.3125 230.35567Q119.921875 230.35567 120.390625 230.09004Q120.875 229.82442 121.09375 229.35567Q121.265625 228.99629 121.265625 228.30879L121.265625 227.91817ZM129.59375 230.10567L129.75 231.02754Q129.29688 231.12129 128.95312 231.12129Q128.375 231.12129 128.0625 230.94942Q127.75 230.76192 127.609375 230.46504Q127.484375 230.16817 127.484375 229.21504L127.484375 225.63692L126.71875 225.63692L126.71875 224.82442L127.484375 224.82442L127.484375 223.27754L128.53125 222.65254L128.53125 224.82442L129.59375 224.82442L129.59375 225.63692L128.53125 225.63692L128.53125 229.27754Q128.53125 229.73067 128.57812 229.85567Q128.64062 229.98067 128.76562 230.05879Q128.89062 230.13692 129.125 230.13692Q129.3125 230.13692 129.59375 230.10567ZM134.54688 229.04317L135.64062 229.16817Q135.39062 230.12129 134.6875 230.65254Q133.98438 231.18379 132.90625 231.18379Q131.54688 231.18379 130.73438 230.34004Q129.9375 229.49629 129.9375 227.98067Q129.9375 226.41817 130.75 225.55879Q131.5625 224.68379 132.84375 224.68379Q134.09375 224.68379 134.875 225.52754Q135.67188 226.37129 135.67188 227.91817Q135.67188 228.01192 135.67188 228.19942L131.03125 228.19942Q131.09375 229.23067 131.60938 229.77754Q132.125 230.30879 132.90625 230.30879Q133.48438 230.30879 133.89062 230.01192Q134.3125 229.69942 134.54688 229.04317ZM131.09375 227.34004L134.5625 227.34004Q134.5 226.54317 134.17188 226.15254Q133.65625 225.54317 132.85938 225.54317Q132.125 225.54317 131.625 226.02754Q131.14062 226.51192 131.09375 227.34004ZM141.35938 228.76192L142.39062 228.90254Q142.21875 229.96504 141.51562 230.57442Q140.8125 231.18379 139.79688 231.18379Q138.51562 231.18379 137.73438 230.35567Q136.96875 229.51192 136.96875 227.94942Q136.96875 226.94942 137.29688 226.19942Q137.64062 225.43379 138.3125 225.05879Q139.0 224.68379 139.8125 224.68379Q140.8125 224.68379 141.45312 225.19942Q142.10938 225.69942 142.29688 226.65254L141.26562 226.80879Q141.125 226.18379 140.75 225.87129Q140.375 225.54317 139.84375 225.54317Q139.04688 225.54317 138.54688 226.12129Q138.04688 226.68379 138.04688 227.91817Q138.04688 229.18379 138.53125 229.74629Q139.01562 230.30879 139.78125 230.30879Q140.40625 230.30879 140.8125 229.93379Q141.23438 229.55879 141.35938 228.76192ZM143.29688 231.04317L143.29688 222.44942L144.34375 222.44942L144.34375 225.52754Q145.07812 224.68379 146.20312 224.68379Q146.90625 224.68379 147.40625 224.96504Q147.92188 225.23067 148.14062 225.71504Q148.35938 226.18379 148.35938 227.10567L148.35938 231.04317L147.3125 231.04317L147.3125 227.10567Q147.3125 226.30879 146.96875 225.94942Q146.625 225.59004 146.0 225.59004Q145.53125 225.59004 145.10938 225.84004Q144.70312 226.07442 144.51562 226.49629Q144.34375 226.90254 144.34375 227.63692L144.34375 231.04317L143.29688 231.04317ZM150.29688 231.04317L150.29688 224.82442L151.23438 224.82442L151.23438 225.69942Q151.92188 224.68379 153.21875 224.68379Q153.78125 224.68379 154.25 224.88692Q154.73438 225.09004 154.96875 225.41817Q155.20312 225.74629 155.29688 226.18379Q155.34375 226.48067 155.34375 227.21504L155.34375 231.04317L154.29688 231.04317L154.29688 227.26192Q154.29688 226.60567 154.17188 226.29317Q154.04688 225.98067 153.73438 225.79317Q153.42188 225.59004 153.0 225.59004Q152.32812 225.59004 151.82812 226.02754Q151.34375 226.44942 151.34375 227.63692L151.34375 231.04317L150.29688 231.04317ZM157.29688 223.66817L157.29688 222.44942L158.35938 222.44942L158.35938 223.66817L157.29688 223.66817ZM157.29688 231.04317L157.29688 224.82442L158.35938 224.82442L158.35938 231.04317L157.29688 231.04317ZM164.35938 228.76192L165.39062 228.90254Q165.21875 229.96504 164.51562 230.57442Q163.8125 231.18379 162.79688 231.18379Q161.51562 231.18379 160.73438 230.35567Q159.96875 229.51192 159.96875 227.94942Q159.96875 226.94942 160.29688 226.19942Q160.64062 225.43379 161.3125 225.05879Q162.0 224.68379 162.8125 224.68379Q163.8125 224.68379 164.45312 225.19942Q165.10938 225.69942 165.29688 226.65254L164.26562 226.80879Q164.125 226.18379 163.75 225.87129Q163.375 225.54317 162.84375 225.54317Q162.04688 225.54317 161.54688 226.12129Q161.04688 226.68379 161.04688 227.91817Q161.04688 229.18379 161.53125 229.74629Q162.01562 230.30879 162.78125 230.30879Q163.40625 230.30879 163.8125 229.93379Q164.23438 229.55879 164.35938 228.76192ZM170.35938 230.27754Q169.76562 230.77754 169.21875 230.98067Q168.6875 231.18379 168.0625 231.18379Q167.03125 231.18379 166.48438 230.68379Q165.9375 230.18379 165.9375 229.40254Q165.9375 228.94942 166.14062 228.57442Q166.34375 228.18379 166.6875 227.96504Q167.03125 227.73067 167.45312 227.62129Q167.75 227.52754 168.39062 227.44942Q169.65625 227.30879 170.26562 227.09004Q170.26562 226.87129 170.26562 226.82442Q170.26562 226.16817 169.96875 225.90254Q169.5625 225.55879 168.76562 225.55879Q168.03125 225.55879 167.67188 225.82442Q167.3125 226.07442 167.14062 226.73067L166.10938 226.59004Q166.25 225.93379 166.57812 225.52754Q166.90625 225.12129 167.51562 224.90254Q168.125 224.68379 168.92188 224.68379Q169.71875 224.68379 170.21875 224.87129Q170.71875 225.05879 170.95312 225.34004Q171.1875 225.62129 171.28125 226.05879Q171.32812 226.32442 171.32812 227.02754L171.32812 228.43379Q171.32812 229.90254 171.39062 230.29317Q171.46875 230.68379 171.67188 231.04317L170.5625 231.04317Q170.40625 230.71504 170.35938 230.27754ZM170.26562 227.91817Q169.6875 228.15254 168.54688 228.32442Q167.89062 228.41817 167.625 228.54317Q167.35938 228.65254 167.20312 228.87129Q167.0625 229.09004 167.0625 229.37129Q167.0625 229.79317 167.375 230.07442Q167.70312 230.35567 168.3125 230.35567Q168.92188 230.35567 169.39062 230.09004Q169.875 229.82442 170.09375 229.35567Q170.26562 228.99629 170.26562 228.30879L170.26562 227.91817ZM173.26562 231.04317L173.26562 222.44942L174.32812 222.44942L174.32812 231.04317L173.26562 231.04317ZM179.29688 231.04317L179.29688 224.82442L180.23438 224.82442L180.23438 225.69942Q180.53125 225.23067 181.01562 224.96504Q181.5 224.68379 182.125 224.68379Q182.8125 224.68379 183.25 224.96504Q183.70312 225.24629 183.875 225.76192Q184.625 224.68379 185.79688 224.68379Q186.73438 224.68379 187.21875 225.19942Q187.71875 225.69942 187.71875 226.77754L187.71875 231.04317L186.67188 231.04317L186.67188 227.12129Q186.67188 226.49629 186.5625 226.21504Q186.46875 225.93379 186.20312 225.76192Q185.9375 225.59004 185.5625 225.59004Q184.90625 225.59004 184.46875 226.02754Q184.04688 226.46504 184.04688 227.43379L184.04688 231.04317L182.98438 231.04317L182.98438 226.99629Q182.98438 226.29317 182.71875 225.94942Q182.46875 225.59004 181.89062 225.59004Q181.4375 225.59004 181.0625 225.82442Q180.6875 226.05879 180.51562 226.51192Q180.34375 226.96504 180.34375 227.80879L180.34375 231.04317L179.29688 231.04317ZM193.54688 229.04317L194.64062 229.16817Q194.39062 230.12129 193.6875 230.65254Q192.98438 231.18379 191.90625 231.18379Q190.54688 231.18379 189.73438 230.34004Q188.9375 229.49629 188.9375 227.98067Q188.9375 226.41817 189.75 225.55879Q190.5625 224.68379 191.84375 224.68379Q193.09375 224.68379 193.875 225.52754Q194.67188 226.37129 194.67188 227.91817Q194.67188 228.01192 194.67188 228.19942L190.03125 228.19942Q190.09375 229.23067 190.60938 229.77754Q191.125 230.30879 191.90625 230.30879Q192.48438 230.30879 192.89062 230.01192Q193.3125 229.69942 193.54688 229.04317ZM190.09375 227.34004L193.5625 227.34004Q193.5 226.54317 193.17188 226.15254Q192.65625 225.54317 191.85938 225.54317Q191.125 225.54317 190.625 226.02754Q190.14062 226.51192 190.09375 227.34004ZM196.29688 231.04317L196.29688 224.82442L197.23438 224.82442L197.23438 225.69942Q197.92188 224.68379 199.21875 224.68379Q199.78125 224.68379 200.25 224.88692Q200.73438 225.09004 200.96875 225.41817Q201.20312 225.74629 201.29688 226.18379Q201.34375 226.48067 201.34375 227.21504L201.34375 231.04317L200.29688 231.04317L200.29688 227.26192Q200.29688 226.60567 200.17188 226.29317Q200.04688 225.98067 199.73438 225.79317Q199.42188 225.59004 199.0 225.59004Q198.32812 225.59004 197.82812 226.02754Q197.34375 226.44942 197.34375 227.63692L197.34375 231.04317L196.29688 231.04317ZM205.59375 230.10567L205.75 231.02754Q205.29688 231.12129 204.95312 231.12129Q204.375 231.12129 204.0625 230.94942Q203.75 230.76192 203.60938 230.46504Q203.48438 230.16817 203.48438 229.21504L203.48438 225.63692L202.71875 225.63692L202.71875 224.82442L203.48438 224.82442L203.48438 223.27754L204.53125 222.65254L204.53125 224.82442L205.59375 224.82442L205.59375 225.63692L204.53125 225.63692L204.53125 229.27754Q204.53125 229.73067 204.57812 229.85567Q204.64062 229.98067 204.76562 230.05879Q204.89062 230.13692 205.125 230.13692Q205.3125 230.13692 205.59375 230.10567ZM205.90625 227.93379Q205.90625 226.19942 206.85938 225.37129Q207.65625 224.68379 208.8125 224.68379Q210.09375 224.68379 210.90625 225.52754Q211.73438 226.35567 211.73438 227.84004Q211.73438 229.04317 211.375 229.73067Q211.01562 230.41817 210.3125 230.80879Q209.625 231.18379 208.8125 231.18379Q207.51562 231.18379 206.70312 230.35567Q205.90625 229.51192 205.90625 227.93379ZM206.98438 227.93379Q206.98438 229.12129 207.5 229.71504Q208.03125 230.30879 208.8125 230.30879Q209.60938 230.30879 210.125 229.71504Q210.64062 229.12129 210.64062 227.90254Q210.64062 226.74629 210.10938 226.15254Q209.59375 225.55879 208.8125 225.55879Q208.03125 225.55879 207.5 226.15254Q206.98438 226.73067 206.98438 227.93379ZM213.28125 231.04317L213.28125 224.82442L214.23438 224.82442L214.23438 225.76192Q214.59375 225.10567 214.89062 224.90254Q215.20312 224.68379 215.57812 224.68379Q216.10938 224.68379 216.65625 225.01192L216.29688 225.99629Q215.90625 225.76192 215.53125 225.76192Q215.17188 225.76192 214.89062 225.98067Q214.625 226.18379 214.51562 226.55879Q214.32812 227.12129 214.32812 227.77754L214.32812 231.04317L213.28125 231.04317Z" fill-rule="nonzero"/><path fill="#666666" d="M65.5625 250.14525L66.6875 250.44212Q66.328125 251.83275 65.40625 252.56712Q64.484375 253.3015 63.140625 253.3015Q61.75 253.3015 60.875 252.739Q60.0 252.1765 59.546875 251.114Q59.09375 250.03587 59.09375 248.8015Q59.09375 247.45775 59.609375 246.45775Q60.125 245.45775 61.0625 244.94212Q62.015625 244.4265 63.15625 244.4265Q64.4375 244.4265 65.3125 245.08275Q66.203125 245.739 66.546875 246.9265L65.421875 247.19212Q65.125 246.25462 64.546875 245.83275Q63.984375 245.39525 63.125 245.39525Q62.140625 245.39525 61.46875 245.87962Q60.8125 246.34837 60.53125 247.14525Q60.265625 247.94212 60.265625 248.8015Q60.265625 249.89525 60.578125 250.70775Q60.90625 251.52025 61.578125 251.9265Q62.25 252.33275 63.046875 252.33275Q64.0 252.33275 64.65625 251.78587Q65.328125 251.239 65.5625 250.14525ZM67.90625 250.0515Q67.90625 248.31712 68.859375 247.489Q69.65625 246.8015 70.8125 246.8015Q72.09375 246.8015 72.90625 247.64525Q73.734375 248.47337 73.734375 249.95775Q73.734375 251.16087 73.375 251.84837Q73.015625 252.53587 72.3125 252.9265Q71.625 253.3015 70.8125 253.3015Q69.515625 253.3015 68.703125 252.47337Q67.90625 251.62962 67.90625 250.0515ZM68.984375 250.0515Q68.984375 251.239 69.5 251.83275Q70.03125 252.4265 70.8125 252.4265Q71.609375 252.4265 72.125 251.83275Q72.640625 251.239 72.640625 250.02025Q72.640625 248.864 72.109375 248.27025Q71.59375 247.6765 70.8125 247.6765Q70.03125 247.6765 69.5 248.27025Q68.984375 248.84837 68.984375 250.0515ZM75.296875 253.16087L75.296875 246.94212L76.234375 246.94212L76.234375 247.81712Q76.53125 247.34837 77.015625 247.08275Q77.5 246.8015 78.125 246.8015Q78.8125 246.8015 79.25 247.08275Q79.703125 247.364 79.875 247.87962Q80.625 246.8015 81.796875 246.8015Q82.734375 246.8015 83.21875 247.31712Q83.71875 247.81712 83.71875 248.89525L83.71875 253.16087L82.671875 253.16087L82.671875 249.239Q82.671875 248.614 82.5625 248.33275Q82.46875 248.0515 82.203125 247.87962Q81.9375 247.70775 81.5625 247.70775Q80.90625 247.70775 80.46875 248.14525Q80.046875 248.58275 80.046875 249.5515L80.046875 253.16087L78.984375 253.16087L78.984375 249.114Q78.984375 248.41087 78.71875 248.06712Q78.46875 247.70775 77.890625 247.70775Q77.4375 247.70775 77.0625 247.94212Q76.6875 248.1765 76.515625 248.62962Q76.34375 249.08275 76.34375 249.9265L76.34375 253.16087L75.296875 253.16087ZM85.296875 253.16087L85.296875 246.94212L86.234375 246.94212L86.234375 247.81712Q86.53125 247.34837 87.015625 247.08275Q87.5 246.8015 88.125 246.8015Q88.8125 246.8015 89.25 247.08275Q89.703125 247.364 89.875 247.87962Q90.625 246.8015 91.796875 246.8015Q92.734375 246.8015 93.21875 247.31712Q93.71875 247.81712 93.71875 248.89525L93.71875 253.16087L92.671875 253.16087L92.671875 249.239Q92.671875 248.614 92.5625 248.33275Q92.46875 248.0515 92.203125 247.87962Q91.9375 247.70775 91.5625 247.70775Q90.90625 247.70775 90.46875 248.14525Q90.046875 248.58275 90.046875 249.5515L90.046875 253.16087L88.984375 253.16087L88.984375 249.114Q88.984375 248.41087 88.71875 248.06712Q88.46875 247.70775 87.890625 247.70775Q87.4375 247.70775 87.0625 247.94212Q86.6875 248.1765 86.515625 248.62962Q86.34375 249.08275 86.34375 249.9265L86.34375 253.16087L85.296875 253.16087ZM99.375 253.16087L99.375 252.239Q98.640625 253.3015 97.390625 253.3015Q96.84375 253.3015 96.359375 253.09837Q95.890625 252.87962 95.65625 252.56712Q95.421875 252.239 95.328125 251.77025Q95.265625 251.47337 95.265625 250.78587L95.265625 246.94212L96.328125 246.94212L96.328125 250.39525Q96.328125 251.20775 96.390625 251.50462Q96.484375 251.91087 96.796875 252.16087Q97.125 252.39525 97.609375 252.39525Q98.078125 252.39525 98.484375 252.16087Q98.90625 251.91087 99.078125 251.489Q99.265625 251.06712 99.265625 250.27025L99.265625 246.94212L100.3125 246.94212L100.3125 253.16087L99.375 253.16087ZM102.296875 253.16087L102.296875 246.94212L103.234375 246.94212L103.234375 247.81712Q103.921875 246.8015 105.21875 246.8015Q105.78125 246.8015 106.25 247.00462Q106.734375 247.20775 106.96875 247.53587Q107.203125 247.864 107.296875 248.3015Q107.34375 248.59837 107.34375 249.33275L107.34375 253.16087L106.296875 253.16087L106.296875 249.37962Q106.296875 248.72337 106.171875 248.41087Q106.046875 248.09837 105.734375 247.91087Q105.421875 247.70775 105.0 247.70775Q104.328125 247.70775 103.828125 248.14525Q103.34375 248.56712 103.34375 249.75462L103.34375 253.16087L102.296875 253.16087ZM109.296875 245.78587L109.296875 244.56712L110.359375 244.56712L110.359375 245.78587L109.296875 245.78587ZM109.296875 253.16087L109.296875 246.94212L110.359375 246.94212L110.359375 253.16087L109.296875 253.16087ZM114.59375 252.22337L114.75 253.14525Q114.296875 253.239 113.953125 253.239Q113.375 253.239 113.0625 253.06712Q112.75 252.87962 112.609375 252.58275Q112.484375 252.28587 112.484375 251.33275L112.484375 247.75462L111.71875 247.75462L111.71875 246.94212L112.484375 246.94212L112.484375 245.39525L113.53125 244.77025L113.53125 246.94212L114.59375 246.94212L114.59375 247.75462L113.53125 247.75462L113.53125 251.39525Q113.53125 251.84837 113.578125 251.97337Q113.640625 252.09837 113.765625 252.1765Q113.890625 252.25462 114.125 252.25462Q114.3125 252.25462 114.59375 252.22337ZM115.25 255.5515L115.125 254.56712Q115.46875 254.66087 115.734375 254.66087Q116.078125 254.66087 116.28125 254.53587Q116.5 254.4265 116.640625 254.22337Q116.734375 254.0515 116.96875 253.4265Q116.984375 253.34837 117.0625 253.1765L114.6875 246.94212L115.828125 246.94212L117.125 250.53587Q117.375 251.22337 117.578125 251.989Q117.765625 251.25462 118.015625 250.56712L119.34375 246.94212L120.390625 246.94212L118.03125 253.27025Q117.640625 254.28587 117.4375 254.6765Q117.15625 255.20775 116.78125 255.44212Q116.421875 255.69212 115.921875 255.69212Q115.625 255.69212 115.25 255.5515ZM123.875 251.3015L124.90625 251.14525Q125.0 251.77025 125.390625 252.09837Q125.796875 252.4265 126.53125 252.4265Q127.25 252.4265 127.59375 252.14525Q127.953125 251.84837 127.953125 251.44212Q127.953125 251.08275 127.640625 250.87962Q127.421875 250.739 126.5625 250.52025Q125.40625 250.22337 124.953125 250.02025Q124.515625 249.8015 124.28125 249.4265Q124.046875 249.0515 124.046875 248.58275Q124.046875 248.1765 124.234375 247.81712Q124.421875 247.45775 124.75 247.22337Q125.0 247.0515 125.421875 246.9265Q125.84375 246.8015 126.34375 246.8015Q127.0625 246.8015 127.609375 247.02025Q128.17188 247.22337 128.4375 247.58275Q128.70312 247.94212 128.79688 248.53587L127.765625 248.6765Q127.703125 248.20775 127.359375 247.94212Q127.03125 247.66087 126.40625 247.66087Q125.6875 247.66087 125.375 247.91087Q125.0625 248.14525 125.0625 248.47337Q125.0625 248.6765 125.1875 248.83275Q125.328125 249.00462 125.59375 249.114Q125.75 249.1765 126.53125 249.37962Q127.65625 249.69212 128.09375 249.87962Q128.53125 250.06712 128.78125 250.4265Q129.03125 250.78587 129.03125 251.33275Q129.03125 251.864 128.71875 252.33275Q128.42188 252.78587 127.84375 253.0515Q127.265625 253.3015 126.53125 253.3015Q125.3125 253.3015 124.671875 252.8015Q124.046875 252.28587 123.875 251.3015ZM134.375 253.16087L134.375 252.239Q133.64062 253.3015 132.39062 253.3015Q131.84375 253.3015 131.35938 253.09837Q130.89062 252.87962 130.65625 252.56712Q130.42188 252.239 130.32812 251.77025Q130.26562 251.47337 130.26562 250.78587L130.26562 246.94212L131.32812 246.94212L131.32812 250.39525Q131.32812 251.20775 131.39062 251.50462Q131.48438 251.91087 131.79688 252.16087Q132.125 252.39525 132.60938 252.39525Q133.07812 252.39525 133.48438 252.16087Q133.90625 251.91087 134.07812 251.489Q134.26562 251.06712 134.26562 250.27025L134.26562 246.94212L135.3125 246.94212L135.3125 253.16087L134.375 253.16087ZM137.29688 255.5515L137.29688 246.94212L138.25 246.94212L138.25 247.739Q138.59375 247.27025 139.01562 247.03587Q139.45312 246.8015 140.0625 246.8015Q140.85938 246.8015 141.46875 247.20775Q142.07812 247.614 142.375 248.364Q142.6875 249.114 142.6875 250.00462Q142.6875 250.95775 142.34375 251.72337Q142.01562 252.489 141.35938 252.89525Q140.70312 253.3015 139.98438 253.3015Q139.45312 253.3015 139.03125 253.08275Q138.60938 252.84837 138.34375 252.52025L138.34375 255.5515L137.29688 255.5515ZM138.25 250.08275Q138.25 251.28587 138.73438 251.864Q139.21875 252.4265 139.90625 252.4265Q140.60938 252.4265 141.10938 251.83275Q141.60938 251.239 141.60938 249.989Q141.60938 248.8015 141.125 248.22337Q140.64062 247.62962 139.95312 247.62962Q139.28125 247.62962 138.76562 248.25462Q138.25 248.87962 138.25 250.08275ZM144.29688 255.5515L144.29688 246.94212L145.25 246.94212L145.25 247.739Q145.59375 247.27025 146.01562 247.03587Q146.45312 246.8015 147.0625 246.8015Q147.85938 246.8015 148.46875 247.20775Q149.07812 247.614 149.375 248.364Q149.6875 249.114 149.6875 250.00462Q149.6875 250.95775 149.34375 251.72337Q149.01562 252.489 148.35938 252.89525Q147.70312 253.3015 146.98438 253.3015Q146.45312 253.3015 146.03125 253.08275Q145.60938 252.84837 145.34375 252.52025L145.34375 255.5515L144.29688 255.5515ZM145.25 250.08275Q145.25 251.28587 145.73438 251.864Q146.21875 252.4265 146.90625 252.4265Q147.60938 252.4265 148.10938 251.83275Q148.60938 251.239 148.60938 249.989Q148.60938 248.8015 148.125 248.22337Q147.64062 247.62962 146.95312 247.62962Q146.28125 247.62962 145.76562 248.25462Q145.25 248.87962 145.25 250.08275ZM150.90625 250.0515Q150.90625 248.31712 151.85938 247.489Q152.65625 246.8015 153.8125 246.8015Q155.09375 246.8015 155.90625 247.64525Q156.73438 248.47337 156.73438 249.95775Q156.73438 251.16087 156.375 251.84837Q156.01562 252.53587 155.3125 252.9265Q154.625 253.3015 153.8125 253.3015Q152.51562 253.3015 151.70312 252.47337Q150.90625 251.62962 150.90625 250.0515ZM151.98438 250.0515Q151.98438 251.239 152.5 251.83275Q153.03125 252.4265 153.8125 252.4265Q154.60938 252.4265 155.125 251.83275Q155.64062 251.239 155.64062 250.02025Q155.64062 248.864 155.10938 248.27025Q154.59375 247.6765 153.8125 247.6765Q153.03125 247.6765 152.5 248.27025Q151.98438 248.84837 151.98438 250.0515ZM158.28125 253.16087L158.28125 246.94212L159.23438 246.94212L159.23438 247.87962Q159.59375 247.22337 159.89062 247.02025Q160.20312 246.8015 160.57812 246.8015Q161.10938 246.8015 161.65625 247.12962L161.29688 248.114Q160.90625 247.87962 160.53125 247.87962Q160.17188 247.87962 159.89062 248.09837Q159.625 248.3015 159.51562 248.6765Q159.32812 249.239 159.32812 249.89525L159.32812 253.16087L158.28125 253.16087ZM164.59375 252.22337L164.75 253.14525Q164.29688 253.239 163.95312 253.239Q163.375 253.239 163.0625 253.06712Q162.75 252.87962 162.60938 252.58275Q162.48438 252.28587 162.48438 251.33275L162.48438 247.75462L161.71875 247.75462L161.71875 246.94212L162.48438 246.94212L162.48438 245.39525L163.53125 244.77025L163.53125 246.94212L164.59375 246.94212L164.59375 247.75462L163.53125 247.75462L163.53125 251.39525Q163.53125 251.84837 163.57812 251.97337Q163.64062 252.09837 163.76562 252.1765Q163.89062 252.25462 164.125 252.25462Q164.3125 252.25462 164.59375 252.22337ZM170.01562 253.16087L167.65625 246.94212L168.76562 246.94212L170.10938 250.66087Q170.3125 251.27025 170.5 251.91087Q170.64062 251.4265 170.89062 250.739L172.28125 246.94212L173.35938 246.94212L171.0 253.16087L170.01562 253.16087ZM174.29688 245.78587L174.29688 244.56712L175.35938 244.56712L175.35938 245.78587L174.29688 245.78587ZM174.29688 253.16087L174.29688 246.94212L175.35938 246.94212L175.35938 253.16087L174.29688 253.16087ZM181.35938 252.39525Q180.76562 252.89525 180.21875 253.09837Q179.6875 253.3015 179.0625 253.3015Q178.03125 253.3015 177.48438 252.8015Q176.9375 252.3015 176.9375 251.52025Q176.9375 251.06712 177.14062 250.69212Q177.34375 250.3015 177.6875 250.08275Q178.03125 249.84837 178.45312 249.739Q178.75 249.64525 179.39062 249.56712Q180.65625 249.4265 181.26562 249.20775Q181.26562 248.989 181.26562 248.94212Q181.26562 248.28587 180.96875 248.02025Q180.5625 247.6765 179.76562 247.6765Q179.03125 247.6765 178.67188 247.94212Q178.3125 248.19212 178.14062 248.84837L177.10938 248.70775Q177.25 248.0515 177.57812 247.64525Q177.90625 247.239 178.51562 247.02025Q179.125 246.8015 179.92188 246.8015Q180.71875 246.8015 181.21875 246.989Q181.71875 247.1765 181.95312 247.45775Q182.1875 247.739 182.28125 248.1765Q182.32812 248.44212 182.32812 249.14525L182.32812 250.5515Q182.32812 252.02025 182.39062 252.41087Q182.46875 252.8015 182.67188 253.16087L181.5625 253.16087Q181.40625 252.83275 181.35938 252.39525ZM181.26562 250.03587Q180.6875 250.27025 179.54688 250.44212Q178.89062 250.53587 178.625 250.66087Q178.35938 250.77025 178.20312 250.989Q178.0625 251.20775 178.0625 251.489Q178.0625 251.91087 178.375 252.19212Q178.70312 252.47337 179.3125 252.47337Q179.92188 252.47337 180.39062 252.20775Q180.875 251.94212 181.09375 251.47337Q181.26562 251.114 181.26562 250.4265L181.26562 250.03587ZM187.04688 250.39525L188.10938 250.3015Q188.1875 250.95775 188.46875 251.364Q188.75 251.77025 189.32812 252.03587Q189.92188 252.28587 190.65625 252.28587Q191.29688 252.28587 191.79688 252.09837Q192.29688 251.89525 192.53125 251.56712Q192.78125 251.22337 192.78125 250.83275Q192.78125 250.4265 192.54688 250.12962Q192.3125 249.81712 191.78125 249.614Q191.42188 249.47337 190.23438 249.19212Q189.0625 248.91087 188.59375 248.66087Q187.96875 248.33275 187.67188 247.864Q187.375 247.37962 187.375 246.78587Q187.375 246.14525 187.73438 245.58275Q188.10938 245.00462 188.8125 244.72337Q189.53125 244.4265 190.39062 244.4265Q191.34375 244.4265 192.07812 244.739Q192.8125 245.03587 193.20312 245.64525Q193.59375 246.239 193.625 246.989L192.53125 247.06712Q192.4375 246.25462 191.92188 245.84837Q191.42188 245.4265 190.4375 245.4265Q189.40625 245.4265 188.9375 245.8015Q188.46875 246.1765 188.46875 246.70775Q188.46875 247.1765 188.79688 247.47337Q189.125 247.77025 190.5 248.08275Q191.89062 248.39525 192.40625 248.62962Q193.15625 248.989 193.51562 249.52025Q193.875 250.03587 193.875 250.739Q193.875 251.4265 193.48438 252.03587Q193.09375 252.62962 192.35938 252.97337Q191.625 253.3015 190.70312 253.3015Q189.53125 253.3015 188.73438 252.97337Q187.95312 252.62962 187.5 251.94212Q187.0625 251.25462 187.04688 250.39525ZM197.59375 252.22337L197.75 253.14525Q197.29688 253.239 196.95312 253.239Q196.375 253.239 196.0625 253.06712Q195.75 252.87962 195.60938 252.58275Q195.48438 252.28587 195.48438 251.33275L195.48438 247.75462L194.71875 247.75462L194.71875 246.94212L195.48438 246.94212L195.48438 245.39525L196.53125 244.77025L196.53125 246.94212L197.59375 246.94212L197.59375 247.75462L196.53125 247.75462L196.53125 251.39525Q196.53125 251.84837 196.57812 251.97337Q196.64062 252.09837 196.76562 252.1765Q196.89062 252.25462 197.125 252.25462Q197.3125 252.25462 197.59375 252.22337ZM202.35938 252.39525Q201.76562 252.89525 201.21875 253.09837Q200.6875 253.3015 200.0625 253.3015Q199.03125 253.3015 198.48438 252.8015Q197.9375 252.3015 197.9375 251.52025Q197.9375 251.06712 198.14062 250.69212Q198.34375 250.3015 198.6875 250.08275Q199.03125 249.84837 199.45312 249.739Q199.75 249.64525 200.39062 249.56712Q201.65625 249.4265 202.26562 249.20775Q202.26562 248.989 202.26562 248.94212Q202.26562 248.28587 201.96875 248.02025Q201.5625 247.6765 200.76562 247.6765Q200.03125 247.6765 199.67188 247.94212Q199.3125 248.19212 199.14062 248.84837L198.10938 248.70775Q198.25 248.0515 198.57812 247.64525Q198.90625 247.239 199.51562 247.02025Q200.125 246.8015 200.92188 246.8015Q201.71875 246.8015 202.21875 246.989Q202.71875 247.1765 202.95312 247.45775Q203.1875 247.739 203.28125 248.1765Q203.32812 248.44212 203.32812 249.14525L203.32812 250.5515Q203.32812 252.02025 203.39062 252.41087Q203.46875 252.8015 203.67188 253.16087L202.5625 253.16087Q202.40625 252.83275 202.35938 252.39525ZM202.26562 250.03587Q201.6875 250.27025 200.54688 250.44212Q199.89062 250.53587 199.625 250.66087Q199.35938 250.77025 199.20312 250.989Q199.0625 251.20775 199.0625 251.489Q199.0625 251.91087 199.375 252.19212Q199.70312 252.47337 200.3125 252.47337Q200.92188 252.47337 201.39062 252.20775Q201.875 251.94212 202.09375 251.47337Q202.26562 251.114 202.26562 250.4265L202.26562 250.03587ZM209.35938 250.87962L210.39062 251.02025Q210.21875 252.08275 209.51562 252.69212Q208.8125 253.3015 207.79688 253.3015Q206.51562 253.3015 205.73438 252.47337Q204.96875 251.62962 204.96875 250.06712Q204.96875 249.06712 205.29688 248.31712Q205.64062 247.5515 206.3125 247.1765Q207.0 246.8015 207.8125 246.8015Q208.8125 246.8015 209.45312 247.31712Q210.10938 247.81712 210.29688 248.77025L209.26562 248.9265Q209.125 248.3015 208.75 247.989Q208.375 247.66087 207.84375 247.66087Q207.04688 247.66087 206.54688 248.239Q206.04688 248.8015 206.04688 250.03587Q206.04688 251.3015 206.53125 251.864Q207.01562 252.4265 207.78125 252.4265Q208.40625 252.4265 208.8125 252.0515Q209.23438 251.6765 209.35938 250.87962ZM211.29688 253.16087L211.29688 244.56712L212.35938 244.56712L212.35938 249.47337L214.84375 246.94212L216.21875 246.94212L213.82812 249.239L216.45312 253.16087L215.15625 253.16087L213.09375 249.97337L212.35938 250.69212L212.35938 253.16087L211.29688 253.16087Z" fill-rule="nonzero"/><path fill="#666666" d="M38.078125 262.97336Q38.078125 260.83273 39.21875 259.6296Q40.375 258.41086 42.1875 258.41086Q43.390625 258.41086 44.34375 258.98898Q45.296875 259.55148 45.796875 260.5671Q46.296875 261.58273 46.296875 262.8796Q46.296875 264.17648 45.765625 265.20773Q45.234375 266.23898 44.265625 266.77023Q43.3125 267.30148 42.1875 267.30148Q40.96875 267.30148 40.015625 266.72336Q39.0625 266.1296 38.5625 265.1296Q38.078125 264.11398 38.078125 262.97336ZM39.25 262.98898Q39.25 264.55148 40.078125 265.4421Q40.921875 266.33273 42.1875 266.33273Q43.46875 266.33273 44.296875 265.4421Q45.125 264.53586 45.125 262.86398Q45.125 261.8171 44.765625 261.03586Q44.421875 260.2546 43.734375 259.83273Q43.046875 259.39523 42.203125 259.39523Q41.0 259.39523 40.125 260.22336Q39.25 261.05148 39.25 262.98898ZM49.015625 267.16086L46.65625 260.9421L47.765625 260.9421L49.109375 264.66086Q49.3125 265.27023 49.5 265.91086Q49.640625 265.42648 49.890625 264.73898L51.28125 260.9421L52.359375 260.9421L50.0 267.16086L49.015625 267.16086ZM57.546875 265.16086L58.640625 265.28586Q58.390625 266.23898 57.6875 266.77023Q56.984375 267.30148 55.90625 267.30148Q54.546875 267.30148 53.734375 266.45773Q52.9375 265.61398 52.9375 264.09836Q52.9375 262.53586 53.75 261.67648Q54.5625 260.80148 55.84375 260.80148Q57.09375 260.80148 57.875 261.64523Q58.671875 262.48898 58.671875 264.03586Q58.671875 264.1296 58.671875 264.3171L54.03125 264.3171Q54.09375 265.34836 54.609375 265.89523Q55.125 266.42648 55.90625 266.42648Q56.484375 266.42648 56.890625 266.1296Q57.3125 265.8171 57.546875 265.16086ZM54.09375 263.45773L57.5625 263.45773Q57.5 262.66086 57.171875 262.27023Q56.65625 261.66086 55.859375 261.66086Q55.125 261.66086 54.625 262.14523Q54.140625 262.6296 54.09375 263.45773ZM60.28125 267.16086L60.28125 260.9421L61.234375 260.9421L61.234375 261.8796Q61.59375 261.22336 61.890625 261.02023Q62.203125 260.80148 62.578125 260.80148Q63.109375 260.80148 63.65625 261.1296L63.296875 262.11398Q62.90625 261.8796 62.53125 261.8796Q62.171875 261.8796 61.890625 262.09836Q61.625 262.30148 61.515625 262.67648Q61.328125 263.23898 61.328125 263.89523L61.328125 267.16086L60.28125 267.16086ZM64.546875 267.16086L64.546875 261.7546L63.609375 261.7546L63.609375 260.9421L64.546875 260.9421L64.546875 260.27023Q64.546875 259.64523 64.65625 259.34836Q64.8125 258.92648 65.1875 258.67648Q65.578125 258.42648 66.265625 258.42648Q66.71875 258.42648 67.25 258.53586L67.09375 259.4421Q66.765625 259.39523 66.46875 259.39523Q65.984375 259.39523 65.78125 259.59836Q65.59375 259.80148 65.59375 260.36398L65.59375 260.9421L66.8125 260.9421L66.8125 261.7546L65.59375 261.7546L65.59375 267.16086L64.546875 267.16086ZM67.265625 267.16086L67.265625 258.5671L68.328125 258.5671L68.328125 267.16086L67.265625 267.16086ZM69.90625 264.05148Q69.90625 262.3171 70.859375 261.48898Q71.65625 260.80148 72.8125 260.80148Q74.09375 260.80148 74.90625 261.64523Q75.734375 262.47336 75.734375 263.95773Q75.734375 265.16086 75.375 265.84836Q75.015625 266.53586 74.3125 266.92648Q73.625 267.30148 72.8125 267.30148Q71.515625 267.30148 70.703125 266.47336Q69.90625 265.6296 69.90625 264.05148ZM70.984375 264.05148Q70.984375 265.23898 71.5 265.83273Q72.03125 266.42648 72.8125 266.42648Q73.609375 266.42648 74.125 265.83273Q74.640625 265.23898 74.640625 264.02023Q74.640625 262.86398 74.109375 262.27023Q73.59375 261.67648 72.8125 261.67648Q72.03125 261.67648 71.5 262.27023Q70.984375 262.84836 70.984375 264.05148ZM78.4375 267.16086L76.53125 260.9421L77.625 260.9421L78.609375 264.53586L78.984375 265.86398Q79.015625 265.77023 79.3125 264.58273L80.296875 260.9421L81.375 260.9421L82.3125 264.55148L82.625 265.73898L82.984375 264.53586L84.046875 260.9421L85.078125 260.9421L83.125 267.16086L82.03125 267.16086L81.046875 263.42648L80.796875 262.3796L79.546875 267.16086L78.4375 267.16086ZM86.5625 267.16086L86.5625 265.95773L87.765625 265.95773L87.765625 267.16086Q87.765625 267.8171 87.53125 268.22336Q87.296875 268.64523 86.796875 268.86398L86.5 268.41086Q86.828125 268.27023 86.984375 267.97336Q87.140625 267.6921 87.171875 267.16086L86.5625 267.16086ZM92.046875 264.39523L93.109375 264.30148Q93.1875 264.95773 93.46875 265.36398Q93.75 265.77023 94.328125 266.03586Q94.921875 266.28586 95.65625 266.28586Q96.296875 266.28586 96.796875 266.09836Q97.296875 265.89523 97.53125 265.5671Q97.78125 265.22336 97.78125 264.83273Q97.78125 264.42648 97.546875 264.1296Q97.3125 263.8171 96.78125 263.61398Q96.421875 263.47336 95.234375 263.1921Q94.0625 262.91086 93.59375 262.66086Q92.96875 262.33273 92.671875 261.86398Q92.375 261.3796 92.375 260.78586Q92.375 260.14523 92.734375 259.58273Q93.109375 259.0046 93.8125 258.72336Q94.53125 258.42648 95.390625 258.42648Q96.34375 258.42648 97.078125 258.73898Q97.8125 259.03586 98.203125 259.64523Q98.59375 260.23898 98.625 260.98898L97.53125 261.0671Q97.4375 260.2546 96.921875 259.84836Q96.421875 259.42648 95.4375 259.42648Q94.40625 259.42648 93.9375 259.80148Q93.46875 260.17648 93.46875 260.70773Q93.46875 261.17648 93.796875 261.47336Q94.125 261.77023 95.5 262.08273Q96.890625 262.39523 97.40625 262.6296Q98.15625 262.98898 98.515625 263.52023Q98.875 264.03586 98.875 264.73898Q98.875 265.42648 98.484375 266.03586Q98.09375 266.6296 97.359375 266.97336Q96.625 267.30148 95.703125 267.30148Q94.53125 267.30148 93.734375 266.97336Q92.953125 266.6296 92.5 265.9421Q92.0625 265.2546 92.046875 264.39523ZM100.265625 267.16086L100.265625 258.5671L101.328125 258.5671L101.328125 267.16086L100.265625 267.16086ZM107.359375 266.39523Q106.765625 266.89523 106.21875 267.09836Q105.6875 267.30148 105.0625 267.30148Q104.03125 267.30148 103.484375 266.80148Q102.9375 266.30148 102.9375 265.52023Q102.9375 265.0671 103.140625 264.6921Q103.34375 264.30148 103.6875 264.08273Q104.03125 263.84836 104.453125 263.73898Q104.75 263.64523 105.390625 263.5671Q106.65625 263.42648 107.265625 263.20773Q107.265625 262.98898 107.265625 262.9421Q107.265625 262.28586 106.96875 262.02023Q106.5625 261.67648 105.765625 261.67648Q105.03125 261.67648 104.671875 261.9421Q104.3125 262.1921 104.140625 262.84836L103.109375 262.70773Q103.25 262.05148 103.578125 261.64523Q103.90625 261.23898 104.515625 261.02023Q105.125 260.80148 105.921875 260.80148Q106.71875 260.80148 107.21875 260.98898Q107.71875 261.17648 107.953125 261.45773Q108.1875 261.73898 108.28125 262.17648Q108.328125 262.4421 108.328125 263.14523L108.328125 264.55148Q108.328125 266.02023 108.390625 266.41086Q108.46875 266.80148 108.671875 267.16086L107.5625 267.16086Q107.40625 266.83273 107.359375 266.39523ZM107.265625 264.03586Q106.6875 264.27023 105.546875 264.4421Q104.890625 264.53586 104.625 264.66086Q104.359375 264.77023 104.203125 264.98898Q104.0625 265.20773 104.0625 265.48898Q104.0625 265.91086 104.375 266.1921Q104.703125 266.47336 105.3125 266.47336Q105.921875 266.47336 106.390625 266.20773Q106.875 265.9421 107.09375 265.47336Q107.265625 265.11398 107.265625 264.42648L107.265625 264.03586ZM114.359375 264.8796L115.390625 265.02023Q115.21875 266.08273 114.515625 266.6921Q113.8125 267.30148 112.796875 267.30148Q111.515625 267.30148 110.734375 266.47336Q109.96875 265.6296 109.96875 264.0671Q109.96875 263.0671 110.296875 262.3171Q110.640625 261.55148 111.3125 261.17648Q112.0 260.80148 112.8125 260.80148Q113.8125 260.80148 114.453125 261.3171Q115.109375 261.8171 115.296875 262.77023L114.265625 262.92648Q114.125 262.30148 113.75 261.98898Q113.375 261.66086 112.84375 261.66086Q112.046875 261.66086 111.546875 262.23898Q111.046875 262.80148 111.046875 264.03586Q111.046875 265.30148 111.53125 265.86398Q112.015625 266.42648 112.78125 266.42648Q113.40625 266.42648 113.8125 266.05148Q114.234375 265.67648 114.359375 264.8796ZM116.296875 267.16086L116.296875 258.5671L117.359375 258.5671L117.359375 263.47336L119.84375 260.9421L121.21875 260.9421L118.828125 263.23898L121.453125 267.16086L120.15625 267.16086L118.09375 263.97336L117.359375 264.6921L117.359375 267.16086L116.296875 267.16086ZM122.5625 267.16086L122.5625 265.95773L123.765625 265.95773L123.765625 267.16086Q123.765625 267.8171 123.53125 268.22336Q123.296875 268.64523 122.796875 268.86398L122.5 268.41086Q122.828125 268.27023 122.984375 267.97336Q123.140625 267.6921 123.171875 267.16086L122.5625 267.16086ZM128.29688 267.16086L128.29688 260.9421L129.23438 260.9421L129.23438 261.8171Q129.53125 261.34836 130.01562 261.08273Q130.5 260.80148 131.125 260.80148Q131.8125 260.80148 132.25 261.08273Q132.70312 261.36398 132.875 261.8796Q133.625 260.80148 134.79688 260.80148Q135.73438 260.80148 136.21875 261.3171Q136.71875 261.8171 136.71875 262.89523L136.71875 267.16086L135.67188 267.16086L135.67188 263.23898Q135.67188 262.61398 135.5625 262.33273Q135.46875 262.05148 135.20312 261.8796Q134.9375 261.70773 134.5625 261.70773Q133.90625 261.70773 133.46875 262.14523Q133.04688 262.58273 133.04688 263.55148L133.04688 267.16086L131.98438 267.16086L131.98438 263.11398Q131.98438 262.41086 131.71875 262.0671Q131.46875 261.70773 130.89062 261.70773Q130.4375 261.70773 130.0625 261.9421Q129.6875 262.17648 129.51562 262.6296Q129.34375 263.08273 129.34375 263.92648L129.34375 267.16086L128.29688 267.16086ZM142.35938 266.39523Q141.76562 266.89523 141.21875 267.09836Q140.6875 267.30148 140.0625 267.30148Q139.03125 267.30148 138.48438 266.80148Q137.9375 266.30148 137.9375 265.52023Q137.9375 265.0671 138.14062 264.6921Q138.34375 264.30148 138.6875 264.08273Q139.03125 263.84836 139.45312 263.73898Q139.75 263.64523 140.39062 263.5671Q141.65625 263.42648 142.26562 263.20773Q142.26562 262.98898 142.26562 262.9421Q142.26562 262.28586 141.96875 262.02023Q141.5625 261.67648 140.76562 261.67648Q140.03125 261.67648 139.67188 261.9421Q139.3125 262.1921 139.14062 262.84836L138.10938 262.70773Q138.25 262.05148 138.57812 261.64523Q138.90625 261.23898 139.51562 261.02023Q140.125 260.80148 140.92188 260.80148Q141.71875 260.80148 142.21875 260.98898Q142.71875 261.17648 142.95312 261.45773Q143.1875 261.73898 143.28125 262.17648Q143.32812 262.4421 143.32812 263.14523L143.32812 264.55148Q143.32812 266.02023 143.39062 266.41086Q143.46875 266.80148 143.67188 267.16086L142.5625 267.16086Q142.40625 266.83273 142.35938 266.39523ZM142.26562 264.03586Q141.6875 264.27023 140.54688 264.4421Q139.89062 264.53586 139.625 264.66086Q139.35938 264.77023 139.20312 264.98898Q139.0625 265.20773 139.0625 265.48898Q139.0625 265.91086 139.375 266.1921Q139.70312 266.47336 140.3125 266.47336Q140.92188 266.47336 141.39062 266.20773Q141.875 265.9421 142.09375 265.47336Q142.26562 265.11398 142.26562 264.42648L142.26562 264.03586ZM145.29688 259.78586L145.29688 258.5671L146.35938 258.5671L146.35938 259.78586L145.29688 259.78586ZM145.29688 267.16086L145.29688 260.9421L146.35938 260.9421L146.35938 267.16086L145.29688 267.16086ZM148.26562 267.16086L148.26562 258.5671L149.32812 258.5671L149.32812 267.16086L148.26562 267.16086ZM151.29688 259.78586L151.29688 258.5671L152.35938 258.5671L152.35938 259.78586L151.29688 259.78586ZM151.29688 267.16086L151.29688 260.9421L152.35938 260.9421L152.35938 267.16086L151.29688 267.16086ZM154.29688 267.16086L154.29688 260.9421L155.23438 260.9421L155.23438 261.8171Q155.92188 260.80148 157.21875 260.80148Q157.78125 260.80148 158.25 261.0046Q158.73438 261.20773 158.96875 261.53586Q159.20312 261.86398 159.29688 262.30148Q159.34375 262.59836 159.34375 263.33273L159.34375 267.16086L158.29688 267.16086L158.29688 263.3796Q158.29688 262.72336 158.17188 262.41086Q158.04688 262.09836 157.73438 261.91086Q157.42188 261.70773 157.0 261.70773Q156.32812 261.70773 155.82812 262.14523Q155.34375 262.5671 155.34375 263.7546L155.34375 267.16086L154.29688 267.16086ZM161.09375 267.67648L162.125 267.83273Q162.1875 268.30148 162.48438 268.52023Q162.875 268.8171 163.54688 268.8171Q164.28125 268.8171 164.67188 268.52023Q165.07812 268.22336 165.21875 267.70773Q165.3125 267.3796 165.29688 266.34836Q164.60938 267.16086 163.57812 267.16086Q162.29688 267.16086 161.59375 266.23898Q160.89062 265.30148 160.89062 264.02023Q160.89062 263.1296 161.20312 262.3796Q161.53125 261.61398 162.14062 261.20773Q162.75 260.80148 163.57812 260.80148Q164.6875 260.80148 165.40625 261.6921L165.40625 260.9421L166.375 260.9421L166.375 266.3171Q166.375 267.77023 166.07812 268.3796Q165.78125 268.98898 165.14062 269.33273Q164.5 269.6921 163.5625 269.6921Q162.45312 269.6921 161.76562 269.1921Q161.07812 268.6921 161.09375 267.67648ZM161.96875 263.9421Q161.96875 265.16086 162.45312 265.72336Q162.9375 266.28586 163.67188 266.28586Q164.40625 266.28586 164.89062 265.72336Q165.39062 265.16086 165.39062 263.97336Q165.39062 262.83273 164.875 262.2546Q164.375 261.67648 163.65625 261.67648Q162.95312 261.67648 162.45312 262.2546Q161.96875 262.8171 161.96875 263.9421ZM171.26562 267.16086L171.26562 258.5671L172.32812 258.5671L172.32812 267.16086L171.26562 267.16086ZM174.29688 259.78586L174.29688 258.5671L175.35938 258.5671L175.35938 259.78586L174.29688 259.78586ZM174.29688 267.16086L174.29688 260.9421L175.35938 260.9421L175.35938 267.16086L174.29688 267.16086ZM176.875 265.30148L177.90625 265.14523Q178.0 265.77023 178.39062 266.09836Q178.79688 266.42648 179.53125 266.42648Q180.25 266.42648 180.59375 266.14523Q180.95312 265.84836 180.95312 265.4421Q180.95312 265.08273 180.64062 264.8796Q180.42188 264.73898 179.5625 264.52023Q178.40625 264.22336 177.95312 264.02023Q177.51562 263.80148 177.28125 263.42648Q177.04688 263.05148 177.04688 262.58273Q177.04688 262.17648 177.23438 261.8171Q177.42188 261.45773 177.75 261.22336Q178.0 261.05148 178.42188 260.92648Q178.84375 260.80148 179.34375 260.80148Q180.0625 260.80148 180.60938 261.02023Q181.17188 261.22336 181.4375 261.58273Q181.70312 261.9421 181.79688 262.53586L180.76562 262.67648Q180.70312 262.20773 180.35938 261.9421Q180.03125 261.66086 179.40625 261.66086Q178.6875 261.66086 178.375 261.91086Q178.0625 262.14523 178.0625 262.47336Q178.0625 262.67648 178.1875 262.83273Q178.32812 263.0046 178.59375 263.11398Q178.75 263.17648 179.53125 263.3796Q180.65625 263.6921 181.09375 263.8796Q181.53125 264.0671 181.78125 264.42648Q182.03125 264.78586 182.03125 265.33273Q182.03125 265.86398 181.71875 266.33273Q181.42188 266.78586 180.84375 267.05148Q180.26562 267.30148 179.53125 267.30148Q178.3125 267.30148 177.67188 266.80148Q177.04688 266.28586 176.875 265.30148ZM185.59375 266.22336L185.75 267.14523Q185.29688 267.23898 184.95312 267.23898Q184.375 267.23898 184.0625 267.0671Q183.75 266.8796 183.60938 266.58273Q183.48438 266.28586 183.48438 265.33273L183.48438 261.7546L182.71875 261.7546L182.71875 260.9421L183.48438 260.9421L183.48438 259.39523L184.53125 258.77023L184.53125 260.9421L185.59375 260.9421L185.59375 261.7546L184.53125 261.7546L184.53125 265.39523Q184.53125 265.84836 184.57812 265.97336Q184.64062 266.09836 184.76562 266.17648Q184.89062 266.2546 185.125 266.2546Q185.3125 266.2546 185.59375 266.22336ZM185.875 265.30148L186.90625 265.14523Q187.0 265.77023 187.39062 266.09836Q187.79688 266.42648 188.53125 266.42648Q189.25 266.42648 189.59375 266.14523Q189.95312 265.84836 189.95312 265.4421Q189.95312 265.08273 189.64062 264.8796Q189.42188 264.73898 188.5625 264.52023Q187.40625 264.22336 186.95312 264.02023Q186.51562 263.80148 186.28125 263.42648Q186.04688 263.05148 186.04688 262.58273Q186.04688 262.17648 186.23438 261.8171Q186.42188 261.45773 186.75 261.22336Q187.0 261.05148 187.42188 260.92648Q187.84375 260.80148 188.34375 260.80148Q189.0625 260.80148 189.60938 261.02023Q190.17188 261.22336 190.4375 261.58273Q190.70312 261.9421 190.79688 262.53586L189.76562 262.67648Q189.70312 262.20773 189.35938 261.9421Q189.03125 261.66086 188.40625 261.66086Q187.6875 261.66086 187.375 261.91086Q187.0625 262.14523 187.0625 262.47336Q187.0625 262.67648 187.1875 262.83273Q187.32812 263.0046 187.59375 263.11398Q187.75 263.17648 188.53125 263.3796Q189.65625 263.6921 190.09375 263.8796Q190.53125 264.0671 190.78125 264.42648Q191.03125 264.78586 191.03125 265.33273Q191.03125 265.86398 190.71875 266.33273Q190.42188 266.78586 189.84375 267.05148Q189.26562 267.30148 188.53125 267.30148Q187.3125 267.30148 186.67188 266.80148Q186.04688 266.28586 185.875 265.30148ZM192.5625 267.16086L192.5625 265.95773L193.76562 265.95773L193.76562 267.16086Q193.76562 267.8171 193.53125 268.22336Q193.29688 268.64523 192.79688 268.86398L192.5 268.41086Q192.82812 268.27023 192.98438 267.97336Q193.14062 267.6921 193.17188 267.16086L192.5625 267.16086ZM202.54688 265.16086L203.64062 265.28586Q203.39062 266.23898 202.6875 266.77023Q201.98438 267.30148 200.90625 267.30148Q199.54688 267.30148 198.73438 266.45773Q197.9375 265.61398 197.9375 264.09836Q197.9375 262.53586 198.75 261.67648Q199.5625 260.80148 200.84375 260.80148Q202.09375 260.80148 202.875 261.64523Q203.67188 262.48898 203.67188 264.03586Q203.67188 264.1296 203.67188 264.3171L199.03125 264.3171Q199.09375 265.34836 199.60938 265.89523Q200.125 266.42648 200.90625 266.42648Q201.48438 266.42648 201.89062 266.1296Q202.3125 265.8171 202.54688 265.16086ZM199.09375 263.45773L202.5625 263.45773Q202.5 262.66086 202.17188 262.27023Q201.65625 261.66086 200.85938 261.66086Q200.125 261.66086 199.625 262.14523Q199.14062 262.6296 199.09375 263.45773ZM207.59375 266.22336L207.75 267.14523Q207.29688 267.23898 206.95312 267.23898Q206.375 267.23898 206.0625 267.0671Q205.75 266.8796 205.60938 266.58273Q205.48438 266.28586 205.48438 265.33273L205.48438 261.7546L204.71875 261.7546L204.71875 260.9421L205.48438 260.9421L205.48438 259.39523L206.53125 258.77023L206.53125 260.9421L207.59375 260.9421L207.59375 261.7546L206.53125 261.7546L206.53125 265.39523Q206.53125 265.84836 206.57812 265.97336Q206.64062 266.09836 206.76562 266.17648Q206.89062 266.2546 207.125 266.2546Q207.3125 266.2546 207.59375 266.22336ZM212.35938 264.8796L213.39062 265.02023Q213.21875 266.08273 212.51562 266.6921Q211.8125 267.30148 210.79688 267.30148Q209.51562 267.30148 208.73438 266.47336Q207.96875 265.6296 207.96875 264.0671Q207.96875 263.0671 208.29688 262.3171Q208.64062 261.55148 209.3125 261.17648Q210.0 260.80148 210.8125 260.80148Q211.8125 260.80148 212.45312 261.3171Q213.10938 261.8171 213.29688 262.77023L212.26562 262.92648Q212.125 262.30148 211.75 261.98898Q211.375 261.66086 210.84375 261.66086Q210.04688 261.66086 209.54688 262.23898Q209.04688 262.80148 209.04688 264.03586Q209.04688 265.30148 209.53125 265.86398Q210.01562 266.42648 210.78125 266.42648Q211.40625 266.42648 211.8125 266.05148Q212.23438 265.67648 212.35938 264.8796ZM214.59375 267.16086L214.59375 265.95773L215.79688 265.95773L215.79688 267.16086L214.59375 267.16086Z" fill-rule="nonzero"/><path fill="#666666" d="M92.5625 279.26294L93.6875 279.5598Q93.328125 280.95044 92.40625 281.6848Q91.484375 282.4192 90.140625 282.4192Q88.75 282.4192 87.875 281.8567Q87.0 281.2942 86.546875 280.2317Q86.09375 279.15356 86.09375 277.9192Q86.09375 276.57544 86.609375 275.57544Q87.125 274.57544 88.0625 274.0598Q89.015625 273.5442 90.15625 273.5442Q91.4375 273.5442 92.3125 274.20044Q93.203125 274.8567 93.546875 276.0442L92.421875 276.3098Q92.125 275.3723 91.546875 274.95044Q90.984375 274.51294 90.125 274.51294Q89.140625 274.51294 88.46875 274.9973Q87.8125 275.46606 87.53125 276.26294Q87.265625 277.0598 87.265625 277.9192Q87.265625 279.01294 87.578125 279.82544Q87.90625 280.63794 88.578125 281.0442Q89.25 281.45044 90.046875 281.45044Q91.0 281.45044 91.65625 280.90356Q92.328125 280.3567 92.5625 279.26294ZM94.90625 279.1692Q94.90625 277.4348 95.859375 276.6067Q96.65625 275.9192 97.8125 275.9192Q99.09375 275.9192 99.90625 276.76294Q100.734375 277.59106 100.734375 279.07544Q100.734375 280.27856 100.375 280.96606Q100.015625 281.65356 99.3125 282.0442Q98.625 282.4192 97.8125 282.4192Q96.515625 282.4192 95.703125 281.59106Q94.90625 280.7473 94.90625 279.1692ZM95.984375 279.1692Q95.984375 280.3567 96.5 280.95044Q97.03125 281.5442 97.8125 281.5442Q98.609375 281.5442 99.125 280.95044Q99.640625 280.3567 99.640625 279.13794Q99.640625 277.9817 99.109375 277.38794Q98.59375 276.7942 97.8125 276.7942Q97.03125 276.7942 96.5 277.38794Q95.984375 277.96606 95.984375 279.1692ZM102.296875 282.27856L102.296875 276.0598L103.234375 276.0598L103.234375 276.9348Q103.53125 276.46606 104.015625 276.20044Q104.5 275.9192 105.125 275.9192Q105.8125 275.9192 106.25 276.20044Q106.703125 276.4817 106.875 276.9973Q107.625 275.9192 108.796875 275.9192Q109.734375 275.9192 110.21875 276.4348Q110.71875 276.9348 110.71875 278.01294L110.71875 282.27856L109.671875 282.27856L109.671875 278.3567Q109.671875 277.7317 109.5625 277.45044Q109.46875 277.1692 109.203125 276.9973Q108.9375 276.82544 108.5625 276.82544Q107.90625 276.82544 107.46875 277.26294Q107.046875 277.70044 107.046875 278.6692L107.046875 282.27856L105.984375 282.27856L105.984375 278.2317Q105.984375 277.52856 105.71875 277.1848Q105.46875 276.82544 104.890625 276.82544Q104.4375 276.82544 104.0625 277.0598Q103.6875 277.2942 103.515625 277.7473Q103.34375 278.20044 103.34375 279.0442L103.34375 282.27856L102.296875 282.27856ZM112.296875 282.27856L112.296875 276.0598L113.234375 276.0598L113.234375 276.9348Q113.53125 276.46606 114.015625 276.20044Q114.5 275.9192 115.125 275.9192Q115.8125 275.9192 116.25 276.20044Q116.703125 276.4817 116.875 276.9973Q117.625 275.9192 118.796875 275.9192Q119.734375 275.9192 120.21875 276.4348Q120.71875 276.9348 120.71875 278.01294L120.71875 282.27856L119.671875 282.27856L119.671875 278.3567Q119.671875 277.7317 119.5625 277.45044Q119.46875 277.1692 119.203125 276.9973Q118.9375 276.82544 118.5625 276.82544Q117.90625 276.82544 117.46875 277.26294Q117.046875 277.70044 117.046875 278.6692L117.046875 282.27856L115.984375 282.27856L115.984375 278.2317Q115.984375 277.52856 115.71875 277.1848Q115.46875 276.82544 114.890625 276.82544Q114.4375 276.82544 114.0625 277.0598Q113.6875 277.2942 113.515625 277.7473Q113.34375 278.20044 113.34375 279.0442L113.34375 282.27856L112.296875 282.27856ZM126.375 282.27856L126.375 281.3567Q125.640625 282.4192 124.390625 282.4192Q123.84375 282.4192 123.359375 282.21606Q122.890625 281.9973 122.65625 281.6848Q122.421875 281.3567 122.328125 280.88794Q122.265625 280.59106 122.265625 279.90356L122.265625 276.0598L123.328125 276.0598L123.328125 279.51294Q123.328125 280.32544 123.390625 280.6223Q123.484375 281.02856 123.796875 281.27856Q124.125 281.51294 124.609375 281.51294Q125.078125 281.51294 125.484375 281.27856Q125.90625 281.02856 126.078125 280.6067Q126.265625 280.1848 126.265625 279.38794L126.265625 276.0598L127.3125 276.0598L127.3125 282.27856L126.375 282.27856ZM129.29688 282.27856L129.29688 276.0598L130.23438 276.0598L130.23438 276.9348Q130.92188 275.9192 132.21875 275.9192Q132.78125 275.9192 133.25 276.1223Q133.73438 276.32544 133.96875 276.65356Q134.20312 276.9817 134.29688 277.4192Q134.34375 277.71606 134.34375 278.45044L134.34375 282.27856L133.29688 282.27856L133.29688 278.4973Q133.29688 277.84106 133.17188 277.52856Q133.04688 277.21606 132.73438 277.02856Q132.42188 276.82544 132.0 276.82544Q131.32812 276.82544 130.82812 277.26294Q130.34375 277.6848 130.34375 278.8723L130.34375 282.27856L129.29688 282.27856ZM136.29688 274.90356L136.29688 273.6848L137.35938 273.6848L137.35938 274.90356L136.29688 274.90356ZM136.29688 282.27856L136.29688 276.0598L137.35938 276.0598L137.35938 282.27856L136.29688 282.27856ZM141.59375 281.34106L141.75 282.26294Q141.29688 282.3567 140.95312 282.3567Q140.375 282.3567 140.0625 282.1848Q139.75 281.9973 139.60938 281.70044Q139.48438 281.40356 139.48438 280.45044L139.48438 276.8723L138.71875 276.8723L138.71875 276.0598L139.48438 276.0598L139.48438 274.51294L140.53125 273.88794L140.53125 276.0598L141.59375 276.0598L141.59375 276.8723L140.53125 276.8723L140.53125 280.51294Q140.53125 280.96606 140.57812 281.09106Q140.64062 281.21606 140.76562 281.2942Q140.89062 281.3723 141.125 281.3723Q141.3125 281.3723 141.59375 281.34106ZM142.25 284.6692L142.125 283.6848Q142.46875 283.77856 142.73438 283.77856Q143.07812 283.77856 143.28125 283.65356Q143.5 283.5442 143.64062 283.34106Q143.73438 283.1692 143.96875 282.5442Q143.98438 282.46606 144.0625 282.2942L141.6875 276.0598L142.82812 276.0598L144.125 279.65356Q144.375 280.34106 144.57812 281.1067Q144.76562 280.3723 145.01562 279.6848L146.34375 276.0598L147.39062 276.0598L145.03125 282.38794Q144.64062 283.40356 144.4375 283.7942Q144.15625 284.32544 143.78125 284.5598Q143.42188 284.8098 142.92188 284.8098Q142.625 284.8098 142.25 284.6692ZM151.29688 274.90356L151.29688 273.6848L152.35938 273.6848L152.35938 274.90356L151.29688 274.90356ZM151.29688 282.27856L151.29688 276.0598L152.35938 276.0598L152.35938 282.27856L151.29688 282.27856ZM154.29688 282.27856L154.29688 276.0598L155.23438 276.0598L155.23438 276.9348Q155.92188 275.9192 157.21875 275.9192Q157.78125 275.9192 158.25 276.1223Q158.73438 276.32544 158.96875 276.65356Q159.20312 276.9817 159.29688 277.4192Q159.34375 277.71606 159.34375 278.45044L159.34375 282.27856L158.29688 282.27856L158.29688 278.4973Q158.29688 277.84106 158.17188 277.52856Q158.04688 277.21606 157.73438 277.02856Q157.42188 276.82544 157.0 276.82544Q156.32812 276.82544 155.82812 277.26294Q155.34375 277.6848 155.34375 278.8723L155.34375 282.27856L154.29688 282.27856ZM163.01562 282.27856L160.65625 276.0598L161.76562 276.0598L163.10938 279.77856Q163.3125 280.38794 163.5 281.02856Q163.64062 280.5442 163.89062 279.8567L165.28125 276.0598L166.35938 276.0598L164.0 282.27856L163.01562 282.27856ZM166.90625 279.1692Q166.90625 277.4348 167.85938 276.6067Q168.65625 275.9192 169.8125 275.9192Q171.09375 275.9192 171.90625 276.76294Q172.73438 277.59106 172.73438 279.07544Q172.73438 280.27856 172.375 280.96606Q172.01562 281.65356 171.3125 282.0442Q170.625 282.4192 169.8125 282.4192Q168.51562 282.4192 167.70312 281.59106Q166.90625 280.7473 166.90625 279.1692ZM167.98438 279.1692Q167.98438 280.3567 168.5 280.95044Q169.03125 281.5442 169.8125 281.5442Q170.60938 281.5442 171.125 280.95044Q171.64062 280.3567 171.64062 279.13794Q171.64062 277.9817 171.10938 277.38794Q170.59375 276.7942 169.8125 276.7942Q169.03125 276.7942 168.5 277.38794Q167.98438 277.96606 167.98438 279.1692ZM174.26562 282.27856L174.26562 273.6848L175.32812 273.6848L175.32812 282.27856L174.26562 282.27856ZM179.01562 282.27856L176.65625 276.0598L177.76562 276.0598L179.10938 279.77856Q179.3125 280.38794 179.5 281.02856Q179.64062 280.5442 179.89062 279.8567L181.28125 276.0598L182.35938 276.0598L180.0 282.27856L179.01562 282.27856ZM187.54688 280.27856L188.64062 280.40356Q188.39062 281.3567 187.6875 281.88794Q186.98438 282.4192 185.90625 282.4192Q184.54688 282.4192 183.73438 281.57544Q182.9375 280.7317 182.9375 279.21606Q182.9375 277.65356 183.75 276.7942Q184.5625 275.9192 185.84375 275.9192Q187.09375 275.9192 187.875 276.76294Q188.67188 277.6067 188.67188 279.15356Q188.67188 279.2473 188.67188 279.4348L184.03125 279.4348Q184.09375 280.46606 184.60938 281.01294Q185.125 281.5442 185.90625 281.5442Q186.48438 281.5442 186.89062 281.2473Q187.3125 280.9348 187.54688 280.27856ZM184.09375 278.57544L187.5625 278.57544Q187.5 277.77856 187.17188 277.38794Q186.65625 276.77856 185.85938 276.77856Q185.125 276.77856 184.625 277.26294Q184.14062 277.7473 184.09375 278.57544ZM190.29688 282.27856L190.29688 276.0598L191.23438 276.0598L191.23438 276.9348Q191.53125 276.46606 192.01562 276.20044Q192.5 275.9192 193.125 275.9192Q193.8125 275.9192 194.25 276.20044Q194.70312 276.4817 194.875 276.9973Q195.625 275.9192 196.79688 275.9192Q197.73438 275.9192 198.21875 276.4348Q198.71875 276.9348 198.71875 278.01294L198.71875 282.27856L197.67188 282.27856L197.67188 278.3567Q197.67188 277.7317 197.5625 277.45044Q197.46875 277.1692 197.20312 276.9973Q196.9375 276.82544 196.5625 276.82544Q195.90625 276.82544 195.46875 277.26294Q195.04688 277.70044 195.04688 278.6692L195.04688 282.27856L193.98438 282.27856L193.98438 278.2317Q193.98438 277.52856 193.71875 277.1848Q193.46875 276.82544 192.89062 276.82544Q192.4375 276.82544 192.0625 277.0598Q191.6875 277.2942 191.51562 277.7473Q191.34375 278.20044 191.34375 279.0442L191.34375 282.27856L190.29688 282.27856ZM204.54688 280.27856L205.64062 280.40356Q205.39062 281.3567 204.6875 281.88794Q203.98438 282.4192 202.90625 282.4192Q201.54688 282.4192 200.73438 281.57544Q199.9375 280.7317 199.9375 279.21606Q199.9375 277.65356 200.75 276.7942Q201.5625 275.9192 202.84375 275.9192Q204.09375 275.9192 204.875 276.76294Q205.67188 277.6067 205.67188 279.15356Q205.67188 279.2473 205.67188 279.4348L201.03125 279.4348Q201.09375 280.46606 201.60938 281.01294Q202.125 281.5442 202.90625 281.5442Q203.48438 281.5442 203.89062 281.2473Q204.3125 280.9348 204.54688 280.27856ZM201.09375 278.57544L204.5625 278.57544Q204.5 277.77856 204.17188 277.38794Q203.65625 276.77856 202.85938 276.77856Q202.125 276.77856 201.625 277.26294Q201.14062 277.7473 201.09375 278.57544ZM207.29688 282.27856L207.29688 276.0598L208.23438 276.0598L208.23438 276.9348Q208.92188 275.9192 210.21875 275.9192Q210.78125 275.9192 211.25 276.1223Q211.73438 276.32544 211.96875 276.65356Q212.20312 276.9817 212.29688 277.4192Q212.34375 277.71606 212.34375 278.45044L212.34375 282.27856L211.29688 282.27856L211.29688 278.4973Q211.29688 277.84106 211.17188 277.52856Q211.04688 277.21606 210.73438 277.02856Q210.42188 276.82544 210.0 276.82544Q209.32812 276.82544 208.82812 277.26294Q208.34375 277.6848 208.34375 278.8723L208.34375 282.27856L207.29688 282.27856ZM216.59375 281.34106L216.75 282.26294Q216.29688 282.3567 215.95312 282.3567Q215.375 282.3567 215.0625 282.1848Q214.75 281.9973 214.60938 281.70044Q214.48438 281.40356 214.48438 280.45044L214.48438 276.8723L213.71875 276.8723L213.71875 276.0598L214.48438 276.0598L214.48438 274.51294L215.53125 273.88794L215.53125 276.0598L216.59375 276.0598L216.59375 276.8723L215.53125 276.8723L215.53125 280.51294Q215.53125 280.96606 215.57812 281.09106Q215.64062 281.21606 215.76562 281.2942Q215.89062 281.3723 216.125 281.3723Q216.3125 281.3723 216.59375 281.34106Z" fill-rule="nonzero"/><path fill="#666666" d="M36.3125 298.8098Q35.4375 297.70044 34.828125 296.2317Q34.234375 294.7473 34.234375 293.1692Q34.234375 291.77856 34.671875 290.4973Q35.203125 289.01294 36.3125 287.5442L37.0625 287.5442Q36.359375 288.76294 36.125 289.27856Q35.765625 290.09106 35.5625 290.96606Q35.3125 292.0598 35.3125 293.1692Q35.3125 295.9973 37.0625 298.8098L36.3125 298.8098ZM39.4375 296.27856L37.53125 290.0598L38.625 290.0598L39.609375 293.65356L39.984375 294.9817Q40.015625 294.88794 40.3125 293.70044L41.296875 290.0598L42.375 290.0598L43.3125 293.6692L43.625 294.8567L43.984375 293.65356L45.046875 290.0598L46.078125 290.0598L44.125 296.27856L43.03125 296.27856L42.046875 292.5442L41.796875 291.4973L40.546875 296.27856L39.4375 296.27856ZM46.90625 293.1692Q46.90625 291.4348 47.859375 290.6067Q48.65625 289.9192 49.8125 289.9192Q51.09375 289.9192 51.90625 290.76294Q52.734375 291.59106 52.734375 293.07544Q52.734375 294.27856 52.375 294.96606Q52.015625 295.65356 51.3125 296.0442Q50.625 296.4192 49.8125 296.4192Q48.515625 296.4192 47.703125 295.59106Q46.90625 294.7473 46.90625 293.1692ZM47.984375 293.1692Q47.984375 294.3567 48.5 294.95044Q49.03125 295.5442 49.8125 295.5442Q50.609375 295.5442 51.125 294.95044Q51.640625 294.3567 51.640625 293.13794Q51.640625 291.9817 51.109375 291.38794Q50.59375 290.7942 49.8125 290.7942Q49.03125 290.7942 48.5 291.38794Q47.984375 291.96606 47.984375 293.1692ZM54.28125 296.27856L54.28125 290.0598L55.234375 290.0598L55.234375 290.9973Q55.59375 290.34106 55.890625 290.13794Q56.203125 289.9192 56.578125 289.9192Q57.109375 289.9192 57.65625 290.2473L57.296875 291.2317Q56.90625 290.9973 56.53125 290.9973Q56.171875 290.9973 55.890625 291.21606Q55.625 291.4192 55.515625 291.7942Q55.328125 292.3567 55.328125 293.01294L55.328125 296.27856L54.28125 296.27856ZM58.296875 296.27856L58.296875 287.6848L59.359375 287.6848L59.359375 292.59106L61.84375 290.0598L63.21875 290.0598L60.828125 292.3567L63.453125 296.27856L62.15625 296.27856L60.09375 293.09106L59.359375 293.8098L59.359375 296.27856L58.296875 296.27856ZM64.09375 296.7942L65.125 296.95044Q65.1875 297.4192 65.484375 297.63794Q65.875 297.9348 66.546875 297.9348Q67.28125 297.9348 67.671875 297.63794Q68.078125 297.34106 68.21875 296.82544Q68.3125 296.4973 68.296875 295.46606Q67.609375 296.27856 66.578125 296.27856Q65.296875 296.27856 64.59375 295.3567Q63.890625 294.4192 63.890625 293.13794Q63.890625 292.2473 64.203125 291.4973Q64.53125 290.7317 65.140625 290.32544Q65.75 289.9192 66.578125 289.9192Q67.6875 289.9192 68.40625 290.8098L68.40625 290.0598L69.375 290.0598L69.375 295.4348Q69.375 296.88794 69.078125 297.4973Q68.78125 298.1067 68.140625 298.45044Q67.5 298.8098 66.5625 298.8098Q65.453125 298.8098 64.765625 298.3098Q64.078125 297.8098 64.09375 296.7942ZM64.96875 293.0598Q64.96875 294.27856 65.453125 294.84106Q65.9375 295.40356 66.671875 295.40356Q67.40625 295.40356 67.890625 294.84106Q68.390625 294.27856 68.390625 293.09106Q68.390625 291.95044 67.875 291.3723Q67.375 290.7942 66.65625 290.7942Q65.953125 290.7942 65.453125 291.3723Q64.96875 291.9348 64.96875 293.0598ZM71.28125 296.27856L71.28125 290.0598L72.234375 290.0598L72.234375 290.9973Q72.59375 290.34106 72.890625 290.13794Q73.203125 289.9192 73.578125 289.9192Q74.109375 289.9192 74.65625 290.2473L74.296875 291.2317Q73.90625 290.9973 73.53125 290.9973Q73.171875 290.9973 72.890625 291.21606Q72.625 291.4192 72.515625 291.7942Q72.328125 292.3567 72.328125 293.01294L72.328125 296.27856L71.28125 296.27856ZM74.90625 293.1692Q74.90625 291.4348 75.859375 290.6067Q76.65625 289.9192 77.8125 289.9192Q79.09375 289.9192 79.90625 290.76294Q80.734375 291.59106 80.734375 293.07544Q80.734375 294.27856 80.375 294.96606Q80.015625 295.65356 79.3125 296.0442Q78.625 296.4192 77.8125 296.4192Q76.515625 296.4192 75.703125 295.59106Q74.90625 294.7473 74.90625 293.1692ZM75.984375 293.1692Q75.984375 294.3567 76.5 294.95044Q77.03125 295.5442 77.8125 295.5442Q78.609375 295.5442 79.125 294.95044Q79.640625 294.3567 79.640625 293.13794Q79.640625 291.9817 79.109375 291.38794Q78.59375 290.7942 77.8125 290.7942Q77.03125 290.7942 76.5 291.38794Q75.984375 291.96606 75.984375 293.1692ZM86.375 296.27856L86.375 295.3567Q85.640625 296.4192 84.390625 296.4192Q83.84375 296.4192 83.359375 296.21606Q82.890625 295.9973 82.65625 295.6848Q82.421875 295.3567 82.328125 294.88794Q82.265625 294.59106 82.265625 293.90356L82.265625 290.0598L83.328125 290.0598L83.328125 293.51294Q83.328125 294.32544 83.390625 294.6223Q83.484375 295.02856 83.796875 295.27856Q84.125 295.51294 84.609375 295.51294Q85.078125 295.51294 85.484375 295.27856Q85.90625 295.02856 86.078125 294.6067Q86.265625 294.1848 86.265625 293.38794L86.265625 290.0598L87.3125 290.0598L87.3125 296.27856L86.375 296.27856ZM89.296875 298.6692L89.296875 290.0598L90.25 290.0598L90.25 290.8567Q90.59375 290.38794 91.015625 290.15356Q91.453125 289.9192 92.0625 289.9192Q92.859375 289.9192 93.46875 290.32544Q94.078125 290.7317 94.375 291.4817Q94.6875 292.2317 94.6875 293.1223Q94.6875 294.07544 94.34375 294.84106Q94.015625 295.6067 93.359375 296.01294Q92.703125 296.4192 91.984375 296.4192Q91.453125 296.4192 91.03125 296.20044Q90.609375 295.96606 90.34375 295.63794L90.34375 298.6692L89.296875 298.6692ZM90.25 293.20044Q90.25 294.40356 90.734375 294.9817Q91.21875 295.5442 91.90625 295.5442Q92.609375 295.5442 93.109375 294.95044Q93.609375 294.3567 93.609375 293.1067Q93.609375 291.9192 93.125 291.34106Q92.640625 290.7473 91.953125 290.7473Q91.28125 290.7473 90.765625 291.3723Q90.25 291.9973 90.25 293.20044ZM95.875 294.4192L96.90625 294.26294Q97.0 294.88794 97.390625 295.21606Q97.796875 295.5442 98.53125 295.5442Q99.25 295.5442 99.59375 295.26294Q99.953125 294.96606 99.953125 294.5598Q99.953125 294.20044 99.640625 293.9973Q99.421875 293.8567 98.5625 293.63794Q97.40625 293.34106 96.953125 293.13794Q96.515625 292.9192 96.28125 292.5442Q96.046875 292.1692 96.046875 291.70044Q96.046875 291.2942 96.234375 290.9348Q96.421875 290.57544 96.75 290.34106Q97.0 290.1692 97.421875 290.0442Q97.84375 289.9192 98.34375 289.9192Q99.0625 289.9192 99.609375 290.13794Q100.171875 290.34106 100.4375 290.70044Q100.703125 291.0598 100.796875 291.65356L99.765625 291.7942Q99.703125 291.32544 99.359375 291.0598Q99.03125 290.77856 98.40625 290.77856Q97.6875 290.77856 97.375 291.02856Q97.0625 291.26294 97.0625 291.59106Q97.0625 291.7942 97.1875 291.95044Q97.328125 292.1223 97.59375 292.2317Q97.75 292.2942 98.53125 292.4973Q99.65625 292.8098 100.09375 292.9973Q100.53125 293.1848 100.78125 293.5442Q101.03125 293.90356 101.03125 294.45044Q101.03125 294.9817 100.71875 295.45044Q100.421875 295.90356 99.84375 296.1692Q99.265625 296.4192 98.53125 296.4192Q97.3125 296.4192 96.671875 295.9192Q96.046875 295.40356 95.875 294.4192ZM102.5625 296.27856L102.5625 295.07544L103.765625 295.07544L103.765625 296.27856Q103.765625 296.9348 103.53125 297.34106Q103.296875 297.76294 102.796875 297.9817L102.5 297.52856Q102.828125 297.38794 102.984375 297.09106Q103.140625 296.8098 103.171875 296.27856L102.5625 296.27856ZM108.296875 296.27856L108.296875 290.0598L109.234375 290.0598L109.234375 290.9348Q109.53125 290.46606 110.015625 290.20044Q110.5 289.9192 111.125 289.9192Q111.8125 289.9192 112.25 290.20044Q112.703125 290.4817 112.875 290.9973Q113.625 289.9192 114.796875 289.9192Q115.734375 289.9192 116.21875 290.4348Q116.71875 290.9348 116.71875 292.01294L116.71875 296.27856L115.671875 296.27856L115.671875 292.3567Q115.671875 291.7317 115.5625 291.45044Q115.46875 291.1692 115.203125 290.9973Q114.9375 290.82544 114.5625 290.82544Q113.90625 290.82544 113.46875 291.26294Q113.046875 291.70044 113.046875 292.6692L113.046875 296.27856L111.984375 296.27856L111.984375 292.2317Q111.984375 291.52856 111.71875 291.1848Q111.46875 290.82544 110.890625 290.82544Q110.4375 290.82544 110.0625 291.0598Q109.6875 291.2942 109.515625 291.7473Q109.34375 292.20044 109.34375 293.0442L109.34375 296.27856L108.296875 296.27856ZM122.546875 294.27856L123.640625 294.40356Q123.390625 295.3567 122.6875 295.88794Q121.984375 296.4192 120.90625 296.4192Q119.546875 296.4192 118.734375 295.57544Q117.9375 294.7317 117.9375 293.21606Q117.9375 291.65356 118.75 290.7942Q119.5625 289.9192 120.84375 289.9192Q122.09375 289.9192 122.875 290.76294Q123.671875 291.6067 123.671875 293.15356Q123.671875 293.2473 123.671875 293.4348L119.03125 293.4348Q119.09375 294.46606 119.609375 295.01294Q120.125 295.5442 120.90625 295.5442Q121.484375 295.5442 121.890625 295.2473Q122.3125 294.9348 122.546875 294.27856ZM119.09375 292.57544L122.5625 292.57544Q122.5 291.77856 122.171875 291.38794Q121.65625 290.77856 120.859375 290.77856Q120.125 290.77856 119.625 291.26294Q119.140625 291.7473 119.09375 292.57544ZM129.54688 294.27856L130.64062 294.40356Q130.39062 295.3567 129.6875 295.88794Q128.98438 296.4192 127.90625 296.4192Q126.546875 296.4192 125.734375 295.57544Q124.9375 294.7317 124.9375 293.21606Q124.9375 291.65356 125.75 290.7942Q126.5625 289.9192 127.84375 289.9192Q129.09375 289.9192 129.875 290.76294Q130.67188 291.6067 130.67188 293.15356Q130.67188 293.2473 130.67188 293.4348L126.03125 293.4348Q126.09375 294.46606 126.609375 295.01294Q127.125 295.5442 127.90625 295.5442Q128.48438 295.5442 128.89062 295.2473Q129.3125 294.9348 129.54688 294.27856ZM126.09375 292.57544L129.5625 292.57544Q129.5 291.77856 129.17188 291.38794Q128.65625 290.77856 127.859375 290.77856Q127.125 290.77856 126.625 291.26294Q126.140625 291.7473 126.09375 292.57544ZM134.59375 295.34106L134.75 296.26294Q134.29688 296.3567 133.95312 296.3567Q133.375 296.3567 133.0625 296.1848Q132.75 295.9973 132.60938 295.70044Q132.48438 295.40356 132.48438 294.45044L132.48438 290.8723L131.71875 290.8723L131.71875 290.0598L132.48438 290.0598L132.48438 288.51294L133.53125 287.88794L133.53125 290.0598L134.59375 290.0598L134.59375 290.8723L133.53125 290.8723L133.53125 294.51294Q133.53125 294.96606 133.57812 295.09106Q133.64062 295.21606 133.76562 295.2942Q133.89062 295.3723 134.125 295.3723Q134.3125 295.3723 134.59375 295.34106ZM139.375 296.27856L139.375 295.3567Q138.64062 296.4192 137.39062 296.4192Q136.84375 296.4192 136.35938 296.21606Q135.89062 295.9973 135.65625 295.6848Q135.42188 295.3567 135.32812 294.88794Q135.26562 294.59106 135.26562 293.90356L135.26562 290.0598L136.32812 290.0598L136.32812 293.51294Q136.32812 294.32544 136.39062 294.6223Q136.48438 295.02856 136.79688 295.27856Q137.125 295.51294 137.60938 295.51294Q138.07812 295.51294 138.48438 295.27856Q138.90625 295.02856 139.07812 294.6067Q139.26562 294.1848 139.26562 293.38794L139.26562 290.0598L140.3125 290.0598L140.3125 296.27856L139.375 296.27856ZM142.29688 298.6692L142.29688 290.0598L143.25 290.0598L143.25 290.8567Q143.59375 290.38794 144.01562 290.15356Q144.45312 289.9192 145.0625 289.9192Q145.85938 289.9192 146.46875 290.32544Q147.07812 290.7317 147.375 291.4817Q147.6875 292.2317 147.6875 293.1223Q147.6875 294.07544 147.34375 294.84106Q147.01562 295.6067 146.35938 296.01294Q145.70312 296.4192 144.98438 296.4192Q144.45312 296.4192 144.03125 296.20044Q143.60938 295.96606 143.34375 295.63794L143.34375 298.6692L142.29688 298.6692ZM143.25 293.20044Q143.25 294.40356 143.73438 294.9817Q144.21875 295.5442 144.90625 295.5442Q145.60938 295.5442 146.10938 294.95044Q146.60938 294.3567 146.60938 293.1067Q146.60938 291.9192 146.125 291.34106Q145.64062 290.7473 144.95312 290.7473Q144.28125 290.7473 143.76562 291.3723Q143.25 291.9973 143.25 293.20044ZM156.35938 295.51294Q155.76562 296.01294 155.21875 296.21606Q154.6875 296.4192 154.0625 296.4192Q153.03125 296.4192 152.48438 295.9192Q151.9375 295.4192 151.9375 294.63794Q151.9375 294.1848 152.14062 293.8098Q152.34375 293.4192 152.6875 293.20044Q153.03125 292.96606 153.45312 292.8567Q153.75 292.76294 154.39062 292.6848Q155.65625 292.5442 156.26562 292.32544Q156.26562 292.1067 156.26562 292.0598Q156.26562 291.40356 155.96875 291.13794Q155.5625 290.7942 154.76562 290.7942Q154.03125 290.7942 153.67188 291.0598Q153.3125 291.3098 153.14062 291.96606L152.10938 291.82544Q152.25 291.1692 152.57812 290.76294Q152.90625 290.3567 153.51562 290.13794Q154.125 289.9192 154.92188 289.9192Q155.71875 289.9192 156.21875 290.1067Q156.71875 290.2942 156.95312 290.57544Q157.1875 290.8567 157.28125 291.2942Q157.32812 291.5598 157.32812 292.26294L157.32812 293.6692Q157.32812 295.13794 157.39062 295.52856Q157.46875 295.9192 157.67188 296.27856L156.5625 296.27856Q156.40625 295.95044 156.35938 295.51294ZM156.26562 293.15356Q155.6875 293.38794 154.54688 293.5598Q153.89062 293.65356 153.625 293.77856Q153.35938 293.88794 153.20312 294.1067Q153.0625 294.32544 153.0625 294.6067Q153.0625 295.02856 153.375 295.3098Q153.70312 295.59106 154.3125 295.59106Q154.92188 295.59106 155.39062 295.32544Q155.875 295.0598 156.09375 294.59106Q156.26562 294.2317 156.26562 293.5442L156.26562 293.15356ZM161.59375 295.34106L161.75 296.26294Q161.29688 296.3567 160.95312 296.3567Q160.375 296.3567 160.0625 296.1848Q159.75 295.9973 159.60938 295.70044Q159.48438 295.40356 159.48438 294.45044L159.48438 290.8723L158.71875 290.8723L158.71875 290.0598L159.48438 290.0598L159.48438 288.51294L160.53125 287.88794L160.53125 290.0598L161.59375 290.0598L161.59375 290.8723L160.53125 290.8723L160.53125 294.51294Q160.53125 294.96606 160.57812 295.09106Q160.64062 295.21606 160.76562 295.2942Q160.89062 295.3723 161.125 295.3723Q161.3125 295.3723 161.59375 295.34106ZM164.59375 295.34106L164.75 296.26294Q164.29688 296.3567 163.95312 296.3567Q163.375 296.3567 163.0625 296.1848Q162.75 295.9973 162.60938 295.70044Q162.48438 295.40356 162.48438 294.45044L162.48438 290.8723L161.71875 290.8723L161.71875 290.0598L162.48438 290.0598L162.48438 288.51294L163.53125 287.88794L163.53125 290.0598L164.59375 290.0598L164.59375 290.8723L163.53125 290.8723L163.53125 294.51294Q163.53125 294.96606 163.57812 295.09106Q163.64062 295.21606 163.76562 295.2942Q163.89062 295.3723 164.125 295.3723Q164.3125 295.3723 164.59375 295.34106ZM169.54688 294.27856L170.64062 294.40356Q170.39062 295.3567 169.6875 295.88794Q168.98438 296.4192 167.90625 296.4192Q166.54688 296.4192 165.73438 295.57544Q164.9375 294.7317 164.9375 293.21606Q164.9375 291.65356 165.75 290.7942Q166.5625 289.9192 167.84375 289.9192Q169.09375 289.9192 169.875 290.76294Q170.67188 291.6067 170.67188 293.15356Q170.67188 293.2473 170.67188 293.4348L166.03125 293.4348Q166.09375 294.46606 166.60938 295.01294Q167.125 295.5442 167.90625 295.5442Q168.48438 295.5442 168.89062 295.2473Q169.3125 294.9348 169.54688 294.27856ZM166.09375 292.57544L169.5625 292.57544Q169.5 291.77856 169.17188 291.38794Q168.65625 290.77856 167.85938 290.77856Q167.125 290.77856 166.625 291.26294Q166.14062 291.7473 166.09375 292.57544ZM172.29688 296.27856L172.29688 290.0598L173.23438 290.0598L173.23438 290.9348Q173.92188 289.9192 175.21875 289.9192Q175.78125 289.9192 176.25 290.1223Q176.73438 290.32544 176.96875 290.65356Q177.20312 290.9817 177.29688 291.4192Q177.34375 291.71606 177.34375 292.45044L177.34375 296.27856L176.29688 296.27856L176.29688 292.4973Q176.29688 291.84106 176.17188 291.52856Q176.04688 291.21606 175.73438 291.02856Q175.42188 290.82544 175.0 290.82544Q174.32812 290.82544 173.82812 291.26294Q173.34375 291.6848 173.34375 292.8723L173.34375 296.27856L172.29688 296.27856ZM183.32812 296.27856L183.32812 295.4973Q182.73438 296.4192 181.59375 296.4192Q180.84375 296.4192 180.21875 296.01294Q179.59375 295.59106 179.25 294.8567Q178.90625 294.1223 178.90625 293.1692Q178.90625 292.2473 179.21875 291.4817Q179.53125 290.71606 180.15625 290.32544Q180.78125 289.9192 181.54688 289.9192Q182.10938 289.9192 182.54688 290.15356Q182.98438 290.38794 183.26562 290.76294L183.26562 287.6848L184.3125 287.6848L184.3125 296.27856L183.32812 296.27856ZM180.0 293.1692Q180.0 294.3723 180.5 294.96606Q181.0 295.5442 181.6875 295.5442Q182.375 295.5442 182.85938 294.9817Q183.34375 294.4192 183.34375 293.26294Q183.34375 291.9817 182.84375 291.38794Q182.35938 290.7942 181.64062 290.7942Q180.9375 290.7942 180.46875 291.3723Q180.0 291.9348 180.0 293.1692ZM190.35938 295.51294Q189.76562 296.01294 189.21875 296.21606Q188.6875 296.4192 188.0625 296.4192Q187.03125 296.4192 186.48438 295.9192Q185.9375 295.4192 185.9375 294.63794Q185.9375 294.1848 186.14062 293.8098Q186.34375 293.4192 186.6875 293.20044Q187.03125 292.96606 187.45312 292.8567Q187.75 292.76294 188.39062 292.6848Q189.65625 292.5442 190.26562 292.32544Q190.26562 292.1067 190.26562 292.0598Q190.26562 291.40356 189.96875 291.13794Q189.5625 290.7942 188.76562 290.7942Q188.03125 290.7942 187.67188 291.0598Q187.3125 291.3098 187.14062 291.96606L186.10938 291.82544Q186.25 291.1692 186.57812 290.76294Q186.90625 290.3567 187.51562 290.13794Q188.125 289.9192 188.92188 289.9192Q189.71875 289.9192 190.21875 290.1067Q190.71875 290.2942 190.95312 290.57544Q191.1875 290.8567 191.28125 291.2942Q191.32812 291.5598 191.32812 292.26294L191.32812 293.6692Q191.32812 295.13794 191.39062 295.52856Q191.46875 295.9192 191.67188 296.27856L190.5625 296.27856Q190.40625 295.95044 190.35938 295.51294ZM190.26562 293.15356Q189.6875 293.38794 188.54688 293.5598Q187.89062 293.65356 187.625 293.77856Q187.35938 293.88794 187.20312 294.1067Q187.0625 294.32544 187.0625 294.6067Q187.0625 295.02856 187.375 295.3098Q187.70312 295.59106 188.3125 295.59106Q188.92188 295.59106 189.39062 295.32544Q189.875 295.0598 190.09375 294.59106Q190.26562 294.2317 190.26562 293.5442L190.26562 293.15356ZM193.29688 296.27856L193.29688 290.0598L194.23438 290.0598L194.23438 290.9348Q194.92188 289.9192 196.21875 289.9192Q196.78125 289.9192 197.25 290.1223Q197.73438 290.32544 197.96875 290.65356Q198.20312 290.9817 198.29688 291.4192Q198.34375 291.71606 198.34375 292.45044L198.34375 296.27856L197.29688 296.27856L197.29688 292.4973Q197.29688 291.84106 197.17188 291.52856Q197.04688 291.21606 196.73438 291.02856Q196.42188 290.82544 196.0 290.82544Q195.32812 290.82544 194.82812 291.26294Q194.34375 291.6848 194.34375 292.8723L194.34375 296.27856L193.29688 296.27856ZM204.35938 293.9973L205.39062 294.13794Q205.21875 295.20044 204.51562 295.8098Q203.8125 296.4192 202.79688 296.4192Q201.51562 296.4192 200.73438 295.59106Q199.96875 294.7473 199.96875 293.1848Q199.96875 292.1848 200.29688 291.4348Q200.64062 290.6692 201.3125 290.2942Q202.0 289.9192 202.8125 289.9192Q203.8125 289.9192 204.45312 290.4348Q205.10938 290.9348 205.29688 291.88794L204.26562 292.0442Q204.125 291.4192 203.75 291.1067Q203.375 290.77856 202.84375 290.77856Q202.04688 290.77856 201.54688 291.3567Q201.04688 291.9192 201.04688 293.15356Q201.04688 294.4192 201.53125 294.9817Q202.01562 295.5442 202.78125 295.5442Q203.40625 295.5442 203.8125 295.1692Q204.23438 294.7942 204.35938 293.9973ZM210.54688 294.27856L211.64062 294.40356Q211.39062 295.3567 210.6875 295.88794Q209.98438 296.4192 208.90625 296.4192Q207.54688 296.4192 206.73438 295.57544Q205.9375 294.7317 205.9375 293.21606Q205.9375 291.65356 206.75 290.7942Q207.5625 289.9192 208.84375 289.9192Q210.09375 289.9192 210.875 290.76294Q211.67188 291.6067 211.67188 293.15356Q211.67188 293.2473 211.67188 293.4348L207.03125 293.4348Q207.09375 294.46606 207.60938 295.01294Q208.125 295.5442 208.90625 295.5442Q209.48438 295.5442 209.89062 295.2473Q210.3125 294.9348 210.54688 294.27856ZM207.09375 292.57544L210.5625 292.57544Q210.5 291.77856 210.17188 291.38794Q209.65625 290.77856 208.85938 290.77856Q208.125 290.77856 207.625 291.26294Q207.14062 291.7473 207.09375 292.57544ZM213.98438 298.8098L213.23438 298.8098Q214.98438 295.9973 214.98438 293.1692Q214.98438 292.07544 214.73438 290.9817Q214.53125 290.1067 214.17188 289.2942Q213.9375 288.77856 213.23438 287.5442L213.98438 287.5442Q215.07812 289.01294 215.60938 290.4973Q216.0625 291.77856 216.0625 293.1692Q216.0625 294.7473 215.45312 296.2317Q214.84375 297.70044 213.98438 298.8098Z" fill-rule="nonzero"/><path fill="#666666" d="M46.609375 318.39627L46.609375 310.81815L43.78125 310.81815L43.78125 309.80252L50.59375 309.80252L50.59375 310.81815L47.75 310.81815L47.75 318.39627L46.609375 318.39627ZM50.90625 315.2869Q50.90625 313.55252 51.859375 312.7244Q52.65625 312.0369 53.8125 312.0369Q55.09375 312.0369 55.90625 312.88065Q56.734375 313.70877 56.734375 315.19315Q56.734375 316.39627 56.375 317.08377Q56.015625 317.77127 55.3125 318.1619Q54.625 318.5369 53.8125 318.5369Q52.515625 318.5369 51.703125 317.70877Q50.90625 316.86502 50.90625 315.2869ZM51.984375 315.2869Q51.984375 316.4744 52.5 317.06815Q53.03125 317.6619 53.8125 317.6619Q54.609375 317.6619 55.125 317.06815Q55.640625 316.4744 55.640625 315.25565Q55.640625 314.0994 55.109375 313.50565Q54.59375 312.9119 53.8125 312.9119Q53.03125 312.9119 52.5 313.50565Q51.984375 314.08377 51.984375 315.2869ZM57.90625 315.2869Q57.90625 313.55252 58.859375 312.7244Q59.65625 312.0369 60.8125 312.0369Q62.09375 312.0369 62.90625 312.88065Q63.734375 313.70877 63.734375 315.19315Q63.734375 316.39627 63.375 317.08377Q63.015625 317.77127 62.3125 318.1619Q61.625 318.5369 60.8125 318.5369Q59.515625 318.5369 58.703125 317.70877Q57.90625 316.86502 57.90625 315.2869ZM58.984375 315.2869Q58.984375 316.4744 59.5 317.06815Q60.03125 317.6619 60.8125 317.6619Q61.609375 317.6619 62.125 317.06815Q62.640625 316.4744 62.640625 315.25565Q62.640625 314.0994 62.109375 313.50565Q61.59375 312.9119 60.8125 312.9119Q60.03125 312.9119 59.5 313.50565Q58.984375 314.08377 58.984375 315.2869ZM65.265625 318.39627L65.265625 309.80252L66.328125 309.80252L66.328125 318.39627L65.265625 318.39627ZM72.359375 316.11502L73.390625 316.25565Q73.21875 317.31815 72.515625 317.92752Q71.8125 318.5369 70.796875 318.5369Q69.515625 318.5369 68.734375 317.70877Q67.96875 316.86502 67.96875 315.30252Q67.96875 314.30252 68.296875 313.55252Q68.640625 312.7869 69.3125 312.4119Q70.0 312.0369 70.8125 312.0369Q71.8125 312.0369 72.453125 312.55252Q73.109375 313.05252 73.296875 314.00565L72.265625 314.1619Q72.125 313.5369 71.75 313.2244Q71.375 312.89627 70.84375 312.89627Q70.046875 312.89627 69.546875 313.4744Q69.046875 314.0369 69.046875 315.27127Q69.046875 316.5369 69.53125 317.0994Q70.015625 317.6619 70.78125 317.6619Q71.40625 317.6619 71.8125 317.2869Q72.234375 316.9119 72.359375 316.11502ZM74.296875 318.39627L74.296875 309.80252L75.34375 309.80252L75.34375 312.88065Q76.078125 312.0369 77.203125 312.0369Q77.90625 312.0369 78.40625 312.31815Q78.921875 312.58377 79.140625 313.06815Q79.359375 313.5369 79.359375 314.45877L79.359375 318.39627L78.3125 318.39627L78.3125 314.45877Q78.3125 313.6619 77.96875 313.30252Q77.625 312.94315 77.0 312.94315Q76.53125 312.94315 76.109375 313.19315Q75.703125 313.42752 75.515625 313.8494Q75.34375 314.25565 75.34375 314.99002L75.34375 318.39627L74.296875 318.39627ZM85.359375 317.63065Q84.765625 318.13065 84.21875 318.33377Q83.6875 318.5369 83.0625 318.5369Q82.03125 318.5369 81.484375 318.0369Q80.9375 317.5369 80.9375 316.75565Q80.9375 316.30252 81.140625 315.92752Q81.34375 315.5369 81.6875 315.31815Q82.03125 315.08377 82.453125 314.9744Q82.75 314.88065 83.390625 314.80252Q84.65625 314.6619 85.265625 314.44315Q85.265625 314.2244 85.265625 314.17752Q85.265625 313.52127 84.96875 313.25565Q84.5625 312.9119 83.765625 312.9119Q83.03125 312.9119 82.671875 313.17752Q82.3125 313.42752 82.140625 314.08377L81.109375 313.94315Q81.25 313.2869 81.578125 312.88065Q81.90625 312.4744 82.515625 312.25565Q83.125 312.0369 83.921875 312.0369Q84.71875 312.0369 85.21875 312.2244Q85.71875 312.4119 85.953125 312.69315Q86.1875 312.9744 86.28125 313.4119Q86.328125 313.67752 86.328125 314.38065L86.328125 315.7869Q86.328125 317.25565 86.390625 317.64627Q86.46875 318.0369 86.671875 318.39627L85.5625 318.39627Q85.40625 318.06815 85.359375 317.63065ZM85.265625 315.27127Q84.6875 315.50565 83.546875 315.67752Q82.890625 315.77127 82.625 315.89627Q82.359375 316.00565 82.203125 316.2244Q82.0625 316.44315 82.0625 316.7244Q82.0625 317.14627 82.375 317.42752Q82.703125 317.70877 83.3125 317.70877Q83.921875 317.70877 84.390625 317.44315Q84.875 317.17752 85.09375 316.70877Q85.265625 316.3494 85.265625 315.6619L85.265625 315.27127ZM88.296875 311.02127L88.296875 309.80252L89.359375 309.80252L89.359375 311.02127L88.296875 311.02127ZM88.296875 318.39627L88.296875 312.17752L89.359375 312.17752L89.359375 318.39627L88.296875 318.39627ZM91.296875 318.39627L91.296875 312.17752L92.234375 312.17752L92.234375 313.05252Q92.921875 312.0369 94.21875 312.0369Q94.78125 312.0369 95.25 312.24002Q95.734375 312.44315 95.96875 312.77127Q96.203125 313.0994 96.296875 313.5369Q96.34375 313.83377 96.34375 314.56815L96.34375 318.39627L95.296875 318.39627L95.296875 314.61502Q95.296875 313.95877 95.171875 313.64627Q95.046875 313.33377 94.734375 313.14627Q94.421875 312.94315 94.0 312.94315Q93.328125 312.94315 92.828125 313.38065Q92.34375 313.80252 92.34375 314.99002L92.34375 318.39627L91.296875 318.39627ZM103.3125 320.92752Q102.4375 319.81815 101.828125 318.3494Q101.234375 316.86502 101.234375 315.2869Q101.234375 313.89627 101.671875 312.61502Q102.203125 311.13065 103.3125 309.6619L104.0625 309.6619Q103.359375 310.88065 103.125 311.39627Q102.765625 312.20877 102.5625 313.08377Q102.3125 314.17752 102.3125 315.2869Q102.3125 318.11502 104.0625 320.92752L103.3125 320.92752ZM109.359375 316.11502L110.390625 316.25565Q110.21875 317.31815 109.515625 317.92752Q108.8125 318.5369 107.796875 318.5369Q106.515625 318.5369 105.734375 317.70877Q104.96875 316.86502 104.96875 315.30252Q104.96875 314.30252 105.296875 313.55252Q105.640625 312.7869 106.3125 312.4119Q107.0 312.0369 107.8125 312.0369Q108.8125 312.0369 109.453125 312.55252Q110.109375 313.05252 110.296875 314.00565L109.265625 314.1619Q109.125 313.5369 108.75 313.2244Q108.375 312.89627 107.84375 312.89627Q107.046875 312.89627 106.546875 313.4744Q106.046875 314.0369 106.046875 315.27127Q106.046875 316.5369 106.53125 317.0994Q107.015625 317.6619 107.78125 317.6619Q108.40625 317.6619 108.8125 317.2869Q109.234375 316.9119 109.359375 316.11502ZM110.90625 315.2869Q110.90625 313.55252 111.859375 312.7244Q112.65625 312.0369 113.8125 312.0369Q115.09375 312.0369 115.90625 312.88065Q116.734375 313.70877 116.734375 315.19315Q116.734375 316.39627 116.375 317.08377Q116.015625 317.77127 115.3125 318.1619Q114.625 318.5369 113.8125 318.5369Q112.515625 318.5369 111.703125 317.70877Q110.90625 316.86502 110.90625 315.2869ZM111.984375 315.2869Q111.984375 316.4744 112.5 317.06815Q113.03125 317.6619 113.8125 317.6619Q114.609375 317.6619 115.125 317.06815Q115.640625 316.4744 115.640625 315.25565Q115.640625 314.0994 115.109375 313.50565Q114.59375 312.9119 113.8125 312.9119Q113.03125 312.9119 112.5 313.50565Q111.984375 314.08377 111.984375 315.2869ZM118.296875 318.39627L118.296875 312.17752L119.234375 312.17752L119.234375 313.05252Q119.53125 312.58377 120.015625 312.31815Q120.5 312.0369 121.125 312.0369Q121.8125 312.0369 122.25 312.31815Q122.703125 312.5994 122.875 313.11502Q123.625 312.0369 124.796875 312.0369Q125.734375 312.0369 126.21875 312.55252Q126.71875 313.05252 126.71875 314.13065L126.71875 318.39627L125.671875 318.39627L125.671875 314.4744Q125.671875 313.8494 125.5625 313.56815Q125.46875 313.2869 125.203125 313.11502Q124.9375 312.94315 124.5625 312.94315Q123.90625 312.94315 123.46875 313.38065Q123.046875 313.81815 123.046875 314.7869L123.046875 318.39627L121.984375 318.39627L121.984375 314.3494Q121.984375 313.64627 121.71875 313.30252Q121.46875 312.94315 120.890625 312.94315Q120.4375 312.94315 120.0625 313.17752Q119.6875 313.4119 119.515625 313.86502Q119.34375 314.31815 119.34375 315.1619L119.34375 318.39627L118.296875 318.39627ZM128.29688 320.7869L128.29688 312.17752L129.25 312.17752L129.25 312.9744Q129.59375 312.50565 130.01562 312.27127Q130.45312 312.0369 131.0625 312.0369Q131.85938 312.0369 132.46875 312.44315Q133.07812 312.8494 133.375 313.5994Q133.6875 314.3494 133.6875 315.24002Q133.6875 316.19315 133.34375 316.95877Q133.01562 317.7244 132.35938 318.13065Q131.70312 318.5369 130.98438 318.5369Q130.45312 318.5369 130.03125 318.31815Q129.60938 318.08377 129.34375 317.75565L129.34375 320.7869L128.29688 320.7869ZM129.25 315.31815Q129.25 316.52127 129.73438 317.0994Q130.21875 317.6619 130.90625 317.6619Q131.60938 317.6619 132.10938 317.06815Q132.60938 316.4744 132.60938 315.2244Q132.60938 314.0369 132.125 313.45877Q131.64062 312.86502 130.95312 312.86502Q130.28125 312.86502 129.76562 313.49002Q129.25 314.11502 129.25 315.31815ZM135.29688 311.02127L135.29688 309.80252L136.35938 309.80252L136.35938 311.02127L135.29688 311.02127ZM135.29688 318.39627L135.29688 312.17752L136.35938 312.17752L136.35938 318.39627L135.29688 318.39627ZM138.26562 318.39627L138.26562 309.80252L139.32812 309.80252L139.32812 318.39627L138.26562 318.39627ZM145.54688 316.39627L146.64062 316.52127Q146.39062 317.4744 145.6875 318.00565Q144.98438 318.5369 143.90625 318.5369Q142.54688 318.5369 141.73438 317.69315Q140.9375 316.8494 140.9375 315.33377Q140.9375 313.77127 141.75 312.9119Q142.5625 312.0369 143.84375 312.0369Q145.09375 312.0369 145.875 312.88065Q146.67188 313.7244 146.67188 315.27127Q146.67188 315.36502 146.67188 315.55252L142.03125 315.55252Q142.09375 316.58377 142.60938 317.13065Q143.125 317.6619 143.90625 317.6619Q144.48438 317.6619 144.89062 317.36502Q145.3125 317.05252 145.54688 316.39627ZM142.09375 314.69315L145.5625 314.69315Q145.5 313.89627 145.17188 313.50565Q144.65625 312.89627 143.85938 312.89627Q143.125 312.89627 142.625 313.38065Q142.14062 313.86502 142.09375 314.69315ZM148.28125 318.39627L148.28125 312.17752L149.23438 312.17752L149.23438 313.11502Q149.59375 312.45877 149.89062 312.25565Q150.20312 312.0369 150.57812 312.0369Q151.10938 312.0369 151.65625 312.36502L151.29688 313.3494Q150.90625 313.11502 150.53125 313.11502Q150.17188 313.11502 149.89062 313.33377Q149.625 313.5369 149.51562 313.9119Q149.32812 314.4744 149.32812 315.13065L149.32812 318.39627L148.28125 318.39627ZM152.5625 318.39627L152.5625 317.19315L153.76562 317.19315L153.76562 318.39627Q153.76562 319.05252 153.53125 319.45877Q153.29688 319.88065 152.79688 320.0994L152.5 319.64627Q152.82812 319.50565 152.98438 319.20877Q153.14062 318.92752 153.17188 318.39627L152.5625 318.39627ZM158.26562 318.39627L158.26562 309.80252L159.32812 309.80252L159.32812 318.39627L158.26562 318.39627ZM161.29688 311.02127L161.29688 309.80252L162.35938 309.80252L162.35938 311.02127L161.29688 311.02127ZM161.29688 318.39627L161.29688 312.17752L162.35938 312.17752L162.35938 318.39627L161.29688 318.39627ZM164.29688 318.39627L164.29688 312.17752L165.23438 312.17752L165.23438 313.05252Q165.92188 312.0369 167.21875 312.0369Q167.78125 312.0369 168.25 312.24002Q168.73438 312.44315 168.96875 312.77127Q169.20312 313.0994 169.29688 313.5369Q169.34375 313.83377 169.34375 314.56815L169.34375 318.39627L168.29688 318.39627L168.29688 314.61502Q168.29688 313.95877 168.17188 313.64627Q168.04688 313.33377 167.73438 313.14627Q167.42188 312.94315 167.0 312.94315Q166.32812 312.94315 165.82812 313.38065Q165.34375 313.80252 165.34375 314.99002L165.34375 318.39627L164.29688 318.39627ZM171.29688 318.39627L171.29688 309.80252L172.35938 309.80252L172.35938 314.70877L174.84375 312.17752L176.21875 312.17752L173.82812 314.4744L176.45312 318.39627L175.15625 318.39627L173.09375 315.20877L172.35938 315.92752L172.35938 318.39627L171.29688 318.39627ZM181.54688 316.39627L182.64062 316.52127Q182.39062 317.4744 181.6875 318.00565Q180.98438 318.5369 179.90625 318.5369Q178.54688 318.5369 177.73438 317.69315Q176.9375 316.8494 176.9375 315.33377Q176.9375 313.77127 177.75 312.9119Q178.5625 312.0369 179.84375 312.0369Q181.09375 312.0369 181.875 312.88065Q182.67188 313.7244 182.67188 315.27127Q182.67188 315.36502 182.67188 315.55252L178.03125 315.55252Q178.09375 316.58377 178.60938 317.13065Q179.125 317.6619 179.90625 317.6619Q180.48438 317.6619 180.89062 317.36502Q181.3125 317.05252 181.54688 316.39627ZM178.09375 314.69315L181.5625 314.69315Q181.5 313.89627 181.17188 313.50565Q180.65625 312.89627 179.85938 312.89627Q179.125 312.89627 178.625 313.38065Q178.14062 313.86502 178.09375 314.69315ZM184.28125 318.39627L184.28125 312.17752L185.23438 312.17752L185.23438 313.11502Q185.59375 312.45877 185.89062 312.25565Q186.20312 312.0369 186.57812 312.0369Q187.10938 312.0369 187.65625 312.36502L187.29688 313.3494Q186.90625 313.11502 186.53125 313.11502Q186.17188 313.11502 185.89062 313.33377Q185.625 313.5369 185.51562 313.9119Q185.32812 314.4744 185.32812 315.13065L185.32812 318.39627L184.28125 318.39627ZM188.5625 318.39627L188.5625 317.19315L189.76562 317.19315L189.76562 318.39627Q189.76562 319.05252 189.53125 319.45877Q189.29688 319.88065 188.79688 320.0994L188.5 319.64627Q188.82812 319.50565 188.98438 319.20877Q189.14062 318.92752 189.17188 318.39627L188.5625 318.39627ZM198.54688 316.39627L199.64062 316.52127Q199.39062 317.4744 198.6875 318.00565Q197.98438 318.5369 196.90625 318.5369Q195.54688 318.5369 194.73438 317.69315Q193.9375 316.8494 193.9375 315.33377Q193.9375 313.77127 194.75 312.9119Q195.5625 312.0369 196.84375 312.0369Q198.09375 312.0369 198.875 312.88065Q199.67188 313.7244 199.67188 315.27127Q199.67188 315.36502 199.67188 315.55252L195.03125 315.55252Q195.09375 316.58377 195.60938 317.13065Q196.125 317.6619 196.90625 317.6619Q197.48438 317.6619 197.89062 317.36502Q198.3125 317.05252 198.54688 316.39627ZM195.09375 314.69315L198.5625 314.69315Q198.5 313.89627 198.17188 313.50565Q197.65625 312.89627 196.85938 312.89627Q196.125 312.89627 195.625 313.38065Q195.14062 313.86502 195.09375 314.69315ZM203.59375 317.45877L203.75 318.38065Q203.29688 318.4744 202.95312 318.4744Q202.375 318.4744 202.0625 318.30252Q201.75 318.11502 201.60938 317.81815Q201.48438 317.52127 201.48438 316.56815L201.48438 312.99002L200.71875 312.99002L200.71875 312.17752L201.48438 312.17752L201.48438 310.63065L202.53125 310.00565L202.53125 312.17752L203.59375 312.17752L203.59375 312.99002L202.53125 312.99002L202.53125 316.63065Q202.53125 317.08377 202.57812 317.20877Q202.64062 317.33377 202.76562 317.4119Q202.89062 317.49002 203.125 317.49002Q203.3125 317.49002 203.59375 317.45877ZM208.35938 316.11502L209.39062 316.25565Q209.21875 317.31815 208.51562 317.92752Q207.8125 318.5369 206.79688 318.5369Q205.51562 318.5369 204.73438 317.70877Q203.96875 316.86502 203.96875 315.30252Q203.96875 314.30252 204.29688 313.55252Q204.64062 312.7869 205.3125 312.4119Q206.0 312.0369 206.8125 312.0369Q207.8125 312.0369 208.45312 312.55252Q209.10938 313.05252 209.29688 314.00565L208.26562 314.1619Q208.125 313.5369 207.75 313.2244Q207.375 312.89627 206.84375 312.89627Q206.04688 312.89627 205.54688 313.4744Q205.04688 314.0369 205.04688 315.27127Q205.04688 316.5369 205.53125 317.0994Q206.01562 317.6619 206.78125 317.6619Q207.40625 317.6619 207.8125 317.2869Q208.23438 316.9119 208.35938 316.11502ZM210.59375 318.39627L210.59375 317.19315L211.79688 317.19315L211.79688 318.39627L210.59375 318.39627ZM213.98438 320.92752L213.23438 320.92752Q214.98438 318.11502 214.98438 315.2869Q214.98438 314.19315 214.73438 313.0994Q214.53125 312.2244 214.17188 311.4119Q213.9375 310.89627 213.23438 309.6619L213.98438 309.6619Q215.07812 311.13065 215.60938 312.61502Q216.0625 313.89627 216.0625 315.2869Q216.0625 316.86502 215.45312 318.3494Q214.84375 319.81815 213.98438 320.92752Z" fill-rule="nonzero"/><path fill="#666666" d="M54.453125 337.13898L54.453125 336.13898L58.078125 336.12335L58.078125 339.31085Q57.25 339.98273 56.359375 340.32648Q55.46875 340.6546 54.53125 340.6546Q53.265625 340.6546 52.21875 340.12335Q51.1875 339.57648 50.65625 338.56085Q50.140625 337.5296 50.140625 336.26398Q50.140625 334.99835 50.65625 333.92023Q51.1875 332.82648 52.171875 332.31085Q53.15625 331.7796 54.4375 331.7796Q55.375 331.7796 56.125 332.07648Q56.875 332.37335 57.296875 332.92023Q57.734375 333.45148 57.953125 334.32648L56.9375 334.60773Q56.734375 333.95148 56.4375 333.57648Q56.15625 333.20148 55.625 332.98273Q55.09375 332.74835 54.453125 332.74835Q53.671875 332.74835 53.09375 332.98273Q52.53125 333.2171 52.171875 333.60773Q51.828125 333.99835 51.640625 334.4671Q51.3125 335.26398 51.3125 336.18585Q51.3125 337.3421 51.703125 338.12335Q52.109375 338.88898 52.859375 339.26398Q53.609375 339.63898 54.46875 339.63898Q55.203125 339.63898 55.90625 339.35773Q56.609375 339.06085 56.96875 338.74835L56.96875 337.13898L54.453125 337.13898ZM58.90625 337.4046Q58.90625 335.67023 59.859375 334.8421Q60.65625 334.1546 61.8125 334.1546Q63.09375 334.1546 63.90625 334.99835Q64.734375 335.82648 64.734375 337.31085Q64.734375 338.51398 64.375 339.20148Q64.015625 339.88898 63.3125 340.2796Q62.625 340.6546 61.8125 340.6546Q60.515625 340.6546 59.703125 339.82648Q58.90625 338.98273 58.90625 337.4046ZM59.984375 337.4046Q59.984375 338.5921 60.5 339.18585Q61.03125 339.7796 61.8125 339.7796Q62.609375 339.7796 63.125 339.18585Q63.640625 338.5921 63.640625 337.37335Q63.640625 336.2171 63.109375 335.62335Q62.59375 335.0296 61.8125 335.0296Q61.03125 335.0296 60.5 335.62335Q59.984375 336.20148 59.984375 337.4046ZM69.421875 340.51398L69.421875 331.92023L72.671875 331.92023Q73.515625 331.92023 73.96875 331.99835Q74.609375 332.10773 75.03125 332.4046Q75.46875 332.70148 75.71875 333.23273Q75.984375 333.76398 75.984375 334.4046Q75.984375 335.49835 75.28125 336.26398Q74.59375 337.01398 72.765625 337.01398L70.5625 337.01398L70.5625 340.51398L69.421875 340.51398ZM70.5625 336.01398L72.78125 336.01398Q73.890625 336.01398 74.34375 335.60773Q74.8125 335.18585 74.8125 334.43585Q74.8125 333.9046 74.53125 333.5296Q74.265625 333.13898 73.828125 333.01398Q73.53125 332.93585 72.765625 332.93585L70.5625 332.93585L70.5625 336.01398ZM77.28125 340.51398L77.28125 334.29523L78.234375 334.29523L78.234375 335.23273Q78.59375 334.57648 78.890625 334.37335Q79.203125 334.1546 79.578125 334.1546Q80.109375 334.1546 80.65625 334.48273L80.296875 335.4671Q79.90625 335.23273 79.53125 335.23273Q79.171875 335.23273 78.890625 335.45148Q78.625 335.6546 78.515625 336.0296Q78.328125 336.5921 78.328125 337.24835L78.328125 340.51398L77.28125 340.51398ZM80.90625 337.4046Q80.90625 335.67023 81.859375 334.8421Q82.65625 334.1546 83.8125 334.1546Q85.09375 334.1546 85.90625 334.99835Q86.734375 335.82648 86.734375 337.31085Q86.734375 338.51398 86.375 339.20148Q86.015625 339.88898 85.3125 340.2796Q84.625 340.6546 83.8125 340.6546Q82.515625 340.6546 81.703125 339.82648Q80.90625 338.98273 80.90625 337.4046ZM81.984375 337.4046Q81.984375 338.5921 82.5 339.18585Q83.03125 339.7796 83.8125 339.7796Q84.609375 339.7796 85.125 339.18585Q85.640625 338.5921 85.640625 337.37335Q85.640625 336.2171 85.109375 335.62335Q84.59375 335.0296 83.8125 335.0296Q83.03125 335.0296 82.5 335.62335Q81.984375 336.20148 81.984375 337.4046ZM88.28125 333.1546L88.28125 331.92023L89.34375 331.92023L89.34375 333.1546L88.28125 333.1546ZM86.953125 342.93585L87.140625 342.0296Q87.46875 342.10773 87.640625 342.10773Q87.96875 342.10773 88.125 341.88898Q88.28125 341.68585 88.28125 340.82648L88.28125 334.29523L89.34375 334.29523L89.34375 340.85773Q89.34375 341.99835 89.046875 342.45148Q88.65625 343.04523 87.78125 343.04523Q87.34375 343.04523 86.953125 342.93585ZM95.546875 338.51398L96.640625 338.63898Q96.390625 339.5921 95.6875 340.12335Q94.984375 340.6546 93.90625 340.6546Q92.546875 340.6546 91.734375 339.81085Q90.9375 338.9671 90.9375 337.45148Q90.9375 335.88898 91.75 335.0296Q92.5625 334.1546 93.84375 334.1546Q95.09375 334.1546 95.875 334.99835Q96.671875 335.8421 96.671875 337.38898Q96.671875 337.48273 96.671875 337.67023L92.03125 337.67023Q92.09375 338.70148 92.609375 339.24835Q93.125 339.7796 93.90625 339.7796Q94.484375 339.7796 94.890625 339.48273Q95.3125 339.17023 95.546875 338.51398ZM92.09375 336.81085L95.5625 336.81085Q95.5 336.01398 95.171875 335.62335Q94.65625 335.01398 93.859375 335.01398Q93.125 335.01398 92.625 335.49835Q92.140625 335.98273 92.09375 336.81085ZM102.359375 338.23273L103.390625 338.37335Q103.21875 339.43585 102.515625 340.04523Q101.8125 340.6546 100.796875 340.6546Q99.515625 340.6546 98.734375 339.82648Q97.96875 338.98273 97.96875 337.42023Q97.96875 336.42023 98.296875 335.67023Q98.640625 334.9046 99.3125 334.5296Q100.0 334.1546 100.8125 334.1546Q101.8125 334.1546 102.453125 334.67023Q103.109375 335.17023 103.296875 336.12335L102.265625 336.2796Q102.125 335.6546 101.75 335.3421Q101.375 335.01398 100.84375 335.01398Q100.046875 335.01398 99.546875 335.5921Q99.046875 336.1546 99.046875 337.38898Q99.046875 338.6546 99.53125 339.2171Q100.015625 339.7796 100.78125 339.7796Q101.40625 339.7796 101.8125 339.4046Q102.234375 339.0296 102.359375 338.23273ZM106.59375 339.57648L106.75 340.49835Q106.296875 340.5921 105.953125 340.5921Q105.375 340.5921 105.0625 340.42023Q104.75 340.23273 104.609375 339.93585Q104.484375 339.63898 104.484375 338.68585L104.484375 335.10773L103.71875 335.10773L103.71875 334.29523L104.484375 334.29523L104.484375 332.74835L105.53125 332.12335L105.53125 334.29523L106.59375 334.29523L106.59375 335.10773L105.53125 335.10773L105.53125 338.74835Q105.53125 339.20148 105.578125 339.32648Q105.640625 339.45148 105.765625 339.5296Q105.890625 339.60773 106.125 339.60773Q106.3125 339.60773 106.59375 339.57648ZM110.296875 340.51398L110.296875 334.29523L111.234375 334.29523L111.234375 335.17023Q111.53125 334.70148 112.015625 334.43585Q112.5 334.1546 113.125 334.1546Q113.8125 334.1546 114.25 334.43585Q114.703125 334.7171 114.875 335.23273Q115.625 334.1546 116.796875 334.1546Q117.734375 334.1546 118.21875 334.67023Q118.71875 335.17023 118.71875 336.24835L118.71875 340.51398L117.671875 340.51398L117.671875 336.5921Q117.671875 335.9671 117.5625 335.68585Q117.46875 335.4046 117.203125 335.23273Q116.9375 335.06085 116.5625 335.06085Q115.90625 335.06085 115.46875 335.49835Q115.046875 335.93585 115.046875 336.9046L115.046875 340.51398L113.984375 340.51398L113.984375 336.4671Q113.984375 335.76398 113.71875 335.42023Q113.46875 335.06085 112.890625 335.06085Q112.4375 335.06085 112.0625 335.29523Q111.6875 335.5296 111.515625 335.98273Q111.34375 336.43585 111.34375 337.2796L111.34375 340.51398L110.296875 340.51398ZM124.359375 339.74835Q123.765625 340.24835 123.21875 340.45148Q122.6875 340.6546 122.0625 340.6546Q121.03125 340.6546 120.484375 340.1546Q119.9375 339.6546 119.9375 338.87335Q119.9375 338.42023 120.140625 338.04523Q120.34375 337.6546 120.6875 337.43585Q121.03125 337.20148 121.453125 337.0921Q121.75 336.99835 122.390625 336.92023Q123.65625 336.7796 124.265625 336.56085Q124.265625 336.3421 124.265625 336.29523Q124.265625 335.63898 123.96875 335.37335Q123.5625 335.0296 122.765625 335.0296Q122.03125 335.0296 121.671875 335.29523Q121.3125 335.54523 121.140625 336.20148L120.109375 336.06085Q120.25 335.4046 120.578125 334.99835Q120.90625 334.5921 121.515625 334.37335Q122.125 334.1546 122.921875 334.1546Q123.71875 334.1546 124.21875 334.3421Q124.71875 334.5296 124.953125 334.81085Q125.1875 335.0921 125.28125 335.5296Q125.328125 335.79523 125.328125 336.49835L125.328125 337.9046Q125.328125 339.37335 125.390625 339.76398Q125.46875 340.1546 125.671875 340.51398L124.5625 340.51398Q124.40625 340.18585 124.359375 339.74835ZM124.265625 337.38898Q123.6875 337.62335 122.546875 337.79523Q121.890625 337.88898 121.625 338.01398Q121.359375 338.12335 121.203125 338.3421Q121.0625 338.56085 121.0625 338.8421Q121.0625 339.26398 121.375 339.54523Q121.703125 339.82648 122.3125 339.82648Q122.921875 339.82648 123.390625 339.56085Q123.875 339.29523 124.09375 338.82648Q124.265625 338.4671 124.265625 337.7796L124.265625 337.38898ZM127.296875 333.13898L127.296875 331.92023L128.35938 331.92023L128.35938 333.13898L127.296875 333.13898ZM127.296875 340.51398L127.296875 334.29523L128.35938 334.29523L128.35938 340.51398L127.296875 340.51398ZM130.29688 340.51398L130.29688 334.29523L131.23438 334.29523L131.23438 335.17023Q131.92188 334.1546 133.21875 334.1546Q133.78125 334.1546 134.25 334.35773Q134.73438 334.56085 134.96875 334.88898Q135.20312 335.2171 135.29688 335.6546Q135.34375 335.95148 135.34375 336.68585L135.34375 340.51398L134.29688 340.51398L134.29688 336.73273Q134.29688 336.07648 134.17188 335.76398Q134.04688 335.45148 133.73438 335.26398Q133.42188 335.06085 133.0 335.06085Q132.32812 335.06085 131.82812 335.49835Q131.34375 335.92023 131.34375 337.10773L131.34375 340.51398L130.29688 340.51398ZM139.59375 339.57648L139.75 340.49835Q139.29688 340.5921 138.95312 340.5921Q138.375 340.5921 138.0625 340.42023Q137.75 340.23273 137.60938 339.93585Q137.48438 339.63898 137.48438 338.68585L137.48438 335.10773L136.71875 335.10773L136.71875 334.29523L137.48438 334.29523L137.48438 332.74835L138.53125 332.12335L138.53125 334.29523L139.59375 334.29523L139.59375 335.10773L138.53125 335.10773L138.53125 338.74835Q138.53125 339.20148 138.57812 339.32648Q138.64062 339.45148 138.76562 339.5296Q138.89062 339.60773 139.125 339.60773Q139.3125 339.60773 139.59375 339.57648ZM144.54688 338.51398L145.64062 338.63898Q145.39062 339.5921 144.6875 340.12335Q143.98438 340.6546 142.90625 340.6546Q141.54688 340.6546 140.73438 339.81085Q139.9375 338.9671 139.9375 337.45148Q139.9375 335.88898 140.75 335.0296Q141.5625 334.1546 142.84375 334.1546Q144.09375 334.1546 144.875 334.99835Q145.67188 335.8421 145.67188 337.38898Q145.67188 337.48273 145.67188 337.67023L141.03125 337.67023Q141.09375 338.70148 141.60938 339.24835Q142.125 339.7796 142.90625 339.7796Q143.48438 339.7796 143.89062 339.48273Q144.3125 339.17023 144.54688 338.51398ZM141.09375 336.81085L144.5625 336.81085Q144.5 336.01398 144.17188 335.62335Q143.65625 335.01398 142.85938 335.01398Q142.125 335.01398 141.625 335.49835Q141.14062 335.98273 141.09375 336.81085ZM147.29688 340.51398L147.29688 334.29523L148.23438 334.29523L148.23438 335.17023Q148.92188 334.1546 150.21875 334.1546Q150.78125 334.1546 151.25 334.35773Q151.73438 334.56085 151.96875 334.88898Q152.20312 335.2171 152.29688 335.6546Q152.34375 335.95148 152.34375 336.68585L152.34375 340.51398L151.29688 340.51398L151.29688 336.73273Q151.29688 336.07648 151.17188 335.76398Q151.04688 335.45148 150.73438 335.26398Q150.42188 335.06085 150.0 335.06085Q149.32812 335.06085 148.82812 335.49835Q148.34375 335.92023 148.34375 337.10773L148.34375 340.51398L147.29688 340.51398ZM158.35938 339.74835Q157.76562 340.24835 157.21875 340.45148Q156.6875 340.6546 156.0625 340.6546Q155.03125 340.6546 154.48438 340.1546Q153.9375 339.6546 153.9375 338.87335Q153.9375 338.42023 154.14062 338.04523Q154.34375 337.6546 154.6875 337.43585Q155.03125 337.20148 155.45312 337.0921Q155.75 336.99835 156.39062 336.92023Q157.65625 336.7796 158.26562 336.56085Q158.26562 336.3421 158.26562 336.29523Q158.26562 335.63898 157.96875 335.37335Q157.5625 335.0296 156.76562 335.0296Q156.03125 335.0296 155.67188 335.29523Q155.3125 335.54523 155.14062 336.20148L154.10938 336.06085Q154.25 335.4046 154.57812 334.99835Q154.90625 334.5921 155.51562 334.37335Q156.125 334.1546 156.92188 334.1546Q157.71875 334.1546 158.21875 334.3421Q158.71875 334.5296 158.95312 334.81085Q159.1875 335.0921 159.28125 335.5296Q159.32812 335.79523 159.32812 336.49835L159.32812 337.9046Q159.32812 339.37335 159.39062 339.76398Q159.46875 340.1546 159.67188 340.51398L158.5625 340.51398Q158.40625 340.18585 158.35938 339.74835ZM158.26562 337.38898Q157.6875 337.62335 156.54688 337.79523Q155.89062 337.88898 155.625 338.01398Q155.35938 338.12335 155.20312 338.3421Q155.0625 338.56085 155.0625 338.8421Q155.0625 339.26398 155.375 339.54523Q155.70312 339.82648 156.3125 339.82648Q156.92188 339.82648 157.39062 339.56085Q157.875 339.29523 158.09375 338.82648Q158.26562 338.4671 158.26562 337.7796L158.26562 337.38898ZM161.29688 340.51398L161.29688 334.29523L162.23438 334.29523L162.23438 335.17023Q162.92188 334.1546 164.21875 334.1546Q164.78125 334.1546 165.25 334.35773Q165.73438 334.56085 165.96875 334.88898Q166.20312 335.2171 166.29688 335.6546Q166.34375 335.95148 166.34375 336.68585L166.34375 340.51398L165.29688 340.51398L165.29688 336.73273Q165.29688 336.07648 165.17188 335.76398Q165.04688 335.45148 164.73438 335.26398Q164.42188 335.06085 164.0 335.06085Q163.32812 335.06085 162.82812 335.49835Q162.34375 335.92023 162.34375 337.10773L162.34375 340.51398L161.29688 340.51398ZM172.35938 338.23273L173.39062 338.37335Q173.21875 339.43585 172.51562 340.04523Q171.8125 340.6546 170.79688 340.6546Q169.51562 340.6546 168.73438 339.82648Q167.96875 338.98273 167.96875 337.42023Q167.96875 336.42023 168.29688 335.67023Q168.64062 334.9046 169.3125 334.5296Q170.0 334.1546 170.8125 334.1546Q171.8125 334.1546 172.45312 334.67023Q173.10938 335.17023 173.29688 336.12335L172.26562 336.2796Q172.125 335.6546 171.75 335.3421Q171.375 335.01398 170.84375 335.01398Q170.04688 335.01398 169.54688 335.5921Q169.04688 336.1546 169.04688 337.38898Q169.04688 338.6546 169.53125 339.2171Q170.01562 339.7796 170.78125 339.7796Q171.40625 339.7796 171.8125 339.4046Q172.23438 339.0296 172.35938 338.23273ZM178.54688 338.51398L179.64062 338.63898Q179.39062 339.5921 178.6875 340.12335Q177.98438 340.6546 176.90625 340.6546Q175.54688 340.6546 174.73438 339.81085Q173.9375 338.9671 173.9375 337.45148Q173.9375 335.88898 174.75 335.0296Q175.5625 334.1546 176.84375 334.1546Q178.09375 334.1546 178.875 334.99835Q179.67188 335.8421 179.67188 337.38898Q179.67188 337.48273 179.67188 337.67023L175.03125 337.67023Q175.09375 338.70148 175.60938 339.24835Q176.125 339.7796 176.90625 339.7796Q177.48438 339.7796 177.89062 339.48273Q178.3125 339.17023 178.54688 338.51398ZM175.09375 336.81085L178.5625 336.81085Q178.5 336.01398 178.17188 335.62335Q177.65625 335.01398 176.85938 335.01398Q176.125 335.01398 175.625 335.49835Q175.14062 335.98273 175.09375 336.81085ZM186.3125 343.04523Q185.4375 341.93585 184.82812 340.4671Q184.23438 338.98273 184.23438 337.4046Q184.23438 336.01398 184.67188 334.73273Q185.20312 333.24835 186.3125 331.7796L187.0625 331.7796Q186.35938 332.99835 186.125 333.51398Q185.76562 334.32648 185.5625 335.20148Q185.3125 336.29523 185.3125 337.4046Q185.3125 340.23273 187.0625 343.04523L186.3125 343.04523ZM188.29688 333.13898L188.29688 331.92023L189.35938 331.92023L189.35938 333.13898L188.29688 333.13898ZM188.29688 340.51398L188.29688 334.29523L189.35938 334.29523L189.35938 340.51398L188.29688 340.51398ZM190.875 338.6546L191.90625 338.49835Q192.0 339.12335 192.39062 339.45148Q192.79688 339.7796 193.53125 339.7796Q194.25 339.7796 194.59375 339.49835Q194.95312 339.20148 194.95312 338.79523Q194.95312 338.43585 194.64062 338.23273Q194.42188 338.0921 193.5625 337.87335Q192.40625 337.57648 191.95312 337.37335Q191.51562 337.1546 191.28125 336.7796Q191.04688 336.4046 191.04688 335.93585Q191.04688 335.5296 191.23438 335.17023Q191.42188 334.81085 191.75 334.57648Q192.0 334.4046 192.42188 334.2796Q192.84375 334.1546 193.34375 334.1546Q194.0625 334.1546 194.60938 334.37335Q195.17188 334.57648 195.4375 334.93585Q195.70312 335.29523 195.79688 335.88898L194.76562 336.0296Q194.70312 335.56085 194.35938 335.29523Q194.03125 335.01398 193.40625 335.01398Q192.6875 335.01398 192.375 335.26398Q192.0625 335.49835 192.0625 335.82648Q192.0625 336.0296 192.1875 336.18585Q192.32812 336.35773 192.59375 336.4671Q192.75 336.5296 193.53125 336.73273Q194.65625 337.04523 195.09375 337.23273Q195.53125 337.42023 195.78125 337.7796Q196.03125 338.13898 196.03125 338.68585Q196.03125 339.2171 195.71875 339.68585Q195.42188 340.13898 194.84375 340.4046Q194.26562 340.6546 193.53125 340.6546Q192.3125 340.6546 191.67188 340.1546Q191.04688 339.63898 190.875 338.6546ZM196.875 338.6546L197.90625 338.49835Q198.0 339.12335 198.39062 339.45148Q198.79688 339.7796 199.53125 339.7796Q200.25 339.7796 200.59375 339.49835Q200.95312 339.20148 200.95312 338.79523Q200.95312 338.43585 200.64062 338.23273Q200.42188 338.0921 199.5625 337.87335Q198.40625 337.57648 197.95312 337.37335Q197.51562 337.1546 197.28125 336.7796Q197.04688 336.4046 197.04688 335.93585Q197.04688 335.5296 197.23438 335.17023Q197.42188 334.81085 197.75 334.57648Q198.0 334.4046 198.42188 334.2796Q198.84375 334.1546 199.34375 334.1546Q200.0625 334.1546 200.60938 334.37335Q201.17188 334.57648 201.4375 334.93585Q201.70312 335.29523 201.79688 335.88898L200.76562 336.0296Q200.70312 335.56085 200.35938 335.29523Q200.03125 335.01398 199.40625 335.01398Q198.6875 335.01398 198.375 335.26398Q198.0625 335.49835 198.0625 335.82648Q198.0625 336.0296 198.1875 336.18585Q198.32812 336.35773 198.59375 336.4671Q198.75 336.5296 199.53125 336.73273Q200.65625 337.04523 201.09375 337.23273Q201.53125 337.42023 201.78125 337.7796Q202.03125 338.13898 202.03125 338.68585Q202.03125 339.2171 201.71875 339.68585Q201.42188 340.13898 200.84375 340.4046Q200.26562 340.6546 199.53125 340.6546Q198.3125 340.6546 197.67188 340.1546Q197.04688 339.63898 196.875 338.6546ZM207.375 340.51398L207.375 339.5921Q206.64062 340.6546 205.39062 340.6546Q204.84375 340.6546 204.35938 340.45148Q203.89062 340.23273 203.65625 339.92023Q203.42188 339.5921 203.32812 339.12335Q203.26562 338.82648 203.26562 338.13898L203.26562 334.29523L204.32812 334.29523L204.32812 337.74835Q204.32812 338.56085 204.39062 338.85773Q204.48438 339.26398 204.79688 339.51398Q205.125 339.74835 205.60938 339.74835Q206.07812 339.74835 206.48438 339.51398Q206.90625 339.26398 207.07812 338.8421Q207.26562 338.42023 207.26562 337.62335L207.26562 334.29523L208.3125 334.29523L208.3125 340.51398L207.375 340.51398ZM214.54688 338.51398L215.64062 338.63898Q215.39062 339.5921 214.6875 340.12335Q213.98438 340.6546 212.90625 340.6546Q211.54688 340.6546 210.73438 339.81085Q209.9375 338.9671 209.9375 337.45148Q209.9375 335.88898 210.75 335.0296Q211.5625 334.1546 212.84375 334.1546Q214.09375 334.1546 214.875 334.99835Q215.67188 335.8421 215.67188 337.38898Q215.67188 337.48273 215.67188 337.67023L211.03125 337.67023Q211.09375 338.70148 211.60938 339.24835Q212.125 339.7796 212.90625 339.7796Q213.48438 339.7796 213.89062 339.48273Q214.3125 339.17023 214.54688 338.51398ZM211.09375 336.81085L214.5625 336.81085Q214.5 336.01398 214.17188 335.62335Q213.65625 335.01398 212.85938 335.01398Q212.125 335.01398 211.625 335.49835Q211.14062 335.98273 211.09375 336.81085Z" fill-rule="nonzero"/><path fill="#666666" d="M184.59375 353.57648L184.75 354.49835Q184.29688 354.5921 183.95312 354.5921Q183.375 354.5921 183.0625 354.42023Q182.75 354.23273 182.60938 353.93585Q182.48438 353.63898 182.48438 352.68585L182.48438 349.10773L181.71875 349.10773L181.71875 348.29523L182.48438 348.29523L182.48438 346.74835L183.53125 346.12335L183.53125 348.29523L184.59375 348.29523L184.59375 349.10773L183.53125 349.10773L183.53125 352.74835Q183.53125 353.20148 183.57812 353.32648Q183.64062 353.45148 183.76562 353.5296Q183.89062 353.60773 184.125 353.60773Q184.3125 353.60773 184.59375 353.57648ZM185.28125 354.51398L185.28125 348.29523L186.23438 348.29523L186.23438 349.23273Q186.59375 348.57648 186.89062 348.37335Q187.20312 348.1546 187.57812 348.1546Q188.10938 348.1546 188.65625 348.48273L188.29688 349.4671Q187.90625 349.23273 187.53125 349.23273Q187.17188 349.23273 186.89062 349.45148Q186.625 349.6546 186.51562 350.0296Q186.32812 350.5921 186.32812 351.24835L186.32812 354.51398L185.28125 354.51398ZM189.29688 347.13898L189.29688 345.92023L190.35938 345.92023L190.35938 347.13898L189.29688 347.13898ZM189.29688 354.51398L189.29688 348.29523L190.35938 348.29523L190.35938 354.51398L189.29688 354.51398ZM196.35938 353.74835Q195.76562 354.24835 195.21875 354.45148Q194.6875 354.6546 194.0625 354.6546Q193.03125 354.6546 192.48438 354.1546Q191.9375 353.6546 191.9375 352.87335Q191.9375 352.42023 192.14062 352.04523Q192.34375 351.6546 192.6875 351.43585Q193.03125 351.20148 193.45312 351.0921Q193.75 350.99835 194.39062 350.92023Q195.65625 350.7796 196.26562 350.56085Q196.26562 350.3421 196.26562 350.29523Q196.26562 349.63898 195.96875 349.37335Q195.5625 349.0296 194.76562 349.0296Q194.03125 349.0296 193.67188 349.29523Q193.3125 349.54523 193.14062 350.20148L192.10938 350.06085Q192.25 349.4046 192.57812 348.99835Q192.90625 348.5921 193.51562 348.37335Q194.125 348.1546 194.92188 348.1546Q195.71875 348.1546 196.21875 348.3421Q196.71875 348.5296 196.95312 348.81085Q197.1875 349.0921 197.28125 349.5296Q197.32812 349.79523 197.32812 350.49835L197.32812 351.9046Q197.32812 353.37335 197.39062 353.76398Q197.46875 354.1546 197.67188 354.51398L196.5625 354.51398Q196.40625 354.18585 196.35938 353.74835ZM196.26562 351.38898Q195.6875 351.62335 194.54688 351.79523Q193.89062 351.88898 193.625 352.01398Q193.35938 352.12335 193.20312 352.3421Q193.0625 352.56085 193.0625 352.8421Q193.0625 353.26398 193.375 353.54523Q193.70312 353.82648 194.3125 353.82648Q194.92188 353.82648 195.39062 353.56085Q195.875 353.29523 196.09375 352.82648Q196.26562 352.4671 196.26562 351.7796L196.26562 351.38898ZM199.09375 355.0296L200.125 355.18585Q200.1875 355.6546 200.48438 355.87335Q200.875 356.17023 201.54688 356.17023Q202.28125 356.17023 202.67188 355.87335Q203.07812 355.57648 203.21875 355.06085Q203.3125 354.73273 203.29688 353.70148Q202.60938 354.51398 201.57812 354.51398Q200.29688 354.51398 199.59375 353.5921Q198.89062 352.6546 198.89062 351.37335Q198.89062 350.48273 199.20312 349.73273Q199.53125 348.9671 200.14062 348.56085Q200.75 348.1546 201.57812 348.1546Q202.6875 348.1546 203.40625 349.04523L203.40625 348.29523L204.375 348.29523L204.375 353.67023Q204.375 355.12335 204.07812 355.73273Q203.78125 356.3421 203.14062 356.68585Q202.5 357.04523 201.5625 357.04523Q200.45312 357.04523 199.76562 356.54523Q199.07812 356.04523 199.09375 355.0296ZM199.96875 351.29523Q199.96875 352.51398 200.45312 353.07648Q200.9375 353.63898 201.67188 353.63898Q202.40625 353.63898 202.89062 353.07648Q203.39062 352.51398 203.39062 351.32648Q203.39062 350.18585 202.875 349.60773Q202.375 349.0296 201.65625 349.0296Q200.95312 349.0296 200.45312 349.60773Q199.96875 350.17023 199.96875 351.29523ZM210.54688 352.51398L211.64062 352.63898Q211.39062 353.5921 210.6875 354.12335Q209.98438 354.6546 208.90625 354.6546Q207.54688 354.6546 206.73438 353.81085Q205.9375 352.9671 205.9375 351.45148Q205.9375 349.88898 206.75 349.0296Q207.5625 348.1546 208.84375 348.1546Q210.09375 348.1546 210.875 348.99835Q211.67188 349.8421 211.67188 351.38898Q211.67188 351.48273 211.67188 351.67023L207.03125 351.67023Q207.09375 352.70148 207.60938 353.24835Q208.125 353.7796 208.90625 353.7796Q209.48438 353.7796 209.89062 353.48273Q210.3125 353.17023 210.54688 352.51398ZM207.09375 350.81085L210.5625 350.81085Q210.5 350.01398 210.17188 349.62335Q209.65625 349.01398 208.85938 349.01398Q208.125 349.01398 207.625 349.49835Q207.14062 349.98273 207.09375 350.81085ZM213.98438 357.04523L213.23438 357.04523Q214.98438 354.23273 214.98438 351.4046Q214.98438 350.31085 214.73438 349.2171Q214.53125 348.3421 214.17188 347.5296Q213.9375 347.01398 213.23438 345.7796L213.98438 345.7796Q215.07812 347.24835 215.60938 348.73273Q216.0625 350.01398 216.0625 351.4046Q216.0625 352.98273 215.45312 354.4671Q214.84375 355.93585 213.98438 357.04523Z" fill-rule="nonzero"/><path fill="#666666" d="M101.375 376.63168L101.375 368.03793L102.515625 368.03793L102.515625 375.61606L106.75 375.61606L106.75 376.63168L101.375 376.63168ZM112.359375 375.86606Q111.765625 376.36606 111.21875 376.56918Q110.6875 376.7723 110.0625 376.7723Q109.03125 376.7723 108.484375 376.2723Q107.9375 375.7723 107.9375 374.99106Q107.9375 374.53793 108.140625 374.16293Q108.34375 373.7723 108.6875 373.55356Q109.03125 373.31918 109.453125 373.2098Q109.75 373.11606 110.390625 373.03793Q111.65625 372.8973 112.265625 372.67856Q112.265625 372.4598 112.265625 372.41293Q112.265625 371.75668 111.96875 371.49106Q111.5625 371.1473 110.765625 371.1473Q110.03125 371.1473 109.671875 371.41293Q109.3125 371.66293 109.140625 372.31918L108.109375 372.17856Q108.25 371.5223 108.578125 371.11606Q108.90625 370.7098 109.515625 370.49106Q110.125 370.2723 110.921875 370.2723Q111.71875 370.2723 112.21875 370.4598Q112.71875 370.6473 112.953125 370.92856Q113.1875 371.2098 113.28125 371.6473Q113.328125 371.91293 113.328125 372.61606L113.328125 374.0223Q113.328125 375.49106 113.390625 375.88168Q113.46875 376.2723 113.671875 376.63168L112.5625 376.63168Q112.40625 376.30356 112.359375 375.86606ZM112.265625 373.50668Q111.6875 373.74106 110.546875 373.91293Q109.890625 374.00668 109.625 374.13168Q109.359375 374.24106 109.203125 374.4598Q109.0625 374.67856 109.0625 374.9598Q109.0625 375.38168 109.375 375.66293Q109.703125 375.94418 110.3125 375.94418Q110.921875 375.94418 111.390625 375.67856Q111.875 375.41293 112.09375 374.94418Q112.265625 374.5848 112.265625 373.8973L112.265625 373.50668ZM115.296875 376.63168L115.296875 370.41293L116.234375 370.41293L116.234375 371.28793Q116.921875 370.2723 118.21875 370.2723Q118.78125 370.2723 119.25 370.47543Q119.734375 370.67856 119.96875 371.00668Q120.203125 371.3348 120.296875 371.7723Q120.34375 372.06918 120.34375 372.80356L120.34375 376.63168L119.296875 376.63168L119.296875 372.85043Q119.296875 372.19418 119.171875 371.88168Q119.046875 371.56918 118.734375 371.38168Q118.421875 371.17856 118.0 371.17856Q117.328125 371.17856 116.828125 371.61606Q116.34375 372.03793 116.34375 373.22543L116.34375 376.63168L115.296875 376.63168ZM122.09375 377.1473L123.125 377.30356Q123.1875 377.7723 123.484375 377.99106Q123.875 378.28793 124.546875 378.28793Q125.28125 378.28793 125.671875 377.99106Q126.078125 377.69418 126.21875 377.17856Q126.3125 376.85043 126.296875 375.81918Q125.609375 376.63168 124.578125 376.63168Q123.296875 376.63168 122.59375 375.7098Q121.890625 374.7723 121.890625 373.49106Q121.890625 372.60043 122.203125 371.85043Q122.53125 371.0848 123.140625 370.67856Q123.75 370.2723 124.578125 370.2723Q125.6875 370.2723 126.40625 371.16293L126.40625 370.41293L127.375 370.41293L127.375 375.78793Q127.375 377.24106 127.078125 377.85043Q126.78125 378.4598 126.140625 378.80356Q125.5 379.16293 124.5625 379.16293Q123.453125 379.16293 122.765625 378.66293Q122.078125 378.16293 122.09375 377.1473ZM122.96875 373.41293Q122.96875 374.63168 123.453125 375.19418Q123.9375 375.75668 124.671875 375.75668Q125.40625 375.75668 125.890625 375.19418Q126.390625 374.63168 126.390625 373.44418Q126.390625 372.30356 125.875 371.72543Q125.375 371.1473 124.65625 371.1473Q123.953125 371.1473 123.453125 371.72543Q122.96875 372.28793 122.96875 373.41293ZM133.375 376.63168L133.375 375.7098Q132.64062 376.7723 131.39062 376.7723Q130.84375 376.7723 130.35938 376.56918Q129.89062 376.35043 129.65625 376.03793Q129.42188 375.7098 129.32812 375.24106Q129.26562 374.94418 129.26562 374.25668L129.26562 370.41293L130.32812 370.41293L130.32812 373.86606Q130.32812 374.67856 130.39062 374.97543Q130.48438 375.38168 130.79688 375.63168Q131.125 375.86606 131.60938 375.86606Q132.07812 375.86606 132.48438 375.63168Q132.90625 375.38168 133.07812 374.9598Q133.26562 374.53793 133.26562 373.74106L133.26562 370.41293L134.3125 370.41293L134.3125 376.63168L133.375 376.63168ZM140.35938 375.86606Q139.76562 376.36606 139.21875 376.56918Q138.6875 376.7723 138.0625 376.7723Q137.03125 376.7723 136.48438 376.2723Q135.9375 375.7723 135.9375 374.99106Q135.9375 374.53793 136.14062 374.16293Q136.34375 373.7723 136.6875 373.55356Q137.03125 373.31918 137.45312 373.2098Q137.75 373.11606 138.39062 373.03793Q139.65625 372.8973 140.26562 372.67856Q140.26562 372.4598 140.26562 372.41293Q140.26562 371.75668 139.96875 371.49106Q139.5625 371.1473 138.76562 371.1473Q138.03125 371.1473 137.67188 371.41293Q137.3125 371.66293 137.14062 372.31918L136.10938 372.17856Q136.25 371.5223 136.57812 371.11606Q136.90625 370.7098 137.51562 370.49106Q138.125 370.2723 138.92188 370.2723Q139.71875 370.2723 140.21875 370.4598Q140.71875 370.6473 140.95312 370.92856Q141.1875 371.2098 141.28125 371.6473Q141.32812 371.91293 141.32812 372.61606L141.32812 374.0223Q141.32812 375.49106 141.39062 375.88168Q141.46875 376.2723 141.67188 376.63168L140.5625 376.63168Q140.40625 376.30356 140.35938 375.86606ZM140.26562 373.50668Q139.6875 373.74106 138.54688 373.91293Q137.89062 374.00668 137.625 374.13168Q137.35938 374.24106 137.20312 374.4598Q137.0625 374.67856 137.0625 374.9598Q137.0625 375.38168 137.375 375.66293Q137.70312 375.94418 138.3125 375.94418Q138.92188 375.94418 139.39062 375.67856Q139.875 375.41293 140.09375 374.94418Q140.26562 374.5848 140.26562 373.8973L140.26562 373.50668ZM143.09375 377.1473L144.125 377.30356Q144.1875 377.7723 144.48438 377.99106Q144.875 378.28793 145.54688 378.28793Q146.28125 378.28793 146.67188 377.99106Q147.07812 377.69418 147.21875 377.17856Q147.3125 376.85043 147.29688 375.81918Q146.60938 376.63168 145.57812 376.63168Q144.29688 376.63168 143.59375 375.7098Q142.89062 374.7723 142.89062 373.49106Q142.89062 372.60043 143.20312 371.85043Q143.53125 371.0848 144.14062 370.67856Q144.75 370.2723 145.57812 370.2723Q146.6875 370.2723 147.40625 371.16293L147.40625 370.41293L148.375 370.41293L148.375 375.78793Q148.375 377.24106 148.07812 377.85043Q147.78125 378.4598 147.14062 378.80356Q146.5 379.16293 145.5625 379.16293Q144.45312 379.16293 143.76562 378.66293Q143.07812 378.16293 143.09375 377.1473ZM143.96875 373.41293Q143.96875 374.63168 144.45312 375.19418Q144.9375 375.75668 145.67188 375.75668Q146.40625 375.75668 146.89062 375.19418Q147.39062 374.63168 147.39062 373.44418Q147.39062 372.30356 146.875 371.72543Q146.375 371.1473 145.65625 371.1473Q144.95312 371.1473 144.45312 371.72543Q143.96875 372.28793 143.96875 373.41293ZM154.54688 374.63168L155.64062 374.75668Q155.39062 375.7098 154.6875 376.24106Q153.98438 376.7723 152.90625 376.7723Q151.54688 376.7723 150.73438 375.92856Q149.9375 375.0848 149.9375 373.56918Q149.9375 372.00668 150.75 371.1473Q151.5625 370.2723 152.84375 370.2723Q154.09375 370.2723 154.875 371.11606Q155.67188 371.9598 155.67188 373.50668Q155.67188 373.60043 155.67188 373.78793L151.03125 373.78793Q151.09375 374.81918 151.60938 375.36606Q152.125 375.8973 152.90625 375.8973Q153.48438 375.8973 153.89062 375.60043Q154.3125 375.28793 154.54688 374.63168ZM151.09375 372.92856L154.5625 372.92856Q154.5 372.13168 154.17188 371.74106Q153.65625 371.13168 152.85938 371.13168Q152.125 371.13168 151.625 371.61606Q151.14062 372.10043 151.09375 372.92856ZM162.59375 375.69418L162.75 376.61606Q162.29688 376.7098 161.95312 376.7098Q161.375 376.7098 161.0625 376.53793Q160.75 376.35043 160.60938 376.05356Q160.48438 375.75668 160.48438 374.80356L160.48438 371.22543L159.71875 371.22543L159.71875 370.41293L160.48438 370.41293L160.48438 368.86606L161.53125 368.24106L161.53125 370.41293L162.59375 370.41293L162.59375 371.22543L161.53125 371.22543L161.53125 374.86606Q161.53125 375.31918 161.57812 375.44418Q161.64062 375.56918 161.76562 375.6473Q161.89062 375.72543 162.125 375.72543Q162.3125 375.72543 162.59375 375.69418ZM163.28125 376.63168L163.28125 370.41293L164.23438 370.41293L164.23438 371.35043Q164.59375 370.69418 164.89062 370.49106Q165.20312 370.2723 165.57812 370.2723Q166.10938 370.2723 166.65625 370.60043L166.29688 371.5848Q165.90625 371.35043 165.53125 371.35043Q165.17188 371.35043 164.89062 371.56918Q164.625 371.7723 164.51562 372.1473Q164.32812 372.7098 164.32812 373.36606L164.32812 376.63168L163.28125 376.63168ZM171.35938 375.86606Q170.76562 376.36606 170.21875 376.56918Q169.6875 376.7723 169.0625 376.7723Q168.03125 376.7723 167.48438 376.2723Q166.9375 375.7723 166.9375 374.99106Q166.9375 374.53793 167.14062 374.16293Q167.34375 373.7723 167.6875 373.55356Q168.03125 373.31918 168.45312 373.2098Q168.75 373.11606 169.39062 373.03793Q170.65625 372.8973 171.26562 372.67856Q171.26562 372.4598 171.26562 372.41293Q171.26562 371.75668 170.96875 371.49106Q170.5625 371.1473 169.76562 371.1473Q169.03125 371.1473 168.67188 371.41293Q168.3125 371.66293 168.14062 372.31918L167.10938 372.17856Q167.25 371.5223 167.57812 371.11606Q167.90625 370.7098 168.51562 370.49106Q169.125 370.2723 169.92188 370.2723Q170.71875 370.2723 171.21875 370.4598Q171.71875 370.6473 171.95312 370.92856Q172.1875 371.2098 172.28125 371.6473Q172.32812 371.91293 172.32812 372.61606L172.32812 374.0223Q172.32812 375.49106 172.39062 375.88168Q172.46875 376.2723 172.67188 376.63168L171.5625 376.63168Q171.40625 376.30356 171.35938 375.86606ZM171.26562 373.50668Q170.6875 373.74106 169.54688 373.91293Q168.89062 374.00668 168.625 374.13168Q168.35938 374.24106 168.20312 374.4598Q168.0625 374.67856 168.0625 374.9598Q168.0625 375.38168 168.375 375.66293Q168.70312 375.94418 169.3125 375.94418Q169.92188 375.94418 170.39062 375.67856Q170.875 375.41293 171.09375 374.94418Q171.26562 374.5848 171.26562 373.8973L171.26562 373.50668ZM174.29688 376.63168L174.29688 370.41293L175.23438 370.41293L175.23438 371.28793Q175.92188 370.2723 177.21875 370.2723Q177.78125 370.2723 178.25 370.47543Q178.73438 370.67856 178.96875 371.00668Q179.20312 371.3348 179.29688 371.7723Q179.34375 372.06918 179.34375 372.80356L179.34375 376.63168L178.29688 376.63168L178.29688 372.85043Q178.29688 372.19418 178.17188 371.88168Q178.04688 371.56918 177.73438 371.38168Q177.42188 371.17856 177.0 371.17856Q176.32812 371.17856 175.82812 371.61606Q175.34375 372.03793 175.34375 373.22543L175.34375 376.63168L174.29688 376.63168ZM180.875 374.7723L181.90625 374.61606Q182.0 375.24106 182.39062 375.56918Q182.79688 375.8973 183.53125 375.8973Q184.25 375.8973 184.59375 375.61606Q184.95312 375.31918 184.95312 374.91293Q184.95312 374.55356 184.64062 374.35043Q184.42188 374.2098 183.5625 373.99106Q182.40625 373.69418 181.95312 373.49106Q181.51562 373.2723 181.28125 372.8973Q181.04688 372.5223 181.04688 372.05356Q181.04688 371.6473 181.23438 371.28793Q181.42188 370.92856 181.75 370.69418Q182.0 370.5223 182.42188 370.3973Q182.84375 370.2723 183.34375 370.2723Q184.0625 370.2723 184.60938 370.49106Q185.17188 370.69418 185.4375 371.05356Q185.70312 371.41293 185.79688 372.00668L184.76562 372.1473Q184.70312 371.67856 184.35938 371.41293Q184.03125 371.13168 183.40625 371.13168Q182.6875 371.13168 182.375 371.38168Q182.0625 371.61606 182.0625 371.94418Q182.0625 372.1473 182.1875 372.30356Q182.32812 372.47543 182.59375 372.5848Q182.75 372.6473 183.53125 372.85043Q184.65625 373.16293 185.09375 373.35043Q185.53125 373.53793 185.78125 373.8973Q186.03125 374.25668 186.03125 374.80356Q186.03125 375.3348 185.71875 375.80356Q185.42188 376.25668 184.84375 376.5223Q184.26562 376.7723 183.53125 376.7723Q182.3125 376.7723 181.67188 376.2723Q181.04688 375.75668 180.875 374.7723ZM187.26562 376.63168L187.26562 368.03793L188.32812 368.03793L188.32812 376.63168L187.26562 376.63168ZM194.35938 375.86606Q193.76562 376.36606 193.21875 376.56918Q192.6875 376.7723 192.0625 376.7723Q191.03125 376.7723 190.48438 376.2723Q189.9375 375.7723 189.9375 374.99106Q189.9375 374.53793 190.14062 374.16293Q190.34375 373.7723 190.6875 373.55356Q191.03125 373.31918 191.45312 373.2098Q191.75 373.11606 192.39062 373.03793Q193.65625 372.8973 194.26562 372.67856Q194.26562 372.4598 194.26562 372.41293Q194.26562 371.75668 193.96875 371.49106Q193.5625 371.1473 192.76562 371.1473Q192.03125 371.1473 191.67188 371.41293Q191.3125 371.66293 191.14062 372.31918L190.10938 372.17856Q190.25 371.5223 190.57812 371.11606Q190.90625 370.7098 191.51562 370.49106Q192.125 370.2723 192.92188 370.2723Q193.71875 370.2723 194.21875 370.4598Q194.71875 370.6473 194.95312 370.92856Q195.1875 371.2098 195.28125 371.6473Q195.32812 371.91293 195.32812 372.61606L195.32812 374.0223Q195.32812 375.49106 195.39062 375.88168Q195.46875 376.2723 195.67188 376.63168L194.5625 376.63168Q194.40625 376.30356 194.35938 375.86606ZM194.26562 373.50668Q193.6875 373.74106 192.54688 373.91293Q191.89062 374.00668 191.625 374.13168Q191.35938 374.24106 191.20312 374.4598Q191.0625 374.67856 191.0625 374.9598Q191.0625 375.38168 191.375 375.66293Q191.70312 375.94418 192.3125 375.94418Q192.92188 375.94418 193.39062 375.67856Q193.875 375.41293 194.09375 374.94418Q194.26562 374.5848 194.26562 373.8973L194.26562 373.50668ZM199.59375 375.69418L199.75 376.61606Q199.29688 376.7098 198.95312 376.7098Q198.375 376.7098 198.0625 376.53793Q197.75 376.35043 197.60938 376.05356Q197.48438 375.75668 197.48438 374.80356L197.48438 371.22543L196.71875 371.22543L196.71875 370.41293L197.48438 370.41293L197.48438 368.86606L198.53125 368.24106L198.53125 370.41293L199.59375 370.41293L199.59375 371.22543L198.53125 371.22543L198.53125 374.86606Q198.53125 375.31918 198.57812 375.44418Q198.64062 375.56918 198.76562 375.6473Q198.89062 375.72543 199.125 375.72543Q199.3125 375.72543 199.59375 375.69418ZM200.29688 369.25668L200.29688 368.03793L201.35938 368.03793L201.35938 369.25668L200.29688 369.25668ZM200.29688 376.63168L200.29688 370.41293L201.35938 370.41293L201.35938 376.63168L200.29688 376.63168ZM202.90625 373.5223Q202.90625 371.78793 203.85938 370.9598Q204.65625 370.2723 205.8125 370.2723Q207.09375 370.2723 207.90625 371.11606Q208.73438 371.94418 208.73438 373.42856Q208.73438 374.63168 208.375 375.31918Q208.01562 376.00668 207.3125 376.3973Q206.625 376.7723 205.8125 376.7723Q204.51562 376.7723 203.70312 375.94418Q202.90625 375.10043 202.90625 373.5223ZM203.98438 373.5223Q203.98438 374.7098 204.5 375.30356Q205.03125 375.8973 205.8125 375.8973Q206.60938 375.8973 207.125 375.30356Q207.64062 374.7098 207.64062 373.49106Q207.64062 372.3348 207.10938 371.74106Q206.59375 371.1473 205.8125 371.1473Q205.03125 371.1473 204.5 371.74106Q203.98438 372.31918 203.98438 373.5223ZM210.29688 376.63168L210.29688 370.41293L211.23438 370.41293L211.23438 371.28793Q211.92188 370.2723 213.21875 370.2723Q213.78125 370.2723 214.25 370.47543Q214.73438 370.67856 214.96875 371.00668Q215.20312 371.3348 215.29688 371.7723Q215.34375 372.06918 215.34375 372.80356L215.34375 376.63168L214.29688 376.63168L214.29688 372.85043Q214.29688 372.19418 214.17188 371.88168Q214.04688 371.56918 213.73438 371.38168Q213.42188 371.17856 213.0 371.17856Q212.32812 371.17856 211.82812 371.61606Q211.34375 372.03793 211.34375 373.22543L211.34375 376.63168L210.29688 376.63168Z" fill-rule="nonzero"/><path fill="#666666" d="M84.453125 398.7494L84.453125 390.15564L90.65625 390.15564L90.65625 391.17126L85.59375 391.17126L85.59375 393.79626L90.34375 393.79626L90.34375 394.8119L85.59375 394.8119L85.59375 397.73376L90.859375 397.73376L90.859375 398.7494L84.453125 398.7494ZM94.015625 398.7494L91.65625 392.53064L92.765625 392.53064L94.109375 396.2494Q94.3125 396.85876 94.5 397.4994Q94.640625 397.015 94.890625 396.3275L96.28125 392.53064L97.359375 392.53064L95.0 398.7494L94.015625 398.7494ZM102.546875 396.7494L103.640625 396.8744Q103.390625 397.8275 102.6875 398.35876Q101.984375 398.89 100.90625 398.89Q99.546875 398.89 98.734375 398.04626Q97.9375 397.2025 97.9375 395.6869Q97.9375 394.1244 98.75 393.265Q99.5625 392.39 100.84375 392.39Q102.09375 392.39 102.875 393.23376Q103.671875 394.0775 103.671875 395.6244Q103.671875 395.71814 103.671875 395.90564L99.03125 395.90564Q99.09375 396.9369 99.609375 397.48376Q100.125 398.015 100.90625 398.015Q101.484375 398.015 101.890625 397.71814Q102.3125 397.40564 102.546875 396.7494ZM99.09375 395.04626L102.5625 395.04626Q102.5 394.2494 102.171875 393.85876Q101.65625 393.2494 100.859375 393.2494Q100.125 393.2494 99.625 393.73376Q99.140625 394.21814 99.09375 395.04626ZM105.296875 398.7494L105.296875 392.53064L106.234375 392.53064L106.234375 393.40564Q106.921875 392.39 108.21875 392.39Q108.78125 392.39 109.25 392.59314Q109.734375 392.79626 109.96875 393.1244Q110.203125 393.4525 110.296875 393.89Q110.34375 394.1869 110.34375 394.92126L110.34375 398.7494L109.296875 398.7494L109.296875 394.96814Q109.296875 394.3119 109.171875 393.9994Q109.046875 393.6869 108.734375 393.4994Q108.421875 393.29626 108.0 393.29626Q107.328125 393.29626 106.828125 393.73376Q106.34375 394.15564 106.34375 395.34314L106.34375 398.7494L105.296875 398.7494ZM114.59375 397.8119L114.75 398.73376Q114.296875 398.8275 113.953125 398.8275Q113.375 398.8275 113.0625 398.65564Q112.75 398.46814 112.609375 398.17126Q112.484375 397.8744 112.484375 396.92126L112.484375 393.34314L111.71875 393.34314L111.71875 392.53064L112.484375 392.53064L112.484375 390.98376L113.53125 390.35876L113.53125 392.53064L114.59375 392.53064L114.59375 393.34314L113.53125 393.34314L113.53125 396.98376Q113.53125 397.4369 113.578125 397.5619Q113.640625 397.6869 113.765625 397.765Q113.890625 397.84314 114.125 397.84314Q114.3125 397.84314 114.59375 397.8119ZM118.296875 401.14L118.296875 392.53064L119.25 392.53064L119.25 393.3275Q119.59375 392.85876 120.015625 392.6244Q120.453125 392.39 121.0625 392.39Q121.859375 392.39 122.46875 392.79626Q123.078125 393.2025 123.375 393.9525Q123.6875 394.7025 123.6875 395.59314Q123.6875 396.54626 123.34375 397.3119Q123.015625 398.0775 122.359375 398.48376Q121.703125 398.89 120.984375 398.89Q120.453125 398.89 120.03125 398.67126Q119.609375 398.4369 119.34375 398.10876L119.34375 401.14L118.296875 401.14ZM119.25 395.67126Q119.25 396.8744 119.734375 397.4525Q120.21875 398.015 120.90625 398.015Q121.609375 398.015 122.109375 397.42126Q122.609375 396.8275 122.609375 395.5775Q122.609375 394.39 122.125 393.8119Q121.640625 393.21814 120.953125 393.21814Q120.28125 393.21814 119.765625 393.84314Q119.25 394.46814 119.25 395.67126ZM125.265625 398.7494L125.265625 390.15564L126.328125 390.15564L126.328125 398.7494L125.265625 398.7494ZM132.35938 397.98376Q131.76562 398.48376 131.21875 398.6869Q130.6875 398.89 130.0625 398.89Q129.03125 398.89 128.48438 398.39Q127.9375 397.89 127.9375 397.10876Q127.9375 396.65564 128.14062 396.28064Q128.34375 395.89 128.6875 395.67126Q129.03125 395.4369 129.45312 395.3275Q129.75 395.23376 130.39062 395.15564Q131.65625 395.015 132.26562 394.79626Q132.26562 394.5775 132.26562 394.53064Q132.26562 393.8744 131.96875 393.60876Q131.5625 393.265 130.76562 393.265Q130.03125 393.265 129.67188 393.53064Q129.3125 393.78064 129.14062 394.4369L128.10938 394.29626Q128.25 393.64 128.57812 393.23376Q128.90625 392.8275 129.51562 392.60876Q130.125 392.39 130.92188 392.39Q131.71875 392.39 132.21875 392.5775Q132.71875 392.765 132.95312 393.04626Q133.1875 393.3275 133.28125 393.765Q133.32812 394.03064 133.32812 394.73376L133.32812 396.14Q133.32812 397.60876 133.39062 397.9994Q133.46875 398.39 133.67188 398.7494L132.5625 398.7494Q132.40625 398.42126 132.35938 397.98376ZM132.26562 395.6244Q131.6875 395.85876 130.54688 396.03064Q129.89062 396.1244 129.625 396.2494Q129.35938 396.35876 129.20312 396.5775Q129.0625 396.79626 129.0625 397.0775Q129.0625 397.4994 129.375 397.78064Q129.70312 398.0619 130.3125 398.0619Q130.92188 398.0619 131.39062 397.79626Q131.875 397.53064 132.09375 397.0619Q132.26562 396.7025 132.26562 396.015L132.26562 395.6244ZM135.29688 398.7494L135.29688 392.53064L136.23438 392.53064L136.23438 393.40564Q136.92188 392.39 138.21875 392.39Q138.78125 392.39 139.25 392.59314Q139.73438 392.79626 139.96875 393.1244Q140.20312 393.4525 140.29688 393.89Q140.34375 394.1869 140.34375 394.92126L140.34375 398.7494L139.29688 398.7494L139.29688 394.96814Q139.29688 394.3119 139.17188 393.9994Q139.04688 393.6869 138.73438 393.4994Q138.42188 393.29626 138.0 393.29626Q137.32812 393.29626 136.82812 393.73376Q136.34375 394.15564 136.34375 395.34314L136.34375 398.7494L135.29688 398.7494ZM142.29688 398.7494L142.29688 392.53064L143.23438 392.53064L143.23438 393.40564Q143.92188 392.39 145.21875 392.39Q145.78125 392.39 146.25 392.59314Q146.73438 392.79626 146.96875 393.1244Q147.20312 393.4525 147.29688 393.89Q147.34375 394.1869 147.34375 394.92126L147.34375 398.7494L146.29688 398.7494L146.29688 394.96814Q146.29688 394.3119 146.17188 393.9994Q146.04688 393.6869 145.73438 393.4994Q145.42188 393.29626 145.0 393.29626Q144.32812 393.29626 143.82812 393.73376Q143.34375 394.15564 143.34375 395.34314L143.34375 398.7494L142.29688 398.7494ZM149.29688 391.3744L149.29688 390.15564L150.35938 390.15564L150.35938 391.3744L149.29688 391.3744ZM149.29688 398.7494L149.29688 392.53064L150.35938 392.53064L150.35938 398.7494L149.29688 398.7494ZM152.29688 398.7494L152.29688 392.53064L153.23438 392.53064L153.23438 393.40564Q153.92188 392.39 155.21875 392.39Q155.78125 392.39 156.25 392.59314Q156.73438 392.79626 156.96875 393.1244Q157.20312 393.4525 157.29688 393.89Q157.34375 394.1869 157.34375 394.92126L157.34375 398.7494L156.29688 398.7494L156.29688 394.96814Q156.29688 394.3119 156.17188 393.9994Q156.04688 393.6869 155.73438 393.4994Q155.42188 393.29626 155.0 393.29626Q154.32812 393.29626 153.82812 393.73376Q153.34375 394.15564 153.34375 395.34314L153.34375 398.7494L152.29688 398.7494ZM159.09375 399.265L160.125 399.42126Q160.1875 399.89 160.48438 400.10876Q160.875 400.40564 161.54688 400.40564Q162.28125 400.40564 162.67188 400.10876Q163.07812 399.8119 163.21875 399.29626Q163.3125 398.96814 163.29688 397.9369Q162.60938 398.7494 161.57812 398.7494Q160.29688 398.7494 159.59375 397.8275Q158.89062 396.89 158.89062 395.60876Q158.89062 394.71814 159.20312 393.96814Q159.53125 393.2025 160.14062 392.79626Q160.75 392.39 161.57812 392.39Q162.6875 392.39 163.40625 393.28064L163.40625 392.53064L164.375 392.53064L164.375 397.90564Q164.375 399.35876 164.07812 399.96814Q163.78125 400.5775 163.14062 400.92126Q162.5 401.28064 161.5625 401.28064Q160.45312 401.28064 159.76562 400.78064Q159.07812 400.28064 159.09375 399.265ZM159.96875 395.53064Q159.96875 396.7494 160.45312 397.3119Q160.9375 397.8744 161.67188 397.8744Q162.40625 397.8744 162.89062 397.3119Q163.39062 396.7494 163.39062 395.5619Q163.39062 394.42126 162.875 393.84314Q162.375 393.265 161.65625 393.265Q160.95312 393.265 160.45312 393.84314Q159.96875 394.40564 159.96875 395.53064ZM171.3125 401.28064Q170.4375 400.17126 169.82812 398.7025Q169.23438 397.21814 169.23438 395.64Q169.23438 394.2494 169.67188 392.96814Q170.20312 391.48376 171.3125 390.015L172.0625 390.015Q171.35938 391.23376 171.125 391.7494Q170.76562 392.5619 170.5625 393.4369Q170.3125 394.53064 170.3125 395.64Q170.3125 398.46814 172.0625 401.28064L171.3125 401.28064ZM173.29688 398.7494L173.29688 392.53064L174.23438 392.53064L174.23438 393.40564Q174.53125 392.9369 175.01562 392.67126Q175.5 392.39 176.125 392.39Q176.8125 392.39 177.25 392.67126Q177.70312 392.9525 177.875 393.46814Q178.625 392.39 179.79688 392.39Q180.73438 392.39 181.21875 392.90564Q181.71875 393.40564 181.71875 394.48376L181.71875 398.7494L180.67188 398.7494L180.67188 394.8275Q180.67188 394.2025 180.5625 393.92126Q180.46875 393.64 180.20312 393.46814Q179.9375 393.29626 179.5625 393.29626Q178.90625 393.29626 178.46875 393.73376Q178.04688 394.17126 178.04688 395.14L178.04688 398.7494L176.98438 398.7494L176.98438 394.7025Q176.98438 393.9994 176.71875 393.65564Q176.46875 393.29626 175.89062 393.29626Q175.4375 393.29626 175.0625 393.53064Q174.6875 393.765 174.51562 394.21814Q174.34375 394.67126 174.34375 395.515L174.34375 398.7494L173.29688 398.7494ZM187.54688 396.7494L188.64062 396.8744Q188.39062 397.8275 187.6875 398.35876Q186.98438 398.89 185.90625 398.89Q184.54688 398.89 183.73438 398.04626Q182.9375 397.2025 182.9375 395.6869Q182.9375 394.1244 183.75 393.265Q184.5625 392.39 185.84375 392.39Q187.09375 392.39 187.875 393.23376Q188.67188 394.0775 188.67188 395.6244Q188.67188 395.71814 188.67188 395.90564L184.03125 395.90564Q184.09375 396.9369 184.60938 397.48376Q185.125 398.015 185.90625 398.015Q186.48438 398.015 186.89062 397.71814Q187.3125 397.40564 187.54688 396.7494ZM184.09375 395.04626L187.5625 395.04626Q187.5 394.2494 187.17188 393.85876Q186.65625 393.2494 185.85938 393.2494Q185.125 393.2494 184.625 393.73376Q184.14062 394.21814 184.09375 395.04626ZM194.54688 396.7494L195.64062 396.8744Q195.39062 397.8275 194.6875 398.35876Q193.98438 398.89 192.90625 398.89Q191.54688 398.89 190.73438 398.04626Q189.9375 397.2025 189.9375 395.6869Q189.9375 394.1244 190.75 393.265Q191.5625 392.39 192.84375 392.39Q194.09375 392.39 194.875 393.23376Q195.67188 394.0775 195.67188 395.6244Q195.67188 395.71814 195.67188 395.90564L191.03125 395.90564Q191.09375 396.9369 191.60938 397.48376Q192.125 398.015 192.90625 398.015Q193.48438 398.015 193.89062 397.71814Q194.3125 397.40564 194.54688 396.7494ZM191.09375 395.04626L194.5625 395.04626Q194.5 394.2494 194.17188 393.85876Q193.65625 393.2494 192.85938 393.2494Q192.125 393.2494 191.625 393.73376Q191.14062 394.21814 191.09375 395.04626ZM199.59375 397.8119L199.75 398.73376Q199.29688 398.8275 198.95312 398.8275Q198.375 398.8275 198.0625 398.65564Q197.75 398.46814 197.60938 398.17126Q197.48438 397.8744 197.48438 396.92126L197.48438 393.34314L196.71875 393.34314L196.71875 392.53064L197.48438 392.53064L197.48438 390.98376L198.53125 390.35876L198.53125 392.53064L199.59375 392.53064L199.59375 393.34314L198.53125 393.34314L198.53125 396.98376Q198.53125 397.4369 198.57812 397.5619Q198.64062 397.6869 198.76562 397.765Q198.89062 397.84314 199.125 397.84314Q199.3125 397.84314 199.59375 397.8119ZM204.375 398.7494L204.375 397.8275Q203.64062 398.89 202.39062 398.89Q201.84375 398.89 201.35938 398.6869Q200.89062 398.46814 200.65625 398.15564Q200.42188 397.8275 200.32812 397.35876Q200.26562 397.0619 200.26562 396.3744L200.26562 392.53064L201.32812 392.53064L201.32812 395.98376Q201.32812 396.79626 201.39062 397.09314Q201.48438 397.4994 201.79688 397.7494Q202.125 397.98376 202.60938 397.98376Q203.07812 397.98376 203.48438 397.7494Q203.90625 397.4994 204.07812 397.0775Q204.26562 396.65564 204.26562 395.85876L204.26562 392.53064L205.3125 392.53064L205.3125 398.7494L204.375 398.7494ZM207.29688 401.14L207.29688 392.53064L208.25 392.53064L208.25 393.3275Q208.59375 392.85876 209.01562 392.6244Q209.45312 392.39 210.0625 392.39Q210.85938 392.39 211.46875 392.79626Q212.07812 393.2025 212.375 393.9525Q212.6875 394.7025 212.6875 395.59314Q212.6875 396.54626 212.34375 397.3119Q212.01562 398.0775 211.35938 398.48376Q210.70312 398.89 209.98438 398.89Q209.45312 398.89 209.03125 398.67126Q208.60938 398.4369 208.34375 398.10876L208.34375 401.14L207.29688 401.14ZM208.25 395.67126Q208.25 396.8744 208.73438 397.4525Q209.21875 398.015 209.90625 398.015Q210.60938 398.015 211.10938 397.42126Q211.60938 396.8275 211.60938 395.5775Q211.60938 394.39 211.125 393.8119Q210.64062 393.21814 209.95312 393.21814Q209.28125 393.21814 208.76562 393.84314Q208.25 394.46814 208.25 395.67126ZM214.5625 398.7494L214.5625 397.54626L215.76562 397.54626L215.76562 398.7494Q215.76562 399.40564 215.53125 399.8119Q215.29688 400.23376 214.79688 400.4525L214.5 399.9994Q214.82812 399.85876 214.98438 399.5619Q215.14062 399.28064 215.17188 398.7494L214.5625 398.7494Z" fill-rule="nonzero"/><path fill="#666666" d="M131.35938 410.46814L132.39062 410.60876Q132.21875 411.67126 131.51562 412.28064Q130.8125 412.89 129.79688 412.89Q128.51562 412.89 127.734375 412.0619Q126.96875 411.21814 126.96875 409.65564Q126.96875 408.65564 127.296875 407.90564Q127.640625 407.14 128.3125 406.765Q129.0 406.39 129.8125 406.39Q130.8125 406.39 131.45312 406.90564Q132.10938 407.40564 132.29688 408.35876L131.26562 408.515Q131.125 407.89 130.75 407.5775Q130.375 407.2494 129.84375 407.2494Q129.04688 407.2494 128.54688 407.8275Q128.04688 408.39 128.04688 409.6244Q128.04688 410.89 128.53125 411.4525Q129.01562 412.015 129.78125 412.015Q130.40625 412.015 130.8125 411.64Q131.23438 411.265 131.35938 410.46814ZM132.90625 409.64Q132.90625 407.90564 133.85938 407.0775Q134.65625 406.39 135.8125 406.39Q137.09375 406.39 137.90625 407.23376Q138.73438 408.0619 138.73438 409.54626Q138.73438 410.7494 138.375 411.4369Q138.01562 412.1244 137.3125 412.515Q136.625 412.89 135.8125 412.89Q134.51562 412.89 133.70312 412.0619Q132.90625 411.21814 132.90625 409.64ZM133.98438 409.64Q133.98438 410.8275 134.5 411.42126Q135.03125 412.015 135.8125 412.015Q136.60938 412.015 137.125 411.42126Q137.64062 410.8275 137.64062 409.60876Q137.64062 408.4525 137.10938 407.85876Q136.59375 407.265 135.8125 407.265Q135.03125 407.265 134.5 407.85876Q133.98438 408.4369 133.98438 409.64ZM140.29688 412.7494L140.29688 406.53064L141.23438 406.53064L141.23438 407.40564Q141.92188 406.39 143.21875 406.39Q143.78125 406.39 144.25 406.59314Q144.73438 406.79626 144.96875 407.1244Q145.20312 407.4525 145.29688 407.89Q145.34375 408.1869 145.34375 408.92126L145.34375 412.7494L144.29688 412.7494L144.29688 408.96814Q144.29688 408.3119 144.17188 407.9994Q144.04688 407.6869 143.73438 407.4994Q143.42188 407.29626 143.0 407.29626Q142.32812 407.29626 141.82812 407.73376Q141.34375 408.15564 141.34375 409.34314L141.34375 412.7494L140.29688 412.7494ZM147.54688 412.7494L147.54688 407.34314L146.60938 407.34314L146.60938 406.53064L147.54688 406.53064L147.54688 405.85876Q147.54688 405.23376 147.65625 404.9369Q147.8125 404.515 148.1875 404.265Q148.57812 404.015 149.26562 404.015Q149.71875 404.015 150.25 404.1244L150.09375 405.03064Q149.76562 404.98376 149.46875 404.98376Q148.98438 404.98376 148.78125 405.1869Q148.59375 405.39 148.59375 405.9525L148.59375 406.53064L149.8125 406.53064L149.8125 407.34314L148.59375 407.34314L148.59375 412.7494L147.54688 412.7494ZM154.54688 410.7494L155.64062 410.8744Q155.39062 411.8275 154.6875 412.35876Q153.98438 412.89 152.90625 412.89Q151.54688 412.89 150.73438 412.04626Q149.9375 411.2025 149.9375 409.6869Q149.9375 408.1244 150.75 407.265Q151.5625 406.39 152.84375 406.39Q154.09375 406.39 154.875 407.23376Q155.67188 408.0775 155.67188 409.6244Q155.67188 409.71814 155.67188 409.90564L151.03125 409.90564Q151.09375 410.9369 151.60938 411.48376Q152.125 412.015 152.90625 412.015Q153.48438 412.015 153.89062 411.71814Q154.3125 411.40564 154.54688 410.7494ZM151.09375 409.04626L154.5625 409.04626Q154.5 408.2494 154.17188 407.85876Q153.65625 407.2494 152.85938 407.2494Q152.125 407.2494 151.625 407.73376Q151.14062 408.21814 151.09375 409.04626ZM157.28125 412.7494L157.28125 406.53064L158.23438 406.53064L158.23438 407.46814Q158.59375 406.8119 158.89062 406.60876Q159.20312 406.39 159.57812 406.39Q160.10938 406.39 160.65625 406.71814L160.29688 407.7025Q159.90625 407.46814 159.53125 407.46814Q159.17188 407.46814 158.89062 407.6869Q158.625 407.89 158.51562 408.265Q158.32812 408.8275 158.32812 409.48376L158.32812 412.7494L157.28125 412.7494ZM165.54688 410.7494L166.64062 410.8744Q166.39062 411.8275 165.6875 412.35876Q164.98438 412.89 163.90625 412.89Q162.54688 412.89 161.73438 412.04626Q160.9375 411.2025 160.9375 409.6869Q160.9375 408.1244 161.75 407.265Q162.5625 406.39 163.84375 406.39Q165.09375 406.39 165.875 407.23376Q166.67188 408.0775 166.67188 409.6244Q166.67188 409.71814 166.67188 409.90564L162.03125 409.90564Q162.09375 410.9369 162.60938 411.48376Q163.125 412.015 163.90625 412.015Q164.48438 412.015 164.89062 411.71814Q165.3125 411.40564 165.54688 410.7494ZM162.09375 409.04626L165.5625 409.04626Q165.5 408.2494 165.17188 407.85876Q164.65625 407.2494 163.85938 407.2494Q163.125 407.2494 162.625 407.73376Q162.14062 408.21814 162.09375 409.04626ZM168.29688 412.7494L168.29688 406.53064L169.23438 406.53064L169.23438 407.40564Q169.92188 406.39 171.21875 406.39Q171.78125 406.39 172.25 406.59314Q172.73438 406.79626 172.96875 407.1244Q173.20312 407.4525 173.29688 407.89Q173.34375 408.1869 173.34375 408.92126L173.34375 412.7494L172.29688 412.7494L172.29688 408.96814Q172.29688 408.3119 172.17188 407.9994Q172.04688 407.6869 171.73438 407.4994Q171.42188 407.29626 171.0 407.29626Q170.32812 407.29626 169.82812 407.73376Q169.34375 408.15564 169.34375 409.34314L169.34375 412.7494L168.29688 412.7494ZM179.35938 410.46814L180.39062 410.60876Q180.21875 411.67126 179.51562 412.28064Q178.8125 412.89 177.79688 412.89Q176.51562 412.89 175.73438 412.0619Q174.96875 411.21814 174.96875 409.65564Q174.96875 408.65564 175.29688 407.90564Q175.64062 407.14 176.3125 406.765Q177.0 406.39 177.8125 406.39Q178.8125 406.39 179.45312 406.90564Q180.10938 407.40564 180.29688 408.35876L179.26562 408.515Q179.125 407.89 178.75 407.5775Q178.375 407.2494 177.84375 407.2494Q177.04688 407.2494 176.54688 407.8275Q176.04688 408.39 176.04688 409.6244Q176.04688 410.89 176.53125 411.4525Q177.01562 412.015 177.78125 412.015Q178.40625 412.015 178.8125 411.64Q179.23438 411.265 179.35938 410.46814ZM185.54688 410.7494L186.64062 410.8744Q186.39062 411.8275 185.6875 412.35876Q184.98438 412.89 183.90625 412.89Q182.54688 412.89 181.73438 412.04626Q180.9375 411.2025 180.9375 409.6869Q180.9375 408.1244 181.75 407.265Q182.5625 406.39 183.84375 406.39Q185.09375 406.39 185.875 407.23376Q186.67188 408.0775 186.67188 409.6244Q186.67188 409.71814 186.67188 409.90564L182.03125 409.90564Q182.09375 410.9369 182.60938 411.48376Q183.125 412.015 183.90625 412.015Q184.48438 412.015 184.89062 411.71814Q185.3125 411.40564 185.54688 410.7494ZM182.09375 409.04626L185.5625 409.04626Q185.5 408.2494 185.17188 407.85876Q184.65625 407.2494 183.85938 407.2494Q183.125 407.2494 182.625 407.73376Q182.14062 408.21814 182.09375 409.04626ZM188.5625 412.7494L188.5625 411.54626L189.76562 411.54626L189.76562 412.7494Q189.76562 413.40564 189.53125 413.8119Q189.29688 414.23376 188.79688 414.4525L188.5 413.9994Q188.82812 413.85876 188.98438 413.5619Q189.14062 413.28064 189.17188 412.7494L188.5625 412.7494ZM198.54688 410.7494L199.64062 410.8744Q199.39062 411.8275 198.6875 412.35876Q197.98438 412.89 196.90625 412.89Q195.54688 412.89 194.73438 412.04626Q193.9375 411.2025 193.9375 409.6869Q193.9375 408.1244 194.75 407.265Q195.5625 406.39 196.84375 406.39Q198.09375 406.39 198.875 407.23376Q199.67188 408.0775 199.67188 409.6244Q199.67188 409.71814 199.67188 409.90564L195.03125 409.90564Q195.09375 410.9369 195.60938 411.48376Q196.125 412.015 196.90625 412.015Q197.48438 412.015 197.89062 411.71814Q198.3125 411.40564 198.54688 410.7494ZM195.09375 409.04626L198.5625 409.04626Q198.5 408.2494 198.17188 407.85876Q197.65625 407.2494 196.85938 407.2494Q196.125 407.2494 195.625 407.73376Q195.14062 408.21814 195.09375 409.04626ZM203.59375 411.8119L203.75 412.73376Q203.29688 412.8275 202.95312 412.8275Q202.375 412.8275 202.0625 412.65564Q201.75 412.46814 201.60938 412.17126Q201.48438 411.8744 201.48438 410.92126L201.48438 407.34314L200.71875 407.34314L200.71875 406.53064L201.48438 406.53064L201.48438 404.98376L202.53125 404.35876L202.53125 406.53064L203.59375 406.53064L203.59375 407.34314L202.53125 407.34314L202.53125 410.98376Q202.53125 411.4369 202.57812 411.5619Q202.64062 411.6869 202.76562 411.765Q202.89062 411.84314 203.125 411.84314Q203.3125 411.84314 203.59375 411.8119ZM208.35938 410.46814L209.39062 410.60876Q209.21875 411.67126 208.51562 412.28064Q207.8125 412.89 206.79688 412.89Q205.51562 412.89 204.73438 412.0619Q203.96875 411.21814 203.96875 409.65564Q203.96875 408.65564 204.29688 407.90564Q204.64062 407.14 205.3125 406.765Q206.0 406.39 206.8125 406.39Q207.8125 406.39 208.45312 406.90564Q209.10938 407.40564 209.29688 408.35876L208.26562 408.515Q208.125 407.89 207.75 407.5775Q207.375 407.2494 206.84375 407.2494Q206.04688 407.2494 205.54688 407.8275Q205.04688 408.39 205.04688 409.6244Q205.04688 410.89 205.53125 411.4525Q206.01562 412.015 206.78125 412.015Q207.40625 412.015 207.8125 411.64Q208.23438 411.265 208.35938 410.46814ZM210.59375 412.7494L210.59375 411.54626L211.79688 411.54626L211.79688 412.7494L210.59375 412.7494ZM213.98438 415.28064L213.23438 415.28064Q214.98438 412.46814 214.98438 409.64Q214.98438 408.54626 214.73438 407.4525Q214.53125 406.5775 214.17188 405.765Q213.9375 405.2494 213.23438 404.015L213.98438 404.015Q215.07812 405.48376 215.60938 406.96814Q216.0625 408.2494 216.0625 409.64Q216.0625 411.21814 215.45312 412.7025Q214.84375 414.17126 213.98438 415.28064Z" fill-rule="nonzero"/><path fill="#666666" d="M33.453125 431.4921L33.453125 430.4921L37.078125 430.47647L37.078125 433.66397Q36.25 434.33585 35.359375 434.6796Q34.46875 435.00772 33.53125 435.00772Q32.265625 435.00772 31.21875 434.47647Q30.1875 433.9296 29.65625 432.91397Q29.140625 431.88272 29.140625 430.6171Q29.140625 429.35147 29.65625 428.27335Q30.1875 427.1796 31.171875 426.66397Q32.15625 426.13272 33.4375 426.13272Q34.375 426.13272 35.125 426.4296Q35.875 426.72647 36.296875 427.27335Q36.734375 427.8046 36.953125 428.6796L35.9375 428.96085Q35.734375 428.3046 35.4375 427.9296Q35.15625 427.5546 34.625 427.33585Q34.09375 427.10147 33.453125 427.10147Q32.671875 427.10147 32.09375 427.33585Q31.53125 427.57022 31.171875 427.96085Q30.828125 428.35147 30.640625 428.82022Q30.3125 429.6171 30.3125 430.53897Q30.3125 431.69522 30.703125 432.47647Q31.109375 433.2421 31.859375 433.6171Q32.609375 433.9921 33.46875 433.9921Q34.203125 433.9921 34.90625 433.71085Q35.609375 433.41397 35.96875 433.10147L35.96875 431.4921L33.453125 431.4921ZM42.546875 432.8671L43.640625 432.9921Q43.390625 433.94522 42.6875 434.47647Q41.984375 435.00772 40.90625 435.00772Q39.546875 435.00772 38.734375 434.16397Q37.9375 433.32022 37.9375 431.8046Q37.9375 430.2421 38.75 429.38272Q39.5625 428.50772 40.84375 428.50772Q42.09375 428.50772 42.875 429.35147Q43.671875 430.19522 43.671875 431.7421Q43.671875 431.83585 43.671875 432.02335L39.03125 432.02335Q39.09375 433.0546 39.609375 433.60147Q40.125 434.13272 40.90625 434.13272Q41.484375 434.13272 41.890625 433.83585Q42.3125 433.52335 42.546875 432.8671ZM39.09375 431.16397L42.5625 431.16397Q42.5 430.3671 42.171875 429.97647Q41.65625 429.3671 40.859375 429.3671Q40.125 429.3671 39.625 429.85147Q39.140625 430.33585 39.09375 431.16397ZM45.296875 434.8671L45.296875 428.64835L46.234375 428.64835L46.234375 429.52335Q46.921875 428.50772 48.21875 428.50772Q48.78125 428.50772 49.25 428.71085Q49.734375 428.91397 49.96875 429.2421Q50.203125 429.57022 50.296875 430.00772Q50.34375 430.3046 50.34375 431.03897L50.34375 434.8671L49.296875 434.8671L49.296875 431.08585Q49.296875 430.4296 49.171875 430.1171Q49.046875 429.8046 48.734375 429.6171Q48.421875 429.41397 48.0 429.41397Q47.328125 429.41397 46.828125 429.85147Q46.34375 430.27335 46.34375 431.46085L46.34375 434.8671L45.296875 434.8671ZM56.546875 432.8671L57.640625 432.9921Q57.390625 433.94522 56.6875 434.47647Q55.984375 435.00772 54.90625 435.00772Q53.546875 435.00772 52.734375 434.16397Q51.9375 433.32022 51.9375 431.8046Q51.9375 430.2421 52.75 429.38272Q53.5625 428.50772 54.84375 428.50772Q56.09375 428.50772 56.875 429.35147Q57.671875 430.19522 57.671875 431.7421Q57.671875 431.83585 57.671875 432.02335L53.03125 432.02335Q53.09375 433.0546 53.609375 433.60147Q54.125 434.13272 54.90625 434.13272Q55.484375 434.13272 55.890625 433.83585Q56.3125 433.52335 56.546875 432.8671ZM53.09375 431.16397L56.5625 431.16397Q56.5 430.3671 56.171875 429.97647Q55.65625 429.3671 54.859375 429.3671Q54.125 429.3671 53.625 429.85147Q53.140625 430.33585 53.09375 431.16397ZM59.28125 434.8671L59.28125 428.64835L60.234375 428.64835L60.234375 429.58585Q60.59375 428.9296 60.890625 428.72647Q61.203125 428.50772 61.578125 428.50772Q62.109375 428.50772 62.65625 428.83585L62.296875 429.82022Q61.90625 429.58585 61.53125 429.58585Q61.171875 429.58585 60.890625 429.8046Q60.625 430.00772 60.515625 430.38272Q60.328125 430.94522 60.328125 431.60147L60.328125 434.8671L59.28125 434.8671ZM67.359375 434.10147Q66.765625 434.60147 66.21875 434.8046Q65.6875 435.00772 65.0625 435.00772Q64.03125 435.00772 63.484375 434.50772Q62.9375 434.00772 62.9375 433.22647Q62.9375 432.77335 63.140625 432.39835Q63.34375 432.00772 63.6875 431.78897Q64.03125 431.5546 64.453125 431.44522Q64.75 431.35147 65.390625 431.27335Q66.65625 431.13272 67.265625 430.91397Q67.265625 430.69522 67.265625 430.64835Q67.265625 429.9921 66.96875 429.72647Q66.5625 429.38272 65.765625 429.38272Q65.03125 429.38272 64.671875 429.64835Q64.3125 429.89835 64.140625 430.5546L63.109375 430.41397Q63.25 429.75772 63.578125 429.35147Q63.90625 428.94522 64.515625 428.72647Q65.125 428.50772 65.921875 428.50772Q66.71875 428.50772 67.21875 428.69522Q67.71875 428.88272 67.953125 429.16397Q68.1875 429.44522 68.28125 429.88272Q68.328125 430.14835 68.328125 430.85147L68.328125 432.25772Q68.328125 433.72647 68.390625 434.1171Q68.46875 434.50772 68.671875 434.8671L67.5625 434.8671Q67.40625 434.53897 67.359375 434.10147ZM67.265625 431.7421Q66.6875 431.97647 65.546875 432.14835Q64.890625 432.2421 64.625 432.3671Q64.359375 432.47647 64.203125 432.69522Q64.0625 432.91397 64.0625 433.19522Q64.0625 433.6171 64.375 433.89835Q64.703125 434.1796 65.3125 434.1796Q65.921875 434.1796 66.390625 433.91397Q66.875 433.64835 67.09375 433.1796Q67.265625 432.82022 67.265625 432.13272L67.265625 431.7421ZM70.265625 434.8671L70.265625 426.27335L71.328125 426.27335L71.328125 434.8671L70.265625 434.8671ZM82.0625 426.27335L83.203125 426.27335L83.203125 431.2421Q83.203125 432.53897 82.90625 433.3046Q82.609375 434.0546 81.84375 434.53897Q81.078125 435.00772 79.84375 435.00772Q78.640625 435.00772 77.859375 434.60147Q77.09375 434.1796 76.765625 433.39835Q76.4375 432.60147 76.4375 431.2421L76.4375 426.27335L77.578125 426.27335L77.578125 431.22647Q77.578125 432.35147 77.78125 432.88272Q78.0 433.41397 78.5 433.71085Q79.015625 433.9921 79.75 433.9921Q81.0 433.9921 81.53125 433.4296Q82.0625 432.85147 82.0625 431.22647L82.0625 426.27335ZM84.546875 434.8671L87.875 430.38272L84.953125 426.27335L86.296875 426.27335L87.859375 428.47647Q88.34375 429.16397 88.546875 429.53897Q88.84375 429.07022 89.234375 428.5546L90.953125 426.27335L92.1875 426.27335L89.171875 430.32022L92.421875 434.8671L91.015625 434.8671L88.859375 431.8046Q88.671875 431.53897 88.484375 431.22647Q88.203125 431.69522 88.078125 431.8671L85.921875 434.8671L84.546875 434.8671ZM101.203125 433.85147Q100.6875 434.4296 100.0625 434.72647Q99.453125 435.00772 98.734375 435.00772Q97.421875 435.00772 96.640625 434.1171Q96.015625 433.39835 96.015625 432.4921Q96.015625 431.69522 96.53125 431.0546Q97.046875 430.41397 98.0625 429.9296Q97.484375 429.25772 97.28125 428.85147Q97.09375 428.4296 97.09375 428.03897Q97.09375 427.27335 97.703125 426.71085Q98.3125 426.13272 99.234375 426.13272Q100.109375 426.13272 100.65625 426.6796Q101.21875 427.21085 101.21875 427.96085Q101.21875 429.19522 99.609375 430.0546L101.140625 432.02335Q101.40625 431.50772 101.546875 430.82022L102.65625 431.0546Q102.375 432.1796 101.890625 432.91397Q102.484375 433.69522 103.234375 434.22647L102.515625 435.07022Q101.875 434.64835 101.203125 433.85147ZM99.0625 429.38272Q99.75 428.97647 99.9375 428.6796Q100.140625 428.3671 100.140625 427.9921Q100.140625 427.5546 99.859375 427.27335Q99.59375 426.9921 99.171875 426.9921Q98.75 426.9921 98.453125 427.27335Q98.171875 427.5546 98.171875 427.94522Q98.171875 428.14835 98.28125 428.3671Q98.390625 428.58585 98.59375 428.83585L99.0625 429.38272ZM100.546875 433.02335L98.609375 430.6171Q97.75 431.13272 97.453125 431.57022Q97.15625 432.00772 97.15625 432.4296Q97.15625 432.96085 97.5625 433.52335Q97.984375 434.08585 98.75 434.08585Q99.21875 434.08585 99.71875 433.78897Q100.234375 433.4921 100.546875 433.02335ZM111.328125 434.8671L111.328125 434.08585Q110.734375 435.00772 109.59375 435.00772Q108.84375 435.00772 108.21875 434.60147Q107.59375 434.1796 107.25 433.44522Q106.90625 432.71085 106.90625 431.75772Q106.90625 430.83585 107.21875 430.07022Q107.53125 429.3046 108.15625 428.91397Q108.78125 428.50772 109.546875 428.50772Q110.109375 428.50772 110.546875 428.7421Q110.984375 428.97647 111.265625 429.35147L111.265625 426.27335L112.3125 426.27335L112.3125 434.8671L111.328125 434.8671ZM108.0 431.75772Q108.0 432.96085 108.5 433.5546Q109.0 434.13272 109.6875 434.13272Q110.375 434.13272 110.859375 433.57022Q111.34375 433.00772 111.34375 431.85147Q111.34375 430.57022 110.84375 429.97647Q110.359375 429.38272 109.640625 429.38272Q108.9375 429.38272 108.46875 429.96085Q108.0 430.52335 108.0 431.75772ZM118.546875 432.8671L119.640625 432.9921Q119.390625 433.94522 118.6875 434.47647Q117.984375 435.00772 116.90625 435.00772Q115.546875 435.00772 114.734375 434.16397Q113.9375 433.32022 113.9375 431.8046Q113.9375 430.2421 114.75 429.38272Q115.5625 428.50772 116.84375 428.50772Q118.09375 428.50772 118.875 429.35147Q119.671875 430.19522 119.671875 431.7421Q119.671875 431.83585 119.671875 432.02335L115.03125 432.02335Q115.09375 433.0546 115.609375 433.60147Q116.125 434.13272 116.90625 434.13272Q117.484375 434.13272 117.890625 433.83585Q118.3125 433.52335 118.546875 432.8671ZM115.09375 431.16397L118.5625 431.16397Q118.5 430.3671 118.171875 429.97647Q117.65625 429.3671 116.859375 429.3671Q116.125 429.3671 115.625 429.85147Q115.140625 430.33585 115.09375 431.16397ZM120.875 433.00772L121.90625 432.85147Q122.0 433.47647 122.390625 433.8046Q122.796875 434.13272 123.53125 434.13272Q124.25 434.13272 124.59375 433.85147Q124.953125 433.5546 124.953125 433.14835Q124.953125 432.78897 124.640625 432.58585Q124.421875 432.44522 123.5625 432.22647Q122.40625 431.9296 121.953125 431.72647Q121.515625 431.50772 121.28125 431.13272Q121.046875 430.75772 121.046875 430.28897Q121.046875 429.88272 121.234375 429.52335Q121.421875 429.16397 121.75 428.9296Q122.0 428.75772 122.421875 428.63272Q122.84375 428.50772 123.34375 428.50772Q124.0625 428.50772 124.609375 428.72647Q125.171875 428.9296 125.4375 429.28897Q125.703125 429.64835 125.796875 430.2421L124.765625 430.38272Q124.703125 429.91397 124.359375 429.64835Q124.03125 429.3671 123.40625 429.3671Q122.6875 429.3671 122.375 429.6171Q122.0625 429.85147 122.0625 430.1796Q122.0625 430.38272 122.1875 430.53897Q122.328125 430.71085 122.59375 430.82022Q122.75 430.88272 123.53125 431.08585Q124.65625 431.39835 125.09375 431.58585Q125.53125 431.77335 125.78125 432.13272Q126.03125 432.4921 126.03125 433.03897Q126.03125 433.57022 125.71875 434.03897Q125.421875 434.4921 124.84375 434.75772Q124.265625 435.00772 123.53125 435.00772Q122.3125 435.00772 121.671875 434.50772Q121.046875 433.9921 120.875 433.00772ZM127.296875 427.4921L127.296875 426.27335L128.35938 426.27335L128.35938 427.4921L127.296875 427.4921ZM127.296875 434.8671L127.296875 428.64835L128.35938 428.64835L128.35938 434.8671L127.296875 434.8671ZM130.09375 435.38272L131.125 435.53897Q131.1875 436.00772 131.48438 436.22647Q131.875 436.52335 132.54688 436.52335Q133.28125 436.52335 133.67188 436.22647Q134.07812 435.9296 134.21875 435.41397Q134.3125 435.08585 134.29688 434.0546Q133.60938 434.8671 132.57812 434.8671Q131.29688 434.8671 130.59375 433.94522Q129.89062 433.00772 129.89062 431.72647Q129.89062 430.83585 130.20312 430.08585Q130.53125 429.32022 131.14062 428.91397Q131.75 428.50772 132.57812 428.50772Q133.6875 428.50772 134.40625 429.39835L134.40625 428.64835L135.375 428.64835L135.375 434.02335Q135.375 435.47647 135.07812 436.08585Q134.78125 436.69522 134.14062 437.03897Q133.5 437.39835 132.5625 437.39835Q131.45312 437.39835 130.76562 436.89835Q130.07812 436.39835 130.09375 435.38272ZM130.96875 431.64835Q130.96875 432.8671 131.45312 433.4296Q131.9375 433.9921 132.67188 433.9921Q133.40625 433.9921 133.89062 433.4296Q134.39062 432.8671 134.39062 431.6796Q134.39062 430.53897 133.875 429.96085Q133.375 429.38272 132.65625 429.38272Q131.95312 429.38272 131.45312 429.96085Q130.96875 430.52335 130.96875 431.64835ZM137.29688 434.8671L137.29688 428.64835L138.23438 428.64835L138.23438 429.52335Q138.92188 428.50772 140.21875 428.50772Q140.78125 428.50772 141.25 428.71085Q141.73438 428.91397 141.96875 429.2421Q142.20312 429.57022 142.29688 430.00772Q142.34375 430.3046 142.34375 431.03897L142.34375 434.8671L141.29688 434.8671L141.29688 431.08585Q141.29688 430.4296 141.17188 430.1171Q141.04688 429.8046 140.73438 429.6171Q140.42188 429.41397 140.0 429.41397Q139.32812 429.41397 138.82812 429.85147Q138.34375 430.27335 138.34375 431.46085L138.34375 434.8671L137.29688 434.8671ZM151.35938 432.58585L152.39062 432.72647Q152.21875 433.78897 151.51562 434.39835Q150.8125 435.00772 149.79688 435.00772Q148.51562 435.00772 147.73438 434.1796Q146.96875 433.33585 146.96875 431.77335Q146.96875 430.77335 147.29688 430.02335Q147.64062 429.25772 148.3125 428.88272Q149.0 428.50772 149.8125 428.50772Q150.8125 428.50772 151.45312 429.02335Q152.10938 429.52335 152.29688 430.47647L151.26562 430.63272Q151.125 430.00772 150.75 429.69522Q150.375 429.3671 149.84375 429.3671Q149.04688 429.3671 148.54688 429.94522Q148.04688 430.50772 148.04688 431.7421Q148.04688 433.00772 148.53125 433.57022Q149.01562 434.13272 149.78125 434.13272Q150.40625 434.13272 150.8125 433.75772Q151.23438 433.38272 151.35938 432.58585ZM152.90625 431.75772Q152.90625 430.02335 153.85938 429.19522Q154.65625 428.50772 155.8125 428.50772Q157.09375 428.50772 157.90625 429.35147Q158.73438 430.1796 158.73438 431.66397Q158.73438 432.8671 158.375 433.5546Q158.01562 434.2421 157.3125 434.63272Q156.625 435.00772 155.8125 435.00772Q154.51562 435.00772 153.70312 434.1796Q152.90625 433.33585 152.90625 431.75772ZM153.98438 431.75772Q153.98438 432.94522 154.5 433.53897Q155.03125 434.13272 155.8125 434.13272Q156.60938 434.13272 157.125 433.53897Q157.64062 432.94522 157.64062 431.72647Q157.64062 430.57022 157.10938 429.97647Q156.59375 429.38272 155.8125 429.38272Q155.03125 429.38272 154.5 429.97647Q153.98438 430.5546 153.98438 431.75772ZM160.29688 434.8671L160.29688 428.64835L161.23438 428.64835L161.23438 429.52335Q161.92188 428.50772 163.21875 428.50772Q163.78125 428.50772 164.25 428.71085Q164.73438 428.91397 164.96875 429.2421Q165.20312 429.57022 165.29688 430.00772Q165.34375 430.3046 165.34375 431.03897L165.34375 434.8671L164.29688 434.8671L164.29688 431.08585Q164.29688 430.4296 164.17188 430.1171Q164.04688 429.8046 163.73438 429.6171Q163.42188 429.41397 163.0 429.41397Q162.32812 429.41397 161.82812 429.85147Q161.34375 430.27335 161.34375 431.46085L161.34375 434.8671L160.29688 434.8671ZM169.59375 433.9296L169.75 434.85147Q169.29688 434.94522 168.95312 434.94522Q168.375 434.94522 168.0625 434.77335Q167.75 434.58585 167.60938 434.28897Q167.48438 433.9921 167.48438 433.03897L167.48438 429.46085L166.71875 429.46085L166.71875 428.64835L167.48438 428.64835L167.48438 427.10147L168.53125 426.47647L168.53125 428.64835L169.59375 428.64835L169.59375 429.46085L168.53125 429.46085L168.53125 433.10147Q168.53125 433.5546 168.57812 433.6796Q168.64062 433.8046 168.76562 433.88272Q168.89062 433.96085 169.125 433.96085Q169.3125 433.96085 169.59375 433.9296ZM170.28125 434.8671L170.28125 428.64835L171.23438 428.64835L171.23438 429.58585Q171.59375 428.9296 171.89062 428.72647Q172.20312 428.50772 172.57812 428.50772Q173.10938 428.50772 173.65625 428.83585L173.29688 429.82022Q172.90625 429.58585 172.53125 429.58585Q172.17188 429.58585 171.89062 429.8046Q171.625 430.00772 171.51562 430.38272Q171.32812 430.94522 171.32812 431.60147L171.32812 434.8671L170.28125 434.8671ZM174.29688 427.4921L174.29688 426.27335L175.35938 426.27335L175.35938 427.4921L174.29688 427.4921ZM174.29688 434.8671L174.29688 428.64835L175.35938 428.64835L175.35938 434.8671L174.29688 434.8671ZM178.26562 434.8671L177.28125 434.8671L177.28125 426.27335L178.34375 426.27335L178.34375 429.33585Q179.01562 428.50772 180.04688 428.50772Q180.625 428.50772 181.125 428.7421Q181.64062 428.96085 181.96875 429.38272Q182.3125 429.8046 182.5 430.39835Q182.6875 430.9921 182.6875 431.66397Q182.6875 433.25772 181.89062 434.13272Q181.09375 435.00772 180.0 435.00772Q178.89062 435.00772 178.26562 434.08585L178.26562 434.8671ZM178.25 431.71085Q178.25 432.82022 178.5625 433.32022Q179.0625 434.13272 179.90625 434.13272Q180.59375 434.13272 181.09375 433.53897Q181.60938 432.94522 181.60938 431.7421Q181.60938 430.52335 181.125 429.94522Q180.64062 429.3671 179.95312 429.3671Q179.26562 429.3671 178.75 429.97647Q178.25 430.57022 178.25 431.71085ZM188.375 434.8671L188.375 433.94522Q187.64062 435.00772 186.39062 435.00772Q185.84375 435.00772 185.35938 434.8046Q184.89062 434.58585 184.65625 434.27335Q184.42188 433.94522 184.32812 433.47647Q184.26562 433.1796 184.26562 432.4921L184.26562 428.64835L185.32812 428.64835L185.32812 432.10147Q185.32812 432.91397 185.39062 433.21085Q185.48438 433.6171 185.79688 433.8671Q186.125 434.10147 186.60938 434.10147Q187.07812 434.10147 187.48438 433.8671Q187.90625 433.6171 188.07812 433.19522Q188.26562 432.77335 188.26562 431.97647L188.26562 428.64835L189.3125 428.64835L189.3125 434.8671L188.375 434.8671ZM193.59375 433.9296L193.75 434.85147Q193.29688 434.94522 192.95312 434.94522Q192.375 434.94522 192.0625 434.77335Q191.75 434.58585 191.60938 434.28897Q191.48438 433.9921 191.48438 433.03897L191.48438 429.46085L190.71875 429.46085L190.71875 428.64835L191.48438 428.64835L191.48438 427.10147L192.53125 426.47647L192.53125 428.64835L193.59375 428.64835L193.59375 429.46085L192.53125 429.46085L192.53125 433.10147Q192.53125 433.5546 192.57812 433.6796Q192.64062 433.8046 192.76562 433.88272Q192.89062 433.96085 193.125 433.96085Q193.3125 433.96085 193.59375 433.9296ZM194.29688 427.4921L194.29688 426.27335L195.35938 426.27335L195.35938 427.4921L194.29688 427.4921ZM194.29688 434.8671L194.29688 428.64835L195.35938 428.64835L195.35938 434.8671L194.29688 434.8671ZM196.90625 431.75772Q196.90625 430.02335 197.85938 429.19522Q198.65625 428.50772 199.8125 428.50772Q201.09375 428.50772 201.90625 429.35147Q202.73438 430.1796 202.73438 431.66397Q202.73438 432.8671 202.375 433.5546Q202.01562 434.2421 201.3125 434.63272Q200.625 435.00772 199.8125 435.00772Q198.51562 435.00772 197.70312 434.1796Q196.90625 433.33585 196.90625 431.75772ZM197.98438 431.75772Q197.98438 432.94522 198.5 433.53897Q199.03125 434.13272 199.8125 434.13272Q200.60938 434.13272 201.125 433.53897Q201.64062 432.94522 201.64062 431.72647Q201.64062 430.57022 201.10938 429.97647Q200.59375 429.38272 199.8125 429.38272Q199.03125 429.38272 198.5 429.97647Q197.98438 430.5546 197.98438 431.75772ZM204.29688 434.8671L204.29688 428.64835L205.23438 428.64835L205.23438 429.52335Q205.92188 428.50772 207.21875 428.50772Q207.78125 428.50772 208.25 428.71085Q208.73438 428.91397 208.96875 429.2421Q209.20312 429.57022 209.29688 430.00772Q209.34375 430.3046 209.34375 431.03897L209.34375 434.8671L208.29688 434.8671L208.29688 431.08585Q208.29688 430.4296 208.17188 430.1171Q208.04688 429.8046 207.73438 429.6171Q207.42188 429.41397 207.0 429.41397Q206.32812 429.41397 205.82812 429.85147Q205.34375 430.27335 205.34375 431.46085L205.34375 434.8671L204.29688 434.8671ZM210.875 433.00772L211.90625 432.85147Q212.0 433.47647 212.39062 433.8046Q212.79688 434.13272 213.53125 434.13272Q214.25 434.13272 214.59375 433.85147Q214.95312 433.5546 214.95312 433.14835Q214.95312 432.78897 214.64062 432.58585Q214.42188 432.44522 213.5625 432.22647Q212.40625 431.9296 211.95312 431.72647Q211.51562 431.50772 211.28125 431.13272Q211.04688 430.75772 211.04688 430.28897Q211.04688 429.88272 211.23438 429.52335Q211.42188 429.16397 211.75 428.9296Q212.0 428.75772 212.42188 428.63272Q212.84375 428.50772 213.34375 428.50772Q214.0625 428.50772 214.60938 428.72647Q215.17188 428.9296 215.4375 429.28897Q215.70312 429.64835 215.79688 430.2421L214.76562 430.38272Q214.70312 429.91397 214.35938 429.64835Q214.03125 429.3671 213.40625 429.3671Q212.6875 429.3671 212.375 429.6171Q212.0625 429.85147 212.0625 430.1796Q212.0625 430.38272 212.1875 430.53897Q212.32812 430.71085 212.59375 430.82022Q212.75 430.88272 213.53125 431.08585Q214.65625 431.39835 215.09375 431.58585Q215.53125 431.77335 215.78125 432.13272Q216.03125 432.4921 216.03125 433.03897Q216.03125 433.57022 215.71875 434.03897Q215.42188 434.4921 214.84375 434.75772Q214.26562 435.00772 213.53125 435.00772Q212.3125 435.00772 211.67188 434.50772Q211.04688 433.9921 210.875 433.00772Z" fill-rule="nonzero"/><path fill="#666666" d="M36.09375 457.50043L37.125 457.65668Q37.1875 458.12543 37.484375 458.34418Q37.875 458.64105 38.546875 458.64105Q39.28125 458.64105 39.671875 458.34418Q40.078125 458.0473 40.21875 457.53168Q40.3125 457.20355 40.296875 456.1723Q39.609375 456.9848 38.578125 456.9848Q37.296875 456.9848 36.59375 456.06293Q35.890625 455.12543 35.890625 453.84418Q35.890625 452.95355 36.203125 452.20355Q36.53125 451.43793 37.140625 451.03168Q37.75 450.62543 38.578125 450.62543Q39.6875 450.62543 40.40625 451.51605L40.40625 450.76605L41.375 450.76605L41.375 456.14105Q41.375 457.59418 41.078125 458.20355Q40.78125 458.81293 40.140625 459.15668Q39.5 459.51605 38.5625 459.51605Q37.453125 459.51605 36.765625 459.01605Q36.078125 458.51605 36.09375 457.50043ZM36.96875 453.76605Q36.96875 454.9848 37.453125 455.5473Q37.9375 456.1098 38.671875 456.1098Q39.40625 456.1098 39.890625 455.5473Q40.390625 454.9848 40.390625 453.7973Q40.390625 452.65668 39.875 452.07855Q39.375 451.50043 38.65625 451.50043Q37.953125 451.50043 37.453125 452.07855Q36.96875 452.64105 36.96875 453.76605ZM42.90625 453.87543Q42.90625 452.14105 43.859375 451.31293Q44.65625 450.62543 45.8125 450.62543Q47.09375 450.62543 47.90625 451.46918Q48.734375 452.2973 48.734375 453.78168Q48.734375 454.9848 48.375 455.6723Q48.015625 456.3598 47.3125 456.75043Q46.625 457.12543 45.8125 457.12543Q44.515625 457.12543 43.703125 456.2973Q42.90625 455.45355 42.90625 453.87543ZM43.984375 453.87543Q43.984375 455.06293 44.5 455.65668Q45.03125 456.25043 45.8125 456.25043Q46.609375 456.25043 47.125 455.65668Q47.640625 455.06293 47.640625 453.84418Q47.640625 452.68793 47.109375 452.09418Q46.59375 451.50043 45.8125 451.50043Q45.03125 451.50043 44.5 452.09418Q43.984375 452.6723 43.984375 453.87543ZM50.265625 456.9848L50.265625 448.39105L51.328125 448.39105L51.328125 456.9848L50.265625 456.9848ZM57.359375 456.21918Q56.765625 456.71918 56.21875 456.9223Q55.6875 457.12543 55.0625 457.12543Q54.03125 457.12543 53.484375 456.62543Q52.9375 456.12543 52.9375 455.34418Q52.9375 454.89105 53.140625 454.51605Q53.34375 454.12543 53.6875 453.90668Q54.03125 453.6723 54.453125 453.56293Q54.75 453.46918 55.390625 453.39105Q56.65625 453.25043 57.265625 453.03168Q57.265625 452.81293 57.265625 452.76605Q57.265625 452.1098 56.96875 451.84418Q56.5625 451.50043 55.765625 451.50043Q55.03125 451.50043 54.671875 451.76605Q54.3125 452.01605 54.140625 452.6723L53.109375 452.53168Q53.25 451.87543 53.578125 451.46918Q53.90625 451.06293 54.515625 450.84418Q55.125 450.62543 55.921875 450.62543Q56.71875 450.62543 57.21875 450.81293Q57.71875 451.00043 57.953125 451.28168Q58.1875 451.56293 58.28125 452.00043Q58.328125 452.26605 58.328125 452.96918L58.328125 454.37543Q58.328125 455.84418 58.390625 456.2348Q58.46875 456.62543 58.671875 456.9848L57.5625 456.9848Q57.40625 456.65668 57.359375 456.21918ZM57.265625 453.8598Q56.6875 454.09418 55.546875 454.26605Q54.890625 454.3598 54.625 454.4848Q54.359375 454.59418 54.203125 454.81293Q54.0625 455.03168 54.0625 455.31293Q54.0625 455.7348 54.375 456.01605Q54.703125 456.2973 55.3125 456.2973Q55.921875 456.2973 56.390625 456.03168Q56.875 455.76605 57.09375 455.2973Q57.265625 454.93793 57.265625 454.25043L57.265625 453.8598ZM60.296875 456.9848L60.296875 450.76605L61.234375 450.76605L61.234375 451.64105Q61.921875 450.62543 63.21875 450.62543Q63.78125 450.62543 64.25 450.82855Q64.734375 451.03168 64.96875 451.3598Q65.203125 451.68793 65.296875 452.12543Q65.34375 452.4223 65.34375 453.15668L65.34375 456.9848L64.296875 456.9848L64.296875 453.20355Q64.296875 452.5473 64.171875 452.2348Q64.046875 451.9223 63.734375 451.7348Q63.421875 451.53168 63.0 451.53168Q62.328125 451.53168 61.828125 451.96918Q61.34375 452.39105 61.34375 453.57855L61.34375 456.9848L60.296875 456.9848ZM67.09375 457.50043L68.125 457.65668Q68.1875 458.12543 68.484375 458.34418Q68.875 458.64105 69.546875 458.64105Q70.28125 458.64105 70.671875 458.34418Q71.078125 458.0473 71.21875 457.53168Q71.3125 457.20355 71.296875 456.1723Q70.609375 456.9848 69.578125 456.9848Q68.296875 456.9848 67.59375 456.06293Q66.890625 455.12543 66.890625 453.84418Q66.890625 452.95355 67.203125 452.20355Q67.53125 451.43793 68.140625 451.03168Q68.75 450.62543 69.578125 450.62543Q70.6875 450.62543 71.40625 451.51605L71.40625 450.76605L72.375 450.76605L72.375 456.14105Q72.375 457.59418 72.078125 458.20355Q71.78125 458.81293 71.140625 459.15668Q70.5 459.51605 69.5625 459.51605Q68.453125 459.51605 67.765625 459.01605Q67.078125 458.51605 67.09375 457.50043ZM67.96875 453.76605Q67.96875 454.9848 68.453125 455.5473Q68.9375 456.1098 69.671875 456.1098Q70.40625 456.1098 70.890625 455.5473Q71.390625 454.9848 71.390625 453.7973Q71.390625 452.65668 70.875 452.07855Q70.375 451.50043 69.65625 451.50043Q68.953125 451.50043 68.453125 452.07855Q67.96875 452.64105 67.96875 453.76605ZM74.59375 456.9848L74.59375 455.78168L75.796875 455.78168L75.796875 456.9848L74.59375 456.9848ZM76.90625 453.87543Q76.90625 452.14105 77.859375 451.31293Q78.65625 450.62543 79.8125 450.62543Q81.09375 450.62543 81.90625 451.46918Q82.734375 452.2973 82.734375 453.78168Q82.734375 454.9848 82.375 455.6723Q82.015625 456.3598 81.3125 456.75043Q80.625 457.12543 79.8125 457.12543Q78.515625 457.12543 77.703125 456.2973Q76.90625 455.45355 76.90625 453.87543ZM77.984375 453.87543Q77.984375 455.06293 78.5 455.65668Q79.03125 456.25043 79.8125 456.25043Q80.609375 456.25043 81.125 455.65668Q81.640625 455.06293 81.640625 453.84418Q81.640625 452.68793 81.109375 452.09418Q80.59375 451.50043 79.8125 451.50043Q79.03125 451.50043 78.5 452.09418Q77.984375 452.6723 77.984375 453.87543ZM84.28125 456.9848L84.28125 450.76605L85.234375 450.76605L85.234375 451.70355Q85.59375 451.0473 85.890625 450.84418Q86.203125 450.62543 86.578125 450.62543Q87.109375 450.62543 87.65625 450.95355L87.296875 451.93793Q86.90625 451.70355 86.53125 451.70355Q86.171875 451.70355 85.890625 451.9223Q85.625 452.12543 85.515625 452.50043Q85.328125 453.06293 85.328125 453.71918L85.328125 456.9848L84.28125 456.9848ZM88.09375 457.50043L89.125 457.65668Q89.1875 458.12543 89.484375 458.34418Q89.875 458.64105 90.546875 458.64105Q91.28125 458.64105 91.671875 458.34418Q92.078125 458.0473 92.21875 457.53168Q92.3125 457.20355 92.296875 456.1723Q91.609375 456.9848 90.578125 456.9848Q89.296875 456.9848 88.59375 456.06293Q87.890625 455.12543 87.890625 453.84418Q87.890625 452.95355 88.203125 452.20355Q88.53125 451.43793 89.140625 451.03168Q89.75 450.62543 90.578125 450.62543Q91.6875 450.62543 92.40625 451.51605L92.40625 450.76605L93.375 450.76605L93.375 456.14105Q93.375 457.59418 93.078125 458.20355Q92.78125 458.81293 92.140625 459.15668Q91.5 459.51605 90.5625 459.51605Q89.453125 459.51605 88.765625 459.01605Q88.078125 458.51605 88.09375 457.50043ZM88.96875 453.76605Q88.96875 454.9848 89.453125 455.5473Q89.9375 456.1098 90.671875 456.1098Q91.40625 456.1098 91.890625 455.5473Q92.390625 454.9848 92.390625 453.7973Q92.390625 452.65668 91.875 452.07855Q91.375 451.50043 90.65625 451.50043Q89.953125 451.50043 89.453125 452.07855Q88.96875 452.64105 88.96875 453.76605ZM99.4375 456.9848L97.53125 450.76605L98.625 450.76605L99.609375 454.3598L99.984375 455.68793Q100.015625 455.59418 100.3125 454.40668L101.296875 450.76605L102.375 450.76605L103.3125 454.37543L103.625 455.56293L103.984375 454.3598L105.046875 450.76605L106.078125 450.76605L104.125 456.9848L103.03125 456.9848L102.046875 453.25043L101.796875 452.20355L100.546875 456.9848L99.4375 456.9848ZM111.546875 454.9848L112.640625 455.1098Q112.390625 456.06293 111.6875 456.59418Q110.984375 457.12543 109.90625 457.12543Q108.546875 457.12543 107.734375 456.28168Q106.9375 455.43793 106.9375 453.9223Q106.9375 452.3598 107.75 451.50043Q108.5625 450.62543 109.84375 450.62543Q111.09375 450.62543 111.875 451.46918Q112.671875 452.31293 112.671875 453.8598Q112.671875 453.95355 112.671875 454.14105L108.03125 454.14105Q108.09375 455.1723 108.609375 455.71918Q109.125 456.25043 109.90625 456.25043Q110.484375 456.25043 110.890625 455.95355Q111.3125 455.64105 111.546875 454.9848ZM108.09375 453.28168L111.5625 453.28168Q111.5 452.4848 111.171875 452.09418Q110.65625 451.4848 109.859375 451.4848Q109.125 451.4848 108.625 451.96918Q108.140625 452.45355 108.09375 453.28168ZM115.265625 456.9848L114.28125 456.9848L114.28125 448.39105L115.34375 448.39105L115.34375 451.45355Q116.015625 450.62543 117.046875 450.62543Q117.625 450.62543 118.125 450.8598Q118.640625 451.07855 118.96875 451.50043Q119.3125 451.9223 119.5 452.51605Q119.6875 453.1098 119.6875 453.78168Q119.6875 455.37543 118.890625 456.25043Q118.09375 457.12543 117.0 457.12543Q115.890625 457.12543 115.265625 456.20355L115.265625 456.9848ZM115.25 453.82855Q115.25 454.93793 115.5625 455.43793Q116.0625 456.25043 116.90625 456.25043Q117.59375 456.25043 118.09375 455.65668Q118.609375 455.06293 118.609375 453.8598Q118.609375 452.64105 118.125 452.06293Q117.640625 451.4848 116.953125 451.4848Q116.265625 451.4848 115.75 452.09418Q115.25 452.68793 115.25 453.82855ZM120.875 455.12543L121.90625 454.96918Q122.0 455.59418 122.390625 455.9223Q122.796875 456.25043 123.53125 456.25043Q124.25 456.25043 124.59375 455.96918Q124.953125 455.6723 124.953125 455.26605Q124.953125 454.90668 124.640625 454.70355Q124.421875 454.56293 123.5625 454.34418Q122.40625 454.0473 121.953125 453.84418Q121.515625 453.62543 121.28125 453.25043Q121.046875 452.87543 121.046875 452.40668Q121.046875 452.00043 121.234375 451.64105Q121.421875 451.28168 121.75 451.0473Q122.0 450.87543 122.421875 450.75043Q122.84375 450.62543 123.34375 450.62543Q124.0625 450.62543 124.609375 450.84418Q125.171875 451.0473 125.4375 451.40668Q125.703125 451.76605 125.796875 452.3598L124.765625 452.50043Q124.703125 452.03168 124.359375 451.76605Q124.03125 451.4848 123.40625 451.4848Q122.6875 451.4848 122.375 451.7348Q122.0625 451.96918 122.0625 452.2973Q122.0625 452.50043 122.1875 452.65668Q122.328125 452.82855 122.59375 452.93793Q122.75 453.00043 123.53125 453.20355Q124.65625 453.51605 125.09375 453.70355Q125.53125 453.89105 125.78125 454.25043Q126.03125 454.6098 126.03125 455.15668Q126.03125 455.68793 125.71875 456.15668Q125.421875 456.6098 124.84375 456.87543Q124.265625 457.12543 123.53125 457.12543Q122.3125 457.12543 121.671875 456.62543Q121.046875 456.1098 120.875 455.12543ZM127.296875 449.6098L127.296875 448.39105L128.35938 448.39105L128.35938 449.6098L127.296875 449.6098ZM127.296875 456.9848L127.296875 450.76605L128.35938 450.76605L128.35938 456.9848L127.296875 456.9848ZM132.59375 456.0473L132.75 456.96918Q132.29688 457.06293 131.95312 457.06293Q131.375 457.06293 131.0625 456.89105Q130.75 456.70355 130.60938 456.40668Q130.48438 456.1098 130.48438 455.15668L130.48438 451.57855L129.71875 451.57855L129.71875 450.76605L130.48438 450.76605L130.48438 449.21918L131.53125 448.59418L131.53125 450.76605L132.59375 450.76605L132.59375 451.57855L131.53125 451.57855L131.53125 455.21918Q131.53125 455.6723 131.57812 455.7973Q131.64062 455.9223 131.76562 456.00043Q131.89062 456.07855 132.125 456.07855Q132.3125 456.07855 132.59375 456.0473ZM137.54688 454.9848L138.64062 455.1098Q138.39062 456.06293 137.6875 456.59418Q136.98438 457.12543 135.90625 457.12543Q134.54688 457.12543 133.73438 456.28168Q132.9375 455.43793 132.9375 453.9223Q132.9375 452.3598 133.75 451.50043Q134.5625 450.62543 135.84375 450.62543Q137.09375 450.62543 137.875 451.46918Q138.67188 452.31293 138.67188 453.8598Q138.67188 453.95355 138.67188 454.14105L134.03125 454.14105Q134.09375 455.1723 134.60938 455.71918Q135.125 456.25043 135.90625 456.25043Q136.48438 456.25043 136.89062 455.95355Q137.3125 455.64105 137.54688 454.9848ZM134.09375 453.28168L137.5625 453.28168Q137.5 452.4848 137.17188 452.09418Q136.65625 451.4848 135.85938 451.4848Q135.125 451.4848 134.625 451.96918Q134.14062 452.45355 134.09375 453.28168ZM145.3125 459.51605Q144.4375 458.40668 143.82812 456.93793Q143.23438 455.45355 143.23438 453.87543Q143.23438 452.4848 143.67188 451.20355Q144.20312 449.71918 145.3125 448.25043L146.0625 448.25043Q145.35938 449.46918 145.125 449.9848Q144.76562 450.7973 144.5625 451.6723Q144.3125 452.76605 144.3125 453.87543Q144.3125 456.70355 146.0625 459.51605L145.3125 459.51605ZM151.35938 454.70355L152.39062 454.84418Q152.21875 455.90668 151.51562 456.51605Q150.8125 457.12543 149.79688 457.12543Q148.51562 457.12543 147.73438 456.2973Q146.96875 455.45355 146.96875 453.89105Q146.96875 452.89105 147.29688 452.14105Q147.64062 451.37543 148.3125 451.00043Q149.0 450.62543 149.8125 450.62543Q150.8125 450.62543 151.45312 451.14105Q152.10938 451.64105 152.29688 452.59418L151.26562 452.75043Q151.125 452.12543 150.75 451.81293Q150.375 451.4848 149.84375 451.4848Q149.04688 451.4848 148.54688 452.06293Q148.04688 452.62543 148.04688 453.8598Q148.04688 455.12543 148.53125 455.68793Q149.01562 456.25043 149.78125 456.25043Q150.40625 456.25043 150.8125 455.87543Q151.23438 455.50043 151.35938 454.70355ZM152.90625 453.87543Q152.90625 452.14105 153.85938 451.31293Q154.65625 450.62543 155.8125 450.62543Q157.09375 450.62543 157.90625 451.46918Q158.73438 452.2973 158.73438 453.78168Q158.73438 454.9848 158.375 455.6723Q158.01562 456.3598 157.3125 456.75043Q156.625 457.12543 155.8125 457.12543Q154.51562 457.12543 153.70312 456.2973Q152.90625 455.45355 152.90625 453.87543ZM153.98438 453.87543Q153.98438 455.06293 154.5 455.65668Q155.03125 456.25043 155.8125 456.25043Q156.60938 456.25043 157.125 455.65668Q157.64062 455.06293 157.64062 453.84418Q157.64062 452.68793 157.10938 452.09418Q156.59375 451.50043 155.8125 451.50043Q155.03125 451.50043 154.5 452.09418Q153.98438 452.6723 153.98438 453.87543ZM164.32812 456.9848L164.32812 456.20355Q163.73438 457.12543 162.59375 457.12543Q161.84375 457.12543 161.21875 456.71918Q160.59375 456.2973 160.25 455.56293Q159.90625 454.82855 159.90625 453.87543Q159.90625 452.95355 160.21875 452.18793Q160.53125 451.4223 161.15625 451.03168Q161.78125 450.62543 162.54688 450.62543Q163.10938 450.62543 163.54688 450.8598Q163.98438 451.09418 164.26562 451.46918L164.26562 448.39105L165.3125 448.39105L165.3125 456.9848L164.32812 456.9848ZM161.0 453.87543Q161.0 455.07855 161.5 455.6723Q162.0 456.25043 162.6875 456.25043Q163.375 456.25043 163.85938 455.68793Q164.34375 455.12543 164.34375 453.96918Q164.34375 452.68793 163.84375 452.09418Q163.35938 451.50043 162.64062 451.50043Q161.9375 451.50043 161.46875 452.07855Q161.0 452.64105 161.0 453.87543ZM171.54688 454.9848L172.64062 455.1098Q172.39062 456.06293 171.6875 456.59418Q170.98438 457.12543 169.90625 457.12543Q168.54688 457.12543 167.73438 456.28168Q166.9375 455.43793 166.9375 453.9223Q166.9375 452.3598 167.75 451.50043Q168.5625 450.62543 169.84375 450.62543Q171.09375 450.62543 171.875 451.46918Q172.67188 452.31293 172.67188 453.8598Q172.67188 453.95355 172.67188 454.14105L168.03125 454.14105Q168.09375 455.1723 168.60938 455.71918Q169.125 456.25043 169.90625 456.25043Q170.48438 456.25043 170.89062 455.95355Q171.3125 455.64105 171.54688 454.9848ZM168.09375 453.28168L171.5625 453.28168Q171.5 452.4848 171.17188 452.09418Q170.65625 451.4848 169.85938 451.4848Q169.125 451.4848 168.625 451.96918Q168.14062 452.45355 168.09375 453.28168ZM174.5625 456.9848L174.5625 455.78168L175.76562 455.78168L175.76562 456.9848Q175.76562 457.64105 175.53125 458.0473Q175.29688 458.46918 174.79688 458.68793L174.5 458.2348Q174.82812 458.09418 174.98438 457.7973Q175.14062 457.51605 175.17188 456.9848L174.5625 456.9848ZM186.0625 448.39105L187.20312 448.39105L187.20312 453.3598Q187.20312 454.65668 186.90625 455.4223Q186.60938 456.1723 185.84375 456.65668Q185.07812 457.12543 183.84375 457.12543Q182.64062 457.12543 181.85938 456.71918Q181.09375 456.2973 180.76562 455.51605Q180.4375 454.71918 180.4375 453.3598L180.4375 448.39105L181.57812 448.39105L181.57812 453.34418Q181.57812 454.46918 181.78125 455.00043Q182.0 455.53168 182.5 455.82855Q183.01562 456.1098 183.75 456.1098Q185.0 456.1098 185.53125 455.5473Q186.0625 454.96918 186.0625 453.34418L186.0625 448.39105ZM188.54688 456.9848L191.875 452.50043L188.95312 448.39105L190.29688 448.39105L191.85938 450.59418Q192.34375 451.28168 192.54688 451.65668Q192.84375 451.18793 193.23438 450.6723L194.95312 448.39105L196.1875 448.39105L193.17188 452.43793L196.42188 456.9848L195.01562 456.9848L192.85938 453.9223Q192.67188 453.65668 192.48438 453.34418Q192.20312 453.81293 192.07812 453.9848L189.92188 456.9848L188.54688 456.9848ZM197.5625 456.9848L197.5625 455.78168L198.76562 455.78168L198.76562 456.9848Q198.76562 457.64105 198.53125 458.0473Q198.29688 458.46918 197.79688 458.68793L197.5 458.2348Q197.82812 458.09418 197.98438 457.7973Q198.14062 457.51605 198.17188 456.9848L197.5625 456.9848ZM203.625 456.9848L203.625 448.39105L204.75 448.39105L204.75 456.9848L203.625 456.9848ZM205.48438 456.9848L208.78125 448.39105L210.0 448.39105L213.51562 456.9848L212.23438 456.9848L211.21875 454.37543L207.64062 454.37543L206.6875 456.9848L205.48438 456.9848ZM207.96875 453.45355L210.875 453.45355L209.98438 451.07855Q209.5625 450.00043 209.375 449.2973Q209.20312 450.12543 208.90625 450.93793L207.96875 453.45355ZM214.5625 456.9848L214.5625 455.78168L215.76562 455.78168L215.76562 456.9848Q215.76562 457.64105 215.53125 458.0473Q215.29688 458.46918 214.79688 458.68793L214.5 458.2348Q214.82812 458.09418 214.98438 457.7973Q215.14062 457.51605 215.17188 456.9848L214.5625 456.9848Z" fill-rule="nonzero"/><path fill="#666666" d="M152.35938 468.70355L153.39062 468.84418Q153.21875 469.90668 152.51562 470.51605Q151.8125 471.12543 150.79688 471.12543Q149.51562 471.12543 148.73438 470.2973Q147.96875 469.45355 147.96875 467.89105Q147.96875 466.89105 148.29688 466.14105Q148.64062 465.37543 149.3125 465.00043Q150.0 464.62543 150.8125 464.62543Q151.8125 464.62543 152.45312 465.14105Q153.10938 465.64105 153.29688 466.59418L152.26562 466.75043Q152.125 466.12543 151.75 465.81293Q151.375 465.4848 150.84375 465.4848Q150.04688 465.4848 149.54688 466.06293Q149.04688 466.62543 149.04688 467.8598Q149.04688 469.12543 149.53125 469.68793Q150.01562 470.25043 150.78125 470.25043Q151.40625 470.25043 151.8125 469.87543Q152.23438 469.50043 152.35938 468.70355ZM153.90625 467.87543Q153.90625 466.14105 154.85938 465.31293Q155.65625 464.62543 156.8125 464.62543Q158.09375 464.62543 158.90625 465.46918Q159.73438 466.2973 159.73438 467.78168Q159.73438 468.9848 159.375 469.6723Q159.01562 470.3598 158.3125 470.75043Q157.625 471.12543 156.8125 471.12543Q155.51562 471.12543 154.70312 470.2973Q153.90625 469.45355 153.90625 467.87543ZM154.98438 467.87543Q154.98438 469.06293 155.5 469.65668Q156.03125 470.25043 156.8125 470.25043Q157.60938 470.25043 158.125 469.65668Q158.64062 469.06293 158.64062 467.84418Q158.64062 466.68793 158.10938 466.09418Q157.59375 465.50043 156.8125 465.50043Q156.03125 465.50043 155.5 466.09418Q154.98438 466.6723 154.98438 467.87543ZM161.29688 470.9848L161.29688 464.76605L162.23438 464.76605L162.23438 465.64105Q162.92188 464.62543 164.21875 464.62543Q164.78125 464.62543 165.25 464.82855Q165.73438 465.03168 165.96875 465.3598Q166.20312 465.68793 166.29688 466.12543Q166.34375 466.4223 166.34375 467.15668L166.34375 470.9848L165.29688 470.9848L165.29688 467.20355Q165.29688 466.5473 165.17188 466.2348Q165.04688 465.9223 164.73438 465.7348Q164.42188 465.53168 164.0 465.53168Q163.32812 465.53168 162.82812 465.96918Q162.34375 466.39105 162.34375 467.57855L162.34375 470.9848L161.29688 470.9848ZM170.59375 470.0473L170.75 470.96918Q170.29688 471.06293 169.95312 471.06293Q169.375 471.06293 169.0625 470.89105Q168.75 470.70355 168.60938 470.40668Q168.48438 470.1098 168.48438 469.15668L168.48438 465.57855L167.71875 465.57855L167.71875 464.76605L168.48438 464.76605L168.48438 463.21918L169.53125 462.59418L169.53125 464.76605L170.59375 464.76605L170.59375 465.57855L169.53125 465.57855L169.53125 469.21918Q169.53125 469.6723 169.57812 469.7973Q169.64062 469.9223 169.76562 470.00043Q169.89062 470.07855 170.125 470.07855Q170.3125 470.07855 170.59375 470.0473ZM175.54688 468.9848L176.64062 469.1098Q176.39062 470.06293 175.6875 470.59418Q174.98438 471.12543 173.90625 471.12543Q172.54688 471.12543 171.73438 470.28168Q170.9375 469.43793 170.9375 467.9223Q170.9375 466.3598 171.75 465.50043Q172.5625 464.62543 173.84375 464.62543Q175.09375 464.62543 175.875 465.46918Q176.67188 466.31293 176.67188 467.8598Q176.67188 467.95355 176.67188 468.14105L172.03125 468.14105Q172.09375 469.1723 172.60938 469.71918Q173.125 470.25043 173.90625 470.25043Q174.48438 470.25043 174.89062 469.95355Q175.3125 469.64105 175.54688 468.9848ZM172.09375 467.28168L175.5625 467.28168Q175.5 466.4848 175.17188 466.09418Q174.65625 465.4848 173.85938 465.4848Q173.125 465.4848 172.625 465.96918Q172.14062 466.45355 172.09375 467.28168ZM178.29688 470.9848L178.29688 464.76605L179.23438 464.76605L179.23438 465.64105Q179.92188 464.62543 181.21875 464.62543Q181.78125 464.62543 182.25 464.82855Q182.73438 465.03168 182.96875 465.3598Q183.20312 465.68793 183.29688 466.12543Q183.34375 466.4223 183.34375 467.15668L183.34375 470.9848L182.29688 470.9848L182.29688 467.20355Q182.29688 466.5473 182.17188 466.2348Q182.04688 465.9223 181.73438 465.7348Q181.42188 465.53168 181.0 465.53168Q180.32812 465.53168 179.82812 465.96918Q179.34375 466.39105 179.34375 467.57855L179.34375 470.9848L178.29688 470.9848ZM187.59375 470.0473L187.75 470.96918Q187.29688 471.06293 186.95312 471.06293Q186.375 471.06293 186.0625 470.89105Q185.75 470.70355 185.60938 470.40668Q185.48438 470.1098 185.48438 469.15668L185.48438 465.57855L184.71875 465.57855L184.71875 464.76605L185.48438 464.76605L185.48438 463.21918L186.53125 462.59418L186.53125 464.76605L187.59375 464.76605L187.59375 465.57855L186.53125 465.57855L186.53125 469.21918Q186.53125 469.6723 186.57812 469.7973Q186.64062 469.9223 186.76562 470.00043Q186.89062 470.07855 187.125 470.07855Q187.3125 470.07855 187.59375 470.0473ZM188.5625 470.9848L188.5625 469.78168L189.76562 469.78168L189.76562 470.9848Q189.76562 471.64105 189.53125 472.0473Q189.29688 472.46918 188.79688 472.68793L188.5 472.2348Q188.82812 472.09418 188.98438 471.7973Q189.14062 471.51605 189.17188 470.9848L188.5625 470.9848ZM198.54688 468.9848L199.64062 469.1098Q199.39062 470.06293 198.6875 470.59418Q197.98438 471.12543 196.90625 471.12543Q195.54688 471.12543 194.73438 470.28168Q193.9375 469.43793 193.9375 467.9223Q193.9375 466.3598 194.75 465.50043Q195.5625 464.62543 196.84375 464.62543Q198.09375 464.62543 198.875 465.46918Q199.67188 466.31293 199.67188 467.8598Q199.67188 467.95355 199.67188 468.14105L195.03125 468.14105Q195.09375 469.1723 195.60938 469.71918Q196.125 470.25043 196.90625 470.25043Q197.48438 470.25043 197.89062 469.95355Q198.3125 469.64105 198.54688 468.9848ZM195.09375 467.28168L198.5625 467.28168Q198.5 466.4848 198.17188 466.09418Q197.65625 465.4848 196.85938 465.4848Q196.125 465.4848 195.625 465.96918Q195.14062 466.45355 195.09375 467.28168ZM203.59375 470.0473L203.75 470.96918Q203.29688 471.06293 202.95312 471.06293Q202.375 471.06293 202.0625 470.89105Q201.75 470.70355 201.60938 470.40668Q201.48438 470.1098 201.48438 469.15668L201.48438 465.57855L200.71875 465.57855L200.71875 464.76605L201.48438 464.76605L201.48438 463.21918L202.53125 462.59418L202.53125 464.76605L203.59375 464.76605L203.59375 465.57855L202.53125 465.57855L202.53125 469.21918Q202.53125 469.6723 202.57812 469.7973Q202.64062 469.9223 202.76562 470.00043Q202.89062 470.07855 203.125 470.07855Q203.3125 470.07855 203.59375 470.0473ZM208.35938 468.70355L209.39062 468.84418Q209.21875 469.90668 208.51562 470.51605Q207.8125 471.12543 206.79688 471.12543Q205.51562 471.12543 204.73438 470.2973Q203.96875 469.45355 203.96875 467.89105Q203.96875 466.89105 204.29688 466.14105Q204.64062 465.37543 205.3125 465.00043Q206.0 464.62543 206.8125 464.62543Q207.8125 464.62543 208.45312 465.14105Q209.10938 465.64105 209.29688 466.59418L208.26562 466.75043Q208.125 466.12543 207.75 465.81293Q207.375 465.4848 206.84375 465.4848Q206.04688 465.4848 205.54688 466.06293Q205.04688 466.62543 205.04688 467.8598Q205.04688 469.12543 205.53125 469.68793Q206.01562 470.25043 206.78125 470.25043Q207.40625 470.25043 207.8125 469.87543Q208.23438 469.50043 208.35938 468.70355ZM210.59375 470.9848L210.59375 469.78168L211.79688 469.78168L211.79688 470.9848L210.59375 470.9848ZM213.98438 473.51605L213.23438 473.51605Q214.98438 470.70355 214.98438 467.87543Q214.98438 466.78168 214.73438 465.68793Q214.53125 464.81293 214.17188 464.00043Q213.9375 463.4848 213.23438 462.25043L213.98438 462.25043Q215.07812 463.71918 215.60938 465.20355Q216.0625 466.4848 216.0625 467.87543Q216.0625 469.45355 215.45312 470.93793Q214.84375 472.40668 213.98438 473.51605Z" fill-rule="nonzero"/><path fill="#666666" d="M187.07812 488.915Q187.07812 486.77438 188.21875 485.57126Q189.375 484.3525 191.1875 484.3525Q192.39062 484.3525 193.34375 484.93063Q194.29688 485.49313 194.79688 486.50876Q195.29688 487.52438 195.29688 488.82126Q195.29688 490.11813 194.76562 491.14938Q194.23438 492.18063 193.26562 492.71188Q192.3125 493.24313 191.1875 493.24313Q189.96875 493.24313 189.01562 492.665Q188.0625 492.07126 187.5625 491.07126Q187.07812 490.05563 187.07812 488.915ZM188.25 488.93063Q188.25 490.49313 189.07812 491.38376Q189.92188 492.27438 191.1875 492.27438Q192.46875 492.27438 193.29688 491.38376Q194.125 490.4775 194.125 488.80563Q194.125 487.75876 193.76562 486.9775Q193.42188 486.19626 192.73438 485.77438Q192.04688 485.33688 191.20312 485.33688Q190.0 485.33688 189.125 486.165Q188.25 486.99313 188.25 488.93063ZM198.59375 492.165L198.75 493.08688Q198.29688 493.18063 197.95312 493.18063Q197.375 493.18063 197.0625 493.00876Q196.75 492.82126 196.60938 492.52438Q196.48438 492.2275 196.48438 491.27438L196.48438 487.69626L195.71875 487.69626L195.71875 486.88376L196.48438 486.88376L196.48438 485.33688L197.53125 484.71188L197.53125 486.88376L198.59375 486.88376L198.59375 487.69626L197.53125 487.69626L197.53125 491.33688Q197.53125 491.79 197.57812 491.915Q197.64062 492.04 197.76562 492.11813Q197.89062 492.19626 198.125 492.19626Q198.3125 492.19626 198.59375 492.165ZM199.29688 493.1025L199.29688 484.50876L200.34375 484.50876L200.34375 487.58688Q201.07812 486.74313 202.20312 486.74313Q202.90625 486.74313 203.40625 487.02438Q203.92188 487.29 204.14062 487.77438Q204.35938 488.24313 204.35938 489.165L204.35938 493.1025L203.3125 493.1025L203.3125 489.165Q203.3125 488.36813 202.96875 488.00876Q202.625 487.64938 202.0 487.64938Q201.53125 487.64938 201.10938 487.89938Q200.70312 488.13376 200.51562 488.55563Q200.34375 488.96188 200.34375 489.69626L200.34375 493.1025L199.29688 493.1025ZM210.54688 491.1025L211.64062 491.2275Q211.39062 492.18063 210.6875 492.71188Q209.98438 493.24313 208.90625 493.24313Q207.54688 493.24313 206.73438 492.39938Q205.9375 491.55563 205.9375 490.04Q205.9375 488.4775 206.75 487.61813Q207.5625 486.74313 208.84375 486.74313Q210.09375 486.74313 210.875 487.58688Q211.67188 488.43063 211.67188 489.9775Q211.67188 490.07126 211.67188 490.25876L207.03125 490.25876Q207.09375 491.29 207.60938 491.83688Q208.125 492.36813 208.90625 492.36813Q209.48438 492.36813 209.89062 492.07126Q210.3125 491.75876 210.54688 491.1025ZM207.09375 489.39938L210.5625 489.39938Q210.5 488.6025 210.17188 488.21188Q209.65625 487.6025 208.85938 487.6025Q208.125 487.6025 207.625 488.08688Q207.14062 488.57126 207.09375 489.39938ZM213.28125 493.1025L213.28125 486.88376L214.23438 486.88376L214.23438 487.82126Q214.59375 487.165 214.89062 486.96188Q215.20312 486.74313 215.57812 486.74313Q216.10938 486.74313 216.65625 487.07126L216.29688 488.05563Q215.90625 487.82126 215.53125 487.82126Q215.17188 487.82126 214.89062 488.04Q214.625 488.24313 214.51562 488.61813Q214.32812 489.18063 214.32812 489.83688L214.32812 493.1025L213.28125 493.1025Z" fill-rule="nonzero"/><path fill="#666666" d="M214.0 521.5226Q214.0 519.99133 214.3125 519.06946Q214.625 518.13196 215.23438 517.63196Q215.85938 517.13196 216.79688 517.13196Q217.48438 517.13196 218.0 517.4132Q218.53125 517.69446 218.875 518.2257Q219.21875 518.74133 219.40625 519.49133Q219.59375 520.24133 219.59375 521.5226Q219.59375 523.0382 219.28125 523.9601Q218.98438 524.88196 218.35938 525.3976Q217.75 525.8976 216.79688 525.8976Q215.5625 525.8976 214.84375 525.00696Q214.0 523.94446 214.0 521.5226ZM215.07812 521.5226Q215.07812 523.63196 215.57812 524.3351Q216.07812 525.0382 216.79688 525.0382Q217.53125 525.0382 218.01562 524.3351Q218.51562 523.63196 218.51562 521.5226Q218.51562 519.3976 218.01562 518.7101Q217.53125 518.00696 216.78125 518.00696Q216.0625 518.00696 215.625 518.61633Q215.07812 519.3976 215.07812 521.5226ZM221.20312 519.2257Q221.20312 518.30383 221.65625 517.6632Q222.125 517.0226 223.0 517.0226Q223.8125 517.0226 224.34375 517.6007Q224.875 518.17883 224.875 519.2882Q224.875 520.38196 224.32812 520.9757Q223.79688 521.55383 223.01562 521.55383Q222.23438 521.55383 221.71875 520.9757Q221.20312 520.3976 221.20312 519.2257ZM223.03125 517.74133Q222.64062 517.74133 222.375 518.0851Q222.125 518.42883 222.125 519.3351Q222.125 520.1632 222.375 520.50696Q222.64062 520.8351 223.03125 520.8351Q223.4375 520.8351 223.6875 520.49133Q223.95312 520.1476 223.95312 519.25696Q223.95312 518.4132 223.6875 518.0851Q223.42188 517.74133 223.03125 517.74133ZM223.03125 526.06946L227.73438 517.0226L228.59375 517.0226L223.90625 526.06946L223.03125 526.06946ZM226.75 523.74133Q226.75 522.81946 227.20312 522.17883Q227.67188 521.5382 228.5625 521.5382Q229.375 521.5382 229.90625 522.11633Q230.4375 522.67883 230.4375 523.80383Q230.4375 524.8976 229.89062 525.49133Q229.35938 526.06946 228.5625 526.06946Q227.79688 526.06946 227.26562 525.49133Q226.75 524.9132 226.75 523.74133ZM228.59375 522.25696Q228.1875 522.25696 227.92188 522.6007Q227.67188 522.94446 227.67188 523.8507Q227.67188 524.6632 227.9375 525.00696Q228.20312 525.3507 228.59375 525.3507Q228.98438 525.3507 229.25 525.00696Q229.51562 524.6632 229.51562 523.75696Q229.51562 522.92883 229.25 522.6007Q228.98438 522.25696 228.59375 522.25696Z" fill-rule="nonzero"/><path fill="#666666" d="M304.80313 524.74133L304.80313 525.75696L299.11563 525.75696Q299.11563 525.38196 299.24063 525.0226Q299.45938 524.44446 299.92813 523.88196Q300.4125 523.31946 301.31876 522.5851Q302.725 521.42883 303.20938 520.75696Q303.70938 520.0851 303.70938 519.49133Q303.70938 518.86633 303.25626 518.44446Q302.80313 518.00696 302.08438 518.00696Q301.31876 518.00696 300.86563 518.4601Q300.4125 518.9132 300.39688 519.7257L299.31876 519.61633Q299.42813 518.3976 300.14688 517.7726Q300.88126 517.13196 302.11563 517.13196Q303.35 517.13196 304.06876 517.81946Q304.7875 518.50696 304.7875 519.5226Q304.7875 520.0382 304.56876 520.5382Q304.36563 521.0226 303.86563 521.5851Q303.38126 522.13196 302.25626 523.0851Q301.30313 523.88196 301.02188 524.17883Q300.75626 524.4601 300.58438 524.74133L304.80313 524.74133ZM306.25626 521.5226Q306.25626 519.99133 306.56876 519.06946Q306.88126 518.13196 307.49063 517.63196Q308.11563 517.13196 309.05313 517.13196Q309.74063 517.13196 310.25626 517.4132Q310.7875 517.69446 311.13126 518.2257Q311.475 518.74133 311.6625 519.49133Q311.85 520.24133 311.85 521.5226Q311.85 523.0382 311.5375 523.9601Q311.24063 524.88196 310.61563 525.3976Q310.00626 525.8976 309.05313 525.8976Q307.81876 525.8976 307.1 525.00696Q306.25626 523.94446 306.25626 521.5226ZM307.33438 521.5226Q307.33438 523.63196 307.83438 524.3351Q308.33438 525.0382 309.05313 525.0382Q309.7875 525.0382 310.27188 524.3351Q310.77188 523.63196 310.77188 521.5226Q310.77188 519.3976 310.27188 518.7101Q309.7875 518.00696 309.0375 518.00696Q308.31876 518.00696 307.88126 518.61633Q307.33438 519.3976 307.33438 521.5226ZM313.45938 519.2257Q313.45938 518.30383 313.9125 517.6632Q314.38126 517.0226 315.25626 517.0226Q316.06876 517.0226 316.6 517.6007Q317.13126 518.17883 317.13126 519.2882Q317.13126 520.38196 316.58438 520.9757Q316.05313 521.55383 315.27188 521.55383Q314.49063 521.55383 313.975 520.9757Q313.45938 520.3976 313.45938 519.2257ZM315.2875 517.74133Q314.89688 517.74133 314.63126 518.0851Q314.38126 518.42883 314.38126 519.3351Q314.38126 520.1632 314.63126 520.50696Q314.89688 520.8351 315.2875 520.8351Q315.69376 520.8351 315.94376 520.49133Q316.20938 520.1476 316.20938 519.25696Q316.20938 518.4132 315.94376 518.0851Q315.67813 517.74133 315.2875 517.74133ZM315.2875 526.06946L319.99063 517.0226L320.85 517.0226L316.1625 526.06946L315.2875 526.06946ZM319.00626 523.74133Q319.00626 522.81946 319.45938 522.17883Q319.92813 521.5382 320.81876 521.5382Q321.63126 521.5382 322.1625 522.11633Q322.69376 522.67883 322.69376 523.80383Q322.69376 524.8976 322.14688 525.49133Q321.61563 526.06946 320.81876 526.06946Q320.05313 526.06946 319.52188 525.49133Q319.00626 524.9132 319.00626 523.74133ZM320.85 522.25696Q320.44376 522.25696 320.17813 522.6007Q319.92813 522.94446 319.92813 523.8507Q319.92813 524.6632 320.19376 525.00696Q320.45938 525.3507 320.85 525.3507Q321.24063 525.3507 321.50626 525.00696Q321.77188 524.6632 321.77188 523.75696Q321.77188 522.92883 321.50626 522.6007Q321.24063 522.25696 320.85 522.25696Z" fill-rule="nonzero"/><path fill="#666666" d="M391.3875 525.75696L391.3875 523.69446L387.66876 523.69446L387.66876 522.7257L391.59064 517.1632L392.45 517.1632L392.45 522.7257L393.60626 522.7257L393.60626 523.69446L392.45 523.69446L392.45 525.75696L391.3875 525.75696ZM391.3875 522.7257L391.3875 518.86633L388.7 522.7257L391.3875 522.7257ZM395.0125 521.5226Q395.0125 519.99133 395.325 519.06946Q395.6375 518.13196 396.2469 517.63196Q396.8719 517.13196 397.8094 517.13196Q398.4969 517.13196 399.0125 517.4132Q399.54376 517.69446 399.8875 518.2257Q400.23126 518.74133 400.41876 519.49133Q400.60626 520.24133 400.60626 521.5226Q400.60626 523.0382 400.29376 523.9601Q399.9969 524.88196 399.3719 525.3976Q398.7625 525.8976 397.8094 525.8976Q396.575 525.8976 395.85626 525.00696Q395.0125 523.94446 395.0125 521.5226ZM396.09064 521.5226Q396.09064 523.63196 396.59064 524.3351Q397.09064 525.0382 397.8094 525.0382Q398.54376 525.0382 399.02814 524.3351Q399.52814 523.63196 399.52814 521.5226Q399.52814 519.3976 399.02814 518.7101Q398.54376 518.00696 397.79376 518.00696Q397.075 518.00696 396.6375 518.61633Q396.09064 519.3976 396.09064 521.5226ZM402.21564 519.2257Q402.21564 518.30383 402.66876 517.6632Q403.1375 517.0226 404.0125 517.0226Q404.825 517.0226 405.35626 517.6007Q405.8875 518.17883 405.8875 519.2882Q405.8875 520.38196 405.34064 520.9757Q404.8094 521.55383 404.02814 521.55383Q403.2469 521.55383 402.73126 520.9757Q402.21564 520.3976 402.21564 519.2257ZM404.04376 517.74133Q403.65314 517.74133 403.3875 518.0851Q403.1375 518.42883 403.1375 519.3351Q403.1375 520.1632 403.3875 520.50696Q403.65314 520.8351 404.04376 520.8351Q404.45 520.8351 404.7 520.49133Q404.96564 520.1476 404.96564 519.25696Q404.96564 518.4132 404.7 518.0851Q404.4344 517.74133 404.04376 517.74133ZM404.04376 526.06946L408.7469 517.0226L409.60626 517.0226L404.91876 526.06946L404.04376 526.06946ZM407.7625 523.74133Q407.7625 522.81946 408.21564 522.17883Q408.6844 521.5382 409.575 521.5382Q410.3875 521.5382 410.91876 522.11633Q411.45 522.67883 411.45 523.80383Q411.45 524.8976 410.90314 525.49133Q410.3719 526.06946 409.575 526.06946Q408.8094 526.06946 408.27814 525.49133Q407.7625 524.9132 407.7625 523.74133ZM409.60626 522.25696Q409.2 522.25696 408.9344 522.6007Q408.6844 522.94446 408.6844 523.8507Q408.6844 524.6632 408.95 525.00696Q409.21564 525.3507 409.60626 525.3507Q409.9969 525.3507 410.2625 525.00696Q410.52814 524.6632 410.52814 523.75696Q410.52814 522.92883 410.2625 522.6007Q409.9969 522.25696 409.60626 522.25696Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 519.2726L481.1906 519.3507Q481.05 518.7257 480.8 518.44446Q480.3625 517.99133 479.7375 517.99133Q479.2375 517.99133 478.84686 518.2726Q478.3625 518.6476 478.0656 519.3507Q477.78436 520.0382 477.76874 521.31946Q478.14374 520.74133 478.6906 520.4601Q479.2531 520.17883 479.8625 520.17883Q480.90936 520.17883 481.64374 520.9601Q482.39374 521.74133 482.39374 522.9601Q482.39374 523.7726 482.03436 524.4757Q481.6906 525.1632 481.08124 525.5382Q480.47186 525.8976 479.70624 525.8976Q478.3781 525.8976 477.55 524.92883Q476.72186 523.9601 476.72186 521.74133Q476.72186 519.24133 477.64374 518.11633Q478.4406 517.13196 479.8 517.13196Q480.8156 517.13196 481.45624 517.7101Q482.1125 518.2726 482.2375 519.2726ZM477.9406 522.9757Q477.9406 523.5226 478.15936 524.0226Q478.39374 524.50696 478.8 524.7726Q479.22186 525.0382 479.6906 525.0382Q480.34686 525.0382 480.83124 524.50696Q481.3156 523.9601 481.3156 523.0382Q481.3156 522.1476 480.83124 521.63196Q480.3625 521.11633 479.64374 521.11633Q478.925 521.11633 478.425 521.63196Q477.9406 522.1476 477.9406 522.9757ZM483.76874 521.5226Q483.76874 519.99133 484.08124 519.06946Q484.39374 518.13196 485.0031 517.63196Q485.6281 517.13196 486.5656 517.13196Q487.2531 517.13196 487.76874 517.4132Q488.3 517.69446 488.64374 518.2257Q488.9875 518.74133 489.175 519.49133Q489.3625 520.24133 489.3625 521.5226Q489.3625 523.0382 489.05 523.9601Q488.7531 524.88196 488.1281 525.3976Q487.51874 525.8976 486.5656 525.8976Q485.33124 525.8976 484.6125 525.00696Q483.76874 523.94446 483.76874 521.5226ZM484.84686 521.5226Q484.84686 523.63196 485.34686 524.3351Q485.84686 525.0382 486.5656 525.0382Q487.3 525.0382 487.78436 524.3351Q488.28436 523.63196 488.28436 521.5226Q488.28436 519.3976 487.78436 518.7101Q487.3 518.00696 486.55 518.00696Q485.83124 518.00696 485.39374 518.61633Q484.84686 519.3976 484.84686 521.5226ZM490.97186 519.2257Q490.97186 518.30383 491.425 517.6632Q491.89374 517.0226 492.76874 517.0226Q493.58124 517.0226 494.1125 517.6007Q494.64374 518.17883 494.64374 519.2882Q494.64374 520.38196 494.09686 520.9757Q493.5656 521.55383 492.78436 521.55383Q492.0031 521.55383 491.4875 520.9757Q490.97186 520.3976 490.97186 519.2257ZM492.8 517.74133Q492.40936 517.74133 492.14374 518.0851Q491.89374 518.42883 491.89374 519.3351Q491.89374 520.1632 492.14374 520.50696Q492.40936 520.8351 492.8 520.8351Q493.20624 520.8351 493.45624 520.49133Q493.72186 520.1476 493.72186 519.25696Q493.72186 518.4132 493.45624 518.0851Q493.1906 517.74133 492.8 517.74133ZM492.8 526.06946L497.5031 517.0226L498.3625 517.0226L493.675 526.06946L492.8 526.06946ZM496.51874 523.74133Q496.51874 522.81946 496.97186 522.17883Q497.4406 521.5382 498.33124 521.5382Q499.14374 521.5382 499.675 522.11633Q500.20624 522.67883 500.20624 523.80383Q500.20624 524.8976 499.65936 525.49133Q499.1281 526.06946 498.33124 526.06946Q497.5656 526.06946 497.03436 525.49133Q496.51874 524.9132 496.51874 523.74133ZM498.3625 522.25696Q497.95624 522.25696 497.6906 522.6007Q497.4406 522.94446 497.4406 523.8507Q497.4406 524.6632 497.70624 525.00696Q497.97186 525.3507 498.3625 525.3507Q498.7531 525.3507 499.01874 525.00696Q499.28436 524.6632 499.28436 523.75696Q499.28436 522.92883 499.01874 522.6007Q498.7531 522.25696 498.3625 522.25696Z" fill-rule="nonzero"/><path fill="#666666" d="M567.15 521.1007Q566.4938 520.8507 566.16565 520.4132Q565.85315 519.9601 565.85315 519.3507Q565.85315 518.4132 566.525 517.7726Q567.2125 517.13196 568.3219 517.13196Q569.4469 517.13196 570.1344 517.7882Q570.8219 518.44446 570.8219 519.38196Q570.8219 519.9757 570.5094 520.4132Q570.1969 520.8507 569.5563 521.1007Q570.35315 521.3507 570.7594 521.92883Q571.16565 522.50696 571.16565 523.30383Q571.16565 524.3976 570.3844 525.1476Q569.6188 525.8976 568.3375 525.8976Q567.0719 525.8976 566.29065 525.1476Q565.5094 524.3976 565.5094 523.2726Q565.5094 522.42883 565.9313 521.86633Q566.3688 521.30383 567.15 521.1007ZM566.9313 519.30383Q566.9313 519.9132 567.3219 520.30383Q567.72815 520.69446 568.35315 520.69446Q568.9625 520.69446 569.35315 520.31946Q569.7438 519.92883 569.7438 519.36633Q569.7438 518.7882 569.3375 518.3976Q568.9313 517.99133 568.3375 517.99133Q567.72815 517.99133 567.3219 518.38196Q566.9313 518.7726 566.9313 519.30383ZM566.60315 523.2726Q566.60315 523.7257 566.8063 524.1476Q567.025 524.56946 567.4469 524.80383Q567.8688 525.0382 568.35315 525.0382Q569.10315 525.0382 569.5875 524.55383Q570.0875 524.06946 570.0875 523.31946Q570.0875 522.55383 569.5875 522.05383Q569.0875 521.55383 568.3219 521.55383Q567.5719 521.55383 567.0875 522.05383Q566.60315 522.5382 566.60315 523.2726ZM572.525 521.5226Q572.525 519.99133 572.8375 519.06946Q573.15 518.13196 573.7594 517.63196Q574.3844 517.13196 575.3219 517.13196Q576.0094 517.13196 576.525 517.4132Q577.0563 517.69446 577.4 518.2257Q577.7438 518.74133 577.9313 519.49133Q578.1188 520.24133 578.1188 521.5226Q578.1188 523.0382 577.8063 523.9601Q577.5094 524.88196 576.8844 525.3976Q576.275 525.8976 575.3219 525.8976Q574.0875 525.8976 573.3688 525.00696Q572.525 523.94446 572.525 521.5226ZM573.60315 521.5226Q573.60315 523.63196 574.10315 524.3351Q574.60315 525.0382 575.3219 525.0382Q576.0563 525.0382 576.54065 524.3351Q577.04065 523.63196 577.04065 521.5226Q577.04065 519.3976 576.54065 518.7101Q576.0563 518.00696 575.3063 518.00696Q574.5875 518.00696 574.15 518.61633Q573.60315 519.3976 573.60315 521.5226ZM579.72815 519.2257Q579.72815 518.30383 580.1813 517.6632Q580.65 517.0226 581.525 517.0226Q582.3375 517.0226 582.8688 517.6007Q583.4 518.17883 583.4 519.2882Q583.4 520.38196 582.85315 520.9757Q582.3219 521.55383 581.54065 521.55383Q580.7594 521.55383 580.2438 520.9757Q579.72815 520.3976 579.72815 519.2257ZM581.5563 517.74133Q581.16565 517.74133 580.9 518.0851Q580.65 518.42883 580.65 519.3351Q580.65 520.1632 580.9 520.50696Q581.16565 520.8351 581.5563 520.8351Q581.9625 520.8351 582.2125 520.49133Q582.47815 520.1476 582.47815 519.25696Q582.47815 518.4132 582.2125 518.0851Q581.9469 517.74133 581.5563 517.74133ZM581.5563 526.06946L586.2594 517.0226L587.1188 517.0226L582.4313 526.06946L581.5563 526.06946ZM585.275 523.74133Q585.275 522.81946 585.72815 522.17883Q586.1969 521.5382 587.0875 521.5382Q587.9 521.5382 588.4313 522.11633Q588.9625 522.67883 588.9625 523.80383Q588.9625 524.8976 588.41565 525.49133Q587.8844 526.06946 587.0875 526.06946Q586.3219 526.06946 585.79065 525.49133Q585.275 524.9132 585.275 523.74133ZM587.1188 522.25696Q586.7125 522.25696 586.4469 522.6007Q586.1969 522.94446 586.1969 523.8507Q586.1969 524.6632 586.4625 525.00696Q586.72815 525.3507 587.1188 525.3507Q587.5094 525.3507 587.775 525.00696Q588.04065 524.6632 588.04065 523.75696Q588.04065 522.92883 587.775 522.6007Q587.5094 522.25696 587.1188 522.25696Z" fill-rule="nonzero"/><path fill="#666666" d="M30.4625 35.081417L30.4625 25.065792L31.775 25.065792L31.775 35.081417L30.4625 35.081417ZM38.071877 35.081417L38.071877 25.065792L39.30625 25.065792L39.30625 28.659542Q40.165627 27.659542 41.478127 27.659542Q42.290627 27.659542 42.884377 27.987667Q43.478127 28.300167 43.728127 28.862667Q43.99375 29.409542 43.99375 30.487667L43.99375 35.081417L42.759377 35.081417L42.759377 30.487667Q42.759377 29.550167 42.353127 29.143917Q41.9625 28.722042 41.228127 28.722042Q40.68125 28.722042 40.196877 29.003292Q39.7125 29.284542 39.509377 29.768917Q39.30625 30.253292 39.30625 31.112667L39.30625 35.081417L38.071877 35.081417ZM50.80625 34.190792Q50.134377 34.768917 49.49375 35.018917Q48.86875 35.253292 48.134377 35.253292Q46.946877 35.253292 46.290627 34.675167Q45.65 34.081417 45.65 33.159542Q45.65 32.628292 45.884377 32.190792Q46.134377 31.753292 46.525 31.487667Q46.93125 31.222042 47.415627 31.081417Q47.775 30.987667 48.509377 30.893917Q50.009377 30.722042 50.7125 30.472042Q50.7125 30.222042 50.7125 30.159542Q50.7125 29.393917 50.36875 29.097042Q49.9 28.675167 48.9625 28.675167Q48.103127 28.675167 47.68125 28.987667Q47.275 29.284542 47.071877 30.050167L45.86875 29.893917Q46.025 29.112667 46.4 28.643917Q46.790627 28.175167 47.49375 27.925167Q48.2125 27.659542 49.15 27.659542Q50.071877 27.659542 50.65 27.878292Q51.228127 28.097042 51.49375 28.425167Q51.775 28.753292 51.884377 29.268917Q51.946877 29.581417 51.946877 30.393917L51.946877 32.034542Q51.946877 33.753292 52.025 34.206417Q52.103127 34.659542 52.3375 35.081417L51.05625 35.081417Q50.86875 34.690792 50.80625 34.190792ZM50.7125 31.440792Q50.040627 31.706417 48.696877 31.909542Q47.946877 32.018917 47.61875 32.159542Q47.30625 32.284542 47.134377 32.550167Q46.9625 32.815792 46.9625 33.128292Q46.9625 33.628292 47.3375 33.956417Q47.7125 34.284542 48.43125 34.284542Q49.15 34.284542 49.696877 33.972042Q50.24375 33.659542 50.509377 33.112667Q50.7125 32.706417 50.7125 31.893917L50.7125 31.440792ZM56.0875 35.081417L53.321877 27.815792L54.634377 27.815792L56.18125 32.175167Q56.43125 32.878292 56.65 33.628292Q56.821877 33.050167 57.103127 32.253292L58.728127 27.815792L59.99375 27.815792L57.24375 35.081417L56.0875 35.081417ZM66.04063 32.737667L67.32188 32.893917Q67.00938 34.018917 66.19688 34.643917Q65.38438 35.253292 64.11875 35.253292Q62.525 35.253292 61.5875 34.268917Q60.665627 33.284542 60.665627 31.518917Q60.665627 29.675167 61.603127 28.675167Q62.55625 27.659542 64.05625 27.659542Q65.50938 27.659542 66.43125 28.659542Q67.35313 29.643917 67.35313 31.440792Q67.35313 31.550167 67.35313 31.768917L61.93125 31.768917Q62.009377 32.956417 62.603127 33.597042Q63.2125 34.237667 64.13438 34.237667Q64.80625 34.237667 65.275 33.878292Q65.75938 33.518917 66.04063 32.737667ZM62.009377 30.753292L66.05625 30.753292Q65.97813 29.831417 65.5875 29.378292Q65.00938 28.675167 64.07188 28.675167Q63.2125 28.675167 62.634377 29.237667Q62.071877 29.800167 62.009377 30.753292ZM72.61875 31.456417Q72.61875 29.440792 73.74375 28.456417Q74.66563 27.659542 76.025 27.659542Q77.50938 27.659542 78.4625 28.643917Q79.41563 29.612667 79.41563 31.347042Q79.41563 32.753292 78.99375 33.565792Q78.57188 34.362667 77.75938 34.815792Q76.9625 35.253292 76.025 35.253292Q74.49375 35.253292 73.55625 34.268917Q72.61875 33.284542 72.61875 31.456417ZM73.88438 31.456417Q73.88438 32.847042 74.49375 33.550167Q75.10313 34.237667 76.025 34.237667Q76.93125 34.237667 77.54063 33.534542Q78.15 32.831417 78.15 31.409542Q78.15 30.065792 77.54063 29.378292Q76.93125 28.675167 76.025 28.675167Q75.10313 28.675167 74.49375 29.362667Q73.88438 30.050167 73.88438 31.456417ZM81.05625 35.081417L81.05625 27.815792L82.16563 27.815792L82.16563 28.925167Q82.5875 28.143917 82.94688 27.909542Q83.30625 27.659542 83.74375 27.659542Q84.36875 27.659542 85.00938 28.050167L84.5875 29.190792Q84.13438 28.925167 83.68125 28.925167Q83.275 28.925167 82.94688 29.175167Q82.63438 29.409542 82.49375 29.847042Q82.29063 30.503292 82.29063 31.284542L82.29063 35.081417L81.05625 35.081417ZM94.80625 34.190792Q94.13438 34.768917 93.49375 35.018917Q92.86875 35.253292 92.13438 35.253292Q90.94688 35.253292 90.29063 34.675167Q89.65 34.081417 89.65 33.159542Q89.65 32.628292 89.88438 32.190792Q90.13438 31.753292 90.525 31.487667Q90.93125 31.222042 91.41563 31.081417Q91.775 30.987667 92.50938 30.893917Q94.00938 30.722042 94.7125 30.472042Q94.7125 30.222042 94.7125 30.159542Q94.7125 29.393917 94.36875 29.097042Q93.9 28.675167 92.9625 28.675167Q92.10313 28.675167 91.68125 28.987667Q91.275 29.284542 91.07188 30.050167L89.86875 29.893917Q90.025 29.112667 90.4 28.643917Q90.79063 28.175167 91.49375 27.925167Q92.2125 27.659542 93.15 27.659542Q94.07188 27.659542 94.65 27.878292Q95.22813 28.097042 95.49375 28.425167Q95.775 28.753292 95.88438 29.268917Q95.94688 29.581417 95.94688 30.393917L95.94688 32.034542Q95.94688 33.753292 96.025 34.206417Q96.10313 34.659542 96.3375 35.081417L95.05625 35.081417Q94.86875 34.690792 94.80625 34.190792ZM94.7125 31.440792Q94.04063 31.706417 92.69688 31.909542Q91.94688 32.018917 91.61875 32.159542Q91.30625 32.284542 91.13438 32.550167Q90.9625 32.815792 90.9625 33.128292Q90.9625 33.628292 91.3375 33.956417Q91.7125 34.284542 92.43125 34.284542Q93.15 34.284542 93.69688 33.972042Q94.24375 33.659542 94.50938 33.112667Q94.7125 32.706417 94.7125 31.893917L94.7125 31.440792ZM98.07188 35.081417L98.07188 27.815792L99.18125 27.815792L99.18125 28.847042Q99.50938 28.300167 100.07188 27.987667Q100.65 27.659542 101.36875 27.659542Q102.18125 27.659542 102.69688 28.003292Q103.2125 28.331417 103.43125 28.925167Q104.29063 27.659542 105.66563 27.659542Q106.74375 27.659542 107.32188 28.253292Q107.91563 28.847042 107.91563 30.097042L107.91563 35.081417L106.68125 35.081417L106.68125 30.503292Q106.68125 29.768917 106.55625 29.440792Q106.44688 29.112667 106.13438 28.925167Q105.82188 28.722042 105.4 28.722042Q104.63438 28.722042 104.11875 29.237667Q103.61875 29.737667 103.61875 30.862667L103.61875 35.081417L102.38438 35.081417L102.38438 30.362667Q102.38438 29.550167 102.0875 29.143917Q101.79063 28.722042 101.10313 28.722042Q100.5875 28.722042 100.13438 29.003292Q99.69688 29.268917 99.49375 29.800167Q99.30625 30.315792 99.30625 31.315792L99.30625 35.081417L98.07188 35.081417ZM114.0875 26.472042L114.0875 25.065792L115.30625 25.065792L115.30625 26.472042L114.0875 26.472042ZM114.0875 35.081417L114.0875 27.815792L115.30625 27.815792L115.30625 35.081417L114.0875 35.081417ZM117.07188 35.081417L117.07188 27.815792L118.18125 27.815792L118.18125 28.847042Q118.97813 27.659542 120.49375 27.659542Q121.15 27.659542 121.69688 27.893917Q122.24375 28.128292 122.50938 28.518917Q122.79063 28.893917 122.9 29.425167Q122.97813 29.768917 122.97813 30.612667L122.97813 35.081417L121.74375 35.081417L121.74375 30.659542Q121.74375 29.909542 121.60313 29.550167Q121.4625 29.175167 121.0875 28.956417Q120.72813 28.722042 120.22813 28.722042Q119.44688 28.722042 118.86875 29.222042Q118.30625 29.722042 118.30625 31.112667L118.30625 35.081417L117.07188 35.081417ZM127.75938 33.987667L127.93125 35.065792Q127.41563 35.175167 127.00938 35.175167Q126.3375 35.175167 125.9625 34.972042Q125.60313 34.753292 125.44688 34.409542Q125.30625 34.065792 125.30625 32.956417L125.30625 28.784542L124.4 28.784542L124.4 27.815792L125.30625 27.815792L125.30625 26.018917L126.525 25.284542L126.525 27.815792L127.75938 27.815792L127.75938 28.784542L126.525 28.784542L126.525 33.018917Q126.525 33.550167 126.5875 33.706417Q126.65 33.847042 126.79063 33.940792Q126.94688 34.034542 127.2125 34.034542Q127.43125 34.034542 127.75938 33.987667ZM134.04062 32.737667L135.32187 32.893917Q135.00937 34.018917 134.19687 34.643917Q133.38437 35.253292 132.11874 35.253292Q130.525 35.253292 129.5875 34.268917Q128.66562 33.284542 128.66562 31.518917Q128.66562 29.675167 129.60312 28.675167Q130.55624 27.659542 132.05624 27.659542Q133.50937 27.659542 134.43124 28.659542Q135.35312 29.643917 135.35312 31.440792Q135.35312 31.550167 135.35312 31.768917L129.93124 31.768917Q130.00937 32.956417 130.60312 33.597042Q131.2125 34.237667 132.13437 34.237667Q132.80624 34.237667 133.275 33.878292Q133.75937 33.518917 134.04062 32.737667ZM130.00937 30.753292L134.05624 30.753292Q133.97812 29.831417 133.5875 29.378292Q133.00937 28.675167 132.07187 28.675167Q131.2125 28.675167 130.63437 29.237667Q130.07187 29.800167 130.00937 30.753292ZM137.05624 35.081417L137.05624 27.815792L138.16562 27.815792L138.16562 28.925167Q138.5875 28.143917 138.94687 27.909542Q139.30624 27.659542 139.74374 27.659542Q140.36874 27.659542 141.00937 28.050167L140.5875 29.190792Q140.13437 28.925167 139.68124 28.925167Q139.275 28.925167 138.94687 29.175167Q138.63437 29.409542 138.49374 29.847042Q138.29062 30.503292 138.29062 31.284542L138.29062 35.081417L137.05624 35.081417ZM147.04062 32.737667L148.32187 32.893917Q148.00937 34.018917 147.19687 34.643917Q146.38437 35.253292 145.11874 35.253292Q143.525 35.253292 142.5875 34.268917Q141.66562 33.284542 141.66562 31.518917Q141.66562 29.675167 142.60312 28.675167Q143.55624 27.659542 145.05624 27.659542Q146.50937 27.659542 147.43124 28.659542Q148.35312 29.643917 148.35312 31.440792Q148.35312 31.550167 148.35312 31.768917L142.93124 31.768917Q143.00937 32.956417 143.60312 33.597042Q144.2125 34.237667 145.13437 34.237667Q145.80624 34.237667 146.275 33.878292Q146.75937 33.518917 147.04062 32.737667ZM143.00937 30.753292L147.05624 30.753292Q146.97812 29.831417 146.5875 29.378292Q146.00937 28.675167 145.07187 28.675167Q144.2125 28.675167 143.63437 29.237667Q143.07187 29.800167 143.00937 30.753292ZM149.5875 32.909542L150.79062 32.722042Q150.9 33.456417 151.36874 33.847042Q151.8375 34.237667 152.68124 34.237667Q153.525 34.237667 153.93124 33.893917Q154.35312 33.550167 154.35312 33.081417Q154.35312 32.659542 153.97812 32.425167Q153.72812 32.253292 152.72812 32.003292Q151.36874 31.659542 150.8375 31.409542Q150.32187 31.159542 150.05624 30.722042Q149.79062 30.284542 149.79062 29.753292Q149.79062 29.268917 150.00937 28.862667Q150.22812 28.440792 150.61874 28.159542Q150.9 27.956417 151.38437 27.815792Q151.88437 27.659542 152.4625 27.659542Q153.30624 27.659542 153.94687 27.909542Q154.60312 28.143917 154.91562 28.565792Q155.22812 28.987667 155.3375 29.690792L154.13437 29.862667Q154.05624 29.300167 153.65 28.987667Q153.25937 28.675167 152.54062 28.675167Q151.69687 28.675167 151.3375 28.956417Q150.97812 29.222042 150.97812 29.612667Q150.97812 29.847042 151.11874 30.034542Q151.275 30.237667 151.60312 30.362667Q151.775 30.425167 152.68124 30.675167Q153.99374 31.034542 154.50937 31.253292Q155.025 31.472042 155.30624 31.893917Q155.60312 32.315792 155.60312 32.940792Q155.60312 33.565792 155.24374 34.112667Q154.9 34.643917 154.2125 34.956417Q153.54062 35.253292 152.68124 35.253292Q151.275 35.253292 150.525 34.659542Q149.79062 34.065792 149.5875 32.909542ZM159.75937 33.987667L159.93124 35.065792Q159.41562 35.175167 159.00937 35.175167Q158.3375 35.175167 157.9625 34.972042Q157.60312 34.753292 157.44687 34.409542Q157.30624 34.065792 157.30624 32.956417L157.30624 28.784542L156.4 28.784542L156.4 27.815792L157.30624 27.815792L157.30624 26.018917L158.525 25.284542L158.525 27.815792L159.75937 27.815792L159.75937 28.784542L158.525 28.784542L158.525 33.018917Q158.525 33.550167 158.5875 33.706417Q158.65 33.847042 158.79062 33.940792Q158.94687 34.034542 159.2125 34.034542Q159.43124 34.034542 159.75937 33.987667ZM166.04062 32.737667L167.32187 32.893917Q167.00937 34.018917 166.19687 34.643917Q165.38437 35.253292 164.11874 35.253292Q162.525 35.253292 161.5875 34.268917Q160.66562 33.284542 160.66562 31.518917Q160.66562 29.675167 161.60312 28.675167Q162.55624 27.659542 164.05624 27.659542Q165.50937 27.659542 166.43124 28.659542Q167.35312 29.643917 167.35312 31.440792Q167.35312 31.550167 167.35312 31.768917L161.93124 31.768917Q162.00937 32.956417 162.60312 33.597042Q163.2125 34.237667 164.13437 34.237667Q164.80624 34.237667 165.275 33.878292Q165.75937 33.518917 166.04062 32.737667ZM162.00937 30.753292L166.05624 30.753292Q165.97812 29.831417 165.5875 29.378292Q165.00937 28.675167 164.07187 28.675167Q163.2125 28.675167 162.63437 29.237667Q162.07187 29.800167 162.00937 30.753292ZM173.79062 35.081417L173.79062 34.159542Q173.0875 35.253292 171.75937 35.253292Q170.88437 35.253292 170.15 34.768917Q169.43124 34.284542 169.025 33.425167Q168.63437 32.565792 168.63437 31.456417Q168.63437 30.378292 168.99374 29.487667Q169.35312 28.597042 170.07187 28.128292Q170.80624 27.659542 171.69687 27.659542Q172.35312 27.659542 172.86874 27.940792Q173.38437 28.206417 173.69687 28.659542L173.69687 25.065792L174.93124 25.065792L174.93124 35.081417L173.79062 35.081417ZM169.9 31.456417Q169.9 32.847042 170.47812 33.550167Q171.07187 34.237667 171.86874 34.237667Q172.68124 34.237667 173.24374 33.581417Q173.80624 32.909542 173.80624 31.565792Q173.80624 30.065792 173.22812 29.378292Q172.65 28.675167 171.82187 28.675167Q170.99374 28.675167 170.44687 29.347042Q169.9 30.018917 169.9 31.456417ZM181.0875 26.472042L181.0875 25.065792L182.30624 25.065792L182.30624 26.472042L181.0875 26.472042ZM181.0875 35.081417L181.0875 27.815792L182.30624 27.815792L182.30624 35.081417L181.0875 35.081417ZM184.07187 35.081417L184.07187 27.815792L185.18124 27.815792L185.18124 28.847042Q185.97812 27.659542 187.49374 27.659542Q188.15 27.659542 188.69687 27.893917Q189.24374 28.128292 189.50937 28.518917Q189.79062 28.893917 189.9 29.425167Q189.97812 29.768917 189.97812 30.612667L189.97812 35.081417L188.74374 35.081417L188.74374 30.659542Q188.74374 29.909542 188.60312 29.550167Q188.4625 29.175167 188.0875 28.956417Q187.72812 28.722042 187.22812 28.722042Q186.44687 28.722042 185.86874 29.222042Q185.30624 29.722042 185.30624 31.112667L185.30624 35.081417L184.07187 35.081417ZM200.80624 32.425167L202.025 32.581417Q201.82187 33.831417 200.99374 34.550167Q200.18124 35.253292 198.99374 35.253292Q197.50937 35.253292 196.60312 34.284542Q195.69687 33.300167 195.69687 31.472042Q195.69687 30.300167 196.0875 29.425167Q196.47812 28.534542 197.275 28.097042Q198.07187 27.659542 199.00937 27.659542Q200.18124 27.659542 200.93124 28.253292Q201.69687 28.847042 201.9 29.956417L200.7125 30.143917Q200.54062 29.409542 200.10312 29.050167Q199.66562 28.675167 199.05624 28.675167Q198.11874 28.675167 197.54062 29.347042Q196.9625 30.003292 196.9625 31.440792Q196.9625 32.909542 197.525 33.581417Q198.0875 34.237667 198.97812 34.237667Q199.7125 34.237667 200.19687 33.800167Q200.68124 33.347042 200.80624 32.425167ZM202.61874 31.456417Q202.61874 29.440792 203.74374 28.456417Q204.66562 27.659542 206.025 27.659542Q207.50937 27.659542 208.4625 28.643917Q209.41562 29.612667 209.41562 31.347042Q209.41562 32.753292 208.99374 33.565792Q208.57187 34.362667 207.75937 34.815792Q206.9625 35.253292 206.025 35.253292Q204.49374 35.253292 203.55624 34.268917Q202.61874 33.284542 202.61874 31.456417ZM203.88437 31.456417Q203.88437 32.847042 204.49374 33.550167Q205.10312 34.237667 206.025 34.237667Q206.93124 34.237667 207.54062 33.534542Q208.15 32.831417 208.15 31.409542Q208.15 30.065792 207.54062 29.378292Q206.93124 28.675167 206.025 28.675167Q205.10312 28.675167 204.49374 29.362667Q203.88437 30.050167 203.88437 31.456417ZM211.07187 35.081417L211.07187 27.815792L212.18124 27.815792L212.18124 28.847042Q212.97812 27.659542 214.49374 27.659542Q215.15 27.659542 215.69687 27.893917Q216.24374 28.128292 216.50937 28.518917Q216.79062 28.893917 216.9 29.425167Q216.97812 29.768917 216.97812 30.612667L216.97812 35.081417L215.74374 35.081417L215.74374 30.659542Q215.74374 29.909542 215.60312 29.550167Q215.4625 29.175167 215.0875 28.956417Q214.72812 28.722042 214.22812 28.722042Q213.44687 28.722042 212.86874 29.222042Q212.30624 29.722042 212.30624 31.112667L212.30624 35.081417L211.07187 35.081417ZM221.75937 33.987667L221.93124 35.065792Q221.41562 35.175167 221.00937 35.175167Q220.3375 35.175167 219.9625 34.972042Q219.60312 34.753292 219.44687 34.409542Q219.30624 34.065792 219.30624 32.956417L219.30624 28.784542L218.4 28.784542L218.4 27.815792L219.30624 27.815792L219.30624 26.018917L220.525 25.284542L220.525 27.815792L221.75937 27.815792L221.75937 28.784542L220.525 28.784542L220.525 33.018917Q220.525 33.550167 220.5875 33.706417Q220.65 33.847042 220.79062 33.940792Q220.94687 34.034542 221.2125 34.034542Q221.43124 34.034542 221.75937 33.987667ZM223.05624 35.081417L223.05624 27.815792L224.16562 27.815792L224.16562 28.925167Q224.5875 28.143917 224.94687 27.909542Q225.30624 27.659542 225.74374 27.659542Q226.36874 27.659542 227.00937 28.050167L226.5875 29.190792Q226.13437 28.925167 225.68124 28.925167Q225.275 28.925167 224.94687 29.175167Q224.63437 29.409542 224.49374 29.847042Q224.29062 30.503292 224.29062 31.284542L224.29062 35.081417L223.05624 35.081417ZM228.0875 26.472042L228.0875 25.065792L229.30624 25.065792L229.30624 26.472042L228.0875 26.472042ZM228.0875 35.081417L228.0875 27.815792L229.30624 27.815792L229.30624 35.081417L228.0875 35.081417ZM232.2125 35.081417L231.07187 35.081417L231.07187 25.065792L232.29062 25.065792L232.29062 28.628292Q233.07187 27.659542 234.29062 27.659542Q234.9625 27.659542 235.55624 27.925167Q236.15 28.190792 236.54062 28.690792Q236.93124 29.175167 237.15 29.862667Q237.36874 30.550167 237.36874 31.347042Q237.36874 33.206417 236.43124 34.237667Q235.50937 35.253292 234.22812 35.253292Q232.94687 35.253292 232.2125 34.175167L232.2125 35.081417ZM232.19687 31.393917Q232.19687 32.706417 232.55624 33.284542Q233.13437 34.237667 234.11874 34.237667Q234.93124 34.237667 235.50937 33.534542Q236.10312 32.831417 236.10312 31.440792Q236.10312 30.018917 235.54062 29.347042Q234.97812 28.675167 234.18124 28.675167Q233.36874 28.675167 232.775 29.378292Q232.19687 30.065792 232.19687 31.393917ZM243.8375 35.081417L243.8375 34.018917Q242.97812 35.253292 241.525 35.253292Q240.88437 35.253292 240.32187 35.003292Q239.775 34.753292 239.49374 34.378292Q239.22812 34.003292 239.11874 33.472042Q239.04062 33.112667 239.04062 32.315792L239.04062 27.815792L240.275 27.815792L240.275 31.847042Q240.275 32.815792 240.35312 33.143917Q240.4625 33.628292 240.8375 33.909542Q241.2125 34.190792 241.775 34.190792Q242.32187 34.190792 242.80624 33.909542Q243.29062 33.612667 243.49374 33.128292Q243.69687 32.643917 243.69687 31.706417L243.69687 27.815792L244.93124 27.815792L244.93124 35.081417L243.8375 35.081417ZM249.75937 33.987667L249.93124 35.065792Q249.41562 35.175167 249.00937 35.175167Q248.3375 35.175167 247.9625 34.972042Q247.60312 34.753292 247.44687 34.409542Q247.30624 34.065792 247.30624 32.956417L247.30624 28.784542L246.4 28.784542L246.4 27.815792L247.30624 27.815792L247.30624 26.018917L248.525 25.284542L248.525 27.815792L249.75937 27.815792L249.75937 28.784542L248.525 28.784542L248.525 33.018917Q248.525 33.550167 248.5875 33.706417Q248.65 33.847042 248.79062 33.940792Q248.94687 34.034542 249.2125 34.034542Q249.43124 34.034542 249.75937 33.987667ZM251.0875 26.472042L251.0875 25.065792L252.30624 25.065792L252.30624 26.472042L251.0875 26.472042ZM251.0875 35.081417L251.0875 27.815792L252.30624 27.815792L252.30624 35.081417L251.0875 35.081417ZM254.07187 35.081417L254.07187 27.815792L255.18124 27.815792L255.18124 28.847042Q255.97812 27.659542 257.49374 27.659542Q258.15 27.659542 258.69687 27.893917Q259.24374 28.128292 259.50937 28.518917Q259.79062 28.893917 259.9 29.425167Q259.97812 29.768917 259.97812 30.612667L259.97812 35.081417L258.74374 35.081417L258.74374 30.659542Q258.74374 29.909542 258.60312 29.550167Q258.4625 29.175167 258.0875 28.956417Q257.72812 28.722042 257.22812 28.722042Q256.44687 28.722042 255.86874 29.222042Q255.30624 29.722042 255.30624 31.112667L255.30624 35.081417L254.07187 35.081417ZM261.85312 35.690792L263.04062 35.862667Q263.11874 36.409542 263.4625 36.675167Q263.91562 37.003292 264.7125 37.003292Q265.57187 37.003292 266.025 36.659542Q266.49374 36.331417 266.66562 35.706417Q266.75937 35.331417 266.74374 34.128292Q265.94687 35.081417 264.74374 35.081417Q263.24374 35.081417 262.41562 34.003292Q261.60312 32.925167 261.60312 31.409542Q261.60312 30.378292 261.97812 29.503292Q262.35312 28.612667 263.05624 28.143917Q263.775 27.659542 264.74374 27.659542Q266.025 27.659542 266.86874 28.690792L266.86874 27.815792L267.99374 27.815792L267.99374 34.097042Q267.99374 35.800167 267.65 36.503292Q267.30624 37.206417 266.55624 37.612667Q265.80624 38.034542 264.7125 38.034542Q263.41562 38.034542 262.61874 37.440792Q261.82187 36.862667 261.85312 35.690792ZM262.86874 31.315792Q262.86874 32.753292 263.43124 33.409542Q263.99374 34.065792 264.85312 34.065792Q265.69687 34.065792 266.275 33.409542Q266.85312 32.753292 266.85312 31.362667Q266.85312 30.034542 266.25937 29.362667Q265.66562 28.675167 264.8375 28.675167Q264.00937 28.675167 263.43124 29.347042Q262.86874 30.003292 262.86874 31.315792ZM274.0875 26.472042L274.0875 25.065792L275.30624 25.065792L275.30624 26.472042L274.0875 26.472042ZM274.0875 35.081417L274.0875 27.815792L275.30624 27.815792L275.30624 35.081417L274.0875 35.081417ZM277.07187 35.081417L277.07187 27.815792L278.18124 27.815792L278.18124 28.847042Q278.97812 27.659542 280.49374 27.659542Q281.15 27.659542 281.69687 27.893917Q282.24374 28.128292 282.50937 28.518917Q282.79062 28.893917 282.9 29.425167Q282.97812 29.768917 282.97812 30.612667L282.97812 35.081417L281.74374 35.081417L281.74374 30.659542Q281.74374 29.909542 281.60312 29.550167Q281.4625 29.175167 281.0875 28.956417Q280.72812 28.722042 280.22812 28.722042Q279.44687 28.722042 278.86874 29.222042Q278.30624 29.722042 278.30624 31.112667L278.30624 35.081417L277.07187 35.081417ZM291.75937 33.987667L291.93124 35.065792Q291.41562 35.175167 291.00937 35.175167Q290.3375 35.175167 289.9625 34.972042Q289.60312 34.753292 289.44687 34.409542Q289.30624 34.065792 289.30624 32.956417L289.30624 28.784542L288.4 28.784542L288.4 27.815792L289.30624 27.815792L289.30624 26.018917L290.525 25.284542L290.525 27.815792L291.75937 27.815792L291.75937 28.784542L290.525 28.784542L290.525 33.018917Q290.525 33.550167 290.5875 33.706417Q290.65 33.847042 290.79062 33.940792Q290.94687 34.034542 291.2125 34.034542Q291.43124 34.034542 291.75937 33.987667ZM293.07187 35.081417L293.07187 25.065792L294.30624 25.065792L294.30624 28.659542Q295.16562 27.659542 296.47812 27.659542Q297.29062 27.659542 297.88437 27.987667Q298.47812 28.300167 298.72812 28.862667Q298.99374 29.409542 298.99374 30.487667L298.99374 35.081417L297.75937 35.081417L297.75937 30.487667Q297.75937 29.550167 297.35312 29.143917Q296.9625 28.722042 296.22812 28.722042Q295.68124 28.722042 295.19687 29.003292Q294.7125 29.284542 294.50937 29.768917Q294.30624 30.253292 294.30624 31.112667L294.30624 35.081417L293.07187 35.081417ZM306.04062 32.737667L307.32187 32.893917Q307.00937 34.018917 306.19687 34.643917Q305.38437 35.253292 304.11874 35.253292Q302.525 35.253292 301.5875 34.268917Q300.66562 33.284542 300.66562 31.518917Q300.66562 29.675167 301.60312 28.675167Q302.55624 27.659542 304.05624 27.659542Q305.50937 27.659542 306.43124 28.659542Q307.35312 29.643917 307.35312 31.440792Q307.35312 31.550167 307.35312 31.768917L301.93124 31.768917Q302.00937 32.956417 302.60312 33.597042Q303.2125 34.237667 304.13437 34.237667Q304.80624 34.237667 305.275 33.878292Q305.75937 33.518917 306.04062 32.737667ZM302.00937 30.753292L306.05624 30.753292Q305.97812 29.831417 305.5875 29.378292Q305.00937 28.675167 304.07187 28.675167Q303.2125 28.675167 302.63437 29.237667Q302.07187 29.800167 302.00937 30.753292ZM313.36874 35.081417L313.36874 28.784542L312.275 28.784542L312.275 27.815792L313.36874 27.815792L313.36874 27.050167Q313.36874 26.315792 313.49374 25.956417Q313.68124 25.487667 314.11874 25.190792Q314.57187 24.893917 315.38437 24.893917Q315.9 24.893917 316.525 25.018917L316.3375 26.081417Q315.9625 26.018917 315.61874 26.018917Q315.05624 26.018917 314.82187 26.253292Q314.5875 26.487667 314.5875 27.143917L314.5875 27.815792L316.00937 27.815792L316.00937 28.784542L314.5875 28.784542L314.5875 35.081417L313.36874 35.081417ZM316.61874 31.456417Q316.61874 29.440792 317.74374 28.456417Q318.66562 27.659542 320.025 27.659542Q321.50937 27.659542 322.4625 28.643917Q323.41562 29.612667 323.41562 31.347042Q323.41562 32.753292 322.99374 33.565792Q322.57187 34.362667 321.75937 34.815792Q320.9625 35.253292 320.025 35.253292Q318.49374 35.253292 317.55624 34.268917Q316.61874 33.284542 316.61874 31.456417ZM317.88437 31.456417Q317.88437 32.847042 318.49374 33.550167Q319.10312 34.237667 320.025 34.237667Q320.93124 34.237667 321.54062 33.534542Q322.15 32.831417 322.15 31.409542Q322.15 30.065792 321.54062 29.378292Q320.93124 28.675167 320.025 28.675167Q319.10312 28.675167 318.49374 29.362667Q317.88437 30.050167 317.88437 31.456417ZM325.04062 35.081417L325.04062 25.065792L326.275 25.065792L326.275 35.081417L325.04062 35.081417ZM328.04062 35.081417L328.04062 25.065792L329.275 25.065792L329.275 35.081417L328.04062 35.081417ZM330.61874 31.456417Q330.61874 29.440792 331.74374 28.456417Q332.66562 27.659542 334.025 27.659542Q335.50937 27.659542 336.4625 28.643917Q337.41562 29.612667 337.41562 31.347042Q337.41562 32.753292 336.99374 33.565792Q336.57187 34.362667 335.75937 34.815792Q334.9625 35.253292 334.025 35.253292Q332.49374 35.253292 331.55624 34.268917Q330.61874 33.284542 330.61874 31.456417ZM331.88437 31.456417Q331.88437 32.847042 332.49374 33.550167Q333.10312 34.237667 334.025 34.237667Q334.93124 34.237667 335.54062 33.534542Q336.15 32.831417 336.15 31.409542Q336.15 30.065792 335.54062 29.378292Q334.93124 28.675167 334.025 28.675167Q333.10312 28.675167 332.49374 29.362667Q331.88437 30.050167 331.88437 31.456417ZM340.41562 35.081417L338.19687 27.815792L339.4625 27.815792L340.61874 32.018917L341.05624 33.565792Q341.07187 33.456417 341.43124 32.065792L342.5875 27.815792L343.8375 27.815792L344.93124 32.034542L345.29062 33.425167L345.7125 32.018917L346.9625 27.815792L348.15 27.815792L345.88437 35.081417L344.60312 35.081417L343.44687 30.737667L343.16562 29.503292L341.69687 35.081417L340.41562 35.081417ZM349.0875 26.472042L349.0875 25.065792L350.30624 25.065792L350.30624 26.472042L349.0875 26.472042ZM349.0875 35.081417L349.0875 27.815792L350.30624 27.815792L350.30624 35.081417L349.0875 35.081417ZM352.07187 35.081417L352.07187 27.815792L353.18124 27.815792L353.18124 28.847042Q353.97812 27.659542 355.49374 27.659542Q356.15 27.659542 356.69687 27.893917Q357.24374 28.128292 357.50937 28.518917Q357.79062 28.893917 357.9 29.425167Q357.97812 29.768917 357.97812 30.612667L357.97812 35.081417L356.74374 35.081417L356.74374 30.659542Q356.74374 29.909542 356.60312 29.550167Q356.4625 29.175167 356.0875 28.956417Q355.72812 28.722042 355.22812 28.722042Q354.44687 28.722042 353.86874 29.222042Q353.30624 29.722042 353.30624 31.112667L353.30624 35.081417L352.07187 35.081417ZM359.85312 35.690792L361.04062 35.862667Q361.11874 36.409542 361.4625 36.675167Q361.91562 37.003292 362.7125 37.003292Q363.57187 37.003292 364.025 36.659542Q364.49374 36.331417 364.66562 35.706417Q364.75937 35.331417 364.74374 34.128292Q363.94687 35.081417 362.74374 35.081417Q361.24374 35.081417 360.41562 34.003292Q359.60312 32.925167 359.60312 31.409542Q359.60312 30.378292 359.97812 29.503292Q360.35312 28.612667 361.05624 28.143917Q361.775 27.659542 362.74374 27.659542Q364.025 27.659542 364.86874 28.690792L364.86874 27.815792L365.99374 27.815792L365.99374 34.097042Q365.99374 35.800167 365.65 36.503292Q365.30624 37.206417 364.55624 37.612667Q363.80624 38.034542 362.7125 38.034542Q361.41562 38.034542 360.61874 37.440792Q359.82187 36.862667 359.85312 35.690792ZM360.86874 31.315792Q360.86874 32.753292 361.43124 33.409542Q361.99374 34.065792 362.85312 34.065792Q363.69687 34.065792 364.275 33.409542Q364.85312 32.753292 364.85312 31.362667Q364.85312 30.034542 364.25937 29.362667Q363.66562 28.675167 362.8375 28.675167Q362.00937 28.675167 361.43124 29.347042Q360.86874 30.003292 360.86874 31.315792ZM373.41562 35.081417L371.19687 27.815792L372.4625 27.815792L373.61874 32.018917L374.05624 33.565792Q374.07187 33.456417 374.43124 32.065792L375.5875 27.815792L376.8375 27.815792L377.93124 32.034542L378.29062 33.425167L378.7125 32.018917L379.9625 27.815792L381.15 27.815792L378.88437 35.081417L377.60312 35.081417L376.44687 30.737667L376.16562 29.503292L374.69687 35.081417L373.41562 35.081417ZM386.80624 34.190792Q386.13437 34.768917 385.49374 35.018917Q384.86874 35.253292 384.13437 35.253292Q382.94687 35.253292 382.29062 34.675167Q381.65 34.081417 381.65 33.159542Q381.65 32.628292 381.88437 32.190792Q382.13437 31.753292 382.525 31.487667Q382.93124 31.222042 383.41562 31.081417Q383.775 30.987667 384.50937 30.893917Q386.00937 30.722042 386.7125 30.472042Q386.7125 30.222042 386.7125 30.159542Q386.7125 29.393917 386.36874 29.097042Q385.9 28.675167 384.9625 28.675167Q384.10312 28.675167 383.68124 28.987667Q383.275 29.284542 383.07187 30.050167L381.86874 29.893917Q382.025 29.112667 382.4 28.643917Q382.79062 28.175167 383.49374 27.925167Q384.2125 27.659542 385.15 27.659542Q386.07187 27.659542 386.65 27.878292Q387.22812 28.097042 387.49374 28.425167Q387.775 28.753292 387.88437 29.268917Q387.94687 29.581417 387.94687 30.393917L387.94687 32.034542Q387.94687 33.753292 388.025 34.206417Q388.10312 34.659542 388.3375 35.081417L387.05624 35.081417Q386.86874 34.690792 386.80624 34.190792ZM386.7125 31.440792Q386.04062 31.706417 384.69687 31.909542Q383.94687 32.018917 383.61874 32.159542Q383.30624 32.284542 383.13437 32.550167Q382.9625 32.815792 382.9625 33.128292Q382.9625 33.628292 383.3375 33.956417Q383.7125 34.284542 384.43124 34.284542Q385.15 34.284542 385.69687 33.972042Q386.24374 33.659542 386.50937 33.112667Q386.7125 32.706417 386.7125 31.893917L386.7125 31.440792ZM390.025 37.878292L389.88437 36.722042Q390.29062 36.831417 390.5875 36.831417Q390.99374 36.831417 391.24374 36.690792Q391.49374 36.565792 391.65 36.315792Q391.75937 36.128292 392.025 35.393917Q392.05624 35.300167 392.13437 35.097042L389.36874 27.815792L390.69687 27.815792L392.2125 32.018917Q392.50937 32.831417 392.74374 33.706417Q392.94687 32.862667 393.24374 32.050167L394.79062 27.815792L396.025 27.815792L393.25937 35.206417Q392.82187 36.393917 392.57187 36.847042Q392.24374 37.456417 391.82187 37.737667Q391.4 38.034542 390.80624 38.034542Q390.4625 38.034542 390.025 37.878292ZM396.5875 32.909542L397.79062 32.722042Q397.9 33.456417 398.36874 33.847042Q398.8375 34.237667 399.68124 34.237667Q400.525 34.237667 400.93124 33.893917Q401.35312 33.550167 401.35312 33.081417Q401.35312 32.659542 400.97812 32.425167Q400.72812 32.253292 399.72812 32.003292Q398.36874 31.659542 397.8375 31.409542Q397.32187 31.159542 397.05624 30.722042Q396.79062 30.284542 396.79062 29.753292Q396.79062 29.268917 397.00937 28.862667Q397.22812 28.440792 397.61874 28.159542Q397.9 27.956417 398.38437 27.815792Q398.88437 27.659542 399.4625 27.659542Q400.30624 27.659542 400.94687 27.909542Q401.60312 28.143917 401.91562 28.565792Q402.22812 28.987667 402.3375 29.690792L401.13437 29.862667Q401.05624 29.300167 400.65 28.987667Q400.25937 28.675167 399.54062 28.675167Q398.69687 28.675167 398.3375 28.956417Q397.97812 29.222042 397.97812 29.612667Q397.97812 29.847042 398.11874 30.034542Q398.275 30.237667 398.60312 30.362667Q398.775 30.425167 399.68124 30.675167Q400.99374 31.034542 401.50937 31.253292Q402.025 31.472042 402.30624 31.893917Q402.60312 32.315792 402.60312 32.940792Q402.60312 33.565792 402.24374 34.112667Q401.9 34.643917 401.2125 34.956417Q400.54062 35.253292 399.68124 35.253292Q398.275 35.253292 397.525 34.659542Q396.79062 34.065792 396.5875 32.909542ZM410.75937 33.987667L410.93124 35.065792Q410.41562 35.175167 410.00937 35.175167Q409.3375 35.175167 408.9625 34.972042Q408.60312 34.753292 408.44687 34.409542Q408.30624 34.065792 408.30624 32.956417L408.30624 28.784542L407.4 28.784542L407.4 27.815792L408.30624 27.815792L408.30624 26.018917L409.525 25.284542L409.525 27.815792L410.75937 27.815792L410.75937 28.784542L409.525 28.784542L409.525 33.018917Q409.525 33.550167 409.5875 33.706417Q409.65 33.847042 409.79062 33.940792Q409.94687 34.034542 410.2125 34.034542Q410.43124 34.034542 410.75937 33.987667ZM411.61874 31.456417Q411.61874 29.440792 412.74374 28.456417Q413.66562 27.659542 415.025 27.659542Q416.50937 27.659542 417.4625 28.643917Q418.41562 29.612667 418.41562 31.347042Q418.41562 32.753292 417.99374 33.565792Q417.57187 34.362667 416.75937 34.815792Q415.9625 35.253292 415.025 35.253292Q413.49374 35.253292 412.55624 34.268917Q411.61874 33.284542 411.61874 31.456417ZM412.88437 31.456417Q412.88437 32.847042 413.49374 33.550167Q414.10312 34.237667 415.025 34.237667Q415.93124 34.237667 416.54062 33.534542Q417.15 32.831417 417.15 31.409542Q417.15 30.065792 416.54062 29.378292Q415.93124 28.675167 415.025 28.675167Q414.10312 28.675167 413.49374 29.362667Q412.88437 30.050167 412.88437 31.456417ZM426.75937 33.987667L426.93124 35.065792Q426.41562 35.175167 426.00937 35.175167Q425.3375 35.175167 424.9625 34.972042Q424.60312 34.753292 424.44687 34.409542Q424.30624 34.065792 424.30624 32.956417L424.30624 28.784542L423.4 28.784542L423.4 27.815792L424.30624 27.815792L424.30624 26.018917L425.525 25.284542L425.525 27.815792L426.75937 27.815792L426.75937 28.784542L425.525 28.784542L425.525 33.018917Q425.525 33.550167 425.5875 33.706417Q425.65 33.847042 425.79062 33.940792Q425.94687 34.034542 426.2125 34.034542Q426.43124 34.034542 426.75937 33.987667ZM428.07187 35.081417L428.07187 25.065792L429.30624 25.065792L429.30624 28.659542Q430.16562 27.659542 431.47812 27.659542Q432.29062 27.659542 432.88437 27.987667Q433.47812 28.300167 433.72812 28.862667Q433.99374 29.409542 433.99374 30.487667L433.99374 35.081417L432.75937 35.081417L432.75937 30.487667Q432.75937 29.550167 432.35312 29.143917Q431.9625 28.722042 431.22812 28.722042Q430.68124 28.722042 430.19687 29.003292Q429.7125 29.284542 429.50937 29.768917Q429.30624 30.253292 429.30624 31.112667L429.30624 35.081417L428.07187 35.081417ZM441.04062 32.737667L442.32187 32.893917Q442.00937 34.018917 441.19687 34.643917Q440.38437 35.253292 439.11874 35.253292Q437.525 35.253292 436.5875 34.268917Q435.66562 33.284542 435.66562 31.518917Q435.66562 29.675167 436.60312 28.675167Q437.55624 27.659542 439.05624 27.659542Q440.50937 27.659542 441.43124 28.659542Q442.35312 29.643917 442.35312 31.440792Q442.35312 31.550167 442.35312 31.768917L436.93124 31.768917Q437.00937 32.956417 437.60312 33.597042Q438.2125 34.237667 439.13437 34.237667Q439.80624 34.237667 440.275 33.878292Q440.75937 33.518917 441.04062 32.737667ZM437.00937 30.753292L441.05624 30.753292Q440.97812 29.831417 440.5875 29.378292Q440.00937 28.675167 439.07187 28.675167Q438.2125 28.675167 437.63437 29.237667Q437.07187 29.800167 437.00937 30.753292ZM452.91562 31.143917L452.91562 29.972042L457.16562 29.972042L457.16562 33.690792Q456.18124 34.472042 455.13437 34.862667Q454.10312 35.253292 453.00937 35.253292Q451.54062 35.253292 450.32187 34.628292Q449.11874 33.987667 448.50937 32.800167Q447.9 31.597042 447.9 30.112667Q447.9 28.659542 448.50937 27.393917Q449.11874 26.112667 450.25937 25.503292Q451.41562 24.893917 452.91562 24.893917Q453.99374 24.893917 454.86874 25.253292Q455.75937 25.597042 456.25937 26.222042Q456.75937 26.847042 457.00937 27.862667L455.82187 28.190792Q455.5875 27.425167 455.24374 26.987667Q454.91562 26.550167 454.29062 26.284542Q453.68124 26.018917 452.91562 26.018917Q452.00937 26.018917 451.3375 26.300167Q450.68124 26.581417 450.275 27.034542Q449.86874 27.472042 449.65 28.018917Q449.25937 28.956417 449.25937 30.034542Q449.25937 31.378292 449.7125 32.284542Q450.18124 33.175167 451.05624 33.612667Q451.94687 34.050167 452.94687 34.050167Q453.80624 34.050167 454.61874 33.722042Q455.44687 33.393917 455.86874 33.018917L455.86874 31.143917L452.91562 31.143917ZM458.61874 31.456417Q458.61874 29.440792 459.74374 28.456417Q460.66562 27.659542 462.025 27.659542Q463.50937 27.659542 464.4625 28.643917Q465.41562 29.612667 465.41562 31.347042Q465.41562 32.753292 464.99374 33.565792Q464.57187 34.362667 463.75937 34.815792Q462.9625 35.253292 462.025 35.253292Q460.49374 35.253292 459.55624 34.268917Q458.61874 33.284542 458.61874 31.456417ZM459.88437 31.456417Q459.88437 32.847042 460.49374 33.550167Q461.10312 34.237667 462.025 34.237667Q462.93124 34.237667 463.54062 33.534542Q464.15 32.831417 464.15 31.409542Q464.15 30.065792 463.54062 29.378292Q462.93124 28.675167 462.025 28.675167Q461.10312 28.675167 460.49374 29.362667Q459.88437 30.050167 459.88437 31.456417ZM475.80624 32.425167L477.025 32.581417Q476.82187 33.831417 475.99374 34.550167Q475.18124 35.253292 473.99374 35.253292Q472.50937 35.253292 471.60312 34.284542Q470.69687 33.300167 470.69687 31.472042Q470.69687 30.300167 471.0875 29.425167Q471.47812 28.534542 472.275 28.097042Q473.07187 27.659542 474.00937 27.659542Q475.18124 27.659542 475.93124 28.253292Q476.69687 28.847042 476.9 29.956417L475.7125 30.143917Q475.54062 29.409542 475.10312 29.050167Q474.66562 28.675167 474.05624 28.675167Q473.11874 28.675167 472.54062 29.347042Q471.9625 30.003292 471.9625 31.440792Q471.9625 32.909542 472.525 33.581417Q473.0875 34.237667 473.97812 34.237667Q474.7125 34.237667 475.19687 33.800167Q475.68124 33.347042 475.80624 32.425167ZM477.61874 31.456417Q477.61874 29.440792 478.74374 28.456417Q479.66562 27.659542 481.025 27.659542Q482.50937 27.659542 483.4625 28.643917Q484.41562 29.612667 484.41562 31.347042Q484.41562 32.753292 483.99374 33.565792Q483.57187 34.362667 482.75937 34.815792Q481.9625 35.253292 481.025 35.253292Q479.49374 35.253292 478.55624 34.268917Q477.61874 33.284542 477.61874 31.456417ZM478.88437 31.456417Q478.88437 32.847042 479.49374 33.550167Q480.10312 34.237667 481.025 34.237667Q481.93124 34.237667 482.54062 33.534542Q483.15 32.831417 483.15 31.409542Q483.15 30.065792 482.54062 29.378292Q481.93124 28.675167 481.025 28.675167Q480.10312 28.675167 479.49374 29.362667Q478.88437 30.050167 478.88437 31.456417ZM486.07187 35.081417L486.07187 27.815792L487.18124 27.815792L487.18124 28.847042Q487.50937 28.300167 488.07187 27.987667Q488.65 27.659542 489.36874 27.659542Q490.18124 27.659542 490.69687 28.003292Q491.2125 28.331417 491.43124 28.925167Q492.29062 27.659542 493.66562 27.659542Q494.74374 27.659542 495.32187 28.253292Q495.91562 28.847042 495.91562 30.097042L495.91562 35.081417L494.68124 35.081417L494.68124 30.503292Q494.68124 29.768917 494.55624 29.440792Q494.44687 29.112667 494.13437 28.925167Q493.82187 28.722042 493.4 28.722042Q492.63437 28.722042 492.11874 29.237667Q491.61874 29.737667 491.61874 30.862667L491.61874 35.081417L490.38437 35.081417L490.38437 30.362667Q490.38437 29.550167 490.0875 29.143917Q489.79062 28.722042 489.10312 28.722042Q488.5875 28.722042 488.13437 29.003292Q487.69687 29.268917 487.49374 29.800167Q487.30624 30.315792 487.30624 31.315792L487.30624 35.081417L486.07187 35.081417ZM498.07187 35.081417L498.07187 27.815792L499.18124 27.815792L499.18124 28.847042Q499.50937 28.300167 500.07187 27.987667Q500.65 27.659542 501.36874 27.659542Q502.18124 27.659542 502.69687 28.003292Q503.2125 28.331417 503.43124 28.925167Q504.29062 27.659542 505.66562 27.659542Q506.74374 27.659542 507.32187 28.253292Q507.91562 28.847042 507.91562 30.097042L507.91562 35.081417L506.68124 35.081417L506.68124 30.503292Q506.68124 29.768917 506.55624 29.440792Q506.44687 29.112667 506.13437 28.925167Q505.82187 28.722042 505.4 28.722042Q504.63437 28.722042 504.11874 29.237667Q503.61874 29.737667 503.61874 30.862667L503.61874 35.081417L502.38437 35.081417L502.38437 30.362667Q502.38437 29.550167 502.0875 29.143917Q501.79062 28.722042 501.10312 28.722042Q500.5875 28.722042 500.13437 29.003292Q499.69687 29.268917 499.49374 29.800167Q499.30624 30.315792 499.30624 31.315792L499.30624 35.081417L498.07187 35.081417ZM514.8375 35.081417L514.8375 34.018917Q513.97815 35.253292 512.525 35.253292Q511.88437 35.253292 511.32187 35.003292Q510.775 34.753292 510.49374 34.378292Q510.22812 34.003292 510.11874 33.472042Q510.04062 33.112667 510.04062 32.315792L510.04062 27.815792L511.275 27.815792L511.275 31.847042Q511.275 32.815792 511.35312 33.143917Q511.4625 33.628292 511.8375 33.909542Q512.2125 34.190792 512.775 34.190792Q513.3219 34.190792 513.8063 33.909542Q514.29065 33.612667 514.4938 33.128292Q514.6969 32.643917 514.6969 31.706417L514.6969 27.815792L515.9313 27.815792L515.9313 35.081417L514.8375 35.081417ZM518.0719 35.081417L518.0719 27.815792L519.1813 27.815792L519.1813 28.847042Q519.97815 27.659542 521.4938 27.659542Q522.15 27.659542 522.6969 27.893917Q523.2438 28.128292 523.5094 28.518917Q523.79065 28.893917 523.9 29.425167Q523.97815 29.768917 523.97815 30.612667L523.97815 35.081417L522.7438 35.081417L522.7438 30.659542Q522.7438 29.909542 522.60315 29.550167Q522.4625 29.175167 522.0875 28.956417Q521.72815 28.722042 521.22815 28.722042Q520.4469 28.722042 519.8688 29.222042Q519.3063 29.722042 519.3063 31.112667L519.3063 35.081417L518.0719 35.081417ZM526.0875 26.472042L526.0875 25.065792L527.3063 25.065792L527.3063 26.472042L526.0875 26.472042ZM526.0875 35.081417L526.0875 27.815792L527.3063 27.815792L527.3063 35.081417L526.0875 35.081417ZM531.7594 33.987667L531.9313 35.065792Q531.41565 35.175167 531.0094 35.175167Q530.3375 35.175167 529.9625 34.972042Q529.60315 34.753292 529.4469 34.409542Q529.3063 34.065792 529.3063 32.956417L529.3063 28.784542L528.4 28.784542L528.4 27.815792L529.3063 27.815792L529.3063 26.018917L530.525 25.284542L530.525 27.815792L531.7594 27.815792L531.7594 28.784542L530.525 28.784542L530.525 33.018917Q530.525 33.550167 530.5875 33.706417Q530.65 33.847042 530.79065 33.940792Q530.9469 34.034542 531.2125 34.034542Q531.4313 34.034542 531.7594 33.987667ZM533.025 37.878292L532.8844 36.722042Q533.29065 36.831417 533.5875 36.831417Q533.9938 36.831417 534.2438 36.690792Q534.4938 36.565792 534.65 36.315792Q534.7594 36.128292 535.025 35.393917Q535.0563 35.300167 535.1344 35.097042L532.3688 27.815792L533.6969 27.815792L535.2125 32.018917Q535.5094 32.831417 535.7438 33.706417Q535.9469 32.862667 536.2438 32.050167L537.79065 27.815792L539.025 27.815792L536.2594 35.206417Q535.8219 36.393917 535.5719 36.847042Q535.2438 37.456417 534.8219 37.737667Q534.4 38.034542 533.8063 38.034542Q533.4625 38.034542 533.025 37.878292ZM548.8063 34.190792Q548.1344 34.768917 547.4938 35.018917Q546.8688 35.253292 546.1344 35.253292Q544.9469 35.253292 544.29065 34.675167Q543.65 34.081417 543.65 33.159542Q543.65 32.628292 543.8844 32.190792Q544.1344 31.753292 544.525 31.487667Q544.9313 31.222042 545.41565 31.081417Q545.775 30.987667 546.5094 30.893917Q548.0094 30.722042 548.7125 30.472042Q548.7125 30.222042 548.7125 30.159542Q548.7125 29.393917 548.3688 29.097042Q547.9 28.675167 546.9625 28.675167Q546.10315 28.675167 545.6813 28.987667Q545.275 29.284542 545.0719 30.050167L543.8688 29.893917Q544.025 29.112667 544.4 28.643917Q544.79065 28.175167 545.4938 27.925167Q546.2125 27.659542 547.15 27.659542Q548.0719 27.659542 548.65 27.878292Q549.22815 28.097042 549.4938 28.425167Q549.775 28.753292 549.8844 29.268917Q549.9469 29.581417 549.9469 30.393917L549.9469 32.034542Q549.9469 33.753292 550.025 34.206417Q550.10315 34.659542 550.3375 35.081417L549.0563 35.081417Q548.8688 34.690792 548.8063 34.190792ZM548.7125 31.440792Q548.04065 31.706417 546.6969 31.909542Q545.9469 32.018917 545.6188 32.159542Q545.3063 32.284542 545.1344 32.550167Q544.9625 32.815792 544.9625 33.128292Q544.9625 33.628292 545.3375 33.956417Q545.7125 34.284542 546.4313 34.284542Q547.15 34.284542 547.6969 33.972042Q548.2438 33.659542 548.5094 33.112667Q548.7125 32.706417 548.7125 31.893917L548.7125 31.440792ZM552.0719 35.081417L552.0719 27.815792L553.1813 27.815792L553.1813 28.847042Q553.97815 27.659542 555.4938 27.659542Q556.15 27.659542 556.6969 27.893917Q557.2438 28.128292 557.5094 28.518917Q557.79065 28.893917 557.9 29.425167Q557.97815 29.768917 557.97815 30.612667L557.97815 35.081417L556.7438 35.081417L556.7438 30.659542Q556.7438 29.909542 556.60315 29.550167Q556.4625 29.175167 556.0875 28.956417Q555.72815 28.722042 555.22815 28.722042Q554.4469 28.722042 553.8688 29.222042Q553.3063 29.722042 553.3063 31.112667L553.3063 35.081417L552.0719 35.081417ZM564.79065 35.081417L564.79065 34.159542Q564.0875 35.253292 562.7594 35.253292Q561.8844 35.253292 561.15 34.768917Q560.4313 34.284542 560.025 33.425167Q559.6344 32.565792 559.6344 31.456417Q559.6344 30.378292 559.9938 29.487667Q560.35315 28.597042 561.0719 28.128292Q561.8063 27.659542 562.6969 27.659542Q563.35315 27.659542 563.8688 27.940792Q564.3844 28.206417 564.6969 28.659542L564.6969 25.065792L565.9313 25.065792L565.9313 35.081417L564.79065 35.081417ZM560.9 31.456417Q560.9 32.847042 561.47815 33.550167Q562.0719 34.237667 562.8688 34.237667Q563.6813 34.237667 564.2438 33.581417Q564.8063 32.909542 564.8063 31.565792Q564.8063 30.065792 564.22815 29.378292Q563.65 28.675167 562.8219 28.675167Q561.9938 28.675167 561.4469 29.347042Q560.9 30.018917 560.9 31.456417Z" fill-rule="nonzero"/><path fill="#666666" d="M30.071875 54.862667L30.071875 44.815792L31.196875 44.815792L31.196875 45.768917Q31.5875 45.206417 32.0875 44.940792Q32.5875 44.659542 33.30625 44.659542Q34.228127 44.659542 34.93125 45.143917Q35.65 45.612667 36.009377 46.487667Q36.36875 47.362667 36.36875 48.393917Q36.36875 49.503292 35.9625 50.409542Q35.571877 51.300167 34.80625 51.784542Q34.05625 52.253292 33.2125 52.253292Q32.603127 52.253292 32.103127 51.987667Q31.61875 51.722042 31.30625 51.331417L31.30625 54.862667L30.071875 54.862667ZM31.18125 48.487667Q31.18125 49.893917 31.74375 50.565792Q32.321877 51.237667 33.134377 51.237667Q33.946877 51.237667 34.525 50.550167Q35.11875 49.847042 35.11875 48.393917Q35.11875 47.003292 34.540627 46.315792Q33.978127 45.628292 33.18125 45.628292Q32.4 45.628292 31.790625 46.362667Q31.18125 47.097042 31.18125 48.487667ZM38.05625 52.081417L38.05625 44.815792L39.165627 44.815792L39.165627 45.925167Q39.5875 45.143917 39.946877 44.909542Q40.30625 44.659542 40.74375 44.659542Q41.36875 44.659542 42.009377 45.050167L41.5875 46.190792Q41.134377 45.925167 40.68125 45.925167Q40.275 45.925167 39.946877 46.175167Q39.634377 46.409542 39.49375 46.847042Q39.290627 47.503292 39.290627 48.284542L39.290627 52.081417L38.05625 52.081417ZM42.61875 48.456417Q42.61875 46.440792 43.74375 45.456417Q44.665627 44.659542 46.025 44.659542Q47.509377 44.659542 48.4625 45.643917Q49.415627 46.612667 49.415627 48.347042Q49.415627 49.753292 48.99375 50.565792Q48.571877 51.362667 47.759377 51.815792Q46.9625 52.253292 46.025 52.253292Q44.49375 52.253292 43.55625 51.268917Q42.61875 50.284542 42.61875 48.456417ZM43.884377 48.456417Q43.884377 49.847042 44.49375 50.550167Q45.103127 51.237667 46.025 51.237667Q46.93125 51.237667 47.540627 50.534542Q48.15 49.831417 48.15 48.409542Q48.15 47.065792 47.540627 46.378292Q46.93125 45.675167 46.025 45.675167Q45.103127 45.675167 44.49375 46.362667Q43.884377 47.050167 43.884377 48.456417ZM51.071877 43.487667L51.071877 42.065792L52.290627 42.065792L52.290627 43.487667L51.071877 43.487667ZM49.509377 54.893917L49.74375 53.847042Q50.103127 53.940792 50.321877 53.940792Q50.696877 53.940792 50.884377 53.690792Q51.071877 53.456417 51.071877 52.456417L51.071877 44.815792L52.290627 44.815792L52.290627 52.472042Q52.290627 53.815792 51.946877 54.347042Q51.509377 55.034542 50.478127 55.034542Q49.978127 55.034542 49.509377 54.893917ZM59.040627 49.737667L60.321877 49.893917Q60.009377 51.018917 59.196877 51.643917Q58.384377 52.253292 57.11875 52.253292Q55.525 52.253292 54.5875 51.268917Q53.665627 50.284542 53.665627 48.518917Q53.665627 46.675167 54.603127 45.675167Q55.55625 44.659542 57.05625 44.659542Q58.509377 44.659542 59.43125 45.659542Q60.353127 46.643917 60.353127 48.440792Q60.353127 48.550167 60.353127 48.768917L54.93125 48.768917Q55.009377 49.956417 55.603127 50.597042Q56.2125 51.237667 57.134377 51.237667Q57.80625 51.237667 58.275 50.878292Q58.759377 50.518917 59.040627 49.737667ZM55.009377 47.753292L59.05625 47.753292Q58.978127 46.831417 58.5875 46.378292Q58.009377 45.675167 57.071877 45.675167Q56.2125 45.675167 55.634377 46.237667Q55.071877 46.800167 55.009377 47.753292ZM66.80625 49.425167L68.025 49.581417Q67.82188 50.831417 66.99375 51.550167Q66.18125 52.253292 64.99375 52.253292Q63.509377 52.253292 62.603127 51.284542Q61.696877 50.300167 61.696877 48.472042Q61.696877 47.300167 62.0875 46.425167Q62.478127 45.534542 63.275 45.097042Q64.07188 44.659542 65.00938 44.659542Q66.18125 44.659542 66.93125 45.253292Q67.69688 45.847042 67.9 46.956417L66.7125 47.143917Q66.54063 46.409542 66.10313 46.050167Q65.66563 45.675167 65.05625 45.675167Q64.11875 45.675167 63.540627 46.347042Q62.9625 47.003292 62.9625 48.440792Q62.9625 49.909542 63.525 50.581417Q64.0875 51.237667 64.97813 51.237667Q65.7125 51.237667 66.19688 50.800167Q66.68125 50.347042 66.80625 49.425167ZM71.75938 50.987667L71.93125 52.065792Q71.41563 52.175167 71.00938 52.175167Q70.3375 52.175167 69.9625 51.972042Q69.60313 51.753292 69.44688 51.409542Q69.30625 51.065792 69.30625 49.956417L69.30625 45.784542L68.4 45.784542L68.4 44.815792L69.30625 44.815792L69.30625 43.018917L70.525 42.284542L70.525 44.815792L71.75938 44.815792L71.75938 45.784542L70.525 45.784542L70.525 50.018917Q70.525 50.550167 70.5875 50.706417Q70.65 50.847042 70.79063 50.940792Q70.94688 51.034542 71.2125 51.034542Q71.43125 51.034542 71.75938 50.987667ZM72.5875 49.909542L73.79063 49.722042Q73.9 50.456417 74.36875 50.847042Q74.8375 51.237667 75.68125 51.237667Q76.525 51.237667 76.93125 50.893917Q77.35313 50.550167 77.35313 50.081417Q77.35313 49.659542 76.97813 49.425167Q76.72813 49.253292 75.72813 49.003292Q74.36875 48.659542 73.8375 48.409542Q73.32188 48.159542 73.05625 47.722042Q72.79063 47.284542 72.79063 46.753292Q72.79063 46.268917 73.00938 45.862667Q73.22813 45.440792 73.61875 45.159542Q73.9 44.956417 74.38438 44.815792Q74.88438 44.659542 75.4625 44.659542Q76.30625 44.659542 76.94688 44.909542Q77.60313 45.143917 77.91563 45.565792Q78.22813 45.987667 78.3375 46.690792L77.13438 46.862667Q77.05625 46.300167 76.65 45.987667Q76.25938 45.675167 75.54063 45.675167Q74.69688 45.675167 74.3375 45.956417Q73.97813 46.222042 73.97813 46.612667Q73.97813 46.847042 74.11875 47.034542Q74.275 47.237667 74.60313 47.362667Q74.775 47.425167 75.68125 47.675167Q76.99375 48.034542 77.50938 48.253292Q78.025 48.472042 78.30625 48.893917Q78.60313 49.315792 78.60313 49.940792Q78.60313 50.565792 78.24375 51.112667Q77.9 51.643917 77.2125 51.956417Q76.54063 52.253292 75.68125 52.253292Q74.275 52.253292 73.525 51.659542Q72.79063 51.065792 72.5875 49.909542ZM80.41563 46.222042L80.41563 44.815792L81.82188 44.815792L81.82188 46.222042L80.41563 46.222042ZM80.41563 52.081417L80.41563 50.675167L81.82188 50.675167L81.82188 52.081417L80.41563 52.081417ZM90.43125 55.034542Q89.4 53.737667 88.69688 52.018917Q87.99375 50.300167 87.99375 48.456417Q87.99375 46.831417 88.525 45.331417Q89.13438 43.597042 90.43125 41.893917L91.30625 41.893917Q90.47813 43.315792 90.2125 43.925167Q89.79063 44.862667 89.55625 45.893917Q89.25938 47.159542 89.25938 48.456417Q89.25938 51.753292 91.30625 55.034542L90.43125 55.034542ZM92.5875 49.909542L93.79063 49.722042Q93.9 50.456417 94.36875 50.847042Q94.8375 51.237667 95.68125 51.237667Q96.525 51.237667 96.93125 50.893917Q97.35313 50.550167 97.35313 50.081417Q97.35313 49.659542 96.97813 49.425167Q96.72813 49.253292 95.72813 49.003292Q94.36875 48.659542 93.8375 48.409542Q93.32188 48.159542 93.05625 47.722042Q92.79063 47.284542 92.79063 46.753292Q92.79063 46.268917 93.00938 45.862667Q93.22813 45.440792 93.61875 45.159542Q93.9 44.956417 94.38438 44.815792Q94.88438 44.659542 95.4625 44.659542Q96.30625 44.659542 96.94688 44.909542Q97.60313 45.143917 97.91563 45.565792Q98.22813 45.987667 98.3375 46.690792L97.13438 46.862667Q97.05625 46.300167 96.65 45.987667Q96.25938 45.675167 95.54063 45.675167Q94.69688 45.675167 94.3375 45.956417Q93.97813 46.222042 93.97813 46.612667Q93.97813 46.847042 94.11875 47.034542Q94.275 47.237667 94.60313 47.362667Q94.775 47.425167 95.68125 47.675167Q96.99375 48.034542 97.50938 48.253292Q98.025 48.472042 98.30625 48.893917Q98.60313 49.315792 98.60313 49.940792Q98.60313 50.565792 98.24375 51.112667Q97.9 51.643917 97.2125 51.956417Q96.54063 52.253292 95.68125 52.253292Q94.275 52.253292 93.525 51.659542Q92.79063 51.065792 92.5875 49.909542ZM105.04063 49.737667L106.32188 49.893917Q106.00938 51.018917 105.19688 51.643917Q104.38438 52.253292 103.11875 52.253292Q101.525 52.253292 100.5875 51.268917Q99.66563 50.284542 99.66563 48.518917Q99.66563 46.675167 100.60313 45.675167Q101.55625 44.659542 103.05625 44.659542Q104.50938 44.659542 105.43125 45.659542Q106.35313 46.643917 106.35313 48.440792Q106.35313 48.550167 106.35313 48.768917L100.93125 48.768917Q101.00938 49.956417 101.60313 50.597042Q102.2125 51.237667 103.13438 51.237667Q103.80625 51.237667 104.275 50.878292Q104.75938 50.518917 105.04063 49.737667ZM101.00938 47.753292L105.05625 47.753292Q104.97813 46.831417 104.5875 46.378292Q104.00938 45.675167 103.07188 45.675167Q102.2125 45.675167 101.63438 46.237667Q101.07188 46.800167 101.00938 47.753292ZM108.04063 52.081417L108.04063 42.065792L109.275 42.065792L109.275 52.081417L108.04063 52.081417ZM116.04063 49.737667L117.32188 49.893917Q117.00938 51.018917 116.19688 51.643917Q115.38438 52.253292 114.11875 52.253292Q112.525 52.253292 111.5875 51.268917Q110.66563 50.284542 110.66563 48.518917Q110.66563 46.675167 111.60313 45.675167Q112.55625 44.659542 114.05625 44.659542Q115.50938 44.659542 116.43125 45.659542Q117.35313 46.643917 117.35313 48.440792Q117.35313 48.550167 117.35313 48.768917L111.93125 48.768917Q112.00938 49.956417 112.60313 50.597042Q113.2125 51.237667 114.13438 51.237667Q114.80625 51.237667 115.275 50.878292Q115.75938 50.518917 116.04063 49.737667ZM112.00938 47.753292L116.05625 47.753292Q115.97813 46.831417 115.5875 46.378292Q115.00938 45.675167 114.07188 45.675167Q113.2125 45.675167 112.63438 46.237667Q112.07188 46.800167 112.00938 47.753292ZM123.80625 49.425167L125.025 49.581417Q124.82188 50.831417 123.99375 51.550167Q123.18125 52.253292 121.99375 52.253292Q120.50938 52.253292 119.60313 51.284542Q118.69688 50.300167 118.69688 48.472042Q118.69688 47.300167 119.0875 46.425167Q119.47813 45.534542 120.275 45.097042Q121.07188 44.659542 122.00938 44.659542Q123.18125 44.659542 123.93125 45.253292Q124.69688 45.847042 124.9 46.956417L123.7125 47.143917Q123.54063 46.409542 123.10313 46.050167Q122.66563 45.675167 122.05625 45.675167Q121.11875 45.675167 120.54063 46.347042Q119.9625 47.003292 119.9625 48.440792Q119.9625 49.909542 120.525 50.581417Q121.0875 51.237667 121.97813 51.237667Q122.7125 51.237667 123.19688 50.800167Q123.68125 50.347042 123.80625 49.425167ZM128.75937 50.987667L128.93124 52.065792Q128.41562 52.175167 128.00937 52.175167Q127.3375 52.175167 126.9625 51.972042Q126.60313 51.753292 126.44688 51.409542Q126.30625 51.065792 126.30625 49.956417L126.30625 45.784542L125.4 45.784542L125.4 44.815792L126.30625 44.815792L126.30625 43.018917L127.525 42.284542L127.525 44.815792L128.75937 44.815792L128.75937 45.784542L127.525 45.784542L127.525 50.018917Q127.525 50.550167 127.5875 50.706417Q127.65 50.847042 127.79063 50.940792Q127.94688 51.034542 128.2125 51.034542Q128.43124 51.034542 128.75937 50.987667ZM138.80624 51.190792Q138.13437 51.768917 137.49374 52.018917Q136.86874 52.253292 136.13437 52.253292Q134.94687 52.253292 134.29062 51.675167Q133.65 51.081417 133.65 50.159542Q133.65 49.628292 133.88437 49.190792Q134.13437 48.753292 134.525 48.487667Q134.93124 48.222042 135.41562 48.081417Q135.775 47.987667 136.50937 47.893917Q138.00937 47.722042 138.7125 47.472042Q138.7125 47.222042 138.7125 47.159542Q138.7125 46.393917 138.36874 46.097042Q137.9 45.675167 136.9625 45.675167Q136.10312 45.675167 135.68124 45.987667Q135.275 46.284542 135.07187 47.050167L133.86874 46.893917Q134.025 46.112667 134.4 45.643917Q134.79062 45.175167 135.49374 44.925167Q136.2125 44.659542 137.15 44.659542Q138.07187 44.659542 138.65 44.878292Q139.22812 45.097042 139.49374 45.425167Q139.775 45.753292 139.88437 46.268917Q139.94687 46.581417 139.94687 47.393917L139.94687 49.034542Q139.94687 50.753292 140.025 51.206417Q140.10312 51.659542 140.3375 52.081417L139.05624 52.081417Q138.86874 51.690792 138.80624 51.190792ZM138.7125 48.440792Q138.04062 48.706417 136.69687 48.909542Q135.94687 49.018917 135.61874 49.159542Q135.30624 49.284542 135.13437 49.550167Q134.9625 49.815792 134.9625 50.128292Q134.9625 50.628292 135.3375 50.956417Q135.7125 51.284542 136.43124 51.284542Q137.15 51.284542 137.69687 50.972042Q138.24374 50.659542 138.50937 50.112667Q138.7125 49.706417 138.7125 48.893917L138.7125 48.440792ZM142.04062 52.081417L142.04062 42.065792L143.275 42.065792L143.275 52.081417L142.04062 52.081417ZM145.04062 52.081417L145.04062 42.065792L146.275 42.065792L146.275 52.081417L145.04062 52.081417ZM154.75937 50.987667L154.93124 52.065792Q154.41562 52.175167 154.00937 52.175167Q153.3375 52.175167 152.9625 51.972042Q152.60312 51.753292 152.44687 51.409542Q152.30624 51.065792 152.30624 49.956417L152.30624 45.784542L151.4 45.784542L151.4 44.815792L152.30624 44.815792L152.30624 43.018917L153.525 42.284542L153.525 44.815792L154.75937 44.815792L154.75937 45.784542L153.525 45.784542L153.525 50.018917Q153.525 50.550167 153.5875 50.706417Q153.65 50.847042 153.79062 50.940792Q153.94687 51.034542 154.2125 51.034542Q154.43124 51.034542 154.75937 50.987667ZM156.07187 52.081417L156.07187 42.065792L157.30624 42.065792L157.30624 45.659542Q158.16562 44.659542 159.47812 44.659542Q160.29062 44.659542 160.88437 44.987667Q161.47812 45.300167 161.72812 45.862667Q161.99374 46.409542 161.99374 47.487667L161.99374 52.081417L160.75937 52.081417L160.75937 47.487667Q160.75937 46.550167 160.35312 46.143917Q159.9625 45.722042 159.22812 45.722042Q158.68124 45.722042 158.19687 46.003292Q157.7125 46.284542 157.50937 46.768917Q157.30624 47.253292 157.30624 48.112667L157.30624 52.081417L156.07187 52.081417ZM168.80624 51.190792Q168.13437 51.768917 167.49374 52.018917Q166.86874 52.253292 166.13437 52.253292Q164.94687 52.253292 164.29062 51.675167Q163.65 51.081417 163.65 50.159542Q163.65 49.628292 163.88437 49.190792Q164.13437 48.753292 164.525 48.487667Q164.93124 48.222042 165.41562 48.081417Q165.775 47.987667 166.50937 47.893917Q168.00937 47.722042 168.7125 47.472042Q168.7125 47.222042 168.7125 47.159542Q168.7125 46.393917 168.36874 46.097042Q167.9 45.675167 166.9625 45.675167Q166.10312 45.675167 165.68124 45.987667Q165.275 46.284542 165.07187 47.050167L163.86874 46.893917Q164.025 46.112667 164.4 45.643917Q164.79062 45.175167 165.49374 44.925167Q166.2125 44.659542 167.15 44.659542Q168.07187 44.659542 168.65 44.878292Q169.22812 45.097042 169.49374 45.425167Q169.775 45.753292 169.88437 46.268917Q169.94687 46.581417 169.94687 47.393917L169.94687 49.034542Q169.94687 50.753292 170.025 51.206417Q170.10312 51.659542 170.3375 52.081417L169.05624 52.081417Q168.86874 51.690792 168.80624 51.190792ZM168.7125 48.440792Q168.04062 48.706417 166.69687 48.909542Q165.94687 49.018917 165.61874 49.159542Q165.30624 49.284542 165.13437 49.550167Q164.9625 49.815792 164.9625 50.128292Q164.9625 50.628292 165.3375 50.956417Q165.7125 51.284542 166.43124 51.284542Q167.15 51.284542 167.69687 50.972042Q168.24374 50.659542 168.50937 50.112667Q168.7125 49.706417 168.7125 48.893917L168.7125 48.440792ZM174.75937 50.987667L174.93124 52.065792Q174.41562 52.175167 174.00937 52.175167Q173.3375 52.175167 172.9625 51.972042Q172.60312 51.753292 172.44687 51.409542Q172.30624 51.065792 172.30624 49.956417L172.30624 45.784542L171.4 45.784542L171.4 44.815792L172.30624 44.815792L172.30624 43.018917L173.525 42.284542L173.525 44.815792L174.75937 44.815792L174.75937 45.784542L173.525 45.784542L173.525 50.018917Q173.525 50.550167 173.5875 50.706417Q173.65 50.847042 173.79062 50.940792Q173.94687 51.034542 174.2125 51.034542Q174.43124 51.034542 174.75937 50.987667ZM184.80624 51.190792Q184.13437 51.768917 183.49374 52.018917Q182.86874 52.253292 182.13437 52.253292Q180.94687 52.253292 180.29062 51.675167Q179.65 51.081417 179.65 50.159542Q179.65 49.628292 179.88437 49.190792Q180.13437 48.753292 180.525 48.487667Q180.93124 48.222042 181.41562 48.081417Q181.775 47.987667 182.50937 47.893917Q184.00937 47.722042 184.7125 47.472042Q184.7125 47.222042 184.7125 47.159542Q184.7125 46.393917 184.36874 46.097042Q183.9 45.675167 182.9625 45.675167Q182.10312 45.675167 181.68124 45.987667Q181.275 46.284542 181.07187 47.050167L179.86874 46.893917Q180.025 46.112667 180.4 45.643917Q180.79062 45.175167 181.49374 44.925167Q182.2125 44.659542 183.15 44.659542Q184.07187 44.659542 184.65 44.878292Q185.22812 45.097042 185.49374 45.425167Q185.775 45.753292 185.88437 46.268917Q185.94687 46.581417 185.94687 47.393917L185.94687 49.034542Q185.94687 50.753292 186.025 51.206417Q186.10312 51.659542 186.3375 52.081417L185.05624 52.081417Q184.86874 51.690792 184.80624 51.190792ZM184.7125 48.440792Q184.04062 48.706417 182.69687 48.909542Q181.94687 49.018917 181.61874 49.159542Q181.30624 49.284542 181.13437 49.550167Q180.9625 49.815792 180.9625 50.128292Q180.9625 50.628292 181.3375 50.956417Q181.7125 51.284542 182.43124 51.284542Q183.15 51.284542 183.69687 50.972042Q184.24374 50.659542 184.50937 50.112667Q184.7125 49.706417 184.7125 48.893917L184.7125 48.440792ZM188.07187 54.862667L188.07187 44.815792L189.19687 44.815792L189.19687 45.768917Q189.5875 45.206417 190.0875 44.940792Q190.5875 44.659542 191.30624 44.659542Q192.22812 44.659542 192.93124 45.143917Q193.65 45.612667 194.00937 46.487667Q194.36874 47.362667 194.36874 48.393917Q194.36874 49.503292 193.9625 50.409542Q193.57187 51.300167 192.80624 51.784542Q192.05624 52.253292 191.2125 52.253292Q190.60312 52.253292 190.10312 51.987667Q189.61874 51.722042 189.30624 51.331417L189.30624 54.862667L188.07187 54.862667ZM189.18124 48.487667Q189.18124 49.893917 189.74374 50.565792Q190.32187 51.237667 191.13437 51.237667Q191.94687 51.237667 192.525 50.550167Q193.11874 49.847042 193.11874 48.393917Q193.11874 47.003292 192.54062 46.315792Q191.97812 45.628292 191.18124 45.628292Q190.4 45.628292 189.79062 46.362667Q189.18124 47.097042 189.18124 48.487667ZM196.07187 54.862667L196.07187 44.815792L197.19687 44.815792L197.19687 45.768917Q197.5875 45.206417 198.0875 44.940792Q198.5875 44.659542 199.30624 44.659542Q200.22812 44.659542 200.93124 45.143917Q201.65 45.612667 202.00937 46.487667Q202.36874 47.362667 202.36874 48.393917Q202.36874 49.503292 201.9625 50.409542Q201.57187 51.300167 200.80624 51.784542Q200.05624 52.253292 199.2125 52.253292Q198.60312 52.253292 198.10312 51.987667Q197.61874 51.722042 197.30624 51.331417L197.30624 54.862667L196.07187 54.862667ZM197.18124 48.487667Q197.18124 49.893917 197.74374 50.565792Q198.32187 51.237667 199.13437 51.237667Q199.94687 51.237667 200.525 50.550167Q201.11874 49.847042 201.11874 48.393917Q201.11874 47.003292 200.54062 46.315792Q199.97812 45.628292 199.18124 45.628292Q198.4 45.628292 197.79062 46.362667Q197.18124 47.097042 197.18124 48.487667ZM204.04062 52.081417L204.04062 42.065792L205.275 42.065792L205.275 52.081417L204.04062 52.081417ZM207.025 54.878292L206.88437 53.722042Q207.29062 53.831417 207.5875 53.831417Q207.99374 53.831417 208.24374 53.690792Q208.49374 53.565792 208.65 53.315792Q208.75937 53.128292 209.025 52.393917Q209.05624 52.300167 209.13437 52.097042L206.36874 44.815792L207.69687 44.815792L209.2125 49.018917Q209.50937 49.831417 209.74374 50.706417Q209.94687 49.862667 210.24374 49.050167L211.79062 44.815792L213.025 44.815792L210.25937 52.206417Q209.82187 53.393917 209.57187 53.847042Q209.24374 54.456417 208.82187 54.737667Q208.4 55.034542 207.80624 55.034542Q207.4625 55.034542 207.025 54.878292ZM214.88437 55.034542L213.99374 55.034542Q216.04062 51.753292 216.04062 48.456417Q216.04062 47.175167 215.74374 45.909542Q215.50937 44.878292 215.10312 43.940792Q214.8375 43.331417 213.99374 41.893917L214.88437 41.893917Q216.16562 43.597042 216.775 45.331417Q217.30624 46.831417 217.30624 48.456417Q217.30624 50.300167 216.5875 52.018917Q215.88437 53.737667 214.88437 55.034542Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig27.svg b/_content/survey2018/fig27.svg
deleted file mode 100644
index a881607..0000000
--- a/_content/survey2018/fig27.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 483.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="483" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 483.0L0 483.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 483.0L0 483.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M167.5 48.5L167.5 405.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M267.5 48.5L267.5 405.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M368.5 48.5L368.5 405.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M468.5 48.5L468.5 405.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 48.5L569.5 405.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M167.5 48.349792L569.4754 48.349792L569.4754 405.66013L167.5 405.66013L167.5 48.349792Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 85.0L167.0 72.0L407.0 72.0C408.10458 72.0 409.0 72.89543 409.0 74.0L409.0 83.0C409.0 84.10457 408.10458 85.0 407.0 85.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M167.0 85.0L167.0 72.0L407.0 72.0C408.10458 72.0 409.0 72.89543 409.0 74.0L409.0 83.0C409.0 84.10457 408.10458 85.0 407.0 85.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 152.0L167.0 139.0L316.0 139.0C317.10458 139.0 318.0 139.89543 318.0 141.0L318.0 150.0C318.0 151.10457 317.10458 152.0 316.0 152.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M167.0 152.0L167.0 139.0L316.0 139.0C317.10458 139.0 318.0 139.89543 318.0 141.0L318.0 150.0C318.0 151.10457 317.10458 152.0 316.0 152.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 219.0L167.0 206.0L291.0 206.0C292.10458 206.0 293.0 206.89543 293.0 208.0L293.0 217.0C293.0 218.10457 292.10458 219.0 291.0 219.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M167.0 219.0L167.0 206.0L291.0 206.0C292.10458 206.0 293.0 206.89543 293.0 208.0L293.0 217.0C293.0 218.10457 292.10458 219.0 291.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 286.0L167.0 273.0L311.0 273.0C312.10458 273.0 313.0 273.89542 313.0 275.0L313.0 284.0C313.0 285.10458 312.10458 286.0 311.0 286.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M167.0 286.0L167.0 273.0L311.0 273.0C312.10458 273.0 313.0 273.89542 313.0 275.0L313.0 284.0C313.0 285.10458 312.10458 286.0 311.0 286.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 353.0L167.0 340.0L276.0 340.0C277.10458 340.0 278.0 340.89542 278.0 342.0L278.0 351.0C278.0 352.10458 277.10458 353.0 276.0 353.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M167.0 353.0L167.0 340.0L276.0 340.0C277.10458 340.0 278.0 340.89542 278.0 342.0L278.0 351.0C278.0 352.10458 277.10458 353.0 276.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 99.0L167.0 86.0L437.0 86.0C438.10458 86.0 439.0 86.89543 439.0 88.0L439.0 97.0C439.0 98.10457 438.10458 99.0 437.0 99.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M167.0 99.0L167.0 86.0L437.0 86.0C438.10458 86.0 439.0 86.89543 439.0 88.0L439.0 97.0C439.0 98.10457 438.10458 99.0 437.0 99.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 166.0L167.0 153.0L356.0 153.0C357.10458 153.0 358.0 153.89543 358.0 155.0L358.0 164.0C358.0 165.10457 357.10458 166.0 356.0 166.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M167.0 166.0L167.0 153.0L356.0 153.0C357.10458 153.0 358.0 153.89543 358.0 155.0L358.0 164.0C358.0 165.10457 357.10458 166.0 356.0 166.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 233.0L167.0 220.0L301.0 220.0C302.10458 220.0 303.0 220.89543 303.0 222.0L303.0 231.0C303.0 232.10457 302.10458 233.0 301.0 233.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M167.0 233.0L167.0 220.0L301.0 220.0C302.10458 220.0 303.0 220.89543 303.0 222.0L303.0 231.0C303.0 232.10457 302.10458 233.0 301.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 300.0L167.0 287.0L316.0 287.0C317.10458 287.0 318.0 287.89542 318.0 289.0L318.0 298.0C318.0 299.10458 317.10458 300.0 316.0 300.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M167.0 300.0L167.0 287.0L316.0 287.0C317.10458 287.0 318.0 287.89542 318.0 289.0L318.0 298.0C318.0 299.10458 317.10458 300.0 316.0 300.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 367.0L167.0 354.0L301.0 354.0C302.10458 354.0 303.0 354.89542 303.0 356.0L303.0 365.0C303.0 366.10458 302.10458 367.0 301.0 367.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M167.0 367.0L167.0 354.0L301.0 354.0C302.10458 354.0 303.0 354.89542 303.0 356.0L303.0 365.0C303.0 366.10458 302.10458 367.0 301.0 367.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 113.0L167.0 100.0L397.0 100.0C398.10458 100.0 399.0 100.89543 399.0 102.0L399.0 111.0C399.0 112.10457 398.10458 113.0 397.0 113.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M167.0 113.0L167.0 100.0L397.0 100.0C398.10458 100.0 399.0 100.89543 399.0 102.0L399.0 111.0C399.0 112.10457 398.10458 113.0 397.0 113.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 180.0L167.0 167.0L346.0 167.0C347.10458 167.0 348.0 167.89543 348.0 169.0L348.0 178.0C348.0 179.10457 347.10458 180.0 346.0 180.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M167.0 180.0L167.0 167.0L346.0 167.0C347.10458 167.0 348.0 167.89543 348.0 169.0L348.0 178.0C348.0 179.10457 347.10458 180.0 346.0 180.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 247.0L167.0 234.0L296.0 234.0C297.10458 234.0 298.0 234.89543 298.0 236.0L298.0 245.0C298.0 246.10457 297.10458 247.0 296.0 247.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M167.0 247.0L167.0 234.0L296.0 234.0C297.10458 234.0 298.0 234.89543 298.0 236.0L298.0 245.0C298.0 246.10457 297.10458 247.0 296.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 314.0L167.0 301.0L291.0 301.0C292.10458 301.0 293.0 301.89542 293.0 303.0L293.0 312.0C293.0 313.10458 292.10458 314.0 291.0 314.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M167.0 314.0L167.0 301.0L291.0 301.0C292.10458 301.0 293.0 301.89542 293.0 303.0L293.0 312.0C293.0 313.10458 292.10458 314.0 291.0 314.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M167.0 381.0L167.0 368.0L286.0 368.0C287.10458 368.0 288.0 368.89542 288.0 370.0L288.0 379.0C288.0 380.10458 287.10458 381.0 286.0 381.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M167.0 381.0L167.0 368.0L286.0 368.0C287.10458 368.0 288.0 368.89542 288.0 370.0L288.0 379.0C288.0 380.10458 287.10458 381.0 286.0 381.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M425.96652 80.640625L427.15402 80.640625L427.15402 81.515625L425.96652 81.515625L425.96652 83.5L424.8884 83.5L424.8884 81.515625L420.99777 81.515625L420.99777 80.875L424.81027 74.96875L425.96652 74.96875L425.96652 80.640625ZM422.23215 80.640625L424.8884 80.640625L424.8884 76.453125L424.74777 76.6875L422.23215 80.640625ZM433.5759 77.1875Q433.5759 77.828125 433.23215 78.328125Q432.8884 78.828125 432.3259 79.109375Q432.98215 79.390625 433.37277 79.953125Q433.7634 80.5 433.7634 81.203125Q433.7634 82.296875 433.0134 82.96875Q432.27902 83.625 431.06027 83.625Q429.8259 83.625 429.0759 82.96875Q428.34152 82.296875 428.34152 81.203125Q428.34152 80.5 428.71652 79.953125Q429.09152 79.390625 429.7634 79.109375Q429.2009 78.828125 428.87277 78.328125Q428.54465 77.828125 428.54465 77.1875Q428.54465 76.109375 429.23215 75.484375Q429.91965 74.84375 431.06027 74.84375Q432.18527 74.84375 432.87277 75.484375Q433.5759 76.109375 433.5759 77.1875ZM432.68527 81.171875Q432.68527 80.453125 432.23215 80.015625Q431.77902 79.5625 431.04465 79.5625Q430.31027 79.5625 429.85715 80.015625Q429.41965 80.453125 429.41965 81.1875Q429.41965 81.90625 429.85715 82.328125Q430.29465 82.734375 431.06027 82.734375Q431.81027 82.734375 432.24777 82.3125Q432.68527 81.890625 432.68527 81.171875ZM431.06027 75.734375Q430.41965 75.734375 430.0134 76.140625Q429.62277 76.53125 429.62277 77.21875Q429.62277 77.859375 430.0134 78.265625Q430.40402 78.671875 431.04465 78.671875Q431.7009 78.671875 432.09152 78.265625Q432.48215 77.859375 432.48215 77.21875Q432.48215 76.5625 432.0759 76.15625Q431.66965 75.734375 431.06027 75.734375ZM435.29465 76.609375Q435.29465 75.84375 435.77902 75.34375Q436.27902 74.84375 437.04465 74.84375Q437.8259 74.84375 438.31027 75.34375Q438.79465 75.84375 438.79465 76.640625L438.79465 77.0625Q438.79465 77.828125 438.29465 78.328125Q437.81027 78.8125 437.06027 78.8125Q436.29465 78.8125 435.79465 78.328125Q435.29465 77.828125 435.29465 77.015625L435.29465 76.609375ZM436.10715 77.0625Q436.10715 77.515625 436.35715 77.8125Q436.62277 78.109375 437.06027 78.109375Q437.48215 78.109375 437.73215 77.828125Q437.98215 77.53125 437.98215 77.03125L437.98215 76.609375Q437.98215 76.15625 437.73215 75.859375Q437.48215 75.546875 437.04465 75.546875Q436.60715 75.546875 436.35715 75.859375Q436.10715 76.15625 436.10715 76.625L436.10715 77.0625ZM439.4509 81.40625Q439.4509 80.640625 439.93527 80.15625Q440.43527 79.65625 441.2009 79.65625Q441.96652 79.65625 442.4509 80.15625Q442.9509 80.640625 442.9509 81.453125L442.9509 81.859375Q442.9509 82.625 442.46652 83.125Q441.98215 83.625 441.21652 83.625Q440.4509 83.625 439.9509 83.140625Q439.4509 82.640625 439.4509 81.828125L439.4509 81.40625ZM440.2634 81.859375Q440.2634 82.328125 440.5134 82.625Q440.77902 82.921875 441.21652 82.921875Q441.6384 82.921875 441.8884 82.640625Q442.1384 82.34375 442.1384 81.84375L442.1384 81.40625Q442.1384 80.9375 441.87277 80.65625Q441.62277 80.359375 441.2009 80.359375Q440.77902 80.359375 440.5134 80.65625Q440.2634 80.9375 440.2634 81.4375L440.2634 81.859375ZM437.31027 82.859375L436.68527 82.46875L440.85715 75.796875L441.46652 76.1875L437.31027 82.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M425.96652 80.640625L427.15402 80.640625L427.15402 81.515625L425.96652 81.515625L425.96652 83.5L424.8884 83.5L424.8884 81.515625L420.99777 81.515625L420.99777 80.875L424.81027 74.96875L425.96652 74.96875L425.96652 80.640625ZM422.23215 80.640625L424.8884 80.640625L424.8884 76.453125L424.74777 76.6875L422.23215 80.640625ZM433.5759 77.1875Q433.5759 77.828125 433.23215 78.328125Q432.8884 78.828125 432.3259 79.109375Q432.98215 79.390625 433.37277 79.953125Q433.7634 80.5 433.7634 81.203125Q433.7634 82.296875 433.0134 82.96875Q432.27902 83.625 431.06027 83.625Q429.8259 83.625 429.0759 82.96875Q428.34152 82.296875 428.34152 81.203125Q428.34152 80.5 428.71652 79.953125Q429.09152 79.390625 429.7634 79.109375Q429.2009 78.828125 428.87277 78.328125Q428.54465 77.828125 428.54465 77.1875Q428.54465 76.109375 429.23215 75.484375Q429.91965 74.84375 431.06027 74.84375Q432.18527 74.84375 432.87277 75.484375Q433.5759 76.109375 433.5759 77.1875ZM432.68527 81.171875Q432.68527 80.453125 432.23215 80.015625Q431.77902 79.5625 431.04465 79.5625Q430.31027 79.5625 429.85715 80.015625Q429.41965 80.453125 429.41965 81.1875Q429.41965 81.90625 429.85715 82.328125Q430.29465 82.734375 431.06027 82.734375Q431.81027 82.734375 432.24777 82.3125Q432.68527 81.890625 432.68527 81.171875ZM431.06027 75.734375Q430.41965 75.734375 430.0134 76.140625Q429.62277 76.53125 429.62277 77.21875Q429.62277 77.859375 430.0134 78.265625Q430.40402 78.671875 431.04465 78.671875Q431.7009 78.671875 432.09152 78.265625Q432.48215 77.859375 432.48215 77.21875Q432.48215 76.5625 432.0759 76.15625Q431.66965 75.734375 431.06027 75.734375ZM435.29465 76.609375Q435.29465 75.84375 435.77902 75.34375Q436.27902 74.84375 437.04465 74.84375Q437.8259 74.84375 438.31027 75.34375Q438.79465 75.84375 438.79465 76.640625L438.79465 77.0625Q438.79465 77.828125 438.29465 78.328125Q437.81027 78.8125 437.06027 78.8125Q436.29465 78.8125 435.79465 78.328125Q435.29465 77.828125 435.29465 77.015625L435.29465 76.609375ZM436.10715 77.0625Q436.10715 77.515625 436.35715 77.8125Q436.62277 78.109375 437.06027 78.109375Q437.48215 78.109375 437.73215 77.828125Q437.98215 77.53125 437.98215 77.03125L437.98215 76.609375Q437.98215 76.15625 437.73215 75.859375Q437.48215 75.546875 437.04465 75.546875Q436.60715 75.546875 436.35715 75.859375Q436.10715 76.15625 436.10715 76.625L436.10715 77.0625ZM439.4509 81.40625Q439.4509 80.640625 439.93527 80.15625Q440.43527 79.65625 441.2009 79.65625Q441.96652 79.65625 442.4509 80.15625Q442.9509 80.640625 442.9509 81.453125L442.9509 81.859375Q442.9509 82.625 442.46652 83.125Q441.98215 83.625 441.21652 83.625Q440.4509 83.625 439.9509 83.140625Q439.4509 82.640625 439.4509 81.828125L439.4509 81.40625ZM440.2634 81.859375Q440.2634 82.328125 440.5134 82.625Q440.77902 82.921875 441.21652 82.921875Q441.6384 82.921875 441.8884 82.640625Q442.1384 82.34375 442.1384 81.84375L442.1384 81.40625Q442.1384 80.9375 441.87277 80.65625Q441.62277 80.359375 441.2009 80.359375Q440.77902 80.359375 440.5134 80.65625Q440.2634 80.9375 440.2634 81.4375L440.2634 81.859375ZM437.31027 82.859375L436.68527 82.46875L440.85715 75.796875L441.46652 76.1875L437.31027 82.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M332.52203 145.70312L333.33453 145.70312Q334.11578 145.6875 334.55328 145.29688Q334.99078 144.90625 334.99078 144.23438Q334.99078 142.73438 333.49078 142.73438Q332.78766 142.73438 332.36578 143.14062Q331.95953 143.54688 331.95953 144.20312L330.86578 144.20312Q330.86578 143.1875 331.60016 142.51562Q332.35016 141.84375 333.49078 141.84375Q334.6939 141.84375 335.3814 142.48438Q336.0689 143.125 336.0689 144.26562Q336.0689 144.82812 335.70953 145.34375Q335.35016 145.85938 334.72516 146.125Q335.42828 146.34375 335.80328 146.85938Q336.1939 147.375 336.1939 148.125Q336.1939 149.26562 335.4439 149.95312Q334.6939 150.625 333.49078 150.625Q332.30328 150.625 331.53766 149.96875Q330.78766 149.3125 330.78766 148.25L331.8814 148.25Q331.8814 148.92188 332.3189 149.32812Q332.7564 149.73438 333.5064 149.73438Q334.28766 149.73438 334.6939 149.32812Q335.11578 148.90625 335.11578 148.14062Q335.11578 147.40625 334.66266 147.01562Q334.20953 146.60938 333.33453 146.59375L332.52203 146.59375L332.52203 145.70312ZM343.30328 146.85938Q343.30328 148.76562 342.64703 149.70312Q342.0064 150.625 340.61578 150.625Q339.2564 150.625 338.60016 149.71875Q337.9439 148.8125 337.91266 147.0L337.91266 145.5625Q337.91266 143.67188 338.55328 142.76562Q339.20953 141.84375 340.60016 141.84375Q341.97516 141.84375 342.6314 142.73438Q343.28766 143.60938 343.30328 145.45312L343.30328 146.85938ZM342.20953 145.375Q342.20953 144.0 341.8189 143.375Q341.4439 142.73438 340.60016 142.73438Q339.77203 142.73438 339.3814 143.375Q339.0064 144.0 339.0064 145.29688L339.0064 147.03125Q339.0064 148.40625 339.39703 149.07812Q339.80328 149.73438 340.61578 149.73438Q341.41266 149.73438 341.80328 149.10938Q342.1939 148.48438 342.20953 147.15625L342.20953 145.375ZM344.85016 143.60938Q344.85016 142.84375 345.33453 142.34375Q345.83453 141.84375 346.60016 141.84375Q347.3814 141.84375 347.86578 142.34375Q348.35016 142.84375 348.35016 143.64062L348.35016 144.0625Q348.35016 144.82812 347.85016 145.32812Q347.36578 145.8125 346.61578 145.8125Q345.85016 145.8125 345.35016 145.32812Q344.85016 144.82812 344.85016 144.01562L344.85016 143.60938ZM345.66266 144.0625Q345.66266 144.51562 345.91266 144.8125Q346.17828 145.10938 346.61578 145.10938Q347.03766 145.10938 347.28766 144.82812Q347.53766 144.53125 347.53766 144.03125L347.53766 143.60938Q347.53766 143.15625 347.28766 142.85938Q347.03766 142.54688 346.60016 142.54688Q346.16266 142.54688 345.91266 142.85938Q345.66266 143.15625 345.66266 143.625L345.66266 144.0625ZM349.0064 148.40625Q349.0064 147.64062 349.49078 147.15625Q349.99078 146.65625 350.7564 146.65625Q351.52203 146.65625 352.0064 147.15625Q352.5064 147.64062 352.5064 148.45312L352.5064 148.85938Q352.5064 149.625 352.02203 150.125Q351.53766 150.625 350.77203 150.625Q350.0064 150.625 349.5064 150.14062Q349.0064 149.64062 349.0064 148.82812L349.0064 148.40625ZM349.8189 148.85938Q349.8189 149.32812 350.0689 149.625Q350.33453 149.92188 350.77203 149.92188Q351.1939 149.92188 351.4439 149.64062Q351.6939 149.34375 351.6939 148.84375L351.6939 148.40625Q351.6939 147.9375 351.42828 147.65625Q351.17828 147.35938 350.7564 147.35938Q350.33453 147.35938 350.0689 147.65625Q349.8189 147.9375 349.8189 148.4375L349.8189 148.85938ZM346.86578 149.85938L346.24078 149.46875L350.41266 142.79688L351.02203 143.1875L346.86578 149.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M332.52203 145.70312L333.33453 145.70312Q334.11578 145.6875 334.55328 145.29688Q334.99078 144.90625 334.99078 144.23438Q334.99078 142.73438 333.49078 142.73438Q332.78766 142.73438 332.36578 143.14062Q331.95953 143.54688 331.95953 144.20312L330.86578 144.20312Q330.86578 143.1875 331.60016 142.51562Q332.35016 141.84375 333.49078 141.84375Q334.6939 141.84375 335.3814 142.48438Q336.0689 143.125 336.0689 144.26562Q336.0689 144.82812 335.70953 145.34375Q335.35016 145.85938 334.72516 146.125Q335.42828 146.34375 335.80328 146.85938Q336.1939 147.375 336.1939 148.125Q336.1939 149.26562 335.4439 149.95312Q334.6939 150.625 333.49078 150.625Q332.30328 150.625 331.53766 149.96875Q330.78766 149.3125 330.78766 148.25L331.8814 148.25Q331.8814 148.92188 332.3189 149.32812Q332.7564 149.73438 333.5064 149.73438Q334.28766 149.73438 334.6939 149.32812Q335.11578 148.90625 335.11578 148.14062Q335.11578 147.40625 334.66266 147.01562Q334.20953 146.60938 333.33453 146.59375L332.52203 146.59375L332.52203 145.70312ZM343.30328 146.85938Q343.30328 148.76562 342.64703 149.70312Q342.0064 150.625 340.61578 150.625Q339.2564 150.625 338.60016 149.71875Q337.9439 148.8125 337.91266 147.0L337.91266 145.5625Q337.91266 143.67188 338.55328 142.76562Q339.20953 141.84375 340.60016 141.84375Q341.97516 141.84375 342.6314 142.73438Q343.28766 143.60938 343.30328 145.45312L343.30328 146.85938ZM342.20953 145.375Q342.20953 144.0 341.8189 143.375Q341.4439 142.73438 340.60016 142.73438Q339.77203 142.73438 339.3814 143.375Q339.0064 144.0 339.0064 145.29688L339.0064 147.03125Q339.0064 148.40625 339.39703 149.07812Q339.80328 149.73438 340.61578 149.73438Q341.41266 149.73438 341.80328 149.10938Q342.1939 148.48438 342.20953 147.15625L342.20953 145.375ZM344.85016 143.60938Q344.85016 142.84375 345.33453 142.34375Q345.83453 141.84375 346.60016 141.84375Q347.3814 141.84375 347.86578 142.34375Q348.35016 142.84375 348.35016 143.64062L348.35016 144.0625Q348.35016 144.82812 347.85016 145.32812Q347.36578 145.8125 346.61578 145.8125Q345.85016 145.8125 345.35016 145.32812Q344.85016 144.82812 344.85016 144.01562L344.85016 143.60938ZM345.66266 144.0625Q345.66266 144.51562 345.91266 144.8125Q346.17828 145.10938 346.61578 145.10938Q347.03766 145.10938 347.28766 144.82812Q347.53766 144.53125 347.53766 144.03125L347.53766 143.60938Q347.53766 143.15625 347.28766 142.85938Q347.03766 142.54688 346.60016 142.54688Q346.16266 142.54688 345.91266 142.85938Q345.66266 143.15625 345.66266 143.625L345.66266 144.0625ZM349.0064 148.40625Q349.0064 147.64062 349.49078 147.15625Q349.99078 146.65625 350.7564 146.65625Q351.52203 146.65625 352.0064 147.15625Q352.5064 147.64062 352.5064 148.45312L352.5064 148.85938Q352.5064 149.625 352.02203 150.125Q351.53766 150.625 350.77203 150.625Q350.0064 150.625 349.5064 150.14062Q349.0064 149.64062 349.0064 148.82812L349.0064 148.40625ZM349.8189 148.85938Q349.8189 149.32812 350.0689 149.625Q350.33453 149.92188 350.77203 149.92188Q351.1939 149.92188 351.4439 149.64062Q351.6939 149.34375 351.6939 148.84375L351.6939 148.40625Q351.6939 147.9375 351.42828 147.65625Q351.17828 147.35938 350.7564 147.35938Q350.33453 147.35938 350.0689 147.65625Q349.8189 147.9375 349.8189 148.4375L349.8189 148.85938ZM346.86578 149.85938L346.24078 149.46875L350.41266 142.79688L351.02203 143.1875L346.86578 149.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.41418 217.5L305.82043 217.5L305.82043 216.71875L308.77356 213.4375Q309.4298 212.6875 309.6798 212.23438Q309.9298 211.76562 309.9298 211.26562Q309.9298 210.59375 309.52356 210.17188Q309.13293 209.73438 308.44543 209.73438Q307.64856 209.73438 307.19543 210.20312Q306.7423 210.65625 306.7423 211.48438L305.66418 211.48438Q305.66418 210.29688 306.41418 209.57812Q307.1798 208.84375 308.44543 208.84375Q309.64856 208.84375 310.33606 209.46875Q311.02356 210.09375 311.02356 211.14062Q311.02356 212.39062 309.41418 214.14062L307.13293 216.60938L311.41418 216.60938L311.41418 217.5ZM313.32043 213.21875L313.75793 208.96875L318.13293 208.96875L318.13293 209.96875L314.6798 209.96875L314.41418 212.29688Q315.0548 211.92188 315.85168 211.92188Q317.00793 211.92188 317.69543 212.70312Q318.38293 213.46875 318.38293 214.78125Q318.38293 216.09375 317.66418 216.85938Q316.96106 217.625 315.6798 217.625Q314.5548 217.625 313.83606 217.0Q313.1173 216.35938 313.02356 215.25L314.03918 215.25Q314.14856 215.98438 314.57043 216.35938Q314.9923 216.73438 315.6798 216.73438Q316.4298 216.73438 316.8673 216.21875Q317.3048 215.70312 317.3048 214.79688Q317.3048 213.9375 316.83606 213.42188Q316.3673 212.90625 315.58606 212.90625Q314.88293 212.90625 314.47668 213.20312L314.19543 213.4375L313.32043 213.21875ZM319.72668 210.60938Q319.72668 209.84375 320.21106 209.34375Q320.71106 208.84375 321.47668 208.84375Q322.25793 208.84375 322.7423 209.34375Q323.22668 209.84375 323.22668 210.64062L323.22668 211.0625Q323.22668 211.82812 322.72668 212.32812Q322.2423 212.8125 321.4923 212.8125Q320.72668 212.8125 320.22668 212.32812Q319.72668 211.82812 319.72668 211.01562L319.72668 210.60938ZM320.53918 211.0625Q320.53918 211.51562 320.78918 211.8125Q321.0548 212.10938 321.4923 212.10938Q321.91418 212.10938 322.16418 211.82812Q322.41418 211.53125 322.41418 211.03125L322.41418 210.60938Q322.41418 210.15625 322.16418 209.85938Q321.91418 209.54688 321.47668 209.54688Q321.03918 209.54688 320.78918 209.85938Q320.53918 210.15625 320.53918 210.625L320.53918 211.0625ZM323.88293 215.40625Q323.88293 214.64062 324.3673 214.15625Q324.8673 213.65625 325.63293 213.65625Q326.39856 213.65625 326.88293 214.15625Q327.38293 214.64062 327.38293 215.45312L327.38293 215.85938Q327.38293 216.625 326.89856 217.125Q326.41418 217.625 325.64856 217.625Q324.88293 217.625 324.38293 217.14062Q323.88293 216.64062 323.88293 215.82812L323.88293 215.40625ZM324.69543 215.85938Q324.69543 216.32812 324.94543 216.625Q325.21106 216.92188 325.64856 216.92188Q326.07043 216.92188 326.32043 216.64062Q326.57043 216.34375 326.57043 215.84375L326.57043 215.40625Q326.57043 214.9375 326.3048 214.65625Q326.0548 214.35938 325.63293 214.35938Q325.21106 214.35938 324.94543 214.65625Q324.69543 214.9375 324.69543 215.4375L324.69543 215.85938ZM321.7423 216.85938L321.1173 216.46875L325.28918 209.79688L325.89856 210.1875L321.7423 216.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M311.41418 217.5L305.82043 217.5L305.82043 216.71875L308.77356 213.4375Q309.4298 212.6875 309.6798 212.23438Q309.9298 211.76562 309.9298 211.26562Q309.9298 210.59375 309.52356 210.17188Q309.13293 209.73438 308.44543 209.73438Q307.64856 209.73438 307.19543 210.20312Q306.7423 210.65625 306.7423 211.48438L305.66418 211.48438Q305.66418 210.29688 306.41418 209.57812Q307.1798 208.84375 308.44543 208.84375Q309.64856 208.84375 310.33606 209.46875Q311.02356 210.09375 311.02356 211.14062Q311.02356 212.39062 309.41418 214.14062L307.13293 216.60938L311.41418 216.60938L311.41418 217.5ZM313.32043 213.21875L313.75793 208.96875L318.13293 208.96875L318.13293 209.96875L314.6798 209.96875L314.41418 212.29688Q315.0548 211.92188 315.85168 211.92188Q317.00793 211.92188 317.69543 212.70312Q318.38293 213.46875 318.38293 214.78125Q318.38293 216.09375 317.66418 216.85938Q316.96106 217.625 315.6798 217.625Q314.5548 217.625 313.83606 217.0Q313.1173 216.35938 313.02356 215.25L314.03918 215.25Q314.14856 215.98438 314.57043 216.35938Q314.9923 216.73438 315.6798 216.73438Q316.4298 216.73438 316.8673 216.21875Q317.3048 215.70312 317.3048 214.79688Q317.3048 213.9375 316.83606 213.42188Q316.3673 212.90625 315.58606 212.90625Q314.88293 212.90625 314.47668 213.20312L314.19543 213.4375L313.32043 213.21875ZM319.72668 210.60938Q319.72668 209.84375 320.21106 209.34375Q320.71106 208.84375 321.47668 208.84375Q322.25793 208.84375 322.7423 209.34375Q323.22668 209.84375 323.22668 210.64062L323.22668 211.0625Q323.22668 211.82812 322.72668 212.32812Q322.2423 212.8125 321.4923 212.8125Q320.72668 212.8125 320.22668 212.32812Q319.72668 211.82812 319.72668 211.01562L319.72668 210.60938ZM320.53918 211.0625Q320.53918 211.51562 320.78918 211.8125Q321.0548 212.10938 321.4923 212.10938Q321.91418 212.10938 322.16418 211.82812Q322.41418 211.53125 322.41418 211.03125L322.41418 210.60938Q322.41418 210.15625 322.16418 209.85938Q321.91418 209.54688 321.47668 209.54688Q321.03918 209.54688 320.78918 209.85938Q320.53918 210.15625 320.53918 210.625L320.53918 211.0625ZM323.88293 215.40625Q323.88293 214.64062 324.3673 214.15625Q324.8673 213.65625 325.63293 213.65625Q326.39856 213.65625 326.88293 214.15625Q327.38293 214.64062 327.38293 215.45312L327.38293 215.85938Q327.38293 216.625 326.89856 217.125Q326.41418 217.625 325.64856 217.625Q324.88293 217.625 324.38293 217.14062Q323.88293 216.64062 323.88293 215.82812L323.88293 215.40625ZM324.69543 215.85938Q324.69543 216.32812 324.94543 216.625Q325.21106 216.92188 325.64856 216.92188Q326.07043 216.92188 326.32043 216.64062Q326.57043 216.34375 326.57043 215.84375L326.57043 215.40625Q326.57043 214.9375 326.3048 214.65625Q326.0548 214.35938 325.63293 214.35938Q325.21106 214.35938 324.94543 214.65625Q324.69543 214.9375 324.69543 215.4375L324.69543 215.85938ZM321.7423 216.85938L321.1173 216.46875L325.28918 209.79688L325.89856 210.1875L321.7423 216.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.51297 284.5L325.91922 284.5L325.91922 283.71875L328.87234 280.4375Q329.5286 279.6875 329.7786 279.23438Q330.0286 278.76562 330.0286 278.26562Q330.0286 277.59375 329.62234 277.17188Q329.23172 276.73438 328.54422 276.73438Q327.74734 276.73438 327.29422 277.20312Q326.8411 277.65625 326.8411 278.48438L325.76297 278.48438Q325.76297 277.29688 326.51297 276.57812Q327.2786 275.84375 328.54422 275.84375Q329.74734 275.84375 330.43484 276.46875Q331.12234 277.09375 331.12234 278.14062Q331.12234 279.39062 329.51297 281.14062L327.23172 283.60938L331.51297 283.60938L331.51297 284.5ZM337.07547 280.75Q336.74734 281.15625 336.26297 281.40625Q335.79422 281.64062 335.23172 281.64062Q334.49734 281.64062 333.95047 281.28125Q333.4036 280.92188 333.10672 280.26562Q332.80984 279.59375 332.80984 278.79688Q332.80984 277.95312 333.12234 277.26562Q333.45047 276.57812 334.04422 276.21875Q334.6536 275.84375 335.45047 275.84375Q336.7161 275.84375 337.43484 276.79688Q338.16922 277.75 338.16922 279.375L338.16922 279.6875Q338.16922 282.1875 337.18484 283.32812Q336.20047 284.46875 334.2161 284.5L333.99734 284.5L333.99734 283.59375L334.23172 283.59375Q335.57547 283.5625 336.29422 282.89062Q337.01297 282.21875 337.07547 280.75ZM335.4036 280.75Q335.95047 280.75 336.4036 280.42188Q336.87234 280.07812 337.0911 279.59375L337.0911 279.15625Q337.0911 278.09375 336.62234 277.42188Q336.1536 276.75 335.45047 276.75Q334.73172 276.75 334.29422 277.29688Q333.87234 277.84375 333.87234 278.75Q333.87234 279.625 334.2786 280.1875Q334.70047 280.75 335.4036 280.75ZM339.82547 277.60938Q339.82547 276.84375 340.30984 276.34375Q340.80984 275.84375 341.57547 275.84375Q342.35672 275.84375 342.8411 276.34375Q343.32547 276.84375 343.32547 277.64062L343.32547 278.0625Q343.32547 278.82812 342.82547 279.32812Q342.3411 279.8125 341.5911 279.8125Q340.82547 279.8125 340.32547 279.32812Q339.82547 278.82812 339.82547 278.01562L339.82547 277.60938ZM340.63797 278.0625Q340.63797 278.51562 340.88797 278.8125Q341.1536 279.10938 341.5911 279.10938Q342.01297 279.10938 342.26297 278.82812Q342.51297 278.53125 342.51297 278.03125L342.51297 277.60938Q342.51297 277.15625 342.26297 276.85938Q342.01297 276.54688 341.57547 276.54688Q341.13797 276.54688 340.88797 276.85938Q340.63797 277.15625 340.63797 277.625L340.63797 278.0625ZM343.98172 282.40625Q343.98172 281.64062 344.4661 281.15625Q344.9661 280.65625 345.73172 280.65625Q346.49734 280.65625 346.98172 281.15625Q347.48172 281.64062 347.48172 282.45312L347.48172 282.85938Q347.48172 283.625 346.99734 284.125Q346.51297 284.625 345.74734 284.625Q344.98172 284.625 344.48172 284.14062Q343.98172 283.64062 343.98172 282.82812L343.98172 282.40625ZM344.79422 282.85938Q344.79422 283.32812 345.04422 283.625Q345.30984 283.92188 345.74734 283.92188Q346.16922 283.92188 346.41922 283.64062Q346.66922 283.34375 346.66922 282.84375L346.66922 282.40625Q346.66922 281.9375 346.4036 281.65625Q346.1536 281.35938 345.73172 281.35938Q345.30984 281.35938 345.04422 281.65625Q344.79422 281.9375 344.79422 282.4375L344.79422 282.85938ZM341.8411 283.85938L341.2161 283.46875L345.38797 276.79688L345.99734 277.1875L341.8411 283.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M331.51297 284.5L325.91922 284.5L325.91922 283.71875L328.87234 280.4375Q329.5286 279.6875 329.7786 279.23438Q330.0286 278.76562 330.0286 278.26562Q330.0286 277.59375 329.62234 277.17188Q329.23172 276.73438 328.54422 276.73438Q327.74734 276.73438 327.29422 277.20312Q326.8411 277.65625 326.8411 278.48438L325.76297 278.48438Q325.76297 277.29688 326.51297 276.57812Q327.2786 275.84375 328.54422 275.84375Q329.74734 275.84375 330.43484 276.46875Q331.12234 277.09375 331.12234 278.14062Q331.12234 279.39062 329.51297 281.14062L327.23172 283.60938L331.51297 283.60938L331.51297 284.5ZM337.07547 280.75Q336.74734 281.15625 336.26297 281.40625Q335.79422 281.64062 335.23172 281.64062Q334.49734 281.64062 333.95047 281.28125Q333.4036 280.92188 333.10672 280.26562Q332.80984 279.59375 332.80984 278.79688Q332.80984 277.95312 333.12234 277.26562Q333.45047 276.57812 334.04422 276.21875Q334.6536 275.84375 335.45047 275.84375Q336.7161 275.84375 337.43484 276.79688Q338.16922 277.75 338.16922 279.375L338.16922 279.6875Q338.16922 282.1875 337.18484 283.32812Q336.20047 284.46875 334.2161 284.5L333.99734 284.5L333.99734 283.59375L334.23172 283.59375Q335.57547 283.5625 336.29422 282.89062Q337.01297 282.21875 337.07547 280.75ZM335.4036 280.75Q335.95047 280.75 336.4036 280.42188Q336.87234 280.07812 337.0911 279.59375L337.0911 279.15625Q337.0911 278.09375 336.62234 277.42188Q336.1536 276.75 335.45047 276.75Q334.73172 276.75 334.29422 277.29688Q333.87234 277.84375 333.87234 278.75Q333.87234 279.625 334.2786 280.1875Q334.70047 280.75 335.4036 280.75ZM339.82547 277.60938Q339.82547 276.84375 340.30984 276.34375Q340.80984 275.84375 341.57547 275.84375Q342.35672 275.84375 342.8411 276.34375Q343.32547 276.84375 343.32547 277.64062L343.32547 278.0625Q343.32547 278.82812 342.82547 279.32812Q342.3411 279.8125 341.5911 279.8125Q340.82547 279.8125 340.32547 279.32812Q339.82547 278.82812 339.82547 278.01562L339.82547 277.60938ZM340.63797 278.0625Q340.63797 278.51562 340.88797 278.8125Q341.1536 279.10938 341.5911 279.10938Q342.01297 279.10938 342.26297 278.82812Q342.51297 278.53125 342.51297 278.03125L342.51297 277.60938Q342.51297 277.15625 342.26297 276.85938Q342.01297 276.54688 341.57547 276.54688Q341.13797 276.54688 340.88797 276.85938Q340.63797 277.15625 340.63797 277.625L340.63797 278.0625ZM343.98172 282.40625Q343.98172 281.64062 344.4661 281.15625Q344.9661 280.65625 345.73172 280.65625Q346.49734 280.65625 346.98172 281.15625Q347.48172 281.64062 347.48172 282.45312L347.48172 282.85938Q347.48172 283.625 346.99734 284.125Q346.51297 284.625 345.74734 284.625Q344.98172 284.625 344.48172 284.14062Q343.98172 283.64062 343.98172 282.82812L343.98172 282.40625ZM344.79422 282.85938Q344.79422 283.32812 345.04422 283.625Q345.30984 283.92188 345.74734 283.92188Q346.16922 283.92188 346.41922 283.64062Q346.66922 283.34375 346.66922 282.84375L346.66922 282.40625Q346.66922 281.9375 346.4036 281.65625Q346.1536 281.35938 345.73172 281.35938Q345.30984 281.35938 345.04422 281.65625Q344.79422 281.9375 344.79422 282.4375L344.79422 282.85938ZM341.8411 283.85938L341.2161 283.46875L345.38797 276.79688L345.99734 277.1875L341.8411 283.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.34012 351.5L290.74637 351.5L290.74637 350.71875L293.6995 347.4375Q294.35574 346.6875 294.60574 346.23438Q294.85574 345.76562 294.85574 345.26562Q294.85574 344.59375 294.4495 344.17188Q294.05887 343.73438 293.37137 343.73438Q292.5745 343.73438 292.12137 344.20312Q291.66824 344.65625 291.66824 345.48438L290.59012 345.48438Q290.59012 344.29688 291.34012 343.57812Q292.10574 342.84375 293.37137 342.84375Q294.5745 342.84375 295.262 343.46875Q295.9495 344.09375 295.9495 345.14062Q295.9495 346.39062 294.34012 348.14062L292.05887 350.60938L296.34012 350.60938L296.34012 351.5ZM303.34012 351.5L297.74637 351.5L297.74637 350.71875L300.6995 347.4375Q301.35574 346.6875 301.60574 346.23438Q301.85574 345.76562 301.85574 345.26562Q301.85574 344.59375 301.4495 344.17188Q301.05887 343.73438 300.37137 343.73438Q299.5745 343.73438 299.12137 344.20312Q298.66824 344.65625 298.66824 345.48438L297.59012 345.48438Q297.59012 344.29688 298.34012 343.57812Q299.10574 342.84375 300.37137 342.84375Q301.5745 342.84375 302.262 343.46875Q302.9495 344.09375 302.9495 345.14062Q302.9495 346.39062 301.34012 348.14062L299.05887 350.60938L303.34012 350.60938L303.34012 351.5ZM304.65262 344.60938Q304.65262 343.84375 305.137 343.34375Q305.637 342.84375 306.40262 342.84375Q307.18387 342.84375 307.66824 343.34375Q308.15262 343.84375 308.15262 344.64062L308.15262 345.0625Q308.15262 345.82812 307.65262 346.32812Q307.16824 346.8125 306.41824 346.8125Q305.65262 346.8125 305.15262 346.32812Q304.65262 345.82812 304.65262 345.01562L304.65262 344.60938ZM305.46512 345.0625Q305.46512 345.51562 305.71512 345.8125Q305.98074 346.10938 306.41824 346.10938Q306.84012 346.10938 307.09012 345.82812Q307.34012 345.53125 307.34012 345.03125L307.34012 344.60938Q307.34012 344.15625 307.09012 343.85938Q306.84012 343.54688 306.40262 343.54688Q305.96512 343.54688 305.71512 343.85938Q305.46512 344.15625 305.46512 344.625L305.46512 345.0625ZM308.80887 349.40625Q308.80887 348.64062 309.29324 348.15625Q309.79324 347.65625 310.55887 347.65625Q311.3245 347.65625 311.80887 348.15625Q312.30887 348.64062 312.30887 349.45312L312.30887 349.85938Q312.30887 350.625 311.8245 351.125Q311.34012 351.625 310.5745 351.625Q309.80887 351.625 309.30887 351.14062Q308.80887 350.64062 308.80887 349.82812L308.80887 349.40625ZM309.62137 349.85938Q309.62137 350.32812 309.87137 350.625Q310.137 350.92188 310.5745 350.92188Q310.99637 350.92188 311.24637 350.64062Q311.49637 350.34375 311.49637 349.84375L311.49637 349.40625Q311.49637 348.9375 311.23074 348.65625Q310.98074 348.35938 310.55887 348.35938Q310.137 348.35938 309.87137 348.65625Q309.62137 348.9375 309.62137 349.4375L309.62137 349.85938ZM306.66824 350.85938L306.04324 350.46875L310.21512 343.79688L310.8245 344.1875L306.66824 350.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M296.34012 351.5L290.74637 351.5L290.74637 350.71875L293.6995 347.4375Q294.35574 346.6875 294.60574 346.23438Q294.85574 345.76562 294.85574 345.26562Q294.85574 344.59375 294.4495 344.17188Q294.05887 343.73438 293.37137 343.73438Q292.5745 343.73438 292.12137 344.20312Q291.66824 344.65625 291.66824 345.48438L290.59012 345.48438Q290.59012 344.29688 291.34012 343.57812Q292.10574 342.84375 293.37137 342.84375Q294.5745 342.84375 295.262 343.46875Q295.9495 344.09375 295.9495 345.14062Q295.9495 346.39062 294.34012 348.14062L292.05887 350.60938L296.34012 350.60938L296.34012 351.5ZM303.34012 351.5L297.74637 351.5L297.74637 350.71875L300.6995 347.4375Q301.35574 346.6875 301.60574 346.23438Q301.85574 345.76562 301.85574 345.26562Q301.85574 344.59375 301.4495 344.17188Q301.05887 343.73438 300.37137 343.73438Q299.5745 343.73438 299.12137 344.20312Q298.66824 344.65625 298.66824 345.48438L297.59012 345.48438Q297.59012 344.29688 298.34012 343.57812Q299.10574 342.84375 300.37137 342.84375Q301.5745 342.84375 302.262 343.46875Q302.9495 344.09375 302.9495 345.14062Q302.9495 346.39062 301.34012 348.14062L299.05887 350.60938L303.34012 350.60938L303.34012 351.5ZM304.65262 344.60938Q304.65262 343.84375 305.137 343.34375Q305.637 342.84375 306.40262 342.84375Q307.18387 342.84375 307.66824 343.34375Q308.15262 343.84375 308.15262 344.64062L308.15262 345.0625Q308.15262 345.82812 307.65262 346.32812Q307.16824 346.8125 306.41824 346.8125Q305.65262 346.8125 305.15262 346.32812Q304.65262 345.82812 304.65262 345.01562L304.65262 344.60938ZM305.46512 345.0625Q305.46512 345.51562 305.71512 345.8125Q305.98074 346.10938 306.41824 346.10938Q306.84012 346.10938 307.09012 345.82812Q307.34012 345.53125 307.34012 345.03125L307.34012 344.60938Q307.34012 344.15625 307.09012 343.85938Q306.84012 343.54688 306.40262 343.54688Q305.96512 343.54688 305.71512 343.85938Q305.46512 344.15625 305.46512 344.625L305.46512 345.0625ZM308.80887 349.40625Q308.80887 348.64062 309.29324 348.15625Q309.79324 347.65625 310.55887 347.65625Q311.3245 347.65625 311.80887 348.15625Q312.30887 348.64062 312.30887 349.45312L312.30887 349.85938Q312.30887 350.625 311.8245 351.125Q311.34012 351.625 310.5745 351.625Q309.80887 351.625 309.30887 351.14062Q308.80887 350.64062 308.80887 349.82812L308.80887 349.40625ZM309.62137 349.85938Q309.62137 350.32812 309.87137 350.625Q310.137 350.92188 310.5745 350.92188Q310.99637 350.92188 311.24637 350.64062Q311.49637 350.34375 311.49637 349.84375L311.49637 349.40625Q311.49637 348.9375 311.23074 348.65625Q310.98074 348.35938 310.55887 348.35938Q310.137 348.35938 309.87137 348.65625Q309.62137 348.9375 309.62137 349.4375L309.62137 349.85938ZM306.66824 350.85938L306.04324 350.46875L310.21512 343.79688L310.8245 344.1875L306.66824 350.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M452.03653 93.21875L452.47403 88.96875L456.84903 88.96875L456.84903 89.96875L453.3959 89.96875L453.13028 92.296875Q453.7709 91.921875 454.56778 91.921875Q455.72403 91.921875 456.41153 92.703125Q457.09903 93.46875 457.09903 94.78125Q457.09903 96.09375 456.38028 96.859375Q455.67715 97.625 454.3959 97.625Q453.2709 97.625 452.55215 97.0Q451.8334 96.359375 451.73965 95.25L452.75528 95.25Q452.86465 95.984375 453.28653 96.359375Q453.7084 96.734375 454.3959 96.734375Q455.1459 96.734375 455.5834 96.21875Q456.0209 95.703125 456.0209 94.796875Q456.0209 93.9375 455.55215 93.421875Q455.0834 92.90625 454.30215 92.90625Q453.59903 92.90625 453.19278 93.203125L452.91153 93.4375L452.03653 93.21875ZM463.11465 94.640625L464.30215 94.640625L464.30215 95.515625L463.11465 95.515625L463.11465 97.5L462.03653 97.5L462.03653 95.515625L458.1459 95.515625L458.1459 94.875L461.9584 88.96875L463.11465 88.96875L463.11465 94.640625ZM459.38028 94.640625L462.03653 94.640625L462.03653 90.453125L461.8959 90.6875L459.38028 94.640625ZM465.44278 90.609375Q465.44278 89.84375 465.92715 89.34375Q466.42715 88.84375 467.19278 88.84375Q467.97403 88.84375 468.4584 89.34375Q468.94278 89.84375 468.94278 90.640625L468.94278 91.0625Q468.94278 91.828125 468.44278 92.328125Q467.9584 92.8125 467.2084 92.8125Q466.44278 92.8125 465.94278 92.328125Q465.44278 91.828125 465.44278 91.015625L465.44278 90.609375ZM466.25528 91.0625Q466.25528 91.515625 466.50528 91.8125Q466.7709 92.109375 467.2084 92.109375Q467.63028 92.109375 467.88028 91.828125Q468.13028 91.53125 468.13028 91.03125L468.13028 90.609375Q468.13028 90.15625 467.88028 89.859375Q467.63028 89.546875 467.19278 89.546875Q466.75528 89.546875 466.50528 89.859375Q466.25528 90.15625 466.25528 90.625L466.25528 91.0625ZM469.59903 95.40625Q469.59903 94.640625 470.0834 94.15625Q470.5834 93.65625 471.34903 93.65625Q472.11465 93.65625 472.59903 94.15625Q473.09903 94.640625 473.09903 95.453125L473.09903 95.859375Q473.09903 96.625 472.61465 97.125Q472.13028 97.625 471.36465 97.625Q470.59903 97.625 470.09903 97.140625Q469.59903 96.640625 469.59903 95.828125L469.59903 95.40625ZM470.41153 95.859375Q470.41153 96.328125 470.66153 96.625Q470.92715 96.921875 471.36465 96.921875Q471.78653 96.921875 472.03653 96.640625Q472.28653 96.34375 472.28653 95.84375L472.28653 95.40625Q472.28653 94.9375 472.0209 94.65625Q471.7709 94.359375 471.34903 94.359375Q470.92715 94.359375 470.66153 94.65625Q470.41153 94.9375 470.41153 95.4375L470.41153 95.859375ZM467.4584 96.859375L466.8334 96.46875L471.00528 89.796875L471.61465 90.1875L467.4584 96.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M452.03653 93.21875L452.47403 88.96875L456.84903 88.96875L456.84903 89.96875L453.3959 89.96875L453.13028 92.296875Q453.7709 91.921875 454.56778 91.921875Q455.72403 91.921875 456.41153 92.703125Q457.09903 93.46875 457.09903 94.78125Q457.09903 96.09375 456.38028 96.859375Q455.67715 97.625 454.3959 97.625Q453.2709 97.625 452.55215 97.0Q451.8334 96.359375 451.73965 95.25L452.75528 95.25Q452.86465 95.984375 453.28653 96.359375Q453.7084 96.734375 454.3959 96.734375Q455.1459 96.734375 455.5834 96.21875Q456.0209 95.703125 456.0209 94.796875Q456.0209 93.9375 455.55215 93.421875Q455.0834 92.90625 454.30215 92.90625Q453.59903 92.90625 453.19278 93.203125L452.91153 93.4375L452.03653 93.21875ZM463.11465 94.640625L464.30215 94.640625L464.30215 95.515625L463.11465 95.515625L463.11465 97.5L462.03653 97.5L462.03653 95.515625L458.1459 95.515625L458.1459 94.875L461.9584 88.96875L463.11465 88.96875L463.11465 94.640625ZM459.38028 94.640625L462.03653 94.640625L462.03653 90.453125L461.8959 90.6875L459.38028 94.640625ZM465.44278 90.609375Q465.44278 89.84375 465.92715 89.34375Q466.42715 88.84375 467.19278 88.84375Q467.97403 88.84375 468.4584 89.34375Q468.94278 89.84375 468.94278 90.640625L468.94278 91.0625Q468.94278 91.828125 468.44278 92.328125Q467.9584 92.8125 467.2084 92.8125Q466.44278 92.8125 465.94278 92.328125Q465.44278 91.828125 465.44278 91.015625L465.44278 90.609375ZM466.25528 91.0625Q466.25528 91.515625 466.50528 91.8125Q466.7709 92.109375 467.2084 92.109375Q467.63028 92.109375 467.88028 91.828125Q468.13028 91.53125 468.13028 91.03125L468.13028 90.609375Q468.13028 90.15625 467.88028 89.859375Q467.63028 89.546875 467.19278 89.546875Q466.75528 89.546875 466.50528 89.859375Q466.25528 90.15625 466.25528 90.625L466.25528 91.0625ZM469.59903 95.40625Q469.59903 94.640625 470.0834 94.15625Q470.5834 93.65625 471.34903 93.65625Q472.11465 93.65625 472.59903 94.15625Q473.09903 94.640625 473.09903 95.453125L473.09903 95.859375Q473.09903 96.625 472.61465 97.125Q472.13028 97.625 471.36465 97.625Q470.59903 97.625 470.09903 97.140625Q469.59903 96.640625 469.59903 95.828125L469.59903 95.40625ZM470.41153 95.859375Q470.41153 96.328125 470.66153 96.625Q470.92715 96.921875 471.36465 96.921875Q471.78653 96.921875 472.03653 96.640625Q472.28653 96.34375 472.28653 95.84375L472.28653 95.40625Q472.28653 94.9375 472.0209 94.65625Q471.7709 94.359375 471.34903 94.359375Q470.92715 94.359375 470.66153 94.65625Q470.41153 94.9375 470.41153 95.4375L470.41153 95.859375ZM467.4584 96.859375L466.8334 96.46875L471.00528 89.796875L471.61465 90.1875L467.4584 96.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M372.71957 159.70312L373.53207 159.70312Q374.31332 159.6875 374.75082 159.29688Q375.18832 158.90625 375.18832 158.23438Q375.18832 156.73438 373.68832 156.73438Q372.9852 156.73438 372.56332 157.14062Q372.15707 157.54688 372.15707 158.20312L371.06332 158.20312Q371.06332 157.1875 371.7977 156.51562Q372.5477 155.84375 373.68832 155.84375Q374.89145 155.84375 375.57895 156.48438Q376.26645 157.125 376.26645 158.26562Q376.26645 158.82812 375.90707 159.34375Q375.5477 159.85938 374.9227 160.125Q375.62582 160.34375 376.00082 160.85938Q376.39145 161.375 376.39145 162.125Q376.39145 163.26562 375.64145 163.95312Q374.89145 164.625 373.68832 164.625Q372.50082 164.625 371.7352 163.96875Q370.9852 163.3125 370.9852 162.25L372.07895 162.25Q372.07895 162.92188 372.51645 163.32812Q372.95395 163.73438 373.70395 163.73438Q374.4852 163.73438 374.89145 163.32812Q375.31332 162.90625 375.31332 162.14062Q375.31332 161.40625 374.8602 161.01562Q374.40707 160.60938 373.53207 160.59375L372.71957 160.59375L372.71957 159.70312ZM383.32895 158.1875Q383.32895 158.82812 382.9852 159.32812Q382.64145 159.82812 382.07895 160.10938Q382.7352 160.39062 383.12582 160.95312Q383.51645 161.5 383.51645 162.20312Q383.51645 163.29688 382.76645 163.96875Q382.03207 164.625 380.81332 164.625Q379.57895 164.625 378.82895 163.96875Q378.09457 163.29688 378.09457 162.20312Q378.09457 161.5 378.46957 160.95312Q378.84457 160.39062 379.51645 160.10938Q378.95395 159.82812 378.62582 159.32812Q378.2977 158.82812 378.2977 158.1875Q378.2977 157.10938 378.9852 156.48438Q379.6727 155.84375 380.81332 155.84375Q381.93832 155.84375 382.62582 156.48438Q383.32895 157.10938 383.32895 158.1875ZM382.43832 162.17188Q382.43832 161.45312 381.9852 161.01562Q381.53207 160.5625 380.7977 160.5625Q380.06332 160.5625 379.6102 161.01562Q379.1727 161.45312 379.1727 162.1875Q379.1727 162.90625 379.6102 163.32812Q380.0477 163.73438 380.81332 163.73438Q381.56332 163.73438 382.00082 163.3125Q382.43832 162.89062 382.43832 162.17188ZM380.81332 156.73438Q380.1727 156.73438 379.76645 157.14062Q379.37582 157.53125 379.37582 158.21875Q379.37582 158.85938 379.76645 159.26562Q380.15707 159.67188 380.7977 159.67188Q381.45395 159.67188 381.84457 159.26562Q382.2352 158.85938 382.2352 158.21875Q382.2352 157.5625 381.82895 157.15625Q381.4227 156.73438 380.81332 156.73438ZM385.0477 157.60938Q385.0477 156.84375 385.53207 156.34375Q386.03207 155.84375 386.7977 155.84375Q387.57895 155.84375 388.06332 156.34375Q388.5477 156.84375 388.5477 157.64062L388.5477 158.0625Q388.5477 158.82812 388.0477 159.32812Q387.56332 159.8125 386.81332 159.8125Q386.0477 159.8125 385.5477 159.32812Q385.0477 158.82812 385.0477 158.01562L385.0477 157.60938ZM385.8602 158.0625Q385.8602 158.51562 386.1102 158.8125Q386.37582 159.10938 386.81332 159.10938Q387.2352 159.10938 387.4852 158.82812Q387.7352 158.53125 387.7352 158.03125L387.7352 157.60938Q387.7352 157.15625 387.4852 156.85938Q387.2352 156.54688 386.7977 156.54688Q386.3602 156.54688 386.1102 156.85938Q385.8602 157.15625 385.8602 157.625L385.8602 158.0625ZM389.20395 162.40625Q389.20395 161.64062 389.68832 161.15625Q390.18832 160.65625 390.95395 160.65625Q391.71957 160.65625 392.20395 161.15625Q392.70395 161.64062 392.70395 162.45312L392.70395 162.85938Q392.70395 163.625 392.21957 164.125Q391.7352 164.625 390.96957 164.625Q390.20395 164.625 389.70395 164.14062Q389.20395 163.64062 389.20395 162.82812L389.20395 162.40625ZM390.01645 162.85938Q390.01645 163.32812 390.26645 163.625Q390.53207 163.92188 390.96957 163.92188Q391.39145 163.92188 391.64145 163.64062Q391.89145 163.34375 391.89145 162.84375L391.89145 162.40625Q391.89145 161.9375 391.62582 161.65625Q391.37582 161.35938 390.95395 161.35938Q390.53207 161.35938 390.26645 161.65625Q390.01645 161.9375 390.01645 162.4375L390.01645 162.85938ZM387.06332 163.85938L386.43832 163.46875L390.6102 156.79688L391.21957 157.1875L387.06332 163.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M372.71957 159.70312L373.53207 159.70312Q374.31332 159.6875 374.75082 159.29688Q375.18832 158.90625 375.18832 158.23438Q375.18832 156.73438 373.68832 156.73438Q372.9852 156.73438 372.56332 157.14062Q372.15707 157.54688 372.15707 158.20312L371.06332 158.20312Q371.06332 157.1875 371.7977 156.51562Q372.5477 155.84375 373.68832 155.84375Q374.89145 155.84375 375.57895 156.48438Q376.26645 157.125 376.26645 158.26562Q376.26645 158.82812 375.90707 159.34375Q375.5477 159.85938 374.9227 160.125Q375.62582 160.34375 376.00082 160.85938Q376.39145 161.375 376.39145 162.125Q376.39145 163.26562 375.64145 163.95312Q374.89145 164.625 373.68832 164.625Q372.50082 164.625 371.7352 163.96875Q370.9852 163.3125 370.9852 162.25L372.07895 162.25Q372.07895 162.92188 372.51645 163.32812Q372.95395 163.73438 373.70395 163.73438Q374.4852 163.73438 374.89145 163.32812Q375.31332 162.90625 375.31332 162.14062Q375.31332 161.40625 374.8602 161.01562Q374.40707 160.60938 373.53207 160.59375L372.71957 160.59375L372.71957 159.70312ZM383.32895 158.1875Q383.32895 158.82812 382.9852 159.32812Q382.64145 159.82812 382.07895 160.10938Q382.7352 160.39062 383.12582 160.95312Q383.51645 161.5 383.51645 162.20312Q383.51645 163.29688 382.76645 163.96875Q382.03207 164.625 380.81332 164.625Q379.57895 164.625 378.82895 163.96875Q378.09457 163.29688 378.09457 162.20312Q378.09457 161.5 378.46957 160.95312Q378.84457 160.39062 379.51645 160.10938Q378.95395 159.82812 378.62582 159.32812Q378.2977 158.82812 378.2977 158.1875Q378.2977 157.10938 378.9852 156.48438Q379.6727 155.84375 380.81332 155.84375Q381.93832 155.84375 382.62582 156.48438Q383.32895 157.10938 383.32895 158.1875ZM382.43832 162.17188Q382.43832 161.45312 381.9852 161.01562Q381.53207 160.5625 380.7977 160.5625Q380.06332 160.5625 379.6102 161.01562Q379.1727 161.45312 379.1727 162.1875Q379.1727 162.90625 379.6102 163.32812Q380.0477 163.73438 380.81332 163.73438Q381.56332 163.73438 382.00082 163.3125Q382.43832 162.89062 382.43832 162.17188ZM380.81332 156.73438Q380.1727 156.73438 379.76645 157.14062Q379.37582 157.53125 379.37582 158.21875Q379.37582 158.85938 379.76645 159.26562Q380.15707 159.67188 380.7977 159.67188Q381.45395 159.67188 381.84457 159.26562Q382.2352 158.85938 382.2352 158.21875Q382.2352 157.5625 381.82895 157.15625Q381.4227 156.73438 380.81332 156.73438ZM385.0477 157.60938Q385.0477 156.84375 385.53207 156.34375Q386.03207 155.84375 386.7977 155.84375Q387.57895 155.84375 388.06332 156.34375Q388.5477 156.84375 388.5477 157.64062L388.5477 158.0625Q388.5477 158.82812 388.0477 159.32812Q387.56332 159.8125 386.81332 159.8125Q386.0477 159.8125 385.5477 159.32812Q385.0477 158.82812 385.0477 158.01562L385.0477 157.60938ZM385.8602 158.0625Q385.8602 158.51562 386.1102 158.8125Q386.37582 159.10938 386.81332 159.10938Q387.2352 159.10938 387.4852 158.82812Q387.7352 158.53125 387.7352 158.03125L387.7352 157.60938Q387.7352 157.15625 387.4852 156.85938Q387.2352 156.54688 386.7977 156.54688Q386.3602 156.54688 386.1102 156.85938Q385.8602 157.15625 385.8602 157.625L385.8602 158.0625ZM389.20395 162.40625Q389.20395 161.64062 389.68832 161.15625Q390.18832 160.65625 390.95395 160.65625Q391.71957 160.65625 392.20395 161.15625Q392.70395 161.64062 392.70395 162.45312L392.70395 162.85938Q392.70395 163.625 392.21957 164.125Q391.7352 164.625 390.96957 164.625Q390.20395 164.625 389.70395 164.14062Q389.20395 163.64062 389.20395 162.82812L389.20395 162.40625ZM390.01645 162.85938Q390.01645 163.32812 390.26645 163.625Q390.53207 163.92188 390.96957 163.92188Q391.39145 163.92188 391.64145 163.64062Q391.89145 163.34375 391.89145 162.84375L391.89145 162.40625Q391.89145 161.9375 391.62582 161.65625Q391.37582 161.35938 390.95395 161.35938Q390.53207 161.35938 390.26645 161.65625Q390.01645 161.9375 390.01645 162.4375L390.01645 162.85938ZM387.06332 163.85938L386.43832 163.46875L390.6102 156.79688L391.21957 157.1875L387.06332 163.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M321.4636 231.5L315.86984 231.5L315.86984 230.71875L318.82297 227.4375Q319.47922 226.6875 319.72922 226.23438Q319.97922 225.76562 319.97922 225.26562Q319.97922 224.59375 319.57297 224.17188Q319.18234 223.73438 318.49484 223.73438Q317.69797 223.73438 317.24484 224.20312Q316.79172 224.65625 316.79172 225.48438L315.7136 225.48438Q315.7136 224.29688 316.4636 223.57812Q317.22922 222.84375 318.49484 222.84375Q319.69797 222.84375 320.38547 223.46875Q321.07297 224.09375 321.07297 225.14062Q321.07297 226.39062 319.4636 228.14062L317.18234 230.60938L321.4636 230.60938L321.4636 231.5ZM328.38547 223.57812L324.85422 231.5L323.7136 231.5L327.22922 223.85938L322.61984 223.85938L322.61984 222.96875L328.38547 222.96875L328.38547 223.57812ZM329.7761 224.60938Q329.7761 223.84375 330.26047 223.34375Q330.76047 222.84375 331.5261 222.84375Q332.30734 222.84375 332.79172 223.34375Q333.2761 223.84375 333.2761 224.64062L333.2761 225.0625Q333.2761 225.82812 332.7761 226.32812Q332.29172 226.8125 331.54172 226.8125Q330.7761 226.8125 330.2761 226.32812Q329.7761 225.82812 329.7761 225.01562L329.7761 224.60938ZM330.5886 225.0625Q330.5886 225.51562 330.8386 225.8125Q331.10422 226.10938 331.54172 226.10938Q331.9636 226.10938 332.2136 225.82812Q332.4636 225.53125 332.4636 225.03125L332.4636 224.60938Q332.4636 224.15625 332.2136 223.85938Q331.9636 223.54688 331.5261 223.54688Q331.0886 223.54688 330.8386 223.85938Q330.5886 224.15625 330.5886 224.625L330.5886 225.0625ZM333.93234 229.40625Q333.93234 228.64062 334.41672 228.15625Q334.91672 227.65625 335.68234 227.65625Q336.44797 227.65625 336.93234 228.15625Q337.43234 228.64062 337.43234 229.45312L337.43234 229.85938Q337.43234 230.625 336.94797 231.125Q336.4636 231.625 335.69797 231.625Q334.93234 231.625 334.43234 231.14062Q333.93234 230.64062 333.93234 229.82812L333.93234 229.40625ZM334.74484 229.85938Q334.74484 230.32812 334.99484 230.625Q335.26047 230.92188 335.69797 230.92188Q336.11984 230.92188 336.36984 230.64062Q336.61984 230.34375 336.61984 229.84375L336.61984 229.40625Q336.61984 228.9375 336.35422 228.65625Q336.10422 228.35938 335.68234 228.35938Q335.26047 228.35938 334.99484 228.65625Q334.74484 228.9375 334.74484 229.4375L334.74484 229.85938ZM331.79172 230.85938L331.16672 230.46875L335.3386 223.79688L335.94797 224.1875L331.79172 230.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M321.4636 231.5L315.86984 231.5L315.86984 230.71875L318.82297 227.4375Q319.47922 226.6875 319.72922 226.23438Q319.97922 225.76562 319.97922 225.26562Q319.97922 224.59375 319.57297 224.17188Q319.18234 223.73438 318.49484 223.73438Q317.69797 223.73438 317.24484 224.20312Q316.79172 224.65625 316.79172 225.48438L315.7136 225.48438Q315.7136 224.29688 316.4636 223.57812Q317.22922 222.84375 318.49484 222.84375Q319.69797 222.84375 320.38547 223.46875Q321.07297 224.09375 321.07297 225.14062Q321.07297 226.39062 319.4636 228.14062L317.18234 230.60938L321.4636 230.60938L321.4636 231.5ZM328.38547 223.57812L324.85422 231.5L323.7136 231.5L327.22922 223.85938L322.61984 223.85938L322.61984 222.96875L328.38547 222.96875L328.38547 223.57812ZM329.7761 224.60938Q329.7761 223.84375 330.26047 223.34375Q330.76047 222.84375 331.5261 222.84375Q332.30734 222.84375 332.79172 223.34375Q333.2761 223.84375 333.2761 224.64062L333.2761 225.0625Q333.2761 225.82812 332.7761 226.32812Q332.29172 226.8125 331.54172 226.8125Q330.7761 226.8125 330.2761 226.32812Q329.7761 225.82812 329.7761 225.01562L329.7761 224.60938ZM330.5886 225.0625Q330.5886 225.51562 330.8386 225.8125Q331.10422 226.10938 331.54172 226.10938Q331.9636 226.10938 332.2136 225.82812Q332.4636 225.53125 332.4636 225.03125L332.4636 224.60938Q332.4636 224.15625 332.2136 223.85938Q331.9636 223.54688 331.5261 223.54688Q331.0886 223.54688 330.8386 223.85938Q330.5886 224.15625 330.5886 224.625L330.5886 225.0625ZM333.93234 229.40625Q333.93234 228.64062 334.41672 228.15625Q334.91672 227.65625 335.68234 227.65625Q336.44797 227.65625 336.93234 228.15625Q337.43234 228.64062 337.43234 229.45312L337.43234 229.85938Q337.43234 230.625 336.94797 231.125Q336.4636 231.625 335.69797 231.625Q334.93234 231.625 334.43234 231.14062Q333.93234 230.64062 333.93234 229.82812L333.93234 229.40625ZM334.74484 229.85938Q334.74484 230.32812 334.99484 230.625Q335.26047 230.92188 335.69797 230.92188Q336.11984 230.92188 336.36984 230.64062Q336.61984 230.34375 336.61984 229.84375L336.61984 229.40625Q336.61984 228.9375 336.35422 228.65625Q336.10422 228.35938 335.68234 228.35938Q335.26047 228.35938 334.99484 228.65625Q334.74484 228.9375 334.74484 229.4375L334.74484 229.85938ZM331.79172 230.85938L331.16672 230.46875L335.3386 223.79688L335.94797 224.1875L331.79172 230.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M332.52203 293.70312L333.33453 293.70312Q334.11578 293.6875 334.55328 293.29688Q334.99078 292.90625 334.99078 292.23438Q334.99078 290.73438 333.49078 290.73438Q332.78766 290.73438 332.36578 291.14062Q331.95953 291.54688 331.95953 292.20312L330.86578 292.20312Q330.86578 291.1875 331.60016 290.51562Q332.35016 289.84375 333.49078 289.84375Q334.6939 289.84375 335.3814 290.48438Q336.0689 291.125 336.0689 292.26562Q336.0689 292.82812 335.70953 293.34375Q335.35016 293.85938 334.72516 294.125Q335.42828 294.34375 335.80328 294.85938Q336.1939 295.375 336.1939 296.125Q336.1939 297.26562 335.4439 297.95312Q334.6939 298.625 333.49078 298.625Q332.30328 298.625 331.53766 297.96875Q330.78766 297.3125 330.78766 296.25L331.8814 296.25Q331.8814 296.92188 332.3189 297.32812Q332.7564 297.73438 333.5064 297.73438Q334.28766 297.73438 334.6939 297.32812Q335.11578 296.90625 335.11578 296.14062Q335.11578 295.40625 334.66266 295.01562Q334.20953 294.60938 333.33453 294.59375L332.52203 294.59375L332.52203 293.70312ZM343.30328 294.85938Q343.30328 296.76562 342.64703 297.70312Q342.0064 298.625 340.61578 298.625Q339.2564 298.625 338.60016 297.71875Q337.9439 296.8125 337.91266 295.0L337.91266 293.5625Q337.91266 291.67188 338.55328 290.76562Q339.20953 289.84375 340.60016 289.84375Q341.97516 289.84375 342.6314 290.73438Q343.28766 291.60938 343.30328 293.45312L343.30328 294.85938ZM342.20953 293.375Q342.20953 292.0 341.8189 291.375Q341.4439 290.73438 340.60016 290.73438Q339.77203 290.73438 339.3814 291.375Q339.0064 292.0 339.0064 293.29688L339.0064 295.03125Q339.0064 296.40625 339.39703 297.07812Q339.80328 297.73438 340.61578 297.73438Q341.41266 297.73438 341.80328 297.10938Q342.1939 296.48438 342.20953 295.15625L342.20953 293.375ZM344.85016 291.60938Q344.85016 290.84375 345.33453 290.34375Q345.83453 289.84375 346.60016 289.84375Q347.3814 289.84375 347.86578 290.34375Q348.35016 290.84375 348.35016 291.64062L348.35016 292.0625Q348.35016 292.82812 347.85016 293.32812Q347.36578 293.8125 346.61578 293.8125Q345.85016 293.8125 345.35016 293.32812Q344.85016 292.82812 344.85016 292.01562L344.85016 291.60938ZM345.66266 292.0625Q345.66266 292.51562 345.91266 292.8125Q346.17828 293.10938 346.61578 293.10938Q347.03766 293.10938 347.28766 292.82812Q347.53766 292.53125 347.53766 292.03125L347.53766 291.60938Q347.53766 291.15625 347.28766 290.85938Q347.03766 290.54688 346.60016 290.54688Q346.16266 290.54688 345.91266 290.85938Q345.66266 291.15625 345.66266 291.625L345.66266 292.0625ZM349.0064 296.40625Q349.0064 295.64062 349.49078 295.15625Q349.99078 294.65625 350.7564 294.65625Q351.52203 294.65625 352.0064 295.15625Q352.5064 295.64062 352.5064 296.45312L352.5064 296.85938Q352.5064 297.625 352.02203 298.125Q351.53766 298.625 350.77203 298.625Q350.0064 298.625 349.5064 298.14062Q349.0064 297.64062 349.0064 296.82812L349.0064 296.40625ZM349.8189 296.85938Q349.8189 297.32812 350.0689 297.625Q350.33453 297.92188 350.77203 297.92188Q351.1939 297.92188 351.4439 297.64062Q351.6939 297.34375 351.6939 296.84375L351.6939 296.40625Q351.6939 295.9375 351.42828 295.65625Q351.17828 295.35938 350.7564 295.35938Q350.33453 295.35938 350.0689 295.65625Q349.8189 295.9375 349.8189 296.4375L349.8189 296.85938ZM346.86578 297.85938L346.24078 297.46875L350.41266 290.79688L351.02203 291.1875L346.86578 297.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M332.52203 293.70312L333.33453 293.70312Q334.11578 293.6875 334.55328 293.29688Q334.99078 292.90625 334.99078 292.23438Q334.99078 290.73438 333.49078 290.73438Q332.78766 290.73438 332.36578 291.14062Q331.95953 291.54688 331.95953 292.20312L330.86578 292.20312Q330.86578 291.1875 331.60016 290.51562Q332.35016 289.84375 333.49078 289.84375Q334.6939 289.84375 335.3814 290.48438Q336.0689 291.125 336.0689 292.26562Q336.0689 292.82812 335.70953 293.34375Q335.35016 293.85938 334.72516 294.125Q335.42828 294.34375 335.80328 294.85938Q336.1939 295.375 336.1939 296.125Q336.1939 297.26562 335.4439 297.95312Q334.6939 298.625 333.49078 298.625Q332.30328 298.625 331.53766 297.96875Q330.78766 297.3125 330.78766 296.25L331.8814 296.25Q331.8814 296.92188 332.3189 297.32812Q332.7564 297.73438 333.5064 297.73438Q334.28766 297.73438 334.6939 297.32812Q335.11578 296.90625 335.11578 296.14062Q335.11578 295.40625 334.66266 295.01562Q334.20953 294.60938 333.33453 294.59375L332.52203 294.59375L332.52203 293.70312ZM343.30328 294.85938Q343.30328 296.76562 342.64703 297.70312Q342.0064 298.625 340.61578 298.625Q339.2564 298.625 338.60016 297.71875Q337.9439 296.8125 337.91266 295.0L337.91266 293.5625Q337.91266 291.67188 338.55328 290.76562Q339.20953 289.84375 340.60016 289.84375Q341.97516 289.84375 342.6314 290.73438Q343.28766 291.60938 343.30328 293.45312L343.30328 294.85938ZM342.20953 293.375Q342.20953 292.0 341.8189 291.375Q341.4439 290.73438 340.60016 290.73438Q339.77203 290.73438 339.3814 291.375Q339.0064 292.0 339.0064 293.29688L339.0064 295.03125Q339.0064 296.40625 339.39703 297.07812Q339.80328 297.73438 340.61578 297.73438Q341.41266 297.73438 341.80328 297.10938Q342.1939 296.48438 342.20953 295.15625L342.20953 293.375ZM344.85016 291.60938Q344.85016 290.84375 345.33453 290.34375Q345.83453 289.84375 346.60016 289.84375Q347.3814 289.84375 347.86578 290.34375Q348.35016 290.84375 348.35016 291.64062L348.35016 292.0625Q348.35016 292.82812 347.85016 293.32812Q347.36578 293.8125 346.61578 293.8125Q345.85016 293.8125 345.35016 293.32812Q344.85016 292.82812 344.85016 292.01562L344.85016 291.60938ZM345.66266 292.0625Q345.66266 292.51562 345.91266 292.8125Q346.17828 293.10938 346.61578 293.10938Q347.03766 293.10938 347.28766 292.82812Q347.53766 292.53125 347.53766 292.03125L347.53766 291.60938Q347.53766 291.15625 347.28766 290.85938Q347.03766 290.54688 346.60016 290.54688Q346.16266 290.54688 345.91266 290.85938Q345.66266 291.15625 345.66266 291.625L345.66266 292.0625ZM349.0064 296.40625Q349.0064 295.64062 349.49078 295.15625Q349.99078 294.65625 350.7564 294.65625Q351.52203 294.65625 352.0064 295.15625Q352.5064 295.64062 352.5064 296.45312L352.5064 296.85938Q352.5064 297.625 352.02203 298.125Q351.53766 298.625 350.77203 298.625Q350.0064 298.625 349.5064 298.14062Q349.0064 297.64062 349.0064 296.82812L349.0064 296.40625ZM349.8189 296.85938Q349.8189 297.32812 350.0689 297.625Q350.33453 297.92188 350.77203 297.92188Q351.1939 297.92188 351.4439 297.64062Q351.6939 297.34375 351.6939 296.84375L351.6939 296.40625Q351.6939 295.9375 351.42828 295.65625Q351.17828 295.35938 350.7564 295.35938Q350.33453 295.35938 350.0689 295.65625Q349.8189 295.9375 349.8189 296.4375L349.8189 296.85938ZM346.86578 297.85938L346.24078 297.46875L350.41266 290.79688L351.02203 291.1875L346.86578 297.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M321.4636 365.5L315.86984 365.5L315.86984 364.71875L318.82297 361.4375Q319.47922 360.6875 319.72922 360.23438Q319.97922 359.76562 319.97922 359.26562Q319.97922 358.59375 319.57297 358.17188Q319.18234 357.73438 318.49484 357.73438Q317.69797 357.73438 317.24484 358.20312Q316.79172 358.65625 316.79172 359.48438L315.7136 359.48438Q315.7136 358.29688 316.4636 357.57812Q317.22922 356.84375 318.49484 356.84375Q319.69797 356.84375 320.38547 357.46875Q321.07297 358.09375 321.07297 359.14062Q321.07297 360.39062 319.4636 362.14062L317.18234 364.60938L321.4636 364.60938L321.4636 365.5ZM328.38547 357.57812L324.85422 365.5L323.7136 365.5L327.22922 357.85938L322.61984 357.85938L322.61984 356.96875L328.38547 356.96875L328.38547 357.57812ZM329.7761 358.60938Q329.7761 357.84375 330.26047 357.34375Q330.76047 356.84375 331.5261 356.84375Q332.30734 356.84375 332.79172 357.34375Q333.2761 357.84375 333.2761 358.64062L333.2761 359.0625Q333.2761 359.82812 332.7761 360.32812Q332.29172 360.8125 331.54172 360.8125Q330.7761 360.8125 330.2761 360.32812Q329.7761 359.82812 329.7761 359.01562L329.7761 358.60938ZM330.5886 359.0625Q330.5886 359.51562 330.8386 359.8125Q331.10422 360.10938 331.54172 360.10938Q331.9636 360.10938 332.2136 359.82812Q332.4636 359.53125 332.4636 359.03125L332.4636 358.60938Q332.4636 358.15625 332.2136 357.85938Q331.9636 357.54688 331.5261 357.54688Q331.0886 357.54688 330.8386 357.85938Q330.5886 358.15625 330.5886 358.625L330.5886 359.0625ZM333.93234 363.40625Q333.93234 362.64062 334.41672 362.15625Q334.91672 361.65625 335.68234 361.65625Q336.44797 361.65625 336.93234 362.15625Q337.43234 362.64062 337.43234 363.45312L337.43234 363.85938Q337.43234 364.625 336.94797 365.125Q336.4636 365.625 335.69797 365.625Q334.93234 365.625 334.43234 365.14062Q333.93234 364.64062 333.93234 363.82812L333.93234 363.40625ZM334.74484 363.85938Q334.74484 364.32812 334.99484 364.625Q335.26047 364.92188 335.69797 364.92188Q336.11984 364.92188 336.36984 364.64062Q336.61984 364.34375 336.61984 363.84375L336.61984 363.40625Q336.61984 362.9375 336.35422 362.65625Q336.10422 362.35938 335.68234 362.35938Q335.26047 362.35938 334.99484 362.65625Q334.74484 362.9375 334.74484 363.4375L334.74484 363.85938ZM331.79172 364.85938L331.16672 364.46875L335.3386 357.79688L335.94797 358.1875L331.79172 364.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M321.4636 365.5L315.86984 365.5L315.86984 364.71875L318.82297 361.4375Q319.47922 360.6875 319.72922 360.23438Q319.97922 359.76562 319.97922 359.26562Q319.97922 358.59375 319.57297 358.17188Q319.18234 357.73438 318.49484 357.73438Q317.69797 357.73438 317.24484 358.20312Q316.79172 358.65625 316.79172 359.48438L315.7136 359.48438Q315.7136 358.29688 316.4636 357.57812Q317.22922 356.84375 318.49484 356.84375Q319.69797 356.84375 320.38547 357.46875Q321.07297 358.09375 321.07297 359.14062Q321.07297 360.39062 319.4636 362.14062L317.18234 364.60938L321.4636 364.60938L321.4636 365.5ZM328.38547 357.57812L324.85422 365.5L323.7136 365.5L327.22922 357.85938L322.61984 357.85938L322.61984 356.96875L328.38547 356.96875L328.38547 357.57812ZM329.7761 358.60938Q329.7761 357.84375 330.26047 357.34375Q330.76047 356.84375 331.5261 356.84375Q332.30734 356.84375 332.79172 357.34375Q333.2761 357.84375 333.2761 358.64062L333.2761 359.0625Q333.2761 359.82812 332.7761 360.32812Q332.29172 360.8125 331.54172 360.8125Q330.7761 360.8125 330.2761 360.32812Q329.7761 359.82812 329.7761 359.01562L329.7761 358.60938ZM330.5886 359.0625Q330.5886 359.51562 330.8386 359.8125Q331.10422 360.10938 331.54172 360.10938Q331.9636 360.10938 332.2136 359.82812Q332.4636 359.53125 332.4636 359.03125L332.4636 358.60938Q332.4636 358.15625 332.2136 357.85938Q331.9636 357.54688 331.5261 357.54688Q331.0886 357.54688 330.8386 357.85938Q330.5886 358.15625 330.5886 358.625L330.5886 359.0625ZM333.93234 363.40625Q333.93234 362.64062 334.41672 362.15625Q334.91672 361.65625 335.68234 361.65625Q336.44797 361.65625 336.93234 362.15625Q337.43234 362.64062 337.43234 363.45312L337.43234 363.85938Q337.43234 364.625 336.94797 365.125Q336.4636 365.625 335.69797 365.625Q334.93234 365.625 334.43234 365.14062Q333.93234 364.64062 333.93234 363.82812L333.93234 363.40625ZM334.74484 363.85938Q334.74484 364.32812 334.99484 364.625Q335.26047 364.92188 335.69797 364.92188Q336.11984 364.92188 336.36984 364.64062Q336.61984 364.34375 336.61984 363.84375L336.61984 363.40625Q336.61984 362.9375 336.35422 362.65625Q336.10422 362.35938 335.68234 362.35938Q335.26047 362.35938 334.99484 362.65625Q334.74484 362.9375 334.74484 363.4375L334.74484 363.85938ZM331.79172 364.85938L331.16672 364.46875L335.3386 357.79688L335.94797 358.1875L331.79172 364.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M415.9171 108.640625L417.1046 108.640625L417.1046 109.515625L415.9171 109.515625L415.9171 111.5L414.839 111.5L414.839 109.515625L410.94836 109.515625L410.94836 108.875L414.76086 102.96875L415.9171 102.96875L415.9171 108.640625ZM412.18274 108.640625L414.839 108.640625L414.839 104.453125L414.69836 104.6875L412.18274 108.640625ZM422.6046 102.96875L422.6046 103.875L422.4015 103.875Q421.13586 103.90625 420.38586 104.640625Q419.63586 105.359375 419.51086 106.671875Q420.19836 105.90625 421.3546 105.90625Q422.464 105.90625 423.13586 106.6875Q423.80774 107.46875 423.80774 108.71875Q423.80774 110.03125 423.089 110.828125Q422.37024 111.625 421.1515 111.625Q419.93274 111.625 419.1671 110.6875Q418.4171 109.734375 418.4171 108.25L418.4171 107.84375Q418.4171 105.484375 419.4171 104.234375Q420.4171 102.984375 422.4015 102.96875L422.6046 102.96875ZM421.18274 106.8125Q420.62024 106.8125 420.1515 107.140625Q419.68274 107.46875 419.49524 107.984375L419.49524 108.375Q419.49524 109.4375 419.964 110.078125Q420.44836 110.71875 421.1515 110.71875Q421.88586 110.71875 422.30774 110.1875Q422.7296 109.640625 422.7296 108.765625Q422.7296 107.890625 422.30774 107.359375Q421.88586 106.8125 421.18274 106.8125ZM425.24524 104.609375Q425.24524 103.84375 425.7296 103.34375Q426.2296 102.84375 426.99524 102.84375Q427.7765 102.84375 428.26086 103.34375Q428.74524 103.84375 428.74524 104.640625L428.74524 105.0625Q428.74524 105.828125 428.24524 106.328125Q427.76086 106.8125 427.01086 106.8125Q426.24524 106.8125 425.74524 106.328125Q425.24524 105.828125 425.24524 105.015625L425.24524 104.609375ZM426.05774 105.0625Q426.05774 105.515625 426.30774 105.8125Q426.57336 106.109375 427.01086 106.109375Q427.43274 106.109375 427.68274 105.828125Q427.93274 105.53125 427.93274 105.03125L427.93274 104.609375Q427.93274 104.15625 427.68274 103.859375Q427.43274 103.546875 426.99524 103.546875Q426.55774 103.546875 426.30774 103.859375Q426.05774 104.15625 426.05774 104.625L426.05774 105.0625ZM429.4015 109.40625Q429.4015 108.640625 429.88586 108.15625Q430.38586 107.65625 431.1515 107.65625Q431.9171 107.65625 432.4015 108.15625Q432.9015 108.640625 432.9015 109.453125L432.9015 109.859375Q432.9015 110.625 432.4171 111.125Q431.93274 111.625 431.1671 111.625Q430.4015 111.625 429.9015 111.140625Q429.4015 110.640625 429.4015 109.828125L429.4015 109.40625ZM430.214 109.859375Q430.214 110.328125 430.464 110.625Q430.7296 110.921875 431.1671 110.921875Q431.589 110.921875 431.839 110.640625Q432.089 110.34375 432.089 109.84375L432.089 109.40625Q432.089 108.9375 431.82336 108.65625Q431.57336 108.359375 431.1515 108.359375Q430.7296 108.359375 430.464 108.65625Q430.214 108.9375 430.214 109.4375L430.214 109.859375ZM427.26086 110.859375L426.63586 110.46875L430.80774 103.796875L431.4171 104.1875L427.26086 110.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M415.9171 108.640625L417.1046 108.640625L417.1046 109.515625L415.9171 109.515625L415.9171 111.5L414.839 111.5L414.839 109.515625L410.94836 109.515625L410.94836 108.875L414.76086 102.96875L415.9171 102.96875L415.9171 108.640625ZM412.18274 108.640625L414.839 108.640625L414.839 104.453125L414.69836 104.6875L412.18274 108.640625ZM422.6046 102.96875L422.6046 103.875L422.4015 103.875Q421.13586 103.90625 420.38586 104.640625Q419.63586 105.359375 419.51086 106.671875Q420.19836 105.90625 421.3546 105.90625Q422.464 105.90625 423.13586 106.6875Q423.80774 107.46875 423.80774 108.71875Q423.80774 110.03125 423.089 110.828125Q422.37024 111.625 421.1515 111.625Q419.93274 111.625 419.1671 110.6875Q418.4171 109.734375 418.4171 108.25L418.4171 107.84375Q418.4171 105.484375 419.4171 104.234375Q420.4171 102.984375 422.4015 102.96875L422.6046 102.96875ZM421.18274 106.8125Q420.62024 106.8125 420.1515 107.140625Q419.68274 107.46875 419.49524 107.984375L419.49524 108.375Q419.49524 109.4375 419.964 110.078125Q420.44836 110.71875 421.1515 110.71875Q421.88586 110.71875 422.30774 110.1875Q422.7296 109.640625 422.7296 108.765625Q422.7296 107.890625 422.30774 107.359375Q421.88586 106.8125 421.18274 106.8125ZM425.24524 104.609375Q425.24524 103.84375 425.7296 103.34375Q426.2296 102.84375 426.99524 102.84375Q427.7765 102.84375 428.26086 103.34375Q428.74524 103.84375 428.74524 104.640625L428.74524 105.0625Q428.74524 105.828125 428.24524 106.328125Q427.76086 106.8125 427.01086 106.8125Q426.24524 106.8125 425.74524 106.328125Q425.24524 105.828125 425.24524 105.015625L425.24524 104.609375ZM426.05774 105.0625Q426.05774 105.515625 426.30774 105.8125Q426.57336 106.109375 427.01086 106.109375Q427.43274 106.109375 427.68274 105.828125Q427.93274 105.53125 427.93274 105.03125L427.93274 104.609375Q427.93274 104.15625 427.68274 103.859375Q427.43274 103.546875 426.99524 103.546875Q426.55774 103.546875 426.30774 103.859375Q426.05774 104.15625 426.05774 104.625L426.05774 105.0625ZM429.4015 109.40625Q429.4015 108.640625 429.88586 108.15625Q430.38586 107.65625 431.1515 107.65625Q431.9171 107.65625 432.4015 108.15625Q432.9015 108.640625 432.9015 109.453125L432.9015 109.859375Q432.9015 110.625 432.4171 111.125Q431.93274 111.625 431.1671 111.625Q430.4015 111.625 429.9015 111.140625Q429.4015 110.640625 429.4015 109.828125L429.4015 109.40625ZM430.214 109.859375Q430.214 110.328125 430.464 110.625Q430.7296 110.921875 431.1671 110.921875Q431.589 110.921875 431.839 110.640625Q432.089 110.34375 432.089 109.84375L432.089 109.40625Q432.089 108.9375 431.82336 108.65625Q431.57336 108.359375 431.1515 108.359375Q430.7296 108.359375 430.464 108.65625Q430.214 108.9375 430.214 109.4375L430.214 109.859375ZM427.26086 110.859375L426.63586 110.46875L430.80774 103.796875L431.4171 104.1875L427.26086 110.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M362.6702 173.70312L363.4827 173.70312Q364.26395 173.6875 364.70145 173.29688Q365.13895 172.90625 365.13895 172.23438Q365.13895 170.73438 363.63895 170.73438Q362.93582 170.73438 362.51395 171.14062Q362.1077 171.54688 362.1077 172.20312L361.01395 172.20312Q361.01395 171.1875 361.74832 170.51562Q362.49832 169.84375 363.63895 169.84375Q364.84207 169.84375 365.52957 170.48438Q366.21707 171.125 366.21707 172.26562Q366.21707 172.82812 365.8577 173.34375Q365.49832 173.85938 364.87332 174.125Q365.57645 174.34375 365.95145 174.85938Q366.34207 175.375 366.34207 176.125Q366.34207 177.26562 365.59207 177.95312Q364.84207 178.625 363.63895 178.625Q362.45145 178.625 361.68582 177.96875Q360.93582 177.3125 360.93582 176.25L362.02957 176.25Q362.02957 176.92188 362.46707 177.32812Q362.90457 177.73438 363.65457 177.73438Q364.43582 177.73438 364.84207 177.32812Q365.26395 176.90625 365.26395 176.14062Q365.26395 175.40625 364.81082 175.01562Q364.3577 174.60938 363.4827 174.59375L362.6702 174.59375L362.6702 173.70312ZM372.3577 169.96875L372.3577 170.875L372.15457 170.875Q370.88895 170.90625 370.13895 171.64062Q369.38895 172.35938 369.26395 173.67188Q369.95145 172.90625 371.1077 172.90625Q372.21707 172.90625 372.88895 173.6875Q373.56082 174.46875 373.56082 175.71875Q373.56082 177.03125 372.84207 177.82812Q372.12332 178.625 370.90457 178.625Q369.68582 178.625 368.9202 177.6875Q368.1702 176.73438 368.1702 175.25L368.1702 174.84375Q368.1702 172.48438 369.1702 171.23438Q370.1702 169.98438 372.15457 169.96875L372.3577 169.96875ZM370.93582 173.8125Q370.37332 173.8125 369.90457 174.14062Q369.43582 174.46875 369.24832 174.98438L369.24832 175.375Q369.24832 176.4375 369.71707 177.07812Q370.20145 177.71875 370.90457 177.71875Q371.63895 177.71875 372.06082 177.1875Q372.4827 176.64062 372.4827 175.76562Q372.4827 174.89062 372.06082 174.35938Q371.63895 173.8125 370.93582 173.8125ZM374.99832 171.60938Q374.99832 170.84375 375.4827 170.34375Q375.9827 169.84375 376.74832 169.84375Q377.52957 169.84375 378.01395 170.34375Q378.49832 170.84375 378.49832 171.64062L378.49832 172.0625Q378.49832 172.82812 377.99832 173.32812Q377.51395 173.8125 376.76395 173.8125Q375.99832 173.8125 375.49832 173.32812Q374.99832 172.82812 374.99832 172.01562L374.99832 171.60938ZM375.81082 172.0625Q375.81082 172.51562 376.06082 172.8125Q376.32645 173.10938 376.76395 173.10938Q377.18582 173.10938 377.43582 172.82812Q377.68582 172.53125 377.68582 172.03125L377.68582 171.60938Q377.68582 171.15625 377.43582 170.85938Q377.18582 170.54688 376.74832 170.54688Q376.31082 170.54688 376.06082 170.85938Q375.81082 171.15625 375.81082 171.625L375.81082 172.0625ZM379.15457 176.40625Q379.15457 175.64062 379.63895 175.15625Q380.13895 174.65625 380.90457 174.65625Q381.6702 174.65625 382.15457 175.15625Q382.65457 175.64062 382.65457 176.45312L382.65457 176.85938Q382.65457 177.625 382.1702 178.125Q381.68582 178.625 380.9202 178.625Q380.15457 178.625 379.65457 178.14062Q379.15457 177.64062 379.15457 176.82812L379.15457 176.40625ZM379.96707 176.85938Q379.96707 177.32812 380.21707 177.625Q380.4827 177.92188 380.9202 177.92188Q381.34207 177.92188 381.59207 177.64062Q381.84207 177.34375 381.84207 176.84375L381.84207 176.40625Q381.84207 175.9375 381.57645 175.65625Q381.32645 175.35938 380.90457 175.35938Q380.4827 175.35938 380.21707 175.65625Q379.96707 175.9375 379.96707 176.4375L379.96707 176.85938ZM377.01395 177.85938L376.38895 177.46875L380.56082 170.79688L381.1702 171.1875L377.01395 177.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M362.6702 173.70312L363.4827 173.70312Q364.26395 173.6875 364.70145 173.29688Q365.13895 172.90625 365.13895 172.23438Q365.13895 170.73438 363.63895 170.73438Q362.93582 170.73438 362.51395 171.14062Q362.1077 171.54688 362.1077 172.20312L361.01395 172.20312Q361.01395 171.1875 361.74832 170.51562Q362.49832 169.84375 363.63895 169.84375Q364.84207 169.84375 365.52957 170.48438Q366.21707 171.125 366.21707 172.26562Q366.21707 172.82812 365.8577 173.34375Q365.49832 173.85938 364.87332 174.125Q365.57645 174.34375 365.95145 174.85938Q366.34207 175.375 366.34207 176.125Q366.34207 177.26562 365.59207 177.95312Q364.84207 178.625 363.63895 178.625Q362.45145 178.625 361.68582 177.96875Q360.93582 177.3125 360.93582 176.25L362.02957 176.25Q362.02957 176.92188 362.46707 177.32812Q362.90457 177.73438 363.65457 177.73438Q364.43582 177.73438 364.84207 177.32812Q365.26395 176.90625 365.26395 176.14062Q365.26395 175.40625 364.81082 175.01562Q364.3577 174.60938 363.4827 174.59375L362.6702 174.59375L362.6702 173.70312ZM372.3577 169.96875L372.3577 170.875L372.15457 170.875Q370.88895 170.90625 370.13895 171.64062Q369.38895 172.35938 369.26395 173.67188Q369.95145 172.90625 371.1077 172.90625Q372.21707 172.90625 372.88895 173.6875Q373.56082 174.46875 373.56082 175.71875Q373.56082 177.03125 372.84207 177.82812Q372.12332 178.625 370.90457 178.625Q369.68582 178.625 368.9202 177.6875Q368.1702 176.73438 368.1702 175.25L368.1702 174.84375Q368.1702 172.48438 369.1702 171.23438Q370.1702 169.98438 372.15457 169.96875L372.3577 169.96875ZM370.93582 173.8125Q370.37332 173.8125 369.90457 174.14062Q369.43582 174.46875 369.24832 174.98438L369.24832 175.375Q369.24832 176.4375 369.71707 177.07812Q370.20145 177.71875 370.90457 177.71875Q371.63895 177.71875 372.06082 177.1875Q372.4827 176.64062 372.4827 175.76562Q372.4827 174.89062 372.06082 174.35938Q371.63895 173.8125 370.93582 173.8125ZM374.99832 171.60938Q374.99832 170.84375 375.4827 170.34375Q375.9827 169.84375 376.74832 169.84375Q377.52957 169.84375 378.01395 170.34375Q378.49832 170.84375 378.49832 171.64062L378.49832 172.0625Q378.49832 172.82812 377.99832 173.32812Q377.51395 173.8125 376.76395 173.8125Q375.99832 173.8125 375.49832 173.32812Q374.99832 172.82812 374.99832 172.01562L374.99832 171.60938ZM375.81082 172.0625Q375.81082 172.51562 376.06082 172.8125Q376.32645 173.10938 376.76395 173.10938Q377.18582 173.10938 377.43582 172.82812Q377.68582 172.53125 377.68582 172.03125L377.68582 171.60938Q377.68582 171.15625 377.43582 170.85938Q377.18582 170.54688 376.74832 170.54688Q376.31082 170.54688 376.06082 170.85938Q375.81082 171.15625 375.81082 171.625L375.81082 172.0625ZM379.15457 176.40625Q379.15457 175.64062 379.63895 175.15625Q380.13895 174.65625 380.90457 174.65625Q381.6702 174.65625 382.15457 175.15625Q382.65457 175.64062 382.65457 176.45312L382.65457 176.85938Q382.65457 177.625 382.1702 178.125Q381.68582 178.625 380.9202 178.625Q380.15457 178.625 379.65457 178.14062Q379.15457 177.64062 379.15457 176.82812L379.15457 176.40625ZM379.96707 176.85938Q379.96707 177.32812 380.21707 177.625Q380.4827 177.92188 380.9202 177.92188Q381.34207 177.92188 381.59207 177.64062Q381.84207 177.34375 381.84207 176.84375L381.84207 176.40625Q381.84207 175.9375 381.57645 175.65625Q381.32645 175.35938 380.90457 175.35938Q380.4827 175.35938 380.21707 175.65625Q379.96707 175.9375 379.96707 176.4375L379.96707 176.85938ZM377.01395 177.85938L376.38895 177.46875L380.56082 170.79688L381.1702 171.1875L377.01395 177.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M316.4389 245.5L310.84515 245.5L310.84515 244.71875L313.79828 241.4375Q314.45453 240.6875 314.70453 240.23438Q314.95453 239.76562 314.95453 239.26562Q314.95453 238.59375 314.54828 238.17188Q314.15765 237.73438 313.47015 237.73438Q312.67328 237.73438 312.22015 238.20312Q311.76703 238.65625 311.76703 239.48438L310.6889 239.48438Q310.6889 238.29688 311.4389 237.57812Q312.20453 236.84375 313.47015 236.84375Q314.67328 236.84375 315.36078 237.46875Q316.04828 238.09375 316.04828 239.14062Q316.04828 240.39062 314.4389 242.14062L312.15765 244.60938L316.4389 244.60938L316.4389 245.5ZM322.11078 236.96875L322.11078 237.875L321.90765 237.875Q320.64203 237.90625 319.89203 238.64062Q319.14203 239.35938 319.01703 240.67188Q319.70453 239.90625 320.86078 239.90625Q321.97015 239.90625 322.64203 240.6875Q323.3139 241.46875 323.3139 242.71875Q323.3139 244.03125 322.59515 244.82812Q321.8764 245.625 320.65765 245.625Q319.4389 245.625 318.67328 244.6875Q317.92328 243.73438 317.92328 242.25L317.92328 241.84375Q317.92328 239.48438 318.92328 238.23438Q319.92328 236.98438 321.90765 236.96875L322.11078 236.96875ZM320.6889 240.8125Q320.1264 240.8125 319.65765 241.14062Q319.1889 241.46875 319.0014 241.98438L319.0014 242.375Q319.0014 243.4375 319.47015 244.07812Q319.95453 244.71875 320.65765 244.71875Q321.39203 244.71875 321.8139 244.1875Q322.23578 243.64062 322.23578 242.76562Q322.23578 241.89062 321.8139 241.35938Q321.39203 240.8125 320.6889 240.8125ZM324.7514 238.60938Q324.7514 237.84375 325.23578 237.34375Q325.73578 236.84375 326.5014 236.84375Q327.28265 236.84375 327.76703 237.34375Q328.2514 237.84375 328.2514 238.64062L328.2514 239.0625Q328.2514 239.82812 327.7514 240.32812Q327.26703 240.8125 326.51703 240.8125Q325.7514 240.8125 325.2514 240.32812Q324.7514 239.82812 324.7514 239.01562L324.7514 238.60938ZM325.5639 239.0625Q325.5639 239.51562 325.8139 239.8125Q326.07953 240.10938 326.51703 240.10938Q326.9389 240.10938 327.1889 239.82812Q327.4389 239.53125 327.4389 239.03125L327.4389 238.60938Q327.4389 238.15625 327.1889 237.85938Q326.9389 237.54688 326.5014 237.54688Q326.0639 237.54688 325.8139 237.85938Q325.5639 238.15625 325.5639 238.625L325.5639 239.0625ZM328.90765 243.40625Q328.90765 242.64062 329.39203 242.15625Q329.89203 241.65625 330.65765 241.65625Q331.42328 241.65625 331.90765 242.15625Q332.40765 242.64062 332.40765 243.45312L332.40765 243.85938Q332.40765 244.625 331.92328 245.125Q331.4389 245.625 330.67328 245.625Q329.90765 245.625 329.40765 245.14062Q328.90765 244.64062 328.90765 243.82812L328.90765 243.40625ZM329.72015 243.85938Q329.72015 244.32812 329.97015 244.625Q330.23578 244.92188 330.67328 244.92188Q331.09515 244.92188 331.34515 244.64062Q331.59515 244.34375 331.59515 243.84375L331.59515 243.40625Q331.59515 242.9375 331.32953 242.65625Q331.07953 242.35938 330.65765 242.35938Q330.23578 242.35938 329.97015 242.65625Q329.72015 242.9375 329.72015 243.4375L329.72015 243.85938ZM326.76703 244.85938L326.14203 244.46875L330.3139 237.79688L330.92328 238.1875L326.76703 244.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M316.4389 245.5L310.84515 245.5L310.84515 244.71875L313.79828 241.4375Q314.45453 240.6875 314.70453 240.23438Q314.95453 239.76562 314.95453 239.26562Q314.95453 238.59375 314.54828 238.17188Q314.15765 237.73438 313.47015 237.73438Q312.67328 237.73438 312.22015 238.20312Q311.76703 238.65625 311.76703 239.48438L310.6889 239.48438Q310.6889 238.29688 311.4389 237.57812Q312.20453 236.84375 313.47015 236.84375Q314.67328 236.84375 315.36078 237.46875Q316.04828 238.09375 316.04828 239.14062Q316.04828 240.39062 314.4389 242.14062L312.15765 244.60938L316.4389 244.60938L316.4389 245.5ZM322.11078 236.96875L322.11078 237.875L321.90765 237.875Q320.64203 237.90625 319.89203 238.64062Q319.14203 239.35938 319.01703 240.67188Q319.70453 239.90625 320.86078 239.90625Q321.97015 239.90625 322.64203 240.6875Q323.3139 241.46875 323.3139 242.71875Q323.3139 244.03125 322.59515 244.82812Q321.8764 245.625 320.65765 245.625Q319.4389 245.625 318.67328 244.6875Q317.92328 243.73438 317.92328 242.25L317.92328 241.84375Q317.92328 239.48438 318.92328 238.23438Q319.92328 236.98438 321.90765 236.96875L322.11078 236.96875ZM320.6889 240.8125Q320.1264 240.8125 319.65765 241.14062Q319.1889 241.46875 319.0014 241.98438L319.0014 242.375Q319.0014 243.4375 319.47015 244.07812Q319.95453 244.71875 320.65765 244.71875Q321.39203 244.71875 321.8139 244.1875Q322.23578 243.64062 322.23578 242.76562Q322.23578 241.89062 321.8139 241.35938Q321.39203 240.8125 320.6889 240.8125ZM324.7514 238.60938Q324.7514 237.84375 325.23578 237.34375Q325.73578 236.84375 326.5014 236.84375Q327.28265 236.84375 327.76703 237.34375Q328.2514 237.84375 328.2514 238.64062L328.2514 239.0625Q328.2514 239.82812 327.7514 240.32812Q327.26703 240.8125 326.51703 240.8125Q325.7514 240.8125 325.2514 240.32812Q324.7514 239.82812 324.7514 239.01562L324.7514 238.60938ZM325.5639 239.0625Q325.5639 239.51562 325.8139 239.8125Q326.07953 240.10938 326.51703 240.10938Q326.9389 240.10938 327.1889 239.82812Q327.4389 239.53125 327.4389 239.03125L327.4389 238.60938Q327.4389 238.15625 327.1889 237.85938Q326.9389 237.54688 326.5014 237.54688Q326.0639 237.54688 325.8139 237.85938Q325.5639 238.15625 325.5639 238.625L325.5639 239.0625ZM328.90765 243.40625Q328.90765 242.64062 329.39203 242.15625Q329.89203 241.65625 330.65765 241.65625Q331.42328 241.65625 331.90765 242.15625Q332.40765 242.64062 332.40765 243.45312L332.40765 243.85938Q332.40765 244.625 331.92328 245.125Q331.4389 245.625 330.67328 245.625Q329.90765 245.625 329.40765 245.14062Q328.90765 244.64062 328.90765 243.82812L328.90765 243.40625ZM329.72015 243.85938Q329.72015 244.32812 329.97015 244.625Q330.23578 244.92188 330.67328 244.92188Q331.09515 244.92188 331.34515 244.64062Q331.59515 244.34375 331.59515 243.84375L331.59515 243.40625Q331.59515 242.9375 331.32953 242.65625Q331.07953 242.35938 330.65765 242.35938Q330.23578 242.35938 329.97015 242.65625Q329.72015 242.9375 329.72015 243.4375L329.72015 243.85938ZM326.76703 244.85938L326.14203 244.46875L330.3139 237.79688L330.92328 238.1875L326.76703 244.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.41418 312.5L305.82043 312.5L305.82043 311.71875L308.77356 308.4375Q309.4298 307.6875 309.6798 307.23438Q309.9298 306.76562 309.9298 306.26562Q309.9298 305.59375 309.52356 305.17188Q309.13293 304.73438 308.44543 304.73438Q307.64856 304.73438 307.19543 305.20312Q306.7423 305.65625 306.7423 306.48438L305.66418 306.48438Q305.66418 305.29688 306.41418 304.57812Q307.1798 303.84375 308.44543 303.84375Q309.64856 303.84375 310.33606 304.46875Q311.02356 305.09375 311.02356 306.14062Q311.02356 307.39062 309.41418 309.14062L307.13293 311.60938L311.41418 311.60938L311.41418 312.5ZM313.32043 308.21875L313.75793 303.96875L318.13293 303.96875L318.13293 304.96875L314.6798 304.96875L314.41418 307.29688Q315.0548 306.92188 315.85168 306.92188Q317.00793 306.92188 317.69543 307.70312Q318.38293 308.46875 318.38293 309.78125Q318.38293 311.09375 317.66418 311.85938Q316.96106 312.625 315.6798 312.625Q314.5548 312.625 313.83606 312.0Q313.1173 311.35938 313.02356 310.25L314.03918 310.25Q314.14856 310.98438 314.57043 311.35938Q314.9923 311.73438 315.6798 311.73438Q316.4298 311.73438 316.8673 311.21875Q317.3048 310.70312 317.3048 309.79688Q317.3048 308.9375 316.83606 308.42188Q316.3673 307.90625 315.58606 307.90625Q314.88293 307.90625 314.47668 308.20312L314.19543 308.4375L313.32043 308.21875ZM319.72668 305.60938Q319.72668 304.84375 320.21106 304.34375Q320.71106 303.84375 321.47668 303.84375Q322.25793 303.84375 322.7423 304.34375Q323.22668 304.84375 323.22668 305.64062L323.22668 306.0625Q323.22668 306.82812 322.72668 307.32812Q322.2423 307.8125 321.4923 307.8125Q320.72668 307.8125 320.22668 307.32812Q319.72668 306.82812 319.72668 306.01562L319.72668 305.60938ZM320.53918 306.0625Q320.53918 306.51562 320.78918 306.8125Q321.0548 307.10938 321.4923 307.10938Q321.91418 307.10938 322.16418 306.82812Q322.41418 306.53125 322.41418 306.03125L322.41418 305.60938Q322.41418 305.15625 322.16418 304.85938Q321.91418 304.54688 321.47668 304.54688Q321.03918 304.54688 320.78918 304.85938Q320.53918 305.15625 320.53918 305.625L320.53918 306.0625ZM323.88293 310.40625Q323.88293 309.64062 324.3673 309.15625Q324.8673 308.65625 325.63293 308.65625Q326.39856 308.65625 326.88293 309.15625Q327.38293 309.64062 327.38293 310.45312L327.38293 310.85938Q327.38293 311.625 326.89856 312.125Q326.41418 312.625 325.64856 312.625Q324.88293 312.625 324.38293 312.14062Q323.88293 311.64062 323.88293 310.82812L323.88293 310.40625ZM324.69543 310.85938Q324.69543 311.32812 324.94543 311.625Q325.21106 311.92188 325.64856 311.92188Q326.07043 311.92188 326.32043 311.64062Q326.57043 311.34375 326.57043 310.84375L326.57043 310.40625Q326.57043 309.9375 326.3048 309.65625Q326.0548 309.35938 325.63293 309.35938Q325.21106 309.35938 324.94543 309.65625Q324.69543 309.9375 324.69543 310.4375L324.69543 310.85938ZM321.7423 311.85938L321.1173 311.46875L325.28918 304.79688L325.89856 305.1875L321.7423 311.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M311.41418 312.5L305.82043 312.5L305.82043 311.71875L308.77356 308.4375Q309.4298 307.6875 309.6798 307.23438Q309.9298 306.76562 309.9298 306.26562Q309.9298 305.59375 309.52356 305.17188Q309.13293 304.73438 308.44543 304.73438Q307.64856 304.73438 307.19543 305.20312Q306.7423 305.65625 306.7423 306.48438L305.66418 306.48438Q305.66418 305.29688 306.41418 304.57812Q307.1798 303.84375 308.44543 303.84375Q309.64856 303.84375 310.33606 304.46875Q311.02356 305.09375 311.02356 306.14062Q311.02356 307.39062 309.41418 309.14062L307.13293 311.60938L311.41418 311.60938L311.41418 312.5ZM313.32043 308.21875L313.75793 303.96875L318.13293 303.96875L318.13293 304.96875L314.6798 304.96875L314.41418 307.29688Q315.0548 306.92188 315.85168 306.92188Q317.00793 306.92188 317.69543 307.70312Q318.38293 308.46875 318.38293 309.78125Q318.38293 311.09375 317.66418 311.85938Q316.96106 312.625 315.6798 312.625Q314.5548 312.625 313.83606 312.0Q313.1173 311.35938 313.02356 310.25L314.03918 310.25Q314.14856 310.98438 314.57043 311.35938Q314.9923 311.73438 315.6798 311.73438Q316.4298 311.73438 316.8673 311.21875Q317.3048 310.70312 317.3048 309.79688Q317.3048 308.9375 316.83606 308.42188Q316.3673 307.90625 315.58606 307.90625Q314.88293 307.90625 314.47668 308.20312L314.19543 308.4375L313.32043 308.21875ZM319.72668 305.60938Q319.72668 304.84375 320.21106 304.34375Q320.71106 303.84375 321.47668 303.84375Q322.25793 303.84375 322.7423 304.34375Q323.22668 304.84375 323.22668 305.64062L323.22668 306.0625Q323.22668 306.82812 322.72668 307.32812Q322.2423 307.8125 321.4923 307.8125Q320.72668 307.8125 320.22668 307.32812Q319.72668 306.82812 319.72668 306.01562L319.72668 305.60938ZM320.53918 306.0625Q320.53918 306.51562 320.78918 306.8125Q321.0548 307.10938 321.4923 307.10938Q321.91418 307.10938 322.16418 306.82812Q322.41418 306.53125 322.41418 306.03125L322.41418 305.60938Q322.41418 305.15625 322.16418 304.85938Q321.91418 304.54688 321.47668 304.54688Q321.03918 304.54688 320.78918 304.85938Q320.53918 305.15625 320.53918 305.625L320.53918 306.0625ZM323.88293 310.40625Q323.88293 309.64062 324.3673 309.15625Q324.8673 308.65625 325.63293 308.65625Q326.39856 308.65625 326.88293 309.15625Q327.38293 309.64062 327.38293 310.45312L327.38293 310.85938Q327.38293 311.625 326.89856 312.125Q326.41418 312.625 325.64856 312.625Q324.88293 312.625 324.38293 312.14062Q323.88293 311.64062 323.88293 310.82812L323.88293 310.40625ZM324.69543 310.85938Q324.69543 311.32812 324.94543 311.625Q325.21106 311.92188 325.64856 311.92188Q326.07043 311.92188 326.32043 311.64062Q326.57043 311.34375 326.57043 310.84375L326.57043 310.40625Q326.57043 309.9375 326.3048 309.65625Q326.0548 309.35938 325.63293 309.35938Q325.21106 309.35938 324.94543 309.65625Q324.69543 309.9375 324.69543 310.4375L324.69543 310.85938ZM321.7423 311.85938L321.1173 311.46875L325.28918 304.79688L325.89856 305.1875L321.7423 311.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M306.3895 379.5L300.79575 379.5L300.79575 378.71875L303.74887 375.4375Q304.40512 374.6875 304.65512 374.23438Q304.90512 373.76562 304.90512 373.26562Q304.90512 372.59375 304.49887 372.17188Q304.10825 371.73438 303.42075 371.73438Q302.62387 371.73438 302.17075 372.20312Q301.71762 372.65625 301.71762 373.48438L300.6395 373.48438Q300.6395 372.29688 301.3895 371.57812Q302.15512 370.84375 303.42075 370.84375Q304.62387 370.84375 305.31137 371.46875Q305.99887 372.09375 305.99887 373.14062Q305.99887 374.39062 304.3895 376.14062L302.10825 378.60938L306.3895 378.60938L306.3895 379.5ZM312.37387 376.64062L313.56137 376.64062L313.56137 377.51562L312.37387 377.51562L312.37387 379.5L311.29575 379.5L311.29575 377.51562L307.40512 377.51562L307.40512 376.875L311.21762 370.96875L312.37387 370.96875L312.37387 376.64062ZM308.6395 376.64062L311.29575 376.64062L311.29575 372.45312L311.15512 372.6875L308.6395 376.64062ZM314.702 372.60938Q314.702 371.84375 315.18637 371.34375Q315.68637 370.84375 316.452 370.84375Q317.23325 370.84375 317.71762 371.34375Q318.202 371.84375 318.202 372.64062L318.202 373.0625Q318.202 373.82812 317.702 374.32812Q317.21762 374.8125 316.46762 374.8125Q315.702 374.8125 315.202 374.32812Q314.702 373.82812 314.702 373.01562L314.702 372.60938ZM315.5145 373.0625Q315.5145 373.51562 315.7645 373.8125Q316.03012 374.10938 316.46762 374.10938Q316.8895 374.10938 317.1395 373.82812Q317.3895 373.53125 317.3895 373.03125L317.3895 372.60938Q317.3895 372.15625 317.1395 371.85938Q316.8895 371.54688 316.452 371.54688Q316.0145 371.54688 315.7645 371.85938Q315.5145 372.15625 315.5145 372.625L315.5145 373.0625ZM318.85825 377.40625Q318.85825 376.64062 319.34262 376.15625Q319.84262 375.65625 320.60825 375.65625Q321.37387 375.65625 321.85825 376.15625Q322.35825 376.64062 322.35825 377.45312L322.35825 377.85938Q322.35825 378.625 321.87387 379.125Q321.3895 379.625 320.62387 379.625Q319.85825 379.625 319.35825 379.14062Q318.85825 378.64062 318.85825 377.82812L318.85825 377.40625ZM319.67075 377.85938Q319.67075 378.32812 319.92075 378.625Q320.18637 378.92188 320.62387 378.92188Q321.04575 378.92188 321.29575 378.64062Q321.54575 378.34375 321.54575 377.84375L321.54575 377.40625Q321.54575 376.9375 321.28012 376.65625Q321.03012 376.35938 320.60825 376.35938Q320.18637 376.35938 319.92075 376.65625Q319.67075 376.9375 319.67075 377.4375L319.67075 377.85938ZM316.71762 378.85938L316.09262 378.46875L320.2645 371.79688L320.87387 372.1875L316.71762 378.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M306.3895 379.5L300.79575 379.5L300.79575 378.71875L303.74887 375.4375Q304.40512 374.6875 304.65512 374.23438Q304.90512 373.76562 304.90512 373.26562Q304.90512 372.59375 304.49887 372.17188Q304.10825 371.73438 303.42075 371.73438Q302.62387 371.73438 302.17075 372.20312Q301.71762 372.65625 301.71762 373.48438L300.6395 373.48438Q300.6395 372.29688 301.3895 371.57812Q302.15512 370.84375 303.42075 370.84375Q304.62387 370.84375 305.31137 371.46875Q305.99887 372.09375 305.99887 373.14062Q305.99887 374.39062 304.3895 376.14062L302.10825 378.60938L306.3895 378.60938L306.3895 379.5ZM312.37387 376.64062L313.56137 376.64062L313.56137 377.51562L312.37387 377.51562L312.37387 379.5L311.29575 379.5L311.29575 377.51562L307.40512 377.51562L307.40512 376.875L311.21762 370.96875L312.37387 370.96875L312.37387 376.64062ZM308.6395 376.64062L311.29575 376.64062L311.29575 372.45312L311.15512 372.6875L308.6395 376.64062ZM314.702 372.60938Q314.702 371.84375 315.18637 371.34375Q315.68637 370.84375 316.452 370.84375Q317.23325 370.84375 317.71762 371.34375Q318.202 371.84375 318.202 372.64062L318.202 373.0625Q318.202 373.82812 317.702 374.32812Q317.21762 374.8125 316.46762 374.8125Q315.702 374.8125 315.202 374.32812Q314.702 373.82812 314.702 373.01562L314.702 372.60938ZM315.5145 373.0625Q315.5145 373.51562 315.7645 373.8125Q316.03012 374.10938 316.46762 374.10938Q316.8895 374.10938 317.1395 373.82812Q317.3895 373.53125 317.3895 373.03125L317.3895 372.60938Q317.3895 372.15625 317.1395 371.85938Q316.8895 371.54688 316.452 371.54688Q316.0145 371.54688 315.7645 371.85938Q315.5145 372.15625 315.5145 372.625L315.5145 373.0625ZM318.85825 377.40625Q318.85825 376.64062 319.34262 376.15625Q319.84262 375.65625 320.60825 375.65625Q321.37387 375.65625 321.85825 376.15625Q322.35825 376.64062 322.35825 377.45312L322.35825 377.85938Q322.35825 378.625 321.87387 379.125Q321.3895 379.625 320.62387 379.625Q319.85825 379.625 319.35825 379.14062Q318.85825 378.64062 318.85825 377.82812L318.85825 377.40625ZM319.67075 377.85938Q319.67075 378.32812 319.92075 378.625Q320.18637 378.92188 320.62387 378.92188Q321.04575 378.92188 321.29575 378.64062Q321.54575 378.34375 321.54575 377.84375L321.54575 377.40625Q321.54575 376.9375 321.28012 376.65625Q321.03012 376.35938 320.60825 376.35938Q320.18637 376.35938 319.92075 376.65625Q319.67075 376.9375 319.67075 377.4375L319.67075 377.85938ZM316.71762 378.85938L316.09262 378.46875L320.2645 371.79688L320.87387 372.1875L316.71762 378.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M293.09708 438.37823Q293.09708 437.6126 293.58145 437.1126Q294.08145 436.6126 294.84708 436.6126Q295.62833 436.6126 296.1127 437.1126Q296.59708 437.6126 296.59708 438.4095L296.59708 438.83136Q296.59708 439.597 296.09708 440.097Q295.6127 440.58136 294.8627 440.58136Q294.09708 440.58136 293.59708 440.097Q293.09708 439.597 293.09708 438.7845L293.09708 438.37823ZM293.90958 438.83136Q293.90958 439.2845 294.15958 439.58136Q294.4252 439.87823 294.8627 439.87823Q295.28458 439.87823 295.53458 439.597Q295.78458 439.3001 295.78458 438.8001L295.78458 438.37823Q295.78458 437.9251 295.53458 437.62823Q295.28458 437.31573 294.84708 437.31573Q294.40958 437.31573 294.15958 437.62823Q293.90958 437.9251 293.90958 438.39386L293.90958 438.83136ZM297.25333 443.1751Q297.25333 442.4095 297.7377 441.9251Q298.2377 441.4251 299.00333 441.4251Q299.76895 441.4251 300.25333 441.9251Q300.75333 442.4095 300.75333 443.222L300.75333 443.62823Q300.75333 444.39386 300.26895 444.89386Q299.78458 445.39386 299.01895 445.39386Q298.25333 445.39386 297.75333 444.9095Q297.25333 444.4095 297.25333 443.597L297.25333 443.1751ZM298.06583 443.62823Q298.06583 444.097 298.31583 444.39386Q298.58145 444.69073 299.01895 444.69073Q299.44083 444.69073 299.69083 444.4095Q299.94083 444.1126 299.94083 443.6126L299.94083 443.1751Q299.94083 442.70636 299.6752 442.4251Q299.4252 442.12823 299.00333 442.12823Q298.58145 442.12823 298.31583 442.4251Q298.06583 442.70636 298.06583 443.20636L298.06583 443.62823ZM295.1127 444.62823L294.4877 444.2376L298.65958 437.56573L299.26895 437.95636L295.1127 444.62823ZM305.01895 442.0345Q305.01895 441.1126 305.37833 440.3626Q305.75333 439.6126 306.40958 439.222Q307.06583 438.81573 307.89395 438.81573Q309.19083 438.81573 309.9877 439.70636Q310.8002 440.597 310.8002 442.097L310.8002 442.1751Q310.8002 443.097 310.44083 443.83136Q310.08145 444.56573 309.4252 444.9876Q308.76895 445.39386 307.90958 445.39386Q306.62833 445.39386 305.81583 444.50323Q305.01895 443.597 305.01895 442.1126L305.01895 442.0345ZM306.1127 442.1751Q306.1127 443.222 306.59708 443.8626Q307.09708 444.50323 307.90958 444.50323Q308.7377 444.50323 309.22208 443.8626Q309.70645 443.20636 309.70645 442.0345Q309.70645 441.00323 309.20645 440.3626Q308.72208 439.70636 307.89395 439.70636Q307.09708 439.70636 306.59708 440.347Q306.1127 440.972 306.1127 442.1751ZM312.84708 445.26886L312.84708 439.76886L311.84708 439.76886L311.84708 438.9251L312.84708 438.9251L312.84708 438.2845Q312.84708 437.25323 313.37833 436.70636Q313.9252 436.14386 314.9252 436.14386Q315.3002 436.14386 315.6752 436.2376L315.6127 437.12823Q315.33145 437.06573 315.03458 437.06573Q314.50333 437.06573 314.20645 437.37823Q313.9252 437.69073 313.9252 438.25323L313.9252 438.9251L315.28458 438.9251L315.28458 439.76886L313.9252 439.76886L313.9252 445.26886L312.84708 445.26886ZM322.37833 439.89386Q322.12833 439.8626 321.84708 439.8626Q320.76895 439.8626 320.39395 440.76886L320.39395 445.26886L319.31583 445.26886L319.31583 438.9251L320.3627 438.9251L320.37833 439.6595Q320.90958 438.81573 321.89395 438.81573Q322.20645 438.81573 322.37833 438.89386L322.37833 439.89386ZM325.94083 445.39386Q324.64395 445.39386 323.83145 444.5501Q323.03458 443.69073 323.03458 442.26886L323.03458 442.08136Q323.03458 441.12823 323.39395 440.39386Q323.75333 439.64386 324.39395 439.2376Q325.0502 438.81573 325.8002 438.81573Q327.03458 438.81573 327.72208 439.62823Q328.40958 440.44073 328.40958 441.95636L328.40958 442.4095L324.1127 442.4095Q324.14395 443.347 324.65958 443.9251Q325.19083 444.50323 326.00333 444.50323Q326.56583 444.50323 326.95645 444.26886Q327.3627 444.0345 327.6752 443.64386L328.33145 444.1595Q327.53458 445.39386 325.94083 445.39386ZM325.8002 439.70636Q325.14395 439.70636 324.69083 440.19073Q324.25333 440.6595 324.15958 441.51886L327.33145 441.51886L327.33145 441.44073Q327.28458 440.6126 326.87833 440.1595Q326.4877 439.70636 325.8002 439.70636ZM333.00333 443.58136Q333.00333 443.14386 332.65958 442.9095Q332.33145 442.6595 331.50333 442.4876Q330.69083 442.31573 330.20645 442.06573Q329.72208 441.81573 329.4877 441.4876Q329.26895 441.14386 329.26895 440.6751Q329.26895 439.89386 329.9252 439.3626Q330.58145 438.81573 331.6127 438.81573Q332.69083 438.81573 333.34708 439.37823Q334.01895 439.9251 334.01895 440.7845L332.94083 440.7845Q332.94083 440.347 332.5502 440.0345Q332.1752 439.70636 331.6127 439.70636Q331.01895 439.70636 330.6752 439.972Q330.34708 440.222 330.34708 440.62823Q330.34708 441.01886 330.65958 441.222Q330.97208 441.4251 331.78458 441.6126Q332.59708 441.7845 333.09708 442.0345Q333.59708 442.2845 333.83145 442.64386Q334.08145 443.00323 334.08145 443.50323Q334.08145 444.3626 333.39395 444.87823Q332.72208 445.39386 331.64395 445.39386Q330.87833 445.39386 330.28458 445.12823Q329.70645 444.847 329.37833 444.3626Q329.0502 443.87823 329.0502 443.31573L330.12833 443.31573Q330.15958 443.8626 330.56583 444.19073Q330.97208 444.50323 331.64395 444.50323Q332.25333 444.50323 332.62833 444.25323Q333.00333 444.00323 333.00333 443.58136ZM340.65958 442.1751Q340.65958 443.6126 340.00333 444.50323Q339.34708 445.39386 338.20645 445.39386Q337.0502 445.39386 336.39395 444.6595L336.39395 447.70636L335.31583 447.70636L335.31583 438.9251L336.3002 438.9251L336.34708 439.62823Q337.01895 438.81573 338.19083 438.81573Q339.33145 438.81573 339.9877 439.6751Q340.65958 440.5345 340.65958 442.06573L340.65958 442.1751ZM339.58145 442.0501Q339.58145 440.972 339.1127 440.3626Q338.65958 439.7376 337.8627 439.7376Q336.87833 439.7376 336.39395 440.597L336.39395 443.62823Q336.87833 444.50323 337.87833 444.50323Q338.65958 444.50323 339.1127 443.89386Q339.58145 443.26886 339.58145 442.0501ZM342.01895 442.0345Q342.01895 441.1126 342.37833 440.3626Q342.75333 439.6126 343.40958 439.222Q344.06583 438.81573 344.89395 438.81573Q346.19083 438.81573 346.9877 439.70636Q347.8002 440.597 347.8002 442.097L347.8002 442.1751Q347.8002 443.097 347.44083 443.83136Q347.08145 444.56573 346.4252 444.9876Q345.76895 445.39386 344.90958 445.39386Q343.62833 445.39386 342.81583 444.50323Q342.01895 443.597 342.01895 442.1126L342.01895 442.0345ZM343.1127 442.1751Q343.1127 443.222 343.59708 443.8626Q344.09708 444.50323 344.90958 444.50323Q345.7377 444.50323 346.22208 443.8626Q346.70645 443.20636 346.70645 442.0345Q346.70645 441.00323 346.20645 440.3626Q345.72208 439.70636 344.89395 439.70636Q344.09708 439.70636 343.59708 440.347Q343.1127 440.972 343.1127 442.1751ZM350.33145 438.9251L350.3627 439.722Q351.09708 438.81573 352.26895 438.81573Q354.28458 438.81573 354.3002 441.08136L354.3002 445.26886L353.20645 445.26886L353.20645 441.06573Q353.20645 440.39386 352.89395 440.06573Q352.59708 439.7376 351.94083 439.7376Q351.40958 439.7376 351.00333 440.01886Q350.6127 440.3001 350.39395 440.75323L350.39395 445.26886L349.31583 445.26886L349.31583 438.9251L350.33145 438.9251ZM356.0502 442.0501Q356.0502 440.58136 356.7377 439.70636Q357.4252 438.81573 358.5502 438.81573Q359.65958 438.81573 360.31583 439.56573L360.31583 436.26886L361.39395 436.26886L361.39395 445.26886L360.39395 445.26886L360.34708 444.58136Q359.69083 445.39386 358.53458 445.39386Q357.44083 445.39386 356.7377 444.4876Q356.0502 443.58136 356.0502 442.12823L356.0502 442.0501ZM357.12833 442.1751Q357.12833 443.25323 357.56583 443.8626Q358.01895 444.472 358.8002 444.472Q359.83145 444.472 360.31583 443.5345L360.31583 440.62823Q359.83145 439.7376 358.81583 439.7376Q358.01895 439.7376 357.56583 440.347Q357.12833 440.95636 357.12833 442.1751ZM365.94083 445.39386Q364.64395 445.39386 363.83145 444.5501Q363.03458 443.69073 363.03458 442.26886L363.03458 442.08136Q363.03458 441.12823 363.39395 440.39386Q363.75333 439.64386 364.39395 439.2376Q365.0502 438.81573 365.8002 438.81573Q367.03458 438.81573 367.72208 439.62823Q368.40958 440.44073 368.40958 441.95636L368.40958 442.4095L364.1127 442.4095Q364.14395 443.347 364.65958 443.9251Q365.19083 444.50323 366.00333 444.50323Q366.56583 444.50323 366.95645 444.26886Q367.3627 444.0345 367.6752 443.64386L368.33145 444.1595Q367.53458 445.39386 365.94083 445.39386ZM365.8002 439.70636Q365.14395 439.70636 364.69083 440.19073Q364.25333 440.6595 364.15958 441.51886L367.33145 441.51886L367.33145 441.44073Q367.28458 440.6126 366.87833 440.1595Q366.4877 439.70636 365.8002 439.70636ZM370.33145 438.9251L370.3627 439.722Q371.09708 438.81573 372.26895 438.81573Q374.28458 438.81573 374.3002 441.08136L374.3002 445.26886L373.20645 445.26886L373.20645 441.06573Q373.20645 440.39386 372.89395 440.06573Q372.59708 439.7376 371.94083 439.7376Q371.40958 439.7376 371.00333 440.01886Q370.6127 440.3001 370.39395 440.75323L370.39395 445.26886L369.31583 445.26886L369.31583 438.9251L370.33145 438.9251ZM377.78458 437.39386L377.78458 438.9251L378.95645 438.9251L378.95645 439.76886L377.78458 439.76886L377.78458 443.69073Q377.78458 444.08136 377.94083 444.26886Q378.09708 444.45636 378.47208 444.45636Q378.65958 444.45636 378.9877 444.39386L378.9877 445.26886Q378.56583 445.39386 378.15958 445.39386Q377.44083 445.39386 377.06583 444.95636Q376.69083 444.50323 376.69083 443.69073L376.69083 439.76886L375.53458 439.76886L375.53458 438.9251L376.69083 438.9251L376.69083 437.39386L377.78458 437.39386ZM384.00333 443.58136Q384.00333 443.14386 383.65958 442.9095Q383.33145 442.6595 382.50333 442.4876Q381.69083 442.31573 381.20645 442.06573Q380.72208 441.81573 380.4877 441.4876Q380.26895 441.14386 380.26895 440.6751Q380.26895 439.89386 380.9252 439.3626Q381.58145 438.81573 382.6127 438.81573Q383.69083 438.81573 384.34708 439.37823Q385.01895 439.9251 385.01895 440.7845L383.94083 440.7845Q383.94083 440.347 383.5502 440.0345Q383.1752 439.70636 382.6127 439.70636Q382.01895 439.70636 381.6752 439.972Q381.34708 440.222 381.34708 440.62823Q381.34708 441.01886 381.65958 441.222Q381.97208 441.4251 382.78458 441.6126Q383.59708 441.7845 384.09708 442.0345Q384.59708 442.2845 384.83145 442.64386Q385.08145 443.00323 385.08145 443.50323Q385.08145 444.3626 384.39395 444.87823Q383.72208 445.39386 382.64395 445.39386Q381.87833 445.39386 381.28458 445.12823Q380.70645 444.847 380.37833 444.3626Q380.0502 443.87823 380.0502 443.31573L381.12833 443.31573Q381.15958 443.8626 381.56583 444.19073Q381.97208 444.50323 382.64395 444.50323Q383.25333 444.50323 383.62833 444.25323Q384.00333 444.00323 384.00333 443.58136ZM394.9252 443.76886L396.14395 438.9251L397.22208 438.9251L395.37833 445.26886L394.50333 445.26886L392.95645 440.45636L391.45645 445.26886L390.58145 445.26886L388.7377 438.9251L389.81583 438.9251L391.06583 443.6751L392.5502 438.9251L393.40958 438.9251L394.9252 443.76886ZM399.39395 439.69073Q400.1127 438.81573 401.26895 438.81573Q403.28458 438.81573 403.3002 441.08136L403.3002 445.26886L402.20645 445.26886L402.20645 441.06573Q402.20645 440.39386 401.89395 440.06573Q401.59708 439.7376 400.94083 439.7376Q400.40958 439.7376 400.00333 440.01886Q399.6127 440.3001 399.39395 440.75323L399.39395 445.26886L398.31583 445.26886L398.31583 436.26886L399.39395 436.26886L399.39395 439.69073ZM405.01895 442.0345Q405.01895 441.1126 405.37833 440.3626Q405.75333 439.6126 406.40958 439.222Q407.06583 438.81573 407.89395 438.81573Q409.19083 438.81573 409.9877 439.70636Q410.8002 440.597 410.8002 442.097L410.8002 442.1751Q410.8002 443.097 410.44083 443.83136Q410.08145 444.56573 409.4252 444.9876Q408.76895 445.39386 407.90958 445.39386Q406.62833 445.39386 405.81583 444.50323Q405.01895 443.597 405.01895 442.1126L405.01895 442.0345ZM406.1127 442.1751Q406.1127 443.222 406.59708 443.8626Q407.09708 444.50323 407.90958 444.50323Q408.7377 444.50323 409.22208 443.8626Q409.70645 443.20636 409.70645 442.0345Q409.70645 441.00323 409.20645 440.3626Q408.72208 439.70636 407.89395 439.70636Q407.09708 439.70636 406.59708 440.347Q406.1127 440.972 406.1127 442.1751ZM419.22208 445.26886Q419.12833 445.08136 419.06583 444.597Q418.31583 445.39386 417.26895 445.39386Q416.33145 445.39386 415.72208 444.8626Q415.12833 444.33136 415.12833 443.50323Q415.12833 442.51886 415.87833 441.972Q416.62833 441.4251 418.00333 441.4251L419.0502 441.4251L419.0502 440.9251Q419.0502 440.3626 418.70645 440.0345Q418.37833 439.69073 417.70645 439.69073Q417.12833 439.69073 416.7377 439.9876Q416.34708 440.26886 416.34708 440.69073L415.25333 440.69073Q415.25333 440.20636 415.58145 439.76886Q415.9252 439.33136 416.50333 439.08136Q417.08145 438.81573 417.76895 438.81573Q418.87833 438.81573 419.4877 439.3626Q420.1127 439.9095 420.14395 440.8626L420.14395 443.7845Q420.14395 444.6595 420.3627 445.1751L420.3627 445.26886L419.22208 445.26886ZM417.4252 444.44073Q417.94083 444.44073 418.39395 444.1751Q418.84708 443.9095 419.0502 443.4876L419.0502 442.19073L418.20645 442.19073Q416.20645 442.19073 416.20645 443.3626Q416.20645 443.8626 416.5502 444.1595Q416.89395 444.44073 417.4252 444.44073ZM422.0502 442.0501Q422.0502 440.56573 422.7377 439.69073Q423.4252 438.81573 424.5502 438.81573Q425.70645 438.81573 426.3627 439.62823L426.40958 438.9251L427.40958 438.9251L427.40958 445.1126Q427.40958 446.347 426.6752 447.0501Q425.94083 447.76886 424.72208 447.76886Q424.03458 447.76886 423.37833 447.472Q422.72208 447.1751 422.37833 446.6751L422.94083 446.01886Q423.62833 446.87823 424.64395 446.87823Q425.4252 446.87823 425.8627 446.4251Q426.31583 445.9876 426.31583 445.1751L426.31583 444.62823Q425.65958 445.39386 424.53458 445.39386Q423.4252 445.39386 422.7377 444.50323Q422.0502 443.597 422.0502 442.0501ZM423.14395 442.1751Q423.14395 443.2376 423.58145 443.8626Q424.01895 444.472 424.81583 444.472Q425.83145 444.472 426.31583 443.5345L426.31583 440.64386Q425.81583 439.7376 424.81583 439.7376Q424.03458 439.7376 423.58145 440.347Q423.14395 440.95636 423.14395 442.1751ZM432.37833 439.89386Q432.12833 439.8626 431.84708 439.8626Q430.76895 439.8626 430.39395 440.76886L430.39395 445.26886L429.31583 445.26886L429.31583 438.9251L430.3627 438.9251L430.37833 439.6595Q430.90958 438.81573 431.89395 438.81573Q432.20645 438.81573 432.37833 438.89386L432.37833 439.89386ZM435.94083 445.39386Q434.64395 445.39386 433.83145 444.5501Q433.03458 443.69073 433.03458 442.26886L433.03458 442.08136Q433.03458 441.12823 433.39395 440.39386Q433.75333 439.64386 434.39395 439.2376Q435.0502 438.81573 435.8002 438.81573Q437.03458 438.81573 437.72208 439.62823Q438.40958 440.44073 438.40958 441.95636L438.40958 442.4095L434.1127 442.4095Q434.14395 443.347 434.65958 443.9251Q435.19083 444.50323 436.00333 444.50323Q436.56583 444.50323 436.95645 444.26886Q437.3627 444.0345 437.6752 443.64386L438.33145 444.1595Q437.53458 445.39386 435.94083 445.39386ZM435.8002 439.70636Q435.14395 439.70636 434.69083 440.19073Q434.25333 440.6595 434.15958 441.51886L437.33145 441.51886L437.33145 441.44073Q437.28458 440.6126 436.87833 440.1595Q436.4877 439.70636 435.8002 439.70636ZM441.94083 445.39386Q440.64395 445.39386 439.83145 444.5501Q439.03458 443.69073 439.03458 442.26886L439.03458 442.08136Q439.03458 441.12823 439.39395 440.39386Q439.75333 439.64386 440.39395 439.2376Q441.0502 438.81573 441.8002 438.81573Q443.03458 438.81573 443.72208 439.62823Q444.40958 440.44073 444.40958 441.95636L444.40958 442.4095L440.1127 442.4095Q440.14395 443.347 440.65958 443.9251Q441.19083 444.50323 442.00333 444.50323Q442.56583 444.50323 442.95645 444.26886Q443.3627 444.0345 443.6752 443.64386L444.33145 444.1595Q443.53458 445.39386 441.94083 445.39386ZM441.8002 439.70636Q441.14395 439.70636 440.69083 440.19073Q440.25333 440.6595 440.15958 441.51886L443.33145 441.51886L443.33145 441.44073Q443.28458 440.6126 442.87833 440.1595Q442.4877 439.70636 441.8002 439.70636Z" fill-rule="nonzero"/><path fill="#666666" d="M52.703125 90.431L51.578125 90.431L51.578125 81.89975L52.703125 81.89975L52.703125 90.431ZM61.234375 90.431Q61.140625 90.2435 61.078125 89.759125Q60.328125 90.556 59.28125 90.556Q58.34375 90.556 57.734375 90.02475Q57.140625 89.4935 57.140625 88.665375Q57.140625 87.681 57.890625 87.134125Q58.640625 86.58725 60.015625 86.58725L61.0625 86.58725L61.0625 86.08725Q61.0625 85.52475 60.71875 85.196625Q60.390625 84.852875 59.71875 84.852875Q59.140625 84.852875 58.75 85.14975Q58.359375 85.431 58.359375 85.852875L57.265625 85.852875Q57.265625 85.3685 57.59375 84.931Q57.9375 84.4935 58.515625 84.2435Q59.09375 83.977875 59.78125 83.977875Q60.890625 83.977875 61.5 84.52475Q62.125 85.071625 62.15625 86.02475L62.15625 88.946625Q62.15625 89.821625 62.375 90.33725L62.375 90.431L61.234375 90.431ZM59.4375 89.602875Q59.953125 89.602875 60.40625 89.33725Q60.859375 89.071625 61.0625 88.64975L61.0625 87.352875L60.21875 87.352875Q58.21875 87.352875 58.21875 88.52475Q58.21875 89.02475 58.5625 89.321625Q58.90625 89.602875 59.4375 89.602875ZM65.34375 84.08725L65.375 84.790375Q66.0625 83.977875 67.25 83.977875Q68.578125 83.977875 69.0625 84.9935Q69.375 84.540375 69.875 84.259125Q70.390625 83.977875 71.078125 83.977875Q73.171875 83.977875 73.203125 86.181L73.203125 90.431L72.125 90.431L72.125 86.2435Q72.125 85.571625 71.8125 85.2435Q71.5 84.89975 70.765625 84.89975Q70.15625 84.89975 69.75 85.259125Q69.359375 85.6185 69.296875 86.227875L69.296875 90.431L68.21875 90.431L68.21875 86.27475Q68.21875 84.89975 66.859375 84.89975Q65.796875 84.89975 65.40625 85.806L65.40625 90.431L64.3125 90.431L64.3125 84.08725L65.34375 84.08725ZM80.859375 89.665375Q81.4375 89.665375 81.875 89.321625Q82.3125 88.96225 82.359375 88.431L83.390625 88.431Q83.359375 88.977875 83.0 89.477875Q82.65625 89.96225 82.078125 90.259125Q81.515625 90.556 80.859375 90.556Q79.5625 90.556 78.796875 89.696625Q78.046875 88.821625 78.046875 87.321625L78.046875 87.134125Q78.046875 86.21225 78.375 85.4935Q78.71875 84.77475 79.34375 84.384125Q79.984375 83.977875 80.859375 83.977875Q81.921875 83.977875 82.625 84.6185Q83.34375 85.2435 83.390625 86.27475L82.359375 86.27475Q82.3125 85.64975 81.890625 85.259125Q81.46875 84.8685 80.859375 84.8685Q80.03125 84.8685 79.578125 85.46225Q79.125 86.056 79.125 87.181L79.125 87.384125Q79.125 88.477875 79.578125 89.071625Q80.03125 89.665375 80.859375 89.665375ZM84.03125 87.196625Q84.03125 86.27475 84.390625 85.52475Q84.765625 84.77475 85.421875 84.384125Q86.078125 83.977875 86.90625 83.977875Q88.203125 83.977875 89.0 84.8685Q89.8125 85.759125 89.8125 87.259125L89.8125 87.33725Q89.8125 88.259125 89.453125 88.9935Q89.09375 89.727875 88.4375 90.14975Q87.78125 90.556 86.921875 90.556Q85.640625 90.556 84.828125 89.665375Q84.03125 88.759125 84.03125 87.27475L84.03125 87.196625ZM85.125 87.33725Q85.125 88.384125 85.609375 89.02475Q86.109375 89.665375 86.921875 89.665375Q87.75 89.665375 88.234375 89.02475Q88.71875 88.3685 88.71875 87.196625Q88.71875 86.165375 88.21875 85.52475Q87.734375 84.8685 86.90625 84.8685Q86.109375 84.8685 85.609375 85.509125Q85.125 86.134125 85.125 87.33725ZM92.34375 84.08725L92.375 84.884125Q93.109375 83.977875 94.28125 83.977875Q96.296875 83.977875 96.3125 86.2435L96.3125 90.431L95.21875 90.431L95.21875 86.227875Q95.21875 85.556 94.90625 85.227875Q94.609375 84.89975 93.953125 84.89975Q93.421875 84.89975 93.015625 85.181Q92.625 85.46225 92.40625 85.915375L92.40625 90.431L91.328125 90.431L91.328125 84.08725L92.34375 84.08725ZM98.859375 90.431L98.859375 84.931L97.859375 84.931L97.859375 84.08725L98.859375 84.08725L98.859375 83.446625Q98.859375 82.415375 99.390625 81.8685Q99.9375 81.306 100.9375 81.306Q101.3125 81.306 101.6875 81.39975L101.625 82.290375Q101.34375 82.227875 101.046875 82.227875Q100.515625 82.227875 100.21875 82.540375Q99.9375 82.852875 99.9375 83.415375L99.9375 84.08725L101.296875 84.08725L101.296875 84.931L99.9375 84.931L99.9375 90.431L98.859375 90.431ZM103.5 90.431L102.421875 90.431L102.421875 84.08725L103.5 84.08725L103.5 90.431ZM102.328125 82.415375Q102.328125 82.14975 102.484375 81.96225Q102.65625 81.77475 102.96875 81.77475Q103.28125 81.77475 103.4375 81.96225Q103.609375 82.14975 103.609375 82.415375Q103.609375 82.665375 103.4375 82.852875Q103.28125 83.02475 102.96875 83.02475Q102.65625 83.02475 102.484375 82.852875Q102.328125 82.665375 102.328125 82.415375ZM105.0625 87.21225Q105.0625 85.7435 105.75 84.8685Q106.4375 83.977875 107.5625 83.977875Q108.671875 83.977875 109.328125 84.727875L109.328125 81.431L110.40625 81.431L110.40625 90.431L109.40625 90.431L109.359375 89.7435Q108.703125 90.556 107.546875 90.556Q106.453125 90.556 105.75 89.64975Q105.0625 88.7435 105.0625 87.290375L105.0625 87.21225ZM106.140625 87.33725Q106.140625 88.415375 106.578125 89.02475Q107.03125 89.634125 107.8125 89.634125Q108.84375 89.634125 109.328125 88.696625L109.328125 85.790375Q108.84375 84.89975 107.828125 84.89975Q107.03125 84.89975 106.578125 85.509125Q106.140625 86.1185 106.140625 87.33725ZM114.953125 90.556Q113.65625 90.556 112.84375 89.71225Q112.046875 88.852875 112.046875 87.431L112.046875 87.2435Q112.046875 86.290375 112.40625 85.556Q112.765625 84.806 113.40625 84.39975Q114.0625 83.977875 114.8125 83.977875Q116.046875 83.977875 116.734375 84.790375Q117.421875 85.602875 117.421875 87.1185L117.421875 87.571625L113.125 87.571625Q113.15625 88.509125 113.671875 89.08725Q114.203125 89.665375 115.015625 89.665375Q115.578125 89.665375 115.96875 89.431Q116.375 89.196625 116.6875 88.806L117.34375 89.321625Q116.546875 90.556 114.953125 90.556ZM114.8125 84.8685Q114.15625 84.8685 113.703125 85.352875Q113.265625 85.821625 113.171875 86.681L116.34375 86.681L116.34375 86.602875Q116.296875 85.77475 115.890625 85.321625Q115.5 84.8685 114.8125 84.8685ZM119.34375 84.08725L119.375 84.884125Q120.109375 83.977875 121.28125 83.977875Q123.296875 83.977875 123.3125 86.2435L123.3125 90.431L122.21875 90.431L122.21875 86.227875Q122.21875 85.556 121.90625 85.227875Q121.609375 84.89975 120.953125 84.89975Q120.421875 84.89975 120.015625 85.181Q119.625 85.46225 119.40625 85.915375L119.40625 90.431L118.328125 90.431L118.328125 84.08725L119.34375 84.08725ZM126.796875 82.556L126.796875 84.08725L127.96875 84.08725L127.96875 84.931L126.796875 84.931L126.796875 88.852875Q126.796875 89.2435 126.953125 89.431Q127.109375 89.6185 127.484375 89.6185Q127.671875 89.6185 128.0 89.556L128.0 90.431Q127.578125 90.556 127.171875 90.556Q126.453125 90.556 126.078125 90.1185Q125.703125 89.665375 125.703125 88.852875L125.703125 84.931L124.546875 84.931L124.546875 84.08725L125.703125 84.08725L125.703125 82.556L126.796875 82.556ZM133.5 90.431L132.42188 90.431L132.42188 84.08725L133.5 84.08725L133.5 90.431ZM132.32812 82.415375Q132.32812 82.14975 132.48438 81.96225Q132.65625 81.77475 132.96875 81.77475Q133.28125 81.77475 133.4375 81.96225Q133.60938 82.14975 133.60938 82.415375Q133.60938 82.665375 133.4375 82.852875Q133.28125 83.02475 132.96875 83.02475Q132.65625 83.02475 132.48438 82.852875Q132.32812 82.665375 132.32812 82.415375ZM136.34375 84.08725L136.375 84.884125Q137.10938 83.977875 138.28125 83.977875Q140.29688 83.977875 140.3125 86.2435L140.3125 90.431L139.21875 90.431L139.21875 86.227875Q139.21875 85.556 138.90625 85.227875Q138.60938 84.89975 137.95312 84.89975Q137.42188 84.89975 137.01562 85.181Q136.625 85.46225 136.40625 85.915375L136.40625 90.431L135.32812 90.431L135.32812 84.08725L136.34375 84.08725ZM146.79688 82.556L146.79688 84.08725L147.96875 84.08725L147.96875 84.931L146.79688 84.931L146.79688 88.852875Q146.79688 89.2435 146.95312 89.431Q147.10938 89.6185 147.48438 89.6185Q147.67188 89.6185 148.0 89.556L148.0 90.431Q147.57812 90.556 147.17188 90.556Q146.45312 90.556 146.07812 90.1185Q145.70312 89.665375 145.70312 88.852875L145.70312 84.931L144.54688 84.931L144.54688 84.08725L145.70312 84.08725L145.70312 82.556L146.79688 82.556ZM150.40625 84.852875Q151.125 83.977875 152.28125 83.977875Q154.29688 83.977875 154.3125 86.2435L154.3125 90.431L153.21875 90.431L153.21875 86.227875Q153.21875 85.556 152.90625 85.227875Q152.60938 84.89975 151.95312 84.89975Q151.42188 84.89975 151.01562 85.181Q150.625 85.46225 150.40625 85.915375L150.40625 90.431L149.32812 90.431L149.32812 81.431L150.40625 81.431L150.40625 84.852875ZM158.95312 90.556Q157.65625 90.556 156.84375 89.71225Q156.04688 88.852875 156.04688 87.431L156.04688 87.2435Q156.04688 86.290375 156.40625 85.556Q156.76562 84.806 157.40625 84.39975Q158.0625 83.977875 158.8125 83.977875Q160.04688 83.977875 160.73438 84.790375Q161.42188 85.602875 161.42188 87.1185L161.42188 87.571625L157.125 87.571625Q157.15625 88.509125 157.67188 89.08725Q158.20312 89.665375 159.01562 89.665375Q159.57812 89.665375 159.96875 89.431Q160.375 89.196625 160.6875 88.806L161.34375 89.321625Q160.54688 90.556 158.95312 90.556ZM158.8125 84.8685Q158.15625 84.8685 157.70312 85.352875Q157.26562 85.821625 157.17188 86.681L160.34375 86.681L160.34375 86.602875Q160.29688 85.77475 159.89062 85.321625Q159.5 84.8685 158.8125 84.8685Z" fill-rule="nonzero"/><path fill="#666666" d="M75.5 105.431L74.421875 105.431L74.421875 96.431L75.5 96.431L75.5 105.431ZM79.953125 105.556Q78.65625 105.556 77.84375 104.71225Q77.046875 103.852875 77.046875 102.431L77.046875 102.2435Q77.046875 101.290375 77.40625 100.556Q77.765625 99.806 78.40625 99.39975Q79.0625 98.977875 79.8125 98.977875Q81.046875 98.977875 81.734375 99.790375Q82.421875 100.602875 82.421875 102.1185L82.421875 102.571625L78.125 102.571625Q78.15625 103.509125 78.671875 104.08725Q79.203125 104.665375 80.015625 104.665375Q80.578125 104.665375 80.96875 104.431Q81.375 104.196625 81.6875 103.806L82.34375 104.321625Q81.546875 105.556 79.953125 105.556ZM79.8125 99.8685Q79.15625 99.8685 78.703125 100.352875Q78.265625 100.821625 78.171875 101.681L81.34375 101.681L81.34375 101.602875Q81.296875 100.77475 80.890625 100.321625Q80.5 99.8685 79.8125 99.8685ZM87.234375 105.431Q87.140625 105.2435 87.078125 104.759125Q86.328125 105.556 85.28125 105.556Q84.34375 105.556 83.734375 105.02475Q83.140625 104.4935 83.140625 103.665375Q83.140625 102.681 83.890625 102.134125Q84.640625 101.58725 86.015625 101.58725L87.0625 101.58725L87.0625 101.08725Q87.0625 100.52475 86.71875 100.196625Q86.390625 99.852875 85.71875 99.852875Q85.140625 99.852875 84.75 100.14975Q84.359375 100.431 84.359375 100.852875L83.265625 100.852875Q83.265625 100.3685 83.59375 99.931Q83.9375 99.4935 84.515625 99.2435Q85.09375 98.977875 85.78125 98.977875Q86.890625 98.977875 87.5 99.52475Q88.125 100.071625 88.15625 101.02475L88.15625 103.946625Q88.15625 104.821625 88.375 105.33725L88.375 105.431L87.234375 105.431ZM85.4375 104.602875Q85.953125 104.602875 86.40625 104.33725Q86.859375 104.071625 87.0625 103.64975L87.0625 102.352875L86.21875 102.352875Q84.21875 102.352875 84.21875 103.52475Q84.21875 104.02475 84.5625 104.321625Q84.90625 104.602875 85.4375 104.602875ZM90.0625 102.21225Q90.0625 100.7435 90.75 99.8685Q91.4375 98.977875 92.5625 98.977875Q93.671875 98.977875 94.328125 99.727875L94.328125 96.431L95.40625 96.431L95.40625 105.431L94.40625 105.431L94.359375 104.7435Q93.703125 105.556 92.546875 105.556Q91.453125 105.556 90.75 104.64975Q90.0625 103.7435 90.0625 102.290375L90.0625 102.21225ZM91.140625 102.33725Q91.140625 103.415375 91.578125 104.02475Q92.03125 104.634125 92.8125 104.634125Q93.84375 104.634125 94.328125 103.696625L94.328125 100.790375Q93.84375 99.89975 92.828125 99.89975Q92.03125 99.89975 91.578125 100.509125Q91.140625 101.1185 91.140625 102.33725ZM99.953125 105.556Q98.65625 105.556 97.84375 104.71225Q97.046875 103.852875 97.046875 102.431L97.046875 102.2435Q97.046875 101.290375 97.40625 100.556Q97.765625 99.806 98.40625 99.39975Q99.0625 98.977875 99.8125 98.977875Q101.046875 98.977875 101.734375 99.790375Q102.421875 100.602875 102.421875 102.1185L102.421875 102.571625L98.125 102.571625Q98.15625 103.509125 98.671875 104.08725Q99.203125 104.665375 100.015625 104.665375Q100.578125 104.665375 100.96875 104.431Q101.375 104.196625 101.6875 103.806L102.34375 104.321625Q101.546875 105.556 99.953125 105.556ZM99.8125 99.8685Q99.15625 99.8685 98.703125 100.352875Q98.265625 100.821625 98.171875 101.681L101.34375 101.681L101.34375 101.602875Q101.296875 100.77475 100.890625 100.321625Q100.5 99.8685 99.8125 99.8685ZM106.390625 100.056Q106.140625 100.02475 105.859375 100.02475Q104.78125 100.02475 104.40625 100.931L104.40625 105.431L103.328125 105.431L103.328125 99.08725L104.375 99.08725L104.390625 99.821625Q104.921875 98.977875 105.90625 98.977875Q106.21875 98.977875 106.390625 99.056L106.390625 100.056ZM111.015625 103.7435Q111.015625 103.306 110.671875 103.071625Q110.34375 102.821625 109.515625 102.64975Q108.703125 102.477875 108.21875 102.227875Q107.734375 101.977875 107.5 101.64975Q107.28125 101.306 107.28125 100.83725Q107.28125 100.056 107.9375 99.52475Q108.59375 98.977875 109.625 98.977875Q110.703125 98.977875 111.359375 99.540375Q112.03125 100.08725 112.03125 100.946625L110.953125 100.946625Q110.953125 100.509125 110.5625 100.196625Q110.1875 99.8685 109.625 99.8685Q109.03125 99.8685 108.6875 100.134125Q108.359375 100.384125 108.359375 100.790375Q108.359375 101.181 108.671875 101.384125Q108.984375 101.58725 109.796875 101.77475Q110.609375 101.946625 111.109375 102.196625Q111.609375 102.446625 111.84375 102.806Q112.09375 103.165375 112.09375 103.665375Q112.09375 104.52475 111.40625 105.040375Q110.734375 105.556 109.65625 105.556Q108.890625 105.556 108.296875 105.290375Q107.71875 105.009125 107.390625 104.52475Q107.0625 104.040375 107.0625 103.477875L108.140625 103.477875Q108.171875 104.02475 108.578125 104.352875Q108.984375 104.665375 109.65625 104.665375Q110.265625 104.665375 110.640625 104.415375Q111.015625 104.165375 111.015625 103.7435ZM114.40625 99.852875Q115.125 98.977875 116.28125 98.977875Q118.296875 98.977875 118.3125 101.2435L118.3125 105.431L117.21875 105.431L117.21875 101.227875Q117.21875 100.556 116.90625 100.227875Q116.609375 99.89975 115.953125 99.89975Q115.421875 99.89975 115.015625 100.181Q114.625 100.46225 114.40625 100.915375L114.40625 105.431L113.328125 105.431L113.328125 96.431L114.40625 96.431L114.40625 99.852875ZM121.5 105.431L120.421875 105.431L120.421875 99.08725L121.5 99.08725L121.5 105.431ZM120.328125 97.415375Q120.328125 97.14975 120.484375 96.96225Q120.65625 96.77475 120.96875 96.77475Q121.28125 96.77475 121.4375 96.96225Q121.609375 97.14975 121.609375 97.415375Q121.609375 97.665375 121.4375 97.852875Q121.28125 98.02475 120.96875 98.02475Q120.65625 98.02475 120.484375 97.852875Q120.328125 97.665375 120.328125 97.415375ZM128.67188 102.33725Q128.67188 103.77475 128.01562 104.665375Q127.359375 105.556 126.21875 105.556Q125.0625 105.556 124.40625 104.821625L124.40625 107.8685L123.328125 107.8685L123.328125 99.08725L124.3125 99.08725L124.359375 99.790375Q125.03125 98.977875 126.203125 98.977875Q127.34375 98.977875 128.0 99.83725Q128.67188 100.696625 128.67188 102.227875L128.67188 102.33725ZM127.59375 102.21225Q127.59375 101.134125 127.125 100.52475Q126.671875 99.89975 125.875 99.89975Q124.890625 99.89975 124.40625 100.759125L124.40625 103.790375Q124.890625 104.665375 125.890625 104.665375Q126.671875 104.665375 127.125 104.056Q127.59375 103.431 127.59375 102.21225ZM133.03125 102.196625Q133.03125 101.27475 133.39062 100.52475Q133.76562 99.77475 134.42188 99.384125Q135.07812 98.977875 135.90625 98.977875Q137.20312 98.977875 138.0 99.8685Q138.8125 100.759125 138.8125 102.259125L138.8125 102.33725Q138.8125 103.259125 138.45312 103.9935Q138.09375 104.727875 137.4375 105.14975Q136.78125 105.556 135.92188 105.556Q134.64062 105.556 133.82812 104.665375Q133.03125 103.759125 133.03125 102.27475L133.03125 102.196625ZM134.125 102.33725Q134.125 103.384125 134.60938 104.02475Q135.10938 104.665375 135.92188 104.665375Q136.75 104.665375 137.23438 104.02475Q137.71875 103.3685 137.71875 102.196625Q137.71875 101.165375 137.21875 100.52475Q136.73438 99.8685 135.90625 99.8685Q135.10938 99.8685 134.60938 100.509125Q134.125 101.134125 134.125 102.33725ZM140.85938 105.431L140.85938 99.931L139.85938 99.931L139.85938 99.08725L140.85938 99.08725L140.85938 98.446625Q140.85938 97.415375 141.39062 96.8685Q141.9375 96.306 142.9375 96.306Q143.3125 96.306 143.6875 96.39975L143.625 97.290375Q143.34375 97.227875 143.04688 97.227875Q142.51562 97.227875 142.21875 97.540375Q141.9375 97.852875 141.9375 98.415375L141.9375 99.08725L143.29688 99.08725L143.29688 99.931L141.9375 99.931L141.9375 105.431L140.85938 105.431ZM153.79688 104.306Q153.35938 104.931 152.57812 105.2435Q151.79688 105.556 150.76562 105.556Q149.73438 105.556 148.92188 105.071625Q148.10938 104.571625 147.67188 103.665375Q147.23438 102.759125 147.21875 101.571625L147.21875 100.83725Q147.21875 98.89975 148.10938 97.83725Q149.01562 96.77475 150.64062 96.77475Q151.98438 96.77475 152.79688 97.46225Q153.60938 98.14975 153.79688 99.39975L152.67188 99.39975Q152.34375 97.71225 150.65625 97.71225Q149.51562 97.71225 148.9375 98.509125Q148.35938 99.290375 148.34375 100.806L148.34375 101.4935Q148.34375 102.931 149.0 103.790375Q149.65625 104.634125 150.78125 104.634125Q151.40625 104.634125 151.875 104.4935Q152.35938 104.352875 152.67188 104.009125L152.67188 102.102875L150.70312 102.102875L150.70312 101.181L153.79688 101.181L153.79688 104.306ZM155.03125 102.196625Q155.03125 101.27475 155.39062 100.52475Q155.76562 99.77475 156.42188 99.384125Q157.07812 98.977875 157.90625 98.977875Q159.20312 98.977875 160.0 99.8685Q160.8125 100.759125 160.8125 102.259125L160.8125 102.33725Q160.8125 103.259125 160.45312 103.9935Q160.09375 104.727875 159.4375 105.14975Q158.78125 105.556 157.92188 105.556Q156.64062 105.556 155.82812 104.665375Q155.03125 103.759125 155.03125 102.27475L155.03125 102.196625ZM156.125 102.33725Q156.125 103.384125 156.60938 104.02475Q157.10938 104.665375 157.92188 104.665375Q158.75 104.665375 159.23438 104.02475Q159.71875 103.3685 159.71875 102.196625Q159.71875 101.165375 159.21875 100.52475Q158.73438 99.8685 157.90625 99.8685Q157.10938 99.8685 156.60938 100.509125Q156.125 101.134125 156.125 102.33725Z" fill-rule="nonzero"/><path fill="#666666" d="M73.703125 157.21799L72.578125 157.21799L72.578125 148.68674L73.703125 148.68674L73.703125 157.21799ZM78.859375 157.21799L78.859375 151.71799L77.859375 151.71799L77.859375 150.87424L78.859375 150.87424L78.859375 150.23361Q78.859375 149.20236 79.390625 148.65549Q79.9375 148.09299 80.9375 148.09299Q81.3125 148.09299 81.6875 148.18674L81.625 149.07736Q81.34375 149.01486 81.046875 149.01486Q80.515625 149.01486 80.21875 149.32736Q79.9375 149.63986 79.9375 150.20236L79.9375 150.87424L81.296875 150.87424L81.296875 151.71799L79.9375 151.71799L79.9375 157.21799L78.859375 157.21799ZM84.953125 157.34299Q83.65625 157.34299 82.84375 156.49924Q82.046875 155.63986 82.046875 154.21799L82.046875 154.03049Q82.046875 153.07736 82.40625 152.34299Q82.765625 151.59299 83.40625 151.18674Q84.0625 150.76486 84.8125 150.76486Q86.046875 150.76486 86.734375 151.57736Q87.421875 152.38986 87.421875 153.90549L87.421875 154.35861L83.125 154.35861Q83.15625 155.29611 83.671875 155.87424Q84.203125 156.45236 85.015625 156.45236Q85.578125 156.45236 85.96875 156.21799Q86.375 155.98361 86.6875 155.59299L87.34375 156.10861Q86.546875 157.34299 84.953125 157.34299ZM84.8125 151.65549Q84.15625 151.65549 83.703125 152.13986Q83.265625 152.60861 83.171875 153.46799L86.34375 153.46799L86.34375 153.38986Q86.296875 152.56174 85.890625 152.10861Q85.5 151.65549 84.8125 151.65549ZM90.953125 157.34299Q89.65625 157.34299 88.84375 156.49924Q88.046875 155.63986 88.046875 154.21799L88.046875 154.03049Q88.046875 153.07736 88.40625 152.34299Q88.765625 151.59299 89.40625 151.18674Q90.0625 150.76486 90.8125 150.76486Q92.046875 150.76486 92.734375 151.57736Q93.421875 152.38986 93.421875 153.90549L93.421875 154.35861L89.125 154.35861Q89.15625 155.29611 89.671875 155.87424Q90.203125 156.45236 91.015625 156.45236Q91.578125 156.45236 91.96875 156.21799Q92.375 155.98361 92.6875 155.59299L93.34375 156.10861Q92.546875 157.34299 90.953125 157.34299ZM90.8125 151.65549Q90.15625 151.65549 89.703125 152.13986Q89.265625 152.60861 89.171875 153.46799L92.34375 153.46799L92.34375 153.38986Q92.296875 152.56174 91.890625 152.10861Q91.5 151.65549 90.8125 151.65549ZM95.5 157.21799L94.421875 157.21799L94.421875 148.21799L95.5 148.21799L95.5 157.21799ZM105.9375 155.71799L107.15625 150.87424L108.234375 150.87424L106.390625 157.21799L105.515625 157.21799L103.96875 152.40549L102.46875 157.21799L101.59375 157.21799L99.75 150.87424L100.828125 150.87424L102.078125 155.62424L103.5625 150.87424L104.421875 150.87424L105.9375 155.71799ZM111.953125 157.34299Q110.65625 157.34299 109.84375 156.49924Q109.046875 155.63986 109.046875 154.21799L109.046875 154.03049Q109.046875 153.07736 109.40625 152.34299Q109.765625 151.59299 110.40625 151.18674Q111.0625 150.76486 111.8125 150.76486Q113.046875 150.76486 113.734375 151.57736Q114.421875 152.38986 114.421875 153.90549L114.421875 154.35861L110.125 154.35861Q110.15625 155.29611 110.671875 155.87424Q111.203125 156.45236 112.015625 156.45236Q112.578125 156.45236 112.96875 156.21799Q113.375 155.98361 113.6875 155.59299L114.34375 156.10861Q113.546875 157.34299 111.953125 157.34299ZM111.8125 151.65549Q111.15625 151.65549 110.703125 152.13986Q110.265625 152.60861 110.171875 153.46799L113.34375 153.46799L113.34375 153.38986Q113.296875 152.56174 112.890625 152.10861Q112.5 151.65549 111.8125 151.65549ZM116.5 157.21799L115.421875 157.21799L115.421875 148.21799L116.5 148.21799L116.5 157.21799ZM120.859375 156.45236Q121.4375 156.45236 121.875 156.10861Q122.3125 155.74924 122.359375 155.21799L123.390625 155.21799Q123.359375 155.76486 123.0 156.26486Q122.65625 156.74924 122.078125 157.04611Q121.515625 157.34299 120.859375 157.34299Q119.5625 157.34299 118.796875 156.48361Q118.046875 155.60861 118.046875 154.10861L118.046875 153.92111Q118.046875 152.99924 118.375 152.28049Q118.71875 151.56174 119.34375 151.17111Q119.984375 150.76486 120.859375 150.76486Q121.921875 150.76486 122.625 151.40549Q123.34375 152.03049 123.390625 153.06174L122.359375 153.06174Q122.3125 152.43674 121.890625 152.04611Q121.46875 151.65549 120.859375 151.65549Q120.03125 151.65549 119.578125 152.24924Q119.125 152.84299 119.125 153.96799L119.125 154.17111Q119.125 155.26486 119.578125 155.85861Q120.03125 156.45236 120.859375 156.45236ZM124.03125 153.98361Q124.03125 153.06174 124.390625 152.31174Q124.765625 151.56174 125.421875 151.17111Q126.078125 150.76486 126.90625 150.76486Q128.20312 150.76486 129.0 151.65549Q129.8125 152.54611 129.8125 154.04611L129.8125 154.12424Q129.8125 155.04611 129.45312 155.78049Q129.09375 156.51486 128.4375 156.93674Q127.78125 157.34299 126.921875 157.34299Q125.640625 157.34299 124.828125 156.45236Q124.03125 155.54611 124.03125 154.06174L124.03125 153.98361ZM125.125 154.12424Q125.125 155.17111 125.609375 155.81174Q126.109375 156.45236 126.921875 156.45236Q127.75 156.45236 128.23438 155.81174Q128.71875 155.15549 128.71875 153.98361Q128.71875 152.95236 128.21875 152.31174Q127.734375 151.65549 126.90625 151.65549Q126.109375 151.65549 125.609375 152.29611Q125.125 152.92111 125.125 154.12424ZM132.34375 150.87424L132.375 151.57736Q133.0625 150.76486 134.25 150.76486Q135.57812 150.76486 136.0625 151.78049Q136.375 151.32736 136.875 151.04611Q137.39062 150.76486 138.07812 150.76486Q140.17188 150.76486 140.20312 152.96799L140.20312 157.21799L139.125 157.21799L139.125 153.03049Q139.125 152.35861 138.8125 152.03049Q138.5 151.68674 137.76562 151.68674Q137.15625 151.68674 136.75 152.04611Q136.35938 152.40549 136.29688 153.01486L136.29688 157.21799L135.21875 157.21799L135.21875 153.06174Q135.21875 151.68674 133.85938 151.68674Q132.79688 151.68674 132.40625 152.59299L132.40625 157.21799L131.3125 157.21799L131.3125 150.87424L132.34375 150.87424ZM144.95312 157.34299Q143.65625 157.34299 142.84375 156.49924Q142.04688 155.63986 142.04688 154.21799L142.04688 154.03049Q142.04688 153.07736 142.40625 152.34299Q142.76562 151.59299 143.40625 151.18674Q144.0625 150.76486 144.8125 150.76486Q146.04688 150.76486 146.73438 151.57736Q147.42188 152.38986 147.42188 153.90549L147.42188 154.35861L143.125 154.35861Q143.15625 155.29611 143.67188 155.87424Q144.20312 156.45236 145.01562 156.45236Q145.57812 156.45236 145.96875 156.21799Q146.375 155.98361 146.6875 155.59299L147.34375 156.10861Q146.54688 157.34299 144.95312 157.34299ZM144.8125 151.65549Q144.15625 151.65549 143.70312 152.13986Q143.26562 152.60861 143.17188 153.46799L146.34375 153.46799L146.34375 153.38986Q146.29688 152.56174 145.89062 152.10861Q145.5 151.65549 144.8125 151.65549ZM152.79688 149.34299L152.79688 150.87424L153.96875 150.87424L153.96875 151.71799L152.79688 151.71799L152.79688 155.63986Q152.79688 156.03049 152.95312 156.21799Q153.10938 156.40549 153.48438 156.40549Q153.67188 156.40549 154.0 156.34299L154.0 157.21799Q153.57812 157.34299 153.17188 157.34299Q152.45312 157.34299 152.07812 156.90549Q151.70312 156.45236 151.70312 155.63986L151.70312 151.71799L150.54688 151.71799L150.54688 150.87424L151.70312 150.87424L151.70312 149.34299L152.79688 149.34299ZM155.03125 153.98361Q155.03125 153.06174 155.39062 152.31174Q155.76562 151.56174 156.42188 151.17111Q157.07812 150.76486 157.90625 150.76486Q159.20312 150.76486 160.0 151.65549Q160.8125 152.54611 160.8125 154.04611L160.8125 154.12424Q160.8125 155.04611 160.45312 155.78049Q160.09375 156.51486 159.4375 156.93674Q158.78125 157.34299 157.92188 157.34299Q156.64062 157.34299 155.82812 156.45236Q155.03125 155.54611 155.03125 154.06174L155.03125 153.98361ZM156.125 154.12424Q156.125 155.17111 156.60938 155.81174Q157.10938 156.45236 157.92188 156.45236Q158.75 156.45236 159.23438 155.81174Q159.71875 155.15549 159.71875 153.98361Q159.71875 152.95236 159.21875 152.31174Q158.73438 151.65549 157.90625 151.65549Q157.10938 151.65549 156.60938 152.29611Q156.125 152.92111 156.125 154.12424Z" fill-rule="nonzero"/><path fill="#666666" d="M77.859375 171.45236Q78.4375 171.45236 78.875 171.10861Q79.3125 170.74924 79.359375 170.21799L80.390625 170.21799Q80.359375 170.76486 80.0 171.26486Q79.65625 171.74924 79.078125 172.04611Q78.515625 172.34299 77.859375 172.34299Q76.5625 172.34299 75.796875 171.48361Q75.046875 170.60861 75.046875 169.10861L75.046875 168.92111Q75.046875 167.99924 75.375 167.28049Q75.71875 166.56174 76.34375 166.17111Q76.984375 165.76486 77.859375 165.76486Q78.921875 165.76486 79.625 166.40549Q80.34375 167.03049 80.390625 168.06174L79.359375 168.06174Q79.3125 167.43674 78.890625 167.04611Q78.46875 166.65549 77.859375 166.65549Q77.03125 166.65549 76.578125 167.24924Q76.125 167.84299 76.125 168.96799L76.125 169.17111Q76.125 170.26486 76.578125 170.85861Q77.03125 171.45236 77.859375 171.45236ZM81.03125 168.98361Q81.03125 168.06174 81.390625 167.31174Q81.765625 166.56174 82.421875 166.17111Q83.078125 165.76486 83.90625 165.76486Q85.203125 165.76486 86.0 166.65549Q86.8125 167.54611 86.8125 169.04611L86.8125 169.12424Q86.8125 170.04611 86.453125 170.78049Q86.09375 171.51486 85.4375 171.93674Q84.78125 172.34299 83.921875 172.34299Q82.640625 172.34299 81.828125 171.45236Q81.03125 170.54611 81.03125 169.06174L81.03125 168.98361ZM82.125 169.12424Q82.125 170.17111 82.609375 170.81174Q83.109375 171.45236 83.921875 171.45236Q84.75 171.45236 85.234375 170.81174Q85.71875 170.15549 85.71875 168.98361Q85.71875 167.95236 85.21875 167.31174Q84.734375 166.65549 83.90625 166.65549Q83.109375 166.65549 82.609375 167.29611Q82.125 167.92111 82.125 169.12424ZM89.34375 165.87424L89.375 166.67111Q90.109375 165.76486 91.28125 165.76486Q93.296875 165.76486 93.3125 168.03049L93.3125 172.21799L92.21875 172.21799L92.21875 168.01486Q92.21875 167.34299 91.90625 167.01486Q91.609375 166.68674 90.953125 166.68674Q90.421875 166.68674 90.015625 166.96799Q89.625 167.24924 89.40625 167.70236L89.40625 172.21799L88.328125 172.21799L88.328125 165.87424L89.34375 165.87424ZM96.796875 164.34299L96.796875 165.87424L97.96875 165.87424L97.96875 166.71799L96.796875 166.71799L96.796875 170.63986Q96.796875 171.03049 96.953125 171.21799Q97.109375 171.40549 97.484375 171.40549Q97.671875 171.40549 98.0 171.34299L98.0 172.21799Q97.578125 172.34299 97.171875 172.34299Q96.453125 172.34299 96.078125 171.90549Q95.703125 171.45236 95.703125 170.63986L95.703125 166.71799L94.546875 166.71799L94.546875 165.87424L95.703125 165.87424L95.703125 164.34299L96.796875 164.34299ZM102.390625 166.84299Q102.140625 166.81174 101.859375 166.81174Q100.78125 166.81174 100.40625 167.71799L100.40625 172.21799L99.328125 172.21799L99.328125 165.87424L100.375 165.87424L100.390625 166.60861Q100.921875 165.76486 101.90625 165.76486Q102.21875 165.76486 102.390625 165.84299L102.390625 166.84299ZM104.5 172.21799L103.421875 172.21799L103.421875 165.87424L104.5 165.87424L104.5 172.21799ZM103.328125 164.20236Q103.328125 163.93674 103.484375 163.74924Q103.65625 163.56174 103.96875 163.56174Q104.28125 163.56174 104.4375 163.74924Q104.609375 163.93674 104.609375 164.20236Q104.609375 164.45236 104.4375 164.63986Q104.28125 164.81174 103.96875 164.81174Q103.65625 164.81174 103.484375 164.63986Q103.328125 164.45236 103.328125 164.20236ZM111.6875 169.12424Q111.6875 170.57736 111.015625 171.46799Q110.359375 172.34299 109.234375 172.34299Q108.03125 172.34299 107.375 171.48361L107.3125 172.21799L106.328125 172.21799L106.328125 163.21799L107.40625 163.21799L107.40625 166.57736Q108.0625 165.76486 109.21875 165.76486Q110.375 165.76486 111.03125 166.63986Q111.6875 167.49924 111.6875 169.03049L111.6875 169.12424ZM110.609375 168.99924Q110.609375 167.88986 110.171875 167.29611Q109.75 166.68674 108.953125 166.68674Q107.875 166.68674 107.40625 167.67111L107.40625 170.42111Q107.90625 171.42111 108.953125 171.42111Q109.734375 171.42111 110.171875 170.81174Q110.609375 170.20236 110.609375 168.99924ZM117.234375 171.59299Q116.609375 172.34299 115.375 172.34299Q114.359375 172.34299 113.828125 171.74924Q113.296875 171.15549 113.296875 169.99924L113.296875 165.87424L114.375 165.87424L114.375 169.96799Q114.375 171.42111 115.546875 171.42111Q116.796875 171.42111 117.203125 170.48361L117.203125 165.87424L118.296875 165.87424L118.296875 172.21799L117.265625 172.21799L117.234375 171.59299ZM121.796875 164.34299L121.796875 165.87424L122.96875 165.87424L122.96875 166.71799L121.796875 166.71799L121.796875 170.63986Q121.796875 171.03049 121.953125 171.21799Q122.109375 171.40549 122.484375 171.40549Q122.671875 171.40549 123.0 171.34299L123.0 172.21799Q122.578125 172.34299 122.171875 172.34299Q121.453125 172.34299 121.078125 171.90549Q120.703125 171.45236 120.703125 170.63986L120.703125 166.71799L119.546875 166.71799L119.546875 165.87424L120.703125 165.87424L120.703125 164.34299L121.796875 164.34299ZM126.953125 172.34299Q125.65625 172.34299 124.84375 171.49924Q124.046875 170.63986 124.046875 169.21799L124.046875 169.03049Q124.046875 168.07736 124.40625 167.34299Q124.765625 166.59299 125.40625 166.18674Q126.0625 165.76486 126.8125 165.76486Q128.04688 165.76486 128.73438 166.57736Q129.42188 167.38986 129.42188 168.90549L129.42188 169.35861L125.125 169.35861Q125.15625 170.29611 125.671875 170.87424Q126.203125 171.45236 127.015625 171.45236Q127.578125 171.45236 127.96875 171.21799Q128.375 170.98361 128.6875 170.59299L129.34375 171.10861Q128.54688 172.34299 126.953125 172.34299ZM126.8125 166.65549Q126.15625 166.65549 125.703125 167.13986Q125.265625 167.60861 125.171875 168.46799L128.34375 168.46799L128.34375 168.38986Q128.29688 167.56174 127.890625 167.10861Q127.5 166.65549 126.8125 166.65549ZM134.79688 164.34299L134.79688 165.87424L135.96875 165.87424L135.96875 166.71799L134.79688 166.71799L134.79688 170.63986Q134.79688 171.03049 134.95312 171.21799Q135.10938 171.40549 135.48438 171.40549Q135.67188 171.40549 136.0 171.34299L136.0 172.21799Q135.57812 172.34299 135.17188 172.34299Q134.45312 172.34299 134.07812 171.90549Q133.70312 171.45236 133.70312 170.63986L133.70312 166.71799L132.54688 166.71799L132.54688 165.87424L133.70312 165.87424L133.70312 164.34299L134.79688 164.34299ZM137.03125 168.98361Q137.03125 168.06174 137.39062 167.31174Q137.76562 166.56174 138.42188 166.17111Q139.07812 165.76486 139.90625 165.76486Q141.20312 165.76486 142.0 166.65549Q142.8125 167.54611 142.8125 169.04611L142.8125 169.12424Q142.8125 170.04611 142.45312 170.78049Q142.09375 171.51486 141.4375 171.93674Q140.78125 172.34299 139.92188 172.34299Q138.64062 172.34299 137.82812 171.45236Q137.03125 170.54611 137.03125 169.06174L137.03125 168.98361ZM138.125 169.12424Q138.125 170.17111 138.60938 170.81174Q139.10938 171.45236 139.92188 171.45236Q140.75 171.45236 141.23438 170.81174Q141.71875 170.15549 141.71875 168.98361Q141.71875 167.95236 141.21875 167.31174Q140.73438 166.65549 139.90625 166.65549Q139.10938 166.65549 138.60938 167.29611Q138.125 167.92111 138.125 169.12424ZM153.79688 171.09299Q153.35938 171.71799 152.57812 172.03049Q151.79688 172.34299 150.76562 172.34299Q149.73438 172.34299 148.92188 171.85861Q148.10938 171.35861 147.67188 170.45236Q147.23438 169.54611 147.21875 168.35861L147.21875 167.62424Q147.21875 165.68674 148.10938 164.62424Q149.01562 163.56174 150.64062 163.56174Q151.98438 163.56174 152.79688 164.24924Q153.60938 164.93674 153.79688 166.18674L152.67188 166.18674Q152.34375 164.49924 150.65625 164.49924Q149.51562 164.49924 148.9375 165.29611Q148.35938 166.07736 148.34375 167.59299L148.34375 168.28049Q148.34375 169.71799 149.0 170.57736Q149.65625 171.42111 150.78125 171.42111Q151.40625 171.42111 151.875 171.28049Q152.35938 171.13986 152.67188 170.79611L152.67188 168.88986L150.70312 168.88986L150.70312 167.96799L153.79688 167.96799L153.79688 171.09299ZM155.03125 168.98361Q155.03125 168.06174 155.39062 167.31174Q155.76562 166.56174 156.42188 166.17111Q157.07812 165.76486 157.90625 165.76486Q159.20312 165.76486 160.0 166.65549Q160.8125 167.54611 160.8125 169.04611L160.8125 169.12424Q160.8125 170.04611 160.45312 170.78049Q160.09375 171.51486 159.4375 171.93674Q158.78125 172.34299 157.92188 172.34299Q156.64062 172.34299 155.82812 171.45236Q155.03125 170.54611 155.03125 169.06174L155.03125 168.98361ZM156.125 169.12424Q156.125 170.17111 156.60938 170.81174Q157.10938 171.45236 157.92188 171.45236Q158.75 171.45236 159.23438 170.81174Q159.71875 170.15549 159.71875 168.98361Q159.71875 167.95236 159.21875 167.31174Q158.73438 166.65549 157.90625 166.65549Q157.10938 166.65549 156.60938 167.29611Q156.125 167.92111 156.125 169.12424Z" fill-rule="nonzero"/><path fill="#666666" d="M89.390625 208.89558L86.640625 208.89558L86.640625 216.50496L85.53125 216.50496L85.53125 208.89558L82.78125 208.89558L82.78125 207.97371L89.390625 207.97371L89.390625 208.89558ZM91.40625 210.92683Q92.125 210.05183 93.28125 210.05183Q95.296875 210.05183 95.3125 212.31746L95.3125 216.50496L94.21875 216.50496L94.21875 212.30183Q94.21875 211.62996 93.90625 211.30183Q93.609375 210.97371 92.953125 210.97371Q92.421875 210.97371 92.015625 211.25496Q91.625 211.53621 91.40625 211.98933L91.40625 216.50496L90.328125 216.50496L90.328125 207.50496L91.40625 207.50496L91.40625 210.92683ZM99.953125 216.62996Q98.65625 216.62996 97.84375 215.78621Q97.046875 214.92683 97.046875 213.50496L97.046875 213.31746Q97.046875 212.36433 97.40625 211.62996Q97.765625 210.87996 98.40625 210.47371Q99.0625 210.05183 99.8125 210.05183Q101.046875 210.05183 101.734375 210.86433Q102.421875 211.67683 102.421875 213.19246L102.421875 213.64558L98.125 213.64558Q98.15625 214.58308 98.671875 215.16121Q99.203125 215.73933 100.015625 215.73933Q100.578125 215.73933 100.96875 215.50496Q101.375 215.27058 101.6875 214.87996L102.34375 215.39558Q101.546875 216.62996 99.953125 216.62996ZM99.8125 210.94246Q99.15625 210.94246 98.703125 211.42683Q98.265625 211.89558 98.171875 212.75496L101.34375 212.75496L101.34375 212.67683Q101.296875 211.84871 100.890625 211.39558Q100.5 210.94246 99.8125 210.94246ZM111.671875 213.41121Q111.671875 214.84871 111.015625 215.73933Q110.359375 216.62996 109.21875 216.62996Q108.0625 216.62996 107.40625 215.89558L107.40625 218.94246L106.328125 218.94246L106.328125 210.16121L107.3125 210.16121L107.359375 210.86433Q108.03125 210.05183 109.203125 210.05183Q110.34375 210.05183 111.0 210.91121Q111.671875 211.77058 111.671875 213.30183L111.671875 213.41121ZM110.59375 213.28621Q110.59375 212.20808 110.125 211.59871Q109.671875 210.97371 108.875 210.97371Q107.890625 210.97371 107.40625 211.83308L107.40625 214.86433Q107.890625 215.73933 108.890625 215.73933Q109.671875 215.73933 110.125 215.12996Q110.59375 214.50496 110.59375 213.28621ZM116.390625 211.12996Q116.140625 211.09871 115.859375 211.09871Q114.78125 211.09871 114.40625 212.00496L114.40625 216.50496L113.328125 216.50496L113.328125 210.16121L114.375 210.16121L114.390625 210.89558Q114.921875 210.05183 115.90625 210.05183Q116.21875 210.05183 116.390625 210.12996L116.390625 211.12996ZM117.03125 213.27058Q117.03125 212.34871 117.390625 211.59871Q117.765625 210.84871 118.421875 210.45808Q119.078125 210.05183 119.90625 210.05183Q121.203125 210.05183 122.0 210.94246Q122.8125 211.83308 122.8125 213.33308L122.8125 213.41121Q122.8125 214.33308 122.453125 215.06746Q122.09375 215.80183 121.4375 216.22371Q120.78125 216.62996 119.921875 216.62996Q118.640625 216.62996 117.828125 215.73933Q117.03125 214.83308 117.03125 213.34871L117.03125 213.27058ZM118.125 213.41121Q118.125 214.45808 118.609375 215.09871Q119.109375 215.73933 119.921875 215.73933Q120.75 215.73933 121.234375 215.09871Q121.71875 214.44246 121.71875 213.27058Q121.71875 212.23933 121.21875 211.59871Q120.734375 210.94246 119.90625 210.94246Q119.109375 210.94246 118.609375 211.58308Q118.125 212.20808 118.125 213.41121ZM126.859375 215.73933Q127.4375 215.73933 127.875 215.39558Q128.3125 215.03621 128.35938 214.50496L129.39062 214.50496Q129.35938 215.05183 129.0 215.55183Q128.65625 216.03621 128.07812 216.33308Q127.515625 216.62996 126.859375 216.62996Q125.5625 216.62996 124.796875 215.77058Q124.046875 214.89558 124.046875 213.39558L124.046875 213.20808Q124.046875 212.28621 124.375 211.56746Q124.71875 210.84871 125.34375 210.45808Q125.984375 210.05183 126.859375 210.05183Q127.921875 210.05183 128.625 210.69246Q129.34375 211.31746 129.39062 212.34871L128.35938 212.34871Q128.3125 211.72371 127.890625 211.33308Q127.46875 210.94246 126.859375 210.94246Q126.03125 210.94246 125.578125 211.53621Q125.125 212.12996 125.125 213.25496L125.125 213.45808Q125.125 214.55183 125.578125 215.14558Q126.03125 215.73933 126.859375 215.73933ZM132.95312 216.62996Q131.65625 216.62996 130.84375 215.78621Q130.04688 214.92683 130.04688 213.50496L130.04688 213.31746Q130.04688 212.36433 130.40625 211.62996Q130.76562 210.87996 131.40625 210.47371Q132.0625 210.05183 132.8125 210.05183Q134.04688 210.05183 134.73438 210.86433Q135.42188 211.67683 135.42188 213.19246L135.42188 213.64558L131.125 213.64558Q131.15625 214.58308 131.67188 215.16121Q132.20312 215.73933 133.01562 215.73933Q133.57812 215.73933 133.96875 215.50496Q134.375 215.27058 134.6875 214.87996L135.34375 215.39558Q134.54688 216.62996 132.95312 216.62996ZM132.8125 210.94246Q132.15625 210.94246 131.70312 211.42683Q131.26562 211.89558 131.17188 212.75496L134.34375 212.75496L134.34375 212.67683Q134.29688 211.84871 133.89062 211.39558Q133.5 210.94246 132.8125 210.94246ZM140.01562 214.81746Q140.01562 214.37996 139.67188 214.14558Q139.34375 213.89558 138.51562 213.72371Q137.70312 213.55183 137.21875 213.30183Q136.73438 213.05183 136.5 212.72371Q136.28125 212.37996 136.28125 211.91121Q136.28125 211.12996 136.9375 210.59871Q137.59375 210.05183 138.625 210.05183Q139.70312 210.05183 140.35938 210.61433Q141.03125 211.16121 141.03125 212.02058L139.95312 212.02058Q139.95312 211.58308 139.5625 211.27058Q139.1875 210.94246 138.625 210.94246Q138.03125 210.94246 137.6875 211.20808Q137.35938 211.45808 137.35938 211.86433Q137.35938 212.25496 137.67188 212.45808Q137.98438 212.66121 138.79688 212.84871Q139.60938 213.02058 140.10938 213.27058Q140.60938 213.52058 140.84375 213.87996Q141.09375 214.23933 141.09375 214.73933Q141.09375 215.59871 140.40625 216.11433Q139.73438 216.62996 138.65625 216.62996Q137.89062 216.62996 137.29688 216.36433Q136.71875 216.08308 136.39062 215.59871Q136.0625 215.11433 136.0625 214.55183L137.14062 214.55183Q137.17188 215.09871 137.57812 215.42683Q137.98438 215.73933 138.65625 215.73933Q139.26562 215.73933 139.64062 215.48933Q140.01562 215.23933 140.01562 214.81746ZM146.01562 214.81746Q146.01562 214.37996 145.67188 214.14558Q145.34375 213.89558 144.51562 213.72371Q143.70312 213.55183 143.21875 213.30183Q142.73438 213.05183 142.5 212.72371Q142.28125 212.37996 142.28125 211.91121Q142.28125 211.12996 142.9375 210.59871Q143.59375 210.05183 144.625 210.05183Q145.70312 210.05183 146.35938 210.61433Q147.03125 211.16121 147.03125 212.02058L145.95312 212.02058Q145.95312 211.58308 145.5625 211.27058Q145.1875 210.94246 144.625 210.94246Q144.03125 210.94246 143.6875 211.20808Q143.35938 211.45808 143.35938 211.86433Q143.35938 212.25496 143.67188 212.45808Q143.98438 212.66121 144.79688 212.84871Q145.60938 213.02058 146.10938 213.27058Q146.60938 213.52058 146.84375 213.87996Q147.09375 214.23933 147.09375 214.73933Q147.09375 215.59871 146.40625 216.11433Q145.73438 216.62996 144.65625 216.62996Q143.89062 216.62996 143.29688 216.36433Q142.71875 216.08308 142.39062 215.59871Q142.0625 215.11433 142.0625 214.55183L143.14062 214.55183Q143.17188 215.09871 143.57812 215.42683Q143.98438 215.73933 144.65625 215.73933Q145.26562 215.73933 145.64062 215.48933Q146.01562 215.23933 146.01562 214.81746ZM151.03125 213.27058Q151.03125 212.34871 151.39062 211.59871Q151.76562 210.84871 152.42188 210.45808Q153.07812 210.05183 153.90625 210.05183Q155.20312 210.05183 156.0 210.94246Q156.8125 211.83308 156.8125 213.33308L156.8125 213.41121Q156.8125 214.33308 156.45312 215.06746Q156.09375 215.80183 155.4375 216.22371Q154.78125 216.62996 153.92188 216.62996Q152.64062 216.62996 151.82812 215.73933Q151.03125 214.83308 151.03125 213.34871L151.03125 213.27058ZM152.125 213.41121Q152.125 214.45808 152.60938 215.09871Q153.10938 215.73933 153.92188 215.73933Q154.75 215.73933 155.23438 215.09871Q155.71875 214.44246 155.71875 213.27058Q155.71875 212.23933 155.21875 211.59871Q154.73438 210.94246 153.90625 210.94246Q153.10938 210.94246 152.60938 211.58308Q152.125 212.20808 152.125 213.41121ZM158.85938 216.50496L158.85938 211.00496L157.85938 211.00496L157.85938 210.16121L158.85938 210.16121L158.85938 209.52058Q158.85938 208.48933 159.39062 207.94246Q159.9375 207.37996 160.9375 207.37996Q161.3125 207.37996 161.6875 207.47371L161.625 208.36433Q161.34375 208.30183 161.04688 208.30183Q160.51562 208.30183 160.21875 208.61433Q159.9375 208.92683 159.9375 209.48933L159.9375 210.16121L161.29688 210.16121L161.29688 211.00496L159.9375 211.00496L159.9375 216.50496L158.85938 216.50496Z" fill-rule="nonzero"/><path fill="#666666" d="M25.859375 230.73933Q26.4375 230.73933 26.875 230.39558Q27.3125 230.03621 27.359375 229.50496L28.390625 229.50496Q28.359375 230.05183 28.0 230.55183Q27.65625 231.03621 27.078125 231.33308Q26.515625 231.62996 25.859375 231.62996Q24.5625 231.62996 23.796875 230.77058Q23.046875 229.89558 23.046875 228.39558L23.046875 228.20808Q23.046875 227.28621 23.375 226.56746Q23.71875 225.84871 24.34375 225.45808Q24.984375 225.05183 25.859375 225.05183Q26.921875 225.05183 27.625 225.69246Q28.34375 226.31746 28.390625 227.34871L27.359375 227.34871Q27.3125 226.72371 26.890625 226.33308Q26.46875 225.94246 25.859375 225.94246Q25.03125 225.94246 24.578125 226.53621Q24.125 227.12996 24.125 228.25496L24.125 228.45808Q24.125 229.55183 24.578125 230.14558Q25.03125 230.73933 25.859375 230.73933ZM29.03125 228.27058Q29.03125 227.34871 29.390625 226.59871Q29.765625 225.84871 30.421875 225.45808Q31.078125 225.05183 31.90625 225.05183Q33.203125 225.05183 34.0 225.94246Q34.8125 226.83308 34.8125 228.33308L34.8125 228.41121Q34.8125 229.33308 34.453125 230.06746Q34.09375 230.80183 33.4375 231.22371Q32.78125 231.62996 31.921875 231.62996Q30.640625 231.62996 29.828125 230.73933Q29.03125 229.83308 29.03125 228.34871L29.03125 228.27058ZM30.125 228.41121Q30.125 229.45808 30.609375 230.09871Q31.109375 230.73933 31.921875 230.73933Q32.75 230.73933 33.234375 230.09871Q33.71875 229.44246 33.71875 228.27058Q33.71875 227.23933 33.21875 226.59871Q32.734375 225.94246 31.90625 225.94246Q31.109375 225.94246 30.609375 226.58308Q30.125 227.20808 30.125 228.41121ZM37.34375 225.16121L37.375 225.95808Q38.109375 225.05183 39.28125 225.05183Q41.296875 225.05183 41.3125 227.31746L41.3125 231.50496L40.21875 231.50496L40.21875 227.30183Q40.21875 226.62996 39.90625 226.30183Q39.609375 225.97371 38.953125 225.97371Q38.421875 225.97371 38.015625 226.25496Q37.625 226.53621 37.40625 226.98933L37.40625 231.50496L36.328125 231.50496L36.328125 225.16121L37.34375 225.16121ZM44.796875 223.62996L44.796875 225.16121L45.96875 225.16121L45.96875 226.00496L44.796875 226.00496L44.796875 229.92683Q44.796875 230.31746 44.953125 230.50496Q45.109375 230.69246 45.484375 230.69246Q45.671875 230.69246 46.0 230.62996L46.0 231.50496Q45.578125 231.62996 45.171875 231.62996Q44.453125 231.62996 44.078125 231.19246Q43.703125 230.73933 43.703125 229.92683L43.703125 226.00496L42.546875 226.00496L42.546875 225.16121L43.703125 225.16121L43.703125 223.62996L44.796875 223.62996ZM50.390625 226.12996Q50.140625 226.09871 49.859375 226.09871Q48.78125 226.09871 48.40625 227.00496L48.40625 231.50496L47.328125 231.50496L47.328125 225.16121L48.375 225.16121L48.390625 225.89558Q48.921875 225.05183 49.90625 225.05183Q50.21875 225.05183 50.390625 225.12996L50.390625 226.12996ZM52.5 231.50496L51.421875 231.50496L51.421875 225.16121L52.5 225.16121L52.5 231.50496ZM51.328125 223.48933Q51.328125 223.22371 51.484375 223.03621Q51.65625 222.84871 51.96875 222.84871Q52.28125 222.84871 52.4375 223.03621Q52.609375 223.22371 52.609375 223.48933Q52.609375 223.73933 52.4375 223.92683Q52.28125 224.09871 51.96875 224.09871Q51.65625 224.09871 51.484375 223.92683Q51.328125 223.73933 51.328125 223.48933ZM59.6875 228.41121Q59.6875 229.86433 59.015625 230.75496Q58.359375 231.62996 57.234375 231.62996Q56.03125 231.62996 55.375 230.77058L55.3125 231.50496L54.328125 231.50496L54.328125 222.50496L55.40625 222.50496L55.40625 225.86433Q56.0625 225.05183 57.21875 225.05183Q58.375 225.05183 59.03125 225.92683Q59.6875 226.78621 59.6875 228.31746L59.6875 228.41121ZM58.609375 228.28621Q58.609375 227.17683 58.171875 226.58308Q57.75 225.97371 56.953125 225.97371Q55.875 225.97371 55.40625 226.95808L55.40625 229.70808Q55.90625 230.70808 56.953125 230.70808Q57.734375 230.70808 58.171875 230.09871Q58.609375 229.48933 58.609375 228.28621ZM65.234375 230.87996Q64.609375 231.62996 63.375 231.62996Q62.359375 231.62996 61.828125 231.03621Q61.296875 230.44246 61.296875 229.28621L61.296875 225.16121L62.375 225.16121L62.375 229.25496Q62.375 230.70808 63.546875 230.70808Q64.796875 230.70808 65.203125 229.77058L65.203125 225.16121L66.296875 225.16121L66.296875 231.50496L65.265625 231.50496L65.234375 230.87996ZM69.796875 223.62996L69.796875 225.16121L70.96875 225.16121L70.96875 226.00496L69.796875 226.00496L69.796875 229.92683Q69.796875 230.31746 69.953125 230.50496Q70.109375 230.69246 70.484375 230.69246Q70.671875 230.69246 71.0 230.62996L71.0 231.50496Q70.578125 231.62996 70.171875 231.62996Q69.453125 231.62996 69.078125 231.19246Q68.703125 230.73933 68.703125 229.92683L68.703125 226.00496L67.546875 226.00496L67.546875 225.16121L68.703125 225.16121L68.703125 223.62996L69.796875 223.62996ZM73.5 231.50496L72.421875 231.50496L72.421875 225.16121L73.5 225.16121L73.5 231.50496ZM72.328125 223.48933Q72.328125 223.22371 72.484375 223.03621Q72.65625 222.84871 72.96875 222.84871Q73.28125 222.84871 73.4375 223.03621Q73.609375 223.22371 73.609375 223.48933Q73.609375 223.73933 73.4375 223.92683Q73.28125 224.09871 72.96875 224.09871Q72.65625 224.09871 72.484375 223.92683Q72.328125 223.73933 72.328125 223.48933ZM76.34375 225.16121L76.375 225.95808Q77.109375 225.05183 78.28125 225.05183Q80.296875 225.05183 80.3125 227.31746L80.3125 231.50496L79.21875 231.50496L79.21875 227.30183Q79.21875 226.62996 78.90625 226.30183Q78.609375 225.97371 77.953125 225.97371Q77.421875 225.97371 77.015625 226.25496Q76.625 226.53621 76.40625 226.98933L76.40625 231.50496L75.328125 231.50496L75.328125 225.16121L76.34375 225.16121ZM82.0625 228.28621Q82.0625 226.80183 82.75 225.92683Q83.4375 225.05183 84.5625 225.05183Q85.71875 225.05183 86.375 225.86433L86.421875 225.16121L87.421875 225.16121L87.421875 231.34871Q87.421875 232.58308 86.6875 233.28621Q85.953125 234.00496 84.734375 234.00496Q84.046875 234.00496 83.390625 233.70808Q82.734375 233.41121 82.390625 232.91121L82.953125 232.25496Q83.640625 233.11433 84.65625 233.11433Q85.4375 233.11433 85.875 232.66121Q86.328125 232.22371 86.328125 231.41121L86.328125 230.86433Q85.671875 231.62996 84.546875 231.62996Q83.4375 231.62996 82.75 230.73933Q82.0625 229.83308 82.0625 228.28621ZM83.15625 228.41121Q83.15625 229.47371 83.59375 230.09871Q84.03125 230.70808 84.828125 230.70808Q85.84375 230.70808 86.328125 229.77058L86.328125 226.87996Q85.828125 225.97371 84.828125 225.97371Q84.046875 225.97371 83.59375 226.58308Q83.15625 227.19246 83.15625 228.41121ZM93.796875 223.62996L93.796875 225.16121L94.96875 225.16121L94.96875 226.00496L93.796875 226.00496L93.796875 229.92683Q93.796875 230.31746 93.953125 230.50496Q94.109375 230.69246 94.484375 230.69246Q94.671875 230.69246 95.0 230.62996L95.0 231.50496Q94.578125 231.62996 94.171875 231.62996Q93.453125 231.62996 93.078125 231.19246Q92.703125 230.73933 92.703125 229.92683L92.703125 226.00496L91.546875 226.00496L91.546875 225.16121L92.703125 225.16121L92.703125 223.62996L93.796875 223.62996ZM96.03125 228.27058Q96.03125 227.34871 96.390625 226.59871Q96.765625 225.84871 97.421875 225.45808Q98.078125 225.05183 98.90625 225.05183Q100.203125 225.05183 101.0 225.94246Q101.8125 226.83308 101.8125 228.33308L101.8125 228.41121Q101.8125 229.33308 101.453125 230.06746Q101.09375 230.80183 100.4375 231.22371Q99.78125 231.62996 98.921875 231.62996Q97.640625 231.62996 96.828125 230.73933Q96.03125 229.83308 96.03125 228.34871L96.03125 228.27058ZM97.125 228.41121Q97.125 229.45808 97.609375 230.09871Q98.109375 230.73933 98.921875 230.73933Q99.75 230.73933 100.234375 230.09871Q100.71875 229.44246 100.71875 228.27058Q100.71875 227.23933 100.21875 226.59871Q99.734375 225.94246 98.90625 225.94246Q98.109375 225.94246 97.609375 226.58308Q97.125 227.20808 97.125 228.41121ZM112.796875 230.37996Q112.359375 231.00496 111.578125 231.31746Q110.796875 231.62996 109.765625 231.62996Q108.734375 231.62996 107.921875 231.14558Q107.109375 230.64558 106.671875 229.73933Q106.234375 228.83308 106.21875 227.64558L106.21875 226.91121Q106.21875 224.97371 107.109375 223.91121Q108.015625 222.84871 109.640625 222.84871Q110.984375 222.84871 111.796875 223.53621Q112.609375 224.22371 112.796875 225.47371L111.671875 225.47371Q111.34375 223.78621 109.65625 223.78621Q108.515625 223.78621 107.9375 224.58308Q107.359375 225.36433 107.34375 226.87996L107.34375 227.56746Q107.34375 229.00496 108.0 229.86433Q108.65625 230.70808 109.78125 230.70808Q110.40625 230.70808 110.875 230.56746Q111.359375 230.42683 111.671875 230.08308L111.671875 228.17683L109.703125 228.17683L109.703125 227.25496L112.796875 227.25496L112.796875 230.37996ZM114.03125 228.27058Q114.03125 227.34871 114.390625 226.59871Q114.765625 225.84871 115.421875 225.45808Q116.078125 225.05183 116.90625 225.05183Q118.203125 225.05183 119.0 225.94246Q119.8125 226.83308 119.8125 228.33308L119.8125 228.41121Q119.8125 229.33308 119.453125 230.06746Q119.09375 230.80183 118.4375 231.22371Q117.78125 231.62996 116.921875 231.62996Q115.640625 231.62996 114.828125 230.73933Q114.03125 229.83308 114.03125 228.34871L114.03125 228.27058ZM115.125 228.41121Q115.125 229.45808 115.609375 230.09871Q116.109375 230.73933 116.921875 230.73933Q117.75 230.73933 118.234375 230.09871Q118.71875 229.44246 118.71875 228.27058Q118.71875 227.23933 118.21875 226.59871Q117.734375 225.94246 116.90625 225.94246Q116.109375 225.94246 115.609375 226.58308Q115.125 227.20808 115.125 228.41121ZM125.5 231.50496L124.421875 231.50496L124.421875 225.16121L125.5 225.16121L125.5 231.50496ZM124.328125 223.48933Q124.328125 223.22371 124.484375 223.03621Q124.65625 222.84871 124.96875 222.84871Q125.28125 222.84871 125.4375 223.03621Q125.609375 223.22371 125.609375 223.48933Q125.609375 223.73933 125.4375 223.92683Q125.28125 224.09871 124.96875 224.09871Q124.65625 224.09871 124.484375 223.92683Q124.328125 223.73933 124.328125 223.48933ZM131.01562 229.81746Q131.01562 229.37996 130.67188 229.14558Q130.34375 228.89558 129.51562 228.72371Q128.70312 228.55183 128.21875 228.30183Q127.734375 228.05183 127.5 227.72371Q127.28125 227.37996 127.28125 226.91121Q127.28125 226.12996 127.9375 225.59871Q128.59375 225.05183 129.625 225.05183Q130.70312 225.05183 131.35938 225.61433Q132.03125 226.16121 132.03125 227.02058L130.95312 227.02058Q130.95312 226.58308 130.5625 226.27058Q130.1875 225.94246 129.625 225.94246Q129.03125 225.94246 128.6875 226.20808Q128.35938 226.45808 128.35938 226.86433Q128.35938 227.25496 128.67188 227.45808Q128.98438 227.66121 129.79688 227.84871Q130.60938 228.02058 131.10938 228.27058Q131.60938 228.52058 131.84375 228.87996Q132.09375 229.23933 132.09375 229.73933Q132.09375 230.59871 131.40625 231.11433Q130.73438 231.62996 129.65625 231.62996Q128.89062 231.62996 128.29688 231.36433Q127.71875 231.08308 127.390625 230.59871Q127.0625 230.11433 127.0625 229.55183L128.14062 229.55183Q128.17188 230.09871 128.57812 230.42683Q128.98438 230.73933 129.65625 230.73933Q130.26562 230.73933 130.64062 230.48933Q131.01562 230.23933 131.01562 229.81746ZM138.85938 230.73933Q139.4375 230.73933 139.875 230.39558Q140.3125 230.03621 140.35938 229.50496L141.39062 229.50496Q141.35938 230.05183 141.0 230.55183Q140.65625 231.03621 140.07812 231.33308Q139.51562 231.62996 138.85938 231.62996Q137.5625 231.62996 136.79688 230.77058Q136.04688 229.89558 136.04688 228.39558L136.04688 228.20808Q136.04688 227.28621 136.375 226.56746Q136.71875 225.84871 137.34375 225.45808Q137.98438 225.05183 138.85938 225.05183Q139.92188 225.05183 140.625 225.69246Q141.34375 226.31746 141.39062 227.34871L140.35938 227.34871Q140.3125 226.72371 139.89062 226.33308Q139.46875 225.94246 138.85938 225.94246Q138.03125 225.94246 137.57812 226.53621Q137.125 227.12996 137.125 228.25496L137.125 228.45808Q137.125 229.55183 137.57812 230.14558Q138.03125 230.73933 138.85938 230.73933ZM143.5 231.50496L142.42188 231.50496L142.42188 222.50496L143.5 222.50496L143.5 231.50496ZM147.95312 231.62996Q146.65625 231.62996 145.84375 230.78621Q145.04688 229.92683 145.04688 228.50496L145.04688 228.31746Q145.04688 227.36433 145.40625 226.62996Q145.76562 225.87996 146.40625 225.47371Q147.0625 225.05183 147.8125 225.05183Q149.04688 225.05183 149.73438 225.86433Q150.42188 226.67683 150.42188 228.19246L150.42188 228.64558L146.125 228.64558Q146.15625 229.58308 146.67188 230.16121Q147.20312 230.73933 148.01562 230.73933Q148.57812 230.73933 148.96875 230.50496Q149.375 230.27058 149.6875 229.87996L150.34375 230.39558Q149.54688 231.62996 147.95312 231.62996ZM147.8125 225.94246Q147.15625 225.94246 146.70312 226.42683Q146.26562 226.89558 146.17188 227.75496L149.34375 227.75496L149.34375 227.67683Q149.29688 226.84871 148.89062 226.39558Q148.5 225.94246 147.8125 225.94246ZM155.23438 231.50496Q155.14062 231.31746 155.07812 230.83308Q154.32812 231.62996 153.28125 231.62996Q152.34375 231.62996 151.73438 231.09871Q151.14062 230.56746 151.14062 229.73933Q151.14062 228.75496 151.89062 228.20808Q152.64062 227.66121 154.01562 227.66121L155.0625 227.66121L155.0625 227.16121Q155.0625 226.59871 154.71875 226.27058Q154.39062 225.92683 153.71875 225.92683Q153.14062 225.92683 152.75 226.22371Q152.35938 226.50496 152.35938 226.92683L151.26562 226.92683Q151.26562 226.44246 151.59375 226.00496Q151.9375 225.56746 152.51562 225.31746Q153.09375 225.05183 153.78125 225.05183Q154.89062 225.05183 155.5 225.59871Q156.125 226.14558 156.15625 227.09871L156.15625 230.02058Q156.15625 230.89558 156.375 231.41121L156.375 231.50496L155.23438 231.50496ZM153.4375 230.67683Q153.95312 230.67683 154.40625 230.41121Q154.85938 230.14558 155.0625 229.72371L155.0625 228.42683L154.21875 228.42683Q152.21875 228.42683 152.21875 229.59871Q152.21875 230.09871 152.5625 230.39558Q152.90625 230.67683 153.4375 230.67683ZM161.39062 226.12996Q161.14062 226.09871 160.85938 226.09871Q159.78125 226.09871 159.40625 227.00496L159.40625 231.50496L158.32812 231.50496L158.32812 225.16121L159.375 225.16121L159.39062 225.89558Q159.92188 225.05183 160.90625 225.05183Q161.21875 225.05183 161.39062 225.12996L161.39062 226.12996Z" fill-rule="nonzero"/><path fill="#666666" d="M132.79688 238.62996L132.79688 240.16121L133.96875 240.16121L133.96875 241.00496L132.79688 241.00496L132.79688 244.92683Q132.79688 245.31746 132.95312 245.50496Q133.10938 245.69246 133.48438 245.69246Q133.67188 245.69246 134.0 245.62996L134.0 246.50496Q133.57812 246.62996 133.17188 246.62996Q132.45312 246.62996 132.07812 246.19246Q131.70312 245.73933 131.70312 244.92683L131.70312 241.00496L130.54688 241.00496L130.54688 240.16121L131.70312 240.16121L131.70312 238.62996L132.79688 238.62996ZM135.03125 243.27058Q135.03125 242.34871 135.39062 241.59871Q135.76562 240.84871 136.42188 240.45808Q137.07812 240.05183 137.90625 240.05183Q139.20312 240.05183 140.0 240.94246Q140.8125 241.83308 140.8125 243.33308L140.8125 243.41121Q140.8125 244.33308 140.45312 245.06746Q140.09375 245.80183 139.4375 246.22371Q138.78125 246.62996 137.92188 246.62996Q136.64062 246.62996 135.82812 245.73933Q135.03125 244.83308 135.03125 243.34871L135.03125 243.27058ZM136.125 243.41121Q136.125 244.45808 136.60938 245.09871Q137.10938 245.73933 137.92188 245.73933Q138.75 245.73933 139.23438 245.09871Q139.71875 244.44246 139.71875 243.27058Q139.71875 242.23933 139.21875 241.59871Q138.73438 240.94246 137.90625 240.94246Q137.10938 240.94246 136.60938 241.58308Q136.125 242.20808 136.125 243.41121ZM146.34375 240.16121L146.375 240.86433Q147.0625 240.05183 148.25 240.05183Q149.57812 240.05183 150.0625 241.06746Q150.375 240.61433 150.875 240.33308Q151.39062 240.05183 152.07812 240.05183Q154.17188 240.05183 154.20312 242.25496L154.20312 246.50496L153.125 246.50496L153.125 242.31746Q153.125 241.64558 152.8125 241.31746Q152.5 240.97371 151.76562 240.97371Q151.15625 240.97371 150.75 241.33308Q150.35938 241.69246 150.29688 242.30183L150.29688 246.50496L149.21875 246.50496L149.21875 242.34871Q149.21875 240.97371 147.85938 240.97371Q146.79688 240.97371 146.40625 241.87996L146.40625 246.50496L145.3125 246.50496L145.3125 240.16121L146.34375 240.16121ZM158.95312 246.62996Q157.65625 246.62996 156.84375 245.78621Q156.04688 244.92683 156.04688 243.50496L156.04688 243.31746Q156.04688 242.36433 156.40625 241.62996Q156.76562 240.87996 157.40625 240.47371Q158.0625 240.05183 158.8125 240.05183Q160.04688 240.05183 160.73438 240.86433Q161.42188 241.67683 161.42188 243.19246L161.42188 243.64558L157.125 243.64558Q157.15625 244.58308 157.67188 245.16121Q158.20312 245.73933 159.01562 245.73933Q159.57812 245.73933 159.96875 245.50496Q160.375 245.27058 160.6875 244.87996L161.34375 245.39558Q160.54688 246.62996 158.95312 246.62996ZM158.8125 240.94246Q158.15625 240.94246 157.70312 241.42683Q157.26562 241.89558 157.17188 242.75496L160.34375 242.75496L160.34375 242.67683Q160.29688 241.84871 159.89062 241.39558Q159.5 240.94246 158.8125 240.94246Z" fill-rule="nonzero"/><path fill="#666666" d="M69.703125 275.79193L68.578125 275.79193L68.578125 267.26068L69.703125 267.26068L69.703125 275.79193ZM74.859375 275.79193L74.859375 270.29193L73.859375 270.29193L73.859375 269.44818L74.859375 269.44818L74.859375 268.80756Q74.859375 267.7763 75.390625 267.22943Q75.9375 266.66693 76.9375 266.66693Q77.3125 266.66693 77.6875 266.76068L77.625 267.6513Q77.34375 267.5888 77.046875 267.5888Q76.515625 267.5888 76.21875 267.9013Q75.9375 268.2138 75.9375 268.7763L75.9375 269.44818L77.296875 269.44818L77.296875 270.29193L75.9375 270.29193L75.9375 275.79193L74.859375 275.79193ZM80.953125 275.91693Q79.65625 275.91693 78.84375 275.07318Q78.046875 274.2138 78.046875 272.79193L78.046875 272.60443Q78.046875 271.6513 78.40625 270.91693Q78.765625 270.16693 79.40625 269.76068Q80.0625 269.3388 80.8125 269.3388Q82.046875 269.3388 82.734375 270.1513Q83.421875 270.9638 83.421875 272.47943L83.421875 272.93256L79.125 272.93256Q79.15625 273.87006 79.671875 274.44818Q80.203125 275.0263 81.015625 275.0263Q81.578125 275.0263 81.96875 274.79193Q82.375 274.55756 82.6875 274.16693L83.34375 274.68256Q82.546875 275.91693 80.953125 275.91693ZM80.8125 270.22943Q80.15625 270.22943 79.703125 270.7138Q79.265625 271.18256 79.171875 272.04193L82.34375 272.04193L82.34375 271.9638Q82.296875 271.13568 81.890625 270.68256Q81.5 270.22943 80.8125 270.22943ZM86.953125 275.91693Q85.65625 275.91693 84.84375 275.07318Q84.046875 274.2138 84.046875 272.79193L84.046875 272.60443Q84.046875 271.6513 84.40625 270.91693Q84.765625 270.16693 85.40625 269.76068Q86.0625 269.3388 86.8125 269.3388Q88.046875 269.3388 88.734375 270.1513Q89.421875 270.9638 89.421875 272.47943L89.421875 272.93256L85.125 272.93256Q85.15625 273.87006 85.671875 274.44818Q86.203125 275.0263 87.015625 275.0263Q87.578125 275.0263 87.96875 274.79193Q88.375 274.55756 88.6875 274.16693L89.34375 274.68256Q88.546875 275.91693 86.953125 275.91693ZM86.8125 270.22943Q86.15625 270.22943 85.703125 270.7138Q85.265625 271.18256 85.171875 272.04193L88.34375 272.04193L88.34375 271.9638Q88.296875 271.13568 87.890625 270.68256Q87.5 270.22943 86.8125 270.22943ZM91.5 275.79193L90.421875 275.79193L90.421875 266.79193L91.5 266.79193L91.5 275.79193ZM98.859375 275.0263Q99.4375 275.0263 99.875 274.68256Q100.3125 274.32318 100.359375 273.79193L101.390625 273.79193Q101.359375 274.3388 101.0 274.8388Q100.65625 275.32318 100.078125 275.62006Q99.515625 275.91693 98.859375 275.91693Q97.5625 275.91693 96.796875 275.05756Q96.046875 274.18256 96.046875 272.68256L96.046875 272.49506Q96.046875 271.57318 96.375 270.85443Q96.71875 270.13568 97.34375 269.74506Q97.984375 269.3388 98.859375 269.3388Q99.921875 269.3388 100.625 269.97943Q101.34375 270.60443 101.390625 271.63568L100.359375 271.63568Q100.3125 271.01068 99.890625 270.62006Q99.46875 270.22943 98.859375 270.22943Q98.03125 270.22943 97.578125 270.82318Q97.125 271.41693 97.125 272.54193L97.125 272.74506Q97.125 273.8388 97.578125 274.43256Q98.03125 275.0263 98.859375 275.0263ZM102.03125 272.55756Q102.03125 271.63568 102.390625 270.88568Q102.765625 270.13568 103.421875 269.74506Q104.078125 269.3388 104.90625 269.3388Q106.203125 269.3388 107.0 270.22943Q107.8125 271.12006 107.8125 272.62006L107.8125 272.69818Q107.8125 273.62006 107.453125 274.35443Q107.09375 275.0888 106.4375 275.51068Q105.78125 275.91693 104.921875 275.91693Q103.640625 275.91693 102.828125 275.0263Q102.03125 274.12006 102.03125 272.63568L102.03125 272.55756ZM103.125 272.69818Q103.125 273.74506 103.609375 274.38568Q104.109375 275.0263 104.921875 275.0263Q105.75 275.0263 106.234375 274.38568Q106.71875 273.72943 106.71875 272.55756Q106.71875 271.5263 106.21875 270.88568Q105.734375 270.22943 104.90625 270.22943Q104.109375 270.22943 103.609375 270.87006Q103.125 271.49506 103.125 272.69818ZM110.34375 269.44818L110.375 270.1513Q111.0625 269.3388 112.25 269.3388Q113.578125 269.3388 114.0625 270.35443Q114.375 269.9013 114.875 269.62006Q115.390625 269.3388 116.078125 269.3388Q118.171875 269.3388 118.203125 271.54193L118.203125 275.79193L117.125 275.79193L117.125 271.60443Q117.125 270.93256 116.8125 270.60443Q116.5 270.26068 115.765625 270.26068Q115.15625 270.26068 114.75 270.62006Q114.359375 270.97943 114.296875 271.5888L114.296875 275.79193L113.21875 275.79193L113.21875 271.63568Q113.21875 270.26068 111.859375 270.26068Q110.796875 270.26068 110.40625 271.16693L110.40625 275.79193L109.3125 275.79193L109.3125 269.44818L110.34375 269.44818ZM120.859375 275.79193L120.859375 270.29193L119.859375 270.29193L119.859375 269.44818L120.859375 269.44818L120.859375 268.80756Q120.859375 267.7763 121.390625 267.22943Q121.9375 266.66693 122.9375 266.66693Q123.3125 266.66693 123.6875 266.76068L123.625 267.6513Q123.34375 267.5888 123.046875 267.5888Q122.515625 267.5888 122.21875 267.9013Q121.9375 268.2138 121.9375 268.7763L121.9375 269.44818L123.296875 269.44818L123.296875 270.29193L121.9375 270.29193L121.9375 275.79193L120.859375 275.79193ZM124.03125 272.55756Q124.03125 271.63568 124.390625 270.88568Q124.765625 270.13568 125.421875 269.74506Q126.078125 269.3388 126.90625 269.3388Q128.20312 269.3388 129.0 270.22943Q129.8125 271.12006 129.8125 272.62006L129.8125 272.69818Q129.8125 273.62006 129.45312 274.35443Q129.09375 275.0888 128.4375 275.51068Q127.78125 275.91693 126.921875 275.91693Q125.640625 275.91693 124.828125 275.0263Q124.03125 274.12006 124.03125 272.63568L124.03125 272.55756ZM125.125 272.69818Q125.125 273.74506 125.609375 274.38568Q126.109375 275.0263 126.921875 275.0263Q127.75 275.0263 128.23438 274.38568Q128.71875 273.72943 128.71875 272.55756Q128.71875 271.5263 128.21875 270.88568Q127.734375 270.22943 126.90625 270.22943Q126.109375 270.22943 125.609375 270.87006Q125.125 271.49506 125.125 272.69818ZM134.39062 270.41693Q134.14062 270.38568 133.85938 270.38568Q132.78125 270.38568 132.40625 271.29193L132.40625 275.79193L131.32812 275.79193L131.32812 269.44818L132.375 269.44818L132.39062 270.18256Q132.92188 269.3388 133.90625 269.3388Q134.21875 269.3388 134.39062 269.41693L134.39062 270.41693ZM136.79688 267.91693L136.79688 269.44818L137.96875 269.44818L137.96875 270.29193L136.79688 270.29193L136.79688 274.2138Q136.79688 274.60443 136.95312 274.79193Q137.10938 274.97943 137.48438 274.97943Q137.67188 274.97943 138.0 274.91693L138.0 275.79193Q137.57812 275.91693 137.17188 275.91693Q136.45312 275.91693 136.07812 275.47943Q135.70312 275.0263 135.70312 274.2138L135.70312 270.29193L134.54688 270.29193L134.54688 269.44818L135.70312 269.44818L135.70312 267.91693L136.79688 267.91693ZM143.23438 275.79193Q143.14062 275.60443 143.07812 275.12006Q142.32812 275.91693 141.28125 275.91693Q140.34375 275.91693 139.73438 275.38568Q139.14062 274.85443 139.14062 274.0263Q139.14062 273.04193 139.89062 272.49506Q140.64062 271.94818 142.01562 271.94818L143.0625 271.94818L143.0625 271.44818Q143.0625 270.88568 142.71875 270.55756Q142.39062 270.2138 141.71875 270.2138Q141.14062 270.2138 140.75 270.51068Q140.35938 270.79193 140.35938 271.2138L139.26562 271.2138Q139.26562 270.72943 139.59375 270.29193Q139.9375 269.85443 140.51562 269.60443Q141.09375 269.3388 141.78125 269.3388Q142.89062 269.3388 143.5 269.88568Q144.125 270.43256 144.15625 271.38568L144.15625 274.30756Q144.15625 275.18256 144.375 275.69818L144.375 275.79193L143.23438 275.79193ZM141.4375 274.9638Q141.95312 274.9638 142.40625 274.69818Q142.85938 274.43256 143.0625 274.01068L143.0625 272.7138L142.21875 272.7138Q140.21875 272.7138 140.21875 273.88568Q140.21875 274.38568 140.5625 274.68256Q140.90625 274.9638 141.4375 274.9638ZM151.6875 272.69818Q151.6875 274.1513 151.01562 275.04193Q150.35938 275.91693 149.23438 275.91693Q148.03125 275.91693 147.375 275.05756L147.3125 275.79193L146.32812 275.79193L146.32812 266.79193L147.40625 266.79193L147.40625 270.1513Q148.0625 269.3388 149.21875 269.3388Q150.375 269.3388 151.03125 270.2138Q151.6875 271.07318 151.6875 272.60443L151.6875 272.69818ZM150.60938 272.57318Q150.60938 271.4638 150.17188 270.87006Q149.75 270.26068 148.95312 270.26068Q147.875 270.26068 147.40625 271.24506L147.40625 273.99506Q147.90625 274.99506 148.95312 274.99506Q149.73438 274.99506 150.17188 274.38568Q150.60938 273.7763 150.60938 272.57318ZM154.5 275.79193L153.42188 275.79193L153.42188 266.79193L154.5 266.79193L154.5 275.79193ZM158.95312 275.91693Q157.65625 275.91693 156.84375 275.07318Q156.04688 274.2138 156.04688 272.79193L156.04688 272.60443Q156.04688 271.6513 156.40625 270.91693Q156.76562 270.16693 157.40625 269.76068Q158.0625 269.3388 158.8125 269.3388Q160.04688 269.3388 160.73438 270.1513Q161.42188 270.9638 161.42188 272.47943L161.42188 272.93256L157.125 272.93256Q157.15625 273.87006 157.67188 274.44818Q158.20312 275.0263 159.01562 275.0263Q159.57812 275.0263 159.96875 274.79193Q160.375 274.55756 160.6875 274.16693L161.34375 274.68256Q160.54688 275.91693 158.95312 275.91693ZM158.8125 270.22943Q158.15625 270.22943 157.70312 270.7138Q157.26562 271.18256 157.17188 272.04193L160.34375 272.04193L160.34375 271.9638Q160.29688 271.13568 159.89062 270.68256Q159.5 270.22943 158.8125 270.22943Z" fill-rule="nonzero"/><path fill="#666666" d="M59.234375 290.79193Q59.140625 290.60443 59.078125 290.12006Q58.328125 290.91693 57.28125 290.91693Q56.34375 290.91693 55.734375 290.38568Q55.140625 289.85443 55.140625 289.0263Q55.140625 288.04193 55.890625 287.49506Q56.640625 286.94818 58.015625 286.94818L59.0625 286.94818L59.0625 286.44818Q59.0625 285.88568 58.71875 285.55756Q58.390625 285.2138 57.71875 285.2138Q57.140625 285.2138 56.75 285.51068Q56.359375 285.79193 56.359375 286.2138L55.265625 286.2138Q55.265625 285.72943 55.59375 285.29193Q55.9375 284.85443 56.515625 284.60443Q57.09375 284.3388 57.78125 284.3388Q58.890625 284.3388 59.5 284.88568Q60.125 285.43256 60.15625 286.38568L60.15625 289.30756Q60.15625 290.18256 60.375 290.69818L60.375 290.79193L59.234375 290.79193ZM57.4375 289.9638Q57.953125 289.9638 58.40625 289.69818Q58.859375 289.43256 59.0625 289.01068L59.0625 287.7138L58.21875 287.7138Q56.21875 287.7138 56.21875 288.88568Q56.21875 289.38568 56.5625 289.68256Q56.90625 289.9638 57.4375 289.9638ZM67.671875 287.69818Q67.671875 289.13568 67.015625 290.0263Q66.359375 290.91693 65.21875 290.91693Q64.0625 290.91693 63.40625 290.18256L63.40625 293.22943L62.328125 293.22943L62.328125 284.44818L63.3125 284.44818L63.359375 285.1513Q64.03125 284.3388 65.203125 284.3388Q66.34375 284.3388 67.0 285.19818Q67.671875 286.05756 67.671875 287.5888L67.671875 287.69818ZM66.59375 287.57318Q66.59375 286.49506 66.125 285.88568Q65.671875 285.26068 64.875 285.26068Q63.890625 285.26068 63.40625 286.12006L63.40625 289.1513Q63.890625 290.0263 64.890625 290.0263Q65.671875 290.0263 66.125 289.41693Q66.59375 288.79193 66.59375 287.57318ZM74.671875 287.69818Q74.671875 289.13568 74.015625 290.0263Q73.359375 290.91693 72.21875 290.91693Q71.0625 290.91693 70.40625 290.18256L70.40625 293.22943L69.328125 293.22943L69.328125 284.44818L70.3125 284.44818L70.359375 285.1513Q71.03125 284.3388 72.203125 284.3388Q73.34375 284.3388 74.0 285.19818Q74.671875 286.05756 74.671875 287.5888L74.671875 287.69818ZM73.59375 287.57318Q73.59375 286.49506 73.125 285.88568Q72.671875 285.26068 71.875 285.26068Q70.890625 285.26068 70.40625 286.12006L70.40625 289.1513Q70.890625 290.0263 71.890625 290.0263Q72.671875 290.0263 73.125 289.41693Q73.59375 288.79193 73.59375 287.57318ZM79.390625 285.41693Q79.140625 285.38568 78.859375 285.38568Q77.78125 285.38568 77.40625 286.29193L77.40625 290.79193L76.328125 290.79193L76.328125 284.44818L77.375 284.44818L77.390625 285.18256Q77.921875 284.3388 78.90625 284.3388Q79.21875 284.3388 79.390625 284.41693L79.390625 285.41693ZM80.03125 287.55756Q80.03125 286.63568 80.390625 285.88568Q80.765625 285.13568 81.421875 284.74506Q82.078125 284.3388 82.90625 284.3388Q84.203125 284.3388 85.0 285.22943Q85.8125 286.12006 85.8125 287.62006L85.8125 287.69818Q85.8125 288.62006 85.453125 289.35443Q85.09375 290.0888 84.4375 290.51068Q83.78125 290.91693 82.921875 290.91693Q81.640625 290.91693 80.828125 290.0263Q80.03125 289.12006 80.03125 287.63568L80.03125 287.55756ZM81.125 287.69818Q81.125 288.74506 81.609375 289.38568Q82.109375 290.0263 82.921875 290.0263Q83.75 290.0263 84.234375 289.38568Q84.71875 288.72943 84.71875 287.55756Q84.71875 286.5263 84.21875 285.88568Q83.734375 285.22943 82.90625 285.22943Q82.109375 285.22943 81.609375 285.87006Q81.125 286.49506 81.125 287.69818ZM91.234375 290.79193Q91.140625 290.60443 91.078125 290.12006Q90.328125 290.91693 89.28125 290.91693Q88.34375 290.91693 87.734375 290.38568Q87.140625 289.85443 87.140625 289.0263Q87.140625 288.04193 87.890625 287.49506Q88.640625 286.94818 90.015625 286.94818L91.0625 286.94818L91.0625 286.44818Q91.0625 285.88568 90.71875 285.55756Q90.390625 285.2138 89.71875 285.2138Q89.140625 285.2138 88.75 285.51068Q88.359375 285.79193 88.359375 286.2138L87.265625 286.2138Q87.265625 285.72943 87.59375 285.29193Q87.9375 284.85443 88.515625 284.60443Q89.09375 284.3388 89.78125 284.3388Q90.890625 284.3388 91.5 284.88568Q92.125 285.43256 92.15625 286.38568L92.15625 289.30756Q92.15625 290.18256 92.375 290.69818L92.375 290.79193L91.234375 290.79193ZM89.4375 289.9638Q89.953125 289.9638 90.40625 289.69818Q90.859375 289.43256 91.0625 289.01068L91.0625 287.7138L90.21875 287.7138Q88.21875 287.7138 88.21875 288.88568Q88.21875 289.38568 88.5625 289.68256Q88.90625 289.9638 89.4375 289.9638ZM96.859375 290.0263Q97.4375 290.0263 97.875 289.68256Q98.3125 289.32318 98.359375 288.79193L99.390625 288.79193Q99.359375 289.3388 99.0 289.8388Q98.65625 290.32318 98.078125 290.62006Q97.515625 290.91693 96.859375 290.91693Q95.5625 290.91693 94.796875 290.05756Q94.046875 289.18256 94.046875 287.68256L94.046875 287.49506Q94.046875 286.57318 94.375 285.85443Q94.71875 285.13568 95.34375 284.74506Q95.984375 284.3388 96.859375 284.3388Q97.921875 284.3388 98.625 284.97943Q99.34375 285.60443 99.390625 286.63568L98.359375 286.63568Q98.3125 286.01068 97.890625 285.62006Q97.46875 285.22943 96.859375 285.22943Q96.03125 285.22943 95.578125 285.82318Q95.125 286.41693 95.125 287.54193L95.125 287.74506Q95.125 288.8388 95.578125 289.43256Q96.03125 290.0263 96.859375 290.0263ZM101.40625 285.2138Q102.125 284.3388 103.28125 284.3388Q105.296875 284.3388 105.3125 286.60443L105.3125 290.79193L104.21875 290.79193L104.21875 286.5888Q104.21875 285.91693 103.90625 285.5888Q103.609375 285.26068 102.953125 285.26068Q102.421875 285.26068 102.015625 285.54193Q101.625 285.82318 101.40625 286.2763L101.40625 290.79193L100.328125 290.79193L100.328125 281.79193L101.40625 281.79193L101.40625 285.2138ZM108.5 290.79193L107.421875 290.79193L107.421875 284.44818L108.5 284.44818L108.5 290.79193ZM107.328125 282.7763Q107.328125 282.51068 107.484375 282.32318Q107.65625 282.13568 107.96875 282.13568Q108.28125 282.13568 108.4375 282.32318Q108.609375 282.51068 108.609375 282.7763Q108.609375 283.0263 108.4375 283.2138Q108.28125 283.38568 107.96875 283.38568Q107.65625 283.38568 107.484375 283.2138Q107.328125 283.0263 107.328125 282.7763ZM111.34375 284.44818L111.375 285.24506Q112.109375 284.3388 113.28125 284.3388Q115.296875 284.3388 115.3125 286.60443L115.3125 290.79193L114.21875 290.79193L114.21875 286.5888Q114.21875 285.91693 113.90625 285.5888Q113.609375 285.26068 112.953125 285.26068Q112.421875 285.26068 112.015625 285.54193Q111.625 285.82318 111.40625 286.2763L111.40625 290.79193L110.328125 290.79193L110.328125 284.44818L111.34375 284.44818ZM117.0625 287.57318Q117.0625 286.0888 117.75 285.2138Q118.4375 284.3388 119.5625 284.3388Q120.71875 284.3388 121.375 285.1513L121.421875 284.44818L122.421875 284.44818L122.421875 290.63568Q122.421875 291.87006 121.6875 292.57318Q120.953125 293.29193 119.734375 293.29193Q119.046875 293.29193 118.390625 292.99506Q117.734375 292.69818 117.390625 292.19818L117.953125 291.54193Q118.640625 292.4013 119.65625 292.4013Q120.4375 292.4013 120.875 291.94818Q121.328125 291.51068 121.328125 290.69818L121.328125 290.1513Q120.671875 290.91693 119.546875 290.91693Q118.4375 290.91693 117.75 290.0263Q117.0625 289.12006 117.0625 287.57318ZM118.15625 287.69818Q118.15625 288.76068 118.59375 289.38568Q119.03125 289.99506 119.828125 289.99506Q120.84375 289.99506 121.328125 289.05756L121.328125 286.16693Q120.828125 285.26068 119.828125 285.26068Q119.046875 285.26068 118.59375 285.87006Q118.15625 286.47943 118.15625 287.69818ZM128.79688 282.91693L128.79688 284.44818L129.96875 284.44818L129.96875 285.29193L128.79688 285.29193L128.79688 289.2138Q128.79688 289.60443 128.95312 289.79193Q129.10938 289.97943 129.48438 289.97943Q129.67188 289.97943 130.0 289.91693L130.0 290.79193Q129.57812 290.91693 129.17188 290.91693Q128.45312 290.91693 128.07812 290.47943Q127.703125 290.0263 127.703125 289.2138L127.703125 285.29193L126.546875 285.29193L126.546875 284.44818L127.703125 284.44818L127.703125 282.91693L128.79688 282.91693ZM132.40625 285.2138Q133.125 284.3388 134.28125 284.3388Q136.29688 284.3388 136.3125 286.60443L136.3125 290.79193L135.21875 290.79193L135.21875 286.5888Q135.21875 285.91693 134.90625 285.5888Q134.60938 285.26068 133.95312 285.26068Q133.42188 285.26068 133.01562 285.54193Q132.625 285.82318 132.40625 286.2763L132.40625 290.79193L131.32812 290.79193L131.32812 281.79193L132.40625 281.79193L132.40625 285.2138ZM140.95312 290.91693Q139.65625 290.91693 138.84375 290.07318Q138.04688 289.2138 138.04688 287.79193L138.04688 287.60443Q138.04688 286.6513 138.40625 285.91693Q138.76562 285.16693 139.40625 284.76068Q140.0625 284.3388 140.8125 284.3388Q142.04688 284.3388 142.73438 285.1513Q143.42188 285.9638 143.42188 287.47943L143.42188 287.93256L139.125 287.93256Q139.15625 288.87006 139.67188 289.44818Q140.20312 290.0263 141.01562 290.0263Q141.57812 290.0263 141.96875 289.79193Q142.375 289.55756 142.6875 289.16693L143.34375 289.68256Q142.54688 290.91693 140.95312 290.91693ZM140.8125 285.22943Q140.15625 285.22943 139.70312 285.7138Q139.26562 286.18256 139.17188 287.04193L142.34375 287.04193L142.34375 286.9638Q142.29688 286.13568 141.89062 285.68256Q141.5 285.22943 140.8125 285.22943ZM153.79688 289.66693Q153.35938 290.29193 152.57812 290.60443Q151.79688 290.91693 150.76562 290.91693Q149.73438 290.91693 148.92188 290.43256Q148.10938 289.93256 147.67188 289.0263Q147.23438 288.12006 147.21875 286.93256L147.21875 286.19818Q147.21875 284.26068 148.10938 283.19818Q149.01562 282.13568 150.64062 282.13568Q151.98438 282.13568 152.79688 282.82318Q153.60938 283.51068 153.79688 284.76068L152.67188 284.76068Q152.34375 283.07318 150.65625 283.07318Q149.51562 283.07318 148.9375 283.87006Q148.35938 284.6513 148.34375 286.16693L148.34375 286.85443Q148.34375 288.29193 149.0 289.1513Q149.65625 289.99506 150.78125 289.99506Q151.40625 289.99506 151.875 289.85443Q152.35938 289.7138 152.67188 289.37006L152.67188 287.4638L150.70312 287.4638L150.70312 286.54193L153.79688 286.54193L153.79688 289.66693ZM155.03125 287.55756Q155.03125 286.63568 155.39062 285.88568Q155.76562 285.13568 156.42188 284.74506Q157.07812 284.3388 157.90625 284.3388Q159.20312 284.3388 160.0 285.22943Q160.8125 286.12006 160.8125 287.62006L160.8125 287.69818Q160.8125 288.62006 160.45312 289.35443Q160.09375 290.0888 159.4375 290.51068Q158.78125 290.91693 157.92188 290.91693Q156.64062 290.91693 155.82812 290.0263Q155.03125 289.12006 155.03125 287.63568L155.03125 287.55756ZM156.125 287.69818Q156.125 288.74506 156.60938 289.38568Q157.10938 290.0263 157.92188 290.0263Q158.75 290.0263 159.23438 289.38568Q159.71875 288.72943 159.71875 287.55756Q159.71875 286.5263 159.21875 285.88568Q158.73438 285.22943 157.90625 285.22943Q157.10938 285.22943 156.60938 285.87006Q156.125 286.49506 156.125 287.69818Z" fill-rule="nonzero"/><path fill="#666666" d="M45.671875 302.69818Q45.671875 304.13568 45.015625 305.0263Q44.359375 305.91693 43.21875 305.91693Q42.0625 305.91693 41.40625 305.18256L41.40625 308.22943L40.328125 308.22943L40.328125 299.44818L41.3125 299.44818L41.359375 300.1513Q42.03125 299.3388 43.203125 299.3388Q44.34375 299.3388 45.0 300.19818Q45.671875 301.05756 45.671875 302.5888L45.671875 302.69818ZM44.59375 302.57318Q44.59375 301.49506 44.125 300.88568Q43.671875 300.26068 42.875 300.26068Q41.890625 300.26068 41.40625 301.12006L41.40625 304.1513Q41.890625 305.0263 42.890625 305.0263Q43.671875 305.0263 44.125 304.41693Q44.59375 303.79193 44.59375 302.57318ZM50.390625 300.41693Q50.140625 300.38568 49.859375 300.38568Q48.78125 300.38568 48.40625 301.29193L48.40625 305.79193L47.328125 305.79193L47.328125 299.44818L48.375 299.44818L48.390625 300.18256Q48.921875 299.3388 49.90625 299.3388Q50.21875 299.3388 50.390625 299.41693L50.390625 300.41693ZM51.03125 302.55756Q51.03125 301.63568 51.390625 300.88568Q51.765625 300.13568 52.421875 299.74506Q53.078125 299.3388 53.90625 299.3388Q55.203125 299.3388 56.0 300.22943Q56.8125 301.12006 56.8125 302.62006L56.8125 302.69818Q56.8125 303.62006 56.453125 304.35443Q56.09375 305.0888 55.4375 305.51068Q54.78125 305.91693 53.921875 305.91693Q52.640625 305.91693 51.828125 305.0263Q51.03125 304.12006 51.03125 302.63568L51.03125 302.55756ZM52.125 302.69818Q52.125 303.74506 52.609375 304.38568Q53.109375 305.0263 53.921875 305.0263Q54.75 305.0263 55.234375 304.38568Q55.71875 303.72943 55.71875 302.55756Q55.71875 301.5263 55.21875 300.88568Q54.734375 300.22943 53.90625 300.22943Q53.109375 300.22943 52.609375 300.87006Q52.125 301.49506 52.125 302.69818ZM59.4375 299.44818L59.4375 306.5263Q59.4375 308.35443 57.78125 308.35443Q57.421875 308.35443 57.125 308.24506L57.125 307.38568Q57.3125 307.43256 57.609375 307.43256Q57.96875 307.43256 58.15625 307.22943Q58.359375 307.04193 58.359375 306.54193L58.359375 299.44818L59.4375 299.44818ZM58.25 297.7763Q58.25 297.51068 58.40625 297.32318Q58.5625 297.13568 58.875 297.13568Q59.1875 297.13568 59.34375 297.32318Q59.515625 297.51068 59.515625 297.7763Q59.515625 298.0263 59.34375 298.2138Q59.1875 298.38568 58.875 298.38568Q58.5625 298.38568 58.40625 298.2138Q58.25 298.0263 58.25 297.7763ZM63.953125 305.91693Q62.65625 305.91693 61.84375 305.07318Q61.046875 304.2138 61.046875 302.79193L61.046875 302.60443Q61.046875 301.6513 61.40625 300.91693Q61.765625 300.16693 62.40625 299.76068Q63.0625 299.3388 63.8125 299.3388Q65.046875 299.3388 65.734375 300.1513Q66.421875 300.9638 66.421875 302.47943L66.421875 302.93256L62.125 302.93256Q62.15625 303.87006 62.671875 304.44818Q63.203125 305.0263 64.015625 305.0263Q64.578125 305.0263 64.96875 304.79193Q65.375 304.55756 65.6875 304.16693L66.34375 304.68256Q65.546875 305.91693 63.953125 305.91693ZM63.8125 300.22943Q63.15625 300.22943 62.703125 300.7138Q62.265625 301.18256 62.171875 302.04193L65.34375 302.04193L65.34375 301.9638Q65.296875 301.13568 64.890625 300.68256Q64.5 300.22943 63.8125 300.22943ZM69.859375 305.0263Q70.4375 305.0263 70.875 304.68256Q71.3125 304.32318 71.359375 303.79193L72.390625 303.79193Q72.359375 304.3388 72.0 304.8388Q71.65625 305.32318 71.078125 305.62006Q70.515625 305.91693 69.859375 305.91693Q68.5625 305.91693 67.796875 305.05756Q67.046875 304.18256 67.046875 302.68256L67.046875 302.49506Q67.046875 301.57318 67.375 300.85443Q67.71875 300.13568 68.34375 299.74506Q68.984375 299.3388 69.859375 299.3388Q70.921875 299.3388 71.625 299.97943Q72.34375 300.60443 72.390625 301.63568L71.359375 301.63568Q71.3125 301.01068 70.890625 300.62006Q70.46875 300.22943 69.859375 300.22943Q69.03125 300.22943 68.578125 300.82318Q68.125 301.41693 68.125 302.54193L68.125 302.74506Q68.125 303.8388 68.578125 304.43256Q69.03125 305.0263 69.859375 305.0263ZM74.796875 297.91693L74.796875 299.44818L75.96875 299.44818L75.96875 300.29193L74.796875 300.29193L74.796875 304.2138Q74.796875 304.60443 74.953125 304.79193Q75.109375 304.97943 75.484375 304.97943Q75.671875 304.97943 76.0 304.91693L76.0 305.79193Q75.578125 305.91693 75.171875 305.91693Q74.453125 305.91693 74.078125 305.47943Q73.703125 305.0263 73.703125 304.2138L73.703125 300.29193L72.546875 300.29193L72.546875 299.44818L73.703125 299.44818L73.703125 297.91693L74.796875 297.91693ZM81.5 305.79193L80.421875 305.79193L80.421875 296.79193L81.5 296.79193L81.5 305.79193ZM85.953125 305.91693Q84.65625 305.91693 83.84375 305.07318Q83.046875 304.2138 83.046875 302.79193L83.046875 302.60443Q83.046875 301.6513 83.40625 300.91693Q83.765625 300.16693 84.40625 299.76068Q85.0625 299.3388 85.8125 299.3388Q87.046875 299.3388 87.734375 300.1513Q88.421875 300.9638 88.421875 302.47943L88.421875 302.93256L84.125 302.93256Q84.15625 303.87006 84.671875 304.44818Q85.203125 305.0263 86.015625 305.0263Q86.578125 305.0263 86.96875 304.79193Q87.375 304.55756 87.6875 304.16693L88.34375 304.68256Q87.546875 305.91693 85.953125 305.91693ZM85.8125 300.22943Q85.15625 300.22943 84.703125 300.7138Q84.265625 301.18256 84.171875 302.04193L87.34375 302.04193L87.34375 301.9638Q87.296875 301.13568 86.890625 300.68256Q86.5 300.22943 85.8125 300.22943ZM93.234375 305.79193Q93.140625 305.60443 93.078125 305.12006Q92.328125 305.91693 91.28125 305.91693Q90.34375 305.91693 89.734375 305.38568Q89.140625 304.85443 89.140625 304.0263Q89.140625 303.04193 89.890625 302.49506Q90.640625 301.94818 92.015625 301.94818L93.0625 301.94818L93.0625 301.44818Q93.0625 300.88568 92.71875 300.55756Q92.390625 300.2138 91.71875 300.2138Q91.140625 300.2138 90.75 300.51068Q90.359375 300.79193 90.359375 301.2138L89.265625 301.2138Q89.265625 300.72943 89.59375 300.29193Q89.9375 299.85443 90.515625 299.60443Q91.09375 299.3388 91.78125 299.3388Q92.890625 299.3388 93.5 299.88568Q94.125 300.43256 94.15625 301.38568L94.15625 304.30756Q94.15625 305.18256 94.375 305.69818L94.375 305.79193L93.234375 305.79193ZM91.4375 304.9638Q91.953125 304.9638 92.40625 304.69818Q92.859375 304.43256 93.0625 304.01068L93.0625 302.7138L92.21875 302.7138Q90.21875 302.7138 90.21875 303.88568Q90.21875 304.38568 90.5625 304.68256Q90.90625 304.9638 91.4375 304.9638ZM96.0625 302.57318Q96.0625 301.10443 96.75 300.22943Q97.4375 299.3388 98.5625 299.3388Q99.671875 299.3388 100.328125 300.0888L100.328125 296.79193L101.40625 296.79193L101.40625 305.79193L100.40625 305.79193L100.359375 305.10443Q99.703125 305.91693 98.546875 305.91693Q97.453125 305.91693 96.75 305.01068Q96.0625 304.10443 96.0625 302.6513L96.0625 302.57318ZM97.140625 302.69818Q97.140625 303.7763 97.578125 304.38568Q98.03125 304.99506 98.8125 304.99506Q99.84375 304.99506 100.328125 304.05756L100.328125 301.1513Q99.84375 300.26068 98.828125 300.26068Q98.03125 300.26068 97.578125 300.87006Q97.140625 301.47943 97.140625 302.69818ZM105.953125 305.91693Q104.65625 305.91693 103.84375 305.07318Q103.046875 304.2138 103.046875 302.79193L103.046875 302.60443Q103.046875 301.6513 103.40625 300.91693Q103.765625 300.16693 104.40625 299.76068Q105.0625 299.3388 105.8125 299.3388Q107.046875 299.3388 107.734375 300.1513Q108.421875 300.9638 108.421875 302.47943L108.421875 302.93256L104.125 302.93256Q104.15625 303.87006 104.671875 304.44818Q105.203125 305.0263 106.015625 305.0263Q106.578125 305.0263 106.96875 304.79193Q107.375 304.55756 107.6875 304.16693L108.34375 304.68256Q107.546875 305.91693 105.953125 305.91693ZM105.8125 300.22943Q105.15625 300.22943 104.703125 300.7138Q104.265625 301.18256 104.171875 302.04193L107.34375 302.04193L107.34375 301.9638Q107.296875 301.13568 106.890625 300.68256Q106.5 300.22943 105.8125 300.22943ZM112.390625 300.41693Q112.140625 300.38568 111.859375 300.38568Q110.78125 300.38568 110.40625 301.29193L110.40625 305.79193L109.328125 305.79193L109.328125 299.44818L110.375 299.44818L110.390625 300.18256Q110.921875 299.3388 111.90625 299.3388Q112.21875 299.3388 112.390625 299.41693L112.390625 300.41693ZM117.015625 304.10443Q117.015625 303.66693 116.671875 303.43256Q116.34375 303.18256 115.515625 303.01068Q114.703125 302.8388 114.21875 302.5888Q113.734375 302.3388 113.5 302.01068Q113.28125 301.66693 113.28125 301.19818Q113.28125 300.41693 113.9375 299.88568Q114.59375 299.3388 115.625 299.3388Q116.703125 299.3388 117.359375 299.9013Q118.03125 300.44818 118.03125 301.30756L116.953125 301.30756Q116.953125 300.87006 116.5625 300.55756Q116.1875 300.22943 115.625 300.22943Q115.03125 300.22943 114.6875 300.49506Q114.359375 300.74506 114.359375 301.1513Q114.359375 301.54193 114.671875 301.74506Q114.984375 301.94818 115.796875 302.13568Q116.609375 302.30756 117.109375 302.55756Q117.609375 302.80756 117.84375 303.16693Q118.09375 303.5263 118.09375 304.0263Q118.09375 304.88568 117.40625 305.4013Q116.734375 305.91693 115.65625 305.91693Q114.890625 305.91693 114.296875 305.6513Q113.71875 305.37006 113.390625 304.88568Q113.0625 304.4013 113.0625 303.8388L114.140625 303.8388Q114.171875 304.38568 114.578125 304.7138Q114.984375 305.0263 115.65625 305.0263Q116.265625 305.0263 116.640625 304.7763Q117.015625 304.5263 117.015625 304.10443ZM120.40625 300.2138Q121.125 299.3388 122.28125 299.3388Q124.296875 299.3388 124.3125 301.60443L124.3125 305.79193L123.21875 305.79193L123.21875 301.5888Q123.21875 300.91693 122.90625 300.5888Q122.609375 300.26068 121.953125 300.26068Q121.421875 300.26068 121.015625 300.54193Q120.625 300.82318 120.40625 301.2763L120.40625 305.79193L119.328125 305.79193L119.328125 296.79193L120.40625 296.79193L120.40625 300.2138ZM127.5 305.79193L126.421875 305.79193L126.421875 299.44818L127.5 299.44818L127.5 305.79193ZM126.328125 297.7763Q126.328125 297.51068 126.484375 297.32318Q126.65625 297.13568 126.96875 297.13568Q127.28125 297.13568 127.4375 297.32318Q127.609375 297.51068 127.609375 297.7763Q127.609375 298.0263 127.4375 298.2138Q127.28125 298.38568 126.96875 298.38568Q126.65625 298.38568 126.484375 298.2138Q126.328125 298.0263 126.328125 297.7763ZM134.67188 302.69818Q134.67188 304.13568 134.01562 305.0263Q133.35938 305.91693 132.21875 305.91693Q131.0625 305.91693 130.40625 305.18256L130.40625 308.22943L129.32812 308.22943L129.32812 299.44818L130.3125 299.44818L130.35938 300.1513Q131.03125 299.3388 132.20312 299.3388Q133.34375 299.3388 134.0 300.19818Q134.67188 301.05756 134.67188 302.5888L134.67188 302.69818ZM133.59375 302.57318Q133.59375 301.49506 133.125 300.88568Q132.67188 300.26068 131.875 300.26068Q130.89062 300.26068 130.40625 301.12006L130.40625 304.1513Q130.89062 305.0263 131.89062 305.0263Q132.67188 305.0263 133.125 304.41693Q133.59375 303.79193 133.59375 302.57318ZM144.9375 304.29193L146.15625 299.44818L147.23438 299.44818L145.39062 305.79193L144.51562 305.79193L142.96875 300.97943L141.46875 305.79193L140.59375 305.79193L138.75 299.44818L139.82812 299.44818L141.07812 304.19818L142.5625 299.44818L143.42188 299.44818L144.9375 304.29193ZM149.5 305.79193L148.42188 305.79193L148.42188 299.44818L149.5 299.44818L149.5 305.79193ZM148.32812 297.7763Q148.32812 297.51068 148.48438 297.32318Q148.65625 297.13568 148.96875 297.13568Q149.28125 297.13568 149.4375 297.32318Q149.60938 297.51068 149.60938 297.7763Q149.60938 298.0263 149.4375 298.2138Q149.28125 298.38568 148.96875 298.38568Q148.65625 298.38568 148.48438 298.2138Q148.32812 298.0263 148.32812 297.7763ZM152.79688 297.91693L152.79688 299.44818L153.96875 299.44818L153.96875 300.29193L152.79688 300.29193L152.79688 304.2138Q152.79688 304.60443 152.95312 304.79193Q153.10938 304.97943 153.48438 304.97943Q153.67188 304.97943 154.0 304.91693L154.0 305.79193Q153.57812 305.91693 153.17188 305.91693Q152.45312 305.91693 152.07812 305.47943Q151.70312 305.0263 151.70312 304.2138L151.70312 300.29193L150.54688 300.29193L150.54688 299.44818L151.70312 299.44818L151.70312 297.91693L152.79688 297.91693ZM156.40625 300.2138Q157.125 299.3388 158.28125 299.3388Q160.29688 299.3388 160.3125 301.60443L160.3125 305.79193L159.21875 305.79193L159.21875 301.5888Q159.21875 300.91693 158.90625 300.5888Q158.60938 300.26068 157.95312 300.26068Q157.42188 300.26068 157.01562 300.54193Q156.625 300.82318 156.40625 301.2763L156.40625 305.79193L155.32812 305.79193L155.32812 296.79193L156.40625 296.79193L156.40625 300.2138Z" fill-rule="nonzero"/><path fill="#666666" d="M33.0625 317.57318Q33.0625 316.07318 33.734375 315.2138Q34.421875 314.3388 35.578125 314.3388Q36.703125 314.3388 37.359375 315.0888L37.40625 314.44818L38.40625 314.44818L38.40625 323.22943L37.3125 323.22943L37.3125 320.19818Q36.65625 320.91693 35.578125 320.91693Q34.421875 320.91693 33.734375 320.0263Q33.0625 319.12006 33.0625 317.6513L33.0625 317.57318ZM34.140625 317.69818Q34.140625 318.7763 34.59375 319.4013Q35.0625 320.0263 35.84375 320.0263Q36.8125 320.0263 37.3125 319.16693L37.3125 316.05756Q36.796875 315.22943 35.859375 315.22943Q35.0625 315.22943 34.59375 315.85443Q34.140625 316.47943 34.140625 317.69818ZM44.234375 320.16693Q43.609375 320.91693 42.375 320.91693Q41.359375 320.91693 40.828125 320.32318Q40.296875 319.72943 40.296875 318.57318L40.296875 314.44818L41.375 314.44818L41.375 318.54193Q41.375 319.99506 42.546875 319.99506Q43.796875 319.99506 44.203125 319.05756L44.203125 314.44818L45.296875 314.44818L45.296875 320.79193L44.265625 320.79193L44.234375 320.16693ZM49.953125 320.91693Q48.65625 320.91693 47.84375 320.07318Q47.046875 319.2138 47.046875 317.79193L47.046875 317.60443Q47.046875 316.6513 47.40625 315.91693Q47.765625 315.16693 48.40625 314.76068Q49.0625 314.3388 49.8125 314.3388Q51.046875 314.3388 51.734375 315.1513Q52.421875 315.9638 52.421875 317.47943L52.421875 317.93256L48.125 317.93256Q48.15625 318.87006 48.671875 319.44818Q49.203125 320.0263 50.015625 320.0263Q50.578125 320.0263 50.96875 319.79193Q51.375 319.55756 51.6875 319.16693L52.34375 319.68256Q51.546875 320.91693 49.953125 320.91693ZM49.8125 315.22943Q49.15625 315.22943 48.703125 315.7138Q48.265625 316.18256 48.171875 317.04193L51.34375 317.04193L51.34375 316.9638Q51.296875 316.13568 50.890625 315.68256Q50.5 315.22943 49.8125 315.22943ZM57.015625 319.10443Q57.015625 318.66693 56.671875 318.43256Q56.34375 318.18256 55.515625 318.01068Q54.703125 317.8388 54.21875 317.5888Q53.734375 317.3388 53.5 317.01068Q53.28125 316.66693 53.28125 316.19818Q53.28125 315.41693 53.9375 314.88568Q54.59375 314.3388 55.625 314.3388Q56.703125 314.3388 57.359375 314.9013Q58.03125 315.44818 58.03125 316.30756L56.953125 316.30756Q56.953125 315.87006 56.5625 315.55756Q56.1875 315.22943 55.625 315.22943Q55.03125 315.22943 54.6875 315.49506Q54.359375 315.74506 54.359375 316.1513Q54.359375 316.54193 54.671875 316.74506Q54.984375 316.94818 55.796875 317.13568Q56.609375 317.30756 57.109375 317.55756Q57.609375 317.80756 57.84375 318.16693Q58.09375 318.5263 58.09375 319.0263Q58.09375 319.88568 57.40625 320.4013Q56.734375 320.91693 55.65625 320.91693Q54.890625 320.91693 54.296875 320.6513Q53.71875 320.37006 53.390625 319.88568Q53.0625 319.4013 53.0625 318.8388L54.140625 318.8388Q54.171875 319.38568 54.578125 319.7138Q54.984375 320.0263 55.65625 320.0263Q56.265625 320.0263 56.640625 319.7763Q57.015625 319.5263 57.015625 319.10443ZM60.796875 312.91693L60.796875 314.44818L61.96875 314.44818L61.96875 315.29193L60.796875 315.29193L60.796875 319.2138Q60.796875 319.60443 60.953125 319.79193Q61.109375 319.97943 61.484375 319.97943Q61.671875 319.97943 62.0 319.91693L62.0 320.79193Q61.578125 320.91693 61.171875 320.91693Q60.453125 320.91693 60.078125 320.47943Q59.703125 320.0263 59.703125 319.2138L59.703125 315.29193L58.546875 315.29193L58.546875 314.44818L59.703125 314.44818L59.703125 312.91693L60.796875 312.91693ZM64.5 320.79193L63.421875 320.79193L63.421875 314.44818L64.5 314.44818L64.5 320.79193ZM63.328125 312.7763Q63.328125 312.51068 63.484375 312.32318Q63.65625 312.13568 63.96875 312.13568Q64.28125 312.13568 64.4375 312.32318Q64.609375 312.51068 64.609375 312.7763Q64.609375 313.0263 64.4375 313.2138Q64.28125 313.38568 63.96875 313.38568Q63.65625 313.38568 63.484375 313.2138Q63.328125 313.0263 63.328125 312.7763ZM66.03125 317.55756Q66.03125 316.63568 66.390625 315.88568Q66.765625 315.13568 67.421875 314.74506Q68.078125 314.3388 68.90625 314.3388Q70.203125 314.3388 71.0 315.22943Q71.8125 316.12006 71.8125 317.62006L71.8125 317.69818Q71.8125 318.62006 71.453125 319.35443Q71.09375 320.0888 70.4375 320.51068Q69.78125 320.91693 68.921875 320.91693Q67.640625 320.91693 66.828125 320.0263Q66.03125 319.12006 66.03125 317.63568L66.03125 317.55756ZM67.125 317.69818Q67.125 318.74506 67.609375 319.38568Q68.109375 320.0263 68.921875 320.0263Q69.75 320.0263 70.234375 319.38568Q70.71875 318.72943 70.71875 317.55756Q70.71875 316.5263 70.21875 315.88568Q69.734375 315.22943 68.90625 315.22943Q68.109375 315.22943 67.609375 315.87006Q67.125 316.49506 67.125 317.69818ZM74.34375 314.44818L74.375 315.24506Q75.109375 314.3388 76.28125 314.3388Q78.296875 314.3388 78.3125 316.60443L78.3125 320.79193L77.21875 320.79193L77.21875 316.5888Q77.21875 315.91693 76.90625 315.5888Q76.609375 315.26068 75.953125 315.26068Q75.421875 315.26068 75.015625 315.54193Q74.625 315.82318 74.40625 316.2763L74.40625 320.79193L73.328125 320.79193L73.328125 314.44818L74.34375 314.44818ZM84.015625 319.10443Q84.015625 318.66693 83.671875 318.43256Q83.34375 318.18256 82.515625 318.01068Q81.703125 317.8388 81.21875 317.5888Q80.734375 317.3388 80.5 317.01068Q80.28125 316.66693 80.28125 316.19818Q80.28125 315.41693 80.9375 314.88568Q81.59375 314.3388 82.625 314.3388Q83.703125 314.3388 84.359375 314.9013Q85.03125 315.44818 85.03125 316.30756L83.953125 316.30756Q83.953125 315.87006 83.5625 315.55756Q83.1875 315.22943 82.625 315.22943Q82.03125 315.22943 81.6875 315.49506Q81.359375 315.74506 81.359375 316.1513Q81.359375 316.54193 81.671875 316.74506Q81.984375 316.94818 82.796875 317.13568Q83.609375 317.30756 84.109375 317.55756Q84.609375 317.80756 84.84375 318.16693Q85.09375 318.5263 85.09375 319.0263Q85.09375 319.88568 84.40625 320.4013Q83.734375 320.91693 82.65625 320.91693Q81.890625 320.91693 81.296875 320.6513Q80.71875 320.37006 80.390625 319.88568Q80.0625 319.4013 80.0625 318.8388L81.140625 318.8388Q81.171875 319.38568 81.578125 319.7138Q81.984375 320.0263 82.65625 320.0263Q83.265625 320.0263 83.640625 319.7763Q84.015625 319.5263 84.015625 319.10443ZM93.234375 320.79193Q93.140625 320.60443 93.078125 320.12006Q92.328125 320.91693 91.28125 320.91693Q90.34375 320.91693 89.734375 320.38568Q89.140625 319.85443 89.140625 319.0263Q89.140625 318.04193 89.890625 317.49506Q90.640625 316.94818 92.015625 316.94818L93.0625 316.94818L93.0625 316.44818Q93.0625 315.88568 92.71875 315.55756Q92.390625 315.2138 91.71875 315.2138Q91.140625 315.2138 90.75 315.51068Q90.359375 315.79193 90.359375 316.2138L89.265625 316.2138Q89.265625 315.72943 89.59375 315.29193Q89.9375 314.85443 90.515625 314.60443Q91.09375 314.3388 91.78125 314.3388Q92.890625 314.3388 93.5 314.88568Q94.125 315.43256 94.15625 316.38568L94.15625 319.30756Q94.15625 320.18256 94.375 320.69818L94.375 320.79193L93.234375 320.79193ZM91.4375 319.9638Q91.953125 319.9638 92.40625 319.69818Q92.859375 319.43256 93.0625 319.01068L93.0625 317.7138L92.21875 317.7138Q90.21875 317.7138 90.21875 318.88568Q90.21875 319.38568 90.5625 319.68256Q90.90625 319.9638 91.4375 319.9638ZM97.34375 314.44818L97.375 315.24506Q98.109375 314.3388 99.28125 314.3388Q101.296875 314.3388 101.3125 316.60443L101.3125 320.79193L100.21875 320.79193L100.21875 316.5888Q100.21875 315.91693 99.90625 315.5888Q99.609375 315.26068 98.953125 315.26068Q98.421875 315.26068 98.015625 315.54193Q97.625 315.82318 97.40625 316.2763L97.40625 320.79193L96.328125 320.79193L96.328125 314.44818L97.34375 314.44818ZM103.0625 317.57318Q103.0625 316.10443 103.75 315.22943Q104.4375 314.3388 105.5625 314.3388Q106.671875 314.3388 107.328125 315.0888L107.328125 311.79193L108.40625 311.79193L108.40625 320.79193L107.40625 320.79193L107.359375 320.10443Q106.703125 320.91693 105.546875 320.91693Q104.453125 320.91693 103.75 320.01068Q103.0625 319.10443 103.0625 317.6513L103.0625 317.57318ZM104.140625 317.69818Q104.140625 318.7763 104.578125 319.38568Q105.03125 319.99506 105.8125 319.99506Q106.84375 319.99506 107.328125 319.05756L107.328125 316.1513Q106.84375 315.26068 105.828125 315.26068Q105.03125 315.26068 104.578125 315.87006Q104.140625 316.47943 104.140625 317.69818ZM113.859375 320.79193L113.859375 315.29193L112.859375 315.29193L112.859375 314.44818L113.859375 314.44818L113.859375 313.80756Q113.859375 312.7763 114.390625 312.22943Q114.9375 311.66693 115.9375 311.66693Q116.3125 311.66693 116.6875 311.76068L116.625 312.6513Q116.34375 312.5888 116.046875 312.5888Q115.515625 312.5888 115.21875 312.9013Q114.9375 313.2138 114.9375 313.7763L114.9375 314.44818L116.296875 314.44818L116.296875 315.29193L114.9375 315.29193L114.9375 320.79193L113.859375 320.79193ZM119.953125 320.91693Q118.65625 320.91693 117.84375 320.07318Q117.046875 319.2138 117.046875 317.79193L117.046875 317.60443Q117.046875 316.6513 117.40625 315.91693Q117.765625 315.16693 118.40625 314.76068Q119.0625 314.3388 119.8125 314.3388Q121.046875 314.3388 121.734375 315.1513Q122.421875 315.9638 122.421875 317.47943L122.421875 317.93256L118.125 317.93256Q118.15625 318.87006 118.671875 319.44818Q119.203125 320.0263 120.015625 320.0263Q120.578125 320.0263 120.96875 319.79193Q121.375 319.55756 121.6875 319.16693L122.34375 319.68256Q121.546875 320.91693 119.953125 320.91693ZM119.8125 315.22943Q119.15625 315.22943 118.703125 315.7138Q118.265625 316.18256 118.171875 317.04193L121.34375 317.04193L121.34375 316.9638Q121.296875 316.13568 120.890625 315.68256Q120.5 315.22943 119.8125 315.22943ZM125.953125 320.91693Q124.65625 320.91693 123.84375 320.07318Q123.046875 319.2138 123.046875 317.79193L123.046875 317.60443Q123.046875 316.6513 123.40625 315.91693Q123.765625 315.16693 124.40625 314.76068Q125.0625 314.3388 125.8125 314.3388Q127.046875 314.3388 127.734375 315.1513Q128.42188 315.9638 128.42188 317.47943L128.42188 317.93256L124.125 317.93256Q124.15625 318.87006 124.671875 319.44818Q125.203125 320.0263 126.015625 320.0263Q126.578125 320.0263 126.96875 319.79193Q127.375 319.55756 127.6875 319.16693L128.34375 319.68256Q127.546875 320.91693 125.953125 320.91693ZM125.8125 315.22943Q125.15625 315.22943 124.703125 315.7138Q124.265625 316.18256 124.171875 317.04193L127.34375 317.04193L127.34375 316.9638Q127.296875 316.13568 126.890625 315.68256Q126.5 315.22943 125.8125 315.22943ZM129.0625 317.57318Q129.0625 316.10443 129.75 315.22943Q130.4375 314.3388 131.5625 314.3388Q132.67188 314.3388 133.32812 315.0888L133.32812 311.79193L134.40625 311.79193L134.40625 320.79193L133.40625 320.79193L133.35938 320.10443Q132.70312 320.91693 131.54688 320.91693Q130.45312 320.91693 129.75 320.01068Q129.0625 319.10443 129.0625 317.6513L129.0625 317.57318ZM130.14062 317.69818Q130.14062 318.7763 130.57812 319.38568Q131.03125 319.99506 131.8125 319.99506Q132.84375 319.99506 133.32812 319.05756L133.32812 316.1513Q132.84375 315.26068 131.82812 315.26068Q131.03125 315.26068 130.57812 315.87006Q130.14062 316.47943 130.14062 317.69818ZM141.6875 317.69818Q141.6875 319.1513 141.01562 320.04193Q140.35938 320.91693 139.23438 320.91693Q138.03125 320.91693 137.375 320.05756L137.3125 320.79193L136.32812 320.79193L136.32812 311.79193L137.40625 311.79193L137.40625 315.1513Q138.0625 314.3388 139.21875 314.3388Q140.375 314.3388 141.03125 315.2138Q141.6875 316.07318 141.6875 317.60443L141.6875 317.69818ZM140.60938 317.57318Q140.60938 316.4638 140.17188 315.87006Q139.75 315.26068 138.95312 315.26068Q137.875 315.26068 137.40625 316.24506L137.40625 318.99506Q137.90625 319.99506 138.95312 319.99506Q139.73438 319.99506 140.17188 319.38568Q140.60938 318.7763 140.60938 317.57318ZM147.23438 320.79193Q147.14062 320.60443 147.07812 320.12006Q146.32812 320.91693 145.28125 320.91693Q144.34375 320.91693 143.73438 320.38568Q143.14062 319.85443 143.14062 319.0263Q143.14062 318.04193 143.89062 317.49506Q144.64062 316.94818 146.01562 316.94818L147.0625 316.94818L147.0625 316.44818Q147.0625 315.88568 146.71875 315.55756Q146.39062 315.2138 145.71875 315.2138Q145.14062 315.2138 144.75 315.51068Q144.35938 315.79193 144.35938 316.2138L143.26562 316.2138Q143.26562 315.72943 143.59375 315.29193Q143.9375 314.85443 144.51562 314.60443Q145.09375 314.3388 145.78125 314.3388Q146.89062 314.3388 147.5 314.88568Q148.125 315.43256 148.15625 316.38568L148.15625 319.30756Q148.15625 320.18256 148.375 320.69818L148.375 320.79193L147.23438 320.79193ZM145.4375 319.9638Q145.95312 319.9638 146.40625 319.69818Q146.85938 319.43256 147.0625 319.01068L147.0625 317.7138L146.21875 317.7138Q144.21875 317.7138 144.21875 318.88568Q144.21875 319.38568 144.5625 319.68256Q144.90625 319.9638 145.4375 319.9638ZM152.85938 320.0263Q153.4375 320.0263 153.875 319.68256Q154.3125 319.32318 154.35938 318.79193L155.39062 318.79193Q155.35938 319.3388 155.0 319.8388Q154.65625 320.32318 154.07812 320.62006Q153.51562 320.91693 152.85938 320.91693Q151.5625 320.91693 150.79688 320.05756Q150.04688 319.18256 150.04688 317.68256L150.04688 317.49506Q150.04688 316.57318 150.375 315.85443Q150.71875 315.13568 151.34375 314.74506Q151.98438 314.3388 152.85938 314.3388Q153.92188 314.3388 154.625 314.97943Q155.34375 315.60443 155.39062 316.63568L154.35938 316.63568Q154.3125 316.01068 153.89062 315.62006Q153.46875 315.22943 152.85938 315.22943Q152.03125 315.22943 151.57812 315.82318Q151.125 316.41693 151.125 317.54193L151.125 317.74506Q151.125 318.8388 151.57812 319.43256Q152.03125 320.0263 152.85938 320.0263ZM158.09375 317.85443L157.40625 318.55756L157.40625 320.79193L156.32812 320.79193L156.32812 311.79193L157.40625 311.79193L157.40625 317.22943L157.98438 316.54193L159.96875 314.44818L161.28125 314.44818L158.8125 317.10443L161.57812 320.79193L160.29688 320.79193L158.09375 317.85443Z" fill-rule="nonzero"/><path fill="#666666" d="M31.390625 349.96954L28.640625 349.96954L28.640625 357.57892L27.53125 357.57892L27.53125 349.96954L24.78125 349.96954L24.78125 349.04767L31.390625 349.04767L31.390625 349.96954ZM33.40625 352.0008Q34.125 351.1258 35.28125 351.1258Q37.296875 351.1258 37.3125 353.39142L37.3125 357.57892L36.21875 357.57892L36.21875 353.3758Q36.21875 352.70392 35.90625 352.3758Q35.609375 352.04767 34.953125 352.04767Q34.421875 352.04767 34.015625 352.32892Q33.625 352.61017 33.40625 353.0633L33.40625 357.57892L32.328125 357.57892L32.328125 348.57892L33.40625 348.57892L33.40625 352.0008ZM41.953125 357.70392Q40.65625 357.70392 39.84375 356.86017Q39.046875 356.0008 39.046875 354.57892L39.046875 354.39142Q39.046875 353.4383 39.40625 352.70392Q39.765625 351.95392 40.40625 351.54767Q41.0625 351.1258 41.8125 351.1258Q43.046875 351.1258 43.734375 351.9383Q44.421875 352.7508 44.421875 354.26642L44.421875 354.71954L40.125 354.71954Q40.15625 355.65704 40.671875 356.23517Q41.203125 356.8133 42.015625 356.8133Q42.578125 356.8133 42.96875 356.57892Q43.375 356.34454 43.6875 355.95392L44.34375 356.46954Q43.546875 357.70392 41.953125 357.70392ZM41.8125 352.01642Q41.15625 352.01642 40.703125 352.5008Q40.265625 352.96954 40.171875 353.82892L43.34375 353.82892L43.34375 353.7508Q43.296875 352.92267 42.890625 352.46954Q42.5 352.01642 41.8125 352.01642ZM54.796875 356.45392Q54.359375 357.07892 53.578125 357.39142Q52.796875 357.70392 51.765625 357.70392Q50.734375 357.70392 49.921875 357.21954Q49.109375 356.71954 48.671875 355.8133Q48.234375 354.90704 48.21875 353.71954L48.21875 352.98517Q48.21875 351.04767 49.109375 349.98517Q50.015625 348.92267 51.640625 348.92267Q52.984375 348.92267 53.796875 349.61017Q54.609375 350.29767 54.796875 351.54767L53.671875 351.54767Q53.34375 349.86017 51.65625 349.86017Q50.515625 349.86017 49.9375 350.65704Q49.359375 351.4383 49.34375 352.95392L49.34375 353.64142Q49.34375 355.07892 50.0 355.9383Q50.65625 356.78204 51.78125 356.78204Q52.40625 356.78204 52.875 356.64142Q53.359375 356.5008 53.671875 356.15704L53.671875 354.2508L51.703125 354.2508L51.703125 353.32892L54.796875 353.32892L54.796875 356.45392ZM56.03125 354.34454Q56.03125 353.42267 56.390625 352.67267Q56.765625 351.92267 57.421875 351.53204Q58.078125 351.1258 58.90625 351.1258Q60.203125 351.1258 61.0 352.01642Q61.8125 352.90704 61.8125 354.40704L61.8125 354.48517Q61.8125 355.40704 61.453125 356.14142Q61.09375 356.8758 60.4375 357.29767Q59.78125 357.70392 58.921875 357.70392Q57.640625 357.70392 56.828125 356.8133Q56.03125 355.90704 56.03125 354.42267L56.03125 354.34454ZM57.125 354.48517Q57.125 355.53204 57.609375 356.17267Q58.109375 356.8133 58.921875 356.8133Q59.75 356.8133 60.234375 356.17267Q60.71875 355.51642 60.71875 354.34454Q60.71875 353.3133 60.21875 352.67267Q59.734375 352.01642 58.90625 352.01642Q58.109375 352.01642 57.609375 352.65704Q57.125 353.28204 57.125 354.48517ZM71.671875 354.48517Q71.671875 355.92267 71.015625 356.8133Q70.359375 357.70392 69.21875 357.70392Q68.0625 357.70392 67.40625 356.96954L67.40625 360.01642L66.328125 360.01642L66.328125 351.23517L67.3125 351.23517L67.359375 351.9383Q68.03125 351.1258 69.203125 351.1258Q70.34375 351.1258 71.0 351.98517Q71.671875 352.84454 71.671875 354.3758L71.671875 354.48517ZM70.59375 354.36017Q70.59375 353.28204 70.125 352.67267Q69.671875 352.04767 68.875 352.04767Q67.890625 352.04767 67.40625 352.90704L67.40625 355.9383Q67.890625 356.8133 68.890625 356.8133Q69.671875 356.8133 70.125 356.20392Q70.59375 355.57892 70.59375 354.36017ZM76.390625 352.20392Q76.140625 352.17267 75.859375 352.17267Q74.78125 352.17267 74.40625 353.07892L74.40625 357.57892L73.328125 357.57892L73.328125 351.23517L74.375 351.23517L74.390625 351.96954Q74.921875 351.1258 75.90625 351.1258Q76.21875 351.1258 76.390625 351.20392L76.390625 352.20392ZM77.03125 354.34454Q77.03125 353.42267 77.390625 352.67267Q77.765625 351.92267 78.421875 351.53204Q79.078125 351.1258 79.90625 351.1258Q81.203125 351.1258 82.0 352.01642Q82.8125 352.90704 82.8125 354.40704L82.8125 354.48517Q82.8125 355.40704 82.453125 356.14142Q82.09375 356.8758 81.4375 357.29767Q80.78125 357.70392 79.921875 357.70392Q78.640625 357.70392 77.828125 356.8133Q77.03125 355.90704 77.03125 354.42267L77.03125 354.34454ZM78.125 354.48517Q78.125 355.53204 78.609375 356.17267Q79.109375 356.8133 79.921875 356.8133Q80.75 356.8133 81.234375 356.17267Q81.71875 355.51642 81.71875 354.34454Q81.71875 353.3133 81.21875 352.67267Q80.734375 352.01642 79.90625 352.01642Q79.109375 352.01642 78.609375 352.65704Q78.125 353.28204 78.125 354.48517ZM85.4375 351.23517L85.4375 358.3133Q85.4375 360.14142 83.78125 360.14142Q83.421875 360.14142 83.125 360.03204L83.125 359.17267Q83.3125 359.21954 83.609375 359.21954Q83.96875 359.21954 84.15625 359.01642Q84.359375 358.82892 84.359375 358.32892L84.359375 351.23517L85.4375 351.23517ZM84.25 349.5633Q84.25 349.29767 84.40625 349.11017Q84.5625 348.92267 84.875 348.92267Q85.1875 348.92267 85.34375 349.11017Q85.515625 349.29767 85.515625 349.5633Q85.515625 349.8133 85.34375 350.0008Q85.1875 350.17267 84.875 350.17267Q84.5625 350.17267 84.40625 350.0008Q84.25 349.8133 84.25 349.5633ZM89.953125 357.70392Q88.65625 357.70392 87.84375 356.86017Q87.046875 356.0008 87.046875 354.57892L87.046875 354.39142Q87.046875 353.4383 87.40625 352.70392Q87.765625 351.95392 88.40625 351.54767Q89.0625 351.1258 89.8125 351.1258Q91.046875 351.1258 91.734375 351.9383Q92.421875 352.7508 92.421875 354.26642L92.421875 354.71954L88.125 354.71954Q88.15625 355.65704 88.671875 356.23517Q89.203125 356.8133 90.015625 356.8133Q90.578125 356.8133 90.96875 356.57892Q91.375 356.34454 91.6875 355.95392L92.34375 356.46954Q91.546875 357.70392 89.953125 357.70392ZM89.8125 352.01642Q89.15625 352.01642 88.703125 352.5008Q88.265625 352.96954 88.171875 353.82892L91.34375 353.82892L91.34375 353.7508Q91.296875 352.92267 90.890625 352.46954Q90.5 352.01642 89.8125 352.01642ZM95.859375 356.8133Q96.4375 356.8133 96.875 356.46954Q97.3125 356.11017 97.359375 355.57892L98.390625 355.57892Q98.359375 356.1258 98.0 356.6258Q97.65625 357.11017 97.078125 357.40704Q96.515625 357.70392 95.859375 357.70392Q94.5625 357.70392 93.796875 356.84454Q93.046875 355.96954 93.046875 354.46954L93.046875 354.28204Q93.046875 353.36017 93.375 352.64142Q93.71875 351.92267 94.34375 351.53204Q94.984375 351.1258 95.859375 351.1258Q96.921875 351.1258 97.625 351.76642Q98.34375 352.39142 98.390625 353.42267L97.359375 353.42267Q97.3125 352.79767 96.890625 352.40704Q96.46875 352.01642 95.859375 352.01642Q95.03125 352.01642 94.578125 352.61017Q94.125 353.20392 94.125 354.32892L94.125 354.53204Q94.125 355.6258 94.578125 356.21954Q95.03125 356.8133 95.859375 356.8133ZM100.796875 349.70392L100.796875 351.23517L101.96875 351.23517L101.96875 352.07892L100.796875 352.07892L100.796875 356.0008Q100.796875 356.39142 100.953125 356.57892Q101.109375 356.76642 101.484375 356.76642Q101.671875 356.76642 102.0 356.70392L102.0 357.57892Q101.578125 357.70392 101.171875 357.70392Q100.453125 357.70392 100.078125 357.26642Q99.703125 356.8133 99.703125 356.0008L99.703125 352.07892L98.546875 352.07892L98.546875 351.23517L99.703125 351.23517L99.703125 349.70392L100.796875 349.70392ZM107.5 357.57892L106.421875 357.57892L106.421875 348.57892L107.5 348.57892L107.5 357.57892ZM111.953125 357.70392Q110.65625 357.70392 109.84375 356.86017Q109.046875 356.0008 109.046875 354.57892L109.046875 354.39142Q109.046875 353.4383 109.40625 352.70392Q109.765625 351.95392 110.40625 351.54767Q111.0625 351.1258 111.8125 351.1258Q113.046875 351.1258 113.734375 351.9383Q114.421875 352.7508 114.421875 354.26642L114.421875 354.71954L110.125 354.71954Q110.15625 355.65704 110.671875 356.23517Q111.203125 356.8133 112.015625 356.8133Q112.578125 356.8133 112.96875 356.57892Q113.375 356.34454 113.6875 355.95392L114.34375 356.46954Q113.546875 357.70392 111.953125 357.70392ZM111.8125 352.01642Q111.15625 352.01642 110.703125 352.5008Q110.265625 352.96954 110.171875 353.82892L113.34375 353.82892L113.34375 353.7508Q113.296875 352.92267 112.890625 352.46954Q112.5 352.01642 111.8125 352.01642ZM119.234375 357.57892Q119.140625 357.39142 119.078125 356.90704Q118.328125 357.70392 117.28125 357.70392Q116.34375 357.70392 115.734375 357.17267Q115.140625 356.64142 115.140625 355.8133Q115.140625 354.82892 115.890625 354.28204Q116.640625 353.73517 118.015625 353.73517L119.0625 353.73517L119.0625 353.23517Q119.0625 352.67267 118.71875 352.34454Q118.390625 352.0008 117.71875 352.0008Q117.140625 352.0008 116.75 352.29767Q116.359375 352.57892 116.359375 353.0008L115.265625 353.0008Q115.265625 352.51642 115.59375 352.07892Q115.9375 351.64142 116.515625 351.39142Q117.09375 351.1258 117.78125 351.1258Q118.890625 351.1258 119.5 351.67267Q120.125 352.21954 120.15625 353.17267L120.15625 356.09454Q120.15625 356.96954 120.375 357.48517L120.375 357.57892L119.234375 357.57892ZM117.4375 356.7508Q117.953125 356.7508 118.40625 356.48517Q118.859375 356.21954 119.0625 355.79767L119.0625 354.5008L118.21875 354.5008Q116.21875 354.5008 116.21875 355.67267Q116.21875 356.17267 116.5625 356.46954Q116.90625 356.7508 117.4375 356.7508ZM122.0625 354.36017Q122.0625 352.89142 122.75 352.01642Q123.4375 351.1258 124.5625 351.1258Q125.671875 351.1258 126.328125 351.8758L126.328125 348.57892L127.40625 348.57892L127.40625 357.57892L126.40625 357.57892L126.359375 356.89142Q125.703125 357.70392 124.546875 357.70392Q123.453125 357.70392 122.75 356.79767Q122.0625 355.89142 122.0625 354.4383L122.0625 354.36017ZM123.140625 354.48517Q123.140625 355.5633 123.578125 356.17267Q124.03125 356.78204 124.8125 356.78204Q125.84375 356.78204 126.328125 355.84454L126.328125 352.9383Q125.84375 352.04767 124.828125 352.04767Q124.03125 352.04767 123.578125 352.65704Q123.140625 353.26642 123.140625 354.48517ZM131.95312 357.70392Q130.65625 357.70392 129.84375 356.86017Q129.04688 356.0008 129.04688 354.57892L129.04688 354.39142Q129.04688 353.4383 129.40625 352.70392Q129.76562 351.95392 130.40625 351.54767Q131.0625 351.1258 131.8125 351.1258Q133.04688 351.1258 133.73438 351.9383Q134.42188 352.7508 134.42188 354.26642L134.42188 354.71954L130.125 354.71954Q130.15625 355.65704 130.67188 356.23517Q131.20312 356.8133 132.01562 356.8133Q132.57812 356.8133 132.96875 356.57892Q133.375 356.34454 133.6875 355.95392L134.34375 356.46954Q133.54688 357.70392 131.95312 357.70392ZM131.8125 352.01642Q131.15625 352.01642 130.70312 352.5008Q130.26562 352.96954 130.17188 353.82892L133.34375 353.82892L133.34375 353.7508Q133.29688 352.92267 132.89062 352.46954Q132.5 352.01642 131.8125 352.01642ZM138.39062 352.20392Q138.14062 352.17267 137.85938 352.17267Q136.78125 352.17267 136.40625 353.07892L136.40625 357.57892L135.32812 357.57892L135.32812 351.23517L136.375 351.23517L136.39062 351.96954Q136.92188 351.1258 137.90625 351.1258Q138.21875 351.1258 138.39062 351.20392L138.39062 352.20392ZM143.01562 355.89142Q143.01562 355.45392 142.67188 355.21954Q142.34375 354.96954 141.51562 354.79767Q140.70312 354.6258 140.21875 354.3758Q139.73438 354.1258 139.5 353.79767Q139.28125 353.45392 139.28125 352.98517Q139.28125 352.20392 139.9375 351.67267Q140.59375 351.1258 141.625 351.1258Q142.70312 351.1258 143.35938 351.6883Q144.03125 352.23517 144.03125 353.09454L142.95312 353.09454Q142.95312 352.65704 142.5625 352.34454Q142.1875 352.01642 141.625 352.01642Q141.03125 352.01642 140.6875 352.28204Q140.35938 352.53204 140.35938 352.9383Q140.35938 353.32892 140.67188 353.53204Q140.98438 353.73517 141.79688 353.92267Q142.60938 354.09454 143.10938 354.34454Q143.60938 354.59454 143.84375 354.95392Q144.09375 355.3133 144.09375 355.8133Q144.09375 356.67267 143.40625 357.1883Q142.73438 357.70392 141.65625 357.70392Q140.89062 357.70392 140.29688 357.4383Q139.71875 357.15704 139.39062 356.67267Q139.0625 356.1883 139.0625 355.6258L140.14062 355.6258Q140.17188 356.17267 140.57812 356.5008Q140.98438 356.8133 141.65625 356.8133Q142.26562 356.8133 142.64062 356.5633Q143.01562 356.3133 143.01562 355.89142ZM146.40625 352.0008Q147.125 351.1258 148.28125 351.1258Q150.29688 351.1258 150.3125 353.39142L150.3125 357.57892L149.21875 357.57892L149.21875 353.3758Q149.21875 352.70392 148.90625 352.3758Q148.60938 352.04767 147.95312 352.04767Q147.42188 352.04767 147.01562 352.32892Q146.625 352.61017 146.40625 353.0633L146.40625 357.57892L145.32812 357.57892L145.32812 348.57892L146.40625 348.57892L146.40625 352.0008ZM153.5 357.57892L152.42188 357.57892L152.42188 351.23517L153.5 351.23517L153.5 357.57892ZM152.32812 349.5633Q152.32812 349.29767 152.48438 349.11017Q152.65625 348.92267 152.96875 348.92267Q153.28125 348.92267 153.4375 349.11017Q153.60938 349.29767 153.60938 349.5633Q153.60938 349.8133 153.4375 350.0008Q153.28125 350.17267 152.96875 350.17267Q152.65625 350.17267 152.48438 350.0008Q152.32812 349.8133 152.32812 349.5633ZM160.67188 354.48517Q160.67188 355.92267 160.01562 356.8133Q159.35938 357.70392 158.21875 357.70392Q157.0625 357.70392 156.40625 356.96954L156.40625 360.01642L155.32812 360.01642L155.32812 351.23517L156.3125 351.23517L156.35938 351.9383Q157.03125 351.1258 158.20312 351.1258Q159.34375 351.1258 160.0 351.98517Q160.67188 352.84454 160.67188 354.3758L160.67188 354.48517ZM159.59375 354.36017Q159.59375 353.28204 159.125 352.67267Q158.67188 352.04767 157.875 352.04767Q156.89062 352.04767 156.40625 352.90704L156.40625 355.9383Q156.89062 356.8133 157.89062 356.8133Q158.67188 356.8133 159.125 356.20392Q159.59375 355.57892 159.59375 354.36017Z" fill-rule="nonzero"/><path fill="#666666" d="M43.234375 371.95392Q42.609375 372.70392 41.375 372.70392Q40.359375 372.70392 39.828125 372.11017Q39.296875 371.51642 39.296875 370.36017L39.296875 366.23517L40.375 366.23517L40.375 370.32892Q40.375 371.78204 41.546875 371.78204Q42.796875 371.78204 43.203125 370.84454L43.203125 366.23517L44.296875 366.23517L44.296875 372.57892L43.265625 372.57892L43.234375 371.95392ZM47.34375 366.23517L47.375 367.03204Q48.109375 366.1258 49.28125 366.1258Q51.296875 366.1258 51.3125 368.39142L51.3125 372.57892L50.21875 372.57892L50.21875 368.3758Q50.21875 367.70392 49.90625 367.3758Q49.609375 367.04767 48.953125 367.04767Q48.421875 367.04767 48.015625 367.32892Q47.625 367.61017 47.40625 368.0633L47.40625 372.57892L46.328125 372.57892L46.328125 366.23517L47.34375 366.23517ZM53.0625 369.36017Q53.0625 367.89142 53.75 367.01642Q54.4375 366.1258 55.5625 366.1258Q56.671875 366.1258 57.328125 366.8758L57.328125 363.57892L58.40625 363.57892L58.40625 372.57892L57.40625 372.57892L57.359375 371.89142Q56.703125 372.70392 55.546875 372.70392Q54.453125 372.70392 53.75 371.79767Q53.0625 370.89142 53.0625 369.4383L53.0625 369.36017ZM54.140625 369.48517Q54.140625 370.5633 54.578125 371.17267Q55.03125 371.78204 55.8125 371.78204Q56.84375 371.78204 57.328125 370.84454L57.328125 367.9383Q56.84375 367.04767 55.828125 367.04767Q55.03125 367.04767 54.578125 367.65704Q54.140625 368.26642 54.140625 369.48517ZM62.953125 372.70392Q61.65625 372.70392 60.84375 371.86017Q60.046875 371.0008 60.046875 369.57892L60.046875 369.39142Q60.046875 368.4383 60.40625 367.70392Q60.765625 366.95392 61.40625 366.54767Q62.0625 366.1258 62.8125 366.1258Q64.046875 366.1258 64.734375 366.9383Q65.421875 367.7508 65.421875 369.26642L65.421875 369.71954L61.125 369.71954Q61.15625 370.65704 61.671875 371.23517Q62.203125 371.8133 63.015625 371.8133Q63.578125 371.8133 63.96875 371.57892Q64.375 371.34454 64.6875 370.95392L65.34375 371.46954Q64.546875 372.70392 62.953125 372.70392ZM62.8125 367.01642Q62.15625 367.01642 61.703125 367.5008Q61.265625 367.96954 61.171875 368.82892L64.34375 368.82892L64.34375 368.7508Q64.296875 367.92267 63.890625 367.46954Q63.5 367.01642 62.8125 367.01642ZM69.390625 367.20392Q69.140625 367.17267 68.859375 367.17267Q67.78125 367.17267 67.40625 368.07892L67.40625 372.57892L66.328125 372.57892L66.328125 366.23517L67.375 366.23517L67.390625 366.96954Q67.921875 366.1258 68.90625 366.1258Q69.21875 366.1258 69.390625 366.20392L69.390625 367.20392ZM74.015625 370.89142Q74.015625 370.45392 73.671875 370.21954Q73.34375 369.96954 72.515625 369.79767Q71.703125 369.6258 71.21875 369.3758Q70.734375 369.1258 70.5 368.79767Q70.28125 368.45392 70.28125 367.98517Q70.28125 367.20392 70.9375 366.67267Q71.59375 366.1258 72.625 366.1258Q73.703125 366.1258 74.359375 366.6883Q75.03125 367.23517 75.03125 368.09454L73.953125 368.09454Q73.953125 367.65704 73.5625 367.34454Q73.1875 367.01642 72.625 367.01642Q72.03125 367.01642 71.6875 367.28204Q71.359375 367.53204 71.359375 367.9383Q71.359375 368.32892 71.671875 368.53204Q71.984375 368.73517 72.796875 368.92267Q73.609375 369.09454 74.109375 369.34454Q74.609375 369.59454 74.84375 369.95392Q75.09375 370.3133 75.09375 370.8133Q75.09375 371.67267 74.40625 372.1883Q73.734375 372.70392 72.65625 372.70392Q71.890625 372.70392 71.296875 372.4383Q70.71875 372.15704 70.390625 371.67267Q70.0625 371.1883 70.0625 370.6258L71.140625 370.6258Q71.171875 371.17267 71.578125 371.5008Q71.984375 371.8133 72.65625 371.8133Q73.265625 371.8133 73.640625 371.5633Q74.015625 371.3133 74.015625 370.89142ZM77.796875 364.70392L77.796875 366.23517L78.96875 366.23517L78.96875 367.07892L77.796875 367.07892L77.796875 371.0008Q77.796875 371.39142 77.953125 371.57892Q78.109375 371.76642 78.484375 371.76642Q78.671875 371.76642 79.0 371.70392L79.0 372.57892Q78.578125 372.70392 78.171875 372.70392Q77.453125 372.70392 77.078125 372.26642Q76.703125 371.8133 76.703125 371.0008L76.703125 367.07892L75.546875 367.07892L75.546875 366.23517L76.703125 366.23517L76.703125 364.70392L77.796875 364.70392ZM84.234375 372.57892Q84.140625 372.39142 84.078125 371.90704Q83.328125 372.70392 82.28125 372.70392Q81.34375 372.70392 80.734375 372.17267Q80.140625 371.64142 80.140625 370.8133Q80.140625 369.82892 80.890625 369.28204Q81.640625 368.73517 83.015625 368.73517L84.0625 368.73517L84.0625 368.23517Q84.0625 367.67267 83.71875 367.34454Q83.390625 367.0008 82.71875 367.0008Q82.140625 367.0008 81.75 367.29767Q81.359375 367.57892 81.359375 368.0008L80.265625 368.0008Q80.265625 367.51642 80.59375 367.07892Q80.9375 366.64142 81.515625 366.39142Q82.09375 366.1258 82.78125 366.1258Q83.890625 366.1258 84.5 366.67267Q85.125 367.21954 85.15625 368.17267L85.15625 371.09454Q85.15625 371.96954 85.375 372.48517L85.375 372.57892L84.234375 372.57892ZM82.4375 371.7508Q82.953125 371.7508 83.40625 371.48517Q83.859375 371.21954 84.0625 370.79767L84.0625 369.5008L83.21875 369.5008Q81.21875 369.5008 81.21875 370.67267Q81.21875 371.17267 81.5625 371.46954Q81.90625 371.7508 82.4375 371.7508ZM88.34375 366.23517L88.375 367.03204Q89.109375 366.1258 90.28125 366.1258Q92.296875 366.1258 92.3125 368.39142L92.3125 372.57892L91.21875 372.57892L91.21875 368.3758Q91.21875 367.70392 90.90625 367.3758Q90.609375 367.04767 89.953125 367.04767Q89.421875 367.04767 89.015625 367.32892Q88.625 367.61017 88.40625 368.0633L88.40625 372.57892L87.328125 372.57892L87.328125 366.23517L88.34375 366.23517ZM94.0625 369.36017Q94.0625 367.89142 94.75 367.01642Q95.4375 366.1258 96.5625 366.1258Q97.671875 366.1258 98.328125 366.8758L98.328125 363.57892L99.40625 363.57892L99.40625 372.57892L98.40625 372.57892L98.359375 371.89142Q97.703125 372.70392 96.546875 372.70392Q95.453125 372.70392 94.75 371.79767Q94.0625 370.89142 94.0625 369.4383L94.0625 369.36017ZM95.140625 369.48517Q95.140625 370.5633 95.578125 371.17267Q96.03125 371.78204 96.8125 371.78204Q97.84375 371.78204 98.328125 370.84454L98.328125 367.9383Q97.84375 367.04767 96.828125 367.04767Q96.03125 367.04767 95.578125 367.65704Q95.140625 368.26642 95.140625 369.48517ZM105.015625 370.89142Q105.015625 370.45392 104.671875 370.21954Q104.34375 369.96954 103.515625 369.79767Q102.703125 369.6258 102.21875 369.3758Q101.734375 369.1258 101.5 368.79767Q101.28125 368.45392 101.28125 367.98517Q101.28125 367.20392 101.9375 366.67267Q102.59375 366.1258 103.625 366.1258Q104.703125 366.1258 105.359375 366.6883Q106.03125 367.23517 106.03125 368.09454L104.953125 368.09454Q104.953125 367.65704 104.5625 367.34454Q104.1875 367.01642 103.625 367.01642Q103.03125 367.01642 102.6875 367.28204Q102.359375 367.53204 102.359375 367.9383Q102.359375 368.32892 102.671875 368.53204Q102.984375 368.73517 103.796875 368.92267Q104.609375 369.09454 105.109375 369.34454Q105.609375 369.59454 105.84375 369.95392Q106.09375 370.3133 106.09375 370.8133Q106.09375 371.67267 105.40625 372.1883Q104.734375 372.70392 103.65625 372.70392Q102.890625 372.70392 102.296875 372.4383Q101.71875 372.15704 101.390625 371.67267Q101.0625 371.1883 101.0625 370.6258L102.140625 370.6258Q102.171875 371.17267 102.578125 371.5008Q102.984375 371.8133 103.65625 371.8133Q104.265625 371.8133 104.640625 371.5633Q105.015625 371.3133 105.015625 370.89142ZM111.34375 366.23517L111.375 366.9383Q112.0625 366.1258 113.25 366.1258Q114.578125 366.1258 115.0625 367.14142Q115.375 366.6883 115.875 366.40704Q116.390625 366.1258 117.078125 366.1258Q119.171875 366.1258 119.203125 368.32892L119.203125 372.57892L118.125 372.57892L118.125 368.39142Q118.125 367.71954 117.8125 367.39142Q117.5 367.04767 116.765625 367.04767Q116.15625 367.04767 115.75 367.40704Q115.359375 367.76642 115.296875 368.3758L115.296875 372.57892L114.21875 372.57892L114.21875 368.42267Q114.21875 367.04767 112.859375 367.04767Q111.796875 367.04767 111.40625 367.95392L111.40625 372.57892L110.3125 372.57892L110.3125 366.23517L111.34375 366.23517ZM123.390625 370.98517L124.875 366.23517L126.03125 366.23517L123.484375 373.5633Q122.890625 375.14142 121.609375 375.14142L121.390625 375.1258L121.0 375.04767L121.0 374.17267L121.28125 374.1883Q121.84375 374.1883 122.140625 373.96954Q122.453125 373.7508 122.65625 373.15704L122.890625 372.5008L120.625 366.23517L121.8125 366.23517L123.390625 370.98517ZM131.34375 366.23517L131.375 367.03204Q132.10938 366.1258 133.28125 366.1258Q135.29688 366.1258 135.3125 368.39142L135.3125 372.57892L134.21875 372.57892L134.21875 368.3758Q134.21875 367.70392 133.90625 367.3758Q133.60938 367.04767 132.95312 367.04767Q132.42188 367.04767 132.01562 367.32892Q131.625 367.61017 131.40625 368.0633L131.40625 372.57892L130.32812 372.57892L130.32812 366.23517L131.34375 366.23517ZM139.95312 372.70392Q138.65625 372.70392 137.84375 371.86017Q137.04688 371.0008 137.04688 369.57892L137.04688 369.39142Q137.04688 368.4383 137.40625 367.70392Q137.76562 366.95392 138.40625 366.54767Q139.0625 366.1258 139.8125 366.1258Q141.04688 366.1258 141.73438 366.9383Q142.42188 367.7508 142.42188 369.26642L142.42188 369.71954L138.125 369.71954Q138.15625 370.65704 138.67188 371.23517Q139.20312 371.8133 140.01562 371.8133Q140.57812 371.8133 140.96875 371.57892Q141.375 371.34454 141.6875 370.95392L142.34375 371.46954Q141.54688 372.70392 139.95312 372.70392ZM139.8125 367.01642Q139.15625 367.01642 138.70312 367.5008Q138.26562 367.96954 138.17188 368.82892L141.34375 368.82892L141.34375 368.7508Q141.29688 367.92267 140.89062 367.46954Q140.5 367.01642 139.8125 367.01642ZM145.95312 372.70392Q144.65625 372.70392 143.84375 371.86017Q143.04688 371.0008 143.04688 369.57892L143.04688 369.39142Q143.04688 368.4383 143.40625 367.70392Q143.76562 366.95392 144.40625 366.54767Q145.0625 366.1258 145.8125 366.1258Q147.04688 366.1258 147.73438 366.9383Q148.42188 367.7508 148.42188 369.26642L148.42188 369.71954L144.125 369.71954Q144.15625 370.65704 144.67188 371.23517Q145.20312 371.8133 146.01562 371.8133Q146.57812 371.8133 146.96875 371.57892Q147.375 371.34454 147.6875 370.95392L148.34375 371.46954Q147.54688 372.70392 145.95312 372.70392ZM145.8125 367.01642Q145.15625 367.01642 144.70312 367.5008Q144.26562 367.96954 144.17188 368.82892L147.34375 368.82892L147.34375 368.7508Q147.29688 367.92267 146.89062 367.46954Q146.5 367.01642 145.8125 367.01642ZM149.0625 369.36017Q149.0625 367.89142 149.75 367.01642Q150.4375 366.1258 151.5625 366.1258Q152.67188 366.1258 153.32812 366.8758L153.32812 363.57892L154.40625 363.57892L154.40625 372.57892L153.40625 372.57892L153.35938 371.89142Q152.70312 372.70392 151.54688 372.70392Q150.45312 372.70392 149.75 371.79767Q149.0625 370.89142 149.0625 369.4383L149.0625 369.36017ZM150.14062 369.48517Q150.14062 370.5633 150.57812 371.17267Q151.03125 371.78204 151.8125 371.78204Q152.84375 371.78204 153.32812 370.84454L153.32812 367.9383Q152.84375 367.04767 151.82812 367.04767Q151.03125 367.04767 150.57812 367.65704Q150.14062 368.26642 150.14062 369.48517ZM160.01562 370.89142Q160.01562 370.45392 159.67188 370.21954Q159.34375 369.96954 158.51562 369.79767Q157.70312 369.6258 157.21875 369.3758Q156.73438 369.1258 156.5 368.79767Q156.28125 368.45392 156.28125 367.98517Q156.28125 367.20392 156.9375 366.67267Q157.59375 366.1258 158.625 366.1258Q159.70312 366.1258 160.35938 366.6883Q161.03125 367.23517 161.03125 368.09454L159.95312 368.09454Q159.95312 367.65704 159.5625 367.34454Q159.1875 367.01642 158.625 367.01642Q158.03125 367.01642 157.6875 367.28204Q157.35938 367.53204 157.35938 367.9383Q157.35938 368.32892 157.67188 368.53204Q157.98438 368.73517 158.79688 368.92267Q159.60938 369.09454 160.10938 369.34454Q160.60938 369.59454 160.84375 369.95392Q161.09375 370.3133 161.09375 370.8133Q161.09375 371.67267 160.40625 372.1883Q159.73438 372.70392 158.65625 372.70392Q157.89062 372.70392 157.29688 372.4383Q156.71875 372.15704 156.39062 371.67267Q156.0625 371.1883 156.0625 370.6258L157.14062 370.6258Q157.17188 371.17267 157.57812 371.5008Q157.98438 371.8133 158.65625 371.8133Q159.26562 371.8133 159.64062 371.5633Q160.01562 371.3133 160.01562 370.89142Z" fill-rule="nonzero"/><path fill="#666666" d="M165.5625 420.0195Q165.5625 421.92575 164.90625 422.86325Q164.26562 423.78513 162.875 423.78513Q161.51562 423.78513 160.85938 422.87888Q160.20312 421.97263 160.17188 420.16013L160.17188 418.72263Q160.17188 416.832 160.8125 415.92575Q161.46875 415.00388 162.85938 415.00388Q164.23438 415.00388 164.89062 415.8945Q165.54688 416.7695 165.5625 418.61325L165.5625 420.0195ZM164.46875 418.53513Q164.46875 417.16013 164.07812 416.53513Q163.70312 415.8945 162.85938 415.8945Q162.03125 415.8945 161.64062 416.53513Q161.26562 417.16013 161.26562 418.457L161.26562 420.19138Q161.26562 421.56638 161.65625 422.23825Q162.0625 422.8945 162.875 422.8945Q163.67188 422.8945 164.0625 422.2695Q164.45312 421.6445 164.46875 420.31638L164.46875 418.53513ZM167.10938 416.7695Q167.10938 416.00388 167.59375 415.50388Q168.09375 415.00388 168.85938 415.00388Q169.64062 415.00388 170.125 415.50388Q170.60938 416.00388 170.60938 416.80075L170.60938 417.22263Q170.60938 417.98825 170.10938 418.48825Q169.625 418.97263 168.875 418.97263Q168.10938 418.97263 167.60938 418.48825Q167.10938 417.98825 167.10938 417.17575L167.10938 416.7695ZM167.92188 417.22263Q167.92188 417.67575 168.17188 417.97263Q168.4375 418.2695 168.875 418.2695Q169.29688 418.2695 169.54688 417.98825Q169.79688 417.69138 169.79688 417.19138L169.79688 416.7695Q169.79688 416.31638 169.54688 416.0195Q169.29688 415.707 168.85938 415.707Q168.42188 415.707 168.17188 416.0195Q167.92188 416.31638 167.92188 416.78513L167.92188 417.22263ZM171.26562 421.56638Q171.26562 420.80075 171.75 420.31638Q172.25 419.81638 173.01562 419.81638Q173.78125 419.81638 174.26562 420.31638Q174.76562 420.80075 174.76562 421.61325L174.76562 422.0195Q174.76562 422.78513 174.28125 423.28513Q173.79688 423.78513 173.03125 423.78513Q172.26562 423.78513 171.76562 423.30075Q171.26562 422.80075 171.26562 421.98825L171.26562 421.56638ZM172.07812 422.0195Q172.07812 422.48825 172.32812 422.78513Q172.59375 423.082 173.03125 423.082Q173.45312 423.082 173.70312 422.80075Q173.95312 422.50388 173.95312 422.00388L173.95312 421.56638Q173.95312 421.09763 173.6875 420.81638Q173.4375 420.5195 173.01562 420.5195Q172.59375 420.5195 172.32812 420.81638Q172.07812 421.09763 172.07812 421.59763L172.07812 422.0195ZM169.125 423.0195L168.5 422.62888L172.67188 415.957L173.28125 416.34763L169.125 423.0195Z" fill-rule="nonzero"/><path fill="#666666" d="M262.79074 423.66013L257.197 423.66013L257.197 422.87888L260.15012 419.59763Q260.80637 418.84763 261.05637 418.3945Q261.30637 417.92575 261.30637 417.42575Q261.30637 416.75388 260.90012 416.332Q260.5095 415.8945 259.822 415.8945Q259.02512 415.8945 258.572 416.36325Q258.11887 416.81638 258.11887 417.6445L257.04074 417.6445Q257.04074 416.457 257.79074 415.73825Q258.55637 415.00388 259.822 415.00388Q261.02512 415.00388 261.71262 415.62888Q262.40012 416.25388 262.40012 417.30075Q262.40012 418.55075 260.79074 420.30075L258.5095 422.7695L262.79074 422.7695L262.79074 423.66013ZM269.55637 420.0195Q269.55637 421.92575 268.90012 422.86325Q268.2595 423.78513 266.86887 423.78513Q265.5095 423.78513 264.85324 422.87888Q264.197 421.97263 264.16574 420.16013L264.16574 418.72263Q264.16574 416.832 264.80637 415.92575Q265.46262 415.00388 266.85324 415.00388Q268.22824 415.00388 268.8845 415.8945Q269.54074 416.7695 269.55637 418.61325L269.55637 420.0195ZM268.46262 418.53513Q268.46262 417.16013 268.072 416.53513Q267.697 415.8945 266.85324 415.8945Q266.02512 415.8945 265.6345 416.53513Q265.2595 417.16013 265.2595 418.457L265.2595 420.19138Q265.2595 421.56638 265.65012 422.23825Q266.05637 422.8945 266.86887 422.8945Q267.66574 422.8945 268.05637 422.2695Q268.447 421.6445 268.46262 420.31638L268.46262 418.53513ZM271.10324 416.7695Q271.10324 416.00388 271.58762 415.50388Q272.08762 415.00388 272.85324 415.00388Q273.6345 415.00388 274.11887 415.50388Q274.60324 416.00388 274.60324 416.80075L274.60324 417.22263Q274.60324 417.98825 274.10324 418.48825Q273.61887 418.97263 272.86887 418.97263Q272.10324 418.97263 271.60324 418.48825Q271.10324 417.98825 271.10324 417.17575L271.10324 416.7695ZM271.91574 417.22263Q271.91574 417.67575 272.16574 417.97263Q272.43137 418.2695 272.86887 418.2695Q273.29074 418.2695 273.54074 417.98825Q273.79074 417.69138 273.79074 417.19138L273.79074 416.7695Q273.79074 416.31638 273.54074 416.0195Q273.29074 415.707 272.85324 415.707Q272.41574 415.707 272.16574 416.0195Q271.91574 416.31638 271.91574 416.78513L271.91574 417.22263ZM275.2595 421.56638Q275.2595 420.80075 275.74387 420.31638Q276.24387 419.81638 277.0095 419.81638Q277.77512 419.81638 278.2595 420.31638Q278.7595 420.80075 278.7595 421.61325L278.7595 422.0195Q278.7595 422.78513 278.27512 423.28513Q277.79074 423.78513 277.02512 423.78513Q276.2595 423.78513 275.7595 423.30075Q275.2595 422.80075 275.2595 421.98825L275.2595 421.56638ZM276.072 422.0195Q276.072 422.48825 276.322 422.78513Q276.58762 423.082 277.02512 423.082Q277.447 423.082 277.697 422.80075Q277.947 422.50388 277.947 422.00388L277.947 421.56638Q277.947 421.09763 277.68137 420.81638Q277.43137 420.5195 277.0095 420.5195Q276.58762 420.5195 276.322 420.81638Q276.072 421.09763 276.072 421.59763L276.072 422.0195ZM273.11887 423.0195L272.49387 422.62888L276.66574 415.957L277.27512 416.34763L273.11887 423.0195Z" fill-rule="nonzero"/><path fill="#666666" d="M362.26895 420.80075L363.45645 420.80075L363.45645 421.67575L362.26895 421.67575L362.26895 423.66013L361.19083 423.66013L361.19083 421.67575L357.3002 421.67575L357.3002 421.03513L361.1127 415.12888L362.26895 415.12888L362.26895 420.80075ZM358.53458 420.80075L361.19083 420.80075L361.19083 416.61325L361.0502 416.84763L358.53458 420.80075ZM370.0502 420.0195Q370.0502 421.92575 369.39395 422.86325Q368.75333 423.78513 367.3627 423.78513Q366.00333 423.78513 365.34708 422.87888Q364.69083 421.97263 364.65958 420.16013L364.65958 418.72263Q364.65958 416.832 365.3002 415.92575Q365.95645 415.00388 367.34708 415.00388Q368.72208 415.00388 369.37833 415.8945Q370.03458 416.7695 370.0502 418.61325L370.0502 420.0195ZM368.95645 418.53513Q368.95645 417.16013 368.56583 416.53513Q368.19083 415.8945 367.34708 415.8945Q366.51895 415.8945 366.12833 416.53513Q365.75333 417.16013 365.75333 418.457L365.75333 420.19138Q365.75333 421.56638 366.14395 422.23825Q366.5502 422.8945 367.3627 422.8945Q368.15958 422.8945 368.5502 422.2695Q368.94083 421.6445 368.95645 420.31638L368.95645 418.53513ZM371.59708 416.7695Q371.59708 416.00388 372.08145 415.50388Q372.58145 415.00388 373.34708 415.00388Q374.12833 415.00388 374.6127 415.50388Q375.09708 416.00388 375.09708 416.80075L375.09708 417.22263Q375.09708 417.98825 374.59708 418.48825Q374.1127 418.97263 373.3627 418.97263Q372.59708 418.97263 372.09708 418.48825Q371.59708 417.98825 371.59708 417.17575L371.59708 416.7695ZM372.40958 417.22263Q372.40958 417.67575 372.65958 417.97263Q372.9252 418.2695 373.3627 418.2695Q373.78458 418.2695 374.03458 417.98825Q374.28458 417.69138 374.28458 417.19138L374.28458 416.7695Q374.28458 416.31638 374.03458 416.0195Q373.78458 415.707 373.34708 415.707Q372.90958 415.707 372.65958 416.0195Q372.40958 416.31638 372.40958 416.78513L372.40958 417.22263ZM375.75333 421.56638Q375.75333 420.80075 376.2377 420.31638Q376.7377 419.81638 377.50333 419.81638Q378.26895 419.81638 378.75333 420.31638Q379.25333 420.80075 379.25333 421.61325L379.25333 422.0195Q379.25333 422.78513 378.76895 423.28513Q378.28458 423.78513 377.51895 423.78513Q376.75333 423.78513 376.25333 423.30075Q375.75333 422.80075 375.75333 421.98825L375.75333 421.56638ZM376.56583 422.0195Q376.56583 422.48825 376.81583 422.78513Q377.08145 423.082 377.51895 423.082Q377.94083 423.082 378.19083 422.80075Q378.44083 422.50388 378.44083 422.00388L378.44083 421.56638Q378.44083 421.09763 378.1752 420.81638Q377.9252 420.5195 377.50333 420.5195Q377.08145 420.5195 376.81583 420.81638Q376.56583 421.09763 376.56583 421.59763L376.56583 422.0195ZM373.6127 423.0195L372.9877 422.62888L377.15958 415.957L377.76895 416.34763L373.6127 423.0195Z" fill-rule="nonzero"/><path fill="#666666" d="M462.45032 415.12888L462.45032 416.03513L462.2472 416.03513Q460.98157 416.06638 460.23157 416.80075Q459.48157 417.5195 459.35657 418.832Q460.04407 418.06638 461.20032 418.06638Q462.3097 418.06638 462.98157 418.84763Q463.65344 419.62888 463.65344 420.87888Q463.65344 422.19138 462.9347 422.98825Q462.21594 423.78513 460.9972 423.78513Q459.77844 423.78513 459.01282 422.84763Q458.26282 421.8945 458.26282 420.41013L458.26282 420.00388Q458.26282 417.6445 459.26282 416.3945Q460.26282 415.1445 462.2472 415.12888L462.45032 415.12888ZM461.02844 418.97263Q460.46594 418.97263 459.9972 419.30075Q459.52844 419.62888 459.34094 420.1445L459.34094 420.53513Q459.34094 421.59763 459.8097 422.23825Q460.29407 422.87888 460.9972 422.87888Q461.73157 422.87888 462.15344 422.34763Q462.57532 421.80075 462.57532 420.92575Q462.57532 420.05075 462.15344 419.5195Q461.73157 418.97263 461.02844 418.97263ZM470.54407 420.0195Q470.54407 421.92575 469.88782 422.86325Q469.2472 423.78513 467.85657 423.78513Q466.4972 423.78513 465.84094 422.87888Q465.1847 421.97263 465.15344 420.16013L465.15344 418.72263Q465.15344 416.832 465.79407 415.92575Q466.45032 415.00388 467.84094 415.00388Q469.21594 415.00388 469.8722 415.8945Q470.52844 416.7695 470.54407 418.61325L470.54407 420.0195ZM469.45032 418.53513Q469.45032 417.16013 469.0597 416.53513Q468.6847 415.8945 467.84094 415.8945Q467.01282 415.8945 466.6222 416.53513Q466.2472 417.16013 466.2472 418.457L466.2472 420.19138Q466.2472 421.56638 466.63782 422.23825Q467.04407 422.8945 467.85657 422.8945Q468.65344 422.8945 469.04407 422.2695Q469.4347 421.6445 469.45032 420.31638L469.45032 418.53513ZM472.09094 416.7695Q472.09094 416.00388 472.57532 415.50388Q473.07532 415.00388 473.84094 415.00388Q474.6222 415.00388 475.10657 415.50388Q475.59094 416.00388 475.59094 416.80075L475.59094 417.22263Q475.59094 417.98825 475.09094 418.48825Q474.60657 418.97263 473.85657 418.97263Q473.09094 418.97263 472.59094 418.48825Q472.09094 417.98825 472.09094 417.17575L472.09094 416.7695ZM472.90344 417.22263Q472.90344 417.67575 473.15344 417.97263Q473.41907 418.2695 473.85657 418.2695Q474.27844 418.2695 474.52844 417.98825Q474.77844 417.69138 474.77844 417.19138L474.77844 416.7695Q474.77844 416.31638 474.52844 416.0195Q474.27844 415.707 473.84094 415.707Q473.40344 415.707 473.15344 416.0195Q472.90344 416.31638 472.90344 416.78513L472.90344 417.22263ZM476.2472 421.56638Q476.2472 420.80075 476.73157 420.31638Q477.23157 419.81638 477.9972 419.81638Q478.76282 419.81638 479.2472 420.31638Q479.7472 420.80075 479.7472 421.61325L479.7472 422.0195Q479.7472 422.78513 479.26282 423.28513Q478.77844 423.78513 478.01282 423.78513Q477.2472 423.78513 476.7472 423.30075Q476.2472 422.80075 476.2472 421.98825L476.2472 421.56638ZM477.0597 422.0195Q477.0597 422.48825 477.3097 422.78513Q477.57532 423.082 478.01282 423.082Q478.4347 423.082 478.6847 422.80075Q478.9347 422.50388 478.9347 422.00388L478.9347 421.56638Q478.9347 421.09763 478.66907 420.81638Q478.41907 420.5195 477.9972 420.5195Q477.57532 420.5195 477.3097 420.81638Q477.0597 421.09763 477.0597 421.59763L477.0597 422.0195ZM474.10657 423.0195L473.48157 422.62888L477.65344 415.957L478.26282 416.34763L474.10657 423.0195Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 417.34763Q563.866 417.98825 563.5223 418.48825Q563.1785 418.98825 562.616 419.2695Q563.2723 419.55075 563.6629 420.11325Q564.0535 420.66013 564.0535 421.36325Q564.0535 422.457 563.3035 423.12888Q562.56915 423.78513 561.3504 423.78513Q560.116 423.78513 559.366 423.12888Q558.63165 422.457 558.63165 421.36325Q558.63165 420.66013 559.00665 420.11325Q559.38165 419.55075 560.0535 419.2695Q559.491 418.98825 559.1629 418.48825Q558.8348 417.98825 558.8348 417.34763Q558.8348 416.2695 559.5223 415.6445Q560.2098 415.00388 561.3504 415.00388Q562.4754 415.00388 563.1629 415.6445Q563.866 416.2695 563.866 417.34763ZM562.9754 421.332Q562.9754 420.61325 562.5223 420.17575Q562.06915 419.72263 561.3348 419.72263Q560.6004 419.72263 560.1473 420.17575Q559.7098 420.61325 559.7098 421.34763Q559.7098 422.06638 560.1473 422.48825Q560.5848 422.8945 561.3504 422.8945Q562.1004 422.8945 562.5379 422.47263Q562.9754 422.05075 562.9754 421.332ZM561.3504 415.8945Q560.7098 415.8945 560.3035 416.30075Q559.9129 416.69138 559.9129 417.37888Q559.9129 418.0195 560.3035 418.42575Q560.69415 418.832 561.3348 418.832Q561.991 418.832 562.38165 418.42575Q562.7723 418.0195 562.7723 417.37888Q562.7723 416.72263 562.366 416.31638Q561.9598 415.8945 561.3504 415.8945ZM571.0379 420.0195Q571.0379 421.92575 570.38165 422.86325Q569.741 423.78513 568.3504 423.78513Q566.991 423.78513 566.3348 422.87888Q565.6785 421.97263 565.6473 420.16013L565.6473 418.72263Q565.6473 416.832 566.2879 415.92575Q566.94415 415.00388 568.3348 415.00388Q569.7098 415.00388 570.366 415.8945Q571.0223 416.7695 571.0379 418.61325L571.0379 420.0195ZM569.94415 418.53513Q569.94415 417.16013 569.5535 416.53513Q569.1785 415.8945 568.3348 415.8945Q567.50665 415.8945 567.116 416.53513Q566.741 417.16013 566.741 418.457L566.741 420.19138Q566.741 421.56638 567.13165 422.23825Q567.5379 422.8945 568.3504 422.8945Q569.1473 422.8945 569.5379 422.2695Q569.9285 421.6445 569.94415 420.31638L569.94415 418.53513ZM572.5848 416.7695Q572.5848 416.00388 573.06915 415.50388Q573.56915 415.00388 574.3348 415.00388Q575.116 415.00388 575.6004 415.50388Q576.0848 416.00388 576.0848 416.80075L576.0848 417.22263Q576.0848 417.98825 575.5848 418.48825Q575.1004 418.97263 574.3504 418.97263Q573.5848 418.97263 573.0848 418.48825Q572.5848 417.98825 572.5848 417.17575L572.5848 416.7695ZM573.3973 417.22263Q573.3973 417.67575 573.6473 417.97263Q573.9129 418.2695 574.3504 418.2695Q574.7723 418.2695 575.0223 417.98825Q575.2723 417.69138 575.2723 417.19138L575.2723 416.7695Q575.2723 416.31638 575.0223 416.0195Q574.7723 415.707 574.3348 415.707Q573.8973 415.707 573.6473 416.0195Q573.3973 416.31638 573.3973 416.78513L573.3973 417.22263ZM576.741 421.56638Q576.741 420.80075 577.2254 420.31638Q577.7254 419.81638 578.491 419.81638Q579.25665 419.81638 579.741 420.31638Q580.241 420.80075 580.241 421.61325L580.241 422.0195Q580.241 422.78513 579.75665 423.28513Q579.2723 423.78513 578.50665 423.78513Q577.741 423.78513 577.241 423.30075Q576.741 422.80075 576.741 421.98825L576.741 421.56638ZM577.5535 422.0195Q577.5535 422.48825 577.8035 422.78513Q578.06915 423.082 578.50665 423.082Q578.9285 423.082 579.1785 422.80075Q579.4285 422.50388 579.4285 422.00388L579.4285 421.56638Q579.4285 421.09763 579.1629 420.81638Q578.9129 420.5195 578.491 420.5195Q578.06915 420.5195 577.8035 420.81638Q577.5535 421.09763 577.5535 421.59763L577.5535 422.0195ZM574.6004 423.0195L573.9754 422.62888L578.1473 415.957L578.75665 416.34763L574.6004 423.0195Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M185.0 457.78506C185.0 457.2328 185.44771 456.78506 186.0 456.78506L196.0 456.78506C196.55229 456.78506 197.0 457.2328 197.0 457.78506L197.0 467.78506C197.0 468.33734 196.55229 468.78506 196.0 468.78506L186.0 468.78506C185.44771 468.78506 185.0 468.33734 185.0 467.78506Z" fill-rule="nonzero"/><path fill="#666666" d="M212.29688 466.16006Q211.85938 466.78506 211.07812 467.09756Q210.29688 467.41006 209.26562 467.41006Q208.23438 467.41006 207.42188 466.9257Q206.60938 466.4257 206.17188 465.51944Q205.73438 464.6132 205.71875 463.4257L205.71875 462.6913Q205.71875 460.7538 206.60938 459.6913Q207.51562 458.6288 209.14062 458.6288Q210.48438 458.6288 211.29688 459.3163Q212.10938 460.0038 212.29688 461.2538L211.17188 461.2538Q210.84375 459.5663 209.15625 459.5663Q208.01562 459.5663 207.4375 460.3632Q206.85938 461.14444 206.84375 462.66006L206.84375 463.34756Q206.84375 464.78506 207.5 465.64444Q208.15625 466.4882 209.28125 466.4882Q209.90625 466.4882 210.375 466.34756Q210.85938 466.20694 211.17188 465.8632L211.17188 463.95694L209.20312 463.95694L209.20312 463.03506L212.29688 463.03506L212.29688 466.16006ZM213.53125 464.0507Q213.53125 463.1288 213.89062 462.3788Q214.26562 461.6288 214.92188 461.2382Q215.57812 460.83194 216.40625 460.83194Q217.70312 460.83194 218.5 461.72256Q219.3125 462.6132 219.3125 464.1132L219.3125 464.1913Q219.3125 465.1132 218.95312 465.84756Q218.59375 466.58194 217.9375 467.0038Q217.28125 467.41006 216.42188 467.41006Q215.14062 467.41006 214.32812 466.51944Q213.53125 465.6132 213.53125 464.1288L213.53125 464.0507ZM214.625 464.1913Q214.625 465.2382 215.10938 465.8788Q215.60938 466.51944 216.42188 466.51944Q217.25 466.51944 217.73438 465.8788Q218.21875 465.22256 218.21875 464.0507Q218.21875 463.01944 217.71875 462.3788Q217.23438 461.72256 216.40625 461.72256Q215.60938 461.72256 215.10938 462.3632Q214.625 462.9882 214.625 464.1913ZM229.29688 467.28506L223.70312 467.28506L223.70312 466.5038L226.65625 463.22256Q227.3125 462.47256 227.5625 462.01944Q227.8125 461.5507 227.8125 461.0507Q227.8125 460.3788 227.40625 459.95694Q227.01562 459.51944 226.32812 459.51944Q225.53125 459.51944 225.07812 459.9882Q224.625 460.4413 224.625 461.26944L223.54688 461.26944Q223.54688 460.08194 224.29688 459.3632Q225.0625 458.6288 226.32812 458.6288Q227.53125 458.6288 228.21875 459.2538Q228.90625 459.8788 228.90625 460.9257Q228.90625 462.1757 227.29688 463.9257L225.01562 466.39444L229.29688 466.39444L229.29688 467.28506ZM236.0625 463.64444Q236.0625 465.5507 235.40625 466.4882Q234.76562 467.41006 233.375 467.41006Q232.01562 467.41006 231.35938 466.5038Q230.70312 465.59756 230.67188 463.78506L230.67188 462.34756Q230.67188 460.45694 231.3125 459.5507Q231.96875 458.6288 233.35938 458.6288Q234.73438 458.6288 235.39062 459.51944Q236.04688 460.39444 236.0625 462.2382L236.0625 463.64444ZM234.96875 462.16006Q234.96875 460.78506 234.57812 460.16006Q234.20312 459.51944 233.35938 459.51944Q232.53125 459.51944 232.14062 460.16006Q231.76562 460.78506 231.76562 462.08194L231.76562 463.8163Q231.76562 465.1913 232.15625 465.8632Q232.5625 466.51944 233.375 466.51944Q234.17188 466.51944 234.5625 465.89444Q234.95312 465.26944 234.96875 463.9413L234.96875 462.16006ZM241.26562 467.28506L240.1875 467.28506L240.1875 460.0663L238.0 460.8632L238.0 459.8788L241.10938 458.70694L241.26562 458.70694L241.26562 467.28506ZM248.96875 458.7538L248.96875 459.66006L248.76562 459.66006Q247.5 459.6913 246.75 460.4257Q246.0 461.14444 245.875 462.45694Q246.5625 461.6913 247.71875 461.6913Q248.82812 461.6913 249.5 462.47256Q250.17188 463.2538 250.17188 464.5038Q250.17188 465.8163 249.45312 466.6132Q248.73438 467.41006 247.51562 467.41006Q246.29688 467.41006 245.53125 466.47256Q244.78125 465.51944 244.78125 464.03506L244.78125 463.6288Q244.78125 461.26944 245.78125 460.01944Q246.78125 458.76944 248.76562 458.7538L248.96875 458.7538ZM247.54688 462.59756Q246.98438 462.59756 246.51562 462.9257Q246.04688 463.2538 245.85938 463.76944L245.85938 464.16006Q245.85938 465.22256 246.32812 465.8632Q246.8125 466.5038 247.51562 466.5038Q248.25 466.5038 248.67188 465.97256Q249.09375 465.4257 249.09375 464.5507Q249.09375 463.6757 248.67188 463.14444Q248.25 462.59756 247.54688 462.59756Z" fill-rule="nonzero"/><path fill="#77cac5" d="M267.0 457.78506C267.0 457.2328 267.44772 456.78506 268.0 456.78506L278.0 456.78506C278.55228 456.78506 279.0 457.2328 279.0 457.78506L279.0 467.78506C279.0 468.33734 278.55228 468.78506 278.0 468.78506L268.0 468.78506C267.44772 468.78506 267.0 468.33734 267.0 467.78506Z" fill-rule="nonzero"/><path fill="#666666" d="M294.29688 466.16006Q293.85938 466.78506 293.07812 467.09756Q292.29688 467.41006 291.26562 467.41006Q290.23438 467.41006 289.42188 466.9257Q288.60938 466.4257 288.17188 465.51944Q287.73438 464.6132 287.71875 463.4257L287.71875 462.6913Q287.71875 460.7538 288.60938 459.6913Q289.51562 458.6288 291.14062 458.6288Q292.48438 458.6288 293.29688 459.3163Q294.10938 460.0038 294.29688 461.2538L293.17188 461.2538Q292.84375 459.5663 291.15625 459.5663Q290.01562 459.5663 289.4375 460.3632Q288.85938 461.14444 288.84375 462.66006L288.84375 463.34756Q288.84375 464.78506 289.5 465.64444Q290.15625 466.4882 291.28125 466.4882Q291.90625 466.4882 292.375 466.34756Q292.85938 466.20694 293.17188 465.8632L293.17188 463.95694L291.20312 463.95694L291.20312 463.03506L294.29688 463.03506L294.29688 466.16006ZM295.53125 464.0507Q295.53125 463.1288 295.89062 462.3788Q296.26562 461.6288 296.92188 461.2382Q297.57812 460.83194 298.40625 460.83194Q299.70312 460.83194 300.5 461.72256Q301.3125 462.6132 301.3125 464.1132L301.3125 464.1913Q301.3125 465.1132 300.95312 465.84756Q300.59375 466.58194 299.9375 467.0038Q299.28125 467.41006 298.42188 467.41006Q297.14062 467.41006 296.32812 466.51944Q295.53125 465.6132 295.53125 464.1288L295.53125 464.0507ZM296.625 464.1913Q296.625 465.2382 297.10938 465.8788Q297.60938 466.51944 298.42188 466.51944Q299.25 466.51944 299.73438 465.8788Q300.21875 465.22256 300.21875 464.0507Q300.21875 463.01944 299.71875 462.3788Q299.23438 461.72256 298.40625 461.72256Q297.60938 461.72256 297.10938 462.3632Q296.625 462.9882 296.625 464.1913ZM311.29688 467.28506L305.70312 467.28506L305.70312 466.5038L308.65625 463.22256Q309.3125 462.47256 309.5625 462.01944Q309.8125 461.5507 309.8125 461.0507Q309.8125 460.3788 309.40625 459.95694Q309.01562 459.51944 308.32812 459.51944Q307.53125 459.51944 307.07812 459.9882Q306.625 460.4413 306.625 461.26944L305.54688 461.26944Q305.54688 460.08194 306.29688 459.3632Q307.0625 458.6288 308.32812 458.6288Q309.53125 458.6288 310.21875 459.2538Q310.90625 459.8788 310.90625 460.9257Q310.90625 462.1757 309.29688 463.9257L307.01562 466.39444L311.29688 466.39444L311.29688 467.28506ZM318.0625 463.64444Q318.0625 465.5507 317.40625 466.4882Q316.76562 467.41006 315.375 467.41006Q314.01562 467.41006 313.35938 466.5038Q312.70312 465.59756 312.67188 463.78506L312.67188 462.34756Q312.67188 460.45694 313.3125 459.5507Q313.96875 458.6288 315.35938 458.6288Q316.73438 458.6288 317.39062 459.51944Q318.04688 460.39444 318.0625 462.2382L318.0625 463.64444ZM316.96875 462.16006Q316.96875 460.78506 316.57812 460.16006Q316.20312 459.51944 315.35938 459.51944Q314.53125 459.51944 314.14062 460.16006Q313.76562 460.78506 313.76562 462.08194L313.76562 463.8163Q313.76562 465.1913 314.15625 465.8632Q314.5625 466.51944 315.375 466.51944Q316.17188 466.51944 316.5625 465.89444Q316.95312 465.26944 316.96875 463.9413L316.96875 462.16006ZM323.26562 467.28506L322.1875 467.28506L322.1875 460.0663L320.0 460.8632L320.0 459.8788L323.10938 458.70694L323.26562 458.70694L323.26562 467.28506ZM332.21875 459.3632L328.6875 467.28506L327.54688 467.28506L331.0625 459.64444L326.45312 459.64444L326.45312 458.7538L332.21875 458.7538L332.21875 459.3632Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M349.0 457.78506C349.0 457.2328 349.44772 456.78506 350.0 456.78506L360.0 456.78506C360.55228 456.78506 361.0 457.2328 361.0 457.78506L361.0 467.78506C361.0 468.33734 360.55228 468.78506 360.0 468.78506L350.0 468.78506C349.44772 468.78506 349.0 468.33734 349.0 467.78506Z" fill-rule="nonzero"/><path fill="#666666" d="M376.29688 466.16006Q375.85938 466.78506 375.07812 467.09756Q374.29688 467.41006 373.26562 467.41006Q372.23438 467.41006 371.42188 466.9257Q370.60938 466.4257 370.17188 465.51944Q369.73438 464.6132 369.71875 463.4257L369.71875 462.6913Q369.71875 460.7538 370.60938 459.6913Q371.51562 458.6288 373.14062 458.6288Q374.48438 458.6288 375.29688 459.3163Q376.10938 460.0038 376.29688 461.2538L375.17188 461.2538Q374.84375 459.5663 373.15625 459.5663Q372.01562 459.5663 371.4375 460.3632Q370.85938 461.14444 370.84375 462.66006L370.84375 463.34756Q370.84375 464.78506 371.5 465.64444Q372.15625 466.4882 373.28125 466.4882Q373.90625 466.4882 374.375 466.34756Q374.85938 466.20694 375.17188 465.8632L375.17188 463.95694L373.20312 463.95694L373.20312 463.03506L376.29688 463.03506L376.29688 466.16006ZM377.53125 464.0507Q377.53125 463.1288 377.89062 462.3788Q378.26562 461.6288 378.92188 461.2382Q379.57812 460.83194 380.40625 460.83194Q381.70312 460.83194 382.5 461.72256Q383.3125 462.6132 383.3125 464.1132L383.3125 464.1913Q383.3125 465.1132 382.95312 465.84756Q382.59375 466.58194 381.9375 467.0038Q381.28125 467.41006 380.42188 467.41006Q379.14062 467.41006 378.32812 466.51944Q377.53125 465.6132 377.53125 464.1288L377.53125 464.0507ZM378.625 464.1913Q378.625 465.2382 379.10938 465.8788Q379.60938 466.51944 380.42188 466.51944Q381.25 466.51944 381.73438 465.8788Q382.21875 465.22256 382.21875 464.0507Q382.21875 463.01944 381.71875 462.3788Q381.23438 461.72256 380.40625 461.72256Q379.60938 461.72256 379.10938 462.3632Q378.625 462.9882 378.625 464.1913ZM393.29688 467.28506L387.70312 467.28506L387.70312 466.5038L390.65625 463.22256Q391.3125 462.47256 391.5625 462.01944Q391.8125 461.5507 391.8125 461.0507Q391.8125 460.3788 391.40625 459.95694Q391.01562 459.51944 390.32812 459.51944Q389.53125 459.51944 389.07812 459.9882Q388.625 460.4413 388.625 461.26944L387.54688 461.26944Q387.54688 460.08194 388.29688 459.3632Q389.0625 458.6288 390.32812 458.6288Q391.53125 458.6288 392.21875 459.2538Q392.90625 459.8788 392.90625 460.9257Q392.90625 462.1757 391.29688 463.9257L389.01562 466.39444L393.29688 466.39444L393.29688 467.28506ZM400.0625 463.64444Q400.0625 465.5507 399.40625 466.4882Q398.76562 467.41006 397.375 467.41006Q396.01562 467.41006 395.35938 466.5038Q394.70312 465.59756 394.67188 463.78506L394.67188 462.34756Q394.67188 460.45694 395.3125 459.5507Q395.96875 458.6288 397.35938 458.6288Q398.73438 458.6288 399.39062 459.51944Q400.04688 460.39444 400.0625 462.2382L400.0625 463.64444ZM398.96875 462.16006Q398.96875 460.78506 398.57812 460.16006Q398.20312 459.51944 397.35938 459.51944Q396.53125 459.51944 396.14062 460.16006Q395.76562 460.78506 395.76562 462.08194L395.76562 463.8163Q395.76562 465.1913 396.15625 465.8632Q396.5625 466.51944 397.375 466.51944Q398.17188 466.51944 398.5625 465.89444Q398.95312 465.26944 398.96875 463.9413L398.96875 462.16006ZM405.26562 467.28506L404.1875 467.28506L404.1875 460.0663L402.0 460.8632L402.0 459.8788L405.10938 458.70694L405.26562 458.70694L405.26562 467.28506ZM413.89062 460.97256Q413.89062 461.6132 413.54688 462.1132Q413.20312 462.6132 412.64062 462.89444Q413.29688 463.1757 413.6875 463.7382Q414.07812 464.28506 414.07812 464.9882Q414.07812 466.08194 413.32812 466.7538Q412.59375 467.41006 411.375 467.41006Q410.14062 467.41006 409.39062 466.7538Q408.65625 466.08194 408.65625 464.9882Q408.65625 464.28506 409.03125 463.7382Q409.40625 463.1757 410.07812 462.89444Q409.51562 462.6132 409.1875 462.1132Q408.85938 461.6132 408.85938 460.97256Q408.85938 459.89444 409.54688 459.26944Q410.23438 458.6288 411.375 458.6288Q412.5 458.6288 413.1875 459.26944Q413.89062 459.89444 413.89062 460.97256ZM413.0 464.95694Q413.0 464.2382 412.54688 463.8007Q412.09375 463.34756 411.35938 463.34756Q410.625 463.34756 410.17188 463.8007Q409.73438 464.2382 409.73438 464.97256Q409.73438 465.6913 410.17188 466.1132Q410.60938 466.51944 411.375 466.51944Q412.125 466.51944 412.5625 466.09756Q413.0 465.6757 413.0 464.95694ZM411.375 459.51944Q410.73438 459.51944 410.32812 459.9257Q409.9375 460.3163 409.9375 461.0038Q409.9375 461.64444 410.32812 462.0507Q410.71875 462.45694 411.35938 462.45694Q412.01562 462.45694 412.40625 462.0507Q412.79688 461.64444 412.79688 461.0038Q412.79688 460.34756 412.39062 459.9413Q411.98438 459.51944 411.375 459.51944Z" fill-rule="nonzero"/><path fill="#666666" d="M32.18125 24.520588L28.978125 24.520588L28.978125 33.395588L27.68125 33.395588L27.68125 24.520588L24.478125 24.520588L24.478125 23.442463L32.18125 23.442463L32.18125 24.520588ZM32.775 29.629963Q32.775 28.536213 33.196877 27.676838Q33.634377 26.801838 34.384377 26.333088Q35.15 25.864338 36.134377 25.864338Q37.634377 25.864338 38.571877 26.911213Q39.509377 27.958088 39.509377 29.692463L39.509377 29.786213Q39.509377 30.864338 39.0875 31.723713Q38.68125 32.567463 37.9 33.051838Q37.134377 33.536213 36.15 33.536213Q34.634377 33.536213 33.696877 32.489338Q32.775 31.442463 32.775 29.723713L32.775 29.629963ZM34.040627 29.786213Q34.040627 31.004963 34.603127 31.754963Q35.18125 32.504963 36.15 32.504963Q37.103127 32.504963 37.665627 31.754963Q38.24375 30.989338 38.24375 29.629963Q38.24375 28.411213 37.665627 27.661213Q37.0875 26.895588 36.134377 26.895588Q35.196877 26.895588 34.61875 27.645588Q34.040627 28.395588 34.040627 29.786213ZM50.65 31.645588L52.071877 26.004963L53.3375 26.004963L51.196877 33.395588L50.165627 33.395588L48.36875 27.786213L46.61875 33.395588L45.5875 33.395588L43.446877 26.004963L44.696877 26.004963L46.165627 31.536213L47.884377 26.004963L48.9 26.004963L50.65 31.645588ZM56.36875 26.895588Q57.2125 25.864338 58.55625 25.864338Q60.9 25.864338 60.93125 28.504963L60.93125 33.395588L59.665627 33.395588L59.665627 28.504963Q59.65 27.708088 59.290627 27.333088Q58.93125 26.942463 58.18125 26.942463Q57.55625 26.942463 57.0875 27.270588Q56.634377 27.598713 56.36875 28.129963L56.36875 33.395588L55.103127 33.395588L55.103127 22.895588L56.36875 22.895588L56.36875 26.895588ZM67.68125 33.395588Q67.57188 33.176838 67.49375 32.614338Q66.61875 33.536213 65.38438 33.536213Q64.29063 33.536213 63.5875 32.926838Q62.9 32.301838 62.9 31.348713Q62.9 30.192463 63.775 29.551838Q64.65 28.911213 66.24375 28.911213L67.47813 28.911213L67.47813 28.333088Q67.47813 27.661213 67.07188 27.270588Q66.68125 26.879963 65.91563 26.879963Q65.22813 26.879963 64.775 27.223713Q64.32188 27.567463 64.32188 28.051838L63.040627 28.051838Q63.040627 27.489338 63.43125 26.973713Q63.8375 26.458088 64.50938 26.161213Q65.18125 25.864338 65.97813 25.864338Q67.25938 25.864338 67.97813 26.504963Q68.7125 27.145588 68.74375 28.254963L68.74375 31.661213Q68.74375 32.676838 68.99375 33.286213L68.99375 33.395588L67.68125 33.395588ZM65.57188 32.426838Q66.16563 32.426838 66.69688 32.129963Q67.24375 31.817463 67.47813 31.317463L67.47813 29.801838L66.47813 29.801838Q64.16563 29.801838 64.16563 31.161213Q64.16563 31.754963 64.55625 32.098713Q64.94688 32.426838 65.57188 32.426838ZM72.82188 24.208088L72.82188 26.004963L74.19688 26.004963L74.19688 26.973713L72.82188 26.973713L72.82188 31.567463Q72.82188 32.004963 73.00938 32.239338Q73.19688 32.458088 73.63438 32.458088Q73.85313 32.458088 74.24375 32.364338L74.24375 33.395588Q73.74375 33.536213 73.275 33.536213Q72.41563 33.536213 71.97813 33.020588Q71.55625 32.504963 71.55625 31.567463L71.55625 26.973713L70.2125 26.973713L70.2125 26.004963L71.55625 26.004963L71.55625 24.208088L72.82188 24.208088ZM82.18125 33.536213Q80.66563 33.536213 79.72813 32.551838Q78.79063 31.551838 78.79063 29.895588L78.79063 29.676838Q78.79063 28.567463 79.2125 27.708088Q79.63438 26.833088 80.38438 26.348713Q81.13438 25.864338 82.025 25.864338Q83.4625 25.864338 84.25938 26.817463Q85.05625 27.754963 85.05625 29.536213L85.05625 30.051838L80.05625 30.051838Q80.07188 31.145588 80.68125 31.833088Q81.30625 32.504963 82.24375 32.504963Q82.91563 32.504963 83.36875 32.239338Q83.8375 31.958088 84.19688 31.504963L84.9625 32.098713Q84.04063 33.536213 82.18125 33.536213ZM82.025 26.895588Q81.25938 26.895588 80.72813 27.458088Q80.2125 28.020588 80.0875 29.020588L83.79063 29.020588L83.79063 28.926838Q83.74375 27.958088 83.275 27.426838Q82.80625 26.895588 82.025 26.895588ZM88.5875 28.692463L90.22813 26.004963L91.7125 26.004963L89.29063 29.661213L91.775 33.395588L90.32188 33.395588L88.60313 30.629963L86.9 33.395588L85.43125 33.395588L87.93125 29.661213L85.50938 26.004963L86.9625 26.004963L88.5875 28.692463ZM94.82188 24.208088L94.82188 26.004963L96.19688 26.004963L96.19688 26.973713L94.82188 26.973713L94.82188 31.567463Q94.82188 32.004963 95.00938 32.239338Q95.19688 32.458088 95.63438 32.458088Q95.85313 32.458088 96.24375 32.364338L96.24375 33.395588Q95.74375 33.536213 95.275 33.536213Q94.41563 33.536213 93.97813 33.020588Q93.55625 32.504963 93.55625 31.567463L93.55625 26.973713L92.2125 26.973713L92.2125 26.004963L93.55625 26.004963L93.55625 24.208088L94.82188 24.208088ZM101.18125 33.536213Q99.66563 33.536213 98.72813 32.551838Q97.79063 31.551838 97.79063 29.895588L97.79063 29.676838Q97.79063 28.567463 98.2125 27.708088Q98.63438 26.833088 99.38438 26.348713Q100.13438 25.864338 101.025 25.864338Q102.4625 25.864338 103.25938 26.817463Q104.05625 27.754963 104.05625 29.536213L104.05625 30.051838L99.05625 30.051838Q99.07188 31.145588 99.68125 31.833088Q100.30625 32.504963 101.24375 32.504963Q101.91563 32.504963 102.36875 32.239338Q102.8375 31.958088 103.19688 31.504963L103.9625 32.098713Q103.04063 33.536213 101.18125 33.536213ZM101.025 26.895588Q100.25938 26.895588 99.72813 27.458088Q99.2125 28.020588 99.0875 29.020588L102.79063 29.020588L102.79063 28.926838Q102.74375 27.958088 102.275 27.426838Q101.80625 26.895588 101.025 26.895588ZM106.30625 26.004963L106.3375 26.926838Q107.19688 25.864338 108.55625 25.864338Q110.9 25.864338 110.93125 28.504963L110.93125 33.395588L109.66563 33.395588L109.66563 28.504963Q109.65 27.708088 109.29063 27.333088Q108.93125 26.942463 108.18125 26.942463Q107.55625 26.942463 107.0875 27.270588Q106.63438 27.598713 106.36875 28.129963L106.36875 33.395588L105.10313 33.395588L105.10313 26.004963L106.30625 26.004963ZM114.82188 24.208088L114.82188 26.004963L116.19688 26.004963L116.19688 26.973713L114.82188 26.973713L114.82188 31.567463Q114.82188 32.004963 115.00938 32.239338Q115.19688 32.458088 115.63438 32.458088Q115.85313 32.458088 116.24375 32.364338L116.24375 33.395588Q115.74375 33.536213 115.275 33.536213Q114.41563 33.536213 113.97813 33.020588Q113.55625 32.504963 113.55625 31.567463L113.55625 26.973713L112.2125 26.973713L112.2125 26.004963L113.55625 26.004963L113.55625 24.208088L114.82188 24.208088ZM120.80625 29.629963Q120.80625 27.926838 121.60313 26.895588Q122.41563 25.864338 123.7125 25.864338Q125.025 25.864338 125.775 26.754963L125.775 22.895588L127.04063 22.895588L127.04063 33.395588L125.88438 33.395588L125.82188 32.598713Q125.05625 33.536213 123.7125 33.536213Q122.41563 33.536213 121.60313 32.489338Q120.80625 31.426838 120.80625 29.723713L120.80625 29.629963ZM122.07188 29.786213Q122.07188 31.036213 122.5875 31.754963Q123.10313 32.458088 124.025 32.458088Q125.22813 32.458088 125.775 31.379963L125.775 27.973713Q125.2125 26.942463 124.04063 26.942463Q123.10313 26.942463 122.5875 27.661213Q122.07188 28.364338 122.07188 29.786213ZM128.775 29.629963Q128.775 28.536213 129.19687 27.676838Q129.63437 26.801838 130.38437 26.333088Q131.15 25.864338 132.13437 25.864338Q133.63437 25.864338 134.57187 26.911213Q135.50937 27.958088 135.50937 29.692463L135.50937 29.786213Q135.50937 30.864338 135.0875 31.723713Q134.68124 32.567463 133.9 33.051838Q133.13437 33.536213 132.15 33.536213Q130.63437 33.536213 129.69687 32.489338Q128.775 31.442463 128.775 29.723713L128.775 29.629963ZM130.04062 29.786213Q130.04062 31.004963 130.60312 31.754963Q131.18124 32.504963 132.15 32.504963Q133.10312 32.504963 133.66562 31.754963Q134.24374 30.989338 134.24374 29.629963Q134.24374 28.411213 133.66562 27.661213Q133.0875 26.895588 132.13437 26.895588Q131.19687 26.895588 130.61874 27.645588Q130.04062 28.395588 130.04062 29.786213ZM142.525 31.536213L144.24374 26.004963L145.60312 26.004963L142.63437 34.536213Q141.94687 36.379963 140.43124 36.379963L140.19687 36.364338L139.72812 36.270588L139.72812 35.254963L140.07187 35.270588Q140.7125 35.270588 141.07187 35.004963Q141.43124 34.754963 141.66562 34.067463L141.94687 33.317463L139.30624 26.004963L140.68124 26.004963L142.525 31.536213ZM146.775 29.629963Q146.775 28.536213 147.19687 27.676838Q147.63437 26.801838 148.38437 26.333088Q149.15 25.864338 150.13437 25.864338Q151.63437 25.864338 152.57187 26.911213Q153.50937 27.958088 153.50937 29.692463L153.50937 29.786213Q153.50937 30.864338 153.0875 31.723713Q152.68124 32.567463 151.9 33.051838Q151.13437 33.536213 150.15 33.536213Q148.63437 33.536213 147.69687 32.489338Q146.775 31.442463 146.775 29.723713L146.775 29.629963ZM148.04062 29.786213Q148.04062 31.004963 148.60312 31.754963Q149.18124 32.504963 150.15 32.504963Q151.10312 32.504963 151.66562 31.754963Q152.24374 30.989338 152.24374 29.629963Q152.24374 28.411213 151.66562 27.661213Q151.0875 26.895588 150.13437 26.895588Q149.19687 26.895588 148.61874 27.645588Q148.04062 28.395588 148.04062 29.786213ZM159.68124 32.661213Q158.93124 33.536213 157.50937 33.536213Q156.32187 33.536213 155.69687 32.848713Q155.0875 32.161213 155.0875 30.817463L155.0875 26.004963L156.3375 26.004963L156.3375 30.770588Q156.3375 32.458088 157.7125 32.458088Q159.16562 32.458088 159.63437 31.379963L159.63437 26.004963L160.9 26.004963L160.9 33.395588L159.69687 33.395588L159.68124 32.661213ZM170.68124 33.395588Q170.57187 33.176838 170.49374 32.614338Q169.61874 33.536213 168.38437 33.536213Q167.29062 33.536213 166.5875 32.926838Q165.9 32.301838 165.9 31.348713Q165.9 30.192463 166.775 29.551838Q167.65 28.911213 169.24374 28.911213L170.47812 28.911213L170.47812 28.333088Q170.47812 27.661213 170.07187 27.270588Q169.68124 26.879963 168.91562 26.879963Q168.22812 26.879963 167.775 27.223713Q167.32187 27.567463 167.32187 28.051838L166.04062 28.051838Q166.04062 27.489338 166.43124 26.973713Q166.8375 26.458088 167.50937 26.161213Q168.18124 25.864338 168.97812 25.864338Q170.25937 25.864338 170.97812 26.504963Q171.7125 27.145588 171.74374 28.254963L171.74374 31.661213Q171.74374 32.676838 171.99374 33.286213L171.99374 33.395588L170.68124 33.395588ZM168.57187 32.426838Q169.16562 32.426838 169.69687 32.129963Q170.24374 31.817463 170.47812 31.317463L170.47812 29.801838L169.47812 29.801838Q167.16562 29.801838 167.16562 31.161213Q167.16562 31.754963 167.55624 32.098713Q167.94687 32.426838 168.57187 32.426838ZM173.80624 29.629963Q173.80624 27.911213 174.60312 26.895588Q175.4 25.864338 176.72812 25.864338Q178.07187 25.864338 178.8375 26.817463L178.9 26.004963L180.05624 26.004963L180.05624 33.223713Q180.05624 34.661213 179.19687 35.473713Q178.35312 36.301838 176.91562 36.301838Q176.11874 36.301838 175.35312 35.958088Q174.5875 35.629963 174.18124 35.036213L174.8375 34.270588Q175.65 35.270588 176.82187 35.270588Q177.74374 35.270588 178.25937 34.754963Q178.79062 34.239338 178.79062 33.286213L178.79062 32.661213Q178.025 33.536213 176.7125 33.536213Q175.41562 33.536213 174.60312 32.489338Q173.80624 31.442463 173.80624 29.629963ZM175.07187 29.786213Q175.07187 31.036213 175.5875 31.754963Q176.10312 32.458088 177.025 32.458088Q178.22812 32.458088 178.79062 31.364338L178.79062 27.989338Q178.19687 26.942463 177.04062 26.942463Q176.11874 26.942463 175.5875 27.661213Q175.07187 28.364338 175.07187 29.786213ZM185.68124 27.129963Q185.4 27.083088 185.05624 27.083088Q183.82187 27.083088 183.36874 28.145588L183.36874 33.395588L182.10312 33.395588L182.10312 26.004963L183.3375 26.004963L183.35312 26.848713Q183.97812 25.864338 185.11874 25.864338Q185.49374 25.864338 185.68124 25.958088L185.68124 27.129963ZM190.18124 33.536213Q188.66562 33.536213 187.72812 32.551838Q186.79062 31.551838 186.79062 29.895588L186.79062 29.676838Q186.79062 28.567463 187.2125 27.708088Q187.63437 26.833088 188.38437 26.348713Q189.13437 25.864338 190.025 25.864338Q191.4625 25.864338 192.25937 26.817463Q193.05624 27.754963 193.05624 29.536213L193.05624 30.051838L188.05624 30.051838Q188.07187 31.145588 188.68124 31.833088Q189.30624 32.504963 190.24374 32.504963Q190.91562 32.504963 191.36874 32.239338Q191.8375 31.958088 192.19687 31.504963L192.9625 32.098713Q192.04062 33.536213 190.18124 33.536213ZM190.025 26.895588Q189.25937 26.895588 188.72812 27.458088Q188.2125 28.020588 188.0875 29.020588L191.79062 29.020588L191.79062 28.926838Q191.74374 27.958088 191.275 27.426838Q190.80624 26.895588 190.025 26.895588ZM197.18124 33.536213Q195.66562 33.536213 194.72812 32.551838Q193.79062 31.551838 193.79062 29.895588L193.79062 29.676838Q193.79062 28.567463 194.2125 27.708088Q194.63437 26.833088 195.38437 26.348713Q196.13437 25.864338 197.025 25.864338Q198.4625 25.864338 199.25937 26.817463Q200.05624 27.754963 200.05624 29.536213L200.05624 30.051838L195.05624 30.051838Q195.07187 31.145588 195.68124 31.833088Q196.30624 32.504963 197.24374 32.504963Q197.91562 32.504963 198.36874 32.239338Q198.8375 31.958088 199.19687 31.504963L199.9625 32.098713Q199.04062 33.536213 197.18124 33.536213ZM197.025 26.895588Q196.25937 26.895588 195.72812 27.458088Q195.2125 28.020588 195.0875 29.020588L198.79062 29.020588L198.79062 28.926838Q198.74374 27.958088 198.275 27.426838Q197.80624 26.895588 197.025 26.895588ZM203.775 29.629963Q203.775 28.536213 204.19687 27.676838Q204.63437 26.801838 205.38437 26.333088Q206.15 25.864338 207.13437 25.864338Q208.63437 25.864338 209.57187 26.911213Q210.50937 27.958088 210.50937 29.692463L210.50937 29.786213Q210.50937 30.864338 210.0875 31.723713Q209.68124 32.567463 208.9 33.051838Q208.13437 33.536213 207.15 33.536213Q205.63437 33.536213 204.69687 32.489338Q203.775 31.442463 203.775 29.723713L203.775 29.629963ZM205.04062 29.786213Q205.04062 31.004963 205.60312 31.754963Q206.18124 32.504963 207.15 32.504963Q208.10312 32.504963 208.66562 31.754963Q209.24374 30.989338 209.24374 29.629963Q209.24374 28.411213 208.66562 27.661213Q208.0875 26.895588 207.13437 26.895588Q206.19687 26.895588 205.61874 27.645588Q205.04062 28.395588 205.04062 29.786213ZM215.68124 27.129963Q215.4 27.083088 215.05624 27.083088Q213.82187 27.083088 213.36874 28.145588L213.36874 33.395588L212.10312 33.395588L212.10312 26.004963L213.3375 26.004963L213.35312 26.848713Q213.97812 25.864338 215.11874 25.864338Q215.49374 25.864338 215.68124 25.958088L215.68124 27.129963ZM219.80624 29.629963Q219.80624 27.926838 220.60312 26.895588Q221.41562 25.864338 222.7125 25.864338Q224.025 25.864338 224.775 26.754963L224.775 22.895588L226.04062 22.895588L226.04062 33.395588L224.88437 33.395588L224.82187 32.598713Q224.05624 33.536213 222.7125 33.536213Q221.41562 33.536213 220.60312 32.489338Q219.80624 31.426838 219.80624 29.723713L219.80624 29.629963ZM221.07187 29.786213Q221.07187 31.036213 221.5875 31.754963Q222.10312 32.458088 223.025 32.458088Q224.22812 32.458088 224.775 31.379963L224.775 27.973713Q224.2125 26.942463 223.04062 26.942463Q222.10312 26.942463 221.5875 27.661213Q221.07187 28.364338 221.07187 29.786213ZM229.47812 33.395588L228.2125 33.395588L228.2125 26.004963L229.47812 26.004963L229.47812 33.395588ZM228.11874 24.036213Q228.11874 23.723713 228.30624 23.520588Q228.49374 23.301838 228.85312 23.301838Q229.22812 23.301838 229.41562 23.520588Q229.61874 23.723713 229.61874 24.036213Q229.61874 24.348713 229.41562 24.551838Q229.22812 24.754963 228.85312 24.754963Q228.49374 24.754963 228.30624 24.551838Q228.11874 24.348713 228.11874 24.036213ZM235.41562 31.426838Q235.41562 30.926838 235.025 30.645588Q234.63437 30.348713 233.68124 30.145588Q232.72812 29.942463 232.15 29.661213Q231.5875 29.364338 231.32187 28.973713Q231.05624 28.583088 231.05624 28.036213Q231.05624 27.114338 231.82187 26.489338Q232.5875 25.864338 233.79062 25.864338Q235.04062 25.864338 235.82187 26.520588Q236.60312 27.161213 236.60312 28.176838L235.3375 28.176838Q235.3375 27.645588 234.9 27.270588Q234.4625 26.895588 233.79062 26.895588Q233.10312 26.895588 232.7125 27.208088Q232.32187 27.504963 232.32187 27.989338Q232.32187 28.442463 232.68124 28.676838Q233.04062 28.911213 233.97812 29.129963Q234.93124 29.333088 235.525 29.629963Q236.11874 29.926838 236.4 30.348713Q236.68124 30.754963 236.68124 31.348713Q236.68124 32.333088 235.88437 32.942463Q235.0875 33.536213 233.82187 33.536213Q232.94687 33.536213 232.25937 33.223713Q231.57187 32.895588 231.18124 32.333088Q230.80624 31.770588 230.80624 31.114338L232.07187 31.114338Q232.10312 31.754963 232.57187 32.129963Q233.05624 32.504963 233.82187 32.504963Q234.54062 32.504963 234.97812 32.208088Q235.41562 31.911213 235.41562 31.426838ZM242.68124 33.395588Q242.57187 33.176838 242.49374 32.614338Q241.61874 33.536213 240.38437 33.536213Q239.29062 33.536213 238.5875 32.926838Q237.9 32.301838 237.9 31.348713Q237.9 30.192463 238.775 29.551838Q239.65 28.911213 241.24374 28.911213L242.47812 28.911213L242.47812 28.333088Q242.47812 27.661213 242.07187 27.270588Q241.68124 26.879963 240.91562 26.879963Q240.22812 26.879963 239.775 27.223713Q239.32187 27.567463 239.32187 28.051838L238.04062 28.051838Q238.04062 27.489338 238.43124 26.973713Q238.8375 26.458088 239.50937 26.161213Q240.18124 25.864338 240.97812 25.864338Q242.25937 25.864338 242.97812 26.504963Q243.7125 27.145588 243.74374 28.254963L243.74374 31.661213Q243.74374 32.676838 243.99374 33.286213L243.99374 33.395588L242.68124 33.395588ZM240.57187 32.426838Q241.16562 32.426838 241.69687 32.129963Q242.24374 31.817463 242.47812 31.317463L242.47812 29.801838L241.47812 29.801838Q239.16562 29.801838 239.16562 31.161213Q239.16562 31.754963 239.55624 32.098713Q239.94687 32.426838 240.57187 32.426838ZM245.80624 29.629963Q245.80624 27.911213 246.60312 26.895588Q247.4 25.864338 248.72812 25.864338Q250.07187 25.864338 250.8375 26.817463L250.9 26.004963L252.05624 26.004963L252.05624 33.223713Q252.05624 34.661213 251.19687 35.473713Q250.35312 36.301838 248.91562 36.301838Q248.11874 36.301838 247.35312 35.958088Q246.5875 35.629963 246.18124 35.036213L246.8375 34.270588Q247.65 35.270588 248.82187 35.270588Q249.74374 35.270588 250.25937 34.754963Q250.79062 34.239338 250.79062 33.286213L250.79062 32.661213Q250.025 33.536213 248.7125 33.536213Q247.41562 33.536213 246.60312 32.489338Q245.80624 31.442463 245.80624 29.629963ZM247.07187 29.786213Q247.07187 31.036213 247.5875 31.754963Q248.10312 32.458088 249.025 32.458088Q250.22812 32.458088 250.79062 31.364338L250.79062 27.989338Q250.19687 26.942463 249.04062 26.942463Q248.11874 26.942463 247.5875 27.661213Q247.07187 28.364338 247.07187 29.786213ZM257.68124 27.129963Q257.4 27.083088 257.05624 27.083088Q255.82187 27.083088 255.36874 28.145588L255.36874 33.395588L254.10312 33.395588L254.10312 26.004963L255.3375 26.004963L255.35312 26.848713Q255.97812 25.864338 257.11874 25.864338Q257.49374 25.864338 257.68124 25.958088L257.68124 27.129963ZM262.18124 33.536213Q260.66562 33.536213 259.72812 32.551838Q258.79062 31.551838 258.79062 29.895588L258.79062 29.676838Q258.79062 28.567463 259.2125 27.708088Q259.63437 26.833088 260.38437 26.348713Q261.13437 25.864338 262.025 25.864338Q263.4625 25.864338 264.25937 26.817463Q265.05624 27.754963 265.05624 29.536213L265.05624 30.051838L260.05624 30.051838Q260.07187 31.145588 260.68124 31.833088Q261.30624 32.504963 262.24374 32.504963Q262.91562 32.504963 263.36874 32.239338Q263.8375 31.958088 264.19687 31.504963L264.9625 32.098713Q264.04062 33.536213 262.18124 33.536213ZM262.025 26.895588Q261.25937 26.895588 260.72812 27.458088Q260.2125 28.020588 260.0875 29.020588L263.79062 29.020588L263.79062 28.926838Q263.74374 27.958088 263.275 27.426838Q262.80624 26.895588 262.025 26.895588ZM269.18124 33.536213Q267.66562 33.536213 266.72812 32.551838Q265.79062 31.551838 265.79062 29.895588L265.79062 29.676838Q265.79062 28.567463 266.2125 27.708088Q266.63437 26.833088 267.38437 26.348713Q268.13437 25.864338 269.025 25.864338Q270.4625 25.864338 271.25937 26.817463Q272.05624 27.754963 272.05624 29.536213L272.05624 30.051838L267.05624 30.051838Q267.07187 31.145588 267.68124 31.833088Q268.30624 32.504963 269.24374 32.504963Q269.91562 32.504963 270.36874 32.239338Q270.8375 31.958088 271.19687 31.504963L271.9625 32.098713Q271.04062 33.536213 269.18124 33.536213ZM269.025 26.895588Q268.25937 26.895588 267.72812 27.458088Q267.2125 28.020588 267.0875 29.020588L270.79062 29.020588L270.79062 28.926838Q270.74374 27.958088 270.275 27.426838Q269.80624 26.895588 269.025 26.895588ZM282.65 31.645588L284.07187 26.004963L285.3375 26.004963L283.19687 33.395588L282.16562 33.395588L280.36874 27.786213L278.61874 33.395588L277.5875 33.395588L275.44687 26.004963L276.69687 26.004963L278.16562 31.536213L279.88437 26.004963L280.9 26.004963L282.65 31.645588ZM288.47812 33.395588L287.2125 33.395588L287.2125 26.004963L288.47812 26.004963L288.47812 33.395588ZM287.11874 24.036213Q287.11874 23.723713 287.30624 23.520588Q287.49374 23.301838 287.85312 23.301838Q288.22812 23.301838 288.41562 23.520588Q288.61874 23.723713 288.61874 24.036213Q288.61874 24.348713 288.41562 24.551838Q288.22812 24.754963 287.85312 24.754963Q287.49374 24.754963 287.30624 24.551838Q287.11874 24.348713 287.11874 24.036213ZM291.82187 24.208088L291.82187 26.004963L293.19687 26.004963L293.19687 26.973713L291.82187 26.973713L291.82187 31.567463Q291.82187 32.004963 292.00937 32.239338Q292.19687 32.458088 292.63437 32.458088Q292.85312 32.458088 293.24374 32.364338L293.24374 33.395588Q292.74374 33.536213 292.275 33.536213Q291.41562 33.536213 290.97812 33.020588Q290.55624 32.504963 290.55624 31.567463L290.55624 26.973713L289.2125 26.973713L289.2125 26.004963L290.55624 26.004963L290.55624 24.208088L291.82187 24.208088ZM296.36874 26.895588Q297.2125 25.864338 298.55624 25.864338Q300.9 25.864338 300.93124 28.504963L300.93124 33.395588L299.66562 33.395588L299.66562 28.504963Q299.65 27.708088 299.29062 27.333088Q298.93124 26.942463 298.18124 26.942463Q297.55624 26.942463 297.0875 27.270588Q296.63437 27.598713 296.36874 28.129963L296.36874 33.395588L295.10312 33.395588L295.10312 22.895588L296.36874 22.895588L296.36874 26.895588ZM307.82187 24.208088L307.82187 26.004963L309.19687 26.004963L309.19687 26.973713L307.82187 26.973713L307.82187 31.567463Q307.82187 32.004963 308.00937 32.239338Q308.19687 32.458088 308.63437 32.458088Q308.85312 32.458088 309.24374 32.364338L309.24374 33.395588Q308.74374 33.536213 308.275 33.536213Q307.41562 33.536213 306.97812 33.020588Q306.55624 32.504963 306.55624 31.567463L306.55624 26.973713L305.2125 26.973713L305.2125 26.004963L306.55624 26.004963L306.55624 24.208088L307.82187 24.208088ZM312.36874 26.895588Q313.2125 25.864338 314.55624 25.864338Q316.9 25.864338 316.93124 28.504963L316.93124 33.395588L315.66562 33.395588L315.66562 28.504963Q315.65 27.708088 315.29062 27.333088Q314.93124 26.942463 314.18124 26.942463Q313.55624 26.942463 313.0875 27.270588Q312.63437 27.598713 312.36874 28.129963L312.36874 33.395588L311.10312 33.395588L311.10312 22.895588L312.36874 22.895588L312.36874 26.895588ZM322.18124 33.536213Q320.66562 33.536213 319.72812 32.551838Q318.79062 31.551838 318.79062 29.895588L318.79062 29.676838Q318.79062 28.567463 319.2125 27.708088Q319.63437 26.833088 320.38437 26.348713Q321.13437 25.864338 322.025 25.864338Q323.4625 25.864338 324.25937 26.817463Q325.05624 27.754963 325.05624 29.536213L325.05624 30.051838L320.05624 30.051838Q320.07187 31.145588 320.68124 31.833088Q321.30624 32.504963 322.24374 32.504963Q322.91562 32.504963 323.36874 32.239338Q323.8375 31.958088 324.19687 31.504963L324.9625 32.098713Q324.04062 33.536213 322.18124 33.536213ZM322.025 26.895588Q321.25937 26.895588 320.72812 27.458088Q320.2125 28.020588 320.0875 29.020588L323.79062 29.020588L323.79062 28.926838Q323.74374 27.958088 323.275 27.426838Q322.80624 26.895588 322.025 26.895588ZM329.72812 33.395588L329.72812 26.973713L328.55624 26.973713L328.55624 26.004963L329.72812 26.004963L329.72812 25.239338Q329.72812 24.051838 330.35312 23.411213Q330.99374 22.754963 332.16562 22.754963Q332.60312 22.754963 333.025 22.864338L332.9625 23.895588Q332.63437 23.833088 332.275 23.833088Q331.66562 23.833088 331.32187 24.192463Q330.99374 24.551838 330.99374 25.223713L330.99374 26.004963L332.57187 26.004963L332.57187 26.973713L330.99374 26.973713L330.99374 33.395588L329.72812 33.395588ZM333.775 29.629963Q333.775 28.536213 334.19687 27.676838Q334.63437 26.801838 335.38437 26.333088Q336.15 25.864338 337.13437 25.864338Q338.63437 25.864338 339.57187 26.911213Q340.50937 27.958088 340.50937 29.692463L340.50937 29.786213Q340.50937 30.864338 340.0875 31.723713Q339.68124 32.567463 338.9 33.051838Q338.13437 33.536213 337.15 33.536213Q335.63437 33.536213 334.69687 32.489338Q333.775 31.442463 333.775 29.723713L333.775 29.629963ZM335.04062 29.786213Q335.04062 31.004963 335.60312 31.754963Q336.18124 32.504963 337.15 32.504963Q338.10312 32.504963 338.66562 31.754963Q339.24374 30.989338 339.24374 29.629963Q339.24374 28.411213 338.66562 27.661213Q338.0875 26.895588 337.13437 26.895588Q336.19687 26.895588 335.61874 27.645588Q335.04062 28.395588 335.04062 29.786213ZM343.47812 33.395588L342.2125 33.395588L342.2125 22.895588L343.47812 22.895588L343.47812 33.395588ZM346.47812 33.395588L345.2125 33.395588L345.2125 22.895588L346.47812 22.895588L346.47812 33.395588ZM347.775 29.629963Q347.775 28.536213 348.19687 27.676838Q348.63437 26.801838 349.38437 26.333088Q350.15 25.864338 351.13437 25.864338Q352.63437 25.864338 353.57187 26.911213Q354.50937 27.958088 354.50937 29.692463L354.50937 29.786213Q354.50937 30.864338 354.0875 31.723713Q353.68124 32.567463 352.9 33.051838Q352.13437 33.536213 351.15 33.536213Q349.63437 33.536213 348.69687 32.489338Q347.775 31.442463 347.775 29.723713L347.775 29.629963ZM349.04062 29.786213Q349.04062 31.004963 349.60312 31.754963Q350.18124 32.504963 351.15 32.504963Q352.10312 32.504963 352.66562 31.754963Q353.24374 30.989338 353.24374 29.629963Q353.24374 28.411213 352.66562 27.661213Q352.0875 26.895588 351.13437 26.895588Q350.19687 26.895588 349.61874 27.645588Q349.04062 28.395588 349.04062 29.786213ZM362.65 31.645588L364.07187 26.004963L365.3375 26.004963L363.19687 33.395588L362.16562 33.395588L360.36874 27.786213L358.61874 33.395588L357.5875 33.395588L355.44687 26.004963L356.69687 26.004963L358.16562 31.536213L359.88437 26.004963L360.9 26.004963L362.65 31.645588ZM368.47812 33.395588L367.2125 33.395588L367.2125 26.004963L368.47812 26.004963L368.47812 33.395588ZM367.11874 24.036213Q367.11874 23.723713 367.30624 23.520588Q367.49374 23.301838 367.85312 23.301838Q368.22812 23.301838 368.41562 23.520588Q368.61874 23.723713 368.61874 24.036213Q368.61874 24.348713 368.41562 24.551838Q368.22812 24.754963 367.85312 24.754963Q367.49374 24.754963 367.30624 24.551838Q367.11874 24.348713 367.11874 24.036213ZM371.30624 26.004963L371.3375 26.926838Q372.19687 25.864338 373.55624 25.864338Q375.9 25.864338 375.93124 28.504963L375.93124 33.395588L374.66562 33.395588L374.66562 28.504963Q374.65 27.708088 374.29062 27.333088Q373.93124 26.942463 373.18124 26.942463Q372.55624 26.942463 372.0875 27.270588Q371.63437 27.598713 371.36874 28.129963L371.36874 33.395588L370.10312 33.395588L370.10312 26.004963L371.30624 26.004963ZM377.80624 29.629963Q377.80624 27.911213 378.60312 26.895588Q379.4 25.864338 380.72812 25.864338Q382.07187 25.864338 382.8375 26.817463L382.9 26.004963L384.05624 26.004963L384.05624 33.223713Q384.05624 34.661213 383.19687 35.473713Q382.35312 36.301838 380.91562 36.301838Q380.11874 36.301838 379.35312 35.958088Q378.5875 35.629963 378.18124 35.036213L378.8375 34.270588Q379.65 35.270588 380.82187 35.270588Q381.74374 35.270588 382.25937 34.754963Q382.79062 34.239338 382.79062 33.286213L382.79062 32.661213Q382.025 33.536213 380.7125 33.536213Q379.41562 33.536213 378.60312 32.489338Q377.80624 31.442463 377.80624 29.629963ZM379.07187 29.786213Q379.07187 31.036213 379.5875 31.754963Q380.10312 32.458088 381.025 32.458088Q382.22812 32.458088 382.79062 31.364338L382.79062 27.989338Q382.19687 26.942463 381.04062 26.942463Q380.11874 26.942463 379.5875 27.661213Q379.07187 28.364338 379.07187 29.786213ZM393.41562 31.426838Q393.41562 30.926838 393.025 30.645588Q392.63437 30.348713 391.68124 30.145588Q390.72812 29.942463 390.15 29.661213Q389.5875 29.364338 389.32187 28.973713Q389.05624 28.583088 389.05624 28.036213Q389.05624 27.114338 389.82187 26.489338Q390.5875 25.864338 391.79062 25.864338Q393.04062 25.864338 393.82187 26.520588Q394.60312 27.161213 394.60312 28.176838L393.3375 28.176838Q393.3375 27.645588 392.9 27.270588Q392.4625 26.895588 391.79062 26.895588Q391.10312 26.895588 390.7125 27.208088Q390.32187 27.504963 390.32187 27.989338Q390.32187 28.442463 390.68124 28.676838Q391.04062 28.911213 391.97812 29.129963Q392.93124 29.333088 393.525 29.629963Q394.11874 29.926838 394.4 30.348713Q394.68124 30.754963 394.68124 31.348713Q394.68124 32.333088 393.88437 32.942463Q393.0875 33.536213 391.82187 33.536213Q390.94687 33.536213 390.25937 33.223713Q389.57187 32.895588 389.18124 32.333088Q388.80624 31.770588 388.80624 31.114338L390.07187 31.114338Q390.10312 31.754963 390.57187 32.129963Q391.05624 32.504963 391.82187 32.504963Q392.54062 32.504963 392.97812 32.208088Q393.41562 31.911213 393.41562 31.426838ZM397.82187 24.208088L397.82187 26.004963L399.19687 26.004963L399.19687 26.973713L397.82187 26.973713L397.82187 31.567463Q397.82187 32.004963 398.00937 32.239338Q398.19687 32.458088 398.63437 32.458088Q398.85312 32.458088 399.24374 32.364338L399.24374 33.395588Q398.74374 33.536213 398.275 33.536213Q397.41562 33.536213 396.97812 33.020588Q396.55624 32.504963 396.55624 31.567463L396.55624 26.973713L395.2125 26.973713L395.2125 26.004963L396.55624 26.004963L396.55624 24.208088L397.82187 24.208088ZM405.68124 33.395588Q405.57187 33.176838 405.49374 32.614338Q404.61874 33.536213 403.38437 33.536213Q402.29062 33.536213 401.5875 32.926838Q400.9 32.301838 400.9 31.348713Q400.9 30.192463 401.775 29.551838Q402.65 28.911213 404.24374 28.911213L405.47812 28.911213L405.47812 28.333088Q405.47812 27.661213 405.07187 27.270588Q404.68124 26.879963 403.91562 26.879963Q403.22812 26.879963 402.775 27.223713Q402.32187 27.567463 402.32187 28.051838L401.04062 28.051838Q401.04062 27.489338 401.43124 26.973713Q401.8375 26.458088 402.50937 26.161213Q403.18124 25.864338 403.97812 25.864338Q405.25937 25.864338 405.97812 26.504963Q406.7125 27.145588 406.74374 28.254963L406.74374 31.661213Q406.74374 32.676838 406.99374 33.286213L406.99374 33.395588L405.68124 33.395588ZM403.57187 32.426838Q404.16562 32.426838 404.69687 32.129963Q405.24374 31.817463 405.47812 31.317463L405.47812 29.801838L404.47812 29.801838Q402.16562 29.801838 402.16562 31.161213Q402.16562 31.754963 402.55624 32.098713Q402.94687 32.426838 403.57187 32.426838ZM410.82187 24.208088L410.82187 26.004963L412.19687 26.004963L412.19687 26.973713L410.82187 26.973713L410.82187 31.567463Q410.82187 32.004963 411.00937 32.239338Q411.19687 32.458088 411.63437 32.458088Q411.85312 32.458088 412.24374 32.364338L412.24374 33.395588Q411.74374 33.536213 411.275 33.536213Q410.41562 33.536213 409.97812 33.020588Q409.55624 32.504963 409.55624 31.567463L409.55624 26.973713L408.2125 26.973713L408.2125 26.004963L409.55624 26.004963L409.55624 24.208088L410.82187 24.208088ZM417.18124 33.536213Q415.66562 33.536213 414.72812 32.551838Q413.79062 31.551838 413.79062 29.895588L413.79062 29.676838Q413.79062 28.567463 414.2125 27.708088Q414.63437 26.833088 415.38437 26.348713Q416.13437 25.864338 417.025 25.864338Q418.4625 25.864338 419.25937 26.817463Q420.05624 27.754963 420.05624 29.536213L420.05624 30.051838L415.05624 30.051838Q415.07187 31.145588 415.68124 31.833088Q416.30624 32.504963 417.24374 32.504963Q417.91562 32.504963 418.36874 32.239338Q418.8375 31.958088 419.19687 31.504963L419.9625 32.098713Q419.04062 33.536213 417.18124 33.536213ZM417.025 26.895588Q416.25937 26.895588 415.72812 27.458088Q415.2125 28.020588 415.0875 29.020588L418.79062 29.020588L418.79062 28.926838Q418.74374 27.958088 418.275 27.426838Q417.80624 26.895588 417.025 26.895588ZM422.29062 26.004963L422.3375 26.817463Q423.15 25.864338 424.525 25.864338Q426.07187 25.864338 426.63437 27.051838Q427.00937 26.520588 427.60312 26.192463Q428.19687 25.864338 428.99374 25.864338Q431.43124 25.864338 431.47812 28.442463L431.47812 33.395588L430.2125 33.395588L430.2125 28.520588Q430.2125 27.723713 429.8375 27.333088Q429.47812 26.942463 428.63437 26.942463Q427.91562 26.942463 427.44687 27.364338Q426.99374 27.770588 426.91562 28.489338L426.91562 33.395588L425.65 33.395588L425.65 28.551838Q425.65 26.942463 424.07187 26.942463Q422.82187 26.942463 422.36874 27.989338L422.36874 33.395588L421.10312 33.395588L421.10312 26.004963L422.29062 26.004963ZM436.18124 33.536213Q434.66562 33.536213 433.72812 32.551838Q432.79062 31.551838 432.79062 29.895588L432.79062 29.676838Q432.79062 28.567463 433.2125 27.708088Q433.63437 26.833088 434.38437 26.348713Q435.13437 25.864338 436.025 25.864338Q437.4625 25.864338 438.25937 26.817463Q439.05624 27.754963 439.05624 29.536213L439.05624 30.051838L434.05624 30.051838Q434.07187 31.145588 434.68124 31.833088Q435.30624 32.504963 436.24374 32.504963Q436.91562 32.504963 437.36874 32.239338Q437.8375 31.958088 438.19687 31.504963L438.9625 32.098713Q438.04062 33.536213 436.18124 33.536213ZM436.025 26.895588Q435.25937 26.895588 434.72812 27.458088Q434.2125 28.020588 434.0875 29.020588L437.79062 29.020588L437.79062 28.926838Q437.74374 27.958088 437.275 27.426838Q436.80624 26.895588 436.025 26.895588ZM441.30624 26.004963L441.3375 26.926838Q442.19687 25.864338 443.55624 25.864338Q445.9 25.864338 445.93124 28.504963L445.93124 33.395588L444.66562 33.395588L444.66562 28.504963Q444.65 27.708088 444.29062 27.333088Q443.93124 26.942463 443.18124 26.942463Q442.55624 26.942463 442.0875 27.270588Q441.63437 27.598713 441.36874 28.129963L441.36874 33.395588L440.10312 33.395588L440.10312 26.004963L441.30624 26.004963ZM449.82187 24.208088L449.82187 26.004963L451.19687 26.004963L451.19687 26.973713L449.82187 26.973713L449.82187 31.567463Q449.82187 32.004963 450.00937 32.239338Q450.19687 32.458088 450.63437 32.458088Q450.85312 32.458088 451.24374 32.364338L451.24374 33.395588Q450.74374 33.536213 450.275 33.536213Q449.41562 33.536213 448.97812 33.020588Q448.55624 32.504963 448.55624 31.567463L448.55624 26.973713L447.2125 26.973713L447.2125 26.004963L448.55624 26.004963L448.55624 24.208088L449.82187 24.208088ZM457.41562 31.426838Q457.41562 30.926838 457.025 30.645588Q456.63437 30.348713 455.68124 30.145588Q454.72812 29.942463 454.15 29.661213Q453.5875 29.364338 453.32187 28.973713Q453.05624 28.583088 453.05624 28.036213Q453.05624 27.114338 453.82187 26.489338Q454.5875 25.864338 455.79062 25.864338Q457.04062 25.864338 457.82187 26.520588Q458.60312 27.161213 458.60312 28.176838L457.3375 28.176838Q457.3375 27.645588 456.9 27.270588Q456.4625 26.895588 455.79062 26.895588Q455.10312 26.895588 454.7125 27.208088Q454.32187 27.504963 454.32187 27.989338Q454.32187 28.442463 454.68124 28.676838Q455.04062 28.911213 455.97812 29.129963Q456.93124 29.333088 457.525 29.629963Q458.11874 29.926838 458.4 30.348713Q458.68124 30.754963 458.68124 31.348713Q458.68124 32.333088 457.88437 32.942463Q457.0875 33.536213 455.82187 33.536213Q454.94687 33.536213 454.25937 33.223713Q453.57187 32.895588 453.18124 32.333088Q452.80624 31.770588 452.80624 31.114338L454.07187 31.114338Q454.10312 31.754963 454.57187 32.129963Q455.05624 32.504963 455.82187 32.504963Q456.54062 32.504963 456.97812 32.208088Q457.41562 31.911213 457.41562 31.426838ZM461.5875 30.598713Q461.60312 29.786213 461.775 29.317463Q461.94687 28.833088 462.47812 28.254963L463.36874 27.333088Q463.94687 26.692463 463.94687 25.942463Q463.94687 25.223713 463.57187 24.817463Q463.19687 24.411213 462.47812 24.411213Q461.775 24.411213 461.35312 24.786213Q460.93124 25.145588 460.93124 25.770588L459.66562 25.770588Q459.68124 24.661213 460.44687 23.989338Q461.22812 23.301838 462.47812 23.301838Q463.75937 23.301838 464.47812 24.004963Q465.2125 24.692463 465.2125 25.895588Q465.2125 27.098713 464.10312 28.254963L463.35312 29.004963Q462.85312 29.551838 462.85312 30.598713L461.5875 30.598713ZM461.54062 32.754963Q461.54062 32.458088 461.72812 32.254963Q461.91562 32.036213 462.275 32.036213Q462.65 32.036213 462.8375 32.254963Q463.04062 32.458088 463.04062 32.770588Q463.04062 33.067463 462.8375 33.270588Q462.65 33.473713 462.275 33.473713Q461.91562 33.473713 461.72812 33.270588Q461.54062 33.067463 461.54062 32.754963Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig28.svg b/_content/survey2018/fig28.svg
deleted file mode 100644
index 6bde238..0000000
--- a/_content/survey2018/fig28.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 651.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="651" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 651.0L0 651.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 651.0L0 651.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M165.5 39.5L165.5 558.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M266.5 39.5L266.5 558.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M367.5 39.5L367.5 558.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M468.5 39.5L468.5 558.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 39.5L569.5 558.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M165.5 39.43942L569.4754 39.43942L569.4754 558.5313L165.5 558.5313L165.5 39.43942Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 70.0L165.0 59.0L376.0 59.0C377.10458 59.0 378.0 59.89543 378.0 61.0L378.0 68.0C378.0 69.10457 377.10458 70.0 376.0 70.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 70.0L165.0 59.0L376.0 59.0C377.10458 59.0 378.0 59.89543 378.0 61.0L378.0 68.0C378.0 69.10457 377.10458 70.0 376.0 70.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 125.0L165.0 114.0L224.0 114.0C225.10457 114.0 226.0 114.89543 226.0 116.0L226.0 123.0C226.0 124.10457 225.10457 125.0 224.0 125.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 125.0L165.0 114.0L224.0 114.0C225.10457 114.0 226.0 114.89543 226.0 116.0L226.0 123.0C226.0 124.10457 225.10457 125.0 224.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 181.0L165.0 170.0L179.0 170.0C180.10457 170.0 181.0 170.89543 181.0 172.0L181.0 179.0C181.0 180.10457 180.10457 181.0 179.0 181.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 181.0L165.0 170.0L179.0 170.0C180.10457 170.0 181.0 170.89543 181.0 172.0L181.0 179.0C181.0 180.10457 180.10457 181.0 179.0 181.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 236.0L165.0 225.0L179.0 225.0C180.10457 225.0 181.0 225.89543 181.0 227.0L181.0 234.0C181.0 235.10457 180.10457 236.0 179.0 236.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 236.0L165.0 225.0L179.0 225.0C180.10457 225.0 181.0 225.89543 181.0 227.0L181.0 234.0C181.0 235.10457 180.10457 236.0 179.0 236.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 292.0L165.0 281.0L169.0 281.0C170.10457 281.0 171.0 281.89542 171.0 283.0L171.0 290.0C171.0 291.10458 170.10457 292.0 169.0 292.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 292.0L165.0 281.0L169.0 281.0C170.10457 281.0 171.0 281.89542 171.0 283.0L171.0 290.0C171.0 291.10458 170.10457 292.0 169.0 292.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 348.0L165.0 337.0L174.0 337.0C175.10457 337.0 176.0 337.89542 176.0 339.0L176.0 346.0C176.0 347.10458 175.10457 348.0 174.0 348.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 348.0L165.0 337.0L174.0 337.0C175.10457 337.0 176.0 337.89542 176.0 339.0L176.0 346.0C176.0 347.10458 175.10457 348.0 174.0 348.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 403.0L165.0 392.0L169.0 392.0C170.10457 392.0 171.0 392.89542 171.0 394.0L171.0 401.0C171.0 402.10458 170.10457 403.0 169.0 403.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 403.0L165.0 392.0L169.0 392.0C170.10457 392.0 171.0 392.89542 171.0 394.0L171.0 401.0C171.0 402.10458 170.10457 403.0 169.0 403.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 459.0L165.0 448.0L169.0 448.0C170.10457 448.0 171.0 448.89542 171.0 450.0L171.0 457.0C171.0 458.10458 170.10457 459.0 169.0 459.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 459.0L165.0 448.0L169.0 448.0C170.10457 448.0 171.0 448.89542 171.0 450.0L171.0 457.0C171.0 458.10458 170.10457 459.0 169.0 459.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 514.0L165.0 503.0L350.0 503.0C351.10458 503.0 352.0 503.89542 352.0 505.0L352.0 512.0C352.0 513.10455 351.10458 514.0 350.0 514.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M165.0 514.0L165.0 503.0L350.0 503.0C351.10458 503.0 352.0 503.89542 352.0 505.0L352.0 512.0C352.0 513.10455 351.10458 514.0 350.0 514.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 82.0L165.0 71.0L376.0 71.0C377.10458 71.0 378.0 71.89543 378.0 73.0L378.0 80.0C378.0 81.10457 377.10458 82.0 376.0 82.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 82.0L165.0 71.0L376.0 71.0C377.10458 71.0 378.0 71.89543 378.0 73.0L378.0 80.0C378.0 81.10457 377.10458 82.0 376.0 82.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 137.0L165.0 126.0L229.0 126.0C230.10457 126.0 231.0 126.89543 231.0 128.0L231.0 135.0C231.0 136.10457 230.10457 137.0 229.0 137.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 137.0L165.0 126.0L229.0 126.0C230.10457 126.0 231.0 126.89543 231.0 128.0L231.0 135.0C231.0 136.10457 230.10457 137.0 229.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 193.0L165.0 182.0L179.0 182.0C180.10457 182.0 181.0 182.89543 181.0 184.0L181.0 191.0C181.0 192.10457 180.10457 193.0 179.0 193.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 193.0L165.0 182.0L179.0 182.0C180.10457 182.0 181.0 182.89543 181.0 184.0L181.0 191.0C181.0 192.10457 180.10457 193.0 179.0 193.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 248.0L165.0 237.0L179.0 237.0C180.10457 237.0 181.0 237.89543 181.0 239.0L181.0 246.0C181.0 247.10457 180.10457 248.0 179.0 248.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 248.0L165.0 237.0L179.0 237.0C180.10457 237.0 181.0 237.89543 181.0 239.0L181.0 246.0C181.0 247.10457 180.10457 248.0 179.0 248.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 304.0L165.0 293.0L179.0 293.0C180.10457 293.0 181.0 293.89542 181.0 295.0L181.0 302.0C181.0 303.10458 180.10457 304.0 179.0 304.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 304.0L165.0 293.0L179.0 293.0C180.10457 293.0 181.0 293.89542 181.0 295.0L181.0 302.0C181.0 303.10458 180.10457 304.0 179.0 304.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 360.0L165.0 349.0L179.0 349.0C180.10457 349.0 181.0 349.89542 181.0 351.0L181.0 358.0C181.0 359.10458 180.10457 360.0 179.0 360.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 360.0L165.0 349.0L179.0 349.0C180.10457 349.0 181.0 349.89542 181.0 351.0L181.0 358.0C181.0 359.10458 180.10457 360.0 179.0 360.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 415.0L165.0 404.0L174.0 404.0C175.10457 404.0 176.0 404.89542 176.0 406.0L176.0 413.0C176.0 414.10458 175.10457 415.0 174.0 415.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 415.0L165.0 404.0L174.0 404.0C175.10457 404.0 176.0 404.89542 176.0 406.0L176.0 413.0C176.0 414.10458 175.10457 415.0 174.0 415.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 471.0L165.0 460.0L169.0 460.0C170.10457 460.0 171.0 460.89542 171.0 462.0L171.0 469.0C171.0 470.10458 170.10457 471.0 169.0 471.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 471.0L165.0 460.0L169.0 460.0C170.10457 460.0 171.0 460.89542 171.0 462.0L171.0 469.0C171.0 470.10458 170.10457 471.0 169.0 471.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 526.0L165.0 515.0L330.0 515.0C331.10458 515.0 332.0 515.89545 332.0 517.0L332.0 524.0C332.0 525.10455 331.10458 526.0 330.0 526.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M165.0 526.0L165.0 515.0L330.0 515.0C331.10458 515.0 332.0 515.89545 332.0 517.0L332.0 524.0C332.0 525.10455 331.10458 526.0 330.0 526.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 94.0L165.0 83.0L350.0 83.0C351.10458 83.0 352.0 83.89543 352.0 85.0L352.0 92.0C352.0 93.10457 351.10458 94.0 350.0 94.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 94.0L165.0 83.0L350.0 83.0C351.10458 83.0 352.0 83.89543 352.0 85.0L352.0 92.0C352.0 93.10457 351.10458 94.0 350.0 94.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 149.0L165.0 138.0L219.0 138.0C220.10457 138.0 221.0 138.89543 221.0 140.0L221.0 147.0C221.0 148.10457 220.10457 149.0 219.0 149.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 149.0L165.0 138.0L219.0 138.0C220.10457 138.0 221.0 138.89543 221.0 140.0L221.0 147.0C221.0 148.10457 220.10457 149.0 219.0 149.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 205.0L165.0 194.0L179.0 194.0C180.10457 194.0 181.0 194.89543 181.0 196.0L181.0 203.0C181.0 204.10457 180.10457 205.0 179.0 205.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 205.0L165.0 194.0L179.0 194.0C180.10457 194.0 181.0 194.89543 181.0 196.0L181.0 203.0C181.0 204.10457 180.10457 205.0 179.0 205.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 260.0L165.0 249.0L179.0 249.0C180.10457 249.0 181.0 249.89543 181.0 251.0L181.0 258.0C181.0 259.10458 180.10457 260.0 179.0 260.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 260.0L165.0 249.0L179.0 249.0C180.10457 249.0 181.0 249.89543 181.0 251.0L181.0 258.0C181.0 259.10458 180.10457 260.0 179.0 260.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 316.0L165.0 305.0L174.0 305.0C175.10457 305.0 176.0 305.89542 176.0 307.0L176.0 314.0C176.0 315.10458 175.10457 316.0 174.0 316.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 316.0L165.0 305.0L174.0 305.0C175.10457 305.0 176.0 305.89542 176.0 307.0L176.0 314.0C176.0 315.10458 175.10457 316.0 174.0 316.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 372.0L165.0 361.0L174.0 361.0C175.10457 361.0 176.0 361.89542 176.0 363.0L176.0 370.0C176.0 371.10458 175.10457 372.0 174.0 372.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 372.0L165.0 361.0L174.0 361.0C175.10457 361.0 176.0 361.89542 176.0 363.0L176.0 370.0C176.0 371.10458 175.10457 372.0 174.0 372.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 427.0L165.0 416.0L174.0 416.0C175.10457 416.0 176.0 416.89542 176.0 418.0L176.0 425.0C176.0 426.10458 175.10457 427.0 174.0 427.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 427.0L165.0 416.0L174.0 416.0C175.10457 416.0 176.0 416.89542 176.0 418.0L176.0 425.0C176.0 426.10458 175.10457 427.0 174.0 427.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 483.0L165.0 472.0L169.0 472.0C170.10457 472.0 171.0 472.89542 171.0 474.0L171.0 481.0C171.0 482.10458 170.10457 483.0 169.0 483.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 483.0L165.0 472.0L169.0 472.0C170.10457 472.0 171.0 472.89542 171.0 474.0L171.0 481.0C171.0 482.10458 170.10457 483.0 169.0 483.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 538.0L165.0 527.0L365.0 527.0C366.10458 527.0 367.0 527.89545 367.0 529.0L367.0 536.0C367.0 537.10455 366.10458 538.0 365.0 538.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M165.0 538.0L165.0 527.0L365.0 527.0C366.10458 527.0 367.0 527.89545 367.0 529.0L367.0 536.0C367.0 537.10455 366.10458 538.0 365.0 538.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M394.86835 66.640625L396.05585 66.640625L396.05585 67.515625L394.86835 67.515625L394.86835 69.5L393.79022 69.5L393.79022 67.515625L389.8996 67.515625L389.8996 66.875L393.7121 60.96875L394.86835 60.96875L394.86835 66.640625ZM391.13397 66.640625L393.79022 66.640625L393.79022 62.453125L393.6496 62.6875L391.13397 66.640625ZM402.88397 69.5L397.29022 69.5L397.29022 68.71875L400.24335 65.4375Q400.8996 64.6875 401.1496 64.234375Q401.3996 63.765625 401.3996 63.265625Q401.3996 62.59375 400.99335 62.171875Q400.60272 61.734375 399.91522 61.734375Q399.11835 61.734375 398.66522 62.203125Q398.2121 62.65625 398.2121 63.484375L397.13397 63.484375Q397.13397 62.296875 397.88397 61.578125Q398.6496 60.84375 399.91522 60.84375Q401.11835 60.84375 401.80585 61.46875Q402.49335 62.09375 402.49335 63.140625Q402.49335 64.390625 400.88397 66.140625L398.60272 68.609375L402.88397 68.609375L402.88397 69.5ZM404.19647 62.609375Q404.19647 61.84375 404.68085 61.34375Q405.18085 60.84375 405.94647 60.84375Q406.72772 60.84375 407.2121 61.34375Q407.69647 61.84375 407.69647 62.640625L407.69647 63.0625Q407.69647 63.828125 407.19647 64.328125Q406.7121 64.8125 405.9621 64.8125Q405.19647 64.8125 404.69647 64.328125Q404.19647 63.828125 404.19647 63.015625L404.19647 62.609375ZM405.00897 63.0625Q405.00897 63.515625 405.25897 63.8125Q405.5246 64.109375 405.9621 64.109375Q406.38397 64.109375 406.63397 63.828125Q406.88397 63.53125 406.88397 63.03125L406.88397 62.609375Q406.88397 62.15625 406.63397 61.859375Q406.38397 61.546875 405.94647 61.546875Q405.50897 61.546875 405.25897 61.859375Q405.00897 62.15625 405.00897 62.625L405.00897 63.0625ZM408.35272 67.40625Q408.35272 66.640625 408.8371 66.15625Q409.3371 65.65625 410.10272 65.65625Q410.86835 65.65625 411.35272 66.15625Q411.85272 66.640625 411.85272 67.453125L411.85272 67.859375Q411.85272 68.625 411.36835 69.125Q410.88397 69.625 410.11835 69.625Q409.35272 69.625 408.85272 69.140625Q408.35272 68.640625 408.35272 67.828125L408.35272 67.40625ZM409.16522 67.859375Q409.16522 68.328125 409.41522 68.625Q409.68085 68.921875 410.11835 68.921875Q410.54022 68.921875 410.79022 68.640625Q411.04022 68.34375 411.04022 67.84375L411.04022 67.40625Q411.04022 66.9375 410.7746 66.65625Q410.5246 66.359375 410.10272 66.359375Q409.68085 66.359375 409.41522 66.65625Q409.16522 66.9375 409.16522 67.4375L409.16522 67.859375ZM406.2121 68.859375L405.5871 68.46875L409.75897 61.796875L410.36835 62.1875L406.2121 68.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M394.86835 66.640625L396.05585 66.640625L396.05585 67.515625L394.86835 67.515625L394.86835 69.5L393.79022 69.5L393.79022 67.515625L389.8996 67.515625L389.8996 66.875L393.7121 60.96875L394.86835 60.96875L394.86835 66.640625ZM391.13397 66.640625L393.79022 66.640625L393.79022 62.453125L393.6496 62.6875L391.13397 66.640625ZM402.88397 69.5L397.29022 69.5L397.29022 68.71875L400.24335 65.4375Q400.8996 64.6875 401.1496 64.234375Q401.3996 63.765625 401.3996 63.265625Q401.3996 62.59375 400.99335 62.171875Q400.60272 61.734375 399.91522 61.734375Q399.11835 61.734375 398.66522 62.203125Q398.2121 62.65625 398.2121 63.484375L397.13397 63.484375Q397.13397 62.296875 397.88397 61.578125Q398.6496 60.84375 399.91522 60.84375Q401.11835 60.84375 401.80585 61.46875Q402.49335 62.09375 402.49335 63.140625Q402.49335 64.390625 400.88397 66.140625L398.60272 68.609375L402.88397 68.609375L402.88397 69.5ZM404.19647 62.609375Q404.19647 61.84375 404.68085 61.34375Q405.18085 60.84375 405.94647 60.84375Q406.72772 60.84375 407.2121 61.34375Q407.69647 61.84375 407.69647 62.640625L407.69647 63.0625Q407.69647 63.828125 407.19647 64.328125Q406.7121 64.8125 405.9621 64.8125Q405.19647 64.8125 404.69647 64.328125Q404.19647 63.828125 404.19647 63.015625L404.19647 62.609375ZM405.00897 63.0625Q405.00897 63.515625 405.25897 63.8125Q405.5246 64.109375 405.9621 64.109375Q406.38397 64.109375 406.63397 63.828125Q406.88397 63.53125 406.88397 63.03125L406.88397 62.609375Q406.88397 62.15625 406.63397 61.859375Q406.38397 61.546875 405.94647 61.546875Q405.50897 61.546875 405.25897 61.859375Q405.00897 62.15625 405.00897 62.625L405.00897 63.0625ZM408.35272 67.40625Q408.35272 66.640625 408.8371 66.15625Q409.3371 65.65625 410.10272 65.65625Q410.86835 65.65625 411.35272 66.15625Q411.85272 66.640625 411.85272 67.453125L411.85272 67.859375Q411.85272 68.625 411.36835 69.125Q410.88397 69.625 410.11835 69.625Q409.35272 69.625 408.85272 69.140625Q408.35272 68.640625 408.35272 67.828125L408.35272 67.40625ZM409.16522 67.859375Q409.16522 68.328125 409.41522 68.625Q409.68085 68.921875 410.11835 68.921875Q410.54022 68.921875 410.79022 68.640625Q411.04022 68.34375 411.04022 67.84375L411.04022 67.40625Q411.04022 66.9375 410.7746 66.65625Q410.5246 66.359375 410.10272 66.359375Q409.68085 66.359375 409.41522 66.65625Q409.16522 66.9375 409.16522 67.4375L409.16522 67.859375ZM406.2121 68.859375L405.5871 68.46875L409.75897 61.796875L410.36835 62.1875L406.2121 68.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M242.36194 124.5L241.28381 124.5L241.28381 117.28125L239.09631 118.078125L239.09631 117.09375L242.20569 115.921875L242.36194 115.921875L242.36194 124.5ZM251.39319 124.5L245.79944 124.5L245.79944 123.71875L248.75256 120.4375Q249.40881 119.6875 249.65881 119.234375Q249.90881 118.765625 249.90881 118.265625Q249.90881 117.59375 249.50256 117.171875Q249.11194 116.734375 248.42444 116.734375Q247.62756 116.734375 247.17444 117.203125Q246.72131 117.65625 246.72131 118.484375L245.64319 118.484375Q245.64319 117.296875 246.39319 116.578125Q247.15881 115.84375 248.42444 115.84375Q249.62756 115.84375 250.31506 116.46875Q251.00256 117.09375 251.00256 118.140625Q251.00256 119.390625 249.39319 121.140625L247.11194 123.609375L251.39319 123.609375L251.39319 124.5ZM252.70569 117.609375Q252.70569 116.84375 253.19006 116.34375Q253.69006 115.84375 254.45569 115.84375Q255.23694 115.84375 255.72131 116.34375Q256.2057 116.84375 256.2057 117.640625L256.2057 118.0625Q256.2057 118.828125 255.70569 119.328125Q255.22131 119.8125 254.47131 119.8125Q253.70569 119.8125 253.20569 119.328125Q252.70569 118.828125 252.70569 118.015625L252.70569 117.609375ZM253.51819 118.0625Q253.51819 118.515625 253.76819 118.8125Q254.03381 119.109375 254.47131 119.109375Q254.89319 119.109375 255.14319 118.828125Q255.39319 118.53125 255.39319 118.03125L255.39319 117.609375Q255.39319 117.15625 255.14319 116.859375Q254.89319 116.546875 254.45569 116.546875Q254.01819 116.546875 253.76819 116.859375Q253.51819 117.15625 253.51819 117.625L253.51819 118.0625ZM256.86194 122.40625Q256.86194 121.640625 257.3463 121.15625Q257.8463 120.65625 258.61194 120.65625Q259.37756 120.65625 259.86194 121.15625Q260.36194 121.640625 260.36194 122.453125L260.36194 122.859375Q260.36194 123.625 259.87756 124.125Q259.3932 124.625 258.62756 124.625Q257.86194 124.625 257.36194 124.140625Q256.86194 123.640625 256.86194 122.828125L256.86194 122.40625ZM257.67444 122.859375Q257.67444 123.328125 257.92444 123.625Q258.19006 123.921875 258.62756 123.921875Q259.04944 123.921875 259.29944 123.640625Q259.54944 123.34375 259.54944 122.84375L259.54944 122.40625Q259.54944 121.9375 259.2838 121.65625Q259.0338 121.359375 258.61194 121.359375Q258.19006 121.359375 257.92444 121.65625Q257.67444 121.9375 257.67444 122.4375L257.67444 122.859375ZM254.72131 123.859375L254.09631 123.46875L258.2682 116.796875L258.87756 117.1875L254.72131 123.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M242.36194 124.5L241.28381 124.5L241.28381 117.28125L239.09631 118.078125L239.09631 117.09375L242.20569 115.921875L242.36194 115.921875L242.36194 124.5ZM251.39319 124.5L245.79944 124.5L245.79944 123.71875L248.75256 120.4375Q249.40881 119.6875 249.65881 119.234375Q249.90881 118.765625 249.90881 118.265625Q249.90881 117.59375 249.50256 117.171875Q249.11194 116.734375 248.42444 116.734375Q247.62756 116.734375 247.17444 117.203125Q246.72131 117.65625 246.72131 118.484375L245.64319 118.484375Q245.64319 117.296875 246.39319 116.578125Q247.15881 115.84375 248.42444 115.84375Q249.62756 115.84375 250.31506 116.46875Q251.00256 117.09375 251.00256 118.140625Q251.00256 119.390625 249.39319 121.140625L247.11194 123.609375L251.39319 123.609375L251.39319 124.5ZM252.70569 117.609375Q252.70569 116.84375 253.19006 116.34375Q253.69006 115.84375 254.45569 115.84375Q255.23694 115.84375 255.72131 116.34375Q256.2057 116.84375 256.2057 117.640625L256.2057 118.0625Q256.2057 118.828125 255.70569 119.328125Q255.22131 119.8125 254.47131 119.8125Q253.70569 119.8125 253.20569 119.328125Q252.70569 118.828125 252.70569 118.015625L252.70569 117.609375ZM253.51819 118.0625Q253.51819 118.515625 253.76819 118.8125Q254.03381 119.109375 254.47131 119.109375Q254.89319 119.109375 255.14319 118.828125Q255.39319 118.53125 255.39319 118.03125L255.39319 117.609375Q255.39319 117.15625 255.14319 116.859375Q254.89319 116.546875 254.45569 116.546875Q254.01819 116.546875 253.76819 116.859375Q253.51819 117.15625 253.51819 117.625L253.51819 118.0625ZM256.86194 122.40625Q256.86194 121.640625 257.3463 121.15625Q257.8463 120.65625 258.61194 120.65625Q259.37756 120.65625 259.86194 121.15625Q260.36194 121.640625 260.36194 122.453125L260.36194 122.859375Q260.36194 123.625 259.87756 124.125Q259.3932 124.625 258.62756 124.625Q257.86194 124.625 257.36194 124.140625Q256.86194 123.640625 256.86194 122.828125L256.86194 122.40625ZM257.67444 122.859375Q257.67444 123.328125 257.92444 123.625Q258.19006 123.921875 258.62756 123.921875Q259.04944 123.921875 259.29944 123.640625Q259.54944 123.34375 259.54944 122.84375L259.54944 122.40625Q259.54944 121.9375 259.2838 121.65625Q259.0338 121.359375 258.61194 121.359375Q258.19006 121.359375 257.92444 121.65625Q257.67444 121.9375 257.67444 122.4375L257.67444 122.859375ZM254.72131 123.859375L254.09631 123.46875L258.2682 116.796875L258.87756 117.1875L254.72131 123.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 175.70312L195.74283 175.70312Q196.52408 175.6875 196.96158 175.29688Q197.39908 174.90625 197.39908 174.23438Q197.39908 172.73438 195.89908 172.73438Q195.19595 172.73438 194.77408 173.14062Q194.36783 173.54688 194.36783 174.20312L193.27408 174.20312Q193.27408 173.1875 194.00845 172.51562Q194.75845 171.84375 195.89908 171.84375Q197.1022 171.84375 197.7897 172.48438Q198.4772 173.125 198.4772 174.26562Q198.4772 174.82812 198.11783 175.34375Q197.75845 175.85938 197.13345 176.125Q197.83658 176.34375 198.21158 176.85938Q198.6022 177.375 198.6022 178.125Q198.6022 179.26562 197.8522 179.95312Q197.1022 180.625 195.89908 180.625Q194.71158 180.625 193.94595 179.96875Q193.19595 179.3125 193.19595 178.25L194.2897 178.25Q194.2897 178.92188 194.7272 179.32812Q195.1647 179.73438 195.9147 179.73438Q196.69595 179.73438 197.1022 179.32812Q197.52408 178.90625 197.52408 178.14062Q197.52408 177.40625 197.07095 177.01562Q196.61783 176.60938 195.74283 176.59375L194.93033 176.59375L194.93033 175.70312ZM200.25845 173.60938Q200.25845 172.84375 200.74283 172.34375Q201.24283 171.84375 202.00845 171.84375Q202.7897 171.84375 203.27408 172.34375Q203.75845 172.84375 203.75845 173.64062L203.75845 174.0625Q203.75845 174.82812 203.25845 175.32812Q202.77408 175.8125 202.02408 175.8125Q201.25845 175.8125 200.75845 175.32812Q200.25845 174.82812 200.25845 174.01562L200.25845 173.60938ZM201.07095 174.0625Q201.07095 174.51562 201.32095 174.8125Q201.58658 175.10938 202.02408 175.10938Q202.44595 175.10938 202.69595 174.82812Q202.94595 174.53125 202.94595 174.03125L202.94595 173.60938Q202.94595 173.15625 202.69595 172.85938Q202.44595 172.54688 202.00845 172.54688Q201.57095 172.54688 201.32095 172.85938Q201.07095 173.15625 201.07095 173.625L201.07095 174.0625ZM204.4147 178.40625Q204.4147 177.64062 204.89908 177.15625Q205.39908 176.65625 206.1647 176.65625Q206.93033 176.65625 207.4147 177.15625Q207.9147 177.64062 207.9147 178.45312L207.9147 178.85938Q207.9147 179.625 207.43033 180.125Q206.94595 180.625 206.18033 180.625Q205.4147 180.625 204.9147 180.14062Q204.4147 179.64062 204.4147 178.82812L204.4147 178.40625ZM205.2272 178.85938Q205.2272 179.32812 205.4772 179.625Q205.74283 179.92188 206.18033 179.92188Q206.6022 179.92188 206.8522 179.64062Q207.1022 179.34375 207.1022 178.84375L207.1022 178.40625Q207.1022 177.9375 206.83658 177.65625Q206.58658 177.35938 206.1647 177.35938Q205.74283 177.35938 205.4772 177.65625Q205.2272 177.9375 205.2272 178.4375L205.2272 178.85938ZM202.27408 179.85938L201.64908 179.46875L205.82095 172.79688L206.43033 173.1875L202.27408 179.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 175.70312L195.74283 175.70312Q196.52408 175.6875 196.96158 175.29688Q197.39908 174.90625 197.39908 174.23438Q197.39908 172.73438 195.89908 172.73438Q195.19595 172.73438 194.77408 173.14062Q194.36783 173.54688 194.36783 174.20312L193.27408 174.20312Q193.27408 173.1875 194.00845 172.51562Q194.75845 171.84375 195.89908 171.84375Q197.1022 171.84375 197.7897 172.48438Q198.4772 173.125 198.4772 174.26562Q198.4772 174.82812 198.11783 175.34375Q197.75845 175.85938 197.13345 176.125Q197.83658 176.34375 198.21158 176.85938Q198.6022 177.375 198.6022 178.125Q198.6022 179.26562 197.8522 179.95312Q197.1022 180.625 195.89908 180.625Q194.71158 180.625 193.94595 179.96875Q193.19595 179.3125 193.19595 178.25L194.2897 178.25Q194.2897 178.92188 194.7272 179.32812Q195.1647 179.73438 195.9147 179.73438Q196.69595 179.73438 197.1022 179.32812Q197.52408 178.90625 197.52408 178.14062Q197.52408 177.40625 197.07095 177.01562Q196.61783 176.60938 195.74283 176.59375L194.93033 176.59375L194.93033 175.70312ZM200.25845 173.60938Q200.25845 172.84375 200.74283 172.34375Q201.24283 171.84375 202.00845 171.84375Q202.7897 171.84375 203.27408 172.34375Q203.75845 172.84375 203.75845 173.64062L203.75845 174.0625Q203.75845 174.82812 203.25845 175.32812Q202.77408 175.8125 202.02408 175.8125Q201.25845 175.8125 200.75845 175.32812Q200.25845 174.82812 200.25845 174.01562L200.25845 173.60938ZM201.07095 174.0625Q201.07095 174.51562 201.32095 174.8125Q201.58658 175.10938 202.02408 175.10938Q202.44595 175.10938 202.69595 174.82812Q202.94595 174.53125 202.94595 174.03125L202.94595 173.60938Q202.94595 173.15625 202.69595 172.85938Q202.44595 172.54688 202.00845 172.54688Q201.57095 172.54688 201.32095 172.85938Q201.07095 173.15625 201.07095 173.625L201.07095 174.0625ZM204.4147 178.40625Q204.4147 177.64062 204.89908 177.15625Q205.39908 176.65625 206.1647 176.65625Q206.93033 176.65625 207.4147 177.15625Q207.9147 177.64062 207.9147 178.45312L207.9147 178.85938Q207.9147 179.625 207.43033 180.125Q206.94595 180.625 206.18033 180.625Q205.4147 180.625 204.9147 180.14062Q204.4147 179.64062 204.4147 178.82812L204.4147 178.40625ZM205.2272 178.85938Q205.2272 179.32812 205.4772 179.625Q205.74283 179.92188 206.18033 179.92188Q206.6022 179.92188 206.8522 179.64062Q207.1022 179.34375 207.1022 178.84375L207.1022 178.40625Q207.1022 177.9375 206.83658 177.65625Q206.58658 177.35938 206.1647 177.35938Q205.74283 177.35938 205.4772 177.65625Q205.2272 177.9375 205.2272 178.4375L205.2272 178.85938ZM202.27408 179.85938L201.64908 179.46875L205.82095 172.79688L206.43033 173.1875L202.27408 179.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 230.70312L195.74283 230.70312Q196.52408 230.6875 196.96158 230.29688Q197.39908 229.90625 197.39908 229.23438Q197.39908 227.73438 195.89908 227.73438Q195.19595 227.73438 194.77408 228.14062Q194.36783 228.54688 194.36783 229.20312L193.27408 229.20312Q193.27408 228.1875 194.00845 227.51562Q194.75845 226.84375 195.89908 226.84375Q197.1022 226.84375 197.7897 227.48438Q198.4772 228.125 198.4772 229.26562Q198.4772 229.82812 198.11783 230.34375Q197.75845 230.85938 197.13345 231.125Q197.83658 231.34375 198.21158 231.85938Q198.6022 232.375 198.6022 233.125Q198.6022 234.26562 197.8522 234.95312Q197.1022 235.625 195.89908 235.625Q194.71158 235.625 193.94595 234.96875Q193.19595 234.3125 193.19595 233.25L194.2897 233.25Q194.2897 233.92188 194.7272 234.32812Q195.1647 234.73438 195.9147 234.73438Q196.69595 234.73438 197.1022 234.32812Q197.52408 233.90625 197.52408 233.14062Q197.52408 232.40625 197.07095 232.01562Q196.61783 231.60938 195.74283 231.59375L194.93033 231.59375L194.93033 230.70312ZM200.25845 228.60938Q200.25845 227.84375 200.74283 227.34375Q201.24283 226.84375 202.00845 226.84375Q202.7897 226.84375 203.27408 227.34375Q203.75845 227.84375 203.75845 228.64062L203.75845 229.0625Q203.75845 229.82812 203.25845 230.32812Q202.77408 230.8125 202.02408 230.8125Q201.25845 230.8125 200.75845 230.32812Q200.25845 229.82812 200.25845 229.01562L200.25845 228.60938ZM201.07095 229.0625Q201.07095 229.51562 201.32095 229.8125Q201.58658 230.10938 202.02408 230.10938Q202.44595 230.10938 202.69595 229.82812Q202.94595 229.53125 202.94595 229.03125L202.94595 228.60938Q202.94595 228.15625 202.69595 227.85938Q202.44595 227.54688 202.00845 227.54688Q201.57095 227.54688 201.32095 227.85938Q201.07095 228.15625 201.07095 228.625L201.07095 229.0625ZM204.4147 233.40625Q204.4147 232.64062 204.89908 232.15625Q205.39908 231.65625 206.1647 231.65625Q206.93033 231.65625 207.4147 232.15625Q207.9147 232.64062 207.9147 233.45312L207.9147 233.85938Q207.9147 234.625 207.43033 235.125Q206.94595 235.625 206.18033 235.625Q205.4147 235.625 204.9147 235.14062Q204.4147 234.64062 204.4147 233.82812L204.4147 233.40625ZM205.2272 233.85938Q205.2272 234.32812 205.4772 234.625Q205.74283 234.92188 206.18033 234.92188Q206.6022 234.92188 206.8522 234.64062Q207.1022 234.34375 207.1022 233.84375L207.1022 233.40625Q207.1022 232.9375 206.83658 232.65625Q206.58658 232.35938 206.1647 232.35938Q205.74283 232.35938 205.4772 232.65625Q205.2272 232.9375 205.2272 233.4375L205.2272 233.85938ZM202.27408 234.85938L201.64908 234.46875L205.82095 227.79688L206.43033 228.1875L202.27408 234.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 230.70312L195.74283 230.70312Q196.52408 230.6875 196.96158 230.29688Q197.39908 229.90625 197.39908 229.23438Q197.39908 227.73438 195.89908 227.73438Q195.19595 227.73438 194.77408 228.14062Q194.36783 228.54688 194.36783 229.20312L193.27408 229.20312Q193.27408 228.1875 194.00845 227.51562Q194.75845 226.84375 195.89908 226.84375Q197.1022 226.84375 197.7897 227.48438Q198.4772 228.125 198.4772 229.26562Q198.4772 229.82812 198.11783 230.34375Q197.75845 230.85938 197.13345 231.125Q197.83658 231.34375 198.21158 231.85938Q198.6022 232.375 198.6022 233.125Q198.6022 234.26562 197.8522 234.95312Q197.1022 235.625 195.89908 235.625Q194.71158 235.625 193.94595 234.96875Q193.19595 234.3125 193.19595 233.25L194.2897 233.25Q194.2897 233.92188 194.7272 234.32812Q195.1647 234.73438 195.9147 234.73438Q196.69595 234.73438 197.1022 234.32812Q197.52408 233.90625 197.52408 233.14062Q197.52408 232.40625 197.07095 232.01562Q196.61783 231.60938 195.74283 231.59375L194.93033 231.59375L194.93033 230.70312ZM200.25845 228.60938Q200.25845 227.84375 200.74283 227.34375Q201.24283 226.84375 202.00845 226.84375Q202.7897 226.84375 203.27408 227.34375Q203.75845 227.84375 203.75845 228.64062L203.75845 229.0625Q203.75845 229.82812 203.25845 230.32812Q202.77408 230.8125 202.02408 230.8125Q201.25845 230.8125 200.75845 230.32812Q200.25845 229.82812 200.25845 229.01562L200.25845 228.60938ZM201.07095 229.0625Q201.07095 229.51562 201.32095 229.8125Q201.58658 230.10938 202.02408 230.10938Q202.44595 230.10938 202.69595 229.82812Q202.94595 229.53125 202.94595 229.03125L202.94595 228.60938Q202.94595 228.15625 202.69595 227.85938Q202.44595 227.54688 202.00845 227.54688Q201.57095 227.54688 201.32095 227.85938Q201.07095 228.15625 201.07095 228.625L201.07095 229.0625ZM204.4147 233.40625Q204.4147 232.64062 204.89908 232.15625Q205.39908 231.65625 206.1647 231.65625Q206.93033 231.65625 207.4147 232.15625Q207.9147 232.64062 207.9147 233.45312L207.9147 233.85938Q207.9147 234.625 207.43033 235.125Q206.94595 235.625 206.18033 235.625Q205.4147 235.625 204.9147 235.14062Q204.4147 234.64062 204.4147 233.82812L204.4147 233.40625ZM205.2272 233.85938Q205.2272 234.32812 205.4772 234.625Q205.74283 234.92188 206.18033 234.92188Q206.6022 234.92188 206.8522 234.64062Q207.1022 234.34375 207.1022 233.84375L207.1022 233.40625Q207.1022 232.9375 206.83658 232.65625Q206.58658 232.35938 206.1647 232.35938Q205.74283 232.35938 205.4772 232.65625Q205.2272 232.9375 205.2272 233.4375L205.2272 233.85938ZM202.27408 234.85938L201.64908 234.46875L205.82095 227.79688L206.43033 228.1875L202.27408 234.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.81532 291.5L185.7372 291.5L185.7372 284.28125L183.5497 285.07812L183.5497 284.09375L186.65907 282.92188L186.81532 282.92188L186.81532 291.5ZM190.15907 284.60938Q190.15907 283.84375 190.64345 283.34375Q191.14345 282.84375 191.90907 282.84375Q192.69032 282.84375 193.1747 283.34375Q193.65907 283.84375 193.65907 284.64062L193.65907 285.0625Q193.65907 285.82812 193.15907 286.32812Q192.6747 286.8125 191.9247 286.8125Q191.15907 286.8125 190.65907 286.32812Q190.15907 285.82812 190.15907 285.01562L190.15907 284.60938ZM190.97157 285.0625Q190.97157 285.51562 191.22157 285.8125Q191.4872 286.10938 191.9247 286.10938Q192.34657 286.10938 192.59657 285.82812Q192.84657 285.53125 192.84657 285.03125L192.84657 284.60938Q192.84657 284.15625 192.59657 283.85938Q192.34657 283.54688 191.90907 283.54688Q191.47157 283.54688 191.22157 283.85938Q190.97157 284.15625 190.97157 284.625L190.97157 285.0625ZM194.31532 289.40625Q194.31532 288.64062 194.7997 288.15625Q195.2997 287.65625 196.06532 287.65625Q196.83095 287.65625 197.31532 288.15625Q197.81532 288.64062 197.81532 289.45312L197.81532 289.85938Q197.81532 290.625 197.33095 291.125Q196.84657 291.625 196.08095 291.625Q195.31532 291.625 194.81532 291.14062Q194.31532 290.64062 194.31532 289.82812L194.31532 289.40625ZM195.12782 289.85938Q195.12782 290.32812 195.37782 290.625Q195.64345 290.92188 196.08095 290.92188Q196.50282 290.92188 196.75282 290.64062Q197.00282 290.34375 197.00282 289.84375L197.00282 289.40625Q197.00282 288.9375 196.7372 288.65625Q196.4872 288.35938 196.06532 288.35938Q195.64345 288.35938 195.37782 288.65625Q195.12782 288.9375 195.12782 289.4375L195.12782 289.85938ZM192.1747 290.85938L191.5497 290.46875L195.72157 283.79688L196.33095 284.1875L192.1747 290.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M186.81532 291.5L185.7372 291.5L185.7372 284.28125L183.5497 285.07812L183.5497 284.09375L186.65907 282.92188L186.81532 282.92188L186.81532 291.5ZM190.15907 284.60938Q190.15907 283.84375 190.64345 283.34375Q191.14345 282.84375 191.90907 282.84375Q192.69032 282.84375 193.1747 283.34375Q193.65907 283.84375 193.65907 284.64062L193.65907 285.0625Q193.65907 285.82812 193.15907 286.32812Q192.6747 286.8125 191.9247 286.8125Q191.15907 286.8125 190.65907 286.32812Q190.15907 285.82812 190.15907 285.01562L190.15907 284.60938ZM190.97157 285.0625Q190.97157 285.51562 191.22157 285.8125Q191.4872 286.10938 191.9247 286.10938Q192.34657 286.10938 192.59657 285.82812Q192.84657 285.53125 192.84657 285.03125L192.84657 284.60938Q192.84657 284.15625 192.59657 283.85938Q192.34657 283.54688 191.90907 283.54688Q191.47157 283.54688 191.22157 283.85938Q190.97157 284.15625 190.97157 284.625L190.97157 285.0625ZM194.31532 289.40625Q194.31532 288.64062 194.7997 288.15625Q195.2997 287.65625 196.06532 287.65625Q196.83095 287.65625 197.31532 288.15625Q197.81532 288.64062 197.81532 289.45312L197.81532 289.85938Q197.81532 290.625 197.33095 291.125Q196.84657 291.625 196.08095 291.625Q195.31532 291.625 194.81532 291.14062Q194.31532 290.64062 194.31532 289.82812L194.31532 289.40625ZM195.12782 289.85938Q195.12782 290.32812 195.37782 290.625Q195.64345 290.92188 196.08095 290.92188Q196.50282 290.92188 196.75282 290.64062Q197.00282 290.34375 197.00282 289.84375L197.00282 289.40625Q197.00282 288.9375 196.7372 288.65625Q196.4872 288.35938 196.06532 288.35938Q195.64345 288.35938 195.37782 288.65625Q195.12782 288.9375 195.12782 289.4375L195.12782 289.85938ZM192.1747 290.85938L191.5497 290.46875L195.72157 283.79688L196.33095 284.1875L192.1747 290.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M193.89626 347.5L188.3025 347.5L188.3025 346.71875L191.25563 343.4375Q191.91188 342.6875 192.16188 342.23438Q192.41188 341.76562 192.41188 341.26562Q192.41188 340.59375 192.00563 340.17188Q191.615 339.73438 190.9275 339.73438Q190.13063 339.73438 189.6775 340.20312Q189.22438 340.65625 189.22438 341.48438L188.14626 341.48438Q188.14626 340.29688 188.89626 339.57812Q189.66188 338.84375 190.9275 338.84375Q192.13063 338.84375 192.81813 339.46875Q193.50563 340.09375 193.50563 341.14062Q193.50563 342.39062 191.89626 344.14062L189.615 346.60938L193.89626 346.60938L193.89626 347.5ZM195.20876 340.60938Q195.20876 339.84375 195.69313 339.34375Q196.19313 338.84375 196.95876 338.84375Q197.74 338.84375 198.22438 339.34375Q198.70876 339.84375 198.70876 340.64062L198.70876 341.0625Q198.70876 341.82812 198.20876 342.32812Q197.72438 342.8125 196.97438 342.8125Q196.20876 342.8125 195.70876 342.32812Q195.20876 341.82812 195.20876 341.01562L195.20876 340.60938ZM196.02126 341.0625Q196.02126 341.51562 196.27126 341.8125Q196.53688 342.10938 196.97438 342.10938Q197.39626 342.10938 197.64626 341.82812Q197.89626 341.53125 197.89626 341.03125L197.89626 340.60938Q197.89626 340.15625 197.64626 339.85938Q197.39626 339.54688 196.95876 339.54688Q196.52126 339.54688 196.27126 339.85938Q196.02126 340.15625 196.02126 340.625L196.02126 341.0625ZM199.365 345.40625Q199.365 344.64062 199.84938 344.15625Q200.34938 343.65625 201.115 343.65625Q201.88063 343.65625 202.365 344.15625Q202.865 344.64062 202.865 345.45312L202.865 345.85938Q202.865 346.625 202.38063 347.125Q201.89626 347.625 201.13063 347.625Q200.365 347.625 199.865 347.14062Q199.365 346.64062 199.365 345.82812L199.365 345.40625ZM200.1775 345.85938Q200.1775 346.32812 200.4275 346.625Q200.69313 346.92188 201.13063 346.92188Q201.5525 346.92188 201.8025 346.64062Q202.0525 346.34375 202.0525 345.84375L202.0525 345.40625Q202.0525 344.9375 201.78688 344.65625Q201.53688 344.35938 201.115 344.35938Q200.69313 344.35938 200.4275 344.65625Q200.1775 344.9375 200.1775 345.4375L200.1775 345.85938ZM197.22438 346.85938L196.59938 346.46875L200.77126 339.79688L201.38063 340.1875L197.22438 346.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M193.89626 347.5L188.3025 347.5L188.3025 346.71875L191.25563 343.4375Q191.91188 342.6875 192.16188 342.23438Q192.41188 341.76562 192.41188 341.26562Q192.41188 340.59375 192.00563 340.17188Q191.615 339.73438 190.9275 339.73438Q190.13063 339.73438 189.6775 340.20312Q189.22438 340.65625 189.22438 341.48438L188.14626 341.48438Q188.14626 340.29688 188.89626 339.57812Q189.66188 338.84375 190.9275 338.84375Q192.13063 338.84375 192.81813 339.46875Q193.50563 340.09375 193.50563 341.14062Q193.50563 342.39062 191.89626 344.14062L189.615 346.60938L193.89626 346.60938L193.89626 347.5ZM195.20876 340.60938Q195.20876 339.84375 195.69313 339.34375Q196.19313 338.84375 196.95876 338.84375Q197.74 338.84375 198.22438 339.34375Q198.70876 339.84375 198.70876 340.64062L198.70876 341.0625Q198.70876 341.82812 198.20876 342.32812Q197.72438 342.8125 196.97438 342.8125Q196.20876 342.8125 195.70876 342.32812Q195.20876 341.82812 195.20876 341.01562L195.20876 340.60938ZM196.02126 341.0625Q196.02126 341.51562 196.27126 341.8125Q196.53688 342.10938 196.97438 342.10938Q197.39626 342.10938 197.64626 341.82812Q197.89626 341.53125 197.89626 341.03125L197.89626 340.60938Q197.89626 340.15625 197.64626 339.85938Q197.39626 339.54688 196.95876 339.54688Q196.52126 339.54688 196.27126 339.85938Q196.02126 340.15625 196.02126 340.625L196.02126 341.0625ZM199.365 345.40625Q199.365 344.64062 199.84938 344.15625Q200.34938 343.65625 201.115 343.65625Q201.88063 343.65625 202.365 344.15625Q202.865 344.64062 202.865 345.45312L202.865 345.85938Q202.865 346.625 202.38063 347.125Q201.89626 347.625 201.13063 347.625Q200.365 347.625 199.865 347.14062Q199.365 346.64062 199.365 345.82812L199.365 345.40625ZM200.1775 345.85938Q200.1775 346.32812 200.4275 346.625Q200.69313 346.92188 201.13063 346.92188Q201.5525 346.92188 201.8025 346.64062Q202.0525 346.34375 202.0525 345.84375L202.0525 345.40625Q202.0525 344.9375 201.78688 344.65625Q201.53688 344.35938 201.115 344.35938Q200.69313 344.35938 200.4275 344.65625Q200.1775 344.9375 200.1775 345.4375L200.1775 345.85938ZM197.22438 346.85938L196.59938 346.46875L200.77126 339.79688L201.38063 340.1875L197.22438 346.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.81532 402.5L185.7372 402.5L185.7372 395.28125L183.5497 396.07812L183.5497 395.09375L186.65907 393.92188L186.81532 393.92188L186.81532 402.5ZM190.15907 395.60938Q190.15907 394.84375 190.64345 394.34375Q191.14345 393.84375 191.90907 393.84375Q192.69032 393.84375 193.1747 394.34375Q193.65907 394.84375 193.65907 395.64062L193.65907 396.0625Q193.65907 396.82812 193.15907 397.32812Q192.6747 397.8125 191.9247 397.8125Q191.15907 397.8125 190.65907 397.32812Q190.15907 396.82812 190.15907 396.01562L190.15907 395.60938ZM190.97157 396.0625Q190.97157 396.51562 191.22157 396.8125Q191.4872 397.10938 191.9247 397.10938Q192.34657 397.10938 192.59657 396.82812Q192.84657 396.53125 192.84657 396.03125L192.84657 395.60938Q192.84657 395.15625 192.59657 394.85938Q192.34657 394.54688 191.90907 394.54688Q191.47157 394.54688 191.22157 394.85938Q190.97157 395.15625 190.97157 395.625L190.97157 396.0625ZM194.31532 400.40625Q194.31532 399.64062 194.7997 399.15625Q195.2997 398.65625 196.06532 398.65625Q196.83095 398.65625 197.31532 399.15625Q197.81532 399.64062 197.81532 400.45312L197.81532 400.85938Q197.81532 401.625 197.33095 402.125Q196.84657 402.625 196.08095 402.625Q195.31532 402.625 194.81532 402.14062Q194.31532 401.64062 194.31532 400.82812L194.31532 400.40625ZM195.12782 400.85938Q195.12782 401.32812 195.37782 401.625Q195.64345 401.92188 196.08095 401.92188Q196.50282 401.92188 196.75282 401.64062Q197.00282 401.34375 197.00282 400.84375L197.00282 400.40625Q197.00282 399.9375 196.7372 399.65625Q196.4872 399.35938 196.06532 399.35938Q195.64345 399.35938 195.37782 399.65625Q195.12782 399.9375 195.12782 400.4375L195.12782 400.85938ZM192.1747 401.85938L191.5497 401.46875L195.72157 394.79688L196.33095 395.1875L192.1747 401.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M186.81532 402.5L185.7372 402.5L185.7372 395.28125L183.5497 396.07812L183.5497 395.09375L186.65907 393.92188L186.81532 393.92188L186.81532 402.5ZM190.15907 395.60938Q190.15907 394.84375 190.64345 394.34375Q191.14345 393.84375 191.90907 393.84375Q192.69032 393.84375 193.1747 394.34375Q193.65907 394.84375 193.65907 395.64062L193.65907 396.0625Q193.65907 396.82812 193.15907 397.32812Q192.6747 397.8125 191.9247 397.8125Q191.15907 397.8125 190.65907 397.32812Q190.15907 396.82812 190.15907 396.01562L190.15907 395.60938ZM190.97157 396.0625Q190.97157 396.51562 191.22157 396.8125Q191.4872 397.10938 191.9247 397.10938Q192.34657 397.10938 192.59657 396.82812Q192.84657 396.53125 192.84657 396.03125L192.84657 395.60938Q192.84657 395.15625 192.59657 394.85938Q192.34657 394.54688 191.90907 394.54688Q191.47157 394.54688 191.22157 394.85938Q190.97157 395.15625 190.97157 395.625L190.97157 396.0625ZM194.31532 400.40625Q194.31532 399.64062 194.7997 399.15625Q195.2997 398.65625 196.06532 398.65625Q196.83095 398.65625 197.31532 399.15625Q197.81532 399.64062 197.81532 400.45312L197.81532 400.85938Q197.81532 401.625 197.33095 402.125Q196.84657 402.625 196.08095 402.625Q195.31532 402.625 194.81532 402.14062Q194.31532 401.64062 194.31532 400.82812L194.31532 400.40625ZM195.12782 400.85938Q195.12782 401.32812 195.37782 401.625Q195.64345 401.92188 196.08095 401.92188Q196.50282 401.92188 196.75282 401.64062Q197.00282 401.34375 197.00282 400.84375L197.00282 400.40625Q197.00282 399.9375 196.7372 399.65625Q196.4872 399.35938 196.06532 399.35938Q195.64345 399.35938 195.37782 399.65625Q195.12782 399.9375 195.12782 400.4375L195.12782 400.85938ZM192.1747 401.85938L191.5497 401.46875L195.72157 394.79688L196.33095 395.1875L192.1747 401.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.81532 458.5L185.7372 458.5L185.7372 451.28125L183.5497 452.07812L183.5497 451.09375L186.65907 449.92188L186.81532 449.92188L186.81532 458.5ZM190.15907 451.60938Q190.15907 450.84375 190.64345 450.34375Q191.14345 449.84375 191.90907 449.84375Q192.69032 449.84375 193.1747 450.34375Q193.65907 450.84375 193.65907 451.64062L193.65907 452.0625Q193.65907 452.82812 193.15907 453.32812Q192.6747 453.8125 191.9247 453.8125Q191.15907 453.8125 190.65907 453.32812Q190.15907 452.82812 190.15907 452.01562L190.15907 451.60938ZM190.97157 452.0625Q190.97157 452.51562 191.22157 452.8125Q191.4872 453.10938 191.9247 453.10938Q192.34657 453.10938 192.59657 452.82812Q192.84657 452.53125 192.84657 452.03125L192.84657 451.60938Q192.84657 451.15625 192.59657 450.85938Q192.34657 450.54688 191.90907 450.54688Q191.47157 450.54688 191.22157 450.85938Q190.97157 451.15625 190.97157 451.625L190.97157 452.0625ZM194.31532 456.40625Q194.31532 455.64062 194.7997 455.15625Q195.2997 454.65625 196.06532 454.65625Q196.83095 454.65625 197.31532 455.15625Q197.81532 455.64062 197.81532 456.45312L197.81532 456.85938Q197.81532 457.625 197.33095 458.125Q196.84657 458.625 196.08095 458.625Q195.31532 458.625 194.81532 458.14062Q194.31532 457.64062 194.31532 456.82812L194.31532 456.40625ZM195.12782 456.85938Q195.12782 457.32812 195.37782 457.625Q195.64345 457.92188 196.08095 457.92188Q196.50282 457.92188 196.75282 457.64062Q197.00282 457.34375 197.00282 456.84375L197.00282 456.40625Q197.00282 455.9375 196.7372 455.65625Q196.4872 455.35938 196.06532 455.35938Q195.64345 455.35938 195.37782 455.65625Q195.12782 455.9375 195.12782 456.4375L195.12782 456.85938ZM192.1747 457.85938L191.5497 457.46875L195.72157 450.79688L196.33095 451.1875L192.1747 457.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M186.81532 458.5L185.7372 458.5L185.7372 451.28125L183.5497 452.07812L183.5497 451.09375L186.65907 449.92188L186.81532 449.92188L186.81532 458.5ZM190.15907 451.60938Q190.15907 450.84375 190.64345 450.34375Q191.14345 449.84375 191.90907 449.84375Q192.69032 449.84375 193.1747 450.34375Q193.65907 450.84375 193.65907 451.64062L193.65907 452.0625Q193.65907 452.82812 193.15907 453.32812Q192.6747 453.8125 191.9247 453.8125Q191.15907 453.8125 190.65907 453.32812Q190.15907 452.82812 190.15907 452.01562L190.15907 451.60938ZM190.97157 452.0625Q190.97157 452.51562 191.22157 452.8125Q191.4872 453.10938 191.9247 453.10938Q192.34657 453.10938 192.59657 452.82812Q192.84657 452.53125 192.84657 452.03125L192.84657 451.60938Q192.84657 451.15625 192.59657 450.85938Q192.34657 450.54688 191.90907 450.54688Q191.47157 450.54688 191.22157 450.85938Q190.97157 451.15625 190.97157 451.625L190.97157 452.0625ZM194.31532 456.40625Q194.31532 455.64062 194.7997 455.15625Q195.2997 454.65625 196.06532 454.65625Q196.83095 454.65625 197.31532 455.15625Q197.81532 455.64062 197.81532 456.45312L197.81532 456.85938Q197.81532 457.625 197.33095 458.125Q196.84657 458.625 196.08095 458.625Q195.31532 458.625 194.81532 458.14062Q194.31532 457.64062 194.31532 456.82812L194.31532 456.40625ZM195.12782 456.85938Q195.12782 457.32812 195.37782 457.625Q195.64345 457.92188 196.08095 457.92188Q196.50282 457.92188 196.75282 457.64062Q197.00282 457.34375 197.00282 456.84375L197.00282 456.40625Q197.00282 455.9375 196.7372 455.65625Q196.4872 455.35938 196.06532 455.35938Q195.64345 455.35938 195.37782 455.65625Q195.12782 455.9375 195.12782 456.4375L195.12782 456.85938ZM192.1747 457.85938L191.5497 457.46875L195.72157 450.79688L196.33095 451.1875L192.1747 457.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M366.61987 508.70312L367.43237 508.70312Q368.21362 508.6875 368.65112 508.29688Q369.08862 507.90625 369.08862 507.23438Q369.08862 505.73438 367.58862 505.73438Q366.8855 505.73438 366.46362 506.14062Q366.05737 506.54688 366.05737 507.20312L364.96362 507.20312Q364.96362 506.1875 365.698 505.51562Q366.448 504.84375 367.58862 504.84375Q368.79175 504.84375 369.47925 505.48438Q370.16675 506.125 370.16675 507.26562Q370.16675 507.82812 369.80737 508.34375Q369.448 508.85938 368.823 509.125Q369.52612 509.34375 369.90112 509.85938Q370.29175 510.375 370.29175 511.125Q370.29175 512.2656 369.54175 512.9531Q368.79175 513.625 367.58862 513.625Q366.40112 513.625 365.6355 512.96875Q364.8855 512.3125 364.8855 511.25L365.97925 511.25Q365.97925 511.92188 366.41675 512.3281Q366.85425 512.7344 367.60425 512.7344Q368.3855 512.7344 368.79175 512.3281Q369.21362 511.90625 369.21362 511.14062Q369.21362 510.40625 368.7605 510.01562Q368.30737 509.60938 367.43237 509.59375L366.61987 509.59375L366.61987 508.70312ZM377.55737 505.57812L374.02612 513.5L372.8855 513.5L376.40112 505.85938L371.79175 505.85938L371.79175 504.96875L377.55737 504.96875L377.55737 505.57812ZM378.948 506.60938Q378.948 505.84375 379.43237 505.34375Q379.93237 504.84375 380.698 504.84375Q381.47925 504.84375 381.96362 505.34375Q382.448 505.84375 382.448 506.64062L382.448 507.0625Q382.448 507.82812 381.948 508.32812Q381.46362 508.8125 380.71362 508.8125Q379.948 508.8125 379.448 508.32812Q378.948 507.82812 378.948 507.01562L378.948 506.60938ZM379.7605 507.0625Q379.7605 507.51562 380.0105 507.8125Q380.27612 508.10938 380.71362 508.10938Q381.1355 508.10938 381.3855 507.82812Q381.6355 507.53125 381.6355 507.03125L381.6355 506.60938Q381.6355 506.15625 381.3855 505.85938Q381.1355 505.54688 380.698 505.54688Q380.2605 505.54688 380.0105 505.85938Q379.7605 506.15625 379.7605 506.625L379.7605 507.0625ZM383.10425 511.40625Q383.10425 510.64062 383.58862 510.15625Q384.08862 509.65625 384.85425 509.65625Q385.61987 509.65625 386.10425 510.15625Q386.60425 510.64062 386.60425 511.45312L386.60425 511.85938Q386.60425 512.625 386.11987 513.125Q385.6355 513.625 384.86987 513.625Q384.10425 513.625 383.60425 513.1406Q383.10425 512.6406 383.10425 511.82812L383.10425 511.40625ZM383.91675 511.85938Q383.91675 512.3281 384.16675 512.625Q384.43237 512.9219 384.86987 512.9219Q385.29175 512.9219 385.54175 512.6406Q385.79175 512.34375 385.79175 511.84375L385.79175 511.40625Q385.79175 510.9375 385.52612 510.65625Q385.27612 510.35938 384.85425 510.35938Q384.43237 510.35938 384.16675 510.65625Q383.91675 510.9375 383.91675 511.4375L383.91675 511.85938ZM380.96362 512.8594L380.33862 512.46875L384.5105 505.79688L385.11987 506.1875L380.96362 512.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M366.61987 508.70312L367.43237 508.70312Q368.21362 508.6875 368.65112 508.29688Q369.08862 507.90625 369.08862 507.23438Q369.08862 505.73438 367.58862 505.73438Q366.8855 505.73438 366.46362 506.14062Q366.05737 506.54688 366.05737 507.20312L364.96362 507.20312Q364.96362 506.1875 365.698 505.51562Q366.448 504.84375 367.58862 504.84375Q368.79175 504.84375 369.47925 505.48438Q370.16675 506.125 370.16675 507.26562Q370.16675 507.82812 369.80737 508.34375Q369.448 508.85938 368.823 509.125Q369.52612 509.34375 369.90112 509.85938Q370.29175 510.375 370.29175 511.125Q370.29175 512.2656 369.54175 512.9531Q368.79175 513.625 367.58862 513.625Q366.40112 513.625 365.6355 512.96875Q364.8855 512.3125 364.8855 511.25L365.97925 511.25Q365.97925 511.92188 366.41675 512.3281Q366.85425 512.7344 367.60425 512.7344Q368.3855 512.7344 368.79175 512.3281Q369.21362 511.90625 369.21362 511.14062Q369.21362 510.40625 368.7605 510.01562Q368.30737 509.60938 367.43237 509.59375L366.61987 509.59375L366.61987 508.70312ZM377.55737 505.57812L374.02612 513.5L372.8855 513.5L376.40112 505.85938L371.79175 505.85938L371.79175 504.96875L377.55737 504.96875L377.55737 505.57812ZM378.948 506.60938Q378.948 505.84375 379.43237 505.34375Q379.93237 504.84375 380.698 504.84375Q381.47925 504.84375 381.96362 505.34375Q382.448 505.84375 382.448 506.64062L382.448 507.0625Q382.448 507.82812 381.948 508.32812Q381.46362 508.8125 380.71362 508.8125Q379.948 508.8125 379.448 508.32812Q378.948 507.82812 378.948 507.01562L378.948 506.60938ZM379.7605 507.0625Q379.7605 507.51562 380.0105 507.8125Q380.27612 508.10938 380.71362 508.10938Q381.1355 508.10938 381.3855 507.82812Q381.6355 507.53125 381.6355 507.03125L381.6355 506.60938Q381.6355 506.15625 381.3855 505.85938Q381.1355 505.54688 380.698 505.54688Q380.2605 505.54688 380.0105 505.85938Q379.7605 506.15625 379.7605 506.625L379.7605 507.0625ZM383.10425 511.40625Q383.10425 510.64062 383.58862 510.15625Q384.08862 509.65625 384.85425 509.65625Q385.61987 509.65625 386.10425 510.15625Q386.60425 510.64062 386.60425 511.45312L386.60425 511.85938Q386.60425 512.625 386.11987 513.125Q385.6355 513.625 384.86987 513.625Q384.10425 513.625 383.60425 513.1406Q383.10425 512.6406 383.10425 511.82812L383.10425 511.40625ZM383.91675 511.85938Q383.91675 512.3281 384.16675 512.625Q384.43237 512.9219 384.86987 512.9219Q385.29175 512.9219 385.54175 512.6406Q385.79175 512.34375 385.79175 511.84375L385.79175 511.40625Q385.79175 510.9375 385.52612 510.65625Q385.27612 510.35938 384.85425 510.35938Q384.43237 510.35938 384.16675 510.65625Q383.91675 510.9375 383.91675 511.4375L383.91675 511.85938ZM380.96362 512.8594L380.33862 512.46875L384.5105 505.79688L385.11987 506.1875L380.96362 512.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M394.86835 78.640625L396.05585 78.640625L396.05585 79.515625L394.86835 79.515625L394.86835 81.5L393.79022 81.5L393.79022 79.515625L389.8996 79.515625L389.8996 78.875L393.7121 72.96875L394.86835 72.96875L394.86835 78.640625ZM391.13397 78.640625L393.79022 78.640625L393.79022 74.453125L393.6496 74.6875L391.13397 78.640625ZM402.88397 81.5L397.29022 81.5L397.29022 80.71875L400.24335 77.4375Q400.8996 76.6875 401.1496 76.234375Q401.3996 75.765625 401.3996 75.265625Q401.3996 74.59375 400.99335 74.171875Q400.60272 73.734375 399.91522 73.734375Q399.11835 73.734375 398.66522 74.203125Q398.2121 74.65625 398.2121 75.484375L397.13397 75.484375Q397.13397 74.296875 397.88397 73.578125Q398.6496 72.84375 399.91522 72.84375Q401.11835 72.84375 401.80585 73.46875Q402.49335 74.09375 402.49335 75.140625Q402.49335 76.390625 400.88397 78.140625L398.60272 80.609375L402.88397 80.609375L402.88397 81.5ZM404.19647 74.609375Q404.19647 73.84375 404.68085 73.34375Q405.18085 72.84375 405.94647 72.84375Q406.72772 72.84375 407.2121 73.34375Q407.69647 73.84375 407.69647 74.640625L407.69647 75.0625Q407.69647 75.828125 407.19647 76.328125Q406.7121 76.8125 405.9621 76.8125Q405.19647 76.8125 404.69647 76.328125Q404.19647 75.828125 404.19647 75.015625L404.19647 74.609375ZM405.00897 75.0625Q405.00897 75.515625 405.25897 75.8125Q405.5246 76.109375 405.9621 76.109375Q406.38397 76.109375 406.63397 75.828125Q406.88397 75.53125 406.88397 75.03125L406.88397 74.609375Q406.88397 74.15625 406.63397 73.859375Q406.38397 73.546875 405.94647 73.546875Q405.50897 73.546875 405.25897 73.859375Q405.00897 74.15625 405.00897 74.625L405.00897 75.0625ZM408.35272 79.40625Q408.35272 78.640625 408.8371 78.15625Q409.3371 77.65625 410.10272 77.65625Q410.86835 77.65625 411.35272 78.15625Q411.85272 78.640625 411.85272 79.453125L411.85272 79.859375Q411.85272 80.625 411.36835 81.125Q410.88397 81.625 410.11835 81.625Q409.35272 81.625 408.85272 81.140625Q408.35272 80.640625 408.35272 79.828125L408.35272 79.40625ZM409.16522 79.859375Q409.16522 80.328125 409.41522 80.625Q409.68085 80.921875 410.11835 80.921875Q410.54022 80.921875 410.79022 80.640625Q411.04022 80.34375 411.04022 79.84375L411.04022 79.40625Q411.04022 78.9375 410.7746 78.65625Q410.5246 78.359375 410.10272 78.359375Q409.68085 78.359375 409.41522 78.65625Q409.16522 78.9375 409.16522 79.4375L409.16522 79.859375ZM406.2121 80.859375L405.5871 80.46875L409.75897 73.796875L410.36835 74.1875L406.2121 80.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M394.86835 78.640625L396.05585 78.640625L396.05585 79.515625L394.86835 79.515625L394.86835 81.5L393.79022 81.5L393.79022 79.515625L389.8996 79.515625L389.8996 78.875L393.7121 72.96875L394.86835 72.96875L394.86835 78.640625ZM391.13397 78.640625L393.79022 78.640625L393.79022 74.453125L393.6496 74.6875L391.13397 78.640625ZM402.88397 81.5L397.29022 81.5L397.29022 80.71875L400.24335 77.4375Q400.8996 76.6875 401.1496 76.234375Q401.3996 75.765625 401.3996 75.265625Q401.3996 74.59375 400.99335 74.171875Q400.60272 73.734375 399.91522 73.734375Q399.11835 73.734375 398.66522 74.203125Q398.2121 74.65625 398.2121 75.484375L397.13397 75.484375Q397.13397 74.296875 397.88397 73.578125Q398.6496 72.84375 399.91522 72.84375Q401.11835 72.84375 401.80585 73.46875Q402.49335 74.09375 402.49335 75.140625Q402.49335 76.390625 400.88397 78.140625L398.60272 80.609375L402.88397 80.609375L402.88397 81.5ZM404.19647 74.609375Q404.19647 73.84375 404.68085 73.34375Q405.18085 72.84375 405.94647 72.84375Q406.72772 72.84375 407.2121 73.34375Q407.69647 73.84375 407.69647 74.640625L407.69647 75.0625Q407.69647 75.828125 407.19647 76.328125Q406.7121 76.8125 405.9621 76.8125Q405.19647 76.8125 404.69647 76.328125Q404.19647 75.828125 404.19647 75.015625L404.19647 74.609375ZM405.00897 75.0625Q405.00897 75.515625 405.25897 75.8125Q405.5246 76.109375 405.9621 76.109375Q406.38397 76.109375 406.63397 75.828125Q406.88397 75.53125 406.88397 75.03125L406.88397 74.609375Q406.88397 74.15625 406.63397 73.859375Q406.38397 73.546875 405.94647 73.546875Q405.50897 73.546875 405.25897 73.859375Q405.00897 74.15625 405.00897 74.625L405.00897 75.0625ZM408.35272 79.40625Q408.35272 78.640625 408.8371 78.15625Q409.3371 77.65625 410.10272 77.65625Q410.86835 77.65625 411.35272 78.15625Q411.85272 78.640625 411.85272 79.453125L411.85272 79.859375Q411.85272 80.625 411.36835 81.125Q410.88397 81.625 410.11835 81.625Q409.35272 81.625 408.85272 81.140625Q408.35272 80.640625 408.35272 79.828125L408.35272 79.40625ZM409.16522 79.859375Q409.16522 80.328125 409.41522 80.625Q409.68085 80.921875 410.11835 80.921875Q410.54022 80.921875 410.79022 80.640625Q411.04022 80.34375 411.04022 79.84375L411.04022 79.40625Q411.04022 78.9375 410.7746 78.65625Q410.5246 78.359375 410.10272 78.359375Q409.68085 78.359375 409.41522 78.65625Q409.16522 78.9375 409.16522 79.4375L409.16522 79.859375ZM406.2121 80.859375L405.5871 80.46875L409.75897 73.796875L410.36835 74.1875L406.2121 80.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M247.41164 136.5L246.33351 136.5L246.33351 129.28125L244.14601 130.07812L244.14601 129.09375L247.25539 127.921875L247.41164 127.921875L247.41164 136.5ZM252.42726 131.70312L253.23976 131.70312Q254.02101 131.6875 254.45851 131.29688Q254.89601 130.90625 254.89601 130.23438Q254.89601 128.73438 253.39601 128.73438Q252.69289 128.73438 252.27101 129.14062Q251.86476 129.54688 251.86476 130.20312L250.77101 130.20312Q250.77101 129.1875 251.50539 128.51562Q252.25539 127.84375 253.39601 127.84375Q254.59914 127.84375 255.28664 128.48438Q255.97414 129.125 255.97414 130.26562Q255.97414 130.82812 255.61476 131.34375Q255.25539 131.85938 254.63039 132.125Q255.33351 132.34375 255.70851 132.85938Q256.09912 133.375 256.09912 134.125Q256.09912 135.26562 255.34914 135.95312Q254.59914 136.625 253.39601 136.625Q252.20851 136.625 251.44289 135.96875Q250.69289 135.3125 250.69289 134.25L251.78664 134.25Q251.78664 134.92188 252.22414 135.32812Q252.66164 135.73438 253.41164 135.73438Q254.19289 135.73438 254.59914 135.32812Q255.02101 134.90625 255.02101 134.14062Q255.02101 133.40625 254.56789 133.01562Q254.11476 132.60938 253.23976 132.59375L252.42726 132.59375L252.42726 131.70312ZM257.75537 129.60938Q257.75537 128.84375 258.23975 128.34375Q258.73975 127.84375 259.50537 127.84375Q260.28662 127.84375 260.771 128.34375Q261.25537 128.84375 261.25537 129.64062L261.25537 130.0625Q261.25537 130.82812 260.75537 131.32812Q260.271 131.8125 259.521 131.8125Q258.75537 131.8125 258.25537 131.32812Q257.75537 130.82812 257.75537 130.01562L257.75537 129.60938ZM258.56787 130.0625Q258.56787 130.51562 258.81787 130.8125Q259.0835 131.10938 259.521 131.10938Q259.94287 131.10938 260.19287 130.82812Q260.44287 130.53125 260.44287 130.03125L260.44287 129.60938Q260.44287 129.15625 260.19287 128.85938Q259.94287 128.54688 259.50537 128.54688Q259.06787 128.54688 258.81787 128.85938Q258.56787 129.15625 258.56787 129.625L258.56787 130.0625ZM261.91162 134.40625Q261.91162 133.64062 262.396 133.15625Q262.896 132.65625 263.66162 132.65625Q264.42725 132.65625 264.91162 133.15625Q265.41162 133.64062 265.41162 134.45312L265.41162 134.85938Q265.41162 135.625 264.92725 136.125Q264.44287 136.625 263.67725 136.625Q262.91162 136.625 262.41162 136.14062Q261.91162 135.64062 261.91162 134.82812L261.91162 134.40625ZM262.72412 134.85938Q262.72412 135.32812 262.97412 135.625Q263.23975 135.92188 263.67725 135.92188Q264.09912 135.92188 264.34912 135.64062Q264.59912 135.34375 264.59912 134.84375L264.59912 134.40625Q264.59912 133.9375 264.3335 133.65625Q264.0835 133.35938 263.66162 133.35938Q263.23975 133.35938 262.97412 133.65625Q262.72412 133.9375 262.72412 134.4375L262.72412 134.85938ZM259.771 135.85938L259.146 135.46875L263.31787 128.79688L263.92725 129.1875L259.771 135.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M247.41164 136.5L246.33351 136.5L246.33351 129.28125L244.14601 130.07812L244.14601 129.09375L247.25539 127.921875L247.41164 127.921875L247.41164 136.5ZM252.42726 131.70312L253.23976 131.70312Q254.02101 131.6875 254.45851 131.29688Q254.89601 130.90625 254.89601 130.23438Q254.89601 128.73438 253.39601 128.73438Q252.69289 128.73438 252.27101 129.14062Q251.86476 129.54688 251.86476 130.20312L250.77101 130.20312Q250.77101 129.1875 251.50539 128.51562Q252.25539 127.84375 253.39601 127.84375Q254.59914 127.84375 255.28664 128.48438Q255.97414 129.125 255.97414 130.26562Q255.97414 130.82812 255.61476 131.34375Q255.25539 131.85938 254.63039 132.125Q255.33351 132.34375 255.70851 132.85938Q256.09912 133.375 256.09912 134.125Q256.09912 135.26562 255.34914 135.95312Q254.59914 136.625 253.39601 136.625Q252.20851 136.625 251.44289 135.96875Q250.69289 135.3125 250.69289 134.25L251.78664 134.25Q251.78664 134.92188 252.22414 135.32812Q252.66164 135.73438 253.41164 135.73438Q254.19289 135.73438 254.59914 135.32812Q255.02101 134.90625 255.02101 134.14062Q255.02101 133.40625 254.56789 133.01562Q254.11476 132.60938 253.23976 132.59375L252.42726 132.59375L252.42726 131.70312ZM257.75537 129.60938Q257.75537 128.84375 258.23975 128.34375Q258.73975 127.84375 259.50537 127.84375Q260.28662 127.84375 260.771 128.34375Q261.25537 128.84375 261.25537 129.64062L261.25537 130.0625Q261.25537 130.82812 260.75537 131.32812Q260.271 131.8125 259.521 131.8125Q258.75537 131.8125 258.25537 131.32812Q257.75537 130.82812 257.75537 130.01562L257.75537 129.60938ZM258.56787 130.0625Q258.56787 130.51562 258.81787 130.8125Q259.0835 131.10938 259.521 131.10938Q259.94287 131.10938 260.19287 130.82812Q260.44287 130.53125 260.44287 130.03125L260.44287 129.60938Q260.44287 129.15625 260.19287 128.85938Q259.94287 128.54688 259.50537 128.54688Q259.06787 128.54688 258.81787 128.85938Q258.56787 129.15625 258.56787 129.625L258.56787 130.0625ZM261.91162 134.40625Q261.91162 133.64062 262.396 133.15625Q262.896 132.65625 263.66162 132.65625Q264.42725 132.65625 264.91162 133.15625Q265.41162 133.64062 265.41162 134.45312L265.41162 134.85938Q265.41162 135.625 264.92725 136.125Q264.44287 136.625 263.67725 136.625Q262.91162 136.625 262.41162 136.14062Q261.91162 135.64062 261.91162 134.82812L261.91162 134.40625ZM262.72412 134.85938Q262.72412 135.32812 262.97412 135.625Q263.23975 135.92188 263.67725 135.92188Q264.09912 135.92188 264.34912 135.64062Q264.59912 135.34375 264.59912 134.84375L264.59912 134.40625Q264.59912 133.9375 264.3335 133.65625Q264.0835 133.35938 263.66162 133.35938Q263.23975 133.35938 262.97412 133.65625Q262.72412 133.9375 262.72412 134.4375L262.72412 134.85938ZM259.771 135.85938L259.146 135.46875L263.31787 128.79688L263.92725 129.1875L259.771 135.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 187.70312L195.74283 187.70312Q196.52408 187.6875 196.96158 187.29688Q197.39908 186.90625 197.39908 186.23438Q197.39908 184.73438 195.89908 184.73438Q195.19595 184.73438 194.77408 185.14062Q194.36783 185.54688 194.36783 186.20312L193.27408 186.20312Q193.27408 185.1875 194.00845 184.51562Q194.75845 183.84375 195.89908 183.84375Q197.1022 183.84375 197.7897 184.48438Q198.4772 185.125 198.4772 186.26562Q198.4772 186.82812 198.11783 187.34375Q197.75845 187.85938 197.13345 188.125Q197.83658 188.34375 198.21158 188.85938Q198.6022 189.375 198.6022 190.125Q198.6022 191.26562 197.8522 191.95312Q197.1022 192.625 195.89908 192.625Q194.71158 192.625 193.94595 191.96875Q193.19595 191.3125 193.19595 190.25L194.2897 190.25Q194.2897 190.92188 194.7272 191.32812Q195.1647 191.73438 195.9147 191.73438Q196.69595 191.73438 197.1022 191.32812Q197.52408 190.90625 197.52408 190.14062Q197.52408 189.40625 197.07095 189.01562Q196.61783 188.60938 195.74283 188.59375L194.93033 188.59375L194.93033 187.70312ZM200.25845 185.60938Q200.25845 184.84375 200.74283 184.34375Q201.24283 183.84375 202.00845 183.84375Q202.7897 183.84375 203.27408 184.34375Q203.75845 184.84375 203.75845 185.64062L203.75845 186.0625Q203.75845 186.82812 203.25845 187.32812Q202.77408 187.8125 202.02408 187.8125Q201.25845 187.8125 200.75845 187.32812Q200.25845 186.82812 200.25845 186.01562L200.25845 185.60938ZM201.07095 186.0625Q201.07095 186.51562 201.32095 186.8125Q201.58658 187.10938 202.02408 187.10938Q202.44595 187.10938 202.69595 186.82812Q202.94595 186.53125 202.94595 186.03125L202.94595 185.60938Q202.94595 185.15625 202.69595 184.85938Q202.44595 184.54688 202.00845 184.54688Q201.57095 184.54688 201.32095 184.85938Q201.07095 185.15625 201.07095 185.625L201.07095 186.0625ZM204.4147 190.40625Q204.4147 189.64062 204.89908 189.15625Q205.39908 188.65625 206.1647 188.65625Q206.93033 188.65625 207.4147 189.15625Q207.9147 189.64062 207.9147 190.45312L207.9147 190.85938Q207.9147 191.625 207.43033 192.125Q206.94595 192.625 206.18033 192.625Q205.4147 192.625 204.9147 192.14062Q204.4147 191.64062 204.4147 190.82812L204.4147 190.40625ZM205.2272 190.85938Q205.2272 191.32812 205.4772 191.625Q205.74283 191.92188 206.18033 191.92188Q206.6022 191.92188 206.8522 191.64062Q207.1022 191.34375 207.1022 190.84375L207.1022 190.40625Q207.1022 189.9375 206.83658 189.65625Q206.58658 189.35938 206.1647 189.35938Q205.74283 189.35938 205.4772 189.65625Q205.2272 189.9375 205.2272 190.4375L205.2272 190.85938ZM202.27408 191.85938L201.64908 191.46875L205.82095 184.79688L206.43033 185.1875L202.27408 191.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 187.70312L195.74283 187.70312Q196.52408 187.6875 196.96158 187.29688Q197.39908 186.90625 197.39908 186.23438Q197.39908 184.73438 195.89908 184.73438Q195.19595 184.73438 194.77408 185.14062Q194.36783 185.54688 194.36783 186.20312L193.27408 186.20312Q193.27408 185.1875 194.00845 184.51562Q194.75845 183.84375 195.89908 183.84375Q197.1022 183.84375 197.7897 184.48438Q198.4772 185.125 198.4772 186.26562Q198.4772 186.82812 198.11783 187.34375Q197.75845 187.85938 197.13345 188.125Q197.83658 188.34375 198.21158 188.85938Q198.6022 189.375 198.6022 190.125Q198.6022 191.26562 197.8522 191.95312Q197.1022 192.625 195.89908 192.625Q194.71158 192.625 193.94595 191.96875Q193.19595 191.3125 193.19595 190.25L194.2897 190.25Q194.2897 190.92188 194.7272 191.32812Q195.1647 191.73438 195.9147 191.73438Q196.69595 191.73438 197.1022 191.32812Q197.52408 190.90625 197.52408 190.14062Q197.52408 189.40625 197.07095 189.01562Q196.61783 188.60938 195.74283 188.59375L194.93033 188.59375L194.93033 187.70312ZM200.25845 185.60938Q200.25845 184.84375 200.74283 184.34375Q201.24283 183.84375 202.00845 183.84375Q202.7897 183.84375 203.27408 184.34375Q203.75845 184.84375 203.75845 185.64062L203.75845 186.0625Q203.75845 186.82812 203.25845 187.32812Q202.77408 187.8125 202.02408 187.8125Q201.25845 187.8125 200.75845 187.32812Q200.25845 186.82812 200.25845 186.01562L200.25845 185.60938ZM201.07095 186.0625Q201.07095 186.51562 201.32095 186.8125Q201.58658 187.10938 202.02408 187.10938Q202.44595 187.10938 202.69595 186.82812Q202.94595 186.53125 202.94595 186.03125L202.94595 185.60938Q202.94595 185.15625 202.69595 184.85938Q202.44595 184.54688 202.00845 184.54688Q201.57095 184.54688 201.32095 184.85938Q201.07095 185.15625 201.07095 185.625L201.07095 186.0625ZM204.4147 190.40625Q204.4147 189.64062 204.89908 189.15625Q205.39908 188.65625 206.1647 188.65625Q206.93033 188.65625 207.4147 189.15625Q207.9147 189.64062 207.9147 190.45312L207.9147 190.85938Q207.9147 191.625 207.43033 192.125Q206.94595 192.625 206.18033 192.625Q205.4147 192.625 204.9147 192.14062Q204.4147 191.64062 204.4147 190.82812L204.4147 190.40625ZM205.2272 190.85938Q205.2272 191.32812 205.4772 191.625Q205.74283 191.92188 206.18033 191.92188Q206.6022 191.92188 206.8522 191.64062Q207.1022 191.34375 207.1022 190.84375L207.1022 190.40625Q207.1022 189.9375 206.83658 189.65625Q206.58658 189.35938 206.1647 189.35938Q205.74283 189.35938 205.4772 189.65625Q205.2272 189.9375 205.2272 190.4375L205.2272 190.85938ZM202.27408 191.85938L201.64908 191.46875L205.82095 184.79688L206.43033 185.1875L202.27408 191.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 242.70312L195.74283 242.70312Q196.52408 242.6875 196.96158 242.29688Q197.39908 241.90625 197.39908 241.23438Q197.39908 239.73438 195.89908 239.73438Q195.19595 239.73438 194.77408 240.14062Q194.36783 240.54688 194.36783 241.20312L193.27408 241.20312Q193.27408 240.1875 194.00845 239.51562Q194.75845 238.84375 195.89908 238.84375Q197.1022 238.84375 197.7897 239.48438Q198.4772 240.125 198.4772 241.26562Q198.4772 241.82812 198.11783 242.34375Q197.75845 242.85938 197.13345 243.125Q197.83658 243.34375 198.21158 243.85938Q198.6022 244.375 198.6022 245.125Q198.6022 246.26562 197.8522 246.95312Q197.1022 247.625 195.89908 247.625Q194.71158 247.625 193.94595 246.96875Q193.19595 246.3125 193.19595 245.25L194.2897 245.25Q194.2897 245.92188 194.7272 246.32812Q195.1647 246.73438 195.9147 246.73438Q196.69595 246.73438 197.1022 246.32812Q197.52408 245.90625 197.52408 245.14062Q197.52408 244.40625 197.07095 244.01562Q196.61783 243.60938 195.74283 243.59375L194.93033 243.59375L194.93033 242.70312ZM200.25845 240.60938Q200.25845 239.84375 200.74283 239.34375Q201.24283 238.84375 202.00845 238.84375Q202.7897 238.84375 203.27408 239.34375Q203.75845 239.84375 203.75845 240.64062L203.75845 241.0625Q203.75845 241.82812 203.25845 242.32812Q202.77408 242.8125 202.02408 242.8125Q201.25845 242.8125 200.75845 242.32812Q200.25845 241.82812 200.25845 241.01562L200.25845 240.60938ZM201.07095 241.0625Q201.07095 241.51562 201.32095 241.8125Q201.58658 242.10938 202.02408 242.10938Q202.44595 242.10938 202.69595 241.82812Q202.94595 241.53125 202.94595 241.03125L202.94595 240.60938Q202.94595 240.15625 202.69595 239.85938Q202.44595 239.54688 202.00845 239.54688Q201.57095 239.54688 201.32095 239.85938Q201.07095 240.15625 201.07095 240.625L201.07095 241.0625ZM204.4147 245.40625Q204.4147 244.64062 204.89908 244.15625Q205.39908 243.65625 206.1647 243.65625Q206.93033 243.65625 207.4147 244.15625Q207.9147 244.64062 207.9147 245.45312L207.9147 245.85938Q207.9147 246.625 207.43033 247.125Q206.94595 247.625 206.18033 247.625Q205.4147 247.625 204.9147 247.14062Q204.4147 246.64062 204.4147 245.82812L204.4147 245.40625ZM205.2272 245.85938Q205.2272 246.32812 205.4772 246.625Q205.74283 246.92188 206.18033 246.92188Q206.6022 246.92188 206.8522 246.64062Q207.1022 246.34375 207.1022 245.84375L207.1022 245.40625Q207.1022 244.9375 206.83658 244.65625Q206.58658 244.35938 206.1647 244.35938Q205.74283 244.35938 205.4772 244.65625Q205.2272 244.9375 205.2272 245.4375L205.2272 245.85938ZM202.27408 246.85938L201.64908 246.46875L205.82095 239.79688L206.43033 240.1875L202.27408 246.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 242.70312L195.74283 242.70312Q196.52408 242.6875 196.96158 242.29688Q197.39908 241.90625 197.39908 241.23438Q197.39908 239.73438 195.89908 239.73438Q195.19595 239.73438 194.77408 240.14062Q194.36783 240.54688 194.36783 241.20312L193.27408 241.20312Q193.27408 240.1875 194.00845 239.51562Q194.75845 238.84375 195.89908 238.84375Q197.1022 238.84375 197.7897 239.48438Q198.4772 240.125 198.4772 241.26562Q198.4772 241.82812 198.11783 242.34375Q197.75845 242.85938 197.13345 243.125Q197.83658 243.34375 198.21158 243.85938Q198.6022 244.375 198.6022 245.125Q198.6022 246.26562 197.8522 246.95312Q197.1022 247.625 195.89908 247.625Q194.71158 247.625 193.94595 246.96875Q193.19595 246.3125 193.19595 245.25L194.2897 245.25Q194.2897 245.92188 194.7272 246.32812Q195.1647 246.73438 195.9147 246.73438Q196.69595 246.73438 197.1022 246.32812Q197.52408 245.90625 197.52408 245.14062Q197.52408 244.40625 197.07095 244.01562Q196.61783 243.60938 195.74283 243.59375L194.93033 243.59375L194.93033 242.70312ZM200.25845 240.60938Q200.25845 239.84375 200.74283 239.34375Q201.24283 238.84375 202.00845 238.84375Q202.7897 238.84375 203.27408 239.34375Q203.75845 239.84375 203.75845 240.64062L203.75845 241.0625Q203.75845 241.82812 203.25845 242.32812Q202.77408 242.8125 202.02408 242.8125Q201.25845 242.8125 200.75845 242.32812Q200.25845 241.82812 200.25845 241.01562L200.25845 240.60938ZM201.07095 241.0625Q201.07095 241.51562 201.32095 241.8125Q201.58658 242.10938 202.02408 242.10938Q202.44595 242.10938 202.69595 241.82812Q202.94595 241.53125 202.94595 241.03125L202.94595 240.60938Q202.94595 240.15625 202.69595 239.85938Q202.44595 239.54688 202.00845 239.54688Q201.57095 239.54688 201.32095 239.85938Q201.07095 240.15625 201.07095 240.625L201.07095 241.0625ZM204.4147 245.40625Q204.4147 244.64062 204.89908 244.15625Q205.39908 243.65625 206.1647 243.65625Q206.93033 243.65625 207.4147 244.15625Q207.9147 244.64062 207.9147 245.45312L207.9147 245.85938Q207.9147 246.625 207.43033 247.125Q206.94595 247.625 206.18033 247.625Q205.4147 247.625 204.9147 247.14062Q204.4147 246.64062 204.4147 245.82812L204.4147 245.40625ZM205.2272 245.85938Q205.2272 246.32812 205.4772 246.625Q205.74283 246.92188 206.18033 246.92188Q206.6022 246.92188 206.8522 246.64062Q207.1022 246.34375 207.1022 245.84375L207.1022 245.40625Q207.1022 244.9375 206.83658 244.65625Q206.58658 244.35938 206.1647 244.35938Q205.74283 244.35938 205.4772 244.65625Q205.2272 244.9375 205.2272 245.4375L205.2272 245.85938ZM202.27408 246.85938L201.64908 246.46875L205.82095 239.79688L206.43033 240.1875L202.27408 246.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 298.70312L195.74283 298.70312Q196.52408 298.6875 196.96158 298.29688Q197.39908 297.90625 197.39908 297.23438Q197.39908 295.73438 195.89908 295.73438Q195.19595 295.73438 194.77408 296.14062Q194.36783 296.54688 194.36783 297.20312L193.27408 297.20312Q193.27408 296.1875 194.00845 295.51562Q194.75845 294.84375 195.89908 294.84375Q197.1022 294.84375 197.7897 295.48438Q198.4772 296.125 198.4772 297.26562Q198.4772 297.82812 198.11783 298.34375Q197.75845 298.85938 197.13345 299.125Q197.83658 299.34375 198.21158 299.85938Q198.6022 300.375 198.6022 301.125Q198.6022 302.26562 197.8522 302.95312Q197.1022 303.625 195.89908 303.625Q194.71158 303.625 193.94595 302.96875Q193.19595 302.3125 193.19595 301.25L194.2897 301.25Q194.2897 301.92188 194.7272 302.32812Q195.1647 302.73438 195.9147 302.73438Q196.69595 302.73438 197.1022 302.32812Q197.52408 301.90625 197.52408 301.14062Q197.52408 300.40625 197.07095 300.01562Q196.61783 299.60938 195.74283 299.59375L194.93033 299.59375L194.93033 298.70312ZM200.25845 296.60938Q200.25845 295.84375 200.74283 295.34375Q201.24283 294.84375 202.00845 294.84375Q202.7897 294.84375 203.27408 295.34375Q203.75845 295.84375 203.75845 296.64062L203.75845 297.0625Q203.75845 297.82812 203.25845 298.32812Q202.77408 298.8125 202.02408 298.8125Q201.25845 298.8125 200.75845 298.32812Q200.25845 297.82812 200.25845 297.01562L200.25845 296.60938ZM201.07095 297.0625Q201.07095 297.51562 201.32095 297.8125Q201.58658 298.10938 202.02408 298.10938Q202.44595 298.10938 202.69595 297.82812Q202.94595 297.53125 202.94595 297.03125L202.94595 296.60938Q202.94595 296.15625 202.69595 295.85938Q202.44595 295.54688 202.00845 295.54688Q201.57095 295.54688 201.32095 295.85938Q201.07095 296.15625 201.07095 296.625L201.07095 297.0625ZM204.4147 301.40625Q204.4147 300.64062 204.89908 300.15625Q205.39908 299.65625 206.1647 299.65625Q206.93033 299.65625 207.4147 300.15625Q207.9147 300.64062 207.9147 301.45312L207.9147 301.85938Q207.9147 302.625 207.43033 303.125Q206.94595 303.625 206.18033 303.625Q205.4147 303.625 204.9147 303.14062Q204.4147 302.64062 204.4147 301.82812L204.4147 301.40625ZM205.2272 301.85938Q205.2272 302.32812 205.4772 302.625Q205.74283 302.92188 206.18033 302.92188Q206.6022 302.92188 206.8522 302.64062Q207.1022 302.34375 207.1022 301.84375L207.1022 301.40625Q207.1022 300.9375 206.83658 300.65625Q206.58658 300.35938 206.1647 300.35938Q205.74283 300.35938 205.4772 300.65625Q205.2272 300.9375 205.2272 301.4375L205.2272 301.85938ZM202.27408 302.85938L201.64908 302.46875L205.82095 295.79688L206.43033 296.1875L202.27408 302.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 298.70312L195.74283 298.70312Q196.52408 298.6875 196.96158 298.29688Q197.39908 297.90625 197.39908 297.23438Q197.39908 295.73438 195.89908 295.73438Q195.19595 295.73438 194.77408 296.14062Q194.36783 296.54688 194.36783 297.20312L193.27408 297.20312Q193.27408 296.1875 194.00845 295.51562Q194.75845 294.84375 195.89908 294.84375Q197.1022 294.84375 197.7897 295.48438Q198.4772 296.125 198.4772 297.26562Q198.4772 297.82812 198.11783 298.34375Q197.75845 298.85938 197.13345 299.125Q197.83658 299.34375 198.21158 299.85938Q198.6022 300.375 198.6022 301.125Q198.6022 302.26562 197.8522 302.95312Q197.1022 303.625 195.89908 303.625Q194.71158 303.625 193.94595 302.96875Q193.19595 302.3125 193.19595 301.25L194.2897 301.25Q194.2897 301.92188 194.7272 302.32812Q195.1647 302.73438 195.9147 302.73438Q196.69595 302.73438 197.1022 302.32812Q197.52408 301.90625 197.52408 301.14062Q197.52408 300.40625 197.07095 300.01562Q196.61783 299.60938 195.74283 299.59375L194.93033 299.59375L194.93033 298.70312ZM200.25845 296.60938Q200.25845 295.84375 200.74283 295.34375Q201.24283 294.84375 202.00845 294.84375Q202.7897 294.84375 203.27408 295.34375Q203.75845 295.84375 203.75845 296.64062L203.75845 297.0625Q203.75845 297.82812 203.25845 298.32812Q202.77408 298.8125 202.02408 298.8125Q201.25845 298.8125 200.75845 298.32812Q200.25845 297.82812 200.25845 297.01562L200.25845 296.60938ZM201.07095 297.0625Q201.07095 297.51562 201.32095 297.8125Q201.58658 298.10938 202.02408 298.10938Q202.44595 298.10938 202.69595 297.82812Q202.94595 297.53125 202.94595 297.03125L202.94595 296.60938Q202.94595 296.15625 202.69595 295.85938Q202.44595 295.54688 202.00845 295.54688Q201.57095 295.54688 201.32095 295.85938Q201.07095 296.15625 201.07095 296.625L201.07095 297.0625ZM204.4147 301.40625Q204.4147 300.64062 204.89908 300.15625Q205.39908 299.65625 206.1647 299.65625Q206.93033 299.65625 207.4147 300.15625Q207.9147 300.64062 207.9147 301.45312L207.9147 301.85938Q207.9147 302.625 207.43033 303.125Q206.94595 303.625 206.18033 303.625Q205.4147 303.625 204.9147 303.14062Q204.4147 302.64062 204.4147 301.82812L204.4147 301.40625ZM205.2272 301.85938Q205.2272 302.32812 205.4772 302.625Q205.74283 302.92188 206.18033 302.92188Q206.6022 302.92188 206.8522 302.64062Q207.1022 302.34375 207.1022 301.84375L207.1022 301.40625Q207.1022 300.9375 206.83658 300.65625Q206.58658 300.35938 206.1647 300.35938Q205.74283 300.35938 205.4772 300.65625Q205.2272 300.9375 205.2272 301.4375L205.2272 301.85938ZM202.27408 302.85938L201.64908 302.46875L205.82095 295.79688L206.43033 296.1875L202.27408 302.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 354.70312L195.74283 354.70312Q196.52408 354.6875 196.96158 354.29688Q197.39908 353.90625 197.39908 353.23438Q197.39908 351.73438 195.89908 351.73438Q195.19595 351.73438 194.77408 352.14062Q194.36783 352.54688 194.36783 353.20312L193.27408 353.20312Q193.27408 352.1875 194.00845 351.51562Q194.75845 350.84375 195.89908 350.84375Q197.1022 350.84375 197.7897 351.48438Q198.4772 352.125 198.4772 353.26562Q198.4772 353.82812 198.11783 354.34375Q197.75845 354.85938 197.13345 355.125Q197.83658 355.34375 198.21158 355.85938Q198.6022 356.375 198.6022 357.125Q198.6022 358.26562 197.8522 358.95312Q197.1022 359.625 195.89908 359.625Q194.71158 359.625 193.94595 358.96875Q193.19595 358.3125 193.19595 357.25L194.2897 357.25Q194.2897 357.92188 194.7272 358.32812Q195.1647 358.73438 195.9147 358.73438Q196.69595 358.73438 197.1022 358.32812Q197.52408 357.90625 197.52408 357.14062Q197.52408 356.40625 197.07095 356.01562Q196.61783 355.60938 195.74283 355.59375L194.93033 355.59375L194.93033 354.70312ZM200.25845 352.60938Q200.25845 351.84375 200.74283 351.34375Q201.24283 350.84375 202.00845 350.84375Q202.7897 350.84375 203.27408 351.34375Q203.75845 351.84375 203.75845 352.64062L203.75845 353.0625Q203.75845 353.82812 203.25845 354.32812Q202.77408 354.8125 202.02408 354.8125Q201.25845 354.8125 200.75845 354.32812Q200.25845 353.82812 200.25845 353.01562L200.25845 352.60938ZM201.07095 353.0625Q201.07095 353.51562 201.32095 353.8125Q201.58658 354.10938 202.02408 354.10938Q202.44595 354.10938 202.69595 353.82812Q202.94595 353.53125 202.94595 353.03125L202.94595 352.60938Q202.94595 352.15625 202.69595 351.85938Q202.44595 351.54688 202.00845 351.54688Q201.57095 351.54688 201.32095 351.85938Q201.07095 352.15625 201.07095 352.625L201.07095 353.0625ZM204.4147 357.40625Q204.4147 356.64062 204.89908 356.15625Q205.39908 355.65625 206.1647 355.65625Q206.93033 355.65625 207.4147 356.15625Q207.9147 356.64062 207.9147 357.45312L207.9147 357.85938Q207.9147 358.625 207.43033 359.125Q206.94595 359.625 206.18033 359.625Q205.4147 359.625 204.9147 359.14062Q204.4147 358.64062 204.4147 357.82812L204.4147 357.40625ZM205.2272 357.85938Q205.2272 358.32812 205.4772 358.625Q205.74283 358.92188 206.18033 358.92188Q206.6022 358.92188 206.8522 358.64062Q207.1022 358.34375 207.1022 357.84375L207.1022 357.40625Q207.1022 356.9375 206.83658 356.65625Q206.58658 356.35938 206.1647 356.35938Q205.74283 356.35938 205.4772 356.65625Q205.2272 356.9375 205.2272 357.4375L205.2272 357.85938ZM202.27408 358.85938L201.64908 358.46875L205.82095 351.79688L206.43033 352.1875L202.27408 358.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 354.70312L195.74283 354.70312Q196.52408 354.6875 196.96158 354.29688Q197.39908 353.90625 197.39908 353.23438Q197.39908 351.73438 195.89908 351.73438Q195.19595 351.73438 194.77408 352.14062Q194.36783 352.54688 194.36783 353.20312L193.27408 353.20312Q193.27408 352.1875 194.00845 351.51562Q194.75845 350.84375 195.89908 350.84375Q197.1022 350.84375 197.7897 351.48438Q198.4772 352.125 198.4772 353.26562Q198.4772 353.82812 198.11783 354.34375Q197.75845 354.85938 197.13345 355.125Q197.83658 355.34375 198.21158 355.85938Q198.6022 356.375 198.6022 357.125Q198.6022 358.26562 197.8522 358.95312Q197.1022 359.625 195.89908 359.625Q194.71158 359.625 193.94595 358.96875Q193.19595 358.3125 193.19595 357.25L194.2897 357.25Q194.2897 357.92188 194.7272 358.32812Q195.1647 358.73438 195.9147 358.73438Q196.69595 358.73438 197.1022 358.32812Q197.52408 357.90625 197.52408 357.14062Q197.52408 356.40625 197.07095 356.01562Q196.61783 355.60938 195.74283 355.59375L194.93033 355.59375L194.93033 354.70312ZM200.25845 352.60938Q200.25845 351.84375 200.74283 351.34375Q201.24283 350.84375 202.00845 350.84375Q202.7897 350.84375 203.27408 351.34375Q203.75845 351.84375 203.75845 352.64062L203.75845 353.0625Q203.75845 353.82812 203.25845 354.32812Q202.77408 354.8125 202.02408 354.8125Q201.25845 354.8125 200.75845 354.32812Q200.25845 353.82812 200.25845 353.01562L200.25845 352.60938ZM201.07095 353.0625Q201.07095 353.51562 201.32095 353.8125Q201.58658 354.10938 202.02408 354.10938Q202.44595 354.10938 202.69595 353.82812Q202.94595 353.53125 202.94595 353.03125L202.94595 352.60938Q202.94595 352.15625 202.69595 351.85938Q202.44595 351.54688 202.00845 351.54688Q201.57095 351.54688 201.32095 351.85938Q201.07095 352.15625 201.07095 352.625L201.07095 353.0625ZM204.4147 357.40625Q204.4147 356.64062 204.89908 356.15625Q205.39908 355.65625 206.1647 355.65625Q206.93033 355.65625 207.4147 356.15625Q207.9147 356.64062 207.9147 357.45312L207.9147 357.85938Q207.9147 358.625 207.43033 359.125Q206.94595 359.625 206.18033 359.625Q205.4147 359.625 204.9147 359.14062Q204.4147 358.64062 204.4147 357.82812L204.4147 357.40625ZM205.2272 357.85938Q205.2272 358.32812 205.4772 358.625Q205.74283 358.92188 206.18033 358.92188Q206.6022 358.92188 206.8522 358.64062Q207.1022 358.34375 207.1022 357.84375L207.1022 357.40625Q207.1022 356.9375 206.83658 356.65625Q206.58658 356.35938 206.1647 356.35938Q205.74283 356.35938 205.4772 356.65625Q205.2272 356.9375 205.2272 357.4375L205.2272 357.85938ZM202.27408 358.85938L201.64908 358.46875L205.82095 351.79688L206.43033 352.1875L202.27408 358.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M193.89626 414.5L188.3025 414.5L188.3025 413.71875L191.25563 410.4375Q191.91188 409.6875 192.16188 409.23438Q192.41188 408.76562 192.41188 408.26562Q192.41188 407.59375 192.00563 407.17188Q191.615 406.73438 190.9275 406.73438Q190.13063 406.73438 189.6775 407.20312Q189.22438 407.65625 189.22438 408.48438L188.14626 408.48438Q188.14626 407.29688 188.89626 406.57812Q189.66188 405.84375 190.9275 405.84375Q192.13063 405.84375 192.81813 406.46875Q193.50563 407.09375 193.50563 408.14062Q193.50563 409.39062 191.89626 411.14062L189.615 413.60938L193.89626 413.60938L193.89626 414.5ZM195.20876 407.60938Q195.20876 406.84375 195.69313 406.34375Q196.19313 405.84375 196.95876 405.84375Q197.74 405.84375 198.22438 406.34375Q198.70876 406.84375 198.70876 407.64062L198.70876 408.0625Q198.70876 408.82812 198.20876 409.32812Q197.72438 409.8125 196.97438 409.8125Q196.20876 409.8125 195.70876 409.32812Q195.20876 408.82812 195.20876 408.01562L195.20876 407.60938ZM196.02126 408.0625Q196.02126 408.51562 196.27126 408.8125Q196.53688 409.10938 196.97438 409.10938Q197.39626 409.10938 197.64626 408.82812Q197.89626 408.53125 197.89626 408.03125L197.89626 407.60938Q197.89626 407.15625 197.64626 406.85938Q197.39626 406.54688 196.95876 406.54688Q196.52126 406.54688 196.27126 406.85938Q196.02126 407.15625 196.02126 407.625L196.02126 408.0625ZM199.365 412.40625Q199.365 411.64062 199.84938 411.15625Q200.34938 410.65625 201.115 410.65625Q201.88063 410.65625 202.365 411.15625Q202.865 411.64062 202.865 412.45312L202.865 412.85938Q202.865 413.625 202.38063 414.125Q201.89626 414.625 201.13063 414.625Q200.365 414.625 199.865 414.14062Q199.365 413.64062 199.365 412.82812L199.365 412.40625ZM200.1775 412.85938Q200.1775 413.32812 200.4275 413.625Q200.69313 413.92188 201.13063 413.92188Q201.5525 413.92188 201.8025 413.64062Q202.0525 413.34375 202.0525 412.84375L202.0525 412.40625Q202.0525 411.9375 201.78688 411.65625Q201.53688 411.35938 201.115 411.35938Q200.69313 411.35938 200.4275 411.65625Q200.1775 411.9375 200.1775 412.4375L200.1775 412.85938ZM197.22438 413.85938L196.59938 413.46875L200.77126 406.79688L201.38063 407.1875L197.22438 413.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M193.89626 414.5L188.3025 414.5L188.3025 413.71875L191.25563 410.4375Q191.91188 409.6875 192.16188 409.23438Q192.41188 408.76562 192.41188 408.26562Q192.41188 407.59375 192.00563 407.17188Q191.615 406.73438 190.9275 406.73438Q190.13063 406.73438 189.6775 407.20312Q189.22438 407.65625 189.22438 408.48438L188.14626 408.48438Q188.14626 407.29688 188.89626 406.57812Q189.66188 405.84375 190.9275 405.84375Q192.13063 405.84375 192.81813 406.46875Q193.50563 407.09375 193.50563 408.14062Q193.50563 409.39062 191.89626 411.14062L189.615 413.60938L193.89626 413.60938L193.89626 414.5ZM195.20876 407.60938Q195.20876 406.84375 195.69313 406.34375Q196.19313 405.84375 196.95876 405.84375Q197.74 405.84375 198.22438 406.34375Q198.70876 406.84375 198.70876 407.64062L198.70876 408.0625Q198.70876 408.82812 198.20876 409.32812Q197.72438 409.8125 196.97438 409.8125Q196.20876 409.8125 195.70876 409.32812Q195.20876 408.82812 195.20876 408.01562L195.20876 407.60938ZM196.02126 408.0625Q196.02126 408.51562 196.27126 408.8125Q196.53688 409.10938 196.97438 409.10938Q197.39626 409.10938 197.64626 408.82812Q197.89626 408.53125 197.89626 408.03125L197.89626 407.60938Q197.89626 407.15625 197.64626 406.85938Q197.39626 406.54688 196.95876 406.54688Q196.52126 406.54688 196.27126 406.85938Q196.02126 407.15625 196.02126 407.625L196.02126 408.0625ZM199.365 412.40625Q199.365 411.64062 199.84938 411.15625Q200.34938 410.65625 201.115 410.65625Q201.88063 410.65625 202.365 411.15625Q202.865 411.64062 202.865 412.45312L202.865 412.85938Q202.865 413.625 202.38063 414.125Q201.89626 414.625 201.13063 414.625Q200.365 414.625 199.865 414.14062Q199.365 413.64062 199.365 412.82812L199.365 412.40625ZM200.1775 412.85938Q200.1775 413.32812 200.4275 413.625Q200.69313 413.92188 201.13063 413.92188Q201.5525 413.92188 201.8025 413.64062Q202.0525 413.34375 202.0525 412.84375L202.0525 412.40625Q202.0525 411.9375 201.78688 411.65625Q201.53688 411.35938 201.115 411.35938Q200.69313 411.35938 200.4275 411.65625Q200.1775 411.9375 200.1775 412.4375L200.1775 412.85938ZM197.22438 413.85938L196.59938 413.46875L200.77126 406.79688L201.38063 407.1875L197.22438 413.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.81532 470.5L185.7372 470.5L185.7372 463.28125L183.5497 464.07812L183.5497 463.09375L186.65907 461.92188L186.81532 461.92188L186.81532 470.5ZM190.15907 463.60938Q190.15907 462.84375 190.64345 462.34375Q191.14345 461.84375 191.90907 461.84375Q192.69032 461.84375 193.1747 462.34375Q193.65907 462.84375 193.65907 463.64062L193.65907 464.0625Q193.65907 464.82812 193.15907 465.32812Q192.6747 465.8125 191.9247 465.8125Q191.15907 465.8125 190.65907 465.32812Q190.15907 464.82812 190.15907 464.01562L190.15907 463.60938ZM190.97157 464.0625Q190.97157 464.51562 191.22157 464.8125Q191.4872 465.10938 191.9247 465.10938Q192.34657 465.10938 192.59657 464.82812Q192.84657 464.53125 192.84657 464.03125L192.84657 463.60938Q192.84657 463.15625 192.59657 462.85938Q192.34657 462.54688 191.90907 462.54688Q191.47157 462.54688 191.22157 462.85938Q190.97157 463.15625 190.97157 463.625L190.97157 464.0625ZM194.31532 468.40625Q194.31532 467.64062 194.7997 467.15625Q195.2997 466.65625 196.06532 466.65625Q196.83095 466.65625 197.31532 467.15625Q197.81532 467.64062 197.81532 468.45312L197.81532 468.85938Q197.81532 469.625 197.33095 470.125Q196.84657 470.625 196.08095 470.625Q195.31532 470.625 194.81532 470.14062Q194.31532 469.64062 194.31532 468.82812L194.31532 468.40625ZM195.12782 468.85938Q195.12782 469.32812 195.37782 469.625Q195.64345 469.92188 196.08095 469.92188Q196.50282 469.92188 196.75282 469.64062Q197.00282 469.34375 197.00282 468.84375L197.00282 468.40625Q197.00282 467.9375 196.7372 467.65625Q196.4872 467.35938 196.06532 467.35938Q195.64345 467.35938 195.37782 467.65625Q195.12782 467.9375 195.12782 468.4375L195.12782 468.85938ZM192.1747 469.85938L191.5497 469.46875L195.72157 462.79688L196.33095 463.1875L192.1747 469.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M186.81532 470.5L185.7372 470.5L185.7372 463.28125L183.5497 464.07812L183.5497 463.09375L186.65907 461.92188L186.81532 461.92188L186.81532 470.5ZM190.15907 463.60938Q190.15907 462.84375 190.64345 462.34375Q191.14345 461.84375 191.90907 461.84375Q192.69032 461.84375 193.1747 462.34375Q193.65907 462.84375 193.65907 463.64062L193.65907 464.0625Q193.65907 464.82812 193.15907 465.32812Q192.6747 465.8125 191.9247 465.8125Q191.15907 465.8125 190.65907 465.32812Q190.15907 464.82812 190.15907 464.01562L190.15907 463.60938ZM190.97157 464.0625Q190.97157 464.51562 191.22157 464.8125Q191.4872 465.10938 191.9247 465.10938Q192.34657 465.10938 192.59657 464.82812Q192.84657 464.53125 192.84657 464.03125L192.84657 463.60938Q192.84657 463.15625 192.59657 462.85938Q192.34657 462.54688 191.90907 462.54688Q191.47157 462.54688 191.22157 462.85938Q190.97157 463.15625 190.97157 463.625L190.97157 464.0625ZM194.31532 468.40625Q194.31532 467.64062 194.7997 467.15625Q195.2997 466.65625 196.06532 466.65625Q196.83095 466.65625 197.31532 467.15625Q197.81532 467.64062 197.81532 468.45312L197.81532 468.85938Q197.81532 469.625 197.33095 470.125Q196.84657 470.625 196.08095 470.625Q195.31532 470.625 194.81532 470.14062Q194.31532 469.64062 194.31532 468.82812L194.31532 468.40625ZM195.12782 468.85938Q195.12782 469.32812 195.37782 469.625Q195.64345 469.92188 196.08095 469.92188Q196.50282 469.92188 196.75282 469.64062Q197.00282 469.34375 197.00282 468.84375L197.00282 468.40625Q197.00282 467.9375 196.7372 467.65625Q196.4872 467.35938 196.06532 467.35938Q195.64345 467.35938 195.37782 467.65625Q195.12782 467.9375 195.12782 468.4375L195.12782 468.85938ZM192.1747 469.85938L191.5497 469.46875L195.72157 462.79688L196.33095 463.1875L192.1747 469.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M346.4211 520.7031L347.2336 520.7031Q348.01486 520.6875 348.45236 520.2969Q348.88986 519.90625 348.88986 519.2344Q348.88986 517.7344 347.38986 517.7344Q346.68674 517.7344 346.26486 518.1406Q345.8586 518.5469 345.8586 519.2031L344.76486 519.2031Q344.76486 518.1875 345.49924 517.5156Q346.24924 516.84375 347.38986 516.84375Q348.593 516.84375 349.2805 517.4844Q349.968 518.125 349.968 519.2656Q349.968 519.8281 349.6086 520.34375Q349.24924 520.8594 348.62424 521.125Q349.32736 521.34375 349.70236 521.8594Q350.093 522.375 350.093 523.125Q350.093 524.2656 349.343 524.9531Q348.593 525.625 347.38986 525.625Q346.20236 525.625 345.43674 524.96875Q344.68674 524.3125 344.68674 523.25L345.7805 523.25Q345.7805 523.9219 346.218 524.3281Q346.6555 524.7344 347.4055 524.7344Q348.18674 524.7344 348.593 524.3281Q349.01486 523.90625 349.01486 523.1406Q349.01486 522.40625 348.56174 522.0156Q348.1086 521.6094 347.2336 521.59375L346.4211 521.59375L346.4211 520.7031ZM353.4211 520.7031L354.2336 520.7031Q355.01486 520.6875 355.45236 520.2969Q355.88986 519.90625 355.88986 519.2344Q355.88986 517.7344 354.38986 517.7344Q353.68674 517.7344 353.26486 518.1406Q352.8586 518.5469 352.8586 519.2031L351.76486 519.2031Q351.76486 518.1875 352.49924 517.5156Q353.24924 516.84375 354.38986 516.84375Q355.593 516.84375 356.2805 517.4844Q356.968 518.125 356.968 519.2656Q356.968 519.8281 356.6086 520.34375Q356.24924 520.8594 355.62424 521.125Q356.32736 521.34375 356.70236 521.8594Q357.093 522.375 357.093 523.125Q357.093 524.2656 356.343 524.9531Q355.593 525.625 354.38986 525.625Q353.20236 525.625 352.43674 524.96875Q351.68674 524.3125 351.68674 523.25L352.7805 523.25Q352.7805 523.9219 353.218 524.3281Q353.6555 524.7344 354.4055 524.7344Q355.18674 524.7344 355.593 524.3281Q356.01486 523.90625 356.01486 523.1406Q356.01486 522.40625 355.56174 522.0156Q355.1086 521.6094 354.2336 521.59375L353.4211 521.59375L353.4211 520.7031ZM358.74924 518.6094Q358.74924 517.84375 359.2336 517.34375Q359.7336 516.84375 360.49924 516.84375Q361.2805 516.84375 361.76486 517.34375Q362.24924 517.84375 362.24924 518.6406L362.24924 519.0625Q362.24924 519.8281 361.74924 520.3281Q361.26486 520.8125 360.51486 520.8125Q359.74924 520.8125 359.24924 520.3281Q358.74924 519.8281 358.74924 519.0156L358.74924 518.6094ZM359.56174 519.0625Q359.56174 519.5156 359.81174 519.8125Q360.07736 520.1094 360.51486 520.1094Q360.93674 520.1094 361.18674 519.8281Q361.43674 519.53125 361.43674 519.03125L361.43674 518.6094Q361.43674 518.15625 361.18674 517.8594Q360.93674 517.5469 360.49924 517.5469Q360.06174 517.5469 359.81174 517.8594Q359.56174 518.15625 359.56174 518.625L359.56174 519.0625ZM362.9055 523.40625Q362.9055 522.6406 363.38986 522.15625Q363.88986 521.65625 364.6555 521.65625Q365.4211 521.65625 365.9055 522.15625Q366.4055 522.6406 366.4055 523.4531L366.4055 523.8594Q366.4055 524.625 365.9211 525.125Q365.43674 525.625 364.6711 525.625Q363.9055 525.625 363.4055 525.1406Q362.9055 524.6406 362.9055 523.8281L362.9055 523.40625ZM363.718 523.8594Q363.718 524.3281 363.968 524.625Q364.2336 524.9219 364.6711 524.9219Q365.093 524.9219 365.343 524.6406Q365.593 524.34375 365.593 523.84375L365.593 523.40625Q365.593 522.9375 365.32736 522.65625Q365.07736 522.3594 364.6555 522.3594Q364.2336 522.3594 363.968 522.65625Q363.718 522.9375 363.718 523.4375L363.718 523.8594ZM360.76486 524.8594L360.13986 524.46875L364.31174 517.7969L364.9211 518.1875L360.76486 524.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M346.4211 520.7031L347.2336 520.7031Q348.01486 520.6875 348.45236 520.2969Q348.88986 519.90625 348.88986 519.2344Q348.88986 517.7344 347.38986 517.7344Q346.68674 517.7344 346.26486 518.1406Q345.8586 518.5469 345.8586 519.2031L344.76486 519.2031Q344.76486 518.1875 345.49924 517.5156Q346.24924 516.84375 347.38986 516.84375Q348.593 516.84375 349.2805 517.4844Q349.968 518.125 349.968 519.2656Q349.968 519.8281 349.6086 520.34375Q349.24924 520.8594 348.62424 521.125Q349.32736 521.34375 349.70236 521.8594Q350.093 522.375 350.093 523.125Q350.093 524.2656 349.343 524.9531Q348.593 525.625 347.38986 525.625Q346.20236 525.625 345.43674 524.96875Q344.68674 524.3125 344.68674 523.25L345.7805 523.25Q345.7805 523.9219 346.218 524.3281Q346.6555 524.7344 347.4055 524.7344Q348.18674 524.7344 348.593 524.3281Q349.01486 523.90625 349.01486 523.1406Q349.01486 522.40625 348.56174 522.0156Q348.1086 521.6094 347.2336 521.59375L346.4211 521.59375L346.4211 520.7031ZM353.4211 520.7031L354.2336 520.7031Q355.01486 520.6875 355.45236 520.2969Q355.88986 519.90625 355.88986 519.2344Q355.88986 517.7344 354.38986 517.7344Q353.68674 517.7344 353.26486 518.1406Q352.8586 518.5469 352.8586 519.2031L351.76486 519.2031Q351.76486 518.1875 352.49924 517.5156Q353.24924 516.84375 354.38986 516.84375Q355.593 516.84375 356.2805 517.4844Q356.968 518.125 356.968 519.2656Q356.968 519.8281 356.6086 520.34375Q356.24924 520.8594 355.62424 521.125Q356.32736 521.34375 356.70236 521.8594Q357.093 522.375 357.093 523.125Q357.093 524.2656 356.343 524.9531Q355.593 525.625 354.38986 525.625Q353.20236 525.625 352.43674 524.96875Q351.68674 524.3125 351.68674 523.25L352.7805 523.25Q352.7805 523.9219 353.218 524.3281Q353.6555 524.7344 354.4055 524.7344Q355.18674 524.7344 355.593 524.3281Q356.01486 523.90625 356.01486 523.1406Q356.01486 522.40625 355.56174 522.0156Q355.1086 521.6094 354.2336 521.59375L353.4211 521.59375L353.4211 520.7031ZM358.74924 518.6094Q358.74924 517.84375 359.2336 517.34375Q359.7336 516.84375 360.49924 516.84375Q361.2805 516.84375 361.76486 517.34375Q362.24924 517.84375 362.24924 518.6406L362.24924 519.0625Q362.24924 519.8281 361.74924 520.3281Q361.26486 520.8125 360.51486 520.8125Q359.74924 520.8125 359.24924 520.3281Q358.74924 519.8281 358.74924 519.0156L358.74924 518.6094ZM359.56174 519.0625Q359.56174 519.5156 359.81174 519.8125Q360.07736 520.1094 360.51486 520.1094Q360.93674 520.1094 361.18674 519.8281Q361.43674 519.53125 361.43674 519.03125L361.43674 518.6094Q361.43674 518.15625 361.18674 517.8594Q360.93674 517.5469 360.49924 517.5469Q360.06174 517.5469 359.81174 517.8594Q359.56174 518.15625 359.56174 518.625L359.56174 519.0625ZM362.9055 523.40625Q362.9055 522.6406 363.38986 522.15625Q363.88986 521.65625 364.6555 521.65625Q365.4211 521.65625 365.9055 522.15625Q366.4055 522.6406 366.4055 523.4531L366.4055 523.8594Q366.4055 524.625 365.9211 525.125Q365.43674 525.625 364.6711 525.625Q363.9055 525.625 363.4055 525.1406Q362.9055 524.6406 362.9055 523.8281L362.9055 523.40625ZM363.718 523.8594Q363.718 524.3281 363.968 524.625Q364.2336 524.9219 364.6711 524.9219Q365.093 524.9219 365.343 524.6406Q365.593 524.34375 365.593 523.84375L365.593 523.40625Q365.593 522.9375 365.32736 522.65625Q365.07736 522.3594 364.6555 522.3594Q364.2336 522.3594 363.968 522.65625Q363.718 522.9375 363.718 523.4375L363.718 523.8594ZM360.76486 524.8594L360.13986 524.46875L364.31174 517.7969L364.9211 518.1875L360.76486 524.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M366.61987 88.703125L367.43237 88.703125Q368.21362 88.6875 368.65112 88.296875Q369.08862 87.90625 369.08862 87.234375Q369.08862 85.734375 367.58862 85.734375Q366.8855 85.734375 366.46362 86.140625Q366.05737 86.546875 366.05737 87.203125L364.96362 87.203125Q364.96362 86.1875 365.698 85.515625Q366.448 84.84375 367.58862 84.84375Q368.79175 84.84375 369.47925 85.484375Q370.16675 86.125 370.16675 87.265625Q370.16675 87.828125 369.80737 88.34375Q369.448 88.859375 368.823 89.125Q369.52612 89.34375 369.90112 89.859375Q370.29175 90.375 370.29175 91.125Q370.29175 92.265625 369.54175 92.953125Q368.79175 93.625 367.58862 93.625Q366.40112 93.625 365.6355 92.96875Q364.8855 92.3125 364.8855 91.25L365.97925 91.25Q365.97925 91.921875 366.41675 92.328125Q366.85425 92.734375 367.60425 92.734375Q368.3855 92.734375 368.79175 92.328125Q369.21362 91.90625 369.21362 91.140625Q369.21362 90.40625 368.7605 90.015625Q368.30737 89.609375 367.43237 89.59375L366.61987 89.59375L366.61987 88.703125ZM377.55737 85.578125L374.02612 93.5L372.8855 93.5L376.40112 85.859375L371.79175 85.859375L371.79175 84.96875L377.55737 84.96875L377.55737 85.578125ZM378.948 86.609375Q378.948 85.84375 379.43237 85.34375Q379.93237 84.84375 380.698 84.84375Q381.47925 84.84375 381.96362 85.34375Q382.448 85.84375 382.448 86.640625L382.448 87.0625Q382.448 87.828125 381.948 88.328125Q381.46362 88.8125 380.71362 88.8125Q379.948 88.8125 379.448 88.328125Q378.948 87.828125 378.948 87.015625L378.948 86.609375ZM379.7605 87.0625Q379.7605 87.515625 380.0105 87.8125Q380.27612 88.109375 380.71362 88.109375Q381.1355 88.109375 381.3855 87.828125Q381.6355 87.53125 381.6355 87.03125L381.6355 86.609375Q381.6355 86.15625 381.3855 85.859375Q381.1355 85.546875 380.698 85.546875Q380.2605 85.546875 380.0105 85.859375Q379.7605 86.15625 379.7605 86.625L379.7605 87.0625ZM383.10425 91.40625Q383.10425 90.640625 383.58862 90.15625Q384.08862 89.65625 384.85425 89.65625Q385.61987 89.65625 386.10425 90.15625Q386.60425 90.640625 386.60425 91.453125L386.60425 91.859375Q386.60425 92.625 386.11987 93.125Q385.6355 93.625 384.86987 93.625Q384.10425 93.625 383.60425 93.140625Q383.10425 92.640625 383.10425 91.828125L383.10425 91.40625ZM383.91675 91.859375Q383.91675 92.328125 384.16675 92.625Q384.43237 92.921875 384.86987 92.921875Q385.29175 92.921875 385.54175 92.640625Q385.79175 92.34375 385.79175 91.84375L385.79175 91.40625Q385.79175 90.9375 385.52612 90.65625Q385.27612 90.359375 384.85425 90.359375Q384.43237 90.359375 384.16675 90.65625Q383.91675 90.9375 383.91675 91.4375L383.91675 91.859375ZM380.96362 92.859375L380.33862 92.46875L384.5105 85.796875L385.11987 86.1875L380.96362 92.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M366.61987 88.703125L367.43237 88.703125Q368.21362 88.6875 368.65112 88.296875Q369.08862 87.90625 369.08862 87.234375Q369.08862 85.734375 367.58862 85.734375Q366.8855 85.734375 366.46362 86.140625Q366.05737 86.546875 366.05737 87.203125L364.96362 87.203125Q364.96362 86.1875 365.698 85.515625Q366.448 84.84375 367.58862 84.84375Q368.79175 84.84375 369.47925 85.484375Q370.16675 86.125 370.16675 87.265625Q370.16675 87.828125 369.80737 88.34375Q369.448 88.859375 368.823 89.125Q369.52612 89.34375 369.90112 89.859375Q370.29175 90.375 370.29175 91.125Q370.29175 92.265625 369.54175 92.953125Q368.79175 93.625 367.58862 93.625Q366.40112 93.625 365.6355 92.96875Q364.8855 92.3125 364.8855 91.25L365.97925 91.25Q365.97925 91.921875 366.41675 92.328125Q366.85425 92.734375 367.60425 92.734375Q368.3855 92.734375 368.79175 92.328125Q369.21362 91.90625 369.21362 91.140625Q369.21362 90.40625 368.7605 90.015625Q368.30737 89.609375 367.43237 89.59375L366.61987 89.59375L366.61987 88.703125ZM377.55737 85.578125L374.02612 93.5L372.8855 93.5L376.40112 85.859375L371.79175 85.859375L371.79175 84.96875L377.55737 84.96875L377.55737 85.578125ZM378.948 86.609375Q378.948 85.84375 379.43237 85.34375Q379.93237 84.84375 380.698 84.84375Q381.47925 84.84375 381.96362 85.34375Q382.448 85.84375 382.448 86.640625L382.448 87.0625Q382.448 87.828125 381.948 88.328125Q381.46362 88.8125 380.71362 88.8125Q379.948 88.8125 379.448 88.328125Q378.948 87.828125 378.948 87.015625L378.948 86.609375ZM379.7605 87.0625Q379.7605 87.515625 380.0105 87.8125Q380.27612 88.109375 380.71362 88.109375Q381.1355 88.109375 381.3855 87.828125Q381.6355 87.53125 381.6355 87.03125L381.6355 86.609375Q381.6355 86.15625 381.3855 85.859375Q381.1355 85.546875 380.698 85.546875Q380.2605 85.546875 380.0105 85.859375Q379.7605 86.15625 379.7605 86.625L379.7605 87.0625ZM383.10425 91.40625Q383.10425 90.640625 383.58862 90.15625Q384.08862 89.65625 384.85425 89.65625Q385.61987 89.65625 386.10425 90.15625Q386.60425 90.640625 386.60425 91.453125L386.60425 91.859375Q386.60425 92.625 386.11987 93.125Q385.6355 93.625 384.86987 93.625Q384.10425 93.625 383.60425 93.140625Q383.10425 92.640625 383.10425 91.828125L383.10425 91.40625ZM383.91675 91.859375Q383.91675 92.328125 384.16675 92.625Q384.43237 92.921875 384.86987 92.921875Q385.29175 92.921875 385.54175 92.640625Q385.79175 92.34375 385.79175 91.84375L385.79175 91.40625Q385.79175 90.9375 385.52612 90.65625Q385.27612 90.359375 384.85425 90.359375Q384.43237 90.359375 384.16675 90.65625Q383.91675 90.9375 383.91675 91.4375L383.91675 91.859375ZM380.96362 92.859375L380.33862 92.46875L384.5105 85.796875L385.11987 86.1875L380.96362 92.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M237.31224 148.5L236.23412 148.5L236.23412 141.28125L234.04662 142.07812L234.04662 141.09375L237.15599 139.92188L237.31224 139.92188L237.31224 148.5ZM244.31224 148.5L243.23412 148.5L243.23412 141.28125L241.04662 142.07812L241.04662 141.09375L244.15599 139.92188L244.31224 139.92188L244.31224 148.5ZM247.65599 141.60938Q247.65599 140.84375 248.14037 140.34375Q248.64037 139.84375 249.40599 139.84375Q250.18724 139.84375 250.67162 140.34375Q251.15599 140.84375 251.15599 141.64062L251.15599 142.0625Q251.15599 142.82812 250.65599 143.32812Q250.17162 143.8125 249.42162 143.8125Q248.65599 143.8125 248.15599 143.32812Q247.65599 142.82812 247.65599 142.01562L247.65599 141.60938ZM248.46849 142.0625Q248.46849 142.51562 248.71849 142.8125Q248.98412 143.10938 249.42162 143.10938Q249.84349 143.10938 250.09349 142.82812Q250.34349 142.53125 250.34349 142.03125L250.34349 141.60938Q250.34349 141.15625 250.09349 140.85938Q249.84349 140.54688 249.40599 140.54688Q248.96849 140.54688 248.71849 140.85938Q248.46849 141.15625 248.46849 141.625L248.46849 142.0625ZM251.81224 146.40625Q251.81224 145.64062 252.29662 145.15625Q252.79662 144.65625 253.56224 144.65625Q254.32787 144.65625 254.81224 145.15625Q255.31224 145.64062 255.31224 146.45312L255.31224 146.85938Q255.31224 147.625 254.82787 148.125Q254.34349 148.625 253.57787 148.625Q252.81224 148.625 252.31224 148.14062Q251.81224 147.64062 251.81224 146.82812L251.81224 146.40625ZM252.62474 146.85938Q252.62474 147.32812 252.87474 147.625Q253.14037 147.92188 253.57787 147.92188Q253.99974 147.92188 254.24974 147.64062Q254.49974 147.34375 254.49974 146.84375L254.49974 146.40625Q254.49974 145.9375 254.23412 145.65625Q253.98412 145.35938 253.56224 145.35938Q253.14037 145.35938 252.87474 145.65625Q252.62474 145.9375 252.62474 146.4375L252.62474 146.85938ZM249.67162 147.85938L249.04662 147.46875L253.21849 140.79688L253.82787 141.1875L249.67162 147.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M237.31224 148.5L236.23412 148.5L236.23412 141.28125L234.04662 142.07812L234.04662 141.09375L237.15599 139.92188L237.31224 139.92188L237.31224 148.5ZM244.31224 148.5L243.23412 148.5L243.23412 141.28125L241.04662 142.07812L241.04662 141.09375L244.15599 139.92188L244.31224 139.92188L244.31224 148.5ZM247.65599 141.60938Q247.65599 140.84375 248.14037 140.34375Q248.64037 139.84375 249.40599 139.84375Q250.18724 139.84375 250.67162 140.34375Q251.15599 140.84375 251.15599 141.64062L251.15599 142.0625Q251.15599 142.82812 250.65599 143.32812Q250.17162 143.8125 249.42162 143.8125Q248.65599 143.8125 248.15599 143.32812Q247.65599 142.82812 247.65599 142.01562L247.65599 141.60938ZM248.46849 142.0625Q248.46849 142.51562 248.71849 142.8125Q248.98412 143.10938 249.42162 143.10938Q249.84349 143.10938 250.09349 142.82812Q250.34349 142.53125 250.34349 142.03125L250.34349 141.60938Q250.34349 141.15625 250.09349 140.85938Q249.84349 140.54688 249.40599 140.54688Q248.96849 140.54688 248.71849 140.85938Q248.46849 141.15625 248.46849 141.625L248.46849 142.0625ZM251.81224 146.40625Q251.81224 145.64062 252.29662 145.15625Q252.79662 144.65625 253.56224 144.65625Q254.32787 144.65625 254.81224 145.15625Q255.31224 145.64062 255.31224 146.45312L255.31224 146.85938Q255.31224 147.625 254.82787 148.125Q254.34349 148.625 253.57787 148.625Q252.81224 148.625 252.31224 148.14062Q251.81224 147.64062 251.81224 146.82812L251.81224 146.40625ZM252.62474 146.85938Q252.62474 147.32812 252.87474 147.625Q253.14037 147.92188 253.57787 147.92188Q253.99974 147.92188 254.24974 147.64062Q254.49974 147.34375 254.49974 146.84375L254.49974 146.40625Q254.49974 145.9375 254.23412 145.65625Q253.98412 145.35938 253.56224 145.35938Q253.14037 145.35938 252.87474 145.65625Q252.62474 145.9375 252.62474 146.4375L252.62474 146.85938ZM249.67162 147.85938L249.04662 147.46875L253.21849 140.79688L253.82787 141.1875L249.67162 147.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 199.70312L195.74283 199.70312Q196.52408 199.6875 196.96158 199.29688Q197.39908 198.90625 197.39908 198.23438Q197.39908 196.73438 195.89908 196.73438Q195.19595 196.73438 194.77408 197.14062Q194.36783 197.54688 194.36783 198.20312L193.27408 198.20312Q193.27408 197.1875 194.00845 196.51562Q194.75845 195.84375 195.89908 195.84375Q197.1022 195.84375 197.7897 196.48438Q198.4772 197.125 198.4772 198.26562Q198.4772 198.82812 198.11783 199.34375Q197.75845 199.85938 197.13345 200.125Q197.83658 200.34375 198.21158 200.85938Q198.6022 201.375 198.6022 202.125Q198.6022 203.26562 197.8522 203.95312Q197.1022 204.625 195.89908 204.625Q194.71158 204.625 193.94595 203.96875Q193.19595 203.3125 193.19595 202.25L194.2897 202.25Q194.2897 202.92188 194.7272 203.32812Q195.1647 203.73438 195.9147 203.73438Q196.69595 203.73438 197.1022 203.32812Q197.52408 202.90625 197.52408 202.14062Q197.52408 201.40625 197.07095 201.01562Q196.61783 200.60938 195.74283 200.59375L194.93033 200.59375L194.93033 199.70312ZM200.25845 197.60938Q200.25845 196.84375 200.74283 196.34375Q201.24283 195.84375 202.00845 195.84375Q202.7897 195.84375 203.27408 196.34375Q203.75845 196.84375 203.75845 197.64062L203.75845 198.0625Q203.75845 198.82812 203.25845 199.32812Q202.77408 199.8125 202.02408 199.8125Q201.25845 199.8125 200.75845 199.32812Q200.25845 198.82812 200.25845 198.01562L200.25845 197.60938ZM201.07095 198.0625Q201.07095 198.51562 201.32095 198.8125Q201.58658 199.10938 202.02408 199.10938Q202.44595 199.10938 202.69595 198.82812Q202.94595 198.53125 202.94595 198.03125L202.94595 197.60938Q202.94595 197.15625 202.69595 196.85938Q202.44595 196.54688 202.00845 196.54688Q201.57095 196.54688 201.32095 196.85938Q201.07095 197.15625 201.07095 197.625L201.07095 198.0625ZM204.4147 202.40625Q204.4147 201.64062 204.89908 201.15625Q205.39908 200.65625 206.1647 200.65625Q206.93033 200.65625 207.4147 201.15625Q207.9147 201.64062 207.9147 202.45312L207.9147 202.85938Q207.9147 203.625 207.43033 204.125Q206.94595 204.625 206.18033 204.625Q205.4147 204.625 204.9147 204.14062Q204.4147 203.64062 204.4147 202.82812L204.4147 202.40625ZM205.2272 202.85938Q205.2272 203.32812 205.4772 203.625Q205.74283 203.92188 206.18033 203.92188Q206.6022 203.92188 206.8522 203.64062Q207.1022 203.34375 207.1022 202.84375L207.1022 202.40625Q207.1022 201.9375 206.83658 201.65625Q206.58658 201.35938 206.1647 201.35938Q205.74283 201.35938 205.4772 201.65625Q205.2272 201.9375 205.2272 202.4375L205.2272 202.85938ZM202.27408 203.85938L201.64908 203.46875L205.82095 196.79688L206.43033 197.1875L202.27408 203.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 199.70312L195.74283 199.70312Q196.52408 199.6875 196.96158 199.29688Q197.39908 198.90625 197.39908 198.23438Q197.39908 196.73438 195.89908 196.73438Q195.19595 196.73438 194.77408 197.14062Q194.36783 197.54688 194.36783 198.20312L193.27408 198.20312Q193.27408 197.1875 194.00845 196.51562Q194.75845 195.84375 195.89908 195.84375Q197.1022 195.84375 197.7897 196.48438Q198.4772 197.125 198.4772 198.26562Q198.4772 198.82812 198.11783 199.34375Q197.75845 199.85938 197.13345 200.125Q197.83658 200.34375 198.21158 200.85938Q198.6022 201.375 198.6022 202.125Q198.6022 203.26562 197.8522 203.95312Q197.1022 204.625 195.89908 204.625Q194.71158 204.625 193.94595 203.96875Q193.19595 203.3125 193.19595 202.25L194.2897 202.25Q194.2897 202.92188 194.7272 203.32812Q195.1647 203.73438 195.9147 203.73438Q196.69595 203.73438 197.1022 203.32812Q197.52408 202.90625 197.52408 202.14062Q197.52408 201.40625 197.07095 201.01562Q196.61783 200.60938 195.74283 200.59375L194.93033 200.59375L194.93033 199.70312ZM200.25845 197.60938Q200.25845 196.84375 200.74283 196.34375Q201.24283 195.84375 202.00845 195.84375Q202.7897 195.84375 203.27408 196.34375Q203.75845 196.84375 203.75845 197.64062L203.75845 198.0625Q203.75845 198.82812 203.25845 199.32812Q202.77408 199.8125 202.02408 199.8125Q201.25845 199.8125 200.75845 199.32812Q200.25845 198.82812 200.25845 198.01562L200.25845 197.60938ZM201.07095 198.0625Q201.07095 198.51562 201.32095 198.8125Q201.58658 199.10938 202.02408 199.10938Q202.44595 199.10938 202.69595 198.82812Q202.94595 198.53125 202.94595 198.03125L202.94595 197.60938Q202.94595 197.15625 202.69595 196.85938Q202.44595 196.54688 202.00845 196.54688Q201.57095 196.54688 201.32095 196.85938Q201.07095 197.15625 201.07095 197.625L201.07095 198.0625ZM204.4147 202.40625Q204.4147 201.64062 204.89908 201.15625Q205.39908 200.65625 206.1647 200.65625Q206.93033 200.65625 207.4147 201.15625Q207.9147 201.64062 207.9147 202.45312L207.9147 202.85938Q207.9147 203.625 207.43033 204.125Q206.94595 204.625 206.18033 204.625Q205.4147 204.625 204.9147 204.14062Q204.4147 203.64062 204.4147 202.82812L204.4147 202.40625ZM205.2272 202.85938Q205.2272 203.32812 205.4772 203.625Q205.74283 203.92188 206.18033 203.92188Q206.6022 203.92188 206.8522 203.64062Q207.1022 203.34375 207.1022 202.84375L207.1022 202.40625Q207.1022 201.9375 206.83658 201.65625Q206.58658 201.35938 206.1647 201.35938Q205.74283 201.35938 205.4772 201.65625Q205.2272 201.9375 205.2272 202.4375L205.2272 202.85938ZM202.27408 203.85938L201.64908 203.46875L205.82095 196.79688L206.43033 197.1875L202.27408 203.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.93033 254.70312L195.74283 254.70312Q196.52408 254.6875 196.96158 254.29688Q197.39908 253.90625 197.39908 253.23438Q197.39908 251.73438 195.89908 251.73438Q195.19595 251.73438 194.77408 252.14062Q194.36783 252.54688 194.36783 253.20312L193.27408 253.20312Q193.27408 252.1875 194.00845 251.51562Q194.75845 250.84375 195.89908 250.84375Q197.1022 250.84375 197.7897 251.48438Q198.4772 252.125 198.4772 253.26562Q198.4772 253.82812 198.11783 254.34375Q197.75845 254.85938 197.13345 255.125Q197.83658 255.34375 198.21158 255.85938Q198.6022 256.375 198.6022 257.125Q198.6022 258.26562 197.8522 258.95312Q197.1022 259.625 195.89908 259.625Q194.71158 259.625 193.94595 258.96875Q193.19595 258.3125 193.19595 257.25L194.2897 257.25Q194.2897 257.92188 194.7272 258.32812Q195.1647 258.73438 195.9147 258.73438Q196.69595 258.73438 197.1022 258.32812Q197.52408 257.90625 197.52408 257.14062Q197.52408 256.40625 197.07095 256.01562Q196.61783 255.60938 195.74283 255.59375L194.93033 255.59375L194.93033 254.70312ZM200.25845 252.60938Q200.25845 251.84375 200.74283 251.34375Q201.24283 250.84375 202.00845 250.84375Q202.7897 250.84375 203.27408 251.34375Q203.75845 251.84375 203.75845 252.64062L203.75845 253.0625Q203.75845 253.82812 203.25845 254.32812Q202.77408 254.8125 202.02408 254.8125Q201.25845 254.8125 200.75845 254.32812Q200.25845 253.82812 200.25845 253.01562L200.25845 252.60938ZM201.07095 253.0625Q201.07095 253.51562 201.32095 253.8125Q201.58658 254.10938 202.02408 254.10938Q202.44595 254.10938 202.69595 253.82812Q202.94595 253.53125 202.94595 253.03125L202.94595 252.60938Q202.94595 252.15625 202.69595 251.85938Q202.44595 251.54688 202.00845 251.54688Q201.57095 251.54688 201.32095 251.85938Q201.07095 252.15625 201.07095 252.625L201.07095 253.0625ZM204.4147 257.40625Q204.4147 256.64062 204.89908 256.15625Q205.39908 255.65625 206.1647 255.65625Q206.93033 255.65625 207.4147 256.15625Q207.9147 256.64062 207.9147 257.45312L207.9147 257.85938Q207.9147 258.625 207.43033 259.125Q206.94595 259.625 206.18033 259.625Q205.4147 259.625 204.9147 259.14062Q204.4147 258.64062 204.4147 257.82812L204.4147 257.40625ZM205.2272 257.85938Q205.2272 258.32812 205.4772 258.625Q205.74283 258.92188 206.18033 258.92188Q206.6022 258.92188 206.8522 258.64062Q207.1022 258.34375 207.1022 257.84375L207.1022 257.40625Q207.1022 256.9375 206.83658 256.65625Q206.58658 256.35938 206.1647 256.35938Q205.74283 256.35938 205.4772 256.65625Q205.2272 256.9375 205.2272 257.4375L205.2272 257.85938ZM202.27408 258.85938L201.64908 258.46875L205.82095 251.79688L206.43033 252.1875L202.27408 258.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.93033 254.70312L195.74283 254.70312Q196.52408 254.6875 196.96158 254.29688Q197.39908 253.90625 197.39908 253.23438Q197.39908 251.73438 195.89908 251.73438Q195.19595 251.73438 194.77408 252.14062Q194.36783 252.54688 194.36783 253.20312L193.27408 253.20312Q193.27408 252.1875 194.00845 251.51562Q194.75845 250.84375 195.89908 250.84375Q197.1022 250.84375 197.7897 251.48438Q198.4772 252.125 198.4772 253.26562Q198.4772 253.82812 198.11783 254.34375Q197.75845 254.85938 197.13345 255.125Q197.83658 255.34375 198.21158 255.85938Q198.6022 256.375 198.6022 257.125Q198.6022 258.26562 197.8522 258.95312Q197.1022 259.625 195.89908 259.625Q194.71158 259.625 193.94595 258.96875Q193.19595 258.3125 193.19595 257.25L194.2897 257.25Q194.2897 257.92188 194.7272 258.32812Q195.1647 258.73438 195.9147 258.73438Q196.69595 258.73438 197.1022 258.32812Q197.52408 257.90625 197.52408 257.14062Q197.52408 256.40625 197.07095 256.01562Q196.61783 255.60938 195.74283 255.59375L194.93033 255.59375L194.93033 254.70312ZM200.25845 252.60938Q200.25845 251.84375 200.74283 251.34375Q201.24283 250.84375 202.00845 250.84375Q202.7897 250.84375 203.27408 251.34375Q203.75845 251.84375 203.75845 252.64062L203.75845 253.0625Q203.75845 253.82812 203.25845 254.32812Q202.77408 254.8125 202.02408 254.8125Q201.25845 254.8125 200.75845 254.32812Q200.25845 253.82812 200.25845 253.01562L200.25845 252.60938ZM201.07095 253.0625Q201.07095 253.51562 201.32095 253.8125Q201.58658 254.10938 202.02408 254.10938Q202.44595 254.10938 202.69595 253.82812Q202.94595 253.53125 202.94595 253.03125L202.94595 252.60938Q202.94595 252.15625 202.69595 251.85938Q202.44595 251.54688 202.00845 251.54688Q201.57095 251.54688 201.32095 251.85938Q201.07095 252.15625 201.07095 252.625L201.07095 253.0625ZM204.4147 257.40625Q204.4147 256.64062 204.89908 256.15625Q205.39908 255.65625 206.1647 255.65625Q206.93033 255.65625 207.4147 256.15625Q207.9147 256.64062 207.9147 257.45312L207.9147 257.85938Q207.9147 258.625 207.43033 259.125Q206.94595 259.625 206.18033 259.625Q205.4147 259.625 204.9147 259.14062Q204.4147 258.64062 204.4147 257.82812L204.4147 257.40625ZM205.2272 257.85938Q205.2272 258.32812 205.4772 258.625Q205.74283 258.92188 206.18033 258.92188Q206.6022 258.92188 206.8522 258.64062Q207.1022 258.34375 207.1022 257.84375L207.1022 257.40625Q207.1022 256.9375 206.83658 256.65625Q206.58658 256.35938 206.1647 256.35938Q205.74283 256.35938 205.4772 256.65625Q205.2272 256.9375 205.2272 257.4375L205.2272 257.85938ZM202.27408 258.85938L201.64908 258.46875L205.82095 251.79688L206.43033 252.1875L202.27408 258.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M193.89626 315.5L188.3025 315.5L188.3025 314.71875L191.25563 311.4375Q191.91188 310.6875 192.16188 310.23438Q192.41188 309.76562 192.41188 309.26562Q192.41188 308.59375 192.00563 308.17188Q191.615 307.73438 190.9275 307.73438Q190.13063 307.73438 189.6775 308.20312Q189.22438 308.65625 189.22438 309.48438L188.14626 309.48438Q188.14626 308.29688 188.89626 307.57812Q189.66188 306.84375 190.9275 306.84375Q192.13063 306.84375 192.81813 307.46875Q193.50563 308.09375 193.50563 309.14062Q193.50563 310.39062 191.89626 312.14062L189.615 314.60938L193.89626 314.60938L193.89626 315.5ZM195.20876 308.60938Q195.20876 307.84375 195.69313 307.34375Q196.19313 306.84375 196.95876 306.84375Q197.74 306.84375 198.22438 307.34375Q198.70876 307.84375 198.70876 308.64062L198.70876 309.0625Q198.70876 309.82812 198.20876 310.32812Q197.72438 310.8125 196.97438 310.8125Q196.20876 310.8125 195.70876 310.32812Q195.20876 309.82812 195.20876 309.01562L195.20876 308.60938ZM196.02126 309.0625Q196.02126 309.51562 196.27126 309.8125Q196.53688 310.10938 196.97438 310.10938Q197.39626 310.10938 197.64626 309.82812Q197.89626 309.53125 197.89626 309.03125L197.89626 308.60938Q197.89626 308.15625 197.64626 307.85938Q197.39626 307.54688 196.95876 307.54688Q196.52126 307.54688 196.27126 307.85938Q196.02126 308.15625 196.02126 308.625L196.02126 309.0625ZM199.365 313.40625Q199.365 312.64062 199.84938 312.15625Q200.34938 311.65625 201.115 311.65625Q201.88063 311.65625 202.365 312.15625Q202.865 312.64062 202.865 313.45312L202.865 313.85938Q202.865 314.625 202.38063 315.125Q201.89626 315.625 201.13063 315.625Q200.365 315.625 199.865 315.14062Q199.365 314.64062 199.365 313.82812L199.365 313.40625ZM200.1775 313.85938Q200.1775 314.32812 200.4275 314.625Q200.69313 314.92188 201.13063 314.92188Q201.5525 314.92188 201.8025 314.64062Q202.0525 314.34375 202.0525 313.84375L202.0525 313.40625Q202.0525 312.9375 201.78688 312.65625Q201.53688 312.35938 201.115 312.35938Q200.69313 312.35938 200.4275 312.65625Q200.1775 312.9375 200.1775 313.4375L200.1775 313.85938ZM197.22438 314.85938L196.59938 314.46875L200.77126 307.79688L201.38063 308.1875L197.22438 314.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M193.89626 315.5L188.3025 315.5L188.3025 314.71875L191.25563 311.4375Q191.91188 310.6875 192.16188 310.23438Q192.41188 309.76562 192.41188 309.26562Q192.41188 308.59375 192.00563 308.17188Q191.615 307.73438 190.9275 307.73438Q190.13063 307.73438 189.6775 308.20312Q189.22438 308.65625 189.22438 309.48438L188.14626 309.48438Q188.14626 308.29688 188.89626 307.57812Q189.66188 306.84375 190.9275 306.84375Q192.13063 306.84375 192.81813 307.46875Q193.50563 308.09375 193.50563 309.14062Q193.50563 310.39062 191.89626 312.14062L189.615 314.60938L193.89626 314.60938L193.89626 315.5ZM195.20876 308.60938Q195.20876 307.84375 195.69313 307.34375Q196.19313 306.84375 196.95876 306.84375Q197.74 306.84375 198.22438 307.34375Q198.70876 307.84375 198.70876 308.64062L198.70876 309.0625Q198.70876 309.82812 198.20876 310.32812Q197.72438 310.8125 196.97438 310.8125Q196.20876 310.8125 195.70876 310.32812Q195.20876 309.82812 195.20876 309.01562L195.20876 308.60938ZM196.02126 309.0625Q196.02126 309.51562 196.27126 309.8125Q196.53688 310.10938 196.97438 310.10938Q197.39626 310.10938 197.64626 309.82812Q197.89626 309.53125 197.89626 309.03125L197.89626 308.60938Q197.89626 308.15625 197.64626 307.85938Q197.39626 307.54688 196.95876 307.54688Q196.52126 307.54688 196.27126 307.85938Q196.02126 308.15625 196.02126 308.625L196.02126 309.0625ZM199.365 313.40625Q199.365 312.64062 199.84938 312.15625Q200.34938 311.65625 201.115 311.65625Q201.88063 311.65625 202.365 312.15625Q202.865 312.64062 202.865 313.45312L202.865 313.85938Q202.865 314.625 202.38063 315.125Q201.89626 315.625 201.13063 315.625Q200.365 315.625 199.865 315.14062Q199.365 314.64062 199.365 313.82812L199.365 313.40625ZM200.1775 313.85938Q200.1775 314.32812 200.4275 314.625Q200.69313 314.92188 201.13063 314.92188Q201.5525 314.92188 201.8025 314.64062Q202.0525 314.34375 202.0525 313.84375L202.0525 313.40625Q202.0525 312.9375 201.78688 312.65625Q201.53688 312.35938 201.115 312.35938Q200.69313 312.35938 200.4275 312.65625Q200.1775 312.9375 200.1775 313.4375L200.1775 313.85938ZM197.22438 314.85938L196.59938 314.46875L200.77126 307.79688L201.38063 308.1875L197.22438 314.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M193.89626 371.5L188.3025 371.5L188.3025 370.71875L191.25563 367.4375Q191.91188 366.6875 192.16188 366.23438Q192.41188 365.76562 192.41188 365.26562Q192.41188 364.59375 192.00563 364.17188Q191.615 363.73438 190.9275 363.73438Q190.13063 363.73438 189.6775 364.20312Q189.22438 364.65625 189.22438 365.48438L188.14626 365.48438Q188.14626 364.29688 188.89626 363.57812Q189.66188 362.84375 190.9275 362.84375Q192.13063 362.84375 192.81813 363.46875Q193.50563 364.09375 193.50563 365.14062Q193.50563 366.39062 191.89626 368.14062L189.615 370.60938L193.89626 370.60938L193.89626 371.5ZM195.20876 364.60938Q195.20876 363.84375 195.69313 363.34375Q196.19313 362.84375 196.95876 362.84375Q197.74 362.84375 198.22438 363.34375Q198.70876 363.84375 198.70876 364.64062L198.70876 365.0625Q198.70876 365.82812 198.20876 366.32812Q197.72438 366.8125 196.97438 366.8125Q196.20876 366.8125 195.70876 366.32812Q195.20876 365.82812 195.20876 365.01562L195.20876 364.60938ZM196.02126 365.0625Q196.02126 365.51562 196.27126 365.8125Q196.53688 366.10938 196.97438 366.10938Q197.39626 366.10938 197.64626 365.82812Q197.89626 365.53125 197.89626 365.03125L197.89626 364.60938Q197.89626 364.15625 197.64626 363.85938Q197.39626 363.54688 196.95876 363.54688Q196.52126 363.54688 196.27126 363.85938Q196.02126 364.15625 196.02126 364.625L196.02126 365.0625ZM199.365 369.40625Q199.365 368.64062 199.84938 368.15625Q200.34938 367.65625 201.115 367.65625Q201.88063 367.65625 202.365 368.15625Q202.865 368.64062 202.865 369.45312L202.865 369.85938Q202.865 370.625 202.38063 371.125Q201.89626 371.625 201.13063 371.625Q200.365 371.625 199.865 371.14062Q199.365 370.64062 199.365 369.82812L199.365 369.40625ZM200.1775 369.85938Q200.1775 370.32812 200.4275 370.625Q200.69313 370.92188 201.13063 370.92188Q201.5525 370.92188 201.8025 370.64062Q202.0525 370.34375 202.0525 369.84375L202.0525 369.40625Q202.0525 368.9375 201.78688 368.65625Q201.53688 368.35938 201.115 368.35938Q200.69313 368.35938 200.4275 368.65625Q200.1775 368.9375 200.1775 369.4375L200.1775 369.85938ZM197.22438 370.85938L196.59938 370.46875L200.77126 363.79688L201.38063 364.1875L197.22438 370.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M193.89626 371.5L188.3025 371.5L188.3025 370.71875L191.25563 367.4375Q191.91188 366.6875 192.16188 366.23438Q192.41188 365.76562 192.41188 365.26562Q192.41188 364.59375 192.00563 364.17188Q191.615 363.73438 190.9275 363.73438Q190.13063 363.73438 189.6775 364.20312Q189.22438 364.65625 189.22438 365.48438L188.14626 365.48438Q188.14626 364.29688 188.89626 363.57812Q189.66188 362.84375 190.9275 362.84375Q192.13063 362.84375 192.81813 363.46875Q193.50563 364.09375 193.50563 365.14062Q193.50563 366.39062 191.89626 368.14062L189.615 370.60938L193.89626 370.60938L193.89626 371.5ZM195.20876 364.60938Q195.20876 363.84375 195.69313 363.34375Q196.19313 362.84375 196.95876 362.84375Q197.74 362.84375 198.22438 363.34375Q198.70876 363.84375 198.70876 364.64062L198.70876 365.0625Q198.70876 365.82812 198.20876 366.32812Q197.72438 366.8125 196.97438 366.8125Q196.20876 366.8125 195.70876 366.32812Q195.20876 365.82812 195.20876 365.01562L195.20876 364.60938ZM196.02126 365.0625Q196.02126 365.51562 196.27126 365.8125Q196.53688 366.10938 196.97438 366.10938Q197.39626 366.10938 197.64626 365.82812Q197.89626 365.53125 197.89626 365.03125L197.89626 364.60938Q197.89626 364.15625 197.64626 363.85938Q197.39626 363.54688 196.95876 363.54688Q196.52126 363.54688 196.27126 363.85938Q196.02126 364.15625 196.02126 364.625L196.02126 365.0625ZM199.365 369.40625Q199.365 368.64062 199.84938 368.15625Q200.34938 367.65625 201.115 367.65625Q201.88063 367.65625 202.365 368.15625Q202.865 368.64062 202.865 369.45312L202.865 369.85938Q202.865 370.625 202.38063 371.125Q201.89626 371.625 201.13063 371.625Q200.365 371.625 199.865 371.14062Q199.365 370.64062 199.365 369.82812L199.365 369.40625ZM200.1775 369.85938Q200.1775 370.32812 200.4275 370.625Q200.69313 370.92188 201.13063 370.92188Q201.5525 370.92188 201.8025 370.64062Q202.0525 370.34375 202.0525 369.84375L202.0525 369.40625Q202.0525 368.9375 201.78688 368.65625Q201.53688 368.35938 201.115 368.35938Q200.69313 368.35938 200.4275 368.65625Q200.1775 368.9375 200.1775 369.4375L200.1775 369.85938ZM197.22438 370.85938L196.59938 370.46875L200.77126 363.79688L201.38063 364.1875L197.22438 370.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M193.89626 426.5L188.3025 426.5L188.3025 425.71875L191.25563 422.4375Q191.91188 421.6875 192.16188 421.23438Q192.41188 420.76562 192.41188 420.26562Q192.41188 419.59375 192.00563 419.17188Q191.615 418.73438 190.9275 418.73438Q190.13063 418.73438 189.6775 419.20312Q189.22438 419.65625 189.22438 420.48438L188.14626 420.48438Q188.14626 419.29688 188.89626 418.57812Q189.66188 417.84375 190.9275 417.84375Q192.13063 417.84375 192.81813 418.46875Q193.50563 419.09375 193.50563 420.14062Q193.50563 421.39062 191.89626 423.14062L189.615 425.60938L193.89626 425.60938L193.89626 426.5ZM195.20876 419.60938Q195.20876 418.84375 195.69313 418.34375Q196.19313 417.84375 196.95876 417.84375Q197.74 417.84375 198.22438 418.34375Q198.70876 418.84375 198.70876 419.64062L198.70876 420.0625Q198.70876 420.82812 198.20876 421.32812Q197.72438 421.8125 196.97438 421.8125Q196.20876 421.8125 195.70876 421.32812Q195.20876 420.82812 195.20876 420.01562L195.20876 419.60938ZM196.02126 420.0625Q196.02126 420.51562 196.27126 420.8125Q196.53688 421.10938 196.97438 421.10938Q197.39626 421.10938 197.64626 420.82812Q197.89626 420.53125 197.89626 420.03125L197.89626 419.60938Q197.89626 419.15625 197.64626 418.85938Q197.39626 418.54688 196.95876 418.54688Q196.52126 418.54688 196.27126 418.85938Q196.02126 419.15625 196.02126 419.625L196.02126 420.0625ZM199.365 424.40625Q199.365 423.64062 199.84938 423.15625Q200.34938 422.65625 201.115 422.65625Q201.88063 422.65625 202.365 423.15625Q202.865 423.64062 202.865 424.45312L202.865 424.85938Q202.865 425.625 202.38063 426.125Q201.89626 426.625 201.13063 426.625Q200.365 426.625 199.865 426.14062Q199.365 425.64062 199.365 424.82812L199.365 424.40625ZM200.1775 424.85938Q200.1775 425.32812 200.4275 425.625Q200.69313 425.92188 201.13063 425.92188Q201.5525 425.92188 201.8025 425.64062Q202.0525 425.34375 202.0525 424.84375L202.0525 424.40625Q202.0525 423.9375 201.78688 423.65625Q201.53688 423.35938 201.115 423.35938Q200.69313 423.35938 200.4275 423.65625Q200.1775 423.9375 200.1775 424.4375L200.1775 424.85938ZM197.22438 425.85938L196.59938 425.46875L200.77126 418.79688L201.38063 419.1875L197.22438 425.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M193.89626 426.5L188.3025 426.5L188.3025 425.71875L191.25563 422.4375Q191.91188 421.6875 192.16188 421.23438Q192.41188 420.76562 192.41188 420.26562Q192.41188 419.59375 192.00563 419.17188Q191.615 418.73438 190.9275 418.73438Q190.13063 418.73438 189.6775 419.20312Q189.22438 419.65625 189.22438 420.48438L188.14626 420.48438Q188.14626 419.29688 188.89626 418.57812Q189.66188 417.84375 190.9275 417.84375Q192.13063 417.84375 192.81813 418.46875Q193.50563 419.09375 193.50563 420.14062Q193.50563 421.39062 191.89626 423.14062L189.615 425.60938L193.89626 425.60938L193.89626 426.5ZM195.20876 419.60938Q195.20876 418.84375 195.69313 418.34375Q196.19313 417.84375 196.95876 417.84375Q197.74 417.84375 198.22438 418.34375Q198.70876 418.84375 198.70876 419.64062L198.70876 420.0625Q198.70876 420.82812 198.20876 421.32812Q197.72438 421.8125 196.97438 421.8125Q196.20876 421.8125 195.70876 421.32812Q195.20876 420.82812 195.20876 420.01562L195.20876 419.60938ZM196.02126 420.0625Q196.02126 420.51562 196.27126 420.8125Q196.53688 421.10938 196.97438 421.10938Q197.39626 421.10938 197.64626 420.82812Q197.89626 420.53125 197.89626 420.03125L197.89626 419.60938Q197.89626 419.15625 197.64626 418.85938Q197.39626 418.54688 196.95876 418.54688Q196.52126 418.54688 196.27126 418.85938Q196.02126 419.15625 196.02126 419.625L196.02126 420.0625ZM199.365 424.40625Q199.365 423.64062 199.84938 423.15625Q200.34938 422.65625 201.115 422.65625Q201.88063 422.65625 202.365 423.15625Q202.865 423.64062 202.865 424.45312L202.865 424.85938Q202.865 425.625 202.38063 426.125Q201.89626 426.625 201.13063 426.625Q200.365 426.625 199.865 426.14062Q199.365 425.64062 199.365 424.82812L199.365 424.40625ZM200.1775 424.85938Q200.1775 425.32812 200.4275 425.625Q200.69313 425.92188 201.13063 425.92188Q201.5525 425.92188 201.8025 425.64062Q202.0525 425.34375 202.0525 424.84375L202.0525 424.40625Q202.0525 423.9375 201.78688 423.65625Q201.53688 423.35938 201.115 423.35938Q200.69313 423.35938 200.4275 423.65625Q200.1775 423.9375 200.1775 424.4375L200.1775 424.85938ZM197.22438 425.85938L196.59938 425.46875L200.77126 418.79688L201.38063 419.1875L197.22438 425.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.81532 482.5L185.7372 482.5L185.7372 475.28125L183.5497 476.07812L183.5497 475.09375L186.65907 473.92188L186.81532 473.92188L186.81532 482.5ZM190.15907 475.60938Q190.15907 474.84375 190.64345 474.34375Q191.14345 473.84375 191.90907 473.84375Q192.69032 473.84375 193.1747 474.34375Q193.65907 474.84375 193.65907 475.64062L193.65907 476.0625Q193.65907 476.82812 193.15907 477.32812Q192.6747 477.8125 191.9247 477.8125Q191.15907 477.8125 190.65907 477.32812Q190.15907 476.82812 190.15907 476.01562L190.15907 475.60938ZM190.97157 476.0625Q190.97157 476.51562 191.22157 476.8125Q191.4872 477.10938 191.9247 477.10938Q192.34657 477.10938 192.59657 476.82812Q192.84657 476.53125 192.84657 476.03125L192.84657 475.60938Q192.84657 475.15625 192.59657 474.85938Q192.34657 474.54688 191.90907 474.54688Q191.47157 474.54688 191.22157 474.85938Q190.97157 475.15625 190.97157 475.625L190.97157 476.0625ZM194.31532 480.40625Q194.31532 479.64062 194.7997 479.15625Q195.2997 478.65625 196.06532 478.65625Q196.83095 478.65625 197.31532 479.15625Q197.81532 479.64062 197.81532 480.45312L197.81532 480.85938Q197.81532 481.625 197.33095 482.125Q196.84657 482.625 196.08095 482.625Q195.31532 482.625 194.81532 482.14062Q194.31532 481.64062 194.31532 480.82812L194.31532 480.40625ZM195.12782 480.85938Q195.12782 481.32812 195.37782 481.625Q195.64345 481.92188 196.08095 481.92188Q196.50282 481.92188 196.75282 481.64062Q197.00282 481.34375 197.00282 480.84375L197.00282 480.40625Q197.00282 479.9375 196.7372 479.65625Q196.4872 479.35938 196.06532 479.35938Q195.64345 479.35938 195.37782 479.65625Q195.12782 479.9375 195.12782 480.4375L195.12782 480.85938ZM192.1747 481.85938L191.5497 481.46875L195.72157 474.79688L196.33095 475.1875L192.1747 481.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M186.81532 482.5L185.7372 482.5L185.7372 475.28125L183.5497 476.07812L183.5497 475.09375L186.65907 473.92188L186.81532 473.92188L186.81532 482.5ZM190.15907 475.60938Q190.15907 474.84375 190.64345 474.34375Q191.14345 473.84375 191.90907 473.84375Q192.69032 473.84375 193.1747 474.34375Q193.65907 474.84375 193.65907 475.64062L193.65907 476.0625Q193.65907 476.82812 193.15907 477.32812Q192.6747 477.8125 191.9247 477.8125Q191.15907 477.8125 190.65907 477.32812Q190.15907 476.82812 190.15907 476.01562L190.15907 475.60938ZM190.97157 476.0625Q190.97157 476.51562 191.22157 476.8125Q191.4872 477.10938 191.9247 477.10938Q192.34657 477.10938 192.59657 476.82812Q192.84657 476.53125 192.84657 476.03125L192.84657 475.60938Q192.84657 475.15625 192.59657 474.85938Q192.34657 474.54688 191.90907 474.54688Q191.47157 474.54688 191.22157 474.85938Q190.97157 475.15625 190.97157 475.625L190.97157 476.0625ZM194.31532 480.40625Q194.31532 479.64062 194.7997 479.15625Q195.2997 478.65625 196.06532 478.65625Q196.83095 478.65625 197.31532 479.15625Q197.81532 479.64062 197.81532 480.45312L197.81532 480.85938Q197.81532 481.625 197.33095 482.125Q196.84657 482.625 196.08095 482.625Q195.31532 482.625 194.81532 482.14062Q194.31532 481.64062 194.31532 480.82812L194.31532 480.40625ZM195.12782 480.85938Q195.12782 481.32812 195.37782 481.625Q195.64345 481.92188 196.08095 481.92188Q196.50282 481.92188 196.75282 481.64062Q197.00282 481.34375 197.00282 480.84375L197.00282 480.40625Q197.00282 479.9375 196.7372 479.65625Q196.4872 479.35938 196.06532 479.35938Q195.64345 479.35938 195.37782 479.65625Q195.12782 479.9375 195.12782 480.4375L195.12782 480.85938ZM192.1747 481.85938L191.5497 481.46875L195.72157 474.79688L196.33095 475.1875L192.1747 481.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M384.76895 534.6406L385.95645 534.6406L385.95645 535.5156L384.76895 535.5156L384.76895 537.5L383.69083 537.5L383.69083 535.5156L379.8002 535.5156L379.8002 534.875L383.6127 528.96875L384.76895 528.96875L384.76895 534.6406ZM381.03458 534.6406L383.69083 534.6406L383.69083 530.4531L383.5502 530.6875L381.03458 534.6406ZM392.5502 533.8594Q392.5502 535.7656 391.89395 536.7031Q391.25333 537.625 389.8627 537.625Q388.50333 537.625 387.84708 536.71875Q387.19083 535.8125 387.15958 534.0L387.15958 532.5625Q387.15958 530.6719 387.8002 529.7656Q388.45645 528.84375 389.84708 528.84375Q391.22208 528.84375 391.87833 529.7344Q392.53458 530.6094 392.5502 532.4531L392.5502 533.8594ZM391.45645 532.375Q391.45645 531.0 391.06583 530.375Q390.69083 529.7344 389.84708 529.7344Q389.01895 529.7344 388.62833 530.375Q388.25333 531.0 388.25333 532.2969L388.25333 534.03125Q388.25333 535.40625 388.64395 536.0781Q389.0502 536.7344 389.8627 536.7344Q390.65958 536.7344 391.0502 536.1094Q391.44083 535.4844 391.45645 534.15625L391.45645 532.375ZM394.09708 530.6094Q394.09708 529.84375 394.58145 529.34375Q395.08145 528.84375 395.84708 528.84375Q396.62833 528.84375 397.1127 529.34375Q397.59708 529.84375 397.59708 530.6406L397.59708 531.0625Q397.59708 531.8281 397.09708 532.3281Q396.6127 532.8125 395.8627 532.8125Q395.09708 532.8125 394.59708 532.3281Q394.09708 531.8281 394.09708 531.0156L394.09708 530.6094ZM394.90958 531.0625Q394.90958 531.5156 395.15958 531.8125Q395.4252 532.1094 395.8627 532.1094Q396.28458 532.1094 396.53458 531.8281Q396.78458 531.53125 396.78458 531.03125L396.78458 530.6094Q396.78458 530.15625 396.53458 529.8594Q396.28458 529.5469 395.84708 529.5469Q395.40958 529.5469 395.15958 529.8594Q394.90958 530.15625 394.90958 530.625L394.90958 531.0625ZM398.25333 535.40625Q398.25333 534.6406 398.7377 534.15625Q399.2377 533.65625 400.00333 533.65625Q400.76895 533.65625 401.25333 534.15625Q401.75333 534.6406 401.75333 535.4531L401.75333 535.8594Q401.75333 536.625 401.26895 537.125Q400.78458 537.625 400.01895 537.625Q399.25333 537.625 398.75333 537.1406Q398.25333 536.6406 398.25333 535.8281L398.25333 535.40625ZM399.06583 535.8594Q399.06583 536.3281 399.31583 536.625Q399.58145 536.9219 400.01895 536.9219Q400.44083 536.9219 400.69083 536.6406Q400.94083 536.34375 400.94083 535.84375L400.94083 535.40625Q400.94083 534.9375 400.6752 534.65625Q400.4252 534.3594 400.00333 534.3594Q399.58145 534.3594 399.31583 534.65625Q399.06583 534.9375 399.06583 535.4375L399.06583 535.8594ZM396.1127 536.8594L395.4877 536.46875L399.65958 529.7969L400.26895 530.1875L396.1127 536.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M384.76895 534.6406L385.95645 534.6406L385.95645 535.5156L384.76895 535.5156L384.76895 537.5L383.69083 537.5L383.69083 535.5156L379.8002 535.5156L379.8002 534.875L383.6127 528.96875L384.76895 528.96875L384.76895 534.6406ZM381.03458 534.6406L383.69083 534.6406L383.69083 530.4531L383.5502 530.6875L381.03458 534.6406ZM392.5502 533.8594Q392.5502 535.7656 391.89395 536.7031Q391.25333 537.625 389.8627 537.625Q388.50333 537.625 387.84708 536.71875Q387.19083 535.8125 387.15958 534.0L387.15958 532.5625Q387.15958 530.6719 387.8002 529.7656Q388.45645 528.84375 389.84708 528.84375Q391.22208 528.84375 391.87833 529.7344Q392.53458 530.6094 392.5502 532.4531L392.5502 533.8594ZM391.45645 532.375Q391.45645 531.0 391.06583 530.375Q390.69083 529.7344 389.84708 529.7344Q389.01895 529.7344 388.62833 530.375Q388.25333 531.0 388.25333 532.2969L388.25333 534.03125Q388.25333 535.40625 388.64395 536.0781Q389.0502 536.7344 389.8627 536.7344Q390.65958 536.7344 391.0502 536.1094Q391.44083 535.4844 391.45645 534.15625L391.45645 532.375ZM394.09708 530.6094Q394.09708 529.84375 394.58145 529.34375Q395.08145 528.84375 395.84708 528.84375Q396.62833 528.84375 397.1127 529.34375Q397.59708 529.84375 397.59708 530.6406L397.59708 531.0625Q397.59708 531.8281 397.09708 532.3281Q396.6127 532.8125 395.8627 532.8125Q395.09708 532.8125 394.59708 532.3281Q394.09708 531.8281 394.09708 531.0156L394.09708 530.6094ZM394.90958 531.0625Q394.90958 531.5156 395.15958 531.8125Q395.4252 532.1094 395.8627 532.1094Q396.28458 532.1094 396.53458 531.8281Q396.78458 531.53125 396.78458 531.03125L396.78458 530.6094Q396.78458 530.15625 396.53458 529.8594Q396.28458 529.5469 395.84708 529.5469Q395.40958 529.5469 395.15958 529.8594Q394.90958 530.15625 394.90958 530.625L394.90958 531.0625ZM398.25333 535.40625Q398.25333 534.6406 398.7377 534.15625Q399.2377 533.65625 400.00333 533.65625Q400.76895 533.65625 401.25333 534.15625Q401.75333 534.6406 401.75333 535.4531L401.75333 535.8594Q401.75333 536.625 401.26895 537.125Q400.78458 537.625 400.01895 537.625Q399.25333 537.625 398.75333 537.1406Q398.25333 536.6406 398.25333 535.8281L398.25333 535.40625ZM399.06583 535.8594Q399.06583 536.3281 399.31583 536.625Q399.58145 536.9219 400.01895 536.9219Q400.44083 536.9219 400.69083 536.6406Q400.94083 536.34375 400.94083 535.84375L400.94083 535.40625Q400.94083 534.9375 400.6752 534.65625Q400.4252 534.3594 400.00333 534.3594Q399.58145 534.3594 399.31583 534.65625Q399.06583 534.9375 399.06583 535.4375L399.06583 535.8594ZM396.1127 536.8594L395.4877 536.46875L399.65958 529.7969L400.26895 530.1875L396.1127 536.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M321.59708 593.94556Q321.59708 593.17993 322.08145 592.67993Q322.58145 592.17993 323.34708 592.17993Q324.12833 592.17993 324.6127 592.67993Q325.09708 593.17993 325.09708 593.9768L325.09708 594.3987Q325.09708 595.1643 324.59708 595.6643Q324.1127 596.1487 323.3627 596.1487Q322.59708 596.1487 322.09708 595.6643Q321.59708 595.1643 321.59708 594.3518L321.59708 593.94556ZM322.40958 594.3987Q322.40958 594.8518 322.65958 595.1487Q322.9252 595.44556 323.3627 595.44556Q323.78458 595.44556 324.03458 595.1643Q324.28458 594.86743 324.28458 594.36743L324.28458 593.94556Q324.28458 593.49243 324.03458 593.19556Q323.78458 592.88306 323.34708 592.88306Q322.90958 592.88306 322.65958 593.19556Q322.40958 593.49243 322.40958 593.9612L322.40958 594.3987ZM325.75333 598.74243Q325.75333 597.9768 326.2377 597.49243Q326.7377 596.99243 327.50333 596.99243Q328.26895 596.99243 328.75333 597.49243Q329.25333 597.9768 329.25333 598.7893L329.25333 599.19556Q329.25333 599.9612 328.76895 600.4612Q328.28458 600.9612 327.51895 600.9612Q326.75333 600.9612 326.25333 600.4768Q325.75333 599.9768 325.75333 599.1643L325.75333 598.74243ZM326.56583 599.19556Q326.56583 599.6643 326.81583 599.9612Q327.08145 600.25806 327.51895 600.25806Q327.94083 600.25806 328.19083 599.9768Q328.44083 599.67993 328.44083 599.17993L328.44083 598.74243Q328.44083 598.2737 328.1752 597.99243Q327.9252 597.69556 327.50333 597.69556Q327.08145 597.69556 326.81583 597.99243Q326.56583 598.2737 326.56583 598.7737L326.56583 599.19556ZM323.6127 600.19556L322.9877 599.80493L327.15958 593.13306L327.76895 593.5237L323.6127 600.19556ZM333.51895 597.6018Q333.51895 596.67993 333.87833 595.92993Q334.25333 595.17993 334.90958 594.7893Q335.56583 594.38306 336.39395 594.38306Q337.69083 594.38306 338.4877 595.2737Q339.3002 596.1643 339.3002 597.6643L339.3002 597.74243Q339.3002 598.6643 338.94083 599.3987Q338.58145 600.13306 337.9252 600.55493Q337.26895 600.9612 336.40958 600.9612Q335.12833 600.9612 334.31583 600.07056Q333.51895 599.1643 333.51895 597.67993L333.51895 597.6018ZM334.6127 597.74243Q334.6127 598.7893 335.09708 599.42993Q335.59708 600.07056 336.40958 600.07056Q337.2377 600.07056 337.72208 599.42993Q338.20645 598.7737 338.20645 597.6018Q338.20645 596.57056 337.70645 595.92993Q337.22208 595.2737 336.39395 595.2737Q335.59708 595.2737 335.09708 595.9143Q334.6127 596.5393 334.6127 597.74243ZM341.34708 600.8362L341.34708 595.3362L340.34708 595.3362L340.34708 594.49243L341.34708 594.49243L341.34708 593.8518Q341.34708 592.82056 341.87833 592.2737Q342.4252 591.7112 343.4252 591.7112Q343.8002 591.7112 344.1752 591.80493L344.1127 592.69556Q343.83145 592.63306 343.53458 592.63306Q343.00333 592.63306 342.70645 592.94556Q342.4252 593.25806 342.4252 593.82056L342.4252 594.49243L343.78458 594.49243L343.78458 595.3362L342.4252 595.3362L342.4252 600.8362L341.34708 600.8362ZM350.87833 595.4612Q350.62833 595.42993 350.34708 595.42993Q349.26895 595.42993 348.89395 596.3362L348.89395 600.8362L347.81583 600.8362L347.81583 594.49243L348.8627 594.49243L348.87833 595.2268Q349.40958 594.38306 350.39395 594.38306Q350.70645 594.38306 350.87833 594.4612L350.87833 595.4612ZM354.44083 600.9612Q353.14395 600.9612 352.33145 600.11743Q351.53458 599.25806 351.53458 597.8362L351.53458 597.6487Q351.53458 596.69556 351.89395 595.9612Q352.25333 595.2112 352.89395 594.80493Q353.5502 594.38306 354.3002 594.38306Q355.53458 594.38306 356.22208 595.19556Q356.90958 596.00806 356.90958 597.5237L356.90958 597.9768L352.6127 597.9768Q352.64395 598.9143 353.15958 599.49243Q353.69083 600.07056 354.50333 600.07056Q355.06583 600.07056 355.45645 599.8362Q355.8627 599.6018 356.1752 599.2112L356.83145 599.7268Q356.03458 600.9612 354.44083 600.9612ZM354.3002 595.2737Q353.64395 595.2737 353.19083 595.75806Q352.75333 596.2268 352.65958 597.0862L355.83145 597.0862L355.83145 597.00806Q355.78458 596.17993 355.37833 595.7268Q354.9877 595.2737 354.3002 595.2737ZM361.50333 599.1487Q361.50333 598.7112 361.15958 598.4768Q360.83145 598.2268 360.00333 598.05493Q359.19083 597.88306 358.70645 597.63306Q358.22208 597.38306 357.9877 597.05493Q357.76895 596.7112 357.76895 596.24243Q357.76895 595.4612 358.4252 594.92993Q359.08145 594.38306 360.1127 594.38306Q361.19083 594.38306 361.84708 594.94556Q362.51895 595.49243 362.51895 596.3518L361.44083 596.3518Q361.44083 595.9143 361.0502 595.6018Q360.6752 595.2737 360.1127 595.2737Q359.51895 595.2737 359.1752 595.5393Q358.84708 595.7893 358.84708 596.19556Q358.84708 596.5862 359.15958 596.7893Q359.47208 596.99243 360.28458 597.17993Q361.09708 597.3518 361.59708 597.6018Q362.09708 597.8518 362.33145 598.2112Q362.58145 598.57056 362.58145 599.07056Q362.58145 599.92993 361.89395 600.44556Q361.22208 600.9612 360.14395 600.9612Q359.37833 600.9612 358.78458 600.69556Q358.20645 600.4143 357.87833 599.92993Q357.5502 599.44556 357.5502 598.88306L358.62833 598.88306Q358.65958 599.42993 359.06583 599.75806Q359.47208 600.07056 360.14395 600.07056Q360.75333 600.07056 361.12833 599.82056Q361.50333 599.57056 361.50333 599.1487ZM369.15958 597.74243Q369.15958 599.17993 368.50333 600.07056Q367.84708 600.9612 366.70645 600.9612Q365.5502 600.9612 364.89395 600.2268L364.89395 603.2737L363.81583 603.2737L363.81583 594.49243L364.8002 594.49243L364.84708 595.19556Q365.51895 594.38306 366.69083 594.38306Q367.83145 594.38306 368.4877 595.24243Q369.15958 596.1018 369.15958 597.63306L369.15958 597.74243ZM368.08145 597.61743Q368.08145 596.5393 367.6127 595.92993Q367.15958 595.30493 366.3627 595.30493Q365.37833 595.30493 364.89395 596.1643L364.89395 599.19556Q365.37833 600.07056 366.37833 600.07056Q367.15958 600.07056 367.6127 599.4612Q368.08145 598.8362 368.08145 597.61743ZM370.51895 597.6018Q370.51895 596.67993 370.87833 595.92993Q371.25333 595.17993 371.90958 594.7893Q372.56583 594.38306 373.39395 594.38306Q374.69083 594.38306 375.4877 595.2737Q376.3002 596.1643 376.3002 597.6643L376.3002 597.74243Q376.3002 598.6643 375.94083 599.3987Q375.58145 600.13306 374.9252 600.55493Q374.26895 600.9612 373.40958 600.9612Q372.12833 600.9612 371.31583 600.07056Q370.51895 599.1643 370.51895 597.67993L370.51895 597.6018ZM371.6127 597.74243Q371.6127 598.7893 372.09708 599.42993Q372.59708 600.07056 373.40958 600.07056Q374.2377 600.07056 374.72208 599.42993Q375.20645 598.7737 375.20645 597.6018Q375.20645 596.57056 374.70645 595.92993Q374.22208 595.2737 373.39395 595.2737Q372.59708 595.2737 372.09708 595.9143Q371.6127 596.5393 371.6127 597.74243ZM378.83145 594.49243L378.8627 595.2893Q379.59708 594.38306 380.76895 594.38306Q382.78458 594.38306 382.8002 596.6487L382.8002 600.8362L381.70645 600.8362L381.70645 596.63306Q381.70645 595.9612 381.39395 595.63306Q381.09708 595.30493 380.44083 595.30493Q379.90958 595.30493 379.50333 595.5862Q379.1127 595.86743 378.89395 596.32056L378.89395 600.8362L377.81583 600.8362L377.81583 594.49243L378.83145 594.49243ZM384.5502 597.61743Q384.5502 596.1487 385.2377 595.2737Q385.9252 594.38306 387.0502 594.38306Q388.15958 594.38306 388.81583 595.13306L388.81583 591.8362L389.89395 591.8362L389.89395 600.8362L388.89395 600.8362L388.84708 600.1487Q388.19083 600.9612 387.03458 600.9612Q385.94083 600.9612 385.2377 600.05493Q384.5502 599.1487 384.5502 597.69556L384.5502 597.61743ZM385.62833 597.74243Q385.62833 598.82056 386.06583 599.42993Q386.51895 600.0393 387.3002 600.0393Q388.33145 600.0393 388.81583 599.1018L388.81583 596.19556Q388.33145 595.30493 387.31583 595.30493Q386.51895 595.30493 386.06583 595.9143Q385.62833 596.5237 385.62833 597.74243ZM394.44083 600.9612Q393.14395 600.9612 392.33145 600.11743Q391.53458 599.25806 391.53458 597.8362L391.53458 597.6487Q391.53458 596.69556 391.89395 595.9612Q392.25333 595.2112 392.89395 594.80493Q393.5502 594.38306 394.3002 594.38306Q395.53458 594.38306 396.22208 595.19556Q396.90958 596.00806 396.90958 597.5237L396.90958 597.9768L392.6127 597.9768Q392.64395 598.9143 393.15958 599.49243Q393.69083 600.07056 394.50333 600.07056Q395.06583 600.07056 395.45645 599.8362Q395.8627 599.6018 396.1752 599.2112L396.83145 599.7268Q396.03458 600.9612 394.44083 600.9612ZM394.3002 595.2737Q393.64395 595.2737 393.19083 595.75806Q392.75333 596.2268 392.65958 597.0862L395.83145 597.0862L395.83145 597.00806Q395.78458 596.17993 395.37833 595.7268Q394.9877 595.2737 394.3002 595.2737ZM398.83145 594.49243L398.8627 595.2893Q399.59708 594.38306 400.76895 594.38306Q402.78458 594.38306 402.8002 596.6487L402.8002 600.8362L401.70645 600.8362L401.70645 596.63306Q401.70645 595.9612 401.39395 595.63306Q401.09708 595.30493 400.44083 595.30493Q399.90958 595.30493 399.50333 595.5862Q399.1127 595.86743 398.89395 596.32056L398.89395 600.8362L397.81583 600.8362L397.81583 594.49243L398.83145 594.49243ZM406.28458 592.9612L406.28458 594.49243L407.45645 594.49243L407.45645 595.3362L406.28458 595.3362L406.28458 599.25806Q406.28458 599.6487 406.44083 599.8362Q406.59708 600.0237 406.97208 600.0237Q407.15958 600.0237 407.4877 599.9612L407.4877 600.8362Q407.06583 600.9612 406.65958 600.9612Q405.94083 600.9612 405.56583 600.5237Q405.19083 600.07056 405.19083 599.25806L405.19083 595.3362L404.03458 595.3362L404.03458 594.49243L405.19083 594.49243L405.19083 592.9612L406.28458 592.9612ZM412.50333 599.1487Q412.50333 598.7112 412.15958 598.4768Q411.83145 598.2268 411.00333 598.05493Q410.19083 597.88306 409.70645 597.63306Q409.22208 597.38306 408.9877 597.05493Q408.76895 596.7112 408.76895 596.24243Q408.76895 595.4612 409.4252 594.92993Q410.08145 594.38306 411.1127 594.38306Q412.19083 594.38306 412.84708 594.94556Q413.51895 595.49243 413.51895 596.3518L412.44083 596.3518Q412.44083 595.9143 412.0502 595.6018Q411.6752 595.2737 411.1127 595.2737Q410.51895 595.2737 410.1752 595.5393Q409.84708 595.7893 409.84708 596.19556Q409.84708 596.5862 410.15958 596.7893Q410.47208 596.99243 411.28458 597.17993Q412.09708 597.3518 412.59708 597.6018Q413.09708 597.8518 413.33145 598.2112Q413.58145 598.57056 413.58145 599.07056Q413.58145 599.92993 412.89395 600.44556Q412.22208 600.9612 411.14395 600.9612Q410.37833 600.9612 409.78458 600.69556Q409.20645 600.4143 408.87833 599.92993Q408.5502 599.44556 408.5502 598.88306L409.62833 598.88306Q409.65958 599.42993 410.06583 599.75806Q410.47208 600.07056 411.14395 600.07056Q411.75333 600.07056 412.12833 599.82056Q412.50333 599.57056 412.50333 599.1487Z" fill-rule="nonzero"/><path fill="#666666" d="M36.703125 66.41396L35.578125 66.41396L35.578125 57.882713L36.703125 57.882713L36.703125 66.41396ZM41.0625 63.195213Q41.0625 61.726463 41.75 60.851463Q42.4375 59.96084 43.5625 59.96084Q44.671875 59.96084 45.328125 60.71084L45.328125 57.413963L46.40625 57.413963L46.40625 66.41396L45.40625 66.41396L45.359375 65.72646Q44.703125 66.53896 43.546875 66.53896Q42.453125 66.53896 41.75 65.63271Q41.0625 64.72646 41.0625 63.27334L41.0625 63.195213ZM42.140625 63.320213Q42.140625 64.39834 42.578125 65.00771Q43.03125 65.61709 43.8125 65.61709Q44.84375 65.61709 45.328125 64.67959L45.328125 61.77334Q44.84375 60.882713 43.828125 60.882713Q43.03125 60.882713 42.578125 61.49209Q42.140625 62.101463 42.140625 63.320213ZM48.03125 63.17959Q48.03125 62.257713 48.390625 61.507713Q48.765625 60.757713 49.421875 60.36709Q50.078125 59.96084 50.90625 59.96084Q52.203125 59.96084 53.0 60.851463Q53.8125 61.74209 53.8125 63.24209L53.8125 63.320213Q53.8125 64.24209 53.453125 64.97646Q53.09375 65.71084 52.4375 66.13271Q51.78125 66.53896 50.921875 66.53896Q49.640625 66.53896 48.828125 65.64834Q48.03125 64.74209 48.03125 63.257713L48.03125 63.17959ZM49.125 63.320213Q49.125 64.36709 49.609375 65.00771Q50.109375 65.64834 50.921875 65.64834Q51.75 65.64834 52.234375 65.00771Q52.71875 64.35146 52.71875 63.17959Q52.71875 62.14834 52.21875 61.507713Q51.734375 60.851463 50.90625 60.851463Q50.109375 60.851463 49.609375 61.49209Q49.125 62.11709 49.125 63.320213ZM59.34375 60.070213L59.375 60.86709Q60.109375 59.96084 61.28125 59.96084Q63.296875 59.96084 63.3125 62.226463L63.3125 66.41396L62.21875 66.41396L62.21875 62.21084Q62.21875 61.538963 61.90625 61.21084Q61.609375 60.882713 60.953125 60.882713Q60.421875 60.882713 60.015625 61.163963Q59.625 61.445213 59.40625 61.89834L59.40625 66.41396L58.328125 66.41396L58.328125 60.070213L59.34375 60.070213ZM65.03125 63.17959Q65.03125 62.257713 65.390625 61.507713Q65.765625 60.757713 66.421875 60.36709Q67.078125 59.96084 67.90625 59.96084Q69.203125 59.96084 70.0 60.851463Q70.8125 61.74209 70.8125 63.24209L70.8125 63.320213Q70.8125 64.24209 70.453125 64.97646Q70.09375 65.71084 69.4375 66.13271Q68.78125 66.53896 67.921875 66.53896Q66.640625 66.53896 65.828125 65.64834Q65.03125 64.74209 65.03125 63.257713L65.03125 63.17959ZM66.125 63.320213Q66.125 64.36709 66.609375 65.00771Q67.109375 65.64834 67.921875 65.64834Q68.75 65.64834 69.234375 65.00771Q69.71875 64.35146 69.71875 63.17959Q69.71875 62.14834 69.21875 61.507713Q68.734375 60.851463 67.90625 60.851463Q67.109375 60.851463 66.609375 61.49209Q66.125 62.11709 66.125 63.320213ZM73.796875 58.538963L73.796875 60.070213L74.96875 60.070213L74.96875 60.913963L73.796875 60.913963L73.796875 64.83584Q73.796875 65.22646 73.953125 65.41396Q74.109375 65.60146 74.484375 65.60146Q74.671875 65.60146 75.0 65.53896L75.0 66.41396Q74.578125 66.53896 74.171875 66.53896Q73.453125 66.53896 73.078125 66.10146Q72.703125 65.64834 72.703125 64.83584L72.703125 60.913963L71.546875 60.913963L71.546875 60.070213L72.703125 60.070213L72.703125 58.538963L73.796875 58.538963ZM80.5 66.41396L79.421875 66.41396L79.421875 60.070213L80.5 60.070213L80.5 66.41396ZM79.328125 58.39834Q79.328125 58.132713 79.484375 57.945213Q79.65625 57.757713 79.96875 57.757713Q80.28125 57.757713 80.4375 57.945213Q80.609375 58.132713 80.609375 58.39834Q80.609375 58.64834 80.4375 58.83584Q80.28125 59.007713 79.96875 59.007713Q79.65625 59.007713 79.484375 58.83584Q79.328125 58.64834 79.328125 58.39834ZM82.0625 63.195213Q82.0625 61.726463 82.75 60.851463Q83.4375 59.96084 84.5625 59.96084Q85.671875 59.96084 86.328125 60.71084L86.328125 57.413963L87.40625 57.413963L87.40625 66.41396L86.40625 66.41396L86.359375 65.72646Q85.703125 66.53896 84.546875 66.53896Q83.453125 66.53896 82.75 65.63271Q82.0625 64.72646 82.0625 63.27334L82.0625 63.195213ZM83.140625 63.320213Q83.140625 64.39834 83.578125 65.00771Q84.03125 65.61709 84.8125 65.61709Q85.84375 65.61709 86.328125 64.67959L86.328125 61.77334Q85.84375 60.882713 84.828125 60.882713Q84.03125 60.882713 83.578125 61.49209Q83.140625 62.101463 83.140625 63.320213ZM91.953125 66.53896Q90.65625 66.53896 89.84375 65.69521Q89.046875 64.83584 89.046875 63.413963L89.046875 63.226463Q89.046875 62.27334 89.40625 61.538963Q89.765625 60.788963 90.40625 60.382713Q91.0625 59.96084 91.8125 59.96084Q93.046875 59.96084 93.734375 60.77334Q94.421875 61.58584 94.421875 63.101463L94.421875 63.55459L90.125 63.55459Q90.15625 64.49209 90.671875 65.07021Q91.203125 65.64834 92.015625 65.64834Q92.578125 65.64834 92.96875 65.41396Q93.375 65.17959 93.6875 64.78896L94.34375 65.30459Q93.546875 66.53896 91.953125 66.53896ZM91.8125 60.851463Q91.15625 60.851463 90.703125 61.33584Q90.265625 61.80459 90.171875 62.663963L93.34375 62.663963L93.34375 62.58584Q93.296875 61.757713 92.890625 61.30459Q92.5 60.851463 91.8125 60.851463ZM96.34375 60.070213L96.375 60.86709Q97.109375 59.96084 98.28125 59.96084Q100.296875 59.96084 100.3125 62.226463L100.3125 66.41396L99.21875 66.41396L99.21875 62.21084Q99.21875 61.538963 98.90625 61.21084Q98.609375 60.882713 97.953125 60.882713Q97.421875 60.882713 97.015625 61.163963Q96.625 61.445213 96.40625 61.89834L96.40625 66.41396L95.328125 66.41396L95.328125 60.070213L96.34375 60.070213ZM103.796875 58.538963L103.796875 60.070213L104.96875 60.070213L104.96875 60.913963L103.796875 60.913963L103.796875 64.83584Q103.796875 65.22646 103.953125 65.41396Q104.109375 65.60146 104.484375 65.60146Q104.671875 65.60146 105.0 65.53896L105.0 66.41396Q104.578125 66.53896 104.171875 66.53896Q103.453125 66.53896 103.078125 66.10146Q102.703125 65.64834 102.703125 64.83584L102.703125 60.913963L101.546875 60.913963L101.546875 60.070213L102.703125 60.070213L102.703125 58.538963L103.796875 58.538963ZM107.5 66.41396L106.421875 66.41396L106.421875 60.070213L107.5 60.070213L107.5 66.41396ZM106.328125 58.39834Q106.328125 58.132713 106.484375 57.945213Q106.65625 57.757713 106.96875 57.757713Q107.28125 57.757713 107.4375 57.945213Q107.609375 58.132713 107.609375 58.39834Q107.609375 58.64834 107.4375 58.83584Q107.28125 59.007713 106.96875 59.007713Q106.65625 59.007713 106.484375 58.83584Q106.328125 58.64834 106.328125 58.39834ZM109.859375 66.41396L109.859375 60.913963L108.859375 60.913963L108.859375 60.070213L109.859375 60.070213L109.859375 59.42959Q109.859375 58.39834 110.390625 57.851463Q110.9375 57.288963 111.9375 57.288963Q112.3125 57.288963 112.6875 57.382713L112.625 58.27334Q112.34375 58.21084 112.046875 58.21084Q111.515625 58.21084 111.21875 58.52334Q110.9375 58.83584 110.9375 59.39834L110.9375 60.070213L112.296875 60.070213L112.296875 60.913963L110.9375 60.913963L110.9375 66.41396L109.859375 66.41396ZM115.390625 64.82021L116.875 60.070213L118.03125 60.070213L115.484375 67.39834Q114.890625 68.97646 113.609375 68.97646L113.390625 68.96084L113.0 68.88271L113.0 68.00771L113.28125 68.02334Q113.84375 68.02334 114.140625 67.80459Q114.453125 67.58584 114.65625 66.99209L114.890625 66.33584L112.625 60.070213L113.8125 60.070213L115.390625 64.82021ZM126.234375 66.41396Q126.140625 66.22646 126.078125 65.74209Q125.328125 66.53896 124.28125 66.53896Q123.34375 66.53896 122.734375 66.00771Q122.140625 65.47646 122.140625 64.64834Q122.140625 63.663963 122.890625 63.11709Q123.640625 62.570213 125.015625 62.570213L126.0625 62.570213L126.0625 62.070213Q126.0625 61.507713 125.71875 61.17959Q125.390625 60.83584 124.71875 60.83584Q124.140625 60.83584 123.75 61.132713Q123.359375 61.413963 123.359375 61.83584L122.265625 61.83584Q122.265625 61.351463 122.59375 60.913963Q122.9375 60.476463 123.515625 60.226463Q124.09375 59.96084 124.78125 59.96084Q125.890625 59.96084 126.5 60.507713Q127.125 61.05459 127.15625 62.007713L127.15625 64.92959Q127.15625 65.80459 127.375 66.32021L127.375 66.41396L126.234375 66.41396ZM124.4375 65.58584Q124.953125 65.58584 125.40625 65.32021Q125.859375 65.05459 126.0625 64.63271L126.0625 63.33584L125.21875 63.33584Q123.21875 63.33584 123.21875 64.50771Q123.21875 65.00771 123.5625 65.30459Q123.90625 65.58584 124.4375 65.58584ZM133.01562 64.72646Q133.01562 64.28896 132.67188 64.05459Q132.34375 63.80459 131.51562 63.632713Q130.70312 63.46084 130.21875 63.21084Q129.73438 62.96084 129.5 62.632713Q129.28125 62.288963 129.28125 61.820213Q129.28125 61.038963 129.9375 60.507713Q130.59375 59.96084 131.625 59.96084Q132.70312 59.96084 133.35938 60.52334Q134.03125 61.070213 134.03125 61.92959L132.95312 61.92959Q132.95312 61.49209 132.5625 61.17959Q132.1875 60.851463 131.625 60.851463Q131.03125 60.851463 130.6875 61.11709Q130.35938 61.36709 130.35938 61.77334Q130.35938 62.163963 130.67188 62.36709Q130.98438 62.570213 131.79688 62.757713Q132.60938 62.92959 133.10938 63.17959Q133.60938 63.42959 133.84375 63.788963Q134.09375 64.14834 134.09375 64.64834Q134.09375 65.50771 133.40625 66.02334Q132.73438 66.53896 131.65625 66.53896Q130.89062 66.53896 130.29688 66.27334Q129.71875 65.99209 129.39062 65.50771Q129.0625 65.02334 129.0625 64.46084L130.14062 64.46084Q130.17188 65.00771 130.57812 65.33584Q130.98438 65.64834 131.65625 65.64834Q132.26562 65.64834 132.64062 65.39834Q133.01562 65.14834 133.01562 64.72646ZM143.67188 63.320213Q143.67188 64.75771 143.01562 65.64834Q142.35938 66.53896 141.21875 66.53896Q140.0625 66.53896 139.40625 65.80459L139.40625 68.85146L138.32812 68.85146L138.32812 60.070213L139.3125 60.070213L139.35938 60.77334Q140.03125 59.96084 141.20312 59.96084Q142.34375 59.96084 143.0 60.820213Q143.67188 61.67959 143.67188 63.21084L143.67188 63.320213ZM142.59375 63.195213Q142.59375 62.11709 142.125 61.507713Q141.67188 60.882713 140.875 60.882713Q139.89062 60.882713 139.40625 61.74209L139.40625 64.77334Q139.89062 65.64834 140.89062 65.64834Q141.67188 65.64834 142.125 65.03896Q142.59375 64.41396 142.59375 63.195213ZM149.23438 66.41396Q149.14062 66.22646 149.07812 65.74209Q148.32812 66.53896 147.28125 66.53896Q146.34375 66.53896 145.73438 66.00771Q145.14062 65.47646 145.14062 64.64834Q145.14062 63.663963 145.89062 63.11709Q146.64062 62.570213 148.01562 62.570213L149.0625 62.570213L149.0625 62.070213Q149.0625 61.507713 148.71875 61.17959Q148.39062 60.83584 147.71875 60.83584Q147.14062 60.83584 146.75 61.132713Q146.35938 61.413963 146.35938 61.83584L145.26562 61.83584Q145.26562 61.351463 145.59375 60.913963Q145.9375 60.476463 146.51562 60.226463Q147.09375 59.96084 147.78125 59.96084Q148.89062 59.96084 149.5 60.507713Q150.125 61.05459 150.15625 62.007713L150.15625 64.92959Q150.15625 65.80459 150.375 66.32021L150.375 66.41396L149.23438 66.41396ZM147.4375 65.58584Q147.95312 65.58584 148.40625 65.32021Q148.85938 65.05459 149.0625 64.63271L149.0625 63.33584L148.21875 63.33584Q146.21875 63.33584 146.21875 64.50771Q146.21875 65.00771 146.5625 65.30459Q146.90625 65.58584 147.4375 65.58584ZM155.39062 61.038963Q155.14062 61.007713 154.85938 61.007713Q153.78125 61.007713 153.40625 61.913963L153.40625 66.41396L152.32812 66.41396L152.32812 60.070213L153.375 60.070213L153.39062 60.80459Q153.92188 59.96084 154.90625 59.96084Q155.21875 59.96084 155.39062 60.038963L155.39062 61.038963ZM157.79688 58.538963L157.79688 60.070213L158.96875 60.070213L158.96875 60.913963L157.79688 60.913963L157.79688 64.83584Q157.79688 65.22646 157.95312 65.41396Q158.10938 65.60146 158.48438 65.60146Q158.67188 65.60146 159.0 65.53896L159.0 66.41396Q158.57812 66.53896 158.17188 66.53896Q157.45312 66.53896 157.07812 66.10146Q156.70312 65.64834 156.70312 64.83584L156.70312 60.913963L155.54688 60.913963L155.54688 60.070213L156.70312 60.070213L156.70312 58.538963L157.79688 58.538963Z" fill-rule="nonzero"/><path fill="#666666" d="M35.03125 78.17959Q35.03125 77.25771 35.390625 76.50771Q35.765625 75.75771 36.421875 75.36709Q37.078125 74.96084 37.90625 74.96084Q39.203125 74.96084 40.0 75.85146Q40.8125 76.74209 40.8125 78.24209L40.8125 78.32021Q40.8125 79.24209 40.453125 79.97646Q40.09375 80.71084 39.4375 81.13271Q38.78125 81.53896 37.921875 81.53896Q36.640625 81.53896 35.828125 80.64834Q35.03125 79.74209 35.03125 78.25771L35.03125 78.17959ZM36.125 78.32021Q36.125 79.36709 36.609375 80.00771Q37.109375 80.64834 37.921875 80.64834Q38.75 80.64834 39.234375 80.00771Q39.71875 79.35146 39.71875 78.17959Q39.71875 77.14834 39.21875 76.50771Q38.734375 75.85146 37.90625 75.85146Q37.109375 75.85146 36.609375 76.49209Q36.125 77.11709 36.125 78.32021ZM42.859375 81.41396L42.859375 75.91396L41.859375 75.91396L41.859375 75.07021L42.859375 75.07021L42.859375 74.42959Q42.859375 73.39834 43.390625 72.85146Q43.9375 72.28896 44.9375 72.28896Q45.3125 72.28896 45.6875 72.38271L45.625 73.27334Q45.34375 73.21084 45.046875 73.21084Q44.515625 73.21084 44.21875 73.52334Q43.9375 73.83584 43.9375 74.39834L43.9375 75.07021L45.296875 75.07021L45.296875 75.91396L43.9375 75.91396L43.9375 81.41396L42.859375 81.41396ZM53.234375 81.41396Q53.140625 81.22646 53.078125 80.74209Q52.328125 81.53896 51.28125 81.53896Q50.34375 81.53896 49.734375 81.00771Q49.140625 80.47646 49.140625 79.64834Q49.140625 78.66396 49.890625 78.11709Q50.640625 77.57021 52.015625 77.57021L53.0625 77.57021L53.0625 77.07021Q53.0625 76.50771 52.71875 76.17959Q52.390625 75.83584 51.71875 75.83584Q51.140625 75.83584 50.75 76.13271Q50.359375 76.41396 50.359375 76.83584L49.265625 76.83584Q49.265625 76.35146 49.59375 75.91396Q49.9375 75.47646 50.515625 75.22646Q51.09375 74.96084 51.78125 74.96084Q52.890625 74.96084 53.5 75.50771Q54.125 76.05459 54.15625 77.00771L54.15625 79.92959Q54.15625 80.80459 54.375 81.32021L54.375 81.41396L53.234375 81.41396ZM51.4375 80.58584Q51.953125 80.58584 52.40625 80.32021Q52.859375 80.05459 53.0625 79.63271L53.0625 78.33584L52.21875 78.33584Q50.21875 78.33584 50.21875 79.50771Q50.21875 80.00771 50.5625 80.30459Q50.90625 80.58584 51.4375 80.58584ZM57.34375 75.07021L57.375 75.86709Q58.109375 74.96084 59.28125 74.96084Q61.296875 74.96084 61.3125 77.22646L61.3125 81.41396L60.21875 81.41396L60.21875 77.21084Q60.21875 76.53896 59.90625 76.21084Q59.609375 75.88271 58.953125 75.88271Q58.421875 75.88271 58.015625 76.16396Q57.625 76.44521 57.40625 76.89834L57.40625 81.41396L56.328125 81.41396L56.328125 75.07021L57.34375 75.07021ZM70.234375 80.78896Q69.609375 81.53896 68.375 81.53896Q67.359375 81.53896 66.828125 80.94521Q66.296875 80.35146 66.296875 79.19521L66.296875 75.07021L67.375 75.07021L67.375 79.16396Q67.375 80.61709 68.546875 80.61709Q69.796875 80.61709 70.203125 79.67959L70.203125 75.07021L71.296875 75.07021L71.296875 81.41396L70.265625 81.41396L70.234375 80.78896ZM74.34375 75.07021L74.375 75.86709Q75.109375 74.96084 76.28125 74.96084Q78.296875 74.96084 78.3125 77.22646L78.3125 81.41396L77.21875 81.41396L77.21875 77.21084Q77.21875 76.53896 76.90625 76.21084Q76.609375 75.88271 75.953125 75.88271Q75.421875 75.88271 75.015625 76.16396Q74.625 76.44521 74.40625 76.89834L74.40625 81.41396L73.328125 81.41396L73.328125 75.07021L74.34375 75.07021ZM80.0625 78.19521Q80.0625 76.72646 80.75 75.85146Q81.4375 74.96084 82.5625 74.96084Q83.671875 74.96084 84.328125 75.71084L84.328125 72.41396L85.40625 72.41396L85.40625 81.41396L84.40625 81.41396L84.359375 80.72646Q83.703125 81.53896 82.546875 81.53896Q81.453125 81.53896 80.75 80.63271Q80.0625 79.72646 80.0625 78.27334L80.0625 78.19521ZM81.140625 78.32021Q81.140625 79.39834 81.578125 80.00771Q82.03125 80.61709 82.8125 80.61709Q83.84375 80.61709 84.328125 79.67959L84.328125 76.77334Q83.84375 75.88271 82.828125 75.88271Q82.03125 75.88271 81.578125 76.49209Q81.140625 77.10146 81.140625 78.32021ZM89.953125 81.53896Q88.65625 81.53896 87.84375 80.69521Q87.046875 79.83584 87.046875 78.41396L87.046875 78.22646Q87.046875 77.27334 87.40625 76.53896Q87.765625 75.78896 88.40625 75.38271Q89.0625 74.96084 89.8125 74.96084Q91.046875 74.96084 91.734375 75.77334Q92.421875 76.58584 92.421875 78.10146L92.421875 78.55459L88.125 78.55459Q88.15625 79.49209 88.671875 80.07021Q89.203125 80.64834 90.015625 80.64834Q90.578125 80.64834 90.96875 80.41396Q91.375 80.17959 91.6875 79.78896L92.34375 80.30459Q91.546875 81.53896 89.953125 81.53896ZM89.8125 75.85146Q89.15625 75.85146 88.703125 76.33584Q88.265625 76.80459 88.171875 77.66396L91.34375 77.66396L91.34375 77.58584Q91.296875 76.75771 90.890625 76.30459Q90.5 75.85146 89.8125 75.85146ZM96.390625 76.03896Q96.140625 76.00771 95.859375 76.00771Q94.78125 76.00771 94.40625 76.91396L94.40625 81.41396L93.328125 81.41396L93.328125 75.07021L94.375 75.07021L94.390625 75.80459Q94.921875 74.96084 95.90625 74.96084Q96.21875 74.96084 96.390625 75.03896L96.390625 76.03896ZM100.390625 76.03896Q100.140625 76.00771 99.859375 76.00771Q98.78125 76.00771 98.40625 76.91396L98.40625 81.41396L97.328125 81.41396L97.328125 75.07021L98.375 75.07021L98.390625 75.80459Q98.921875 74.96084 99.90625 74.96084Q100.21875 74.96084 100.390625 75.03896L100.390625 76.03896ZM103.953125 81.53896Q102.65625 81.53896 101.84375 80.69521Q101.046875 79.83584 101.046875 78.41396L101.046875 78.22646Q101.046875 77.27334 101.40625 76.53896Q101.765625 75.78896 102.40625 75.38271Q103.0625 74.96084 103.8125 74.96084Q105.046875 74.96084 105.734375 75.77334Q106.421875 76.58584 106.421875 78.10146L106.421875 78.55459L102.125 78.55459Q102.15625 79.49209 102.671875 80.07021Q103.203125 80.64834 104.015625 80.64834Q104.578125 80.64834 104.96875 80.41396Q105.375 80.17959 105.6875 79.78896L106.34375 80.30459Q105.546875 81.53896 103.953125 81.53896ZM103.8125 75.85146Q103.15625 75.85146 102.703125 76.33584Q102.265625 76.80459 102.171875 77.66396L105.34375 77.66396L105.34375 77.58584Q105.296875 76.75771 104.890625 76.30459Q104.5 75.85146 103.8125 75.85146ZM112.671875 78.32021Q112.671875 79.75771 112.015625 80.64834Q111.359375 81.53896 110.21875 81.53896Q109.0625 81.53896 108.40625 80.80459L108.40625 83.85146L107.328125 83.85146L107.328125 75.07021L108.3125 75.07021L108.359375 75.77334Q109.03125 74.96084 110.203125 74.96084Q111.34375 74.96084 112.0 75.82021Q112.671875 76.67959 112.671875 78.21084L112.671875 78.32021ZM111.59375 78.19521Q111.59375 77.11709 111.125 76.50771Q110.671875 75.88271 109.875 75.88271Q108.890625 75.88271 108.40625 76.74209L108.40625 79.77334Q108.890625 80.64834 109.890625 80.64834Q110.671875 80.64834 111.125 80.03896Q111.59375 79.41396 111.59375 78.19521ZM117.390625 76.03896Q117.140625 76.00771 116.859375 76.00771Q115.78125 76.00771 115.40625 76.91396L115.40625 81.41396L114.328125 81.41396L114.328125 75.07021L115.375 75.07021L115.390625 75.80459Q115.921875 74.96084 116.90625 74.96084Q117.21875 74.96084 117.390625 75.03896L117.390625 76.03896ZM120.953125 81.53896Q119.65625 81.53896 118.84375 80.69521Q118.046875 79.83584 118.046875 78.41396L118.046875 78.22646Q118.046875 77.27334 118.40625 76.53896Q118.765625 75.78896 119.40625 75.38271Q120.0625 74.96084 120.8125 74.96084Q122.046875 74.96084 122.734375 75.77334Q123.421875 76.58584 123.421875 78.10146L123.421875 78.55459L119.125 78.55459Q119.15625 79.49209 119.671875 80.07021Q120.203125 80.64834 121.015625 80.64834Q121.578125 80.64834 121.96875 80.41396Q122.375 80.17959 122.6875 79.78896L123.34375 80.30459Q122.546875 81.53896 120.953125 81.53896ZM120.8125 75.85146Q120.15625 75.85146 119.703125 76.33584Q119.265625 76.80459 119.171875 77.66396L122.34375 77.66396L122.34375 77.58584Q122.296875 76.75771 121.890625 76.30459Q121.5 75.85146 120.8125 75.85146ZM128.01562 79.72646Q128.01562 79.28896 127.671875 79.05459Q127.34375 78.80459 126.515625 78.63271Q125.703125 78.46084 125.21875 78.21084Q124.734375 77.96084 124.5 77.63271Q124.28125 77.28896 124.28125 76.82021Q124.28125 76.03896 124.9375 75.50771Q125.59375 74.96084 126.625 74.96084Q127.703125 74.96084 128.35938 75.52334Q129.03125 76.07021 129.03125 76.92959L127.953125 76.92959Q127.953125 76.49209 127.5625 76.17959Q127.1875 75.85146 126.625 75.85146Q126.03125 75.85146 125.6875 76.11709Q125.359375 76.36709 125.359375 76.77334Q125.359375 77.16396 125.671875 77.36709Q125.984375 77.57021 126.796875 77.75771Q127.609375 77.92959 128.10938 78.17959Q128.60938 78.42959 128.84375 78.78896Q129.09375 79.14834 129.09375 79.64834Q129.09375 80.50771 128.40625 81.02334Q127.734375 81.53896 126.65625 81.53896Q125.890625 81.53896 125.296875 81.27334Q124.71875 80.99209 124.390625 80.50771Q124.0625 80.02334 124.0625 79.46084L125.140625 79.46084Q125.171875 80.00771 125.578125 80.33584Q125.984375 80.64834 126.65625 80.64834Q127.265625 80.64834 127.640625 80.39834Q128.01562 80.14834 128.01562 79.72646ZM132.95312 81.53896Q131.65625 81.53896 130.84375 80.69521Q130.04688 79.83584 130.04688 78.41396L130.04688 78.22646Q130.04688 77.27334 130.40625 76.53896Q130.76562 75.78896 131.40625 75.38271Q132.0625 74.96084 132.8125 74.96084Q134.04688 74.96084 134.73438 75.77334Q135.42188 76.58584 135.42188 78.10146L135.42188 78.55459L131.125 78.55459Q131.15625 79.49209 131.67188 80.07021Q132.20312 80.64834 133.01562 80.64834Q133.57812 80.64834 133.96875 80.41396Q134.375 80.17959 134.6875 79.78896L135.34375 80.30459Q134.54688 81.53896 132.95312 81.53896ZM132.8125 75.85146Q132.15625 75.85146 131.70312 76.33584Q131.26562 76.80459 131.17188 77.66396L134.34375 77.66396L134.34375 77.58584Q134.29688 76.75771 133.89062 76.30459Q133.5 75.85146 132.8125 75.85146ZM137.34375 75.07021L137.375 75.86709Q138.10938 74.96084 139.28125 74.96084Q141.29688 74.96084 141.3125 77.22646L141.3125 81.41396L140.21875 81.41396L140.21875 77.21084Q140.21875 76.53896 139.90625 76.21084Q139.60938 75.88271 138.95312 75.88271Q138.42188 75.88271 138.01562 76.16396Q137.625 76.44521 137.40625 76.89834L137.40625 81.41396L136.32812 81.41396L136.32812 75.07021L137.34375 75.07021ZM144.79688 73.53896L144.79688 75.07021L145.96875 75.07021L145.96875 75.91396L144.79688 75.91396L144.79688 79.83584Q144.79688 80.22646 144.95312 80.41396Q145.10938 80.60146 145.48438 80.60146Q145.67188 80.60146 146.0 80.53896L146.0 81.41396Q145.57812 81.53896 145.17188 81.53896Q144.45312 81.53896 144.07812 81.10146Q143.70312 80.64834 143.70312 79.83584L143.70312 75.91396L142.54688 75.91396L142.54688 75.07021L143.70312 75.07021L143.70312 73.53896L144.79688 73.53896ZM149.95312 81.53896Q148.65625 81.53896 147.84375 80.69521Q147.04688 79.83584 147.04688 78.41396L147.04688 78.22646Q147.04688 77.27334 147.40625 76.53896Q147.76562 75.78896 148.40625 75.38271Q149.0625 74.96084 149.8125 74.96084Q151.04688 74.96084 151.73438 75.77334Q152.42188 76.58584 152.42188 78.10146L152.42188 78.55459L148.125 78.55459Q148.15625 79.49209 148.67188 80.07021Q149.20312 80.64834 150.01562 80.64834Q150.57812 80.64834 150.96875 80.41396Q151.375 80.17959 151.6875 79.78896L152.34375 80.30459Q151.54688 81.53896 149.95312 81.53896ZM149.8125 75.85146Q149.15625 75.85146 148.70312 76.33584Q148.26562 76.80459 148.17188 77.66396L151.34375 77.66396L151.34375 77.58584Q151.29688 76.75771 150.89062 76.30459Q150.5 75.85146 149.8125 75.85146ZM153.0625 78.19521Q153.0625 76.72646 153.75 75.85146Q154.4375 74.96084 155.5625 74.96084Q156.67188 74.96084 157.32812 75.71084L157.32812 72.41396L158.40625 72.41396L158.40625 81.41396L157.40625 81.41396L157.35938 80.72646Q156.70312 81.53896 155.54688 81.53896Q154.45312 81.53896 153.75 80.63271Q153.0625 79.72646 153.0625 78.27334L153.0625 78.19521ZM154.14062 78.32021Q154.14062 79.39834 154.57812 80.00771Q155.03125 80.61709 155.8125 80.61709Q156.84375 80.61709 157.32812 79.67959L157.32812 76.77334Q156.84375 75.88271 155.82812 75.88271Q155.03125 75.88271 154.57812 76.49209Q154.14062 77.10146 154.14062 78.32021Z" fill-rule="nonzero"/><path fill="#666666" d="M128.0625 93.19521Q128.0625 91.71084 128.75 90.83584Q129.4375 89.96084 130.5625 89.96084Q131.71875 89.96084 132.375 90.77334L132.42188 90.07021L133.42188 90.07021L133.42188 96.25771Q133.42188 97.49209 132.6875 98.19521Q131.95312 98.91396 130.73438 98.91396Q130.04688 98.91396 129.39062 98.61709Q128.73438 98.32021 128.39062 97.82021L128.95312 97.16396Q129.64062 98.02334 130.65625 98.02334Q131.4375 98.02334 131.875 97.57021Q132.32812 97.13271 132.32812 96.32021L132.32812 95.77334Q131.67188 96.53896 130.54688 96.53896Q129.4375 96.53896 128.75 95.64834Q128.0625 94.74209 128.0625 93.19521ZM129.15625 93.32021Q129.15625 94.38271 129.59375 95.00771Q130.03125 95.61709 130.82812 95.61709Q131.84375 95.61709 132.32812 94.67959L132.32812 91.78896Q131.82812 90.88271 130.82812 90.88271Q130.04688 90.88271 129.59375 91.49209Q129.15625 92.10146 129.15625 93.32021ZM138.39062 91.03896Q138.14062 91.00771 137.85938 91.00771Q136.78125 91.00771 136.40625 91.91396L136.40625 96.41396L135.32812 96.41396L135.32812 90.07021L136.375 90.07021L136.39062 90.80459Q136.92188 89.96084 137.90625 89.96084Q138.21875 89.96084 138.39062 90.03896L138.39062 91.03896ZM139.03125 93.17959Q139.03125 92.25771 139.39062 91.50771Q139.76562 90.75771 140.42188 90.36709Q141.07812 89.96084 141.90625 89.96084Q143.20312 89.96084 144.0 90.85146Q144.8125 91.74209 144.8125 93.24209L144.8125 93.32021Q144.8125 94.24209 144.45312 94.97646Q144.09375 95.71084 143.4375 96.13271Q142.78125 96.53896 141.92188 96.53896Q140.64062 96.53896 139.82812 95.64834Q139.03125 94.74209 139.03125 93.25771L139.03125 93.17959ZM140.125 93.32021Q140.125 94.36709 140.60938 95.00771Q141.10938 95.64834 141.92188 95.64834Q142.75 95.64834 143.23438 95.00771Q143.71875 94.35146 143.71875 93.17959Q143.71875 92.14834 143.21875 91.50771Q142.73438 90.85146 141.90625 90.85146Q141.10938 90.85146 140.60938 91.49209Q140.125 92.11709 140.125 93.32021ZM150.23438 95.78896Q149.60938 96.53896 148.375 96.53896Q147.35938 96.53896 146.82812 95.94521Q146.29688 95.35146 146.29688 94.19521L146.29688 90.07021L147.375 90.07021L147.375 94.16396Q147.375 95.61709 148.54688 95.61709Q149.79688 95.61709 150.20312 94.67959L150.20312 90.07021L151.29688 90.07021L151.29688 96.41396L150.26562 96.41396L150.23438 95.78896ZM158.67188 93.32021Q158.67188 94.75771 158.01562 95.64834Q157.35938 96.53896 156.21875 96.53896Q155.0625 96.53896 154.40625 95.80459L154.40625 98.85146L153.32812 98.85146L153.32812 90.07021L154.3125 90.07021L154.35938 90.77334Q155.03125 89.96084 156.20312 89.96084Q157.34375 89.96084 158.0 90.82021Q158.67188 91.67959 158.67188 93.21084L158.67188 93.32021ZM157.59375 93.19521Q157.59375 92.11709 157.125 91.50771Q156.67188 90.88271 155.875 90.88271Q154.89062 90.88271 154.40625 91.74209L154.40625 94.77334Q154.89062 95.64834 155.89062 95.64834Q156.67188 95.64834 157.125 95.03896Q157.59375 94.41396 157.59375 93.19521Z" fill-rule="nonzero"/><path fill="#666666" d="M47.703125 136.93181L46.578125 136.93181L46.578125 128.40056L47.703125 128.40056L47.703125 136.93181ZM57.671875 133.83806Q57.671875 135.27556 57.015625 136.16618Q56.359375 137.05681 55.21875 137.05681Q54.0625 137.05681 53.40625 136.32243L53.40625 139.36931L52.328125 139.36931L52.328125 130.58806L53.3125 130.58806L53.359375 131.29118Q54.03125 130.47868 55.203125 130.47868Q56.34375 130.47868 57.0 131.33806Q57.671875 132.19743 57.671875 133.72868L57.671875 133.83806ZM56.59375 133.71306Q56.59375 132.63493 56.125 132.02556Q55.671875 131.40056 54.875 131.40056Q53.890625 131.40056 53.40625 132.25993L53.40625 135.29118Q53.890625 136.16618 54.890625 136.16618Q55.671875 136.16618 56.125 135.55681Q56.59375 134.93181 56.59375 133.71306ZM62.390625 131.55681Q62.140625 131.52556 61.859375 131.52556Q60.78125 131.52556 60.40625 132.43181L60.40625 136.93181L59.328125 136.93181L59.328125 130.58806L60.375 130.58806L60.390625 131.32243Q60.921875 130.47868 61.90625 130.47868Q62.21875 130.47868 62.390625 130.55681L62.390625 131.55681ZM65.953125 137.05681Q64.65625 137.05681 63.84375 136.21306Q63.046875 135.35368 63.046875 133.93181L63.046875 133.74431Q63.046875 132.79118 63.40625 132.05681Q63.765625 131.30681 64.40625 130.90056Q65.0625 130.47868 65.8125 130.47868Q67.046875 130.47868 67.734375 131.29118Q68.421875 132.10368 68.421875 133.61931L68.421875 134.07243L64.125 134.07243Q64.15625 135.00993 64.671875 135.58806Q65.203125 136.16618 66.015625 136.16618Q66.578125 136.16618 66.96875 135.93181Q67.375 135.69743 67.6875 135.30681L68.34375 135.82243Q67.546875 137.05681 65.953125 137.05681ZM65.8125 131.36931Q65.15625 131.36931 64.703125 131.85368Q64.265625 132.32243 64.171875 133.18181L67.34375 133.18181L67.34375 133.10368Q67.296875 132.27556 66.890625 131.82243Q66.5 131.36931 65.8125 131.36931ZM69.859375 136.93181L69.859375 131.43181L68.859375 131.43181L68.859375 130.58806L69.859375 130.58806L69.859375 129.94743Q69.859375 128.91618 70.390625 128.36931Q70.9375 127.80681 71.9375 127.80681Q72.3125 127.80681 72.6875 127.90056L72.625 128.79118Q72.34375 128.72868 72.046875 128.72868Q71.515625 128.72868 71.21875 129.04118Q70.9375 129.35368 70.9375 129.91618L70.9375 130.58806L72.296875 130.58806L72.296875 131.43181L70.9375 131.43181L70.9375 136.93181L69.859375 136.93181ZM75.953125 137.05681Q74.65625 137.05681 73.84375 136.21306Q73.046875 135.35368 73.046875 133.93181L73.046875 133.74431Q73.046875 132.79118 73.40625 132.05681Q73.765625 131.30681 74.40625 130.90056Q75.0625 130.47868 75.8125 130.47868Q77.046875 130.47868 77.734375 131.29118Q78.421875 132.10368 78.421875 133.61931L78.421875 134.07243L74.125 134.07243Q74.15625 135.00993 74.671875 135.58806Q75.203125 136.16618 76.015625 136.16618Q76.578125 136.16618 76.96875 135.93181Q77.375 135.69743 77.6875 135.30681L78.34375 135.82243Q77.546875 137.05681 75.953125 137.05681ZM75.8125 131.36931Q75.15625 131.36931 74.703125 131.85368Q74.265625 132.32243 74.171875 133.18181L77.34375 133.18181L77.34375 133.10368Q77.296875 132.27556 76.890625 131.82243Q76.5 131.36931 75.8125 131.36931ZM82.390625 131.55681Q82.140625 131.52556 81.859375 131.52556Q80.78125 131.52556 80.40625 132.43181L80.40625 136.93181L79.328125 136.93181L79.328125 130.58806L80.375 130.58806L80.390625 131.32243Q80.921875 130.47868 81.90625 130.47868Q82.21875 130.47868 82.390625 130.55681L82.390625 131.55681ZM87.34375 130.58806L87.375 131.38493Q88.109375 130.47868 89.28125 130.47868Q91.296875 130.47868 91.3125 132.74431L91.3125 136.93181L90.21875 136.93181L90.21875 132.72868Q90.21875 132.05681 89.90625 131.72868Q89.609375 131.40056 88.953125 131.40056Q88.421875 131.40056 88.015625 131.68181Q87.625 131.96306 87.40625 132.41618L87.40625 136.93181L86.328125 136.93181L86.328125 130.58806L87.34375 130.58806ZM93.03125 133.69743Q93.03125 132.77556 93.390625 132.02556Q93.765625 131.27556 94.421875 130.88493Q95.078125 130.47868 95.90625 130.47868Q97.203125 130.47868 98.0 131.36931Q98.8125 132.25993 98.8125 133.75993L98.8125 133.83806Q98.8125 134.75993 98.453125 135.49431Q98.09375 136.22868 97.4375 136.65056Q96.78125 137.05681 95.921875 137.05681Q94.640625 137.05681 93.828125 136.16618Q93.03125 135.25993 93.03125 133.77556L93.03125 133.69743ZM94.125 133.83806Q94.125 134.88493 94.609375 135.52556Q95.109375 136.16618 95.921875 136.16618Q96.75 136.16618 97.234375 135.52556Q97.71875 134.86931 97.71875 133.69743Q97.71875 132.66618 97.21875 132.02556Q96.734375 131.36931 95.90625 131.36931Q95.109375 131.36931 94.609375 132.00993Q94.125 132.63493 94.125 133.83806ZM101.796875 129.05681L101.796875 130.58806L102.96875 130.58806L102.96875 131.43181L101.796875 131.43181L101.796875 135.35368Q101.796875 135.74431 101.953125 135.93181Q102.109375 136.11931 102.484375 136.11931Q102.671875 136.11931 103.0 136.05681L103.0 136.93181Q102.578125 137.05681 102.171875 137.05681Q101.453125 137.05681 101.078125 136.61931Q100.703125 136.16618 100.703125 135.35368L100.703125 131.43181L99.546875 131.43181L99.546875 130.58806L100.703125 130.58806L100.703125 129.05681L101.796875 129.05681ZM108.796875 129.05681L108.796875 130.58806L109.96875 130.58806L109.96875 131.43181L108.796875 131.43181L108.796875 135.35368Q108.796875 135.74431 108.953125 135.93181Q109.109375 136.11931 109.484375 136.11931Q109.671875 136.11931 110.0 136.05681L110.0 136.93181Q109.578125 137.05681 109.171875 137.05681Q108.453125 137.05681 108.078125 136.61931Q107.703125 136.16618 107.703125 135.35368L107.703125 131.43181L106.546875 131.43181L106.546875 130.58806L107.703125 130.58806L107.703125 129.05681L108.796875 129.05681ZM111.03125 133.69743Q111.03125 132.77556 111.390625 132.02556Q111.765625 131.27556 112.421875 130.88493Q113.078125 130.47868 113.90625 130.47868Q115.203125 130.47868 116.0 131.36931Q116.8125 132.25993 116.8125 133.75993L116.8125 133.83806Q116.8125 134.75993 116.453125 135.49431Q116.09375 136.22868 115.4375 136.65056Q114.78125 137.05681 113.921875 137.05681Q112.640625 137.05681 111.828125 136.16618Q111.03125 135.25993 111.03125 133.77556L111.03125 133.69743ZM112.125 133.83806Q112.125 134.88493 112.609375 135.52556Q113.109375 136.16618 113.921875 136.16618Q114.75 136.16618 115.234375 135.52556Q115.71875 134.86931 115.71875 133.69743Q115.71875 132.66618 115.21875 132.02556Q114.734375 131.36931 113.90625 131.36931Q113.109375 131.36931 112.609375 132.00993Q112.125 132.63493 112.125 133.83806ZM125.234375 136.93181Q125.140625 136.74431 125.078125 136.25993Q124.328125 137.05681 123.28125 137.05681Q122.34375 137.05681 121.734375 136.52556Q121.140625 135.99431 121.140625 135.16618Q121.140625 134.18181 121.890625 133.63493Q122.640625 133.08806 124.015625 133.08806L125.0625 133.08806L125.0625 132.58806Q125.0625 132.02556 124.71875 131.69743Q124.390625 131.35368 123.71875 131.35368Q123.140625 131.35368 122.75 131.65056Q122.359375 131.93181 122.359375 132.35368L121.265625 132.35368Q121.265625 131.86931 121.59375 131.43181Q121.9375 130.99431 122.515625 130.74431Q123.09375 130.47868 123.78125 130.47868Q124.890625 130.47868 125.5 131.02556Q126.125 131.57243 126.15625 132.52556L126.15625 135.44743Q126.15625 136.32243 126.375 136.83806L126.375 136.93181L125.234375 136.93181ZM123.4375 136.10368Q123.953125 136.10368 124.40625 135.83806Q124.859375 135.57243 125.0625 135.15056L125.0625 133.85368L124.21875 133.85368Q122.21875 133.85368 122.21875 135.02556Q122.21875 135.52556 122.5625 135.82243Q122.90625 136.10368 123.4375 136.10368ZM129.34375 130.58806L129.375 131.38493Q130.10938 130.47868 131.28125 130.47868Q133.29688 130.47868 133.3125 132.74431L133.3125 136.93181L132.21875 136.93181L132.21875 132.72868Q132.21875 132.05681 131.90625 131.72868Q131.60938 131.40056 130.95312 131.40056Q130.42188 131.40056 130.01562 131.68181Q129.625 131.96306 129.40625 132.41618L129.40625 136.93181L128.32812 136.93181L128.32812 130.58806L129.34375 130.58806ZM139.01562 135.24431Q139.01562 134.80681 138.67188 134.57243Q138.34375 134.32243 137.51562 134.15056Q136.70312 133.97868 136.21875 133.72868Q135.73438 133.47868 135.5 133.15056Q135.28125 132.80681 135.28125 132.33806Q135.28125 131.55681 135.9375 131.02556Q136.59375 130.47868 137.625 130.47868Q138.70312 130.47868 139.35938 131.04118Q140.03125 131.58806 140.03125 132.44743L138.95312 132.44743Q138.95312 132.00993 138.5625 131.69743Q138.1875 131.36931 137.625 131.36931Q137.03125 131.36931 136.6875 131.63493Q136.35938 131.88493 136.35938 132.29118Q136.35938 132.68181 136.67188 132.88493Q136.98438 133.08806 137.79688 133.27556Q138.60938 133.44743 139.10938 133.69743Q139.60938 133.94743 139.84375 134.30681Q140.09375 134.66618 140.09375 135.16618Q140.09375 136.02556 139.40625 136.54118Q138.73438 137.05681 137.65625 137.05681Q136.89062 137.05681 136.29688 136.79118Q135.71875 136.50993 135.39062 136.02556Q135.0625 135.54118 135.0625 134.97868L136.14062 134.97868Q136.17188 135.52556 136.57812 135.85368Q136.98438 136.16618 137.65625 136.16618Q138.26562 136.16618 138.64062 135.91618Q139.01562 135.66618 139.01562 135.24431ZM146.9375 135.43181L148.15625 130.58806L149.23438 130.58806L147.39062 136.93181L146.51562 136.93181L144.96875 132.11931L143.46875 136.93181L142.59375 136.93181L140.75 130.58806L141.82812 130.58806L143.07812 135.33806L144.5625 130.58806L145.42188 130.58806L146.9375 135.43181ZM152.95312 137.05681Q151.65625 137.05681 150.84375 136.21306Q150.04688 135.35368 150.04688 133.93181L150.04688 133.74431Q150.04688 132.79118 150.40625 132.05681Q150.76562 131.30681 151.40625 130.90056Q152.0625 130.47868 152.8125 130.47868Q154.04688 130.47868 154.73438 131.29118Q155.42188 132.10368 155.42188 133.61931L155.42188 134.07243L151.125 134.07243Q151.15625 135.00993 151.67188 135.58806Q152.20312 136.16618 153.01562 136.16618Q153.57812 136.16618 153.96875 135.93181Q154.375 135.69743 154.6875 135.30681L155.34375 135.82243Q154.54688 137.05681 152.95312 137.05681ZM152.8125 131.36931Q152.15625 131.36931 151.70312 131.85368Q151.26562 132.32243 151.17188 133.18181L154.34375 133.18181L154.34375 133.10368Q154.29688 132.27556 153.89062 131.82243Q153.5 131.36931 152.8125 131.36931ZM159.39062 131.55681Q159.14062 131.52556 158.85938 131.52556Q157.78125 131.52556 157.40625 132.43181L157.40625 136.93181L156.32812 136.93181L156.32812 130.58806L157.375 130.58806L157.39062 131.32243Q157.92188 130.47868 158.90625 130.47868Q159.21875 130.47868 159.39062 130.55681L159.39062 131.55681Z" fill-rule="nonzero"/><path fill="#666666" d="M30.703125 177.44966L29.578125 177.44966L29.578125 168.91841L30.703125 168.91841L30.703125 177.44966ZM36.5 177.44966L35.421875 177.44966L35.421875 171.10591L36.5 171.10591L36.5 177.44966ZM35.328125 169.43404Q35.328125 169.16841 35.484375 168.98091Q35.65625 168.79341 35.96875 168.79341Q36.28125 168.79341 36.4375 168.98091Q36.609375 169.16841 36.609375 169.43404Q36.609375 169.68404 36.4375 169.87154Q36.28125 170.04341 35.96875 170.04341Q35.65625 170.04341 35.484375 169.87154Q35.328125 169.68404 35.328125 169.43404ZM38.0625 174.23091Q38.0625 172.76216 38.75 171.88716Q39.4375 170.99654 40.5625 170.99654Q41.671875 170.99654 42.328125 171.74654L42.328125 168.44966L43.40625 168.44966L43.40625 177.44966L42.40625 177.44966L42.359375 176.76216Q41.703125 177.57466 40.546875 177.57466Q39.453125 177.57466 38.75 176.66841Q38.0625 175.76216 38.0625 174.30904L38.0625 174.23091ZM39.140625 174.35591Q39.140625 175.43404 39.578125 176.04341Q40.03125 176.65279 40.8125 176.65279Q41.84375 176.65279 42.328125 175.71529L42.328125 172.80904Q41.84375 171.91841 40.828125 171.91841Q40.03125 171.91841 39.578125 172.52779Q39.140625 173.13716 39.140625 174.35591ZM47.953125 177.57466Q46.65625 177.57466 45.84375 176.73091Q45.046875 175.87154 45.046875 174.44966L45.046875 174.26216Q45.046875 173.30904 45.40625 172.57466Q45.765625 171.82466 46.40625 171.41841Q47.0625 170.99654 47.8125 170.99654Q49.046875 170.99654 49.734375 171.80904Q50.421875 172.62154 50.421875 174.13716L50.421875 174.59029L46.125 174.59029Q46.15625 175.52779 46.671875 176.10591Q47.203125 176.68404 48.015625 176.68404Q48.578125 176.68404 48.96875 176.44966Q49.375 176.21529 49.6875 175.82466L50.34375 176.34029Q49.546875 177.57466 47.953125 177.57466ZM47.8125 171.88716Q47.15625 171.88716 46.703125 172.37154Q46.265625 172.84029 46.171875 173.69966L49.34375 173.69966L49.34375 173.62154Q49.296875 172.79341 48.890625 172.34029Q48.5 171.88716 47.8125 171.88716ZM52.34375 171.10591L52.375 171.90279Q53.109375 170.99654 54.28125 170.99654Q56.296875 170.99654 56.3125 173.26216L56.3125 177.44966L55.21875 177.44966L55.21875 173.24654Q55.21875 172.57466 54.90625 172.24654Q54.609375 171.91841 53.953125 171.91841Q53.421875 171.91841 53.015625 172.19966Q52.625 172.48091 52.40625 172.93404L52.40625 177.44966L51.328125 177.44966L51.328125 171.10591L52.34375 171.10591ZM59.796875 169.57466L59.796875 171.10591L60.96875 171.10591L60.96875 171.94966L59.796875 171.94966L59.796875 175.87154Q59.796875 176.26216 59.953125 176.44966Q60.109375 176.63716 60.484375 176.63716Q60.671875 176.63716 61.0 176.57466L61.0 177.44966Q60.578125 177.57466 60.171875 177.57466Q59.453125 177.57466 59.078125 177.13716Q58.703125 176.68404 58.703125 175.87154L58.703125 171.94966L57.546875 171.94966L57.546875 171.10591L58.703125 171.10591L58.703125 169.57466L59.796875 169.57466ZM63.5 177.44966L62.421875 177.44966L62.421875 171.10591L63.5 171.10591L63.5 177.44966ZM62.328125 169.43404Q62.328125 169.16841 62.484375 168.98091Q62.65625 168.79341 62.96875 168.79341Q63.28125 168.79341 63.4375 168.98091Q63.609375 169.16841 63.609375 169.43404Q63.609375 169.68404 63.4375 169.87154Q63.28125 170.04341 62.96875 170.04341Q62.65625 170.04341 62.484375 169.87154Q62.328125 169.68404 62.328125 169.43404ZM65.859375 177.44966L65.859375 171.94966L64.859375 171.94966L64.859375 171.10591L65.859375 171.10591L65.859375 170.46529Q65.859375 169.43404 66.390625 168.88716Q66.9375 168.32466 67.9375 168.32466Q68.3125 168.32466 68.6875 168.41841L68.625 169.30904Q68.34375 169.24654 68.046875 169.24654Q67.515625 169.24654 67.21875 169.55904Q66.9375 169.87154 66.9375 170.43404L66.9375 171.10591L68.296875 171.10591L68.296875 171.94966L66.9375 171.94966L66.9375 177.44966L65.859375 177.44966ZM71.390625 175.85591L72.875 171.10591L74.03125 171.10591L71.484375 178.43404Q70.890625 180.01216 69.609375 180.01216L69.390625 179.99654L69.0 179.91841L69.0 179.04341L69.28125 179.05904Q69.84375 179.05904 70.140625 178.84029Q70.453125 178.62154 70.65625 178.02779L70.890625 177.37154L68.625 171.10591L69.8125 171.10591L71.390625 175.85591ZM82.234375 177.44966Q82.140625 177.26216 82.078125 176.77779Q81.328125 177.57466 80.28125 177.57466Q79.34375 177.57466 78.734375 177.04341Q78.140625 176.51216 78.140625 175.68404Q78.140625 174.69966 78.890625 174.15279Q79.640625 173.60591 81.015625 173.60591L82.0625 173.60591L82.0625 173.10591Q82.0625 172.54341 81.71875 172.21529Q81.390625 171.87154 80.71875 171.87154Q80.140625 171.87154 79.75 172.16841Q79.359375 172.44966 79.359375 172.87154L78.265625 172.87154Q78.265625 172.38716 78.59375 171.94966Q78.9375 171.51216 79.515625 171.26216Q80.09375 170.99654 80.78125 170.99654Q81.890625 170.99654 82.5 171.54341Q83.125 172.09029 83.15625 173.04341L83.15625 175.96529Q83.15625 176.84029 83.375 177.35591L83.375 177.44966L82.234375 177.44966ZM80.4375 176.62154Q80.953125 176.62154 81.40625 176.35591Q81.859375 176.09029 82.0625 175.66841L82.0625 174.37154L81.21875 174.37154Q79.21875 174.37154 79.21875 175.54341Q79.21875 176.04341 79.5625 176.34029Q79.90625 176.62154 80.4375 176.62154ZM89.015625 175.76216Q89.015625 175.32466 88.671875 175.09029Q88.34375 174.84029 87.515625 174.66841Q86.703125 174.49654 86.21875 174.24654Q85.734375 173.99654 85.5 173.66841Q85.28125 173.32466 85.28125 172.85591Q85.28125 172.07466 85.9375 171.54341Q86.59375 170.99654 87.625 170.99654Q88.703125 170.99654 89.359375 171.55904Q90.03125 172.10591 90.03125 172.96529L88.953125 172.96529Q88.953125 172.52779 88.5625 172.21529Q88.1875 171.88716 87.625 171.88716Q87.03125 171.88716 86.6875 172.15279Q86.359375 172.40279 86.359375 172.80904Q86.359375 173.19966 86.671875 173.40279Q86.984375 173.60591 87.796875 173.79341Q88.609375 173.96529 89.109375 174.21529Q89.609375 174.46529 89.84375 174.82466Q90.09375 175.18404 90.09375 175.68404Q90.09375 176.54341 89.40625 177.05904Q88.734375 177.57466 87.65625 177.57466Q86.890625 177.57466 86.296875 177.30904Q85.71875 177.02779 85.390625 176.54341Q85.0625 176.05904 85.0625 175.49654L86.140625 175.49654Q86.171875 176.04341 86.578125 176.37154Q86.984375 176.68404 87.65625 176.68404Q88.265625 176.68404 88.640625 176.43404Q89.015625 176.18404 89.015625 175.76216ZM96.953125 177.57466Q95.65625 177.57466 94.84375 176.73091Q94.046875 175.87154 94.046875 174.44966L94.046875 174.26216Q94.046875 173.30904 94.40625 172.57466Q94.765625 171.82466 95.40625 171.41841Q96.0625 170.99654 96.8125 170.99654Q98.046875 170.99654 98.734375 171.80904Q99.421875 172.62154 99.421875 174.13716L99.421875 174.59029L95.125 174.59029Q95.15625 175.52779 95.671875 176.10591Q96.203125 176.68404 97.015625 176.68404Q97.578125 176.68404 97.96875 176.44966Q98.375 176.21529 98.6875 175.82466L99.34375 176.34029Q98.546875 177.57466 96.953125 177.57466ZM96.8125 171.88716Q96.15625 171.88716 95.703125 172.37154Q95.265625 172.84029 95.171875 173.69966L98.34375 173.69966L98.34375 173.62154Q98.296875 172.79341 97.890625 172.34029Q97.5 171.88716 96.8125 171.88716ZM101.796875 169.57466L101.796875 171.10591L102.96875 171.10591L102.96875 171.94966L101.796875 171.94966L101.796875 175.87154Q101.796875 176.26216 101.953125 176.44966Q102.109375 176.63716 102.484375 176.63716Q102.671875 176.63716 103.0 176.57466L103.0 177.44966Q102.578125 177.57466 102.171875 177.57466Q101.453125 177.57466 101.078125 177.13716Q100.703125 176.68404 100.703125 175.87154L100.703125 171.94966L99.546875 171.94966L99.546875 171.10591L100.703125 171.10591L100.703125 169.57466L101.796875 169.57466ZM105.40625 171.87154Q106.125 170.99654 107.28125 170.99654Q109.296875 170.99654 109.3125 173.26216L109.3125 177.44966L108.21875 177.44966L108.21875 173.24654Q108.21875 172.57466 107.90625 172.24654Q107.609375 171.91841 106.953125 171.91841Q106.421875 171.91841 106.015625 172.19966Q105.625 172.48091 105.40625 172.93404L105.40625 177.44966L104.328125 177.44966L104.328125 168.44966L105.40625 168.44966L105.40625 171.87154ZM112.34375 171.10591L112.375 171.90279Q113.109375 170.99654 114.28125 170.99654Q116.296875 170.99654 116.3125 173.26216L116.3125 177.44966L115.21875 177.44966L115.21875 173.24654Q115.21875 172.57466 114.90625 172.24654Q114.609375 171.91841 113.953125 171.91841Q113.421875 171.91841 113.015625 172.19966Q112.625 172.48091 112.40625 172.93404L112.40625 177.44966L111.328125 177.44966L111.328125 171.10591L112.34375 171.10591ZM119.5 177.44966L118.421875 177.44966L118.421875 171.10591L119.5 171.10591L119.5 177.44966ZM118.328125 169.43404Q118.328125 169.16841 118.484375 168.98091Q118.65625 168.79341 118.96875 168.79341Q119.28125 168.79341 119.4375 168.98091Q119.609375 169.16841 119.609375 169.43404Q119.609375 169.68404 119.4375 169.87154Q119.28125 170.04341 118.96875 170.04341Q118.65625 170.04341 118.484375 169.87154Q118.328125 169.68404 118.328125 169.43404ZM123.859375 176.68404Q124.4375 176.68404 124.875 176.34029Q125.3125 175.98091 125.359375 175.44966L126.390625 175.44966Q126.359375 175.99654 126.0 176.49654Q125.65625 176.98091 125.078125 177.27779Q124.515625 177.57466 123.859375 177.57466Q122.5625 177.57466 121.796875 176.71529Q121.046875 175.84029 121.046875 174.34029L121.046875 174.15279Q121.046875 173.23091 121.375 172.51216Q121.71875 171.79341 122.34375 171.40279Q122.984375 170.99654 123.859375 170.99654Q124.921875 170.99654 125.625 171.63716Q126.34375 172.26216 126.390625 173.29341L125.359375 173.29341Q125.3125 172.66841 124.890625 172.27779Q124.46875 171.88716 123.859375 171.88716Q123.03125 171.88716 122.578125 172.48091Q122.125 173.07466 122.125 174.19966L122.125 174.40279Q122.125 175.49654 122.578125 176.09029Q123.03125 176.68404 123.859375 176.68404ZM131.23438 177.44966Q131.14062 177.26216 131.07812 176.77779Q130.32812 177.57466 129.28125 177.57466Q128.34375 177.57466 127.734375 177.04341Q127.140625 176.51216 127.140625 175.68404Q127.140625 174.69966 127.890625 174.15279Q128.64062 173.60591 130.01562 173.60591L131.0625 173.60591L131.0625 173.10591Q131.0625 172.54341 130.71875 172.21529Q130.39062 171.87154 129.71875 171.87154Q129.14062 171.87154 128.75 172.16841Q128.35938 172.44966 128.35938 172.87154L127.265625 172.87154Q127.265625 172.38716 127.59375 171.94966Q127.9375 171.51216 128.51562 171.26216Q129.09375 170.99654 129.78125 170.99654Q130.89062 170.99654 131.5 171.54341Q132.125 172.09029 132.15625 173.04341L132.15625 175.96529Q132.15625 176.84029 132.375 177.35591L132.375 177.44966L131.23438 177.44966ZM129.4375 176.62154Q129.95312 176.62154 130.40625 176.35591Q130.85938 176.09029 131.0625 175.66841L131.0625 174.37154L130.21875 174.37154Q128.21875 174.37154 128.21875 175.54341Q128.21875 176.04341 128.5625 176.34029Q128.90625 176.62154 129.4375 176.62154ZM135.5 177.44966L134.42188 177.44966L134.42188 168.44966L135.5 168.44966L135.5 177.44966ZM138.5 177.44966L137.42188 177.44966L137.42188 168.44966L138.5 168.44966L138.5 177.44966ZM142.39062 175.85591L143.875 171.10591L145.03125 171.10591L142.48438 178.43404Q141.89062 180.01216 140.60938 180.01216L140.39062 179.99654L140.0 179.91841L140.0 179.04341L140.28125 179.05904Q140.84375 179.05904 141.14062 178.84029Q141.45312 178.62154 141.65625 178.02779L141.89062 177.37154L139.625 171.10591L140.8125 171.10591L142.39062 175.85591ZM149.03125 174.21529Q149.03125 173.29341 149.39062 172.54341Q149.76562 171.79341 150.42188 171.40279Q151.07812 170.99654 151.90625 170.99654Q153.20312 170.99654 154.0 171.88716Q154.8125 172.77779 154.8125 174.27779L154.8125 174.35591Q154.8125 175.27779 154.45312 176.01216Q154.09375 176.74654 153.4375 177.16841Q152.78125 177.57466 151.92188 177.57466Q150.64062 177.57466 149.82812 176.68404Q149.03125 175.77779 149.03125 174.29341L149.03125 174.21529ZM150.125 174.35591Q150.125 175.40279 150.60938 176.04341Q151.10938 176.68404 151.92188 176.68404Q152.75 176.68404 153.23438 176.04341Q153.71875 175.38716 153.71875 174.21529Q153.71875 173.18404 153.21875 172.54341Q152.73438 171.88716 151.90625 171.88716Q151.10938 171.88716 150.60938 172.52779Q150.125 173.15279 150.125 174.35591ZM159.39062 172.07466Q159.14062 172.04341 158.85938 172.04341Q157.78125 172.04341 157.40625 172.94966L157.40625 177.44966L156.32812 177.44966L156.32812 171.10591L157.375 171.10591L157.39062 171.84029Q157.92188 170.99654 158.90625 170.99654Q159.21875 170.99654 159.39062 171.07466L159.39062 172.07466Z" fill-rule="nonzero"/><path fill="#666666" d="M124.390625 187.07466Q124.140625 187.04341 123.859375 187.04341Q122.78125 187.04341 122.40625 187.94966L122.40625 192.44966L121.328125 192.44966L121.328125 186.10591L122.375 186.10591L122.390625 186.84029Q122.921875 185.99654 123.90625 185.99654Q124.21875 185.99654 124.390625 186.07466L124.390625 187.07466ZM129.23438 192.44966Q129.14062 192.26216 129.07812 191.77779Q128.32812 192.57466 127.28125 192.57466Q126.34375 192.57466 125.734375 192.04341Q125.140625 191.51216 125.140625 190.68404Q125.140625 189.69966 125.890625 189.15279Q126.640625 188.60591 128.01562 188.60591L129.0625 188.60591L129.0625 188.10591Q129.0625 187.54341 128.71875 187.21529Q128.39062 186.87154 127.71875 186.87154Q127.140625 186.87154 126.75 187.16841Q126.359375 187.44966 126.359375 187.87154L125.265625 187.87154Q125.265625 187.38716 125.59375 186.94966Q125.9375 186.51216 126.515625 186.26216Q127.09375 185.99654 127.78125 185.99654Q128.89062 185.99654 129.5 186.54341Q130.125 187.09029 130.15625 188.04341L130.15625 190.96529Q130.15625 191.84029 130.375 192.35591L130.375 192.44966L129.23438 192.44966ZM127.4375 191.62154Q127.953125 191.62154 128.40625 191.35591Q128.85938 191.09029 129.0625 190.66841L129.0625 189.37154L128.21875 189.37154Q126.21875 189.37154 126.21875 190.54341Q126.21875 191.04341 126.5625 191.34029Q126.90625 191.62154 127.4375 191.62154ZM134.85938 191.68404Q135.4375 191.68404 135.875 191.34029Q136.3125 190.98091 136.35938 190.44966L137.39062 190.44966Q137.35938 190.99654 137.0 191.49654Q136.65625 191.98091 136.07812 192.27779Q135.51562 192.57466 134.85938 192.57466Q133.5625 192.57466 132.79688 191.71529Q132.04688 190.84029 132.04688 189.34029L132.04688 189.15279Q132.04688 188.23091 132.375 187.51216Q132.71875 186.79341 133.34375 186.40279Q133.98438 185.99654 134.85938 185.99654Q135.92188 185.99654 136.625 186.63716Q137.34375 187.26216 137.39062 188.29341L136.35938 188.29341Q136.3125 187.66841 135.89062 187.27779Q135.46875 186.88716 134.85938 186.88716Q134.03125 186.88716 133.57812 187.48091Q133.125 188.07466 133.125 189.19966L133.125 189.40279Q133.125 190.49654 133.57812 191.09029Q134.03125 191.68404 134.85938 191.68404ZM139.5 192.44966L138.42188 192.44966L138.42188 186.10591L139.5 186.10591L139.5 192.44966ZM138.32812 184.43404Q138.32812 184.16841 138.48438 183.98091Q138.65625 183.79341 138.96875 183.79341Q139.28125 183.79341 139.4375 183.98091Q139.60938 184.16841 139.60938 184.43404Q139.60938 184.68404 139.4375 184.87154Q139.28125 185.04341 138.96875 185.04341Q138.65625 185.04341 138.48438 184.87154Q138.32812 184.68404 138.32812 184.43404ZM145.23438 192.44966Q145.14062 192.26216 145.07812 191.77779Q144.32812 192.57466 143.28125 192.57466Q142.34375 192.57466 141.73438 192.04341Q141.14062 191.51216 141.14062 190.68404Q141.14062 189.69966 141.89062 189.15279Q142.64062 188.60591 144.01562 188.60591L145.0625 188.60591L145.0625 188.10591Q145.0625 187.54341 144.71875 187.21529Q144.39062 186.87154 143.71875 186.87154Q143.14062 186.87154 142.75 187.16841Q142.35938 187.44966 142.35938 187.87154L141.26562 187.87154Q141.26562 187.38716 141.59375 186.94966Q141.9375 186.51216 142.51562 186.26216Q143.09375 185.99654 143.78125 185.99654Q144.89062 185.99654 145.5 186.54341Q146.125 187.09029 146.15625 188.04341L146.15625 190.96529Q146.15625 191.84029 146.375 192.35591L146.375 192.44966L145.23438 192.44966ZM143.4375 191.62154Q143.95312 191.62154 144.40625 191.35591Q144.85938 191.09029 145.0625 190.66841L145.0625 189.37154L144.21875 189.37154Q142.21875 189.37154 142.21875 190.54341Q142.21875 191.04341 142.5625 191.34029Q142.90625 191.62154 143.4375 191.62154ZM149.5 192.44966L148.42188 192.44966L148.42188 183.44966L149.5 183.44966L149.5 192.44966ZM152.5 192.44966L151.42188 192.44966L151.42188 183.44966L152.5 183.44966L152.5 192.44966ZM156.39062 190.85591L157.875 186.10591L159.03125 186.10591L156.48438 193.43404Q155.89062 195.01216 154.60938 195.01216L154.39062 194.99654L154.0 194.91841L154.0 194.04341L154.28125 194.05904Q154.84375 194.05904 155.14062 193.84029Q155.45312 193.62154 155.65625 193.02779L155.89062 192.37154L153.625 186.10591L154.8125 186.10591L156.39062 190.85591Z" fill-rule="nonzero"/><path fill="#666666" d="M70.234375 206.82466Q69.609375 207.57466 68.375 207.57466Q67.359375 207.57466 66.828125 206.98091Q66.296875 206.38716 66.296875 205.23091L66.296875 201.10591L67.375 201.10591L67.375 205.19966Q67.375 206.65279 68.546875 206.65279Q69.796875 206.65279 70.203125 205.71529L70.203125 201.10591L71.296875 201.10591L71.296875 207.44966L70.265625 207.44966L70.234375 206.82466ZM74.34375 201.10591L74.375 201.90279Q75.109375 200.99654 76.28125 200.99654Q78.296875 200.99654 78.3125 203.26216L78.3125 207.44966L77.21875 207.44966L77.21875 203.24654Q77.21875 202.57466 76.90625 202.24654Q76.609375 201.91841 75.953125 201.91841Q75.421875 201.91841 75.015625 202.19966Q74.625 202.48091 74.40625 202.93404L74.40625 207.44966L73.328125 207.44966L73.328125 201.10591L74.34375 201.10591ZM80.0625 204.23091Q80.0625 202.76216 80.75 201.88716Q81.4375 200.99654 82.5625 200.99654Q83.671875 200.99654 84.328125 201.74654L84.328125 198.44966L85.40625 198.44966L85.40625 207.44966L84.40625 207.44966L84.359375 206.76216Q83.703125 207.57466 82.546875 207.57466Q81.453125 207.57466 80.75 206.66841Q80.0625 205.76216 80.0625 204.30904L80.0625 204.23091ZM81.140625 204.35591Q81.140625 205.43404 81.578125 206.04341Q82.03125 206.65279 82.8125 206.65279Q83.84375 206.65279 84.328125 205.71529L84.328125 202.80904Q83.84375 201.91841 82.828125 201.91841Q82.03125 201.91841 81.578125 202.52779Q81.140625 203.13716 81.140625 204.35591ZM89.953125 207.57466Q88.65625 207.57466 87.84375 206.73091Q87.046875 205.87154 87.046875 204.44966L87.046875 204.26216Q87.046875 203.30904 87.40625 202.57466Q87.765625 201.82466 88.40625 201.41841Q89.0625 200.99654 89.8125 200.99654Q91.046875 200.99654 91.734375 201.80904Q92.421875 202.62154 92.421875 204.13716L92.421875 204.59029L88.125 204.59029Q88.15625 205.52779 88.671875 206.10591Q89.203125 206.68404 90.015625 206.68404Q90.578125 206.68404 90.96875 206.44966Q91.375 206.21529 91.6875 205.82466L92.34375 206.34029Q91.546875 207.57466 89.953125 207.57466ZM89.8125 201.88716Q89.15625 201.88716 88.703125 202.37154Q88.265625 202.84029 88.171875 203.69966L91.34375 203.69966L91.34375 203.62154Q91.296875 202.79341 90.890625 202.34029Q90.5 201.88716 89.8125 201.88716ZM96.390625 202.07466Q96.140625 202.04341 95.859375 202.04341Q94.78125 202.04341 94.40625 202.94966L94.40625 207.44966L93.328125 207.44966L93.328125 201.10591L94.375 201.10591L94.390625 201.84029Q94.921875 200.99654 95.90625 200.99654Q96.21875 200.99654 96.390625 201.07466L96.390625 202.07466ZM100.390625 202.07466Q100.140625 202.04341 99.859375 202.04341Q98.78125 202.04341 98.40625 202.94966L98.40625 207.44966L97.328125 207.44966L97.328125 201.10591L98.375 201.10591L98.390625 201.84029Q98.921875 200.99654 99.90625 200.99654Q100.21875 200.99654 100.390625 201.07466L100.390625 202.07466ZM103.953125 207.57466Q102.65625 207.57466 101.84375 206.73091Q101.046875 205.87154 101.046875 204.44966L101.046875 204.26216Q101.046875 203.30904 101.40625 202.57466Q101.765625 201.82466 102.40625 201.41841Q103.0625 200.99654 103.8125 200.99654Q105.046875 200.99654 105.734375 201.80904Q106.421875 202.62154 106.421875 204.13716L106.421875 204.59029L102.125 204.59029Q102.15625 205.52779 102.671875 206.10591Q103.203125 206.68404 104.015625 206.68404Q104.578125 206.68404 104.96875 206.44966Q105.375 206.21529 105.6875 205.82466L106.34375 206.34029Q105.546875 207.57466 103.953125 207.57466ZM103.8125 201.88716Q103.15625 201.88716 102.703125 202.37154Q102.265625 202.84029 102.171875 203.69966L105.34375 203.69966L105.34375 203.62154Q105.296875 202.79341 104.890625 202.34029Q104.5 201.88716 103.8125 201.88716ZM112.671875 204.35591Q112.671875 205.79341 112.015625 206.68404Q111.359375 207.57466 110.21875 207.57466Q109.0625 207.57466 108.40625 206.84029L108.40625 209.88716L107.328125 209.88716L107.328125 201.10591L108.3125 201.10591L108.359375 201.80904Q109.03125 200.99654 110.203125 200.99654Q111.34375 200.99654 112.0 201.85591Q112.671875 202.71529 112.671875 204.24654L112.671875 204.35591ZM111.59375 204.23091Q111.59375 203.15279 111.125 202.54341Q110.671875 201.91841 109.875 201.91841Q108.890625 201.91841 108.40625 202.77779L108.40625 205.80904Q108.890625 206.68404 109.890625 206.68404Q110.671875 206.68404 111.125 206.07466Q111.59375 205.44966 111.59375 204.23091ZM117.390625 202.07466Q117.140625 202.04341 116.859375 202.04341Q115.78125 202.04341 115.40625 202.94966L115.40625 207.44966L114.328125 207.44966L114.328125 201.10591L115.375 201.10591L115.390625 201.84029Q115.921875 200.99654 116.90625 200.99654Q117.21875 200.99654 117.390625 201.07466L117.390625 202.07466ZM120.953125 207.57466Q119.65625 207.57466 118.84375 206.73091Q118.046875 205.87154 118.046875 204.44966L118.046875 204.26216Q118.046875 203.30904 118.40625 202.57466Q118.765625 201.82466 119.40625 201.41841Q120.0625 200.99654 120.8125 200.99654Q122.046875 200.99654 122.734375 201.80904Q123.421875 202.62154 123.421875 204.13716L123.421875 204.59029L119.125 204.59029Q119.15625 205.52779 119.671875 206.10591Q120.203125 206.68404 121.015625 206.68404Q121.578125 206.68404 121.96875 206.44966Q122.375 206.21529 122.6875 205.82466L123.34375 206.34029Q122.546875 207.57466 120.953125 207.57466ZM120.8125 201.88716Q120.15625 201.88716 119.703125 202.37154Q119.265625 202.84029 119.171875 203.69966L122.34375 203.69966L122.34375 203.62154Q122.296875 202.79341 121.890625 202.34029Q121.5 201.88716 120.8125 201.88716ZM128.01562 205.76216Q128.01562 205.32466 127.671875 205.09029Q127.34375 204.84029 126.515625 204.66841Q125.703125 204.49654 125.21875 204.24654Q124.734375 203.99654 124.5 203.66841Q124.28125 203.32466 124.28125 202.85591Q124.28125 202.07466 124.9375 201.54341Q125.59375 200.99654 126.625 200.99654Q127.703125 200.99654 128.35938 201.55904Q129.03125 202.10591 129.03125 202.96529L127.953125 202.96529Q127.953125 202.52779 127.5625 202.21529Q127.1875 201.88716 126.625 201.88716Q126.03125 201.88716 125.6875 202.15279Q125.359375 202.40279 125.359375 202.80904Q125.359375 203.19966 125.671875 203.40279Q125.984375 203.60591 126.796875 203.79341Q127.609375 203.96529 128.10938 204.21529Q128.60938 204.46529 128.84375 204.82466Q129.09375 205.18404 129.09375 205.68404Q129.09375 206.54341 128.40625 207.05904Q127.734375 207.57466 126.65625 207.57466Q125.890625 207.57466 125.296875 207.30904Q124.71875 207.02779 124.390625 206.54341Q124.0625 206.05904 124.0625 205.49654L125.140625 205.49654Q125.171875 206.04341 125.578125 206.37154Q125.984375 206.68404 126.65625 206.68404Q127.265625 206.68404 127.640625 206.43404Q128.01562 206.18404 128.01562 205.76216ZM132.95312 207.57466Q131.65625 207.57466 130.84375 206.73091Q130.04688 205.87154 130.04688 204.44966L130.04688 204.26216Q130.04688 203.30904 130.40625 202.57466Q130.76562 201.82466 131.40625 201.41841Q132.0625 200.99654 132.8125 200.99654Q134.04688 200.99654 134.73438 201.80904Q135.42188 202.62154 135.42188 204.13716L135.42188 204.59029L131.125 204.59029Q131.15625 205.52779 131.67188 206.10591Q132.20312 206.68404 133.01562 206.68404Q133.57812 206.68404 133.96875 206.44966Q134.375 206.21529 134.6875 205.82466L135.34375 206.34029Q134.54688 207.57466 132.95312 207.57466ZM132.8125 201.88716Q132.15625 201.88716 131.70312 202.37154Q131.26562 202.84029 131.17188 203.69966L134.34375 203.69966L134.34375 203.62154Q134.29688 202.79341 133.89062 202.34029Q133.5 201.88716 132.8125 201.88716ZM137.34375 201.10591L137.375 201.90279Q138.10938 200.99654 139.28125 200.99654Q141.29688 200.99654 141.3125 203.26216L141.3125 207.44966L140.21875 207.44966L140.21875 203.24654Q140.21875 202.57466 139.90625 202.24654Q139.60938 201.91841 138.95312 201.91841Q138.42188 201.91841 138.01562 202.19966Q137.625 202.48091 137.40625 202.93404L137.40625 207.44966L136.32812 207.44966L136.32812 201.10591L137.34375 201.10591ZM144.79688 199.57466L144.79688 201.10591L145.96875 201.10591L145.96875 201.94966L144.79688 201.94966L144.79688 205.87154Q144.79688 206.26216 144.95312 206.44966Q145.10938 206.63716 145.48438 206.63716Q145.67188 206.63716 146.0 206.57466L146.0 207.44966Q145.57812 207.57466 145.17188 207.57466Q144.45312 207.57466 144.07812 207.13716Q143.70312 206.68404 143.70312 205.87154L143.70312 201.94966L142.54688 201.94966L142.54688 201.10591L143.70312 201.10591L143.70312 199.57466L144.79688 199.57466ZM149.95312 207.57466Q148.65625 207.57466 147.84375 206.73091Q147.04688 205.87154 147.04688 204.44966L147.04688 204.26216Q147.04688 203.30904 147.40625 202.57466Q147.76562 201.82466 148.40625 201.41841Q149.0625 200.99654 149.8125 200.99654Q151.04688 200.99654 151.73438 201.80904Q152.42188 202.62154 152.42188 204.13716L152.42188 204.59029L148.125 204.59029Q148.15625 205.52779 148.67188 206.10591Q149.20312 206.68404 150.01562 206.68404Q150.57812 206.68404 150.96875 206.44966Q151.375 206.21529 151.6875 205.82466L152.34375 206.34029Q151.54688 207.57466 149.95312 207.57466ZM149.8125 201.88716Q149.15625 201.88716 148.70312 202.37154Q148.26562 202.84029 148.17188 203.69966L151.34375 203.69966L151.34375 203.62154Q151.29688 202.79341 150.89062 202.34029Q150.5 201.88716 149.8125 201.88716ZM153.0625 204.23091Q153.0625 202.76216 153.75 201.88716Q154.4375 200.99654 155.5625 200.99654Q156.67188 200.99654 157.32812 201.74654L157.32812 198.44966L158.40625 198.44966L158.40625 207.44966L157.40625 207.44966L157.35938 206.76216Q156.70312 207.57466 155.54688 207.57466Q154.45312 207.57466 153.75 206.66841Q153.0625 205.76216 153.0625 204.30904L153.0625 204.23091ZM154.14062 204.35591Q154.14062 205.43404 154.57812 206.04341Q155.03125 206.65279 155.8125 206.65279Q156.84375 206.65279 157.32812 205.71529L157.32812 202.80904Q156.84375 201.91841 155.82812 201.91841Q155.03125 201.91841 154.57812 202.52779Q154.14062 203.13716 154.14062 204.35591Z" fill-rule="nonzero"/><path fill="#666666" d="M49.703125 247.9675L48.578125 247.9675L48.578125 239.43625L49.703125 239.43625L49.703125 247.9675ZM55.5 247.9675L54.421875 247.9675L54.421875 241.62375L55.5 241.62375L55.5 247.9675ZM54.328125 239.95187Q54.328125 239.68625 54.484375 239.49875Q54.65625 239.31125 54.96875 239.31125Q55.28125 239.31125 55.4375 239.49875Q55.609375 239.68625 55.609375 239.95187Q55.609375 240.20187 55.4375 240.38937Q55.28125 240.56125 54.96875 240.56125Q54.65625 240.56125 54.484375 240.38937Q54.328125 240.20187 54.328125 239.95187ZM57.0625 244.74875Q57.0625 243.28 57.75 242.405Q58.4375 241.51437 59.5625 241.51437Q60.671875 241.51437 61.328125 242.26437L61.328125 238.9675L62.40625 238.9675L62.40625 247.9675L61.40625 247.9675L61.359375 247.28Q60.703125 248.0925 59.546875 248.0925Q58.453125 248.0925 57.75 247.18625Q57.0625 246.28 57.0625 244.82687L57.0625 244.74875ZM58.140625 244.87375Q58.140625 245.95187 58.578125 246.56125Q59.03125 247.17062 59.8125 247.17062Q60.84375 247.17062 61.328125 246.23312L61.328125 243.32687Q60.84375 242.43625 59.828125 242.43625Q59.03125 242.43625 58.578125 243.04562Q58.140625 243.655 58.140625 244.87375ZM66.953125 248.0925Q65.65625 248.0925 64.84375 247.24875Q64.046875 246.38937 64.046875 244.9675L64.046875 244.78Q64.046875 243.82687 64.40625 243.0925Q64.765625 242.3425 65.40625 241.93625Q66.0625 241.51437 66.8125 241.51437Q68.046875 241.51437 68.734375 242.32687Q69.421875 243.13937 69.421875 244.655L69.421875 245.10812L65.125 245.10812Q65.15625 246.04562 65.671875 246.62375Q66.203125 247.20187 67.015625 247.20187Q67.578125 247.20187 67.96875 246.9675Q68.375 246.73312 68.6875 246.3425L69.34375 246.85812Q68.546875 248.0925 66.953125 248.0925ZM66.8125 242.405Q66.15625 242.405 65.703125 242.88937Q65.265625 243.35812 65.171875 244.2175L68.34375 244.2175L68.34375 244.13937Q68.296875 243.31125 67.890625 242.85812Q67.5 242.405 66.8125 242.405ZM71.34375 241.62375L71.375 242.42062Q72.109375 241.51437 73.28125 241.51437Q75.296875 241.51437 75.3125 243.78L75.3125 247.9675L74.21875 247.9675L74.21875 243.76437Q74.21875 243.0925 73.90625 242.76437Q73.609375 242.43625 72.953125 242.43625Q72.421875 242.43625 72.015625 242.7175Q71.625 242.99875 71.40625 243.45187L71.40625 247.9675L70.328125 247.9675L70.328125 241.62375L71.34375 241.62375ZM78.796875 240.0925L78.796875 241.62375L79.96875 241.62375L79.96875 242.4675L78.796875 242.4675L78.796875 246.38937Q78.796875 246.78 78.953125 246.9675Q79.109375 247.155 79.484375 247.155Q79.671875 247.155 80.0 247.0925L80.0 247.9675Q79.578125 248.0925 79.171875 248.0925Q78.453125 248.0925 78.078125 247.655Q77.703125 247.20187 77.703125 246.38937L77.703125 242.4675L76.546875 242.4675L76.546875 241.62375L77.703125 241.62375L77.703125 240.0925L78.796875 240.0925ZM82.5 247.9675L81.421875 247.9675L81.421875 241.62375L82.5 241.62375L82.5 247.9675ZM81.328125 239.95187Q81.328125 239.68625 81.484375 239.49875Q81.65625 239.31125 81.96875 239.31125Q82.28125 239.31125 82.4375 239.49875Q82.609375 239.68625 82.609375 239.95187Q82.609375 240.20187 82.4375 240.38937Q82.28125 240.56125 81.96875 240.56125Q81.65625 240.56125 81.484375 240.38937Q81.328125 240.20187 81.328125 239.95187ZM84.859375 247.9675L84.859375 242.4675L83.859375 242.4675L83.859375 241.62375L84.859375 241.62375L84.859375 240.98312Q84.859375 239.95187 85.390625 239.405Q85.9375 238.8425 86.9375 238.8425Q87.3125 238.8425 87.6875 238.93625L87.625 239.82687Q87.34375 239.76437 87.046875 239.76437Q86.515625 239.76437 86.21875 240.07687Q85.9375 240.38937 85.9375 240.95187L85.9375 241.62375L87.296875 241.62375L87.296875 242.4675L85.9375 242.4675L85.9375 247.9675L84.859375 247.9675ZM90.390625 246.37375L91.875 241.62375L93.03125 241.62375L90.484375 248.95187Q89.890625 250.53 88.609375 250.53L88.390625 250.51437L88.0 250.43625L88.0 249.56125L88.28125 249.57687Q88.84375 249.57687 89.140625 249.35812Q89.453125 249.13937 89.65625 248.54562L89.890625 247.88937L87.625 241.62375L88.8125 241.62375L90.390625 246.37375ZM101.234375 247.9675Q101.140625 247.78 101.078125 247.29562Q100.328125 248.0925 99.28125 248.0925Q98.34375 248.0925 97.734375 247.56125Q97.140625 247.03 97.140625 246.20187Q97.140625 245.2175 97.890625 244.67062Q98.640625 244.12375 100.015625 244.12375L101.0625 244.12375L101.0625 243.62375Q101.0625 243.06125 100.71875 242.73312Q100.390625 242.38937 99.71875 242.38937Q99.140625 242.38937 98.75 242.68625Q98.359375 242.9675 98.359375 243.38937L97.265625 243.38937Q97.265625 242.905 97.59375 242.4675Q97.9375 242.03 98.515625 241.78Q99.09375 241.51437 99.78125 241.51437Q100.890625 241.51437 101.5 242.06125Q102.125 242.60812 102.15625 243.56125L102.15625 246.48312Q102.15625 247.35812 102.375 247.87375L102.375 247.9675L101.234375 247.9675ZM99.4375 247.13937Q99.953125 247.13937 100.40625 246.87375Q100.859375 246.60812 101.0625 246.18625L101.0625 244.88937L100.21875 244.88937Q98.21875 244.88937 98.21875 246.06125Q98.21875 246.56125 98.5625 246.85812Q98.90625 247.13937 99.4375 247.13937ZM108.015625 246.28Q108.015625 245.8425 107.671875 245.60812Q107.34375 245.35812 106.515625 245.18625Q105.703125 245.01437 105.21875 244.76437Q104.734375 244.51437 104.5 244.18625Q104.28125 243.8425 104.28125 243.37375Q104.28125 242.5925 104.9375 242.06125Q105.59375 241.51437 106.625 241.51437Q107.703125 241.51437 108.359375 242.07687Q109.03125 242.62375 109.03125 243.48312L107.953125 243.48312Q107.953125 243.04562 107.5625 242.73312Q107.1875 242.405 106.625 242.405Q106.03125 242.405 105.6875 242.67062Q105.359375 242.92062 105.359375 243.32687Q105.359375 243.7175 105.671875 243.92062Q105.984375 244.12375 106.796875 244.31125Q107.609375 244.48312 108.109375 244.73312Q108.609375 244.98312 108.84375 245.3425Q109.09375 245.70187 109.09375 246.20187Q109.09375 247.06125 108.40625 247.57687Q107.734375 248.0925 106.65625 248.0925Q105.890625 248.0925 105.296875 247.82687Q104.71875 247.54562 104.390625 247.06125Q104.0625 246.57687 104.0625 246.01437L105.140625 246.01437Q105.171875 246.56125 105.578125 246.88937Q105.984375 247.20187 106.65625 247.20187Q107.265625 247.20187 107.640625 246.95187Q108.015625 246.70187 108.015625 246.28ZM114.625 247.04562L118.671875 247.04562L118.671875 247.9675L113.484375 247.9675L113.484375 239.43625L114.625 239.43625L114.625 247.04562ZM125.796875 246.8425Q125.359375 247.4675 124.578125 247.78Q123.796875 248.0925 122.765625 248.0925Q121.734375 248.0925 120.921875 247.60812Q120.109375 247.10812 119.671875 246.20187Q119.234375 245.29562 119.21875 244.10812L119.21875 243.37375Q119.21875 241.43625 120.109375 240.37375Q121.015625 239.31125 122.640625 239.31125Q123.984375 239.31125 124.796875 239.99875Q125.609375 240.68625 125.796875 241.93625L124.671875 241.93625Q124.34375 240.24875 122.65625 240.24875Q121.515625 240.24875 120.9375 241.04562Q120.359375 241.82687 120.34375 243.3425L120.34375 244.03Q120.34375 245.4675 121.0 246.32687Q121.65625 247.17062 122.78125 247.17062Q123.40625 247.17062 123.875 247.03Q124.359375 246.88937 124.671875 246.54562L124.671875 244.63937L122.703125 244.63937L122.703125 243.7175L125.796875 243.7175L125.796875 246.8425ZM127.484375 247.9675L127.484375 239.43625L130.28125 239.43625Q131.67188 239.43625 132.35938 240.01437Q133.0625 240.57687 133.0625 241.70187Q133.0625 242.31125 132.71875 242.78Q132.39062 243.23312 131.79688 243.48312Q132.5 243.67062 132.89062 244.2175Q133.29688 244.74875 133.29688 245.49875Q133.29688 246.655 132.54688 247.31125Q131.8125 247.9675 130.45312 247.9675L127.484375 247.9675ZM128.60938 243.98312L128.60938 247.04562L130.46875 247.04562Q131.26562 247.04562 131.71875 246.63937Q132.17188 246.23312 132.17188 245.51437Q132.17188 243.98312 130.48438 243.98312L128.60938 243.98312ZM128.60938 243.07687L130.3125 243.07687Q131.04688 243.07687 131.48438 242.7175Q131.9375 242.3425 131.9375 241.70187Q131.9375 240.99875 131.53125 240.68625Q131.125 240.35812 130.28125 240.35812L128.60938 240.35812L128.60938 243.07687ZM140.39062 240.35812L137.64062 240.35812L137.64062 247.9675L136.53125 247.9675L136.53125 240.35812L133.78125 240.35812L133.78125 239.43625L140.39062 239.43625L140.39062 240.35812ZM148.0 243.98312Q148.0 245.2175 147.60938 246.10812Q147.21875 246.99875 146.51562 247.49875L148.03125 248.70187L147.26562 249.405L145.46875 247.98312Q145.04688 248.0925 144.57812 248.0925Q143.57812 248.0925 142.79688 247.5925Q142.01562 247.0925 141.57812 246.18625Q141.15625 245.26437 141.14062 244.04562L141.14062 243.43625Q141.14062 242.20187 141.5625 241.26437Q142.0 240.32687 142.78125 239.82687Q143.5625 239.31125 144.5625 239.31125Q145.59375 239.31125 146.375 239.81125Q147.15625 240.31125 147.57812 241.24875Q148.0 242.18625 148.0 243.43625L148.0 243.98312ZM146.875 243.42062Q146.875 241.92062 146.28125 241.10812Q145.6875 240.28 144.5625 240.28Q143.5 240.28 142.89062 241.0925Q142.28125 241.905 142.26562 243.3425L142.26562 243.98312Q142.26562 245.43625 142.875 246.28Q143.48438 247.12375 144.57812 247.12375Q145.67188 247.12375 146.26562 246.3425Q146.85938 245.54562 146.875 244.06125L146.875 243.42062ZM150.70312 247.9675L149.57812 247.9675L149.57812 239.43625L150.70312 239.43625L150.70312 247.9675ZM157.20312 245.73312L153.625 245.73312L152.82812 247.9675L151.67188 247.9675L154.92188 239.43625L155.90625 239.43625L159.17188 247.9675L158.01562 247.9675L157.20312 245.73312ZM153.96875 244.81125L156.875 244.81125L155.42188 240.82687L153.96875 244.81125Z" fill-rule="nonzero"/><path fill="#666666" d="M82.703125 288.48535L81.578125 288.48535L81.578125 279.9541L82.703125 279.9541L82.703125 288.48535ZM88.5 288.48535L87.421875 288.48535L87.421875 282.1416L88.5 282.1416L88.5 288.48535ZM87.328125 280.46973Q87.328125 280.2041 87.484375 280.0166Q87.65625 279.8291 87.96875 279.8291Q88.28125 279.8291 88.4375 280.0166Q88.609375 280.2041 88.609375 280.46973Q88.609375 280.71973 88.4375 280.90723Q88.28125 281.0791 87.96875 281.0791Q87.65625 281.0791 87.484375 280.90723Q87.328125 280.71973 87.328125 280.46973ZM90.0625 285.2666Q90.0625 283.79785 90.75 282.92285Q91.4375 282.03223 92.5625 282.03223Q93.671875 282.03223 94.328125 282.78223L94.328125 279.48535L95.40625 279.48535L95.40625 288.48535L94.40625 288.48535L94.359375 287.79785Q93.703125 288.61035 92.546875 288.61035Q91.453125 288.61035 90.75 287.7041Q90.0625 286.79785 90.0625 285.34473L90.0625 285.2666ZM91.140625 285.3916Q91.140625 286.46973 91.578125 287.0791Q92.03125 287.68848 92.8125 287.68848Q93.84375 287.68848 94.328125 286.75098L94.328125 283.84473Q93.84375 282.9541 92.828125 282.9541Q92.03125 282.9541 91.578125 283.56348Q91.140625 284.17285 91.140625 285.3916ZM99.953125 288.61035Q98.65625 288.61035 97.84375 287.7666Q97.046875 286.90723 97.046875 285.48535L97.046875 285.29785Q97.046875 284.34473 97.40625 283.61035Q97.765625 282.86035 98.40625 282.4541Q99.0625 282.03223 99.8125 282.03223Q101.046875 282.03223 101.734375 282.84473Q102.421875 283.65723 102.421875 285.17285L102.421875 285.62598L98.125 285.62598Q98.15625 286.56348 98.671875 287.1416Q99.203125 287.71973 100.015625 287.71973Q100.578125 287.71973 100.96875 287.48535Q101.375 287.25098 101.6875 286.86035L102.34375 287.37598Q101.546875 288.61035 99.953125 288.61035ZM99.8125 282.92285Q99.15625 282.92285 98.703125 283.40723Q98.265625 283.87598 98.171875 284.73535L101.34375 284.73535L101.34375 284.65723Q101.296875 283.8291 100.890625 283.37598Q100.5 282.92285 99.8125 282.92285ZM104.34375 282.1416L104.375 282.93848Q105.109375 282.03223 106.28125 282.03223Q108.296875 282.03223 108.3125 284.29785L108.3125 288.48535L107.21875 288.48535L107.21875 284.28223Q107.21875 283.61035 106.90625 283.28223Q106.609375 282.9541 105.953125 282.9541Q105.421875 282.9541 105.015625 283.23535Q104.625 283.5166 104.40625 283.96973L104.40625 288.48535L103.328125 288.48535L103.328125 282.1416L104.34375 282.1416ZM111.796875 280.61035L111.796875 282.1416L112.96875 282.1416L112.96875 282.98535L111.796875 282.98535L111.796875 286.90723Q111.796875 287.29785 111.953125 287.48535Q112.109375 287.67285 112.484375 287.67285Q112.671875 287.67285 113.0 287.61035L113.0 288.48535Q112.578125 288.61035 112.171875 288.61035Q111.453125 288.61035 111.078125 288.17285Q110.703125 287.71973 110.703125 286.90723L110.703125 282.98535L109.546875 282.98535L109.546875 282.1416L110.703125 282.1416L110.703125 280.61035L111.796875 280.61035ZM115.5 288.48535L114.421875 288.48535L114.421875 282.1416L115.5 282.1416L115.5 288.48535ZM114.328125 280.46973Q114.328125 280.2041 114.484375 280.0166Q114.65625 279.8291 114.96875 279.8291Q115.28125 279.8291 115.4375 280.0166Q115.609375 280.2041 115.609375 280.46973Q115.609375 280.71973 115.4375 280.90723Q115.28125 281.0791 114.96875 281.0791Q114.65625 281.0791 114.484375 280.90723Q114.328125 280.71973 114.328125 280.46973ZM117.859375 288.48535L117.859375 282.98535L116.859375 282.98535L116.859375 282.1416L117.859375 282.1416L117.859375 281.50098Q117.859375 280.46973 118.390625 279.92285Q118.9375 279.36035 119.9375 279.36035Q120.3125 279.36035 120.6875 279.4541L120.625 280.34473Q120.34375 280.28223 120.046875 280.28223Q119.515625 280.28223 119.21875 280.59473Q118.9375 280.90723 118.9375 281.46973L118.9375 282.1416L120.296875 282.1416L120.296875 282.98535L118.9375 282.98535L118.9375 288.48535L117.859375 288.48535ZM123.390625 286.8916L124.875 282.1416L126.03125 282.1416L123.484375 289.46973Q122.890625 291.04785 121.609375 291.04785L121.390625 291.03223L121.0 290.9541L121.0 290.0791L121.28125 290.09473Q121.84375 290.09473 122.140625 289.87598Q122.453125 289.65723 122.65625 289.06348L122.890625 288.40723L120.625 282.1416L121.8125 282.1416L123.390625 286.8916ZM134.23438 288.48535Q134.14062 288.29785 134.07812 287.81348Q133.32812 288.61035 132.28125 288.61035Q131.34375 288.61035 130.73438 288.0791Q130.14062 287.54785 130.14062 286.71973Q130.14062 285.73535 130.89062 285.18848Q131.64062 284.6416 133.01562 284.6416L134.0625 284.6416L134.0625 284.1416Q134.0625 283.5791 133.71875 283.25098Q133.39062 282.90723 132.71875 282.90723Q132.14062 282.90723 131.75 283.2041Q131.35938 283.48535 131.35938 283.90723L130.26562 283.90723Q130.26562 283.42285 130.59375 282.98535Q130.9375 282.54785 131.51562 282.29785Q132.09375 282.03223 132.78125 282.03223Q133.89062 282.03223 134.5 282.5791Q135.125 283.12598 135.15625 284.0791L135.15625 287.00098Q135.15625 287.87598 135.375 288.3916L135.375 288.48535L134.23438 288.48535ZM132.4375 287.65723Q132.95312 287.65723 133.40625 287.3916Q133.85938 287.12598 134.0625 286.7041L134.0625 285.40723L133.21875 285.40723Q131.21875 285.40723 131.21875 286.5791Q131.21875 287.0791 131.5625 287.37598Q131.90625 287.65723 132.4375 287.65723ZM141.01562 286.79785Q141.01562 286.36035 140.67188 286.12598Q140.34375 285.87598 139.51562 285.7041Q138.70312 285.53223 138.21875 285.28223Q137.73438 285.03223 137.5 284.7041Q137.28125 284.36035 137.28125 283.8916Q137.28125 283.11035 137.9375 282.5791Q138.59375 282.03223 139.625 282.03223Q140.70312 282.03223 141.35938 282.59473Q142.03125 283.1416 142.03125 284.00098L140.95312 284.00098Q140.95312 283.56348 140.5625 283.25098Q140.1875 282.92285 139.625 282.92285Q139.03125 282.92285 138.6875 283.18848Q138.35938 283.43848 138.35938 283.84473Q138.35938 284.23535 138.67188 284.43848Q138.98438 284.6416 139.79688 284.8291Q140.60938 285.00098 141.10938 285.25098Q141.60938 285.50098 141.84375 285.86035Q142.09375 286.21973 142.09375 286.71973Q142.09375 287.5791 141.40625 288.09473Q140.73438 288.61035 139.65625 288.61035Q138.89062 288.61035 138.29688 288.34473Q137.71875 288.06348 137.39062 287.5791Q137.0625 287.09473 137.0625 286.53223L138.14062 286.53223Q138.17188 287.0791 138.57812 287.40723Q138.98438 287.71973 139.65625 287.71973Q140.26562 287.71973 140.64062 287.46973Q141.01562 287.21973 141.01562 286.79785ZM150.23438 288.48535Q150.14062 288.29785 150.07812 287.81348Q149.32812 288.61035 148.28125 288.61035Q147.34375 288.61035 146.73438 288.0791Q146.14062 287.54785 146.14062 286.71973Q146.14062 285.73535 146.89062 285.18848Q147.64062 284.6416 149.01562 284.6416L150.0625 284.6416L150.0625 284.1416Q150.0625 283.5791 149.71875 283.25098Q149.39062 282.90723 148.71875 282.90723Q148.14062 282.90723 147.75 283.2041Q147.35938 283.48535 147.35938 283.90723L146.26562 283.90723Q146.26562 283.42285 146.59375 282.98535Q146.9375 282.54785 147.51562 282.29785Q148.09375 282.03223 148.78125 282.03223Q149.89062 282.03223 150.5 282.5791Q151.125 283.12598 151.15625 284.0791L151.15625 287.00098Q151.15625 287.87598 151.375 288.3916L151.375 288.48535L150.23438 288.48535ZM148.4375 287.65723Q148.95312 287.65723 149.40625 287.3916Q149.85938 287.12598 150.0625 286.7041L150.0625 285.40723L149.21875 285.40723Q147.21875 285.40723 147.21875 286.5791Q147.21875 287.0791 147.5625 287.37598Q147.90625 287.65723 148.4375 287.65723ZM154.34375 282.1416L154.375 282.93848Q155.10938 282.03223 156.28125 282.03223Q158.29688 282.03223 158.3125 284.29785L158.3125 288.48535L157.21875 288.48535L157.21875 284.28223Q157.21875 283.61035 156.90625 283.28223Q156.60938 282.9541 155.95312 282.9541Q155.42188 282.9541 155.01562 283.23535Q154.625 283.5166 154.40625 283.96973L154.40625 288.48535L153.32812 288.48535L153.32812 282.1416L154.34375 282.1416Z" fill-rule="nonzero"/><path fill="#666666" d="M35.234375 302.86035Q34.609375 303.61035 33.375 303.61035Q32.359375 303.61035 31.828125 303.0166Q31.296875 302.42285 31.296875 301.2666L31.296875 297.1416L32.375 297.1416L32.375 301.23535Q32.375 302.68848 33.546875 302.68848Q34.796875 302.68848 35.203125 301.75098L35.203125 297.1416L36.296875 297.1416L36.296875 303.48535L35.265625 303.48535L35.234375 302.86035ZM39.34375 297.1416L39.375 297.93848Q40.109375 297.03223 41.28125 297.03223Q43.296875 297.03223 43.3125 299.29785L43.3125 303.48535L42.21875 303.48535L42.21875 299.28223Q42.21875 298.61035 41.90625 298.28223Q41.609375 297.9541 40.953125 297.9541Q40.421875 297.9541 40.015625 298.23535Q39.625 298.5166 39.40625 298.96973L39.40625 303.48535L38.328125 303.48535L38.328125 297.1416L39.34375 297.1416ZM45.0625 300.2666Q45.0625 298.79785 45.75 297.92285Q46.4375 297.03223 47.5625 297.03223Q48.671875 297.03223 49.328125 297.78223L49.328125 294.48535L50.40625 294.48535L50.40625 303.48535L49.40625 303.48535L49.359375 302.79785Q48.703125 303.61035 47.546875 303.61035Q46.453125 303.61035 45.75 302.7041Q45.0625 301.79785 45.0625 300.34473L45.0625 300.2666ZM46.140625 300.3916Q46.140625 301.46973 46.578125 302.0791Q47.03125 302.68848 47.8125 302.68848Q48.84375 302.68848 49.328125 301.75098L49.328125 298.84473Q48.84375 297.9541 47.828125 297.9541Q47.03125 297.9541 46.578125 298.56348Q46.140625 299.17285 46.140625 300.3916ZM54.953125 303.61035Q53.65625 303.61035 52.84375 302.7666Q52.046875 301.90723 52.046875 300.48535L52.046875 300.29785Q52.046875 299.34473 52.40625 298.61035Q52.765625 297.86035 53.40625 297.4541Q54.0625 297.03223 54.8125 297.03223Q56.046875 297.03223 56.734375 297.84473Q57.421875 298.65723 57.421875 300.17285L57.421875 300.62598L53.125 300.62598Q53.15625 301.56348 53.671875 302.1416Q54.203125 302.71973 55.015625 302.71973Q55.578125 302.71973 55.96875 302.48535Q56.375 302.25098 56.6875 301.86035L57.34375 302.37598Q56.546875 303.61035 54.953125 303.61035ZM54.8125 297.92285Q54.15625 297.92285 53.703125 298.40723Q53.265625 298.87598 53.171875 299.73535L56.34375 299.73535L56.34375 299.65723Q56.296875 298.8291 55.890625 298.37598Q55.5 297.92285 54.8125 297.92285ZM61.390625 298.11035Q61.140625 298.0791 60.859375 298.0791Q59.78125 298.0791 59.40625 298.98535L59.40625 303.48535L58.328125 303.48535L58.328125 297.1416L59.375 297.1416L59.390625 297.87598Q59.921875 297.03223 60.90625 297.03223Q61.21875 297.03223 61.390625 297.11035L61.390625 298.11035ZM65.390625 298.11035Q65.140625 298.0791 64.859375 298.0791Q63.78125 298.0791 63.40625 298.98535L63.40625 303.48535L62.328125 303.48535L62.328125 297.1416L63.375 297.1416L63.390625 297.87598Q63.921875 297.03223 64.90625 297.03223Q65.21875 297.03223 65.390625 297.11035L65.390625 298.11035ZM68.953125 303.61035Q67.65625 303.61035 66.84375 302.7666Q66.046875 301.90723 66.046875 300.48535L66.046875 300.29785Q66.046875 299.34473 66.40625 298.61035Q66.765625 297.86035 67.40625 297.4541Q68.0625 297.03223 68.8125 297.03223Q70.046875 297.03223 70.734375 297.84473Q71.421875 298.65723 71.421875 300.17285L71.421875 300.62598L67.125 300.62598Q67.15625 301.56348 67.671875 302.1416Q68.203125 302.71973 69.015625 302.71973Q69.578125 302.71973 69.96875 302.48535Q70.375 302.25098 70.6875 301.86035L71.34375 302.37598Q70.546875 303.61035 68.953125 303.61035ZM68.8125 297.92285Q68.15625 297.92285 67.703125 298.40723Q67.265625 298.87598 67.171875 299.73535L70.34375 299.73535L70.34375 299.65723Q70.296875 298.8291 69.890625 298.37598Q69.5 297.92285 68.8125 297.92285ZM77.671875 300.3916Q77.671875 301.8291 77.015625 302.71973Q76.359375 303.61035 75.21875 303.61035Q74.0625 303.61035 73.40625 302.87598L73.40625 305.92285L72.328125 305.92285L72.328125 297.1416L73.3125 297.1416L73.359375 297.84473Q74.03125 297.03223 75.203125 297.03223Q76.34375 297.03223 77.0 297.8916Q77.671875 298.75098 77.671875 300.28223L77.671875 300.3916ZM76.59375 300.2666Q76.59375 299.18848 76.125 298.5791Q75.671875 297.9541 74.875 297.9541Q73.890625 297.9541 73.40625 298.81348L73.40625 301.84473Q73.890625 302.71973 74.890625 302.71973Q75.671875 302.71973 76.125 302.11035Q76.59375 301.48535 76.59375 300.2666ZM82.390625 298.11035Q82.140625 298.0791 81.859375 298.0791Q80.78125 298.0791 80.40625 298.98535L80.40625 303.48535L79.328125 303.48535L79.328125 297.1416L80.375 297.1416L80.390625 297.87598Q80.921875 297.03223 81.90625 297.03223Q82.21875 297.03223 82.390625 297.11035L82.390625 298.11035ZM85.953125 303.61035Q84.65625 303.61035 83.84375 302.7666Q83.046875 301.90723 83.046875 300.48535L83.046875 300.29785Q83.046875 299.34473 83.40625 298.61035Q83.765625 297.86035 84.40625 297.4541Q85.0625 297.03223 85.8125 297.03223Q87.046875 297.03223 87.734375 297.84473Q88.421875 298.65723 88.421875 300.17285L88.421875 300.62598L84.125 300.62598Q84.15625 301.56348 84.671875 302.1416Q85.203125 302.71973 86.015625 302.71973Q86.578125 302.71973 86.96875 302.48535Q87.375 302.25098 87.6875 301.86035L88.34375 302.37598Q87.546875 303.61035 85.953125 303.61035ZM85.8125 297.92285Q85.15625 297.92285 84.703125 298.40723Q84.265625 298.87598 84.171875 299.73535L87.34375 299.73535L87.34375 299.65723Q87.296875 298.8291 86.890625 298.37598Q86.5 297.92285 85.8125 297.92285ZM93.015625 301.79785Q93.015625 301.36035 92.671875 301.12598Q92.34375 300.87598 91.515625 300.7041Q90.703125 300.53223 90.21875 300.28223Q89.734375 300.03223 89.5 299.7041Q89.28125 299.36035 89.28125 298.8916Q89.28125 298.11035 89.9375 297.5791Q90.59375 297.03223 91.625 297.03223Q92.703125 297.03223 93.359375 297.59473Q94.03125 298.1416 94.03125 299.00098L92.953125 299.00098Q92.953125 298.56348 92.5625 298.25098Q92.1875 297.92285 91.625 297.92285Q91.03125 297.92285 90.6875 298.18848Q90.359375 298.43848 90.359375 298.84473Q90.359375 299.23535 90.671875 299.43848Q90.984375 299.6416 91.796875 299.8291Q92.609375 300.00098 93.109375 300.25098Q93.609375 300.50098 93.84375 300.86035Q94.09375 301.21973 94.09375 301.71973Q94.09375 302.5791 93.40625 303.09473Q92.734375 303.61035 91.65625 303.61035Q90.890625 303.61035 90.296875 303.34473Q89.71875 303.06348 89.390625 302.5791Q89.0625 302.09473 89.0625 301.53223L90.140625 301.53223Q90.171875 302.0791 90.578125 302.40723Q90.984375 302.71973 91.65625 302.71973Q92.265625 302.71973 92.640625 302.46973Q93.015625 302.21973 93.015625 301.79785ZM97.953125 303.61035Q96.65625 303.61035 95.84375 302.7666Q95.046875 301.90723 95.046875 300.48535L95.046875 300.29785Q95.046875 299.34473 95.40625 298.61035Q95.765625 297.86035 96.40625 297.4541Q97.0625 297.03223 97.8125 297.03223Q99.046875 297.03223 99.734375 297.84473Q100.421875 298.65723 100.421875 300.17285L100.421875 300.62598L96.125 300.62598Q96.15625 301.56348 96.671875 302.1416Q97.203125 302.71973 98.015625 302.71973Q98.578125 302.71973 98.96875 302.48535Q99.375 302.25098 99.6875 301.86035L100.34375 302.37598Q99.546875 303.61035 97.953125 303.61035ZM97.8125 297.92285Q97.15625 297.92285 96.703125 298.40723Q96.265625 298.87598 96.171875 299.73535L99.34375 299.73535L99.34375 299.65723Q99.296875 298.8291 98.890625 298.37598Q98.5 297.92285 97.8125 297.92285ZM102.34375 297.1416L102.375 297.93848Q103.109375 297.03223 104.28125 297.03223Q106.296875 297.03223 106.3125 299.29785L106.3125 303.48535L105.21875 303.48535L105.21875 299.28223Q105.21875 298.61035 104.90625 298.28223Q104.609375 297.9541 103.953125 297.9541Q103.421875 297.9541 103.015625 298.23535Q102.625 298.5166 102.40625 298.96973L102.40625 303.48535L101.328125 303.48535L101.328125 297.1416L102.34375 297.1416ZM109.796875 295.61035L109.796875 297.1416L110.96875 297.1416L110.96875 297.98535L109.796875 297.98535L109.796875 301.90723Q109.796875 302.29785 109.953125 302.48535Q110.109375 302.67285 110.484375 302.67285Q110.671875 302.67285 111.0 302.61035L111.0 303.48535Q110.578125 303.61035 110.171875 303.61035Q109.453125 303.61035 109.078125 303.17285Q108.703125 302.71973 108.703125 301.90723L108.703125 297.98535L107.546875 297.98535L107.546875 297.1416L108.703125 297.1416L108.703125 295.61035L109.796875 295.61035ZM114.953125 303.61035Q113.65625 303.61035 112.84375 302.7666Q112.046875 301.90723 112.046875 300.48535L112.046875 300.29785Q112.046875 299.34473 112.40625 298.61035Q112.765625 297.86035 113.40625 297.4541Q114.0625 297.03223 114.8125 297.03223Q116.046875 297.03223 116.734375 297.84473Q117.421875 298.65723 117.421875 300.17285L117.421875 300.62598L113.125 300.62598Q113.15625 301.56348 113.671875 302.1416Q114.203125 302.71973 115.015625 302.71973Q115.578125 302.71973 115.96875 302.48535Q116.375 302.25098 116.6875 301.86035L117.34375 302.37598Q116.546875 303.61035 114.953125 303.61035ZM114.8125 297.92285Q114.15625 297.92285 113.703125 298.40723Q113.265625 298.87598 113.171875 299.73535L116.34375 299.73535L116.34375 299.65723Q116.296875 298.8291 115.890625 298.37598Q115.5 297.92285 114.8125 297.92285ZM118.0625 300.2666Q118.0625 298.79785 118.75 297.92285Q119.4375 297.03223 120.5625 297.03223Q121.671875 297.03223 122.328125 297.78223L122.328125 294.48535L123.40625 294.48535L123.40625 303.48535L122.40625 303.48535L122.359375 302.79785Q121.703125 303.61035 120.546875 303.61035Q119.453125 303.61035 118.75 302.7041Q118.0625 301.79785 118.0625 300.34473L118.0625 300.2666ZM119.140625 300.3916Q119.140625 301.46973 119.578125 302.0791Q120.03125 302.68848 120.8125 302.68848Q121.84375 302.68848 122.328125 301.75098L122.328125 298.84473Q121.84375 297.9541 120.828125 297.9541Q120.03125 297.9541 119.578125 298.56348Q119.140625 299.17285 119.140625 300.3916ZM128.0625 300.2666Q128.0625 298.78223 128.75 297.90723Q129.4375 297.03223 130.5625 297.03223Q131.71875 297.03223 132.375 297.84473L132.42188 297.1416L133.42188 297.1416L133.42188 303.3291Q133.42188 304.56348 132.6875 305.2666Q131.95312 305.98535 130.73438 305.98535Q130.04688 305.98535 129.39062 305.68848Q128.73438 305.3916 128.39062 304.8916L128.95312 304.23535Q129.64062 305.09473 130.65625 305.09473Q131.4375 305.09473 131.875 304.6416Q132.32812 304.2041 132.32812 303.3916L132.32812 302.84473Q131.67188 303.61035 130.54688 303.61035Q129.4375 303.61035 128.75 302.71973Q128.0625 301.81348 128.0625 300.2666ZM129.15625 300.3916Q129.15625 301.4541 129.59375 302.0791Q130.03125 302.68848 130.82812 302.68848Q131.84375 302.68848 132.32812 301.75098L132.32812 298.86035Q131.82812 297.9541 130.82812 297.9541Q130.04688 297.9541 129.59375 298.56348Q129.15625 299.17285 129.15625 300.3916ZM138.39062 298.11035Q138.14062 298.0791 137.85938 298.0791Q136.78125 298.0791 136.40625 298.98535L136.40625 303.48535L135.32812 303.48535L135.32812 297.1416L136.375 297.1416L136.39062 297.87598Q136.92188 297.03223 137.90625 297.03223Q138.21875 297.03223 138.39062 297.11035L138.39062 298.11035ZM139.03125 300.25098Q139.03125 299.3291 139.39062 298.5791Q139.76562 297.8291 140.42188 297.43848Q141.07812 297.03223 141.90625 297.03223Q143.20312 297.03223 144.0 297.92285Q144.8125 298.81348 144.8125 300.31348L144.8125 300.3916Q144.8125 301.31348 144.45312 302.04785Q144.09375 302.78223 143.4375 303.2041Q142.78125 303.61035 141.92188 303.61035Q140.64062 303.61035 139.82812 302.71973Q139.03125 301.81348 139.03125 300.3291L139.03125 300.25098ZM140.125 300.3916Q140.125 301.43848 140.60938 302.0791Q141.10938 302.71973 141.92188 302.71973Q142.75 302.71973 143.23438 302.0791Q143.71875 301.42285 143.71875 300.25098Q143.71875 299.21973 143.21875 298.5791Q142.73438 297.92285 141.90625 297.92285Q141.10938 297.92285 140.60938 298.56348Q140.125 299.18848 140.125 300.3916ZM150.23438 302.86035Q149.60938 303.61035 148.375 303.61035Q147.35938 303.61035 146.82812 303.0166Q146.29688 302.42285 146.29688 301.2666L146.29688 297.1416L147.375 297.1416L147.375 301.23535Q147.375 302.68848 148.54688 302.68848Q149.79688 302.68848 150.20312 301.75098L150.20312 297.1416L151.29688 297.1416L151.29688 303.48535L150.26562 303.48535L150.23438 302.86035ZM158.67188 300.3916Q158.67188 301.8291 158.01562 302.71973Q157.35938 303.61035 156.21875 303.61035Q155.0625 303.61035 154.40625 302.87598L154.40625 305.92285L153.32812 305.92285L153.32812 297.1416L154.3125 297.1416L154.35938 297.84473Q155.03125 297.03223 156.20312 297.03223Q157.34375 297.03223 158.0 297.8916Q158.67188 298.75098 158.67188 300.28223L158.67188 300.3916ZM157.59375 300.2666Q157.59375 299.18848 157.125 298.5791Q156.67188 297.9541 155.875 297.9541Q154.89062 297.9541 154.40625 298.81348L154.40625 301.84473Q154.89062 302.71973 155.89062 302.71973Q156.67188 302.71973 157.125 302.11035Q157.59375 301.48535 157.59375 300.2666Z" fill-rule="nonzero"/><path fill="#666666" d="M111.34375 312.1416L111.375 312.93848Q112.109375 312.03223 113.28125 312.03223Q115.296875 312.03223 115.3125 314.29785L115.3125 318.48535L114.21875 318.48535L114.21875 314.28223Q114.21875 313.61035 113.90625 313.28223Q113.609375 312.9541 112.953125 312.9541Q112.421875 312.9541 112.015625 313.23535Q111.625 313.5166 111.40625 313.96973L111.40625 318.48535L110.328125 318.48535L110.328125 312.1416L111.34375 312.1416ZM117.03125 315.25098Q117.03125 314.3291 117.390625 313.5791Q117.765625 312.8291 118.421875 312.43848Q119.078125 312.03223 119.90625 312.03223Q121.203125 312.03223 122.0 312.92285Q122.8125 313.81348 122.8125 315.31348L122.8125 315.3916Q122.8125 316.31348 122.453125 317.04785Q122.09375 317.78223 121.4375 318.2041Q120.78125 318.61035 119.921875 318.61035Q118.640625 318.61035 117.828125 317.71973Q117.03125 316.81348 117.03125 315.3291L117.03125 315.25098ZM118.125 315.3916Q118.125 316.43848 118.609375 317.0791Q119.109375 317.71973 119.921875 317.71973Q120.75 317.71973 121.234375 317.0791Q121.71875 316.42285 121.71875 315.25098Q121.71875 314.21973 121.21875 313.5791Q120.734375 312.92285 119.90625 312.92285Q119.109375 312.92285 118.609375 313.56348Q118.125 314.18848 118.125 315.3916ZM125.796875 310.61035L125.796875 312.1416L126.96875 312.1416L126.96875 312.98535L125.796875 312.98535L125.796875 316.90723Q125.796875 317.29785 125.953125 317.48535Q126.109375 317.67285 126.484375 317.67285Q126.671875 317.67285 127.0 317.61035L127.0 318.48535Q126.578125 318.61035 126.171875 318.61035Q125.453125 318.61035 125.078125 318.17285Q124.703125 317.71973 124.703125 316.90723L124.703125 312.98535L123.546875 312.98535L123.546875 312.1416L124.703125 312.1416L124.703125 310.61035L125.796875 310.61035ZM132.5 318.48535L131.42188 318.48535L131.42188 309.48535L132.5 309.48535L132.5 318.48535ZM135.5 318.48535L134.42188 318.48535L134.42188 312.1416L135.5 312.1416L135.5 318.48535ZM134.32812 310.46973Q134.32812 310.2041 134.48438 310.0166Q134.65625 309.8291 134.96875 309.8291Q135.28125 309.8291 135.4375 310.0166Q135.60938 310.2041 135.60938 310.46973Q135.60938 310.71973 135.4375 310.90723Q135.28125 311.0791 134.96875 311.0791Q134.65625 311.0791 134.48438 310.90723Q134.32812 310.71973 134.32812 310.46973ZM141.01562 316.79785Q141.01562 316.36035 140.67188 316.12598Q140.34375 315.87598 139.51562 315.7041Q138.70312 315.53223 138.21875 315.28223Q137.73438 315.03223 137.5 314.7041Q137.28125 314.36035 137.28125 313.8916Q137.28125 313.11035 137.9375 312.5791Q138.59375 312.03223 139.625 312.03223Q140.70312 312.03223 141.35938 312.59473Q142.03125 313.1416 142.03125 314.00098L140.95312 314.00098Q140.95312 313.56348 140.5625 313.25098Q140.1875 312.92285 139.625 312.92285Q139.03125 312.92285 138.6875 313.18848Q138.35938 313.43848 138.35938 313.84473Q138.35938 314.23535 138.67188 314.43848Q138.98438 314.6416 139.79688 314.8291Q140.60938 315.00098 141.10938 315.25098Q141.60938 315.50098 141.84375 315.86035Q142.09375 316.21973 142.09375 316.71973Q142.09375 317.5791 141.40625 318.09473Q140.73438 318.61035 139.65625 318.61035Q138.89062 318.61035 138.29688 318.34473Q137.71875 318.06348 137.39062 317.5791Q137.0625 317.09473 137.0625 316.53223L138.14062 316.53223Q138.17188 317.0791 138.57812 317.40723Q138.98438 317.71973 139.65625 317.71973Q140.26562 317.71973 140.64062 317.46973Q141.01562 317.21973 141.01562 316.79785ZM144.79688 310.61035L144.79688 312.1416L145.96875 312.1416L145.96875 312.98535L144.79688 312.98535L144.79688 316.90723Q144.79688 317.29785 144.95312 317.48535Q145.10938 317.67285 145.48438 317.67285Q145.67188 317.67285 146.0 317.61035L146.0 318.48535Q145.57812 318.61035 145.17188 318.61035Q144.45312 318.61035 144.07812 318.17285Q143.70312 317.71973 143.70312 316.90723L143.70312 312.98535L142.54688 312.98535L142.54688 312.1416L143.70312 312.1416L143.70312 310.61035L144.79688 310.61035ZM149.95312 318.61035Q148.65625 318.61035 147.84375 317.7666Q147.04688 316.90723 147.04688 315.48535L147.04688 315.29785Q147.04688 314.34473 147.40625 313.61035Q147.76562 312.86035 148.40625 312.4541Q149.0625 312.03223 149.8125 312.03223Q151.04688 312.03223 151.73438 312.84473Q152.42188 313.65723 152.42188 315.17285L152.42188 315.62598L148.125 315.62598Q148.15625 316.56348 148.67188 317.1416Q149.20312 317.71973 150.01562 317.71973Q150.57812 317.71973 150.96875 317.48535Q151.375 317.25098 151.6875 316.86035L152.34375 317.37598Q151.54688 318.61035 149.95312 318.61035ZM149.8125 312.92285Q149.15625 312.92285 148.70312 313.40723Q148.26562 313.87598 148.17188 314.73535L151.34375 314.73535L151.34375 314.65723Q151.29688 313.8291 150.89062 313.37598Q150.5 312.92285 149.8125 312.92285ZM153.0625 315.2666Q153.0625 313.79785 153.75 312.92285Q154.4375 312.03223 155.5625 312.03223Q156.67188 312.03223 157.32812 312.78223L157.32812 309.48535L158.40625 309.48535L158.40625 318.48535L157.40625 318.48535L157.35938 317.79785Q156.70312 318.61035 155.54688 318.61035Q154.45312 318.61035 153.75 317.7041Q153.0625 316.79785 153.0625 315.34473L153.0625 315.2666ZM154.14062 315.3916Q154.14062 316.46973 154.57812 317.0791Q155.03125 317.68848 155.8125 317.68848Q156.84375 317.68848 157.32812 316.75098L157.32812 313.84473Q156.84375 312.9541 155.82812 312.9541Q155.03125 312.9541 154.57812 313.56348Q154.14062 314.17285 154.14062 315.3916Z" fill-rule="nonzero"/><path fill="#666666" d="M27.703125 351.5032L26.578125 351.5032L26.578125 342.97195L27.703125 342.97195L27.703125 351.5032ZM33.5 351.5032L32.421875 351.5032L32.421875 345.15945L33.5 345.15945L33.5 351.5032ZM32.328125 343.48758Q32.328125 343.22195 32.484375 343.03445Q32.65625 342.84695 32.96875 342.84695Q33.28125 342.84695 33.4375 343.03445Q33.609375 343.22195 33.609375 343.48758Q33.609375 343.73758 33.4375 343.92508Q33.28125 344.09695 32.96875 344.09695Q32.65625 344.09695 32.484375 343.92508Q32.328125 343.73758 32.328125 343.48758ZM35.0625 348.28445Q35.0625 346.8157 35.75 345.9407Q36.4375 345.05008 37.5625 345.05008Q38.671875 345.05008 39.328125 345.80008L39.328125 342.5032L40.40625 342.5032L40.40625 351.5032L39.40625 351.5032L39.359375 350.8157Q38.703125 351.6282 37.546875 351.6282Q36.453125 351.6282 35.75 350.72195Q35.0625 349.8157 35.0625 348.36258L35.0625 348.28445ZM36.140625 348.40945Q36.140625 349.48758 36.578125 350.09695Q37.03125 350.70633 37.8125 350.70633Q38.84375 350.70633 39.328125 349.76883L39.328125 346.86258Q38.84375 345.97195 37.828125 345.97195Q37.03125 345.97195 36.578125 346.58133Q36.140625 347.1907 36.140625 348.40945ZM44.953125 351.6282Q43.65625 351.6282 42.84375 350.78445Q42.046875 349.92508 42.046875 348.5032L42.046875 348.3157Q42.046875 347.36258 42.40625 346.6282Q42.765625 345.8782 43.40625 345.47195Q44.0625 345.05008 44.8125 345.05008Q46.046875 345.05008 46.734375 345.86258Q47.421875 346.67508 47.421875 348.1907L47.421875 348.64383L43.125 348.64383Q43.15625 349.58133 43.671875 350.15945Q44.203125 350.73758 45.015625 350.73758Q45.578125 350.73758 45.96875 350.5032Q46.375 350.26883 46.6875 349.8782L47.34375 350.39383Q46.546875 351.6282 44.953125 351.6282ZM44.8125 345.9407Q44.15625 345.9407 43.703125 346.42508Q43.265625 346.89383 43.171875 347.7532L46.34375 347.7532L46.34375 347.67508Q46.296875 346.84695 45.890625 346.39383Q45.5 345.9407 44.8125 345.9407ZM49.34375 345.15945L49.375 345.95633Q50.109375 345.05008 51.28125 345.05008Q53.296875 345.05008 53.3125 347.3157L53.3125 351.5032L52.21875 351.5032L52.21875 347.30008Q52.21875 346.6282 51.90625 346.30008Q51.609375 345.97195 50.953125 345.97195Q50.421875 345.97195 50.015625 346.2532Q49.625 346.53445 49.40625 346.98758L49.40625 351.5032L48.328125 351.5032L48.328125 345.15945L49.34375 345.15945ZM56.796875 343.6282L56.796875 345.15945L57.96875 345.15945L57.96875 346.0032L56.796875 346.0032L56.796875 349.92508Q56.796875 350.3157 56.953125 350.5032Q57.109375 350.6907 57.484375 350.6907Q57.671875 350.6907 58.0 350.6282L58.0 351.5032Q57.578125 351.6282 57.171875 351.6282Q56.453125 351.6282 56.078125 351.1907Q55.703125 350.73758 55.703125 349.92508L55.703125 346.0032L54.546875 346.0032L54.546875 345.15945L55.703125 345.15945L55.703125 343.6282L56.796875 343.6282ZM60.5 351.5032L59.421875 351.5032L59.421875 345.15945L60.5 345.15945L60.5 351.5032ZM59.328125 343.48758Q59.328125 343.22195 59.484375 343.03445Q59.65625 342.84695 59.96875 342.84695Q60.28125 342.84695 60.4375 343.03445Q60.609375 343.22195 60.609375 343.48758Q60.609375 343.73758 60.4375 343.92508Q60.28125 344.09695 59.96875 344.09695Q59.65625 344.09695 59.484375 343.92508Q59.328125 343.73758 59.328125 343.48758ZM62.859375 351.5032L62.859375 346.0032L61.859375 346.0032L61.859375 345.15945L62.859375 345.15945L62.859375 344.51883Q62.859375 343.48758 63.390625 342.9407Q63.9375 342.3782 64.9375 342.3782Q65.3125 342.3782 65.6875 342.47195L65.625 343.36258Q65.34375 343.30008 65.046875 343.30008Q64.515625 343.30008 64.21875 343.61258Q63.9375 343.92508 63.9375 344.48758L63.9375 345.15945L65.296875 345.15945L65.296875 346.0032L63.9375 346.0032L63.9375 351.5032L62.859375 351.5032ZM68.390625 349.90945L69.875 345.15945L71.03125 345.15945L68.484375 352.48758Q67.890625 354.0657 66.609375 354.0657L66.390625 354.05008L66.0 353.97195L66.0 353.09695L66.28125 353.11258Q66.84375 353.11258 67.140625 352.89383Q67.453125 352.67508 67.65625 352.08133L67.890625 351.42508L65.625 345.15945L66.8125 345.15945L68.390625 349.90945ZM79.234375 351.5032Q79.140625 351.3157 79.078125 350.83133Q78.328125 351.6282 77.28125 351.6282Q76.34375 351.6282 75.734375 351.09695Q75.140625 350.5657 75.140625 349.73758Q75.140625 348.7532 75.890625 348.20633Q76.640625 347.65945 78.015625 347.65945L79.0625 347.65945L79.0625 347.15945Q79.0625 346.59695 78.71875 346.26883Q78.390625 345.92508 77.71875 345.92508Q77.140625 345.92508 76.75 346.22195Q76.359375 346.5032 76.359375 346.92508L75.265625 346.92508Q75.265625 346.4407 75.59375 346.0032Q75.9375 345.5657 76.515625 345.3157Q77.09375 345.05008 77.78125 345.05008Q78.890625 345.05008 79.5 345.59695Q80.125 346.14383 80.15625 347.09695L80.15625 350.01883Q80.15625 350.89383 80.375 351.40945L80.375 351.5032L79.234375 351.5032ZM77.4375 350.67508Q77.953125 350.67508 78.40625 350.40945Q78.859375 350.14383 79.0625 349.72195L79.0625 348.42508L78.21875 348.42508Q76.21875 348.42508 76.21875 349.59695Q76.21875 350.09695 76.5625 350.39383Q76.90625 350.67508 77.4375 350.67508ZM86.015625 349.8157Q86.015625 349.3782 85.671875 349.14383Q85.34375 348.89383 84.515625 348.72195Q83.703125 348.55008 83.21875 348.30008Q82.734375 348.05008 82.5 347.72195Q82.28125 347.3782 82.28125 346.90945Q82.28125 346.1282 82.9375 345.59695Q83.59375 345.05008 84.625 345.05008Q85.703125 345.05008 86.359375 345.61258Q87.03125 346.15945 87.03125 347.01883L85.953125 347.01883Q85.953125 346.58133 85.5625 346.26883Q85.1875 345.9407 84.625 345.9407Q84.03125 345.9407 83.6875 346.20633Q83.359375 346.45633 83.359375 346.86258Q83.359375 347.2532 83.671875 347.45633Q83.984375 347.65945 84.796875 347.84695Q85.609375 348.01883 86.109375 348.26883Q86.609375 348.51883 86.84375 348.8782Q87.09375 349.23758 87.09375 349.73758Q87.09375 350.59695 86.40625 351.11258Q85.734375 351.6282 84.65625 351.6282Q83.890625 351.6282 83.296875 351.36258Q82.71875 351.08133 82.390625 350.59695Q82.0625 350.11258 82.0625 349.55008L83.140625 349.55008Q83.171875 350.09695 83.578125 350.42508Q83.984375 350.73758 84.65625 350.73758Q85.265625 350.73758 85.640625 350.48758Q86.015625 350.23758 86.015625 349.8157ZM92.34375 345.15945L92.375 345.95633Q93.109375 345.05008 94.28125 345.05008Q96.296875 345.05008 96.3125 347.3157L96.3125 351.5032L95.21875 351.5032L95.21875 347.30008Q95.21875 346.6282 94.90625 346.30008Q94.609375 345.97195 93.953125 345.97195Q93.421875 345.97195 93.015625 346.2532Q92.625 346.53445 92.40625 346.98758L92.40625 351.5032L91.328125 351.5032L91.328125 345.15945L92.34375 345.15945ZM100.953125 351.6282Q99.65625 351.6282 98.84375 350.78445Q98.046875 349.92508 98.046875 348.5032L98.046875 348.3157Q98.046875 347.36258 98.40625 346.6282Q98.765625 345.8782 99.40625 345.47195Q100.0625 345.05008 100.8125 345.05008Q102.046875 345.05008 102.734375 345.86258Q103.421875 346.67508 103.421875 348.1907L103.421875 348.64383L99.125 348.64383Q99.15625 349.58133 99.671875 350.15945Q100.203125 350.73758 101.015625 350.73758Q101.578125 350.73758 101.96875 350.5032Q102.375 350.26883 102.6875 349.8782L103.34375 350.39383Q102.546875 351.6282 100.953125 351.6282ZM100.8125 345.9407Q100.15625 345.9407 99.703125 346.42508Q99.265625 346.89383 99.171875 347.7532L102.34375 347.7532L102.34375 347.67508Q102.296875 346.84695 101.890625 346.39383Q101.5 345.9407 100.8125 345.9407ZM108.234375 350.8782Q107.609375 351.6282 106.375 351.6282Q105.359375 351.6282 104.828125 351.03445Q104.296875 350.4407 104.296875 349.28445L104.296875 345.15945L105.375 345.15945L105.375 349.2532Q105.375 350.70633 106.546875 350.70633Q107.796875 350.70633 108.203125 349.76883L108.203125 345.15945L109.296875 345.15945L109.296875 351.5032L108.265625 351.5032L108.234375 350.8782ZM114.390625 346.1282Q114.140625 346.09695 113.859375 346.09695Q112.78125 346.09695 112.40625 347.0032L112.40625 351.5032L111.328125 351.5032L111.328125 345.15945L112.375 345.15945L112.390625 345.89383Q112.921875 345.05008 113.90625 345.05008Q114.21875 345.05008 114.390625 345.1282L114.390625 346.1282ZM115.03125 348.26883Q115.03125 347.34695 115.390625 346.59695Q115.765625 345.84695 116.421875 345.45633Q117.078125 345.05008 117.90625 345.05008Q119.203125 345.05008 120.0 345.9407Q120.8125 346.83133 120.8125 348.33133L120.8125 348.40945Q120.8125 349.33133 120.453125 350.0657Q120.09375 350.80008 119.4375 351.22195Q118.78125 351.6282 117.921875 351.6282Q116.640625 351.6282 115.828125 350.73758Q115.03125 349.83133 115.03125 348.34695L115.03125 348.26883ZM116.125 348.40945Q116.125 349.45633 116.609375 350.09695Q117.109375 350.73758 117.921875 350.73758Q118.75 350.73758 119.234375 350.09695Q119.71875 349.4407 119.71875 348.26883Q119.71875 347.23758 119.21875 346.59695Q118.734375 345.9407 117.90625 345.9407Q117.109375 345.9407 116.609375 346.58133Q116.125 347.20633 116.125 348.40945ZM122.0625 348.28445Q122.0625 346.8157 122.75 345.9407Q123.4375 345.05008 124.5625 345.05008Q125.671875 345.05008 126.328125 345.80008L126.328125 342.5032L127.40625 342.5032L127.40625 351.5032L126.40625 351.5032L126.359375 350.8157Q125.703125 351.6282 124.546875 351.6282Q123.453125 351.6282 122.75 350.72195Q122.0625 349.8157 122.0625 348.36258L122.0625 348.28445ZM123.140625 348.40945Q123.140625 349.48758 123.578125 350.09695Q124.03125 350.70633 124.8125 350.70633Q125.84375 350.70633 126.328125 349.76883L126.328125 346.86258Q125.84375 345.97195 124.828125 345.97195Q124.03125 345.97195 123.578125 346.58133Q123.140625 347.1907 123.140625 348.40945ZM130.5 351.5032L129.42188 351.5032L129.42188 345.15945L130.5 345.15945L130.5 351.5032ZM129.32812 343.48758Q129.32812 343.22195 129.48438 343.03445Q129.65625 342.84695 129.96875 342.84695Q130.28125 342.84695 130.4375 343.03445Q130.60938 343.22195 130.60938 343.48758Q130.60938 343.73758 130.4375 343.92508Q130.28125 344.09695 129.96875 344.09695Q129.65625 344.09695 129.48438 343.92508Q129.32812 343.73758 129.32812 343.48758ZM134.40625 350.03445L135.98438 345.15945L137.09375 345.15945L134.8125 351.5032L133.98438 351.5032L131.6875 345.15945L132.79688 345.15945L134.40625 350.03445ZM140.95312 351.6282Q139.65625 351.6282 138.84375 350.78445Q138.04688 349.92508 138.04688 348.5032L138.04688 348.3157Q138.04688 347.36258 138.40625 346.6282Q138.76562 345.8782 139.40625 345.47195Q140.0625 345.05008 140.8125 345.05008Q142.04688 345.05008 142.73438 345.86258Q143.42188 346.67508 143.42188 348.1907L143.42188 348.64383L139.125 348.64383Q139.15625 349.58133 139.67188 350.15945Q140.20312 350.73758 141.01562 350.73758Q141.57812 350.73758 141.96875 350.5032Q142.375 350.26883 142.6875 349.8782L143.34375 350.39383Q142.54688 351.6282 140.95312 351.6282ZM140.8125 345.9407Q140.15625 345.9407 139.70312 346.42508Q139.26562 346.89383 139.17188 347.7532L142.34375 347.7532L142.34375 347.67508Q142.29688 346.84695 141.89062 346.39383Q141.5 345.9407 140.8125 345.9407ZM147.39062 346.1282Q147.14062 346.09695 146.85938 346.09695Q145.78125 346.09695 145.40625 347.0032L145.40625 351.5032L144.32812 351.5032L144.32812 345.15945L145.375 345.15945L145.39062 345.89383Q145.92188 345.05008 146.90625 345.05008Q147.21875 345.05008 147.39062 345.1282L147.39062 346.1282ZM152.01562 349.8157Q152.01562 349.3782 151.67188 349.14383Q151.34375 348.89383 150.51562 348.72195Q149.70312 348.55008 149.21875 348.30008Q148.73438 348.05008 148.5 347.72195Q148.28125 347.3782 148.28125 346.90945Q148.28125 346.1282 148.9375 345.59695Q149.59375 345.05008 150.625 345.05008Q151.70312 345.05008 152.35938 345.61258Q153.03125 346.15945 153.03125 347.01883L151.95312 347.01883Q151.95312 346.58133 151.5625 346.26883Q151.1875 345.9407 150.625 345.9407Q150.03125 345.9407 149.6875 346.20633Q149.35938 346.45633 149.35938 346.86258Q149.35938 347.2532 149.67188 347.45633Q149.98438 347.65945 150.79688 347.84695Q151.60938 348.01883 152.10938 348.26883Q152.60938 348.51883 152.84375 348.8782Q153.09375 349.23758 153.09375 349.73758Q153.09375 350.59695 152.40625 351.11258Q151.73438 351.6282 150.65625 351.6282Q149.89062 351.6282 149.29688 351.36258Q148.71875 351.08133 148.39062 350.59695Q148.0625 350.11258 148.0625 349.55008L149.14062 349.55008Q149.17188 350.09695 149.57812 350.42508Q149.98438 350.73758 150.65625 350.73758Q151.26562 350.73758 151.64062 350.48758Q152.01562 350.23758 152.01562 349.8157ZM156.95312 351.6282Q155.65625 351.6282 154.84375 350.78445Q154.04688 349.92508 154.04688 348.5032L154.04688 348.3157Q154.04688 347.36258 154.40625 346.6282Q154.76562 345.8782 155.40625 345.47195Q156.0625 345.05008 156.8125 345.05008Q158.04688 345.05008 158.73438 345.86258Q159.42188 346.67508 159.42188 348.1907L159.42188 348.64383L155.125 348.64383Q155.15625 349.58133 155.67188 350.15945Q156.20312 350.73758 157.01562 350.73758Q157.57812 350.73758 157.96875 350.5032Q158.375 350.26883 158.6875 349.8782L159.34375 350.39383Q158.54688 351.6282 156.95312 351.6282ZM156.8125 345.9407Q156.15625 345.9407 155.70312 346.42508Q155.26562 346.89383 155.17188 347.7532L158.34375 347.7532L158.34375 347.67508Q158.29688 346.84695 157.89062 346.39383Q157.5 345.9407 156.8125 345.9407Z" fill-rule="nonzero"/><path fill="#666666" d="M31.03125 363.26883Q31.03125 362.34695 31.390625 361.59695Q31.765625 360.84695 32.421875 360.45633Q33.078125 360.05008 33.90625 360.05008Q35.203125 360.05008 36.0 360.9407Q36.8125 361.83133 36.8125 363.33133L36.8125 363.40945Q36.8125 364.33133 36.453125 365.0657Q36.09375 365.80008 35.4375 366.22195Q34.78125 366.6282 33.921875 366.6282Q32.640625 366.6282 31.828125 365.73758Q31.03125 364.83133 31.03125 363.34695L31.03125 363.26883ZM32.125 363.40945Q32.125 364.45633 32.609375 365.09695Q33.109375 365.73758 33.921875 365.73758Q34.75 365.73758 35.234375 365.09695Q35.71875 364.4407 35.71875 363.26883Q35.71875 362.23758 35.21875 361.59695Q34.734375 360.9407 33.90625 360.9407Q33.109375 360.9407 32.609375 361.58133Q32.125 362.20633 32.125 363.40945ZM41.390625 361.1282Q41.140625 361.09695 40.859375 361.09695Q39.78125 361.09695 39.40625 362.0032L39.40625 366.5032L38.328125 366.5032L38.328125 360.15945L39.375 360.15945L39.390625 360.89383Q39.921875 360.05008 40.90625 360.05008Q41.21875 360.05008 41.390625 360.1282L41.390625 361.1282ZM49.234375 366.5032Q49.140625 366.3157 49.078125 365.83133Q48.328125 366.6282 47.28125 366.6282Q46.34375 366.6282 45.734375 366.09695Q45.140625 365.5657 45.140625 364.73758Q45.140625 363.7532 45.890625 363.20633Q46.640625 362.65945 48.015625 362.65945L49.0625 362.65945L49.0625 362.15945Q49.0625 361.59695 48.71875 361.26883Q48.390625 360.92508 47.71875 360.92508Q47.140625 360.92508 46.75 361.22195Q46.359375 361.5032 46.359375 361.92508L45.265625 361.92508Q45.265625 361.4407 45.59375 361.0032Q45.9375 360.5657 46.515625 360.3157Q47.09375 360.05008 47.78125 360.05008Q48.890625 360.05008 49.5 360.59695Q50.125 361.14383 50.15625 362.09695L50.15625 365.01883Q50.15625 365.89383 50.375 366.40945L50.375 366.5032L49.234375 366.5032ZM47.4375 365.67508Q47.953125 365.67508 48.40625 365.40945Q48.859375 365.14383 49.0625 364.72195L49.0625 363.42508L48.21875 363.42508Q46.21875 363.42508 46.21875 364.59695Q46.21875 365.09695 46.5625 365.39383Q46.90625 365.67508 47.4375 365.67508ZM56.015625 364.8157Q56.015625 364.3782 55.671875 364.14383Q55.34375 363.89383 54.515625 363.72195Q53.703125 363.55008 53.21875 363.30008Q52.734375 363.05008 52.5 362.72195Q52.28125 362.3782 52.28125 361.90945Q52.28125 361.1282 52.9375 360.59695Q53.59375 360.05008 54.625 360.05008Q55.703125 360.05008 56.359375 360.61258Q57.03125 361.15945 57.03125 362.01883L55.953125 362.01883Q55.953125 361.58133 55.5625 361.26883Q55.1875 360.9407 54.625 360.9407Q54.03125 360.9407 53.6875 361.20633Q53.359375 361.45633 53.359375 361.86258Q53.359375 362.2532 53.671875 362.45633Q53.984375 362.65945 54.796875 362.84695Q55.609375 363.01883 56.109375 363.26883Q56.609375 363.51883 56.84375 363.8782Q57.09375 364.23758 57.09375 364.73758Q57.09375 365.59695 56.40625 366.11258Q55.734375 366.6282 54.65625 366.6282Q53.890625 366.6282 53.296875 366.36258Q52.71875 366.08133 52.390625 365.59695Q52.0625 365.11258 52.0625 364.55008L53.140625 364.55008Q53.171875 365.09695 53.578125 365.42508Q53.984375 365.73758 54.65625 365.73758Q55.265625 365.73758 55.640625 365.48758Q56.015625 365.23758 56.015625 364.8157ZM62.40625 360.92508Q63.125 360.05008 64.28125 360.05008Q66.296875 360.05008 66.3125 362.3157L66.3125 366.5032L65.21875 366.5032L65.21875 362.30008Q65.21875 361.6282 64.90625 361.30008Q64.609375 360.97195 63.953125 360.97195Q63.421875 360.97195 63.015625 361.2532Q62.625 361.53445 62.40625 361.98758L62.40625 366.5032L61.328125 366.5032L61.328125 357.5032L62.40625 357.5032L62.40625 360.92508ZM72.234375 366.5032Q72.140625 366.3157 72.078125 365.83133Q71.328125 366.6282 70.28125 366.6282Q69.34375 366.6282 68.734375 366.09695Q68.140625 365.5657 68.140625 364.73758Q68.140625 363.7532 68.890625 363.20633Q69.640625 362.65945 71.015625 362.65945L72.0625 362.65945L72.0625 362.15945Q72.0625 361.59695 71.71875 361.26883Q71.390625 360.92508 70.71875 360.92508Q70.140625 360.92508 69.75 361.22195Q69.359375 361.5032 69.359375 361.92508L68.265625 361.92508Q68.265625 361.4407 68.59375 361.0032Q68.9375 360.5657 69.515625 360.3157Q70.09375 360.05008 70.78125 360.05008Q71.890625 360.05008 72.5 360.59695Q73.125 361.14383 73.15625 362.09695L73.15625 365.01883Q73.15625 365.89383 73.375 366.40945L73.375 366.5032L72.234375 366.5032ZM70.4375 365.67508Q70.953125 365.67508 71.40625 365.40945Q71.859375 365.14383 72.0625 364.72195L72.0625 363.42508L71.21875 363.42508Q69.21875 363.42508 69.21875 364.59695Q69.21875 365.09695 69.5625 365.39383Q69.90625 365.67508 70.4375 365.67508ZM77.40625 365.03445L78.984375 360.15945L80.09375 360.15945L77.8125 366.5032L76.984375 366.5032L74.6875 360.15945L75.796875 360.15945L77.40625 365.03445ZM82.5 366.5032L81.421875 366.5032L81.421875 360.15945L82.5 360.15945L82.5 366.5032ZM81.328125 358.48758Q81.328125 358.22195 81.484375 358.03445Q81.65625 357.84695 81.96875 357.84695Q82.28125 357.84695 82.4375 358.03445Q82.609375 358.22195 82.609375 358.48758Q82.609375 358.73758 82.4375 358.92508Q82.28125 359.09695 81.96875 359.09695Q81.65625 359.09695 81.484375 358.92508Q81.328125 358.73758 81.328125 358.48758ZM85.34375 360.15945L85.375 360.95633Q86.109375 360.05008 87.28125 360.05008Q89.296875 360.05008 89.3125 362.3157L89.3125 366.5032L88.21875 366.5032L88.21875 362.30008Q88.21875 361.6282 87.90625 361.30008Q87.609375 360.97195 86.953125 360.97195Q86.421875 360.97195 86.015625 361.2532Q85.625 361.53445 85.40625 361.98758L85.40625 366.5032L84.328125 366.5032L84.328125 360.15945L85.34375 360.15945ZM91.0625 363.28445Q91.0625 361.80008 91.75 360.92508Q92.4375 360.05008 93.5625 360.05008Q94.71875 360.05008 95.375 360.86258L95.421875 360.15945L96.421875 360.15945L96.421875 366.34695Q96.421875 367.58133 95.6875 368.28445Q94.953125 369.0032 93.734375 369.0032Q93.046875 369.0032 92.390625 368.70633Q91.734375 368.40945 91.390625 367.90945L91.953125 367.2532Q92.640625 368.11258 93.65625 368.11258Q94.4375 368.11258 94.875 367.65945Q95.328125 367.22195 95.328125 366.40945L95.328125 365.86258Q94.671875 366.6282 93.546875 366.6282Q92.4375 366.6282 91.75 365.73758Q91.0625 364.83133 91.0625 363.28445ZM92.15625 363.40945Q92.15625 364.47195 92.59375 365.09695Q93.03125 365.70633 93.828125 365.70633Q94.84375 365.70633 95.328125 364.76883L95.328125 361.8782Q94.828125 360.97195 93.828125 360.97195Q93.046875 360.97195 92.59375 361.58133Q92.15625 362.1907 92.15625 363.40945ZM105.234375 366.5032Q105.140625 366.3157 105.078125 365.83133Q104.328125 366.6282 103.28125 366.6282Q102.34375 366.6282 101.734375 366.09695Q101.140625 365.5657 101.140625 364.73758Q101.140625 363.7532 101.890625 363.20633Q102.640625 362.65945 104.015625 362.65945L105.0625 362.65945L105.0625 362.15945Q105.0625 361.59695 104.71875 361.26883Q104.390625 360.92508 103.71875 360.92508Q103.140625 360.92508 102.75 361.22195Q102.359375 361.5032 102.359375 361.92508L101.265625 361.92508Q101.265625 361.4407 101.59375 361.0032Q101.9375 360.5657 102.515625 360.3157Q103.09375 360.05008 103.78125 360.05008Q104.890625 360.05008 105.5 360.59695Q106.125 361.14383 106.15625 362.09695L106.15625 365.01883Q106.15625 365.89383 106.375 366.40945L106.375 366.5032L105.234375 366.5032ZM103.4375 365.67508Q103.953125 365.67508 104.40625 365.40945Q104.859375 365.14383 105.0625 364.72195L105.0625 363.42508L104.21875 363.42508Q102.21875 363.42508 102.21875 364.59695Q102.21875 365.09695 102.5625 365.39383Q102.90625 365.67508 103.4375 365.67508ZM111.0625 363.28445Q111.0625 361.8157 111.75 360.9407Q112.4375 360.05008 113.5625 360.05008Q114.671875 360.05008 115.328125 360.80008L115.328125 357.5032L116.40625 357.5032L116.40625 366.5032L115.40625 366.5032L115.359375 365.8157Q114.703125 366.6282 113.546875 366.6282Q112.453125 366.6282 111.75 365.72195Q111.0625 364.8157 111.0625 363.36258L111.0625 363.28445ZM112.140625 363.40945Q112.140625 364.48758 112.578125 365.09695Q113.03125 365.70633 113.8125 365.70633Q114.84375 365.70633 115.328125 364.76883L115.328125 361.86258Q114.84375 360.97195 113.828125 360.97195Q113.03125 360.97195 112.578125 361.58133Q112.140625 362.1907 112.140625 363.40945ZM119.5 366.5032L118.421875 366.5032L118.421875 360.15945L119.5 360.15945L119.5 366.5032ZM118.328125 358.48758Q118.328125 358.22195 118.484375 358.03445Q118.65625 357.84695 118.96875 357.84695Q119.28125 357.84695 119.4375 358.03445Q119.609375 358.22195 119.609375 358.48758Q119.609375 358.73758 119.4375 358.92508Q119.28125 359.09695 118.96875 359.09695Q118.65625 359.09695 118.484375 358.92508Q118.328125 358.73758 118.328125 358.48758ZM125.015625 364.8157Q125.015625 364.3782 124.671875 364.14383Q124.34375 363.89383 123.515625 363.72195Q122.703125 363.55008 122.21875 363.30008Q121.734375 363.05008 121.5 362.72195Q121.28125 362.3782 121.28125 361.90945Q121.28125 361.1282 121.9375 360.59695Q122.59375 360.05008 123.625 360.05008Q124.703125 360.05008 125.359375 360.61258Q126.03125 361.15945 126.03125 362.01883L124.953125 362.01883Q124.953125 361.58133 124.5625 361.26883Q124.1875 360.9407 123.625 360.9407Q123.03125 360.9407 122.6875 361.20633Q122.359375 361.45633 122.359375 361.86258Q122.359375 362.2532 122.671875 362.45633Q122.984375 362.65945 123.796875 362.84695Q124.609375 363.01883 125.109375 363.26883Q125.609375 363.51883 125.84375 363.8782Q126.09375 364.23758 126.09375 364.73758Q126.09375 365.59695 125.40625 366.11258Q124.734375 366.6282 123.65625 366.6282Q122.890625 366.6282 122.296875 366.36258Q121.71875 366.08133 121.390625 365.59695Q121.0625 365.11258 121.0625 364.55008L122.140625 364.55008Q122.171875 365.09695 122.578125 365.42508Q122.984375 365.73758 123.65625 365.73758Q124.265625 365.73758 124.640625 365.48758Q125.015625 365.23758 125.015625 364.8157ZM131.23438 366.5032Q131.14062 366.3157 131.07812 365.83133Q130.32812 366.6282 129.28125 366.6282Q128.34375 366.6282 127.734375 366.09695Q127.140625 365.5657 127.140625 364.73758Q127.140625 363.7532 127.890625 363.20633Q128.64062 362.65945 130.01562 362.65945L131.0625 362.65945L131.0625 362.15945Q131.0625 361.59695 130.71875 361.26883Q130.39062 360.92508 129.71875 360.92508Q129.14062 360.92508 128.75 361.22195Q128.35938 361.5032 128.35938 361.92508L127.265625 361.92508Q127.265625 361.4407 127.59375 361.0032Q127.9375 360.5657 128.51562 360.3157Q129.09375 360.05008 129.78125 360.05008Q130.89062 360.05008 131.5 360.59695Q132.125 361.14383 132.15625 362.09695L132.15625 365.01883Q132.15625 365.89383 132.375 366.40945L132.375 366.5032L131.23438 366.5032ZM129.4375 365.67508Q129.95312 365.67508 130.40625 365.40945Q130.85938 365.14383 131.0625 364.72195L131.0625 363.42508L130.21875 363.42508Q128.21875 363.42508 128.21875 364.59695Q128.21875 365.09695 128.5625 365.39383Q128.90625 365.67508 129.4375 365.67508ZM139.6875 363.40945Q139.6875 364.86258 139.01562 365.7532Q138.35938 366.6282 137.23438 366.6282Q136.03125 366.6282 135.375 365.76883L135.3125 366.5032L134.32812 366.5032L134.32812 357.5032L135.40625 357.5032L135.40625 360.86258Q136.0625 360.05008 137.21875 360.05008Q138.375 360.05008 139.03125 360.92508Q139.6875 361.78445 139.6875 363.3157L139.6875 363.40945ZM138.60938 363.28445Q138.60938 362.17508 138.17188 361.58133Q137.75 360.97195 136.95312 360.97195Q135.875 360.97195 135.40625 361.95633L135.40625 364.70633Q135.90625 365.70633 136.95312 365.70633Q137.73438 365.70633 138.17188 365.09695Q138.60938 364.48758 138.60938 363.28445ZM142.5 366.5032L141.42188 366.5032L141.42188 360.15945L142.5 360.15945L142.5 366.5032ZM141.32812 358.48758Q141.32812 358.22195 141.48438 358.03445Q141.65625 357.84695 141.96875 357.84695Q142.28125 357.84695 142.4375 358.03445Q142.60938 358.22195 142.60938 358.48758Q142.60938 358.73758 142.4375 358.92508Q142.28125 359.09695 141.96875 359.09695Q141.65625 359.09695 141.48438 358.92508Q141.32812 358.73758 141.32812 358.48758ZM145.5 366.5032L144.42188 366.5032L144.42188 357.5032L145.5 357.5032L145.5 366.5032ZM148.5 366.5032L147.42188 366.5032L147.42188 360.15945L148.5 360.15945L148.5 366.5032ZM147.32812 358.48758Q147.32812 358.22195 147.48438 358.03445Q147.65625 357.84695 147.96875 357.84695Q148.28125 357.84695 148.4375 358.03445Q148.60938 358.22195 148.60938 358.48758Q148.60938 358.73758 148.4375 358.92508Q148.28125 359.09695 147.96875 359.09695Q147.65625 359.09695 147.48438 358.92508Q147.32812 358.73758 147.32812 358.48758ZM151.79688 358.6282L151.79688 360.15945L152.96875 360.15945L152.96875 361.0032L151.79688 361.0032L151.79688 364.92508Q151.79688 365.3157 151.95312 365.5032Q152.10938 365.6907 152.48438 365.6907Q152.67188 365.6907 153.0 365.6282L153.0 366.5032Q152.57812 366.6282 152.17188 366.6282Q151.45312 366.6282 151.07812 366.1907Q150.70312 365.73758 150.70312 364.92508L150.70312 361.0032L149.54688 361.0032L149.54688 360.15945L150.70312 360.15945L150.70312 358.6282L151.79688 358.6282ZM156.39062 364.90945L157.875 360.15945L159.03125 360.15945L156.48438 367.48758Q155.89062 369.0657 154.60938 369.0657L154.39062 369.05008L154.0 368.97195L154.0 368.09695L154.28125 368.11258Q154.84375 368.11258 155.14062 367.89383Q155.45312 367.67508 155.65625 367.08133L155.89062 366.42508L153.625 360.15945L154.8125 360.15945L156.39062 364.90945Z" fill-rule="nonzero"/><path fill="#666666" d="M45.703125 414.52106L44.578125 414.52106L44.578125 405.9898L45.703125 405.9898L45.703125 414.52106ZM51.5 414.52106L50.421875 414.52106L50.421875 408.1773L51.5 408.1773L51.5 414.52106ZM50.328125 406.50543Q50.328125 406.2398 50.484375 406.0523Q50.65625 405.8648 50.96875 405.8648Q51.28125 405.8648 51.4375 406.0523Q51.609375 406.2398 51.609375 406.50543Q51.609375 406.75543 51.4375 406.94293Q51.28125 407.1148 50.96875 407.1148Q50.65625 407.1148 50.484375 406.94293Q50.328125 406.75543 50.328125 406.50543ZM53.0625 411.3023Q53.0625 409.83356 53.75 408.95856Q54.4375 408.06793 55.5625 408.06793Q56.671875 408.06793 57.328125 408.81793L57.328125 405.52106L58.40625 405.52106L58.40625 414.52106L57.40625 414.52106L57.359375 413.83356Q56.703125 414.64606 55.546875 414.64606Q54.453125 414.64606 53.75 413.7398Q53.0625 412.83356 53.0625 411.38043L53.0625 411.3023ZM54.140625 411.4273Q54.140625 412.50543 54.578125 413.1148Q55.03125 413.72418 55.8125 413.72418Q56.84375 413.72418 57.328125 412.78668L57.328125 409.88043Q56.84375 408.9898 55.828125 408.9898Q55.03125 408.9898 54.578125 409.59918Q54.140625 410.20856 54.140625 411.4273ZM62.953125 414.64606Q61.65625 414.64606 60.84375 413.8023Q60.046875 412.94293 60.046875 411.52106L60.046875 411.33356Q60.046875 410.38043 60.40625 409.64606Q60.765625 408.89606 61.40625 408.4898Q62.0625 408.06793 62.8125 408.06793Q64.046875 408.06793 64.734375 408.88043Q65.421875 409.69293 65.421875 411.20856L65.421875 411.66168L61.125 411.66168Q61.15625 412.59918 61.671875 413.1773Q62.203125 413.75543 63.015625 413.75543Q63.578125 413.75543 63.96875 413.52106Q64.375 413.28668 64.6875 412.89606L65.34375 413.41168Q64.546875 414.64606 62.953125 414.64606ZM62.8125 408.95856Q62.15625 408.95856 61.703125 409.44293Q61.265625 409.91168 61.171875 410.77106L64.34375 410.77106L64.34375 410.69293Q64.296875 409.8648 63.890625 409.41168Q63.5 408.95856 62.8125 408.95856ZM67.34375 408.1773L67.375 408.97418Q68.109375 408.06793 69.28125 408.06793Q71.296875 408.06793 71.3125 410.33356L71.3125 414.52106L70.21875 414.52106L70.21875 410.31793Q70.21875 409.64606 69.90625 409.31793Q69.609375 408.9898 68.953125 408.9898Q68.421875 408.9898 68.015625 409.27106Q67.625 409.5523 67.40625 410.00543L67.40625 414.52106L66.328125 414.52106L66.328125 408.1773L67.34375 408.1773ZM74.796875 406.64606L74.796875 408.1773L75.96875 408.1773L75.96875 409.02106L74.796875 409.02106L74.796875 412.94293Q74.796875 413.33356 74.953125 413.52106Q75.109375 413.70856 75.484375 413.70856Q75.671875 413.70856 76.0 413.64606L76.0 414.52106Q75.578125 414.64606 75.171875 414.64606Q74.453125 414.64606 74.078125 414.20856Q73.703125 413.75543 73.703125 412.94293L73.703125 409.02106L72.546875 409.02106L72.546875 408.1773L73.703125 408.1773L73.703125 406.64606L74.796875 406.64606ZM78.5 414.52106L77.421875 414.52106L77.421875 408.1773L78.5 408.1773L78.5 414.52106ZM77.328125 406.50543Q77.328125 406.2398 77.484375 406.0523Q77.65625 405.8648 77.96875 405.8648Q78.28125 405.8648 78.4375 406.0523Q78.609375 406.2398 78.609375 406.50543Q78.609375 406.75543 78.4375 406.94293Q78.28125 407.1148 77.96875 407.1148Q77.65625 407.1148 77.484375 406.94293Q77.328125 406.75543 77.328125 406.50543ZM80.859375 414.52106L80.859375 409.02106L79.859375 409.02106L79.859375 408.1773L80.859375 408.1773L80.859375 407.53668Q80.859375 406.50543 81.390625 405.95856Q81.9375 405.39606 82.9375 405.39606Q83.3125 405.39606 83.6875 405.4898L83.625 406.38043Q83.34375 406.31793 83.046875 406.31793Q82.515625 406.31793 82.21875 406.63043Q81.9375 406.94293 81.9375 407.50543L81.9375 408.1773L83.296875 408.1773L83.296875 409.02106L81.9375 409.02106L81.9375 414.52106L80.859375 414.52106ZM86.390625 412.9273L87.875 408.1773L89.03125 408.1773L86.484375 415.50543Q85.890625 417.08356 84.609375 417.08356L84.390625 417.06793L84.0 416.9898L84.0 416.1148L84.28125 416.13043Q84.84375 416.13043 85.140625 415.91168Q85.453125 415.69293 85.65625 415.09918L85.890625 414.44293L83.625 408.1773L84.8125 408.1773L86.390625 412.9273ZM97.234375 414.52106Q97.140625 414.33356 97.078125 413.84918Q96.328125 414.64606 95.28125 414.64606Q94.34375 414.64606 93.734375 414.1148Q93.140625 413.58356 93.140625 412.75543Q93.140625 411.77106 93.890625 411.22418Q94.640625 410.6773 96.015625 410.6773L97.0625 410.6773L97.0625 410.1773Q97.0625 409.6148 96.71875 409.28668Q96.390625 408.94293 95.71875 408.94293Q95.140625 408.94293 94.75 409.2398Q94.359375 409.52106 94.359375 409.94293L93.265625 409.94293Q93.265625 409.45856 93.59375 409.02106Q93.9375 408.58356 94.515625 408.33356Q95.09375 408.06793 95.78125 408.06793Q96.890625 408.06793 97.5 408.6148Q98.125 409.16168 98.15625 410.1148L98.15625 413.03668Q98.15625 413.91168 98.375 414.4273L98.375 414.52106L97.234375 414.52106ZM95.4375 413.69293Q95.953125 413.69293 96.40625 413.4273Q96.859375 413.16168 97.0625 412.7398L97.0625 411.44293L96.21875 411.44293Q94.21875 411.44293 94.21875 412.6148Q94.21875 413.1148 94.5625 413.41168Q94.90625 413.69293 95.4375 413.69293ZM104.015625 412.83356Q104.015625 412.39606 103.671875 412.16168Q103.34375 411.91168 102.515625 411.7398Q101.703125 411.56793 101.21875 411.31793Q100.734375 411.06793 100.5 410.7398Q100.28125 410.39606 100.28125 409.9273Q100.28125 409.14606 100.9375 408.6148Q101.59375 408.06793 102.625 408.06793Q103.703125 408.06793 104.359375 408.63043Q105.03125 409.1773 105.03125 410.03668L103.953125 410.03668Q103.953125 409.59918 103.5625 409.28668Q103.1875 408.95856 102.625 408.95856Q102.03125 408.95856 101.6875 409.22418Q101.359375 409.47418 101.359375 409.88043Q101.359375 410.27106 101.671875 410.47418Q101.984375 410.6773 102.796875 410.8648Q103.609375 411.03668 104.109375 411.28668Q104.609375 411.53668 104.84375 411.89606Q105.09375 412.25543 105.09375 412.75543Q105.09375 413.6148 104.40625 414.13043Q103.734375 414.64606 102.65625 414.64606Q101.890625 414.64606 101.296875 414.38043Q100.71875 414.09918 100.390625 413.6148Q100.0625 413.13043 100.0625 412.56793L101.140625 412.56793Q101.171875 413.1148 101.578125 413.44293Q101.984375 413.75543 102.65625 413.75543Q103.265625 413.75543 103.640625 413.50543Q104.015625 413.25543 104.015625 412.83356ZM113.234375 414.52106Q113.140625 414.33356 113.078125 413.84918Q112.328125 414.64606 111.28125 414.64606Q110.34375 414.64606 109.734375 414.1148Q109.140625 413.58356 109.140625 412.75543Q109.140625 411.77106 109.890625 411.22418Q110.640625 410.6773 112.015625 410.6773L113.0625 410.6773L113.0625 410.1773Q113.0625 409.6148 112.71875 409.28668Q112.390625 408.94293 111.71875 408.94293Q111.140625 408.94293 110.75 409.2398Q110.359375 409.52106 110.359375 409.94293L109.265625 409.94293Q109.265625 409.45856 109.59375 409.02106Q109.9375 408.58356 110.515625 408.33356Q111.09375 408.06793 111.78125 408.06793Q112.890625 408.06793 113.5 408.6148Q114.125 409.16168 114.15625 410.1148L114.15625 413.03668Q114.15625 413.91168 114.375 414.4273L114.375 414.52106L113.234375 414.52106ZM111.4375 413.69293Q111.953125 413.69293 112.40625 413.4273Q112.859375 413.16168 113.0625 412.7398L113.0625 411.44293L112.21875 411.44293Q110.21875 411.44293 110.21875 412.6148Q110.21875 413.1148 110.5625 413.41168Q110.90625 413.69293 111.4375 413.69293ZM124.9375 413.02106L126.15625 408.1773L127.234375 408.1773L125.390625 414.52106L124.515625 414.52106L122.96875 409.70856L121.46875 414.52106L120.59375 414.52106L118.75 408.1773L119.828125 408.1773L121.078125 412.9273L122.5625 408.1773L123.421875 408.1773L124.9375 413.02106ZM128.03125 411.28668Q128.03125 410.3648 128.39062 409.6148Q128.76562 408.8648 129.42188 408.47418Q130.07812 408.06793 130.90625 408.06793Q132.20312 408.06793 133.0 408.95856Q133.8125 409.84918 133.8125 411.34918L133.8125 411.4273Q133.8125 412.34918 133.45312 413.08356Q133.09375 413.81793 132.4375 414.2398Q131.78125 414.64606 130.92188 414.64606Q129.64062 414.64606 128.82812 413.75543Q128.03125 412.84918 128.03125 411.3648L128.03125 411.28668ZM129.125 411.4273Q129.125 412.47418 129.60938 413.1148Q130.10938 413.75543 130.92188 413.75543Q131.75 413.75543 132.23438 413.1148Q132.71875 412.45856 132.71875 411.28668Q132.71875 410.25543 132.21875 409.6148Q131.73438 408.95856 130.90625 408.95856Q130.10938 408.95856 129.60938 409.59918Q129.125 410.22418 129.125 411.4273ZM136.34375 408.1773L136.375 408.88043Q137.0625 408.06793 138.25 408.06793Q139.57812 408.06793 140.0625 409.08356Q140.375 408.63043 140.875 408.34918Q141.39062 408.06793 142.07812 408.06793Q144.17188 408.06793 144.20312 410.27106L144.20312 414.52106L143.125 414.52106L143.125 410.33356Q143.125 409.66168 142.8125 409.33356Q142.5 408.9898 141.76562 408.9898Q141.15625 408.9898 140.75 409.34918Q140.35938 409.70856 140.29688 410.31793L140.29688 414.52106L139.21875 414.52106L139.21875 410.3648Q139.21875 408.9898 137.85938 408.9898Q136.79688 408.9898 136.40625 409.89606L136.40625 414.52106L135.3125 414.52106L135.3125 408.1773L136.34375 408.1773ZM150.23438 414.52106Q150.14062 414.33356 150.07812 413.84918Q149.32812 414.64606 148.28125 414.64606Q147.34375 414.64606 146.73438 414.1148Q146.14062 413.58356 146.14062 412.75543Q146.14062 411.77106 146.89062 411.22418Q147.64062 410.6773 149.01562 410.6773L150.0625 410.6773L150.0625 410.1773Q150.0625 409.6148 149.71875 409.28668Q149.39062 408.94293 148.71875 408.94293Q148.14062 408.94293 147.75 409.2398Q147.35938 409.52106 147.35938 409.94293L146.26562 409.94293Q146.26562 409.45856 146.59375 409.02106Q146.9375 408.58356 147.51562 408.33356Q148.09375 408.06793 148.78125 408.06793Q149.89062 408.06793 150.5 408.6148Q151.125 409.16168 151.15625 410.1148L151.15625 413.03668Q151.15625 413.91168 151.375 414.4273L151.375 414.52106L150.23438 414.52106ZM148.4375 413.69293Q148.95312 413.69293 149.40625 413.4273Q149.85938 413.16168 150.0625 412.7398L150.0625 411.44293L149.21875 411.44293Q147.21875 411.44293 147.21875 412.6148Q147.21875 413.1148 147.5625 413.41168Q147.90625 413.69293 148.4375 413.69293ZM154.34375 408.1773L154.375 408.97418Q155.10938 408.06793 156.28125 408.06793Q158.29688 408.06793 158.3125 410.33356L158.3125 414.52106L157.21875 414.52106L157.21875 410.31793Q157.21875 409.64606 156.90625 409.31793Q156.60938 408.9898 155.95312 408.9898Q155.42188 408.9898 155.01562 409.27106Q154.625 409.5523 154.40625 410.00543L154.40625 414.52106L153.32812 414.52106L153.32812 408.1773L154.34375 408.1773Z" fill-rule="nonzero"/><path fill="#666666" d="M43.703125 455.03888L42.578125 455.03888L42.578125 446.50763L43.703125 446.50763L43.703125 455.03888ZM49.5 455.03888L48.421875 455.03888L48.421875 448.69513L49.5 448.69513L49.5 455.03888ZM48.328125 447.02325Q48.328125 446.75763 48.484375 446.57013Q48.65625 446.38263 48.96875 446.38263Q49.28125 446.38263 49.4375 446.57013Q49.609375 446.75763 49.609375 447.02325Q49.609375 447.27325 49.4375 447.46075Q49.28125 447.63263 48.96875 447.63263Q48.65625 447.63263 48.484375 447.46075Q48.328125 447.27325 48.328125 447.02325ZM51.0625 451.82013Q51.0625 450.35138 51.75 449.47638Q52.4375 448.58575 53.5625 448.58575Q54.671875 448.58575 55.328125 449.33575L55.328125 446.03888L56.40625 446.03888L56.40625 455.03888L55.40625 455.03888L55.359375 454.35138Q54.703125 455.16388 53.546875 455.16388Q52.453125 455.16388 51.75 454.25763Q51.0625 453.35138 51.0625 451.89825L51.0625 451.82013ZM52.140625 451.94513Q52.140625 453.02325 52.578125 453.63263Q53.03125 454.242 53.8125 454.242Q54.84375 454.242 55.328125 453.3045L55.328125 450.39825Q54.84375 449.50763 53.828125 449.50763Q53.03125 449.50763 52.578125 450.117Q52.140625 450.72638 52.140625 451.94513ZM60.953125 455.16388Q59.65625 455.16388 58.84375 454.32013Q58.046875 453.46075 58.046875 452.03888L58.046875 451.85138Q58.046875 450.89825 58.40625 450.16388Q58.765625 449.41388 59.40625 449.00763Q60.0625 448.58575 60.8125 448.58575Q62.046875 448.58575 62.734375 449.39825Q63.421875 450.21075 63.421875 451.72638L63.421875 452.1795L59.125 452.1795Q59.15625 453.117 59.671875 453.69513Q60.203125 454.27325 61.015625 454.27325Q61.578125 454.27325 61.96875 454.03888Q62.375 453.8045 62.6875 453.41388L63.34375 453.9295Q62.546875 455.16388 60.953125 455.16388ZM60.8125 449.47638Q60.15625 449.47638 59.703125 449.96075Q59.265625 450.4295 59.171875 451.28888L62.34375 451.28888L62.34375 451.21075Q62.296875 450.38263 61.890625 449.9295Q61.5 449.47638 60.8125 449.47638ZM65.34375 448.69513L65.375 449.492Q66.109375 448.58575 67.28125 448.58575Q69.296875 448.58575 69.3125 450.85138L69.3125 455.03888L68.21875 455.03888L68.21875 450.83575Q68.21875 450.16388 67.90625 449.83575Q67.609375 449.50763 66.953125 449.50763Q66.421875 449.50763 66.015625 449.78888Q65.625 450.07013 65.40625 450.52325L65.40625 455.03888L64.328125 455.03888L64.328125 448.69513L65.34375 448.69513ZM72.796875 447.16388L72.796875 448.69513L73.96875 448.69513L73.96875 449.53888L72.796875 449.53888L72.796875 453.46075Q72.796875 453.85138 72.953125 454.03888Q73.109375 454.22638 73.484375 454.22638Q73.671875 454.22638 74.0 454.16388L74.0 455.03888Q73.578125 455.16388 73.171875 455.16388Q72.453125 455.16388 72.078125 454.72638Q71.703125 454.27325 71.703125 453.46075L71.703125 449.53888L70.546875 449.53888L70.546875 448.69513L71.703125 448.69513L71.703125 447.16388L72.796875 447.16388ZM76.5 455.03888L75.421875 455.03888L75.421875 448.69513L76.5 448.69513L76.5 455.03888ZM75.328125 447.02325Q75.328125 446.75763 75.484375 446.57013Q75.65625 446.38263 75.96875 446.38263Q76.28125 446.38263 76.4375 446.57013Q76.609375 446.75763 76.609375 447.02325Q76.609375 447.27325 76.4375 447.46075Q76.28125 447.63263 75.96875 447.63263Q75.65625 447.63263 75.484375 447.46075Q75.328125 447.27325 75.328125 447.02325ZM78.859375 455.03888L78.859375 449.53888L77.859375 449.53888L77.859375 448.69513L78.859375 448.69513L78.859375 448.0545Q78.859375 447.02325 79.390625 446.47638Q79.9375 445.91388 80.9375 445.91388Q81.3125 445.91388 81.6875 446.00763L81.625 446.89825Q81.34375 446.83575 81.046875 446.83575Q80.515625 446.83575 80.21875 447.14825Q79.9375 447.46075 79.9375 448.02325L79.9375 448.69513L81.296875 448.69513L81.296875 449.53888L79.9375 449.53888L79.9375 455.03888L78.859375 455.03888ZM84.390625 453.44513L85.875 448.69513L87.03125 448.69513L84.484375 456.02325Q83.890625 457.60138 82.609375 457.60138L82.390625 457.58575L82.0 457.50763L82.0 456.63263L82.28125 456.64825Q82.84375 456.64825 83.140625 456.4295Q83.453125 456.21075 83.65625 455.617L83.890625 454.96075L81.625 448.69513L82.8125 448.69513L84.390625 453.44513ZM95.234375 455.03888Q95.140625 454.85138 95.078125 454.367Q94.328125 455.16388 93.28125 455.16388Q92.34375 455.16388 91.734375 454.63263Q91.140625 454.10138 91.140625 453.27325Q91.140625 452.28888 91.890625 451.742Q92.640625 451.19513 94.015625 451.19513L95.0625 451.19513L95.0625 450.69513Q95.0625 450.13263 94.71875 449.8045Q94.390625 449.46075 93.71875 449.46075Q93.140625 449.46075 92.75 449.75763Q92.359375 450.03888 92.359375 450.46075L91.265625 450.46075Q91.265625 449.97638 91.59375 449.53888Q91.9375 449.10138 92.515625 448.85138Q93.09375 448.58575 93.78125 448.58575Q94.890625 448.58575 95.5 449.13263Q96.125 449.6795 96.15625 450.63263L96.15625 453.5545Q96.15625 454.4295 96.375 454.94513L96.375 455.03888L95.234375 455.03888ZM93.4375 454.21075Q93.953125 454.21075 94.40625 453.94513Q94.859375 453.6795 95.0625 453.25763L95.0625 451.96075L94.21875 451.96075Q92.21875 451.96075 92.21875 453.13263Q92.21875 453.63263 92.5625 453.9295Q92.90625 454.21075 93.4375 454.21075ZM102.015625 453.35138Q102.015625 452.91388 101.671875 452.6795Q101.34375 452.4295 100.515625 452.25763Q99.703125 452.08575 99.21875 451.83575Q98.734375 451.58575 98.5 451.25763Q98.28125 450.91388 98.28125 450.44513Q98.28125 449.66388 98.9375 449.13263Q99.59375 448.58575 100.625 448.58575Q101.703125 448.58575 102.359375 449.14825Q103.03125 449.69513 103.03125 450.5545L101.953125 450.5545Q101.953125 450.117 101.5625 449.8045Q101.1875 449.47638 100.625 449.47638Q100.03125 449.47638 99.6875 449.742Q99.359375 449.992 99.359375 450.39825Q99.359375 450.78888 99.671875 450.992Q99.984375 451.19513 100.796875 451.38263Q101.609375 451.5545 102.109375 451.8045Q102.609375 452.0545 102.84375 452.41388Q103.09375 452.77325 103.09375 453.27325Q103.09375 454.13263 102.40625 454.64825Q101.734375 455.16388 100.65625 455.16388Q99.890625 455.16388 99.296875 454.89825Q98.71875 454.617 98.390625 454.13263Q98.0625 453.64825 98.0625 453.08575L99.140625 453.08575Q99.171875 453.63263 99.578125 453.96075Q99.984375 454.27325 100.65625 454.27325Q101.265625 454.27325 101.640625 454.02325Q102.015625 453.77325 102.015625 453.35138ZM112.671875 451.94513Q112.671875 453.38263 112.015625 454.27325Q111.359375 455.16388 110.21875 455.16388Q109.0625 455.16388 108.40625 454.4295L108.40625 457.47638L107.328125 457.47638L107.328125 448.69513L108.3125 448.69513L108.359375 449.39825Q109.03125 448.58575 110.203125 448.58575Q111.34375 448.58575 112.0 449.44513Q112.671875 450.3045 112.671875 451.83575L112.671875 451.94513ZM111.59375 451.82013Q111.59375 450.742 111.125 450.13263Q110.671875 449.50763 109.875 449.50763Q108.890625 449.50763 108.40625 450.367L108.40625 453.39825Q108.890625 454.27325 109.890625 454.27325Q110.671875 454.27325 111.125 453.66388Q111.59375 453.03888 111.59375 451.82013ZM118.234375 455.03888Q118.140625 454.85138 118.078125 454.367Q117.328125 455.16388 116.28125 455.16388Q115.34375 455.16388 114.734375 454.63263Q114.140625 454.10138 114.140625 453.27325Q114.140625 452.28888 114.890625 451.742Q115.640625 451.19513 117.015625 451.19513L118.0625 451.19513L118.0625 450.69513Q118.0625 450.13263 117.71875 449.8045Q117.390625 449.46075 116.71875 449.46075Q116.140625 449.46075 115.75 449.75763Q115.359375 450.03888 115.359375 450.46075L114.265625 450.46075Q114.265625 449.97638 114.59375 449.53888Q114.9375 449.10138 115.515625 448.85138Q116.09375 448.58575 116.78125 448.58575Q117.890625 448.58575 118.5 449.13263Q119.125 449.6795 119.15625 450.63263L119.15625 453.5545Q119.15625 454.4295 119.375 454.94513L119.375 455.03888L118.234375 455.03888ZM116.4375 454.21075Q116.953125 454.21075 117.40625 453.94513Q117.859375 453.6795 118.0625 453.25763L118.0625 451.96075L117.21875 451.96075Q115.21875 451.96075 115.21875 453.13263Q115.21875 453.63263 115.5625 453.9295Q115.90625 454.21075 116.4375 454.21075ZM124.390625 449.66388Q124.140625 449.63263 123.859375 449.63263Q122.78125 449.63263 122.40625 450.53888L122.40625 455.03888L121.328125 455.03888L121.328125 448.69513L122.375 448.69513L122.390625 449.4295Q122.921875 448.58575 123.90625 448.58575Q124.21875 448.58575 124.390625 448.66388L124.390625 449.66388ZM126.796875 447.16388L126.796875 448.69513L127.96875 448.69513L127.96875 449.53888L126.796875 449.53888L126.796875 453.46075Q126.796875 453.85138 126.953125 454.03888Q127.109375 454.22638 127.484375 454.22638Q127.671875 454.22638 128.0 454.16388L128.0 455.03888Q127.578125 455.16388 127.171875 455.16388Q126.453125 455.16388 126.078125 454.72638Q125.703125 454.27325 125.703125 453.46075L125.703125 449.53888L124.546875 449.53888L124.546875 448.69513L125.703125 448.69513L125.703125 447.16388L126.796875 447.16388ZM132.03125 451.8045Q132.03125 450.88263 132.39062 450.13263Q132.76562 449.38263 133.42188 448.992Q134.07812 448.58575 134.90625 448.58575Q136.20312 448.58575 137.0 449.47638Q137.8125 450.367 137.8125 451.867L137.8125 451.94513Q137.8125 452.867 137.45312 453.60138Q137.09375 454.33575 136.4375 454.75763Q135.78125 455.16388 134.92188 455.16388Q133.64062 455.16388 132.82812 454.27325Q132.03125 453.367 132.03125 451.88263L132.03125 451.8045ZM133.125 451.94513Q133.125 452.992 133.60938 453.63263Q134.10938 454.27325 134.92188 454.27325Q135.75 454.27325 136.23438 453.63263Q136.71875 452.97638 136.71875 451.8045Q136.71875 450.77325 136.21875 450.13263Q135.73438 449.47638 134.90625 449.47638Q134.10938 449.47638 133.60938 450.117Q133.125 450.742 133.125 451.94513ZM139.85938 455.03888L139.85938 449.53888L138.85938 449.53888L138.85938 448.69513L139.85938 448.69513L139.85938 448.0545Q139.85938 447.02325 140.39062 446.47638Q140.9375 445.91388 141.9375 445.91388Q142.3125 445.91388 142.6875 446.00763L142.625 446.89825Q142.34375 446.83575 142.04688 446.83575Q141.51562 446.83575 141.21875 447.14825Q140.9375 447.46075 140.9375 448.02325L140.9375 448.69513L142.29688 448.69513L142.29688 449.53888L140.9375 449.53888L140.9375 455.03888L139.85938 455.03888ZM150.23438 455.03888Q150.14062 454.85138 150.07812 454.367Q149.32812 455.16388 148.28125 455.16388Q147.34375 455.16388 146.73438 454.63263Q146.14062 454.10138 146.14062 453.27325Q146.14062 452.28888 146.89062 451.742Q147.64062 451.19513 149.01562 451.19513L150.0625 451.19513L150.0625 450.69513Q150.0625 450.13263 149.71875 449.8045Q149.39062 449.46075 148.71875 449.46075Q148.14062 449.46075 147.75 449.75763Q147.35938 450.03888 147.35938 450.46075L146.26562 450.46075Q146.26562 449.97638 146.59375 449.53888Q146.9375 449.10138 147.51562 448.85138Q148.09375 448.58575 148.78125 448.58575Q149.89062 448.58575 150.5 449.13263Q151.125 449.6795 151.15625 450.63263L151.15625 453.5545Q151.15625 454.4295 151.375 454.94513L151.375 455.03888L150.23438 455.03888ZM148.4375 454.21075Q148.95312 454.21075 149.40625 453.94513Q149.85938 453.6795 150.0625 453.25763L150.0625 451.96075L149.21875 451.96075Q147.21875 451.96075 147.21875 453.13263Q147.21875 453.63263 147.5625 453.9295Q147.90625 454.21075 148.4375 454.21075ZM154.34375 448.69513L154.375 449.492Q155.10938 448.58575 156.28125 448.58575Q158.29688 448.58575 158.3125 450.85138L158.3125 455.03888L157.21875 455.03888L157.21875 450.83575Q157.21875 450.16388 156.90625 449.83575Q156.60938 449.50763 155.95312 449.50763Q155.42188 449.50763 155.01562 449.78888Q154.625 450.07013 154.40625 450.52325L154.40625 455.03888L153.32812 455.03888L153.32812 448.69513L154.34375 448.69513Z" fill-rule="nonzero"/><path fill="#666666" d="M33.234375 469.41388Q32.609375 470.16388 31.375 470.16388Q30.359375 470.16388 29.828125 469.57013Q29.296875 468.97638 29.296875 467.82013L29.296875 463.69513L30.375 463.69513L30.375 467.78888Q30.375 469.242 31.546875 469.242Q32.796875 469.242 33.203125 468.3045L33.203125 463.69513L34.296875 463.69513L34.296875 470.03888L33.265625 470.03888L33.234375 469.41388ZM37.34375 463.69513L37.375 464.492Q38.109375 463.58575 39.28125 463.58575Q41.296875 463.58575 41.3125 465.85138L41.3125 470.03888L40.21875 470.03888L40.21875 465.83575Q40.21875 465.16388 39.90625 464.83575Q39.609375 464.50763 38.953125 464.50763Q38.421875 464.50763 38.015625 464.78888Q37.625 465.07013 37.40625 465.52325L37.40625 470.03888L36.328125 470.03888L36.328125 463.69513L37.34375 463.69513ZM43.0625 466.82013Q43.0625 465.35138 43.75 464.47638Q44.4375 463.58575 45.5625 463.58575Q46.671875 463.58575 47.328125 464.33575L47.328125 461.03888L48.40625 461.03888L48.40625 470.03888L47.40625 470.03888L47.359375 469.35138Q46.703125 470.16388 45.546875 470.16388Q44.453125 470.16388 43.75 469.25763Q43.0625 468.35138 43.0625 466.89825L43.0625 466.82013ZM44.140625 466.94513Q44.140625 468.02325 44.578125 468.63263Q45.03125 469.242 45.8125 469.242Q46.84375 469.242 47.328125 468.3045L47.328125 465.39825Q46.84375 464.50763 45.828125 464.50763Q45.03125 464.50763 44.578125 465.117Q44.140625 465.72638 44.140625 466.94513ZM52.953125 470.16388Q51.65625 470.16388 50.84375 469.32013Q50.046875 468.46075 50.046875 467.03888L50.046875 466.85138Q50.046875 465.89825 50.40625 465.16388Q50.765625 464.41388 51.40625 464.00763Q52.0625 463.58575 52.8125 463.58575Q54.046875 463.58575 54.734375 464.39825Q55.421875 465.21075 55.421875 466.72638L55.421875 467.1795L51.125 467.1795Q51.15625 468.117 51.671875 468.69513Q52.203125 469.27325 53.015625 469.27325Q53.578125 469.27325 53.96875 469.03888Q54.375 468.8045 54.6875 468.41388L55.34375 468.9295Q54.546875 470.16388 52.953125 470.16388ZM52.8125 464.47638Q52.15625 464.47638 51.703125 464.96075Q51.265625 465.4295 51.171875 466.28888L54.34375 466.28888L54.34375 466.21075Q54.296875 465.38263 53.890625 464.9295Q53.5 464.47638 52.8125 464.47638ZM59.390625 464.66388Q59.140625 464.63263 58.859375 464.63263Q57.78125 464.63263 57.40625 465.53888L57.40625 470.03888L56.328125 470.03888L56.328125 463.69513L57.375 463.69513L57.390625 464.4295Q57.921875 463.58575 58.90625 463.58575Q59.21875 463.58575 59.390625 463.66388L59.390625 464.66388ZM63.390625 464.66388Q63.140625 464.63263 62.859375 464.63263Q61.78125 464.63263 61.40625 465.53888L61.40625 470.03888L60.328125 470.03888L60.328125 463.69513L61.375 463.69513L61.390625 464.4295Q61.921875 463.58575 62.90625 463.58575Q63.21875 463.58575 63.390625 463.66388L63.390625 464.66388ZM66.953125 470.16388Q65.65625 470.16388 64.84375 469.32013Q64.046875 468.46075 64.046875 467.03888L64.046875 466.85138Q64.046875 465.89825 64.40625 465.16388Q64.765625 464.41388 65.40625 464.00763Q66.0625 463.58575 66.8125 463.58575Q68.046875 463.58575 68.734375 464.39825Q69.421875 465.21075 69.421875 466.72638L69.421875 467.1795L65.125 467.1795Q65.15625 468.117 65.671875 468.69513Q66.203125 469.27325 67.015625 469.27325Q67.578125 469.27325 67.96875 469.03888Q68.375 468.8045 68.6875 468.41388L69.34375 468.9295Q68.546875 470.16388 66.953125 470.16388ZM66.8125 464.47638Q66.15625 464.47638 65.703125 464.96075Q65.265625 465.4295 65.171875 466.28888L68.34375 466.28888L68.34375 466.21075Q68.296875 465.38263 67.890625 464.9295Q67.5 464.47638 66.8125 464.47638ZM75.671875 466.94513Q75.671875 468.38263 75.015625 469.27325Q74.359375 470.16388 73.21875 470.16388Q72.0625 470.16388 71.40625 469.4295L71.40625 472.47638L70.328125 472.47638L70.328125 463.69513L71.3125 463.69513L71.359375 464.39825Q72.03125 463.58575 73.203125 463.58575Q74.34375 463.58575 75.0 464.44513Q75.671875 465.3045 75.671875 466.83575L75.671875 466.94513ZM74.59375 466.82013Q74.59375 465.742 74.125 465.13263Q73.671875 464.50763 72.875 464.50763Q71.890625 464.50763 71.40625 465.367L71.40625 468.39825Q71.890625 469.27325 72.890625 469.27325Q73.671875 469.27325 74.125 468.66388Q74.59375 468.03888 74.59375 466.82013ZM80.390625 464.66388Q80.140625 464.63263 79.859375 464.63263Q78.78125 464.63263 78.40625 465.53888L78.40625 470.03888L77.328125 470.03888L77.328125 463.69513L78.375 463.69513L78.390625 464.4295Q78.921875 463.58575 79.90625 463.58575Q80.21875 463.58575 80.390625 463.66388L80.390625 464.66388ZM83.953125 470.16388Q82.65625 470.16388 81.84375 469.32013Q81.046875 468.46075 81.046875 467.03888L81.046875 466.85138Q81.046875 465.89825 81.40625 465.16388Q81.765625 464.41388 82.40625 464.00763Q83.0625 463.58575 83.8125 463.58575Q85.046875 463.58575 85.734375 464.39825Q86.421875 465.21075 86.421875 466.72638L86.421875 467.1795L82.125 467.1795Q82.15625 468.117 82.671875 468.69513Q83.203125 469.27325 84.015625 469.27325Q84.578125 469.27325 84.96875 469.03888Q85.375 468.8045 85.6875 468.41388L86.34375 468.9295Q85.546875 470.16388 83.953125 470.16388ZM83.8125 464.47638Q83.15625 464.47638 82.703125 464.96075Q82.265625 465.4295 82.171875 466.28888L85.34375 466.28888L85.34375 466.21075Q85.296875 465.38263 84.890625 464.9295Q84.5 464.47638 83.8125 464.47638ZM91.015625 468.35138Q91.015625 467.91388 90.671875 467.6795Q90.34375 467.4295 89.515625 467.25763Q88.703125 467.08575 88.21875 466.83575Q87.734375 466.58575 87.5 466.25763Q87.28125 465.91388 87.28125 465.44513Q87.28125 464.66388 87.9375 464.13263Q88.59375 463.58575 89.625 463.58575Q90.703125 463.58575 91.359375 464.14825Q92.03125 464.69513 92.03125 465.5545L90.953125 465.5545Q90.953125 465.117 90.5625 464.8045Q90.1875 464.47638 89.625 464.47638Q89.03125 464.47638 88.6875 464.742Q88.359375 464.992 88.359375 465.39825Q88.359375 465.78888 88.671875 465.992Q88.984375 466.19513 89.796875 466.38263Q90.609375 466.5545 91.109375 466.8045Q91.609375 467.0545 91.84375 467.41388Q92.09375 467.77325 92.09375 468.27325Q92.09375 469.13263 91.40625 469.64825Q90.734375 470.16388 89.65625 470.16388Q88.890625 470.16388 88.296875 469.89825Q87.71875 469.617 87.390625 469.13263Q87.0625 468.64825 87.0625 468.08575L88.140625 468.08575Q88.171875 468.63263 88.578125 468.96075Q88.984375 469.27325 89.65625 469.27325Q90.265625 469.27325 90.640625 469.02325Q91.015625 468.77325 91.015625 468.35138ZM95.953125 470.16388Q94.65625 470.16388 93.84375 469.32013Q93.046875 468.46075 93.046875 467.03888L93.046875 466.85138Q93.046875 465.89825 93.40625 465.16388Q93.765625 464.41388 94.40625 464.00763Q95.0625 463.58575 95.8125 463.58575Q97.046875 463.58575 97.734375 464.39825Q98.421875 465.21075 98.421875 466.72638L98.421875 467.1795L94.125 467.1795Q94.15625 468.117 94.671875 468.69513Q95.203125 469.27325 96.015625 469.27325Q96.578125 469.27325 96.96875 469.03888Q97.375 468.8045 97.6875 468.41388L98.34375 468.9295Q97.546875 470.16388 95.953125 470.16388ZM95.8125 464.47638Q95.15625 464.47638 94.703125 464.96075Q94.265625 465.4295 94.171875 466.28888L97.34375 466.28888L97.34375 466.21075Q97.296875 465.38263 96.890625 464.9295Q96.5 464.47638 95.8125 464.47638ZM100.34375 463.69513L100.375 464.492Q101.109375 463.58575 102.28125 463.58575Q104.296875 463.58575 104.3125 465.85138L104.3125 470.03888L103.21875 470.03888L103.21875 465.83575Q103.21875 465.16388 102.90625 464.83575Q102.609375 464.50763 101.953125 464.50763Q101.421875 464.50763 101.015625 464.78888Q100.625 465.07013 100.40625 465.52325L100.40625 470.03888L99.328125 470.03888L99.328125 463.69513L100.34375 463.69513ZM107.796875 462.16388L107.796875 463.69513L108.96875 463.69513L108.96875 464.53888L107.796875 464.53888L107.796875 468.46075Q107.796875 468.85138 107.953125 469.03888Q108.109375 469.22638 108.484375 469.22638Q108.671875 469.22638 109.0 469.16388L109.0 470.03888Q108.578125 470.16388 108.171875 470.16388Q107.453125 470.16388 107.078125 469.72638Q106.703125 469.27325 106.703125 468.46075L106.703125 464.53888L105.546875 464.53888L105.546875 463.69513L106.703125 463.69513L106.703125 462.16388L107.796875 462.16388ZM112.953125 470.16388Q111.65625 470.16388 110.84375 469.32013Q110.046875 468.46075 110.046875 467.03888L110.046875 466.85138Q110.046875 465.89825 110.40625 465.16388Q110.765625 464.41388 111.40625 464.00763Q112.0625 463.58575 112.8125 463.58575Q114.046875 463.58575 114.734375 464.39825Q115.421875 465.21075 115.421875 466.72638L115.421875 467.1795L111.125 467.1795Q111.15625 468.117 111.671875 468.69513Q112.203125 469.27325 113.015625 469.27325Q113.578125 469.27325 113.96875 469.03888Q114.375 468.8045 114.6875 468.41388L115.34375 468.9295Q114.546875 470.16388 112.953125 470.16388ZM112.8125 464.47638Q112.15625 464.47638 111.703125 464.96075Q111.265625 465.4295 111.171875 466.28888L114.34375 466.28888L114.34375 466.21075Q114.296875 465.38263 113.890625 464.9295Q113.5 464.47638 112.8125 464.47638ZM116.0625 466.82013Q116.0625 465.35138 116.75 464.47638Q117.4375 463.58575 118.5625 463.58575Q119.671875 463.58575 120.328125 464.33575L120.328125 461.03888L121.40625 461.03888L121.40625 470.03888L120.40625 470.03888L120.359375 469.35138Q119.703125 470.16388 118.546875 470.16388Q117.453125 470.16388 116.75 469.25763Q116.0625 468.35138 116.0625 466.89825L116.0625 466.82013ZM117.140625 466.94513Q117.140625 468.02325 117.578125 468.63263Q118.03125 469.242 118.8125 469.242Q119.84375 469.242 120.328125 468.3045L120.328125 465.39825Q119.84375 464.50763 118.828125 464.50763Q118.03125 464.50763 117.578125 465.117Q117.140625 465.72638 117.140625 466.94513ZM126.0625 466.82013Q126.0625 465.33575 126.75 464.46075Q127.4375 463.58575 128.5625 463.58575Q129.71875 463.58575 130.375 464.39825L130.42188 463.69513L131.42188 463.69513L131.42188 469.88263Q131.42188 471.117 130.6875 471.82013Q129.95312 472.53888 128.73438 472.53888Q128.04688 472.53888 127.390625 472.242Q126.734375 471.94513 126.390625 471.44513L126.953125 470.78888Q127.640625 471.64825 128.65625 471.64825Q129.4375 471.64825 129.875 471.19513Q130.32812 470.75763 130.32812 469.94513L130.32812 469.39825Q129.67188 470.16388 128.54688 470.16388Q127.4375 470.16388 126.75 469.27325Q126.0625 468.367 126.0625 466.82013ZM127.15625 466.94513Q127.15625 468.00763 127.59375 468.63263Q128.03125 469.242 128.82812 469.242Q129.84375 469.242 130.32812 468.3045L130.32812 465.41388Q129.82812 464.50763 128.82812 464.50763Q128.04688 464.50763 127.59375 465.117Q127.15625 465.72638 127.15625 466.94513ZM136.39062 464.66388Q136.14062 464.63263 135.85938 464.63263Q134.78125 464.63263 134.40625 465.53888L134.40625 470.03888L133.32812 470.03888L133.32812 463.69513L134.375 463.69513L134.39062 464.4295Q134.92188 463.58575 135.90625 463.58575Q136.21875 463.58575 136.39062 463.66388L136.39062 464.66388ZM137.03125 466.8045Q137.03125 465.88263 137.39062 465.13263Q137.76562 464.38263 138.42188 463.992Q139.07812 463.58575 139.90625 463.58575Q141.20312 463.58575 142.0 464.47638Q142.8125 465.367 142.8125 466.867L142.8125 466.94513Q142.8125 467.867 142.45312 468.60138Q142.09375 469.33575 141.4375 469.75763Q140.78125 470.16388 139.92188 470.16388Q138.64062 470.16388 137.82812 469.27325Q137.03125 468.367 137.03125 466.88263L137.03125 466.8045ZM138.125 466.94513Q138.125 467.992 138.60938 468.63263Q139.10938 469.27325 139.92188 469.27325Q140.75 469.27325 141.23438 468.63263Q141.71875 467.97638 141.71875 466.8045Q141.71875 465.77325 141.21875 465.13263Q140.73438 464.47638 139.90625 464.47638Q139.10938 464.47638 138.60938 465.117Q138.125 465.742 138.125 466.94513ZM148.23438 469.41388Q147.60938 470.16388 146.375 470.16388Q145.35938 470.16388 144.82812 469.57013Q144.29688 468.97638 144.29688 467.82013L144.29688 463.69513L145.375 463.69513L145.375 467.78888Q145.375 469.242 146.54688 469.242Q147.79688 469.242 148.20312 468.3045L148.20312 463.69513L149.29688 463.69513L149.29688 470.03888L148.26562 470.03888L148.23438 469.41388ZM156.67188 466.94513Q156.67188 468.38263 156.01562 469.27325Q155.35938 470.16388 154.21875 470.16388Q153.0625 470.16388 152.40625 469.4295L152.40625 472.47638L151.32812 472.47638L151.32812 463.69513L152.3125 463.69513L152.35938 464.39825Q153.03125 463.58575 154.20312 463.58575Q155.34375 463.58575 156.0 464.44513Q156.67188 465.3045 156.67188 466.83575L156.67188 466.94513ZM155.59375 466.82013Q155.59375 465.742 155.125 465.13263Q154.67188 464.50763 153.875 464.50763Q152.89062 464.50763 152.40625 465.367L152.40625 468.39825Q152.89062 469.27325 153.89062 469.27325Q154.67188 469.27325 155.125 468.66388Q155.59375 468.03888 155.59375 466.82013ZM158.28125 471.742L157.67188 471.32013Q158.21875 470.5545 158.25 469.72638L158.25 468.75763L159.3125 468.75763L159.3125 469.60138Q159.3125 470.19513 159.01562 470.78888Q158.71875 471.38263 158.28125 471.742Z" fill-rule="nonzero"/><path fill="#666666" d="M37.6875 481.94513Q37.6875 483.39825 37.015625 484.28888Q36.359375 485.16388 35.234375 485.16388Q34.03125 485.16388 33.375 484.3045L33.3125 485.03888L32.328125 485.03888L32.328125 476.03888L33.40625 476.03888L33.40625 479.39825Q34.0625 478.58575 35.21875 478.58575Q36.375 478.58575 37.03125 479.46075Q37.6875 480.32013 37.6875 481.85138L37.6875 481.94513ZM36.609375 481.82013Q36.609375 480.71075 36.171875 480.117Q35.75 479.50763 34.953125 479.50763Q33.875 479.50763 33.40625 480.492L33.40625 483.242Q33.90625 484.242 34.953125 484.242Q35.734375 484.242 36.171875 483.63263Q36.609375 483.02325 36.609375 481.82013ZM43.234375 484.41388Q42.609375 485.16388 41.375 485.16388Q40.359375 485.16388 39.828125 484.57013Q39.296875 483.97638 39.296875 482.82013L39.296875 478.69513L40.375 478.69513L40.375 482.78888Q40.375 484.242 41.546875 484.242Q42.796875 484.242 43.203125 483.3045L43.203125 478.69513L44.296875 478.69513L44.296875 485.03888L43.265625 485.03888L43.234375 484.41388ZM47.796875 477.16388L47.796875 478.69513L48.96875 478.69513L48.96875 479.53888L47.796875 479.53888L47.796875 483.46075Q47.796875 483.85138 47.953125 484.03888Q48.109375 484.22638 48.484375 484.22638Q48.671875 484.22638 49.0 484.16388L49.0 485.03888Q48.578125 485.16388 48.171875 485.16388Q47.453125 485.16388 47.078125 484.72638Q46.703125 484.27325 46.703125 483.46075L46.703125 479.53888L45.546875 479.53888L45.546875 478.69513L46.703125 478.69513L46.703125 477.16388L47.796875 477.16388ZM58.671875 481.94513Q58.671875 483.38263 58.015625 484.27325Q57.359375 485.16388 56.21875 485.16388Q55.0625 485.16388 54.40625 484.4295L54.40625 487.47638L53.328125 487.47638L53.328125 478.69513L54.3125 478.69513L54.359375 479.39825Q55.03125 478.58575 56.203125 478.58575Q57.34375 478.58575 58.0 479.44513Q58.671875 480.3045 58.671875 481.83575L58.671875 481.94513ZM57.59375 481.82013Q57.59375 480.742 57.125 480.13263Q56.671875 479.50763 55.875 479.50763Q54.890625 479.50763 54.40625 480.367L54.40625 483.39825Q54.890625 484.27325 55.890625 484.27325Q56.671875 484.27325 57.125 483.66388Q57.59375 483.03888 57.59375 481.82013ZM63.390625 479.66388Q63.140625 479.63263 62.859375 479.63263Q61.78125 479.63263 61.40625 480.53888L61.40625 485.03888L60.328125 485.03888L60.328125 478.69513L61.375 478.69513L61.390625 479.4295Q61.921875 478.58575 62.90625 478.58575Q63.21875 478.58575 63.390625 478.66388L63.390625 479.66388ZM66.953125 485.16388Q65.65625 485.16388 64.84375 484.32013Q64.046875 483.46075 64.046875 482.03888L64.046875 481.85138Q64.046875 480.89825 64.40625 480.16388Q64.765625 479.41388 65.40625 479.00763Q66.0625 478.58575 66.8125 478.58575Q68.046875 478.58575 68.734375 479.39825Q69.421875 480.21075 69.421875 481.72638L69.421875 482.1795L65.125 482.1795Q65.15625 483.117 65.671875 483.69513Q66.203125 484.27325 67.015625 484.27325Q67.578125 484.27325 67.96875 484.03888Q68.375 483.8045 68.6875 483.41388L69.34375 483.9295Q68.546875 485.16388 66.953125 485.16388ZM66.8125 479.47638Q66.15625 479.47638 65.703125 479.96075Q65.265625 480.4295 65.171875 481.28888L68.34375 481.28888L68.34375 481.21075Q68.296875 480.38263 67.890625 479.9295Q67.5 479.47638 66.8125 479.47638ZM70.859375 485.03888L70.859375 479.53888L69.859375 479.53888L69.859375 478.69513L70.859375 478.69513L70.859375 478.0545Q70.859375 477.02325 71.390625 476.47638Q71.9375 475.91388 72.9375 475.91388Q73.3125 475.91388 73.6875 476.00763L73.625 476.89825Q73.34375 476.83575 73.046875 476.83575Q72.515625 476.83575 72.21875 477.14825Q71.9375 477.46075 71.9375 478.02325L71.9375 478.69513L73.296875 478.69513L73.296875 479.53888L71.9375 479.53888L71.9375 485.03888L70.859375 485.03888ZM76.953125 485.16388Q75.65625 485.16388 74.84375 484.32013Q74.046875 483.46075 74.046875 482.03888L74.046875 481.85138Q74.046875 480.89825 74.40625 480.16388Q74.765625 479.41388 75.40625 479.00763Q76.0625 478.58575 76.8125 478.58575Q78.046875 478.58575 78.734375 479.39825Q79.421875 480.21075 79.421875 481.72638L79.421875 482.1795L75.125 482.1795Q75.15625 483.117 75.671875 483.69513Q76.203125 484.27325 77.015625 484.27325Q77.578125 484.27325 77.96875 484.03888Q78.375 483.8045 78.6875 483.41388L79.34375 483.9295Q78.546875 485.16388 76.953125 485.16388ZM76.8125 479.47638Q76.15625 479.47638 75.703125 479.96075Q75.265625 480.4295 75.171875 481.28888L78.34375 481.28888L78.34375 481.21075Q78.296875 480.38263 77.890625 479.9295Q77.5 479.47638 76.8125 479.47638ZM83.390625 479.66388Q83.140625 479.63263 82.859375 479.63263Q81.78125 479.63263 81.40625 480.53888L81.40625 485.03888L80.328125 485.03888L80.328125 478.69513L81.375 478.69513L81.390625 479.4295Q81.921875 478.58575 82.90625 478.58575Q83.21875 478.58575 83.390625 478.66388L83.390625 479.66388ZM88.34375 478.69513L88.375 479.492Q89.109375 478.58575 90.28125 478.58575Q92.296875 478.58575 92.3125 480.85138L92.3125 485.03888L91.21875 485.03888L91.21875 480.83575Q91.21875 480.16388 90.90625 479.83575Q90.609375 479.50763 89.953125 479.50763Q89.421875 479.50763 89.015625 479.78888Q88.625 480.07013 88.40625 480.52325L88.40625 485.03888L87.328125 485.03888L87.328125 478.69513L88.34375 478.69513ZM94.03125 481.8045Q94.03125 480.88263 94.390625 480.13263Q94.765625 479.38263 95.421875 478.992Q96.078125 478.58575 96.90625 478.58575Q98.203125 478.58575 99.0 479.47638Q99.8125 480.367 99.8125 481.867L99.8125 481.94513Q99.8125 482.867 99.453125 483.60138Q99.09375 484.33575 98.4375 484.75763Q97.78125 485.16388 96.921875 485.16388Q95.640625 485.16388 94.828125 484.27325Q94.03125 483.367 94.03125 481.88263L94.03125 481.8045ZM95.125 481.94513Q95.125 482.992 95.609375 483.63263Q96.109375 484.27325 96.921875 484.27325Q97.75 484.27325 98.234375 483.63263Q98.71875 482.97638 98.71875 481.8045Q98.71875 480.77325 98.21875 480.13263Q97.734375 479.47638 96.90625 479.47638Q96.109375 479.47638 95.609375 480.117Q95.125 480.742 95.125 481.94513ZM102.796875 477.16388L102.796875 478.69513L103.96875 478.69513L103.96875 479.53888L102.796875 479.53888L102.796875 483.46075Q102.796875 483.85138 102.953125 484.03888Q103.109375 484.22638 103.484375 484.22638Q103.671875 484.22638 104.0 484.16388L104.0 485.03888Q103.578125 485.16388 103.171875 485.16388Q102.453125 485.16388 102.078125 484.72638Q101.703125 484.27325 101.703125 483.46075L101.703125 479.53888L100.546875 479.53888L100.546875 478.69513L101.703125 478.69513L101.703125 477.16388L102.796875 477.16388ZM109.796875 477.16388L109.796875 478.69513L110.96875 478.69513L110.96875 479.53888L109.796875 479.53888L109.796875 483.46075Q109.796875 483.85138 109.953125 484.03888Q110.109375 484.22638 110.484375 484.22638Q110.671875 484.22638 111.0 484.16388L111.0 485.03888Q110.578125 485.16388 110.171875 485.16388Q109.453125 485.16388 109.078125 484.72638Q108.703125 484.27325 108.703125 483.46075L108.703125 479.53888L107.546875 479.53888L107.546875 478.69513L108.703125 478.69513L108.703125 477.16388L109.796875 477.16388ZM112.03125 481.8045Q112.03125 480.88263 112.390625 480.13263Q112.765625 479.38263 113.421875 478.992Q114.078125 478.58575 114.90625 478.58575Q116.203125 478.58575 117.0 479.47638Q117.8125 480.367 117.8125 481.867L117.8125 481.94513Q117.8125 482.867 117.453125 483.60138Q117.09375 484.33575 116.4375 484.75763Q115.78125 485.16388 114.921875 485.16388Q113.640625 485.16388 112.828125 484.27325Q112.03125 483.367 112.03125 481.88263L112.03125 481.8045ZM113.125 481.94513Q113.125 482.992 113.609375 483.63263Q114.109375 484.27325 114.921875 484.27325Q115.75 484.27325 116.234375 483.63263Q116.71875 482.97638 116.71875 481.8045Q116.71875 480.77325 116.21875 480.13263Q115.734375 479.47638 114.90625 479.47638Q114.109375 479.47638 113.609375 480.117Q113.125 480.742 113.125 481.94513ZM126.015625 483.35138Q126.015625 482.91388 125.671875 482.6795Q125.34375 482.4295 124.515625 482.25763Q123.703125 482.08575 123.21875 481.83575Q122.734375 481.58575 122.5 481.25763Q122.28125 480.91388 122.28125 480.44513Q122.28125 479.66388 122.9375 479.13263Q123.59375 478.58575 124.625 478.58575Q125.703125 478.58575 126.359375 479.14825Q127.03125 479.69513 127.03125 480.5545L125.953125 480.5545Q125.953125 480.117 125.5625 479.8045Q125.1875 479.47638 124.625 479.47638Q124.03125 479.47638 123.6875 479.742Q123.359375 479.992 123.359375 480.39825Q123.359375 480.78888 123.671875 480.992Q123.984375 481.19513 124.796875 481.38263Q125.609375 481.5545 126.109375 481.8045Q126.609375 482.0545 126.84375 482.41388Q127.09375 482.77325 127.09375 483.27325Q127.09375 484.13263 126.40625 484.64825Q125.734375 485.16388 124.65625 485.16388Q123.890625 485.16388 123.296875 484.89825Q122.71875 484.617 122.390625 484.13263Q122.0625 483.64825 122.0625 483.08575L123.140625 483.08575Q123.171875 483.63263 123.578125 483.96075Q123.984375 484.27325 124.65625 484.27325Q125.265625 484.27325 125.640625 484.02325Q126.015625 483.77325 126.015625 483.35138ZM133.67188 481.94513Q133.67188 483.38263 133.01562 484.27325Q132.35938 485.16388 131.21875 485.16388Q130.0625 485.16388 129.40625 484.4295L129.40625 487.47638L128.32812 487.47638L128.32812 478.69513L129.3125 478.69513L129.35938 479.39825Q130.03125 478.58575 131.20312 478.58575Q132.34375 478.58575 133.0 479.44513Q133.67188 480.3045 133.67188 481.83575L133.67188 481.94513ZM132.59375 481.82013Q132.59375 480.742 132.125 480.13263Q131.67188 479.50763 130.875 479.50763Q129.89062 479.50763 129.40625 480.367L129.40625 483.39825Q129.89062 484.27325 130.89062 484.27325Q131.67188 484.27325 132.125 483.66388Q132.59375 483.03888 132.59375 481.82013ZM137.95312 485.16388Q136.65625 485.16388 135.84375 484.32013Q135.04688 483.46075 135.04688 482.03888L135.04688 481.85138Q135.04688 480.89825 135.40625 480.16388Q135.76562 479.41388 136.40625 479.00763Q137.0625 478.58575 137.8125 478.58575Q139.04688 478.58575 139.73438 479.39825Q140.42188 480.21075 140.42188 481.72638L140.42188 482.1795L136.125 482.1795Q136.15625 483.117 136.67188 483.69513Q137.20312 484.27325 138.01562 484.27325Q138.57812 484.27325 138.96875 484.03888Q139.375 483.8045 139.6875 483.41388L140.34375 483.9295Q139.54688 485.16388 137.95312 485.16388ZM137.8125 479.47638Q137.15625 479.47638 136.70312 479.96075Q136.26562 480.4295 136.17188 481.28888L139.34375 481.28888L139.34375 481.21075Q139.29688 480.38263 138.89062 479.9295Q138.5 479.47638 137.8125 479.47638ZM143.85938 484.27325Q144.4375 484.27325 144.875 483.9295Q145.3125 483.57013 145.35938 483.03888L146.39062 483.03888Q146.35938 483.58575 146.0 484.08575Q145.65625 484.57013 145.07812 484.867Q144.51562 485.16388 143.85938 485.16388Q142.5625 485.16388 141.79688 484.3045Q141.04688 483.4295 141.04688 481.9295L141.04688 481.742Q141.04688 480.82013 141.375 480.10138Q141.71875 479.38263 142.34375 478.992Q142.98438 478.58575 143.85938 478.58575Q144.92188 478.58575 145.625 479.22638Q146.34375 479.85138 146.39062 480.88263L145.35938 480.88263Q145.3125 480.25763 144.89062 479.867Q144.46875 479.47638 143.85938 479.47638Q143.03125 479.47638 142.57812 480.07013Q142.125 480.66388 142.125 481.78888L142.125 481.992Q142.125 483.08575 142.57812 483.6795Q143.03125 484.27325 143.85938 484.27325ZM148.5 485.03888L147.42188 485.03888L147.42188 478.69513L148.5 478.69513L148.5 485.03888ZM147.32812 477.02325Q147.32812 476.75763 147.48438 476.57013Q147.65625 476.38263 147.96875 476.38263Q148.28125 476.38263 148.4375 476.57013Q148.60938 476.75763 148.60938 477.02325Q148.60938 477.27325 148.4375 477.46075Q148.28125 477.63263 147.96875 477.63263Q147.65625 477.63263 147.48438 477.46075Q147.32812 477.27325 147.32812 477.02325ZM150.85938 485.03888L150.85938 479.53888L149.85938 479.53888L149.85938 478.69513L150.85938 478.69513L150.85938 478.0545Q150.85938 477.02325 151.39062 476.47638Q151.9375 475.91388 152.9375 475.91388Q153.3125 475.91388 153.6875 476.00763L153.625 476.89825Q153.34375 476.83575 153.04688 476.83575Q152.51562 476.83575 152.21875 477.14825Q151.9375 477.46075 151.9375 478.02325L151.9375 478.69513L153.29688 478.69513L153.29688 479.53888L151.9375 479.53888L151.9375 485.03888L150.85938 485.03888ZM156.39062 483.44513L157.875 478.69513L159.03125 478.69513L156.48438 486.02325Q155.89062 487.60138 154.60938 487.60138L154.39062 487.58575L154.0 487.50763L154.0 486.63263L154.28125 486.64825Q154.84375 486.64825 155.14062 486.4295Q155.45312 486.21075 155.65625 485.617L155.89062 484.96075L153.625 478.69513L154.8125 478.69513L156.39062 483.44513Z" fill-rule="nonzero"/><path fill="#666666" d="M99.046875 525.55676L97.921875 525.55676L93.625 518.97864L93.625 525.55676L92.484375 525.55676L92.484375 517.0255L93.625 517.0255L97.921875 523.6349L97.921875 517.0255L99.046875 517.0255L99.046875 525.55676ZM101.03125 522.3224Q101.03125 521.4005 101.390625 520.6505Q101.765625 519.9005 102.421875 519.5099Q103.078125 519.10364 103.90625 519.10364Q105.203125 519.10364 106.0 519.99426Q106.8125 520.8849 106.8125 522.3849L106.8125 522.463Q106.8125 523.3849 106.453125 524.11926Q106.09375 524.85364 105.4375 525.2755Q104.78125 525.68176 103.921875 525.68176Q102.640625 525.68176 101.828125 524.79114Q101.03125 523.8849 101.03125 522.4005L101.03125 522.3224ZM102.125 522.463Q102.125 523.5099 102.609375 524.1505Q103.109375 524.79114 103.921875 524.79114Q104.75 524.79114 105.234375 524.1505Q105.71875 523.49426 105.71875 522.3224Q105.71875 521.29114 105.21875 520.6505Q104.734375 519.99426 103.90625 519.99426Q103.109375 519.99426 102.609375 520.6349Q102.125 521.2599 102.125 522.463ZM114.390625 520.18176Q114.140625 520.1505 113.859375 520.1505Q112.78125 520.1505 112.40625 521.05676L112.40625 525.55676L111.328125 525.55676L111.328125 519.213L112.375 519.213L112.390625 519.9474Q112.921875 519.10364 113.90625 519.10364Q114.21875 519.10364 114.390625 519.18176L114.390625 520.18176ZM117.953125 525.68176Q116.65625 525.68176 115.84375 524.838Q115.046875 523.97864 115.046875 522.55676L115.046875 522.36926Q115.046875 521.41614 115.40625 520.68176Q115.765625 519.93176 116.40625 519.5255Q117.0625 519.10364 117.8125 519.10364Q119.046875 519.10364 119.734375 519.91614Q120.421875 520.72864 120.421875 522.24426L120.421875 522.6974L116.125 522.6974Q116.15625 523.6349 116.671875 524.213Q117.203125 524.79114 118.015625 524.79114Q118.578125 524.79114 118.96875 524.55676Q119.375 524.3224 119.6875 523.93176L120.34375 524.4474Q119.546875 525.68176 117.953125 525.68176ZM117.8125 519.99426Q117.15625 519.99426 116.703125 520.47864Q116.265625 520.9474 116.171875 521.80676L119.34375 521.80676L119.34375 521.72864Q119.296875 520.9005 118.890625 520.4474Q118.5 519.99426 117.8125 519.99426ZM125.015625 523.86926Q125.015625 523.43176 124.671875 523.1974Q124.34375 522.9474 123.515625 522.7755Q122.703125 522.60364 122.21875 522.35364Q121.734375 522.10364 121.5 521.7755Q121.28125 521.43176 121.28125 520.963Q121.28125 520.18176 121.9375 519.6505Q122.59375 519.10364 123.625 519.10364Q124.703125 519.10364 125.359375 519.66614Q126.03125 520.213 126.03125 521.0724L124.953125 521.0724Q124.953125 520.6349 124.5625 520.3224Q124.1875 519.99426 123.625 519.99426Q123.03125 519.99426 122.6875 520.2599Q122.359375 520.5099 122.359375 520.91614Q122.359375 521.30676 122.671875 521.5099Q122.984375 521.713 123.796875 521.9005Q124.609375 522.0724 125.109375 522.3224Q125.609375 522.5724 125.84375 522.93176Q126.09375 523.29114 126.09375 523.79114Q126.09375 524.6505 125.40625 525.16614Q124.734375 525.68176 123.65625 525.68176Q122.890625 525.68176 122.296875 525.41614Q121.71875 525.1349 121.390625 524.6505Q121.0625 524.16614 121.0625 523.60364L122.140625 523.60364Q122.171875 524.1505 122.578125 524.47864Q122.984375 524.79114 123.65625 524.79114Q124.265625 524.79114 124.640625 524.54114Q125.015625 524.29114 125.015625 523.86926ZM132.67188 522.463Q132.67188 523.9005 132.01562 524.79114Q131.35938 525.68176 130.21875 525.68176Q129.0625 525.68176 128.40625 524.9474L128.40625 527.99426L127.328125 527.99426L127.328125 519.213L128.3125 519.213L128.35938 519.91614Q129.03125 519.10364 130.20312 519.10364Q131.34375 519.10364 132.0 519.963Q132.67188 520.8224 132.67188 522.35364L132.67188 522.463ZM131.59375 522.338Q131.59375 521.2599 131.125 520.6505Q130.67188 520.0255 129.875 520.0255Q128.89062 520.0255 128.40625 520.8849L128.40625 523.91614Q128.89062 524.79114 129.89062 524.79114Q130.67188 524.79114 131.125 524.18176Q131.59375 523.55676 131.59375 522.338ZM134.03125 522.3224Q134.03125 521.4005 134.39062 520.6505Q134.76562 519.9005 135.42188 519.5099Q136.07812 519.10364 136.90625 519.10364Q138.20312 519.10364 139.0 519.99426Q139.8125 520.8849 139.8125 522.3849L139.8125 522.463Q139.8125 523.3849 139.45312 524.11926Q139.09375 524.85364 138.4375 525.2755Q137.78125 525.68176 136.92188 525.68176Q135.64062 525.68176 134.82812 524.79114Q134.03125 523.8849 134.03125 522.4005L134.03125 522.3224ZM135.125 522.463Q135.125 523.5099 135.60938 524.1505Q136.10938 524.79114 136.92188 524.79114Q137.75 524.79114 138.23438 524.1505Q138.71875 523.49426 138.71875 522.3224Q138.71875 521.29114 138.21875 520.6505Q137.73438 519.99426 136.90625 519.99426Q136.10938 519.99426 135.60938 520.6349Q135.125 521.2599 135.125 522.463ZM142.34375 519.213L142.375 520.0099Q143.10938 519.10364 144.28125 519.10364Q146.29688 519.10364 146.3125 521.36926L146.3125 525.55676L145.21875 525.55676L145.21875 521.35364Q145.21875 520.68176 144.90625 520.35364Q144.60938 520.0255 143.95312 520.0255Q143.42188 520.0255 143.01562 520.30676Q142.625 520.588 142.40625 521.04114L142.40625 525.55676L141.32812 525.55676L141.32812 519.213L142.34375 519.213ZM152.01562 523.86926Q152.01562 523.43176 151.67188 523.1974Q151.34375 522.9474 150.51562 522.7755Q149.70312 522.60364 149.21875 522.35364Q148.73438 522.10364 148.5 521.7755Q148.28125 521.43176 148.28125 520.963Q148.28125 520.18176 148.9375 519.6505Q149.59375 519.10364 150.625 519.10364Q151.70312 519.10364 152.35938 519.66614Q153.03125 520.213 153.03125 521.0724L151.95312 521.0724Q151.95312 520.6349 151.5625 520.3224Q151.1875 519.99426 150.625 519.99426Q150.03125 519.99426 149.6875 520.2599Q149.35938 520.5099 149.35938 520.91614Q149.35938 521.30676 149.67188 521.5099Q149.98438 521.713 150.79688 521.9005Q151.60938 522.0724 152.10938 522.3224Q152.60938 522.5724 152.84375 522.93176Q153.09375 523.29114 153.09375 523.79114Q153.09375 524.6505 152.40625 525.16614Q151.73438 525.68176 150.65625 525.68176Q149.89062 525.68176 149.29688 525.41614Q148.71875 525.1349 148.39062 524.6505Q148.0625 524.16614 148.0625 523.60364L149.14062 523.60364Q149.17188 524.1505 149.57812 524.47864Q149.98438 524.79114 150.65625 524.79114Q151.26562 524.79114 151.64062 524.54114Q152.01562 524.29114 152.01562 523.86926ZM156.95312 525.68176Q155.65625 525.68176 154.84375 524.838Q154.04688 523.97864 154.04688 522.55676L154.04688 522.36926Q154.04688 521.41614 154.40625 520.68176Q154.76562 519.93176 155.40625 519.5255Q156.0625 519.10364 156.8125 519.10364Q158.04688 519.10364 158.73438 519.91614Q159.42188 520.72864 159.42188 522.24426L159.42188 522.6974L155.125 522.6974Q155.15625 523.6349 155.67188 524.213Q156.20312 524.79114 157.01562 524.79114Q157.57812 524.79114 157.96875 524.55676Q158.375 524.3224 158.6875 523.93176L159.34375 524.4474Q158.54688 525.68176 156.95312 525.68176ZM156.8125 519.99426Q156.15625 519.99426 155.70312 520.47864Q155.26562 520.9474 155.17188 521.80676L158.34375 521.80676L158.34375 521.72864Q158.29688 520.9005 157.89062 520.4474Q157.5 519.99426 156.8125 519.99426Z" fill-rule="nonzero"/><path fill="#666666" d="M163.5625 572.8907Q163.5625 574.79694 162.90625 575.73444Q162.26562 576.6563 160.875 576.6563Q159.51562 576.6563 158.85938 575.75006Q158.20312 574.8438 158.17188 573.0313L158.17188 571.5938Q158.17188 569.7032 158.8125 568.79694Q159.46875 567.87506 160.85938 567.87506Q162.23438 567.87506 162.89062 568.7657Q163.54688 569.6407 163.5625 571.48444L163.5625 572.8907ZM162.46875 571.4063Q162.46875 570.0313 162.07812 569.4063Q161.70312 568.7657 160.85938 568.7657Q160.03125 568.7657 159.64062 569.4063Q159.26562 570.0313 159.26562 571.3282L159.26562 573.06256Q159.26562 574.43756 159.65625 575.10944Q160.0625 575.7657 160.875 575.7657Q161.67188 575.7657 162.0625 575.1407Q162.45312 574.5157 162.46875 573.18756L162.46875 571.4063ZM165.10938 569.6407Q165.10938 568.87506 165.59375 568.37506Q166.09375 567.87506 166.85938 567.87506Q167.64062 567.87506 168.125 568.37506Q168.60938 568.87506 168.60938 569.67194L168.60938 570.0938Q168.60938 570.85944 168.10938 571.35944Q167.625 571.8438 166.875 571.8438Q166.10938 571.8438 165.60938 571.35944Q165.10938 570.85944 165.10938 570.04694L165.10938 569.6407ZM165.92188 570.0938Q165.92188 570.54694 166.17188 570.8438Q166.4375 571.1407 166.875 571.1407Q167.29688 571.1407 167.54688 570.85944Q167.79688 570.56256 167.79688 570.06256L167.79688 569.6407Q167.79688 569.18756 167.54688 568.8907Q167.29688 568.5782 166.85938 568.5782Q166.42188 568.5782 166.17188 568.8907Q165.92188 569.18756 165.92188 569.6563L165.92188 570.0938ZM169.26562 574.43756Q169.26562 573.67194 169.75 573.18756Q170.25 572.68756 171.01562 572.68756Q171.78125 572.68756 172.26562 573.18756Q172.76562 573.67194 172.76562 574.48444L172.76562 574.8907Q172.76562 575.6563 172.28125 576.1563Q171.79688 576.6563 171.03125 576.6563Q170.26562 576.6563 169.76562 576.17194Q169.26562 575.67194 169.26562 574.85944L169.26562 574.43756ZM170.07812 574.8907Q170.07812 575.35944 170.32812 575.6563Q170.59375 575.9532 171.03125 575.9532Q171.45312 575.9532 171.70312 575.67194Q171.95312 575.37506 171.95312 574.87506L171.95312 574.43756Q171.95312 573.9688 171.6875 573.68756Q171.4375 573.3907 171.01562 573.3907Q170.59375 573.3907 170.32812 573.68756Q170.07812 573.9688 170.07812 574.4688L170.07812 574.8907ZM167.125 575.8907L166.5 575.50006L170.67188 568.8282L171.28125 569.2188L167.125 575.8907Z" fill-rule="nonzero"/><path fill="#666666" d="M261.2907 576.5313L255.69698 576.5313L255.69698 575.75006L258.6501 572.4688Q259.30634 571.7188 259.55634 571.2657Q259.80634 570.79694 259.80634 570.29694Q259.80634 569.62506 259.4001 569.2032Q259.00946 568.7657 258.32196 568.7657Q257.5251 568.7657 257.07196 569.23444Q256.61884 569.68756 256.61884 570.5157L255.54073 570.5157Q255.54073 569.3282 256.2907 568.60944Q257.05634 567.87506 258.32196 567.87506Q259.5251 567.87506 260.2126 568.50006Q260.9001 569.12506 260.9001 570.17194Q260.9001 571.42194 259.2907 573.17194L257.00946 575.6407L261.2907 575.6407L261.2907 576.5313ZM268.05634 572.8907Q268.05634 574.79694 267.4001 575.73444Q266.75946 576.6563 265.36884 576.6563Q264.00946 576.6563 263.3532 575.75006Q262.69696 574.8438 262.6657 573.0313L262.6657 571.5938Q262.6657 569.7032 263.30634 568.79694Q263.9626 567.87506 265.3532 567.87506Q266.7282 567.87506 267.38446 568.7657Q268.0407 569.6407 268.05634 571.48444L268.05634 572.8907ZM266.9626 571.4063Q266.9626 570.0313 266.57196 569.4063Q266.19696 568.7657 265.3532 568.7657Q264.5251 568.7657 264.13446 569.4063Q263.75946 570.0313 263.75946 571.3282L263.75946 573.06256Q263.75946 574.43756 264.1501 575.10944Q264.55634 575.7657 265.36884 575.7657Q266.1657 575.7657 266.55634 575.1407Q266.94696 574.5157 266.9626 573.18756L266.9626 571.4063ZM269.6032 569.6407Q269.6032 568.87506 270.0876 568.37506Q270.5876 567.87506 271.3532 567.87506Q272.13446 567.87506 272.61884 568.37506Q273.1032 568.87506 273.1032 569.67194L273.1032 570.0938Q273.1032 570.85944 272.6032 571.35944Q272.11884 571.8438 271.36884 571.8438Q270.6032 571.8438 270.1032 571.35944Q269.6032 570.85944 269.6032 570.04694L269.6032 569.6407ZM270.4157 570.0938Q270.4157 570.54694 270.6657 570.8438Q270.93134 571.1407 271.36884 571.1407Q271.7907 571.1407 272.0407 570.85944Q272.2907 570.56256 272.2907 570.06256L272.2907 569.6407Q272.2907 569.18756 272.0407 568.8907Q271.7907 568.5782 271.3532 568.5782Q270.9157 568.5782 270.6657 568.8907Q270.4157 569.18756 270.4157 569.6563L270.4157 570.0938ZM273.75946 574.43756Q273.75946 573.67194 274.24384 573.18756Q274.74384 572.68756 275.50946 572.68756Q276.2751 572.68756 276.75946 573.18756Q277.25946 573.67194 277.25946 574.48444L277.25946 574.8907Q277.25946 575.6563 276.7751 576.1563Q276.2907 576.6563 275.5251 576.6563Q274.75946 576.6563 274.25946 576.17194Q273.75946 575.67194 273.75946 574.85944L273.75946 574.43756ZM274.57196 574.8907Q274.57196 575.35944 274.82196 575.6563Q275.0876 575.9532 275.5251 575.9532Q275.94696 575.9532 276.19696 575.67194Q276.44696 575.37506 276.44696 574.87506L276.44696 574.43756Q276.44696 573.9688 276.18134 573.68756Q275.93134 573.3907 275.50946 573.3907Q275.0876 573.3907 274.82196 573.68756Q274.57196 573.9688 274.57196 574.4688L274.57196 574.8907ZM271.61884 575.8907L270.99384 575.50006L275.1657 568.8282L275.7751 569.2188L271.61884 575.8907Z" fill-rule="nonzero"/><path fill="#666666" d="M361.26895 573.67194L362.45645 573.67194L362.45645 574.54694L361.26895 574.54694L361.26895 576.5313L360.19083 576.5313L360.19083 574.54694L356.3002 574.54694L356.3002 573.9063L360.1127 568.00006L361.26895 568.00006L361.26895 573.67194ZM357.53458 573.67194L360.19083 573.67194L360.19083 569.48444L360.0502 569.7188L357.53458 573.67194ZM369.0502 572.8907Q369.0502 574.79694 368.39395 575.73444Q367.75333 576.6563 366.3627 576.6563Q365.00333 576.6563 364.34708 575.75006Q363.69083 574.8438 363.65958 573.0313L363.65958 571.5938Q363.65958 569.7032 364.3002 568.79694Q364.95645 567.87506 366.34708 567.87506Q367.72208 567.87506 368.37833 568.7657Q369.03458 569.6407 369.0502 571.48444L369.0502 572.8907ZM367.95645 571.4063Q367.95645 570.0313 367.56583 569.4063Q367.19083 568.7657 366.34708 568.7657Q365.51895 568.7657 365.12833 569.4063Q364.75333 570.0313 364.75333 571.3282L364.75333 573.06256Q364.75333 574.43756 365.14395 575.10944Q365.5502 575.7657 366.3627 575.7657Q367.15958 575.7657 367.5502 575.1407Q367.94083 574.5157 367.95645 573.18756L367.95645 571.4063ZM370.59708 569.6407Q370.59708 568.87506 371.08145 568.37506Q371.58145 567.87506 372.34708 567.87506Q373.12833 567.87506 373.6127 568.37506Q374.09708 568.87506 374.09708 569.67194L374.09708 570.0938Q374.09708 570.85944 373.59708 571.35944Q373.1127 571.8438 372.3627 571.8438Q371.59708 571.8438 371.09708 571.35944Q370.59708 570.85944 370.59708 570.04694L370.59708 569.6407ZM371.40958 570.0938Q371.40958 570.54694 371.65958 570.8438Q371.9252 571.1407 372.3627 571.1407Q372.78458 571.1407 373.03458 570.85944Q373.28458 570.56256 373.28458 570.06256L373.28458 569.6407Q373.28458 569.18756 373.03458 568.8907Q372.78458 568.5782 372.34708 568.5782Q371.90958 568.5782 371.65958 568.8907Q371.40958 569.18756 371.40958 569.6563L371.40958 570.0938ZM374.75333 574.43756Q374.75333 573.67194 375.2377 573.18756Q375.7377 572.68756 376.50333 572.68756Q377.26895 572.68756 377.75333 573.18756Q378.25333 573.67194 378.25333 574.48444L378.25333 574.8907Q378.25333 575.6563 377.76895 576.1563Q377.28458 576.6563 376.51895 576.6563Q375.75333 576.6563 375.25333 576.17194Q374.75333 575.67194 374.75333 574.85944L374.75333 574.43756ZM375.56583 574.8907Q375.56583 575.35944 375.81583 575.6563Q376.08145 575.9532 376.51895 575.9532Q376.94083 575.9532 377.19083 575.67194Q377.44083 575.37506 377.44083 574.87506L377.44083 574.43756Q377.44083 573.9688 377.1752 573.68756Q376.9252 573.3907 376.50333 573.3907Q376.08145 573.3907 375.81583 573.68756Q375.56583 573.9688 375.56583 574.4688L375.56583 574.8907ZM372.6127 575.8907L371.9877 575.50006L376.15958 568.8282L376.76895 569.2188L372.6127 575.8907Z" fill-rule="nonzero"/><path fill="#666666" d="M461.95032 568.00006L461.95032 568.9063L461.7472 568.9063Q460.48157 568.93756 459.73157 569.67194Q458.98157 570.3907 458.85657 571.7032Q459.54407 570.93756 460.70032 570.93756Q461.8097 570.93756 462.48157 571.7188Q463.15344 572.50006 463.15344 573.75006Q463.15344 575.06256 462.4347 575.85944Q461.71594 576.6563 460.4972 576.6563Q459.27844 576.6563 458.51282 575.7188Q457.76282 574.7657 457.76282 573.2813L457.76282 572.87506Q457.76282 570.5157 458.76282 569.2657Q459.76282 568.0157 461.7472 568.00006L461.95032 568.00006ZM460.52844 571.8438Q459.96594 571.8438 459.4972 572.17194Q459.02844 572.50006 458.84094 573.0157L458.84094 573.4063Q458.84094 574.4688 459.3097 575.10944Q459.79407 575.75006 460.4972 575.75006Q461.23157 575.75006 461.65344 575.2188Q462.07532 574.67194 462.07532 573.79694Q462.07532 572.92194 461.65344 572.3907Q461.23157 571.8438 460.52844 571.8438ZM470.04407 572.8907Q470.04407 574.79694 469.38782 575.73444Q468.7472 576.6563 467.35657 576.6563Q465.9972 576.6563 465.34094 575.75006Q464.6847 574.8438 464.65344 573.0313L464.65344 571.5938Q464.65344 569.7032 465.29407 568.79694Q465.95032 567.87506 467.34094 567.87506Q468.71594 567.87506 469.3722 568.7657Q470.02844 569.6407 470.04407 571.48444L470.04407 572.8907ZM468.95032 571.4063Q468.95032 570.0313 468.5597 569.4063Q468.1847 568.7657 467.34094 568.7657Q466.51282 568.7657 466.1222 569.4063Q465.7472 570.0313 465.7472 571.3282L465.7472 573.06256Q465.7472 574.43756 466.13782 575.10944Q466.54407 575.7657 467.35657 575.7657Q468.15344 575.7657 468.54407 575.1407Q468.9347 574.5157 468.95032 573.18756L468.95032 571.4063ZM471.59094 569.6407Q471.59094 568.87506 472.07532 568.37506Q472.57532 567.87506 473.34094 567.87506Q474.1222 567.87506 474.60657 568.37506Q475.09094 568.87506 475.09094 569.67194L475.09094 570.0938Q475.09094 570.85944 474.59094 571.35944Q474.10657 571.8438 473.35657 571.8438Q472.59094 571.8438 472.09094 571.35944Q471.59094 570.85944 471.59094 570.04694L471.59094 569.6407ZM472.40344 570.0938Q472.40344 570.54694 472.65344 570.8438Q472.91907 571.1407 473.35657 571.1407Q473.77844 571.1407 474.02844 570.85944Q474.27844 570.56256 474.27844 570.06256L474.27844 569.6407Q474.27844 569.18756 474.02844 568.8907Q473.77844 568.5782 473.34094 568.5782Q472.90344 568.5782 472.65344 568.8907Q472.40344 569.18756 472.40344 569.6563L472.40344 570.0938ZM475.7472 574.43756Q475.7472 573.67194 476.23157 573.18756Q476.73157 572.68756 477.4972 572.68756Q478.26282 572.68756 478.7472 573.18756Q479.2472 573.67194 479.2472 574.48444L479.2472 574.8907Q479.2472 575.6563 478.76282 576.1563Q478.27844 576.6563 477.51282 576.6563Q476.7472 576.6563 476.2472 576.17194Q475.7472 575.67194 475.7472 574.85944L475.7472 574.43756ZM476.5597 574.8907Q476.5597 575.35944 476.8097 575.6563Q477.07532 575.9532 477.51282 575.9532Q477.9347 575.9532 478.1847 575.67194Q478.4347 575.37506 478.4347 574.87506L478.4347 574.43756Q478.4347 573.9688 478.16907 573.68756Q477.91907 573.3907 477.4972 573.3907Q477.07532 573.3907 476.8097 573.68756Q476.5597 573.9688 476.5597 574.4688L476.5597 574.8907ZM473.60657 575.8907L472.98157 575.50006L477.15344 568.8282L477.76282 569.2188L473.60657 575.8907Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 570.2188Q563.866 570.85944 563.5223 571.35944Q563.1785 571.85944 562.616 572.1407Q563.2723 572.42194 563.6629 572.98444Q564.0535 573.5313 564.0535 574.23444Q564.0535 575.3282 563.3035 576.00006Q562.56915 576.6563 561.3504 576.6563Q560.116 576.6563 559.366 576.00006Q558.63165 575.3282 558.63165 574.23444Q558.63165 573.5313 559.00665 572.98444Q559.38165 572.42194 560.0535 572.1407Q559.491 571.85944 559.1629 571.35944Q558.8348 570.85944 558.8348 570.2188Q558.8348 569.1407 559.5223 568.5157Q560.2098 567.87506 561.3504 567.87506Q562.4754 567.87506 563.1629 568.5157Q563.866 569.1407 563.866 570.2188ZM562.9754 574.2032Q562.9754 573.48444 562.5223 573.04694Q562.06915 572.5938 561.3348 572.5938Q560.6004 572.5938 560.1473 573.04694Q559.7098 573.48444 559.7098 574.2188Q559.7098 574.93756 560.1473 575.35944Q560.5848 575.7657 561.3504 575.7657Q562.1004 575.7657 562.5379 575.3438Q562.9754 574.92194 562.9754 574.2032ZM561.3504 568.7657Q560.7098 568.7657 560.3035 569.17194Q559.9129 569.56256 559.9129 570.25006Q559.9129 570.8907 560.3035 571.29694Q560.69415 571.7032 561.3348 571.7032Q561.991 571.7032 562.38165 571.29694Q562.7723 570.8907 562.7723 570.25006Q562.7723 569.5938 562.366 569.18756Q561.9598 568.7657 561.3504 568.7657ZM571.0379 572.8907Q571.0379 574.79694 570.38165 575.73444Q569.741 576.6563 568.3504 576.6563Q566.991 576.6563 566.3348 575.75006Q565.6785 574.8438 565.6473 573.0313L565.6473 571.5938Q565.6473 569.7032 566.2879 568.79694Q566.94415 567.87506 568.3348 567.87506Q569.7098 567.87506 570.366 568.7657Q571.0223 569.6407 571.0379 571.48444L571.0379 572.8907ZM569.94415 571.4063Q569.94415 570.0313 569.5535 569.4063Q569.1785 568.7657 568.3348 568.7657Q567.50665 568.7657 567.116 569.4063Q566.741 570.0313 566.741 571.3282L566.741 573.06256Q566.741 574.43756 567.13165 575.10944Q567.5379 575.7657 568.3504 575.7657Q569.1473 575.7657 569.5379 575.1407Q569.9285 574.5157 569.94415 573.18756L569.94415 571.4063ZM572.5848 569.6407Q572.5848 568.87506 573.06915 568.37506Q573.56915 567.87506 574.3348 567.87506Q575.116 567.87506 575.6004 568.37506Q576.0848 568.87506 576.0848 569.67194L576.0848 570.0938Q576.0848 570.85944 575.5848 571.35944Q575.1004 571.8438 574.3504 571.8438Q573.5848 571.8438 573.0848 571.35944Q572.5848 570.85944 572.5848 570.04694L572.5848 569.6407ZM573.3973 570.0938Q573.3973 570.54694 573.6473 570.8438Q573.9129 571.1407 574.3504 571.1407Q574.7723 571.1407 575.0223 570.85944Q575.2723 570.56256 575.2723 570.06256L575.2723 569.6407Q575.2723 569.18756 575.0223 568.8907Q574.7723 568.5782 574.3348 568.5782Q573.8973 568.5782 573.6473 568.8907Q573.3973 569.18756 573.3973 569.6563L573.3973 570.0938ZM576.741 574.43756Q576.741 573.67194 577.2254 573.18756Q577.7254 572.68756 578.491 572.68756Q579.25665 572.68756 579.741 573.18756Q580.241 573.67194 580.241 574.48444L580.241 574.8907Q580.241 575.6563 579.75665 576.1563Q579.2723 576.6563 578.50665 576.6563Q577.741 576.6563 577.241 576.17194Q576.741 575.67194 576.741 574.85944L576.741 574.43756ZM577.5535 574.8907Q577.5535 575.35944 577.8035 575.6563Q578.06915 575.9532 578.50665 575.9532Q578.9285 575.9532 579.1785 575.67194Q579.4285 575.37506 579.4285 574.87506L579.4285 574.43756Q579.4285 573.9688 579.1629 573.68756Q578.9129 573.3907 578.491 573.3907Q578.06915 573.3907 577.8035 573.68756Q577.5535 573.9688 577.5535 574.4688L577.5535 574.8907ZM574.6004 575.8907L573.9754 575.50006L578.1473 568.8282L578.75665 569.2188L574.6004 575.8907Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M185.0 618.53284C185.0 617.9805 185.44771 617.53284 186.0 617.53284L196.0 617.53284C196.55229 617.53284 197.0 617.9805 197.0 618.53284L197.0 628.53284C197.0 629.08514 196.55229 629.53284 196.0 629.53284L186.0 629.53284C185.44771 629.53284 185.0 629.08514 185.0 628.53284Z" fill-rule="nonzero"/><path fill="#666666" d="M212.29688 626.90784Q211.85938 627.53284 211.07812 627.84534Q210.29688 628.15784 209.26562 628.15784Q208.23438 628.15784 207.42188 627.67346Q206.60938 627.17346 206.17188 626.2672Q205.73438 625.36096 205.71875 624.17346L205.71875 623.4391Q205.71875 621.5016 206.60938 620.4391Q207.51562 619.3766 209.14062 619.3766Q210.48438 619.3766 211.29688 620.0641Q212.10938 620.7516 212.29688 622.0016L211.17188 622.0016Q210.84375 620.3141 209.15625 620.3141Q208.01562 620.3141 207.4375 621.11096Q206.85938 621.8922 206.84375 623.40784L206.84375 624.09534Q206.84375 625.53284 207.5 626.3922Q208.15625 627.23596 209.28125 627.23596Q209.90625 627.23596 210.375 627.09534Q210.85938 626.9547 211.17188 626.61096L211.17188 624.7047L209.20312 624.7047L209.20312 623.78284L212.29688 623.78284L212.29688 626.90784ZM213.53125 624.79846Q213.53125 623.8766 213.89062 623.1266Q214.26562 622.3766 214.92188 621.98596Q215.57812 621.5797 216.40625 621.5797Q217.70312 621.5797 218.5 622.47034Q219.3125 623.36096 219.3125 624.86096L219.3125 624.9391Q219.3125 625.86096 218.95312 626.59534Q218.59375 627.3297 217.9375 627.7516Q217.28125 628.15784 216.42188 628.15784Q215.14062 628.15784 214.32812 627.2672Q213.53125 626.36096 213.53125 624.8766L213.53125 624.79846ZM214.625 624.9391Q214.625 625.98596 215.10938 626.6266Q215.60938 627.2672 216.42188 627.2672Q217.25 627.2672 217.73438 626.6266Q218.21875 625.97034 218.21875 624.79846Q218.21875 623.7672 217.71875 623.1266Q217.23438 622.47034 216.40625 622.47034Q215.60938 622.47034 215.10938 623.11096Q214.625 623.73596 214.625 624.9391ZM229.29688 628.03284L223.70312 628.03284L223.70312 627.2516L226.65625 623.97034Q227.3125 623.22034 227.5625 622.7672Q227.8125 622.29846 227.8125 621.79846Q227.8125 621.1266 227.40625 620.7047Q227.01562 620.2672 226.32812 620.2672Q225.53125 620.2672 225.07812 620.73596Q224.625 621.1891 224.625 622.0172L223.54688 622.0172Q223.54688 620.8297 224.29688 620.11096Q225.0625 619.3766 226.32812 619.3766Q227.53125 619.3766 228.21875 620.0016Q228.90625 620.6266 228.90625 621.67346Q228.90625 622.92346 227.29688 624.67346L225.01562 627.1422L229.29688 627.1422L229.29688 628.03284ZM236.0625 624.3922Q236.0625 626.29846 235.40625 627.23596Q234.76562 628.15784 233.375 628.15784Q232.01562 628.15784 231.35938 627.2516Q230.70312 626.34534 230.67188 624.53284L230.67188 623.09534Q230.67188 621.2047 231.3125 620.29846Q231.96875 619.3766 233.35938 619.3766Q234.73438 619.3766 235.39062 620.2672Q236.04688 621.1422 236.0625 622.98596L236.0625 624.3922ZM234.96875 622.90784Q234.96875 621.53284 234.57812 620.90784Q234.20312 620.2672 233.35938 620.2672Q232.53125 620.2672 232.14062 620.90784Q231.76562 621.53284 231.76562 622.8297L231.76562 624.5641Q231.76562 625.9391 232.15625 626.61096Q232.5625 627.2672 233.375 627.2672Q234.17188 627.2672 234.5625 626.6422Q234.95312 626.0172 234.96875 624.6891L234.96875 622.90784ZM241.26562 628.03284L240.1875 628.03284L240.1875 620.8141L238.0 621.61096L238.0 620.6266L241.10938 619.4547L241.26562 619.4547L241.26562 628.03284ZM248.96875 619.5016L248.96875 620.40784L248.76562 620.40784Q247.5 620.4391 246.75 621.17346Q246.0 621.8922 245.875 623.2047Q246.5625 622.4391 247.71875 622.4391Q248.82812 622.4391 249.5 623.22034Q250.17188 624.0016 250.17188 625.2516Q250.17188 626.5641 249.45312 627.36096Q248.73438 628.15784 247.51562 628.15784Q246.29688 628.15784 245.53125 627.22034Q244.78125 626.2672 244.78125 624.78284L244.78125 624.3766Q244.78125 622.0172 245.78125 620.7672Q246.78125 619.5172 248.76562 619.5016L248.96875 619.5016ZM247.54688 623.34534Q246.98438 623.34534 246.51562 623.67346Q246.04688 624.0016 245.85938 624.5172L245.85938 624.90784Q245.85938 625.97034 246.32812 626.61096Q246.8125 627.2516 247.51562 627.2516Q248.25 627.2516 248.67188 626.72034Q249.09375 626.17346 249.09375 625.29846Q249.09375 624.42346 248.67188 623.8922Q248.25 623.34534 247.54688 623.34534Z" fill-rule="nonzero"/><path fill="#77cac5" d="M267.0 618.53284C267.0 617.9805 267.44772 617.53284 268.0 617.53284L278.0 617.53284C278.55228 617.53284 279.0 617.9805 279.0 618.53284L279.0 628.53284C279.0 629.08514 278.55228 629.53284 278.0 629.53284L268.0 629.53284C267.44772 629.53284 267.0 629.08514 267.0 628.53284Z" fill-rule="nonzero"/><path fill="#666666" d="M294.29688 626.90784Q293.85938 627.53284 293.07812 627.84534Q292.29688 628.15784 291.26562 628.15784Q290.23438 628.15784 289.42188 627.67346Q288.60938 627.17346 288.17188 626.2672Q287.73438 625.36096 287.71875 624.17346L287.71875 623.4391Q287.71875 621.5016 288.60938 620.4391Q289.51562 619.3766 291.14062 619.3766Q292.48438 619.3766 293.29688 620.0641Q294.10938 620.7516 294.29688 622.0016L293.17188 622.0016Q292.84375 620.3141 291.15625 620.3141Q290.01562 620.3141 289.4375 621.11096Q288.85938 621.8922 288.84375 623.40784L288.84375 624.09534Q288.84375 625.53284 289.5 626.3922Q290.15625 627.23596 291.28125 627.23596Q291.90625 627.23596 292.375 627.09534Q292.85938 626.9547 293.17188 626.61096L293.17188 624.7047L291.20312 624.7047L291.20312 623.78284L294.29688 623.78284L294.29688 626.90784ZM295.53125 624.79846Q295.53125 623.8766 295.89062 623.1266Q296.26562 622.3766 296.92188 621.98596Q297.57812 621.5797 298.40625 621.5797Q299.70312 621.5797 300.5 622.47034Q301.3125 623.36096 301.3125 624.86096L301.3125 624.9391Q301.3125 625.86096 300.95312 626.59534Q300.59375 627.3297 299.9375 627.7516Q299.28125 628.15784 298.42188 628.15784Q297.14062 628.15784 296.32812 627.2672Q295.53125 626.36096 295.53125 624.8766L295.53125 624.79846ZM296.625 624.9391Q296.625 625.98596 297.10938 626.6266Q297.60938 627.2672 298.42188 627.2672Q299.25 627.2672 299.73438 626.6266Q300.21875 625.97034 300.21875 624.79846Q300.21875 623.7672 299.71875 623.1266Q299.23438 622.47034 298.40625 622.47034Q297.60938 622.47034 297.10938 623.11096Q296.625 623.73596 296.625 624.9391ZM311.29688 628.03284L305.70312 628.03284L305.70312 627.2516L308.65625 623.97034Q309.3125 623.22034 309.5625 622.7672Q309.8125 622.29846 309.8125 621.79846Q309.8125 621.1266 309.40625 620.7047Q309.01562 620.2672 308.32812 620.2672Q307.53125 620.2672 307.07812 620.73596Q306.625 621.1891 306.625 622.0172L305.54688 622.0172Q305.54688 620.8297 306.29688 620.11096Q307.0625 619.3766 308.32812 619.3766Q309.53125 619.3766 310.21875 620.0016Q310.90625 620.6266 310.90625 621.67346Q310.90625 622.92346 309.29688 624.67346L307.01562 627.1422L311.29688 627.1422L311.29688 628.03284ZM318.0625 624.3922Q318.0625 626.29846 317.40625 627.23596Q316.76562 628.15784 315.375 628.15784Q314.01562 628.15784 313.35938 627.2516Q312.70312 626.34534 312.67188 624.53284L312.67188 623.09534Q312.67188 621.2047 313.3125 620.29846Q313.96875 619.3766 315.35938 619.3766Q316.73438 619.3766 317.39062 620.2672Q318.04688 621.1422 318.0625 622.98596L318.0625 624.3922ZM316.96875 622.90784Q316.96875 621.53284 316.57812 620.90784Q316.20312 620.2672 315.35938 620.2672Q314.53125 620.2672 314.14062 620.90784Q313.76562 621.53284 313.76562 622.8297L313.76562 624.5641Q313.76562 625.9391 314.15625 626.61096Q314.5625 627.2672 315.375 627.2672Q316.17188 627.2672 316.5625 626.6422Q316.95312 626.0172 316.96875 624.6891L316.96875 622.90784ZM323.26562 628.03284L322.1875 628.03284L322.1875 620.8141L320.0 621.61096L320.0 620.6266L323.10938 619.4547L323.26562 619.4547L323.26562 628.03284ZM332.21875 620.11096L328.6875 628.03284L327.54688 628.03284L331.0625 620.3922L326.45312 620.3922L326.45312 619.5016L332.21875 619.5016L332.21875 620.11096Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M349.0 618.53284C349.0 617.9805 349.44772 617.53284 350.0 617.53284L360.0 617.53284C360.55228 617.53284 361.0 617.9805 361.0 618.53284L361.0 628.53284C361.0 629.08514 360.55228 629.53284 360.0 629.53284L350.0 629.53284C349.44772 629.53284 349.0 629.08514 349.0 628.53284Z" fill-rule="nonzero"/><path fill="#666666" d="M376.29688 626.90784Q375.85938 627.53284 375.07812 627.84534Q374.29688 628.15784 373.26562 628.15784Q372.23438 628.15784 371.42188 627.67346Q370.60938 627.17346 370.17188 626.2672Q369.73438 625.36096 369.71875 624.17346L369.71875 623.4391Q369.71875 621.5016 370.60938 620.4391Q371.51562 619.3766 373.14062 619.3766Q374.48438 619.3766 375.29688 620.0641Q376.10938 620.7516 376.29688 622.0016L375.17188 622.0016Q374.84375 620.3141 373.15625 620.3141Q372.01562 620.3141 371.4375 621.11096Q370.85938 621.8922 370.84375 623.40784L370.84375 624.09534Q370.84375 625.53284 371.5 626.3922Q372.15625 627.23596 373.28125 627.23596Q373.90625 627.23596 374.375 627.09534Q374.85938 626.9547 375.17188 626.61096L375.17188 624.7047L373.20312 624.7047L373.20312 623.78284L376.29688 623.78284L376.29688 626.90784ZM377.53125 624.79846Q377.53125 623.8766 377.89062 623.1266Q378.26562 622.3766 378.92188 621.98596Q379.57812 621.5797 380.40625 621.5797Q381.70312 621.5797 382.5 622.47034Q383.3125 623.36096 383.3125 624.86096L383.3125 624.9391Q383.3125 625.86096 382.95312 626.59534Q382.59375 627.3297 381.9375 627.7516Q381.28125 628.15784 380.42188 628.15784Q379.14062 628.15784 378.32812 627.2672Q377.53125 626.36096 377.53125 624.8766L377.53125 624.79846ZM378.625 624.9391Q378.625 625.98596 379.10938 626.6266Q379.60938 627.2672 380.42188 627.2672Q381.25 627.2672 381.73438 626.6266Q382.21875 625.97034 382.21875 624.79846Q382.21875 623.7672 381.71875 623.1266Q381.23438 622.47034 380.40625 622.47034Q379.60938 622.47034 379.10938 623.11096Q378.625 623.73596 378.625 624.9391ZM393.29688 628.03284L387.70312 628.03284L387.70312 627.2516L390.65625 623.97034Q391.3125 623.22034 391.5625 622.7672Q391.8125 622.29846 391.8125 621.79846Q391.8125 621.1266 391.40625 620.7047Q391.01562 620.2672 390.32812 620.2672Q389.53125 620.2672 389.07812 620.73596Q388.625 621.1891 388.625 622.0172L387.54688 622.0172Q387.54688 620.8297 388.29688 620.11096Q389.0625 619.3766 390.32812 619.3766Q391.53125 619.3766 392.21875 620.0016Q392.90625 620.6266 392.90625 621.67346Q392.90625 622.92346 391.29688 624.67346L389.01562 627.1422L393.29688 627.1422L393.29688 628.03284ZM400.0625 624.3922Q400.0625 626.29846 399.40625 627.23596Q398.76562 628.15784 397.375 628.15784Q396.01562 628.15784 395.35938 627.2516Q394.70312 626.34534 394.67188 624.53284L394.67188 623.09534Q394.67188 621.2047 395.3125 620.29846Q395.96875 619.3766 397.35938 619.3766Q398.73438 619.3766 399.39062 620.2672Q400.04688 621.1422 400.0625 622.98596L400.0625 624.3922ZM398.96875 622.90784Q398.96875 621.53284 398.57812 620.90784Q398.20312 620.2672 397.35938 620.2672Q396.53125 620.2672 396.14062 620.90784Q395.76562 621.53284 395.76562 622.8297L395.76562 624.5641Q395.76562 625.9391 396.15625 626.61096Q396.5625 627.2672 397.375 627.2672Q398.17188 627.2672 398.5625 626.6422Q398.95312 626.0172 398.96875 624.6891L398.96875 622.90784ZM405.26562 628.03284L404.1875 628.03284L404.1875 620.8141L402.0 621.61096L402.0 620.6266L405.10938 619.4547L405.26562 619.4547L405.26562 628.03284ZM413.89062 621.72034Q413.89062 622.36096 413.54688 622.86096Q413.20312 623.36096 412.64062 623.6422Q413.29688 623.92346 413.6875 624.48596Q414.07812 625.03284 414.07812 625.73596Q414.07812 626.8297 413.32812 627.5016Q412.59375 628.15784 411.375 628.15784Q410.14062 628.15784 409.39062 627.5016Q408.65625 626.8297 408.65625 625.73596Q408.65625 625.03284 409.03125 624.48596Q409.40625 623.92346 410.07812 623.6422Q409.51562 623.36096 409.1875 622.86096Q408.85938 622.36096 408.85938 621.72034Q408.85938 620.6422 409.54688 620.0172Q410.23438 619.3766 411.375 619.3766Q412.5 619.3766 413.1875 620.0172Q413.89062 620.6422 413.89062 621.72034ZM413.0 625.7047Q413.0 624.98596 412.54688 624.54846Q412.09375 624.09534 411.35938 624.09534Q410.625 624.09534 410.17188 624.54846Q409.73438 624.98596 409.73438 625.72034Q409.73438 626.4391 410.17188 626.86096Q410.60938 627.2672 411.375 627.2672Q412.125 627.2672 412.5625 626.84534Q413.0 626.42346 413.0 625.7047ZM411.375 620.2672Q410.73438 620.2672 410.32812 620.67346Q409.9375 621.0641 409.9375 621.7516Q409.9375 622.3922 410.32812 622.79846Q410.71875 623.2047 411.35938 623.2047Q412.01562 623.2047 412.40625 622.79846Q412.79688 622.3922 412.79688 621.7516Q412.79688 621.09534 412.39062 620.6891Q411.98438 620.2672 411.375 620.2672Z" fill-rule="nonzero"/><path fill="#666666" d="M32.5625 30.659441L31.25 30.659441L31.25 20.706316L32.5625 20.706316L32.5625 30.659441ZM39.328125 30.659441L38.0625 30.659441L38.0625 23.268816L39.328125 23.268816L39.328125 30.659441ZM37.96875 21.300066Q37.96875 20.987566 38.15625 20.784441Q38.34375 20.565691 38.703125 20.565691Q39.078125 20.565691 39.265625 20.784441Q39.46875 20.987566 39.46875 21.300066Q39.46875 21.612566 39.265625 21.815691Q39.078125 22.018816 38.703125 22.018816Q38.34375 22.018816 38.15625 21.815691Q37.96875 21.612566 37.96875 21.300066ZM40.65625 26.893816Q40.65625 25.190691 41.453125 24.159441Q42.265625 23.128191 43.5625 23.128191Q44.875 23.128191 45.625 24.018816L45.625 20.159441L46.890625 20.159441L46.890625 30.659441L45.734375 30.659441L45.671875 29.862566Q44.90625 30.800066 43.5625 30.800066Q42.265625 30.800066 41.453125 29.753191Q40.65625 28.690691 40.65625 26.987566L40.65625 26.893816ZM41.921875 27.050066Q41.921875 28.300066 42.4375 29.018816Q42.953125 29.721941 43.875 29.721941Q45.078125 29.721941 45.625 28.643816L45.625 25.237566Q45.0625 24.206316 43.890625 24.206316Q42.953125 24.206316 42.4375 24.925066Q41.921875 25.628191 41.921875 27.050066ZM52.03125 30.800066Q50.515625 30.800066 49.578125 29.815691Q48.640625 28.815691 48.640625 27.159441L48.640625 26.940691Q48.640625 25.831316 49.0625 24.971941Q49.484375 24.096941 50.234375 23.612566Q50.984375 23.128191 51.875 23.128191Q53.3125 23.128191 54.109375 24.081316Q54.90625 25.018816 54.90625 26.800066L54.90625 27.315691L49.90625 27.315691Q49.921875 28.409441 50.53125 29.096941Q51.15625 29.768816 52.09375 29.768816Q52.765625 29.768816 53.21875 29.503191Q53.6875 29.221941 54.046875 28.768816L54.8125 29.362566Q53.890625 30.800066 52.03125 30.800066ZM51.875 24.159441Q51.109375 24.159441 50.578125 24.721941Q50.0625 25.284441 49.9375 26.284441L53.640625 26.284441L53.640625 26.190691Q53.59375 25.221941 53.125 24.690691Q52.65625 24.159441 51.875 24.159441ZM57.15625 23.268816L57.1875 24.190691Q58.046875 23.128191 59.40625 23.128191Q61.75 23.128191 61.78125 25.768816L61.78125 30.659441L60.515625 30.659441L60.515625 25.768816Q60.5 24.971941 60.140625 24.596941Q59.78125 24.206316 59.03125 24.206316Q58.40625 24.206316 57.9375 24.534441Q57.484375 24.862566 57.21875 25.393816L57.21875 30.659441L55.953125 30.659441L55.953125 23.268816L57.15625 23.268816ZM65.671875 21.471941L65.671875 23.268816L67.046875 23.268816L67.046875 24.237566L65.671875 24.237566L65.671875 28.831316Q65.671875 29.268816 65.859375 29.503191Q66.046875 29.721941 66.484375 29.721941Q66.703125 29.721941 67.09375 29.628191L67.09375 30.659441Q66.59375 30.800066 66.125 30.800066Q65.265625 30.800066 64.828125 30.284441Q64.40625 29.768816 64.40625 28.831316L64.40625 24.237566L63.0625 24.237566L63.0625 23.268816L64.40625 23.268816L64.40625 21.471941L65.671875 21.471941ZM70.328125 30.659441L69.0625 30.659441L69.0625 23.268816L70.328125 23.268816L70.328125 30.659441ZM68.96875 21.300066Q68.96875 20.987566 69.15625 20.784441Q69.34375 20.565691 69.703125 20.565691Q70.078125 20.565691 70.265625 20.784441Q70.46875 20.987566 70.46875 21.300066Q70.46875 21.612566 70.265625 21.815691Q70.078125 22.018816 69.703125 22.018816Q69.34375 22.018816 69.15625 21.815691Q68.96875 21.612566 68.96875 21.300066ZM72.578125 30.659441L72.578125 24.237566L71.40625 24.237566L71.40625 23.268816L72.578125 23.268816L72.578125 22.503191Q72.578125 21.315691 73.203125 20.675066Q73.84375 20.018816 75.015625 20.018816Q75.453125 20.018816 75.875 20.128191L75.8125 21.159441Q75.484375 21.096941 75.125 21.096941Q74.515625 21.096941 74.171875 21.456316Q73.84375 21.815691 73.84375 22.487566L73.84375 23.268816L75.421875 23.268816L75.421875 24.237566L73.84375 24.237566L73.84375 30.659441L72.578125 30.659441ZM79.375 28.800066L81.09375 23.268816L82.453125 23.268816L79.484375 31.800066Q78.796875 33.643814 77.28125 33.643814L77.046875 33.62819L76.578125 33.53444L76.578125 32.518814L76.921875 32.53444Q77.5625 32.53444 77.921875 32.268814Q78.28125 32.018814 78.515625 31.331316L78.796875 30.581316L76.15625 23.268816L77.53125 23.268816L79.375 28.800066ZM91.53125 30.659441Q91.421875 30.440691 91.34375 29.878191Q90.46875 30.800066 89.234375 30.800066Q88.140625 30.800066 87.4375 30.190691Q86.75 29.565691 86.75 28.612566Q86.75 27.456316 87.625 26.815691Q88.5 26.175066 90.09375 26.175066L91.328125 26.175066L91.328125 25.596941Q91.328125 24.925066 90.921875 24.534441Q90.53125 24.143816 89.765625 24.143816Q89.078125 24.143816 88.625 24.487566Q88.171875 24.831316 88.171875 25.315691L86.890625 25.315691Q86.890625 24.753191 87.28125 24.237566Q87.6875 23.721941 88.359375 23.425066Q89.03125 23.128191 89.828125 23.128191Q91.109375 23.128191 91.828125 23.768816Q92.5625 24.409441 92.59375 25.518816L92.59375 28.925066Q92.59375 29.940691 92.84375 30.550066L92.84375 30.659441L91.53125 30.659441ZM89.421875 29.690691Q90.015625 29.690691 90.546875 29.393816Q91.09375 29.081316 91.328125 28.581316L91.328125 27.065691L90.328125 27.065691Q88.015625 27.065691 88.015625 28.425066Q88.015625 29.018816 88.40625 29.362566Q88.796875 29.690691 89.421875 29.690691ZM99.265625 28.690691Q99.265625 28.190691 98.875 27.909441Q98.484375 27.612566 97.53125 27.409441Q96.578125 27.206316 96.0 26.925066Q95.4375 26.628191 95.171875 26.237566Q94.90625 25.846941 94.90625 25.300066Q94.90625 24.378191 95.671875 23.753191Q96.4375 23.128191 97.640625 23.128191Q98.890625 23.128191 99.671875 23.784441Q100.453125 24.425066 100.453125 25.440691L99.1875 25.440691Q99.1875 24.909441 98.75 24.534441Q98.3125 24.159441 97.640625 24.159441Q96.953125 24.159441 96.5625 24.471941Q96.171875 24.768816 96.171875 25.253191Q96.171875 25.706316 96.53125 25.940691Q96.890625 26.175066 97.828125 26.393816Q98.78125 26.596941 99.375 26.893816Q99.96875 27.190691 100.25 27.612566Q100.53125 28.018816 100.53125 28.612566Q100.53125 29.596941 99.734375 30.206316Q98.9375 30.800066 97.671875 30.800066Q96.796875 30.800066 96.109375 30.487566Q95.421875 30.159441 95.03125 29.596941Q94.65625 29.034441 94.65625 28.378191L95.921875 28.378191Q95.953125 29.018816 96.421875 29.393816Q96.90625 29.768816 97.671875 29.768816Q98.390625 29.768816 98.828125 29.471941Q99.265625 29.175066 99.265625 28.690691ZM101.984375 30.003191Q101.984375 29.675066 102.171875 29.456316Q102.375 29.237566 102.765625 29.237566Q103.15625 29.237566 103.359375 29.456316Q103.5625 29.675066 103.5625 30.003191Q103.5625 30.315691 103.359375 30.534441Q103.15625 30.737566 102.765625 30.737566Q102.375 30.737566 102.171875 30.534441Q101.984375 30.315691 101.984375 30.003191ZM101.984375 24.003191Q101.984375 23.675066 102.171875 23.456316Q102.375 23.237566 102.765625 23.237566Q103.15625 23.237566 103.359375 23.456316Q103.5625 23.675066 103.5625 24.003191Q103.5625 24.315691 103.359375 24.534441Q103.15625 24.737566 102.765625 24.737566Q102.375 24.737566 102.171875 24.534441Q101.984375 24.315691 101.984375 24.003191ZM107.90625 26.612566Q107.90625 25.081316 108.3125 23.659441Q108.734375 22.237566 109.546875 21.081316Q110.375 19.909441 111.265625 19.425066L111.515625 20.268816Q110.515625 21.034441 109.875 22.612566Q109.25 24.175066 109.1875 26.112566L109.171875 26.706316Q109.171875 29.346941 110.140625 31.284441Q110.71875 32.44069 111.515625 33.09694L111.265625 33.87819Q110.34375 33.362564 109.515625 32.175064Q107.90625 29.846941 107.90625 26.612566ZM117.265625 28.690691Q117.265625 28.190691 116.875 27.909441Q116.484375 27.612566 115.53125 27.409441Q114.578125 27.206316 114.0 26.925066Q113.4375 26.628191 113.171875 26.237566Q112.90625 25.846941 112.90625 25.300066Q112.90625 24.378191 113.671875 23.753191Q114.4375 23.128191 115.640625 23.128191Q116.890625 23.128191 117.671875 23.784441Q118.453125 24.425066 118.453125 25.440691L117.1875 25.440691Q117.1875 24.909441 116.75 24.534441Q116.3125 24.159441 115.640625 24.159441Q114.953125 24.159441 114.5625 24.471941Q114.171875 24.768816 114.171875 25.253191Q114.171875 25.706316 114.53125 25.940691Q114.890625 26.175066 115.828125 26.393816Q116.78125 26.596941 117.375 26.893816Q117.96875 27.190691 118.25 27.612566Q118.53125 28.018816 118.53125 28.612566Q118.53125 29.596941 117.734375 30.206316Q116.9375 30.800066 115.671875 30.800066Q114.796875 30.800066 114.109375 30.487566Q113.421875 30.159441 113.03125 29.596941Q112.65625 29.034441 112.65625 28.378191L113.921875 28.378191Q113.953125 29.018816 114.421875 29.393816Q114.90625 29.768816 115.671875 29.768816Q116.390625 29.768816 116.828125 29.471941Q117.265625 29.175066 117.265625 28.690691ZM123.03125 30.800066Q121.515625 30.800066 120.578125 29.815691Q119.640625 28.815691 119.640625 27.159441L119.640625 26.940691Q119.640625 25.831316 120.0625 24.971941Q120.484375 24.096941 121.234375 23.612566Q121.984375 23.128191 122.875 23.128191Q124.3125 23.128191 125.109375 24.081316Q125.90625 25.018816 125.90625 26.800066L125.90625 27.315691L120.90625 27.315691Q120.921875 28.409441 121.53125 29.096941Q122.15625 29.768816 123.09375 29.768816Q123.765625 29.768816 124.21875 29.503191Q124.6875 29.221941 125.046875 28.768816L125.8125 29.362566Q124.890625 30.800066 123.03125 30.800066ZM122.875 24.159441Q122.109375 24.159441 121.578125 24.721941Q121.0625 25.284441 120.9375 26.284441L124.640625 26.284441L124.640625 26.190691Q124.59375 25.221941 124.125 24.690691Q123.65625 24.159441 122.875 24.159441ZM128.32812 30.659441L127.0625 30.659441L127.0625 20.159441L128.32812 20.159441L128.32812 30.659441ZM133.03125 30.800066Q131.51562 30.800066 130.57812 29.815691Q129.64062 28.815691 129.64062 27.159441L129.64062 26.940691Q129.64062 25.831316 130.0625 24.971941Q130.48438 24.096941 131.23438 23.612566Q131.98438 23.128191 132.875 23.128191Q134.3125 23.128191 135.10938 24.081316Q135.90625 25.018816 135.90625 26.800066L135.90625 27.315691L130.90625 27.315691Q130.92188 28.409441 131.53125 29.096941Q132.15625 29.768816 133.09375 29.768816Q133.76562 29.768816 134.21875 29.503191Q134.6875 29.221941 135.04688 28.768816L135.8125 29.362566Q134.89062 30.800066 133.03125 30.800066ZM132.875 24.159441Q132.10938 24.159441 131.57812 24.721941Q131.0625 25.284441 130.9375 26.284441L134.64062 26.284441L134.64062 26.190691Q134.59375 25.221941 134.125 24.690691Q133.65625 24.159441 132.875 24.159441ZM139.92188 29.768816Q140.59375 29.768816 141.09375 29.362566Q141.60938 28.940691 141.67188 28.331316L142.85938 28.331316Q142.82812 28.956316 142.42188 29.534441Q142.01562 30.112566 141.34375 30.456316Q140.67188 30.800066 139.92188 30.800066Q138.40625 30.800066 137.51562 29.800066Q136.625 28.784441 136.625 27.034441L136.625 26.815691Q136.625 25.737566 137.01562 24.893816Q137.42188 24.050066 138.15625 23.596941Q138.90625 23.128191 139.92188 23.128191Q141.15625 23.128191 141.98438 23.878191Q142.8125 24.612566 142.85938 25.800066L141.67188 25.800066Q141.60938 25.081316 141.125 24.628191Q140.64062 24.159441 139.92188 24.159441Q138.95312 24.159441 138.42188 24.862566Q137.89062 25.550066 137.89062 26.862566L137.89062 27.096941Q137.89062 28.378191 138.42188 29.081316Q138.95312 29.768816 139.92188 29.768816ZM145.67188 21.471941L145.67188 23.268816L147.04688 23.268816L147.04688 24.237566L145.67188 24.237566L145.67188 28.831316Q145.67188 29.268816 145.85938 29.503191Q146.04688 29.721941 146.48438 29.721941Q146.70312 29.721941 147.09375 29.628191L147.09375 30.659441Q146.59375 30.800066 146.125 30.800066Q145.26562 30.800066 144.82812 30.284441Q144.40625 29.768816 144.40625 28.831316L144.40625 24.237566L143.0625 24.237566L143.0625 23.268816L144.40625 23.268816L144.40625 21.471941L145.67188 21.471941ZM156.53125 30.659441Q156.42188 30.440691 156.34375 29.878191Q155.46875 30.800066 154.23438 30.800066Q153.14062 30.800066 152.4375 30.190691Q151.75 29.565691 151.75 28.612566Q151.75 27.456316 152.625 26.815691Q153.5 26.175066 155.09375 26.175066L156.32812 26.175066L156.32812 25.596941Q156.32812 24.925066 155.92188 24.534441Q155.53125 24.143816 154.76562 24.143816Q154.07812 24.143816 153.625 24.487566Q153.17188 24.831316 153.17188 25.315691L151.89062 25.315691Q151.89062 24.753191 152.28125 24.237566Q152.6875 23.721941 153.35938 23.425066Q154.03125 23.128191 154.82812 23.128191Q156.10938 23.128191 156.82812 23.768816Q157.5625 24.409441 157.59375 25.518816L157.59375 28.925066Q157.59375 29.940691 157.84375 30.550066L157.84375 30.659441L156.53125 30.659441ZM154.42188 29.690691Q155.01562 29.690691 155.54688 29.393816Q156.09375 29.081316 156.32812 28.581316L156.32812 27.065691L155.32812 27.065691Q153.01562 27.065691 153.01562 28.425066Q153.01562 29.018816 153.40625 29.362566Q153.79688 29.690691 154.42188 29.690691ZM161.32812 30.659441L160.0625 30.659441L160.0625 20.159441L161.32812 20.159441L161.32812 30.659441ZM164.32812 30.659441L163.0625 30.659441L163.0625 20.159441L164.32812 20.159441L164.32812 30.659441ZM170.67188 21.471941L170.67188 23.268816L172.04688 23.268816L172.04688 24.237566L170.67188 24.237566L170.67188 28.831316Q170.67188 29.268816 170.85938 29.503191Q171.04688 29.721941 171.48438 29.721941Q171.70312 29.721941 172.09375 29.628191L172.09375 30.659441Q171.59375 30.800066 171.125 30.800066Q170.26562 30.800066 169.82812 30.284441Q169.40625 29.768816 169.40625 28.831316L169.40625 24.237566L168.0625 24.237566L168.0625 23.268816L169.40625 23.268816L169.40625 21.471941L170.67188 21.471941ZM175.21875 24.159441Q176.0625 23.128191 177.40625 23.128191Q179.75 23.128191 179.78125 25.768816L179.78125 30.659441L178.51562 30.659441L178.51562 25.768816Q178.5 24.971941 178.14062 24.596941Q177.78125 24.206316 177.03125 24.206316Q176.40625 24.206316 175.9375 24.534441Q175.48438 24.862566 175.21875 25.393816L175.21875 30.659441L173.95312 30.659441L173.95312 20.159441L175.21875 20.159441L175.21875 24.159441ZM186.53125 30.659441Q186.42188 30.440691 186.34375 29.878191Q185.46875 30.800066 184.23438 30.800066Q183.14062 30.800066 182.4375 30.190691Q181.75 29.565691 181.75 28.612566Q181.75 27.456316 182.625 26.815691Q183.5 26.175066 185.09375 26.175066L186.32812 26.175066L186.32812 25.596941Q186.32812 24.925066 185.92188 24.534441Q185.53125 24.143816 184.76562 24.143816Q184.07812 24.143816 183.625 24.487566Q183.17188 24.831316 183.17188 25.315691L181.89062 25.315691Q181.89062 24.753191 182.28125 24.237566Q182.6875 23.721941 183.35938 23.425066Q184.03125 23.128191 184.82812 23.128191Q186.10938 23.128191 186.82812 23.768816Q187.5625 24.409441 187.59375 25.518816L187.59375 28.925066Q187.59375 29.940691 187.84375 30.550066L187.84375 30.659441L186.53125 30.659441ZM184.42188 29.690691Q185.01562 29.690691 185.54688 29.393816Q186.09375 29.081316 186.32812 28.581316L186.32812 27.065691L185.32812 27.065691Q183.01562 27.065691 183.01562 28.425066Q183.01562 29.018816 183.40625 29.362566Q183.79688 29.690691 184.42188 29.690691ZM191.67188 21.471941L191.67188 23.268816L193.04688 23.268816L193.04688 24.237566L191.67188 24.237566L191.67188 28.831316Q191.67188 29.268816 191.85938 29.503191Q192.04688 29.721941 192.48438 29.721941Q192.70312 29.721941 193.09375 29.628191L193.09375 30.659441Q192.59375 30.800066 192.125 30.800066Q191.26562 30.800066 190.82812 30.284441Q190.40625 29.768816 190.40625 28.831316L190.40625 24.237566L189.0625 24.237566L189.0625 23.268816L190.40625 23.268816L190.40625 21.471941L191.67188 21.471941ZM202.53125 30.659441Q202.42188 30.440691 202.34375 29.878191Q201.46875 30.800066 200.23438 30.800066Q199.14062 30.800066 198.4375 30.190691Q197.75 29.565691 197.75 28.612566Q197.75 27.456316 198.625 26.815691Q199.5 26.175066 201.09375 26.175066L202.32812 26.175066L202.32812 25.596941Q202.32812 24.925066 201.92188 24.534441Q201.53125 24.143816 200.76562 24.143816Q200.07812 24.143816 199.625 24.487566Q199.17188 24.831316 199.17188 25.315691L197.89062 25.315691Q197.89062 24.753191 198.28125 24.237566Q198.6875 23.721941 199.35938 23.425066Q200.03125 23.128191 200.82812 23.128191Q202.10938 23.128191 202.82812 23.768816Q203.5625 24.409441 203.59375 25.518816L203.59375 28.925066Q203.59375 29.940691 203.84375 30.550066L203.84375 30.659441L202.53125 30.659441ZM200.42188 29.690691Q201.01562 29.690691 201.54688 29.393816Q202.09375 29.081316 202.32812 28.581316L202.32812 27.065691L201.32812 27.065691Q199.01562 27.065691 199.01562 28.425066Q199.01562 29.018816 199.40625 29.362566Q199.79688 29.690691 200.42188 29.690691ZM212.20312 27.050066Q212.20312 28.737566 211.42188 29.768816Q210.65625 30.800066 209.34375 30.800066Q208.0 30.800066 207.21875 29.940691L207.21875 33.50319L205.95312 33.50319L205.95312 23.268816L207.10938 23.268816L207.17188 24.081316Q207.95312 23.128191 209.32812 23.128191Q210.65625 23.128191 211.42188 24.128191Q212.20312 25.128191 212.20312 26.925066L212.20312 27.050066ZM210.9375 26.893816Q210.9375 25.643816 210.40625 24.925066Q209.875 24.206316 208.9375 24.206316Q207.79688 24.206316 207.21875 25.221941L207.21875 28.753191Q207.79688 29.768816 208.95312 29.768816Q209.875 29.768816 210.40625 29.050066Q210.9375 28.315691 210.9375 26.893816ZM220.20312 27.050066Q220.20312 28.737566 219.42188 29.768816Q218.65625 30.800066 217.34375 30.800066Q216.0 30.800066 215.21875 29.940691L215.21875 33.50319L213.95312 33.50319L213.95312 23.268816L215.10938 23.268816L215.17188 24.081316Q215.95312 23.128191 217.32812 23.128191Q218.65625 23.128191 219.42188 24.128191Q220.20312 25.128191 220.20312 26.925066L220.20312 27.050066ZM218.9375 26.893816Q218.9375 25.643816 218.40625 24.925066Q217.875 24.206316 216.9375 24.206316Q215.79688 24.206316 215.21875 25.221941L215.21875 28.753191Q215.79688 29.768816 216.95312 29.768816Q217.875 29.768816 218.40625 29.050066Q218.9375 28.315691 218.9375 26.893816ZM223.32812 30.659441L222.0625 30.659441L222.0625 20.159441L223.32812 20.159441L223.32812 30.659441ZM227.375 28.800066L229.09375 23.268816L230.45312 23.268816L227.48438 31.800066Q226.79688 33.643814 225.28125 33.643814L225.04688 33.62819L224.57812 33.53444L224.57812 32.518814L224.92188 32.53444Q225.5625 32.53444 225.92188 32.268814Q226.28125 32.018814 226.51562 31.331316L226.79688 30.581316L224.15625 23.268816L225.53125 23.268816L227.375 28.800066ZM234.875 26.690691Q234.875 28.206316 234.46875 29.612566Q234.07812 31.003191 233.25 32.19069Q232.42188 33.37819 231.53125 33.87819L231.26562 33.09694Q232.3125 32.300064 232.95312 30.596941Q233.59375 28.893816 233.60938 26.831316L233.60938 26.612566Q233.60938 25.175066 233.29688 23.940691Q233.0 22.706316 232.46875 21.737566Q231.9375 20.753191 231.26562 20.206316L231.53125 19.425066Q232.42188 19.925066 233.23438 21.096941Q234.0625 22.268816 234.46875 23.675066Q234.875 25.081316 234.875 26.690691Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig29.svg b/_content/survey2018/fig29.svg
deleted file mode 100644
index c3acc08..0000000
--- a/_content/survey2018/fig29.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 858.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="858" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 858.0L0 858.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 858.0L0 858.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 46.5L171.5 755.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 46.5L270.5 755.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 46.5L370.5 755.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 46.5L469.5 755.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 46.5L569.5 755.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 46.12116L569.4754 46.12116L569.4754 755.413L171.5 755.413L171.5 46.12116Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 80.0L171.0 67.0L457.0 67.0C458.10458 67.0 459.0 67.89543 459.0 69.0L459.0 78.0C459.0 79.10457 458.10458 80.0 457.0 80.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 80.0L171.0 67.0L457.0 67.0C458.10458 67.0 459.0 67.89543 459.0 69.0L459.0 78.0C459.0 79.10457 458.10458 80.0 457.0 80.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 143.0L171.0 130.0L480.0 130.0C481.10458 130.0 482.0 130.89543 482.0 132.0L482.0 141.0C482.0 142.10457 481.10458 143.0 480.0 143.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 143.0L171.0 130.0L480.0 130.0C481.10458 130.0 482.0 130.89543 482.0 132.0L482.0 141.0C482.0 142.10457 481.10458 143.0 480.0 143.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 205.0L171.0 192.0L493.0 192.0C494.10458 192.0 495.0 192.89543 495.0 194.0L495.0 203.0C495.0 204.10457 494.10458 205.0 493.0 205.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 205.0L171.0 192.0L493.0 192.0C494.10458 192.0 495.0 192.89543 495.0 194.0L495.0 203.0C495.0 204.10457 494.10458 205.0 493.0 205.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 268.0L171.0 255.0L361.0 255.0C362.10458 255.0 363.0 255.89543 363.0 257.0L363.0 266.0C363.0 267.10458 362.10458 268.0 361.0 268.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 268.0L171.0 255.0L361.0 255.0C362.10458 255.0 363.0 255.89543 363.0 257.0L363.0 266.0C363.0 267.10458 362.10458 268.0 361.0 268.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 330.0L171.0 317.0L444.0 317.0C445.10458 317.0 446.0 317.89542 446.0 319.0L446.0 328.0C446.0 329.10458 445.10458 330.0 444.0 330.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 330.0L171.0 317.0L444.0 317.0C445.10458 317.0 446.0 317.89542 446.0 319.0L446.0 328.0C446.0 329.10458 445.10458 330.0 444.0 330.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 455.0L171.0 442.0L466.0 442.0C467.10458 442.0 468.0 442.89542 468.0 444.0L468.0 453.0C468.0 454.10458 467.10458 455.0 466.0 455.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 455.0L171.0 442.0L466.0 442.0C467.10458 442.0 468.0 442.89542 468.0 444.0L468.0 453.0C468.0 454.10458 467.10458 455.0 466.0 455.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 518.0L171.0 505.0L437.0 505.0C438.10458 505.0 439.0 505.89542 439.0 507.0L439.0 516.0C439.0 517.10455 438.10458 518.0 437.0 518.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 518.0L171.0 505.0L437.0 505.0C438.10458 505.0 439.0 505.89542 439.0 507.0L439.0 516.0C439.0 517.10455 438.10458 518.0 437.0 518.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 580.0L171.0 567.0L381.0 567.0C382.10458 567.0 383.0 567.89545 383.0 569.0L383.0 578.0C383.0 579.10455 382.10458 580.0 381.0 580.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 580.0L171.0 567.0L381.0 567.0C382.10458 567.0 383.0 567.89545 383.0 569.0L383.0 578.0C383.0 579.10455 382.10458 580.0 381.0 580.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 643.0L171.0 630.0L453.0 630.0C454.10458 630.0 455.0 630.89545 455.0 632.0L455.0 641.0C455.0 642.10455 454.10458 643.0 453.0 643.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 643.0L171.0 630.0L453.0 630.0C454.10458 630.0 455.0 630.89545 455.0 632.0L455.0 641.0C455.0 642.10455 454.10458 643.0 453.0 643.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 705.0L171.0 692.0L354.0 692.0C355.10458 692.0 356.0 692.89545 356.0 694.0L356.0 703.0C356.0 704.10455 355.10458 705.0 354.0 705.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M171.0 705.0L171.0 692.0L354.0 692.0C355.10458 692.0 356.0 692.89545 356.0 694.0L356.0 703.0C356.0 704.10455 355.10458 705.0 354.0 705.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 94.0L171.0 81.0L470.0 81.0C471.10458 81.0 472.0 81.89543 472.0 83.0L472.0 92.0C472.0 93.10457 471.10458 94.0 470.0 94.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 94.0L171.0 81.0L470.0 81.0C471.10458 81.0 472.0 81.89543 472.0 83.0L472.0 92.0C472.0 93.10457 471.10458 94.0 470.0 94.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 157.0L171.0 144.0L496.0 144.0C497.10458 144.0 498.0 144.89543 498.0 146.0L498.0 155.0C498.0 156.10457 497.10458 157.0 496.0 157.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 157.0L171.0 144.0L496.0 144.0C497.10458 144.0 498.0 144.89543 498.0 146.0L498.0 155.0C498.0 156.10457 497.10458 157.0 496.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 219.0L171.0 206.0L512.0 206.0C513.10455 206.0 514.0 206.89543 514.0 208.0L514.0 217.0C514.0 218.10457 513.10455 219.0 512.0 219.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 219.0L171.0 206.0L512.0 206.0C513.10455 206.0 514.0 206.89543 514.0 208.0L514.0 217.0C514.0 218.10457 513.10455 219.0 512.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 282.0L171.0 269.0L387.0 269.0C388.10458 269.0 389.0 269.89542 389.0 271.0L389.0 280.0C389.0 281.10458 388.10458 282.0 387.0 282.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 282.0L171.0 269.0L387.0 269.0C388.10458 269.0 389.0 269.89542 389.0 271.0L389.0 280.0C389.0 281.10458 388.10458 282.0 387.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 344.0L171.0 331.0L466.0 331.0C467.10458 331.0 468.0 331.89542 468.0 333.0L468.0 342.0C468.0 343.10458 467.10458 344.0 466.0 344.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 344.0L171.0 331.0L466.0 331.0C467.10458 331.0 468.0 331.89542 468.0 333.0L468.0 342.0C468.0 343.10458 467.10458 344.0 466.0 344.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 407.0L171.0 394.0L461.0 394.0C462.10458 394.0 463.0 394.89542 463.0 396.0L463.0 405.0C463.0 406.10458 462.10458 407.0 461.0 407.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 407.0L171.0 394.0L461.0 394.0C462.10458 394.0 463.0 394.89542 463.0 396.0L463.0 405.0C463.0 406.10458 462.10458 407.0 461.0 407.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 469.0L171.0 456.0L477.0 456.0C478.10458 456.0 479.0 456.89542 479.0 458.0L479.0 467.0C479.0 468.10458 478.10458 469.0 477.0 469.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 469.0L171.0 456.0L477.0 456.0C478.10458 456.0 479.0 456.89542 479.0 458.0L479.0 467.0C479.0 468.10458 478.10458 469.0 477.0 469.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 532.0L171.0 519.0L462.0 519.0C463.10458 519.0 464.0 519.89545 464.0 521.0L464.0 530.0C464.0 531.10455 463.10458 532.0 462.0 532.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 532.0L171.0 519.0L462.0 519.0C463.10458 519.0 464.0 519.89545 464.0 521.0L464.0 530.0C464.0 531.10455 463.10458 532.0 462.0 532.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 594.0L171.0 581.0L404.0 581.0C405.10458 581.0 406.0 581.89545 406.0 583.0L406.0 592.0C406.0 593.10455 405.10458 594.0 404.0 594.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 594.0L171.0 581.0L404.0 581.0C405.10458 581.0 406.0 581.89545 406.0 583.0L406.0 592.0C406.0 593.10455 405.10458 594.0 404.0 594.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 657.0L171.0 644.0L467.0 644.0C468.10458 644.0 469.0 644.89545 469.0 646.0L469.0 655.0C469.0 656.10455 468.10458 657.0 467.0 657.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 657.0L171.0 644.0L467.0 644.0C468.10458 644.0 469.0 644.89545 469.0 646.0L469.0 655.0C469.0 656.10455 468.10458 657.0 467.0 657.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 719.0L171.0 706.0L380.0 706.0C381.10458 706.0 382.0 706.89545 382.0 708.0L382.0 717.0C382.0 718.10455 381.10458 719.0 380.0 719.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M171.0 719.0L171.0 706.0L380.0 706.0C381.10458 706.0 382.0 706.89545 382.0 708.0L382.0 717.0C382.0 718.10455 381.10458 719.0 380.0 719.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 108.0L171.0 95.0L462.0 95.0C463.10458 95.0 464.0 95.89543 464.0 97.0L464.0 106.0C464.0 107.10457 463.10458 108.0 462.0 108.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 108.0L171.0 95.0L462.0 95.0C463.10458 95.0 464.0 95.89543 464.0 97.0L464.0 106.0C464.0 107.10457 463.10458 108.0 462.0 108.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 171.0L171.0 158.0L486.0 158.0C487.10458 158.0 488.0 158.89543 488.0 160.0L488.0 169.0C488.0 170.10457 487.10458 171.0 486.0 171.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 171.0L171.0 158.0L486.0 158.0C487.10458 158.0 488.0 158.89543 488.0 160.0L488.0 169.0C488.0 170.10457 487.10458 171.0 486.0 171.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 233.0L171.0 220.0L500.0 220.0C501.10458 220.0 502.0 220.89543 502.0 222.0L502.0 231.0C502.0 232.10457 501.10458 233.0 500.0 233.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 233.0L171.0 220.0L500.0 220.0C501.10458 220.0 502.0 220.89543 502.0 222.0L502.0 231.0C502.0 232.10457 501.10458 233.0 500.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 296.0L171.0 283.0L374.0 283.0C375.10458 283.0 376.0 283.89542 376.0 285.0L376.0 294.0C376.0 295.10458 375.10458 296.0 374.0 296.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 296.0L171.0 283.0L374.0 283.0C375.10458 283.0 376.0 283.89542 376.0 285.0L376.0 294.0C376.0 295.10458 375.10458 296.0 374.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 358.0L171.0 345.0L455.0 345.0C456.10458 345.0 457.0 345.89542 457.0 347.0L457.0 356.0C457.0 357.10458 456.10458 358.0 455.0 358.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 358.0L171.0 345.0L455.0 345.0C456.10458 345.0 457.0 345.89542 457.0 347.0L457.0 356.0C457.0 357.10458 456.10458 358.0 455.0 358.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 421.0L171.0 408.0L451.0 408.0C452.10458 408.0 453.0 408.89542 453.0 410.0L453.0 419.0C453.0 420.10458 452.10458 421.0 451.0 421.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 421.0L171.0 408.0L451.0 408.0C452.10458 408.0 453.0 408.89542 453.0 410.0L453.0 419.0C453.0 420.10458 452.10458 421.0 451.0 421.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 483.0L171.0 470.0L462.0 470.0C463.10458 470.0 464.0 470.89542 464.0 472.0L464.0 481.0C464.0 482.10458 463.10458 483.0 462.0 483.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 483.0L171.0 470.0L462.0 470.0C463.10458 470.0 464.0 470.89542 464.0 472.0L464.0 481.0C464.0 482.10458 463.10458 483.0 462.0 483.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 546.0L171.0 533.0L449.0 533.0C450.10458 533.0 451.0 533.89545 451.0 535.0L451.0 544.0C451.0 545.10455 450.10458 546.0 449.0 546.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 546.0L171.0 533.0L449.0 533.0C450.10458 533.0 451.0 533.89545 451.0 535.0L451.0 544.0C451.0 545.10455 450.10458 546.0 449.0 546.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 608.0L171.0 595.0L390.0 595.0C391.10458 595.0 392.0 595.89545 392.0 597.0L392.0 606.0C392.0 607.10455 391.10458 608.0 390.0 608.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 608.0L171.0 595.0L390.0 595.0C391.10458 595.0 392.0 595.89545 392.0 597.0L392.0 606.0C392.0 607.10455 391.10458 608.0 390.0 608.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 671.0L171.0 658.0L454.0 658.0C455.10458 658.0 456.0 658.89545 456.0 660.0L456.0 669.0C456.0 670.10455 455.10458 671.0 454.0 671.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 671.0L171.0 658.0L454.0 658.0C455.10458 658.0 456.0 658.89545 456.0 660.0L456.0 669.0C456.0 670.10455 455.10458 671.0 454.0 671.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 733.0L171.0 720.0L363.0 720.0C364.10458 720.0 365.0 720.89545 365.0 722.0L365.0 731.0C365.0 732.10455 364.10458 733.0 363.0 733.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M171.0 733.0L171.0 720.0L363.0 720.0C364.10458 720.0 365.0 720.89545 365.0 722.0L365.0 731.0C365.0 732.10455 364.10458 733.0 363.0 733.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M476.9917 70.578125L473.46045 78.5L472.31982 78.5L475.83545 70.859375L471.22607 70.859375L471.22607 69.96875L476.9917 69.96875L476.9917 70.578125ZM484.06982 78.5L478.47607 78.5L478.47607 77.71875L481.4292 74.4375Q482.08545 73.6875 482.33545 73.234375Q482.58545 72.765625 482.58545 72.265625Q482.58545 71.59375 482.1792 71.171875Q481.78857 70.734375 481.10107 70.734375Q480.3042 70.734375 479.85107 71.203125Q479.39795 71.65625 479.39795 72.484375L478.31982 72.484375Q478.31982 71.296875 479.06982 70.578125Q479.83545 69.84375 481.10107 69.84375Q482.3042 69.84375 482.9917 70.46875Q483.6792 71.09375 483.6792 72.140625Q483.6792 73.390625 482.06982 75.140625L479.78857 77.609375L484.06982 77.609375L484.06982 78.5ZM485.38232 71.609375Q485.38232 70.84375 485.8667 70.34375Q486.3667 69.84375 487.13232 69.84375Q487.91357 69.84375 488.39795 70.34375Q488.88232 70.84375 488.88232 71.640625L488.88232 72.0625Q488.88232 72.828125 488.38232 73.328125Q487.89795 73.8125 487.14795 73.8125Q486.38232 73.8125 485.88232 73.328125Q485.38232 72.828125 485.38232 72.015625L485.38232 71.609375ZM486.19482 72.0625Q486.19482 72.515625 486.44482 72.8125Q486.71045 73.109375 487.14795 73.109375Q487.56982 73.109375 487.81982 72.828125Q488.06982 72.53125 488.06982 72.03125L488.06982 71.609375Q488.06982 71.15625 487.81982 70.859375Q487.56982 70.546875 487.13232 70.546875Q486.69482 70.546875 486.44482 70.859375Q486.19482 71.15625 486.19482 71.625L486.19482 72.0625ZM489.53857 76.40625Q489.53857 75.640625 490.02295 75.15625Q490.52295 74.65625 491.28857 74.65625Q492.0542 74.65625 492.53857 75.15625Q493.03857 75.640625 493.03857 76.453125L493.03857 76.859375Q493.03857 77.625 492.5542 78.125Q492.06982 78.625 491.3042 78.625Q490.53857 78.625 490.03857 78.140625Q489.53857 77.640625 489.53857 76.828125L489.53857 76.40625ZM490.35107 76.859375Q490.35107 77.328125 490.60107 77.625Q490.8667 77.921875 491.3042 77.921875Q491.72607 77.921875 491.97607 77.640625Q492.22607 77.34375 492.22607 76.84375L492.22607 76.40625Q492.22607 75.9375 491.96045 75.65625Q491.71045 75.359375 491.28857 75.359375Q490.8667 75.359375 490.60107 75.65625Q490.35107 75.9375 490.35107 76.4375L490.35107 76.859375ZM487.39795 77.859375L486.77295 77.46875L490.94482 70.796875L491.5542 71.1875L487.39795 77.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M476.9917 70.578125L473.46045 78.5L472.31982 78.5L475.83545 70.859375L471.22607 70.859375L471.22607 69.96875L476.9917 69.96875L476.9917 70.578125ZM484.06982 78.5L478.47607 78.5L478.47607 77.71875L481.4292 74.4375Q482.08545 73.6875 482.33545 73.234375Q482.58545 72.765625 482.58545 72.265625Q482.58545 71.59375 482.1792 71.171875Q481.78857 70.734375 481.10107 70.734375Q480.3042 70.734375 479.85107 71.203125Q479.39795 71.65625 479.39795 72.484375L478.31982 72.484375Q478.31982 71.296875 479.06982 70.578125Q479.83545 69.84375 481.10107 69.84375Q482.3042 69.84375 482.9917 70.46875Q483.6792 71.09375 483.6792 72.140625Q483.6792 73.390625 482.06982 75.140625L479.78857 77.609375L484.06982 77.609375L484.06982 78.5ZM485.38232 71.609375Q485.38232 70.84375 485.8667 70.34375Q486.3667 69.84375 487.13232 69.84375Q487.91357 69.84375 488.39795 70.34375Q488.88232 70.84375 488.88232 71.640625L488.88232 72.0625Q488.88232 72.828125 488.38232 73.328125Q487.89795 73.8125 487.14795 73.8125Q486.38232 73.8125 485.88232 73.328125Q485.38232 72.828125 485.38232 72.015625L485.38232 71.609375ZM486.19482 72.0625Q486.19482 72.515625 486.44482 72.8125Q486.71045 73.109375 487.14795 73.109375Q487.56982 73.109375 487.81982 72.828125Q488.06982 72.53125 488.06982 72.03125L488.06982 71.609375Q488.06982 71.15625 487.81982 70.859375Q487.56982 70.546875 487.13232 70.546875Q486.69482 70.546875 486.44482 70.859375Q486.19482 71.15625 486.19482 71.625L486.19482 72.0625ZM489.53857 76.40625Q489.53857 75.640625 490.02295 75.15625Q490.52295 74.65625 491.28857 74.65625Q492.0542 74.65625 492.53857 75.15625Q493.03857 75.640625 493.03857 76.453125L493.03857 76.859375Q493.03857 77.625 492.5542 78.125Q492.06982 78.625 491.3042 78.625Q490.53857 78.625 490.03857 78.140625Q489.53857 77.640625 489.53857 76.828125L489.53857 76.40625ZM490.35107 76.859375Q490.35107 77.328125 490.60107 77.625Q490.8667 77.921875 491.3042 77.921875Q491.72607 77.921875 491.97607 77.640625Q492.22607 77.34375 492.22607 76.84375L492.22607 76.40625Q492.22607 75.9375 491.96045 75.65625Q491.71045 75.359375 491.28857 75.359375Q490.8667 75.359375 490.60107 75.65625Q490.35107 75.9375 490.35107 76.4375L490.35107 76.859375ZM487.39795 77.859375L486.77295 77.46875L490.94482 70.796875L491.5542 71.1875L487.39795 77.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M500.68204 133.57812L497.1508 141.5L496.01016 141.5L499.5258 133.85938L494.9164 133.85938L494.9164 132.96875L500.68204 132.96875L500.68204 133.57812ZM507.3539 135.1875Q507.3539 135.82812 507.01016 136.32812Q506.6664 136.82812 506.1039 137.10938Q506.76016 137.39062 507.1508 137.95312Q507.5414 138.5 507.5414 139.20312Q507.5414 140.29688 506.7914 140.96875Q506.05704 141.625 504.8383 141.625Q503.6039 141.625 502.8539 140.96875Q502.11954 140.29688 502.11954 139.20312Q502.11954 138.5 502.49454 137.95312Q502.86954 137.39062 503.5414 137.10938Q502.9789 136.82812 502.6508 136.32812Q502.32266 135.82812 502.32266 135.1875Q502.32266 134.10938 503.01016 133.48438Q503.69766 132.84375 504.8383 132.84375Q505.9633 132.84375 506.6508 133.48438Q507.3539 134.10938 507.3539 135.1875ZM506.4633 139.17188Q506.4633 138.45312 506.01016 138.01562Q505.55704 137.5625 504.82266 137.5625Q504.0883 137.5625 503.63516 138.01562Q503.19766 138.45312 503.19766 139.1875Q503.19766 139.90625 503.63516 140.32812Q504.07266 140.73438 504.8383 140.73438Q505.5883 140.73438 506.0258 140.3125Q506.4633 139.89062 506.4633 139.17188ZM504.8383 133.73438Q504.19766 133.73438 503.7914 134.14062Q503.4008 134.53125 503.4008 135.21875Q503.4008 135.85938 503.7914 136.26562Q504.18204 136.67188 504.82266 136.67188Q505.4789 136.67188 505.86954 136.26562Q506.26016 135.85938 506.26016 135.21875Q506.26016 134.5625 505.8539 134.15625Q505.44766 133.73438 504.8383 133.73438ZM509.07266 134.60938Q509.07266 133.84375 509.55704 133.34375Q510.05704 132.84375 510.82266 132.84375Q511.6039 132.84375 512.08826 133.34375Q512.57263 133.84375 512.57263 134.64062L512.57263 135.0625Q512.57263 135.82812 512.07263 136.32812Q511.5883 136.8125 510.8383 136.8125Q510.07266 136.8125 509.57266 136.32812Q509.07266 135.82812 509.07266 135.01562L509.07266 134.60938ZM509.88516 135.0625Q509.88516 135.51562 510.13516 135.8125Q510.4008 136.10938 510.8383 136.10938Q511.26016 136.10938 511.51016 135.82812Q511.76016 135.53125 511.76016 135.03125L511.76016 134.60938Q511.76016 134.15625 511.51016 133.85938Q511.26016 133.54688 510.82266 133.54688Q510.38516 133.54688 510.13516 133.85938Q509.88516 134.15625 509.88516 134.625L509.88516 135.0625ZM513.2289 139.40625Q513.2289 138.64062 513.71326 138.15625Q514.21326 137.65625 514.9789 137.65625Q515.7445 137.65625 516.2289 138.15625Q516.7289 138.64062 516.7289 139.45312L516.7289 139.85938Q516.7289 140.625 516.2445 141.125Q515.76013 141.625 514.9945 141.625Q514.2289 141.625 513.7289 141.14062Q513.2289 140.64062 513.2289 139.82812L513.2289 139.40625ZM514.0414 139.85938Q514.0414 140.32812 514.2914 140.625Q514.557 140.92188 514.9945 140.92188Q515.4164 140.92188 515.6664 140.64062Q515.9164 140.34375 515.9164 139.84375L515.9164 139.40625Q515.9164 138.9375 515.65076 138.65625Q515.40076 138.35938 514.9789 138.35938Q514.557 138.35938 514.2914 138.65625Q514.0414 138.9375 514.0414 139.4375L514.0414 139.85938ZM511.0883 140.85938L510.4633 140.46875L514.63513 133.79688L515.2445 134.1875L511.0883 140.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M500.68204 133.57812L497.1508 141.5L496.01016 141.5L499.5258 133.85938L494.9164 133.85938L494.9164 132.96875L500.68204 132.96875L500.68204 133.57812ZM507.3539 135.1875Q507.3539 135.82812 507.01016 136.32812Q506.6664 136.82812 506.1039 137.10938Q506.76016 137.39062 507.1508 137.95312Q507.5414 138.5 507.5414 139.20312Q507.5414 140.29688 506.7914 140.96875Q506.05704 141.625 504.8383 141.625Q503.6039 141.625 502.8539 140.96875Q502.11954 140.29688 502.11954 139.20312Q502.11954 138.5 502.49454 137.95312Q502.86954 137.39062 503.5414 137.10938Q502.9789 136.82812 502.6508 136.32812Q502.32266 135.82812 502.32266 135.1875Q502.32266 134.10938 503.01016 133.48438Q503.69766 132.84375 504.8383 132.84375Q505.9633 132.84375 506.6508 133.48438Q507.3539 134.10938 507.3539 135.1875ZM506.4633 139.17188Q506.4633 138.45312 506.01016 138.01562Q505.55704 137.5625 504.82266 137.5625Q504.0883 137.5625 503.63516 138.01562Q503.19766 138.45312 503.19766 139.1875Q503.19766 139.90625 503.63516 140.32812Q504.07266 140.73438 504.8383 140.73438Q505.5883 140.73438 506.0258 140.3125Q506.4633 139.89062 506.4633 139.17188ZM504.8383 133.73438Q504.19766 133.73438 503.7914 134.14062Q503.4008 134.53125 503.4008 135.21875Q503.4008 135.85938 503.7914 136.26562Q504.18204 136.67188 504.82266 136.67188Q505.4789 136.67188 505.86954 136.26562Q506.26016 135.85938 506.26016 135.21875Q506.26016 134.5625 505.8539 134.15625Q505.44766 133.73438 504.8383 133.73438ZM509.07266 134.60938Q509.07266 133.84375 509.55704 133.34375Q510.05704 132.84375 510.82266 132.84375Q511.6039 132.84375 512.08826 133.34375Q512.57263 133.84375 512.57263 134.64062L512.57263 135.0625Q512.57263 135.82812 512.07263 136.32812Q511.5883 136.8125 510.8383 136.8125Q510.07266 136.8125 509.57266 136.32812Q509.07266 135.82812 509.07266 135.01562L509.07266 134.60938ZM509.88516 135.0625Q509.88516 135.51562 510.13516 135.8125Q510.4008 136.10938 510.8383 136.10938Q511.26016 136.10938 511.51016 135.82812Q511.76016 135.53125 511.76016 135.03125L511.76016 134.60938Q511.76016 134.15625 511.51016 133.85938Q511.26016 133.54688 510.82266 133.54688Q510.38516 133.54688 510.13516 133.85938Q509.88516 134.15625 509.88516 134.625L509.88516 135.0625ZM513.2289 139.40625Q513.2289 138.64062 513.71326 138.15625Q514.21326 137.65625 514.9789 137.65625Q515.7445 137.65625 516.2289 138.15625Q516.7289 138.64062 516.7289 139.45312L516.7289 139.85938Q516.7289 140.625 516.2445 141.125Q515.76013 141.625 514.9945 141.625Q514.2289 141.625 513.7289 141.14062Q513.2289 140.64062 513.2289 139.82812L513.2289 139.40625ZM514.0414 139.85938Q514.0414 140.32812 514.2914 140.625Q514.557 140.92188 514.9945 140.92188Q515.4164 140.92188 515.6664 140.64062Q515.9164 140.34375 515.9164 139.84375L515.9164 139.40625Q515.9164 138.9375 515.65076 138.65625Q515.40076 138.35938 514.9789 138.35938Q514.557 138.35938 514.2914 138.65625Q514.0414 138.9375 514.0414 139.4375L514.0414 139.85938ZM511.0883 140.85938L510.4633 140.46875L514.63513 133.79688L515.2445 134.1875L511.0883 140.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M513.3061 197.1875Q513.3061 197.82812 512.96234 198.32812Q512.6186 198.82812 512.0561 199.10938Q512.71234 199.39062 513.10297 199.95312Q513.4936 200.5 513.4936 201.20312Q513.4936 202.29688 512.7436 202.96875Q512.0092 203.625 510.79047 203.625Q509.5561 203.625 508.8061 202.96875Q508.07172 202.29688 508.07172 201.20312Q508.07172 200.5 508.44672 199.95312Q508.82172 199.39062 509.4936 199.10938Q508.9311 198.82812 508.60297 198.32812Q508.27484 197.82812 508.27484 197.1875Q508.27484 196.10938 508.96234 195.48438Q509.64984 194.84375 510.79047 194.84375Q511.91547 194.84375 512.60297 195.48438Q513.3061 196.10938 513.3061 197.1875ZM512.41547 201.17188Q512.41547 200.45312 511.96234 200.01562Q511.50922 199.5625 510.77484 199.5625Q510.04047 199.5625 509.58734 200.01562Q509.14984 200.45312 509.14984 201.1875Q509.14984 201.90625 509.58734 202.32812Q510.02484 202.73438 510.79047 202.73438Q511.54047 202.73438 511.97797 202.3125Q512.41547 201.89062 512.41547 201.17188ZM510.79047 195.73438Q510.14984 195.73438 509.7436 196.14062Q509.35297 196.53125 509.35297 197.21875Q509.35297 197.85938 509.7436 198.26562Q510.13422 198.67188 510.77484 198.67188Q511.4311 198.67188 511.82172 198.26562Q512.21234 197.85938 512.21234 197.21875Q512.21234 196.5625 511.8061 196.15625Q511.39984 195.73438 510.79047 195.73438ZM518.6811 203.5L517.60297 203.5L517.60297 196.28125L515.41547 197.07812L515.41547 196.09375L518.52484 194.92188L518.6811 194.92188L518.6811 203.5ZM522.02484 196.60938Q522.02484 195.84375 522.5092 195.34375Q523.0092 194.84375 523.77484 194.84375Q524.5561 194.84375 525.04047 195.34375Q525.52484 195.84375 525.52484 196.64062L525.52484 197.0625Q525.52484 197.82812 525.02484 198.32812Q524.54047 198.8125 523.79047 198.8125Q523.02484 198.8125 522.52484 198.32812Q522.02484 197.82812 522.02484 197.01562L522.02484 196.60938ZM522.83734 197.0625Q522.83734 197.51562 523.08734 197.8125Q523.35297 198.10938 523.79047 198.10938Q524.21234 198.10938 524.46234 197.82812Q524.71234 197.53125 524.71234 197.03125L524.71234 196.60938Q524.71234 196.15625 524.46234 195.85938Q524.21234 195.54688 523.77484 195.54688Q523.33734 195.54688 523.08734 195.85938Q522.83734 196.15625 522.83734 196.625L522.83734 197.0625ZM526.1811 201.40625Q526.1811 200.64062 526.66547 200.15625Q527.16547 199.65625 527.9311 199.65625Q528.6967 199.65625 529.1811 200.15625Q529.6811 200.64062 529.6811 201.45312L529.6811 201.85938Q529.6811 202.625 529.1967 203.125Q528.71234 203.625 527.9467 203.625Q527.1811 203.625 526.6811 203.14062Q526.1811 202.64062 526.1811 201.82812L526.1811 201.40625ZM526.9936 201.85938Q526.9936 202.32812 527.2436 202.625Q527.5092 202.92188 527.9467 202.92188Q528.3686 202.92188 528.6186 202.64062Q528.8686 202.34375 528.8686 201.84375L528.8686 201.40625Q528.8686 200.9375 528.60297 200.65625Q528.35297 200.35938 527.9311 200.35938Q527.5092 200.35938 527.2436 200.65625Q526.9936 200.9375 526.9936 201.4375L526.9936 201.85938ZM524.04047 202.85938L523.41547 202.46875L527.58734 195.79688L528.1967 196.1875L524.04047 202.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M513.3061 197.1875Q513.3061 197.82812 512.96234 198.32812Q512.6186 198.82812 512.0561 199.10938Q512.71234 199.39062 513.10297 199.95312Q513.4936 200.5 513.4936 201.20312Q513.4936 202.29688 512.7436 202.96875Q512.0092 203.625 510.79047 203.625Q509.5561 203.625 508.8061 202.96875Q508.07172 202.29688 508.07172 201.20312Q508.07172 200.5 508.44672 199.95312Q508.82172 199.39062 509.4936 199.10938Q508.9311 198.82812 508.60297 198.32812Q508.27484 197.82812 508.27484 197.1875Q508.27484 196.10938 508.96234 195.48438Q509.64984 194.84375 510.79047 194.84375Q511.91547 194.84375 512.60297 195.48438Q513.3061 196.10938 513.3061 197.1875ZM512.41547 201.17188Q512.41547 200.45312 511.96234 200.01562Q511.50922 199.5625 510.77484 199.5625Q510.04047 199.5625 509.58734 200.01562Q509.14984 200.45312 509.14984 201.1875Q509.14984 201.90625 509.58734 202.32812Q510.02484 202.73438 510.79047 202.73438Q511.54047 202.73438 511.97797 202.3125Q512.41547 201.89062 512.41547 201.17188ZM510.79047 195.73438Q510.14984 195.73438 509.7436 196.14062Q509.35297 196.53125 509.35297 197.21875Q509.35297 197.85938 509.7436 198.26562Q510.13422 198.67188 510.77484 198.67188Q511.4311 198.67188 511.82172 198.26562Q512.21234 197.85938 512.21234 197.21875Q512.21234 196.5625 511.8061 196.15625Q511.39984 195.73438 510.79047 195.73438ZM518.6811 203.5L517.60297 203.5L517.60297 196.28125L515.41547 197.07812L515.41547 196.09375L518.52484 194.92188L518.6811 194.92188L518.6811 203.5ZM522.02484 196.60938Q522.02484 195.84375 522.5092 195.34375Q523.0092 194.84375 523.77484 194.84375Q524.5561 194.84375 525.04047 195.34375Q525.52484 195.84375 525.52484 196.64062L525.52484 197.0625Q525.52484 197.82812 525.02484 198.32812Q524.54047 198.8125 523.79047 198.8125Q523.02484 198.8125 522.52484 198.32812Q522.02484 197.82812 522.02484 197.01562L522.02484 196.60938ZM522.83734 197.0625Q522.83734 197.51562 523.08734 197.8125Q523.35297 198.10938 523.79047 198.10938Q524.21234 198.10938 524.46234 197.82812Q524.71234 197.53125 524.71234 197.03125L524.71234 196.60938Q524.71234 196.15625 524.46234 195.85938Q524.21234 195.54688 523.77484 195.54688Q523.33734 195.54688 523.08734 195.85938Q522.83734 196.15625 522.83734 196.625L522.83734 197.0625ZM526.1811 201.40625Q526.1811 200.64062 526.66547 200.15625Q527.16547 199.65625 527.9311 199.65625Q528.6967 199.65625 529.1811 200.15625Q529.6811 200.64062 529.6811 201.45312L529.6811 201.85938Q529.6811 202.625 529.1967 203.125Q528.71234 203.625 527.9467 203.625Q527.1811 203.625 526.6811 203.14062Q526.1811 202.64062 526.1811 201.82812L526.1811 201.40625ZM526.9936 201.85938Q526.9936 202.32812 527.2436 202.625Q527.5092 202.92188 527.9467 202.92188Q528.3686 202.92188 528.6186 202.64062Q528.8686 202.34375 528.8686 201.84375L528.8686 201.40625Q528.8686 200.9375 528.60297 200.65625Q528.35297 200.35938 527.9311 200.35938Q527.5092 200.35938 527.2436 200.65625Q526.9936 200.9375 526.9936 201.4375L526.9936 201.85938ZM524.04047 202.85938L523.41547 202.46875L527.58734 195.79688L528.1967 196.1875L524.04047 202.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M380.73935 263.64062L381.92685 263.64062L381.92685 264.51562L380.73935 264.51562L380.73935 266.5L379.66122 266.5L379.66122 264.51562L375.7706 264.51562L375.7706 263.875L379.5831 257.96875L380.73935 257.96875L380.73935 263.64062ZM377.00497 263.64062L379.66122 263.64062L379.66122 259.45312L379.5206 259.6875L377.00497 263.64062ZM388.34872 260.1875Q388.34872 260.82812 388.00497 261.32812Q387.66122 261.82812 387.09872 262.10938Q387.75497 262.39062 388.1456 262.95312Q388.53622 263.5 388.53622 264.20312Q388.53622 265.29688 387.78622 265.96875Q387.05185 266.625 385.8331 266.625Q384.59872 266.625 383.84872 265.96875Q383.11435 265.29688 383.11435 264.20312Q383.11435 263.5 383.48935 262.95312Q383.86435 262.39062 384.53622 262.10938Q383.97372 261.82812 383.6456 261.32812Q383.31747 260.82812 383.31747 260.1875Q383.31747 259.10938 384.00497 258.48438Q384.69247 257.84375 385.8331 257.84375Q386.9581 257.84375 387.6456 258.48438Q388.34872 259.10938 388.34872 260.1875ZM387.4581 264.17188Q387.4581 263.45312 387.00497 263.01562Q386.55185 262.5625 385.81747 262.5625Q385.0831 262.5625 384.62997 263.01562Q384.19247 263.45312 384.19247 264.1875Q384.19247 264.90625 384.62997 265.32812Q385.06747 265.73438 385.8331 265.73438Q386.5831 265.73438 387.0206 265.3125Q387.4581 264.89062 387.4581 264.17188ZM385.8331 258.73438Q385.19247 258.73438 384.78622 259.14062Q384.3956 259.53125 384.3956 260.21875Q384.3956 260.85938 384.78622 261.26562Q385.17685 261.67188 385.81747 261.67188Q386.47372 261.67188 386.86435 261.26562Q387.25497 260.85938 387.25497 260.21875Q387.25497 259.5625 386.84872 259.15625Q386.44247 258.73438 385.8331 258.73438ZM390.06747 259.60938Q390.06747 258.84375 390.55185 258.34375Q391.05185 257.84375 391.81747 257.84375Q392.59872 257.84375 393.0831 258.34375Q393.56747 258.84375 393.56747 259.64062L393.56747 260.0625Q393.56747 260.82812 393.06747 261.32812Q392.5831 261.8125 391.8331 261.8125Q391.06747 261.8125 390.56747 261.32812Q390.06747 260.82812 390.06747 260.01562L390.06747 259.60938ZM390.87997 260.0625Q390.87997 260.51562 391.12997 260.8125Q391.3956 261.10938 391.8331 261.10938Q392.25497 261.10938 392.50497 260.82812Q392.75497 260.53125 392.75497 260.03125L392.75497 259.60938Q392.75497 259.15625 392.50497 258.85938Q392.25497 258.54688 391.81747 258.54688Q391.37997 258.54688 391.12997 258.85938Q390.87997 259.15625 390.87997 259.625L390.87997 260.0625ZM394.22372 264.40625Q394.22372 263.64062 394.7081 263.15625Q395.2081 262.65625 395.97372 262.65625Q396.73935 262.65625 397.22372 263.15625Q397.72372 263.64062 397.72372 264.45312L397.72372 264.85938Q397.72372 265.625 397.23935 266.125Q396.75497 266.625 395.98935 266.625Q395.22372 266.625 394.72372 266.14062Q394.22372 265.64062 394.22372 264.82812L394.22372 264.40625ZM395.03622 264.85938Q395.03622 265.32812 395.28622 265.625Q395.55185 265.92188 395.98935 265.92188Q396.41122 265.92188 396.66122 265.64062Q396.91122 265.34375 396.91122 264.84375L396.91122 264.40625Q396.91122 263.9375 396.6456 263.65625Q396.3956 263.35938 395.97372 263.35938Q395.55185 263.35938 395.28622 263.65625Q395.03622 263.9375 395.03622 264.4375L395.03622 264.85938ZM392.0831 265.85938L391.4581 265.46875L395.62997 258.79688L396.23935 259.1875L392.0831 265.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M380.73935 263.64062L381.92685 263.64062L381.92685 264.51562L380.73935 264.51562L380.73935 266.5L379.66122 266.5L379.66122 264.51562L375.7706 264.51562L375.7706 263.875L379.5831 257.96875L380.73935 257.96875L380.73935 263.64062ZM377.00497 263.64062L379.66122 263.64062L379.66122 259.45312L379.5206 259.6875L377.00497 263.64062ZM388.34872 260.1875Q388.34872 260.82812 388.00497 261.32812Q387.66122 261.82812 387.09872 262.10938Q387.75497 262.39062 388.1456 262.95312Q388.53622 263.5 388.53622 264.20312Q388.53622 265.29688 387.78622 265.96875Q387.05185 266.625 385.8331 266.625Q384.59872 266.625 383.84872 265.96875Q383.11435 265.29688 383.11435 264.20312Q383.11435 263.5 383.48935 262.95312Q383.86435 262.39062 384.53622 262.10938Q383.97372 261.82812 383.6456 261.32812Q383.31747 260.82812 383.31747 260.1875Q383.31747 259.10938 384.00497 258.48438Q384.69247 257.84375 385.8331 257.84375Q386.9581 257.84375 387.6456 258.48438Q388.34872 259.10938 388.34872 260.1875ZM387.4581 264.17188Q387.4581 263.45312 387.00497 263.01562Q386.55185 262.5625 385.81747 262.5625Q385.0831 262.5625 384.62997 263.01562Q384.19247 263.45312 384.19247 264.1875Q384.19247 264.90625 384.62997 265.32812Q385.06747 265.73438 385.8331 265.73438Q386.5831 265.73438 387.0206 265.3125Q387.4581 264.89062 387.4581 264.17188ZM385.8331 258.73438Q385.19247 258.73438 384.78622 259.14062Q384.3956 259.53125 384.3956 260.21875Q384.3956 260.85938 384.78622 261.26562Q385.17685 261.67188 385.81747 261.67188Q386.47372 261.67188 386.86435 261.26562Q387.25497 260.85938 387.25497 260.21875Q387.25497 259.5625 386.84872 259.15625Q386.44247 258.73438 385.8331 258.73438ZM390.06747 259.60938Q390.06747 258.84375 390.55185 258.34375Q391.05185 257.84375 391.81747 257.84375Q392.59872 257.84375 393.0831 258.34375Q393.56747 258.84375 393.56747 259.64062L393.56747 260.0625Q393.56747 260.82812 393.06747 261.32812Q392.5831 261.8125 391.8331 261.8125Q391.06747 261.8125 390.56747 261.32812Q390.06747 260.82812 390.06747 260.01562L390.06747 259.60938ZM390.87997 260.0625Q390.87997 260.51562 391.12997 260.8125Q391.3956 261.10938 391.8331 261.10938Q392.25497 261.10938 392.50497 260.82812Q392.75497 260.53125 392.75497 260.03125L392.75497 259.60938Q392.75497 259.15625 392.50497 258.85938Q392.25497 258.54688 391.81747 258.54688Q391.37997 258.54688 391.12997 258.85938Q390.87997 259.15625 390.87997 259.625L390.87997 260.0625ZM394.22372 264.40625Q394.22372 263.64062 394.7081 263.15625Q395.2081 262.65625 395.97372 262.65625Q396.73935 262.65625 397.22372 263.15625Q397.72372 263.64062 397.72372 264.45312L397.72372 264.85938Q397.72372 265.625 397.23935 266.125Q396.75497 266.625 395.98935 266.625Q395.22372 266.625 394.72372 266.14062Q394.22372 265.64062 394.22372 264.82812L394.22372 264.40625ZM395.03622 264.85938Q395.03622 265.32812 395.28622 265.625Q395.55185 265.92188 395.98935 265.92188Q396.41122 265.92188 396.66122 265.64062Q396.91122 265.34375 396.91122 264.84375L396.91122 264.40625Q396.91122 263.9375 396.6456 263.65625Q396.3956 263.35938 395.97372 263.35938Q395.55185 263.35938 395.28622 263.65625Q395.03622 263.9375 395.03622 264.4375L395.03622 264.85938ZM392.0831 265.85938L391.4581 265.46875L395.62997 258.79688L396.23935 259.1875L392.0831 265.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M462.9002 319.96875L462.9002 320.875L462.69708 320.875Q461.43146 320.90625 460.68146 321.64062Q459.93146 322.35938 459.80646 323.67188Q460.49396 322.90625 461.6502 322.90625Q462.75958 322.90625 463.43146 323.6875Q464.10333 324.46875 464.10333 325.71875Q464.10333 327.03125 463.38458 327.82812Q462.66583 328.625 461.44708 328.625Q460.22833 328.625 459.4627 327.6875Q458.7127 326.73438 458.7127 325.25L458.7127 324.84375Q458.7127 322.48438 459.7127 321.23438Q460.7127 319.98438 462.69708 319.96875L462.9002 319.96875ZM461.47833 323.8125Q460.91583 323.8125 460.44708 324.14062Q459.97833 324.46875 459.79083 324.98438L459.79083 325.375Q459.79083 326.4375 460.25958 327.07812Q460.74396 327.71875 461.44708 327.71875Q462.18146 327.71875 462.60333 327.1875Q463.0252 326.64062 463.0252 325.76562Q463.0252 324.89062 462.60333 324.35938Q462.18146 323.8125 461.47833 323.8125ZM469.79083 324.75Q469.4627 325.15625 468.97833 325.40625Q468.50958 325.64062 467.94708 325.64062Q467.2127 325.64062 466.66583 325.28125Q466.11896 324.92188 465.82208 324.26562Q465.5252 323.59375 465.5252 322.79688Q465.5252 321.95312 465.8377 321.26562Q466.16583 320.57812 466.75958 320.21875Q467.36896 319.84375 468.16583 319.84375Q469.43146 319.84375 470.1502 320.79688Q470.88458 321.75 470.88458 323.375L470.88458 323.6875Q470.88458 326.1875 469.9002 327.32812Q468.91583 328.46875 466.93146 328.5L466.7127 328.5L466.7127 327.59375L466.94708 327.59375Q468.29083 327.5625 469.00958 326.89062Q469.72833 326.21875 469.79083 324.75ZM468.11896 324.75Q468.66583 324.75 469.11896 324.42188Q469.5877 324.07812 469.80646 323.59375L469.80646 323.15625Q469.80646 322.09375 469.3377 321.42188Q468.86896 320.75 468.16583 320.75Q467.44708 320.75 467.00958 321.29688Q466.5877 321.84375 466.5877 322.75Q466.5877 323.625 466.99396 324.1875Q467.41583 324.75 468.11896 324.75ZM472.54083 321.60938Q472.54083 320.84375 473.0252 320.34375Q473.5252 319.84375 474.29083 319.84375Q475.07208 319.84375 475.55646 320.34375Q476.04083 320.84375 476.04083 321.64062L476.04083 322.0625Q476.04083 322.82812 475.54083 323.32812Q475.05646 323.8125 474.30646 323.8125Q473.54083 323.8125 473.04083 323.32812Q472.54083 322.82812 472.54083 322.01562L472.54083 321.60938ZM473.35333 322.0625Q473.35333 322.51562 473.60333 322.8125Q473.86896 323.10938 474.30646 323.10938Q474.72833 323.10938 474.97833 322.82812Q475.22833 322.53125 475.22833 322.03125L475.22833 321.60938Q475.22833 321.15625 474.97833 320.85938Q474.72833 320.54688 474.29083 320.54688Q473.85333 320.54688 473.60333 320.85938Q473.35333 321.15625 473.35333 321.625L473.35333 322.0625ZM476.69708 326.40625Q476.69708 325.64062 477.18146 325.15625Q477.68146 324.65625 478.44708 324.65625Q479.2127 324.65625 479.69708 325.15625Q480.19708 325.64062 480.19708 326.45312L480.19708 326.85938Q480.19708 327.625 479.7127 328.125Q479.22833 328.625 478.4627 328.625Q477.69708 328.625 477.19708 328.14062Q476.69708 327.64062 476.69708 326.82812L476.69708 326.40625ZM477.50958 326.85938Q477.50958 327.32812 477.75958 327.625Q478.0252 327.92188 478.4627 327.92188Q478.88458 327.92188 479.13458 327.64062Q479.38458 327.34375 479.38458 326.84375L479.38458 326.40625Q479.38458 325.9375 479.11896 325.65625Q478.86896 325.35938 478.44708 325.35938Q478.0252 325.35938 477.75958 325.65625Q477.50958 325.9375 477.50958 326.4375L477.50958 326.85938ZM474.55646 327.85938L473.93146 327.46875L478.10333 320.79688L478.7127 321.1875L474.55646 327.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M462.9002 319.96875L462.9002 320.875L462.69708 320.875Q461.43146 320.90625 460.68146 321.64062Q459.93146 322.35938 459.80646 323.67188Q460.49396 322.90625 461.6502 322.90625Q462.75958 322.90625 463.43146 323.6875Q464.10333 324.46875 464.10333 325.71875Q464.10333 327.03125 463.38458 327.82812Q462.66583 328.625 461.44708 328.625Q460.22833 328.625 459.4627 327.6875Q458.7127 326.73438 458.7127 325.25L458.7127 324.84375Q458.7127 322.48438 459.7127 321.23438Q460.7127 319.98438 462.69708 319.96875L462.9002 319.96875ZM461.47833 323.8125Q460.91583 323.8125 460.44708 324.14062Q459.97833 324.46875 459.79083 324.98438L459.79083 325.375Q459.79083 326.4375 460.25958 327.07812Q460.74396 327.71875 461.44708 327.71875Q462.18146 327.71875 462.60333 327.1875Q463.0252 326.64062 463.0252 325.76562Q463.0252 324.89062 462.60333 324.35938Q462.18146 323.8125 461.47833 323.8125ZM469.79083 324.75Q469.4627 325.15625 468.97833 325.40625Q468.50958 325.64062 467.94708 325.64062Q467.2127 325.64062 466.66583 325.28125Q466.11896 324.92188 465.82208 324.26562Q465.5252 323.59375 465.5252 322.79688Q465.5252 321.95312 465.8377 321.26562Q466.16583 320.57812 466.75958 320.21875Q467.36896 319.84375 468.16583 319.84375Q469.43146 319.84375 470.1502 320.79688Q470.88458 321.75 470.88458 323.375L470.88458 323.6875Q470.88458 326.1875 469.9002 327.32812Q468.91583 328.46875 466.93146 328.5L466.7127 328.5L466.7127 327.59375L466.94708 327.59375Q468.29083 327.5625 469.00958 326.89062Q469.72833 326.21875 469.79083 324.75ZM468.11896 324.75Q468.66583 324.75 469.11896 324.42188Q469.5877 324.07812 469.80646 323.59375L469.80646 323.15625Q469.80646 322.09375 469.3377 321.42188Q468.86896 320.75 468.16583 320.75Q467.44708 320.75 467.00958 321.29688Q466.5877 321.84375 466.5877 322.75Q466.5877 323.625 466.99396 324.1875Q467.41583 324.75 468.11896 324.75ZM472.54083 321.60938Q472.54083 320.84375 473.0252 320.34375Q473.5252 319.84375 474.29083 319.84375Q475.07208 319.84375 475.55646 320.34375Q476.04083 320.84375 476.04083 321.64062L476.04083 322.0625Q476.04083 322.82812 475.54083 323.32812Q475.05646 323.8125 474.30646 323.8125Q473.54083 323.8125 473.04083 323.32812Q472.54083 322.82812 472.54083 322.01562L472.54083 321.60938ZM473.35333 322.0625Q473.35333 322.51562 473.60333 322.8125Q473.86896 323.10938 474.30646 323.10938Q474.72833 323.10938 474.97833 322.82812Q475.22833 322.53125 475.22833 322.03125L475.22833 321.60938Q475.22833 321.15625 474.97833 320.85938Q474.72833 320.54688 474.29083 320.54688Q473.85333 320.54688 473.60333 320.85938Q473.35333 321.15625 473.35333 321.625L473.35333 322.0625ZM476.69708 326.40625Q476.69708 325.64062 477.18146 325.15625Q477.68146 324.65625 478.44708 324.65625Q479.2127 324.65625 479.69708 325.15625Q480.19708 325.64062 480.19708 326.45312L480.19708 326.85938Q480.19708 327.625 479.7127 328.125Q479.22833 328.625 478.4627 328.625Q477.69708 328.625 477.19708 328.14062Q476.69708 327.64062 476.69708 326.82812L476.69708 326.40625ZM477.50958 326.85938Q477.50958 327.32812 477.75958 327.625Q478.0252 327.92188 478.4627 327.92188Q478.88458 327.92188 479.13458 327.64062Q479.38458 327.34375 479.38458 326.84375L479.38458 326.40625Q479.38458 325.9375 479.11896 325.65625Q478.86896 325.35938 478.44708 325.35938Q478.0252 325.35938 477.75958 325.65625Q477.50958 325.9375 477.50958 326.4375L477.50958 326.85938ZM474.55646 327.85938L473.93146 327.46875L478.10333 320.79688L478.7127 321.1875L474.55646 327.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M485.8479 445.57812L482.31665 453.5L481.17603 453.5L484.69165 445.85938L480.08228 445.85938L480.08228 444.96875L485.8479 444.96875L485.8479 445.57812ZM491.9104 450.64062L493.0979 450.64062L493.0979 451.51562L491.9104 451.51562L491.9104 453.5L490.83228 453.5L490.83228 451.51562L486.94165 451.51562L486.94165 450.875L490.75415 444.96875L491.9104 444.96875L491.9104 450.64062ZM488.17603 450.64062L490.83228 450.64062L490.83228 446.45312L490.69165 446.6875L488.17603 450.64062ZM494.23853 446.60938Q494.23853 445.84375 494.7229 445.34375Q495.2229 444.84375 495.98853 444.84375Q496.76978 444.84375 497.25415 445.34375Q497.73853 445.84375 497.73853 446.64062L497.73853 447.0625Q497.73853 447.82812 497.23853 448.32812Q496.75415 448.8125 496.00415 448.8125Q495.23853 448.8125 494.73853 448.32812Q494.23853 447.82812 494.23853 447.01562L494.23853 446.60938ZM495.05103 447.0625Q495.05103 447.51562 495.30103 447.8125Q495.56665 448.10938 496.00415 448.10938Q496.42603 448.10938 496.67603 447.82812Q496.92603 447.53125 496.92603 447.03125L496.92603 446.60938Q496.92603 446.15625 496.67603 445.85938Q496.42603 445.54688 495.98853 445.54688Q495.55103 445.54688 495.30103 445.85938Q495.05103 446.15625 495.05103 446.625L495.05103 447.0625ZM498.39478 451.40625Q498.39478 450.64062 498.87915 450.15625Q499.37915 449.65625 500.14478 449.65625Q500.9104 449.65625 501.39478 450.15625Q501.89478 450.64062 501.89478 451.45312L501.89478 451.85938Q501.89478 452.625 501.4104 453.125Q500.92603 453.625 500.1604 453.625Q499.39478 453.625 498.89478 453.14062Q498.39478 452.64062 498.39478 451.82812L498.39478 451.40625ZM499.20728 451.85938Q499.20728 452.32812 499.45728 452.625Q499.7229 452.92188 500.1604 452.92188Q500.58228 452.92188 500.83228 452.64062Q501.08228 452.34375 501.08228 451.84375L501.08228 451.40625Q501.08228 450.9375 500.81665 450.65625Q500.56665 450.35938 500.14478 450.35938Q499.7229 450.35938 499.45728 450.65625Q499.20728 450.9375 499.20728 451.4375L499.20728 451.85938ZM496.25415 452.85938L495.62915 452.46875L499.80103 445.79688L500.4104 446.1875L496.25415 452.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M485.8479 445.57812L482.31665 453.5L481.17603 453.5L484.69165 445.85938L480.08228 445.85938L480.08228 444.96875L485.8479 444.96875L485.8479 445.57812ZM491.9104 450.64062L493.0979 450.64062L493.0979 451.51562L491.9104 451.51562L491.9104 453.5L490.83228 453.5L490.83228 451.51562L486.94165 451.51562L486.94165 450.875L490.75415 444.96875L491.9104 444.96875L491.9104 450.64062ZM488.17603 450.64062L490.83228 450.64062L490.83228 446.45312L490.69165 446.6875L488.17603 450.64062ZM494.23853 446.60938Q494.23853 445.84375 494.7229 445.34375Q495.2229 444.84375 495.98853 444.84375Q496.76978 444.84375 497.25415 445.34375Q497.73853 445.84375 497.73853 446.64062L497.73853 447.0625Q497.73853 447.82812 497.23853 448.32812Q496.75415 448.8125 496.00415 448.8125Q495.23853 448.8125 494.73853 448.32812Q494.23853 447.82812 494.23853 447.01562L494.23853 446.60938ZM495.05103 447.0625Q495.05103 447.51562 495.30103 447.8125Q495.56665 448.10938 496.00415 448.10938Q496.42603 448.10938 496.67603 447.82812Q496.92603 447.53125 496.92603 447.03125L496.92603 446.60938Q496.92603 446.15625 496.67603 445.85938Q496.42603 445.54688 495.98853 445.54688Q495.55103 445.54688 495.30103 445.85938Q495.05103 446.15625 495.05103 446.625L495.05103 447.0625ZM498.39478 451.40625Q498.39478 450.64062 498.87915 450.15625Q499.37915 449.65625 500.14478 449.65625Q500.9104 449.65625 501.39478 450.15625Q501.89478 450.64062 501.89478 451.45312L501.89478 451.85938Q501.89478 452.625 501.4104 453.125Q500.92603 453.625 500.1604 453.625Q499.39478 453.625 498.89478 453.14062Q498.39478 452.64062 498.39478 451.82812L498.39478 451.40625ZM499.20728 451.85938Q499.20728 452.32812 499.45728 452.625Q499.7229 452.92188 500.1604 452.92188Q500.58228 452.92188 500.83228 452.64062Q501.08228 452.34375 501.08228 451.84375L501.08228 451.40625Q501.08228 450.9375 500.81665 450.65625Q500.56665 450.35938 500.14478 450.35938Q499.7229 450.35938 499.45728 450.65625Q499.20728 450.9375 499.20728 451.4375L499.20728 451.85938ZM496.25415 452.85938L495.62915 452.46875L499.80103 445.79688L500.4104 446.1875L496.25415 452.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M456.36877 507.96875L456.36877 508.875L456.16565 508.875Q454.90002 508.90625 454.15002 509.64062Q453.40002 510.35938 453.27502 511.67188Q453.96252 510.90625 455.11877 510.90625Q456.22815 510.90625 456.90002 511.6875Q457.5719 512.46875 457.5719 513.71875Q457.5719 515.03125 456.85315 515.8281Q456.1344 516.625 454.91565 516.625Q453.6969 516.625 452.93127 515.6875Q452.18127 514.7344 452.18127 513.25L452.18127 512.84375Q452.18127 510.48438 453.18127 509.23438Q454.18127 507.98438 456.16565 507.96875L456.36877 507.96875ZM454.9469 511.8125Q454.3844 511.8125 453.91565 512.1406Q453.4469 512.46875 453.2594 512.9844L453.2594 513.375Q453.2594 514.4375 453.72815 515.0781Q454.21252 515.71875 454.91565 515.71875Q455.65002 515.71875 456.0719 515.1875Q456.49377 514.6406 456.49377 513.7656Q456.49377 512.8906 456.0719 512.3594Q455.65002 511.8125 454.9469 511.8125ZM464.61877 508.57812L461.08752 516.5L459.9469 516.5L463.46252 508.85938L458.85315 508.85938L458.85315 507.96875L464.61877 507.96875L464.61877 508.57812ZM466.0094 509.60938Q466.0094 508.84375 466.49377 508.34375Q466.99377 507.84375 467.7594 507.84375Q468.54065 507.84375 469.02502 508.34375Q469.5094 508.84375 469.5094 509.64062L469.5094 510.0625Q469.5094 510.82812 469.0094 511.32812Q468.52502 511.8125 467.77502 511.8125Q467.0094 511.8125 466.5094 511.32812Q466.0094 510.82812 466.0094 510.01562L466.0094 509.60938ZM466.8219 510.0625Q466.8219 510.51562 467.0719 510.8125Q467.33752 511.10938 467.77502 511.10938Q468.1969 511.10938 468.4469 510.82812Q468.6969 510.53125 468.6969 510.03125L468.6969 509.60938Q468.6969 509.15625 468.4469 508.85938Q468.1969 508.54688 467.7594 508.54688Q467.3219 508.54688 467.0719 508.85938Q466.8219 509.15625 466.8219 509.625L466.8219 510.0625ZM470.16565 514.40625Q470.16565 513.6406 470.65002 513.15625Q471.15002 512.65625 471.91565 512.65625Q472.68127 512.65625 473.16565 513.15625Q473.66565 513.6406 473.66565 514.4531L473.66565 514.8594Q473.66565 515.625 473.18127 516.125Q472.6969 516.625 471.93127 516.625Q471.16565 516.625 470.66565 516.1406Q470.16565 515.6406 470.16565 514.8281L470.16565 514.40625ZM470.97815 514.8594Q470.97815 515.3281 471.22815 515.625Q471.49377 515.9219 471.93127 515.9219Q472.35315 515.9219 472.60315 515.6406Q472.85315 515.34375 472.85315 514.84375L472.85315 514.40625Q472.85315 513.9375 472.58752 513.65625Q472.33752 513.3594 471.91565 513.3594Q471.49377 513.3594 471.22815 513.65625Q470.97815 513.9375 470.97815 514.4375L470.97815 514.8594ZM468.02502 515.8594L467.40002 515.46875L471.5719 508.79688L472.18127 509.1875L468.02502 515.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M456.36877 507.96875L456.36877 508.875L456.16565 508.875Q454.90002 508.90625 454.15002 509.64062Q453.40002 510.35938 453.27502 511.67188Q453.96252 510.90625 455.11877 510.90625Q456.22815 510.90625 456.90002 511.6875Q457.5719 512.46875 457.5719 513.71875Q457.5719 515.03125 456.85315 515.8281Q456.1344 516.625 454.91565 516.625Q453.6969 516.625 452.93127 515.6875Q452.18127 514.7344 452.18127 513.25L452.18127 512.84375Q452.18127 510.48438 453.18127 509.23438Q454.18127 507.98438 456.16565 507.96875L456.36877 507.96875ZM454.9469 511.8125Q454.3844 511.8125 453.91565 512.1406Q453.4469 512.46875 453.2594 512.9844L453.2594 513.375Q453.2594 514.4375 453.72815 515.0781Q454.21252 515.71875 454.91565 515.71875Q455.65002 515.71875 456.0719 515.1875Q456.49377 514.6406 456.49377 513.7656Q456.49377 512.8906 456.0719 512.3594Q455.65002 511.8125 454.9469 511.8125ZM464.61877 508.57812L461.08752 516.5L459.9469 516.5L463.46252 508.85938L458.85315 508.85938L458.85315 507.96875L464.61877 507.96875L464.61877 508.57812ZM466.0094 509.60938Q466.0094 508.84375 466.49377 508.34375Q466.99377 507.84375 467.7594 507.84375Q468.54065 507.84375 469.02502 508.34375Q469.5094 508.84375 469.5094 509.64062L469.5094 510.0625Q469.5094 510.82812 469.0094 511.32812Q468.52502 511.8125 467.77502 511.8125Q467.0094 511.8125 466.5094 511.32812Q466.0094 510.82812 466.0094 510.01562L466.0094 509.60938ZM466.8219 510.0625Q466.8219 510.51562 467.0719 510.8125Q467.33752 511.10938 467.77502 511.10938Q468.1969 511.10938 468.4469 510.82812Q468.6969 510.53125 468.6969 510.03125L468.6969 509.60938Q468.6969 509.15625 468.4469 508.85938Q468.1969 508.54688 467.7594 508.54688Q467.3219 508.54688 467.0719 508.85938Q466.8219 509.15625 466.8219 509.625L466.8219 510.0625ZM470.16565 514.40625Q470.16565 513.6406 470.65002 513.15625Q471.15002 512.65625 471.91565 512.65625Q472.68127 512.65625 473.16565 513.15625Q473.66565 513.6406 473.66565 514.4531L473.66565 514.8594Q473.66565 515.625 473.18127 516.125Q472.6969 516.625 471.93127 516.625Q471.16565 516.625 470.66565 516.1406Q470.16565 515.6406 470.16565 514.8281L470.16565 514.40625ZM470.97815 514.8594Q470.97815 515.3281 471.22815 515.625Q471.49377 515.9219 471.93127 515.9219Q472.35315 515.9219 472.60315 515.6406Q472.85315 515.34375 472.85315 514.84375L472.85315 514.40625Q472.85315 513.9375 472.58752 513.65625Q472.33752 513.3594 471.91565 513.3594Q471.49377 513.3594 471.22815 513.65625Q470.97815 513.9375 470.97815 514.4375L470.97815 514.8594ZM468.02502 515.8594L467.40002 515.46875L471.5719 508.79688L472.18127 509.1875L468.02502 515.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M396.58768 574.21875L397.02518 569.96875L401.40018 569.96875L401.40018 570.96875L397.94705 570.96875L397.68143 573.2969Q398.32205 572.9219 399.11893 572.9219Q400.27518 572.9219 400.96268 573.7031Q401.65018 574.46875 401.65018 575.78125Q401.65018 577.09375 400.93143 577.8594Q400.2283 578.625 398.94705 578.625Q397.82205 578.625 397.1033 578.0Q396.38455 577.3594 396.2908 576.25L397.30643 576.25Q397.4158 576.9844 397.83768 577.3594Q398.25955 577.7344 398.94705 577.7344Q399.69705 577.7344 400.13455 577.21875Q400.57205 576.7031 400.57205 575.7969Q400.57205 574.9375 400.1033 574.4219Q399.63455 573.90625 398.8533 573.90625Q398.15018 573.90625 397.74393 574.2031L397.46268 574.4375L396.58768 574.21875ZM404.6658 573.7031L405.4783 573.7031Q406.25955 573.6875 406.69705 573.2969Q407.13455 572.90625 407.13455 572.2344Q407.13455 570.7344 405.63455 570.7344Q404.93143 570.7344 404.50955 571.1406Q404.1033 571.5469 404.1033 572.2031L403.00955 572.2031Q403.00955 571.1875 403.74393 570.5156Q404.49393 569.84375 405.63455 569.84375Q406.83768 569.84375 407.52518 570.4844Q408.21268 571.125 408.21268 572.2656Q408.21268 572.8281 407.8533 573.34375Q407.49393 573.8594 406.86893 574.125Q407.57205 574.34375 407.94705 574.8594Q408.33768 575.375 408.33768 576.125Q408.33768 577.2656 407.58768 577.9531Q406.83768 578.625 405.63455 578.625Q404.44705 578.625 403.68143 577.96875Q402.93143 577.3125 402.93143 576.25L404.02518 576.25Q404.02518 576.9219 404.46268 577.3281Q404.90018 577.7344 405.65018 577.7344Q406.43143 577.7344 406.83768 577.3281Q407.25955 576.90625 407.25955 576.1406Q407.25955 575.40625 406.80643 575.0156Q406.3533 574.6094 405.4783 574.59375L404.6658 574.59375L404.6658 573.7031ZM409.99393 571.6094Q409.99393 570.84375 410.4783 570.34375Q410.9783 569.84375 411.74393 569.84375Q412.52518 569.84375 413.00955 570.34375Q413.49393 570.84375 413.49393 571.6406L413.49393 572.0625Q413.49393 572.8281 412.99393 573.3281Q412.50955 573.8125 411.75955 573.8125Q410.99393 573.8125 410.49393 573.3281Q409.99393 572.8281 409.99393 572.0156L409.99393 571.6094ZM410.80643 572.0625Q410.80643 572.5156 411.05643 572.8125Q411.32205 573.1094 411.75955 573.1094Q412.18143 573.1094 412.43143 572.8281Q412.68143 572.53125 412.68143 572.03125L412.68143 571.6094Q412.68143 571.15625 412.43143 570.8594Q412.18143 570.5469 411.74393 570.5469Q411.30643 570.5469 411.05643 570.8594Q410.80643 571.15625 410.80643 571.625L410.80643 572.0625ZM414.15018 576.40625Q414.15018 575.6406 414.63455 575.15625Q415.13455 574.65625 415.90018 574.65625Q416.6658 574.65625 417.15018 575.15625Q417.65018 575.6406 417.65018 576.4531L417.65018 576.8594Q417.65018 577.625 417.1658 578.125Q416.68143 578.625 415.9158 578.625Q415.15018 578.625 414.65018 578.1406Q414.15018 577.6406 414.15018 576.8281L414.15018 576.40625ZM414.96268 576.8594Q414.96268 577.3281 415.21268 577.625Q415.4783 577.9219 415.9158 577.9219Q416.33768 577.9219 416.58768 577.6406Q416.83768 577.34375 416.83768 576.84375L416.83768 576.40625Q416.83768 575.9375 416.57205 575.65625Q416.32205 575.3594 415.90018 575.3594Q415.4783 575.3594 415.21268 575.65625Q414.96268 575.9375 414.96268 576.4375L414.96268 576.8594ZM412.00955 577.8594L411.38455 577.46875L415.55643 570.7969L416.1658 571.1875L412.00955 577.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M396.58768 574.21875L397.02518 569.96875L401.40018 569.96875L401.40018 570.96875L397.94705 570.96875L397.68143 573.2969Q398.32205 572.9219 399.11893 572.9219Q400.27518 572.9219 400.96268 573.7031Q401.65018 574.46875 401.65018 575.78125Q401.65018 577.09375 400.93143 577.8594Q400.2283 578.625 398.94705 578.625Q397.82205 578.625 397.1033 578.0Q396.38455 577.3594 396.2908 576.25L397.30643 576.25Q397.4158 576.9844 397.83768 577.3594Q398.25955 577.7344 398.94705 577.7344Q399.69705 577.7344 400.13455 577.21875Q400.57205 576.7031 400.57205 575.7969Q400.57205 574.9375 400.1033 574.4219Q399.63455 573.90625 398.8533 573.90625Q398.15018 573.90625 397.74393 574.2031L397.46268 574.4375L396.58768 574.21875ZM404.6658 573.7031L405.4783 573.7031Q406.25955 573.6875 406.69705 573.2969Q407.13455 572.90625 407.13455 572.2344Q407.13455 570.7344 405.63455 570.7344Q404.93143 570.7344 404.50955 571.1406Q404.1033 571.5469 404.1033 572.2031L403.00955 572.2031Q403.00955 571.1875 403.74393 570.5156Q404.49393 569.84375 405.63455 569.84375Q406.83768 569.84375 407.52518 570.4844Q408.21268 571.125 408.21268 572.2656Q408.21268 572.8281 407.8533 573.34375Q407.49393 573.8594 406.86893 574.125Q407.57205 574.34375 407.94705 574.8594Q408.33768 575.375 408.33768 576.125Q408.33768 577.2656 407.58768 577.9531Q406.83768 578.625 405.63455 578.625Q404.44705 578.625 403.68143 577.96875Q402.93143 577.3125 402.93143 576.25L404.02518 576.25Q404.02518 576.9219 404.46268 577.3281Q404.90018 577.7344 405.65018 577.7344Q406.43143 577.7344 406.83768 577.3281Q407.25955 576.90625 407.25955 576.1406Q407.25955 575.40625 406.80643 575.0156Q406.3533 574.6094 405.4783 574.59375L404.6658 574.59375L404.6658 573.7031ZM409.99393 571.6094Q409.99393 570.84375 410.4783 570.34375Q410.9783 569.84375 411.74393 569.84375Q412.52518 569.84375 413.00955 570.34375Q413.49393 570.84375 413.49393 571.6406L413.49393 572.0625Q413.49393 572.8281 412.99393 573.3281Q412.50955 573.8125 411.75955 573.8125Q410.99393 573.8125 410.49393 573.3281Q409.99393 572.8281 409.99393 572.0156L409.99393 571.6094ZM410.80643 572.0625Q410.80643 572.5156 411.05643 572.8125Q411.32205 573.1094 411.75955 573.1094Q412.18143 573.1094 412.43143 572.8281Q412.68143 572.53125 412.68143 572.03125L412.68143 571.6094Q412.68143 571.15625 412.43143 570.8594Q412.18143 570.5469 411.74393 570.5469Q411.30643 570.5469 411.05643 570.8594Q410.80643 571.15625 410.80643 571.625L410.80643 572.0625ZM414.15018 576.40625Q414.15018 575.6406 414.63455 575.15625Q415.13455 574.65625 415.90018 574.65625Q416.6658 574.65625 417.15018 575.15625Q417.65018 575.6406 417.65018 576.4531L417.65018 576.8594Q417.65018 577.625 417.1658 578.125Q416.68143 578.625 415.9158 578.625Q415.15018 578.625 414.65018 578.1406Q414.15018 577.6406 414.15018 576.8281L414.15018 576.40625ZM414.96268 576.8594Q414.96268 577.3281 415.21268 577.625Q415.4783 577.9219 415.9158 577.9219Q416.33768 577.9219 416.58768 577.6406Q416.83768 577.34375 416.83768 576.84375L416.83768 576.40625Q416.83768 575.9375 416.57205 575.65625Q416.32205 575.3594 415.90018 575.3594Q415.4783 575.3594 415.21268 575.65625Q414.96268 575.9375 414.96268 576.4375L414.96268 576.8594ZM412.00955 577.8594L411.38455 577.46875L415.55643 570.7969L416.1658 571.1875L412.00955 577.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M473.3385 633.5781L469.80725 641.5L468.66663 641.5L472.18225 633.8594L467.57288 633.8594L467.57288 632.96875L473.3385 632.96875L473.3385 633.5781ZM478.38538 641.5L477.30725 641.5L477.30725 634.28125L475.11975 635.0781L475.11975 634.09375L478.22913 632.9219L478.38538 632.9219L478.38538 641.5ZM481.72913 634.6094Q481.72913 633.84375 482.2135 633.34375Q482.7135 632.84375 483.47913 632.84375Q484.26038 632.84375 484.74475 633.34375Q485.22913 633.84375 485.22913 634.6406L485.22913 635.0625Q485.22913 635.8281 484.72913 636.3281Q484.24475 636.8125 483.49475 636.8125Q482.72913 636.8125 482.22913 636.3281Q481.72913 635.8281 481.72913 635.0156L481.72913 634.6094ZM482.54163 635.0625Q482.54163 635.5156 482.79163 635.8125Q483.05725 636.1094 483.49475 636.1094Q483.91663 636.1094 484.16663 635.8281Q484.41663 635.53125 484.41663 635.03125L484.41663 634.6094Q484.41663 634.15625 484.16663 633.8594Q483.91663 633.5469 483.47913 633.5469Q483.04163 633.5469 482.79163 633.8594Q482.54163 634.15625 482.54163 634.625L482.54163 635.0625ZM485.88538 639.40625Q485.88538 638.6406 486.36975 638.15625Q486.86975 637.65625 487.63538 637.65625Q488.401 637.65625 488.88538 638.15625Q489.38538 638.6406 489.38538 639.4531L489.38538 639.8594Q489.38538 640.625 488.901 641.125Q488.41663 641.625 487.651 641.625Q486.88538 641.625 486.38538 641.1406Q485.88538 640.6406 485.88538 639.8281L485.88538 639.40625ZM486.69788 639.8594Q486.69788 640.3281 486.94788 640.625Q487.2135 640.9219 487.651 640.9219Q488.07288 640.9219 488.32288 640.6406Q488.57288 640.34375 488.57288 639.84375L488.57288 639.40625Q488.57288 638.9375 488.30725 638.65625Q488.05725 638.3594 487.63538 638.3594Q487.2135 638.3594 486.94788 638.65625Q486.69788 638.9375 486.69788 639.4375L486.69788 639.8594ZM483.74475 640.8594L483.11975 640.46875L487.29163 633.7969L487.901 634.1875L483.74475 640.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M473.3385 633.5781L469.80725 641.5L468.66663 641.5L472.18225 633.8594L467.57288 633.8594L467.57288 632.96875L473.3385 632.96875L473.3385 633.5781ZM478.38538 641.5L477.30725 641.5L477.30725 634.28125L475.11975 635.0781L475.11975 634.09375L478.22913 632.9219L478.38538 632.9219L478.38538 641.5ZM481.72913 634.6094Q481.72913 633.84375 482.2135 633.34375Q482.7135 632.84375 483.47913 632.84375Q484.26038 632.84375 484.74475 633.34375Q485.22913 633.84375 485.22913 634.6406L485.22913 635.0625Q485.22913 635.8281 484.72913 636.3281Q484.24475 636.8125 483.49475 636.8125Q482.72913 636.8125 482.22913 636.3281Q481.72913 635.8281 481.72913 635.0156L481.72913 634.6094ZM482.54163 635.0625Q482.54163 635.5156 482.79163 635.8125Q483.05725 636.1094 483.49475 636.1094Q483.91663 636.1094 484.16663 635.8281Q484.41663 635.53125 484.41663 635.03125L484.41663 634.6094Q484.41663 634.15625 484.16663 633.8594Q483.91663 633.5469 483.47913 633.5469Q483.04163 633.5469 482.79163 633.8594Q482.54163 634.15625 482.54163 634.625L482.54163 635.0625ZM485.88538 639.40625Q485.88538 638.6406 486.36975 638.15625Q486.86975 637.65625 487.63538 637.65625Q488.401 637.65625 488.88538 638.15625Q489.38538 638.6406 489.38538 639.4531L489.38538 639.8594Q489.38538 640.625 488.901 641.125Q488.41663 641.625 487.651 641.625Q486.88538 641.625 486.38538 641.1406Q485.88538 640.6406 485.88538 639.8281L485.88538 639.40625ZM486.69788 639.8594Q486.69788 640.3281 486.94788 640.625Q487.2135 640.9219 487.651 640.9219Q488.07288 640.9219 488.32288 640.6406Q488.57288 640.34375 488.57288 639.84375L488.57288 639.40625Q488.57288 638.9375 488.30725 638.65625Q488.05725 638.3594 487.63538 638.3594Q487.2135 638.3594 486.94788 638.65625Q486.69788 638.9375 486.69788 639.4375L486.69788 639.8594ZM483.74475 640.8594L483.11975 640.46875L487.29163 633.7969L487.901 634.1875L483.74475 640.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M373.5437 700.6406L374.7312 700.6406L374.7312 701.5156L373.5437 701.5156L373.5437 703.5L372.46558 703.5L372.46558 701.5156L368.57495 701.5156L368.57495 700.875L372.38745 694.96875L373.5437 694.96875L373.5437 700.6406ZM369.80933 700.6406L372.46558 700.6406L372.46558 696.4531L372.32495 696.6875L369.80933 700.6406ZM380.2312 694.96875L380.2312 695.875L380.02808 695.875Q378.76245 695.90625 378.01245 696.6406Q377.26245 697.3594 377.13745 698.6719Q377.82495 697.90625 378.9812 697.90625Q380.09058 697.90625 380.76245 698.6875Q381.43433 699.46875 381.43433 700.71875Q381.43433 702.03125 380.71558 702.8281Q379.99683 703.625 378.77808 703.625Q377.55933 703.625 376.7937 702.6875Q376.0437 701.7344 376.0437 700.25L376.0437 699.84375Q376.0437 697.4844 377.0437 696.2344Q378.0437 694.9844 380.02808 694.96875L380.2312 694.96875ZM378.80933 698.8125Q378.24683 698.8125 377.77808 699.1406Q377.30933 699.46875 377.12183 699.9844L377.12183 700.375Q377.12183 701.4375 377.59058 702.0781Q378.07495 702.71875 378.77808 702.71875Q379.51245 702.71875 379.93433 702.1875Q380.3562 701.6406 380.3562 700.7656Q380.3562 699.8906 379.93433 699.3594Q379.51245 698.8125 378.80933 698.8125ZM382.87183 696.6094Q382.87183 695.84375 383.3562 695.34375Q383.8562 694.84375 384.62183 694.84375Q385.40308 694.84375 385.88745 695.34375Q386.37183 695.84375 386.37183 696.6406L386.37183 697.0625Q386.37183 697.8281 385.87183 698.3281Q385.38745 698.8125 384.63745 698.8125Q383.87183 698.8125 383.37183 698.3281Q382.87183 697.8281 382.87183 697.0156L382.87183 696.6094ZM383.68433 697.0625Q383.68433 697.5156 383.93433 697.8125Q384.19995 698.1094 384.63745 698.1094Q385.05933 698.1094 385.30933 697.8281Q385.55933 697.53125 385.55933 697.03125L385.55933 696.6094Q385.55933 696.15625 385.30933 695.8594Q385.05933 695.5469 384.62183 695.5469Q384.18433 695.5469 383.93433 695.8594Q383.68433 696.15625 383.68433 696.625L383.68433 697.0625ZM387.02808 701.40625Q387.02808 700.6406 387.51245 700.15625Q388.01245 699.65625 388.77808 699.65625Q389.5437 699.65625 390.02808 700.15625Q390.52808 700.6406 390.52808 701.4531L390.52808 701.8594Q390.52808 702.625 390.0437 703.125Q389.55933 703.625 388.7937 703.625Q388.02808 703.625 387.52808 703.1406Q387.02808 702.6406 387.02808 701.8281L387.02808 701.40625ZM387.84058 701.8594Q387.84058 702.3281 388.09058 702.625Q388.3562 702.9219 388.7937 702.9219Q389.21558 702.9219 389.46558 702.6406Q389.71558 702.34375 389.71558 701.84375L389.71558 701.40625Q389.71558 700.9375 389.44995 700.65625Q389.19995 700.3594 388.77808 700.3594Q388.3562 700.3594 388.09058 700.65625Q387.84058 700.9375 387.84058 701.4375L387.84058 701.8594ZM384.88745 702.8594L384.26245 702.46875L388.43433 695.7969L389.0437 696.1875L384.88745 702.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M373.5437 700.6406L374.7312 700.6406L374.7312 701.5156L373.5437 701.5156L373.5437 703.5L372.46558 703.5L372.46558 701.5156L368.57495 701.5156L368.57495 700.875L372.38745 694.96875L373.5437 694.96875L373.5437 700.6406ZM369.80933 700.6406L372.46558 700.6406L372.46558 696.4531L372.32495 696.6875L369.80933 700.6406ZM380.2312 694.96875L380.2312 695.875L380.02808 695.875Q378.76245 695.90625 378.01245 696.6406Q377.26245 697.3594 377.13745 698.6719Q377.82495 697.90625 378.9812 697.90625Q380.09058 697.90625 380.76245 698.6875Q381.43433 699.46875 381.43433 700.71875Q381.43433 702.03125 380.71558 702.8281Q379.99683 703.625 378.77808 703.625Q377.55933 703.625 376.7937 702.6875Q376.0437 701.7344 376.0437 700.25L376.0437 699.84375Q376.0437 697.4844 377.0437 696.2344Q378.0437 694.9844 380.02808 694.96875L380.2312 694.96875ZM378.80933 698.8125Q378.24683 698.8125 377.77808 699.1406Q377.30933 699.46875 377.12183 699.9844L377.12183 700.375Q377.12183 701.4375 377.59058 702.0781Q378.07495 702.71875 378.77808 702.71875Q379.51245 702.71875 379.93433 702.1875Q380.3562 701.6406 380.3562 700.7656Q380.3562 699.8906 379.93433 699.3594Q379.51245 698.8125 378.80933 698.8125ZM382.87183 696.6094Q382.87183 695.84375 383.3562 695.34375Q383.8562 694.84375 384.62183 694.84375Q385.40308 694.84375 385.88745 695.34375Q386.37183 695.84375 386.37183 696.6406L386.37183 697.0625Q386.37183 697.8281 385.87183 698.3281Q385.38745 698.8125 384.63745 698.8125Q383.87183 698.8125 383.37183 698.3281Q382.87183 697.8281 382.87183 697.0156L382.87183 696.6094ZM383.68433 697.0625Q383.68433 697.5156 383.93433 697.8125Q384.19995 698.1094 384.63745 698.1094Q385.05933 698.1094 385.30933 697.8281Q385.55933 697.53125 385.55933 697.03125L385.55933 696.6094Q385.55933 696.15625 385.30933 695.8594Q385.05933 695.5469 384.62183 695.5469Q384.18433 695.5469 383.93433 695.8594Q383.68433 696.15625 383.68433 696.625L383.68433 697.0625ZM387.02808 701.40625Q387.02808 700.6406 387.51245 700.15625Q388.01245 699.65625 388.77808 699.65625Q389.5437 699.65625 390.02808 700.15625Q390.52808 700.6406 390.52808 701.4531L390.52808 701.8594Q390.52808 702.625 390.0437 703.125Q389.55933 703.625 388.7937 703.625Q388.02808 703.625 387.52808 703.1406Q387.02808 702.6406 387.02808 701.8281L387.02808 701.40625ZM387.84058 701.8594Q387.84058 702.3281 388.09058 702.625Q388.3562 702.9219 388.7937 702.9219Q389.21558 702.9219 389.46558 702.6406Q389.71558 702.34375 389.71558 701.84375L389.71558 701.40625Q389.71558 700.9375 389.44995 700.65625Q389.19995 700.3594 388.77808 700.3594Q388.3562 700.3594 388.09058 700.65625Q387.84058 700.9375 387.84058 701.4375L387.84058 701.8594ZM384.88745 702.8594L384.26245 702.46875L388.43433 695.7969L389.0437 696.1875L384.88745 702.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M490.0216 84.578125L486.49036 92.5L485.34973 92.5L488.86536 84.859375L484.25598 84.859375L484.25598 83.96875L490.0216 83.96875L490.0216 84.578125ZM492.00598 88.21875L492.44348 83.96875L496.81848 83.96875L496.81848 84.96875L493.36536 84.96875L493.09973 87.296875Q493.74036 86.921875 494.53723 86.921875Q495.69348 86.921875 496.38098 87.703125Q497.06848 88.46875 497.06848 89.78125Q497.06848 91.09375 496.34973 91.859375Q495.6466 92.625 494.36536 92.625Q493.24036 92.625 492.5216 92.0Q491.80286 91.359375 491.7091 90.25L492.72473 90.25Q492.8341 90.984375 493.25598 91.359375Q493.67786 91.734375 494.36536 91.734375Q495.11536 91.734375 495.55286 91.21875Q495.99036 90.703125 495.99036 89.796875Q495.99036 88.9375 495.5216 88.421875Q495.05286 87.90625 494.2716 87.90625Q493.56848 87.90625 493.16223 88.203125L492.88098 88.4375L492.00598 88.21875ZM498.41223 85.609375Q498.41223 84.84375 498.8966 84.34375Q499.3966 83.84375 500.16223 83.84375Q500.94348 83.84375 501.42786 84.34375Q501.91223 84.84375 501.91223 85.640625L501.91223 86.0625Q501.91223 86.828125 501.41223 87.328125Q500.92786 87.8125 500.17786 87.8125Q499.41223 87.8125 498.91223 87.328125Q498.41223 86.828125 498.41223 86.015625L498.41223 85.609375ZM499.22473 86.0625Q499.22473 86.515625 499.47473 86.8125Q499.74036 87.109375 500.17786 87.109375Q500.59973 87.109375 500.84973 86.828125Q501.09973 86.53125 501.09973 86.03125L501.09973 85.609375Q501.09973 85.15625 500.84973 84.859375Q500.59973 84.546875 500.16223 84.546875Q499.72473 84.546875 499.47473 84.859375Q499.22473 85.15625 499.22473 85.625L499.22473 86.0625ZM502.56848 90.40625Q502.56848 89.640625 503.05286 89.15625Q503.55286 88.65625 504.31848 88.65625Q505.0841 88.65625 505.56848 89.15625Q506.06848 89.640625 506.06848 90.453125L506.06848 90.859375Q506.06848 91.625 505.5841 92.125Q505.09973 92.625 504.3341 92.625Q503.56848 92.625 503.06848 92.140625Q502.56848 91.640625 502.56848 90.828125L502.56848 90.40625ZM503.38098 90.859375Q503.38098 91.328125 503.63098 91.625Q503.8966 91.921875 504.3341 91.921875Q504.75598 91.921875 505.00598 91.640625Q505.25598 91.34375 505.25598 90.84375L505.25598 90.40625Q505.25598 89.9375 504.99036 89.65625Q504.74036 89.359375 504.31848 89.359375Q503.8966 89.359375 503.63098 89.65625Q503.38098 89.9375 503.38098 90.4375L503.38098 90.859375ZM500.42786 91.859375L499.80286 91.46875L503.97473 84.796875L504.5841 85.1875L500.42786 91.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M490.0216 84.578125L486.49036 92.5L485.34973 92.5L488.86536 84.859375L484.25598 84.859375L484.25598 83.96875L490.0216 83.96875L490.0216 84.578125ZM492.00598 88.21875L492.44348 83.96875L496.81848 83.96875L496.81848 84.96875L493.36536 84.96875L493.09973 87.296875Q493.74036 86.921875 494.53723 86.921875Q495.69348 86.921875 496.38098 87.703125Q497.06848 88.46875 497.06848 89.78125Q497.06848 91.09375 496.34973 91.859375Q495.6466 92.625 494.36536 92.625Q493.24036 92.625 492.5216 92.0Q491.80286 91.359375 491.7091 90.25L492.72473 90.25Q492.8341 90.984375 493.25598 91.359375Q493.67786 91.734375 494.36536 91.734375Q495.11536 91.734375 495.55286 91.21875Q495.99036 90.703125 495.99036 89.796875Q495.99036 88.9375 495.5216 88.421875Q495.05286 87.90625 494.2716 87.90625Q493.56848 87.90625 493.16223 88.203125L492.88098 88.4375L492.00598 88.21875ZM498.41223 85.609375Q498.41223 84.84375 498.8966 84.34375Q499.3966 83.84375 500.16223 83.84375Q500.94348 83.84375 501.42786 84.34375Q501.91223 84.84375 501.91223 85.640625L501.91223 86.0625Q501.91223 86.828125 501.41223 87.328125Q500.92786 87.8125 500.17786 87.8125Q499.41223 87.8125 498.91223 87.328125Q498.41223 86.828125 498.41223 86.015625L498.41223 85.609375ZM499.22473 86.0625Q499.22473 86.515625 499.47473 86.8125Q499.74036 87.109375 500.17786 87.109375Q500.59973 87.109375 500.84973 86.828125Q501.09973 86.53125 501.09973 86.03125L501.09973 85.609375Q501.09973 85.15625 500.84973 84.859375Q500.59973 84.546875 500.16223 84.546875Q499.72473 84.546875 499.47473 84.859375Q499.22473 85.15625 499.22473 85.625L499.22473 86.0625ZM502.56848 90.40625Q502.56848 89.640625 503.05286 89.15625Q503.55286 88.65625 504.31848 88.65625Q505.0841 88.65625 505.56848 89.15625Q506.06848 89.640625 506.06848 90.453125L506.06848 90.859375Q506.06848 91.625 505.5841 92.125Q505.09973 92.625 504.3341 92.625Q503.56848 92.625 503.06848 92.140625Q502.56848 91.640625 502.56848 90.828125L502.56848 90.40625ZM503.38098 90.859375Q503.38098 91.328125 503.63098 91.625Q503.8966 91.921875 504.3341 91.921875Q504.75598 91.921875 505.00598 91.640625Q505.25598 91.34375 505.25598 90.84375L505.25598 90.40625Q505.25598 89.9375 504.99036 89.65625Q504.74036 89.359375 504.31848 89.359375Q503.8966 89.359375 503.63098 89.65625Q503.38098 89.9375 503.38098 90.4375L503.38098 90.859375ZM500.42786 91.859375L499.80286 91.46875L503.97473 84.796875L504.5841 85.1875L500.42786 91.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M515.9974 149.1875Q515.9974 149.82812 515.6536 150.32812Q515.3099 150.82812 514.7474 151.10938Q515.4036 151.39062 515.79425 151.95312Q516.1849 152.5 516.1849 153.20312Q516.1849 154.29688 515.4349 154.96875Q514.7005 155.625 513.48175 155.625Q512.2474 155.625 511.49738 154.96875Q510.763 154.29688 510.763 153.20312Q510.763 152.5 511.138 151.95312Q511.513 151.39062 512.1849 151.10938Q511.62238 150.82812 511.29425 150.32812Q510.96613 149.82812 510.96613 149.1875Q510.96613 148.10938 511.65363 147.48438Q512.3411 146.84375 513.48175 146.84375Q514.60675 146.84375 515.29425 147.48438Q515.9974 148.10938 515.9974 149.1875ZM515.10675 153.17188Q515.10675 152.45312 514.6536 152.01562Q514.2005 151.5625 513.4661 151.5625Q512.73175 151.5625 512.2786 152.01562Q511.84113 152.45312 511.84113 153.1875Q511.84113 153.90625 512.2786 154.32812Q512.7161 154.73438 513.48175 154.73438Q514.23175 154.73438 514.66925 154.3125Q515.10675 153.89062 515.10675 153.17188ZM513.48175 147.73438Q512.8411 147.73438 512.4349 148.14062Q512.04425 148.53125 512.04425 149.21875Q512.04425 149.85938 512.4349 150.26562Q512.8255 150.67188 513.4661 150.67188Q514.1224 150.67188 514.513 150.26562Q514.9036 149.85938 514.9036 149.21875Q514.9036 148.5625 514.4974 148.15625Q514.0911 147.73438 513.48175 147.73438ZM523.4036 155.5L517.8099 155.5L517.8099 154.71875L520.763 151.4375Q521.41925 150.6875 521.66925 150.23438Q521.91925 149.76562 521.91925 149.26562Q521.91925 148.59375 521.513 148.17188Q521.1224 147.73438 520.4349 147.73438Q519.638 147.73438 519.1849 148.20312Q518.73175 148.65625 518.73175 149.48438L517.6536 149.48438Q517.6536 148.29688 518.4036 147.57812Q519.16925 146.84375 520.4349 146.84375Q521.638 146.84375 522.3255 147.46875Q523.013 148.09375 523.013 149.14062Q523.013 150.39062 521.4036 152.14062L519.1224 154.60938L523.4036 154.60938L523.4036 155.5ZM524.7161 148.60938Q524.7161 147.84375 525.2005 147.34375Q525.7005 146.84375 526.4661 146.84375Q527.2474 146.84375 527.73175 147.34375Q528.2161 147.84375 528.2161 148.64062L528.2161 149.0625Q528.2161 149.82812 527.7161 150.32812Q527.23175 150.8125 526.48175 150.8125Q525.7161 150.8125 525.2161 150.32812Q524.7161 149.82812 524.7161 149.01562L524.7161 148.60938ZM525.5286 149.0625Q525.5286 149.51562 525.7786 149.8125Q526.04425 150.10938 526.48175 150.10938Q526.9036 150.10938 527.1536 149.82812Q527.4036 149.53125 527.4036 149.03125L527.4036 148.60938Q527.4036 148.15625 527.1536 147.85938Q526.9036 147.54688 526.4661 147.54688Q526.0286 147.54688 525.7786 147.85938Q525.5286 148.15625 525.5286 148.625L525.5286 149.0625ZM528.8724 153.40625Q528.8724 152.64062 529.35675 152.15625Q529.85675 151.65625 530.6224 151.65625Q531.388 151.65625 531.8724 152.15625Q532.3724 152.64062 532.3724 153.45312L532.3724 153.85938Q532.3724 154.625 531.888 155.125Q531.4036 155.625 530.638 155.625Q529.8724 155.625 529.3724 155.14062Q528.8724 154.64062 528.8724 153.82812L528.8724 153.40625ZM529.6849 153.85938Q529.6849 154.32812 529.9349 154.625Q530.2005 154.92188 530.638 154.92188Q531.0599 154.92188 531.3099 154.64062Q531.5599 154.34375 531.5599 153.84375L531.5599 153.40625Q531.5599 152.9375 531.29425 152.65625Q531.04425 152.35938 530.6224 152.35938Q530.2005 152.35938 529.9349 152.65625Q529.6849 152.9375 529.6849 153.4375L529.6849 153.85938ZM526.73175 154.85938L526.10675 154.46875L530.2786 147.79688L530.888 148.1875L526.73175 154.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M515.9974 149.1875Q515.9974 149.82812 515.6536 150.32812Q515.3099 150.82812 514.7474 151.10938Q515.4036 151.39062 515.79425 151.95312Q516.1849 152.5 516.1849 153.20312Q516.1849 154.29688 515.4349 154.96875Q514.7005 155.625 513.48175 155.625Q512.2474 155.625 511.49738 154.96875Q510.763 154.29688 510.763 153.20312Q510.763 152.5 511.138 151.95312Q511.513 151.39062 512.1849 151.10938Q511.62238 150.82812 511.29425 150.32812Q510.96613 149.82812 510.96613 149.1875Q510.96613 148.10938 511.65363 147.48438Q512.3411 146.84375 513.48175 146.84375Q514.60675 146.84375 515.29425 147.48438Q515.9974 148.10938 515.9974 149.1875ZM515.10675 153.17188Q515.10675 152.45312 514.6536 152.01562Q514.2005 151.5625 513.4661 151.5625Q512.73175 151.5625 512.2786 152.01562Q511.84113 152.45312 511.84113 153.1875Q511.84113 153.90625 512.2786 154.32812Q512.7161 154.73438 513.48175 154.73438Q514.23175 154.73438 514.66925 154.3125Q515.10675 153.89062 515.10675 153.17188ZM513.48175 147.73438Q512.8411 147.73438 512.4349 148.14062Q512.04425 148.53125 512.04425 149.21875Q512.04425 149.85938 512.4349 150.26562Q512.8255 150.67188 513.4661 150.67188Q514.1224 150.67188 514.513 150.26562Q514.9036 149.85938 514.9036 149.21875Q514.9036 148.5625 514.4974 148.15625Q514.0911 147.73438 513.48175 147.73438ZM523.4036 155.5L517.8099 155.5L517.8099 154.71875L520.763 151.4375Q521.41925 150.6875 521.66925 150.23438Q521.91925 149.76562 521.91925 149.26562Q521.91925 148.59375 521.513 148.17188Q521.1224 147.73438 520.4349 147.73438Q519.638 147.73438 519.1849 148.20312Q518.73175 148.65625 518.73175 149.48438L517.6536 149.48438Q517.6536 148.29688 518.4036 147.57812Q519.16925 146.84375 520.4349 146.84375Q521.638 146.84375 522.3255 147.46875Q523.013 148.09375 523.013 149.14062Q523.013 150.39062 521.4036 152.14062L519.1224 154.60938L523.4036 154.60938L523.4036 155.5ZM524.7161 148.60938Q524.7161 147.84375 525.2005 147.34375Q525.7005 146.84375 526.4661 146.84375Q527.2474 146.84375 527.73175 147.34375Q528.2161 147.84375 528.2161 148.64062L528.2161 149.0625Q528.2161 149.82812 527.7161 150.32812Q527.23175 150.8125 526.48175 150.8125Q525.7161 150.8125 525.2161 150.32812Q524.7161 149.82812 524.7161 149.01562L524.7161 148.60938ZM525.5286 149.0625Q525.5286 149.51562 525.7786 149.8125Q526.04425 150.10938 526.48175 150.10938Q526.9036 150.10938 527.1536 149.82812Q527.4036 149.53125 527.4036 149.03125L527.4036 148.60938Q527.4036 148.15625 527.1536 147.85938Q526.9036 147.54688 526.4661 147.54688Q526.0286 147.54688 525.7786 147.85938Q525.5286 148.15625 525.5286 148.625L525.5286 149.0625ZM528.8724 153.40625Q528.8724 152.64062 529.35675 152.15625Q529.85675 151.65625 530.6224 151.65625Q531.388 151.65625 531.8724 152.15625Q532.3724 152.64062 532.3724 153.45312L532.3724 153.85938Q532.3724 154.625 531.888 155.125Q531.4036 155.625 530.638 155.625Q529.8724 155.625 529.3724 155.14062Q528.8724 154.64062 528.8724 153.82812L528.8724 153.40625ZM529.6849 153.85938Q529.6849 154.32812 529.9349 154.625Q530.2005 154.92188 530.638 154.92188Q531.0599 154.92188 531.3099 154.64062Q531.5599 154.34375 531.5599 153.84375L531.5599 153.40625Q531.5599 152.9375 531.29425 152.65625Q531.04425 152.35938 530.6224 152.35938Q530.2005 152.35938 529.9349 152.65625Q529.6849 152.9375 529.6849 153.4375L529.6849 153.85938ZM526.73175 154.85938L526.10675 154.46875L530.2786 147.79688L530.888 148.1875L526.73175 154.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M531.8571 211.1875Q531.8571 211.82812 531.51337 212.32812Q531.1696 212.82812 530.6071 213.10938Q531.26337 213.39062 531.654 213.95312Q532.0446 214.5 532.0446 215.20312Q532.0446 216.29688 531.2946 216.96875Q530.56024 217.625 529.3415 217.625Q528.1071 217.625 527.3571 216.96875Q526.62274 216.29688 526.62274 215.20312Q526.62274 214.5 526.99774 213.95312Q527.37274 213.39062 528.0446 213.10938Q527.4821 212.82812 527.154 212.32812Q526.82587 211.82812 526.82587 211.1875Q526.82587 210.10938 527.51337 209.48438Q528.20087 208.84375 529.3415 208.84375Q530.4665 208.84375 531.154 209.48438Q531.8571 210.10938 531.8571 211.1875ZM530.9665 215.17188Q530.9665 214.45312 530.51337 214.01562Q530.06024 213.5625 529.32587 213.5625Q528.5915 213.5625 528.13837 214.01562Q527.70087 214.45312 527.70087 215.1875Q527.70087 215.90625 528.13837 216.32812Q528.57587 216.73438 529.3415 216.73438Q530.0915 216.73438 530.529 216.3125Q530.9665 215.89062 530.9665 215.17188ZM529.3415 209.73438Q528.70087 209.73438 528.2946 210.14062Q527.904 210.53125 527.904 211.21875Q527.904 211.85938 528.2946 212.26562Q528.68524 212.67188 529.32587 212.67188Q529.9821 212.67188 530.37274 212.26562Q530.76337 211.85938 530.76337 211.21875Q530.76337 210.5625 530.3571 210.15625Q529.95087 209.73438 529.3415 209.73438ZM537.93524 208.96875L537.93524 209.875L537.7321 209.875Q536.4665 209.90625 535.7165 210.64062Q534.9665 211.35938 534.8415 212.67188Q535.529 211.90625 536.68524 211.90625Q537.7946 211.90625 538.4665 212.6875Q539.13837 213.46875 539.13837 214.71875Q539.13837 216.03125 538.4196 216.82812Q537.70087 217.625 536.4821 217.625Q535.26337 217.625 534.49774 216.6875Q533.74774 215.73438 533.74774 214.25L533.74774 213.84375Q533.74774 211.48438 534.74774 210.23438Q535.74774 208.98438 537.7321 208.96875L537.93524 208.96875ZM536.51337 212.8125Q535.95087 212.8125 535.4821 213.14062Q535.01337 213.46875 534.82587 213.98438L534.82587 214.375Q534.82587 215.4375 535.2946 216.07812Q535.779 216.71875 536.4821 216.71875Q537.2165 216.71875 537.63837 216.1875Q538.06024 215.64062 538.06024 214.76562Q538.06024 213.89062 537.63837 213.35938Q537.2165 212.8125 536.51337 212.8125ZM540.57587 210.60938Q540.57587 209.84375 541.06024 209.34375Q541.56024 208.84375 542.32587 208.84375Q543.1071 208.84375 543.5915 209.34375Q544.07587 209.84375 544.07587 210.64062L544.07587 211.0625Q544.07587 211.82812 543.57587 212.32812Q543.0915 212.8125 542.3415 212.8125Q541.57587 212.8125 541.07587 212.32812Q540.57587 211.82812 540.57587 211.01562L540.57587 210.60938ZM541.38837 211.0625Q541.38837 211.51562 541.63837 211.8125Q541.904 212.10938 542.3415 212.10938Q542.76337 212.10938 543.01337 211.82812Q543.26337 211.53125 543.26337 211.03125L543.26337 210.60938Q543.26337 210.15625 543.01337 209.85938Q542.76337 209.54688 542.32587 209.54688Q541.88837 209.54688 541.63837 209.85938Q541.38837 210.15625 541.38837 210.625L541.38837 211.0625ZM544.7321 215.40625Q544.7321 214.64062 545.2165 214.15625Q545.7165 213.65625 546.4821 213.65625Q547.24774 213.65625 547.7321 214.15625Q548.2321 214.64062 548.2321 215.45312L548.2321 215.85938Q548.2321 216.625 547.74774 217.125Q547.26337 217.625 546.49774 217.625Q545.7321 217.625 545.2321 217.14062Q544.7321 216.64062 544.7321 215.82812L544.7321 215.40625ZM545.5446 215.85938Q545.5446 216.32812 545.7946 216.625Q546.06024 216.92188 546.49774 216.92188Q546.9196 216.92188 547.1696 216.64062Q547.4196 216.34375 547.4196 215.84375L547.4196 215.40625Q547.4196 214.9375 547.154 214.65625Q546.904 214.35938 546.4821 214.35938Q546.06024 214.35938 545.7946 214.65625Q545.5446 214.9375 545.5446 215.4375L545.5446 215.85938ZM542.5915 216.85938L541.9665 216.46875L546.13837 209.79688L546.74774 210.1875L542.5915 216.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M531.8571 211.1875Q531.8571 211.82812 531.51337 212.32812Q531.1696 212.82812 530.6071 213.10938Q531.26337 213.39062 531.654 213.95312Q532.0446 214.5 532.0446 215.20312Q532.0446 216.29688 531.2946 216.96875Q530.56024 217.625 529.3415 217.625Q528.1071 217.625 527.3571 216.96875Q526.62274 216.29688 526.62274 215.20312Q526.62274 214.5 526.99774 213.95312Q527.37274 213.39062 528.0446 213.10938Q527.4821 212.82812 527.154 212.32812Q526.82587 211.82812 526.82587 211.1875Q526.82587 210.10938 527.51337 209.48438Q528.20087 208.84375 529.3415 208.84375Q530.4665 208.84375 531.154 209.48438Q531.8571 210.10938 531.8571 211.1875ZM530.9665 215.17188Q530.9665 214.45312 530.51337 214.01562Q530.06024 213.5625 529.32587 213.5625Q528.5915 213.5625 528.13837 214.01562Q527.70087 214.45312 527.70087 215.1875Q527.70087 215.90625 528.13837 216.32812Q528.57587 216.73438 529.3415 216.73438Q530.0915 216.73438 530.529 216.3125Q530.9665 215.89062 530.9665 215.17188ZM529.3415 209.73438Q528.70087 209.73438 528.2946 210.14062Q527.904 210.53125 527.904 211.21875Q527.904 211.85938 528.2946 212.26562Q528.68524 212.67188 529.32587 212.67188Q529.9821 212.67188 530.37274 212.26562Q530.76337 211.85938 530.76337 211.21875Q530.76337 210.5625 530.3571 210.15625Q529.95087 209.73438 529.3415 209.73438ZM537.93524 208.96875L537.93524 209.875L537.7321 209.875Q536.4665 209.90625 535.7165 210.64062Q534.9665 211.35938 534.8415 212.67188Q535.529 211.90625 536.68524 211.90625Q537.7946 211.90625 538.4665 212.6875Q539.13837 213.46875 539.13837 214.71875Q539.13837 216.03125 538.4196 216.82812Q537.70087 217.625 536.4821 217.625Q535.26337 217.625 534.49774 216.6875Q533.74774 215.73438 533.74774 214.25L533.74774 213.84375Q533.74774 211.48438 534.74774 210.23438Q535.74774 208.98438 537.7321 208.96875L537.93524 208.96875ZM536.51337 212.8125Q535.95087 212.8125 535.4821 213.14062Q535.01337 213.46875 534.82587 213.98438L534.82587 214.375Q534.82587 215.4375 535.2946 216.07812Q535.779 216.71875 536.4821 216.71875Q537.2165 216.71875 537.63837 216.1875Q538.06024 215.64062 538.06024 214.76562Q538.06024 213.89062 537.63837 213.35938Q537.2165 212.8125 536.51337 212.8125ZM540.57587 210.60938Q540.57587 209.84375 541.06024 209.34375Q541.56024 208.84375 542.32587 208.84375Q543.1071 208.84375 543.5915 209.34375Q544.07587 209.84375 544.07587 210.64062L544.07587 211.0625Q544.07587 211.82812 543.57587 212.32812Q543.0915 212.8125 542.3415 212.8125Q541.57587 212.8125 541.07587 212.32812Q540.57587 211.82812 540.57587 211.01562L540.57587 210.60938ZM541.38837 211.0625Q541.38837 211.51562 541.63837 211.8125Q541.904 212.10938 542.3415 212.10938Q542.76337 212.10938 543.01337 211.82812Q543.26337 211.53125 543.26337 211.03125L543.26337 210.60938Q543.26337 210.15625 543.01337 209.85938Q542.76337 209.54688 542.32587 209.54688Q541.88837 209.54688 541.63837 209.85938Q541.38837 210.15625 541.38837 210.625L541.38837 211.0625ZM544.7321 215.40625Q544.7321 214.64062 545.2165 214.15625Q545.7165 213.65625 546.4821 213.65625Q547.24774 213.65625 547.7321 214.15625Q548.2321 214.64062 548.2321 215.45312L548.2321 215.85938Q548.2321 216.625 547.74774 217.125Q547.26337 217.625 546.49774 217.625Q545.7321 217.625 545.2321 217.14062Q544.7321 216.64062 544.7321 215.82812L544.7321 215.40625ZM545.5446 215.85938Q545.5446 216.32812 545.7946 216.625Q546.06024 216.92188 546.49774 216.92188Q546.9196 216.92188 547.1696 216.64062Q547.4196 216.34375 547.4196 215.84375L547.4196 215.40625Q547.4196 214.9375 547.154 214.65625Q546.904 214.35938 546.4821 214.35938Q546.06024 214.35938 545.7946 214.65625Q545.5446 214.9375 545.5446 215.4375L545.5446 215.85938ZM542.5915 216.85938L541.9665 216.46875L546.13837 209.79688L546.74774 210.1875L542.5915 216.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M401.7103 276.21875L402.1478 271.96875L406.5228 271.96875L406.5228 272.96875L403.06967 272.96875L402.80405 275.29688Q403.44467 274.92188 404.24155 274.92188Q405.3978 274.92188 406.0853 275.70312Q406.7728 276.46875 406.7728 277.78125Q406.7728 279.09375 406.05405 279.85938Q405.35092 280.625 404.06967 280.625Q402.94467 280.625 402.22592 280.0Q401.50717 279.35938 401.41342 278.25L402.42905 278.25Q402.53842 278.98438 402.9603 279.35938Q403.38217 279.73438 404.06967 279.73438Q404.81967 279.73438 405.25717 279.21875Q405.69467 278.70312 405.69467 277.79688Q405.69467 276.9375 405.22592 276.42188Q404.75717 275.90625 403.97592 275.90625Q403.2728 275.90625 402.86655 276.20312L402.5853 276.4375L401.7103 276.21875ZM408.7103 276.21875L409.1478 271.96875L413.5228 271.96875L413.5228 272.96875L410.06967 272.96875L409.80405 275.29688Q410.44467 274.92188 411.24155 274.92188Q412.3978 274.92188 413.0853 275.70312Q413.7728 276.46875 413.7728 277.78125Q413.7728 279.09375 413.05405 279.85938Q412.35092 280.625 411.06967 280.625Q409.94467 280.625 409.22592 280.0Q408.50717 279.35938 408.41342 278.25L409.42905 278.25Q409.53842 278.98438 409.9603 279.35938Q410.38217 279.73438 411.06967 279.73438Q411.81967 279.73438 412.25717 279.21875Q412.69467 278.70312 412.69467 277.79688Q412.69467 276.9375 412.22592 276.42188Q411.75717 275.90625 410.97592 275.90625Q410.2728 275.90625 409.86655 276.20312L409.5853 276.4375L408.7103 276.21875ZM415.11655 273.60938Q415.11655 272.84375 415.60092 272.34375Q416.10092 271.84375 416.86655 271.84375Q417.6478 271.84375 418.13217 272.34375Q418.61655 272.84375 418.61655 273.64062L418.61655 274.0625Q418.61655 274.82812 418.11655 275.32812Q417.63217 275.8125 416.88217 275.8125Q416.11655 275.8125 415.61655 275.32812Q415.11655 274.82812 415.11655 274.01562L415.11655 273.60938ZM415.92905 274.0625Q415.92905 274.51562 416.17905 274.8125Q416.44467 275.10938 416.88217 275.10938Q417.30405 275.10938 417.55405 274.82812Q417.80405 274.53125 417.80405 274.03125L417.80405 273.60938Q417.80405 273.15625 417.55405 272.85938Q417.30405 272.54688 416.86655 272.54688Q416.42905 272.54688 416.17905 272.85938Q415.92905 273.15625 415.92905 273.625L415.92905 274.0625ZM419.2728 278.40625Q419.2728 277.64062 419.75717 277.15625Q420.25717 276.65625 421.0228 276.65625Q421.78842 276.65625 422.2728 277.15625Q422.7728 277.64062 422.7728 278.45312L422.7728 278.85938Q422.7728 279.625 422.28842 280.125Q421.80405 280.625 421.03842 280.625Q420.2728 280.625 419.7728 280.14062Q419.2728 279.64062 419.2728 278.82812L419.2728 278.40625ZM420.0853 278.85938Q420.0853 279.32812 420.3353 279.625Q420.60092 279.92188 421.03842 279.92188Q421.4603 279.92188 421.7103 279.64062Q421.9603 279.34375 421.9603 278.84375L421.9603 278.40625Q421.9603 277.9375 421.69467 277.65625Q421.44467 277.35938 421.0228 277.35938Q420.60092 277.35938 420.3353 277.65625Q420.0853 277.9375 420.0853 278.4375L420.0853 278.85938ZM417.13217 279.85938L416.50717 279.46875L420.67905 272.79688L421.28842 273.1875L417.13217 279.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M401.7103 276.21875L402.1478 271.96875L406.5228 271.96875L406.5228 272.96875L403.06967 272.96875L402.80405 275.29688Q403.44467 274.92188 404.24155 274.92188Q405.3978 274.92188 406.0853 275.70312Q406.7728 276.46875 406.7728 277.78125Q406.7728 279.09375 406.05405 279.85938Q405.35092 280.625 404.06967 280.625Q402.94467 280.625 402.22592 280.0Q401.50717 279.35938 401.41342 278.25L402.42905 278.25Q402.53842 278.98438 402.9603 279.35938Q403.38217 279.73438 404.06967 279.73438Q404.81967 279.73438 405.25717 279.21875Q405.69467 278.70312 405.69467 277.79688Q405.69467 276.9375 405.22592 276.42188Q404.75717 275.90625 403.97592 275.90625Q403.2728 275.90625 402.86655 276.20312L402.5853 276.4375L401.7103 276.21875ZM408.7103 276.21875L409.1478 271.96875L413.5228 271.96875L413.5228 272.96875L410.06967 272.96875L409.80405 275.29688Q410.44467 274.92188 411.24155 274.92188Q412.3978 274.92188 413.0853 275.70312Q413.7728 276.46875 413.7728 277.78125Q413.7728 279.09375 413.05405 279.85938Q412.35092 280.625 411.06967 280.625Q409.94467 280.625 409.22592 280.0Q408.50717 279.35938 408.41342 278.25L409.42905 278.25Q409.53842 278.98438 409.9603 279.35938Q410.38217 279.73438 411.06967 279.73438Q411.81967 279.73438 412.25717 279.21875Q412.69467 278.70312 412.69467 277.79688Q412.69467 276.9375 412.22592 276.42188Q411.75717 275.90625 410.97592 275.90625Q410.2728 275.90625 409.86655 276.20312L409.5853 276.4375L408.7103 276.21875ZM415.11655 273.60938Q415.11655 272.84375 415.60092 272.34375Q416.10092 271.84375 416.86655 271.84375Q417.6478 271.84375 418.13217 272.34375Q418.61655 272.84375 418.61655 273.64062L418.61655 274.0625Q418.61655 274.82812 418.11655 275.32812Q417.63217 275.8125 416.88217 275.8125Q416.11655 275.8125 415.61655 275.32812Q415.11655 274.82812 415.11655 274.01562L415.11655 273.60938ZM415.92905 274.0625Q415.92905 274.51562 416.17905 274.8125Q416.44467 275.10938 416.88217 275.10938Q417.30405 275.10938 417.55405 274.82812Q417.80405 274.53125 417.80405 274.03125L417.80405 273.60938Q417.80405 273.15625 417.55405 272.85938Q417.30405 272.54688 416.86655 272.54688Q416.42905 272.54688 416.17905 272.85938Q415.92905 273.15625 415.92905 273.625L415.92905 274.0625ZM419.2728 278.40625Q419.2728 277.64062 419.75717 277.15625Q420.25717 276.65625 421.0228 276.65625Q421.78842 276.65625 422.2728 277.15625Q422.7728 277.64062 422.7728 278.45312L422.7728 278.85938Q422.7728 279.625 422.28842 280.125Q421.80405 280.625 421.03842 280.625Q420.2728 280.625 419.7728 280.14062Q419.2728 279.64062 419.2728 278.82812L419.2728 278.40625ZM420.0853 278.85938Q420.0853 279.32812 420.3353 279.625Q420.60092 279.92188 421.03842 279.92188Q421.4603 279.92188 421.7103 279.64062Q421.9603 279.34375 421.9603 278.84375L421.9603 278.40625Q421.9603 277.9375 421.69467 277.65625Q421.44467 277.35938 421.0228 277.35938Q420.60092 277.35938 420.3353 277.65625Q420.0853 277.9375 420.0853 278.4375L420.0853 278.85938ZM417.13217 279.85938L416.50717 279.46875L420.67905 272.79688L421.28842 273.1875L417.13217 279.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M486.4113 334.57812L482.88004 342.5L481.7394 342.5L485.25504 334.85938L480.64566 334.85938L480.64566 333.96875L486.4113 333.96875L486.4113 334.57812ZM488.39566 338.21875L488.83316 333.96875L493.20816 333.96875L493.20816 334.96875L489.75504 334.96875L489.4894 337.29688Q490.13004 336.92188 490.9269 336.92188Q492.08316 336.92188 492.77066 337.70312Q493.45816 338.46875 493.45816 339.78125Q493.45816 341.09375 492.7394 341.85938Q492.0363 342.625 490.75504 342.625Q489.63004 342.625 488.9113 342.0Q488.19254 341.35938 488.0988 340.25L489.1144 340.25Q489.2238 340.98438 489.64566 341.35938Q490.06754 341.73438 490.75504 341.73438Q491.50504 341.73438 491.94254 341.21875Q492.38004 340.70312 492.38004 339.79688Q492.38004 338.9375 491.9113 338.42188Q491.44254 337.90625 490.6613 337.90625Q489.95816 337.90625 489.5519 338.20312L489.27066 338.4375L488.39566 338.21875ZM494.8019 335.60938Q494.8019 334.84375 495.2863 334.34375Q495.7863 333.84375 496.5519 333.84375Q497.33316 333.84375 497.81754 334.34375Q498.3019 334.84375 498.3019 335.64062L498.3019 336.0625Q498.3019 336.82812 497.8019 337.32812Q497.31754 337.8125 496.56754 337.8125Q495.8019 337.8125 495.3019 337.32812Q494.8019 336.82812 494.8019 336.01562L494.8019 335.60938ZM495.6144 336.0625Q495.6144 336.51562 495.8644 336.8125Q496.13004 337.10938 496.56754 337.10938Q496.9894 337.10938 497.2394 336.82812Q497.4894 336.53125 497.4894 336.03125L497.4894 335.60938Q497.4894 335.15625 497.2394 334.85938Q496.9894 334.54688 496.5519 334.54688Q496.1144 334.54688 495.8644 334.85938Q495.6144 335.15625 495.6144 335.625L495.6144 336.0625ZM498.95816 340.40625Q498.95816 339.64062 499.44254 339.15625Q499.94254 338.65625 500.70816 338.65625Q501.4738 338.65625 501.95816 339.15625Q502.45816 339.64062 502.45816 340.45312L502.45816 340.85938Q502.45816 341.625 501.9738 342.125Q501.4894 342.625 500.7238 342.625Q499.95816 342.625 499.45816 342.14062Q498.95816 341.64062 498.95816 340.82812L498.95816 340.40625ZM499.77066 340.85938Q499.77066 341.32812 500.02066 341.625Q500.2863 341.92188 500.7238 341.92188Q501.14566 341.92188 501.39566 341.64062Q501.64566 341.34375 501.64566 340.84375L501.64566 340.40625Q501.64566 339.9375 501.38004 339.65625Q501.13004 339.35938 500.70816 339.35938Q500.2863 339.35938 500.02066 339.65625Q499.77066 339.9375 499.77066 340.4375L499.77066 340.85938ZM496.81754 341.85938L496.19254 341.46875L500.3644 334.79688L500.9738 335.1875L496.81754 341.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M486.4113 334.57812L482.88004 342.5L481.7394 342.5L485.25504 334.85938L480.64566 334.85938L480.64566 333.96875L486.4113 333.96875L486.4113 334.57812ZM488.39566 338.21875L488.83316 333.96875L493.20816 333.96875L493.20816 334.96875L489.75504 334.96875L489.4894 337.29688Q490.13004 336.92188 490.9269 336.92188Q492.08316 336.92188 492.77066 337.70312Q493.45816 338.46875 493.45816 339.78125Q493.45816 341.09375 492.7394 341.85938Q492.0363 342.625 490.75504 342.625Q489.63004 342.625 488.9113 342.0Q488.19254 341.35938 488.0988 340.25L489.1144 340.25Q489.2238 340.98438 489.64566 341.35938Q490.06754 341.73438 490.75504 341.73438Q491.50504 341.73438 491.94254 341.21875Q492.38004 340.70312 492.38004 339.79688Q492.38004 338.9375 491.9113 338.42188Q491.44254 337.90625 490.6613 337.90625Q489.95816 337.90625 489.5519 338.20312L489.27066 338.4375L488.39566 338.21875ZM494.8019 335.60938Q494.8019 334.84375 495.2863 334.34375Q495.7863 333.84375 496.5519 333.84375Q497.33316 333.84375 497.81754 334.34375Q498.3019 334.84375 498.3019 335.64062L498.3019 336.0625Q498.3019 336.82812 497.8019 337.32812Q497.31754 337.8125 496.56754 337.8125Q495.8019 337.8125 495.3019 337.32812Q494.8019 336.82812 494.8019 336.01562L494.8019 335.60938ZM495.6144 336.0625Q495.6144 336.51562 495.8644 336.8125Q496.13004 337.10938 496.56754 337.10938Q496.9894 337.10938 497.2394 336.82812Q497.4894 336.53125 497.4894 336.03125L497.4894 335.60938Q497.4894 335.15625 497.2394 334.85938Q496.9894 334.54688 496.5519 334.54688Q496.1144 334.54688 495.8644 334.85938Q495.6144 335.15625 495.6144 335.625L495.6144 336.0625ZM498.95816 340.40625Q498.95816 339.64062 499.44254 339.15625Q499.94254 338.65625 500.70816 338.65625Q501.4738 338.65625 501.95816 339.15625Q502.45816 339.64062 502.45816 340.45312L502.45816 340.85938Q502.45816 341.625 501.9738 342.125Q501.4894 342.625 500.7238 342.625Q499.95816 342.625 499.45816 342.14062Q498.95816 341.64062 498.95816 340.82812L498.95816 340.40625ZM499.77066 340.85938Q499.77066 341.32812 500.02066 341.625Q500.2863 341.92188 500.7238 341.92188Q501.14566 341.92188 501.39566 341.64062Q501.64566 341.34375 501.64566 340.84375L501.64566 340.40625Q501.64566 339.9375 501.38004 339.65625Q501.13004 339.35938 500.70816 339.35938Q500.2863 339.35938 500.02066 339.65625Q499.77066 339.9375 499.77066 340.4375L499.77066 340.85938ZM496.81754 341.85938L496.19254 341.46875L500.3644 334.79688L500.9738 335.1875L496.81754 341.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M480.99576 397.57812L477.4645 405.5L476.32388 405.5L479.8395 397.85938L475.23013 397.85938L475.23013 396.96875L480.99576 396.96875L480.99576 397.57812ZM484.05826 400.70312L484.87076 400.70312Q485.652 400.6875 486.0895 400.29688Q486.527 399.90625 486.527 399.23438Q486.527 397.73438 485.027 397.73438Q484.32388 397.73438 483.902 398.14062Q483.49576 398.54688 483.49576 399.20312L482.402 399.20312Q482.402 398.1875 483.13638 397.51562Q483.88638 396.84375 485.027 396.84375Q486.23013 396.84375 486.91763 397.48438Q487.60513 398.125 487.60513 399.26562Q487.60513 399.82812 487.24576 400.34375Q486.88638 400.85938 486.26138 401.125Q486.9645 401.34375 487.3395 401.85938Q487.73013 402.375 487.73013 403.125Q487.73013 404.26562 486.98013 404.95312Q486.23013 405.625 485.027 405.625Q483.8395 405.625 483.07388 404.96875Q482.32388 404.3125 482.32388 403.25L483.41763 403.25Q483.41763 403.92188 483.85513 404.32812Q484.29263 404.73438 485.04263 404.73438Q485.82388 404.73438 486.23013 404.32812Q486.652 403.90625 486.652 403.14062Q486.652 402.40625 486.19888 402.01562Q485.74576 401.60938 484.87076 401.59375L484.05826 401.59375L484.05826 400.70312ZM489.38638 398.60938Q489.38638 397.84375 489.87076 397.34375Q490.37076 396.84375 491.13638 396.84375Q491.91763 396.84375 492.402 397.34375Q492.88638 397.84375 492.88638 398.64062L492.88638 399.0625Q492.88638 399.82812 492.38638 400.32812Q491.902 400.8125 491.152 400.8125Q490.38638 400.8125 489.88638 400.32812Q489.38638 399.82812 489.38638 399.01562L489.38638 398.60938ZM490.19888 399.0625Q490.19888 399.51562 490.44888 399.8125Q490.7145 400.10938 491.152 400.10938Q491.57388 400.10938 491.82388 399.82812Q492.07388 399.53125 492.07388 399.03125L492.07388 398.60938Q492.07388 398.15625 491.82388 397.85938Q491.57388 397.54688 491.13638 397.54688Q490.69888 397.54688 490.44888 397.85938Q490.19888 398.15625 490.19888 398.625L490.19888 399.0625ZM493.54263 403.40625Q493.54263 402.64062 494.027 402.15625Q494.527 401.65625 495.29263 401.65625Q496.05826 401.65625 496.54263 402.15625Q497.04263 402.64062 497.04263 403.45312L497.04263 403.85938Q497.04263 404.625 496.55826 405.125Q496.07388 405.625 495.30826 405.625Q494.54263 405.625 494.04263 405.14062Q493.54263 404.64062 493.54263 403.82812L493.54263 403.40625ZM494.35513 403.85938Q494.35513 404.32812 494.60513 404.625Q494.87076 404.92188 495.30826 404.92188Q495.73013 404.92188 495.98013 404.64062Q496.23013 404.34375 496.23013 403.84375L496.23013 403.40625Q496.23013 402.9375 495.9645 402.65625Q495.7145 402.35938 495.29263 402.35938Q494.87076 402.35938 494.60513 402.65625Q494.35513 402.9375 494.35513 403.4375L494.35513 403.85938ZM491.402 404.85938L490.777 404.46875L494.94888 397.79688L495.55826 398.1875L491.402 404.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M480.99576 397.57812L477.4645 405.5L476.32388 405.5L479.8395 397.85938L475.23013 397.85938L475.23013 396.96875L480.99576 396.96875L480.99576 397.57812ZM484.05826 400.70312L484.87076 400.70312Q485.652 400.6875 486.0895 400.29688Q486.527 399.90625 486.527 399.23438Q486.527 397.73438 485.027 397.73438Q484.32388 397.73438 483.902 398.14062Q483.49576 398.54688 483.49576 399.20312L482.402 399.20312Q482.402 398.1875 483.13638 397.51562Q483.88638 396.84375 485.027 396.84375Q486.23013 396.84375 486.91763 397.48438Q487.60513 398.125 487.60513 399.26562Q487.60513 399.82812 487.24576 400.34375Q486.88638 400.85938 486.26138 401.125Q486.9645 401.34375 487.3395 401.85938Q487.73013 402.375 487.73013 403.125Q487.73013 404.26562 486.98013 404.95312Q486.23013 405.625 485.027 405.625Q483.8395 405.625 483.07388 404.96875Q482.32388 404.3125 482.32388 403.25L483.41763 403.25Q483.41763 403.92188 483.85513 404.32812Q484.29263 404.73438 485.04263 404.73438Q485.82388 404.73438 486.23013 404.32812Q486.652 403.90625 486.652 403.14062Q486.652 402.40625 486.19888 402.01562Q485.74576 401.60938 484.87076 401.59375L484.05826 401.59375L484.05826 400.70312ZM489.38638 398.60938Q489.38638 397.84375 489.87076 397.34375Q490.37076 396.84375 491.13638 396.84375Q491.91763 396.84375 492.402 397.34375Q492.88638 397.84375 492.88638 398.64062L492.88638 399.0625Q492.88638 399.82812 492.38638 400.32812Q491.902 400.8125 491.152 400.8125Q490.38638 400.8125 489.88638 400.32812Q489.38638 399.82812 489.38638 399.01562L489.38638 398.60938ZM490.19888 399.0625Q490.19888 399.51562 490.44888 399.8125Q490.7145 400.10938 491.152 400.10938Q491.57388 400.10938 491.82388 399.82812Q492.07388 399.53125 492.07388 399.03125L492.07388 398.60938Q492.07388 398.15625 491.82388 397.85938Q491.57388 397.54688 491.13638 397.54688Q490.69888 397.54688 490.44888 397.85938Q490.19888 398.15625 490.19888 398.625L490.19888 399.0625ZM493.54263 403.40625Q493.54263 402.64062 494.027 402.15625Q494.527 401.65625 495.29263 401.65625Q496.05826 401.65625 496.54263 402.15625Q497.04263 402.64062 497.04263 403.45312L497.04263 403.85938Q497.04263 404.625 496.55826 405.125Q496.07388 405.625 495.30826 405.625Q494.54263 405.625 494.04263 405.14062Q493.54263 404.64062 493.54263 403.82812L493.54263 403.40625ZM494.35513 403.85938Q494.35513 404.32812 494.60513 404.625Q494.87076 404.92188 495.30826 404.92188Q495.73013 404.92188 495.98013 404.64062Q496.23013 404.34375 496.23013 403.84375L496.23013 403.40625Q496.23013 402.9375 495.9645 402.65625Q495.7145 402.35938 495.29263 402.35938Q494.87076 402.35938 494.60513 402.65625Q494.35513 402.9375 494.35513 403.4375L494.35513 403.85938ZM491.402 404.85938L490.777 404.46875L494.94888 397.79688L495.55826 398.1875L491.402 404.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M497.17783 459.57812L493.64658 467.5L492.50595 467.5L496.02158 459.85938L491.4122 459.85938L491.4122 458.96875L497.17783 458.96875L497.17783 459.57812ZM504.17783 459.57812L500.64658 467.5L499.50595 467.5L503.02158 459.85938L498.4122 459.85938L498.4122 458.96875L504.17783 458.96875L504.17783 459.57812ZM505.56845 460.60938Q505.56845 459.84375 506.05283 459.34375Q506.55283 458.84375 507.31845 458.84375Q508.0997 458.84375 508.58408 459.34375Q509.06845 459.84375 509.06845 460.64062L509.06845 461.0625Q509.06845 461.82812 508.56845 462.32812Q508.08408 462.8125 507.33408 462.8125Q506.56845 462.8125 506.06845 462.32812Q505.56845 461.82812 505.56845 461.01562L505.56845 460.60938ZM506.38095 461.0625Q506.38095 461.51562 506.63095 461.8125Q506.89658 462.10938 507.33408 462.10938Q507.75595 462.10938 508.00595 461.82812Q508.25595 461.53125 508.25595 461.03125L508.25595 460.60938Q508.25595 460.15625 508.00595 459.85938Q507.75595 459.54688 507.31845 459.54688Q506.88095 459.54688 506.63095 459.85938Q506.38095 460.15625 506.38095 460.625L506.38095 461.0625ZM509.7247 465.40625Q509.7247 464.64062 510.20908 464.15625Q510.70908 463.65625 511.4747 463.65625Q512.2403 463.65625 512.7247 464.15625Q513.2247 464.64062 513.2247 465.45312L513.2247 465.85938Q513.2247 466.625 512.7403 467.125Q512.2559 467.625 511.49033 467.625Q510.7247 467.625 510.2247 467.14062Q509.7247 466.64062 509.7247 465.82812L509.7247 465.40625ZM510.5372 465.85938Q510.5372 466.32812 510.7872 466.625Q511.05283 466.92188 511.49033 466.92188Q511.9122 466.92188 512.1622 466.64062Q512.4122 466.34375 512.4122 465.84375L512.4122 465.40625Q512.4122 464.9375 512.14655 464.65625Q511.89658 464.35938 511.4747 464.35938Q511.05283 464.35938 510.7872 464.65625Q510.5372 464.9375 510.5372 465.4375L510.5372 465.85938ZM507.58408 466.85938L506.95908 466.46875L511.13095 459.79688L511.74033 460.1875L507.58408 466.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M497.17783 459.57812L493.64658 467.5L492.50595 467.5L496.02158 459.85938L491.4122 459.85938L491.4122 458.96875L497.17783 458.96875L497.17783 459.57812ZM504.17783 459.57812L500.64658 467.5L499.50595 467.5L503.02158 459.85938L498.4122 459.85938L498.4122 458.96875L504.17783 458.96875L504.17783 459.57812ZM505.56845 460.60938Q505.56845 459.84375 506.05283 459.34375Q506.55283 458.84375 507.31845 458.84375Q508.0997 458.84375 508.58408 459.34375Q509.06845 459.84375 509.06845 460.64062L509.06845 461.0625Q509.06845 461.82812 508.56845 462.32812Q508.08408 462.8125 507.33408 462.8125Q506.56845 462.8125 506.06845 462.32812Q505.56845 461.82812 505.56845 461.01562L505.56845 460.60938ZM506.38095 461.0625Q506.38095 461.51562 506.63095 461.8125Q506.89658 462.10938 507.33408 462.10938Q507.75595 462.10938 508.00595 461.82812Q508.25595 461.53125 508.25595 461.03125L508.25595 460.60938Q508.25595 460.15625 508.00595 459.85938Q507.75595 459.54688 507.31845 459.54688Q506.88095 459.54688 506.63095 459.85938Q506.38095 460.15625 506.38095 460.625L506.38095 461.0625ZM509.7247 465.40625Q509.7247 464.64062 510.20908 464.15625Q510.70908 463.65625 511.4747 463.65625Q512.24036 463.65625 512.72473 464.15625Q513.22473 464.64062 513.22473 465.45312L513.22473 465.85938Q513.22473 466.625 512.74036 467.125Q512.256 467.625 511.49033 467.625Q510.7247 467.625 510.2247 467.14062Q509.7247 466.64062 509.7247 465.82812L509.7247 465.40625ZM510.5372 465.85938Q510.5372 466.32812 510.7872 466.625Q511.05283 466.92188 511.49033 466.92188Q511.9122 466.92188 512.16223 466.64062Q512.41223 466.34375 512.41223 465.84375L512.41223 465.40625Q512.41223 464.9375 512.1466 464.65625Q511.89658 464.35938 511.4747 464.35938Q511.05283 464.35938 510.7872 464.65625Q510.5372 464.9375 510.5372 465.4375L510.5372 465.85938ZM507.58408 466.85938L506.95908 466.46875L511.13095 459.79688L511.74033 460.1875L507.58408 466.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M482.2207 522.5781L478.68945 530.5L477.54883 530.5L481.06445 522.8594L476.45508 522.8594L476.45508 521.96875L482.2207 521.96875L482.2207 522.5781ZM485.2832 525.7031L486.0957 525.7031Q486.87695 525.6875 487.31445 525.2969Q487.75195 524.90625 487.75195 524.2344Q487.75195 522.7344 486.25195 522.7344Q485.54883 522.7344 485.12695 523.1406Q484.7207 523.5469 484.7207 524.2031L483.62695 524.2031Q483.62695 523.1875 484.36133 522.5156Q485.11133 521.84375 486.25195 521.84375Q487.45508 521.84375 488.14258 522.4844Q488.83008 523.125 488.83008 524.2656Q488.83008 524.8281 488.4707 525.34375Q488.11133 525.8594 487.48633 526.125Q488.18945 526.34375 488.56445 526.8594Q488.95508 527.375 488.95508 528.125Q488.95508 529.2656 488.20508 529.9531Q487.45508 530.625 486.25195 530.625Q485.06445 530.625 484.29883 529.96875Q483.54883 529.3125 483.54883 528.25L484.64258 528.25Q484.64258 528.9219 485.08008 529.3281Q485.51758 529.7344 486.26758 529.7344Q487.04883 529.7344 487.45508 529.3281Q487.87695 528.90625 487.87695 528.1406Q487.87695 527.40625 487.42383 527.0156Q486.9707 526.6094 486.0957 526.59375L485.2832 526.59375L485.2832 525.7031ZM490.61133 523.6094Q490.61133 522.84375 491.0957 522.34375Q491.5957 521.84375 492.36133 521.84375Q493.14258 521.84375 493.62695 522.34375Q494.11133 522.84375 494.11133 523.6406L494.11133 524.0625Q494.11133 524.8281 493.61133 525.3281Q493.12695 525.8125 492.37695 525.8125Q491.61133 525.8125 491.11133 525.3281Q490.61133 524.8281 490.61133 524.0156L490.61133 523.6094ZM491.42383 524.0625Q491.42383 524.5156 491.67383 524.8125Q491.93945 525.1094 492.37695 525.1094Q492.79883 525.1094 493.04883 524.8281Q493.29883 524.53125 493.29883 524.03125L493.29883 523.6094Q493.29883 523.15625 493.04883 522.8594Q492.79883 522.5469 492.36133 522.5469Q491.92383 522.5469 491.67383 522.8594Q491.42383 523.15625 491.42383 523.625L491.42383 524.0625ZM494.76758 528.40625Q494.76758 527.6406 495.25195 527.15625Q495.75195 526.65625 496.51758 526.65625Q497.2832 526.65625 497.76758 527.15625Q498.26758 527.6406 498.26758 528.4531L498.26758 528.8594Q498.26758 529.625 497.7832 530.125Q497.29883 530.625 496.5332 530.625Q495.76758 530.625 495.26758 530.1406Q494.76758 529.6406 494.76758 528.8281L494.76758 528.40625ZM495.58008 528.8594Q495.58008 529.3281 495.83008 529.625Q496.0957 529.9219 496.5332 529.9219Q496.95508 529.9219 497.20508 529.6406Q497.45508 529.34375 497.45508 528.84375L497.45508 528.40625Q497.45508 527.9375 497.18945 527.65625Q496.93945 527.3594 496.51758 527.3594Q496.0957 527.3594 495.83008 527.65625Q495.58008 527.9375 495.58008 528.4375L495.58008 528.8594ZM492.62695 529.8594L492.00195 529.46875L496.17383 522.7969L496.7832 523.1875L492.62695 529.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2207 522.5781L478.68945 530.5L477.54883 530.5L481.06445 522.8594L476.45508 522.8594L476.45508 521.96875L482.2207 521.96875L482.2207 522.5781ZM485.2832 525.7031L486.0957 525.7031Q486.87695 525.6875 487.31445 525.2969Q487.75195 524.90625 487.75195 524.2344Q487.75195 522.7344 486.25195 522.7344Q485.54883 522.7344 485.12695 523.1406Q484.7207 523.5469 484.7207 524.2031L483.62695 524.2031Q483.62695 523.1875 484.36133 522.5156Q485.11133 521.84375 486.25195 521.84375Q487.45508 521.84375 488.14258 522.4844Q488.83008 523.125 488.83008 524.2656Q488.83008 524.8281 488.4707 525.34375Q488.11133 525.8594 487.48633 526.125Q488.18945 526.34375 488.56445 526.8594Q488.95508 527.375 488.95508 528.125Q488.95508 529.2656 488.20508 529.9531Q487.45508 530.625 486.25195 530.625Q485.06445 530.625 484.29883 529.96875Q483.54883 529.3125 483.54883 528.25L484.64258 528.25Q484.64258 528.9219 485.08008 529.3281Q485.51758 529.7344 486.26758 529.7344Q487.04883 529.7344 487.45508 529.3281Q487.87695 528.90625 487.87695 528.1406Q487.87695 527.40625 487.42383 527.0156Q486.9707 526.6094 486.0957 526.59375L485.2832 526.59375L485.2832 525.7031ZM490.61133 523.6094Q490.61133 522.84375 491.0957 522.34375Q491.5957 521.84375 492.36133 521.84375Q493.14258 521.84375 493.62695 522.34375Q494.11133 522.84375 494.11133 523.6406L494.11133 524.0625Q494.11133 524.8281 493.61133 525.3281Q493.12695 525.8125 492.37695 525.8125Q491.61133 525.8125 491.11133 525.3281Q490.61133 524.8281 490.61133 524.0156L490.61133 523.6094ZM491.42383 524.0625Q491.42383 524.5156 491.67383 524.8125Q491.93945 525.1094 492.37695 525.1094Q492.79883 525.1094 493.04883 524.8281Q493.29883 524.53125 493.29883 524.03125L493.29883 523.6094Q493.29883 523.15625 493.04883 522.8594Q492.79883 522.5469 492.36133 522.5469Q491.92383 522.5469 491.67383 522.8594Q491.42383 523.15625 491.42383 523.625L491.42383 524.0625ZM494.76758 528.40625Q494.76758 527.6406 495.25195 527.15625Q495.75195 526.65625 496.51758 526.65625Q497.2832 526.65625 497.76758 527.15625Q498.26758 527.6406 498.26758 528.4531L498.26758 528.8594Q498.26758 529.625 497.7832 530.125Q497.29883 530.625 496.5332 530.625Q495.76758 530.625 495.26758 530.1406Q494.76758 529.6406 494.76758 528.8281L494.76758 528.40625ZM495.58008 528.8594Q495.58008 529.3281 495.83008 529.625Q496.0957 529.9219 496.5332 529.9219Q496.95508 529.9219 497.20508 529.6406Q497.45508 529.34375 497.45508 528.84375L497.45508 528.40625Q497.45508 527.9375 497.18945 527.65625Q496.93945 527.3594 496.51758 527.3594Q496.0957 527.3594 495.83008 527.65625Q495.58008 527.9375 495.58008 528.4375L495.58008 528.8594ZM492.62695 529.8594L492.00195 529.46875L496.17383 522.7969L496.7832 523.1875L492.62695 529.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M419.69754 588.21875L420.13504 583.96875L424.51004 583.96875L424.51004 584.96875L421.05692 584.96875L420.7913 587.2969Q421.43192 586.9219 422.2288 586.9219Q423.38504 586.9219 424.07254 587.7031Q424.76004 588.46875 424.76004 589.78125Q424.76004 591.09375 424.0413 591.8594Q423.33817 592.625 422.05692 592.625Q420.93192 592.625 420.21317 592.0Q419.49442 591.3594 419.40067 590.25L420.4163 590.25Q420.52567 590.9844 420.94754 591.3594Q421.36942 591.7344 422.05692 591.7344Q422.80692 591.7344 423.24442 591.21875Q423.68192 590.7031 423.68192 589.7969Q423.68192 588.9375 423.21317 588.4219Q422.74442 587.90625 421.96317 587.90625Q421.26004 587.90625 420.8538 588.2031L420.57254 588.4375L419.69754 588.21875ZM430.3538 588.75Q430.02567 589.15625 429.5413 589.40625Q429.07254 589.6406 428.51004 589.6406Q427.77567 589.6406 427.2288 589.28125Q426.68192 588.9219 426.38504 588.2656Q426.08817 587.59375 426.08817 586.7969Q426.08817 585.9531 426.40067 585.2656Q426.7288 584.5781 427.32254 584.21875Q427.93192 583.84375 428.7288 583.84375Q429.99442 583.84375 430.71317 584.7969Q431.44754 585.75 431.44754 587.375L431.44754 587.6875Q431.44754 590.1875 430.46317 591.3281Q429.4788 592.46875 427.49442 592.5L427.27567 592.5L427.27567 591.59375L427.51004 591.59375Q428.8538 591.5625 429.57254 590.8906Q430.2913 590.21875 430.3538 588.75ZM428.68192 588.75Q429.2288 588.75 429.68192 588.4219Q430.15067 588.0781 430.36942 587.59375L430.36942 587.15625Q430.36942 586.09375 429.90067 585.4219Q429.43192 584.75 428.7288 584.75Q428.01004 584.75 427.57254 585.2969Q427.15067 585.84375 427.15067 586.75Q427.15067 587.625 427.55692 588.1875Q427.9788 588.75 428.68192 588.75ZM433.1038 585.6094Q433.1038 584.84375 433.58817 584.34375Q434.08817 583.84375 434.8538 583.84375Q435.63504 583.84375 436.11942 584.34375Q436.6038 584.84375 436.6038 585.6406L436.6038 586.0625Q436.6038 586.8281 436.1038 587.3281Q435.61942 587.8125 434.86942 587.8125Q434.1038 587.8125 433.6038 587.3281Q433.1038 586.8281 433.1038 586.0156L433.1038 585.6094ZM433.9163 586.0625Q433.9163 586.5156 434.1663 586.8125Q434.43192 587.1094 434.86942 587.1094Q435.2913 587.1094 435.5413 586.8281Q435.7913 586.53125 435.7913 586.03125L435.7913 585.6094Q435.7913 585.15625 435.5413 584.8594Q435.2913 584.5469 434.8538 584.5469Q434.4163 584.5469 434.1663 584.8594Q433.9163 585.15625 433.9163 585.625L433.9163 586.0625ZM437.26004 590.40625Q437.26004 589.6406 437.74442 589.15625Q438.24442 588.65625 439.01004 588.65625Q439.77567 588.65625 440.26004 589.15625Q440.76004 589.6406 440.76004 590.4531L440.76004 590.8594Q440.76004 591.625 440.27567 592.125Q439.7913 592.625 439.02567 592.625Q438.26004 592.625 437.76004 592.1406Q437.26004 591.6406 437.26004 590.8281L437.26004 590.40625ZM438.07254 590.8594Q438.07254 591.3281 438.32254 591.625Q438.58817 591.9219 439.02567 591.9219Q439.44754 591.9219 439.69754 591.6406Q439.94754 591.34375 439.94754 590.84375L439.94754 590.40625Q439.94754 589.9375 439.68192 589.65625Q439.43192 589.3594 439.01004 589.3594Q438.58817 589.3594 438.32254 589.65625Q438.07254 589.9375 438.07254 590.4375L438.07254 590.8594ZM435.11942 591.8594L434.49442 591.46875L438.6663 584.7969L439.27567 585.1875L435.11942 591.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M419.69754 588.21875L420.13504 583.96875L424.51004 583.96875L424.51004 584.96875L421.05692 584.96875L420.7913 587.2969Q421.43192 586.9219 422.2288 586.9219Q423.38504 586.9219 424.07254 587.7031Q424.76004 588.46875 424.76004 589.78125Q424.76004 591.09375 424.0413 591.8594Q423.33817 592.625 422.05692 592.625Q420.93192 592.625 420.21317 592.0Q419.49442 591.3594 419.40067 590.25L420.4163 590.25Q420.52567 590.9844 420.94754 591.3594Q421.36942 591.7344 422.05692 591.7344Q422.80692 591.7344 423.24442 591.21875Q423.68192 590.7031 423.68192 589.7969Q423.68192 588.9375 423.21317 588.4219Q422.74442 587.90625 421.96317 587.90625Q421.26004 587.90625 420.8538 588.2031L420.57254 588.4375L419.69754 588.21875ZM430.3538 588.75Q430.02567 589.15625 429.5413 589.40625Q429.07254 589.6406 428.51004 589.6406Q427.77567 589.6406 427.2288 589.28125Q426.68192 588.9219 426.38504 588.2656Q426.08817 587.59375 426.08817 586.7969Q426.08817 585.9531 426.40067 585.2656Q426.7288 584.5781 427.32254 584.21875Q427.93192 583.84375 428.7288 583.84375Q429.99442 583.84375 430.71317 584.7969Q431.44754 585.75 431.44754 587.375L431.44754 587.6875Q431.44754 590.1875 430.46317 591.3281Q429.4788 592.46875 427.49442 592.5L427.27567 592.5L427.27567 591.59375L427.51004 591.59375Q428.8538 591.5625 429.57254 590.8906Q430.2913 590.21875 430.3538 588.75ZM428.68192 588.75Q429.2288 588.75 429.68192 588.4219Q430.15067 588.0781 430.36942 587.59375L430.36942 587.15625Q430.36942 586.09375 429.90067 585.4219Q429.43192 584.75 428.7288 584.75Q428.01004 584.75 427.57254 585.2969Q427.15067 585.84375 427.15067 586.75Q427.15067 587.625 427.55692 588.1875Q427.9788 588.75 428.68192 588.75ZM433.1038 585.6094Q433.1038 584.84375 433.58817 584.34375Q434.08817 583.84375 434.8538 583.84375Q435.63504 583.84375 436.11942 584.34375Q436.6038 584.84375 436.6038 585.6406L436.6038 586.0625Q436.6038 586.8281 436.1038 587.3281Q435.61942 587.8125 434.86942 587.8125Q434.1038 587.8125 433.6038 587.3281Q433.1038 586.8281 433.1038 586.0156L433.1038 585.6094ZM433.9163 586.0625Q433.9163 586.5156 434.1663 586.8125Q434.43192 587.1094 434.86942 587.1094Q435.2913 587.1094 435.5413 586.8281Q435.7913 586.53125 435.7913 586.03125L435.7913 585.6094Q435.7913 585.15625 435.5413 584.8594Q435.2913 584.5469 434.8538 584.5469Q434.4163 584.5469 434.1663 584.8594Q433.9163 585.15625 433.9163 585.625L433.9163 586.0625ZM437.26004 590.40625Q437.26004 589.6406 437.74442 589.15625Q438.24442 588.65625 439.01004 588.65625Q439.77567 588.65625 440.26004 589.15625Q440.76004 589.6406 440.76004 590.4531L440.76004 590.8594Q440.76004 591.625 440.27567 592.125Q439.7913 592.625 439.02567 592.625Q438.26004 592.625 437.76004 592.1406Q437.26004 591.6406 437.26004 590.8281L437.26004 590.40625ZM438.07254 590.8594Q438.07254 591.3281 438.32254 591.625Q438.58817 591.9219 439.02567 591.9219Q439.44754 591.9219 439.69754 591.6406Q439.94754 591.34375 439.94754 590.84375L439.94754 590.40625Q439.94754 589.9375 439.68192 589.65625Q439.43192 589.3594 439.01004 589.3594Q438.58817 589.3594 438.32254 589.65625Q438.07254 589.9375 438.07254 590.4375L438.07254 590.8594ZM435.11942 591.8594L434.49442 591.46875L438.6663 584.7969L439.27567 585.1875L435.11942 591.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M487.31384 647.5781L483.7826 655.5L482.64197 655.5L486.1576 647.8594L481.54822 647.8594L481.54822 646.96875L487.31384 646.96875L487.31384 647.5781ZM489.29822 651.21875L489.73572 646.96875L494.11072 646.96875L494.11072 647.96875L490.6576 647.96875L490.39197 650.2969Q491.0326 649.9219 491.82947 649.9219Q492.98572 649.9219 493.67322 650.7031Q494.36072 651.46875 494.36072 652.78125Q494.36072 654.09375 493.64197 654.8594Q492.93884 655.625 491.6576 655.625Q490.5326 655.625 489.81384 655.0Q489.0951 654.3594 489.00134 653.25L490.01697 653.25Q490.12634 653.9844 490.54822 654.3594Q490.9701 654.7344 491.6576 654.7344Q492.4076 654.7344 492.8451 654.21875Q493.2826 653.7031 493.2826 652.7969Q493.2826 651.9375 492.81384 651.4219Q492.3451 650.90625 491.56384 650.90625Q490.86072 650.90625 490.45447 651.2031L490.17322 651.4375L489.29822 651.21875ZM495.70447 648.6094Q495.70447 647.84375 496.18884 647.34375Q496.68884 646.84375 497.45447 646.84375Q498.23572 646.84375 498.7201 647.34375Q499.20447 647.84375 499.20447 648.6406L499.20447 649.0625Q499.20447 649.8281 498.70447 650.3281Q498.2201 650.8125 497.4701 650.8125Q496.70447 650.8125 496.20447 650.3281Q495.70447 649.8281 495.70447 649.0156L495.70447 648.6094ZM496.51697 649.0625Q496.51697 649.5156 496.76697 649.8125Q497.0326 650.1094 497.4701 650.1094Q497.89197 650.1094 498.14197 649.8281Q498.39197 649.53125 498.39197 649.03125L498.39197 648.6094Q498.39197 648.15625 498.14197 647.8594Q497.89197 647.5469 497.45447 647.5469Q497.01697 647.5469 496.76697 647.8594Q496.51697 648.15625 496.51697 648.625L496.51697 649.0625ZM499.86072 653.40625Q499.86072 652.6406 500.3451 652.15625Q500.8451 651.65625 501.61072 651.65625Q502.37634 651.65625 502.86072 652.15625Q503.36072 652.6406 503.36072 653.4531L503.36072 653.8594Q503.36072 654.625 502.87634 655.125Q502.39197 655.625 501.62634 655.625Q500.86072 655.625 500.36072 655.1406Q499.86072 654.6406 499.86072 653.8281L499.86072 653.40625ZM500.67322 653.8594Q500.67322 654.3281 500.92322 654.625Q501.18884 654.9219 501.62634 654.9219Q502.04822 654.9219 502.29822 654.6406Q502.54822 654.34375 502.54822 653.84375L502.54822 653.40625Q502.54822 652.9375 502.2826 652.65625Q502.0326 652.3594 501.61072 652.3594Q501.18884 652.3594 500.92322 652.65625Q500.67322 652.9375 500.67322 653.4375L500.67322 653.8594ZM497.7201 654.8594L497.0951 654.46875L501.26697 647.7969L501.87634 648.1875L497.7201 654.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M487.31384 647.5781L483.7826 655.5L482.64197 655.5L486.1576 647.8594L481.54822 647.8594L481.54822 646.96875L487.31384 646.96875L487.31384 647.5781ZM489.29822 651.21875L489.73572 646.96875L494.11072 646.96875L494.11072 647.96875L490.6576 647.96875L490.39197 650.2969Q491.0326 649.9219 491.82947 649.9219Q492.98572 649.9219 493.67322 650.7031Q494.36072 651.46875 494.36072 652.78125Q494.36072 654.09375 493.64197 654.8594Q492.93884 655.625 491.6576 655.625Q490.5326 655.625 489.81384 655.0Q489.0951 654.3594 489.00134 653.25L490.01697 653.25Q490.12634 653.9844 490.54822 654.3594Q490.9701 654.7344 491.6576 654.7344Q492.4076 654.7344 492.8451 654.21875Q493.2826 653.7031 493.2826 652.7969Q493.2826 651.9375 492.81384 651.4219Q492.3451 650.90625 491.56384 650.90625Q490.86072 650.90625 490.45447 651.2031L490.17322 651.4375L489.29822 651.21875ZM495.70447 648.6094Q495.70447 647.84375 496.18884 647.34375Q496.68884 646.84375 497.45447 646.84375Q498.23572 646.84375 498.7201 647.34375Q499.20447 647.84375 499.20447 648.6406L499.20447 649.0625Q499.20447 649.8281 498.70447 650.3281Q498.2201 650.8125 497.4701 650.8125Q496.70447 650.8125 496.20447 650.3281Q495.70447 649.8281 495.70447 649.0156L495.70447 648.6094ZM496.51697 649.0625Q496.51697 649.5156 496.76697 649.8125Q497.0326 650.1094 497.4701 650.1094Q497.89197 650.1094 498.14197 649.8281Q498.39197 649.53125 498.39197 649.03125L498.39197 648.6094Q498.39197 648.15625 498.14197 647.8594Q497.89197 647.5469 497.45447 647.5469Q497.01697 647.5469 496.76697 647.8594Q496.51697 648.15625 496.51697 648.625L496.51697 649.0625ZM499.86072 653.40625Q499.86072 652.6406 500.3451 652.15625Q500.8451 651.65625 501.61072 651.65625Q502.37634 651.65625 502.86072 652.15625Q503.36072 652.6406 503.36072 653.4531L503.36072 653.8594Q503.36072 654.625 502.87634 655.125Q502.39197 655.625 501.62634 655.625Q500.86072 655.625 500.36072 655.1406Q499.86072 654.6406 499.86072 653.8281L499.86072 653.40625ZM500.67322 653.8594Q500.67322 654.3281 500.92322 654.625Q501.18884 654.9219 501.62634 654.9219Q502.04822 654.9219 502.29822 654.6406Q502.54822 654.34375 502.54822 653.84375L502.54822 653.40625Q502.54822 652.9375 502.2826 652.65625Q502.0326 652.3594 501.61072 652.3594Q501.18884 652.3594 500.92322 652.65625Q500.67322 652.9375 500.67322 653.4375L500.67322 653.8594ZM497.7201 654.8594L497.0951 654.46875L501.26697 647.7969L501.87634 648.1875L497.7201 654.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M395.32773 713.21875L395.76523 708.96875L400.14023 708.96875L400.14023 709.96875L396.6871 709.96875L396.42148 712.2969Q397.0621 711.9219 397.85898 711.9219Q399.01523 711.9219 399.70273 712.7031Q400.39023 713.46875 400.39023 714.78125Q400.39023 716.09375 399.67148 716.8594Q398.96835 717.625 397.6871 717.625Q396.5621 717.625 395.84335 717.0Q395.1246 716.3594 395.03085 715.25L396.04648 715.25Q396.15585 715.9844 396.57773 716.3594Q396.9996 716.7344 397.6871 716.7344Q398.4371 716.7344 398.8746 716.21875Q399.3121 715.7031 399.3121 714.7969Q399.3121 713.9375 398.84335 713.4219Q398.3746 712.90625 397.59335 712.90625Q396.89023 712.90625 396.48398 713.2031L396.20273 713.4375L395.32773 713.21875ZM403.40585 712.7031L404.21835 712.7031Q404.9996 712.6875 405.4371 712.2969Q405.8746 711.90625 405.8746 711.2344Q405.8746 709.7344 404.3746 709.7344Q403.67148 709.7344 403.2496 710.1406Q402.84335 710.5469 402.84335 711.2031L401.7496 711.2031Q401.7496 710.1875 402.48398 709.5156Q403.23398 708.84375 404.3746 708.84375Q405.57773 708.84375 406.26523 709.4844Q406.95273 710.125 406.95273 711.2656Q406.95273 711.8281 406.59335 712.34375Q406.23398 712.8594 405.60898 713.125Q406.3121 713.34375 406.6871 713.8594Q407.07773 714.375 407.07773 715.125Q407.07773 716.2656 406.32773 716.9531Q405.57773 717.625 404.3746 717.625Q403.1871 717.625 402.42148 716.96875Q401.67148 716.3125 401.67148 715.25L402.76523 715.25Q402.76523 715.9219 403.20273 716.3281Q403.64023 716.7344 404.39023 716.7344Q405.17148 716.7344 405.57773 716.3281Q405.9996 715.90625 405.9996 715.1406Q405.9996 714.40625 405.54648 714.0156Q405.09335 713.6094 404.21835 713.59375L403.40585 713.59375L403.40585 712.7031ZM408.73398 710.6094Q408.73398 709.84375 409.21835 709.34375Q409.71835 708.84375 410.48398 708.84375Q411.26523 708.84375 411.7496 709.34375Q412.23398 709.84375 412.23398 710.6406L412.23398 711.0625Q412.23398 711.8281 411.73398 712.3281Q411.2496 712.8125 410.4996 712.8125Q409.73398 712.8125 409.23398 712.3281Q408.73398 711.8281 408.73398 711.0156L408.73398 710.6094ZM409.54648 711.0625Q409.54648 711.5156 409.79648 711.8125Q410.0621 712.1094 410.4996 712.1094Q410.92148 712.1094 411.17148 711.8281Q411.42148 711.53125 411.42148 711.03125L411.42148 710.6094Q411.42148 710.15625 411.17148 709.8594Q410.92148 709.5469 410.48398 709.5469Q410.04648 709.5469 409.79648 709.8594Q409.54648 710.15625 409.54648 710.625L409.54648 711.0625ZM412.89023 715.40625Q412.89023 714.6406 413.3746 714.15625Q413.8746 713.65625 414.64023 713.65625Q415.40585 713.65625 415.89023 714.15625Q416.39023 714.6406 416.39023 715.4531L416.39023 715.8594Q416.39023 716.625 415.90585 717.125Q415.42148 717.625 414.65585 717.625Q413.89023 717.625 413.39023 717.1406Q412.89023 716.6406 412.89023 715.8281L412.89023 715.40625ZM413.70273 715.8594Q413.70273 716.3281 413.95273 716.625Q414.21835 716.9219 414.65585 716.9219Q415.07773 716.9219 415.32773 716.6406Q415.57773 716.34375 415.57773 715.84375L415.57773 715.40625Q415.57773 714.9375 415.3121 714.65625Q415.0621 714.3594 414.64023 714.3594Q414.21835 714.3594 413.95273 714.65625Q413.70273 714.9375 413.70273 715.4375L413.70273 715.8594ZM410.7496 716.8594L410.1246 716.46875L414.29648 709.7969L414.90585 710.1875L410.7496 716.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M395.32773 713.21875L395.76523 708.96875L400.14023 708.96875L400.14023 709.96875L396.6871 709.96875L396.42148 712.2969Q397.0621 711.9219 397.85898 711.9219Q399.01523 711.9219 399.70273 712.7031Q400.39023 713.46875 400.39023 714.78125Q400.39023 716.09375 399.67148 716.8594Q398.96835 717.625 397.6871 717.625Q396.5621 717.625 395.84335 717.0Q395.1246 716.3594 395.03085 715.25L396.04648 715.25Q396.15585 715.9844 396.57773 716.3594Q396.9996 716.7344 397.6871 716.7344Q398.4371 716.7344 398.8746 716.21875Q399.3121 715.7031 399.3121 714.7969Q399.3121 713.9375 398.84335 713.4219Q398.3746 712.90625 397.59335 712.90625Q396.89023 712.90625 396.48398 713.2031L396.20273 713.4375L395.32773 713.21875ZM403.40585 712.7031L404.21835 712.7031Q404.9996 712.6875 405.4371 712.2969Q405.8746 711.90625 405.8746 711.2344Q405.8746 709.7344 404.3746 709.7344Q403.67148 709.7344 403.2496 710.1406Q402.84335 710.5469 402.84335 711.2031L401.7496 711.2031Q401.7496 710.1875 402.48398 709.5156Q403.23398 708.84375 404.3746 708.84375Q405.57773 708.84375 406.26523 709.4844Q406.95273 710.125 406.95273 711.2656Q406.95273 711.8281 406.59335 712.34375Q406.23398 712.8594 405.60898 713.125Q406.3121 713.34375 406.6871 713.8594Q407.07773 714.375 407.07773 715.125Q407.07773 716.2656 406.32773 716.9531Q405.57773 717.625 404.3746 717.625Q403.1871 717.625 402.42148 716.96875Q401.67148 716.3125 401.67148 715.25L402.76523 715.25Q402.76523 715.9219 403.20273 716.3281Q403.64023 716.7344 404.39023 716.7344Q405.17148 716.7344 405.57773 716.3281Q405.9996 715.90625 405.9996 715.1406Q405.9996 714.40625 405.54648 714.0156Q405.09335 713.6094 404.21835 713.59375L403.40585 713.59375L403.40585 712.7031ZM408.73398 710.6094Q408.73398 709.84375 409.21835 709.34375Q409.71835 708.84375 410.48398 708.84375Q411.26523 708.84375 411.7496 709.34375Q412.23398 709.84375 412.23398 710.6406L412.23398 711.0625Q412.23398 711.8281 411.73398 712.3281Q411.2496 712.8125 410.4996 712.8125Q409.73398 712.8125 409.23398 712.3281Q408.73398 711.8281 408.73398 711.0156L408.73398 710.6094ZM409.54648 711.0625Q409.54648 711.5156 409.79648 711.8125Q410.0621 712.1094 410.4996 712.1094Q410.92148 712.1094 411.17148 711.8281Q411.42148 711.53125 411.42148 711.03125L411.42148 710.6094Q411.42148 710.15625 411.17148 709.8594Q410.92148 709.5469 410.48398 709.5469Q410.04648 709.5469 409.79648 709.8594Q409.54648 710.15625 409.54648 710.625L409.54648 711.0625ZM412.89023 715.40625Q412.89023 714.6406 413.3746 714.15625Q413.8746 713.65625 414.64023 713.65625Q415.40585 713.65625 415.89023 714.15625Q416.39023 714.6406 416.39023 715.4531L416.39023 715.8594Q416.39023 716.625 415.90585 717.125Q415.42148 717.625 414.65585 717.625Q413.89023 717.625 413.39023 717.1406Q412.89023 716.6406 412.89023 715.8281L412.89023 715.40625ZM413.70273 715.8594Q413.70273 716.3281 413.95273 716.625Q414.21835 716.9219 414.65585 716.9219Q415.07773 716.9219 415.32773 716.6406Q415.57773 716.34375 415.57773 715.84375L415.57773 715.40625Q415.57773 714.9375 415.3121 714.65625Q415.0621 714.3594 414.64023 714.3594Q414.21835 714.3594 413.95273 714.65625Q413.70273 714.9375 413.70273 715.4375L413.70273 715.8594ZM410.7496 716.8594L410.1246 716.46875L414.29648 709.7969L414.90585 710.1875L410.7496 716.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M482.50095 98.578125L478.9697 106.5L477.82907 106.5L481.3447 98.859375L476.73532 98.859375L476.73532 97.96875L482.50095 97.96875L482.50095 98.578125ZM488.56345 103.640625L489.75095 103.640625L489.75095 104.515625L488.56345 104.515625L488.56345 106.5L487.48532 106.5L487.48532 104.515625L483.5947 104.515625L483.5947 103.875L487.4072 97.96875L488.56345 97.96875L488.56345 103.640625ZM484.82907 103.640625L487.48532 103.640625L487.48532 99.453125L487.3447 99.6875L484.82907 103.640625ZM490.89157 99.609375Q490.89157 98.84375 491.37595 98.34375Q491.87595 97.84375 492.64157 97.84375Q493.42282 97.84375 493.9072 98.34375Q494.39157 98.84375 494.39157 99.640625L494.39157 100.0625Q494.39157 100.828125 493.89157 101.328125Q493.4072 101.8125 492.6572 101.8125Q491.89157 101.8125 491.39157 101.328125Q490.89157 100.828125 490.89157 100.015625L490.89157 99.609375ZM491.70407 100.0625Q491.70407 100.515625 491.95407 100.8125Q492.2197 101.109375 492.6572 101.109375Q493.07907 101.109375 493.32907 100.828125Q493.57907 100.53125 493.57907 100.03125L493.57907 99.609375Q493.57907 99.15625 493.32907 98.859375Q493.07907 98.546875 492.64157 98.546875Q492.20407 98.546875 491.95407 98.859375Q491.70407 99.15625 491.70407 99.625L491.70407 100.0625ZM495.04782 104.40625Q495.04782 103.640625 495.5322 103.15625Q496.0322 102.65625 496.79782 102.65625Q497.56345 102.65625 498.04782 103.15625Q498.54782 103.640625 498.54782 104.453125L498.54782 104.859375Q498.54782 105.625 498.06345 106.125Q497.57907 106.625 496.81345 106.625Q496.04782 106.625 495.54782 106.140625Q495.04782 105.640625 495.04782 104.828125L495.04782 104.40625ZM495.86032 104.859375Q495.86032 105.328125 496.11032 105.625Q496.37595 105.921875 496.81345 105.921875Q497.23532 105.921875 497.48532 105.640625Q497.73532 105.34375 497.73532 104.84375L497.73532 104.40625Q497.73532 103.9375 497.4697 103.65625Q497.2197 103.359375 496.79782 103.359375Q496.37595 103.359375 496.11032 103.65625Q495.86032 103.9375 495.86032 104.4375L495.86032 104.859375ZM492.9072 105.859375L492.2822 105.46875L496.45407 98.796875L497.06345 99.1875L492.9072 105.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M482.50095 98.578125L478.9697 106.5L477.82907 106.5L481.3447 98.859375L476.73532 98.859375L476.73532 97.96875L482.50095 97.96875L482.50095 98.578125ZM488.56345 103.640625L489.75095 103.640625L489.75095 104.515625L488.56345 104.515625L488.56345 106.5L487.48532 106.5L487.48532 104.515625L483.5947 104.515625L483.5947 103.875L487.4072 97.96875L488.56345 97.96875L488.56345 103.640625ZM484.82907 103.640625L487.48532 103.640625L487.48532 99.453125L487.3447 99.6875L484.82907 103.640625ZM490.89157 99.609375Q490.89157 98.84375 491.37595 98.34375Q491.87595 97.84375 492.64157 97.84375Q493.42282 97.84375 493.9072 98.34375Q494.39157 98.84375 494.39157 99.640625L494.39157 100.0625Q494.39157 100.828125 493.89157 101.328125Q493.4072 101.8125 492.6572 101.8125Q491.89157 101.8125 491.39157 101.328125Q490.89157 100.828125 490.89157 100.015625L490.89157 99.609375ZM491.70407 100.0625Q491.70407 100.515625 491.95407 100.8125Q492.2197 101.109375 492.6572 101.109375Q493.07907 101.109375 493.32907 100.828125Q493.57907 100.53125 493.57907 100.03125L493.57907 99.609375Q493.57907 99.15625 493.32907 98.859375Q493.07907 98.546875 492.64157 98.546875Q492.20407 98.546875 491.95407 98.859375Q491.70407 99.15625 491.70407 99.625L491.70407 100.0625ZM495.04782 104.40625Q495.04782 103.640625 495.5322 103.15625Q496.0322 102.65625 496.79782 102.65625Q497.56345 102.65625 498.04782 103.15625Q498.54782 103.640625 498.54782 104.453125L498.54782 104.859375Q498.54782 105.625 498.06345 106.125Q497.57907 106.625 496.81345 106.625Q496.04782 106.625 495.54782 106.140625Q495.04782 105.640625 495.04782 104.828125L495.04782 104.40625ZM495.86032 104.859375Q495.86032 105.328125 496.11032 105.625Q496.37595 105.921875 496.81345 105.921875Q497.23532 105.921875 497.48532 105.640625Q497.73532 105.34375 497.73532 104.84375L497.73532 104.40625Q497.73532 103.9375 497.4697 103.65625Q497.2197 103.359375 496.79782 103.359375Q496.37595 103.359375 496.11032 103.65625Q495.86032 103.9375 495.86032 104.4375L495.86032 104.859375ZM492.9072 105.859375L492.2822 105.46875L496.45407 98.796875L497.06345 99.1875L492.9072 105.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M506.12036 163.1875Q506.12036 163.82812 505.7766 164.32812Q505.43286 164.82812 504.87036 165.10938Q505.5266 165.39062 505.91724 165.95312Q506.30786 166.5 506.30786 167.20312Q506.30786 168.29688 505.55786 168.96875Q504.8235 169.625 503.60474 169.625Q502.37036 169.625 501.62036 168.96875Q500.886 168.29688 500.886 167.20312Q500.886 166.5 501.261 165.95312Q501.636 165.39062 502.30786 165.10938Q501.74536 164.82812 501.41724 164.32812Q501.0891 163.82812 501.0891 163.1875Q501.0891 162.10938 501.7766 161.48438Q502.4641 160.84375 503.60474 160.84375Q504.72974 160.84375 505.41724 161.48438Q506.12036 162.10938 506.12036 163.1875ZM505.22974 167.17188Q505.22974 166.45312 504.7766 166.01562Q504.3235 165.5625 503.5891 165.5625Q502.85474 165.5625 502.4016 166.01562Q501.9641 166.45312 501.9641 167.1875Q501.9641 167.90625 502.4016 168.32812Q502.8391 168.73438 503.60474 168.73438Q504.35474 168.73438 504.79224 168.3125Q505.22974 167.89062 505.22974 167.17188ZM503.60474 161.73438Q502.9641 161.73438 502.55786 162.14062Q502.16724 162.53125 502.16724 163.21875Q502.16724 163.85938 502.55786 164.26562Q502.9485 164.67188 503.5891 164.67188Q504.24536 164.67188 504.636 164.26562Q505.0266 163.85938 505.0266 163.21875Q505.0266 162.5625 504.62036 162.15625Q504.2141 161.73438 503.60474 161.73438ZM513.29224 165.85938Q513.29224 167.76562 512.636 168.70312Q511.99536 169.625 510.60474 169.625Q509.24536 169.625 508.5891 168.71875Q507.93286 167.8125 507.9016 166.0L507.9016 164.5625Q507.9016 162.67188 508.54224 161.76562Q509.1985 160.84375 510.5891 160.84375Q511.9641 160.84375 512.62036 161.73438Q513.2766 162.60938 513.29224 164.45312L513.29224 165.85938ZM512.1985 164.375Q512.1985 163.0 511.80786 162.375Q511.43286 161.73438 510.5891 161.73438Q509.761 161.73438 509.37036 162.375Q508.99536 163.0 508.99536 164.29688L508.99536 166.03125Q508.99536 167.40625 509.386 168.07812Q509.79224 168.73438 510.60474 168.73438Q511.4016 168.73438 511.79224 168.10938Q512.18286 167.48438 512.1985 166.15625L512.1985 164.375ZM514.8391 162.60938Q514.8391 161.84375 515.3235 161.34375Q515.8235 160.84375 516.5891 160.84375Q517.37036 160.84375 517.85474 161.34375Q518.3391 161.84375 518.3391 162.64062L518.3391 163.0625Q518.3391 163.82812 517.8391 164.32812Q517.35474 164.8125 516.60474 164.8125Q515.8391 164.8125 515.3391 164.32812Q514.8391 163.82812 514.8391 163.01562L514.8391 162.60938ZM515.6516 163.0625Q515.6516 163.51562 515.9016 163.8125Q516.16724 164.10938 516.60474 164.10938Q517.0266 164.10938 517.2766 163.82812Q517.5266 163.53125 517.5266 163.03125L517.5266 162.60938Q517.5266 162.15625 517.2766 161.85938Q517.0266 161.54688 516.5891 161.54688Q516.1516 161.54688 515.9016 161.85938Q515.6516 162.15625 515.6516 162.625L515.6516 163.0625ZM518.99536 167.40625Q518.99536 166.64062 519.47974 166.15625Q519.97974 165.65625 520.74536 165.65625Q521.511 165.65625 521.99536 166.15625Q522.49536 166.64062 522.49536 167.45312L522.49536 167.85938Q522.49536 168.625 522.011 169.125Q521.5266 169.625 520.761 169.625Q519.99536 169.625 519.49536 169.14062Q518.99536 168.64062 518.99536 167.82812L518.99536 167.40625ZM519.80786 167.85938Q519.80786 168.32812 520.05786 168.625Q520.3235 168.92188 520.761 168.92188Q521.18286 168.92188 521.43286 168.64062Q521.68286 168.34375 521.68286 167.84375L521.68286 167.40625Q521.68286 166.9375 521.41724 166.65625Q521.16724 166.35938 520.74536 166.35938Q520.3235 166.35938 520.05786 166.65625Q519.80786 166.9375 519.80786 167.4375L519.80786 167.85938ZM516.85474 168.85938L516.22974 168.46875L520.4016 161.79688L521.011 162.1875L516.85474 168.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M506.12036 163.1875Q506.12036 163.82812 505.7766 164.32812Q505.43286 164.82812 504.87036 165.10938Q505.5266 165.39062 505.91724 165.95312Q506.30786 166.5 506.30786 167.20312Q506.30786 168.29688 505.55786 168.96875Q504.8235 169.625 503.60474 169.625Q502.37036 169.625 501.62036 168.96875Q500.886 168.29688 500.886 167.20312Q500.886 166.5 501.261 165.95312Q501.636 165.39062 502.30786 165.10938Q501.74536 164.82812 501.41724 164.32812Q501.0891 163.82812 501.0891 163.1875Q501.0891 162.10938 501.7766 161.48438Q502.4641 160.84375 503.60474 160.84375Q504.72974 160.84375 505.41724 161.48438Q506.12036 162.10938 506.12036 163.1875ZM505.22974 167.17188Q505.22974 166.45312 504.7766 166.01562Q504.3235 165.5625 503.5891 165.5625Q502.85474 165.5625 502.4016 166.01562Q501.9641 166.45312 501.9641 167.1875Q501.9641 167.90625 502.4016 168.32812Q502.8391 168.73438 503.60474 168.73438Q504.35474 168.73438 504.79224 168.3125Q505.22974 167.89062 505.22974 167.17188ZM503.60474 161.73438Q502.9641 161.73438 502.55786 162.14062Q502.16724 162.53125 502.16724 163.21875Q502.16724 163.85938 502.55786 164.26562Q502.9485 164.67188 503.5891 164.67188Q504.24536 164.67188 504.636 164.26562Q505.0266 163.85938 505.0266 163.21875Q505.0266 162.5625 504.62036 162.15625Q504.2141 161.73438 503.60474 161.73438ZM513.29224 165.85938Q513.29224 167.76562 512.636 168.70312Q511.99536 169.625 510.60474 169.625Q509.24536 169.625 508.5891 168.71875Q507.93286 167.8125 507.9016 166.0L507.9016 164.5625Q507.9016 162.67188 508.54224 161.76562Q509.1985 160.84375 510.5891 160.84375Q511.9641 160.84375 512.62036 161.73438Q513.2766 162.60938 513.29224 164.45312L513.29224 165.85938ZM512.1985 164.375Q512.1985 163.0 511.80786 162.375Q511.43286 161.73438 510.5891 161.73438Q509.761 161.73438 509.37036 162.375Q508.99536 163.0 508.99536 164.29688L508.99536 166.03125Q508.99536 167.40625 509.386 168.07812Q509.79224 168.73438 510.60474 168.73438Q511.4016 168.73438 511.79224 168.10938Q512.18286 167.48438 512.1985 166.15625L512.1985 164.375ZM514.8391 162.60938Q514.8391 161.84375 515.3235 161.34375Q515.8235 160.84375 516.5891 160.84375Q517.37036 160.84375 517.85474 161.34375Q518.3391 161.84375 518.3391 162.64062L518.3391 163.0625Q518.3391 163.82812 517.8391 164.32812Q517.35474 164.8125 516.60474 164.8125Q515.8391 164.8125 515.3391 164.32812Q514.8391 163.82812 514.8391 163.01562L514.8391 162.60938ZM515.6516 163.0625Q515.6516 163.51562 515.9016 163.8125Q516.16724 164.10938 516.60474 164.10938Q517.0266 164.10938 517.2766 163.82812Q517.5266 163.53125 517.5266 163.03125L517.5266 162.60938Q517.5266 162.15625 517.2766 161.85938Q517.0266 161.54688 516.5891 161.54688Q516.1516 161.54688 515.9016 161.85938Q515.6516 162.15625 515.6516 162.625L515.6516 163.0625ZM518.99536 167.40625Q518.99536 166.64062 519.47974 166.15625Q519.97974 165.65625 520.74536 165.65625Q521.511 165.65625 521.99536 166.15625Q522.49536 166.64062 522.49536 167.45312L522.49536 167.85938Q522.49536 168.625 522.011 169.125Q521.5266 169.625 520.761 169.625Q519.99536 169.625 519.49536 169.14062Q518.99536 168.64062 518.99536 167.82812L518.99536 167.40625ZM519.80786 167.85938Q519.80786 168.32812 520.05786 168.625Q520.3235 168.92188 520.761 168.92188Q521.18286 168.92188 521.43286 168.64062Q521.68286 168.34375 521.68286 167.84375L521.68286 167.40625Q521.68286 166.9375 521.41724 166.65625Q521.16724 166.35938 520.74536 166.35938Q520.3235 166.35938 520.05786 166.65625Q519.80786 166.9375 519.80786 167.4375L519.80786 167.85938ZM516.85474 168.85938L516.22974 168.46875L520.4016 161.79688L521.011 162.1875L516.85474 168.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M519.85297 225.1875Q519.85297 225.82812 519.5092 226.32812Q519.16547 226.82812 518.60297 227.10938Q519.2592 227.39062 519.64984 227.95312Q520.04047 228.5 520.04047 229.20312Q520.04047 230.29688 519.29047 230.96875Q518.5561 231.625 517.33734 231.625Q516.10297 231.625 515.35297 230.96875Q514.6186 230.29688 514.6186 229.20312Q514.6186 228.5 514.9936 227.95312Q515.3686 227.39062 516.04047 227.10938Q515.47797 226.82812 515.14984 226.32812Q514.8217 225.82812 514.8217 225.1875Q514.8217 224.10938 515.5092 223.48438Q516.1967 222.84375 517.33734 222.84375Q518.46234 222.84375 519.14984 223.48438Q519.85297 224.10938 519.85297 225.1875ZM518.96234 229.17188Q518.96234 228.45312 518.5092 228.01562Q518.0561 227.5625 517.3217 227.5625Q516.58734 227.5625 516.1342 228.01562Q515.6967 228.45312 515.6967 229.1875Q515.6967 229.90625 516.1342 230.32812Q516.5717 230.73438 517.33734 230.73438Q518.08734 230.73438 518.52484 230.3125Q518.96234 229.89062 518.96234 229.17188ZM517.33734 223.73438Q516.6967 223.73438 516.29047 224.14062Q515.89984 224.53125 515.89984 225.21875Q515.89984 225.85938 516.29047 226.26562Q516.6811 226.67188 517.3217 226.67188Q517.97797 226.67188 518.3686 226.26562Q518.7592 225.85938 518.7592 225.21875Q518.7592 224.5625 518.35297 224.15625Q517.9467 223.73438 517.33734 223.73438ZM523.2436 226.70312L524.0561 226.70312Q524.83734 226.6875 525.27484 226.29688Q525.71234 225.90625 525.71234 225.23438Q525.71234 223.73438 524.21234 223.73438Q523.5092 223.73438 523.08734 224.14062Q522.6811 224.54688 522.6811 225.20312L521.58734 225.20312Q521.58734 224.1875 522.3217 223.51562Q523.0717 222.84375 524.21234 222.84375Q525.41547 222.84375 526.10297 223.48438Q526.79047 224.125 526.79047 225.26562Q526.79047 225.82812 526.4311 226.34375Q526.0717 226.85938 525.4467 227.125Q526.14984 227.34375 526.52484 227.85938Q526.91547 228.375 526.91547 229.125Q526.91547 230.26562 526.16547 230.95312Q525.41547 231.625 524.21234 231.625Q523.02484 231.625 522.2592 230.96875Q521.5092 230.3125 521.5092 229.25L522.60297 229.25Q522.60297 229.92188 523.04047 230.32812Q523.47797 230.73438 524.22797 230.73438Q525.0092 230.73438 525.41547 230.32812Q525.83734 229.90625 525.83734 229.14062Q525.83734 228.40625 525.3842 228.01562Q524.9311 227.60938 524.0561 227.59375L523.2436 227.59375L523.2436 226.70312ZM528.5717 224.60938Q528.5717 223.84375 529.0561 223.34375Q529.5561 222.84375 530.3217 222.84375Q531.10297 222.84375 531.58734 223.34375Q532.0717 223.84375 532.0717 224.64062L532.0717 225.0625Q532.0717 225.82812 531.5717 226.32812Q531.08734 226.8125 530.33734 226.8125Q529.5717 226.8125 529.0717 226.32812Q528.5717 225.82812 528.5717 225.01562L528.5717 224.60938ZM529.3842 225.0625Q529.3842 225.51562 529.6342 225.8125Q529.89984 226.10938 530.33734 226.10938Q530.7592 226.10938 531.0092 225.82812Q531.2592 225.53125 531.2592 225.03125L531.2592 224.60938Q531.2592 224.15625 531.0092 223.85938Q530.7592 223.54688 530.3217 223.54688Q529.8842 223.54688 529.6342 223.85938Q529.3842 224.15625 529.3842 224.625L529.3842 225.0625ZM532.72797 229.40625Q532.72797 228.64062 533.21234 228.15625Q533.71234 227.65625 534.47797 227.65625Q535.2436 227.65625 535.72797 228.15625Q536.22797 228.64062 536.22797 229.45312L536.22797 229.85938Q536.22797 230.625 535.7436 231.125Q535.2592 231.625 534.4936 231.625Q533.72797 231.625 533.22797 231.14062Q532.72797 230.64062 532.72797 229.82812L532.72797 229.40625ZM533.54047 229.85938Q533.54047 230.32812 533.79047 230.625Q534.0561 230.92188 534.4936 230.92188Q534.91547 230.92188 535.16547 230.64062Q535.41547 230.34375 535.41547 229.84375L535.41547 229.40625Q535.41547 228.9375 535.14984 228.65625Q534.89984 228.35938 534.47797 228.35938Q534.0561 228.35938 533.79047 228.65625Q533.54047 228.9375 533.54047 229.4375L533.54047 229.85938ZM530.58734 230.85938L529.96234 230.46875L534.1342 223.79688L534.7436 224.1875L530.58734 230.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M519.85297 225.1875Q519.85297 225.82812 519.5092 226.32812Q519.16547 226.82812 518.60297 227.10938Q519.2592 227.39062 519.64984 227.95312Q520.04047 228.5 520.04047 229.20312Q520.04047 230.29688 519.29047 230.96875Q518.5561 231.625 517.33734 231.625Q516.10297 231.625 515.35297 230.96875Q514.6186 230.29688 514.6186 229.20312Q514.6186 228.5 514.9936 227.95312Q515.3686 227.39062 516.04047 227.10938Q515.47797 226.82812 515.14984 226.32812Q514.8217 225.82812 514.8217 225.1875Q514.8217 224.10938 515.5092 223.48438Q516.1967 222.84375 517.33734 222.84375Q518.46234 222.84375 519.14984 223.48438Q519.85297 224.10938 519.85297 225.1875ZM518.96234 229.17188Q518.96234 228.45312 518.5092 228.01562Q518.0561 227.5625 517.3217 227.5625Q516.58734 227.5625 516.1342 228.01562Q515.6967 228.45312 515.6967 229.1875Q515.6967 229.90625 516.1342 230.32812Q516.5717 230.73438 517.33734 230.73438Q518.08734 230.73438 518.52484 230.3125Q518.96234 229.89062 518.96234 229.17188ZM517.33734 223.73438Q516.6967 223.73438 516.29047 224.14062Q515.89984 224.53125 515.89984 225.21875Q515.89984 225.85938 516.29047 226.26562Q516.6811 226.67188 517.3217 226.67188Q517.97797 226.67188 518.3686 226.26562Q518.7592 225.85938 518.7592 225.21875Q518.7592 224.5625 518.35297 224.15625Q517.9467 223.73438 517.33734 223.73438ZM523.2436 226.70312L524.0561 226.70312Q524.83734 226.6875 525.27484 226.29688Q525.71234 225.90625 525.71234 225.23438Q525.71234 223.73438 524.21234 223.73438Q523.5092 223.73438 523.08734 224.14062Q522.6811 224.54688 522.6811 225.20312L521.58734 225.20312Q521.58734 224.1875 522.3217 223.51562Q523.0717 222.84375 524.21234 222.84375Q525.41547 222.84375 526.10297 223.48438Q526.79047 224.125 526.79047 225.26562Q526.79047 225.82812 526.4311 226.34375Q526.0717 226.85938 525.4467 227.125Q526.14984 227.34375 526.52484 227.85938Q526.91547 228.375 526.91547 229.125Q526.91547 230.26562 526.16547 230.95312Q525.41547 231.625 524.21234 231.625Q523.02484 231.625 522.2592 230.96875Q521.5092 230.3125 521.5092 229.25L522.60297 229.25Q522.60297 229.92188 523.04047 230.32812Q523.47797 230.73438 524.22797 230.73438Q525.0092 230.73438 525.41547 230.32812Q525.83734 229.90625 525.83734 229.14062Q525.83734 228.40625 525.3842 228.01562Q524.9311 227.60938 524.0561 227.59375L523.2436 227.59375L523.2436 226.70312ZM528.5717 224.60938Q528.5717 223.84375 529.0561 223.34375Q529.5561 222.84375 530.3217 222.84375Q531.10297 222.84375 531.58734 223.34375Q532.0717 223.84375 532.0717 224.64062L532.0717 225.0625Q532.0717 225.82812 531.5717 226.32812Q531.08734 226.8125 530.33734 226.8125Q529.5717 226.8125 529.0717 226.32812Q528.5717 225.82812 528.5717 225.01562L528.5717 224.60938ZM529.3842 225.0625Q529.3842 225.51562 529.6342 225.8125Q529.89984 226.10938 530.33734 226.10938Q530.7592 226.10938 531.0092 225.82812Q531.2592 225.53125 531.2592 225.03125L531.2592 224.60938Q531.2592 224.15625 531.0092 223.85938Q530.7592 223.54688 530.3217 223.54688Q529.8842 223.54688 529.6342 223.85938Q529.3842 224.15625 529.3842 224.625L529.3842 225.0625ZM532.72797 229.40625Q532.72797 228.64062 533.21234 228.15625Q533.71234 227.65625 534.47797 227.65625Q535.2436 227.65625 535.72797 228.15625Q536.22797 228.64062 536.22797 229.45312L536.22797 229.85938Q536.22797 230.625 535.7436 231.125Q535.2592 231.625 534.4936 231.625Q533.72797 231.625 533.22797 231.14062Q532.72797 230.64062 532.72797 229.82812L532.72797 229.40625ZM533.54047 229.85938Q533.54047 230.32812 533.79047 230.625Q534.0561 230.92188 534.4936 230.92188Q534.91547 230.92188 535.16547 230.64062Q535.41547 230.34375 535.41547 229.84375L535.41547 229.40625Q535.41547 228.9375 535.14984 228.65625Q534.89984 228.35938 534.47797 228.35938Q534.0561 228.35938 533.79047 228.65625Q533.54047 228.9375 533.54047 229.4375L533.54047 229.85938ZM530.58734 230.85938L529.96234 230.46875L534.1342 223.79688L534.7436 224.1875L530.58734 230.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M388.73065 290.21875L389.16815 285.96875L393.54315 285.96875L393.54315 286.96875L390.09003 286.96875L389.8244 289.29688Q390.46503 288.92188 391.2619 288.92188Q392.41815 288.92188 393.10565 289.70312Q393.79315 290.46875 393.79315 291.78125Q393.79315 293.09375 393.0744 293.85938Q392.37128 294.625 391.09003 294.625Q389.96503 294.625 389.24628 294.0Q388.52753 293.35938 388.43378 292.25L389.4494 292.25Q389.55878 292.98438 389.98065 293.35938Q390.40253 293.73438 391.09003 293.73438Q391.84003 293.73438 392.27753 293.21875Q392.71503 292.70312 392.71503 291.79688Q392.71503 290.9375 392.24628 290.42188Q391.77753 289.90625 390.99628 289.90625Q390.29315 289.90625 389.8869 290.20312L389.60565 290.4375L388.73065 290.21875ZM398.79315 294.5L397.71503 294.5L397.71503 287.28125L395.52753 288.07812L395.52753 287.09375L398.6369 285.92188L398.79315 285.92188L398.79315 294.5ZM402.1369 287.60938Q402.1369 286.84375 402.62128 286.34375Q403.12128 285.84375 403.8869 285.84375Q404.66815 285.84375 405.15253 286.34375Q405.6369 286.84375 405.6369 287.64062L405.6369 288.0625Q405.6369 288.82812 405.1369 289.32812Q404.65253 289.8125 403.90253 289.8125Q403.1369 289.8125 402.6369 289.32812Q402.1369 288.82812 402.1369 288.01562L402.1369 287.60938ZM402.9494 288.0625Q402.9494 288.51562 403.1994 288.8125Q403.46503 289.10938 403.90253 289.10938Q404.3244 289.10938 404.5744 288.82812Q404.8244 288.53125 404.8244 288.03125L404.8244 287.60938Q404.8244 287.15625 404.5744 286.85938Q404.3244 286.54688 403.8869 286.54688Q403.4494 286.54688 403.1994 286.85938Q402.9494 287.15625 402.9494 287.625L402.9494 288.0625ZM406.29315 292.40625Q406.29315 291.64062 406.77753 291.15625Q407.27753 290.65625 408.04315 290.65625Q408.80878 290.65625 409.29315 291.15625Q409.79315 291.64062 409.79315 292.45312L409.79315 292.85938Q409.79315 293.625 409.30878 294.125Q408.8244 294.625 408.05878 294.625Q407.29315 294.625 406.79315 294.14062Q406.29315 293.64062 406.29315 292.82812L406.29315 292.40625ZM407.10565 292.85938Q407.10565 293.32812 407.35565 293.625Q407.62128 293.92188 408.05878 293.92188Q408.48065 293.92188 408.73065 293.64062Q408.98065 293.34375 408.98065 292.84375L408.98065 292.40625Q408.98065 291.9375 408.71503 291.65625Q408.46503 291.35938 408.04315 291.35938Q407.62128 291.35938 407.35565 291.65625Q407.10565 291.9375 407.10565 292.4375L407.10565 292.85938ZM404.15253 293.85938L403.52753 293.46875L407.6994 286.79688L408.30878 287.1875L404.15253 293.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M388.73065 290.21875L389.16815 285.96875L393.54315 285.96875L393.54315 286.96875L390.09003 286.96875L389.8244 289.29688Q390.46503 288.92188 391.2619 288.92188Q392.41815 288.92188 393.10565 289.70312Q393.79315 290.46875 393.79315 291.78125Q393.79315 293.09375 393.0744 293.85938Q392.37128 294.625 391.09003 294.625Q389.96503 294.625 389.24628 294.0Q388.52753 293.35938 388.43378 292.25L389.4494 292.25Q389.55878 292.98438 389.98065 293.35938Q390.40253 293.73438 391.09003 293.73438Q391.84003 293.73438 392.27753 293.21875Q392.71503 292.70312 392.71503 291.79688Q392.71503 290.9375 392.24628 290.42188Q391.77753 289.90625 390.99628 289.90625Q390.29315 289.90625 389.8869 290.20312L389.60565 290.4375L388.73065 290.21875ZM398.79315 294.5L397.71503 294.5L397.71503 287.28125L395.52753 288.07812L395.52753 287.09375L398.6369 285.92188L398.79315 285.92188L398.79315 294.5ZM402.1369 287.60938Q402.1369 286.84375 402.62128 286.34375Q403.12128 285.84375 403.8869 285.84375Q404.66815 285.84375 405.15253 286.34375Q405.6369 286.84375 405.6369 287.64062L405.6369 288.0625Q405.6369 288.82812 405.1369 289.32812Q404.65253 289.8125 403.90253 289.8125Q403.1369 289.8125 402.6369 289.32812Q402.1369 288.82812 402.1369 288.01562L402.1369 287.60938ZM402.9494 288.0625Q402.9494 288.51562 403.1994 288.8125Q403.46503 289.10938 403.90253 289.10938Q404.3244 289.10938 404.5744 288.82812Q404.8244 288.53125 404.8244 288.03125L404.8244 287.60938Q404.8244 287.15625 404.5744 286.85938Q404.3244 286.54688 403.8869 286.54688Q403.4494 286.54688 403.1994 286.85938Q402.9494 287.15625 402.9494 287.625L402.9494 288.0625ZM406.29315 292.40625Q406.29315 291.64062 406.77753 291.15625Q407.27753 290.65625 408.04315 290.65625Q408.80878 290.65625 409.29315 291.15625Q409.79315 291.64062 409.79315 292.45312L409.79315 292.85938Q409.79315 293.625 409.30878 294.125Q408.8244 294.625 408.05878 294.625Q407.29315 294.625 406.79315 294.14062Q406.29315 293.64062 406.29315 292.82812L406.29315 292.40625ZM407.10565 292.85938Q407.10565 293.32812 407.35565 293.625Q407.62128 293.92188 408.05878 293.92188Q408.48065 293.92188 408.73065 293.64062Q408.98065 293.34375 408.98065 292.84375L408.98065 292.40625Q408.98065 291.9375 408.71503 291.65625Q408.46503 291.35938 408.04315 291.35938Q407.62128 291.35938 407.35565 291.65625Q407.10565 291.9375 407.10565 292.4375L407.10565 292.85938ZM404.15253 293.85938L403.52753 293.46875L407.6994 286.79688L408.30878 287.1875L404.15253 293.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M475.19492 348.57812L471.66367 356.5L470.52304 356.5L474.03867 348.85938L469.4293 348.85938L469.4293 347.96875L475.19492 347.96875L475.19492 348.57812ZM482.27304 356.5L476.6793 356.5L476.6793 355.71875L479.63242 352.4375Q480.28867 351.6875 480.53867 351.23438Q480.78867 350.76562 480.78867 350.26562Q480.78867 349.59375 480.38242 349.17188Q479.9918 348.73438 479.3043 348.73438Q478.50742 348.73438 478.0543 349.20312Q477.60117 349.65625 477.60117 350.48438L476.52304 350.48438Q476.52304 349.29688 477.27304 348.57812Q478.03867 347.84375 479.3043 347.84375Q480.50742 347.84375 481.19492 348.46875Q481.88242 349.09375 481.88242 350.14062Q481.88242 351.39062 480.27304 353.14062L477.9918 355.60938L482.27304 355.60938L482.27304 356.5ZM483.58554 349.60938Q483.58554 348.84375 484.06992 348.34375Q484.56992 347.84375 485.33554 347.84375Q486.1168 347.84375 486.60117 348.34375Q487.08554 348.84375 487.08554 349.64062L487.08554 350.0625Q487.08554 350.82812 486.58554 351.32812Q486.10117 351.8125 485.35117 351.8125Q484.58554 351.8125 484.08554 351.32812Q483.58554 350.82812 483.58554 350.01562L483.58554 349.60938ZM484.39804 350.0625Q484.39804 350.51562 484.64804 350.8125Q484.91367 351.10938 485.35117 351.10938Q485.77304 351.10938 486.02304 350.82812Q486.27304 350.53125 486.27304 350.03125L486.27304 349.60938Q486.27304 349.15625 486.02304 348.85938Q485.77304 348.54688 485.33554 348.54688Q484.89804 348.54688 484.64804 348.85938Q484.39804 349.15625 484.39804 349.625L484.39804 350.0625ZM487.7418 354.40625Q487.7418 353.64062 488.22617 353.15625Q488.72617 352.65625 489.4918 352.65625Q490.25742 352.65625 490.7418 353.15625Q491.2418 353.64062 491.2418 354.45312L491.2418 354.85938Q491.2418 355.625 490.75742 356.125Q490.27304 356.625 489.50742 356.625Q488.7418 356.625 488.2418 356.14062Q487.7418 355.64062 487.7418 354.82812L487.7418 354.40625ZM488.5543 354.85938Q488.5543 355.32812 488.8043 355.625Q489.06992 355.92188 489.50742 355.92188Q489.9293 355.92188 490.1793 355.64062Q490.4293 355.34375 490.4293 354.84375L490.4293 354.40625Q490.4293 353.9375 490.16367 353.65625Q489.91367 353.35938 489.4918 353.35938Q489.06992 353.35938 488.8043 353.65625Q488.5543 353.9375 488.5543 354.4375L488.5543 354.85938ZM485.60117 355.85938L484.97617 355.46875L489.14804 348.79688L489.75742 349.1875L485.60117 355.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M475.19492 348.57812L471.66367 356.5L470.52304 356.5L474.03867 348.85938L469.4293 348.85938L469.4293 347.96875L475.19492 347.96875L475.19492 348.57812ZM482.27304 356.5L476.6793 356.5L476.6793 355.71875L479.63242 352.4375Q480.28867 351.6875 480.53867 351.23438Q480.78867 350.76562 480.78867 350.26562Q480.78867 349.59375 480.38242 349.17188Q479.9918 348.73438 479.3043 348.73438Q478.50742 348.73438 478.0543 349.20312Q477.60117 349.65625 477.60117 350.48438L476.52304 350.48438Q476.52304 349.29688 477.27304 348.57812Q478.03867 347.84375 479.3043 347.84375Q480.50742 347.84375 481.19492 348.46875Q481.88242 349.09375 481.88242 350.14062Q481.88242 351.39062 480.27304 353.14062L477.9918 355.60938L482.27304 355.60938L482.27304 356.5ZM483.58554 349.60938Q483.58554 348.84375 484.06992 348.34375Q484.56992 347.84375 485.33554 347.84375Q486.1168 347.84375 486.60117 348.34375Q487.08554 348.84375 487.08554 349.64062L487.08554 350.0625Q487.08554 350.82812 486.58554 351.32812Q486.10117 351.8125 485.35117 351.8125Q484.58554 351.8125 484.08554 351.32812Q483.58554 350.82812 483.58554 350.01562L483.58554 349.60938ZM484.39804 350.0625Q484.39804 350.51562 484.64804 350.8125Q484.91367 351.10938 485.35117 351.10938Q485.77304 351.10938 486.02304 350.82812Q486.27304 350.53125 486.27304 350.03125L486.27304 349.60938Q486.27304 349.15625 486.02304 348.85938Q485.77304 348.54688 485.33554 348.54688Q484.89804 348.54688 484.64804 348.85938Q484.39804 349.15625 484.39804 349.625L484.39804 350.0625ZM487.7418 354.40625Q487.7418 353.64062 488.22617 353.15625Q488.72617 352.65625 489.4918 352.65625Q490.25742 352.65625 490.7418 353.15625Q491.2418 353.64062 491.2418 354.45312L491.2418 354.85938Q491.2418 355.625 490.75742 356.125Q490.27304 356.625 489.50742 356.625Q488.7418 356.625 488.2418 356.14062Q487.7418 355.64062 487.7418 354.82812L487.7418 354.40625ZM488.5543 354.85938Q488.5543 355.32812 488.8043 355.625Q489.06992 355.92188 489.50742 355.92188Q489.9293 355.92188 490.1793 355.64062Q490.4293 355.34375 490.4293 354.84375L490.4293 354.40625Q490.4293 353.9375 490.16367 353.65625Q489.91367 353.35938 489.4918 353.35938Q489.06992 353.35938 488.8043 353.65625Q488.5543 353.9375 488.5543 354.4375L488.5543 354.85938ZM485.60117 355.85938L484.97617 355.46875L489.14804 348.79688L489.75742 349.1875L485.60117 355.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M471.13602 411.57812L467.60477 419.5L466.46414 419.5L469.97977 411.85938L465.3704 411.85938L465.3704 410.96875L471.13602 410.96875L471.13602 411.57812ZM476.1829 419.5L475.10477 419.5L475.10477 412.28125L472.91727 413.07812L472.91727 412.09375L476.02664 410.92188L476.1829 410.92188L476.1829 419.5ZM479.52664 412.60938Q479.52664 411.84375 480.01102 411.34375Q480.51102 410.84375 481.27664 410.84375Q482.0579 410.84375 482.54227 411.34375Q483.02664 411.84375 483.02664 412.64062L483.02664 413.0625Q483.02664 413.82812 482.52664 414.32812Q482.04227 414.8125 481.29227 414.8125Q480.52664 414.8125 480.02664 414.32812Q479.52664 413.82812 479.52664 413.01562L479.52664 412.60938ZM480.33914 413.0625Q480.33914 413.51562 480.58914 413.8125Q480.85477 414.10938 481.29227 414.10938Q481.71414 414.10938 481.96414 413.82812Q482.21414 413.53125 482.21414 413.03125L482.21414 412.60938Q482.21414 412.15625 481.96414 411.85938Q481.71414 411.54688 481.27664 411.54688Q480.83914 411.54688 480.58914 411.85938Q480.33914 412.15625 480.33914 412.625L480.33914 413.0625ZM483.6829 417.40625Q483.6829 416.64062 484.16727 416.15625Q484.66727 415.65625 485.4329 415.65625Q486.19852 415.65625 486.6829 416.15625Q487.1829 416.64062 487.1829 417.45312L487.1829 417.85938Q487.1829 418.625 486.69852 419.125Q486.21414 419.625 485.44852 419.625Q484.6829 419.625 484.1829 419.14062Q483.6829 418.64062 483.6829 417.82812L483.6829 417.40625ZM484.4954 417.85938Q484.4954 418.32812 484.7454 418.625Q485.01102 418.92188 485.44852 418.92188Q485.8704 418.92188 486.1204 418.64062Q486.3704 418.34375 486.3704 417.84375L486.3704 417.40625Q486.3704 416.9375 486.10477 416.65625Q485.85477 416.35938 485.4329 416.35938Q485.01102 416.35938 484.7454 416.65625Q484.4954 416.9375 484.4954 417.4375L484.4954 417.85938ZM481.54227 418.85938L480.91727 418.46875L485.08914 411.79688L485.69852 412.1875L481.54227 418.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M471.13602 411.57812L467.60477 419.5L466.46414 419.5L469.97977 411.85938L465.3704 411.85938L465.3704 410.96875L471.13602 410.96875L471.13602 411.57812ZM476.1829 419.5L475.10477 419.5L475.10477 412.28125L472.91727 413.07812L472.91727 412.09375L476.02664 410.92188L476.1829 410.92188L476.1829 419.5ZM479.52664 412.60938Q479.52664 411.84375 480.01102 411.34375Q480.51102 410.84375 481.27664 410.84375Q482.0579 410.84375 482.54227 411.34375Q483.02664 411.84375 483.02664 412.64062L483.02664 413.0625Q483.02664 413.82812 482.52664 414.32812Q482.04227 414.8125 481.29227 414.8125Q480.52664 414.8125 480.02664 414.32812Q479.52664 413.82812 479.52664 413.01562L479.52664 412.60938ZM480.33914 413.0625Q480.33914 413.51562 480.58914 413.8125Q480.85477 414.10938 481.29227 414.10938Q481.71414 414.10938 481.96414 413.82812Q482.21414 413.53125 482.21414 413.03125L482.21414 412.60938Q482.21414 412.15625 481.96414 411.85938Q481.71414 411.54688 481.27664 411.54688Q480.83914 411.54688 480.58914 411.85938Q480.33914 412.15625 480.33914 412.625L480.33914 413.0625ZM483.6829 417.40625Q483.6829 416.64062 484.16727 416.15625Q484.66727 415.65625 485.4329 415.65625Q486.19852 415.65625 486.6829 416.15625Q487.1829 416.64062 487.1829 417.45312L487.1829 417.85938Q487.1829 418.625 486.69852 419.125Q486.21414 419.625 485.44852 419.625Q484.6829 419.625 484.1829 419.14062Q483.6829 418.64062 483.6829 417.82812L483.6829 417.40625ZM484.4954 417.85938Q484.4954 418.32812 484.7454 418.625Q485.01102 418.92188 485.44852 418.92188Q485.8704 418.92188 486.1204 418.64062Q486.3704 418.34375 486.3704 417.84375L486.3704 417.40625Q486.3704 416.9375 486.10477 416.65625Q485.85477 416.35938 485.4329 416.35938Q485.01102 416.35938 484.7454 416.65625Q484.4954 416.9375 484.4954 417.4375L484.4954 417.85938ZM481.54227 418.85938L480.91727 418.46875L485.08914 411.79688L485.69852 412.1875L481.54227 418.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M482.4333 473.57812L478.90204 481.5L477.7614 481.5L481.27704 473.85938L476.66766 473.85938L476.66766 472.96875L482.4333 472.96875L482.4333 473.57812ZM488.4958 478.64062L489.6833 478.64062L489.6833 479.51562L488.4958 479.51562L488.4958 481.5L487.41766 481.5L487.41766 479.51562L483.52704 479.51562L483.52704 478.875L487.33954 472.96875L488.4958 472.96875L488.4958 478.64062ZM484.7614 478.64062L487.41766 478.64062L487.41766 474.45312L487.27704 474.6875L484.7614 478.64062ZM490.8239 474.60938Q490.8239 473.84375 491.3083 473.34375Q491.8083 472.84375 492.5739 472.84375Q493.35516 472.84375 493.83954 473.34375Q494.3239 473.84375 494.3239 474.64062L494.3239 475.0625Q494.3239 475.82812 493.8239 476.32812Q493.33954 476.8125 492.58954 476.8125Q491.8239 476.8125 491.3239 476.32812Q490.8239 475.82812 490.8239 475.01562L490.8239 474.60938ZM491.6364 475.0625Q491.6364 475.51562 491.8864 475.8125Q492.15204 476.10938 492.58954 476.10938Q493.0114 476.10938 493.2614 475.82812Q493.5114 475.53125 493.5114 475.03125L493.5114 474.60938Q493.5114 474.15625 493.2614 473.85938Q493.0114 473.54688 492.5739 473.54688Q492.1364 473.54688 491.8864 473.85938Q491.6364 474.15625 491.6364 474.625L491.6364 475.0625ZM494.98016 479.40625Q494.98016 478.64062 495.46454 478.15625Q495.96454 477.65625 496.73016 477.65625Q497.4958 477.65625 497.98016 478.15625Q498.48016 478.64062 498.48016 479.45312L498.48016 479.85938Q498.48016 480.625 497.9958 481.125Q497.5114 481.625 496.7458 481.625Q495.98016 481.625 495.48016 481.14062Q494.98016 480.64062 494.98016 479.82812L494.98016 479.40625ZM495.79266 479.85938Q495.79266 480.32812 496.04266 480.625Q496.3083 480.92188 496.7458 480.92188Q497.16766 480.92188 497.41766 480.64062Q497.66766 480.34375 497.66766 479.84375L497.66766 479.40625Q497.66766 478.9375 497.40204 478.65625Q497.15204 478.35938 496.73016 478.35938Q496.3083 478.35938 496.04266 478.65625Q495.79266 478.9375 495.79266 479.4375L495.79266 479.85938ZM492.83954 480.85938L492.21454 480.46875L496.3864 473.79688L496.9958 474.1875L492.83954 480.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M482.4333 473.57812L478.90204 481.5L477.7614 481.5L481.27704 473.85938L476.66766 473.85938L476.66766 472.96875L482.4333 472.96875L482.4333 473.57812ZM488.4958 478.64062L489.6833 478.64062L489.6833 479.51562L488.4958 479.51562L488.4958 481.5L487.41766 481.5L487.41766 479.51562L483.52704 479.51562L483.52704 478.875L487.33954 472.96875L488.4958 472.96875L488.4958 478.64062ZM484.7614 478.64062L487.41766 478.64062L487.41766 474.45312L487.27704 474.6875L484.7614 478.64062ZM490.8239 474.60938Q490.8239 473.84375 491.3083 473.34375Q491.8083 472.84375 492.5739 472.84375Q493.35516 472.84375 493.83954 473.34375Q494.3239 473.84375 494.3239 474.64062L494.3239 475.0625Q494.3239 475.82812 493.8239 476.32812Q493.33954 476.8125 492.58954 476.8125Q491.8239 476.8125 491.3239 476.32812Q490.8239 475.82812 490.8239 475.01562L490.8239 474.60938ZM491.6364 475.0625Q491.6364 475.51562 491.8864 475.8125Q492.15204 476.10938 492.58954 476.10938Q493.0114 476.10938 493.2614 475.82812Q493.5114 475.53125 493.5114 475.03125L493.5114 474.60938Q493.5114 474.15625 493.2614 473.85938Q493.0114 473.54688 492.5739 473.54688Q492.1364 473.54688 491.8864 473.85938Q491.6364 474.15625 491.6364 474.625L491.6364 475.0625ZM494.98016 479.40625Q494.98016 478.64062 495.46454 478.15625Q495.96454 477.65625 496.73016 477.65625Q497.4958 477.65625 497.98016 478.15625Q498.48016 478.64062 498.48016 479.45312L498.48016 479.85938Q498.48016 480.625 497.9958 481.125Q497.5114 481.625 496.7458 481.625Q495.98016 481.625 495.48016 481.14062Q494.98016 480.64062 494.98016 479.82812L494.98016 479.40625ZM495.79266 479.85938Q495.79266 480.32812 496.04266 480.625Q496.3083 480.92188 496.7458 480.92188Q497.16766 480.92188 497.41766 480.64062Q497.66766 480.34375 497.66766 479.84375L497.66766 479.40625Q497.66766 478.9375 497.40204 478.65625Q497.15204 478.35938 496.73016 478.35938Q496.3083 478.35938 496.04266 478.65625Q495.79266 478.9375 495.79266 479.4375L495.79266 479.85938ZM492.83954 480.85938L492.21454 480.46875L496.3864 473.79688L496.9958 474.1875L492.83954 480.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M469.51245 536.5781L465.9812 544.5L464.84058 544.5L468.3562 536.8594L463.74683 536.8594L463.74683 535.96875L469.51245 535.96875L469.51245 536.5781ZM476.3562 540.8594Q476.3562 542.7656 475.69995 543.7031Q475.05933 544.625 473.6687 544.625Q472.30933 544.625 471.65308 543.71875Q470.99683 542.8125 470.96558 541.0L470.96558 539.5625Q470.96558 537.6719 471.6062 536.7656Q472.26245 535.84375 473.65308 535.84375Q475.02808 535.84375 475.68433 536.7344Q476.34058 537.6094 476.3562 539.4531L476.3562 540.8594ZM475.26245 539.375Q475.26245 538.0 474.87183 537.375Q474.49683 536.7344 473.65308 536.7344Q472.82495 536.7344 472.43433 537.375Q472.05933 538.0 472.05933 539.2969L472.05933 541.03125Q472.05933 542.40625 472.44995 543.0781Q472.8562 543.7344 473.6687 543.7344Q474.46558 543.7344 474.8562 543.1094Q475.24683 542.4844 475.26245 541.15625L475.26245 539.375ZM477.90308 537.6094Q477.90308 536.84375 478.38745 536.34375Q478.88745 535.84375 479.65308 535.84375Q480.43433 535.84375 480.9187 536.34375Q481.40308 536.84375 481.40308 537.6406L481.40308 538.0625Q481.40308 538.8281 480.90308 539.3281Q480.4187 539.8125 479.6687 539.8125Q478.90308 539.8125 478.40308 539.3281Q477.90308 538.8281 477.90308 538.0156L477.90308 537.6094ZM478.71558 538.0625Q478.71558 538.5156 478.96558 538.8125Q479.2312 539.1094 479.6687 539.1094Q480.09058 539.1094 480.34058 538.8281Q480.59058 538.53125 480.59058 538.03125L480.59058 537.6094Q480.59058 537.15625 480.34058 536.8594Q480.09058 536.5469 479.65308 536.5469Q479.21558 536.5469 478.96558 536.8594Q478.71558 537.15625 478.71558 537.625L478.71558 538.0625ZM482.05933 542.40625Q482.05933 541.6406 482.5437 541.15625Q483.0437 540.65625 483.80933 540.65625Q484.57495 540.65625 485.05933 541.15625Q485.55933 541.6406 485.55933 542.4531L485.55933 542.8594Q485.55933 543.625 485.07495 544.125Q484.59058 544.625 483.82495 544.625Q483.05933 544.625 482.55933 544.1406Q482.05933 543.6406 482.05933 542.8281L482.05933 542.40625ZM482.87183 542.8594Q482.87183 543.3281 483.12183 543.625Q483.38745 543.9219 483.82495 543.9219Q484.24683 543.9219 484.49683 543.6406Q484.74683 543.34375 484.74683 542.84375L484.74683 542.40625Q484.74683 541.9375 484.4812 541.65625Q484.2312 541.3594 483.80933 541.3594Q483.38745 541.3594 483.12183 541.65625Q482.87183 541.9375 482.87183 542.4375L482.87183 542.8594ZM479.9187 543.8594L479.2937 543.46875L483.46558 536.7969L484.07495 537.1875L479.9187 543.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M469.51245 536.5781L465.9812 544.5L464.84058 544.5L468.3562 536.8594L463.74683 536.8594L463.74683 535.96875L469.51245 535.96875L469.51245 536.5781ZM476.3562 540.8594Q476.3562 542.7656 475.69995 543.7031Q475.05933 544.625 473.6687 544.625Q472.30933 544.625 471.65308 543.71875Q470.99683 542.8125 470.96558 541.0L470.96558 539.5625Q470.96558 537.6719 471.6062 536.7656Q472.26245 535.84375 473.65308 535.84375Q475.02808 535.84375 475.68433 536.7344Q476.34058 537.6094 476.3562 539.4531L476.3562 540.8594ZM475.26245 539.375Q475.26245 538.0 474.87183 537.375Q474.49683 536.7344 473.65308 536.7344Q472.82495 536.7344 472.43433 537.375Q472.05933 538.0 472.05933 539.2969L472.05933 541.03125Q472.05933 542.40625 472.44995 543.0781Q472.8562 543.7344 473.6687 543.7344Q474.46558 543.7344 474.8562 543.1094Q475.24683 542.4844 475.26245 541.15625L475.26245 539.375ZM477.90308 537.6094Q477.90308 536.84375 478.38745 536.34375Q478.88745 535.84375 479.65308 535.84375Q480.43433 535.84375 480.9187 536.34375Q481.40308 536.84375 481.40308 537.6406L481.40308 538.0625Q481.40308 538.8281 480.90308 539.3281Q480.4187 539.8125 479.6687 539.8125Q478.90308 539.8125 478.40308 539.3281Q477.90308 538.8281 477.90308 538.0156L477.90308 537.6094ZM478.71558 538.0625Q478.71558 538.5156 478.96558 538.8125Q479.2312 539.1094 479.6687 539.1094Q480.09058 539.1094 480.34058 538.8281Q480.59058 538.53125 480.59058 538.03125L480.59058 537.6094Q480.59058 537.15625 480.34058 536.8594Q480.09058 536.5469 479.65308 536.5469Q479.21558 536.5469 478.96558 536.8594Q478.71558 537.15625 478.71558 537.625L478.71558 538.0625ZM482.05933 542.40625Q482.05933 541.6406 482.5437 541.15625Q483.0437 540.65625 483.80933 540.65625Q484.57495 540.65625 485.05933 541.15625Q485.55933 541.6406 485.55933 542.4531L485.55933 542.8594Q485.55933 543.625 485.07495 544.125Q484.59058 544.625 483.82495 544.625Q483.05933 544.625 482.55933 544.1406Q482.05933 543.6406 482.05933 542.8281L482.05933 542.40625ZM482.87183 542.8594Q482.87183 543.3281 483.12183 543.625Q483.38745 543.9219 483.82495 543.9219Q484.24683 543.9219 484.49683 543.6406Q484.74683 543.34375 484.74683 542.84375L484.74683 542.40625Q484.74683 541.9375 484.4812 541.65625Q484.2312 541.3594 483.80933 541.3594Q483.38745 541.3594 483.12183 541.65625Q482.87183 541.9375 482.87183 542.4375L482.87183 542.8594ZM479.9187 543.8594L479.2937 543.46875L483.46558 536.7969L484.07495 537.1875L479.9187 543.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M405.3045 602.21875L405.742 597.96875L410.117 597.96875L410.117 598.96875L406.66388 598.96875L406.39825 601.2969Q407.03888 600.9219 407.83575 600.9219Q408.992 600.9219 409.6795 601.7031Q410.367 602.46875 410.367 603.78125Q410.367 605.09375 409.64825 605.8594Q408.94513 606.625 407.66388 606.625Q406.53888 606.625 405.82013 606.0Q405.10138 605.3594 405.00763 604.25L406.02325 604.25Q406.13263 604.9844 406.5545 605.3594Q406.97638 605.7344 407.66388 605.7344Q408.41388 605.7344 408.85138 605.21875Q409.28888 604.7031 409.28888 603.7969Q409.28888 602.9375 408.82013 602.4219Q408.35138 601.90625 407.57013 601.90625Q406.867 601.90625 406.46075 602.2031L406.1795 602.4375L405.3045 602.21875ZM412.3045 602.21875L412.742 597.96875L417.117 597.96875L417.117 598.96875L413.66388 598.96875L413.39825 601.2969Q414.03888 600.9219 414.83575 600.9219Q415.992 600.9219 416.6795 601.7031Q417.367 602.46875 417.367 603.78125Q417.367 605.09375 416.64825 605.8594Q415.94513 606.625 414.66388 606.625Q413.53888 606.625 412.82013 606.0Q412.10138 605.3594 412.00763 604.25L413.02325 604.25Q413.13263 604.9844 413.5545 605.3594Q413.97638 605.7344 414.66388 605.7344Q415.41388 605.7344 415.85138 605.21875Q416.28888 604.7031 416.28888 603.7969Q416.28888 602.9375 415.82013 602.4219Q415.35138 601.90625 414.57013 601.90625Q413.867 601.90625 413.46075 602.2031L413.1795 602.4375L412.3045 602.21875ZM418.71075 599.6094Q418.71075 598.84375 419.19513 598.34375Q419.69513 597.84375 420.46075 597.84375Q421.242 597.84375 421.72638 598.34375Q422.21075 598.84375 422.21075 599.6406L422.21075 600.0625Q422.21075 600.8281 421.71075 601.3281Q421.22638 601.8125 420.47638 601.8125Q419.71075 601.8125 419.21075 601.3281Q418.71075 600.8281 418.71075 600.0156L418.71075 599.6094ZM419.52325 600.0625Q419.52325 600.5156 419.77325 600.8125Q420.03888 601.1094 420.47638 601.1094Q420.89825 601.1094 421.14825 600.8281Q421.39825 600.53125 421.39825 600.03125L421.39825 599.6094Q421.39825 599.15625 421.14825 598.8594Q420.89825 598.5469 420.46075 598.5469Q420.02325 598.5469 419.77325 598.8594Q419.52325 599.15625 419.52325 599.625L419.52325 600.0625ZM422.867 604.40625Q422.867 603.6406 423.35138 603.15625Q423.85138 602.65625 424.617 602.65625Q425.38263 602.65625 425.867 603.15625Q426.367 603.6406 426.367 604.4531L426.367 604.8594Q426.367 605.625 425.88263 606.125Q425.39825 606.625 424.63263 606.625Q423.867 606.625 423.367 606.1406Q422.867 605.6406 422.867 604.8281L422.867 604.40625ZM423.6795 604.8594Q423.6795 605.3281 423.9295 605.625Q424.19513 605.9219 424.63263 605.9219Q425.0545 605.9219 425.3045 605.6406Q425.5545 605.34375 425.5545 604.84375L425.5545 604.40625Q425.5545 603.9375 425.28888 603.65625Q425.03888 603.3594 424.617 603.3594Q424.19513 603.3594 423.9295 603.65625Q423.6795 603.9375 423.6795 604.4375L423.6795 604.8594ZM420.72638 605.8594L420.10138 605.46875L424.27325 598.7969L424.88263 599.1875L420.72638 605.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M405.3045 602.21875L405.742 597.96875L410.117 597.96875L410.117 598.96875L406.66388 598.96875L406.39825 601.2969Q407.03888 600.9219 407.83575 600.9219Q408.992 600.9219 409.6795 601.7031Q410.367 602.46875 410.367 603.78125Q410.367 605.09375 409.64825 605.8594Q408.94513 606.625 407.66388 606.625Q406.53888 606.625 405.82013 606.0Q405.10138 605.3594 405.00763 604.25L406.02325 604.25Q406.13263 604.9844 406.5545 605.3594Q406.97638 605.7344 407.66388 605.7344Q408.41388 605.7344 408.85138 605.21875Q409.28888 604.7031 409.28888 603.7969Q409.28888 602.9375 408.82013 602.4219Q408.35138 601.90625 407.57013 601.90625Q406.867 601.90625 406.46075 602.2031L406.1795 602.4375L405.3045 602.21875ZM412.3045 602.21875L412.742 597.96875L417.117 597.96875L417.117 598.96875L413.66388 598.96875L413.39825 601.2969Q414.03888 600.9219 414.83575 600.9219Q415.992 600.9219 416.6795 601.7031Q417.367 602.46875 417.367 603.78125Q417.367 605.09375 416.64825 605.8594Q415.94513 606.625 414.66388 606.625Q413.53888 606.625 412.82013 606.0Q412.10138 605.3594 412.00763 604.25L413.02325 604.25Q413.13263 604.9844 413.5545 605.3594Q413.97638 605.7344 414.66388 605.7344Q415.41388 605.7344 415.85138 605.21875Q416.28888 604.7031 416.28888 603.7969Q416.28888 602.9375 415.82013 602.4219Q415.35138 601.90625 414.57013 601.90625Q413.867 601.90625 413.46075 602.2031L413.1795 602.4375L412.3045 602.21875ZM418.71075 599.6094Q418.71075 598.84375 419.19513 598.34375Q419.69513 597.84375 420.46075 597.84375Q421.242 597.84375 421.72638 598.34375Q422.21075 598.84375 422.21075 599.6406L422.21075 600.0625Q422.21075 600.8281 421.71075 601.3281Q421.22638 601.8125 420.47638 601.8125Q419.71075 601.8125 419.21075 601.3281Q418.71075 600.8281 418.71075 600.0156L418.71075 599.6094ZM419.52325 600.0625Q419.52325 600.5156 419.77325 600.8125Q420.03888 601.1094 420.47638 601.1094Q420.89825 601.1094 421.14825 600.8281Q421.39825 600.53125 421.39825 600.03125L421.39825 599.6094Q421.39825 599.15625 421.14825 598.8594Q420.89825 598.5469 420.46075 598.5469Q420.02325 598.5469 419.77325 598.8594Q419.52325 599.15625 419.52325 599.625L419.52325 600.0625ZM422.867 604.40625Q422.867 603.6406 423.35138 603.15625Q423.85138 602.65625 424.617 602.65625Q425.38263 602.65625 425.867 603.15625Q426.367 603.6406 426.367 604.4531L426.367 604.8594Q426.367 605.625 425.88263 606.125Q425.39825 606.625 424.63263 606.625Q423.867 606.625 423.367 606.1406Q422.867 605.6406 422.867 604.8281L422.867 604.40625ZM423.6795 604.8594Q423.6795 605.3281 423.9295 605.625Q424.19513 605.9219 424.63263 605.9219Q425.0545 605.9219 425.3045 605.6406Q425.5545 605.34375 425.5545 604.84375L425.5545 604.40625Q425.5545 603.9375 425.28888 603.65625Q425.03888 603.3594 424.617 603.3594Q424.19513 603.3594 423.9295 603.65625Q423.6795 603.9375 423.6795 604.4375L423.6795 604.8594ZM420.72638 605.8594L420.10138 605.46875L424.27325 598.7969L424.88263 599.1875L420.72638 605.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M474.1802 661.5781L470.64896 669.5L469.50833 669.5L473.02396 661.8594L468.41458 661.8594L468.41458 660.96875L474.1802 660.96875L474.1802 661.5781ZM479.22708 669.5L478.14896 669.5L478.14896 662.28125L475.96146 663.0781L475.96146 662.09375L479.07083 660.9219L479.22708 660.9219L479.22708 669.5ZM482.57083 662.6094Q482.57083 661.84375 483.0552 661.34375Q483.5552 660.84375 484.32083 660.84375Q485.10208 660.84375 485.58646 661.34375Q486.07083 661.84375 486.07083 662.6406L486.07083 663.0625Q486.07083 663.8281 485.57083 664.3281Q485.08646 664.8125 484.33646 664.8125Q483.57083 664.8125 483.07083 664.3281Q482.57083 663.8281 482.57083 663.0156L482.57083 662.6094ZM483.38333 663.0625Q483.38333 663.5156 483.63333 663.8125Q483.89896 664.1094 484.33646 664.1094Q484.75833 664.1094 485.00833 663.8281Q485.25833 663.53125 485.25833 663.03125L485.25833 662.6094Q485.25833 662.15625 485.00833 661.8594Q484.75833 661.5469 484.32083 661.5469Q483.88333 661.5469 483.63333 661.8594Q483.38333 662.15625 483.38333 662.625L483.38333 663.0625ZM486.72708 667.40625Q486.72708 666.6406 487.21146 666.15625Q487.71146 665.65625 488.47708 665.65625Q489.2427 665.65625 489.72708 666.15625Q490.22708 666.6406 490.22708 667.4531L490.22708 667.8594Q490.22708 668.625 489.7427 669.125Q489.25833 669.625 488.4927 669.625Q487.72708 669.625 487.22708 669.1406Q486.72708 668.6406 486.72708 667.8281L486.72708 667.40625ZM487.53958 667.8594Q487.53958 668.3281 487.78958 668.625Q488.0552 668.9219 488.4927 668.9219Q488.91458 668.9219 489.16458 668.6406Q489.41458 668.34375 489.41458 667.84375L489.41458 667.40625Q489.41458 666.9375 489.14896 666.65625Q488.89896 666.3594 488.47708 666.3594Q488.0552 666.3594 487.78958 666.65625Q487.53958 666.9375 487.53958 667.4375L487.53958 667.8594ZM484.58646 668.8594L483.96146 668.46875L488.13333 661.7969L488.7427 662.1875L484.58646 668.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M474.1802 661.5781L470.64896 669.5L469.50833 669.5L473.02396 661.8594L468.41458 661.8594L468.41458 660.96875L474.1802 660.96875L474.1802 661.5781ZM479.22708 669.5L478.14896 669.5L478.14896 662.28125L475.96146 663.0781L475.96146 662.09375L479.07083 660.9219L479.22708 660.9219L479.22708 669.5ZM482.57083 662.6094Q482.57083 661.84375 483.0552 661.34375Q483.5552 660.84375 484.32083 660.84375Q485.10208 660.84375 485.58646 661.34375Q486.07083 661.84375 486.07083 662.6406L486.07083 663.0625Q486.07083 663.8281 485.57083 664.3281Q485.08646 664.8125 484.33646 664.8125Q483.57083 664.8125 483.07083 664.3281Q482.57083 663.8281 482.57083 663.0156L482.57083 662.6094ZM483.38333 663.0625Q483.38333 663.5156 483.63333 663.8125Q483.89896 664.1094 484.33646 664.1094Q484.75833 664.1094 485.00833 663.8281Q485.25833 663.53125 485.25833 663.03125L485.25833 662.6094Q485.25833 662.15625 485.00833 661.8594Q484.75833 661.5469 484.32083 661.5469Q483.88333 661.5469 483.63333 661.8594Q483.38333 662.15625 483.38333 662.625L483.38333 663.0625ZM486.72708 667.40625Q486.72708 666.6406 487.21146 666.15625Q487.71146 665.65625 488.47708 665.65625Q489.2427 665.65625 489.72708 666.15625Q490.22708 666.6406 490.22708 667.4531L490.22708 667.8594Q490.22708 668.625 489.7427 669.125Q489.25833 669.625 488.4927 669.625Q487.72708 669.625 487.22708 669.1406Q486.72708 668.6406 486.72708 667.8281L486.72708 667.40625ZM487.53958 667.8594Q487.53958 668.3281 487.78958 668.625Q488.0552 668.9219 488.4927 668.9219Q488.91458 668.9219 489.16458 668.6406Q489.41458 668.34375 489.41458 667.84375L489.41458 667.40625Q489.41458 666.9375 489.14896 666.65625Q488.89896 666.3594 488.47708 666.3594Q488.0552 666.3594 487.78958 666.65625Q487.53958 666.9375 487.53958 667.4375L487.53958 667.8594ZM484.58646 668.8594L483.96146 668.46875L488.13333 661.7969L488.7427 662.1875L484.58646 668.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M382.188 728.6406L383.3755 728.6406L383.3755 729.5156L382.188 729.5156L382.188 731.5L381.10986 731.5L381.10986 729.5156L377.21924 729.5156L377.21924 728.875L381.03174 722.96875L382.188 722.96875L382.188 728.6406ZM378.4536 728.6406L381.10986 728.6406L381.10986 724.4531L380.96924 724.6875L378.4536 728.6406ZM388.7661 727.75Q388.438 728.15625 387.9536 728.40625Q387.48486 728.6406 386.92236 728.6406Q386.188 728.6406 385.6411 728.28125Q385.09424 727.9219 384.79736 727.2656Q384.5005 726.59375 384.5005 725.7969Q384.5005 724.9531 384.813 724.2656Q385.1411 723.5781 385.73486 723.21875Q386.34424 722.84375 387.1411 722.84375Q388.40674 722.84375 389.1255 723.7969Q389.85986 724.75 389.85986 726.375L389.85986 726.6875Q389.85986 729.1875 388.8755 730.3281Q387.8911 731.46875 385.90674 731.5L385.688 731.5L385.688 730.59375L385.92236 730.59375Q387.2661 730.5625 387.98486 729.8906Q388.7036 729.21875 388.7661 727.75ZM387.09424 727.75Q387.6411 727.75 388.09424 727.4219Q388.563 727.0781 388.78174 726.59375L388.78174 726.15625Q388.78174 725.09375 388.313 724.4219Q387.84424 723.75 387.1411 723.75Q386.42236 723.75 385.98486 724.2969Q385.563 724.84375 385.563 725.75Q385.563 726.625 385.96924 727.1875Q386.3911 727.75 387.09424 727.75ZM391.5161 724.6094Q391.5161 723.84375 392.0005 723.34375Q392.5005 722.84375 393.2661 722.84375Q394.04736 722.84375 394.53174 723.34375Q395.0161 723.84375 395.0161 724.6406L395.0161 725.0625Q395.0161 725.8281 394.5161 726.3281Q394.03174 726.8125 393.28174 726.8125Q392.5161 726.8125 392.0161 726.3281Q391.5161 725.8281 391.5161 725.0156L391.5161 724.6094ZM392.3286 725.0625Q392.3286 725.5156 392.5786 725.8125Q392.84424 726.1094 393.28174 726.1094Q393.7036 726.1094 393.9536 725.8281Q394.2036 725.53125 394.2036 725.03125L394.2036 724.6094Q394.2036 724.15625 393.9536 723.8594Q393.7036 723.5469 393.2661 723.5469Q392.8286 723.5469 392.5786 723.8594Q392.3286 724.15625 392.3286 724.625L392.3286 725.0625ZM395.67236 729.40625Q395.67236 728.6406 396.15674 728.15625Q396.65674 727.65625 397.42236 727.65625Q398.188 727.65625 398.67236 728.15625Q399.17236 728.6406 399.17236 729.4531L399.17236 729.8594Q399.17236 730.625 398.688 731.125Q398.2036 731.625 397.438 731.625Q396.67236 731.625 396.17236 731.1406Q395.67236 730.6406 395.67236 729.8281L395.67236 729.40625ZM396.48486 729.8594Q396.48486 730.3281 396.73486 730.625Q397.0005 730.9219 397.438 730.9219Q397.85986 730.9219 398.10986 730.6406Q398.35986 730.34375 398.35986 729.84375L398.35986 729.40625Q398.35986 728.9375 398.09424 728.65625Q397.84424 728.3594 397.42236 728.3594Q397.0005 728.3594 396.73486 728.65625Q396.48486 728.9375 396.48486 729.4375L396.48486 729.8594ZM393.53174 730.8594L392.90674 730.46875L397.0786 723.7969L397.688 724.1875L393.53174 730.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M382.188 728.6406L383.3755 728.6406L383.3755 729.5156L382.188 729.5156L382.188 731.5L381.10986 731.5L381.10986 729.5156L377.21924 729.5156L377.21924 728.875L381.03174 722.96875L382.188 722.96875L382.188 728.6406ZM378.4536 728.6406L381.10986 728.6406L381.10986 724.4531L380.96924 724.6875L378.4536 728.6406ZM388.7661 727.75Q388.438 728.15625 387.9536 728.40625Q387.48486 728.6406 386.92236 728.6406Q386.188 728.6406 385.6411 728.28125Q385.09424 727.9219 384.79736 727.2656Q384.5005 726.59375 384.5005 725.7969Q384.5005 724.9531 384.813 724.2656Q385.1411 723.5781 385.73486 723.21875Q386.34424 722.84375 387.1411 722.84375Q388.40674 722.84375 389.1255 723.7969Q389.85986 724.75 389.85986 726.375L389.85986 726.6875Q389.85986 729.1875 388.8755 730.3281Q387.8911 731.46875 385.90674 731.5L385.688 731.5L385.688 730.59375L385.92236 730.59375Q387.2661 730.5625 387.98486 729.8906Q388.7036 729.21875 388.7661 727.75ZM387.09424 727.75Q387.6411 727.75 388.09424 727.4219Q388.563 727.0781 388.78174 726.59375L388.78174 726.15625Q388.78174 725.09375 388.313 724.4219Q387.84424 723.75 387.1411 723.75Q386.42236 723.75 385.98486 724.2969Q385.563 724.84375 385.563 725.75Q385.563 726.625 385.96924 727.1875Q386.3911 727.75 387.09424 727.75ZM391.5161 724.6094Q391.5161 723.84375 392.0005 723.34375Q392.5005 722.84375 393.2661 722.84375Q394.04736 722.84375 394.53174 723.34375Q395.0161 723.84375 395.0161 724.6406L395.0161 725.0625Q395.0161 725.8281 394.5161 726.3281Q394.03174 726.8125 393.28174 726.8125Q392.5161 726.8125 392.0161 726.3281Q391.5161 725.8281 391.5161 725.0156L391.5161 724.6094ZM392.3286 725.0625Q392.3286 725.5156 392.5786 725.8125Q392.84424 726.1094 393.28174 726.1094Q393.7036 726.1094 393.9536 725.8281Q394.2036 725.53125 394.2036 725.03125L394.2036 724.6094Q394.2036 724.15625 393.9536 723.8594Q393.7036 723.5469 393.2661 723.5469Q392.8286 723.5469 392.5786 723.8594Q392.3286 724.15625 392.3286 724.625L392.3286 725.0625ZM395.67236 729.40625Q395.67236 728.6406 396.15674 728.15625Q396.65674 727.65625 397.42236 727.65625Q398.188 727.65625 398.67236 728.15625Q399.17236 728.6406 399.17236 729.4531L399.17236 729.8594Q399.17236 730.625 398.688 731.125Q398.2036 731.625 397.438 731.625Q396.67236 731.625 396.17236 731.1406Q395.67236 730.6406 395.67236 729.8281L395.67236 729.40625ZM396.48486 729.8594Q396.48486 730.3281 396.73486 730.625Q397.0005 730.9219 397.438 730.9219Q397.85986 730.9219 398.10986 730.6406Q398.35986 730.34375 398.35986 729.84375L398.35986 729.40625Q398.35986 728.9375 398.09424 728.65625Q397.84424 728.3594 397.42236 728.3594Q397.0005 728.3594 396.73486 728.65625Q396.48486 728.9375 396.48486 729.4375L396.48486 729.8594ZM393.53174 730.8594L392.90674 730.46875L397.0786 723.7969L397.688 724.1875L393.53174 730.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M295.09708 794.1434Q295.09708 793.37775 295.58145 792.87775Q296.08145 792.37775 296.84708 792.37775Q297.62833 792.37775 298.1127 792.87775Q298.59708 793.37775 298.59708 794.1746L298.59708 794.5965Q298.59708 795.3621 298.09708 795.8621Q297.6127 796.3465 296.8627 796.3465Q296.09708 796.3465 295.59708 795.8621Q295.09708 795.3621 295.09708 794.5496L295.09708 794.1434ZM295.90958 794.5965Q295.90958 795.0496 296.15958 795.3465Q296.4252 795.6434 296.8627 795.6434Q297.28458 795.6434 297.53458 795.3621Q297.78458 795.06525 297.78458 794.56525L297.78458 794.1434Q297.78458 793.69025 297.53458 793.3934Q297.28458 793.0809 296.84708 793.0809Q296.40958 793.0809 296.15958 793.3934Q295.90958 793.69025 295.90958 794.159L295.90958 794.5965ZM299.25333 798.94025Q299.25333 798.1746 299.7377 797.69025Q300.2377 797.19025 301.00333 797.19025Q301.76895 797.19025 302.25333 797.69025Q302.75333 798.1746 302.75333 798.9871L302.75333 799.3934Q302.75333 800.159 302.26895 800.659Q301.78458 801.159 301.01895 801.159Q300.25333 801.159 299.75333 800.6746Q299.25333 800.1746 299.25333 799.3621L299.25333 798.94025ZM300.06583 799.3934Q300.06583 799.8621 300.31583 800.159Q300.58145 800.4559 301.01895 800.4559Q301.44083 800.4559 301.69083 800.1746Q301.94083 799.87775 301.94083 799.37775L301.94083 798.94025Q301.94083 798.4715 301.6752 798.19025Q301.4252 797.8934 301.00333 797.8934Q300.58145 797.8934 300.31583 798.19025Q300.06583 798.4715 300.06583 798.9715L300.06583 799.3934ZM297.1127 800.3934L296.4877 800.00275L300.65958 793.3309L301.26895 793.7215L297.1127 800.3934ZM307.01895 797.7996Q307.01895 796.87775 307.37833 796.12775Q307.75333 795.37775 308.40958 794.9871Q309.06583 794.5809 309.89395 794.5809Q311.19083 794.5809 311.9877 795.4715Q312.8002 796.3621 312.8002 797.8621L312.8002 797.94025Q312.8002 798.8621 312.44083 799.5965Q312.08145 800.3309 311.4252 800.75275Q310.76895 801.159 309.90958 801.159Q308.62833 801.159 307.81583 800.2684Q307.01895 799.3621 307.01895 797.87775L307.01895 797.7996ZM308.1127 797.94025Q308.1127 798.9871 308.59708 799.62775Q309.09708 800.2684 309.90958 800.2684Q310.7377 800.2684 311.22208 799.62775Q311.70645 798.9715 311.70645 797.7996Q311.70645 796.7684 311.20645 796.12775Q310.72208 795.4715 309.89395 795.4715Q309.09708 795.4715 308.59708 796.1121Q308.1127 796.7371 308.1127 797.94025ZM314.84708 801.034L314.84708 795.534L313.84708 795.534L313.84708 794.69025L314.84708 794.69025L314.84708 794.0496Q314.84708 793.0184 315.37833 792.4715Q315.9252 791.909 316.9252 791.909Q317.3002 791.909 317.6752 792.00275L317.6127 792.8934Q317.33145 792.8309 317.03458 792.8309Q316.50333 792.8309 316.20645 793.1434Q315.9252 793.4559 315.9252 794.0184L315.9252 794.69025L317.28458 794.69025L317.28458 795.534L315.9252 795.534L315.9252 801.034L314.84708 801.034ZM324.37833 795.659Q324.12833 795.62775 323.84708 795.62775Q322.76895 795.62775 322.39395 796.534L322.39395 801.034L321.31583 801.034L321.31583 794.69025L322.3627 794.69025L322.37833 795.4246Q322.90958 794.5809 323.89395 794.5809Q324.20645 794.5809 324.37833 794.659L324.37833 795.659ZM327.94083 801.159Q326.64395 801.159 325.83145 800.31525Q325.03458 799.4559 325.03458 798.034L325.03458 797.8465Q325.03458 796.8934 325.39395 796.159Q325.75333 795.409 326.39395 795.00275Q327.0502 794.5809 327.8002 794.5809Q329.03458 794.5809 329.72208 795.3934Q330.40958 796.2059 330.40958 797.7215L330.40958 798.1746L326.1127 798.1746Q326.14395 799.1121 326.65958 799.69025Q327.19083 800.2684 328.00333 800.2684Q328.56583 800.2684 328.95645 800.034Q329.3627 799.7996 329.6752 799.409L330.33145 799.9246Q329.53458 801.159 327.94083 801.159ZM327.8002 795.4715Q327.14395 795.4715 326.69083 795.9559Q326.25333 796.4246 326.15958 797.284L329.33145 797.284L329.33145 797.2059Q329.28458 796.37775 328.87833 795.9246Q328.4877 795.4715 327.8002 795.4715ZM335.00333 799.3465Q335.00333 798.909 334.65958 798.6746Q334.33145 798.4246 333.50333 798.25275Q332.69083 798.0809 332.20645 797.8309Q331.72208 797.5809 331.4877 797.25275Q331.26895 796.909 331.26895 796.44025Q331.26895 795.659 331.9252 795.12775Q332.58145 794.5809 333.6127 794.5809Q334.69083 794.5809 335.34708 795.1434Q336.01895 795.69025 336.01895 796.5496L334.94083 796.5496Q334.94083 796.1121 334.5502 795.7996Q334.1752 795.4715 333.6127 795.4715Q333.01895 795.4715 332.6752 795.7371Q332.34708 795.9871 332.34708 796.3934Q332.34708 796.784 332.65958 796.9871Q332.97208 797.19025 333.78458 797.37775Q334.59708 797.5496 335.09708 797.7996Q335.59708 798.0496 335.83145 798.409Q336.08145 798.7684 336.08145 799.2684Q336.08145 800.12775 335.39395 800.6434Q334.72208 801.159 333.64395 801.159Q332.87833 801.159 332.28458 800.8934Q331.70645 800.6121 331.37833 800.12775Q331.0502 799.6434 331.0502 799.0809L332.12833 799.0809Q332.15958 799.62775 332.56583 799.9559Q332.97208 800.2684 333.64395 800.2684Q334.25333 800.2684 334.62833 800.0184Q335.00333 799.7684 335.00333 799.3465ZM342.65958 797.94025Q342.65958 799.37775 342.00333 800.2684Q341.34708 801.159 340.20645 801.159Q339.0502 801.159 338.39395 800.4246L338.39395 803.4715L337.31583 803.4715L337.31583 794.69025L338.3002 794.69025L338.34708 795.3934Q339.01895 794.5809 340.19083 794.5809Q341.33145 794.5809 341.9877 795.44025Q342.65958 796.2996 342.65958 797.8309L342.65958 797.94025ZM341.58145 797.81525Q341.58145 796.7371 341.1127 796.12775Q340.65958 795.50275 339.8627 795.50275Q338.87833 795.50275 338.39395 796.3621L338.39395 799.3934Q338.87833 800.2684 339.87833 800.2684Q340.65958 800.2684 341.1127 799.659Q341.58145 799.034 341.58145 797.81525ZM344.01895 797.7996Q344.01895 796.87775 344.37833 796.12775Q344.75333 795.37775 345.40958 794.9871Q346.06583 794.5809 346.89395 794.5809Q348.19083 794.5809 348.9877 795.4715Q349.8002 796.3621 349.8002 797.8621L349.8002 797.94025Q349.8002 798.8621 349.44083 799.5965Q349.08145 800.3309 348.4252 800.75275Q347.76895 801.159 346.90958 801.159Q345.62833 801.159 344.81583 800.2684Q344.01895 799.3621 344.01895 797.87775L344.01895 797.7996ZM345.1127 797.94025Q345.1127 798.9871 345.59708 799.62775Q346.09708 800.2684 346.90958 800.2684Q347.7377 800.2684 348.22208 799.62775Q348.70645 798.9715 348.70645 797.7996Q348.70645 796.7684 348.20645 796.12775Q347.72208 795.4715 346.89395 795.4715Q346.09708 795.4715 345.59708 796.1121Q345.1127 796.7371 345.1127 797.94025ZM352.33145 794.69025L352.3627 795.4871Q353.09708 794.5809 354.26895 794.5809Q356.28458 794.5809 356.3002 796.8465L356.3002 801.034L355.20645 801.034L355.20645 796.8309Q355.20645 796.159 354.89395 795.8309Q354.59708 795.50275 353.94083 795.50275Q353.40958 795.50275 353.00333 795.784Q352.6127 796.06525 352.39395 796.5184L352.39395 801.034L351.31583 801.034L351.31583 794.69025L352.33145 794.69025ZM358.0502 797.81525Q358.0502 796.3465 358.7377 795.4715Q359.4252 794.5809 360.5502 794.5809Q361.65958 794.5809 362.31583 795.3309L362.31583 792.034L363.39395 792.034L363.39395 801.034L362.39395 801.034L362.34708 800.3465Q361.69083 801.159 360.53458 801.159Q359.44083 801.159 358.7377 800.25275Q358.0502 799.3465 358.0502 797.8934L358.0502 797.81525ZM359.12833 797.94025Q359.12833 799.0184 359.56583 799.62775Q360.01895 800.2371 360.8002 800.2371Q361.83145 800.2371 362.31583 799.2996L362.31583 796.3934Q361.83145 795.50275 360.81583 795.50275Q360.01895 795.50275 359.56583 796.1121Q359.12833 796.7215 359.12833 797.94025ZM367.94083 801.159Q366.64395 801.159 365.83145 800.31525Q365.03458 799.4559 365.03458 798.034L365.03458 797.8465Q365.03458 796.8934 365.39395 796.159Q365.75333 795.409 366.39395 795.00275Q367.0502 794.5809 367.8002 794.5809Q369.03458 794.5809 369.72208 795.3934Q370.40958 796.2059 370.40958 797.7215L370.40958 798.1746L366.1127 798.1746Q366.14395 799.1121 366.65958 799.69025Q367.19083 800.2684 368.00333 800.2684Q368.56583 800.2684 368.95645 800.034Q369.3627 799.7996 369.6752 799.409L370.33145 799.9246Q369.53458 801.159 367.94083 801.159ZM367.8002 795.4715Q367.14395 795.4715 366.69083 795.9559Q366.25333 796.4246 366.15958 797.284L369.33145 797.284L369.33145 797.2059Q369.28458 796.37775 368.87833 795.9246Q368.4877 795.4715 367.8002 795.4715ZM372.33145 794.69025L372.3627 795.4871Q373.09708 794.5809 374.26895 794.5809Q376.28458 794.5809 376.3002 796.8465L376.3002 801.034L375.20645 801.034L375.20645 796.8309Q375.20645 796.159 374.89395 795.8309Q374.59708 795.50275 373.94083 795.50275Q373.40958 795.50275 373.00333 795.784Q372.6127 796.06525 372.39395 796.5184L372.39395 801.034L371.31583 801.034L371.31583 794.69025L372.33145 794.69025ZM379.78458 793.159L379.78458 794.69025L380.95645 794.69025L380.95645 795.534L379.78458 795.534L379.78458 799.4559Q379.78458 799.8465 379.94083 800.034Q380.09708 800.2215 380.47208 800.2215Q380.65958 800.2215 380.9877 800.159L380.9877 801.034Q380.56583 801.159 380.15958 801.159Q379.44083 801.159 379.06583 800.7215Q378.69083 800.2684 378.69083 799.4559L378.69083 795.534L377.53458 795.534L377.53458 794.69025L378.69083 794.69025L378.69083 793.159L379.78458 793.159ZM386.00333 799.3465Q386.00333 798.909 385.65958 798.6746Q385.33145 798.4246 384.50333 798.25275Q383.69083 798.0809 383.20645 797.8309Q382.72208 797.5809 382.4877 797.25275Q382.26895 796.909 382.26895 796.44025Q382.26895 795.659 382.9252 795.12775Q383.58145 794.5809 384.6127 794.5809Q385.69083 794.5809 386.34708 795.1434Q387.01895 795.69025 387.01895 796.5496L385.94083 796.5496Q385.94083 796.1121 385.5502 795.7996Q385.1752 795.4715 384.6127 795.4715Q384.01895 795.4715 383.6752 795.7371Q383.34708 795.9871 383.34708 796.3934Q383.34708 796.784 383.65958 796.9871Q383.97208 797.19025 384.78458 797.37775Q385.59708 797.5496 386.09708 797.7996Q386.59708 798.0496 386.83145 798.409Q387.08145 798.7684 387.08145 799.2684Q387.08145 800.12775 386.39395 800.6434Q385.72208 801.159 384.64395 801.159Q383.87833 801.159 383.28458 800.8934Q382.70645 800.6121 382.37833 800.12775Q382.0502 799.6434 382.0502 799.0809L383.12833 799.0809Q383.15958 799.62775 383.56583 799.9559Q383.97208 800.2684 384.64395 800.2684Q385.25333 800.2684 385.62833 800.0184Q386.00333 799.7684 386.00333 799.3465ZM396.9252 799.534L398.14395 794.69025L399.22208 794.69025L397.37833 801.034L396.50333 801.034L394.95645 796.2215L393.45645 801.034L392.58145 801.034L390.7377 794.69025L391.81583 794.69025L393.06583 799.44025L394.5502 794.69025L395.40958 794.69025L396.9252 799.534ZM401.39395 795.4559Q402.1127 794.5809 403.26895 794.5809Q405.28458 794.5809 405.3002 796.8465L405.3002 801.034L404.20645 801.034L404.20645 796.8309Q404.20645 796.159 403.89395 795.8309Q403.59708 795.50275 402.94083 795.50275Q402.40958 795.50275 402.00333 795.784Q401.6127 796.06525 401.39395 796.5184L401.39395 801.034L400.31583 801.034L400.31583 792.034L401.39395 792.034L401.39395 795.4559ZM407.01895 797.7996Q407.01895 796.87775 407.37833 796.12775Q407.75333 795.37775 408.40958 794.9871Q409.06583 794.5809 409.89395 794.5809Q411.19083 794.5809 411.9877 795.4715Q412.8002 796.3621 412.8002 797.8621L412.8002 797.94025Q412.8002 798.8621 412.44083 799.5965Q412.08145 800.3309 411.4252 800.75275Q410.76895 801.159 409.90958 801.159Q408.62833 801.159 407.81583 800.2684Q407.01895 799.3621 407.01895 797.87775L407.01895 797.7996ZM408.1127 797.94025Q408.1127 798.9871 408.59708 799.62775Q409.09708 800.2684 409.90958 800.2684Q410.7377 800.2684 411.22208 799.62775Q411.70645 798.9715 411.70645 797.7996Q411.70645 796.7684 411.20645 796.12775Q410.72208 795.4715 409.89395 795.4715Q409.09708 795.4715 408.59708 796.1121Q408.1127 796.7371 408.1127 797.94025ZM421.22208 801.034Q421.12833 800.8465 421.06583 800.3621Q420.31583 801.159 419.26895 801.159Q418.33145 801.159 417.72208 800.62775Q417.12833 800.0965 417.12833 799.2684Q417.12833 798.284 417.87833 797.7371Q418.62833 797.19025 420.00333 797.19025L421.0502 797.19025L421.0502 796.69025Q421.0502 796.12775 420.70645 795.7996Q420.37833 795.4559 419.70645 795.4559Q419.12833 795.4559 418.7377 795.75275Q418.34708 796.034 418.34708 796.4559L417.25333 796.4559Q417.25333 795.9715 417.58145 795.534Q417.9252 795.0965 418.50333 794.8465Q419.08145 794.5809 419.76895 794.5809Q420.87833 794.5809 421.4877 795.12775Q422.1127 795.6746 422.14395 796.62775L422.14395 799.5496Q422.14395 800.4246 422.3627 800.94025L422.3627 801.034L421.22208 801.034ZM419.4252 800.2059Q419.94083 800.2059 420.39395 799.94025Q420.84708 799.6746 421.0502 799.25275L421.0502 797.9559L420.20645 797.9559Q418.20645 797.9559 418.20645 799.12775Q418.20645 799.62775 418.5502 799.9246Q418.89395 800.2059 419.4252 800.2059ZM424.0502 797.81525Q424.0502 796.3309 424.7377 795.4559Q425.4252 794.5809 426.5502 794.5809Q427.70645 794.5809 428.3627 795.3934L428.40958 794.69025L429.40958 794.69025L429.40958 800.87775Q429.40958 802.1121 428.6752 802.81525Q427.94083 803.534 426.72208 803.534Q426.03458 803.534 425.37833 803.2371Q424.72208 802.94025 424.37833 802.44025L424.94083 801.784Q425.62833 802.6434 426.64395 802.6434Q427.4252 802.6434 427.8627 802.19025Q428.31583 801.75275 428.31583 800.94025L428.31583 800.3934Q427.65958 801.159 426.53458 801.159Q425.4252 801.159 424.7377 800.2684Q424.0502 799.3621 424.0502 797.81525ZM425.14395 797.94025Q425.14395 799.00275 425.58145 799.62775Q426.01895 800.2371 426.81583 800.2371Q427.83145 800.2371 428.31583 799.2996L428.31583 796.409Q427.81583 795.50275 426.81583 795.50275Q426.03458 795.50275 425.58145 796.1121Q425.14395 796.7215 425.14395 797.94025ZM434.37833 795.659Q434.12833 795.62775 433.84708 795.62775Q432.76895 795.62775 432.39395 796.534L432.39395 801.034L431.31583 801.034L431.31583 794.69025L432.3627 794.69025L432.37833 795.4246Q432.90958 794.5809 433.89395 794.5809Q434.20645 794.5809 434.37833 794.659L434.37833 795.659ZM437.94083 801.159Q436.64395 801.159 435.83145 800.31525Q435.03458 799.4559 435.03458 798.034L435.03458 797.8465Q435.03458 796.8934 435.39395 796.159Q435.75333 795.409 436.39395 795.00275Q437.0502 794.5809 437.8002 794.5809Q439.03458 794.5809 439.72208 795.3934Q440.40958 796.2059 440.40958 797.7215L440.40958 798.1746L436.1127 798.1746Q436.14395 799.1121 436.65958 799.69025Q437.19083 800.2684 438.00333 800.2684Q438.56583 800.2684 438.95645 800.034Q439.3627 799.7996 439.6752 799.409L440.33145 799.9246Q439.53458 801.159 437.94083 801.159ZM437.8002 795.4715Q437.14395 795.4715 436.69083 795.9559Q436.25333 796.4246 436.15958 797.284L439.33145 797.284L439.33145 797.2059Q439.28458 796.37775 438.87833 795.9246Q438.4877 795.4715 437.8002 795.4715ZM443.94083 801.159Q442.64395 801.159 441.83145 800.31525Q441.03458 799.4559 441.03458 798.034L441.03458 797.8465Q441.03458 796.8934 441.39395 796.159Q441.75333 795.409 442.39395 795.00275Q443.0502 794.5809 443.8002 794.5809Q445.03458 794.5809 445.72208 795.3934Q446.40958 796.2059 446.40958 797.7215L446.40958 798.1746L442.1127 798.1746Q442.14395 799.1121 442.65958 799.69025Q443.19083 800.2684 444.00333 800.2684Q444.56583 800.2684 444.95645 800.034Q445.3627 799.7996 445.6752 799.409L446.33145 799.9246Q445.53458 801.159 443.94083 801.159ZM443.8002 795.4715Q443.14395 795.4715 442.69083 795.9559Q442.25333 796.4246 442.15958 797.284L445.33145 797.284L445.33145 797.2059Q445.28458 796.37775 444.87833 795.9246Q444.4877 795.4715 443.8002 795.4715Z" fill-rule="nonzero"/><path fill="#666666" d="M94.703125 77.80372L93.578125 77.80372L93.578125 69.27247L94.703125 69.27247L94.703125 77.80372ZM100.40625 72.22559Q101.125 71.35059 102.28125 71.35059Q104.296875 71.35059 104.3125 73.61622L104.3125 77.80372L103.21875 77.80372L103.21875 73.60059Q103.21875 72.92872 102.90625 72.60059Q102.609375 72.27247 101.953125 72.27247Q101.421875 72.27247 101.015625 72.55372Q100.625 72.83497 100.40625 73.28809L100.40625 77.80372L99.328125 77.80372L99.328125 68.80372L100.40625 68.80372L100.40625 72.22559ZM110.234375 77.80372Q110.140625 77.61622 110.078125 77.13184Q109.328125 77.92872 108.28125 77.92872Q107.34375 77.92872 106.734375 77.39747Q106.140625 76.86622 106.140625 76.03809Q106.140625 75.05372 106.890625 74.50684Q107.640625 73.95997 109.015625 73.95997L110.0625 73.95997L110.0625 73.45997Q110.0625 72.89747 109.71875 72.56934Q109.390625 72.22559 108.71875 72.22559Q108.140625 72.22559 107.75 72.52247Q107.359375 72.80372 107.359375 73.22559L106.265625 73.22559Q106.265625 72.74122 106.59375 72.30372Q106.9375 71.86622 107.515625 71.61622Q108.09375 71.35059 108.78125 71.35059Q109.890625 71.35059 110.5 71.89747Q111.125 72.44434 111.15625 73.39747L111.15625 76.31934Q111.15625 77.19434 111.375 77.70997L111.375 77.80372L110.234375 77.80372ZM108.4375 76.97559Q108.953125 76.97559 109.40625 76.70997Q109.859375 76.44434 110.0625 76.02247L110.0625 74.72559L109.21875 74.72559Q107.21875 74.72559 107.21875 75.89747Q107.21875 76.39747 107.5625 76.69434Q107.90625 76.97559 108.4375 76.97559ZM115.40625 76.33497L116.984375 71.45997L118.09375 71.45997L115.8125 77.80372L114.984375 77.80372L112.6875 71.45997L113.796875 71.45997L115.40625 76.33497ZM121.953125 77.92872Q120.65625 77.92872 119.84375 77.08497Q119.046875 76.22559 119.046875 74.80372L119.046875 74.61622Q119.046875 73.66309 119.40625 72.92872Q119.765625 72.17872 120.40625 71.77247Q121.0625 71.35059 121.8125 71.35059Q123.046875 71.35059 123.734375 72.16309Q124.421875 72.97559 124.421875 74.49122L124.421875 74.94434L120.125 74.94434Q120.15625 75.88184 120.671875 76.45997Q121.203125 77.03809 122.015625 77.03809Q122.578125 77.03809 122.96875 76.80372Q123.375 76.56934 123.6875 76.17872L124.34375 76.69434Q123.546875 77.92872 121.953125 77.92872ZM121.8125 72.24122Q121.15625 72.24122 120.703125 72.72559Q120.265625 73.19434 120.171875 74.05372L123.34375 74.05372L123.34375 73.97559Q123.296875 73.14747 122.890625 72.69434Q122.5 72.24122 121.8125 72.24122ZM132.23438 77.80372Q132.14062 77.61622 132.07812 77.13184Q131.32812 77.92872 130.28125 77.92872Q129.34375 77.92872 128.73438 77.39747Q128.14062 76.86622 128.14062 76.03809Q128.14062 75.05372 128.89062 74.50684Q129.64062 73.95997 131.01562 73.95997L132.0625 73.95997L132.0625 73.45997Q132.0625 72.89747 131.71875 72.56934Q131.39062 72.22559 130.71875 72.22559Q130.14062 72.22559 129.75 72.52247Q129.35938 72.80372 129.35938 73.22559L128.26562 73.22559Q128.26562 72.74122 128.59375 72.30372Q128.9375 71.86622 129.51562 71.61622Q130.09375 71.35059 130.78125 71.35059Q131.89062 71.35059 132.5 71.89747Q133.125 72.44434 133.15625 73.39747L133.15625 76.31934Q133.15625 77.19434 133.375 77.70997L133.375 77.80372L132.23438 77.80372ZM130.4375 76.97559Q130.95312 76.97559 131.40625 76.70997Q131.85938 76.44434 132.0625 76.02247L132.0625 74.72559L131.21875 74.72559Q129.21875 74.72559 129.21875 75.89747Q129.21875 76.39747 129.5625 76.69434Q129.90625 76.97559 130.4375 76.97559ZM138.0625 74.58497Q138.0625 73.10059 138.75 72.22559Q139.4375 71.35059 140.5625 71.35059Q141.71875 71.35059 142.375 72.16309L142.42188 71.45997L143.42188 71.45997L143.42188 77.64747Q143.42188 78.88184 142.6875 79.58497Q141.95312 80.30372 140.73438 80.30372Q140.04688 80.30372 139.39062 80.00684Q138.73438 79.70997 138.39062 79.20997L138.95312 78.55372Q139.64062 79.41309 140.65625 79.41309Q141.4375 79.41309 141.875 78.95997Q142.32812 78.52247 142.32812 77.70997L142.32812 77.16309Q141.67188 77.92872 140.54688 77.92872Q139.4375 77.92872 138.75 77.03809Q138.0625 76.13184 138.0625 74.58497ZM139.15625 74.70997Q139.15625 75.77247 139.59375 76.39747Q140.03125 77.00684 140.82812 77.00684Q141.84375 77.00684 142.32812 76.06934L142.32812 73.17872Q141.82812 72.27247 140.82812 72.27247Q140.04688 72.27247 139.59375 72.88184Q139.15625 73.49122 139.15625 74.70997ZM145.03125 74.56934Q145.03125 73.64747 145.39062 72.89747Q145.76562 72.14747 146.42188 71.75684Q147.07812 71.35059 147.90625 71.35059Q149.20312 71.35059 150.0 72.24122Q150.8125 73.13184 150.8125 74.63184L150.8125 74.70997Q150.8125 75.63184 150.45312 76.36622Q150.09375 77.10059 149.4375 77.52247Q148.78125 77.92872 147.92188 77.92872Q146.64062 77.92872 145.82812 77.03809Q145.03125 76.13184 145.03125 74.64747L145.03125 74.56934ZM146.125 74.70997Q146.125 75.75684 146.60938 76.39747Q147.10938 77.03809 147.92188 77.03809Q148.75 77.03809 149.23438 76.39747Q149.71875 75.74122 149.71875 74.56934Q149.71875 73.53809 149.21875 72.89747Q148.73438 72.24122 147.90625 72.24122Q147.10938 72.24122 146.60938 72.88184Q146.125 73.50684 146.125 74.70997ZM152.03125 74.56934Q152.03125 73.64747 152.39062 72.89747Q152.76562 72.14747 153.42188 71.75684Q154.07812 71.35059 154.90625 71.35059Q156.20312 71.35059 157.0 72.24122Q157.8125 73.13184 157.8125 74.63184L157.8125 74.70997Q157.8125 75.63184 157.45312 76.36622Q157.09375 77.10059 156.4375 77.52247Q155.78125 77.92872 154.92188 77.92872Q153.64062 77.92872 152.82812 77.03809Q152.03125 76.13184 152.03125 74.64747L152.03125 74.56934ZM153.125 74.70997Q153.125 75.75684 153.60938 76.39747Q154.10938 77.03809 154.92188 77.03809Q155.75 77.03809 156.23438 76.39747Q156.71875 75.74122 156.71875 74.56934Q156.71875 73.53809 156.21875 72.89747Q155.73438 72.24122 154.90625 72.24122Q154.10938 72.24122 153.60938 72.88184Q153.125 73.50684 153.125 74.70997ZM159.0625 74.58497Q159.0625 73.11622 159.75 72.24122Q160.4375 71.35059 161.5625 71.35059Q162.67188 71.35059 163.32812 72.10059L163.32812 68.80372L164.40625 68.80372L164.40625 77.80372L163.40625 77.80372L163.35938 77.11622Q162.70312 77.92872 161.54688 77.92872Q160.45312 77.92872 159.75 77.02247Q159.0625 76.11622 159.0625 74.66309L159.0625 74.58497ZM160.14062 74.70997Q160.14062 75.78809 160.57812 76.39747Q161.03125 77.00684 161.8125 77.00684Q162.84375 77.00684 163.32812 76.06934L163.32812 73.16309Q162.84375 72.27247 161.82812 72.27247Q161.03125 72.27247 160.57812 72.88184Q160.14062 73.49122 160.14062 74.70997Z" fill-rule="nonzero"/><path fill="#666666" d="M33.234375 92.17872Q32.609375 92.92872 31.375 92.92872Q30.359375 92.92872 29.828125 92.33497Q29.296875 91.74122 29.296875 90.58497L29.296875 86.45997L30.375 86.45997L30.375 90.55372Q30.375 92.00684 31.546875 92.00684Q32.796875 92.00684 33.203125 91.06934L33.203125 86.45997L34.296875 86.45997L34.296875 92.80372L33.265625 92.80372L33.234375 92.17872ZM37.34375 86.45997L37.375 87.25684Q38.109375 86.35059 39.28125 86.35059Q41.296875 86.35059 41.3125 88.61622L41.3125 92.80372L40.21875 92.80372L40.21875 88.60059Q40.21875 87.92872 39.90625 87.60059Q39.609375 87.27247 38.953125 87.27247Q38.421875 87.27247 38.015625 87.55372Q37.625 87.83497 37.40625 88.28809L37.40625 92.80372L36.328125 92.80372L36.328125 86.45997L37.34375 86.45997ZM43.0625 89.58497Q43.0625 88.11622 43.75 87.24122Q44.4375 86.35059 45.5625 86.35059Q46.671875 86.35059 47.328125 87.10059L47.328125 83.80372L48.40625 83.80372L48.40625 92.80372L47.40625 92.80372L47.359375 92.11622Q46.703125 92.92872 45.546875 92.92872Q44.453125 92.92872 43.75 92.02247Q43.0625 91.11622 43.0625 89.66309L43.0625 89.58497ZM44.140625 89.70997Q44.140625 90.78809 44.578125 91.39747Q45.03125 92.00684 45.8125 92.00684Q46.84375 92.00684 47.328125 91.06934L47.328125 88.16309Q46.84375 87.27247 45.828125 87.27247Q45.03125 87.27247 44.578125 87.88184Q44.140625 88.49122 44.140625 89.70997ZM52.953125 92.92872Q51.65625 92.92872 50.84375 92.08497Q50.046875 91.22559 50.046875 89.80372L50.046875 89.61622Q50.046875 88.66309 50.40625 87.92872Q50.765625 87.17872 51.40625 86.77247Q52.0625 86.35059 52.8125 86.35059Q54.046875 86.35059 54.734375 87.16309Q55.421875 87.97559 55.421875 89.49122L55.421875 89.94434L51.125 89.94434Q51.15625 90.88184 51.671875 91.45997Q52.203125 92.03809 53.015625 92.03809Q53.578125 92.03809 53.96875 91.80372Q54.375 91.56934 54.6875 91.17872L55.34375 91.69434Q54.546875 92.92872 52.953125 92.92872ZM52.8125 87.24122Q52.15625 87.24122 51.703125 87.72559Q51.265625 88.19434 51.171875 89.05372L54.34375 89.05372L54.34375 88.97559Q54.296875 88.14747 53.890625 87.69434Q53.5 87.24122 52.8125 87.24122ZM59.390625 87.42872Q59.140625 87.39747 58.859375 87.39747Q57.78125 87.39747 57.40625 88.30372L57.40625 92.80372L56.328125 92.80372L56.328125 86.45997L57.375 86.45997L57.390625 87.19434Q57.921875 86.35059 58.90625 86.35059Q59.21875 86.35059 59.390625 86.42872L59.390625 87.42872ZM64.015625 91.11622Q64.015625 90.67872 63.671875 90.44434Q63.34375 90.19434 62.515625 90.02247Q61.703125 89.85059 61.21875 89.60059Q60.734375 89.35059 60.5 89.02247Q60.28125 88.67872 60.28125 88.20997Q60.28125 87.42872 60.9375 86.89747Q61.59375 86.35059 62.625 86.35059Q63.703125 86.35059 64.359375 86.91309Q65.03125 87.45997 65.03125 88.31934L63.953125 88.31934Q63.953125 87.88184 63.5625 87.56934Q63.1875 87.24122 62.625 87.24122Q62.03125 87.24122 61.6875 87.50684Q61.359375 87.75684 61.359375 88.16309Q61.359375 88.55372 61.671875 88.75684Q61.984375 88.95997 62.796875 89.14747Q63.609375 89.31934 64.109375 89.56934Q64.609375 89.81934 64.84375 90.17872Q65.09375 90.53809 65.09375 91.03809Q65.09375 91.89747 64.40625 92.41309Q63.734375 92.92872 62.65625 92.92872Q61.890625 92.92872 61.296875 92.66309Q60.71875 92.38184 60.390625 91.89747Q60.0625 91.41309 60.0625 90.85059L61.140625 90.85059Q61.171875 91.39747 61.578125 91.72559Q61.984375 92.03809 62.65625 92.03809Q63.265625 92.03809 63.640625 91.78809Q64.015625 91.53809 64.015625 91.11622ZM67.796875 84.92872L67.796875 86.45997L68.96875 86.45997L68.96875 87.30372L67.796875 87.30372L67.796875 91.22559Q67.796875 91.61622 67.953125 91.80372Q68.109375 91.99122 68.484375 91.99122Q68.671875 91.99122 69.0 91.92872L69.0 92.80372Q68.578125 92.92872 68.171875 92.92872Q67.453125 92.92872 67.078125 92.49122Q66.703125 92.03809 66.703125 91.22559L66.703125 87.30372L65.546875 87.30372L65.546875 86.45997L66.703125 86.45997L66.703125 84.92872L67.796875 84.92872ZM74.234375 92.80372Q74.140625 92.61622 74.078125 92.13184Q73.328125 92.92872 72.28125 92.92872Q71.34375 92.92872 70.734375 92.39747Q70.140625 91.86622 70.140625 91.03809Q70.140625 90.05372 70.890625 89.50684Q71.640625 88.95997 73.015625 88.95997L74.0625 88.95997L74.0625 88.45997Q74.0625 87.89747 73.71875 87.56934Q73.390625 87.22559 72.71875 87.22559Q72.140625 87.22559 71.75 87.52247Q71.359375 87.80372 71.359375 88.22559L70.265625 88.22559Q70.265625 87.74122 70.59375 87.30372Q70.9375 86.86622 71.515625 86.61622Q72.09375 86.35059 72.78125 86.35059Q73.890625 86.35059 74.5 86.89747Q75.125 87.44434 75.15625 88.39747L75.15625 91.31934Q75.15625 92.19434 75.375 92.70997L75.375 92.80372L74.234375 92.80372ZM72.4375 91.97559Q72.953125 91.97559 73.40625 91.70997Q73.859375 91.44434 74.0625 91.02247L74.0625 89.72559L73.21875 89.72559Q71.21875 89.72559 71.21875 90.89747Q71.21875 91.39747 71.5625 91.69434Q71.90625 91.97559 72.4375 91.97559ZM78.34375 86.45997L78.375 87.25684Q79.109375 86.35059 80.28125 86.35059Q82.296875 86.35059 82.3125 88.61622L82.3125 92.80372L81.21875 92.80372L81.21875 88.60059Q81.21875 87.92872 80.90625 87.60059Q80.609375 87.27247 79.953125 87.27247Q79.421875 87.27247 79.015625 87.55372Q78.625 87.83497 78.40625 88.28809L78.40625 92.80372L77.328125 92.80372L77.328125 86.45997L78.34375 86.45997ZM84.0625 89.58497Q84.0625 88.11622 84.75 87.24122Q85.4375 86.35059 86.5625 86.35059Q87.671875 86.35059 88.328125 87.10059L88.328125 83.80372L89.40625 83.80372L89.40625 92.80372L88.40625 92.80372L88.359375 92.11622Q87.703125 92.92872 86.546875 92.92872Q85.453125 92.92872 84.75 92.02247Q84.0625 91.11622 84.0625 89.66309L84.0625 89.58497ZM85.140625 89.70997Q85.140625 90.78809 85.578125 91.39747Q86.03125 92.00684 86.8125 92.00684Q87.84375 92.00684 88.328125 91.06934L88.328125 88.16309Q87.84375 87.27247 86.828125 87.27247Q86.03125 87.27247 85.578125 87.88184Q85.140625 88.49122 85.140625 89.70997ZM92.5 92.80372L91.421875 92.80372L91.421875 86.45997L92.5 86.45997L92.5 92.80372ZM91.328125 84.78809Q91.328125 84.52247 91.484375 84.33497Q91.65625 84.14747 91.96875 84.14747Q92.28125 84.14747 92.4375 84.33497Q92.609375 84.52247 92.609375 84.78809Q92.609375 85.03809 92.4375 85.22559Q92.28125 85.39747 91.96875 85.39747Q91.65625 85.39747 91.484375 85.22559Q91.328125 85.03809 91.328125 84.78809ZM95.34375 86.45997L95.375 87.25684Q96.109375 86.35059 97.28125 86.35059Q99.296875 86.35059 99.3125 88.61622L99.3125 92.80372L98.21875 92.80372L98.21875 88.60059Q98.21875 87.92872 97.90625 87.60059Q97.609375 87.27247 96.953125 87.27247Q96.421875 87.27247 96.015625 87.55372Q95.625 87.83497 95.40625 88.28809L95.40625 92.80372L94.328125 92.80372L94.328125 86.45997L95.34375 86.45997ZM101.0625 89.58497Q101.0625 88.10059 101.75 87.22559Q102.4375 86.35059 103.5625 86.35059Q104.71875 86.35059 105.375 87.16309L105.421875 86.45997L106.421875 86.45997L106.421875 92.64747Q106.421875 93.88184 105.6875 94.58497Q104.953125 95.30372 103.734375 95.30372Q103.046875 95.30372 102.390625 95.00684Q101.734375 94.70997 101.390625 94.20997L101.953125 93.55372Q102.640625 94.41309 103.65625 94.41309Q104.4375 94.41309 104.875 93.95997Q105.328125 93.52247 105.328125 92.70997L105.328125 92.16309Q104.671875 92.92872 103.546875 92.92872Q102.4375 92.92872 101.75 92.03809Q101.0625 91.13184 101.0625 89.58497ZM102.15625 89.70997Q102.15625 90.77247 102.59375 91.39747Q103.03125 92.00684 103.828125 92.00684Q104.84375 92.00684 105.328125 91.06934L105.328125 88.17872Q104.828125 87.27247 103.828125 87.27247Q103.046875 87.27247 102.59375 87.88184Q102.15625 88.49122 102.15625 89.70997ZM111.03125 89.56934Q111.03125 88.64747 111.390625 87.89747Q111.765625 87.14747 112.421875 86.75684Q113.078125 86.35059 113.90625 86.35059Q115.203125 86.35059 116.0 87.24122Q116.8125 88.13184 116.8125 89.63184L116.8125 89.70997Q116.8125 90.63184 116.453125 91.36622Q116.09375 92.10059 115.4375 92.52247Q114.78125 92.92872 113.921875 92.92872Q112.640625 92.92872 111.828125 92.03809Q111.03125 91.13184 111.03125 89.64747L111.03125 89.56934ZM112.125 89.70997Q112.125 90.75684 112.609375 91.39747Q113.109375 92.03809 113.921875 92.03809Q114.75 92.03809 115.234375 91.39747Q115.71875 90.74122 115.71875 89.56934Q115.71875 88.53809 115.21875 87.89747Q114.734375 87.24122 113.90625 87.24122Q113.109375 87.24122 112.609375 87.88184Q112.125 88.50684 112.125 89.70997ZM118.859375 92.80372L118.859375 87.30372L117.859375 87.30372L117.859375 86.45997L118.859375 86.45997L118.859375 85.81934Q118.859375 84.78809 119.390625 84.24122Q119.9375 83.67872 120.9375 83.67872Q121.3125 83.67872 121.6875 83.77247L121.625 84.66309Q121.34375 84.60059 121.046875 84.60059Q120.515625 84.60059 120.21875 84.91309Q119.9375 85.22559 119.9375 85.78809L119.9375 86.45997L121.296875 86.45997L121.296875 87.30372L119.9375 87.30372L119.9375 92.80372L118.859375 92.80372ZM131.79688 91.67872Q131.35938 92.30372 130.57812 92.61622Q129.79688 92.92872 128.76562 92.92872Q127.734375 92.92872 126.921875 92.44434Q126.109375 91.94434 125.671875 91.03809Q125.234375 90.13184 125.21875 88.94434L125.21875 88.20997Q125.21875 86.27247 126.109375 85.20997Q127.015625 84.14747 128.64062 84.14747Q129.98438 84.14747 130.79688 84.83497Q131.60938 85.52247 131.79688 86.77247L130.67188 86.77247Q130.34375 85.08497 128.65625 85.08497Q127.515625 85.08497 126.9375 85.88184Q126.359375 86.66309 126.34375 88.17872L126.34375 88.86622Q126.34375 90.30372 127.0 91.16309Q127.65625 92.00684 128.78125 92.00684Q129.40625 92.00684 129.875 91.86622Q130.35938 91.72559 130.67188 91.38184L130.67188 89.47559L128.70312 89.47559L128.70312 88.55372L131.79688 88.55372L131.79688 91.67872ZM133.03125 89.56934Q133.03125 88.64747 133.39062 87.89747Q133.76562 87.14747 134.42188 86.75684Q135.07812 86.35059 135.90625 86.35059Q137.20312 86.35059 138.0 87.24122Q138.8125 88.13184 138.8125 89.63184L138.8125 89.70997Q138.8125 90.63184 138.45312 91.36622Q138.09375 92.10059 137.4375 92.52247Q136.78125 92.92872 135.92188 92.92872Q134.64062 92.92872 133.82812 92.03809Q133.03125 91.13184 133.03125 89.64747L133.03125 89.56934ZM134.125 89.70997Q134.125 90.75684 134.60938 91.39747Q135.10938 92.03809 135.92188 92.03809Q136.75 92.03809 137.23438 91.39747Q137.71875 90.74122 137.71875 89.56934Q137.71875 88.53809 137.21875 87.89747Q136.73438 87.24122 135.90625 87.24122Q135.10938 87.24122 134.60938 87.88184Q134.125 88.50684 134.125 89.70997ZM148.6875 89.70997Q148.6875 91.16309 148.01562 92.05372Q147.35938 92.92872 146.23438 92.92872Q145.03125 92.92872 144.375 92.06934L144.3125 92.80372L143.32812 92.80372L143.32812 83.80372L144.40625 83.80372L144.40625 87.16309Q145.0625 86.35059 146.21875 86.35059Q147.375 86.35059 148.03125 87.22559Q148.6875 88.08497 148.6875 89.61622L148.6875 89.70997ZM147.60938 89.58497Q147.60938 88.47559 147.17188 87.88184Q146.75 87.27247 145.95312 87.27247Q144.875 87.27247 144.40625 88.25684L144.40625 91.00684Q144.90625 92.00684 145.95312 92.00684Q146.73438 92.00684 147.17188 91.39747Q147.60938 90.78809 147.60938 89.58497ZM152.95312 92.92872Q151.65625 92.92872 150.84375 92.08497Q150.04688 91.22559 150.04688 89.80372L150.04688 89.61622Q150.04688 88.66309 150.40625 87.92872Q150.76562 87.17872 151.40625 86.77247Q152.0625 86.35059 152.8125 86.35059Q154.04688 86.35059 154.73438 87.16309Q155.42188 87.97559 155.42188 89.49122L155.42188 89.94434L151.125 89.94434Q151.15625 90.88184 151.67188 91.45997Q152.20312 92.03809 153.01562 92.03809Q153.57812 92.03809 153.96875 91.80372Q154.375 91.56934 154.6875 91.17872L155.34375 91.69434Q154.54688 92.92872 152.95312 92.92872ZM152.8125 87.24122Q152.15625 87.24122 151.70312 87.72559Q151.26562 88.19434 151.17188 89.05372L154.34375 89.05372L154.34375 88.97559Q154.29688 88.14747 153.89062 87.69434Q153.5 87.24122 152.8125 87.24122ZM160.01562 91.11622Q160.01562 90.67872 159.67188 90.44434Q159.34375 90.19434 158.51562 90.02247Q157.70312 89.85059 157.21875 89.60059Q156.73438 89.35059 156.5 89.02247Q156.28125 88.67872 156.28125 88.20997Q156.28125 87.42872 156.9375 86.89747Q157.59375 86.35059 158.625 86.35059Q159.70312 86.35059 160.35938 86.91309Q161.03125 87.45997 161.03125 88.31934L159.95312 88.31934Q159.95312 87.88184 159.5625 87.56934Q159.1875 87.24122 158.625 87.24122Q158.03125 87.24122 157.6875 87.50684Q157.35938 87.75684 157.35938 88.16309Q157.35938 88.55372 157.67188 88.75684Q157.98438 88.95997 158.79688 89.14747Q159.60938 89.31934 160.10938 89.56934Q160.60938 89.81934 160.84375 90.17872Q161.09375 90.53809 161.09375 91.03809Q161.09375 91.89747 160.40625 92.41309Q159.73438 92.92872 158.65625 92.92872Q157.89062 92.92872 157.29688 92.66309Q156.71875 92.38184 156.39062 91.89747Q156.0625 91.41309 156.0625 90.85059L157.14062 90.85059Q157.17188 91.39747 157.57812 91.72559Q157.98438 92.03809 158.65625 92.03809Q159.26562 92.03809 159.64062 91.78809Q160.01562 91.53809 160.01562 91.11622ZM163.79688 84.92872L163.79688 86.45997L164.96875 86.45997L164.96875 87.30372L163.79688 87.30372L163.79688 91.22559Q163.79688 91.61622 163.95312 91.80372Q164.10938 91.99122 164.48438 91.99122Q164.67188 91.99122 165.0 91.92872L165.0 92.80372Q164.57812 92.92872 164.17188 92.92872Q163.45312 92.92872 163.07812 92.49122Q162.70312 92.03809 162.70312 91.22559L162.70312 87.30372L161.54688 87.30372L161.54688 86.45997L162.70312 86.45997L162.70312 84.92872L163.79688 84.92872Z" fill-rule="nonzero"/><path fill="#666666" d="M122.671875 104.70997Q122.671875 106.14747 122.015625 107.03809Q121.359375 107.92872 120.21875 107.92872Q119.0625 107.92872 118.40625 107.19434L118.40625 110.24122L117.328125 110.24122L117.328125 101.45997L118.3125 101.45997L118.359375 102.16309Q119.03125 101.35059 120.203125 101.35059Q121.34375 101.35059 122.0 102.20997Q122.671875 103.06934 122.671875 104.60059L122.671875 104.70997ZM121.59375 104.58497Q121.59375 103.50684 121.125 102.89747Q120.671875 102.27247 119.875 102.27247Q118.890625 102.27247 118.40625 103.13184L118.40625 106.16309Q118.890625 107.03809 119.890625 107.03809Q120.671875 107.03809 121.125 106.42872Q121.59375 105.80372 121.59375 104.58497ZM127.390625 102.42872Q127.140625 102.39747 126.859375 102.39747Q125.78125 102.39747 125.40625 103.30372L125.40625 107.80372L124.328125 107.80372L124.328125 101.45997L125.375 101.45997L125.390625 102.19434Q125.921875 101.35059 126.90625 101.35059Q127.21875 101.35059 127.390625 101.42872L127.390625 102.42872ZM132.23438 107.80372Q132.14062 107.61622 132.07812 107.13184Q131.32812 107.92872 130.28125 107.92872Q129.34375 107.92872 128.73438 107.39747Q128.14062 106.86622 128.14062 106.03809Q128.14062 105.05372 128.89062 104.50684Q129.64062 103.95997 131.01562 103.95997L132.0625 103.95997L132.0625 103.45997Q132.0625 102.89747 131.71875 102.56934Q131.39062 102.22559 130.71875 102.22559Q130.14062 102.22559 129.75 102.52247Q129.35938 102.80372 129.35938 103.22559L128.26562 103.22559Q128.26562 102.74122 128.59375 102.30372Q128.9375 101.86622 129.51562 101.61622Q130.09375 101.35059 130.78125 101.35059Q131.89062 101.35059 132.5 101.89747Q133.125 102.44434 133.15625 103.39747L133.15625 106.31934Q133.15625 107.19434 133.375 107.70997L133.375 107.80372L132.23438 107.80372ZM130.4375 106.97559Q130.95312 106.97559 131.40625 106.70997Q131.85938 106.44434 132.0625 106.02247L132.0625 104.72559L131.21875 104.72559Q129.21875 104.72559 129.21875 105.89747Q129.21875 106.39747 129.5625 106.69434Q129.90625 106.97559 130.4375 106.97559ZM137.85938 107.03809Q138.4375 107.03809 138.875 106.69434Q139.3125 106.33497 139.35938 105.80372L140.39062 105.80372Q140.35938 106.35059 140.0 106.85059Q139.65625 107.33497 139.07812 107.63184Q138.51562 107.92872 137.85938 107.92872Q136.5625 107.92872 135.79688 107.06934Q135.04688 106.19434 135.04688 104.69434L135.04688 104.50684Q135.04688 103.58497 135.375 102.86622Q135.71875 102.14747 136.34375 101.75684Q136.98438 101.35059 137.85938 101.35059Q138.92188 101.35059 139.625 101.99122Q140.34375 102.61622 140.39062 103.64747L139.35938 103.64747Q139.3125 103.02247 138.89062 102.63184Q138.46875 102.24122 137.85938 102.24122Q137.03125 102.24122 136.57812 102.83497Q136.125 103.42872 136.125 104.55372L136.125 104.75684Q136.125 105.85059 136.57812 106.44434Q137.03125 107.03809 137.85938 107.03809ZM142.79688 99.92872L142.79688 101.45997L143.96875 101.45997L143.96875 102.30372L142.79688 102.30372L142.79688 106.22559Q142.79688 106.61622 142.95312 106.80372Q143.10938 106.99122 143.48438 106.99122Q143.67188 106.99122 144.0 106.92872L144.0 107.80372Q143.57812 107.92872 143.17188 107.92872Q142.45312 107.92872 142.07812 107.49122Q141.70312 107.03809 141.70312 106.22559L141.70312 102.30372L140.54688 102.30372L140.54688 101.45997L141.70312 101.45997L141.70312 99.92872L142.79688 99.92872ZM146.5 107.80372L145.42188 107.80372L145.42188 101.45997L146.5 101.45997L146.5 107.80372ZM145.32812 99.78809Q145.32812 99.52247 145.48438 99.33497Q145.65625 99.14747 145.96875 99.14747Q146.28125 99.14747 146.4375 99.33497Q146.60938 99.52247 146.60938 99.78809Q146.60938 100.03809 146.4375 100.22559Q146.28125 100.39747 145.96875 100.39747Q145.65625 100.39747 145.48438 100.22559Q145.32812 100.03809 145.32812 99.78809ZM150.85938 107.03809Q151.4375 107.03809 151.875 106.69434Q152.3125 106.33497 152.35938 105.80372L153.39062 105.80372Q153.35938 106.35059 153.0 106.85059Q152.65625 107.33497 152.07812 107.63184Q151.51562 107.92872 150.85938 107.92872Q149.5625 107.92872 148.79688 107.06934Q148.04688 106.19434 148.04688 104.69434L148.04688 104.50684Q148.04688 103.58497 148.375 102.86622Q148.71875 102.14747 149.34375 101.75684Q149.98438 101.35059 150.85938 101.35059Q151.92188 101.35059 152.625 101.99122Q153.34375 102.61622 153.39062 103.64747L152.35938 103.64747Q152.3125 103.02247 151.89062 102.63184Q151.46875 102.24122 150.85938 102.24122Q150.03125 102.24122 149.57812 102.83497Q149.125 103.42872 149.125 104.55372L149.125 104.75684Q149.125 105.85059 149.57812 106.44434Q150.03125 107.03809 150.85938 107.03809ZM156.95312 107.92872Q155.65625 107.92872 154.84375 107.08497Q154.04688 106.22559 154.04688 104.80372L154.04688 104.61622Q154.04688 103.66309 154.40625 102.92872Q154.76562 102.17872 155.40625 101.77247Q156.0625 101.35059 156.8125 101.35059Q158.04688 101.35059 158.73438 102.16309Q159.42188 102.97559 159.42188 104.49122L159.42188 104.94434L155.125 104.94434Q155.15625 105.88184 155.67188 106.45997Q156.20312 107.03809 157.01562 107.03809Q157.57812 107.03809 157.96875 106.80372Q158.375 106.56934 158.6875 106.17872L159.34375 106.69434Q158.54688 107.92872 156.95312 107.92872ZM156.8125 102.24122Q156.15625 102.24122 155.70312 102.72559Q155.26562 103.19434 155.17188 104.05372L158.34375 104.05372L158.34375 103.97559Q158.29688 103.14747 157.89062 102.69434Q157.5 102.24122 156.8125 102.24122ZM164.01562 106.11622Q164.01562 105.67872 163.67188 105.44434Q163.34375 105.19434 162.51562 105.02247Q161.70312 104.85059 161.21875 104.60059Q160.73438 104.35059 160.5 104.02247Q160.28125 103.67872 160.28125 103.20997Q160.28125 102.42872 160.9375 101.89747Q161.59375 101.35059 162.625 101.35059Q163.70312 101.35059 164.35938 101.91309Q165.03125 102.45997 165.03125 103.31934L163.95312 103.31934Q163.95312 102.88184 163.5625 102.56934Q163.1875 102.24122 162.625 102.24122Q162.03125 102.24122 161.6875 102.50684Q161.35938 102.75684 161.35938 103.16309Q161.35938 103.55372 161.67188 103.75684Q161.98438 103.95997 162.79688 104.14747Q163.60938 104.31934 164.10938 104.56934Q164.60938 104.81934 164.84375 105.17872Q165.09375 105.53809 165.09375 106.03809Q165.09375 106.89747 164.40625 107.41309Q163.73438 107.92872 162.65625 107.92872Q161.89062 107.92872 161.29688 107.66309Q160.71875 107.38184 160.39062 106.89747Q160.0625 106.41309 160.0625 105.85059L161.14062 105.85059Q161.17188 106.39747 161.57812 106.72559Q161.98438 107.03809 162.65625 107.03809Q163.26562 107.03809 163.64062 106.78809Q164.01562 106.53809 164.01562 106.11622Z" fill-rule="nonzero"/><path fill="#666666" d="M38.703125 147.79639L37.578125 147.79639L37.578125 139.26514L38.703125 139.26514L38.703125 147.79639ZM47.234375 147.79639Q47.140625 147.60889 47.078125 147.12451Q46.328125 147.92139 45.28125 147.92139Q44.34375 147.92139 43.734375 147.39014Q43.140625 146.85889 43.140625 146.03076Q43.140625 145.04639 43.890625 144.49951Q44.640625 143.95264 46.015625 143.95264L47.0625 143.95264L47.0625 143.45264Q47.0625 142.89014 46.71875 142.56201Q46.390625 142.21826 45.71875 142.21826Q45.140625 142.21826 44.75 142.51514Q44.359375 142.79639 44.359375 143.21826L43.265625 143.21826Q43.265625 142.73389 43.59375 142.29639Q43.9375 141.85889 44.515625 141.60889Q45.09375 141.34326 45.78125 141.34326Q46.890625 141.34326 47.5 141.89014Q48.125 142.43701 48.15625 143.39014L48.15625 146.31201Q48.15625 147.18701 48.375 147.70264L48.375 147.79639L47.234375 147.79639ZM45.4375 146.96826Q45.953125 146.96826 46.40625 146.70264Q46.859375 146.43701 47.0625 146.01514L47.0625 144.71826L46.21875 144.71826Q44.21875 144.71826 44.21875 145.89014Q44.21875 146.39014 44.5625 146.68701Q44.90625 146.96826 45.4375 146.96826ZM51.34375 141.45264L51.375 142.15576Q52.0625 141.34326 53.25 141.34326Q54.578125 141.34326 55.0625 142.35889Q55.375 141.90576 55.875 141.62451Q56.390625 141.34326 57.078125 141.34326Q59.171875 141.34326 59.203125 143.54639L59.203125 147.79639L58.125 147.79639L58.125 143.60889Q58.125 142.93701 57.8125 142.60889Q57.5 142.26514 56.765625 142.26514Q56.15625 142.26514 55.75 142.62451Q55.359375 142.98389 55.296875 143.59326L55.296875 147.79639L54.21875 147.79639L54.21875 143.64014Q54.21875 142.26514 52.859375 142.26514Q51.796875 142.26514 51.40625 143.17139L51.40625 147.79639L50.3125 147.79639L50.3125 141.45264L51.34375 141.45264ZM68.234375 147.79639Q68.140625 147.60889 68.078125 147.12451Q67.328125 147.92139 66.28125 147.92139Q65.34375 147.92139 64.734375 147.39014Q64.140625 146.85889 64.140625 146.03076Q64.140625 145.04639 64.890625 144.49951Q65.640625 143.95264 67.015625 143.95264L68.0625 143.95264L68.0625 143.45264Q68.0625 142.89014 67.71875 142.56201Q67.390625 142.21826 66.71875 142.21826Q66.140625 142.21826 65.75 142.51514Q65.359375 142.79639 65.359375 143.21826L64.265625 143.21826Q64.265625 142.73389 64.59375 142.29639Q64.9375 141.85889 65.515625 141.60889Q66.09375 141.34326 66.78125 141.34326Q67.890625 141.34326 68.5 141.89014Q69.125 142.43701 69.15625 143.39014L69.15625 146.31201Q69.15625 147.18701 69.375 147.70264L69.375 147.79639L68.234375 147.79639ZM66.4375 146.96826Q66.953125 146.96826 67.40625 146.70264Q67.859375 146.43701 68.0625 146.01514L68.0625 144.71826L67.21875 144.71826Q65.21875 144.71826 65.21875 145.89014Q65.21875 146.39014 65.5625 146.68701Q65.90625 146.96826 66.4375 146.96826ZM76.6875 144.70264Q76.6875 146.15576 76.015625 147.04639Q75.359375 147.92139 74.234375 147.92139Q73.03125 147.92139 72.375 147.06201L72.3125 147.79639L71.328125 147.79639L71.328125 138.79639L72.40625 138.79639L72.40625 142.15576Q73.0625 141.34326 74.21875 141.34326Q75.375 141.34326 76.03125 142.21826Q76.6875 143.07764 76.6875 144.60889L76.6875 144.70264ZM75.609375 144.57764Q75.609375 143.46826 75.171875 142.87451Q74.75 142.26514 73.953125 142.26514Q72.875 142.26514 72.40625 143.24951L72.40625 145.99951Q72.90625 146.99951 73.953125 146.99951Q74.734375 146.99951 75.171875 146.39014Q75.609375 145.78076 75.609375 144.57764ZM79.5 147.79639L78.421875 147.79639L78.421875 138.79639L79.5 138.79639L79.5 147.79639ZM83.953125 147.92139Q82.65625 147.92139 81.84375 147.07764Q81.046875 146.21826 81.046875 144.79639L81.046875 144.60889Q81.046875 143.65576 81.40625 142.92139Q81.765625 142.17139 82.40625 141.76514Q83.0625 141.34326 83.8125 141.34326Q85.046875 141.34326 85.734375 142.15576Q86.421875 142.96826 86.421875 144.48389L86.421875 144.93701L82.125 144.93701Q82.15625 145.87451 82.671875 146.45264Q83.203125 147.03076 84.015625 147.03076Q84.578125 147.03076 84.96875 146.79639Q85.375 146.56201 85.6875 146.17139L86.34375 146.68701Q85.546875 147.92139 83.953125 147.92139ZM83.8125 142.23389Q83.15625 142.23389 82.703125 142.71826Q82.265625 143.18701 82.171875 144.04639L85.34375 144.04639L85.34375 143.96826Q85.296875 143.14014 84.890625 142.68701Q84.5 142.23389 83.8125 142.23389ZM91.796875 139.92139L91.796875 141.45264L92.96875 141.45264L92.96875 142.29639L91.796875 142.29639L91.796875 146.21826Q91.796875 146.60889 91.953125 146.79639Q92.109375 146.98389 92.484375 146.98389Q92.671875 146.98389 93.0 146.92139L93.0 147.79639Q92.578125 147.92139 92.171875 147.92139Q91.453125 147.92139 91.078125 147.48389Q90.703125 147.03076 90.703125 146.21826L90.703125 142.29639L89.546875 142.29639L89.546875 141.45264L90.703125 141.45264L90.703125 139.92139L91.796875 139.92139ZM94.03125 144.56201Q94.03125 143.64014 94.390625 142.89014Q94.765625 142.14014 95.421875 141.74951Q96.078125 141.34326 96.90625 141.34326Q98.203125 141.34326 99.0 142.23389Q99.8125 143.12451 99.8125 144.62451L99.8125 144.70264Q99.8125 145.62451 99.453125 146.35889Q99.09375 147.09326 98.4375 147.51514Q97.78125 147.92139 96.921875 147.92139Q95.640625 147.92139 94.828125 147.03076Q94.03125 146.12451 94.03125 144.64014L94.03125 144.56201ZM95.125 144.70264Q95.125 145.74951 95.609375 146.39014Q96.109375 147.03076 96.921875 147.03076Q97.75 147.03076 98.234375 146.39014Q98.71875 145.73389 98.71875 144.56201Q98.71875 143.53076 98.21875 142.89014Q97.734375 142.23389 96.90625 142.23389Q96.109375 142.23389 95.609375 142.87451Q95.125 143.49951 95.125 144.70264ZM104.0625 144.57764Q104.0625 143.07764 104.734375 142.21826Q105.421875 141.34326 106.578125 141.34326Q107.703125 141.34326 108.359375 142.09326L108.40625 141.45264L109.40625 141.45264L109.40625 150.23389L108.3125 150.23389L108.3125 147.20264Q107.65625 147.92139 106.578125 147.92139Q105.421875 147.92139 104.734375 147.03076Q104.0625 146.12451 104.0625 144.65576L104.0625 144.57764ZM105.140625 144.70264Q105.140625 145.78076 105.59375 146.40576Q106.0625 147.03076 106.84375 147.03076Q107.8125 147.03076 108.3125 146.17139L108.3125 143.06201Q107.796875 142.23389 106.859375 142.23389Q106.0625 142.23389 105.59375 142.85889Q105.140625 143.48389 105.140625 144.70264ZM115.234375 147.17139Q114.609375 147.92139 113.375 147.92139Q112.359375 147.92139 111.828125 147.32764Q111.296875 146.73389 111.296875 145.57764L111.296875 141.45264L112.375 141.45264L112.375 145.54639Q112.375 146.99951 113.546875 146.99951Q114.796875 146.99951 115.203125 146.06201L115.203125 141.45264L116.296875 141.45264L116.296875 147.79639L115.265625 147.79639L115.234375 147.17139ZM119.5 147.79639L118.421875 147.79639L118.421875 141.45264L119.5 141.45264L119.5 147.79639ZM118.328125 139.78076Q118.328125 139.51514 118.484375 139.32764Q118.65625 139.14014 118.96875 139.14014Q119.28125 139.14014 119.4375 139.32764Q119.609375 139.51514 119.609375 139.78076Q119.609375 140.03076 119.4375 140.21826Q119.28125 140.39014 118.96875 140.39014Q118.65625 140.39014 118.484375 140.21826Q118.328125 140.03076 118.328125 139.78076ZM123.859375 147.03076Q124.4375 147.03076 124.875 146.68701Q125.3125 146.32764 125.359375 145.79639L126.390625 145.79639Q126.359375 146.34326 126.0 146.84326Q125.65625 147.32764 125.078125 147.62451Q124.515625 147.92139 123.859375 147.92139Q122.5625 147.92139 121.796875 147.06201Q121.046875 146.18701 121.046875 144.68701L121.046875 144.49951Q121.046875 143.57764 121.375 142.85889Q121.71875 142.14014 122.34375 141.74951Q122.984375 141.34326 123.859375 141.34326Q124.921875 141.34326 125.625 141.98389Q126.34375 142.60889 126.390625 143.64014L125.359375 143.64014Q125.3125 143.01514 124.890625 142.62451Q124.46875 142.23389 123.859375 142.23389Q123.03125 142.23389 122.578125 142.82764Q122.125 143.42139 122.125 144.54639L122.125 144.74951Q122.125 145.84326 122.578125 146.43701Q123.03125 147.03076 123.859375 147.03076ZM129.09375 144.85889L128.40625 145.56201L128.40625 147.79639L127.328125 147.79639L127.328125 138.79639L128.40625 138.79639L128.40625 144.23389L128.98438 143.54639L130.96875 141.45264L132.28125 141.45264L129.8125 144.10889L132.57812 147.79639L131.29688 147.79639L129.09375 144.85889ZM134.5 147.79639L133.42188 147.79639L133.42188 138.79639L134.5 138.79639L134.5 147.79639ZM138.39062 146.20264L139.875 141.45264L141.03125 141.45264L138.48438 148.78076Q137.89062 150.35889 136.60938 150.35889L136.39062 150.34326L136.0 150.26514L136.0 149.39014L136.28125 149.40576Q136.84375 149.40576 137.14062 149.18701Q137.45312 148.96826 137.65625 148.37451L137.89062 147.71826L135.625 141.45264L136.8125 141.45264L138.39062 146.20264ZM145.85938 147.79639L145.85938 142.29639L144.85938 142.29639L144.85938 141.45264L145.85938 141.45264L145.85938 140.81201Q145.85938 139.78076 146.39062 139.23389Q146.9375 138.67139 147.9375 138.67139Q148.3125 138.67139 148.6875 138.76514L148.625 139.65576Q148.34375 139.59326 148.04688 139.59326Q147.51562 139.59326 147.21875 139.90576Q146.9375 140.21826 146.9375 140.78076L146.9375 141.45264L148.29688 141.45264L148.29688 142.29639L146.9375 142.29639L146.9375 147.79639L145.85938 147.79639ZM150.5 147.79639L149.42188 147.79639L149.42188 141.45264L150.5 141.45264L150.5 147.79639ZM149.32812 139.78076Q149.32812 139.51514 149.48438 139.32764Q149.65625 139.14014 149.96875 139.14014Q150.28125 139.14014 150.4375 139.32764Q150.60938 139.51514 150.60938 139.78076Q150.60938 140.03076 150.4375 140.21826Q150.28125 140.39014 149.96875 140.39014Q149.65625 140.39014 149.48438 140.21826Q149.32812 140.03076 149.32812 139.78076ZM153.34375 141.45264L153.375 142.24951Q154.10938 141.34326 155.28125 141.34326Q157.29688 141.34326 157.3125 143.60889L157.3125 147.79639L156.21875 147.79639L156.21875 143.59326Q156.21875 142.92139 155.90625 142.59326Q155.60938 142.26514 154.95312 142.26514Q154.42188 142.26514 154.01562 142.54639Q153.625 142.82764 153.40625 143.28076L153.40625 147.79639L152.32812 147.79639L152.32812 141.45264L153.34375 141.45264ZM159.0625 144.57764Q159.0625 143.10889 159.75 142.23389Q160.4375 141.34326 161.5625 141.34326Q162.67188 141.34326 163.32812 142.09326L163.32812 138.79639L164.40625 138.79639L164.40625 147.79639L163.40625 147.79639L163.35938 147.10889Q162.70312 147.92139 161.54688 147.92139Q160.45312 147.92139 159.75 147.01514Q159.0625 146.10889 159.0625 144.65576L159.0625 144.57764ZM160.14062 144.70264Q160.14062 145.78076 160.57812 146.39014Q161.03125 146.99951 161.8125 146.99951Q162.84375 146.99951 163.32812 146.06201L163.32812 143.15576Q162.84375 142.26514 161.82812 142.26514Q161.03125 142.26514 160.57812 142.87451Q160.14062 143.48389 160.14062 144.70264Z" fill-rule="nonzero"/><path fill="#666666" d="M35.234375 162.79639Q35.140625 162.60889 35.078125 162.12451Q34.328125 162.92139 33.28125 162.92139Q32.34375 162.92139 31.734375 162.39014Q31.140625 161.85889 31.140625 161.03076Q31.140625 160.04639 31.890625 159.49951Q32.640625 158.95264 34.015625 158.95264L35.0625 158.95264L35.0625 158.45264Q35.0625 157.89014 34.71875 157.56201Q34.390625 157.21826 33.71875 157.21826Q33.140625 157.21826 32.75 157.51514Q32.359375 157.79639 32.359375 158.21826L31.265625 158.21826Q31.265625 157.73389 31.59375 157.29639Q31.9375 156.85889 32.515625 156.60889Q33.09375 156.34326 33.78125 156.34326Q34.890625 156.34326 35.5 156.89014Q36.125 157.43701 36.15625 158.39014L36.15625 161.31201Q36.15625 162.18701 36.375 162.70264L36.375 162.79639L35.234375 162.79639ZM33.4375 161.96826Q33.953125 161.96826 34.40625 161.70264Q34.859375 161.43701 35.0625 161.01514L35.0625 159.71826L34.21875 159.71826Q32.21875 159.71826 32.21875 160.89014Q32.21875 161.39014 32.5625 161.68701Q32.90625 161.96826 33.4375 161.96826ZM39.34375 156.45264L39.375 157.24951Q40.109375 156.34326 41.28125 156.34326Q43.296875 156.34326 43.3125 158.60889L43.3125 162.79639L42.21875 162.79639L42.21875 158.59326Q42.21875 157.92139 41.90625 157.59326Q41.609375 157.26514 40.953125 157.26514Q40.421875 157.26514 40.015625 157.54639Q39.625 157.82764 39.40625 158.28076L39.40625 162.79639L38.328125 162.79639L38.328125 156.45264L39.34375 156.45264ZM49.015625 161.10889Q49.015625 160.67139 48.671875 160.43701Q48.34375 160.18701 47.515625 160.01514Q46.703125 159.84326 46.21875 159.59326Q45.734375 159.34326 45.5 159.01514Q45.28125 158.67139 45.28125 158.20264Q45.28125 157.42139 45.9375 156.89014Q46.59375 156.34326 47.625 156.34326Q48.703125 156.34326 49.359375 156.90576Q50.03125 157.45264 50.03125 158.31201L48.953125 158.31201Q48.953125 157.87451 48.5625 157.56201Q48.1875 157.23389 47.625 157.23389Q47.03125 157.23389 46.6875 157.49951Q46.359375 157.74951 46.359375 158.15576Q46.359375 158.54639 46.671875 158.74951Q46.984375 158.95264 47.796875 159.14014Q48.609375 159.31201 49.109375 159.56201Q49.609375 159.81201 49.84375 160.17139Q50.09375 160.53076 50.09375 161.03076Q50.09375 161.89014 49.40625 162.40576Q48.734375 162.92139 47.65625 162.92139Q46.890625 162.92139 46.296875 162.65576Q45.71875 162.37451 45.390625 161.89014Q45.0625 161.40576 45.0625 160.84326L46.140625 160.84326Q46.171875 161.39014 46.578125 161.71826Q46.984375 162.03076 47.65625 162.03076Q48.265625 162.03076 48.640625 161.78076Q49.015625 161.53076 49.015625 161.10889ZM56.9375 161.29639L58.15625 156.45264L59.234375 156.45264L57.390625 162.79639L56.515625 162.79639L54.96875 157.98389L53.46875 162.79639L52.59375 162.79639L50.75 156.45264L51.828125 156.45264L53.078125 161.20264L54.5625 156.45264L55.421875 156.45264L56.9375 161.29639ZM62.953125 162.92139Q61.65625 162.92139 60.84375 162.07764Q60.046875 161.21826 60.046875 159.79639L60.046875 159.60889Q60.046875 158.65576 60.40625 157.92139Q60.765625 157.17139 61.40625 156.76514Q62.0625 156.34326 62.8125 156.34326Q64.046875 156.34326 64.734375 157.15576Q65.421875 157.96826 65.421875 159.48389L65.421875 159.93701L61.125 159.93701Q61.15625 160.87451 61.671875 161.45264Q62.203125 162.03076 63.015625 162.03076Q63.578125 162.03076 63.96875 161.79639Q64.375 161.56201 64.6875 161.17139L65.34375 161.68701Q64.546875 162.92139 62.953125 162.92139ZM62.8125 157.23389Q62.15625 157.23389 61.703125 157.71826Q61.265625 158.18701 61.171875 159.04639L64.34375 159.04639L64.34375 158.96826Q64.296875 158.14014 63.890625 157.68701Q63.5 157.23389 62.8125 157.23389ZM69.390625 157.42139Q69.140625 157.39014 68.859375 157.39014Q67.78125 157.39014 67.40625 158.29639L67.40625 162.79639L66.328125 162.79639L66.328125 156.45264L67.375 156.45264L67.390625 157.18701Q67.921875 156.34326 68.90625 156.34326Q69.21875 156.34326 69.390625 156.42139L69.390625 157.42139ZM74.015625 161.10889Q74.015625 160.67139 73.671875 160.43701Q73.34375 160.18701 72.515625 160.01514Q71.703125 159.84326 71.21875 159.59326Q70.734375 159.34326 70.5 159.01514Q70.28125 158.67139 70.28125 158.20264Q70.28125 157.42139 70.9375 156.89014Q71.59375 156.34326 72.625 156.34326Q73.703125 156.34326 74.359375 156.90576Q75.03125 157.45264 75.03125 158.31201L73.953125 158.31201Q73.953125 157.87451 73.5625 157.56201Q73.1875 157.23389 72.625 157.23389Q72.03125 157.23389 71.6875 157.49951Q71.359375 157.74951 71.359375 158.15576Q71.359375 158.54639 71.671875 158.74951Q71.984375 158.95264 72.796875 159.14014Q73.609375 159.31201 74.109375 159.56201Q74.609375 159.81201 74.84375 160.17139Q75.09375 160.53076 75.09375 161.03076Q75.09375 161.89014 74.40625 162.40576Q73.734375 162.92139 72.65625 162.92139Q71.890625 162.92139 71.296875 162.65576Q70.71875 162.37451 70.390625 161.89014Q70.0625 161.40576 70.0625 160.84326L71.140625 160.84326Q71.171875 161.39014 71.578125 161.71826Q71.984375 162.03076 72.65625 162.03076Q73.265625 162.03076 73.640625 161.78076Q74.015625 161.53076 74.015625 161.10889ZM80.796875 154.92139L80.796875 156.45264L81.96875 156.45264L81.96875 157.29639L80.796875 157.29639L80.796875 161.21826Q80.796875 161.60889 80.953125 161.79639Q81.109375 161.98389 81.484375 161.98389Q81.671875 161.98389 82.0 161.92139L82.0 162.79639Q81.578125 162.92139 81.171875 162.92139Q80.453125 162.92139 80.078125 162.48389Q79.703125 162.03076 79.703125 161.21826L79.703125 157.29639L78.546875 157.29639L78.546875 156.45264L79.703125 156.45264L79.703125 154.92139L80.796875 154.92139ZM83.03125 159.56201Q83.03125 158.64014 83.390625 157.89014Q83.765625 157.14014 84.421875 156.74951Q85.078125 156.34326 85.90625 156.34326Q87.203125 156.34326 88.0 157.23389Q88.8125 158.12451 88.8125 159.62451L88.8125 159.70264Q88.8125 160.62451 88.453125 161.35889Q88.09375 162.09326 87.4375 162.51514Q86.78125 162.92139 85.921875 162.92139Q84.640625 162.92139 83.828125 162.03076Q83.03125 161.12451 83.03125 159.64014L83.03125 159.56201ZM84.125 159.70264Q84.125 160.74951 84.609375 161.39014Q85.109375 162.03076 85.921875 162.03076Q86.75 162.03076 87.234375 161.39014Q87.71875 160.73389 87.71875 159.56201Q87.71875 158.53076 87.21875 157.89014Q86.734375 157.23389 85.90625 157.23389Q85.109375 157.23389 84.609375 157.87451Q84.125 158.49951 84.125 159.70264ZM94.34375 156.45264L94.375 157.15576Q95.0625 156.34326 96.25 156.34326Q97.578125 156.34326 98.0625 157.35889Q98.375 156.90576 98.875 156.62451Q99.390625 156.34326 100.078125 156.34326Q102.171875 156.34326 102.203125 158.54639L102.203125 162.79639L101.125 162.79639L101.125 158.60889Q101.125 157.93701 100.8125 157.60889Q100.5 157.26514 99.765625 157.26514Q99.15625 157.26514 98.75 157.62451Q98.359375 157.98389 98.296875 158.59326L98.296875 162.79639L97.21875 162.79639L97.21875 158.64014Q97.21875 157.26514 95.859375 157.26514Q94.796875 157.26514 94.40625 158.17139L94.40625 162.79639L93.3125 162.79639L93.3125 156.45264L94.34375 156.45264ZM106.390625 161.20264L107.875 156.45264L109.03125 156.45264L106.484375 163.78076Q105.890625 165.35889 104.609375 165.35889L104.390625 165.34326L104.0 165.26514L104.0 164.39014L104.28125 164.40576Q104.84375 164.40576 105.140625 164.18701Q105.453125 163.96826 105.65625 163.37451L105.890625 162.71826L103.625 156.45264L104.8125 156.45264L106.390625 161.20264ZM113.0625 159.57764Q113.0625 158.07764 113.734375 157.21826Q114.421875 156.34326 115.578125 156.34326Q116.703125 156.34326 117.359375 157.09326L117.40625 156.45264L118.40625 156.45264L118.40625 165.23389L117.3125 165.23389L117.3125 162.20264Q116.65625 162.92139 115.578125 162.92139Q114.421875 162.92139 113.734375 162.03076Q113.0625 161.12451 113.0625 159.65576L113.0625 159.57764ZM114.140625 159.70264Q114.140625 160.78076 114.59375 161.40576Q115.0625 162.03076 115.84375 162.03076Q116.8125 162.03076 117.3125 161.17139L117.3125 158.06201Q116.796875 157.23389 115.859375 157.23389Q115.0625 157.23389 114.59375 157.85889Q114.140625 158.48389 114.140625 159.70264ZM124.234375 162.17139Q123.609375 162.92139 122.375 162.92139Q121.359375 162.92139 120.828125 162.32764Q120.296875 161.73389 120.296875 160.57764L120.296875 156.45264L121.375 156.45264L121.375 160.54639Q121.375 161.99951 122.546875 161.99951Q123.796875 161.99951 124.203125 161.06201L124.203125 156.45264L125.296875 156.45264L125.296875 162.79639L124.265625 162.79639L124.234375 162.17139ZM129.95312 162.92139Q128.65625 162.92139 127.84375 162.07764Q127.046875 161.21826 127.046875 159.79639L127.046875 159.60889Q127.046875 158.65576 127.40625 157.92139Q127.765625 157.17139 128.40625 156.76514Q129.0625 156.34326 129.8125 156.34326Q131.04688 156.34326 131.73438 157.15576Q132.42188 157.96826 132.42188 159.48389L132.42188 159.93701L128.125 159.93701Q128.15625 160.87451 128.67188 161.45264Q129.20312 162.03076 130.01562 162.03076Q130.57812 162.03076 130.96875 161.79639Q131.375 161.56201 131.6875 161.17139L132.34375 161.68701Q131.54688 162.92139 129.95312 162.92139ZM129.8125 157.23389Q129.15625 157.23389 128.70312 157.71826Q128.26562 158.18701 128.17188 159.04639L131.34375 159.04639L131.34375 158.96826Q131.29688 158.14014 130.89062 157.68701Q130.5 157.23389 129.8125 157.23389ZM137.01562 161.10889Q137.01562 160.67139 136.67188 160.43701Q136.34375 160.18701 135.51562 160.01514Q134.70312 159.84326 134.21875 159.59326Q133.73438 159.34326 133.5 159.01514Q133.28125 158.67139 133.28125 158.20264Q133.28125 157.42139 133.9375 156.89014Q134.59375 156.34326 135.625 156.34326Q136.70312 156.34326 137.35938 156.90576Q138.03125 157.45264 138.03125 158.31201L136.95312 158.31201Q136.95312 157.87451 136.5625 157.56201Q136.1875 157.23389 135.625 157.23389Q135.03125 157.23389 134.6875 157.49951Q134.35938 157.74951 134.35938 158.15576Q134.35938 158.54639 134.67188 158.74951Q134.98438 158.95264 135.79688 159.14014Q136.60938 159.31201 137.10938 159.56201Q137.60938 159.81201 137.84375 160.17139Q138.09375 160.53076 138.09375 161.03076Q138.09375 161.89014 137.40625 162.40576Q136.73438 162.92139 135.65625 162.92139Q134.89062 162.92139 134.29688 162.65576Q133.71875 162.37451 133.39062 161.89014Q133.0625 161.40576 133.0625 160.84326L134.14062 160.84326Q134.17188 161.39014 134.57812 161.71826Q134.98438 162.03076 135.65625 162.03076Q136.26562 162.03076 136.64062 161.78076Q137.01562 161.53076 137.01562 161.10889ZM140.79688 154.92139L140.79688 156.45264L141.96875 156.45264L141.96875 157.29639L140.79688 157.29639L140.79688 161.21826Q140.79688 161.60889 140.95312 161.79639Q141.10938 161.98389 141.48438 161.98389Q141.67188 161.98389 142.0 161.92139L142.0 162.79639Q141.57812 162.92139 141.17188 162.92139Q140.45312 162.92139 140.07812 162.48389Q139.70312 162.03076 139.70312 161.21826L139.70312 157.29639L138.54688 157.29639L138.54688 156.45264L139.70312 156.45264L139.70312 154.92139L140.79688 154.92139ZM144.5 162.79639L143.42188 162.79639L143.42188 156.45264L144.5 156.45264L144.5 162.79639ZM143.32812 154.78076Q143.32812 154.51514 143.48438 154.32764Q143.65625 154.14014 143.96875 154.14014Q144.28125 154.14014 144.4375 154.32764Q144.60938 154.51514 144.60938 154.78076Q144.60938 155.03076 144.4375 155.21826Q144.28125 155.39014 143.96875 155.39014Q143.65625 155.39014 143.48438 155.21826Q143.32812 155.03076 143.32812 154.78076ZM146.03125 159.56201Q146.03125 158.64014 146.39062 157.89014Q146.76562 157.14014 147.42188 156.74951Q148.07812 156.34326 148.90625 156.34326Q150.20312 156.34326 151.0 157.23389Q151.8125 158.12451 151.8125 159.62451L151.8125 159.70264Q151.8125 160.62451 151.45312 161.35889Q151.09375 162.09326 150.4375 162.51514Q149.78125 162.92139 148.92188 162.92139Q147.64062 162.92139 146.82812 162.03076Q146.03125 161.12451 146.03125 159.64014L146.03125 159.56201ZM147.125 159.70264Q147.125 160.74951 147.60938 161.39014Q148.10938 162.03076 148.92188 162.03076Q149.75 162.03076 150.23438 161.39014Q150.71875 160.73389 150.71875 159.56201Q150.71875 158.53076 150.21875 157.89014Q149.73438 157.23389 148.90625 157.23389Q148.10938 157.23389 147.60938 157.87451Q147.125 158.49951 147.125 159.70264ZM154.34375 156.45264L154.375 157.24951Q155.10938 156.34326 156.28125 156.34326Q158.29688 156.34326 158.3125 158.60889L158.3125 162.79639L157.21875 162.79639L157.21875 158.59326Q157.21875 157.92139 156.90625 157.59326Q156.60938 157.26514 155.95312 157.26514Q155.42188 157.26514 155.01562 157.54639Q154.625 157.82764 154.40625 158.28076L154.40625 162.79639L153.32812 162.79639L153.32812 156.45264L154.34375 156.45264ZM164.01562 161.10889Q164.01562 160.67139 163.67188 160.43701Q163.34375 160.18701 162.51562 160.01514Q161.70312 159.84326 161.21875 159.59326Q160.73438 159.34326 160.5 159.01514Q160.28125 158.67139 160.28125 158.20264Q160.28125 157.42139 160.9375 156.89014Q161.59375 156.34326 162.625 156.34326Q163.70312 156.34326 164.35938 156.90576Q165.03125 157.45264 165.03125 158.31201L163.95312 158.31201Q163.95312 157.87451 163.5625 157.56201Q163.1875 157.23389 162.625 157.23389Q162.03125 157.23389 161.6875 157.49951Q161.35938 157.74951 161.35938 158.15576Q161.35938 158.54639 161.67188 158.74951Q161.98438 158.95264 162.79688 159.14014Q163.60938 159.31201 164.10938 159.56201Q164.60938 159.81201 164.84375 160.17139Q165.09375 160.53076 165.09375 161.03076Q165.09375 161.89014 164.40625 162.40576Q163.73438 162.92139 162.65625 162.92139Q161.89062 162.92139 161.29688 162.65576Q160.71875 162.37451 160.39062 161.89014Q160.0625 161.40576 160.0625 160.84326L161.14062 160.84326Q161.17188 161.39014 161.57812 161.71826Q161.98438 162.03076 162.65625 162.03076Q163.26562 162.03076 163.64062 161.78076Q164.01562 161.53076 164.01562 161.10889Z" fill-rule="nonzero"/><path fill="#666666" d="M41.796875 209.16408Q41.359375 209.78908 40.578125 210.10158Q39.796875 210.41408 38.765625 210.41408Q37.734375 210.41408 36.921875 209.9297Q36.109375 209.4297 35.671875 208.52345Q35.234375 207.6172 35.21875 206.4297L35.21875 205.69533Q35.21875 203.75783 36.109375 202.69533Q37.015625 201.63283 38.640625 201.63283Q39.984375 201.63283 40.796875 202.32033Q41.609375 203.00783 41.796875 204.25783L40.671875 204.25783Q40.34375 202.57033 38.65625 202.57033Q37.515625 202.57033 36.9375 203.3672Q36.359375 204.14845 36.34375 205.66408L36.34375 206.35158Q36.34375 207.78908 37.0 208.64845Q37.65625 209.4922 38.78125 209.4922Q39.40625 209.4922 39.875 209.35158Q40.359375 209.21095 40.671875 208.8672L40.671875 206.96095L38.703125 206.96095L38.703125 206.03908L41.796875 206.03908L41.796875 209.16408ZM43.03125 207.0547Q43.03125 206.13283 43.390625 205.38283Q43.765625 204.63283 44.421875 204.2422Q45.078125 203.83595 45.90625 203.83595Q47.203125 203.83595 48.0 204.72658Q48.8125 205.6172 48.8125 207.1172L48.8125 207.19533Q48.8125 208.1172 48.453125 208.85158Q48.09375 209.58595 47.4375 210.00783Q46.78125 210.41408 45.921875 210.41408Q44.640625 210.41408 43.828125 209.52345Q43.03125 208.6172 43.03125 207.13283L43.03125 207.0547ZM44.125 207.19533Q44.125 208.2422 44.609375 208.88283Q45.109375 209.52345 45.921875 209.52345Q46.75 209.52345 47.234375 208.88283Q47.71875 208.22658 47.71875 207.0547Q47.71875 206.02345 47.21875 205.38283Q46.734375 204.72658 45.90625 204.72658Q45.109375 204.72658 44.609375 205.3672Q44.125 205.9922 44.125 207.19533ZM50.984375 201.94533L50.859375 204.10158L50.109375 204.10158L50.109375 201.28908L50.984375 201.28908L50.984375 201.94533ZM56.015625 208.60158Q56.015625 208.16408 55.671875 207.9297Q55.34375 207.6797 54.515625 207.50783Q53.703125 207.33595 53.21875 207.08595Q52.734375 206.83595 52.5 206.50783Q52.28125 206.16408 52.28125 205.69533Q52.28125 204.91408 52.9375 204.38283Q53.59375 203.83595 54.625 203.83595Q55.703125 203.83595 56.359375 204.39845Q57.03125 204.94533 57.03125 205.8047L55.953125 205.8047Q55.953125 205.3672 55.5625 205.0547Q55.1875 204.72658 54.625 204.72658Q54.03125 204.72658 53.6875 204.9922Q53.359375 205.2422 53.359375 205.64845Q53.359375 206.03908 53.671875 206.2422Q53.984375 206.44533 54.796875 206.63283Q55.609375 206.8047 56.109375 207.0547Q56.609375 207.3047 56.84375 207.66408Q57.09375 208.02345 57.09375 208.52345Q57.09375 209.38283 56.40625 209.89845Q55.734375 210.41408 54.65625 210.41408Q53.890625 210.41408 53.296875 210.14845Q52.71875 209.8672 52.390625 209.38283Q52.0625 208.89845 52.0625 208.33595L53.140625 208.33595Q53.171875 208.88283 53.578125 209.21095Q53.984375 209.52345 54.65625 209.52345Q55.265625 209.52345 55.640625 209.27345Q56.015625 209.02345 56.015625 208.60158ZM66.671875 207.19533Q66.671875 208.63283 66.015625 209.52345Q65.359375 210.41408 64.21875 210.41408Q63.0625 210.41408 62.40625 209.6797L62.40625 212.72658L61.328125 212.72658L61.328125 203.94533L62.3125 203.94533L62.359375 204.64845Q63.03125 203.83595 64.203125 203.83595Q65.34375 203.83595 66.0 204.69533Q66.671875 205.5547 66.671875 207.08595L66.671875 207.19533ZM65.59375 207.07033Q65.59375 205.9922 65.125 205.38283Q64.671875 204.75783 63.875 204.75783Q62.890625 204.75783 62.40625 205.6172L62.40625 208.64845Q62.890625 209.52345 63.890625 209.52345Q64.671875 209.52345 65.125 208.91408Q65.59375 208.28908 65.59375 207.07033ZM70.953125 210.41408Q69.65625 210.41408 68.84375 209.57033Q68.046875 208.71095 68.046875 207.28908L68.046875 207.10158Q68.046875 206.14845 68.40625 205.41408Q68.765625 204.66408 69.40625 204.25783Q70.0625 203.83595 70.8125 203.83595Q72.046875 203.83595 72.734375 204.64845Q73.421875 205.46095 73.421875 206.97658L73.421875 207.4297L69.125 207.4297Q69.15625 208.3672 69.671875 208.94533Q70.203125 209.52345 71.015625 209.52345Q71.578125 209.52345 71.96875 209.28908Q72.375 209.0547 72.6875 208.66408L73.34375 209.1797Q72.546875 210.41408 70.953125 210.41408ZM70.8125 204.72658Q70.15625 204.72658 69.703125 205.21095Q69.265625 205.6797 69.171875 206.53908L72.34375 206.53908L72.34375 206.46095Q72.296875 205.63283 71.890625 205.1797Q71.5 204.72658 70.8125 204.72658ZM77.390625 204.91408Q77.140625 204.88283 76.859375 204.88283Q75.78125 204.88283 75.40625 205.78908L75.40625 210.28908L74.328125 210.28908L74.328125 203.94533L75.375 203.94533L75.390625 204.6797Q75.921875 203.83595 76.90625 203.83595Q77.21875 203.83595 77.390625 203.91408L77.390625 204.91408ZM78.859375 210.28908L78.859375 204.78908L77.859375 204.78908L77.859375 203.94533L78.859375 203.94533L78.859375 203.3047Q78.859375 202.27345 79.390625 201.72658Q79.9375 201.16408 80.9375 201.16408Q81.3125 201.16408 81.6875 201.25783L81.625 202.14845Q81.34375 202.08595 81.046875 202.08595Q80.515625 202.08595 80.21875 202.39845Q79.9375 202.71095 79.9375 203.27345L79.9375 203.94533L81.296875 203.94533L81.296875 204.78908L79.9375 204.78908L79.9375 210.28908L78.859375 210.28908ZM82.03125 207.0547Q82.03125 206.13283 82.390625 205.38283Q82.765625 204.63283 83.421875 204.2422Q84.078125 203.83595 84.90625 203.83595Q86.203125 203.83595 87.0 204.72658Q87.8125 205.6172 87.8125 207.1172L87.8125 207.19533Q87.8125 208.1172 87.453125 208.85158Q87.09375 209.58595 86.4375 210.00783Q85.78125 210.41408 84.921875 210.41408Q83.640625 210.41408 82.828125 209.52345Q82.03125 208.6172 82.03125 207.13283L82.03125 207.0547ZM83.125 207.19533Q83.125 208.2422 83.609375 208.88283Q84.109375 209.52345 84.921875 209.52345Q85.75 209.52345 86.234375 208.88283Q86.71875 208.22658 86.71875 207.0547Q86.71875 206.02345 86.21875 205.38283Q85.734375 204.72658 84.90625 204.72658Q84.109375 204.72658 83.609375 205.3672Q83.125 205.9922 83.125 207.19533ZM92.390625 204.91408Q92.140625 204.88283 91.859375 204.88283Q90.78125 204.88283 90.40625 205.78908L90.40625 210.28908L89.328125 210.28908L89.328125 203.94533L90.375 203.94533L90.390625 204.6797Q90.921875 203.83595 91.90625 203.83595Q92.21875 203.83595 92.390625 203.91408L92.390625 204.91408ZM94.34375 203.94533L94.375 204.64845Q95.0625 203.83595 96.25 203.83595Q97.578125 203.83595 98.0625 204.85158Q98.375 204.39845 98.875 204.1172Q99.390625 203.83595 100.078125 203.83595Q102.171875 203.83595 102.203125 206.03908L102.203125 210.28908L101.125 210.28908L101.125 206.10158Q101.125 205.4297 100.8125 205.10158Q100.5 204.75783 99.765625 204.75783Q99.15625 204.75783 98.75 205.1172Q98.359375 205.47658 98.296875 206.08595L98.296875 210.28908L97.21875 210.28908L97.21875 206.13283Q97.21875 204.75783 95.859375 204.75783Q94.796875 204.75783 94.40625 205.66408L94.40625 210.28908L93.3125 210.28908L93.3125 203.94533L94.34375 203.94533ZM108.234375 210.28908Q108.140625 210.10158 108.078125 209.6172Q107.328125 210.41408 106.28125 210.41408Q105.34375 210.41408 104.734375 209.88283Q104.140625 209.35158 104.140625 208.52345Q104.140625 207.53908 104.890625 206.9922Q105.640625 206.44533 107.015625 206.44533L108.0625 206.44533L108.0625 205.94533Q108.0625 205.38283 107.71875 205.0547Q107.390625 204.71095 106.71875 204.71095Q106.140625 204.71095 105.75 205.00783Q105.359375 205.28908 105.359375 205.71095L104.265625 205.71095Q104.265625 205.22658 104.59375 204.78908Q104.9375 204.35158 105.515625 204.10158Q106.09375 203.83595 106.78125 203.83595Q107.890625 203.83595 108.5 204.38283Q109.125 204.9297 109.15625 205.88283L109.15625 208.8047Q109.15625 209.6797 109.375 210.19533L109.375 210.28908L108.234375 210.28908ZM106.4375 209.46095Q106.953125 209.46095 107.40625 209.19533Q107.859375 208.9297 108.0625 208.50783L108.0625 207.21095L107.21875 207.21095Q105.21875 207.21095 105.21875 208.38283Q105.21875 208.88283 105.5625 209.1797Q105.90625 209.46095 106.4375 209.46095ZM112.34375 203.94533L112.375 204.7422Q113.109375 203.83595 114.28125 203.83595Q116.296875 203.83595 116.3125 206.10158L116.3125 210.28908L115.21875 210.28908L115.21875 206.08595Q115.21875 205.41408 114.90625 205.08595Q114.609375 204.75783 113.953125 204.75783Q113.421875 204.75783 113.015625 205.03908Q112.625 205.32033 112.40625 205.77345L112.40625 210.28908L111.328125 210.28908L111.328125 203.94533L112.34375 203.94533ZM120.859375 209.52345Q121.4375 209.52345 121.875 209.1797Q122.3125 208.82033 122.359375 208.28908L123.390625 208.28908Q123.359375 208.83595 123.0 209.33595Q122.65625 209.82033 122.078125 210.1172Q121.515625 210.41408 120.859375 210.41408Q119.5625 210.41408 118.796875 209.5547Q118.046875 208.6797 118.046875 207.1797L118.046875 206.9922Q118.046875 206.07033 118.375 205.35158Q118.71875 204.63283 119.34375 204.2422Q119.984375 203.83595 120.859375 203.83595Q121.921875 203.83595 122.625 204.47658Q123.34375 205.10158 123.390625 206.13283L122.359375 206.13283Q122.3125 205.50783 121.890625 205.1172Q121.46875 204.72658 120.859375 204.72658Q120.03125 204.72658 119.578125 205.32033Q119.125 205.91408 119.125 207.03908L119.125 207.2422Q119.125 208.33595 119.578125 208.9297Q120.03125 209.52345 120.859375 209.52345ZM126.953125 210.41408Q125.65625 210.41408 124.84375 209.57033Q124.046875 208.71095 124.046875 207.28908L124.046875 207.10158Q124.046875 206.14845 124.40625 205.41408Q124.765625 204.66408 125.40625 204.25783Q126.0625 203.83595 126.8125 203.83595Q128.04688 203.83595 128.73438 204.64845Q129.42188 205.46095 129.42188 206.97658L129.42188 207.4297L125.125 207.4297Q125.15625 208.3672 125.671875 208.94533Q126.203125 209.52345 127.015625 209.52345Q127.578125 209.52345 127.96875 209.28908Q128.375 209.0547 128.6875 208.66408L129.34375 209.1797Q128.54688 210.41408 126.953125 210.41408ZM126.8125 204.72658Q126.15625 204.72658 125.703125 205.21095Q125.265625 205.6797 125.171875 206.53908L128.34375 206.53908L128.34375 206.46095Q128.29688 205.63283 127.890625 205.1797Q127.5 204.72658 126.8125 204.72658ZM134.34375 203.94533L134.375 204.64845Q135.0625 203.83595 136.25 203.83595Q137.57812 203.83595 138.0625 204.85158Q138.375 204.39845 138.875 204.1172Q139.39062 203.83595 140.07812 203.83595Q142.17188 203.83595 142.20312 206.03908L142.20312 210.28908L141.125 210.28908L141.125 206.10158Q141.125 205.4297 140.8125 205.10158Q140.5 204.75783 139.76562 204.75783Q139.15625 204.75783 138.75 205.1172Q138.35938 205.47658 138.29688 206.08595L138.29688 210.28908L137.21875 210.28908L137.21875 206.13283Q137.21875 204.75783 135.85938 204.75783Q134.79688 204.75783 134.40625 205.66408L134.40625 210.28908L133.3125 210.28908L133.3125 203.94533L134.34375 203.94533ZM146.95312 210.41408Q145.65625 210.41408 144.84375 209.57033Q144.04688 208.71095 144.04688 207.28908L144.04688 207.10158Q144.04688 206.14845 144.40625 205.41408Q144.76562 204.66408 145.40625 204.25783Q146.0625 203.83595 146.8125 203.83595Q148.04688 203.83595 148.73438 204.64845Q149.42188 205.46095 149.42188 206.97658L149.42188 207.4297L145.125 207.4297Q145.15625 208.3672 145.67188 208.94533Q146.20312 209.52345 147.01562 209.52345Q147.57812 209.52345 147.96875 209.28908Q148.375 209.0547 148.6875 208.66408L149.34375 209.1797Q148.54688 210.41408 146.95312 210.41408ZM146.8125 204.72658Q146.15625 204.72658 145.70312 205.21095Q145.26562 205.6797 145.17188 206.53908L148.34375 206.53908L148.34375 206.46095Q148.29688 205.63283 147.89062 205.1797Q147.5 204.72658 146.8125 204.72658ZM152.95312 210.41408Q151.65625 210.41408 150.84375 209.57033Q150.04688 208.71095 150.04688 207.28908L150.04688 207.10158Q150.04688 206.14845 150.40625 205.41408Q150.76562 204.66408 151.40625 204.25783Q152.0625 203.83595 152.8125 203.83595Q154.04688 203.83595 154.73438 204.64845Q155.42188 205.46095 155.42188 206.97658L155.42188 207.4297L151.125 207.4297Q151.15625 208.3672 151.67188 208.94533Q152.20312 209.52345 153.01562 209.52345Q153.57812 209.52345 153.96875 209.28908Q154.375 209.0547 154.6875 208.66408L155.34375 209.1797Q154.54688 210.41408 152.95312 210.41408ZM152.8125 204.72658Q152.15625 204.72658 151.70312 205.21095Q151.26562 205.6797 151.17188 206.53908L154.34375 206.53908L154.34375 206.46095Q154.29688 205.63283 153.89062 205.1797Q153.5 204.72658 152.8125 204.72658ZM157.79688 202.41408L157.79688 203.94533L158.96875 203.94533L158.96875 204.78908L157.79688 204.78908L157.79688 208.71095Q157.79688 209.10158 157.95312 209.28908Q158.10938 209.47658 158.48438 209.47658Q158.67188 209.47658 159.0 209.41408L159.0 210.28908Q158.57812 210.41408 158.17188 210.41408Q157.45312 210.41408 157.07812 209.97658Q156.70312 209.52345 156.70312 208.71095L156.70312 204.78908L155.54688 204.78908L155.54688 203.94533L156.70312 203.94533L156.70312 202.41408L157.79688 202.41408ZM164.01562 208.60158Q164.01562 208.16408 163.67188 207.9297Q163.34375 207.6797 162.51562 207.50783Q161.70312 207.33595 161.21875 207.08595Q160.73438 206.83595 160.5 206.50783Q160.28125 206.16408 160.28125 205.69533Q160.28125 204.91408 160.9375 204.38283Q161.59375 203.83595 162.625 203.83595Q163.70312 203.83595 164.35938 204.39845Q165.03125 204.94533 165.03125 205.8047L163.95312 205.8047Q163.95312 205.3672 163.5625 205.0547Q163.1875 204.72658 162.625 204.72658Q162.03125 204.72658 161.6875 204.9922Q161.35938 205.2422 161.35938 205.64845Q161.35938 206.03908 161.67188 206.2422Q161.98438 206.44533 162.79688 206.63283Q163.60938 206.8047 164.10938 207.0547Q164.60938 207.3047 164.84375 207.66408Q165.09375 208.02345 165.09375 208.52345Q165.09375 209.38283 164.40625 209.89845Q163.73438 210.41408 162.65625 210.41408Q161.89062 210.41408 161.29688 210.14845Q160.71875 209.8672 160.39062 209.38283Q160.0625 208.89845 160.0625 208.33595L161.14062 208.33595Q161.17188 208.88283 161.57812 209.21095Q161.98438 209.52345 162.65625 209.52345Q163.26562 209.52345 163.64062 209.27345Q164.01562 209.02345 164.01562 208.60158Z" fill-rule="nonzero"/><path fill="#666666" d="M115.34375 218.94533L115.375 219.64845Q116.0625 218.83595 117.25 218.83595Q118.578125 218.83595 119.0625 219.85158Q119.375 219.39845 119.875 219.1172Q120.390625 218.83595 121.078125 218.83595Q123.171875 218.83595 123.203125 221.03908L123.203125 225.28908L122.125 225.28908L122.125 221.10158Q122.125 220.4297 121.8125 220.10158Q121.5 219.75783 120.765625 219.75783Q120.15625 219.75783 119.75 220.1172Q119.359375 220.47658 119.296875 221.08595L119.296875 225.28908L118.21875 225.28908L118.21875 221.13283Q118.21875 219.75783 116.859375 219.75783Q115.796875 219.75783 115.40625 220.66408L115.40625 225.28908L114.3125 225.28908L114.3125 218.94533L115.34375 218.94533ZM127.390625 223.69533L128.875 218.94533L130.03125 218.94533L127.484375 226.27345Q126.890625 227.85158 125.609375 227.85158L125.390625 227.83595L125.0 227.75783L125.0 226.88283L125.28125 226.89845Q125.84375 226.89845 126.140625 226.6797Q126.453125 226.46095 126.65625 225.8672L126.890625 225.21095L124.625 218.94533L125.8125 218.94533L127.390625 223.69533ZM135.34375 218.94533L135.375 219.7422Q136.10938 218.83595 137.28125 218.83595Q139.29688 218.83595 139.3125 221.10158L139.3125 225.28908L138.21875 225.28908L138.21875 221.08595Q138.21875 220.41408 137.90625 220.08595Q137.60938 219.75783 136.95312 219.75783Q136.42188 219.75783 136.01562 220.03908Q135.625 220.32033 135.40625 220.77345L135.40625 225.28908L134.32812 225.28908L134.32812 218.94533L135.34375 218.94533ZM143.95312 225.41408Q142.65625 225.41408 141.84375 224.57033Q141.04688 223.71095 141.04688 222.28908L141.04688 222.10158Q141.04688 221.14845 141.40625 220.41408Q141.76562 219.66408 142.40625 219.25783Q143.0625 218.83595 143.8125 218.83595Q145.04688 218.83595 145.73438 219.64845Q146.42188 220.46095 146.42188 221.97658L146.42188 222.4297L142.125 222.4297Q142.15625 223.3672 142.67188 223.94533Q143.20312 224.52345 144.01562 224.52345Q144.57812 224.52345 144.96875 224.28908Q145.375 224.0547 145.6875 223.66408L146.34375 224.1797Q145.54688 225.41408 143.95312 225.41408ZM143.8125 219.72658Q143.15625 219.72658 142.70312 220.21095Q142.26562 220.6797 142.17188 221.53908L145.34375 221.53908L145.34375 221.46095Q145.29688 220.63283 144.89062 220.1797Q144.5 219.72658 143.8125 219.72658ZM149.95312 225.41408Q148.65625 225.41408 147.84375 224.57033Q147.04688 223.71095 147.04688 222.28908L147.04688 222.10158Q147.04688 221.14845 147.40625 220.41408Q147.76562 219.66408 148.40625 219.25783Q149.0625 218.83595 149.8125 218.83595Q151.04688 218.83595 151.73438 219.64845Q152.42188 220.46095 152.42188 221.97658L152.42188 222.4297L148.125 222.4297Q148.15625 223.3672 148.67188 223.94533Q149.20312 224.52345 150.01562 224.52345Q150.57812 224.52345 150.96875 224.28908Q151.375 224.0547 151.6875 223.66408L152.34375 224.1797Q151.54688 225.41408 149.95312 225.41408ZM149.8125 219.72658Q149.15625 219.72658 148.70312 220.21095Q148.26562 220.6797 148.17188 221.53908L151.34375 221.53908L151.34375 221.46095Q151.29688 220.63283 150.89062 220.1797Q150.5 219.72658 149.8125 219.72658ZM153.0625 222.07033Q153.0625 220.60158 153.75 219.72658Q154.4375 218.83595 155.5625 218.83595Q156.67188 218.83595 157.32812 219.58595L157.32812 216.28908L158.40625 216.28908L158.40625 225.28908L157.40625 225.28908L157.35938 224.60158Q156.70312 225.41408 155.54688 225.41408Q154.45312 225.41408 153.75 224.50783Q153.0625 223.60158 153.0625 222.14845L153.0625 222.07033ZM154.14062 222.19533Q154.14062 223.27345 154.57812 223.88283Q155.03125 224.4922 155.8125 224.4922Q156.84375 224.4922 157.32812 223.5547L157.32812 220.64845Q156.84375 219.75783 155.82812 219.75783Q155.03125 219.75783 154.57812 220.3672Q154.14062 220.97658 154.14062 222.19533ZM164.01562 223.60158Q164.01562 223.16408 163.67188 222.9297Q163.34375 222.6797 162.51562 222.50783Q161.70312 222.33595 161.21875 222.08595Q160.73438 221.83595 160.5 221.50783Q160.28125 221.16408 160.28125 220.69533Q160.28125 219.91408 160.9375 219.38283Q161.59375 218.83595 162.625 218.83595Q163.70312 218.83595 164.35938 219.39845Q165.03125 219.94533 165.03125 220.8047L163.95312 220.8047Q163.95312 220.3672 163.5625 220.0547Q163.1875 219.72658 162.625 219.72658Q162.03125 219.72658 161.6875 219.9922Q161.35938 220.2422 161.35938 220.64845Q161.35938 221.03908 161.67188 221.2422Q161.98438 221.44533 162.79688 221.63283Q163.60938 221.8047 164.10938 222.0547Q164.60938 222.3047 164.84375 222.66408Q165.09375 223.02345 165.09375 223.52345Q165.09375 224.38283 164.40625 224.89845Q163.73438 225.41408 162.65625 225.41408Q161.89062 225.41408 161.29688 225.14845Q160.71875 224.8672 160.39062 224.38283Q160.0625 223.89845 160.0625 223.33595L161.14062 223.33595Q161.17188 223.88283 161.57812 224.21095Q161.98438 224.52345 162.65625 224.52345Q163.26562 224.52345 163.64062 224.27345Q164.01562 224.02345 164.01562 223.60158Z" fill-rule="nonzero"/><path fill="#666666" d="M32.796875 264.15674Q32.359375 264.78174 31.578125 265.09424Q30.796875 265.40674 29.765625 265.40674Q28.734375 265.40674 27.921875 264.92236Q27.109375 264.42236 26.671875 263.5161Q26.234375 262.60986 26.21875 261.42236L26.21875 260.688Q26.21875 258.7505 27.109375 257.688Q28.015625 256.6255 29.640625 256.6255Q30.984375 256.6255 31.796875 257.313Q32.609375 258.0005 32.796875 259.2505L31.671875 259.2505Q31.34375 257.563 29.65625 257.563Q28.515625 257.563 27.9375 258.35986Q27.359375 259.1411 27.34375 260.65674L27.34375 261.34424Q27.34375 262.78174 28.0 263.6411Q28.65625 264.48486 29.78125 264.48486Q30.40625 264.48486 30.875 264.34424Q31.359375 264.2036 31.671875 263.85986L31.671875 261.9536L29.703125 261.9536L29.703125 261.03174L32.796875 261.03174L32.796875 264.15674ZM34.03125 262.04736Q34.03125 261.1255 34.390625 260.3755Q34.765625 259.6255 35.421875 259.23486Q36.078125 258.8286 36.90625 258.8286Q38.203125 258.8286 39.0 259.71924Q39.8125 260.60986 39.8125 262.10986L39.8125 262.188Q39.8125 263.10986 39.453125 263.84424Q39.09375 264.5786 38.4375 265.0005Q37.78125 265.40674 36.921875 265.40674Q35.640625 265.40674 34.828125 264.5161Q34.03125 263.60986 34.03125 262.1255L34.03125 262.04736ZM35.125 262.188Q35.125 263.23486 35.609375 263.8755Q36.109375 264.5161 36.921875 264.5161Q37.75 264.5161 38.234375 263.8755Q38.71875 263.21924 38.71875 262.04736Q38.71875 261.0161 38.21875 260.3755Q37.734375 259.71924 36.90625 259.71924Q36.109375 259.71924 35.609375 260.35986Q35.125 260.98486 35.125 262.188ZM41.984375 256.938L41.859375 259.09424L41.109375 259.09424L41.109375 256.28174L41.984375 256.28174L41.984375 256.938ZM47.015625 263.59424Q47.015625 263.15674 46.671875 262.92236Q46.34375 262.67236 45.515625 262.5005Q44.703125 262.3286 44.21875 262.0786Q43.734375 261.8286 43.5 261.5005Q43.28125 261.15674 43.28125 260.688Q43.28125 259.90674 43.9375 259.3755Q44.59375 258.8286 45.625 258.8286Q46.703125 258.8286 47.359375 259.3911Q48.03125 259.938 48.03125 260.79736L46.953125 260.79736Q46.953125 260.35986 46.5625 260.04736Q46.1875 259.71924 45.625 259.71924Q45.03125 259.71924 44.6875 259.98486Q44.359375 260.23486 44.359375 260.6411Q44.359375 261.03174 44.671875 261.23486Q44.984375 261.438 45.796875 261.6255Q46.609375 261.79736 47.109375 262.04736Q47.609375 262.29736 47.84375 262.65674Q48.09375 263.0161 48.09375 263.5161Q48.09375 264.3755 47.40625 264.8911Q46.734375 265.40674 45.65625 265.40674Q44.890625 265.40674 44.296875 265.1411Q43.71875 264.85986 43.390625 264.3755Q43.0625 263.8911 43.0625 263.3286L44.140625 263.3286Q44.171875 263.8755 44.578125 264.2036Q44.984375 264.5161 45.65625 264.5161Q46.265625 264.5161 46.640625 264.2661Q47.015625 264.0161 47.015625 263.59424ZM56.015625 263.59424Q56.015625 263.15674 55.671875 262.92236Q55.34375 262.67236 54.515625 262.5005Q53.703125 262.3286 53.21875 262.0786Q52.734375 261.8286 52.5 261.5005Q52.28125 261.15674 52.28125 260.688Q52.28125 259.90674 52.9375 259.3755Q53.59375 258.8286 54.625 258.8286Q55.703125 258.8286 56.359375 259.3911Q57.03125 259.938 57.03125 260.79736L55.953125 260.79736Q55.953125 260.35986 55.5625 260.04736Q55.1875 259.71924 54.625 259.71924Q54.03125 259.71924 53.6875 259.98486Q53.359375 260.23486 53.359375 260.6411Q53.359375 261.03174 53.671875 261.23486Q53.984375 261.438 54.796875 261.6255Q55.609375 261.79736 56.109375 262.04736Q56.609375 262.29736 56.84375 262.65674Q57.09375 263.0161 57.09375 263.5161Q57.09375 264.3755 56.40625 264.8911Q55.734375 265.40674 54.65625 265.40674Q53.890625 265.40674 53.296875 265.1411Q52.71875 264.85986 52.390625 264.3755Q52.0625 263.8911 52.0625 263.3286L53.140625 263.3286Q53.171875 263.8755 53.578125 264.2036Q53.984375 264.5161 54.65625 264.5161Q55.265625 264.5161 55.640625 264.2661Q56.015625 264.0161 56.015625 263.59424ZM62.234375 264.65674Q61.609375 265.40674 60.375 265.40674Q59.359375 265.40674 58.828125 264.813Q58.296875 264.21924 58.296875 263.063L58.296875 258.938L59.375 258.938L59.375 263.03174Q59.375 264.48486 60.546875 264.48486Q61.796875 264.48486 62.203125 263.54736L62.203125 258.938L63.296875 258.938L63.296875 265.28174L62.265625 265.28174L62.234375 264.65674ZM70.671875 262.188Q70.671875 263.6255 70.015625 264.5161Q69.359375 265.40674 68.21875 265.40674Q67.0625 265.40674 66.40625 264.67236L66.40625 267.71924L65.328125 267.71924L65.328125 258.938L66.3125 258.938L66.359375 259.6411Q67.03125 258.8286 68.203125 258.8286Q69.34375 258.8286 70.0 259.688Q70.671875 260.54736 70.671875 262.0786L70.671875 262.188ZM69.59375 262.063Q69.59375 260.98486 69.125 260.3755Q68.671875 259.7505 67.875 259.7505Q66.890625 259.7505 66.40625 260.60986L66.40625 263.6411Q66.890625 264.5161 67.890625 264.5161Q68.671875 264.5161 69.125 263.90674Q69.59375 263.28174 69.59375 262.063ZM77.671875 262.188Q77.671875 263.6255 77.015625 264.5161Q76.359375 265.40674 75.21875 265.40674Q74.0625 265.40674 73.40625 264.67236L73.40625 267.71924L72.328125 267.71924L72.328125 258.938L73.3125 258.938L73.359375 259.6411Q74.03125 258.8286 75.203125 258.8286Q76.34375 258.8286 77.0 259.688Q77.671875 260.54736 77.671875 262.0786L77.671875 262.188ZM76.59375 262.063Q76.59375 260.98486 76.125 260.3755Q75.671875 259.7505 74.875 259.7505Q73.890625 259.7505 73.40625 260.60986L73.40625 263.6411Q73.890625 264.5161 74.890625 264.5161Q75.671875 264.5161 76.125 263.90674Q76.59375 263.28174 76.59375 262.063ZM79.03125 262.04736Q79.03125 261.1255 79.390625 260.3755Q79.765625 259.6255 80.421875 259.23486Q81.078125 258.8286 81.90625 258.8286Q83.203125 258.8286 84.0 259.71924Q84.8125 260.60986 84.8125 262.10986L84.8125 262.188Q84.8125 263.10986 84.453125 263.84424Q84.09375 264.5786 83.4375 265.0005Q82.78125 265.40674 81.921875 265.40674Q80.640625 265.40674 79.828125 264.5161Q79.03125 263.60986 79.03125 262.1255L79.03125 262.04736ZM80.125 262.188Q80.125 263.23486 80.609375 263.8755Q81.109375 264.5161 81.921875 264.5161Q82.75 264.5161 83.234375 263.8755Q83.71875 263.21924 83.71875 262.04736Q83.71875 261.0161 83.21875 260.3755Q82.734375 259.71924 81.90625 259.71924Q81.109375 259.71924 80.609375 260.35986Q80.125 260.98486 80.125 262.188ZM89.390625 259.90674Q89.140625 259.8755 88.859375 259.8755Q87.78125 259.8755 87.40625 260.78174L87.40625 265.28174L86.328125 265.28174L86.328125 258.938L87.375 258.938L87.390625 259.67236Q87.921875 258.8286 88.90625 258.8286Q89.21875 258.8286 89.390625 258.90674L89.390625 259.90674ZM91.796875 257.40674L91.796875 258.938L92.96875 258.938L92.96875 259.78174L91.796875 259.78174L91.796875 263.7036Q91.796875 264.09424 91.953125 264.28174Q92.109375 264.46924 92.484375 264.46924Q92.671875 264.46924 93.0 264.40674L93.0 265.28174Q92.578125 265.40674 92.171875 265.40674Q91.453125 265.40674 91.078125 264.96924Q90.703125 264.5161 90.703125 263.7036L90.703125 259.78174L89.546875 259.78174L89.546875 258.938L90.703125 258.938L90.703125 257.40674L91.796875 257.40674ZM97.859375 265.28174L97.859375 259.78174L96.859375 259.78174L96.859375 258.938L97.859375 258.938L97.859375 258.29736Q97.859375 257.2661 98.390625 256.71924Q98.9375 256.15674 99.9375 256.15674Q100.3125 256.15674 100.6875 256.2505L100.625 257.1411Q100.34375 257.0786 100.046875 257.0786Q99.515625 257.0786 99.21875 257.3911Q98.9375 257.7036 98.9375 258.2661L98.9375 258.938L100.296875 258.938L100.296875 259.78174L98.9375 259.78174L98.9375 265.28174L97.859375 265.28174ZM101.03125 262.04736Q101.03125 261.1255 101.390625 260.3755Q101.765625 259.6255 102.421875 259.23486Q103.078125 258.8286 103.90625 258.8286Q105.203125 258.8286 106.0 259.71924Q106.8125 260.60986 106.8125 262.10986L106.8125 262.188Q106.8125 263.10986 106.453125 263.84424Q106.09375 264.5786 105.4375 265.0005Q104.78125 265.40674 103.921875 265.40674Q102.640625 265.40674 101.828125 264.5161Q101.03125 263.60986 101.03125 262.1255L101.03125 262.04736ZM102.125 262.188Q102.125 263.23486 102.609375 263.8755Q103.109375 264.5161 103.921875 264.5161Q104.75 264.5161 105.234375 263.8755Q105.71875 263.21924 105.71875 262.04736Q105.71875 261.0161 105.21875 260.3755Q104.734375 259.71924 103.90625 259.71924Q103.109375 259.71924 102.609375 260.35986Q102.125 260.98486 102.125 262.188ZM111.390625 259.90674Q111.140625 259.8755 110.859375 259.8755Q109.78125 259.8755 109.40625 260.78174L109.40625 265.28174L108.328125 265.28174L108.328125 258.938L109.375 258.938L109.390625 259.67236Q109.921875 258.8286 110.90625 258.8286Q111.21875 258.8286 111.390625 258.90674L111.390625 259.90674ZM116.5 265.28174L115.421875 265.28174L115.421875 256.28174L116.5 256.28174L116.5 265.28174ZM122.234375 265.28174Q122.140625 265.09424 122.078125 264.60986Q121.328125 265.40674 120.28125 265.40674Q119.34375 265.40674 118.734375 264.8755Q118.140625 264.34424 118.140625 263.5161Q118.140625 262.53174 118.890625 261.98486Q119.640625 261.438 121.015625 261.438L122.0625 261.438L122.0625 260.938Q122.0625 260.3755 121.71875 260.04736Q121.390625 259.7036 120.71875 259.7036Q120.140625 259.7036 119.75 260.0005Q119.359375 260.28174 119.359375 260.7036L118.265625 260.7036Q118.265625 260.21924 118.59375 259.78174Q118.9375 259.34424 119.515625 259.09424Q120.09375 258.8286 120.78125 258.8286Q121.890625 258.8286 122.5 259.3755Q123.125 259.92236 123.15625 260.8755L123.15625 263.79736Q123.15625 264.67236 123.375 265.188L123.375 265.28174L122.234375 265.28174ZM120.4375 264.4536Q120.953125 264.4536 121.40625 264.188Q121.859375 263.92236 122.0625 263.5005L122.0625 262.2036L121.21875 262.2036Q119.21875 262.2036 119.21875 263.3755Q119.21875 263.8755 119.5625 264.17236Q119.90625 264.4536 120.4375 264.4536ZM126.34375 258.938L126.375 259.73486Q127.109375 258.8286 128.28125 258.8286Q130.29688 258.8286 130.3125 261.09424L130.3125 265.28174L129.21875 265.28174L129.21875 261.0786Q129.21875 260.40674 128.90625 260.0786Q128.60938 259.7505 127.953125 259.7505Q127.421875 259.7505 127.015625 260.03174Q126.625 260.313 126.40625 260.7661L126.40625 265.28174L125.328125 265.28174L125.328125 258.938L126.34375 258.938ZM132.0625 262.063Q132.0625 260.5786 132.75 259.7036Q133.4375 258.8286 134.5625 258.8286Q135.71875 258.8286 136.375 259.6411L136.42188 258.938L137.42188 258.938L137.42188 265.1255Q137.42188 266.35986 136.6875 267.063Q135.95312 267.78174 134.73438 267.78174Q134.04688 267.78174 133.39062 267.48486Q132.73438 267.188 132.39062 266.688L132.95312 266.03174Q133.64062 266.8911 134.65625 266.8911Q135.4375 266.8911 135.875 266.438Q136.32812 266.0005 136.32812 265.188L136.32812 264.6411Q135.67188 265.40674 134.54688 265.40674Q133.4375 265.40674 132.75 264.5161Q132.0625 263.60986 132.0625 262.063ZM133.15625 262.188Q133.15625 263.2505 133.59375 263.8755Q134.03125 264.48486 134.82812 264.48486Q135.84375 264.48486 136.32812 263.54736L136.32812 260.65674Q135.82812 259.7505 134.82812 259.7505Q134.04688 259.7505 133.59375 260.35986Q133.15625 260.96924 133.15625 262.188ZM143.23438 264.65674Q142.60938 265.40674 141.375 265.40674Q140.35938 265.40674 139.82812 264.813Q139.29688 264.21924 139.29688 263.063L139.29688 258.938L140.375 258.938L140.375 263.03174Q140.375 264.48486 141.54688 264.48486Q142.79688 264.48486 143.20312 263.54736L143.20312 258.938L144.29688 258.938L144.29688 265.28174L143.26562 265.28174L143.23438 264.65674ZM150.23438 265.28174Q150.14062 265.09424 150.07812 264.60986Q149.32812 265.40674 148.28125 265.40674Q147.34375 265.40674 146.73438 264.8755Q146.14062 264.34424 146.14062 263.5161Q146.14062 262.53174 146.89062 261.98486Q147.64062 261.438 149.01562 261.438L150.0625 261.438L150.0625 260.938Q150.0625 260.3755 149.71875 260.04736Q149.39062 259.7036 148.71875 259.7036Q148.14062 259.7036 147.75 260.0005Q147.35938 260.28174 147.35938 260.7036L146.26562 260.7036Q146.26562 260.21924 146.59375 259.78174Q146.9375 259.34424 147.51562 259.09424Q148.09375 258.8286 148.78125 258.8286Q149.89062 258.8286 150.5 259.3755Q151.125 259.92236 151.15625 260.8755L151.15625 263.79736Q151.15625 264.67236 151.375 265.188L151.375 265.28174L150.23438 265.28174ZM148.4375 264.4536Q148.95312 264.4536 149.40625 264.188Q149.85938 263.92236 150.0625 263.5005L150.0625 262.2036L149.21875 262.2036Q147.21875 262.2036 147.21875 263.3755Q147.21875 263.8755 147.5625 264.17236Q147.90625 264.4536 148.4375 264.4536ZM153.0625 262.063Q153.0625 260.5786 153.75 259.7036Q154.4375 258.8286 155.5625 258.8286Q156.71875 258.8286 157.375 259.6411L157.42188 258.938L158.42188 258.938L158.42188 265.1255Q158.42188 266.35986 157.6875 267.063Q156.95312 267.78174 155.73438 267.78174Q155.04688 267.78174 154.39062 267.48486Q153.73438 267.188 153.39062 266.688L153.95312 266.03174Q154.64062 266.8911 155.65625 266.8911Q156.4375 266.8911 156.875 266.438Q157.32812 266.0005 157.32812 265.188L157.32812 264.6411Q156.67188 265.40674 155.54688 265.40674Q154.4375 265.40674 153.75 264.5161Q153.0625 263.60986 153.0625 262.063ZM154.15625 262.188Q154.15625 263.2505 154.59375 263.8755Q155.03125 264.48486 155.82812 264.48486Q156.84375 264.48486 157.32812 263.54736L157.32812 260.65674Q156.82812 259.7505 155.82812 259.7505Q155.04688 259.7505 154.59375 260.35986Q154.15625 260.96924 154.15625 262.188ZM162.95312 265.40674Q161.65625 265.40674 160.84375 264.563Q160.04688 263.7036 160.04688 262.28174L160.04688 262.09424Q160.04688 261.1411 160.40625 260.40674Q160.76562 259.65674 161.40625 259.2505Q162.0625 258.8286 162.8125 258.8286Q164.04688 258.8286 164.73438 259.6411Q165.42188 260.4536 165.42188 261.96924L165.42188 262.42236L161.125 262.42236Q161.15625 263.35986 161.67188 263.938Q162.20312 264.5161 163.01562 264.5161Q163.57812 264.5161 163.96875 264.28174Q164.375 264.04736 164.6875 263.65674L165.34375 264.17236Q164.54688 265.40674 162.95312 265.40674ZM162.8125 259.71924Q162.15625 259.71924 161.70312 260.2036Q161.26562 260.67236 161.17188 261.53174L164.34375 261.53174L164.34375 261.4536Q164.29688 260.6255 163.89062 260.17236Q163.5 259.71924 162.8125 259.71924Z" fill-rule="nonzero"/><path fill="#666666" d="M30.5 280.28174L29.421875 280.28174L29.421875 273.938L30.5 273.938L30.5 280.28174ZM29.328125 272.2661Q29.328125 272.0005 29.484375 271.813Q29.65625 271.6255 29.96875 271.6255Q30.28125 271.6255 30.4375 271.813Q30.609375 272.0005 30.609375 272.2661Q30.609375 272.5161 30.4375 272.7036Q30.28125 272.8755 29.96875 272.8755Q29.65625 272.8755 29.484375 272.7036Q29.328125 272.5161 29.328125 272.2661ZM33.34375 273.938L33.375 274.73486Q34.109375 273.8286 35.28125 273.8286Q37.296875 273.8286 37.3125 276.09424L37.3125 280.28174L36.21875 280.28174L36.21875 276.0786Q36.21875 275.40674 35.90625 275.0786Q35.609375 274.7505 34.953125 274.7505Q34.421875 274.7505 34.015625 275.03174Q33.625 275.313 33.40625 275.7661L33.40625 280.28174L32.328125 280.28174L32.328125 273.938L33.34375 273.938ZM40.796875 272.40674L40.796875 273.938L41.96875 273.938L41.96875 274.78174L40.796875 274.78174L40.796875 278.7036Q40.796875 279.09424 40.953125 279.28174Q41.109375 279.46924 41.484375 279.46924Q41.671875 279.46924 42.0 279.40674L42.0 280.28174Q41.578125 280.40674 41.171875 280.40674Q40.453125 280.40674 40.078125 279.96924Q39.703125 279.5161 39.703125 278.7036L39.703125 274.78174L38.546875 274.78174L38.546875 273.938L39.703125 273.938L39.703125 272.40674L40.796875 272.40674ZM45.953125 280.40674Q44.65625 280.40674 43.84375 279.563Q43.046875 278.7036 43.046875 277.28174L43.046875 277.09424Q43.046875 276.1411 43.40625 275.40674Q43.765625 274.65674 44.40625 274.2505Q45.0625 273.8286 45.8125 273.8286Q47.046875 273.8286 47.734375 274.6411Q48.421875 275.4536 48.421875 276.96924L48.421875 277.42236L44.125 277.42236Q44.15625 278.35986 44.671875 278.938Q45.203125 279.5161 46.015625 279.5161Q46.578125 279.5161 46.96875 279.28174Q47.375 279.04736 47.6875 278.65674L48.34375 279.17236Q47.546875 280.40674 45.953125 280.40674ZM45.8125 274.71924Q45.15625 274.71924 44.703125 275.2036Q44.265625 275.67236 44.171875 276.53174L47.34375 276.53174L47.34375 276.4536Q47.296875 275.6255 46.890625 275.17236Q46.5 274.71924 45.8125 274.71924ZM52.390625 274.90674Q52.140625 274.8755 51.859375 274.8755Q50.78125 274.8755 50.40625 275.78174L50.40625 280.28174L49.328125 280.28174L49.328125 273.938L50.375 273.938L50.390625 274.67236Q50.921875 273.8286 51.90625 273.8286Q52.21875 273.8286 52.390625 273.90674L52.390625 274.90674ZM53.03125 277.04736Q53.03125 276.1255 53.390625 275.3755Q53.765625 274.6255 54.421875 274.23486Q55.078125 273.8286 55.90625 273.8286Q57.203125 273.8286 58.0 274.71924Q58.8125 275.60986 58.8125 277.10986L58.8125 277.188Q58.8125 278.10986 58.453125 278.84424Q58.09375 279.5786 57.4375 280.0005Q56.78125 280.40674 55.921875 280.40674Q54.640625 280.40674 53.828125 279.5161Q53.03125 278.60986 53.03125 277.1255L53.03125 277.04736ZM54.125 277.188Q54.125 278.23486 54.609375 278.8755Q55.109375 279.5161 55.921875 279.5161Q56.75 279.5161 57.234375 278.8755Q57.71875 278.21924 57.71875 277.04736Q57.71875 276.0161 57.21875 275.3755Q56.734375 274.71924 55.90625 274.71924Q55.109375 274.71924 54.609375 275.35986Q54.125 275.98486 54.125 277.188ZM65.671875 277.188Q65.671875 278.6255 65.015625 279.5161Q64.359375 280.40674 63.21875 280.40674Q62.0625 280.40674 61.40625 279.67236L61.40625 282.71924L60.328125 282.71924L60.328125 273.938L61.3125 273.938L61.359375 274.6411Q62.03125 273.8286 63.203125 273.8286Q64.34375 273.8286 65.0 274.688Q65.671875 275.54736 65.671875 277.0786L65.671875 277.188ZM64.59375 277.063Q64.59375 275.98486 64.125 275.3755Q63.671875 274.7505 62.875 274.7505Q61.890625 274.7505 61.40625 275.60986L61.40625 278.6411Q61.890625 279.5161 62.890625 279.5161Q63.671875 279.5161 64.125 278.90674Q64.59375 278.28174 64.59375 277.063ZM69.953125 280.40674Q68.65625 280.40674 67.84375 279.563Q67.046875 278.7036 67.046875 277.28174L67.046875 277.09424Q67.046875 276.1411 67.40625 275.40674Q67.765625 274.65674 68.40625 274.2505Q69.0625 273.8286 69.8125 273.8286Q71.046875 273.8286 71.734375 274.6411Q72.421875 275.4536 72.421875 276.96924L72.421875 277.42236L68.125 277.42236Q68.15625 278.35986 68.671875 278.938Q69.203125 279.5161 70.015625 279.5161Q70.578125 279.5161 70.96875 279.28174Q71.375 279.04736 71.6875 278.65674L72.34375 279.17236Q71.546875 280.40674 69.953125 280.40674ZM69.8125 274.71924Q69.15625 274.71924 68.703125 275.2036Q68.265625 275.67236 68.171875 276.53174L71.34375 276.53174L71.34375 276.4536Q71.296875 275.6255 70.890625 275.17236Q70.5 274.71924 69.8125 274.71924ZM76.390625 274.90674Q76.140625 274.8755 75.859375 274.8755Q74.78125 274.8755 74.40625 275.78174L74.40625 280.28174L73.328125 280.28174L73.328125 273.938L74.375 273.938L74.390625 274.67236Q74.921875 273.8286 75.90625 273.8286Q76.21875 273.8286 76.390625 273.90674L76.390625 274.90674ZM81.234375 280.28174Q81.140625 280.09424 81.078125 279.60986Q80.328125 280.40674 79.28125 280.40674Q78.34375 280.40674 77.734375 279.8755Q77.140625 279.34424 77.140625 278.5161Q77.140625 277.53174 77.890625 276.98486Q78.640625 276.438 80.015625 276.438L81.0625 276.438L81.0625 275.938Q81.0625 275.3755 80.71875 275.04736Q80.390625 274.7036 79.71875 274.7036Q79.140625 274.7036 78.75 275.0005Q78.359375 275.28174 78.359375 275.7036L77.265625 275.7036Q77.265625 275.21924 77.59375 274.78174Q77.9375 274.34424 78.515625 274.09424Q79.09375 273.8286 79.78125 273.8286Q80.890625 273.8286 81.5 274.3755Q82.125 274.92236 82.15625 275.8755L82.15625 278.79736Q82.15625 279.67236 82.375 280.188L82.375 280.28174L81.234375 280.28174ZM79.4375 279.4536Q79.953125 279.4536 80.40625 279.188Q80.859375 278.92236 81.0625 278.5005L81.0625 277.2036L80.21875 277.2036Q78.21875 277.2036 78.21875 278.3755Q78.21875 278.8755 78.5625 279.17236Q78.90625 279.4536 79.4375 279.4536ZM89.6875 277.188Q89.6875 278.6411 89.015625 279.53174Q88.359375 280.40674 87.234375 280.40674Q86.03125 280.40674 85.375 279.54736L85.3125 280.28174L84.328125 280.28174L84.328125 271.28174L85.40625 271.28174L85.40625 274.6411Q86.0625 273.8286 87.21875 273.8286Q88.375 273.8286 89.03125 274.7036Q89.6875 275.563 89.6875 277.09424L89.6875 277.188ZM88.609375 277.063Q88.609375 275.9536 88.171875 275.35986Q87.75 274.7505 86.953125 274.7505Q85.875 274.7505 85.40625 275.73486L85.40625 278.48486Q85.90625 279.48486 86.953125 279.48486Q87.734375 279.48486 88.171875 278.8755Q88.609375 278.2661 88.609375 277.063ZM92.5 280.28174L91.421875 280.28174L91.421875 273.938L92.5 273.938L92.5 280.28174ZM91.328125 272.2661Q91.328125 272.0005 91.484375 271.813Q91.65625 271.6255 91.96875 271.6255Q92.28125 271.6255 92.4375 271.813Q92.609375 272.0005 92.609375 272.2661Q92.609375 272.5161 92.4375 272.7036Q92.28125 272.8755 91.96875 272.8755Q91.65625 272.8755 91.484375 272.7036Q91.328125 272.5161 91.328125 272.2661ZM95.5 280.28174L94.421875 280.28174L94.421875 271.28174L95.5 271.28174L95.5 280.28174ZM98.5 280.28174L97.421875 280.28174L97.421875 273.938L98.5 273.938L98.5 280.28174ZM97.328125 272.2661Q97.328125 272.0005 97.484375 271.813Q97.65625 271.6255 97.96875 271.6255Q98.28125 271.6255 98.4375 271.813Q98.609375 272.0005 98.609375 272.2661Q98.609375 272.5161 98.4375 272.7036Q98.28125 272.8755 97.96875 272.8755Q97.65625 272.8755 97.484375 272.7036Q97.328125 272.5161 97.328125 272.2661ZM101.796875 272.40674L101.796875 273.938L102.96875 273.938L102.96875 274.78174L101.796875 274.78174L101.796875 278.7036Q101.796875 279.09424 101.953125 279.28174Q102.109375 279.46924 102.484375 279.46924Q102.671875 279.46924 103.0 279.40674L103.0 280.28174Q102.578125 280.40674 102.171875 280.40674Q101.453125 280.40674 101.078125 279.96924Q100.703125 279.5161 100.703125 278.7036L100.703125 274.78174L99.546875 274.78174L99.546875 273.938L100.703125 273.938L100.703125 272.40674L101.796875 272.40674ZM106.390625 278.688L107.875 273.938L109.03125 273.938L106.484375 281.2661Q105.890625 282.84424 104.609375 282.84424L104.390625 282.8286L104.0 282.7505L104.0 281.8755L104.28125 281.8911Q104.84375 281.8911 105.140625 281.67236Q105.453125 281.4536 105.65625 280.85986L105.890625 280.2036L103.625 273.938L104.8125 273.938L106.390625 278.688ZM114.34375 273.938L114.375 274.6411Q115.0625 273.8286 116.25 273.8286Q117.578125 273.8286 118.0625 274.84424Q118.375 274.3911 118.875 274.10986Q119.390625 273.8286 120.078125 273.8286Q122.171875 273.8286 122.203125 276.03174L122.203125 280.28174L121.125 280.28174L121.125 276.09424Q121.125 275.42236 120.8125 275.09424Q120.5 274.7505 119.765625 274.7505Q119.15625 274.7505 118.75 275.10986Q118.359375 275.46924 118.296875 276.0786L118.296875 280.28174L117.21875 280.28174L117.21875 276.1255Q117.21875 274.7505 115.859375 274.7505Q114.796875 274.7505 114.40625 275.65674L114.40625 280.28174L113.3125 280.28174L113.3125 273.938L114.34375 273.938ZM126.953125 280.40674Q125.65625 280.40674 124.84375 279.563Q124.046875 278.7036 124.046875 277.28174L124.046875 277.09424Q124.046875 276.1411 124.40625 275.40674Q124.765625 274.65674 125.40625 274.2505Q126.0625 273.8286 126.8125 273.8286Q128.04688 273.8286 128.73438 274.6411Q129.42188 275.4536 129.42188 276.96924L129.42188 277.42236L125.125 277.42236Q125.15625 278.35986 125.671875 278.938Q126.203125 279.5161 127.015625 279.5161Q127.578125 279.5161 127.96875 279.28174Q128.375 279.04736 128.6875 278.65674L129.34375 279.17236Q128.54688 280.40674 126.953125 280.40674ZM126.8125 274.71924Q126.15625 274.71924 125.703125 275.2036Q125.265625 275.67236 125.171875 276.53174L128.34375 276.53174L128.34375 276.4536Q128.29688 275.6255 127.890625 275.17236Q127.5 274.71924 126.8125 274.71924ZM132.95312 280.40674Q131.65625 280.40674 130.84375 279.563Q130.04688 278.7036 130.04688 277.28174L130.04688 277.09424Q130.04688 276.1411 130.40625 275.40674Q130.76562 274.65674 131.40625 274.2505Q132.0625 273.8286 132.8125 273.8286Q134.04688 273.8286 134.73438 274.6411Q135.42188 275.4536 135.42188 276.96924L135.42188 277.42236L131.125 277.42236Q131.15625 278.35986 131.67188 278.938Q132.20312 279.5161 133.01562 279.5161Q133.57812 279.5161 133.96875 279.28174Q134.375 279.04736 134.6875 278.65674L135.34375 279.17236Q134.54688 280.40674 132.95312 280.40674ZM132.8125 274.71924Q132.15625 274.71924 131.70312 275.2036Q131.26562 275.67236 131.17188 276.53174L134.34375 276.53174L134.34375 276.4536Q134.29688 275.6255 133.89062 275.17236Q133.5 274.71924 132.8125 274.71924ZM137.79688 272.40674L137.79688 273.938L138.96875 273.938L138.96875 274.78174L137.79688 274.78174L137.79688 278.7036Q137.79688 279.09424 137.95312 279.28174Q138.10938 279.46924 138.48438 279.46924Q138.67188 279.46924 139.0 279.40674L139.0 280.28174Q138.57812 280.40674 138.17188 280.40674Q137.45312 280.40674 137.07812 279.96924Q136.70312 279.5161 136.70312 278.7036L136.70312 274.78174L135.54688 274.78174L135.54688 273.938L136.70312 273.938L136.70312 272.40674L137.79688 272.40674ZM144.01562 278.59424Q144.01562 278.15674 143.67188 277.92236Q143.34375 277.67236 142.51562 277.5005Q141.70312 277.3286 141.21875 277.0786Q140.73438 276.8286 140.5 276.5005Q140.28125 276.15674 140.28125 275.688Q140.28125 274.90674 140.9375 274.3755Q141.59375 273.8286 142.625 273.8286Q143.70312 273.8286 144.35938 274.3911Q145.03125 274.938 145.03125 275.79736L143.95312 275.79736Q143.95312 275.35986 143.5625 275.04736Q143.1875 274.71924 142.625 274.71924Q142.03125 274.71924 141.6875 274.98486Q141.35938 275.23486 141.35938 275.6411Q141.35938 276.03174 141.67188 276.23486Q141.98438 276.438 142.79688 276.6255Q143.60938 276.79736 144.10938 277.04736Q144.60938 277.29736 144.84375 277.65674Q145.09375 278.0161 145.09375 278.5161Q145.09375 279.3755 144.40625 279.8911Q143.73438 280.40674 142.65625 280.40674Q141.89062 280.40674 141.29688 280.1411Q140.71875 279.85986 140.39062 279.3755Q140.0625 278.8911 140.0625 278.3286L141.14062 278.3286Q141.17188 278.8755 141.57812 279.2036Q141.98438 279.5161 142.65625 279.5161Q143.26562 279.5161 143.64062 279.2661Q144.01562 279.0161 144.01562 278.59424ZM150.34375 273.938L150.375 274.6411Q151.0625 273.8286 152.25 273.8286Q153.57812 273.8286 154.0625 274.84424Q154.375 274.3911 154.875 274.10986Q155.39062 273.8286 156.07812 273.8286Q158.17188 273.8286 158.20312 276.03174L158.20312 280.28174L157.125 280.28174L157.125 276.09424Q157.125 275.42236 156.8125 275.09424Q156.5 274.7505 155.76562 274.7505Q155.15625 274.7505 154.75 275.10986Q154.35938 275.46924 154.29688 276.0786L154.29688 280.28174L153.21875 280.28174L153.21875 276.1255Q153.21875 274.7505 151.85938 274.7505Q150.79688 274.7505 150.40625 275.65674L150.40625 280.28174L149.3125 280.28174L149.3125 273.938L150.34375 273.938ZM162.39062 278.688L163.875 273.938L165.03125 273.938L162.48438 281.2661Q161.89062 282.84424 160.60938 282.84424L160.39062 282.8286L160.0 282.7505L160.0 281.8755L160.28125 281.8911Q160.84375 281.8911 161.14062 281.67236Q161.45312 281.4536 161.65625 280.85986L161.89062 280.2036L159.625 273.938L160.8125 273.938L162.39062 278.688Z" fill-rule="nonzero"/><path fill="#666666" d="M135.34375 288.938L135.375 289.73486Q136.10938 288.8286 137.28125 288.8286Q139.29688 288.8286 139.3125 291.09424L139.3125 295.28174L138.21875 295.28174L138.21875 291.0786Q138.21875 290.40674 137.90625 290.0786Q137.60938 289.7505 136.95312 289.7505Q136.42188 289.7505 136.01562 290.03174Q135.625 290.313 135.40625 290.7661L135.40625 295.28174L134.32812 295.28174L134.32812 288.938L135.34375 288.938ZM143.95312 295.40674Q142.65625 295.40674 141.84375 294.563Q141.04688 293.7036 141.04688 292.28174L141.04688 292.09424Q141.04688 291.1411 141.40625 290.40674Q141.76562 289.65674 142.40625 289.2505Q143.0625 288.8286 143.8125 288.8286Q145.04688 288.8286 145.73438 289.6411Q146.42188 290.4536 146.42188 291.96924L146.42188 292.42236L142.125 292.42236Q142.15625 293.35986 142.67188 293.938Q143.20312 294.5161 144.01562 294.5161Q144.57812 294.5161 144.96875 294.28174Q145.375 294.04736 145.6875 293.65674L146.34375 294.17236Q145.54688 295.40674 143.95312 295.40674ZM143.8125 289.71924Q143.15625 289.71924 142.70312 290.2036Q142.26562 290.67236 142.17188 291.53174L145.34375 291.53174L145.34375 291.4536Q145.29688 290.6255 144.89062 290.17236Q144.5 289.71924 143.8125 289.71924ZM149.95312 295.40674Q148.65625 295.40674 147.84375 294.563Q147.04688 293.7036 147.04688 292.28174L147.04688 292.09424Q147.04688 291.1411 147.40625 290.40674Q147.76562 289.65674 148.40625 289.2505Q149.0625 288.8286 149.8125 288.8286Q151.04688 288.8286 151.73438 289.6411Q152.42188 290.4536 152.42188 291.96924L152.42188 292.42236L148.125 292.42236Q148.15625 293.35986 148.67188 293.938Q149.20312 294.5161 150.01562 294.5161Q150.57812 294.5161 150.96875 294.28174Q151.375 294.04736 151.6875 293.65674L152.34375 294.17236Q151.54688 295.40674 149.95312 295.40674ZM149.8125 289.71924Q149.15625 289.71924 148.70312 290.2036Q148.26562 290.67236 148.17188 291.53174L151.34375 291.53174L151.34375 291.4536Q151.29688 290.6255 150.89062 290.17236Q150.5 289.71924 149.8125 289.71924ZM153.0625 292.063Q153.0625 290.59424 153.75 289.71924Q154.4375 288.8286 155.5625 288.8286Q156.67188 288.8286 157.32812 289.5786L157.32812 286.28174L158.40625 286.28174L158.40625 295.28174L157.40625 295.28174L157.35938 294.59424Q156.70312 295.40674 155.54688 295.40674Q154.45312 295.40674 153.75 294.5005Q153.0625 293.59424 153.0625 292.1411L153.0625 292.063ZM154.14062 292.188Q154.14062 293.2661 154.57812 293.8755Q155.03125 294.48486 155.8125 294.48486Q156.84375 294.48486 157.32812 293.54736L157.32812 290.6411Q156.84375 289.7505 155.82812 289.7505Q155.03125 289.7505 154.57812 290.35986Q154.14062 290.96924 154.14062 292.188ZM164.01562 293.59424Q164.01562 293.15674 163.67188 292.92236Q163.34375 292.67236 162.51562 292.5005Q161.70312 292.3286 161.21875 292.0786Q160.73438 291.8286 160.5 291.5005Q160.28125 291.15674 160.28125 290.688Q160.28125 289.90674 160.9375 289.3755Q161.59375 288.8286 162.625 288.8286Q163.70312 288.8286 164.35938 289.3911Q165.03125 289.938 165.03125 290.79736L163.95312 290.79736Q163.95312 290.35986 163.5625 290.04736Q163.1875 289.71924 162.625 289.71924Q162.03125 289.71924 161.6875 289.98486Q161.35938 290.23486 161.35938 290.6411Q161.35938 291.03174 161.67188 291.23486Q161.98438 291.438 162.79688 291.6255Q163.60938 291.79736 164.10938 292.04736Q164.60938 292.29736 164.84375 292.65674Q165.09375 293.0161 165.09375 293.5161Q165.09375 294.3755 164.40625 294.8911Q163.73438 295.40674 162.65625 295.40674Q161.89062 295.40674 161.29688 295.1411Q160.71875 294.85986 160.39062 294.3755Q160.0625 293.8911 160.0625 293.3286L161.14062 293.3286Q161.17188 293.8755 161.57812 294.2036Q161.98438 294.5161 162.65625 294.5161Q163.26562 294.5161 163.64062 294.2661Q164.01562 294.0161 164.01562 293.59424Z" fill-rule="nonzero"/><path fill="#666666" d="M38.703125 335.2744L37.578125 335.2744L37.578125 326.74316L38.703125 326.74316L38.703125 335.2744ZM47.234375 335.2744Q47.140625 335.0869 47.078125 334.60254Q46.328125 335.3994 45.28125 335.3994Q44.34375 335.3994 43.734375 334.86816Q43.140625 334.3369 43.140625 333.5088Q43.140625 332.5244 43.890625 331.97754Q44.640625 331.43066 46.015625 331.43066L47.0625 331.43066L47.0625 330.93066Q47.0625 330.36816 46.71875 330.04004Q46.390625 329.6963 45.71875 329.6963Q45.140625 329.6963 44.75 329.99316Q44.359375 330.2744 44.359375 330.6963L43.265625 330.6963Q43.265625 330.2119 43.59375 329.7744Q43.9375 329.3369 44.515625 329.0869Q45.09375 328.8213 45.78125 328.8213Q46.890625 328.8213 47.5 329.36816Q48.125 329.91504 48.15625 330.86816L48.15625 333.79004Q48.15625 334.66504 48.375 335.18066L48.375 335.2744L47.234375 335.2744ZM45.4375 334.4463Q45.953125 334.4463 46.40625 334.18066Q46.859375 333.91504 47.0625 333.49316L47.0625 332.1963L46.21875 332.1963Q44.21875 332.1963 44.21875 333.36816Q44.21875 333.86816 44.5625 334.16504Q44.90625 334.4463 45.4375 334.4463ZM51.34375 328.93066L51.375 329.6338Q52.0625 328.8213 53.25 328.8213Q54.578125 328.8213 55.0625 329.8369Q55.375 329.3838 55.875 329.10254Q56.390625 328.8213 57.078125 328.8213Q59.171875 328.8213 59.203125 331.0244L59.203125 335.2744L58.125 335.2744L58.125 331.0869Q58.125 330.41504 57.8125 330.0869Q57.5 329.74316 56.765625 329.74316Q56.15625 329.74316 55.75 330.10254Q55.359375 330.4619 55.296875 331.0713L55.296875 335.2744L54.21875 335.2744L54.21875 331.11816Q54.21875 329.74316 52.859375 329.74316Q51.796875 329.74316 51.40625 330.6494L51.40625 335.2744L50.3125 335.2744L50.3125 328.93066L51.34375 328.93066ZM68.234375 335.2744Q68.140625 335.0869 68.078125 334.60254Q67.328125 335.3994 66.28125 335.3994Q65.34375 335.3994 64.734375 334.86816Q64.140625 334.3369 64.140625 333.5088Q64.140625 332.5244 64.890625 331.97754Q65.640625 331.43066 67.015625 331.43066L68.0625 331.43066L68.0625 330.93066Q68.0625 330.36816 67.71875 330.04004Q67.390625 329.6963 66.71875 329.6963Q66.140625 329.6963 65.75 329.99316Q65.359375 330.2744 65.359375 330.6963L64.265625 330.6963Q64.265625 330.2119 64.59375 329.7744Q64.9375 329.3369 65.515625 329.0869Q66.09375 328.8213 66.78125 328.8213Q67.890625 328.8213 68.5 329.36816Q69.125 329.91504 69.15625 330.86816L69.15625 333.79004Q69.15625 334.66504 69.375 335.18066L69.375 335.2744L68.234375 335.2744ZM66.4375 334.4463Q66.953125 334.4463 67.40625 334.18066Q67.859375 333.91504 68.0625 333.49316L68.0625 332.1963L67.21875 332.1963Q65.21875 332.1963 65.21875 333.36816Q65.21875 333.86816 65.5625 334.16504Q65.90625 334.4463 66.4375 334.4463ZM76.6875 332.18066Q76.6875 333.6338 76.015625 334.5244Q75.359375 335.3994 74.234375 335.3994Q73.03125 335.3994 72.375 334.54004L72.3125 335.2744L71.328125 335.2744L71.328125 326.2744L72.40625 326.2744L72.40625 329.6338Q73.0625 328.8213 74.21875 328.8213Q75.375 328.8213 76.03125 329.6963Q76.6875 330.55566 76.6875 332.0869L76.6875 332.18066ZM75.609375 332.05566Q75.609375 330.9463 75.171875 330.35254Q74.75 329.74316 73.953125 329.74316Q72.875 329.74316 72.40625 330.72754L72.40625 333.47754Q72.90625 334.47754 73.953125 334.47754Q74.734375 334.47754 75.171875 333.86816Q75.609375 333.2588 75.609375 332.05566ZM79.5 335.2744L78.421875 335.2744L78.421875 326.2744L79.5 326.2744L79.5 335.2744ZM83.953125 335.3994Q82.65625 335.3994 81.84375 334.55566Q81.046875 333.6963 81.046875 332.2744L81.046875 332.0869Q81.046875 331.1338 81.40625 330.3994Q81.765625 329.6494 82.40625 329.24316Q83.0625 328.8213 83.8125 328.8213Q85.046875 328.8213 85.734375 329.6338Q86.421875 330.4463 86.421875 331.9619L86.421875 332.41504L82.125 332.41504Q82.15625 333.35254 82.671875 333.93066Q83.203125 334.5088 84.015625 334.5088Q84.578125 334.5088 84.96875 334.2744Q85.375 334.04004 85.6875 333.6494L86.34375 334.16504Q85.546875 335.3994 83.953125 335.3994ZM83.8125 329.7119Q83.15625 329.7119 82.703125 330.1963Q82.265625 330.66504 82.171875 331.5244L85.34375 331.5244L85.34375 331.4463Q85.296875 330.61816 84.890625 330.16504Q84.5 329.7119 83.8125 329.7119ZM91.796875 327.3994L91.796875 328.93066L92.96875 328.93066L92.96875 329.7744L91.796875 329.7744L91.796875 333.6963Q91.796875 334.0869 91.953125 334.2744Q92.109375 334.4619 92.484375 334.4619Q92.671875 334.4619 93.0 334.3994L93.0 335.2744Q92.578125 335.3994 92.171875 335.3994Q91.453125 335.3994 91.078125 334.9619Q90.703125 334.5088 90.703125 333.6963L90.703125 329.7744L89.546875 329.7744L89.546875 328.93066L90.703125 328.93066L90.703125 327.3994L91.796875 327.3994ZM94.03125 332.04004Q94.03125 331.11816 94.390625 330.36816Q94.765625 329.61816 95.421875 329.22754Q96.078125 328.8213 96.90625 328.8213Q98.203125 328.8213 99.0 329.7119Q99.8125 330.60254 99.8125 332.10254L99.8125 332.18066Q99.8125 333.10254 99.453125 333.8369Q99.09375 334.5713 98.4375 334.99316Q97.78125 335.3994 96.921875 335.3994Q95.640625 335.3994 94.828125 334.5088Q94.03125 333.60254 94.03125 332.11816L94.03125 332.04004ZM95.125 332.18066Q95.125 333.22754 95.609375 333.86816Q96.109375 334.5088 96.921875 334.5088Q97.75 334.5088 98.234375 333.86816Q98.71875 333.2119 98.71875 332.04004Q98.71875 331.0088 98.21875 330.36816Q97.734375 329.7119 96.90625 329.7119Q96.109375 329.7119 95.609375 330.35254Q95.125 330.97754 95.125 332.18066ZM104.0625 332.05566Q104.0625 330.55566 104.734375 329.6963Q105.421875 328.8213 106.578125 328.8213Q107.703125 328.8213 108.359375 329.5713L108.40625 328.93066L109.40625 328.93066L109.40625 337.7119L108.3125 337.7119L108.3125 334.68066Q107.65625 335.3994 106.578125 335.3994Q105.421875 335.3994 104.734375 334.5088Q104.0625 333.60254 104.0625 332.1338L104.0625 332.05566ZM105.140625 332.18066Q105.140625 333.2588 105.59375 333.8838Q106.0625 334.5088 106.84375 334.5088Q107.8125 334.5088 108.3125 333.6494L108.3125 330.54004Q107.796875 329.7119 106.859375 329.7119Q106.0625 329.7119 105.59375 330.3369Q105.140625 330.9619 105.140625 332.18066ZM115.234375 334.6494Q114.609375 335.3994 113.375 335.3994Q112.359375 335.3994 111.828125 334.80566Q111.296875 334.2119 111.296875 333.05566L111.296875 328.93066L112.375 328.93066L112.375 333.0244Q112.375 334.47754 113.546875 334.47754Q114.796875 334.47754 115.203125 333.54004L115.203125 328.93066L116.296875 328.93066L116.296875 335.2744L115.265625 335.2744L115.234375 334.6494ZM119.5 335.2744L118.421875 335.2744L118.421875 328.93066L119.5 328.93066L119.5 335.2744ZM118.328125 327.2588Q118.328125 326.99316 118.484375 326.80566Q118.65625 326.61816 118.96875 326.61816Q119.28125 326.61816 119.4375 326.80566Q119.609375 326.99316 119.609375 327.2588Q119.609375 327.5088 119.4375 327.6963Q119.28125 327.86816 118.96875 327.86816Q118.65625 327.86816 118.484375 327.6963Q118.328125 327.5088 118.328125 327.2588ZM123.859375 334.5088Q124.4375 334.5088 124.875 334.16504Q125.3125 333.80566 125.359375 333.2744L126.390625 333.2744Q126.359375 333.8213 126.0 334.3213Q125.65625 334.80566 125.078125 335.10254Q124.515625 335.3994 123.859375 335.3994Q122.5625 335.3994 121.796875 334.54004Q121.046875 333.66504 121.046875 332.16504L121.046875 331.97754Q121.046875 331.05566 121.375 330.3369Q121.71875 329.61816 122.34375 329.22754Q122.984375 328.8213 123.859375 328.8213Q124.921875 328.8213 125.625 329.4619Q126.34375 330.0869 126.390625 331.11816L125.359375 331.11816Q125.3125 330.49316 124.890625 330.10254Q124.46875 329.7119 123.859375 329.7119Q123.03125 329.7119 122.578125 330.30566Q122.125 330.8994 122.125 332.0244L122.125 332.22754Q122.125 333.3213 122.578125 333.91504Q123.03125 334.5088 123.859375 334.5088ZM129.09375 332.3369L128.40625 333.04004L128.40625 335.2744L127.328125 335.2744L127.328125 326.2744L128.40625 326.2744L128.40625 331.7119L128.98438 331.0244L130.96875 328.93066L132.28125 328.93066L129.8125 331.5869L132.57812 335.2744L131.29688 335.2744L129.09375 332.3369ZM134.5 335.2744L133.42188 335.2744L133.42188 326.2744L134.5 326.2744L134.5 335.2744ZM138.39062 333.68066L139.875 328.93066L141.03125 328.93066L138.48438 336.2588Q137.89062 337.8369 136.60938 337.8369L136.39062 337.8213L136.0 337.74316L136.0 336.86816L136.28125 336.8838Q136.84375 336.8838 137.14062 336.66504Q137.45312 336.4463 137.65625 335.85254L137.89062 335.1963L135.625 328.93066L136.8125 328.93066L138.39062 333.68066ZM145.85938 335.2744L145.85938 329.7744L144.85938 329.7744L144.85938 328.93066L145.85938 328.93066L145.85938 328.29004Q145.85938 327.2588 146.39062 326.7119Q146.9375 326.1494 147.9375 326.1494Q148.3125 326.1494 148.6875 326.24316L148.625 327.1338Q148.34375 327.0713 148.04688 327.0713Q147.51562 327.0713 147.21875 327.3838Q146.9375 327.6963 146.9375 328.2588L146.9375 328.93066L148.29688 328.93066L148.29688 329.7744L146.9375 329.7744L146.9375 335.2744L145.85938 335.2744ZM150.5 335.2744L149.42188 335.2744L149.42188 328.93066L150.5 328.93066L150.5 335.2744ZM149.32812 327.2588Q149.32812 326.99316 149.48438 326.80566Q149.65625 326.61816 149.96875 326.61816Q150.28125 326.61816 150.4375 326.80566Q150.60938 326.99316 150.60938 327.2588Q150.60938 327.5088 150.4375 327.6963Q150.28125 327.86816 149.96875 327.86816Q149.65625 327.86816 149.48438 327.6963Q149.32812 327.5088 149.32812 327.2588ZM153.34375 328.93066L153.375 329.72754Q154.10938 328.8213 155.28125 328.8213Q157.29688 328.8213 157.3125 331.0869L157.3125 335.2744L156.21875 335.2744L156.21875 331.0713Q156.21875 330.3994 155.90625 330.0713Q155.60938 329.74316 154.95312 329.74316Q154.42188 329.74316 154.01562 330.0244Q153.625 330.30566 153.40625 330.7588L153.40625 335.2744L152.32812 335.2744L152.32812 328.93066L153.34375 328.93066ZM159.0625 332.05566Q159.0625 330.5869 159.75 329.7119Q160.4375 328.8213 161.5625 328.8213Q162.67188 328.8213 163.32812 329.5713L163.32812 326.2744L164.40625 326.2744L164.40625 335.2744L163.40625 335.2744L163.35938 334.5869Q162.70312 335.3994 161.54688 335.3994Q160.45312 335.3994 159.75 334.49316Q159.0625 333.5869 159.0625 332.1338L159.0625 332.05566ZM160.14062 332.18066Q160.14062 333.2588 160.57812 333.86816Q161.03125 334.47754 161.8125 334.47754Q162.84375 334.47754 163.32812 333.54004L163.32812 330.6338Q162.84375 329.74316 161.82812 329.74316Q161.03125 329.74316 160.57812 330.35254Q160.14062 330.9619 160.14062 332.18066Z" fill-rule="nonzero"/><path fill="#666666" d="M64.5 350.2744L63.421875 350.2744L63.421875 341.2744L64.5 341.2744L64.5 350.2744ZM67.5 350.2744L66.421875 350.2744L66.421875 343.93066L67.5 343.93066L67.5 350.2744ZM66.328125 342.2588Q66.328125 341.99316 66.484375 341.80566Q66.65625 341.61816 66.96875 341.61816Q67.28125 341.61816 67.4375 341.80566Q67.609375 341.99316 67.609375 342.2588Q67.609375 342.5088 67.4375 342.6963Q67.28125 342.86816 66.96875 342.86816Q66.65625 342.86816 66.484375 342.6963Q66.328125 342.5088 66.328125 342.2588ZM74.6875 347.18066Q74.6875 348.6338 74.015625 349.5244Q73.359375 350.3994 72.234375 350.3994Q71.03125 350.3994 70.375 349.54004L70.3125 350.2744L69.328125 350.2744L69.328125 341.2744L70.40625 341.2744L70.40625 344.6338Q71.0625 343.8213 72.21875 343.8213Q73.375 343.8213 74.03125 344.6963Q74.6875 345.55566 74.6875 347.0869L74.6875 347.18066ZM73.609375 347.05566Q73.609375 345.9463 73.171875 345.35254Q72.75 344.74316 71.953125 344.74316Q70.875 344.74316 70.40625 345.72754L70.40625 348.47754Q70.90625 349.47754 71.953125 349.47754Q72.734375 349.47754 73.171875 348.86816Q73.609375 348.2588 73.609375 347.05566ZM79.390625 344.8994Q79.140625 344.86816 78.859375 344.86816Q77.78125 344.86816 77.40625 345.7744L77.40625 350.2744L76.328125 350.2744L76.328125 343.93066L77.375 343.93066L77.390625 344.66504Q77.921875 343.8213 78.90625 343.8213Q79.21875 343.8213 79.390625 343.8994L79.390625 344.8994ZM84.234375 350.2744Q84.140625 350.0869 84.078125 349.60254Q83.328125 350.3994 82.28125 350.3994Q81.34375 350.3994 80.734375 349.86816Q80.140625 349.3369 80.140625 348.5088Q80.140625 347.5244 80.890625 346.97754Q81.640625 346.43066 83.015625 346.43066L84.0625 346.43066L84.0625 345.93066Q84.0625 345.36816 83.71875 345.04004Q83.390625 344.6963 82.71875 344.6963Q82.140625 344.6963 81.75 344.99316Q81.359375 345.2744 81.359375 345.6963L80.265625 345.6963Q80.265625 345.2119 80.59375 344.7744Q80.9375 344.3369 81.515625 344.0869Q82.09375 343.8213 82.78125 343.8213Q83.890625 343.8213 84.5 344.36816Q85.125 344.91504 85.15625 345.86816L85.15625 348.79004Q85.15625 349.66504 85.375 350.18066L85.375 350.2744L84.234375 350.2744ZM82.4375 349.4463Q82.953125 349.4463 83.40625 349.18066Q83.859375 348.91504 84.0625 348.49316L84.0625 347.1963L83.21875 347.1963Q81.21875 347.1963 81.21875 348.36816Q81.21875 348.86816 81.5625 349.16504Q81.90625 349.4463 82.4375 349.4463ZM90.390625 344.8994Q90.140625 344.86816 89.859375 344.86816Q88.78125 344.86816 88.40625 345.7744L88.40625 350.2744L87.328125 350.2744L87.328125 343.93066L88.375 343.93066L88.390625 344.66504Q88.921875 343.8213 89.90625 343.8213Q90.21875 343.8213 90.390625 343.8994L90.390625 344.8994ZM92.5 350.2744L91.421875 350.2744L91.421875 343.93066L92.5 343.93066L92.5 350.2744ZM91.328125 342.2588Q91.328125 341.99316 91.484375 341.80566Q91.65625 341.61816 91.96875 341.61816Q92.28125 341.61816 92.4375 341.80566Q92.609375 341.99316 92.609375 342.2588Q92.609375 342.5088 92.4375 342.6963Q92.28125 342.86816 91.96875 342.86816Q91.65625 342.86816 91.484375 342.6963Q91.328125 342.5088 91.328125 342.2588ZM96.953125 350.3994Q95.65625 350.3994 94.84375 349.55566Q94.046875 348.6963 94.046875 347.2744L94.046875 347.0869Q94.046875 346.1338 94.40625 345.3994Q94.765625 344.6494 95.40625 344.24316Q96.0625 343.8213 96.8125 343.8213Q98.046875 343.8213 98.734375 344.6338Q99.421875 345.4463 99.421875 346.9619L99.421875 347.41504L95.125 347.41504Q95.15625 348.35254 95.671875 348.93066Q96.203125 349.5088 97.015625 349.5088Q97.578125 349.5088 97.96875 349.2744Q98.375 349.04004 98.6875 348.6494L99.34375 349.16504Q98.546875 350.3994 96.953125 350.3994ZM96.8125 344.7119Q96.15625 344.7119 95.703125 345.1963Q95.265625 345.66504 95.171875 346.5244L98.34375 346.5244L98.34375 346.4463Q98.296875 345.61816 97.890625 345.16504Q97.5 344.7119 96.8125 344.7119ZM104.015625 348.5869Q104.015625 348.1494 103.671875 347.91504Q103.34375 347.66504 102.515625 347.49316Q101.703125 347.3213 101.21875 347.0713Q100.734375 346.8213 100.5 346.49316Q100.28125 346.1494 100.28125 345.68066Q100.28125 344.8994 100.9375 344.36816Q101.59375 343.8213 102.625 343.8213Q103.703125 343.8213 104.359375 344.3838Q105.03125 344.93066 105.03125 345.79004L103.953125 345.79004Q103.953125 345.35254 103.5625 345.04004Q103.1875 344.7119 102.625 344.7119Q102.03125 344.7119 101.6875 344.97754Q101.359375 345.22754 101.359375 345.6338Q101.359375 346.0244 101.671875 346.22754Q101.984375 346.43066 102.796875 346.61816Q103.609375 346.79004 104.109375 347.04004Q104.609375 347.29004 104.84375 347.6494Q105.09375 348.0088 105.09375 348.5088Q105.09375 349.36816 104.40625 349.8838Q103.734375 350.3994 102.65625 350.3994Q101.890625 350.3994 101.296875 350.1338Q100.71875 349.85254 100.390625 349.36816Q100.0625 348.8838 100.0625 348.3213L101.140625 348.3213Q101.171875 348.86816 101.578125 349.1963Q101.984375 349.5088 102.65625 349.5088Q103.265625 349.5088 103.640625 349.2588Q104.015625 349.0088 104.015625 348.5869ZM110.796875 342.3994L110.796875 343.93066L111.96875 343.93066L111.96875 344.7744L110.796875 344.7744L110.796875 348.6963Q110.796875 349.0869 110.953125 349.2744Q111.109375 349.4619 111.484375 349.4619Q111.671875 349.4619 112.0 349.3994L112.0 350.2744Q111.578125 350.3994 111.171875 350.3994Q110.453125 350.3994 110.078125 349.9619Q109.703125 349.5088 109.703125 348.6963L109.703125 344.7744L108.546875 344.7744L108.546875 343.93066L109.703125 343.93066L109.703125 342.3994L110.796875 342.3994ZM114.40625 344.6963Q115.125 343.8213 116.28125 343.8213Q118.296875 343.8213 118.3125 346.0869L118.3125 350.2744L117.21875 350.2744L117.21875 346.0713Q117.21875 345.3994 116.90625 345.0713Q116.609375 344.74316 115.953125 344.74316Q115.421875 344.74316 115.015625 345.0244Q114.625 345.30566 114.40625 345.7588L114.40625 350.2744L113.328125 350.2744L113.328125 341.2744L114.40625 341.2744L114.40625 344.6963ZM124.234375 350.2744Q124.140625 350.0869 124.078125 349.60254Q123.328125 350.3994 122.28125 350.3994Q121.34375 350.3994 120.734375 349.86816Q120.140625 349.3369 120.140625 348.5088Q120.140625 347.5244 120.890625 346.97754Q121.640625 346.43066 123.015625 346.43066L124.0625 346.43066L124.0625 345.93066Q124.0625 345.36816 123.71875 345.04004Q123.390625 344.6963 122.71875 344.6963Q122.140625 344.6963 121.75 344.99316Q121.359375 345.2744 121.359375 345.6963L120.265625 345.6963Q120.265625 345.2119 120.59375 344.7744Q120.9375 344.3369 121.515625 344.0869Q122.09375 343.8213 122.78125 343.8213Q123.890625 343.8213 124.5 344.36816Q125.125 344.91504 125.15625 345.86816L125.15625 348.79004Q125.15625 349.66504 125.375 350.18066L125.375 350.2744L124.234375 350.2744ZM122.4375 349.4463Q122.953125 349.4463 123.40625 349.18066Q123.859375 348.91504 124.0625 348.49316L124.0625 347.1963L123.21875 347.1963Q121.21875 347.1963 121.21875 348.36816Q121.21875 348.86816 121.5625 349.16504Q121.90625 349.4463 122.4375 349.4463ZM128.79688 342.3994L128.79688 343.93066L129.96875 343.93066L129.96875 344.7744L128.79688 344.7744L128.79688 348.6963Q128.79688 349.0869 128.95312 349.2744Q129.10938 349.4619 129.48438 349.4619Q129.67188 349.4619 130.0 349.3994L130.0 350.2744Q129.57812 350.3994 129.17188 350.3994Q128.45312 350.3994 128.07812 349.9619Q127.703125 349.5088 127.703125 348.6963L127.703125 344.7744L126.546875 344.7744L126.546875 343.93066L127.703125 343.93066L127.703125 342.3994L128.79688 342.3994ZM135.70312 350.2744L134.57812 350.2744L134.57812 341.74316L135.70312 341.74316L135.70312 350.2744ZM141.34375 343.93066L141.375 344.72754Q142.10938 343.8213 143.28125 343.8213Q145.29688 343.8213 145.3125 346.0869L145.3125 350.2744L144.21875 350.2744L144.21875 346.0713Q144.21875 345.3994 143.90625 345.0713Q143.60938 344.74316 142.95312 344.74316Q142.42188 344.74316 142.01562 345.0244Q141.625 345.30566 141.40625 345.7588L141.40625 350.2744L140.32812 350.2744L140.32812 343.93066L141.34375 343.93066ZM149.95312 350.3994Q148.65625 350.3994 147.84375 349.55566Q147.04688 348.6963 147.04688 347.2744L147.04688 347.0869Q147.04688 346.1338 147.40625 345.3994Q147.76562 344.6494 148.40625 344.24316Q149.0625 343.8213 149.8125 343.8213Q151.04688 343.8213 151.73438 344.6338Q152.42188 345.4463 152.42188 346.9619L152.42188 347.41504L148.125 347.41504Q148.15625 348.35254 148.67188 348.93066Q149.20312 349.5088 150.01562 349.5088Q150.57812 349.5088 150.96875 349.2744Q151.375 349.04004 151.6875 348.6494L152.34375 349.16504Q151.54688 350.3994 149.95312 350.3994ZM149.8125 344.7119Q149.15625 344.7119 148.70312 345.1963Q148.26562 345.66504 148.17188 346.5244L151.34375 346.5244L151.34375 346.4463Q151.29688 345.61816 150.89062 345.16504Q150.5 344.7119 149.8125 344.7119ZM155.95312 350.3994Q154.65625 350.3994 153.84375 349.55566Q153.04688 348.6963 153.04688 347.2744L153.04688 347.0869Q153.04688 346.1338 153.40625 345.3994Q153.76562 344.6494 154.40625 344.24316Q155.0625 343.8213 155.8125 343.8213Q157.04688 343.8213 157.73438 344.6338Q158.42188 345.4463 158.42188 346.9619L158.42188 347.41504L154.125 347.41504Q154.15625 348.35254 154.67188 348.93066Q155.20312 349.5088 156.01562 349.5088Q156.57812 349.5088 156.96875 349.2744Q157.375 349.04004 157.6875 348.6494L158.34375 349.16504Q157.54688 350.3994 155.95312 350.3994ZM155.8125 344.7119Q155.15625 344.7119 154.70312 345.1963Q154.26562 345.66504 154.17188 346.5244L157.34375 346.5244L157.34375 346.4463Q157.29688 345.61816 156.89062 345.16504Q156.5 344.7119 155.8125 344.7119ZM159.0625 347.05566Q159.0625 345.5869 159.75 344.7119Q160.4375 343.8213 161.5625 343.8213Q162.67188 343.8213 163.32812 344.5713L163.32812 341.2744L164.40625 341.2744L164.40625 350.2744L163.40625 350.2744L163.35938 349.5869Q162.70312 350.3994 161.54688 350.3994Q160.45312 350.3994 159.75 349.49316Q159.0625 348.5869 159.0625 347.1338L159.0625 347.05566ZM160.14062 347.18066Q160.14062 348.2588 160.57812 348.86816Q161.03125 349.47754 161.8125 349.47754Q162.84375 349.47754 163.32812 348.54004L163.32812 345.6338Q162.84375 344.74316 161.82812 344.74316Q161.03125 344.74316 160.57812 345.35254Q160.14062 345.9619 160.14062 347.18066Z" fill-rule="nonzero"/><path fill="#666666" d="M31.390625 382.6577L28.640625 382.6577L28.640625 390.2671L27.53125 390.2671L27.53125 382.6577L24.78125 382.6577L24.78125 381.73584L31.390625 381.73584L31.390625 382.6577ZM33.40625 384.68896Q34.125 383.81396 35.28125 383.81396Q37.296875 383.81396 37.3125 386.0796L37.3125 390.2671L36.21875 390.2671L36.21875 386.06396Q36.21875 385.3921 35.90625 385.06396Q35.609375 384.73584 34.953125 384.73584Q34.421875 384.73584 34.015625 385.0171Q33.625 385.29834 33.40625 385.75146L33.40625 390.2671L32.328125 390.2671L32.328125 381.2671L33.40625 381.2671L33.40625 384.68896ZM41.953125 390.3921Q40.65625 390.3921 39.84375 389.54834Q39.046875 388.68896 39.046875 387.2671L39.046875 387.0796Q39.046875 386.12646 39.40625 385.3921Q39.765625 384.6421 40.40625 384.23584Q41.0625 383.81396 41.8125 383.81396Q43.046875 383.81396 43.734375 384.62646Q44.421875 385.43896 44.421875 386.9546L44.421875 387.4077L40.125 387.4077Q40.15625 388.3452 40.671875 388.92334Q41.203125 389.50146 42.015625 389.50146Q42.578125 389.50146 42.96875 389.2671Q43.375 389.0327 43.6875 388.6421L44.34375 389.1577Q43.546875 390.3921 41.953125 390.3921ZM41.8125 384.7046Q41.15625 384.7046 40.703125 385.18896Q40.265625 385.6577 40.171875 386.5171L43.34375 386.5171L43.34375 386.43896Q43.296875 385.61084 42.890625 385.1577Q42.5 384.7046 41.8125 384.7046ZM54.796875 389.1421Q54.359375 389.7671 53.578125 390.0796Q52.796875 390.3921 51.765625 390.3921Q50.734375 390.3921 49.921875 389.9077Q49.109375 389.4077 48.671875 388.50146Q48.234375 387.5952 48.21875 386.4077L48.21875 385.67334Q48.21875 383.73584 49.109375 382.67334Q50.015625 381.61084 51.640625 381.61084Q52.984375 381.61084 53.796875 382.29834Q54.609375 382.98584 54.796875 384.23584L53.671875 384.23584Q53.34375 382.54834 51.65625 382.54834Q50.515625 382.54834 49.9375 383.3452Q49.359375 384.12646 49.34375 385.6421L49.34375 386.3296Q49.34375 387.7671 50.0 388.62646Q50.65625 389.4702 51.78125 389.4702Q52.40625 389.4702 52.875 389.3296Q53.359375 389.18896 53.671875 388.8452L53.671875 386.93896L51.703125 386.93896L51.703125 386.0171L54.796875 386.0171L54.796875 389.1421ZM56.03125 387.0327Q56.03125 386.11084 56.390625 385.36084Q56.765625 384.61084 57.421875 384.2202Q58.078125 383.81396 58.90625 383.81396Q60.203125 383.81396 61.0 384.7046Q61.8125 385.5952 61.8125 387.0952L61.8125 387.17334Q61.8125 388.0952 61.453125 388.8296Q61.09375 389.56396 60.4375 389.98584Q59.78125 390.3921 58.921875 390.3921Q57.640625 390.3921 56.828125 389.50146Q56.03125 388.5952 56.03125 387.11084L56.03125 387.0327ZM57.125 387.17334Q57.125 388.2202 57.609375 388.86084Q58.109375 389.50146 58.921875 389.50146Q59.75 389.50146 60.234375 388.86084Q60.71875 388.2046 60.71875 387.0327Q60.71875 386.00146 60.21875 385.36084Q59.734375 384.7046 58.90625 384.7046Q58.109375 384.7046 57.609375 385.3452Q57.125 385.9702 57.125 387.17334ZM67.5 390.2671L66.421875 390.2671L66.421875 381.2671L67.5 381.2671L67.5 390.2671ZM70.5 390.2671L69.421875 390.2671L69.421875 383.92334L70.5 383.92334L70.5 390.2671ZM69.328125 382.25146Q69.328125 381.98584 69.484375 381.79834Q69.65625 381.61084 69.96875 381.61084Q70.28125 381.61084 70.4375 381.79834Q70.609375 381.98584 70.609375 382.25146Q70.609375 382.50146 70.4375 382.68896Q70.28125 382.86084 69.96875 382.86084Q69.65625 382.86084 69.484375 382.68896Q69.328125 382.50146 69.328125 382.25146ZM77.6875 387.17334Q77.6875 388.62646 77.015625 389.5171Q76.359375 390.3921 75.234375 390.3921Q74.03125 390.3921 73.375 389.5327L73.3125 390.2671L72.328125 390.2671L72.328125 381.2671L73.40625 381.2671L73.40625 384.62646Q74.0625 383.81396 75.21875 383.81396Q76.375 383.81396 77.03125 384.68896Q77.6875 385.54834 77.6875 387.0796L77.6875 387.17334ZM76.609375 387.04834Q76.609375 385.93896 76.171875 385.3452Q75.75 384.73584 74.953125 384.73584Q73.875 384.73584 73.40625 385.7202L73.40625 388.4702Q73.90625 389.4702 74.953125 389.4702Q75.734375 389.4702 76.171875 388.86084Q76.609375 388.25146 76.609375 387.04834ZM82.390625 384.8921Q82.140625 384.86084 81.859375 384.86084Q80.78125 384.86084 80.40625 385.7671L80.40625 390.2671L79.328125 390.2671L79.328125 383.92334L80.375 383.92334L80.390625 384.6577Q80.921875 383.81396 81.90625 383.81396Q82.21875 383.81396 82.390625 383.8921L82.390625 384.8921ZM87.234375 390.2671Q87.140625 390.0796 87.078125 389.5952Q86.328125 390.3921 85.28125 390.3921Q84.34375 390.3921 83.734375 389.86084Q83.140625 389.3296 83.140625 388.50146Q83.140625 387.5171 83.890625 386.9702Q84.640625 386.42334 86.015625 386.42334L87.0625 386.42334L87.0625 385.92334Q87.0625 385.36084 86.71875 385.0327Q86.390625 384.68896 85.71875 384.68896Q85.140625 384.68896 84.75 384.98584Q84.359375 385.2671 84.359375 385.68896L83.265625 385.68896Q83.265625 385.2046 83.59375 384.7671Q83.9375 384.3296 84.515625 384.0796Q85.09375 383.81396 85.78125 383.81396Q86.890625 383.81396 87.5 384.36084Q88.125 384.9077 88.15625 385.86084L88.15625 388.7827Q88.15625 389.6577 88.375 390.17334L88.375 390.2671L87.234375 390.2671ZM85.4375 389.43896Q85.953125 389.43896 86.40625 389.17334Q86.859375 388.9077 87.0625 388.48584L87.0625 387.18896L86.21875 387.18896Q84.21875 387.18896 84.21875 388.36084Q84.21875 388.86084 84.5625 389.1577Q84.90625 389.43896 85.4375 389.43896ZM93.390625 384.8921Q93.140625 384.86084 92.859375 384.86084Q91.78125 384.86084 91.40625 385.7671L91.40625 390.2671L90.328125 390.2671L90.328125 383.92334L91.375 383.92334L91.390625 384.6577Q91.921875 383.81396 92.90625 383.81396Q93.21875 383.81396 93.390625 383.8921L93.390625 384.8921ZM95.5 390.2671L94.421875 390.2671L94.421875 383.92334L95.5 383.92334L95.5 390.2671ZM94.328125 382.25146Q94.328125 381.98584 94.484375 381.79834Q94.65625 381.61084 94.96875 381.61084Q95.28125 381.61084 95.4375 381.79834Q95.609375 381.98584 95.609375 382.25146Q95.609375 382.50146 95.4375 382.68896Q95.28125 382.86084 94.96875 382.86084Q94.65625 382.86084 94.484375 382.68896Q94.328125 382.50146 94.328125 382.25146ZM99.953125 390.3921Q98.65625 390.3921 97.84375 389.54834Q97.046875 388.68896 97.046875 387.2671L97.046875 387.0796Q97.046875 386.12646 97.40625 385.3921Q97.765625 384.6421 98.40625 384.23584Q99.0625 383.81396 99.8125 383.81396Q101.046875 383.81396 101.734375 384.62646Q102.421875 385.43896 102.421875 386.9546L102.421875 387.4077L98.125 387.4077Q98.15625 388.3452 98.671875 388.92334Q99.203125 389.50146 100.015625 389.50146Q100.578125 389.50146 100.96875 389.2671Q101.375 389.0327 101.6875 388.6421L102.34375 389.1577Q101.546875 390.3921 99.953125 390.3921ZM99.8125 384.7046Q99.15625 384.7046 98.703125 385.18896Q98.265625 385.6577 98.171875 386.5171L101.34375 386.5171L101.34375 386.43896Q101.296875 385.61084 100.890625 385.1577Q100.5 384.7046 99.8125 384.7046ZM107.015625 388.5796Q107.015625 388.1421 106.671875 387.9077Q106.34375 387.6577 105.515625 387.48584Q104.703125 387.31396 104.21875 387.06396Q103.734375 386.81396 103.5 386.48584Q103.28125 386.1421 103.28125 385.67334Q103.28125 384.8921 103.9375 384.36084Q104.59375 383.81396 105.625 383.81396Q106.703125 383.81396 107.359375 384.37646Q108.03125 384.92334 108.03125 385.7827L106.953125 385.7827Q106.953125 385.3452 106.5625 385.0327Q106.1875 384.7046 105.625 384.7046Q105.03125 384.7046 104.6875 384.9702Q104.359375 385.2202 104.359375 385.62646Q104.359375 386.0171 104.671875 386.2202Q104.984375 386.42334 105.796875 386.61084Q106.609375 386.7827 107.109375 387.0327Q107.609375 387.2827 107.84375 387.6421Q108.09375 388.00146 108.09375 388.50146Q108.09375 389.36084 107.40625 389.87646Q106.734375 390.3921 105.65625 390.3921Q104.890625 390.3921 104.296875 390.12646Q103.71875 389.8452 103.390625 389.36084Q103.0625 388.87646 103.0625 388.31396L104.140625 388.31396Q104.171875 388.86084 104.578125 389.18896Q104.984375 389.50146 105.65625 389.50146Q106.265625 389.50146 106.640625 389.25146Q107.015625 389.00146 107.015625 388.5796ZM113.703125 390.2671L112.578125 390.2671L112.578125 381.73584L113.703125 381.73584L113.703125 390.2671ZM122.234375 389.6421Q121.609375 390.3921 120.375 390.3921Q119.359375 390.3921 118.828125 389.79834Q118.296875 389.2046 118.296875 388.04834L118.296875 383.92334L119.375 383.92334L119.375 388.0171Q119.375 389.4702 120.546875 389.4702Q121.796875 389.4702 122.203125 388.5327L122.203125 383.92334L123.296875 383.92334L123.296875 390.2671L122.265625 390.2671L122.234375 389.6421ZM129.01562 388.5796Q129.01562 388.1421 128.67188 387.9077Q128.34375 387.6577 127.515625 387.48584Q126.703125 387.31396 126.21875 387.06396Q125.734375 386.81396 125.5 386.48584Q125.28125 386.1421 125.28125 385.67334Q125.28125 384.8921 125.9375 384.36084Q126.59375 383.81396 127.625 383.81396Q128.70312 383.81396 129.35938 384.37646Q130.03125 384.92334 130.03125 385.7827L128.95312 385.7827Q128.95312 385.3452 128.5625 385.0327Q128.1875 384.7046 127.625 384.7046Q127.03125 384.7046 126.6875 384.9702Q126.359375 385.2202 126.359375 385.62646Q126.359375 386.0171 126.671875 386.2202Q126.984375 386.42334 127.796875 386.61084Q128.60938 386.7827 129.10938 387.0327Q129.60938 387.2827 129.84375 387.6421Q130.09375 388.00146 130.09375 388.50146Q130.09375 389.36084 129.40625 389.87646Q128.73438 390.3921 127.65625 390.3921Q126.890625 390.3921 126.296875 390.12646Q125.71875 389.8452 125.390625 389.36084Q125.0625 388.87646 125.0625 388.31396L126.140625 388.31396Q126.171875 388.86084 126.578125 389.18896Q126.984375 389.50146 127.65625 389.50146Q128.26562 389.50146 128.64062 389.25146Q129.01562 389.00146 129.01562 388.5796ZM133.95312 390.3921Q132.65625 390.3921 131.84375 389.54834Q131.04688 388.68896 131.04688 387.2671L131.04688 387.0796Q131.04688 386.12646 131.40625 385.3921Q131.76562 384.6421 132.40625 384.23584Q133.0625 383.81396 133.8125 383.81396Q135.04688 383.81396 135.73438 384.62646Q136.42188 385.43896 136.42188 386.9546L136.42188 387.4077L132.125 387.4077Q132.15625 388.3452 132.67188 388.92334Q133.20312 389.50146 134.01562 389.50146Q134.57812 389.50146 134.96875 389.2671Q135.375 389.0327 135.6875 388.6421L136.34375 389.1577Q135.54688 390.3921 133.95312 390.3921ZM133.8125 384.7046Q133.15625 384.7046 132.70312 385.18896Q132.26562 385.6577 132.17188 386.5171L135.34375 386.5171L135.34375 386.43896Q135.29688 385.61084 134.89062 385.1577Q134.5 384.7046 133.8125 384.7046ZM141.40625 384.68896Q142.125 383.81396 143.28125 383.81396Q145.29688 383.81396 145.3125 386.0796L145.3125 390.2671L144.21875 390.2671L144.21875 386.06396Q144.21875 385.3921 143.90625 385.06396Q143.60938 384.73584 142.95312 384.73584Q142.42188 384.73584 142.01562 385.0171Q141.625 385.29834 141.40625 385.75146L141.40625 390.2671L140.32812 390.2671L140.32812 381.2671L141.40625 381.2671L141.40625 384.68896ZM151.23438 390.2671Q151.14062 390.0796 151.07812 389.5952Q150.32812 390.3921 149.28125 390.3921Q148.34375 390.3921 147.73438 389.86084Q147.14062 389.3296 147.14062 388.50146Q147.14062 387.5171 147.89062 386.9702Q148.64062 386.42334 150.01562 386.42334L151.0625 386.42334L151.0625 385.92334Q151.0625 385.36084 150.71875 385.0327Q150.39062 384.68896 149.71875 384.68896Q149.14062 384.68896 148.75 384.98584Q148.35938 385.2671 148.35938 385.68896L147.26562 385.68896Q147.26562 385.2046 147.59375 384.7671Q147.9375 384.3296 148.51562 384.0796Q149.09375 383.81396 149.78125 383.81396Q150.89062 383.81396 151.5 384.36084Q152.125 384.9077 152.15625 385.86084L152.15625 388.7827Q152.15625 389.6577 152.375 390.17334L152.375 390.2671L151.23438 390.2671ZM149.4375 389.43896Q149.95312 389.43896 150.40625 389.17334Q150.85938 388.9077 151.0625 388.48584L151.0625 387.18896L150.21875 387.18896Q148.21875 387.18896 148.21875 388.36084Q148.21875 388.86084 148.5625 389.1577Q148.90625 389.43896 149.4375 389.43896ZM156.40625 388.79834L157.98438 383.92334L159.09375 383.92334L156.8125 390.2671L155.98438 390.2671L153.6875 383.92334L154.79688 383.92334L156.40625 388.79834ZM162.95312 390.3921Q161.65625 390.3921 160.84375 389.54834Q160.04688 388.68896 160.04688 387.2671L160.04688 387.0796Q160.04688 386.12646 160.40625 385.3921Q160.76562 384.6421 161.40625 384.23584Q162.0625 383.81396 162.8125 383.81396Q164.04688 383.81396 164.73438 384.62646Q165.42188 385.43896 165.42188 386.9546L165.42188 387.4077L161.125 387.4077Q161.15625 388.3452 161.67188 388.92334Q162.20312 389.50146 163.01562 389.50146Q163.57812 389.50146 163.96875 389.2671Q164.375 389.0327 164.6875 388.6421L165.34375 389.1577Q164.54688 390.3921 162.95312 390.3921ZM162.8125 384.7046Q162.15625 384.7046 161.70312 385.18896Q161.26562 385.6577 161.17188 386.5171L164.34375 386.5171L164.34375 386.43896Q164.29688 385.61084 163.89062 385.1577Q163.5 384.7046 162.8125 384.7046Z" fill-rule="nonzero"/><path fill="#666666" d="M27.796875 397.3921L27.796875 398.92334L28.96875 398.92334L28.96875 399.7671L27.796875 399.7671L27.796875 403.68896Q27.796875 404.0796 27.953125 404.2671Q28.109375 404.4546 28.484375 404.4546Q28.671875 404.4546 29.0 404.3921L29.0 405.2671Q28.578125 405.3921 28.171875 405.3921Q27.453125 405.3921 27.078125 404.9546Q26.703125 404.50146 26.703125 403.68896L26.703125 399.7671L25.546875 399.7671L25.546875 398.92334L26.703125 398.92334L26.703125 397.3921L27.796875 397.3921ZM31.40625 399.68896Q32.125 398.81396 33.28125 398.81396Q35.296875 398.81396 35.3125 401.0796L35.3125 405.2671L34.21875 405.2671L34.21875 401.06396Q34.21875 400.3921 33.90625 400.06396Q33.609375 399.73584 32.953125 399.73584Q32.421875 399.73584 32.015625 400.0171Q31.625 400.29834 31.40625 400.75146L31.40625 405.2671L30.328125 405.2671L30.328125 396.2671L31.40625 396.2671L31.40625 399.68896ZM39.953125 405.3921Q38.65625 405.3921 37.84375 404.54834Q37.046875 403.68896 37.046875 402.2671L37.046875 402.0796Q37.046875 401.12646 37.40625 400.3921Q37.765625 399.6421 38.40625 399.23584Q39.0625 398.81396 39.8125 398.81396Q41.046875 398.81396 41.734375 399.62646Q42.421875 400.43896 42.421875 401.9546L42.421875 402.4077L38.125 402.4077Q38.15625 403.3452 38.671875 403.92334Q39.203125 404.50146 40.015625 404.50146Q40.578125 404.50146 40.96875 404.2671Q41.375 404.0327 41.6875 403.6421L42.34375 404.1577Q41.546875 405.3921 39.953125 405.3921ZM39.8125 399.7046Q39.15625 399.7046 38.703125 400.18896Q38.265625 400.6577 38.171875 401.5171L41.34375 401.5171L41.34375 401.43896Q41.296875 400.61084 40.890625 400.1577Q40.5 399.7046 39.8125 399.7046ZM50.015625 403.5796Q50.015625 403.1421 49.671875 402.9077Q49.34375 402.6577 48.515625 402.48584Q47.703125 402.31396 47.21875 402.06396Q46.734375 401.81396 46.5 401.48584Q46.28125 401.1421 46.28125 400.67334Q46.28125 399.8921 46.9375 399.36084Q47.59375 398.81396 48.625 398.81396Q49.703125 398.81396 50.359375 399.37646Q51.03125 399.92334 51.03125 400.7827L49.953125 400.7827Q49.953125 400.3452 49.5625 400.0327Q49.1875 399.7046 48.625 399.7046Q48.03125 399.7046 47.6875 399.9702Q47.359375 400.2202 47.359375 400.62646Q47.359375 401.0171 47.671875 401.2202Q47.984375 401.42334 48.796875 401.61084Q49.609375 401.7827 50.109375 402.0327Q50.609375 402.2827 50.84375 402.6421Q51.09375 403.00146 51.09375 403.50146Q51.09375 404.36084 50.40625 404.87646Q49.734375 405.3921 48.65625 405.3921Q47.890625 405.3921 47.296875 405.12646Q46.71875 404.8452 46.390625 404.36084Q46.0625 403.87646 46.0625 403.31396L47.140625 403.31396Q47.171875 403.86084 47.578125 404.18896Q47.984375 404.50146 48.65625 404.50146Q49.265625 404.50146 49.640625 404.25146Q50.015625 404.00146 50.015625 403.5796ZM53.796875 397.3921L53.796875 398.92334L54.96875 398.92334L54.96875 399.7671L53.796875 399.7671L53.796875 403.68896Q53.796875 404.0796 53.953125 404.2671Q54.109375 404.4546 54.484375 404.4546Q54.671875 404.4546 55.0 404.3921L55.0 405.2671Q54.578125 405.3921 54.171875 405.3921Q53.453125 405.3921 53.078125 404.9546Q52.703125 404.50146 52.703125 403.68896L52.703125 399.7671L51.546875 399.7671L51.546875 398.92334L52.703125 398.92334L52.703125 397.3921L53.796875 397.3921ZM60.234375 405.2671Q60.140625 405.0796 60.078125 404.5952Q59.328125 405.3921 58.28125 405.3921Q57.34375 405.3921 56.734375 404.86084Q56.140625 404.3296 56.140625 403.50146Q56.140625 402.5171 56.890625 401.9702Q57.640625 401.42334 59.015625 401.42334L60.0625 401.42334L60.0625 400.92334Q60.0625 400.36084 59.71875 400.0327Q59.390625 399.68896 58.71875 399.68896Q58.140625 399.68896 57.75 399.98584Q57.359375 400.2671 57.359375 400.68896L56.265625 400.68896Q56.265625 400.2046 56.59375 399.7671Q56.9375 399.3296 57.515625 399.0796Q58.09375 398.81396 58.78125 398.81396Q59.890625 398.81396 60.5 399.36084Q61.125 399.9077 61.15625 400.86084L61.15625 403.7827Q61.15625 404.6577 61.375 405.17334L61.375 405.2671L60.234375 405.2671ZM58.4375 404.43896Q58.953125 404.43896 59.40625 404.17334Q59.859375 403.9077 60.0625 403.48584L60.0625 402.18896L59.21875 402.18896Q57.21875 402.18896 57.21875 403.36084Q57.21875 403.86084 57.5625 404.1577Q57.90625 404.43896 58.4375 404.43896ZM68.6875 402.17334Q68.6875 403.62646 68.015625 404.5171Q67.359375 405.3921 66.234375 405.3921Q65.03125 405.3921 64.375 404.5327L64.3125 405.2671L63.328125 405.2671L63.328125 396.2671L64.40625 396.2671L64.40625 399.62646Q65.0625 398.81396 66.21875 398.81396Q67.375 398.81396 68.03125 399.68896Q68.6875 400.54834 68.6875 402.0796L68.6875 402.17334ZM67.609375 402.04834Q67.609375 400.93896 67.171875 400.3452Q66.75 399.73584 65.953125 399.73584Q64.875 399.73584 64.40625 400.7202L64.40625 403.4702Q64.90625 404.4702 65.953125 404.4702Q66.734375 404.4702 67.171875 403.86084Q67.609375 403.25146 67.609375 402.04834ZM71.5 405.2671L70.421875 405.2671L70.421875 398.92334L71.5 398.92334L71.5 405.2671ZM70.328125 397.25146Q70.328125 396.98584 70.484375 396.79834Q70.65625 396.61084 70.96875 396.61084Q71.28125 396.61084 71.4375 396.79834Q71.609375 396.98584 71.609375 397.25146Q71.609375 397.50146 71.4375 397.68896Q71.28125 397.86084 70.96875 397.86084Q70.65625 397.86084 70.484375 397.68896Q70.328125 397.50146 70.328125 397.25146ZM74.5 405.2671L73.421875 405.2671L73.421875 396.2671L74.5 396.2671L74.5 405.2671ZM77.5 405.2671L76.421875 405.2671L76.421875 398.92334L77.5 398.92334L77.5 405.2671ZM76.328125 397.25146Q76.328125 396.98584 76.484375 396.79834Q76.65625 396.61084 76.96875 396.61084Q77.28125 396.61084 77.4375 396.79834Q77.609375 396.98584 77.609375 397.25146Q77.609375 397.50146 77.4375 397.68896Q77.28125 397.86084 76.96875 397.86084Q76.65625 397.86084 76.484375 397.68896Q76.328125 397.50146 76.328125 397.25146ZM80.796875 397.3921L80.796875 398.92334L81.96875 398.92334L81.96875 399.7671L80.796875 399.7671L80.796875 403.68896Q80.796875 404.0796 80.953125 404.2671Q81.109375 404.4546 81.484375 404.4546Q81.671875 404.4546 82.0 404.3921L82.0 405.2671Q81.578125 405.3921 81.171875 405.3921Q80.453125 405.3921 80.078125 404.9546Q79.703125 404.50146 79.703125 403.68896L79.703125 399.7671L78.546875 399.7671L78.546875 398.92334L79.703125 398.92334L79.703125 397.3921L80.796875 397.3921ZM85.390625 403.67334L86.875 398.92334L88.03125 398.92334L85.484375 406.25146Q84.890625 407.8296 83.609375 407.8296L83.390625 407.81396L83.0 407.73584L83.0 406.86084L83.28125 406.87646Q83.84375 406.87646 84.140625 406.6577Q84.453125 406.43896 84.65625 405.8452L84.890625 405.18896L82.625 398.92334L83.8125 398.92334L85.390625 403.67334ZM96.234375 405.2671Q96.140625 405.0796 96.078125 404.5952Q95.328125 405.3921 94.28125 405.3921Q93.34375 405.3921 92.734375 404.86084Q92.140625 404.3296 92.140625 403.50146Q92.140625 402.5171 92.890625 401.9702Q93.640625 401.42334 95.015625 401.42334L96.0625 401.42334L96.0625 400.92334Q96.0625 400.36084 95.71875 400.0327Q95.390625 399.68896 94.71875 399.68896Q94.140625 399.68896 93.75 399.98584Q93.359375 400.2671 93.359375 400.68896L92.265625 400.68896Q92.265625 400.2046 92.59375 399.7671Q92.9375 399.3296 93.515625 399.0796Q94.09375 398.81396 94.78125 398.81396Q95.890625 398.81396 96.5 399.36084Q97.125 399.9077 97.15625 400.86084L97.15625 403.7827Q97.15625 404.6577 97.375 405.17334L97.375 405.2671L96.234375 405.2671ZM94.4375 404.43896Q94.953125 404.43896 95.40625 404.17334Q95.859375 403.9077 96.0625 403.48584L96.0625 402.18896L95.21875 402.18896Q93.21875 402.18896 93.21875 403.36084Q93.21875 403.86084 93.5625 404.1577Q93.90625 404.43896 94.4375 404.43896ZM100.34375 398.92334L100.375 399.7202Q101.109375 398.81396 102.28125 398.81396Q104.296875 398.81396 104.3125 401.0796L104.3125 405.2671L103.21875 405.2671L103.21875 401.06396Q103.21875 400.3921 102.90625 400.06396Q102.609375 399.73584 101.953125 399.73584Q101.421875 399.73584 101.015625 400.0171Q100.625 400.29834 100.40625 400.75146L100.40625 405.2671L99.328125 405.2671L99.328125 398.92334L100.34375 398.92334ZM106.0625 402.04834Q106.0625 400.5796 106.75 399.7046Q107.4375 398.81396 108.5625 398.81396Q109.671875 398.81396 110.328125 399.56396L110.328125 396.2671L111.40625 396.2671L111.40625 405.2671L110.40625 405.2671L110.359375 404.5796Q109.703125 405.3921 108.546875 405.3921Q107.453125 405.3921 106.75 404.48584Q106.0625 403.5796 106.0625 402.12646L106.0625 402.04834ZM107.140625 402.17334Q107.140625 403.25146 107.578125 403.86084Q108.03125 404.4702 108.8125 404.4702Q109.84375 404.4702 110.328125 403.5327L110.328125 400.62646Q109.84375 399.73584 108.828125 399.73584Q108.03125 399.73584 107.578125 400.3452Q107.140625 400.9546 107.140625 402.17334ZM116.859375 405.2671L116.859375 399.7671L115.859375 399.7671L115.859375 398.92334L116.859375 398.92334L116.859375 398.2827Q116.859375 397.25146 117.390625 396.7046Q117.9375 396.1421 118.9375 396.1421Q119.3125 396.1421 119.6875 396.23584L119.625 397.12646Q119.34375 397.06396 119.046875 397.06396Q118.515625 397.06396 118.21875 397.37646Q117.9375 397.68896 117.9375 398.25146L117.9375 398.92334L119.296875 398.92334L119.296875 399.7671L117.9375 399.7671L117.9375 405.2671L116.859375 405.2671ZM122.953125 405.3921Q121.65625 405.3921 120.84375 404.54834Q120.046875 403.68896 120.046875 402.2671L120.046875 402.0796Q120.046875 401.12646 120.40625 400.3921Q120.765625 399.6421 121.40625 399.23584Q122.0625 398.81396 122.8125 398.81396Q124.046875 398.81396 124.734375 399.62646Q125.421875 400.43896 125.421875 401.9546L125.421875 402.4077L121.125 402.4077Q121.15625 403.3452 121.671875 403.92334Q122.203125 404.50146 123.015625 404.50146Q123.578125 404.50146 123.96875 404.2671Q124.375 404.0327 124.6875 403.6421L125.34375 404.1577Q124.546875 405.3921 122.953125 405.3921ZM122.8125 399.7046Q122.15625 399.7046 121.703125 400.18896Q121.265625 400.6577 121.171875 401.5171L124.34375 401.5171L124.34375 401.43896Q124.296875 400.61084 123.890625 400.1577Q123.5 399.7046 122.8125 399.7046ZM130.23438 405.2671Q130.14062 405.0796 130.07812 404.5952Q129.32812 405.3921 128.28125 405.3921Q127.34375 405.3921 126.734375 404.86084Q126.140625 404.3296 126.140625 403.50146Q126.140625 402.5171 126.890625 401.9702Q127.640625 401.42334 129.01562 401.42334L130.0625 401.42334L130.0625 400.92334Q130.0625 400.36084 129.71875 400.0327Q129.39062 399.68896 128.71875 399.68896Q128.14062 399.68896 127.75 399.98584Q127.359375 400.2671 127.359375 400.68896L126.265625 400.68896Q126.265625 400.2046 126.59375 399.7671Q126.9375 399.3296 127.515625 399.0796Q128.09375 398.81396 128.78125 398.81396Q129.89062 398.81396 130.5 399.36084Q131.125 399.9077 131.15625 400.86084L131.15625 403.7827Q131.15625 404.6577 131.375 405.17334L131.375 405.2671L130.23438 405.2671ZM128.4375 404.43896Q128.95312 404.43896 129.40625 404.17334Q129.85938 403.9077 130.0625 403.48584L130.0625 402.18896L129.21875 402.18896Q127.21875 402.18896 127.21875 403.36084Q127.21875 403.86084 127.5625 404.1577Q127.90625 404.43896 128.4375 404.43896ZM134.79688 397.3921L134.79688 398.92334L135.96875 398.92334L135.96875 399.7671L134.79688 399.7671L134.79688 403.68896Q134.79688 404.0796 134.95312 404.2671Q135.10938 404.4546 135.48438 404.4546Q135.67188 404.4546 136.0 404.3921L136.0 405.2671Q135.57812 405.3921 135.17188 405.3921Q134.45312 405.3921 134.07812 404.9546Q133.70312 404.50146 133.70312 403.68896L133.70312 399.7671L132.54688 399.7671L132.54688 398.92334L133.70312 398.92334L133.70312 397.3921L134.79688 397.3921ZM141.23438 404.6421Q140.60938 405.3921 139.375 405.3921Q138.35938 405.3921 137.82812 404.79834Q137.29688 404.2046 137.29688 403.04834L137.29688 398.92334L138.375 398.92334L138.375 403.0171Q138.375 404.4702 139.54688 404.4702Q140.79688 404.4702 141.20312 403.5327L141.20312 398.92334L142.29688 398.92334L142.29688 405.2671L141.26562 405.2671L141.23438 404.6421ZM147.39062 399.8921Q147.14062 399.86084 146.85938 399.86084Q145.78125 399.86084 145.40625 400.7671L145.40625 405.2671L144.32812 405.2671L144.32812 398.92334L145.375 398.92334L145.39062 399.6577Q145.92188 398.81396 146.90625 398.81396Q147.21875 398.81396 147.39062 398.8921L147.39062 399.8921ZM150.95312 405.3921Q149.65625 405.3921 148.84375 404.54834Q148.04688 403.68896 148.04688 402.2671L148.04688 402.0796Q148.04688 401.12646 148.40625 400.3921Q148.76562 399.6421 149.40625 399.23584Q150.0625 398.81396 150.8125 398.81396Q152.04688 398.81396 152.73438 399.62646Q153.42188 400.43896 153.42188 401.9546L153.42188 402.4077L149.125 402.4077Q149.15625 403.3452 149.67188 403.92334Q150.20312 404.50146 151.01562 404.50146Q151.57812 404.50146 151.96875 404.2671Q152.375 404.0327 152.6875 403.6421L153.34375 404.1577Q152.54688 405.3921 150.95312 405.3921ZM150.8125 399.7046Q150.15625 399.7046 149.70312 400.18896Q149.26562 400.6577 149.17188 401.5171L152.34375 401.5171L152.34375 401.43896Q152.29688 400.61084 151.89062 400.1577Q151.5 399.7046 150.8125 399.7046ZM158.01562 403.5796Q158.01562 403.1421 157.67188 402.9077Q157.34375 402.6577 156.51562 402.48584Q155.70312 402.31396 155.21875 402.06396Q154.73438 401.81396 154.5 401.48584Q154.28125 401.1421 154.28125 400.67334Q154.28125 399.8921 154.9375 399.36084Q155.59375 398.81396 156.625 398.81396Q157.70312 398.81396 158.35938 399.37646Q159.03125 399.92334 159.03125 400.7827L157.95312 400.7827Q157.95312 400.3452 157.5625 400.0327Q157.1875 399.7046 156.625 399.7046Q156.03125 399.7046 155.6875 399.9702Q155.35938 400.2202 155.35938 400.62646Q155.35938 401.0171 155.67188 401.2202Q155.98438 401.42334 156.79688 401.61084Q157.60938 401.7827 158.10938 402.0327Q158.60938 402.2827 158.84375 402.6421Q159.09375 403.00146 159.09375 403.50146Q159.09375 404.36084 158.40625 404.87646Q157.73438 405.3921 156.65625 405.3921Q155.89062 405.3921 155.29688 405.12646Q154.71875 404.8452 154.39062 404.36084Q154.0625 403.87646 154.0625 403.31396L155.14062 403.31396Q155.17188 403.86084 155.57812 404.18896Q155.98438 404.50146 156.65625 404.50146Q157.26562 404.50146 157.64062 404.25146Q158.01562 404.00146 158.01562 403.5796ZM164.70312 405.2671L163.57812 405.2671L163.57812 396.73584L164.70312 396.73584L164.70312 405.2671Z" fill-rule="nonzero"/><path fill="#666666" d="M141.34375 413.92334L141.375 414.7202Q142.10938 413.81396 143.28125 413.81396Q145.29688 413.81396 145.3125 416.0796L145.3125 420.2671L144.21875 420.2671L144.21875 416.06396Q144.21875 415.3921 143.90625 415.06396Q143.60938 414.73584 142.95312 414.73584Q142.42188 414.73584 142.01562 415.0171Q141.625 415.29834 141.40625 415.75146L141.40625 420.2671L140.32812 420.2671L140.32812 413.92334L141.34375 413.92334ZM149.95312 420.3921Q148.65625 420.3921 147.84375 419.54834Q147.04688 418.68896 147.04688 417.2671L147.04688 417.0796Q147.04688 416.12646 147.40625 415.3921Q147.76562 414.6421 148.40625 414.23584Q149.0625 413.81396 149.8125 413.81396Q151.04688 413.81396 151.73438 414.62646Q152.42188 415.43896 152.42188 416.9546L152.42188 417.4077L148.125 417.4077Q148.15625 418.3452 148.67188 418.92334Q149.20312 419.50146 150.01562 419.50146Q150.57812 419.50146 150.96875 419.2671Q151.375 419.0327 151.6875 418.6421L152.34375 419.1577Q151.54688 420.3921 149.95312 420.3921ZM149.8125 414.7046Q149.15625 414.7046 148.70312 415.18896Q148.26562 415.6577 148.17188 416.5171L151.34375 416.5171L151.34375 416.43896Q151.29688 415.61084 150.89062 415.1577Q150.5 414.7046 149.8125 414.7046ZM155.95312 420.3921Q154.65625 420.3921 153.84375 419.54834Q153.04688 418.68896 153.04688 417.2671L153.04688 417.0796Q153.04688 416.12646 153.40625 415.3921Q153.76562 414.6421 154.40625 414.23584Q155.0625 413.81396 155.8125 413.81396Q157.04688 413.81396 157.73438 414.62646Q158.42188 415.43896 158.42188 416.9546L158.42188 417.4077L154.125 417.4077Q154.15625 418.3452 154.67188 418.92334Q155.20312 419.50146 156.01562 419.50146Q156.57812 419.50146 156.96875 419.2671Q157.375 419.0327 157.6875 418.6421L158.34375 419.1577Q157.54688 420.3921 155.95312 420.3921ZM155.8125 414.7046Q155.15625 414.7046 154.70312 415.18896Q154.26562 415.6577 154.17188 416.5171L157.34375 416.5171L157.34375 416.43896Q157.29688 415.61084 156.89062 415.1577Q156.5 414.7046 155.8125 414.7046ZM159.0625 417.04834Q159.0625 415.5796 159.75 414.7046Q160.4375 413.81396 161.5625 413.81396Q162.67188 413.81396 163.32812 414.56396L163.32812 411.2671L164.40625 411.2671L164.40625 420.2671L163.40625 420.2671L163.35938 419.5796Q162.70312 420.3921 161.54688 420.3921Q160.45312 420.3921 159.75 419.48584Q159.0625 418.5796 159.0625 417.12646L159.0625 417.04834ZM160.14062 417.17334Q160.14062 418.25146 160.57812 418.86084Q161.03125 419.4702 161.8125 419.4702Q162.84375 419.4702 163.32812 418.5327L163.32812 415.62646Q162.84375 414.73584 161.82812 414.73584Q161.03125 414.73584 160.57812 415.3452Q160.14062 415.9546 160.14062 417.17334Z" fill-rule="nonzero"/><path fill="#666666" d="M38.796875 451.63477Q38.359375 452.25977 37.578125 452.57227Q36.796875 452.88477 35.765625 452.88477Q34.734375 452.88477 33.921875 452.4004Q33.109375 451.9004 32.671875 450.99414Q32.234375 450.0879 32.21875 448.9004L32.21875 448.16602Q32.21875 446.22852 33.109375 445.16602Q34.015625 444.10352 35.640625 444.10352Q36.984375 444.10352 37.796875 444.79102Q38.609375 445.47852 38.796875 446.72852L37.671875 446.72852Q37.34375 445.04102 35.65625 445.04102Q34.515625 445.04102 33.9375 445.8379Q33.359375 446.61914 33.34375 448.13477L33.34375 448.82227Q33.34375 450.25977 34.0 451.11914Q34.65625 451.9629 35.78125 451.9629Q36.40625 451.9629 36.875 451.82227Q37.359375 451.68164 37.671875 451.3379L37.671875 449.43164L35.703125 449.43164L35.703125 448.50977L38.796875 448.50977L38.796875 451.63477ZM40.03125 449.5254Q40.03125 448.60352 40.390625 447.85352Q40.765625 447.10352 41.421875 446.7129Q42.078125 446.30664 42.90625 446.30664Q44.203125 446.30664 45.0 447.19727Q45.8125 448.0879 45.8125 449.5879L45.8125 449.66602Q45.8125 450.5879 45.453125 451.32227Q45.09375 452.05664 44.4375 452.47852Q43.78125 452.88477 42.921875 452.88477Q41.640625 452.88477 40.828125 451.99414Q40.03125 451.0879 40.03125 449.60352L40.03125 449.5254ZM41.125 449.66602Q41.125 450.7129 41.609375 451.35352Q42.109375 451.99414 42.921875 451.99414Q43.75 451.99414 44.234375 451.35352Q44.71875 450.69727 44.71875 449.5254Q44.71875 448.49414 44.21875 447.85352Q43.734375 447.19727 42.90625 447.19727Q42.109375 447.19727 41.609375 447.8379Q41.125 448.4629 41.125 449.66602ZM51.5 452.75977L50.421875 452.75977L50.421875 443.75977L51.5 443.75977L51.5 452.75977ZM57.234375 452.75977Q57.140625 452.57227 57.078125 452.0879Q56.328125 452.88477 55.28125 452.88477Q54.34375 452.88477 53.734375 452.35352Q53.140625 451.82227 53.140625 450.99414Q53.140625 450.00977 53.890625 449.4629Q54.640625 448.91602 56.015625 448.91602L57.0625 448.91602L57.0625 448.41602Q57.0625 447.85352 56.71875 447.5254Q56.390625 447.18164 55.71875 447.18164Q55.140625 447.18164 54.75 447.47852Q54.359375 447.75977 54.359375 448.18164L53.265625 448.18164Q53.265625 447.69727 53.59375 447.25977Q53.9375 446.82227 54.515625 446.57227Q55.09375 446.30664 55.78125 446.30664Q56.890625 446.30664 57.5 446.85352Q58.125 447.4004 58.15625 448.35352L58.15625 451.2754Q58.15625 452.1504 58.375 452.66602L58.375 452.75977L57.234375 452.75977ZM55.4375 451.93164Q55.953125 451.93164 56.40625 451.66602Q56.859375 451.4004 57.0625 450.97852L57.0625 449.68164L56.21875 449.68164Q54.21875 449.68164 54.21875 450.85352Q54.21875 451.35352 54.5625 451.6504Q54.90625 451.93164 55.4375 451.93164ZM61.34375 446.41602L61.375 447.2129Q62.109375 446.30664 63.28125 446.30664Q65.296875 446.30664 65.3125 448.57227L65.3125 452.75977L64.21875 452.75977L64.21875 448.55664Q64.21875 447.88477 63.90625 447.55664Q63.609375 447.22852 62.953125 447.22852Q62.421875 447.22852 62.015625 447.50977Q61.625 447.79102 61.40625 448.24414L61.40625 452.75977L60.328125 452.75977L60.328125 446.41602L61.34375 446.41602ZM67.0625 449.54102Q67.0625 448.05664 67.75 447.18164Q68.4375 446.30664 69.5625 446.30664Q70.71875 446.30664 71.375 447.11914L71.421875 446.41602L72.421875 446.41602L72.421875 452.60352Q72.421875 453.8379 71.6875 454.54102Q70.953125 455.25977 69.734375 455.25977Q69.046875 455.25977 68.390625 454.9629Q67.734375 454.66602 67.390625 454.16602L67.953125 453.50977Q68.640625 454.36914 69.65625 454.36914Q70.4375 454.36914 70.875 453.91602Q71.328125 453.47852 71.328125 452.66602L71.328125 452.11914Q70.671875 452.88477 69.546875 452.88477Q68.4375 452.88477 67.75 451.99414Q67.0625 451.0879 67.0625 449.54102ZM68.15625 449.66602Q68.15625 450.72852 68.59375 451.35352Q69.03125 451.9629 69.828125 451.9629Q70.84375 451.9629 71.328125 451.0254L71.328125 448.13477Q70.828125 447.22852 69.828125 447.22852Q69.046875 447.22852 68.59375 447.8379Q68.15625 448.44727 68.15625 449.66602ZM78.234375 452.13477Q77.609375 452.88477 76.375 452.88477Q75.359375 452.88477 74.828125 452.29102Q74.296875 451.69727 74.296875 450.54102L74.296875 446.41602L75.375 446.41602L75.375 450.50977Q75.375 451.9629 76.546875 451.9629Q77.796875 451.9629 78.203125 451.0254L78.203125 446.41602L79.296875 446.41602L79.296875 452.75977L78.265625 452.75977L78.234375 452.13477ZM85.234375 452.75977Q85.140625 452.57227 85.078125 452.0879Q84.328125 452.88477 83.28125 452.88477Q82.34375 452.88477 81.734375 452.35352Q81.140625 451.82227 81.140625 450.99414Q81.140625 450.00977 81.890625 449.4629Q82.640625 448.91602 84.015625 448.91602L85.0625 448.91602L85.0625 448.41602Q85.0625 447.85352 84.71875 447.5254Q84.390625 447.18164 83.71875 447.18164Q83.140625 447.18164 82.75 447.47852Q82.359375 447.75977 82.359375 448.18164L81.265625 448.18164Q81.265625 447.69727 81.59375 447.25977Q81.9375 446.82227 82.515625 446.57227Q83.09375 446.30664 83.78125 446.30664Q84.890625 446.30664 85.5 446.85352Q86.125 447.4004 86.15625 448.35352L86.15625 451.2754Q86.15625 452.1504 86.375 452.66602L86.375 452.75977L85.234375 452.75977ZM83.4375 451.93164Q83.953125 451.93164 84.40625 451.66602Q84.859375 451.4004 85.0625 450.97852L85.0625 449.68164L84.21875 449.68164Q82.21875 449.68164 82.21875 450.85352Q82.21875 451.35352 82.5625 451.6504Q82.90625 451.93164 83.4375 451.93164ZM88.0625 449.54102Q88.0625 448.05664 88.75 447.18164Q89.4375 446.30664 90.5625 446.30664Q91.71875 446.30664 92.375 447.11914L92.421875 446.41602L93.421875 446.41602L93.421875 452.60352Q93.421875 453.8379 92.6875 454.54102Q91.953125 455.25977 90.734375 455.25977Q90.046875 455.25977 89.390625 454.9629Q88.734375 454.66602 88.390625 454.16602L88.953125 453.50977Q89.640625 454.36914 90.65625 454.36914Q91.4375 454.36914 91.875 453.91602Q92.328125 453.47852 92.328125 452.66602L92.328125 452.11914Q91.671875 452.88477 90.546875 452.88477Q89.4375 452.88477 88.75 451.99414Q88.0625 451.0879 88.0625 449.54102ZM89.15625 449.66602Q89.15625 450.72852 89.59375 451.35352Q90.03125 451.9629 90.828125 451.9629Q91.84375 451.9629 92.328125 451.0254L92.328125 448.13477Q91.828125 447.22852 90.828125 447.22852Q90.046875 447.22852 89.59375 447.8379Q89.15625 448.44727 89.15625 449.66602ZM97.953125 452.88477Q96.65625 452.88477 95.84375 452.04102Q95.046875 451.18164 95.046875 449.75977L95.046875 449.57227Q95.046875 448.61914 95.40625 447.88477Q95.765625 447.13477 96.40625 446.72852Q97.0625 446.30664 97.8125 446.30664Q99.046875 446.30664 99.734375 447.11914Q100.421875 447.93164 100.421875 449.44727L100.421875 449.9004L96.125 449.9004Q96.15625 450.8379 96.671875 451.41602Q97.203125 451.99414 98.015625 451.99414Q98.578125 451.99414 98.96875 451.75977Q99.375 451.5254 99.6875 451.13477L100.34375 451.6504Q99.546875 452.88477 97.953125 452.88477ZM97.8125 447.19727Q97.15625 447.19727 96.703125 447.68164Q96.265625 448.1504 96.171875 449.00977L99.34375 449.00977L99.34375 448.93164Q99.296875 448.10352 98.890625 447.6504Q98.5 447.19727 97.8125 447.19727ZM101.28125 454.4629L100.671875 454.04102Q101.21875 453.2754 101.25 452.44727L101.25 451.47852L102.3125 451.47852L102.3125 452.32227Q102.3125 452.91602 102.015625 453.50977Q101.71875 454.10352 101.28125 454.4629ZM107.5 452.75977L106.421875 452.75977L106.421875 443.75977L107.5 443.75977L107.5 452.75977ZM110.5 452.75977L109.421875 452.75977L109.421875 446.41602L110.5 446.41602L110.5 452.75977ZM109.328125 444.74414Q109.328125 444.47852 109.484375 444.29102Q109.65625 444.10352 109.96875 444.10352Q110.28125 444.10352 110.4375 444.29102Q110.609375 444.47852 110.609375 444.74414Q110.609375 444.99414 110.4375 445.18164Q110.28125 445.35352 109.96875 445.35352Q109.65625 445.35352 109.484375 445.18164Q109.328125 444.99414 109.328125 444.74414ZM117.6875 449.66602Q117.6875 451.11914 117.015625 452.00977Q116.359375 452.88477 115.234375 452.88477Q114.03125 452.88477 113.375 452.0254L113.3125 452.75977L112.328125 452.75977L112.328125 443.75977L113.40625 443.75977L113.40625 447.11914Q114.0625 446.30664 115.21875 446.30664Q116.375 446.30664 117.03125 447.18164Q117.6875 448.04102 117.6875 449.57227L117.6875 449.66602ZM116.609375 449.54102Q116.609375 448.43164 116.171875 447.8379Q115.75 447.22852 114.953125 447.22852Q113.875 447.22852 113.40625 448.2129L113.40625 450.9629Q113.90625 451.9629 114.953125 451.9629Q115.734375 451.9629 116.171875 451.35352Q116.609375 450.74414 116.609375 449.54102ZM122.390625 447.38477Q122.140625 447.35352 121.859375 447.35352Q120.78125 447.35352 120.40625 448.25977L120.40625 452.75977L119.328125 452.75977L119.328125 446.41602L120.375 446.41602L120.390625 447.1504Q120.921875 446.30664 121.90625 446.30664Q122.21875 446.30664 122.390625 446.38477L122.390625 447.38477ZM127.234375 452.75977Q127.140625 452.57227 127.078125 452.0879Q126.328125 452.88477 125.28125 452.88477Q124.34375 452.88477 123.734375 452.35352Q123.140625 451.82227 123.140625 450.99414Q123.140625 450.00977 123.890625 449.4629Q124.640625 448.91602 126.015625 448.91602L127.0625 448.91602L127.0625 448.41602Q127.0625 447.85352 126.71875 447.5254Q126.390625 447.18164 125.71875 447.18164Q125.140625 447.18164 124.75 447.47852Q124.359375 447.75977 124.359375 448.18164L123.265625 448.18164Q123.265625 447.69727 123.59375 447.25977Q123.9375 446.82227 124.515625 446.57227Q125.09375 446.30664 125.78125 446.30664Q126.890625 446.30664 127.5 446.85352Q128.125 447.4004 128.15625 448.35352L128.15625 451.2754Q128.15625 452.1504 128.375 452.66602L128.375 452.75977L127.234375 452.75977ZM125.4375 451.93164Q125.953125 451.93164 126.40625 451.66602Q126.859375 451.4004 127.0625 450.97852L127.0625 449.68164L126.21875 449.68164Q124.21875 449.68164 124.21875 450.85352Q124.21875 451.35352 124.5625 451.6504Q124.90625 451.93164 125.4375 451.93164ZM133.39062 447.38477Q133.14062 447.35352 132.85938 447.35352Q131.78125 447.35352 131.40625 448.25977L131.40625 452.75977L130.32812 452.75977L130.32812 446.41602L131.375 446.41602L131.39062 447.1504Q131.92188 446.30664 132.90625 446.30664Q133.21875 446.30664 133.39062 446.38477L133.39062 447.38477ZM136.39062 451.16602L137.875 446.41602L139.03125 446.41602L136.48438 453.74414Q135.89062 455.32227 134.60938 455.32227L134.39062 455.30664L134.0 455.22852L134.0 454.35352L134.28125 454.36914Q134.84375 454.36914 135.14062 454.1504Q135.45312 453.93164 135.65625 453.3379L135.89062 452.68164L133.625 446.41602L134.8125 446.41602L136.39062 451.16602ZM140.28125 454.4629L139.67188 454.04102Q140.21875 453.2754 140.25 452.44727L140.25 451.47852L141.3125 451.47852L141.3125 452.32227Q141.3125 452.91602 141.01562 453.50977Q140.71875 454.10352 140.28125 454.4629ZM149.23438 452.75977Q149.14062 452.57227 149.07812 452.0879Q148.32812 452.88477 147.28125 452.88477Q146.34375 452.88477 145.73438 452.35352Q145.14062 451.82227 145.14062 450.99414Q145.14062 450.00977 145.89062 449.4629Q146.64062 448.91602 148.01562 448.91602L149.0625 448.91602L149.0625 448.41602Q149.0625 447.85352 148.71875 447.5254Q148.39062 447.18164 147.71875 447.18164Q147.14062 447.18164 146.75 447.47852Q146.35938 447.75977 146.35938 448.18164L145.26562 448.18164Q145.26562 447.69727 145.59375 447.25977Q145.9375 446.82227 146.51562 446.57227Q147.09375 446.30664 147.78125 446.30664Q148.89062 446.30664 149.5 446.85352Q150.125 447.4004 150.15625 448.35352L150.15625 451.2754Q150.15625 452.1504 150.375 452.66602L150.375 452.75977L149.23438 452.75977ZM147.4375 451.93164Q147.95312 451.93164 148.40625 451.66602Q148.85938 451.4004 149.0625 450.97852L149.0625 449.68164L148.21875 449.68164Q146.21875 449.68164 146.21875 450.85352Q146.21875 451.35352 146.5625 451.6504Q146.90625 451.93164 147.4375 451.93164ZM153.34375 446.41602L153.375 447.2129Q154.10938 446.30664 155.28125 446.30664Q157.29688 446.30664 157.3125 448.57227L157.3125 452.75977L156.21875 452.75977L156.21875 448.55664Q156.21875 447.88477 155.90625 447.55664Q155.60938 447.22852 154.95312 447.22852Q154.42188 447.22852 154.01562 447.50977Q153.625 447.79102 153.40625 448.24414L153.40625 452.75977L152.32812 452.75977L152.32812 446.41602L153.34375 446.41602ZM159.0625 449.54102Q159.0625 448.07227 159.75 447.19727Q160.4375 446.30664 161.5625 446.30664Q162.67188 446.30664 163.32812 447.05664L163.32812 443.75977L164.40625 443.75977L164.40625 452.75977L163.40625 452.75977L163.35938 452.07227Q162.70312 452.88477 161.54688 452.88477Q160.45312 452.88477 159.75 451.97852Q159.0625 451.07227 159.0625 449.61914L159.0625 449.54102ZM160.14062 449.66602Q160.14062 450.74414 160.57812 451.35352Q161.03125 451.9629 161.8125 451.9629Q162.84375 451.9629 163.32812 451.0254L163.32812 448.11914Q162.84375 447.22852 161.82812 447.22852Q161.03125 447.22852 160.57812 447.8379Q160.14062 448.44727 160.14062 449.66602Z" fill-rule="nonzero"/><path fill="#666666" d="M30.796875 459.88477L30.796875 461.41602L31.96875 461.41602L31.96875 462.25977L30.796875 462.25977L30.796875 466.18164Q30.796875 466.57227 30.953125 466.75977Q31.109375 466.94727 31.484375 466.94727Q31.671875 466.94727 32.0 466.88477L32.0 467.75977Q31.578125 467.88477 31.171875 467.88477Q30.453125 467.88477 30.078125 467.44727Q29.703125 466.99414 29.703125 466.18164L29.703125 462.25977L28.546875 462.25977L28.546875 461.41602L29.703125 461.41602L29.703125 459.88477L30.796875 459.88477ZM33.03125 464.5254Q33.03125 463.60352 33.390625 462.85352Q33.765625 462.10352 34.421875 461.7129Q35.078125 461.30664 35.90625 461.30664Q37.203125 461.30664 38.0 462.19727Q38.8125 463.0879 38.8125 464.5879L38.8125 464.66602Q38.8125 465.5879 38.453125 466.32227Q38.09375 467.05664 37.4375 467.47852Q36.78125 467.88477 35.921875 467.88477Q34.640625 467.88477 33.828125 466.99414Q33.03125 466.0879 33.03125 464.60352L33.03125 464.5254ZM34.125 464.66602Q34.125 465.7129 34.609375 466.35352Q35.109375 466.99414 35.921875 466.99414Q36.75 466.99414 37.234375 466.35352Q37.71875 465.69727 37.71875 464.5254Q37.71875 463.49414 37.21875 462.85352Q36.734375 462.19727 35.90625 462.19727Q35.109375 462.19727 34.609375 462.8379Q34.125 463.4629 34.125 464.66602ZM40.03125 464.5254Q40.03125 463.60352 40.390625 462.85352Q40.765625 462.10352 41.421875 461.7129Q42.078125 461.30664 42.90625 461.30664Q44.203125 461.30664 45.0 462.19727Q45.8125 463.0879 45.8125 464.5879L45.8125 464.66602Q45.8125 465.5879 45.453125 466.32227Q45.09375 467.05664 44.4375 467.47852Q43.78125 467.88477 42.921875 467.88477Q41.640625 467.88477 40.828125 466.99414Q40.03125 466.0879 40.03125 464.60352L40.03125 464.5254ZM41.125 464.66602Q41.125 465.7129 41.609375 466.35352Q42.109375 466.99414 42.921875 466.99414Q43.75 466.99414 44.234375 466.35352Q44.71875 465.69727 44.71875 464.5254Q44.71875 463.49414 44.21875 462.85352Q43.734375 462.19727 42.90625 462.19727Q42.109375 462.19727 41.609375 462.8379Q41.125 463.4629 41.125 464.66602ZM48.5 467.75977L47.421875 467.75977L47.421875 458.75977L48.5 458.75977L48.5 467.75977ZM53.0625 464.54102Q53.0625 463.07227 53.75 462.19727Q54.4375 461.30664 55.5625 461.30664Q56.671875 461.30664 57.328125 462.05664L57.328125 458.75977L58.40625 458.75977L58.40625 467.75977L57.40625 467.75977L57.359375 467.07227Q56.703125 467.88477 55.546875 467.88477Q54.453125 467.88477 53.75 466.97852Q53.0625 466.07227 53.0625 464.61914L53.0625 464.54102ZM54.140625 464.66602Q54.140625 465.74414 54.578125 466.35352Q55.03125 466.9629 55.8125 466.9629Q56.84375 466.9629 57.328125 466.0254L57.328125 463.11914Q56.84375 462.22852 55.828125 462.22852Q55.03125 462.22852 54.578125 462.8379Q54.140625 463.44727 54.140625 464.66602ZM60.03125 464.5254Q60.03125 463.60352 60.390625 462.85352Q60.765625 462.10352 61.421875 461.7129Q62.078125 461.30664 62.90625 461.30664Q64.203125 461.30664 65.0 462.19727Q65.8125 463.0879 65.8125 464.5879L65.8125 464.66602Q65.8125 465.5879 65.453125 466.32227Q65.09375 467.05664 64.4375 467.47852Q63.78125 467.88477 62.921875 467.88477Q61.640625 467.88477 60.828125 466.99414Q60.03125 466.0879 60.03125 464.60352L60.03125 464.5254ZM61.125 464.66602Q61.125 465.7129 61.609375 466.35352Q62.109375 466.99414 62.921875 466.99414Q63.75 466.99414 64.234375 466.35352Q64.71875 465.69727 64.71875 464.5254Q64.71875 463.49414 64.21875 462.85352Q63.734375 462.19727 62.90625 462.19727Q62.109375 462.19727 61.609375 462.8379Q61.125 463.4629 61.125 464.66602ZM69.859375 466.99414Q70.4375 466.99414 70.875 466.6504Q71.3125 466.29102 71.359375 465.75977L72.390625 465.75977Q72.359375 466.30664 72.0 466.80664Q71.65625 467.29102 71.078125 467.5879Q70.515625 467.88477 69.859375 467.88477Q68.5625 467.88477 67.796875 467.0254Q67.046875 466.1504 67.046875 464.6504L67.046875 464.4629Q67.046875 463.54102 67.375 462.82227Q67.71875 462.10352 68.34375 461.7129Q68.984375 461.30664 69.859375 461.30664Q70.921875 461.30664 71.625 461.94727Q72.34375 462.57227 72.390625 463.60352L71.359375 463.60352Q71.3125 462.97852 70.890625 462.5879Q70.46875 462.19727 69.859375 462.19727Q69.03125 462.19727 68.578125 462.79102Q68.125 463.38477 68.125 464.50977L68.125 464.7129Q68.125 465.80664 68.578125 466.4004Q69.03125 466.99414 69.859375 466.99414ZM77.234375 467.13477Q76.609375 467.88477 75.375 467.88477Q74.359375 467.88477 73.828125 467.29102Q73.296875 466.69727 73.296875 465.54102L73.296875 461.41602L74.375 461.41602L74.375 465.50977Q74.375 466.9629 75.546875 466.9629Q76.796875 466.9629 77.203125 466.0254L77.203125 461.41602L78.296875 461.41602L78.296875 467.75977L77.265625 467.75977L77.234375 467.13477ZM81.34375 461.41602L81.375 462.11914Q82.0625 461.30664 83.25 461.30664Q84.578125 461.30664 85.0625 462.32227Q85.375 461.86914 85.875 461.5879Q86.390625 461.30664 87.078125 461.30664Q89.171875 461.30664 89.203125 463.50977L89.203125 467.75977L88.125 467.75977L88.125 463.57227Q88.125 462.9004 87.8125 462.57227Q87.5 462.22852 86.765625 462.22852Q86.15625 462.22852 85.75 462.5879Q85.359375 462.94727 85.296875 463.55664L85.296875 467.75977L84.21875 467.75977L84.21875 463.60352Q84.21875 462.22852 82.859375 462.22852Q81.796875 462.22852 81.40625 463.13477L81.40625 467.75977L80.3125 467.75977L80.3125 461.41602L81.34375 461.41602ZM93.953125 467.88477Q92.65625 467.88477 91.84375 467.04102Q91.046875 466.18164 91.046875 464.75977L91.046875 464.57227Q91.046875 463.61914 91.40625 462.88477Q91.765625 462.13477 92.40625 461.72852Q93.0625 461.30664 93.8125 461.30664Q95.046875 461.30664 95.734375 462.11914Q96.421875 462.93164 96.421875 464.44727L96.421875 464.9004L92.125 464.9004Q92.15625 465.8379 92.671875 466.41602Q93.203125 466.99414 94.015625 466.99414Q94.578125 466.99414 94.96875 466.75977Q95.375 466.5254 95.6875 466.13477L96.34375 466.6504Q95.546875 467.88477 93.953125 467.88477ZM93.8125 462.19727Q93.15625 462.19727 92.703125 462.68164Q92.265625 463.1504 92.171875 464.00977L95.34375 464.00977L95.34375 463.93164Q95.296875 463.10352 94.890625 462.6504Q94.5 462.19727 93.8125 462.19727ZM98.34375 461.41602L98.375 462.2129Q99.109375 461.30664 100.28125 461.30664Q102.296875 461.30664 102.3125 463.57227L102.3125 467.75977L101.21875 467.75977L101.21875 463.55664Q101.21875 462.88477 100.90625 462.55664Q100.609375 462.22852 99.953125 462.22852Q99.421875 462.22852 99.015625 462.50977Q98.625 462.79102 98.40625 463.24414L98.40625 467.75977L97.328125 467.75977L97.328125 461.41602L98.34375 461.41602ZM105.796875 459.88477L105.796875 461.41602L106.96875 461.41602L106.96875 462.25977L105.796875 462.25977L105.796875 466.18164Q105.796875 466.57227 105.953125 466.75977Q106.109375 466.94727 106.484375 466.94727Q106.671875 466.94727 107.0 466.88477L107.0 467.75977Q106.578125 467.88477 106.171875 467.88477Q105.453125 467.88477 105.078125 467.44727Q104.703125 466.99414 104.703125 466.18164L104.703125 462.25977L103.546875 462.25977L103.546875 461.41602L104.703125 461.41602L104.703125 459.88477L105.796875 459.88477ZM112.234375 467.75977Q112.140625 467.57227 112.078125 467.0879Q111.328125 467.88477 110.28125 467.88477Q109.34375 467.88477 108.734375 467.35352Q108.140625 466.82227 108.140625 465.99414Q108.140625 465.00977 108.890625 464.4629Q109.640625 463.91602 111.015625 463.91602L112.0625 463.91602L112.0625 463.41602Q112.0625 462.85352 111.71875 462.5254Q111.390625 462.18164 110.71875 462.18164Q110.140625 462.18164 109.75 462.47852Q109.359375 462.75977 109.359375 463.18164L108.265625 463.18164Q108.265625 462.69727 108.59375 462.25977Q108.9375 461.82227 109.515625 461.57227Q110.09375 461.30664 110.78125 461.30664Q111.890625 461.30664 112.5 461.85352Q113.125 462.4004 113.15625 463.35352L113.15625 466.2754Q113.15625 467.1504 113.375 467.66602L113.375 467.75977L112.234375 467.75977ZM110.4375 466.93164Q110.953125 466.93164 111.40625 466.66602Q111.859375 466.4004 112.0625 465.97852L112.0625 464.68164L111.21875 464.68164Q109.21875 464.68164 109.21875 465.85352Q109.21875 466.35352 109.5625 466.6504Q109.90625 466.93164 110.4375 466.93164ZM116.796875 459.88477L116.796875 461.41602L117.96875 461.41602L117.96875 462.25977L116.796875 462.25977L116.796875 466.18164Q116.796875 466.57227 116.953125 466.75977Q117.109375 466.94727 117.484375 466.94727Q117.671875 466.94727 118.0 466.88477L118.0 467.75977Q117.578125 467.88477 117.171875 467.88477Q116.453125 467.88477 116.078125 467.44727Q115.703125 466.99414 115.703125 466.18164L115.703125 462.25977L114.546875 462.25977L114.546875 461.41602L115.703125 461.41602L115.703125 459.88477L116.796875 459.88477ZM120.5 467.75977L119.421875 467.75977L119.421875 461.41602L120.5 461.41602L120.5 467.75977ZM119.328125 459.74414Q119.328125 459.47852 119.484375 459.29102Q119.65625 459.10352 119.96875 459.10352Q120.28125 459.10352 120.4375 459.29102Q120.609375 459.47852 120.609375 459.74414Q120.609375 459.99414 120.4375 460.18164Q120.28125 460.35352 119.96875 460.35352Q119.65625 460.35352 119.484375 460.18164Q119.328125 459.99414 119.328125 459.74414ZM122.03125 464.5254Q122.03125 463.60352 122.390625 462.85352Q122.765625 462.10352 123.421875 461.7129Q124.078125 461.30664 124.90625 461.30664Q126.203125 461.30664 127.0 462.19727Q127.8125 463.0879 127.8125 464.5879L127.8125 464.66602Q127.8125 465.5879 127.453125 466.32227Q127.09375 467.05664 126.4375 467.47852Q125.78125 467.88477 124.921875 467.88477Q123.640625 467.88477 122.828125 466.99414Q122.03125 466.0879 122.03125 464.60352L122.03125 464.5254ZM123.125 464.66602Q123.125 465.7129 123.609375 466.35352Q124.109375 466.99414 124.921875 466.99414Q125.75 466.99414 126.234375 466.35352Q126.71875 465.69727 126.71875 464.5254Q126.71875 463.49414 126.21875 462.85352Q125.734375 462.19727 124.90625 462.19727Q124.109375 462.19727 123.609375 462.8379Q123.125 463.4629 123.125 464.66602ZM130.34375 461.41602L130.375 462.2129Q131.10938 461.30664 132.28125 461.30664Q134.29688 461.30664 134.3125 463.57227L134.3125 467.75977L133.21875 467.75977L133.21875 463.55664Q133.21875 462.88477 132.90625 462.55664Q132.60938 462.22852 131.95312 462.22852Q131.42188 462.22852 131.01562 462.50977Q130.625 462.79102 130.40625 463.24414L130.40625 467.75977L129.32812 467.75977L129.32812 461.41602L130.34375 461.41602ZM140.34375 461.41602L140.375 462.11914Q141.0625 461.30664 142.25 461.30664Q143.57812 461.30664 144.0625 462.32227Q144.375 461.86914 144.875 461.5879Q145.39062 461.30664 146.07812 461.30664Q148.17188 461.30664 148.20312 463.50977L148.20312 467.75977L147.125 467.75977L147.125 463.57227Q147.125 462.9004 146.8125 462.57227Q146.5 462.22852 145.76562 462.22852Q145.15625 462.22852 144.75 462.5879Q144.35938 462.94727 144.29688 463.55664L144.29688 467.75977L143.21875 467.75977L143.21875 463.60352Q143.21875 462.22852 141.85938 462.22852Q140.79688 462.22852 140.40625 463.13477L140.40625 467.75977L139.3125 467.75977L139.3125 461.41602L140.34375 461.41602ZM152.95312 467.88477Q151.65625 467.88477 150.84375 467.04102Q150.04688 466.18164 150.04688 464.75977L150.04688 464.57227Q150.04688 463.61914 150.40625 462.88477Q150.76562 462.13477 151.40625 461.72852Q152.0625 461.30664 152.8125 461.30664Q154.04688 461.30664 154.73438 462.11914Q155.42188 462.93164 155.42188 464.44727L155.42188 464.9004L151.125 464.9004Q151.15625 465.8379 151.67188 466.41602Q152.20312 466.99414 153.01562 466.99414Q153.57812 466.99414 153.96875 466.75977Q154.375 466.5254 154.6875 466.13477L155.34375 466.6504Q154.54688 467.88477 152.95312 467.88477ZM152.8125 462.19727Q152.15625 462.19727 151.70312 462.68164Q151.26562 463.1504 151.17188 464.00977L154.34375 464.00977L154.34375 463.93164Q154.29688 463.10352 153.89062 462.6504Q153.5 462.19727 152.8125 462.19727ZM158.95312 467.88477Q157.65625 467.88477 156.84375 467.04102Q156.04688 466.18164 156.04688 464.75977L156.04688 464.57227Q156.04688 463.61914 156.40625 462.88477Q156.76562 462.13477 157.40625 461.72852Q158.0625 461.30664 158.8125 461.30664Q160.04688 461.30664 160.73438 462.11914Q161.42188 462.93164 161.42188 464.44727L161.42188 464.9004L157.125 464.9004Q157.15625 465.8379 157.67188 466.41602Q158.20312 466.99414 159.01562 466.99414Q159.57812 466.99414 159.96875 466.75977Q160.375 466.5254 160.6875 466.13477L161.34375 466.6504Q160.54688 467.88477 158.95312 467.88477ZM158.8125 462.19727Q158.15625 462.19727 157.70312 462.68164Q157.26562 463.1504 157.17188 464.00977L160.34375 464.00977L160.34375 463.93164Q160.29688 463.10352 159.89062 462.6504Q159.5 462.19727 158.8125 462.19727ZM163.79688 459.88477L163.79688 461.41602L164.96875 461.41602L164.96875 462.25977L163.79688 462.25977L163.79688 466.18164Q163.79688 466.57227 163.95312 466.75977Q164.10938 466.94727 164.48438 466.94727Q164.67188 466.94727 165.0 466.88477L165.0 467.75977Q164.57812 467.88477 164.17188 467.88477Q163.45312 467.88477 163.07812 467.44727Q162.70312 466.99414 162.70312 466.18164L162.70312 462.25977L161.54688 462.25977L161.54688 461.41602L162.70312 461.41602L162.70312 459.88477L163.79688 459.88477Z" fill-rule="nonzero"/><path fill="#666666" d="M115.34375 476.41602L115.375 477.11914Q116.0625 476.30664 117.25 476.30664Q118.578125 476.30664 119.0625 477.32227Q119.375 476.86914 119.875 476.5879Q120.390625 476.30664 121.078125 476.30664Q123.171875 476.30664 123.203125 478.50977L123.203125 482.75977L122.125 482.75977L122.125 478.57227Q122.125 477.9004 121.8125 477.57227Q121.5 477.22852 120.765625 477.22852Q120.15625 477.22852 119.75 477.5879Q119.359375 477.94727 119.296875 478.55664L119.296875 482.75977L118.21875 482.75977L118.21875 478.60352Q118.21875 477.22852 116.859375 477.22852Q115.796875 477.22852 115.40625 478.13477L115.40625 482.75977L114.3125 482.75977L114.3125 476.41602L115.34375 476.41602ZM127.390625 481.16602L128.875 476.41602L130.03125 476.41602L127.484375 483.74414Q126.890625 485.32227 125.609375 485.32227L125.390625 485.30664L125.0 485.22852L125.0 484.35352L125.28125 484.36914Q125.84375 484.36914 126.140625 484.1504Q126.453125 483.93164 126.65625 483.3379L126.890625 482.68164L124.625 476.41602L125.8125 476.41602L127.390625 481.16602ZM135.34375 476.41602L135.375 477.2129Q136.10938 476.30664 137.28125 476.30664Q139.29688 476.30664 139.3125 478.57227L139.3125 482.75977L138.21875 482.75977L138.21875 478.55664Q138.21875 477.88477 137.90625 477.55664Q137.60938 477.22852 136.95312 477.22852Q136.42188 477.22852 136.01562 477.50977Q135.625 477.79102 135.40625 478.24414L135.40625 482.75977L134.32812 482.75977L134.32812 476.41602L135.34375 476.41602ZM143.95312 482.88477Q142.65625 482.88477 141.84375 482.04102Q141.04688 481.18164 141.04688 479.75977L141.04688 479.57227Q141.04688 478.61914 141.40625 477.88477Q141.76562 477.13477 142.40625 476.72852Q143.0625 476.30664 143.8125 476.30664Q145.04688 476.30664 145.73438 477.11914Q146.42188 477.93164 146.42188 479.44727L146.42188 479.9004L142.125 479.9004Q142.15625 480.8379 142.67188 481.41602Q143.20312 481.99414 144.01562 481.99414Q144.57812 481.99414 144.96875 481.75977Q145.375 481.5254 145.6875 481.13477L146.34375 481.6504Q145.54688 482.88477 143.95312 482.88477ZM143.8125 477.19727Q143.15625 477.19727 142.70312 477.68164Q142.26562 478.1504 142.17188 479.00977L145.34375 479.00977L145.34375 478.93164Q145.29688 478.10352 144.89062 477.6504Q144.5 477.19727 143.8125 477.19727ZM149.95312 482.88477Q148.65625 482.88477 147.84375 482.04102Q147.04688 481.18164 147.04688 479.75977L147.04688 479.57227Q147.04688 478.61914 147.40625 477.88477Q147.76562 477.13477 148.40625 476.72852Q149.0625 476.30664 149.8125 476.30664Q151.04688 476.30664 151.73438 477.11914Q152.42188 477.93164 152.42188 479.44727L152.42188 479.9004L148.125 479.9004Q148.15625 480.8379 148.67188 481.41602Q149.20312 481.99414 150.01562 481.99414Q150.57812 481.99414 150.96875 481.75977Q151.375 481.5254 151.6875 481.13477L152.34375 481.6504Q151.54688 482.88477 149.95312 482.88477ZM149.8125 477.19727Q149.15625 477.19727 148.70312 477.68164Q148.26562 478.1504 148.17188 479.00977L151.34375 479.00977L151.34375 478.93164Q151.29688 478.10352 150.89062 477.6504Q150.5 477.19727 149.8125 477.19727ZM153.0625 479.54102Q153.0625 478.07227 153.75 477.19727Q154.4375 476.30664 155.5625 476.30664Q156.67188 476.30664 157.32812 477.05664L157.32812 473.75977L158.40625 473.75977L158.40625 482.75977L157.40625 482.75977L157.35938 482.07227Q156.70312 482.88477 155.54688 482.88477Q154.45312 482.88477 153.75 481.97852Q153.0625 481.07227 153.0625 479.61914L153.0625 479.54102ZM154.14062 479.66602Q154.14062 480.74414 154.57812 481.35352Q155.03125 481.9629 155.8125 481.9629Q156.84375 481.9629 157.32812 481.0254L157.32812 478.11914Q156.84375 477.22852 155.82812 477.22852Q155.03125 477.22852 154.57812 477.8379Q154.14062 478.44727 154.14062 479.66602ZM164.01562 481.07227Q164.01562 480.63477 163.67188 480.4004Q163.34375 480.1504 162.51562 479.97852Q161.70312 479.80664 161.21875 479.55664Q160.73438 479.30664 160.5 478.97852Q160.28125 478.63477 160.28125 478.16602Q160.28125 477.38477 160.9375 476.85352Q161.59375 476.30664 162.625 476.30664Q163.70312 476.30664 164.35938 476.86914Q165.03125 477.41602 165.03125 478.2754L163.95312 478.2754Q163.95312 477.8379 163.5625 477.5254Q163.1875 477.19727 162.625 477.19727Q162.03125 477.19727 161.6875 477.4629Q161.35938 477.7129 161.35938 478.11914Q161.35938 478.50977 161.67188 478.7129Q161.98438 478.91602 162.79688 479.10352Q163.60938 479.2754 164.10938 479.5254Q164.60938 479.7754 164.84375 480.13477Q165.09375 480.49414 165.09375 480.99414Q165.09375 481.85352 164.40625 482.36914Q163.73438 482.88477 162.65625 482.88477Q161.89062 482.88477 161.29688 482.61914Q160.71875 482.3379 160.39062 481.85352Q160.0625 481.36914 160.0625 480.80664L161.14062 480.80664Q161.17188 481.35352 161.57812 481.68164Q161.98438 481.99414 162.65625 481.99414Q163.26562 481.99414 163.64062 481.74414Q164.01562 481.49414 164.01562 481.07227Z" fill-rule="nonzero"/><path fill="#666666" d="M46.703125 515.25244L45.578125 515.25244L45.578125 506.7212L46.703125 506.7212L46.703125 515.25244ZM55.234375 515.25244Q55.140625 515.06494 55.078125 514.58057Q54.328125 515.37744 53.28125 515.37744Q52.34375 515.37744 51.734375 514.8462Q51.140625 514.31494 51.140625 513.4868Q51.140625 512.50244 51.890625 511.95557Q52.640625 511.4087 54.015625 511.4087L55.0625 511.4087L55.0625 510.9087Q55.0625 510.3462 54.71875 510.01807Q54.390625 509.67432 53.71875 509.67432Q53.140625 509.67432 52.75 509.9712Q52.359375 510.25244 52.359375 510.67432L51.265625 510.67432Q51.265625 510.18994 51.59375 509.75244Q51.9375 509.31494 52.515625 509.06494Q53.09375 508.79932 53.78125 508.79932Q54.890625 508.79932 55.5 509.3462Q56.125 509.89307 56.15625 510.8462L56.15625 513.76807Q56.15625 514.64307 56.375 515.1587L56.375 515.25244L55.234375 515.25244ZM53.4375 514.4243Q53.953125 514.4243 54.40625 514.1587Q54.859375 513.89307 55.0625 513.4712L55.0625 512.1743L54.21875 512.1743Q52.21875 512.1743 52.21875 513.3462Q52.21875 513.8462 52.5625 514.14307Q52.90625 514.4243 53.4375 514.4243ZM59.34375 508.9087L59.375 509.61182Q60.0625 508.79932 61.25 508.79932Q62.578125 508.79932 63.0625 509.81494Q63.375 509.36182 63.875 509.08057Q64.390625 508.79932 65.078125 508.79932Q67.171875 508.79932 67.203125 511.00244L67.203125 515.25244L66.125 515.25244L66.125 511.06494Q66.125 510.39307 65.8125 510.06494Q65.5 509.7212 64.765625 509.7212Q64.15625 509.7212 63.75 510.08057Q63.359375 510.43994 63.296875 511.04932L63.296875 515.25244L62.21875 515.25244L62.21875 511.0962Q62.21875 509.7212 60.859375 509.7212Q59.796875 509.7212 59.40625 510.62744L59.40625 515.25244L58.3125 515.25244L58.3125 508.9087L59.34375 508.9087ZM76.234375 515.25244Q76.140625 515.06494 76.078125 514.58057Q75.328125 515.37744 74.28125 515.37744Q73.34375 515.37744 72.734375 514.8462Q72.140625 514.31494 72.140625 513.4868Q72.140625 512.50244 72.890625 511.95557Q73.640625 511.4087 75.015625 511.4087L76.0625 511.4087L76.0625 510.9087Q76.0625 510.3462 75.71875 510.01807Q75.390625 509.67432 74.71875 509.67432Q74.140625 509.67432 73.75 509.9712Q73.359375 510.25244 73.359375 510.67432L72.265625 510.67432Q72.265625 510.18994 72.59375 509.75244Q72.9375 509.31494 73.515625 509.06494Q74.09375 508.79932 74.78125 508.79932Q75.890625 508.79932 76.5 509.3462Q77.125 509.89307 77.15625 510.8462L77.15625 513.76807Q77.15625 514.64307 77.375 515.1587L77.375 515.25244L76.234375 515.25244ZM74.4375 514.4243Q74.953125 514.4243 75.40625 514.1587Q75.859375 513.89307 76.0625 513.4712L76.0625 512.1743L75.21875 512.1743Q73.21875 512.1743 73.21875 513.3462Q73.21875 513.8462 73.5625 514.14307Q73.90625 514.4243 74.4375 514.4243ZM84.6875 512.1587Q84.6875 513.6118 84.015625 514.50244Q83.359375 515.37744 82.234375 515.37744Q81.03125 515.37744 80.375 514.51807L80.3125 515.25244L79.328125 515.25244L79.328125 506.25244L80.40625 506.25244L80.40625 509.61182Q81.0625 508.79932 82.21875 508.79932Q83.375 508.79932 84.03125 509.67432Q84.6875 510.5337 84.6875 512.06494L84.6875 512.1587ZM83.609375 512.0337Q83.609375 510.92432 83.171875 510.33057Q82.75 509.7212 81.953125 509.7212Q80.875 509.7212 80.40625 510.70557L80.40625 513.45557Q80.90625 514.45557 81.953125 514.45557Q82.734375 514.45557 83.171875 513.8462Q83.609375 513.2368 83.609375 512.0337ZM87.5 515.25244L86.421875 515.25244L86.421875 506.25244L87.5 506.25244L87.5 515.25244ZM91.953125 515.37744Q90.65625 515.37744 89.84375 514.5337Q89.046875 513.6743 89.046875 512.25244L89.046875 512.06494Q89.046875 511.11182 89.40625 510.37744Q89.765625 509.62744 90.40625 509.2212Q91.0625 508.79932 91.8125 508.79932Q93.046875 508.79932 93.734375 509.61182Q94.421875 510.42432 94.421875 511.93994L94.421875 512.39307L90.125 512.39307Q90.15625 513.33057 90.671875 513.9087Q91.203125 514.4868 92.015625 514.4868Q92.578125 514.4868 92.96875 514.25244Q93.375 514.01807 93.6875 513.62744L94.34375 514.14307Q93.546875 515.37744 91.953125 515.37744ZM91.8125 509.68994Q91.15625 509.68994 90.703125 510.17432Q90.265625 510.64307 90.171875 511.50244L93.34375 511.50244L93.34375 511.42432Q93.296875 510.5962 92.890625 510.14307Q92.5 509.68994 91.8125 509.68994ZM99.796875 507.37744L99.796875 508.9087L100.96875 508.9087L100.96875 509.75244L99.796875 509.75244L99.796875 513.6743Q99.796875 514.06494 99.953125 514.25244Q100.109375 514.43994 100.484375 514.43994Q100.671875 514.43994 101.0 514.37744L101.0 515.25244Q100.578125 515.37744 100.171875 515.37744Q99.453125 515.37744 99.078125 514.93994Q98.703125 514.4868 98.703125 513.6743L98.703125 509.75244L97.546875 509.75244L97.546875 508.9087L98.703125 508.9087L98.703125 507.37744L99.796875 507.37744ZM102.03125 512.01807Q102.03125 511.0962 102.390625 510.3462Q102.765625 509.5962 103.421875 509.20557Q104.078125 508.79932 104.90625 508.79932Q106.203125 508.79932 107.0 509.68994Q107.8125 510.58057 107.8125 512.08057L107.8125 512.1587Q107.8125 513.08057 107.453125 513.81494Q107.09375 514.5493 106.4375 514.9712Q105.78125 515.37744 104.921875 515.37744Q103.640625 515.37744 102.828125 514.4868Q102.03125 513.58057 102.03125 512.0962L102.03125 512.01807ZM103.125 512.1587Q103.125 513.20557 103.609375 513.8462Q104.109375 514.4868 104.921875 514.4868Q105.75 514.4868 106.234375 513.8462Q106.71875 513.18994 106.71875 512.01807Q106.71875 510.98682 106.21875 510.3462Q105.734375 509.68994 104.90625 509.68994Q104.109375 509.68994 103.609375 510.33057Q103.125 510.95557 103.125 512.1587ZM114.953125 515.37744Q113.65625 515.37744 112.84375 514.5337Q112.046875 513.6743 112.046875 512.25244L112.046875 512.06494Q112.046875 511.11182 112.40625 510.37744Q112.765625 509.62744 113.40625 509.2212Q114.0625 508.79932 114.8125 508.79932Q116.046875 508.79932 116.734375 509.61182Q117.421875 510.42432 117.421875 511.93994L117.421875 512.39307L113.125 512.39307Q113.15625 513.33057 113.671875 513.9087Q114.203125 514.4868 115.015625 514.4868Q115.578125 514.4868 115.96875 514.25244Q116.375 514.01807 116.6875 513.62744L117.34375 514.14307Q116.546875 515.37744 114.953125 515.37744ZM114.8125 509.68994Q114.15625 509.68994 113.703125 510.17432Q113.265625 510.64307 113.171875 511.50244L116.34375 511.50244L116.34375 511.42432Q116.296875 510.5962 115.890625 510.14307Q115.5 509.68994 114.8125 509.68994ZM118.859375 515.25244L118.859375 509.75244L117.859375 509.75244L117.859375 508.9087L118.859375 508.9087L118.859375 508.26807Q118.859375 507.23682 119.390625 506.68994Q119.9375 506.12744 120.9375 506.12744Q121.3125 506.12744 121.6875 506.2212L121.625 507.11182Q121.34375 507.04932 121.046875 507.04932Q120.515625 507.04932 120.21875 507.36182Q119.9375 507.67432 119.9375 508.23682L119.9375 508.9087L121.296875 508.9087L121.296875 509.75244L119.9375 509.75244L119.9375 515.25244L118.859375 515.25244ZM122.859375 515.25244L122.859375 509.75244L121.859375 509.75244L121.859375 508.9087L122.859375 508.9087L122.859375 508.26807Q122.859375 507.23682 123.390625 506.68994Q123.9375 506.12744 124.9375 506.12744Q125.3125 506.12744 125.6875 506.2212L125.625 507.11182Q125.34375 507.04932 125.046875 507.04932Q124.515625 507.04932 124.21875 507.36182Q123.9375 507.67432 123.9375 508.23682L123.9375 508.9087L125.296875 508.9087L125.296875 509.75244L123.9375 509.75244L123.9375 515.25244L122.859375 515.25244ZM128.95312 515.37744Q127.65625 515.37744 126.84375 514.5337Q126.046875 513.6743 126.046875 512.25244L126.046875 512.06494Q126.046875 511.11182 126.40625 510.37744Q126.765625 509.62744 127.40625 509.2212Q128.0625 508.79932 128.8125 508.79932Q130.04688 508.79932 130.73438 509.61182Q131.42188 510.42432 131.42188 511.93994L131.42188 512.39307L127.125 512.39307Q127.15625 513.33057 127.671875 513.9087Q128.20312 514.4868 129.01562 514.4868Q129.57812 514.4868 129.96875 514.25244Q130.375 514.01807 130.6875 513.62744L131.34375 514.14307Q130.54688 515.37744 128.95312 515.37744ZM128.8125 509.68994Q128.15625 509.68994 127.703125 510.17432Q127.265625 510.64307 127.171875 511.50244L130.34375 511.50244L130.34375 511.42432Q130.29688 510.5962 129.89062 510.14307Q129.5 509.68994 128.8125 509.68994ZM134.85938 514.4868Q135.4375 514.4868 135.875 514.14307Q136.3125 513.7837 136.35938 513.25244L137.39062 513.25244Q137.35938 513.7993 137.0 514.2993Q136.65625 514.7837 136.07812 515.08057Q135.51562 515.37744 134.85938 515.37744Q133.5625 515.37744 132.79688 514.51807Q132.04688 513.64307 132.04688 512.14307L132.04688 511.95557Q132.04688 511.0337 132.375 510.31494Q132.71875 509.5962 133.34375 509.20557Q133.98438 508.79932 134.85938 508.79932Q135.92188 508.79932 136.625 509.43994Q137.34375 510.06494 137.39062 511.0962L136.35938 511.0962Q136.3125 510.4712 135.89062 510.08057Q135.46875 509.68994 134.85938 509.68994Q134.03125 509.68994 133.57812 510.2837Q133.125 510.87744 133.125 512.00244L133.125 512.20557Q133.125 513.2993 133.57812 513.89307Q134.03125 514.4868 134.85938 514.4868ZM139.79688 507.37744L139.79688 508.9087L140.96875 508.9087L140.96875 509.75244L139.79688 509.75244L139.79688 513.6743Q139.79688 514.06494 139.95312 514.25244Q140.10938 514.43994 140.48438 514.43994Q140.67188 514.43994 141.0 514.37744L141.0 515.25244Q140.57812 515.37744 140.17188 515.37744Q139.45312 515.37744 139.07812 514.93994Q138.70312 514.4868 138.70312 513.6743L138.70312 509.75244L137.54688 509.75244L137.54688 508.9087L138.70312 508.9087L138.70312 507.37744L139.79688 507.37744ZM143.5 515.25244L142.42188 515.25244L142.42188 508.9087L143.5 508.9087L143.5 515.25244ZM142.32812 507.23682Q142.32812 506.9712 142.48438 506.7837Q142.65625 506.5962 142.96875 506.5962Q143.28125 506.5962 143.4375 506.7837Q143.60938 506.9712 143.60938 507.23682Q143.60938 507.48682 143.4375 507.67432Q143.28125 507.8462 142.96875 507.8462Q142.65625 507.8462 142.48438 507.67432Q142.32812 507.48682 142.32812 507.23682ZM147.40625 513.7837L148.98438 508.9087L150.09375 508.9087L147.8125 515.25244L146.98438 515.25244L144.6875 508.9087L145.79688 508.9087L147.40625 513.7837ZM153.95312 515.37744Q152.65625 515.37744 151.84375 514.5337Q151.04688 513.6743 151.04688 512.25244L151.04688 512.06494Q151.04688 511.11182 151.40625 510.37744Q151.76562 509.62744 152.40625 509.2212Q153.0625 508.79932 153.8125 508.79932Q155.04688 508.79932 155.73438 509.61182Q156.42188 510.42432 156.42188 511.93994L156.42188 512.39307L152.125 512.39307Q152.15625 513.33057 152.67188 513.9087Q153.20312 514.4868 154.01562 514.4868Q154.57812 514.4868 154.96875 514.25244Q155.375 514.01807 155.6875 513.62744L156.34375 514.14307Q155.54688 515.37744 153.95312 515.37744ZM153.8125 509.68994Q153.15625 509.68994 152.70312 510.17432Q152.26562 510.64307 152.17188 511.50244L155.34375 511.50244L155.34375 511.42432Q155.29688 510.5962 154.89062 510.14307Q154.5 509.68994 153.8125 509.68994ZM158.5 515.25244L157.42188 515.25244L157.42188 506.25244L158.5 506.25244L158.5 515.25244ZM162.39062 513.6587L163.875 508.9087L165.03125 508.9087L162.48438 516.2368Q161.89062 517.81494 160.60938 517.81494L160.39062 517.7993L160.0 517.7212L160.0 516.8462L160.28125 516.8618Q160.84375 516.8618 161.14062 516.64307Q161.45312 516.4243 161.65625 515.83057L161.89062 515.1743L159.625 508.9087L160.8125 508.9087L162.39062 513.6587Z" fill-rule="nonzero"/><path fill="#666666" d="M35.0625 527.0337Q35.0625 525.56494 35.75 524.68994Q36.4375 523.7993 37.5625 523.7993Q38.671875 523.7993 39.328125 524.5493L39.328125 521.25244L40.40625 521.25244L40.40625 530.25244L39.40625 530.25244L39.359375 529.56494Q38.703125 530.37744 37.546875 530.37744Q36.453125 530.37744 35.75 529.4712Q35.0625 528.56494 35.0625 527.1118L35.0625 527.0337ZM36.140625 527.1587Q36.140625 528.2368 36.578125 528.8462Q37.03125 529.45557 37.8125 529.45557Q38.84375 529.45557 39.328125 528.51807L39.328125 525.6118Q38.84375 524.7212 37.828125 524.7212Q37.03125 524.7212 36.578125 525.33057Q36.140625 525.93994 36.140625 527.1587ZM43.5 530.25244L42.421875 530.25244L42.421875 523.9087L43.5 523.9087L43.5 530.25244ZM42.328125 522.2368Q42.328125 521.9712 42.484375 521.7837Q42.65625 521.5962 42.96875 521.5962Q43.28125 521.5962 43.4375 521.7837Q43.609375 521.9712 43.609375 522.2368Q43.609375 522.4868 43.4375 522.6743Q43.28125 522.8462 42.96875 522.8462Q42.65625 522.8462 42.484375 522.6743Q42.328125 522.4868 42.328125 522.2368ZM49.234375 530.25244Q49.140625 530.06494 49.078125 529.58057Q48.328125 530.37744 47.28125 530.37744Q46.34375 530.37744 45.734375 529.8462Q45.140625 529.31494 45.140625 528.4868Q45.140625 527.50244 45.890625 526.95557Q46.640625 526.4087 48.015625 526.4087L49.0625 526.4087L49.0625 525.9087Q49.0625 525.3462 48.71875 525.01807Q48.390625 524.6743 47.71875 524.6743Q47.140625 524.6743 46.75 524.9712Q46.359375 525.25244 46.359375 525.6743L45.265625 525.6743Q45.265625 525.18994 45.59375 524.75244Q45.9375 524.31494 46.515625 524.06494Q47.09375 523.7993 47.78125 523.7993Q48.890625 523.7993 49.5 524.3462Q50.125 524.89307 50.15625 525.8462L50.15625 528.76807Q50.15625 529.64307 50.375 530.1587L50.375 530.25244L49.234375 530.25244ZM47.4375 529.4243Q47.953125 529.4243 48.40625 529.1587Q48.859375 528.89307 49.0625 528.4712L49.0625 527.1743L48.21875 527.1743Q46.21875 527.1743 46.21875 528.3462Q46.21875 528.8462 46.5625 529.14307Q46.90625 529.4243 47.4375 529.4243ZM52.0625 527.0337Q52.0625 525.5493 52.75 524.6743Q53.4375 523.7993 54.5625 523.7993Q55.71875 523.7993 56.375 524.6118L56.421875 523.9087L57.421875 523.9087L57.421875 530.0962Q57.421875 531.33057 56.6875 532.0337Q55.953125 532.75244 54.734375 532.75244Q54.046875 532.75244 53.390625 532.45557Q52.734375 532.1587 52.390625 531.6587L52.953125 531.00244Q53.640625 531.8618 54.65625 531.8618Q55.4375 531.8618 55.875 531.4087Q56.328125 530.9712 56.328125 530.1587L56.328125 529.6118Q55.671875 530.37744 54.546875 530.37744Q53.4375 530.37744 52.75 529.4868Q52.0625 528.58057 52.0625 527.0337ZM53.15625 527.1587Q53.15625 528.2212 53.59375 528.8462Q54.03125 529.45557 54.828125 529.45557Q55.84375 529.45557 56.328125 528.51807L56.328125 525.62744Q55.828125 524.7212 54.828125 524.7212Q54.046875 524.7212 53.59375 525.33057Q53.15625 525.93994 53.15625 527.1587ZM60.34375 523.9087L60.375 524.70557Q61.109375 523.7993 62.28125 523.7993Q64.296875 523.7993 64.3125 526.06494L64.3125 530.25244L63.21875 530.25244L63.21875 526.0493Q63.21875 525.37744 62.90625 525.0493Q62.609375 524.7212 61.953125 524.7212Q61.421875 524.7212 61.015625 525.00244Q60.625 525.2837 60.40625 525.7368L60.40625 530.25244L59.328125 530.25244L59.328125 523.9087L60.34375 523.9087ZM66.03125 527.01807Q66.03125 526.0962 66.390625 525.3462Q66.765625 524.5962 67.421875 524.20557Q68.078125 523.7993 68.90625 523.7993Q70.203125 523.7993 71.0 524.68994Q71.8125 525.58057 71.8125 527.08057L71.8125 527.1587Q71.8125 528.08057 71.453125 528.81494Q71.09375 529.5493 70.4375 529.9712Q69.78125 530.37744 68.921875 530.37744Q67.640625 530.37744 66.828125 529.4868Q66.03125 528.58057 66.03125 527.0962L66.03125 527.01807ZM67.125 527.1587Q67.125 528.20557 67.609375 528.8462Q68.109375 529.4868 68.921875 529.4868Q69.75 529.4868 70.234375 528.8462Q70.71875 528.18994 70.71875 527.01807Q70.71875 525.9868 70.21875 525.3462Q69.734375 524.68994 68.90625 524.68994Q68.109375 524.68994 67.609375 525.33057Q67.125 525.95557 67.125 527.1587ZM77.015625 528.56494Q77.015625 528.12744 76.671875 527.89307Q76.34375 527.64307 75.515625 527.4712Q74.703125 527.2993 74.21875 527.0493Q73.734375 526.7993 73.5 526.4712Q73.28125 526.12744 73.28125 525.6587Q73.28125 524.87744 73.9375 524.3462Q74.59375 523.7993 75.625 523.7993Q76.703125 523.7993 77.359375 524.3618Q78.03125 524.9087 78.03125 525.76807L76.953125 525.76807Q76.953125 525.33057 76.5625 525.01807Q76.1875 524.68994 75.625 524.68994Q75.03125 524.68994 74.6875 524.95557Q74.359375 525.20557 74.359375 525.6118Q74.359375 526.00244 74.671875 526.20557Q74.984375 526.4087 75.796875 526.5962Q76.609375 526.76807 77.109375 527.01807Q77.609375 527.26807 77.84375 527.62744Q78.09375 527.9868 78.09375 528.4868Q78.09375 529.3462 77.40625 529.8618Q76.734375 530.37744 75.65625 530.37744Q74.890625 530.37744 74.296875 530.1118Q73.71875 529.83057 73.390625 529.3462Q73.0625 528.8618 73.0625 528.2993L74.140625 528.2993Q74.171875 528.8462 74.578125 529.1743Q74.984375 529.4868 75.65625 529.4868Q76.265625 529.4868 76.640625 529.2368Q77.015625 528.9868 77.015625 528.56494ZM81.953125 530.37744Q80.65625 530.37744 79.84375 529.5337Q79.046875 528.6743 79.046875 527.25244L79.046875 527.06494Q79.046875 526.1118 79.40625 525.37744Q79.765625 524.62744 80.40625 524.2212Q81.0625 523.7993 81.8125 523.7993Q83.046875 523.7993 83.734375 524.6118Q84.421875 525.4243 84.421875 526.93994L84.421875 527.39307L80.125 527.39307Q80.15625 528.33057 80.671875 528.9087Q81.203125 529.4868 82.015625 529.4868Q82.578125 529.4868 82.96875 529.25244Q83.375 529.01807 83.6875 528.62744L84.34375 529.14307Q83.546875 530.37744 81.953125 530.37744ZM81.8125 524.68994Q81.15625 524.68994 80.703125 525.1743Q80.265625 525.64307 80.171875 526.50244L83.34375 526.50244L83.34375 526.4243Q83.296875 525.5962 82.890625 525.14307Q82.5 524.68994 81.8125 524.68994ZM93.6875 527.1587Q93.6875 528.6118 93.015625 529.50244Q92.359375 530.37744 91.234375 530.37744Q90.03125 530.37744 89.375 529.51807L89.3125 530.25244L88.328125 530.25244L88.328125 521.25244L89.40625 521.25244L89.40625 524.6118Q90.0625 523.7993 91.21875 523.7993Q92.375 523.7993 93.03125 524.6743Q93.6875 525.5337 93.6875 527.06494L93.6875 527.1587ZM92.609375 527.0337Q92.609375 525.9243 92.171875 525.33057Q91.75 524.7212 90.953125 524.7212Q89.875 524.7212 89.40625 525.70557L89.40625 528.45557Q89.90625 529.45557 90.953125 529.45557Q91.734375 529.45557 92.171875 528.8462Q92.609375 528.2368 92.609375 527.0337ZM99.234375 529.62744Q98.609375 530.37744 97.375 530.37744Q96.359375 530.37744 95.828125 529.7837Q95.296875 529.18994 95.296875 528.0337L95.296875 523.9087L96.375 523.9087L96.375 528.00244Q96.375 529.45557 97.546875 529.45557Q98.796875 529.45557 99.203125 528.51807L99.203125 523.9087L100.296875 523.9087L100.296875 530.25244L99.265625 530.25244L99.234375 529.62744ZM102.0625 527.0337Q102.0625 525.5493 102.75 524.6743Q103.4375 523.7993 104.5625 523.7993Q105.71875 523.7993 106.375 524.6118L106.421875 523.9087L107.421875 523.9087L107.421875 530.0962Q107.421875 531.33057 106.6875 532.0337Q105.953125 532.75244 104.734375 532.75244Q104.046875 532.75244 103.390625 532.45557Q102.734375 532.1587 102.390625 531.6587L102.953125 531.00244Q103.640625 531.8618 104.65625 531.8618Q105.4375 531.8618 105.875 531.4087Q106.328125 530.9712 106.328125 530.1587L106.328125 529.6118Q105.671875 530.37744 104.546875 530.37744Q103.4375 530.37744 102.75 529.4868Q102.0625 528.58057 102.0625 527.0337ZM103.15625 527.1587Q103.15625 528.2212 103.59375 528.8462Q104.03125 529.45557 104.828125 529.45557Q105.84375 529.45557 106.328125 528.51807L106.328125 525.62744Q105.828125 524.7212 104.828125 524.7212Q104.046875 524.7212 103.59375 525.33057Q103.15625 525.93994 103.15625 527.1587ZM113.015625 528.56494Q113.015625 528.12744 112.671875 527.89307Q112.34375 527.64307 111.515625 527.4712Q110.703125 527.2993 110.21875 527.0493Q109.734375 526.7993 109.5 526.4712Q109.28125 526.12744 109.28125 525.6587Q109.28125 524.87744 109.9375 524.3462Q110.59375 523.7993 111.625 523.7993Q112.703125 523.7993 113.359375 524.3618Q114.03125 524.9087 114.03125 525.76807L112.953125 525.76807Q112.953125 525.33057 112.5625 525.01807Q112.1875 524.68994 111.625 524.68994Q111.03125 524.68994 110.6875 524.95557Q110.359375 525.20557 110.359375 525.6118Q110.359375 526.00244 110.671875 526.20557Q110.984375 526.4087 111.796875 526.5962Q112.609375 526.76807 113.109375 527.01807Q113.609375 527.26807 113.84375 527.62744Q114.09375 527.9868 114.09375 528.4868Q114.09375 529.3462 113.40625 529.8618Q112.734375 530.37744 111.65625 530.37744Q110.890625 530.37744 110.296875 530.1118Q109.71875 529.83057 109.390625 529.3462Q109.0625 528.8618 109.0625 528.2993L110.140625 528.2993Q110.171875 528.8462 110.578125 529.1743Q110.984375 529.4868 111.65625 529.4868Q112.265625 529.4868 112.640625 529.2368Q113.015625 528.9868 113.015625 528.56494ZM119.5 530.25244L118.421875 530.25244L118.421875 523.9087L119.5 523.9087L119.5 530.25244ZM118.328125 522.2368Q118.328125 521.9712 118.484375 521.7837Q118.65625 521.5962 118.96875 521.5962Q119.28125 521.5962 119.4375 521.7837Q119.609375 521.9712 119.609375 522.2368Q119.609375 522.4868 119.4375 522.6743Q119.28125 522.8462 118.96875 522.8462Q118.65625 522.8462 118.484375 522.6743Q118.328125 522.4868 118.328125 522.2368ZM122.34375 523.9087L122.375 524.70557Q123.109375 523.7993 124.28125 523.7993Q126.296875 523.7993 126.3125 526.06494L126.3125 530.25244L125.21875 530.25244L125.21875 526.0493Q125.21875 525.37744 124.90625 525.0493Q124.609375 524.7212 123.953125 524.7212Q123.421875 524.7212 123.015625 525.00244Q122.625 525.2837 122.40625 525.7368L122.40625 530.25244L121.328125 530.25244L121.328125 523.9087L122.34375 523.9087ZM132.34375 523.9087L132.375 524.6118Q133.0625 523.7993 134.25 523.7993Q135.57812 523.7993 136.0625 524.81494Q136.375 524.3618 136.875 524.08057Q137.39062 523.7993 138.07812 523.7993Q140.17188 523.7993 140.20312 526.00244L140.20312 530.25244L139.125 530.25244L139.125 526.06494Q139.125 525.39307 138.8125 525.06494Q138.5 524.7212 137.76562 524.7212Q137.15625 524.7212 136.75 525.08057Q136.35938 525.43994 136.29688 526.0493L136.29688 530.25244L135.21875 530.25244L135.21875 526.0962Q135.21875 524.7212 133.85938 524.7212Q132.79688 524.7212 132.40625 525.62744L132.40625 530.25244L131.3125 530.25244L131.3125 523.9087L132.34375 523.9087ZM144.39062 528.6587L145.875 523.9087L147.03125 523.9087L144.48438 531.2368Q143.89062 532.81494 142.60938 532.81494L142.39062 532.7993L142.0 532.7212L142.0 531.8462L142.28125 531.8618Q142.84375 531.8618 143.14062 531.64307Q143.45312 531.4243 143.65625 530.83057L143.89062 530.1743L141.625 523.9087L142.8125 523.9087L144.39062 528.6587ZM157.79688 529.12744Q157.35938 529.75244 156.57812 530.06494Q155.79688 530.37744 154.76562 530.37744Q153.73438 530.37744 152.92188 529.89307Q152.10938 529.39307 151.67188 528.4868Q151.23438 527.58057 151.21875 526.39307L151.21875 525.6587Q151.21875 523.7212 152.10938 522.6587Q153.01562 521.5962 154.64062 521.5962Q155.98438 521.5962 156.79688 522.2837Q157.60938 522.9712 157.79688 524.2212L156.67188 524.2212Q156.34375 522.5337 154.65625 522.5337Q153.51562 522.5337 152.9375 523.33057Q152.35938 524.1118 152.34375 525.62744L152.34375 526.31494Q152.34375 527.75244 153.0 528.6118Q153.65625 529.45557 154.78125 529.45557Q155.40625 529.45557 155.875 529.31494Q156.35938 529.1743 156.67188 528.83057L156.67188 526.9243L154.70312 526.9243L154.70312 526.00244L157.79688 526.00244L157.79688 529.12744ZM159.03125 527.01807Q159.03125 526.0962 159.39062 525.3462Q159.76562 524.5962 160.42188 524.20557Q161.07812 523.7993 161.90625 523.7993Q163.20312 523.7993 164.0 524.68994Q164.8125 525.58057 164.8125 527.08057L164.8125 527.1587Q164.8125 528.08057 164.45312 528.81494Q164.09375 529.5493 163.4375 529.9712Q162.78125 530.37744 161.92188 530.37744Q160.64062 530.37744 159.82812 529.4868Q159.03125 528.58057 159.03125 527.0962L159.03125 527.01807ZM160.125 527.1587Q160.125 528.20557 160.60938 528.8462Q161.10938 529.4868 161.92188 529.4868Q162.75 529.4868 163.23438 528.8462Q163.71875 528.18994 163.71875 527.01807Q163.71875 525.9868 163.21875 525.3462Q162.73438 524.68994 161.90625 524.68994Q161.10938 524.68994 160.60938 525.33057Q160.125 525.95557 160.125 527.1587Z" fill-rule="nonzero"/><path fill="#666666" d="M118.671875 542.1587Q118.671875 543.5962 118.015625 544.4868Q117.359375 545.37744 116.21875 545.37744Q115.0625 545.37744 114.40625 544.64307L114.40625 547.68994L113.328125 547.68994L113.328125 538.9087L114.3125 538.9087L114.359375 539.6118Q115.03125 538.7993 116.203125 538.7993Q117.34375 538.7993 118.0 539.6587Q118.671875 540.51807 118.671875 542.0493L118.671875 542.1587ZM117.59375 542.0337Q117.59375 540.95557 117.125 540.3462Q116.671875 539.7212 115.875 539.7212Q114.890625 539.7212 114.40625 540.58057L114.40625 543.6118Q114.890625 544.4868 115.890625 544.4868Q116.671875 544.4868 117.125 543.87744Q117.59375 543.25244 117.59375 542.0337ZM123.390625 539.87744Q123.140625 539.8462 122.859375 539.8462Q121.78125 539.8462 121.40625 540.75244L121.40625 545.25244L120.328125 545.25244L120.328125 538.9087L121.375 538.9087L121.390625 539.64307Q121.921875 538.7993 122.90625 538.7993Q123.21875 538.7993 123.390625 538.87744L123.390625 539.87744ZM124.03125 542.01807Q124.03125 541.0962 124.390625 540.3462Q124.765625 539.5962 125.421875 539.20557Q126.078125 538.7993 126.90625 538.7993Q128.20312 538.7993 129.0 539.68994Q129.8125 540.58057 129.8125 542.08057L129.8125 542.1587Q129.8125 543.08057 129.45312 543.81494Q129.09375 544.5493 128.4375 544.9712Q127.78125 545.37744 126.921875 545.37744Q125.640625 545.37744 124.828125 544.4868Q124.03125 543.58057 124.03125 542.0962L124.03125 542.01807ZM125.125 542.1587Q125.125 543.20557 125.609375 543.8462Q126.109375 544.4868 126.921875 544.4868Q127.75 544.4868 128.23438 543.8462Q128.71875 543.18994 128.71875 542.01807Q128.71875 540.9868 128.21875 540.3462Q127.734375 539.68994 126.90625 539.68994Q126.109375 539.68994 125.609375 540.33057Q125.125 540.95557 125.125 542.1587ZM131.0625 542.0337Q131.0625 540.5493 131.75 539.6743Q132.4375 538.7993 133.5625 538.7993Q134.71875 538.7993 135.375 539.6118L135.42188 538.9087L136.42188 538.9087L136.42188 545.0962Q136.42188 546.33057 135.6875 547.0337Q134.95312 547.75244 133.73438 547.75244Q133.04688 547.75244 132.39062 547.45557Q131.73438 547.1587 131.39062 546.6587L131.95312 546.00244Q132.64062 546.8618 133.65625 546.8618Q134.4375 546.8618 134.875 546.4087Q135.32812 545.9712 135.32812 545.1587L135.32812 544.6118Q134.67188 545.37744 133.54688 545.37744Q132.4375 545.37744 131.75 544.4868Q131.0625 543.58057 131.0625 542.0337ZM132.15625 542.1587Q132.15625 543.2212 132.59375 543.8462Q133.03125 544.45557 133.82812 544.45557Q134.84375 544.45557 135.32812 543.51807L135.32812 540.62744Q134.82812 539.7212 133.82812 539.7212Q133.04688 539.7212 132.59375 540.33057Q132.15625 540.93994 132.15625 542.1587ZM141.39062 539.87744Q141.14062 539.8462 140.85938 539.8462Q139.78125 539.8462 139.40625 540.75244L139.40625 545.25244L138.32812 545.25244L138.32812 538.9087L139.375 538.9087L139.39062 539.64307Q139.92188 538.7993 140.90625 538.7993Q141.21875 538.7993 141.39062 538.87744L141.39062 539.87744ZM146.23438 545.25244Q146.14062 545.06494 146.07812 544.58057Q145.32812 545.37744 144.28125 545.37744Q143.34375 545.37744 142.73438 544.8462Q142.14062 544.31494 142.14062 543.4868Q142.14062 542.50244 142.89062 541.95557Q143.64062 541.4087 145.01562 541.4087L146.0625 541.4087L146.0625 540.9087Q146.0625 540.3462 145.71875 540.01807Q145.39062 539.6743 144.71875 539.6743Q144.14062 539.6743 143.75 539.9712Q143.35938 540.25244 143.35938 540.6743L142.26562 540.6743Q142.26562 540.18994 142.59375 539.75244Q142.9375 539.31494 143.51562 539.06494Q144.09375 538.7993 144.78125 538.7993Q145.89062 538.7993 146.5 539.3462Q147.125 539.89307 147.15625 540.8462L147.15625 543.76807Q147.15625 544.64307 147.375 545.1587L147.375 545.25244L146.23438 545.25244ZM144.4375 544.4243Q144.95312 544.4243 145.40625 544.1587Q145.85938 543.89307 146.0625 543.4712L146.0625 542.1743L145.21875 542.1743Q143.21875 542.1743 143.21875 543.3462Q143.21875 543.8462 143.5625 544.14307Q143.90625 544.4243 144.4375 544.4243ZM150.34375 538.9087L150.375 539.6118Q151.0625 538.7993 152.25 538.7993Q153.57812 538.7993 154.0625 539.81494Q154.375 539.3618 154.875 539.08057Q155.39062 538.7993 156.07812 538.7993Q158.17188 538.7993 158.20312 541.00244L158.20312 545.25244L157.125 545.25244L157.125 541.06494Q157.125 540.39307 156.8125 540.06494Q156.5 539.7212 155.76562 539.7212Q155.15625 539.7212 154.75 540.08057Q154.35938 540.43994 154.29688 541.0493L154.29688 545.25244L153.21875 545.25244L153.21875 541.0962Q153.21875 539.7212 151.85938 539.7212Q150.79688 539.7212 150.40625 540.62744L150.40625 545.25244L149.3125 545.25244L149.3125 538.9087L150.34375 538.9087ZM164.01562 543.56494Q164.01562 543.12744 163.67188 542.89307Q163.34375 542.64307 162.51562 542.4712Q161.70312 542.2993 161.21875 542.0493Q160.73438 541.7993 160.5 541.4712Q160.28125 541.12744 160.28125 540.6587Q160.28125 539.87744 160.9375 539.3462Q161.59375 538.7993 162.625 538.7993Q163.70312 538.7993 164.35938 539.3618Q165.03125 539.9087 165.03125 540.76807L163.95312 540.76807Q163.95312 540.33057 163.5625 540.01807Q163.1875 539.68994 162.625 539.68994Q162.03125 539.68994 161.6875 539.95557Q161.35938 540.20557 161.35938 540.6118Q161.35938 541.00244 161.67188 541.20557Q161.98438 541.4087 162.79688 541.5962Q163.60938 541.76807 164.10938 542.01807Q164.60938 542.26807 164.84375 542.62744Q165.09375 542.9868 165.09375 543.4868Q165.09375 544.3462 164.40625 544.8618Q163.73438 545.37744 162.65625 545.37744Q161.89062 545.37744 161.29688 545.1118Q160.71875 544.83057 160.39062 544.3462Q160.0625 543.8618 160.0625 543.2993L161.14062 543.2993Q161.17188 543.8462 161.57812 544.1743Q161.98438 544.4868 162.65625 544.4868Q163.26562 544.4868 163.64062 544.2368Q164.01562 543.9868 164.01562 543.56494Z" fill-rule="nonzero"/><path fill="#666666" d="M46.703125 577.7451L45.578125 577.7451L45.578125 569.21387L46.703125 569.21387L46.703125 577.7451ZM55.234375 577.7451Q55.140625 577.5576 55.078125 577.07324Q54.328125 577.8701 53.28125 577.8701Q52.34375 577.8701 51.734375 577.33887Q51.140625 576.8076 51.140625 575.9795Q51.140625 574.9951 51.890625 574.44824Q52.640625 573.90137 54.015625 573.90137L55.0625 573.90137L55.0625 573.40137Q55.0625 572.83887 54.71875 572.51074Q54.390625 572.167 53.71875 572.167Q53.140625 572.167 52.75 572.46387Q52.359375 572.7451 52.359375 573.167L51.265625 573.167Q51.265625 572.6826 51.59375 572.2451Q51.9375 571.8076 52.515625 571.5576Q53.09375 571.292 53.78125 571.292Q54.890625 571.292 55.5 571.83887Q56.125 572.38574 56.15625 573.33887L56.15625 576.26074Q56.15625 577.13574 56.375 577.65137L56.375 577.7451L55.234375 577.7451ZM53.4375 576.917Q53.953125 576.917 54.40625 576.65137Q54.859375 576.38574 55.0625 575.96387L55.0625 574.667L54.21875 574.667Q52.21875 574.667 52.21875 575.83887Q52.21875 576.33887 52.5625 576.63574Q52.90625 576.917 53.4375 576.917ZM59.34375 571.40137L59.375 572.1045Q60.0625 571.292 61.25 571.292Q62.578125 571.292 63.0625 572.3076Q63.375 571.8545 63.875 571.57324Q64.390625 571.292 65.078125 571.292Q67.171875 571.292 67.203125 573.4951L67.203125 577.7451L66.125 577.7451L66.125 573.5576Q66.125 572.88574 65.8125 572.5576Q65.5 572.21387 64.765625 572.21387Q64.15625 572.21387 63.75 572.57324Q63.359375 572.9326 63.296875 573.542L63.296875 577.7451L62.21875 577.7451L62.21875 573.58887Q62.21875 572.21387 60.859375 572.21387Q59.796875 572.21387 59.40625 573.1201L59.40625 577.7451L58.3125 577.7451L58.3125 571.40137L59.34375 571.40137ZM76.234375 577.7451Q76.140625 577.5576 76.078125 577.07324Q75.328125 577.8701 74.28125 577.8701Q73.34375 577.8701 72.734375 577.33887Q72.140625 576.8076 72.140625 575.9795Q72.140625 574.9951 72.890625 574.44824Q73.640625 573.90137 75.015625 573.90137L76.0625 573.90137L76.0625 573.40137Q76.0625 572.83887 75.71875 572.51074Q75.390625 572.167 74.71875 572.167Q74.140625 572.167 73.75 572.46387Q73.359375 572.7451 73.359375 573.167L72.265625 573.167Q72.265625 572.6826 72.59375 572.2451Q72.9375 571.8076 73.515625 571.5576Q74.09375 571.292 74.78125 571.292Q75.890625 571.292 76.5 571.83887Q77.125 572.38574 77.15625 573.33887L77.15625 576.26074Q77.15625 577.13574 77.375 577.65137L77.375 577.7451L76.234375 577.7451ZM74.4375 576.917Q74.953125 576.917 75.40625 576.65137Q75.859375 576.38574 76.0625 575.96387L76.0625 574.667L75.21875 574.667Q73.21875 574.667 73.21875 575.83887Q73.21875 576.33887 73.5625 576.63574Q73.90625 576.917 74.4375 576.917ZM84.6875 574.65137Q84.6875 576.1045 84.015625 576.9951Q83.359375 577.8701 82.234375 577.8701Q81.03125 577.8701 80.375 577.01074L80.3125 577.7451L79.328125 577.7451L79.328125 568.7451L80.40625 568.7451L80.40625 572.1045Q81.0625 571.292 82.21875 571.292Q83.375 571.292 84.03125 572.167Q84.6875 573.02637 84.6875 574.5576L84.6875 574.65137ZM83.609375 574.52637Q83.609375 573.417 83.171875 572.82324Q82.75 572.21387 81.953125 572.21387Q80.875 572.21387 80.40625 573.19824L80.40625 575.94824Q80.90625 576.94824 81.953125 576.94824Q82.734375 576.94824 83.171875 576.33887Q83.609375 575.7295 83.609375 574.52637ZM87.5 577.7451L86.421875 577.7451L86.421875 568.7451L87.5 568.7451L87.5 577.7451ZM91.953125 577.8701Q90.65625 577.8701 89.84375 577.02637Q89.046875 576.167 89.046875 574.7451L89.046875 574.5576Q89.046875 573.6045 89.40625 572.8701Q89.765625 572.1201 90.40625 571.71387Q91.0625 571.292 91.8125 571.292Q93.046875 571.292 93.734375 572.1045Q94.421875 572.917 94.421875 574.4326L94.421875 574.88574L90.125 574.88574Q90.15625 575.82324 90.671875 576.40137Q91.203125 576.9795 92.015625 576.9795Q92.578125 576.9795 92.96875 576.7451Q93.375 576.51074 93.6875 576.1201L94.34375 576.63574Q93.546875 577.8701 91.953125 577.8701ZM91.8125 572.1826Q91.15625 572.1826 90.703125 572.667Q90.265625 573.13574 90.171875 573.9951L93.34375 573.9951L93.34375 573.917Q93.296875 573.08887 92.890625 572.63574Q92.5 572.1826 91.8125 572.1826ZM99.796875 569.8701L99.796875 571.40137L100.96875 571.40137L100.96875 572.2451L99.796875 572.2451L99.796875 576.167Q99.796875 576.5576 99.953125 576.7451Q100.109375 576.9326 100.484375 576.9326Q100.671875 576.9326 101.0 576.8701L101.0 577.7451Q100.578125 577.8701 100.171875 577.8701Q99.453125 577.8701 99.078125 577.4326Q98.703125 576.9795 98.703125 576.167L98.703125 572.2451L97.546875 572.2451L97.546875 571.40137L98.703125 571.40137L98.703125 569.8701L99.796875 569.8701ZM102.03125 574.51074Q102.03125 573.58887 102.390625 572.83887Q102.765625 572.08887 103.421875 571.69824Q104.078125 571.292 104.90625 571.292Q106.203125 571.292 107.0 572.1826Q107.8125 573.07324 107.8125 574.57324L107.8125 574.65137Q107.8125 575.57324 107.453125 576.3076Q107.09375 577.042 106.4375 577.46387Q105.78125 577.8701 104.921875 577.8701Q103.640625 577.8701 102.828125 576.9795Q102.03125 576.07324 102.03125 574.58887L102.03125 574.51074ZM103.125 574.65137Q103.125 575.69824 103.609375 576.33887Q104.109375 576.9795 104.921875 576.9795Q105.75 576.9795 106.234375 576.33887Q106.71875 575.6826 106.71875 574.51074Q106.71875 573.4795 106.21875 572.83887Q105.734375 572.1826 104.90625 572.1826Q104.109375 572.1826 103.609375 572.82324Q103.125 573.44824 103.125 574.65137ZM114.953125 577.8701Q113.65625 577.8701 112.84375 577.02637Q112.046875 576.167 112.046875 574.7451L112.046875 574.5576Q112.046875 573.6045 112.40625 572.8701Q112.765625 572.1201 113.40625 571.71387Q114.0625 571.292 114.8125 571.292Q116.046875 571.292 116.734375 572.1045Q117.421875 572.917 117.421875 574.4326L117.421875 574.88574L113.125 574.88574Q113.15625 575.82324 113.671875 576.40137Q114.203125 576.9795 115.015625 576.9795Q115.578125 576.9795 115.96875 576.7451Q116.375 576.51074 116.6875 576.1201L117.34375 576.63574Q116.546875 577.8701 114.953125 577.8701ZM114.8125 572.1826Q114.15625 572.1826 113.703125 572.667Q113.265625 573.13574 113.171875 573.9951L116.34375 573.9951L116.34375 573.917Q116.296875 573.08887 115.890625 572.63574Q115.5 572.1826 114.8125 572.1826ZM118.859375 577.7451L118.859375 572.2451L117.859375 572.2451L117.859375 571.40137L118.859375 571.40137L118.859375 570.76074Q118.859375 569.7295 119.390625 569.1826Q119.9375 568.6201 120.9375 568.6201Q121.3125 568.6201 121.6875 568.71387L121.625 569.6045Q121.34375 569.542 121.046875 569.542Q120.515625 569.542 120.21875 569.8545Q119.9375 570.167 119.9375 570.7295L119.9375 571.40137L121.296875 571.40137L121.296875 572.2451L119.9375 572.2451L119.9375 577.7451L118.859375 577.7451ZM122.859375 577.7451L122.859375 572.2451L121.859375 572.2451L121.859375 571.40137L122.859375 571.40137L122.859375 570.76074Q122.859375 569.7295 123.390625 569.1826Q123.9375 568.6201 124.9375 568.6201Q125.3125 568.6201 125.6875 568.71387L125.625 569.6045Q125.34375 569.542 125.046875 569.542Q124.515625 569.542 124.21875 569.8545Q123.9375 570.167 123.9375 570.7295L123.9375 571.40137L125.296875 571.40137L125.296875 572.2451L123.9375 572.2451L123.9375 577.7451L122.859375 577.7451ZM128.95312 577.8701Q127.65625 577.8701 126.84375 577.02637Q126.046875 576.167 126.046875 574.7451L126.046875 574.5576Q126.046875 573.6045 126.40625 572.8701Q126.765625 572.1201 127.40625 571.71387Q128.0625 571.292 128.8125 571.292Q130.04688 571.292 130.73438 572.1045Q131.42188 572.917 131.42188 574.4326L131.42188 574.88574L127.125 574.88574Q127.15625 575.82324 127.671875 576.40137Q128.20312 576.9795 129.01562 576.9795Q129.57812 576.9795 129.96875 576.7451Q130.375 576.51074 130.6875 576.1201L131.34375 576.63574Q130.54688 577.8701 128.95312 577.8701ZM128.8125 572.1826Q128.15625 572.1826 127.703125 572.667Q127.265625 573.13574 127.171875 573.9951L130.34375 573.9951L130.34375 573.917Q130.29688 573.08887 129.89062 572.63574Q129.5 572.1826 128.8125 572.1826ZM134.85938 576.9795Q135.4375 576.9795 135.875 576.63574Q136.3125 576.27637 136.35938 575.7451L137.39062 575.7451Q137.35938 576.292 137.0 576.792Q136.65625 577.27637 136.07812 577.57324Q135.51562 577.8701 134.85938 577.8701Q133.5625 577.8701 132.79688 577.01074Q132.04688 576.13574 132.04688 574.63574L132.04688 574.44824Q132.04688 573.52637 132.375 572.8076Q132.71875 572.08887 133.34375 571.69824Q133.98438 571.292 134.85938 571.292Q135.92188 571.292 136.625 571.9326Q137.34375 572.5576 137.39062 573.58887L136.35938 573.58887Q136.3125 572.96387 135.89062 572.57324Q135.46875 572.1826 134.85938 572.1826Q134.03125 572.1826 133.57812 572.77637Q133.125 573.3701 133.125 574.4951L133.125 574.69824Q133.125 575.792 133.57812 576.38574Q134.03125 576.9795 134.85938 576.9795ZM139.79688 569.8701L139.79688 571.40137L140.96875 571.40137L140.96875 572.2451L139.79688 572.2451L139.79688 576.167Q139.79688 576.5576 139.95312 576.7451Q140.10938 576.9326 140.48438 576.9326Q140.67188 576.9326 141.0 576.8701L141.0 577.7451Q140.57812 577.8701 140.17188 577.8701Q139.45312 577.8701 139.07812 577.4326Q138.70312 576.9795 138.70312 576.167L138.70312 572.2451L137.54688 572.2451L137.54688 571.40137L138.70312 571.40137L138.70312 569.8701L139.79688 569.8701ZM143.5 577.7451L142.42188 577.7451L142.42188 571.40137L143.5 571.40137L143.5 577.7451ZM142.32812 569.7295Q142.32812 569.46387 142.48438 569.27637Q142.65625 569.08887 142.96875 569.08887Q143.28125 569.08887 143.4375 569.27637Q143.60938 569.46387 143.60938 569.7295Q143.60938 569.9795 143.4375 570.167Q143.28125 570.33887 142.96875 570.33887Q142.65625 570.33887 142.48438 570.167Q142.32812 569.9795 142.32812 569.7295ZM147.40625 576.27637L148.98438 571.40137L150.09375 571.40137L147.8125 577.7451L146.98438 577.7451L144.6875 571.40137L145.79688 571.40137L147.40625 576.27637ZM153.95312 577.8701Q152.65625 577.8701 151.84375 577.02637Q151.04688 576.167 151.04688 574.7451L151.04688 574.5576Q151.04688 573.6045 151.40625 572.8701Q151.76562 572.1201 152.40625 571.71387Q153.0625 571.292 153.8125 571.292Q155.04688 571.292 155.73438 572.1045Q156.42188 572.917 156.42188 574.4326L156.42188 574.88574L152.125 574.88574Q152.15625 575.82324 152.67188 576.40137Q153.20312 576.9795 154.01562 576.9795Q154.57812 576.9795 154.96875 576.7451Q155.375 576.51074 155.6875 576.1201L156.34375 576.63574Q155.54688 577.8701 153.95312 577.8701ZM153.8125 572.1826Q153.15625 572.1826 152.70312 572.667Q152.26562 573.13574 152.17188 573.9951L155.34375 573.9951L155.34375 573.917Q155.29688 573.08887 154.89062 572.63574Q154.5 572.1826 153.8125 572.1826ZM158.5 577.7451L157.42188 577.7451L157.42188 568.7451L158.5 568.7451L158.5 577.7451ZM162.39062 576.15137L163.875 571.40137L165.03125 571.40137L162.48438 578.7295Q161.89062 580.3076 160.60938 580.3076L160.39062 580.292L160.0 580.21387L160.0 579.33887L160.28125 579.3545Q160.84375 579.3545 161.14062 579.13574Q161.45312 578.917 161.65625 578.32324L161.89062 577.667L159.625 571.40137L160.8125 571.40137L162.39062 576.15137Z" fill-rule="nonzero"/><path fill="#666666" d="M44.0625 589.52637Q44.0625 588.0576 44.75 587.1826Q45.4375 586.292 46.5625 586.292Q47.671875 586.292 48.328125 587.042L48.328125 583.7451L49.40625 583.7451L49.40625 592.7451L48.40625 592.7451L48.359375 592.0576Q47.703125 592.8701 46.546875 592.8701Q45.453125 592.8701 44.75 591.96387Q44.0625 591.0576 44.0625 589.6045L44.0625 589.52637ZM45.140625 589.65137Q45.140625 590.7295 45.578125 591.33887Q46.03125 591.94824 46.8125 591.94824Q47.84375 591.94824 48.328125 591.01074L48.328125 588.1045Q47.84375 587.21387 46.828125 587.21387Q46.03125 587.21387 45.578125 587.82324Q45.140625 588.4326 45.140625 589.65137ZM52.5 592.7451L51.421875 592.7451L51.421875 586.40137L52.5 586.40137L52.5 592.7451ZM51.328125 584.7295Q51.328125 584.46387 51.484375 584.27637Q51.65625 584.08887 51.96875 584.08887Q52.28125 584.08887 52.4375 584.27637Q52.609375 584.46387 52.609375 584.7295Q52.609375 584.9795 52.4375 585.167Q52.28125 585.33887 51.96875 585.33887Q51.65625 585.33887 51.484375 585.167Q51.328125 584.9795 51.328125 584.7295ZM58.234375 592.7451Q58.140625 592.5576 58.078125 592.07324Q57.328125 592.8701 56.28125 592.8701Q55.34375 592.8701 54.734375 592.33887Q54.140625 591.8076 54.140625 590.9795Q54.140625 589.9951 54.890625 589.44824Q55.640625 588.90137 57.015625 588.90137L58.0625 588.90137L58.0625 588.40137Q58.0625 587.83887 57.71875 587.51074Q57.390625 587.167 56.71875 587.167Q56.140625 587.167 55.75 587.46387Q55.359375 587.7451 55.359375 588.167L54.265625 588.167Q54.265625 587.6826 54.59375 587.2451Q54.9375 586.8076 55.515625 586.5576Q56.09375 586.292 56.78125 586.292Q57.890625 586.292 58.5 586.83887Q59.125 587.38574 59.15625 588.33887L59.15625 591.26074Q59.15625 592.13574 59.375 592.65137L59.375 592.7451L58.234375 592.7451ZM56.4375 591.917Q56.953125 591.917 57.40625 591.65137Q57.859375 591.38574 58.0625 590.96387L58.0625 589.667L57.21875 589.667Q55.21875 589.667 55.21875 590.83887Q55.21875 591.33887 55.5625 591.63574Q55.90625 591.917 56.4375 591.917ZM61.0625 589.52637Q61.0625 588.042 61.75 587.167Q62.4375 586.292 63.5625 586.292Q64.71875 586.292 65.375 587.1045L65.421875 586.40137L66.421875 586.40137L66.421875 592.58887Q66.421875 593.82324 65.6875 594.52637Q64.953125 595.2451 63.734375 595.2451Q63.046875 595.2451 62.390625 594.94824Q61.734375 594.65137 61.390625 594.15137L61.953125 593.4951Q62.640625 594.3545 63.65625 594.3545Q64.4375 594.3545 64.875 593.90137Q65.328125 593.46387 65.328125 592.65137L65.328125 592.1045Q64.671875 592.8701 63.546875 592.8701Q62.4375 592.8701 61.75 591.9795Q61.0625 591.07324 61.0625 589.52637ZM62.15625 589.65137Q62.15625 590.71387 62.59375 591.33887Q63.03125 591.94824 63.828125 591.94824Q64.84375 591.94824 65.328125 591.01074L65.328125 588.1201Q64.828125 587.21387 63.828125 587.21387Q63.046875 587.21387 62.59375 587.82324Q62.15625 588.4326 62.15625 589.65137ZM69.34375 586.40137L69.375 587.19824Q70.109375 586.292 71.28125 586.292Q73.296875 586.292 73.3125 588.5576L73.3125 592.7451L72.21875 592.7451L72.21875 588.542Q72.21875 587.8701 71.90625 587.542Q71.609375 587.21387 70.953125 587.21387Q70.421875 587.21387 70.015625 587.4951Q69.625 587.77637 69.40625 588.2295L69.40625 592.7451L68.328125 592.7451L68.328125 586.40137L69.34375 586.40137ZM75.03125 589.51074Q75.03125 588.58887 75.390625 587.83887Q75.765625 587.08887 76.421875 586.69824Q77.078125 586.292 77.90625 586.292Q79.203125 586.292 80.0 587.1826Q80.8125 588.07324 80.8125 589.57324L80.8125 589.65137Q80.8125 590.57324 80.453125 591.3076Q80.09375 592.042 79.4375 592.46387Q78.78125 592.8701 77.921875 592.8701Q76.640625 592.8701 75.828125 591.9795Q75.03125 591.07324 75.03125 589.58887L75.03125 589.51074ZM76.125 589.65137Q76.125 590.69824 76.609375 591.33887Q77.109375 591.9795 77.921875 591.9795Q78.75 591.9795 79.234375 591.33887Q79.71875 590.6826 79.71875 589.51074Q79.71875 588.4795 79.21875 587.83887Q78.734375 587.1826 77.90625 587.1826Q77.109375 587.1826 76.609375 587.82324Q76.125 588.44824 76.125 589.65137ZM86.015625 591.0576Q86.015625 590.6201 85.671875 590.38574Q85.34375 590.13574 84.515625 589.96387Q83.703125 589.792 83.21875 589.542Q82.734375 589.292 82.5 588.96387Q82.28125 588.6201 82.28125 588.15137Q82.28125 587.3701 82.9375 586.83887Q83.59375 586.292 84.625 586.292Q85.703125 586.292 86.359375 586.8545Q87.03125 587.40137 87.03125 588.26074L85.953125 588.26074Q85.953125 587.82324 85.5625 587.51074Q85.1875 587.1826 84.625 587.1826Q84.03125 587.1826 83.6875 587.44824Q83.359375 587.69824 83.359375 588.1045Q83.359375 588.4951 83.671875 588.69824Q83.984375 588.90137 84.796875 589.08887Q85.609375 589.26074 86.109375 589.51074Q86.609375 589.76074 86.84375 590.1201Q87.09375 590.4795 87.09375 590.9795Q87.09375 591.83887 86.40625 592.3545Q85.734375 592.8701 84.65625 592.8701Q83.890625 592.8701 83.296875 592.6045Q82.71875 592.32324 82.390625 591.83887Q82.0625 591.3545 82.0625 590.792L83.140625 590.792Q83.171875 591.33887 83.578125 591.667Q83.984375 591.9795 84.65625 591.9795Q85.265625 591.9795 85.640625 591.7295Q86.015625 591.4795 86.015625 591.0576ZM90.953125 592.8701Q89.65625 592.8701 88.84375 592.02637Q88.046875 591.167 88.046875 589.7451L88.046875 589.5576Q88.046875 588.6045 88.40625 587.8701Q88.765625 587.1201 89.40625 586.71387Q90.0625 586.292 90.8125 586.292Q92.046875 586.292 92.734375 587.1045Q93.421875 587.917 93.421875 589.4326L93.421875 589.88574L89.125 589.88574Q89.15625 590.82324 89.671875 591.40137Q90.203125 591.9795 91.015625 591.9795Q91.578125 591.9795 91.96875 591.7451Q92.375 591.51074 92.6875 591.1201L93.34375 591.63574Q92.546875 592.8701 90.953125 592.8701ZM90.8125 587.1826Q90.15625 587.1826 89.703125 587.667Q89.265625 588.13574 89.171875 588.9951L92.34375 588.9951L92.34375 588.917Q92.296875 588.08887 91.890625 587.63574Q91.5 587.1826 90.8125 587.1826ZM102.671875 589.65137Q102.671875 591.08887 102.015625 591.9795Q101.359375 592.8701 100.21875 592.8701Q99.0625 592.8701 98.40625 592.13574L98.40625 595.1826L97.328125 595.1826L97.328125 586.40137L98.3125 586.40137L98.359375 587.1045Q99.03125 586.292 100.203125 586.292Q101.34375 586.292 102.0 587.15137Q102.671875 588.01074 102.671875 589.542L102.671875 589.65137ZM101.59375 589.52637Q101.59375 588.44824 101.125 587.83887Q100.671875 587.21387 99.875 587.21387Q98.890625 587.21387 98.40625 588.07324L98.40625 591.1045Q98.890625 591.9795 99.890625 591.9795Q100.671875 591.9795 101.125 591.3701Q101.59375 590.7451 101.59375 589.52637ZM106.953125 592.8701Q105.65625 592.8701 104.84375 592.02637Q104.046875 591.167 104.046875 589.7451L104.046875 589.5576Q104.046875 588.6045 104.40625 587.8701Q104.765625 587.1201 105.40625 586.71387Q106.0625 586.292 106.8125 586.292Q108.046875 586.292 108.734375 587.1045Q109.421875 587.917 109.421875 589.4326L109.421875 589.88574L105.125 589.88574Q105.15625 590.82324 105.671875 591.40137Q106.203125 591.9795 107.015625 591.9795Q107.578125 591.9795 107.96875 591.7451Q108.375 591.51074 108.6875 591.1201L109.34375 591.63574Q108.546875 592.8701 106.953125 592.8701ZM106.8125 587.1826Q106.15625 587.1826 105.703125 587.667Q105.265625 588.13574 105.171875 588.9951L108.34375 588.9951L108.34375 588.917Q108.296875 588.08887 107.890625 587.63574Q107.5 587.1826 106.8125 587.1826ZM113.390625 587.3701Q113.140625 587.33887 112.859375 587.33887Q111.78125 587.33887 111.40625 588.2451L111.40625 592.7451L110.328125 592.7451L110.328125 586.40137L111.375 586.40137L111.390625 587.13574Q111.921875 586.292 112.90625 586.292Q113.21875 586.292 113.390625 586.3701L113.390625 587.3701ZM114.859375 592.7451L114.859375 587.2451L113.859375 587.2451L113.859375 586.40137L114.859375 586.40137L114.859375 585.76074Q114.859375 584.7295 115.390625 584.1826Q115.9375 583.6201 116.9375 583.6201Q117.3125 583.6201 117.6875 583.71387L117.625 584.6045Q117.34375 584.542 117.046875 584.542Q116.515625 584.542 116.21875 584.8545Q115.9375 585.167 115.9375 585.7295L115.9375 586.40137L117.296875 586.40137L117.296875 587.2451L115.9375 587.2451L115.9375 592.7451L114.859375 592.7451ZM118.03125 589.51074Q118.03125 588.58887 118.390625 587.83887Q118.765625 587.08887 119.421875 586.69824Q120.078125 586.292 120.90625 586.292Q122.203125 586.292 123.0 587.1826Q123.8125 588.07324 123.8125 589.57324L123.8125 589.65137Q123.8125 590.57324 123.453125 591.3076Q123.09375 592.042 122.4375 592.46387Q121.78125 592.8701 120.921875 592.8701Q119.640625 592.8701 118.828125 591.9795Q118.03125 591.07324 118.03125 589.58887L118.03125 589.51074ZM119.125 589.65137Q119.125 590.69824 119.609375 591.33887Q120.109375 591.9795 120.921875 591.9795Q121.75 591.9795 122.234375 591.33887Q122.71875 590.6826 122.71875 589.51074Q122.71875 588.4795 122.21875 587.83887Q121.734375 587.1826 120.90625 587.1826Q120.109375 587.1826 119.609375 587.82324Q119.125 588.44824 119.125 589.65137ZM128.39062 587.3701Q128.14062 587.33887 127.859375 587.33887Q126.78125 587.33887 126.40625 588.2451L126.40625 592.7451L125.328125 592.7451L125.328125 586.40137L126.375 586.40137L126.390625 587.13574Q126.921875 586.292 127.90625 586.292Q128.21875 586.292 128.39062 586.3701L128.39062 587.3701ZM130.34375 586.40137L130.375 587.1045Q131.0625 586.292 132.25 586.292Q133.57812 586.292 134.0625 587.3076Q134.375 586.8545 134.875 586.57324Q135.39062 586.292 136.07812 586.292Q138.17188 586.292 138.20312 588.4951L138.20312 592.7451L137.125 592.7451L137.125 588.5576Q137.125 587.88574 136.8125 587.5576Q136.5 587.21387 135.76562 587.21387Q135.15625 587.21387 134.75 587.57324Q134.35938 587.9326 134.29688 588.542L134.29688 592.7451L133.21875 592.7451L133.21875 588.58887Q133.21875 587.21387 131.85938 587.21387Q130.79688 587.21387 130.40625 588.1201L130.40625 592.7451L129.3125 592.7451L129.3125 586.40137L130.34375 586.40137ZM144.23438 592.7451Q144.14062 592.5576 144.07812 592.07324Q143.32812 592.8701 142.28125 592.8701Q141.34375 592.8701 140.73438 592.33887Q140.14062 591.8076 140.14062 590.9795Q140.14062 589.9951 140.89062 589.44824Q141.64062 588.90137 143.01562 588.90137L144.0625 588.90137L144.0625 588.40137Q144.0625 587.83887 143.71875 587.51074Q143.39062 587.167 142.71875 587.167Q142.14062 587.167 141.75 587.46387Q141.35938 587.7451 141.35938 588.167L140.26562 588.167Q140.26562 587.6826 140.59375 587.2451Q140.9375 586.8076 141.51562 586.5576Q142.09375 586.292 142.78125 586.292Q143.89062 586.292 144.5 586.83887Q145.125 587.38574 145.15625 588.33887L145.15625 591.26074Q145.15625 592.13574 145.375 592.65137L145.375 592.7451L144.23438 592.7451ZM142.4375 591.917Q142.95312 591.917 143.40625 591.65137Q143.85938 591.38574 144.0625 590.96387L144.0625 589.667L143.21875 589.667Q141.21875 589.667 141.21875 590.83887Q141.21875 591.33887 141.5625 591.63574Q141.90625 591.917 142.4375 591.917ZM148.34375 586.40137L148.375 587.19824Q149.10938 586.292 150.28125 586.292Q152.29688 586.292 152.3125 588.5576L152.3125 592.7451L151.21875 592.7451L151.21875 588.542Q151.21875 587.8701 150.90625 587.542Q150.60938 587.21387 149.95312 587.21387Q149.42188 587.21387 149.01562 587.4951Q148.625 587.77637 148.40625 588.2295L148.40625 592.7451L147.32812 592.7451L147.32812 586.40137L148.34375 586.40137ZM156.85938 591.9795Q157.4375 591.9795 157.875 591.63574Q158.3125 591.27637 158.35938 590.7451L159.39062 590.7451Q159.35938 591.292 159.0 591.792Q158.65625 592.27637 158.07812 592.57324Q157.51562 592.8701 156.85938 592.8701Q155.5625 592.8701 154.79688 592.01074Q154.04688 591.13574 154.04688 589.63574L154.04688 589.44824Q154.04688 588.52637 154.375 587.8076Q154.71875 587.08887 155.34375 586.69824Q155.98438 586.292 156.85938 586.292Q157.92188 586.292 158.625 586.9326Q159.34375 587.5576 159.39062 588.58887L158.35938 588.58887Q158.3125 587.96387 157.89062 587.57324Q157.46875 587.1826 156.85938 587.1826Q156.03125 587.1826 155.57812 587.77637Q155.125 588.3701 155.125 589.4951L155.125 589.69824Q155.125 590.792 155.57812 591.38574Q156.03125 591.9795 156.85938 591.9795ZM162.95312 592.8701Q161.65625 592.8701 160.84375 592.02637Q160.04688 591.167 160.04688 589.7451L160.04688 589.5576Q160.04688 588.6045 160.40625 587.8701Q160.76562 587.1201 161.40625 586.71387Q162.0625 586.292 162.8125 586.292Q164.04688 586.292 164.73438 587.1045Q165.42188 587.917 165.42188 589.4326L165.42188 589.88574L161.125 589.88574Q161.15625 590.82324 161.67188 591.40137Q162.20312 591.9795 163.01562 591.9795Q163.57812 591.9795 163.96875 591.7451Q164.375 591.51074 164.6875 591.1201L165.34375 591.63574Q164.54688 592.8701 162.95312 592.8701ZM162.8125 587.1826Q162.15625 587.1826 161.70312 587.667Q161.26562 588.13574 161.17188 588.9951L164.34375 588.9951L164.34375 588.917Q164.29688 588.08887 163.89062 587.63574Q163.5 587.1826 162.8125 587.1826Z" fill-rule="nonzero"/><path fill="#666666" d="M46.5 607.7451L45.421875 607.7451L45.421875 601.40137L46.5 601.40137L46.5 607.7451ZM45.328125 599.7295Q45.328125 599.46387 45.484375 599.27637Q45.65625 599.08887 45.96875 599.08887Q46.28125 599.08887 46.4375 599.27637Q46.609375 599.46387 46.609375 599.7295Q46.609375 599.9795 46.4375 600.167Q46.28125 600.33887 45.96875 600.33887Q45.65625 600.33887 45.484375 600.167Q45.328125 599.9795 45.328125 599.7295ZM52.015625 606.0576Q52.015625 605.6201 51.671875 605.38574Q51.34375 605.13574 50.515625 604.96387Q49.703125 604.792 49.21875 604.542Q48.734375 604.292 48.5 603.96387Q48.28125 603.6201 48.28125 603.15137Q48.28125 602.3701 48.9375 601.83887Q49.59375 601.292 50.625 601.292Q51.703125 601.292 52.359375 601.8545Q53.03125 602.40137 53.03125 603.26074L51.953125 603.26074Q51.953125 602.82324 51.5625 602.51074Q51.1875 602.1826 50.625 602.1826Q50.03125 602.1826 49.6875 602.44824Q49.359375 602.69824 49.359375 603.1045Q49.359375 603.4951 49.671875 603.69824Q49.984375 603.90137 50.796875 604.08887Q51.609375 604.26074 52.109375 604.51074Q52.609375 604.76074 52.84375 605.1201Q53.09375 605.4795 53.09375 605.9795Q53.09375 606.83887 52.40625 607.3545Q51.734375 607.8701 50.65625 607.8701Q49.890625 607.8701 49.296875 607.6045Q48.71875 607.32324 48.390625 606.83887Q48.0625 606.3545 48.0625 605.792L49.140625 605.792Q49.171875 606.33887 49.578125 606.667Q49.984375 606.9795 50.65625 606.9795Q51.265625 606.9795 51.640625 606.7295Q52.015625 606.4795 52.015625 606.0576ZM58.015625 606.0576Q58.015625 605.6201 57.671875 605.38574Q57.34375 605.13574 56.515625 604.96387Q55.703125 604.792 55.21875 604.542Q54.734375 604.292 54.5 603.96387Q54.28125 603.6201 54.28125 603.15137Q54.28125 602.3701 54.9375 601.83887Q55.59375 601.292 56.625 601.292Q57.703125 601.292 58.359375 601.8545Q59.03125 602.40137 59.03125 603.26074L57.953125 603.26074Q57.953125 602.82324 57.5625 602.51074Q57.1875 602.1826 56.625 602.1826Q56.03125 602.1826 55.6875 602.44824Q55.359375 602.69824 55.359375 603.1045Q55.359375 603.4951 55.671875 603.69824Q55.984375 603.90137 56.796875 604.08887Q57.609375 604.26074 58.109375 604.51074Q58.609375 604.76074 58.84375 605.1201Q59.09375 605.4795 59.09375 605.9795Q59.09375 606.83887 58.40625 607.3545Q57.734375 607.8701 56.65625 607.8701Q55.890625 607.8701 55.296875 607.6045Q54.71875 607.32324 54.390625 606.83887Q54.0625 606.3545 54.0625 605.792L55.140625 605.792Q55.171875 606.33887 55.578125 606.667Q55.984375 606.9795 56.65625 606.9795Q57.265625 606.9795 57.640625 606.7295Q58.015625 606.4795 58.015625 606.0576ZM64.234375 607.1201Q63.609375 607.8701 62.375 607.8701Q61.359375 607.8701 60.828125 607.27637Q60.296875 606.6826 60.296875 605.52637L60.296875 601.40137L61.375 601.40137L61.375 605.4951Q61.375 606.94824 62.546875 606.94824Q63.796875 606.94824 64.203125 606.01074L64.203125 601.40137L65.296875 601.40137L65.296875 607.7451L64.265625 607.7451L64.234375 607.1201ZM69.953125 607.8701Q68.65625 607.8701 67.84375 607.02637Q67.046875 606.167 67.046875 604.7451L67.046875 604.5576Q67.046875 603.6045 67.40625 602.8701Q67.765625 602.1201 68.40625 601.71387Q69.0625 601.292 69.8125 601.292Q71.046875 601.292 71.734375 602.1045Q72.421875 602.917 72.421875 604.4326L72.421875 604.88574L68.125 604.88574Q68.15625 605.82324 68.671875 606.40137Q69.203125 606.9795 70.015625 606.9795Q70.578125 606.9795 70.96875 606.7451Q71.375 606.51074 71.6875 606.1201L72.34375 606.63574Q71.546875 607.8701 69.953125 607.8701ZM69.8125 602.1826Q69.15625 602.1826 68.703125 602.667Q68.265625 603.13574 68.171875 603.9951L71.34375 603.9951L71.34375 603.917Q71.296875 603.08887 70.890625 602.63574Q70.5 602.1826 69.8125 602.1826ZM77.015625 606.0576Q77.015625 605.6201 76.671875 605.38574Q76.34375 605.13574 75.515625 604.96387Q74.703125 604.792 74.21875 604.542Q73.734375 604.292 73.5 603.96387Q73.28125 603.6201 73.28125 603.15137Q73.28125 602.3701 73.9375 601.83887Q74.59375 601.292 75.625 601.292Q76.703125 601.292 77.359375 601.8545Q78.03125 602.40137 78.03125 603.26074L76.953125 603.26074Q76.953125 602.82324 76.5625 602.51074Q76.1875 602.1826 75.625 602.1826Q75.03125 602.1826 74.6875 602.44824Q74.359375 602.69824 74.359375 603.1045Q74.359375 603.4951 74.671875 603.69824Q74.984375 603.90137 75.796875 604.08887Q76.609375 604.26074 77.109375 604.51074Q77.609375 604.76074 77.84375 605.1201Q78.09375 605.4795 78.09375 605.9795Q78.09375 606.83887 77.40625 607.3545Q76.734375 607.8701 75.65625 607.8701Q74.890625 607.8701 74.296875 607.6045Q73.71875 607.32324 73.390625 606.83887Q73.0625 606.3545 73.0625 605.792L74.140625 605.792Q74.171875 606.33887 74.578125 606.667Q74.984375 606.9795 75.65625 606.9795Q76.265625 606.9795 76.640625 606.7295Q77.015625 606.4795 77.015625 606.0576ZM83.5 607.7451L82.421875 607.7451L82.421875 601.40137L83.5 601.40137L83.5 607.7451ZM82.328125 599.7295Q82.328125 599.46387 82.484375 599.27637Q82.65625 599.08887 82.96875 599.08887Q83.28125 599.08887 83.4375 599.27637Q83.609375 599.46387 83.609375 599.7295Q83.609375 599.9795 83.4375 600.167Q83.28125 600.33887 82.96875 600.33887Q82.65625 600.33887 82.484375 600.167Q82.328125 599.9795 82.328125 599.7295ZM86.34375 601.40137L86.375 602.19824Q87.109375 601.292 88.28125 601.292Q90.296875 601.292 90.3125 603.5576L90.3125 607.7451L89.21875 607.7451L89.21875 603.542Q89.21875 602.8701 88.90625 602.542Q88.609375 602.21387 87.953125 602.21387Q87.421875 602.21387 87.015625 602.4951Q86.625 602.77637 86.40625 603.2295L86.40625 607.7451L85.328125 607.7451L85.328125 601.40137L86.34375 601.40137ZM101.796875 606.6201Q101.359375 607.2451 100.578125 607.5576Q99.796875 607.8701 98.765625 607.8701Q97.734375 607.8701 96.921875 607.38574Q96.109375 606.88574 95.671875 605.9795Q95.234375 605.07324 95.21875 603.88574L95.21875 603.15137Q95.21875 601.21387 96.109375 600.15137Q97.015625 599.08887 98.640625 599.08887Q99.984375 599.08887 100.796875 599.77637Q101.609375 600.46387 101.796875 601.71387L100.671875 601.71387Q100.34375 600.02637 98.65625 600.02637Q97.515625 600.02637 96.9375 600.82324Q96.359375 601.6045 96.34375 603.1201L96.34375 603.8076Q96.34375 605.2451 97.0 606.1045Q97.65625 606.94824 98.78125 606.94824Q99.40625 606.94824 99.875 606.8076Q100.359375 606.667 100.671875 606.32324L100.671875 604.417L98.703125 604.417L98.703125 603.4951L101.796875 603.4951L101.796875 606.6201ZM103.03125 604.51074Q103.03125 603.58887 103.390625 602.83887Q103.765625 602.08887 104.421875 601.69824Q105.078125 601.292 105.90625 601.292Q107.203125 601.292 108.0 602.1826Q108.8125 603.07324 108.8125 604.57324L108.8125 604.65137Q108.8125 605.57324 108.453125 606.3076Q108.09375 607.042 107.4375 607.46387Q106.78125 607.8701 105.921875 607.8701Q104.640625 607.8701 103.828125 606.9795Q103.03125 606.07324 103.03125 604.58887L103.03125 604.51074ZM104.125 604.65137Q104.125 605.69824 104.609375 606.33887Q105.109375 606.9795 105.921875 606.9795Q106.75 606.9795 107.234375 606.33887Q107.71875 605.6826 107.71875 604.51074Q107.71875 603.4795 107.21875 602.83887Q106.734375 602.1826 105.90625 602.1826Q105.109375 602.1826 104.609375 602.82324Q104.125 603.44824 104.125 604.65137ZM118.671875 604.65137Q118.671875 606.08887 118.015625 606.9795Q117.359375 607.8701 116.21875 607.8701Q115.0625 607.8701 114.40625 607.13574L114.40625 610.1826L113.328125 610.1826L113.328125 601.40137L114.3125 601.40137L114.359375 602.1045Q115.03125 601.292 116.203125 601.292Q117.34375 601.292 118.0 602.15137Q118.671875 603.01074 118.671875 604.542L118.671875 604.65137ZM117.59375 604.52637Q117.59375 603.44824 117.125 602.83887Q116.671875 602.21387 115.875 602.21387Q114.890625 602.21387 114.40625 603.07324L114.40625 606.1045Q114.890625 606.9795 115.890625 606.9795Q116.671875 606.9795 117.125 606.3701Q117.59375 605.7451 117.59375 604.52637ZM123.390625 602.3701Q123.140625 602.33887 122.859375 602.33887Q121.78125 602.33887 121.40625 603.2451L121.40625 607.7451L120.328125 607.7451L120.328125 601.40137L121.375 601.40137L121.390625 602.13574Q121.921875 601.292 122.90625 601.292Q123.21875 601.292 123.390625 601.3701L123.390625 602.3701ZM124.03125 604.51074Q124.03125 603.58887 124.390625 602.83887Q124.765625 602.08887 125.421875 601.69824Q126.078125 601.292 126.90625 601.292Q128.20312 601.292 129.0 602.1826Q129.8125 603.07324 129.8125 604.57324L129.8125 604.65137Q129.8125 605.57324 129.45312 606.3076Q129.09375 607.042 128.4375 607.46387Q127.78125 607.8701 126.921875 607.8701Q125.640625 607.8701 124.828125 606.9795Q124.03125 606.07324 124.03125 604.58887L124.03125 604.51074ZM125.125 604.65137Q125.125 605.69824 125.609375 606.33887Q126.109375 606.9795 126.921875 606.9795Q127.75 606.9795 128.23438 606.33887Q128.71875 605.6826 128.71875 604.51074Q128.71875 603.4795 128.21875 602.83887Q127.734375 602.1826 126.90625 602.1826Q126.109375 602.1826 125.609375 602.82324Q125.125 603.44824 125.125 604.65137ZM131.0625 604.52637Q131.0625 603.042 131.75 602.167Q132.4375 601.292 133.5625 601.292Q134.71875 601.292 135.375 602.1045L135.42188 601.40137L136.42188 601.40137L136.42188 607.58887Q136.42188 608.82324 135.6875 609.52637Q134.95312 610.2451 133.73438 610.2451Q133.04688 610.2451 132.39062 609.94824Q131.73438 609.65137 131.39062 609.15137L131.95312 608.4951Q132.64062 609.3545 133.65625 609.3545Q134.4375 609.3545 134.875 608.90137Q135.32812 608.46387 135.32812 607.65137L135.32812 607.1045Q134.67188 607.8701 133.54688 607.8701Q132.4375 607.8701 131.75 606.9795Q131.0625 606.07324 131.0625 604.52637ZM132.15625 604.65137Q132.15625 605.71387 132.59375 606.33887Q133.03125 606.94824 133.82812 606.94824Q134.84375 606.94824 135.32812 606.01074L135.32812 603.1201Q134.82812 602.21387 133.82812 602.21387Q133.04688 602.21387 132.59375 602.82324Q132.15625 603.4326 132.15625 604.65137ZM141.39062 602.3701Q141.14062 602.33887 140.85938 602.33887Q139.78125 602.33887 139.40625 603.2451L139.40625 607.7451L138.32812 607.7451L138.32812 601.40137L139.375 601.40137L139.39062 602.13574Q139.92188 601.292 140.90625 601.292Q141.21875 601.292 141.39062 601.3701L141.39062 602.3701ZM146.23438 607.7451Q146.14062 607.5576 146.07812 607.07324Q145.32812 607.8701 144.28125 607.8701Q143.34375 607.8701 142.73438 607.33887Q142.14062 606.8076 142.14062 605.9795Q142.14062 604.9951 142.89062 604.44824Q143.64062 603.90137 145.01562 603.90137L146.0625 603.90137L146.0625 603.40137Q146.0625 602.83887 145.71875 602.51074Q145.39062 602.167 144.71875 602.167Q144.14062 602.167 143.75 602.46387Q143.35938 602.7451 143.35938 603.167L142.26562 603.167Q142.26562 602.6826 142.59375 602.2451Q142.9375 601.8076 143.51562 601.5576Q144.09375 601.292 144.78125 601.292Q145.89062 601.292 146.5 601.83887Q147.125 602.38574 147.15625 603.33887L147.15625 606.26074Q147.15625 607.13574 147.375 607.65137L147.375 607.7451L146.23438 607.7451ZM144.4375 606.917Q144.95312 606.917 145.40625 606.65137Q145.85938 606.38574 146.0625 605.96387L146.0625 604.667L145.21875 604.667Q143.21875 604.667 143.21875 605.83887Q143.21875 606.33887 143.5625 606.63574Q143.90625 606.917 144.4375 606.917ZM150.34375 601.40137L150.375 602.1045Q151.0625 601.292 152.25 601.292Q153.57812 601.292 154.0625 602.3076Q154.375 601.8545 154.875 601.57324Q155.39062 601.292 156.07812 601.292Q158.17188 601.292 158.20312 603.4951L158.20312 607.7451L157.125 607.7451L157.125 603.5576Q157.125 602.88574 156.8125 602.5576Q156.5 602.21387 155.76562 602.21387Q155.15625 602.21387 154.75 602.57324Q154.35938 602.9326 154.29688 603.542L154.29688 607.7451L153.21875 607.7451L153.21875 603.58887Q153.21875 602.21387 151.85938 602.21387Q150.79688 602.21387 150.40625 603.1201L150.40625 607.7451L149.3125 607.7451L149.3125 601.40137L150.34375 601.40137ZM164.01562 606.0576Q164.01562 605.6201 163.67188 605.38574Q163.34375 605.13574 162.51562 604.96387Q161.70312 604.792 161.21875 604.542Q160.73438 604.292 160.5 603.96387Q160.28125 603.6201 160.28125 603.15137Q160.28125 602.3701 160.9375 601.83887Q161.59375 601.292 162.625 601.292Q163.70312 601.292 164.35938 601.8545Q165.03125 602.40137 165.03125 603.26074L163.95312 603.26074Q163.95312 602.82324 163.5625 602.51074Q163.1875 602.1826 162.625 602.1826Q162.03125 602.1826 161.6875 602.44824Q161.35938 602.69824 161.35938 603.1045Q161.35938 603.4951 161.67188 603.69824Q161.98438 603.90137 162.79688 604.08887Q163.60938 604.26074 164.10938 604.51074Q164.60938 604.76074 164.84375 605.1201Q165.09375 605.4795 165.09375 605.9795Q165.09375 606.83887 164.40625 607.3545Q163.73438 607.8701 162.65625 607.8701Q161.89062 607.8701 161.29688 607.6045Q160.71875 607.32324 160.39062 606.83887Q160.0625 606.3545 160.0625 605.792L161.14062 605.792Q161.17188 606.33887 161.57812 606.667Q161.98438 606.9795 162.65625 606.9795Q163.26562 606.9795 163.64062 606.7295Q164.01562 606.4795 164.01562 606.0576Z" fill-rule="nonzero"/><path fill="#666666" d="M46.703125 632.7378L45.578125 632.7378L45.578125 624.20654L46.703125 624.20654L46.703125 632.7378ZM55.234375 632.7378Q55.140625 632.5503 55.078125 632.0659Q54.328125 632.8628 53.28125 632.8628Q52.34375 632.8628 51.734375 632.33154Q51.140625 631.8003 51.140625 630.97217Q51.140625 629.9878 51.890625 629.4409Q52.640625 628.89404 54.015625 628.89404L55.0625 628.89404L55.0625 628.39404Q55.0625 627.83154 54.71875 627.5034Q54.390625 627.15967 53.71875 627.15967Q53.140625 627.15967 52.75 627.45654Q52.359375 627.7378 52.359375 628.15967L51.265625 628.15967Q51.265625 627.6753 51.59375 627.2378Q51.9375 626.8003 52.515625 626.5503Q53.09375 626.28467 53.78125 626.28467Q54.890625 626.28467 55.5 626.83154Q56.125 627.3784 56.15625 628.33154L56.15625 631.2534Q56.15625 632.1284 56.375 632.64404L56.375 632.7378L55.234375 632.7378ZM53.4375 631.90967Q53.953125 631.90967 54.40625 631.64404Q54.859375 631.3784 55.0625 630.95654L55.0625 629.65967L54.21875 629.65967Q52.21875 629.65967 52.21875 630.83154Q52.21875 631.33154 52.5625 631.6284Q52.90625 631.90967 53.4375 631.90967ZM59.34375 626.39404L59.375 627.09717Q60.0625 626.28467 61.25 626.28467Q62.578125 626.28467 63.0625 627.3003Q63.375 626.84717 63.875 626.5659Q64.390625 626.28467 65.078125 626.28467Q67.171875 626.28467 67.203125 628.4878L67.203125 632.7378L66.125 632.7378L66.125 628.5503Q66.125 627.8784 65.8125 627.5503Q65.5 627.20654 64.765625 627.20654Q64.15625 627.20654 63.75 627.5659Q63.359375 627.9253 63.296875 628.53467L63.296875 632.7378L62.21875 632.7378L62.21875 628.58154Q62.21875 627.20654 60.859375 627.20654Q59.796875 627.20654 59.40625 628.1128L59.40625 632.7378L58.3125 632.7378L58.3125 626.39404L59.34375 626.39404ZM76.234375 632.7378Q76.140625 632.5503 76.078125 632.0659Q75.328125 632.8628 74.28125 632.8628Q73.34375 632.8628 72.734375 632.33154Q72.140625 631.8003 72.140625 630.97217Q72.140625 629.9878 72.890625 629.4409Q73.640625 628.89404 75.015625 628.89404L76.0625 628.89404L76.0625 628.39404Q76.0625 627.83154 75.71875 627.5034Q75.390625 627.15967 74.71875 627.15967Q74.140625 627.15967 73.75 627.45654Q73.359375 627.7378 73.359375 628.15967L72.265625 628.15967Q72.265625 627.6753 72.59375 627.2378Q72.9375 626.8003 73.515625 626.5503Q74.09375 626.28467 74.78125 626.28467Q75.890625 626.28467 76.5 626.83154Q77.125 627.3784 77.15625 628.33154L77.15625 631.2534Q77.15625 632.1284 77.375 632.64404L77.375 632.7378L76.234375 632.7378ZM74.4375 631.90967Q74.953125 631.90967 75.40625 631.64404Q75.859375 631.3784 76.0625 630.95654L76.0625 629.65967L75.21875 629.65967Q73.21875 629.65967 73.21875 630.83154Q73.21875 631.33154 73.5625 631.6284Q73.90625 631.90967 74.4375 631.90967ZM84.6875 629.64404Q84.6875 631.09717 84.015625 631.9878Q83.359375 632.8628 82.234375 632.8628Q81.03125 632.8628 80.375 632.0034L80.3125 632.7378L79.328125 632.7378L79.328125 623.7378L80.40625 623.7378L80.40625 627.09717Q81.0625 626.28467 82.21875 626.28467Q83.375 626.28467 84.03125 627.15967Q84.6875 628.01904 84.6875 629.5503L84.6875 629.64404ZM83.609375 629.51904Q83.609375 628.40967 83.171875 627.8159Q82.75 627.20654 81.953125 627.20654Q80.875 627.20654 80.40625 628.1909L80.40625 630.9409Q80.90625 631.9409 81.953125 631.9409Q82.734375 631.9409 83.171875 631.33154Q83.609375 630.72217 83.609375 629.51904ZM87.5 632.7378L86.421875 632.7378L86.421875 623.7378L87.5 623.7378L87.5 632.7378ZM91.953125 632.8628Q90.65625 632.8628 89.84375 632.01904Q89.046875 631.15967 89.046875 629.7378L89.046875 629.5503Q89.046875 628.59717 89.40625 627.8628Q89.765625 627.1128 90.40625 626.70654Q91.0625 626.28467 91.8125 626.28467Q93.046875 626.28467 93.734375 627.09717Q94.421875 627.90967 94.421875 629.4253L94.421875 629.8784L90.125 629.8784Q90.15625 630.8159 90.671875 631.39404Q91.203125 631.97217 92.015625 631.97217Q92.578125 631.97217 92.96875 631.7378Q93.375 631.5034 93.6875 631.1128L94.34375 631.6284Q93.546875 632.8628 91.953125 632.8628ZM91.8125 627.1753Q91.15625 627.1753 90.703125 627.65967Q90.265625 628.1284 90.171875 628.9878L93.34375 628.9878L93.34375 628.90967Q93.296875 628.08154 92.890625 627.6284Q92.5 627.1753 91.8125 627.1753ZM99.796875 624.8628L99.796875 626.39404L100.96875 626.39404L100.96875 627.2378L99.796875 627.2378L99.796875 631.15967Q99.796875 631.5503 99.953125 631.7378Q100.109375 631.9253 100.484375 631.9253Q100.671875 631.9253 101.0 631.8628L101.0 632.7378Q100.578125 632.8628 100.171875 632.8628Q99.453125 632.8628 99.078125 632.4253Q98.703125 631.97217 98.703125 631.15967L98.703125 627.2378L97.546875 627.2378L97.546875 626.39404L98.703125 626.39404L98.703125 624.8628L99.796875 624.8628ZM102.03125 629.5034Q102.03125 628.58154 102.390625 627.83154Q102.765625 627.08154 103.421875 626.6909Q104.078125 626.28467 104.90625 626.28467Q106.203125 626.28467 107.0 627.1753Q107.8125 628.0659 107.8125 629.5659L107.8125 629.64404Q107.8125 630.5659 107.453125 631.3003Q107.09375 632.03467 106.4375 632.45654Q105.78125 632.8628 104.921875 632.8628Q103.640625 632.8628 102.828125 631.97217Q102.03125 631.0659 102.03125 629.58154L102.03125 629.5034ZM103.125 629.64404Q103.125 630.6909 103.609375 631.33154Q104.109375 631.97217 104.921875 631.97217Q105.75 631.97217 106.234375 631.33154Q106.71875 630.6753 106.71875 629.5034Q106.71875 628.47217 106.21875 627.83154Q105.734375 627.1753 104.90625 627.1753Q104.109375 627.1753 103.609375 627.8159Q103.125 628.4409 103.125 629.64404ZM114.953125 632.8628Q113.65625 632.8628 112.84375 632.01904Q112.046875 631.15967 112.046875 629.7378L112.046875 629.5503Q112.046875 628.59717 112.40625 627.8628Q112.765625 627.1128 113.40625 626.70654Q114.0625 626.28467 114.8125 626.28467Q116.046875 626.28467 116.734375 627.09717Q117.421875 627.90967 117.421875 629.4253L117.421875 629.8784L113.125 629.8784Q113.15625 630.8159 113.671875 631.39404Q114.203125 631.97217 115.015625 631.97217Q115.578125 631.97217 115.96875 631.7378Q116.375 631.5034 116.6875 631.1128L117.34375 631.6284Q116.546875 632.8628 114.953125 632.8628ZM114.8125 627.1753Q114.15625 627.1753 113.703125 627.65967Q113.265625 628.1284 113.171875 628.9878L116.34375 628.9878L116.34375 628.90967Q116.296875 628.08154 115.890625 627.6284Q115.5 627.1753 114.8125 627.1753ZM118.859375 632.7378L118.859375 627.2378L117.859375 627.2378L117.859375 626.39404L118.859375 626.39404L118.859375 625.7534Q118.859375 624.72217 119.390625 624.1753Q119.9375 623.6128 120.9375 623.6128Q121.3125 623.6128 121.6875 623.70654L121.625 624.59717Q121.34375 624.53467 121.046875 624.53467Q120.515625 624.53467 120.21875 624.84717Q119.9375 625.15967 119.9375 625.72217L119.9375 626.39404L121.296875 626.39404L121.296875 627.2378L119.9375 627.2378L119.9375 632.7378L118.859375 632.7378ZM122.859375 632.7378L122.859375 627.2378L121.859375 627.2378L121.859375 626.39404L122.859375 626.39404L122.859375 625.7534Q122.859375 624.72217 123.390625 624.1753Q123.9375 623.6128 124.9375 623.6128Q125.3125 623.6128 125.6875 623.70654L125.625 624.59717Q125.34375 624.53467 125.046875 624.53467Q124.515625 624.53467 124.21875 624.84717Q123.9375 625.15967 123.9375 625.72217L123.9375 626.39404L125.296875 626.39404L125.296875 627.2378L123.9375 627.2378L123.9375 632.7378L122.859375 632.7378ZM128.95312 632.8628Q127.65625 632.8628 126.84375 632.01904Q126.046875 631.15967 126.046875 629.7378L126.046875 629.5503Q126.046875 628.59717 126.40625 627.8628Q126.765625 627.1128 127.40625 626.70654Q128.0625 626.28467 128.8125 626.28467Q130.04688 626.28467 130.73438 627.09717Q131.42188 627.90967 131.42188 629.4253L131.42188 629.8784L127.125 629.8784Q127.15625 630.8159 127.671875 631.39404Q128.20312 631.97217 129.01562 631.97217Q129.57812 631.97217 129.96875 631.7378Q130.375 631.5034 130.6875 631.1128L131.34375 631.6284Q130.54688 632.8628 128.95312 632.8628ZM128.8125 627.1753Q128.15625 627.1753 127.703125 627.65967Q127.265625 628.1284 127.171875 628.9878L130.34375 628.9878L130.34375 628.90967Q130.29688 628.08154 129.89062 627.6284Q129.5 627.1753 128.8125 627.1753ZM134.85938 631.97217Q135.4375 631.97217 135.875 631.6284Q136.3125 631.26904 136.35938 630.7378L137.39062 630.7378Q137.35938 631.28467 137.0 631.78467Q136.65625 632.26904 136.07812 632.5659Q135.51562 632.8628 134.85938 632.8628Q133.5625 632.8628 132.79688 632.0034Q132.04688 631.1284 132.04688 629.6284L132.04688 629.4409Q132.04688 628.51904 132.375 627.8003Q132.71875 627.08154 133.34375 626.6909Q133.98438 626.28467 134.85938 626.28467Q135.92188 626.28467 136.625 626.9253Q137.34375 627.5503 137.39062 628.58154L136.35938 628.58154Q136.3125 627.95654 135.89062 627.5659Q135.46875 627.1753 134.85938 627.1753Q134.03125 627.1753 133.57812 627.76904Q133.125 628.3628 133.125 629.4878L133.125 629.6909Q133.125 630.78467 133.57812 631.3784Q134.03125 631.97217 134.85938 631.97217ZM139.79688 624.8628L139.79688 626.39404L140.96875 626.39404L140.96875 627.2378L139.79688 627.2378L139.79688 631.15967Q139.79688 631.5503 139.95312 631.7378Q140.10938 631.9253 140.48438 631.9253Q140.67188 631.9253 141.0 631.8628L141.0 632.7378Q140.57812 632.8628 140.17188 632.8628Q139.45312 632.8628 139.07812 632.4253Q138.70312 631.97217 138.70312 631.15967L138.70312 627.2378L137.54688 627.2378L137.54688 626.39404L138.70312 626.39404L138.70312 624.8628L139.79688 624.8628ZM143.5 632.7378L142.42188 632.7378L142.42188 626.39404L143.5 626.39404L143.5 632.7378ZM142.32812 624.72217Q142.32812 624.45654 142.48438 624.26904Q142.65625 624.08154 142.96875 624.08154Q143.28125 624.08154 143.4375 624.26904Q143.60938 624.45654 143.60938 624.72217Q143.60938 624.97217 143.4375 625.15967Q143.28125 625.33154 142.96875 625.33154Q142.65625 625.33154 142.48438 625.15967Q142.32812 624.97217 142.32812 624.72217ZM147.40625 631.26904L148.98438 626.39404L150.09375 626.39404L147.8125 632.7378L146.98438 632.7378L144.6875 626.39404L145.79688 626.39404L147.40625 631.26904ZM153.95312 632.8628Q152.65625 632.8628 151.84375 632.01904Q151.04688 631.15967 151.04688 629.7378L151.04688 629.5503Q151.04688 628.59717 151.40625 627.8628Q151.76562 627.1128 152.40625 626.70654Q153.0625 626.28467 153.8125 626.28467Q155.04688 626.28467 155.73438 627.09717Q156.42188 627.90967 156.42188 629.4253L156.42188 629.8784L152.125 629.8784Q152.15625 630.8159 152.67188 631.39404Q153.20312 631.97217 154.01562 631.97217Q154.57812 631.97217 154.96875 631.7378Q155.375 631.5034 155.6875 631.1128L156.34375 631.6284Q155.54688 632.8628 153.95312 632.8628ZM153.8125 627.1753Q153.15625 627.1753 152.70312 627.65967Q152.26562 628.1284 152.17188 628.9878L155.34375 628.9878L155.34375 628.90967Q155.29688 628.08154 154.89062 627.6284Q154.5 627.1753 153.8125 627.1753ZM158.5 632.7378L157.42188 632.7378L157.42188 623.7378L158.5 623.7378L158.5 632.7378ZM162.39062 631.14404L163.875 626.39404L165.03125 626.39404L162.48438 633.72217Q161.89062 635.3003 160.60938 635.3003L160.39062 635.28467L160.0 635.20654L160.0 634.33154L160.28125 634.34717Q160.84375 634.34717 161.14062 634.1284Q161.45312 633.90967 161.65625 633.3159L161.89062 632.65967L159.625 626.39404L160.8125 626.39404L162.39062 631.14404Z" fill-rule="nonzero"/><path fill="#666666" d="M56.234375 647.1128Q55.609375 647.8628 54.375 647.8628Q53.359375 647.8628 52.828125 647.26904Q52.296875 646.6753 52.296875 645.51904L52.296875 641.39404L53.375 641.39404L53.375 645.4878Q53.375 646.9409 54.546875 646.9409Q55.796875 646.9409 56.203125 646.0034L56.203125 641.39404L57.296875 641.39404L57.296875 647.7378L56.265625 647.7378L56.234375 647.1128ZM63.015625 646.0503Q63.015625 645.6128 62.671875 645.3784Q62.34375 645.1284 61.515625 644.95654Q60.703125 644.78467 60.21875 644.53467Q59.734375 644.28467 59.5 643.95654Q59.28125 643.6128 59.28125 643.14404Q59.28125 642.3628 59.9375 641.83154Q60.59375 641.28467 61.625 641.28467Q62.703125 641.28467 63.359375 641.84717Q64.03125 642.39404 64.03125 643.2534L62.953125 643.2534Q62.953125 642.8159 62.5625 642.5034Q62.1875 642.1753 61.625 642.1753Q61.03125 642.1753 60.6875 642.4409Q60.359375 642.6909 60.359375 643.09717Q60.359375 643.4878 60.671875 643.6909Q60.984375 643.89404 61.796875 644.08154Q62.609375 644.2534 63.109375 644.5034Q63.609375 644.7534 63.84375 645.1128Q64.09375 645.47217 64.09375 645.97217Q64.09375 646.83154 63.40625 647.34717Q62.734375 647.8628 61.65625 647.8628Q60.890625 647.8628 60.296875 647.59717Q59.71875 647.3159 59.390625 646.83154Q59.0625 646.34717 59.0625 645.78467L60.140625 645.78467Q60.171875 646.33154 60.578125 646.65967Q60.984375 646.97217 61.65625 646.97217Q62.265625 646.97217 62.640625 646.72217Q63.015625 646.47217 63.015625 646.0503ZM67.953125 647.8628Q66.65625 647.8628 65.84375 647.01904Q65.046875 646.15967 65.046875 644.7378L65.046875 644.5503Q65.046875 643.59717 65.40625 642.8628Q65.765625 642.1128 66.40625 641.70654Q67.0625 641.28467 67.8125 641.28467Q69.046875 641.28467 69.734375 642.09717Q70.421875 642.90967 70.421875 644.4253L70.421875 644.8784L66.125 644.8784Q66.15625 645.8159 66.671875 646.39404Q67.203125 646.97217 68.015625 646.97217Q68.578125 646.97217 68.96875 646.7378Q69.375 646.5034 69.6875 646.1128L70.34375 646.6284Q69.546875 647.8628 67.953125 647.8628ZM67.8125 642.1753Q67.15625 642.1753 66.703125 642.65967Q66.265625 643.1284 66.171875 643.9878L69.34375 643.9878L69.34375 643.90967Q69.296875 643.08154 68.890625 642.6284Q68.5 642.1753 67.8125 642.1753ZM80.796875 646.6128Q80.359375 647.2378 79.578125 647.5503Q78.796875 647.8628 77.765625 647.8628Q76.734375 647.8628 75.921875 647.3784Q75.109375 646.8784 74.671875 645.97217Q74.234375 645.0659 74.21875 643.8784L74.21875 643.14404Q74.21875 641.20654 75.109375 640.14404Q76.015625 639.08154 77.640625 639.08154Q78.984375 639.08154 79.796875 639.76904Q80.609375 640.45654 80.796875 641.70654L79.671875 641.70654Q79.34375 640.01904 77.65625 640.01904Q76.515625 640.01904 75.9375 640.8159Q75.359375 641.59717 75.34375 643.1128L75.34375 643.8003Q75.34375 645.2378 76.0 646.09717Q76.65625 646.9409 77.78125 646.9409Q78.40625 646.9409 78.875 646.8003Q79.359375 646.65967 79.671875 646.3159L79.671875 644.40967L77.703125 644.40967L77.703125 643.4878L80.796875 643.4878L80.796875 646.6128ZM82.03125 644.5034Q82.03125 643.58154 82.390625 642.83154Q82.765625 642.08154 83.421875 641.6909Q84.078125 641.28467 84.90625 641.28467Q86.203125 641.28467 87.0 642.1753Q87.8125 643.0659 87.8125 644.5659L87.8125 644.64404Q87.8125 645.5659 87.453125 646.3003Q87.09375 647.03467 86.4375 647.45654Q85.78125 647.8628 84.921875 647.8628Q83.640625 647.8628 82.828125 646.97217Q82.03125 646.0659 82.03125 644.58154L82.03125 644.5034ZM83.125 644.64404Q83.125 645.6909 83.609375 646.33154Q84.109375 646.97217 84.921875 646.97217Q85.75 646.97217 86.234375 646.33154Q86.71875 645.6753 86.71875 644.5034Q86.71875 643.47217 86.21875 642.83154Q85.734375 642.1753 84.90625 642.1753Q84.109375 642.1753 83.609375 642.8159Q83.125 643.4409 83.125 644.64404ZM89.390625 641.6128L88.78125 641.1909Q89.328125 640.4253 89.34375 639.58154L89.34375 638.7378L90.421875 638.7378L90.421875 639.5034Q90.40625 640.08154 90.125 640.6753Q89.84375 641.2534 89.390625 641.6128ZM95.015625 646.0503Q95.015625 645.6128 94.671875 645.3784Q94.34375 645.1284 93.515625 644.95654Q92.703125 644.78467 92.21875 644.53467Q91.734375 644.28467 91.5 643.95654Q91.28125 643.6128 91.28125 643.14404Q91.28125 642.3628 91.9375 641.83154Q92.59375 641.28467 93.625 641.28467Q94.703125 641.28467 95.359375 641.84717Q96.03125 642.39404 96.03125 643.2534L94.953125 643.2534Q94.953125 642.8159 94.5625 642.5034Q94.1875 642.1753 93.625 642.1753Q93.03125 642.1753 92.6875 642.4409Q92.359375 642.6909 92.359375 643.09717Q92.359375 643.4878 92.671875 643.6909Q92.984375 643.89404 93.796875 644.08154Q94.609375 644.2534 95.109375 644.5034Q95.609375 644.7534 95.84375 645.1128Q96.09375 645.47217 96.09375 645.97217Q96.09375 646.83154 95.40625 647.34717Q94.734375 647.8628 93.65625 647.8628Q92.890625 647.8628 92.296875 647.59717Q91.71875 647.3159 91.390625 646.83154Q91.0625 646.34717 91.0625 645.78467L92.140625 645.78467Q92.171875 646.33154 92.578125 646.65967Q92.984375 646.97217 93.65625 646.97217Q94.265625 646.97217 94.640625 646.72217Q95.015625 646.47217 95.015625 646.0503ZM102.859375 646.97217Q103.4375 646.97217 103.875 646.6284Q104.3125 646.26904 104.359375 645.7378L105.390625 645.7378Q105.359375 646.28467 105.0 646.78467Q104.65625 647.26904 104.078125 647.5659Q103.515625 647.8628 102.859375 647.8628Q101.5625 647.8628 100.796875 647.0034Q100.046875 646.1284 100.046875 644.6284L100.046875 644.4409Q100.046875 643.51904 100.375 642.8003Q100.71875 642.08154 101.34375 641.6909Q101.984375 641.28467 102.859375 641.28467Q103.921875 641.28467 104.625 641.9253Q105.34375 642.5503 105.390625 643.58154L104.359375 643.58154Q104.3125 642.95654 103.890625 642.5659Q103.46875 642.1753 102.859375 642.1753Q102.03125 642.1753 101.578125 642.76904Q101.125 643.3628 101.125 644.4878L101.125 644.6909Q101.125 645.78467 101.578125 646.3784Q102.03125 646.97217 102.859375 646.97217ZM106.03125 644.5034Q106.03125 643.58154 106.390625 642.83154Q106.765625 642.08154 107.421875 641.6909Q108.078125 641.28467 108.90625 641.28467Q110.203125 641.28467 111.0 642.1753Q111.8125 643.0659 111.8125 644.5659L111.8125 644.64404Q111.8125 645.5659 111.453125 646.3003Q111.09375 647.03467 110.4375 647.45654Q109.78125 647.8628 108.921875 647.8628Q107.640625 647.8628 106.828125 646.97217Q106.03125 646.0659 106.03125 644.58154L106.03125 644.5034ZM107.125 644.64404Q107.125 645.6909 107.609375 646.33154Q108.109375 646.97217 108.921875 646.97217Q109.75 646.97217 110.234375 646.33154Q110.71875 645.6753 110.71875 644.5034Q110.71875 643.47217 110.21875 642.83154Q109.734375 642.1753 108.90625 642.1753Q108.109375 642.1753 107.609375 642.8159Q107.125 643.4409 107.125 644.64404ZM114.34375 641.39404L114.375 642.1909Q115.109375 641.28467 116.28125 641.28467Q118.296875 641.28467 118.3125 643.5503L118.3125 647.7378L117.21875 647.7378L117.21875 643.53467Q117.21875 642.8628 116.90625 642.53467Q116.609375 642.20654 115.953125 642.20654Q115.421875 642.20654 115.015625 642.4878Q114.625 642.76904 114.40625 643.22217L114.40625 647.7378L113.328125 647.7378L113.328125 641.39404L114.34375 641.39404ZM122.859375 646.97217Q123.4375 646.97217 123.875 646.6284Q124.3125 646.26904 124.359375 645.7378L125.390625 645.7378Q125.359375 646.28467 125.0 646.78467Q124.65625 647.26904 124.078125 647.5659Q123.515625 647.8628 122.859375 647.8628Q121.5625 647.8628 120.796875 647.0034Q120.046875 646.1284 120.046875 644.6284L120.046875 644.4409Q120.046875 643.51904 120.375 642.8003Q120.71875 642.08154 121.34375 641.6909Q121.984375 641.28467 122.859375 641.28467Q123.921875 641.28467 124.625 641.9253Q125.34375 642.5503 125.390625 643.58154L124.359375 643.58154Q124.3125 642.95654 123.890625 642.5659Q123.46875 642.1753 122.859375 642.1753Q122.03125 642.1753 121.578125 642.76904Q121.125 643.3628 121.125 644.4878L121.125 644.6909Q121.125 645.78467 121.578125 646.3784Q122.03125 646.97217 122.859375 646.97217ZM130.23438 647.1128Q129.60938 647.8628 128.375 647.8628Q127.359375 647.8628 126.828125 647.26904Q126.296875 646.6753 126.296875 645.51904L126.296875 641.39404L127.375 641.39404L127.375 645.4878Q127.375 646.9409 128.54688 646.9409Q129.79688 646.9409 130.20312 646.0034L130.20312 641.39404L131.29688 641.39404L131.29688 647.7378L130.26562 647.7378L130.23438 647.1128ZM136.39062 642.3628Q136.14062 642.33154 135.85938 642.33154Q134.78125 642.33154 134.40625 643.2378L134.40625 647.7378L133.32812 647.7378L133.32812 641.39404L134.375 641.39404L134.39062 642.1284Q134.92188 641.28467 135.90625 641.28467Q136.21875 641.28467 136.39062 641.3628L136.39062 642.3628ZM140.39062 642.3628Q140.14062 642.33154 139.85938 642.33154Q138.78125 642.33154 138.40625 643.2378L138.40625 647.7378L137.32812 647.7378L137.32812 641.39404L138.375 641.39404L138.39062 642.1284Q138.92188 641.28467 139.90625 641.28467Q140.21875 641.28467 140.39062 641.3628L140.39062 642.3628ZM143.95312 647.8628Q142.65625 647.8628 141.84375 647.01904Q141.04688 646.15967 141.04688 644.7378L141.04688 644.5503Q141.04688 643.59717 141.40625 642.8628Q141.76562 642.1128 142.40625 641.70654Q143.0625 641.28467 143.8125 641.28467Q145.04688 641.28467 145.73438 642.09717Q146.42188 642.90967 146.42188 644.4253L146.42188 644.8784L142.125 644.8784Q142.15625 645.8159 142.67188 646.39404Q143.20312 646.97217 144.01562 646.97217Q144.57812 646.97217 144.96875 646.7378Q145.375 646.5034 145.6875 646.1128L146.34375 646.6284Q145.54688 647.8628 143.95312 647.8628ZM143.8125 642.1753Q143.15625 642.1753 142.70312 642.65967Q142.26562 643.1284 142.17188 643.9878L145.34375 643.9878L145.34375 643.90967Q145.29688 643.08154 144.89062 642.6284Q144.5 642.1753 143.8125 642.1753ZM148.34375 641.39404L148.375 642.1909Q149.10938 641.28467 150.28125 641.28467Q152.29688 641.28467 152.3125 643.5503L152.3125 647.7378L151.21875 647.7378L151.21875 643.53467Q151.21875 642.8628 150.90625 642.53467Q150.60938 642.20654 149.95312 642.20654Q149.42188 642.20654 149.01562 642.4878Q148.625 642.76904 148.40625 643.22217L148.40625 647.7378L147.32812 647.7378L147.32812 641.39404L148.34375 641.39404ZM156.85938 646.97217Q157.4375 646.97217 157.875 646.6284Q158.3125 646.26904 158.35938 645.7378L159.39062 645.7378Q159.35938 646.28467 159.0 646.78467Q158.65625 647.26904 158.07812 647.5659Q157.51562 647.8628 156.85938 647.8628Q155.5625 647.8628 154.79688 647.0034Q154.04688 646.1284 154.04688 644.6284L154.04688 644.4409Q154.04688 643.51904 154.375 642.8003Q154.71875 642.08154 155.34375 641.6909Q155.98438 641.28467 156.85938 641.28467Q157.92188 641.28467 158.625 641.9253Q159.34375 642.5503 159.39062 643.58154L158.35938 643.58154Q158.3125 642.95654 157.89062 642.5659Q157.46875 642.1753 156.85938 642.1753Q156.03125 642.1753 155.57812 642.76904Q155.125 643.3628 155.125 644.4878L155.125 644.6909Q155.125 645.78467 155.57812 646.3784Q156.03125 646.97217 156.85938 646.97217ZM162.39062 646.14404L163.875 641.39404L165.03125 641.39404L162.48438 648.72217Q161.89062 650.3003 160.60938 650.3003L160.39062 650.28467L160.0 650.20654L160.0 649.33154L160.28125 649.34717Q160.84375 649.34717 161.14062 649.1284Q161.45312 648.90967 161.65625 648.3159L161.89062 647.65967L159.625 641.39404L160.8125 641.39404L162.39062 646.14404Z" fill-rule="nonzero"/><path fill="#666666" d="M55.859375 662.7378L55.859375 657.2378L54.859375 657.2378L54.859375 656.39404L55.859375 656.39404L55.859375 655.7534Q55.859375 654.72217 56.390625 654.1753Q56.9375 653.6128 57.9375 653.6128Q58.3125 653.6128 58.6875 653.70654L58.625 654.59717Q58.34375 654.53467 58.046875 654.53467Q57.515625 654.53467 57.21875 654.84717Q56.9375 655.15967 56.9375 655.72217L56.9375 656.39404L58.296875 656.39404L58.296875 657.2378L56.9375 657.2378L56.9375 662.7378L55.859375 662.7378ZM61.953125 662.8628Q60.65625 662.8628 59.84375 662.01904Q59.046875 661.15967 59.046875 659.7378L59.046875 659.5503Q59.046875 658.59717 59.40625 657.8628Q59.765625 657.1128 60.40625 656.70654Q61.0625 656.28467 61.8125 656.28467Q63.046875 656.28467 63.734375 657.09717Q64.421875 657.90967 64.421875 659.4253L64.421875 659.8784L60.125 659.8784Q60.15625 660.8159 60.671875 661.39404Q61.203125 661.97217 62.015625 661.97217Q62.578125 661.97217 62.96875 661.7378Q63.375 661.5034 63.6875 661.1128L64.34375 661.6284Q63.546875 662.8628 61.953125 662.8628ZM61.8125 657.1753Q61.15625 657.1753 60.703125 657.65967Q60.265625 658.1284 60.171875 658.9878L63.34375 658.9878L63.34375 658.90967Q63.296875 658.08154 62.890625 657.6284Q62.5 657.1753 61.8125 657.1753ZM69.234375 662.7378Q69.140625 662.5503 69.078125 662.0659Q68.328125 662.8628 67.28125 662.8628Q66.34375 662.8628 65.734375 662.33154Q65.140625 661.8003 65.140625 660.97217Q65.140625 659.9878 65.890625 659.4409Q66.640625 658.89404 68.015625 658.89404L69.0625 658.89404L69.0625 658.39404Q69.0625 657.83154 68.71875 657.5034Q68.390625 657.15967 67.71875 657.15967Q67.140625 657.15967 66.75 657.45654Q66.359375 657.7378 66.359375 658.15967L65.265625 658.15967Q65.265625 657.6753 65.59375 657.2378Q65.9375 656.8003 66.515625 656.5503Q67.09375 656.28467 67.78125 656.28467Q68.890625 656.28467 69.5 656.83154Q70.125 657.3784 70.15625 658.33154L70.15625 661.2534Q70.15625 662.1284 70.375 662.64404L70.375 662.7378L69.234375 662.7378ZM67.4375 661.90967Q67.953125 661.90967 68.40625 661.64404Q68.859375 661.3784 69.0625 660.95654L69.0625 659.65967L68.21875 659.65967Q66.21875 659.65967 66.21875 660.83154Q66.21875 661.33154 66.5625 661.6284Q66.90625 661.90967 67.4375 661.90967ZM73.796875 654.8628L73.796875 656.39404L74.96875 656.39404L74.96875 657.2378L73.796875 657.2378L73.796875 661.15967Q73.796875 661.5503 73.953125 661.7378Q74.109375 661.9253 74.484375 661.9253Q74.671875 661.9253 75.0 661.8628L75.0 662.7378Q74.578125 662.8628 74.171875 662.8628Q73.453125 662.8628 73.078125 662.4253Q72.703125 661.97217 72.703125 661.15967L72.703125 657.2378L71.546875 657.2378L71.546875 656.39404L72.703125 656.39404L72.703125 654.8628L73.796875 654.8628ZM80.234375 662.1128Q79.609375 662.8628 78.375 662.8628Q77.359375 662.8628 76.828125 662.26904Q76.296875 661.6753 76.296875 660.51904L76.296875 656.39404L77.375 656.39404L77.375 660.4878Q77.375 661.9409 78.546875 661.9409Q79.796875 661.9409 80.203125 661.0034L80.203125 656.39404L81.296875 656.39404L81.296875 662.7378L80.265625 662.7378L80.234375 662.1128ZM86.390625 657.3628Q86.140625 657.33154 85.859375 657.33154Q84.78125 657.33154 84.40625 658.2378L84.40625 662.7378L83.328125 662.7378L83.328125 656.39404L84.375 656.39404L84.390625 657.1284Q84.921875 656.28467 85.90625 656.28467Q86.21875 656.28467 86.390625 656.3628L86.390625 657.3628ZM89.953125 662.8628Q88.65625 662.8628 87.84375 662.01904Q87.046875 661.15967 87.046875 659.7378L87.046875 659.5503Q87.046875 658.59717 87.40625 657.8628Q87.765625 657.1128 88.40625 656.70654Q89.0625 656.28467 89.8125 656.28467Q91.046875 656.28467 91.734375 657.09717Q92.421875 657.90967 92.421875 659.4253L92.421875 659.8784L88.125 659.8784Q88.15625 660.8159 88.671875 661.39404Q89.203125 661.97217 90.015625 661.97217Q90.578125 661.97217 90.96875 661.7378Q91.375 661.5034 91.6875 661.1128L92.34375 661.6284Q91.546875 662.8628 89.953125 662.8628ZM89.8125 657.1753Q89.15625 657.1753 88.703125 657.65967Q88.265625 658.1284 88.171875 658.9878L91.34375 658.9878L91.34375 658.90967Q91.296875 658.08154 90.890625 657.6284Q90.5 657.1753 89.8125 657.1753ZM97.015625 661.0503Q97.015625 660.6128 96.671875 660.3784Q96.34375 660.1284 95.515625 659.95654Q94.703125 659.78467 94.21875 659.53467Q93.734375 659.28467 93.5 658.95654Q93.28125 658.6128 93.28125 658.14404Q93.28125 657.3628 93.9375 656.83154Q94.59375 656.28467 95.625 656.28467Q96.703125 656.28467 97.359375 656.84717Q98.03125 657.39404 98.03125 658.2534L96.953125 658.2534Q96.953125 657.8159 96.5625 657.5034Q96.1875 657.1753 95.625 657.1753Q95.03125 657.1753 94.6875 657.4409Q94.359375 657.6909 94.359375 658.09717Q94.359375 658.4878 94.671875 658.6909Q94.984375 658.89404 95.796875 659.08154Q96.609375 659.2534 97.109375 659.5034Q97.609375 659.7534 97.84375 660.1128Q98.09375 660.47217 98.09375 660.97217Q98.09375 661.83154 97.40625 662.34717Q96.734375 662.8628 95.65625 662.8628Q94.890625 662.8628 94.296875 662.59717Q93.71875 662.3159 93.390625 661.83154Q93.0625 661.34717 93.0625 660.78467L94.140625 660.78467Q94.171875 661.33154 94.578125 661.65967Q94.984375 661.97217 95.65625 661.97217Q96.265625 661.97217 96.640625 661.72217Q97.015625 661.47217 97.015625 661.0503ZM102.28125 659.26904Q102.28125 657.95654 102.625 656.7378Q102.984375 655.51904 103.6875 654.51904Q104.390625 653.51904 105.15625 653.1128L105.375 653.83154Q104.515625 654.4878 103.96875 655.83154Q103.421875 657.1753 103.375 658.84717L103.359375 659.34717Q103.359375 661.6128 104.1875 663.26904Q104.6875 664.26904 105.375 664.83154L105.15625 665.4878Q104.375 665.0659 103.65625 664.03467Q102.28125 662.0503 102.28125 659.26904ZM106.0625 659.51904Q106.0625 658.03467 106.75 657.15967Q107.4375 656.28467 108.5625 656.28467Q109.71875 656.28467 110.375 657.09717L110.421875 656.39404L111.421875 656.39404L111.421875 662.58154Q111.421875 663.8159 110.6875 664.51904Q109.953125 665.2378 108.734375 665.2378Q108.046875 665.2378 107.390625 664.9409Q106.734375 664.64404 106.390625 664.14404L106.953125 663.4878Q107.640625 664.34717 108.65625 664.34717Q109.4375 664.34717 109.875 663.89404Q110.328125 663.45654 110.328125 662.64404L110.328125 662.09717Q109.671875 662.8628 108.546875 662.8628Q107.4375 662.8628 106.75 661.97217Q106.0625 661.0659 106.0625 659.51904ZM107.15625 659.64404Q107.15625 660.70654 107.59375 661.33154Q108.03125 661.9409 108.828125 661.9409Q109.84375 661.9409 110.328125 661.0034L110.328125 658.1128Q109.828125 657.20654 108.828125 657.20654Q108.046875 657.20654 107.59375 657.8159Q107.15625 658.4253 107.15625 659.64404ZM113.03125 659.5034Q113.03125 658.58154 113.390625 657.83154Q113.765625 657.08154 114.421875 656.6909Q115.078125 656.28467 115.90625 656.28467Q117.203125 656.28467 118.0 657.1753Q118.8125 658.0659 118.8125 659.5659L118.8125 659.64404Q118.8125 660.5659 118.453125 661.3003Q118.09375 662.03467 117.4375 662.45654Q116.78125 662.8628 115.921875 662.8628Q114.640625 662.8628 113.828125 661.97217Q113.03125 661.0659 113.03125 659.58154L113.03125 659.5034ZM114.125 659.64404Q114.125 660.6909 114.609375 661.33154Q115.109375 661.97217 115.921875 661.97217Q116.75 661.97217 117.234375 661.33154Q117.71875 660.6753 117.71875 659.5034Q117.71875 658.47217 117.21875 657.83154Q116.734375 657.1753 115.90625 657.1753Q115.109375 657.1753 114.609375 657.8159Q114.125 658.4409 114.125 659.64404ZM123.390625 657.3628Q123.140625 657.33154 122.859375 657.33154Q121.78125 657.33154 121.40625 658.2378L121.40625 662.7378L120.328125 662.7378L120.328125 656.39404L121.375 656.39404L121.390625 657.1284Q121.921875 656.28467 122.90625 656.28467Q123.21875 656.28467 123.390625 656.3628L123.390625 657.3628ZM124.03125 659.5034Q124.03125 658.58154 124.390625 657.83154Q124.765625 657.08154 125.421875 656.6909Q126.078125 656.28467 126.90625 656.28467Q128.20312 656.28467 129.0 657.1753Q129.8125 658.0659 129.8125 659.5659L129.8125 659.64404Q129.8125 660.5659 129.45312 661.3003Q129.09375 662.03467 128.4375 662.45654Q127.78125 662.8628 126.921875 662.8628Q125.640625 662.8628 124.828125 661.97217Q124.03125 661.0659 124.03125 659.58154L124.03125 659.5034ZM125.125 659.64404Q125.125 660.6909 125.609375 661.33154Q126.109375 661.97217 126.921875 661.97217Q127.75 661.97217 128.23438 661.33154Q128.71875 660.6753 128.71875 659.5034Q128.71875 658.47217 128.21875 657.83154Q127.734375 657.1753 126.90625 657.1753Q126.109375 657.1753 125.609375 657.8159Q125.125 658.4409 125.125 659.64404ZM135.23438 662.1128Q134.60938 662.8628 133.375 662.8628Q132.35938 662.8628 131.82812 662.26904Q131.29688 661.6753 131.29688 660.51904L131.29688 656.39404L132.375 656.39404L132.375 660.4878Q132.375 661.9409 133.54688 661.9409Q134.79688 661.9409 135.20312 661.0034L135.20312 656.39404L136.29688 656.39404L136.29688 662.7378L135.26562 662.7378L135.23438 662.1128ZM139.79688 654.8628L139.79688 656.39404L140.96875 656.39404L140.96875 657.2378L139.79688 657.2378L139.79688 661.15967Q139.79688 661.5503 139.95312 661.7378Q140.10938 661.9253 140.48438 661.9253Q140.67188 661.9253 141.0 661.8628L141.0 662.7378Q140.57812 662.8628 140.17188 662.8628Q139.45312 662.8628 139.07812 662.4253Q138.70312 661.97217 138.70312 661.15967L138.70312 657.2378L137.54688 657.2378L137.54688 656.39404L138.70312 656.39404L138.70312 654.8628L139.79688 654.8628ZM143.5 662.7378L142.42188 662.7378L142.42188 656.39404L143.5 656.39404L143.5 662.7378ZM142.32812 654.72217Q142.32812 654.45654 142.48438 654.26904Q142.65625 654.08154 142.96875 654.08154Q143.28125 654.08154 143.4375 654.26904Q143.60938 654.45654 143.60938 654.72217Q143.60938 654.97217 143.4375 655.15967Q143.28125 655.33154 142.96875 655.33154Q142.65625 655.33154 142.48438 655.15967Q142.32812 654.97217 142.32812 654.72217ZM146.34375 656.39404L146.375 657.1909Q147.10938 656.28467 148.28125 656.28467Q150.29688 656.28467 150.3125 658.5503L150.3125 662.7378L149.21875 662.7378L149.21875 658.53467Q149.21875 657.8628 148.90625 657.53467Q148.60938 657.20654 147.95312 657.20654Q147.42188 657.20654 147.01562 657.4878Q146.625 657.76904 146.40625 658.22217L146.40625 662.7378L145.32812 662.7378L145.32812 656.39404L146.34375 656.39404ZM154.95312 662.8628Q153.65625 662.8628 152.84375 662.01904Q152.04688 661.15967 152.04688 659.7378L152.04688 659.5503Q152.04688 658.59717 152.40625 657.8628Q152.76562 657.1128 153.40625 656.70654Q154.0625 656.28467 154.8125 656.28467Q156.04688 656.28467 156.73438 657.09717Q157.42188 657.90967 157.42188 659.4253L157.42188 659.8784L153.125 659.8784Q153.15625 660.8159 153.67188 661.39404Q154.20312 661.97217 155.01562 661.97217Q155.57812 661.97217 155.96875 661.7378Q156.375 661.5034 156.6875 661.1128L157.34375 661.6284Q156.54688 662.8628 154.95312 662.8628ZM154.8125 657.1753Q154.15625 657.1753 153.70312 657.65967Q153.26562 658.1284 153.17188 658.9878L156.34375 658.9878L156.34375 658.90967Q156.29688 658.08154 155.89062 657.6284Q155.5 657.1753 154.8125 657.1753ZM162.01562 661.0503Q162.01562 660.6128 161.67188 660.3784Q161.34375 660.1284 160.51562 659.95654Q159.70312 659.78467 159.21875 659.53467Q158.73438 659.28467 158.5 658.95654Q158.28125 658.6128 158.28125 658.14404Q158.28125 657.3628 158.9375 656.83154Q159.59375 656.28467 160.625 656.28467Q161.70312 656.28467 162.35938 656.84717Q163.03125 657.39404 163.03125 658.2534L161.95312 658.2534Q161.95312 657.8159 161.5625 657.5034Q161.1875 657.1753 160.625 657.1753Q160.03125 657.1753 159.6875 657.4409Q159.35938 657.6909 159.35938 658.09717Q159.35938 658.4878 159.67188 658.6909Q159.98438 658.89404 160.79688 659.08154Q161.60938 659.2534 162.10938 659.5034Q162.60938 659.7534 162.84375 660.1128Q163.09375 660.47217 163.09375 660.97217Q163.09375 661.83154 162.40625 662.34717Q161.73438 662.8628 160.65625 662.8628Q159.89062 662.8628 159.29688 662.59717Q158.71875 662.3159 158.39062 661.83154Q158.0625 661.34717 158.0625 660.78467L159.14062 660.78467Q159.17188 661.33154 159.57812 661.65967Q159.98438 661.97217 160.65625 661.97217Q161.26562 661.97217 161.64062 661.72217Q162.01562 661.47217 162.01562 661.0503ZM164.28125 664.4409L163.67188 664.01904Q164.21875 663.2534 164.25 662.4253L164.25 661.45654L165.3125 661.45654L165.3125 662.3003Q165.3125 662.89404 165.01562 663.4878Q164.71875 664.08154 164.28125 664.4409Z" fill-rule="nonzero"/><path fill="#666666" d="M79.859375 676.97217Q80.4375 676.97217 80.875 676.6284Q81.3125 676.26904 81.359375 675.7378L82.390625 675.7378Q82.359375 676.28467 82.0 676.78467Q81.65625 677.26904 81.078125 677.5659Q80.515625 677.8628 79.859375 677.8628Q78.5625 677.8628 77.796875 677.0034Q77.046875 676.1284 77.046875 674.6284L77.046875 674.4409Q77.046875 673.51904 77.375 672.8003Q77.71875 672.08154 78.34375 671.6909Q78.984375 671.28467 79.859375 671.28467Q80.921875 671.28467 81.625 671.9253Q82.34375 672.5503 82.390625 673.58154L81.359375 673.58154Q81.3125 672.95654 80.890625 672.5659Q80.46875 672.1753 79.859375 672.1753Q79.03125 672.1753 78.578125 672.76904Q78.125 673.3628 78.125 674.4878L78.125 674.6909Q78.125 675.78467 78.578125 676.3784Q79.03125 676.97217 79.859375 676.97217ZM84.40625 672.15967Q85.125 671.28467 86.28125 671.28467Q88.296875 671.28467 88.3125 673.5503L88.3125 677.7378L87.21875 677.7378L87.21875 673.53467Q87.21875 672.8628 86.90625 672.53467Q86.609375 672.20654 85.953125 672.20654Q85.421875 672.20654 85.015625 672.4878Q84.625 672.76904 84.40625 673.22217L84.40625 677.7378L83.328125 677.7378L83.328125 668.7378L84.40625 668.7378L84.40625 672.15967ZM94.234375 677.7378Q94.140625 677.5503 94.078125 677.0659Q93.328125 677.8628 92.28125 677.8628Q91.34375 677.8628 90.734375 677.33154Q90.140625 676.8003 90.140625 675.97217Q90.140625 674.9878 90.890625 674.4409Q91.640625 673.89404 93.015625 673.89404L94.0625 673.89404L94.0625 673.39404Q94.0625 672.83154 93.71875 672.5034Q93.390625 672.15967 92.71875 672.15967Q92.140625 672.15967 91.75 672.45654Q91.359375 672.7378 91.359375 673.15967L90.265625 673.15967Q90.265625 672.6753 90.59375 672.2378Q90.9375 671.8003 91.515625 671.5503Q92.09375 671.28467 92.78125 671.28467Q93.890625 671.28467 94.5 671.83154Q95.125 672.3784 95.15625 673.33154L95.15625 676.2534Q95.15625 677.1284 95.375 677.64404L95.375 677.7378L94.234375 677.7378ZM92.4375 676.90967Q92.953125 676.90967 93.40625 676.64404Q93.859375 676.3784 94.0625 675.95654L94.0625 674.65967L93.21875 674.65967Q91.21875 674.65967 91.21875 675.83154Q91.21875 676.33154 91.5625 676.6284Q91.90625 676.90967 92.4375 676.90967ZM98.34375 671.39404L98.375 672.1909Q99.109375 671.28467 100.28125 671.28467Q102.296875 671.28467 102.3125 673.5503L102.3125 677.7378L101.21875 677.7378L101.21875 673.53467Q101.21875 672.8628 100.90625 672.53467Q100.609375 672.20654 99.953125 672.20654Q99.421875 672.20654 99.015625 672.4878Q98.625 672.76904 98.40625 673.22217L98.40625 677.7378L97.328125 677.7378L97.328125 671.39404L98.34375 671.39404ZM105.34375 671.39404L105.375 672.1909Q106.109375 671.28467 107.28125 671.28467Q109.296875 671.28467 109.3125 673.5503L109.3125 677.7378L108.21875 677.7378L108.21875 673.53467Q108.21875 672.8628 107.90625 672.53467Q107.609375 672.20654 106.953125 672.20654Q106.421875 672.20654 106.015625 672.4878Q105.625 672.76904 105.40625 673.22217L105.40625 677.7378L104.328125 677.7378L104.328125 671.39404L105.34375 671.39404ZM113.953125 677.8628Q112.65625 677.8628 111.84375 677.01904Q111.046875 676.15967 111.046875 674.7378L111.046875 674.5503Q111.046875 673.59717 111.40625 672.8628Q111.765625 672.1128 112.40625 671.70654Q113.0625 671.28467 113.8125 671.28467Q115.046875 671.28467 115.734375 672.09717Q116.421875 672.90967 116.421875 674.4253L116.421875 674.8784L112.125 674.8784Q112.15625 675.8159 112.671875 676.39404Q113.203125 676.97217 114.015625 676.97217Q114.578125 676.97217 114.96875 676.7378Q115.375 676.5034 115.6875 676.1128L116.34375 676.6284Q115.546875 677.8628 113.953125 677.8628ZM113.8125 672.1753Q113.15625 672.1753 112.703125 672.65967Q112.265625 673.1284 112.171875 673.9878L115.34375 673.9878L115.34375 673.90967Q115.296875 673.08154 114.890625 672.6284Q114.5 672.1753 113.8125 672.1753ZM118.5 677.7378L117.421875 677.7378L117.421875 668.7378L118.5 668.7378L118.5 677.7378ZM124.015625 676.0503Q124.015625 675.6128 123.671875 675.3784Q123.34375 675.1284 122.515625 674.95654Q121.703125 674.78467 121.21875 674.53467Q120.734375 674.28467 120.5 673.95654Q120.28125 673.6128 120.28125 673.14404Q120.28125 672.3628 120.9375 671.83154Q121.59375 671.28467 122.625 671.28467Q123.703125 671.28467 124.359375 671.84717Q125.03125 672.39404 125.03125 673.2534L123.953125 673.2534Q123.953125 672.8159 123.5625 672.5034Q123.1875 672.1753 122.625 672.1753Q122.03125 672.1753 121.6875 672.4409Q121.359375 672.6909 121.359375 673.09717Q121.359375 673.4878 121.671875 673.6909Q121.984375 673.89404 122.796875 674.08154Q123.609375 674.2534 124.109375 674.5034Q124.609375 674.7534 124.84375 675.1128Q125.09375 675.47217 125.09375 675.97217Q125.09375 676.83154 124.40625 677.34717Q123.734375 677.8628 122.65625 677.8628Q121.890625 677.8628 121.296875 677.59717Q120.71875 677.3159 120.390625 676.83154Q120.0625 676.34717 120.0625 675.78467L121.140625 675.78467Q121.171875 676.33154 121.578125 676.65967Q121.984375 676.97217 122.65625 676.97217Q123.265625 676.97217 123.640625 676.72217Q124.015625 676.47217 124.015625 676.0503ZM126.28125 679.4409L125.671875 679.01904Q126.21875 678.2534 126.25 677.4253L126.25 676.45654L127.3125 676.45654L127.3125 677.3003Q127.3125 677.89404 127.015625 678.4878Q126.71875 679.08154 126.28125 679.4409ZM135.01562 676.0503Q135.01562 675.6128 134.67188 675.3784Q134.34375 675.1284 133.51562 674.95654Q132.70312 674.78467 132.21875 674.53467Q131.73438 674.28467 131.5 673.95654Q131.28125 673.6128 131.28125 673.14404Q131.28125 672.3628 131.9375 671.83154Q132.59375 671.28467 133.625 671.28467Q134.70312 671.28467 135.35938 671.84717Q136.03125 672.39404 136.03125 673.2534L134.95312 673.2534Q134.95312 672.8159 134.5625 672.5034Q134.1875 672.1753 133.625 672.1753Q133.03125 672.1753 132.6875 672.4409Q132.35938 672.6909 132.35938 673.09717Q132.35938 673.4878 132.67188 673.6909Q132.98438 673.89404 133.79688 674.08154Q134.60938 674.2534 135.10938 674.5034Q135.60938 674.7534 135.84375 675.1128Q136.09375 675.47217 136.09375 675.97217Q136.09375 676.83154 135.40625 677.34717Q134.73438 677.8628 133.65625 677.8628Q132.89062 677.8628 132.29688 677.59717Q131.71875 677.3159 131.39062 676.83154Q131.0625 676.34717 131.0625 675.78467L132.14062 675.78467Q132.17188 676.33154 132.57812 676.65967Q132.98438 676.97217 133.65625 676.97217Q134.26562 676.97217 134.64062 676.72217Q135.01562 676.47217 135.01562 676.0503ZM139.95312 677.8628Q138.65625 677.8628 137.84375 677.01904Q137.04688 676.15967 137.04688 674.7378L137.04688 674.5503Q137.04688 673.59717 137.40625 672.8628Q137.76562 672.1128 138.40625 671.70654Q139.0625 671.28467 139.8125 671.28467Q141.04688 671.28467 141.73438 672.09717Q142.42188 672.90967 142.42188 674.4253L142.42188 674.8784L138.125 674.8784Q138.15625 675.8159 138.67188 676.39404Q139.20312 676.97217 140.01562 676.97217Q140.57812 676.97217 140.96875 676.7378Q141.375 676.5034 141.6875 676.1128L142.34375 676.6284Q141.54688 677.8628 139.95312 677.8628ZM139.8125 672.1753Q139.15625 672.1753 138.70312 672.65967Q138.26562 673.1284 138.17188 673.9878L141.34375 673.9878L141.34375 673.90967Q141.29688 673.08154 140.89062 672.6284Q140.5 672.1753 139.8125 672.1753ZM144.5 677.7378L143.42188 677.7378L143.42188 668.7378L144.5 668.7378L144.5 677.7378ZM148.95312 677.8628Q147.65625 677.8628 146.84375 677.01904Q146.04688 676.15967 146.04688 674.7378L146.04688 674.5503Q146.04688 673.59717 146.40625 672.8628Q146.76562 672.1128 147.40625 671.70654Q148.0625 671.28467 148.8125 671.28467Q150.04688 671.28467 150.73438 672.09717Q151.42188 672.90967 151.42188 674.4253L151.42188 674.8784L147.125 674.8784Q147.15625 675.8159 147.67188 676.39404Q148.20312 676.97217 149.01562 676.97217Q149.57812 676.97217 149.96875 676.7378Q150.375 676.5034 150.6875 676.1128L151.34375 676.6284Q150.54688 677.8628 148.95312 677.8628ZM148.8125 672.1753Q148.15625 672.1753 147.70312 672.65967Q147.26562 673.1284 147.17188 673.9878L150.34375 673.9878L150.34375 673.90967Q150.29688 673.08154 149.89062 672.6284Q149.5 672.1753 148.8125 672.1753ZM154.85938 676.97217Q155.4375 676.97217 155.875 676.6284Q156.3125 676.26904 156.35938 675.7378L157.39062 675.7378Q157.35938 676.28467 157.0 676.78467Q156.65625 677.26904 156.07812 677.5659Q155.51562 677.8628 154.85938 677.8628Q153.5625 677.8628 152.79688 677.0034Q152.04688 676.1284 152.04688 674.6284L152.04688 674.4409Q152.04688 673.51904 152.375 672.8003Q152.71875 672.08154 153.34375 671.6909Q153.98438 671.28467 154.85938 671.28467Q155.92188 671.28467 156.625 671.9253Q157.34375 672.5503 157.39062 673.58154L156.35938 673.58154Q156.3125 672.95654 155.89062 672.5659Q155.46875 672.1753 154.85938 672.1753Q154.03125 672.1753 153.57812 672.76904Q153.125 673.3628 153.125 674.4878L153.125 674.6909Q153.125 675.78467 153.57812 676.3784Q154.03125 676.97217 154.85938 676.97217ZM159.79688 669.8628L159.79688 671.39404L160.96875 671.39404L160.96875 672.2378L159.79688 672.2378L159.79688 676.15967Q159.79688 676.5503 159.95312 676.7378Q160.10938 676.9253 160.48438 676.9253Q160.67188 676.9253 161.0 676.8628L161.0 677.7378Q160.57812 677.8628 160.17188 677.8628Q159.45312 677.8628 159.07812 677.4253Q158.70312 676.97217 158.70312 676.15967L158.70312 672.2378L157.54688 672.2378L157.54688 671.39404L158.70312 671.39404L158.70312 669.8628L159.79688 669.8628ZM164.82812 674.33154Q164.82812 675.64404 164.48438 676.84717Q164.14062 678.03467 163.42188 679.0503Q162.71875 680.0659 161.95312 680.4878L161.71875 679.83154Q162.625 679.14404 163.17188 677.6909Q163.71875 676.22217 163.73438 674.45654L163.73438 674.26904Q163.73438 673.03467 163.46875 671.97217Q163.21875 670.90967 162.75 670.08154Q162.29688 669.2378 161.71875 668.76904L161.95312 668.1128Q162.71875 668.53467 163.42188 669.53467Q164.125 670.53467 164.46875 671.7534Q164.82812 672.95654 164.82812 674.33154Z" fill-rule="nonzero"/><path fill="#666666" d="M46.703125 695.23047L45.578125 695.23047L45.578125 686.6992L46.703125 686.6992L46.703125 695.23047ZM55.234375 695.23047Q55.140625 695.04297 55.078125 694.5586Q54.328125 695.35547 53.28125 695.35547Q52.34375 695.35547 51.734375 694.8242Q51.140625 694.29297 51.140625 693.46484Q51.140625 692.48047 51.890625 691.9336Q52.640625 691.3867 54.015625 691.3867L55.0625 691.3867L55.0625 690.8867Q55.0625 690.3242 54.71875 689.9961Q54.390625 689.65234 53.71875 689.65234Q53.140625 689.65234 52.75 689.9492Q52.359375 690.23047 52.359375 690.65234L51.265625 690.65234Q51.265625 690.16797 51.59375 689.73047Q51.9375 689.29297 52.515625 689.04297Q53.09375 688.77734 53.78125 688.77734Q54.890625 688.77734 55.5 689.3242Q56.125 689.8711 56.15625 690.8242L56.15625 693.7461Q56.15625 694.6211 56.375 695.1367L56.375 695.23047L55.234375 695.23047ZM53.4375 694.40234Q53.953125 694.40234 54.40625 694.1367Q54.859375 693.8711 55.0625 693.4492L55.0625 692.15234L54.21875 692.15234Q52.21875 692.15234 52.21875 693.3242Q52.21875 693.8242 52.5625 694.1211Q52.90625 694.40234 53.4375 694.40234ZM59.34375 688.8867L59.375 689.58984Q60.0625 688.77734 61.25 688.77734Q62.578125 688.77734 63.0625 689.79297Q63.375 689.33984 63.875 689.0586Q64.390625 688.77734 65.078125 688.77734Q67.171875 688.77734 67.203125 690.98047L67.203125 695.23047L66.125 695.23047L66.125 691.04297Q66.125 690.3711 65.8125 690.04297Q65.5 689.6992 64.765625 689.6992Q64.15625 689.6992 63.75 690.0586Q63.359375 690.41797 63.296875 691.02734L63.296875 695.23047L62.21875 695.23047L62.21875 691.0742Q62.21875 689.6992 60.859375 689.6992Q59.796875 689.6992 59.40625 690.60547L59.40625 695.23047L58.3125 695.23047L58.3125 688.8867L59.34375 688.8867ZM76.234375 695.23047Q76.140625 695.04297 76.078125 694.5586Q75.328125 695.35547 74.28125 695.35547Q73.34375 695.35547 72.734375 694.8242Q72.140625 694.29297 72.140625 693.46484Q72.140625 692.48047 72.890625 691.9336Q73.640625 691.3867 75.015625 691.3867L76.0625 691.3867L76.0625 690.8867Q76.0625 690.3242 75.71875 689.9961Q75.390625 689.65234 74.71875 689.65234Q74.140625 689.65234 73.75 689.9492Q73.359375 690.23047 73.359375 690.65234L72.265625 690.65234Q72.265625 690.16797 72.59375 689.73047Q72.9375 689.29297 73.515625 689.04297Q74.09375 688.77734 74.78125 688.77734Q75.890625 688.77734 76.5 689.3242Q77.125 689.8711 77.15625 690.8242L77.15625 693.7461Q77.15625 694.6211 77.375 695.1367L77.375 695.23047L76.234375 695.23047ZM74.4375 694.40234Q74.953125 694.40234 75.40625 694.1367Q75.859375 693.8711 76.0625 693.4492L76.0625 692.15234L75.21875 692.15234Q73.21875 692.15234 73.21875 693.3242Q73.21875 693.8242 73.5625 694.1211Q73.90625 694.40234 74.4375 694.40234ZM84.6875 692.1367Q84.6875 693.58984 84.015625 694.48047Q83.359375 695.35547 82.234375 695.35547Q81.03125 695.35547 80.375 694.4961L80.3125 695.23047L79.328125 695.23047L79.328125 686.23047L80.40625 686.23047L80.40625 689.58984Q81.0625 688.77734 82.21875 688.77734Q83.375 688.77734 84.03125 689.65234Q84.6875 690.5117 84.6875 692.04297L84.6875 692.1367ZM83.609375 692.0117Q83.609375 690.90234 83.171875 690.3086Q82.75 689.6992 81.953125 689.6992Q80.875 689.6992 80.40625 690.6836L80.40625 693.4336Q80.90625 694.4336 81.953125 694.4336Q82.734375 694.4336 83.171875 693.8242Q83.609375 693.21484 83.609375 692.0117ZM87.5 695.23047L86.421875 695.23047L86.421875 686.23047L87.5 686.23047L87.5 695.23047ZM91.953125 695.35547Q90.65625 695.35547 89.84375 694.5117Q89.046875 693.65234 89.046875 692.23047L89.046875 692.04297Q89.046875 691.08984 89.40625 690.35547Q89.765625 689.60547 90.40625 689.1992Q91.0625 688.77734 91.8125 688.77734Q93.046875 688.77734 93.734375 689.58984Q94.421875 690.40234 94.421875 691.91797L94.421875 692.3711L90.125 692.3711Q90.15625 693.3086 90.671875 693.8867Q91.203125 694.46484 92.015625 694.46484Q92.578125 694.46484 92.96875 694.23047Q93.375 693.9961 93.6875 693.60547L94.34375 694.1211Q93.546875 695.35547 91.953125 695.35547ZM91.8125 689.66797Q91.15625 689.66797 90.703125 690.15234Q90.265625 690.6211 90.171875 691.48047L93.34375 691.48047L93.34375 691.40234Q93.296875 690.5742 92.890625 690.1211Q92.5 689.66797 91.8125 689.66797ZM99.796875 687.35547L99.796875 688.8867L100.96875 688.8867L100.96875 689.73047L99.796875 689.73047L99.796875 693.65234Q99.796875 694.04297 99.953125 694.23047Q100.109375 694.41797 100.484375 694.41797Q100.671875 694.41797 101.0 694.35547L101.0 695.23047Q100.578125 695.35547 100.171875 695.35547Q99.453125 695.35547 99.078125 694.91797Q98.703125 694.46484 98.703125 693.65234L98.703125 689.73047L97.546875 689.73047L97.546875 688.8867L98.703125 688.8867L98.703125 687.35547L99.796875 687.35547ZM102.03125 691.9961Q102.03125 691.0742 102.390625 690.3242Q102.765625 689.5742 103.421875 689.1836Q104.078125 688.77734 104.90625 688.77734Q106.203125 688.77734 107.0 689.66797Q107.8125 690.5586 107.8125 692.0586L107.8125 692.1367Q107.8125 693.0586 107.453125 693.79297Q107.09375 694.52734 106.4375 694.9492Q105.78125 695.35547 104.921875 695.35547Q103.640625 695.35547 102.828125 694.46484Q102.03125 693.5586 102.03125 692.0742L102.03125 691.9961ZM103.125 692.1367Q103.125 693.1836 103.609375 693.8242Q104.109375 694.46484 104.921875 694.46484Q105.75 694.46484 106.234375 693.8242Q106.71875 693.16797 106.71875 691.9961Q106.71875 690.96484 106.21875 690.3242Q105.734375 689.66797 104.90625 689.66797Q104.109375 689.66797 103.609375 690.3086Q103.125 690.9336 103.125 692.1367ZM114.953125 695.35547Q113.65625 695.35547 112.84375 694.5117Q112.046875 693.65234 112.046875 692.23047L112.046875 692.04297Q112.046875 691.08984 112.40625 690.35547Q112.765625 689.60547 113.40625 689.1992Q114.0625 688.77734 114.8125 688.77734Q116.046875 688.77734 116.734375 689.58984Q117.421875 690.40234 117.421875 691.91797L117.421875 692.3711L113.125 692.3711Q113.15625 693.3086 113.671875 693.8867Q114.203125 694.46484 115.015625 694.46484Q115.578125 694.46484 115.96875 694.23047Q116.375 693.9961 116.6875 693.60547L117.34375 694.1211Q116.546875 695.35547 114.953125 695.35547ZM114.8125 689.66797Q114.15625 689.66797 113.703125 690.15234Q113.265625 690.6211 113.171875 691.48047L116.34375 691.48047L116.34375 691.40234Q116.296875 690.5742 115.890625 690.1211Q115.5 689.66797 114.8125 689.66797ZM118.859375 695.23047L118.859375 689.73047L117.859375 689.73047L117.859375 688.8867L118.859375 688.8867L118.859375 688.2461Q118.859375 687.21484 119.390625 686.66797Q119.9375 686.10547 120.9375 686.10547Q121.3125 686.10547 121.6875 686.1992L121.625 687.08984Q121.34375 687.02734 121.046875 687.02734Q120.515625 687.02734 120.21875 687.33984Q119.9375 687.65234 119.9375 688.21484L119.9375 688.8867L121.296875 688.8867L121.296875 689.73047L119.9375 689.73047L119.9375 695.23047L118.859375 695.23047ZM122.859375 695.23047L122.859375 689.73047L121.859375 689.73047L121.859375 688.8867L122.859375 688.8867L122.859375 688.2461Q122.859375 687.21484 123.390625 686.66797Q123.9375 686.10547 124.9375 686.10547Q125.3125 686.10547 125.6875 686.1992L125.625 687.08984Q125.34375 687.02734 125.046875 687.02734Q124.515625 687.02734 124.21875 687.33984Q123.9375 687.65234 123.9375 688.21484L123.9375 688.8867L125.296875 688.8867L125.296875 689.73047L123.9375 689.73047L123.9375 695.23047L122.859375 695.23047ZM128.95312 695.35547Q127.65625 695.35547 126.84375 694.5117Q126.046875 693.65234 126.046875 692.23047L126.046875 692.04297Q126.046875 691.08984 126.40625 690.35547Q126.765625 689.60547 127.40625 689.1992Q128.0625 688.77734 128.8125 688.77734Q130.04688 688.77734 130.73438 689.58984Q131.42188 690.40234 131.42188 691.91797L131.42188 692.3711L127.125 692.3711Q127.15625 693.3086 127.671875 693.8867Q128.20312 694.46484 129.01562 694.46484Q129.57812 694.46484 129.96875 694.23047Q130.375 693.9961 130.6875 693.60547L131.34375 694.1211Q130.54688 695.35547 128.95312 695.35547ZM128.8125 689.66797Q128.15625 689.66797 127.703125 690.15234Q127.265625 690.6211 127.171875 691.48047L130.34375 691.48047L130.34375 691.40234Q130.29688 690.5742 129.89062 690.1211Q129.5 689.66797 128.8125 689.66797ZM134.85938 694.46484Q135.4375 694.46484 135.875 694.1211Q136.3125 693.7617 136.35938 693.23047L137.39062 693.23047Q137.35938 693.77734 137.0 694.27734Q136.65625 694.7617 136.07812 695.0586Q135.51562 695.35547 134.85938 695.35547Q133.5625 695.35547 132.79688 694.4961Q132.04688 693.6211 132.04688 692.1211L132.04688 691.9336Q132.04688 691.0117 132.375 690.29297Q132.71875 689.5742 133.34375 689.1836Q133.98438 688.77734 134.85938 688.77734Q135.92188 688.77734 136.625 689.41797Q137.34375 690.04297 137.39062 691.0742L136.35938 691.0742Q136.3125 690.4492 135.89062 690.0586Q135.46875 689.66797 134.85938 689.66797Q134.03125 689.66797 133.57812 690.2617Q133.125 690.85547 133.125 691.98047L133.125 692.1836Q133.125 693.27734 133.57812 693.8711Q134.03125 694.46484 134.85938 694.46484ZM139.79688 687.35547L139.79688 688.8867L140.96875 688.8867L140.96875 689.73047L139.79688 689.73047L139.79688 693.65234Q139.79688 694.04297 139.95312 694.23047Q140.10938 694.41797 140.48438 694.41797Q140.67188 694.41797 141.0 694.35547L141.0 695.23047Q140.57812 695.35547 140.17188 695.35547Q139.45312 695.35547 139.07812 694.91797Q138.70312 694.46484 138.70312 693.65234L138.70312 689.73047L137.54688 689.73047L137.54688 688.8867L138.70312 688.8867L138.70312 687.35547L139.79688 687.35547ZM143.5 695.23047L142.42188 695.23047L142.42188 688.8867L143.5 688.8867L143.5 695.23047ZM142.32812 687.21484Q142.32812 686.9492 142.48438 686.7617Q142.65625 686.5742 142.96875 686.5742Q143.28125 686.5742 143.4375 686.7617Q143.60938 686.9492 143.60938 687.21484Q143.60938 687.46484 143.4375 687.65234Q143.28125 687.8242 142.96875 687.8242Q142.65625 687.8242 142.48438 687.65234Q142.32812 687.46484 142.32812 687.21484ZM147.40625 693.7617L148.98438 688.8867L150.09375 688.8867L147.8125 695.23047L146.98438 695.23047L144.6875 688.8867L145.79688 688.8867L147.40625 693.7617ZM153.95312 695.35547Q152.65625 695.35547 151.84375 694.5117Q151.04688 693.65234 151.04688 692.23047L151.04688 692.04297Q151.04688 691.08984 151.40625 690.35547Q151.76562 689.60547 152.40625 689.1992Q153.0625 688.77734 153.8125 688.77734Q155.04688 688.77734 155.73438 689.58984Q156.42188 690.40234 156.42188 691.91797L156.42188 692.3711L152.125 692.3711Q152.15625 693.3086 152.67188 693.8867Q153.20312 694.46484 154.01562 694.46484Q154.57812 694.46484 154.96875 694.23047Q155.375 693.9961 155.6875 693.60547L156.34375 694.1211Q155.54688 695.35547 153.95312 695.35547ZM153.8125 689.66797Q153.15625 689.66797 152.70312 690.15234Q152.26562 690.6211 152.17188 691.48047L155.34375 691.48047L155.34375 691.40234Q155.29688 690.5742 154.89062 690.1211Q154.5 689.66797 153.8125 689.66797ZM158.5 695.23047L157.42188 695.23047L157.42188 686.23047L158.5 686.23047L158.5 695.23047ZM162.39062 693.6367L163.875 688.8867L165.03125 688.8867L162.48438 696.21484Q161.89062 697.79297 160.60938 697.79297L160.39062 697.77734L160.0 697.6992L160.0 696.8242L160.28125 696.83984Q160.84375 696.83984 161.14062 696.6211Q161.45312 696.40234 161.65625 695.8086L161.89062 695.15234L159.625 688.8867L160.8125 688.8867L162.39062 693.6367Z" fill-rule="nonzero"/><path fill="#666666" d="M64.0625 707.0117Q64.0625 705.54297 64.75 704.66797Q65.4375 703.77734 66.5625 703.77734Q67.671875 703.77734 68.328125 704.52734L68.328125 701.23047L69.40625 701.23047L69.40625 710.23047L68.40625 710.23047L68.359375 709.54297Q67.703125 710.35547 66.546875 710.35547Q65.453125 710.35547 64.75 709.4492Q64.0625 708.54297 64.0625 707.08984L64.0625 707.0117ZM65.140625 707.1367Q65.140625 708.21484 65.578125 708.8242Q66.03125 709.4336 66.8125 709.4336Q67.84375 709.4336 68.328125 708.4961L68.328125 705.58984Q67.84375 704.6992 66.828125 704.6992Q66.03125 704.6992 65.578125 705.3086Q65.140625 705.91797 65.140625 707.1367ZM73.953125 710.35547Q72.65625 710.35547 71.84375 709.5117Q71.046875 708.65234 71.046875 707.23047L71.046875 707.04297Q71.046875 706.08984 71.40625 705.35547Q71.765625 704.60547 72.40625 704.1992Q73.0625 703.77734 73.8125 703.77734Q75.046875 703.77734 75.734375 704.58984Q76.421875 705.40234 76.421875 706.91797L76.421875 707.3711L72.125 707.3711Q72.15625 708.3086 72.671875 708.8867Q73.203125 709.46484 74.015625 709.46484Q74.578125 709.46484 74.96875 709.23047Q75.375 708.9961 75.6875 708.60547L76.34375 709.1211Q75.546875 710.35547 73.953125 710.35547ZM73.8125 704.66797Q73.15625 704.66797 72.703125 705.15234Q72.265625 705.6211 72.171875 706.48047L75.34375 706.48047L75.34375 706.40234Q75.296875 705.5742 74.890625 705.1211Q74.5 704.66797 73.8125 704.66797ZM82.6875 707.1367Q82.6875 708.58984 82.015625 709.48047Q81.359375 710.35547 80.234375 710.35547Q79.03125 710.35547 78.375 709.4961L78.3125 710.23047L77.328125 710.23047L77.328125 701.23047L78.40625 701.23047L78.40625 704.58984Q79.0625 703.77734 80.21875 703.77734Q81.375 703.77734 82.03125 704.65234Q82.6875 705.5117 82.6875 707.04297L82.6875 707.1367ZM81.609375 707.0117Q81.609375 705.90234 81.171875 705.3086Q80.75 704.6992 79.953125 704.6992Q78.875 704.6992 78.40625 705.6836L78.40625 708.4336Q78.90625 709.4336 79.953125 709.4336Q80.734375 709.4336 81.171875 708.8242Q81.609375 708.21484 81.609375 707.0117ZM88.234375 709.60547Q87.609375 710.35547 86.375 710.35547Q85.359375 710.35547 84.828125 709.7617Q84.296875 709.16797 84.296875 708.0117L84.296875 703.8867L85.375 703.8867L85.375 707.98047Q85.375 709.4336 86.546875 709.4336Q87.796875 709.4336 88.203125 708.4961L88.203125 703.8867L89.296875 703.8867L89.296875 710.23047L88.265625 710.23047L88.234375 709.60547ZM91.0625 707.0117Q91.0625 705.52734 91.75 704.65234Q92.4375 703.77734 93.5625 703.77734Q94.71875 703.77734 95.375 704.58984L95.421875 703.8867L96.421875 703.8867L96.421875 710.0742Q96.421875 711.3086 95.6875 712.0117Q94.953125 712.73047 93.734375 712.73047Q93.046875 712.73047 92.390625 712.4336Q91.734375 712.1367 91.390625 711.6367L91.953125 710.98047Q92.640625 711.83984 93.65625 711.83984Q94.4375 711.83984 94.875 711.3867Q95.328125 710.9492 95.328125 710.1367L95.328125 709.58984Q94.671875 710.35547 93.546875 710.35547Q92.4375 710.35547 91.75 709.46484Q91.0625 708.5586 91.0625 707.0117ZM92.15625 707.1367Q92.15625 708.1992 92.59375 708.8242Q93.03125 709.4336 93.828125 709.4336Q94.84375 709.4336 95.328125 708.4961L95.328125 705.60547Q94.828125 704.6992 93.828125 704.6992Q93.046875 704.6992 92.59375 705.3086Q92.15625 705.91797 92.15625 707.1367ZM105.234375 709.60547Q104.609375 710.35547 103.375 710.35547Q102.359375 710.35547 101.828125 709.7617Q101.296875 709.16797 101.296875 708.0117L101.296875 703.8867L102.375 703.8867L102.375 707.98047Q102.375 709.4336 103.546875 709.4336Q104.796875 709.4336 105.203125 708.4961L105.203125 703.8867L106.296875 703.8867L106.296875 710.23047L105.265625 710.23047L105.234375 709.60547ZM112.015625 708.54297Q112.015625 708.10547 111.671875 707.8711Q111.34375 707.6211 110.515625 707.4492Q109.703125 707.27734 109.21875 707.02734Q108.734375 706.77734 108.5 706.4492Q108.28125 706.10547 108.28125 705.6367Q108.28125 704.85547 108.9375 704.3242Q109.59375 703.77734 110.625 703.77734Q111.703125 703.77734 112.359375 704.33984Q113.03125 704.8867 113.03125 705.7461L111.953125 705.7461Q111.953125 705.3086 111.5625 704.9961Q111.1875 704.66797 110.625 704.66797Q110.03125 704.66797 109.6875 704.9336Q109.359375 705.1836 109.359375 705.58984Q109.359375 705.98047 109.671875 706.1836Q109.984375 706.3867 110.796875 706.5742Q111.609375 706.7461 112.109375 706.9961Q112.609375 707.2461 112.84375 707.60547Q113.09375 707.96484 113.09375 708.46484Q113.09375 709.3242 112.40625 709.83984Q111.734375 710.35547 110.65625 710.35547Q109.890625 710.35547 109.296875 710.08984Q108.71875 709.8086 108.390625 709.3242Q108.0625 708.83984 108.0625 708.27734L109.140625 708.27734Q109.171875 708.8242 109.578125 709.15234Q109.984375 709.46484 110.65625 709.46484Q111.265625 709.46484 111.640625 709.21484Q112.015625 708.96484 112.015625 708.54297ZM116.953125 710.35547Q115.65625 710.35547 114.84375 709.5117Q114.046875 708.65234 114.046875 707.23047L114.046875 707.04297Q114.046875 706.08984 114.40625 705.35547Q114.765625 704.60547 115.40625 704.1992Q116.0625 703.77734 116.8125 703.77734Q118.046875 703.77734 118.734375 704.58984Q119.421875 705.40234 119.421875 706.91797L119.421875 707.3711L115.125 707.3711Q115.15625 708.3086 115.671875 708.8867Q116.203125 709.46484 117.015625 709.46484Q117.578125 709.46484 117.96875 709.23047Q118.375 708.9961 118.6875 708.60547L119.34375 709.1211Q118.546875 710.35547 116.953125 710.35547ZM116.8125 704.66797Q116.15625 704.66797 115.703125 705.15234Q115.265625 705.6211 115.171875 706.48047L118.34375 706.48047L118.34375 706.40234Q118.296875 705.5742 117.890625 705.1211Q117.5 704.66797 116.8125 704.66797ZM124.015625 708.54297Q124.015625 708.10547 123.671875 707.8711Q123.34375 707.6211 122.515625 707.4492Q121.703125 707.27734 121.21875 707.02734Q120.734375 706.77734 120.5 706.4492Q120.28125 706.10547 120.28125 705.6367Q120.28125 704.85547 120.9375 704.3242Q121.59375 703.77734 122.625 703.77734Q123.703125 703.77734 124.359375 704.33984Q125.03125 704.8867 125.03125 705.7461L123.953125 705.7461Q123.953125 705.3086 123.5625 704.9961Q123.1875 704.66797 122.625 704.66797Q122.03125 704.66797 121.6875 704.9336Q121.359375 705.1836 121.359375 705.58984Q121.359375 705.98047 121.671875 706.1836Q121.984375 706.3867 122.796875 706.5742Q123.609375 706.7461 124.109375 706.9961Q124.609375 707.2461 124.84375 707.60547Q125.09375 707.96484 125.09375 708.46484Q125.09375 709.3242 124.40625 709.83984Q123.734375 710.35547 122.65625 710.35547Q121.890625 710.35547 121.296875 710.08984Q120.71875 709.8086 120.390625 709.3242Q120.0625 708.83984 120.0625 708.27734L121.140625 708.27734Q121.171875 708.8242 121.578125 709.15234Q121.984375 709.46484 122.65625 709.46484Q123.265625 709.46484 123.640625 709.21484Q124.015625 708.96484 124.015625 708.54297ZM129.03125 706.9961Q129.03125 706.0742 129.39062 705.3242Q129.76562 704.5742 130.42188 704.1836Q131.07812 703.77734 131.90625 703.77734Q133.20312 703.77734 134.0 704.66797Q134.8125 705.5586 134.8125 707.0586L134.8125 707.1367Q134.8125 708.0586 134.45312 708.79297Q134.09375 709.52734 133.4375 709.9492Q132.78125 710.35547 131.92188 710.35547Q130.64062 710.35547 129.82812 709.46484Q129.03125 708.5586 129.03125 707.0742L129.03125 706.9961ZM130.125 707.1367Q130.125 708.1836 130.60938 708.8242Q131.10938 709.46484 131.92188 709.46484Q132.75 709.46484 133.23438 708.8242Q133.71875 708.16797 133.71875 706.9961Q133.71875 705.96484 133.21875 705.3242Q132.73438 704.66797 131.90625 704.66797Q131.10938 704.66797 130.60938 705.3086Q130.125 705.9336 130.125 707.1367ZM136.85938 710.23047L136.85938 704.73047L135.85938 704.73047L135.85938 703.8867L136.85938 703.8867L136.85938 703.2461Q136.85938 702.21484 137.39062 701.66797Q137.9375 701.10547 138.9375 701.10547Q139.3125 701.10547 139.6875 701.1992L139.625 702.08984Q139.34375 702.02734 139.04688 702.02734Q138.51562 702.02734 138.21875 702.33984Q137.9375 702.65234 137.9375 703.21484L137.9375 703.8867L139.29688 703.8867L139.29688 704.73047L137.9375 704.73047L137.9375 710.23047L136.85938 710.23047ZM149.79688 709.10547Q149.35938 709.73047 148.57812 710.04297Q147.79688 710.35547 146.76562 710.35547Q145.73438 710.35547 144.92188 709.8711Q144.10938 709.3711 143.67188 708.46484Q143.23438 707.5586 143.21875 706.3711L143.21875 705.6367Q143.21875 703.6992 144.10938 702.6367Q145.01562 701.5742 146.64062 701.5742Q147.98438 701.5742 148.79688 702.2617Q149.60938 702.9492 149.79688 704.1992L148.67188 704.1992Q148.34375 702.5117 146.65625 702.5117Q145.51562 702.5117 144.9375 703.3086Q144.35938 704.08984 144.34375 705.60547L144.34375 706.29297Q144.34375 707.73047 145.0 708.58984Q145.65625 709.4336 146.78125 709.4336Q147.40625 709.4336 147.875 709.29297Q148.35938 709.15234 148.67188 708.8086L148.67188 706.90234L146.70312 706.90234L146.70312 705.98047L149.79688 705.98047L149.79688 709.10547ZM151.03125 706.9961Q151.03125 706.0742 151.39062 705.3242Q151.76562 704.5742 152.42188 704.1836Q153.07812 703.77734 153.90625 703.77734Q155.20312 703.77734 156.0 704.66797Q156.8125 705.5586 156.8125 707.0586L156.8125 707.1367Q156.8125 708.0586 156.45312 708.79297Q156.09375 709.52734 155.4375 709.9492Q154.78125 710.35547 153.92188 710.35547Q152.64062 710.35547 151.82812 709.46484Q151.03125 708.5586 151.03125 707.0742L151.03125 706.9961ZM152.125 707.1367Q152.125 708.1836 152.60938 708.8242Q153.10938 709.46484 153.92188 709.46484Q154.75 709.46484 155.23438 708.8242Q155.71875 708.16797 155.71875 706.9961Q155.71875 705.96484 155.21875 705.3242Q154.73438 704.66797 153.90625 704.66797Q153.10938 704.66797 152.60938 705.3086Q152.125 705.9336 152.125 707.1367ZM158.39062 704.10547L157.78125 703.6836Q158.32812 702.91797 158.34375 702.0742L158.34375 701.23047L159.42188 701.23047L159.42188 701.9961Q159.40625 702.5742 159.125 703.16797Q158.84375 703.7461 158.39062 704.10547ZM164.01562 708.54297Q164.01562 708.10547 163.67188 707.8711Q163.34375 707.6211 162.51562 707.4492Q161.70312 707.27734 161.21875 707.02734Q160.73438 706.77734 160.5 706.4492Q160.28125 706.10547 160.28125 705.6367Q160.28125 704.85547 160.9375 704.3242Q161.59375 703.77734 162.625 703.77734Q163.70312 703.77734 164.35938 704.33984Q165.03125 704.8867 165.03125 705.7461L163.95312 705.7461Q163.95312 705.3086 163.5625 704.9961Q163.1875 704.66797 162.625 704.66797Q162.03125 704.66797 161.6875 704.9336Q161.35938 705.1836 161.35938 705.58984Q161.35938 705.98047 161.67188 706.1836Q161.98438 706.3867 162.79688 706.5742Q163.60938 706.7461 164.10938 706.9961Q164.60938 707.2461 164.84375 707.60547Q165.09375 707.96484 165.09375 708.46484Q165.09375 709.3242 164.40625 709.83984Q163.73438 710.35547 162.65625 710.35547Q161.89062 710.35547 161.29688 710.08984Q160.71875 709.8086 160.39062 709.3242Q160.0625 708.83984 160.0625 708.27734L161.14062 708.27734Q161.17188 708.8242 161.57812 709.15234Q161.98438 709.46484 162.65625 709.46484Q163.26562 709.46484 163.64062 709.21484Q164.01562 708.96484 164.01562 708.54297Z" fill-rule="nonzero"/><path fill="#666666" d="M55.859375 724.46484Q56.4375 724.46484 56.875 724.1211Q57.3125 723.7617 57.359375 723.23047L58.390625 723.23047Q58.359375 723.77734 58.0 724.27734Q57.65625 724.7617 57.078125 725.0586Q56.515625 725.35547 55.859375 725.35547Q54.5625 725.35547 53.796875 724.4961Q53.046875 723.6211 53.046875 722.1211L53.046875 721.9336Q53.046875 721.0117 53.375 720.29297Q53.71875 719.5742 54.34375 719.1836Q54.984375 718.77734 55.859375 718.77734Q56.921875 718.77734 57.625 719.41797Q58.34375 720.04297 58.390625 721.0742L57.359375 721.0742Q57.3125 720.4492 56.890625 720.0586Q56.46875 719.66797 55.859375 719.66797Q55.03125 719.66797 54.578125 720.2617Q54.125 720.85547 54.125 721.98047L54.125 722.1836Q54.125 723.27734 54.578125 723.8711Q55.03125 724.46484 55.859375 724.46484ZM59.03125 721.9961Q59.03125 721.0742 59.390625 720.3242Q59.765625 719.5742 60.421875 719.1836Q61.078125 718.77734 61.90625 718.77734Q63.203125 718.77734 64.0 719.66797Q64.8125 720.5586 64.8125 722.0586L64.8125 722.1367Q64.8125 723.0586 64.453125 723.79297Q64.09375 724.52734 63.4375 724.9492Q62.78125 725.35547 61.921875 725.35547Q60.640625 725.35547 59.828125 724.46484Q59.03125 723.5586 59.03125 722.0742L59.03125 721.9961ZM60.125 722.1367Q60.125 723.1836 60.609375 723.8242Q61.109375 724.46484 61.921875 724.46484Q62.75 724.46484 63.234375 723.8242Q63.71875 723.16797 63.71875 721.9961Q63.71875 720.96484 63.21875 720.3242Q62.734375 719.66797 61.90625 719.66797Q61.109375 719.66797 60.609375 720.3086Q60.125 720.9336 60.125 722.1367ZM67.34375 718.8867L67.375 719.6836Q68.109375 718.77734 69.28125 718.77734Q71.296875 718.77734 71.3125 721.04297L71.3125 725.23047L70.21875 725.23047L70.21875 721.02734Q70.21875 720.35547 69.90625 720.02734Q69.609375 719.6992 68.953125 719.6992Q68.421875 719.6992 68.015625 719.98047Q67.625 720.2617 67.40625 720.71484L67.40625 725.23047L66.328125 725.23047L66.328125 718.8867L67.34375 718.8867ZM75.859375 724.46484Q76.4375 724.46484 76.875 724.1211Q77.3125 723.7617 77.359375 723.23047L78.390625 723.23047Q78.359375 723.77734 78.0 724.27734Q77.65625 724.7617 77.078125 725.0586Q76.515625 725.35547 75.859375 725.35547Q74.5625 725.35547 73.796875 724.4961Q73.046875 723.6211 73.046875 722.1211L73.046875 721.9336Q73.046875 721.0117 73.375 720.29297Q73.71875 719.5742 74.34375 719.1836Q74.984375 718.77734 75.859375 718.77734Q76.921875 718.77734 77.625 719.41797Q78.34375 720.04297 78.390625 721.0742L77.359375 721.0742Q77.3125 720.4492 76.890625 720.0586Q76.46875 719.66797 75.859375 719.66797Q75.03125 719.66797 74.578125 720.2617Q74.125 720.85547 74.125 721.98047L74.125 722.1836Q74.125 723.27734 74.578125 723.8711Q75.03125 724.46484 75.859375 724.46484ZM83.234375 724.60547Q82.609375 725.35547 81.375 725.35547Q80.359375 725.35547 79.828125 724.7617Q79.296875 724.16797 79.296875 723.0117L79.296875 718.8867L80.375 718.8867L80.375 722.98047Q80.375 724.4336 81.546875 724.4336Q82.796875 724.4336 83.203125 723.4961L83.203125 718.8867L84.296875 718.8867L84.296875 725.23047L83.265625 725.23047L83.234375 724.60547ZM89.390625 719.85547Q89.140625 719.8242 88.859375 719.8242Q87.78125 719.8242 87.40625 720.73047L87.40625 725.23047L86.328125 725.23047L86.328125 718.8867L87.375 718.8867L87.390625 719.6211Q87.921875 718.77734 88.90625 718.77734Q89.21875 718.77734 89.390625 718.85547L89.390625 719.85547ZM93.390625 719.85547Q93.140625 719.8242 92.859375 719.8242Q91.78125 719.8242 91.40625 720.73047L91.40625 725.23047L90.328125 725.23047L90.328125 718.8867L91.375 718.8867L91.390625 719.6211Q91.921875 718.77734 92.90625 718.77734Q93.21875 718.77734 93.390625 718.85547L93.390625 719.85547ZM96.953125 725.35547Q95.65625 725.35547 94.84375 724.5117Q94.046875 723.65234 94.046875 722.23047L94.046875 722.04297Q94.046875 721.08984 94.40625 720.35547Q94.765625 719.60547 95.40625 719.1992Q96.0625 718.77734 96.8125 718.77734Q98.046875 718.77734 98.734375 719.58984Q99.421875 720.40234 99.421875 721.91797L99.421875 722.3711L95.125 722.3711Q95.15625 723.3086 95.671875 723.8867Q96.203125 724.46484 97.015625 724.46484Q97.578125 724.46484 97.96875 724.23047Q98.375 723.9961 98.6875 723.60547L99.34375 724.1211Q98.546875 725.35547 96.953125 725.35547ZM96.8125 719.66797Q96.15625 719.66797 95.703125 720.15234Q95.265625 720.6211 95.171875 721.48047L98.34375 721.48047L98.34375 721.40234Q98.296875 720.5742 97.890625 720.1211Q97.5 719.66797 96.8125 719.66797ZM101.34375 718.8867L101.375 719.6836Q102.109375 718.77734 103.28125 718.77734Q105.296875 718.77734 105.3125 721.04297L105.3125 725.23047L104.21875 725.23047L104.21875 721.02734Q104.21875 720.35547 103.90625 720.02734Q103.609375 719.6992 102.953125 719.6992Q102.421875 719.6992 102.015625 719.98047Q101.625 720.2617 101.40625 720.71484L101.40625 725.23047L100.328125 725.23047L100.328125 718.8867L101.34375 718.8867ZM109.859375 724.46484Q110.4375 724.46484 110.875 724.1211Q111.3125 723.7617 111.359375 723.23047L112.390625 723.23047Q112.359375 723.77734 112.0 724.27734Q111.65625 724.7617 111.078125 725.0586Q110.515625 725.35547 109.859375 725.35547Q108.5625 725.35547 107.796875 724.4961Q107.046875 723.6211 107.046875 722.1211L107.046875 721.9336Q107.046875 721.0117 107.375 720.29297Q107.71875 719.5742 108.34375 719.1836Q108.984375 718.77734 109.859375 718.77734Q110.921875 718.77734 111.625 719.41797Q112.34375 720.04297 112.390625 721.0742L111.359375 721.0742Q111.3125 720.4492 110.890625 720.0586Q110.46875 719.66797 109.859375 719.66797Q109.03125 719.66797 108.578125 720.2617Q108.125 720.85547 108.125 721.98047L108.125 722.1836Q108.125 723.27734 108.578125 723.8711Q109.03125 724.46484 109.859375 724.46484ZM115.390625 723.6367L116.875 718.8867L118.03125 718.8867L115.484375 726.21484Q114.890625 727.79297 113.609375 727.79297L113.390625 727.77734L113.0 727.6992L113.0 726.8242L113.28125 726.83984Q113.84375 726.83984 114.140625 726.6211Q114.453125 726.40234 114.65625 725.8086L114.890625 725.15234L112.625 718.8867L113.8125 718.8867L115.390625 723.6367ZM122.859375 725.23047L122.859375 719.73047L121.859375 719.73047L121.859375 718.8867L122.859375 718.8867L122.859375 718.2461Q122.859375 717.21484 123.390625 716.66797Q123.9375 716.10547 124.9375 716.10547Q125.3125 716.10547 125.6875 716.1992L125.625 717.08984Q125.34375 717.02734 125.046875 717.02734Q124.515625 717.02734 124.21875 717.33984Q123.9375 717.65234 123.9375 718.21484L123.9375 718.8867L125.296875 718.8867L125.296875 719.73047L123.9375 719.73047L123.9375 725.23047L122.859375 725.23047ZM128.95312 725.35547Q127.65625 725.35547 126.84375 724.5117Q126.046875 723.65234 126.046875 722.23047L126.046875 722.04297Q126.046875 721.08984 126.40625 720.35547Q126.765625 719.60547 127.40625 719.1992Q128.0625 718.77734 128.8125 718.77734Q130.04688 718.77734 130.73438 719.58984Q131.42188 720.40234 131.42188 721.91797L131.42188 722.3711L127.125 722.3711Q127.15625 723.3086 127.671875 723.8867Q128.20312 724.46484 129.01562 724.46484Q129.57812 724.46484 129.96875 724.23047Q130.375 723.9961 130.6875 723.60547L131.34375 724.1211Q130.54688 725.35547 128.95312 725.35547ZM128.8125 719.66797Q128.15625 719.66797 127.703125 720.15234Q127.265625 720.6211 127.171875 721.48047L130.34375 721.48047L130.34375 721.40234Q130.29688 720.5742 129.89062 720.1211Q129.5 719.66797 128.8125 719.66797ZM136.23438 725.23047Q136.14062 725.04297 136.07812 724.5586Q135.32812 725.35547 134.28125 725.35547Q133.34375 725.35547 132.73438 724.8242Q132.14062 724.29297 132.14062 723.46484Q132.14062 722.48047 132.89062 721.9336Q133.64062 721.3867 135.01562 721.3867L136.0625 721.3867L136.0625 720.8867Q136.0625 720.3242 135.71875 719.9961Q135.39062 719.65234 134.71875 719.65234Q134.14062 719.65234 133.75 719.9492Q133.35938 720.23047 133.35938 720.65234L132.26562 720.65234Q132.26562 720.16797 132.59375 719.73047Q132.9375 719.29297 133.51562 719.04297Q134.09375 718.77734 134.78125 718.77734Q135.89062 718.77734 136.5 719.3242Q137.125 719.8711 137.15625 720.8242L137.15625 723.7461Q137.15625 724.6211 137.375 725.1367L137.375 725.23047L136.23438 725.23047ZM134.4375 724.40234Q134.95312 724.40234 135.40625 724.1367Q135.85938 723.8711 136.0625 723.4492L136.0625 722.15234L135.21875 722.15234Q133.21875 722.15234 133.21875 723.3242Q133.21875 723.8242 133.5625 724.1211Q133.90625 724.40234 134.4375 724.40234ZM140.79688 717.35547L140.79688 718.8867L141.96875 718.8867L141.96875 719.73047L140.79688 719.73047L140.79688 723.65234Q140.79688 724.04297 140.95312 724.23047Q141.10938 724.41797 141.48438 724.41797Q141.67188 724.41797 142.0 724.35547L142.0 725.23047Q141.57812 725.35547 141.17188 725.35547Q140.45312 725.35547 140.07812 724.91797Q139.70312 724.46484 139.70312 723.65234L139.70312 719.73047L138.54688 719.73047L138.54688 718.8867L139.70312 718.8867L139.70312 717.35547L140.79688 717.35547ZM147.23438 724.60547Q146.60938 725.35547 145.375 725.35547Q144.35938 725.35547 143.82812 724.7617Q143.29688 724.16797 143.29688 723.0117L143.29688 718.8867L144.375 718.8867L144.375 722.98047Q144.375 724.4336 145.54688 724.4336Q146.79688 724.4336 147.20312 723.4961L147.20312 718.8867L148.29688 718.8867L148.29688 725.23047L147.26562 725.23047L147.23438 724.60547ZM153.39062 719.85547Q153.14062 719.8242 152.85938 719.8242Q151.78125 719.8242 151.40625 720.73047L151.40625 725.23047L150.32812 725.23047L150.32812 718.8867L151.375 718.8867L151.39062 719.6211Q151.92188 718.77734 152.90625 718.77734Q153.21875 718.77734 153.39062 718.85547L153.39062 719.85547ZM156.95312 725.35547Q155.65625 725.35547 154.84375 724.5117Q154.04688 723.65234 154.04688 722.23047L154.04688 722.04297Q154.04688 721.08984 154.40625 720.35547Q154.76562 719.60547 155.40625 719.1992Q156.0625 718.77734 156.8125 718.77734Q158.04688 718.77734 158.73438 719.58984Q159.42188 720.40234 159.42188 721.91797L159.42188 722.3711L155.125 722.3711Q155.15625 723.3086 155.67188 723.8867Q156.20312 724.46484 157.01562 724.46484Q157.57812 724.46484 157.96875 724.23047Q158.375 723.9961 158.6875 723.60547L159.34375 724.1211Q158.54688 725.35547 156.95312 725.35547ZM156.8125 719.66797Q156.15625 719.66797 155.70312 720.15234Q155.26562 720.6211 155.17188 721.48047L158.34375 721.48047L158.34375 721.40234Q158.29688 720.5742 157.89062 720.1211Q157.5 719.66797 156.8125 719.66797ZM164.01562 723.54297Q164.01562 723.10547 163.67188 722.8711Q163.34375 722.6211 162.51562 722.4492Q161.70312 722.27734 161.21875 722.02734Q160.73438 721.77734 160.5 721.4492Q160.28125 721.10547 160.28125 720.6367Q160.28125 719.85547 160.9375 719.3242Q161.59375 718.77734 162.625 718.77734Q163.70312 718.77734 164.35938 719.33984Q165.03125 719.8867 165.03125 720.7461L163.95312 720.7461Q163.95312 720.3086 163.5625 719.9961Q163.1875 719.66797 162.625 719.66797Q162.03125 719.66797 161.6875 719.9336Q161.35938 720.1836 161.35938 720.58984Q161.35938 720.98047 161.67188 721.1836Q161.98438 721.3867 162.79688 721.5742Q163.60938 721.7461 164.10938 721.9961Q164.60938 722.2461 164.84375 722.60547Q165.09375 722.96484 165.09375 723.46484Q165.09375 724.3242 164.40625 724.83984Q163.73438 725.35547 162.65625 725.35547Q161.89062 725.35547 161.29688 725.08984Q160.71875 724.8086 160.39062 724.3242Q160.0625 723.83984 160.0625 723.27734L161.14062 723.27734Q161.17188 723.8242 161.57812 724.15234Q161.98438 724.46484 162.65625 724.46484Q163.26562 724.46484 163.64062 724.21484Q164.01562 723.96484 164.01562 723.54297Z" fill-rule="nonzero"/><path fill="#666666" d="M48.28125 736.7617Q48.28125 735.4492 48.625 734.23047Q48.984375 733.0117 49.6875 732.0117Q50.390625 731.0117 51.15625 730.60547L51.375 731.3242Q50.515625 731.98047 49.96875 733.3242Q49.421875 734.66797 49.375 736.33984L49.359375 736.83984Q49.359375 739.10547 50.1875 740.7617Q50.6875 741.7617 51.375 742.3242L51.15625 742.98047Q50.375 742.5586 49.65625 741.52734Q48.28125 739.54297 48.28125 736.7617ZM52.0625 737.0117Q52.0625 735.52734 52.75 734.65234Q53.4375 733.77734 54.5625 733.77734Q55.71875 733.77734 56.375 734.58984L56.421875 733.8867L57.421875 733.8867L57.421875 740.0742Q57.421875 741.3086 56.6875 742.0117Q55.953125 742.73047 54.734375 742.73047Q54.046875 742.73047 53.390625 742.4336Q52.734375 742.1367 52.390625 741.6367L52.953125 740.98047Q53.640625 741.83984 54.65625 741.83984Q55.4375 741.83984 55.875 741.3867Q56.328125 740.9492 56.328125 740.1367L56.328125 739.58984Q55.671875 740.35547 54.546875 740.35547Q53.4375 740.35547 52.75 739.46484Q52.0625 738.5586 52.0625 737.0117ZM53.15625 737.1367Q53.15625 738.1992 53.59375 738.8242Q54.03125 739.4336 54.828125 739.4336Q55.84375 739.4336 56.328125 738.4961L56.328125 735.60547Q55.828125 734.6992 54.828125 734.6992Q54.046875 734.6992 53.59375 735.3086Q53.15625 735.91797 53.15625 737.1367ZM59.03125 736.9961Q59.03125 736.0742 59.390625 735.3242Q59.765625 734.5742 60.421875 734.1836Q61.078125 733.77734 61.90625 733.77734Q63.203125 733.77734 64.0 734.66797Q64.8125 735.5586 64.8125 737.0586L64.8125 737.1367Q64.8125 738.0586 64.453125 738.79297Q64.09375 739.52734 63.4375 739.9492Q62.78125 740.35547 61.921875 740.35547Q60.640625 740.35547 59.828125 739.46484Q59.03125 738.5586 59.03125 737.0742L59.03125 736.9961ZM60.125 737.1367Q60.125 738.1836 60.609375 738.8242Q61.109375 739.46484 61.921875 739.46484Q62.75 739.46484 63.234375 738.8242Q63.71875 738.16797 63.71875 736.9961Q63.71875 735.96484 63.21875 735.3242Q62.734375 734.66797 61.90625 734.66797Q61.109375 734.66797 60.609375 735.3086Q60.125 735.9336 60.125 737.1367ZM69.390625 734.85547Q69.140625 734.8242 68.859375 734.8242Q67.78125 734.8242 67.40625 735.73047L67.40625 740.23047L66.328125 740.23047L66.328125 733.8867L67.375 733.8867L67.390625 734.6211Q67.921875 733.77734 68.90625 733.77734Q69.21875 733.77734 69.390625 733.85547L69.390625 734.85547ZM70.03125 736.9961Q70.03125 736.0742 70.390625 735.3242Q70.765625 734.5742 71.421875 734.1836Q72.078125 733.77734 72.90625 733.77734Q74.203125 733.77734 75.0 734.66797Q75.8125 735.5586 75.8125 737.0586L75.8125 737.1367Q75.8125 738.0586 75.453125 738.79297Q75.09375 739.52734 74.4375 739.9492Q73.78125 740.35547 72.921875 740.35547Q71.640625 740.35547 70.828125 739.46484Q70.03125 738.5586 70.03125 737.0742L70.03125 736.9961ZM71.125 737.1367Q71.125 738.1836 71.609375 738.8242Q72.109375 739.46484 72.921875 739.46484Q73.75 739.46484 74.234375 738.8242Q74.71875 738.16797 74.71875 736.9961Q74.71875 735.96484 74.21875 735.3242Q73.734375 734.66797 72.90625 734.66797Q72.109375 734.66797 71.609375 735.3086Q71.125 735.9336 71.125 737.1367ZM81.234375 739.60547Q80.609375 740.35547 79.375 740.35547Q78.359375 740.35547 77.828125 739.7617Q77.296875 739.16797 77.296875 738.0117L77.296875 733.8867L78.375 733.8867L78.375 737.98047Q78.375 739.4336 79.546875 739.4336Q80.796875 739.4336 81.203125 738.4961L81.203125 733.8867L82.296875 733.8867L82.296875 740.23047L81.265625 740.23047L81.234375 739.60547ZM85.796875 732.35547L85.796875 733.8867L86.96875 733.8867L86.96875 734.73047L85.796875 734.73047L85.796875 738.65234Q85.796875 739.04297 85.953125 739.23047Q86.109375 739.41797 86.484375 739.41797Q86.671875 739.41797 87.0 739.35547L87.0 740.23047Q86.578125 740.35547 86.171875 740.35547Q85.453125 740.35547 85.078125 739.91797Q84.703125 739.46484 84.703125 738.65234L84.703125 734.73047L83.546875 734.73047L83.546875 733.8867L84.703125 733.8867L84.703125 732.35547L85.796875 732.35547ZM89.5 740.23047L88.421875 740.23047L88.421875 733.8867L89.5 733.8867L89.5 740.23047ZM88.328125 732.21484Q88.328125 731.9492 88.484375 731.7617Q88.65625 731.5742 88.96875 731.5742Q89.28125 731.5742 89.4375 731.7617Q89.609375 731.9492 89.609375 732.21484Q89.609375 732.46484 89.4375 732.65234Q89.28125 732.8242 88.96875 732.8242Q88.65625 732.8242 88.484375 732.65234Q88.328125 732.46484 88.328125 732.21484ZM92.34375 733.8867L92.375 734.6836Q93.109375 733.77734 94.28125 733.77734Q96.296875 733.77734 96.3125 736.04297L96.3125 740.23047L95.21875 740.23047L95.21875 736.02734Q95.21875 735.35547 94.90625 735.02734Q94.609375 734.6992 93.953125 734.6992Q93.421875 734.6992 93.015625 734.98047Q92.625 735.2617 92.40625 735.71484L92.40625 740.23047L91.328125 740.23047L91.328125 733.8867L92.34375 733.8867ZM100.953125 740.35547Q99.65625 740.35547 98.84375 739.5117Q98.046875 738.65234 98.046875 737.23047L98.046875 737.04297Q98.046875 736.08984 98.40625 735.35547Q98.765625 734.60547 99.40625 734.1992Q100.0625 733.77734 100.8125 733.77734Q102.046875 733.77734 102.734375 734.58984Q103.421875 735.40234 103.421875 736.91797L103.421875 737.3711L99.125 737.3711Q99.15625 738.3086 99.671875 738.8867Q100.203125 739.46484 101.015625 739.46484Q101.578125 739.46484 101.96875 739.23047Q102.375 738.9961 102.6875 738.60547L103.34375 739.1211Q102.546875 740.35547 100.953125 740.35547ZM100.8125 734.66797Q100.15625 734.66797 99.703125 735.15234Q99.265625 735.6211 99.171875 736.48047L102.34375 736.48047L102.34375 736.40234Q102.296875 735.5742 101.890625 735.1211Q101.5 734.66797 100.8125 734.66797ZM108.015625 738.54297Q108.015625 738.10547 107.671875 737.8711Q107.34375 737.6211 106.515625 737.4492Q105.703125 737.27734 105.21875 737.02734Q104.734375 736.77734 104.5 736.4492Q104.28125 736.10547 104.28125 735.6367Q104.28125 734.85547 104.9375 734.3242Q105.59375 733.77734 106.625 733.77734Q107.703125 733.77734 108.359375 734.33984Q109.03125 734.8867 109.03125 735.7461L107.953125 735.7461Q107.953125 735.3086 107.5625 734.9961Q107.1875 734.66797 106.625 734.66797Q106.03125 734.66797 105.6875 734.9336Q105.359375 735.1836 105.359375 735.58984Q105.359375 735.98047 105.671875 736.1836Q105.984375 736.3867 106.796875 736.5742Q107.609375 736.7461 108.109375 736.9961Q108.609375 737.2461 108.84375 737.60547Q109.09375 737.96484 109.09375 738.46484Q109.09375 739.3242 108.40625 739.83984Q107.734375 740.35547 106.65625 740.35547Q105.890625 740.35547 105.296875 740.08984Q104.71875 739.8086 104.390625 739.3242Q104.0625 738.83984 104.0625 738.27734L105.140625 738.27734Q105.171875 738.8242 105.578125 739.15234Q105.984375 739.46484 106.65625 739.46484Q107.265625 739.46484 107.640625 739.21484Q108.015625 738.96484 108.015625 738.54297ZM110.28125 741.9336L109.671875 741.5117Q110.21875 740.7461 110.25 739.91797L110.25 738.9492L111.3125 738.9492L111.3125 739.79297Q111.3125 740.3867 111.015625 740.98047Q110.71875 741.5742 110.28125 741.9336ZM117.859375 739.46484Q118.4375 739.46484 118.875 739.1211Q119.3125 738.7617 119.359375 738.23047L120.390625 738.23047Q120.359375 738.77734 120.0 739.27734Q119.65625 739.7617 119.078125 740.0586Q118.515625 740.35547 117.859375 740.35547Q116.5625 740.35547 115.796875 739.4961Q115.046875 738.6211 115.046875 737.1211L115.046875 736.9336Q115.046875 736.0117 115.375 735.29297Q115.71875 734.5742 116.34375 734.1836Q116.984375 733.77734 117.859375 733.77734Q118.921875 733.77734 119.625 734.41797Q120.34375 735.04297 120.390625 736.0742L119.359375 736.0742Q119.3125 735.4492 118.890625 735.0586Q118.46875 734.66797 117.859375 734.66797Q117.03125 734.66797 116.578125 735.2617Q116.125 735.85547 116.125 736.98047L116.125 737.1836Q116.125 738.27734 116.578125 738.8711Q117.03125 739.46484 117.859375 739.46484ZM122.40625 734.65234Q123.125 733.77734 124.28125 733.77734Q126.296875 733.77734 126.3125 736.04297L126.3125 740.23047L125.21875 740.23047L125.21875 736.02734Q125.21875 735.35547 124.90625 735.02734Q124.609375 734.6992 123.953125 734.6992Q123.421875 734.6992 123.015625 734.98047Q122.625 735.2617 122.40625 735.71484L122.40625 740.23047L121.328125 740.23047L121.328125 731.23047L122.40625 731.23047L122.40625 734.65234ZM132.23438 740.23047Q132.14062 740.04297 132.07812 739.5586Q131.32812 740.35547 130.28125 740.35547Q129.34375 740.35547 128.73438 739.8242Q128.14062 739.29297 128.14062 738.46484Q128.14062 737.48047 128.89062 736.9336Q129.64062 736.3867 131.01562 736.3867L132.0625 736.3867L132.0625 735.8867Q132.0625 735.3242 131.71875 734.9961Q131.39062 734.65234 130.71875 734.65234Q130.14062 734.65234 129.75 734.9492Q129.35938 735.23047 129.35938 735.65234L128.26562 735.65234Q128.26562 735.16797 128.59375 734.73047Q128.9375 734.29297 129.51562 734.04297Q130.09375 733.77734 130.78125 733.77734Q131.89062 733.77734 132.5 734.3242Q133.125 734.8711 133.15625 735.8242L133.15625 738.7461Q133.15625 739.6211 133.375 740.1367L133.375 740.23047L132.23438 740.23047ZM130.4375 739.40234Q130.95312 739.40234 131.40625 739.1367Q131.85938 738.8711 132.0625 738.4492L132.0625 737.15234L131.21875 737.15234Q129.21875 737.15234 129.21875 738.3242Q129.21875 738.8242 129.5625 739.1211Q129.90625 739.40234 130.4375 739.40234ZM136.34375 733.8867L136.375 734.6836Q137.10938 733.77734 138.28125 733.77734Q140.29688 733.77734 140.3125 736.04297L140.3125 740.23047L139.21875 740.23047L139.21875 736.02734Q139.21875 735.35547 138.90625 735.02734Q138.60938 734.6992 137.95312 734.6992Q137.42188 734.6992 137.01562 734.98047Q136.625 735.2617 136.40625 735.71484L136.40625 740.23047L135.32812 740.23047L135.32812 733.8867L136.34375 733.8867ZM143.34375 733.8867L143.375 734.6836Q144.10938 733.77734 145.28125 733.77734Q147.29688 733.77734 147.3125 736.04297L147.3125 740.23047L146.21875 740.23047L146.21875 736.02734Q146.21875 735.35547 145.90625 735.02734Q145.60938 734.6992 144.95312 734.6992Q144.42188 734.6992 144.01562 734.98047Q143.625 735.2617 143.40625 735.71484L143.40625 740.23047L142.32812 740.23047L142.32812 733.8867L143.34375 733.8867ZM151.95312 740.35547Q150.65625 740.35547 149.84375 739.5117Q149.04688 738.65234 149.04688 737.23047L149.04688 737.04297Q149.04688 736.08984 149.40625 735.35547Q149.76562 734.60547 150.40625 734.1992Q151.0625 733.77734 151.8125 733.77734Q153.04688 733.77734 153.73438 734.58984Q154.42188 735.40234 154.42188 736.91797L154.42188 737.3711L150.125 737.3711Q150.15625 738.3086 150.67188 738.8867Q151.20312 739.46484 152.01562 739.46484Q152.57812 739.46484 152.96875 739.23047Q153.375 738.9961 153.6875 738.60547L154.34375 739.1211Q153.54688 740.35547 151.95312 740.35547ZM151.8125 734.66797Q151.15625 734.66797 150.70312 735.15234Q150.26562 735.6211 150.17188 736.48047L153.34375 736.48047L153.34375 736.40234Q153.29688 735.5742 152.89062 735.1211Q152.5 734.66797 151.8125 734.66797ZM156.5 740.23047L155.42188 740.23047L155.42188 731.23047L156.5 731.23047L156.5 740.23047ZM162.01562 738.54297Q162.01562 738.10547 161.67188 737.8711Q161.34375 737.6211 160.51562 737.4492Q159.70312 737.27734 159.21875 737.02734Q158.73438 736.77734 158.5 736.4492Q158.28125 736.10547 158.28125 735.6367Q158.28125 734.85547 158.9375 734.3242Q159.59375 733.77734 160.625 733.77734Q161.70312 733.77734 162.35938 734.33984Q163.03125 734.8867 163.03125 735.7461L161.95312 735.7461Q161.95312 735.3086 161.5625 734.9961Q161.1875 734.66797 160.625 734.66797Q160.03125 734.66797 159.6875 734.9336Q159.35938 735.1836 159.35938 735.58984Q159.35938 735.98047 159.67188 736.1836Q159.98438 736.3867 160.79688 736.5742Q161.60938 736.7461 162.10938 736.9961Q162.60938 737.2461 162.84375 737.60547Q163.09375 737.96484 163.09375 738.46484Q163.09375 739.3242 162.40625 739.83984Q161.73438 740.35547 160.65625 740.35547Q159.89062 740.35547 159.29688 740.08984Q158.71875 739.8086 158.39062 739.3242Q158.0625 738.83984 158.0625 738.27734L159.14062 738.27734Q159.17188 738.8242 159.57812 739.15234Q159.98438 739.46484 160.65625 739.46484Q161.26562 739.46484 161.64062 739.21484Q162.01562 738.96484 162.01562 738.54297ZM164.28125 741.9336L163.67188 741.5117Q164.21875 740.7461 164.25 739.91797L164.25 738.9492L165.3125 738.9492L165.3125 739.79297Q165.3125 740.3867 165.01562 740.98047Q164.71875 741.5742 164.28125 741.9336Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 769.7724Q169.5625 771.67865 168.90625 772.61615Q168.26562 773.538 166.875 773.538Q165.51562 773.538 164.85938 772.6318Q164.20312 771.7255 164.17188 769.913L164.17188 768.4755Q164.17188 766.5849 164.8125 765.67865Q165.46875 764.7568 166.85938 764.7568Q168.23438 764.7568 168.89062 765.6474Q169.54688 766.5224 169.5625 768.36615L169.5625 769.7724ZM168.46875 768.288Q168.46875 766.913 168.07812 766.288Q167.70312 765.6474 166.85938 765.6474Q166.03125 765.6474 165.64062 766.288Q165.26562 766.913 165.26562 768.2099L165.26562 769.9443Q165.26562 771.3193 165.65625 771.99115Q166.0625 772.6474 166.875 772.6474Q167.67188 772.6474 168.0625 772.0224Q168.45312 771.3974 168.46875 770.0693L168.46875 768.288ZM171.10938 766.5224Q171.10938 765.7568 171.59375 765.2568Q172.09375 764.7568 172.85938 764.7568Q173.64062 764.7568 174.125 765.2568Q174.60938 765.7568 174.60938 766.55365L174.60938 766.9755Q174.60938 767.74115 174.10938 768.24115Q173.625 768.7255 172.875 768.7255Q172.10938 768.7255 171.60938 768.24115Q171.10938 767.74115 171.10938 766.92865L171.10938 766.5224ZM171.92188 766.9755Q171.92188 767.42865 172.17188 767.7255Q172.4375 768.0224 172.875 768.0224Q173.29688 768.0224 173.54688 767.74115Q173.79688 767.4443 173.79688 766.9443L173.79688 766.5224Q173.79688 766.0693 173.54688 765.7724Q173.29688 765.4599 172.85938 765.4599Q172.42188 765.4599 172.17188 765.7724Q171.92188 766.0693 171.92188 766.538L171.92188 766.9755ZM175.26562 771.3193Q175.26562 770.55365 175.75 770.0693Q176.25 769.5693 177.01562 769.5693Q177.78125 769.5693 178.26562 770.0693Q178.76562 770.55365 178.76562 771.36615L178.76562 771.7724Q178.76562 772.538 178.28125 773.038Q177.79688 773.538 177.03125 773.538Q176.26562 773.538 175.76562 773.05365Q175.26562 772.55365 175.26562 771.74115L175.26562 771.3193ZM176.07812 771.7724Q176.07812 772.24115 176.32812 772.538Q176.59375 772.8349 177.03125 772.8349Q177.45312 772.8349 177.70312 772.55365Q177.95312 772.2568 177.95312 771.7568L177.95312 771.3193Q177.95312 770.8505 177.6875 770.5693Q177.4375 770.2724 177.01562 770.2724Q176.59375 770.2724 176.32812 770.5693Q176.07812 770.8505 176.07812 771.3505L176.07812 771.7724ZM173.125 772.7724L172.5 772.3818L176.67188 765.7099L177.28125 766.1005L173.125 772.7724Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 773.413L260.197 773.413L260.197 772.6318L263.15012 769.3505Q263.80637 768.6005 264.05637 768.1474Q264.30637 767.67865 264.30637 767.17865Q264.30637 766.5068 263.90012 766.0849Q263.5095 765.6474 262.822 765.6474Q262.02512 765.6474 261.572 766.11615Q261.11887 766.5693 261.11887 767.3974L260.04074 767.3974Q260.04074 766.2099 260.79074 765.49115Q261.55637 764.7568 262.822 764.7568Q264.02512 764.7568 264.71262 765.3818Q265.40012 766.0068 265.40012 767.05365Q265.40012 768.30365 263.79074 770.05365L261.5095 772.5224L265.79074 772.5224L265.79074 773.413ZM267.697 769.1318L268.1345 764.8818L272.5095 764.8818L272.5095 765.8818L269.05637 765.8818L268.79074 768.2099Q269.43137 767.8349 270.22824 767.8349Q271.3845 767.8349 272.072 768.61615Q272.7595 769.3818 272.7595 770.6943Q272.7595 772.0068 272.04074 772.7724Q271.33762 773.538 270.05637 773.538Q268.93137 773.538 268.21262 772.913Q267.49387 772.2724 267.40012 771.163L268.41574 771.163Q268.52512 771.8974 268.947 772.2724Q269.36887 772.6474 270.05637 772.6474Q270.80637 772.6474 271.24387 772.1318Q271.68137 771.61615 271.68137 770.7099Q271.68137 769.8505 271.21262 769.3349Q270.74387 768.8193 269.96262 768.8193Q269.2595 768.8193 268.85324 769.11615L268.572 769.3505L267.697 769.1318ZM274.10324 766.5224Q274.10324 765.7568 274.58762 765.2568Q275.08762 764.7568 275.85324 764.7568Q276.6345 764.7568 277.11887 765.2568Q277.60324 765.7568 277.60324 766.55365L277.60324 766.9755Q277.60324 767.74115 277.10324 768.24115Q276.61887 768.7255 275.86887 768.7255Q275.10324 768.7255 274.60324 768.24115Q274.10324 767.74115 274.10324 766.92865L274.10324 766.5224ZM274.91574 766.9755Q274.91574 767.42865 275.16574 767.7255Q275.43137 768.0224 275.86887 768.0224Q276.29074 768.0224 276.54074 767.74115Q276.79074 767.4443 276.79074 766.9443L276.79074 766.5224Q276.79074 766.0693 276.54074 765.7724Q276.29074 765.4599 275.85324 765.4599Q275.41574 765.4599 275.16574 765.7724Q274.91574 766.0693 274.91574 766.538L274.91574 766.9755ZM278.2595 771.3193Q278.2595 770.55365 278.74387 770.0693Q279.24387 769.5693 280.0095 769.5693Q280.77512 769.5693 281.2595 770.0693Q281.7595 770.55365 281.7595 771.36615L281.7595 771.7724Q281.7595 772.538 281.27512 773.038Q280.79074 773.538 280.02512 773.538Q279.2595 773.538 278.7595 773.05365Q278.2595 772.55365 278.2595 771.74115L278.2595 771.3193ZM279.072 771.7724Q279.072 772.24115 279.322 772.538Q279.58762 772.8349 280.02512 772.8349Q280.447 772.8349 280.697 772.55365Q280.947 772.2568 280.947 771.7568L280.947 771.3193Q280.947 770.8505 280.68137 770.5693Q280.43137 770.2724 280.0095 770.2724Q279.58762 770.2724 279.322 770.5693Q279.072 770.8505 279.072 771.3505L279.072 771.7724ZM276.11887 772.7724L275.49387 772.3818L279.66574 765.7099L280.27512 766.1005L276.11887 772.7724Z" fill-rule="nonzero"/><path fill="#666666" d="M360.19083 769.1318L360.62833 764.8818L365.00333 764.8818L365.00333 765.8818L361.5502 765.8818L361.28458 768.2099Q361.9252 767.8349 362.72208 767.8349Q363.87833 767.8349 364.56583 768.61615Q365.25333 769.3818 365.25333 770.6943Q365.25333 772.0068 364.53458 772.7724Q363.83145 773.538 362.5502 773.538Q361.4252 773.538 360.70645 772.913Q359.9877 772.2724 359.89395 771.163L360.90958 771.163Q361.01895 771.8974 361.44083 772.2724Q361.8627 772.6474 362.5502 772.6474Q363.3002 772.6474 363.7377 772.1318Q364.1752 771.61615 364.1752 770.7099Q364.1752 769.8505 363.70645 769.3349Q363.2377 768.8193 362.45645 768.8193Q361.75333 768.8193 361.34708 769.11615L361.06583 769.3505L360.19083 769.1318ZM372.0502 769.7724Q372.0502 771.67865 371.39395 772.61615Q370.75333 773.538 369.3627 773.538Q368.00333 773.538 367.34708 772.6318Q366.69083 771.7255 366.65958 769.913L366.65958 768.4755Q366.65958 766.5849 367.3002 765.67865Q367.95645 764.7568 369.34708 764.7568Q370.72208 764.7568 371.37833 765.6474Q372.03458 766.5224 372.0502 768.36615L372.0502 769.7724ZM370.95645 768.288Q370.95645 766.913 370.56583 766.288Q370.19083 765.6474 369.34708 765.6474Q368.51895 765.6474 368.12833 766.288Q367.75333 766.913 367.75333 768.2099L367.75333 769.9443Q367.75333 771.3193 368.14395 771.99115Q368.5502 772.6474 369.3627 772.6474Q370.15958 772.6474 370.5502 772.0224Q370.94083 771.3974 370.95645 770.0693L370.95645 768.288ZM373.59708 766.5224Q373.59708 765.7568 374.08145 765.2568Q374.58145 764.7568 375.34708 764.7568Q376.12833 764.7568 376.6127 765.2568Q377.09708 765.7568 377.09708 766.55365L377.09708 766.9755Q377.09708 767.74115 376.59708 768.24115Q376.1127 768.7255 375.3627 768.7255Q374.59708 768.7255 374.09708 768.24115Q373.59708 767.74115 373.59708 766.92865L373.59708 766.5224ZM374.40958 766.9755Q374.40958 767.42865 374.65958 767.7255Q374.9252 768.0224 375.3627 768.0224Q375.78458 768.0224 376.03458 767.74115Q376.28458 767.4443 376.28458 766.9443L376.28458 766.5224Q376.28458 766.0693 376.03458 765.7724Q375.78458 765.4599 375.34708 765.4599Q374.90958 765.4599 374.65958 765.7724Q374.40958 766.0693 374.40958 766.538L374.40958 766.9755ZM377.75333 771.3193Q377.75333 770.55365 378.2377 770.0693Q378.7377 769.5693 379.50333 769.5693Q380.26895 769.5693 380.75333 770.0693Q381.25333 770.55365 381.25333 771.36615L381.25333 771.7724Q381.25333 772.538 380.76895 773.038Q380.28458 773.538 379.51895 773.538Q378.75333 773.538 378.25333 773.05365Q377.75333 772.55365 377.75333 771.74115L377.75333 771.3193ZM378.56583 771.7724Q378.56583 772.24115 378.81583 772.538Q379.08145 772.8349 379.51895 772.8349Q379.94083 772.8349 380.19083 772.55365Q380.44083 772.2568 380.44083 771.7568L380.44083 771.3193Q380.44083 770.8505 380.1752 770.5693Q379.9252 770.2724 379.50333 770.2724Q379.08145 770.2724 378.81583 770.5693Q378.56583 770.8505 378.56583 771.3505L378.56583 771.7724ZM375.6127 772.7724L374.9877 772.3818L379.15958 765.7099L379.76895 766.1005L375.6127 772.7724Z" fill-rule="nonzero"/><path fill="#666666" d="M464.70032 765.49115L461.16907 773.413L460.02844 773.413L463.54407 765.7724L458.9347 765.7724L458.9347 764.8818L464.70032 764.8818L464.70032 765.49115ZM466.6847 769.1318L467.1222 764.8818L471.4972 764.8818L471.4972 765.8818L468.04407 765.8818L467.77844 768.2099Q468.41907 767.8349 469.21594 767.8349Q470.3722 767.8349 471.0597 768.61615Q471.7472 769.3818 471.7472 770.6943Q471.7472 772.0068 471.02844 772.7724Q470.32532 773.538 469.04407 773.538Q467.91907 773.538 467.20032 772.913Q466.48157 772.2724 466.38782 771.163L467.40344 771.163Q467.51282 771.8974 467.9347 772.2724Q468.35657 772.6474 469.04407 772.6474Q469.79407 772.6474 470.23157 772.1318Q470.66907 771.61615 470.66907 770.7099Q470.66907 769.8505 470.20032 769.3349Q469.73157 768.8193 468.95032 768.8193Q468.2472 768.8193 467.84094 769.11615L467.5597 769.3505L466.6847 769.1318ZM473.09094 766.5224Q473.09094 765.7568 473.57532 765.2568Q474.07532 764.7568 474.84094 764.7568Q475.6222 764.7568 476.10657 765.2568Q476.59094 765.7568 476.59094 766.55365L476.59094 766.9755Q476.59094 767.74115 476.09094 768.24115Q475.60657 768.7255 474.85657 768.7255Q474.09094 768.7255 473.59094 768.24115Q473.09094 767.74115 473.09094 766.92865L473.09094 766.5224ZM473.90344 766.9755Q473.90344 767.42865 474.15344 767.7255Q474.41907 768.0224 474.85657 768.0224Q475.27844 768.0224 475.52844 767.74115Q475.77844 767.4443 475.77844 766.9443L475.77844 766.5224Q475.77844 766.0693 475.52844 765.7724Q475.27844 765.4599 474.84094 765.4599Q474.40344 765.4599 474.15344 765.7724Q473.90344 766.0693 473.90344 766.538L473.90344 766.9755ZM477.2472 771.3193Q477.2472 770.55365 477.73157 770.0693Q478.23157 769.5693 478.9972 769.5693Q479.76282 769.5693 480.2472 770.0693Q480.7472 770.55365 480.7472 771.36615L480.7472 771.7724Q480.7472 772.538 480.26282 773.038Q479.77844 773.538 479.01282 773.538Q478.2472 773.538 477.7472 773.05365Q477.2472 772.55365 477.2472 771.74115L477.2472 771.3193ZM478.0597 771.7724Q478.0597 772.24115 478.3097 772.538Q478.57532 772.8349 479.01282 772.8349Q479.4347 772.8349 479.6847 772.55365Q479.9347 772.2568 479.9347 771.7568L479.9347 771.3193Q479.9347 770.8505 479.66907 770.5693Q479.41907 770.2724 478.9972 770.2724Q478.57532 770.2724 478.3097 770.5693Q478.0597 770.8505 478.0597 771.3505L478.0597 771.7724ZM475.10657 772.7724L474.48157 772.3818L478.65344 765.7099L479.26282 766.1005L475.10657 772.7724Z" fill-rule="nonzero"/><path fill="#666666" d="M558.741 773.413L557.6629 773.413L557.6629 766.1943L555.4754 766.99115L555.4754 766.0068L558.5848 764.8349L558.741 764.8349L558.741 773.413ZM567.5379 769.7724Q567.5379 771.67865 566.88165 772.61615Q566.241 773.538 564.8504 773.538Q563.491 773.538 562.8348 772.6318Q562.1785 771.7255 562.1473 769.913L562.1473 768.4755Q562.1473 766.5849 562.7879 765.67865Q563.44415 764.7568 564.8348 764.7568Q566.2098 764.7568 566.866 765.6474Q567.5223 766.5224 567.5379 768.36615L567.5379 769.7724ZM566.44415 768.288Q566.44415 766.913 566.0535 766.288Q565.6785 765.6474 564.8348 765.6474Q564.00665 765.6474 563.616 766.288Q563.241 766.913 563.241 768.2099L563.241 769.9443Q563.241 771.3193 563.63165 771.99115Q564.0379 772.6474 564.8504 772.6474Q565.6473 772.6474 566.0379 772.0224Q566.4285 771.3974 566.44415 770.0693L566.44415 768.288ZM574.5379 769.7724Q574.5379 771.67865 573.88165 772.61615Q573.241 773.538 571.8504 773.538Q570.491 773.538 569.8348 772.6318Q569.1785 771.7255 569.1473 769.913L569.1473 768.4755Q569.1473 766.5849 569.7879 765.67865Q570.44415 764.7568 571.8348 764.7568Q573.2098 764.7568 573.866 765.6474Q574.5223 766.5224 574.5379 768.36615L574.5379 769.7724ZM573.44415 768.288Q573.44415 766.913 573.0535 766.288Q572.6785 765.6474 571.8348 765.6474Q571.00665 765.6474 570.616 766.288Q570.241 766.913 570.241 768.2099L570.241 769.9443Q570.241 771.3193 570.63165 771.99115Q571.0379 772.6474 571.8504 772.6474Q572.6473 772.6474 573.0379 772.0224Q573.4285 771.3974 573.44415 770.0693L573.44415 768.288ZM576.0848 766.5224Q576.0848 765.7568 576.56915 765.2568Q577.06915 764.7568 577.8348 764.7568Q578.616 764.7568 579.1004 765.2568Q579.5848 765.7568 579.5848 766.55365L579.5848 766.9755Q579.5848 767.74115 579.0848 768.24115Q578.6004 768.7255 577.8504 768.7255Q577.0848 768.7255 576.5848 768.24115Q576.0848 767.74115 576.0848 766.92865L576.0848 766.5224ZM576.8973 766.9755Q576.8973 767.42865 577.1473 767.7255Q577.4129 768.0224 577.8504 768.0224Q578.2723 768.0224 578.5223 767.74115Q578.7723 767.4443 578.7723 766.9443L578.7723 766.5224Q578.7723 766.0693 578.5223 765.7724Q578.2723 765.4599 577.8348 765.4599Q577.3973 765.4599 577.1473 765.7724Q576.8973 766.0693 576.8973 766.538L576.8973 766.9755ZM580.241 771.3193Q580.241 770.55365 580.7254 770.0693Q581.2254 769.5693 581.991 769.5693Q582.75665 769.5693 583.241 770.0693Q583.741 770.55365 583.741 771.36615L583.741 771.7724Q583.741 772.538 583.25665 773.038Q582.7723 773.538 582.00665 773.538Q581.241 773.538 580.741 773.05365Q580.241 772.55365 580.241 771.74115L580.241 771.3193ZM581.0535 771.7724Q581.0535 772.24115 581.3035 772.538Q581.56915 772.8349 582.00665 772.8349Q582.4285 772.8349 582.6785 772.55365Q582.9285 772.2568 582.9285 771.7568L582.9285 771.3193Q582.9285 770.8505 582.6629 770.5693Q582.4129 770.2724 581.991 770.2724Q581.56915 770.2724 581.3035 770.5693Q581.0535 770.8505 581.0535 771.3505L581.0535 771.7724ZM578.1004 772.7724L577.4754 772.3818L581.6473 765.7099L582.25665 766.1005L578.1004 772.7724Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 821.7066C212.0 821.15436 212.44771 820.7066 213.0 820.7066L223.0 820.7066C223.55229 820.7066 224.0 821.15436 224.0 821.7066L224.0 831.7066C224.0 832.2589 223.55229 832.7066 223.0 832.7066L213.0 832.7066C212.44771 832.7066 212.0 832.2589 212.0 831.7066Z" fill-rule="nonzero"/><path fill="#666666" d="M238.29688 831.2066L232.70312 831.2066L232.70312 830.42535L235.65625 827.1441Q236.3125 826.3941 236.5625 825.941Q236.8125 825.4722 236.8125 824.9722Q236.8125 824.30035 236.40625 823.8785Q236.01562 823.441 235.32812 823.441Q234.53125 823.441 234.07812 823.9097Q233.625 824.36285 233.625 825.191L232.54688 825.191Q232.54688 824.0035 233.29688 823.2847Q234.0625 822.55035 235.32812 822.55035Q236.53125 822.55035 237.21875 823.17535Q237.90625 823.80035 237.90625 824.8472Q237.90625 826.0972 236.29688 827.8472L234.01562 830.316L238.29688 830.316L238.29688 831.2066ZM245.0625 827.566Q245.0625 829.4722 244.40625 830.4097Q243.76562 831.3316 242.375 831.3316Q241.01562 831.3316 240.35938 830.42535Q239.70312 829.5191 239.67188 827.7066L239.67188 826.2691Q239.67188 824.3785 240.3125 823.4722Q240.96875 822.55035 242.35938 822.55035Q243.73438 822.55035 244.39062 823.441Q245.04688 824.316 245.0625 826.1597L245.0625 827.566ZM243.96875 826.0816Q243.96875 824.7066 243.57812 824.0816Q243.20312 823.441 242.35938 823.441Q241.53125 823.441 241.14062 824.0816Q240.76562 824.7066 240.76562 826.0035L240.76562 827.73785Q240.76562 829.11285 241.15625 829.7847Q241.5625 830.441 242.375 830.441Q243.17188 830.441 243.5625 829.816Q243.95312 829.191 243.96875 827.86285L243.96875 826.0816ZM250.26562 831.2066L249.1875 831.2066L249.1875 823.98785L247.0 824.7847L247.0 823.80035L250.10938 822.6285L250.26562 822.6285L250.26562 831.2066ZM257.96875 822.67535L257.96875 823.5816L257.76562 823.5816Q256.5 823.61285 255.75 824.3472Q255.0 825.066 254.875 826.3785Q255.5625 825.61285 256.71875 825.61285Q257.82812 825.61285 258.5 826.3941Q259.17188 827.17535 259.17188 828.42535Q259.17188 829.73785 258.45312 830.5347Q257.73438 831.3316 256.51562 831.3316Q255.29688 831.3316 254.53125 830.3941Q253.78125 829.441 253.78125 827.9566L253.78125 827.55035Q253.78125 825.191 254.78125 823.941Q255.78125 822.691 257.76562 822.67535L257.96875 822.67535ZM256.54688 826.5191Q255.98438 826.5191 255.51562 826.8472Q255.04688 827.17535 254.85938 827.691L254.85938 828.0816Q254.85938 829.1441 255.32812 829.7847Q255.8125 830.42535 256.51562 830.42535Q257.25 830.42535 257.67188 829.8941Q258.09375 829.3472 258.09375 828.4722Q258.09375 827.5972 257.67188 827.066Q257.25 826.5191 256.54688 826.5191Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 821.7066C276.0 821.15436 276.44772 820.7066 277.0 820.7066L287.0 820.7066C287.55228 820.7066 288.0 821.15436 288.0 821.7066L288.0 831.7066C288.0 832.2589 287.55228 832.7066 287.0 832.7066L277.0 832.7066C276.44772 832.7066 276.0 832.2589 276.0 831.7066Z" fill-rule="nonzero"/><path fill="#666666" d="M302.29688 831.2066L296.70312 831.2066L296.70312 830.42535L299.65625 827.1441Q300.3125 826.3941 300.5625 825.941Q300.8125 825.4722 300.8125 824.9722Q300.8125 824.30035 300.40625 823.8785Q300.01562 823.441 299.32812 823.441Q298.53125 823.441 298.07812 823.9097Q297.625 824.36285 297.625 825.191L296.54688 825.191Q296.54688 824.0035 297.29688 823.2847Q298.0625 822.55035 299.32812 822.55035Q300.53125 822.55035 301.21875 823.17535Q301.90625 823.80035 301.90625 824.8472Q301.90625 826.0972 300.29688 827.8472L298.01562 830.316L302.29688 830.316L302.29688 831.2066ZM309.0625 827.566Q309.0625 829.4722 308.40625 830.4097Q307.76562 831.3316 306.375 831.3316Q305.01562 831.3316 304.35938 830.42535Q303.70312 829.5191 303.67188 827.7066L303.67188 826.2691Q303.67188 824.3785 304.3125 823.4722Q304.96875 822.55035 306.35938 822.55035Q307.73438 822.55035 308.39062 823.441Q309.04688 824.316 309.0625 826.1597L309.0625 827.566ZM307.96875 826.0816Q307.96875 824.7066 307.57812 824.0816Q307.20312 823.441 306.35938 823.441Q305.53125 823.441 305.14062 824.0816Q304.76562 824.7066 304.76562 826.0035L304.76562 827.73785Q304.76562 829.11285 305.15625 829.7847Q305.5625 830.441 306.375 830.441Q307.17188 830.441 307.5625 829.816Q307.95312 829.191 307.96875 827.86285L307.96875 826.0816ZM314.26562 831.2066L313.1875 831.2066L313.1875 823.98785L311.0 824.7847L311.0 823.80035L314.10938 822.6285L314.26562 822.6285L314.26562 831.2066ZM323.21875 823.2847L319.6875 831.2066L318.54688 831.2066L322.0625 823.566L317.45312 823.566L317.45312 822.67535L323.21875 822.67535L323.21875 823.2847Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 821.7066C340.0 821.15436 340.44772 820.7066 341.0 820.7066L351.0 820.7066C351.55228 820.7066 352.0 821.15436 352.0 821.7066L352.0 831.7066C352.0 832.2589 351.55228 832.7066 351.0 832.7066L341.0 832.7066C340.44772 832.7066 340.0 832.2589 340.0 831.7066Z" fill-rule="nonzero"/><path fill="#666666" d="M366.29688 831.2066L360.70312 831.2066L360.70312 830.42535L363.65625 827.1441Q364.3125 826.3941 364.5625 825.941Q364.8125 825.4722 364.8125 824.9722Q364.8125 824.30035 364.40625 823.8785Q364.01562 823.441 363.32812 823.441Q362.53125 823.441 362.07812 823.9097Q361.625 824.36285 361.625 825.191L360.54688 825.191Q360.54688 824.0035 361.29688 823.2847Q362.0625 822.55035 363.32812 822.55035Q364.53125 822.55035 365.21875 823.17535Q365.90625 823.80035 365.90625 824.8472Q365.90625 826.0972 364.29688 827.8472L362.01562 830.316L366.29688 830.316L366.29688 831.2066ZM373.0625 827.566Q373.0625 829.4722 372.40625 830.4097Q371.76562 831.3316 370.375 831.3316Q369.01562 831.3316 368.35938 830.42535Q367.70312 829.5191 367.67188 827.7066L367.67188 826.2691Q367.67188 824.3785 368.3125 823.4722Q368.96875 822.55035 370.35938 822.55035Q371.73438 822.55035 372.39062 823.441Q373.04688 824.316 373.0625 826.1597L373.0625 827.566ZM371.96875 826.0816Q371.96875 824.7066 371.57812 824.0816Q371.20312 823.441 370.35938 823.441Q369.53125 823.441 369.14062 824.0816Q368.76562 824.7066 368.76562 826.0035L368.76562 827.73785Q368.76562 829.11285 369.15625 829.7847Q369.5625 830.441 370.375 830.441Q371.17188 830.441 371.5625 829.816Q371.95312 829.191 371.96875 827.86285L371.96875 826.0816ZM378.26562 831.2066L377.1875 831.2066L377.1875 823.98785L375.0 824.7847L375.0 823.80035L378.10938 822.6285L378.26562 822.6285L378.26562 831.2066ZM386.89062 824.8941Q386.89062 825.5347 386.54688 826.0347Q386.20312 826.5347 385.64062 826.816Q386.29688 827.0972 386.6875 827.6597Q387.07812 828.2066 387.07812 828.9097Q387.07812 830.0035 386.32812 830.67535Q385.59375 831.3316 384.375 831.3316Q383.14062 831.3316 382.39062 830.67535Q381.65625 830.0035 381.65625 828.9097Q381.65625 828.2066 382.03125 827.6597Q382.40625 827.0972 383.07812 826.816Q382.51562 826.5347 382.1875 826.0347Q381.85938 825.5347 381.85938 824.8941Q381.85938 823.816 382.54688 823.191Q383.23438 822.55035 384.375 822.55035Q385.5 822.55035 386.1875 823.191Q386.89062 823.816 386.89062 824.8941ZM386.0 828.8785Q386.0 828.1597 385.54688 827.7222Q385.09375 827.2691 384.35938 827.2691Q383.625 827.2691 383.17188 827.7222Q382.73438 828.1597 382.73438 828.8941Q382.73438 829.61285 383.17188 830.0347Q383.60938 830.441 384.375 830.441Q385.125 830.441 385.5625 830.0191Q386.0 829.5972 386.0 828.8785ZM384.375 823.441Q383.73438 823.441 383.32812 823.8472Q382.9375 824.23785 382.9375 824.92535Q382.9375 825.566 383.32812 825.9722Q383.71875 826.3785 384.35938 826.3785Q385.01562 826.3785 385.40625 825.9722Q385.79688 825.566 385.79688 824.92535Q385.79688 824.2691 385.39062 823.86285Q384.98438 823.441 384.375 823.441Z" fill-rule="nonzero"/><path fill="#666666" d="M38.03125 24.776264L34.828125 24.776264L34.828125 33.651264L33.53125 33.651264L33.53125 24.776264L30.328125 24.776264L30.328125 23.69814L38.03125 23.69814L38.03125 24.776264ZM38.625 29.88564Q38.625 28.79189 39.046875 27.932514Q39.484375 27.057514 40.234375 26.588764Q41.0 26.120014 41.984375 26.120014Q43.484375 26.120014 44.421875 27.16689Q45.359375 28.213764 45.359375 29.94814L45.359375 30.04189Q45.359375 31.120014 44.9375 31.97939Q44.53125 32.82314 43.75 33.307514Q42.984375 33.79189 42.0 33.79189Q40.484375 33.79189 39.546875 32.745014Q38.625 31.69814 38.625 29.97939L38.625 29.88564ZM39.890625 30.04189Q39.890625 31.26064 40.453125 32.01064Q41.03125 32.76064 42.0 32.76064Q42.953125 32.76064 43.515625 32.01064Q44.09375 31.245014 44.09375 29.88564Q44.09375 28.66689 43.515625 27.91689Q42.9375 27.151264 41.984375 27.151264Q41.046875 27.151264 40.46875 27.901264Q39.890625 28.651264 39.890625 30.04189ZM56.5 31.901264L57.921875 26.26064L59.1875 26.26064L57.046875 33.651264L56.015625 33.651264L54.21875 28.04189L52.46875 33.651264L51.4375 33.651264L49.296875 26.26064L50.546875 26.26064L52.015625 31.79189L53.734375 26.26064L54.75 26.26064L56.5 31.901264ZM62.21875 27.151264Q63.0625 26.120014 64.40625 26.120014Q66.75 26.120014 66.78125 28.76064L66.78125 33.651264L65.515625 33.651264L65.515625 28.76064Q65.5 27.963764 65.140625 27.588764Q64.78125 27.19814 64.03125 27.19814Q63.40625 27.19814 62.9375 27.526264Q62.484375 27.85439 62.21875 28.38564L62.21875 33.651264L60.953125 33.651264L60.953125 23.151264L62.21875 23.151264L62.21875 27.151264ZM73.53125 33.651264Q73.421875 33.432514 73.34375 32.870014Q72.46875 33.79189 71.234375 33.79189Q70.140625 33.79189 69.4375 33.182514Q68.75 32.557514 68.75 31.60439Q68.75 30.44814 69.625 29.807514Q70.5 29.16689 72.09375 29.16689L73.328125 29.16689L73.328125 28.588764Q73.328125 27.91689 72.921875 27.526264Q72.53125 27.13564 71.765625 27.13564Q71.078125 27.13564 70.625 27.47939Q70.171875 27.82314 70.171875 28.307514L68.890625 28.307514Q68.890625 27.745014 69.28125 27.22939Q69.6875 26.713764 70.359375 26.41689Q71.03125 26.120014 71.828125 26.120014Q73.109375 26.120014 73.828125 26.76064Q74.5625 27.401264 74.59375 28.51064L74.59375 31.91689Q74.59375 32.932514 74.84375 33.54189L74.84375 33.651264L73.53125 33.651264ZM71.421875 32.682514Q72.015625 32.682514 72.546875 32.38564Q73.09375 32.07314 73.328125 31.57314L73.328125 30.057514L72.328125 30.057514Q70.015625 30.057514 70.015625 31.41689Q70.015625 32.01064 70.40625 32.35439Q70.796875 32.682514 71.421875 32.682514ZM78.671875 24.463764L78.671875 26.26064L80.046875 26.26064L80.046875 27.22939L78.671875 27.22939L78.671875 31.82314Q78.671875 32.26064 78.859375 32.495014Q79.046875 32.713764 79.484375 32.713764Q79.703125 32.713764 80.09375 32.620014L80.09375 33.651264Q79.59375 33.79189 79.125 33.79189Q78.265625 33.79189 77.828125 33.276264Q77.40625 32.76064 77.40625 31.82314L77.40625 27.22939L76.0625 27.22939L76.0625 26.26064L77.40625 26.26064L77.40625 24.463764L78.671875 24.463764ZM88.03125 33.79189Q86.515625 33.79189 85.578125 32.807514Q84.640625 31.807514 84.640625 30.151264L84.640625 29.932514Q84.640625 28.82314 85.0625 27.963764Q85.484375 27.088764 86.234375 26.60439Q86.984375 26.120014 87.875 26.120014Q89.3125 26.120014 90.109375 27.07314Q90.90625 28.01064 90.90625 29.79189L90.90625 30.307514L85.90625 30.307514Q85.921875 31.401264 86.53125 32.088764Q87.15625 32.76064 88.09375 32.76064Q88.765625 32.76064 89.21875 32.495014Q89.6875 32.213764 90.046875 31.76064L90.8125 32.35439Q89.890625 33.79189 88.03125 33.79189ZM87.875 27.151264Q87.109375 27.151264 86.578125 27.713764Q86.0625 28.276264 85.9375 29.276264L89.640625 29.276264L89.640625 29.182514Q89.59375 28.213764 89.125 27.682514Q88.65625 27.151264 87.875 27.151264ZM94.4375 28.94814L96.078125 26.26064L97.5625 26.26064L95.140625 29.91689L97.625 33.651264L96.171875 33.651264L94.453125 30.88564L92.75 33.651264L91.28125 33.651264L93.78125 29.91689L91.359375 26.26064L92.8125 26.26064L94.4375 28.94814ZM100.671875 24.463764L100.671875 26.26064L102.046875 26.26064L102.046875 27.22939L100.671875 27.22939L100.671875 31.82314Q100.671875 32.26064 100.859375 32.495014Q101.046875 32.713764 101.484375 32.713764Q101.703125 32.713764 102.09375 32.620014L102.09375 33.651264Q101.59375 33.79189 101.125 33.79189Q100.265625 33.79189 99.828125 33.276264Q99.40625 32.76064 99.40625 31.82314L99.40625 27.22939L98.0625 27.22939L98.0625 26.26064L99.40625 26.26064L99.40625 24.463764L100.671875 24.463764ZM107.03125 33.79189Q105.515625 33.79189 104.578125 32.807514Q103.640625 31.807514 103.640625 30.151264L103.640625 29.932514Q103.640625 28.82314 104.0625 27.963764Q104.484375 27.088764 105.234375 26.60439Q105.984375 26.120014 106.875 26.120014Q108.3125 26.120014 109.109375 27.07314Q109.90625 28.01064 109.90625 29.79189L109.90625 30.307514L104.90625 30.307514Q104.921875 31.401264 105.53125 32.088764Q106.15625 32.76064 107.09375 32.76064Q107.765625 32.76064 108.21875 32.495014Q108.6875 32.213764 109.046875 31.76064L109.8125 32.35439Q108.890625 33.79189 107.03125 33.79189ZM106.875 27.151264Q106.109375 27.151264 105.578125 27.713764Q105.0625 28.276264 104.9375 29.276264L108.640625 29.276264L108.640625 29.182514Q108.59375 28.213764 108.125 27.682514Q107.65625 27.151264 106.875 27.151264ZM112.15625 26.26064L112.1875 27.182514Q113.046875 26.120014 114.40625 26.120014Q116.75 26.120014 116.78125 28.76064L116.78125 33.651264L115.515625 33.651264L115.515625 28.76064Q115.5 27.963764 115.140625 27.588764Q114.78125 27.19814 114.03125 27.19814Q113.40625 27.19814 112.9375 27.526264Q112.484375 27.85439 112.21875 28.38564L112.21875 33.651264L110.953125 33.651264L110.953125 26.26064L112.15625 26.26064ZM120.671875 24.463764L120.671875 26.26064L122.046875 26.26064L122.046875 27.22939L120.671875 27.22939L120.671875 31.82314Q120.671875 32.26064 120.859375 32.495014Q121.046875 32.713764 121.484375 32.713764Q121.703125 32.713764 122.09375 32.620014L122.09375 33.651264Q121.59375 33.79189 121.125 33.79189Q120.265625 33.79189 119.828125 33.276264Q119.40625 32.76064 119.40625 31.82314L119.40625 27.22939L118.0625 27.22939L118.0625 26.26064L119.40625 26.26064L119.40625 24.463764L120.671875 24.463764ZM126.65625 29.88564Q126.65625 28.182514 127.453125 27.151264Q128.26562 26.120014 129.5625 26.120014Q130.875 26.120014 131.625 27.01064L131.625 23.151264L132.89062 23.151264L132.89062 33.651264L131.73438 33.651264L131.67188 32.85439Q130.90625 33.79189 129.5625 33.79189Q128.26562 33.79189 127.453125 32.745014Q126.65625 31.682514 126.65625 29.97939L126.65625 29.88564ZM127.921875 30.04189Q127.921875 31.29189 128.4375 32.01064Q128.95312 32.713764 129.875 32.713764Q131.07812 32.713764 131.625 31.63564L131.625 28.22939Q131.0625 27.19814 129.89062 27.19814Q128.95312 27.19814 128.4375 27.91689Q127.921875 28.620014 127.921875 30.04189ZM134.625 29.88564Q134.625 28.79189 135.04688 27.932514Q135.48438 27.057514 136.23438 26.588764Q137.0 26.120014 137.98438 26.120014Q139.48438 26.120014 140.42188 27.16689Q141.35938 28.213764 141.35938 29.94814L141.35938 30.04189Q141.35938 31.120014 140.9375 31.97939Q140.53125 32.82314 139.75 33.307514Q138.98438 33.79189 138.0 33.79189Q136.48438 33.79189 135.54688 32.745014Q134.625 31.69814 134.625 29.97939L134.625 29.88564ZM135.89062 30.04189Q135.89062 31.26064 136.45312 32.01064Q137.03125 32.76064 138.0 32.76064Q138.95312 32.76064 139.51562 32.01064Q140.09375 31.245014 140.09375 29.88564Q140.09375 28.66689 139.51562 27.91689Q138.9375 27.151264 137.98438 27.151264Q137.04688 27.151264 136.46875 27.901264Q135.89062 28.651264 135.89062 30.04189ZM148.375 31.79189L150.09375 26.26064L151.45312 26.26064L148.48438 34.79189Q147.79688 36.63564 146.28125 36.63564L146.04688 36.620014L145.57812 36.526264L145.57812 35.51064L145.92188 35.526264Q146.5625 35.526264 146.92188 35.26064Q147.28125 35.01064 147.51562 34.32314L147.79688 33.57314L145.15625 26.26064L146.53125 26.26064L148.375 31.79189ZM152.625 29.88564Q152.625 28.79189 153.04688 27.932514Q153.48438 27.057514 154.23438 26.588764Q155.0 26.120014 155.98438 26.120014Q157.48438 26.120014 158.42188 27.16689Q159.35938 28.213764 159.35938 29.94814L159.35938 30.04189Q159.35938 31.120014 158.9375 31.97939Q158.53125 32.82314 157.75 33.307514Q156.98438 33.79189 156.0 33.79189Q154.48438 33.79189 153.54688 32.745014Q152.625 31.69814 152.625 29.97939L152.625 29.88564ZM153.89062 30.04189Q153.89062 31.26064 154.45312 32.01064Q155.03125 32.76064 156.0 32.76064Q156.95312 32.76064 157.51562 32.01064Q158.09375 31.245014 158.09375 29.88564Q158.09375 28.66689 157.51562 27.91689Q156.9375 27.151264 155.98438 27.151264Q155.04688 27.151264 154.46875 27.901264Q153.89062 28.651264 153.89062 30.04189ZM165.53125 32.91689Q164.78125 33.79189 163.35938 33.79189Q162.17188 33.79189 161.54688 33.10439Q160.9375 32.41689 160.9375 31.07314L160.9375 26.26064L162.1875 26.26064L162.1875 31.026264Q162.1875 32.713764 163.5625 32.713764Q165.01562 32.713764 165.48438 31.63564L165.48438 26.26064L166.75 26.26064L166.75 33.651264L165.54688 33.651264L165.53125 32.91689ZM176.53125 33.651264Q176.42188 33.432514 176.34375 32.870014Q175.46875 33.79189 174.23438 33.79189Q173.14062 33.79189 172.4375 33.182514Q171.75 32.557514 171.75 31.60439Q171.75 30.44814 172.625 29.807514Q173.5 29.16689 175.09375 29.16689L176.32812 29.16689L176.32812 28.588764Q176.32812 27.91689 175.92188 27.526264Q175.53125 27.13564 174.76562 27.13564Q174.07812 27.13564 173.625 27.47939Q173.17188 27.82314 173.17188 28.307514L171.89062 28.307514Q171.89062 27.745014 172.28125 27.22939Q172.6875 26.713764 173.35938 26.41689Q174.03125 26.120014 174.82812 26.120014Q176.10938 26.120014 176.82812 26.76064Q177.5625 27.401264 177.59375 28.51064L177.59375 31.91689Q177.59375 32.932514 177.84375 33.54189L177.84375 33.651264L176.53125 33.651264ZM174.42188 32.682514Q175.01562 32.682514 175.54688 32.38564Q176.09375 32.07314 176.32812 31.57314L176.32812 30.057514L175.32812 30.057514Q173.01562 30.057514 173.01562 31.41689Q173.01562 32.01064 173.40625 32.35439Q173.79688 32.682514 174.42188 32.682514ZM179.65625 29.88564Q179.65625 28.16689 180.45312 27.151264Q181.25 26.120014 182.57812 26.120014Q183.92188 26.120014 184.6875 27.07314L184.75 26.26064L185.90625 26.26064L185.90625 33.47939Q185.90625 34.91689 185.04688 35.72939Q184.20312 36.557514 182.76562 36.557514Q181.96875 36.557514 181.20312 36.213764Q180.4375 35.88564 180.03125 35.29189L180.6875 34.526264Q181.5 35.526264 182.67188 35.526264Q183.59375 35.526264 184.10938 35.01064Q184.64062 34.495014 184.64062 33.54189L184.64062 32.91689Q183.875 33.79189 182.5625 33.79189Q181.26562 33.79189 180.45312 32.745014Q179.65625 31.69814 179.65625 29.88564ZM180.92188 30.04189Q180.92188 31.29189 181.4375 32.01064Q181.95312 32.713764 182.875 32.713764Q184.07812 32.713764 184.64062 31.620014L184.64062 28.245014Q184.04688 27.19814 182.89062 27.19814Q181.96875 27.19814 181.4375 27.91689Q180.92188 28.620014 180.92188 30.04189ZM191.53125 27.38564Q191.25 27.338764 190.90625 27.338764Q189.67188 27.338764 189.21875 28.401264L189.21875 33.651264L187.95312 33.651264L187.95312 26.26064L189.1875 26.26064L189.20312 27.10439Q189.82812 26.120014 190.96875 26.120014Q191.34375 26.120014 191.53125 26.213764L191.53125 27.38564ZM196.03125 33.79189Q194.51562 33.79189 193.57812 32.807514Q192.64062 31.807514 192.64062 30.151264L192.64062 29.932514Q192.64062 28.82314 193.0625 27.963764Q193.48438 27.088764 194.23438 26.60439Q194.98438 26.120014 195.875 26.120014Q197.3125 26.120014 198.10938 27.07314Q198.90625 28.01064 198.90625 29.79189L198.90625 30.307514L193.90625 30.307514Q193.92188 31.401264 194.53125 32.088764Q195.15625 32.76064 196.09375 32.76064Q196.76562 32.76064 197.21875 32.495014Q197.6875 32.213764 198.04688 31.76064L198.8125 32.35439Q197.89062 33.79189 196.03125 33.79189ZM195.875 27.151264Q195.10938 27.151264 194.57812 27.713764Q194.0625 28.276264 193.9375 29.276264L197.64062 29.276264L197.64062 29.182514Q197.59375 28.213764 197.125 27.682514Q196.65625 27.151264 195.875 27.151264ZM203.03125 33.79189Q201.51562 33.79189 200.57812 32.807514Q199.64062 31.807514 199.64062 30.151264L199.64062 29.932514Q199.64062 28.82314 200.0625 27.963764Q200.48438 27.088764 201.23438 26.60439Q201.98438 26.120014 202.875 26.120014Q204.3125 26.120014 205.10938 27.07314Q205.90625 28.01064 205.90625 29.79189L205.90625 30.307514L200.90625 30.307514Q200.92188 31.401264 201.53125 32.088764Q202.15625 32.76064 203.09375 32.76064Q203.76562 32.76064 204.21875 32.495014Q204.6875 32.213764 205.04688 31.76064L205.8125 32.35439Q204.89062 33.79189 203.03125 33.79189ZM202.875 27.151264Q202.10938 27.151264 201.57812 27.713764Q201.0625 28.276264 200.9375 29.276264L204.64062 29.276264L204.64062 29.182514Q204.59375 28.213764 204.125 27.682514Q203.65625 27.151264 202.875 27.151264ZM209.625 29.88564Q209.625 28.79189 210.04688 27.932514Q210.48438 27.057514 211.23438 26.588764Q212.0 26.120014 212.98438 26.120014Q214.48438 26.120014 215.42188 27.16689Q216.35938 28.213764 216.35938 29.94814L216.35938 30.04189Q216.35938 31.120014 215.9375 31.97939Q215.53125 32.82314 214.75 33.307514Q213.98438 33.79189 213.0 33.79189Q211.48438 33.79189 210.54688 32.745014Q209.625 31.69814 209.625 29.97939L209.625 29.88564ZM210.89062 30.04189Q210.89062 31.26064 211.45312 32.01064Q212.03125 32.76064 213.0 32.76064Q213.95312 32.76064 214.51562 32.01064Q215.09375 31.245014 215.09375 29.88564Q215.09375 28.66689 214.51562 27.91689Q213.9375 27.151264 212.98438 27.151264Q212.04688 27.151264 211.46875 27.901264Q210.89062 28.651264 210.89062 30.04189ZM221.53125 27.38564Q221.25 27.338764 220.90625 27.338764Q219.67188 27.338764 219.21875 28.401264L219.21875 33.651264L217.95312 33.651264L217.95312 26.26064L219.1875 26.26064L219.20312 27.10439Q219.82812 26.120014 220.96875 26.120014Q221.34375 26.120014 221.53125 26.213764L221.53125 27.38564ZM225.65625 29.88564Q225.65625 28.182514 226.45312 27.151264Q227.26562 26.120014 228.5625 26.120014Q229.875 26.120014 230.625 27.01064L230.625 23.151264L231.89062 23.151264L231.89062 33.651264L230.73438 33.651264L230.67188 32.85439Q229.90625 33.79189 228.5625 33.79189Q227.26562 33.79189 226.45312 32.745014Q225.65625 31.682514 225.65625 29.97939L225.65625 29.88564ZM226.92188 30.04189Q226.92188 31.29189 227.4375 32.01064Q227.95312 32.713764 228.875 32.713764Q230.07812 32.713764 230.625 31.63564L230.625 28.22939Q230.0625 27.19814 228.89062 27.19814Q227.95312 27.19814 227.4375 27.91689Q226.92188 28.620014 226.92188 30.04189ZM235.32812 33.651264L234.0625 33.651264L234.0625 26.26064L235.32812 26.26064L235.32812 33.651264ZM233.96875 24.29189Q233.96875 23.97939 234.15625 23.776264Q234.34375 23.557514 234.70312 23.557514Q235.07812 23.557514 235.26562 23.776264Q235.46875 23.97939 235.46875 24.29189Q235.46875 24.60439 235.26562 24.807514Q235.07812 25.01064 234.70312 25.01064Q234.34375 25.01064 234.15625 24.807514Q233.96875 24.60439 233.96875 24.29189ZM241.26562 31.682514Q241.26562 31.182514 240.875 30.901264Q240.48438 30.60439 239.53125 30.401264Q238.57812 30.19814 238.0 29.91689Q237.4375 29.620014 237.17188 29.22939Q236.90625 28.838764 236.90625 28.29189Q236.90625 27.370014 237.67188 26.745014Q238.4375 26.120014 239.64062 26.120014Q240.89062 26.120014 241.67188 26.776264Q242.45312 27.41689 242.45312 28.432514L241.1875 28.432514Q241.1875 27.901264 240.75 27.526264Q240.3125 27.151264 239.64062 27.151264Q238.95312 27.151264 238.5625 27.463764Q238.17188 27.76064 238.17188 28.245014Q238.17188 28.69814 238.53125 28.932514Q238.89062 29.16689 239.82812 29.38564Q240.78125 29.588764 241.375 29.88564Q241.96875 30.182514 242.25 30.60439Q242.53125 31.01064 242.53125 31.60439Q242.53125 32.588764 241.73438 33.19814Q240.9375 33.79189 239.67188 33.79189Q238.79688 33.79189 238.10938 33.47939Q237.42188 33.151264 237.03125 32.588764Q236.65625 32.026264 236.65625 31.370014L237.92188 31.370014Q237.95312 32.01064 238.42188 32.38564Q238.90625 32.76064 239.67188 32.76064Q240.39062 32.76064 240.82812 32.463764Q241.26562 32.16689 241.26562 31.682514ZM248.53125 33.651264Q248.42188 33.432514 248.34375 32.870014Q247.46875 33.79189 246.23438 33.79189Q245.14062 33.79189 244.4375 33.182514Q243.75 32.557514 243.75 31.60439Q243.75 30.44814 244.625 29.807514Q245.5 29.16689 247.09375 29.16689L248.32812 29.16689L248.32812 28.588764Q248.32812 27.91689 247.92188 27.526264Q247.53125 27.13564 246.76562 27.13564Q246.07812 27.13564 245.625 27.47939Q245.17188 27.82314 245.17188 28.307514L243.89062 28.307514Q243.89062 27.745014 244.28125 27.22939Q244.6875 26.713764 245.35938 26.41689Q246.03125 26.120014 246.82812 26.120014Q248.10938 26.120014 248.82812 26.76064Q249.5625 27.401264 249.59375 28.51064L249.59375 31.91689Q249.59375 32.932514 249.84375 33.54189L249.84375 33.651264L248.53125 33.651264ZM246.42188 32.682514Q247.01562 32.682514 247.54688 32.38564Q248.09375 32.07314 248.32812 31.57314L248.32812 30.057514L247.32812 30.057514Q245.01562 30.057514 245.01562 31.41689Q245.01562 32.01064 245.40625 32.35439Q245.79688 32.682514 246.42188 32.682514ZM251.65625 29.88564Q251.65625 28.16689 252.45312 27.151264Q253.25 26.120014 254.57812 26.120014Q255.92188 26.120014 256.6875 27.07314L256.75 26.26064L257.90625 26.26064L257.90625 33.47939Q257.90625 34.91689 257.04688 35.72939Q256.20312 36.557514 254.76562 36.557514Q253.96875 36.557514 253.20312 36.213764Q252.4375 35.88564 252.03125 35.29189L252.6875 34.526264Q253.5 35.526264 254.67188 35.526264Q255.59375 35.526264 256.10938 35.01064Q256.64062 34.495014 256.64062 33.54189L256.64062 32.91689Q255.875 33.79189 254.5625 33.79189Q253.26562 33.79189 252.45312 32.745014Q251.65625 31.69814 251.65625 29.88564ZM252.92188 30.04189Q252.92188 31.29189 253.4375 32.01064Q253.95312 32.713764 254.875 32.713764Q256.07812 32.713764 256.64062 31.620014L256.64062 28.245014Q256.04688 27.19814 254.89062 27.19814Q253.96875 27.19814 253.4375 27.91689Q252.92188 28.620014 252.92188 30.04189ZM263.53125 27.38564Q263.25 27.338764 262.90625 27.338764Q261.67188 27.338764 261.21875 28.401264L261.21875 33.651264L259.95312 33.651264L259.95312 26.26064L261.1875 26.26064L261.20312 27.10439Q261.82812 26.120014 262.96875 26.120014Q263.34375 26.120014 263.53125 26.213764L263.53125 27.38564ZM268.03125 33.79189Q266.51562 33.79189 265.57812 32.807514Q264.64062 31.807514 264.64062 30.151264L264.64062 29.932514Q264.64062 28.82314 265.0625 27.963764Q265.48438 27.088764 266.23438 26.60439Q266.98438 26.120014 267.875 26.120014Q269.3125 26.120014 270.10938 27.07314Q270.90625 28.01064 270.90625 29.79189L270.90625 30.307514L265.90625 30.307514Q265.92188 31.401264 266.53125 32.088764Q267.15625 32.76064 268.09375 32.76064Q268.76562 32.76064 269.21875 32.495014Q269.6875 32.213764 270.04688 31.76064L270.8125 32.35439Q269.89062 33.79189 268.03125 33.79189ZM267.875 27.151264Q267.10938 27.151264 266.57812 27.713764Q266.0625 28.276264 265.9375 29.276264L269.64062 29.276264L269.64062 29.182514Q269.59375 28.213764 269.125 27.682514Q268.65625 27.151264 267.875 27.151264ZM275.03125 33.79189Q273.51562 33.79189 272.57812 32.807514Q271.64062 31.807514 271.64062 30.151264L271.64062 29.932514Q271.64062 28.82314 272.0625 27.963764Q272.48438 27.088764 273.23438 26.60439Q273.98438 26.120014 274.875 26.120014Q276.3125 26.120014 277.10938 27.07314Q277.90625 28.01064 277.90625 29.79189L277.90625 30.307514L272.90625 30.307514Q272.92188 31.401264 273.53125 32.088764Q274.15625 32.76064 275.09375 32.76064Q275.76562 32.76064 276.21875 32.495014Q276.6875 32.213764 277.04688 31.76064L277.8125 32.35439Q276.89062 33.79189 275.03125 33.79189ZM274.875 27.151264Q274.10938 27.151264 273.57812 27.713764Q273.0625 28.276264 272.9375 29.276264L276.64062 29.276264L276.64062 29.182514Q276.59375 28.213764 276.125 27.682514Q275.65625 27.151264 274.875 27.151264ZM288.5 31.901264L289.92188 26.26064L291.1875 26.26064L289.04688 33.651264L288.01562 33.651264L286.21875 28.04189L284.46875 33.651264L283.4375 33.651264L281.29688 26.26064L282.54688 26.26064L284.01562 31.79189L285.73438 26.26064L286.75 26.26064L288.5 31.901264ZM294.32812 33.651264L293.0625 33.651264L293.0625 26.26064L294.32812 26.26064L294.32812 33.651264ZM292.96875 24.29189Q292.96875 23.97939 293.15625 23.776264Q293.34375 23.557514 293.70312 23.557514Q294.07812 23.557514 294.26562 23.776264Q294.46875 23.97939 294.46875 24.29189Q294.46875 24.60439 294.26562 24.807514Q294.07812 25.01064 293.70312 25.01064Q293.34375 25.01064 293.15625 24.807514Q292.96875 24.60439 292.96875 24.29189ZM297.67188 24.463764L297.67188 26.26064L299.04688 26.26064L299.04688 27.22939L297.67188 27.22939L297.67188 31.82314Q297.67188 32.26064 297.85938 32.495014Q298.04688 32.713764 298.48438 32.713764Q298.70312 32.713764 299.09375 32.620014L299.09375 33.651264Q298.59375 33.79189 298.125 33.79189Q297.26562 33.79189 296.82812 33.276264Q296.40625 32.76064 296.40625 31.82314L296.40625 27.22939L295.0625 27.22939L295.0625 26.26064L296.40625 26.26064L296.40625 24.463764L297.67188 24.463764ZM302.21875 27.151264Q303.0625 26.120014 304.40625 26.120014Q306.75 26.120014 306.78125 28.76064L306.78125 33.651264L305.51562 33.651264L305.51562 28.76064Q305.5 27.963764 305.14062 27.588764Q304.78125 27.19814 304.03125 27.19814Q303.40625 27.19814 302.9375 27.526264Q302.48438 27.85439 302.21875 28.38564L302.21875 33.651264L300.95312 33.651264L300.95312 23.151264L302.21875 23.151264L302.21875 27.151264ZM313.67188 24.463764L313.67188 26.26064L315.04688 26.26064L315.04688 27.22939L313.67188 27.22939L313.67188 31.82314Q313.67188 32.26064 313.85938 32.495014Q314.04688 32.713764 314.48438 32.713764Q314.70312 32.713764 315.09375 32.620014L315.09375 33.651264Q314.59375 33.79189 314.125 33.79189Q313.26562 33.79189 312.82812 33.276264Q312.40625 32.76064 312.40625 31.82314L312.40625 27.22939L311.0625 27.22939L311.0625 26.26064L312.40625 26.26064L312.40625 24.463764L313.67188 24.463764ZM318.21875 27.151264Q319.0625 26.120014 320.40625 26.120014Q322.75 26.120014 322.78125 28.76064L322.78125 33.651264L321.51562 33.651264L321.51562 28.76064Q321.5 27.963764 321.14062 27.588764Q320.78125 27.19814 320.03125 27.19814Q319.40625 27.19814 318.9375 27.526264Q318.48438 27.85439 318.21875 28.38564L318.21875 33.651264L316.95312 33.651264L316.95312 23.151264L318.21875 23.151264L318.21875 27.151264ZM328.03125 33.79189Q326.51562 33.79189 325.57812 32.807514Q324.64062 31.807514 324.64062 30.151264L324.64062 29.932514Q324.64062 28.82314 325.0625 27.963764Q325.48438 27.088764 326.23438 26.60439Q326.98438 26.120014 327.875 26.120014Q329.3125 26.120014 330.10938 27.07314Q330.90625 28.01064 330.90625 29.79189L330.90625 30.307514L325.90625 30.307514Q325.92188 31.401264 326.53125 32.088764Q327.15625 32.76064 328.09375 32.76064Q328.76562 32.76064 329.21875 32.495014Q329.6875 32.213764 330.04688 31.76064L330.8125 32.35439Q329.89062 33.79189 328.03125 33.79189ZM327.875 27.151264Q327.10938 27.151264 326.57812 27.713764Q326.0625 28.276264 325.9375 29.276264L329.64062 29.276264L329.64062 29.182514Q329.59375 28.213764 329.125 27.682514Q328.65625 27.151264 327.875 27.151264ZM335.57812 33.651264L335.57812 27.22939L334.40625 27.22939L334.40625 26.26064L335.57812 26.26064L335.57812 25.495014Q335.57812 24.307514 336.20312 23.66689Q336.84375 23.01064 338.01562 23.01064Q338.45312 23.01064 338.875 23.120014L338.8125 24.151264Q338.48438 24.088764 338.125 24.088764Q337.51562 24.088764 337.17188 24.44814Q336.84375 24.807514 336.84375 25.47939L336.84375 26.26064L338.42188 26.26064L338.42188 27.22939L336.84375 27.22939L336.84375 33.651264L335.57812 33.651264ZM339.625 29.88564Q339.625 28.79189 340.04688 27.932514Q340.48438 27.057514 341.23438 26.588764Q342.0 26.120014 342.98438 26.120014Q344.48438 26.120014 345.42188 27.16689Q346.35938 28.213764 346.35938 29.94814L346.35938 30.04189Q346.35938 31.120014 345.9375 31.97939Q345.53125 32.82314 344.75 33.307514Q343.98438 33.79189 343.0 33.79189Q341.48438 33.79189 340.54688 32.745014Q339.625 31.69814 339.625 29.97939L339.625 29.88564ZM340.89062 30.04189Q340.89062 31.26064 341.45312 32.01064Q342.03125 32.76064 343.0 32.76064Q343.95312 32.76064 344.51562 32.01064Q345.09375 31.245014 345.09375 29.88564Q345.09375 28.66689 344.51562 27.91689Q343.9375 27.151264 342.98438 27.151264Q342.04688 27.151264 341.46875 27.901264Q340.89062 28.651264 340.89062 30.04189ZM349.32812 33.651264L348.0625 33.651264L348.0625 23.151264L349.32812 23.151264L349.32812 33.651264ZM352.32812 33.651264L351.0625 33.651264L351.0625 23.151264L352.32812 23.151264L352.32812 33.651264ZM353.625 29.88564Q353.625 28.79189 354.04688 27.932514Q354.48438 27.057514 355.23438 26.588764Q356.0 26.120014 356.98438 26.120014Q358.48438 26.120014 359.42188 27.16689Q360.35938 28.213764 360.35938 29.94814L360.35938 30.04189Q360.35938 31.120014 359.9375 31.97939Q359.53125 32.82314 358.75 33.307514Q357.98438 33.79189 357.0 33.79189Q355.48438 33.79189 354.54688 32.745014Q353.625 31.69814 353.625 29.97939L353.625 29.88564ZM354.89062 30.04189Q354.89062 31.26064 355.45312 32.01064Q356.03125 32.76064 357.0 32.76064Q357.95312 32.76064 358.51562 32.01064Q359.09375 31.245014 359.09375 29.88564Q359.09375 28.66689 358.51562 27.91689Q357.9375 27.151264 356.98438 27.151264Q356.04688 27.151264 355.46875 27.901264Q354.89062 28.651264 354.89062 30.04189ZM368.5 31.901264L369.92188 26.26064L371.1875 26.26064L369.04688 33.651264L368.01562 33.651264L366.21875 28.04189L364.46875 33.651264L363.4375 33.651264L361.29688 26.26064L362.54688 26.26064L364.01562 31.79189L365.73438 26.26064L366.75 26.26064L368.5 31.901264ZM374.32812 33.651264L373.0625 33.651264L373.0625 26.26064L374.32812 26.26064L374.32812 33.651264ZM372.96875 24.29189Q372.96875 23.97939 373.15625 23.776264Q373.34375 23.557514 373.70312 23.557514Q374.07812 23.557514 374.26562 23.776264Q374.46875 23.97939 374.46875 24.29189Q374.46875 24.60439 374.26562 24.807514Q374.07812 25.01064 373.70312 25.01064Q373.34375 25.01064 373.15625 24.807514Q372.96875 24.60439 372.96875 24.29189ZM377.15625 26.26064L377.1875 27.182514Q378.04688 26.120014 379.40625 26.120014Q381.75 26.120014 381.78125 28.76064L381.78125 33.651264L380.51562 33.651264L380.51562 28.76064Q380.5 27.963764 380.14062 27.588764Q379.78125 27.19814 379.03125 27.19814Q378.40625 27.19814 377.9375 27.526264Q377.48438 27.85439 377.21875 28.38564L377.21875 33.651264L375.95312 33.651264L375.95312 26.26064L377.15625 26.26064ZM383.65625 29.88564Q383.65625 28.16689 384.45312 27.151264Q385.25 26.120014 386.57812 26.120014Q387.92188 26.120014 388.6875 27.07314L388.75 26.26064L389.90625 26.26064L389.90625 33.47939Q389.90625 34.91689 389.04688 35.72939Q388.20312 36.557514 386.76562 36.557514Q385.96875 36.557514 385.20312 36.213764Q384.4375 35.88564 384.03125 35.29189L384.6875 34.526264Q385.5 35.526264 386.67188 35.526264Q387.59375 35.526264 388.10938 35.01064Q388.64062 34.495014 388.64062 33.54189L388.64062 32.91689Q387.875 33.79189 386.5625 33.79189Q385.26562 33.79189 384.45312 32.745014Q383.65625 31.69814 383.65625 29.88564ZM384.92188 30.04189Q384.92188 31.29189 385.4375 32.01064Q385.95312 32.713764 386.875 32.713764Q388.07812 32.713764 388.64062 31.620014L388.64062 28.245014Q388.04688 27.19814 386.89062 27.19814Q385.96875 27.19814 385.4375 27.91689Q384.92188 28.620014 384.92188 30.04189ZM399.26562 31.682514Q399.26562 31.182514 398.875 30.901264Q398.48438 30.60439 397.53125 30.401264Q396.57812 30.19814 396.0 29.91689Q395.4375 29.620014 395.17188 29.22939Q394.90625 28.838764 394.90625 28.29189Q394.90625 27.370014 395.67188 26.745014Q396.4375 26.120014 397.64062 26.120014Q398.89062 26.120014 399.67188 26.776264Q400.45312 27.41689 400.45312 28.432514L399.1875 28.432514Q399.1875 27.901264 398.75 27.526264Q398.3125 27.151264 397.64062 27.151264Q396.95312 27.151264 396.5625 27.463764Q396.17188 27.76064 396.17188 28.245014Q396.17188 28.69814 396.53125 28.932514Q396.89062 29.16689 397.82812 29.38564Q398.78125 29.588764 399.375 29.88564Q399.96875 30.182514 400.25 30.60439Q400.53125 31.01064 400.53125 31.60439Q400.53125 32.588764 399.73438 33.19814Q398.9375 33.79189 397.67188 33.79189Q396.79688 33.79189 396.10938 33.47939Q395.42188 33.151264 395.03125 32.588764Q394.65625 32.026264 394.65625 31.370014L395.92188 31.370014Q395.95312 32.01064 396.42188 32.38564Q396.90625 32.76064 397.67188 32.76064Q398.39062 32.76064 398.82812 32.463764Q399.26562 32.16689 399.26562 31.682514ZM403.67188 24.463764L403.67188 26.26064L405.04688 26.26064L405.04688 27.22939L403.67188 27.22939L403.67188 31.82314Q403.67188 32.26064 403.85938 32.495014Q404.04688 32.713764 404.48438 32.713764Q404.70312 32.713764 405.09375 32.620014L405.09375 33.651264Q404.59375 33.79189 404.125 33.79189Q403.26562 33.79189 402.82812 33.276264Q402.40625 32.76064 402.40625 31.82314L402.40625 27.22939L401.0625 27.22939L401.0625 26.26064L402.40625 26.26064L402.40625 24.463764L403.67188 24.463764ZM411.53125 33.651264Q411.42188 33.432514 411.34375 32.870014Q410.46875 33.79189 409.23438 33.79189Q408.14062 33.79189 407.4375 33.182514Q406.75 32.557514 406.75 31.60439Q406.75 30.44814 407.625 29.807514Q408.5 29.16689 410.09375 29.16689L411.32812 29.16689L411.32812 28.588764Q411.32812 27.91689 410.92188 27.526264Q410.53125 27.13564 409.76562 27.13564Q409.07812 27.13564 408.625 27.47939Q408.17188 27.82314 408.17188 28.307514L406.89062 28.307514Q406.89062 27.745014 407.28125 27.22939Q407.6875 26.713764 408.35938 26.41689Q409.03125 26.120014 409.82812 26.120014Q411.10938 26.120014 411.82812 26.76064Q412.5625 27.401264 412.59375 28.51064L412.59375 31.91689Q412.59375 32.932514 412.84375 33.54189L412.84375 33.651264L411.53125 33.651264ZM409.42188 32.682514Q410.01562 32.682514 410.54688 32.38564Q411.09375 32.07314 411.32812 31.57314L411.32812 30.057514L410.32812 30.057514Q408.01562 30.057514 408.01562 31.41689Q408.01562 32.01064 408.40625 32.35439Q408.79688 32.682514 409.42188 32.682514ZM416.67188 24.463764L416.67188 26.26064L418.04688 26.26064L418.04688 27.22939L416.67188 27.22939L416.67188 31.82314Q416.67188 32.26064 416.85938 32.495014Q417.04688 32.713764 417.48438 32.713764Q417.70312 32.713764 418.09375 32.620014L418.09375 33.651264Q417.59375 33.79189 417.125 33.79189Q416.26562 33.79189 415.82812 33.276264Q415.40625 32.76064 415.40625 31.82314L415.40625 27.22939L414.0625 27.22939L414.0625 26.26064L415.40625 26.26064L415.40625 24.463764L416.67188 24.463764ZM423.03125 33.79189Q421.51562 33.79189 420.57812 32.807514Q419.64062 31.807514 419.64062 30.151264L419.64062 29.932514Q419.64062 28.82314 420.0625 27.963764Q420.48438 27.088764 421.23438 26.60439Q421.98438 26.120014 422.875 26.120014Q424.3125 26.120014 425.10938 27.07314Q425.90625 28.01064 425.90625 29.79189L425.90625 30.307514L420.90625 30.307514Q420.92188 31.401264 421.53125 32.088764Q422.15625 32.76064 423.09375 32.76064Q423.76562 32.76064 424.21875 32.495014Q424.6875 32.213764 425.04688 31.76064L425.8125 32.35439Q424.89062 33.79189 423.03125 33.79189ZM422.875 27.151264Q422.10938 27.151264 421.57812 27.713764Q421.0625 28.276264 420.9375 29.276264L424.64062 29.276264L424.64062 29.182514Q424.59375 28.213764 424.125 27.682514Q423.65625 27.151264 422.875 27.151264ZM428.14062 26.26064L428.1875 27.07314Q429.0 26.120014 430.375 26.120014Q431.92188 26.120014 432.48438 27.307514Q432.85938 26.776264 433.45312 26.44814Q434.04688 26.120014 434.84375 26.120014Q437.28125 26.120014 437.32812 28.69814L437.32812 33.651264L436.0625 33.651264L436.0625 28.776264Q436.0625 27.97939 435.6875 27.588764Q435.32812 27.19814 434.48438 27.19814Q433.76562 27.19814 433.29688 27.620014Q432.84375 28.026264 432.76562 28.745014L432.76562 33.651264L431.5 33.651264L431.5 28.807514Q431.5 27.19814 429.92188 27.19814Q428.67188 27.19814 428.21875 28.245014L428.21875 33.651264L426.95312 33.651264L426.95312 26.26064L428.14062 26.26064ZM442.03125 33.79189Q440.51562 33.79189 439.57812 32.807514Q438.64062 31.807514 438.64062 30.151264L438.64062 29.932514Q438.64062 28.82314 439.0625 27.963764Q439.48438 27.088764 440.23438 26.60439Q440.98438 26.120014 441.875 26.120014Q443.3125 26.120014 444.10938 27.07314Q444.90625 28.01064 444.90625 29.79189L444.90625 30.307514L439.90625 30.307514Q439.92188 31.401264 440.53125 32.088764Q441.15625 32.76064 442.09375 32.76064Q442.76562 32.76064 443.21875 32.495014Q443.6875 32.213764 444.04688 31.76064L444.8125 32.35439Q443.89062 33.79189 442.03125 33.79189ZM441.875 27.151264Q441.10938 27.151264 440.57812 27.713764Q440.0625 28.276264 439.9375 29.276264L443.64062 29.276264L443.64062 29.182514Q443.59375 28.213764 443.125 27.682514Q442.65625 27.151264 441.875 27.151264ZM447.15625 26.26064L447.1875 27.182514Q448.04688 26.120014 449.40625 26.120014Q451.75 26.120014 451.78125 28.76064L451.78125 33.651264L450.51562 33.651264L450.51562 28.76064Q450.5 27.963764 450.14062 27.588764Q449.78125 27.19814 449.03125 27.19814Q448.40625 27.19814 447.9375 27.526264Q447.48438 27.85439 447.21875 28.38564L447.21875 33.651264L445.95312 33.651264L445.95312 26.26064L447.15625 26.26064ZM455.67188 24.463764L455.67188 26.26064L457.04688 26.26064L457.04688 27.22939L455.67188 27.22939L455.67188 31.82314Q455.67188 32.26064 455.85938 32.495014Q456.04688 32.713764 456.48438 32.713764Q456.70312 32.713764 457.09375 32.620014L457.09375 33.651264Q456.59375 33.79189 456.125 33.79189Q455.26562 33.79189 454.82812 33.276264Q454.40625 32.76064 454.40625 31.82314L454.40625 27.22939L453.0625 27.22939L453.0625 26.26064L454.40625 26.26064L454.40625 24.463764L455.67188 24.463764ZM463.26562 31.682514Q463.26562 31.182514 462.875 30.901264Q462.48438 30.60439 461.53125 30.401264Q460.57812 30.19814 460.0 29.91689Q459.4375 29.620014 459.17188 29.22939Q458.90625 28.838764 458.90625 28.29189Q458.90625 27.370014 459.67188 26.745014Q460.4375 26.120014 461.64062 26.120014Q462.89062 26.120014 463.67188 26.776264Q464.45312 27.41689 464.45312 28.432514L463.1875 28.432514Q463.1875 27.901264 462.75 27.526264Q462.3125 27.151264 461.64062 27.151264Q460.95312 27.151264 460.5625 27.463764Q460.17188 27.76064 460.17188 28.245014Q460.17188 28.69814 460.53125 28.932514Q460.89062 29.16689 461.82812 29.38564Q462.78125 29.588764 463.375 29.88564Q463.96875 30.182514 464.25 30.60439Q464.53125 31.01064 464.53125 31.60439Q464.53125 32.588764 463.73438 33.19814Q462.9375 33.79189 461.67188 33.79189Q460.79688 33.79189 460.10938 33.47939Q459.42188 33.151264 459.03125 32.588764Q458.65625 32.026264 458.65625 31.370014L459.92188 31.370014Q459.95312 32.01064 460.42188 32.38564Q460.90625 32.76064 461.67188 32.76064Q462.39062 32.76064 462.82812 32.463764Q463.26562 32.16689 463.26562 31.682514ZM467.4375 30.85439Q467.45312 30.04189 467.625 29.57314Q467.79688 29.088764 468.32812 28.51064L469.21875 27.588764Q469.79688 26.94814 469.79688 26.19814Q469.79688 25.47939 469.42188 25.07314Q469.04688 24.66689 468.32812 24.66689Q467.625 24.66689 467.20312 25.04189Q466.78125 25.401264 466.78125 26.026264L465.51562 26.026264Q465.53125 24.91689 466.29688 24.245014Q467.07812 23.557514 468.32812 23.557514Q469.60938 23.557514 470.32812 24.26064Q471.0625 24.94814 471.0625 26.151264Q471.0625 27.35439 469.95312 28.51064L469.20312 29.26064Q468.70312 29.807514 468.70312 30.85439L467.4375 30.85439ZM467.39062 33.01064Q467.39062 32.713764 467.57812 32.51064Q467.76562 32.29189 468.125 32.29189Q468.5 32.29189 468.6875 32.51064Q468.89062 32.713764 468.89062 33.026264Q468.89062 33.32314 468.6875 33.526264Q468.5 33.72939 468.125 33.72939Q467.76562 33.72939 467.57812 33.526264Q467.39062 33.32314 467.39062 33.01064Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig3.svg b/_content/survey2018/fig3.svg
deleted file mode 100644
index cae8f55..0000000
--- a/_content/survey2018/fig3.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 352.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="352" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 352.0L0 352.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 352.0L0 352.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M114.5 33.5L114.5 289.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M221.5 33.5L221.5 289.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M328.5 33.5L328.5 289.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M434.5 33.5L434.5 289.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M541.5 33.5L541.5 289.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M114.5 33.271294L541.5 33.271294L541.5 289.67706L114.5 289.67706L114.5 33.271294Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 72.0L114.0 54.0L348.0 54.0C349.10458 54.0 350.0 54.89543 350.0 56.0L350.0 70.0C350.0 71.10457 349.10458 72.0 348.0 72.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M114.0 72.0L114.0 54.0L348.0 54.0C349.10458 54.0 350.0 54.89543 350.0 56.0L350.0 70.0C350.0 71.10457 349.10458 72.0 348.0 72.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 131.0L114.0 113.0L244.0 113.0C245.10457 113.0 246.0 113.89543 246.0 115.0L246.0 129.0C246.0 130.10457 245.10457 131.0 244.0 131.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M114.0 131.0L114.0 113.0L244.0 113.0C245.10457 113.0 246.0 113.89543 246.0 115.0L246.0 129.0C246.0 130.10457 245.10457 131.0 244.0 131.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 190.0L114.0 172.0L147.0 172.0C148.10457 172.0 149.0 172.89543 149.0 174.0L149.0 188.0C149.0 189.10457 148.10457 190.0 147.0 190.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M114.0 190.0L114.0 172.0L147.0 172.0C148.10457 172.0 149.0 172.89543 149.0 174.0L149.0 188.0C149.0 189.10457 148.10457 190.0 147.0 190.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 249.0L114.0 231.0L138.0 231.0C139.10457 231.0 140.0 231.89543 140.0 233.0L140.0 247.0C140.0 248.10457 139.10457 249.0 138.0 249.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M114.0 249.0L114.0 231.0L138.0 231.0C139.10457 231.0 140.0 231.89543 140.0 233.0L140.0 247.0C140.0 248.10457 139.10457 249.0 138.0 249.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 91.0L114.0 73.0L464.0 73.0C465.10458 73.0 466.0 73.89543 466.0 75.0L466.0 89.0C466.0 90.10457 465.10458 91.0 464.0 91.0Z" fill-rule="nonzero"/><path fill="#4a86e8" clip-path="url(#id_0)" d="M114.0 91.0L114.0 73.0L464.0 73.0C465.10458 73.0 466.0 73.89543 466.0 75.0L466.0 89.0C466.0 90.10457 465.10458 91.0 464.0 91.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 150.0L114.0 132.0L169.0 132.0C170.10457 132.0 171.0 132.89543 171.0 134.0L171.0 148.0C171.0 149.10457 170.10457 150.0 169.0 150.0Z" fill-rule="nonzero"/><path fill="#4a86e8" clip-path="url(#id_0)" d="M114.0 150.0L114.0 132.0L169.0 132.0C170.10457 132.0 171.0 132.89543 171.0 134.0L171.0 148.0C171.0 149.10457 170.10457 150.0 169.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 209.0L114.0 191.0L121.0 191.0C122.10457 191.0 123.0 191.89543 123.0 193.0L123.0 207.0C123.0 208.10457 122.10457 209.0 121.0 209.0Z" fill-rule="nonzero"/><path fill="#4a86e8" clip-path="url(#id_0)" d="M114.0 209.0L114.0 191.0L121.0 191.0C122.10457 191.0 123.0 191.89543 123.0 193.0L123.0 207.0C123.0 208.10457 122.10457 209.0 121.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M114.0 268.0L114.0 250.0L123.0 250.0C124.10457 250.0 125.0 250.89543 125.0 252.0L125.0 266.0C125.0 267.10458 124.10457 268.0 123.0 268.0Z" fill-rule="nonzero"/><path fill="#4a86e8" clip-path="url(#id_0)" d="M114.0 268.0L114.0 250.0L123.0 250.0C124.10457 250.0 125.0 250.89543 125.0 252.0L125.0 266.0C125.0 267.10458 124.10457 268.0 123.0 268.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M362.14554 65.25L363.2549 65.15625Q363.3799 65.96875 363.8174 66.375Q364.27054 66.78125 364.91116 66.78125Q365.66116 66.78125 366.1924 66.203125Q366.72366 65.625 366.72366 64.6875Q366.72366 63.78125 366.20804 63.265625Q365.70804 62.734375 364.8799 62.734375Q364.3799 62.734375 363.95804 62.96875Q363.5518 63.203125 363.3174 63.5625L362.33304 63.4375L363.16116 59.03125L367.4424 59.03125L367.4424 60.03125L364.0049 60.03125L363.5518 62.34375Q364.3174 61.796875 365.16116 61.796875Q366.28616 61.796875 367.0518 62.578125Q367.83304 63.359375 367.83304 64.59375Q367.83304 65.75 367.16116 66.609375Q366.33304 67.640625 364.91116 67.640625Q363.7393 67.640625 362.9893 66.984375Q362.2549 66.328125 362.14554 65.25ZM369.14554 65.25L370.2549 65.15625Q370.3799 65.96875 370.8174 66.375Q371.27054 66.78125 371.91116 66.78125Q372.66116 66.78125 373.1924 66.203125Q373.72366 65.625 373.72366 64.6875Q373.72366 63.78125 373.20804 63.265625Q372.70804 62.734375 371.8799 62.734375Q371.3799 62.734375 370.95804 62.96875Q370.5518 63.203125 370.3174 63.5625L369.33304 63.4375L370.16116 59.03125L374.4424 59.03125L374.4424 60.03125L371.0049 60.03125L370.5518 62.34375Q371.3174 61.796875 372.16116 61.796875Q373.28616 61.796875 374.0518 62.578125Q374.83304 63.359375 374.83304 64.59375Q374.83304 65.75 374.16116 66.609375Q373.33304 67.640625 371.91116 67.640625Q370.7393 67.640625 369.9893 66.984375Q369.2549 66.328125 369.14554 65.25ZM376.34866 60.96875Q376.34866 60.046875 376.8018 59.40625Q377.27054 58.765625 378.14554 58.765625Q378.95804 58.765625 379.4893 59.34375Q380.02054 59.921875 380.02054 61.03125Q380.02054 62.125 379.47366 62.71875Q378.9424 63.296875 378.16116 63.296875Q377.3799 63.296875 376.8643 62.71875Q376.34866 62.140625 376.34866 60.96875ZM378.1768 59.484375Q377.78616 59.484375 377.52054 59.828125Q377.27054 60.171875 377.27054 61.078125Q377.27054 61.90625 377.52054 62.25Q377.78616 62.578125 378.1768 62.578125Q378.58304 62.578125 378.83304 62.234375Q379.09866 61.890625 379.09866 61.0Q379.09866 60.15625 378.83304 59.828125Q378.5674 59.484375 378.1768 59.484375ZM378.1768 67.8125L382.8799 58.765625L383.7393 58.765625L379.0518 67.8125L378.1768 67.8125ZM381.89554 65.484375Q381.89554 64.5625 382.34866 63.921875Q382.8174 63.28125 383.70804 63.28125Q384.52054 63.28125 385.0518 63.859375Q385.58304 64.421875 385.58304 65.546875Q385.58304 66.640625 385.03616 67.234375Q384.5049 67.8125 383.70804 67.8125Q382.9424 67.8125 382.41116 67.234375Q381.89554 66.65625 381.89554 65.484375ZM383.7393 64.0Q383.33304 64.0 383.0674 64.34375Q382.8174 64.6875 382.8174 65.59375Q382.8174 66.40625 383.08304 66.75Q383.34866 67.09375 383.7393 67.09375Q384.1299 67.09375 384.39554 66.75Q384.66116 66.40625 384.66116 65.5Q384.66116 64.671875 384.39554 64.34375Q384.1299 64.0 383.7393 64.0Z" fill-rule="nonzero"/><path fill="#666666" d="M362.14554 65.25L363.2549 65.15625Q363.3799 65.96875 363.8174 66.375Q364.27054 66.78125 364.91116 66.78125Q365.66116 66.78125 366.1924 66.203125Q366.72366 65.625 366.72366 64.6875Q366.72366 63.78125 366.20804 63.265625Q365.70804 62.734375 364.8799 62.734375Q364.3799 62.734375 363.95804 62.96875Q363.5518 63.203125 363.3174 63.5625L362.33304 63.4375L363.16116 59.03125L367.4424 59.03125L367.4424 60.03125L364.0049 60.03125L363.5518 62.34375Q364.3174 61.796875 365.16116 61.796875Q366.28616 61.796875 367.0518 62.578125Q367.83304 63.359375 367.83304 64.59375Q367.83304 65.75 367.16116 66.609375Q366.33304 67.640625 364.91116 67.640625Q363.7393 67.640625 362.9893 66.984375Q362.2549 66.328125 362.14554 65.25ZM369.14554 65.25L370.2549 65.15625Q370.3799 65.96875 370.8174 66.375Q371.27054 66.78125 371.91116 66.78125Q372.66116 66.78125 373.1924 66.203125Q373.72366 65.625 373.72366 64.6875Q373.72366 63.78125 373.20804 63.265625Q372.70804 62.734375 371.8799 62.734375Q371.3799 62.734375 370.95804 62.96875Q370.5518 63.203125 370.3174 63.5625L369.33304 63.4375L370.16116 59.03125L374.4424 59.03125L374.4424 60.03125L371.0049 60.03125L370.5518 62.34375Q371.3174 61.796875 372.16116 61.796875Q373.28616 61.796875 374.0518 62.578125Q374.83304 63.359375 374.83304 64.59375Q374.83304 65.75 374.16116 66.609375Q373.33304 67.640625 371.91116 67.640625Q370.7393 67.640625 369.9893 66.984375Q369.2549 66.328125 369.14554 65.25ZM376.34866 60.96875Q376.34866 60.046875 376.8018 59.40625Q377.27054 58.765625 378.14554 58.765625Q378.95804 58.765625 379.4893 59.34375Q380.02054 59.921875 380.02054 61.03125Q380.02054 62.125 379.47366 62.71875Q378.9424 63.296875 378.16116 63.296875Q377.3799 63.296875 376.8643 62.71875Q376.34866 62.140625 376.34866 60.96875ZM378.1768 59.484375Q377.78616 59.484375 377.52054 59.828125Q377.27054 60.171875 377.27054 61.078125Q377.27054 61.90625 377.52054 62.25Q377.78616 62.578125 378.1768 62.578125Q378.58304 62.578125 378.83304 62.234375Q379.09866 61.890625 379.09866 61.0Q379.09866 60.15625 378.83304 59.828125Q378.5674 59.484375 378.1768 59.484375ZM378.1768 67.8125L382.8799 58.765625L383.7393 58.765625L379.0518 67.8125L378.1768 67.8125ZM381.89554 65.484375Q381.89554 64.5625 382.34866 63.921875Q382.8174 63.28125 383.70804 63.28125Q384.52054 63.28125 385.0518 63.859375Q385.58304 64.421875 385.58304 65.546875Q385.58304 66.640625 385.03616 67.234375Q384.5049 67.8125 383.70804 67.8125Q382.9424 67.8125 382.41116 67.234375Q381.89554 66.65625 381.89554 65.484375ZM383.7393 64.0Q383.33304 64.0 383.0674 64.34375Q382.8174 64.6875 382.8174 65.59375Q382.8174 66.40625 383.08304 66.75Q383.34866 67.09375 383.7393 67.09375Q384.1299 67.09375 384.39554 66.75Q384.66116 66.40625 384.66116 65.5Q384.66116 64.671875 384.39554 64.34375Q384.1299 64.0 383.7393 64.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M258.79013 124.234375L259.85263 124.09375Q260.0245 124.984375 260.462 125.390625Q260.8995 125.78125 261.5245 125.78125Q262.2745 125.78125 262.79013 125.265625Q263.30576 124.75 263.30576 123.984375Q263.30576 123.265625 262.82138 122.796875Q262.35263 122.3125 261.61826 122.3125Q261.32138 122.3125 260.86826 122.4375L260.99326 121.5Q261.10263 121.515625 261.16513 121.515625Q261.837 121.515625 262.36826 121.171875Q262.91513 120.8125 262.91513 120.078125Q262.91513 119.5 262.5245 119.125Q262.13388 118.734375 261.50888 118.734375Q260.8995 118.734375 260.47763 119.125Q260.07138 119.515625 259.962 120.28125L258.8995 120.09375Q259.087 119.046875 259.7745 118.46875Q260.462 117.875 261.47763 117.875Q262.18076 117.875 262.7745 118.1875Q263.36826 118.484375 263.68076 119.0Q263.99326 119.515625 263.99326 120.109375Q263.99326 120.65625 263.69638 121.125Q263.3995 121.578125 262.82138 121.84375Q263.57138 122.015625 263.99326 122.578125Q264.41513 123.125 264.41513 123.96875Q264.41513 125.09375 263.587 125.875Q262.7745 126.65625 261.5245 126.65625Q260.3995 126.65625 259.6495 125.984375Q258.8995 125.296875 258.79013 124.234375ZM269.75888 126.5L268.712 126.5L268.712 119.78125Q268.32138 120.140625 267.69638 120.515625Q267.087 120.875 266.60263 121.046875L266.60263 120.03125Q267.47763 119.609375 268.13388 119.03125Q268.80576 118.4375 269.087 117.875L269.75888 117.875L269.75888 126.5ZM272.99326 119.96875Q272.99326 119.046875 273.44638 118.40625Q273.91513 117.765625 274.79013 117.765625Q275.60263 117.765625 276.13388 118.34375Q276.66513 118.921875 276.66513 120.03125Q276.66513 121.125 276.11826 121.71875Q275.587 122.296875 274.80576 122.296875Q274.0245 122.296875 273.50888 121.71875Q272.99326 121.140625 272.99326 119.96875ZM274.82138 118.484375Q274.43076 118.484375 274.16513 118.828125Q273.91513 119.171875 273.91513 120.078125Q273.91513 120.90625 274.16513 121.25Q274.43076 121.578125 274.82138 121.578125Q275.22763 121.578125 275.47763 121.234375Q275.74326 120.890625 275.74326 120.0Q275.74326 119.15625 275.47763 118.828125Q275.212 118.484375 274.82138 118.484375ZM274.82138 126.8125L279.5245 117.765625L280.38388 117.765625L275.69638 126.8125L274.82138 126.8125ZM278.54013 124.484375Q278.54013 123.5625 278.99326 122.921875Q279.462 122.28125 280.35263 122.28125Q281.16513 122.28125 281.69638 122.859375Q282.22763 123.421875 282.22763 124.546875Q282.22763 125.640625 281.68076 126.234375Q281.1495 126.8125 280.35263 126.8125Q279.587 126.8125 279.05576 126.234375Q278.54013 125.65625 278.54013 124.484375ZM280.38388 123.0Q279.97763 123.0 279.712 123.34375Q279.462 123.6875 279.462 124.59375Q279.462 125.40625 279.72763 125.75Q279.99326 126.09375 280.38388 126.09375Q280.7745 126.09375 281.04013 125.75Q281.30576 125.40625 281.30576 124.5Q281.30576 123.671875 281.04013 123.34375Q280.7745 123.0 280.38388 123.0Z" fill-rule="nonzero"/><path fill="#666666" d="M258.79013 124.234375L259.85263 124.09375Q260.0245 124.984375 260.462 125.390625Q260.8995 125.78125 261.5245 125.78125Q262.2745 125.78125 262.79013 125.265625Q263.30576 124.75 263.30576 123.984375Q263.30576 123.265625 262.82138 122.796875Q262.35263 122.3125 261.61826 122.3125Q261.32138 122.3125 260.86826 122.4375L260.99326 121.5Q261.10263 121.515625 261.16513 121.515625Q261.837 121.515625 262.36826 121.171875Q262.91513 120.8125 262.91513 120.078125Q262.91513 119.5 262.5245 119.125Q262.13388 118.734375 261.50888 118.734375Q260.8995 118.734375 260.47763 119.125Q260.07138 119.515625 259.962 120.28125L258.8995 120.09375Q259.087 119.046875 259.7745 118.46875Q260.462 117.875 261.47763 117.875Q262.18076 117.875 262.7745 118.1875Q263.36826 118.484375 263.68076 119.0Q263.99326 119.515625 263.99326 120.109375Q263.99326 120.65625 263.69638 121.125Q263.3995 121.578125 262.82138 121.84375Q263.57138 122.015625 263.99326 122.578125Q264.41513 123.125 264.41513 123.96875Q264.41513 125.09375 263.587 125.875Q262.7745 126.65625 261.5245 126.65625Q260.3995 126.65625 259.6495 125.984375Q258.8995 125.296875 258.79013 124.234375ZM269.75888 126.5L268.712 126.5L268.712 119.78125Q268.32138 120.140625 267.69638 120.515625Q267.087 120.875 266.60263 121.046875L266.60263 120.03125Q267.47763 119.609375 268.13388 119.03125Q268.80576 118.4375 269.087 117.875L269.75888 117.875L269.75888 126.5ZM272.99326 119.96875Q272.99326 119.046875 273.44638 118.40625Q273.91513 117.765625 274.79013 117.765625Q275.60263 117.765625 276.13388 118.34375Q276.66513 118.921875 276.66513 120.03125Q276.66513 121.125 276.11826 121.71875Q275.587 122.296875 274.80576 122.296875Q274.0245 122.296875 273.50888 121.71875Q272.99326 121.140625 272.99326 119.96875ZM274.82138 118.484375Q274.43076 118.484375 274.16513 118.828125Q273.91513 119.171875 273.91513 120.078125Q273.91513 120.90625 274.16513 121.25Q274.43076 121.578125 274.82138 121.578125Q275.22763 121.578125 275.47763 121.234375Q275.74326 120.890625 275.74326 120.0Q275.74326 119.15625 275.47763 118.828125Q275.212 118.484375 274.82138 118.484375ZM274.82138 126.8125L279.5245 117.765625L280.38388 117.765625L275.69638 126.8125L274.82138 126.8125ZM278.54013 124.484375Q278.54013 123.5625 278.99326 122.921875Q279.462 122.28125 280.35263 122.28125Q281.16513 122.28125 281.69638 122.859375Q282.22763 123.421875 282.22763 124.546875Q282.22763 125.640625 281.68076 126.234375Q281.1495 126.8125 280.35263 126.8125Q279.587 126.8125 279.05576 126.234375Q278.54013 125.65625 278.54013 124.484375ZM280.38388 123.0Q279.97763 123.0 279.712 123.34375Q279.462 123.6875 279.462 124.59375Q279.462 125.40625 279.72763 125.75Q279.99326 126.09375 280.38388 126.09375Q280.7745 126.09375 281.04013 125.75Q281.30576 125.40625 281.30576 124.5Q281.30576 123.671875 281.04013 123.34375Q280.7745 123.0 280.38388 123.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M163.44954 180.84375Q162.79329 180.59375 162.46516 180.15625Q162.15266 179.70312 162.15266 179.09375Q162.15266 178.15625 162.82454 177.51562Q163.51204 176.875 164.62141 176.875Q165.74641 176.875 166.43391 177.53125Q167.12141 178.1875 167.12141 179.125Q167.12141 179.71875 166.80891 180.15625Q166.49641 180.59375 165.85579 180.84375Q166.65266 181.09375 167.05891 181.67188Q167.46516 182.25 167.46516 183.04688Q167.46516 184.14062 166.68391 184.89062Q165.91829 185.64062 164.63704 185.64062Q163.37141 185.64062 162.59016 184.89062Q161.80891 184.14062 161.80891 183.01562Q161.80891 182.17188 162.23079 181.60938Q162.66829 181.04688 163.44954 180.84375ZM163.23079 179.04688Q163.23079 179.65625 163.62141 180.04688Q164.02766 180.4375 164.65266 180.4375Q165.26204 180.4375 165.65266 180.0625Q166.04329 179.67188 166.04329 179.10938Q166.04329 178.53125 165.63704 178.14062Q165.23079 177.73438 164.63704 177.73438Q164.02766 177.73438 163.62141 178.125Q163.23079 178.51562 163.23079 179.04688ZM162.90266 183.01562Q162.90266 183.46875 163.10579 183.89062Q163.32454 184.3125 163.74641 184.54688Q164.16829 184.78125 164.65266 184.78125Q165.40266 184.78125 165.88704 184.29688Q166.38704 183.8125 166.38704 183.0625Q166.38704 182.29688 165.88704 181.79688Q165.38704 181.29688 164.62141 181.29688Q163.87141 181.29688 163.38704 181.79688Q162.90266 182.28125 162.90266 183.01562ZM169.02766 178.96875Q169.02766 178.04688 169.48079 177.40625Q169.94954 176.76562 170.82454 176.76562Q171.63704 176.76562 172.16829 177.34375Q172.69954 177.92188 172.69954 179.03125Q172.69954 180.125 172.15266 180.71875Q171.62141 181.29688 170.84016 181.29688Q170.05891 181.29688 169.54329 180.71875Q169.02766 180.14062 169.02766 178.96875ZM170.85579 177.48438Q170.46516 177.48438 170.19954 177.82812Q169.94954 178.17188 169.94954 179.07812Q169.94954 179.90625 170.19954 180.25Q170.46516 180.57812 170.85579 180.57812Q171.26204 180.57812 171.51204 180.23438Q171.77766 179.89062 171.77766 179.0Q171.77766 178.15625 171.51204 177.82812Q171.24641 177.48438 170.85579 177.48438ZM170.85579 185.8125L175.55891 176.76562L176.41829 176.76562L171.73079 185.8125L170.85579 185.8125ZM174.57454 183.48438Q174.57454 182.5625 175.02766 181.92188Q175.49641 181.28125 176.38704 181.28125Q177.19954 181.28125 177.73079 181.85938Q178.26204 182.42188 178.26204 183.54688Q178.26204 184.64062 177.71516 185.23438Q177.18391 185.8125 176.38704 185.8125Q175.62141 185.8125 175.09016 185.23438Q174.57454 184.65625 174.57454 183.48438ZM176.41829 182.0Q176.01204 182.0 175.74641 182.34375Q175.49641 182.6875 175.49641 183.59375Q175.49641 184.40625 175.76204 184.75Q176.02766 185.09375 176.41829 185.09375Q176.80891 185.09375 177.07454 184.75Q177.34016 184.40625 177.34016 183.5Q177.34016 182.67188 177.07454 182.34375Q176.80891 182.0 176.41829 182.0Z" fill-rule="nonzero"/><path fill="#666666" d="M163.44954 180.84375Q162.79329 180.59375 162.46516 180.15625Q162.15266 179.70312 162.15266 179.09375Q162.15266 178.15625 162.82454 177.51562Q163.51204 176.875 164.62141 176.875Q165.74641 176.875 166.43391 177.53125Q167.12141 178.1875 167.12141 179.125Q167.12141 179.71875 166.80891 180.15625Q166.49641 180.59375 165.85579 180.84375Q166.65266 181.09375 167.05891 181.67188Q167.46516 182.25 167.46516 183.04688Q167.46516 184.14062 166.68391 184.89062Q165.91829 185.64062 164.63704 185.64062Q163.37141 185.64062 162.59016 184.89062Q161.80891 184.14062 161.80891 183.01562Q161.80891 182.17188 162.23079 181.60938Q162.66829 181.04688 163.44954 180.84375ZM163.23079 179.04688Q163.23079 179.65625 163.62141 180.04688Q164.02766 180.4375 164.65266 180.4375Q165.26204 180.4375 165.65266 180.0625Q166.04329 179.67188 166.04329 179.10938Q166.04329 178.53125 165.63704 178.14062Q165.23079 177.73438 164.63704 177.73438Q164.02766 177.73438 163.62141 178.125Q163.23079 178.51562 163.23079 179.04688ZM162.90266 183.01562Q162.90266 183.46875 163.10579 183.89062Q163.32454 184.3125 163.74641 184.54688Q164.16829 184.78125 164.65266 184.78125Q165.40266 184.78125 165.88704 184.29688Q166.38704 183.8125 166.38704 183.0625Q166.38704 182.29688 165.88704 181.79688Q165.38704 181.29688 164.62141 181.29688Q163.87141 181.29688 163.38704 181.79688Q162.90266 182.28125 162.90266 183.01562ZM169.02766 178.96875Q169.02766 178.04688 169.48079 177.40625Q169.94954 176.76562 170.82454 176.76562Q171.63704 176.76562 172.16829 177.34375Q172.69954 177.92188 172.69954 179.03125Q172.69954 180.125 172.15266 180.71875Q171.62141 181.29688 170.84016 181.29688Q170.05891 181.29688 169.54329 180.71875Q169.02766 180.14062 169.02766 178.96875ZM170.85579 177.48438Q170.46516 177.48438 170.19954 177.82812Q169.94954 178.17188 169.94954 179.07812Q169.94954 179.90625 170.19954 180.25Q170.46516 180.57812 170.85579 180.57812Q171.26204 180.57812 171.51204 180.23438Q171.77766 179.89062 171.77766 179.0Q171.77766 178.15625 171.51204 177.82812Q171.24641 177.48438 170.85579 177.48438ZM170.85579 185.8125L175.55891 176.76562L176.41829 176.76562L171.73079 185.8125L170.85579 185.8125ZM174.57454 183.48438Q174.57454 182.5625 175.02766 181.92188Q175.49641 181.28125 176.38704 181.28125Q177.19954 181.28125 177.73079 181.85938Q178.26204 182.42188 178.26204 183.54688Q178.26204 184.64062 177.71516 185.23438Q177.18391 185.8125 176.38704 185.8125Q175.62141 185.8125 175.09016 185.23438Q174.57454 184.65625 174.57454 183.48438ZM176.41829 182.0Q176.01204 182.0 175.74641 182.34375Q175.49641 182.6875 175.49641 183.59375Q175.49641 184.40625 175.76204 184.75Q176.02766 185.09375 176.41829 185.09375Q176.80891 185.09375 177.07454 184.75Q177.34016 184.40625 177.34016 183.5Q177.34016 182.67188 177.07454 182.34375Q176.80891 182.0 176.41829 182.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M157.70856 238.01562L156.66168 238.09375Q156.52106 237.46875 156.27106 237.1875Q155.83356 236.73438 155.20856 236.73438Q154.70856 236.73438 154.31793 237.01562Q153.83356 237.39062 153.53668 238.09375Q153.25543 238.78125 153.2398 240.0625Q153.6148 239.48438 154.16168 239.20312Q154.72418 238.92188 155.33356 238.92188Q156.38043 238.92188 157.1148 239.70312Q157.8648 240.48438 157.8648 241.70312Q157.8648 242.51562 157.50543 243.21875Q157.16168 243.90625 156.5523 244.28125Q155.94293 244.64062 155.1773 244.64062Q153.84918 244.64062 153.02106 243.67188Q152.19293 242.70312 152.19293 240.48438Q152.19293 237.98438 153.1148 236.85938Q153.91168 235.875 155.27106 235.875Q156.28668 235.875 156.9273 236.45312Q157.58356 237.01562 157.70856 238.01562ZM153.41168 241.71875Q153.41168 242.26562 153.63043 242.76562Q153.8648 243.25 154.27106 243.51562Q154.69293 243.78125 155.16168 243.78125Q155.81793 243.78125 156.3023 243.25Q156.78668 242.70312 156.78668 241.78125Q156.78668 240.89062 156.3023 240.375Q155.83356 239.85938 155.1148 239.85938Q154.39606 239.85938 153.89606 240.375Q153.41168 240.89062 153.41168 241.71875ZM159.44293 237.96875Q159.44293 237.04688 159.89606 236.40625Q160.3648 235.76562 161.2398 235.76562Q162.0523 235.76562 162.58356 236.34375Q163.1148 236.92188 163.1148 238.03125Q163.1148 239.125 162.56793 239.71875Q162.03668 240.29688 161.25543 240.29688Q160.47418 240.29688 159.95856 239.71875Q159.44293 239.14062 159.44293 237.96875ZM161.27106 236.48438Q160.88043 236.48438 160.6148 236.82812Q160.3648 237.17188 160.3648 238.07812Q160.3648 238.90625 160.6148 239.25Q160.88043 239.57812 161.27106 239.57812Q161.6773 239.57812 161.9273 239.23438Q162.19293 238.89062 162.19293 238.0Q162.19293 237.15625 161.9273 236.82812Q161.66168 236.48438 161.27106 236.48438ZM161.27106 244.8125L165.97418 235.76562L166.83356 235.76562L162.14606 244.8125L161.27106 244.8125ZM164.9898 242.48438Q164.9898 241.5625 165.44293 240.92188Q165.91168 240.28125 166.8023 240.28125Q167.6148 240.28125 168.14606 240.85938Q168.6773 241.42188 168.6773 242.54688Q168.6773 243.64062 168.13043 244.23438Q167.59918 244.8125 166.8023 244.8125Q166.03668 244.8125 165.50543 244.23438Q164.9898 243.65625 164.9898 242.48438ZM166.83356 241.0Q166.4273 241.0 166.16168 241.34375Q165.91168 241.6875 165.91168 242.59375Q165.91168 243.40625 166.1773 243.75Q166.44293 244.09375 166.83356 244.09375Q167.22418 244.09375 167.4898 243.75Q167.75543 243.40625 167.75543 242.5Q167.75543 241.67188 167.4898 241.34375Q167.22418 241.0 166.83356 241.0Z" fill-rule="nonzero"/><path fill="#666666" d="M157.70856 238.01562L156.66168 238.09375Q156.52106 237.46875 156.27106 237.1875Q155.83356 236.73438 155.20856 236.73438Q154.70856 236.73438 154.31793 237.01562Q153.83356 237.39062 153.53668 238.09375Q153.25543 238.78125 153.2398 240.0625Q153.6148 239.48438 154.16168 239.20312Q154.72418 238.92188 155.33356 238.92188Q156.38043 238.92188 157.1148 239.70312Q157.8648 240.48438 157.8648 241.70312Q157.8648 242.51562 157.50543 243.21875Q157.16168 243.90625 156.5523 244.28125Q155.94293 244.64062 155.1773 244.64062Q153.84918 244.64062 153.02106 243.67188Q152.19293 242.70312 152.19293 240.48438Q152.19293 237.98438 153.1148 236.85938Q153.91168 235.875 155.27106 235.875Q156.28668 235.875 156.9273 236.45312Q157.58356 237.01562 157.70856 238.01562ZM153.41168 241.71875Q153.41168 242.26562 153.63043 242.76562Q153.8648 243.25 154.27106 243.51562Q154.69293 243.78125 155.16168 243.78125Q155.81793 243.78125 156.3023 243.25Q156.78668 242.70312 156.78668 241.78125Q156.78668 240.89062 156.3023 240.375Q155.83356 239.85938 155.1148 239.85938Q154.39606 239.85938 153.89606 240.375Q153.41168 240.89062 153.41168 241.71875ZM159.44293 237.96875Q159.44293 237.04688 159.89606 236.40625Q160.3648 235.76562 161.2398 235.76562Q162.0523 235.76562 162.58356 236.34375Q163.1148 236.92188 163.1148 238.03125Q163.1148 239.125 162.56793 239.71875Q162.03668 240.29688 161.25543 240.29688Q160.47418 240.29688 159.95856 239.71875Q159.44293 239.14062 159.44293 237.96875ZM161.27106 236.48438Q160.88043 236.48438 160.6148 236.82812Q160.3648 237.17188 160.3648 238.07812Q160.3648 238.90625 160.6148 239.25Q160.88043 239.57812 161.27106 239.57812Q161.6773 239.57812 161.9273 239.23438Q162.19293 238.89062 162.19293 238.0Q162.19293 237.15625 161.9273 236.82812Q161.66168 236.48438 161.27106 236.48438ZM161.27106 244.8125L165.97418 235.76562L166.83356 235.76562L162.14606 244.8125L161.27106 244.8125ZM164.9898 242.48438Q164.9898 241.5625 165.44293 240.92188Q165.91168 240.28125 166.8023 240.28125Q167.6148 240.28125 168.14606 240.85938Q168.6773 241.42188 168.6773 242.54688Q168.6773 243.64062 168.13043 244.23438Q167.59918 244.8125 166.8023 244.8125Q166.03668 244.8125 165.50543 244.23438Q164.9898 243.65625 164.9898 242.48438ZM166.83356 241.0Q166.4273 241.0 166.16168 241.34375Q165.91168 241.6875 165.91168 242.59375Q165.91168 243.40625 166.1773 243.75Q166.44293 244.09375 166.83356 244.09375Q167.22418 244.09375 167.4898 243.75Q167.75543 243.40625 167.75543 242.5Q167.75543 241.67188 167.4898 241.34375Q167.22418 241.0 166.83356 241.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M479.91577 81.84375Q479.25952 81.59375 478.9314 81.15625Q478.6189 80.703125 478.6189 80.09375Q478.6189 79.15625 479.29077 78.515625Q479.97827 77.875 481.08765 77.875Q482.21265 77.875 482.90015 78.53125Q483.58765 79.1875 483.58765 80.125Q483.58765 80.71875 483.27515 81.15625Q482.96265 81.59375 482.32202 81.84375Q483.1189 82.09375 483.52515 82.671875Q483.9314 83.25 483.9314 84.046875Q483.9314 85.140625 483.15015 85.890625Q482.38452 86.640625 481.10327 86.640625Q479.83765 86.640625 479.0564 85.890625Q478.27515 85.140625 478.27515 84.015625Q478.27515 83.171875 478.69702 82.609375Q479.13452 82.046875 479.91577 81.84375ZM479.69702 80.046875Q479.69702 80.65625 480.08765 81.046875Q480.4939 81.4375 481.1189 81.4375Q481.72827 81.4375 482.1189 81.0625Q482.50952 80.671875 482.50952 80.109375Q482.50952 79.53125 482.10327 79.140625Q481.69702 78.734375 481.10327 78.734375Q480.4939 78.734375 480.08765 79.125Q479.69702 79.515625 479.69702 80.046875ZM479.3689 84.015625Q479.3689 84.46875 479.57202 84.890625Q479.79077 85.3125 480.21265 85.546875Q480.63452 85.78125 481.1189 85.78125Q481.8689 85.78125 482.35327 85.296875Q482.85327 84.8125 482.85327 84.0625Q482.85327 83.296875 482.35327 82.796875Q481.85327 82.296875 481.08765 82.296875Q480.33765 82.296875 479.85327 82.796875Q479.3689 83.28125 479.3689 84.015625ZM490.83765 85.484375L490.83765 86.5L485.15015 86.5Q485.15015 86.125 485.27515 85.765625Q485.4939 85.1875 485.96265 84.625Q486.44702 84.0625 487.35327 83.328125Q488.75952 82.171875 489.2439 81.5Q489.7439 80.828125 489.7439 80.234375Q489.7439 79.609375 489.29077 79.1875Q488.83765 78.75 488.1189 78.75Q487.35327 78.75 486.90015 79.203125Q486.44702 79.65625 486.4314 80.46875L485.35327 80.359375Q485.46265 79.140625 486.1814 78.515625Q486.91577 77.875 488.15015 77.875Q489.38452 77.875 490.10327 78.5625Q490.82202 79.25 490.82202 80.265625Q490.82202 80.78125 490.60327 81.28125Q490.40015 81.765625 489.90015 82.328125Q489.41577 82.875 488.29077 83.828125Q487.33765 84.625 487.0564 84.921875Q486.79077 85.203125 486.6189 85.484375L490.83765 85.484375ZM492.4939 79.96875Q492.4939 79.046875 492.94702 78.40625Q493.41577 77.765625 494.29077 77.765625Q495.10327 77.765625 495.63452 78.34375Q496.16577 78.921875 496.16577 80.03125Q496.16577 81.125 495.6189 81.71875Q495.08765 82.296875 494.3064 82.296875Q493.52515 82.296875 493.00952 81.71875Q492.4939 81.140625 492.4939 79.96875ZM494.32202 78.484375Q493.9314 78.484375 493.66577 78.828125Q493.41577 79.171875 493.41577 80.078125Q493.41577 80.90625 493.66577 81.25Q493.9314 81.578125 494.32202 81.578125Q494.72827 81.578125 494.97827 81.234375Q495.2439 80.890625 495.2439 80.0Q495.2439 79.15625 494.97827 78.828125Q494.71265 78.484375 494.32202 78.484375ZM494.32202 86.8125L499.02515 77.765625L499.88452 77.765625L495.19702 86.8125L494.32202 86.8125ZM498.04077 84.484375Q498.04077 83.5625 498.4939 82.921875Q498.96265 82.28125 499.85327 82.28125Q500.66577 82.28125 501.19702 82.859375Q501.72827 83.421875 501.72827 84.546875Q501.72827 85.640625 501.1814 86.234375Q500.65015 86.8125 499.85327 86.8125Q499.08765 86.8125 498.5564 86.234375Q498.04077 85.65625 498.04077 84.484375ZM499.88452 83.0Q499.47827 83.0 499.21265 83.34375Q498.96265 83.6875 498.96265 84.59375Q498.96265 85.40625 499.22827 85.75Q499.4939 86.09375 499.88452 86.09375Q500.27515 86.09375 500.54077 85.75Q500.8064 85.40625 500.8064 84.5Q500.8064 83.671875 500.54077 83.34375Q500.27515 83.0 499.88452 83.0Z" fill-rule="nonzero"/><path fill="#666666" d="M479.91577 81.84375Q479.25952 81.59375 478.9314 81.15625Q478.6189 80.703125 478.6189 80.09375Q478.6189 79.15625 479.29077 78.515625Q479.97827 77.875 481.08765 77.875Q482.21265 77.875 482.90015 78.53125Q483.58765 79.1875 483.58765 80.125Q483.58765 80.71875 483.27515 81.15625Q482.96265 81.59375 482.32202 81.84375Q483.1189 82.09375 483.52515 82.671875Q483.9314 83.25 483.9314 84.046875Q483.9314 85.140625 483.15015 85.890625Q482.38452 86.640625 481.10327 86.640625Q479.83765 86.640625 479.0564 85.890625Q478.27515 85.140625 478.27515 84.015625Q478.27515 83.171875 478.69702 82.609375Q479.13452 82.046875 479.91577 81.84375ZM479.69702 80.046875Q479.69702 80.65625 480.08765 81.046875Q480.4939 81.4375 481.1189 81.4375Q481.72827 81.4375 482.1189 81.0625Q482.50952 80.671875 482.50952 80.109375Q482.50952 79.53125 482.10327 79.140625Q481.69702 78.734375 481.10327 78.734375Q480.4939 78.734375 480.08765 79.125Q479.69702 79.515625 479.69702 80.046875ZM479.3689 84.015625Q479.3689 84.46875 479.57202 84.890625Q479.79077 85.3125 480.21265 85.546875Q480.63452 85.78125 481.1189 85.78125Q481.8689 85.78125 482.35327 85.296875Q482.85327 84.8125 482.85327 84.0625Q482.85327 83.296875 482.35327 82.796875Q481.85327 82.296875 481.08765 82.296875Q480.33765 82.296875 479.85327 82.796875Q479.3689 83.28125 479.3689 84.015625ZM490.83765 85.484375L490.83765 86.5L485.15015 86.5Q485.15015 86.125 485.27515 85.765625Q485.4939 85.1875 485.96265 84.625Q486.44702 84.0625 487.35327 83.328125Q488.75952 82.171875 489.2439 81.5Q489.7439 80.828125 489.7439 80.234375Q489.7439 79.609375 489.29077 79.1875Q488.83765 78.75 488.1189 78.75Q487.35327 78.75 486.90015 79.203125Q486.44702 79.65625 486.4314 80.46875L485.35327 80.359375Q485.46265 79.140625 486.1814 78.515625Q486.91577 77.875 488.15015 77.875Q489.38452 77.875 490.10327 78.5625Q490.82202 79.25 490.82202 80.265625Q490.82202 80.78125 490.60327 81.28125Q490.40015 81.765625 489.90015 82.328125Q489.41577 82.875 488.29077 83.828125Q487.33765 84.625 487.0564 84.921875Q486.79077 85.203125 486.6189 85.484375L490.83765 85.484375ZM492.4939 79.96875Q492.4939 79.046875 492.94702 78.40625Q493.41577 77.765625 494.29077 77.765625Q495.10327 77.765625 495.63452 78.34375Q496.16577 78.921875 496.16577 80.03125Q496.16577 81.125 495.6189 81.71875Q495.08765 82.296875 494.3064 82.296875Q493.52515 82.296875 493.00952 81.71875Q492.4939 81.140625 492.4939 79.96875ZM494.32202 78.484375Q493.9314 78.484375 493.66577 78.828125Q493.41577 79.171875 493.41577 80.078125Q493.41577 80.90625 493.66577 81.25Q493.9314 81.578125 494.32202 81.578125Q494.72827 81.578125 494.97827 81.234375Q495.2439 80.890625 495.2439 80.0Q495.2439 79.15625 494.97827 78.828125Q494.71265 78.484375 494.32202 78.484375ZM494.32202 86.8125L499.02515 77.765625L499.88452 77.765625L495.19702 86.8125L494.32202 86.8125ZM498.04077 84.484375Q498.04077 83.5625 498.4939 82.921875Q498.96265 82.28125 499.85327 82.28125Q500.66577 82.28125 501.19702 82.859375Q501.72827 83.421875 501.72827 84.546875Q501.72827 85.640625 501.1814 86.234375Q500.65015 86.8125 499.85327 86.8125Q499.08765 86.8125 498.5564 86.234375Q498.04077 85.65625 498.04077 84.484375ZM499.88452 83.0Q499.47827 83.0 499.21265 83.34375Q498.96265 83.6875 498.96265 84.59375Q498.96265 85.40625 499.22827 85.75Q499.4939 86.09375 499.88452 86.09375Q500.27515 86.09375 500.54077 85.75Q500.8064 85.40625 500.8064 84.5Q500.8064 83.671875 500.54077 83.34375Q500.27515 83.0 499.88452 83.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M187.13123 145.5L186.08435 145.5L186.08435 138.78125Q185.69373 139.14062 185.06873 139.51562Q184.45935 139.875 183.97498 140.04688L183.97498 139.03125Q184.84998 138.60938 185.50623 138.03125Q186.1781 137.4375 186.45935 136.875L187.13123 136.875L187.13123 145.5ZM190.16248 143.23438L191.22498 143.09375Q191.39685 143.98438 191.83435 144.39062Q192.27185 144.78125 192.89685 144.78125Q193.64685 144.78125 194.16248 144.26562Q194.6781 143.75 194.6781 142.98438Q194.6781 142.26562 194.19373 141.79688Q193.72498 141.3125 192.9906 141.3125Q192.69373 141.3125 192.2406 141.4375L192.3656 140.5Q192.47498 140.51562 192.53748 140.51562Q193.20935 140.51562 193.7406 140.17188Q194.28748 139.8125 194.28748 139.07812Q194.28748 138.5 193.89685 138.125Q193.50623 137.73438 192.88123 137.73438Q192.27185 137.73438 191.84998 138.125Q191.44373 138.51562 191.33435 139.28125L190.27185 139.09375Q190.45935 138.04688 191.14685 137.46875Q191.83435 136.875 192.84998 136.875Q193.5531 136.875 194.14685 137.1875Q194.7406 137.48438 195.0531 138.0Q195.3656 138.51562 195.3656 139.10938Q195.3656 139.65625 195.06873 140.125Q194.77185 140.57812 194.19373 140.84375Q194.94373 141.01562 195.3656 141.57812Q195.78748 142.125 195.78748 142.96875Q195.78748 144.09375 194.95935 144.875Q194.14685 145.65625 192.89685 145.65625Q191.77185 145.65625 191.02185 144.98438Q190.27185 144.29688 190.16248 143.23438ZM197.3656 138.96875Q197.3656 138.04688 197.81873 137.40625Q198.28748 136.76562 199.16248 136.76562Q199.97498 136.76562 200.50623 137.34375Q201.03748 137.92188 201.03748 139.03125Q201.03748 140.125 200.4906 140.71875Q199.95935 141.29688 199.1781 141.29688Q198.39685 141.29688 197.88123 140.71875Q197.3656 140.14062 197.3656 138.96875ZM199.19373 137.48438Q198.8031 137.48438 198.53748 137.82812Q198.28748 138.17188 198.28748 139.07812Q198.28748 139.90625 198.53748 140.25Q198.8031 140.57812 199.19373 140.57812Q199.59998 140.57812 199.84998 140.23438Q200.1156 139.89062 200.1156 139.0Q200.1156 138.15625 199.84998 137.82812Q199.58435 137.48438 199.19373 137.48438ZM199.19373 145.8125L203.89685 136.76562L204.75623 136.76562L200.06873 145.8125L199.19373 145.8125ZM202.91248 143.48438Q202.91248 142.5625 203.3656 141.92188Q203.83435 141.28125 204.72498 141.28125Q205.53748 141.28125 206.06873 141.85938Q206.59998 142.42188 206.59998 143.54688Q206.59998 144.64062 206.0531 145.23438Q205.52185 145.8125 204.72498 145.8125Q203.95935 145.8125 203.4281 145.23438Q202.91248 144.65625 202.91248 143.48438ZM204.75623 142.0Q204.34998 142.0 204.08435 142.34375Q203.83435 142.6875 203.83435 143.59375Q203.83435 144.40625 204.09998 144.75Q204.3656 145.09375 204.75623 145.09375Q205.14685 145.09375 205.41248 144.75Q205.6781 144.40625 205.6781 143.5Q205.6781 142.67188 205.41248 142.34375Q205.14685 142.0 204.75623 142.0Z" fill-rule="nonzero"/><path fill="#666666" d="M187.13123 145.5L186.08435 145.5L186.08435 138.78125Q185.69373 139.14062 185.06873 139.51562Q184.45935 139.875 183.97498 140.04688L183.97498 139.03125Q184.84998 138.60938 185.50623 138.03125Q186.1781 137.4375 186.45935 136.875L187.13123 136.875L187.13123 145.5ZM190.16248 143.23438L191.22498 143.09375Q191.39685 143.98438 191.83435 144.39062Q192.27185 144.78125 192.89685 144.78125Q193.64685 144.78125 194.16248 144.26562Q194.6781 143.75 194.6781 142.98438Q194.6781 142.26562 194.19373 141.79688Q193.72498 141.3125 192.9906 141.3125Q192.69373 141.3125 192.2406 141.4375L192.3656 140.5Q192.47498 140.51562 192.53748 140.51562Q193.20935 140.51562 193.7406 140.17188Q194.28748 139.8125 194.28748 139.07812Q194.28748 138.5 193.89685 138.125Q193.50623 137.73438 192.88123 137.73438Q192.27185 137.73438 191.84998 138.125Q191.44373 138.51562 191.33435 139.28125L190.27185 139.09375Q190.45935 138.04688 191.14685 137.46875Q191.83435 136.875 192.84998 136.875Q193.5531 136.875 194.14685 137.1875Q194.7406 137.48438 195.0531 138.0Q195.3656 138.51562 195.3656 139.10938Q195.3656 139.65625 195.06873 140.125Q194.77185 140.57812 194.19373 140.84375Q194.94373 141.01562 195.3656 141.57812Q195.78748 142.125 195.78748 142.96875Q195.78748 144.09375 194.95935 144.875Q194.14685 145.65625 192.89685 145.65625Q191.77185 145.65625 191.02185 144.98438Q190.27185 144.29688 190.16248 143.23438ZM197.3656 138.96875Q197.3656 138.04688 197.81873 137.40625Q198.28748 136.76562 199.16248 136.76562Q199.97498 136.76562 200.50623 137.34375Q201.03748 137.92188 201.03748 139.03125Q201.03748 140.125 200.4906 140.71875Q199.95935 141.29688 199.1781 141.29688Q198.39685 141.29688 197.88123 140.71875Q197.3656 140.14062 197.3656 138.96875ZM199.19373 137.48438Q198.8031 137.48438 198.53748 137.82812Q198.28748 138.17188 198.28748 139.07812Q198.28748 139.90625 198.53748 140.25Q198.8031 140.57812 199.19373 140.57812Q199.59998 140.57812 199.84998 140.23438Q200.1156 139.89062 200.1156 139.0Q200.1156 138.15625 199.84998 137.82812Q199.58435 137.48438 199.19373 137.48438ZM199.19373 145.8125L203.89685 136.76562L204.75623 136.76562L200.06873 145.8125L199.19373 145.8125ZM202.91248 143.48438Q202.91248 142.5625 203.3656 141.92188Q203.83435 141.28125 204.72498 141.28125Q205.53748 141.28125 206.06873 141.85938Q206.59998 142.42188 206.59998 143.54688Q206.59998 144.64062 206.0531 145.23438Q205.52185 145.8125 204.72498 145.8125Q203.95935 145.8125 203.4281 145.23438Q202.91248 144.65625 202.91248 143.48438ZM204.75623 142.0Q204.34998 142.0 204.08435 142.34375Q203.83435 142.6875 203.83435 143.59375Q203.83435 144.40625 204.09998 144.75Q204.3656 145.09375 204.75623 145.09375Q205.14685 145.09375 205.41248 144.75Q205.6781 144.40625 205.6781 143.5Q205.6781 142.67188 205.41248 142.34375Q205.14685 142.0 204.75623 142.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M141.35667 203.48438L141.35667 204.5L135.66917 204.5Q135.66917 204.125 135.79417 203.76562Q136.01292 203.1875 136.48167 202.625Q136.96605 202.0625 137.8723 201.32812Q139.27855 200.17188 139.76292 199.5Q140.26292 198.82812 140.26292 198.23438Q140.26292 197.60938 139.8098 197.1875Q139.35667 196.75 138.63792 196.75Q137.8723 196.75 137.41917 197.20312Q136.96605 197.65625 136.95042 198.46875L135.8723 198.35938Q135.98167 197.14062 136.70042 196.51562Q137.4348 195.875 138.66917 195.875Q139.90355 195.875 140.6223 196.5625Q141.34105 197.25 141.34105 198.26562Q141.34105 198.78125 141.1223 199.28125Q140.91917 199.76562 140.41917 200.32812Q139.9348 200.875 138.8098 201.82812Q137.85667 202.625 137.57542 202.92188Q137.3098 203.20312 137.13792 203.48438L141.35667 203.48438ZM143.01292 197.96875Q143.01292 197.04688 143.46605 196.40625Q143.9348 195.76562 144.8098 195.76562Q145.6223 195.76562 146.15355 196.34375Q146.6848 196.92188 146.6848 198.03125Q146.6848 199.125 146.13792 199.71875Q145.60667 200.29688 144.82542 200.29688Q144.04417 200.29688 143.52855 199.71875Q143.01292 199.14062 143.01292 197.96875ZM144.84105 196.48438Q144.45042 196.48438 144.1848 196.82812Q143.9348 197.17188 143.9348 198.07812Q143.9348 198.90625 144.1848 199.25Q144.45042 199.57812 144.84105 199.57812Q145.2473 199.57812 145.4973 199.23438Q145.76292 198.89062 145.76292 198.0Q145.76292 197.15625 145.4973 196.82812Q145.23167 196.48438 144.84105 196.48438ZM144.84105 204.8125L149.54417 195.76562L150.40355 195.76562L145.71605 204.8125L144.84105 204.8125ZM148.5598 202.48438Q148.5598 201.5625 149.01292 200.92188Q149.48167 200.28125 150.3723 200.28125Q151.1848 200.28125 151.71605 200.85938Q152.2473 201.42188 152.2473 202.54688Q152.2473 203.64062 151.70042 204.23438Q151.16917 204.8125 150.3723 204.8125Q149.60667 204.8125 149.07542 204.23438Q148.5598 203.65625 148.5598 202.48438ZM150.40355 201.0Q149.9973 201.0 149.73167 201.34375Q149.48167 201.6875 149.48167 202.59375Q149.48167 203.40625 149.7473 203.75Q150.01292 204.09375 150.40355 204.09375Q150.79417 204.09375 151.0598 203.75Q151.32542 203.40625 151.32542 202.5Q151.32542 201.67188 151.0598 201.34375Q150.79417 201.0 150.40355 201.0Z" fill-rule="nonzero"/><path fill="#666666" d="M141.35667 203.48438L141.35667 204.5L135.66917 204.5Q135.66917 204.125 135.79417 203.76562Q136.01292 203.1875 136.48167 202.625Q136.96605 202.0625 137.8723 201.32812Q139.27855 200.17188 139.76292 199.5Q140.26292 198.82812 140.26292 198.23438Q140.26292 197.60938 139.8098 197.1875Q139.35667 196.75 138.63792 196.75Q137.8723 196.75 137.41917 197.20312Q136.96605 197.65625 136.95042 198.46875L135.8723 198.35938Q135.98167 197.14062 136.70042 196.51562Q137.4348 195.875 138.66917 195.875Q139.90355 195.875 140.6223 196.5625Q141.34105 197.25 141.34105 198.26562Q141.34105 198.78125 141.1223 199.28125Q140.91917 199.76562 140.41917 200.32812Q139.9348 200.875 138.8098 201.82812Q137.85667 202.625 137.57542 202.92188Q137.3098 203.20312 137.13792 203.48438L141.35667 203.48438ZM143.01292 197.96875Q143.01292 197.04688 143.46605 196.40625Q143.9348 195.76562 144.8098 195.76562Q145.6223 195.76562 146.15355 196.34375Q146.6848 196.92188 146.6848 198.03125Q146.6848 199.125 146.13792 199.71875Q145.60667 200.29688 144.82542 200.29688Q144.04417 200.29688 143.52855 199.71875Q143.01292 199.14062 143.01292 197.96875ZM144.84105 196.48438Q144.45042 196.48438 144.1848 196.82812Q143.9348 197.17188 143.9348 198.07812Q143.9348 198.90625 144.1848 199.25Q144.45042 199.57812 144.84105 199.57812Q145.2473 199.57812 145.4973 199.23438Q145.76292 198.89062 145.76292 198.0Q145.76292 197.15625 145.4973 196.82812Q145.23167 196.48438 144.84105 196.48438ZM144.84105 204.8125L149.54417 195.76562L150.40355 195.76562L145.71605 204.8125L144.84105 204.8125ZM148.5598 202.48438Q148.5598 201.5625 149.01292 200.92188Q149.48167 200.28125 150.3723 200.28125Q151.1848 200.28125 151.71605 200.85938Q152.2473 201.42188 152.2473 202.54688Q152.2473 203.64062 151.70042 204.23438Q151.16917 204.8125 150.3723 204.8125Q149.60667 204.8125 149.07542 204.23438Q148.5598 203.65625 148.5598 202.48438ZM150.40355 201.0Q149.9973 201.0 149.73167 201.34375Q149.48167 201.6875 149.48167 202.59375Q149.48167 203.40625 149.7473 203.75Q150.01292 204.09375 150.40355 204.09375Q150.79417 204.09375 151.0598 203.75Q151.32542 203.40625 151.32542 202.5Q151.32542 201.67188 151.0598 201.34375Q150.79417 201.0 150.40355 201.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M137.73694 261.23438L138.79944 261.09375Q138.97131 261.98438 139.40881 262.39062Q139.84631 262.78125 140.47131 262.78125Q141.22131 262.78125 141.73694 262.26562Q142.25256 261.75 142.25256 260.98438Q142.25256 260.26562 141.76819 259.79688Q141.29944 259.3125 140.56506 259.3125Q140.26819 259.3125 139.81506 259.4375L139.94006 258.5Q140.04944 258.51562 140.11194 258.51562Q140.78381 258.51562 141.31506 258.17188Q141.86194 257.8125 141.86194 257.07812Q141.86194 256.5 141.47131 256.125Q141.08069 255.73438 140.45569 255.73438Q139.84631 255.73438 139.42444 256.125Q139.01819 256.51562 138.90881 257.28125L137.84631 257.09375Q138.03381 256.04688 138.72131 255.46875Q139.40881 254.875 140.42444 254.875Q141.12756 254.875 141.72131 255.1875Q142.31506 255.48438 142.62756 256.0Q142.94006 256.51562 142.94006 257.10938Q142.94006 257.65625 142.64319 258.125Q142.34631 258.57812 141.76819 258.84375Q142.51819 259.01562 142.94006 259.57812Q143.36194 260.125 143.36194 260.96875Q143.36194 262.09375 142.53381 262.875Q141.72131 263.65625 140.47131 263.65625Q139.34631 263.65625 138.59631 262.98438Q137.84631 262.29688 137.73694 261.23438ZM144.94006 256.96875Q144.94006 256.04688 145.39319 255.40625Q145.86194 254.76562 146.73694 254.76562Q147.54944 254.76562 148.08069 255.34375Q148.61194 255.92188 148.61194 257.03125Q148.61194 258.125 148.06506 258.71875Q147.53381 259.29688 146.75256 259.29688Q145.97131 259.29688 145.45569 258.71875Q144.94006 258.14062 144.94006 256.96875ZM146.76819 255.48438Q146.37756 255.48438 146.11194 255.82812Q145.86194 256.17188 145.86194 257.07812Q145.86194 257.90625 146.11194 258.25Q146.37756 258.57812 146.76819 258.57812Q147.17444 258.57812 147.42444 258.23438Q147.69006 257.89062 147.69006 257.0Q147.69006 256.15625 147.42444 255.82812Q147.15881 255.48438 146.76819 255.48438ZM146.76819 263.8125L151.47131 254.76562L152.33069 254.76562L147.64319 263.8125L146.76819 263.8125ZM150.48694 261.48438Q150.48694 260.5625 150.94006 259.92188Q151.40881 259.28125 152.29944 259.28125Q153.11194 259.28125 153.64319 259.85938Q154.17444 260.42188 154.17444 261.54688Q154.17444 262.64062 153.62756 263.23438Q153.09631 263.8125 152.29944 263.8125Q151.53381 263.8125 151.00256 263.23438Q150.48694 262.65625 150.48694 261.48438ZM152.33069 260.0Q151.92444 260.0 151.65881 260.34375Q151.40881 260.6875 151.40881 261.59375Q151.40881 262.40625 151.67444 262.75Q151.94006 263.09375 152.33069 263.09375Q152.72131 263.09375 152.98694 262.75Q153.25256 262.40625 153.25256 261.5Q153.25256 260.67188 152.98694 260.34375Q152.72131 260.0 152.33069 260.0Z" fill-rule="nonzero"/><path fill="#666666" d="M137.73694 261.23438L138.79944 261.09375Q138.97131 261.98438 139.40881 262.39062Q139.84631 262.78125 140.47131 262.78125Q141.22131 262.78125 141.73694 262.26562Q142.25256 261.75 142.25256 260.98438Q142.25256 260.26562 141.76819 259.79688Q141.29944 259.3125 140.56506 259.3125Q140.26819 259.3125 139.81506 259.4375L139.94006 258.5Q140.04944 258.51562 140.11194 258.51562Q140.78381 258.51562 141.31506 258.17188Q141.86194 257.8125 141.86194 257.07812Q141.86194 256.5 141.47131 256.125Q141.08069 255.73438 140.45569 255.73438Q139.84631 255.73438 139.42444 256.125Q139.01819 256.51562 138.90881 257.28125L137.84631 257.09375Q138.03381 256.04688 138.72131 255.46875Q139.40881 254.875 140.42444 254.875Q141.12756 254.875 141.72131 255.1875Q142.31506 255.48438 142.62756 256.0Q142.94006 256.51562 142.94006 257.10938Q142.94006 257.65625 142.64319 258.125Q142.34631 258.57812 141.76819 258.84375Q142.51819 259.01562 142.94006 259.57812Q143.36194 260.125 143.36194 260.96875Q143.36194 262.09375 142.53381 262.875Q141.72131 263.65625 140.47131 263.65625Q139.34631 263.65625 138.59631 262.98438Q137.84631 262.29688 137.73694 261.23438ZM144.94006 256.96875Q144.94006 256.04688 145.39319 255.40625Q145.86194 254.76562 146.73694 254.76562Q147.54944 254.76562 148.08069 255.34375Q148.61194 255.92188 148.61194 257.03125Q148.61194 258.125 148.06506 258.71875Q147.53381 259.29688 146.75256 259.29688Q145.97131 259.29688 145.45569 258.71875Q144.94006 258.14062 144.94006 256.96875ZM146.76819 255.48438Q146.37756 255.48438 146.11194 255.82812Q145.86194 256.17188 145.86194 257.07812Q145.86194 257.90625 146.11194 258.25Q146.37756 258.57812 146.76819 258.57812Q147.17444 258.57812 147.42444 258.23438Q147.69006 257.89062 147.69006 257.0Q147.69006 256.15625 147.42444 255.82812Q147.15881 255.48438 146.76819 255.48438ZM146.76819 263.8125L151.47131 254.76562L152.33069 254.76562L147.64319 263.8125L146.76819 263.8125ZM150.48694 261.48438Q150.48694 260.5625 150.94006 259.92188Q151.40881 259.28125 152.29944 259.28125Q153.11194 259.28125 153.64319 259.85938Q154.17444 260.42188 154.17444 261.54688Q154.17444 262.64062 153.62756 263.23438Q153.09631 263.8125 152.29944 263.8125Q151.53381 263.8125 151.00256 263.23438Q150.48694 262.65625 150.48694 261.48438ZM152.33069 260.0Q151.92444 260.0 151.65881 260.34375Q151.40881 260.6875 151.40881 261.59375Q151.40881 262.40625 151.67444 262.75Q151.94006 263.09375 152.33069 263.09375Q152.72131 263.09375 152.98694 262.75Q153.25256 262.40625 153.25256 261.5Q153.25256 260.67188 152.98694 260.34375Q152.72131 260.0 152.33069 260.0Z" fill-rule="nonzero"/><path fill="#666666" d="M242.20312 318.98782Q242.20312 318.06595 242.65625 317.42532Q243.125 316.7847 244.0 316.7847Q244.8125 316.7847 245.34375 317.36282Q245.875 317.94095 245.875 319.05032Q245.875 320.14407 245.32812 320.73782Q244.79688 321.31595 244.01562 321.31595Q243.23438 321.31595 242.71875 320.73782Q242.20312 320.1597 242.20312 318.98782ZM244.03125 317.50345Q243.64062 317.50345 243.375 317.8472Q243.125 318.19095 243.125 319.0972Q243.125 319.92532 243.375 320.26907Q243.64062 320.5972 244.03125 320.5972Q244.4375 320.5972 244.6875 320.25345Q244.95312 319.9097 244.95312 319.01907Q244.95312 318.17532 244.6875 317.8472Q244.42188 317.50345 244.03125 317.50345ZM244.03125 325.83157L248.73438 316.7847L249.59375 316.7847L244.90625 325.83157L244.03125 325.83157ZM247.75 323.50345Q247.75 322.58157 248.20312 321.94095Q248.67188 321.30032 249.5625 321.30032Q250.375 321.30032 250.90625 321.87845Q251.4375 322.44095 251.4375 323.56595Q251.4375 324.6597 250.89062 325.25345Q250.35938 325.83157 249.5625 325.83157Q248.79688 325.83157 248.26562 325.25345Q247.75 324.67532 247.75 323.50345ZM249.59375 322.01907Q249.1875 322.01907 248.92188 322.36282Q248.67188 322.70657 248.67188 323.61282Q248.67188 324.42532 248.9375 324.76907Q249.20312 325.11282 249.59375 325.11282Q249.98438 325.11282 250.25 324.76907Q250.51562 324.42532 250.51562 323.51907Q250.51562 322.69095 250.25 322.36282Q249.98438 322.01907 249.59375 322.01907ZM255.90625 322.4097Q255.90625 320.67532 256.85938 319.8472Q257.65625 319.1597 258.8125 319.1597Q260.09375 319.1597 260.90625 320.00345Q261.73438 320.83157 261.73438 322.31595Q261.73438 323.51907 261.375 324.20657Q261.01562 324.89407 260.3125 325.2847Q259.625 325.6597 258.8125 325.6597Q257.51562 325.6597 256.70312 324.83157Q255.90625 323.98782 255.90625 322.4097ZM256.98438 322.4097Q256.98438 323.5972 257.5 324.19095Q258.03125 324.7847 258.8125 324.7847Q259.60938 324.7847 260.125 324.19095Q260.64062 323.5972 260.64062 322.37845Q260.64062 321.2222 260.10938 320.62845Q259.59375 320.0347 258.8125 320.0347Q258.03125 320.0347 257.5 320.62845Q256.98438 321.20657 256.98438 322.4097ZM263.54688 325.51907L263.54688 320.11282L262.60938 320.11282L262.60938 319.30032L263.54688 319.30032L263.54688 318.62845Q263.54688 318.00345 263.65625 317.70657Q263.8125 317.2847 264.1875 317.0347Q264.57812 316.7847 265.26562 316.7847Q265.71875 316.7847 266.25 316.89407L266.09375 317.80032Q265.76562 317.75345 265.46875 317.75345Q264.98438 317.75345 264.78125 317.95657Q264.59375 318.1597 264.59375 318.7222L264.59375 319.30032L265.8125 319.30032L265.8125 320.11282L264.59375 320.11282L264.59375 325.51907L263.54688 325.51907ZM269.28125 325.51907L269.28125 319.30032L270.23438 319.30032L270.23438 320.23782Q270.59375 319.58157 270.89062 319.37845Q271.20312 319.1597 271.57812 319.1597Q272.10938 319.1597 272.65625 319.48782L272.29688 320.4722Q271.90625 320.23782 271.53125 320.23782Q271.17188 320.23782 270.89062 320.45657Q270.625 320.6597 270.51562 321.0347Q270.32812 321.5972 270.32812 322.25345L270.32812 325.51907L269.28125 325.51907ZM277.54688 323.51907L278.64062 323.64407Q278.39062 324.5972 277.6875 325.12845Q276.98438 325.6597 275.90625 325.6597Q274.54688 325.6597 273.73438 324.81595Q272.9375 323.9722 272.9375 322.45657Q272.9375 320.89407 273.75 320.0347Q274.5625 319.1597 275.84375 319.1597Q277.09375 319.1597 277.875 320.00345Q278.67188 320.8472 278.67188 322.39407Q278.67188 322.48782 278.67188 322.67532L274.03125 322.67532Q274.09375 323.70657 274.60938 324.25345Q275.125 324.7847 275.90625 324.7847Q276.48438 324.7847 276.89062 324.48782Q277.3125 324.17532 277.54688 323.51907ZM274.09375 321.81595L277.5625 321.81595Q277.5 321.01907 277.17188 320.62845Q276.65625 320.01907 275.85938 320.01907Q275.125 320.01907 274.625 320.50345Q274.14062 320.98782 274.09375 321.81595ZM279.875 323.6597L280.90625 323.50345Q281.0 324.12845 281.39062 324.45657Q281.79688 324.7847 282.53125 324.7847Q283.25 324.7847 283.59375 324.50345Q283.95312 324.20657 283.95312 323.80032Q283.95312 323.44095 283.64062 323.23782Q283.42188 323.0972 282.5625 322.87845Q281.40625 322.58157 280.95312 322.37845Q280.51562 322.1597 280.28125 321.7847Q280.04688 321.4097 280.04688 320.94095Q280.04688 320.5347 280.23438 320.17532Q280.42188 319.81595 280.75 319.58157Q281.0 319.4097 281.42188 319.2847Q281.84375 319.1597 282.34375 319.1597Q283.0625 319.1597 283.60938 319.37845Q284.17188 319.58157 284.4375 319.94095Q284.70312 320.30032 284.79688 320.89407L283.76562 321.0347Q283.70312 320.56595 283.35938 320.30032Q283.03125 320.01907 282.40625 320.01907Q281.6875 320.01907 281.375 320.26907Q281.0625 320.50345 281.0625 320.83157Q281.0625 321.0347 281.1875 321.19095Q281.32812 321.36282 281.59375 321.4722Q281.75 321.5347 282.53125 321.73782Q283.65625 322.05032 284.09375 322.23782Q284.53125 322.42532 284.78125 322.7847Q285.03125 323.14407 285.03125 323.69095Q285.03125 324.2222 284.71875 324.69095Q284.42188 325.14407 283.84375 325.4097Q283.26562 325.6597 282.53125 325.6597Q281.3125 325.6597 280.67188 325.1597Q280.04688 324.64407 279.875 323.6597ZM286.29688 327.9097L286.29688 319.30032L287.25 319.30032L287.25 320.0972Q287.59375 319.62845 288.01562 319.39407Q288.45312 319.1597 289.0625 319.1597Q289.85938 319.1597 290.46875 319.56595Q291.07812 319.9722 291.375 320.7222Q291.6875 321.4722 291.6875 322.36282Q291.6875 323.31595 291.34375 324.08157Q291.01562 324.8472 290.35938 325.25345Q289.70312 325.6597 288.98438 325.6597Q288.45312 325.6597 288.03125 325.44095Q287.60938 325.20657 287.34375 324.87845L287.34375 327.9097L286.29688 327.9097ZM287.25 322.44095Q287.25 323.64407 287.73438 324.2222Q288.21875 324.7847 288.90625 324.7847Q289.60938 324.7847 290.10938 324.19095Q290.60938 323.5972 290.60938 322.3472Q290.60938 321.1597 290.125 320.58157Q289.64062 319.98782 288.95312 319.98782Q288.28125 319.98782 287.76562 320.61282Q287.25 321.23782 287.25 322.44095ZM292.90625 322.4097Q292.90625 320.67532 293.85938 319.8472Q294.65625 319.1597 295.8125 319.1597Q297.09375 319.1597 297.90625 320.00345Q298.73438 320.83157 298.73438 322.31595Q298.73438 323.51907 298.375 324.20657Q298.01562 324.89407 297.3125 325.2847Q296.625 325.6597 295.8125 325.6597Q294.51562 325.6597 293.70312 324.83157Q292.90625 323.98782 292.90625 322.4097ZM293.98438 322.4097Q293.98438 323.5972 294.5 324.19095Q295.03125 324.7847 295.8125 324.7847Q296.60938 324.7847 297.125 324.19095Q297.64062 323.5972 297.64062 322.37845Q297.64062 321.2222 297.10938 320.62845Q296.59375 320.0347 295.8125 320.0347Q295.03125 320.0347 294.5 320.62845Q293.98438 321.20657 293.98438 322.4097ZM300.29688 325.51907L300.29688 319.30032L301.23438 319.30032L301.23438 320.17532Q301.92188 319.1597 303.21875 319.1597Q303.78125 319.1597 304.25 319.36282Q304.73438 319.56595 304.96875 319.89407Q305.20312 320.2222 305.29688 320.6597Q305.34375 320.95657 305.34375 321.69095L305.34375 325.51907L304.29688 325.51907L304.29688 321.73782Q304.29688 321.08157 304.17188 320.76907Q304.04688 320.45657 303.73438 320.26907Q303.42188 320.06595 303.0 320.06595Q302.32812 320.06595 301.82812 320.50345Q301.34375 320.92532 301.34375 322.11282L301.34375 325.51907L300.29688 325.51907ZM311.32812 325.51907L311.32812 324.73782Q310.73438 325.6597 309.59375 325.6597Q308.84375 325.6597 308.21875 325.25345Q307.59375 324.83157 307.25 324.0972Q306.90625 323.36282 306.90625 322.4097Q306.90625 321.48782 307.21875 320.7222Q307.53125 319.95657 308.15625 319.56595Q308.78125 319.1597 309.54688 319.1597Q310.10938 319.1597 310.54688 319.39407Q310.98438 319.62845 311.26562 320.00345L311.26562 316.92532L312.3125 316.92532L312.3125 325.51907L311.32812 325.51907ZM308.0 322.4097Q308.0 323.61282 308.5 324.20657Q309.0 324.7847 309.6875 324.7847Q310.375 324.7847 310.85938 324.2222Q311.34375 323.6597 311.34375 322.50345Q311.34375 321.2222 310.84375 320.62845Q310.35938 320.0347 309.64062 320.0347Q308.9375 320.0347 308.46875 320.61282Q308.0 321.17532 308.0 322.4097ZM318.54688 323.51907L319.64062 323.64407Q319.39062 324.5972 318.6875 325.12845Q317.98438 325.6597 316.90625 325.6597Q315.54688 325.6597 314.73438 324.81595Q313.9375 323.9722 313.9375 322.45657Q313.9375 320.89407 314.75 320.0347Q315.5625 319.1597 316.84375 319.1597Q318.09375 319.1597 318.875 320.00345Q319.67188 320.8472 319.67188 322.39407Q319.67188 322.48782 319.67188 322.67532L315.03125 322.67532Q315.09375 323.70657 315.60938 324.25345Q316.125 324.7847 316.90625 324.7847Q317.48438 324.7847 317.89062 324.48782Q318.3125 324.17532 318.54688 323.51907ZM315.09375 321.81595L318.5625 321.81595Q318.5 321.01907 318.17188 320.62845Q317.65625 320.01907 316.85938 320.01907Q316.125 320.01907 315.625 320.50345Q315.14062 320.98782 315.09375 321.81595ZM321.29688 325.51907L321.29688 319.30032L322.23438 319.30032L322.23438 320.17532Q322.92188 319.1597 324.21875 319.1597Q324.78125 319.1597 325.25 319.36282Q325.73438 319.56595 325.96875 319.89407Q326.20312 320.2222 326.29688 320.6597Q326.34375 320.95657 326.34375 321.69095L326.34375 325.51907L325.29688 325.51907L325.29688 321.73782Q325.29688 321.08157 325.17188 320.76907Q325.04688 320.45657 324.73438 320.26907Q324.42188 320.06595 324.0 320.06595Q323.32812 320.06595 322.82812 320.50345Q322.34375 320.92532 322.34375 322.11282L322.34375 325.51907L321.29688 325.51907ZM330.59375 324.58157L330.75 325.50345Q330.29688 325.5972 329.95312 325.5972Q329.375 325.5972 329.0625 325.42532Q328.75 325.23782 328.60938 324.94095Q328.48438 324.64407 328.48438 323.69095L328.48438 320.11282L327.71875 320.11282L327.71875 319.30032L328.48438 319.30032L328.48438 317.75345L329.53125 317.12845L329.53125 319.30032L330.59375 319.30032L330.59375 320.11282L329.53125 320.11282L329.53125 323.75345Q329.53125 324.20657 329.57812 324.33157Q329.64062 324.45657 329.76562 324.5347Q329.89062 324.61282 330.125 324.61282Q330.3125 324.61282 330.59375 324.58157ZM330.875 323.6597L331.90625 323.50345Q332.0 324.12845 332.39062 324.45657Q332.79688 324.7847 333.53125 324.7847Q334.25 324.7847 334.59375 324.50345Q334.95312 324.20657 334.95312 323.80032Q334.95312 323.44095 334.64062 323.23782Q334.42188 323.0972 333.5625 322.87845Q332.40625 322.58157 331.95312 322.37845Q331.51562 322.1597 331.28125 321.7847Q331.04688 321.4097 331.04688 320.94095Q331.04688 320.5347 331.23438 320.17532Q331.42188 319.81595 331.75 319.58157Q332.0 319.4097 332.42188 319.2847Q332.84375 319.1597 333.34375 319.1597Q334.0625 319.1597 334.60938 319.37845Q335.17188 319.58157 335.4375 319.94095Q335.70312 320.30032 335.79688 320.89407L334.76562 321.0347Q334.70312 320.56595 334.35938 320.30032Q334.03125 320.01907 333.40625 320.01907Q332.6875 320.01907 332.375 320.26907Q332.0625 320.50345 332.0625 320.83157Q332.0625 321.0347 332.1875 321.19095Q332.32812 321.36282 332.59375 321.4722Q332.75 321.5347 333.53125 321.73782Q334.65625 322.05032 335.09375 322.23782Q335.53125 322.42532 335.78125 322.7847Q336.03125 323.14407 336.03125 323.69095Q336.03125 324.2222 335.71875 324.69095Q335.42188 325.14407 334.84375 325.4097Q334.26562 325.6597 333.53125 325.6597Q332.3125 325.6597 331.67188 325.1597Q331.04688 324.64407 330.875 323.6597ZM340.29688 318.14407L340.29688 316.92532L341.35938 316.92532L341.35938 318.14407L340.29688 318.14407ZM340.29688 325.51907L340.29688 319.30032L341.35938 319.30032L341.35938 325.51907L340.29688 325.51907ZM343.29688 325.51907L343.29688 319.30032L344.23438 319.30032L344.23438 320.17532Q344.92188 319.1597 346.21875 319.1597Q346.78125 319.1597 347.25 319.36282Q347.73438 319.56595 347.96875 319.89407Q348.20312 320.2222 348.29688 320.6597Q348.34375 320.95657 348.34375 321.69095L348.34375 325.51907L347.29688 325.51907L347.29688 321.73782Q347.29688 321.08157 347.17188 320.76907Q347.04688 320.45657 346.73438 320.26907Q346.42188 320.06595 346.0 320.06595Q345.32812 320.06595 344.82812 320.50345Q344.34375 320.92532 344.34375 322.11282L344.34375 325.51907L343.29688 325.51907ZM357.54688 323.51907L358.64062 323.64407Q358.39062 324.5972 357.6875 325.12845Q356.98438 325.6597 355.90625 325.6597Q354.54688 325.6597 353.73438 324.81595Q352.9375 323.9722 352.9375 322.45657Q352.9375 320.89407 353.75 320.0347Q354.5625 319.1597 355.84375 319.1597Q357.09375 319.1597 357.875 320.00345Q358.67188 320.8472 358.67188 322.39407Q358.67188 322.48782 358.67188 322.67532L354.03125 322.67532Q354.09375 323.70657 354.60938 324.25345Q355.125 324.7847 355.90625 324.7847Q356.48438 324.7847 356.89062 324.48782Q357.3125 324.17532 357.54688 323.51907ZM354.09375 321.81595L357.5625 321.81595Q357.5 321.01907 357.17188 320.62845Q356.65625 320.01907 355.85938 320.01907Q355.125 320.01907 354.625 320.50345Q354.14062 320.98782 354.09375 321.81595ZM364.35938 324.75345Q363.76562 325.25345 363.21875 325.45657Q362.6875 325.6597 362.0625 325.6597Q361.03125 325.6597 360.48438 325.1597Q359.9375 324.6597 359.9375 323.87845Q359.9375 323.42532 360.14062 323.05032Q360.34375 322.6597 360.6875 322.44095Q361.03125 322.20657 361.45312 322.0972Q361.75 322.00345 362.39062 321.92532Q363.65625 321.7847 364.26562 321.56595Q364.26562 321.3472 364.26562 321.30032Q364.26562 320.64407 363.96875 320.37845Q363.5625 320.0347 362.76562 320.0347Q362.03125 320.0347 361.67188 320.30032Q361.3125 320.55032 361.14062 321.20657L360.10938 321.06595Q360.25 320.4097 360.57812 320.00345Q360.90625 319.5972 361.51562 319.37845Q362.125 319.1597 362.92188 319.1597Q363.71875 319.1597 364.21875 319.3472Q364.71875 319.5347 364.95312 319.81595Q365.1875 320.0972 365.28125 320.5347Q365.32812 320.80032 365.32812 321.50345L365.32812 322.9097Q365.32812 324.37845 365.39062 324.76907Q365.46875 325.1597 365.67188 325.51907L364.5625 325.51907Q364.40625 325.19095 364.35938 324.75345ZM364.26562 322.39407Q363.6875 322.62845 362.54688 322.80032Q361.89062 322.89407 361.625 323.01907Q361.35938 323.12845 361.20312 323.3472Q361.0625 323.56595 361.0625 323.8472Q361.0625 324.26907 361.375 324.55032Q361.70312 324.83157 362.3125 324.83157Q362.92188 324.83157 363.39062 324.56595Q363.875 324.30032 364.09375 323.83157Q364.26562 323.4722 364.26562 322.7847L364.26562 322.39407ZM371.35938 323.23782L372.39062 323.37845Q372.21875 324.44095 371.51562 325.05032Q370.8125 325.6597 369.79688 325.6597Q368.51562 325.6597 367.73438 324.83157Q366.96875 323.98782 366.96875 322.42532Q366.96875 321.42532 367.29688 320.67532Q367.64062 319.9097 368.3125 319.5347Q369.0 319.1597 369.8125 319.1597Q370.8125 319.1597 371.45312 319.67532Q372.10938 320.17532 372.29688 321.12845L371.26562 321.2847Q371.125 320.6597 370.75 320.3472Q370.375 320.01907 369.84375 320.01907Q369.04688 320.01907 368.54688 320.5972Q368.04688 321.1597 368.04688 322.39407Q368.04688 323.6597 368.53125 324.2222Q369.01562 324.7847 369.78125 324.7847Q370.40625 324.7847 370.8125 324.4097Q371.23438 324.0347 371.35938 323.23782ZM373.29688 325.51907L373.29688 316.92532L374.34375 316.92532L374.34375 320.00345Q375.07812 319.1597 376.20312 319.1597Q376.90625 319.1597 377.40625 319.44095Q377.92188 319.70657 378.14062 320.19095Q378.35938 320.6597 378.35938 321.58157L378.35938 325.51907L377.3125 325.51907L377.3125 321.58157Q377.3125 320.7847 376.96875 320.42532Q376.625 320.06595 376.0 320.06595Q375.53125 320.06595 375.10938 320.31595Q374.70312 320.55032 374.51562 320.9722Q374.34375 321.37845 374.34375 322.11282L374.34375 325.51907L373.29688 325.51907ZM383.09375 326.0347L384.125 326.19095Q384.1875 326.6597 384.48438 326.87845Q384.875 327.17532 385.54688 327.17532Q386.28125 327.17532 386.67188 326.87845Q387.07812 326.58157 387.21875 326.06595Q387.3125 325.73782 387.29688 324.70657Q386.60938 325.51907 385.57812 325.51907Q384.29688 325.51907 383.59375 324.5972Q382.89062 323.6597 382.89062 322.37845Q382.89062 321.48782 383.20312 320.73782Q383.53125 319.9722 384.14062 319.56595Q384.75 319.1597 385.57812 319.1597Q386.6875 319.1597 387.40625 320.05032L387.40625 319.30032L388.375 319.30032L388.375 324.67532Q388.375 326.12845 388.07812 326.73782Q387.78125 327.3472 387.14062 327.69095Q386.5 328.05032 385.5625 328.05032Q384.45312 328.05032 383.76562 327.55032Q383.07812 327.05032 383.09375 326.0347ZM383.96875 322.30032Q383.96875 323.51907 384.45312 324.08157Q384.9375 324.64407 385.67188 324.64407Q386.40625 324.64407 386.89062 324.08157Q387.39062 323.51907 387.39062 322.33157Q387.39062 321.19095 386.875 320.61282Q386.375 320.0347 385.65625 320.0347Q384.95312 320.0347 384.45312 320.61282Q383.96875 321.17532 383.96875 322.30032ZM390.28125 325.51907L390.28125 319.30032L391.23438 319.30032L391.23438 320.23782Q391.59375 319.58157 391.89062 319.37845Q392.20312 319.1597 392.57812 319.1597Q393.10938 319.1597 393.65625 319.48782L393.29688 320.4722Q392.90625 320.23782 392.53125 320.23782Q392.17188 320.23782 391.89062 320.45657Q391.625 320.6597 391.51562 321.0347Q391.32812 321.5972 391.32812 322.25345L391.32812 325.51907L390.28125 325.51907ZM393.90625 322.4097Q393.90625 320.67532 394.85938 319.8472Q395.65625 319.1597 396.8125 319.1597Q398.09375 319.1597 398.90625 320.00345Q399.73438 320.83157 399.73438 322.31595Q399.73438 323.51907 399.375 324.20657Q399.01562 324.89407 398.3125 325.2847Q397.625 325.6597 396.8125 325.6597Q395.51562 325.6597 394.70312 324.83157Q393.90625 323.98782 393.90625 322.4097ZM394.98438 322.4097Q394.98438 323.5972 395.5 324.19095Q396.03125 324.7847 396.8125 324.7847Q397.60938 324.7847 398.125 324.19095Q398.64062 323.5972 398.64062 322.37845Q398.64062 321.2222 398.10938 320.62845Q397.59375 320.0347 396.8125 320.0347Q396.03125 320.0347 395.5 320.62845Q394.98438 321.20657 394.98438 322.4097ZM405.375 325.51907L405.375 324.5972Q404.64062 325.6597 403.39062 325.6597Q402.84375 325.6597 402.35938 325.45657Q401.89062 325.23782 401.65625 324.92532Q401.42188 324.5972 401.32812 324.12845Q401.26562 323.83157 401.26562 323.14407L401.26562 319.30032L402.32812 319.30032L402.32812 322.75345Q402.32812 323.56595 402.39062 323.86282Q402.48438 324.26907 402.79688 324.51907Q403.125 324.75345 403.60938 324.75345Q404.07812 324.75345 404.48438 324.51907Q404.90625 324.26907 405.07812 323.8472Q405.26562 323.42532 405.26562 322.62845L405.26562 319.30032L406.3125 319.30032L406.3125 325.51907L405.375 325.51907ZM408.29688 327.9097L408.29688 319.30032L409.25 319.30032L409.25 320.0972Q409.59375 319.62845 410.01562 319.39407Q410.45312 319.1597 411.0625 319.1597Q411.85938 319.1597 412.46875 319.56595Q413.07812 319.9722 413.375 320.7222Q413.6875 321.4722 413.6875 322.36282Q413.6875 323.31595 413.34375 324.08157Q413.01562 324.8472 412.35938 325.25345Q411.70312 325.6597 410.98438 325.6597Q410.45312 325.6597 410.03125 325.44095Q409.60938 325.20657 409.34375 324.87845L409.34375 327.9097L408.29688 327.9097ZM409.25 322.44095Q409.25 323.64407 409.73438 324.2222Q410.21875 324.7847 410.90625 324.7847Q411.60938 324.7847 412.10938 324.19095Q412.60938 323.5972 412.60938 322.3472Q412.60938 321.1597 412.125 320.58157Q411.64062 319.98782 410.95312 319.98782Q410.28125 319.98782 409.76562 320.61282Q409.25 321.23782 409.25 322.44095Z" fill-rule="nonzero"/><path fill="#666666" d="M9.484375 70.058395L12.78125 61.464645L14.0 61.464645L17.515625 70.058395L16.234375 70.058395L15.21875 67.44902L11.640625 67.44902L10.6875 70.058395L9.484375 70.058395ZM11.96875 66.527145L14.875 66.527145L13.984375 64.152145Q13.5625 63.07402 13.375 62.370895Q13.203125 63.19902 12.90625 64.01152L11.96875 66.527145ZM17.875 68.19902L18.90625 68.04277Q19.0 68.66777 19.390625 68.995895Q19.796875 69.32402 20.53125 69.32402Q21.25 69.32402 21.59375 69.04277Q21.953125 68.745895 21.953125 68.339645Q21.953125 67.98027 21.640625 67.777145Q21.421875 67.63652 20.5625 67.41777Q19.40625 67.120895 18.953125 66.91777Q18.515625 66.69902 18.28125 66.32402Q18.046875 65.94902 18.046875 65.48027Q18.046875 65.07402 18.234375 64.714645Q18.421875 64.35527 18.75 64.120895Q19.0 63.94902 19.421875 63.82402Q19.84375 63.69902 20.34375 63.69902Q21.0625 63.69902 21.609375 63.91777Q22.171875 64.120895 22.4375 64.48027Q22.703125 64.839645 22.796875 65.433395L21.765625 65.57402Q21.703125 65.10527 21.359375 64.839645Q21.03125 64.558395 20.40625 64.558395Q19.6875 64.558395 19.375 64.808395Q19.0625 65.04277 19.0625 65.370895Q19.0625 65.57402 19.1875 65.73027Q19.328125 65.902145 19.59375 66.01152Q19.75 66.07402 20.53125 66.277145Q21.65625 66.589645 22.09375 66.777145Q22.53125 66.964645 22.78125 67.32402Q23.03125 67.683395 23.03125 68.23027Q23.03125 68.76152 22.71875 69.23027Q22.421875 69.683395 21.84375 69.94902Q21.265625 70.19902 20.53125 70.19902Q19.3125 70.19902 18.671875 69.69902Q18.046875 69.183395 17.875 68.19902ZM27.296875 72.44902L27.296875 63.839645L28.25 63.839645L28.25 64.63652Q28.59375 64.16777 29.015625 63.933395Q29.453125 63.69902 30.0625 63.69902Q30.859375 63.69902 31.46875 64.10527Q32.078125 64.51152 32.375 65.26152Q32.6875 66.01152 32.6875 66.902145Q32.6875 67.85527 32.34375 68.620895Q32.015625 69.38652 31.359375 69.79277Q30.703125 70.19902 29.984375 70.19902Q29.453125 70.19902 29.03125 69.98027Q28.609375 69.745895 28.34375 69.41777L28.34375 72.44902L27.296875 72.44902ZM28.25 66.98027Q28.25 68.183395 28.734375 68.76152Q29.21875 69.32402 29.90625 69.32402Q30.609375 69.32402 31.109375 68.73027Q31.609375 68.13652 31.609375 66.88652Q31.609375 65.69902 31.125 65.120895Q30.640625 64.527145 29.953125 64.527145Q29.28125 64.527145 28.765625 65.152145Q28.25 65.777145 28.25 66.98027ZM38.359375 69.29277Q37.765625 69.79277 37.21875 69.995895Q36.6875 70.19902 36.0625 70.19902Q35.03125 70.19902 34.484375 69.69902Q33.9375 69.19902 33.9375 68.41777Q33.9375 67.964645 34.140625 67.589645Q34.34375 67.19902 34.6875 66.98027Q35.03125 66.745895 35.453125 66.63652Q35.75 66.54277 36.390625 66.464645Q37.65625 66.32402 38.265625 66.10527Q38.265625 65.88652 38.265625 65.839645Q38.265625 65.183395 37.96875 64.91777Q37.5625 64.57402 36.765625 64.57402Q36.03125 64.57402 35.671875 64.839645Q35.3125 65.089645 35.140625 65.745895L34.109375 65.60527Q34.25 64.94902 34.578125 64.54277Q34.90625 64.13652 35.515625 63.91777Q36.125 63.69902 36.921875 63.69902Q37.71875 63.69902 38.21875 63.88652Q38.71875 64.07402 38.953125 64.35527Q39.1875 64.63652 39.28125 65.07402Q39.328125 65.339645 39.328125 66.04277L39.328125 67.44902Q39.328125 68.91777 39.390625 69.308395Q39.46875 69.69902 39.671875 70.058395L38.5625 70.058395Q38.40625 69.73027 38.359375 69.29277ZM38.265625 66.933395Q37.6875 67.16777 36.546875 67.339645Q35.890625 67.433395 35.625 67.558395Q35.359375 67.66777 35.203125 67.88652Q35.0625 68.10527 35.0625 68.38652Q35.0625 68.808395 35.375 69.089645Q35.703125 69.370895 36.3125 69.370895Q36.921875 69.370895 37.390625 69.10527Q37.875 68.839645 38.09375 68.370895Q38.265625 68.01152 38.265625 67.32402L38.265625 66.933395ZM41.28125 70.058395L41.28125 63.839645L42.234375 63.839645L42.234375 64.777145Q42.59375 64.120895 42.890625 63.91777Q43.203125 63.69902 43.578125 63.69902Q44.109375 63.69902 44.65625 64.027145L44.296875 65.01152Q43.90625 64.777145 43.53125 64.777145Q43.171875 64.777145 42.890625 64.995895Q42.625 65.19902 42.515625 65.57402Q42.328125 66.13652 42.328125 66.79277L42.328125 70.058395L41.28125 70.058395ZM47.59375 69.120895L47.75 70.04277Q47.296875 70.13652 46.953125 70.13652Q46.375 70.13652 46.0625 69.964645Q45.75 69.777145 45.609375 69.48027Q45.484375 69.183395 45.484375 68.23027L45.484375 64.652145L44.71875 64.652145L44.71875 63.839645L45.484375 63.839645L45.484375 62.29277L46.53125 61.66777L46.53125 63.839645L47.59375 63.839645L47.59375 64.652145L46.53125 64.652145L46.53125 68.29277Q46.53125 68.745895 46.578125 68.870895Q46.640625 68.995895 46.765625 69.07402Q46.890625 69.152145 47.125 69.152145Q47.3125 69.152145 47.59375 69.120895ZM50.90625 66.94902Q50.90625 65.214645 51.859375 64.38652Q52.65625 63.69902 53.8125 63.69902Q55.09375 63.69902 55.90625 64.54277Q56.734375 65.370895 56.734375 66.85527Q56.734375 68.058395 56.375 68.745895Q56.015625 69.433395 55.3125 69.82402Q54.625 70.19902 53.8125 70.19902Q52.515625 70.19902 51.703125 69.370895Q50.90625 68.527145 50.90625 66.94902ZM51.984375 66.94902Q51.984375 68.13652 52.5 68.73027Q53.03125 69.32402 53.8125 69.32402Q54.609375 69.32402 55.125 68.73027Q55.640625 68.13652 55.640625 66.91777Q55.640625 65.76152 55.109375 65.16777Q54.59375 64.57402 53.8125 64.57402Q53.03125 64.57402 52.5 65.16777Q51.984375 65.745895 51.984375 66.94902ZM58.546875 70.058395L58.546875 64.652145L57.609375 64.652145L57.609375 63.839645L58.546875 63.839645L58.546875 63.16777Q58.546875 62.54277 58.65625 62.245895Q58.8125 61.82402 59.1875 61.57402Q59.578125 61.32402 60.265625 61.32402Q60.71875 61.32402 61.25 61.433395L61.09375 62.339645Q60.765625 62.29277 60.46875 62.29277Q59.984375 62.29277 59.78125 62.495895Q59.59375 62.69902 59.59375 63.26152L59.59375 63.839645L60.8125 63.839645L60.8125 64.652145L59.59375 64.652145L59.59375 70.058395L58.546875 70.058395ZM64.296875 70.058395L64.296875 63.839645L65.234375 63.839645L65.234375 64.714645Q65.53125 64.245895 66.015625 63.98027Q66.5 63.69902 67.125 63.69902Q67.8125 63.69902 68.25 63.98027Q68.703125 64.26152 68.875 64.777145Q69.625 63.69902 70.796875 63.69902Q71.734375 63.69902 72.21875 64.214645Q72.71875 64.714645 72.71875 65.79277L72.71875 70.058395L71.671875 70.058395L71.671875 66.13652Q71.671875 65.51152 71.5625 65.23027Q71.46875 64.94902 71.203125 64.777145Q70.9375 64.60527 70.5625 64.60527Q69.90625 64.60527 69.46875 65.04277Q69.046875 65.48027 69.046875 66.44902L69.046875 70.058395L67.984375 70.058395L67.984375 66.01152Q67.984375 65.308395 67.71875 64.964645Q67.46875 64.60527 66.890625 64.60527Q66.4375 64.60527 66.0625 64.839645Q65.6875 65.07402 65.515625 65.527145Q65.34375 65.98027 65.34375 66.82402L65.34375 70.058395L64.296875 70.058395ZM74.25 72.44902L74.125 71.464645Q74.46875 71.558395 74.734375 71.558395Q75.078125 71.558395 75.28125 71.433395Q75.5 71.32402 75.640625 71.120895Q75.734375 70.94902 75.96875 70.32402Q75.984375 70.245895 76.0625 70.07402L73.6875 63.839645L74.828125 63.839645L76.125 67.433395Q76.375 68.120895 76.578125 68.88652Q76.765625 68.152145 77.015625 67.464645L78.34375 63.839645L79.390625 63.839645L77.03125 70.16777Q76.640625 71.183395 76.4375 71.57402Q76.15625 72.10527 75.78125 72.339645Q75.421875 72.589645 74.921875 72.589645Q74.625 72.589645 74.25 72.44902ZM87.328125 70.058395L87.328125 69.277145Q86.734375 70.19902 85.59375 70.19902Q84.84375 70.19902 84.21875 69.79277Q83.59375 69.370895 83.25 68.63652Q82.90625 67.902145 82.90625 66.94902Q82.90625 66.027145 83.21875 65.26152Q83.53125 64.495895 84.15625 64.10527Q84.78125 63.69902 85.546875 63.69902Q86.109375 63.69902 86.546875 63.933395Q86.984375 64.16777 87.265625 64.54277L87.265625 61.464645L88.3125 61.464645L88.3125 70.058395L87.328125 70.058395ZM84.0 66.94902Q84.0 68.152145 84.5 68.745895Q85.0 69.32402 85.6875 69.32402Q86.375 69.32402 86.859375 68.76152Q87.34375 68.19902 87.34375 67.04277Q87.34375 65.76152 86.84375 65.16777Q86.359375 64.57402 85.640625 64.57402Q84.9375 64.57402 84.46875 65.152145Q84.0 65.714645 84.0 66.94902ZM94.359375 69.29277Q93.765625 69.79277 93.21875 69.995895Q92.6875 70.19902 92.0625 70.19902Q91.03125 70.19902 90.484375 69.69902Q89.9375 69.19902 89.9375 68.41777Q89.9375 67.964645 90.140625 67.589645Q90.34375 67.19902 90.6875 66.98027Q91.03125 66.745895 91.453125 66.63652Q91.75 66.54277 92.390625 66.464645Q93.65625 66.32402 94.265625 66.10527Q94.265625 65.88652 94.265625 65.839645Q94.265625 65.183395 93.96875 64.91777Q93.5625 64.57402 92.765625 64.57402Q92.03125 64.57402 91.671875 64.839645Q91.3125 65.089645 91.140625 65.745895L90.109375 65.60527Q90.25 64.94902 90.578125 64.54277Q90.90625 64.13652 91.515625 63.91777Q92.125 63.69902 92.921875 63.69902Q93.71875 63.69902 94.21875 63.88652Q94.71875 64.07402 94.953125 64.35527Q95.1875 64.63652 95.28125 65.07402Q95.328125 65.339645 95.328125 66.04277L95.328125 67.44902Q95.328125 68.91777 95.390625 69.308395Q95.46875 69.69902 95.671875 70.058395L94.5625 70.058395Q94.40625 69.73027 94.359375 69.29277ZM94.265625 66.933395Q93.6875 67.16777 92.546875 67.339645Q91.890625 67.433395 91.625 67.558395Q91.359375 67.66777 91.203125 67.88652Q91.0625 68.10527 91.0625 68.38652Q91.0625 68.808395 91.375 69.089645Q91.703125 69.370895 92.3125 69.370895Q92.921875 69.370895 93.390625 69.10527Q93.875 68.839645 94.09375 68.370895Q94.265625 68.01152 94.265625 67.32402L94.265625 66.933395ZM97.296875 62.683395L97.296875 61.464645L98.359375 61.464645L98.359375 62.683395L97.296875 62.683395ZM97.296875 70.058395L97.296875 63.839645L98.359375 63.839645L98.359375 70.058395L97.296875 70.058395ZM100.265625 70.058395L100.265625 61.464645L101.328125 61.464645L101.328125 70.058395L100.265625 70.058395ZM103.25 72.44902L103.125 71.464645Q103.46875 71.558395 103.734375 71.558395Q104.078125 71.558395 104.28125 71.433395Q104.5 71.32402 104.640625 71.120895Q104.734375 70.94902 104.96875 70.32402Q104.984375 70.245895 105.0625 70.07402L102.6875 63.839645L103.828125 63.839645L105.125 67.433395Q105.375 68.120895 105.578125 68.88652Q105.765625 68.152145 106.015625 67.464645L107.34375 63.839645L108.390625 63.839645L106.03125 70.16777Q105.640625 71.183395 105.4375 71.57402Q105.15625 72.10527 104.78125 72.339645Q104.421875 72.589645 103.921875 72.589645Q103.625 72.589645 103.25 72.44902Z" fill-rule="nonzero"/><path fill="#666666" d="M71.28125 84.058395L71.28125 77.839645L72.234375 77.839645L72.234375 78.777145Q72.59375 78.120895 72.890625 77.91777Q73.203125 77.69902 73.578125 77.69902Q74.109375 77.69902 74.65625 78.027145L74.296875 79.01152Q73.90625 78.777145 73.53125 78.777145Q73.171875 78.777145 72.890625 78.995895Q72.625 79.19902 72.515625 79.57402Q72.328125 80.13652 72.328125 80.79277L72.328125 84.058395L71.28125 84.058395ZM74.90625 80.94902Q74.90625 79.214645 75.859375 78.38652Q76.65625 77.69902 77.8125 77.69902Q79.09375 77.69902 79.90625 78.54277Q80.734375 79.370895 80.734375 80.85527Q80.734375 82.058395 80.375 82.745895Q80.015625 83.433395 79.3125 83.82402Q78.625 84.19902 77.8125 84.19902Q76.515625 84.19902 75.703125 83.370895Q74.90625 82.527145 74.90625 80.94902ZM75.984375 80.94902Q75.984375 82.13652 76.5 82.73027Q77.03125 83.32402 77.8125 83.32402Q78.609375 83.32402 79.125 82.73027Q79.640625 82.13652 79.640625 80.91777Q79.640625 79.76152 79.109375 79.16777Q78.59375 78.57402 77.8125 78.57402Q77.03125 78.57402 76.5 79.16777Q75.984375 79.745895 75.984375 80.94902ZM86.375 84.058395L86.375 83.13652Q85.640625 84.19902 84.390625 84.19902Q83.84375 84.19902 83.359375 83.995895Q82.890625 83.777145 82.65625 83.464645Q82.421875 83.13652 82.328125 82.66777Q82.265625 82.370895 82.265625 81.683395L82.265625 77.839645L83.328125 77.839645L83.328125 81.29277Q83.328125 82.10527 83.390625 82.402145Q83.484375 82.808395 83.796875 83.058395Q84.125 83.29277 84.609375 83.29277Q85.078125 83.29277 85.484375 83.058395Q85.90625 82.808395 86.078125 82.38652Q86.265625 81.964645 86.265625 81.16777L86.265625 77.839645L87.3125 77.839645L87.3125 84.058395L86.375 84.058395ZM91.59375 83.120895L91.75 84.04277Q91.296875 84.13652 90.953125 84.13652Q90.375 84.13652 90.0625 83.964645Q89.75 83.777145 89.609375 83.48027Q89.484375 83.183395 89.484375 82.23027L89.484375 78.652145L88.71875 78.652145L88.71875 77.839645L89.484375 77.839645L89.484375 76.29277L90.53125 75.66777L90.53125 77.839645L91.59375 77.839645L91.59375 78.652145L90.53125 78.652145L90.53125 82.29277Q90.53125 82.745895 90.578125 82.870895Q90.640625 82.995895 90.765625 83.07402Q90.890625 83.152145 91.125 83.152145Q91.3125 83.152145 91.59375 83.120895ZM92.296875 76.683395L92.296875 75.464645L93.359375 75.464645L93.359375 76.683395L92.296875 76.683395ZM92.296875 84.058395L92.296875 77.839645L93.359375 77.839645L93.359375 84.058395L92.296875 84.058395ZM95.296875 84.058395L95.296875 77.839645L96.234375 77.839645L96.234375 78.714645Q96.921875 77.69902 98.21875 77.69902Q98.78125 77.69902 99.25 77.902145Q99.734375 78.10527 99.96875 78.433395Q100.203125 78.76152 100.296875 79.19902Q100.34375 79.495895 100.34375 80.23027L100.34375 84.058395L99.296875 84.058395L99.296875 80.277145Q99.296875 79.620895 99.171875 79.308395Q99.046875 78.995895 98.734375 78.808395Q98.421875 78.60527 98.0 78.60527Q97.328125 78.60527 96.828125 79.04277Q96.34375 79.464645 96.34375 80.652145L96.34375 84.058395L95.296875 84.058395ZM106.546875 82.058395L107.640625 82.183395Q107.390625 83.13652 106.6875 83.66777Q105.984375 84.19902 104.90625 84.19902Q103.546875 84.19902 102.734375 83.35527Q101.9375 82.51152 101.9375 80.995895Q101.9375 79.433395 102.75 78.57402Q103.5625 77.69902 104.84375 77.69902Q106.09375 77.69902 106.875 78.54277Q107.671875 79.38652 107.671875 80.933395Q107.671875 81.027145 107.671875 81.214645L103.03125 81.214645Q103.09375 82.245895 103.609375 82.79277Q104.125 83.32402 104.90625 83.32402Q105.484375 83.32402 105.890625 83.027145Q106.3125 82.714645 106.546875 82.058395ZM103.09375 80.35527L106.5625 80.35527Q106.5 79.558395 106.171875 79.16777Q105.65625 78.558395 104.859375 78.558395Q104.125 78.558395 103.625 79.04277Q103.140625 79.527145 103.09375 80.35527Z" fill-rule="nonzero"/><path fill="#666666" d="M70.921875 136.00224L68.640625 127.40849L69.8125 127.40849L71.125 133.04912Q71.328125 133.92412 71.484375 134.79912Q71.8125 133.42412 71.875 133.20537L73.5 127.40849L74.875 127.40849L76.109375 131.75224Q76.5625 133.37724 76.78125 134.79912Q76.9375 133.98662 77.203125 132.92412L78.546875 127.40849L79.6875 127.40849L77.34375 136.00224L76.234375 136.00224L74.4375 129.45537Q74.203125 128.64287 74.15625 128.45537Q74.03125 129.0335 73.90625 129.45537L72.09375 136.00224L70.921875 136.00224ZM84.546875 134.00224L85.640625 134.12724Q85.390625 135.08037 84.6875 135.61162Q83.984375 136.14287 82.90625 136.14287Q81.546875 136.14287 80.734375 135.29912Q79.9375 134.45537 79.9375 132.93974Q79.9375 131.37724 80.75 130.51787Q81.5625 129.64287 82.84375 129.64287Q84.09375 129.64287 84.875 130.48662Q85.671875 131.33037 85.671875 132.87724Q85.671875 132.971 85.671875 133.1585L81.03125 133.1585Q81.09375 134.18974 81.609375 134.73662Q82.125 135.26787 82.90625 135.26787Q83.484375 135.26787 83.890625 134.971Q84.3125 134.6585 84.546875 134.00224ZM81.09375 132.29912L84.5625 132.29912Q84.5 131.50224 84.171875 131.11162Q83.65625 130.50224 82.859375 130.50224Q82.125 130.50224 81.625 130.98662Q81.140625 131.471 81.09375 132.29912ZM91.546875 134.00224L92.640625 134.12724Q92.390625 135.08037 91.6875 135.61162Q90.984375 136.14287 89.90625 136.14287Q88.546875 136.14287 87.734375 135.29912Q86.9375 134.45537 86.9375 132.93974Q86.9375 131.37724 87.75 130.51787Q88.5625 129.64287 89.84375 129.64287Q91.09375 129.64287 91.875 130.48662Q92.671875 131.33037 92.671875 132.87724Q92.671875 132.971 92.671875 133.1585L88.03125 133.1585Q88.09375 134.18974 88.609375 134.73662Q89.125 135.26787 89.90625 135.26787Q90.484375 135.26787 90.890625 134.971Q91.3125 134.6585 91.546875 134.00224ZM88.09375 132.29912L91.5625 132.29912Q91.5 131.50224 91.171875 131.11162Q90.65625 130.50224 89.859375 130.50224Q89.125 130.50224 88.625 130.98662Q88.140625 131.471 88.09375 132.29912ZM94.296875 136.00224L94.296875 127.40849L95.359375 127.40849L95.359375 132.31474L97.84375 129.7835L99.21875 129.7835L96.828125 132.08037L99.453125 136.00224L98.15625 136.00224L96.09375 132.81474L95.359375 133.5335L95.359375 136.00224L94.296875 136.00224ZM100.265625 136.00224L100.265625 127.40849L101.328125 127.40849L101.328125 136.00224L100.265625 136.00224ZM103.25 138.39287L103.125 137.4085Q103.46875 137.50224 103.734375 137.50224Q104.078125 137.50224 104.28125 137.37724Q104.5 137.26787 104.640625 137.06474Q104.734375 136.89287 104.96875 136.26787Q104.984375 136.18974 105.0625 136.01787L102.6875 129.7835L103.828125 129.7835L105.125 133.37724Q105.375 134.06474 105.578125 134.83037Q105.765625 134.096 106.015625 133.4085L107.34375 129.7835L108.390625 129.7835L106.03125 136.11162Q105.640625 137.12724 105.4375 137.51787Q105.15625 138.04912 104.78125 138.2835Q104.421875 138.5335 103.921875 138.5335Q103.625 138.5335 103.25 138.39287Z" fill-rule="nonzero"/><path fill="#666666" d="M66.390625 194.9461L66.390625 186.35236L68.109375 186.35236L70.140625 192.43048Q70.421875 193.28986 70.546875 193.71173Q70.6875 193.24298 71.0 192.33673L73.0625 186.35236L74.59375 186.35236L74.59375 194.9461L73.5 194.9461L73.5 187.7586L71.0 194.9461L69.96875 194.9461L67.484375 187.6336L67.484375 194.9461L66.390625 194.9461ZM75.90625 191.83673Q75.90625 190.10236 76.859375 189.27423Q77.65625 188.58673 78.8125 188.58673Q80.09375 188.58673 80.90625 189.43048Q81.734375 190.2586 81.734375 191.74298Q81.734375 192.9461 81.375 193.6336Q81.015625 194.3211 80.3125 194.71173Q79.625 195.08673 78.8125 195.08673Q77.515625 195.08673 76.703125 194.2586Q75.90625 193.41486 75.90625 191.83673ZM76.984375 191.83673Q76.984375 193.02423 77.5 193.61798Q78.03125 194.21173 78.8125 194.21173Q79.609375 194.21173 80.125 193.61798Q80.640625 193.02423 80.640625 191.80548Q80.640625 190.64923 80.109375 190.05548Q79.59375 189.46173 78.8125 189.46173Q78.03125 189.46173 77.5 190.05548Q76.984375 190.6336 76.984375 191.83673ZM83.296875 194.9461L83.296875 188.72736L84.234375 188.72736L84.234375 189.60236Q84.921875 188.58673 86.21875 188.58673Q86.78125 188.58673 87.25 188.78986Q87.734375 188.99298 87.96875 189.3211Q88.203125 189.64923 88.296875 190.08673Q88.34375 190.3836 88.34375 191.11798L88.34375 194.9461L87.296875 194.9461L87.296875 191.16486Q87.296875 190.5086 87.171875 190.1961Q87.046875 189.8836 86.734375 189.6961Q86.421875 189.49298 86.0 189.49298Q85.328125 189.49298 84.828125 189.93048Q84.34375 190.35236 84.34375 191.53986L84.34375 194.9461L83.296875 194.9461ZM92.59375 194.0086L92.75 194.93048Q92.296875 195.02423 91.953125 195.02423Q91.375 195.02423 91.0625 194.85236Q90.75 194.66486 90.609375 194.36798Q90.484375 194.0711 90.484375 193.11798L90.484375 189.53986L89.71875 189.53986L89.71875 188.72736L90.484375 188.72736L90.484375 187.18048L91.53125 186.55548L91.53125 188.72736L92.59375 188.72736L92.59375 189.53986L91.53125 189.53986L91.53125 193.18048Q91.53125 193.6336 91.578125 193.7586Q91.640625 193.8836 91.765625 193.96173Q91.890625 194.03986 92.125 194.03986Q92.3125 194.03986 92.59375 194.0086ZM93.296875 194.9461L93.296875 186.35236L94.34375 186.35236L94.34375 189.43048Q95.078125 188.58673 96.203125 188.58673Q96.90625 188.58673 97.40625 188.86798Q97.921875 189.1336 98.140625 189.61798Q98.359375 190.08673 98.359375 191.0086L98.359375 194.9461L97.3125 194.9461L97.3125 191.0086Q97.3125 190.21173 96.96875 189.85236Q96.625 189.49298 96.0 189.49298Q95.53125 189.49298 95.109375 189.74298Q94.703125 189.97736 94.515625 190.39923Q94.34375 190.80548 94.34375 191.53986L94.34375 194.9461L93.296875 194.9461ZM100.265625 194.9461L100.265625 186.35236L101.328125 186.35236L101.328125 194.9461L100.265625 194.9461ZM103.25 197.33673L103.125 196.35236Q103.46875 196.4461 103.734375 196.4461Q104.078125 196.4461 104.28125 196.3211Q104.5 196.21173 104.640625 196.0086Q104.734375 195.83673 104.96875 195.21173Q104.984375 195.1336 105.0625 194.96173L102.6875 188.72736L103.828125 188.72736L105.125 192.3211Q105.375 193.0086 105.578125 193.77423Q105.765625 193.03986 106.015625 192.35236L107.34375 188.72736L108.390625 188.72736L106.03125 195.05548Q105.640625 196.0711 105.4375 196.46173Q105.15625 196.99298 104.78125 197.22736Q104.421875 197.47736 103.921875 197.47736Q103.625 197.47736 103.25 197.33673Z" fill-rule="nonzero"/><path fill="#666666" d="M45.625 253.88995L45.625 245.2962L46.75 245.2962L46.75 253.88995L45.625 253.88995ZM48.296875 253.88995L48.296875 247.6712L49.234375 247.6712L49.234375 248.5462Q49.921875 247.53058 51.21875 247.53058Q51.78125 247.53058 52.25 247.7337Q52.734375 247.93683 52.96875 248.26495Q53.203125 248.59308 53.296875 249.03058Q53.34375 249.32745 53.34375 250.06183L53.34375 253.88995L52.296875 253.88995L52.296875 250.1087Q52.296875 249.45245 52.171875 249.13995Q52.046875 248.82745 51.734375 248.63995Q51.421875 248.43683 51.0 248.43683Q50.328125 248.43683 49.828125 248.87433Q49.34375 249.2962 49.34375 250.4837L49.34375 253.88995L48.296875 253.88995ZM55.546875 253.88995L55.546875 248.4837L54.609375 248.4837L54.609375 247.6712L55.546875 247.6712L55.546875 246.99933Q55.546875 246.37433 55.65625 246.07745Q55.8125 245.65558 56.1875 245.40558Q56.578125 245.15558 57.265625 245.15558Q57.71875 245.15558 58.25 245.26495L58.09375 246.1712Q57.765625 246.12433 57.46875 246.12433Q56.984375 246.12433 56.78125 246.32745Q56.59375 246.53058 56.59375 247.09308L56.59375 247.6712L57.8125 247.6712L57.8125 248.4837L56.59375 248.4837L56.59375 253.88995L55.546875 253.88995ZM58.28125 253.88995L58.28125 247.6712L59.234375 247.6712L59.234375 248.6087Q59.59375 247.95245 59.890625 247.74933Q60.203125 247.53058 60.578125 247.53058Q61.109375 247.53058 61.65625 247.8587L61.296875 248.84308Q60.90625 248.6087 60.53125 248.6087Q60.171875 248.6087 59.890625 248.82745Q59.625 249.03058 59.515625 249.40558Q59.328125 249.96808 59.328125 250.62433L59.328125 253.88995L58.28125 253.88995ZM66.546875 251.88995L67.640625 252.01495Q67.390625 252.96808 66.6875 253.49933Q65.984375 254.03058 64.90625 254.03058Q63.546875 254.03058 62.734375 253.18683Q61.9375 252.34308 61.9375 250.82745Q61.9375 249.26495 62.75 248.40558Q63.5625 247.53058 64.84375 247.53058Q66.09375 247.53058 66.875 248.37433Q67.671875 249.21808 67.671875 250.76495Q67.671875 250.8587 67.671875 251.0462L63.03125 251.0462Q63.09375 252.07745 63.609375 252.62433Q64.125 253.15558 64.90625 253.15558Q65.484375 253.15558 65.890625 252.8587Q66.3125 252.5462 66.546875 251.88995ZM63.09375 250.18683L66.5625 250.18683Q66.5 249.38995 66.171875 248.99933Q65.65625 248.38995 64.859375 248.38995Q64.125 248.38995 63.625 248.87433Q63.140625 249.3587 63.09375 250.18683ZM73.265625 256.28058L73.265625 253.2337Q73.015625 253.57745 72.5625 253.81183Q72.125 254.03058 71.625 254.03058Q70.515625 254.03058 69.71875 253.15558Q68.921875 252.26495 68.921875 250.71808Q68.921875 249.78058 69.25 249.0462Q69.578125 248.2962 70.1875 247.9212Q70.8125 247.53058 71.546875 247.53058Q72.703125 247.53058 73.359375 248.49933L73.359375 247.6712L74.3125 247.6712L74.3125 256.28058L73.265625 256.28058ZM70.0 250.76495Q70.0 251.96808 70.5 252.56183Q71.015625 253.15558 71.71875 253.15558Q72.390625 253.15558 72.875 252.59308Q73.359375 252.01495 73.359375 250.8587Q73.359375 249.6087 72.84375 248.9837Q72.34375 248.3587 71.640625 248.3587Q70.96875 248.3587 70.484375 248.95245Q70.0 249.53058 70.0 250.76495ZM80.375 253.88995L80.375 252.96808Q79.640625 254.03058 78.390625 254.03058Q77.84375 254.03058 77.359375 253.82745Q76.890625 253.6087 76.65625 253.2962Q76.421875 252.96808 76.328125 252.49933Q76.265625 252.20245 76.265625 251.51495L76.265625 247.6712L77.328125 247.6712L77.328125 251.12433Q77.328125 251.93683 77.390625 252.2337Q77.484375 252.63995 77.796875 252.88995Q78.125 253.12433 78.609375 253.12433Q79.078125 253.12433 79.484375 252.88995Q79.90625 252.63995 80.078125 252.21808Q80.265625 251.7962 80.265625 250.99933L80.265625 247.6712L81.3125 247.6712L81.3125 253.88995L80.375 253.88995ZM87.546875 251.88995L88.640625 252.01495Q88.390625 252.96808 87.6875 253.49933Q86.984375 254.03058 85.90625 254.03058Q84.546875 254.03058 83.734375 253.18683Q82.9375 252.34308 82.9375 250.82745Q82.9375 249.26495 83.75 248.40558Q84.5625 247.53058 85.84375 247.53058Q87.09375 247.53058 87.875 248.37433Q88.671875 249.21808 88.671875 250.76495Q88.671875 250.8587 88.671875 251.0462L84.03125 251.0462Q84.09375 252.07745 84.609375 252.62433Q85.125 253.15558 85.90625 253.15558Q86.484375 253.15558 86.890625 252.8587Q87.3125 252.5462 87.546875 251.88995ZM84.09375 250.18683L87.5625 250.18683Q87.5 249.38995 87.171875 248.99933Q86.65625 248.38995 85.859375 248.38995Q85.125 248.38995 84.625 248.87433Q84.140625 249.3587 84.09375 250.18683ZM90.296875 253.88995L90.296875 247.6712L91.234375 247.6712L91.234375 248.5462Q91.921875 247.53058 93.21875 247.53058Q93.78125 247.53058 94.25 247.7337Q94.734375 247.93683 94.96875 248.26495Q95.203125 248.59308 95.296875 249.03058Q95.34375 249.32745 95.34375 250.06183L95.34375 253.88995L94.296875 253.88995L94.296875 250.1087Q94.296875 249.45245 94.171875 249.13995Q94.046875 248.82745 93.734375 248.63995Q93.421875 248.43683 93.0 248.43683Q92.328125 248.43683 91.828125 248.87433Q91.34375 249.2962 91.34375 250.4837L91.34375 253.88995L90.296875 253.88995ZM99.59375 252.95245L99.75 253.87433Q99.296875 253.96808 98.953125 253.96808Q98.375 253.96808 98.0625 253.7962Q97.75 253.6087 97.609375 253.31183Q97.484375 253.01495 97.484375 252.06183L97.484375 248.4837L96.71875 248.4837L96.71875 247.6712L97.484375 247.6712L97.484375 246.12433L98.53125 245.49933L98.53125 247.6712L99.59375 247.6712L99.59375 248.4837L98.53125 248.4837L98.53125 252.12433Q98.53125 252.57745 98.578125 252.70245Q98.640625 252.82745 98.765625 252.90558Q98.890625 252.9837 99.125 252.9837Q99.3125 252.9837 99.59375 252.95245ZM100.265625 253.88995L100.265625 245.2962L101.328125 245.2962L101.328125 253.88995L100.265625 253.88995ZM103.25 256.28058L103.125 255.2962Q103.46875 255.38995 103.734375 255.38995Q104.078125 255.38995 104.28125 255.26495Q104.5 255.15558 104.640625 254.95245Q104.734375 254.78058 104.96875 254.15558Q104.984375 254.07745 105.0625 253.90558L102.6875 247.6712L103.828125 247.6712L105.125 251.26495Q105.375 251.95245 105.578125 252.71808Q105.765625 251.9837 106.015625 251.2962L107.34375 247.6712L108.390625 247.6712L106.03125 253.99933Q105.640625 255.01495 105.4375 255.40558Q105.15625 255.93683 104.78125 256.1712Q104.421875 256.4212 103.921875 256.4212Q103.625 256.4212 103.25 256.28058Z" fill-rule="nonzero"/><path fill="#666666" d="M106.0 302.4427Q106.0 300.91144 106.3125 299.98956Q106.625 299.05206 107.234375 298.55206Q107.859375 298.05206 108.796875 298.05206Q109.484375 298.05206 110.0 298.3333Q110.53125 298.61456 110.875 299.1458Q111.21875 299.66144 111.40625 300.41144Q111.59375 301.16144 111.59375 302.4427Q111.59375 303.9583 111.28125 304.8802Q110.984375 305.80206 110.359375 306.3177Q109.75 306.8177 108.796875 306.8177Q107.5625 306.8177 106.84375 305.92706Q106.0 304.86456 106.0 302.4427ZM107.078125 302.4427Q107.078125 304.55206 107.578125 305.2552Q108.078125 305.9583 108.796875 305.9583Q109.53125 305.9583 110.015625 305.2552Q110.515625 304.55206 110.515625 302.4427Q110.515625 300.3177 110.015625 299.6302Q109.53125 298.92706 108.78125 298.92706Q108.0625 298.92706 107.625 299.53644Q107.078125 300.3177 107.078125 302.4427ZM113.203125 300.1458Q113.203125 299.22394 113.65625 298.5833Q114.125 297.9427 115.0 297.9427Q115.8125 297.9427 116.34375 298.5208Q116.875 299.09894 116.875 300.2083Q116.875 301.30206 116.328125 301.8958Q115.796875 302.47394 115.015625 302.47394Q114.234375 302.47394 113.71875 301.8958Q113.203125 301.3177 113.203125 300.1458ZM115.03125 298.66144Q114.640625 298.66144 114.375 299.0052Q114.125 299.34894 114.125 300.2552Q114.125 301.0833 114.375 301.42706Q114.640625 301.7552 115.03125 301.7552Q115.4375 301.7552 115.6875 301.41144Q115.953125 301.0677 115.953125 300.17706Q115.953125 299.3333 115.6875 299.0052Q115.421875 298.66144 115.03125 298.66144ZM115.03125 306.98956L119.734375 297.9427L120.59375 297.9427L115.90625 306.98956L115.03125 306.98956ZM118.75 304.66144Q118.75 303.73956 119.203125 303.09894Q119.671875 302.4583 120.5625 302.4583Q121.375 302.4583 121.90625 303.03644Q122.4375 303.59894 122.4375 304.72394Q122.4375 305.8177 121.890625 306.41144Q121.359375 306.98956 120.5625 306.98956Q119.796875 306.98956 119.265625 306.41144Q118.75 305.8333 118.75 304.66144ZM120.59375 303.17706Q120.1875 303.17706 119.921875 303.5208Q119.671875 303.86456 119.671875 304.7708Q119.671875 305.5833 119.9375 305.92706Q120.203125 306.2708 120.59375 306.2708Q120.984375 306.2708 121.25 305.92706Q121.515625 305.5833 121.515625 304.67706Q121.515625 303.84894 121.25 303.5208Q120.984375 303.17706 120.59375 303.17706Z" fill-rule="nonzero"/><path fill="#666666" d="M214.79688 305.66144L214.79688 306.67706L209.10938 306.67706Q209.10938 306.30206 209.23438 305.9427Q209.45312 305.36456 209.92188 304.80206Q210.40625 304.23956 211.3125 303.5052Q212.71875 302.34894 213.20312 301.67706Q213.70312 301.0052 213.70312 300.41144Q213.70312 299.78644 213.25 299.36456Q212.79688 298.92706 212.07812 298.92706Q211.3125 298.92706 210.85938 299.3802Q210.40625 299.8333 210.39062 300.6458L209.3125 300.53644Q209.42188 299.3177 210.14062 298.6927Q210.875 298.05206 212.10938 298.05206Q213.34375 298.05206 214.0625 298.73956Q214.78125 299.42706 214.78125 300.4427Q214.78125 300.9583 214.5625 301.4583Q214.35938 301.9427 213.85938 302.5052Q213.375 303.05206 212.25 304.0052Q211.29688 304.80206 211.01562 305.09894Q210.75 305.3802 210.57812 305.66144L214.79688 305.66144ZM216.25 304.42706L217.35938 304.3333Q217.48438 305.1458 217.92188 305.55206Q218.375 305.9583 219.01562 305.9583Q219.76562 305.9583 220.29688 305.3802Q220.82812 304.80206 220.82812 303.86456Q220.82812 302.9583 220.3125 302.4427Q219.8125 301.91144 218.98438 301.91144Q218.48438 301.91144 218.0625 302.1458Q217.65625 302.3802 217.42188 302.73956L216.4375 302.61456L217.26562 298.2083L221.54688 298.2083L221.54688 299.2083L218.10938 299.2083L217.65625 301.5208Q218.42188 300.97394 219.26562 300.97394Q220.39062 300.97394 221.15625 301.7552Q221.9375 302.53644 221.9375 303.7708Q221.9375 304.92706 221.26562 305.78644Q220.4375 306.8177 219.01562 306.8177Q217.84375 306.8177 217.09375 306.16144Q216.35938 305.5052 216.25 304.42706ZM223.45312 300.1458Q223.45312 299.22394 223.90625 298.5833Q224.375 297.9427 225.25 297.9427Q226.0625 297.9427 226.59375 298.5208Q227.125 299.09894 227.125 300.2083Q227.125 301.30206 226.57812 301.8958Q226.04688 302.47394 225.26562 302.47394Q224.48438 302.47394 223.96875 301.8958Q223.45312 301.3177 223.45312 300.1458ZM225.28125 298.66144Q224.89062 298.66144 224.625 299.0052Q224.375 299.34894 224.375 300.2552Q224.375 301.0833 224.625 301.42706Q224.89062 301.7552 225.28125 301.7552Q225.6875 301.7552 225.9375 301.41144Q226.20312 301.0677 226.20312 300.17706Q226.20312 299.3333 225.9375 299.0052Q225.67188 298.66144 225.28125 298.66144ZM225.28125 306.98956L229.98438 297.9427L230.84375 297.9427L226.15625 306.98956L225.28125 306.98956ZM229.0 304.66144Q229.0 303.73956 229.45312 303.09894Q229.92188 302.4583 230.8125 302.4583Q231.625 302.4583 232.15625 303.03644Q232.6875 303.59894 232.6875 304.72394Q232.6875 305.8177 232.14062 306.41144Q231.60938 306.98956 230.8125 306.98956Q230.04688 306.98956 229.51562 306.41144Q229.0 305.8333 229.0 304.66144ZM230.84375 303.17706Q230.4375 303.17706 230.17188 303.5208Q229.92188 303.86456 229.92188 304.7708Q229.92188 305.5833 230.1875 305.92706Q230.45312 306.2708 230.84375 306.2708Q231.23438 306.2708 231.5 305.92706Q231.76562 305.5833 231.76562 304.67706Q231.76562 303.84894 231.5 303.5208Q231.23438 303.17706 230.84375 303.17706Z" fill-rule="nonzero"/><path fill="#666666" d="M316.0 304.42706L317.10938 304.3333Q317.23438 305.1458 317.67188 305.55206Q318.125 305.9583 318.76562 305.9583Q319.51562 305.9583 320.04688 305.3802Q320.57812 304.80206 320.57812 303.86456Q320.57812 302.9583 320.0625 302.4427Q319.5625 301.91144 318.73438 301.91144Q318.23438 301.91144 317.8125 302.1458Q317.40625 302.3802 317.17188 302.73956L316.1875 302.61456L317.01562 298.2083L321.29688 298.2083L321.29688 299.2083L317.85938 299.2083L317.40625 301.5208Q318.17188 300.97394 319.01562 300.97394Q320.14062 300.97394 320.90625 301.7552Q321.6875 302.53644 321.6875 303.7708Q321.6875 304.92706 321.01562 305.78644Q320.1875 306.8177 318.76562 306.8177Q317.59375 306.8177 316.84375 306.16144Q316.10938 305.5052 316.0 304.42706ZM323.0 302.4427Q323.0 300.91144 323.3125 299.98956Q323.625 299.05206 324.23438 298.55206Q324.85938 298.05206 325.79688 298.05206Q326.48438 298.05206 327.0 298.3333Q327.53125 298.61456 327.875 299.1458Q328.21875 299.66144 328.40625 300.41144Q328.59375 301.16144 328.59375 302.4427Q328.59375 303.9583 328.28125 304.8802Q327.98438 305.80206 327.35938 306.3177Q326.75 306.8177 325.79688 306.8177Q324.5625 306.8177 323.84375 305.92706Q323.0 304.86456 323.0 302.4427ZM324.07812 302.4427Q324.07812 304.55206 324.57812 305.2552Q325.07812 305.9583 325.79688 305.9583Q326.53125 305.9583 327.01562 305.2552Q327.51562 304.55206 327.51562 302.4427Q327.51562 300.3177 327.01562 299.6302Q326.53125 298.92706 325.78125 298.92706Q325.0625 298.92706 324.625 299.53644Q324.07812 300.3177 324.07812 302.4427ZM330.20312 300.1458Q330.20312 299.22394 330.65625 298.5833Q331.125 297.9427 332.0 297.9427Q332.8125 297.9427 333.34375 298.5208Q333.875 299.09894 333.875 300.2083Q333.875 301.30206 333.32812 301.8958Q332.79688 302.47394 332.01562 302.47394Q331.23438 302.47394 330.71875 301.8958Q330.20312 301.3177 330.20312 300.1458ZM332.03125 298.66144Q331.64062 298.66144 331.375 299.0052Q331.125 299.34894 331.125 300.2552Q331.125 301.0833 331.375 301.42706Q331.64062 301.7552 332.03125 301.7552Q332.4375 301.7552 332.6875 301.41144Q332.95312 301.0677 332.95312 300.17706Q332.95312 299.3333 332.6875 299.0052Q332.42188 298.66144 332.03125 298.66144ZM332.03125 306.98956L336.73438 297.9427L337.59375 297.9427L332.90625 306.98956L332.03125 306.98956ZM335.75 304.66144Q335.75 303.73956 336.20312 303.09894Q336.67188 302.4583 337.5625 302.4583Q338.375 302.4583 338.90625 303.03644Q339.4375 303.59894 339.4375 304.72394Q339.4375 305.8177 338.89062 306.41144Q338.35938 306.98956 337.5625 306.98956Q336.79688 306.98956 336.26562 306.41144Q335.75 305.8333 335.75 304.66144ZM337.59375 303.17706Q337.1875 303.17706 336.92188 303.5208Q336.67188 303.86456 336.67188 304.7708Q336.67188 305.5833 336.9375 305.92706Q337.20312 306.2708 337.59375 306.2708Q337.98438 306.2708 338.25 305.92706Q338.51562 305.5833 338.51562 304.67706Q338.51562 303.84894 338.25 303.5208Q337.98438 303.17706 337.59375 303.17706Z" fill-rule="nonzero"/><path fill="#666666" d="M422.8125 299.2083L422.8125 298.1927L428.375 298.1927L428.375 299.0208Q427.5625 299.8958 426.75 301.34894Q425.95312 302.78644 425.51562 304.3177Q425.1875 305.3958 425.10938 306.67706L424.01562 306.67706Q424.03125 305.66144 424.40625 304.22394Q424.79688 302.78644 425.5 301.4583Q426.21875 300.1302 427.03125 299.2083L422.8125 299.2083ZM429.75 304.42706L430.85938 304.3333Q430.98438 305.1458 431.42188 305.55206Q431.875 305.9583 432.51562 305.9583Q433.26562 305.9583 433.79688 305.3802Q434.32812 304.80206 434.32812 303.86456Q434.32812 302.9583 433.8125 302.4427Q433.3125 301.91144 432.48438 301.91144Q431.98438 301.91144 431.5625 302.1458Q431.15625 302.3802 430.92188 302.73956L429.9375 302.61456L430.76562 298.2083L435.04688 298.2083L435.04688 299.2083L431.60938 299.2083L431.15625 301.5208Q431.92188 300.97394 432.76562 300.97394Q433.89062 300.97394 434.65625 301.7552Q435.4375 302.53644 435.4375 303.7708Q435.4375 304.92706 434.76562 305.78644Q433.9375 306.8177 432.51562 306.8177Q431.34375 306.8177 430.59375 306.16144Q429.85938 305.5052 429.75 304.42706ZM436.95312 300.1458Q436.95312 299.22394 437.40625 298.5833Q437.875 297.9427 438.75 297.9427Q439.5625 297.9427 440.09375 298.5208Q440.625 299.09894 440.625 300.2083Q440.625 301.30206 440.07812 301.8958Q439.54688 302.47394 438.76562 302.47394Q437.98438 302.47394 437.46875 301.8958Q436.95312 301.3177 436.95312 300.1458ZM438.78125 298.66144Q438.39062 298.66144 438.125 299.0052Q437.875 299.34894 437.875 300.2552Q437.875 301.0833 438.125 301.42706Q438.39062 301.7552 438.78125 301.7552Q439.1875 301.7552 439.4375 301.41144Q439.70312 301.0677 439.70312 300.17706Q439.70312 299.3333 439.4375 299.0052Q439.17188 298.66144 438.78125 298.66144ZM438.78125 306.98956L443.48438 297.9427L444.34375 297.9427L439.65625 306.98956L438.78125 306.98956ZM442.5 304.66144Q442.5 303.73956 442.95312 303.09894Q443.42188 302.4583 444.3125 302.4583Q445.125 302.4583 445.65625 303.03644Q446.1875 303.59894 446.1875 304.72394Q446.1875 305.8177 445.64062 306.41144Q445.10938 306.98956 444.3125 306.98956Q443.54688 306.98956 443.01562 306.41144Q442.5 305.8333 442.5 304.66144ZM444.34375 303.17706Q443.9375 303.17706 443.67188 303.5208Q443.42188 303.86456 443.42188 304.7708Q443.42188 305.5833 443.6875 305.92706Q443.95312 306.2708 444.34375 306.2708Q444.73438 306.2708 445.0 305.92706Q445.26562 305.5833 445.26562 304.67706Q445.26562 303.84894 445.0 303.5208Q444.73438 303.17706 444.34375 303.17706Z" fill-rule="nonzero"/><path fill="#666666" d="M529.96875 306.67706L528.9219 306.67706L528.9219 299.9583Q528.53125 300.3177 527.90625 300.6927Q527.2969 301.05206 526.8125 301.22394L526.8125 300.2083Q527.6875 299.78644 528.34375 299.2083Q529.0156 298.61456 529.2969 298.05206L529.96875 298.05206L529.96875 306.67706ZM533.0 302.4427Q533.0 300.91144 533.3125 299.98956Q533.625 299.05206 534.2344 298.55206Q534.8594 298.05206 535.7969 298.05206Q536.4844 298.05206 537.0 298.3333Q537.53125 298.61456 537.875 299.1458Q538.21875 299.66144 538.40625 300.41144Q538.59375 301.16144 538.59375 302.4427Q538.59375 303.9583 538.28125 304.8802Q537.9844 305.80206 537.3594 306.3177Q536.75 306.8177 535.7969 306.8177Q534.5625 306.8177 533.84375 305.92706Q533.0 304.86456 533.0 302.4427ZM534.0781 302.4427Q534.0781 304.55206 534.5781 305.2552Q535.0781 305.9583 535.7969 305.9583Q536.53125 305.9583 537.0156 305.2552Q537.5156 304.55206 537.5156 302.4427Q537.5156 300.3177 537.0156 299.6302Q536.53125 298.92706 535.78125 298.92706Q535.0625 298.92706 534.625 299.53644Q534.0781 300.3177 534.0781 302.4427ZM540.0 302.4427Q540.0 300.91144 540.3125 299.98956Q540.625 299.05206 541.2344 298.55206Q541.8594 298.05206 542.7969 298.05206Q543.4844 298.05206 544.0 298.3333Q544.53125 298.61456 544.875 299.1458Q545.21875 299.66144 545.40625 300.41144Q545.59375 301.16144 545.59375 302.4427Q545.59375 303.9583 545.28125 304.8802Q544.9844 305.80206 544.3594 306.3177Q543.75 306.8177 542.7969 306.8177Q541.5625 306.8177 540.84375 305.92706Q540.0 304.86456 540.0 302.4427ZM541.0781 302.4427Q541.0781 304.55206 541.5781 305.2552Q542.0781 305.9583 542.7969 305.9583Q543.53125 305.9583 544.0156 305.2552Q544.5156 304.55206 544.5156 302.4427Q544.5156 300.3177 544.0156 299.6302Q543.53125 298.92706 542.78125 298.92706Q542.0625 298.92706 541.625 299.53644Q541.0781 300.3177 541.0781 302.4427ZM547.2031 300.1458Q547.2031 299.22394 547.65625 298.5833Q548.125 297.9427 549.0 297.9427Q549.8125 297.9427 550.34375 298.5208Q550.875 299.09894 550.875 300.2083Q550.875 301.30206 550.3281 301.8958Q549.7969 302.47394 549.0156 302.47394Q548.2344 302.47394 547.71875 301.8958Q547.2031 301.3177 547.2031 300.1458ZM549.03125 298.66144Q548.6406 298.66144 548.375 299.0052Q548.125 299.34894 548.125 300.2552Q548.125 301.0833 548.375 301.42706Q548.6406 301.7552 549.03125 301.7552Q549.4375 301.7552 549.6875 301.41144Q549.9531 301.0677 549.9531 300.17706Q549.9531 299.3333 549.6875 299.0052Q549.4219 298.66144 549.03125 298.66144ZM549.03125 306.98956L553.7344 297.9427L554.59375 297.9427L549.90625 306.98956L549.03125 306.98956ZM552.75 304.66144Q552.75 303.73956 553.2031 303.09894Q553.6719 302.4583 554.5625 302.4583Q555.375 302.4583 555.90625 303.03644Q556.4375 303.59894 556.4375 304.72394Q556.4375 305.8177 555.8906 306.41144Q555.3594 306.98956 554.5625 306.98956Q553.7969 306.98956 553.2656 306.41144Q552.75 305.8333 552.75 304.66144ZM554.59375 303.17706Q554.1875 303.17706 553.9219 303.5208Q553.6719 303.86456 553.6719 304.7708Q553.6719 305.5833 553.9375 305.92706Q554.2031 306.2708 554.59375 306.2708Q554.9844 306.2708 555.25 305.92706Q555.5156 305.5833 555.5156 304.67706Q555.5156 303.84894 555.25 303.5208Q554.9844 303.17706 554.59375 303.17706Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M116.578445 333.34192C116.578445 332.7896 117.02615 332.34192 117.578445 332.34192L127.578445 332.34192C128.13072 332.34192 128.57845 332.7896 128.57845 333.34192L128.57845 343.34192C128.57845 343.8942 128.13072 344.34192 127.578445 344.34192L117.578445 344.34192C117.02615 344.34192 116.578445 343.8942 116.578445 343.34192Z" fill-rule="nonzero"/><path fill="#666666" d="M143.14095 333.74817L144.28157 333.74817L144.28157 338.71692Q144.28157 340.0138 143.9847 340.77942Q143.68782 341.52942 142.9222 342.0138Q142.15657 342.48254 140.9222 342.48254Q139.71907 342.48254 138.93782 342.0763Q138.1722 341.65442 137.84407 340.87317Q137.51595 340.0763 137.51595 338.71692L137.51595 333.74817L138.65657 333.74817L138.65657 338.7013Q138.65657 339.8263 138.8597 340.35754Q139.07845 340.8888 139.57845 341.18567Q140.09407 341.46692 140.82845 341.46692Q142.07845 341.46692 142.6097 340.90442Q143.14095 340.3263 143.14095 338.7013L143.14095 333.74817ZM145.95345 340.48254L146.9847 340.3263Q147.07845 340.9513 147.46907 341.27942Q147.87532 341.60754 148.6097 341.60754Q149.32845 341.60754 149.6722 341.3263Q150.03157 341.02942 150.03157 340.62317Q150.03157 340.2638 149.71907 340.06067Q149.50032 339.92004 148.64095 339.7013Q147.4847 339.40442 147.03157 339.2013Q146.59407 338.98254 146.3597 338.60754Q146.12532 338.23254 146.12532 337.7638Q146.12532 337.35754 146.31282 336.99817Q146.50032 336.6388 146.82845 336.40442Q147.07845 336.23254 147.50032 336.10754Q147.9222 335.98254 148.4222 335.98254Q149.14095 335.98254 149.68782 336.2013Q150.25032 336.40442 150.51595 336.7638Q150.78157 337.12317 150.87532 337.71692L149.84407 337.85754Q149.78157 337.3888 149.43782 337.12317Q149.1097 336.84192 148.4847 336.84192Q147.76595 336.84192 147.45345 337.09192Q147.14095 337.3263 147.14095 337.65442Q147.14095 337.85754 147.26595 338.0138Q147.40657 338.18567 147.6722 338.29504Q147.82845 338.35754 148.6097 338.56067Q149.7347 338.87317 150.1722 339.06067Q150.6097 339.24817 150.8597 339.60754Q151.1097 339.96692 151.1097 340.5138Q151.1097 341.04504 150.7972 341.5138Q150.50032 341.96692 149.9222 342.23254Q149.34407 342.48254 148.6097 342.48254Q147.39095 342.48254 146.75032 341.98254Q146.12532 341.46692 145.95345 340.48254ZM156.62532 340.34192L157.71907 340.46692Q157.46907 341.42004 156.76595 341.9513Q156.06282 342.48254 154.9847 342.48254Q153.62532 342.48254 152.81282 341.6388Q152.01595 340.79504 152.01595 339.27942Q152.01595 337.71692 152.82845 336.85754Q153.64095 335.98254 154.9222 335.98254Q156.1722 335.98254 156.95345 336.8263Q157.75032 337.67004 157.75032 339.21692Q157.75032 339.31067 157.75032 339.49817L153.1097 339.49817Q153.1722 340.52942 153.68782 341.0763Q154.20345 341.60754 154.9847 341.60754Q155.56282 341.60754 155.96907 341.31067Q156.39095 340.99817 156.62532 340.34192ZM153.1722 338.6388L156.64095 338.6388Q156.57845 337.84192 156.25032 337.4513Q155.7347 336.84192 154.93782 336.84192Q154.20345 336.84192 153.70345 337.3263Q153.21907 337.81067 153.1722 338.6388ZM166.53157 338.96692L166.53157 337.96692L170.15657 337.9513L170.15657 341.1388Q169.32845 341.81067 168.43782 342.15442Q167.5472 342.48254 166.6097 342.48254Q165.34407 342.48254 164.2972 341.9513Q163.26595 341.40442 162.7347 340.3888Q162.21907 339.35754 162.21907 338.09192Q162.21907 336.8263 162.7347 335.74817Q163.26595 334.65442 164.25032 334.1388Q165.2347 333.60754 166.51595 333.60754Q167.45345 333.60754 168.20345 333.90442Q168.95345 334.2013 169.37532 334.74817Q169.81282 335.27942 170.03157 336.15442L169.01595 336.43567Q168.81282 335.77942 168.51595 335.40442Q168.2347 335.02942 167.70345 334.81067Q167.1722 334.5763 166.53157 334.5763Q165.75032 334.5763 165.1722 334.81067Q164.6097 335.04504 164.25032 335.43567Q163.90657 335.8263 163.71907 336.29504Q163.39095 337.09192 163.39095 338.0138Q163.39095 339.17004 163.78157 339.9513Q164.18782 340.71692 164.93782 341.09192Q165.68782 341.46692 166.5472 341.46692Q167.28157 341.46692 167.9847 341.18567Q168.68782 340.8888 169.0472 340.5763L169.0472 338.96692L166.53157 338.96692ZM170.9847 339.23254Q170.9847 337.49817 171.93782 336.67004Q172.7347 335.98254 173.89095 335.98254Q175.1722 335.98254 175.9847 336.8263Q176.81282 337.65442 176.81282 339.1388Q176.81282 340.34192 176.45345 341.02942Q176.09407 341.71692 175.39095 342.10754Q174.70345 342.48254 173.89095 342.48254Q172.59407 342.48254 171.78157 341.65442Q170.9847 340.81067 170.9847 339.23254ZM172.06282 339.23254Q172.06282 340.42004 172.57845 341.0138Q173.1097 341.60754 173.89095 341.60754Q174.68782 341.60754 175.20345 341.0138Q175.71907 340.42004 175.71907 339.2013Q175.71907 338.04504 175.18782 337.4513Q174.6722 336.85754 173.89095 336.85754Q173.1097 336.85754 172.57845 337.4513Q172.06282 338.02942 172.06282 339.23254ZM185.43782 341.5763Q184.84407 342.0763 184.2972 342.27942Q183.76595 342.48254 183.14095 342.48254Q182.1097 342.48254 181.56282 341.98254Q181.01595 341.48254 181.01595 340.7013Q181.01595 340.24817 181.21907 339.87317Q181.4222 339.48254 181.76595 339.2638Q182.1097 339.02942 182.53157 338.92004Q182.82845 338.8263 183.46907 338.74817Q184.7347 338.60754 185.34407 338.3888Q185.34407 338.17004 185.34407 338.12317Q185.34407 337.46692 185.0472 337.2013Q184.64095 336.85754 183.84407 336.85754Q183.1097 336.85754 182.75032 337.12317Q182.39095 337.37317 182.21907 338.02942L181.18782 337.8888Q181.32845 337.23254 181.65657 336.8263Q181.9847 336.42004 182.59407 336.2013Q183.20345 335.98254 184.00032 335.98254Q184.7972 335.98254 185.2972 336.17004Q185.7972 336.35754 186.03157 336.6388Q186.26595 336.92004 186.3597 337.35754Q186.40657 337.62317 186.40657 338.3263L186.40657 339.73254Q186.40657 341.2013 186.46907 341.59192Q186.5472 341.98254 186.75032 342.34192L185.64095 342.34192Q185.4847 342.0138 185.43782 341.5763ZM185.34407 339.21692Q184.76595 339.4513 183.62532 339.62317Q182.96907 339.71692 182.70345 339.84192Q182.43782 339.9513 182.28157 340.17004Q182.14095 340.3888 182.14095 340.67004Q182.14095 341.09192 182.45345 341.37317Q182.78157 341.65442 183.39095 341.65442Q184.00032 341.65442 184.46907 341.3888Q184.95345 341.12317 185.1722 340.65442Q185.34407 340.29504 185.34407 339.60754L185.34407 339.21692ZM188.37532 342.34192L188.37532 336.12317L189.31282 336.12317L189.31282 336.99817Q190.00032 335.98254 191.2972 335.98254Q191.8597 335.98254 192.32845 336.18567Q192.81282 336.3888 193.0472 336.71692Q193.28157 337.04504 193.37532 337.48254Q193.4222 337.77942 193.4222 338.5138L193.4222 342.34192L192.37532 342.34192L192.37532 338.56067Q192.37532 337.90442 192.25032 337.59192Q192.12532 337.27942 191.81282 337.09192Q191.50032 336.8888 191.07845 336.8888Q190.40657 336.8888 189.90657 337.3263Q189.4222 337.74817 189.4222 338.93567L189.4222 342.34192L188.37532 342.34192ZM199.40657 342.34192L199.40657 341.56067Q198.81282 342.48254 197.6722 342.48254Q196.9222 342.48254 196.2972 342.0763Q195.6722 341.65442 195.32845 340.92004Q194.9847 340.18567 194.9847 339.23254Q194.9847 338.31067 195.2972 337.54504Q195.6097 336.77942 196.2347 336.3888Q196.8597 335.98254 197.62532 335.98254Q198.18782 335.98254 198.62532 336.21692Q199.06282 336.4513 199.34407 336.8263L199.34407 333.74817L200.39095 333.74817L200.39095 342.34192L199.40657 342.34192ZM196.07845 339.23254Q196.07845 340.43567 196.57845 341.02942Q197.07845 341.60754 197.76595 341.60754Q198.45345 341.60754 198.93782 341.04504Q199.4222 340.48254 199.4222 339.3263Q199.4222 338.04504 198.9222 337.4513Q198.43782 336.85754 197.71907 336.85754Q197.01595 336.85754 196.5472 337.43567Q196.07845 337.99817 196.07845 339.23254ZM204.9847 339.23254Q204.9847 337.49817 205.93782 336.67004Q206.7347 335.98254 207.89095 335.98254Q209.1722 335.98254 209.9847 336.8263Q210.81282 337.65442 210.81282 339.1388Q210.81282 340.34192 210.45345 341.02942Q210.09407 341.71692 209.39095 342.10754Q208.70345 342.48254 207.89095 342.48254Q206.59407 342.48254 205.78157 341.65442Q204.9847 340.81067 204.9847 339.23254ZM206.06282 339.23254Q206.06282 340.42004 206.57845 341.0138Q207.1097 341.60754 207.89095 341.60754Q208.68782 341.60754 209.20345 341.0138Q209.71907 340.42004 209.71907 339.2013Q209.71907 338.04504 209.18782 337.4513Q208.6722 336.85754 207.89095 336.85754Q207.1097 336.85754 206.57845 337.4513Q206.06282 338.02942 206.06282 339.23254ZM214.6722 341.40442L214.82845 342.3263Q214.37532 342.42004 214.03157 342.42004Q213.45345 342.42004 213.14095 342.24817Q212.82845 342.06067 212.68782 341.7638Q212.56282 341.46692 212.56282 340.5138L212.56282 336.93567L211.7972 336.93567L211.7972 336.12317L212.56282 336.12317L212.56282 334.5763L213.6097 333.9513L213.6097 336.12317L214.6722 336.12317L214.6722 336.93567L213.6097 336.93567L213.6097 340.5763Q213.6097 341.02942 213.65657 341.15442Q213.71907 341.27942 213.84407 341.35754Q213.96907 341.43567 214.20345 341.43567Q214.39095 341.43567 214.6722 341.40442ZM215.37532 342.34192L215.37532 333.74817L216.4222 333.74817L216.4222 336.8263Q217.15657 335.98254 218.28157 335.98254Q218.9847 335.98254 219.4847 336.2638Q220.00032 336.52942 220.21907 337.0138Q220.43782 337.48254 220.43782 338.40442L220.43782 342.34192L219.39095 342.34192L219.39095 338.40442Q219.39095 337.60754 219.0472 337.24817Q218.70345 336.8888 218.07845 336.8888Q217.6097 336.8888 217.18782 337.1388Q216.78157 337.37317 216.59407 337.79504Q216.4222 338.2013 216.4222 338.93567L216.4222 342.34192L215.37532 342.34192ZM226.62532 340.34192L227.71907 340.46692Q227.46907 341.42004 226.76595 341.9513Q226.06282 342.48254 224.9847 342.48254Q223.62532 342.48254 222.81282 341.6388Q222.01595 340.79504 222.01595 339.27942Q222.01595 337.71692 222.82845 336.85754Q223.64095 335.98254 224.9222 335.98254Q226.1722 335.98254 226.95345 336.8263Q227.75032 337.67004 227.75032 339.21692Q227.75032 339.31067 227.75032 339.49817L223.1097 339.49817Q223.1722 340.52942 223.68782 341.0763Q224.20345 341.60754 224.9847 341.60754Q225.56282 341.60754 225.96907 341.31067Q226.39095 340.99817 226.62532 340.34192ZM223.1722 338.6388L226.64095 338.6388Q226.57845 337.84192 226.25032 337.4513Q225.7347 336.84192 224.93782 336.84192Q224.20345 336.84192 223.70345 337.3263Q223.21907 337.81067 223.1722 338.6388ZM229.3597 342.34192L229.3597 336.12317L230.31282 336.12317L230.31282 337.06067Q230.6722 336.40442 230.96907 336.2013Q231.28157 335.98254 231.65657 335.98254Q232.18782 335.98254 232.7347 336.31067L232.37532 337.29504Q231.9847 337.06067 231.6097 337.06067Q231.25032 337.06067 230.96907 337.27942Q230.70345 337.48254 230.59407 337.85754Q230.40657 338.42004 230.40657 339.0763L230.40657 342.34192L229.3597 342.34192ZM236.34407 342.34192L236.34407 333.74817L237.40657 333.74817L237.40657 342.34192L236.34407 342.34192ZM243.43782 341.5763Q242.84407 342.0763 242.2972 342.27942Q241.76595 342.48254 241.14095 342.48254Q240.1097 342.48254 239.56282 341.98254Q239.01595 341.48254 239.01595 340.7013Q239.01595 340.24817 239.21907 339.87317Q239.4222 339.48254 239.76595 339.2638Q240.1097 339.02942 240.53157 338.92004Q240.82845 338.8263 241.46907 338.74817Q242.7347 338.60754 243.34407 338.3888Q243.34407 338.17004 243.34407 338.12317Q243.34407 337.46692 243.0472 337.2013Q242.64095 336.85754 241.84407 336.85754Q241.1097 336.85754 240.75032 337.12317Q240.39095 337.37317 240.21907 338.02942L239.18782 337.8888Q239.32845 337.23254 239.65657 336.8263Q239.9847 336.42004 240.59407 336.2013Q241.20345 335.98254 242.00032 335.98254Q242.7972 335.98254 243.2972 336.17004Q243.7972 336.35754 244.03157 336.6388Q244.26595 336.92004 244.3597 337.35754Q244.40657 337.62317 244.40657 338.3263L244.40657 339.73254Q244.40657 341.2013 244.46907 341.59192Q244.5472 341.98254 244.75032 342.34192L243.64095 342.34192Q243.4847 342.0138 243.43782 341.5763ZM243.34407 339.21692Q242.76595 339.4513 241.62532 339.62317Q240.96907 339.71692 240.70345 339.84192Q240.43782 339.9513 240.28157 340.17004Q240.14095 340.3888 240.14095 340.67004Q240.14095 341.09192 240.45345 341.37317Q240.78157 341.65442 241.39095 341.65442Q242.00032 341.65442 242.46907 341.3888Q242.95345 341.12317 243.1722 340.65442Q243.34407 340.29504 243.34407 339.60754L243.34407 339.21692ZM246.37532 342.34192L246.37532 336.12317L247.31282 336.12317L247.31282 336.99817Q248.00032 335.98254 249.2972 335.98254Q249.8597 335.98254 250.32845 336.18567Q250.81282 336.3888 251.0472 336.71692Q251.28157 337.04504 251.37532 337.48254Q251.4222 337.77942 251.4222 338.5138L251.4222 342.34192L250.37532 342.34192L250.37532 338.56067Q250.37532 337.90442 250.25032 337.59192Q250.12532 337.27942 249.81282 337.09192Q249.50032 336.8888 249.07845 336.8888Q248.40657 336.8888 247.90657 337.3263Q247.4222 337.74817 247.4222 338.93567L247.4222 342.34192L246.37532 342.34192ZM253.1722 342.85754L254.20345 343.0138Q254.26595 343.48254 254.56282 343.7013Q254.95345 343.99817 255.62532 343.99817Q256.35968 343.99817 256.7503 343.7013Q257.15656 343.40442 257.29718 342.8888Q257.39093 342.56067 257.3753 341.52942Q256.6878 342.34192 255.65657 342.34192Q254.37532 342.34192 253.6722 341.42004Q252.96907 340.48254 252.96907 339.2013Q252.96907 338.31067 253.28157 337.56067Q253.6097 336.79504 254.21907 336.3888Q254.82845 335.98254 255.65657 335.98254Q256.76593 335.98254 257.48468 336.87317L257.48468 336.12317L258.45343 336.12317L258.45343 341.49817Q258.45343 342.9513 258.15656 343.56067Q257.85968 344.17004 257.21906 344.5138Q256.57843 344.87317 255.64095 344.87317Q254.53157 344.87317 253.84407 344.37317Q253.15657 343.87317 253.1722 342.85754ZM254.0472 339.12317Q254.0472 340.34192 254.53157 340.90442Q255.01595 341.46692 255.75032 341.46692Q256.48468 341.46692 256.96906 340.90442Q257.46906 340.34192 257.46906 339.15442Q257.46906 338.0138 256.95343 337.43567Q256.45343 336.85754 255.7347 336.85754Q255.03157 336.85754 254.53157 337.43567Q254.0472 337.99817 254.0472 339.12317ZM264.45343 342.34192L264.45343 341.42004Q263.71906 342.48254 262.46906 342.48254Q261.92218 342.48254 261.4378 342.27942Q260.96906 342.06067 260.73468 341.74817Q260.5003 341.42004 260.40656 340.9513Q260.34406 340.65442 260.34406 339.96692L260.34406 336.12317L261.40656 336.12317L261.40656 339.5763Q261.40656 340.3888 261.46906 340.68567Q261.5628 341.09192 261.8753 341.34192Q262.20343 341.5763 262.6878 341.5763Q263.15656 341.5763 263.5628 341.34192Q263.98468 341.09192 264.15656 340.67004Q264.34406 340.24817 264.34406 339.4513L264.34406 336.12317L265.39093 336.12317L265.39093 342.34192L264.45343 342.34192ZM271.4378 341.5763Q270.84406 342.0763 270.29718 342.27942Q269.76593 342.48254 269.14093 342.48254Q268.10968 342.48254 267.5628 341.98254Q267.01593 341.48254 267.01593 340.7013Q267.01593 340.24817 267.21906 339.87317Q267.42218 339.48254 267.76593 339.2638Q268.10968 339.02942 268.53156 338.92004Q268.82843 338.8263 269.46906 338.74817Q270.73468 338.60754 271.34406 338.3888Q271.34406 338.17004 271.34406 338.12317Q271.34406 337.46692 271.04718 337.2013Q270.64093 336.85754 269.84406 336.85754Q269.10968 336.85754 268.7503 337.12317Q268.39093 337.37317 268.21906 338.02942L267.1878 337.8888Q267.32843 337.23254 267.65656 336.8263Q267.98468 336.42004 268.59406 336.2013Q269.20343 335.98254 270.0003 335.98254Q270.79718 335.98254 271.29718 336.17004Q271.79718 336.35754 272.03156 336.6388Q272.26593 336.92004 272.35968 337.35754Q272.40656 337.62317 272.40656 338.3263L272.40656 339.73254Q272.40656 341.2013 272.46906 341.59192Q272.54718 341.98254 272.7503 342.34192L271.64093 342.34192Q271.48468 342.0138 271.4378 341.5763ZM271.34406 339.21692Q270.76593 339.4513 269.6253 339.62317Q268.96906 339.71692 268.70343 339.84192Q268.4378 339.9513 268.28156 340.17004Q268.14093 340.3888 268.14093 340.67004Q268.14093 341.09192 268.45343 341.37317Q268.78156 341.65442 269.39093 341.65442Q270.0003 341.65442 270.46906 341.3888Q270.95343 341.12317 271.17218 340.65442Q271.34406 340.29504 271.34406 339.60754L271.34406 339.21692ZM274.17218 342.85754L275.20343 343.0138Q275.26593 343.48254 275.5628 343.7013Q275.95343 343.99817 276.6253 343.99817Q277.35968 343.99817 277.7503 343.7013Q278.15656 343.40442 278.29718 342.8888Q278.39093 342.56067 278.3753 341.52942Q277.6878 342.34192 276.65656 342.34192Q275.3753 342.34192 274.67218 341.42004Q273.96906 340.48254 273.96906 339.2013Q273.96906 338.31067 274.28156 337.56067Q274.60968 336.79504 275.21906 336.3888Q275.82843 335.98254 276.65656 335.98254Q277.76593 335.98254 278.48468 336.87317L278.48468 336.12317L279.45343 336.12317L279.45343 341.49817Q279.45343 342.9513 279.15656 343.56067Q278.85968 344.17004 278.21906 344.5138Q277.57843 344.87317 276.64093 344.87317Q275.53156 344.87317 274.84406 344.37317Q274.15656 343.87317 274.17218 342.85754ZM275.04718 339.12317Q275.04718 340.34192 275.53156 340.90442Q276.01593 341.46692 276.7503 341.46692Q277.48468 341.46692 277.96906 340.90442Q278.46906 340.34192 278.46906 339.15442Q278.46906 338.0138 277.95343 337.43567Q277.45343 336.85754 276.73468 336.85754Q276.03156 336.85754 275.53156 337.43567Q275.04718 337.99817 275.04718 339.12317ZM285.6253 340.34192L286.71906 340.46692Q286.46906 341.42004 285.76593 341.9513Q285.0628 342.48254 283.98468 342.48254Q282.6253 342.48254 281.8128 341.6388Q281.01593 340.79504 281.01593 339.27942Q281.01593 337.71692 281.82843 336.85754Q282.64093 335.98254 283.92218 335.98254Q285.17218 335.98254 285.95343 336.8263Q286.7503 337.67004 286.7503 339.21692Q286.7503 339.31067 286.7503 339.49817L282.10968 339.49817Q282.17218 340.52942 282.6878 341.0763Q283.20343 341.60754 283.98468 341.60754Q284.5628 341.60754 284.96906 341.31067Q285.39093 340.99817 285.6253 340.34192ZM282.17218 338.6388L285.64093 338.6388Q285.57843 337.84192 285.2503 337.4513Q284.73468 336.84192 283.9378 336.84192Q283.20343 336.84192 282.70343 337.3263Q282.21906 337.81067 282.17218 338.6388ZM287.95343 340.48254L288.98468 340.3263Q289.07843 340.9513 289.46906 341.27942Q289.8753 341.60754 290.60968 341.60754Q291.32843 341.60754 291.67218 341.3263Q292.03156 341.02942 292.03156 340.62317Q292.03156 340.2638 291.71906 340.06067Q291.5003 339.92004 290.64093 339.7013Q289.48468 339.40442 289.03156 339.2013Q288.59406 338.98254 288.35968 338.60754Q288.1253 338.23254 288.1253 337.7638Q288.1253 337.35754 288.3128 336.99817Q288.5003 336.6388 288.82843 336.40442Q289.07843 336.23254 289.5003 336.10754Q289.92218 335.98254 290.42218 335.98254Q291.14093 335.98254 291.6878 336.2013Q292.2503 336.40442 292.51593 336.7638Q292.78156 337.12317 292.8753 337.71692L291.84406 337.85754Q291.78156 337.3888 291.4378 337.12317Q291.10968 336.84192 290.48468 336.84192Q289.76593 336.84192 289.45343 337.09192Q289.14093 337.3263 289.14093 337.65442Q289.14093 337.85754 289.26593 338.0138Q289.40656 338.18567 289.67218 338.29504Q289.82843 338.35754 290.60968 338.56067Q291.73468 338.87317 292.17218 339.06067Q292.60968 339.24817 292.85968 339.60754Q293.10968 339.96692 293.10968 340.5138Q293.10968 341.04504 292.79718 341.5138Q292.5003 341.96692 291.92218 342.23254Q291.34406 342.48254 290.60968 342.48254Q289.39093 342.48254 288.7503 341.98254Q288.1253 341.46692 287.95343 340.48254ZM301.4378 341.5763Q300.84406 342.0763 300.29718 342.27942Q299.76593 342.48254 299.14093 342.48254Q298.10968 342.48254 297.5628 341.98254Q297.01593 341.48254 297.01593 340.7013Q297.01593 340.24817 297.21906 339.87317Q297.42218 339.48254 297.76593 339.2638Q298.10968 339.02942 298.53156 338.92004Q298.82843 338.8263 299.46906 338.74817Q300.73468 338.60754 301.34406 338.3888Q301.34406 338.17004 301.34406 338.12317Q301.34406 337.46692 301.04718 337.2013Q300.64093 336.85754 299.84406 336.85754Q299.10968 336.85754 298.7503 337.12317Q298.39093 337.37317 298.21906 338.02942L297.1878 337.8888Q297.32843 337.23254 297.65656 336.8263Q297.98468 336.42004 298.59406 336.2013Q299.20343 335.98254 300.0003 335.98254Q300.79718 335.98254 301.29718 336.17004Q301.79718 336.35754 302.03156 336.6388Q302.26593 336.92004 302.35968 337.35754Q302.40656 337.62317 302.40656 338.3263L302.40656 339.73254Q302.40656 341.2013 302.46906 341.59192Q302.54718 341.98254 302.7503 342.34192L301.64093 342.34192Q301.48468 342.0138 301.4378 341.5763ZM301.34406 339.21692Q300.76593 339.4513 299.6253 339.62317Q298.96906 339.71692 298.70343 339.84192Q298.4378 339.9513 298.28156 340.17004Q298.14093 340.3888 298.14093 340.67004Q298.14093 341.09192 298.45343 341.37317Q298.78156 341.65442 299.39093 341.65442Q300.0003 341.65442 300.46906 341.3888Q300.95343 341.12317 301.17218 340.65442Q301.34406 340.29504 301.34406 339.60754L301.34406 339.21692ZM306.67218 341.40442L306.82843 342.3263Q306.3753 342.42004 306.03156 342.42004Q305.45343 342.42004 305.14093 342.24817Q304.82843 342.06067 304.6878 341.7638Q304.5628 341.46692 304.5628 340.5138L304.5628 336.93567L303.79718 336.93567L303.79718 336.12317L304.5628 336.12317L304.5628 334.5763L305.60968 333.9513L305.60968 336.12317L306.67218 336.12317L306.67218 336.93567L305.60968 336.93567L305.60968 340.5763Q305.60968 341.02942 305.65656 341.15442Q305.71906 341.27942 305.84406 341.35754Q305.96906 341.43567 306.20343 341.43567Q306.39093 341.43567 306.67218 341.40442ZM311.51593 342.34192L309.60968 336.12317L310.70343 336.12317L311.6878 339.71692L312.0628 341.04504Q312.09406 340.9513 312.39093 339.7638L313.3753 336.12317L314.45343 336.12317L315.39093 339.73254L315.70343 340.92004L316.0628 339.71692L317.1253 336.12317L318.15656 336.12317L316.20343 342.34192L315.10968 342.34192L314.1253 338.60754L313.8753 337.56067L312.6253 342.34192L311.51593 342.34192ZM318.98468 339.23254Q318.98468 337.49817 319.9378 336.67004Q320.73468 335.98254 321.89093 335.98254Q323.17218 335.98254 323.98468 336.8263Q324.8128 337.65442 324.8128 339.1388Q324.8128 340.34192 324.45343 341.02942Q324.09406 341.71692 323.39093 342.10754Q322.70343 342.48254 321.89093 342.48254Q320.59406 342.48254 319.78156 341.65442Q318.98468 340.81067 318.98468 339.23254ZM320.0628 339.23254Q320.0628 340.42004 320.57843 341.0138Q321.10968 341.60754 321.89093 341.60754Q322.6878 341.60754 323.20343 341.0138Q323.71906 340.42004 323.71906 339.2013Q323.71906 338.04504 323.1878 337.4513Q322.67218 336.85754 321.89093 336.85754Q321.10968 336.85754 320.57843 337.4513Q320.0628 338.02942 320.0628 339.23254ZM326.35968 342.34192L326.35968 336.12317L327.3128 336.12317L327.3128 337.06067Q327.67218 336.40442 327.96906 336.2013Q328.28156 335.98254 328.65656 335.98254Q329.1878 335.98254 329.73468 336.31067L329.3753 337.29504Q328.98468 337.06067 328.60968 337.06067Q328.2503 337.06067 327.96906 337.27942Q327.70343 337.48254 327.59406 337.85754Q327.40656 338.42004 327.40656 339.0763L327.40656 342.34192L326.35968 342.34192ZM330.3753 342.34192L330.3753 333.74817L331.4378 333.74817L331.4378 338.65442L333.92218 336.12317L335.29718 336.12317L332.90656 338.42004L335.53156 342.34192L334.23468 342.34192L332.17218 339.15442L331.4378 339.87317L331.4378 342.34192L330.3753 342.34192Z" fill-rule="nonzero"/><path fill="#4a86e8" d="M351.57843 333.34192C351.57843 332.7896 352.02615 332.34192 352.57843 332.34192L362.57843 332.34192C363.13074 332.34192 363.57843 332.7896 363.57843 333.34192L363.57843 343.34192C363.57843 343.8942 363.13074 344.34192 362.57843 344.34192L352.57843 344.34192C352.02615 344.34192 351.57843 343.8942 351.57843 343.34192Z" fill-rule="nonzero"/><path fill="#666666" d="M378.14093 333.74817L379.28156 333.74817L379.28156 338.71692Q379.28156 340.0138 378.98468 340.77942Q378.6878 341.52942 377.92218 342.0138Q377.15656 342.48254 375.92218 342.48254Q374.71906 342.48254 373.9378 342.0763Q373.17218 341.65442 372.84406 340.87317Q372.51593 340.0763 372.51593 338.71692L372.51593 333.74817L373.65656 333.74817L373.65656 338.7013Q373.65656 339.8263 373.85968 340.35754Q374.07843 340.8888 374.57843 341.18567Q375.09406 341.46692 375.82843 341.46692Q377.07843 341.46692 377.60968 340.90442Q378.14093 340.3263 378.14093 338.7013L378.14093 333.74817ZM380.95343 340.48254L381.98468 340.3263Q382.07843 340.9513 382.46906 341.27942Q382.8753 341.60754 383.60968 341.60754Q384.32843 341.60754 384.67218 341.3263Q385.03156 341.02942 385.03156 340.62317Q385.03156 340.2638 384.71906 340.06067Q384.5003 339.92004 383.64093 339.7013Q382.48468 339.40442 382.03156 339.2013Q381.59406 338.98254 381.35968 338.60754Q381.1253 338.23254 381.1253 337.7638Q381.1253 337.35754 381.3128 336.99817Q381.5003 336.6388 381.82843 336.40442Q382.07843 336.23254 382.5003 336.10754Q382.92218 335.98254 383.42218 335.98254Q384.14093 335.98254 384.6878 336.2013Q385.2503 336.40442 385.51593 336.7638Q385.78156 337.12317 385.8753 337.71692L384.84406 337.85754Q384.78156 337.3888 384.4378 337.12317Q384.10968 336.84192 383.48468 336.84192Q382.76593 336.84192 382.45343 337.09192Q382.14093 337.3263 382.14093 337.65442Q382.14093 337.85754 382.26593 338.0138Q382.40656 338.18567 382.67218 338.29504Q382.82843 338.35754 383.60968 338.56067Q384.73468 338.87317 385.17218 339.06067Q385.60968 339.24817 385.85968 339.60754Q386.10968 339.96692 386.10968 340.5138Q386.10968 341.04504 385.79718 341.5138Q385.5003 341.96692 384.92218 342.23254Q384.34406 342.48254 383.60968 342.48254Q382.39093 342.48254 381.7503 341.98254Q381.1253 341.46692 380.95343 340.48254ZM391.6253 340.34192L392.71906 340.46692Q392.46906 341.42004 391.76593 341.9513Q391.0628 342.48254 389.98468 342.48254Q388.6253 342.48254 387.8128 341.6388Q387.01593 340.79504 387.01593 339.27942Q387.01593 337.71692 387.82843 336.85754Q388.64093 335.98254 389.92218 335.98254Q391.17218 335.98254 391.95343 336.8263Q392.7503 337.67004 392.7503 339.21692Q392.7503 339.31067 392.7503 339.49817L388.10968 339.49817Q388.17218 340.52942 388.6878 341.0763Q389.20343 341.60754 389.98468 341.60754Q390.5628 341.60754 390.96906 341.31067Q391.39093 340.99817 391.6253 340.34192ZM388.17218 338.6388L391.64093 338.6388Q391.57843 337.84192 391.2503 337.4513Q390.73468 336.84192 389.9378 336.84192Q389.20343 336.84192 388.70343 337.3263Q388.21906 337.81067 388.17218 338.6388ZM396.98468 339.23254Q396.98468 337.49817 397.9378 336.67004Q398.73468 335.98254 399.89093 335.98254Q401.17218 335.98254 401.98468 336.8263Q402.8128 337.65442 402.8128 339.1388Q402.8128 340.34192 402.45343 341.02942Q402.09406 341.71692 401.39093 342.10754Q400.70343 342.48254 399.89093 342.48254Q398.59406 342.48254 397.78156 341.65442Q396.98468 340.81067 396.98468 339.23254ZM398.0628 339.23254Q398.0628 340.42004 398.57843 341.0138Q399.10968 341.60754 399.89093 341.60754Q400.6878 341.60754 401.20343 341.0138Q401.71906 340.42004 401.71906 339.2013Q401.71906 338.04504 401.1878 337.4513Q400.67218 336.85754 399.89093 336.85754Q399.10968 336.85754 398.57843 337.4513Q398.0628 338.02942 398.0628 339.23254ZM404.3753 342.34192L404.3753 336.12317L405.3128 336.12317L405.3128 336.99817Q406.0003 335.98254 407.29718 335.98254Q407.85968 335.98254 408.32843 336.18567Q408.8128 336.3888 409.04718 336.71692Q409.28156 337.04504 409.3753 337.48254Q409.42218 337.77942 409.42218 338.5138L409.42218 342.34192L408.3753 342.34192L408.3753 338.56067Q408.3753 337.90442 408.2503 337.59192Q408.1253 337.27942 407.8128 337.09192Q407.5003 336.8888 407.07843 336.8888Q406.40656 336.8888 405.90656 337.3263Q405.42218 337.74817 405.42218 338.93567L405.42218 342.34192L404.3753 342.34192ZM411.34406 342.34192L411.34406 333.74817L412.40656 333.74817L412.40656 342.34192L411.34406 342.34192ZM414.32843 344.73254L414.20343 343.74817Q414.54718 343.84192 414.8128 343.84192Q415.15656 343.84192 415.35968 343.71692Q415.57843 343.60754 415.71906 343.40442Q415.8128 343.23254 416.04718 342.60754Q416.0628 342.52942 416.14093 342.35754L413.76593 336.12317L414.90656 336.12317L416.20343 339.71692Q416.45343 340.40442 416.65656 341.17004Q416.84406 340.43567 417.09406 339.74817L418.42218 336.12317L419.46906 336.12317L417.10968 342.4513Q416.71906 343.46692 416.51593 343.85754Q416.23468 344.3888 415.85968 344.62317Q415.5003 344.87317 415.0003 344.87317Q414.70343 344.87317 414.32843 344.73254ZM427.53156 338.96692L427.53156 337.96692L431.15656 337.9513L431.15656 341.1388Q430.32843 341.81067 429.4378 342.15442Q428.54718 342.48254 427.60968 342.48254Q426.34406 342.48254 425.29718 341.9513Q424.26593 341.40442 423.73468 340.3888Q423.21906 339.35754 423.21906 338.09192Q423.21906 336.8263 423.73468 335.74817Q424.26593 334.65442 425.2503 334.1388Q426.23468 333.60754 427.51593 333.60754Q428.45343 333.60754 429.20343 333.90442Q429.95343 334.2013 430.3753 334.74817Q430.8128 335.27942 431.03156 336.15442L430.01593 336.43567Q429.8128 335.77942 429.51593 335.40442Q429.23468 335.02942 428.70343 334.81067Q428.17218 334.5763 427.53156 334.5763Q426.7503 334.5763 426.17218 334.81067Q425.60968 335.04504 425.2503 335.43567Q424.90656 335.8263 424.71906 336.29504Q424.39093 337.09192 424.39093 338.0138Q424.39093 339.17004 424.78156 339.9513Q425.1878 340.71692 425.9378 341.09192Q426.6878 341.46692 427.54718 341.46692Q428.28156 341.46692 428.98468 341.18567Q429.6878 340.8888 430.04718 340.5763L430.04718 338.96692L427.53156 338.96692ZM431.98468 339.23254Q431.98468 337.49817 432.9378 336.67004Q433.73468 335.98254 434.89093 335.98254Q436.17218 335.98254 436.98468 336.8263Q437.8128 337.65442 437.8128 339.1388Q437.8128 340.34192 437.45343 341.02942Q437.09406 341.71692 436.39093 342.10754Q435.70343 342.48254 434.89093 342.48254Q433.59406 342.48254 432.78156 341.65442Q431.98468 340.81067 431.98468 339.23254ZM433.0628 339.23254Q433.0628 340.42004 433.57843 341.0138Q434.10968 341.60754 434.89093 341.60754Q435.6878 341.60754 436.20343 341.0138Q436.71906 340.42004 436.71906 339.2013Q436.71906 338.04504 436.1878 337.4513Q435.67218 336.85754 434.89093 336.85754Q434.10968 336.85754 433.57843 337.4513Q433.0628 338.02942 433.0628 339.23254ZM446.4378 341.5763Q445.84406 342.0763 445.29718 342.27942Q444.76593 342.48254 444.14093 342.48254Q443.10968 342.48254 442.5628 341.98254Q442.01593 341.48254 442.01593 340.7013Q442.01593 340.24817 442.21906 339.87317Q442.42218 339.48254 442.76593 339.2638Q443.10968 339.02942 443.53156 338.92004Q443.82843 338.8263 444.46906 338.74817Q445.73468 338.60754 446.34406 338.3888Q446.34406 338.17004 446.34406 338.12317Q446.34406 337.46692 446.04718 337.2013Q445.64093 336.85754 444.84406 336.85754Q444.10968 336.85754 443.7503 337.12317Q443.39093 337.37317 443.21906 338.02942L442.1878 337.8888Q442.32843 337.23254 442.65656 336.8263Q442.98468 336.42004 443.59406 336.2013Q444.20343 335.98254 445.0003 335.98254Q445.79718 335.98254 446.29718 336.17004Q446.79718 336.35754 447.03156 336.6388Q447.26593 336.92004 447.35968 337.35754Q447.40656 337.62317 447.40656 338.3263L447.40656 339.73254Q447.40656 341.2013 447.46906 341.59192Q447.54718 341.98254 447.7503 342.34192L446.64093 342.34192Q446.48468 342.0138 446.4378 341.5763ZM446.34406 339.21692Q445.76593 339.4513 444.6253 339.62317Q443.96906 339.71692 443.70343 339.84192Q443.4378 339.9513 443.28156 340.17004Q443.14093 340.3888 443.14093 340.67004Q443.14093 341.09192 443.45343 341.37317Q443.78156 341.65442 444.39093 341.65442Q445.0003 341.65442 445.46906 341.3888Q445.95343 341.12317 446.17218 340.65442Q446.34406 340.29504 446.34406 339.60754L446.34406 339.21692ZM451.67218 341.40442L451.82843 342.3263Q451.3753 342.42004 451.03156 342.42004Q450.45343 342.42004 450.14093 342.24817Q449.82843 342.06067 449.6878 341.7638Q449.5628 341.46692 449.5628 340.5138L449.5628 336.93567L448.79718 336.93567L448.79718 336.12317L449.5628 336.12317L449.5628 334.5763L450.60968 333.9513L450.60968 336.12317L451.67218 336.12317L451.67218 336.93567L450.60968 336.93567L450.60968 340.5763Q450.60968 341.02942 450.65656 341.15442Q450.71906 341.27942 450.84406 341.35754Q450.96906 341.43567 451.20343 341.43567Q451.39093 341.43567 451.67218 341.40442ZM456.51593 342.34192L454.60968 336.12317L455.70343 336.12317L456.6878 339.71692L457.0628 341.04504Q457.09406 340.9513 457.39093 339.7638L458.3753 336.12317L459.45343 336.12317L460.39093 339.73254L460.70343 340.92004L461.0628 339.71692L462.1253 336.12317L463.15656 336.12317L461.20343 342.34192L460.10968 342.34192L459.1253 338.60754L458.8753 337.56067L457.6253 342.34192L456.51593 342.34192ZM463.98468 339.23254Q463.98468 337.49817 464.9378 336.67004Q465.73468 335.98254 466.89093 335.98254Q468.17218 335.98254 468.98468 336.8263Q469.8128 337.65442 469.8128 339.1388Q469.8128 340.34192 469.45343 341.02942Q469.09406 341.71692 468.39093 342.10754Q467.70343 342.48254 466.89093 342.48254Q465.59406 342.48254 464.78156 341.65442Q463.98468 340.81067 463.98468 339.23254ZM465.0628 339.23254Q465.0628 340.42004 465.57843 341.0138Q466.10968 341.60754 466.89093 341.60754Q467.6878 341.60754 468.20343 341.0138Q468.71906 340.42004 468.71906 339.2013Q468.71906 338.04504 468.1878 337.4513Q467.67218 336.85754 466.89093 336.85754Q466.10968 336.85754 465.57843 337.4513Q465.0628 338.02942 465.0628 339.23254ZM471.35968 342.34192L471.35968 336.12317L472.3128 336.12317L472.3128 337.06067Q472.67218 336.40442 472.96906 336.2013Q473.28156 335.98254 473.65656 335.98254Q474.1878 335.98254 474.73468 336.31067L474.3753 337.29504Q473.98468 337.06067 473.60968 337.06067Q473.2503 337.06067 472.96906 337.27942Q472.70343 337.48254 472.59406 337.85754Q472.40656 338.42004 472.40656 339.0763L472.40656 342.34192L471.35968 342.34192ZM475.3753 342.34192L475.3753 333.74817L476.4378 333.74817L476.4378 338.65442L478.92218 336.12317L480.29718 336.12317L477.90656 338.42004L480.53156 342.34192L479.23468 342.34192L477.17218 339.15442L476.4378 339.87317L476.4378 342.34192L475.3753 342.34192Z" fill-rule="nonzero"/><path fill="#666666" d="M16.069384 25.91709L16.069384 15.901464L17.381884 15.901464L17.381884 25.91709L16.069384 25.91709ZM23.678759 28.69834L23.678759 18.651464L24.803759 18.651464L24.803759 19.60459Q25.194384 19.04209 25.694384 18.776464Q26.194384 18.495214 26.913134 18.495214Q27.835009 18.495214 28.538134 18.97959Q29.256884 19.44834 29.616259 20.32334Q29.975634 21.19834 29.975634 22.22959Q29.975634 23.338964 29.569384 24.245214Q29.178759 25.13584 28.413134 25.620214Q27.663134 26.088964 26.819384 26.088964Q26.210009 26.088964 25.710009 25.82334Q25.225634 25.557714 24.913134 25.16709L24.913134 28.69834L23.678759 28.69834ZM24.788134 22.32334Q24.788134 23.72959 25.350634 24.401464Q25.928759 25.07334 26.741259 25.07334Q27.553759 25.07334 28.131884 24.38584Q28.725634 23.682714 28.725634 22.22959Q28.725634 20.838964 28.147509 20.151464Q27.585009 19.463964 26.788134 19.463964Q26.006884 19.463964 25.397509 20.19834Q24.788134 20.932714 24.788134 22.32334ZM31.663134 25.91709L31.663134 18.651464L32.772507 18.651464L32.772507 19.76084Q33.19438 18.97959 33.553757 18.745214Q33.91313 18.495214 34.35063 18.495214Q34.97563 18.495214 35.616257 18.88584L35.19438 20.026464Q34.741257 19.76084 34.28813 19.76084Q33.88188 19.76084 33.553757 20.01084Q33.241257 20.245214 33.10063 20.682714Q32.897507 21.338964 32.897507 22.120214L32.897507 25.91709L31.663134 25.91709ZM36.22563 22.29209Q36.22563 20.276464 37.35063 19.29209Q38.272507 18.495214 39.63188 18.495214Q41.116257 18.495214 42.06938 19.47959Q43.022507 20.44834 43.022507 22.182714Q43.022507 23.588964 42.60063 24.401464Q42.178757 25.19834 41.366257 25.651464Q40.56938 26.088964 39.63188 26.088964Q38.10063 26.088964 37.16313 25.10459Q36.22563 24.120214 36.22563 22.29209ZM37.491257 22.29209Q37.491257 23.682714 38.10063 24.38584Q38.710007 25.07334 39.63188 25.07334Q40.53813 25.07334 41.147507 24.370214Q41.75688 23.66709 41.75688 22.245214Q41.75688 20.901464 41.147507 20.213964Q40.53813 19.51084 39.63188 19.51084Q38.710007 19.51084 38.10063 20.19834Q37.491257 20.88584 37.491257 22.29209ZM44.460007 26.526464L45.647507 26.69834Q45.72563 27.245214 46.06938 27.51084Q46.522507 27.838964 47.31938 27.838964Q48.178757 27.838964 48.63188 27.495214Q49.10063 27.16709 49.272507 26.54209Q49.366257 26.16709 49.35063 24.963964Q48.553757 25.91709 47.35063 25.91709Q45.85063 25.91709 45.022507 24.838964Q44.210007 23.76084 44.210007 22.245214Q44.210007 21.213964 44.585007 20.338964Q44.960007 19.44834 45.66313 18.97959Q46.38188 18.495214 47.35063 18.495214Q48.63188 18.495214 49.47563 19.526464L49.47563 18.651464L50.60063 18.651464L50.60063 24.932714Q50.60063 26.63584 50.25688 27.338964Q49.91313 28.04209 49.16313 28.44834Q48.41313 28.870214 47.31938 28.870214Q46.022507 28.870214 45.22563 28.276464Q44.428757 27.69834 44.460007 26.526464ZM45.47563 22.151464Q45.47563 23.588964 46.03813 24.245214Q46.60063 24.901464 47.460007 24.901464Q48.303757 24.901464 48.88188 24.245214Q49.460007 23.588964 49.460007 22.19834Q49.460007 20.870214 48.866257 20.19834Q48.272507 19.51084 47.44438 19.51084Q46.616257 19.51084 46.03813 20.182714Q45.47563 20.838964 45.47563 22.151464ZM52.66313 25.91709L52.66313 18.651464L53.772507 18.651464L53.772507 19.76084Q54.19438 18.97959 54.553757 18.745214Q54.91313 18.495214 55.35063 18.495214Q55.97563 18.495214 56.616257 18.88584L56.19438 20.026464Q55.741257 19.76084 55.28813 19.76084Q54.88188 19.76084 54.553757 20.01084Q54.241257 20.245214 54.10063 20.682714Q53.897507 21.338964 53.897507 22.120214L53.897507 25.91709L52.66313 25.91709ZM62.41313 25.026464Q61.741257 25.60459 61.10063 25.85459Q60.47563 26.088964 59.741257 26.088964Q58.553757 26.088964 57.897507 25.51084Q57.25688 24.91709 57.25688 23.995214Q57.25688 23.463964 57.491257 23.026464Q57.741257 22.588964 58.13188 22.32334Q58.53813 22.057714 59.022507 21.91709Q59.38188 21.82334 60.116257 21.72959Q61.616257 21.557714 62.31938 21.307714Q62.31938 21.057714 62.31938 20.995214Q62.31938 20.22959 61.97563 19.932714Q61.50688 19.51084 60.56938 19.51084Q59.710007 19.51084 59.28813 19.82334Q58.88188 20.120214 58.678757 20.88584L57.47563 20.72959Q57.63188 19.94834 58.00688 19.47959Q58.397507 19.01084 59.10063 18.76084Q59.81938 18.495214 60.75688 18.495214Q61.678757 18.495214 62.25688 18.713964Q62.835007 18.932714 63.10063 19.26084Q63.38188 19.588964 63.491257 20.10459Q63.553757 20.41709 63.553757 21.22959L63.553757 22.870214Q63.553757 24.588964 63.63188 25.04209Q63.710007 25.495214 63.94438 25.91709L62.66313 25.91709Q62.47563 25.526464 62.41313 25.026464ZM62.31938 22.276464Q61.647507 22.54209 60.303757 22.745214Q59.553757 22.85459 59.22563 22.995214Q58.91313 23.120214 58.741257 23.38584Q58.56938 23.651464 58.56938 23.963964Q58.56938 24.463964 58.94438 24.79209Q59.31938 25.120214 60.03813 25.120214Q60.75688 25.120214 61.303757 24.807714Q61.85063 24.495214 62.116257 23.94834Q62.31938 23.54209 62.31938 22.72959L62.31938 22.276464ZM65.67876 25.91709L65.67876 18.651464L66.78813 18.651464L66.78813 19.682714Q67.11626 19.13584 67.67876 18.82334Q68.25688 18.495214 68.97563 18.495214Q69.78813 18.495214 70.30376 18.838964Q70.81938 19.16709 71.03813 19.76084Q71.89751 18.495214 73.27251 18.495214Q74.35063 18.495214 74.92876 19.088964Q75.52251 19.682714 75.52251 20.932714L75.52251 25.91709L74.28813 25.91709L74.28813 21.338964Q74.28813 20.60459 74.16313 20.276464Q74.05376 19.94834 73.74126 19.76084Q73.42876 19.557714 73.00688 19.557714Q72.24126 19.557714 71.72563 20.07334Q71.22563 20.57334 71.22563 21.69834L71.22563 25.91709L69.99126 25.91709L69.99126 21.19834Q69.99126 20.38584 69.69438 19.97959Q69.39751 19.557714 68.71001 19.557714Q68.19438 19.557714 67.74126 19.838964Q67.30376 20.10459 67.10063 20.63584Q66.91313 21.151464 66.91313 22.151464L66.91313 25.91709L65.67876 25.91709ZM81.69438 17.307714L81.69438 15.901464L82.91313 15.901464L82.91313 17.307714L81.69438 17.307714ZM81.69438 25.91709L81.69438 18.651464L82.91313 18.651464L82.91313 25.91709L81.69438 25.91709ZM84.67876 25.91709L84.67876 18.651464L85.78813 18.651464L85.78813 19.682714Q86.58501 18.495214 88.10063 18.495214Q88.75688 18.495214 89.30376 18.72959Q89.85063 18.963964 90.11626 19.35459Q90.39751 19.72959 90.50688 20.26084Q90.58501 20.60459 90.58501 21.44834L90.58501 25.91709L89.35063 25.91709L89.35063 21.495214Q89.35063 20.745214 89.21001 20.38584Q89.06938 20.01084 88.69438 19.79209Q88.33501 19.557714 87.83501 19.557714Q87.05376 19.557714 86.47563 20.057714Q85.91313 20.557714 85.91313 21.94834L85.91313 25.91709L84.67876 25.91709ZM101.52251 21.97959L101.52251 20.807714L105.77251 20.807714L105.77251 24.526464Q104.78813 25.307714 103.74126 25.69834Q102.71001 26.088964 101.61626 26.088964Q100.14751 26.088964 98.92876 25.463964Q97.72563 24.82334 97.11626 23.63584Q96.50688 22.432714 96.50688 20.94834Q96.50688 19.495214 97.11626 18.22959Q97.72563 16.94834 98.86626 16.338964Q100.02251 15.729589 101.52251 15.729589Q102.60063 15.729589 103.47563 16.088964Q104.36626 16.432714 104.86626 17.057714Q105.36626 17.682714 105.61626 18.69834L104.42876 19.026464Q104.19438 18.26084 103.85063 17.82334Q103.52251 17.38584 102.89751 17.120214Q102.28813 16.85459 101.52251 16.85459Q100.61626 16.85459 99.94438 17.13584Q99.28813 17.41709 98.88188 17.870214Q98.47563 18.307714 98.25688 18.85459Q97.86626 19.79209 97.86626 20.870214Q97.86626 22.213964 98.31938 23.120214Q98.78813 24.01084 99.66313 24.44834Q100.55376 24.88584 101.55376 24.88584Q102.41313 24.88584 103.22563 24.557714Q104.05376 24.22959 104.47563 23.85459L104.47563 21.97959L101.52251 21.97959ZM107.22563 22.29209Q107.22563 20.276464 108.35063 19.29209Q109.27251 18.495214 110.63188 18.495214Q112.11626 18.495214 113.06938 19.47959Q114.02251 20.44834 114.02251 22.182714Q114.02251 23.588964 113.60063 24.401464Q113.17876 25.19834 112.36626 25.651464Q111.56938 26.088964 110.63188 26.088964Q109.10063 26.088964 108.16313 25.10459Q107.22563 24.120214 107.22563 22.29209ZM108.49126 22.29209Q108.49126 23.682714 109.10063 24.38584Q109.71001 25.07334 110.63188 25.07334Q111.53813 25.07334 112.14751 24.370214Q112.75688 23.66709 112.75688 22.245214Q112.75688 20.901464 112.14751 20.213964Q111.53813 19.51084 110.63188 19.51084Q109.71001 19.51084 109.10063 20.19834Q108.49126 20.88584 108.49126 22.29209ZM116.02251 20.057714L116.02251 18.651464L117.42876 18.651464L117.42876 20.057714L116.02251 20.057714ZM116.02251 25.91709L116.02251 24.51084L117.42876 24.51084L117.42876 25.91709L116.02251 25.91709Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig4.svg b/_content/survey2018/fig4.svg
deleted file mode 100644
index 6c861ff..0000000
--- a/_content/survey2018/fig4.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 352.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="352" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 352.0L0 352.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 352.0L0 352.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M137.5 48.5L137.5 275.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M248.5 48.5L248.5 275.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M359.5 48.5L359.5 275.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M470.5 48.5L470.5 275.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M581.5 48.5L581.5 275.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M137.13 48.227745L581.45 48.227745L581.45 275.5L137.13 275.5L137.13 48.227745Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 86.0L137.0 72.0L329.0 72.0C330.10458 72.0 331.0 72.89543 331.0 74.0L331.0 84.0C331.0 85.10457 330.10458 86.0 329.0 86.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M137.0 86.0L137.0 72.0L329.0 72.0C330.10458 72.0 331.0 72.89543 331.0 74.0L331.0 84.0C331.0 85.10457 330.10458 86.0 329.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 154.0L137.0 140.0L261.0 140.0C262.10458 140.0 263.0 140.89543 263.0 142.0L263.0 152.0C263.0 153.10457 262.10458 154.0 261.0 154.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M137.0 154.0L137.0 140.0L261.0 140.0C262.10458 140.0 263.0 140.89543 263.0 142.0L263.0 152.0C263.0 153.10457 262.10458 154.0 261.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 222.0L137.0 208.0L285.0 208.0C286.10458 208.0 287.0 208.89543 287.0 210.0L287.0 220.0C287.0 221.10457 286.10458 222.0 285.0 222.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M137.0 222.0L137.0 208.0L285.0 208.0C286.10458 208.0 287.0 208.89543 287.0 210.0L287.0 220.0C287.0 221.10457 286.10458 222.0 285.0 222.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 101.0L137.0 87.0L337.0 87.0C338.10458 87.0 339.0 87.89543 339.0 89.0L339.0 99.0C339.0 100.10457 338.10458 101.0 337.0 101.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M137.0 101.0L137.0 87.0L337.0 87.0C338.10458 87.0 339.0 87.89543 339.0 89.0L339.0 99.0C339.0 100.10457 338.10458 101.0 337.0 101.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 169.0L137.0 155.0L284.0 155.0C285.10458 155.0 286.0 155.89543 286.0 157.0L286.0 167.0C286.0 168.10457 285.10458 169.0 284.0 169.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M137.0 169.0L137.0 155.0L284.0 155.0C285.10458 155.0 286.0 155.89543 286.0 157.0L286.0 167.0C286.0 168.10457 285.10458 169.0 284.0 169.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 237.0L137.0 223.0L260.0 223.0C261.10458 223.0 262.0 223.89543 262.0 225.0L262.0 235.0C262.0 236.10457 261.10458 237.0 260.0 237.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M137.0 237.0L137.0 223.0L260.0 223.0C261.10458 223.0 262.0 223.89543 262.0 225.0L262.0 235.0C262.0 236.10457 261.10458 237.0 260.0 237.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 116.0L137.0 102.0L389.0 102.0C390.10458 102.0 391.0 102.89543 391.0 104.0L391.0 114.0C391.0 115.10457 390.10458 116.0 389.0 116.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M137.0 116.0L137.0 102.0L389.0 102.0C390.10458 102.0 391.0 102.89543 391.0 104.0L391.0 114.0C391.0 115.10457 390.10458 116.0 389.0 116.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 184.0L137.0 170.0L268.0 170.0C269.10458 170.0 270.0 170.89543 270.0 172.0L270.0 182.0C270.0 183.10457 269.10458 184.0 268.0 184.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M137.0 184.0L137.0 170.0L268.0 170.0C269.10458 170.0 270.0 170.89543 270.0 172.0L270.0 182.0C270.0 183.10457 269.10458 184.0 268.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M137.0 252.0L137.0 238.0L253.0 238.0C254.10457 238.0 255.0 238.89543 255.0 240.0L255.0 250.0C255.0 251.10457 254.10457 252.0 253.0 252.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M137.0 252.0L137.0 238.0L253.0 238.0C254.10457 238.0 255.0 238.89543 255.0 240.0L255.0 250.0C255.0 251.10457 254.10457 252.0 253.0 252.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M343.3634 80.734375L344.4259 80.59375Q344.59778 81.484375 345.03528 81.890625Q345.47278 82.28125 346.09778 82.28125Q346.84778 82.28125 347.3634 81.765625Q347.87903 81.25 347.87903 80.484375Q347.87903 79.765625 347.39465 79.296875Q346.9259 78.8125 346.19153 78.8125Q345.89465 78.8125 345.44153 78.9375L345.56653 78.0Q345.6759 78.015625 345.7384 78.015625Q346.41028 78.015625 346.94153 77.671875Q347.4884 77.3125 347.4884 76.578125Q347.4884 76.0 347.09778 75.625Q346.70715 75.234375 346.08215 75.234375Q345.47278 75.234375 345.0509 75.625Q344.64465 76.015625 344.53528 76.78125L343.47278 76.59375Q343.66028 75.546875 344.34778 74.96875Q345.03528 74.375 346.0509 74.375Q346.75403 74.375 347.34778 74.6875Q347.94153 74.984375 348.25403 75.5Q348.56653 76.015625 348.56653 76.609375Q348.56653 77.15625 348.26965 77.625Q347.97278 78.078125 347.39465 78.34375Q348.14465 78.515625 348.56653 79.078125Q348.9884 79.625 348.9884 80.46875Q348.9884 81.59375 348.16028 82.375Q347.34778 83.15625 346.09778 83.15625Q344.97278 83.15625 344.22278 82.484375Q343.47278 81.796875 343.3634 80.734375ZM350.3634 80.75L351.47278 80.65625Q351.59778 81.46875 352.03528 81.875Q352.4884 82.28125 353.12903 82.28125Q353.87903 82.28125 354.41028 81.703125Q354.94153 81.125 354.94153 80.1875Q354.94153 79.28125 354.4259 78.765625Q353.9259 78.234375 353.09778 78.234375Q352.59778 78.234375 352.1759 78.46875Q351.76965 78.703125 351.53528 79.0625L350.5509 78.9375L351.37903 74.53125L355.66028 74.53125L355.66028 75.53125L352.22278 75.53125L351.76965 77.84375Q352.53528 77.296875 353.37903 77.296875Q354.50403 77.296875 355.26965 78.078125Q356.0509 78.859375 356.0509 80.09375Q356.0509 81.25 355.37903 82.109375Q354.5509 83.140625 353.12903 83.140625Q351.95715 83.140625 351.20715 82.484375Q350.47278 81.828125 350.3634 80.75ZM357.56653 76.46875Q357.56653 75.546875 358.01965 74.90625Q358.4884 74.265625 359.3634 74.265625Q360.1759 74.265625 360.70715 74.84375Q361.2384 75.421875 361.2384 76.53125Q361.2384 77.625 360.69153 78.21875Q360.16028 78.796875 359.37903 78.796875Q358.59778 78.796875 358.08215 78.21875Q357.56653 77.640625 357.56653 76.46875ZM359.39465 74.984375Q359.00403 74.984375 358.7384 75.328125Q358.4884 75.671875 358.4884 76.578125Q358.4884 77.40625 358.7384 77.75Q359.00403 78.078125 359.39465 78.078125Q359.8009 78.078125 360.0509 77.734375Q360.31653 77.390625 360.31653 76.5Q360.31653 75.65625 360.0509 75.328125Q359.78528 74.984375 359.39465 74.984375ZM359.39465 83.3125L364.09778 74.265625L364.95715 74.265625L360.26965 83.3125L359.39465 83.3125ZM363.1134 80.984375Q363.1134 80.0625 363.56653 79.421875Q364.03528 78.78125 364.9259 78.78125Q365.7384 78.78125 366.26965 79.359375Q366.8009 79.921875 366.8009 81.046875Q366.8009 82.140625 366.25403 82.734375Q365.72278 83.3125 364.9259 83.3125Q364.16028 83.3125 363.62903 82.734375Q363.1134 82.15625 363.1134 80.984375ZM364.95715 79.5Q364.5509 79.5 364.28528 79.84375Q364.03528 80.1875 364.03528 81.09375Q364.03528 81.90625 364.3009 82.25Q364.56653 82.59375 364.95715 82.59375Q365.34778 82.59375 365.6134 82.25Q365.87903 81.90625 365.87903 81.0Q365.87903 80.171875 365.6134 79.84375Q365.34778 79.5 364.95715 79.5Z" fill-rule="nonzero"/><path fill="#666666" d="M343.3634 80.734375L344.4259 80.59375Q344.59778 81.484375 345.03528 81.890625Q345.47278 82.28125 346.09778 82.28125Q346.84778 82.28125 347.3634 81.765625Q347.87903 81.25 347.87903 80.484375Q347.87903 79.765625 347.39465 79.296875Q346.9259 78.8125 346.19153 78.8125Q345.89465 78.8125 345.44153 78.9375L345.56653 78.0Q345.6759 78.015625 345.7384 78.015625Q346.41028 78.015625 346.94153 77.671875Q347.4884 77.3125 347.4884 76.578125Q347.4884 76.0 347.09778 75.625Q346.70715 75.234375 346.08215 75.234375Q345.47278 75.234375 345.0509 75.625Q344.64465 76.015625 344.53528 76.78125L343.47278 76.59375Q343.66028 75.546875 344.34778 74.96875Q345.03528 74.375 346.0509 74.375Q346.75403 74.375 347.34778 74.6875Q347.94153 74.984375 348.25403 75.5Q348.56653 76.015625 348.56653 76.609375Q348.56653 77.15625 348.26965 77.625Q347.97278 78.078125 347.39465 78.34375Q348.14465 78.515625 348.56653 79.078125Q348.9884 79.625 348.9884 80.46875Q348.9884 81.59375 348.16028 82.375Q347.34778 83.15625 346.09778 83.15625Q344.97278 83.15625 344.22278 82.484375Q343.47278 81.796875 343.3634 80.734375ZM350.3634 80.75L351.47278 80.65625Q351.59778 81.46875 352.03528 81.875Q352.4884 82.28125 353.12903 82.28125Q353.87903 82.28125 354.41028 81.703125Q354.94153 81.125 354.94153 80.1875Q354.94153 79.28125 354.4259 78.765625Q353.9259 78.234375 353.09778 78.234375Q352.59778 78.234375 352.1759 78.46875Q351.76965 78.703125 351.53528 79.0625L350.5509 78.9375L351.37903 74.53125L355.66028 74.53125L355.66028 75.53125L352.22278 75.53125L351.76965 77.84375Q352.53528 77.296875 353.37903 77.296875Q354.50403 77.296875 355.26965 78.078125Q356.0509 78.859375 356.0509 80.09375Q356.0509 81.25 355.37903 82.109375Q354.5509 83.140625 353.12903 83.140625Q351.95715 83.140625 351.20715 82.484375Q350.47278 81.828125 350.3634 80.75ZM357.56653 76.46875Q357.56653 75.546875 358.01965 74.90625Q358.4884 74.265625 359.3634 74.265625Q360.1759 74.265625 360.70715 74.84375Q361.2384 75.421875 361.2384 76.53125Q361.2384 77.625 360.69153 78.21875Q360.16028 78.796875 359.37903 78.796875Q358.59778 78.796875 358.08215 78.21875Q357.56653 77.640625 357.56653 76.46875ZM359.39465 74.984375Q359.00403 74.984375 358.7384 75.328125Q358.4884 75.671875 358.4884 76.578125Q358.4884 77.40625 358.7384 77.75Q359.00403 78.078125 359.39465 78.078125Q359.8009 78.078125 360.0509 77.734375Q360.31653 77.390625 360.31653 76.5Q360.31653 75.65625 360.0509 75.328125Q359.78528 74.984375 359.39465 74.984375ZM359.39465 83.3125L364.09778 74.265625L364.95715 74.265625L360.26965 83.3125L359.39465 83.3125ZM363.1134 80.984375Q363.1134 80.0625 363.56653 79.421875Q364.03528 78.78125 364.9259 78.78125Q365.7384 78.78125 366.26965 79.359375Q366.8009 79.921875 366.8009 81.046875Q366.8009 82.140625 366.25403 82.734375Q365.72278 83.3125 364.9259 83.3125Q364.16028 83.3125 363.62903 82.734375Q363.1134 82.15625 363.1134 80.984375ZM364.95715 79.5Q364.5509 79.5 364.28528 79.84375Q364.03528 80.1875 364.03528 81.09375Q364.03528 81.90625 364.3009 82.25Q364.56653 82.59375 364.95715 82.59375Q365.34778 82.59375 365.6134 82.25Q365.87903 81.90625 365.87903 81.0Q365.87903 80.171875 365.6134 79.84375Q365.34778 79.5 364.95715 79.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M281.39713 149.98438L281.39713 151.0L275.70963 151.0Q275.70963 150.625 275.83463 150.26562Q276.05338 149.6875 276.52213 149.125Q277.0065 148.5625 277.91275 147.82812Q279.319 146.67188 279.80338 146.0Q280.30338 145.32812 280.30338 144.73438Q280.30338 144.10938 279.85025 143.6875Q279.39713 143.25 278.67838 143.25Q277.91275 143.25 277.45963 143.70312Q277.0065 144.15625 276.99088 144.96875L275.91275 144.85938Q276.02213 143.64062 276.74088 143.01562Q277.47525 142.375 278.70963 142.375Q279.944 142.375 280.66275 143.0625Q281.3815 143.75 281.3815 144.76562Q281.3815 145.28125 281.16275 145.78125Q280.95963 146.26562 280.45963 146.82812Q279.97525 147.375 278.85025 148.32812Q277.89713 149.125 277.61588 149.42188Q277.35025 149.70312 277.17838 149.98438L281.39713 149.98438ZM282.85025 148.73438L283.91275 148.59375Q284.08463 149.48438 284.52213 149.89062Q284.95963 150.28125 285.58463 150.28125Q286.33463 150.28125 286.85025 149.76562Q287.36588 149.25 287.36588 148.48438Q287.36588 147.76562 286.8815 147.29688Q286.41275 146.8125 285.67838 146.8125Q285.3815 146.8125 284.92838 146.9375L285.05338 146.0Q285.16275 146.01562 285.22525 146.01562Q285.89713 146.01562 286.42838 145.67188Q286.97525 145.3125 286.97525 144.57812Q286.97525 144.0 286.58463 143.625Q286.194 143.23438 285.569 143.23438Q284.95963 143.23438 284.53775 143.625Q284.1315 144.01562 284.02213 144.78125L282.95963 144.59375Q283.14713 143.54688 283.83463 142.96875Q284.52213 142.375 285.53775 142.375Q286.24088 142.375 286.83463 142.6875Q287.42838 142.98438 287.74088 143.5Q288.05338 144.01562 288.05338 144.60938Q288.05338 145.15625 287.7565 145.625Q287.45963 146.07812 286.8815 146.34375Q287.6315 146.51562 288.05338 147.07812Q288.47525 147.625 288.47525 148.46875Q288.47525 149.59375 287.64713 150.375Q286.83463 151.15625 285.58463 151.15625Q284.45963 151.15625 283.70963 150.48438Q282.95963 149.79688 282.85025 148.73438ZM290.05338 144.46875Q290.05338 143.54688 290.5065 142.90625Q290.97525 142.26562 291.85025 142.26562Q292.66275 142.26562 293.194 142.84375Q293.72525 143.42188 293.72525 144.53125Q293.72525 145.625 293.17838 146.21875Q292.64713 146.79688 291.86588 146.79688Q291.08463 146.79688 290.569 146.21875Q290.05338 145.64062 290.05338 144.46875ZM291.8815 142.98438Q291.49088 142.98438 291.22525 143.32812Q290.97525 143.67188 290.97525 144.57812Q290.97525 145.40625 291.22525 145.75Q291.49088 146.07812 291.8815 146.07812Q292.28775 146.07812 292.53775 145.73438Q292.80338 145.39062 292.80338 144.5Q292.80338 143.65625 292.53775 143.32812Q292.27213 142.98438 291.8815 142.98438ZM291.8815 151.3125L296.58463 142.26562L297.444 142.26562L292.7565 151.3125L291.8815 151.3125ZM295.60025 148.98438Q295.60025 148.0625 296.05338 147.42188Q296.52213 146.78125 297.41275 146.78125Q298.22525 146.78125 298.7565 147.35938Q299.28775 147.92188 299.28775 149.04688Q299.28775 150.14062 298.74088 150.73438Q298.20963 151.3125 297.41275 151.3125Q296.64713 151.3125 296.11588 150.73438Q295.60025 150.15625 295.60025 148.98438ZM297.444 147.5Q297.03775 147.5 296.77213 147.84375Q296.52213 148.1875 296.52213 149.09375Q296.52213 149.90625 296.78775 150.25Q297.05338 150.59375 297.444 150.59375Q297.83463 150.59375 298.10025 150.25Q298.36588 149.90625 298.36588 149.0Q298.36588 148.17188 298.10025 147.84375Q297.83463 147.5 297.444 147.5Z" fill-rule="nonzero"/><path fill="#666666" d="M281.39713 149.98438L281.39713 151.0L275.70963 151.0Q275.70963 150.625 275.83463 150.26562Q276.05338 149.6875 276.52213 149.125Q277.0065 148.5625 277.91275 147.82812Q279.319 146.67188 279.80338 146.0Q280.30338 145.32812 280.30338 144.73438Q280.30338 144.10938 279.85025 143.6875Q279.39713 143.25 278.67838 143.25Q277.91275 143.25 277.45963 143.70312Q277.0065 144.15625 276.99088 144.96875L275.91275 144.85938Q276.02213 143.64062 276.74088 143.01562Q277.47525 142.375 278.70963 142.375Q279.944 142.375 280.66275 143.0625Q281.3815 143.75 281.3815 144.76562Q281.3815 145.28125 281.16275 145.78125Q280.95963 146.26562 280.45963 146.82812Q279.97525 147.375 278.85025 148.32812Q277.89713 149.125 277.61588 149.42188Q277.35025 149.70312 277.17838 149.98438L281.39713 149.98438ZM282.85025 148.73438L283.91275 148.59375Q284.08463 149.48438 284.52213 149.89062Q284.95963 150.28125 285.58463 150.28125Q286.33463 150.28125 286.85025 149.76562Q287.36588 149.25 287.36588 148.48438Q287.36588 147.76562 286.8815 147.29688Q286.41275 146.8125 285.67838 146.8125Q285.3815 146.8125 284.92838 146.9375L285.05338 146.0Q285.16275 146.01562 285.22525 146.01562Q285.89713 146.01562 286.42838 145.67188Q286.97525 145.3125 286.97525 144.57812Q286.97525 144.0 286.58463 143.625Q286.194 143.23438 285.569 143.23438Q284.95963 143.23438 284.53775 143.625Q284.1315 144.01562 284.02213 144.78125L282.95963 144.59375Q283.14713 143.54688 283.83463 142.96875Q284.52213 142.375 285.53775 142.375Q286.24088 142.375 286.83463 142.6875Q287.42838 142.98438 287.74088 143.5Q288.05338 144.01562 288.05338 144.60938Q288.05338 145.15625 287.7565 145.625Q287.45963 146.07812 286.8815 146.34375Q287.6315 146.51562 288.05338 147.07812Q288.47525 147.625 288.47525 148.46875Q288.47525 149.59375 287.64713 150.375Q286.83463 151.15625 285.58463 151.15625Q284.45963 151.15625 283.70963 150.48438Q282.95963 149.79688 282.85025 148.73438ZM290.05338 144.46875Q290.05338 143.54688 290.5065 142.90625Q290.97525 142.26562 291.85025 142.26562Q292.66275 142.26562 293.194 142.84375Q293.72525 143.42188 293.72525 144.53125Q293.72525 145.625 293.17838 146.21875Q292.64713 146.79688 291.86588 146.79688Q291.08463 146.79688 290.569 146.21875Q290.05338 145.64062 290.05338 144.46875ZM291.8815 142.98438Q291.49088 142.98438 291.22525 143.32812Q290.97525 143.67188 290.97525 144.57812Q290.97525 145.40625 291.22525 145.75Q291.49088 146.07812 291.8815 146.07812Q292.28775 146.07812 292.53775 145.73438Q292.80338 145.39062 292.80338 144.5Q292.80338 143.65625 292.53775 143.32812Q292.27213 142.98438 291.8815 142.98438ZM291.8815 151.3125L296.58463 142.26562L297.444 142.26562L292.7565 151.3125L291.8815 151.3125ZM295.60025 148.98438Q295.60025 148.0625 296.05338 147.42188Q296.52213 146.78125 297.41275 146.78125Q298.22525 146.78125 298.7565 147.35938Q299.28775 147.92188 299.28775 149.04688Q299.28775 150.14062 298.74088 150.73438Q298.20963 151.3125 297.41275 151.3125Q296.64713 151.3125 296.11588 150.73438Q295.60025 150.15625 295.60025 148.98438ZM297.444 147.5Q297.03775 147.5 296.77213 147.84375Q296.52213 148.1875 296.52213 149.09375Q296.52213 149.90625 296.78775 150.25Q297.05338 150.59375 297.444 150.59375Q297.83463 150.59375 298.10025 150.25Q298.36588 149.90625 298.36588 149.0Q298.36588 148.17188 298.10025 147.84375Q297.83463 147.5 297.444 147.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.72546 217.98438L304.72546 219.0L299.03796 219.0Q299.03796 218.625 299.16296 218.26562Q299.3817 217.6875 299.85046 217.125Q300.33484 216.5625 301.2411 215.82812Q302.64734 214.67188 303.1317 214.0Q303.6317 213.32812 303.6317 212.73438Q303.6317 212.10938 303.1786 211.6875Q302.72546 211.25 302.0067 211.25Q301.2411 211.25 300.78796 211.70312Q300.33484 212.15625 300.3192 212.96875L299.2411 212.85938Q299.35046 211.64062 300.0692 211.01562Q300.8036 210.375 302.03796 210.375Q303.27234 210.375 303.9911 211.0625Q304.70984 211.75 304.70984 212.76562Q304.70984 213.28125 304.4911 213.78125Q304.28796 214.26562 303.78796 214.82812Q303.3036 215.375 302.1786 216.32812Q301.22546 217.125 300.9442 217.42188Q300.6786 217.70312 300.5067 217.98438L304.72546 217.98438ZM306.2411 211.53125L306.2411 210.51562L311.8036 210.51562L311.8036 211.34375Q310.9911 212.21875 310.1786 213.67188Q309.3817 215.10938 308.9442 216.64062Q308.6161 217.71875 308.53796 219.0L307.4442 219.0Q307.45984 217.98438 307.83484 216.54688Q308.22546 215.10938 308.9286 213.78125Q309.64734 212.45312 310.45984 211.53125L306.2411 211.53125ZM313.3817 212.46875Q313.3817 211.54688 313.83484 210.90625Q314.3036 210.26562 315.1786 210.26562Q315.9911 210.26562 316.52234 210.84375Q317.0536 211.42188 317.0536 212.53125Q317.0536 213.625 316.5067 214.21875Q315.97546 214.79688 315.1942 214.79688Q314.41296 214.79688 313.89734 214.21875Q313.3817 213.64062 313.3817 212.46875ZM315.20984 210.98438Q314.8192 210.98438 314.5536 211.32812Q314.3036 211.67188 314.3036 212.57812Q314.3036 213.40625 314.5536 213.75Q314.8192 214.07812 315.20984 214.07812Q315.6161 214.07812 315.8661 213.73438Q316.1317 213.39062 316.1317 212.5Q316.1317 211.65625 315.8661 211.32812Q315.60046 210.98438 315.20984 210.98438ZM315.20984 219.3125L319.91296 210.26562L320.77234 210.26562L316.08484 219.3125L315.20984 219.3125ZM318.9286 216.98438Q318.9286 216.0625 319.3817 215.42188Q319.85046 214.78125 320.7411 214.78125Q321.5536 214.78125 322.08484 215.35938Q322.6161 215.92188 322.6161 217.04688Q322.6161 218.14062 322.0692 218.73438Q321.53796 219.3125 320.7411 219.3125Q319.97546 219.3125 319.4442 218.73438Q318.9286 218.15625 318.9286 216.98438ZM320.77234 215.5Q320.3661 215.5 320.10046 215.84375Q319.85046 216.1875 319.85046 217.09375Q319.85046 217.90625 320.1161 218.25Q320.3817 218.59375 320.77234 218.59375Q321.16296 218.59375 321.4286 218.25Q321.6942 217.90625 321.6942 217.0Q321.6942 216.17188 321.4286 215.84375Q321.16296 215.5 320.77234 215.5Z" fill-rule="nonzero"/><path fill="#666666" d="M304.72546 217.98438L304.72546 219.0L299.03796 219.0Q299.03796 218.625 299.16296 218.26562Q299.3817 217.6875 299.85046 217.125Q300.33484 216.5625 301.2411 215.82812Q302.64734 214.67188 303.1317 214.0Q303.6317 213.32812 303.6317 212.73438Q303.6317 212.10938 303.1786 211.6875Q302.72546 211.25 302.0067 211.25Q301.2411 211.25 300.78796 211.70312Q300.33484 212.15625 300.3192 212.96875L299.2411 212.85938Q299.35046 211.64062 300.0692 211.01562Q300.8036 210.375 302.03796 210.375Q303.27234 210.375 303.9911 211.0625Q304.70984 211.75 304.70984 212.76562Q304.70984 213.28125 304.4911 213.78125Q304.28796 214.26562 303.78796 214.82812Q303.3036 215.375 302.1786 216.32812Q301.22546 217.125 300.9442 217.42188Q300.6786 217.70312 300.5067 217.98438L304.72546 217.98438ZM306.2411 211.53125L306.2411 210.51562L311.8036 210.51562L311.8036 211.34375Q310.9911 212.21875 310.1786 213.67188Q309.3817 215.10938 308.9442 216.64062Q308.6161 217.71875 308.53796 219.0L307.4442 219.0Q307.45984 217.98438 307.83484 216.54688Q308.22546 215.10938 308.9286 213.78125Q309.64734 212.45312 310.45984 211.53125L306.2411 211.53125ZM313.3817 212.46875Q313.3817 211.54688 313.83484 210.90625Q314.3036 210.26562 315.1786 210.26562Q315.9911 210.26562 316.52234 210.84375Q317.0536 211.42188 317.0536 212.53125Q317.0536 213.625 316.5067 214.21875Q315.97546 214.79688 315.1942 214.79688Q314.41296 214.79688 313.89734 214.21875Q313.3817 213.64062 313.3817 212.46875ZM315.20984 210.98438Q314.8192 210.98438 314.5536 211.32812Q314.3036 211.67188 314.3036 212.57812Q314.3036 213.40625 314.5536 213.75Q314.8192 214.07812 315.20984 214.07812Q315.6161 214.07812 315.8661 213.73438Q316.1317 213.39062 316.1317 212.5Q316.1317 211.65625 315.8661 211.32812Q315.60046 210.98438 315.20984 210.98438ZM315.20984 219.3125L319.91296 210.26562L320.77234 210.26562L316.08484 219.3125L315.20984 219.3125ZM318.9286 216.98438Q318.9286 216.0625 319.3817 215.42188Q319.85046 214.78125 320.7411 214.78125Q321.5536 214.78125 322.08484 215.35938Q322.6161 215.92188 322.6161 217.04688Q322.6161 218.14062 322.0692 218.73438Q321.53796 219.3125 320.7411 219.3125Q319.97546 219.3125 319.4442 218.73438Q318.9286 218.15625 318.9286 216.98438ZM320.77234 215.5Q320.3661 215.5 320.10046 215.84375Q319.85046 216.1875 319.85046 217.09375Q319.85046 217.90625 320.1161 218.25Q320.3817 218.59375 320.77234 218.59375Q321.16296 218.59375 321.4286 218.25Q321.6942 217.90625 321.6942 217.0Q321.6942 216.17188 321.4286 215.84375Q321.16296 215.5 320.77234 215.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.5282 95.734375L352.5907 95.59375Q352.76257 96.484375 353.20007 96.890625Q353.63757 97.28125 354.26257 97.28125Q355.01257 97.28125 355.5282 96.765625Q356.04382 96.25 356.04382 95.484375Q356.04382 94.765625 355.55945 94.296875Q355.0907 93.8125 354.35632 93.8125Q354.05945 93.8125 353.60632 93.9375L353.73132 93.0Q353.8407 93.015625 353.9032 93.015625Q354.57507 93.015625 355.10632 92.671875Q355.6532 92.3125 355.6532 91.578125Q355.6532 91.0 355.26257 90.625Q354.87195 90.234375 354.24695 90.234375Q353.63757 90.234375 353.2157 90.625Q352.80945 91.015625 352.70007 91.78125L351.63757 91.59375Q351.82507 90.546875 352.51257 89.96875Q353.20007 89.375 354.2157 89.375Q354.91882 89.375 355.51257 89.6875Q356.10632 89.984375 356.41882 90.5Q356.73132 91.015625 356.73132 91.609375Q356.73132 92.15625 356.43445 92.625Q356.13757 93.078125 355.55945 93.34375Q356.30945 93.515625 356.73132 94.078125Q357.1532 94.625 357.1532 95.46875Q357.1532 96.59375 356.32507 97.375Q355.51257 98.15625 354.26257 98.15625Q353.13757 98.15625 352.38757 97.484375Q351.63757 96.796875 351.5282 95.734375ZM363.99695 91.515625L362.95007 91.59375Q362.80945 90.96875 362.55945 90.6875Q362.12195 90.234375 361.49695 90.234375Q360.99695 90.234375 360.60632 90.515625Q360.12195 90.890625 359.82507 91.59375Q359.54382 92.28125 359.5282 93.5625Q359.9032 92.984375 360.45007 92.703125Q361.01257 92.421875 361.62195 92.421875Q362.66882 92.421875 363.4032 93.203125Q364.1532 93.984375 364.1532 95.203125Q364.1532 96.015625 363.79382 96.71875Q363.45007 97.40625 362.8407 97.78125Q362.23132 98.140625 361.4657 98.140625Q360.13757 98.140625 359.30945 97.171875Q358.48132 96.203125 358.48132 93.984375Q358.48132 91.484375 359.4032 90.359375Q360.20007 89.375 361.55945 89.375Q362.57507 89.375 363.2157 89.953125Q363.87195 90.515625 363.99695 91.515625ZM359.70007 95.21875Q359.70007 95.765625 359.91882 96.265625Q360.1532 96.75 360.55945 97.015625Q360.98132 97.28125 361.45007 97.28125Q362.10632 97.28125 362.5907 96.75Q363.07507 96.203125 363.07507 95.28125Q363.07507 94.390625 362.5907 93.875Q362.12195 93.359375 361.4032 93.359375Q360.68445 93.359375 360.18445 93.875Q359.70007 94.390625 359.70007 95.21875ZM365.73132 91.46875Q365.73132 90.546875 366.18445 89.90625Q366.6532 89.265625 367.5282 89.265625Q368.3407 89.265625 368.87195 89.84375Q369.4032 90.421875 369.4032 91.53125Q369.4032 92.625 368.85632 93.21875Q368.32507 93.796875 367.54382 93.796875Q366.76257 93.796875 366.24695 93.21875Q365.73132 92.640625 365.73132 91.46875ZM367.55945 89.984375Q367.16882 89.984375 366.9032 90.328125Q366.6532 90.671875 366.6532 91.578125Q366.6532 92.40625 366.9032 92.75Q367.16882 93.078125 367.55945 93.078125Q367.9657 93.078125 368.2157 92.734375Q368.48132 92.390625 368.48132 91.5Q368.48132 90.65625 368.2157 90.328125Q367.95007 89.984375 367.55945 89.984375ZM367.55945 98.3125L372.26257 89.265625L373.12195 89.265625L368.43445 98.3125L367.55945 98.3125ZM371.2782 95.984375Q371.2782 95.0625 371.73132 94.421875Q372.20007 93.78125 373.0907 93.78125Q373.9032 93.78125 374.43445 94.359375Q374.9657 94.921875 374.9657 96.046875Q374.9657 97.140625 374.41882 97.734375Q373.88757 98.3125 373.0907 98.3125Q372.32507 98.3125 371.79382 97.734375Q371.2782 97.15625 371.2782 95.984375ZM373.12195 94.5Q372.7157 94.5 372.45007 94.84375Q372.20007 95.1875 372.20007 96.09375Q372.20007 96.90625 372.4657 97.25Q372.73132 97.59375 373.12195 97.59375Q373.51257 97.59375 373.7782 97.25Q374.04382 96.90625 374.04382 96.0Q374.04382 95.171875 373.7782 94.84375Q373.51257 94.5 373.12195 94.5Z" fill-rule="nonzero"/><path fill="#666666" d="M351.5282 95.734375L352.5907 95.59375Q352.76257 96.484375 353.20007 96.890625Q353.63757 97.28125 354.26257 97.28125Q355.01257 97.28125 355.5282 96.765625Q356.04382 96.25 356.04382 95.484375Q356.04382 94.765625 355.55945 94.296875Q355.0907 93.8125 354.35632 93.8125Q354.05945 93.8125 353.60632 93.9375L353.73132 93.0Q353.8407 93.015625 353.9032 93.015625Q354.57507 93.015625 355.10632 92.671875Q355.6532 92.3125 355.6532 91.578125Q355.6532 91.0 355.26257 90.625Q354.87195 90.234375 354.24695 90.234375Q353.63757 90.234375 353.2157 90.625Q352.80945 91.015625 352.70007 91.78125L351.63757 91.59375Q351.82507 90.546875 352.51257 89.96875Q353.20007 89.375 354.2157 89.375Q354.91882 89.375 355.51257 89.6875Q356.10632 89.984375 356.41882 90.5Q356.73132 91.015625 356.73132 91.609375Q356.73132 92.15625 356.43445 92.625Q356.13757 93.078125 355.55945 93.34375Q356.30945 93.515625 356.73132 94.078125Q357.1532 94.625 357.1532 95.46875Q357.1532 96.59375 356.32507 97.375Q355.51257 98.15625 354.26257 98.15625Q353.13757 98.15625 352.38757 97.484375Q351.63757 96.796875 351.5282 95.734375ZM363.99695 91.515625L362.95007 91.59375Q362.80945 90.96875 362.55945 90.6875Q362.12195 90.234375 361.49695 90.234375Q360.99695 90.234375 360.60632 90.515625Q360.12195 90.890625 359.82507 91.59375Q359.54382 92.28125 359.5282 93.5625Q359.9032 92.984375 360.45007 92.703125Q361.01257 92.421875 361.62195 92.421875Q362.66882 92.421875 363.4032 93.203125Q364.1532 93.984375 364.1532 95.203125Q364.1532 96.015625 363.79382 96.71875Q363.45007 97.40625 362.8407 97.78125Q362.23132 98.140625 361.4657 98.140625Q360.13757 98.140625 359.30945 97.171875Q358.48132 96.203125 358.48132 93.984375Q358.48132 91.484375 359.4032 90.359375Q360.20007 89.375 361.55945 89.375Q362.57507 89.375 363.2157 89.953125Q363.87195 90.515625 363.99695 91.515625ZM359.70007 95.21875Q359.70007 95.765625 359.91882 96.265625Q360.1532 96.75 360.55945 97.015625Q360.98132 97.28125 361.45007 97.28125Q362.10632 97.28125 362.5907 96.75Q363.07507 96.203125 363.07507 95.28125Q363.07507 94.390625 362.5907 93.875Q362.12195 93.359375 361.4032 93.359375Q360.68445 93.359375 360.18445 93.875Q359.70007 94.390625 359.70007 95.21875ZM365.73132 91.46875Q365.73132 90.546875 366.18445 89.90625Q366.6532 89.265625 367.5282 89.265625Q368.3407 89.265625 368.87195 89.84375Q369.4032 90.421875 369.4032 91.53125Q369.4032 92.625 368.85632 93.21875Q368.32507 93.796875 367.54382 93.796875Q366.76257 93.796875 366.24695 93.21875Q365.73132 92.640625 365.73132 91.46875ZM367.55945 89.984375Q367.16882 89.984375 366.9032 90.328125Q366.6532 90.671875 366.6532 91.578125Q366.6532 92.40625 366.9032 92.75Q367.16882 93.078125 367.55945 93.078125Q367.9657 93.078125 368.2157 92.734375Q368.48132 92.390625 368.48132 91.5Q368.48132 90.65625 368.2157 90.328125Q367.95007 89.984375 367.55945 89.984375ZM367.55945 98.3125L372.26257 89.265625L373.12195 89.265625L368.43445 98.3125L367.55945 98.3125ZM371.2782 95.984375Q371.2782 95.0625 371.73132 94.421875Q372.20007 93.78125 373.0907 93.78125Q373.9032 93.78125 374.43445 94.359375Q374.9657 94.921875 374.9657 96.046875Q374.9657 97.140625 374.41882 97.734375Q373.88757 98.3125 373.0907 98.3125Q372.32507 98.3125 371.79382 97.734375Q371.2782 97.15625 371.2782 95.984375ZM373.12195 94.5Q372.7157 94.5 372.45007 94.84375Q372.20007 95.1875 372.20007 96.09375Q372.20007 96.90625 372.4657 97.25Q372.73132 97.59375 373.12195 97.59375Q373.51257 97.59375 373.7782 97.25Q374.04382 96.90625 374.04382 96.0Q374.04382 95.171875 373.7782 94.84375Q373.51257 94.5 373.12195 94.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.26123 164.98438L304.26123 166.0L298.57373 166.0Q298.57373 165.625 298.69873 165.26562Q298.91748 164.6875 299.38623 164.125Q299.8706 163.5625 300.77686 162.82812Q302.1831 161.67188 302.66748 161.0Q303.16748 160.32812 303.16748 159.73438Q303.16748 159.10938 302.71436 158.6875Q302.26123 158.25 301.54248 158.25Q300.77686 158.25 300.32373 158.70312Q299.8706 159.15625 299.85498 159.96875L298.77686 159.85938Q298.88623 158.64062 299.60498 158.01562Q300.33936 157.375 301.57373 157.375Q302.8081 157.375 303.52686 158.0625Q304.2456 158.75 304.2456 159.76562Q304.2456 160.28125 304.02686 160.78125Q303.82373 161.26562 303.32373 161.82812Q302.83936 162.375 301.71436 163.32812Q300.76123 164.125 300.47998 164.42188Q300.21436 164.70312 300.04248 164.98438L304.26123 164.98438ZM305.77686 158.53125L305.77686 157.51562L311.33936 157.51562L311.33936 158.34375Q310.52686 159.21875 309.71436 160.67188Q308.91748 162.10938 308.47998 163.64062Q308.15186 164.71875 308.07373 166.0L306.97998 166.0Q306.9956 164.98438 307.3706 163.54688Q307.76123 162.10938 308.46436 160.78125Q309.1831 159.45312 309.9956 158.53125L305.77686 158.53125ZM312.91748 159.46875Q312.91748 158.54688 313.3706 157.90625Q313.83936 157.26562 314.71436 157.26562Q315.52686 157.26562 316.0581 157.84375Q316.58936 158.42188 316.58936 159.53125Q316.58936 160.625 316.04248 161.21875Q315.51123 161.79688 314.72998 161.79688Q313.94873 161.79688 313.4331 161.21875Q312.91748 160.64062 312.91748 159.46875ZM314.7456 157.98438Q314.35498 157.98438 314.08936 158.32812Q313.83936 158.67188 313.83936 159.57812Q313.83936 160.40625 314.08936 160.75Q314.35498 161.07812 314.7456 161.07812Q315.15186 161.07812 315.40186 160.73438Q315.66748 160.39062 315.66748 159.5Q315.66748 158.65625 315.40186 158.32812Q315.13623 157.98438 314.7456 157.98438ZM314.7456 166.3125L319.44873 157.26562L320.3081 157.26562L315.6206 166.3125L314.7456 166.3125ZM318.46436 163.98438Q318.46436 163.0625 318.91748 162.42188Q319.38623 161.78125 320.27686 161.78125Q321.08936 161.78125 321.6206 162.35938Q322.15186 162.92188 322.15186 164.04688Q322.15186 165.14062 321.60498 165.73438Q321.07373 166.3125 320.27686 166.3125Q319.51123 166.3125 318.97998 165.73438Q318.46436 165.15625 318.46436 163.98438ZM320.3081 162.5Q319.90186 162.5 319.63623 162.84375Q319.38623 163.1875 319.38623 164.09375Q319.38623 164.90625 319.65186 165.25Q319.91748 165.59375 320.3081 165.59375Q320.69873 165.59375 320.96436 165.25Q321.22998 164.90625 321.22998 164.0Q321.22998 163.17188 320.96436 162.84375Q320.69873 162.5 320.3081 162.5Z" fill-rule="nonzero"/><path fill="#666666" d="M304.26123 164.98438L304.26123 166.0L298.57373 166.0Q298.57373 165.625 298.69873 165.26562Q298.91748 164.6875 299.38623 164.125Q299.8706 163.5625 300.77686 162.82812Q302.1831 161.67188 302.66748 161.0Q303.16748 160.32812 303.16748 159.73438Q303.16748 159.10938 302.71436 158.6875Q302.26123 158.25 301.54248 158.25Q300.77686 158.25 300.32373 158.70312Q299.8706 159.15625 299.85498 159.96875L298.77686 159.85938Q298.88623 158.64062 299.60498 158.01562Q300.33936 157.375 301.57373 157.375Q302.8081 157.375 303.52686 158.0625Q304.2456 158.75 304.2456 159.76562Q304.2456 160.28125 304.02686 160.78125Q303.82373 161.26562 303.32373 161.82812Q302.83936 162.375 301.71436 163.32812Q300.76123 164.125 300.47998 164.42188Q300.21436 164.70312 300.04248 164.98438L304.26123 164.98438ZM305.77686 158.53125L305.77686 157.51562L311.33936 157.51562L311.33936 158.34375Q310.52686 159.21875 309.71436 160.67188Q308.91748 162.10938 308.47998 163.64062Q308.15186 164.71875 308.07373 166.0L306.97998 166.0Q306.9956 164.98438 307.3706 163.54688Q307.76123 162.10938 308.46436 160.78125Q309.1831 159.45312 309.9956 158.53125L305.77686 158.53125ZM312.91748 159.46875Q312.91748 158.54688 313.3706 157.90625Q313.83936 157.26562 314.71436 157.26562Q315.52686 157.26562 316.0581 157.84375Q316.58936 158.42188 316.58936 159.53125Q316.58936 160.625 316.04248 161.21875Q315.51123 161.79688 314.72998 161.79688Q313.94873 161.79688 313.4331 161.21875Q312.91748 160.64062 312.91748 159.46875ZM314.7456 157.98438Q314.35498 157.98438 314.08936 158.32812Q313.83936 158.67188 313.83936 159.57812Q313.83936 160.40625 314.08936 160.75Q314.35498 161.07812 314.7456 161.07812Q315.15186 161.07812 315.40186 160.73438Q315.66748 160.39062 315.66748 159.5Q315.66748 158.65625 315.40186 158.32812Q315.13623 157.98438 314.7456 157.98438ZM314.7456 166.3125L319.44873 157.26562L320.3081 157.26562L315.6206 166.3125L314.7456 166.3125ZM318.46436 163.98438Q318.46436 163.0625 318.91748 162.42188Q319.38623 161.78125 320.27686 161.78125Q321.08936 161.78125 321.6206 162.35938Q322.15186 162.92188 322.15186 164.04688Q322.15186 165.14062 321.60498 165.73438Q321.07373 166.3125 320.27686 166.3125Q319.51123 166.3125 318.97998 165.73438Q318.46436 165.15625 318.46436 163.98438ZM320.3081 162.5Q319.90186 162.5 319.63623 162.84375Q319.38623 163.1875 319.38623 164.09375Q319.38623 164.90625 319.65186 165.25Q319.91748 165.59375 320.3081 165.59375Q320.69873 165.59375 320.96436 165.25Q321.22998 164.90625 321.22998 164.0Q321.22998 163.17188 320.96436 162.84375Q320.69873 162.5 320.3081 162.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M280.32858 232.98438L280.32858 234.0L274.64108 234.0Q274.64108 233.625 274.76608 233.26562Q274.98483 232.6875 275.45358 232.125Q275.93796 231.5625 276.8442 230.82812Q278.25046 229.67188 278.73483 229.0Q279.23483 228.32812 279.23483 227.73438Q279.23483 227.10938 278.7817 226.6875Q278.32858 226.25 277.60983 226.25Q276.8442 226.25 276.39108 226.70312Q275.93796 227.15625 275.92233 227.96875L274.8442 227.85938Q274.95358 226.64062 275.67233 226.01562Q276.4067 225.375 277.64108 225.375Q278.87546 225.375 279.5942 226.0625Q280.31296 226.75 280.31296 227.76562Q280.31296 228.28125 280.0942 228.78125Q279.89108 229.26562 279.39108 229.82812Q278.9067 230.375 277.7817 231.32812Q276.82858 232.125 276.54733 232.42188Q276.2817 232.70312 276.10983 232.98438L280.32858 232.98438ZM281.7817 231.73438L282.8442 231.59375Q283.01608 232.48438 283.45358 232.89062Q283.89108 233.28125 284.51608 233.28125Q285.26608 233.28125 285.7817 232.76562Q286.29733 232.25 286.29733 231.48438Q286.29733 230.76562 285.81296 230.29688Q285.3442 229.8125 284.60983 229.8125Q284.31296 229.8125 283.85983 229.9375L283.98483 229.0Q284.0942 229.01562 284.1567 229.01562Q284.82858 229.01562 285.35983 228.67188Q285.9067 228.3125 285.9067 227.57812Q285.9067 227.0 285.51608 226.625Q285.12546 226.23438 284.50046 226.23438Q283.89108 226.23438 283.4692 226.625Q283.06296 227.01562 282.95358 227.78125L281.89108 227.59375Q282.07858 226.54688 282.76608 225.96875Q283.45358 225.375 284.4692 225.375Q285.17233 225.375 285.76608 225.6875Q286.35983 225.98438 286.67233 226.5Q286.98483 227.01562 286.98483 227.60938Q286.98483 228.15625 286.68796 228.625Q286.39108 229.07812 285.81296 229.34375Q286.56296 229.51562 286.98483 230.07812Q287.4067 230.625 287.4067 231.46875Q287.4067 232.59375 286.57858 233.375Q285.76608 234.15625 284.51608 234.15625Q283.39108 234.15625 282.64108 233.48438Q281.89108 232.79688 281.7817 231.73438ZM288.98483 227.46875Q288.98483 226.54688 289.43796 225.90625Q289.9067 225.26562 290.7817 225.26562Q291.5942 225.26562 292.12546 225.84375Q292.6567 226.42188 292.6567 227.53125Q292.6567 228.625 292.10983 229.21875Q291.57858 229.79688 290.79733 229.79688Q290.01608 229.79688 289.50046 229.21875Q288.98483 228.64062 288.98483 227.46875ZM290.81296 225.98438Q290.42233 225.98438 290.1567 226.32812Q289.9067 226.67188 289.9067 227.57812Q289.9067 228.40625 290.1567 228.75Q290.42233 229.07812 290.81296 229.07812Q291.2192 229.07812 291.4692 228.73438Q291.73483 228.39062 291.73483 227.5Q291.73483 226.65625 291.4692 226.32812Q291.20358 225.98438 290.81296 225.98438ZM290.81296 234.3125L295.51608 225.26562L296.37546 225.26562L291.68796 234.3125L290.81296 234.3125ZM294.5317 231.98438Q294.5317 231.0625 294.98483 230.42188Q295.45358 229.78125 296.3442 229.78125Q297.1567 229.78125 297.68796 230.35938Q298.2192 230.92188 298.2192 232.04688Q298.2192 233.14062 297.67233 233.73438Q297.14108 234.3125 296.3442 234.3125Q295.57858 234.3125 295.04733 233.73438Q294.5317 233.15625 294.5317 231.98438ZM296.37546 230.5Q295.9692 230.5 295.70358 230.84375Q295.45358 231.1875 295.45358 232.09375Q295.45358 232.90625 295.7192 233.25Q295.98483 233.59375 296.37546 233.59375Q296.76608 233.59375 297.0317 233.25Q297.29733 232.90625 297.29733 232.0Q297.29733 231.17188 297.0317 230.84375Q296.76608 230.5 296.37546 230.5Z" fill-rule="nonzero"/><path fill="#666666" d="M280.32858 232.98438L280.32858 234.0L274.64108 234.0Q274.64108 233.625 274.76608 233.26562Q274.98483 232.6875 275.45358 232.125Q275.93796 231.5625 276.8442 230.82812Q278.25046 229.67188 278.73483 229.0Q279.23483 228.32812 279.23483 227.73438Q279.23483 227.10938 278.7817 226.6875Q278.32858 226.25 277.60983 226.25Q276.8442 226.25 276.39108 226.70312Q275.93796 227.15625 275.92233 227.96875L274.8442 227.85938Q274.95358 226.64062 275.67233 226.01562Q276.4067 225.375 277.64108 225.375Q278.87546 225.375 279.5942 226.0625Q280.31296 226.75 280.31296 227.76562Q280.31296 228.28125 280.0942 228.78125Q279.89108 229.26562 279.39108 229.82812Q278.9067 230.375 277.7817 231.32812Q276.82858 232.125 276.54733 232.42188Q276.2817 232.70312 276.10983 232.98438L280.32858 232.98438ZM281.7817 231.73438L282.8442 231.59375Q283.01608 232.48438 283.45358 232.89062Q283.89108 233.28125 284.51608 233.28125Q285.26608 233.28125 285.7817 232.76562Q286.29733 232.25 286.29733 231.48438Q286.29733 230.76562 285.81296 230.29688Q285.3442 229.8125 284.60983 229.8125Q284.31296 229.8125 283.85983 229.9375L283.98483 229.0Q284.0942 229.01562 284.1567 229.01562Q284.82858 229.01562 285.35983 228.67188Q285.9067 228.3125 285.9067 227.57812Q285.9067 227.0 285.51608 226.625Q285.12546 226.23438 284.50046 226.23438Q283.89108 226.23438 283.4692 226.625Q283.06296 227.01562 282.95358 227.78125L281.89108 227.59375Q282.07858 226.54688 282.76608 225.96875Q283.45358 225.375 284.4692 225.375Q285.17233 225.375 285.76608 225.6875Q286.35983 225.98438 286.67233 226.5Q286.98483 227.01562 286.98483 227.60938Q286.98483 228.15625 286.68796 228.625Q286.39108 229.07812 285.81296 229.34375Q286.56296 229.51562 286.98483 230.07812Q287.4067 230.625 287.4067 231.46875Q287.4067 232.59375 286.57858 233.375Q285.76608 234.15625 284.51608 234.15625Q283.39108 234.15625 282.64108 233.48438Q281.89108 232.79688 281.7817 231.73438ZM288.98483 227.46875Q288.98483 226.54688 289.43796 225.90625Q289.9067 225.26562 290.7817 225.26562Q291.5942 225.26562 292.12546 225.84375Q292.6567 226.42188 292.6567 227.53125Q292.6567 228.625 292.10983 229.21875Q291.57858 229.79688 290.79733 229.79688Q290.01608 229.79688 289.50046 229.21875Q288.98483 228.64062 288.98483 227.46875ZM290.81296 225.98438Q290.42233 225.98438 290.1567 226.32812Q289.9067 226.67188 289.9067 227.57812Q289.9067 228.40625 290.1567 228.75Q290.42233 229.07812 290.81296 229.07812Q291.2192 229.07812 291.4692 228.73438Q291.73483 228.39062 291.73483 227.5Q291.73483 226.65625 291.4692 226.32812Q291.20358 225.98438 290.81296 225.98438ZM290.81296 234.3125L295.51608 225.26562L296.37546 225.26562L291.68796 234.3125L290.81296 234.3125ZM294.5317 231.98438Q294.5317 231.0625 294.98483 230.42188Q295.45358 229.78125 296.3442 229.78125Q297.1567 229.78125 297.68796 230.35938Q298.2192 230.92188 298.2192 232.04688Q298.2192 233.14062 297.67233 233.73438Q297.14108 234.3125 296.3442 234.3125Q295.57858 234.3125 295.04733 233.73438Q294.5317 233.15625 294.5317 231.98438ZM296.37546 230.5Q295.9692 230.5 295.70358 230.84375Q295.45358 231.1875 295.45358 232.09375Q295.45358 232.90625 295.7192 233.25Q295.98483 233.59375 296.37546 233.59375Q296.76608 233.59375 297.0317 233.25Q297.29733 232.90625 297.29733 232.0Q297.29733 231.17188 297.0317 230.84375Q296.76608 230.5 296.37546 230.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M406.48944 113.0L406.48944 110.9375L402.7707 110.9375L402.7707 109.96875L406.69257 104.40625L407.55194 104.40625L407.55194 109.96875L408.7082 109.96875L408.7082 110.9375L407.55194 110.9375L407.55194 113.0L406.48944 113.0ZM406.48944 109.96875L406.48944 106.109375L403.80194 109.96875L406.48944 109.96875ZM415.5832 106.515625L414.53632 106.59375Q414.3957 105.96875 414.1457 105.6875Q413.7082 105.234375 413.0832 105.234375Q412.5832 105.234375 412.19257 105.515625Q411.7082 105.890625 411.41132 106.59375Q411.13007 107.28125 411.11444 108.5625Q411.48944 107.984375 412.03632 107.703125Q412.59882 107.421875 413.2082 107.421875Q414.25507 107.421875 414.98944 108.203125Q415.73944 108.984375 415.73944 110.203125Q415.73944 111.015625 415.38007 111.71875Q415.03632 112.40625 414.42694 112.78125Q413.81757 113.140625 413.05194 113.140625Q411.72382 113.140625 410.8957 112.171875Q410.06757 111.203125 410.06757 108.984375Q410.06757 106.484375 410.98944 105.359375Q411.78632 104.375 413.1457 104.375Q414.16132 104.375 414.80194 104.953125Q415.4582 105.515625 415.5832 106.515625ZM411.28632 110.21875Q411.28632 110.765625 411.50507 111.265625Q411.73944 111.75 412.1457 112.015625Q412.56757 112.28125 413.03632 112.28125Q413.69257 112.28125 414.17694 111.75Q414.66132 111.203125 414.66132 110.28125Q414.66132 109.390625 414.17694 108.875Q413.7082 108.359375 412.98944 108.359375Q412.2707 108.359375 411.7707 108.875Q411.28632 109.390625 411.28632 110.21875ZM417.31757 106.46875Q417.31757 105.546875 417.7707 104.90625Q418.23944 104.265625 419.11444 104.265625Q419.92694 104.265625 420.4582 104.84375Q420.98944 105.421875 420.98944 106.53125Q420.98944 107.625 420.44257 108.21875Q419.91132 108.796875 419.13007 108.796875Q418.34882 108.796875 417.8332 108.21875Q417.31757 107.640625 417.31757 106.46875ZM419.1457 104.984375Q418.75507 104.984375 418.48944 105.328125Q418.23944 105.671875 418.23944 106.578125Q418.23944 107.40625 418.48944 107.75Q418.75507 108.078125 419.1457 108.078125Q419.55194 108.078125 419.80194 107.734375Q420.06757 107.390625 420.06757 106.5Q420.06757 105.65625 419.80194 105.328125Q419.53632 104.984375 419.1457 104.984375ZM419.1457 113.3125L423.84882 104.265625L424.7082 104.265625L420.0207 113.3125L419.1457 113.3125ZM422.86444 110.984375Q422.86444 110.0625 423.31757 109.421875Q423.78632 108.78125 424.67694 108.78125Q425.48944 108.78125 426.0207 109.359375Q426.55194 109.921875 426.55194 111.046875Q426.55194 112.140625 426.00507 112.734375Q425.47382 113.3125 424.67694 113.3125Q423.91132 113.3125 423.38007 112.734375Q422.86444 112.15625 422.86444 110.984375ZM424.7082 109.5Q424.30194 109.5 424.03632 109.84375Q423.78632 110.1875 423.78632 111.09375Q423.78632 111.90625 424.05194 112.25Q424.31757 112.59375 424.7082 112.59375Q425.09882 112.59375 425.36444 112.25Q425.63007 111.90625 425.63007 111.0Q425.63007 110.171875 425.36444 109.84375Q425.09882 109.5 424.7082 109.5Z" fill-rule="nonzero"/><path fill="#666666" d="M406.48944 113.0L406.48944 110.9375L402.7707 110.9375L402.7707 109.96875L406.69257 104.40625L407.55194 104.40625L407.55194 109.96875L408.7082 109.96875L408.7082 110.9375L407.55194 110.9375L407.55194 113.0L406.48944 113.0ZM406.48944 109.96875L406.48944 106.109375L403.80194 109.96875L406.48944 109.96875ZM415.5832 106.515625L414.53632 106.59375Q414.3957 105.96875 414.1457 105.6875Q413.7082 105.234375 413.0832 105.234375Q412.5832 105.234375 412.19257 105.515625Q411.7082 105.890625 411.41132 106.59375Q411.13007 107.28125 411.11444 108.5625Q411.48944 107.984375 412.03632 107.703125Q412.59882 107.421875 413.2082 107.421875Q414.25507 107.421875 414.98944 108.203125Q415.73944 108.984375 415.73944 110.203125Q415.73944 111.015625 415.38007 111.71875Q415.03632 112.40625 414.42694 112.78125Q413.81757 113.140625 413.05194 113.140625Q411.72382 113.140625 410.8957 112.171875Q410.06757 111.203125 410.06757 108.984375Q410.06757 106.484375 410.98944 105.359375Q411.78632 104.375 413.1457 104.375Q414.16132 104.375 414.80194 104.953125Q415.4582 105.515625 415.5832 106.515625ZM411.28632 110.21875Q411.28632 110.765625 411.50507 111.265625Q411.73944 111.75 412.1457 112.015625Q412.56757 112.28125 413.03632 112.28125Q413.69257 112.28125 414.17694 111.75Q414.66132 111.203125 414.66132 110.28125Q414.66132 109.390625 414.17694 108.875Q413.7082 108.359375 412.98944 108.359375Q412.2707 108.359375 411.7707 108.875Q411.28632 109.390625 411.28632 110.21875ZM417.31757 106.46875Q417.31757 105.546875 417.7707 104.90625Q418.23944 104.265625 419.11444 104.265625Q419.92694 104.265625 420.4582 104.84375Q420.98944 105.421875 420.98944 106.53125Q420.98944 107.625 420.44257 108.21875Q419.91132 108.796875 419.13007 108.796875Q418.34882 108.796875 417.8332 108.21875Q417.31757 107.640625 417.31757 106.46875ZM419.1457 104.984375Q418.75507 104.984375 418.48944 105.328125Q418.23944 105.671875 418.23944 106.578125Q418.23944 107.40625 418.48944 107.75Q418.75507 108.078125 419.1457 108.078125Q419.55194 108.078125 419.80194 107.734375Q420.06757 107.390625 420.06757 106.5Q420.06757 105.65625 419.80194 105.328125Q419.53632 104.984375 419.1457 104.984375ZM419.1457 113.3125L423.84882 104.265625L424.7082 104.265625L420.0207 113.3125L419.1457 113.3125ZM422.86444 110.984375Q422.86444 110.0625 423.31757 109.421875Q423.78632 108.78125 424.67694 108.78125Q425.48944 108.78125 426.0207 109.359375Q426.55194 109.921875 426.55194 111.046875Q426.55194 112.140625 426.00507 112.734375Q425.47382 113.3125 424.67694 113.3125Q423.91132 113.3125 423.38007 112.734375Q422.86444 112.15625 422.86444 110.984375ZM424.7082 109.5Q424.30194 109.5 424.03632 109.84375Q423.78632 110.1875 423.78632 111.09375Q423.78632 111.90625 424.05194 112.25Q424.31757 112.59375 424.7082 112.59375Q425.09882 112.59375 425.36444 112.25Q425.63007 111.90625 425.63007 111.0Q425.63007 110.171875 425.36444 109.84375Q425.09882 109.5 424.7082 109.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M287.72516 179.98438L287.72516 181.0L282.03766 181.0Q282.03766 180.625 282.16266 180.26562Q282.3814 179.6875 282.85016 179.125Q283.33453 178.5625 284.24078 177.82812Q285.64703 176.67188 286.1314 176.0Q286.6314 175.32812 286.6314 174.73438Q286.6314 174.10938 286.17828 173.6875Q285.72516 173.25 285.0064 173.25Q284.24078 173.25 283.78766 173.70312Q283.33453 174.15625 283.3189 174.96875L282.24078 174.85938Q282.35016 173.64062 283.0689 173.01562Q283.80328 172.375 285.03766 172.375Q286.27203 172.375 286.99078 173.0625Q287.70953 173.75 287.70953 174.76562Q287.70953 175.28125 287.49078 175.78125Q287.28766 176.26562 286.78766 176.82812Q286.30328 177.375 285.17828 178.32812Q284.22516 179.125 283.9439 179.42188Q283.67828 179.70312 283.5064 179.98438L287.72516 179.98438ZM292.55328 181.0L292.55328 178.9375L288.83453 178.9375L288.83453 177.96875L292.7564 172.40625L293.61578 172.40625L293.61578 177.96875L294.77203 177.96875L294.77203 178.9375L293.61578 178.9375L293.61578 181.0L292.55328 181.0ZM292.55328 177.96875L292.55328 174.10938L289.86578 177.96875L292.55328 177.96875ZM296.3814 174.46875Q296.3814 173.54688 296.83453 172.90625Q297.30328 172.26562 298.17828 172.26562Q298.99078 172.26562 299.52203 172.84375Q300.05328 173.42188 300.05328 174.53125Q300.05328 175.625 299.5064 176.21875Q298.97516 176.79688 298.1939 176.79688Q297.41266 176.79688 296.89703 176.21875Q296.3814 175.64062 296.3814 174.46875ZM298.20953 172.98438Q297.8189 172.98438 297.55328 173.32812Q297.30328 173.67188 297.30328 174.57812Q297.30328 175.40625 297.55328 175.75Q297.8189 176.07812 298.20953 176.07812Q298.61578 176.07812 298.86578 175.73438Q299.1314 175.39062 299.1314 174.5Q299.1314 173.65625 298.86578 173.32812Q298.60016 172.98438 298.20953 172.98438ZM298.20953 181.3125L302.91266 172.26562L303.77203 172.26562L299.08453 181.3125L298.20953 181.3125ZM301.92828 178.98438Q301.92828 178.0625 302.3814 177.42188Q302.85016 176.78125 303.74078 176.78125Q304.55328 176.78125 305.08453 177.35938Q305.61578 177.92188 305.61578 179.04688Q305.61578 180.14062 305.0689 180.73438Q304.53766 181.3125 303.74078 181.3125Q302.97516 181.3125 302.4439 180.73438Q301.92828 180.15625 301.92828 178.98438ZM303.77203 177.5Q303.36578 177.5 303.10016 177.84375Q302.85016 178.1875 302.85016 179.09375Q302.85016 179.90625 303.11578 180.25Q303.3814 180.59375 303.77203 180.59375Q304.16266 180.59375 304.42828 180.25Q304.6939 179.90625 304.6939 179.0Q304.6939 178.17188 304.42828 177.84375Q304.16266 177.5 303.77203 177.5Z" fill-rule="nonzero"/><path fill="#666666" d="M287.72516 179.98438L287.72516 181.0L282.03766 181.0Q282.03766 180.625 282.16266 180.26562Q282.3814 179.6875 282.85016 179.125Q283.33453 178.5625 284.24078 177.82812Q285.64703 176.67188 286.1314 176.0Q286.6314 175.32812 286.6314 174.73438Q286.6314 174.10938 286.17828 173.6875Q285.72516 173.25 285.0064 173.25Q284.24078 173.25 283.78766 173.70312Q283.33453 174.15625 283.3189 174.96875L282.24078 174.85938Q282.35016 173.64062 283.0689 173.01562Q283.80328 172.375 285.03766 172.375Q286.27203 172.375 286.99078 173.0625Q287.70953 173.75 287.70953 174.76562Q287.70953 175.28125 287.49078 175.78125Q287.28766 176.26562 286.78766 176.82812Q286.30328 177.375 285.17828 178.32812Q284.22516 179.125 283.9439 179.42188Q283.67828 179.70312 283.5064 179.98438L287.72516 179.98438ZM292.55328 181.0L292.55328 178.9375L288.83453 178.9375L288.83453 177.96875L292.7564 172.40625L293.61578 172.40625L293.61578 177.96875L294.77203 177.96875L294.77203 178.9375L293.61578 178.9375L293.61578 181.0L292.55328 181.0ZM292.55328 177.96875L292.55328 174.10938L289.86578 177.96875L292.55328 177.96875ZM296.3814 174.46875Q296.3814 173.54688 296.83453 172.90625Q297.30328 172.26562 298.17828 172.26562Q298.99078 172.26562 299.52203 172.84375Q300.05328 173.42188 300.05328 174.53125Q300.05328 175.625 299.5064 176.21875Q298.97516 176.79688 298.1939 176.79688Q297.41266 176.79688 296.89703 176.21875Q296.3814 175.64062 296.3814 174.46875ZM298.20953 172.98438Q297.8189 172.98438 297.55328 173.32812Q297.30328 173.67188 297.30328 174.57812Q297.30328 175.40625 297.55328 175.75Q297.8189 176.07812 298.20953 176.07812Q298.61578 176.07812 298.86578 175.73438Q299.1314 175.39062 299.1314 174.5Q299.1314 173.65625 298.86578 173.32812Q298.60016 172.98438 298.20953 172.98438ZM298.20953 181.3125L302.91266 172.26562L303.77203 172.26562L299.08453 181.3125L298.20953 181.3125ZM301.92828 178.98438Q301.92828 178.0625 302.3814 177.42188Q302.85016 176.78125 303.74078 176.78125Q304.55328 176.78125 305.08453 177.35938Q305.61578 177.92188 305.61578 179.04688Q305.61578 180.14062 305.0689 180.73438Q304.53766 181.3125 303.74078 181.3125Q302.97516 181.3125 302.4439 180.73438Q301.92828 180.15625 301.92828 178.98438ZM303.77203 177.5Q303.36578 177.5 303.10016 177.84375Q302.85016 178.1875 302.85016 179.09375Q302.85016 179.90625 303.11578 180.25Q303.3814 180.59375 303.77203 180.59375Q304.16266 180.59375 304.42828 180.25Q304.6939 179.90625 304.6939 179.0Q304.6939 178.17188 304.42828 177.84375Q304.16266 177.5 303.77203 177.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M273.09198 247.98438L273.09198 249.0L267.40448 249.0Q267.40448 248.625 267.52948 248.26562Q267.74823 247.6875 268.21698 247.125Q268.70135 246.5625 269.6076 245.82812Q271.01385 244.67188 271.49823 244.0Q271.99823 243.32812 271.99823 242.73438Q271.99823 242.10938 271.5451 241.6875Q271.09198 241.25 270.37323 241.25Q269.6076 241.25 269.15448 241.70312Q268.70135 242.15625 268.68573 242.96875L267.6076 242.85938Q267.71698 241.64062 268.43573 241.01562Q269.1701 240.375 270.40448 240.375Q271.63885 240.375 272.3576 241.0625Q273.07635 241.75 273.07635 242.76562Q273.07635 243.28125 272.8576 243.78125Q272.65448 244.26562 272.15448 244.82812Q271.6701 245.375 270.5451 246.32812Q269.59198 247.125 269.31073 247.42188Q269.0451 247.70312 268.87323 247.98438L273.09198 247.98438ZM278.51385 249.0L277.46698 249.0L277.46698 242.28125Q277.07635 242.64062 276.45135 243.01562Q275.84198 243.375 275.3576 243.54688L275.3576 242.53125Q276.2326 242.10938 276.88885 241.53125Q277.56073 240.9375 277.84198 240.375L278.51385 240.375L278.51385 249.0ZM281.74823 242.46875Q281.74823 241.54688 282.20135 240.90625Q282.6701 240.26562 283.5451 240.26562Q284.3576 240.26562 284.88885 240.84375Q285.4201 241.42188 285.4201 242.53125Q285.4201 243.625 284.87323 244.21875Q284.34198 244.79688 283.56073 244.79688Q282.77948 244.79688 282.26385 244.21875Q281.74823 243.64062 281.74823 242.46875ZM283.57635 240.98438Q283.18573 240.98438 282.9201 241.32812Q282.6701 241.67188 282.6701 242.57812Q282.6701 243.40625 282.9201 243.75Q283.18573 244.07812 283.57635 244.07812Q283.9826 244.07812 284.2326 243.73438Q284.49823 243.39062 284.49823 242.5Q284.49823 241.65625 284.2326 241.32812Q283.96698 240.98438 283.57635 240.98438ZM283.57635 249.3125L288.27948 240.26562L289.13885 240.26562L284.45135 249.3125L283.57635 249.3125ZM287.2951 246.98438Q287.2951 246.0625 287.74823 245.42188Q288.21698 244.78125 289.1076 244.78125Q289.9201 244.78125 290.45135 245.35938Q290.9826 245.92188 290.9826 247.04688Q290.9826 248.14062 290.43573 248.73438Q289.90448 249.3125 289.1076 249.3125Q288.34198 249.3125 287.81073 248.73438Q287.2951 248.15625 287.2951 246.98438ZM289.13885 245.5Q288.7326 245.5 288.46698 245.84375Q288.21698 246.1875 288.21698 247.09375Q288.21698 247.90625 288.4826 248.25Q288.74823 248.59375 289.13885 248.59375Q289.52948 248.59375 289.7951 248.25Q290.06073 247.90625 290.06073 247.0Q290.06073 246.17188 289.7951 245.84375Q289.52948 245.5 289.13885 245.5Z" fill-rule="nonzero"/><path fill="#666666" d="M273.09198 247.98438L273.09198 249.0L267.40448 249.0Q267.40448 248.625 267.52948 248.26562Q267.74823 247.6875 268.21698 247.125Q268.70135 246.5625 269.6076 245.82812Q271.01385 244.67188 271.49823 244.0Q271.99823 243.32812 271.99823 242.73438Q271.99823 242.10938 271.5451 241.6875Q271.09198 241.25 270.37323 241.25Q269.6076 241.25 269.15448 241.70312Q268.70135 242.15625 268.68573 242.96875L267.6076 242.85938Q267.71698 241.64062 268.43573 241.01562Q269.1701 240.375 270.40448 240.375Q271.63885 240.375 272.3576 241.0625Q273.07635 241.75 273.07635 242.76562Q273.07635 243.28125 272.8576 243.78125Q272.65448 244.26562 272.15448 244.82812Q271.6701 245.375 270.5451 246.32812Q269.59198 247.125 269.31073 247.42188Q269.0451 247.70312 268.87323 247.98438L273.09198 247.98438ZM278.51385 249.0L277.46698 249.0L277.46698 242.28125Q277.07635 242.64062 276.45135 243.01562Q275.84198 243.375 275.3576 243.54688L275.3576 242.53125Q276.2326 242.10938 276.88885 241.53125Q277.56073 240.9375 277.84198 240.375L278.51385 240.375L278.51385 249.0ZM281.74823 242.46875Q281.74823 241.54688 282.20135 240.90625Q282.6701 240.26562 283.5451 240.26562Q284.3576 240.26562 284.88885 240.84375Q285.4201 241.42188 285.4201 242.53125Q285.4201 243.625 284.87323 244.21875Q284.34198 244.79688 283.56073 244.79688Q282.77948 244.79688 282.26385 244.21875Q281.74823 243.64062 281.74823 242.46875ZM283.57635 240.98438Q283.18573 240.98438 282.9201 241.32812Q282.6701 241.67188 282.6701 242.57812Q282.6701 243.40625 282.9201 243.75Q283.18573 244.07812 283.57635 244.07812Q283.9826 244.07812 284.2326 243.73438Q284.49823 243.39062 284.49823 242.5Q284.49823 241.65625 284.2326 241.32812Q283.96698 240.98438 283.57635 240.98438ZM283.57635 249.3125L288.27948 240.26562L289.13885 240.26562L284.45135 249.3125L283.57635 249.3125ZM287.2951 246.98438Q287.2951 246.0625 287.74823 245.42188Q288.21698 244.78125 289.1076 244.78125Q289.9201 244.78125 290.45135 245.35938Q290.9826 245.92188 290.9826 247.04688Q290.9826 248.14062 290.43573 248.73438Q289.90448 249.3125 289.1076 249.3125Q288.34198 249.3125 287.81073 248.73438Q287.2951 248.15625 287.2951 246.98438ZM289.13885 245.5Q288.7326 245.5 288.46698 245.84375Q288.21698 246.1875 288.21698 247.09375Q288.21698 247.90625 288.4826 248.25Q288.74823 248.59375 289.13885 248.59375Q289.52948 248.59375 289.7951 248.25Q290.06073 247.90625 290.06073 247.0Q290.06073 246.17188 289.7951 245.84375Q289.52948 245.5 289.13885 245.5Z" fill-rule="nonzero"/><path fill="#666666" d="M312.49313 310.46176Q312.49313 309.5399 312.94626 308.89926Q313.415 308.25864 314.29 308.25864Q315.1025 308.25864 315.63376 308.83676Q316.165 309.4149 316.165 310.52426Q316.165 311.618 315.61813 312.21176Q315.08688 312.7899 314.30563 312.7899Q313.52438 312.7899 313.00876 312.21176Q312.49313 311.63364 312.49313 310.46176ZM314.32126 308.9774Q313.93063 308.9774 313.665 309.32114Q313.415 309.6649 313.415 310.57114Q313.415 311.39926 313.665 311.743Q313.93063 312.07114 314.32126 312.07114Q314.7275 312.07114 314.9775 311.7274Q315.24313 311.38364 315.24313 310.493Q315.24313 309.64926 314.9775 309.32114Q314.71188 308.9774 314.32126 308.9774ZM314.32126 317.3055L319.02438 308.25864L319.88376 308.25864L315.19626 317.3055L314.32126 317.3055ZM318.04 314.9774Q318.04 314.0555 318.49313 313.4149Q318.96188 312.77426 319.8525 312.77426Q320.665 312.77426 321.19626 313.3524Q321.7275 313.9149 321.7275 315.0399Q321.7275 316.13364 321.18063 316.7274Q320.64938 317.3055 319.8525 317.3055Q319.08688 317.3055 318.55563 316.7274Q318.04 316.14926 318.04 314.9774ZM319.88376 313.493Q319.4775 313.493 319.21188 313.83676Q318.96188 314.1805 318.96188 315.08676Q318.96188 315.89926 319.2275 316.243Q319.49313 316.58676 319.88376 316.58676Q320.27438 316.58676 320.54 316.243Q320.80563 315.89926 320.80563 314.993Q320.80563 314.1649 320.54 313.83676Q320.27438 313.493 319.88376 313.493ZM326.19626 313.88364Q326.19626 312.14926 327.14938 311.32114Q327.94626 310.63364 329.1025 310.63364Q330.38376 310.63364 331.19626 311.4774Q332.02438 312.3055 332.02438 313.7899Q332.02438 314.993 331.665 315.6805Q331.30563 316.368 330.6025 316.75864Q329.915 317.13364 329.1025 317.13364Q327.80563 317.13364 326.99313 316.3055Q326.19626 315.46176 326.19626 313.88364ZM327.27438 313.88364Q327.27438 315.07114 327.79 315.6649Q328.32126 316.25864 329.1025 316.25864Q329.89938 316.25864 330.415 315.6649Q330.93063 315.07114 330.93063 313.8524Q330.93063 312.69614 330.39938 312.1024Q329.88376 311.50864 329.1025 311.50864Q328.32126 311.50864 327.79 312.1024Q327.27438 312.6805 327.27438 313.88364ZM333.83688 316.993L333.83688 311.58676L332.89938 311.58676L332.89938 310.77426L333.83688 310.77426L333.83688 310.1024Q333.83688 309.4774 333.94626 309.1805Q334.1025 308.75864 334.4775 308.50864Q334.86813 308.25864 335.55563 308.25864Q336.00876 308.25864 336.54 308.368L336.38376 309.27426Q336.05563 309.2274 335.75876 309.2274Q335.27438 309.2274 335.07126 309.4305Q334.88376 309.63364 334.88376 310.19614L334.88376 310.77426L336.1025 310.77426L336.1025 311.58676L334.88376 311.58676L334.88376 316.993L333.83688 316.993ZM339.57126 316.993L339.57126 310.77426L340.52438 310.77426L340.52438 311.71176Q340.88376 311.0555 341.18063 310.8524Q341.49313 310.63364 341.86813 310.63364Q342.39938 310.63364 342.94626 310.96176L342.58688 311.94614Q342.19626 311.71176 341.82126 311.71176Q341.46188 311.71176 341.18063 311.9305Q340.915 312.13364 340.80563 312.50864Q340.61813 313.07114 340.61813 313.7274L340.61813 316.993L339.57126 316.993ZM347.83688 314.993L348.93063 315.118Q348.68063 316.07114 347.9775 316.6024Q347.27438 317.13364 346.19626 317.13364Q344.83688 317.13364 344.02438 316.2899Q343.2275 315.44614 343.2275 313.9305Q343.2275 312.368 344.04 311.50864Q344.8525 310.63364 346.13376 310.63364Q347.38376 310.63364 348.165 311.4774Q348.96188 312.32114 348.96188 313.868Q348.96188 313.96176 348.96188 314.14926L344.32126 314.14926Q344.38376 315.1805 344.89938 315.7274Q345.415 316.25864 346.19626 316.25864Q346.77438 316.25864 347.18063 315.96176Q347.6025 315.64926 347.83688 314.993ZM344.38376 313.2899L347.8525 313.2899Q347.79 312.493 347.46188 312.1024Q346.94626 311.493 346.14938 311.493Q345.415 311.493 344.915 311.9774Q344.43063 312.46176 344.38376 313.2899ZM350.165 315.13364L351.19626 314.9774Q351.29 315.6024 351.68063 315.9305Q352.08688 316.25864 352.82126 316.25864Q353.54 316.25864 353.88376 315.9774Q354.24313 315.6805 354.24313 315.27426Q354.24313 314.9149 353.93063 314.71176Q353.71188 314.57114 352.8525 314.3524Q351.69626 314.0555 351.24313 313.8524Q350.80563 313.63364 350.57126 313.25864Q350.33688 312.88364 350.33688 312.4149Q350.33688 312.00864 350.52438 311.64926Q350.71188 311.2899 351.04 311.0555Q351.29 310.88364 351.71188 310.75864Q352.13376 310.63364 352.63376 310.63364Q353.3525 310.63364 353.89938 310.8524Q354.46188 311.0555 354.7275 311.4149Q354.99313 311.77426 355.08688 312.368L354.05563 312.50864Q353.99313 312.0399 353.64938 311.77426Q353.32126 311.493 352.69626 311.493Q351.9775 311.493 351.665 311.743Q351.3525 311.9774 351.3525 312.3055Q351.3525 312.50864 351.4775 312.6649Q351.61813 312.83676 351.88376 312.94614Q352.04 313.00864 352.82126 313.21176Q353.94626 313.52426 354.38376 313.71176Q354.82126 313.89926 355.07126 314.25864Q355.32126 314.618 355.32126 315.1649Q355.32126 315.69614 355.00876 316.1649Q354.71188 316.618 354.13376 316.88364Q353.55563 317.13364 352.82126 317.13364Q351.6025 317.13364 350.96188 316.63364Q350.33688 316.118 350.165 315.13364ZM356.58688 319.38364L356.58688 310.77426L357.54 310.77426L357.54 311.57114Q357.88376 311.1024 358.30563 310.868Q358.74313 310.63364 359.3525 310.63364Q360.14938 310.63364 360.75876 311.0399Q361.36813 311.44614 361.665 312.19614Q361.9775 312.94614 361.9775 313.83676Q361.9775 314.7899 361.63376 315.5555Q361.30563 316.32114 360.64938 316.7274Q359.99313 317.13364 359.27438 317.13364Q358.74313 317.13364 358.32126 316.9149Q357.89938 316.6805 357.63376 316.3524L357.63376 319.38364L356.58688 319.38364ZM357.54 313.9149Q357.54 315.118 358.02438 315.69614Q358.50876 316.25864 359.19626 316.25864Q359.89938 316.25864 360.39938 315.6649Q360.89938 315.07114 360.89938 313.82114Q360.89938 312.63364 360.415 312.0555Q359.93063 311.46176 359.24313 311.46176Q358.57126 311.46176 358.05563 312.08676Q357.54 312.71176 357.54 313.9149ZM363.19626 313.88364Q363.19626 312.14926 364.14938 311.32114Q364.94626 310.63364 366.1025 310.63364Q367.38376 310.63364 368.19626 311.4774Q369.02438 312.3055 369.02438 313.7899Q369.02438 314.993 368.665 315.6805Q368.30563 316.368 367.6025 316.75864Q366.915 317.13364 366.1025 317.13364Q364.80563 317.13364 363.99313 316.3055Q363.19626 315.46176 363.19626 313.88364ZM364.27438 313.88364Q364.27438 315.07114 364.79 315.6649Q365.32126 316.25864 366.1025 316.25864Q366.89938 316.25864 367.415 315.6649Q367.93063 315.07114 367.93063 313.8524Q367.93063 312.69614 367.39938 312.1024Q366.88376 311.50864 366.1025 311.50864Q365.32126 311.50864 364.79 312.1024Q364.27438 312.6805 364.27438 313.88364ZM370.58688 316.993L370.58688 310.77426L371.52438 310.77426L371.52438 311.64926Q372.21188 310.63364 373.50876 310.63364Q374.07126 310.63364 374.54 310.83676Q375.02438 311.0399 375.25876 311.368Q375.49313 311.69614 375.58688 312.13364Q375.63376 312.4305 375.63376 313.1649L375.63376 316.993L374.58688 316.993L374.58688 313.21176Q374.58688 312.5555 374.46188 312.243Q374.33688 311.9305 374.02438 311.743Q373.71188 311.5399 373.29 311.5399Q372.61813 311.5399 372.11813 311.9774Q371.63376 312.39926 371.63376 313.58676L371.63376 316.993L370.58688 316.993ZM381.61813 316.993L381.61813 316.21176Q381.02438 317.13364 379.88376 317.13364Q379.13376 317.13364 378.50876 316.7274Q377.88376 316.3055 377.54 315.57114Q377.19626 314.83676 377.19626 313.88364Q377.19626 312.96176 377.50876 312.19614Q377.82126 311.4305 378.44626 311.0399Q379.07126 310.63364 379.83688 310.63364Q380.39938 310.63364 380.83688 310.868Q381.27438 311.1024 381.55563 311.4774L381.55563 308.39926L382.6025 308.39926L382.6025 316.993L381.61813 316.993ZM378.29 313.88364Q378.29 315.08676 378.79 315.6805Q379.29 316.25864 379.9775 316.25864Q380.665 316.25864 381.14938 315.69614Q381.63376 315.13364 381.63376 313.9774Q381.63376 312.69614 381.13376 312.1024Q380.64938 311.50864 379.93063 311.50864Q379.2275 311.50864 378.75876 312.08676Q378.29 312.64926 378.29 313.88364ZM388.83688 314.993L389.93063 315.118Q389.68063 316.07114 388.9775 316.6024Q388.27438 317.13364 387.19626 317.13364Q385.83688 317.13364 385.02438 316.2899Q384.2275 315.44614 384.2275 313.9305Q384.2275 312.368 385.04 311.50864Q385.8525 310.63364 387.13376 310.63364Q388.38376 310.63364 389.165 311.4774Q389.96188 312.32114 389.96188 313.868Q389.96188 313.96176 389.96188 314.14926L385.32126 314.14926Q385.38376 315.1805 385.89938 315.7274Q386.415 316.25864 387.19626 316.25864Q387.77438 316.25864 388.18063 315.96176Q388.6025 315.64926 388.83688 314.993ZM385.38376 313.2899L388.8525 313.2899Q388.79 312.493 388.46188 312.1024Q387.94626 311.493 387.14938 311.493Q386.415 311.493 385.915 311.9774Q385.43063 312.46176 385.38376 313.2899ZM391.58688 316.993L391.58688 310.77426L392.52438 310.77426L392.52438 311.64926Q393.21188 310.63364 394.50876 310.63364Q395.07126 310.63364 395.54 310.83676Q396.02438 311.0399 396.25876 311.368Q396.49313 311.69614 396.58688 312.13364Q396.63376 312.4305 396.63376 313.1649L396.63376 316.993L395.58688 316.993L395.58688 313.21176Q395.58688 312.5555 395.46188 312.243Q395.33688 311.9305 395.02438 311.743Q394.71188 311.5399 394.29 311.5399Q393.61813 311.5399 393.11813 311.9774Q392.63376 312.39926 392.63376 313.58676L392.63376 316.993L391.58688 316.993ZM400.88376 316.0555L401.04 316.9774Q400.58688 317.07114 400.24313 317.07114Q399.665 317.07114 399.3525 316.89926Q399.04 316.71176 398.89938 316.4149Q398.77438 316.118 398.77438 315.1649L398.77438 311.58676L398.00876 311.58676L398.00876 310.77426L398.77438 310.77426L398.77438 309.2274L399.82126 308.6024L399.82126 310.77426L400.88376 310.77426L400.88376 311.58676L399.82126 311.58676L399.82126 315.2274Q399.82126 315.6805 399.86813 315.8055Q399.93063 315.9305 400.05563 316.00864Q400.18063 316.08676 400.415 316.08676Q400.6025 316.08676 400.88376 316.0555ZM401.165 315.13364L402.19626 314.9774Q402.29 315.6024 402.68063 315.9305Q403.08688 316.25864 403.82126 316.25864Q404.54 316.25864 404.88376 315.9774Q405.24313 315.6805 405.24313 315.27426Q405.24313 314.9149 404.93063 314.71176Q404.71188 314.57114 403.8525 314.3524Q402.69626 314.0555 402.24313 313.8524Q401.80563 313.63364 401.57126 313.25864Q401.33688 312.88364 401.33688 312.4149Q401.33688 312.00864 401.52438 311.64926Q401.71188 311.2899 402.04 311.0555Q402.29 310.88364 402.71188 310.75864Q403.13376 310.63364 403.63376 310.63364Q404.3525 310.63364 404.89938 310.8524Q405.46188 311.0555 405.7275 311.4149Q405.99313 311.77426 406.08688 312.368L405.05563 312.50864Q404.99313 312.0399 404.64938 311.77426Q404.32126 311.493 403.69626 311.493Q402.9775 311.493 402.665 311.743Q402.3525 311.9774 402.3525 312.3055Q402.3525 312.50864 402.4775 312.6649Q402.61813 312.83676 402.88376 312.94614Q403.04 313.00864 403.82126 313.21176Q404.94626 313.52426 405.38376 313.71176Q405.82126 313.89926 406.07126 314.25864Q406.32126 314.618 406.32126 315.1649Q406.32126 315.69614 406.00876 316.1649Q405.71188 316.618 405.13376 316.88364Q404.55563 317.13364 403.82126 317.13364Q402.6025 317.13364 401.96188 316.63364Q401.33688 316.118 401.165 315.13364Z" fill-rule="nonzero"/><path fill="#666666" d="M35.255 84.02141L35.255 75.42766L36.38 75.42766L36.38 84.02141L35.255 84.02141ZM40.926876 86.41203L40.926876 77.80266L41.88 77.80266L41.88 78.59953Q42.22375 78.13078 42.645626 77.89641Q43.083126 77.66203 43.6925 77.66203Q44.489376 77.66203 45.09875 78.06828Q45.708126 78.47453 46.005 79.22453Q46.3175 79.97453 46.3175 80.86516Q46.3175 81.81828 45.97375 82.58391Q45.645626 83.34953 44.989376 83.75578Q44.333126 84.16203 43.614376 84.16203Q43.083126 84.16203 42.66125 83.94328Q42.239376 83.70891 41.97375 83.38078L41.97375 86.41203L40.926876 86.41203ZM41.88 80.94328Q41.88 82.14641 42.364376 82.72453Q42.84875 83.28703 43.53625 83.28703Q44.239376 83.28703 44.739376 82.69328Q45.239376 82.09953 45.239376 80.84953Q45.239376 79.66203 44.755 79.08391Q44.270626 78.49016 43.583126 78.49016Q42.91125 78.49016 42.395626 79.11516Q41.88 79.74016 41.88 80.94328ZM47.91125 84.02141L47.91125 77.80266L48.864376 77.80266L48.864376 78.74016Q49.22375 78.08391 49.520626 77.88078Q49.833126 77.66203 50.208126 77.66203Q50.739376 77.66203 51.28625 77.99016L50.926876 78.97453Q50.53625 78.74016 50.16125 78.74016Q49.801876 78.74016 49.520626 78.95891Q49.255 79.16203 49.145626 79.53703Q48.958126 80.09953 48.958126 80.75578L48.958126 84.02141L47.91125 84.02141ZM51.53625 80.91203Q51.53625 79.17766 52.489376 78.34953Q53.28625 77.66203 54.4425 77.66203Q55.72375 77.66203 56.53625 78.50578Q57.364376 79.33391 57.364376 80.81828Q57.364376 82.02141 57.005 82.70891Q56.645626 83.39641 55.9425 83.78703Q55.255 84.16203 54.4425 84.16203Q53.145626 84.16203 52.333126 83.33391Q51.53625 82.49016 51.53625 80.91203ZM52.614376 80.91203Q52.614376 82.09953 53.13 82.69328Q53.66125 83.28703 54.4425 83.28703Q55.239376 83.28703 55.755 82.69328Q56.270626 82.09953 56.270626 80.88078Q56.270626 79.72453 55.739376 79.13078Q55.22375 78.53703 54.4425 78.53703Q53.66125 78.53703 53.13 79.13078Q52.614376 79.70891 52.614376 80.91203ZM58.72375 84.53703L59.755 84.69328Q59.8175 85.16203 60.114376 85.38078Q60.505 85.67766 61.176876 85.67766Q61.91125 85.67766 62.301876 85.38078Q62.708126 85.08391 62.84875 84.56828Q62.9425 84.24016 62.926876 83.20891Q62.239376 84.02141 61.208126 84.02141Q59.926876 84.02141 59.22375 83.09953Q58.520626 82.16203 58.520626 80.88078Q58.520626 79.99016 58.833126 79.24016Q59.16125 78.47453 59.770626 78.06828Q60.38 77.66203 61.208126 77.66203Q62.3175 77.66203 63.03625 78.55266L63.03625 77.80266L64.005005 77.80266L64.005005 83.17766Q64.005005 84.63078 63.708126 85.24016Q63.41125 85.84953 62.770626 86.19328Q62.13 86.55266 61.1925 86.55266Q60.083126 86.55266 59.395626 86.05266Q58.708126 85.55266 58.72375 84.53703ZM59.59875 80.80266Q59.59875 82.02141 60.083126 82.58391Q60.5675 83.14641 61.301876 83.14641Q62.03625 83.14641 62.520626 82.58391Q63.020626 82.02141 63.020626 80.83391Q63.020626 79.69328 62.505 79.11516Q62.005 78.53703 61.28625 78.53703Q60.583126 78.53703 60.083126 79.11516Q59.59875 79.67766 59.59875 80.80266ZM65.911255 84.02141L65.911255 77.80266L66.86438 77.80266L66.86438 78.74016Q67.223755 78.08391 67.52063 77.88078Q67.83313 77.66203 68.20813 77.66203Q68.73938 77.66203 69.286255 77.99016L68.92688 78.97453Q68.536255 78.74016 68.161255 78.74016Q67.80188 78.74016 67.52063 78.95891Q67.255005 79.16203 67.14563 79.53703Q66.95813 80.09953 66.95813 80.75578L66.95813 84.02141L65.911255 84.02141ZM73.98938 83.25578Q73.39563 83.75578 72.848755 83.95891Q72.317505 84.16203 71.692505 84.16203Q70.661255 84.16203 70.11438 83.66203Q69.567505 83.16203 69.567505 82.38078Q69.567505 81.92766 69.77063 81.55266Q69.973755 81.16203 70.317505 80.94328Q70.661255 80.70891 71.08313 80.59953Q71.380005 80.50578 72.02063 80.42766Q73.286255 80.28703 73.89563 80.06828Q73.89563 79.84953 73.89563 79.80266Q73.89563 79.14641 73.598755 78.88078Q73.192505 78.53703 72.39563 78.53703Q71.661255 78.53703 71.30188 78.80266Q70.942505 79.05266 70.77063 79.70891L69.73938 79.56828Q69.880005 78.91203 70.20813 78.50578Q70.536255 78.09953 71.14563 77.88078Q71.755005 77.66203 72.55188 77.66203Q73.348755 77.66203 73.848755 77.84953Q74.348755 78.03703 74.58313 78.31828Q74.817505 78.59953 74.911255 79.03703Q74.95813 79.30266 74.95813 80.00578L74.95813 81.41203Q74.95813 82.88078 75.02063 83.27141Q75.098755 83.66203 75.30188 84.02141L74.192505 84.02141Q74.036255 83.69328 73.98938 83.25578ZM73.89563 80.89641Q73.317505 81.13078 72.17688 81.30266Q71.52063 81.39641 71.255005 81.52141Q70.98938 81.63078 70.83313 81.84953Q70.692505 82.06828 70.692505 82.34953Q70.692505 82.77141 71.005005 83.05266Q71.33313 83.33391 71.942505 83.33391Q72.55188 83.33391 73.02063 83.06828Q73.505005 82.80266 73.723755 82.33391Q73.89563 81.97453 73.89563 81.28703L73.89563 80.89641ZM76.92688 84.02141L76.92688 77.80266L77.86438 77.80266L77.86438 78.67766Q78.161255 78.20891 78.64563 77.94328Q79.130005 77.66203 79.755005 77.66203Q80.442505 77.66203 80.880005 77.94328Q81.33313 78.22453 81.505005 78.74016Q82.255005 77.66203 83.42688 77.66203Q84.36438 77.66203 84.848755 78.17766Q85.348755 78.67766 85.348755 79.75578L85.348755 84.02141L84.30188 84.02141L84.30188 80.09953Q84.30188 79.47453 84.192505 79.19328Q84.098755 78.91203 83.83313 78.74016Q83.567505 78.56828 83.192505 78.56828Q82.536255 78.56828 82.098755 79.00578Q81.67688 79.44328 81.67688 80.41203L81.67688 84.02141L80.61438 84.02141L80.61438 79.97453Q80.61438 79.27141 80.348755 78.92766Q80.098755 78.56828 79.52063 78.56828Q79.067505 78.56828 78.692505 78.80266Q78.317505 79.03703 78.14563 79.49016Q77.973755 79.94328 77.973755 80.78703L77.973755 84.02141L76.92688 84.02141ZM89.92688 76.64641L89.92688 75.42766L90.98938 75.42766L90.98938 76.64641L89.92688 76.64641ZM89.92688 84.02141L89.92688 77.80266L90.98938 77.80266L90.98938 84.02141L89.92688 84.02141ZM92.92688 84.02141L92.92688 77.80266L93.86438 77.80266L93.86438 78.67766Q94.55188 77.66203 95.848755 77.66203Q96.411255 77.66203 96.880005 77.86516Q97.36438 78.06828 97.598755 78.39641Q97.83313 78.72453 97.92688 79.16203Q97.973755 79.45891 97.973755 80.19328L97.973755 84.02141L96.92688 84.02141L96.92688 80.24016Q96.92688 79.58391 96.80188 79.27141Q96.67688 78.95891 96.36438 78.77141Q96.05188 78.56828 95.630005 78.56828Q94.95813 78.56828 94.45813 79.00578Q93.973755 79.42766 93.973755 80.61516L93.973755 84.02141L92.92688 84.02141ZM107.08313 80.64641L107.08313 79.64641L110.70813 79.63078L110.70813 82.81828Q109.880005 83.49016 108.98938 83.83391Q108.098755 84.16203 107.161255 84.16203Q105.89563 84.16203 104.848755 83.63078Q103.817505 83.08391 103.286255 82.06828Q102.77063 81.03703 102.77063 79.77141Q102.77063 78.50578 103.286255 77.42766Q103.817505 76.33391 104.80188 75.81828Q105.786255 75.28703 107.067505 75.28703Q108.005005 75.28703 108.755005 75.58391Q109.505005 75.88078 109.92688 76.42766Q110.36438 76.95891 110.58313 77.83391L109.567505 78.11516Q109.36438 77.45891 109.067505 77.08391Q108.786255 76.70891 108.255005 76.49016Q107.723755 76.25578 107.08313 76.25578Q106.30188 76.25578 105.723755 76.49016Q105.161255 76.72453 104.80188 77.11516Q104.45813 77.50578 104.27063 77.97453Q103.942505 78.77141 103.942505 79.69328Q103.942505 80.84953 104.33313 81.63078Q104.73938 82.39641 105.48938 82.77141Q106.23938 83.14641 107.098755 83.14641Q107.83313 83.14641 108.536255 82.86516Q109.23938 82.56828 109.598755 82.25578L109.598755 80.64641L107.08313 80.64641ZM111.536255 80.91203Q111.536255 79.17766 112.48938 78.34953Q113.286255 77.66203 114.442505 77.66203Q115.723755 77.66203 116.536255 78.50578Q117.36438 79.33391 117.36438 80.81828Q117.36438 82.02141 117.005005 82.70891Q116.64563 83.39641 115.942505 83.78703Q115.255005 84.16203 114.442505 84.16203Q113.14563 84.16203 112.33313 83.33391Q111.536255 82.49016 111.536255 80.91203ZM112.61438 80.91203Q112.61438 82.09953 113.130005 82.69328Q113.661255 83.28703 114.442505 83.28703Q115.23938 83.28703 115.755005 82.69328Q116.27063 82.09953 116.27063 80.88078Q116.27063 79.72453 115.73938 79.13078Q115.223755 78.53703 114.442505 78.53703Q113.661255 78.53703 113.130005 79.13078Q112.61438 79.70891 112.61438 80.91203ZM125.98938 83.25578Q125.39563 83.75578 124.848755 83.95891Q124.317505 84.16203 123.692505 84.16203Q122.661255 84.16203 122.11438 83.66203Q121.567505 83.16203 121.567505 82.38078Q121.567505 81.92766 121.77063 81.55266Q121.973755 81.16203 122.317505 80.94328Q122.661255 80.70891 123.08313 80.59953Q123.380005 80.50578 124.02063 80.42766Q125.286255 80.28703 125.89563 80.06828Q125.89563 79.84953 125.89563 79.80266Q125.89563 79.14641 125.598755 78.88078Q125.192505 78.53703 124.39563 78.53703Q123.661255 78.53703 123.30188 78.80266Q122.942505 79.05266 122.77063 79.70891L121.73938 79.56828Q121.880005 78.91203 122.20813 78.50578Q122.536255 78.09953 123.14563 77.88078Q123.755005 77.66203 124.55188 77.66203Q125.348755 77.66203 125.848755 77.84953Q126.348755 78.03703 126.58313 78.31828Q126.817505 78.59953 126.911255 79.03703Q126.95813 79.30266 126.95813 80.00578L126.95813 81.41203Q126.95813 82.88078 127.02063 83.27141Q127.098755 83.66203 127.30188 84.02141L126.192505 84.02141Q126.036255 83.69328 125.98938 83.25578ZM125.89563 80.89641Q125.317505 81.13078 124.17688 81.30266Q123.52063 81.39641 123.255005 81.52141Q122.98938 81.63078 122.83313 81.84953Q122.692505 82.06828 122.692505 82.34953Q122.692505 82.77141 123.005005 83.05266Q123.33313 83.33391 123.942505 83.33391Q124.55188 83.33391 125.02063 83.06828Q125.505005 82.80266 125.723755 82.33391Q125.89563 81.97453 125.89563 81.28703L125.89563 80.89641ZM131.22375 83.08391L131.38 84.00578Q130.92688 84.09953 130.58313 84.09953Q130.005 84.09953 129.6925 83.92766Q129.38 83.74016 129.23938 83.44328Q129.11438 83.14641 129.11438 82.19328L129.11438 78.61516L128.34875 78.61516L128.34875 77.80266L129.11438 77.80266L129.11438 76.25578L130.16125 75.63078L130.16125 77.80266L131.22375 77.80266L131.22375 78.61516L130.16125 78.61516L130.16125 82.25578Q130.16125 82.70891 130.20813 82.83391Q130.27063 82.95891 130.39563 83.03703Q130.52063 83.11516 130.755 83.11516Q130.9425 83.11516 131.22375 83.08391Z" fill-rule="nonzero"/><path fill="#666666" d="M27.0675 98.02141L25.16125 91.80266L26.255 91.80266L27.239374 95.39641L27.614374 96.72453Q27.645624 96.63078 27.9425 95.44328L28.926874 91.80266L30.005 91.80266L30.9425 95.41203L31.255 96.59953L31.614374 95.39641L32.676872 91.80266L33.708122 91.80266L31.755 98.02141L30.66125 98.02141L29.676874 94.28703L29.426874 93.24016L28.176874 98.02141L27.0675 98.02141ZM34.536247 94.91203Q34.536247 93.17766 35.489372 92.34953Q36.286247 91.66203 37.442497 91.66203Q38.723747 91.66203 39.536247 92.50578Q40.364372 93.33391 40.364372 94.81828Q40.364372 96.02141 40.004997 96.70891Q39.645622 97.39641 38.942497 97.78703Q38.254997 98.16203 37.442497 98.16203Q36.145622 98.16203 35.333122 97.33391Q34.536247 96.49016 34.536247 94.91203ZM35.614372 94.91203Q35.614372 96.09953 36.129997 96.69328Q36.661247 97.28703 37.442497 97.28703Q38.239372 97.28703 38.754997 96.69328Q39.270622 96.09953 39.270622 94.88078Q39.270622 93.72453 38.739372 93.13078Q38.223747 92.53703 37.442497 92.53703Q36.661247 92.53703 36.129997 93.13078Q35.614372 93.70891 35.614372 94.91203ZM41.911247 98.02141L41.911247 91.80266L42.864372 91.80266L42.864372 92.74016Q43.223747 92.08391 43.520622 91.88078Q43.833122 91.66203 44.208122 91.66203Q44.739372 91.66203 45.286247 91.99016L44.926872 92.97453Q44.536247 92.74016 44.161247 92.74016Q43.801872 92.74016 43.520622 92.95891Q43.254997 93.16203 43.145622 93.53703Q42.958122 94.09953 42.958122 94.75578L42.958122 98.02141L41.911247 98.02141ZM45.926872 98.02141L45.926872 89.42766L46.989372 89.42766L46.989372 94.33391L49.473747 91.80266L50.848747 91.80266L48.458122 94.09953L51.083122 98.02141L49.786247 98.02141L47.723747 94.83391L46.989372 95.55266L46.989372 98.02141L45.926872 98.02141ZM58.989372 97.25578Q58.395622 97.75578 57.848747 97.95891Q57.317497 98.16203 56.692497 98.16203Q55.661247 98.16203 55.114372 97.66203Q54.567497 97.16203 54.567497 96.38078Q54.567497 95.92766 54.770622 95.55266Q54.973747 95.16203 55.317497 94.94328Q55.661247 94.70891 56.083122 94.59953Q56.379997 94.50578 57.020622 94.42766Q58.286247 94.28703 58.895622 94.06828Q58.895622 93.84953 58.895622 93.80266Q58.895622 93.14641 58.598747 92.88078Q58.192497 92.53703 57.395622 92.53703Q56.661247 92.53703 56.301872 92.80266Q55.942497 93.05266 55.770622 93.70891L54.739372 93.56828Q54.879997 92.91203 55.208122 92.50578Q55.536247 92.09953 56.145622 91.88078Q56.754997 91.66203 57.551872 91.66203Q58.348747 91.66203 58.848747 91.84953Q59.348747 92.03703 59.583122 92.31828Q59.817497 92.59953 59.911247 93.03703Q59.958122 93.30266 59.958122 94.00578L59.958122 95.41203Q59.958122 96.88078 60.020622 97.27141Q60.098747 97.66203 60.301872 98.02141L59.192497 98.02141Q59.036247 97.69328 58.989372 97.25578ZM58.895622 94.89641Q58.317497 95.13078 57.176872 95.30266Q56.520622 95.39641 56.254997 95.52141Q55.989372 95.63078 55.833122 95.84953Q55.692497 96.06828 55.692497 96.34953Q55.692497 96.77141 56.004997 97.05266Q56.333122 97.33391 56.942497 97.33391Q57.551872 97.33391 58.020622 97.06828Q58.504997 96.80266 58.723747 96.33391Q58.895622 95.97453 58.895622 95.28703L58.895622 94.89641ZM61.926872 98.02141L61.926872 91.80266L62.864372 91.80266L62.864372 92.67766Q63.551872 91.66203 64.84875 91.66203Q65.41125 91.66203 65.88 91.86516Q66.36437 92.06828 66.59875 92.39641Q66.83312 92.72453 66.92687 93.16203Q66.97375 93.45891 66.97375 94.19328L66.97375 98.02141L65.92687 98.02141L65.92687 94.24016Q65.92687 93.58391 65.80187 93.27141Q65.67687 92.95891 65.36437 92.77141Q65.05187 92.56828 64.63 92.56828Q63.958122 92.56828 63.458122 93.00578Q62.973747 93.42766 62.973747 94.61516L62.973747 98.02141L61.926872 98.02141ZM72.95812 98.02141L72.95812 97.24016Q72.36437 98.16203 71.22375 98.16203Q70.47375 98.16203 69.84875 97.75578Q69.22375 97.33391 68.88 96.59953Q68.53625 95.86516 68.53625 94.91203Q68.53625 93.99016 68.84875 93.22453Q69.16125 92.45891 69.78625 92.06828Q70.41125 91.66203 71.17687 91.66203Q71.73937 91.66203 72.17687 91.89641Q72.61437 92.13078 72.89562 92.50578L72.89562 89.42766L73.9425 89.42766L73.9425 98.02141L72.95812 98.02141ZM69.63 94.91203Q69.63 96.11516 70.13 96.70891Q70.63 97.28703 71.3175 97.28703Q72.005 97.28703 72.48937 96.72453Q72.97375 96.16203 72.97375 95.00578Q72.97375 93.72453 72.47375 93.13078Q71.98937 92.53703 71.27062 92.53703Q70.5675 92.53703 70.09875 93.11516Q69.63 93.67766 69.63 94.91203ZM78.53625 94.91203Q78.53625 93.17766 79.48937 92.34953Q80.28625 91.66203 81.4425 91.66203Q82.72375 91.66203 83.53625 92.50578Q84.36437 93.33391 84.36437 94.81828Q84.36437 96.02141 84.005 96.70891Q83.64562 97.39641 82.9425 97.78703Q82.255 98.16203 81.4425 98.16203Q80.14562 98.16203 79.33312 97.33391Q78.53625 96.49016 78.53625 94.91203ZM79.61437 94.91203Q79.61437 96.09953 80.13 96.69328Q80.66125 97.28703 81.4425 97.28703Q82.23937 97.28703 82.755 96.69328Q83.27062 96.09953 83.27062 94.88078Q83.27062 93.72453 82.73937 93.13078Q82.22375 92.53703 81.4425 92.53703Q80.66125 92.53703 80.13 93.13078Q79.61437 93.70891 79.61437 94.91203ZM90.005 98.02141L90.005 97.09953Q89.27062 98.16203 88.02062 98.16203Q87.47375 98.16203 86.98937 97.95891Q86.52062 97.74016 86.28625 97.42766Q86.05187 97.09953 85.95812 96.63078Q85.89562 96.33391 85.89562 95.64641L85.89562 91.80266L86.95812 91.80266L86.95812 95.25578Q86.95812 96.06828 87.02062 96.36516Q87.11437 96.77141 87.42687 97.02141Q87.755 97.25578 88.23937 97.25578Q88.70812 97.25578 89.11437 97.02141Q89.53625 96.77141 89.70812 96.34953Q89.89562 95.92766 89.89562 95.13078L89.89562 91.80266L90.9425 91.80266L90.9425 98.02141L90.005 98.02141ZM95.22375 97.08391L95.38 98.00578Q94.92687 98.09953 94.58312 98.09953Q94.005 98.09953 93.6925 97.92766Q93.38 97.74016 93.23937 97.44328Q93.11437 97.14641 93.11437 96.19328L93.11437 92.61516L92.34875 92.61516L92.34875 91.80266L93.11437 91.80266L93.11437 90.25578L94.16125 89.63078L94.16125 91.80266L95.22375 91.80266L95.22375 92.61516L94.16125 92.61516L94.16125 96.25578Q94.16125 96.70891 94.20812 96.83391Q94.27062 96.95891 94.39562 97.03703Q94.52062 97.11516 94.755 97.11516Q94.9425 97.11516 95.22375 97.08391ZM95.505 96.16203L96.53625 96.00578Q96.63 96.63078 97.02062 96.95891Q97.42687 97.28703 98.16125 97.28703Q98.88 97.28703 99.22375 97.00578Q99.58312 96.70891 99.58312 96.30266Q99.58312 95.94328 99.27062 95.74016Q99.05187 95.59953 98.1925 95.38078Q97.03625 95.08391 96.58312 94.88078Q96.14562 94.66203 95.91125 94.28703Q95.67687 93.91203 95.67687 93.44328Q95.67687 93.03703 95.86437 92.67766Q96.05187 92.31828 96.38 92.08391Q96.63 91.91203 97.05187 91.78703Q97.47375 91.66203 97.97375 91.66203Q98.6925 91.66203 99.23937 91.88078Q99.80187 92.08391 100.0675 92.44328Q100.33312 92.80266 100.42687 93.39641L99.39562 93.53703Q99.33312 93.06828 98.98937 92.80266Q98.66125 92.52141 98.03625 92.52141Q97.3175 92.52141 97.005 92.77141Q96.6925 93.00578 96.6925 93.33391Q96.6925 93.53703 96.8175 93.69328Q96.95812 93.86516 97.22375 93.97453Q97.38 94.03703 98.16125 94.24016Q99.28625 94.55266 99.72375 94.74016Q100.16125 94.92766 100.41125 95.28703Q100.66125 95.64641 100.66125 96.19328Q100.66125 96.72453 100.34875 97.19328Q100.05187 97.64641 99.47375 97.91203Q98.89562 98.16203 98.16125 98.16203Q96.9425 98.16203 96.30187 97.66203Q95.67687 97.14641 95.505 96.16203ZM101.92687 90.64641L101.92687 89.42766L102.98937 89.42766L102.98937 90.64641L101.92687 90.64641ZM101.92687 98.02141L101.92687 91.80266L102.98937 91.80266L102.98937 98.02141L101.92687 98.02141ZM108.95812 98.02141L108.95812 97.24016Q108.36437 98.16203 107.22375 98.16203Q106.47375 98.16203 105.84875 97.75578Q105.22375 97.33391 104.88 96.59953Q104.53625 95.86516 104.53625 94.91203Q104.53625 93.99016 104.84875 93.22453Q105.16125 92.45891 105.78625 92.06828Q106.41125 91.66203 107.17687 91.66203Q107.73937 91.66203 108.17687 91.89641Q108.61437 92.13078 108.89562 92.50578L108.89562 89.42766L109.9425 89.42766L109.9425 98.02141L108.95812 98.02141ZM105.63 94.91203Q105.63 96.11516 106.13 96.70891Q106.63 97.28703 107.3175 97.28703Q108.005 97.28703 108.48937 96.72453Q108.97375 96.16203 108.97375 95.00578Q108.97375 93.72453 108.47375 93.13078Q107.98937 92.53703 107.27062 92.53703Q106.5675 92.53703 106.09875 93.11516Q105.63 93.67766 105.63 94.91203ZM116.17687 96.02141L117.27062 96.14641Q117.02062 97.09953 116.3175 97.63078Q115.61437 98.16203 114.53625 98.16203Q113.17687 98.16203 112.36437 97.31828Q111.5675 96.47453 111.5675 94.95891Q111.5675 93.39641 112.38 92.53703Q113.1925 91.66203 114.47375 91.66203Q115.72375 91.66203 116.505 92.50578Q117.30187 93.34953 117.30187 94.89641Q117.30187 94.99016 117.30187 95.17766L112.66125 95.17766Q112.72375 96.20891 113.23937 96.75578Q113.755 97.28703 114.53625 97.28703Q115.11437 97.28703 115.52062 96.99016Q115.9425 96.67766 116.17687 96.02141ZM112.72375 94.31828L116.1925 94.31828Q116.13 93.52141 115.80187 93.13078Q115.28625 92.52141 114.48937 92.52141Q113.755 92.52141 113.255 93.00578Q112.77062 93.49016 112.72375 94.31828ZM121.53625 94.91203Q121.53625 93.17766 122.48937 92.34953Q123.28625 91.66203 124.4425 91.66203Q125.72375 91.66203 126.53625 92.50578Q127.36437 93.33391 127.36437 94.81828Q127.36437 96.02141 127.005 96.70891Q126.64562 97.39641 125.9425 97.78703Q125.255 98.16203 124.4425 98.16203Q123.14562 98.16203 122.33312 97.33391Q121.53625 96.49016 121.53625 94.91203ZM122.61437 94.91203Q122.61437 96.09953 123.13 96.69328Q123.66125 97.28703 124.4425 97.28703Q125.23937 97.28703 125.755 96.69328Q126.27062 96.09953 126.27062 94.88078Q126.27062 93.72453 125.73937 93.13078Q125.22375 92.53703 124.4425 92.53703Q123.66125 92.53703 123.13 93.13078Q122.61437 93.70891 122.61437 94.91203ZM129.17688 98.02141L129.17688 92.61516L128.23938 92.61516L128.23938 91.80266L129.17688 91.80266L129.17688 91.13078Q129.17688 90.50578 129.28625 90.20891Q129.4425 89.78703 129.8175 89.53703Q130.20813 89.28703 130.89563 89.28703Q131.34875 89.28703 131.88 89.39641L131.72375 90.30266Q131.39563 90.25578 131.09875 90.25578Q130.61438 90.25578 130.41125 90.45891Q130.22375 90.66203 130.22375 91.22453L130.22375 91.80266L131.4425 91.80266L131.4425 92.61516L130.22375 92.61516L130.22375 98.02141L129.17688 98.02141Z" fill-rule="nonzero"/><path fill="#666666" d="M107.0675 112.02141L105.16125 105.80266L106.255 105.80266L107.23937 109.39641L107.61437 110.72453Q107.64562 110.63078 107.9425 109.44328L108.92687 105.80266L110.005 105.80266L110.9425 109.41203L111.255 110.59953L111.61437 109.39641L112.67687 105.80266L113.70812 105.80266L111.755 112.02141L110.66125 112.02141L109.67687 108.28703L109.42687 107.24016L108.17687 112.02141L107.0675 112.02141ZM114.53625 108.91203Q114.53625 107.17766 115.48937 106.34953Q116.28625 105.66203 117.4425 105.66203Q118.72375 105.66203 119.53625 106.50578Q120.36437 107.33391 120.36437 108.81828Q120.36437 110.02141 120.005 110.70891Q119.64562 111.39641 118.9425 111.78703Q118.255 112.16203 117.4425 112.16203Q116.14562 112.16203 115.33312 111.33391Q114.53625 110.49016 114.53625 108.91203ZM115.61437 108.91203Q115.61437 110.09953 116.13 110.69328Q116.66125 111.28703 117.4425 111.28703Q118.23937 111.28703 118.755 110.69328Q119.27062 110.09953 119.27062 108.88078Q119.27062 107.72453 118.73937 107.13078Q118.22375 106.53703 117.4425 106.53703Q116.66125 106.53703 116.13 107.13078Q115.61437 107.70891 115.61437 108.91203ZM121.91125 112.02141L121.91125 105.80266L122.86437 105.80266L122.86437 106.74016Q123.22375 106.08391 123.52062 105.88078Q123.83312 105.66203 124.20812 105.66203Q124.73937 105.66203 125.28625 105.99016L124.92687 106.97453Q124.53625 106.74016 124.16125 106.74016Q123.80187 106.74016 123.52062 106.95891Q123.255 107.16203 123.14562 107.53703Q122.95812 108.09953 122.95812 108.75578L122.95812 112.02141L121.91125 112.02141ZM125.92687 112.02141L125.92687 103.42766L126.98937 103.42766L126.98937 108.33391L129.47375 105.80266L130.84875 105.80266L128.45813 108.09953L131.08313 112.02141L129.78625 112.02141L127.72375 108.83391L126.98937 109.55266L126.98937 112.02141L125.92687 112.02141Z" fill-rule="nonzero"/><path fill="#666666" d="M35.255 151.86388L35.255 143.27013L36.38 143.27013L36.38 151.86388L35.255 151.86388ZM40.926876 154.2545L40.926876 145.64513L41.88 145.64513L41.88 146.442Q42.22375 145.97325 42.645626 145.73888Q43.083126 145.5045 43.6925 145.5045Q44.489376 145.5045 45.09875 145.91075Q45.708126 146.317 46.005 147.067Q46.3175 147.817 46.3175 148.70763Q46.3175 149.66075 45.97375 150.42638Q45.645626 151.192 44.989376 151.59825Q44.333126 152.0045 43.614376 152.0045Q43.083126 152.0045 42.66125 151.78575Q42.239376 151.55138 41.97375 151.22325L41.97375 154.2545L40.926876 154.2545ZM41.88 148.78575Q41.88 149.98888 42.364376 150.567Q42.84875 151.1295 43.53625 151.1295Q44.239376 151.1295 44.739376 150.53575Q45.239376 149.942 45.239376 148.692Q45.239376 147.5045 44.755 146.92638Q44.270626 146.33263 43.583126 146.33263Q42.91125 146.33263 42.395626 146.95763Q41.88 147.58263 41.88 148.78575ZM47.91125 151.86388L47.91125 145.64513L48.864376 145.64513L48.864376 146.58263Q49.22375 145.92638 49.520626 145.72325Q49.833126 145.5045 50.208126 145.5045Q50.739376 145.5045 51.28625 145.83263L50.926876 146.817Q50.53625 146.58263 50.16125 146.58263Q49.801876 146.58263 49.520626 146.80138Q49.255 147.0045 49.145626 147.3795Q48.958126 147.942 48.958126 148.59825L48.958126 151.86388L47.91125 151.86388ZM51.53625 148.7545Q51.53625 147.02013 52.489376 146.192Q53.28625 145.5045 54.4425 145.5045Q55.72375 145.5045 56.53625 146.34825Q57.364376 147.17638 57.364376 148.66075Q57.364376 149.86388 57.005 150.55138Q56.645626 151.23888 55.9425 151.6295Q55.255 152.0045 54.4425 152.0045Q53.145626 152.0045 52.333126 151.17638Q51.53625 150.33263 51.53625 148.7545ZM52.614376 148.7545Q52.614376 149.942 53.13 150.53575Q53.66125 151.1295 54.4425 151.1295Q55.239376 151.1295 55.755 150.53575Q56.270626 149.942 56.270626 148.72325Q56.270626 147.567 55.739376 146.97325Q55.22375 146.3795 54.4425 146.3795Q53.66125 146.3795 53.13 146.97325Q52.614376 147.55138 52.614376 148.7545ZM58.72375 152.3795L59.755 152.53575Q59.8175 153.0045 60.114376 153.22325Q60.505 153.52013 61.176876 153.52013Q61.91125 153.52013 62.301876 153.22325Q62.708126 152.92638 62.84875 152.41075Q62.9425 152.08263 62.926876 151.05138Q62.239376 151.86388 61.208126 151.86388Q59.926876 151.86388 59.22375 150.942Q58.520626 150.0045 58.520626 148.72325Q58.520626 147.83263 58.833126 147.08263Q59.16125 146.317 59.770626 145.91075Q60.38 145.5045 61.208126 145.5045Q62.3175 145.5045 63.03625 146.39513L63.03625 145.64513L64.005005 145.64513L64.005005 151.02013Q64.005005 152.47325 63.708126 153.08263Q63.41125 153.692 62.770626 154.03575Q62.13 154.39513 61.1925 154.39513Q60.083126 154.39513 59.395626 153.89513Q58.708126 153.39513 58.72375 152.3795ZM59.59875 148.64513Q59.59875 149.86388 60.083126 150.42638Q60.5675 150.98888 61.301876 150.98888Q62.03625 150.98888 62.520626 150.42638Q63.020626 149.86388 63.020626 148.67638Q63.020626 147.53575 62.505 146.95763Q62.005 146.3795 61.28625 146.3795Q60.583126 146.3795 60.083126 146.95763Q59.59875 147.52013 59.59875 148.64513ZM65.911255 151.86388L65.911255 145.64513L66.86438 145.64513L66.86438 146.58263Q67.223755 145.92638 67.52063 145.72325Q67.83313 145.5045 68.20813 145.5045Q68.73938 145.5045 69.286255 145.83263L68.92688 146.817Q68.536255 146.58263 68.161255 146.58263Q67.80188 146.58263 67.52063 146.80138Q67.255005 147.0045 67.14563 147.3795Q66.95813 147.942 66.95813 148.59825L66.95813 151.86388L65.911255 151.86388ZM73.98938 151.09825Q73.39563 151.59825 72.848755 151.80138Q72.317505 152.0045 71.692505 152.0045Q70.661255 152.0045 70.11438 151.5045Q69.567505 151.0045 69.567505 150.22325Q69.567505 149.77013 69.77063 149.39513Q69.973755 149.0045 70.317505 148.78575Q70.661255 148.55138 71.08313 148.442Q71.380005 148.34825 72.02063 148.27013Q73.286255 148.1295 73.89563 147.91075Q73.89563 147.692 73.89563 147.64513Q73.89563 146.98888 73.598755 146.72325Q73.192505 146.3795 72.39563 146.3795Q71.661255 146.3795 71.30188 146.64513Q70.942505 146.89513 70.77063 147.55138L69.73938 147.41075Q69.880005 146.7545 70.20813 146.34825Q70.536255 145.942 71.14563 145.72325Q71.755005 145.5045 72.55188 145.5045Q73.348755 145.5045 73.848755 145.692Q74.348755 145.8795 74.58313 146.16075Q74.817505 146.442 74.911255 146.8795Q74.95813 147.14513 74.95813 147.84825L74.95813 149.2545Q74.95813 150.72325 75.02063 151.11388Q75.098755 151.5045 75.30188 151.86388L74.192505 151.86388Q74.036255 151.53575 73.98938 151.09825ZM73.89563 148.73888Q73.317505 148.97325 72.17688 149.14513Q71.52063 149.23888 71.255005 149.36388Q70.98938 149.47325 70.83313 149.692Q70.692505 149.91075 70.692505 150.192Q70.692505 150.61388 71.005005 150.89513Q71.33313 151.17638 71.942505 151.17638Q72.55188 151.17638 73.02063 150.91075Q73.505005 150.64513 73.723755 150.17638Q73.89563 149.817 73.89563 149.1295L73.89563 148.73888ZM76.92688 151.86388L76.92688 145.64513L77.86438 145.64513L77.86438 146.52013Q78.161255 146.05138 78.64563 145.78575Q79.130005 145.5045 79.755005 145.5045Q80.442505 145.5045 80.880005 145.78575Q81.33313 146.067 81.505005 146.58263Q82.255005 145.5045 83.42688 145.5045Q84.36438 145.5045 84.848755 146.02013Q85.348755 146.52013 85.348755 147.59825L85.348755 151.86388L84.30188 151.86388L84.30188 147.942Q84.30188 147.317 84.192505 147.03575Q84.098755 146.7545 83.83313 146.58263Q83.567505 146.41075 83.192505 146.41075Q82.536255 146.41075 82.098755 146.84825Q81.67688 147.28575 81.67688 148.2545L81.67688 151.86388L80.61438 151.86388L80.61438 147.817Q80.61438 147.11388 80.348755 146.77013Q80.098755 146.41075 79.52063 146.41075Q79.067505 146.41075 78.692505 146.64513Q78.317505 146.8795 78.14563 147.33263Q77.973755 147.78575 77.973755 148.6295L77.973755 151.86388L76.92688 151.86388ZM89.92688 144.48888L89.92688 143.27013L90.98938 143.27013L90.98938 144.48888L89.92688 144.48888ZM89.92688 151.86388L89.92688 145.64513L90.98938 145.64513L90.98938 151.86388L89.92688 151.86388ZM92.92688 151.86388L92.92688 145.64513L93.86438 145.64513L93.86438 146.52013Q94.55188 145.5045 95.848755 145.5045Q96.411255 145.5045 96.880005 145.70763Q97.36438 145.91075 97.598755 146.23888Q97.83313 146.567 97.92688 147.0045Q97.973755 147.30138 97.973755 148.03575L97.973755 151.86388L96.92688 151.86388L96.92688 148.08263Q96.92688 147.42638 96.80188 147.11388Q96.67688 146.80138 96.36438 146.61388Q96.05188 146.41075 95.630005 146.41075Q94.95813 146.41075 94.45813 146.84825Q93.973755 147.27013 93.973755 148.45763L93.973755 151.86388L92.92688 151.86388ZM107.08313 148.48888L107.08313 147.48888L110.70813 147.47325L110.70813 150.66075Q109.880005 151.33263 108.98938 151.67638Q108.098755 152.0045 107.161255 152.0045Q105.89563 152.0045 104.848755 151.47325Q103.817505 150.92638 103.286255 149.91075Q102.77063 148.8795 102.77063 147.61388Q102.77063 146.34825 103.286255 145.27013Q103.817505 144.17638 104.80188 143.66075Q105.786255 143.1295 107.067505 143.1295Q108.005005 143.1295 108.755005 143.42638Q109.505005 143.72325 109.92688 144.27013Q110.36438 144.80138 110.58313 145.67638L109.567505 145.95763Q109.36438 145.30138 109.067505 144.92638Q108.786255 144.55138 108.255005 144.33263Q107.723755 144.09825 107.08313 144.09825Q106.30188 144.09825 105.723755 144.33263Q105.161255 144.567 104.80188 144.95763Q104.45813 145.34825 104.27063 145.817Q103.942505 146.61388 103.942505 147.53575Q103.942505 148.692 104.33313 149.47325Q104.73938 150.23888 105.48938 150.61388Q106.23938 150.98888 107.098755 150.98888Q107.83313 150.98888 108.536255 150.70763Q109.23938 150.41075 109.598755 150.09825L109.598755 148.48888L107.08313 148.48888ZM111.536255 148.7545Q111.536255 147.02013 112.48938 146.192Q113.286255 145.5045 114.442505 145.5045Q115.723755 145.5045 116.536255 146.34825Q117.36438 147.17638 117.36438 148.66075Q117.36438 149.86388 117.005005 150.55138Q116.64563 151.23888 115.942505 151.6295Q115.255005 152.0045 114.442505 152.0045Q113.14563 152.0045 112.33313 151.17638Q111.536255 150.33263 111.536255 148.7545ZM112.61438 148.7545Q112.61438 149.942 113.130005 150.53575Q113.661255 151.1295 114.442505 151.1295Q115.23938 151.1295 115.755005 150.53575Q116.27063 149.942 116.27063 148.72325Q116.27063 147.567 115.73938 146.97325Q115.223755 146.3795 114.442505 146.3795Q113.661255 146.3795 113.130005 146.97325Q112.61438 147.55138 112.61438 148.7545ZM125.98938 151.09825Q125.39563 151.59825 124.848755 151.80138Q124.317505 152.0045 123.692505 152.0045Q122.661255 152.0045 122.11438 151.5045Q121.567505 151.0045 121.567505 150.22325Q121.567505 149.77013 121.77063 149.39513Q121.973755 149.0045 122.317505 148.78575Q122.661255 148.55138 123.08313 148.442Q123.380005 148.34825 124.02063 148.27013Q125.286255 148.1295 125.89563 147.91075Q125.89563 147.692 125.89563 147.64513Q125.89563 146.98888 125.598755 146.72325Q125.192505 146.3795 124.39563 146.3795Q123.661255 146.3795 123.30188 146.64513Q122.942505 146.89513 122.77063 147.55138L121.73938 147.41075Q121.880005 146.7545 122.20813 146.34825Q122.536255 145.942 123.14563 145.72325Q123.755005 145.5045 124.55188 145.5045Q125.348755 145.5045 125.848755 145.692Q126.348755 145.8795 126.58313 146.16075Q126.817505 146.442 126.911255 146.8795Q126.95813 147.14513 126.95813 147.84825L126.95813 149.2545Q126.95813 150.72325 127.02063 151.11388Q127.098755 151.5045 127.30188 151.86388L126.192505 151.86388Q126.036255 151.53575 125.98938 151.09825ZM125.89563 148.73888Q125.317505 148.97325 124.17688 149.14513Q123.52063 149.23888 123.255005 149.36388Q122.98938 149.47325 122.83313 149.692Q122.692505 149.91075 122.692505 150.192Q122.692505 150.61388 123.005005 150.89513Q123.33313 151.17638 123.942505 151.17638Q124.55188 151.17638 125.02063 150.91075Q125.505005 150.64513 125.723755 150.17638Q125.89563 149.817 125.89563 149.1295L125.89563 148.73888ZM131.22375 150.92638L131.38 151.84825Q130.92688 151.942 130.58313 151.942Q130.005 151.942 129.6925 151.77013Q129.38 151.58263 129.23938 151.28575Q129.11438 150.98888 129.11438 150.03575L129.11438 146.45763L128.34875 146.45763L128.34875 145.64513L129.11438 145.64513L129.11438 144.09825L130.16125 143.47325L130.16125 145.64513L131.22375 145.64513L131.22375 146.45763L130.16125 146.45763L130.16125 150.09825Q130.16125 150.55138 130.20813 150.67638Q130.27063 150.80138 130.39563 150.8795Q130.52063 150.95763 130.755 150.95763Q130.9425 150.95763 131.22375 150.92638Z" fill-rule="nonzero"/><path fill="#666666" d="M24.0675 165.86388L22.16125 159.64513L23.255 159.64513L24.239374 163.23888L24.614374 164.567Q24.645624 164.47325 24.9425 163.28575L25.926874 159.64513L27.005 159.64513L27.9425 163.2545L28.255 164.442L28.614374 163.23888L29.676874 159.64513L30.708124 159.64513L28.755 165.86388L27.66125 165.86388L26.676874 162.1295L26.426874 161.08263L25.176874 165.86388L24.0675 165.86388ZM31.53625 162.7545Q31.53625 161.02013 32.489372 160.192Q33.286247 159.5045 34.442497 159.5045Q35.723747 159.5045 36.536247 160.34825Q37.364372 161.17638 37.364372 162.66075Q37.364372 163.86388 37.004997 164.55138Q36.645622 165.23888 35.942497 165.6295Q35.254997 166.0045 34.442497 166.0045Q33.145622 166.0045 32.333122 165.17638Q31.53625 164.33263 31.53625 162.7545ZM32.614372 162.7545Q32.614372 163.942 33.129997 164.53575Q33.661247 165.1295 34.442497 165.1295Q35.239372 165.1295 35.754997 164.53575Q36.270622 163.942 36.270622 162.72325Q36.270622 161.567 35.739372 160.97325Q35.223747 160.3795 34.442497 160.3795Q33.661247 160.3795 33.129997 160.97325Q32.614372 161.55138 32.614372 162.7545ZM38.911247 165.86388L38.911247 159.64513L39.864372 159.64513L39.864372 160.58263Q40.223747 159.92638 40.520622 159.72325Q40.833122 159.5045 41.208122 159.5045Q41.739372 159.5045 42.286247 159.83263L41.926872 160.817Q41.536247 160.58263 41.161247 160.58263Q40.801872 160.58263 40.520622 160.80138Q40.254997 161.0045 40.145622 161.3795Q39.958122 161.942 39.958122 162.59825L39.958122 165.86388L38.911247 165.86388ZM42.926872 165.86388L42.926872 157.27013L43.989372 157.27013L43.989372 162.17638L46.473747 159.64513L47.848747 159.64513L45.458122 161.942L48.083122 165.86388L46.786247 165.86388L44.723747 162.67638L43.989372 163.39513L43.989372 165.86388L42.926872 165.86388ZM52.895622 165.86388L51.911247 165.86388L51.911247 157.27013L52.973747 157.27013L52.973747 160.33263Q53.645622 159.5045 54.676872 159.5045Q55.254997 159.5045 55.754997 159.73888Q56.270622 159.95763 56.598747 160.3795Q56.942497 160.80138 57.129997 161.39513Q57.317497 161.98888 57.317497 162.66075Q57.317497 164.2545 56.520622 165.1295Q55.723747 166.0045 54.629997 166.0045Q53.520622 166.0045 52.895622 165.08263L52.895622 165.86388ZM52.879997 162.70763Q52.879997 163.817 53.192497 164.317Q53.692497 165.1295 54.536247 165.1295Q55.223747 165.1295 55.723747 164.53575Q56.239372 163.942 56.239372 162.73888Q56.239372 161.52013 55.754997 160.942Q55.270622 160.36388 54.583122 160.36388Q53.895622 160.36388 53.379997 160.97325Q52.879997 161.567 52.879997 162.70763ZM63.004997 165.86388L63.004997 164.942Q62.270622 166.0045 61.020622 166.0045Q60.473747 166.0045 59.989372 165.80138Q59.520622 165.58263 59.286247 165.27013Q59.051872 164.942 58.958122 164.47325Q58.895622 164.17638 58.895622 163.48888L58.895622 159.64513L59.958122 159.64513L59.958122 163.09825Q59.958122 163.91075 60.020622 164.20763Q60.114372 164.61388 60.426872 164.86388Q60.754997 165.09825 61.239372 165.09825Q61.708122 165.09825 62.114372 164.86388Q62.536247 164.61388 62.708122 164.192Q62.895622 163.77013 62.895622 162.97325L62.895622 159.64513L63.942497 159.64513L63.942497 165.86388L63.004997 165.86388ZM68.22375 164.92638L68.38 165.84825Q67.92687 165.942 67.58312 165.942Q67.005 165.942 66.6925 165.77013Q66.38 165.58263 66.23937 165.28575Q66.11437 164.98888 66.11437 164.03575L66.11437 160.45763L65.34875 160.45763L65.34875 159.64513L66.11437 159.64513L66.11437 158.09825L67.16125 157.47325L67.16125 159.64513L68.22375 159.64513L68.22375 160.45763L67.16125 160.45763L67.16125 164.09825Q67.16125 164.55138 67.20812 164.67638Q67.27062 164.80138 67.39562 164.8795Q67.52062 164.95763 67.755 164.95763Q67.9425 164.95763 68.22375 164.92638ZM71.92687 165.86388L71.92687 159.64513L72.86437 159.64513L72.86437 160.52013Q73.55187 159.5045 74.84875 159.5045Q75.41125 159.5045 75.88 159.70763Q76.36437 159.91075 76.59875 160.23888Q76.83312 160.567 76.92687 161.0045Q76.97375 161.30138 76.97375 162.03575L76.97375 165.86388L75.92687 165.86388L75.92687 162.08263Q75.92687 161.42638 75.80187 161.11388Q75.67687 160.80138 75.36437 160.61388Q75.05187 160.41075 74.63 160.41075Q73.95812 160.41075 73.45812 160.84825Q72.97375 161.27013 72.97375 162.45763L72.97375 165.86388L71.92687 165.86388ZM78.53625 162.7545Q78.53625 161.02013 79.48937 160.192Q80.28625 159.5045 81.4425 159.5045Q82.72375 159.5045 83.53625 160.34825Q84.36437 161.17638 84.36437 162.66075Q84.36437 163.86388 84.005 164.55138Q83.64562 165.23888 82.9425 165.6295Q82.255 166.0045 81.4425 166.0045Q80.14562 166.0045 79.33312 165.17638Q78.53625 164.33263 78.53625 162.7545ZM79.61437 162.7545Q79.61437 163.942 80.13 164.53575Q80.66125 165.1295 81.4425 165.1295Q82.23937 165.1295 82.755 164.53575Q83.27062 163.942 83.27062 162.72325Q83.27062 161.567 82.73937 160.97325Q82.22375 160.3795 81.4425 160.3795Q80.66125 160.3795 80.13 160.97325Q79.61437 161.55138 79.61437 162.7545ZM88.22375 164.92638L88.38 165.84825Q87.92687 165.942 87.58312 165.942Q87.005 165.942 86.6925 165.77013Q86.38 165.58263 86.23937 165.28575Q86.11437 164.98888 86.11437 164.03575L86.11437 160.45763L85.34875 160.45763L85.34875 159.64513L86.11437 159.64513L86.11437 158.09825L87.16125 157.47325L87.16125 159.64513L88.22375 159.64513L88.22375 160.45763L87.16125 160.45763L87.16125 164.09825Q87.16125 164.55138 87.20812 164.67638Q87.27062 164.80138 87.39562 164.8795Q87.52062 164.95763 87.755 164.95763Q87.9425 164.95763 88.22375 164.92638ZM91.53625 162.7545Q91.53625 161.02013 92.48937 160.192Q93.28625 159.5045 94.4425 159.5045Q95.72375 159.5045 96.53625 160.34825Q97.36437 161.17638 97.36437 162.66075Q97.36437 163.86388 97.005 164.55138Q96.64562 165.23888 95.9425 165.6295Q95.255 166.0045 94.4425 166.0045Q93.14562 166.0045 92.33312 165.17638Q91.53625 164.33263 91.53625 162.7545ZM92.61437 162.7545Q92.61437 163.942 93.13 164.53575Q93.66125 165.1295 94.4425 165.1295Q95.23937 165.1295 95.755 164.53575Q96.27062 163.942 96.27062 162.72325Q96.27062 161.567 95.73937 160.97325Q95.22375 160.3795 94.4425 160.3795Q93.66125 160.3795 93.13 160.97325Q92.61437 161.55138 92.61437 162.7545ZM103.005 165.86388L103.005 164.942Q102.27062 166.0045 101.02062 166.0045Q100.47375 166.0045 99.98937 165.80138Q99.52062 165.58263 99.28625 165.27013Q99.05187 164.942 98.95812 164.47325Q98.89562 164.17638 98.89562 163.48888L98.89562 159.64513L99.95812 159.64513L99.95812 163.09825Q99.95812 163.91075 100.02062 164.20763Q100.11437 164.61388 100.42687 164.86388Q100.755 165.09825 101.23937 165.09825Q101.70812 165.09825 102.11437 164.86388Q102.53625 164.61388 102.70812 164.192Q102.89562 163.77013 102.89562 162.97325L102.89562 159.64513L103.9425 159.64513L103.9425 165.86388L103.005 165.86388ZM108.22375 164.92638L108.38 165.84825Q107.92687 165.942 107.58312 165.942Q107.005 165.942 106.6925 165.77013Q106.38 165.58263 106.23937 165.28575Q106.11437 164.98888 106.11437 164.03575L106.11437 160.45763L105.34875 160.45763L105.34875 159.64513L106.11437 159.64513L106.11437 158.09825L107.16125 157.47325L107.16125 159.64513L108.22375 159.64513L108.22375 160.45763L107.16125 160.45763L107.16125 164.09825Q107.16125 164.55138 107.20812 164.67638Q107.27062 164.80138 107.39562 164.8795Q107.52062 164.95763 107.755 164.95763Q107.9425 164.95763 108.22375 164.92638ZM108.505 164.0045L109.53625 163.84825Q109.63 164.47325 110.02062 164.80138Q110.42687 165.1295 111.16125 165.1295Q111.88 165.1295 112.22375 164.84825Q112.58312 164.55138 112.58312 164.14513Q112.58312 163.78575 112.27062 163.58263Q112.05187 163.442 111.1925 163.22325Q110.03625 162.92638 109.58312 162.72325Q109.14562 162.5045 108.91125 162.1295Q108.67687 161.7545 108.67687 161.28575Q108.67687 160.8795 108.86437 160.52013Q109.05187 160.16075 109.38 159.92638Q109.63 159.7545 110.05187 159.6295Q110.47375 159.5045 110.97375 159.5045Q111.6925 159.5045 112.23937 159.72325Q112.80187 159.92638 113.0675 160.28575Q113.33312 160.64513 113.42687 161.23888L112.39562 161.3795Q112.33312 160.91075 111.98937 160.64513Q111.66125 160.36388 111.03625 160.36388Q110.3175 160.36388 110.005 160.61388Q109.6925 160.84825 109.6925 161.17638Q109.6925 161.3795 109.8175 161.53575Q109.95812 161.70763 110.22375 161.817Q110.38 161.8795 111.16125 162.08263Q112.28625 162.39513 112.72375 162.58263Q113.16125 162.77013 113.41125 163.1295Q113.66125 163.48888 113.66125 164.03575Q113.66125 164.567 113.34875 165.03575Q113.05187 165.48888 112.47375 165.7545Q111.89562 166.0045 111.16125 166.0045Q109.9425 166.0045 109.30187 165.5045Q108.67687 164.98888 108.505 164.0045ZM114.92687 158.48888L114.92687 157.27013L115.98937 157.27013L115.98937 158.48888L114.92687 158.48888ZM114.92687 165.86388L114.92687 159.64513L115.98937 159.64513L115.98937 165.86388L114.92687 165.86388ZM121.95812 165.86388L121.95812 165.08263Q121.36437 166.0045 120.22375 166.0045Q119.47375 166.0045 118.84875 165.59825Q118.22375 165.17638 117.88 164.442Q117.53625 163.70763 117.53625 162.7545Q117.53625 161.83263 117.84875 161.067Q118.16125 160.30138 118.78625 159.91075Q119.41125 159.5045 120.17687 159.5045Q120.73937 159.5045 121.17687 159.73888Q121.61437 159.97325 121.89562 160.34825L121.89562 157.27013L122.9425 157.27013L122.9425 165.86388L121.95812 165.86388ZM118.63 162.7545Q118.63 163.95763 119.13 164.55138Q119.63 165.1295 120.3175 165.1295Q121.005 165.1295 121.48937 164.567Q121.97375 164.0045 121.97375 162.84825Q121.97375 161.567 121.47375 160.97325Q120.98937 160.3795 120.27062 160.3795Q119.5675 160.3795 119.09875 160.95763Q118.63 161.52013 118.63 162.7545ZM129.17688 163.86388L130.27063 163.98888Q130.02063 164.942 129.3175 165.47325Q128.61438 166.0045 127.53625 166.0045Q126.17687 166.0045 125.36437 165.16075Q124.5675 164.317 124.5675 162.80138Q124.5675 161.23888 125.38 160.3795Q126.1925 159.5045 127.47375 159.5045Q128.72375 159.5045 129.505 160.34825Q130.30188 161.192 130.30188 162.73888Q130.30188 162.83263 130.30188 163.02013L125.66125 163.02013Q125.72375 164.05138 126.23937 164.59825Q126.755 165.1295 127.53625 165.1295Q128.11438 165.1295 128.52063 164.83263Q128.9425 164.52013 129.17688 163.86388ZM125.72375 162.16075L129.1925 162.16075Q129.13 161.36388 128.80188 160.97325Q128.28625 160.36388 127.48937 160.36388Q126.755 160.36388 126.255 160.84825Q125.77062 161.33263 125.72375 162.16075Z" fill-rule="nonzero"/><path fill="#666666" d="M92.53625 176.7545Q92.53625 175.02013 93.48937 174.192Q94.28625 173.5045 95.4425 173.5045Q96.72375 173.5045 97.53625 174.34825Q98.36437 175.17638 98.36437 176.66075Q98.36437 177.86388 98.005 178.55138Q97.64562 179.23888 96.9425 179.6295Q96.255 180.0045 95.4425 180.0045Q94.14562 180.0045 93.33312 179.17638Q92.53625 178.33263 92.53625 176.7545ZM93.61437 176.7545Q93.61437 177.942 94.13 178.53575Q94.66125 179.1295 95.4425 179.1295Q96.23937 179.1295 96.755 178.53575Q97.27062 177.942 97.27062 176.72325Q97.27062 175.567 96.73937 174.97325Q96.22375 174.3795 95.4425 174.3795Q94.66125 174.3795 94.13 174.97325Q93.61437 175.55138 93.61437 176.7545ZM100.17687 179.86388L100.17687 174.45763L99.23937 174.45763L99.23937 173.64513L100.17687 173.64513L100.17687 172.97325Q100.17687 172.34825 100.28625 172.05138Q100.4425 171.6295 100.8175 171.3795Q101.20812 171.1295 101.89562 171.1295Q102.34875 171.1295 102.88 171.23888L102.72375 172.14513Q102.39562 172.09825 102.09875 172.09825Q101.61437 172.09825 101.41125 172.30138Q101.22375 172.5045 101.22375 173.067L101.22375 173.64513L102.4425 173.64513L102.4425 174.45763L101.22375 174.45763L101.22375 179.86388L100.17687 179.86388ZM107.0675 179.86388L105.16125 173.64513L106.255 173.64513L107.23937 177.23888L107.61437 178.567Q107.64562 178.47325 107.9425 177.28575L108.92687 173.64513L110.005 173.64513L110.9425 177.2545L111.255 178.442L111.61437 177.23888L112.67687 173.64513L113.70812 173.64513L111.755 179.86388L110.66125 179.86388L109.67687 176.1295L109.42687 175.08263L108.17687 179.86388L107.0675 179.86388ZM114.53625 176.7545Q114.53625 175.02013 115.48937 174.192Q116.28625 173.5045 117.4425 173.5045Q118.72375 173.5045 119.53625 174.34825Q120.36437 175.17638 120.36437 176.66075Q120.36437 177.86388 120.005 178.55138Q119.64562 179.23888 118.9425 179.6295Q118.255 180.0045 117.4425 180.0045Q116.14562 180.0045 115.33312 179.17638Q114.53625 178.33263 114.53625 176.7545ZM115.61437 176.7545Q115.61437 177.942 116.13 178.53575Q116.66125 179.1295 117.4425 179.1295Q118.23937 179.1295 118.755 178.53575Q119.27062 177.942 119.27062 176.72325Q119.27062 175.567 118.73937 174.97325Q118.22375 174.3795 117.4425 174.3795Q116.66125 174.3795 116.13 174.97325Q115.61437 175.55138 115.61437 176.7545ZM121.91125 179.86388L121.91125 173.64513L122.86437 173.64513L122.86437 174.58263Q123.22375 173.92638 123.52062 173.72325Q123.83312 173.5045 124.20812 173.5045Q124.73937 173.5045 125.28625 173.83263L124.92687 174.817Q124.53625 174.58263 124.16125 174.58263Q123.80187 174.58263 123.52062 174.80138Q123.255 175.0045 123.14562 175.3795Q122.95812 175.942 122.95812 176.59825L122.95812 179.86388L121.91125 179.86388ZM125.92687 179.86388L125.92687 171.27013L126.98937 171.27013L126.98937 176.17638L129.47375 173.64513L130.84875 173.64513L128.45813 175.942L131.08313 179.86388L129.78625 179.86388L127.72375 176.67638L126.98937 177.39513L126.98937 179.86388L125.92687 179.86388Z" fill-rule="nonzero"/><path fill="#666666" d="M48.255 219.70633L48.255 211.11258L49.38 211.11258L49.38 219.70633L48.255 219.70633ZM53.926876 222.09695L53.926876 213.48758L54.88 213.48758L54.88 214.28445Q55.22375 213.8157 55.645626 213.58133Q56.083126 213.34695 56.6925 213.34695Q57.489376 213.34695 58.09875 213.7532Q58.708126 214.15945 59.005 214.90945Q59.3175 215.65945 59.3175 216.55008Q59.3175 217.5032 58.97375 218.26883Q58.645626 219.03445 57.989376 219.4407Q57.333126 219.84695 56.614376 219.84695Q56.083126 219.84695 55.66125 219.6282Q55.239376 219.39383 54.97375 219.0657L54.97375 222.09695L53.926876 222.09695ZM54.88 216.6282Q54.88 217.83133 55.364376 218.40945Q55.84875 218.97195 56.53625 218.97195Q57.239376 218.97195 57.739376 218.3782Q58.239376 217.78445 58.239376 216.53445Q58.239376 215.34695 57.755 214.76883Q57.270626 214.17508 56.583126 214.17508Q55.91125 214.17508 55.395626 214.80008Q54.88 215.42508 54.88 216.6282ZM60.91125 219.70633L60.91125 213.48758L61.864376 213.48758L61.864376 214.42508Q62.22375 213.76883 62.520626 213.5657Q62.833126 213.34695 63.208126 213.34695Q63.739376 213.34695 64.286255 213.67508L63.926876 214.65945Q63.53625 214.42508 63.16125 214.42508Q62.801876 214.42508 62.520626 214.64383Q62.255 214.84695 62.145626 215.22195Q61.958126 215.78445 61.958126 216.4407L61.958126 219.70633L60.91125 219.70633ZM64.536255 216.59695Q64.536255 214.86258 65.48938 214.03445Q66.286255 213.34695 67.442505 213.34695Q68.723755 213.34695 69.536255 214.1907Q70.36438 215.01883 70.36438 216.5032Q70.36438 217.70633 70.005005 218.39383Q69.64563 219.08133 68.942505 219.47195Q68.255005 219.84695 67.442505 219.84695Q66.14563 219.84695 65.33313 219.01883Q64.536255 218.17508 64.536255 216.59695ZM65.61438 216.59695Q65.61438 217.78445 66.130005 218.3782Q66.661255 218.97195 67.442505 218.97195Q68.23938 218.97195 68.755005 218.3782Q69.27063 217.78445 69.27063 216.5657Q69.27063 215.40945 68.73938 214.8157Q68.223755 214.22195 67.442505 214.22195Q66.661255 214.22195 66.130005 214.8157Q65.61438 215.39383 65.61438 216.59695ZM71.723755 220.22195L72.755005 220.3782Q72.817505 220.84695 73.11438 221.0657Q73.505005 221.36258 74.17688 221.36258Q74.911255 221.36258 75.30188 221.0657Q75.70813 220.76883 75.848755 220.2532Q75.942505 219.92508 75.92688 218.89383Q75.23938 219.70633 74.20813 219.70633Q72.92688 219.70633 72.223755 218.78445Q71.52063 217.84695 71.52063 216.5657Q71.52063 215.67508 71.83313 214.92508Q72.161255 214.15945 72.77063 213.7532Q73.380005 213.34695 74.20813 213.34695Q75.317505 213.34695 76.036255 214.23758L76.036255 213.48758L77.005005 213.48758L77.005005 218.86258Q77.005005 220.3157 76.70813 220.92508Q76.411255 221.53445 75.77063 221.8782Q75.130005 222.23758 74.192505 222.23758Q73.08313 222.23758 72.39563 221.73758Q71.70813 221.23758 71.723755 220.22195ZM72.598755 216.48758Q72.598755 217.70633 73.08313 218.26883Q73.567505 218.83133 74.30188 218.83133Q75.036255 218.83133 75.52063 218.26883Q76.02063 217.70633 76.02063 216.51883Q76.02063 215.3782 75.505005 214.80008Q75.005005 214.22195 74.286255 214.22195Q73.58313 214.22195 73.08313 214.80008Q72.598755 215.36258 72.598755 216.48758ZM78.911255 219.70633L78.911255 213.48758L79.86438 213.48758L79.86438 214.42508Q80.223755 213.76883 80.52063 213.5657Q80.83313 213.34695 81.20813 213.34695Q81.73938 213.34695 82.286255 213.67508L81.92688 214.65945Q81.536255 214.42508 81.161255 214.42508Q80.80188 214.42508 80.52063 214.64383Q80.255005 214.84695 80.14563 215.22195Q79.95813 215.78445 79.95813 216.4407L79.95813 219.70633L78.911255 219.70633ZM86.98938 218.9407Q86.39563 219.4407 85.848755 219.64383Q85.317505 219.84695 84.692505 219.84695Q83.661255 219.84695 83.11438 219.34695Q82.567505 218.84695 82.567505 218.0657Q82.567505 217.61258 82.77063 217.23758Q82.973755 216.84695 83.317505 216.6282Q83.661255 216.39383 84.08313 216.28445Q84.380005 216.1907 85.02063 216.11258Q86.286255 215.97195 86.89563 215.7532Q86.89563 215.53445 86.89563 215.48758Q86.89563 214.83133 86.598755 214.5657Q86.192505 214.22195 85.39563 214.22195Q84.661255 214.22195 84.30188 214.48758Q83.942505 214.73758 83.77063 215.39383L82.73938 215.2532Q82.880005 214.59695 83.20813 214.1907Q83.536255 213.78445 84.14563 213.5657Q84.755005 213.34695 85.55188 213.34695Q86.348755 213.34695 86.848755 213.53445Q87.348755 213.72195 87.58313 214.0032Q87.817505 214.28445 87.911255 214.72195Q87.95813 214.98758 87.95813 215.6907L87.95813 217.09695Q87.95813 218.5657 88.02063 218.95633Q88.098755 219.34695 88.30188 219.70633L87.192505 219.70633Q87.036255 219.3782 86.98938 218.9407ZM86.89563 216.58133Q86.317505 216.8157 85.17688 216.98758Q84.52063 217.08133 84.255005 217.20633Q83.98938 217.3157 83.83313 217.53445Q83.692505 217.7532 83.692505 218.03445Q83.692505 218.45633 84.005005 218.73758Q84.33313 219.01883 84.942505 219.01883Q85.55188 219.01883 86.02063 218.7532Q86.505005 218.48758 86.723755 218.01883Q86.89563 217.65945 86.89563 216.97195L86.89563 216.58133ZM89.92688 219.70633L89.92688 213.48758L90.86438 213.48758L90.86438 214.36258Q91.161255 213.89383 91.64563 213.6282Q92.130005 213.34695 92.755005 213.34695Q93.442505 213.34695 93.880005 213.6282Q94.33313 213.90945 94.505005 214.42508Q95.255005 213.34695 96.42688 213.34695Q97.36438 213.34695 97.848755 213.86258Q98.348755 214.36258 98.348755 215.4407L98.348755 219.70633L97.30188 219.70633L97.30188 215.78445Q97.30188 215.15945 97.192505 214.8782Q97.098755 214.59695 96.83313 214.42508Q96.567505 214.2532 96.192505 214.2532Q95.536255 214.2532 95.098755 214.6907Q94.67688 215.1282 94.67688 216.09695L94.67688 219.70633L93.61438 219.70633L93.61438 215.65945Q93.61438 214.95633 93.348755 214.61258Q93.098755 214.2532 92.52063 214.2532Q92.067505 214.2532 91.692505 214.48758Q91.317505 214.72195 91.14563 215.17508Q90.973755 215.6282 90.973755 216.47195L90.973755 219.70633L89.92688 219.70633ZM102.92688 212.33133L102.92688 211.11258L103.98938 211.11258L103.98938 212.33133L102.92688 212.33133ZM102.92688 219.70633L102.92688 213.48758L103.98938 213.48758L103.98938 219.70633L102.92688 219.70633ZM105.92688 219.70633L105.92688 213.48758L106.86438 213.48758L106.86438 214.36258Q107.55188 213.34695 108.848755 213.34695Q109.411255 213.34695 109.880005 213.55008Q110.36438 213.7532 110.598755 214.08133Q110.83313 214.40945 110.92688 214.84695Q110.973755 215.14383 110.973755 215.8782L110.973755 219.70633L109.92688 219.70633L109.92688 215.92508Q109.92688 215.26883 109.80188 214.95633Q109.67688 214.64383 109.36438 214.45633Q109.05188 214.2532 108.630005 214.2532Q107.95813 214.2532 107.45813 214.6907Q106.973755 215.11258 106.973755 216.30008L106.973755 219.70633L105.92688 219.70633ZM120.08313 216.33133L120.08313 215.33133L123.70813 215.3157L123.70813 218.5032Q122.880005 219.17508 121.98938 219.51883Q121.098755 219.84695 120.161255 219.84695Q118.89563 219.84695 117.848755 219.3157Q116.817505 218.76883 116.286255 217.7532Q115.77063 216.72195 115.77063 215.45633Q115.77063 214.1907 116.286255 213.11258Q116.817505 212.01883 117.80188 211.5032Q118.786255 210.97195 120.067505 210.97195Q121.005005 210.97195 121.755005 211.26883Q122.505005 211.5657 122.92688 212.11258Q123.36438 212.64383 123.58313 213.51883L122.567505 213.80008Q122.36438 213.14383 122.067505 212.76883Q121.786255 212.39383 121.255005 212.17508Q120.723755 211.9407 120.08313 211.9407Q119.30188 211.9407 118.723755 212.17508Q118.161255 212.40945 117.80188 212.80008Q117.45813 213.1907 117.27063 213.65945Q116.942505 214.45633 116.942505 215.3782Q116.942505 216.53445 117.33313 217.3157Q117.73938 218.08133 118.48938 218.45633Q119.23938 218.83133 120.098755 218.83133Q120.83313 218.83133 121.536255 218.55008Q122.23938 218.2532 122.598755 217.9407L122.598755 216.33133L120.08313 216.33133ZM124.536255 216.59695Q124.536255 214.86258 125.48938 214.03445Q126.286255 213.34695 127.442505 213.34695Q128.72375 213.34695 129.53625 214.1907Q130.36438 215.01883 130.36438 216.5032Q130.36438 217.70633 130.005 218.39383Q129.64563 219.08133 128.9425 219.47195Q128.255 219.84695 127.442505 219.84695Q126.14563 219.84695 125.33313 219.01883Q124.536255 218.17508 124.536255 216.59695ZM125.61438 216.59695Q125.61438 217.78445 126.130005 218.3782Q126.661255 218.97195 127.442505 218.97195Q128.23938 218.97195 128.755 218.3782Q129.27063 217.78445 129.27063 216.5657Q129.27063 215.40945 128.73938 214.8157Q128.22375 214.22195 127.442505 214.22195Q126.661255 214.22195 126.130005 214.8157Q125.61438 215.39383 125.61438 216.59695Z" fill-rule="nonzero"/><path fill="#666666" d="M29.53625 230.59695Q29.53625 228.86258 30.489374 228.03445Q31.28625 227.34695 32.442497 227.34695Q33.723747 227.34695 34.536247 228.1907Q35.364372 229.01883 35.364372 230.5032Q35.364372 231.70633 35.004997 232.39383Q34.645622 233.08133 33.942497 233.47195Q33.254997 233.84695 32.442497 233.84695Q31.145624 233.84695 30.333124 233.01883Q29.53625 232.17508 29.53625 230.59695ZM30.614374 230.59695Q30.614374 231.78445 31.13 232.3782Q31.66125 232.97195 32.442497 232.97195Q33.239372 232.97195 33.754997 232.3782Q34.270622 231.78445 34.270622 230.5657Q34.270622 229.40945 33.739372 228.8157Q33.223747 228.22195 32.442497 228.22195Q31.66125 228.22195 31.13 228.8157Q30.614374 229.39383 30.614374 230.59695ZM41.004997 233.70633L41.004997 232.78445Q40.270622 233.84695 39.020622 233.84695Q38.473747 233.84695 37.989372 233.64383Q37.520622 233.42508 37.286247 233.11258Q37.051872 232.78445 36.958122 232.3157Q36.895622 232.01883 36.895622 231.33133L36.895622 227.48758L37.958122 227.48758L37.958122 230.9407Q37.958122 231.7532 38.020622 232.05008Q38.114372 232.45633 38.426872 232.70633Q38.754997 232.9407 39.239372 232.9407Q39.708122 232.9407 40.114372 232.70633Q40.536247 232.45633 40.708122 232.03445Q40.895622 231.61258 40.895622 230.8157L40.895622 227.48758L41.942497 227.48758L41.942497 233.70633L41.004997 233.70633ZM46.223747 232.76883L46.379997 233.6907Q45.926872 233.78445 45.583122 233.78445Q45.004997 233.78445 44.692497 233.61258Q44.379997 233.42508 44.239372 233.1282Q44.114372 232.83133 44.114372 231.8782L44.114372 228.30008L43.348747 228.30008L43.348747 227.48758L44.114372 227.48758L44.114372 225.9407L45.161247 225.3157L45.161247 227.48758L46.223747 227.48758L46.223747 228.30008L45.161247 228.30008L45.161247 231.9407Q45.161247 232.39383 45.208122 232.51883Q45.270622 232.64383 45.395622 232.72195Q45.520622 232.80008 45.754997 232.80008Q45.942497 232.80008 46.223747 232.76883ZM46.504997 231.84695L47.536247 231.6907Q47.629997 232.3157 48.020622 232.64383Q48.426872 232.97195 49.161247 232.97195Q49.879997 232.97195 50.223747 232.6907Q50.583122 232.39383 50.583122 231.98758Q50.583122 231.6282 50.270622 231.42508Q50.051872 231.28445 49.192497 231.0657Q48.036247 230.76883 47.583122 230.5657Q47.145622 230.34695 46.911247 229.97195Q46.676872 229.59695 46.676872 229.1282Q46.676872 228.72195 46.864372 228.36258Q47.051872 228.0032 47.379997 227.76883Q47.629997 227.59695 48.051872 227.47195Q48.473747 227.34695 48.973747 227.34695Q49.692497 227.34695 50.239372 227.5657Q50.801872 227.76883 51.067497 228.1282Q51.333122 228.48758 51.426872 229.08133L50.395622 229.22195Q50.333122 228.7532 49.989372 228.48758Q49.661247 228.20633 49.036247 228.20633Q48.317497 228.20633 48.004997 228.45633Q47.692497 228.6907 47.692497 229.01883Q47.692497 229.22195 47.817497 229.3782Q47.958122 229.55008 48.223747 229.65945Q48.379997 229.72195 49.161247 229.92508Q50.286247 230.23758 50.723747 230.42508Q51.161247 230.61258 51.411247 230.97195Q51.661247 231.33133 51.661247 231.8782Q51.661247 232.40945 51.348747 232.8782Q51.051872 233.33133 50.473747 233.59695Q49.895622 233.84695 49.161247 233.84695Q47.942497 233.84695 47.301872 233.34695Q46.676872 232.83133 46.504997 231.84695ZM52.926872 226.33133L52.926872 225.11258L53.989372 225.11258L53.989372 226.33133L52.926872 226.33133ZM52.926872 233.70633L52.926872 227.48758L53.989372 227.48758L53.989372 233.70633L52.926872 233.70633ZM59.958122 233.70633L59.958122 232.92508Q59.364372 233.84695 58.223747 233.84695Q57.473747 233.84695 56.848747 233.4407Q56.223747 233.01883 55.879997 232.28445Q55.536247 231.55008 55.536247 230.59695Q55.536247 229.67508 55.848747 228.90945Q56.161247 228.14383 56.786247 227.7532Q57.411247 227.34695 58.176872 227.34695Q58.739372 227.34695 59.176872 227.58133Q59.614372 227.8157 59.895622 228.1907L59.895622 225.11258L60.942497 225.11258L60.942497 233.70633L59.958122 233.70633ZM56.629997 230.59695Q56.629997 231.80008 57.129997 232.39383Q57.629997 232.97195 58.317497 232.97195Q59.004997 232.97195 59.489372 232.40945Q59.973747 231.84695 59.973747 230.6907Q59.973747 229.40945 59.473747 228.8157Q58.989372 228.22195 58.270622 228.22195Q57.567497 228.22195 57.098747 228.80008Q56.629997 229.36258 56.629997 230.59695ZM67.17687 231.70633L68.27062 231.83133Q68.02062 232.78445 67.3175 233.3157Q66.61437 233.84695 65.53625 233.84695Q64.17687 233.84695 63.364372 233.0032Q62.567497 232.15945 62.567497 230.64383Q62.567497 229.08133 63.379997 228.22195Q64.1925 227.34695 65.47375 227.34695Q66.72375 227.34695 67.505 228.1907Q68.30187 229.03445 68.30187 230.58133Q68.30187 230.67508 68.30187 230.86258L63.661247 230.86258Q63.723747 231.89383 64.23937 232.4407Q64.755 232.97195 65.53625 232.97195Q66.11437 232.97195 66.52062 232.67508Q66.9425 232.36258 67.17687 231.70633ZM63.723747 230.0032L67.1925 230.0032Q67.13 229.20633 66.80187 228.8157Q66.28625 228.20633 65.48937 228.20633Q64.755 228.20633 64.255 228.6907Q63.770622 229.17508 63.723747 230.0032ZM72.53625 230.59695Q72.53625 228.86258 73.48937 228.03445Q74.28625 227.34695 75.4425 227.34695Q76.72375 227.34695 77.53625 228.1907Q78.36437 229.01883 78.36437 230.5032Q78.36437 231.70633 78.005 232.39383Q77.64562 233.08133 76.9425 233.47195Q76.255 233.84695 75.4425 233.84695Q74.14562 233.84695 73.33312 233.01883Q72.53625 232.17508 72.53625 230.59695ZM73.61437 230.59695Q73.61437 231.78445 74.13 232.3782Q74.66125 232.97195 75.4425 232.97195Q76.23937 232.97195 76.755 232.3782Q77.27062 231.78445 77.27062 230.5657Q77.27062 229.40945 76.73937 228.8157Q76.22375 228.22195 75.4425 228.22195Q74.66125 228.22195 74.13 228.8157Q73.61437 229.39383 73.61437 230.59695ZM80.17687 233.70633L80.17687 228.30008L79.23937 228.30008L79.23937 227.48758L80.17687 227.48758L80.17687 226.8157Q80.17687 226.1907 80.28625 225.89383Q80.4425 225.47195 80.8175 225.22195Q81.20812 224.97195 81.89562 224.97195Q82.34875 224.97195 82.88 225.08133L82.72375 225.98758Q82.39562 225.9407 82.09875 225.9407Q81.61437 225.9407 81.41125 226.14383Q81.22375 226.34695 81.22375 226.90945L81.22375 227.48758L82.4425 227.48758L82.4425 228.30008L81.22375 228.30008L81.22375 233.70633L80.17687 233.70633ZM87.0675 233.70633L85.16125 227.48758L86.255 227.48758L87.23937 231.08133L87.61437 232.40945Q87.64562 232.3157 87.9425 231.1282L88.92687 227.48758L90.005 227.48758L90.9425 231.09695L91.255 232.28445L91.61437 231.08133L92.67687 227.48758L93.70812 227.48758L91.755 233.70633L90.66125 233.70633L89.67687 229.97195L89.42687 228.92508L88.17687 233.70633L87.0675 233.70633ZM94.53625 230.59695Q94.53625 228.86258 95.48937 228.03445Q96.28625 227.34695 97.4425 227.34695Q98.72375 227.34695 99.53625 228.1907Q100.36437 229.01883 100.36437 230.5032Q100.36437 231.70633 100.005 232.39383Q99.64562 233.08133 98.9425 233.47195Q98.255 233.84695 97.4425 233.84695Q96.14562 233.84695 95.33312 233.01883Q94.53625 232.17508 94.53625 230.59695ZM95.61437 230.59695Q95.61437 231.78445 96.13 232.3782Q96.66125 232.97195 97.4425 232.97195Q98.23937 232.97195 98.755 232.3782Q99.27062 231.78445 99.27062 230.5657Q99.27062 229.40945 98.73937 228.8157Q98.22375 228.22195 97.4425 228.22195Q96.66125 228.22195 96.13 228.8157Q95.61437 229.39383 95.61437 230.59695ZM101.91125 233.70633L101.91125 227.48758L102.86437 227.48758L102.86437 228.42508Q103.22375 227.76883 103.52062 227.5657Q103.83312 227.34695 104.20812 227.34695Q104.73937 227.34695 105.28625 227.67508L104.92687 228.65945Q104.53625 228.42508 104.16125 228.42508Q103.80187 228.42508 103.52062 228.64383Q103.255 228.84695 103.14562 229.22195Q102.95812 229.78445 102.95812 230.4407L102.95812 233.70633L101.91125 233.70633ZM105.92687 233.70633L105.92687 225.11258L106.98937 225.11258L106.98937 230.01883L109.47375 227.48758L110.84875 227.48758L108.45812 229.78445L111.08312 233.70633L109.78625 233.70633L107.72375 230.51883L106.98937 231.23758L106.98937 233.70633L105.92687 233.70633ZM115.89562 233.70633L114.91125 233.70633L114.91125 225.11258L115.97375 225.11258L115.97375 228.17508Q116.64562 227.34695 117.67687 227.34695Q118.255 227.34695 118.755 227.58133Q119.27062 227.80008 119.59875 228.22195Q119.9425 228.64383 120.13 229.23758Q120.3175 229.83133 120.3175 230.5032Q120.3175 232.09695 119.52062 232.97195Q118.72375 233.84695 117.63 233.84695Q116.52062 233.84695 115.89562 232.92508L115.89562 233.70633ZM115.88 230.55008Q115.88 231.65945 116.1925 232.15945Q116.6925 232.97195 117.53625 232.97195Q118.22375 232.97195 118.72375 232.3782Q119.23937 231.78445 119.23937 230.58133Q119.23937 229.36258 118.755 228.78445Q118.27062 228.20633 117.58312 228.20633Q116.89562 228.20633 116.38 228.8157Q115.88 229.40945 115.88 230.55008ZM126.005 233.70633L126.005 232.78445Q125.27062 233.84695 124.02062 233.84695Q123.47375 233.84695 122.98937 233.64383Q122.52062 233.42508 122.28625 233.11258Q122.05187 232.78445 121.95812 232.3157Q121.89562 232.01883 121.89562 231.33133L121.89562 227.48758L122.95812 227.48758L122.95812 230.9407Q122.95812 231.7532 123.02062 232.05008Q123.11437 232.45633 123.42687 232.70633Q123.755 232.9407 124.23937 232.9407Q124.70812 232.9407 125.11437 232.70633Q125.53625 232.45633 125.70812 232.03445Q125.89562 231.61258 125.89562 230.8157L125.89562 227.48758L126.9425 227.48758L126.9425 233.70633L126.005 233.70633ZM131.22375 232.76883L131.38 233.6907Q130.92688 233.78445 130.58313 233.78445Q130.005 233.78445 129.6925 233.61258Q129.38 233.42508 129.23938 233.1282Q129.11438 232.83133 129.11438 231.8782L129.11438 228.30008L128.34875 228.30008L128.34875 227.48758L129.11438 227.48758L129.11438 225.9407L130.16125 225.3157L130.16125 227.48758L131.22375 227.48758L131.22375 228.30008L130.16125 228.30008L130.16125 231.9407Q130.16125 232.39383 130.20813 232.51883Q130.27063 232.64383 130.39563 232.72195Q130.52063 232.80008 130.755 232.80008Q130.9425 232.80008 131.22375 232.76883Z" fill-rule="nonzero"/><path fill="#666666" d="M72.92687 247.70633L72.92687 241.48758L73.86437 241.48758L73.86437 242.36258Q74.55187 241.34695 75.84875 241.34695Q76.41125 241.34695 76.88 241.55008Q77.36437 241.7532 77.59875 242.08133Q77.83312 242.40945 77.92687 242.84695Q77.97375 243.14383 77.97375 243.8782L77.97375 247.70633L76.92687 247.70633L76.92687 243.92508Q76.92687 243.26883 76.80187 242.95633Q76.67687 242.64383 76.36437 242.45633Q76.05187 242.2532 75.63 242.2532Q74.95812 242.2532 74.45812 242.6907Q73.97375 243.11258 73.97375 244.30008L73.97375 247.70633L72.92687 247.70633ZM79.53625 244.59695Q79.53625 242.86258 80.48937 242.03445Q81.28625 241.34695 82.4425 241.34695Q83.72375 241.34695 84.53625 242.1907Q85.36437 243.01883 85.36437 244.5032Q85.36437 245.70633 85.005 246.39383Q84.64562 247.08133 83.9425 247.47195Q83.255 247.84695 82.4425 247.84695Q81.14562 247.84695 80.33312 247.01883Q79.53625 246.17508 79.53625 244.59695ZM80.61437 244.59695Q80.61437 245.78445 81.13 246.3782Q81.66125 246.97195 82.4425 246.97195Q83.23937 246.97195 83.755 246.3782Q84.27062 245.78445 84.27062 244.5657Q84.27062 243.40945 83.73937 242.8157Q83.22375 242.22195 82.4425 242.22195Q81.66125 242.22195 81.13 242.8157Q80.61437 243.39383 80.61437 244.59695ZM89.22375 246.76883L89.38 247.6907Q88.92687 247.78445 88.58312 247.78445Q88.005 247.78445 87.6925 247.61258Q87.38 247.42508 87.23937 247.1282Q87.11437 246.83133 87.11437 245.8782L87.11437 242.30008L86.34875 242.30008L86.34875 241.48758L87.11437 241.48758L87.11437 239.9407L88.16125 239.3157L88.16125 241.48758L89.22375 241.48758L89.22375 242.30008L88.16125 242.30008L88.16125 245.9407Q88.16125 246.39383 88.20812 246.51883Q88.27062 246.64383 88.39562 246.72195Q88.52062 246.80008 88.755 246.80008Q88.9425 246.80008 89.22375 246.76883ZM96.98937 246.9407Q96.39562 247.4407 95.84875 247.64383Q95.3175 247.84695 94.6925 247.84695Q93.66125 247.84695 93.11437 247.34695Q92.5675 246.84695 92.5675 246.0657Q92.5675 245.61258 92.77062 245.23758Q92.97375 244.84695 93.3175 244.6282Q93.66125 244.39383 94.08312 244.28445Q94.38 244.1907 95.02062 244.11258Q96.28625 243.97195 96.89562 243.7532Q96.89562 243.53445 96.89562 243.48758Q96.89562 242.83133 96.59875 242.5657Q96.1925 242.22195 95.39562 242.22195Q94.66125 242.22195 94.30187 242.48758Q93.9425 242.73758 93.77062 243.39383L92.73937 243.2532Q92.88 242.59695 93.20812 242.1907Q93.53625 241.78445 94.14562 241.5657Q94.755 241.34695 95.55187 241.34695Q96.34875 241.34695 96.84875 241.53445Q97.34875 241.72195 97.58312 242.0032Q97.8175 242.28445 97.91125 242.72195Q97.95812 242.98758 97.95812 243.6907L97.95812 245.09695Q97.95812 246.5657 98.02062 246.95633Q98.09875 247.34695 98.30187 247.70633L97.1925 247.70633Q97.03625 247.3782 96.98937 246.9407ZM96.89562 244.58133Q96.3175 244.8157 95.17687 244.98758Q94.52062 245.08133 94.255 245.20633Q93.98937 245.3157 93.83312 245.53445Q93.6925 245.7532 93.6925 246.03445Q93.6925 246.45633 94.005 246.73758Q94.33312 247.01883 94.9425 247.01883Q95.55187 247.01883 96.02062 246.7532Q96.505 246.48758 96.72375 246.01883Q96.89562 245.65945 96.89562 244.97195L96.89562 244.58133ZM102.22375 246.76883L102.38 247.6907Q101.92687 247.78445 101.58312 247.78445Q101.005 247.78445 100.6925 247.61258Q100.38 247.42508 100.23937 247.1282Q100.11437 246.83133 100.11437 245.8782L100.11437 242.30008L99.34875 242.30008L99.34875 241.48758L100.11437 241.48758L100.11437 239.9407L101.16125 239.3157L101.16125 241.48758L102.22375 241.48758L102.22375 242.30008L101.16125 242.30008L101.16125 245.9407Q101.16125 246.39383 101.20812 246.51883Q101.27062 246.64383 101.39562 246.72195Q101.52062 246.80008 101.755 246.80008Q101.9425 246.80008 102.22375 246.76883ZM107.0675 247.70633L105.16125 241.48758L106.255 241.48758L107.23937 245.08133L107.61437 246.40945Q107.64562 246.3157 107.9425 245.1282L108.92687 241.48758L110.005 241.48758L110.9425 245.09695L111.255 246.28445L111.61437 245.08133L112.67687 241.48758L113.70812 241.48758L111.755 247.70633L110.66125 247.70633L109.67687 243.97195L109.42687 242.92508L108.17687 247.70633L107.0675 247.70633ZM114.53625 244.59695Q114.53625 242.86258 115.48937 242.03445Q116.28625 241.34695 117.4425 241.34695Q118.72375 241.34695 119.53625 242.1907Q120.36437 243.01883 120.36437 244.5032Q120.36437 245.70633 120.005 246.39383Q119.64562 247.08133 118.9425 247.47195Q118.255 247.84695 117.4425 247.84695Q116.14562 247.84695 115.33312 247.01883Q114.53625 246.17508 114.53625 244.59695ZM115.61437 244.59695Q115.61437 245.78445 116.13 246.3782Q116.66125 246.97195 117.4425 246.97195Q118.23937 246.97195 118.755 246.3782Q119.27062 245.78445 119.27062 244.5657Q119.27062 243.40945 118.73937 242.8157Q118.22375 242.22195 117.4425 242.22195Q116.66125 242.22195 116.13 242.8157Q115.61437 243.39383 115.61437 244.59695ZM121.91125 247.70633L121.91125 241.48758L122.86437 241.48758L122.86437 242.42508Q123.22375 241.76883 123.52062 241.5657Q123.83312 241.34695 124.20812 241.34695Q124.73937 241.34695 125.28625 241.67508L124.92687 242.65945Q124.53625 242.42508 124.16125 242.42508Q123.80187 242.42508 123.52062 242.64383Q123.255 242.84695 123.14562 243.22195Q122.95812 243.78445 122.95812 244.4407L122.95812 247.70633L121.91125 247.70633ZM125.92687 247.70633L125.92687 239.11258L126.98937 239.11258L126.98937 244.01883L129.47375 241.48758L130.84875 241.48758L128.45813 243.78445L131.08313 247.70633L129.78625 247.70633L127.72375 244.51883L126.98937 245.23758L126.98937 247.70633L125.92687 247.70633Z" fill-rule="nonzero"/><path fill="#666666" d="M128.63 288.26562Q128.63 286.73438 128.9425 285.8125Q129.255 284.875 129.86438 284.375Q130.48938 283.875 131.42688 283.875Q132.11438 283.875 132.63 284.15625Q133.16125 284.4375 133.505 284.96875Q133.84875 285.48438 134.03625 286.23438Q134.22375 286.98438 134.22375 288.26562Q134.22375 289.78125 133.91125 290.70312Q133.61438 291.625 132.98938 292.14062Q132.38 292.64062 131.42688 292.64062Q130.1925 292.64062 129.47375 291.75Q128.63 290.6875 128.63 288.26562ZM129.70813 288.26562Q129.70813 290.375 130.20813 291.07812Q130.70813 291.78125 131.42688 291.78125Q132.16125 291.78125 132.64563 291.07812Q133.14563 290.375 133.14563 288.26562Q133.14563 286.14062 132.64563 285.45312Q132.16125 284.75 131.41125 284.75Q130.6925 284.75 130.255 285.35938Q129.70813 286.14062 129.70813 288.26562ZM135.83313 285.96875Q135.83313 285.04688 136.28625 284.40625Q136.755 283.76562 137.63 283.76562Q138.4425 283.76562 138.97375 284.34375Q139.505 284.92188 139.505 286.03125Q139.505 287.125 138.95813 287.71875Q138.42688 288.29688 137.64563 288.29688Q136.86438 288.29688 136.34875 287.71875Q135.83313 287.14062 135.83313 285.96875ZM137.66125 284.48438Q137.27063 284.48438 137.005 284.82812Q136.755 285.17188 136.755 286.07812Q136.755 286.90625 137.005 287.25Q137.27063 287.57812 137.66125 287.57812Q138.0675 287.57812 138.3175 287.23438Q138.58313 286.89062 138.58313 286.0Q138.58313 285.15625 138.3175 284.82812Q138.05188 284.48438 137.66125 284.48438ZM137.66125 292.8125L142.36438 283.76562L143.22375 283.76562L138.53625 292.8125L137.66125 292.8125ZM141.38 290.48438Q141.38 289.5625 141.83313 288.92188Q142.30188 288.28125 143.1925 288.28125Q144.005 288.28125 144.53625 288.85938Q145.0675 289.42188 145.0675 290.54688Q145.0675 291.64062 144.52063 292.23438Q143.98938 292.8125 143.1925 292.8125Q142.42688 292.8125 141.89563 292.23438Q141.38 291.65625 141.38 290.48438ZM143.22375 289.0Q142.8175 289.0 142.55188 289.34375Q142.30188 289.6875 142.30188 290.59375Q142.30188 291.40625 142.5675 291.75Q142.83313 292.09375 143.22375 292.09375Q143.61438 292.09375 143.88 291.75Q144.14563 291.40625 144.14563 290.5Q144.14563 289.67188 143.88 289.34375Q143.61438 289.0 143.22375 289.0Z" fill-rule="nonzero"/><path fill="#666666" d="M241.75688 291.48438L241.75688 292.5L236.06938 292.5Q236.06938 292.125 236.19438 291.76562Q236.41313 291.1875 236.88188 290.625Q237.36626 290.0625 238.2725 289.32812Q239.67876 288.17188 240.16313 287.5Q240.66313 286.82812 240.66313 286.23438Q240.66313 285.60938 240.21 285.1875Q239.75688 284.75 239.03813 284.75Q238.2725 284.75 237.81938 285.20312Q237.36626 285.65625 237.35063 286.46875L236.2725 286.35938Q236.38188 285.14062 237.10063 284.51562Q237.835 283.875 239.06938 283.875Q240.30376 283.875 241.0225 284.5625Q241.74126 285.25 241.74126 286.26562Q241.74126 286.78125 241.5225 287.28125Q241.31938 287.76562 240.81938 288.32812Q240.335 288.875 239.21 289.82812Q238.25688 290.625 237.97563 290.92188Q237.71 291.20312 237.53813 291.48438L241.75688 291.48438ZM243.21 288.26562Q243.21 286.73438 243.5225 285.8125Q243.835 284.875 244.44438 284.375Q245.06938 283.875 246.00688 283.875Q246.69438 283.875 247.21 284.15625Q247.74126 284.4375 248.085 284.96875Q248.42876 285.48438 248.61626 286.23438Q248.80376 286.98438 248.80376 288.26562Q248.80376 289.78125 248.49126 290.70312Q248.19438 291.625 247.56938 292.14062Q246.96 292.64062 246.00688 292.64062Q244.7725 292.64062 244.05376 291.75Q243.21 290.6875 243.21 288.26562ZM244.28813 288.26562Q244.28813 290.375 244.78813 291.07812Q245.28813 291.78125 246.00688 291.78125Q246.74126 291.78125 247.22563 291.07812Q247.72563 290.375 247.72563 288.26562Q247.72563 286.14062 247.22563 285.45312Q246.74126 284.75 245.99126 284.75Q245.2725 284.75 244.835 285.35938Q244.28813 286.14062 244.28813 288.26562ZM250.41313 285.96875Q250.41313 285.04688 250.86626 284.40625Q251.335 283.76562 252.21 283.76562Q253.0225 283.76562 253.55376 284.34375Q254.085 284.92188 254.085 286.03125Q254.085 287.125 253.53813 287.71875Q253.00688 288.29688 252.22563 288.29688Q251.44438 288.29688 250.92876 287.71875Q250.41313 287.14062 250.41313 285.96875ZM252.24126 284.48438Q251.85063 284.48438 251.585 284.82812Q251.335 285.17188 251.335 286.07812Q251.335 286.90625 251.585 287.25Q251.85063 287.57812 252.24126 287.57812Q252.6475 287.57812 252.8975 287.23438Q253.16313 286.89062 253.16313 286.0Q253.16313 285.15625 252.8975 284.82812Q252.63188 284.48438 252.24126 284.48438ZM252.24126 292.8125L256.9444 283.76562L257.80377 283.76562L253.11626 292.8125L252.24126 292.8125ZM255.96 290.48438Q255.96 289.5625 256.41315 288.92188Q256.8819 288.28125 257.77252 288.28125Q258.58502 288.28125 259.11627 288.85938Q259.64752 289.42188 259.64752 290.54688Q259.64752 291.64062 259.10065 292.23438Q258.5694 292.8125 257.77252 292.8125Q257.0069 292.8125 256.47565 292.23438Q255.96 291.65625 255.96 290.48438ZM257.80377 289.0Q257.39752 289.0 257.1319 289.34375Q256.8819 289.6875 256.8819 290.59375Q256.8819 291.40625 257.14752 291.75Q257.41315 292.09375 257.80377 292.09375Q258.1944 292.09375 258.46002 291.75Q258.72565 291.40625 258.72565 290.5Q258.72565 289.67188 258.46002 289.34375Q258.1944 289.0 257.80377 289.0Z" fill-rule="nonzero"/><path fill="#666666" d="M350.665 292.5L350.665 290.4375L346.94626 290.4375L346.94626 289.46875L350.86813 283.90625L351.7275 283.90625L351.7275 289.46875L352.88376 289.46875L352.88376 290.4375L351.7275 290.4375L351.7275 292.5L350.665 292.5ZM350.665 289.46875L350.665 285.60938L347.9775 289.46875L350.665 289.46875ZM354.29 288.26562Q354.29 286.73438 354.6025 285.8125Q354.915 284.875 355.52438 284.375Q356.14938 283.875 357.08688 283.875Q357.77438 283.875 358.29 284.15625Q358.82126 284.4375 359.165 284.96875Q359.50876 285.48438 359.69626 286.23438Q359.88376 286.98438 359.88376 288.26562Q359.88376 289.78125 359.57126 290.70312Q359.27438 291.625 358.64938 292.14062Q358.04 292.64062 357.08688 292.64062Q355.8525 292.64062 355.13376 291.75Q354.29 290.6875 354.29 288.26562ZM355.36813 288.26562Q355.36813 290.375 355.86813 291.07812Q356.36813 291.78125 357.08688 291.78125Q357.82126 291.78125 358.30563 291.07812Q358.80563 290.375 358.80563 288.26562Q358.80563 286.14062 358.30563 285.45312Q357.82126 284.75 357.07126 284.75Q356.3525 284.75 355.915 285.35938Q355.36813 286.14062 355.36813 288.26562ZM361.49313 285.96875Q361.49313 285.04688 361.94626 284.40625Q362.415 283.76562 363.29 283.76562Q364.1025 283.76562 364.63376 284.34375Q365.165 284.92188 365.165 286.03125Q365.165 287.125 364.61813 287.71875Q364.08688 288.29688 363.30563 288.29688Q362.52438 288.29688 362.00876 287.71875Q361.49313 287.14062 361.49313 285.96875ZM363.32126 284.48438Q362.93063 284.48438 362.665 284.82812Q362.415 285.17188 362.415 286.07812Q362.415 286.90625 362.665 287.25Q362.93063 287.57812 363.32126 287.57812Q363.7275 287.57812 363.9775 287.23438Q364.24313 286.89062 364.24313 286.0Q364.24313 285.15625 363.9775 284.82812Q363.71188 284.48438 363.32126 284.48438ZM363.32126 292.8125L368.02438 283.76562L368.88376 283.76562L364.19626 292.8125L363.32126 292.8125ZM367.04 290.48438Q367.04 289.5625 367.49313 288.92188Q367.96188 288.28125 368.8525 288.28125Q369.665 288.28125 370.19626 288.85938Q370.7275 289.42188 370.7275 290.54688Q370.7275 291.64062 370.18063 292.23438Q369.64938 292.8125 368.8525 292.8125Q368.08688 292.8125 367.55563 292.23438Q367.04 291.65625 367.04 290.48438ZM368.88376 289.0Q368.4775 289.0 368.21188 289.34375Q367.96188 289.6875 367.96188 290.59375Q367.96188 291.40625 368.2275 291.75Q368.49313 292.09375 368.88376 292.09375Q369.27438 292.09375 369.54 291.75Q369.80563 291.40625 369.80563 290.5Q369.80563 289.67188 369.54 289.34375Q369.27438 289.0 368.88376 289.0Z" fill-rule="nonzero"/><path fill="#666666" d="M463.83875 286.01562L462.79187 286.09375Q462.65125 285.46875 462.40125 285.1875Q461.96375 284.73438 461.33875 284.73438Q460.83875 284.73438 460.44812 285.01562Q459.96375 285.39062 459.66687 286.09375Q459.38562 286.78125 459.37 288.0625Q459.745 287.48438 460.29187 287.20312Q460.85437 286.92188 461.46375 286.92188Q462.51062 286.92188 463.245 287.70312Q463.995 288.48438 463.995 289.70312Q463.995 290.51562 463.63562 291.21875Q463.29187 291.90625 462.6825 292.28125Q462.07312 292.64062 461.3075 292.64062Q459.97937 292.64062 459.15125 291.67188Q458.32312 290.70312 458.32312 288.48438Q458.32312 285.98438 459.245 284.85938Q460.04187 283.875 461.40125 283.875Q462.41687 283.875 463.0575 284.45312Q463.71375 285.01562 463.83875 286.01562ZM459.54187 289.71875Q459.54187 290.26562 459.76062 290.76562Q459.995 291.25 460.40125 291.51562Q460.82312 291.78125 461.29187 291.78125Q461.94812 291.78125 462.4325 291.25Q462.91687 290.70312 462.91687 289.78125Q462.91687 288.89062 462.4325 288.375Q461.96375 287.85938 461.245 287.85938Q460.52625 287.85938 460.02625 288.375Q459.54187 288.89062 459.54187 289.71875ZM465.37 288.26562Q465.37 286.73438 465.6825 285.8125Q465.995 284.875 466.60437 284.375Q467.22937 283.875 468.16687 283.875Q468.85437 283.875 469.37 284.15625Q469.90125 284.4375 470.245 284.96875Q470.58875 285.48438 470.77625 286.23438Q470.96375 286.98438 470.96375 288.26562Q470.96375 289.78125 470.65125 290.70312Q470.35437 291.625 469.72937 292.14062Q469.12 292.64062 468.16687 292.64062Q466.9325 292.64062 466.21375 291.75Q465.37 290.6875 465.37 288.26562ZM466.44812 288.26562Q466.44812 290.375 466.94812 291.07812Q467.44812 291.78125 468.16687 291.78125Q468.90125 291.78125 469.38562 291.07812Q469.88562 290.375 469.88562 288.26562Q469.88562 286.14062 469.38562 285.45312Q468.90125 284.75 468.15125 284.75Q467.4325 284.75 466.995 285.35938Q466.44812 286.14062 466.44812 288.26562ZM472.57312 285.96875Q472.57312 285.04688 473.02625 284.40625Q473.495 283.76562 474.37 283.76562Q475.1825 283.76562 475.71375 284.34375Q476.245 284.92188 476.245 286.03125Q476.245 287.125 475.69812 287.71875Q475.16687 288.29688 474.38562 288.29688Q473.60437 288.29688 473.08875 287.71875Q472.57312 287.14062 472.57312 285.96875ZM474.40125 284.48438Q474.01062 284.48438 473.745 284.82812Q473.495 285.17188 473.495 286.07812Q473.495 286.90625 473.745 287.25Q474.01062 287.57812 474.40125 287.57812Q474.8075 287.57812 475.0575 287.23438Q475.32312 286.89062 475.32312 286.0Q475.32312 285.15625 475.0575 284.82812Q474.79187 284.48438 474.40125 284.48438ZM474.40125 292.8125L479.10437 283.76562L479.96375 283.76562L475.27625 292.8125L474.40125 292.8125ZM478.12 290.48438Q478.12 289.5625 478.57312 288.92188Q479.04187 288.28125 479.9325 288.28125Q480.745 288.28125 481.27625 288.85938Q481.8075 289.42188 481.8075 290.54688Q481.8075 291.64062 481.26062 292.23438Q480.72937 292.8125 479.9325 292.8125Q479.16687 292.8125 478.63562 292.23438Q478.12 291.65625 478.12 290.48438ZM479.96375 289.0Q479.5575 289.0 479.29187 289.34375Q479.04187 289.6875 479.04187 290.59375Q479.04187 291.40625 479.3075 291.75Q479.57312 292.09375 479.96375 292.09375Q480.35437 292.09375 480.62 291.75Q480.88562 291.40625 480.88562 290.5Q480.88562 289.67188 480.62 289.34375Q480.35437 289.0 479.96375 289.0Z" fill-rule="nonzero"/><path fill="#666666" d="M571.075 287.84375Q570.41876 287.59375 570.09064 287.15625Q569.77814 286.70312 569.77814 286.09375Q569.77814 285.15625 570.45 284.51562Q571.1375 283.875 572.2469 283.875Q573.3719 283.875 574.0594 284.53125Q574.7469 285.1875 574.7469 286.125Q574.7469 286.71875 574.4344 287.15625Q574.1219 287.59375 573.48126 287.84375Q574.27814 288.09375 574.6844 288.67188Q575.09064 289.25 575.09064 290.04688Q575.09064 291.14062 574.3094 291.89062Q573.54376 292.64062 572.2625 292.64062Q570.9969 292.64062 570.21564 291.89062Q569.4344 291.14062 569.4344 290.01562Q569.4344 289.17188 569.85626 288.60938Q570.29376 288.04688 571.075 287.84375ZM570.85626 286.04688Q570.85626 286.65625 571.2469 287.04688Q571.65314 287.4375 572.27814 287.4375Q572.8875 287.4375 573.27814 287.0625Q573.66876 286.67188 573.66876 286.10938Q573.66876 285.53125 573.2625 285.14062Q572.85626 284.73438 572.2625 284.73438Q571.65314 284.73438 571.2469 285.125Q570.85626 285.51562 570.85626 286.04688ZM570.52814 290.01562Q570.52814 290.46875 570.73126 290.89062Q570.95 291.3125 571.3719 291.54688Q571.79376 291.78125 572.27814 291.78125Q573.02814 291.78125 573.5125 291.29688Q574.0125 290.8125 574.0125 290.0625Q574.0125 289.29688 573.5125 288.79688Q573.0125 288.29688 572.2469 288.29688Q571.4969 288.29688 571.0125 288.79688Q570.52814 289.28125 570.52814 290.01562ZM576.45 288.26562Q576.45 286.73438 576.7625 285.8125Q577.075 284.875 577.6844 284.375Q578.3094 283.875 579.2469 283.875Q579.9344 283.875 580.45 284.15625Q580.98126 284.4375 581.325 284.96875Q581.66876 285.48438 581.85626 286.23438Q582.04376 286.98438 582.04376 288.26562Q582.04376 289.78125 581.73126 290.70312Q581.4344 291.625 580.8094 292.14062Q580.2 292.64062 579.2469 292.64062Q578.0125 292.64062 577.29376 291.75Q576.45 290.6875 576.45 288.26562ZM577.52814 288.26562Q577.52814 290.375 578.02814 291.07812Q578.52814 291.78125 579.2469 291.78125Q579.98126 291.78125 580.46564 291.07812Q580.96564 290.375 580.96564 288.26562Q580.96564 286.14062 580.46564 285.45312Q579.98126 284.75 579.23126 284.75Q578.5125 284.75 578.075 285.35938Q577.52814 286.14062 577.52814 288.26562ZM583.65314 285.96875Q583.65314 285.04688 584.10626 284.40625Q584.575 283.76562 585.45 283.76562Q586.2625 283.76562 586.79376 284.34375Q587.325 284.92188 587.325 286.03125Q587.325 287.125 586.77814 287.71875Q586.2469 288.29688 585.46564 288.29688Q584.6844 288.29688 584.16876 287.71875Q583.65314 287.14062 583.65314 285.96875ZM585.48126 284.48438Q585.09064 284.48438 584.825 284.82812Q584.575 285.17188 584.575 286.07812Q584.575 286.90625 584.825 287.25Q585.09064 287.57812 585.48126 287.57812Q585.8875 287.57812 586.1375 287.23438Q586.40314 286.89062 586.40314 286.0Q586.40314 285.15625 586.1375 284.82812Q585.8719 284.48438 585.48126 284.48438ZM585.48126 292.8125L590.1844 283.76562L591.04376 283.76562L586.35626 292.8125L585.48126 292.8125ZM589.2 290.48438Q589.2 289.5625 589.65314 288.92188Q590.1219 288.28125 591.0125 288.28125Q591.825 288.28125 592.35626 288.85938Q592.8875 289.42188 592.8875 290.54688Q592.8875 291.64062 592.34064 292.23438Q591.8094 292.8125 591.0125 292.8125Q590.2469 292.8125 589.71564 292.23438Q589.2 291.65625 589.2 290.48438ZM591.04376 289.0Q590.6375 289.0 590.3719 289.34375Q590.1219 289.6875 590.1219 290.59375Q590.1219 291.40625 590.3875 291.75Q590.65314 292.09375 591.04376 292.09375Q591.4344 292.09375 591.7 291.75Q591.96564 291.40625 591.96564 290.5Q591.96564 289.67188 591.7 289.34375Q591.4344 289.0 591.04376 289.0Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 328.64267C212.0 328.09036 212.44771 327.64267 213.0 327.64267L223.0 327.64267C223.55229 327.64267 224.0 328.09036 224.0 328.64267L224.0 338.64267C224.0 339.19495 223.55229 339.64267 223.0 339.64267L213.0 339.64267C212.44771 339.64267 212.0 339.19495 212.0 338.64267Z" fill-rule="nonzero"/><path fill="#666666" d="M238.04688 336.62704L238.04688 337.64267L232.35938 337.64267Q232.35938 337.26767 232.48438 336.9083Q232.70312 336.33017 233.17188 335.76767Q233.65625 335.20517 234.5625 334.4708Q235.96875 333.31454 236.45312 332.64267Q236.95312 331.9708 236.95312 331.37704Q236.95312 330.75204 236.5 330.33017Q236.04688 329.89267 235.32812 329.89267Q234.5625 329.89267 234.10938 330.3458Q233.65625 330.79892 233.64062 331.61142L232.5625 331.50204Q232.67188 330.2833 233.39062 329.6583Q234.125 329.01767 235.35938 329.01767Q236.59375 329.01767 237.3125 329.70517Q238.03125 330.39267 238.03125 331.4083Q238.03125 331.92392 237.8125 332.42392Q237.60938 332.9083 237.10938 333.4708Q236.625 334.01767 235.5 334.9708Q234.54688 335.76767 234.26562 336.06454Q234.0 336.3458 233.82812 336.62704L238.04688 336.62704ZM239.5 333.4083Q239.5 331.87704 239.8125 330.95517Q240.125 330.01767 240.73438 329.51767Q241.35938 329.01767 242.29688 329.01767Q242.98438 329.01767 243.5 329.29892Q244.03125 329.58017 244.375 330.11142Q244.71875 330.62704 244.90625 331.37704Q245.09375 332.12704 245.09375 333.4083Q245.09375 334.92392 244.78125 335.8458Q244.48438 336.76767 243.85938 337.2833Q243.25 337.7833 242.29688 337.7833Q241.0625 337.7833 240.34375 336.89267Q239.5 335.83017 239.5 333.4083ZM240.57812 333.4083Q240.57812 335.51767 241.07812 336.2208Q241.57812 336.92392 242.29688 336.92392Q243.03125 336.92392 243.51562 336.2208Q244.01562 335.51767 244.01562 333.4083Q244.01562 331.2833 243.51562 330.5958Q243.03125 329.89267 242.28125 329.89267Q241.5625 329.89267 241.125 330.50204Q240.57812 331.2833 240.57812 333.4083ZM250.46875 337.64267L249.42188 337.64267L249.42188 330.92392Q249.03125 331.2833 248.40625 331.6583Q247.79688 332.01767 247.3125 332.18954L247.3125 331.17392Q248.1875 330.75204 248.84375 330.17392Q249.51562 329.58017 249.79688 329.01767L250.46875 329.01767L250.46875 337.64267ZM258.96875 331.1583L257.92188 331.23642Q257.78125 330.61142 257.53125 330.33017Q257.09375 329.87704 256.46875 329.87704Q255.96875 329.87704 255.57812 330.1583Q255.09375 330.5333 254.79688 331.23642Q254.51562 331.92392 254.5 333.20517Q254.875 332.62704 255.42188 332.3458Q255.98438 332.06454 256.59375 332.06454Q257.64062 332.06454 258.375 332.8458Q259.125 333.62704 259.125 334.8458Q259.125 335.6583 258.76562 336.36142Q258.42188 337.04892 257.8125 337.42392Q257.20312 337.7833 256.4375 337.7833Q255.10938 337.7833 254.28125 336.81454Q253.45312 335.8458 253.45312 333.62704Q253.45312 331.12704 254.375 330.00204Q255.17188 329.01767 256.53125 329.01767Q257.54688 329.01767 258.1875 329.5958Q258.84375 330.1583 258.96875 331.1583ZM254.67188 334.86142Q254.67188 335.4083 254.89062 335.9083Q255.125 336.39267 255.53125 336.6583Q255.95312 336.92392 256.42188 336.92392Q257.07812 336.92392 257.5625 336.39267Q258.04688 335.8458 258.04688 334.92392Q258.04688 334.0333 257.5625 333.51767Q257.09375 333.00204 256.375 333.00204Q255.65625 333.00204 255.15625 333.51767Q254.67188 334.0333 254.67188 334.86142Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 328.64267C276.0 328.09036 276.44772 327.64267 277.0 327.64267L287.0 327.64267C287.55228 327.64267 288.0 328.09036 288.0 328.64267L288.0 338.64267C288.0 339.19495 287.55228 339.64267 287.0 339.64267L277.0 339.64267C276.44772 339.64267 276.0 339.19495 276.0 338.64267Z" fill-rule="nonzero"/><path fill="#666666" d="M302.04688 336.62704L302.04688 337.64267L296.35938 337.64267Q296.35938 337.26767 296.48438 336.9083Q296.70312 336.33017 297.17188 335.76767Q297.65625 335.20517 298.5625 334.4708Q299.96875 333.31454 300.45312 332.64267Q300.95312 331.9708 300.95312 331.37704Q300.95312 330.75204 300.5 330.33017Q300.04688 329.89267 299.32812 329.89267Q298.5625 329.89267 298.10938 330.3458Q297.65625 330.79892 297.64062 331.61142L296.5625 331.50204Q296.67188 330.2833 297.39062 329.6583Q298.125 329.01767 299.35938 329.01767Q300.59375 329.01767 301.3125 329.70517Q302.03125 330.39267 302.03125 331.4083Q302.03125 331.92392 301.8125 332.42392Q301.60938 332.9083 301.10938 333.4708Q300.625 334.01767 299.5 334.9708Q298.54688 335.76767 298.26562 336.06454Q298.0 336.3458 297.82812 336.62704L302.04688 336.62704ZM303.5 333.4083Q303.5 331.87704 303.8125 330.95517Q304.125 330.01767 304.73438 329.51767Q305.35938 329.01767 306.29688 329.01767Q306.98438 329.01767 307.5 329.29892Q308.03125 329.58017 308.375 330.11142Q308.71875 330.62704 308.90625 331.37704Q309.09375 332.12704 309.09375 333.4083Q309.09375 334.92392 308.78125 335.8458Q308.48438 336.76767 307.85938 337.2833Q307.25 337.7833 306.29688 337.7833Q305.0625 337.7833 304.34375 336.89267Q303.5 335.83017 303.5 333.4083ZM304.57812 333.4083Q304.57812 335.51767 305.07812 336.2208Q305.57812 336.92392 306.29688 336.92392Q307.03125 336.92392 307.51562 336.2208Q308.01562 335.51767 308.01562 333.4083Q308.01562 331.2833 307.51562 330.5958Q307.03125 329.89267 306.28125 329.89267Q305.5625 329.89267 305.125 330.50204Q304.57812 331.2833 304.57812 333.4083ZM314.46875 337.64267L313.42188 337.64267L313.42188 330.92392Q313.03125 331.2833 312.40625 331.6583Q311.79688 332.01767 311.3125 332.18954L311.3125 331.17392Q312.1875 330.75204 312.84375 330.17392Q313.51562 329.58017 313.79688 329.01767L314.46875 329.01767L314.46875 337.64267ZM317.5625 330.17392L317.5625 329.1583L323.125 329.1583L323.125 329.98642Q322.3125 330.86142 321.5 332.31454Q320.70312 333.75204 320.26562 335.2833Q319.9375 336.36142 319.85938 337.64267L318.76562 337.64267Q318.78125 336.62704 319.15625 335.18954Q319.54688 333.75204 320.25 332.42392Q320.96875 331.0958 321.78125 330.17392L317.5625 330.17392Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 328.64267C340.0 328.09036 340.44772 327.64267 341.0 327.64267L351.0 327.64267C351.55228 327.64267 352.0 328.09036 352.0 328.64267L352.0 338.64267C352.0 339.19495 351.55228 339.64267 351.0 339.64267L341.0 339.64267C340.44772 339.64267 340.0 339.19495 340.0 338.64267Z" fill-rule="nonzero"/><path fill="#666666" d="M366.04688 336.62704L366.04688 337.64267L360.35938 337.64267Q360.35938 337.26767 360.48438 336.9083Q360.70312 336.33017 361.17188 335.76767Q361.65625 335.20517 362.5625 334.4708Q363.96875 333.31454 364.45312 332.64267Q364.95312 331.9708 364.95312 331.37704Q364.95312 330.75204 364.5 330.33017Q364.04688 329.89267 363.32812 329.89267Q362.5625 329.89267 362.10938 330.3458Q361.65625 330.79892 361.64062 331.61142L360.5625 331.50204Q360.67188 330.2833 361.39062 329.6583Q362.125 329.01767 363.35938 329.01767Q364.59375 329.01767 365.3125 329.70517Q366.03125 330.39267 366.03125 331.4083Q366.03125 331.92392 365.8125 332.42392Q365.60938 332.9083 365.10938 333.4708Q364.625 334.01767 363.5 334.9708Q362.54688 335.76767 362.26562 336.06454Q362.0 336.3458 361.82812 336.62704L366.04688 336.62704ZM367.5 333.4083Q367.5 331.87704 367.8125 330.95517Q368.125 330.01767 368.73438 329.51767Q369.35938 329.01767 370.29688 329.01767Q370.98438 329.01767 371.5 329.29892Q372.03125 329.58017 372.375 330.11142Q372.71875 330.62704 372.90625 331.37704Q373.09375 332.12704 373.09375 333.4083Q373.09375 334.92392 372.78125 335.8458Q372.48438 336.76767 371.85938 337.2833Q371.25 337.7833 370.29688 337.7833Q369.0625 337.7833 368.34375 336.89267Q367.5 335.83017 367.5 333.4083ZM368.57812 333.4083Q368.57812 335.51767 369.07812 336.2208Q369.57812 336.92392 370.29688 336.92392Q371.03125 336.92392 371.51562 336.2208Q372.01562 335.51767 372.01562 333.4083Q372.01562 331.2833 371.51562 330.5958Q371.03125 329.89267 370.28125 329.89267Q369.5625 329.89267 369.125 330.50204Q368.57812 331.2833 368.57812 333.4083ZM378.46875 337.64267L377.42188 337.64267L377.42188 330.92392Q377.03125 331.2833 376.40625 331.6583Q375.79688 332.01767 375.3125 332.18954L375.3125 331.17392Q376.1875 330.75204 376.84375 330.17392Q377.51562 329.58017 377.79688 329.01767L378.46875 329.01767L378.46875 337.64267ZM383.125 332.98642Q382.46875 332.73642 382.14062 332.29892Q381.82812 331.8458 381.82812 331.23642Q381.82812 330.29892 382.5 329.6583Q383.1875 329.01767 384.29688 329.01767Q385.42188 329.01767 386.10938 329.67392Q386.79688 330.33017 386.79688 331.26767Q386.79688 331.86142 386.48438 332.29892Q386.17188 332.73642 385.53125 332.98642Q386.32812 333.23642 386.73438 333.81454Q387.14062 334.39267 387.14062 335.18954Q387.14062 336.2833 386.35938 337.0333Q385.59375 337.7833 384.3125 337.7833Q383.04688 337.7833 382.26562 337.0333Q381.48438 336.2833 381.48438 335.1583Q381.48438 334.31454 381.90625 333.75204Q382.34375 333.18954 383.125 332.98642ZM382.90625 331.18954Q382.90625 331.79892 383.29688 332.18954Q383.70312 332.58017 384.32812 332.58017Q384.9375 332.58017 385.32812 332.20517Q385.71875 331.81454 385.71875 331.25204Q385.71875 330.67392 385.3125 330.2833Q384.90625 329.87704 384.3125 329.87704Q383.70312 329.87704 383.29688 330.26767Q382.90625 330.6583 382.90625 331.18954ZM382.57812 335.1583Q382.57812 335.61142 382.78125 336.0333Q383.0 336.45517 383.42188 336.68954Q383.84375 336.92392 384.32812 336.92392Q385.07812 336.92392 385.5625 336.43954Q386.0625 335.95517 386.0625 335.20517Q386.0625 334.43954 385.5625 333.93954Q385.0625 333.43954 384.29688 333.43954Q383.54688 333.43954 383.0625 333.93954Q382.57812 334.42392 382.57812 335.1583Z" fill-rule="nonzero"/><path fill="#666666" d="M20.428125 30.6L17.771875 20.584375L19.13125 20.584375L20.6625 27.146875Q20.896875 28.178125 21.084375 29.19375Q21.459375 27.584375 21.5375 27.35L23.44375 20.584375L25.0375 20.584375L26.475 25.646875Q27.00625 27.5375 27.25625 29.19375Q27.44375 28.240625 27.75625 27.021875L29.31875 20.584375L30.6625 20.584375L27.9125 30.6L26.63125 30.6L24.521875 22.959375Q24.25625 22.00625 24.209375 21.7875Q24.053125 22.475 23.9125 22.959375L21.7875 30.6L20.428125 30.6ZM31.521875 30.6L31.521875 20.584375L32.75625 20.584375L32.75625 24.178125Q33.615623 23.178125 34.928123 23.178125Q35.740623 23.178125 36.334373 23.50625Q36.928123 23.81875 37.178123 24.38125Q37.44375 24.928125 37.44375 26.00625L37.44375 30.6L36.209373 30.6L36.209373 26.00625Q36.209373 25.06875 35.803123 24.6625Q35.4125 24.240625 34.678123 24.240625Q34.13125 24.240625 33.646873 24.521875Q33.1625 24.803125 32.959373 25.2875Q32.75625 25.771875 32.75625 26.63125L32.75625 30.6L31.521875 30.6ZM44.490623 28.25625L45.771873 28.4125Q45.459373 29.5375 44.646873 30.1625Q43.834373 30.771875 42.56875 30.771875Q40.975 30.771875 40.0375 29.7875Q39.115623 28.803125 39.115623 27.0375Q39.115623 25.19375 40.053123 24.19375Q41.00625 23.178125 42.50625 23.178125Q43.959373 23.178125 44.88125 24.178125Q45.803123 25.1625 45.803123 26.959375Q45.803123 27.06875 45.803123 27.2875L40.38125 27.2875Q40.459373 28.475 41.053123 29.115625Q41.6625 29.75625 42.584373 29.75625Q43.25625 29.75625 43.725 29.396875Q44.209373 29.0375 44.490623 28.25625ZM40.459373 26.271875L44.50625 26.271875Q44.428123 25.35 44.0375 24.896875Q43.459373 24.19375 42.521873 24.19375Q41.6625 24.19375 41.084373 24.75625Q40.521873 25.31875 40.459373 26.271875ZM47.50625 30.6L47.50625 23.334375L48.615623 23.334375L48.615623 24.44375Q49.0375 23.6625 49.396873 23.428125Q49.75625 23.178125 50.19375 23.178125Q50.81875 23.178125 51.459373 23.56875L51.0375 24.709375Q50.584373 24.44375 50.13125 24.44375Q49.725 24.44375 49.396873 24.69375Q49.084373 24.928125 48.94375 25.365625Q48.740623 26.021875 48.740623 26.803125L48.740623 30.6L47.50625 30.6ZM57.490623 28.25625L58.771873 28.4125Q58.459373 29.5375 57.646873 30.1625Q56.834373 30.771875 55.56875 30.771875Q53.975 30.771875 53.0375 29.7875Q52.115623 28.803125 52.115623 27.0375Q52.115623 25.19375 53.053123 24.19375Q54.00625 23.178125 55.50625 23.178125Q56.959373 23.178125 57.88125 24.178125Q58.803123 25.1625 58.803123 26.959375Q58.803123 27.06875 58.803123 27.2875L53.38125 27.2875Q53.459373 28.475 54.053123 29.115625Q54.6625 29.75625 55.584373 29.75625Q56.25625 29.75625 56.725 29.396875Q57.209373 29.0375 57.490623 28.25625ZM53.459373 26.271875L57.50625 26.271875Q57.428123 25.35 57.0375 24.896875Q56.459373 24.19375 55.521873 24.19375Q54.6625 24.19375 54.084373 24.75625Q53.521873 25.31875 53.459373 26.271875ZM69.24062 30.6L69.24062 29.678125Q68.5375 30.771875 67.20937 30.771875Q66.33437 30.771875 65.6 30.2875Q64.88125 29.803125 64.475 28.94375Q64.08437 28.084375 64.08437 26.975Q64.08437 25.896875 64.44375 25.00625Q64.80312 24.115625 65.52187 23.646875Q66.25625 23.178125 67.14687 23.178125Q67.80312 23.178125 68.31875 23.459375Q68.83437 23.725 69.14687 24.178125L69.14687 20.584375L70.38125 20.584375L70.38125 30.6L69.24062 30.6ZM65.35 26.975Q65.35 28.365625 65.92812 29.06875Q66.52187 29.75625 67.31875 29.75625Q68.13125 29.75625 68.69375 29.1Q69.25625 28.428125 69.25625 27.084375Q69.25625 25.584375 68.67812 24.896875Q68.1 24.19375 67.27187 24.19375Q66.44375 24.19375 65.89687 24.865625Q65.35 25.5375 65.35 26.975ZM72.06875 26.975Q72.06875 24.959375 73.19375 23.975Q74.11562 23.178125 75.475 23.178125Q76.95937 23.178125 77.9125 24.1625Q78.86562 25.13125 78.86562 26.865625Q78.86562 28.271875 78.44375 29.084375Q78.02187 29.88125 77.20937 30.334375Q76.4125 30.771875 75.475 30.771875Q73.94375 30.771875 73.00625 29.7875Q72.06875 28.803125 72.06875 26.975ZM73.33437 26.975Q73.33437 28.365625 73.94375 29.06875Q74.55312 29.75625 75.475 29.75625Q76.38125 29.75625 76.99062 29.053125Q77.6 28.35 77.6 26.928125Q77.6 25.584375 76.99062 24.896875Q76.38125 24.19375 75.475 24.19375Q74.55312 24.19375 73.94375 24.88125Q73.33437 25.56875 73.33437 26.975ZM84.475 33.396873L84.33437 32.240623Q84.74062 32.35 85.0375 32.35Q85.44375 32.35 85.69375 32.209373Q85.94375 32.084373 86.1 31.834375Q86.20937 31.646875 86.475 30.9125Q86.50625 30.81875 86.58437 30.615625L83.81875 23.334375L85.14687 23.334375L86.6625 27.5375Q86.95937 28.35 87.19375 29.225Q87.39687 28.38125 87.69375 27.56875L89.24062 23.334375L90.475 23.334375L87.70937 30.725Q87.27187 31.9125 87.02187 32.365623Q86.69375 32.975 86.27187 33.25625Q85.85 33.553123 85.25625 33.553123Q84.9125 33.553123 84.475 33.396873ZM91.06875 26.975Q91.06875 24.959375 92.19375 23.975Q93.11562 23.178125 94.475 23.178125Q95.95937 23.178125 96.9125 24.1625Q97.86562 25.13125 97.86562 26.865625Q97.86562 28.271875 97.44375 29.084375Q97.02187 29.88125 96.20937 30.334375Q95.4125 30.771875 94.475 30.771875Q92.94375 30.771875 92.00625 29.7875Q91.06875 28.803125 91.06875 26.975ZM92.33437 26.975Q92.33437 28.365625 92.94375 29.06875Q93.55312 29.75625 94.475 29.75625Q95.38125 29.75625 95.99062 29.053125Q96.6 28.35 96.6 26.928125Q96.6 25.584375 95.99062 24.896875Q95.38125 24.19375 94.475 24.19375Q93.55312 24.19375 92.94375 24.88125Q92.33437 25.56875 92.33437 26.975ZM104.2875 30.6L104.2875 29.5375Q103.42812 30.771875 101.975 30.771875Q101.33437 30.771875 100.77187 30.521875Q100.225 30.271875 99.94375 29.896875Q99.67812 29.521875 99.56875 28.990625Q99.49062 28.63125 99.49062 27.834375L99.49062 23.334375L100.725 23.334375L100.725 27.365625Q100.725 28.334375 100.80312 28.6625Q100.9125 29.146875 101.2875 29.428125Q101.6625 29.709375 102.225 29.709375Q102.77187 29.709375 103.25625 29.428125Q103.74062 29.13125 103.94375 28.646875Q104.14687 28.1625 104.14687 27.225L104.14687 23.334375L105.38125 23.334375L105.38125 30.6L104.2875 30.6ZM112.86562 30.6L110.64687 23.334375L111.9125 23.334375L113.06875 27.5375L113.50625 29.084375Q113.52187 28.975 113.88125 27.584375L115.0375 23.334375L116.2875 23.334375L117.38125 27.553125L117.74062 28.94375L118.1625 27.5375L119.4125 23.334375L120.6 23.334375L118.33437 30.6L117.05312 30.6L115.89687 26.25625L115.61562 25.021875L114.14687 30.6L112.86562 30.6ZM121.50625 30.6L121.50625 23.334375L122.61562 23.334375L122.61562 24.44375Q123.0375 23.6625 123.39687 23.428125Q123.75625 23.178125 124.19375 23.178125Q124.81875 23.178125 125.45937 23.56875L125.0375 24.709375Q124.58437 24.44375 124.13125 24.44375Q123.725 24.44375 123.39687 24.69375Q123.08437 24.928125 122.94375 25.365625Q122.74062 26.021875 122.74062 26.803125L122.74062 30.6L121.50625 30.6ZM126.5375 21.990625L126.5375 20.584375L127.75625 20.584375L127.75625 21.990625L126.5375 21.990625ZM126.5375 30.6L126.5375 23.334375L127.75625 23.334375L127.75625 30.6L126.5375 30.6ZM132.20938 29.50625L132.38126 30.584375Q131.86563 30.69375 131.45938 30.69375Q130.7875 30.69375 130.4125 30.490625Q130.05313 30.271875 129.89688 29.928125Q129.75626 29.584375 129.75626 28.475L129.75626 24.303125L128.85 24.303125L128.85 23.334375L129.75626 23.334375L129.75626 21.5375L130.975 20.803125L130.975 23.334375L132.20938 23.334375L132.20938 24.303125L130.975 24.303125L130.975 28.5375Q130.975 29.06875 131.0375 29.225Q131.1 29.365625 131.24063 29.459375Q131.39688 29.553125 131.6625 29.553125Q131.88126 29.553125 132.20938 29.50625ZM138.49063 28.25625L139.77188 28.4125Q139.45938 29.5375 138.64688 30.1625Q137.83438 30.771875 136.56876 30.771875Q134.975 30.771875 134.0375 29.7875Q133.11563 28.803125 133.11563 27.0375Q133.11563 25.19375 134.05313 24.19375Q135.00626 23.178125 136.50626 23.178125Q137.95938 23.178125 138.88126 24.178125Q139.80313 25.1625 139.80313 26.959375Q139.80313 27.06875 139.80313 27.2875L134.38126 27.2875Q134.45938 28.475 135.05313 29.115625Q135.6625 29.75625 136.58438 29.75625Q137.25626 29.75625 137.725 29.396875Q138.20938 29.0375 138.49063 28.25625ZM134.45938 26.271875L138.50626 26.271875Q138.42813 25.35 138.0375 24.896875Q137.45938 24.19375 136.52188 24.19375Q135.6625 24.19375 135.08438 24.75625Q134.52188 25.31875 134.45938 26.271875ZM150.36563 26.6625L150.36563 25.490625L154.61563 25.490625L154.61563 29.209375Q153.63126 29.990625 152.58438 30.38125Q151.55313 30.771875 150.45938 30.771875Q148.99063 30.771875 147.77188 30.146875Q146.56876 29.50625 145.95938 28.31875Q145.35 27.115625 145.35 25.63125Q145.35 24.178125 145.95938 22.9125Q146.56876 21.63125 147.70938 21.021875Q148.86563 20.4125 150.36563 20.4125Q151.44376 20.4125 152.31876 20.771875Q153.20938 21.115625 153.70938 21.740625Q154.20938 22.365625 154.45938 23.38125L153.27188 23.709375Q153.0375 22.94375 152.69376 22.50625Q152.36563 22.06875 151.74063 21.803125Q151.13126 21.5375 150.36563 21.5375Q149.45938 21.5375 148.7875 21.81875Q148.13126 22.1 147.725 22.553125Q147.31876 22.990625 147.1 23.5375Q146.70938 24.475 146.70938 25.553125Q146.70938 26.896875 147.1625 27.803125Q147.63126 28.69375 148.50626 29.13125Q149.39688 29.56875 150.39688 29.56875Q151.25626 29.56875 152.06876 29.240625Q152.89688 28.9125 153.31876 28.5375L153.31876 26.6625L150.36563 26.6625ZM156.06876 26.975Q156.06876 24.959375 157.19376 23.975Q158.11563 23.178125 159.475 23.178125Q160.95938 23.178125 161.9125 24.1625Q162.86563 25.13125 162.86563 26.865625Q162.86563 28.271875 162.44376 29.084375Q162.02188 29.88125 161.20938 30.334375Q160.4125 30.771875 159.475 30.771875Q157.94376 30.771875 157.00626 29.7875Q156.06876 28.803125 156.06876 26.975ZM157.33438 26.975Q157.33438 28.365625 157.94376 29.06875Q158.55313 29.75625 159.475 29.75625Q160.38126 29.75625 160.99063 29.053125Q161.6 28.35 161.6 26.928125Q161.6 25.584375 160.99063 24.896875Q160.38126 24.19375 159.475 24.19375Q158.55313 24.19375 157.94376 24.88125Q157.33438 25.56875 157.33438 26.975ZM173.25626 27.94375L174.475 28.1Q174.27188 29.35 173.44376 30.06875Q172.63126 30.771875 171.44376 30.771875Q169.95938 30.771875 169.05313 29.803125Q168.14688 28.81875 168.14688 26.990625Q168.14688 25.81875 168.5375 24.94375Q168.92813 24.053125 169.725 23.615625Q170.52188 23.178125 171.45938 23.178125Q172.63126 23.178125 173.38126 23.771875Q174.14688 24.365625 174.35 25.475L173.1625 25.6625Q172.99063 24.928125 172.55313 24.56875Q172.11563 24.19375 171.50626 24.19375Q170.56876 24.19375 169.99063 24.865625Q169.4125 25.521875 169.4125 26.959375Q169.4125 28.428125 169.975 29.1Q170.5375 29.75625 171.42813 29.75625Q172.1625 29.75625 172.64688 29.31875Q173.13126 28.865625 173.25626 27.94375ZM175.06876 26.975Q175.06876 24.959375 176.19376 23.975Q177.11563 23.178125 178.475 23.178125Q179.95938 23.178125 180.9125 24.1625Q181.86563 25.13125 181.86563 26.865625Q181.86563 28.271875 181.44376 29.084375Q181.02188 29.88125 180.20938 30.334375Q179.4125 30.771875 178.475 30.771875Q176.94376 30.771875 176.00626 29.7875Q175.06876 28.803125 175.06876 26.975ZM176.33438 26.975Q176.33438 28.365625 176.94376 29.06875Q177.55313 29.75625 178.475 29.75625Q179.38126 29.75625 179.99063 29.053125Q180.6 28.35 180.6 26.928125Q180.6 25.584375 179.99063 24.896875Q179.38126 24.19375 178.475 24.19375Q177.55313 24.19375 176.94376 24.88125Q176.33438 25.56875 176.33438 26.975ZM188.24063 30.6L188.24063 29.678125Q187.5375 30.771875 186.20938 30.771875Q185.33438 30.771875 184.6 30.2875Q183.88126 29.803125 183.475 28.94375Q183.08438 28.084375 183.08438 26.975Q183.08438 25.896875 183.44376 25.00625Q183.80313 24.115625 184.52188 23.646875Q185.25626 23.178125 186.14688 23.178125Q186.80313 23.178125 187.31876 23.459375Q187.83438 23.725 188.14688 24.178125L188.14688 20.584375L189.38126 20.584375L189.38126 30.6L188.24063 30.6ZM184.35 26.975Q184.35 28.365625 184.92813 29.06875Q185.52188 29.75625 186.31876 29.75625Q187.13126 29.75625 187.69376 29.1Q188.25626 28.428125 188.25626 27.084375Q188.25626 25.584375 187.67813 24.896875Q187.1 24.19375 186.27188 24.19375Q185.44376 24.19375 184.89688 24.865625Q184.35 25.5375 184.35 26.975ZM196.49063 28.25625L197.77188 28.4125Q197.45938 29.5375 196.64688 30.1625Q195.83438 30.771875 194.56876 30.771875Q192.975 30.771875 192.0375 29.7875Q191.11563 28.803125 191.11563 27.0375Q191.11563 25.19375 192.05313 24.19375Q193.00626 23.178125 194.50626 23.178125Q195.95938 23.178125 196.88126 24.178125Q197.80313 25.1625 197.80313 26.959375Q197.80313 27.06875 197.80313 27.2875L192.38126 27.2875Q192.45938 28.475 193.05313 29.115625Q193.6625 29.75625 194.58438 29.75625Q195.25626 29.75625 195.725 29.396875Q196.20938 29.0375 196.49063 28.25625ZM192.45938 26.271875L196.50626 26.271875Q196.42813 25.35 196.0375 24.896875Q195.45938 24.19375 194.52188 24.19375Q193.6625 24.19375 193.08438 24.75625Q192.52188 25.31875 192.45938 26.271875ZM201.83438 28.13125Q201.81876 27.88125 201.81876 27.75625Q201.81876 27.0375 202.02188 26.50625Q202.17813 26.115625 202.50626 25.709375Q202.75626 25.4125 203.39688 24.85Q204.0375 24.2875 204.225 23.959375Q204.4125 23.615625 204.4125 23.225Q204.4125 22.50625 203.85 21.959375Q203.30313 21.4125 202.49063 21.4125Q201.69376 21.4125 201.1625 21.9125Q200.64688 22.396875 200.475 23.44375L199.20938 23.303125Q199.38126 21.896875 200.225 21.1625Q201.06876 20.4125 202.45938 20.4125Q203.92813 20.4125 204.80313 21.209375Q205.67813 22.00625 205.67813 23.146875Q205.67813 23.803125 205.36563 24.365625Q205.06876 24.9125 204.17813 25.69375Q203.56876 26.225 203.38126 26.490625Q203.19376 26.740625 203.1 27.06875Q203.02188 27.396875 203.00626 28.13125L201.83438 28.13125ZM201.75626 30.6L201.75626 29.19375L203.14688 29.19375L203.14688 30.6L201.75626 30.6Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig5.svg b/_content/survey2018/fig5.svg
deleted file mode 100644
index 92d4d67..0000000
--- a/_content/survey2018/fig5.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 479.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="479" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 479.0L0 479.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 479.0L0 479.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 57.5L142.5 390.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 57.5L249.5 390.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 57.5L355.5 390.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 57.5L462.5 390.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 57.5L569.5 390.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 57.782337L569.4754 57.782337L569.4754 390.5L142.303 390.5L142.303 57.782337Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 93.0L142.0 81.0L204.0 81.0C205.10457 81.0 206.0 81.89543 206.0 83.0L206.0 91.0C206.0 92.10457 205.10457 93.0 204.0 93.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 93.0L142.0 81.0L204.0 81.0C205.10457 81.0 206.0 81.89543 206.0 83.0L206.0 91.0C206.0 92.10457 205.10457 93.0 204.0 93.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 155.0L142.0 143.0L290.0 143.0C291.10458 143.0 292.0 143.89543 292.0 145.0L292.0 153.0C292.0 154.10457 291.10458 155.0 290.0 155.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 155.0L142.0 143.0L290.0 143.0C291.10458 143.0 292.0 143.89543 292.0 145.0L292.0 153.0C292.0 154.10457 291.10458 155.0 290.0 155.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 217.0L142.0 205.0L263.0 205.0C264.10458 205.0 265.0 205.89543 265.0 207.0L265.0 215.0C265.0 216.10457 264.10458 217.0 263.0 217.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 217.0L142.0 205.0L263.0 205.0C264.10458 205.0 265.0 205.89543 265.0 207.0L265.0 215.0C265.0 216.10457 264.10458 217.0 263.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 279.0L142.0 267.0L274.0 267.0C275.10458 267.0 276.0 267.89542 276.0 269.0L276.0 277.0C276.0 278.10458 275.10458 279.0 274.0 279.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 279.0L142.0 267.0L274.0 267.0C275.10458 267.0 276.0 267.89542 276.0 269.0L276.0 277.0C276.0 278.10458 275.10458 279.0 274.0 279.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 342.0L142.0 330.0L188.0 330.0C189.10457 330.0 190.0 330.89542 190.0 332.0L190.0 340.0C190.0 341.10458 189.10457 342.0 188.0 342.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 342.0L142.0 330.0L188.0 330.0C189.10457 330.0 190.0 330.89542 190.0 332.0L190.0 340.0C190.0 341.10458 189.10457 342.0 188.0 342.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 106.0L142.0 94.0L199.0 94.0C200.10457 94.0 201.0 94.89543 201.0 96.0L201.0 104.0C201.0 105.10457 200.10457 106.0 199.0 106.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 106.0L142.0 94.0L199.0 94.0C200.10457 94.0 201.0 94.89543 201.0 96.0L201.0 104.0C201.0 105.10457 200.10457 106.0 199.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 168.0L142.0 156.0L279.0 156.0C280.10458 156.0 281.0 156.89543 281.0 158.0L281.0 166.0C281.0 167.10457 280.10458 168.0 279.0 168.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 168.0L142.0 156.0L279.0 156.0C280.10458 156.0 281.0 156.89543 281.0 158.0L281.0 166.0C281.0 167.10457 280.10458 168.0 279.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 230.0L142.0 218.0L252.0 218.0C253.10457 218.0 254.0 218.89543 254.0 220.0L254.0 228.0C254.0 229.10457 253.10457 230.0 252.0 230.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 230.0L142.0 218.0L252.0 218.0C253.10457 218.0 254.0 218.89543 254.0 220.0L254.0 228.0C254.0 229.10457 253.10457 230.0 252.0 230.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 292.0L142.0 280.0L284.0 280.0C285.10458 280.0 286.0 280.89542 286.0 282.0L286.0 290.0C286.0 291.10458 285.10458 292.0 284.0 292.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 292.0L142.0 280.0L284.0 280.0C285.10458 280.0 286.0 280.89542 286.0 282.0L286.0 290.0C286.0 291.10458 285.10458 292.0 284.0 292.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 355.0L142.0 343.0L210.0 343.0C211.10457 343.0 212.0 343.89542 212.0 345.0L212.0 353.0C212.0 354.10458 211.10457 355.0 210.0 355.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 355.0L142.0 343.0L210.0 343.0C211.10457 343.0 212.0 343.89542 212.0 345.0L212.0 353.0C212.0 354.10458 211.10457 355.0 210.0 355.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 119.0L142.0 107.0L188.0 107.0C189.10457 107.0 190.0 107.89543 190.0 109.0L190.0 117.0C190.0 118.10457 189.10457 119.0 188.0 119.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 119.0L142.0 107.0L188.0 107.0C189.10457 107.0 190.0 107.89543 190.0 109.0L190.0 117.0C190.0 118.10457 189.10457 119.0 188.0 119.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 181.0L142.0 169.0L268.0 169.0C269.10458 169.0 270.0 169.89543 270.0 171.0L270.0 179.0C270.0 180.10457 269.10458 181.0 268.0 181.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 181.0L142.0 169.0L268.0 169.0C269.10458 169.0 270.0 169.89543 270.0 171.0L270.0 179.0C270.0 180.10457 269.10458 181.0 268.0 181.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 243.0L142.0 231.0L258.0 231.0C259.10458 231.0 260.0 231.89543 260.0 233.0L260.0 241.0C260.0 242.10457 259.10458 243.0 258.0 243.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 243.0L142.0 231.0L258.0 231.0C259.10458 231.0 260.0 231.89543 260.0 233.0L260.0 241.0C260.0 242.10457 259.10458 243.0 258.0 243.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 305.0L142.0 293.0L290.0 293.0C291.10458 293.0 292.0 293.89542 292.0 295.0L292.0 303.0C292.0 304.10458 291.10458 305.0 290.0 305.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 305.0L142.0 293.0L290.0 293.0C291.10458 293.0 292.0 293.89542 292.0 295.0L292.0 303.0C292.0 304.10458 291.10458 305.0 290.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 368.0L142.0 356.0L226.0 356.0C227.10457 356.0 228.0 356.89542 228.0 358.0L228.0 366.0C228.0 367.10458 227.10457 368.0 226.0 368.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 368.0L142.0 356.0L226.0 356.0C227.10457 356.0 228.0 356.89542 228.0 358.0L228.0 366.0C228.0 367.10458 227.10457 368.0 226.0 368.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.64449 91.5L221.56636 91.5L221.56636 84.28125L219.37886 85.078125L219.37886 84.09375L222.48824 82.921875L222.64449 82.921875L222.64449 91.5ZM231.67574 91.5L226.08199 91.5L226.08199 90.71875L229.03511 87.4375Q229.69136 86.6875 229.94136 86.234375Q230.19136 85.765625 230.19136 85.265625Q230.19136 84.59375 229.78511 84.171875Q229.39449 83.734375 228.70699 83.734375Q227.91011 83.734375 227.45699 84.203125Q227.00386 84.65625 227.00386 85.484375L225.92574 85.484375Q225.92574 84.296875 226.67574 83.578125Q227.44136 82.84375 228.70699 82.84375Q229.91011 82.84375 230.59761 83.46875Q231.28511 84.09375 231.28511 85.140625Q231.28511 86.390625 229.67574 88.140625L227.39449 90.609375L231.67574 90.609375L231.67574 91.5ZM232.98824 84.609375Q232.98824 83.84375 233.47261 83.34375Q233.97261 82.84375 234.73824 82.84375Q235.51949 82.84375 236.00386 83.34375Q236.48824 83.84375 236.48824 84.640625L236.48824 85.0625Q236.48824 85.828125 235.98824 86.328125Q235.50386 86.8125 234.75386 86.8125Q233.98824 86.8125 233.48824 86.328125Q232.98824 85.828125 232.98824 85.015625L232.98824 84.609375ZM233.80074 85.0625Q233.80074 85.515625 234.05074 85.8125Q234.31636 86.109375 234.75386 86.109375Q235.17574 86.109375 235.42574 85.828125Q235.67574 85.53125 235.67574 85.03125L235.67574 84.609375Q235.67574 84.15625 235.42574 83.859375Q235.17574 83.546875 234.73824 83.546875Q234.30074 83.546875 234.05074 83.859375Q233.80074 84.15625 233.80074 84.625L233.80074 85.0625ZM237.14449 89.40625Q237.14449 88.640625 237.62886 88.15625Q238.12886 87.65625 238.89449 87.65625Q239.66011 87.65625 240.14449 88.15625Q240.64449 88.640625 240.64449 89.453125L240.64449 89.859375Q240.64449 90.625 240.16011 91.125Q239.67574 91.625 238.91011 91.625Q238.14449 91.625 237.64449 91.140625Q237.14449 90.640625 237.14449 89.828125L237.14449 89.40625ZM237.95699 89.859375Q237.95699 90.328125 238.20699 90.625Q238.47261 90.921875 238.91011 90.921875Q239.33199 90.921875 239.58199 90.640625Q239.83199 90.34375 239.83199 89.84375L239.83199 89.40625Q239.83199 88.9375 239.56636 88.65625Q239.31636 88.359375 238.89449 88.359375Q238.47261 88.359375 238.20699 88.65625Q237.95699 88.9375 237.95699 89.4375L237.95699 89.859375ZM235.00386 90.859375L234.37886 90.46875L238.55074 83.796875L239.16011 84.1875L235.00386 90.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M222.64449 91.5L221.56636 91.5L221.56636 84.28125L219.37886 85.078125L219.37886 84.09375L222.48824 82.921875L222.64449 82.921875L222.64449 91.5ZM231.67574 91.5L226.08199 91.5L226.08199 90.71875L229.03511 87.4375Q229.69136 86.6875 229.94136 86.234375Q230.19136 85.765625 230.19136 85.265625Q230.19136 84.59375 229.78511 84.171875Q229.39449 83.734375 228.70699 83.734375Q227.91011 83.734375 227.45699 84.203125Q227.00386 84.65625 227.00386 85.484375L225.92574 85.484375Q225.92574 84.296875 226.67574 83.578125Q227.44136 82.84375 228.70699 82.84375Q229.91011 82.84375 230.59761 83.46875Q231.28511 84.09375 231.28511 85.140625Q231.28511 86.390625 229.67574 88.140625L227.39449 90.609375L231.67574 90.609375L231.67574 91.5ZM232.98824 84.609375Q232.98824 83.84375 233.47261 83.34375Q233.97261 82.84375 234.73824 82.84375Q235.51949 82.84375 236.00386 83.34375Q236.48824 83.84375 236.48824 84.640625L236.48824 85.0625Q236.48824 85.828125 235.98824 86.328125Q235.50386 86.8125 234.75386 86.8125Q233.98824 86.8125 233.48824 86.328125Q232.98824 85.828125 232.98824 85.015625L232.98824 84.609375ZM233.80074 85.0625Q233.80074 85.515625 234.05074 85.8125Q234.31636 86.109375 234.75386 86.109375Q235.17574 86.109375 235.42574 85.828125Q235.67574 85.53125 235.67574 85.03125L235.67574 84.609375Q235.67574 84.15625 235.42574 83.859375Q235.17574 83.546875 234.73824 83.546875Q234.30074 83.546875 234.05074 83.859375Q233.80074 84.15625 233.80074 84.625L233.80074 85.0625ZM237.14449 89.40625Q237.14449 88.640625 237.62886 88.15625Q238.12886 87.65625 238.89449 87.65625Q239.66011 87.65625 240.14449 88.15625Q240.64449 88.640625 240.64449 89.453125L240.64449 89.859375Q240.64449 90.625 240.16011 91.125Q239.67574 91.625 238.91011 91.625Q238.14449 91.625 237.64449 91.140625Q237.14449 90.640625 237.14449 89.828125L237.14449 89.40625ZM237.95699 89.859375Q237.95699 90.328125 238.20699 90.625Q238.47261 90.921875 238.91011 90.921875Q239.33199 90.921875 239.58199 90.640625Q239.83199 90.34375 239.83199 89.84375L239.83199 89.40625Q239.83199 88.9375 239.56636 88.65625Q239.31636 88.359375 238.89449 88.359375Q238.47261 88.359375 238.20699 88.65625Q237.95699 88.9375 237.95699 89.4375L237.95699 89.859375ZM235.00386 90.859375L234.37886 90.46875L238.55074 83.796875L239.16011 84.1875L235.00386 90.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.11023 153.5L304.51648 153.5L304.51648 152.71875L307.4696 149.4375Q308.12585 148.6875 308.37585 148.23438Q308.62585 147.76562 308.62585 147.26562Q308.62585 146.59375 308.2196 146.17188Q307.82898 145.73438 307.14148 145.73438Q306.3446 145.73438 305.89148 146.20312Q305.43835 146.65625 305.43835 147.48438L304.36023 147.48438Q304.36023 146.29688 305.11023 145.57812Q305.87585 144.84375 307.14148 144.84375Q308.3446 144.84375 309.0321 145.46875Q309.7196 146.09375 309.7196 147.14062Q309.7196 148.39062 308.11023 150.14062L305.82898 152.60938L310.11023 152.60938L310.11023 153.5ZM316.70398 147.1875Q316.70398 147.82812 316.36023 148.32812Q316.01648 148.82812 315.45398 149.10938Q316.11023 149.39062 316.50085 149.95312Q316.89148 150.5 316.89148 151.20312Q316.89148 152.29688 316.14148 152.96875Q315.4071 153.625 314.18835 153.625Q312.95398 153.625 312.20398 152.96875Q311.4696 152.29688 311.4696 151.20312Q311.4696 150.5 311.8446 149.95312Q312.2196 149.39062 312.89148 149.10938Q312.32898 148.82812 312.00085 148.32812Q311.67273 147.82812 311.67273 147.1875Q311.67273 146.10938 312.36023 145.48438Q313.04773 144.84375 314.18835 144.84375Q315.31335 144.84375 316.00085 145.48438Q316.70398 146.10938 316.70398 147.1875ZM315.81335 151.17188Q315.81335 150.45312 315.36023 150.01562Q314.9071 149.5625 314.17273 149.5625Q313.43835 149.5625 312.98523 150.01562Q312.54773 150.45312 312.54773 151.1875Q312.54773 151.90625 312.98523 152.32812Q313.42273 152.73438 314.18835 152.73438Q314.93835 152.73438 315.37585 152.3125Q315.81335 151.89062 315.81335 151.17188ZM314.18835 145.73438Q313.54773 145.73438 313.14148 146.14062Q312.75085 146.53125 312.75085 147.21875Q312.75085 147.85938 313.14148 148.26562Q313.5321 148.67188 314.17273 148.67188Q314.82898 148.67188 315.2196 148.26562Q315.61023 147.85938 315.61023 147.21875Q315.61023 146.5625 315.20398 146.15625Q314.79773 145.73438 314.18835 145.73438ZM318.42273 146.60938Q318.42273 145.84375 318.9071 145.34375Q319.4071 144.84375 320.17273 144.84375Q320.95398 144.84375 321.43835 145.34375Q321.92273 145.84375 321.92273 146.64062L321.92273 147.0625Q321.92273 147.82812 321.42273 148.32812Q320.93835 148.8125 320.18835 148.8125Q319.42273 148.8125 318.92273 148.32812Q318.42273 147.82812 318.42273 147.01562L318.42273 146.60938ZM319.23523 147.0625Q319.23523 147.51562 319.48523 147.8125Q319.75085 148.10938 320.18835 148.10938Q320.61023 148.10938 320.86023 147.82812Q321.11023 147.53125 321.11023 147.03125L321.11023 146.60938Q321.11023 146.15625 320.86023 145.85938Q320.61023 145.54688 320.17273 145.54688Q319.73523 145.54688 319.48523 145.85938Q319.23523 146.15625 319.23523 146.625L319.23523 147.0625ZM322.57898 151.40625Q322.57898 150.64062 323.06335 150.15625Q323.56335 149.65625 324.32898 149.65625Q325.0946 149.65625 325.57898 150.15625Q326.07898 150.64062 326.07898 151.45312L326.07898 151.85938Q326.07898 152.625 325.5946 153.125Q325.11023 153.625 324.3446 153.625Q323.57898 153.625 323.07898 153.14062Q322.57898 152.64062 322.57898 151.82812L322.57898 151.40625ZM323.39148 151.85938Q323.39148 152.32812 323.64148 152.625Q323.9071 152.92188 324.3446 152.92188Q324.76648 152.92188 325.01648 152.64062Q325.26648 152.34375 325.26648 151.84375L325.26648 151.40625Q325.26648 150.9375 325.00085 150.65625Q324.75085 150.35938 324.32898 150.35938Q323.9071 150.35938 323.64148 150.65625Q323.39148 150.9375 323.39148 151.4375L323.39148 151.85938ZM320.43835 152.85938L319.81335 152.46875L323.98523 145.79688L324.5946 146.1875L320.43835 152.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M310.11023 153.5L304.51648 153.5L304.51648 152.71875L307.4696 149.4375Q308.12585 148.6875 308.37585 148.23438Q308.62585 147.76562 308.62585 147.26562Q308.62585 146.59375 308.2196 146.17188Q307.82898 145.73438 307.14148 145.73438Q306.3446 145.73438 305.89148 146.20312Q305.43835 146.65625 305.43835 147.48438L304.36023 147.48438Q304.36023 146.29688 305.11023 145.57812Q305.87585 144.84375 307.14148 144.84375Q308.3446 144.84375 309.0321 145.46875Q309.7196 146.09375 309.7196 147.14062Q309.7196 148.39062 308.11023 150.14062L305.82898 152.60938L310.11023 152.60938L310.11023 153.5ZM316.70398 147.1875Q316.70398 147.82812 316.36023 148.32812Q316.01648 148.82812 315.45398 149.10938Q316.11023 149.39062 316.50085 149.95312Q316.89148 150.5 316.89148 151.20312Q316.89148 152.29688 316.14148 152.96875Q315.4071 153.625 314.18835 153.625Q312.95398 153.625 312.20398 152.96875Q311.4696 152.29688 311.4696 151.20312Q311.4696 150.5 311.8446 149.95312Q312.2196 149.39062 312.89148 149.10938Q312.32898 148.82812 312.00085 148.32812Q311.67273 147.82812 311.67273 147.1875Q311.67273 146.10938 312.36023 145.48438Q313.04773 144.84375 314.18835 144.84375Q315.31335 144.84375 316.00085 145.48438Q316.70398 146.10938 316.70398 147.1875ZM315.81335 151.17188Q315.81335 150.45312 315.36023 150.01562Q314.9071 149.5625 314.17273 149.5625Q313.43835 149.5625 312.98523 150.01562Q312.54773 150.45312 312.54773 151.1875Q312.54773 151.90625 312.98523 152.32812Q313.42273 152.73438 314.18835 152.73438Q314.93835 152.73438 315.37585 152.3125Q315.81335 151.89062 315.81335 151.17188ZM314.18835 145.73438Q313.54773 145.73438 313.14148 146.14062Q312.75085 146.53125 312.75085 147.21875Q312.75085 147.85938 313.14148 148.26562Q313.5321 148.67188 314.17273 148.67188Q314.82898 148.67188 315.2196 148.26562Q315.61023 147.85938 315.61023 147.21875Q315.61023 146.5625 315.20398 146.15625Q314.79773 145.73438 314.18835 145.73438ZM318.42273 146.60938Q318.42273 145.84375 318.9071 145.34375Q319.4071 144.84375 320.17273 144.84375Q320.95398 144.84375 321.43835 145.34375Q321.92273 145.84375 321.92273 146.64062L321.92273 147.0625Q321.92273 147.82812 321.42273 148.32812Q320.93835 148.8125 320.18835 148.8125Q319.42273 148.8125 318.92273 148.32812Q318.42273 147.82812 318.42273 147.01562L318.42273 146.60938ZM319.23523 147.0625Q319.23523 147.51562 319.48523 147.8125Q319.75085 148.10938 320.18835 148.10938Q320.61023 148.10938 320.86023 147.82812Q321.11023 147.53125 321.11023 147.03125L321.11023 146.60938Q321.11023 146.15625 320.86023 145.85938Q320.61023 145.54688 320.17273 145.54688Q319.73523 145.54688 319.48523 145.85938Q319.23523 146.15625 319.23523 146.625L319.23523 147.0625ZM322.57898 151.40625Q322.57898 150.64062 323.06335 150.15625Q323.56335 149.65625 324.32898 149.65625Q325.0946 149.65625 325.57898 150.15625Q326.07898 150.64062 326.07898 151.45312L326.07898 151.85938Q326.07898 152.625 325.5946 153.125Q325.11023 153.625 324.3446 153.625Q323.57898 153.625 323.07898 153.14062Q322.57898 152.64062 322.57898 151.82812L322.57898 151.40625ZM323.39148 151.85938Q323.39148 152.32812 323.64148 152.625Q323.9071 152.92188 324.3446 152.92188Q324.76648 152.92188 325.01648 152.64062Q325.26648 152.34375 325.26648 151.84375L325.26648 151.40625Q325.26648 150.9375 325.00085 150.65625Q324.75085 150.35938 324.32898 150.35938Q323.9071 150.35938 323.64148 150.65625Q323.39148 150.9375 323.39148 151.4375L323.39148 151.85938ZM320.43835 152.85938L319.81335 152.46875L323.98523 145.79688L324.5946 146.1875L320.43835 152.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M283.41196 215.5L277.8182 215.5L277.8182 214.71875L280.77133 211.4375Q281.42758 210.6875 281.67758 210.23438Q281.92758 209.76562 281.92758 209.26562Q281.92758 208.59375 281.52133 208.17188Q281.1307 207.73438 280.4432 207.73438Q279.64633 207.73438 279.1932 208.20312Q278.74008 208.65625 278.74008 209.48438L277.66196 209.48438Q277.66196 208.29688 278.41196 207.57812Q279.17758 206.84375 280.4432 206.84375Q281.64633 206.84375 282.33383 207.46875Q283.02133 208.09375 283.02133 209.14062Q283.02133 210.39062 281.41196 212.14062L279.1307 214.60938L283.41196 214.60938L283.41196 215.5ZM286.39633 210.70312L287.20883 210.70312Q287.99008 210.6875 288.42758 210.29688Q288.86508 209.90625 288.86508 209.23438Q288.86508 207.73438 287.36508 207.73438Q286.66196 207.73438 286.24008 208.14062Q285.83383 208.54688 285.83383 209.20312L284.74008 209.20312Q284.74008 208.1875 285.47446 207.51562Q286.22446 206.84375 287.36508 206.84375Q288.5682 206.84375 289.2557 207.48438Q289.9432 208.125 289.9432 209.26562Q289.9432 209.82812 289.58383 210.34375Q289.22446 210.85938 288.59946 211.125Q289.30258 211.34375 289.67758 211.85938Q290.0682 212.375 290.0682 213.125Q290.0682 214.26562 289.3182 214.95312Q288.5682 215.625 287.36508 215.625Q286.17758 215.625 285.41196 214.96875Q284.66196 214.3125 284.66196 213.25L285.7557 213.25Q285.7557 213.92188 286.1932 214.32812Q286.6307 214.73438 287.3807 214.73438Q288.16196 214.73438 288.5682 214.32812Q288.99008 213.90625 288.99008 213.14062Q288.99008 212.40625 288.53696 212.01562Q288.08383 211.60938 287.20883 211.59375L286.39633 211.59375L286.39633 210.70312ZM291.72446 208.60938Q291.72446 207.84375 292.20883 207.34375Q292.70883 206.84375 293.47446 206.84375Q294.2557 206.84375 294.74008 207.34375Q295.22446 207.84375 295.22446 208.64062L295.22446 209.0625Q295.22446 209.82812 294.72446 210.32812Q294.24008 210.8125 293.49008 210.8125Q292.72446 210.8125 292.22446 210.32812Q291.72446 209.82812 291.72446 209.01562L291.72446 208.60938ZM292.53696 209.0625Q292.53696 209.51562 292.78696 209.8125Q293.05258 210.10938 293.49008 210.10938Q293.91196 210.10938 294.16196 209.82812Q294.41196 209.53125 294.41196 209.03125L294.41196 208.60938Q294.41196 208.15625 294.16196 207.85938Q293.91196 207.54688 293.47446 207.54688Q293.03696 207.54688 292.78696 207.85938Q292.53696 208.15625 292.53696 208.625L292.53696 209.0625ZM295.8807 213.40625Q295.8807 212.64062 296.36508 212.15625Q296.86508 211.65625 297.6307 211.65625Q298.39633 211.65625 298.8807 212.15625Q299.3807 212.64062 299.3807 213.45312L299.3807 213.85938Q299.3807 214.625 298.89633 215.125Q298.41196 215.625 297.64633 215.625Q296.8807 215.625 296.3807 215.14062Q295.8807 214.64062 295.8807 213.82812L295.8807 213.40625ZM296.6932 213.85938Q296.6932 214.32812 296.9432 214.625Q297.20883 214.92188 297.64633 214.92188Q298.0682 214.92188 298.3182 214.64062Q298.5682 214.34375 298.5682 213.84375L298.5682 213.40625Q298.5682 212.9375 298.30258 212.65625Q298.05258 212.35938 297.6307 212.35938Q297.20883 212.35938 296.9432 212.65625Q296.6932 212.9375 296.6932 213.4375L296.6932 213.85938ZM293.74008 214.85938L293.11508 214.46875L297.28696 207.79688L297.89633 208.1875L293.74008 214.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M283.41196 215.5L277.8182 215.5L277.8182 214.71875L280.77133 211.4375Q281.42758 210.6875 281.67758 210.23438Q281.92758 209.76562 281.92758 209.26562Q281.92758 208.59375 281.52133 208.17188Q281.1307 207.73438 280.4432 207.73438Q279.64633 207.73438 279.1932 208.20312Q278.74008 208.65625 278.74008 209.48438L277.66196 209.48438Q277.66196 208.29688 278.41196 207.57812Q279.17758 206.84375 280.4432 206.84375Q281.64633 206.84375 282.33383 207.46875Q283.02133 208.09375 283.02133 209.14062Q283.02133 210.39062 281.41196 212.14062L279.1307 214.60938L283.41196 214.60938L283.41196 215.5ZM286.39633 210.70312L287.20883 210.70312Q287.99008 210.6875 288.42758 210.29688Q288.86508 209.90625 288.86508 209.23438Q288.86508 207.73438 287.36508 207.73438Q286.66196 207.73438 286.24008 208.14062Q285.83383 208.54688 285.83383 209.20312L284.74008 209.20312Q284.74008 208.1875 285.47446 207.51562Q286.22446 206.84375 287.36508 206.84375Q288.5682 206.84375 289.2557 207.48438Q289.9432 208.125 289.9432 209.26562Q289.9432 209.82812 289.58383 210.34375Q289.22446 210.85938 288.59946 211.125Q289.30258 211.34375 289.67758 211.85938Q290.0682 212.375 290.0682 213.125Q290.0682 214.26562 289.3182 214.95312Q288.5682 215.625 287.36508 215.625Q286.17758 215.625 285.41196 214.96875Q284.66196 214.3125 284.66196 213.25L285.7557 213.25Q285.7557 213.92188 286.1932 214.32812Q286.6307 214.73438 287.3807 214.73438Q288.16196 214.73438 288.5682 214.32812Q288.99008 213.90625 288.99008 213.14062Q288.99008 212.40625 288.53696 212.01562Q288.08383 211.60938 287.20883 211.59375L286.39633 211.59375L286.39633 210.70312ZM291.72446 208.60938Q291.72446 207.84375 292.20883 207.34375Q292.70883 206.84375 293.47446 206.84375Q294.2557 206.84375 294.74008 207.34375Q295.22446 207.84375 295.22446 208.64062L295.22446 209.0625Q295.22446 209.82812 294.72446 210.32812Q294.24008 210.8125 293.49008 210.8125Q292.72446 210.8125 292.22446 210.32812Q291.72446 209.82812 291.72446 209.01562L291.72446 208.60938ZM292.53696 209.0625Q292.53696 209.51562 292.78696 209.8125Q293.05258 210.10938 293.49008 210.10938Q293.91196 210.10938 294.16196 209.82812Q294.41196 209.53125 294.41196 209.03125L294.41196 208.60938Q294.41196 208.15625 294.16196 207.85938Q293.91196 207.54688 293.47446 207.54688Q293.03696 207.54688 292.78696 207.85938Q292.53696 208.15625 292.53696 208.625L292.53696 209.0625ZM295.8807 213.40625Q295.8807 212.64062 296.36508 212.15625Q296.86508 211.65625 297.6307 211.65625Q298.39633 211.65625 298.8807 212.15625Q299.3807 212.64062 299.3807 213.45312L299.3807 213.85938Q299.3807 214.625 298.89633 215.125Q298.41196 215.625 297.64633 215.625Q296.8807 215.625 296.3807 215.14062Q295.8807 214.64062 295.8807 213.82812L295.8807 213.40625ZM296.6932 213.85938Q296.6932 214.32812 296.9432 214.625Q297.20883 214.92188 297.64633 214.92188Q298.0682 214.92188 298.3182 214.64062Q298.5682 214.34375 298.5682 213.84375L298.5682 213.40625Q298.5682 212.9375 298.30258 212.65625Q298.05258 212.35938 297.6307 212.35938Q297.20883 212.35938 296.9432 212.65625Q296.6932 212.9375 296.6932 213.4375L296.6932 213.85938ZM293.74008 214.85938L293.11508 214.46875L297.28696 207.79688L297.89633 208.1875L293.74008 214.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M294.09125 277.5L288.4975 277.5L288.4975 276.71875L291.45062 273.4375Q292.10687 272.6875 292.35687 272.23438Q292.60687 271.76562 292.60687 271.26562Q292.60687 270.59375 292.20062 270.17188Q291.81 269.73438 291.1225 269.73438Q290.32562 269.73438 289.8725 270.20312Q289.41937 270.65625 289.41937 271.48438L288.34125 271.48438Q288.34125 270.29688 289.09125 269.57812Q289.85687 268.84375 291.1225 268.84375Q292.32562 268.84375 293.01312 269.46875Q293.70062 270.09375 293.70062 271.14062Q293.70062 272.39062 292.09125 274.14062L289.81 276.60938L294.09125 276.60938L294.09125 277.5ZM295.9975 273.21875L296.435 268.96875L300.81 268.96875L300.81 269.96875L297.35687 269.96875L297.09125 272.29688Q297.73187 271.92188 298.52875 271.92188Q299.685 271.92188 300.3725 272.70312Q301.06 273.46875 301.06 274.78125Q301.06 276.09375 300.34125 276.85938Q299.63812 277.625 298.35687 277.625Q297.23187 277.625 296.51312 277.0Q295.79437 276.35938 295.70062 275.25L296.71625 275.25Q296.82562 275.98438 297.2475 276.35938Q297.66937 276.73438 298.35687 276.73438Q299.10687 276.73438 299.54437 276.21875Q299.98187 275.70312 299.98187 274.79688Q299.98187 273.9375 299.51312 273.42188Q299.04437 272.90625 298.26312 272.90625Q297.56 272.90625 297.15375 273.20312L296.8725 273.4375L295.9975 273.21875ZM302.40375 270.60938Q302.40375 269.84375 302.88812 269.34375Q303.38812 268.84375 304.15375 268.84375Q304.935 268.84375 305.41937 269.34375Q305.90375 269.84375 305.90375 270.64062L305.90375 271.0625Q305.90375 271.82812 305.40375 272.32812Q304.91937 272.8125 304.16937 272.8125Q303.40375 272.8125 302.90375 272.32812Q302.40375 271.82812 302.40375 271.01562L302.40375 270.60938ZM303.21625 271.0625Q303.21625 271.51562 303.46625 271.8125Q303.73187 272.10938 304.16937 272.10938Q304.59125 272.10938 304.84125 271.82812Q305.09125 271.53125 305.09125 271.03125L305.09125 270.60938Q305.09125 270.15625 304.84125 269.85938Q304.59125 269.54688 304.15375 269.54688Q303.71625 269.54688 303.46625 269.85938Q303.21625 270.15625 303.21625 270.625L303.21625 271.0625ZM306.56 275.40625Q306.56 274.64062 307.04437 274.15625Q307.54437 273.65625 308.31 273.65625Q309.07562 273.65625 309.56 274.15625Q310.06 274.64062 310.06 275.45312L310.06 275.85938Q310.06 276.625 309.57562 277.125Q309.09125 277.625 308.32562 277.625Q307.56 277.625 307.06 277.14062Q306.56 276.64062 306.56 275.82812L306.56 275.40625ZM307.3725 275.85938Q307.3725 276.32812 307.6225 276.625Q307.88812 276.92188 308.32562 276.92188Q308.7475 276.92188 308.9975 276.64062Q309.2475 276.34375 309.2475 275.84375L309.2475 275.40625Q309.2475 274.9375 308.98187 274.65625Q308.73187 274.35938 308.31 274.35938Q307.88812 274.35938 307.6225 274.65625Q307.3725 274.9375 307.3725 275.4375L307.3725 275.85938ZM304.41937 276.85938L303.79437 276.46875L307.96625 269.79688L308.57562 270.1875L304.41937 276.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M294.09125 277.5L288.4975 277.5L288.4975 276.71875L291.45062 273.4375Q292.10687 272.6875 292.35687 272.23438Q292.60687 271.76562 292.60687 271.26562Q292.60687 270.59375 292.20062 270.17188Q291.81 269.73438 291.1225 269.73438Q290.32562 269.73438 289.8725 270.20312Q289.41937 270.65625 289.41937 271.48438L288.34125 271.48438Q288.34125 270.29688 289.09125 269.57812Q289.85687 268.84375 291.1225 268.84375Q292.32562 268.84375 293.01312 269.46875Q293.70062 270.09375 293.70062 271.14062Q293.70062 272.39062 292.09125 274.14062L289.81 276.60938L294.09125 276.60938L294.09125 277.5ZM295.9975 273.21875L296.435 268.96875L300.81 268.96875L300.81 269.96875L297.35687 269.96875L297.09125 272.29688Q297.73187 271.92188 298.52875 271.92188Q299.685 271.92188 300.3725 272.70312Q301.06 273.46875 301.06 274.78125Q301.06 276.09375 300.34125 276.85938Q299.63812 277.625 298.35687 277.625Q297.23187 277.625 296.51312 277.0Q295.79437 276.35938 295.70062 275.25L296.71625 275.25Q296.82562 275.98438 297.2475 276.35938Q297.66937 276.73438 298.35687 276.73438Q299.10687 276.73438 299.54437 276.21875Q299.98187 275.70312 299.98187 274.79688Q299.98187 273.9375 299.51312 273.42188Q299.04437 272.90625 298.26312 272.90625Q297.56 272.90625 297.15375 273.20312L296.8725 273.4375L295.9975 273.21875ZM302.40375 270.60938Q302.40375 269.84375 302.88812 269.34375Q303.38812 268.84375 304.15375 268.84375Q304.935 268.84375 305.41937 269.34375Q305.90375 269.84375 305.90375 270.64062L305.90375 271.0625Q305.90375 271.82812 305.40375 272.32812Q304.91937 272.8125 304.16937 272.8125Q303.40375 272.8125 302.90375 272.32812Q302.40375 271.82812 302.40375 271.01562L302.40375 270.60938ZM303.21625 271.0625Q303.21625 271.51562 303.46625 271.8125Q303.73187 272.10938 304.16937 272.10938Q304.59125 272.10938 304.84125 271.82812Q305.09125 271.53125 305.09125 271.03125L305.09125 270.60938Q305.09125 270.15625 304.84125 269.85938Q304.59125 269.54688 304.15375 269.54688Q303.71625 269.54688 303.46625 269.85938Q303.21625 270.15625 303.21625 270.625L303.21625 271.0625ZM306.56 275.40625Q306.56 274.64062 307.04437 274.15625Q307.54437 273.65625 308.31 273.65625Q309.07562 273.65625 309.56 274.15625Q310.06 274.64062 310.06 275.45312L310.06 275.85938Q310.06 276.625 309.57562 277.125Q309.09125 277.625 308.32562 277.625Q307.56 277.625 307.06 277.14062Q306.56 276.64062 306.56 275.82812L306.56 275.40625ZM307.3725 275.85938Q307.3725 276.32812 307.6225 276.625Q307.88812 276.92188 308.32562 276.92188Q308.7475 276.92188 308.9975 276.64062Q309.2475 276.34375 309.2475 275.84375L309.2475 275.40625Q309.2475 274.9375 308.98187 274.65625Q308.73187 274.35938 308.31 274.35938Q307.88812 274.35938 307.6225 274.65625Q307.3725 274.9375 307.3725 275.4375L307.3725 275.85938ZM304.41937 276.85938L303.79437 276.46875L307.96625 269.79688L308.57562 270.1875L304.41937 276.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.21927 336.75Q206.89114 337.15625 206.40677 337.40625Q205.93802 337.64062 205.37552 337.64062Q204.64114 337.64062 204.09427 337.28125Q203.5474 336.92188 203.25052 336.26562Q202.95364 335.59375 202.95364 334.79688Q202.95364 333.95312 203.26614 333.26562Q203.59427 332.57812 204.18802 332.21875Q204.7974 331.84375 205.59427 331.84375Q206.8599 331.84375 207.57864 332.79688Q208.31302 333.75 208.31302 335.375L208.31302 335.6875Q208.31302 338.1875 207.32864 339.32812Q206.34427 340.46875 204.3599 340.5L204.14114 340.5L204.14114 339.59375L204.37552 339.59375Q205.71927 339.5625 206.43802 338.89062Q207.15677 338.21875 207.21927 336.75ZM205.5474 336.75Q206.09427 336.75 206.5474 336.42188Q207.01614 336.07812 207.2349 335.59375L207.2349 335.15625Q207.2349 334.09375 206.76614 333.42188Q206.2974 332.75 205.59427 332.75Q204.87552 332.75 204.43802 333.29688Q204.01614 333.84375 204.01614 334.75Q204.01614 335.625 204.4224 336.1875Q204.84427 336.75 205.5474 336.75ZM209.96927 333.60938Q209.96927 332.84375 210.45364 332.34375Q210.95364 331.84375 211.71927 331.84375Q212.50052 331.84375 212.9849 332.34375Q213.46927 332.84375 213.46927 333.64062L213.46927 334.0625Q213.46927 334.82812 212.96927 335.32812Q212.4849 335.8125 211.7349 335.8125Q210.96927 335.8125 210.46927 335.32812Q209.96927 334.82812 209.96927 334.01562L209.96927 333.60938ZM210.78177 334.0625Q210.78177 334.51562 211.03177 334.8125Q211.2974 335.10938 211.7349 335.10938Q212.15677 335.10938 212.40677 334.82812Q212.65677 334.53125 212.65677 334.03125L212.65677 333.60938Q212.65677 333.15625 212.40677 332.85938Q212.15677 332.54688 211.71927 332.54688Q211.28177 332.54688 211.03177 332.85938Q210.78177 333.15625 210.78177 333.625L210.78177 334.0625ZM214.12552 338.40625Q214.12552 337.64062 214.6099 337.15625Q215.1099 336.65625 215.87552 336.65625Q216.64114 336.65625 217.12552 337.15625Q217.62552 337.64062 217.62552 338.45312L217.62552 338.85938Q217.62552 339.625 217.14114 340.125Q216.65677 340.625 215.89114 340.625Q215.12552 340.625 214.62552 340.14062Q214.12552 339.64062 214.12552 338.82812L214.12552 338.40625ZM214.93802 338.85938Q214.93802 339.32812 215.18802 339.625Q215.45364 339.92188 215.89114 339.92188Q216.31302 339.92188 216.56302 339.64062Q216.81302 339.34375 216.81302 338.84375L216.81302 338.40625Q216.81302 337.9375 216.5474 337.65625Q216.2974 337.35938 215.87552 337.35938Q215.45364 337.35938 215.18802 337.65625Q214.93802 337.9375 214.93802 338.4375L214.93802 338.85938ZM211.9849 339.85938L211.3599 339.46875L215.53177 332.79688L216.14114 333.1875L211.9849 339.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M207.21927 336.75Q206.89114 337.15625 206.40677 337.40625Q205.93802 337.64062 205.37552 337.64062Q204.64114 337.64062 204.09427 337.28125Q203.5474 336.92188 203.25052 336.26562Q202.95364 335.59375 202.95364 334.79688Q202.95364 333.95312 203.26614 333.26562Q203.59427 332.57812 204.18802 332.21875Q204.7974 331.84375 205.59427 331.84375Q206.8599 331.84375 207.57864 332.79688Q208.31302 333.75 208.31302 335.375L208.31302 335.6875Q208.31302 338.1875 207.32864 339.32812Q206.34427 340.46875 204.3599 340.5L204.14114 340.5L204.14114 339.59375L204.37552 339.59375Q205.71927 339.5625 206.43802 338.89062Q207.15677 338.21875 207.21927 336.75ZM205.5474 336.75Q206.09427 336.75 206.5474 336.42188Q207.01614 336.07812 207.2349 335.59375L207.2349 335.15625Q207.2349 334.09375 206.76614 333.42188Q206.2974 332.75 205.59427 332.75Q204.87552 332.75 204.43802 333.29688Q204.01614 333.84375 204.01614 334.75Q204.01614 335.625 204.4224 336.1875Q204.84427 336.75 205.5474 336.75ZM209.96927 333.60938Q209.96927 332.84375 210.45364 332.34375Q210.95364 331.84375 211.71927 331.84375Q212.50052 331.84375 212.9849 332.34375Q213.46927 332.84375 213.46927 333.64062L213.46927 334.0625Q213.46927 334.82812 212.96927 335.32812Q212.4849 335.8125 211.7349 335.8125Q210.96927 335.8125 210.46927 335.32812Q209.96927 334.82812 209.96927 334.01562L209.96927 333.60938ZM210.78177 334.0625Q210.78177 334.51562 211.03177 334.8125Q211.2974 335.10938 211.7349 335.10938Q212.15677 335.10938 212.40677 334.82812Q212.65677 334.53125 212.65677 334.03125L212.65677 333.60938Q212.65677 333.15625 212.40677 332.85938Q212.15677 332.54688 211.71927 332.54688Q211.28177 332.54688 211.03177 332.85938Q210.78177 333.15625 210.78177 333.625L210.78177 334.0625ZM214.12552 338.40625Q214.12552 337.64062 214.6099 337.15625Q215.1099 336.65625 215.87552 336.65625Q216.64114 336.65625 217.12552 337.15625Q217.62552 337.64062 217.62552 338.45312L217.62552 338.85938Q217.62552 339.625 217.14114 340.125Q216.65677 340.625 215.89114 340.625Q215.12552 340.625 214.62552 340.14062Q214.12552 339.64062 214.12552 338.82812L214.12552 338.40625ZM214.93802 338.85938Q214.93802 339.32812 215.18802 339.625Q215.45364 339.92188 215.89114 339.92188Q216.31302 339.92188 216.56302 339.64062Q216.81302 339.34375 216.81302 338.84375L216.81302 338.40625Q216.81302 337.9375 216.5474 337.65625Q216.2974 337.35938 215.87552 337.35938Q215.45364 337.35938 215.18802 337.65625Q214.93802 337.9375 214.93802 338.4375L214.93802 338.85938ZM211.9849 339.85938L211.3599 339.46875L215.53177 332.79688L216.14114 333.1875L211.9849 339.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.30484 104.5L216.22672 104.5L216.22672 97.28125L214.03922 98.078125L214.03922 97.09375L217.14859 95.921875L217.30484 95.921875L217.30484 104.5ZM224.30484 104.5L223.22672 104.5L223.22672 97.28125L221.03922 98.078125L221.03922 97.09375L224.14859 95.921875L224.30484 95.921875L224.30484 104.5ZM227.64859 97.609375Q227.64859 96.84375 228.13297 96.34375Q228.63297 95.84375 229.39859 95.84375Q230.17984 95.84375 230.66422 96.34375Q231.14859 96.84375 231.14859 97.640625L231.14859 98.0625Q231.14859 98.828125 230.64859 99.328125Q230.16422 99.8125 229.41422 99.8125Q228.64859 99.8125 228.14859 99.328125Q227.64859 98.828125 227.64859 98.015625L227.64859 97.609375ZM228.46109 98.0625Q228.46109 98.515625 228.71109 98.8125Q228.97672 99.109375 229.41422 99.109375Q229.83609 99.109375 230.08609 98.828125Q230.33609 98.53125 230.33609 98.03125L230.33609 97.609375Q230.33609 97.15625 230.08609 96.859375Q229.83609 96.546875 229.39859 96.546875Q228.96109 96.546875 228.71109 96.859375Q228.46109 97.15625 228.46109 97.625L228.46109 98.0625ZM231.80484 102.40625Q231.80484 101.640625 232.28922 101.15625Q232.78922 100.65625 233.55484 100.65625Q234.32047 100.65625 234.80484 101.15625Q235.30484 101.640625 235.30484 102.453125L235.30484 102.859375Q235.30484 103.625 234.82047 104.125Q234.33609 104.625 233.57047 104.625Q232.80484 104.625 232.30484 104.140625Q231.80484 103.640625 231.80484 102.828125L231.80484 102.40625ZM232.61734 102.859375Q232.61734 103.328125 232.86734 103.625Q233.13297 103.921875 233.57047 103.921875Q233.99234 103.921875 234.24234 103.640625Q234.49234 103.34375 234.49234 102.84375L234.49234 102.40625Q234.49234 101.9375 234.22672 101.65625Q233.97672 101.359375 233.55484 101.359375Q233.13297 101.359375 232.86734 101.65625Q232.61734 101.9375 232.61734 102.4375L232.61734 102.859375ZM229.66422 103.859375L229.03922 103.46875L233.21109 96.796875L233.82047 97.1875L229.66422 103.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M217.30484 104.5L216.22672 104.5L216.22672 97.28125L214.03922 98.078125L214.03922 97.09375L217.14859 95.921875L217.30484 95.921875L217.30484 104.5ZM224.30484 104.5L223.22672 104.5L223.22672 97.28125L221.03922 98.078125L221.03922 97.09375L224.14859 95.921875L224.30484 95.921875L224.30484 104.5ZM227.64859 97.609375Q227.64859 96.84375 228.13297 96.34375Q228.63297 95.84375 229.39859 95.84375Q230.17984 95.84375 230.66422 96.34375Q231.14859 96.84375 231.14859 97.640625L231.14859 98.0625Q231.14859 98.828125 230.64859 99.328125Q230.16422 99.8125 229.41422 99.8125Q228.64859 99.8125 228.14859 99.328125Q227.64859 98.828125 227.64859 98.015625L227.64859 97.609375ZM228.46109 98.0625Q228.46109 98.515625 228.71109 98.8125Q228.97672 99.109375 229.41422 99.109375Q229.83609 99.109375 230.08609 98.828125Q230.33609 98.53125 230.33609 98.03125L230.33609 97.609375Q230.33609 97.15625 230.08609 96.859375Q229.83609 96.546875 229.39859 96.546875Q228.96109 96.546875 228.71109 96.859375Q228.46109 97.15625 228.46109 97.625L228.46109 98.0625ZM231.80484 102.40625Q231.80484 101.640625 232.28922 101.15625Q232.78922 100.65625 233.55484 100.65625Q234.32047 100.65625 234.80484 101.15625Q235.30484 101.640625 235.30484 102.453125L235.30484 102.859375Q235.30484 103.625 234.82047 104.125Q234.33609 104.625 233.57047 104.625Q232.80484 104.625 232.30484 104.140625Q231.80484 103.640625 231.80484 102.828125L231.80484 102.40625ZM232.61734 102.859375Q232.61734 103.328125 232.86734 103.625Q233.13297 103.921875 233.57047 103.921875Q233.99234 103.921875 234.24234 103.640625Q234.49234 103.34375 234.49234 102.84375L234.49234 102.40625Q234.49234 101.9375 234.22672 101.65625Q233.97672 101.359375 233.55484 101.359375Q233.13297 101.359375 232.86734 101.65625Q232.61734 101.9375 232.61734 102.4375L232.61734 102.859375ZM229.66422 103.859375L229.03922 103.46875L233.21109 96.796875L233.82047 97.1875L229.66422 103.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M299.4309 166.5L293.83716 166.5L293.83716 165.71875L296.79028 162.4375Q297.44653 161.6875 297.69653 161.23438Q297.94653 160.76562 297.94653 160.26562Q297.94653 159.59375 297.54028 159.17188Q297.14966 158.73438 296.46216 158.73438Q295.66528 158.73438 295.21216 159.20312Q294.75903 159.65625 294.75903 160.48438L293.6809 160.48438Q293.6809 159.29688 294.4309 158.57812Q295.19653 157.84375 296.46216 157.84375Q297.66528 157.84375 298.35278 158.46875Q299.04028 159.09375 299.04028 160.14062Q299.04028 161.39062 297.4309 163.14062L295.14966 165.60938L299.4309 165.60938L299.4309 166.5ZM305.10278 157.96875L305.10278 158.875L304.89966 158.875Q303.63403 158.90625 302.88403 159.64062Q302.13403 160.35938 302.00903 161.67188Q302.69653 160.90625 303.85278 160.90625Q304.96216 160.90625 305.63403 161.6875Q306.3059 162.46875 306.3059 163.71875Q306.3059 165.03125 305.58716 165.82812Q304.8684 166.625 303.64966 166.625Q302.4309 166.625 301.66528 165.6875Q300.91528 164.73438 300.91528 163.25L300.91528 162.84375Q300.91528 160.48438 301.91528 159.23438Q302.91528 157.98438 304.89966 157.96875L305.10278 157.96875ZM303.6809 161.8125Q303.1184 161.8125 302.64966 162.14062Q302.1809 162.46875 301.9934 162.98438L301.9934 163.375Q301.9934 164.4375 302.46216 165.07812Q302.94653 165.71875 303.64966 165.71875Q304.38403 165.71875 304.8059 165.1875Q305.22778 164.64062 305.22778 163.76562Q305.22778 162.89062 304.8059 162.35938Q304.38403 161.8125 303.6809 161.8125ZM307.7434 159.60938Q307.7434 158.84375 308.22778 158.34375Q308.72778 157.84375 309.4934 157.84375Q310.27466 157.84375 310.75903 158.34375Q311.2434 158.84375 311.2434 159.64062L311.2434 160.0625Q311.2434 160.82812 310.7434 161.32812Q310.25903 161.8125 309.50903 161.8125Q308.7434 161.8125 308.2434 161.32812Q307.7434 160.82812 307.7434 160.01562L307.7434 159.60938ZM308.5559 160.0625Q308.5559 160.51562 308.8059 160.8125Q309.07153 161.10938 309.50903 161.10938Q309.9309 161.10938 310.1809 160.82812Q310.4309 160.53125 310.4309 160.03125L310.4309 159.60938Q310.4309 159.15625 310.1809 158.85938Q309.9309 158.54688 309.4934 158.54688Q309.0559 158.54688 308.8059 158.85938Q308.5559 159.15625 308.5559 159.625L308.5559 160.0625ZM311.89966 164.40625Q311.89966 163.64062 312.38403 163.15625Q312.88403 162.65625 313.64966 162.65625Q314.41528 162.65625 314.89966 163.15625Q315.39966 163.64062 315.39966 164.45312L315.39966 164.85938Q315.39966 165.625 314.91528 166.125Q314.4309 166.625 313.66528 166.625Q312.89966 166.625 312.39966 166.14062Q311.89966 165.64062 311.89966 164.82812L311.89966 164.40625ZM312.71216 164.85938Q312.71216 165.32812 312.96216 165.625Q313.22778 165.92188 313.66528 165.92188Q314.08716 165.92188 314.33716 165.64062Q314.58716 165.34375 314.58716 164.84375L314.58716 164.40625Q314.58716 163.9375 314.32153 163.65625Q314.07153 163.35938 313.64966 163.35938Q313.22778 163.35938 312.96216 163.65625Q312.71216 163.9375 312.71216 164.4375L312.71216 164.85938ZM309.75903 165.85938L309.13403 165.46875L313.3059 158.79688L313.91528 159.1875L309.75903 165.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M299.4309 166.5L293.83716 166.5L293.83716 165.71875L296.79028 162.4375Q297.44653 161.6875 297.69653 161.23438Q297.94653 160.76562 297.94653 160.26562Q297.94653 159.59375 297.54028 159.17188Q297.14966 158.73438 296.46216 158.73438Q295.66528 158.73438 295.21216 159.20312Q294.75903 159.65625 294.75903 160.48438L293.6809 160.48438Q293.6809 159.29688 294.4309 158.57812Q295.19653 157.84375 296.46216 157.84375Q297.66528 157.84375 298.35278 158.46875Q299.04028 159.09375 299.04028 160.14062Q299.04028 161.39062 297.4309 163.14062L295.14966 165.60938L299.4309 165.60938L299.4309 166.5ZM305.10278 157.96875L305.10278 158.875L304.89966 158.875Q303.63403 158.90625 302.88403 159.64062Q302.13403 160.35938 302.00903 161.67188Q302.69653 160.90625 303.85278 160.90625Q304.96216 160.90625 305.63403 161.6875Q306.3059 162.46875 306.3059 163.71875Q306.3059 165.03125 305.58716 165.82812Q304.8684 166.625 303.64966 166.625Q302.4309 166.625 301.66528 165.6875Q300.91528 164.73438 300.91528 163.25L300.91528 162.84375Q300.91528 160.48438 301.91528 159.23438Q302.91528 157.98438 304.89966 157.96875L305.10278 157.96875ZM303.6809 161.8125Q303.1184 161.8125 302.64966 162.14062Q302.1809 162.46875 301.9934 162.98438L301.9934 163.375Q301.9934 164.4375 302.46216 165.07812Q302.94653 165.71875 303.64966 165.71875Q304.38403 165.71875 304.8059 165.1875Q305.22778 164.64062 305.22778 163.76562Q305.22778 162.89062 304.8059 162.35938Q304.38403 161.8125 303.6809 161.8125ZM307.7434 159.60938Q307.7434 158.84375 308.22778 158.34375Q308.72778 157.84375 309.4934 157.84375Q310.27466 157.84375 310.75903 158.34375Q311.2434 158.84375 311.2434 159.64062L311.2434 160.0625Q311.2434 160.82812 310.7434 161.32812Q310.25903 161.8125 309.50903 161.8125Q308.7434 161.8125 308.2434 161.32812Q307.7434 160.82812 307.7434 160.01562L307.7434 159.60938ZM308.5559 160.0625Q308.5559 160.51562 308.8059 160.8125Q309.07153 161.10938 309.50903 161.10938Q309.9309 161.10938 310.1809 160.82812Q310.4309 160.53125 310.4309 160.03125L310.4309 159.60938Q310.4309 159.15625 310.1809 158.85938Q309.9309 158.54688 309.4934 158.54688Q309.0559 158.54688 308.8059 158.85938Q308.5559 159.15625 308.5559 159.625L308.5559 160.0625ZM311.89966 164.40625Q311.89966 163.64062 312.38403 163.15625Q312.88403 162.65625 313.64966 162.65625Q314.41528 162.65625 314.89966 163.15625Q315.39966 163.64062 315.39966 164.45312L315.39966 164.85938Q315.39966 165.625 314.91528 166.125Q314.4309 166.625 313.66528 166.625Q312.89966 166.625 312.39966 166.14062Q311.89966 165.64062 311.89966 164.82812L311.89966 164.40625ZM312.71216 164.85938Q312.71216 165.32812 312.96216 165.625Q313.22778 165.92188 313.66528 165.92188Q314.08716 165.92188 314.33716 165.64062Q314.58716 165.34375 314.58716 164.84375L314.58716 164.40625Q314.58716 163.9375 314.32153 163.65625Q314.07153 163.35938 313.64966 163.35938Q313.22778 163.35938 312.96216 163.65625Q312.71216 163.9375 312.71216 164.4375L312.71216 164.85938ZM309.75903 165.85938L309.13403 165.46875L313.3059 158.79688L313.91528 159.1875L309.75903 165.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.73264 228.5L267.1389 228.5L267.1389 227.71875L270.092 224.4375Q270.74826 223.6875 270.99826 223.23438Q271.24826 222.76562 271.24826 222.26562Q271.24826 221.59375 270.842 221.17188Q270.4514 220.73438 269.7639 220.73438Q268.967 220.73438 268.5139 221.20312Q268.06076 221.65625 268.06076 222.48438L266.98264 222.48438Q266.98264 221.29688 267.73264 220.57812Q268.49826 219.84375 269.7639 219.84375Q270.967 219.84375 271.6545 220.46875Q272.342 221.09375 272.342 222.14062Q272.342 223.39062 270.73264 225.14062L268.4514 227.60938L272.73264 227.60938L272.73264 228.5ZM277.7014 228.5L276.62326 228.5L276.62326 221.28125L274.43576 222.07812L274.43576 221.09375L277.54514 219.92188L277.7014 219.92188L277.7014 228.5ZM281.04514 221.60938Q281.04514 220.84375 281.5295 220.34375Q282.0295 219.84375 282.79514 219.84375Q283.5764 219.84375 284.06076 220.34375Q284.54514 220.84375 284.54514 221.64062L284.54514 222.0625Q284.54514 222.82812 284.04514 223.32812Q283.56076 223.8125 282.81076 223.8125Q282.04514 223.8125 281.54514 223.32812Q281.04514 222.82812 281.04514 222.01562L281.04514 221.60938ZM281.85764 222.0625Q281.85764 222.51562 282.10764 222.8125Q282.37326 223.10938 282.81076 223.10938Q283.23264 223.10938 283.48264 222.82812Q283.73264 222.53125 283.73264 222.03125L283.73264 221.60938Q283.73264 221.15625 283.48264 220.85938Q283.23264 220.54688 282.79514 220.54688Q282.35764 220.54688 282.10764 220.85938Q281.85764 221.15625 281.85764 221.625L281.85764 222.0625ZM285.2014 226.40625Q285.2014 225.64062 285.68576 225.15625Q286.18576 224.65625 286.9514 224.65625Q287.717 224.65625 288.2014 225.15625Q288.7014 225.64062 288.7014 226.45312L288.7014 226.85938Q288.7014 227.625 288.217 228.125Q287.73264 228.625 286.967 228.625Q286.2014 228.625 285.7014 228.14062Q285.2014 227.64062 285.2014 226.82812L285.2014 226.40625ZM286.0139 226.85938Q286.0139 227.32812 286.2639 227.625Q286.5295 227.92188 286.967 227.92188Q287.3889 227.92188 287.6389 227.64062Q287.8889 227.34375 287.8889 226.84375L287.8889 226.40625Q287.8889 225.9375 287.62326 225.65625Q287.37326 225.35938 286.9514 225.35938Q286.5295 225.35938 286.2639 225.65625Q286.0139 225.9375 286.0139 226.4375L286.0139 226.85938ZM283.06076 227.85938L282.43576 227.46875L286.60764 220.79688L287.217 221.1875L283.06076 227.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M272.73264 228.5L267.1389 228.5L267.1389 227.71875L270.092 224.4375Q270.74826 223.6875 270.99826 223.23438Q271.24826 222.76562 271.24826 222.26562Q271.24826 221.59375 270.842 221.17188Q270.4514 220.73438 269.7639 220.73438Q268.967 220.73438 268.5139 221.20312Q268.06076 221.65625 268.06076 222.48438L266.98264 222.48438Q266.98264 221.29688 267.73264 220.57812Q268.49826 219.84375 269.7639 219.84375Q270.967 219.84375 271.6545 220.46875Q272.342 221.09375 272.342 222.14062Q272.342 223.39062 270.73264 225.14062L268.4514 227.60938L272.73264 227.60938L272.73264 228.5ZM277.7014 228.5L276.62326 228.5L276.62326 221.28125L274.43576 222.07812L274.43576 221.09375L277.54514 219.92188L277.7014 219.92188L277.7014 228.5ZM281.04514 221.60938Q281.04514 220.84375 281.5295 220.34375Q282.0295 219.84375 282.79514 219.84375Q283.5764 219.84375 284.06076 220.34375Q284.54514 220.84375 284.54514 221.64062L284.54514 222.0625Q284.54514 222.82812 284.04514 223.32812Q283.56076 223.8125 282.81076 223.8125Q282.04514 223.8125 281.54514 223.32812Q281.04514 222.82812 281.04514 222.01562L281.04514 221.60938ZM281.85764 222.0625Q281.85764 222.51562 282.10764 222.8125Q282.37326 223.10938 282.81076 223.10938Q283.23264 223.10938 283.48264 222.82812Q283.73264 222.53125 283.73264 222.03125L283.73264 221.60938Q283.73264 221.15625 283.48264 220.85938Q283.23264 220.54688 282.79514 220.54688Q282.35764 220.54688 282.10764 220.85938Q281.85764 221.15625 281.85764 221.625L281.85764 222.0625ZM285.2014 226.40625Q285.2014 225.64062 285.68576 225.15625Q286.18576 224.65625 286.9514 224.65625Q287.717 224.65625 288.2014 225.15625Q288.7014 225.64062 288.7014 226.45312L288.7014 226.85938Q288.7014 227.625 288.217 228.125Q287.73264 228.625 286.967 228.625Q286.2014 228.625 285.7014 228.14062Q285.2014 227.64062 285.2014 226.82812L285.2014 226.40625ZM286.0139 226.85938Q286.0139 227.32812 286.2639 227.625Q286.5295 227.92188 286.967 227.92188Q287.3889 227.92188 287.6389 227.64062Q287.8889 227.34375 287.8889 226.84375L287.8889 226.40625Q287.8889 225.9375 287.62326 225.65625Q287.37326 225.35938 286.9514 225.35938Q286.5295 225.35938 286.2639 225.65625Q286.0139 225.9375 286.0139 226.4375L286.0139 226.85938ZM283.06076 227.85938L282.43576 227.46875L286.60764 220.79688L287.217 221.1875L283.06076 227.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.77057 290.5L299.17682 290.5L299.17682 289.71875L302.12994 286.4375Q302.7862 285.6875 303.0362 285.23438Q303.2862 284.76562 303.2862 284.26562Q303.2862 283.59375 302.87994 283.17188Q302.48932 282.73438 301.80182 282.73438Q301.00494 282.73438 300.55182 283.20312Q300.0987 283.65625 300.0987 284.48438L299.02057 284.48438Q299.02057 283.29688 299.77057 282.57812Q300.5362 281.84375 301.80182 281.84375Q303.00494 281.84375 303.69244 282.46875Q304.37994 283.09375 304.37994 284.14062Q304.37994 285.39062 302.77057 287.14062L300.48932 289.60938L304.77057 289.60938L304.77057 290.5ZM311.69244 282.57812L308.1612 290.5L307.02057 290.5L310.5362 282.85938L305.92682 282.85938L305.92682 281.96875L311.69244 281.96875L311.69244 282.57812ZM313.08307 283.60938Q313.08307 282.84375 313.56744 282.34375Q314.06744 281.84375 314.83307 281.84375Q315.61432 281.84375 316.0987 282.34375Q316.58307 282.84375 316.58307 283.64062L316.58307 284.0625Q316.58307 284.82812 316.08307 285.32812Q315.5987 285.8125 314.8487 285.8125Q314.08307 285.8125 313.58307 285.32812Q313.08307 284.82812 313.08307 284.01562L313.08307 283.60938ZM313.89557 284.0625Q313.89557 284.51562 314.14557 284.8125Q314.4112 285.10938 314.8487 285.10938Q315.27057 285.10938 315.52057 284.82812Q315.77057 284.53125 315.77057 284.03125L315.77057 283.60938Q315.77057 283.15625 315.52057 282.85938Q315.27057 282.54688 314.83307 282.54688Q314.39557 282.54688 314.14557 282.85938Q313.89557 283.15625 313.89557 283.625L313.89557 284.0625ZM317.23932 288.40625Q317.23932 287.64062 317.7237 287.15625Q318.2237 286.65625 318.98932 286.65625Q319.75494 286.65625 320.23932 287.15625Q320.73932 287.64062 320.73932 288.45312L320.73932 288.85938Q320.73932 289.625 320.25494 290.125Q319.77057 290.625 319.00494 290.625Q318.23932 290.625 317.73932 290.14062Q317.23932 289.64062 317.23932 288.82812L317.23932 288.40625ZM318.05182 288.85938Q318.05182 289.32812 318.30182 289.625Q318.56744 289.92188 319.00494 289.92188Q319.42682 289.92188 319.67682 289.64062Q319.92682 289.34375 319.92682 288.84375L319.92682 288.40625Q319.92682 287.9375 319.6612 287.65625Q319.4112 287.35938 318.98932 287.35938Q318.56744 287.35938 318.30182 287.65625Q318.05182 287.9375 318.05182 288.4375L318.05182 288.85938ZM315.0987 289.85938L314.4737 289.46875L318.64557 282.79688L319.25494 283.1875L315.0987 289.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M304.77057 290.5L299.17682 290.5L299.17682 289.71875L302.12994 286.4375Q302.7862 285.6875 303.0362 285.23438Q303.2862 284.76562 303.2862 284.26562Q303.2862 283.59375 302.87994 283.17188Q302.48932 282.73438 301.80182 282.73438Q301.00494 282.73438 300.55182 283.20312Q300.0987 283.65625 300.0987 284.48438L299.02057 284.48438Q299.02057 283.29688 299.77057 282.57812Q300.5362 281.84375 301.80182 281.84375Q303.00494 281.84375 303.69244 282.46875Q304.37994 283.09375 304.37994 284.14062Q304.37994 285.39062 302.77057 287.14062L300.48932 289.60938L304.77057 289.60938L304.77057 290.5ZM311.69244 282.57812L308.1612 290.5L307.02057 290.5L310.5362 282.85938L305.92682 282.85938L305.92682 281.96875L311.69244 281.96875L311.69244 282.57812ZM313.08307 283.60938Q313.08307 282.84375 313.56744 282.34375Q314.06744 281.84375 314.83307 281.84375Q315.61432 281.84375 316.0987 282.34375Q316.58307 282.84375 316.58307 283.64062L316.58307 284.0625Q316.58307 284.82812 316.08307 285.32812Q315.5987 285.8125 314.8487 285.8125Q314.08307 285.8125 313.58307 285.32812Q313.08307 284.82812 313.08307 284.01562L313.08307 283.60938ZM313.89557 284.0625Q313.89557 284.51562 314.14557 284.8125Q314.4112 285.10938 314.8487 285.10938Q315.27057 285.10938 315.52057 284.82812Q315.77057 284.53125 315.77057 284.03125L315.77057 283.60938Q315.77057 283.15625 315.52057 282.85938Q315.27057 282.54688 314.83307 282.54688Q314.39557 282.54688 314.14557 282.85938Q313.89557 283.15625 313.89557 283.625L313.89557 284.0625ZM317.23932 288.40625Q317.23932 287.64062 317.7237 287.15625Q318.2237 286.65625 318.98932 286.65625Q319.75494 286.65625 320.23932 287.15625Q320.73932 287.64062 320.73932 288.45312L320.73932 288.85938Q320.73932 289.625 320.25494 290.125Q319.77057 290.625 319.00494 290.625Q318.23932 290.625 317.73932 290.14062Q317.23932 289.64062 317.23932 288.82812L317.23932 288.40625ZM318.05182 288.85938Q318.05182 289.32812 318.30182 289.625Q318.56744 289.92188 319.00494 289.92188Q319.42682 289.92188 319.67682 289.64062Q319.92682 289.34375 319.92682 288.84375L319.92682 288.40625Q319.92682 287.9375 319.6612 287.65625Q319.4112 287.35938 318.98932 287.35938Q318.56744 287.35938 318.30182 287.65625Q318.05182 287.9375 318.05182 288.4375L318.05182 288.85938ZM315.0987 289.85938L314.4737 289.46875L318.64557 282.79688L319.25494 283.1875L315.0987 289.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.98415 353.5L226.90602 353.5L226.90602 346.28125L224.71852 347.07812L224.71852 346.09375L227.8279 344.92188L227.98415 344.92188L227.98415 353.5ZM232.99977 348.70312L233.81227 348.70312Q234.59352 348.6875 235.03102 348.29688Q235.46852 347.90625 235.46852 347.23438Q235.46852 345.73438 233.96852 345.73438Q233.2654 345.73438 232.84352 346.14062Q232.43727 346.54688 232.43727 347.20312L231.34352 347.20312Q231.34352 346.1875 232.0779 345.51562Q232.8279 344.84375 233.96852 344.84375Q235.17165 344.84375 235.85915 345.48438Q236.54665 346.125 236.54665 347.26562Q236.54665 347.82812 236.18727 348.34375Q235.8279 348.85938 235.2029 349.125Q235.90602 349.34375 236.28102 349.85938Q236.67165 350.375 236.67165 351.125Q236.67165 352.26562 235.92165 352.95312Q235.17165 353.625 233.96852 353.625Q232.78102 353.625 232.0154 352.96875Q231.2654 352.3125 231.2654 351.25L232.35915 351.25Q232.35915 351.92188 232.79665 352.32812Q233.23415 352.73438 233.98415 352.73438Q234.7654 352.73438 235.17165 352.32812Q235.59352 351.90625 235.59352 351.14062Q235.59352 350.40625 235.1404 350.01562Q234.68727 349.60938 233.81227 349.59375L232.99977 349.59375L232.99977 348.70312ZM238.3279 346.60938Q238.3279 345.84375 238.81227 345.34375Q239.31227 344.84375 240.0779 344.84375Q240.85915 344.84375 241.34352 345.34375Q241.8279 345.84375 241.8279 346.64062L241.8279 347.0625Q241.8279 347.82812 241.3279 348.32812Q240.84352 348.8125 240.09352 348.8125Q239.3279 348.8125 238.8279 348.32812Q238.3279 347.82812 238.3279 347.01562L238.3279 346.60938ZM239.1404 347.0625Q239.1404 347.51562 239.3904 347.8125Q239.65602 348.10938 240.09352 348.10938Q240.5154 348.10938 240.7654 347.82812Q241.0154 347.53125 241.0154 347.03125L241.0154 346.60938Q241.0154 346.15625 240.7654 345.85938Q240.5154 345.54688 240.0779 345.54688Q239.6404 345.54688 239.3904 345.85938Q239.1404 346.15625 239.1404 346.625L239.1404 347.0625ZM242.48415 351.40625Q242.48415 350.64062 242.96852 350.15625Q243.46852 349.65625 244.23415 349.65625Q244.99977 349.65625 245.48415 350.15625Q245.98415 350.64062 245.98415 351.45312L245.98415 351.85938Q245.98415 352.625 245.49977 353.125Q245.0154 353.625 244.24977 353.625Q243.48415 353.625 242.98415 353.14062Q242.48415 352.64062 242.48415 351.82812L242.48415 351.40625ZM243.29665 351.85938Q243.29665 352.32812 243.54665 352.625Q243.81227 352.92188 244.24977 352.92188Q244.67165 352.92188 244.92165 352.64062Q245.17165 352.34375 245.17165 351.84375L245.17165 351.40625Q245.17165 350.9375 244.90602 350.65625Q244.65602 350.35938 244.23415 350.35938Q243.81227 350.35938 243.54665 350.65625Q243.29665 350.9375 243.29665 351.4375L243.29665 351.85938ZM240.34352 352.85938L239.71852 352.46875L243.8904 345.79688L244.49977 346.1875L240.34352 352.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M227.98415 353.5L226.90602 353.5L226.90602 346.28125L224.71852 347.07812L224.71852 346.09375L227.8279 344.92188L227.98415 344.92188L227.98415 353.5ZM232.99977 348.70312L233.81227 348.70312Q234.59352 348.6875 235.03102 348.29688Q235.46852 347.90625 235.46852 347.23438Q235.46852 345.73438 233.96852 345.73438Q233.2654 345.73438 232.84352 346.14062Q232.43727 346.54688 232.43727 347.20312L231.34352 347.20312Q231.34352 346.1875 232.0779 345.51562Q232.8279 344.84375 233.96852 344.84375Q235.17165 344.84375 235.85915 345.48438Q236.54665 346.125 236.54665 347.26562Q236.54665 347.82812 236.18727 348.34375Q235.8279 348.85938 235.2029 349.125Q235.90602 349.34375 236.28102 349.85938Q236.67165 350.375 236.67165 351.125Q236.67165 352.26562 235.92165 352.95312Q235.17165 353.625 233.96852 353.625Q232.78102 353.625 232.0154 352.96875Q231.2654 352.3125 231.2654 351.25L232.35915 351.25Q232.35915 351.92188 232.79665 352.32812Q233.23415 352.73438 233.98415 352.73438Q234.7654 352.73438 235.17165 352.32812Q235.59352 351.90625 235.59352 351.14062Q235.59352 350.40625 235.1404 350.01562Q234.68727 349.60938 233.81227 349.59375L232.99977 349.59375L232.99977 348.70312ZM238.3279 346.60938Q238.3279 345.84375 238.81227 345.34375Q239.31227 344.84375 240.0779 344.84375Q240.85915 344.84375 241.34352 345.34375Q241.8279 345.84375 241.8279 346.64062L241.8279 347.0625Q241.8279 347.82812 241.3279 348.32812Q240.84352 348.8125 240.09352 348.8125Q239.3279 348.8125 238.8279 348.32812Q238.3279 347.82812 238.3279 347.01562L238.3279 346.60938ZM239.1404 347.0625Q239.1404 347.51562 239.3904 347.8125Q239.65602 348.10938 240.09352 348.10938Q240.5154 348.10938 240.7654 347.82812Q241.0154 347.53125 241.0154 347.03125L241.0154 346.60938Q241.0154 346.15625 240.7654 345.85938Q240.5154 345.54688 240.0779 345.54688Q239.6404 345.54688 239.3904 345.85938Q239.1404 346.15625 239.1404 346.625L239.1404 347.0625ZM242.48415 351.40625Q242.48415 350.64062 242.96852 350.15625Q243.46852 349.65625 244.23415 349.65625Q244.99977 349.65625 245.48415 350.15625Q245.98415 350.64062 245.98415 351.45312L245.98415 351.85938Q245.98415 352.625 245.49977 353.125Q245.0154 353.625 244.24977 353.625Q243.48415 353.625 242.98415 353.14062Q242.48415 352.64062 242.48415 351.82812L242.48415 351.40625ZM243.29665 351.85938Q243.29665 352.32812 243.54665 352.625Q243.81227 352.92188 244.24977 352.92188Q244.67165 352.92188 244.92165 352.64062Q245.17165 352.34375 245.17165 351.84375L245.17165 351.40625Q245.17165 350.9375 244.90602 350.65625Q244.65602 350.35938 244.23415 350.35938Q243.81227 350.35938 243.54665 350.65625Q243.29665 350.9375 243.29665 351.4375L243.29665 351.85938ZM240.34352 352.85938L239.71852 352.46875L243.8904 345.79688L244.49977 346.1875L240.34352 352.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.21927 113.75Q206.89114 114.15625 206.40677 114.40625Q205.93802 114.640625 205.37552 114.640625Q204.64114 114.640625 204.09427 114.28125Q203.5474 113.921875 203.25052 113.265625Q202.95364 112.59375 202.95364 111.796875Q202.95364 110.953125 203.26614 110.265625Q203.59427 109.578125 204.18802 109.21875Q204.7974 108.84375 205.59427 108.84375Q206.8599 108.84375 207.57864 109.796875Q208.31302 110.75 208.31302 112.375L208.31302 112.6875Q208.31302 115.1875 207.32864 116.328125Q206.34427 117.46875 204.3599 117.5L204.14114 117.5L204.14114 116.59375L204.37552 116.59375Q205.71927 116.5625 206.43802 115.890625Q207.15677 115.21875 207.21927 113.75ZM205.5474 113.75Q206.09427 113.75 206.5474 113.421875Q207.01614 113.078125 207.2349 112.59375L207.2349 112.15625Q207.2349 111.09375 206.76614 110.421875Q206.2974 109.75 205.59427 109.75Q204.87552 109.75 204.43802 110.296875Q204.01614 110.84375 204.01614 111.75Q204.01614 112.625 204.4224 113.1875Q204.84427 113.75 205.5474 113.75ZM209.96927 110.609375Q209.96927 109.84375 210.45364 109.34375Q210.95364 108.84375 211.71927 108.84375Q212.50052 108.84375 212.9849 109.34375Q213.46927 109.84375 213.46927 110.640625L213.46927 111.0625Q213.46927 111.828125 212.96927 112.328125Q212.4849 112.8125 211.7349 112.8125Q210.96927 112.8125 210.46927 112.328125Q209.96927 111.828125 209.96927 111.015625L209.96927 110.609375ZM210.78177 111.0625Q210.78177 111.515625 211.03177 111.8125Q211.2974 112.109375 211.7349 112.109375Q212.15677 112.109375 212.40677 111.828125Q212.65677 111.53125 212.65677 111.03125L212.65677 110.609375Q212.65677 110.15625 212.40677 109.859375Q212.15677 109.546875 211.71927 109.546875Q211.28177 109.546875 211.03177 109.859375Q210.78177 110.15625 210.78177 110.625L210.78177 111.0625ZM214.12552 115.40625Q214.12552 114.640625 214.6099 114.15625Q215.1099 113.65625 215.87552 113.65625Q216.64114 113.65625 217.12552 114.15625Q217.62552 114.640625 217.62552 115.453125L217.62552 115.859375Q217.62552 116.625 217.14114 117.125Q216.65677 117.625 215.89114 117.625Q215.12552 117.625 214.62552 117.140625Q214.12552 116.640625 214.12552 115.828125L214.12552 115.40625ZM214.93802 115.859375Q214.93802 116.328125 215.18802 116.625Q215.45364 116.921875 215.89114 116.921875Q216.31302 116.921875 216.56302 116.640625Q216.81302 116.34375 216.81302 115.84375L216.81302 115.40625Q216.81302 114.9375 216.5474 114.65625Q216.2974 114.359375 215.87552 114.359375Q215.45364 114.359375 215.18802 114.65625Q214.93802 114.9375 214.93802 115.4375L214.93802 115.859375ZM211.9849 116.859375L211.3599 116.46875L215.53177 109.796875L216.14114 110.1875L211.9849 116.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M207.21927 113.75Q206.89114 114.15625 206.40677 114.40625Q205.93802 114.640625 205.37552 114.640625Q204.64114 114.640625 204.09427 114.28125Q203.5474 113.921875 203.25052 113.265625Q202.95364 112.59375 202.95364 111.796875Q202.95364 110.953125 203.26614 110.265625Q203.59427 109.578125 204.18802 109.21875Q204.7974 108.84375 205.59427 108.84375Q206.8599 108.84375 207.57864 109.796875Q208.31302 110.75 208.31302 112.375L208.31302 112.6875Q208.31302 115.1875 207.32864 116.328125Q206.34427 117.46875 204.3599 117.5L204.14114 117.5L204.14114 116.59375L204.37552 116.59375Q205.71927 116.5625 206.43802 115.890625Q207.15677 115.21875 207.21927 113.75ZM205.5474 113.75Q206.09427 113.75 206.5474 113.421875Q207.01614 113.078125 207.2349 112.59375L207.2349 112.15625Q207.2349 111.09375 206.76614 110.421875Q206.2974 109.75 205.59427 109.75Q204.87552 109.75 204.43802 110.296875Q204.01614 110.84375 204.01614 111.75Q204.01614 112.625 204.4224 113.1875Q204.84427 113.75 205.5474 113.75ZM209.96927 110.609375Q209.96927 109.84375 210.45364 109.34375Q210.95364 108.84375 211.71927 108.84375Q212.50052 108.84375 212.9849 109.34375Q213.46927 109.84375 213.46927 110.640625L213.46927 111.0625Q213.46927 111.828125 212.96927 112.328125Q212.4849 112.8125 211.7349 112.8125Q210.96927 112.8125 210.46927 112.328125Q209.96927 111.828125 209.96927 111.015625L209.96927 110.609375ZM210.78177 111.0625Q210.78177 111.515625 211.03177 111.8125Q211.2974 112.109375 211.7349 112.109375Q212.15677 112.109375 212.40677 111.828125Q212.65677 111.53125 212.65677 111.03125L212.65677 110.609375Q212.65677 110.15625 212.40677 109.859375Q212.15677 109.546875 211.71927 109.546875Q211.28177 109.546875 211.03177 109.859375Q210.78177 110.15625 210.78177 110.625L210.78177 111.0625ZM214.12552 115.40625Q214.12552 114.640625 214.6099 114.15625Q215.1099 113.65625 215.87552 113.65625Q216.64114 113.65625 217.12552 114.15625Q217.62552 114.640625 217.62552 115.453125L217.62552 115.859375Q217.62552 116.625 217.14114 117.125Q216.65677 117.625 215.89114 117.625Q215.12552 117.625 214.62552 117.140625Q214.12552 116.640625 214.12552 115.828125L214.12552 115.40625ZM214.93802 115.859375Q214.93802 116.328125 215.18802 116.625Q215.45364 116.921875 215.89114 116.921875Q216.31302 116.921875 216.56302 116.640625Q216.81302 116.34375 216.81302 115.84375L216.81302 115.40625Q216.81302 114.9375 216.5474 114.65625Q216.2974 114.359375 215.87552 114.359375Q215.45364 114.359375 215.18802 114.65625Q214.93802 114.9375 214.93802 115.4375L214.93802 115.859375ZM211.9849 116.859375L211.3599 116.46875L215.53177 109.796875L216.14114 110.1875L211.9849 116.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.75162 179.5L283.15787 179.5L283.15787 178.71875L286.111 175.4375Q286.76724 174.6875 287.01724 174.23438Q287.26724 173.76562 287.26724 173.26562Q287.26724 172.59375 286.861 172.17188Q286.47037 171.73438 285.78287 171.73438Q284.986 171.73438 284.53287 172.20312Q284.07974 172.65625 284.07974 173.48438L283.00162 173.48438Q283.00162 172.29688 283.75162 171.57812Q284.51724 170.84375 285.78287 170.84375Q286.986 170.84375 287.6735 171.46875Q288.361 172.09375 288.361 173.14062Q288.361 174.39062 286.75162 176.14062L284.47037 178.60938L288.75162 178.60938L288.75162 179.5ZM294.736 176.64062L295.9235 176.64062L295.9235 177.51562L294.736 177.51562L294.736 179.5L293.65787 179.5L293.65787 177.51562L289.76724 177.51562L289.76724 176.875L293.57974 170.96875L294.736 170.96875L294.736 176.64062ZM291.00162 176.64062L293.65787 176.64062L293.65787 172.45312L293.51724 172.6875L291.00162 176.64062ZM297.06412 172.60938Q297.06412 171.84375 297.5485 171.34375Q298.0485 170.84375 298.81412 170.84375Q299.59537 170.84375 300.07974 171.34375Q300.56412 171.84375 300.56412 172.64062L300.56412 173.0625Q300.56412 173.82812 300.06412 174.32812Q299.57974 174.8125 298.82974 174.8125Q298.06412 174.8125 297.56412 174.32812Q297.06412 173.82812 297.06412 173.01562L297.06412 172.60938ZM297.87662 173.0625Q297.87662 173.51562 298.12662 173.8125Q298.39224 174.10938 298.82974 174.10938Q299.25162 174.10938 299.50162 173.82812Q299.75162 173.53125 299.75162 173.03125L299.75162 172.60938Q299.75162 172.15625 299.50162 171.85938Q299.25162 171.54688 298.81412 171.54688Q298.37662 171.54688 298.12662 171.85938Q297.87662 172.15625 297.87662 172.625L297.87662 173.0625ZM301.22037 177.40625Q301.22037 176.64062 301.70474 176.15625Q302.20474 175.65625 302.97037 175.65625Q303.736 175.65625 304.22037 176.15625Q304.72037 176.64062 304.72037 177.45312L304.72037 177.85938Q304.72037 178.625 304.236 179.125Q303.75162 179.625 302.986 179.625Q302.22037 179.625 301.72037 179.14062Q301.22037 178.64062 301.22037 177.82812L301.22037 177.40625ZM302.03287 177.85938Q302.03287 178.32812 302.28287 178.625Q302.5485 178.92188 302.986 178.92188Q303.40787 178.92188 303.65787 178.64062Q303.90787 178.34375 303.90787 177.84375L303.90787 177.40625Q303.90787 176.9375 303.64224 176.65625Q303.39224 176.35938 302.97037 176.35938Q302.5485 176.35938 302.28287 176.65625Q302.03287 176.9375 302.03287 177.4375L302.03287 177.85938ZM299.07974 178.85938L298.45474 178.46875L302.62662 171.79688L303.236 172.1875L299.07974 178.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M288.75162 179.5L283.15787 179.5L283.15787 178.71875L286.111 175.4375Q286.76724 174.6875 287.01724 174.23438Q287.26724 173.76562 287.26724 173.26562Q287.26724 172.59375 286.861 172.17188Q286.47037 171.73438 285.78287 171.73438Q284.986 171.73438 284.53287 172.20312Q284.07974 172.65625 284.07974 173.48438L283.00162 173.48438Q283.00162 172.29688 283.75162 171.57812Q284.51724 170.84375 285.78287 170.84375Q286.986 170.84375 287.6735 171.46875Q288.361 172.09375 288.361 173.14062Q288.361 174.39062 286.75162 176.14062L284.47037 178.60938L288.75162 178.60938L288.75162 179.5ZM294.736 176.64062L295.9235 176.64062L295.9235 177.51562L294.736 177.51562L294.736 179.5L293.65787 179.5L293.65787 177.51562L289.76724 177.51562L289.76724 176.875L293.57974 170.96875L294.736 170.96875L294.736 176.64062ZM291.00162 176.64062L293.65787 176.64062L293.65787 172.45312L293.51724 172.6875L291.00162 176.64062ZM297.06412 172.60938Q297.06412 171.84375 297.5485 171.34375Q298.0485 170.84375 298.81412 170.84375Q299.59537 170.84375 300.07974 171.34375Q300.56412 171.84375 300.56412 172.64062L300.56412 173.0625Q300.56412 173.82812 300.06412 174.32812Q299.57974 174.8125 298.82974 174.8125Q298.06412 174.8125 297.56412 174.32812Q297.06412 173.82812 297.06412 173.01562L297.06412 172.60938ZM297.87662 173.0625Q297.87662 173.51562 298.12662 173.8125Q298.39224 174.10938 298.82974 174.10938Q299.25162 174.10938 299.50162 173.82812Q299.75162 173.53125 299.75162 173.03125L299.75162 172.60938Q299.75162 172.15625 299.50162 171.85938Q299.25162 171.54688 298.81412 171.54688Q298.37662 171.54688 298.12662 171.85938Q297.87662 172.15625 297.87662 172.625L297.87662 173.0625ZM301.22037 177.40625Q301.22037 176.64062 301.70474 176.15625Q302.20474 175.65625 302.97037 175.65625Q303.736 175.65625 304.22037 176.15625Q304.72037 176.64062 304.72037 177.45312L304.72037 177.85938Q304.72037 178.625 304.236 179.125Q303.75162 179.625 302.986 179.625Q302.22037 179.625 301.72037 179.14062Q301.22037 178.64062 301.22037 177.82812L301.22037 177.40625ZM302.03287 177.85938Q302.03287 178.32812 302.28287 178.625Q302.5485 178.92188 302.986 178.92188Q303.40787 178.92188 303.65787 178.64062Q303.90787 178.34375 303.90787 177.84375L303.90787 177.40625Q303.90787 176.9375 303.64224 176.65625Q303.39224 176.35938 302.97037 176.35938Q302.5485 176.35938 302.28287 176.65625Q302.03287 176.9375 302.03287 177.4375L302.03287 177.85938ZM299.07974 178.85938L298.45474 178.46875L302.62662 171.79688L303.236 172.1875L299.07974 178.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.0723 241.5L272.47855 241.5L272.47855 240.71875L275.43167 237.4375Q276.08792 236.6875 276.33792 236.23438Q276.58792 235.76562 276.58792 235.26562Q276.58792 234.59375 276.18167 234.17188Q275.79105 233.73438 275.10355 233.73438Q274.30667 233.73438 273.85355 234.20312Q273.40042 234.65625 273.40042 235.48438L272.3223 235.48438Q272.3223 234.29688 273.0723 233.57812Q273.83792 232.84375 275.10355 232.84375Q276.30667 232.84375 276.99417 233.46875Q277.68167 234.09375 277.68167 235.14062Q277.68167 236.39062 276.0723 238.14062L273.79105 240.60938L278.0723 240.60938L278.0723 241.5ZM285.0723 241.5L279.47855 241.5L279.47855 240.71875L282.43167 237.4375Q283.08792 236.6875 283.33792 236.23438Q283.58792 235.76562 283.58792 235.26562Q283.58792 234.59375 283.18167 234.17188Q282.79105 233.73438 282.10355 233.73438Q281.30667 233.73438 280.85355 234.20312Q280.40042 234.65625 280.40042 235.48438L279.3223 235.48438Q279.3223 234.29688 280.0723 233.57812Q280.83792 232.84375 282.10355 232.84375Q283.30667 232.84375 283.99417 233.46875Q284.68167 234.09375 284.68167 235.14062Q284.68167 236.39062 283.0723 238.14062L280.79105 240.60938L285.0723 240.60938L285.0723 241.5ZM286.3848 234.60938Q286.3848 233.84375 286.86917 233.34375Q287.36917 232.84375 288.1348 232.84375Q288.91605 232.84375 289.40042 233.34375Q289.8848 233.84375 289.8848 234.64062L289.8848 235.0625Q289.8848 235.82812 289.3848 236.32812Q288.90042 236.8125 288.15042 236.8125Q287.3848 236.8125 286.8848 236.32812Q286.3848 235.82812 286.3848 235.01562L286.3848 234.60938ZM287.1973 235.0625Q287.1973 235.51562 287.4473 235.8125Q287.71292 236.10938 288.15042 236.10938Q288.5723 236.10938 288.8223 235.82812Q289.0723 235.53125 289.0723 235.03125L289.0723 234.60938Q289.0723 234.15625 288.8223 233.85938Q288.5723 233.54688 288.1348 233.54688Q287.6973 233.54688 287.4473 233.85938Q287.1973 234.15625 287.1973 234.625L287.1973 235.0625ZM290.54105 239.40625Q290.54105 238.64062 291.02542 238.15625Q291.52542 237.65625 292.29105 237.65625Q293.05667 237.65625 293.54105 238.15625Q294.04105 238.64062 294.04105 239.45312L294.04105 239.85938Q294.04105 240.625 293.55667 241.125Q293.0723 241.625 292.30667 241.625Q291.54105 241.625 291.04105 241.14062Q290.54105 240.64062 290.54105 239.82812L290.54105 239.40625ZM291.35355 239.85938Q291.35355 240.32812 291.60355 240.625Q291.86917 240.92188 292.30667 240.92188Q292.72855 240.92188 292.97855 240.64062Q293.22855 240.34375 293.22855 239.84375L293.22855 239.40625Q293.22855 238.9375 292.96292 238.65625Q292.71292 238.35938 292.29105 238.35938Q291.86917 238.35938 291.60355 238.65625Q291.35355 238.9375 291.35355 239.4375L291.35355 239.85938ZM288.40042 240.85938L287.77542 240.46875L291.9473 233.79688L292.55667 234.1875L288.40042 240.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.0723 241.5L272.47855 241.5L272.47855 240.71875L275.43167 237.4375Q276.08792 236.6875 276.33792 236.23438Q276.58792 235.76562 276.58792 235.26562Q276.58792 234.59375 276.18167 234.17188Q275.79105 233.73438 275.10355 233.73438Q274.30667 233.73438 273.85355 234.20312Q273.40042 234.65625 273.40042 235.48438L272.3223 235.48438Q272.3223 234.29688 273.0723 233.57812Q273.83792 232.84375 275.10355 232.84375Q276.30667 232.84375 276.99417 233.46875Q277.68167 234.09375 277.68167 235.14062Q277.68167 236.39062 276.0723 238.14062L273.79105 240.60938L278.0723 240.60938L278.0723 241.5ZM285.0723 241.5L279.47855 241.5L279.47855 240.71875L282.43167 237.4375Q283.08792 236.6875 283.33792 236.23438Q283.58792 235.76562 283.58792 235.26562Q283.58792 234.59375 283.18167 234.17188Q282.79105 233.73438 282.10355 233.73438Q281.30667 233.73438 280.85355 234.20312Q280.40042 234.65625 280.40042 235.48438L279.3223 235.48438Q279.3223 234.29688 280.0723 233.57812Q280.83792 232.84375 282.10355 232.84375Q283.30667 232.84375 283.99417 233.46875Q284.68167 234.09375 284.68167 235.14062Q284.68167 236.39062 283.0723 238.14062L280.79105 240.60938L285.0723 240.60938L285.0723 241.5ZM286.3848 234.60938Q286.3848 233.84375 286.86917 233.34375Q287.36917 232.84375 288.1348 232.84375Q288.91605 232.84375 289.40042 233.34375Q289.8848 233.84375 289.8848 234.64062L289.8848 235.0625Q289.8848 235.82812 289.3848 236.32812Q288.90042 236.8125 288.15042 236.8125Q287.3848 236.8125 286.8848 236.32812Q286.3848 235.82812 286.3848 235.01562L286.3848 234.60938ZM287.1973 235.0625Q287.1973 235.51562 287.4473 235.8125Q287.71292 236.10938 288.15042 236.10938Q288.5723 236.10938 288.8223 235.82812Q289.0723 235.53125 289.0723 235.03125L289.0723 234.60938Q289.0723 234.15625 288.8223 233.85938Q288.5723 233.54688 288.1348 233.54688Q287.6973 233.54688 287.4473 233.85938Q287.1973 234.15625 287.1973 234.625L287.1973 235.0625ZM290.54105 239.40625Q290.54105 238.64062 291.02542 238.15625Q291.52542 237.65625 292.29105 237.65625Q293.05667 237.65625 293.54105 238.15625Q294.04105 238.64062 294.04105 239.45312L294.04105 239.85938Q294.04105 240.625 293.55667 241.125Q293.0723 241.625 292.30667 241.625Q291.54105 241.625 291.04105 241.14062Q290.54105 240.64062 290.54105 239.82812L290.54105 239.40625ZM291.35355 239.85938Q291.35355 240.32812 291.60355 240.625Q291.86917 240.92188 292.30667 240.92188Q292.72855 240.92188 292.97855 240.64062Q293.22855 240.34375 293.22855 239.84375L293.22855 239.40625Q293.22855 238.9375 292.96292 238.65625Q292.71292 238.35938 292.29105 238.35938Q291.86917 238.35938 291.60355 238.65625Q291.35355 238.9375 291.35355 239.4375L291.35355 239.85938ZM288.40042 240.85938L287.77542 240.46875L291.9473 233.79688L292.55667 234.1875L288.40042 240.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.11023 303.5L304.51648 303.5L304.51648 302.71875L307.4696 299.4375Q308.12585 298.6875 308.37585 298.23438Q308.62585 297.76562 308.62585 297.26562Q308.62585 296.59375 308.2196 296.17188Q307.82898 295.73438 307.14148 295.73438Q306.3446 295.73438 305.89148 296.20312Q305.43835 296.65625 305.43835 297.48438L304.36023 297.48438Q304.36023 296.29688 305.11023 295.57812Q305.87585 294.84375 307.14148 294.84375Q308.3446 294.84375 309.0321 295.46875Q309.7196 296.09375 309.7196 297.14062Q309.7196 298.39062 308.11023 300.14062L305.82898 302.60938L310.11023 302.60938L310.11023 303.5ZM316.70398 297.1875Q316.70398 297.82812 316.36023 298.32812Q316.01648 298.82812 315.45398 299.10938Q316.11023 299.39062 316.50085 299.95312Q316.89148 300.5 316.89148 301.20312Q316.89148 302.29688 316.14148 302.96875Q315.4071 303.625 314.18835 303.625Q312.95398 303.625 312.20398 302.96875Q311.4696 302.29688 311.4696 301.20312Q311.4696 300.5 311.8446 299.95312Q312.2196 299.39062 312.89148 299.10938Q312.32898 298.82812 312.00085 298.32812Q311.67273 297.82812 311.67273 297.1875Q311.67273 296.10938 312.36023 295.48438Q313.04773 294.84375 314.18835 294.84375Q315.31335 294.84375 316.00085 295.48438Q316.70398 296.10938 316.70398 297.1875ZM315.81335 301.17188Q315.81335 300.45312 315.36023 300.01562Q314.9071 299.5625 314.17273 299.5625Q313.43835 299.5625 312.98523 300.01562Q312.54773 300.45312 312.54773 301.1875Q312.54773 301.90625 312.98523 302.32812Q313.42273 302.73438 314.18835 302.73438Q314.93835 302.73438 315.37585 302.3125Q315.81335 301.89062 315.81335 301.17188ZM314.18835 295.73438Q313.54773 295.73438 313.14148 296.14062Q312.75085 296.53125 312.75085 297.21875Q312.75085 297.85938 313.14148 298.26562Q313.5321 298.67188 314.17273 298.67188Q314.82898 298.67188 315.2196 298.26562Q315.61023 297.85938 315.61023 297.21875Q315.61023 296.5625 315.20398 296.15625Q314.79773 295.73438 314.18835 295.73438ZM318.42273 296.60938Q318.42273 295.84375 318.9071 295.34375Q319.4071 294.84375 320.17273 294.84375Q320.95398 294.84375 321.43835 295.34375Q321.92273 295.84375 321.92273 296.64062L321.92273 297.0625Q321.92273 297.82812 321.42273 298.32812Q320.93835 298.8125 320.18835 298.8125Q319.42273 298.8125 318.92273 298.32812Q318.42273 297.82812 318.42273 297.01562L318.42273 296.60938ZM319.23523 297.0625Q319.23523 297.51562 319.48523 297.8125Q319.75085 298.10938 320.18835 298.10938Q320.61023 298.10938 320.86023 297.82812Q321.11023 297.53125 321.11023 297.03125L321.11023 296.60938Q321.11023 296.15625 320.86023 295.85938Q320.61023 295.54688 320.17273 295.54688Q319.73523 295.54688 319.48523 295.85938Q319.23523 296.15625 319.23523 296.625L319.23523 297.0625ZM322.57898 301.40625Q322.57898 300.64062 323.06335 300.15625Q323.56335 299.65625 324.32898 299.65625Q325.0946 299.65625 325.57898 300.15625Q326.07898 300.64062 326.07898 301.45312L326.07898 301.85938Q326.07898 302.625 325.5946 303.125Q325.11023 303.625 324.3446 303.625Q323.57898 303.625 323.07898 303.14062Q322.57898 302.64062 322.57898 301.82812L322.57898 301.40625ZM323.39148 301.85938Q323.39148 302.32812 323.64148 302.625Q323.9071 302.92188 324.3446 302.92188Q324.76648 302.92188 325.01648 302.64062Q325.26648 302.34375 325.26648 301.84375L325.26648 301.40625Q325.26648 300.9375 325.00085 300.65625Q324.75085 300.35938 324.32898 300.35938Q323.9071 300.35938 323.64148 300.65625Q323.39148 300.9375 323.39148 301.4375L323.39148 301.85938ZM320.43835 302.85938L319.81335 302.46875L323.98523 295.79688L324.5946 296.1875L320.43835 302.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M310.11023 303.5L304.51648 303.5L304.51648 302.71875L307.4696 299.4375Q308.12585 298.6875 308.37585 298.23438Q308.62585 297.76562 308.62585 297.26562Q308.62585 296.59375 308.2196 296.17188Q307.82898 295.73438 307.14148 295.73438Q306.3446 295.73438 305.89148 296.20312Q305.43835 296.65625 305.43835 297.48438L304.36023 297.48438Q304.36023 296.29688 305.11023 295.57812Q305.87585 294.84375 307.14148 294.84375Q308.3446 294.84375 309.0321 295.46875Q309.7196 296.09375 309.7196 297.14062Q309.7196 298.39062 308.11023 300.14062L305.82898 302.60938L310.11023 302.60938L310.11023 303.5ZM316.70398 297.1875Q316.70398 297.82812 316.36023 298.32812Q316.01648 298.82812 315.45398 299.10938Q316.11023 299.39062 316.50085 299.95312Q316.89148 300.5 316.89148 301.20312Q316.89148 302.29688 316.14148 302.96875Q315.4071 303.625 314.18835 303.625Q312.95398 303.625 312.20398 302.96875Q311.4696 302.29688 311.4696 301.20312Q311.4696 300.5 311.8446 299.95312Q312.2196 299.39062 312.89148 299.10938Q312.32898 298.82812 312.00085 298.32812Q311.67273 297.82812 311.67273 297.1875Q311.67273 296.10938 312.36023 295.48438Q313.04773 294.84375 314.18835 294.84375Q315.31335 294.84375 316.00085 295.48438Q316.70398 296.10938 316.70398 297.1875ZM315.81335 301.17188Q315.81335 300.45312 315.36023 300.01562Q314.9071 299.5625 314.17273 299.5625Q313.43835 299.5625 312.98523 300.01562Q312.54773 300.45312 312.54773 301.1875Q312.54773 301.90625 312.98523 302.32812Q313.42273 302.73438 314.18835 302.73438Q314.93835 302.73438 315.37585 302.3125Q315.81335 301.89062 315.81335 301.17188ZM314.18835 295.73438Q313.54773 295.73438 313.14148 296.14062Q312.75085 296.53125 312.75085 297.21875Q312.75085 297.85938 313.14148 298.26562Q313.5321 298.67188 314.17273 298.67188Q314.82898 298.67188 315.2196 298.26562Q315.61023 297.85938 315.61023 297.21875Q315.61023 296.5625 315.20398 296.15625Q314.79773 295.73438 314.18835 295.73438ZM318.42273 296.60938Q318.42273 295.84375 318.9071 295.34375Q319.4071 294.84375 320.17273 294.84375Q320.95398 294.84375 321.43835 295.34375Q321.92273 295.84375 321.92273 296.64062L321.92273 297.0625Q321.92273 297.82812 321.42273 298.32812Q320.93835 298.8125 320.18835 298.8125Q319.42273 298.8125 318.92273 298.32812Q318.42273 297.82812 318.42273 297.01562L318.42273 296.60938ZM319.23523 297.0625Q319.23523 297.51562 319.48523 297.8125Q319.75085 298.10938 320.18835 298.10938Q320.61023 298.10938 320.86023 297.82812Q321.11023 297.53125 321.11023 297.03125L321.11023 296.60938Q321.11023 296.15625 320.86023 295.85938Q320.61023 295.54688 320.17273 295.54688Q319.73523 295.54688 319.48523 295.85938Q319.23523 296.15625 319.23523 296.625L319.23523 297.0625ZM322.57898 301.40625Q322.57898 300.64062 323.06335 300.15625Q323.56335 299.65625 324.32898 299.65625Q325.0946 299.65625 325.57898 300.15625Q326.07898 300.64062 326.07898 301.45312L326.07898 301.85938Q326.07898 302.625 325.5946 303.125Q325.11023 303.625 324.3446 303.625Q323.57898 303.625 323.07898 303.14062Q322.57898 302.64062 322.57898 301.82812L322.57898 301.40625ZM323.39148 301.85938Q323.39148 302.32812 323.64148 302.625Q323.9071 302.92188 324.3446 302.92188Q324.76648 302.92188 325.01648 302.64062Q325.26648 302.34375 325.26648 301.84375L325.26648 301.40625Q325.26648 300.9375 325.00085 300.65625Q324.75085 300.35938 324.32898 300.35938Q323.9071 300.35938 323.64148 300.65625Q323.39148 300.9375 323.39148 301.4375L323.39148 301.85938ZM320.43835 302.85938L319.81335 302.46875L323.98523 295.79688L324.5946 296.1875L320.43835 302.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.00311 366.5L242.92499 366.5L242.92499 359.28125L240.73749 360.07812L240.73749 359.09375L243.84686 357.92188L244.00311 357.92188L244.00311 366.5ZM251.70624 357.96875L251.70624 358.875L251.50311 358.875Q250.23749 358.90625 249.48749 359.64062Q248.73749 360.35938 248.61249 361.67188Q249.29999 360.90625 250.45624 360.90625Q251.56561 360.90625 252.23749 361.6875Q252.90936 362.46875 252.90936 363.71875Q252.90936 365.03125 252.19061 365.82812Q251.47186 366.625 250.25311 366.625Q249.03436 366.625 248.26874 365.6875Q247.51874 364.73438 247.51874 363.25L247.51874 362.84375Q247.51874 360.48438 248.51874 359.23438Q249.51874 357.98438 251.50311 357.96875L251.70624 357.96875ZM250.28436 361.8125Q249.72186 361.8125 249.25311 362.14062Q248.78436 362.46875 248.59686 362.98438L248.59686 363.375Q248.59686 364.4375 249.06561 365.07812Q249.54999 365.71875 250.25311 365.71875Q250.98749 365.71875 251.40936 365.1875Q251.83124 364.64062 251.83124 363.76562Q251.83124 362.89062 251.40936 362.35938Q250.98749 361.8125 250.28436 361.8125ZM254.34686 359.60938Q254.34686 358.84375 254.83124 358.34375Q255.33124 357.84375 256.09686 357.84375Q256.8781 357.84375 257.3625 358.34375Q257.84686 358.84375 257.84686 359.64062L257.84686 360.0625Q257.84686 360.82812 257.34686 361.32812Q256.8625 361.8125 256.1125 361.8125Q255.34686 361.8125 254.84686 361.32812Q254.34686 360.82812 254.34686 360.01562L254.34686 359.60938ZM255.15936 360.0625Q255.15936 360.51562 255.40936 360.8125Q255.67499 361.10938 256.1125 361.10938Q256.53436 361.10938 256.78436 360.82812Q257.03436 360.53125 257.03436 360.03125L257.03436 359.60938Q257.03436 359.15625 256.78436 358.85938Q256.53436 358.54688 256.09686 358.54688Q255.65936 358.54688 255.40936 358.85938Q255.15936 359.15625 255.15936 359.625L255.15936 360.0625ZM258.5031 364.40625Q258.5031 363.64062 258.9875 363.15625Q259.4875 362.65625 260.2531 362.65625Q261.01874 362.65625 261.5031 363.15625Q262.0031 363.64062 262.0031 364.45312L262.0031 364.85938Q262.0031 365.625 261.51874 366.125Q261.03436 366.625 260.26874 366.625Q259.5031 366.625 259.0031 366.14062Q258.5031 365.64062 258.5031 364.82812L258.5031 364.40625ZM259.3156 364.85938Q259.3156 365.32812 259.5656 365.625Q259.83124 365.92188 260.26874 365.92188Q260.6906 365.92188 260.9406 365.64062Q261.1906 365.34375 261.1906 364.84375L261.1906 364.40625Q261.1906 363.9375 260.925 363.65625Q260.675 363.35938 260.2531 363.35938Q259.83124 363.35938 259.5656 363.65625Q259.3156 363.9375 259.3156 364.4375L259.3156 364.85938ZM256.3625 365.85938L255.73749 365.46875L259.90936 358.79688L260.51874 359.1875L256.3625 365.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M244.00311 366.5L242.92499 366.5L242.92499 359.28125L240.73749 360.07812L240.73749 359.09375L243.84686 357.92188L244.00311 357.92188L244.00311 366.5ZM251.70624 357.96875L251.70624 358.875L251.50311 358.875Q250.23749 358.90625 249.48749 359.64062Q248.73749 360.35938 248.61249 361.67188Q249.29999 360.90625 250.45624 360.90625Q251.56561 360.90625 252.23749 361.6875Q252.90936 362.46875 252.90936 363.71875Q252.90936 365.03125 252.19061 365.82812Q251.47186 366.625 250.25311 366.625Q249.03436 366.625 248.26874 365.6875Q247.51874 364.73438 247.51874 363.25L247.51874 362.84375Q247.51874 360.48438 248.51874 359.23438Q249.51874 357.98438 251.50311 357.96875L251.70624 357.96875ZM250.28436 361.8125Q249.72186 361.8125 249.25311 362.14062Q248.78436 362.46875 248.59686 362.98438L248.59686 363.375Q248.59686 364.4375 249.06561 365.07812Q249.54999 365.71875 250.25311 365.71875Q250.98749 365.71875 251.40936 365.1875Q251.83124 364.64062 251.83124 363.76562Q251.83124 362.89062 251.40936 362.35938Q250.98749 361.8125 250.28436 361.8125ZM254.34686 359.60938Q254.34686 358.84375 254.83124 358.34375Q255.33124 357.84375 256.09686 357.84375Q256.8781 357.84375 257.3625 358.34375Q257.84686 358.84375 257.84686 359.64062L257.84686 360.0625Q257.84686 360.82812 257.34686 361.32812Q256.8625 361.8125 256.1125 361.8125Q255.34686 361.8125 254.84686 361.32812Q254.34686 360.82812 254.34686 360.01562L254.34686 359.60938ZM255.15936 360.0625Q255.15936 360.51562 255.40936 360.8125Q255.67499 361.10938 256.1125 361.10938Q256.53436 361.10938 256.78436 360.82812Q257.03436 360.53125 257.03436 360.03125L257.03436 359.60938Q257.03436 359.15625 256.78436 358.85938Q256.53436 358.54688 256.09686 358.54688Q255.65936 358.54688 255.40936 358.85938Q255.15936 359.15625 255.15936 359.625L255.15936 360.0625ZM258.5031 364.40625Q258.5031 363.64062 258.9875 363.15625Q259.4875 362.65625 260.2531 362.65625Q261.01874 362.65625 261.5031 363.15625Q262.0031 363.64062 262.0031 364.45312L262.0031 364.85938Q262.0031 365.625 261.51874 366.125Q261.03436 366.625 260.26874 366.625Q259.5031 366.625 259.0031 366.14062Q258.5031 365.64062 258.5031 364.82812L258.5031 364.40625ZM259.3156 364.85938Q259.3156 365.32812 259.5656 365.625Q259.83124 365.92188 260.26874 365.92188Q260.6906 365.92188 260.9406 365.64062Q261.1906 365.34375 261.1906 364.84375L261.1906 364.40625Q261.1906 363.9375 260.925 363.65625Q260.675 363.35938 260.2531 363.35938Q259.83124 363.35938 259.5656 363.65625Q259.3156 363.9375 259.3156 364.4375L259.3156 364.85938ZM256.3625 365.85938L255.73749 365.46875L259.90936 358.79688L260.51874 359.1875L256.3625 365.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M309.9986 427.29874Q309.9986 426.5331 310.48297 426.0331Q310.98297 425.5331 311.7486 425.5331Q312.52985 425.5331 313.01422 426.0331Q313.4986 426.5331 313.4986 427.33L313.4986 427.75186Q313.4986 428.5175 312.9986 429.0175Q312.51422 429.50186 311.76422 429.50186Q310.9986 429.50186 310.4986 429.0175Q309.9986 428.5175 309.9986 427.705L309.9986 427.29874ZM310.8111 427.75186Q310.8111 428.205 311.0611 428.50186Q311.32672 428.79874 311.76422 428.79874Q312.1861 428.79874 312.4361 428.5175Q312.6861 428.2206 312.6861 427.7206L312.6861 427.29874Q312.6861 426.8456 312.4361 426.54874Q312.1861 426.23624 311.7486 426.23624Q311.3111 426.23624 311.0611 426.54874Q310.8111 426.8456 310.8111 427.31436L310.8111 427.75186ZM314.15485 432.0956Q314.15485 431.33 314.63922 430.8456Q315.13922 430.3456 315.90485 430.3456Q316.67047 430.3456 317.15485 430.8456Q317.65485 431.33 317.65485 432.1425L317.65485 432.54874Q317.65485 433.31436 317.17047 433.81436Q316.6861 434.31436 315.92047 434.31436Q315.15485 434.31436 314.65485 433.83Q314.15485 433.33 314.15485 432.5175L314.15485 432.0956ZM314.96735 432.54874Q314.96735 433.0175 315.21735 433.31436Q315.48297 433.61124 315.92047 433.61124Q316.34235 433.61124 316.59235 433.33Q316.84235 433.0331 316.84235 432.5331L316.84235 432.0956Q316.84235 431.62686 316.57672 431.3456Q316.32672 431.04874 315.90485 431.04874Q315.48297 431.04874 315.21735 431.3456Q314.96735 431.62686 314.96735 432.12686L314.96735 432.54874ZM312.01422 433.54874L311.38922 433.1581L315.5611 426.48624L316.17047 426.87686L312.01422 433.54874ZM321.92047 430.955Q321.92047 430.0331 322.27985 429.2831Q322.65485 428.5331 323.3111 428.1425Q323.96735 427.73624 324.79547 427.73624Q326.09235 427.73624 326.88922 428.62686Q327.70172 429.5175 327.70172 431.0175L327.70172 431.0956Q327.70172 432.0175 327.34235 432.75186Q326.98297 433.48624 326.32672 433.9081Q325.67047 434.31436 324.8111 434.31436Q323.52985 434.31436 322.71735 433.42374Q321.92047 432.5175 321.92047 431.0331L321.92047 430.955ZM323.01422 431.0956Q323.01422 432.1425 323.4986 432.7831Q323.9986 433.42374 324.8111 433.42374Q325.63922 433.42374 326.1236 432.7831Q326.60797 432.12686 326.60797 430.955Q326.60797 429.92374 326.10797 429.2831Q325.6236 428.62686 324.79547 428.62686Q323.9986 428.62686 323.4986 429.2675Q323.01422 429.8925 323.01422 431.0956ZM329.7486 434.18936L329.7486 428.68936L328.7486 428.68936L328.7486 427.8456L329.7486 427.8456L329.7486 427.205Q329.7486 426.17374 330.27985 425.62686Q330.82672 425.06436 331.82672 425.06436Q332.20172 425.06436 332.57672 425.1581L332.51422 426.04874Q332.23297 425.98624 331.9361 425.98624Q331.40485 425.98624 331.10797 426.29874Q330.82672 426.61124 330.82672 427.17374L330.82672 427.8456L332.1861 427.8456L332.1861 428.68936L330.82672 428.68936L330.82672 434.18936L329.7486 434.18936ZM339.27985 428.81436Q339.02985 428.7831 338.7486 428.7831Q337.67047 428.7831 337.29547 429.68936L337.29547 434.18936L336.21735 434.18936L336.21735 427.8456L337.26422 427.8456L337.27985 428.58Q337.8111 427.73624 338.79547 427.73624Q339.10797 427.73624 339.27985 427.81436L339.27985 428.81436ZM342.84235 434.31436Q341.54547 434.31436 340.73297 433.4706Q339.9361 432.61124 339.9361 431.18936L339.9361 431.00186Q339.9361 430.04874 340.29547 429.31436Q340.65485 428.56436 341.29547 428.1581Q341.95172 427.73624 342.70172 427.73624Q343.9361 427.73624 344.6236 428.54874Q345.3111 429.36124 345.3111 430.87686L345.3111 431.33L341.01422 431.33Q341.04547 432.2675 341.5611 432.8456Q342.09235 433.42374 342.90485 433.42374Q343.46735 433.42374 343.85797 433.18936Q344.26422 432.955 344.57672 432.56436L345.23297 433.08Q344.4361 434.31436 342.84235 434.31436ZM342.70172 428.62686Q342.04547 428.62686 341.59235 429.11124Q341.15485 429.58 341.0611 430.43936L344.23297 430.43936L344.23297 430.36124Q344.1861 429.5331 343.77985 429.08Q343.38922 428.62686 342.70172 428.62686ZM349.90485 432.50186Q349.90485 432.06436 349.5611 431.83Q349.23297 431.58 348.40485 431.4081Q347.59235 431.23624 347.10797 430.98624Q346.6236 430.73624 346.38922 430.4081Q346.17047 430.06436 346.17047 429.5956Q346.17047 428.81436 346.82672 428.2831Q347.48297 427.73624 348.51422 427.73624Q349.59235 427.73624 350.2486 428.29874Q350.92047 428.8456 350.92047 429.705L349.84235 429.705Q349.84235 429.2675 349.45172 428.955Q349.07672 428.62686 348.51422 428.62686Q347.92047 428.62686 347.57672 428.8925Q347.2486 429.1425 347.2486 429.54874Q347.2486 429.93936 347.5611 430.1425Q347.8736 430.3456 348.6861 430.5331Q349.4986 430.705 349.9986 430.955Q350.4986 431.205 350.73297 431.56436Q350.98297 431.92374 350.98297 432.42374Q350.98297 433.2831 350.29547 433.79874Q349.6236 434.31436 348.54547 434.31436Q347.77985 434.31436 347.1861 434.04874Q346.60797 433.7675 346.27985 433.2831Q345.95172 432.79874 345.95172 432.23624L347.02985 432.23624Q347.0611 432.7831 347.46735 433.11124Q347.8736 433.42374 348.54547 433.42374Q349.15485 433.42374 349.52985 433.17374Q349.90485 432.92374 349.90485 432.50186ZM357.5611 431.0956Q357.5611 432.5331 356.90485 433.42374Q356.2486 434.31436 355.10797 434.31436Q353.95172 434.31436 353.29547 433.58L353.29547 436.62686L352.21735 436.62686L352.21735 427.8456L353.20172 427.8456L353.2486 428.54874Q353.92047 427.73624 355.09235 427.73624Q356.23297 427.73624 356.88922 428.5956Q357.5611 429.455 357.5611 430.98624L357.5611 431.0956ZM356.48297 430.9706Q356.48297 429.8925 356.01422 429.2831Q355.5611 428.6581 354.76422 428.6581Q353.77985 428.6581 353.29547 429.5175L353.29547 432.54874Q353.77985 433.42374 354.77985 433.42374Q355.5611 433.42374 356.01422 432.81436Q356.48297 432.18936 356.48297 430.9706ZM358.92047 430.955Q358.92047 430.0331 359.27985 429.2831Q359.65485 428.5331 360.3111 428.1425Q360.96735 427.73624 361.79547 427.73624Q363.09235 427.73624 363.88922 428.62686Q364.70172 429.5175 364.70172 431.0175L364.70172 431.0956Q364.70172 432.0175 364.34235 432.75186Q363.98297 433.48624 363.32672 433.9081Q362.67047 434.31436 361.8111 434.31436Q360.52985 434.31436 359.71735 433.42374Q358.92047 432.5175 358.92047 431.0331L358.92047 430.955ZM360.01422 431.0956Q360.01422 432.1425 360.4986 432.7831Q360.9986 433.42374 361.8111 433.42374Q362.63922 433.42374 363.1236 432.7831Q363.60797 432.12686 363.60797 430.955Q363.60797 429.92374 363.10797 429.2831Q362.6236 428.62686 361.79547 428.62686Q360.9986 428.62686 360.4986 429.2675Q360.01422 429.8925 360.01422 431.0956ZM367.23297 427.8456L367.26422 428.6425Q367.9986 427.73624 369.17047 427.73624Q371.1861 427.73624 371.20172 430.00186L371.20172 434.18936L370.10797 434.18936L370.10797 429.98624Q370.10797 429.31436 369.79547 428.98624Q369.4986 428.6581 368.84235 428.6581Q368.3111 428.6581 367.90485 428.93936Q367.51422 429.2206 367.29547 429.67374L367.29547 434.18936L366.21735 434.18936L366.21735 427.8456L367.23297 427.8456ZM372.95172 430.9706Q372.95172 429.50186 373.63922 428.62686Q374.32672 427.73624 375.45172 427.73624Q376.5611 427.73624 377.21735 428.48624L377.21735 425.18936L378.29547 425.18936L378.29547 434.18936L377.29547 434.18936L377.2486 433.50186Q376.59235 434.31436 375.4361 434.31436Q374.34235 434.31436 373.63922 433.4081Q372.95172 432.50186 372.95172 431.04874L372.95172 430.9706ZM374.02985 431.0956Q374.02985 432.17374 374.46735 432.7831Q374.92047 433.3925 375.70172 433.3925Q376.73297 433.3925 377.21735 432.455L377.21735 429.54874Q376.73297 428.6581 375.71735 428.6581Q374.92047 428.6581 374.46735 429.2675Q374.02985 429.87686 374.02985 431.0956ZM382.84235 434.31436Q381.54547 434.31436 380.73297 433.4706Q379.9361 432.61124 379.9361 431.18936L379.9361 431.00186Q379.9361 430.04874 380.29547 429.31436Q380.65485 428.56436 381.29547 428.1581Q381.95172 427.73624 382.70172 427.73624Q383.9361 427.73624 384.6236 428.54874Q385.3111 429.36124 385.3111 430.87686L385.3111 431.33L381.01422 431.33Q381.04547 432.2675 381.5611 432.8456Q382.09235 433.42374 382.90485 433.42374Q383.46735 433.42374 383.85797 433.18936Q384.26422 432.955 384.57672 432.56436L385.23297 433.08Q384.4361 434.31436 382.84235 434.31436ZM382.70172 428.62686Q382.04547 428.62686 381.59235 429.11124Q381.15485 429.58 381.0611 430.43936L384.23297 430.43936L384.23297 430.36124Q384.1861 429.5331 383.77985 429.08Q383.38922 428.62686 382.70172 428.62686ZM387.23297 427.8456L387.26422 428.6425Q387.9986 427.73624 389.17047 427.73624Q391.1861 427.73624 391.20172 430.00186L391.20172 434.18936L390.10797 434.18936L390.10797 429.98624Q390.10797 429.31436 389.79547 428.98624Q389.4986 428.6581 388.84235 428.6581Q388.3111 428.6581 387.90485 428.93936Q387.51422 429.2206 387.29547 429.67374L387.29547 434.18936L386.21735 434.18936L386.21735 427.8456L387.23297 427.8456ZM394.6861 426.31436L394.6861 427.8456L395.85797 427.8456L395.85797 428.68936L394.6861 428.68936L394.6861 432.61124Q394.6861 433.00186 394.84235 433.18936Q394.9986 433.37686 395.3736 433.37686Q395.5611 433.37686 395.88922 433.31436L395.88922 434.18936Q395.46735 434.31436 395.0611 434.31436Q394.34235 434.31436 393.96735 433.87686Q393.59235 433.42374 393.59235 432.61124L393.59235 428.68936L392.4361 428.68936L392.4361 427.8456L393.59235 427.8456L393.59235 426.31436L394.6861 426.31436ZM400.90485 432.50186Q400.90485 432.06436 400.5611 431.83Q400.23297 431.58 399.40485 431.4081Q398.59235 431.23624 398.10797 430.98624Q397.6236 430.73624 397.38922 430.4081Q397.17047 430.06436 397.17047 429.5956Q397.17047 428.81436 397.82672 428.2831Q398.48297 427.73624 399.51422 427.73624Q400.59235 427.73624 401.2486 428.29874Q401.92047 428.8456 401.92047 429.705L400.84235 429.705Q400.84235 429.2675 400.45172 428.955Q400.07672 428.62686 399.51422 428.62686Q398.92047 428.62686 398.57672 428.8925Q398.2486 429.1425 398.2486 429.54874Q398.2486 429.93936 398.5611 430.1425Q398.8736 430.3456 399.6861 430.5331Q400.4986 430.705 400.9986 430.955Q401.4986 431.205 401.73297 431.56436Q401.98297 431.92374 401.98297 432.42374Q401.98297 433.2831 401.29547 433.79874Q400.6236 434.31436 399.54547 434.31436Q398.77985 434.31436 398.1861 434.04874Q397.60797 433.7675 397.27985 433.2831Q396.95172 432.79874 396.95172 432.23624L398.02985 432.23624Q398.0611 432.7831 398.46735 433.11124Q398.8736 433.42374 399.54547 433.42374Q400.15485 433.42374 400.52985 433.17374Q400.90485 432.92374 400.90485 432.50186Z" fill-rule="nonzero"/><path fill="#666666" d="M31.428 103.33886L35.474876 103.33886L35.474876 104.260735L30.287374 104.260735L30.287374 95.729485L31.428 95.729485L31.428 103.33886ZM38.756126 104.385735Q37.45925 104.385735 36.64675 103.541985Q35.849876 102.68261 35.849876 101.260735L35.849876 101.073235Q35.849876 100.12011 36.20925 99.385735Q36.568626 98.635735 37.20925 98.229485Q37.8655 97.80761 38.6155 97.80761Q39.849876 97.80761 40.537376 98.62011Q41.224876 99.43261 41.224876 100.948235L41.224876 101.40136L36.928 101.40136Q36.95925 102.33886 37.474876 102.916985Q38.006126 103.49511 38.818626 103.49511Q39.381126 103.49511 39.77175 103.260735Q40.178 103.02636 40.4905 102.635735L41.14675 103.15136Q40.349876 104.385735 38.756126 104.385735ZM38.6155 98.698235Q37.95925 98.698235 37.506126 99.18261Q37.068626 99.65136 36.974876 100.510735L40.14675 100.510735L40.14675 100.43261Q40.099876 99.604485 39.693626 99.15136Q39.303 98.698235 38.6155 98.698235ZM45.818626 102.573235Q45.818626 102.135735 45.474876 101.90136Q45.14675 101.65136 44.318626 101.479485Q43.506126 101.30761 43.02175 101.05761Q42.537376 100.80761 42.303 100.479485Q42.08425 100.135735 42.08425 99.666985Q42.08425 98.885735 42.7405 98.354485Q43.39675 97.80761 44.428 97.80761Q45.506126 97.80761 46.162376 98.37011Q46.83425 98.916985 46.83425 99.77636L45.756126 99.77636Q45.756126 99.33886 45.3655 99.02636Q44.9905 98.698235 44.428 98.698235Q43.83425 98.698235 43.4905 98.96386Q43.162376 99.21386 43.162376 99.62011Q43.162376 100.010735 43.474876 100.21386Q43.787376 100.416985 44.599876 100.604485Q45.412376 100.77636 45.912376 101.02636Q46.412376 101.27636 46.64675 101.635735Q46.89675 101.99511 46.89675 102.49511Q46.89675 103.354485 46.20925 103.87011Q45.537376 104.385735 44.45925 104.385735Q43.693626 104.385735 43.099876 104.12011Q42.52175 103.83886 42.193626 103.354485Q41.8655 102.87011 41.8655 102.30761L42.943626 102.30761Q42.974876 102.854485 43.381126 103.18261Q43.787376 103.49511 44.45925 103.49511Q45.068626 103.49511 45.443626 103.24511Q45.818626 102.99511 45.818626 102.573235ZM51.818626 102.573235Q51.818626 102.135735 51.474876 101.90136Q51.14675 101.65136 50.318626 101.479485Q49.506126 101.30761 49.02175 101.05761Q48.537376 100.80761 48.303 100.479485Q48.08425 100.135735 48.08425 99.666985Q48.08425 98.885735 48.7405 98.354485Q49.39675 97.80761 50.428 97.80761Q51.506126 97.80761 52.162376 98.37011Q52.83425 98.916985 52.83425 99.77636L51.756126 99.77636Q51.756126 99.33886 51.3655 99.02636Q50.9905 98.698235 50.428 98.698235Q49.83425 98.698235 49.4905 98.96386Q49.162376 99.21386 49.162376 99.62011Q49.162376 100.010735 49.474876 100.21386Q49.787376 100.416985 50.599876 100.604485Q51.412376 100.77636 51.912376 101.02636Q52.412376 101.27636 52.64675 101.635735Q52.89675 101.99511 52.89675 102.49511Q52.89675 103.354485 52.20925 103.87011Q51.537376 104.385735 50.45925 104.385735Q49.693626 104.385735 49.099876 104.12011Q48.52175 103.83886 48.193626 103.354485Q47.8655 102.87011 47.8655 102.30761L48.943626 102.30761Q48.974876 102.854485 49.381126 103.18261Q49.787376 103.49511 50.45925 103.49511Q51.068626 103.49511 51.443626 103.24511Q51.818626 102.99511 51.818626 102.573235ZM58.599876 96.385735L58.599876 97.916985L59.77175 97.916985L59.77175 98.760735L58.599876 98.760735L58.599876 102.68261Q58.599876 103.073235 58.756126 103.260735Q58.912376 103.448235 59.287376 103.448235Q59.474876 103.448235 59.803 103.385735L59.803 104.260735Q59.381126 104.385735 58.974876 104.385735Q58.256126 104.385735 57.881126 103.948235Q57.506126 103.49511 57.506126 102.68261L57.506126 98.760735L56.349876 98.760735L56.349876 97.916985L57.506126 97.916985L57.506126 96.385735L58.599876 96.385735ZM62.20925 98.68261Q62.928 97.80761 64.08425 97.80761Q66.09988 97.80761 66.1155 100.073235L66.1155 104.260735L65.02175 104.260735L65.02175 100.05761Q65.02175 99.385735 64.70925 99.05761Q64.41238 98.729485 63.756126 98.729485Q63.224876 98.729485 62.818626 99.010735Q62.428 99.291985 62.20925 99.74511L62.20925 104.260735L61.131126 104.260735L61.131126 95.260735L62.20925 95.260735L62.20925 98.68261ZM72.03738 104.260735Q71.94363 104.073235 71.88113 103.58886Q71.13113 104.385735 70.08425 104.385735Q69.14675 104.385735 68.53738 103.854485Q67.94363 103.323235 67.94363 102.49511Q67.94363 101.510735 68.69363 100.96386Q69.44363 100.416985 70.81863 100.416985L71.8655 100.416985L71.8655 99.916985Q71.8655 99.354485 71.52175 99.02636Q71.19363 98.68261 70.52175 98.68261Q69.94363 98.68261 69.553 98.979485Q69.16238 99.260735 69.16238 99.68261L68.06863 99.68261Q68.06863 99.198235 68.39675 98.760735Q68.7405 98.323235 69.31863 98.073235Q69.89675 97.80761 70.58425 97.80761Q71.69363 97.80761 72.303 98.354485Q72.928 98.90136 72.95925 99.854485L72.95925 102.77636Q72.95925 103.65136 73.178 104.166985L73.178 104.260735L72.03738 104.260735ZM70.2405 103.43261Q70.75613 103.43261 71.20925 103.166985Q71.66238 102.90136 71.8655 102.479485L71.8655 101.18261L71.02175 101.18261Q69.02175 101.18261 69.02175 102.354485Q69.02175 102.854485 69.3655 103.15136Q69.70925 103.43261 70.2405 103.43261ZM76.14675 97.916985L76.178 98.71386Q76.91238 97.80761 78.08425 97.80761Q80.09988 97.80761 80.1155 100.073235L80.1155 104.260735L79.02175 104.260735L79.02175 100.05761Q79.02175 99.385735 78.70925 99.05761Q78.41238 98.729485 77.75613 98.729485Q77.22488 98.729485 76.81863 99.010735Q76.428 99.291985 76.20925 99.74511L76.20925 104.260735L75.13113 104.260735L75.13113 97.916985L76.14675 97.916985ZM86.58425 99.46386L87.39675 99.46386Q88.178 99.448235 88.6155 99.05761Q89.053 98.666985 89.053 97.99511Q89.053 96.49511 87.553 96.49511Q86.84988 96.49511 86.428 96.90136Q86.02175 97.30761 86.02175 97.96386L84.928 97.96386Q84.928 96.948235 85.66238 96.27636Q86.41238 95.604485 87.553 95.604485Q88.75613 95.604485 89.44363 96.24511Q90.13113 96.885735 90.13113 98.02636Q90.13113 98.58886 89.77175 99.104485Q89.41238 99.62011 88.78738 99.885735Q89.4905 100.104485 89.8655 100.62011Q90.25613 101.135735 90.25613 101.885735Q90.25613 103.02636 89.50613 103.71386Q88.75613 104.385735 87.553 104.385735Q86.3655 104.385735 85.59988 103.729485Q84.84988 103.073235 84.84988 102.010735L85.94363 102.010735Q85.94363 102.68261 86.38113 103.08886Q86.81863 103.49511 87.56863 103.49511Q88.34988 103.49511 88.75613 103.08886Q89.178 102.666985 89.178 101.90136Q89.178 101.166985 88.72488 100.77636Q88.27175 100.37011 87.39675 100.354485L86.58425 100.354485L86.58425 99.46386ZM96.14675 97.916985L96.178 98.62011Q96.8655 97.80761 98.053 97.80761Q99.38113 97.80761 99.8655 98.823235Q100.178 98.37011 100.678 98.08886Q101.19363 97.80761 101.88113 97.80761Q103.97488 97.80761 104.00613 100.010735L104.00613 104.260735L102.928 104.260735L102.928 100.073235Q102.928 99.40136 102.6155 99.073235Q102.303 98.729485 101.56863 98.729485Q100.95925 98.729485 100.553 99.08886Q100.16238 99.448235 100.09988 100.05761L100.09988 104.260735L99.02175 104.260735L99.02175 100.104485Q99.02175 98.729485 97.66238 98.729485Q96.59988 98.729485 96.20925 99.635735L96.20925 104.260735L95.1155 104.260735L95.1155 97.916985L96.14675 97.916985ZM105.83425 101.02636Q105.83425 100.104485 106.19363 99.354485Q106.56863 98.604485 107.22488 98.21386Q107.88113 97.80761 108.70925 97.80761Q110.00613 97.80761 110.803 98.698235Q111.6155 99.58886 111.6155 101.08886L111.6155 101.166985Q111.6155 102.08886 111.25613 102.823235Q110.89675 103.55761 110.2405 103.979485Q109.58425 104.385735 108.72488 104.385735Q107.44363 104.385735 106.63113 103.49511Q105.83425 102.58886 105.83425 101.104485L105.83425 101.02636ZM106.928 101.166985Q106.928 102.21386 107.41238 102.854485Q107.91238 103.49511 108.72488 103.49511Q109.553 103.49511 110.03738 102.854485Q110.52175 102.198235 110.52175 101.02636Q110.52175 99.99511 110.02175 99.354485Q109.53738 98.698235 108.70925 98.698235Q107.91238 98.698235 107.41238 99.33886Q106.928 99.96386 106.928 101.166985ZM114.14675 97.916985L114.178 98.71386Q114.91238 97.80761 116.08425 97.80761Q118.09988 97.80761 118.1155 100.073235L118.1155 104.260735L117.02175 104.260735L117.02175 100.05761Q117.02175 99.385735 116.70925 99.05761Q116.41238 98.729485 115.75613 98.729485Q115.22488 98.729485 114.81863 99.010735Q114.428 99.291985 114.20925 99.74511L114.20925 104.260735L113.13113 104.260735L113.13113 97.916985L114.14675 97.916985ZM121.59988 96.385735L121.59988 97.916985L122.77175 97.916985L122.77175 98.760735L121.59988 98.760735L121.59988 102.68261Q121.59988 103.073235 121.75613 103.260735Q121.91238 103.448235 122.28738 103.448235Q122.47488 103.448235 122.803 103.385735L122.803 104.260735Q122.38113 104.385735 121.97488 104.385735Q121.25613 104.385735 120.88113 103.948235Q120.50613 103.49511 120.50613 102.68261L120.50613 98.760735L119.34988 98.760735L119.34988 97.916985L120.50613 97.916985L120.50613 96.385735L121.59988 96.385735ZM125.20925 98.68261Q125.928 97.80761 127.08425 97.80761Q129.09988 97.80761 129.11551 100.073235L129.11551 104.260735L128.02176 104.260735L128.02176 100.05761Q128.02176 99.385735 127.70925 99.05761Q127.41238 98.729485 126.75613 98.729485Q126.22488 98.729485 125.81863 99.010735Q125.428 99.291985 125.20925 99.74511L125.20925 104.260735L124.13113 104.260735L124.13113 95.260735L125.20925 95.260735L125.20925 98.68261ZM134.81862 102.573235Q134.81862 102.135735 134.47487 101.90136Q134.14674 101.65136 133.31862 101.479485Q132.50612 101.30761 132.02174 101.05761Q131.53737 100.80761 131.303 100.479485Q131.08424 100.135735 131.08424 99.666985Q131.08424 98.885735 131.7405 98.354485Q132.39674 97.80761 133.428 97.80761Q134.50612 97.80761 135.16237 98.37011Q135.83424 98.916985 135.83424 99.77636L134.75612 99.77636Q134.75612 99.33886 134.3655 99.02636Q133.9905 98.698235 133.428 98.698235Q132.83424 98.698235 132.4905 98.96386Q132.16237 99.21386 132.16237 99.62011Q132.16237 100.010735 132.47487 100.21386Q132.78737 100.416985 133.59987 100.604485Q134.41237 100.77636 134.91237 101.02636Q135.41237 101.27636 135.64674 101.635735Q135.89674 101.99511 135.89674 102.49511Q135.89674 103.354485 135.20924 103.87011Q134.53737 104.385735 133.45924 104.385735Q132.69362 104.385735 132.09987 104.12011Q131.52174 103.83886 131.19362 103.354485Q130.8655 102.87011 130.8655 102.30761L131.94362 102.30761Q131.97487 102.854485 132.38112 103.18261Q132.78737 103.49511 133.45924 103.49511Q134.06862 103.49511 134.44362 103.24511Q134.81862 102.99511 134.81862 102.573235Z" fill-rule="nonzero"/><path fill="#666666" d="M69.58425 161.65408L70.39675 161.65408Q71.178 161.63846 71.6155 161.24783Q72.053 160.85721 72.053 160.18533Q72.053 158.68533 70.553 158.68533Q69.84988 158.68533 69.428 159.09158Q69.02175 159.49783 69.02175 160.15408L67.928 160.15408Q67.928 159.13846 68.66238 158.46658Q69.41238 157.79471 70.553 157.79471Q71.75613 157.79471 72.44363 158.43533Q73.13113 159.07596 73.13113 160.21658Q73.13113 160.77908 72.77175 161.29471Q72.41238 161.81033 71.78738 162.07596Q72.4905 162.29471 72.8655 162.81033Q73.25613 163.32596 73.25613 164.07596Q73.25613 165.21658 72.50613 165.90408Q71.75613 166.57596 70.553 166.57596Q69.3655 166.57596 68.59988 165.91971Q67.84988 165.26346 67.84988 164.20096L68.94363 164.20096Q68.94363 164.87283 69.38113 165.27908Q69.81863 165.68533 70.56863 165.68533Q71.34988 165.68533 71.75613 165.27908Q72.178 164.85721 72.178 164.09158Q72.178 163.35721 71.72488 162.96658Q71.27175 162.56033 70.39675 162.54471L69.58425 162.54471L69.58425 161.65408ZM77.38113 163.26346L74.52175 163.26346L74.52175 162.38846L77.38113 162.38846L77.38113 163.26346ZM81.56863 166.45096L80.4905 166.45096L80.4905 159.23221L78.303 160.02908L78.303 159.04471L81.41238 157.87283L81.56863 157.87283L81.56863 166.45096ZM90.59988 166.45096L85.00613 166.45096L85.00613 165.66971L87.95925 162.38846Q88.6155 161.63846 88.8655 161.18533Q89.1155 160.71658 89.1155 160.21658Q89.1155 159.54471 88.70925 159.12283Q88.31863 158.68533 87.63113 158.68533Q86.83425 158.68533 86.38113 159.15408Q85.928 159.60721 85.928 160.43533L84.84988 160.43533Q84.84988 159.24783 85.59988 158.52908Q86.3655 157.79471 87.63113 157.79471Q88.83425 157.79471 89.52175 158.41971Q90.20925 159.04471 90.20925 160.09158Q90.20925 161.34158 88.59988 163.09158L86.31863 165.56033L90.59988 165.56033L90.59988 166.45096ZM96.14675 160.10721L96.178 160.81033Q96.8655 159.99783 98.053 159.99783Q99.38113 159.99783 99.8655 161.01346Q100.178 160.56033 100.678 160.27908Q101.19363 159.99783 101.88113 159.99783Q103.97488 159.99783 104.00613 162.20096L104.00613 166.45096L102.928 166.45096L102.928 162.26346Q102.928 161.59158 102.6155 161.26346Q102.303 160.91971 101.56863 160.91971Q100.95925 160.91971 100.553 161.27908Q100.16238 161.63846 100.09988 162.24783L100.09988 166.45096L99.02175 166.45096L99.02175 162.29471Q99.02175 160.91971 97.66238 160.91971Q96.59988 160.91971 96.20925 161.82596L96.20925 166.45096L95.1155 166.45096L95.1155 160.10721L96.14675 160.10721ZM105.83425 163.21658Q105.83425 162.29471 106.19363 161.54471Q106.56863 160.79471 107.22488 160.40408Q107.88113 159.99783 108.70925 159.99783Q110.00613 159.99783 110.803 160.88846Q111.6155 161.77908 111.6155 163.27908L111.6155 163.35721Q111.6155 164.27908 111.25613 165.01346Q110.89675 165.74783 110.2405 166.16971Q109.58425 166.57596 108.72488 166.57596Q107.44363 166.57596 106.63113 165.68533Q105.83425 164.77908 105.83425 163.29471L105.83425 163.21658ZM106.928 163.35721Q106.928 164.40408 107.41238 165.04471Q107.91238 165.68533 108.72488 165.68533Q109.553 165.68533 110.03738 165.04471Q110.52175 164.38846 110.52175 163.21658Q110.52175 162.18533 110.02175 161.54471Q109.53738 160.88846 108.70925 160.88846Q107.91238 160.88846 107.41238 161.52908Q106.928 162.15408 106.928 163.35721ZM114.14675 160.10721L114.178 160.90408Q114.91238 159.99783 116.08425 159.99783Q118.09988 159.99783 118.1155 162.26346L118.1155 166.45096L117.02175 166.45096L117.02175 162.24783Q117.02175 161.57596 116.70925 161.24783Q116.41238 160.91971 115.75613 160.91971Q115.22488 160.91971 114.81863 161.20096Q114.428 161.48221 114.20925 161.93533L114.20925 166.45096L113.13113 166.45096L113.13113 160.10721L114.14675 160.10721ZM121.59988 158.57596L121.59988 160.10721L122.77175 160.10721L122.77175 160.95096L121.59988 160.95096L121.59988 164.87283Q121.59988 165.26346 121.75613 165.45096Q121.91238 165.63846 122.28738 165.63846Q122.47488 165.63846 122.803 165.57596L122.803 166.45096Q122.38113 166.57596 121.97488 166.57596Q121.25613 166.57596 120.88113 166.13846Q120.50613 165.68533 120.50613 164.87283L120.50613 160.95096L119.34988 160.95096L119.34988 160.10721L120.50613 160.10721L120.50613 158.57596L121.59988 158.57596ZM125.20925 160.87283Q125.928 159.99783 127.08425 159.99783Q129.09988 159.99783 129.11551 162.26346L129.11551 166.45096L128.02176 166.45096L128.02176 162.24783Q128.02176 161.57596 127.70925 161.24783Q127.41238 160.91971 126.75613 160.91971Q126.22488 160.91971 125.81863 161.20096Q125.428 161.48221 125.20925 161.93533L125.20925 166.45096L124.13113 166.45096L124.13113 157.45096L125.20925 157.45096L125.20925 160.87283ZM134.81863 164.76346Q134.81863 164.32596 134.47488 164.09158Q134.14676 163.84158 133.31863 163.66971Q132.50613 163.49783 132.02176 163.24783Q131.53738 162.99783 131.30301 162.66971Q131.08426 162.32596 131.08426 161.85721Q131.08426 161.07596 131.74051 160.54471Q132.39676 159.99783 133.42801 159.99783Q134.50613 159.99783 135.16238 160.56033Q135.83426 161.10721 135.83426 161.96658L134.75613 161.96658Q134.75613 161.52908 134.36551 161.21658Q133.99051 160.88846 133.42801 160.88846Q132.83426 160.88846 132.49051 161.15408Q132.16238 161.40408 132.16238 161.81033Q132.16238 162.20096 132.47488 162.40408Q132.78738 162.60721 133.59988 162.79471Q134.41238 162.96658 134.91238 163.21658Q135.41238 163.46658 135.64676 163.82596Q135.89676 164.18533 135.89676 164.68533Q135.89676 165.54471 135.20926 166.06033Q134.53738 166.57596 133.45926 166.57596Q132.69363 166.57596 132.09988 166.31033Q131.52176 166.02908 131.19363 165.54471Q130.86551 165.06033 130.86551 164.49783L131.94363 164.49783Q131.97488 165.04471 132.38113 165.37283Q132.78738 165.68533 133.45926 165.68533Q134.06863 165.68533 134.44363 165.43533Q134.81863 165.18533 134.81863 164.76346Z" fill-rule="nonzero"/><path fill="#666666" d="M64.56863 228.64117L63.4905 228.64117L63.4905 221.42242L61.303 222.2193L61.303 221.23492L64.41238 220.06305L64.56863 220.06305L64.56863 228.64117ZM69.58425 223.8443L70.39675 223.8443Q71.178 223.82867 71.6155 223.43805Q72.053 223.04742 72.053 222.37555Q72.053 220.87555 70.553 220.87555Q69.84988 220.87555 69.428 221.2818Q69.02175 221.68805 69.02175 222.3443L67.928 222.3443Q67.928 221.32867 68.66238 220.6568Q69.41238 219.98492 70.553 219.98492Q71.75613 219.98492 72.44363 220.62555Q73.13113 221.26617 73.13113 222.4068Q73.13113 222.9693 72.77175 223.48492Q72.41238 224.00055 71.78738 224.26617Q72.4905 224.48492 72.8655 225.00055Q73.25613 225.51617 73.25613 226.26617Q73.25613 227.4068 72.50613 228.0943Q71.75613 228.76617 70.553 228.76617Q69.3655 228.76617 68.59988 228.10992Q67.84988 227.45367 67.84988 226.39117L68.94363 226.39117Q68.94363 227.06305 69.38113 227.4693Q69.81863 227.87555 70.56863 227.87555Q71.34988 227.87555 71.75613 227.4693Q72.178 227.04742 72.178 226.2818Q72.178 225.54742 71.72488 225.1568Q71.27175 224.75055 70.39675 224.73492L69.58425 224.73492L69.58425 223.8443ZM77.38113 225.45367L74.52175 225.45367L74.52175 224.57867L77.38113 224.57867L77.38113 225.45367ZM83.59988 228.64117L78.00613 228.64117L78.00613 227.85992L80.95925 224.57867Q81.6155 223.82867 81.8655 223.37555Q82.1155 222.9068 82.1155 222.4068Q82.1155 221.73492 81.70925 221.31305Q81.31863 220.87555 80.63113 220.87555Q79.83425 220.87555 79.38113 221.3443Q78.928 221.79742 78.928 222.62555L77.84988 222.62555Q77.84988 221.43805 78.59988 220.7193Q79.3655 219.98492 80.63113 219.98492Q81.83425 219.98492 82.52175 220.60992Q83.20925 221.23492 83.20925 222.2818Q83.20925 223.5318 81.59988 225.2818L79.31863 227.75055L83.59988 227.75055L83.59988 228.64117ZM89.58425 225.7818L90.77175 225.7818L90.77175 226.6568L89.58425 226.6568L89.58425 228.64117L88.50613 228.64117L88.50613 226.6568L84.6155 226.6568L84.6155 226.01617L88.428 220.10992L89.58425 220.10992L89.58425 225.7818ZM85.84988 225.7818L88.50613 225.7818L88.50613 221.5943L88.3655 221.82867L85.84988 225.7818ZM96.14675 222.29742L96.178 223.00055Q96.8655 222.18805 98.053 222.18805Q99.38113 222.18805 99.8655 223.20367Q100.178 222.75055 100.678 222.4693Q101.19363 222.18805 101.88113 222.18805Q103.97488 222.18805 104.00613 224.39117L104.00613 228.64117L102.928 228.64117L102.928 224.45367Q102.928 223.7818 102.6155 223.45367Q102.303 223.10992 101.56863 223.10992Q100.95925 223.10992 100.553 223.4693Q100.16238 223.82867 100.09988 224.43805L100.09988 228.64117L99.02175 228.64117L99.02175 224.48492Q99.02175 223.10992 97.66238 223.10992Q96.59988 223.10992 96.20925 224.01617L96.20925 228.64117L95.1155 228.64117L95.1155 222.29742L96.14675 222.29742ZM105.83425 225.4068Q105.83425 224.48492 106.19363 223.73492Q106.56863 222.98492 107.22488 222.5943Q107.88113 222.18805 108.70925 222.18805Q110.00613 222.18805 110.803 223.07867Q111.6155 223.9693 111.6155 225.4693L111.6155 225.54742Q111.6155 226.4693 111.25613 227.20367Q110.89675 227.93805 110.2405 228.35992Q109.58425 228.76617 108.72488 228.76617Q107.44363 228.76617 106.63113 227.87555Q105.83425 226.9693 105.83425 225.48492L105.83425 225.4068ZM106.928 225.54742Q106.928 226.5943 107.41238 227.23492Q107.91238 227.87555 108.72488 227.87555Q109.553 227.87555 110.03738 227.23492Q110.52175 226.57867 110.52175 225.4068Q110.52175 224.37555 110.02175 223.73492Q109.53738 223.07867 108.70925 223.07867Q107.91238 223.07867 107.41238 223.7193Q106.928 224.3443 106.928 225.54742ZM114.14675 222.29742L114.178 223.0943Q114.91238 222.18805 116.08425 222.18805Q118.09988 222.18805 118.1155 224.45367L118.1155 228.64117L117.02175 228.64117L117.02175 224.43805Q117.02175 223.76617 116.70925 223.43805Q116.41238 223.10992 115.75613 223.10992Q115.22488 223.10992 114.81863 223.39117Q114.428 223.67242 114.20925 224.12555L114.20925 228.64117L113.13113 228.64117L113.13113 222.29742L114.14675 222.29742ZM121.59988 220.76617L121.59988 222.29742L122.77175 222.29742L122.77175 223.14117L121.59988 223.14117L121.59988 227.06305Q121.59988 227.45367 121.75613 227.64117Q121.91238 227.82867 122.28738 227.82867Q122.47488 227.82867 122.803 227.76617L122.803 228.64117Q122.38113 228.76617 121.97488 228.76617Q121.25613 228.76617 120.88113 228.32867Q120.50613 227.87555 120.50613 227.06305L120.50613 223.14117L119.34988 223.14117L119.34988 222.29742L120.50613 222.29742L120.50613 220.76617L121.59988 220.76617ZM125.20925 223.06305Q125.928 222.18805 127.08425 222.18805Q129.09988 222.18805 129.11551 224.45367L129.11551 228.64117L128.02176 228.64117L128.02176 224.43805Q128.02176 223.76617 127.70925 223.43805Q127.41238 223.10992 126.75613 223.10992Q126.22488 223.10992 125.81863 223.39117Q125.428 223.67242 125.20925 224.12555L125.20925 228.64117L124.13113 228.64117L124.13113 219.64117L125.20925 219.64117L125.20925 223.06305ZM134.81863 226.95367Q134.81863 226.51617 134.47488 226.2818Q134.14676 226.0318 133.31863 225.85992Q132.50613 225.68805 132.02176 225.43805Q131.53738 225.18805 131.30301 224.85992Q131.08426 224.51617 131.08426 224.04742Q131.08426 223.26617 131.74051 222.73492Q132.39676 222.18805 133.42801 222.18805Q134.50613 222.18805 135.16238 222.75055Q135.83426 223.29742 135.83426 224.1568L134.75613 224.1568Q134.75613 223.7193 134.36551 223.4068Q133.99051 223.07867 133.42801 223.07867Q132.83426 223.07867 132.49051 223.3443Q132.16238 223.5943 132.16238 224.00055Q132.16238 224.39117 132.47488 224.5943Q132.78738 224.79742 133.59988 224.98492Q134.41238 225.1568 134.91238 225.4068Q135.41238 225.6568 135.64676 226.01617Q135.89676 226.37555 135.89676 226.87555Q135.89676 227.73492 135.20926 228.25055Q134.53738 228.76617 133.45926 228.76617Q132.69363 228.76617 132.09988 228.50055Q131.52176 228.2193 131.19363 227.73492Q130.86551 227.25055 130.86551 226.68805L131.94363 226.68805Q131.97488 227.23492 132.38113 227.56305Q132.78738 227.87555 133.45926 227.87555Q134.06863 227.87555 134.44363 227.62555Q134.81863 227.37555 134.81863 226.95367Z" fill-rule="nonzero"/><path fill="#666666" d="M93.59988 290.8314L88.00613 290.8314L88.00613 290.05014L90.95925 286.7689Q91.6155 286.0189 91.8655 285.56577Q92.1155 285.09702 92.1155 284.59702Q92.1155 283.92514 91.70925 283.50327Q91.31863 283.06577 90.63113 283.06577Q89.83425 283.06577 89.38113 283.53452Q88.928 283.98764 88.928 284.81577L87.84988 284.81577Q87.84988 283.62827 88.59988 282.90952Q89.3655 282.17514 90.63113 282.17514Q91.83425 282.17514 92.52175 282.80014Q93.20925 283.42514 93.20925 284.47202Q93.20925 285.72202 91.59988 287.47202L89.31863 289.94077L93.59988 289.94077L93.59988 290.8314ZM97.38113 287.6439L94.52175 287.6439L94.52175 286.7689L97.38113 286.7689L97.38113 287.6439ZM102.58425 287.97202L103.77175 287.97202L103.77175 288.84702L102.58425 288.84702L102.58425 290.8314L101.50613 290.8314L101.50613 288.84702L97.6155 288.84702L97.6155 288.2064L101.428 282.30014L102.58425 282.30014L102.58425 287.97202ZM98.84988 287.97202L101.50613 287.97202L101.50613 283.78452L101.3655 284.0189L98.84988 287.97202ZM110.19363 289.23764L111.678 284.48764L112.83425 284.48764L110.28738 291.81577Q109.69363 293.3939 108.41238 293.3939L108.19363 293.37827L107.803 293.30014L107.803 292.42514L108.08425 292.44077Q108.64675 292.44077 108.94363 292.22202Q109.25613 292.00327 109.45925 291.40952L109.69363 290.75327L107.428 284.48764L108.6155 284.48764L110.19363 289.23764ZM116.75613 290.9564Q115.45925 290.9564 114.64675 290.11264Q113.84988 289.25327 113.84988 287.8314L113.84988 287.6439Q113.84988 286.69077 114.20925 285.9564Q114.56863 285.2064 115.20925 284.80014Q115.8655 284.37827 116.6155 284.37827Q117.84988 284.37827 118.53738 285.19077Q119.22488 286.00327 119.22488 287.5189L119.22488 287.97202L114.928 287.97202Q114.95925 288.90952 115.47488 289.48764Q116.00613 290.06577 116.81863 290.06577Q117.38113 290.06577 117.77175 289.8314Q118.178 289.59702 118.4905 289.2064L119.14675 289.72202Q118.34988 290.9564 116.75613 290.9564ZM116.6155 285.2689Q115.95925 285.2689 115.50613 285.75327Q115.06863 286.22202 114.97488 287.0814L118.14675 287.0814L118.14675 287.00327Q118.09988 286.17514 117.69363 285.72202Q117.303 285.2689 116.6155 285.2689ZM124.03738 290.8314Q123.94363 290.6439 123.88113 290.15952Q123.13113 290.9564 122.08425 290.9564Q121.14675 290.9564 120.53738 290.42514Q119.94363 289.8939 119.94363 289.06577Q119.94363 288.0814 120.69363 287.53452Q121.44363 286.98764 122.81863 286.98764L123.8655 286.98764L123.8655 286.48764Q123.8655 285.92514 123.52175 285.59702Q123.19363 285.25327 122.52175 285.25327Q121.94363 285.25327 121.553 285.55014Q121.16238 285.8314 121.16238 286.25327L120.06863 286.25327Q120.06863 285.7689 120.39675 285.3314Q120.7405 284.8939 121.31863 284.6439Q121.89675 284.37827 122.58425 284.37827Q123.69363 284.37827 124.303 284.92514Q124.928 285.47202 124.95925 286.42514L124.95925 289.34702Q124.95925 290.22202 125.178 290.73764L125.178 290.8314L124.03738 290.8314ZM122.2405 290.00327Q122.75613 290.00327 123.20925 289.73764Q123.66238 289.47202 123.8655 289.05014L123.8655 287.75327L123.02175 287.75327Q121.02175 287.75327 121.02175 288.92514Q121.02175 289.42514 121.3655 289.72202Q121.70925 290.00327 122.2405 290.00327ZM130.19363 285.4564Q129.94363 285.42514 129.66238 285.42514Q128.58426 285.42514 128.20926 286.3314L128.20926 290.8314L127.13113 290.8314L127.13113 284.48764L128.17801 284.48764L128.19363 285.22202Q128.72488 284.37827 129.70926 284.37827Q130.02176 284.37827 130.19363 284.4564L130.19363 285.4564ZM134.81863 289.1439Q134.81863 288.7064 134.47488 288.47202Q134.14676 288.22202 133.31863 288.05014Q132.50613 287.87827 132.02176 287.62827Q131.53738 287.37827 131.30301 287.05014Q131.08426 286.7064 131.08426 286.23764Q131.08426 285.4564 131.74051 284.92514Q132.39676 284.37827 133.42801 284.37827Q134.50613 284.37827 135.16238 284.94077Q135.83426 285.48764 135.83426 286.34702L134.75613 286.34702Q134.75613 285.90952 134.36551 285.59702Q133.99051 285.2689 133.42801 285.2689Q132.83426 285.2689 132.49051 285.53452Q132.16238 285.78452 132.16238 286.19077Q132.16238 286.5814 132.47488 286.78452Q132.78738 286.98764 133.59988 287.17514Q134.41238 287.34702 134.91238 287.59702Q135.41238 287.84702 135.64676 288.2064Q135.89676 288.56577 135.89676 289.06577Q135.89676 289.92514 135.20926 290.44077Q134.53738 290.9564 133.45926 290.9564Q132.69363 290.9564 132.09988 290.69077Q131.52176 290.40952 131.19363 289.92514Q130.86551 289.44077 130.86551 288.87827L131.94363 288.87827Q131.97488 289.42514 132.38113 289.75327Q132.78738 290.06577 133.45926 290.06577Q134.06863 290.06577 134.44363 289.81577Q134.81863 289.56577 134.81863 289.1439Z" fill-rule="nonzero"/><path fill="#666666" d="M95.58425 350.16223L96.77175 350.16223L96.77175 351.03723L95.58425 351.03723L95.58425 353.0216L94.50613 353.0216L94.50613 351.03723L90.6155 351.03723L90.6155 350.3966L94.428 344.49036L95.58425 344.49036L95.58425 350.16223ZM91.84988 350.16223L94.50613 350.16223L94.50613 345.97473L94.3655 346.2091L91.84988 350.16223ZM101.22488 348.44348L103.6155 348.44348L103.6155 349.47473L101.22488 349.47473L101.22488 352.16223L100.14675 352.16223L100.14675 349.47473L97.75613 349.47473L97.75613 348.44348L100.14675 348.44348L100.14675 345.9591L101.22488 345.9591L101.22488 348.44348ZM110.19363 351.42786L111.678 346.67786L112.83425 346.67786L110.28738 354.00598Q109.69363 355.5841 108.41238 355.5841L108.19363 355.56848L107.803 355.49036L107.803 354.61536L108.08425 354.63098Q108.64675 354.63098 108.94363 354.41223Q109.25613 354.19348 109.45925 353.59973L109.69363 352.94348L107.428 346.67786L108.6155 346.67786L110.19363 351.42786ZM116.75613 353.1466Q115.45925 353.1466 114.64675 352.30286Q113.84988 351.44348 113.84988 350.0216L113.84988 349.8341Q113.84988 348.88098 114.20925 348.1466Q114.56863 347.3966 115.20925 346.99036Q115.8655 346.56848 116.6155 346.56848Q117.84988 346.56848 118.53738 347.38098Q119.22488 348.19348 119.22488 349.7091L119.22488 350.16223L114.928 350.16223Q114.95925 351.09973 115.47488 351.67786Q116.00613 352.25598 116.81863 352.25598Q117.38113 352.25598 117.77175 352.0216Q118.178 351.78723 118.4905 351.3966L119.14675 351.91223Q118.34988 353.1466 116.75613 353.1466ZM116.6155 347.4591Q115.95925 347.4591 115.50613 347.94348Q115.06863 348.41223 114.97488 349.2716L118.14675 349.2716L118.14675 349.19348Q118.09988 348.36536 117.69363 347.91223Q117.303 347.4591 116.6155 347.4591ZM124.03738 353.0216Q123.94363 352.8341 123.88113 352.34973Q123.13113 353.1466 122.08425 353.1466Q121.14675 353.1466 120.53738 352.61536Q119.94363 352.0841 119.94363 351.25598Q119.94363 350.2716 120.69363 349.72473Q121.44363 349.17786 122.81863 349.17786L123.8655 349.17786L123.8655 348.67786Q123.8655 348.11536 123.52175 347.78723Q123.19363 347.44348 122.52175 347.44348Q121.94363 347.44348 121.553 347.74036Q121.16238 348.0216 121.16238 348.44348L120.06863 348.44348Q120.06863 347.9591 120.39675 347.5216Q120.7405 347.0841 121.31863 346.8341Q121.89675 346.56848 122.58425 346.56848Q123.69363 346.56848 124.303 347.11536Q124.928 347.66223 124.95925 348.61536L124.95925 351.53723Q124.95925 352.41223 125.178 352.92786L125.178 353.0216L124.03738 353.0216ZM122.2405 352.19348Q122.75613 352.19348 123.20925 351.92786Q123.66238 351.66223 123.8655 351.24036L123.8655 349.94348L123.02175 349.94348Q121.02175 349.94348 121.02175 351.11536Q121.02175 351.61536 121.3655 351.91223Q121.70925 352.19348 122.2405 352.19348ZM130.19363 347.6466Q129.94363 347.61536 129.66238 347.61536Q128.58426 347.61536 128.20926 348.5216L128.20926 353.0216L127.13113 353.0216L127.13113 346.67786L128.17801 346.67786L128.19363 347.41223Q128.72488 346.56848 129.70926 346.56848Q130.02176 346.56848 130.19363 346.6466L130.19363 347.6466ZM134.81863 351.3341Q134.81863 350.8966 134.47488 350.66223Q134.14676 350.41223 133.31863 350.24036Q132.50613 350.06848 132.02176 349.81848Q131.53738 349.56848 131.30301 349.24036Q131.08426 348.8966 131.08426 348.42786Q131.08426 347.6466 131.74051 347.11536Q132.39676 346.56848 133.42801 346.56848Q134.50613 346.56848 135.16238 347.13098Q135.83426 347.67786 135.83426 348.53723L134.75613 348.53723Q134.75613 348.09973 134.36551 347.78723Q133.99051 347.4591 133.42801 347.4591Q132.83426 347.4591 132.49051 347.72473Q132.16238 347.97473 132.16238 348.38098Q132.16238 348.7716 132.47488 348.97473Q132.78738 349.17786 133.59988 349.36536Q134.41238 349.53723 134.91238 349.78723Q135.41238 350.03723 135.64676 350.3966Q135.89676 350.75598 135.89676 351.25598Q135.89676 352.11536 135.20926 352.63098Q134.53738 353.1466 133.45926 353.1466Q132.69363 353.1466 132.09988 352.88098Q131.52176 352.59973 131.19363 352.11536Q130.86551 351.63098 130.86551 351.06848L131.94363 351.06848Q131.97488 351.61536 132.38113 351.94348Q132.78738 352.25598 133.45926 352.25598Q134.06863 352.25598 134.44363 352.00598Q134.81863 351.75598 134.81863 351.3341Z" fill-rule="nonzero"/><path fill="#666666" d="M140.3655 404.85938Q140.3655 406.76562 139.70924 407.70312Q139.06862 408.625 137.678 408.625Q136.31862 408.625 135.66237 407.71875Q135.00612 406.8125 134.97487 405.0L134.97487 403.5625Q134.97487 401.67188 135.6155 400.76562Q136.27174 399.84375 137.66237 399.84375Q139.03737 399.84375 139.69362 400.73438Q140.34987 401.60938 140.3655 403.45312L140.3655 404.85938ZM139.27174 403.375Q139.27174 402.0 138.88112 401.375Q138.50612 400.73438 137.66237 400.73438Q136.83424 400.73438 136.44362 401.375Q136.06862 402.0 136.06862 403.29688L136.06862 405.03125Q136.06862 406.40625 136.45924 407.07812Q136.8655 407.73438 137.678 407.73438Q138.47487 407.73438 138.8655 407.10938Q139.25612 406.48438 139.27174 405.15625L139.27174 403.375ZM141.91237 401.60938Q141.91237 400.84375 142.39674 400.34375Q142.89674 399.84375 143.66237 399.84375Q144.44362 399.84375 144.928 400.34375Q145.41237 400.84375 145.41237 401.64062L145.41237 402.0625Q145.41237 402.82812 144.91237 403.32812Q144.428 403.8125 143.678 403.8125Q142.91237 403.8125 142.41237 403.32812Q141.91237 402.82812 141.91237 402.01562L141.91237 401.60938ZM142.72487 402.0625Q142.72487 402.51562 142.97487 402.8125Q143.2405 403.10938 143.678 403.10938Q144.09987 403.10938 144.34987 402.82812Q144.59987 402.53125 144.59987 402.03125L144.59987 401.60938Q144.59987 401.15625 144.34987 400.85938Q144.09987 400.54688 143.66237 400.54688Q143.22487 400.54688 142.97487 400.85938Q142.72487 401.15625 142.72487 401.625L142.72487 402.0625ZM146.06862 406.40625Q146.06862 405.64062 146.553 405.15625Q147.053 404.65625 147.81862 404.65625Q148.58424 404.65625 149.06862 405.15625Q149.56862 405.64062 149.56862 406.45312L149.56862 406.85938Q149.56862 407.625 149.08424 408.125Q148.59987 408.625 147.83424 408.625Q147.06862 408.625 146.56862 408.14062Q146.06862 407.64062 146.06862 406.82812L146.06862 406.40625ZM146.88112 406.85938Q146.88112 407.32812 147.13112 407.625Q147.39674 407.92188 147.83424 407.92188Q148.25612 407.92188 148.50612 407.64062Q148.75612 407.34375 148.75612 406.84375L148.75612 406.40625Q148.75612 405.9375 148.4905 405.65625Q148.2405 405.35938 147.81862 405.35938Q147.39674 405.35938 147.13112 405.65625Q146.88112 405.9375 146.88112 406.4375L146.88112 406.85938ZM143.928 407.85938L143.303 407.46875L147.47487 400.79688L148.08424 401.1875L143.928 407.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M243.89299 408.5L238.29924 408.5L238.29924 407.71875L241.25237 404.4375Q241.90862 403.6875 242.15862 403.23438Q242.40862 402.76562 242.40862 402.26562Q242.40862 401.59375 242.00237 401.17188Q241.61174 400.73438 240.92424 400.73438Q240.12737 400.73438 239.67424 401.20312Q239.22112 401.65625 239.22112 402.48438L238.14299 402.48438Q238.14299 401.29688 238.89299 400.57812Q239.65862 399.84375 240.92424 399.84375Q242.12737 399.84375 242.81487 400.46875Q243.50237 401.09375 243.50237 402.14062Q243.50237 403.39062 241.89299 405.14062L239.61174 407.60938L243.89299 407.60938L243.89299 408.5ZM250.65862 404.85938Q250.65862 406.76562 250.00237 407.70312Q249.36174 408.625 247.97112 408.625Q246.61174 408.625 245.95549 407.71875Q245.29924 406.8125 245.26799 405.0L245.26799 403.5625Q245.26799 401.67188 245.90862 400.76562Q246.56487 399.84375 247.95549 399.84375Q249.33049 399.84375 249.98674 400.73438Q250.64299 401.60938 250.65862 403.45312L250.65862 404.85938ZM249.56487 403.375Q249.56487 402.0 249.17424 401.375Q248.79924 400.73438 247.95549 400.73438Q247.12737 400.73438 246.73674 401.375Q246.36174 402.0 246.36174 403.29688L246.36174 405.03125Q246.36174 406.40625 246.75237 407.07812Q247.15862 407.73438 247.97112 407.73438Q248.76799 407.73438 249.15862 407.10938Q249.54924 406.48438 249.56487 405.15625L249.56487 403.375ZM252.20549 401.60938Q252.20549 400.84375 252.68987 400.34375Q253.18987 399.84375 253.95549 399.84375Q254.73674 399.84375 255.22112 400.34375Q255.70549 400.84375 255.70549 401.64062L255.70549 402.0625Q255.70549 402.82812 255.20549 403.32812Q254.72112 403.8125 253.97112 403.8125Q253.20549 403.8125 252.70549 403.32812Q252.20549 402.82812 252.20549 402.01562L252.20549 401.60938ZM253.01799 402.0625Q253.01799 402.51562 253.26799 402.8125Q253.53362 403.10938 253.97112 403.10938Q254.39299 403.10938 254.64299 402.82812Q254.89299 402.53125 254.89299 402.03125L254.89299 401.60938Q254.89299 401.15625 254.64299 400.85938Q254.39299 400.54688 253.95549 400.54688Q253.51799 400.54688 253.26799 400.85938Q253.01799 401.15625 253.01799 401.625L253.01799 402.0625ZM256.36176 406.40625Q256.36176 405.64062 256.84613 405.15625Q257.34613 404.65625 258.11176 404.65625Q258.87738 404.65625 259.36176 405.15625Q259.86176 405.64062 259.86176 406.45312L259.86176 406.85938Q259.86176 407.625 259.37738 408.125Q258.893 408.625 258.12738 408.625Q257.36176 408.625 256.86176 408.14062Q256.36176 407.64062 256.36176 406.82812L256.36176 406.40625ZM257.17426 406.85938Q257.17426 407.32812 257.42426 407.625Q257.68988 407.92188 258.12738 407.92188Q258.54926 407.92188 258.79926 407.64062Q259.04926 407.34375 259.04926 406.84375L259.04926 406.40625Q259.04926 405.9375 258.78363 405.65625Q258.53363 405.35938 258.11176 405.35938Q257.68988 405.35938 257.42426 405.65625Q257.17426 405.9375 257.17426 406.4375L257.17426 406.85938ZM254.22112 407.85938L253.59612 407.46875L257.768 400.79688L258.37738 401.1875L254.22112 407.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M349.67047 405.64062L350.85797 405.64062L350.85797 406.51562L349.67047 406.51562L349.67047 408.5L348.59235 408.5L348.59235 406.51562L344.70172 406.51562L344.70172 405.875L348.51422 399.96875L349.67047 399.96875L349.67047 405.64062ZM345.9361 405.64062L348.59235 405.64062L348.59235 401.45312L348.45172 401.6875L345.9361 405.64062ZM357.45172 404.85938Q357.45172 406.76562 356.79547 407.70312Q356.15485 408.625 354.76422 408.625Q353.40485 408.625 352.7486 407.71875Q352.09235 406.8125 352.0611 405.0L352.0611 403.5625Q352.0611 401.67188 352.70172 400.76562Q353.35797 399.84375 354.7486 399.84375Q356.1236 399.84375 356.77985 400.73438Q357.4361 401.60938 357.45172 403.45312L357.45172 404.85938ZM356.35797 403.375Q356.35797 402.0 355.96735 401.375Q355.59235 400.73438 354.7486 400.73438Q353.92047 400.73438 353.52985 401.375Q353.15485 402.0 353.15485 403.29688L353.15485 405.03125Q353.15485 406.40625 353.54547 407.07812Q353.95172 407.73438 354.76422 407.73438Q355.5611 407.73438 355.95172 407.10938Q356.34235 406.48438 356.35797 405.15625L356.35797 403.375ZM358.9986 401.60938Q358.9986 400.84375 359.48297 400.34375Q359.98297 399.84375 360.7486 399.84375Q361.52985 399.84375 362.01422 400.34375Q362.4986 400.84375 362.4986 401.64062L362.4986 402.0625Q362.4986 402.82812 361.9986 403.32812Q361.51422 403.8125 360.76422 403.8125Q359.9986 403.8125 359.4986 403.32812Q358.9986 402.82812 358.9986 402.01562L358.9986 401.60938ZM359.8111 402.0625Q359.8111 402.51562 360.0611 402.8125Q360.32672 403.10938 360.76422 403.10938Q361.1861 403.10938 361.4361 402.82812Q361.6861 402.53125 361.6861 402.03125L361.6861 401.60938Q361.6861 401.15625 361.4361 400.85938Q361.1861 400.54688 360.7486 400.54688Q360.3111 400.54688 360.0611 400.85938Q359.8111 401.15625 359.8111 401.625L359.8111 402.0625ZM363.15485 406.40625Q363.15485 405.64062 363.63922 405.15625Q364.13922 404.65625 364.90485 404.65625Q365.67047 404.65625 366.15485 405.15625Q366.65485 405.64062 366.65485 406.45312L366.65485 406.85938Q366.65485 407.625 366.17047 408.125Q365.6861 408.625 364.92047 408.625Q364.15485 408.625 363.65485 408.14062Q363.15485 407.64062 363.15485 406.82812L363.15485 406.40625ZM363.96735 406.85938Q363.96735 407.32812 364.21735 407.625Q364.48297 407.92188 364.92047 407.92188Q365.34235 407.92188 365.59235 407.64062Q365.84235 407.34375 365.84235 406.84375L365.84235 406.40625Q365.84235 405.9375 365.57672 405.65625Q365.32672 405.35938 364.90485 405.35938Q364.48297 405.35938 364.21735 405.65625Q363.96735 405.9375 363.96735 406.4375L363.96735 406.85938ZM361.01422 407.85938L360.38922 407.46875L364.5611 400.79688L365.17047 401.1875L361.01422 407.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 399.96875L456.15106 400.875L455.94794 400.875Q454.6823 400.90625 453.9323 401.64062Q453.1823 402.35938 453.0573 403.67188Q453.7448 402.90625 454.90106 402.90625Q456.01044 402.90625 456.6823 403.6875Q457.3542 404.46875 457.3542 405.71875Q457.3542 407.03125 456.63544 407.82812Q455.9167 408.625 454.69794 408.625Q453.4792 408.625 452.71356 407.6875Q451.96356 406.73438 451.96356 405.25L451.96356 404.84375Q451.96356 402.48438 452.96356 401.23438Q453.96356 399.98438 455.94794 399.96875L456.15106 399.96875ZM454.7292 403.8125Q454.1667 403.8125 453.69794 404.14062Q453.2292 404.46875 453.0417 404.98438L453.0417 405.375Q453.0417 406.4375 453.51044 407.07812Q453.9948 407.71875 454.69794 407.71875Q455.4323 407.71875 455.8542 407.1875Q456.27606 406.64062 456.27606 405.76562Q456.27606 404.89062 455.8542 404.35938Q455.4323 403.8125 454.7292 403.8125ZM464.2448 404.85938Q464.2448 406.76562 463.58856 407.70312Q462.94794 408.625 461.5573 408.625Q460.19794 408.625 459.5417 407.71875Q458.88544 406.8125 458.8542 405.0L458.8542 403.5625Q458.8542 401.67188 459.4948 400.76562Q460.15106 399.84375 461.5417 399.84375Q462.9167 399.84375 463.57294 400.73438Q464.2292 401.60938 464.2448 403.45312L464.2448 404.85938ZM463.15106 403.375Q463.15106 402.0 462.76044 401.375Q462.38544 400.73438 461.5417 400.73438Q460.71356 400.73438 460.32294 401.375Q459.94794 402.0 459.94794 403.29688L459.94794 405.03125Q459.94794 406.40625 460.33856 407.07812Q460.7448 407.73438 461.5573 407.73438Q462.3542 407.73438 462.7448 407.10938Q463.13544 406.48438 463.15106 405.15625L463.15106 403.375ZM465.7917 401.60938Q465.7917 400.84375 466.27606 400.34375Q466.77606 399.84375 467.5417 399.84375Q468.32294 399.84375 468.8073 400.34375Q469.2917 400.84375 469.2917 401.64062L469.2917 402.0625Q469.2917 402.82812 468.7917 403.32812Q468.3073 403.8125 467.5573 403.8125Q466.7917 403.8125 466.2917 403.32812Q465.7917 402.82812 465.7917 402.01562L465.7917 401.60938ZM466.6042 402.0625Q466.6042 402.51562 466.8542 402.8125Q467.1198 403.10938 467.5573 403.10938Q467.9792 403.10938 468.2292 402.82812Q468.4792 402.53125 468.4792 402.03125L468.4792 401.60938Q468.4792 401.15625 468.2292 400.85938Q467.9792 400.54688 467.5417 400.54688Q467.1042 400.54688 466.8542 400.85938Q466.6042 401.15625 466.6042 401.625L466.6042 402.0625ZM469.94794 406.40625Q469.94794 405.64062 470.4323 405.15625Q470.9323 404.65625 471.69794 404.65625Q472.46356 404.65625 472.94794 405.15625Q473.44794 405.64062 473.44794 406.45312L473.44794 406.85938Q473.44794 407.625 472.96356 408.125Q472.4792 408.625 471.71356 408.625Q470.94794 408.625 470.44794 408.14062Q469.94794 407.64062 469.94794 406.82812L469.94794 406.40625ZM470.76044 406.85938Q470.76044 407.32812 471.01044 407.625Q471.27606 407.92188 471.71356 407.92188Q472.13544 407.92188 472.38544 407.64062Q472.63544 407.34375 472.63544 406.84375L472.63544 406.40625Q472.63544 405.9375 472.3698 405.65625Q472.1198 405.35938 471.69794 405.35938Q471.27606 405.35938 471.01044 405.65625Q470.76044 405.9375 470.76044 406.4375L470.76044 406.85938ZM467.8073 407.85938L467.1823 407.46875L471.3542 400.79688L471.96356 401.1875L467.8073 407.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 402.1875Q563.866 402.82812 563.5223 403.32812Q563.1785 403.82812 562.616 404.10938Q563.2723 404.39062 563.6629 404.95312Q564.0535 405.5 564.0535 406.20312Q564.0535 407.29688 563.3035 407.96875Q562.56915 408.625 561.3504 408.625Q560.116 408.625 559.366 407.96875Q558.63165 407.29688 558.63165 406.20312Q558.63165 405.5 559.00665 404.95312Q559.38165 404.39062 560.0535 404.10938Q559.491 403.82812 559.1629 403.32812Q558.8348 402.82812 558.8348 402.1875Q558.8348 401.10938 559.5223 400.48438Q560.2098 399.84375 561.3504 399.84375Q562.4754 399.84375 563.1629 400.48438Q563.866 401.10938 563.866 402.1875ZM562.9754 406.17188Q562.9754 405.45312 562.5223 405.01562Q562.06915 404.5625 561.3348 404.5625Q560.6004 404.5625 560.1473 405.01562Q559.7098 405.45312 559.7098 406.1875Q559.7098 406.90625 560.1473 407.32812Q560.5848 407.73438 561.3504 407.73438Q562.1004 407.73438 562.5379 407.3125Q562.9754 406.89062 562.9754 406.17188ZM561.3504 400.73438Q560.7098 400.73438 560.3035 401.14062Q559.9129 401.53125 559.9129 402.21875Q559.9129 402.85938 560.3035 403.26562Q560.69415 403.67188 561.3348 403.67188Q561.991 403.67188 562.38165 403.26562Q562.7723 402.85938 562.7723 402.21875Q562.7723 401.5625 562.366 401.15625Q561.9598 400.73438 561.3504 400.73438ZM571.0379 404.85938Q571.0379 406.76562 570.38165 407.70312Q569.741 408.625 568.3504 408.625Q566.991 408.625 566.3348 407.71875Q565.6785 406.8125 565.6473 405.0L565.6473 403.5625Q565.6473 401.67188 566.2879 400.76562Q566.94415 399.84375 568.3348 399.84375Q569.7098 399.84375 570.366 400.73438Q571.0223 401.60938 571.0379 403.45312L571.0379 404.85938ZM569.94415 403.375Q569.94415 402.0 569.5535 401.375Q569.1785 400.73438 568.3348 400.73438Q567.50665 400.73438 567.116 401.375Q566.741 402.0 566.741 403.29688L566.741 405.03125Q566.741 406.40625 567.13165 407.07812Q567.5379 407.73438 568.3504 407.73438Q569.1473 407.73438 569.5379 407.10938Q569.9285 406.48438 569.94415 405.15625L569.94415 403.375ZM572.5848 401.60938Q572.5848 400.84375 573.06915 400.34375Q573.56915 399.84375 574.3348 399.84375Q575.116 399.84375 575.6004 400.34375Q576.0848 400.84375 576.0848 401.64062L576.0848 402.0625Q576.0848 402.82812 575.5848 403.32812Q575.1004 403.8125 574.3504 403.8125Q573.5848 403.8125 573.0848 403.32812Q572.5848 402.82812 572.5848 402.01562L572.5848 401.60938ZM573.3973 402.0625Q573.3973 402.51562 573.6473 402.8125Q573.9129 403.10938 574.3504 403.10938Q574.7723 403.10938 575.0223 402.82812Q575.2723 402.53125 575.2723 402.03125L575.2723 401.60938Q575.2723 401.15625 575.0223 400.85938Q574.7723 400.54688 574.3348 400.54688Q573.8973 400.54688 573.6473 400.85938Q573.3973 401.15625 573.3973 401.625L573.3973 402.0625ZM576.741 406.40625Q576.741 405.64062 577.2254 405.15625Q577.7254 404.65625 578.491 404.65625Q579.25665 404.65625 579.741 405.15625Q580.241 405.64062 580.241 406.45312L580.241 406.85938Q580.241 407.625 579.75665 408.125Q579.2723 408.625 578.50665 408.625Q577.741 408.625 577.241 408.14062Q576.741 407.64062 576.741 406.82812L576.741 406.40625ZM577.5535 406.85938Q577.5535 407.32812 577.8035 407.625Q578.06915 407.92188 578.50665 407.92188Q578.9285 407.92188 579.1785 407.64062Q579.4285 407.34375 579.4285 406.84375L579.4285 406.40625Q579.4285 405.9375 579.1629 405.65625Q578.9129 405.35938 578.491 405.35938Q578.06915 405.35938 577.8035 405.65625Q577.5535 405.9375 577.5535 406.4375L577.5535 406.85938ZM574.6004 407.85938L573.9754 407.46875L578.1473 400.79688L578.75665 401.1875L574.6004 407.85938Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.0 449.85126C212.0 449.29898 212.44771 448.85126 213.0 448.85126L223.0 448.85126C223.55229 448.85126 224.0 449.29898 224.0 449.85126L224.0 459.85126C224.0 460.40353 223.55229 460.85126 223.0 460.85126L213.0 460.85126C212.44771 460.85126 212.0 460.40353 212.0 459.85126Z" fill-rule="nonzero"/><path fill="#666666" d="M238.29688 459.35126L232.70312 459.35126L232.70312 458.57L235.65625 455.28876Q236.3125 454.53876 236.5625 454.08563Q236.8125 453.61688 236.8125 453.11688Q236.8125 452.445 236.40625 452.02313Q236.01562 451.58563 235.32812 451.58563Q234.53125 451.58563 234.07812 452.05438Q233.625 452.5075 233.625 453.33563L232.54688 453.33563Q232.54688 452.14813 233.29688 451.42938Q234.0625 450.695 235.32812 450.695Q236.53125 450.695 237.21875 451.32Q237.90625 451.945 237.90625 452.99188Q237.90625 454.24188 236.29688 455.99188L234.01562 458.46063L238.29688 458.46063L238.29688 459.35126ZM245.0625 455.71063Q245.0625 457.61688 244.40625 458.55438Q243.76562 459.47626 242.375 459.47626Q241.01562 459.47626 240.35938 458.57Q239.70312 457.66376 239.67188 455.85126L239.67188 454.41376Q239.67188 452.52313 240.3125 451.61688Q240.96875 450.695 242.35938 450.695Q243.73438 450.695 244.39062 451.58563Q245.04688 452.46063 245.0625 454.30438L245.0625 455.71063ZM243.96875 454.22626Q243.96875 452.85126 243.57812 452.22626Q243.20312 451.58563 242.35938 451.58563Q241.53125 451.58563 241.14062 452.22626Q240.76562 452.85126 240.76562 454.14813L240.76562 455.8825Q240.76562 457.2575 241.15625 457.92938Q241.5625 458.58563 242.375 458.58563Q243.17188 458.58563 243.5625 457.96063Q243.95312 457.33563 243.96875 456.0075L243.96875 454.22626ZM250.26562 459.35126L249.1875 459.35126L249.1875 452.1325L247.0 452.92938L247.0 451.945L250.10938 450.77313L250.26562 450.77313L250.26562 459.35126ZM257.96875 450.82L257.96875 451.72626L257.76562 451.72626Q256.5 451.7575 255.75 452.49188Q255.0 453.21063 254.875 454.52313Q255.5625 453.7575 256.71875 453.7575Q257.82812 453.7575 258.5 454.53876Q259.17188 455.32 259.17188 456.57Q259.17188 457.8825 258.45312 458.67938Q257.73438 459.47626 256.51562 459.47626Q255.29688 459.47626 254.53125 458.53876Q253.78125 457.58563 253.78125 456.10126L253.78125 455.695Q253.78125 453.33563 254.78125 452.08563Q255.78125 450.83563 257.76562 450.82L257.96875 450.82ZM256.54688 454.66376Q255.98438 454.66376 255.51562 454.99188Q255.04688 455.32 254.85938 455.83563L254.85938 456.22626Q254.85938 457.28876 255.32812 457.92938Q255.8125 458.57 256.51562 458.57Q257.25 458.57 257.67188 458.03876Q258.09375 457.49188 258.09375 456.61688Q258.09375 455.74188 257.67188 455.21063Q257.25 454.66376 256.54688 454.66376Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.0 449.85126C276.0 449.29898 276.44772 448.85126 277.0 448.85126L287.0 448.85126C287.55228 448.85126 288.0 449.29898 288.0 449.85126L288.0 459.85126C288.0 460.40353 287.55228 460.85126 287.0 460.85126L277.0 460.85126C276.44772 460.85126 276.0 460.40353 276.0 459.85126Z" fill-rule="nonzero"/><path fill="#666666" d="M302.29688 459.35126L296.70312 459.35126L296.70312 458.57L299.65625 455.28876Q300.3125 454.53876 300.5625 454.08563Q300.8125 453.61688 300.8125 453.11688Q300.8125 452.445 300.40625 452.02313Q300.01562 451.58563 299.32812 451.58563Q298.53125 451.58563 298.07812 452.05438Q297.625 452.5075 297.625 453.33563L296.54688 453.33563Q296.54688 452.14813 297.29688 451.42938Q298.0625 450.695 299.32812 450.695Q300.53125 450.695 301.21875 451.32Q301.90625 451.945 301.90625 452.99188Q301.90625 454.24188 300.29688 455.99188L298.01562 458.46063L302.29688 458.46063L302.29688 459.35126ZM309.0625 455.71063Q309.0625 457.61688 308.40625 458.55438Q307.76562 459.47626 306.375 459.47626Q305.01562 459.47626 304.35938 458.57Q303.70312 457.66376 303.67188 455.85126L303.67188 454.41376Q303.67188 452.52313 304.3125 451.61688Q304.96875 450.695 306.35938 450.695Q307.73438 450.695 308.39062 451.58563Q309.04688 452.46063 309.0625 454.30438L309.0625 455.71063ZM307.96875 454.22626Q307.96875 452.85126 307.57812 452.22626Q307.20312 451.58563 306.35938 451.58563Q305.53125 451.58563 305.14062 452.22626Q304.76562 452.85126 304.76562 454.14813L304.76562 455.8825Q304.76562 457.2575 305.15625 457.92938Q305.5625 458.58563 306.375 458.58563Q307.17188 458.58563 307.5625 457.96063Q307.95312 457.33563 307.96875 456.0075L307.96875 454.22626ZM314.26562 459.35126L313.1875 459.35126L313.1875 452.1325L311.0 452.92938L311.0 451.945L314.10938 450.77313L314.26562 450.77313L314.26562 459.35126ZM323.21875 451.42938L319.6875 459.35126L318.54688 459.35126L322.0625 451.71063L317.45312 451.71063L317.45312 450.82L323.21875 450.82L323.21875 451.42938Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.0 449.85126C340.0 449.29898 340.44772 448.85126 341.0 448.85126L351.0 448.85126C351.55228 448.85126 352.0 449.29898 352.0 449.85126L352.0 459.85126C352.0 460.40353 351.55228 460.85126 351.0 460.85126L341.0 460.85126C340.44772 460.85126 340.0 460.40353 340.0 459.85126Z" fill-rule="nonzero"/><path fill="#666666" d="M366.29688 459.35126L360.70312 459.35126L360.70312 458.57L363.65625 455.28876Q364.3125 454.53876 364.5625 454.08563Q364.8125 453.61688 364.8125 453.11688Q364.8125 452.445 364.40625 452.02313Q364.01562 451.58563 363.32812 451.58563Q362.53125 451.58563 362.07812 452.05438Q361.625 452.5075 361.625 453.33563L360.54688 453.33563Q360.54688 452.14813 361.29688 451.42938Q362.0625 450.695 363.32812 450.695Q364.53125 450.695 365.21875 451.32Q365.90625 451.945 365.90625 452.99188Q365.90625 454.24188 364.29688 455.99188L362.01562 458.46063L366.29688 458.46063L366.29688 459.35126ZM373.0625 455.71063Q373.0625 457.61688 372.40625 458.55438Q371.76562 459.47626 370.375 459.47626Q369.01562 459.47626 368.35938 458.57Q367.70312 457.66376 367.67188 455.85126L367.67188 454.41376Q367.67188 452.52313 368.3125 451.61688Q368.96875 450.695 370.35938 450.695Q371.73438 450.695 372.39062 451.58563Q373.04688 452.46063 373.0625 454.30438L373.0625 455.71063ZM371.96875 454.22626Q371.96875 452.85126 371.57812 452.22626Q371.20312 451.58563 370.35938 451.58563Q369.53125 451.58563 369.14062 452.22626Q368.76562 452.85126 368.76562 454.14813L368.76562 455.8825Q368.76562 457.2575 369.15625 457.92938Q369.5625 458.58563 370.375 458.58563Q371.17188 458.58563 371.5625 457.96063Q371.95312 457.33563 371.96875 456.0075L371.96875 454.22626ZM378.26562 459.35126L377.1875 459.35126L377.1875 452.1325L375.0 452.92938L375.0 451.945L378.10938 450.77313L378.26562 450.77313L378.26562 459.35126ZM386.89062 453.03876Q386.89062 453.67938 386.54688 454.17938Q386.20312 454.67938 385.64062 454.96063Q386.29688 455.24188 386.6875 455.80438Q387.07812 456.35126 387.07812 457.05438Q387.07812 458.14813 386.32812 458.82Q385.59375 459.47626 384.375 459.47626Q383.14062 459.47626 382.39062 458.82Q381.65625 458.14813 381.65625 457.05438Q381.65625 456.35126 382.03125 455.80438Q382.40625 455.24188 383.07812 454.96063Q382.51562 454.67938 382.1875 454.17938Q381.85938 453.67938 381.85938 453.03876Q381.85938 451.96063 382.54688 451.33563Q383.23438 450.695 384.375 450.695Q385.5 450.695 386.1875 451.33563Q386.89062 451.96063 386.89062 453.03876ZM386.0 457.02313Q386.0 456.30438 385.54688 455.86688Q385.09375 455.41376 384.35938 455.41376Q383.625 455.41376 383.17188 455.86688Q382.73438 456.30438 382.73438 457.03876Q382.73438 457.7575 383.17188 458.17938Q383.60938 458.58563 384.375 458.58563Q385.125 458.58563 385.5625 458.16376Q386.0 457.74188 386.0 457.02313ZM384.375 451.58563Q383.73438 451.58563 383.32812 451.99188Q382.9375 452.3825 382.9375 453.07Q382.9375 453.71063 383.32812 454.11688Q383.71875 454.52313 384.35938 454.52313Q385.01562 454.52313 385.40625 454.11688Q385.79688 453.71063 385.79688 453.07Q385.79688 452.41376 385.39062 452.0075Q384.98438 451.58563 384.375 451.58563Z" fill-rule="nonzero"/><path fill="#666666" d="M26.5125 36.95L25.2 36.95L25.2 26.996876L26.5125 26.996876L26.5125 36.95ZM29.684376 27.215626L29.54375 29.73125L28.653126 29.73125L28.66875 26.45L29.684376 26.45L29.684376 27.215626ZM33.340626 35.23125L35.184376 29.559376L36.465626 29.559376L33.825 36.95L32.85625 36.95L30.16875 29.559376L31.465626 29.559376L33.340626 35.23125ZM40.98125 37.090626Q39.465626 37.090626 38.528126 36.10625Q37.590626 35.10625 37.590626 33.45L37.590626 33.23125Q37.590626 32.121876 38.0125 31.2625Q38.434376 30.3875 39.184376 29.903126Q39.934376 29.41875 40.825 29.41875Q42.2625 29.41875 43.059376 30.371876Q43.85625 31.309376 43.85625 33.090626L43.85625 33.60625L38.85625 33.60625Q38.871876 34.7 39.48125 35.3875Q40.10625 36.059376 41.04375 36.059376Q41.715626 36.059376 42.16875 35.79375Q42.6375 35.5125 42.996876 35.059376L43.7625 35.653126Q42.840626 37.090626 40.98125 37.090626ZM40.825 30.45Q40.059376 30.45 39.528126 31.0125Q39.0125 31.575 38.8875 32.575L42.590626 32.575L42.590626 32.48125Q42.54375 31.5125 42.075 30.98125Q41.60625 30.45 40.825 30.45ZM52.48125 36.215626Q51.73125 37.090626 50.309376 37.090626Q49.121876 37.090626 48.496876 36.403126Q47.8875 35.715626 47.8875 34.371876L47.8875 29.559376L49.1375 29.559376L49.1375 34.325Q49.1375 36.0125 50.5125 36.0125Q51.965626 36.0125 52.434376 34.934376L52.434376 29.559376L53.7 29.559376L53.7 36.95L52.496876 36.95L52.48125 36.215626ZM60.215626 34.98125Q60.215626 34.48125 59.825 34.2Q59.434376 33.903126 58.48125 33.7Q57.528126 33.496876 56.95 33.215626Q56.3875 32.91875 56.121876 32.528126Q55.85625 32.1375 55.85625 31.590626Q55.85625 30.66875 56.621876 30.04375Q57.3875 29.41875 58.590626 29.41875Q59.840626 29.41875 60.621876 30.075Q61.403126 30.715626 61.403126 31.73125L60.1375 31.73125Q60.1375 31.2 59.7 30.825Q59.2625 30.45 58.590626 30.45Q57.903126 30.45 57.5125 30.7625Q57.121876 31.059376 57.121876 31.54375Q57.121876 31.996876 57.48125 32.23125Q57.840626 32.465626 58.778126 32.684376Q59.73125 32.8875 60.325 33.184376Q60.91875 33.48125 61.2 33.903126Q61.48125 34.309376 61.48125 34.903126Q61.48125 35.8875 60.684376 36.496876Q59.8875 37.090626 58.621876 37.090626Q57.746876 37.090626 57.059376 36.778126Q56.371876 36.45 55.98125 35.8875Q55.60625 35.325 55.60625 34.66875L56.871876 34.66875Q56.903126 35.309376 57.371876 35.684376Q57.85625 36.059376 58.621876 36.059376Q59.340626 36.059376 59.778126 35.7625Q60.215626 35.465626 60.215626 34.98125ZM65.98125 37.090626Q64.46562 37.090626 63.528126 36.10625Q62.590626 35.10625 62.590626 33.45L62.590626 33.23125Q62.590626 32.121876 63.0125 31.2625Q63.434376 30.3875 64.18437 29.903126Q64.93437 29.41875 65.825 29.41875Q67.2625 29.41875 68.05937 30.371876Q68.85625 31.309376 68.85625 33.090626L68.85625 33.60625L63.85625 33.60625Q63.871876 34.7 64.48125 35.3875Q65.10625 36.059376 66.04375 36.059376Q66.71562 36.059376 67.16875 35.79375Q67.6375 35.5125 67.99687 35.059376L68.7625 35.653126Q67.84062 37.090626 65.98125 37.090626ZM65.825 30.45Q65.05937 30.45 64.52812 31.0125Q64.0125 31.575 63.8875 32.575L67.59062 32.575L67.59062 32.48125Q67.54375 31.5125 67.075 30.98125Q66.60625 30.45 65.825 30.45ZM69.60625 33.184376Q69.60625 31.48125 70.40312 30.45Q71.21562 29.41875 72.5125 29.41875Q73.825 29.41875 74.575 30.309376L74.575 26.45L75.84062 26.45L75.84062 36.95L74.68437 36.95L74.62187 36.153126Q73.85625 37.090626 72.5125 37.090626Q71.21562 37.090626 70.40312 36.04375Q69.60625 34.98125 69.60625 33.278126L69.60625 33.184376ZM70.87187 33.340626Q70.87187 34.590626 71.3875 35.309376Q71.90312 36.0125 72.825 36.0125Q74.02812 36.0125 74.575 34.934376L74.575 31.528126Q74.0125 30.496876 72.84062 30.496876Q71.90312 30.496876 71.3875 31.215626Q70.87187 31.91875 70.87187 33.340626ZM88.45 35.6375Q87.95 36.371876 87.04375 36.73125Q86.1375 37.090626 84.93437 37.090626Q83.71562 37.090626 82.7625 36.528126Q81.825 35.95 81.30937 34.903126Q80.79375 33.840626 80.77812 32.45L80.77812 31.590626Q80.77812 29.340626 81.825 28.10625Q82.8875 26.85625 84.77812 26.85625Q86.34062 26.85625 87.29375 27.653126Q88.24687 28.45 88.45 29.91875L87.1375 29.91875Q86.77812 27.934376 84.79375 27.934376Q83.46562 27.934376 82.77812 28.871876Q82.10625 29.79375 82.10625 31.54375L82.10625 32.35625Q82.10625 34.04375 82.87187 35.028126Q83.6375 36.0125 84.93437 36.0125Q85.68437 36.0125 86.23125 35.85625Q86.79375 35.684376 87.15312 35.29375L87.15312 33.059376L84.84062 33.059376L84.84062 31.996876L88.45 31.996876L88.45 35.6375ZM90.575 33.184376Q90.575 32.090626 90.99687 31.23125Q91.43437 30.35625 92.18437 29.8875Q92.95 29.41875 93.93437 29.41875Q95.43437 29.41875 96.37187 30.465626Q97.30937 31.5125 97.30937 33.246876L97.30937 33.340626Q97.30937 34.41875 96.8875 35.278126Q96.48125 36.121876 95.7 36.60625Q94.93437 37.090626 93.95 37.090626Q92.43437 37.090626 91.49687 36.04375Q90.575 34.996876 90.575 33.278126L90.575 33.184376ZM91.84062 33.340626Q91.84062 34.559376 92.40312 35.309376Q92.98125 36.059376 93.95 36.059376Q94.90312 36.059376 95.46562 35.309376Q96.04375 34.54375 96.04375 33.184376Q96.04375 31.965626 95.46562 31.215626Q94.8875 30.45 93.93437 30.45Q92.99687 30.45 92.41875 31.2Q91.84062 31.95 91.84062 33.340626ZM102.52812 36.95L102.52812 30.528126L101.35625 30.528126L101.35625 29.559376L102.52812 29.559376L102.52812 28.79375Q102.52812 27.60625 103.15312 26.965626Q103.79375 26.309376 104.96562 26.309376Q105.40312 26.309376 105.825 26.41875L105.7625 27.45Q105.43437 27.3875 105.075 27.3875Q104.46562 27.3875 104.12187 27.746876Q103.79375 28.10625 103.79375 28.778126L103.79375 29.559376L105.37187 29.559376L105.37187 30.528126L103.79375 30.528126L103.79375 36.95L102.52812 36.95ZM106.575 33.184376Q106.575 32.090626 106.99687 31.23125Q107.43437 30.35625 108.18437 29.8875Q108.95 29.41875 109.93437 29.41875Q111.43437 29.41875 112.37187 30.465626Q113.30937 31.5125 113.30937 33.246876L113.30937 33.340626Q113.30937 34.41875 112.8875 35.278126Q112.48125 36.121876 111.7 36.60625Q110.93437 37.090626 109.95 37.090626Q108.43437 37.090626 107.49687 36.04375Q106.575 34.996876 106.575 33.278126L106.575 33.184376ZM107.84062 33.340626Q107.84062 34.559376 108.40312 35.309376Q108.98125 36.059376 109.95 36.059376Q110.90312 36.059376 111.46562 35.309376Q112.04375 34.54375 112.04375 33.184376Q112.04375 31.965626 111.46562 31.215626Q110.8875 30.45 109.93437 30.45Q108.99687 30.45 108.41875 31.2Q107.84062 31.95 107.84062 33.340626ZM118.48125 30.684376Q118.2 30.6375 117.85625 30.6375Q116.62187 30.6375 116.16875 31.7L116.16875 36.95L114.90312 36.95L114.90312 29.559376L116.1375 29.559376L116.15312 30.403126Q116.77812 29.41875 117.91875 29.41875Q118.29375 29.41875 118.48125 29.5125L118.48125 30.684376ZM119.93437 36.29375Q119.93437 35.965626 120.12187 35.746876Q120.325 35.528126 120.71562 35.528126Q121.10625 35.528126 121.30937 35.746876Q121.5125 35.965626 121.5125 36.29375Q121.5125 36.60625 121.30937 36.825Q121.10625 37.028126 120.71562 37.028126Q120.325 37.028126 120.12187 36.825Q119.93437 36.60625 119.93437 36.29375ZM119.93437 30.29375Q119.93437 29.965626 120.12187 29.746876Q120.325 29.528126 120.71562 29.528126Q121.10625 29.528126 121.30937 29.746876Q121.5125 29.965626 121.5125 30.29375Q121.5125 30.60625 121.30937 30.825Q121.10625 31.028126 120.71562 31.028126Q120.325 31.028126 120.12187 30.825Q119.93437 30.60625 119.93437 30.29375Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig6.svg b/_content/survey2018/fig6.svg
deleted file mode 100644
index cefb906..0000000
--- a/_content/survey2018/fig6.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 626.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="626" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M92.5 64.5L92.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M188.5 64.5L188.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M283.5 64.5L283.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M379.5 64.5L379.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M474.5 64.5L474.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 64.5L570.5 529.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M92.68945 64.0L570.0 64.0L570.0 529.5L92.68945 529.5L92.68945 64.0Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 88.0L93.0 72.0L398.0 72.0L398.0 88.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 88.0L93.0 72.0L398.0 72.0L398.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 112.0L93.0 96.0L131.0 96.0L131.0 112.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 112.0L93.0 96.0L131.0 96.0L131.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 136.0L93.0 120.0L112.0 120.0L112.0 136.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 136.0L93.0 120.0L112.0 120.0L112.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 160.0L93.0 144.0L107.0 144.0L107.0 160.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 160.0L93.0 144.0L107.0 144.0L107.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 184.0L93.0 168.0L102.0 168.0L102.0 184.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 184.0L93.0 168.0L102.0 168.0L102.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 209.0L93.0 193.0L102.0 193.0L102.0 209.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 209.0L93.0 193.0L102.0 193.0L102.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 233.0L93.0 217.0L102.0 217.0L102.0 233.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 233.0L93.0 217.0L102.0 217.0L102.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 257.0L93.0 241.0L97.0 241.0L97.0 257.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 257.0L93.0 241.0L97.0 241.0L97.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 281.0L93.0 265.0L97.0 265.0L97.0 281.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 281.0L93.0 265.0L97.0 265.0L97.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 305.0L93.0 289.0L97.0 289.0L97.0 305.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 305.0L93.0 289.0L97.0 289.0L97.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 329.0L93.0 313.0L97.0 313.0L97.0 329.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 329.0L93.0 313.0L97.0 313.0L97.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 353.0L93.0 337.0L97.0 337.0L97.0 353.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 353.0L93.0 337.0L97.0 337.0L97.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 377.0L93.0 361.0L97.0 361.0L97.0 377.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 377.0L93.0 361.0L97.0 361.0L97.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 401.0L93.0 385.0L97.0 385.0L97.0 401.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 401.0L93.0 385.0L97.0 385.0L97.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 425.0L93.0 409.0L96.0 409.0L96.0 425.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 425.0L93.0 409.0L96.0 409.0L96.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 449.0L93.0 433.0L96.0 433.0L96.0 449.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 449.0L93.0 433.0L96.0 433.0L96.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 473.0L93.0 457.0L95.0 457.0L95.0 473.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 473.0L93.0 457.0L95.0 457.0L95.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 497.0L93.0 481.0L95.0 481.0L95.0 497.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 497.0L93.0 481.0L95.0 481.0L95.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 521.0L93.0 505.0L102.0 505.0L102.0 521.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 521.0L93.0 505.0L102.0 505.0L102.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M398.0 88.0L398.0 72.0L489.0 72.0L489.0 88.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M398.0 88.0L398.0 72.0L489.0 72.0L489.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M131.0 112.0L131.0 96.0L217.0 96.0L217.0 112.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M131.0 112.0L131.0 96.0L217.0 96.0L217.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 136.0L112.0 120.0L140.0 120.0L140.0 136.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M112.0 136.0L112.0 120.0L140.0 120.0L140.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 160.0L107.0 144.0L150.0 144.0L150.0 160.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M107.0 160.0L107.0 144.0L150.0 144.0L150.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 184.0L102.0 168.0L131.0 168.0L131.0 184.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 184.0L102.0 168.0L131.0 168.0L131.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 209.0L102.0 193.0L121.0 193.0L121.0 209.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 209.0L102.0 193.0L121.0 193.0L121.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 233.0L102.0 217.0L117.0 217.0L117.0 233.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 233.0L102.0 217.0L117.0 217.0L117.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 257.0L97.0 241.0L126.0 241.0L126.0 257.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 257.0L97.0 241.0L126.0 241.0L126.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 281.0L97.0 265.0L117.0 265.0L117.0 281.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 281.0L97.0 265.0L117.0 265.0L117.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 305.0L97.0 289.0L112.0 289.0L112.0 305.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 305.0L97.0 289.0L112.0 289.0L112.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 329.0L97.0 313.0L107.0 313.0L107.0 329.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 329.0L97.0 313.0L107.0 313.0L107.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 353.0L97.0 337.0L107.0 337.0L107.0 353.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 353.0L97.0 337.0L107.0 337.0L107.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 377.0L97.0 361.0L102.0 361.0L102.0 377.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 377.0L97.0 361.0L102.0 361.0L102.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 401.0L97.0 385.0L100.0 385.0L100.0 401.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 401.0L97.0 385.0L100.0 385.0L100.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M96.0 425.0L96.0 409.0L101.0 409.0L101.0 425.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M96.0 425.0L96.0 409.0L101.0 409.0L101.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M96.0 449.0L96.0 433.0L100.0 433.0L100.0 449.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M96.0 449.0L96.0 433.0L100.0 433.0L100.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M95.0 473.0L95.0 457.0L109.0 457.0L109.0 473.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M95.0 473.0L95.0 457.0L109.0 457.0L109.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M95.0 497.0L95.0 481.0L100.0 481.0L100.0 497.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M95.0 497.0L95.0 481.0L100.0 481.0L100.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 521.0L102.0 505.0L121.0 505.0L121.0 521.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 521.0L102.0 505.0L121.0 505.0L121.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M489.0 88.0L489.0 72.0L517.0 72.0L517.0 88.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M489.0 88.0L489.0 72.0L517.0 72.0L517.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M217.0 112.0L217.0 96.0L284.0 96.0L284.0 112.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M217.0 112.0L217.0 96.0L284.0 96.0L284.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 136.0L140.0 120.0L160.0 120.0L160.0 136.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M140.0 136.0L140.0 120.0L160.0 120.0L160.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 160.0L150.0 144.0L198.0 144.0L198.0 160.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M150.0 160.0L150.0 144.0L198.0 144.0L198.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M131.0 184.0L131.0 168.0L164.0 168.0L164.0 184.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M131.0 184.0L131.0 168.0L164.0 168.0L164.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M121.0 209.0L121.0 193.0L140.0 193.0L140.0 209.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M121.0 209.0L121.0 193.0L140.0 193.0L140.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M117.0 233.0L117.0 217.0L131.0 217.0L131.0 233.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M117.0 233.0L117.0 217.0L131.0 217.0L131.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 257.0L126.0 241.0L160.0 241.0L160.0 257.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M126.0 257.0L126.0 241.0L160.0 241.0L160.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M117.0 281.0L117.0 265.0L136.0 265.0L136.0 281.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M117.0 281.0L117.0 265.0L136.0 265.0L136.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 305.0L112.0 289.0L136.0 289.0L136.0 305.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M112.0 305.0L112.0 289.0L136.0 289.0L136.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 329.0L107.0 313.0L121.0 313.0L121.0 329.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M107.0 329.0L107.0 313.0L121.0 313.0L121.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 353.0L107.0 337.0L117.0 337.0L117.0 353.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M107.0 353.0L107.0 337.0L117.0 337.0L117.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 377.0L102.0 361.0L107.0 361.0L107.0 377.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M102.0 377.0L102.0 361.0L107.0 361.0L107.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M100.0 401.0L100.0 385.0L104.0 385.0L104.0 401.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M100.0 401.0L100.0 385.0L104.0 385.0L104.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M101.0 425.0L101.0 409.0L106.0 409.0L106.0 425.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M101.0 425.0L101.0 409.0L106.0 409.0L106.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M100.0 449.0L100.0 433.0L105.0 433.0L105.0 449.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M100.0 449.0L100.0 433.0L105.0 433.0L105.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M109.0 473.0L109.0 457.0L138.0 457.0L138.0 473.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M109.0 473.0L109.0 457.0L138.0 457.0L138.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M100.0 497.0L100.0 481.0L105.0 481.0L105.0 497.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M100.0 497.0L100.0 481.0L105.0 481.0L105.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M121.0 521.0L121.0 505.0L145.0 505.0L145.0 521.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M121.0 521.0L121.0 505.0L145.0 505.0L145.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M517.0 88.0L517.0 72.0L527.0 72.0L527.0 88.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M517.0 88.0L517.0 72.0L527.0 72.0L527.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M284.0 112.0L284.0 96.0L322.0 96.0L322.0 112.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M284.0 112.0L284.0 96.0L322.0 96.0L322.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M160.0 136.0L160.0 120.0L174.0 120.0L174.0 136.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M160.0 136.0L160.0 120.0L174.0 120.0L174.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M198.0 160.0L198.0 144.0L236.0 144.0L236.0 160.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M198.0 160.0L198.0 144.0L236.0 144.0L236.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M164.0 184.0L164.0 168.0L193.0 168.0L193.0 184.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M164.0 184.0L164.0 168.0L193.0 168.0L193.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 209.0L140.0 193.0L155.0 193.0L155.0 209.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M140.0 209.0L140.0 193.0L155.0 193.0L155.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M131.0 233.0L131.0 217.0L145.0 217.0L145.0 233.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M131.0 233.0L131.0 217.0L145.0 217.0L145.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M160.0 257.0L160.0 241.0L193.0 241.0L193.0 257.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M160.0 257.0L160.0 241.0L193.0 241.0L193.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 281.0L136.0 265.0L150.0 265.0L150.0 281.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M136.0 281.0L136.0 265.0L150.0 265.0L150.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 305.0L136.0 289.0L160.0 289.0L160.0 305.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M136.0 305.0L136.0 289.0L160.0 289.0L160.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M121.0 329.0L121.0 313.0L136.0 313.0L136.0 329.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M121.0 329.0L121.0 313.0L136.0 313.0L136.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M117.0 353.0L117.0 337.0L121.0 337.0L121.0 353.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M117.0 353.0L117.0 337.0L121.0 337.0L121.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 377.0L107.0 361.0L111.0 361.0L111.0 377.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M107.0 377.0L107.0 361.0L111.0 361.0L111.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M104.0 401.0L104.0 385.0L108.0 385.0L108.0 401.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M104.0 401.0L104.0 385.0L108.0 385.0L108.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M106.0 425.0L106.0 409.0L110.0 409.0L110.0 425.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M106.0 425.0L106.0 409.0L110.0 409.0L110.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M105.0 449.0L105.0 433.0L110.0 433.0L110.0 449.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M105.0 449.0L105.0 433.0L110.0 433.0L110.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 473.0L138.0 457.0L162.0 457.0L162.0 473.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M138.0 473.0L138.0 457.0L162.0 457.0L162.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M105.0 497.0L105.0 481.0L109.0 481.0L109.0 497.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M105.0 497.0L105.0 481.0L109.0 481.0L109.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 521.0L145.0 505.0L169.0 505.0L169.0 521.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M145.0 521.0L145.0 505.0L169.0 505.0L169.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M527.0 88.0L527.0 72.0L535.0 72.0C536.10455 72.0 537.0 72.89543 537.0 74.0L537.0 86.0C537.0 87.10457 536.10455 88.0 535.0 88.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M527.0 88.0L527.0 72.0L535.0 72.0C536.10455 72.0 537.0 72.89543 537.0 74.0L537.0 86.0C537.0 87.10457 536.10455 88.0 535.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M322.0 112.0L322.0 96.0L344.0 96.0C345.10458 96.0 346.0 96.89543 346.0 98.0L346.0 110.0C346.0 111.10457 345.10458 112.0 344.0 112.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M322.0 112.0L322.0 96.0L344.0 96.0C345.10458 96.0 346.0 96.89543 346.0 98.0L346.0 110.0C346.0 111.10457 345.10458 112.0 344.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 136.0L174.0 120.0L181.0 120.0C182.10457 120.0 183.0 120.89543 183.0 122.0L183.0 134.0C183.0 135.10457 182.10457 136.0 181.0 136.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M174.0 136.0L174.0 120.0L181.0 120.0C182.10457 120.0 183.0 120.89543 183.0 122.0L183.0 134.0C183.0 135.10457 182.10457 136.0 181.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M236.0 160.0L236.0 144.0L272.0 144.0C273.10458 144.0 274.0 144.89543 274.0 146.0L274.0 158.0C274.0 159.10457 273.10458 160.0 272.0 160.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M236.0 160.0L236.0 144.0L272.0 144.0C273.10458 144.0 274.0 144.89543 274.0 146.0L274.0 158.0C274.0 159.10457 273.10458 160.0 272.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 184.0L193.0 168.0L220.0 168.0C221.10457 168.0 222.0 168.89543 222.0 170.0L222.0 182.0C222.0 183.10457 221.10457 184.0 220.0 184.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M193.0 184.0L193.0 168.0L220.0 168.0C221.10457 168.0 222.0 168.89543 222.0 170.0L222.0 182.0C222.0 183.10457 221.10457 184.0 220.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M155.0 209.0L155.0 193.0L162.0 193.0C163.10457 193.0 164.0 193.89543 164.0 195.0L164.0 207.0C164.0 208.10457 163.10457 209.0 162.0 209.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M155.0 209.0L155.0 193.0L162.0 193.0C163.10457 193.0 164.0 193.89543 164.0 195.0L164.0 207.0C164.0 208.10457 163.10457 209.0 162.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 233.0L145.0 217.0L148.0 217.0C149.10457 217.0 150.0 217.89543 150.0 219.0L150.0 231.0C150.0 232.10457 149.10457 233.0 148.0 233.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M145.0 233.0L145.0 217.0L148.0 217.0C149.10457 217.0 150.0 217.89543 150.0 219.0L150.0 231.0C150.0 232.10457 149.10457 233.0 148.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 257.0L193.0 241.0L215.0 241.0C216.10457 241.0 217.0 241.89543 217.0 243.0L217.0 255.0C217.0 256.10458 216.10457 257.0 215.0 257.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M193.0 257.0L193.0 241.0L215.0 241.0C216.10457 241.0 217.0 241.89543 217.0 243.0L217.0 255.0C217.0 256.10458 216.10457 257.0 215.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 281.0L150.0 265.0L158.0 265.0C159.10457 265.0 160.0 265.89542 160.0 267.0L160.0 279.0C160.0 280.10458 159.10457 281.0 158.0 281.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M150.0 281.0L150.0 265.0L158.0 265.0C159.10457 265.0 160.0 265.89542 160.0 267.0L160.0 279.0C160.0 280.10458 159.10457 281.0 158.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M160.0 305.0L160.0 289.0L177.0 289.0C178.10457 289.0 179.0 289.89542 179.0 291.0L179.0 303.0C179.0 304.10458 178.10457 305.0 177.0 305.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M160.0 305.0L160.0 289.0L177.0 289.0C178.10457 289.0 179.0 289.89542 179.0 291.0L179.0 303.0C179.0 304.10458 178.10457 305.0 177.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 329.0L136.0 313.0L143.0 313.0C144.10457 313.0 145.0 313.89542 145.0 315.0L145.0 327.0C145.0 328.10458 144.10457 329.0 143.0 329.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M136.0 329.0L136.0 313.0L143.0 313.0C144.10457 313.0 145.0 313.89542 145.0 315.0L145.0 327.0C145.0 328.10458 144.10457 329.0 143.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M121.0 353.0L121.0 337.0L124.0 337.0C125.10457 337.0 126.0 337.89542 126.0 339.0L126.0 351.0C126.0 352.10458 125.10457 353.0 124.0 353.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M121.0 353.0L121.0 337.0L124.0 337.0C125.10457 337.0 126.0 337.89542 126.0 339.0L126.0 351.0C126.0 352.10458 125.10457 353.0 124.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M111.0 377.0L111.0 361.0L114.0 361.0C115.10457 361.0 116.0 361.89542 116.0 363.0L116.0 375.0C116.0 376.10458 115.10457 377.0 114.0 377.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M111.0 377.0L111.0 361.0L114.0 361.0C115.10457 361.0 116.0 361.89542 116.0 363.0L116.0 375.0C116.0 376.10458 115.10457 377.0 114.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M108.0 401.0L108.0 385.0L109.5 385.0C110.32843 385.0 111.0 385.67157 111.0 386.5L111.0 399.5C111.0 400.32843 110.32843 401.0 109.5 401.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M108.0 401.0L108.0 385.0L109.5 385.0C110.32843 385.0 111.0 385.67157 111.0 386.5L111.0 399.5C111.0 400.32843 110.32843 401.0 109.5 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M110.0 425.0L110.0 409.0L113.0 409.0C114.10457 409.0 115.0 409.89542 115.0 411.0L115.0 423.0C115.0 424.10458 114.10457 425.0 113.0 425.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M110.0 425.0L110.0 409.0L113.0 409.0C114.10457 409.0 115.0 409.89542 115.0 411.0L115.0 423.0C115.0 424.10458 114.10457 425.0 113.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M110.0 449.0L110.0 433.0L111.5 433.0C112.32843 433.0 113.0 433.67157 113.0 434.5L113.0 447.5C113.0 448.32843 112.32843 449.0 111.5 449.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M110.0 449.0L110.0 433.0L111.5 433.0C112.32843 433.0 113.0 433.67157 113.0 434.5L113.0 447.5C113.0 448.32843 112.32843 449.0 111.5 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M162.0 473.0L162.0 457.0L179.0 457.0C180.10457 457.0 181.0 457.89542 181.0 459.0L181.0 471.0C181.0 472.10458 180.10457 473.0 179.0 473.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M162.0 473.0L162.0 457.0L179.0 457.0C180.10457 457.0 181.0 457.89542 181.0 459.0L181.0 471.0C181.0 472.10458 180.10457 473.0 179.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M109.0 497.0L109.0 481.0L112.0 481.0C113.10457 481.0 114.0 481.89542 114.0 483.0L114.0 495.0C114.0 496.10458 113.10457 497.0 112.0 497.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M109.0 497.0L109.0 481.0L112.0 481.0C113.10457 481.0 114.0 481.89542 114.0 483.0L114.0 495.0C114.0 496.10458 113.10457 497.0 112.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M169.0 521.0L169.0 505.0L186.0 505.0C187.10457 505.0 188.0 505.89542 188.0 507.0L188.0 519.0C188.0 520.10455 187.10457 521.0 186.0 521.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M169.0 521.0L169.0 505.0L186.0 505.0C187.10457 505.0 188.0 505.89542 188.0 507.0L188.0 519.0C188.0 520.10455 187.10457 521.0 186.0 521.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M549.2445 82.015625L550.26013 81.921875Q550.38513 82.640625 550.7445 82.96875Q551.1195 83.28125 551.682 83.28125Q552.1664 83.28125 552.52576 83.0625Q552.90076 82.828125 553.13513 82.46875Q553.3695 82.09375 553.52576 81.46875Q553.682 80.828125 553.682 80.171875Q553.682 80.09375 553.682 79.953125Q553.3695 80.453125 552.82263 80.78125Q552.27576 81.09375 551.63513 81.09375Q550.557 81.09375 549.82263 80.328125Q549.08826 79.546875 549.08826 78.28125Q549.08826 76.96875 549.8539 76.171875Q550.63513 75.375 551.7914 75.375Q552.6195 75.375 553.307 75.828125Q554.01013 76.28125 554.3695 77.125Q554.7289 77.953125 554.7289 79.53125Q554.7289 81.171875 554.3695 82.15625Q554.02576 83.125 553.307 83.640625Q552.6039 84.140625 551.6664 84.140625Q550.65076 84.140625 550.01013 83.59375Q549.3695 83.03125 549.2445 82.015625ZM553.557 78.21875Q553.557 77.3125 553.07263 76.78125Q552.6039 76.25 551.9164 76.25Q551.21326 76.25 550.682 76.828125Q550.1664 77.390625 550.1664 78.3125Q550.1664 79.125 550.6664 79.640625Q551.1664 80.15625 551.88513 80.15625Q552.6195 80.15625 553.08826 79.640625Q553.557 79.125 553.557 78.21875ZM556.08826 81.734375L557.15076 81.59375Q557.32263 82.484375 557.76013 82.890625Q558.19763 83.28125 558.82263 83.28125Q559.57263 83.28125 560.08826 82.765625Q560.6039 82.25 560.6039 81.484375Q560.6039 80.765625 560.1195 80.296875Q559.65076 79.8125 558.9164 79.8125Q558.6195 79.8125 558.1664 79.9375L558.2914 79.0Q558.40076 79.015625 558.46326 79.015625Q559.13513 79.015625 559.6664 78.671875Q560.21326 78.3125 560.21326 77.578125Q560.21326 77.0 559.82263 76.625Q559.432 76.234375 558.807 76.234375Q558.19763 76.234375 557.77576 76.625Q557.3695 77.015625 557.26013 77.78125L556.19763 77.59375Q556.38513 76.546875 557.07263 75.96875Q557.76013 75.375 558.77576 75.375Q559.4789 75.375 560.07263 75.6875Q560.6664 75.984375 560.9789 76.5Q561.2914 77.015625 561.2914 77.609375Q561.2914 78.15625 560.9945 78.625Q560.69763 79.078125 560.1195 79.34375Q560.8695 79.515625 561.2914 80.078125Q561.71326 80.625 561.71326 81.46875Q561.71326 82.59375 560.88513 83.375Q560.07263 84.15625 558.82263 84.15625Q557.69763 84.15625 556.94763 83.484375Q556.19763 82.796875 556.08826 81.734375ZM563.2914 77.46875Q563.2914 76.546875 563.7445 75.90625Q564.21326 75.265625 565.08826 75.265625Q565.90076 75.265625 566.432 75.84375Q566.96326 76.421875 566.96326 77.53125Q566.96326 78.625 566.4164 79.21875Q565.88513 79.796875 565.1039 79.796875Q564.32263 79.796875 563.807 79.21875Q563.2914 78.640625 563.2914 77.46875ZM565.1195 75.984375Q564.7289 75.984375 564.46326 76.328125Q564.21326 76.671875 564.21326 77.578125Q564.21326 78.40625 564.46326 78.75Q564.7289 79.078125 565.1195 79.078125Q565.52576 79.078125 565.77576 78.734375Q566.0414 78.390625 566.0414 77.5Q566.0414 76.65625 565.77576 76.328125Q565.51013 75.984375 565.1195 75.984375ZM565.1195 84.3125L569.82263 75.265625L570.682 75.265625L565.9945 84.3125L565.1195 84.3125ZM568.83826 81.984375Q568.83826 81.0625 569.2914 80.421875Q569.76013 79.78125 570.65076 79.78125Q571.46326 79.78125 571.9945 80.359375Q572.52576 80.921875 572.52576 82.046875Q572.52576 83.140625 571.9789 83.734375Q571.44763 84.3125 570.65076 84.3125Q569.88513 84.3125 569.3539 83.734375Q568.83826 83.15625 568.83826 81.984375ZM570.682 80.5Q570.27576 80.5 570.01013 80.84375Q569.76013 81.1875 569.76013 82.09375Q569.76013 82.90625 570.02576 83.25Q570.2914 83.59375 570.682 83.59375Q571.07263 83.59375 571.33826 83.25Q571.6039 82.90625 571.6039 82.0Q571.6039 81.171875 571.33826 80.84375Q571.07263 80.5 570.682 80.5Z" fill-rule="nonzero"/><path fill="#666666" d="M549.2445 82.015625L550.26013 81.921875Q550.38513 82.640625 550.7445 82.96875Q551.1195 83.28125 551.682 83.28125Q552.1664 83.28125 552.52576 83.0625Q552.90076 82.828125 553.13513 82.46875Q553.3695 82.09375 553.52576 81.46875Q553.682 80.828125 553.682 80.171875Q553.682 80.09375 553.682 79.953125Q553.3695 80.453125 552.82263 80.78125Q552.27576 81.09375 551.63513 81.09375Q550.557 81.09375 549.82263 80.328125Q549.08826 79.546875 549.08826 78.28125Q549.08826 76.96875 549.8539 76.171875Q550.63513 75.375 551.7914 75.375Q552.6195 75.375 553.307 75.828125Q554.01013 76.28125 554.3695 77.125Q554.7289 77.953125 554.7289 79.53125Q554.7289 81.171875 554.3695 82.15625Q554.02576 83.125 553.307 83.640625Q552.6039 84.140625 551.6664 84.140625Q550.65076 84.140625 550.01013 83.59375Q549.3695 83.03125 549.2445 82.015625ZM553.557 78.21875Q553.557 77.3125 553.07263 76.78125Q552.6039 76.25 551.9164 76.25Q551.21326 76.25 550.682 76.828125Q550.1664 77.390625 550.1664 78.3125Q550.1664 79.125 550.6664 79.640625Q551.1664 80.15625 551.88513 80.15625Q552.6195 80.15625 553.08826 79.640625Q553.557 79.125 553.557 78.21875ZM556.08826 81.734375L557.15076 81.59375Q557.32263 82.484375 557.76013 82.890625Q558.19763 83.28125 558.82263 83.28125Q559.57263 83.28125 560.08826 82.765625Q560.6039 82.25 560.6039 81.484375Q560.6039 80.765625 560.1195 80.296875Q559.65076 79.8125 558.9164 79.8125Q558.6195 79.8125 558.1664 79.9375L558.2914 79.0Q558.40076 79.015625 558.46326 79.015625Q559.13513 79.015625 559.6664 78.671875Q560.21326 78.3125 560.21326 77.578125Q560.21326 77.0 559.82263 76.625Q559.432 76.234375 558.807 76.234375Q558.19763 76.234375 557.77576 76.625Q557.3695 77.015625 557.26013 77.78125L556.19763 77.59375Q556.38513 76.546875 557.07263 75.96875Q557.76013 75.375 558.77576 75.375Q559.4789 75.375 560.07263 75.6875Q560.6664 75.984375 560.9789 76.5Q561.2914 77.015625 561.2914 77.609375Q561.2914 78.15625 560.9945 78.625Q560.69763 79.078125 560.1195 79.34375Q560.8695 79.515625 561.2914 80.078125Q561.71326 80.625 561.71326 81.46875Q561.71326 82.59375 560.88513 83.375Q560.07263 84.15625 558.82263 84.15625Q557.69763 84.15625 556.94763 83.484375Q556.19763 82.796875 556.08826 81.734375ZM563.2914 77.46875Q563.2914 76.546875 563.7445 75.90625Q564.21326 75.265625 565.08826 75.265625Q565.90076 75.265625 566.432 75.84375Q566.96326 76.421875 566.96326 77.53125Q566.96326 78.625 566.4164 79.21875Q565.88513 79.796875 565.1039 79.796875Q564.32263 79.796875 563.807 79.21875Q563.2914 78.640625 563.2914 77.46875ZM565.1195 75.984375Q564.7289 75.984375 564.46326 76.328125Q564.21326 76.671875 564.21326 77.578125Q564.21326 78.40625 564.46326 78.75Q564.7289 79.078125 565.1195 79.078125Q565.52576 79.078125 565.77576 78.734375Q566.0414 78.390625 566.0414 77.5Q566.0414 76.65625 565.77576 76.328125Q565.51013 75.984375 565.1195 75.984375ZM565.1195 84.3125L569.82263 75.265625L570.682 75.265625L565.9945 84.3125L565.1195 84.3125ZM568.83826 81.984375Q568.83826 81.0625 569.2914 80.421875Q569.76013 79.78125 570.65076 79.78125Q571.46326 79.78125 571.9945 80.359375Q572.52576 80.921875 572.52576 82.046875Q572.52576 83.140625 571.9789 83.734375Q571.44763 84.3125 570.65076 84.3125Q569.88513 84.3125 569.3539 83.734375Q568.83826 83.15625 568.83826 81.984375ZM570.682 80.5Q570.27576 80.5 570.01013 80.84375Q569.76013 81.1875 569.76013 82.09375Q569.76013 82.90625 570.02576 83.25Q570.2914 83.59375 570.682 83.59375Q571.07263 83.59375 571.33826 83.25Q571.6039 82.90625 571.6039 82.0Q571.6039 81.171875 571.33826 80.84375Q571.07263 80.5 570.682 80.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M358.16403 105.75L359.2734 105.65625Q359.3984 106.46875 359.8359 106.875Q360.28903 107.28125 360.92966 107.28125Q361.67966 107.28125 362.2109 106.703125Q362.74216 106.125 362.74216 105.1875Q362.74216 104.28125 362.22653 103.765625Q361.72653 103.234375 360.8984 103.234375Q360.3984 103.234375 359.97653 103.46875Q359.57028 103.703125 359.3359 104.0625L358.35153 103.9375L359.17966 99.53125L363.4609 99.53125L363.4609 100.53125L360.0234 100.53125L359.57028 102.84375Q360.3359 102.296875 361.17966 102.296875Q362.30466 102.296875 363.07028 103.078125Q363.85153 103.859375 363.85153 105.09375Q363.85153 106.25 363.17966 107.109375Q362.35153 108.140625 360.92966 108.140625Q359.75778 108.140625 359.00778 107.484375Q358.2734 106.828125 358.16403 105.75ZM365.16403 105.734375L366.22653 105.59375Q366.3984 106.484375 366.8359 106.890625Q367.2734 107.28125 367.8984 107.28125Q368.6484 107.28125 369.16403 106.765625Q369.67966 106.25 369.67966 105.484375Q369.67966 104.765625 369.19528 104.296875Q368.72653 103.8125 367.99216 103.8125Q367.69528 103.8125 367.24216 103.9375L367.36716 103.0Q367.47653 103.015625 367.53903 103.015625Q368.2109 103.015625 368.74216 102.671875Q369.28903 102.3125 369.28903 101.578125Q369.28903 101.0 368.8984 100.625Q368.50778 100.234375 367.88278 100.234375Q367.2734 100.234375 366.85153 100.625Q366.44528 101.015625 366.3359 101.78125L365.2734 101.59375Q365.4609 100.546875 366.1484 99.96875Q366.8359 99.375 367.85153 99.375Q368.55466 99.375 369.1484 99.6875Q369.74216 99.984375 370.05466 100.5Q370.36716 101.015625 370.36716 101.609375Q370.36716 102.15625 370.07028 102.625Q369.7734 103.078125 369.19528 103.34375Q369.94528 103.515625 370.36716 104.078125Q370.78903 104.625 370.78903 105.46875Q370.78903 106.59375 369.9609 107.375Q369.1484 108.15625 367.8984 108.15625Q366.7734 108.15625 366.0234 107.484375Q365.2734 106.796875 365.16403 105.734375ZM372.36716 101.46875Q372.36716 100.546875 372.82028 99.90625Q373.28903 99.265625 374.16403 99.265625Q374.97653 99.265625 375.50778 99.84375Q376.03903 100.421875 376.03903 101.53125Q376.03903 102.625 375.49216 103.21875Q374.9609 103.796875 374.17966 103.796875Q373.3984 103.796875 372.88278 103.21875Q372.36716 102.640625 372.36716 101.46875ZM374.19528 99.984375Q373.80466 99.984375 373.53903 100.328125Q373.28903 100.671875 373.28903 101.578125Q373.28903 102.40625 373.53903 102.75Q373.80466 103.078125 374.19528 103.078125Q374.60153 103.078125 374.85153 102.734375Q375.11716 102.390625 375.11716 101.5Q375.11716 100.65625 374.85153 100.328125Q374.5859 99.984375 374.19528 99.984375ZM374.19528 108.3125L378.8984 99.265625L379.75778 99.265625L375.07028 108.3125L374.19528 108.3125ZM377.91403 105.984375Q377.91403 105.0625 378.36716 104.421875Q378.8359 103.78125 379.72653 103.78125Q380.53903 103.78125 381.07028 104.359375Q381.60153 104.921875 381.60153 106.046875Q381.60153 107.140625 381.05466 107.734375Q380.5234 108.3125 379.72653 108.3125Q378.9609 108.3125 378.42966 107.734375Q377.91403 107.15625 377.91403 105.984375ZM379.75778 104.5Q379.35153 104.5 379.0859 104.84375Q378.8359 105.1875 378.8359 106.09375Q378.8359 106.90625 379.10153 107.25Q379.36716 107.59375 379.75778 107.59375Q380.1484 107.59375 380.41403 107.25Q380.67966 106.90625 380.67966 106.0Q380.67966 105.171875 380.41403 104.84375Q380.1484 104.5 379.75778 104.5Z" fill-rule="nonzero"/><path fill="#666666" d="M358.16403 105.75L359.2734 105.65625Q359.3984 106.46875 359.8359 106.875Q360.28903 107.28125 360.92966 107.28125Q361.67966 107.28125 362.2109 106.703125Q362.74216 106.125 362.74216 105.1875Q362.74216 104.28125 362.22653 103.765625Q361.72653 103.234375 360.8984 103.234375Q360.3984 103.234375 359.97653 103.46875Q359.57028 103.703125 359.3359 104.0625L358.35153 103.9375L359.17966 99.53125L363.4609 99.53125L363.4609 100.53125L360.0234 100.53125L359.57028 102.84375Q360.3359 102.296875 361.17966 102.296875Q362.30466 102.296875 363.07028 103.078125Q363.85153 103.859375 363.85153 105.09375Q363.85153 106.25 363.17966 107.109375Q362.35153 108.140625 360.92966 108.140625Q359.75778 108.140625 359.00778 107.484375Q358.2734 106.828125 358.16403 105.75ZM365.16403 105.734375L366.22653 105.59375Q366.3984 106.484375 366.8359 106.890625Q367.2734 107.28125 367.8984 107.28125Q368.6484 107.28125 369.16403 106.765625Q369.67966 106.25 369.67966 105.484375Q369.67966 104.765625 369.19528 104.296875Q368.72653 103.8125 367.99216 103.8125Q367.69528 103.8125 367.24216 103.9375L367.36716 103.0Q367.47653 103.015625 367.53903 103.015625Q368.2109 103.015625 368.74216 102.671875Q369.28903 102.3125 369.28903 101.578125Q369.28903 101.0 368.8984 100.625Q368.50778 100.234375 367.88278 100.234375Q367.2734 100.234375 366.85153 100.625Q366.44528 101.015625 366.3359 101.78125L365.2734 101.59375Q365.4609 100.546875 366.1484 99.96875Q366.8359 99.375 367.85153 99.375Q368.55466 99.375 369.1484 99.6875Q369.74216 99.984375 370.05466 100.5Q370.36716 101.015625 370.36716 101.609375Q370.36716 102.15625 370.07028 102.625Q369.7734 103.078125 369.19528 103.34375Q369.94528 103.515625 370.36716 104.078125Q370.78903 104.625 370.78903 105.46875Q370.78903 106.59375 369.9609 107.375Q369.1484 108.15625 367.8984 108.15625Q366.7734 108.15625 366.0234 107.484375Q365.2734 106.796875 365.16403 105.734375ZM372.36716 101.46875Q372.36716 100.546875 372.82028 99.90625Q373.28903 99.265625 374.16403 99.265625Q374.97653 99.265625 375.50778 99.84375Q376.03903 100.421875 376.03903 101.53125Q376.03903 102.625 375.49216 103.21875Q374.9609 103.796875 374.17966 103.796875Q373.3984 103.796875 372.88278 103.21875Q372.36716 102.640625 372.36716 101.46875ZM374.19528 99.984375Q373.80466 99.984375 373.53903 100.328125Q373.28903 100.671875 373.28903 101.578125Q373.28903 102.40625 373.53903 102.75Q373.80466 103.078125 374.19528 103.078125Q374.60153 103.078125 374.85153 102.734375Q375.11716 102.390625 375.11716 101.5Q375.11716 100.65625 374.85153 100.328125Q374.5859 99.984375 374.19528 99.984375ZM374.19528 108.3125L378.8984 99.265625L379.75778 99.265625L375.07028 108.3125L374.19528 108.3125ZM377.91403 105.984375Q377.91403 105.0625 378.36716 104.421875Q378.8359 103.78125 379.72653 103.78125Q380.53903 103.78125 381.07028 104.359375Q381.60153 104.921875 381.60153 106.046875Q381.60153 107.140625 381.05466 107.734375Q380.5234 108.3125 379.72653 108.3125Q378.9609 108.3125 378.42966 107.734375Q377.91403 107.15625 377.91403 105.984375ZM379.75778 104.5Q379.35153 104.5 379.0859 104.84375Q378.8359 105.1875 378.8359 106.09375Q378.8359 106.90625 379.10153 107.25Q379.36716 107.59375 379.75778 107.59375Q380.1484 107.59375 380.41403 107.25Q380.67966 106.90625 380.67966 106.0Q380.67966 105.171875 380.41403 104.84375Q380.1484 104.5 379.75778 104.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.84721 132.0L198.80034 132.0L198.80034 125.28125Q198.40971 125.640625 197.78471 126.015625Q197.17534 126.375 196.69096 126.546875L196.69096 125.53125Q197.56596 125.109375 198.22221 124.53125Q198.89409 123.9375 199.17534 123.375L199.84721 123.375L199.84721 132.0ZM203.03471 130.01562L204.05034 129.92188Q204.17534 130.64062 204.53471 130.96875Q204.90971 131.28125 205.47221 131.28125Q205.95659 131.28125 206.31596 131.0625Q206.69096 130.82812 206.92534 130.46875Q207.15971 130.09375 207.31596 129.46875Q207.47221 128.82812 207.47221 128.17188Q207.47221 128.09375 207.47221 127.953125Q207.15971 128.45312 206.61284 128.78125Q206.06596 129.09375 205.42534 129.09375Q204.34721 129.09375 203.61284 128.32812Q202.87846 127.546875 202.87846 126.28125Q202.87846 124.96875 203.64409 124.171875Q204.42534 123.375 205.58159 123.375Q206.40971 123.375 207.09721 123.828125Q207.80034 124.28125 208.15971 125.125Q208.51909 125.953125 208.51909 127.53125Q208.51909 129.17188 208.15971 130.15625Q207.81596 131.125 207.09721 131.64062Q206.39409 132.14062 205.45659 132.14062Q204.44096 132.14062 203.80034 131.59375Q203.15971 131.03125 203.03471 130.01562ZM207.34721 126.21875Q207.34721 125.3125 206.86284 124.78125Q206.39409 124.25 205.70659 124.25Q205.00346 124.25 204.47221 124.828125Q203.95659 125.390625 203.95659 126.3125Q203.95659 127.125 204.45659 127.640625Q204.95659 128.15625 205.67534 128.15625Q206.40971 128.15625 206.87846 127.640625Q207.34721 127.125 207.34721 126.21875ZM210.08159 125.46875Q210.08159 124.546875 210.53471 123.90625Q211.00346 123.265625 211.87846 123.265625Q212.69096 123.265625 213.22221 123.84375Q213.75346 124.421875 213.75346 125.53125Q213.75346 126.625 213.20659 127.21875Q212.67534 127.796875 211.89409 127.796875Q211.11284 127.796875 210.59721 127.21875Q210.08159 126.640625 210.08159 125.46875ZM211.90971 123.984375Q211.51909 123.984375 211.25346 124.328125Q211.00346 124.671875 211.00346 125.578125Q211.00346 126.40625 211.25346 126.75Q211.51909 127.078125 211.90971 127.078125Q212.31596 127.078125 212.56596 126.734375Q212.83159 126.390625 212.83159 125.5Q212.83159 124.65625 212.56596 124.328125Q212.30034 123.984375 211.90971 123.984375ZM211.90971 132.3125L216.61284 123.265625L217.47221 123.265625L212.78471 132.3125L211.90971 132.3125ZM215.62846 129.98438Q215.62846 129.0625 216.08159 128.42188Q216.55034 127.78125 217.44096 127.78125Q218.25346 127.78125 218.78471 128.35938Q219.31596 128.92188 219.31596 130.04688Q219.31596 131.14062 218.76909 131.73438Q218.23784 132.3125 217.44096 132.3125Q216.67534 132.3125 216.14409 131.73438Q215.62846 131.15625 215.62846 129.98438ZM217.47221 128.5Q217.06596 128.5 216.80034 128.84375Q216.55034 129.1875 216.55034 130.09375Q216.55034 130.90625 216.81596 131.25Q217.08159 131.59375 217.47221 131.59375Q217.86284 131.59375 218.12846 131.25Q218.39409 130.90625 218.39409 130.0Q218.39409 129.17188 218.12846 128.84375Q217.86284 128.5 217.47221 128.5Z" fill-rule="nonzero"/><path fill="#666666" d="M199.84721 132.0L198.80034 132.0L198.80034 125.28125Q198.40971 125.640625 197.78471 126.015625Q197.17534 126.375 196.69096 126.546875L196.69096 125.53125Q197.56596 125.109375 198.22221 124.53125Q198.89409 123.9375 199.17534 123.375L199.84721 123.375L199.84721 132.0ZM203.03471 130.01562L204.05034 129.92188Q204.17534 130.64062 204.53471 130.96875Q204.90971 131.28125 205.47221 131.28125Q205.95659 131.28125 206.31596 131.0625Q206.69096 130.82812 206.92534 130.46875Q207.15971 130.09375 207.31596 129.46875Q207.47221 128.82812 207.47221 128.17188Q207.47221 128.09375 207.47221 127.953125Q207.15971 128.45312 206.61284 128.78125Q206.06596 129.09375 205.42534 129.09375Q204.34721 129.09375 203.61284 128.32812Q202.87846 127.546875 202.87846 126.28125Q202.87846 124.96875 203.64409 124.171875Q204.42534 123.375 205.58159 123.375Q206.40971 123.375 207.09721 123.828125Q207.80034 124.28125 208.15971 125.125Q208.51909 125.953125 208.51909 127.53125Q208.51909 129.17188 208.15971 130.15625Q207.81596 131.125 207.09721 131.64062Q206.39409 132.14062 205.45659 132.14062Q204.44096 132.14062 203.80034 131.59375Q203.15971 131.03125 203.03471 130.01562ZM207.34721 126.21875Q207.34721 125.3125 206.86284 124.78125Q206.39409 124.25 205.70659 124.25Q205.00346 124.25 204.47221 124.828125Q203.95659 125.390625 203.95659 126.3125Q203.95659 127.125 204.45659 127.640625Q204.95659 128.15625 205.67534 128.15625Q206.40971 128.15625 206.87846 127.640625Q207.34721 127.125 207.34721 126.21875ZM210.08159 125.46875Q210.08159 124.546875 210.53471 123.90625Q211.00346 123.265625 211.87846 123.265625Q212.69096 123.265625 213.22221 123.84375Q213.75346 124.421875 213.75346 125.53125Q213.75346 126.625 213.20659 127.21875Q212.67534 127.796875 211.89409 127.796875Q211.11284 127.796875 210.59721 127.21875Q210.08159 126.640625 210.08159 125.46875ZM211.90971 123.984375Q211.51909 123.984375 211.25346 124.328125Q211.00346 124.671875 211.00346 125.578125Q211.00346 126.40625 211.25346 126.75Q211.51909 127.078125 211.90971 127.078125Q212.31596 127.078125 212.56596 126.734375Q212.83159 126.390625 212.83159 125.5Q212.83159 124.65625 212.56596 124.328125Q212.30034 123.984375 211.90971 123.984375ZM211.90971 132.3125L216.61284 123.265625L217.47221 123.265625L212.78471 132.3125L211.90971 132.3125ZM215.62846 129.98438Q215.62846 129.0625 216.08159 128.42188Q216.55034 127.78125 217.44096 127.78125Q218.25346 127.78125 218.78471 128.35938Q219.31596 128.92188 219.31596 130.04688Q219.31596 131.14062 218.76909 131.73438Q218.23784 132.3125 217.44096 132.3125Q216.67534 132.3125 216.14409 131.73438Q215.62846 131.15625 215.62846 129.98438ZM217.47221 128.5Q217.06596 128.5 216.80034 128.84375Q216.55034 129.1875 216.55034 130.09375Q216.55034 130.90625 216.81596 131.25Q217.08159 131.59375 217.47221 131.59375Q217.86284 131.59375 218.12846 131.25Q218.39409 130.90625 218.39409 130.0Q218.39409 129.17188 218.12846 128.84375Q217.86284 128.5 217.47221 128.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.56747 153.73438L287.62997 153.59375Q287.80185 154.48438 288.23935 154.89062Q288.67685 155.28125 289.30185 155.28125Q290.05185 155.28125 290.56747 154.76562Q291.0831 154.25 291.0831 153.48438Q291.0831 152.76562 290.59872 152.29688Q290.12997 151.8125 289.3956 151.8125Q289.09872 151.8125 288.6456 151.9375L288.7706 151.0Q288.87997 151.01562 288.94247 151.01562Q289.61435 151.01562 290.1456 150.67188Q290.69247 150.3125 290.69247 149.57812Q290.69247 149.0 290.30185 148.625Q289.91122 148.23438 289.28622 148.23438Q288.67685 148.23438 288.25497 148.625Q287.84872 149.01562 287.73935 149.78125L286.67685 149.59375Q286.86435 148.54688 287.55185 147.96875Q288.23935 147.375 289.25497 147.375Q289.9581 147.375 290.55185 147.6875Q291.1456 147.98438 291.4581 148.5Q291.7706 149.01562 291.7706 149.60938Q291.7706 150.15625 291.47372 150.625Q291.17685 151.07812 290.59872 151.34375Q291.34872 151.51562 291.7706 152.07812Q292.19247 152.625 292.19247 153.46875Q292.19247 154.59375 291.36435 155.375Q290.55185 156.15625 289.30185 156.15625Q288.17685 156.15625 287.42685 155.48438Q286.67685 154.79688 286.56747 153.73438ZM295.19247 151.34375Q294.53622 151.09375 294.2081 150.65625Q293.8956 150.20312 293.8956 149.59375Q293.8956 148.65625 294.56747 148.01562Q295.25497 147.375 296.36435 147.375Q297.48935 147.375 298.17685 148.03125Q298.86435 148.6875 298.86435 149.625Q298.86435 150.21875 298.55185 150.65625Q298.23935 151.09375 297.59872 151.34375Q298.3956 151.59375 298.80185 152.17188Q299.2081 152.75 299.2081 153.54688Q299.2081 154.64062 298.42685 155.39062Q297.66122 156.14062 296.37997 156.14062Q295.11435 156.14062 294.3331 155.39062Q293.55185 154.64062 293.55185 153.51562Q293.55185 152.67188 293.97372 152.10938Q294.41122 151.54688 295.19247 151.34375ZM294.97372 149.54688Q294.97372 150.15625 295.36435 150.54688Q295.7706 150.9375 296.3956 150.9375Q297.00497 150.9375 297.3956 150.5625Q297.78622 150.17188 297.78622 149.60938Q297.78622 149.03125 297.37997 148.64062Q296.97372 148.23438 296.37997 148.23438Q295.7706 148.23438 295.36435 148.625Q294.97372 149.01562 294.97372 149.54688ZM294.6456 153.51562Q294.6456 153.96875 294.84872 154.39062Q295.06747 154.8125 295.48935 155.04688Q295.91122 155.28125 296.3956 155.28125Q297.1456 155.28125 297.62997 154.79688Q298.12997 154.3125 298.12997 153.5625Q298.12997 152.79688 297.62997 152.29688Q297.12997 151.79688 296.36435 151.79688Q295.61435 151.79688 295.12997 152.29688Q294.6456 152.78125 294.6456 153.51562ZM300.7706 149.46875Q300.7706 148.54688 301.22372 147.90625Q301.69247 147.26562 302.56747 147.26562Q303.37997 147.26562 303.91122 147.84375Q304.44247 148.42188 304.44247 149.53125Q304.44247 150.625 303.8956 151.21875Q303.36435 151.79688 302.5831 151.79688Q301.80185 151.79688 301.28622 151.21875Q300.7706 150.64062 300.7706 149.46875ZM302.59872 147.98438Q302.2081 147.98438 301.94247 148.32812Q301.69247 148.67188 301.69247 149.57812Q301.69247 150.40625 301.94247 150.75Q302.2081 151.07812 302.59872 151.07812Q303.00497 151.07812 303.25497 150.73438Q303.5206 150.39062 303.5206 149.5Q303.5206 148.65625 303.25497 148.32812Q302.98935 147.98438 302.59872 147.98438ZM302.59872 156.3125L307.30185 147.26562L308.16122 147.26562L303.47372 156.3125L302.59872 156.3125ZM306.31747 153.98438Q306.31747 153.0625 306.7706 152.42188Q307.23935 151.78125 308.12997 151.78125Q308.94247 151.78125 309.47372 152.35938Q310.00497 152.92188 310.00497 154.04688Q310.00497 155.14062 309.4581 155.73438Q308.92685 156.3125 308.12997 156.3125Q307.36435 156.3125 306.8331 155.73438Q306.31747 155.15625 306.31747 153.98438ZM308.16122 152.5Q307.75497 152.5 307.48935 152.84375Q307.23935 153.1875 307.23935 154.09375Q307.23935 154.90625 307.50497 155.25Q307.7706 155.59375 308.16122 155.59375Q308.55185 155.59375 308.81747 155.25Q309.0831 154.90625 309.0831 154.0Q309.0831 153.17188 308.81747 152.84375Q308.55185 152.5 308.16122 152.5Z" fill-rule="nonzero"/><path fill="#666666" d="M286.56747 153.73438L287.62997 153.59375Q287.80185 154.48438 288.23935 154.89062Q288.67685 155.28125 289.30185 155.28125Q290.05185 155.28125 290.56747 154.76562Q291.0831 154.25 291.0831 153.48438Q291.0831 152.76562 290.59872 152.29688Q290.12997 151.8125 289.3956 151.8125Q289.09872 151.8125 288.6456 151.9375L288.7706 151.0Q288.87997 151.01562 288.94247 151.01562Q289.61435 151.01562 290.1456 150.67188Q290.69247 150.3125 290.69247 149.57812Q290.69247 149.0 290.30185 148.625Q289.91122 148.23438 289.28622 148.23438Q288.67685 148.23438 288.25497 148.625Q287.84872 149.01562 287.73935 149.78125L286.67685 149.59375Q286.86435 148.54688 287.55185 147.96875Q288.23935 147.375 289.25497 147.375Q289.9581 147.375 290.55185 147.6875Q291.1456 147.98438 291.4581 148.5Q291.7706 149.01562 291.7706 149.60938Q291.7706 150.15625 291.47372 150.625Q291.17685 151.07812 290.59872 151.34375Q291.34872 151.51562 291.7706 152.07812Q292.19247 152.625 292.19247 153.46875Q292.19247 154.59375 291.36435 155.375Q290.55185 156.15625 289.30185 156.15625Q288.17685 156.15625 287.42685 155.48438Q286.67685 154.79688 286.56747 153.73438ZM295.19247 151.34375Q294.53622 151.09375 294.2081 150.65625Q293.8956 150.20312 293.8956 149.59375Q293.8956 148.65625 294.56747 148.01562Q295.25497 147.375 296.36435 147.375Q297.48935 147.375 298.17685 148.03125Q298.86435 148.6875 298.86435 149.625Q298.86435 150.21875 298.55185 150.65625Q298.23935 151.09375 297.59872 151.34375Q298.3956 151.59375 298.80185 152.17188Q299.2081 152.75 299.2081 153.54688Q299.2081 154.64062 298.42685 155.39062Q297.66122 156.14062 296.37997 156.14062Q295.11435 156.14062 294.3331 155.39062Q293.55185 154.64062 293.55185 153.51562Q293.55185 152.67188 293.97372 152.10938Q294.41122 151.54688 295.19247 151.34375ZM294.97372 149.54688Q294.97372 150.15625 295.36435 150.54688Q295.7706 150.9375 296.3956 150.9375Q297.00497 150.9375 297.3956 150.5625Q297.78622 150.17188 297.78622 149.60938Q297.78622 149.03125 297.37997 148.64062Q296.97372 148.23438 296.37997 148.23438Q295.7706 148.23438 295.36435 148.625Q294.97372 149.01562 294.97372 149.54688ZM294.6456 153.51562Q294.6456 153.96875 294.84872 154.39062Q295.06747 154.8125 295.48935 155.04688Q295.91122 155.28125 296.3956 155.28125Q297.1456 155.28125 297.62997 154.79688Q298.12997 154.3125 298.12997 153.5625Q298.12997 152.79688 297.62997 152.29688Q297.12997 151.79688 296.36435 151.79688Q295.61435 151.79688 295.12997 152.29688Q294.6456 152.78125 294.6456 153.51562ZM300.7706 149.46875Q300.7706 148.54688 301.22372 147.90625Q301.69247 147.26562 302.56747 147.26562Q303.37997 147.26562 303.91122 147.84375Q304.44247 148.42188 304.44247 149.53125Q304.44247 150.625 303.8956 151.21875Q303.36435 151.79688 302.5831 151.79688Q301.80185 151.79688 301.28622 151.21875Q300.7706 150.64062 300.7706 149.46875ZM302.59872 147.98438Q302.2081 147.98438 301.94247 148.32812Q301.69247 148.67188 301.69247 149.57812Q301.69247 150.40625 301.94247 150.75Q302.2081 151.07812 302.59872 151.07812Q303.00497 151.07812 303.25497 150.73438Q303.5206 150.39062 303.5206 149.5Q303.5206 148.65625 303.25497 148.32812Q302.98935 147.98438 302.59872 147.98438ZM302.59872 156.3125L307.30185 147.26562L308.16122 147.26562L303.47372 156.3125L302.59872 156.3125ZM306.31747 153.98438Q306.31747 153.0625 306.7706 152.42188Q307.23935 151.78125 308.12997 151.78125Q308.94247 151.78125 309.47372 152.35938Q310.00497 152.92188 310.00497 154.04688Q310.00497 155.14062 309.4581 155.73438Q308.92685 156.3125 308.12997 156.3125Q307.36435 156.3125 306.8331 155.73438Q306.31747 155.15625 306.31747 153.98438ZM308.16122 152.5Q307.75497 152.5 307.48935 152.84375Q307.23935 153.1875 307.23935 154.09375Q307.23935 154.90625 307.50497 155.25Q307.7706 155.59375 308.16122 155.59375Q308.55185 155.59375 308.81747 155.25Q309.0831 154.90625 309.0831 154.0Q309.0831 153.17188 308.81747 152.84375Q308.55185 152.5 308.16122 152.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M239.61017 178.98438L239.61017 180.0L233.92267 180.0Q233.92267 179.625 234.04767 179.26562Q234.26642 178.6875 234.73517 178.125Q235.21954 177.5625 236.1258 176.82812Q237.53204 175.67188 238.01642 175.0Q238.51642 174.32812 238.51642 173.73438Q238.51642 173.10938 238.0633 172.6875Q237.61017 172.25 236.89142 172.25Q236.1258 172.25 235.67267 172.70312Q235.21954 173.15625 235.20392 173.96875L234.1258 173.85938Q234.23517 172.64062 234.95392 172.01562Q235.6883 171.375 236.92267 171.375Q238.15704 171.375 238.8758 172.0625Q239.59454 172.75 239.59454 173.76562Q239.59454 174.28125 239.3758 174.78125Q239.17267 175.26562 238.67267 175.82812Q238.1883 176.375 237.0633 177.32812Q236.11017 178.125 235.82892 178.42188Q235.5633 178.70312 235.39142 178.98438L239.61017 178.98438ZM241.1258 172.53125L241.1258 171.51562L246.6883 171.51562L246.6883 172.34375Q245.8758 173.21875 245.0633 174.67188Q244.26642 176.10938 243.82892 177.64062Q243.5008 178.71875 243.42267 180.0L242.32892 180.0Q242.34454 178.98438 242.71954 177.54688Q243.11017 176.10938 243.8133 174.78125Q244.53204 173.45312 245.34454 172.53125L241.1258 172.53125ZM248.26642 173.46875Q248.26642 172.54688 248.71954 171.90625Q249.1883 171.26562 250.0633 171.26562Q250.8758 171.26562 251.40704 171.84375Q251.9383 172.42188 251.9383 173.53125Q251.9383 174.625 251.39142 175.21875Q250.86017 175.79688 250.07892 175.79688Q249.29767 175.79688 248.78204 175.21875Q248.26642 174.64062 248.26642 173.46875ZM250.09454 171.98438Q249.70392 171.98438 249.4383 172.32812Q249.1883 172.67188 249.1883 173.57812Q249.1883 174.40625 249.4383 174.75Q249.70392 175.07812 250.09454 175.07812Q250.5008 175.07812 250.7508 174.73438Q251.01642 174.39062 251.01642 173.5Q251.01642 172.65625 250.7508 172.32812Q250.48517 171.98438 250.09454 171.98438ZM250.09454 180.3125L254.79767 171.26562L255.65704 171.26562L250.96954 180.3125L250.09454 180.3125ZM253.8133 177.98438Q253.8133 177.0625 254.26642 176.42188Q254.73517 175.78125 255.6258 175.78125Q256.4383 175.78125 256.96954 176.35938Q257.5008 176.92188 257.5008 178.04688Q257.5008 179.14062 256.95392 179.73438Q256.42267 180.3125 255.6258 180.3125Q254.86017 180.3125 254.32892 179.73438Q253.8133 179.15625 253.8133 177.98438ZM255.65704 176.5Q255.2508 176.5 254.98517 176.84375Q254.73517 177.1875 254.73517 178.09375Q254.73517 178.90625 255.0008 179.25Q255.26642 179.59375 255.65704 179.59375Q256.04767 179.59375 256.3133 179.25Q256.57892 178.90625 256.57892 178.0Q256.57892 177.17188 256.3133 176.84375Q256.04767 176.5 255.65704 176.5Z" fill-rule="nonzero"/><path fill="#666666" d="M239.61017 178.98438L239.61017 180.0L233.92267 180.0Q233.92267 179.625 234.04767 179.26562Q234.26642 178.6875 234.73517 178.125Q235.21954 177.5625 236.1258 176.82812Q237.53204 175.67188 238.01642 175.0Q238.51642 174.32812 238.51642 173.73438Q238.51642 173.10938 238.0633 172.6875Q237.61017 172.25 236.89142 172.25Q236.1258 172.25 235.67267 172.70312Q235.21954 173.15625 235.20392 173.96875L234.1258 173.85938Q234.23517 172.64062 234.95392 172.01562Q235.6883 171.375 236.92267 171.375Q238.15704 171.375 238.8758 172.0625Q239.59454 172.75 239.59454 173.76562Q239.59454 174.28125 239.3758 174.78125Q239.17267 175.26562 238.67267 175.82812Q238.1883 176.375 237.0633 177.32812Q236.11017 178.125 235.82892 178.42188Q235.5633 178.70312 235.39142 178.98438L239.61017 178.98438ZM241.1258 172.53125L241.1258 171.51562L246.6883 171.51562L246.6883 172.34375Q245.8758 173.21875 245.0633 174.67188Q244.26642 176.10938 243.82892 177.64062Q243.5008 178.71875 243.42267 180.0L242.32892 180.0Q242.34454 178.98438 242.71954 177.54688Q243.11017 176.10938 243.8133 174.78125Q244.53204 173.45312 245.34454 172.53125L241.1258 172.53125ZM248.26642 173.46875Q248.26642 172.54688 248.71954 171.90625Q249.1883 171.26562 250.0633 171.26562Q250.8758 171.26562 251.40704 171.84375Q251.9383 172.42188 251.9383 173.53125Q251.9383 174.625 251.39142 175.21875Q250.86017 175.79688 250.07892 175.79688Q249.29767 175.79688 248.78204 175.21875Q248.26642 174.64062 248.26642 173.46875ZM250.09454 171.98438Q249.70392 171.98438 249.4383 172.32812Q249.1883 172.67188 249.1883 173.57812Q249.1883 174.40625 249.4383 174.75Q249.70392 175.07812 250.09454 175.07812Q250.5008 175.07812 250.7508 174.73438Q251.01642 174.39062 251.01642 173.5Q251.01642 172.65625 250.7508 172.32812Q250.48517 171.98438 250.09454 171.98438ZM250.09454 180.3125L254.79767 171.26562L255.65704 171.26562L250.96954 180.3125L250.09454 180.3125ZM253.8133 177.98438Q253.8133 177.0625 254.26642 176.42188Q254.73517 175.78125 255.6258 175.78125Q256.4383 175.78125 256.96954 176.35938Q257.5008 176.92188 257.5008 178.04688Q257.5008 179.14062 256.95392 179.73438Q256.42267 180.3125 255.6258 180.3125Q254.86017 180.3125 254.32892 179.73438Q253.8133 179.15625 253.8133 177.98438ZM255.65704 176.5Q255.2508 176.5 254.98517 176.84375Q254.73517 177.1875 254.73517 178.09375Q254.73517 178.90625 255.0008 179.25Q255.26642 179.59375 255.65704 179.59375Q256.04767 179.59375 256.3133 179.25Q256.57892 178.90625 256.57892 178.0Q256.57892 177.17188 256.3133 176.84375Q256.04767 176.5 255.65704 176.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M180.75479 205.0L179.70792 205.0L179.70792 198.28125Q179.31729 198.64062 178.69229 199.01562Q178.08292 199.375 177.59854 199.54688L177.59854 198.53125Q178.47354 198.10938 179.12979 197.53125Q179.80167 196.9375 180.08292 196.375L180.75479 196.375L180.75479 205.0ZM183.78604 202.75L184.89542 202.65625Q185.02042 203.46875 185.45792 203.875Q185.91104 204.28125 186.55167 204.28125Q187.30167 204.28125 187.83292 203.70312Q188.36417 203.125 188.36417 202.1875Q188.36417 201.28125 187.84854 200.76562Q187.34854 200.23438 186.52042 200.23438Q186.02042 200.23438 185.59854 200.46875Q185.19229 200.70312 184.95792 201.0625L183.97354 200.9375L184.80167 196.53125L189.08292 196.53125L189.08292 197.53125L185.64542 197.53125L185.19229 199.84375Q185.95792 199.29688 186.80167 199.29688Q187.92667 199.29688 188.69229 200.07812Q189.47354 200.85938 189.47354 202.09375Q189.47354 203.25 188.80167 204.10938Q187.97354 205.14062 186.55167 205.14062Q185.37979 205.14062 184.62979 204.48438Q183.89542 203.82812 183.78604 202.75ZM190.98917 198.46875Q190.98917 197.54688 191.44229 196.90625Q191.91104 196.26562 192.78604 196.26562Q193.59854 196.26562 194.12979 196.84375Q194.66104 197.42188 194.66104 198.53125Q194.66104 199.625 194.11417 200.21875Q193.58292 200.79688 192.80167 200.79688Q192.02042 200.79688 191.50479 200.21875Q190.98917 199.64062 190.98917 198.46875ZM192.81729 196.98438Q192.42667 196.98438 192.16104 197.32812Q191.91104 197.67188 191.91104 198.57812Q191.91104 199.40625 192.16104 199.75Q192.42667 200.07812 192.81729 200.07812Q193.22354 200.07812 193.47354 199.73438Q193.73917 199.39062 193.73917 198.5Q193.73917 197.65625 193.47354 197.32812Q193.20792 196.98438 192.81729 196.98438ZM192.81729 205.3125L197.52042 196.26562L198.37979 196.26562L193.69229 205.3125L192.81729 205.3125ZM196.53604 202.98438Q196.53604 202.0625 196.98917 201.42188Q197.45792 200.78125 198.34854 200.78125Q199.16104 200.78125 199.69229 201.35938Q200.22354 201.92188 200.22354 203.04688Q200.22354 204.14062 199.67667 204.73438Q199.14542 205.3125 198.34854 205.3125Q197.58292 205.3125 197.05167 204.73438Q196.53604 204.15625 196.53604 202.98438ZM198.37979 201.5Q197.97354 201.5 197.70792 201.84375Q197.45792 202.1875 197.45792 203.09375Q197.45792 203.90625 197.72354 204.25Q197.98917 204.59375 198.37979 204.59375Q198.77042 204.59375 199.03604 204.25Q199.30167 203.90625 199.30167 203.0Q199.30167 202.17188 199.03604 201.84375Q198.77042 201.5 198.37979 201.5Z" fill-rule="nonzero"/><path fill="#666666" d="M180.75479 205.0L179.70792 205.0L179.70792 198.28125Q179.31729 198.64062 178.69229 199.01562Q178.08292 199.375 177.59854 199.54688L177.59854 198.53125Q178.47354 198.10938 179.12979 197.53125Q179.80167 196.9375 180.08292 196.375L180.75479 196.375L180.75479 205.0ZM183.78604 202.75L184.89542 202.65625Q185.02042 203.46875 185.45792 203.875Q185.91104 204.28125 186.55167 204.28125Q187.30167 204.28125 187.83292 203.70312Q188.36417 203.125 188.36417 202.1875Q188.36417 201.28125 187.84854 200.76562Q187.34854 200.23438 186.52042 200.23438Q186.02042 200.23438 185.59854 200.46875Q185.19229 200.70312 184.95792 201.0625L183.97354 200.9375L184.80167 196.53125L189.08292 196.53125L189.08292 197.53125L185.64542 197.53125L185.19229 199.84375Q185.95792 199.29688 186.80167 199.29688Q187.92667 199.29688 188.69229 200.07812Q189.47354 200.85938 189.47354 202.09375Q189.47354 203.25 188.80167 204.10938Q187.97354 205.14062 186.55167 205.14062Q185.37979 205.14062 184.62979 204.48438Q183.89542 203.82812 183.78604 202.75ZM190.98917 198.46875Q190.98917 197.54688 191.44229 196.90625Q191.91104 196.26562 192.78604 196.26562Q193.59854 196.26562 194.12979 196.84375Q194.66104 197.42188 194.66104 198.53125Q194.66104 199.625 194.11417 200.21875Q193.58292 200.79688 192.80167 200.79688Q192.02042 200.79688 191.50479 200.21875Q190.98917 199.64062 190.98917 198.46875ZM192.81729 196.98438Q192.42667 196.98438 192.16104 197.32812Q191.91104 197.67188 191.91104 198.57812Q191.91104 199.40625 192.16104 199.75Q192.42667 200.07812 192.81729 200.07812Q193.22354 200.07812 193.47354 199.73438Q193.73917 199.39062 193.73917 198.5Q193.73917 197.65625 193.47354 197.32812Q193.20792 196.98438 192.81729 196.98438ZM192.81729 205.3125L197.52042 196.26562L198.37979 196.26562L193.69229 205.3125L192.81729 205.3125ZM196.53604 202.98438Q196.53604 202.0625 196.98917 201.42188Q197.45792 200.78125 198.34854 200.78125Q199.16104 200.78125 199.69229 201.35938Q200.22354 201.92188 200.22354 203.04688Q200.22354 204.14062 199.67667 204.73438Q199.14542 205.3125 198.34854 205.3125Q197.58292 205.3125 197.05167 204.73438Q196.53604 204.15625 196.53604 202.98438ZM198.37979 201.5Q197.97354 201.5 197.70792 201.84375Q197.45792 202.1875 197.45792 203.09375Q197.45792 203.90625 197.72354 204.25Q197.98917 204.59375 198.37979 204.59375Q198.77042 204.59375 199.03604 204.25Q199.30167 203.90625 199.30167 203.0Q199.30167 202.17188 199.03604 201.84375Q198.77042 201.5 198.37979 201.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M166.43547 229.0L165.3886 229.0L165.3886 222.28125Q164.99797 222.64062 164.37297 223.01562Q163.7636 223.375 163.27922 223.54688L163.27922 222.53125Q164.15422 222.10938 164.81047 221.53125Q165.48235 220.9375 165.7636 220.375L166.43547 220.375L166.43547 229.0ZM175.0136 227.98438L175.0136 229.0L169.3261 229.0Q169.3261 228.625 169.4511 228.26562Q169.66985 227.6875 170.1386 227.125Q170.62297 226.5625 171.52922 225.82812Q172.93547 224.67188 173.41985 224.0Q173.91985 223.32812 173.91985 222.73438Q173.91985 222.10938 173.46672 221.6875Q173.0136 221.25 172.29485 221.25Q171.52922 221.25 171.0761 221.70312Q170.62297 222.15625 170.60735 222.96875L169.52922 222.85938Q169.6386 221.64062 170.35735 221.01562Q171.09172 220.375 172.3261 220.375Q173.56047 220.375 174.27922 221.0625Q174.99797 221.75 174.99797 222.76562Q174.99797 223.28125 174.77922 223.78125Q174.5761 224.26562 174.0761 224.82812Q173.59172 225.375 172.46672 226.32812Q171.5136 227.125 171.23235 227.42188Q170.96672 227.70312 170.79485 227.98438L175.0136 227.98438ZM176.66985 222.46875Q176.66985 221.54688 177.12297 220.90625Q177.59172 220.26562 178.46672 220.26562Q179.27922 220.26562 179.81047 220.84375Q180.34172 221.42188 180.34172 222.53125Q180.34172 223.625 179.79485 224.21875Q179.2636 224.79688 178.48235 224.79688Q177.7011 224.79688 177.18547 224.21875Q176.66985 223.64062 176.66985 222.46875ZM178.49797 220.98438Q178.10735 220.98438 177.84172 221.32812Q177.59172 221.67188 177.59172 222.57812Q177.59172 223.40625 177.84172 223.75Q178.10735 224.07812 178.49797 224.07812Q178.90422 224.07812 179.15422 223.73438Q179.41985 223.39062 179.41985 222.5Q179.41985 221.65625 179.15422 221.32812Q178.8886 220.98438 178.49797 220.98438ZM178.49797 229.3125L183.2011 220.26562L184.06047 220.26562L179.37297 229.3125L178.49797 229.3125ZM182.21672 226.98438Q182.21672 226.0625 182.66985 225.42188Q183.1386 224.78125 184.02922 224.78125Q184.84172 224.78125 185.37297 225.35938Q185.90422 225.92188 185.90422 227.04688Q185.90422 228.14062 185.35735 228.73438Q184.8261 229.3125 184.02922 229.3125Q183.2636 229.3125 182.73235 228.73438Q182.21672 228.15625 182.21672 226.98438ZM184.06047 225.5Q183.65422 225.5 183.3886 225.84375Q183.1386 226.1875 183.1386 227.09375Q183.1386 227.90625 183.40422 228.25Q183.66985 228.59375 184.06047 228.59375Q184.4511 228.59375 184.71672 228.25Q184.98235 227.90625 184.98235 227.0Q184.98235 226.17188 184.71672 225.84375Q184.4511 225.5 184.06047 225.5Z" fill-rule="nonzero"/><path fill="#666666" d="M166.43547 229.0L165.3886 229.0L165.3886 222.28125Q164.99797 222.64062 164.37297 223.01562Q163.7636 223.375 163.27922 223.54688L163.27922 222.53125Q164.15422 222.10938 164.81047 221.53125Q165.48235 220.9375 165.7636 220.375L166.43547 220.375L166.43547 229.0ZM175.0136 227.98438L175.0136 229.0L169.3261 229.0Q169.3261 228.625 169.4511 228.26562Q169.66985 227.6875 170.1386 227.125Q170.62297 226.5625 171.52922 225.82812Q172.93547 224.67188 173.41985 224.0Q173.91985 223.32812 173.91985 222.73438Q173.91985 222.10938 173.46672 221.6875Q173.0136 221.25 172.29485 221.25Q171.52922 221.25 171.0761 221.70312Q170.62297 222.15625 170.60735 222.96875L169.52922 222.85938Q169.6386 221.64062 170.35735 221.01562Q171.09172 220.375 172.3261 220.375Q173.56047 220.375 174.27922 221.0625Q174.99797 221.75 174.99797 222.76562Q174.99797 223.28125 174.77922 223.78125Q174.5761 224.26562 174.0761 224.82812Q173.59172 225.375 172.46672 226.32812Q171.5136 227.125 171.23235 227.42188Q170.96672 227.70312 170.79485 227.98438L175.0136 227.98438ZM176.66985 222.46875Q176.66985 221.54688 177.12297 220.90625Q177.59172 220.26562 178.46672 220.26562Q179.27922 220.26562 179.81047 220.84375Q180.34172 221.42188 180.34172 222.53125Q180.34172 223.625 179.79485 224.21875Q179.2636 224.79688 178.48235 224.79688Q177.7011 224.79688 177.18547 224.21875Q176.66985 223.64062 176.66985 222.46875ZM178.49797 220.98438Q178.10735 220.98438 177.84172 221.32812Q177.59172 221.67188 177.59172 222.57812Q177.59172 223.40625 177.84172 223.75Q178.10735 224.07812 178.49797 224.07812Q178.90422 224.07812 179.15422 223.73438Q179.41985 223.39062 179.41985 222.5Q179.41985 221.65625 179.15422 221.32812Q178.8886 220.98438 178.49797 220.98438ZM178.49797 229.3125L183.2011 220.26562L184.06047 220.26562L179.37297 229.3125L178.49797 229.3125ZM182.21672 226.98438Q182.21672 226.0625 182.66985 225.42188Q183.1386 224.78125 184.02922 224.78125Q184.84172 224.78125 185.37297 225.35938Q185.90422 225.92188 185.90422 227.04688Q185.90422 228.14062 185.35735 228.73438Q184.8261 229.3125 184.02922 229.3125Q183.2636 229.3125 182.73235 228.73438Q182.21672 228.15625 182.21672 226.98438ZM184.06047 225.5Q183.65422 225.5 183.3886 225.84375Q183.1386 226.1875 183.1386 227.09375Q183.1386 227.90625 183.40422 228.25Q183.66985 228.59375 184.06047 228.59375Q184.4511 228.59375 184.71672 228.25Q184.98235 227.90625 184.98235 227.0Q184.98235 226.17188 184.71672 225.84375Q184.4511 225.5 184.06047 225.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.83707 251.98438L234.83707 253.0L229.14957 253.0Q229.14957 252.625 229.27457 252.26562Q229.49332 251.6875 229.96207 251.125Q230.44644 250.5625 231.35269 249.82812Q232.75894 248.67188 233.24332 248.0Q233.74332 247.32812 233.74332 246.73438Q233.74332 246.10938 233.29019 245.6875Q232.83707 245.25 232.11832 245.25Q231.35269 245.25 230.89957 245.70312Q230.44644 246.15625 230.43082 246.96875L229.35269 246.85938Q229.46207 245.64062 230.18082 245.01562Q230.91519 244.375 232.14957 244.375Q233.38394 244.375 234.10269 245.0625Q234.82144 245.75 234.82144 246.76562Q234.82144 247.28125 234.60269 247.78125Q234.39957 248.26562 233.89957 248.82812Q233.41519 249.375 232.29019 250.32812Q231.33707 251.125 231.05582 251.42188Q230.79019 251.70312 230.61832 251.98438L234.83707 251.98438ZM241.75894 246.51562L240.71207 246.59375Q240.57144 245.96875 240.32144 245.6875Q239.88394 245.23438 239.25894 245.23438Q238.75894 245.23438 238.36832 245.51562Q237.88394 245.89062 237.58707 246.59375Q237.30582 247.28125 237.29019 248.5625Q237.66519 247.98438 238.21207 247.70312Q238.77457 247.42188 239.38394 247.42188Q240.43082 247.42188 241.16519 248.20312Q241.91519 248.98438 241.91519 250.20312Q241.91519 251.01562 241.55582 251.71875Q241.21207 252.40625 240.60269 252.78125Q239.99332 253.14062 239.22769 253.14062Q237.89957 253.14062 237.07144 252.17188Q236.24332 251.20312 236.24332 248.98438Q236.24332 246.48438 237.16519 245.35938Q237.96207 244.375 239.32144 244.375Q240.33707 244.375 240.97769 244.95312Q241.63394 245.51562 241.75894 246.51562ZM237.46207 250.21875Q237.46207 250.76562 237.68082 251.26562Q237.91519 251.75 238.32144 252.01562Q238.74332 252.28125 239.21207 252.28125Q239.86832 252.28125 240.35269 251.75Q240.83707 251.20312 240.83707 250.28125Q240.83707 249.39062 240.35269 248.875Q239.88394 248.35938 239.16519 248.35938Q238.44644 248.35938 237.94644 248.875Q237.46207 249.39062 237.46207 250.21875ZM243.49332 246.46875Q243.49332 245.54688 243.94644 244.90625Q244.41519 244.26562 245.29019 244.26562Q246.10269 244.26562 246.63394 244.84375Q247.16519 245.42188 247.16519 246.53125Q247.16519 247.625 246.61832 248.21875Q246.08707 248.79688 245.30582 248.79688Q244.52457 248.79688 244.00894 248.21875Q243.49332 247.64062 243.49332 246.46875ZM245.32144 244.98438Q244.93082 244.98438 244.66519 245.32812Q244.41519 245.67188 244.41519 246.57812Q244.41519 247.40625 244.66519 247.75Q244.93082 248.07812 245.32144 248.07812Q245.72769 248.07812 245.97769 247.73438Q246.24332 247.39062 246.24332 246.5Q246.24332 245.65625 245.97769 245.32812Q245.71207 244.98438 245.32144 244.98438ZM245.32144 253.3125L250.02457 244.26562L250.88394 244.26562L246.19644 253.3125L245.32144 253.3125ZM249.04019 250.98438Q249.04019 250.0625 249.49332 249.42188Q249.96207 248.78125 250.85269 248.78125Q251.66519 248.78125 252.19644 249.35938Q252.72769 249.92188 252.72769 251.04688Q252.72769 252.14062 252.18082 252.73438Q251.64957 253.3125 250.85269 253.3125Q250.08707 253.3125 249.55582 252.73438Q249.04019 252.15625 249.04019 250.98438ZM250.88394 249.5Q250.47769 249.5 250.21207 249.84375Q249.96207 250.1875 249.96207 251.09375Q249.96207 251.90625 250.22769 252.25Q250.49332 252.59375 250.88394 252.59375Q251.27457 252.59375 251.54019 252.25Q251.80582 251.90625 251.80582 251.0Q251.80582 250.17188 251.54019 249.84375Q251.27457 249.5 250.88394 249.5Z" fill-rule="nonzero"/><path fill="#666666" d="M234.83707 251.98438L234.83707 253.0L229.14957 253.0Q229.14957 252.625 229.27457 252.26562Q229.49332 251.6875 229.96207 251.125Q230.44644 250.5625 231.35269 249.82812Q232.75894 248.67188 233.24332 248.0Q233.74332 247.32812 233.74332 246.73438Q233.74332 246.10938 233.29019 245.6875Q232.83707 245.25 232.11832 245.25Q231.35269 245.25 230.89957 245.70312Q230.44644 246.15625 230.43082 246.96875L229.35269 246.85938Q229.46207 245.64062 230.18082 245.01562Q230.91519 244.375 232.14957 244.375Q233.38394 244.375 234.10269 245.0625Q234.82144 245.75 234.82144 246.76562Q234.82144 247.28125 234.60269 247.78125Q234.39957 248.26562 233.89957 248.82812Q233.41519 249.375 232.29019 250.32812Q231.33707 251.125 231.05582 251.42188Q230.79019 251.70312 230.61832 251.98438L234.83707 251.98438ZM241.75894 246.51562L240.71207 246.59375Q240.57144 245.96875 240.32144 245.6875Q239.88394 245.23438 239.25894 245.23438Q238.75894 245.23438 238.36832 245.51562Q237.88394 245.89062 237.58707 246.59375Q237.30582 247.28125 237.29019 248.5625Q237.66519 247.98438 238.21207 247.70312Q238.77457 247.42188 239.38394 247.42188Q240.43082 247.42188 241.16519 248.20312Q241.91519 248.98438 241.91519 250.20312Q241.91519 251.01562 241.55582 251.71875Q241.21207 252.40625 240.60269 252.78125Q239.99332 253.14062 239.22769 253.14062Q237.89957 253.14062 237.07144 252.17188Q236.24332 251.20312 236.24332 248.98438Q236.24332 246.48438 237.16519 245.35938Q237.96207 244.375 239.32144 244.375Q240.33707 244.375 240.97769 244.95312Q241.63394 245.51562 241.75894 246.51562ZM237.46207 250.21875Q237.46207 250.76562 237.68082 251.26562Q237.91519 251.75 238.32144 252.01562Q238.74332 252.28125 239.21207 252.28125Q239.86832 252.28125 240.35269 251.75Q240.83707 251.20312 240.83707 250.28125Q240.83707 249.39062 240.35269 248.875Q239.88394 248.35938 239.16519 248.35938Q238.44644 248.35938 237.94644 248.875Q237.46207 249.39062 237.46207 250.21875ZM243.49332 246.46875Q243.49332 245.54688 243.94644 244.90625Q244.41519 244.26562 245.29019 244.26562Q246.10269 244.26562 246.63394 244.84375Q247.16519 245.42188 247.16519 246.53125Q247.16519 247.625 246.61832 248.21875Q246.08707 248.79688 245.30582 248.79688Q244.52457 248.79688 244.00894 248.21875Q243.49332 247.64062 243.49332 246.46875ZM245.32144 244.98438Q244.93082 244.98438 244.66519 245.32812Q244.41519 245.67188 244.41519 246.57812Q244.41519 247.40625 244.66519 247.75Q244.93082 248.07812 245.32144 248.07812Q245.72769 248.07812 245.97769 247.73438Q246.24332 247.39062 246.24332 246.5Q246.24332 245.65625 245.97769 245.32812Q245.71207 244.98438 245.32144 244.98438ZM245.32144 253.3125L250.02457 244.26562L250.88394 244.26562L246.19644 253.3125L245.32144 253.3125ZM249.04019 250.98438Q249.04019 250.0625 249.49332 249.42188Q249.96207 248.78125 250.85269 248.78125Q251.66519 248.78125 252.19644 249.35938Q252.72769 249.92188 252.72769 251.04688Q252.72769 252.14062 252.18082 252.73438Q251.64957 253.3125 250.85269 253.3125Q250.08707 253.3125 249.55582 252.73438Q249.04019 252.15625 249.04019 250.98438ZM250.88394 249.5Q250.47769 249.5 250.21207 249.84375Q249.96207 250.1875 249.96207 251.09375Q249.96207 251.90625 250.22769 252.25Q250.49332 252.59375 250.88394 252.59375Q251.27457 252.59375 251.54019 252.25Q251.80582 251.90625 251.80582 251.0Q251.80582 250.17188 251.54019 249.84375Q251.27457 249.5 250.88394 249.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M175.98167 277.0L174.9348 277.0L174.9348 270.28125Q174.54417 270.64062 173.91917 271.01562Q173.3098 271.375 172.82542 271.54688L172.82542 270.53125Q173.70042 270.10938 174.35667 269.53125Q175.02855 268.9375 175.3098 268.375L175.98167 268.375L175.98167 277.0ZM182.38792 277.0L182.38792 274.9375L178.66917 274.9375L178.66917 273.96875L182.59105 268.40625L183.45042 268.40625L183.45042 273.96875L184.60667 273.96875L184.60667 274.9375L183.45042 274.9375L183.45042 277.0L182.38792 277.0ZM182.38792 273.96875L182.38792 270.10938L179.70042 273.96875L182.38792 273.96875ZM186.21605 270.46875Q186.21605 269.54688 186.66917 268.90625Q187.13792 268.26562 188.01292 268.26562Q188.82542 268.26562 189.35667 268.84375Q189.88792 269.42188 189.88792 270.53125Q189.88792 271.625 189.34105 272.21875Q188.8098 272.79688 188.02855 272.79688Q187.2473 272.79688 186.73167 272.21875Q186.21605 271.64062 186.21605 270.46875ZM188.04417 268.98438Q187.65355 268.98438 187.38792 269.32812Q187.13792 269.67188 187.13792 270.57812Q187.13792 271.40625 187.38792 271.75Q187.65355 272.07812 188.04417 272.07812Q188.45042 272.07812 188.70042 271.73438Q188.96605 271.39062 188.96605 270.5Q188.96605 269.65625 188.70042 269.32812Q188.4348 268.98438 188.04417 268.98438ZM188.04417 277.3125L192.7473 268.26562L193.60667 268.26562L188.91917 277.3125L188.04417 277.3125ZM191.76292 274.98438Q191.76292 274.0625 192.21605 273.42188Q192.6848 272.78125 193.57542 272.78125Q194.38792 272.78125 194.91917 273.35938Q195.45042 273.92188 195.45042 275.04688Q195.45042 276.14062 194.90355 276.73438Q194.3723 277.3125 193.57542 277.3125Q192.8098 277.3125 192.27855 276.73438Q191.76292 276.15625 191.76292 274.98438ZM193.60667 273.5Q193.20042 273.5 192.9348 273.84375Q192.6848 274.1875 192.6848 275.09375Q192.6848 275.90625 192.95042 276.25Q193.21605 276.59375 193.60667 276.59375Q193.9973 276.59375 194.26292 276.25Q194.52855 275.90625 194.52855 275.0Q194.52855 274.17188 194.26292 273.84375Q193.9973 273.5 193.60667 273.5Z" fill-rule="nonzero"/><path fill="#666666" d="M175.98167 277.0L174.9348 277.0L174.9348 270.28125Q174.54417 270.64062 173.91917 271.01562Q173.3098 271.375 172.82542 271.54688L172.82542 270.53125Q173.70042 270.10938 174.35667 269.53125Q175.02855 268.9375 175.3098 268.375L175.98167 268.375L175.98167 277.0ZM182.38792 277.0L182.38792 274.9375L178.66917 274.9375L178.66917 273.96875L182.59105 268.40625L183.45042 268.40625L183.45042 273.96875L184.60667 273.96875L184.60667 274.9375L183.45042 274.9375L183.45042 277.0L182.38792 277.0ZM182.38792 273.96875L182.38792 270.10938L179.70042 273.96875L182.38792 273.96875ZM186.21605 270.46875Q186.21605 269.54688 186.66917 268.90625Q187.13792 268.26562 188.01292 268.26562Q188.82542 268.26562 189.35667 268.84375Q189.88792 269.42188 189.88792 270.53125Q189.88792 271.625 189.34105 272.21875Q188.8098 272.79688 188.02855 272.79688Q187.2473 272.79688 186.73167 272.21875Q186.21605 271.64062 186.21605 270.46875ZM188.04417 268.98438Q187.65355 268.98438 187.38792 269.32812Q187.13792 269.67188 187.13792 270.57812Q187.13792 271.40625 187.38792 271.75Q187.65355 272.07812 188.04417 272.07812Q188.45042 272.07812 188.70042 271.73438Q188.96605 271.39062 188.96605 270.5Q188.96605 269.65625 188.70042 269.32812Q188.4348 268.98438 188.04417 268.98438ZM188.04417 277.3125L192.7473 268.26562L193.60667 268.26562L188.91917 277.3125L188.04417 277.3125ZM191.76292 274.98438Q191.76292 274.0625 192.21605 273.42188Q192.6848 272.78125 193.57542 272.78125Q194.38792 272.78125 194.91917 273.35938Q195.45042 273.92188 195.45042 275.04688Q195.45042 276.14062 194.90355 276.73438Q194.3723 277.3125 193.57542 277.3125Q192.8098 277.3125 192.27855 276.73438Q191.76292 276.15625 191.76292 274.98438ZM193.60667 273.5Q193.20042 273.5 192.9348 273.84375Q192.6848 274.1875 192.6848 275.09375Q192.6848 275.90625 192.95042 276.25Q193.21605 276.59375 193.60667 276.59375Q193.9973 276.59375 194.26292 276.25Q194.52855 275.90625 194.52855 275.0Q194.52855 274.17188 194.26292 273.84375Q193.9973 273.5 193.60667 273.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.0741 301.0L194.02722 301.0L194.02722 294.28125Q193.6366 294.64062 193.0116 295.01562Q192.40222 295.375 191.91785 295.54688L191.91785 294.53125Q192.79285 294.10938 193.4491 293.53125Q194.12097 292.9375 194.40222 292.375L195.0741 292.375L195.0741 301.0ZM199.73035 296.34375Q199.0741 296.09375 198.74597 295.65625Q198.43347 295.20312 198.43347 294.59375Q198.43347 293.65625 199.10535 293.01562Q199.79285 292.375 200.90222 292.375Q202.02722 292.375 202.71472 293.03125Q203.40222 293.6875 203.40222 294.625Q203.40222 295.21875 203.08972 295.65625Q202.77722 296.09375 202.1366 296.34375Q202.93347 296.59375 203.33972 297.17188Q203.74597 297.75 203.74597 298.54688Q203.74597 299.64062 202.96472 300.39062Q202.1991 301.14062 200.91785 301.14062Q199.65222 301.14062 198.87097 300.39062Q198.08972 299.64062 198.08972 298.51562Q198.08972 297.67188 198.5116 297.10938Q198.9491 296.54688 199.73035 296.34375ZM199.5116 294.54688Q199.5116 295.15625 199.90222 295.54688Q200.30847 295.9375 200.93347 295.9375Q201.54285 295.9375 201.93347 295.5625Q202.3241 295.17188 202.3241 294.60938Q202.3241 294.03125 201.91785 293.64062Q201.5116 293.23438 200.91785 293.23438Q200.30847 293.23438 199.90222 293.625Q199.5116 294.01562 199.5116 294.54688ZM199.18347 298.51562Q199.18347 298.96875 199.3866 299.39062Q199.60535 299.8125 200.02722 300.04688Q200.4491 300.28125 200.93347 300.28125Q201.68347 300.28125 202.16785 299.79688Q202.66785 299.3125 202.66785 298.5625Q202.66785 297.79688 202.16785 297.29688Q201.66785 296.79688 200.90222 296.79688Q200.15222 296.79688 199.66785 297.29688Q199.18347 297.78125 199.18347 298.51562ZM205.30847 294.46875Q205.30847 293.54688 205.7616 292.90625Q206.23035 292.26562 207.10535 292.26562Q207.91785 292.26562 208.4491 292.84375Q208.98035 293.42188 208.98035 294.53125Q208.98035 295.625 208.43347 296.21875Q207.90222 296.79688 207.12097 296.79688Q206.33972 296.79688 205.8241 296.21875Q205.30847 295.64062 205.30847 294.46875ZM207.1366 292.98438Q206.74597 292.98438 206.48035 293.32812Q206.23035 293.67188 206.23035 294.57812Q206.23035 295.40625 206.48035 295.75Q206.74597 296.07812 207.1366 296.07812Q207.54285 296.07812 207.79285 295.73438Q208.05847 295.39062 208.05847 294.5Q208.05847 293.65625 207.79285 293.32812Q207.52722 292.98438 207.1366 292.98438ZM207.1366 301.3125L211.83972 292.26562L212.6991 292.26562L208.0116 301.3125L207.1366 301.3125ZM210.85535 298.98438Q210.85535 298.0625 211.30847 297.42188Q211.77722 296.78125 212.66785 296.78125Q213.48035 296.78125 214.0116 297.35938Q214.54285 297.92188 214.54285 299.04688Q214.54285 300.14062 213.99597 300.73438Q213.46472 301.3125 212.66785 301.3125Q211.90222 301.3125 211.37097 300.73438Q210.85535 300.15625 210.85535 298.98438ZM212.6991 297.5Q212.29285 297.5 212.02722 297.84375Q211.77722 298.1875 211.77722 299.09375Q211.77722 299.90625 212.04285 300.25Q212.30847 300.59375 212.6991 300.59375Q213.08972 300.59375 213.35535 300.25Q213.62097 299.90625 213.62097 299.0Q213.62097 298.17188 213.35535 297.84375Q213.08972 297.5 212.6991 297.5Z" fill-rule="nonzero"/><path fill="#666666" d="M195.0741 301.0L194.02722 301.0L194.02722 294.28125Q193.6366 294.64062 193.0116 295.01562Q192.40222 295.375 191.91785 295.54688L191.91785 294.53125Q192.79285 294.10938 193.4491 293.53125Q194.12097 292.9375 194.40222 292.375L195.0741 292.375L195.0741 301.0ZM199.73035 296.34375Q199.0741 296.09375 198.74597 295.65625Q198.43347 295.20312 198.43347 294.59375Q198.43347 293.65625 199.10535 293.01562Q199.79285 292.375 200.90222 292.375Q202.02722 292.375 202.71472 293.03125Q203.40222 293.6875 203.40222 294.625Q203.40222 295.21875 203.08972 295.65625Q202.77722 296.09375 202.1366 296.34375Q202.93347 296.59375 203.33972 297.17188Q203.74597 297.75 203.74597 298.54688Q203.74597 299.64062 202.96472 300.39062Q202.1991 301.14062 200.91785 301.14062Q199.65222 301.14062 198.87097 300.39062Q198.08972 299.64062 198.08972 298.51562Q198.08972 297.67188 198.5116 297.10938Q198.9491 296.54688 199.73035 296.34375ZM199.5116 294.54688Q199.5116 295.15625 199.90222 295.54688Q200.30847 295.9375 200.93347 295.9375Q201.54285 295.9375 201.93347 295.5625Q202.3241 295.17188 202.3241 294.60938Q202.3241 294.03125 201.91785 293.64062Q201.5116 293.23438 200.91785 293.23438Q200.30847 293.23438 199.90222 293.625Q199.5116 294.01562 199.5116 294.54688ZM199.18347 298.51562Q199.18347 298.96875 199.3866 299.39062Q199.60535 299.8125 200.02722 300.04688Q200.4491 300.28125 200.93347 300.28125Q201.68347 300.28125 202.16785 299.79688Q202.66785 299.3125 202.66785 298.5625Q202.66785 297.79688 202.16785 297.29688Q201.66785 296.79688 200.90222 296.79688Q200.15222 296.79688 199.66785 297.29688Q199.18347 297.78125 199.18347 298.51562ZM205.30847 294.46875Q205.30847 293.54688 205.7616 292.90625Q206.23035 292.26562 207.10535 292.26562Q207.91785 292.26562 208.4491 292.84375Q208.98035 293.42188 208.98035 294.53125Q208.98035 295.625 208.43347 296.21875Q207.90222 296.79688 207.12097 296.79688Q206.33972 296.79688 205.8241 296.21875Q205.30847 295.64062 205.30847 294.46875ZM207.1366 292.98438Q206.74597 292.98438 206.48035 293.32812Q206.23035 293.67188 206.23035 294.57812Q206.23035 295.40625 206.48035 295.75Q206.74597 296.07812 207.1366 296.07812Q207.54285 296.07812 207.79285 295.73438Q208.05847 295.39062 208.05847 294.5Q208.05847 293.65625 207.79285 293.32812Q207.52722 292.98438 207.1366 292.98438ZM207.1366 301.3125L211.83972 292.26562L212.6991 292.26562L208.0116 301.3125L207.1366 301.3125ZM210.85535 298.98438Q210.85535 298.0625 211.30847 297.42188Q211.77722 296.78125 212.66785 296.78125Q213.48035 296.78125 214.0116 297.35938Q214.54285 297.92188 214.54285 299.04688Q214.54285 300.14062 213.99597 300.73438Q213.46472 301.3125 212.66785 301.3125Q211.90222 301.3125 211.37097 300.73438Q210.85535 300.15625 210.85535 298.98438ZM212.6991 297.5Q212.29285 297.5 212.02722 297.84375Q211.77722 298.1875 211.77722 299.09375Q211.77722 299.90625 212.04285 300.25Q212.30847 300.59375 212.6991 300.59375Q213.08972 300.59375 213.35535 300.25Q213.62097 299.90625 213.62097 299.0Q213.62097 298.17188 213.35535 297.84375Q213.08972 297.5 212.6991 297.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M161.66237 325.0L160.6155 325.0L160.6155 318.28125Q160.22487 318.64062 159.59987 319.01562Q158.9905 319.375 158.50612 319.54688L158.50612 318.53125Q159.38112 318.10938 160.03737 317.53125Q160.70924 316.9375 160.9905 316.375L161.66237 316.375L161.66237 325.0ZM168.66237 325.0L167.6155 325.0L167.6155 318.28125Q167.22487 318.64062 166.59987 319.01562Q165.9905 319.375 165.50612 319.54688L165.50612 318.53125Q166.38112 318.10938 167.03737 317.53125Q167.70924 316.9375 167.9905 316.375L168.66237 316.375L168.66237 325.0ZM171.89674 318.46875Q171.89674 317.54688 172.34987 316.90625Q172.81862 316.26562 173.69362 316.26562Q174.50612 316.26562 175.03737 316.84375Q175.56862 317.42188 175.56862 318.53125Q175.56862 319.625 175.02174 320.21875Q174.4905 320.79688 173.70924 320.79688Q172.928 320.79688 172.41237 320.21875Q171.89674 319.64062 171.89674 318.46875ZM173.72487 316.98438Q173.33424 316.98438 173.06862 317.32812Q172.81862 317.67188 172.81862 318.57812Q172.81862 319.40625 173.06862 319.75Q173.33424 320.07812 173.72487 320.07812Q174.13112 320.07812 174.38112 319.73438Q174.64674 319.39062 174.64674 318.5Q174.64674 317.65625 174.38112 317.32812Q174.1155 316.98438 173.72487 316.98438ZM173.72487 325.3125L178.428 316.26562L179.28737 316.26562L174.59987 325.3125L173.72487 325.3125ZM177.44362 322.98438Q177.44362 322.0625 177.89674 321.42188Q178.3655 320.78125 179.25612 320.78125Q180.06862 320.78125 180.59987 321.35938Q181.13112 321.92188 181.13112 323.04688Q181.13112 324.14062 180.58424 324.73438Q180.053 325.3125 179.25612 325.3125Q178.4905 325.3125 177.95924 324.73438Q177.44362 324.15625 177.44362 322.98438ZM179.28737 321.5Q178.88112 321.5 178.6155 321.84375Q178.3655 322.1875 178.3655 323.09375Q178.3655 323.90625 178.63112 324.25Q178.89674 324.59375 179.28737 324.59375Q179.678 324.59375 179.94362 324.25Q180.20924 323.90625 180.20924 323.0Q180.20924 322.17188 179.94362 321.84375Q179.678 321.5 179.28737 321.5Z" fill-rule="nonzero"/><path fill="#666666" d="M161.66237 325.0L160.6155 325.0L160.6155 318.28125Q160.22487 318.64062 159.59987 319.01562Q158.9905 319.375 158.50612 319.54688L158.50612 318.53125Q159.38112 318.10938 160.03737 317.53125Q160.70924 316.9375 160.9905 316.375L161.66237 316.375L161.66237 325.0ZM168.66237 325.0L167.6155 325.0L167.6155 318.28125Q167.22487 318.64062 166.59987 319.01562Q165.9905 319.375 165.50612 319.54688L165.50612 318.53125Q166.38112 318.10938 167.03737 317.53125Q167.70924 316.9375 167.9905 316.375L168.66237 316.375L168.66237 325.0ZM171.89674 318.46875Q171.89674 317.54688 172.34987 316.90625Q172.81862 316.26562 173.69362 316.26562Q174.50612 316.26562 175.03737 316.84375Q175.56862 317.42188 175.56862 318.53125Q175.56862 319.625 175.02174 320.21875Q174.4905 320.79688 173.70924 320.79688Q172.928 320.79688 172.41237 320.21875Q171.89674 319.64062 171.89674 318.46875ZM173.72487 316.98438Q173.33424 316.98438 173.06862 317.32812Q172.81862 317.67188 172.81862 318.57812Q172.81862 319.40625 173.06862 319.75Q173.33424 320.07812 173.72487 320.07812Q174.13112 320.07812 174.38112 319.73438Q174.64674 319.39062 174.64674 318.5Q174.64674 317.65625 174.38112 317.32812Q174.1155 316.98438 173.72487 316.98438ZM173.72487 325.3125L178.428 316.26562L179.28737 316.26562L174.59987 325.3125L173.72487 325.3125ZM177.44362 322.98438Q177.44362 322.0625 177.89674 321.42188Q178.3655 320.78125 179.25612 320.78125Q180.06862 320.78125 180.59987 321.35938Q181.13112 321.92188 181.13112 323.04688Q181.13112 324.14062 180.58424 324.73438Q180.053 325.3125 179.25612 325.3125Q178.4905 325.3125 177.95924 324.73438Q177.44362 324.15625 177.44362 322.98438ZM179.28737 321.5Q178.88112 321.5 178.6155 321.84375Q178.3655 322.1875 178.3655 323.09375Q178.3655 323.90625 178.63112 324.25Q178.89674 324.59375 179.28737 324.59375Q179.678 324.59375 179.94362 324.25Q180.20924 323.90625 180.20924 323.0Q180.20924 322.17188 179.94362 321.84375Q179.678 321.5 179.28737 321.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M138.6637 341.53125L138.6637 340.51562L144.2262 340.51562L144.2262 341.34375Q143.4137 342.21875 142.6012 343.67188Q141.80432 345.10938 141.36682 346.64062Q141.0387 347.71875 140.96057 349.0L139.86682 349.0Q139.88245 347.98438 140.25745 346.54688Q140.64807 345.10938 141.3512 343.78125Q142.06995 342.45312 142.88245 341.53125L138.6637 341.53125ZM145.80432 342.46875Q145.80432 341.54688 146.25745 340.90625Q146.7262 340.26562 147.6012 340.26562Q148.4137 340.26562 148.94495 340.84375Q149.4762 341.42188 149.4762 342.53125Q149.4762 343.625 148.92932 344.21875Q148.39807 344.79688 147.61682 344.79688Q146.83557 344.79688 146.31995 344.21875Q145.80432 343.64062 145.80432 342.46875ZM147.63245 340.98438Q147.24182 340.98438 146.9762 341.32812Q146.7262 341.67188 146.7262 342.57812Q146.7262 343.40625 146.9762 343.75Q147.24182 344.07812 147.63245 344.07812Q148.0387 344.07812 148.2887 343.73438Q148.55432 343.39062 148.55432 342.5Q148.55432 341.65625 148.2887 341.32812Q148.02307 340.98438 147.63245 340.98438ZM147.63245 349.3125L152.33557 340.26562L153.19495 340.26562L148.50745 349.3125L147.63245 349.3125ZM151.3512 346.98438Q151.3512 346.0625 151.80432 345.42188Q152.27307 344.78125 153.1637 344.78125Q153.9762 344.78125 154.50745 345.35938Q155.0387 345.92188 155.0387 347.04688Q155.0387 348.14062 154.49182 348.73438Q153.96057 349.3125 153.1637 349.3125Q152.39807 349.3125 151.86682 348.73438Q151.3512 348.15625 151.3512 346.98438ZM153.19495 345.5Q152.7887 345.5 152.52307 345.84375Q152.27307 346.1875 152.27307 347.09375Q152.27307 347.90625 152.5387 348.25Q152.80432 348.59375 153.19495 348.59375Q153.58557 348.59375 153.8512 348.25Q154.11682 347.90625 154.11682 347.0Q154.11682 346.17188 153.8512 345.84375Q153.58557 345.5 153.19495 345.5Z" fill-rule="nonzero"/><path fill="#666666" d="M138.6637 341.53125L138.6637 340.51562L144.2262 340.51562L144.2262 341.34375Q143.4137 342.21875 142.6012 343.67188Q141.80432 345.10938 141.36682 346.64062Q141.0387 347.71875 140.96057 349.0L139.86682 349.0Q139.88245 347.98438 140.25745 346.54688Q140.64807 345.10938 141.3512 343.78125Q142.06995 342.45312 142.88245 341.53125L138.6637 341.53125ZM145.80432 342.46875Q145.80432 341.54688 146.25745 340.90625Q146.7262 340.26562 147.6012 340.26562Q148.4137 340.26562 148.94495 340.84375Q149.4762 341.42188 149.4762 342.53125Q149.4762 343.625 148.92932 344.21875Q148.39807 344.79688 147.61682 344.79688Q146.83557 344.79688 146.31995 344.21875Q145.80432 343.64062 145.80432 342.46875ZM147.63245 340.98438Q147.24182 340.98438 146.9762 341.32812Q146.7262 341.67188 146.7262 342.57812Q146.7262 343.40625 146.9762 343.75Q147.24182 344.07812 147.63245 344.07812Q148.0387 344.07812 148.2887 343.73438Q148.55432 343.39062 148.55432 342.5Q148.55432 341.65625 148.2887 341.32812Q148.02307 340.98438 147.63245 340.98438ZM147.63245 349.3125L152.33557 340.26562L153.19495 340.26562L148.50745 349.3125L147.63245 349.3125ZM151.3512 346.98438Q151.3512 346.0625 151.80432 345.42188Q152.27307 344.78125 153.1637 344.78125Q153.9762 344.78125 154.50745 345.35938Q155.0387 345.92188 155.0387 347.04688Q155.0387 348.14062 154.49182 348.73438Q153.96057 349.3125 153.1637 349.3125Q152.39807 349.3125 151.86682 348.73438Q151.3512 348.15625 151.3512 346.98438ZM153.19495 345.5Q152.7887 345.5 152.52307 345.84375Q152.27307 346.1875 152.27307 347.09375Q152.27307 347.90625 152.5387 348.25Q152.80432 348.59375 153.19495 348.59375Q153.58557 348.59375 153.8512 348.25Q154.11682 347.90625 154.11682 347.0Q154.11682 346.17188 153.8512 345.84375Q153.58557 345.5 153.19495 345.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M128.57767 370.75L129.68704 370.65625Q129.81204 371.46875 130.24954 371.875Q130.70267 372.28125 131.34329 372.28125Q132.09329 372.28125 132.62454 371.70312Q133.15579 371.125 133.15579 370.1875Q133.15579 369.28125 132.64017 368.76562Q132.14017 368.23438 131.31204 368.23438Q130.81204 368.23438 130.39017 368.46875Q129.98392 368.70312 129.74954 369.0625L128.76517 368.9375L129.59329 364.53125L133.87454 364.53125L133.87454 365.53125L130.43704 365.53125L129.98392 367.84375Q130.74954 367.29688 131.59329 367.29688Q132.71829 367.29688 133.48392 368.07812Q134.26517 368.85938 134.26517 370.09375Q134.26517 371.25 133.59329 372.10938Q132.76517 373.14062 131.34329 373.14062Q130.17142 373.14062 129.42142 372.48438Q128.68704 371.82812 128.57767 370.75ZM135.78079 366.46875Q135.78079 365.54688 136.23392 364.90625Q136.70267 364.26562 137.57767 364.26562Q138.39017 364.26562 138.92142 364.84375Q139.45267 365.42188 139.45267 366.53125Q139.45267 367.625 138.90579 368.21875Q138.37454 368.79688 137.59329 368.79688Q136.81204 368.79688 136.29642 368.21875Q135.78079 367.64062 135.78079 366.46875ZM137.60892 364.98438Q137.21829 364.98438 136.95267 365.32812Q136.70267 365.67188 136.70267 366.57812Q136.70267 367.40625 136.95267 367.75Q137.21829 368.07812 137.60892 368.07812Q138.01517 368.07812 138.26517 367.73438Q138.53079 367.39062 138.53079 366.5Q138.53079 365.65625 138.26517 365.32812Q137.99954 364.98438 137.60892 364.98438ZM137.60892 373.3125L142.31204 364.26562L143.17142 364.26562L138.48392 373.3125L137.60892 373.3125ZM141.32767 370.98438Q141.32767 370.0625 141.78079 369.42188Q142.24954 368.78125 143.14017 368.78125Q143.95267 368.78125 144.48392 369.35938Q145.01517 369.92188 145.01517 371.04688Q145.01517 372.14062 144.46829 372.73438Q143.93704 373.3125 143.14017 373.3125Q142.37454 373.3125 141.84329 372.73438Q141.32767 372.15625 141.32767 370.98438ZM143.17142 369.5Q142.76517 369.5 142.49954 369.84375Q142.24954 370.1875 142.24954 371.09375Q142.24954 371.90625 142.51517 372.25Q142.78079 372.59375 143.17142 372.59375Q143.56204 372.59375 143.82767 372.25Q144.09329 371.90625 144.09329 371.0Q144.09329 370.17188 143.82767 369.84375Q143.56204 369.5 143.17142 369.5Z" fill-rule="nonzero"/><path fill="#666666" d="M128.57767 370.75L129.68704 370.65625Q129.81204 371.46875 130.24954 371.875Q130.70267 372.28125 131.34329 372.28125Q132.09329 372.28125 132.62454 371.70312Q133.15579 371.125 133.15579 370.1875Q133.15579 369.28125 132.64017 368.76562Q132.14017 368.23438 131.31204 368.23438Q130.81204 368.23438 130.39017 368.46875Q129.98392 368.70312 129.74954 369.0625L128.76517 368.9375L129.59329 364.53125L133.87454 364.53125L133.87454 365.53125L130.43704 365.53125L129.98392 367.84375Q130.74954 367.29688 131.59329 367.29688Q132.71829 367.29688 133.48392 368.07812Q134.26517 368.85938 134.26517 370.09375Q134.26517 371.25 133.59329 372.10938Q132.76517 373.14062 131.34329 373.14062Q130.17142 373.14062 129.42142 372.48438Q128.68704 371.82812 128.57767 370.75ZM135.78079 366.46875Q135.78079 365.54688 136.23392 364.90625Q136.70267 364.26562 137.57767 364.26562Q138.39017 364.26562 138.92142 364.84375Q139.45267 365.42188 139.45267 366.53125Q139.45267 367.625 138.90579 368.21875Q138.37454 368.79688 137.59329 368.79688Q136.81204 368.79688 136.29642 368.21875Q135.78079 367.64062 135.78079 366.46875ZM137.60892 364.98438Q137.21829 364.98438 136.95267 365.32812Q136.70267 365.67188 136.70267 366.57812Q136.70267 367.40625 136.95267 367.75Q137.21829 368.07812 137.60892 368.07812Q138.01517 368.07812 138.26517 367.73438Q138.53079 367.39062 138.53079 366.5Q138.53079 365.65625 138.26517 365.32812Q137.99954 364.98438 137.60892 364.98438ZM137.60892 373.3125L142.31204 364.26562L143.17142 364.26562L138.48392 373.3125L137.60892 373.3125ZM141.32767 370.98438Q141.32767 370.0625 141.78079 369.42188Q142.24954 368.78125 143.14017 368.78125Q143.95267 368.78125 144.48392 369.35938Q145.01517 369.92188 145.01517 371.04688Q145.01517 372.14062 144.46829 372.73438Q143.93704 373.3125 143.14017 373.3125Q142.37454 373.3125 141.84329 372.73438Q141.32767 372.15625 141.32767 370.98438ZM143.17142 369.5Q142.76517 369.5 142.49954 369.84375Q142.24954 370.1875 142.24954 371.09375Q142.24954 371.90625 142.51517 372.25Q142.78079 372.59375 143.17142 372.59375Q143.56204 372.59375 143.82767 372.25Q144.09329 371.90625 144.09329 371.0Q144.09329 370.17188 143.82767 369.84375Q143.56204 369.5 143.17142 369.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M126.702255 397.0L126.702255 394.9375L122.983505 394.9375L122.983505 393.96875L126.90538 388.40625L127.764755 388.40625L127.764755 393.96875L128.921 393.96875L128.921 394.9375L127.764755 394.9375L127.764755 397.0L126.702255 397.0ZM126.702255 393.96875L126.702255 390.10938L124.014755 393.96875L126.702255 393.96875ZM130.53038 390.46875Q130.53038 389.54688 130.9835 388.90625Q131.45226 388.26562 132.32726 388.26562Q133.13976 388.26562 133.671 388.84375Q134.20226 389.42188 134.20226 390.53125Q134.20226 391.625 133.65538 392.21875Q133.12413 392.79688 132.34288 392.79688Q131.56163 392.79688 131.046 392.21875Q130.53038 391.64062 130.53038 390.46875ZM132.3585 388.98438Q131.96788 388.98438 131.70226 389.32812Q131.45226 389.67188 131.45226 390.57812Q131.45226 391.40625 131.70226 391.75Q131.96788 392.07812 132.3585 392.07812Q132.76476 392.07812 133.01476 391.73438Q133.28038 391.39062 133.28038 390.5Q133.28038 389.65625 133.01476 389.32812Q132.74913 388.98438 132.3585 388.98438ZM132.3585 397.3125L137.06163 388.26562L137.921 388.26562L133.2335 397.3125L132.3585 397.3125ZM136.07726 394.98438Q136.07726 394.0625 136.53038 393.42188Q136.99913 392.78125 137.88976 392.78125Q138.70226 392.78125 139.2335 393.35938Q139.76476 393.92188 139.76476 395.04688Q139.76476 396.14062 139.21788 396.73438Q138.68663 397.3125 137.88976 397.3125Q137.12413 397.3125 136.59288 396.73438Q136.07726 396.15625 136.07726 394.98438ZM137.921 393.5Q137.51476 393.5 137.24913 393.84375Q136.99913 394.1875 136.99913 395.09375Q136.99913 395.90625 137.26476 396.25Q137.53038 396.59375 137.921 396.59375Q138.31163 396.59375 138.57726 396.25Q138.84288 395.90625 138.84288 395.0Q138.84288 394.17188 138.57726 393.84375Q138.31163 393.5 137.921 393.5Z" fill-rule="nonzero"/><path fill="#666666" d="M126.702255 397.0L126.702255 394.9375L122.983505 394.9375L122.983505 393.96875L126.90538 388.40625L127.764755 388.40625L127.764755 393.96875L128.921 393.96875L128.921 394.9375L127.764755 394.9375L127.764755 397.0L126.702255 397.0ZM126.702255 393.96875L126.702255 390.10938L124.014755 393.96875L126.702255 393.96875ZM130.53038 390.46875Q130.53038 389.54688 130.9835 388.90625Q131.45226 388.26562 132.32726 388.26562Q133.13976 388.26562 133.671 388.84375Q134.20226 389.42188 134.20226 390.53125Q134.20226 391.625 133.65538 392.21875Q133.12413 392.79688 132.34288 392.79688Q131.56163 392.79688 131.046 392.21875Q130.53038 391.64062 130.53038 390.46875ZM132.3585 388.98438Q131.96788 388.98438 131.70226 389.32812Q131.45226 389.67188 131.45226 390.57812Q131.45226 391.40625 131.70226 391.75Q131.96788 392.07812 132.3585 392.07812Q132.76476 392.07812 133.01476 391.73438Q133.28038 391.39062 133.28038 390.5Q133.28038 389.65625 133.01476 389.32812Q132.74913 388.98438 132.3585 388.98438ZM132.3585 397.3125L137.06163 388.26562L137.921 388.26562L133.2335 397.3125L132.3585 397.3125ZM136.07726 394.98438Q136.07726 394.0625 136.53038 393.42188Q136.99913 392.78125 137.88976 392.78125Q138.70226 392.78125 139.2335 393.35938Q139.76476 393.92188 139.76476 395.04688Q139.76476 396.14062 139.21788 396.73438Q138.68663 397.3125 137.88976 397.3125Q137.12413 397.3125 136.59288 396.73438Q136.07726 396.15625 136.07726 394.98438ZM137.921 393.5Q137.51476 393.5 137.24913 393.84375Q136.99913 394.1875 136.99913 395.09375Q136.99913 395.90625 137.26476 396.25Q137.53038 396.59375 137.921 396.59375Q138.31163 396.59375 138.57726 396.25Q138.84288 395.90625 138.84288 395.0Q138.84288 394.17188 138.57726 393.84375Q138.31163 393.5 137.921 393.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M127.62305 418.75L128.73242 418.65625Q128.85742 419.46875 129.29492 419.875Q129.74805 420.28125 130.38867 420.28125Q131.13867 420.28125 131.66992 419.70312Q132.20117 419.125 132.20117 418.1875Q132.20117 417.28125 131.68555 416.76562Q131.18555 416.23438 130.35742 416.23438Q129.85742 416.23438 129.43555 416.46875Q129.0293 416.70312 128.79492 417.0625L127.81055 416.9375L128.63867 412.53125L132.91992 412.53125L132.91992 413.53125L129.48242 413.53125L129.0293 415.84375Q129.79492 415.29688 130.63867 415.29688Q131.76367 415.29688 132.5293 416.07812Q133.31055 416.85938 133.31055 418.09375Q133.31055 419.25 132.63867 420.10938Q131.81055 421.14062 130.38867 421.14062Q129.2168 421.14062 128.4668 420.48438Q127.73242 419.82812 127.62305 418.75ZM134.82617 414.46875Q134.82617 413.54688 135.2793 412.90625Q135.74805 412.26562 136.62305 412.26562Q137.43555 412.26562 137.9668 412.84375Q138.49805 413.42188 138.49805 414.53125Q138.49805 415.625 137.95117 416.21875Q137.41992 416.79688 136.63867 416.79688Q135.85742 416.79688 135.3418 416.21875Q134.82617 415.64062 134.82617 414.46875ZM136.6543 412.98438Q136.26367 412.98438 135.99805 413.32812Q135.74805 413.67188 135.74805 414.57812Q135.74805 415.40625 135.99805 415.75Q136.26367 416.07812 136.6543 416.07812Q137.06055 416.07812 137.31055 415.73438Q137.57617 415.39062 137.57617 414.5Q137.57617 413.65625 137.31055 413.32812Q137.04492 412.98438 136.6543 412.98438ZM136.6543 421.3125L141.35742 412.26562L142.2168 412.26562L137.5293 421.3125L136.6543 421.3125ZM140.37305 418.98438Q140.37305 418.0625 140.82617 417.42188Q141.29492 416.78125 142.18555 416.78125Q142.99805 416.78125 143.5293 417.35938Q144.06055 417.92188 144.06055 419.04688Q144.06055 420.14062 143.51367 420.73438Q142.98242 421.3125 142.18555 421.3125Q141.41992 421.3125 140.88867 420.73438Q140.37305 420.15625 140.37305 418.98438ZM142.2168 417.5Q141.81055 417.5 141.54492 417.84375Q141.29492 418.1875 141.29492 419.09375Q141.29492 419.90625 141.56055 420.25Q141.82617 420.59375 142.2168 420.59375Q142.60742 420.59375 142.87305 420.25Q143.13867 419.90625 143.13867 419.0Q143.13867 418.17188 142.87305 417.84375Q142.60742 417.5 142.2168 417.5Z" fill-rule="nonzero"/><path fill="#666666" d="M127.62305 418.75L128.73242 418.65625Q128.85742 419.46875 129.29492 419.875Q129.74805 420.28125 130.38867 420.28125Q131.13867 420.28125 131.66992 419.70312Q132.20117 419.125 132.20117 418.1875Q132.20117 417.28125 131.68555 416.76562Q131.18555 416.23438 130.35742 416.23438Q129.85742 416.23438 129.43555 416.46875Q129.0293 416.70312 128.79492 417.0625L127.81055 416.9375L128.63867 412.53125L132.91992 412.53125L132.91992 413.53125L129.48242 413.53125L129.0293 415.84375Q129.79492 415.29688 130.63867 415.29688Q131.76367 415.29688 132.5293 416.07812Q133.31055 416.85938 133.31055 418.09375Q133.31055 419.25 132.63867 420.10938Q131.81055 421.14062 130.38867 421.14062Q129.2168 421.14062 128.4668 420.48438Q127.73242 419.82812 127.62305 418.75ZM134.82617 414.46875Q134.82617 413.54688 135.2793 412.90625Q135.74805 412.26562 136.62305 412.26562Q137.43555 412.26562 137.9668 412.84375Q138.49805 413.42188 138.49805 414.53125Q138.49805 415.625 137.95117 416.21875Q137.41992 416.79688 136.63867 416.79688Q135.85742 416.79688 135.3418 416.21875Q134.82617 415.64062 134.82617 414.46875ZM136.6543 412.98438Q136.26367 412.98438 135.99805 413.32812Q135.74805 413.67188 135.74805 414.57812Q135.74805 415.40625 135.99805 415.75Q136.26367 416.07812 136.6543 416.07812Q137.06055 416.07812 137.31055 415.73438Q137.57617 415.39062 137.57617 414.5Q137.57617 413.65625 137.31055 413.32812Q137.04492 412.98438 136.6543 412.98438ZM136.6543 421.3125L141.35742 412.26562L142.2168 412.26562L137.5293 421.3125L136.6543 421.3125ZM140.37305 418.98438Q140.37305 418.0625 140.82617 417.42188Q141.29492 416.78125 142.18555 416.78125Q142.99805 416.78125 143.5293 417.35938Q144.06055 417.92188 144.06055 419.04688Q144.06055 420.14062 143.51367 420.73438Q142.98242 421.3125 142.18555 421.3125Q141.41992 421.3125 140.88867 420.73438Q140.37305 420.15625 140.37305 418.98438ZM142.2168 417.5Q141.81055 417.5 141.54492 417.84375Q141.29492 418.1875 141.29492 419.09375Q141.29492 419.90625 141.56055 420.25Q141.82617 420.59375 142.2168 420.59375Q142.60742 420.59375 142.87305 420.25Q143.13867 419.90625 143.13867 419.0Q143.13867 418.17188 142.87305 417.84375Q142.60742 417.5 142.2168 417.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M129.0888 445.0L129.0888 442.9375L125.370056 442.9375L125.370056 441.96875L129.29193 436.40625L130.1513 436.40625L130.1513 441.96875L131.30756 441.96875L131.30756 442.9375L130.1513 442.9375L130.1513 445.0L129.0888 445.0ZM129.0888 441.96875L129.0888 438.10938L126.401306 441.96875L129.0888 441.96875ZM132.91693 438.46875Q132.91693 437.54688 133.37006 436.90625Q133.8388 436.26562 134.7138 436.26562Q135.5263 436.26562 136.05756 436.84375Q136.5888 437.42188 136.5888 438.53125Q136.5888 439.625 136.04193 440.21875Q135.51068 440.79688 134.72943 440.79688Q133.94818 440.79688 133.43256 440.21875Q132.91693 439.64062 132.91693 438.46875ZM134.74506 436.98438Q134.35443 436.98438 134.0888 437.32812Q133.8388 437.67188 133.8388 438.57812Q133.8388 439.40625 134.0888 439.75Q134.35443 440.07812 134.74506 440.07812Q135.1513 440.07812 135.4013 439.73438Q135.66693 439.39062 135.66693 438.5Q135.66693 437.65625 135.4013 437.32812Q135.13568 436.98438 134.74506 436.98438ZM134.74506 445.3125L139.44818 436.26562L140.30756 436.26562L135.62006 445.3125L134.74506 445.3125ZM138.4638 442.98438Q138.4638 442.0625 138.91693 441.42188Q139.38568 440.78125 140.2763 440.78125Q141.0888 440.78125 141.62006 441.35938Q142.1513 441.92188 142.1513 443.04688Q142.1513 444.14062 141.60443 444.73438Q141.07318 445.3125 140.2763 445.3125Q139.51068 445.3125 138.97943 444.73438Q138.4638 444.15625 138.4638 442.98438ZM140.30756 441.5Q139.9013 441.5 139.63568 441.84375Q139.38568 442.1875 139.38568 443.09375Q139.38568 443.90625 139.6513 444.25Q139.91693 444.59375 140.30756 444.59375Q140.69818 444.59375 140.9638 444.25Q141.22943 443.90625 141.22943 443.0Q141.22943 442.17188 140.9638 441.84375Q140.69818 441.5 140.30756 441.5Z" fill-rule="nonzero"/><path fill="#666666" d="M129.0888 445.0L129.0888 442.9375L125.370056 442.9375L125.370056 441.96875L129.29193 436.40625L130.1513 436.40625L130.1513 441.96875L131.30756 441.96875L131.30756 442.9375L130.1513 442.9375L130.1513 445.0L129.0888 445.0ZM129.0888 441.96875L129.0888 438.10938L126.401306 441.96875L129.0888 441.96875ZM132.91693 438.46875Q132.91693 437.54688 133.37006 436.90625Q133.8388 436.26562 134.7138 436.26562Q135.5263 436.26562 136.05756 436.84375Q136.5888 437.42188 136.5888 438.53125Q136.5888 439.625 136.04193 440.21875Q135.51068 440.79688 134.72943 440.79688Q133.94818 440.79688 133.43256 440.21875Q132.91693 439.64062 132.91693 438.46875ZM134.74506 436.98438Q134.35443 436.98438 134.0888 437.32812Q133.8388 437.67188 133.8388 438.57812Q133.8388 439.40625 134.0888 439.75Q134.35443 440.07812 134.74506 440.07812Q135.1513 440.07812 135.4013 439.73438Q135.66693 439.39062 135.66693 438.5Q135.66693 437.65625 135.4013 437.32812Q135.13568 436.98438 134.74506 436.98438ZM134.74506 445.3125L139.44818 436.26562L140.30756 436.26562L135.62006 445.3125L134.74506 445.3125ZM138.4638 442.98438Q138.4638 442.0625 138.91693 441.42188Q139.38568 440.78125 140.2763 440.78125Q141.0888 440.78125 141.62006 441.35938Q142.1513 441.92188 142.1513 443.04688Q142.1513 444.14062 141.60443 444.73438Q141.07318 445.3125 140.2763 445.3125Q139.51068 445.3125 138.97943 444.73438Q138.4638 444.15625 138.4638 442.98438ZM140.30756 441.5Q139.9013 441.5 139.63568 441.84375Q139.38568 442.1875 139.38568 443.09375Q139.38568 443.90625 139.6513 444.25Q139.91693 444.59375 140.30756 444.59375Q140.69818 444.59375 140.9638 444.25Q141.22943 443.90625 141.22943 443.0Q141.22943 442.17188 140.9638 441.84375Q140.69818 441.5 140.30756 441.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.46065 469.0L196.41377 469.0L196.41377 462.28125Q196.02315 462.64062 195.39815 463.01562Q194.78877 463.375 194.3044 463.54688L194.3044 462.53125Q195.1794 462.10938 195.83565 461.53125Q196.50752 460.9375 196.78877 460.375L197.46065 460.375L197.46065 469.0ZM200.64815 467.01562L201.66377 466.92188Q201.78877 467.64062 202.14815 467.96875Q202.52315 468.28125 203.08565 468.28125Q203.57002 468.28125 203.9294 468.0625Q204.3044 467.82812 204.53877 467.46875Q204.77315 467.09375 204.9294 466.46875Q205.08565 465.82812 205.08565 465.17188Q205.08565 465.09375 205.08565 464.95312Q204.77315 465.45312 204.22627 465.78125Q203.6794 466.09375 203.03877 466.09375Q201.96065 466.09375 201.22627 465.32812Q200.4919 464.54688 200.4919 463.28125Q200.4919 461.96875 201.25752 461.17188Q202.03877 460.375 203.19502 460.375Q204.02315 460.375 204.71065 460.82812Q205.41377 461.28125 205.77315 462.125Q206.13252 462.95312 206.13252 464.53125Q206.13252 466.17188 205.77315 467.15625Q205.4294 468.125 204.71065 468.64062Q204.00752 469.14062 203.07002 469.14062Q202.0544 469.14062 201.41377 468.59375Q200.77315 468.03125 200.64815 467.01562ZM204.96065 463.21875Q204.96065 462.3125 204.47627 461.78125Q204.00752 461.25 203.32002 461.25Q202.6169 461.25 202.08565 461.82812Q201.57002 462.39062 201.57002 463.3125Q201.57002 464.125 202.07002 464.64062Q202.57002 465.15625 203.28877 465.15625Q204.02315 465.15625 204.4919 464.64062Q204.96065 464.125 204.96065 463.21875ZM207.69502 462.46875Q207.69502 461.54688 208.14815 460.90625Q208.6169 460.26562 209.4919 460.26562Q210.3044 460.26562 210.83565 460.84375Q211.3669 461.42188 211.3669 462.53125Q211.3669 463.625 210.82002 464.21875Q210.28877 464.79688 209.50752 464.79688Q208.72627 464.79688 208.21065 464.21875Q207.69502 463.64062 207.69502 462.46875ZM209.52315 460.98438Q209.13252 460.98438 208.8669 461.32812Q208.6169 461.67188 208.6169 462.57812Q208.6169 463.40625 208.8669 463.75Q209.13252 464.07812 209.52315 464.07812Q209.9294 464.07812 210.1794 463.73438Q210.44502 463.39062 210.44502 462.5Q210.44502 461.65625 210.1794 461.32812Q209.91377 460.98438 209.52315 460.98438ZM209.52315 469.3125L214.22627 460.26562L215.08565 460.26562L210.39815 469.3125L209.52315 469.3125ZM213.2419 466.98438Q213.2419 466.0625 213.69502 465.42188Q214.16377 464.78125 215.0544 464.78125Q215.8669 464.78125 216.39815 465.35938Q216.9294 465.92188 216.9294 467.04688Q216.9294 468.14062 216.38252 468.73438Q215.85127 469.3125 215.0544 469.3125Q214.28877 469.3125 213.75752 468.73438Q213.2419 468.15625 213.2419 466.98438ZM215.08565 465.5Q214.6794 465.5 214.41377 465.84375Q214.16377 466.1875 214.16377 467.09375Q214.16377 467.90625 214.4294 468.25Q214.69502 468.59375 215.08565 468.59375Q215.47627 468.59375 215.7419 468.25Q216.00752 467.90625 216.00752 467.0Q216.00752 466.17188 215.7419 465.84375Q215.47627 465.5 215.08565 465.5Z" fill-rule="nonzero"/><path fill="#666666" d="M197.46065 469.0L196.41377 469.0L196.41377 462.28125Q196.02315 462.64062 195.39815 463.01562Q194.78877 463.375 194.3044 463.54688L194.3044 462.53125Q195.1794 462.10938 195.83565 461.53125Q196.50752 460.9375 196.78877 460.375L197.46065 460.375L197.46065 469.0ZM200.64815 467.01562L201.66377 466.92188Q201.78877 467.64062 202.14815 467.96875Q202.52315 468.28125 203.08565 468.28125Q203.57002 468.28125 203.9294 468.0625Q204.3044 467.82812 204.53877 467.46875Q204.77315 467.09375 204.9294 466.46875Q205.08565 465.82812 205.08565 465.17188Q205.08565 465.09375 205.08565 464.95312Q204.77315 465.45312 204.22627 465.78125Q203.6794 466.09375 203.03877 466.09375Q201.96065 466.09375 201.22627 465.32812Q200.4919 464.54688 200.4919 463.28125Q200.4919 461.96875 201.25752 461.17188Q202.03877 460.375 203.19502 460.375Q204.02315 460.375 204.71065 460.82812Q205.41377 461.28125 205.77315 462.125Q206.13252 462.95312 206.13252 464.53125Q206.13252 466.17188 205.77315 467.15625Q205.4294 468.125 204.71065 468.64062Q204.00752 469.14062 203.07002 469.14062Q202.0544 469.14062 201.41377 468.59375Q200.77315 468.03125 200.64815 467.01562ZM204.96065 463.21875Q204.96065 462.3125 204.47627 461.78125Q204.00752 461.25 203.32002 461.25Q202.6169 461.25 202.08565 461.82812Q201.57002 462.39062 201.57002 463.3125Q201.57002 464.125 202.07002 464.64062Q202.57002 465.15625 203.28877 465.15625Q204.02315 465.15625 204.4919 464.64062Q204.96065 464.125 204.96065 463.21875ZM207.69502 462.46875Q207.69502 461.54688 208.14815 460.90625Q208.6169 460.26562 209.4919 460.26562Q210.3044 460.26562 210.83565 460.84375Q211.3669 461.42188 211.3669 462.53125Q211.3669 463.625 210.82002 464.21875Q210.28877 464.79688 209.50752 464.79688Q208.72627 464.79688 208.21065 464.21875Q207.69502 463.64062 207.69502 462.46875ZM209.52315 460.98438Q209.13252 460.98438 208.8669 461.32812Q208.6169 461.67188 208.6169 462.57812Q208.6169 463.40625 208.8669 463.75Q209.13252 464.07812 209.52315 464.07812Q209.9294 464.07812 210.1794 463.73438Q210.44502 463.39062 210.44502 462.5Q210.44502 461.65625 210.1794 461.32812Q209.91377 460.98438 209.52315 460.98438ZM209.52315 469.3125L214.22627 460.26562L215.08565 460.26562L210.39815 469.3125L209.52315 469.3125ZM213.2419 466.98438Q213.2419 466.0625 213.69502 465.42188Q214.16377 464.78125 215.0544 464.78125Q215.8669 464.78125 216.39815 465.35938Q216.9294 465.92188 216.9294 467.04688Q216.9294 468.14062 216.38252 468.73438Q215.85127 469.3125 215.0544 469.3125Q214.28877 469.3125 213.75752 468.73438Q213.2419 468.15625 213.2419 466.98438ZM215.08565 465.5Q214.6794 465.5 214.41377 465.84375Q214.16377 466.1875 214.16377 467.09375Q214.16377 467.90625 214.4294 468.25Q214.69502 468.59375 215.08565 468.59375Q215.47627 468.59375 215.7419 468.25Q216.00752 467.90625 216.00752 467.0Q216.00752 466.17188 215.7419 465.84375Q215.47627 465.5 215.08565 465.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M126.66843 490.75L127.7778 490.65625Q127.9028 491.46875 128.3403 491.875Q128.79343 492.28125 129.43405 492.28125Q130.18405 492.28125 130.7153 491.70312Q131.24655 491.125 131.24655 490.1875Q131.24655 489.28125 130.73093 488.76562Q130.23093 488.23438 129.4028 488.23438Q128.9028 488.23438 128.48093 488.46875Q128.07468 488.70312 127.8403 489.0625L126.85593 488.9375L127.68405 484.53125L131.9653 484.53125L131.9653 485.53125L128.5278 485.53125L128.07468 487.84375Q128.8403 487.29688 129.68405 487.29688Q130.80905 487.29688 131.57468 488.07812Q132.35593 488.85938 132.35593 490.09375Q132.35593 491.25 131.68405 492.10938Q130.85593 493.14062 129.43405 493.14062Q128.26218 493.14062 127.51218 492.48438Q126.7778 491.82812 126.66843 490.75ZM133.87155 486.46875Q133.87155 485.54688 134.32468 484.90625Q134.79343 484.26562 135.66843 484.26562Q136.48093 484.26562 137.01218 484.84375Q137.54343 485.42188 137.54343 486.53125Q137.54343 487.625 136.99655 488.21875Q136.4653 488.79688 135.68405 488.79688Q134.9028 488.79688 134.38718 488.21875Q133.87155 487.64062 133.87155 486.46875ZM135.69968 484.98438Q135.30905 484.98438 135.04343 485.32812Q134.79343 485.67188 134.79343 486.57812Q134.79343 487.40625 135.04343 487.75Q135.30905 488.07812 135.69968 488.07812Q136.10593 488.07812 136.35593 487.73438Q136.62155 487.39062 136.62155 486.5Q136.62155 485.65625 136.35593 485.32812Q136.0903 484.98438 135.69968 484.98438ZM135.69968 493.3125L140.4028 484.26562L141.26218 484.26562L136.57468 493.3125L135.69968 493.3125ZM139.41843 490.98438Q139.41843 490.0625 139.87155 489.42188Q140.3403 488.78125 141.23093 488.78125Q142.04343 488.78125 142.57468 489.35938Q143.10593 489.92188 143.10593 491.04688Q143.10593 492.14062 142.55905 492.73438Q142.0278 493.3125 141.23093 493.3125Q140.4653 493.3125 139.93405 492.73438Q139.41843 492.15625 139.41843 490.98438ZM141.26218 489.5Q140.85593 489.5 140.5903 489.84375Q140.3403 490.1875 140.3403 491.09375Q140.3403 491.90625 140.60593 492.25Q140.87155 492.59375 141.26218 492.59375Q141.6528 492.59375 141.91843 492.25Q142.18405 491.90625 142.18405 491.0Q142.18405 490.17188 141.91843 489.84375Q141.6528 489.5 141.26218 489.5Z" fill-rule="nonzero"/><path fill="#666666" d="M126.66843 490.75L127.7778 490.65625Q127.9028 491.46875 128.3403 491.875Q128.79343 492.28125 129.43405 492.28125Q130.18405 492.28125 130.7153 491.70312Q131.24655 491.125 131.24655 490.1875Q131.24655 489.28125 130.73093 488.76562Q130.23093 488.23438 129.4028 488.23438Q128.9028 488.23438 128.48093 488.46875Q128.07468 488.70312 127.8403 489.0625L126.85593 488.9375L127.68405 484.53125L131.9653 484.53125L131.9653 485.53125L128.5278 485.53125L128.07468 487.84375Q128.8403 487.29688 129.68405 487.29688Q130.80905 487.29688 131.57468 488.07812Q132.35593 488.85938 132.35593 490.09375Q132.35593 491.25 131.68405 492.10938Q130.85593 493.14062 129.43405 493.14062Q128.26218 493.14062 127.51218 492.48438Q126.7778 491.82812 126.66843 490.75ZM133.87155 486.46875Q133.87155 485.54688 134.32468 484.90625Q134.79343 484.26562 135.66843 484.26562Q136.48093 484.26562 137.01218 484.84375Q137.54343 485.42188 137.54343 486.53125Q137.54343 487.625 136.99655 488.21875Q136.4653 488.79688 135.68405 488.79688Q134.9028 488.79688 134.38718 488.21875Q133.87155 487.64062 133.87155 486.46875ZM135.69968 484.98438Q135.30905 484.98438 135.04343 485.32812Q134.79343 485.67188 134.79343 486.57812Q134.79343 487.40625 135.04343 487.75Q135.30905 488.07812 135.69968 488.07812Q136.10593 488.07812 136.35593 487.73438Q136.62155 487.39062 136.62155 486.5Q136.62155 485.65625 136.35593 485.32812Q136.0903 484.98438 135.69968 484.98438ZM135.69968 493.3125L140.4028 484.26562L141.26218 484.26562L136.57468 493.3125L135.69968 493.3125ZM139.41843 490.98438Q139.41843 490.0625 139.87155 489.42188Q140.3403 488.78125 141.23093 488.78125Q142.04343 488.78125 142.57468 489.35938Q143.10593 489.92188 143.10593 491.04688Q143.10593 492.14062 142.55905 492.73438Q142.0278 493.3125 141.23093 493.3125Q140.4653 493.3125 139.93405 492.73438Q139.41843 492.15625 139.41843 490.98438ZM141.26218 489.5Q140.85593 489.5 140.5903 489.84375Q140.3403 490.1875 140.3403 491.09375Q140.3403 491.90625 140.60593 492.25Q140.87155 492.59375 141.26218 492.59375Q141.6528 492.59375 141.91843 492.25Q142.18405 491.90625 142.18405 491.0Q142.18405 490.17188 141.91843 489.84375Q141.6528 489.5 141.26218 489.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M206.19844 515.9844L206.19844 517.0L200.51094 517.0Q200.51094 516.625 200.63594 516.2656Q200.85469 515.6875 201.32344 515.125Q201.80782 514.5625 202.71407 513.8281Q204.12032 512.6719 204.60469 512.0Q205.10469 511.32812 205.10469 510.73438Q205.10469 510.10938 204.65157 509.6875Q204.19844 509.25 203.47969 509.25Q202.71407 509.25 202.26094 509.70312Q201.80782 510.15625 201.79219 510.96875L200.71407 510.85938Q200.82344 509.64062 201.54219 509.01562Q202.27657 508.375 203.51094 508.375Q204.74532 508.375 205.46407 509.0625Q206.18282 509.75 206.18282 510.76562Q206.18282 511.28125 205.96407 511.78125Q205.76094 512.2656 205.26094 512.8281Q204.77657 513.375 203.65157 514.3281Q202.69844 515.125 202.41719 515.4219Q202.15157 515.7031 201.97969 515.9844L206.19844 515.9844ZM207.65157 512.7656Q207.65157 511.23438 207.96407 510.3125Q208.27657 509.375 208.88594 508.875Q209.51094 508.375 210.44844 508.375Q211.13594 508.375 211.65157 508.65625Q212.18282 508.9375 212.52657 509.46875Q212.87032 509.98438 213.05782 510.73438Q213.24532 511.48438 213.24532 512.7656Q213.24532 514.28125 212.93282 515.2031Q212.63594 516.125 212.01094 516.6406Q211.40157 517.1406 210.44844 517.1406Q209.21407 517.1406 208.49532 516.25Q207.65157 515.1875 207.65157 512.7656ZM208.72969 512.7656Q208.72969 514.875 209.22969 515.5781Q209.72969 516.28125 210.44844 516.28125Q211.18282 516.28125 211.66719 515.5781Q212.16719 514.875 212.16719 512.7656Q212.16719 510.64062 211.66719 509.95312Q211.18282 509.25 210.43282 509.25Q209.71407 509.25 209.27657 509.85938Q208.72969 510.64062 208.72969 512.7656ZM214.85469 510.46875Q214.85469 509.54688 215.30782 508.90625Q215.77657 508.26562 216.65157 508.26562Q217.46407 508.26562 217.99532 508.84375Q218.52657 509.42188 218.52657 510.53125Q218.52657 511.625 217.97969 512.21875Q217.44844 512.7969 216.66719 512.7969Q215.88594 512.7969 215.37032 512.21875Q214.85469 511.64062 214.85469 510.46875ZM216.68282 508.98438Q216.29219 508.98438 216.02657 509.32812Q215.77657 509.67188 215.77657 510.57812Q215.77657 511.40625 216.02657 511.75Q216.29219 512.0781 216.68282 512.0781Q217.08907 512.0781 217.33907 511.73438Q217.60469 511.39062 217.60469 510.5Q217.60469 509.65625 217.33907 509.32812Q217.07344 508.98438 216.68282 508.98438ZM216.68282 517.3125L221.38594 508.26562L222.24532 508.26562L217.55782 517.3125L216.68282 517.3125ZM220.40157 514.9844Q220.40157 514.0625 220.85469 513.4219Q221.32344 512.78125 222.21407 512.78125Q223.02657 512.78125 223.55782 513.3594Q224.08907 513.9219 224.08907 515.0469Q224.08907 516.1406 223.54219 516.7344Q223.01094 517.3125 222.21407 517.3125Q221.44844 517.3125 220.91719 516.7344Q220.40157 516.15625 220.40157 514.9844ZM222.24532 513.5Q221.83907 513.5 221.57344 513.84375Q221.32344 514.1875 221.32344 515.09375Q221.32344 515.90625 221.58907 516.25Q221.85469 516.59375 222.24532 516.59375Q222.63594 516.59375 222.90157 516.25Q223.16719 515.90625 223.16719 515.0Q223.16719 514.1719 222.90157 513.84375Q222.63594 513.5 222.24532 513.5Z" fill-rule="nonzero"/><path fill="#666666" d="M206.19844 515.9844L206.19844 517.0L200.51094 517.0Q200.51094 516.625 200.63594 516.2656Q200.85469 515.6875 201.32344 515.125Q201.80782 514.5625 202.71407 513.8281Q204.12032 512.6719 204.60469 512.0Q205.10469 511.32812 205.10469 510.73438Q205.10469 510.10938 204.65157 509.6875Q204.19844 509.25 203.47969 509.25Q202.71407 509.25 202.26094 509.70312Q201.80782 510.15625 201.79219 510.96875L200.71407 510.85938Q200.82344 509.64062 201.54219 509.01562Q202.27657 508.375 203.51094 508.375Q204.74532 508.375 205.46407 509.0625Q206.18282 509.75 206.18282 510.76562Q206.18282 511.28125 205.96407 511.78125Q205.76094 512.2656 205.26094 512.8281Q204.77657 513.375 203.65157 514.3281Q202.69844 515.125 202.41719 515.4219Q202.15157 515.7031 201.97969 515.9844L206.19844 515.9844ZM207.65157 512.7656Q207.65157 511.23438 207.96407 510.3125Q208.27657 509.375 208.88594 508.875Q209.51094 508.375 210.44844 508.375Q211.13594 508.375 211.65157 508.65625Q212.18282 508.9375 212.52657 509.46875Q212.87032 509.98438 213.05782 510.73438Q213.24532 511.48438 213.24532 512.7656Q213.24532 514.28125 212.93282 515.2031Q212.63594 516.125 212.01094 516.6406Q211.40157 517.1406 210.44844 517.1406Q209.21407 517.1406 208.49532 516.25Q207.65157 515.1875 207.65157 512.7656ZM208.72969 512.7656Q208.72969 514.875 209.22969 515.5781Q209.72969 516.28125 210.44844 516.28125Q211.18282 516.28125 211.66719 515.5781Q212.16719 514.875 212.16719 512.7656Q212.16719 510.64062 211.66719 509.95312Q211.18282 509.25 210.43282 509.25Q209.71407 509.25 209.27657 509.85938Q208.72969 510.64062 208.72969 512.7656ZM214.85469 510.46875Q214.85469 509.54688 215.30782 508.90625Q215.77657 508.26562 216.65157 508.26562Q217.46407 508.26562 217.99532 508.84375Q218.52657 509.42188 218.52657 510.53125Q218.52657 511.625 217.97969 512.21875Q217.44844 512.7969 216.66719 512.7969Q215.88594 512.7969 215.37032 512.21875Q214.85469 511.64062 214.85469 510.46875ZM216.68282 508.98438Q216.29219 508.98438 216.02657 509.32812Q215.77657 509.67188 215.77657 510.57812Q215.77657 511.40625 216.02657 511.75Q216.29219 512.0781 216.68282 512.0781Q217.08907 512.0781 217.33907 511.73438Q217.60469 511.39062 217.60469 510.5Q217.60469 509.65625 217.33907 509.32812Q217.07344 508.98438 216.68282 508.98438ZM216.68282 517.3125L221.38594 508.26562L222.24532 508.26562L217.55782 517.3125L216.68282 517.3125ZM220.40157 514.9844Q220.40157 514.0625 220.85469 513.4219Q221.32344 512.78125 222.21407 512.78125Q223.02657 512.78125 223.55782 513.3594Q224.08907 513.9219 224.08907 515.0469Q224.08907 516.1406 223.54219 516.7344Q223.01094 517.3125 222.21407 517.3125Q221.44844 517.3125 220.91719 516.7344Q220.40157 516.15625 220.40157 514.9844ZM222.24532 513.5Q221.83907 513.5 221.57344 513.84375Q221.32344 514.1875 221.32344 515.09375Q221.32344 515.90625 221.58907 516.25Q221.85469 516.59375 222.24532 516.59375Q222.63594 516.59375 222.90157 516.25Q223.16719 515.90625 223.16719 515.0Q223.16719 514.1719 222.90157 513.84375Q222.63594 513.5 222.24532 513.5Z" fill-rule="nonzero"/><path fill="#666666" d="M284.54785 565.5808Q284.54785 564.65894 285.00098 564.0183Q285.46973 563.3777 286.34473 563.3777Q287.15723 563.3777 287.68848 563.9558Q288.21973 564.53394 288.21973 565.6433Q288.21973 566.73706 287.67285 567.3308Q287.1416 567.90894 286.36035 567.90894Q285.5791 567.90894 285.06348 567.3308Q284.54785 566.7527 284.54785 565.5808ZM286.37598 564.09644Q285.98535 564.09644 285.71973 564.4402Q285.46973 564.78394 285.46973 565.6902Q285.46973 566.5183 285.71973 566.86206Q285.98535 567.1902 286.37598 567.1902Q286.78223 567.1902 287.03223 566.84644Q287.29785 566.5027 287.29785 565.61206Q287.29785 564.7683 287.03223 564.4402Q286.7666 564.09644 286.37598 564.09644ZM286.37598 572.42456L291.0791 563.3777L291.93848 563.3777L287.25098 572.42456L286.37598 572.42456ZM290.09473 570.09644Q290.09473 569.17456 290.54785 568.53394Q291.0166 567.8933 291.90723 567.8933Q292.71973 567.8933 293.25098 568.47144Q293.78223 569.03394 293.78223 570.15894Q293.78223 571.2527 293.23535 571.84644Q292.7041 572.42456 291.90723 572.42456Q291.1416 572.42456 290.61035 571.84644Q290.09473 571.2683 290.09473 570.09644ZM291.93848 568.61206Q291.53223 568.61206 291.2666 568.9558Q291.0166 569.29956 291.0166 570.2058Q291.0166 571.0183 291.28223 571.36206Q291.54785 571.7058 291.93848 571.7058Q292.3291 571.7058 292.59473 571.36206Q292.86035 571.0183 292.86035 570.11206Q292.86035 569.28394 292.59473 568.9558Q292.3291 568.61206 291.93848 568.61206ZM298.25098 569.0027Q298.25098 567.2683 299.2041 566.4402Q300.00098 565.7527 301.15723 565.7527Q302.43848 565.7527 303.25098 566.59644Q304.0791 567.42456 304.0791 568.90894Q304.0791 570.11206 303.71973 570.79956Q303.36035 571.48706 302.65723 571.8777Q301.96973 572.2527 301.15723 572.2527Q299.86035 572.2527 299.04785 571.42456Q298.25098 570.5808 298.25098 569.0027ZM299.3291 569.0027Q299.3291 570.1902 299.84473 570.78394Q300.37598 571.3777 301.15723 571.3777Q301.9541 571.3777 302.46973 570.78394Q302.98535 570.1902 302.98535 568.97144Q302.98535 567.8152 302.4541 567.22144Q301.93848 566.6277 301.15723 566.6277Q300.37598 566.6277 299.84473 567.22144Q299.3291 567.79956 299.3291 569.0027ZM305.8916 572.11206L305.8916 566.7058L304.9541 566.7058L304.9541 565.8933L305.8916 565.8933L305.8916 565.22144Q305.8916 564.59644 306.00098 564.29956Q306.15723 563.8777 306.53223 563.6277Q306.92285 563.3777 307.61035 563.3777Q308.06348 563.3777 308.59473 563.48706L308.43848 564.3933Q308.11035 564.34644 307.81348 564.34644Q307.3291 564.34644 307.12598 564.54956Q306.93848 564.7527 306.93848 565.3152L306.93848 565.8933L308.15723 565.8933L308.15723 566.7058L306.93848 566.7058L306.93848 572.11206L305.8916 572.11206ZM311.62598 572.11206L311.62598 565.8933L312.5791 565.8933L312.5791 566.8308Q312.93848 566.17456 313.23535 565.97144Q313.54785 565.7527 313.92285 565.7527Q314.4541 565.7527 315.00098 566.0808L314.6416 567.0652Q314.25098 566.8308 313.87598 566.8308Q313.5166 566.8308 313.23535 567.04956Q312.96973 567.2527 312.86035 567.6277Q312.67285 568.1902 312.67285 568.84644L312.67285 572.11206L311.62598 572.11206ZM319.8916 570.11206L320.98535 570.23706Q320.73535 571.1902 320.03223 571.72144Q319.3291 572.2527 318.25098 572.2527Q316.8916 572.2527 316.0791 571.40894Q315.28223 570.5652 315.28223 569.04956Q315.28223 567.48706 316.09473 566.6277Q316.90723 565.7527 318.18848 565.7527Q319.43848 565.7527 320.21973 566.59644Q321.0166 567.4402 321.0166 568.98706Q321.0166 569.0808 321.0166 569.2683L316.37598 569.2683Q316.43848 570.29956 316.9541 570.84644Q317.46973 571.3777 318.25098 571.3777Q318.8291 571.3777 319.23535 571.0808Q319.65723 570.7683 319.8916 570.11206ZM316.43848 568.40894L319.90723 568.40894Q319.84473 567.61206 319.5166 567.22144Q319.00098 566.61206 318.2041 566.61206Q317.46973 566.61206 316.96973 567.09644Q316.48535 567.5808 316.43848 568.40894ZM322.21973 570.2527L323.25098 570.09644Q323.34473 570.72144 323.73535 571.04956Q324.1416 571.3777 324.87598 571.3777Q325.59473 571.3777 325.93848 571.09644Q326.29785 570.79956 326.29785 570.3933Q326.29785 570.03394 325.98535 569.8308Q325.7666 569.6902 324.90723 569.47144Q323.75098 569.17456 323.29785 568.97144Q322.86035 568.7527 322.62598 568.3777Q322.3916 568.0027 322.3916 567.53394Q322.3916 567.1277 322.5791 566.7683Q322.7666 566.40894 323.09473 566.17456Q323.34473 566.0027 323.7666 565.8777Q324.18848 565.7527 324.68848 565.7527Q325.40723 565.7527 325.9541 565.97144Q326.5166 566.17456 326.78223 566.53394Q327.04785 566.8933 327.1416 567.48706L326.11035 567.6277Q326.04785 567.15894 325.7041 566.8933Q325.37598 566.61206 324.75098 566.61206Q324.03223 566.61206 323.71973 566.86206Q323.40723 567.09644 323.40723 567.42456Q323.40723 567.6277 323.53223 567.78394Q323.67285 567.9558 323.93848 568.0652Q324.09473 568.1277 324.87598 568.3308Q326.00098 568.6433 326.43848 568.8308Q326.87598 569.0183 327.12598 569.3777Q327.37598 569.73706 327.37598 570.28394Q327.37598 570.8152 327.06348 571.28394Q326.7666 571.73706 326.18848 572.0027Q325.61035 572.2527 324.87598 572.2527Q323.65723 572.2527 323.0166 571.7527Q322.3916 571.23706 322.21973 570.2527ZM328.6416 574.5027L328.6416 565.8933L329.59473 565.8933L329.59473 566.6902Q329.93848 566.22144 330.36035 565.98706Q330.79785 565.7527 331.40723 565.7527Q332.2041 565.7527 332.81348 566.15894Q333.42285 566.5652 333.71973 567.3152Q334.03223 568.0652 334.03223 568.9558Q334.03223 569.90894 333.68848 570.67456Q333.36035 571.4402 332.7041 571.84644Q332.04785 572.2527 331.3291 572.2527Q330.79785 572.2527 330.37598 572.03394Q329.9541 571.79956 329.68848 571.47144L329.68848 574.5027L328.6416 574.5027ZM329.59473 569.03394Q329.59473 570.23706 330.0791 570.8152Q330.56348 571.3777 331.25098 571.3777Q331.9541 571.3777 332.4541 570.78394Q332.9541 570.1902 332.9541 568.9402Q332.9541 567.7527 332.46973 567.17456Q331.98535 566.5808 331.29785 566.5808Q330.62598 566.5808 330.11035 567.2058Q329.59473 567.8308 329.59473 569.03394ZM335.25098 569.0027Q335.25098 567.2683 336.2041 566.4402Q337.00098 565.7527 338.15723 565.7527Q339.43848 565.7527 340.25098 566.59644Q341.0791 567.42456 341.0791 568.90894Q341.0791 570.11206 340.71973 570.79956Q340.36035 571.48706 339.65723 571.8777Q338.96973 572.2527 338.15723 572.2527Q336.86035 572.2527 336.04785 571.42456Q335.25098 570.5808 335.25098 569.0027ZM336.3291 569.0027Q336.3291 570.1902 336.84473 570.78394Q337.37598 571.3777 338.15723 571.3777Q338.9541 571.3777 339.46973 570.78394Q339.98535 570.1902 339.98535 568.97144Q339.98535 567.8152 339.4541 567.22144Q338.93848 566.6277 338.15723 566.6277Q337.37598 566.6277 336.84473 567.22144Q336.3291 567.79956 336.3291 569.0027ZM342.6416 572.11206L342.6416 565.8933L343.5791 565.8933L343.5791 566.7683Q344.2666 565.7527 345.56348 565.7527Q346.12598 565.7527 346.59473 565.9558Q347.0791 566.15894 347.31348 566.48706Q347.54785 566.8152 347.6416 567.2527Q347.68848 567.54956 347.68848 568.28394L347.68848 572.11206L346.6416 572.11206L346.6416 568.3308Q346.6416 567.67456 346.5166 567.36206Q346.3916 567.04956 346.0791 566.86206Q345.7666 566.65894 345.34473 566.65894Q344.67285 566.65894 344.17285 567.09644Q343.68848 567.5183 343.68848 568.7058L343.68848 572.11206L342.6416 572.11206ZM353.67285 572.11206L353.67285 571.3308Q353.0791 572.2527 351.93848 572.2527Q351.18848 572.2527 350.56348 571.84644Q349.93848 571.42456 349.59473 570.6902Q349.25098 569.9558 349.25098 569.0027Q349.25098 568.0808 349.56348 567.3152Q349.87598 566.54956 350.50098 566.15894Q351.12598 565.7527 351.8916 565.7527Q352.4541 565.7527 352.8916 565.98706Q353.3291 566.22144 353.61035 566.59644L353.61035 563.5183L354.65723 563.5183L354.65723 572.11206L353.67285 572.11206ZM350.34473 569.0027Q350.34473 570.2058 350.84473 570.79956Q351.34473 571.3777 352.03223 571.3777Q352.71973 571.3777 353.2041 570.8152Q353.68848 570.2527 353.68848 569.09644Q353.68848 567.8152 353.18848 567.22144Q352.7041 566.6277 351.98535 566.6277Q351.28223 566.6277 350.81348 567.2058Q350.34473 567.7683 350.34473 569.0027ZM360.8916 570.11206L361.98535 570.23706Q361.73535 571.1902 361.03223 571.72144Q360.3291 572.2527 359.25098 572.2527Q357.8916 572.2527 357.0791 571.40894Q356.28223 570.5652 356.28223 569.04956Q356.28223 567.48706 357.09473 566.6277Q357.90723 565.7527 359.18848 565.7527Q360.43848 565.7527 361.21973 566.59644Q362.0166 567.4402 362.0166 568.98706Q362.0166 569.0808 362.0166 569.2683L357.37598 569.2683Q357.43848 570.29956 357.9541 570.84644Q358.46973 571.3777 359.25098 571.3777Q359.8291 571.3777 360.23535 571.0808Q360.65723 570.7683 360.8916 570.11206ZM357.43848 568.40894L360.90723 568.40894Q360.84473 567.61206 360.5166 567.22144Q360.00098 566.61206 359.2041 566.61206Q358.46973 566.61206 357.96973 567.09644Q357.48535 567.5808 357.43848 568.40894ZM363.6416 572.11206L363.6416 565.8933L364.5791 565.8933L364.5791 566.7683Q365.2666 565.7527 366.56348 565.7527Q367.12598 565.7527 367.59473 565.9558Q368.0791 566.15894 368.31348 566.48706Q368.54785 566.8152 368.6416 567.2527Q368.68848 567.54956 368.68848 568.28394L368.68848 572.11206L367.6416 572.11206L367.6416 568.3308Q367.6416 567.67456 367.5166 567.36206Q367.3916 567.04956 367.0791 566.86206Q366.7666 566.65894 366.34473 566.65894Q365.67285 566.65894 365.17285 567.09644Q364.68848 567.5183 364.68848 568.7058L364.68848 572.11206L363.6416 572.11206ZM372.93848 571.17456L373.09473 572.09644Q372.6416 572.1902 372.29785 572.1902Q371.71973 572.1902 371.40723 572.0183Q371.09473 571.8308 370.9541 571.53394Q370.8291 571.23706 370.8291 570.28394L370.8291 566.7058L370.06348 566.7058L370.06348 565.8933L370.8291 565.8933L370.8291 564.34644L371.87598 563.72144L371.87598 565.8933L372.93848 565.8933L372.93848 566.7058L371.87598 566.7058L371.87598 570.34644Q371.87598 570.79956 371.92285 570.92456Q371.98535 571.04956 372.11035 571.1277Q372.23535 571.2058 372.46973 571.2058Q372.65723 571.2058 372.93848 571.17456ZM373.21973 570.2527L374.25098 570.09644Q374.34473 570.72144 374.73535 571.04956Q375.1416 571.3777 375.87598 571.3777Q376.59473 571.3777 376.93848 571.09644Q377.29785 570.79956 377.29785 570.3933Q377.29785 570.03394 376.98535 569.8308Q376.7666 569.6902 375.90723 569.47144Q374.75098 569.17456 374.29785 568.97144Q373.86035 568.7527 373.62598 568.3777Q373.3916 568.0027 373.3916 567.53394Q373.3916 567.1277 373.5791 566.7683Q373.7666 566.40894 374.09473 566.17456Q374.34473 566.0027 374.7666 565.8777Q375.18848 565.7527 375.68848 565.7527Q376.40723 565.7527 376.9541 565.97144Q377.5166 566.17456 377.78223 566.53394Q378.04785 566.8933 378.1416 567.48706L377.11035 567.6277Q377.04785 567.15894 376.7041 566.8933Q376.37598 566.61206 375.75098 566.61206Q375.03223 566.61206 374.71973 566.86206Q374.40723 567.09644 374.40723 567.42456Q374.40723 567.6277 374.53223 567.78394Q374.67285 567.9558 374.93848 568.0652Q375.09473 568.1277 375.87598 568.3308Q377.00098 568.6433 377.43848 568.8308Q377.87598 569.0183 378.12598 569.3777Q378.37598 569.73706 378.37598 570.28394Q378.37598 570.8152 378.06348 571.28394Q377.7666 571.73706 377.18848 572.0027Q376.61035 572.2527 375.87598 572.2527Q374.65723 572.2527 374.0166 571.7527Q373.3916 571.23706 373.21973 570.2527Z" fill-rule="nonzero"/><path fill="#666666" d="M75.64258 80.86337L75.64258 79.86337L79.26758 79.84775L79.26758 83.03525Q78.43945 83.70712 77.54883 84.05087Q76.6582 84.379 75.7207 84.379Q74.45508 84.379 73.4082 83.84775Q72.37695 83.30087 71.8457 82.28525Q71.33008 81.254 71.33008 79.98837Q71.33008 78.72275 71.8457 77.64462Q72.37695 76.55087 73.36133 76.03525Q74.3457 75.504 75.62695 75.504Q76.56445 75.504 77.31445 75.80087Q78.06445 76.09775 78.48633 76.64462Q78.92383 77.17587 79.14258 78.05087L78.12695 78.33212Q77.92383 77.67587 77.62695 77.30087Q77.3457 76.92587 76.81445 76.70712Q76.2832 76.47275 75.64258 76.47275Q74.86133 76.47275 74.2832 76.70712Q73.7207 76.9415 73.36133 77.33212Q73.01758 77.72275 72.83008 78.1915Q72.50195 78.98837 72.50195 79.91025Q72.50195 81.0665 72.89258 81.84775Q73.29883 82.61337 74.04883 82.98837Q74.79883 83.36337 75.6582 83.36337Q76.39258 83.36337 77.0957 83.08212Q77.79883 82.78525 78.1582 82.47275L78.1582 80.86337L75.64258 80.86337ZM80.0957 81.129Q80.0957 79.39462 81.04883 78.5665Q81.8457 77.879 83.00195 77.879Q84.2832 77.879 85.0957 78.72275Q85.92383 79.55087 85.92383 81.03525Q85.92383 82.23837 85.56445 82.92587Q85.20508 83.61337 84.50195 84.004Q83.81445 84.379 83.00195 84.379Q81.70508 84.379 80.89258 83.55087Q80.0957 82.70712 80.0957 81.129ZM81.17383 81.129Q81.17383 82.3165 81.68945 82.91025Q82.2207 83.504 83.00195 83.504Q83.79883 83.504 84.31445 82.91025Q84.83008 82.3165 84.83008 81.09775Q84.83008 79.9415 84.29883 79.34775Q83.7832 78.754 83.00195 78.754Q82.2207 78.754 81.68945 79.34775Q81.17383 79.92587 81.17383 81.129Z" fill-rule="nonzero"/><path fill="#666666" d="M49.61133 108.29522L49.61133 99.70147L52.86133 99.70147Q53.70508 99.70147 54.158203 99.779594Q54.79883 99.88897 55.220703 100.185844Q55.658203 100.48272 55.908203 101.01397Q56.17383 101.54522 56.17383 102.185844Q56.17383 103.279594 55.470703 104.04522Q54.783203 104.79522 52.95508 104.79522L50.751953 104.79522L50.751953 108.29522L49.61133 108.29522ZM50.751953 103.79522L52.970703 103.79522Q54.08008 103.79522 54.533203 103.38897Q55.001953 102.967094 55.001953 102.217094Q55.001953 101.685844 54.720703 101.310844Q54.45508 100.92022 54.01758 100.79522Q53.720703 100.717094 52.95508 100.717094L50.751953 100.717094L50.751953 103.79522ZM57.439453 110.685844L57.314453 109.70147Q57.658203 109.79522 57.92383 109.79522Q58.26758 109.79522 58.470703 109.67022Q58.689453 109.560844 58.83008 109.35772Q58.92383 109.185844 59.158203 108.560844Q59.17383 108.48272 59.251953 108.310844L56.876953 102.07647L58.01758 102.07647L59.314453 105.67022Q59.564453 106.35772 59.76758 107.123344Q59.95508 106.38897 60.20508 105.70147L61.533203 102.07647L62.58008 102.07647L60.220703 108.404594Q59.83008 109.42022 59.626953 109.810844Q59.345703 110.342094 58.970703 110.57647Q58.61133 110.82647 58.11133 110.82647Q57.814453 110.82647 57.439453 110.685844ZM65.7832 107.35772L65.93945 108.279594Q65.48633 108.373344 65.14258 108.373344Q64.56445 108.373344 64.25195 108.20147Q63.939453 108.01397 63.79883 107.717094Q63.67383 107.42022 63.67383 106.467094L63.67383 102.88897L62.908203 102.88897L62.908203 102.07647L63.67383 102.07647L63.67383 100.529594L64.7207 99.904594L64.7207 102.07647L65.7832 102.07647L65.7832 102.88897L64.7207 102.88897L64.7207 106.529594Q64.7207 106.98272 64.76758 107.10772Q64.83008 107.23272 64.95508 107.310844Q65.08008 107.38897 65.31445 107.38897Q65.50195 107.38897 65.7832 107.35772ZM66.48633 108.29522L66.48633 99.70147L67.5332 99.70147L67.5332 102.779594Q68.26758 101.935844 69.39258 101.935844Q70.0957 101.935844 70.5957 102.217094Q71.11133 102.48272 71.33008 102.967094Q71.54883 103.435844 71.54883 104.35772L71.54883 108.29522L70.50195 108.29522L70.50195 104.35772Q70.50195 103.560844 70.1582 103.20147Q69.81445 102.842094 69.18945 102.842094Q68.7207 102.842094 68.29883 103.092094Q67.89258 103.32647 67.70508 103.748344Q67.5332 104.154594 67.5332 104.88897L67.5332 108.29522L66.48633 108.29522ZM73.0957 105.185844Q73.0957 103.45147 74.04883 102.623344Q74.8457 101.935844 76.00195 101.935844Q77.2832 101.935844 78.0957 102.779594Q78.92383 103.60772 78.92383 105.092094Q78.92383 106.29522 78.56445 106.98272Q78.20508 107.67022 77.50195 108.060844Q76.81445 108.435844 76.00195 108.435844Q74.70508 108.435844 73.89258 107.60772Q73.0957 106.76397 73.0957 105.185844ZM74.17383 105.185844Q74.17383 106.373344 74.68945 106.967094Q75.2207 107.560844 76.00195 107.560844Q76.79883 107.560844 77.31445 106.967094Q77.83008 106.373344 77.83008 105.154594Q77.83008 103.998344 77.29883 103.404594Q76.7832 102.810844 76.00195 102.810844Q75.2207 102.810844 74.68945 103.404594Q74.17383 103.98272 74.17383 105.185844ZM80.48633 108.29522L80.48633 102.07647L81.42383 102.07647L81.42383 102.95147Q82.11133 101.935844 83.4082 101.935844Q83.9707 101.935844 84.43945 102.13897Q84.92383 102.342094 85.1582 102.67022Q85.39258 102.998344 85.48633 103.435844Q85.5332 103.73272 85.5332 104.467094L85.5332 108.29522L84.48633 108.29522L84.48633 104.51397Q84.48633 103.85772 84.36133 103.54522Q84.23633 103.23272 83.92383 103.04522Q83.61133 102.842094 83.18945 102.842094Q82.51758 102.842094 82.01758 103.279594Q81.5332 103.70147 81.5332 104.88897L81.5332 108.29522L80.48633 108.29522Z" fill-rule="nonzero"/><path fill="#666666" d="M62.626953 132.35207L62.626953 123.758316L66.43945 123.758316Q67.5957 123.758316 68.18945 123.99269Q68.7832 124.227066 69.14258 124.820816Q69.50195 125.39894 69.50195 126.102066Q69.50195 127.02394 68.9082 127.64894Q68.31445 128.27394 67.08008 128.44582Q67.5332 128.66457 67.76758 128.86769Q68.26758 129.32082 68.70508 130.00832L70.20508 132.35207L68.76758 132.35207L67.64258 130.57082Q67.14258 129.78957 66.81445 129.38332Q66.50195 128.97707 66.23633 128.82082Q65.98633 128.64894 65.7207 128.57082Q65.5332 128.53957 65.0957 128.53957L63.76758 128.53957L63.76758 132.35207L62.626953 132.35207ZM63.76758 127.55519L66.2207 127.55519Q66.98633 127.55519 67.42383 127.39894Q67.87695 127.227066 68.0957 126.883316Q68.33008 126.52394 68.33008 126.102066Q68.33008 125.49269 67.87695 125.102066Q67.43945 124.71144 66.48633 124.71144L63.76758 124.71144L63.76758 127.55519ZM75.56445 132.35207L75.56445 131.43019Q74.83008 132.49269 73.58008 132.49269Q73.0332 132.49269 72.54883 132.28957Q72.08008 132.07082 71.8457 131.75832Q71.61133 131.43019 71.51758 130.96144Q71.45508 130.66457 71.45508 129.97707L71.45508 126.133316L72.51758 126.133316L72.51758 129.58644Q72.51758 130.39894 72.58008 130.69582Q72.67383 131.10207 72.98633 131.35207Q73.31445 131.58644 73.79883 131.58644Q74.26758 131.58644 74.67383 131.35207Q75.0957 131.10207 75.26758 130.68019Q75.45508 130.25832 75.45508 129.46144L75.45508 126.133316L76.50195 126.133316L76.50195 132.35207L75.56445 132.35207ZM78.06445 130.49269L79.0957 130.33644Q79.18945 130.96144 79.58008 131.28957Q79.98633 131.61769 80.7207 131.61769Q81.43945 131.61769 81.7832 131.33644Q82.14258 131.03957 82.14258 130.63332Q82.14258 130.27394 81.83008 130.07082Q81.61133 129.93019 80.75195 129.71144Q79.5957 129.41457 79.14258 129.21144Q78.70508 128.99269 78.4707 128.61769Q78.23633 128.24269 78.23633 127.77394Q78.23633 127.36769 78.42383 127.008316Q78.61133 126.64894 78.93945 126.414566Q79.18945 126.24269 79.61133 126.11769Q80.0332 125.99269 80.5332 125.99269Q81.25195 125.99269 81.79883 126.21144Q82.36133 126.414566 82.62695 126.77394Q82.89258 127.133316 82.98633 127.727066L81.95508 127.86769Q81.89258 127.39894 81.54883 127.133316Q81.2207 126.852066 80.5957 126.852066Q79.87695 126.852066 79.56445 127.102066Q79.25195 127.33644 79.25195 127.664566Q79.25195 127.86769 79.37695 128.02394Q79.51758 128.19582 79.7832 128.30519Q79.93945 128.36769 80.7207 128.57082Q81.8457 128.88332 82.2832 129.07082Q82.7207 129.25832 82.9707 129.61769Q83.2207 129.97707 83.2207 130.52394Q83.2207 131.05519 82.9082 131.52394Q82.61133 131.97707 82.0332 132.24269Q81.45508 132.49269 80.7207 132.49269Q79.50195 132.49269 78.86133 131.99269Q78.23633 131.47707 78.06445 130.49269ZM86.7832 131.41457L86.93945 132.33644Q86.48633 132.43019 86.14258 132.43019Q85.56445 132.43019 85.25195 132.25832Q84.93945 132.07082 84.79883 131.77394Q84.67383 131.47707 84.67383 130.52394L84.67383 126.945816L83.9082 126.945816L83.9082 126.133316L84.67383 126.133316L84.67383 124.58644L85.7207 123.96144L85.7207 126.133316L86.7832 126.133316L86.7832 126.945816L85.7207 126.945816L85.7207 130.58644Q85.7207 131.03957 85.76758 131.16457Q85.83008 131.28957 85.95508 131.36769Q86.08008 131.44582 86.31445 131.44582Q86.50195 131.44582 86.7832 131.41457Z" fill-rule="nonzero"/><path fill="#666666" d="M30.033203 153.97142L31.064453 153.8308Q31.095703 154.81517 31.423828 155.17455Q31.751953 155.53392 32.345703 155.53392Q32.76758 155.53392 33.08008 155.34642Q33.39258 155.1433 33.501953 154.81517Q33.626953 154.47142 33.626953 153.73705L33.626953 147.81517L34.751953 147.81517L34.751953 153.67455Q34.751953 154.75267 34.48633 155.34642Q34.23633 155.94017 33.67383 156.25267Q33.11133 156.54955 32.345703 156.54955Q31.220703 156.54955 30.611328 155.90892Q30.017578 155.25267 30.033203 153.97142ZM40.54883 155.6433Q39.95508 156.1433 39.408203 156.34642Q38.876953 156.54955 38.251953 156.54955Q37.220703 156.54955 36.67383 156.04955Q36.126953 155.54955 36.126953 154.7683Q36.126953 154.31517 36.33008 153.94017Q36.533203 153.54955 36.876953 153.3308Q37.220703 153.09642 37.64258 152.98705Q37.939453 152.8933 38.58008 152.81517Q39.845703 152.67455 40.45508 152.4558Q40.45508 152.23705 40.45508 152.19017Q40.45508 151.53392 40.158203 151.2683Q39.751953 150.92455 38.95508 150.92455Q38.220703 150.92455 37.86133 151.19017Q37.501953 151.44017 37.33008 152.09642L36.29883 151.9558Q36.439453 151.29955 36.76758 150.8933Q37.095703 150.48705 37.70508 150.2683Q38.314453 150.04955 39.11133 150.04955Q39.908203 150.04955 40.408203 150.23705Q40.908203 150.42455 41.14258 150.7058Q41.376953 150.98705 41.470703 151.42455Q41.51758 151.69017 41.51758 152.3933L41.51758 153.79955Q41.51758 155.2683 41.58008 155.65892Q41.658203 156.04955 41.86133 156.40892L40.751953 156.40892Q40.595703 156.0808 40.54883 155.6433ZM40.45508 153.28392Q39.876953 153.5183 38.73633 153.69017Q38.08008 153.78392 37.814453 153.90892Q37.54883 154.0183 37.39258 154.23705Q37.251953 154.4558 37.251953 154.73705Q37.251953 155.15892 37.564453 155.44017Q37.89258 155.72142 38.501953 155.72142Q39.11133 155.72142 39.58008 155.4558Q40.064453 155.19017 40.283203 154.72142Q40.45508 154.36205 40.45508 153.67455L40.45508 153.28392ZM45.20508 156.40892L42.845703 150.19017L43.95508 150.19017L45.29883 153.90892Q45.501953 154.5183 45.689453 155.15892Q45.83008 154.67455 46.08008 153.98705L47.470703 150.19017L48.54883 150.19017L46.189453 156.40892L45.20508 156.40892ZM53.54883 155.6433Q52.95508 156.1433 52.408203 156.34642Q51.876953 156.54955 51.251953 156.54955Q50.220703 156.54955 49.67383 156.04955Q49.126953 155.54955 49.126953 154.7683Q49.126953 154.31517 49.33008 153.94017Q49.533203 153.54955 49.876953 153.3308Q50.220703 153.09642 50.64258 152.98705Q50.939453 152.8933 51.58008 152.81517Q52.845703 152.67455 53.45508 152.4558Q53.45508 152.23705 53.45508 152.19017Q53.45508 151.53392 53.158203 151.2683Q52.751953 150.92455 51.95508 150.92455Q51.220703 150.92455 50.86133 151.19017Q50.501953 151.44017 50.33008 152.09642L49.29883 151.9558Q49.439453 151.29955 49.76758 150.8933Q50.095703 150.48705 50.70508 150.2683Q51.314453 150.04955 52.11133 150.04955Q52.908203 150.04955 53.408203 150.23705Q53.908203 150.42455 54.14258 150.7058Q54.376953 150.98705 54.470703 151.42455Q54.51758 151.69017 54.51758 152.3933L54.51758 153.79955Q54.51758 155.2683 54.58008 155.65892Q54.658203 156.04955 54.86133 156.40892L53.751953 156.40892Q53.595703 156.0808 53.54883 155.6433ZM53.45508 153.28392Q52.876953 153.5183 51.73633 153.69017Q51.08008 153.78392 50.814453 153.90892Q50.54883 154.0183 50.39258 154.23705Q50.251953 154.4558 50.251953 154.73705Q50.251953 155.15892 50.564453 155.44017Q50.89258 155.72142 51.501953 155.72142Q52.11133 155.72142 52.58008 155.4558Q53.064453 155.19017 53.283203 154.72142Q53.45508 154.36205 53.45508 153.67455L53.45508 153.28392ZM56.23633 153.6433L57.29883 153.54955Q57.376953 154.2058 57.658203 154.61205Q57.939453 155.0183 58.51758 155.28392Q59.11133 155.53392 59.845703 155.53392Q60.48633 155.53392 60.98633 155.34642Q61.48633 155.1433 61.720703 154.81517Q61.970703 154.47142 61.970703 154.0808Q61.970703 153.67455 61.73633 153.37767Q61.501953 153.06517 60.970703 152.86205Q60.61133 152.72142 59.42383 152.44017Q58.251953 152.15892 57.783203 151.90892Q57.158203 151.5808 56.86133 151.11205Q56.564453 150.62767 56.564453 150.03392Q56.564453 149.3933 56.92383 148.8308Q57.29883 148.25267 58.001953 147.97142Q58.720703 147.67455 59.58008 147.67455Q60.533203 147.67455 61.26758 147.98705Q62.001953 148.28392 62.39258 148.8933Q62.783203 149.48705 62.814453 150.23705L61.720703 150.31517Q61.626953 149.50267 61.11133 149.09642Q60.61133 148.67455 59.626953 148.67455Q58.595703 148.67455 58.126953 149.04955Q57.658203 149.42455 57.658203 149.9558Q57.658203 150.42455 57.98633 150.72142Q58.314453 151.0183 59.689453 151.3308Q61.08008 151.6433 61.595703 151.87767Q62.345703 152.23705 62.70508 152.7683Q63.064453 153.28392 63.064453 153.98705Q63.064453 154.67455 62.67383 155.28392Q62.283203 155.87767 61.54883 156.22142Q60.814453 156.54955 59.89258 156.54955Q58.720703 156.54955 57.92383 156.22142Q57.14258 155.87767 56.689453 155.19017Q56.251953 154.50267 56.23633 153.6433ZM68.54883 154.12767L69.58008 154.2683Q69.4082 155.3308 68.70508 155.94017Q68.00195 156.54955 66.98633 156.54955Q65.70508 156.54955 64.92383 155.72142Q64.1582 154.87767 64.1582 153.31517Q64.1582 152.31517 64.48633 151.56517Q64.83008 150.79955 65.50195 150.42455Q66.18945 150.04955 67.00195 150.04955Q68.00195 150.04955 68.64258 150.56517Q69.29883 151.06517 69.48633 152.0183L68.45508 152.17455Q68.31445 151.54955 67.93945 151.23705Q67.56445 150.90892 67.0332 150.90892Q66.23633 150.90892 65.73633 151.48705Q65.23633 152.04955 65.23633 153.28392Q65.23633 154.54955 65.7207 155.11205Q66.20508 155.67455 66.9707 155.67455Q67.5957 155.67455 68.00195 155.29955Q68.42383 154.92455 68.54883 154.12767ZM70.4707 156.40892L70.4707 150.19017L71.42383 150.19017L71.42383 151.12767Q71.7832 150.47142 72.08008 150.2683Q72.39258 150.04955 72.76758 150.04955Q73.29883 150.04955 73.8457 150.37767L73.48633 151.36205Q73.0957 151.12767 72.7207 151.12767Q72.36133 151.12767 72.08008 151.34642Q71.81445 151.54955 71.70508 151.92455Q71.51758 152.48705 71.51758 153.1433L71.51758 156.40892L70.4707 156.40892ZM74.48633 149.03392L74.48633 147.81517L75.54883 147.81517L75.54883 149.03392L74.48633 149.03392ZM74.48633 156.40892L74.48633 150.19017L75.54883 150.19017L75.54883 156.40892L74.48633 156.40892ZM77.48633 158.79955L77.48633 150.19017L78.43945 150.19017L78.43945 150.98705Q78.7832 150.5183 79.20508 150.28392Q79.64258 150.04955 80.25195 150.04955Q81.04883 150.04955 81.6582 150.4558Q82.26758 150.86205 82.56445 151.61205Q82.87695 152.36205 82.87695 153.25267Q82.87695 154.2058 82.5332 154.97142Q82.20508 155.73705 81.54883 156.1433Q80.89258 156.54955 80.17383 156.54955Q79.64258 156.54955 79.2207 156.3308Q78.79883 156.09642 78.5332 155.7683L78.5332 158.79955L77.48633 158.79955ZM78.43945 153.3308Q78.43945 154.53392 78.92383 155.11205Q79.4082 155.67455 80.0957 155.67455Q80.79883 155.67455 81.29883 155.0808Q81.79883 154.48705 81.79883 153.23705Q81.79883 152.04955 81.31445 151.47142Q80.83008 150.87767 80.14258 150.87767Q79.4707 150.87767 78.95508 151.50267Q78.43945 152.12767 78.43945 153.3308ZM86.7832 155.47142L86.93945 156.3933Q86.48633 156.48705 86.14258 156.48705Q85.56445 156.48705 85.25195 156.31517Q84.93945 156.12767 84.79883 155.8308Q84.67383 155.53392 84.67383 154.5808L84.67383 151.00267L83.9082 151.00267L83.9082 150.19017L84.67383 150.19017L84.67383 148.6433L85.7207 148.0183L85.7207 150.19017L86.7832 150.19017L86.7832 151.00267L85.7207 151.00267L85.7207 154.6433Q85.7207 155.09642 85.76758 155.22142Q85.83008 155.34642 85.95508 155.42455Q86.08008 155.50267 86.31445 155.50267Q86.50195 155.50267 86.7832 155.47142Z" fill-rule="nonzero"/><path fill="#666666" d="M61.033203 178.02826L62.064453 177.88763Q62.095703 178.87201 62.42383 179.23138Q62.751953 179.59076 63.345703 179.59076Q63.76758 179.59076 64.08008 179.40326Q64.39258 179.20013 64.50195 178.87201Q64.62695 178.52826 64.62695 177.79388L64.62695 171.87201L65.75195 171.87201L65.75195 177.73138Q65.75195 178.80951 65.48633 179.40326Q65.23633 179.99701 64.67383 180.30951Q64.11133 180.60638 63.345703 180.60638Q62.220703 180.60638 61.61133 179.96576Q61.01758 179.30951 61.033203 178.02826ZM71.54883 179.70013Q70.95508 180.20013 70.4082 180.40326Q69.87695 180.60638 69.25195 180.60638Q68.2207 180.60638 67.67383 180.10638Q67.12695 179.60638 67.12695 178.82513Q67.12695 178.37201 67.33008 177.99701Q67.5332 177.60638 67.87695 177.38763Q68.2207 177.15326 68.64258 177.04388Q68.93945 176.95013 69.58008 176.87201Q70.8457 176.73138 71.45508 176.51263Q71.45508 176.29388 71.45508 176.24701Q71.45508 175.59076 71.1582 175.32513Q70.75195 174.98138 69.95508 174.98138Q69.2207 174.98138 68.86133 175.24701Q68.50195 175.49701 68.33008 176.15326L67.29883 176.01263Q67.43945 175.35638 67.76758 174.95013Q68.0957 174.54388 68.70508 174.32513Q69.31445 174.10638 70.11133 174.10638Q70.9082 174.10638 71.4082 174.29388Q71.9082 174.48138 72.14258 174.76263Q72.37695 175.04388 72.4707 175.48138Q72.51758 175.74701 72.51758 176.45013L72.51758 177.85638Q72.51758 179.32513 72.58008 179.71576Q72.6582 180.10638 72.86133 180.46576L71.75195 180.46576Q71.5957 180.13763 71.54883 179.70013ZM71.45508 177.34076Q70.87695 177.57513 69.73633 177.74701Q69.08008 177.84076 68.81445 177.96576Q68.54883 178.07513 68.39258 178.29388Q68.25195 178.51263 68.25195 178.79388Q68.25195 179.21576 68.56445 179.49701Q68.89258 179.77826 69.50195 179.77826Q70.11133 179.77826 70.58008 179.51263Q71.06445 179.24701 71.2832 178.77826Q71.45508 178.41888 71.45508 177.73138L71.45508 177.34076ZM76.20508 180.46576L73.8457 174.24701L74.95508 174.24701L76.29883 177.96576Q76.50195 178.57513 76.68945 179.21576Q76.83008 178.73138 77.08008 178.04388L78.4707 174.24701L79.54883 174.24701L77.18945 180.46576L76.20508 180.46576ZM84.54883 179.70013Q83.95508 180.20013 83.4082 180.40326Q82.87695 180.60638 82.25195 180.60638Q81.2207 180.60638 80.67383 180.10638Q80.12695 179.60638 80.12695 178.82513Q80.12695 178.37201 80.33008 177.99701Q80.5332 177.60638 80.87695 177.38763Q81.2207 177.15326 81.64258 177.04388Q81.93945 176.95013 82.58008 176.87201Q83.8457 176.73138 84.45508 176.51263Q84.45508 176.29388 84.45508 176.24701Q84.45508 175.59076 84.1582 175.32513Q83.75195 174.98138 82.95508 174.98138Q82.2207 174.98138 81.86133 175.24701Q81.50195 175.49701 81.33008 176.15326L80.29883 176.01263Q80.43945 175.35638 80.76758 174.95013Q81.0957 174.54388 81.70508 174.32513Q82.31445 174.10638 83.11133 174.10638Q83.9082 174.10638 84.4082 174.29388Q84.9082 174.48138 85.14258 174.76263Q85.37695 175.04388 85.4707 175.48138Q85.51758 175.74701 85.51758 176.45013L85.51758 177.85638Q85.51758 179.32513 85.58008 179.71576Q85.6582 180.10638 85.86133 180.46576L84.75195 180.46576Q84.5957 180.13763 84.54883 179.70013ZM84.45508 177.34076Q83.87695 177.57513 82.73633 177.74701Q82.08008 177.84076 81.81445 177.96576Q81.54883 178.07513 81.39258 178.29388Q81.25195 178.51263 81.25195 178.79388Q81.25195 179.21576 81.56445 179.49701Q81.89258 179.77826 82.50195 179.77826Q83.11133 179.77826 83.58008 179.51263Q84.06445 179.24701 84.2832 178.77826Q84.45508 178.41888 84.45508 177.73138L84.45508 177.34076Z" fill-rule="nonzero"/><path fill="#666666" d="M77.75195 201.50699L78.87695 201.80386Q78.51758 203.19449 77.5957 203.92886Q76.67383 204.66324 75.33008 204.66324Q73.93945 204.66324 73.06445 204.10074Q72.18945 203.53824 71.73633 202.47574Q71.2832 201.39761 71.2832 200.16324Q71.2832 198.81949 71.79883 197.81949Q72.31445 196.81949 73.25195 196.30386Q74.20508 195.78824 75.3457 195.78824Q76.62695 195.78824 77.50195 196.44449Q78.39258 197.10074 78.73633 198.28824L77.61133 198.55386Q77.31445 197.61636 76.73633 197.19449Q76.17383 196.75699 75.31445 196.75699Q74.33008 196.75699 73.6582 197.24136Q73.00195 197.71011 72.7207 198.50699Q72.45508 199.30386 72.45508 200.16324Q72.45508 201.25699 72.76758 202.06949Q73.0957 202.88199 73.76758 203.28824Q74.43945 203.69449 75.23633 203.69449Q76.18945 203.69449 76.8457 203.14761Q77.51758 202.60074 77.75195 201.50699ZM80.29883 204.66324L80.79883 202.17886L79.81445 202.17886L79.81445 201.30386L80.98633 201.30386L81.4082 199.17886L79.81445 199.17886L79.81445 198.30386L81.5957 198.30386L82.0957 195.78824L82.9707 195.78824L82.4707 198.30386L84.31445 198.30386L84.83008 195.78824L85.70508 195.78824L85.20508 198.30386L86.20508 198.30386L86.20508 199.17886L85.01758 199.17886L84.58008 201.30386L86.20508 201.30386L86.20508 202.17886L84.4082 202.17886L83.89258 204.66324L83.01758 204.66324L83.51758 202.17886L81.68945 202.17886L81.17383 204.66324L80.29883 204.66324ZM81.86133 201.30386L83.70508 201.30386L84.14258 199.17886L82.29883 199.17886L81.86133 201.30386Z" fill-rule="nonzero"/><path fill="#666666" d="M58.626953 228.57945L58.626953 219.9857L62.439453 219.9857Q63.595703 219.9857 64.18945 220.22008Q64.7832 220.45445 65.14258 221.0482Q65.50195 221.62633 65.50195 222.32945Q65.50195 223.25133 64.9082 223.87633Q64.31445 224.50133 63.08008 224.6732Q63.533203 224.89195 63.76758 225.09508Q64.26758 225.5482 64.70508 226.2357L66.20508 228.57945L64.76758 228.57945L63.64258 226.7982Q63.14258 226.01695 62.814453 225.6107Q62.501953 225.20445 62.23633 225.0482Q61.98633 224.87633 61.720703 224.7982Q61.533203 224.76695 61.095703 224.76695L59.76758 224.76695L59.76758 228.57945L58.626953 228.57945ZM59.76758 223.78258L62.220703 223.78258Q62.98633 223.78258 63.42383 223.62633Q63.876953 223.45445 64.0957 223.1107Q64.33008 222.75133 64.33008 222.32945Q64.33008 221.72008 63.876953 221.32945Q63.439453 220.93883 62.48633 220.93883L59.76758 220.93883L59.76758 223.78258ZM71.56445 228.57945L71.56445 227.65758Q70.83008 228.72008 69.58008 228.72008Q69.0332 228.72008 68.54883 228.51695Q68.08008 228.2982 67.8457 227.9857Q67.61133 227.65758 67.51758 227.18883Q67.45508 226.89195 67.45508 226.20445L67.45508 222.3607L68.51758 222.3607L68.51758 225.81383Q68.51758 226.62633 68.58008 226.9232Q68.67383 227.32945 68.98633 227.57945Q69.31445 227.81383 69.79883 227.81383Q70.26758 227.81383 70.67383 227.57945Q71.0957 227.32945 71.26758 226.90758Q71.45508 226.4857 71.45508 225.68883L71.45508 222.3607L72.50195 222.3607L72.50195 228.57945L71.56445 228.57945ZM75.45508 228.57945L74.4707 228.57945L74.4707 219.9857L75.5332 219.9857L75.5332 223.0482Q76.20508 222.22008 77.23633 222.22008Q77.81445 222.22008 78.31445 222.45445Q78.83008 222.6732 79.1582 223.09508Q79.50195 223.51695 79.68945 224.1107Q79.87695 224.70445 79.87695 225.37633Q79.87695 226.97008 79.08008 227.84508Q78.2832 228.72008 77.18945 228.72008Q76.08008 228.72008 75.45508 227.7982L75.45508 228.57945ZM75.43945 225.4232Q75.43945 226.53258 75.75195 227.03258Q76.25195 227.84508 77.0957 227.84508Q77.7832 227.84508 78.2832 227.25133Q78.79883 226.65758 78.79883 225.45445Q78.79883 224.2357 78.31445 223.65758Q77.83008 223.07945 77.14258 223.07945Q76.45508 223.07945 75.93945 223.68883Q75.43945 224.28258 75.43945 225.4232ZM81.43945 230.97008L81.31445 229.9857Q81.6582 230.07945 81.92383 230.07945Q82.26758 230.07945 82.4707 229.95445Q82.68945 229.84508 82.83008 229.64195Q82.92383 229.47008 83.1582 228.84508Q83.17383 228.76695 83.25195 228.59508L80.87695 222.3607L82.01758 222.3607L83.31445 225.95445Q83.56445 226.64195 83.76758 227.40758Q83.95508 226.6732 84.20508 225.9857L85.5332 222.3607L86.58008 222.3607L84.2207 228.68883Q83.83008 229.70445 83.62695 230.09508Q83.3457 230.62633 82.9707 230.8607Q82.61133 231.1107 82.11133 231.1107Q81.81445 231.1107 81.43945 230.97008Z" fill-rule="nonzero"/><path fill="#666666" d="M84.75195 249.62068L85.87695 249.91756Q85.51758 251.30818 84.5957 252.04256Q83.67383 252.77693 82.33008 252.77693Q80.93945 252.77693 80.06445 252.21443Q79.18945 251.65193 78.73633 250.58943Q78.2832 249.5113 78.2832 248.27693Q78.2832 246.93318 78.79883 245.93318Q79.31445 244.93318 80.25195 244.41756Q81.20508 243.90193 82.3457 243.90193Q83.62695 243.90193 84.50195 244.55818Q85.39258 245.21443 85.73633 246.40193L84.61133 246.66756Q84.31445 245.73006 83.73633 245.30818Q83.17383 244.87068 82.31445 244.87068Q81.33008 244.87068 80.6582 245.35506Q80.00195 245.8238 79.7207 246.62068Q79.45508 247.41756 79.45508 248.27693Q79.45508 249.37068 79.76758 250.18318Q80.0957 250.99568 80.76758 251.40193Q81.43945 251.80818 82.23633 251.80818Q83.18945 251.80818 83.8457 251.2613Q84.51758 250.71443 84.75195 249.62068Z" fill-rule="nonzero"/><path fill="#666666" d="M31.798828 276.69315L31.798828 269.11502L28.970703 269.11502L28.970703 268.0994L35.783203 268.0994L35.783203 269.11502L32.939453 269.11502L32.939453 276.69315L31.798828 276.69315ZM36.439453 279.08377L36.314453 278.0994Q36.658203 278.19315 36.92383 278.19315Q37.26758 278.19315 37.470703 278.06815Q37.689453 277.95877 37.83008 277.75565Q37.92383 277.58377 38.158203 276.95877Q38.17383 276.88065 38.251953 276.70877L35.876953 270.4744L37.01758 270.4744L38.314453 274.06815Q38.564453 274.75565 38.76758 275.52127Q38.95508 274.7869 39.20508 274.0994L40.533203 270.4744L41.58008 270.4744L39.220703 276.80252Q38.83008 277.81815 38.626953 278.20877Q38.345703 278.74002 37.970703 278.9744Q37.61133 279.2244 37.11133 279.2244Q36.814453 279.2244 36.439453 279.08377ZM42.48633 279.08377L42.48633 270.4744L43.439453 270.4744L43.439453 271.27127Q43.783203 270.80252 44.20508 270.56815Q44.64258 270.33377 45.251953 270.33377Q46.04883 270.33377 46.658203 270.74002Q47.26758 271.14627 47.564453 271.89627Q47.876953 272.64627 47.876953 273.5369Q47.876953 274.49002 47.533203 275.25565Q47.20508 276.02127 46.54883 276.42752Q45.89258 276.83377 45.17383 276.83377Q44.64258 276.83377 44.220703 276.61502Q43.79883 276.38065 43.533203 276.05252L43.533203 279.08377L42.48633 279.08377ZM43.439453 273.61502Q43.439453 274.81815 43.92383 275.39627Q44.408203 275.95877 45.095703 275.95877Q45.79883 275.95877 46.29883 275.36502Q46.79883 274.77127 46.79883 273.52127Q46.79883 272.33377 46.314453 271.75565Q45.83008 271.1619 45.14258 271.1619Q44.470703 271.1619 43.95508 271.7869Q43.439453 272.4119 43.439453 273.61502ZM53.73633 274.69315L54.83008 274.81815Q54.58008 275.77127 53.876953 276.30252Q53.17383 276.83377 52.095703 276.83377Q50.73633 276.83377 49.92383 275.99002Q49.126953 275.14627 49.126953 273.63065Q49.126953 272.06815 49.939453 271.20877Q50.751953 270.33377 52.033203 270.33377Q53.283203 270.33377 54.064453 271.17752Q54.86133 272.02127 54.86133 273.56815Q54.86133 273.6619 54.86133 273.8494L50.220703 273.8494Q50.283203 274.88065 50.79883 275.42752Q51.314453 275.95877 52.095703 275.95877Q52.67383 275.95877 53.08008 275.6619Q53.501953 275.3494 53.73633 274.69315ZM50.283203 272.99002L53.751953 272.99002Q53.689453 272.19315 53.36133 271.80252Q52.845703 271.19315 52.04883 271.19315Q51.314453 271.19315 50.814453 271.67752Q50.33008 272.1619 50.283203 272.99002ZM56.23633 273.92752L57.29883 273.83377Q57.376953 274.49002 57.658203 274.89627Q57.939453 275.30252 58.51758 275.56815Q59.11133 275.81815 59.845703 275.81815Q60.48633 275.81815 60.98633 275.63065Q61.48633 275.42752 61.720703 275.0994Q61.970703 274.75565 61.970703 274.36502Q61.970703 273.95877 61.73633 273.6619Q61.501953 273.3494 60.970703 273.14627Q60.61133 273.00565 59.42383 272.7244Q58.251953 272.44315 57.783203 272.19315Q57.158203 271.86502 56.86133 271.39627Q56.564453 270.9119 56.564453 270.31815Q56.564453 269.67752 56.92383 269.11502Q57.29883 268.5369 58.001953 268.25565Q58.720703 267.95877 59.58008 267.95877Q60.533203 267.95877 61.26758 268.27127Q62.001953 268.56815 62.39258 269.17752Q62.783203 269.77127 62.814453 270.52127L61.720703 270.5994Q61.626953 269.7869 61.11133 269.38065Q60.61133 268.95877 59.626953 268.95877Q58.595703 268.95877 58.126953 269.33377Q57.658203 269.70877 57.658203 270.24002Q57.658203 270.70877 57.98633 271.00565Q58.314453 271.30252 59.689453 271.61502Q61.08008 271.92752 61.595703 272.1619Q62.345703 272.52127 62.70508 273.05252Q63.064453 273.56815 63.064453 274.27127Q63.064453 274.95877 62.67383 275.56815Q62.283203 276.1619 61.54883 276.50565Q60.814453 276.83377 59.89258 276.83377Q58.720703 276.83377 57.92383 276.50565Q57.14258 276.1619 56.689453 275.4744Q56.251953 274.7869 56.23633 273.92752ZM68.54883 274.4119L69.58008 274.55252Q69.4082 275.61502 68.70508 276.2244Q68.00195 276.83377 66.98633 276.83377Q65.70508 276.83377 64.92383 276.00565Q64.1582 275.1619 64.1582 273.5994Q64.1582 272.5994 64.48633 271.8494Q64.83008 271.08377 65.50195 270.70877Q66.18945 270.33377 67.00195 270.33377Q68.00195 270.33377 68.64258 270.8494Q69.29883 271.3494 69.48633 272.30252L68.45508 272.45877Q68.31445 271.83377 67.93945 271.52127Q67.56445 271.19315 67.0332 271.19315Q66.23633 271.19315 65.73633 271.77127Q65.23633 272.33377 65.23633 273.56815Q65.23633 274.83377 65.7207 275.39627Q66.20508 275.95877 66.9707 275.95877Q67.5957 275.95877 68.00195 275.58377Q68.42383 275.20877 68.54883 274.4119ZM70.4707 276.69315L70.4707 270.4744L71.42383 270.4744L71.42383 271.4119Q71.7832 270.75565 72.08008 270.55252Q72.39258 270.33377 72.76758 270.33377Q73.29883 270.33377 73.8457 270.6619L73.48633 271.64627Q73.0957 271.4119 72.7207 271.4119Q72.36133 271.4119 72.08008 271.63065Q71.81445 271.83377 71.70508 272.20877Q71.51758 272.77127 71.51758 273.42752L71.51758 276.69315L70.4707 276.69315ZM74.48633 269.31815L74.48633 268.0994L75.54883 268.0994L75.54883 269.31815L74.48633 269.31815ZM74.48633 276.69315L74.48633 270.4744L75.54883 270.4744L75.54883 276.69315L74.48633 276.69315ZM77.48633 279.08377L77.48633 270.4744L78.43945 270.4744L78.43945 271.27127Q78.7832 270.80252 79.20508 270.56815Q79.64258 270.33377 80.25195 270.33377Q81.04883 270.33377 81.6582 270.74002Q82.26758 271.14627 82.56445 271.89627Q82.87695 272.64627 82.87695 273.5369Q82.87695 274.49002 82.5332 275.25565Q82.20508 276.02127 81.54883 276.42752Q80.89258 276.83377 80.17383 276.83377Q79.64258 276.83377 79.2207 276.61502Q78.79883 276.38065 78.5332 276.05252L78.5332 279.08377L77.48633 279.08377ZM78.43945 273.61502Q78.43945 274.81815 78.92383 275.39627Q79.4082 275.95877 80.0957 275.95877Q80.79883 275.95877 81.29883 275.36502Q81.79883 274.77127 81.79883 273.52127Q81.79883 272.33377 81.31445 271.75565Q80.83008 271.1619 80.14258 271.1619Q79.4707 271.1619 78.95508 271.7869Q78.43945 272.4119 78.43945 273.61502ZM86.7832 275.75565L86.93945 276.67752Q86.48633 276.77127 86.14258 276.77127Q85.56445 276.77127 85.25195 276.5994Q84.93945 276.4119 84.79883 276.11502Q84.67383 275.81815 84.67383 274.86502L84.67383 271.2869L83.9082 271.2869L83.9082 270.4744L84.67383 270.4744L84.67383 268.92752L85.7207 268.30252L85.7207 270.4744L86.7832 270.4744L86.7832 271.2869L85.7207 271.2869L85.7207 274.92752Q85.7207 275.38065 85.76758 275.50565Q85.83008 275.63065 85.95508 275.70877Q86.08008 275.7869 86.31445 275.7869Q86.50195 275.7869 86.7832 275.75565Z" fill-rule="nonzero"/><path fill="#666666" d="M70.75195 297.73438L71.87695 298.03125Q71.51758 299.42188 70.5957 300.15625Q69.67383 300.89062 68.33008 300.89062Q66.93945 300.89062 66.06445 300.32812Q65.18945 299.76562 64.73633 298.70312Q64.2832 297.625 64.2832 296.39062Q64.2832 295.04688 64.79883 294.04688Q65.31445 293.04688 66.25195 292.53125Q67.20508 292.01562 68.3457 292.01562Q69.62695 292.01562 70.50195 292.67188Q71.39258 293.32812 71.73633 294.51562L70.61133 294.78125Q70.31445 293.84375 69.73633 293.42188Q69.17383 292.98438 68.31445 292.98438Q67.33008 292.98438 66.6582 293.46875Q66.00195 293.9375 65.7207 294.73438Q65.45508 295.53125 65.45508 296.39062Q65.45508 297.48438 65.76758 298.29688Q66.0957 299.10938 66.76758 299.51562Q67.43945 299.92188 68.23633 299.92188Q69.18945 299.92188 69.8457 299.375Q70.51758 298.82812 70.75195 297.73438ZM75.68945 299.35938L75.68945 297.0L73.36133 297.0L73.36133 296.01562L75.68945 296.01562L75.68945 293.6875L76.68945 293.6875L76.68945 296.01562L79.0332 296.01562L79.0332 297.0L76.68945 297.0L76.68945 299.35938L75.68945 299.35938ZM82.68945 299.35938L82.68945 297.0L80.36133 297.0L80.36133 296.01562L82.68945 296.01562L82.68945 293.6875L83.68945 293.6875L83.68945 296.01562L86.0332 296.01562L86.0332 297.0L83.68945 297.0L83.68945 299.35938L82.68945 299.35938Z" fill-rule="nonzero"/><path fill="#666666" d="M62.61133 324.80685L62.61133 316.2131L65.86133 316.2131Q66.70508 316.2131 67.1582 316.29123Q67.79883 316.4006 68.2207 316.69748Q68.6582 316.99435 68.9082 317.5256Q69.17383 318.05685 69.17383 318.69748Q69.17383 319.79123 68.4707 320.55685Q67.7832 321.30685 65.95508 321.30685L63.751953 321.30685L63.751953 324.80685L62.61133 324.80685ZM63.751953 320.30685L65.9707 320.30685Q67.08008 320.30685 67.5332 319.9006Q68.00195 319.47873 68.00195 318.72873Q68.00195 318.19748 67.7207 317.82248Q67.45508 317.43185 67.01758 317.30685Q66.7207 317.22873 65.95508 317.22873L63.751953 317.22873L63.751953 320.30685ZM70.6582 324.80685L70.6582 316.2131L71.7832 316.2131L71.7832 319.74435L76.25195 319.74435L76.25195 316.2131L77.39258 316.2131L77.39258 324.80685L76.25195 324.80685L76.25195 320.75998L71.7832 320.75998L71.7832 324.80685L70.6582 324.80685ZM79.61133 324.80685L79.61133 316.2131L82.86133 316.2131Q83.70508 316.2131 84.1582 316.29123Q84.79883 316.4006 85.2207 316.69748Q85.6582 316.99435 85.9082 317.5256Q86.17383 318.05685 86.17383 318.69748Q86.17383 319.79123 85.4707 320.55685Q84.7832 321.30685 82.95508 321.30685L80.75195 321.30685L80.75195 324.80685L79.61133 324.80685ZM80.75195 320.30685L82.9707 320.30685Q84.08008 320.30685 84.5332 319.9006Q85.00195 319.47873 85.00195 318.72873Q85.00195 318.19748 84.7207 317.82248Q84.45508 317.43185 84.01758 317.30685Q83.7207 317.22873 82.95508 317.22873L80.75195 317.22873L80.75195 320.30685Z" fill-rule="nonzero"/><path fill="#666666" d="M56.564453 348.8637L56.564453 340.26996L57.70508 340.26996L57.70508 344.53558L61.970703 340.26996L63.51758 340.26996L59.908203 343.75433L63.67383 348.8637L62.17383 348.8637L59.11133 344.51996L57.70508 345.87933L57.70508 348.8637L56.564453 348.8637ZM64.0957 345.75433Q64.0957 344.01996 65.04883 343.19183Q65.8457 342.50433 67.00195 342.50433Q68.2832 342.50433 69.0957 343.34808Q69.92383 344.1762 69.92383 345.66058Q69.92383 346.8637 69.56445 347.5512Q69.20508 348.2387 68.50195 348.62933Q67.81445 349.00433 67.00195 349.00433Q65.70508 349.00433 64.89258 348.1762Q64.0957 347.33246 64.0957 345.75433ZM65.17383 345.75433Q65.17383 346.94183 65.68945 347.53558Q66.2207 348.12933 67.00195 348.12933Q67.79883 348.12933 68.31445 347.53558Q68.83008 346.94183 68.83008 345.72308Q68.83008 344.56683 68.29883 343.97308Q67.7832 343.37933 67.00195 343.37933Q66.2207 343.37933 65.68945 343.97308Q65.17383 344.5512 65.17383 345.75433ZM73.7832 347.9262L73.93945 348.84808Q73.48633 348.94183 73.14258 348.94183Q72.56445 348.94183 72.25195 348.76996Q71.93945 348.58246 71.79883 348.28558Q71.67383 347.9887 71.67383 347.03558L71.67383 343.45746L70.9082 343.45746L70.9082 342.64496L71.67383 342.64496L71.67383 341.09808L72.7207 340.47308L72.7207 342.64496L73.7832 342.64496L73.7832 343.45746L72.7207 343.45746L72.7207 347.09808Q72.7207 347.5512 72.76758 347.6762Q72.83008 347.8012 72.95508 347.87933Q73.08008 347.95746 73.31445 347.95746Q73.50195 347.95746 73.7832 347.9262ZM74.45508 348.8637L74.45508 340.26996L75.51758 340.26996L75.51758 348.8637L74.45508 348.8637ZM77.48633 341.4887L77.48633 340.26996L78.54883 340.26996L78.54883 341.4887L77.48633 341.4887ZM77.48633 348.8637L77.48633 342.64496L78.54883 342.64496L78.54883 348.8637L77.48633 348.8637ZM80.48633 348.8637L80.48633 342.64496L81.42383 342.64496L81.42383 343.51996Q82.11133 342.50433 83.4082 342.50433Q83.9707 342.50433 84.43945 342.70746Q84.92383 342.91058 85.1582 343.2387Q85.39258 343.56683 85.48633 344.00433Q85.5332 344.3012 85.5332 345.03558L85.5332 348.8637L84.48633 348.8637L84.48633 345.08246Q84.48633 344.4262 84.36133 344.1137Q84.23633 343.8012 83.92383 343.6137Q83.61133 343.41058 83.18945 343.41058Q82.51758 343.41058 82.01758 343.84808Q81.5332 344.26996 81.5332 345.45746L81.5332 348.8637L80.48633 348.8637Z" fill-rule="nonzero"/><path fill="#666666" d="M46.658203 372.92053L46.658203 364.32678L47.783203 364.32678L47.783203 367.85803L52.251953 367.85803L52.251953 364.32678L53.39258 364.32678L53.39258 372.92053L52.251953 372.92053L52.251953 368.87366L47.783203 368.87366L47.783203 372.92053L46.658203 372.92053ZM59.54883 372.1549Q58.95508 372.6549 58.408203 372.85803Q57.876953 373.06116 57.251953 373.06116Q56.220703 373.06116 55.67383 372.56116Q55.126953 372.06116 55.126953 371.2799Q55.126953 370.82678 55.33008 370.45178Q55.533203 370.06116 55.876953 369.8424Q56.220703 369.60803 56.64258 369.49866Q56.939453 369.4049 57.58008 369.32678Q58.845703 369.18616 59.45508 368.9674Q59.45508 368.74866 59.45508 368.70178Q59.45508 368.04553 59.158203 367.7799Q58.751953 367.43616 57.95508 367.43616Q57.220703 367.43616 56.86133 367.70178Q56.501953 367.95178 56.33008 368.60803L55.29883 368.4674Q55.439453 367.81116 55.76758 367.4049Q56.095703 366.99866 56.70508 366.7799Q57.314453 366.56116 58.11133 366.56116Q58.908203 366.56116 59.408203 366.74866Q59.908203 366.93616 60.14258 367.2174Q60.376953 367.49866 60.470703 367.93616Q60.51758 368.20178 60.51758 368.9049L60.51758 370.31116Q60.51758 371.7799 60.58008 372.17053Q60.658203 372.56116 60.86133 372.92053L59.751953 372.92053Q59.595703 372.5924 59.54883 372.1549ZM59.45508 369.79553Q58.876953 370.0299 57.73633 370.20178Q57.08008 370.29553 56.814453 370.42053Q56.54883 370.5299 56.39258 370.74866Q56.251953 370.9674 56.251953 371.24866Q56.251953 371.67053 56.564453 371.95178Q56.89258 372.23303 57.501953 372.23303Q58.11133 372.23303 58.58008 371.9674Q59.064453 371.70178 59.283203 371.23303Q59.45508 370.87366 59.45508 370.18616L59.45508 369.79553ZM62.064453 371.06116L63.095703 370.9049Q63.189453 371.5299 63.58008 371.85803Q63.98633 372.18616 64.7207 372.18616Q65.43945 372.18616 65.7832 371.9049Q66.14258 371.60803 66.14258 371.20178Q66.14258 370.8424 65.83008 370.63928Q65.61133 370.49866 64.75195 370.2799Q63.595703 369.98303 63.14258 369.7799Q62.70508 369.56116 62.470703 369.18616Q62.23633 368.81116 62.23633 368.3424Q62.23633 367.93616 62.42383 367.57678Q62.61133 367.2174 62.939453 366.98303Q63.189453 366.81116 63.61133 366.68616Q64.0332 366.56116 64.5332 366.56116Q65.25195 366.56116 65.79883 366.7799Q66.36133 366.98303 66.62695 367.3424Q66.89258 367.70178 66.98633 368.29553L65.95508 368.43616Q65.89258 367.9674 65.54883 367.70178Q65.2207 367.42053 64.5957 367.42053Q63.876953 367.42053 63.564453 367.67053Q63.251953 367.9049 63.251953 368.23303Q63.251953 368.43616 63.376953 368.5924Q63.51758 368.76428 63.783203 368.87366Q63.939453 368.93616 64.7207 369.13928Q65.8457 369.45178 66.2832 369.63928Q66.7207 369.82678 66.9707 370.18616Q67.2207 370.54553 67.2207 371.0924Q67.2207 371.62366 66.9082 372.0924Q66.61133 372.54553 66.0332 372.81116Q65.45508 373.06116 64.7207 373.06116Q63.501953 373.06116 62.86133 372.56116Q62.23633 372.04553 62.064453 371.06116ZM68.48633 372.92053L68.48633 364.32678L69.54883 364.32678L69.54883 369.23303L72.0332 366.70178L73.4082 366.70178L71.01758 368.99866L73.64258 372.92053L72.3457 372.92053L70.2832 369.73303L69.54883 370.45178L69.54883 372.92053L68.48633 372.92053ZM78.73633 370.92053L79.83008 371.04553Q79.58008 371.99866 78.87695 372.5299Q78.17383 373.06116 77.0957 373.06116Q75.73633 373.06116 74.92383 372.2174Q74.12695 371.37366 74.12695 369.85803Q74.12695 368.29553 74.93945 367.43616Q75.75195 366.56116 77.0332 366.56116Q78.2832 366.56116 79.06445 367.4049Q79.86133 368.24866 79.86133 369.79553Q79.86133 369.88928 79.86133 370.07678L75.2207 370.07678Q75.2832 371.10803 75.79883 371.6549Q76.31445 372.18616 77.0957 372.18616Q77.67383 372.18616 78.08008 371.88928Q78.50195 371.57678 78.73633 370.92053ZM75.2832 369.2174L78.75195 369.2174Q78.68945 368.42053 78.36133 368.0299Q77.8457 367.42053 77.04883 367.42053Q76.31445 367.42053 75.81445 367.9049Q75.33008 368.38928 75.2832 369.2174ZM81.45508 372.92053L81.45508 364.32678L82.51758 364.32678L82.51758 372.92053L81.45508 372.92053ZM84.45508 372.92053L84.45508 364.32678L85.51758 364.32678L85.51758 372.92053L84.45508 372.92053Z" fill-rule="nonzero"/><path fill="#666666" d="M53.751953 393.96176L54.876953 394.25864Q54.51758 395.64926 53.595703 396.38364Q52.67383 397.118 51.33008 397.118Q49.939453 397.118 49.064453 396.5555Q48.189453 395.993 47.73633 394.9305Q47.283203 393.8524 47.283203 392.618Q47.283203 391.27426 47.79883 390.27426Q48.314453 389.27426 49.251953 388.75864Q50.20508 388.243 51.345703 388.243Q52.626953 388.243 53.501953 388.89926Q54.39258 389.5555 54.73633 390.743L53.61133 391.00864Q53.314453 390.07114 52.73633 389.64926Q52.17383 389.21176 51.314453 389.21176Q50.33008 389.21176 49.658203 389.69614Q49.001953 390.1649 48.720703 390.96176Q48.45508 391.75864 48.45508 392.618Q48.45508 393.71176 48.76758 394.52426Q49.095703 395.33676 49.76758 395.743Q50.439453 396.14926 51.23633 396.14926Q52.189453 396.14926 52.845703 395.6024Q53.51758 395.0555 53.751953 393.96176ZM56.45508 396.9774L56.45508 388.38364L57.51758 388.38364L57.51758 396.9774L56.45508 396.9774ZM59.095703 393.868Q59.095703 392.13364 60.04883 391.3055Q60.845703 390.618 62.001953 390.618Q63.283203 390.618 64.0957 391.46176Q64.92383 392.2899 64.92383 393.77426Q64.92383 394.9774 64.56445 395.6649Q64.20508 396.3524 63.501953 396.743Q62.814453 397.118 62.001953 397.118Q60.70508 397.118 59.89258 396.2899Q59.095703 395.44614 59.095703 393.868ZM60.17383 393.868Q60.17383 395.0555 60.689453 395.64926Q61.220703 396.243 62.001953 396.243Q62.79883 396.243 63.314453 395.64926Q63.83008 395.0555 63.83008 393.83676Q63.83008 392.6805 63.29883 392.08676Q62.783203 391.493 62.001953 391.493Q61.220703 391.493 60.689453 392.08676Q60.17383 392.6649 60.17383 393.868ZM66.4707 389.618L66.4707 388.38364L67.5332 388.38364L67.5332 389.618L66.4707 389.618ZM65.14258 399.39926L65.33008 398.493Q65.6582 398.57114 65.83008 398.57114Q66.1582 398.57114 66.31445 398.3524Q66.4707 398.14926 66.4707 397.2899L66.4707 390.75864L67.5332 390.75864L67.5332 397.32114Q67.5332 398.46176 67.23633 398.9149Q66.8457 399.50864 65.9707 399.50864Q65.5332 399.50864 65.14258 399.39926ZM73.56445 396.9774L73.56445 396.0555Q72.83008 397.118 71.58008 397.118Q71.0332 397.118 70.54883 396.9149Q70.08008 396.69614 69.8457 396.38364Q69.61133 396.0555 69.51758 395.58676Q69.45508 395.2899 69.45508 394.6024L69.45508 390.75864L70.51758 390.75864L70.51758 394.21176Q70.51758 395.02426 70.58008 395.32114Q70.67383 395.7274 70.98633 395.9774Q71.31445 396.21176 71.79883 396.21176Q72.26758 396.21176 72.67383 395.9774Q73.0957 395.7274 73.26758 395.3055Q73.45508 394.88364 73.45508 394.08676L73.45508 390.75864L74.50195 390.75864L74.50195 396.9774L73.56445 396.9774ZM76.4707 396.9774L76.4707 390.75864L77.42383 390.75864L77.42383 391.69614Q77.7832 391.0399 78.08008 390.83676Q78.39258 390.618 78.76758 390.618Q79.29883 390.618 79.8457 390.94614L79.48633 391.9305Q79.0957 391.69614 78.7207 391.69614Q78.36133 391.69614 78.08008 391.9149Q77.81445 392.118 77.70508 392.493Q77.51758 393.0555 77.51758 393.71176L77.51758 396.9774L76.4707 396.9774ZM84.73633 394.9774L85.83008 395.1024Q85.58008 396.0555 84.87695 396.58676Q84.17383 397.118 83.0957 397.118Q81.73633 397.118 80.92383 396.27426Q80.12695 395.4305 80.12695 393.9149Q80.12695 392.3524 80.93945 391.493Q81.75195 390.618 83.0332 390.618Q84.2832 390.618 85.06445 391.46176Q85.86133 392.3055 85.86133 393.8524Q85.86133 393.94614 85.86133 394.13364L81.2207 394.13364Q81.2832 395.1649 81.79883 395.71176Q82.31445 396.243 83.0957 396.243Q83.67383 396.243 84.08008 395.94614Q84.50195 395.63364 84.73633 394.9774ZM81.2832 393.27426L84.75195 393.27426Q84.68945 392.4774 84.36133 392.08676Q83.8457 391.4774 83.04883 391.4774Q82.31445 391.4774 81.81445 391.96176Q81.33008 392.44614 81.2832 393.27426Z" fill-rule="nonzero"/><path fill="#666666" d="M61.23633 418.26862L62.29883 418.17487Q62.376953 418.83112 62.658203 419.23737Q62.939453 419.64362 63.51758 419.90924Q64.11133 420.15924 64.8457 420.15924Q65.48633 420.15924 65.98633 419.97174Q66.48633 419.76862 66.7207 419.4405Q66.9707 419.09674 66.9707 418.70612Q66.9707 418.29987 66.73633 418.003Q66.50195 417.6905 65.9707 417.48737Q65.61133 417.34674 64.42383 417.0655Q63.251953 416.78424 62.783203 416.53424Q62.158203 416.20612 61.86133 415.73737Q61.564453 415.253 61.564453 414.65924Q61.564453 414.01862 61.92383 413.45612Q62.29883 412.878 63.001953 412.59674Q63.720703 412.29987 64.58008 412.29987Q65.5332 412.29987 66.26758 412.61237Q67.00195 412.90924 67.39258 413.51862Q67.7832 414.11237 67.81445 414.86237L66.7207 414.9405Q66.62695 414.128 66.11133 413.72174Q65.61133 413.29987 64.62695 413.29987Q63.595703 413.29987 63.126953 413.67487Q62.658203 414.04987 62.658203 414.58112Q62.658203 415.04987 62.98633 415.34674Q63.314453 415.64362 64.68945 415.95612Q66.08008 416.26862 66.5957 416.503Q67.3457 416.86237 67.70508 417.39362Q68.06445 417.90924 68.06445 418.61237Q68.06445 419.29987 67.67383 419.90924Q67.2832 420.503 66.54883 420.84674Q65.81445 421.17487 64.89258 421.17487Q63.720703 421.17487 62.92383 420.84674Q62.14258 420.503 61.689453 419.8155Q61.251953 419.128 61.23633 418.26862ZM70.62695 421.03424L68.7207 414.8155L69.81445 414.8155L70.79883 418.40924L71.17383 419.73737Q71.20508 419.64362 71.50195 418.45612L72.48633 414.8155L73.56445 414.8155L74.50195 418.42487L74.81445 419.61237L75.17383 418.40924L76.23633 414.8155L77.26758 414.8155L75.31445 421.03424L74.2207 421.03424L73.23633 417.29987L72.98633 416.253L71.73633 421.03424L70.62695 421.03424ZM78.48633 413.65924L78.48633 412.4405L79.54883 412.4405L79.54883 413.65924L78.48633 413.65924ZM78.48633 421.03424L78.48633 414.8155L79.54883 414.8155L79.54883 421.03424L78.48633 421.03424ZM81.73633 421.03424L81.73633 415.628L80.79883 415.628L80.79883 414.8155L81.73633 414.8155L81.73633 414.14362Q81.73633 413.51862 81.8457 413.22174Q82.00195 412.79987 82.37695 412.54987Q82.76758 412.29987 83.45508 412.29987Q83.9082 412.29987 84.43945 412.40924L84.2832 413.3155Q83.95508 413.26862 83.6582 413.26862Q83.17383 413.26862 82.9707 413.47174Q82.7832 413.67487 82.7832 414.23737L82.7832 414.8155L84.00195 414.8155L84.00195 415.628L82.7832 415.628L82.7832 421.03424L81.73633 421.03424ZM86.7832 420.09674L86.93945 421.01862Q86.48633 421.11237 86.14258 421.11237Q85.56445 421.11237 85.25195 420.9405Q84.93945 420.753 84.79883 420.45612Q84.67383 420.15924 84.67383 419.20612L84.67383 415.628L83.9082 415.628L83.9082 414.8155L84.67383 414.8155L84.67383 413.26862L85.7207 412.64362L85.7207 414.8155L86.7832 414.8155L86.7832 415.628L85.7207 415.628L85.7207 419.26862Q85.7207 419.72174 85.76758 419.84674Q85.83008 419.97174 85.95508 420.04987Q86.08008 420.128 86.31445 420.128Q86.50195 420.128 86.7832 420.09674Z" fill-rule="nonzero"/><path fill="#666666" d="M56.23633 442.32547L57.29883 442.23172Q57.376953 442.88797 57.658203 443.29422Q57.939453 443.70047 58.51758 443.9661Q59.11133 444.2161 59.845703 444.2161Q60.48633 444.2161 60.98633 444.0286Q61.48633 443.82547 61.720703 443.49734Q61.970703 443.1536 61.970703 442.76297Q61.970703 442.35672 61.73633 442.05984Q61.501953 441.74734 60.970703 441.54422Q60.61133 441.4036 59.42383 441.12234Q58.251953 440.8411 57.783203 440.5911Q57.158203 440.26297 56.86133 439.79422Q56.564453 439.30984 56.564453 438.7161Q56.564453 438.07547 56.92383 437.51297Q57.29883 436.93484 58.001953 436.6536Q58.720703 436.35672 59.58008 436.35672Q60.533203 436.35672 61.26758 436.66922Q62.001953 436.9661 62.39258 437.57547Q62.783203 438.16922 62.814453 438.91922L61.720703 438.99734Q61.626953 438.18484 61.11133 437.7786Q60.61133 437.35672 59.626953 437.35672Q58.595703 437.35672 58.126953 437.73172Q57.658203 438.10672 57.658203 438.63797Q57.658203 439.10672 57.98633 439.4036Q58.314453 439.70047 59.689453 440.01297Q61.08008 440.32547 61.595703 440.55984Q62.345703 440.91922 62.70508 441.45047Q63.064453 441.9661 63.064453 442.66922Q63.064453 443.35672 62.67383 443.9661Q62.283203 444.55984 61.54883 444.9036Q60.814453 445.23172 59.89258 445.23172Q58.720703 445.23172 57.92383 444.9036Q57.14258 444.55984 56.689453 443.87234Q56.251953 443.18484 56.23633 442.32547ZM68.54883 442.80984L69.58008 442.95047Q69.4082 444.01297 68.70508 444.62234Q68.00195 445.23172 66.98633 445.23172Q65.70508 445.23172 64.92383 444.4036Q64.1582 443.55984 64.1582 441.99734Q64.1582 440.99734 64.48633 440.24734Q64.83008 439.48172 65.50195 439.10672Q66.18945 438.73172 67.00195 438.73172Q68.00195 438.73172 68.64258 439.24734Q69.29883 439.74734 69.48633 440.70047L68.45508 440.85672Q68.31445 440.23172 67.93945 439.91922Q67.56445 439.5911 67.0332 439.5911Q66.23633 439.5911 65.73633 440.16922Q65.23633 440.73172 65.23633 441.9661Q65.23633 443.23172 65.7207 443.79422Q66.20508 444.35672 66.9707 444.35672Q67.5957 444.35672 68.00195 443.98172Q68.42383 443.60672 68.54883 442.80984ZM74.54883 444.32547Q73.95508 444.82547 73.4082 445.0286Q72.87695 445.23172 72.25195 445.23172Q71.2207 445.23172 70.67383 444.73172Q70.12695 444.23172 70.12695 443.45047Q70.12695 442.99734 70.33008 442.62234Q70.5332 442.23172 70.87695 442.01297Q71.2207 441.7786 71.64258 441.66922Q71.93945 441.57547 72.58008 441.49734Q73.8457 441.35672 74.45508 441.13797Q74.45508 440.91922 74.45508 440.87234Q74.45508 440.2161 74.1582 439.95047Q73.75195 439.60672 72.95508 439.60672Q72.2207 439.60672 71.86133 439.87234Q71.50195 440.12234 71.33008 440.7786L70.29883 440.63797Q70.43945 439.98172 70.76758 439.57547Q71.0957 439.16922 71.70508 438.95047Q72.31445 438.73172 73.11133 438.73172Q73.9082 438.73172 74.4082 438.91922Q74.9082 439.10672 75.14258 439.38797Q75.37695 439.66922 75.4707 440.10672Q75.51758 440.37234 75.51758 441.07547L75.51758 442.48172Q75.51758 443.95047 75.58008 444.3411Q75.6582 444.73172 75.86133 445.0911L74.75195 445.0911Q74.5957 444.76297 74.54883 444.32547ZM74.45508 441.9661Q73.87695 442.20047 72.73633 442.37234Q72.08008 442.4661 71.81445 442.5911Q71.54883 442.70047 71.39258 442.91922Q71.25195 443.13797 71.25195 443.41922Q71.25195 443.8411 71.56445 444.12234Q71.89258 444.4036 72.50195 444.4036Q73.11133 444.4036 73.58008 444.13797Q74.06445 443.87234 74.2832 443.4036Q74.45508 443.04422 74.45508 442.35672L74.45508 441.9661ZM77.45508 445.0911L77.45508 436.49734L78.51758 436.49734L78.51758 445.0911L77.45508 445.0911ZM84.54883 444.32547Q83.95508 444.82547 83.4082 445.0286Q82.87695 445.23172 82.25195 445.23172Q81.2207 445.23172 80.67383 444.73172Q80.12695 444.23172 80.12695 443.45047Q80.12695 442.99734 80.33008 442.62234Q80.5332 442.23172 80.87695 442.01297Q81.2207 441.7786 81.64258 441.66922Q81.93945 441.57547 82.58008 441.49734Q83.8457 441.35672 84.45508 441.13797Q84.45508 440.91922 84.45508 440.87234Q84.45508 440.2161 84.1582 439.95047Q83.75195 439.60672 82.95508 439.60672Q82.2207 439.60672 81.86133 439.87234Q81.50195 440.12234 81.33008 440.7786L80.29883 440.63797Q80.43945 439.98172 80.76758 439.57547Q81.0957 439.16922 81.70508 438.95047Q82.31445 438.73172 83.11133 438.73172Q83.9082 438.73172 84.4082 438.91922Q84.9082 439.10672 85.14258 439.38797Q85.37695 439.66922 85.4707 440.10672Q85.51758 440.37234 85.51758 441.07547L85.51758 442.48172Q85.51758 443.95047 85.58008 444.3411Q85.6582 444.73172 85.86133 445.0911L84.75195 445.0911Q84.5957 444.76297 84.54883 444.32547ZM84.45508 441.9661Q83.87695 442.20047 82.73633 442.37234Q82.08008 442.4661 81.81445 442.5911Q81.54883 442.70047 81.39258 442.91922Q81.25195 443.13797 81.25195 443.41922Q81.25195 443.8411 81.56445 444.12234Q81.89258 444.4036 82.50195 444.4036Q83.11133 444.4036 83.58008 444.13797Q84.06445 443.87234 84.2832 443.4036Q84.45508 443.04422 84.45508 442.35672L84.45508 441.9661Z" fill-rule="nonzero"/><path fill="#666666" d="M59.564453 469.14792L59.564453 460.55417L62.79883 460.55417Q63.783203 460.55417 64.37695 460.8198Q64.9707 461.08542 65.29883 461.6323Q65.64258 462.16354 65.64258 462.7573Q65.64258 463.30417 65.3457 463.78854Q65.04883 464.27292 64.43945 464.5698Q65.2207 464.80417 65.62695 465.36667Q66.04883 465.91354 66.04883 466.66354Q66.04883 467.2573 65.79883 467.78854Q65.54883 468.30417 65.17383 468.58542Q64.79883 468.86667 64.2207 469.0073Q63.658203 469.14792 62.845703 469.14792L59.564453 469.14792ZM60.70508 464.16354L62.564453 464.16354Q63.314453 464.16354 63.64258 464.0698Q64.08008 463.9448 64.29883 463.64792Q64.51758 463.33542 64.51758 462.8823Q64.51758 462.46042 64.31445 462.1323Q64.11133 461.80417 63.720703 461.6948Q63.345703 461.5698 62.42383 461.5698L60.70508 461.5698L60.70508 464.16354ZM60.70508 468.1323L62.845703 468.1323Q63.39258 468.1323 63.61133 468.08542Q64.01758 468.02292 64.26758 467.86667Q64.5332 467.6948 64.70508 467.3823Q64.87695 467.0698 64.87695 466.66354Q64.87695 466.17917 64.62695 465.8198Q64.39258 465.46042 63.95508 465.3198Q63.51758 465.17917 62.689453 465.17917L60.70508 465.17917L60.70508 468.1323ZM71.54883 468.3823Q70.95508 468.8823 70.4082 469.08542Q69.87695 469.28854 69.25195 469.28854Q68.2207 469.28854 67.67383 468.78854Q67.12695 468.28854 67.12695 467.5073Q67.12695 467.05417 67.33008 466.67917Q67.5332 466.28854 67.87695 466.0698Q68.2207 465.83542 68.64258 465.72604Q68.93945 465.6323 69.58008 465.55417Q70.8457 465.41354 71.45508 465.1948Q71.45508 464.97604 71.45508 464.92917Q71.45508 464.27292 71.1582 464.0073Q70.75195 463.66354 69.95508 463.66354Q69.2207 463.66354 68.86133 463.92917Q68.50195 464.17917 68.33008 464.83542L67.29883 464.6948Q67.43945 464.03854 67.76758 463.6323Q68.0957 463.22604 68.70508 463.0073Q69.31445 462.78854 70.11133 462.78854Q70.9082 462.78854 71.4082 462.97604Q71.9082 463.16354 72.14258 463.4448Q72.37695 463.72604 72.4707 464.16354Q72.51758 464.42917 72.51758 465.1323L72.51758 466.53854Q72.51758 468.0073 72.58008 468.39792Q72.6582 468.78854 72.86133 469.14792L71.75195 469.14792Q71.5957 468.8198 71.54883 468.3823ZM71.45508 466.02292Q70.87695 466.2573 69.73633 466.42917Q69.08008 466.52292 68.81445 466.64792Q68.54883 466.7573 68.39258 466.97604Q68.25195 467.1948 68.25195 467.47604Q68.25195 467.89792 68.56445 468.17917Q68.89258 468.46042 69.50195 468.46042Q70.11133 468.46042 70.58008 468.1948Q71.06445 467.92917 71.2832 467.46042Q71.45508 467.10104 71.45508 466.41354L71.45508 466.02292ZM74.06445 467.28854L75.0957 467.1323Q75.18945 467.7573 75.58008 468.08542Q75.98633 468.41354 76.7207 468.41354Q77.43945 468.41354 77.7832 468.1323Q78.14258 467.83542 78.14258 467.42917Q78.14258 467.0698 77.83008 466.86667Q77.61133 466.72604 76.75195 466.5073Q75.5957 466.21042 75.14258 466.0073Q74.70508 465.78854 74.4707 465.41354Q74.23633 465.03854 74.23633 464.5698Q74.23633 464.16354 74.42383 463.80417Q74.61133 463.4448 74.93945 463.21042Q75.18945 463.03854 75.61133 462.91354Q76.0332 462.78854 76.5332 462.78854Q77.25195 462.78854 77.79883 463.0073Q78.36133 463.21042 78.62695 463.5698Q78.89258 463.92917 78.98633 464.52292L77.95508 464.66354Q77.89258 464.1948 77.54883 463.92917Q77.2207 463.64792 76.5957 463.64792Q75.87695 463.64792 75.56445 463.89792Q75.25195 464.1323 75.25195 464.46042Q75.25195 464.66354 75.37695 464.8198Q75.51758 464.99167 75.7832 465.10104Q75.93945 465.16354 76.7207 465.36667Q77.8457 465.67917 78.2832 465.86667Q78.7207 466.05417 78.9707 466.41354Q79.2207 466.77292 79.2207 467.3198Q79.2207 467.85104 78.9082 468.3198Q78.61133 468.77292 78.0332 469.03854Q77.45508 469.28854 76.7207 469.28854Q75.50195 469.28854 74.86133 468.78854Q74.23633 468.27292 74.06445 467.28854ZM80.48633 469.14792L80.48633 460.55417L81.5332 460.55417L81.5332 463.6323Q82.26758 462.78854 83.39258 462.78854Q84.0957 462.78854 84.5957 463.0698Q85.11133 463.33542 85.33008 463.8198Q85.54883 464.28854 85.54883 465.21042L85.54883 469.14792L84.50195 469.14792L84.50195 465.21042Q84.50195 464.41354 84.1582 464.05417Q83.81445 463.6948 83.18945 463.6948Q82.7207 463.6948 82.29883 463.9448Q81.89258 464.17917 81.70508 464.60104Q81.5332 465.0073 81.5332 465.74167L81.5332 469.14792L80.48633 469.14792Z" fill-rule="nonzero"/><path fill="#666666" d="M60.64258 493.20477L60.64258 484.61102L66.8457 484.61102L66.8457 485.62665L61.783203 485.62665L61.783203 488.25165L66.5332 488.25165L66.5332 489.26727L61.783203 489.26727L61.783203 492.18915L67.04883 492.18915L67.04883 493.20477L60.64258 493.20477ZM68.45508 493.20477L68.45508 484.61102L69.51758 484.61102L69.51758 493.20477L68.45508 493.20477ZM71.48633 485.82977L71.48633 484.61102L72.54883 484.61102L72.54883 485.82977L71.48633 485.82977ZM71.48633 493.20477L71.48633 486.98602L72.54883 486.98602L72.54883 493.20477L71.48633 493.20477ZM73.7832 493.20477L76.04883 489.9704L73.95508 486.98602L75.26758 486.98602L76.2207 488.43915Q76.48633 488.86102 76.6582 489.14227Q76.9082 488.75165 77.12695 488.45477L78.17383 486.98602L79.43945 486.98602L77.2832 489.9079L79.5957 493.20477L78.31445 493.20477L77.0332 491.26727L76.68945 490.75165L75.04883 493.20477L73.7832 493.20477ZM80.48633 485.82977L80.48633 484.61102L81.54883 484.61102L81.54883 485.82977L80.48633 485.82977ZM80.48633 493.20477L80.48633 486.98602L81.54883 486.98602L81.54883 493.20477L80.48633 493.20477ZM83.4707 493.20477L83.4707 486.98602L84.42383 486.98602L84.42383 487.92352Q84.7832 487.26727 85.08008 487.06415Q85.39258 486.8454 85.76758 486.8454Q86.29883 486.8454 86.8457 487.17352L86.48633 488.1579Q86.0957 487.92352 85.7207 487.92352Q85.36133 487.92352 85.08008 488.14227Q84.81445 488.3454 84.70508 488.7204Q84.51758 489.2829 84.51758 489.93915L84.51758 493.20477L83.4707 493.20477Z" fill-rule="nonzero"/><path fill="#666666" d="M57.26758 513.07416Q57.26758 510.93353 58.408203 509.7304Q59.564453 508.51166 61.376953 508.51166Q62.58008 508.51166 63.533203 509.08978Q64.48633 509.65228 64.98633 510.6679Q65.48633 511.68353 65.48633 512.9804Q65.48633 514.2773 64.95508 515.30853Q64.42383 516.3398 63.45508 516.87103Q62.501953 517.4023 61.376953 517.4023Q60.158203 517.4023 59.20508 516.82416Q58.251953 516.2304 57.751953 515.2304Q57.26758 514.2148 57.26758 513.07416ZM58.439453 513.0898Q58.439453 514.6523 59.26758 515.5429Q60.11133 516.43353 61.376953 516.43353Q62.658203 516.43353 63.48633 515.5429Q64.31445 514.63666 64.31445 512.9648Q64.31445 511.9179 63.95508 511.13666Q63.61133 510.3554 62.92383 509.93353Q62.23633 509.49603 61.39258 509.49603Q60.189453 509.49603 59.314453 510.32416Q58.439453 511.15228 58.439453 513.0898ZM68.7832 516.32416L68.93945 517.24603Q68.48633 517.3398 68.14258 517.3398Q67.56445 517.3398 67.25195 517.1679Q66.93945 516.9804 66.79883 516.68353Q66.67383 516.38666 66.67383 515.43353L66.67383 511.8554L65.9082 511.8554L65.9082 511.0429L66.67383 511.0429L66.67383 509.49603L67.7207 508.87103L67.7207 511.0429L68.7832 511.0429L68.7832 511.8554L67.7207 511.8554L67.7207 515.49603Q67.7207 515.94916 67.76758 516.07416Q67.83008 516.19916 67.95508 516.2773Q68.08008 516.3554 68.31445 516.3554Q68.50195 516.3554 68.7832 516.32416ZM69.48633 517.26166L69.48633 508.6679L70.5332 508.6679L70.5332 511.74603Q71.26758 510.90228 72.39258 510.90228Q73.0957 510.90228 73.5957 511.18353Q74.11133 511.44916 74.33008 511.93353Q74.54883 512.4023 74.54883 513.32416L74.54883 517.26166L73.50195 517.26166L73.50195 513.32416Q73.50195 512.5273 73.1582 512.1679Q72.81445 511.80853 72.18945 511.80853Q71.7207 511.80853 71.29883 512.05853Q70.89258 512.2929 70.70508 512.7148Q70.5332 513.12103 70.5332 513.8554L70.5332 517.26166L69.48633 517.26166ZM80.73633 515.26166L81.83008 515.38666Q81.58008 516.3398 80.87695 516.87103Q80.17383 517.4023 79.0957 517.4023Q77.73633 517.4023 76.92383 516.55853Q76.12695 515.7148 76.12695 514.19916Q76.12695 512.63666 76.93945 511.77728Q77.75195 510.90228 79.0332 510.90228Q80.2832 510.90228 81.06445 511.74603Q81.86133 512.5898 81.86133 514.13666Q81.86133 514.2304 81.86133 514.4179L77.2207 514.4179Q77.2832 515.44916 77.79883 515.99603Q78.31445 516.5273 79.0957 516.5273Q79.67383 516.5273 80.08008 516.2304Q80.50195 515.9179 80.73633 515.26166ZM77.2832 513.55853L80.75195 513.55853Q80.68945 512.76166 80.36133 512.37103Q79.8457 511.76166 79.04883 511.76166Q78.31445 511.76166 77.81445 512.24603Q77.33008 512.7304 77.2832 513.55853ZM83.4707 517.26166L83.4707 511.0429L84.42383 511.0429L84.42383 511.9804Q84.7832 511.32416 85.08008 511.12103Q85.39258 510.90228 85.76758 510.90228Q86.29883 510.90228 86.8457 511.2304L86.48633 512.2148Q86.0957 511.9804 85.7207 511.9804Q85.36133 511.9804 85.08008 512.19916Q84.81445 512.4023 84.70508 512.7773Q84.51758 513.3398 84.51758 513.99603L84.51758 517.26166L83.4707 517.26166Z" fill-rule="nonzero"/><path fill="#666666" d="M84.18945 542.2656Q84.18945 540.7344 84.50195 539.8125Q84.81445 538.875 85.42383 538.375Q86.04883 537.875 86.98633 537.875Q87.67383 537.875 88.18945 538.15625Q88.7207 538.4375 89.06445 538.96875Q89.4082 539.4844 89.5957 540.2344Q89.7832 540.9844 89.7832 542.2656Q89.7832 543.78125 89.4707 544.7031Q89.17383 545.625 88.54883 546.1406Q87.93945 546.6406 86.98633 546.6406Q85.75195 546.6406 85.0332 545.75Q84.18945 544.6875 84.18945 542.2656ZM85.26758 542.2656Q85.26758 544.375 85.76758 545.0781Q86.26758 545.78125 86.98633 545.78125Q87.7207 545.78125 88.20508 545.0781Q88.70508 544.375 88.70508 542.2656Q88.70508 540.1406 88.20508 539.4531Q87.7207 538.75 86.9707 538.75Q86.25195 538.75 85.81445 539.3594Q85.26758 540.1406 85.26758 542.2656ZM91.39258 539.96875Q91.39258 539.0469 91.8457 538.40625Q92.31445 537.7656 93.18945 537.7656Q94.00195 537.7656 94.5332 538.34375Q95.06445 538.9219 95.06445 540.03125Q95.06445 541.125 94.51758 541.71875Q93.98633 542.2969 93.20508 542.2969Q92.42383 542.2969 91.9082 541.71875Q91.39258 541.1406 91.39258 539.96875ZM93.2207 538.4844Q92.83008 538.4844 92.56445 538.8281Q92.31445 539.1719 92.31445 540.0781Q92.31445 540.90625 92.56445 541.25Q92.83008 541.5781 93.2207 541.5781Q93.62695 541.5781 93.87695 541.2344Q94.14258 540.8906 94.14258 540.0Q94.14258 539.15625 93.87695 538.8281Q93.61133 538.4844 93.2207 538.4844ZM93.2207 546.8125L97.92383 537.7656L98.7832 537.7656L94.0957 546.8125L93.2207 546.8125ZM96.93945 544.4844Q96.93945 543.5625 97.39258 542.9219Q97.86133 542.28125 98.75195 542.28125Q99.56445 542.28125 100.0957 542.8594Q100.62695 543.4219 100.62695 544.5469Q100.62695 545.6406 100.08008 546.2344Q99.54883 546.8125 98.75195 546.8125Q97.98633 546.8125 97.45508 546.2344Q96.93945 545.65625 96.93945 544.4844ZM98.7832 543.0Q98.37695 543.0 98.11133 543.34375Q97.86133 543.6875 97.86133 544.59375Q97.86133 545.40625 98.12695 545.75Q98.39258 546.09375 98.7832 546.09375Q99.17383 546.09375 99.43945 545.75Q99.70508 545.40625 99.70508 544.5Q99.70508 543.6719 99.43945 543.34375Q99.17383 543.0 98.7832 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M181.69844 545.4844L181.69844 546.5L176.01094 546.5Q176.01094 546.125 176.13594 545.7656Q176.35469 545.1875 176.82344 544.625Q177.30782 544.0625 178.21407 543.3281Q179.62032 542.1719 180.10469 541.5Q180.60469 540.8281 180.60469 540.2344Q180.60469 539.6094 180.15157 539.1875Q179.69844 538.75 178.97969 538.75Q178.21407 538.75 177.76094 539.2031Q177.30782 539.65625 177.29219 540.46875L176.21407 540.3594Q176.32344 539.1406 177.04219 538.5156Q177.77657 537.875 179.01094 537.875Q180.24532 537.875 180.96407 538.5625Q181.68282 539.25 181.68282 540.2656Q181.68282 540.78125 181.46407 541.28125Q181.26094 541.7656 180.76094 542.3281Q180.27657 542.875 179.15157 543.8281Q178.19844 544.625 177.91719 544.9219Q177.65157 545.2031 177.47969 545.4844L181.69844 545.4844ZM183.15157 542.2656Q183.15157 540.7344 183.46407 539.8125Q183.77657 538.875 184.38594 538.375Q185.01094 537.875 185.94844 537.875Q186.63594 537.875 187.15157 538.15625Q187.68282 538.4375 188.02657 538.96875Q188.37032 539.4844 188.55782 540.2344Q188.74532 540.9844 188.74532 542.2656Q188.74532 543.78125 188.43282 544.7031Q188.13594 545.625 187.51094 546.1406Q186.90157 546.6406 185.94844 546.6406Q184.71407 546.6406 183.99532 545.75Q183.15157 544.6875 183.15157 542.2656ZM184.22969 542.2656Q184.22969 544.375 184.72969 545.0781Q185.22969 545.78125 185.94844 545.78125Q186.68282 545.78125 187.16719 545.0781Q187.66719 544.375 187.66719 542.2656Q187.66719 540.1406 187.16719 539.4531Q186.68282 538.75 185.93282 538.75Q185.21407 538.75 184.77657 539.3594Q184.22969 540.1406 184.22969 542.2656ZM190.35469 539.96875Q190.35469 539.0469 190.80782 538.40625Q191.27657 537.7656 192.15157 537.7656Q192.96407 537.7656 193.49532 538.34375Q194.02657 538.9219 194.02657 540.03125Q194.02657 541.125 193.47969 541.71875Q192.94844 542.2969 192.16719 542.2969Q191.38594 542.2969 190.87032 541.71875Q190.35469 541.1406 190.35469 539.96875ZM192.18282 538.4844Q191.79219 538.4844 191.52657 538.8281Q191.27657 539.1719 191.27657 540.0781Q191.27657 540.90625 191.52657 541.25Q191.79219 541.5781 192.18282 541.5781Q192.58907 541.5781 192.83907 541.2344Q193.10469 540.8906 193.10469 540.0Q193.10469 539.15625 192.83907 538.8281Q192.57344 538.4844 192.18282 538.4844ZM192.18282 546.8125L196.88594 537.7656L197.74532 537.7656L193.05782 546.8125L192.18282 546.8125ZM195.90157 544.4844Q195.90157 543.5625 196.35469 542.9219Q196.82344 542.28125 197.71407 542.28125Q198.52657 542.28125 199.05782 542.8594Q199.58907 543.4219 199.58907 544.5469Q199.58907 545.6406 199.04219 546.2344Q198.51094 546.8125 197.71407 546.8125Q196.94844 546.8125 196.41719 546.2344Q195.90157 545.65625 195.90157 544.4844ZM197.74532 543.0Q197.33907 543.0 197.07344 543.34375Q196.82344 543.6875 196.82344 544.59375Q196.82344 545.40625 197.08907 545.75Q197.35469 546.09375 197.74532 546.09375Q198.13594 546.09375 198.40157 545.75Q198.66719 545.40625 198.66719 544.5Q198.66719 543.6719 198.40157 543.34375Q198.13594 543.0 197.74532 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M274.98868 546.5L274.98868 544.4375L271.26993 544.4375L271.26993 543.46875L275.1918 537.90625L276.05118 537.90625L276.05118 543.46875L277.20743 543.46875L277.20743 544.4375L276.05118 544.4375L276.05118 546.5L274.98868 546.5ZM274.98868 543.46875L274.98868 539.6094L272.30118 543.46875L274.98868 543.46875ZM278.61368 542.2656Q278.61368 540.7344 278.92618 539.8125Q279.23868 538.875 279.84805 538.375Q280.47305 537.875 281.41055 537.875Q282.09805 537.875 282.61368 538.15625Q283.14493 538.4375 283.48868 538.96875Q283.83243 539.4844 284.01993 540.2344Q284.20743 540.9844 284.20743 542.2656Q284.20743 543.78125 283.89493 544.7031Q283.59805 545.625 282.97305 546.1406Q282.36368 546.6406 281.41055 546.6406Q280.17618 546.6406 279.45743 545.75Q278.61368 544.6875 278.61368 542.2656ZM279.6918 542.2656Q279.6918 544.375 280.1918 545.0781Q280.6918 545.78125 281.41055 545.78125Q282.14493 545.78125 282.6293 545.0781Q283.1293 544.375 283.1293 542.2656Q283.1293 540.1406 282.6293 539.4531Q282.14493 538.75 281.39493 538.75Q280.67618 538.75 280.23868 539.3594Q279.6918 540.1406 279.6918 542.2656ZM285.8168 539.96875Q285.8168 539.0469 286.26993 538.40625Q286.73868 537.7656 287.61368 537.7656Q288.42618 537.7656 288.95743 538.34375Q289.48868 538.9219 289.48868 540.03125Q289.48868 541.125 288.9418 541.71875Q288.41055 542.2969 287.6293 542.2969Q286.84805 542.2969 286.33243 541.71875Q285.8168 541.1406 285.8168 539.96875ZM287.64493 538.4844Q287.2543 538.4844 286.98868 538.8281Q286.73868 539.1719 286.73868 540.0781Q286.73868 540.90625 286.98868 541.25Q287.2543 541.5781 287.64493 541.5781Q288.05118 541.5781 288.30118 541.2344Q288.5668 540.8906 288.5668 540.0Q288.5668 539.15625 288.30118 538.8281Q288.03555 538.4844 287.64493 538.4844ZM287.64493 546.8125L292.34805 537.7656L293.20743 537.7656L288.51993 546.8125L287.64493 546.8125ZM291.36368 544.4844Q291.36368 543.5625 291.8168 542.9219Q292.28555 542.28125 293.17618 542.28125Q293.98868 542.28125 294.51993 542.8594Q295.05118 543.4219 295.05118 544.5469Q295.05118 545.6406 294.5043 546.2344Q293.97305 546.8125 293.17618 546.8125Q292.41055 546.8125 291.8793 546.2344Q291.36368 545.65625 291.36368 544.4844ZM293.20743 543.0Q292.80118 543.0 292.53555 543.34375Q292.28555 543.6875 292.28555 544.59375Q292.28555 545.40625 292.55118 545.75Q292.8168 546.09375 293.20743 546.09375Q293.59805 546.09375 293.86368 545.75Q294.1293 545.40625 294.1293 544.5Q294.1293 543.6719 293.86368 543.34375Q293.59805 543.0 293.20743 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M372.54453 540.0156L371.49765 540.09375Q371.35703 539.46875 371.10703 539.1875Q370.66953 538.7344 370.04453 538.7344Q369.54453 538.7344 369.1539 539.0156Q368.66953 539.3906 368.37265 540.09375Q368.0914 540.78125 368.07578 542.0625Q368.45078 541.4844 368.99765 541.2031Q369.56015 540.9219 370.16953 540.9219Q371.2164 540.9219 371.95078 541.7031Q372.70078 542.4844 372.70078 543.7031Q372.70078 544.5156 372.3414 545.21875Q371.99765 545.90625 371.38828 546.28125Q370.7789 546.6406 370.01328 546.6406Q368.68515 546.6406 367.85703 545.6719Q367.0289 544.7031 367.0289 542.4844Q367.0289 539.9844 367.95078 538.8594Q368.74765 537.875 370.10703 537.875Q371.12265 537.875 371.76328 538.4531Q372.41953 539.0156 372.54453 540.0156ZM368.24765 543.71875Q368.24765 544.2656 368.4664 544.7656Q368.70078 545.25 369.10703 545.5156Q369.5289 545.78125 369.99765 545.78125Q370.6539 545.78125 371.13828 545.25Q371.62265 544.7031 371.62265 543.78125Q371.62265 542.8906 371.13828 542.375Q370.66953 541.8594 369.95078 541.8594Q369.23203 541.8594 368.73203 542.375Q368.24765 542.8906 368.24765 543.71875ZM374.07578 542.2656Q374.07578 540.7344 374.38828 539.8125Q374.70078 538.875 375.31015 538.375Q375.93515 537.875 376.87265 537.875Q377.56015 537.875 378.07578 538.15625Q378.60703 538.4375 378.95078 538.96875Q379.29453 539.4844 379.48203 540.2344Q379.66953 540.9844 379.66953 542.2656Q379.66953 543.78125 379.35703 544.7031Q379.06015 545.625 378.43515 546.1406Q377.82578 546.6406 376.87265 546.6406Q375.63828 546.6406 374.91953 545.75Q374.07578 544.6875 374.07578 542.2656ZM375.1539 542.2656Q375.1539 544.375 375.6539 545.0781Q376.1539 545.78125 376.87265 545.78125Q377.60703 545.78125 378.0914 545.0781Q378.5914 544.375 378.5914 542.2656Q378.5914 540.1406 378.0914 539.4531Q377.60703 538.75 376.85703 538.75Q376.13828 538.75 375.70078 539.3594Q375.1539 540.1406 375.1539 542.2656ZM381.2789 539.96875Q381.2789 539.0469 381.73203 538.40625Q382.20078 537.7656 383.07578 537.7656Q383.88828 537.7656 384.41953 538.34375Q384.95078 538.9219 384.95078 540.03125Q384.95078 541.125 384.4039 541.71875Q383.87265 542.2969 383.0914 542.2969Q382.31015 542.2969 381.79453 541.71875Q381.2789 541.1406 381.2789 539.96875ZM383.10703 538.4844Q382.7164 538.4844 382.45078 538.8281Q382.20078 539.1719 382.20078 540.0781Q382.20078 540.90625 382.45078 541.25Q382.7164 541.5781 383.10703 541.5781Q383.51328 541.5781 383.76328 541.2344Q384.0289 540.8906 384.0289 540.0Q384.0289 539.15625 383.76328 538.8281Q383.49765 538.4844 383.10703 538.4844ZM383.10703 546.8125L387.81015 537.7656L388.66953 537.7656L383.98203 546.8125L383.10703 546.8125ZM386.82578 544.4844Q386.82578 543.5625 387.2789 542.9219Q387.74765 542.28125 388.63828 542.28125Q389.45078 542.28125 389.98203 542.8594Q390.51328 543.4219 390.51328 544.5469Q390.51328 545.6406 389.9664 546.2344Q389.43515 546.8125 388.63828 546.8125Q387.87265 546.8125 387.3414 546.2344Q386.82578 545.65625 386.82578 544.4844ZM388.66953 543.0Q388.26328 543.0 387.99765 543.34375Q387.74765 543.6875 387.74765 544.59375Q387.74765 545.40625 388.01328 545.75Q388.2789 546.09375 388.66953 546.09375Q389.06015 546.09375 389.32578 545.75Q389.5914 545.40625 389.5914 544.5Q389.5914 543.6719 389.32578 543.34375Q389.06015 543.0 388.66953 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M464.1629 541.84375Q463.50665 541.59375 463.17853 541.15625Q462.86603 540.7031 462.86603 540.09375Q462.86603 539.15625 463.5379 538.5156Q464.2254 537.875 465.33478 537.875Q466.45978 537.875 467.14728 538.53125Q467.83478 539.1875 467.83478 540.125Q467.83478 540.71875 467.52228 541.15625Q467.20978 541.59375 466.56915 541.84375Q467.36603 542.09375 467.77228 542.6719Q468.17853 543.25 468.17853 544.0469Q468.17853 545.1406 467.39728 545.8906Q466.63165 546.6406 465.3504 546.6406Q464.08478 546.6406 463.30353 545.8906Q462.52228 545.1406 462.52228 544.0156Q462.52228 543.1719 462.94415 542.6094Q463.38165 542.0469 464.1629 541.84375ZM463.94415 540.0469Q463.94415 540.65625 464.33478 541.0469Q464.74103 541.4375 465.36603 541.4375Q465.9754 541.4375 466.36603 541.0625Q466.75665 540.6719 466.75665 540.1094Q466.75665 539.53125 466.3504 539.1406Q465.94415 538.7344 465.3504 538.7344Q464.74103 538.7344 464.33478 539.125Q463.94415 539.5156 463.94415 540.0469ZM463.61603 544.0156Q463.61603 544.46875 463.81915 544.8906Q464.0379 545.3125 464.45978 545.5469Q464.88165 545.78125 465.36603 545.78125Q466.11603 545.78125 466.6004 545.2969Q467.1004 544.8125 467.1004 544.0625Q467.1004 543.2969 466.6004 542.7969Q466.1004 542.2969 465.33478 542.2969Q464.58478 542.2969 464.1004 542.7969Q463.61603 543.28125 463.61603 544.0156ZM469.5379 542.2656Q469.5379 540.7344 469.8504 539.8125Q470.1629 538.875 470.77228 538.375Q471.39728 537.875 472.33478 537.875Q473.02228 537.875 473.5379 538.15625Q474.06915 538.4375 474.4129 538.96875Q474.75665 539.4844 474.94415 540.2344Q475.13165 540.9844 475.13165 542.2656Q475.13165 543.78125 474.81915 544.7031Q474.52228 545.625 473.89728 546.1406Q473.2879 546.6406 472.33478 546.6406Q471.1004 546.6406 470.38165 545.75Q469.5379 544.6875 469.5379 542.2656ZM470.61603 542.2656Q470.61603 544.375 471.11603 545.0781Q471.61603 545.78125 472.33478 545.78125Q473.06915 545.78125 473.55353 545.0781Q474.05353 544.375 474.05353 542.2656Q474.05353 540.1406 473.55353 539.4531Q473.06915 538.75 472.31915 538.75Q471.6004 538.75 471.1629 539.3594Q470.61603 540.1406 470.61603 542.2656ZM476.74103 539.96875Q476.74103 539.0469 477.19415 538.40625Q477.6629 537.7656 478.5379 537.7656Q479.3504 537.7656 479.88165 538.34375Q480.4129 538.9219 480.4129 540.03125Q480.4129 541.125 479.86603 541.71875Q479.33478 542.2969 478.55353 542.2969Q477.77228 542.2969 477.25665 541.71875Q476.74103 541.1406 476.74103 539.96875ZM478.56915 538.4844Q478.17853 538.4844 477.9129 538.8281Q477.6629 539.1719 477.6629 540.0781Q477.6629 540.90625 477.9129 541.25Q478.17853 541.5781 478.56915 541.5781Q478.9754 541.5781 479.2254 541.2344Q479.49103 540.8906 479.49103 540.0Q479.49103 539.15625 479.2254 538.8281Q478.95978 538.4844 478.56915 538.4844ZM478.56915 546.8125L483.27228 537.7656L484.13165 537.7656L479.44415 546.8125L478.56915 546.8125ZM482.2879 544.4844Q482.2879 543.5625 482.74103 542.9219Q483.20978 542.28125 484.1004 542.28125Q484.9129 542.28125 485.44415 542.8594Q485.9754 543.4219 485.9754 544.5469Q485.9754 545.6406 485.42853 546.2344Q484.89728 546.8125 484.1004 546.8125Q483.33478 546.8125 482.80353 546.2344Q482.2879 545.65625 482.2879 544.4844ZM484.13165 543.0Q483.7254 543.0 483.45978 543.34375Q483.20978 543.6875 483.20978 544.59375Q483.20978 545.40625 483.4754 545.75Q483.74103 546.09375 484.13165 546.09375Q484.52228 546.09375 484.7879 545.75Q485.05353 545.40625 485.05353 544.5Q485.05353 543.6719 484.7879 543.34375Q484.52228 543.0 484.13165 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M558.46875 546.5L557.4219 546.5L557.4219 539.78125Q557.03125 540.1406 556.40625 540.5156Q555.7969 540.875 555.3125 541.0469L555.3125 540.03125Q556.1875 539.6094 556.84375 539.03125Q557.5156 538.4375 557.7969 537.875L558.46875 537.875L558.46875 546.5ZM561.5 542.2656Q561.5 540.7344 561.8125 539.8125Q562.125 538.875 562.7344 538.375Q563.3594 537.875 564.2969 537.875Q564.9844 537.875 565.5 538.15625Q566.03125 538.4375 566.375 538.96875Q566.71875 539.4844 566.90625 540.2344Q567.09375 540.9844 567.09375 542.2656Q567.09375 543.78125 566.78125 544.7031Q566.4844 545.625 565.8594 546.1406Q565.25 546.6406 564.2969 546.6406Q563.0625 546.6406 562.34375 545.75Q561.5 544.6875 561.5 542.2656ZM562.5781 542.2656Q562.5781 544.375 563.0781 545.0781Q563.5781 545.78125 564.2969 545.78125Q565.03125 545.78125 565.5156 545.0781Q566.0156 544.375 566.0156 542.2656Q566.0156 540.1406 565.5156 539.4531Q565.03125 538.75 564.28125 538.75Q563.5625 538.75 563.125 539.3594Q562.5781 540.1406 562.5781 542.2656ZM568.5 542.2656Q568.5 540.7344 568.8125 539.8125Q569.125 538.875 569.7344 538.375Q570.3594 537.875 571.2969 537.875Q571.9844 537.875 572.5 538.15625Q573.03125 538.4375 573.375 538.96875Q573.71875 539.4844 573.90625 540.2344Q574.09375 540.9844 574.09375 542.2656Q574.09375 543.78125 573.78125 544.7031Q573.4844 545.625 572.8594 546.1406Q572.25 546.6406 571.2969 546.6406Q570.0625 546.6406 569.34375 545.75Q568.5 544.6875 568.5 542.2656ZM569.5781 542.2656Q569.5781 544.375 570.0781 545.0781Q570.5781 545.78125 571.2969 545.78125Q572.03125 545.78125 572.5156 545.0781Q573.0156 544.375 573.0156 542.2656Q573.0156 540.1406 572.5156 539.4531Q572.03125 538.75 571.28125 538.75Q570.5625 538.75 570.125 539.3594Q569.5781 540.1406 569.5781 542.2656ZM575.7031 539.96875Q575.7031 539.0469 576.15625 538.40625Q576.625 537.7656 577.5 537.7656Q578.3125 537.7656 578.84375 538.34375Q579.375 538.9219 579.375 540.03125Q579.375 541.125 578.8281 541.71875Q578.2969 542.2969 577.5156 542.2969Q576.7344 542.2969 576.21875 541.71875Q575.7031 541.1406 575.7031 539.96875ZM577.53125 538.4844Q577.1406 538.4844 576.875 538.8281Q576.625 539.1719 576.625 540.0781Q576.625 540.90625 576.875 541.25Q577.1406 541.5781 577.53125 541.5781Q577.9375 541.5781 578.1875 541.2344Q578.4531 540.8906 578.4531 540.0Q578.4531 539.15625 578.1875 538.8281Q577.9219 538.4844 577.53125 538.4844ZM577.53125 546.8125L582.2344 537.7656L583.09375 537.7656L578.40625 546.8125L577.53125 546.8125ZM581.25 544.4844Q581.25 543.5625 581.7031 542.9219Q582.1719 542.28125 583.0625 542.28125Q583.875 542.28125 584.40625 542.8594Q584.9375 543.4219 584.9375 544.5469Q584.9375 545.6406 584.3906 546.2344Q583.8594 546.8125 583.0625 546.8125Q582.2969 546.8125 581.7656 546.2344Q581.25 545.65625 581.25 544.4844ZM583.09375 543.0Q582.6875 543.0 582.4219 543.34375Q582.1719 543.6875 582.1719 544.59375Q582.1719 545.40625 582.4375 545.75Q582.7031 546.09375 583.09375 546.09375Q583.4844 546.09375 583.75 545.75Q584.0156 545.40625 584.0156 544.5Q584.0156 543.6719 583.75 543.34375Q583.4844 543.0 583.09375 543.0Z" fill-rule="nonzero"/><path fill="#00acd7" d="M150.29086 591.39655C150.29086 590.84424 150.73859 590.39655 151.29086 590.39655L161.29086 590.39655C161.84315 590.39655 162.29086 590.84424 162.29086 591.39655L162.29086 601.39655C162.29086 601.94885 161.84315 602.39655 161.29086 602.39655L151.29086 602.39655C150.73859 602.39655 150.29086 601.94885 150.29086 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M171.22836 600.39655L171.22836 591.8028L175.04086 591.8028Q176.19711 591.8028 176.79086 592.0372Q177.38461 592.27155 177.74399 592.8653Q178.10336 593.4434 178.10336 594.14655Q178.10336 595.0684 177.50961 595.6934Q176.91586 596.3184 175.68149 596.4903Q176.13461 596.70905 176.36899 596.9122Q176.86899 597.3653 177.30649 598.0528L178.80649 600.39655L177.36899 600.39655L176.24399 598.6153Q175.74399 597.83405 175.41586 597.4278Q175.10336 597.02155 174.83774 596.8653Q174.58774 596.6934 174.32211 596.6153Q174.13461 596.58405 173.69711 596.58405L172.36899 596.58405L172.36899 600.39655L171.22836 600.39655ZM172.36899 595.5997L174.82211 595.5997Q175.58774 595.5997 176.02524 595.4434Q176.47836 595.27155 176.69711 594.9278Q176.93149 594.5684 176.93149 594.14655Q176.93149 593.5372 176.47836 593.14655Q176.04086 592.7559 175.08774 592.7559L172.36899 592.7559L172.36899 595.5997ZM184.15024 599.6309Q183.55649 600.1309 183.00961 600.33405Q182.47836 600.5372 181.85336 600.5372Q180.82211 600.5372 180.27524 600.0372Q179.72836 599.5372 179.72836 598.7559Q179.72836 598.3028 179.93149 597.9278Q180.13461 597.5372 180.47836 597.3184Q180.82211 597.08405 181.24399 596.9747Q181.54086 596.8809 182.18149 596.8028Q183.44711 596.6622 184.05649 596.4434Q184.05649 596.2247 184.05649 596.1778Q184.05649 595.52155 183.75961 595.2559Q183.35336 594.9122 182.55649 594.9122Q181.82211 594.9122 181.46274 595.1778Q181.10336 595.4278 180.93149 596.08405L179.90024 595.9434Q180.04086 595.2872 180.36899 594.8809Q180.69711 594.4747 181.30649 594.2559Q181.91586 594.0372 182.71274 594.0372Q183.50961 594.0372 184.00961 594.2247Q184.50961 594.4122 184.74399 594.6934Q184.97836 594.9747 185.07211 595.4122Q185.11899 595.6778 185.11899 596.3809L185.11899 597.7872Q185.11899 599.2559 185.18149 599.64655Q185.25961 600.0372 185.46274 600.39655L184.35336 600.39655Q184.19711 600.0684 184.15024 599.6309ZM184.05649 597.27155Q183.47836 597.5059 182.33774 597.6778Q181.68149 597.77155 181.41586 597.89655Q181.15024 598.0059 180.99399 598.2247Q180.85336 598.4434 180.85336 598.7247Q180.85336 599.14655 181.16586 599.4278Q181.49399 599.70905 182.10336 599.70905Q182.71274 599.70905 183.18149 599.4434Q183.66586 599.1778 183.88461 598.70905Q184.05649 598.3497 184.05649 597.6622L184.05649 597.27155ZM187.08774 600.39655L187.08774 594.1778L188.02524 594.1778L188.02524 595.0528Q188.71274 594.0372 190.00961 594.0372Q190.57211 594.0372 191.04086 594.2403Q191.52524 594.4434 191.75961 594.77155Q191.99399 595.0997 192.08774 595.5372Q192.13461 595.83405 192.13461 596.5684L192.13461 600.39655L191.08774 600.39655L191.08774 596.6153Q191.08774 595.95905 190.96274 595.64655Q190.83774 595.33405 190.52524 595.14655Q190.21274 594.9434 189.79086 594.9434Q189.11899 594.9434 188.61899 595.3809Q188.13461 595.8028 188.13461 596.9903L188.13461 600.39655L187.08774 600.39655ZM194.08774 600.39655L194.08774 591.8028L195.15024 591.8028L195.15024 596.70905L197.63461 594.1778L199.00961 594.1778L196.61899 596.4747L199.24399 600.39655L197.94711 600.39655L195.88461 597.20905L195.15024 597.9278L195.15024 600.39655L194.08774 600.39655ZM204.33774 598.39655L205.43149 598.52155Q205.18149 599.4747 204.47836 600.0059Q203.77524 600.5372 202.69711 600.5372Q201.33774 600.5372 200.52524 599.6934Q199.72836 598.8497 199.72836 597.33405Q199.72836 595.77155 200.54086 594.9122Q201.35336 594.0372 202.63461 594.0372Q203.88461 594.0372 204.66586 594.8809Q205.46274 595.7247 205.46274 597.27155Q205.46274 597.3653 205.46274 597.5528L200.82211 597.5528Q200.88461 598.58405 201.40024 599.1309Q201.91586 599.6622 202.69711 599.6622Q203.27524 599.6622 203.68149 599.3653Q204.10336 599.0528 204.33774 598.39655ZM200.88461 596.6934L204.35336 596.6934Q204.29086 595.89655 203.96274 595.5059Q203.44711 594.89655 202.65024 594.89655Q201.91586 594.89655 201.41586 595.3809Q200.93149 595.8653 200.88461 596.6934ZM211.11899 600.39655L211.11899 599.6153Q210.52524 600.5372 209.38461 600.5372Q208.63461 600.5372 208.00961 600.1309Q207.38461 599.70905 207.04086 598.9747Q206.69711 598.2403 206.69711 597.2872Q206.69711 596.3653 207.00961 595.5997Q207.32211 594.83405 207.94711 594.4434Q208.57211 594.0372 209.33774 594.0372Q209.90024 594.0372 210.33774 594.27155Q210.77524 594.5059 211.05649 594.8809L211.05649 591.8028L212.10336 591.8028L212.10336 600.39655L211.11899 600.39655ZM207.79086 597.2872Q207.79086 598.4903 208.29086 599.08405Q208.79086 599.6622 209.47836 599.6622Q210.16586 599.6622 210.65024 599.0997Q211.13461 598.5372 211.13461 597.3809Q211.13461 596.0997 210.63461 595.5059Q210.15024 594.9122 209.43149 594.9122Q208.72836 594.9122 208.25961 595.4903Q207.79086 596.0528 207.79086 597.2872ZM220.75961 600.39655L219.71274 600.39655L219.71274 593.6778Q219.32211 594.0372 218.69711 594.4122Q218.08774 594.77155 217.60336 594.9434L217.60336 593.9278Q218.47836 593.5059 219.13461 592.9278Q219.80649 592.33405 220.08774 591.77155L220.75961 591.77155L220.75961 600.39655ZM223.66586 598.5372L224.69711 598.3809Q224.79086 599.0059 225.18149 599.33405Q225.58774 599.6622 226.32211 599.6622Q227.04086 599.6622 227.38461 599.3809Q227.74399 599.08405 227.74399 598.6778Q227.74399 598.3184 227.43149 598.1153Q227.21274 597.9747 226.35336 597.7559Q225.19711 597.45905 224.74399 597.2559Q224.30649 597.0372 224.07211 596.6622Q223.83774 596.2872 223.83774 595.8184Q223.83774 595.4122 224.02524 595.0528Q224.21274 594.6934 224.54086 594.45905Q224.79086 594.2872 225.21274 594.1622Q225.63461 594.0372 226.13461 594.0372Q226.85336 594.0372 227.40024 594.2559Q227.96274 594.45905 228.22836 594.8184Q228.49399 595.1778 228.58774 595.77155L227.55649 595.9122Q227.49399 595.4434 227.15024 595.1778Q226.82211 594.89655 226.19711 594.89655Q225.47836 594.89655 225.16586 595.14655Q224.85336 595.3809 224.85336 595.70905Q224.85336 595.9122 224.97836 596.0684Q225.11899 596.2403 225.38461 596.3497Q225.54086 596.4122 226.32211 596.6153Q227.44711 596.9278 227.88461 597.1153Q228.32211 597.3028 228.57211 597.6622Q228.82211 598.02155 228.82211 598.5684Q228.82211 599.0997 228.50961 599.5684Q228.21274 600.02155 227.63461 600.2872Q227.05649 600.5372 226.32211 600.5372Q225.10336 600.5372 224.46274 600.0372Q223.83774 599.52155 223.66586 598.5372ZM232.38461 599.45905L232.54086 600.3809Q232.08774 600.4747 231.74399 600.4747Q231.16586 600.4747 230.85336 600.3028Q230.54086 600.1153 230.40024 599.8184Q230.27524 599.52155 230.27524 598.5684L230.27524 594.9903L229.50961 594.9903L229.50961 594.1778L230.27524 594.1778L230.27524 592.6309L231.32211 592.0059L231.32211 594.1778L232.38461 594.1778L232.38461 594.9903L231.32211 594.9903L231.32211 598.6309Q231.32211 599.08405 231.36899 599.20905Q231.43149 599.33405 231.55649 599.4122Q231.68149 599.4903 231.91586 599.4903Q232.10336 599.4903 232.38461 599.45905Z" fill-rule="nonzero"/><path fill="#2eb8da" d="M248.29086 591.39655C248.29086 590.84424 248.73859 590.39655 249.29086 590.39655L259.29086 590.39655C259.84317 590.39655 260.29086 590.84424 260.29086 591.39655L260.29086 601.39655C260.29086 601.94885 259.84317 602.39655 259.29086 602.39655L249.29086 602.39655C248.73859 602.39655 248.29086 601.94885 248.29086 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M274.33774 599.3809L274.33774 600.39655L268.65024 600.39655Q268.65024 600.02155 268.77524 599.6622Q268.994 599.08405 269.46274 598.52155Q269.9471 597.95905 270.85336 597.2247Q272.2596 596.0684 272.744 595.39655Q273.244 594.7247 273.244 594.1309Q273.244 593.5059 272.79086 593.08405Q272.33774 592.64655 271.619 592.64655Q270.85336 592.64655 270.40024 593.0997Q269.9471 593.5528 269.9315 594.3653L268.85336 594.2559Q268.96274 593.0372 269.6815 592.4122Q270.41586 591.77155 271.65024 591.77155Q272.8846 591.77155 273.60336 592.45905Q274.3221 593.14655 274.3221 594.1622Q274.3221 594.6778 274.10336 595.1778Q273.90024 595.6622 273.40024 596.2247Q272.91586 596.77155 271.79086 597.7247Q270.83774 598.52155 270.5565 598.8184Q270.29086 599.0997 270.119 599.3809L274.33774 599.3809ZM276.08774 600.39655L276.08774 594.1778L277.02524 594.1778L277.02524 595.0528Q277.71274 594.0372 279.0096 594.0372Q279.5721 594.0372 280.04086 594.2403Q280.52524 594.4434 280.7596 594.77155Q280.994 595.0997 281.08774 595.5372Q281.1346 595.83405 281.1346 596.5684L281.1346 600.39655L280.08774 600.39655L280.08774 596.6153Q280.08774 595.95905 279.96274 595.64655Q279.83774 595.33405 279.52524 595.14655Q279.21274 594.9434 278.79086 594.9434Q278.119 594.9434 277.619 595.3809Q277.1346 595.8028 277.1346 596.9903L277.1346 600.39655L276.08774 600.39655ZM287.119 600.39655L287.119 599.6153Q286.52524 600.5372 285.3846 600.5372Q284.6346 600.5372 284.0096 600.1309Q283.3846 599.70905 283.04086 598.9747Q282.6971 598.2403 282.6971 597.2872Q282.6971 596.3653 283.0096 595.5997Q283.3221 594.83405 283.9471 594.4434Q284.5721 594.0372 285.33774 594.0372Q285.90024 594.0372 286.33774 594.27155Q286.77524 594.5059 287.0565 594.8809L287.0565 591.8028L288.10336 591.8028L288.10336 600.39655L287.119 600.39655ZM283.79086 597.2872Q283.79086 598.4903 284.29086 599.08405Q284.79086 599.6622 285.47836 599.6622Q286.16586 599.6622 286.65024 599.0997Q287.1346 598.5372 287.1346 597.3809Q287.1346 596.0997 286.6346 595.5059Q286.15024 594.9122 285.4315 594.9122Q284.72836 594.9122 284.2596 595.4903Q283.79086 596.0528 283.79086 597.2872Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M305.29086 591.39655C305.29086 590.84424 305.7386 590.39655 306.29086 590.39655L316.29086 590.39655C316.84317 590.39655 317.29086 590.84424 317.29086 591.39655L317.29086 601.39655C317.29086 601.94885 316.84317 602.39655 316.29086 602.39655L306.29086 602.39655C305.7386 602.39655 305.29086 601.94885 305.29086 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M325.79086 598.1309L326.85336 597.9903Q327.02524 598.8809 327.46274 599.2872Q327.90024 599.6778 328.52524 599.6778Q329.27524 599.6778 329.79086 599.1622Q330.3065 598.64655 330.3065 597.8809Q330.3065 597.1622 329.8221 596.6934Q329.35336 596.20905 328.619 596.20905Q328.3221 596.20905 327.869 596.33405L327.994 595.39655Q328.10336 595.4122 328.16586 595.4122Q328.83774 595.4122 329.369 595.0684Q329.91586 594.70905 329.91586 593.9747Q329.91586 593.39655 329.52524 593.02155Q329.1346 592.6309 328.5096 592.6309Q327.90024 592.6309 327.47836 593.02155Q327.0721 593.4122 326.96274 594.1778L325.90024 593.9903Q326.08774 592.9434 326.77524 592.3653Q327.46274 591.77155 328.47836 591.77155Q329.1815 591.77155 329.77524 592.08405Q330.369 592.3809 330.6815 592.89655Q330.994 593.4122 330.994 594.0059Q330.994 594.5528 330.6971 595.02155Q330.40024 595.4747 329.8221 595.7403Q330.5721 595.9122 330.994 596.4747Q331.41586 597.02155 331.41586 597.8653Q331.41586 598.9903 330.58774 599.77155Q329.77524 600.5528 328.52524 600.5528Q327.40024 600.5528 326.65024 599.8809Q325.90024 599.1934 325.79086 598.1309ZM333.0721 600.39655L333.0721 594.1778L334.02524 594.1778L334.02524 595.1153Q334.3846 594.45905 334.6815 594.2559Q334.994 594.0372 335.369 594.0372Q335.90024 594.0372 336.4471 594.3653L336.08774 595.3497Q335.6971 595.1153 335.3221 595.1153Q334.96274 595.1153 334.6815 595.33405Q334.41586 595.5372 334.3065 595.9122Q334.119 596.4747 334.119 597.1309L334.119 600.39655L333.0721 600.39655ZM341.119 600.39655L341.119 599.6153Q340.52524 600.5372 339.3846 600.5372Q338.6346 600.5372 338.0096 600.1309Q337.3846 599.70905 337.04086 598.9747Q336.6971 598.2403 336.6971 597.2872Q336.6971 596.3653 337.0096 595.5997Q337.3221 594.83405 337.9471 594.4434Q338.5721 594.0372 339.33774 594.0372Q339.90024 594.0372 340.33774 594.27155Q340.77524 594.5059 341.0565 594.8809L341.0565 591.8028L342.10336 591.8028L342.10336 600.39655L341.119 600.39655ZM337.79086 597.2872Q337.79086 598.4903 338.29086 599.08405Q338.79086 599.6622 339.47836 599.6622Q340.16586 599.6622 340.65024 599.0997Q341.1346 598.5372 341.1346 597.3809Q341.1346 596.0997 340.6346 595.5059Q340.15024 594.9122 339.4315 594.9122Q338.72836 594.9122 338.2596 595.4903Q337.79086 596.0528 337.79086 597.2872Z" fill-rule="nonzero"/><path fill="#8ad0e0" d="M359.29086 591.39655C359.29086 590.84424 359.7386 590.39655 360.29086 590.39655L370.29086 590.39655C370.84317 590.39655 371.29086 590.84424 371.29086 591.39655L371.29086 601.39655C371.29086 601.94885 370.84317 602.39655 370.29086 602.39655L360.29086 602.39655C359.7386 602.39655 359.29086 601.94885 359.29086 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M383.16586 600.39655L383.16586 598.33405L379.4471 598.33405L379.4471 597.3653L383.369 591.8028L384.22836 591.8028L384.22836 597.3653L385.3846 597.3653L385.3846 598.33405L384.22836 598.33405L384.22836 600.39655L383.16586 600.39655ZM383.16586 597.3653L383.16586 593.5059L380.47836 597.3653L383.16586 597.3653ZM389.3846 599.45905L389.54086 600.3809Q389.08774 600.4747 388.744 600.4747Q388.16586 600.4747 387.85336 600.3028Q387.54086 600.1153 387.40024 599.8184Q387.27524 599.52155 387.27524 598.5684L387.27524 594.9903L386.5096 594.9903L386.5096 594.1778L387.27524 594.1778L387.27524 592.6309L388.3221 592.0059L388.3221 594.1778L389.3846 594.1778L389.3846 594.9903L388.3221 594.9903L388.3221 598.6309Q388.3221 599.08405 388.369 599.20905Q388.4315 599.33405 388.5565 599.4122Q388.6815 599.4903 388.91586 599.4903Q389.10336 599.4903 389.3846 599.45905ZM390.08774 600.39655L390.08774 591.8028L391.1346 591.8028L391.1346 594.8809Q391.869 594.0372 392.994 594.0372Q393.6971 594.0372 394.1971 594.3184Q394.71274 594.58405 394.9315 595.0684Q395.15024 595.5372 395.15024 596.45905L395.15024 600.39655L394.10336 600.39655L394.10336 596.45905Q394.10336 595.6622 393.7596 595.3028Q393.41586 594.9434 392.79086 594.9434Q392.3221 594.9434 391.90024 595.1934Q391.494 595.4278 391.3065 595.8497Q391.1346 596.2559 391.1346 596.9903L391.1346 600.39655L390.08774 600.39655Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M412.29086 591.39655C412.29086 590.84424 412.7386 590.39655 413.29086 590.39655L423.29086 590.39655C423.84317 590.39655 424.29086 590.84424 424.29086 591.39655L424.29086 601.39655C424.29086 601.94885 423.84317 602.39655 423.29086 602.39655L413.29086 602.39655C412.7386 602.39655 412.29086 601.94885 412.29086 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M432.79086 598.14655L433.90024 598.0528Q434.02524 598.8653 434.46274 599.27155Q434.91586 599.6778 435.5565 599.6778Q436.3065 599.6778 436.83774 599.0997Q437.369 598.52155 437.369 597.58405Q437.369 596.6778 436.85336 596.1622Q436.35336 595.6309 435.52524 595.6309Q435.02524 595.6309 434.60336 595.8653Q434.1971 596.0997 433.96274 596.45905L432.97836 596.33405L433.8065 591.9278L438.08774 591.9278L438.08774 592.9278L434.65024 592.9278L434.1971 595.2403Q434.96274 594.6934 435.8065 594.6934Q436.9315 594.6934 437.6971 595.4747Q438.47836 596.2559 438.47836 597.4903Q438.47836 598.64655 437.8065 599.5059Q436.97836 600.5372 435.5565 600.5372Q434.3846 600.5372 433.6346 599.8809Q432.90024 599.2247 432.79086 598.14655ZM442.3846 599.45905L442.54086 600.3809Q442.08774 600.4747 441.744 600.4747Q441.16586 600.4747 440.85336 600.3028Q440.54086 600.1153 440.40024 599.8184Q440.27524 599.52155 440.27524 598.5684L440.27524 594.9903L439.5096 594.9903L439.5096 594.1778L440.27524 594.1778L440.27524 592.6309L441.3221 592.0059L441.3221 594.1778L442.3846 594.1778L442.3846 594.9903L441.3221 594.9903L441.3221 598.6309Q441.3221 599.08405 441.369 599.20905Q441.4315 599.33405 441.5565 599.4122Q441.6815 599.4903 441.91586 599.4903Q442.10336 599.4903 442.3846 599.45905ZM443.08774 600.39655L443.08774 591.8028L444.1346 591.8028L444.1346 594.8809Q444.869 594.0372 445.994 594.0372Q446.6971 594.0372 447.1971 594.3184Q447.71274 594.58405 447.9315 595.0684Q448.15024 595.5372 448.15024 596.45905L448.15024 600.39655L447.10336 600.39655L447.10336 596.45905Q447.10336 595.6622 446.7596 595.3028Q446.41586 594.9434 445.79086 594.9434Q445.3221 594.9434 444.90024 595.1934Q444.494 595.4278 444.3065 595.8497Q444.1346 596.2559 444.1346 596.9903L444.1346 600.39655L443.08774 600.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M30.67549 42.090908L30.67549 32.075283L35.128616 32.075283Q36.472366 32.075283 37.159866 32.340908Q37.86299 32.606533 38.26924 33.294033Q38.691116 33.981533 38.691116 34.809658Q38.691116 35.872158 38.003616 36.606533Q37.316116 37.325283 35.878616 37.528408Q36.39424 37.778408 36.67549 38.028408Q37.253616 38.559658 37.76924 39.356533L39.51924 42.090908L37.847366 42.090908L36.51924 40.012783Q35.941116 39.106533 35.566116 38.637783Q35.191116 38.153408 34.89424 37.965908Q34.597366 37.762783 34.284866 37.684658Q34.066116 37.637783 33.55049 37.637783L32.003616 37.637783L32.003616 42.090908L30.67549 42.090908ZM32.003616 36.497158L34.86299 36.497158Q35.76924 36.497158 36.284866 36.309658Q36.80049 36.122158 37.066116 35.715908Q37.33174 35.294033 37.33174 34.809658Q37.33174 34.090908 36.816116 33.637783Q36.30049 33.169033 35.17549 33.169033L32.003616 33.169033L32.003616 36.497158ZM45.23799 41.200283Q44.566116 41.778408 43.92549 42.028408Q43.30049 42.262783 42.566116 42.262783Q41.378616 42.262783 40.722366 41.684658Q40.08174 41.090908 40.08174 40.169033Q40.08174 39.637783 40.316116 39.200283Q40.566116 38.762783 40.95674 38.497158Q41.36299 38.231533 41.847366 38.090908Q42.20674 37.997158 42.941116 37.903408Q44.441116 37.731533 45.14424 37.481533Q45.14424 37.231533 45.14424 37.169033Q45.14424 36.403408 44.80049 36.106533Q44.33174 35.684658 43.39424 35.684658Q42.534866 35.684658 42.11299 35.997158Q41.70674 36.294033 41.503616 37.059658L40.30049 36.903408Q40.45674 36.122158 40.83174 35.653408Q41.222366 35.184658 41.92549 34.934658Q42.64424 34.669033 43.58174 34.669033Q44.503616 34.669033 45.08174 34.887783Q45.659866 35.106533 45.92549 35.434658Q46.20674 35.762783 46.316116 36.278408Q46.378616 36.590908 46.378616 37.403408L46.378616 39.044033Q46.378616 40.762783 46.45674 41.215908Q46.534866 41.669033 46.76924 42.090908L45.48799 42.090908Q45.30049 41.700283 45.23799 41.200283ZM45.14424 38.450283Q44.472366 38.715908 43.128616 38.919033Q42.378616 39.028408 42.05049 39.169033Q41.73799 39.294033 41.566116 39.559658Q41.39424 39.825283 41.39424 40.137783Q41.39424 40.637783 41.76924 40.965908Q42.14424 41.294033 42.86299 41.294033Q43.58174 41.294033 44.128616 40.981533Q44.67549 40.669033 44.941116 40.122158Q45.14424 39.715908 45.14424 38.903408L45.14424 38.450283ZM48.503616 42.090908L48.503616 34.825283L49.61299 34.825283L49.61299 35.856533Q50.409866 34.669033 51.92549 34.669033Q52.58174 34.669033 53.128616 34.903408Q53.67549 35.137783 53.941116 35.528408Q54.222366 35.903408 54.33174 36.434658Q54.409866 36.778408 54.409866 37.622158L54.409866 42.090908L53.17549 42.090908L53.17549 37.669033Q53.17549 36.919033 53.034866 36.559658Q52.89424 36.184658 52.51924 35.965908Q52.159866 35.731533 51.659866 35.731533Q50.878616 35.731533 50.30049 36.231533Q49.73799 36.731533 49.73799 38.122158L49.73799 42.090908L48.503616 42.090908ZM56.51924 42.090908L56.51924 32.075283L57.73799 32.075283L57.73799 37.778408L60.659866 34.825283L62.253616 34.825283L59.472366 37.528408L62.534866 42.090908L61.003616 42.090908L58.61299 38.372158L57.73799 39.215908L57.73799 42.090908L56.51924 42.090908ZM70.19112 40.997158L70.36299 42.075283Q69.84737 42.184658 69.44112 42.184658Q68.76924 42.184658 68.39424 41.981533Q68.03487 41.762783 67.87862 41.419033Q67.73799 41.075283 67.73799 39.965908L67.73799 35.794033L66.83174 35.794033L66.83174 34.825283L67.73799 34.825283L67.73799 33.028408L68.95674 32.294033L68.95674 34.825283L70.19112 34.825283L70.19112 35.794033L68.95674 35.794033L68.95674 40.028408Q68.95674 40.559658 69.01924 40.715908Q69.08174 40.856533 69.22237 40.950283Q69.37862 41.044033 69.64424 41.044033Q69.86299 41.044033 70.19112 40.997158ZM71.50362 42.090908L71.50362 32.075283L72.73799 32.075283L72.73799 35.669033Q73.59737 34.669033 74.90987 34.669033Q75.72237 34.669033 76.31612 34.997158Q76.90987 35.309658 77.15987 35.872158Q77.42549 36.419033 77.42549 37.497158L77.42549 42.090908L76.19112 42.090908L76.19112 37.497158Q76.19112 36.559658 75.78487 36.153408Q75.39424 35.731533 74.65987 35.731533Q74.11299 35.731533 73.62862 36.012783Q73.14424 36.294033 72.94112 36.778408Q72.73799 37.262783 72.73799 38.122158L72.73799 42.090908L71.50362 42.090908ZM84.47237 39.747158L85.75362 39.903408Q85.44112 41.028408 84.62862 41.653408Q83.81612 42.262783 82.55049 42.262783Q80.95674 42.262783 80.01924 41.278408Q79.09737 40.294033 79.09737 38.528408Q79.09737 36.684658 80.03487 35.684658Q80.98799 34.669033 82.48799 34.669033Q83.94112 34.669033 84.86299 35.669033Q85.78487 36.653408 85.78487 38.450283Q85.78487 38.559658 85.78487 38.778408L80.36299 38.778408Q80.44112 39.965908 81.03487 40.606533Q81.64424 41.247158 82.56612 41.247158Q83.23799 41.247158 83.70674 40.887783Q84.19112 40.528408 84.47237 39.747158ZM80.44112 37.762783L84.48799 37.762783Q84.40987 36.840908 84.01924 36.387783Q83.44112 35.684658 82.50362 35.684658Q81.64424 35.684658 81.06612 36.247158Q80.50362 36.809658 80.44112 37.762783ZM91.80049 42.090908L91.80049 35.794033L90.70674 35.794033L90.70674 34.825283L91.80049 34.825283L91.80049 34.059658Q91.80049 33.325283 91.92549 32.965908Q92.11299 32.497158 92.55049 32.200283Q93.00362 31.903408 93.81612 31.903408Q94.33174 31.903408 94.95674 32.028408L94.76924 33.090908Q94.39424 33.028408 94.05049 33.028408Q93.48799 33.028408 93.25362 33.262783Q93.01924 33.497158 93.01924 34.153408L93.01924 34.825283L94.44112 34.825283L94.44112 35.794033L93.01924 35.794033L93.01924 42.090908L91.80049 42.090908ZM95.05049 38.465908Q95.05049 36.450283 96.17549 35.465908Q97.09737 34.669033 98.45674 34.669033Q99.94112 34.669033 100.89424 35.653408Q101.84737 36.622158 101.84737 38.356533Q101.84737 39.762783 101.42549 40.575283Q101.00362 41.372158 100.19112 41.825283Q99.39424 42.262783 98.45674 42.262783Q96.92549 42.262783 95.98799 41.278408Q95.05049 40.294033 95.05049 38.465908ZM96.31612 38.465908Q96.31612 39.856533 96.92549 40.559658Q97.53487 41.247158 98.45674 41.247158Q99.36299 41.247158 99.97237 40.544033Q100.58174 39.840908 100.58174 38.419033Q100.58174 37.075283 99.97237 36.387783Q99.36299 35.684658 98.45674 35.684658Q97.53487 35.684658 96.92549 36.372158Q96.31612 37.059658 96.31612 38.465908ZM103.47237 42.090908L103.47237 32.075283L104.70674 32.075283L104.70674 42.090908L103.47237 42.090908ZM106.47237 42.090908L106.47237 32.075283L107.70674 32.075283L107.70674 42.090908L106.47237 42.090908ZM109.05049 38.465908Q109.05049 36.450283 110.17549 35.465908Q111.09737 34.669033 112.45674 34.669033Q113.94112 34.669033 114.89424 35.653408Q115.84737 36.622158 115.84737 38.356533Q115.84737 39.762783 115.42549 40.575283Q115.00362 41.372158 114.19112 41.825283Q113.39424 42.262783 112.45674 42.262783Q110.92549 42.262783 109.98799 41.278408Q109.05049 40.294033 109.05049 38.465908ZM110.31612 38.465908Q110.31612 39.856533 110.92549 40.559658Q111.53487 41.247158 112.45674 41.247158Q113.36299 41.247158 113.97237 40.544033Q114.58174 39.840908 114.58174 38.419033Q114.58174 37.075283 113.97237 36.387783Q113.36299 35.684658 112.45674 35.684658Q111.53487 35.684658 110.92549 36.372158Q110.31612 37.059658 110.31612 38.465908ZM118.84737 42.090908L116.62862 34.825283L117.89424 34.825283L119.05049 39.028408L119.48799 40.575283Q119.50362 40.465908 119.86299 39.075283L121.01924 34.825283L122.26924 34.825283L123.36299 39.044033L123.72237 40.434658L124.14424 39.028408L125.39424 34.825283L126.58174 34.825283L124.31612 42.090908L123.03487 42.090908L121.87862 37.747158L121.59737 36.512783L120.12862 42.090908L118.84737 42.090908ZM127.51924 33.481533L127.51924 32.075283L128.73799 32.075283L128.73799 33.481533L127.51924 33.481533ZM127.51924 42.090908L127.51924 34.825283L128.73799 34.825283L128.73799 42.090908L127.51924 42.090908ZM130.50362 42.090908L130.50362 34.825283L131.61299 34.825283L131.61299 35.856533Q132.40987 34.669033 133.92549 34.669033Q134.58174 34.669033 135.12862 34.903408Q135.67549 35.137783 135.94112 35.528408Q136.22237 35.903408 136.33174 36.434658Q136.40987 36.778408 136.40987 37.622158L136.40987 42.090908L135.17549 42.090908L135.17549 37.669033Q135.17549 36.919033 135.03487 36.559658Q134.89424 36.184658 134.51924 35.965908Q134.15987 35.731533 133.65987 35.731533Q132.87862 35.731533 132.30049 36.231533Q131.73799 36.731533 131.73799 38.122158L131.73799 42.090908L130.50362 42.090908ZM138.28487 42.700283L139.47237 42.872158Q139.55049 43.419033 139.89424 43.684658Q140.34737 44.012783 141.14424 44.012783Q142.00362 44.012783 142.45674 43.669033Q142.92549 43.340908 143.09737 42.715908Q143.19112 42.340908 143.17549 41.137783Q142.37862 42.090908 141.17549 42.090908Q139.67549 42.090908 138.84737 41.012783Q138.03487 39.934658 138.03487 38.419033Q138.03487 37.387783 138.40987 36.512783Q138.78487 35.622158 139.48799 35.153408Q140.20674 34.669033 141.17549 34.669033Q142.45674 34.669033 143.30049 35.700283L143.30049 34.825283L144.42549 34.825283L144.42549 41.106533Q144.42549 42.809658 144.08174 43.512783Q143.73799 44.215908 142.98799 44.622158Q142.23799 45.044033 141.14424 45.044033Q139.84737 45.044033 139.05049 44.450283Q138.25362 43.872158 138.28487 42.700283ZM139.30049 38.325283Q139.30049 39.762783 139.86299 40.419033Q140.42549 41.075283 141.28487 41.075283Q142.12862 41.075283 142.70674 40.419033Q143.28487 39.762783 143.28487 38.372158Q143.28487 37.044033 142.69112 36.372158Q142.09737 35.684658 141.26924 35.684658Q140.44112 35.684658 139.86299 36.356533Q139.30049 37.012783 139.30049 38.325283ZM150.47237 42.090908L150.47237 32.075283L151.70674 32.075283L151.70674 42.090908L150.47237 42.090908ZM158.23799 41.200283Q157.56612 41.778408 156.92549 42.028408Q156.30049 42.262783 155.56612 42.262783Q154.37862 42.262783 153.72237 41.684658Q153.08174 41.090908 153.08174 40.169033Q153.08174 39.637783 153.31612 39.200283Q153.56612 38.762783 153.95674 38.497158Q154.36299 38.231533 154.84737 38.090908Q155.20674 37.997158 155.94112 37.903408Q157.44112 37.731533 158.14424 37.481533Q158.14424 37.231533 158.14424 37.169033Q158.14424 36.403408 157.80049 36.106533Q157.33174 35.684658 156.39424 35.684658Q155.53487 35.684658 155.11299 35.997158Q154.70674 36.294033 154.50362 37.059658L153.30049 36.903408Q153.45674 36.122158 153.83174 35.653408Q154.22237 35.184658 154.92549 34.934658Q155.64424 34.669033 156.58174 34.669033Q157.50362 34.669033 158.08174 34.887783Q158.65987 35.106533 158.92549 35.434658Q159.20674 35.762783 159.31612 36.278408Q159.37862 36.590908 159.37862 37.403408L159.37862 39.044033Q159.37862 40.762783 159.45674 41.215908Q159.53487 41.669033 159.76924 42.090908L158.48799 42.090908Q158.30049 41.700283 158.23799 41.200283ZM158.14424 38.450283Q157.47237 38.715908 156.12862 38.919033Q155.37862 39.028408 155.05049 39.169033Q154.73799 39.294033 154.56612 39.559658Q154.39424 39.825283 154.39424 40.137783Q154.39424 40.637783 154.76924 40.965908Q155.14424 41.294033 155.86299 41.294033Q156.58174 41.294033 157.12862 40.981533Q157.67549 40.669033 157.94112 40.122158Q158.14424 39.715908 158.14424 38.903408L158.14424 38.450283ZM161.50362 42.090908L161.50362 34.825283L162.61299 34.825283L162.61299 35.856533Q163.40987 34.669033 164.92549 34.669033Q165.58174 34.669033 166.12862 34.903408Q166.67549 35.137783 166.94112 35.528408Q167.22237 35.903408 167.33174 36.434658Q167.40987 36.778408 167.40987 37.622158L167.40987 42.090908L166.17549 42.090908L166.17549 37.669033Q166.17549 36.919033 166.03487 36.559658Q165.89424 36.184658 165.51924 35.965908Q165.15987 35.731533 164.65987 35.731533Q163.87862 35.731533 163.30049 36.231533Q162.73799 36.731533 162.73799 38.122158L162.73799 42.090908L161.50362 42.090908ZM169.28487 42.700283L170.47237 42.872158Q170.55049 43.419033 170.89424 43.684658Q171.34737 44.012783 172.14424 44.012783Q173.00362 44.012783 173.45674 43.669033Q173.92549 43.340908 174.09737 42.715908Q174.19112 42.340908 174.17549 41.137783Q173.37862 42.090908 172.17549 42.090908Q170.67549 42.090908 169.84737 41.012783Q169.03487 39.934658 169.03487 38.419033Q169.03487 37.387783 169.40987 36.512783Q169.78487 35.622158 170.48799 35.153408Q171.20674 34.669033 172.17549 34.669033Q173.45674 34.669033 174.30049 35.700283L174.30049 34.825283L175.42549 34.825283L175.42549 41.106533Q175.42549 42.809658 175.08174 43.512783Q174.73799 44.215908 173.98799 44.622158Q173.23799 45.044033 172.14424 45.044033Q170.84737 45.044033 170.05049 44.450283Q169.25362 43.872158 169.28487 42.700283ZM170.30049 38.325283Q170.30049 39.762783 170.86299 40.419033Q171.42549 41.075283 172.28487 41.075283Q173.12862 41.075283 173.70674 40.419033Q174.28487 39.762783 174.28487 38.372158Q174.28487 37.044033 173.69112 36.372158Q173.09737 35.684658 172.26924 35.684658Q171.44112 35.684658 170.86299 36.356533Q170.30049 37.012783 170.30049 38.325283ZM182.26924 42.090908L182.26924 41.028408Q181.40987 42.262783 179.95674 42.262783Q179.31612 42.262783 178.75362 42.012783Q178.20674 41.762783 177.92549 41.387783Q177.65987 41.012783 177.55049 40.481533Q177.47237 40.122158 177.47237 39.325283L177.47237 34.825283L178.70674 34.825283L178.70674 38.856533Q178.70674 39.825283 178.78487 40.153408Q178.89424 40.637783 179.26924 40.919033Q179.64424 41.200283 180.20674 41.200283Q180.75362 41.200283 181.23799 40.919033Q181.72237 40.622158 181.92549 40.137783Q182.12862 39.653408 182.12862 38.715908L182.12862 34.825283L183.36299 34.825283L183.36299 42.090908L182.26924 42.090908ZM190.23799 41.200283Q189.56612 41.778408 188.92549 42.028408Q188.30049 42.262783 187.56612 42.262783Q186.37862 42.262783 185.72237 41.684658Q185.08174 41.090908 185.08174 40.169033Q185.08174 39.637783 185.31612 39.200283Q185.56612 38.762783 185.95674 38.497158Q186.36299 38.231533 186.84737 38.090908Q187.20674 37.997158 187.94112 37.903408Q189.44112 37.731533 190.14424 37.481533Q190.14424 37.231533 190.14424 37.169033Q190.14424 36.403408 189.80049 36.106533Q189.33174 35.684658 188.39424 35.684658Q187.53487 35.684658 187.11299 35.997158Q186.70674 36.294033 186.50362 37.059658L185.30049 36.903408Q185.45674 36.122158 185.83174 35.653408Q186.22237 35.184658 186.92549 34.934658Q187.64424 34.669033 188.58174 34.669033Q189.50362 34.669033 190.08174 34.887783Q190.65987 35.106533 190.92549 35.434658Q191.20674 35.762783 191.31612 36.278408Q191.37862 36.590908 191.37862 37.403408L191.37862 39.044033Q191.37862 40.762783 191.45674 41.215908Q191.53487 41.669033 191.76924 42.090908L190.48799 42.090908Q190.30049 41.700283 190.23799 41.200283ZM190.14424 38.450283Q189.47237 38.715908 188.12862 38.919033Q187.37862 39.028408 187.05049 39.169033Q186.73799 39.294033 186.56612 39.559658Q186.39424 39.825283 186.39424 40.137783Q186.39424 40.637783 186.76924 40.965908Q187.14424 41.294033 187.86299 41.294033Q188.58174 41.294033 189.12862 40.981533Q189.67549 40.669033 189.94112 40.122158Q190.14424 39.715908 190.14424 38.903408L190.14424 38.450283ZM193.28487 42.700283L194.47237 42.872158Q194.55049 43.419033 194.89424 43.684658Q195.34737 44.012783 196.14424 44.012783Q197.00362 44.012783 197.45674 43.669033Q197.92549 43.340908 198.09737 42.715908Q198.19112 42.340908 198.17549 41.137783Q197.37862 42.090908 196.17549 42.090908Q194.67549 42.090908 193.84737 41.012783Q193.03487 39.934658 193.03487 38.419033Q193.03487 37.387783 193.40987 36.512783Q193.78487 35.622158 194.48799 35.153408Q195.20674 34.669033 196.17549 34.669033Q197.45674 34.669033 198.30049 35.700283L198.30049 34.825283L199.42549 34.825283L199.42549 41.106533Q199.42549 42.809658 199.08174 43.512783Q198.73799 44.215908 197.98799 44.622158Q197.23799 45.044033 196.14424 45.044033Q194.84737 45.044033 194.05049 44.450283Q193.25362 43.872158 193.28487 42.700283ZM194.30049 38.325283Q194.30049 39.762783 194.86299 40.419033Q195.42549 41.075283 196.28487 41.075283Q197.12862 41.075283 197.70674 40.419033Q198.28487 39.762783 198.28487 38.372158Q198.28487 37.044033 197.69112 36.372158Q197.09737 35.684658 196.26924 35.684658Q195.44112 35.684658 194.86299 36.356533Q194.30049 37.012783 194.30049 38.325283ZM206.47237 39.747158L207.75362 39.903408Q207.44112 41.028408 206.62862 41.653408Q205.81612 42.262783 204.55049 42.262783Q202.95674 42.262783 202.01924 41.278408Q201.09737 40.294033 201.09737 38.528408Q201.09737 36.684658 202.03487 35.684658Q202.98799 34.669033 204.48799 34.669033Q205.94112 34.669033 206.86299 35.669033Q207.78487 36.653408 207.78487 38.450283Q207.78487 38.559658 207.78487 38.778408L202.36299 38.778408Q202.44112 39.965908 203.03487 40.606533Q203.64424 41.247158 204.56612 41.247158Q205.23799 41.247158 205.70674 40.887783Q206.19112 40.528408 206.47237 39.747158ZM202.44112 37.762783L206.48799 37.762783Q206.40987 36.840908 206.01924 36.387783Q205.44112 35.684658 204.50362 35.684658Q203.64424 35.684658 203.06612 36.247158Q202.50362 36.809658 202.44112 37.762783ZM209.01924 39.919033L210.22237 39.731533Q210.33174 40.465908 210.80049 40.856533Q211.26924 41.247158 212.11299 41.247158Q212.95674 41.247158 213.36299 40.903408Q213.78487 40.559658 213.78487 40.090908Q213.78487 39.669033 213.40987 39.434658Q213.15987 39.262783 212.15987 39.012783Q210.80049 38.669033 210.26924 38.419033Q209.75362 38.169033 209.48799 37.731533Q209.22237 37.294033 209.22237 36.762783Q209.22237 36.278408 209.44112 35.872158Q209.65987 35.450283 210.05049 35.169033Q210.33174 34.965908 210.81612 34.825283Q211.31612 34.669033 211.89424 34.669033Q212.73799 34.669033 213.37862 34.919033Q214.03487 35.153408 214.34737 35.575283Q214.65987 35.997158 214.76924 36.700283L213.56612 36.872158Q213.48799 36.309658 213.08174 35.997158Q212.69112 35.684658 211.97237 35.684658Q211.12862 35.684658 210.76924 35.965908Q210.40987 36.231533 210.40987 36.622158Q210.40987 36.856533 210.55049 37.044033Q210.70674 37.247158 211.03487 37.372158Q211.20674 37.434658 212.11299 37.684658Q213.42549 38.044033 213.94112 38.262783Q214.45674 38.481533 214.73799 38.903408Q215.03487 39.325283 215.03487 39.950283Q215.03487 40.575283 214.67549 41.122158Q214.33174 41.653408 213.64424 41.965908Q212.97237 42.262783 212.11299 42.262783Q210.70674 42.262783 209.95674 41.669033Q209.22237 41.075283 209.01924 39.919033ZM220.51924 33.481533L220.51924 32.075283L221.73799 32.075283L221.73799 33.481533L220.51924 33.481533ZM220.51924 42.090908L220.51924 34.825283L221.73799 34.825283L221.73799 42.090908L220.51924 42.090908ZM223.50362 42.090908L223.50362 34.825283L224.61299 34.825283L224.61299 35.856533Q225.40987 34.669033 226.92549 34.669033Q227.58174 34.669033 228.12862 34.903408Q228.67549 35.137783 228.94112 35.528408Q229.22237 35.903408 229.33174 36.434658Q229.40987 36.778408 229.40987 37.622158L229.40987 42.090908L228.17549 42.090908L228.17549 37.669033Q228.17549 36.919033 228.03487 36.559658Q227.89424 36.184658 227.51924 35.965908Q227.15987 35.731533 226.65987 35.731533Q225.87862 35.731533 225.30049 36.231533Q224.73799 36.731533 224.73799 38.122158L224.73799 42.090908L223.50362 42.090908ZM238.19112 40.997158L238.36299 42.075283Q237.84737 42.184658 237.44112 42.184658Q236.76924 42.184658 236.39424 41.981533Q236.03487 41.762783 235.87862 41.419033Q235.73799 41.075283 235.73799 39.965908L235.73799 35.794033L234.83174 35.794033L234.83174 34.825283L235.73799 34.825283L235.73799 33.028408L236.95674 32.294033L236.95674 34.825283L238.19112 34.825283L238.19112 35.794033L236.95674 35.794033L236.95674 40.028408Q236.95674 40.559658 237.01924 40.715908Q237.08174 40.856533 237.22237 40.950283Q237.37862 41.044033 237.64424 41.044033Q237.86299 41.044033 238.19112 40.997158ZM244.47237 39.747158L245.75362 39.903408Q245.44112 41.028408 244.62862 41.653408Q243.81612 42.262783 242.55049 42.262783Q240.95674 42.262783 240.01924 41.278408Q239.09737 40.294033 239.09737 38.528408Q239.09737 36.684658 240.03487 35.684658Q240.98799 34.669033 242.48799 34.669033Q243.94112 34.669033 244.86299 35.669033Q245.78487 36.653408 245.78487 38.450283Q245.78487 38.559658 245.78487 38.778408L240.36299 38.778408Q240.44112 39.965908 241.03487 40.606533Q241.64424 41.247158 242.56612 41.247158Q243.23799 41.247158 243.70674 40.887783Q244.19112 40.528408 244.47237 39.747158ZM240.44112 37.762783L244.48799 37.762783Q244.40987 36.840908 244.01924 36.387783Q243.44112 35.684658 242.50362 35.684658Q241.64424 35.684658 241.06612 36.247158Q240.50362 36.809658 240.44112 37.762783ZM247.48799 42.090908L247.48799 34.825283L248.59737 34.825283L248.59737 35.934658Q249.01924 35.153408 249.37862 34.919033Q249.73799 34.669033 250.17549 34.669033Q250.80049 34.669033 251.44112 35.059658L251.01924 36.200283Q250.56612 35.934658 250.11299 35.934658Q249.70674 35.934658 249.37862 36.184658Q249.06612 36.419033 248.92549 36.856533Q248.72237 37.512783 248.72237 38.294033L248.72237 42.090908L247.48799 42.090908ZM252.50362 42.090908L252.50362 34.825283L253.61299 34.825283L253.61299 35.856533Q253.94112 35.309658 254.50362 34.997158Q255.08174 34.669033 255.80049 34.669033Q256.61298 34.669033 257.1286 35.012783Q257.64423 35.340908 257.86298 35.934658Q258.72235 34.669033 260.09735 34.669033Q261.17548 34.669033 261.7536 35.262783Q262.34735 35.856533 262.34735 37.106533L262.34735 42.090908L261.11298 42.090908L261.11298 37.512783Q261.11298 36.778408 260.98798 36.450283Q260.8786 36.122158 260.5661 35.934658Q260.2536 35.731533 259.83173 35.731533Q259.0661 35.731533 258.55048 36.247158Q258.05048 36.747158 258.05048 37.872158L258.05048 42.090908L256.8161 42.090908L256.8161 37.372158Q256.8161 36.559658 256.51923 36.153408Q256.22235 35.731533 255.53487 35.731533Q255.01924 35.731533 254.56612 36.012783Q254.12862 36.278408 253.92549 36.809658Q253.73799 37.325283 253.73799 38.325283L253.73799 42.090908L252.50362 42.090908ZM264.01923 39.919033L265.22235 39.731533Q265.33173 40.465908 265.80048 40.856533Q266.26923 41.247158 267.11298 41.247158Q267.95673 41.247158 268.36298 40.903408Q268.78485 40.559658 268.78485 40.090908Q268.78485 39.669033 268.40985 39.434658Q268.15985 39.262783 267.15985 39.012783Q265.80048 38.669033 265.26923 38.419033Q264.7536 38.169033 264.48798 37.731533Q264.22235 37.294033 264.22235 36.762783Q264.22235 36.278408 264.4411 35.872158Q264.65985 35.450283 265.05048 35.169033Q265.33173 34.965908 265.8161 34.825283Q266.3161 34.669033 266.89423 34.669033Q267.73798 34.669033 268.3786 34.919033Q269.03485 35.153408 269.34735 35.575283Q269.65985 35.997158 269.76923 36.700283L268.5661 36.872158Q268.48798 36.309658 268.08173 35.997158Q267.6911 35.684658 266.97235 35.684658Q266.1286 35.684658 265.76923 35.965908Q265.40985 36.231533 265.40985 36.622158Q265.40985 36.856533 265.55048 37.044033Q265.70673 37.247158 266.03485 37.372158Q266.20673 37.434658 267.11298 37.684658Q268.42548 38.044033 268.9411 38.262783Q269.45673 38.481533 269.73798 38.903408Q270.03485 39.325283 270.03485 39.950283Q270.03485 40.575283 269.67548 41.122158Q269.33173 41.653408 268.64423 41.965908Q267.97235 42.262783 267.11298 42.262783Q265.70673 42.262783 264.95673 41.669033Q264.22235 41.075283 264.01923 39.919033ZM275.05048 38.465908Q275.05048 36.450283 276.17548 35.465908Q277.09735 34.669033 278.45673 34.669033Q279.9411 34.669033 280.89423 35.653408Q281.84735 36.622158 281.84735 38.356533Q281.84735 39.762783 281.42548 40.575283Q281.0036 41.372158 280.1911 41.825283Q279.39423 42.262783 278.45673 42.262783Q276.92548 42.262783 275.98798 41.278408Q275.05048 40.294033 275.05048 38.465908ZM276.3161 38.465908Q276.3161 39.856533 276.92548 40.559658Q277.53485 41.247158 278.45673 41.247158Q279.36298 41.247158 279.97235 40.544033Q280.58173 39.840908 280.58173 38.419033Q280.58173 37.075283 279.97235 36.387783Q279.36298 35.684658 278.45673 35.684658Q277.53485 35.684658 276.92548 36.372158Q276.3161 37.059658 276.3161 38.465908ZM283.80048 42.090908L283.80048 35.794033L282.70673 35.794033L282.70673 34.825283L283.80048 34.825283L283.80048 34.059658Q283.80048 33.325283 283.92548 32.965908Q284.11298 32.497158 284.55048 32.200283Q285.0036 31.903408 285.8161 31.903408Q286.33173 31.903408 286.95673 32.028408L286.76923 33.090908Q286.39423 33.028408 286.05048 33.028408Q285.48798 33.028408 285.2536 33.262783Q285.01923 33.497158 285.01923 34.153408L285.01923 34.825283L286.4411 34.825283L286.4411 35.794033L285.01923 35.794033L285.01923 42.090908L283.80048 42.090908ZM291.45673 44.887783L291.3161 43.731533Q291.72235 43.840908 292.01923 43.840908Q292.42548 43.840908 292.67548 43.700283Q292.92548 43.575283 293.08173 43.325283Q293.1911 43.137783 293.45673 42.403408Q293.48798 42.309658 293.5661 42.106533L290.80048 34.825283L292.1286 34.825283L293.64423 39.028408Q293.9411 39.840908 294.17548 40.715908Q294.3786 39.872158 294.67548 39.059658L296.22235 34.825283L297.45673 34.825283L294.6911 42.215908Q294.2536 43.403408 294.0036 43.856533Q293.67548 44.465908 293.2536 44.747158Q292.83173 45.044033 292.23798 45.044033Q291.89423 45.044033 291.45673 44.887783ZM298.05048 38.465908Q298.05048 36.450283 299.17548 35.465908Q300.09735 34.669033 301.45673 34.669033Q302.9411 34.669033 303.89423 35.653408Q304.84735 36.622158 304.84735 38.356533Q304.84735 39.762783 304.42548 40.575283Q304.0036 41.372158 303.1911 41.825283Q302.39423 42.262783 301.45673 42.262783Q299.92548 42.262783 298.98798 41.278408Q298.05048 40.294033 298.05048 38.465908ZM299.3161 38.465908Q299.3161 39.856533 299.92548 40.559658Q300.53485 41.247158 301.45673 41.247158Q302.36298 41.247158 302.97235 40.544033Q303.58173 39.840908 303.58173 38.419033Q303.58173 37.075283 302.97235 36.387783Q302.36298 35.684658 301.45673 35.684658Q300.53485 35.684658 299.92548 36.372158Q299.3161 37.059658 299.3161 38.465908ZM311.26923 42.090908L311.26923 41.028408Q310.40985 42.262783 308.95673 42.262783Q308.3161 42.262783 307.7536 42.012783Q307.20673 41.762783 306.92548 41.387783Q306.65985 41.012783 306.55048 40.481533Q306.47235 40.122158 306.47235 39.325283L306.47235 34.825283L307.70673 34.825283L307.70673 38.856533Q307.70673 39.825283 307.78485 40.153408Q307.89423 40.637783 308.26923 40.919033Q308.64423 41.200283 309.20673 41.200283Q309.7536 41.200283 310.23798 40.919033Q310.72235 40.622158 310.92548 40.137783Q311.1286 39.653408 311.1286 38.715908L311.1286 34.825283L312.36298 34.825283L312.36298 42.090908L311.26923 42.090908ZM314.48798 42.090908L314.48798 34.825283L315.59735 34.825283L315.59735 35.934658Q316.01923 35.153408 316.3786 34.919033Q316.73798 34.669033 317.17548 34.669033Q317.80048 34.669033 318.4411 35.059658L318.01923 36.200283Q317.5661 35.934658 317.11298 35.934658Q316.70673 35.934658 316.3786 36.184658Q316.0661 36.419033 315.92548 36.856533Q315.72235 37.512783 315.72235 38.294033L315.72235 42.090908L314.48798 42.090908ZM323.5036 44.872158L323.5036 34.825283L324.6286 34.825283L324.6286 35.778408Q325.01923 35.215908 325.51923 34.950283Q326.01923 34.669033 326.73798 34.669033Q327.65985 34.669033 328.36298 35.153408Q329.08173 35.622158 329.4411 36.497158Q329.80048 37.372158 329.80048 38.403408Q329.80048 39.512783 329.39423 40.419033Q329.0036 41.309658 328.23798 41.794033Q327.48798 42.262783 326.64423 42.262783Q326.03485 42.262783 325.53485 41.997158Q325.05048 41.731533 324.73798 41.340908L324.73798 44.872158L323.5036 44.872158ZM324.61298 38.497158Q324.61298 39.903408 325.17548 40.575283Q325.7536 41.247158 326.5661 41.247158Q327.3786 41.247158 327.95673 40.559658Q328.55048 39.856533 328.55048 38.403408Q328.55048 37.012783 327.97235 36.325283Q327.40985 35.637783 326.61298 35.637783Q325.83173 35.637783 325.22235 36.372158Q324.61298 37.106533 324.61298 38.497158ZM331.48798 42.090908L331.48798 34.825283L332.59735 34.825283L332.59735 35.934658Q333.01923 35.153408 333.3786 34.919033Q333.73798 34.669033 334.17548 34.669033Q334.80048 34.669033 335.4411 35.059658L335.01923 36.200283Q334.5661 35.934658 334.11298 35.934658Q333.70673 35.934658 333.3786 36.184658Q333.0661 36.419033 332.92548 36.856533Q332.72235 37.512783 332.72235 38.294033L332.72235 42.090908L331.48798 42.090908ZM341.47235 39.747158L342.7536 39.903408Q342.4411 41.028408 341.6286 41.653408Q340.8161 42.262783 339.55048 42.262783Q337.95673 42.262783 337.01923 41.278408Q336.09735 40.294033 336.09735 38.528408Q336.09735 36.684658 337.03485 35.684658Q337.98798 34.669033 339.48798 34.669033Q340.9411 34.669033 341.86298 35.669033Q342.78485 36.653408 342.78485 38.450283Q342.78485 38.559658 342.78485 38.778408L337.36298 38.778408Q337.4411 39.965908 338.03485 40.606533Q338.64423 41.247158 339.5661 41.247158Q340.23798 41.247158 340.70673 40.887783Q341.1911 40.528408 341.47235 39.747158ZM337.4411 37.762783L341.48798 37.762783Q341.40985 36.840908 341.01923 36.387783Q340.4411 35.684658 339.5036 35.684658Q338.64423 35.684658 338.0661 36.247158Q337.5036 36.809658 337.4411 37.762783ZM344.80048 42.090908L344.80048 35.794033L343.70673 35.794033L343.70673 34.825283L344.80048 34.825283L344.80048 34.059658Q344.80048 33.325283 344.92548 32.965908Q345.11298 32.497158 345.55048 32.200283Q346.0036 31.903408 346.8161 31.903408Q347.33173 31.903408 347.95673 32.028408L347.76923 33.090908Q347.39423 33.028408 347.05048 33.028408Q346.48798 33.028408 346.2536 33.262783Q346.01923 33.497158 346.01923 34.153408L346.01923 34.825283L347.4411 34.825283L347.4411 35.794033L346.01923 35.794033L346.01923 42.090908L344.80048 42.090908ZM353.47235 39.747158L354.7536 39.903408Q354.4411 41.028408 353.6286 41.653408Q352.8161 42.262783 351.55048 42.262783Q349.95673 42.262783 349.01923 41.278408Q348.09735 40.294033 348.09735 38.528408Q348.09735 36.684658 349.03485 35.684658Q349.98798 34.669033 351.48798 34.669033Q352.9411 34.669033 353.86298 35.669033Q354.78485 36.653408 354.78485 38.450283Q354.78485 38.559658 354.78485 38.778408L349.36298 38.778408Q349.4411 39.965908 350.03485 40.606533Q350.64423 41.247158 351.5661 41.247158Q352.23798 41.247158 352.70673 40.887783Q353.1911 40.528408 353.47235 39.747158ZM349.4411 37.762783L353.48798 37.762783Q353.40985 36.840908 353.01923 36.387783Q352.4411 35.684658 351.5036 35.684658Q350.64423 35.684658 350.0661 36.247158Q349.5036 36.809658 349.4411 37.762783ZM356.48798 42.090908L356.48798 34.825283L357.59735 34.825283L357.59735 35.934658Q358.01923 35.153408 358.3786 34.919033Q358.73798 34.669033 359.17548 34.669033Q359.80048 34.669033 360.4411 35.059658L360.01923 36.200283Q359.5661 35.934658 359.11298 35.934658Q358.70673 35.934658 358.3786 36.184658Q358.0661 36.419033 357.92548 36.856533Q357.72235 37.512783 357.72235 38.294033L357.72235 42.090908L356.48798 42.090908ZM366.47235 39.747158L367.7536 39.903408Q367.4411 41.028408 366.6286 41.653408Q365.8161 42.262783 364.55048 42.262783Q362.95673 42.262783 362.01923 41.278408Q361.09735 40.294033 361.09735 38.528408Q361.09735 36.684658 362.03485 35.684658Q362.98798 34.669033 364.48798 34.669033Q365.9411 34.669033 366.86298 35.669033Q367.78485 36.653408 367.78485 38.450283Q367.78485 38.559658 367.78485 38.778408L362.36298 38.778408Q362.4411 39.965908 363.03485 40.606533Q363.64423 41.247158 364.5661 41.247158Q365.23798 41.247158 365.70673 40.887783Q366.1911 40.528408 366.47235 39.747158ZM362.4411 37.762783L366.48798 37.762783Q366.40985 36.840908 366.01923 36.387783Q365.4411 35.684658 364.5036 35.684658Q363.64423 35.684658 363.0661 36.247158Q362.5036 36.809658 362.4411 37.762783ZM369.5036 42.090908L369.5036 34.825283L370.61298 34.825283L370.61298 35.856533Q371.40985 34.669033 372.92548 34.669033Q373.58173 34.669033 374.1286 34.903408Q374.67548 35.137783 374.9411 35.528408Q375.22235 35.903408 375.33173 36.434658Q375.40985 36.778408 375.40985 37.622158L375.40985 42.090908L374.17548 42.090908L374.17548 37.669033Q374.17548 36.919033 374.03485 36.559658Q373.89423 36.184658 373.51923 35.965908Q373.15985 35.731533 372.65985 35.731533Q371.8786 35.731533 371.30048 36.231533Q370.73798 36.731533 370.73798 38.122158L370.73798 42.090908L369.5036 42.090908ZM382.23798 39.434658L383.45673 39.590908Q383.2536 40.840908 382.42548 41.559658Q381.61298 42.262783 380.42548 42.262783Q378.9411 42.262783 378.03485 41.294033Q377.1286 40.309658 377.1286 38.481533Q377.1286 37.309658 377.51923 36.434658Q377.90985 35.544033 378.70673 35.106533Q379.5036 34.669033 380.4411 34.669033Q381.61298 34.669033 382.36298 35.262783Q383.1286 35.856533 383.33173 36.965908L382.14423 37.153408Q381.97235 36.419033 381.53485 36.059658Q381.09735 35.684658 380.48798 35.684658Q379.55048 35.684658 378.97235 36.356533Q378.39423 37.012783 378.39423 38.450283Q378.39423 39.919033 378.95673 40.590908Q379.51923 41.247158 380.40985 41.247158Q381.14423 41.247158 381.6286 40.809658Q382.11298 40.356533 382.23798 39.434658ZM389.47235 39.747158L390.7536 39.903408Q390.4411 41.028408 389.6286 41.653408Q388.8161 42.262783 387.55048 42.262783Q385.95673 42.262783 385.01923 41.278408Q384.09735 40.294033 384.09735 38.528408Q384.09735 36.684658 385.03485 35.684658Q385.98798 34.669033 387.48798 34.669033Q388.9411 34.669033 389.86298 35.669033Q390.78485 36.653408 390.78485 38.450283Q390.78485 38.559658 390.78485 38.778408L385.36298 38.778408Q385.4411 39.965908 386.03485 40.606533Q386.64423 41.247158 387.5661 41.247158Q388.23798 41.247158 388.70673 40.887783Q389.1911 40.528408 389.47235 39.747158ZM385.4411 37.762783L389.48798 37.762783Q389.40985 36.840908 389.01923 36.387783Q388.4411 35.684658 387.5036 35.684658Q386.64423 35.684658 386.0661 36.247158Q385.5036 36.809658 385.4411 37.762783ZM392.84735 36.231533L392.84735 34.825283L394.2536 34.825283L394.2536 36.231533L392.84735 36.231533ZM392.84735 42.090908L392.84735 40.684658L394.2536 40.684658L394.2536 42.090908L392.84735 42.090908Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig7.svg b/_content/survey2018/fig7.svg
deleted file mode 100644
index 34f8125..0000000
--- a/_content/survey2018/fig7.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 626.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="626" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 626.0L0 626.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M92.5 64.5L92.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M188.5 64.5L188.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M283.5 64.5L283.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M379.5 64.5L379.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M474.5 64.5L474.5 529.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 64.5L570.5 529.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M92.68945 64.0L570.0 64.0L570.0 529.5L92.68945 529.5L92.68945 64.0Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 88.0L93.0 72.0L255.0 72.0L255.0 88.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 88.0L93.0 72.0L255.0 72.0L255.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 112.0L93.0 96.0L155.0 96.0L155.0 112.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 112.0L93.0 96.0L155.0 96.0L155.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 136.0L93.0 120.0L145.0 120.0L145.0 136.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 136.0L93.0 120.0L145.0 120.0L145.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 160.0L93.0 144.0L131.0 144.0L131.0 160.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 160.0L93.0 144.0L131.0 144.0L131.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 184.0L93.0 168.0L121.0 168.0L121.0 184.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 184.0L93.0 168.0L121.0 168.0L121.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 209.0L93.0 193.0L117.0 193.0L117.0 209.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 209.0L93.0 193.0L117.0 193.0L117.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 233.0L93.0 217.0L112.0 217.0L112.0 233.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 233.0L93.0 217.0L112.0 217.0L112.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 257.0L93.0 241.0L112.0 241.0L112.0 257.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 257.0L93.0 241.0L112.0 241.0L112.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 281.0L93.0 265.0L107.0 265.0L107.0 281.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 281.0L93.0 265.0L107.0 265.0L107.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 305.0L93.0 289.0L102.0 289.0L102.0 305.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 305.0L93.0 289.0L102.0 289.0L102.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 329.0L93.0 313.0L97.0 313.0L97.0 329.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 329.0L93.0 313.0L97.0 313.0L97.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 353.0L93.0 337.0L97.0 337.0L97.0 353.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 353.0L93.0 337.0L97.0 337.0L97.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 377.0L93.0 361.0L95.0 361.0L95.0 377.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 377.0L93.0 361.0L95.0 361.0L95.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 401.0L93.0 385.0L95.0 385.0L95.0 401.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 401.0L93.0 385.0L95.0 385.0L95.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 425.0L93.0 409.0L94.0 409.0L94.0 425.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 425.0L93.0 409.0L94.0 409.0L94.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 449.0L93.0 433.0L94.0 433.0L94.0 449.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 449.0L93.0 433.0L94.0 433.0L94.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 473.0L93.0 457.0L94.0 457.0L94.0 473.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 473.0L93.0 457.0L94.0 457.0L94.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 497.0L93.0 481.0L94.0 481.0L94.0 497.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 497.0L93.0 481.0L94.0 481.0L94.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M93.0 521.0L93.0 505.0L102.0 505.0L102.0 521.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M93.0 521.0L93.0 505.0L102.0 505.0L102.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M255.0 88.0L255.0 72.0L374.0 72.0L374.0 88.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M255.0 88.0L255.0 72.0L374.0 72.0L374.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M155.0 112.0L155.0 96.0L222.0 96.0L222.0 112.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M155.0 112.0L155.0 96.0L222.0 96.0L222.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 136.0L145.0 120.0L183.0 120.0L183.0 136.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M145.0 136.0L145.0 120.0L183.0 120.0L183.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M131.0 160.0L131.0 144.0L202.0 144.0L202.0 160.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M131.0 160.0L131.0 144.0L202.0 144.0L202.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M121.0 184.0L121.0 168.0L140.0 168.0L140.0 184.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M121.0 184.0L121.0 168.0L140.0 168.0L140.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M117.0 209.0L117.0 193.0L145.0 193.0L145.0 209.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M117.0 209.0L117.0 193.0L145.0 193.0L145.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 233.0L112.0 217.0L126.0 217.0L126.0 233.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M112.0 233.0L112.0 217.0L126.0 217.0L126.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 257.0L112.0 241.0L126.0 241.0L126.0 257.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M112.0 257.0L112.0 241.0L126.0 241.0L126.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 281.0L107.0 265.0L126.0 265.0L126.0 281.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M107.0 281.0L107.0 265.0L126.0 265.0L126.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 305.0L102.0 289.0L126.0 289.0L126.0 305.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 305.0L102.0 289.0L126.0 289.0L126.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 329.0L97.0 313.0L112.0 313.0L112.0 329.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 329.0L97.0 313.0L112.0 313.0L112.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 353.0L97.0 337.0L102.0 337.0L102.0 353.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M97.0 353.0L97.0 337.0L102.0 337.0L102.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M95.0 377.0L95.0 361.0L97.0 361.0L97.0 377.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M95.0 377.0L95.0 361.0L97.0 361.0L97.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M95.0 401.0L95.0 385.0L98.0 385.0L98.0 401.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M95.0 401.0L95.0 385.0L98.0 385.0L98.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M94.0 425.0L94.0 409.0L97.0 409.0L97.0 425.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M94.0 425.0L94.0 409.0L97.0 409.0L97.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M94.0 449.0L94.0 433.0L97.0 433.0L97.0 449.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M94.0 449.0L94.0 433.0L97.0 433.0L97.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M94.0 473.0L94.0 457.0L97.0 457.0L97.0 473.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M94.0 473.0L94.0 457.0L97.0 457.0L97.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M94.0 497.0L94.0 481.0L95.0 481.0L95.0 497.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M94.0 497.0L94.0 481.0L95.0 481.0L95.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 521.0L102.0 505.0L112.0 505.0L112.0 521.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M102.0 521.0L102.0 505.0L112.0 505.0L112.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M374.0 88.0L374.0 72.0L455.0 72.0L455.0 88.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M374.0 88.0L374.0 72.0L455.0 72.0L455.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 112.0L222.0 96.0L274.0 96.0L274.0 112.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M222.0 112.0L222.0 96.0L274.0 96.0L274.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M183.0 136.0L183.0 120.0L222.0 120.0L222.0 136.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M183.0 136.0L183.0 120.0L222.0 120.0L222.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M202.0 160.0L202.0 144.0L279.0 144.0L279.0 160.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M202.0 160.0L202.0 144.0L279.0 144.0L279.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 184.0L140.0 168.0L160.0 168.0L160.0 184.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M140.0 184.0L140.0 168.0L160.0 168.0L160.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 209.0L145.0 193.0L179.0 193.0L179.0 209.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M145.0 209.0L145.0 193.0L179.0 193.0L179.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 233.0L126.0 217.0L140.0 217.0L140.0 233.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M126.0 233.0L126.0 217.0L140.0 217.0L140.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 257.0L126.0 241.0L140.0 241.0L140.0 257.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M126.0 257.0L126.0 241.0L140.0 241.0L140.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 281.0L126.0 265.0L150.0 265.0L150.0 281.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M126.0 281.0L126.0 265.0L150.0 265.0L150.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 305.0L126.0 289.0L164.0 289.0L164.0 305.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M126.0 305.0L126.0 289.0L164.0 289.0L164.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 329.0L112.0 313.0L126.0 313.0L126.0 329.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M112.0 329.0L112.0 313.0L126.0 313.0L126.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 353.0L102.0 337.0L107.0 337.0L107.0 353.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M102.0 353.0L102.0 337.0L107.0 337.0L107.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 377.0L97.0 361.0L100.0 361.0L100.0 377.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M97.0 377.0L97.0 361.0L100.0 361.0L100.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M98.0 401.0L98.0 385.0L103.0 385.0L103.0 401.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M98.0 401.0L98.0 385.0L103.0 385.0L103.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 425.0L97.0 409.0L102.0 409.0L102.0 425.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M97.0 425.0L97.0 409.0L102.0 409.0L102.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 449.0L97.0 433.0L99.0 433.0L99.0 449.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M97.0 449.0L97.0 433.0L99.0 433.0L99.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 473.0L97.0 457.0L101.0 457.0L101.0 473.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M97.0 473.0L97.0 457.0L101.0 457.0L101.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M95.0 497.0L95.0 481.0L97.0 481.0L97.0 497.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M95.0 497.0L95.0 481.0L97.0 481.0L97.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 521.0L112.0 505.0L126.0 505.0L126.0 521.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M112.0 521.0L112.0 505.0L126.0 505.0L126.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M455.0 88.0L455.0 72.0L498.0 72.0L498.0 88.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M455.0 88.0L455.0 72.0L498.0 72.0L498.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M274.0 112.0L274.0 96.0L322.0 96.0L322.0 112.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M274.0 112.0L274.0 96.0L322.0 96.0L322.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 136.0L222.0 120.0L260.0 120.0L260.0 136.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M222.0 136.0L222.0 120.0L260.0 120.0L260.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M279.0 160.0L279.0 144.0L331.0 144.0L331.0 160.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M279.0 160.0L279.0 144.0L331.0 144.0L331.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M160.0 184.0L160.0 168.0L179.0 168.0L179.0 184.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M160.0 184.0L160.0 168.0L179.0 168.0L179.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M179.0 209.0L179.0 193.0L212.0 193.0L212.0 209.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M179.0 209.0L179.0 193.0L212.0 193.0L212.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 233.0L140.0 217.0L160.0 217.0L160.0 233.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M140.0 233.0L140.0 217.0L160.0 217.0L160.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 257.0L140.0 241.0L155.0 241.0L155.0 257.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M140.0 257.0L140.0 241.0L155.0 241.0L155.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 281.0L150.0 265.0L179.0 265.0L179.0 281.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M150.0 281.0L150.0 265.0L179.0 265.0L179.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M164.0 305.0L164.0 289.0L212.0 289.0L212.0 305.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M164.0 305.0L164.0 289.0L212.0 289.0L212.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 329.0L126.0 313.0L140.0 313.0L140.0 329.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M126.0 329.0L126.0 313.0L140.0 313.0L140.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 353.0L107.0 337.0L112.0 337.0L112.0 353.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M107.0 353.0L107.0 337.0L112.0 337.0L112.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M100.0 377.0L100.0 361.0L105.0 361.0L105.0 377.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M100.0 377.0L100.0 361.0L105.0 361.0L105.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M103.0 401.0L103.0 385.0L107.0 385.0L107.0 401.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M103.0 401.0L103.0 385.0L107.0 385.0L107.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M102.0 425.0L102.0 409.0L107.0 409.0L107.0 425.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M102.0 425.0L102.0 409.0L107.0 409.0L107.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M99.0 449.0L99.0 433.0L103.0 433.0L103.0 449.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M99.0 449.0L99.0 433.0L103.0 433.0L103.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M101.0 473.0L101.0 457.0L111.0 457.0L111.0 473.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M101.0 473.0L101.0 457.0L111.0 457.0L111.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M97.0 497.0L97.0 481.0L99.0 481.0L99.0 497.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M97.0 497.0L97.0 481.0L99.0 481.0L99.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M126.0 521.0L126.0 505.0L145.0 505.0L145.0 521.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M126.0 521.0L126.0 505.0L145.0 505.0L145.0 521.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M498.0 88.0L498.0 72.0L520.0 72.0C521.10455 72.0 522.0 72.89543 522.0 74.0L522.0 86.0C522.0 87.10457 521.10455 88.0 520.0 88.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M498.0 88.0L498.0 72.0L520.0 72.0C521.10455 72.0 522.0 72.89543 522.0 74.0L522.0 86.0C522.0 87.10457 521.10455 88.0 520.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M322.0 112.0L322.0 96.0L358.0 96.0C359.10458 96.0 360.0 96.89543 360.0 98.0L360.0 110.0C360.0 111.10457 359.10458 112.0 358.0 112.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M322.0 112.0L322.0 96.0L358.0 96.0C359.10458 96.0 360.0 96.89543 360.0 98.0L360.0 110.0C360.0 111.10457 359.10458 112.0 358.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M260.0 136.0L260.0 120.0L291.0 120.0C292.10458 120.0 293.0 120.89543 293.0 122.0L293.0 134.0C293.0 135.10457 292.10458 136.0 291.0 136.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M260.0 136.0L260.0 120.0L291.0 120.0C292.10458 120.0 293.0 120.89543 293.0 122.0L293.0 134.0C293.0 135.10457 292.10458 136.0 291.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M331.0 160.0L331.0 144.0L368.0 144.0C369.10458 144.0 370.0 144.89543 370.0 146.0L370.0 158.0C370.0 159.10457 369.10458 160.0 368.0 160.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M331.0 160.0L331.0 144.0L368.0 144.0C369.10458 144.0 370.0 144.89543 370.0 146.0L370.0 158.0C370.0 159.10457 369.10458 160.0 368.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M179.0 184.0L179.0 168.0L191.0 168.0C192.10457 168.0 193.0 168.89543 193.0 170.0L193.0 182.0C193.0 183.10457 192.10457 184.0 191.0 184.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M179.0 184.0L179.0 168.0L191.0 168.0C192.10457 168.0 193.0 168.89543 193.0 170.0L193.0 182.0C193.0 183.10457 192.10457 184.0 191.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M212.0 209.0L212.0 193.0L243.0 193.0C244.10457 193.0 245.0 193.89543 245.0 195.0L245.0 207.0C245.0 208.10457 244.10457 209.0 243.0 209.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M212.0 209.0L212.0 193.0L243.0 193.0C244.10457 193.0 245.0 193.89543 245.0 195.0L245.0 207.0C245.0 208.10457 244.10457 209.0 243.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M160.0 233.0L160.0 217.0L167.0 217.0C168.10457 217.0 169.0 217.89543 169.0 219.0L169.0 231.0C169.0 232.10457 168.10457 233.0 167.0 233.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M160.0 233.0L160.0 217.0L167.0 217.0C168.10457 217.0 169.0 217.89543 169.0 219.0L169.0 231.0C169.0 232.10457 168.10457 233.0 167.0 233.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M155.0 257.0L155.0 241.0L162.0 241.0C163.10457 241.0 164.0 241.89543 164.0 243.0L164.0 255.0C164.0 256.10458 163.10457 257.0 162.0 257.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M155.0 257.0L155.0 241.0L162.0 241.0C163.10457 241.0 164.0 241.89543 164.0 243.0L164.0 255.0C164.0 256.10458 163.10457 257.0 162.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M179.0 281.0L179.0 265.0L205.0 265.0C206.10457 265.0 207.0 265.89542 207.0 267.0L207.0 279.0C207.0 280.10458 206.10457 281.0 205.0 281.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M179.0 281.0L179.0 265.0L205.0 265.0C206.10457 265.0 207.0 265.89542 207.0 267.0L207.0 279.0C207.0 280.10458 206.10457 281.0 205.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M212.0 305.0L212.0 289.0L248.0 289.0C249.10457 289.0 250.0 289.89542 250.0 291.0L250.0 303.0C250.0 304.10458 249.10457 305.0 248.0 305.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M212.0 305.0L212.0 289.0L248.0 289.0C249.10457 289.0 250.0 289.89542 250.0 291.0L250.0 303.0C250.0 304.10458 249.10457 305.0 248.0 305.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 329.0L140.0 313.0L148.0 313.0C149.10457 313.0 150.0 313.89542 150.0 315.0L150.0 327.0C150.0 328.10458 149.10457 329.0 148.0 329.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M140.0 329.0L140.0 313.0L148.0 313.0C149.10457 313.0 150.0 313.89542 150.0 315.0L150.0 327.0C150.0 328.10458 149.10457 329.0 148.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M112.0 353.0L112.0 337.0L115.0 337.0C116.10457 337.0 117.0 337.89542 117.0 339.0L117.0 351.0C117.0 352.10458 116.10457 353.0 115.0 353.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M112.0 353.0L112.0 337.0L115.0 337.0C116.10457 337.0 117.0 337.89542 117.0 339.0L117.0 351.0C117.0 352.10458 116.10457 353.0 115.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M105.0 377.0L105.0 361.0L107.0 361.0C108.10457 361.0 109.0 361.89542 109.0 363.0L109.0 375.0C109.0 376.10458 108.10457 377.0 107.0 377.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M105.0 377.0L105.0 361.0L107.0 361.0C108.10457 361.0 109.0 361.89542 109.0 363.0L109.0 375.0C109.0 376.10458 108.10457 377.0 107.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 401.0L107.0 385.0L110.0 385.0C111.10457 385.0 112.0 385.89542 112.0 387.0L112.0 399.0C112.0 400.10458 111.10457 401.0 110.0 401.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M107.0 401.0L107.0 385.0L110.0 385.0C111.10457 385.0 112.0 385.89542 112.0 387.0L112.0 399.0C112.0 400.10458 111.10457 401.0 110.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M107.0 425.0L107.0 409.0L110.0 409.0C111.10457 409.0 112.0 409.89542 112.0 411.0L112.0 423.0C112.0 424.10458 111.10457 425.0 110.0 425.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M107.0 425.0L107.0 409.0L110.0 409.0C111.10457 409.0 112.0 409.89542 112.0 411.0L112.0 423.0C112.0 424.10458 111.10457 425.0 110.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M103.0 449.0L103.0 433.0L104.5 433.0C105.32843 433.0 106.0 433.67157 106.0 434.5L106.0 447.5C106.0 448.32843 105.32843 449.0 104.5 449.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M103.0 449.0L103.0 433.0L104.5 433.0C105.32843 433.0 106.0 433.67157 106.0 434.5L106.0 447.5C106.0 448.32843 105.32843 449.0 104.5 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M111.0 473.0L111.0 457.0L123.0 457.0C124.10457 457.0 125.0 457.89542 125.0 459.0L125.0 471.0C125.0 472.10458 124.10457 473.0 123.0 473.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M111.0 473.0L111.0 457.0L123.0 457.0C124.10457 457.0 125.0 457.89542 125.0 459.0L125.0 471.0C125.0 472.10458 124.10457 473.0 123.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M99.0 497.0L99.0 481.0L101.0 481.0C102.10457 481.0 103.0 481.89542 103.0 483.0L103.0 495.0C103.0 496.10458 102.10457 497.0 101.0 497.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M99.0 497.0L99.0 481.0L101.0 481.0C102.10457 481.0 103.0 481.89542 103.0 483.0L103.0 495.0C103.0 496.10458 102.10457 497.0 101.0 497.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 521.0L145.0 505.0L172.0 505.0C173.10457 505.0 174.0 505.89542 174.0 507.0L174.0 519.0C174.0 520.10455 173.10457 521.0 172.0 521.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M145.0 521.0L145.0 505.0L172.0 505.0C173.10457 505.0 174.0 505.89542 174.0 507.0L174.0 519.0C174.0 520.10455 173.10457 521.0 172.0 521.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M534.9252 82.015625L535.9408 81.921875Q536.0658 82.640625 536.4252 82.96875Q536.8002 83.28125 537.3627 83.28125Q537.84705 83.28125 538.2064 83.0625Q538.5814 82.828125 538.8158 82.46875Q539.0502 82.09375 539.2064 81.46875Q539.3627 80.828125 539.3627 80.171875Q539.3627 80.09375 539.3627 79.953125Q539.0502 80.453125 538.5033 80.78125Q537.9564 81.09375 537.3158 81.09375Q536.2377 81.09375 535.5033 80.328125Q534.7689 79.546875 534.7689 78.28125Q534.7689 76.96875 535.53455 76.171875Q536.3158 75.375 537.47205 75.375Q538.3002 75.375 538.9877 75.828125Q539.6908 76.28125 540.0502 77.125Q540.40955 77.953125 540.40955 79.53125Q540.40955 81.171875 540.0502 82.15625Q539.7064 83.125 538.9877 83.640625Q538.28455 84.140625 537.34705 84.140625Q536.3314 84.140625 535.6908 83.59375Q535.0502 83.03125 534.9252 82.015625ZM539.2377 78.21875Q539.2377 77.3125 538.7533 76.78125Q538.28455 76.25 537.59705 76.25Q536.8939 76.25 536.3627 76.828125Q535.84705 77.390625 535.84705 78.3125Q535.84705 79.125 536.34705 79.640625Q536.84705 80.15625 537.5658 80.15625Q538.3002 80.15625 538.7689 79.640625Q539.2377 79.125 539.2377 78.21875ZM541.7689 79.765625Q541.7689 78.234375 542.0814 77.3125Q542.3939 76.375 543.0033 75.875Q543.6283 75.375 544.5658 75.375Q545.2533 75.375 545.7689 75.65625Q546.3002 75.9375 546.6439 76.46875Q546.9877 76.984375 547.1752 77.734375Q547.3627 78.484375 547.3627 79.765625Q547.3627 81.28125 547.0502 82.203125Q546.7533 83.125 546.1283 83.640625Q545.5189 84.140625 544.5658 84.140625Q543.3314 84.140625 542.6127 83.25Q541.7689 82.1875 541.7689 79.765625ZM542.84705 79.765625Q542.84705 81.875 543.34705 82.578125Q543.84705 83.28125 544.5658 83.28125Q545.3002 83.28125 545.78455 82.578125Q546.28455 81.875 546.28455 79.765625Q546.28455 77.640625 545.78455 76.953125Q545.3002 76.25 544.5502 76.25Q543.8314 76.25 543.3939 76.859375Q542.84705 77.640625 542.84705 79.765625ZM548.97205 77.46875Q548.97205 76.546875 549.4252 75.90625Q549.8939 75.265625 550.7689 75.265625Q551.5814 75.265625 552.1127 75.84375Q552.6439 76.421875 552.6439 77.53125Q552.6439 78.625 552.09705 79.21875Q551.5658 79.796875 550.78455 79.796875Q550.0033 79.796875 549.4877 79.21875Q548.97205 78.640625 548.97205 77.46875ZM550.8002 75.984375Q550.40955 75.984375 550.1439 76.328125Q549.8939 76.671875 549.8939 77.578125Q549.8939 78.40625 550.1439 78.75Q550.40955 79.078125 550.8002 79.078125Q551.2064 79.078125 551.4564 78.734375Q551.72205 78.390625 551.72205 77.5Q551.72205 76.65625 551.4564 76.328125Q551.1908 75.984375 550.8002 75.984375ZM550.8002 84.3125L555.5033 75.265625L556.3627 75.265625L551.6752 84.3125L550.8002 84.3125ZM554.5189 81.984375Q554.5189 81.0625 554.97205 80.421875Q555.4408 79.78125 556.3314 79.78125Q557.1439 79.78125 557.6752 80.359375Q558.2064 80.921875 558.2064 82.046875Q558.2064 83.140625 557.65955 83.734375Q557.1283 84.3125 556.3314 84.3125Q555.5658 84.3125 555.03455 83.734375Q554.5189 83.15625 554.5189 81.984375ZM556.3627 80.5Q555.9564 80.5 555.6908 80.84375Q555.4408 81.1875 555.4408 82.09375Q555.4408 82.90625 555.7064 83.25Q555.97205 83.59375 556.3627 83.59375Q556.7533 83.59375 557.0189 83.25Q557.28455 82.90625 557.28455 82.0Q557.28455 81.171875 557.0189 80.84375Q556.7533 80.5 556.3627 80.5Z" fill-rule="nonzero"/><path fill="#666666" d="M534.9252 82.015625L535.9408 81.921875Q536.0658 82.640625 536.4252 82.96875Q536.8002 83.28125 537.3627 83.28125Q537.84705 83.28125 538.2064 83.0625Q538.5814 82.828125 538.8158 82.46875Q539.0502 82.09375 539.2064 81.46875Q539.3627 80.828125 539.3627 80.171875Q539.3627 80.09375 539.3627 79.953125Q539.0502 80.453125 538.5033 80.78125Q537.9564 81.09375 537.3158 81.09375Q536.2377 81.09375 535.5033 80.328125Q534.7689 79.546875 534.7689 78.28125Q534.7689 76.96875 535.53455 76.171875Q536.3158 75.375 537.47205 75.375Q538.3002 75.375 538.9877 75.828125Q539.6908 76.28125 540.0502 77.125Q540.40955 77.953125 540.40955 79.53125Q540.40955 81.171875 540.0502 82.15625Q539.7064 83.125 538.9877 83.640625Q538.28455 84.140625 537.34705 84.140625Q536.3314 84.140625 535.6908 83.59375Q535.0502 83.03125 534.9252 82.015625ZM539.2377 78.21875Q539.2377 77.3125 538.7533 76.78125Q538.28455 76.25 537.59705 76.25Q536.8939 76.25 536.3627 76.828125Q535.84705 77.390625 535.84705 78.3125Q535.84705 79.125 536.34705 79.640625Q536.84705 80.15625 537.5658 80.15625Q538.3002 80.15625 538.7689 79.640625Q539.2377 79.125 539.2377 78.21875ZM541.7689 79.765625Q541.7689 78.234375 542.0814 77.3125Q542.3939 76.375 543.0033 75.875Q543.6283 75.375 544.5658 75.375Q545.2533 75.375 545.7689 75.65625Q546.3002 75.9375 546.6439 76.46875Q546.9877 76.984375 547.1752 77.734375Q547.3627 78.484375 547.3627 79.765625Q547.3627 81.28125 547.0502 82.203125Q546.7533 83.125 546.1283 83.640625Q545.5189 84.140625 544.5658 84.140625Q543.3314 84.140625 542.6127 83.25Q541.7689 82.1875 541.7689 79.765625ZM542.84705 79.765625Q542.84705 81.875 543.34705 82.578125Q543.84705 83.28125 544.5658 83.28125Q545.3002 83.28125 545.78455 82.578125Q546.28455 81.875 546.28455 79.765625Q546.28455 77.640625 545.78455 76.953125Q545.3002 76.25 544.5502 76.25Q543.8314 76.25 543.3939 76.859375Q542.84705 77.640625 542.84705 79.765625ZM548.97205 77.46875Q548.97205 76.546875 549.4252 75.90625Q549.8939 75.265625 550.7689 75.265625Q551.5814 75.265625 552.1127 75.84375Q552.6439 76.421875 552.6439 77.53125Q552.6439 78.625 552.09705 79.21875Q551.5658 79.796875 550.78455 79.796875Q550.0033 79.796875 549.4877 79.21875Q548.97205 78.640625 548.97205 77.46875ZM550.8002 75.984375Q550.40955 75.984375 550.1439 76.328125Q549.8939 76.671875 549.8939 77.578125Q549.8939 78.40625 550.1439 78.75Q550.40955 79.078125 550.8002 79.078125Q551.2064 79.078125 551.4564 78.734375Q551.72205 78.390625 551.72205 77.5Q551.72205 76.65625 551.4564 76.328125Q551.1908 75.984375 550.8002 75.984375ZM550.8002 84.3125L555.5033 75.265625L556.3627 75.265625L551.6752 84.3125L550.8002 84.3125ZM554.5189 81.984375Q554.5189 81.0625 554.97205 80.421875Q555.4408 79.78125 556.3314 79.78125Q557.1439 79.78125 557.6752 80.359375Q558.2064 80.921875 558.2064 82.046875Q558.2064 83.140625 557.65955 83.734375Q557.1283 84.3125 556.3314 84.3125Q555.5658 84.3125 555.03455 83.734375Q554.5189 83.15625 554.5189 81.984375ZM556.3627 80.5Q555.9564 80.5 555.6908 80.84375Q555.4408 81.1875 555.4408 82.09375Q555.4408 82.90625 555.7064 83.25Q555.97205 83.59375 556.3627 83.59375Q556.7533 83.59375 557.0189 83.25Q557.28455 82.90625 557.28455 82.0Q557.28455 81.171875 557.0189 80.84375Q556.7533 80.5 556.3627 80.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M372.48337 105.75L373.59274 105.65625Q373.71774 106.46875 374.15524 106.875Q374.60837 107.28125 375.249 107.28125Q375.999 107.28125 376.53024 106.703125Q377.0615 106.125 377.0615 105.1875Q377.0615 104.28125 376.54587 103.765625Q376.04587 103.234375 375.21774 103.234375Q374.71774 103.234375 374.29587 103.46875Q373.88962 103.703125 373.65524 104.0625L372.67087 103.9375L373.499 99.53125L377.78024 99.53125L377.78024 100.53125L374.34274 100.53125L373.88962 102.84375Q374.65524 102.296875 375.499 102.296875Q376.624 102.296875 377.38962 103.078125Q378.17087 103.859375 378.17087 105.09375Q378.17087 106.25 377.499 107.109375Q376.67087 108.140625 375.249 108.140625Q374.07712 108.140625 373.32712 107.484375Q372.59274 106.828125 372.48337 105.75ZM384.95212 101.515625L383.90524 101.59375Q383.76462 100.96875 383.51462 100.6875Q383.07712 100.234375 382.45212 100.234375Q381.95212 100.234375 381.5615 100.515625Q381.07712 100.890625 380.78024 101.59375Q380.499 102.28125 380.48337 103.5625Q380.85837 102.984375 381.40524 102.703125Q381.96774 102.421875 382.57712 102.421875Q383.624 102.421875 384.35837 103.203125Q385.10837 103.984375 385.10837 105.203125Q385.10837 106.015625 384.749 106.71875Q384.40524 107.40625 383.79587 107.78125Q383.1865 108.140625 382.42087 108.140625Q381.09274 108.140625 380.26462 107.171875Q379.4365 106.203125 379.4365 103.984375Q379.4365 101.484375 380.35837 100.359375Q381.15524 99.375 382.51462 99.375Q383.53024 99.375 384.17087 99.953125Q384.82712 100.515625 384.95212 101.515625ZM380.65524 105.21875Q380.65524 105.765625 380.874 106.265625Q381.10837 106.75 381.51462 107.015625Q381.9365 107.28125 382.40524 107.28125Q383.0615 107.28125 383.54587 106.75Q384.03024 106.203125 384.03024 105.28125Q384.03024 104.390625 383.54587 103.875Q383.07712 103.359375 382.35837 103.359375Q381.63962 103.359375 381.13962 103.875Q380.65524 104.390625 380.65524 105.21875ZM386.6865 101.46875Q386.6865 100.546875 387.13962 99.90625Q387.60837 99.265625 388.48337 99.265625Q389.29587 99.265625 389.82712 99.84375Q390.35837 100.421875 390.35837 101.53125Q390.35837 102.625 389.8115 103.21875Q389.28024 103.796875 388.499 103.796875Q387.71774 103.796875 387.20212 103.21875Q386.6865 102.640625 386.6865 101.46875ZM388.51462 99.984375Q388.124 99.984375 387.85837 100.328125Q387.60837 100.671875 387.60837 101.578125Q387.60837 102.40625 387.85837 102.75Q388.124 103.078125 388.51462 103.078125Q388.92087 103.078125 389.17087 102.734375Q389.4365 102.390625 389.4365 101.5Q389.4365 100.65625 389.17087 100.328125Q388.90524 99.984375 388.51462 99.984375ZM388.51462 108.3125L393.21774 99.265625L394.07712 99.265625L389.38962 108.3125L388.51462 108.3125ZM392.23337 105.984375Q392.23337 105.0625 392.6865 104.421875Q393.15524 103.78125 394.04587 103.78125Q394.85837 103.78125 395.38962 104.359375Q395.92087 104.921875 395.92087 106.046875Q395.92087 107.140625 395.374 107.734375Q394.84274 108.3125 394.04587 108.3125Q393.28024 108.3125 392.749 107.734375Q392.23337 107.15625 392.23337 105.984375ZM394.07712 104.5Q393.67087 104.5 393.40524 104.84375Q393.15524 105.1875 393.15524 106.09375Q393.15524 106.90625 393.42087 107.25Q393.6865 107.59375 394.07712 107.59375Q394.46774 107.59375 394.73337 107.25Q394.999 106.90625 394.999 106.0Q394.999 105.171875 394.73337 104.84375Q394.46774 104.5 394.07712 104.5Z" fill-rule="nonzero"/><path fill="#666666" d="M372.48337 105.75L373.59274 105.65625Q373.71774 106.46875 374.15524 106.875Q374.60837 107.28125 375.249 107.28125Q375.999 107.28125 376.53024 106.703125Q377.0615 106.125 377.0615 105.1875Q377.0615 104.28125 376.54587 103.765625Q376.04587 103.234375 375.21774 103.234375Q374.71774 103.234375 374.29587 103.46875Q373.88962 103.703125 373.65524 104.0625L372.67087 103.9375L373.499 99.53125L377.78024 99.53125L377.78024 100.53125L374.34274 100.53125L373.88962 102.84375Q374.65524 102.296875 375.499 102.296875Q376.624 102.296875 377.38962 103.078125Q378.17087 103.859375 378.17087 105.09375Q378.17087 106.25 377.499 107.109375Q376.67087 108.140625 375.249 108.140625Q374.07712 108.140625 373.32712 107.484375Q372.59274 106.828125 372.48337 105.75ZM384.95212 101.515625L383.90524 101.59375Q383.76462 100.96875 383.51462 100.6875Q383.07712 100.234375 382.45212 100.234375Q381.95212 100.234375 381.5615 100.515625Q381.07712 100.890625 380.78024 101.59375Q380.499 102.28125 380.48337 103.5625Q380.85837 102.984375 381.40524 102.703125Q381.96774 102.421875 382.57712 102.421875Q383.624 102.421875 384.35837 103.203125Q385.10837 103.984375 385.10837 105.203125Q385.10837 106.015625 384.749 106.71875Q384.40524 107.40625 383.79587 107.78125Q383.1865 108.140625 382.42087 108.140625Q381.09274 108.140625 380.26462 107.171875Q379.4365 106.203125 379.4365 103.984375Q379.4365 101.484375 380.35837 100.359375Q381.15524 99.375 382.51462 99.375Q383.53024 99.375 384.17087 99.953125Q384.82712 100.515625 384.95212 101.515625ZM380.65524 105.21875Q380.65524 105.765625 380.874 106.265625Q381.10837 106.75 381.51462 107.015625Q381.9365 107.28125 382.40524 107.28125Q383.0615 107.28125 383.54587 106.75Q384.03024 106.203125 384.03024 105.28125Q384.03024 104.390625 383.54587 103.875Q383.07712 103.359375 382.35837 103.359375Q381.63962 103.359375 381.13962 103.875Q380.65524 104.390625 380.65524 105.21875ZM386.6865 101.46875Q386.6865 100.546875 387.13962 99.90625Q387.60837 99.265625 388.48337 99.265625Q389.29587 99.265625 389.82712 99.84375Q390.35837 100.421875 390.35837 101.53125Q390.35837 102.625 389.8115 103.21875Q389.28024 103.796875 388.499 103.796875Q387.71774 103.796875 387.20212 103.21875Q386.6865 102.640625 386.6865 101.46875ZM388.51462 99.984375Q388.124 99.984375 387.85837 100.328125Q387.60837 100.671875 387.60837 101.578125Q387.60837 102.40625 387.85837 102.75Q388.124 103.078125 388.51462 103.078125Q388.92087 103.078125 389.17087 102.734375Q389.4365 102.390625 389.4365 101.5Q389.4365 100.65625 389.17087 100.328125Q388.90524 99.984375 388.51462 99.984375ZM388.51462 108.3125L393.21774 99.265625L394.07712 99.265625L389.38962 108.3125L388.51462 108.3125ZM392.23337 105.984375Q392.23337 105.0625 392.6865 104.421875Q393.15524 103.78125 394.04587 103.78125Q394.85837 103.78125 395.38962 104.359375Q395.92087 104.921875 395.92087 106.046875Q395.92087 107.140625 395.374 107.734375Q394.84274 108.3125 394.04587 108.3125Q393.28024 108.3125 392.749 107.734375Q392.23337 107.15625 392.23337 105.984375ZM394.07712 104.5Q393.67087 104.5 393.40524 104.84375Q393.15524 105.1875 393.15524 106.09375Q393.15524 106.90625 393.42087 107.25Q393.6865 107.59375 394.07712 107.59375Q394.46774 107.59375 394.73337 107.25Q394.999 106.90625 394.999 106.0Q394.999 105.171875 394.73337 104.84375Q394.46774 104.5 394.07712 104.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.03488 132.0L309.03488 129.9375L305.31613 129.9375L305.31613 128.96875L309.238 123.40625L310.09738 123.40625L310.09738 128.96875L311.25363 128.96875L311.25363 129.9375L310.09738 129.9375L310.09738 132.0L309.03488 132.0ZM309.03488 128.96875L309.03488 125.109375L306.34738 128.96875L309.03488 128.96875ZM318.20676 130.98438L318.20676 132.0L312.51926 132.0Q312.51926 131.625 312.64426 131.26562Q312.863 130.6875 313.33176 130.125Q313.81613 129.5625 314.72238 128.82812Q316.12863 127.671875 316.613 127.0Q317.113 126.328125 317.113 125.734375Q317.113 125.109375 316.65988 124.6875Q316.20676 124.25 315.488 124.25Q314.72238 124.25 314.26926 124.703125Q313.81613 125.15625 313.8005 125.96875L312.72238 125.859375Q312.83176 124.640625 313.5505 124.015625Q314.28488 123.375 315.51926 123.375Q316.75363 123.375 317.47238 124.0625Q318.19113 124.75 318.19113 125.765625Q318.19113 126.28125 317.97238 126.78125Q317.76926 127.265625 317.26926 127.828125Q316.78488 128.375 315.65988 129.32812Q314.70676 130.125 314.4255 130.42188Q314.15988 130.70312 313.988 130.98438L318.20676 130.98438ZM319.863 125.46875Q319.863 124.546875 320.31613 123.90625Q320.78488 123.265625 321.65988 123.265625Q322.47238 123.265625 323.00363 123.84375Q323.53488 124.421875 323.53488 125.53125Q323.53488 126.625 322.988 127.21875Q322.45676 127.796875 321.6755 127.796875Q320.89426 127.796875 320.37863 127.21875Q319.863 126.640625 319.863 125.46875ZM321.69113 123.984375Q321.3005 123.984375 321.03488 124.328125Q320.78488 124.671875 320.78488 125.578125Q320.78488 126.40625 321.03488 126.75Q321.3005 127.078125 321.69113 127.078125Q322.09738 127.078125 322.34738 126.734375Q322.613 126.390625 322.613 125.5Q322.613 124.65625 322.34738 124.328125Q322.08176 123.984375 321.69113 123.984375ZM321.69113 132.3125L326.39426 123.265625L327.25363 123.265625L322.56613 132.3125L321.69113 132.3125ZM325.40988 129.98438Q325.40988 129.0625 325.863 128.42188Q326.33176 127.78125 327.22238 127.78125Q328.03488 127.78125 328.56613 128.35938Q329.09738 128.92188 329.09738 130.04688Q329.09738 131.14062 328.5505 131.73438Q328.01926 132.3125 327.22238 132.3125Q326.45676 132.3125 325.9255 131.73438Q325.40988 131.15625 325.40988 129.98438ZM327.25363 128.5Q326.84738 128.5 326.58176 128.84375Q326.33176 129.1875 326.33176 130.09375Q326.33176 130.90625 326.59738 131.25Q326.863 131.59375 327.25363 131.59375Q327.64426 131.59375 327.90988 131.25Q328.1755 130.90625 328.1755 130.0Q328.1755 129.17188 327.90988 128.84375Q327.64426 128.5 327.25363 128.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.03488 132.0L309.03488 129.9375L305.31613 129.9375L305.31613 128.96875L309.238 123.40625L310.09738 123.40625L310.09738 128.96875L311.25363 128.96875L311.25363 129.9375L310.09738 129.9375L310.09738 132.0L309.03488 132.0ZM309.03488 128.96875L309.03488 125.109375L306.34738 128.96875L309.03488 128.96875ZM318.20676 130.98438L318.20676 132.0L312.51926 132.0Q312.51926 131.625 312.64426 131.26562Q312.863 130.6875 313.33176 130.125Q313.81613 129.5625 314.72238 128.82812Q316.12863 127.671875 316.613 127.0Q317.113 126.328125 317.113 125.734375Q317.113 125.109375 316.65988 124.6875Q316.20676 124.25 315.488 124.25Q314.72238 124.25 314.26926 124.703125Q313.81613 125.15625 313.8005 125.96875L312.72238 125.859375Q312.83176 124.640625 313.5505 124.015625Q314.28488 123.375 315.51926 123.375Q316.75363 123.375 317.47238 124.0625Q318.19113 124.75 318.19113 125.765625Q318.19113 126.28125 317.97238 126.78125Q317.76926 127.265625 317.26926 127.828125Q316.78488 128.375 315.65988 129.32812Q314.70676 130.125 314.4255 130.42188Q314.15988 130.70312 313.988 130.98438L318.20676 130.98438ZM319.863 125.46875Q319.863 124.546875 320.31613 123.90625Q320.78488 123.265625 321.65988 123.265625Q322.47238 123.265625 323.00363 123.84375Q323.53488 124.421875 323.53488 125.53125Q323.53488 126.625 322.988 127.21875Q322.45676 127.796875 321.6755 127.796875Q320.89426 127.796875 320.37863 127.21875Q319.863 126.640625 319.863 125.46875ZM321.69113 123.984375Q321.3005 123.984375 321.03488 124.328125Q320.78488 124.671875 320.78488 125.578125Q320.78488 126.40625 321.03488 126.75Q321.3005 127.078125 321.69113 127.078125Q322.09738 127.078125 322.34738 126.734375Q322.613 126.390625 322.613 125.5Q322.613 124.65625 322.34738 124.328125Q322.08176 123.984375 321.69113 123.984375ZM321.69113 132.3125L326.39426 123.265625L327.25363 123.265625L322.56613 132.3125L321.69113 132.3125ZM325.40988 129.98438Q325.40988 129.0625 325.863 128.42188Q326.33176 127.78125 327.22238 127.78125Q328.03488 127.78125 328.56613 128.35938Q329.09738 128.92188 329.09738 130.04688Q329.09738 131.14062 328.5505 131.73438Q328.01926 132.3125 327.22238 132.3125Q326.45676 132.3125 325.9255 131.73438Q325.40988 131.15625 325.40988 129.98438ZM327.25363 128.5Q326.84738 128.5 326.58176 128.84375Q326.33176 129.1875 326.33176 130.09375Q326.33176 130.90625 326.59738 131.25Q326.863 131.59375 327.25363 131.59375Q327.64426 131.59375 327.90988 131.25Q328.1755 130.90625 328.1755 130.0Q328.1755 129.17188 327.90988 128.84375Q327.64426 128.5 327.25363 128.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M382.02957 153.75L383.13895 153.65625Q383.26395 154.46875 383.70145 154.875Q384.15457 155.28125 384.7952 155.28125Q385.5452 155.28125 386.07645 154.70312Q386.6077 154.125 386.6077 153.1875Q386.6077 152.28125 386.09207 151.76562Q385.59207 151.23438 384.76395 151.23438Q384.26395 151.23438 383.84207 151.46875Q383.43582 151.70312 383.20145 152.0625L382.21707 151.9375L383.0452 147.53125L387.32645 147.53125L387.32645 148.53125L383.88895 148.53125L383.43582 150.84375Q384.20145 150.29688 385.0452 150.29688Q386.1702 150.29688 386.93582 151.07812Q387.71707 151.85938 387.71707 153.09375Q387.71707 154.25 387.0452 155.10938Q386.21707 156.14062 384.7952 156.14062Q383.62332 156.14062 382.87332 155.48438Q382.13895 154.82812 382.02957 153.75ZM390.65457 151.34375Q389.99832 151.09375 389.6702 150.65625Q389.3577 150.20312 389.3577 149.59375Q389.3577 148.65625 390.02957 148.01562Q390.71707 147.375 391.82645 147.375Q392.95145 147.375 393.63895 148.03125Q394.32645 148.6875 394.32645 149.625Q394.32645 150.21875 394.01395 150.65625Q393.70145 151.09375 393.06082 151.34375Q393.8577 151.59375 394.26395 152.17188Q394.6702 152.75 394.6702 153.54688Q394.6702 154.64062 393.88895 155.39062Q393.12332 156.14062 391.84207 156.14062Q390.57645 156.14062 389.7952 155.39062Q389.01395 154.64062 389.01395 153.51562Q389.01395 152.67188 389.43582 152.10938Q389.87332 151.54688 390.65457 151.34375ZM390.43582 149.54688Q390.43582 150.15625 390.82645 150.54688Q391.2327 150.9375 391.8577 150.9375Q392.46707 150.9375 392.8577 150.5625Q393.24832 150.17188 393.24832 149.60938Q393.24832 149.03125 392.84207 148.64062Q392.43582 148.23438 391.84207 148.23438Q391.2327 148.23438 390.82645 148.625Q390.43582 149.01562 390.43582 149.54688ZM390.1077 153.51562Q390.1077 153.96875 390.31082 154.39062Q390.52957 154.8125 390.95145 155.04688Q391.37332 155.28125 391.8577 155.28125Q392.6077 155.28125 393.09207 154.79688Q393.59207 154.3125 393.59207 153.5625Q393.59207 152.79688 393.09207 152.29688Q392.59207 151.79688 391.82645 151.79688Q391.07645 151.79688 390.59207 152.29688Q390.1077 152.78125 390.1077 153.51562ZM396.2327 149.46875Q396.2327 148.54688 396.68582 147.90625Q397.15457 147.26562 398.02957 147.26562Q398.84207 147.26562 399.37332 147.84375Q399.90457 148.42188 399.90457 149.53125Q399.90457 150.625 399.3577 151.21875Q398.82645 151.79688 398.0452 151.79688Q397.26395 151.79688 396.74832 151.21875Q396.2327 150.64062 396.2327 149.46875ZM398.06082 147.98438Q397.6702 147.98438 397.40457 148.32812Q397.15457 148.67188 397.15457 149.57812Q397.15457 150.40625 397.40457 150.75Q397.6702 151.07812 398.06082 151.07812Q398.46707 151.07812 398.71707 150.73438Q398.9827 150.39062 398.9827 149.5Q398.9827 148.65625 398.71707 148.32812Q398.45145 147.98438 398.06082 147.98438ZM398.06082 156.3125L402.76395 147.26562L403.62332 147.26562L398.93582 156.3125L398.06082 156.3125ZM401.77957 153.98438Q401.77957 153.0625 402.2327 152.42188Q402.70145 151.78125 403.59207 151.78125Q404.40457 151.78125 404.93582 152.35938Q405.46707 152.92188 405.46707 154.04688Q405.46707 155.14062 404.9202 155.73438Q404.38895 156.3125 403.59207 156.3125Q402.82645 156.3125 402.2952 155.73438Q401.77957 155.15625 401.77957 153.98438ZM403.62332 152.5Q403.21707 152.5 402.95145 152.84375Q402.70145 153.1875 402.70145 154.09375Q402.70145 154.90625 402.96707 155.25Q403.2327 155.59375 403.62332 155.59375Q404.01395 155.59375 404.27957 155.25Q404.5452 154.90625 404.5452 154.0Q404.5452 153.17188 404.27957 152.84375Q404.01395 152.5 403.62332 152.5Z" fill-rule="nonzero"/><path fill="#666666" d="M382.02957 153.75L383.13895 153.65625Q383.26395 154.46875 383.70145 154.875Q384.15457 155.28125 384.7952 155.28125Q385.5452 155.28125 386.07645 154.70312Q386.6077 154.125 386.6077 153.1875Q386.6077 152.28125 386.09207 151.76562Q385.59207 151.23438 384.76395 151.23438Q384.26395 151.23438 383.84207 151.46875Q383.43582 151.70312 383.20145 152.0625L382.21707 151.9375L383.0452 147.53125L387.32645 147.53125L387.32645 148.53125L383.88895 148.53125L383.43582 150.84375Q384.20145 150.29688 385.0452 150.29688Q386.1702 150.29688 386.93582 151.07812Q387.71707 151.85938 387.71707 153.09375Q387.71707 154.25 387.0452 155.10938Q386.21707 156.14062 384.7952 156.14062Q383.62332 156.14062 382.87332 155.48438Q382.13895 154.82812 382.02957 153.75ZM390.65457 151.34375Q389.99832 151.09375 389.6702 150.65625Q389.3577 150.20312 389.3577 149.59375Q389.3577 148.65625 390.02957 148.01562Q390.71707 147.375 391.82645 147.375Q392.95145 147.375 393.63895 148.03125Q394.32645 148.6875 394.32645 149.625Q394.32645 150.21875 394.01395 150.65625Q393.70145 151.09375 393.06082 151.34375Q393.8577 151.59375 394.26395 152.17188Q394.6702 152.75 394.6702 153.54688Q394.6702 154.64062 393.88895 155.39062Q393.12332 156.14062 391.84207 156.14062Q390.57645 156.14062 389.7952 155.39062Q389.01395 154.64062 389.01395 153.51562Q389.01395 152.67188 389.43582 152.10938Q389.87332 151.54688 390.65457 151.34375ZM390.43582 149.54688Q390.43582 150.15625 390.82645 150.54688Q391.2327 150.9375 391.8577 150.9375Q392.46707 150.9375 392.8577 150.5625Q393.24832 150.17188 393.24832 149.60938Q393.24832 149.03125 392.84207 148.64062Q392.43582 148.23438 391.84207 148.23438Q391.2327 148.23438 390.82645 148.625Q390.43582 149.01562 390.43582 149.54688ZM390.1077 153.51562Q390.1077 153.96875 390.31082 154.39062Q390.52957 154.8125 390.95145 155.04688Q391.37332 155.28125 391.8577 155.28125Q392.6077 155.28125 393.09207 154.79688Q393.59207 154.3125 393.59207 153.5625Q393.59207 152.79688 393.09207 152.29688Q392.59207 151.79688 391.82645 151.79688Q391.07645 151.79688 390.59207 152.29688Q390.1077 152.78125 390.1077 153.51562ZM396.2327 149.46875Q396.2327 148.54688 396.68582 147.90625Q397.15457 147.26562 398.02957 147.26562Q398.84207 147.26562 399.37332 147.84375Q399.90457 148.42188 399.90457 149.53125Q399.90457 150.625 399.3577 151.21875Q398.82645 151.79688 398.0452 151.79688Q397.26395 151.79688 396.74832 151.21875Q396.2327 150.64062 396.2327 149.46875ZM398.06082 147.98438Q397.6702 147.98438 397.40457 148.32812Q397.15457 148.67188 397.15457 149.57812Q397.15457 150.40625 397.40457 150.75Q397.6702 151.07812 398.06082 151.07812Q398.46707 151.07812 398.71707 150.73438Q398.9827 150.39062 398.9827 149.5Q398.9827 148.65625 398.71707 148.32812Q398.45145 147.98438 398.06082 147.98438ZM398.06082 156.3125L402.76395 147.26562L403.62332 147.26562L398.93582 156.3125L398.06082 156.3125ZM401.77957 153.98438Q401.77957 153.0625 402.2327 152.42188Q402.70145 151.78125 403.59207 151.78125Q404.40457 151.78125 404.93582 152.35938Q405.46707 152.92188 405.46707 154.04688Q405.46707 155.14062 404.9202 155.73438Q404.38895 156.3125 403.59207 156.3125Q402.82645 156.3125 402.2952 155.73438Q401.77957 155.15625 401.77957 153.98438ZM403.62332 152.5Q403.21707 152.5 402.95145 152.84375Q402.70145 153.1875 402.70145 154.09375Q402.70145 154.90625 402.96707 155.25Q403.2327 155.59375 403.62332 155.59375Q404.01395 155.59375 404.27957 155.25Q404.5452 154.90625 404.5452 154.0Q404.5452 153.17188 404.27957 152.84375Q404.01395 152.5 403.62332 152.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M210.97154 178.98438L210.97154 180.0L205.28404 180.0Q205.28404 179.625 205.40904 179.26562Q205.62779 178.6875 206.09654 178.125Q206.58092 177.5625 207.48717 176.82812Q208.89342 175.67188 209.37779 175.0Q209.87779 174.32812 209.87779 173.73438Q209.87779 173.10938 209.42467 172.6875Q208.97154 172.25 208.25279 172.25Q207.48717 172.25 207.03404 172.70312Q206.58092 173.15625 206.56529 173.96875L205.48717 173.85938Q205.59654 172.64062 206.31529 172.01562Q207.04967 171.375 208.28404 171.375Q209.51842 171.375 210.23717 172.0625Q210.95592 172.75 210.95592 173.76562Q210.95592 174.28125 210.73717 174.78125Q210.53404 175.26562 210.03404 175.82812Q209.54967 176.375 208.42467 177.32812Q207.47154 178.125 207.19029 178.42188Q206.92467 178.70312 206.75279 178.98438L210.97154 178.98438ZM216.39342 180.0L215.34654 180.0L215.34654 173.28125Q214.95592 173.64062 214.33092 174.01562Q213.72154 174.375 213.23717 174.54688L213.23717 173.53125Q214.11217 173.10938 214.76842 172.53125Q215.44029 171.9375 215.72154 171.375L216.39342 171.375L216.39342 180.0ZM219.62779 173.46875Q219.62779 172.54688 220.08092 171.90625Q220.54967 171.26562 221.42467 171.26562Q222.23717 171.26562 222.76842 171.84375Q223.29967 172.42188 223.29967 173.53125Q223.29967 174.625 222.75279 175.21875Q222.22154 175.79688 221.44029 175.79688Q220.65904 175.79688 220.14342 175.21875Q219.62779 174.64062 219.62779 173.46875ZM221.45592 171.98438Q221.06529 171.98438 220.79967 172.32812Q220.54967 172.67188 220.54967 173.57812Q220.54967 174.40625 220.79967 174.75Q221.06529 175.07812 221.45592 175.07812Q221.86217 175.07812 222.11217 174.73438Q222.37779 174.39062 222.37779 173.5Q222.37779 172.65625 222.11217 172.32812Q221.84654 171.98438 221.45592 171.98438ZM221.45592 180.3125L226.15904 171.26562L227.01842 171.26562L222.33092 180.3125L221.45592 180.3125ZM225.17467 177.98438Q225.17467 177.0625 225.62779 176.42188Q226.09654 175.78125 226.98717 175.78125Q227.79967 175.78125 228.33092 176.35938Q228.86217 176.92188 228.86217 178.04688Q228.86217 179.14062 228.31529 179.73438Q227.78404 180.3125 226.98717 180.3125Q226.22154 180.3125 225.69029 179.73438Q225.17467 179.15625 225.17467 177.98438ZM227.01842 176.5Q226.61217 176.5 226.34654 176.84375Q226.09654 177.1875 226.09654 178.09375Q226.09654 178.90625 226.36217 179.25Q226.62779 179.59375 227.01842 179.59375Q227.40904 179.59375 227.67467 179.25Q227.94029 178.90625 227.94029 178.0Q227.94029 177.17188 227.67467 176.84375Q227.40904 176.5 227.01842 176.5Z" fill-rule="nonzero"/><path fill="#666666" d="M210.97154 178.98438L210.97154 180.0L205.28404 180.0Q205.28404 179.625 205.40904 179.26562Q205.62779 178.6875 206.09654 178.125Q206.58092 177.5625 207.48717 176.82812Q208.89342 175.67188 209.37779 175.0Q209.87779 174.32812 209.87779 173.73438Q209.87779 173.10938 209.42467 172.6875Q208.97154 172.25 208.25279 172.25Q207.48717 172.25 207.03404 172.70312Q206.58092 173.15625 206.56529 173.96875L205.48717 173.85938Q205.59654 172.64062 206.31529 172.01562Q207.04967 171.375 208.28404 171.375Q209.51842 171.375 210.23717 172.0625Q210.95592 172.75 210.95592 173.76562Q210.95592 174.28125 210.73717 174.78125Q210.53404 175.26562 210.03404 175.82812Q209.54967 176.375 208.42467 177.32812Q207.47154 178.125 207.19029 178.42188Q206.92467 178.70312 206.75279 178.98438L210.97154 178.98438ZM216.39342 180.0L215.34654 180.0L215.34654 173.28125Q214.95592 173.64062 214.33092 174.01562Q213.72154 174.375 213.23717 174.54688L213.23717 173.53125Q214.11217 173.10938 214.76842 172.53125Q215.44029 171.9375 215.72154 171.375L216.39342 171.375L216.39342 180.0ZM219.62779 173.46875Q219.62779 172.54688 220.08092 171.90625Q220.54967 171.26562 221.42467 171.26562Q222.23717 171.26562 222.76842 171.84375Q223.29967 172.42188 223.29967 173.53125Q223.29967 174.625 222.75279 175.21875Q222.22154 175.79688 221.44029 175.79688Q220.65904 175.79688 220.14342 175.21875Q219.62779 174.64062 219.62779 173.46875ZM221.45592 171.98438Q221.06529 171.98438 220.79967 172.32812Q220.54967 172.67188 220.54967 173.57812Q220.54967 174.40625 220.79967 174.75Q221.06529 175.07812 221.45592 175.07812Q221.86217 175.07812 222.11217 174.73438Q222.37779 174.39062 222.37779 173.5Q222.37779 172.65625 222.11217 172.32812Q221.84654 171.98438 221.45592 171.98438ZM221.45592 180.3125L226.15904 171.26562L227.01842 171.26562L222.33092 180.3125L221.45592 180.3125ZM225.17467 177.98438Q225.17467 177.0625 225.62779 176.42188Q226.09654 175.78125 226.98717 175.78125Q227.79967 175.78125 228.33092 176.35938Q228.86217 176.92188 228.86217 178.04688Q228.86217 179.14062 228.31529 179.73438Q227.78404 180.3125 226.98717 180.3125Q226.22154 180.3125 225.69029 179.73438Q225.17467 179.15625 225.17467 177.98438ZM227.01842 176.5Q226.61217 176.5 226.34654 176.84375Q226.09654 177.1875 226.09654 178.09375Q226.09654 178.90625 226.36217 179.25Q226.62779 179.59375 227.01842 179.59375Q227.40904 179.59375 227.67467 179.25Q227.94029 178.90625 227.94029 178.0Q227.94029 177.17188 227.67467 176.84375Q227.40904 176.5 227.01842 176.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.92883 202.73438L258.99133 202.59375Q259.1632 203.48438 259.6007 203.89062Q260.0382 204.28125 260.6632 204.28125Q261.4132 204.28125 261.92883 203.76562Q262.44446 203.25 262.44446 202.48438Q262.44446 201.76562 261.96008 201.29688Q261.49133 200.8125 260.75696 200.8125Q260.46008 200.8125 260.00696 200.9375L260.13196 200.0Q260.24133 200.01562 260.30383 200.01562Q260.9757 200.01562 261.50696 199.67188Q262.05383 199.3125 262.05383 198.57812Q262.05383 198.0 261.6632 197.625Q261.27258 197.23438 260.64758 197.23438Q260.0382 197.23438 259.61633 197.625Q259.21008 198.01562 259.1007 198.78125L258.0382 198.59375Q258.2257 197.54688 258.9132 196.96875Q259.6007 196.375 260.61633 196.375Q261.31946 196.375 261.9132 196.6875Q262.50696 196.98438 262.81946 197.5Q263.13196 198.01562 263.13196 198.60938Q263.13196 199.15625 262.83508 199.625Q262.5382 200.07812 261.96008 200.34375Q262.71008 200.51562 263.13196 201.07812Q263.55383 201.625 263.55383 202.46875Q263.55383 203.59375 262.7257 204.375Q261.9132 205.15625 260.6632 205.15625Q259.5382 205.15625 258.7882 204.48438Q258.0382 203.79688 257.92883 202.73438ZM270.4757 203.98438L270.4757 205.0L264.7882 205.0Q264.7882 204.625 264.9132 204.26562Q265.13196 203.6875 265.6007 203.125Q266.08508 202.5625 266.99133 201.82812Q268.39758 200.67188 268.88196 200.0Q269.38196 199.32812 269.38196 198.73438Q269.38196 198.10938 268.92883 197.6875Q268.4757 197.25 267.75696 197.25Q266.99133 197.25 266.5382 197.70312Q266.08508 198.15625 266.06946 198.96875L264.99133 198.85938Q265.1007 197.64062 265.81946 197.01562Q266.55383 196.375 267.7882 196.375Q269.02258 196.375 269.74133 197.0625Q270.46008 197.75 270.46008 198.76562Q270.46008 199.28125 270.24133 199.78125Q270.0382 200.26562 269.5382 200.82812Q269.05383 201.375 267.92883 202.32812Q266.9757 203.125 266.69446 203.42188Q266.42883 203.70312 266.25696 203.98438L270.4757 203.98438ZM272.13196 198.46875Q272.13196 197.54688 272.58508 196.90625Q273.05383 196.26562 273.92883 196.26562Q274.74133 196.26562 275.27258 196.84375Q275.80383 197.42188 275.80383 198.53125Q275.80383 199.625 275.25696 200.21875Q274.7257 200.79688 273.94446 200.79688Q273.1632 200.79688 272.64758 200.21875Q272.13196 199.64062 272.13196 198.46875ZM273.96008 196.98438Q273.56946 196.98438 273.30383 197.32812Q273.05383 197.67188 273.05383 198.57812Q273.05383 199.40625 273.30383 199.75Q273.56946 200.07812 273.96008 200.07812Q274.36633 200.07812 274.61633 199.73438Q274.88196 199.39062 274.88196 198.5Q274.88196 197.65625 274.61633 197.32812Q274.3507 196.98438 273.96008 196.98438ZM273.96008 205.3125L278.6632 196.26562L279.52258 196.26562L274.83508 205.3125L273.96008 205.3125ZM277.67883 202.98438Q277.67883 202.0625 278.13196 201.42188Q278.6007 200.78125 279.49133 200.78125Q280.30383 200.78125 280.83508 201.35938Q281.36633 201.92188 281.36633 203.04688Q281.36633 204.14062 280.81946 204.73438Q280.2882 205.3125 279.49133 205.3125Q278.7257 205.3125 278.19446 204.73438Q277.67883 204.15625 277.67883 202.98438ZM279.52258 201.5Q279.11633 201.5 278.8507 201.84375Q278.6007 202.1875 278.6007 203.09375Q278.6007 203.90625 278.86633 204.25Q279.13196 204.59375 279.52258 204.59375Q279.9132 204.59375 280.17883 204.25Q280.44446 203.90625 280.44446 203.0Q280.44446 202.17188 280.17883 201.84375Q279.9132 201.5 279.52258 201.5Z" fill-rule="nonzero"/><path fill="#666666" d="M257.92883 202.73438L258.99133 202.59375Q259.1632 203.48438 259.6007 203.89062Q260.0382 204.28125 260.6632 204.28125Q261.4132 204.28125 261.92883 203.76562Q262.44446 203.25 262.44446 202.48438Q262.44446 201.76562 261.96008 201.29688Q261.49133 200.8125 260.75696 200.8125Q260.46008 200.8125 260.00696 200.9375L260.13196 200.0Q260.24133 200.01562 260.30383 200.01562Q260.9757 200.01562 261.50696 199.67188Q262.05383 199.3125 262.05383 198.57812Q262.05383 198.0 261.6632 197.625Q261.27258 197.23438 260.64758 197.23438Q260.0382 197.23438 259.61633 197.625Q259.21008 198.01562 259.1007 198.78125L258.0382 198.59375Q258.2257 197.54688 258.9132 196.96875Q259.6007 196.375 260.61633 196.375Q261.31946 196.375 261.9132 196.6875Q262.50696 196.98438 262.81946 197.5Q263.13196 198.01562 263.13196 198.60938Q263.13196 199.15625 262.83508 199.625Q262.5382 200.07812 261.96008 200.34375Q262.71008 200.51562 263.13196 201.07812Q263.55383 201.625 263.55383 202.46875Q263.55383 203.59375 262.7257 204.375Q261.9132 205.15625 260.6632 205.15625Q259.5382 205.15625 258.7882 204.48438Q258.0382 203.79688 257.92883 202.73438ZM270.4757 203.98438L270.4757 205.0L264.7882 205.0Q264.7882 204.625 264.9132 204.26562Q265.13196 203.6875 265.6007 203.125Q266.08508 202.5625 266.99133 201.82812Q268.39758 200.67188 268.88196 200.0Q269.38196 199.32812 269.38196 198.73438Q269.38196 198.10938 268.92883 197.6875Q268.4757 197.25 267.75696 197.25Q266.99133 197.25 266.5382 197.70312Q266.08508 198.15625 266.06946 198.96875L264.99133 198.85938Q265.1007 197.64062 265.81946 197.01562Q266.55383 196.375 267.7882 196.375Q269.02258 196.375 269.74133 197.0625Q270.46008 197.75 270.46008 198.76562Q270.46008 199.28125 270.24133 199.78125Q270.0382 200.26562 269.5382 200.82812Q269.05383 201.375 267.92883 202.32812Q266.9757 203.125 266.69446 203.42188Q266.42883 203.70312 266.25696 203.98438L270.4757 203.98438ZM272.13196 198.46875Q272.13196 197.54688 272.58508 196.90625Q273.05383 196.26562 273.92883 196.26562Q274.74133 196.26562 275.27258 196.84375Q275.80383 197.42188 275.80383 198.53125Q275.80383 199.625 275.25696 200.21875Q274.7257 200.79688 273.94446 200.79688Q273.1632 200.79688 272.64758 200.21875Q272.13196 199.64062 272.13196 198.46875ZM273.96008 196.98438Q273.56946 196.98438 273.30383 197.32812Q273.05383 197.67188 273.05383 198.57812Q273.05383 199.40625 273.30383 199.75Q273.56946 200.07812 273.96008 200.07812Q274.36633 200.07812 274.61633 199.73438Q274.88196 199.39062 274.88196 198.5Q274.88196 197.65625 274.61633 197.32812Q274.3507 196.98438 273.96008 196.98438ZM273.96008 205.3125L278.6632 196.26562L279.52258 196.26562L274.83508 205.3125L273.96008 205.3125ZM277.67883 202.98438Q277.67883 202.0625 278.13196 201.42188Q278.6007 200.78125 279.49133 200.78125Q280.30383 200.78125 280.83508 201.35938Q281.36633 201.92188 281.36633 203.04688Q281.36633 204.14062 280.81946 204.73438Q280.2882 205.3125 279.49133 205.3125Q278.7257 205.3125 278.19446 204.73438Q277.67883 204.15625 277.67883 202.98438ZM279.52258 201.5Q279.11633 201.5 278.8507 201.84375Q278.6007 202.1875 278.6007 203.09375Q278.6007 203.90625 278.86633 204.25Q279.13196 204.59375 279.52258 204.59375Q279.9132 204.59375 280.17883 204.25Q280.44446 203.90625 280.44446 203.0Q280.44446 202.17188 280.17883 201.84375Q279.9132 201.5 279.52258 201.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M185.5279 229.0L184.48102 229.0L184.48102 222.28125Q184.0904 222.64062 183.4654 223.01562Q182.85602 223.375 182.37164 223.54688L182.37164 222.53125Q183.24664 222.10938 183.9029 221.53125Q184.57477 220.9375 184.85602 220.375L185.5279 220.375L185.5279 229.0ZM194.0279 222.51562L192.98102 222.59375Q192.8404 221.96875 192.5904 221.6875Q192.1529 221.23438 191.5279 221.23438Q191.0279 221.23438 190.63727 221.51562Q190.1529 221.89062 189.85602 222.59375Q189.57477 223.28125 189.55914 224.5625Q189.93414 223.98438 190.48102 223.70312Q191.04352 223.42188 191.6529 223.42188Q192.69977 223.42188 193.43414 224.20312Q194.18414 224.98438 194.18414 226.20312Q194.18414 227.01562 193.82477 227.71875Q193.48102 228.40625 192.87164 228.78125Q192.26227 229.14062 191.49664 229.14062Q190.16852 229.14062 189.3404 228.17188Q188.51227 227.20312 188.51227 224.98438Q188.51227 222.48438 189.43414 221.35938Q190.23102 220.375 191.5904 220.375Q192.60602 220.375 193.24664 220.95312Q193.9029 221.51562 194.0279 222.51562ZM189.73102 226.21875Q189.73102 226.76562 189.94977 227.26562Q190.18414 227.75 190.5904 228.01562Q191.01227 228.28125 191.48102 228.28125Q192.13727 228.28125 192.62164 227.75Q193.10602 227.20312 193.10602 226.28125Q193.10602 225.39062 192.62164 224.875Q192.1529 224.35938 191.43414 224.35938Q190.7154 224.35938 190.2154 224.875Q189.73102 225.39062 189.73102 226.21875ZM195.76227 222.46875Q195.76227 221.54688 196.2154 220.90625Q196.68414 220.26562 197.55914 220.26562Q198.37164 220.26562 198.9029 220.84375Q199.43414 221.42188 199.43414 222.53125Q199.43414 223.625 198.88727 224.21875Q198.35602 224.79688 197.57477 224.79688Q196.79352 224.79688 196.2779 224.21875Q195.76227 223.64062 195.76227 222.46875ZM197.5904 220.98438Q197.19977 220.98438 196.93414 221.32812Q196.68414 221.67188 196.68414 222.57812Q196.68414 223.40625 196.93414 223.75Q197.19977 224.07812 197.5904 224.07812Q197.99664 224.07812 198.24664 223.73438Q198.51227 223.39062 198.51227 222.5Q198.51227 221.65625 198.24664 221.32812Q197.98102 220.98438 197.5904 220.98438ZM197.5904 229.3125L202.29352 220.26562L203.1529 220.26562L198.4654 229.3125L197.5904 229.3125ZM201.30914 226.98438Q201.30914 226.0625 201.76227 225.42188Q202.23102 224.78125 203.12164 224.78125Q203.93414 224.78125 204.4654 225.35938Q204.99664 225.92188 204.99664 227.04688Q204.99664 228.14062 204.44977 228.73438Q203.91852 229.3125 203.12164 229.3125Q202.35602 229.3125 201.82477 228.73438Q201.30914 228.15625 201.30914 226.98438ZM203.1529 225.5Q202.74664 225.5 202.48102 225.84375Q202.23102 226.1875 202.23102 227.09375Q202.23102 227.90625 202.49664 228.25Q202.76227 228.59375 203.1529 228.59375Q203.54352 228.59375 203.80914 228.25Q204.07477 227.90625 204.07477 227.0Q204.07477 226.17188 203.80914 225.84375Q203.54352 225.5 203.1529 225.5Z" fill-rule="nonzero"/><path fill="#666666" d="M185.5279 229.0L184.48102 229.0L184.48102 222.28125Q184.0904 222.64062 183.4654 223.01562Q182.85602 223.375 182.37164 223.54688L182.37164 222.53125Q183.24664 222.10938 183.9029 221.53125Q184.57477 220.9375 184.85602 220.375L185.5279 220.375L185.5279 229.0ZM194.0279 222.51562L192.98102 222.59375Q192.8404 221.96875 192.5904 221.6875Q192.1529 221.23438 191.5279 221.23438Q191.0279 221.23438 190.63727 221.51562Q190.1529 221.89062 189.85602 222.59375Q189.57477 223.28125 189.55914 224.5625Q189.93414 223.98438 190.48102 223.70312Q191.04352 223.42188 191.6529 223.42188Q192.69977 223.42188 193.43414 224.20312Q194.18414 224.98438 194.18414 226.20312Q194.18414 227.01562 193.82477 227.71875Q193.48102 228.40625 192.87164 228.78125Q192.26227 229.14062 191.49664 229.14062Q190.16852 229.14062 189.3404 228.17188Q188.51227 227.20312 188.51227 224.98438Q188.51227 222.48438 189.43414 221.35938Q190.23102 220.375 191.5904 220.375Q192.60602 220.375 193.24664 220.95312Q193.9029 221.51562 194.0279 222.51562ZM189.73102 226.21875Q189.73102 226.76562 189.94977 227.26562Q190.18414 227.75 190.5904 228.01562Q191.01227 228.28125 191.48102 228.28125Q192.13727 228.28125 192.62164 227.75Q193.10602 227.20312 193.10602 226.28125Q193.10602 225.39062 192.62164 224.875Q192.1529 224.35938 191.43414 224.35938Q190.7154 224.35938 190.2154 224.875Q189.73102 225.39062 189.73102 226.21875ZM195.76227 222.46875Q195.76227 221.54688 196.2154 220.90625Q196.68414 220.26562 197.55914 220.26562Q198.37164 220.26562 198.9029 220.84375Q199.43414 221.42188 199.43414 222.53125Q199.43414 223.625 198.88727 224.21875Q198.35602 224.79688 197.57477 224.79688Q196.79352 224.79688 196.2779 224.21875Q195.76227 223.64062 195.76227 222.46875ZM197.5904 220.98438Q197.19977 220.98438 196.93414 221.32812Q196.68414 221.67188 196.68414 222.57812Q196.68414 223.40625 196.93414 223.75Q197.19977 224.07812 197.5904 224.07812Q197.99664 224.07812 198.24664 223.73438Q198.51227 223.39062 198.51227 222.5Q198.51227 221.65625 198.24664 221.32812Q197.98102 220.98438 197.5904 220.98438ZM197.5904 229.3125L202.29352 220.26562L203.1529 220.26562L198.4654 229.3125L197.5904 229.3125ZM201.30914 226.98438Q201.30914 226.0625 201.76227 225.42188Q202.23102 224.78125 203.12164 224.78125Q203.93414 224.78125 204.4654 225.35938Q204.99664 225.92188 204.99664 227.04688Q204.99664 228.14062 204.44977 228.73438Q203.91852 229.3125 203.12164 229.3125Q202.35602 229.3125 201.82477 228.73438Q201.30914 228.15625 201.30914 226.98438ZM203.1529 225.5Q202.74664 225.5 202.48102 225.84375Q202.23102 226.1875 202.23102 227.09375Q202.23102 227.90625 202.49664 228.25Q202.76227 228.59375 203.1529 228.59375Q203.54352 228.59375 203.80914 228.25Q204.07477 227.90625 204.07477 227.0Q204.07477 226.17188 203.80914 225.84375Q203.54352 225.5 203.1529 225.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M180.75479 253.0L179.70792 253.0L179.70792 246.28125Q179.31729 246.64062 178.69229 247.01562Q178.08292 247.375 177.59854 247.54688L177.59854 246.53125Q178.47354 246.10938 179.12979 245.53125Q179.80167 244.9375 180.08292 244.375L180.75479 244.375L180.75479 253.0ZM183.78604 250.75L184.89542 250.65625Q185.02042 251.46875 185.45792 251.875Q185.91104 252.28125 186.55167 252.28125Q187.30167 252.28125 187.83292 251.70312Q188.36417 251.125 188.36417 250.1875Q188.36417 249.28125 187.84854 248.76562Q187.34854 248.23438 186.52042 248.23438Q186.02042 248.23438 185.59854 248.46875Q185.19229 248.70312 184.95792 249.0625L183.97354 248.9375L184.80167 244.53125L189.08292 244.53125L189.08292 245.53125L185.64542 245.53125L185.19229 247.84375Q185.95792 247.29688 186.80167 247.29688Q187.92667 247.29688 188.69229 248.07812Q189.47354 248.85938 189.47354 250.09375Q189.47354 251.25 188.80167 252.10938Q187.97354 253.14062 186.55167 253.14062Q185.37979 253.14062 184.62979 252.48438Q183.89542 251.82812 183.78604 250.75ZM190.98917 246.46875Q190.98917 245.54688 191.44229 244.90625Q191.91104 244.26562 192.78604 244.26562Q193.59854 244.26562 194.12979 244.84375Q194.66104 245.42188 194.66104 246.53125Q194.66104 247.625 194.11417 248.21875Q193.58292 248.79688 192.80167 248.79688Q192.02042 248.79688 191.50479 248.21875Q190.98917 247.64062 190.98917 246.46875ZM192.81729 244.98438Q192.42667 244.98438 192.16104 245.32812Q191.91104 245.67188 191.91104 246.57812Q191.91104 247.40625 192.16104 247.75Q192.42667 248.07812 192.81729 248.07812Q193.22354 248.07812 193.47354 247.73438Q193.73917 247.39062 193.73917 246.5Q193.73917 245.65625 193.47354 245.32812Q193.20792 244.98438 192.81729 244.98438ZM192.81729 253.3125L197.52042 244.26562L198.37979 244.26562L193.69229 253.3125L192.81729 253.3125ZM196.53604 250.98438Q196.53604 250.0625 196.98917 249.42188Q197.45792 248.78125 198.34854 248.78125Q199.16104 248.78125 199.69229 249.35938Q200.22354 249.92188 200.22354 251.04688Q200.22354 252.14062 199.67667 252.73438Q199.14542 253.3125 198.34854 253.3125Q197.58292 253.3125 197.05167 252.73438Q196.53604 252.15625 196.53604 250.98438ZM198.37979 249.5Q197.97354 249.5 197.70792 249.84375Q197.45792 250.1875 197.45792 251.09375Q197.45792 251.90625 197.72354 252.25Q197.98917 252.59375 198.37979 252.59375Q198.77042 252.59375 199.03604 252.25Q199.30167 251.90625 199.30167 251.0Q199.30167 250.17188 199.03604 249.84375Q198.77042 249.5 198.37979 249.5Z" fill-rule="nonzero"/><path fill="#666666" d="M180.75479 253.0L179.70792 253.0L179.70792 246.28125Q179.31729 246.64062 178.69229 247.01562Q178.08292 247.375 177.59854 247.54688L177.59854 246.53125Q178.47354 246.10938 179.12979 245.53125Q179.80167 244.9375 180.08292 244.375L180.75479 244.375L180.75479 253.0ZM183.78604 250.75L184.89542 250.65625Q185.02042 251.46875 185.45792 251.875Q185.91104 252.28125 186.55167 252.28125Q187.30167 252.28125 187.83292 251.70312Q188.36417 251.125 188.36417 250.1875Q188.36417 249.28125 187.84854 248.76562Q187.34854 248.23438 186.52042 248.23438Q186.02042 248.23438 185.59854 248.46875Q185.19229 248.70312 184.95792 249.0625L183.97354 248.9375L184.80167 244.53125L189.08292 244.53125L189.08292 245.53125L185.64542 245.53125L185.19229 247.84375Q185.95792 247.29688 186.80167 247.29688Q187.92667 247.29688 188.69229 248.07812Q189.47354 248.85938 189.47354 250.09375Q189.47354 251.25 188.80167 252.10938Q187.97354 253.14062 186.55167 253.14062Q185.37979 253.14062 184.62979 252.48438Q183.89542 251.82812 183.78604 250.75ZM190.98917 246.46875Q190.98917 245.54688 191.44229 244.90625Q191.91104 244.26562 192.78604 244.26562Q193.59854 244.26562 194.12979 244.84375Q194.66104 245.42188 194.66104 246.53125Q194.66104 247.625 194.11417 248.21875Q193.58292 248.79688 192.80167 248.79688Q192.02042 248.79688 191.50479 248.21875Q190.98917 247.64062 190.98917 246.46875ZM192.81729 244.98438Q192.42667 244.98438 192.16104 245.32812Q191.91104 245.67188 191.91104 246.57812Q191.91104 247.40625 192.16104 247.75Q192.42667 248.07812 192.81729 248.07812Q193.22354 248.07812 193.47354 247.73438Q193.73917 247.39062 193.73917 246.5Q193.73917 245.65625 193.47354 245.32812Q193.20792 244.98438 192.81729 244.98438ZM192.81729 253.3125L197.52042 244.26562L198.37979 244.26562L193.69229 253.3125L192.81729 253.3125ZM196.53604 250.98438Q196.53604 250.0625 196.98917 249.42188Q197.45792 248.78125 198.34854 248.78125Q199.16104 248.78125 199.69229 249.35938Q200.22354 249.92188 200.22354 251.04688Q200.22354 252.14062 199.67667 252.73438Q199.14542 253.3125 198.34854 253.3125Q197.58292 253.3125 197.05167 252.73438Q196.53604 252.15625 196.53604 250.98438ZM198.37979 249.5Q197.97354 249.5 197.70792 249.84375Q197.45792 250.1875 197.45792 251.09375Q197.45792 251.90625 197.72354 252.25Q197.98917 252.59375 198.37979 252.59375Q198.77042 252.59375 199.03604 252.25Q199.30167 251.90625 199.30167 251.0Q199.30167 250.17188 199.03604 249.84375Q198.77042 249.5 198.37979 249.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.29086 275.98438L225.29086 277.0L219.60336 277.0Q219.60336 276.625 219.72836 276.26562Q219.94711 275.6875 220.41586 275.125Q220.90024 274.5625 221.80649 273.82812Q223.21274 272.67188 223.69711 272.0Q224.19711 271.32812 224.19711 270.73438Q224.19711 270.10938 223.74399 269.6875Q223.29086 269.25 222.57211 269.25Q221.80649 269.25 221.35336 269.70312Q220.90024 270.15625 220.88461 270.96875L219.80649 270.85938Q219.91586 269.64062 220.63461 269.01562Q221.36899 268.375 222.60336 268.375Q223.83774 268.375 224.55649 269.0625Q225.27524 269.75 225.27524 270.76562Q225.27524 271.28125 225.05649 271.78125Q224.85336 272.26562 224.35336 272.82812Q223.86899 273.375 222.74399 274.32812Q221.79086 275.125 221.50961 275.42188Q221.24399 275.70312 221.07211 275.98438L225.29086 275.98438ZM230.11899 277.0L230.11899 274.9375L226.40024 274.9375L226.40024 273.96875L230.32211 268.40625L231.18149 268.40625L231.18149 273.96875L232.33774 273.96875L232.33774 274.9375L231.18149 274.9375L231.18149 277.0L230.11899 277.0ZM230.11899 273.96875L230.11899 270.10938L227.43149 273.96875L230.11899 273.96875ZM233.94711 270.46875Q233.94711 269.54688 234.40024 268.90625Q234.86899 268.26562 235.74399 268.26562Q236.55649 268.26562 237.08774 268.84375Q237.61899 269.42188 237.61899 270.53125Q237.61899 271.625 237.07211 272.21875Q236.54086 272.79688 235.75961 272.79688Q234.97836 272.79688 234.46274 272.21875Q233.94711 271.64062 233.94711 270.46875ZM235.77524 268.98438Q235.38461 268.98438 235.11899 269.32812Q234.86899 269.67188 234.86899 270.57812Q234.86899 271.40625 235.11899 271.75Q235.38461 272.07812 235.77524 272.07812Q236.18149 272.07812 236.43149 271.73438Q236.69711 271.39062 236.69711 270.5Q236.69711 269.65625 236.43149 269.32812Q236.16586 268.98438 235.77524 268.98438ZM235.77524 277.3125L240.47836 268.26562L241.33774 268.26562L236.65024 277.3125L235.77524 277.3125ZM239.49399 274.98438Q239.49399 274.0625 239.94711 273.42188Q240.41586 272.78125 241.30649 272.78125Q242.11899 272.78125 242.65024 273.35938Q243.18149 273.92188 243.18149 275.04688Q243.18149 276.14062 242.63461 276.73438Q242.10336 277.3125 241.30649 277.3125Q240.54086 277.3125 240.00961 276.73438Q239.49399 276.15625 239.49399 274.98438ZM241.33774 273.5Q240.93149 273.5 240.66586 273.84375Q240.41586 274.1875 240.41586 275.09375Q240.41586 275.90625 240.68149 276.25Q240.94711 276.59375 241.33774 276.59375Q241.72836 276.59375 241.99399 276.25Q242.25961 275.90625 242.25961 275.0Q242.25961 274.17188 241.99399 273.84375Q241.72836 273.5 241.33774 273.5Z" fill-rule="nonzero"/><path fill="#666666" d="M225.29086 275.98438L225.29086 277.0L219.60336 277.0Q219.60336 276.625 219.72836 276.26562Q219.94711 275.6875 220.41586 275.125Q220.90024 274.5625 221.80649 273.82812Q223.21274 272.67188 223.69711 272.0Q224.19711 271.32812 224.19711 270.73438Q224.19711 270.10938 223.74399 269.6875Q223.29086 269.25 222.57211 269.25Q221.80649 269.25 221.35336 269.70312Q220.90024 270.15625 220.88461 270.96875L219.80649 270.85938Q219.91586 269.64062 220.63461 269.01562Q221.36899 268.375 222.60336 268.375Q223.83774 268.375 224.55649 269.0625Q225.27524 269.75 225.27524 270.76562Q225.27524 271.28125 225.05649 271.78125Q224.85336 272.26562 224.35336 272.82812Q223.86899 273.375 222.74399 274.32812Q221.79086 275.125 221.50961 275.42188Q221.24399 275.70312 221.07211 275.98438L225.29086 275.98438ZM230.11899 277.0L230.11899 274.9375L226.40024 274.9375L226.40024 273.96875L230.32211 268.40625L231.18149 268.40625L231.18149 273.96875L232.33774 273.96875L232.33774 274.9375L231.18149 274.9375L231.18149 277.0L230.11899 277.0ZM230.11899 273.96875L230.11899 270.10938L227.43149 273.96875L230.11899 273.96875ZM233.94711 270.46875Q233.94711 269.54688 234.40024 268.90625Q234.86899 268.26562 235.74399 268.26562Q236.55649 268.26562 237.08774 268.84375Q237.61899 269.42188 237.61899 270.53125Q237.61899 271.625 237.07211 272.21875Q236.54086 272.79688 235.75961 272.79688Q234.97836 272.79688 234.46274 272.21875Q233.94711 271.64062 233.94711 270.46875ZM235.77524 268.98438Q235.38461 268.98438 235.11899 269.32812Q234.86899 269.67188 234.86899 270.57812Q234.86899 271.40625 235.11899 271.75Q235.38461 272.07812 235.77524 272.07812Q236.18149 272.07812 236.43149 271.73438Q236.69711 271.39062 236.69711 270.5Q236.69711 269.65625 236.43149 269.32812Q236.16586 268.98438 235.77524 268.98438ZM235.77524 277.3125L240.47836 268.26562L241.33774 268.26562L236.65024 277.3125L235.77524 277.3125ZM239.49399 274.98438Q239.49399 274.0625 239.94711 273.42188Q240.41586 272.78125 241.30649 272.78125Q242.11899 272.78125 242.65024 273.35938Q243.18149 273.92188 243.18149 275.04688Q243.18149 276.14062 242.63461 276.73438Q242.10336 277.3125 241.30649 277.3125Q240.54086 277.3125 240.00961 276.73438Q239.49399 276.15625 239.49399 274.98438ZM241.33774 273.5Q240.93149 273.5 240.66586 273.84375Q240.41586 274.1875 240.41586 275.09375Q240.41586 275.90625 240.68149 276.25Q240.94711 276.59375 241.33774 276.59375Q241.72836 276.59375 241.99399 276.25Q242.25961 275.90625 242.25961 275.0Q242.25961 274.17188 241.99399 273.84375Q241.72836 273.5 241.33774 273.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M262.70193 298.73438L263.76443 298.59375Q263.9363 299.48438 264.3738 299.89062Q264.8113 300.28125 265.4363 300.28125Q266.1863 300.28125 266.70193 299.76562Q267.21756 299.25 267.21756 298.48438Q267.21756 297.76562 266.7332 297.29688Q266.26443 296.8125 265.53006 296.8125Q265.2332 296.8125 264.78006 296.9375L264.90506 296.0Q265.01443 296.01562 265.07693 296.01562Q265.7488 296.01562 266.28006 295.67188Q266.82693 295.3125 266.82693 294.57812Q266.82693 294.0 266.4363 293.625Q266.0457 293.23438 265.4207 293.23438Q264.8113 293.23438 264.38943 293.625Q263.9832 294.01562 263.8738 294.78125L262.8113 294.59375Q262.9988 293.54688 263.6863 292.96875Q264.3738 292.375 265.38943 292.375Q266.09256 292.375 266.6863 292.6875Q267.28006 292.98438 267.59256 293.5Q267.90506 294.01562 267.90506 294.60938Q267.90506 295.15625 267.6082 295.625Q267.3113 296.07812 266.7332 296.34375Q267.4832 296.51562 267.90506 297.07812Q268.32693 297.625 268.32693 298.46875Q268.32693 299.59375 267.4988 300.375Q266.6863 301.15625 265.4363 301.15625Q264.3113 301.15625 263.5613 300.48438Q262.8113 299.79688 262.70193 298.73438ZM269.70193 298.73438L270.76443 298.59375Q270.9363 299.48438 271.3738 299.89062Q271.8113 300.28125 272.4363 300.28125Q273.1863 300.28125 273.70193 299.76562Q274.21756 299.25 274.21756 298.48438Q274.21756 297.76562 273.7332 297.29688Q273.26443 296.8125 272.53006 296.8125Q272.2332 296.8125 271.78006 296.9375L271.90506 296.0Q272.01443 296.01562 272.07693 296.01562Q272.7488 296.01562 273.28006 295.67188Q273.82693 295.3125 273.82693 294.57812Q273.82693 294.0 273.4363 293.625Q273.0457 293.23438 272.4207 293.23438Q271.8113 293.23438 271.38943 293.625Q270.9832 294.01562 270.8738 294.78125L269.8113 294.59375Q269.9988 293.54688 270.6863 292.96875Q271.3738 292.375 272.38943 292.375Q273.09256 292.375 273.6863 292.6875Q274.28006 292.98438 274.59256 293.5Q274.90506 294.01562 274.90506 294.60938Q274.90506 295.15625 274.6082 295.625Q274.3113 296.07812 273.7332 296.34375Q274.4832 296.51562 274.90506 297.07812Q275.32693 297.625 275.32693 298.46875Q275.32693 299.59375 274.4988 300.375Q273.6863 301.15625 272.4363 301.15625Q271.3113 301.15625 270.5613 300.48438Q269.8113 299.79688 269.70193 298.73438ZM276.90506 294.46875Q276.90506 293.54688 277.3582 292.90625Q277.82693 292.26562 278.70193 292.26562Q279.51443 292.26562 280.0457 292.84375Q280.57693 293.42188 280.57693 294.53125Q280.57693 295.625 280.03006 296.21875Q279.4988 296.79688 278.71756 296.79688Q277.9363 296.79688 277.4207 296.21875Q276.90506 295.64062 276.90506 294.46875ZM278.7332 292.98438Q278.34256 292.98438 278.07693 293.32812Q277.82693 293.67188 277.82693 294.57812Q277.82693 295.40625 278.07693 295.75Q278.34256 296.07812 278.7332 296.07812Q279.13943 296.07812 279.38943 295.73438Q279.65506 295.39062 279.65506 294.5Q279.65506 293.65625 279.38943 293.32812Q279.1238 292.98438 278.7332 292.98438ZM278.7332 301.3125L283.4363 292.26562L284.2957 292.26562L279.6082 301.3125L278.7332 301.3125ZM282.45193 298.98438Q282.45193 298.0625 282.90506 297.42188Q283.3738 296.78125 284.26443 296.78125Q285.07693 296.78125 285.6082 297.35938Q286.13943 297.92188 286.13943 299.04688Q286.13943 300.14062 285.59256 300.73438Q285.0613 301.3125 284.26443 301.3125Q283.4988 301.3125 282.96756 300.73438Q282.45193 300.15625 282.45193 298.98438ZM284.2957 297.5Q283.88943 297.5 283.6238 297.84375Q283.3738 298.1875 283.3738 299.09375Q283.3738 299.90625 283.63943 300.25Q283.90506 300.59375 284.2957 300.59375Q284.6863 300.59375 284.95193 300.25Q285.21756 299.90625 285.21756 299.0Q285.21756 298.17188 284.95193 297.84375Q284.6863 297.5 284.2957 297.5Z" fill-rule="nonzero"/><path fill="#666666" d="M262.70193 298.73438L263.76443 298.59375Q263.9363 299.48438 264.3738 299.89062Q264.8113 300.28125 265.4363 300.28125Q266.1863 300.28125 266.70193 299.76562Q267.21756 299.25 267.21756 298.48438Q267.21756 297.76562 266.7332 297.29688Q266.26443 296.8125 265.53006 296.8125Q265.2332 296.8125 264.78006 296.9375L264.90506 296.0Q265.01443 296.01562 265.07693 296.01562Q265.7488 296.01562 266.28006 295.67188Q266.82693 295.3125 266.82693 294.57812Q266.82693 294.0 266.4363 293.625Q266.0457 293.23438 265.4207 293.23438Q264.8113 293.23438 264.38943 293.625Q263.9832 294.01562 263.8738 294.78125L262.8113 294.59375Q262.9988 293.54688 263.6863 292.96875Q264.3738 292.375 265.38943 292.375Q266.09256 292.375 266.6863 292.6875Q267.28006 292.98438 267.59256 293.5Q267.90506 294.01562 267.90506 294.60938Q267.90506 295.15625 267.6082 295.625Q267.3113 296.07812 266.7332 296.34375Q267.4832 296.51562 267.90506 297.07812Q268.32693 297.625 268.32693 298.46875Q268.32693 299.59375 267.4988 300.375Q266.6863 301.15625 265.4363 301.15625Q264.3113 301.15625 263.5613 300.48438Q262.8113 299.79688 262.70193 298.73438ZM269.70193 298.73438L270.76443 298.59375Q270.9363 299.48438 271.3738 299.89062Q271.8113 300.28125 272.4363 300.28125Q273.1863 300.28125 273.70193 299.76562Q274.21756 299.25 274.21756 298.48438Q274.21756 297.76562 273.7332 297.29688Q273.26443 296.8125 272.53006 296.8125Q272.2332 296.8125 271.78006 296.9375L271.90506 296.0Q272.01443 296.01562 272.07693 296.01562Q272.7488 296.01562 273.28006 295.67188Q273.82693 295.3125 273.82693 294.57812Q273.82693 294.0 273.4363 293.625Q273.0457 293.23438 272.4207 293.23438Q271.8113 293.23438 271.38943 293.625Q270.9832 294.01562 270.8738 294.78125L269.8113 294.59375Q269.9988 293.54688 270.6863 292.96875Q271.3738 292.375 272.38943 292.375Q273.09256 292.375 273.6863 292.6875Q274.28006 292.98438 274.59256 293.5Q274.90506 294.01562 274.90506 294.60938Q274.90506 295.15625 274.6082 295.625Q274.3113 296.07812 273.7332 296.34375Q274.4832 296.51562 274.90506 297.07812Q275.32693 297.625 275.32693 298.46875Q275.32693 299.59375 274.4988 300.375Q273.6863 301.15625 272.4363 301.15625Q271.3113 301.15625 270.5613 300.48438Q269.8113 299.79688 269.70193 298.73438ZM276.90506 294.46875Q276.90506 293.54688 277.3582 292.90625Q277.82693 292.26562 278.70193 292.26562Q279.51443 292.26562 280.0457 292.84375Q280.57693 293.42188 280.57693 294.53125Q280.57693 295.625 280.03006 296.21875Q279.4988 296.79688 278.71756 296.79688Q277.9363 296.79688 277.4207 296.21875Q276.90506 295.64062 276.90506 294.46875ZM278.7332 292.98438Q278.34256 292.98438 278.07693 293.32812Q277.82693 293.67188 277.82693 294.57812Q277.82693 295.40625 278.07693 295.75Q278.34256 296.07812 278.7332 296.07812Q279.13943 296.07812 279.38943 295.73438Q279.65506 295.39062 279.65506 294.5Q279.65506 293.65625 279.38943 293.32812Q279.1238 292.98438 278.7332 292.98438ZM278.7332 301.3125L283.4363 292.26562L284.2957 292.26562L279.6082 301.3125L278.7332 301.3125ZM282.45193 298.98438Q282.45193 298.0625 282.90506 297.42188Q283.3738 296.78125 284.26443 296.78125Q285.07693 296.78125 285.6082 297.35938Q286.13943 297.92188 286.13943 299.04688Q286.13943 300.14062 285.59256 300.73438Q285.0613 301.3125 284.26443 301.3125Q283.4988 301.3125 282.96756 300.73438Q282.45193 300.15625 282.45193 298.98438ZM284.2957 297.5Q283.88943 297.5 283.6238 297.84375Q283.3738 298.1875 283.3738 299.09375Q283.3738 299.90625 283.63943 300.25Q283.90506 300.59375 284.2957 300.59375Q284.6863 300.59375 284.95193 300.25Q285.21756 299.90625 285.21756 299.0Q285.21756 298.17188 284.95193 297.84375Q284.6863 297.5 284.2957 297.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M166.43547 325.0L165.3886 325.0L165.3886 318.28125Q164.99797 318.64062 164.37297 319.01562Q163.7636 319.375 163.27922 319.54688L163.27922 318.53125Q164.15422 318.10938 164.81047 317.53125Q165.48235 316.9375 165.7636 316.375L166.43547 316.375L166.43547 325.0ZM175.0136 323.98438L175.0136 325.0L169.3261 325.0Q169.3261 324.625 169.4511 324.26562Q169.66985 323.6875 170.1386 323.125Q170.62297 322.5625 171.52922 321.82812Q172.93547 320.67188 173.41985 320.0Q173.91985 319.32812 173.91985 318.73438Q173.91985 318.10938 173.46672 317.6875Q173.0136 317.25 172.29485 317.25Q171.52922 317.25 171.0761 317.70312Q170.62297 318.15625 170.60735 318.96875L169.52922 318.85938Q169.6386 317.64062 170.35735 317.01562Q171.09172 316.375 172.3261 316.375Q173.56047 316.375 174.27922 317.0625Q174.99797 317.75 174.99797 318.76562Q174.99797 319.28125 174.77922 319.78125Q174.5761 320.26562 174.0761 320.82812Q173.59172 321.375 172.46672 322.32812Q171.5136 323.125 171.23235 323.42188Q170.96672 323.70312 170.79485 323.98438L175.0136 323.98438ZM176.66985 318.46875Q176.66985 317.54688 177.12297 316.90625Q177.59172 316.26562 178.46672 316.26562Q179.27922 316.26562 179.81047 316.84375Q180.34172 317.42188 180.34172 318.53125Q180.34172 319.625 179.79485 320.21875Q179.2636 320.79688 178.48235 320.79688Q177.7011 320.79688 177.18547 320.21875Q176.66985 319.64062 176.66985 318.46875ZM178.49797 316.98438Q178.10735 316.98438 177.84172 317.32812Q177.59172 317.67188 177.59172 318.57812Q177.59172 319.40625 177.84172 319.75Q178.10735 320.07812 178.49797 320.07812Q178.90422 320.07812 179.15422 319.73438Q179.41985 319.39062 179.41985 318.5Q179.41985 317.65625 179.15422 317.32812Q178.8886 316.98438 178.49797 316.98438ZM178.49797 325.3125L183.2011 316.26562L184.06047 316.26562L179.37297 325.3125L178.49797 325.3125ZM182.21672 322.98438Q182.21672 322.0625 182.66985 321.42188Q183.1386 320.78125 184.02922 320.78125Q184.84172 320.78125 185.37297 321.35938Q185.90422 321.92188 185.90422 323.04688Q185.90422 324.14062 185.35735 324.73438Q184.8261 325.3125 184.02922 325.3125Q183.2636 325.3125 182.73235 324.73438Q182.21672 324.15625 182.21672 322.98438ZM184.06047 321.5Q183.65422 321.5 183.3886 321.84375Q183.1386 322.1875 183.1386 323.09375Q183.1386 323.90625 183.40422 324.25Q183.66985 324.59375 184.06047 324.59375Q184.4511 324.59375 184.71672 324.25Q184.98235 323.90625 184.98235 323.0Q184.98235 322.17188 184.71672 321.84375Q184.4511 321.5 184.06047 321.5Z" fill-rule="nonzero"/><path fill="#666666" d="M166.43547 325.0L165.3886 325.0L165.3886 318.28125Q164.99797 318.64062 164.37297 319.01562Q163.7636 319.375 163.27922 319.54688L163.27922 318.53125Q164.15422 318.10938 164.81047 317.53125Q165.48235 316.9375 165.7636 316.375L166.43547 316.375L166.43547 325.0ZM175.0136 323.98438L175.0136 325.0L169.3261 325.0Q169.3261 324.625 169.4511 324.26562Q169.66985 323.6875 170.1386 323.125Q170.62297 322.5625 171.52922 321.82812Q172.93547 320.67188 173.41985 320.0Q173.91985 319.32812 173.91985 318.73438Q173.91985 318.10938 173.46672 317.6875Q173.0136 317.25 172.29485 317.25Q171.52922 317.25 171.0761 317.70312Q170.62297 318.15625 170.60735 318.96875L169.52922 318.85938Q169.6386 317.64062 170.35735 317.01562Q171.09172 316.375 172.3261 316.375Q173.56047 316.375 174.27922 317.0625Q174.99797 317.75 174.99797 318.76562Q174.99797 319.28125 174.77922 319.78125Q174.5761 320.26562 174.0761 320.82812Q173.59172 321.375 172.46672 322.32812Q171.5136 323.125 171.23235 323.42188Q170.96672 323.70312 170.79485 323.98438L175.0136 323.98438ZM176.66985 318.46875Q176.66985 317.54688 177.12297 316.90625Q177.59172 316.26562 178.46672 316.26562Q179.27922 316.26562 179.81047 316.84375Q180.34172 317.42188 180.34172 318.53125Q180.34172 319.625 179.79485 320.21875Q179.2636 320.79688 178.48235 320.79688Q177.7011 320.79688 177.18547 320.21875Q176.66985 319.64062 176.66985 318.46875ZM178.49797 316.98438Q178.10735 316.98438 177.84172 317.32812Q177.59172 317.67188 177.59172 318.57812Q177.59172 319.40625 177.84172 319.75Q178.10735 320.07812 178.49797 320.07812Q178.90422 320.07812 179.15422 319.73438Q179.41985 319.39062 179.41985 318.5Q179.41985 317.65625 179.15422 317.32812Q178.8886 316.98438 178.49797 316.98438ZM178.49797 325.3125L183.2011 316.26562L184.06047 316.26562L179.37297 325.3125L178.49797 325.3125ZM182.21672 322.98438Q182.21672 322.0625 182.66985 321.42188Q183.1386 320.78125 184.02922 320.78125Q184.84172 320.78125 185.37297 321.35938Q185.90422 321.92188 185.90422 323.04688Q185.90422 324.14062 185.35735 324.73438Q184.8261 325.3125 184.02922 325.3125Q183.2636 325.3125 182.73235 324.73438Q182.21672 324.15625 182.21672 322.98438ZM184.06047 321.5Q183.65422 321.5 183.3886 321.84375Q183.1386 322.1875 183.1386 323.09375Q183.1386 323.90625 183.40422 324.25Q183.66985 324.59375 184.06047 324.59375Q184.4511 324.59375 184.71672 324.25Q184.98235 323.90625 184.98235 323.0Q184.98235 322.17188 184.71672 321.84375Q184.4511 321.5 184.06047 321.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M129.05498 346.75L130.16435 346.65625Q130.28935 347.46875 130.72685 347.875Q131.17998 348.28125 131.8206 348.28125Q132.5706 348.28125 133.10185 347.70312Q133.6331 347.125 133.6331 346.1875Q133.6331 345.28125 133.11748 344.76562Q132.61748 344.23438 131.78935 344.23438Q131.28935 344.23438 130.86748 344.46875Q130.46123 344.70312 130.22685 345.0625L129.24248 344.9375L130.0706 340.53125L134.35185 340.53125L134.35185 341.53125L130.91435 341.53125L130.46123 343.84375Q131.22685 343.29688 132.0706 343.29688Q133.1956 343.29688 133.96123 344.07812Q134.74248 344.85938 134.74248 346.09375Q134.74248 347.25 134.0706 348.10938Q133.24248 349.14062 131.8206 349.14062Q130.64873 349.14062 129.89873 348.48438Q129.16435 347.82812 129.05498 346.75ZM136.2581 342.46875Q136.2581 341.54688 136.71123 340.90625Q137.17998 340.26562 138.05498 340.26562Q138.86748 340.26562 139.39873 340.84375Q139.92998 341.42188 139.92998 342.53125Q139.92998 343.625 139.3831 344.21875Q138.85185 344.79688 138.0706 344.79688Q137.28935 344.79688 136.77373 344.21875Q136.2581 343.64062 136.2581 342.46875ZM138.08623 340.98438Q137.6956 340.98438 137.42998 341.32812Q137.17998 341.67188 137.17998 342.57812Q137.17998 343.40625 137.42998 343.75Q137.6956 344.07812 138.08623 344.07812Q138.49248 344.07812 138.74248 343.73438Q139.0081 343.39062 139.0081 342.5Q139.0081 341.65625 138.74248 341.32812Q138.47685 340.98438 138.08623 340.98438ZM138.08623 349.3125L142.78935 340.26562L143.64873 340.26562L138.96123 349.3125L138.08623 349.3125ZM141.80498 346.98438Q141.80498 346.0625 142.2581 345.42188Q142.72685 344.78125 143.61748 344.78125Q144.42998 344.78125 144.96123 345.35938Q145.49248 345.92188 145.49248 347.04688Q145.49248 348.14062 144.9456 348.73438Q144.41435 349.3125 143.61748 349.3125Q142.85185 349.3125 142.3206 348.73438Q141.80498 348.15625 141.80498 346.98438ZM143.64873 345.5Q143.24248 345.5 142.97685 345.84375Q142.72685 346.1875 142.72685 347.09375Q142.72685 347.90625 142.99248 348.25Q143.2581 348.59375 143.64873 348.59375Q144.03935 348.59375 144.30498 348.25Q144.5706 347.90625 144.5706 347.0Q144.5706 346.17188 144.30498 345.84375Q144.03935 345.5 143.64873 345.5Z" fill-rule="nonzero"/><path fill="#666666" d="M129.05498 346.75L130.16435 346.65625Q130.28935 347.46875 130.72685 347.875Q131.17998 348.28125 131.8206 348.28125Q132.5706 348.28125 133.10185 347.70312Q133.6331 347.125 133.6331 346.1875Q133.6331 345.28125 133.11748 344.76562Q132.61748 344.23438 131.78935 344.23438Q131.28935 344.23438 130.86748 344.46875Q130.46123 344.70312 130.22685 345.0625L129.24248 344.9375L130.0706 340.53125L134.35185 340.53125L134.35185 341.53125L130.91435 341.53125L130.46123 343.84375Q131.22685 343.29688 132.0706 343.29688Q133.1956 343.29688 133.96123 344.07812Q134.74248 344.85938 134.74248 346.09375Q134.74248 347.25 134.0706 348.10938Q133.24248 349.14062 131.8206 349.14062Q130.64873 349.14062 129.89873 348.48438Q129.16435 347.82812 129.05498 346.75ZM136.2581 342.46875Q136.2581 341.54688 136.71123 340.90625Q137.17998 340.26562 138.05498 340.26562Q138.86748 340.26562 139.39873 340.84375Q139.92998 341.42188 139.92998 342.53125Q139.92998 343.625 139.3831 344.21875Q138.85185 344.79688 138.0706 344.79688Q137.28935 344.79688 136.77373 344.21875Q136.2581 343.64062 136.2581 342.46875ZM138.08623 340.98438Q137.6956 340.98438 137.42998 341.32812Q137.17998 341.67188 137.17998 342.57812Q137.17998 343.40625 137.42998 343.75Q137.6956 344.07812 138.08623 344.07812Q138.49248 344.07812 138.74248 343.73438Q139.0081 343.39062 139.0081 342.5Q139.0081 341.65625 138.74248 341.32812Q138.47685 340.98438 138.08623 340.98438ZM138.08623 349.3125L142.78935 340.26562L143.64873 340.26562L138.96123 349.3125L138.08623 349.3125ZM141.80498 346.98438Q141.80498 346.0625 142.2581 345.42188Q142.72685 344.78125 143.61748 344.78125Q144.42998 344.78125 144.96123 345.35938Q145.49248 345.92188 145.49248 347.04688Q145.49248 348.14062 144.9456 348.73438Q144.41435 349.3125 143.61748 349.3125Q142.85185 349.3125 142.3206 348.73438Q141.80498 348.15625 141.80498 346.98438ZM143.64873 345.5Q143.24248 345.5 142.97685 345.84375Q142.72685 346.1875 142.72685 347.09375Q142.72685 347.90625 142.99248 348.25Q143.2581 348.59375 143.64873 348.59375Q144.03935 348.59375 144.30498 348.25Q144.5706 347.90625 144.5706 347.0Q144.5706 346.17188 144.30498 345.84375Q144.03935 345.5 143.64873 345.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M125.270325 373.0L125.270325 370.9375L121.551575 370.9375L121.551575 369.96875L125.47345 364.40625L126.332825 364.40625L126.332825 369.96875L127.489075 369.96875L127.489075 370.9375L126.332825 370.9375L126.332825 373.0L125.270325 373.0ZM125.270325 369.96875L125.270325 366.10938L122.582825 369.96875L125.270325 369.96875ZM129.09845 366.46875Q129.09845 365.54688 129.55157 364.90625Q130.02032 364.26562 130.89532 364.26562Q131.70782 364.26562 132.23907 364.84375Q132.77032 365.42188 132.77032 366.53125Q132.77032 367.625 132.22345 368.21875Q131.6922 368.79688 130.91095 368.79688Q130.1297 368.79688 129.61407 368.21875Q129.09845 367.64062 129.09845 366.46875ZM130.92657 364.98438Q130.53595 364.98438 130.27032 365.32812Q130.02032 365.67188 130.02032 366.57812Q130.02032 367.40625 130.27032 367.75Q130.53595 368.07812 130.92657 368.07812Q131.33282 368.07812 131.58282 367.73438Q131.84845 367.39062 131.84845 366.5Q131.84845 365.65625 131.58282 365.32812Q131.3172 364.98438 130.92657 364.98438ZM130.92657 373.3125L135.6297 364.26562L136.48907 364.26562L131.80157 373.3125L130.92657 373.3125ZM134.64532 370.98438Q134.64532 370.0625 135.09845 369.42188Q135.5672 368.78125 136.45782 368.78125Q137.27032 368.78125 137.80157 369.35938Q138.33282 369.92188 138.33282 371.04688Q138.33282 372.14062 137.78595 372.73438Q137.2547 373.3125 136.45782 373.3125Q135.6922 373.3125 135.16095 372.73438Q134.64532 372.15625 134.64532 370.98438ZM136.48907 369.5Q136.08282 369.5 135.8172 369.84375Q135.5672 370.1875 135.5672 371.09375Q135.5672 371.90625 135.83282 372.25Q136.09845 372.59375 136.48907 372.59375Q136.8797 372.59375 137.14532 372.25Q137.41095 371.90625 137.41095 371.0Q137.41095 370.17188 137.14532 369.84375Q136.8797 369.5 136.48907 369.5Z" fill-rule="nonzero"/><path fill="#666666" d="M125.270325 373.0L125.270325 370.9375L121.551575 370.9375L121.551575 369.96875L125.47345 364.40625L126.332825 364.40625L126.332825 369.96875L127.489075 369.96875L127.489075 370.9375L126.332825 370.9375L126.332825 373.0L125.270325 373.0ZM125.270325 369.96875L125.270325 366.10938L122.582825 369.96875L125.270325 369.96875ZM129.09845 366.46875Q129.09845 365.54688 129.55157 364.90625Q130.02032 364.26562 130.89532 364.26562Q131.70782 364.26562 132.23907 364.84375Q132.77032 365.42188 132.77032 366.53125Q132.77032 367.625 132.22345 368.21875Q131.6922 368.79688 130.91095 368.79688Q130.1297 368.79688 129.61407 368.21875Q129.09845 367.64062 129.09845 366.46875ZM130.92657 364.98438Q130.53595 364.98438 130.27032 365.32812Q130.02032 365.67188 130.02032 366.57812Q130.02032 367.40625 130.27032 367.75Q130.53595 368.07812 130.92657 368.07812Q131.33282 368.07812 131.58282 367.73438Q131.84845 367.39062 131.84845 366.5Q131.84845 365.65625 131.58282 365.32812Q131.3172 364.98438 130.92657 364.98438ZM130.92657 373.3125L135.6297 364.26562L136.48907 364.26562L131.80157 373.3125L130.92657 373.3125ZM134.64532 370.98438Q134.64532 370.0625 135.09845 369.42188Q135.5672 368.78125 136.45782 368.78125Q137.27032 368.78125 137.80157 369.35938Q138.33282 369.92188 138.33282 371.04688Q138.33282 372.14062 137.78595 372.73438Q137.2547 373.3125 136.45782 373.3125Q135.6922 373.3125 135.16095 372.73438Q134.64532 372.15625 134.64532 370.98438ZM136.48907 369.5Q136.08282 369.5 135.8172 369.84375Q135.5672 370.1875 135.5672 371.09375Q135.5672 371.90625 135.83282 372.25Q136.09845 372.59375 136.48907 372.59375Q136.8797 372.59375 137.14532 372.25Q137.41095 371.90625 137.41095 371.0Q137.41095 370.17188 137.14532 369.84375Q136.8797 369.5 136.48907 369.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M128.13419 397.0L128.13419 394.9375L124.415436 394.9375L124.415436 393.96875L128.33731 388.40625L129.19669 388.40625L129.19669 393.96875L130.35294 393.96875L130.35294 394.9375L129.19669 394.9375L129.19669 397.0L128.13419 397.0ZM128.13419 393.96875L128.13419 390.10938L125.446686 393.96875L128.13419 393.96875ZM131.96231 390.46875Q131.96231 389.54688 132.41544 388.90625Q132.88419 388.26562 133.75919 388.26562Q134.57169 388.26562 135.10294 388.84375Q135.63419 389.42188 135.63419 390.53125Q135.63419 391.625 135.08731 392.21875Q134.55606 392.79688 133.77481 392.79688Q132.99356 392.79688 132.47794 392.21875Q131.96231 391.64062 131.96231 390.46875ZM133.79044 388.98438Q133.39981 388.98438 133.13419 389.32812Q132.88419 389.67188 132.88419 390.57812Q132.88419 391.40625 133.13419 391.75Q133.39981 392.07812 133.79044 392.07812Q134.19669 392.07812 134.44669 391.73438Q134.71231 391.39062 134.71231 390.5Q134.71231 389.65625 134.44669 389.32812Q134.18106 388.98438 133.79044 388.98438ZM133.79044 397.3125L138.49356 388.26562L139.35294 388.26562L134.66544 397.3125L133.79044 397.3125ZM137.50919 394.98438Q137.50919 394.0625 137.96231 393.42188Q138.43106 392.78125 139.32169 392.78125Q140.13419 392.78125 140.66544 393.35938Q141.19669 393.92188 141.19669 395.04688Q141.19669 396.14062 140.64981 396.73438Q140.11856 397.3125 139.32169 397.3125Q138.55606 397.3125 138.02481 396.73438Q137.50919 396.15625 137.50919 394.98438ZM139.35294 393.5Q138.94669 393.5 138.68106 393.84375Q138.43106 394.1875 138.43106 395.09375Q138.43106 395.90625 138.69669 396.25Q138.96231 396.59375 139.35294 396.59375Q139.74356 396.59375 140.00919 396.25Q140.27481 395.90625 140.27481 395.0Q140.27481 394.17188 140.00919 393.84375Q139.74356 393.5 139.35294 393.5Z" fill-rule="nonzero"/><path fill="#666666" d="M128.13419 397.0L128.13419 394.9375L124.415436 394.9375L124.415436 393.96875L128.33731 388.40625L129.19669 388.40625L129.19669 393.96875L130.35294 393.96875L130.35294 394.9375L129.19669 394.9375L129.19669 397.0L128.13419 397.0ZM128.13419 393.96875L128.13419 390.10938L125.446686 393.96875L128.13419 393.96875ZM131.96231 390.46875Q131.96231 389.54688 132.41544 388.90625Q132.88419 388.26562 133.75919 388.26562Q134.57169 388.26562 135.10294 388.84375Q135.63419 389.42188 135.63419 390.53125Q135.63419 391.625 135.08731 392.21875Q134.55606 392.79688 133.77481 392.79688Q132.99356 392.79688 132.47794 392.21875Q131.96231 391.64062 131.96231 390.46875ZM133.79044 388.98438Q133.39981 388.98438 133.13419 389.32812Q132.88419 389.67188 132.88419 390.57812Q132.88419 391.40625 133.13419 391.75Q133.39981 392.07812 133.79044 392.07812Q134.19669 392.07812 134.44669 391.73438Q134.71231 391.39062 134.71231 390.5Q134.71231 389.65625 134.44669 389.32812Q134.18106 388.98438 133.79044 388.98438ZM133.79044 397.3125L138.49356 388.26562L139.35294 388.26562L134.66544 397.3125L133.79044 397.3125ZM137.50919 394.98438Q137.50919 394.0625 137.96231 393.42188Q138.43106 392.78125 139.32169 392.78125Q140.13419 392.78125 140.66544 393.35938Q141.19669 393.92188 141.19669 395.04688Q141.19669 396.14062 140.64981 396.73438Q140.11856 397.3125 139.32169 397.3125Q138.55606 397.3125 138.02481 396.73438Q137.50919 396.15625 137.50919 394.98438ZM139.35294 393.5Q138.94669 393.5 138.68106 393.84375Q138.43106 394.1875 138.43106 395.09375Q138.43106 395.90625 138.69669 396.25Q138.96231 396.59375 139.35294 396.59375Q139.74356 396.59375 140.00919 396.25Q140.27481 395.90625 140.27481 395.0Q140.27481 394.17188 140.00919 393.84375Q139.74356 393.5 139.35294 393.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M127.656876 421.0L127.656876 418.9375L123.938126 418.9375L123.938126 417.96875L127.86 412.40625L128.71938 412.40625L128.71938 417.96875L129.87563 417.96875L129.87563 418.9375L128.71938 418.9375L128.71938 421.0L127.656876 421.0ZM127.656876 417.96875L127.656876 414.10938L124.969376 417.96875L127.656876 417.96875ZM131.485 414.46875Q131.485 413.54688 131.93813 412.90625Q132.40688 412.26562 133.28188 412.26562Q134.09438 412.26562 134.62563 412.84375Q135.15688 413.42188 135.15688 414.53125Q135.15688 415.625 134.61 416.21875Q134.07875 416.79688 133.2975 416.79688Q132.51625 416.79688 132.00063 416.21875Q131.485 415.64062 131.485 414.46875ZM133.31313 412.98438Q132.9225 412.98438 132.65688 413.32812Q132.40688 413.67188 132.40688 414.57812Q132.40688 415.40625 132.65688 415.75Q132.9225 416.07812 133.31313 416.07812Q133.71938 416.07812 133.96938 415.73438Q134.235 415.39062 134.235 414.5Q134.235 413.65625 133.96938 413.32812Q133.70375 412.98438 133.31313 412.98438ZM133.31313 421.3125L138.01625 412.26562L138.87563 412.26562L134.18813 421.3125L133.31313 421.3125ZM137.03188 418.98438Q137.03188 418.0625 137.485 417.42188Q137.95375 416.78125 138.84438 416.78125Q139.65688 416.78125 140.18813 417.35938Q140.71938 417.92188 140.71938 419.04688Q140.71938 420.14062 140.1725 420.73438Q139.64125 421.3125 138.84438 421.3125Q138.07875 421.3125 137.5475 420.73438Q137.03188 420.15625 137.03188 418.98438ZM138.87563 417.5Q138.46938 417.5 138.20375 417.84375Q137.95375 418.1875 137.95375 419.09375Q137.95375 419.90625 138.21938 420.25Q138.485 420.59375 138.87563 420.59375Q139.26625 420.59375 139.53188 420.25Q139.7975 419.90625 139.7975 419.0Q139.7975 418.17188 139.53188 417.84375Q139.26625 417.5 138.87563 417.5Z" fill-rule="nonzero"/><path fill="#666666" d="M127.656876 421.0L127.656876 418.9375L123.938126 418.9375L123.938126 417.96875L127.86 412.40625L128.71938 412.40625L128.71938 417.96875L129.87563 417.96875L129.87563 418.9375L128.71938 418.9375L128.71938 421.0L127.656876 421.0ZM127.656876 417.96875L127.656876 414.10938L124.969376 417.96875L127.656876 417.96875ZM131.485 414.46875Q131.485 413.54688 131.93813 412.90625Q132.40688 412.26562 133.28188 412.26562Q134.09438 412.26562 134.62563 412.84375Q135.15688 413.42188 135.15688 414.53125Q135.15688 415.625 134.61 416.21875Q134.07875 416.79688 133.2975 416.79688Q132.51625 416.79688 132.00063 416.21875Q131.485 415.64062 131.485 414.46875ZM133.31313 412.98438Q132.9225 412.98438 132.65688 413.32812Q132.40688 413.67188 132.40688 414.57812Q132.40688 415.40625 132.65688 415.75Q132.9225 416.07812 133.31313 416.07812Q133.71938 416.07812 133.96938 415.73438Q134.235 415.39062 134.235 414.5Q134.235 413.65625 133.96938 413.32812Q133.70375 412.98438 133.31313 412.98438ZM133.31313 421.3125L138.01625 412.26562L138.87563 412.26562L134.18813 421.3125L133.31313 421.3125ZM137.03188 418.98438Q137.03188 418.0625 137.485 417.42188Q137.95375 416.78125 138.84438 416.78125Q139.65688 416.78125 140.18813 417.35938Q140.71938 417.92188 140.71938 419.04688Q140.71938 420.14062 140.1725 420.73438Q139.64125 421.3125 138.84438 421.3125Q138.07875 421.3125 137.5475 420.73438Q137.03188 420.15625 137.03188 418.98438ZM138.87563 417.5Q138.46938 417.5 138.20375 417.84375Q137.95375 418.1875 137.95375 419.09375Q137.95375 419.90625 138.21938 420.25Q138.485 420.59375 138.87563 420.59375Q139.26625 420.59375 139.53188 420.25Q139.7975 419.90625 139.7975 419.0Q139.7975 418.17188 139.53188 417.84375Q139.26625 417.5 138.87563 417.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M118.076836 442.73438L119.139336 442.59375Q119.31121 443.48438 119.74871 443.89062Q120.18621 444.28125 120.81121 444.28125Q121.56121 444.28125 122.076836 443.76562Q122.59246 443.25 122.59246 442.48438Q122.59246 441.76562 122.108086 441.29688Q121.639336 440.8125 120.90496 440.8125Q120.608086 440.8125 120.15496 440.9375L120.27996 440.0Q120.389336 440.01562 120.451836 440.01562Q121.12371 440.01562 121.65496 439.67188Q122.201836 439.3125 122.201836 438.57812Q122.201836 438.0 121.81121 437.625Q121.420586 437.23438 120.795586 437.23438Q120.18621 437.23438 119.764336 437.625Q119.358086 438.01562 119.24871 438.78125L118.18621 438.59375Q118.37371 437.54688 119.06121 436.96875Q119.74871 436.375 120.764336 436.375Q121.46746 436.375 122.06121 436.6875Q122.65496 436.98438 122.96746 437.5Q123.27996 438.01562 123.27996 438.60938Q123.27996 439.15625 122.983086 439.625Q122.68621 440.07812 122.108086 440.34375Q122.858086 440.51562 123.27996 441.07812Q123.701836 441.625 123.701836 442.46875Q123.701836 443.59375 122.87371 444.375Q122.06121 445.15625 120.81121 445.15625Q119.68621 445.15625 118.93621 444.48438Q118.18621 443.79688 118.076836 442.73438ZM125.27996 438.46875Q125.27996 437.54688 125.733086 436.90625Q126.201836 436.26562 127.076836 436.26562Q127.889336 436.26562 128.4206 436.84375Q128.95184 437.42188 128.95184 438.53125Q128.95184 439.625 128.40497 440.21875Q127.87371 440.79688 127.09246 440.79688Q126.31121 440.79688 125.795586 440.21875Q125.27996 439.64062 125.27996 438.46875ZM127.108086 436.98438Q126.71746 436.98438 126.451836 437.32812Q126.201836 437.67188 126.201836 438.57812Q126.201836 439.40625 126.451836 439.75Q126.71746 440.07812 127.108086 440.07812Q127.514336 440.07812 127.764336 439.73438Q128.02997 439.39062 128.02997 438.5Q128.02997 437.65625 127.764336 437.32812Q127.49871 436.98438 127.108086 436.98438ZM127.108086 445.3125L131.81122 436.26562L132.6706 436.26562L127.983086 445.3125L127.108086 445.3125ZM130.82684 442.98438Q130.82684 442.0625 131.27997 441.42188Q131.74872 440.78125 132.63934 440.78125Q133.45184 440.78125 133.9831 441.35938Q134.51434 441.92188 134.51434 443.04688Q134.51434 444.14062 133.96747 444.73438Q133.43622 445.3125 132.63934 445.3125Q131.87372 445.3125 131.34247 444.73438Q130.82684 444.15625 130.82684 442.98438ZM132.6706 441.5Q132.26434 441.5 131.99872 441.84375Q131.74872 442.1875 131.74872 443.09375Q131.74872 443.90625 132.01434 444.25Q132.27997 444.59375 132.6706 444.59375Q133.06122 444.59375 133.32684 444.25Q133.59247 443.90625 133.59247 443.0Q133.59247 442.17188 133.32684 441.84375Q133.06122 441.5 132.6706 441.5Z" fill-rule="nonzero"/><path fill="#666666" d="M118.076836 442.73438L119.139336 442.59375Q119.31121 443.48438 119.74871 443.89062Q120.18621 444.28125 120.81121 444.28125Q121.56121 444.28125 122.076836 443.76562Q122.59246 443.25 122.59246 442.48438Q122.59246 441.76562 122.108086 441.29688Q121.639336 440.8125 120.90496 440.8125Q120.608086 440.8125 120.15496 440.9375L120.27996 440.0Q120.389336 440.01562 120.451836 440.01562Q121.12371 440.01562 121.65496 439.67188Q122.201836 439.3125 122.201836 438.57812Q122.201836 438.0 121.81121 437.625Q121.420586 437.23438 120.795586 437.23438Q120.18621 437.23438 119.764336 437.625Q119.358086 438.01562 119.24871 438.78125L118.18621 438.59375Q118.37371 437.54688 119.06121 436.96875Q119.74871 436.375 120.764336 436.375Q121.46746 436.375 122.06121 436.6875Q122.65496 436.98438 122.96746 437.5Q123.27996 438.01562 123.27996 438.60938Q123.27996 439.15625 122.983086 439.625Q122.68621 440.07812 122.108086 440.34375Q122.858086 440.51562 123.27996 441.07812Q123.701836 441.625 123.701836 442.46875Q123.701836 443.59375 122.87371 444.375Q122.06121 445.15625 120.81121 445.15625Q119.68621 445.15625 118.93621 444.48438Q118.18621 443.79688 118.076836 442.73438ZM125.27996 438.46875Q125.27996 437.54688 125.733086 436.90625Q126.201836 436.26562 127.076836 436.26562Q127.889336 436.26562 128.4206 436.84375Q128.95184 437.42188 128.95184 438.53125Q128.95184 439.625 128.40497 440.21875Q127.87371 440.79688 127.09246 440.79688Q126.31121 440.79688 125.795586 440.21875Q125.27996 439.64062 125.27996 438.46875ZM127.108086 436.98438Q126.71746 436.98438 126.451836 437.32812Q126.201836 437.67188 126.201836 438.57812Q126.201836 439.40625 126.451836 439.75Q126.71746 440.07812 127.108086 440.07812Q127.514336 440.07812 127.764336 439.73438Q128.02997 439.39062 128.02997 438.5Q128.02997 437.65625 127.764336 437.32812Q127.49871 436.98438 127.108086 436.98438ZM127.108086 445.3125L131.81122 436.26562L132.6706 436.26562L127.983086 445.3125L127.108086 445.3125ZM130.82684 442.98438Q130.82684 442.0625 131.27997 441.42188Q131.74872 440.78125 132.63934 440.78125Q133.45184 440.78125 133.9831 441.35938Q134.51434 441.92188 134.51434 443.04688Q134.51434 444.14062 133.96747 444.73438Q133.43622 445.3125 132.63934 445.3125Q131.87372 445.3125 131.34247 444.73438Q130.82684 444.15625 130.82684 442.98438ZM132.6706 441.5Q132.26434 441.5 131.99872 441.84375Q131.74872 442.1875 131.74872 443.09375Q131.74872 443.90625 132.01434 444.25Q132.27997 444.59375 132.6706 444.59375Q133.06122 444.59375 133.32684 444.25Q133.59247 443.90625 133.59247 443.0Q133.59247 442.17188 133.32684 441.84375Q133.06122 441.5 132.6706 441.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M137.70908 461.53125L137.70908 460.51562L143.27158 460.51562L143.27158 461.34375Q142.45908 462.21875 141.64658 463.67188Q140.8497 465.10938 140.4122 466.64062Q140.08408 467.71875 140.00595 469.0L138.9122 469.0Q138.92783 467.98438 139.30283 466.54688Q139.69345 465.10938 140.39658 463.78125Q141.11533 462.45312 141.92783 461.53125L137.70908 461.53125ZM144.8497 462.46875Q144.8497 461.54688 145.30283 460.90625Q145.77158 460.26562 146.64658 460.26562Q147.45908 460.26562 147.99033 460.84375Q148.52158 461.42188 148.52158 462.53125Q148.52158 463.625 147.9747 464.21875Q147.44345 464.79688 146.6622 464.79688Q145.88095 464.79688 145.36533 464.21875Q144.8497 463.64062 144.8497 462.46875ZM146.67783 460.98438Q146.2872 460.98438 146.02158 461.32812Q145.77158 461.67188 145.77158 462.57812Q145.77158 463.40625 146.02158 463.75Q146.2872 464.07812 146.67783 464.07812Q147.08408 464.07812 147.33408 463.73438Q147.5997 463.39062 147.5997 462.5Q147.5997 461.65625 147.33408 461.32812Q147.06845 460.98438 146.67783 460.98438ZM146.67783 469.3125L151.38095 460.26562L152.24033 460.26562L147.55283 469.3125L146.67783 469.3125ZM150.39658 466.98438Q150.39658 466.0625 150.8497 465.42188Q151.31845 464.78125 152.20908 464.78125Q153.02158 464.78125 153.55283 465.35938Q154.08408 465.92188 154.08408 467.04688Q154.08408 468.14062 153.5372 468.73438Q153.00595 469.3125 152.20908 469.3125Q151.44345 469.3125 150.9122 468.73438Q150.39658 468.15625 150.39658 466.98438ZM152.24033 465.5Q151.83408 465.5 151.56845 465.84375Q151.31845 466.1875 151.31845 467.09375Q151.31845 467.90625 151.58408 468.25Q151.8497 468.59375 152.24033 468.59375Q152.63095 468.59375 152.89658 468.25Q153.1622 467.90625 153.1622 467.0Q153.1622 466.17188 152.89658 465.84375Q152.63095 465.5 152.24033 465.5Z" fill-rule="nonzero"/><path fill="#666666" d="M137.70908 461.53125L137.70908 460.51562L143.27158 460.51562L143.27158 461.34375Q142.45908 462.21875 141.64658 463.67188Q140.8497 465.10938 140.4122 466.64062Q140.08408 467.71875 140.00595 469.0L138.9122 469.0Q138.92783 467.98438 139.30283 466.54688Q139.69345 465.10938 140.39658 463.78125Q141.11533 462.45312 141.92783 461.53125L137.70908 461.53125ZM144.8497 462.46875Q144.8497 461.54688 145.30283 460.90625Q145.77158 460.26562 146.64658 460.26562Q147.45908 460.26562 147.99033 460.84375Q148.52158 461.42188 148.52158 462.53125Q148.52158 463.625 147.9747 464.21875Q147.44345 464.79688 146.6622 464.79688Q145.88095 464.79688 145.36533 464.21875Q144.8497 463.64062 144.8497 462.46875ZM146.67783 460.98438Q146.2872 460.98438 146.02158 461.32812Q145.77158 461.67188 145.77158 462.57812Q145.77158 463.40625 146.02158 463.75Q146.2872 464.07812 146.67783 464.07812Q147.08408 464.07812 147.33408 463.73438Q147.5997 463.39062 147.5997 462.5Q147.5997 461.65625 147.33408 461.32812Q147.06845 460.98438 146.67783 460.98438ZM146.67783 469.3125L151.38095 460.26562L152.24033 460.26562L147.55283 469.3125L146.67783 469.3125ZM150.39658 466.98438Q150.39658 466.0625 150.8497 465.42188Q151.31845 464.78125 152.20908 464.78125Q153.02158 464.78125 153.55283 465.35938Q154.08408 465.92188 154.08408 467.04688Q154.08408 468.14062 153.5372 468.73438Q153.00595 469.3125 152.20908 469.3125Q151.44345 469.3125 150.9122 468.73438Q150.39658 468.15625 150.39658 466.98438ZM152.24033 465.5Q151.83408 465.5 151.56845 465.84375Q151.31845 466.1875 151.31845 467.09375Q151.31845 467.90625 151.58408 468.25Q151.8497 468.59375 152.24033 468.59375Q152.63095 468.59375 152.89658 468.25Q153.1622 467.90625 153.1622 467.0Q153.1622 466.17188 152.89658 465.84375Q152.63095 465.5 152.24033 465.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M120.75985 491.98438L120.75985 493.0L115.07235 493.0Q115.07235 492.625 115.19735 492.26562Q115.4161 491.6875 115.88485 491.125Q116.369225 490.5625 117.275475 489.82812Q118.681725 488.67188 119.1661 488.0Q119.6661 487.32812 119.6661 486.73438Q119.6661 486.10938 119.212975 485.6875Q118.75985 485.25 118.0411 485.25Q117.275475 485.25 116.82235 485.70312Q116.369225 486.15625 116.3536 486.96875L115.275475 486.85938Q115.38485 485.64062 116.1036 485.01562Q116.837975 484.375 118.07235 484.375Q119.306725 484.375 120.025475 485.0625Q120.744225 485.75 120.744225 486.76562Q120.744225 487.28125 120.525475 487.78125Q120.32235 488.26562 119.82235 488.82812Q119.337975 489.375 118.212975 490.32812Q117.25985 491.125 116.9786 491.42188Q116.712975 491.70312 116.5411 491.98438L120.75985 491.98438ZM122.4161 486.46875Q122.4161 485.54688 122.869225 484.90625Q123.337975 484.26562 124.212975 484.26562Q125.025475 484.26562 125.556725 484.84375Q126.087975 485.42188 126.087975 486.53125Q126.087975 487.625 125.5411 488.21875Q125.00985 488.79688 124.2286 488.79688Q123.44735 488.79688 122.931725 488.21875Q122.4161 487.64062 122.4161 486.46875ZM124.244225 484.98438Q123.8536 484.98438 123.587975 485.32812Q123.337975 485.67188 123.337975 486.57812Q123.337975 487.40625 123.587975 487.75Q123.8536 488.07812 124.244225 488.07812Q124.650475 488.07812 124.900475 487.73438Q125.1661 487.39062 125.1661 486.5Q125.1661 485.65625 124.900475 485.32812Q124.63485 484.98438 124.244225 484.98438ZM124.244225 493.3125L128.94736 484.26562L129.80673 484.26562L125.119225 493.3125L124.244225 493.3125ZM127.962975 490.98438Q127.962975 490.0625 128.4161 489.42188Q128.88486 488.78125 129.77548 488.78125Q130.58798 488.78125 131.11923 489.35938Q131.65048 489.92188 131.65048 491.04688Q131.65048 492.14062 131.1036 492.73438Q130.57236 493.3125 129.77548 493.3125Q129.00986 493.3125 128.4786 492.73438Q127.962975 492.15625 127.962975 490.98438ZM129.80673 489.5Q129.40048 489.5 129.13486 489.84375Q128.88486 490.1875 128.88486 491.09375Q128.88486 491.90625 129.15048 492.25Q129.4161 492.59375 129.80673 492.59375Q130.19736 492.59375 130.46298 492.25Q130.7286 491.90625 130.7286 491.0Q130.7286 490.17188 130.46298 489.84375Q130.19736 489.5 129.80673 489.5Z" fill-rule="nonzero"/><path fill="#666666" d="M120.75985 491.98438L120.75985 493.0L115.07235 493.0Q115.07235 492.625 115.19735 492.26562Q115.4161 491.6875 115.88485 491.125Q116.369225 490.5625 117.275475 489.82812Q118.681725 488.67188 119.1661 488.0Q119.6661 487.32812 119.6661 486.73438Q119.6661 486.10938 119.212975 485.6875Q118.75985 485.25 118.0411 485.25Q117.275475 485.25 116.82235 485.70312Q116.369225 486.15625 116.3536 486.96875L115.275475 486.85938Q115.38485 485.64062 116.1036 485.01562Q116.837975 484.375 118.07235 484.375Q119.306725 484.375 120.025475 485.0625Q120.744225 485.75 120.744225 486.76562Q120.744225 487.28125 120.525475 487.78125Q120.32235 488.26562 119.82235 488.82812Q119.337975 489.375 118.212975 490.32812Q117.25985 491.125 116.9786 491.42188Q116.712975 491.70312 116.5411 491.98438L120.75985 491.98438ZM122.4161 486.46875Q122.4161 485.54688 122.869225 484.90625Q123.337975 484.26562 124.212975 484.26562Q125.025475 484.26562 125.556725 484.84375Q126.087975 485.42188 126.087975 486.53125Q126.087975 487.625 125.5411 488.21875Q125.00985 488.79688 124.2286 488.79688Q123.44735 488.79688 122.931725 488.21875Q122.4161 487.64062 122.4161 486.46875ZM124.244225 484.98438Q123.8536 484.98438 123.587975 485.32812Q123.337975 485.67188 123.337975 486.57812Q123.337975 487.40625 123.587975 487.75Q123.8536 488.07812 124.244225 488.07812Q124.650475 488.07812 124.900475 487.73438Q125.1661 487.39062 125.1661 486.5Q125.1661 485.65625 124.900475 485.32812Q124.63485 484.98438 124.244225 484.98438ZM124.244225 493.3125L128.94736 484.26562L129.80673 484.26562L125.119225 493.3125L124.244225 493.3125ZM127.962975 490.98438Q127.962975 490.0625 128.4161 489.42188Q128.88486 488.78125 129.77548 488.78125Q130.58798 488.78125 131.11923 489.35938Q131.65048 489.92188 131.65048 491.04688Q131.65048 492.14062 131.1036 492.73438Q130.57236 493.3125 129.77548 493.3125Q129.00986 493.3125 128.4786 492.73438Q127.962975 492.15625 127.962975 490.98438ZM129.80673 489.5Q129.40048 489.5 129.13486 489.84375Q128.88486 490.1875 128.88486 491.09375Q128.88486 491.90625 129.15048 492.25Q129.4161 492.59375 129.80673 492.59375Q130.19736 492.59375 130.46298 492.25Q130.7286 491.90625 130.7286 491.0Q130.7286 490.17188 130.46298 489.84375Q130.19736 489.5 129.80673 489.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.301 517.0L189.25412 517.0L189.25412 510.28125Q188.8635 510.64062 188.2385 511.01562Q187.62912 511.375 187.14474 511.54688L187.14474 510.53125Q188.01974 510.10938 188.676 509.53125Q189.34787 508.9375 189.62912 508.375L190.301 508.375L190.301 517.0ZM193.39474 509.53125L193.39474 508.51562L198.95724 508.51562L198.95724 509.34375Q198.14474 510.21875 197.33224 511.67188Q196.53537 513.1094 196.09787 514.6406Q195.76974 515.71875 195.69162 517.0L194.59787 517.0Q194.6135 515.9844 194.9885 514.5469Q195.37912 513.1094 196.08224 511.78125Q196.801 510.45312 197.6135 509.53125L193.39474 509.53125ZM200.53537 510.46875Q200.53537 509.54688 200.9885 508.90625Q201.45724 508.26562 202.33224 508.26562Q203.14474 508.26562 203.676 508.84375Q204.20724 509.42188 204.20724 510.53125Q204.20724 511.625 203.66037 512.21875Q203.12912 512.7969 202.34787 512.7969Q201.56662 512.7969 201.051 512.21875Q200.53537 511.64062 200.53537 510.46875ZM202.3635 508.98438Q201.97287 508.98438 201.70724 509.32812Q201.45724 509.67188 201.45724 510.57812Q201.45724 511.40625 201.70724 511.75Q201.97287 512.0781 202.3635 512.0781Q202.76974 512.0781 203.01974 511.73438Q203.28537 511.39062 203.28537 510.5Q203.28537 509.65625 203.01974 509.32812Q202.75412 508.98438 202.3635 508.98438ZM202.3635 517.3125L207.06662 508.26562L207.926 508.26562L203.2385 517.3125L202.3635 517.3125ZM206.08224 514.9844Q206.08224 514.0625 206.53537 513.4219Q207.00412 512.78125 207.89474 512.78125Q208.70724 512.78125 209.2385 513.3594Q209.76974 513.9219 209.76974 515.0469Q209.76974 516.1406 209.22287 516.7344Q208.69162 517.3125 207.89474 517.3125Q207.12912 517.3125 206.59787 516.7344Q206.08224 516.15625 206.08224 514.9844ZM207.926 513.5Q207.51974 513.5 207.25412 513.84375Q207.00412 514.1875 207.00412 515.09375Q207.00412 515.90625 207.26974 516.25Q207.53537 516.59375 207.926 516.59375Q208.31662 516.59375 208.58224 516.25Q208.84787 515.90625 208.84787 515.0Q208.84787 514.1719 208.58224 513.84375Q208.31662 513.5 207.926 513.5Z" fill-rule="nonzero"/><path fill="#666666" d="M190.301 517.0L189.25412 517.0L189.25412 510.28125Q188.8635 510.64062 188.2385 511.01562Q187.62912 511.375 187.14474 511.54688L187.14474 510.53125Q188.01974 510.10938 188.676 509.53125Q189.34787 508.9375 189.62912 508.375L190.301 508.375L190.301 517.0ZM193.39474 509.53125L193.39474 508.51562L198.95724 508.51562L198.95724 509.34375Q198.14474 510.21875 197.33224 511.67188Q196.53537 513.1094 196.09787 514.6406Q195.76974 515.71875 195.69162 517.0L194.59787 517.0Q194.6135 515.9844 194.9885 514.5469Q195.37912 513.1094 196.08224 511.78125Q196.801 510.45312 197.6135 509.53125L193.39474 509.53125ZM200.53537 510.46875Q200.53537 509.54688 200.9885 508.90625Q201.45724 508.26562 202.33224 508.26562Q203.14474 508.26562 203.676 508.84375Q204.20724 509.42188 204.20724 510.53125Q204.20724 511.625 203.66037 512.21875Q203.12912 512.7969 202.34787 512.7969Q201.56662 512.7969 201.051 512.21875Q200.53537 511.64062 200.53537 510.46875ZM202.3635 508.98438Q201.97287 508.98438 201.70724 509.32812Q201.45724 509.67188 201.45724 510.57812Q201.45724 511.40625 201.70724 511.75Q201.97287 512.0781 202.3635 512.0781Q202.76974 512.0781 203.01974 511.73438Q203.28537 511.39062 203.28537 510.5Q203.28537 509.65625 203.01974 509.32812Q202.75412 508.98438 202.3635 508.98438ZM202.3635 517.3125L207.06662 508.26562L207.926 508.26562L203.2385 517.3125L202.3635 517.3125ZM206.08224 514.9844Q206.08224 514.0625 206.53537 513.4219Q207.00412 512.78125 207.89474 512.78125Q208.70724 512.78125 209.2385 513.3594Q209.76974 513.9219 209.76974 515.0469Q209.76974 516.1406 209.22287 516.7344Q208.69162 517.3125 207.89474 517.3125Q207.12912 517.3125 206.59787 516.7344Q206.08224 516.15625 206.08224 514.9844ZM207.926 513.5Q207.51974 513.5 207.25412 513.84375Q207.00412 514.1875 207.00412 515.09375Q207.00412 515.90625 207.26974 516.25Q207.53537 516.59375 207.926 516.59375Q208.31662 516.59375 208.58224 516.25Q208.84787 515.90625 208.84787 515.0Q208.84787 514.1719 208.58224 513.84375Q208.31662 513.5 207.926 513.5Z" fill-rule="nonzero"/><path fill="#666666" d="M284.54785 565.5808Q284.54785 564.65894 285.00098 564.0183Q285.46973 563.3777 286.34473 563.3777Q287.15723 563.3777 287.68848 563.9558Q288.21973 564.53394 288.21973 565.6433Q288.21973 566.73706 287.67285 567.3308Q287.1416 567.90894 286.36035 567.90894Q285.5791 567.90894 285.06348 567.3308Q284.54785 566.7527 284.54785 565.5808ZM286.37598 564.09644Q285.98535 564.09644 285.71973 564.4402Q285.46973 564.78394 285.46973 565.6902Q285.46973 566.5183 285.71973 566.86206Q285.98535 567.1902 286.37598 567.1902Q286.78223 567.1902 287.03223 566.84644Q287.29785 566.5027 287.29785 565.61206Q287.29785 564.7683 287.03223 564.4402Q286.7666 564.09644 286.37598 564.09644ZM286.37598 572.42456L291.0791 563.3777L291.93848 563.3777L287.25098 572.42456L286.37598 572.42456ZM290.09473 570.09644Q290.09473 569.17456 290.54785 568.53394Q291.0166 567.8933 291.90723 567.8933Q292.71973 567.8933 293.25098 568.47144Q293.78223 569.03394 293.78223 570.15894Q293.78223 571.2527 293.23535 571.84644Q292.7041 572.42456 291.90723 572.42456Q291.1416 572.42456 290.61035 571.84644Q290.09473 571.2683 290.09473 570.09644ZM291.93848 568.61206Q291.53223 568.61206 291.2666 568.9558Q291.0166 569.29956 291.0166 570.2058Q291.0166 571.0183 291.28223 571.36206Q291.54785 571.7058 291.93848 571.7058Q292.3291 571.7058 292.59473 571.36206Q292.86035 571.0183 292.86035 570.11206Q292.86035 569.28394 292.59473 568.9558Q292.3291 568.61206 291.93848 568.61206ZM298.25098 569.0027Q298.25098 567.2683 299.2041 566.4402Q300.00098 565.7527 301.15723 565.7527Q302.43848 565.7527 303.25098 566.59644Q304.0791 567.42456 304.0791 568.90894Q304.0791 570.11206 303.71973 570.79956Q303.36035 571.48706 302.65723 571.8777Q301.96973 572.2527 301.15723 572.2527Q299.86035 572.2527 299.04785 571.42456Q298.25098 570.5808 298.25098 569.0027ZM299.3291 569.0027Q299.3291 570.1902 299.84473 570.78394Q300.37598 571.3777 301.15723 571.3777Q301.9541 571.3777 302.46973 570.78394Q302.98535 570.1902 302.98535 568.97144Q302.98535 567.8152 302.4541 567.22144Q301.93848 566.6277 301.15723 566.6277Q300.37598 566.6277 299.84473 567.22144Q299.3291 567.79956 299.3291 569.0027ZM305.8916 572.11206L305.8916 566.7058L304.9541 566.7058L304.9541 565.8933L305.8916 565.8933L305.8916 565.22144Q305.8916 564.59644 306.00098 564.29956Q306.15723 563.8777 306.53223 563.6277Q306.92285 563.3777 307.61035 563.3777Q308.06348 563.3777 308.59473 563.48706L308.43848 564.3933Q308.11035 564.34644 307.81348 564.34644Q307.3291 564.34644 307.12598 564.54956Q306.93848 564.7527 306.93848 565.3152L306.93848 565.8933L308.15723 565.8933L308.15723 566.7058L306.93848 566.7058L306.93848 572.11206L305.8916 572.11206ZM311.62598 572.11206L311.62598 565.8933L312.5791 565.8933L312.5791 566.8308Q312.93848 566.17456 313.23535 565.97144Q313.54785 565.7527 313.92285 565.7527Q314.4541 565.7527 315.00098 566.0808L314.6416 567.0652Q314.25098 566.8308 313.87598 566.8308Q313.5166 566.8308 313.23535 567.04956Q312.96973 567.2527 312.86035 567.6277Q312.67285 568.1902 312.67285 568.84644L312.67285 572.11206L311.62598 572.11206ZM319.8916 570.11206L320.98535 570.23706Q320.73535 571.1902 320.03223 571.72144Q319.3291 572.2527 318.25098 572.2527Q316.8916 572.2527 316.0791 571.40894Q315.28223 570.5652 315.28223 569.04956Q315.28223 567.48706 316.09473 566.6277Q316.90723 565.7527 318.18848 565.7527Q319.43848 565.7527 320.21973 566.59644Q321.0166 567.4402 321.0166 568.98706Q321.0166 569.0808 321.0166 569.2683L316.37598 569.2683Q316.43848 570.29956 316.9541 570.84644Q317.46973 571.3777 318.25098 571.3777Q318.8291 571.3777 319.23535 571.0808Q319.65723 570.7683 319.8916 570.11206ZM316.43848 568.40894L319.90723 568.40894Q319.84473 567.61206 319.5166 567.22144Q319.00098 566.61206 318.2041 566.61206Q317.46973 566.61206 316.96973 567.09644Q316.48535 567.5808 316.43848 568.40894ZM322.21973 570.2527L323.25098 570.09644Q323.34473 570.72144 323.73535 571.04956Q324.1416 571.3777 324.87598 571.3777Q325.59473 571.3777 325.93848 571.09644Q326.29785 570.79956 326.29785 570.3933Q326.29785 570.03394 325.98535 569.8308Q325.7666 569.6902 324.90723 569.47144Q323.75098 569.17456 323.29785 568.97144Q322.86035 568.7527 322.62598 568.3777Q322.3916 568.0027 322.3916 567.53394Q322.3916 567.1277 322.5791 566.7683Q322.7666 566.40894 323.09473 566.17456Q323.34473 566.0027 323.7666 565.8777Q324.18848 565.7527 324.68848 565.7527Q325.40723 565.7527 325.9541 565.97144Q326.5166 566.17456 326.78223 566.53394Q327.04785 566.8933 327.1416 567.48706L326.11035 567.6277Q326.04785 567.15894 325.7041 566.8933Q325.37598 566.61206 324.75098 566.61206Q324.03223 566.61206 323.71973 566.86206Q323.40723 567.09644 323.40723 567.42456Q323.40723 567.6277 323.53223 567.78394Q323.67285 567.9558 323.93848 568.0652Q324.09473 568.1277 324.87598 568.3308Q326.00098 568.6433 326.43848 568.8308Q326.87598 569.0183 327.12598 569.3777Q327.37598 569.73706 327.37598 570.28394Q327.37598 570.8152 327.06348 571.28394Q326.7666 571.73706 326.18848 572.0027Q325.61035 572.2527 324.87598 572.2527Q323.65723 572.2527 323.0166 571.7527Q322.3916 571.23706 322.21973 570.2527ZM328.6416 574.5027L328.6416 565.8933L329.59473 565.8933L329.59473 566.6902Q329.93848 566.22144 330.36035 565.98706Q330.79785 565.7527 331.40723 565.7527Q332.2041 565.7527 332.81348 566.15894Q333.42285 566.5652 333.71973 567.3152Q334.03223 568.0652 334.03223 568.9558Q334.03223 569.90894 333.68848 570.67456Q333.36035 571.4402 332.7041 571.84644Q332.04785 572.2527 331.3291 572.2527Q330.79785 572.2527 330.37598 572.03394Q329.9541 571.79956 329.68848 571.47144L329.68848 574.5027L328.6416 574.5027ZM329.59473 569.03394Q329.59473 570.23706 330.0791 570.8152Q330.56348 571.3777 331.25098 571.3777Q331.9541 571.3777 332.4541 570.78394Q332.9541 570.1902 332.9541 568.9402Q332.9541 567.7527 332.46973 567.17456Q331.98535 566.5808 331.29785 566.5808Q330.62598 566.5808 330.11035 567.2058Q329.59473 567.8308 329.59473 569.03394ZM335.25098 569.0027Q335.25098 567.2683 336.2041 566.4402Q337.00098 565.7527 338.15723 565.7527Q339.43848 565.7527 340.25098 566.59644Q341.0791 567.42456 341.0791 568.90894Q341.0791 570.11206 340.71973 570.79956Q340.36035 571.48706 339.65723 571.8777Q338.96973 572.2527 338.15723 572.2527Q336.86035 572.2527 336.04785 571.42456Q335.25098 570.5808 335.25098 569.0027ZM336.3291 569.0027Q336.3291 570.1902 336.84473 570.78394Q337.37598 571.3777 338.15723 571.3777Q338.9541 571.3777 339.46973 570.78394Q339.98535 570.1902 339.98535 568.97144Q339.98535 567.8152 339.4541 567.22144Q338.93848 566.6277 338.15723 566.6277Q337.37598 566.6277 336.84473 567.22144Q336.3291 567.79956 336.3291 569.0027ZM342.6416 572.11206L342.6416 565.8933L343.5791 565.8933L343.5791 566.7683Q344.2666 565.7527 345.56348 565.7527Q346.12598 565.7527 346.59473 565.9558Q347.0791 566.15894 347.31348 566.48706Q347.54785 566.8152 347.6416 567.2527Q347.68848 567.54956 347.68848 568.28394L347.68848 572.11206L346.6416 572.11206L346.6416 568.3308Q346.6416 567.67456 346.5166 567.36206Q346.3916 567.04956 346.0791 566.86206Q345.7666 566.65894 345.34473 566.65894Q344.67285 566.65894 344.17285 567.09644Q343.68848 567.5183 343.68848 568.7058L343.68848 572.11206L342.6416 572.11206ZM353.67285 572.11206L353.67285 571.3308Q353.0791 572.2527 351.93848 572.2527Q351.18848 572.2527 350.56348 571.84644Q349.93848 571.42456 349.59473 570.6902Q349.25098 569.9558 349.25098 569.0027Q349.25098 568.0808 349.56348 567.3152Q349.87598 566.54956 350.50098 566.15894Q351.12598 565.7527 351.8916 565.7527Q352.4541 565.7527 352.8916 565.98706Q353.3291 566.22144 353.61035 566.59644L353.61035 563.5183L354.65723 563.5183L354.65723 572.11206L353.67285 572.11206ZM350.34473 569.0027Q350.34473 570.2058 350.84473 570.79956Q351.34473 571.3777 352.03223 571.3777Q352.71973 571.3777 353.2041 570.8152Q353.68848 570.2527 353.68848 569.09644Q353.68848 567.8152 353.18848 567.22144Q352.7041 566.6277 351.98535 566.6277Q351.28223 566.6277 350.81348 567.2058Q350.34473 567.7683 350.34473 569.0027ZM360.8916 570.11206L361.98535 570.23706Q361.73535 571.1902 361.03223 571.72144Q360.3291 572.2527 359.25098 572.2527Q357.8916 572.2527 357.0791 571.40894Q356.28223 570.5652 356.28223 569.04956Q356.28223 567.48706 357.09473 566.6277Q357.90723 565.7527 359.18848 565.7527Q360.43848 565.7527 361.21973 566.59644Q362.0166 567.4402 362.0166 568.98706Q362.0166 569.0808 362.0166 569.2683L357.37598 569.2683Q357.43848 570.29956 357.9541 570.84644Q358.46973 571.3777 359.25098 571.3777Q359.8291 571.3777 360.23535 571.0808Q360.65723 570.7683 360.8916 570.11206ZM357.43848 568.40894L360.90723 568.40894Q360.84473 567.61206 360.5166 567.22144Q360.00098 566.61206 359.2041 566.61206Q358.46973 566.61206 357.96973 567.09644Q357.48535 567.5808 357.43848 568.40894ZM363.6416 572.11206L363.6416 565.8933L364.5791 565.8933L364.5791 566.7683Q365.2666 565.7527 366.56348 565.7527Q367.12598 565.7527 367.59473 565.9558Q368.0791 566.15894 368.31348 566.48706Q368.54785 566.8152 368.6416 567.2527Q368.68848 567.54956 368.68848 568.28394L368.68848 572.11206L367.6416 572.11206L367.6416 568.3308Q367.6416 567.67456 367.5166 567.36206Q367.3916 567.04956 367.0791 566.86206Q366.7666 566.65894 366.34473 566.65894Q365.67285 566.65894 365.17285 567.09644Q364.68848 567.5183 364.68848 568.7058L364.68848 572.11206L363.6416 572.11206ZM372.93848 571.17456L373.09473 572.09644Q372.6416 572.1902 372.29785 572.1902Q371.71973 572.1902 371.40723 572.0183Q371.09473 571.8308 370.9541 571.53394Q370.8291 571.23706 370.8291 570.28394L370.8291 566.7058L370.06348 566.7058L370.06348 565.8933L370.8291 565.8933L370.8291 564.34644L371.87598 563.72144L371.87598 565.8933L372.93848 565.8933L372.93848 566.7058L371.87598 566.7058L371.87598 570.34644Q371.87598 570.79956 371.92285 570.92456Q371.98535 571.04956 372.11035 571.1277Q372.23535 571.2058 372.46973 571.2058Q372.65723 571.2058 372.93848 571.17456ZM373.21973 570.2527L374.25098 570.09644Q374.34473 570.72144 374.73535 571.04956Q375.1416 571.3777 375.87598 571.3777Q376.59473 571.3777 376.93848 571.09644Q377.29785 570.79956 377.29785 570.3933Q377.29785 570.03394 376.98535 569.8308Q376.7666 569.6902 375.90723 569.47144Q374.75098 569.17456 374.29785 568.97144Q373.86035 568.7527 373.62598 568.3777Q373.3916 568.0027 373.3916 567.53394Q373.3916 567.1277 373.5791 566.7683Q373.7666 566.40894 374.09473 566.17456Q374.34473 566.0027 374.7666 565.8777Q375.18848 565.7527 375.68848 565.7527Q376.40723 565.7527 376.9541 565.97144Q377.5166 566.17456 377.78223 566.53394Q378.04785 566.8933 378.1416 567.48706L377.11035 567.6277Q377.04785 567.15894 376.7041 566.8933Q376.37598 566.61206 375.75098 566.61206Q375.03223 566.61206 374.71973 566.86206Q374.40723 567.09644 374.40723 567.42456Q374.40723 567.6277 374.53223 567.78394Q374.67285 567.9558 374.93848 568.0652Q375.09473 568.1277 375.87598 568.3308Q377.00098 568.6433 377.43848 568.8308Q377.87598 569.0183 378.12598 569.3777Q378.37598 569.73706 378.37598 570.28394Q378.37598 570.8152 378.06348 571.28394Q377.7666 571.73706 377.18848 572.0027Q376.61035 572.2527 375.87598 572.2527Q374.65723 572.2527 374.0166 571.7527Q373.3916 571.23706 373.21973 570.2527Z" fill-rule="nonzero"/><path fill="#666666" d="M75.64258 80.86337L75.64258 79.86337L79.26758 79.84775L79.26758 83.03525Q78.43945 83.70712 77.54883 84.05087Q76.6582 84.379 75.7207 84.379Q74.45508 84.379 73.4082 83.84775Q72.37695 83.30087 71.8457 82.28525Q71.33008 81.254 71.33008 79.98837Q71.33008 78.72275 71.8457 77.64462Q72.37695 76.55087 73.36133 76.03525Q74.3457 75.504 75.62695 75.504Q76.56445 75.504 77.31445 75.80087Q78.06445 76.09775 78.48633 76.64462Q78.92383 77.17587 79.14258 78.05087L78.12695 78.33212Q77.92383 77.67587 77.62695 77.30087Q77.3457 76.92587 76.81445 76.70712Q76.2832 76.47275 75.64258 76.47275Q74.86133 76.47275 74.2832 76.70712Q73.7207 76.9415 73.36133 77.33212Q73.01758 77.72275 72.83008 78.1915Q72.50195 78.98837 72.50195 79.91025Q72.50195 81.0665 72.89258 81.84775Q73.29883 82.61337 74.04883 82.98837Q74.79883 83.36337 75.6582 83.36337Q76.39258 83.36337 77.0957 83.08212Q77.79883 82.78525 78.1582 82.47275L78.1582 80.86337L75.64258 80.86337ZM80.0957 81.129Q80.0957 79.39462 81.04883 78.5665Q81.8457 77.879 83.00195 77.879Q84.2832 77.879 85.0957 78.72275Q85.92383 79.55087 85.92383 81.03525Q85.92383 82.23837 85.56445 82.92587Q85.20508 83.61337 84.50195 84.004Q83.81445 84.379 83.00195 84.379Q81.70508 84.379 80.89258 83.55087Q80.0957 82.70712 80.0957 81.129ZM81.17383 81.129Q81.17383 82.3165 81.68945 82.91025Q82.2207 83.504 83.00195 83.504Q83.79883 83.504 84.31445 82.91025Q84.83008 82.3165 84.83008 81.09775Q84.83008 79.9415 84.29883 79.34775Q83.7832 78.754 83.00195 78.754Q82.2207 78.754 81.68945 79.34775Q81.17383 79.92587 81.17383 81.129Z" fill-rule="nonzero"/><path fill="#666666" d="M49.61133 108.29522L49.61133 99.70147L52.86133 99.70147Q53.70508 99.70147 54.158203 99.779594Q54.79883 99.88897 55.220703 100.185844Q55.658203 100.48272 55.908203 101.01397Q56.17383 101.54522 56.17383 102.185844Q56.17383 103.279594 55.470703 104.04522Q54.783203 104.79522 52.95508 104.79522L50.751953 104.79522L50.751953 108.29522L49.61133 108.29522ZM50.751953 103.79522L52.970703 103.79522Q54.08008 103.79522 54.533203 103.38897Q55.001953 102.967094 55.001953 102.217094Q55.001953 101.685844 54.720703 101.310844Q54.45508 100.92022 54.01758 100.79522Q53.720703 100.717094 52.95508 100.717094L50.751953 100.717094L50.751953 103.79522ZM57.439453 110.685844L57.314453 109.70147Q57.658203 109.79522 57.92383 109.79522Q58.26758 109.79522 58.470703 109.67022Q58.689453 109.560844 58.83008 109.35772Q58.92383 109.185844 59.158203 108.560844Q59.17383 108.48272 59.251953 108.310844L56.876953 102.07647L58.01758 102.07647L59.314453 105.67022Q59.564453 106.35772 59.76758 107.123344Q59.95508 106.38897 60.20508 105.70147L61.533203 102.07647L62.58008 102.07647L60.220703 108.404594Q59.83008 109.42022 59.626953 109.810844Q59.345703 110.342094 58.970703 110.57647Q58.61133 110.82647 58.11133 110.82647Q57.814453 110.82647 57.439453 110.685844ZM65.7832 107.35772L65.93945 108.279594Q65.48633 108.373344 65.14258 108.373344Q64.56445 108.373344 64.25195 108.20147Q63.939453 108.01397 63.79883 107.717094Q63.67383 107.42022 63.67383 106.467094L63.67383 102.88897L62.908203 102.88897L62.908203 102.07647L63.67383 102.07647L63.67383 100.529594L64.7207 99.904594L64.7207 102.07647L65.7832 102.07647L65.7832 102.88897L64.7207 102.88897L64.7207 106.529594Q64.7207 106.98272 64.76758 107.10772Q64.83008 107.23272 64.95508 107.310844Q65.08008 107.38897 65.31445 107.38897Q65.50195 107.38897 65.7832 107.35772ZM66.48633 108.29522L66.48633 99.70147L67.5332 99.70147L67.5332 102.779594Q68.26758 101.935844 69.39258 101.935844Q70.0957 101.935844 70.5957 102.217094Q71.11133 102.48272 71.33008 102.967094Q71.54883 103.435844 71.54883 104.35772L71.54883 108.29522L70.50195 108.29522L70.50195 104.35772Q70.50195 103.560844 70.1582 103.20147Q69.81445 102.842094 69.18945 102.842094Q68.7207 102.842094 68.29883 103.092094Q67.89258 103.32647 67.70508 103.748344Q67.5332 104.154594 67.5332 104.88897L67.5332 108.29522L66.48633 108.29522ZM73.0957 105.185844Q73.0957 103.45147 74.04883 102.623344Q74.8457 101.935844 76.00195 101.935844Q77.2832 101.935844 78.0957 102.779594Q78.92383 103.60772 78.92383 105.092094Q78.92383 106.29522 78.56445 106.98272Q78.20508 107.67022 77.50195 108.060844Q76.81445 108.435844 76.00195 108.435844Q74.70508 108.435844 73.89258 107.60772Q73.0957 106.76397 73.0957 105.185844ZM74.17383 105.185844Q74.17383 106.373344 74.68945 106.967094Q75.2207 107.560844 76.00195 107.560844Q76.79883 107.560844 77.31445 106.967094Q77.83008 106.373344 77.83008 105.154594Q77.83008 103.998344 77.29883 103.404594Q76.7832 102.810844 76.00195 102.810844Q75.2207 102.810844 74.68945 103.404594Q74.17383 103.98272 74.17383 105.185844ZM80.48633 108.29522L80.48633 102.07647L81.42383 102.07647L81.42383 102.95147Q82.11133 101.935844 83.4082 101.935844Q83.9707 101.935844 84.43945 102.13897Q84.92383 102.342094 85.1582 102.67022Q85.39258 102.998344 85.48633 103.435844Q85.5332 103.73272 85.5332 104.467094L85.5332 108.29522L84.48633 108.29522L84.48633 104.51397Q84.48633 103.85772 84.36133 103.54522Q84.23633 103.23272 83.92383 103.04522Q83.61133 102.842094 83.18945 102.842094Q82.51758 102.842094 82.01758 103.279594Q81.5332 103.70147 81.5332 104.88897L81.5332 108.29522L80.48633 108.29522Z" fill-rule="nonzero"/><path fill="#666666" d="M61.033203 129.91457L62.064453 129.77394Q62.095703 130.75832 62.42383 131.11769Q62.751953 131.47707 63.345703 131.47707Q63.76758 131.47707 64.08008 131.28957Q64.39258 131.08644 64.50195 130.75832Q64.62695 130.41457 64.62695 129.68019L64.62695 123.758316L65.75195 123.758316L65.75195 129.61769Q65.75195 130.69582 65.48633 131.28957Q65.23633 131.88332 64.67383 132.19582Q64.11133 132.49269 63.345703 132.49269Q62.220703 132.49269 61.61133 131.85207Q61.01758 131.19582 61.033203 129.91457ZM71.54883 131.58644Q70.95508 132.08644 70.4082 132.28957Q69.87695 132.49269 69.25195 132.49269Q68.2207 132.49269 67.67383 131.99269Q67.12695 131.49269 67.12695 130.71144Q67.12695 130.25832 67.33008 129.88332Q67.5332 129.49269 67.87695 129.27394Q68.2207 129.03957 68.64258 128.93019Q68.93945 128.83644 69.58008 128.75832Q70.8457 128.61769 71.45508 128.39894Q71.45508 128.18019 71.45508 128.13332Q71.45508 127.477066 71.1582 127.21144Q70.75195 126.86769 69.95508 126.86769Q69.2207 126.86769 68.86133 127.133316Q68.50195 127.383316 68.33008 128.03957L67.29883 127.89894Q67.43945 127.24269 67.76758 126.83644Q68.0957 126.43019 68.70508 126.21144Q69.31445 125.99269 70.11133 125.99269Q70.9082 125.99269 71.4082 126.18019Q71.9082 126.36769 72.14258 126.64894Q72.37695 126.93019 72.4707 127.36769Q72.51758 127.633316 72.51758 128.33644L72.51758 129.74269Q72.51758 131.21144 72.58008 131.60207Q72.6582 131.99269 72.86133 132.35207L71.75195 132.35207Q71.5957 132.02394 71.54883 131.58644ZM71.45508 129.22707Q70.87695 129.46144 69.73633 129.63332Q69.08008 129.72707 68.81445 129.85207Q68.54883 129.96144 68.39258 130.18019Q68.25195 130.39894 68.25195 130.68019Q68.25195 131.10207 68.56445 131.38332Q68.89258 131.66457 69.50195 131.66457Q70.11133 131.66457 70.58008 131.39894Q71.06445 131.13332 71.2832 130.66457Q71.45508 130.30519 71.45508 129.61769L71.45508 129.22707ZM76.20508 132.35207L73.8457 126.133316L74.95508 126.133316L76.29883 129.85207Q76.50195 130.46144 76.68945 131.10207Q76.83008 130.61769 77.08008 129.93019L78.4707 126.133316L79.54883 126.133316L77.18945 132.35207L76.20508 132.35207ZM84.54883 131.58644Q83.95508 132.08644 83.4082 132.28957Q82.87695 132.49269 82.25195 132.49269Q81.2207 132.49269 80.67383 131.99269Q80.12695 131.49269 80.12695 130.71144Q80.12695 130.25832 80.33008 129.88332Q80.5332 129.49269 80.87695 129.27394Q81.2207 129.03957 81.64258 128.93019Q81.93945 128.83644 82.58008 128.75832Q83.8457 128.61769 84.45508 128.39894Q84.45508 128.18019 84.45508 128.13332Q84.45508 127.477066 84.1582 127.21144Q83.75195 126.86769 82.95508 126.86769Q82.2207 126.86769 81.86133 127.133316Q81.50195 127.383316 81.33008 128.03957L80.29883 127.89894Q80.43945 127.24269 80.76758 126.83644Q81.0957 126.43019 81.70508 126.21144Q82.31445 125.99269 83.11133 125.99269Q83.9082 125.99269 84.4082 126.18019Q84.9082 126.36769 85.14258 126.64894Q85.37695 126.93019 85.4707 127.36769Q85.51758 127.633316 85.51758 128.33644L85.51758 129.74269Q85.51758 131.21144 85.58008 131.60207Q85.6582 131.99269 85.86133 132.35207L84.75195 132.35207Q84.5957 132.02394 84.54883 131.58644ZM84.45508 129.22707Q83.87695 129.46144 82.73633 129.63332Q82.08008 129.72707 81.81445 129.85207Q81.54883 129.96144 81.39258 130.18019Q81.25195 130.39894 81.25195 130.68019Q81.25195 131.10207 81.56445 131.38332Q81.89258 131.66457 82.50195 131.66457Q83.11133 131.66457 83.58008 131.39894Q84.06445 131.13332 84.2832 130.66457Q84.45508 130.30519 84.45508 129.61769L84.45508 129.22707Z" fill-rule="nonzero"/><path fill="#666666" d="M30.033203 153.97142L31.064453 153.8308Q31.095703 154.81517 31.423828 155.17455Q31.751953 155.53392 32.345703 155.53392Q32.76758 155.53392 33.08008 155.34642Q33.39258 155.1433 33.501953 154.81517Q33.626953 154.47142 33.626953 153.73705L33.626953 147.81517L34.751953 147.81517L34.751953 153.67455Q34.751953 154.75267 34.48633 155.34642Q34.23633 155.94017 33.67383 156.25267Q33.11133 156.54955 32.345703 156.54955Q31.220703 156.54955 30.611328 155.90892Q30.017578 155.25267 30.033203 153.97142ZM40.54883 155.6433Q39.95508 156.1433 39.408203 156.34642Q38.876953 156.54955 38.251953 156.54955Q37.220703 156.54955 36.67383 156.04955Q36.126953 155.54955 36.126953 154.7683Q36.126953 154.31517 36.33008 153.94017Q36.533203 153.54955 36.876953 153.3308Q37.220703 153.09642 37.64258 152.98705Q37.939453 152.8933 38.58008 152.81517Q39.845703 152.67455 40.45508 152.4558Q40.45508 152.23705 40.45508 152.19017Q40.45508 151.53392 40.158203 151.2683Q39.751953 150.92455 38.95508 150.92455Q38.220703 150.92455 37.86133 151.19017Q37.501953 151.44017 37.33008 152.09642L36.29883 151.9558Q36.439453 151.29955 36.76758 150.8933Q37.095703 150.48705 37.70508 150.2683Q38.314453 150.04955 39.11133 150.04955Q39.908203 150.04955 40.408203 150.23705Q40.908203 150.42455 41.14258 150.7058Q41.376953 150.98705 41.470703 151.42455Q41.51758 151.69017 41.51758 152.3933L41.51758 153.79955Q41.51758 155.2683 41.58008 155.65892Q41.658203 156.04955 41.86133 156.40892L40.751953 156.40892Q40.595703 156.0808 40.54883 155.6433ZM40.45508 153.28392Q39.876953 153.5183 38.73633 153.69017Q38.08008 153.78392 37.814453 153.90892Q37.54883 154.0183 37.39258 154.23705Q37.251953 154.4558 37.251953 154.73705Q37.251953 155.15892 37.564453 155.44017Q37.89258 155.72142 38.501953 155.72142Q39.11133 155.72142 39.58008 155.4558Q40.064453 155.19017 40.283203 154.72142Q40.45508 154.36205 40.45508 153.67455L40.45508 153.28392ZM45.20508 156.40892L42.845703 150.19017L43.95508 150.19017L45.29883 153.90892Q45.501953 154.5183 45.689453 155.15892Q45.83008 154.67455 46.08008 153.98705L47.470703 150.19017L48.54883 150.19017L46.189453 156.40892L45.20508 156.40892ZM53.54883 155.6433Q52.95508 156.1433 52.408203 156.34642Q51.876953 156.54955 51.251953 156.54955Q50.220703 156.54955 49.67383 156.04955Q49.126953 155.54955 49.126953 154.7683Q49.126953 154.31517 49.33008 153.94017Q49.533203 153.54955 49.876953 153.3308Q50.220703 153.09642 50.64258 152.98705Q50.939453 152.8933 51.58008 152.81517Q52.845703 152.67455 53.45508 152.4558Q53.45508 152.23705 53.45508 152.19017Q53.45508 151.53392 53.158203 151.2683Q52.751953 150.92455 51.95508 150.92455Q51.220703 150.92455 50.86133 151.19017Q50.501953 151.44017 50.33008 152.09642L49.29883 151.9558Q49.439453 151.29955 49.76758 150.8933Q50.095703 150.48705 50.70508 150.2683Q51.314453 150.04955 52.11133 150.04955Q52.908203 150.04955 53.408203 150.23705Q53.908203 150.42455 54.14258 150.7058Q54.376953 150.98705 54.470703 151.42455Q54.51758 151.69017 54.51758 152.3933L54.51758 153.79955Q54.51758 155.2683 54.58008 155.65892Q54.658203 156.04955 54.86133 156.40892L53.751953 156.40892Q53.595703 156.0808 53.54883 155.6433ZM53.45508 153.28392Q52.876953 153.5183 51.73633 153.69017Q51.08008 153.78392 50.814453 153.90892Q50.54883 154.0183 50.39258 154.23705Q50.251953 154.4558 50.251953 154.73705Q50.251953 155.15892 50.564453 155.44017Q50.89258 155.72142 51.501953 155.72142Q52.11133 155.72142 52.58008 155.4558Q53.064453 155.19017 53.283203 154.72142Q53.45508 154.36205 53.45508 153.67455L53.45508 153.28392ZM56.23633 153.6433L57.29883 153.54955Q57.376953 154.2058 57.658203 154.61205Q57.939453 155.0183 58.51758 155.28392Q59.11133 155.53392 59.845703 155.53392Q60.48633 155.53392 60.98633 155.34642Q61.48633 155.1433 61.720703 154.81517Q61.970703 154.47142 61.970703 154.0808Q61.970703 153.67455 61.73633 153.37767Q61.501953 153.06517 60.970703 152.86205Q60.61133 152.72142 59.42383 152.44017Q58.251953 152.15892 57.783203 151.90892Q57.158203 151.5808 56.86133 151.11205Q56.564453 150.62767 56.564453 150.03392Q56.564453 149.3933 56.92383 148.8308Q57.29883 148.25267 58.001953 147.97142Q58.720703 147.67455 59.58008 147.67455Q60.533203 147.67455 61.26758 147.98705Q62.001953 148.28392 62.39258 148.8933Q62.783203 149.48705 62.814453 150.23705L61.720703 150.31517Q61.626953 149.50267 61.11133 149.09642Q60.61133 148.67455 59.626953 148.67455Q58.595703 148.67455 58.126953 149.04955Q57.658203 149.42455 57.658203 149.9558Q57.658203 150.42455 57.98633 150.72142Q58.314453 151.0183 59.689453 151.3308Q61.08008 151.6433 61.595703 151.87767Q62.345703 152.23705 62.70508 152.7683Q63.064453 153.28392 63.064453 153.98705Q63.064453 154.67455 62.67383 155.28392Q62.283203 155.87767 61.54883 156.22142Q60.814453 156.54955 59.89258 156.54955Q58.720703 156.54955 57.92383 156.22142Q57.14258 155.87767 56.689453 155.19017Q56.251953 154.50267 56.23633 153.6433ZM68.54883 154.12767L69.58008 154.2683Q69.4082 155.3308 68.70508 155.94017Q68.00195 156.54955 66.98633 156.54955Q65.70508 156.54955 64.92383 155.72142Q64.1582 154.87767 64.1582 153.31517Q64.1582 152.31517 64.48633 151.56517Q64.83008 150.79955 65.50195 150.42455Q66.18945 150.04955 67.00195 150.04955Q68.00195 150.04955 68.64258 150.56517Q69.29883 151.06517 69.48633 152.0183L68.45508 152.17455Q68.31445 151.54955 67.93945 151.23705Q67.56445 150.90892 67.0332 150.90892Q66.23633 150.90892 65.73633 151.48705Q65.23633 152.04955 65.23633 153.28392Q65.23633 154.54955 65.7207 155.11205Q66.20508 155.67455 66.9707 155.67455Q67.5957 155.67455 68.00195 155.29955Q68.42383 154.92455 68.54883 154.12767ZM70.4707 156.40892L70.4707 150.19017L71.42383 150.19017L71.42383 151.12767Q71.7832 150.47142 72.08008 150.2683Q72.39258 150.04955 72.76758 150.04955Q73.29883 150.04955 73.8457 150.37767L73.48633 151.36205Q73.0957 151.12767 72.7207 151.12767Q72.36133 151.12767 72.08008 151.34642Q71.81445 151.54955 71.70508 151.92455Q71.51758 152.48705 71.51758 153.1433L71.51758 156.40892L70.4707 156.40892ZM74.48633 149.03392L74.48633 147.81517L75.54883 147.81517L75.54883 149.03392L74.48633 149.03392ZM74.48633 156.40892L74.48633 150.19017L75.54883 150.19017L75.54883 156.40892L74.48633 156.40892ZM77.48633 158.79955L77.48633 150.19017L78.43945 150.19017L78.43945 150.98705Q78.7832 150.5183 79.20508 150.28392Q79.64258 150.04955 80.25195 150.04955Q81.04883 150.04955 81.6582 150.4558Q82.26758 150.86205 82.56445 151.61205Q82.87695 152.36205 82.87695 153.25267Q82.87695 154.2058 82.5332 154.97142Q82.20508 155.73705 81.54883 156.1433Q80.89258 156.54955 80.17383 156.54955Q79.64258 156.54955 79.2207 156.3308Q78.79883 156.09642 78.5332 155.7683L78.5332 158.79955L77.48633 158.79955ZM78.43945 153.3308Q78.43945 154.53392 78.92383 155.11205Q79.4082 155.67455 80.0957 155.67455Q80.79883 155.67455 81.29883 155.0808Q81.79883 154.48705 81.79883 153.23705Q81.79883 152.04955 81.31445 151.47142Q80.83008 150.87767 80.14258 150.87767Q79.4707 150.87767 78.95508 151.50267Q78.43945 152.12767 78.43945 153.3308ZM86.7832 155.47142L86.93945 156.3933Q86.48633 156.48705 86.14258 156.48705Q85.56445 156.48705 85.25195 156.31517Q84.93945 156.12767 84.79883 155.8308Q84.67383 155.53392 84.67383 154.5808L84.67383 151.00267L83.9082 151.00267L83.9082 150.19017L84.67383 150.19017L84.67383 148.6433L85.7207 148.0183L85.7207 150.19017L86.7832 150.19017L86.7832 151.00267L85.7207 151.00267L85.7207 154.6433Q85.7207 155.09642 85.76758 155.22142Q85.83008 155.34642 85.95508 155.42455Q86.08008 155.50267 86.31445 155.50267Q86.50195 155.50267 86.7832 155.47142Z" fill-rule="nonzero"/><path fill="#666666" d="M62.61133 180.46576L62.61133 171.87201L65.86133 171.87201Q66.70508 171.87201 67.1582 171.95013Q67.79883 172.05951 68.2207 172.35638Q68.6582 172.65326 68.9082 173.18451Q69.17383 173.71576 69.17383 174.35638Q69.17383 175.45013 68.4707 176.21576Q67.7832 176.96576 65.95508 176.96576L63.751953 176.96576L63.751953 180.46576L62.61133 180.46576ZM63.751953 175.96576L65.9707 175.96576Q67.08008 175.96576 67.5332 175.55951Q68.00195 175.13763 68.00195 174.38763Q68.00195 173.85638 67.7207 173.48138Q67.45508 173.09076 67.01758 172.96576Q66.7207 172.88763 65.95508 172.88763L63.751953 172.88763L63.751953 175.96576ZM70.6582 180.46576L70.6582 171.87201L71.7832 171.87201L71.7832 175.40326L76.25195 175.40326L76.25195 171.87201L77.39258 171.87201L77.39258 180.46576L76.25195 180.46576L76.25195 176.41888L71.7832 176.41888L71.7832 180.46576L70.6582 180.46576ZM79.61133 180.46576L79.61133 171.87201L82.86133 171.87201Q83.70508 171.87201 84.1582 171.95013Q84.79883 172.05951 85.2207 172.35638Q85.6582 172.65326 85.9082 173.18451Q86.17383 173.71576 86.17383 174.35638Q86.17383 175.45013 85.4707 176.21576Q84.7832 176.96576 82.95508 176.96576L80.75195 176.96576L80.75195 180.46576L79.61133 180.46576ZM80.75195 175.96576L82.9707 175.96576Q84.08008 175.96576 84.5332 175.55951Q85.00195 175.13763 85.00195 174.38763Q85.00195 173.85638 84.7207 173.48138Q84.45508 173.09076 84.01758 172.96576Q83.7207 172.88763 82.95508 172.88763L80.75195 172.88763L80.75195 175.96576Z" fill-rule="nonzero"/><path fill="#666666" d="M84.75195 201.50699L85.87695 201.80386Q85.51758 203.19449 84.5957 203.92886Q83.67383 204.66324 82.33008 204.66324Q80.93945 204.66324 80.06445 204.10074Q79.18945 203.53824 78.73633 202.47574Q78.2832 201.39761 78.2832 200.16324Q78.2832 198.81949 78.79883 197.81949Q79.31445 196.81949 80.25195 196.30386Q81.20508 195.78824 82.3457 195.78824Q83.62695 195.78824 84.50195 196.44449Q85.39258 197.10074 85.73633 198.28824L84.61133 198.55386Q84.31445 197.61636 83.73633 197.19449Q83.17383 196.75699 82.31445 196.75699Q81.33008 196.75699 80.6582 197.24136Q80.00195 197.71011 79.7207 198.50699Q79.45508 199.30386 79.45508 200.16324Q79.45508 201.25699 79.76758 202.06949Q80.0957 202.88199 80.76758 203.28824Q81.43945 203.69449 82.23633 203.69449Q83.18945 203.69449 83.8457 203.14761Q84.51758 202.60074 84.75195 201.50699Z" fill-rule="nonzero"/><path fill="#666666" d="M77.75195 225.56383L78.87695 225.8607Q78.51758 227.25133 77.5957 227.9857Q76.67383 228.72008 75.33008 228.72008Q73.93945 228.72008 73.06445 228.15758Q72.18945 227.59508 71.73633 226.53258Q71.2832 225.45445 71.2832 224.22008Q71.2832 222.87633 71.79883 221.87633Q72.31445 220.87633 73.25195 220.3607Q74.20508 219.84508 75.3457 219.84508Q76.62695 219.84508 77.50195 220.50133Q78.39258 221.15758 78.73633 222.34508L77.61133 222.6107Q77.31445 221.6732 76.73633 221.25133Q76.17383 220.81383 75.31445 220.81383Q74.33008 220.81383 73.6582 221.2982Q73.00195 221.76695 72.7207 222.56383Q72.45508 223.3607 72.45508 224.22008Q72.45508 225.31383 72.76758 226.12633Q73.0957 226.93883 73.76758 227.34508Q74.43945 227.75133 75.23633 227.75133Q76.18945 227.75133 76.8457 227.20445Q77.51758 226.65758 77.75195 225.56383ZM80.29883 228.72008L80.79883 226.2357L79.81445 226.2357L79.81445 225.3607L80.98633 225.3607L81.4082 223.2357L79.81445 223.2357L79.81445 222.3607L81.5957 222.3607L82.0957 219.84508L82.9707 219.84508L82.4707 222.3607L84.31445 222.3607L84.83008 219.84508L85.70508 219.84508L85.20508 222.3607L86.20508 222.3607L86.20508 223.2357L85.01758 223.2357L84.58008 225.3607L86.20508 225.3607L86.20508 226.2357L84.4082 226.2357L83.89258 228.72008L83.01758 228.72008L83.51758 226.2357L81.68945 226.2357L81.17383 228.72008L80.29883 228.72008ZM81.86133 225.3607L83.70508 225.3607L84.14258 223.2357L82.29883 223.2357L81.86133 225.3607Z" fill-rule="nonzero"/><path fill="#666666" d="M58.626953 252.6363L58.626953 244.04256L62.439453 244.04256Q63.595703 244.04256 64.18945 244.27693Q64.7832 244.5113 65.14258 245.10506Q65.50195 245.68318 65.50195 246.3863Q65.50195 247.30818 64.9082 247.93318Q64.31445 248.55818 63.08008 248.73006Q63.533203 248.9488 63.76758 249.15193Q64.26758 249.60506 64.70508 250.29256L66.20508 252.6363L64.76758 252.6363L63.64258 250.85506Q63.14258 250.0738 62.814453 249.66756Q62.501953 249.2613 62.23633 249.10506Q61.98633 248.93318 61.720703 248.85506Q61.533203 248.8238 61.095703 248.8238L59.76758 248.8238L59.76758 252.6363L58.626953 252.6363ZM59.76758 247.83943L62.220703 247.83943Q62.98633 247.83943 63.42383 247.68318Q63.876953 247.5113 64.0957 247.16756Q64.33008 246.80818 64.33008 246.3863Q64.33008 245.77693 63.876953 245.3863Q63.439453 244.99568 62.48633 244.99568L59.76758 244.99568L59.76758 247.83943ZM71.56445 252.6363L71.56445 251.71443Q70.83008 252.77693 69.58008 252.77693Q69.0332 252.77693 68.54883 252.5738Q68.08008 252.35506 67.8457 252.04256Q67.61133 251.71443 67.51758 251.24568Q67.45508 250.9488 67.45508 250.2613L67.45508 246.41756L68.51758 246.41756L68.51758 249.87068Q68.51758 250.68318 68.58008 250.98006Q68.67383 251.3863 68.98633 251.6363Q69.31445 251.87068 69.79883 251.87068Q70.26758 251.87068 70.67383 251.6363Q71.0957 251.3863 71.26758 250.96443Q71.45508 250.54256 71.45508 249.74568L71.45508 246.41756L72.50195 246.41756L72.50195 252.6363L71.56445 252.6363ZM75.45508 252.6363L74.4707 252.6363L74.4707 244.04256L75.5332 244.04256L75.5332 247.10506Q76.20508 246.27693 77.23633 246.27693Q77.81445 246.27693 78.31445 246.5113Q78.83008 246.73006 79.1582 247.15193Q79.50195 247.5738 79.68945 248.16756Q79.87695 248.7613 79.87695 249.43318Q79.87695 251.02693 79.08008 251.90193Q78.2832 252.77693 77.18945 252.77693Q76.08008 252.77693 75.45508 251.85506L75.45508 252.6363ZM75.43945 249.48006Q75.43945 250.58943 75.75195 251.08943Q76.25195 251.90193 77.0957 251.90193Q77.7832 251.90193 78.2832 251.30818Q78.79883 250.71443 78.79883 249.5113Q78.79883 248.29256 78.31445 247.71443Q77.83008 247.1363 77.14258 247.1363Q76.45508 247.1363 75.93945 247.74568Q75.43945 248.33943 75.43945 249.48006ZM81.43945 255.02693L81.31445 254.04256Q81.6582 254.1363 81.92383 254.1363Q82.26758 254.1363 82.4707 254.0113Q82.68945 253.90193 82.83008 253.6988Q82.92383 253.52693 83.1582 252.90193Q83.17383 252.8238 83.25195 252.65193L80.87695 246.41756L82.01758 246.41756L83.31445 250.0113Q83.56445 250.6988 83.76758 251.46443Q83.95508 250.73006 84.20508 250.04256L85.5332 246.41756L86.58008 246.41756L84.2207 252.74568Q83.83008 253.7613 83.62695 254.15193Q83.3457 254.68318 82.9707 254.91756Q82.61133 255.16756 82.11133 255.16756Q81.81445 255.16756 81.43945 255.02693Z" fill-rule="nonzero"/><path fill="#666666" d="M70.75195 273.67752L71.87695 273.9744Q71.51758 275.36502 70.5957 276.0994Q69.67383 276.83377 68.33008 276.83377Q66.93945 276.83377 66.06445 276.27127Q65.18945 275.70877 64.73633 274.64627Q64.2832 273.56815 64.2832 272.33377Q64.2832 270.99002 64.79883 269.99002Q65.31445 268.99002 66.25195 268.4744Q67.20508 267.95877 68.3457 267.95877Q69.62695 267.95877 70.50195 268.61502Q71.39258 269.27127 71.73633 270.45877L70.61133 270.7244Q70.31445 269.7869 69.73633 269.36502Q69.17383 268.92752 68.31445 268.92752Q67.33008 268.92752 66.6582 269.4119Q66.00195 269.88065 65.7207 270.67752Q65.45508 271.4744 65.45508 272.33377Q65.45508 273.42752 65.76758 274.24002Q66.0957 275.05252 66.76758 275.45877Q67.43945 275.86502 68.23633 275.86502Q69.18945 275.86502 69.8457 275.31815Q70.51758 274.77127 70.75195 273.67752ZM75.68945 275.30252L75.68945 272.94315L73.36133 272.94315L73.36133 271.95877L75.68945 271.95877L75.68945 269.63065L76.68945 269.63065L76.68945 271.95877L79.0332 271.95877L79.0332 272.94315L76.68945 272.94315L76.68945 275.30252L75.68945 275.30252ZM82.68945 275.30252L82.68945 272.94315L80.36133 272.94315L80.36133 271.95877L82.68945 271.95877L82.68945 269.63065L83.68945 269.63065L83.68945 271.95877L86.0332 271.95877L86.0332 272.94315L83.68945 272.94315L83.68945 275.30252L82.68945 275.30252Z" fill-rule="nonzero"/><path fill="#666666" d="M59.564453 300.75L59.564453 292.15625L62.79883 292.15625Q63.783203 292.15625 64.37695 292.42188Q64.9707 292.6875 65.29883 293.23438Q65.64258 293.76562 65.64258 294.35938Q65.64258 294.90625 65.3457 295.39062Q65.04883 295.875 64.43945 296.17188Q65.2207 296.40625 65.62695 296.96875Q66.04883 297.51562 66.04883 298.26562Q66.04883 298.85938 65.79883 299.39062Q65.54883 299.90625 65.17383 300.1875Q64.79883 300.46875 64.2207 300.60938Q63.658203 300.75 62.845703 300.75L59.564453 300.75ZM60.70508 295.76562L62.564453 295.76562Q63.314453 295.76562 63.64258 295.67188Q64.08008 295.54688 64.29883 295.25Q64.51758 294.9375 64.51758 294.48438Q64.51758 294.0625 64.31445 293.73438Q64.11133 293.40625 63.720703 293.29688Q63.345703 293.17188 62.42383 293.17188L60.70508 293.17188L60.70508 295.76562ZM60.70508 299.73438L62.845703 299.73438Q63.39258 299.73438 63.61133 299.6875Q64.01758 299.625 64.26758 299.46875Q64.5332 299.29688 64.70508 298.98438Q64.87695 298.67188 64.87695 298.26562Q64.87695 297.78125 64.62695 297.42188Q64.39258 297.0625 63.95508 296.92188Q63.51758 296.78125 62.689453 296.78125L60.70508 296.78125L60.70508 299.73438ZM71.54883 299.98438Q70.95508 300.48438 70.4082 300.6875Q69.87695 300.89062 69.25195 300.89062Q68.2207 300.89062 67.67383 300.39062Q67.12695 299.89062 67.12695 299.10938Q67.12695 298.65625 67.33008 298.28125Q67.5332 297.89062 67.87695 297.67188Q68.2207 297.4375 68.64258 297.32812Q68.93945 297.23438 69.58008 297.15625Q70.8457 297.01562 71.45508 296.79688Q71.45508 296.57812 71.45508 296.53125Q71.45508 295.875 71.1582 295.60938Q70.75195 295.26562 69.95508 295.26562Q69.2207 295.26562 68.86133 295.53125Q68.50195 295.78125 68.33008 296.4375L67.29883 296.29688Q67.43945 295.64062 67.76758 295.23438Q68.0957 294.82812 68.70508 294.60938Q69.31445 294.39062 70.11133 294.39062Q70.9082 294.39062 71.4082 294.57812Q71.9082 294.76562 72.14258 295.04688Q72.37695 295.32812 72.4707 295.76562Q72.51758 296.03125 72.51758 296.73438L72.51758 298.14062Q72.51758 299.60938 72.58008 300.0Q72.6582 300.39062 72.86133 300.75L71.75195 300.75Q71.5957 300.42188 71.54883 299.98438ZM71.45508 297.625Q70.87695 297.85938 69.73633 298.03125Q69.08008 298.125 68.81445 298.25Q68.54883 298.35938 68.39258 298.57812Q68.25195 298.79688 68.25195 299.07812Q68.25195 299.5 68.56445 299.78125Q68.89258 300.0625 69.50195 300.0625Q70.11133 300.0625 70.58008 299.79688Q71.06445 299.53125 71.2832 299.0625Q71.45508 298.70312 71.45508 298.01562L71.45508 297.625ZM74.06445 298.89062L75.0957 298.73438Q75.18945 299.35938 75.58008 299.6875Q75.98633 300.01562 76.7207 300.01562Q77.43945 300.01562 77.7832 299.73438Q78.14258 299.4375 78.14258 299.03125Q78.14258 298.67188 77.83008 298.46875Q77.61133 298.32812 76.75195 298.10938Q75.5957 297.8125 75.14258 297.60938Q74.70508 297.39062 74.4707 297.01562Q74.23633 296.64062 74.23633 296.17188Q74.23633 295.76562 74.42383 295.40625Q74.61133 295.04688 74.93945 294.8125Q75.18945 294.64062 75.61133 294.51562Q76.0332 294.39062 76.5332 294.39062Q77.25195 294.39062 77.79883 294.60938Q78.36133 294.8125 78.62695 295.17188Q78.89258 295.53125 78.98633 296.125L77.95508 296.26562Q77.89258 295.79688 77.54883 295.53125Q77.2207 295.25 76.5957 295.25Q75.87695 295.25 75.56445 295.5Q75.25195 295.73438 75.25195 296.0625Q75.25195 296.26562 75.37695 296.42188Q75.51758 296.59375 75.7832 296.70312Q75.93945 296.76562 76.7207 296.96875Q77.8457 297.28125 78.2832 297.46875Q78.7207 297.65625 78.9707 298.01562Q79.2207 298.375 79.2207 298.92188Q79.2207 299.45312 78.9082 299.92188Q78.61133 300.375 78.0332 300.64062Q77.45508 300.89062 76.7207 300.89062Q75.50195 300.89062 74.86133 300.39062Q74.23633 299.875 74.06445 298.89062ZM80.48633 300.75L80.48633 292.15625L81.5332 292.15625L81.5332 295.23438Q82.26758 294.39062 83.39258 294.39062Q84.0957 294.39062 84.5957 294.67188Q85.11133 294.9375 85.33008 295.42188Q85.54883 295.89062 85.54883 296.8125L85.54883 300.75L84.50195 300.75L84.50195 296.8125Q84.50195 296.01562 84.1582 295.65625Q83.81445 295.29688 83.18945 295.29688Q82.7207 295.29688 82.29883 295.54688Q81.89258 295.78125 81.70508 296.20312Q81.5332 296.60938 81.5332 297.34375L81.5332 300.75L80.48633 300.75Z" fill-rule="nonzero"/><path fill="#666666" d="M31.798828 324.80685L31.798828 317.22873L28.970703 317.22873L28.970703 316.2131L35.783203 316.2131L35.783203 317.22873L32.939453 317.22873L32.939453 324.80685L31.798828 324.80685ZM36.439453 327.19748L36.314453 326.2131Q36.658203 326.30685 36.92383 326.30685Q37.26758 326.30685 37.470703 326.18185Q37.689453 326.07248 37.83008 325.86935Q37.92383 325.69748 38.158203 325.07248Q38.17383 324.99435 38.251953 324.82248L35.876953 318.5881L37.01758 318.5881L38.314453 322.18185Q38.564453 322.86935 38.76758 323.63498Q38.95508 322.9006 39.20508 322.2131L40.533203 318.5881L41.58008 318.5881L39.220703 324.91623Q38.83008 325.93185 38.626953 326.32248Q38.345703 326.85373 37.970703 327.0881Q37.61133 327.3381 37.11133 327.3381Q36.814453 327.3381 36.439453 327.19748ZM42.48633 327.19748L42.48633 318.5881L43.439453 318.5881L43.439453 319.38498Q43.783203 318.91623 44.20508 318.68185Q44.64258 318.44748 45.251953 318.44748Q46.04883 318.44748 46.658203 318.85373Q47.26758 319.25998 47.564453 320.00998Q47.876953 320.75998 47.876953 321.6506Q47.876953 322.60373 47.533203 323.36935Q47.20508 324.13498 46.54883 324.54123Q45.89258 324.94748 45.17383 324.94748Q44.64258 324.94748 44.220703 324.72873Q43.79883 324.49435 43.533203 324.16623L43.533203 327.19748L42.48633 327.19748ZM43.439453 321.72873Q43.439453 322.93185 43.92383 323.50998Q44.408203 324.07248 45.095703 324.07248Q45.79883 324.07248 46.29883 323.47873Q46.79883 322.88498 46.79883 321.63498Q46.79883 320.44748 46.314453 319.86935Q45.83008 319.2756 45.14258 319.2756Q44.470703 319.2756 43.95508 319.9006Q43.439453 320.5256 43.439453 321.72873ZM53.73633 322.80685L54.83008 322.93185Q54.58008 323.88498 53.876953 324.41623Q53.17383 324.94748 52.095703 324.94748Q50.73633 324.94748 49.92383 324.10373Q49.126953 323.25998 49.126953 321.74435Q49.126953 320.18185 49.939453 319.32248Q50.751953 318.44748 52.033203 318.44748Q53.283203 318.44748 54.064453 319.29123Q54.86133 320.13498 54.86133 321.68185Q54.86133 321.7756 54.86133 321.9631L50.220703 321.9631Q50.283203 322.99435 50.79883 323.54123Q51.314453 324.07248 52.095703 324.07248Q52.67383 324.07248 53.08008 323.7756Q53.501953 323.4631 53.73633 322.80685ZM50.283203 321.10373L53.751953 321.10373Q53.689453 320.30685 53.36133 319.91623Q52.845703 319.30685 52.04883 319.30685Q51.314453 319.30685 50.814453 319.79123Q50.33008 320.2756 50.283203 321.10373ZM56.23633 322.04123L57.29883 321.94748Q57.376953 322.60373 57.658203 323.00998Q57.939453 323.41623 58.51758 323.68185Q59.11133 323.93185 59.845703 323.93185Q60.48633 323.93185 60.98633 323.74435Q61.48633 323.54123 61.720703 323.2131Q61.970703 322.86935 61.970703 322.47873Q61.970703 322.07248 61.73633 321.7756Q61.501953 321.4631 60.970703 321.25998Q60.61133 321.11935 59.42383 320.8381Q58.251953 320.55685 57.783203 320.30685Q57.158203 319.97873 56.86133 319.50998Q56.564453 319.0256 56.564453 318.43185Q56.564453 317.79123 56.92383 317.22873Q57.29883 316.6506 58.001953 316.36935Q58.720703 316.07248 59.58008 316.07248Q60.533203 316.07248 61.26758 316.38498Q62.001953 316.68185 62.39258 317.29123Q62.783203 317.88498 62.814453 318.63498L61.720703 318.7131Q61.626953 317.9006 61.11133 317.49435Q60.61133 317.07248 59.626953 317.07248Q58.595703 317.07248 58.126953 317.44748Q57.658203 317.82248 57.658203 318.35373Q57.658203 318.82248 57.98633 319.11935Q58.314453 319.41623 59.689453 319.72873Q61.08008 320.04123 61.595703 320.2756Q62.345703 320.63498 62.70508 321.16623Q63.064453 321.68185 63.064453 322.38498Q63.064453 323.07248 62.67383 323.68185Q62.283203 324.2756 61.54883 324.61935Q60.814453 324.94748 59.89258 324.94748Q58.720703 324.94748 57.92383 324.61935Q57.14258 324.2756 56.689453 323.5881Q56.251953 322.9006 56.23633 322.04123ZM68.54883 322.5256L69.58008 322.66623Q69.4082 323.72873 68.70508 324.3381Q68.00195 324.94748 66.98633 324.94748Q65.70508 324.94748 64.92383 324.11935Q64.1582 323.2756 64.1582 321.7131Q64.1582 320.7131 64.48633 319.9631Q64.83008 319.19748 65.50195 318.82248Q66.18945 318.44748 67.00195 318.44748Q68.00195 318.44748 68.64258 318.9631Q69.29883 319.4631 69.48633 320.41623L68.45508 320.57248Q68.31445 319.94748 67.93945 319.63498Q67.56445 319.30685 67.0332 319.30685Q66.23633 319.30685 65.73633 319.88498Q65.23633 320.44748 65.23633 321.68185Q65.23633 322.94748 65.7207 323.50998Q66.20508 324.07248 66.9707 324.07248Q67.5957 324.07248 68.00195 323.69748Q68.42383 323.32248 68.54883 322.5256ZM70.4707 324.80685L70.4707 318.5881L71.42383 318.5881L71.42383 319.5256Q71.7832 318.86935 72.08008 318.66623Q72.39258 318.44748 72.76758 318.44748Q73.29883 318.44748 73.8457 318.7756L73.48633 319.75998Q73.0957 319.5256 72.7207 319.5256Q72.36133 319.5256 72.08008 319.74435Q71.81445 319.94748 71.70508 320.32248Q71.51758 320.88498 71.51758 321.54123L71.51758 324.80685L70.4707 324.80685ZM74.48633 317.43185L74.48633 316.2131L75.54883 316.2131L75.54883 317.43185L74.48633 317.43185ZM74.48633 324.80685L74.48633 318.5881L75.54883 318.5881L75.54883 324.80685L74.48633 324.80685ZM77.48633 327.19748L77.48633 318.5881L78.43945 318.5881L78.43945 319.38498Q78.7832 318.91623 79.20508 318.68185Q79.64258 318.44748 80.25195 318.44748Q81.04883 318.44748 81.6582 318.85373Q82.26758 319.25998 82.56445 320.00998Q82.87695 320.75998 82.87695 321.6506Q82.87695 322.60373 82.5332 323.36935Q82.20508 324.13498 81.54883 324.54123Q80.89258 324.94748 80.17383 324.94748Q79.64258 324.94748 79.2207 324.72873Q78.79883 324.49435 78.5332 324.16623L78.5332 327.19748L77.48633 327.19748ZM78.43945 321.72873Q78.43945 322.93185 78.92383 323.50998Q79.4082 324.07248 80.0957 324.07248Q80.79883 324.07248 81.29883 323.47873Q81.79883 322.88498 81.79883 321.63498Q81.79883 320.44748 81.31445 319.86935Q80.83008 319.2756 80.14258 319.2756Q79.4707 319.2756 78.95508 319.9006Q78.43945 320.5256 78.43945 321.72873ZM86.7832 323.86935L86.93945 324.79123Q86.48633 324.88498 86.14258 324.88498Q85.56445 324.88498 85.25195 324.7131Q84.93945 324.5256 84.79883 324.22873Q84.67383 323.93185 84.67383 322.97873L84.67383 319.4006L83.9082 319.4006L83.9082 318.5881L84.67383 318.5881L84.67383 317.04123L85.7207 316.41623L85.7207 318.5881L86.7832 318.5881L86.7832 319.4006L85.7207 319.4006L85.7207 323.04123Q85.7207 323.49435 85.76758 323.61935Q85.83008 323.74435 85.95508 323.82248Q86.08008 323.9006 86.31445 323.9006Q86.50195 323.9006 86.7832 323.86935Z" fill-rule="nonzero"/><path fill="#666666" d="M65.61133 348.8637L65.61133 340.26996L68.86133 340.26996Q69.70508 340.26996 70.1582 340.34808Q70.79883 340.45746 71.2207 340.75433Q71.6582 341.0512 71.9082 341.58246Q72.17383 342.1137 72.17383 342.75433Q72.17383 343.84808 71.4707 344.6137Q70.7832 345.3637 68.95508 345.3637L66.75195 345.3637L66.75195 348.8637L65.61133 348.8637ZM66.75195 344.3637L68.9707 344.3637Q70.08008 344.3637 70.5332 343.95746Q71.00195 343.53558 71.00195 342.78558Q71.00195 342.25433 70.7207 341.87933Q70.45508 341.4887 70.01758 341.3637Q69.7207 341.28558 68.95508 341.28558L66.75195 341.28558L66.75195 344.3637ZM77.73633 346.8637L78.83008 346.9887Q78.58008 347.94183 77.87695 348.47308Q77.17383 349.00433 76.0957 349.00433Q74.73633 349.00433 73.92383 348.16058Q73.12695 347.31683 73.12695 345.8012Q73.12695 344.2387 73.93945 343.37933Q74.75195 342.50433 76.0332 342.50433Q77.2832 342.50433 78.06445 343.34808Q78.86133 344.19183 78.86133 345.7387Q78.86133 345.83246 78.86133 346.01996L74.2207 346.01996Q74.2832 347.0512 74.79883 347.59808Q75.31445 348.12933 76.0957 348.12933Q76.67383 348.12933 77.08008 347.83246Q77.50195 347.51996 77.73633 346.8637ZM74.2832 345.16058L77.75195 345.16058Q77.68945 344.3637 77.36133 343.97308Q76.8457 343.3637 76.04883 343.3637Q75.31445 343.3637 74.81445 343.84808Q74.33008 344.33246 74.2832 345.16058ZM80.4707 348.8637L80.4707 342.64496L81.42383 342.64496L81.42383 343.58246Q81.7832 342.9262 82.08008 342.72308Q82.39258 342.50433 82.76758 342.50433Q83.29883 342.50433 83.8457 342.83246L83.48633 343.81683Q83.0957 343.58246 82.7207 343.58246Q82.36133 343.58246 82.08008 343.8012Q81.81445 344.00433 81.70508 344.37933Q81.51758 344.94183 81.51758 345.59808L81.51758 348.8637L80.4707 348.8637ZM84.45508 348.8637L84.45508 340.26996L85.51758 340.26996L85.51758 348.8637L84.45508 348.8637Z" fill-rule="nonzero"/><path fill="#666666" d="M61.23633 370.1549L62.29883 370.06116Q62.376953 370.7174 62.658203 371.12366Q62.939453 371.5299 63.51758 371.79553Q64.11133 372.04553 64.8457 372.04553Q65.48633 372.04553 65.98633 371.85803Q66.48633 371.6549 66.7207 371.32678Q66.9707 370.98303 66.9707 370.5924Q66.9707 370.18616 66.73633 369.88928Q66.50195 369.57678 65.9707 369.37366Q65.61133 369.23303 64.42383 368.95178Q63.251953 368.67053 62.783203 368.42053Q62.158203 368.0924 61.86133 367.62366Q61.564453 367.13928 61.564453 366.54553Q61.564453 365.9049 61.92383 365.3424Q62.29883 364.76428 63.001953 364.48303Q63.720703 364.18616 64.58008 364.18616Q65.5332 364.18616 66.26758 364.49866Q67.00195 364.79553 67.39258 365.4049Q67.7832 365.99866 67.81445 366.74866L66.7207 366.82678Q66.62695 366.01428 66.11133 365.60803Q65.61133 365.18616 64.62695 365.18616Q63.595703 365.18616 63.126953 365.56116Q62.658203 365.93616 62.658203 366.4674Q62.658203 366.93616 62.98633 367.23303Q63.314453 367.5299 64.68945 367.8424Q66.08008 368.1549 66.5957 368.38928Q67.3457 368.74866 67.70508 369.2799Q68.06445 369.79553 68.06445 370.49866Q68.06445 371.18616 67.67383 371.79553Q67.2832 372.38928 66.54883 372.73303Q65.81445 373.06116 64.89258 373.06116Q63.720703 373.06116 62.92383 372.73303Q62.14258 372.38928 61.689453 371.70178Q61.251953 371.01428 61.23633 370.1549ZM70.62695 372.92053L68.7207 366.70178L69.81445 366.70178L70.79883 370.29553L71.17383 371.62366Q71.20508 371.5299 71.50195 370.3424L72.48633 366.70178L73.56445 366.70178L74.50195 370.31116L74.81445 371.49866L75.17383 370.29553L76.23633 366.70178L77.26758 366.70178L75.31445 372.92053L74.2207 372.92053L73.23633 369.18616L72.98633 368.13928L71.73633 372.92053L70.62695 372.92053ZM78.48633 365.54553L78.48633 364.32678L79.54883 364.32678L79.54883 365.54553L78.48633 365.54553ZM78.48633 372.92053L78.48633 366.70178L79.54883 366.70178L79.54883 372.92053L78.48633 372.92053ZM81.73633 372.92053L81.73633 367.51428L80.79883 367.51428L80.79883 366.70178L81.73633 366.70178L81.73633 366.0299Q81.73633 365.4049 81.8457 365.10803Q82.00195 364.68616 82.37695 364.43616Q82.76758 364.18616 83.45508 364.18616Q83.9082 364.18616 84.43945 364.29553L84.2832 365.20178Q83.95508 365.1549 83.6582 365.1549Q83.17383 365.1549 82.9707 365.35803Q82.7832 365.56116 82.7832 366.12366L82.7832 366.70178L84.00195 366.70178L84.00195 367.51428L82.7832 367.51428L82.7832 372.92053L81.73633 372.92053ZM86.7832 371.98303L86.93945 372.9049Q86.48633 372.99866 86.14258 372.99866Q85.56445 372.99866 85.25195 372.82678Q84.93945 372.63928 84.79883 372.3424Q84.67383 372.04553 84.67383 371.0924L84.67383 367.51428L83.9082 367.51428L83.9082 366.70178L84.67383 366.70178L84.67383 365.1549L85.7207 364.5299L85.7207 366.70178L86.7832 366.70178L86.7832 367.51428L85.7207 367.51428L85.7207 371.1549Q85.7207 371.60803 85.76758 371.73303Q85.83008 371.85803 85.95508 371.93616Q86.08008 372.01428 86.31445 372.01428Q86.50195 372.01428 86.7832 371.98303Z" fill-rule="nonzero"/><path fill="#666666" d="M56.23633 394.21176L57.29883 394.118Q57.376953 394.77426 57.658203 395.1805Q57.939453 395.58676 58.51758 395.8524Q59.11133 396.1024 59.845703 396.1024Q60.48633 396.1024 60.98633 395.9149Q61.48633 395.71176 61.720703 395.38364Q61.970703 395.0399 61.970703 394.64926Q61.970703 394.243 61.73633 393.94614Q61.501953 393.63364 60.970703 393.4305Q60.61133 393.2899 59.42383 393.00864Q58.251953 392.7274 57.783203 392.4774Q57.158203 392.14926 56.86133 391.6805Q56.564453 391.19614 56.564453 390.6024Q56.564453 389.96176 56.92383 389.39926Q57.29883 388.82114 58.001953 388.5399Q58.720703 388.243 59.58008 388.243Q60.533203 388.243 61.26758 388.5555Q62.001953 388.8524 62.39258 389.46176Q62.783203 390.0555 62.814453 390.8055L61.720703 390.88364Q61.626953 390.07114 61.11133 389.6649Q60.61133 389.243 59.626953 389.243Q58.595703 389.243 58.126953 389.618Q57.658203 389.993 57.658203 390.52426Q57.658203 390.993 57.98633 391.2899Q58.314453 391.58676 59.689453 391.89926Q61.08008 392.21176 61.595703 392.44614Q62.345703 392.8055 62.70508 393.33676Q63.064453 393.8524 63.064453 394.5555Q63.064453 395.243 62.67383 395.8524Q62.283203 396.44614 61.54883 396.7899Q60.814453 397.118 59.89258 397.118Q58.720703 397.118 57.92383 396.7899Q57.14258 396.44614 56.689453 395.75864Q56.251953 395.07114 56.23633 394.21176ZM68.54883 394.69614L69.58008 394.83676Q69.4082 395.89926 68.70508 396.50864Q68.00195 397.118 66.98633 397.118Q65.70508 397.118 64.92383 396.2899Q64.1582 395.44614 64.1582 393.88364Q64.1582 392.88364 64.48633 392.13364Q64.83008 391.368 65.50195 390.993Q66.18945 390.618 67.00195 390.618Q68.00195 390.618 68.64258 391.13364Q69.29883 391.63364 69.48633 392.58676L68.45508 392.743Q68.31445 392.118 67.93945 391.8055Q67.56445 391.4774 67.0332 391.4774Q66.23633 391.4774 65.73633 392.0555Q65.23633 392.618 65.23633 393.8524Q65.23633 395.118 65.7207 395.6805Q66.20508 396.243 66.9707 396.243Q67.5957 396.243 68.00195 395.868Q68.42383 395.493 68.54883 394.69614ZM74.54883 396.21176Q73.95508 396.71176 73.4082 396.9149Q72.87695 397.118 72.25195 397.118Q71.2207 397.118 70.67383 396.618Q70.12695 396.118 70.12695 395.33676Q70.12695 394.88364 70.33008 394.50864Q70.5332 394.118 70.87695 393.89926Q71.2207 393.6649 71.64258 393.5555Q71.93945 393.46176 72.58008 393.38364Q73.8457 393.243 74.45508 393.02426Q74.45508 392.8055 74.45508 392.75864Q74.45508 392.1024 74.1582 391.83676Q73.75195 391.493 72.95508 391.493Q72.2207 391.493 71.86133 391.75864Q71.50195 392.00864 71.33008 392.6649L70.29883 392.52426Q70.43945 391.868 70.76758 391.46176Q71.0957 391.0555 71.70508 390.83676Q72.31445 390.618 73.11133 390.618Q73.9082 390.618 74.4082 390.8055Q74.9082 390.993 75.14258 391.27426Q75.37695 391.5555 75.4707 391.993Q75.51758 392.25864 75.51758 392.96176L75.51758 394.368Q75.51758 395.83676 75.58008 396.2274Q75.6582 396.618 75.86133 396.9774L74.75195 396.9774Q74.5957 396.64926 74.54883 396.21176ZM74.45508 393.8524Q73.87695 394.08676 72.73633 394.25864Q72.08008 394.3524 71.81445 394.4774Q71.54883 394.58676 71.39258 394.8055Q71.25195 395.02426 71.25195 395.3055Q71.25195 395.7274 71.56445 396.00864Q71.89258 396.2899 72.50195 396.2899Q73.11133 396.2899 73.58008 396.02426Q74.06445 395.75864 74.2832 395.2899Q74.45508 394.9305 74.45508 394.243L74.45508 393.8524ZM77.45508 396.9774L77.45508 388.38364L78.51758 388.38364L78.51758 396.9774L77.45508 396.9774ZM84.54883 396.21176Q83.95508 396.71176 83.4082 396.9149Q82.87695 397.118 82.25195 397.118Q81.2207 397.118 80.67383 396.618Q80.12695 396.118 80.12695 395.33676Q80.12695 394.88364 80.33008 394.50864Q80.5332 394.118 80.87695 393.89926Q81.2207 393.6649 81.64258 393.5555Q81.93945 393.46176 82.58008 393.38364Q83.8457 393.243 84.45508 393.02426Q84.45508 392.8055 84.45508 392.75864Q84.45508 392.1024 84.1582 391.83676Q83.75195 391.493 82.95508 391.493Q82.2207 391.493 81.86133 391.75864Q81.50195 392.00864 81.33008 392.6649L80.29883 392.52426Q80.43945 391.868 80.76758 391.46176Q81.0957 391.0555 81.70508 390.83676Q82.31445 390.618 83.11133 390.618Q83.9082 390.618 84.4082 390.8055Q84.9082 390.993 85.14258 391.27426Q85.37695 391.5555 85.4707 391.993Q85.51758 392.25864 85.51758 392.96176L85.51758 394.368Q85.51758 395.83676 85.58008 396.2274Q85.6582 396.618 85.86133 396.9774L84.75195 396.9774Q84.5957 396.64926 84.54883 396.21176ZM84.45508 393.8524Q83.87695 394.08676 82.73633 394.25864Q82.08008 394.3524 81.81445 394.4774Q81.54883 394.58676 81.39258 394.8055Q81.25195 395.02426 81.25195 395.3055Q81.25195 395.7274 81.56445 396.00864Q81.89258 396.2899 82.50195 396.2899Q83.11133 396.2899 83.58008 396.02426Q84.06445 395.75864 84.2832 395.2899Q84.45508 394.9305 84.45508 394.243L84.45508 393.8524Z" fill-rule="nonzero"/><path fill="#666666" d="M56.564453 421.03424L56.564453 412.4405L57.70508 412.4405L57.70508 416.70612L61.970703 412.4405L63.51758 412.4405L59.908203 415.92487L63.67383 421.03424L62.17383 421.03424L59.11133 416.6905L57.70508 418.04987L57.70508 421.03424L56.564453 421.03424ZM64.0957 417.92487Q64.0957 416.1905 65.04883 415.36237Q65.8457 414.67487 67.00195 414.67487Q68.2832 414.67487 69.0957 415.51862Q69.92383 416.34674 69.92383 417.83112Q69.92383 419.03424 69.56445 419.72174Q69.20508 420.40924 68.50195 420.79987Q67.81445 421.17487 67.00195 421.17487Q65.70508 421.17487 64.89258 420.34674Q64.0957 419.503 64.0957 417.92487ZM65.17383 417.92487Q65.17383 419.11237 65.68945 419.70612Q66.2207 420.29987 67.00195 420.29987Q67.79883 420.29987 68.31445 419.70612Q68.83008 419.11237 68.83008 417.89362Q68.83008 416.73737 68.29883 416.14362Q67.7832 415.54987 67.00195 415.54987Q66.2207 415.54987 65.68945 416.14362Q65.17383 416.72174 65.17383 417.92487ZM73.7832 420.09674L73.93945 421.01862Q73.48633 421.11237 73.14258 421.11237Q72.56445 421.11237 72.25195 420.9405Q71.93945 420.753 71.79883 420.45612Q71.67383 420.15924 71.67383 419.20612L71.67383 415.628L70.9082 415.628L70.9082 414.8155L71.67383 414.8155L71.67383 413.26862L72.7207 412.64362L72.7207 414.8155L73.7832 414.8155L73.7832 415.628L72.7207 415.628L72.7207 419.26862Q72.7207 419.72174 72.76758 419.84674Q72.83008 419.97174 72.95508 420.04987Q73.08008 420.128 73.31445 420.128Q73.50195 420.128 73.7832 420.09674ZM74.45508 421.03424L74.45508 412.4405L75.51758 412.4405L75.51758 421.03424L74.45508 421.03424ZM77.48633 413.65924L77.48633 412.4405L78.54883 412.4405L78.54883 413.65924L77.48633 413.65924ZM77.48633 421.03424L77.48633 414.8155L78.54883 414.8155L78.54883 421.03424L77.48633 421.03424ZM80.48633 421.03424L80.48633 414.8155L81.42383 414.8155L81.42383 415.6905Q82.11133 414.67487 83.4082 414.67487Q83.9707 414.67487 84.43945 414.878Q84.92383 415.08112 85.1582 415.40924Q85.39258 415.73737 85.48633 416.17487Q85.5332 416.47174 85.5332 417.20612L85.5332 421.03424L84.48633 421.03424L84.48633 417.253Q84.48633 416.59674 84.36133 416.28424Q84.23633 415.97174 83.92383 415.78424Q83.61133 415.58112 83.18945 415.58112Q82.51758 415.58112 82.01758 416.01862Q81.5332 416.4405 81.5332 417.628L81.5332 421.03424L80.48633 421.03424Z" fill-rule="nonzero"/><path fill="#666666" d="M23.267578 440.9036Q23.267578 438.76297 24.408203 437.55984Q25.564453 436.3411 27.376953 436.3411Q28.580078 436.3411 29.533203 436.91922Q30.486328 437.48172 30.986328 438.49734Q31.486328 439.51297 31.486328 440.80984Q31.486328 442.10672 30.955078 443.13797Q30.423828 444.16922 29.455078 444.70047Q28.501953 445.23172 27.376953 445.23172Q26.158203 445.23172 25.205078 444.6536Q24.251953 444.05984 23.751953 443.05984Q23.267578 442.04422 23.267578 440.9036ZM24.439453 440.91922Q24.439453 442.48172 25.267578 443.37234Q26.111328 444.26297 27.376953 444.26297Q28.658203 444.26297 29.486328 443.37234Q30.314453 442.4661 30.314453 440.79422Q30.314453 439.74734 29.955078 438.9661Q29.611328 438.18484 28.923828 437.76297Q28.236328 437.32547 27.392578 437.32547Q26.189453 437.32547 25.314453 438.1536Q24.439453 438.98172 24.439453 440.91922ZM33.45508 445.0911L32.470703 445.0911L32.470703 436.49734L33.533203 436.49734L33.533203 439.55984Q34.20508 438.73172 35.23633 438.73172Q35.814453 438.73172 36.314453 438.9661Q36.83008 439.18484 37.158203 439.60672Q37.501953 440.0286 37.689453 440.62234Q37.876953 441.2161 37.876953 441.88797Q37.876953 443.48172 37.08008 444.35672Q36.283203 445.23172 35.189453 445.23172Q34.08008 445.23172 33.45508 444.30984L33.45508 445.0911ZM33.439453 441.93484Q33.439453 443.04422 33.751953 443.54422Q34.251953 444.35672 35.095703 444.35672Q35.783203 444.35672 36.283203 443.76297Q36.79883 443.16922 36.79883 441.9661Q36.79883 440.74734 36.314453 440.16922Q35.83008 439.5911 35.14258 439.5911Q34.45508 439.5911 33.939453 440.20047Q33.439453 440.79422 33.439453 441.93484ZM39.470703 437.73172L39.470703 436.49734L40.533203 436.49734L40.533203 437.73172L39.470703 437.73172ZM38.14258 447.51297L38.33008 446.60672Q38.658203 446.68484 38.83008 446.68484Q39.158203 446.68484 39.314453 446.4661Q39.470703 446.26297 39.470703 445.4036L39.470703 438.87234L40.533203 438.87234L40.533203 445.43484Q40.533203 446.57547 40.23633 447.0286Q39.845703 447.62234 38.970703 447.62234Q38.533203 447.62234 38.14258 447.51297ZM46.73633 443.0911L47.83008 443.2161Q47.58008 444.16922 46.876953 444.70047Q46.17383 445.23172 45.095703 445.23172Q43.73633 445.23172 42.92383 444.38797Q42.126953 443.54422 42.126953 442.0286Q42.126953 440.4661 42.939453 439.60672Q43.751953 438.73172 45.033203 438.73172Q46.283203 438.73172 47.064453 439.57547Q47.86133 440.41922 47.86133 441.9661Q47.86133 442.05984 47.86133 442.24734L43.220703 442.24734Q43.283203 443.2786 43.79883 443.82547Q44.314453 444.35672 45.095703 444.35672Q45.67383 444.35672 46.08008 444.05984Q46.501953 443.74734 46.73633 443.0911ZM43.283203 441.38797L46.751953 441.38797Q46.689453 440.5911 46.36133 440.20047Q45.845703 439.5911 45.04883 439.5911Q44.314453 439.5911 43.814453 440.07547Q43.33008 440.55984 43.283203 441.38797ZM53.54883 442.80984L54.58008 442.95047Q54.408203 444.01297 53.70508 444.62234Q53.001953 445.23172 51.98633 445.23172Q50.70508 445.23172 49.92383 444.4036Q49.158203 443.55984 49.158203 441.99734Q49.158203 440.99734 49.48633 440.24734Q49.83008 439.48172 50.501953 439.10672Q51.189453 438.73172 52.001953 438.73172Q53.001953 438.73172 53.64258 439.24734Q54.29883 439.74734 54.48633 440.70047L53.45508 440.85672Q53.314453 440.23172 52.939453 439.91922Q52.564453 439.5911 52.033203 439.5911Q51.23633 439.5911 50.73633 440.16922Q50.23633 440.73172 50.23633 441.9661Q50.23633 443.23172 50.720703 443.79422Q51.20508 444.35672 51.970703 444.35672Q52.595703 444.35672 53.001953 443.98172Q53.42383 443.60672 53.54883 442.80984ZM57.783203 444.1536L57.939453 445.07547Q57.48633 445.16922 57.14258 445.16922Q56.564453 445.16922 56.251953 444.99734Q55.939453 444.80984 55.79883 444.51297Q55.67383 444.2161 55.67383 443.26297L55.67383 439.68484L54.908203 439.68484L54.908203 438.87234L55.67383 438.87234L55.67383 437.32547L56.720703 436.70047L56.720703 438.87234L57.783203 438.87234L57.783203 439.68484L56.720703 439.68484L56.720703 443.32547Q56.720703 443.7786 56.76758 443.9036Q56.83008 444.0286 56.95508 444.10672Q57.08008 444.18484 57.314453 444.18484Q57.501953 444.18484 57.783203 444.1536ZM58.48633 437.7161L58.48633 436.49734L59.54883 436.49734L59.54883 437.7161L58.48633 437.7161ZM58.48633 445.0911L58.48633 438.87234L59.54883 438.87234L59.54883 445.0911L58.48633 445.0911ZM63.20508 445.0911L60.845703 438.87234L61.95508 438.87234L63.29883 442.5911Q63.501953 443.20047 63.689453 443.8411Q63.83008 443.35672 64.08008 442.66922L65.4707 438.87234L66.54883 438.87234L64.18945 445.0911L63.20508 445.0911ZM71.73633 443.0911L72.83008 443.2161Q72.58008 444.16922 71.87695 444.70047Q71.17383 445.23172 70.0957 445.23172Q68.73633 445.23172 67.92383 444.38797Q67.12695 443.54422 67.12695 442.0286Q67.12695 440.4661 67.93945 439.60672Q68.75195 438.73172 70.0332 438.73172Q71.2832 438.73172 72.06445 439.57547Q72.86133 440.41922 72.86133 441.9661Q72.86133 442.05984 72.86133 442.24734L68.2207 442.24734Q68.2832 443.2786 68.79883 443.82547Q69.31445 444.35672 70.0957 444.35672Q70.67383 444.35672 71.08008 444.05984Q71.50195 443.74734 71.73633 443.0911ZM68.2832 441.38797L71.75195 441.38797Q71.68945 440.5911 71.36133 440.20047Q70.8457 439.5911 70.04883 439.5911Q69.31445 439.5911 68.81445 440.07547Q68.33008 440.55984 68.2832 441.38797ZM74.06445 442.51297L74.06445 441.45047L77.31445 441.45047L77.31445 442.51297L74.06445 442.51297ZM84.75195 442.07547L85.87695 442.37234Q85.51758 443.76297 84.5957 444.49734Q83.67383 445.23172 82.33008 445.23172Q80.93945 445.23172 80.06445 444.66922Q79.18945 444.10672 78.73633 443.04422Q78.2832 441.9661 78.2832 440.73172Q78.2832 439.38797 78.79883 438.38797Q79.31445 437.38797 80.25195 436.87234Q81.20508 436.35672 82.3457 436.35672Q83.62695 436.35672 84.50195 437.01297Q85.39258 437.66922 85.73633 438.85672L84.61133 439.12234Q84.31445 438.18484 83.73633 437.76297Q83.17383 437.32547 82.31445 437.32547Q81.33008 437.32547 80.6582 437.80984Q80.00195 438.2786 79.7207 439.07547Q79.45508 439.87234 79.45508 440.73172Q79.45508 441.82547 79.76758 442.63797Q80.0957 443.45047 80.76758 443.85672Q81.43945 444.26297 82.23633 444.26297Q83.18945 444.26297 83.8457 443.7161Q84.51758 443.16922 84.75195 442.07547Z" fill-rule="nonzero"/><path fill="#666666" d="M62.626953 469.14792L62.626953 460.55417L66.43945 460.55417Q67.5957 460.55417 68.18945 460.78854Q68.7832 461.02292 69.14258 461.61667Q69.50195 462.1948 69.50195 462.89792Q69.50195 463.8198 68.9082 464.4448Q68.31445 465.0698 67.08008 465.24167Q67.5332 465.46042 67.76758 465.66354Q68.26758 466.11667 68.70508 466.80417L70.20508 469.14792L68.76758 469.14792L67.64258 467.36667Q67.14258 466.58542 66.81445 466.17917Q66.50195 465.77292 66.23633 465.61667Q65.98633 465.4448 65.7207 465.36667Q65.5332 465.33542 65.0957 465.33542L63.76758 465.33542L63.76758 469.14792L62.626953 469.14792ZM63.76758 464.35104L66.2207 464.35104Q66.98633 464.35104 67.42383 464.1948Q67.87695 464.02292 68.0957 463.67917Q68.33008 463.3198 68.33008 462.89792Q68.33008 462.28854 67.87695 461.89792Q67.43945 461.5073 66.48633 461.5073L63.76758 461.5073L63.76758 464.35104ZM75.56445 469.14792L75.56445 468.22604Q74.83008 469.28854 73.58008 469.28854Q73.0332 469.28854 72.54883 469.08542Q72.08008 468.86667 71.8457 468.55417Q71.61133 468.22604 71.51758 467.7573Q71.45508 467.46042 71.45508 466.77292L71.45508 462.92917L72.51758 462.92917L72.51758 466.3823Q72.51758 467.1948 72.58008 467.49167Q72.67383 467.89792 72.98633 468.14792Q73.31445 468.3823 73.79883 468.3823Q74.26758 468.3823 74.67383 468.14792Q75.0957 467.89792 75.26758 467.47604Q75.45508 467.05417 75.45508 466.2573L75.45508 462.92917L76.50195 462.92917L76.50195 469.14792L75.56445 469.14792ZM78.06445 467.28854L79.0957 467.1323Q79.18945 467.7573 79.58008 468.08542Q79.98633 468.41354 80.7207 468.41354Q81.43945 468.41354 81.7832 468.1323Q82.14258 467.83542 82.14258 467.42917Q82.14258 467.0698 81.83008 466.86667Q81.61133 466.72604 80.75195 466.5073Q79.5957 466.21042 79.14258 466.0073Q78.70508 465.78854 78.4707 465.41354Q78.23633 465.03854 78.23633 464.5698Q78.23633 464.16354 78.42383 463.80417Q78.61133 463.4448 78.93945 463.21042Q79.18945 463.03854 79.61133 462.91354Q80.0332 462.78854 80.5332 462.78854Q81.25195 462.78854 81.79883 463.0073Q82.36133 463.21042 82.62695 463.5698Q82.89258 463.92917 82.98633 464.52292L81.95508 464.66354Q81.89258 464.1948 81.54883 463.92917Q81.2207 463.64792 80.5957 463.64792Q79.87695 463.64792 79.56445 463.89792Q79.25195 464.1323 79.25195 464.46042Q79.25195 464.66354 79.37695 464.8198Q79.51758 464.99167 79.7832 465.10104Q79.93945 465.16354 80.7207 465.36667Q81.8457 465.67917 82.2832 465.86667Q82.7207 466.05417 82.9707 466.41354Q83.2207 466.77292 83.2207 467.3198Q83.2207 467.85104 82.9082 468.3198Q82.61133 468.77292 82.0332 469.03854Q81.45508 469.28854 80.7207 469.28854Q79.50195 469.28854 78.86133 468.78854Q78.23633 468.27292 78.06445 467.28854ZM86.7832 468.21042L86.93945 469.1323Q86.48633 469.22604 86.14258 469.22604Q85.56445 469.22604 85.25195 469.05417Q84.93945 468.86667 84.79883 468.5698Q84.67383 468.27292 84.67383 467.3198L84.67383 463.74167L83.9082 463.74167L83.9082 462.92917L84.67383 462.92917L84.67383 461.3823L85.7207 460.7573L85.7207 462.92917L86.7832 462.92917L86.7832 463.74167L85.7207 463.74167L85.7207 467.3823Q85.7207 467.83542 85.76758 467.96042Q85.83008 468.08542 85.95508 468.16354Q86.08008 468.24167 86.31445 468.24167Q86.50195 468.24167 86.7832 468.21042Z" fill-rule="nonzero"/><path fill="#666666" d="M53.751953 490.18915L54.876953 490.48602Q54.51758 491.87665 53.595703 492.61102Q52.67383 493.3454 51.33008 493.3454Q49.939453 493.3454 49.064453 492.7829Q48.189453 492.2204 47.73633 491.1579Q47.283203 490.07977 47.283203 488.8454Q47.283203 487.50165 47.79883 486.50165Q48.314453 485.50165 49.251953 484.98602Q50.20508 484.4704 51.345703 484.4704Q52.626953 484.4704 53.501953 485.12665Q54.39258 485.7829 54.73633 486.9704L53.61133 487.23602Q53.314453 486.29852 52.73633 485.87665Q52.17383 485.43915 51.314453 485.43915Q50.33008 485.43915 49.658203 485.92352Q49.001953 486.39227 48.720703 487.18915Q48.45508 487.98602 48.45508 488.8454Q48.45508 489.93915 48.76758 490.75165Q49.095703 491.56415 49.76758 491.9704Q50.439453 492.37665 51.23633 492.37665Q52.189453 492.37665 52.845703 491.82977Q53.51758 491.2829 53.751953 490.18915ZM56.45508 493.20477L56.45508 484.61102L57.51758 484.61102L57.51758 493.20477L56.45508 493.20477ZM59.095703 490.0954Q59.095703 488.36102 60.04883 487.5329Q60.845703 486.8454 62.001953 486.8454Q63.283203 486.8454 64.0957 487.68915Q64.92383 488.51727 64.92383 490.00165Q64.92383 491.20477 64.56445 491.89227Q64.20508 492.57977 63.501953 492.9704Q62.814453 493.3454 62.001953 493.3454Q60.70508 493.3454 59.89258 492.51727Q59.095703 491.67352 59.095703 490.0954ZM60.17383 490.0954Q60.17383 491.2829 60.689453 491.87665Q61.220703 492.4704 62.001953 492.4704Q62.79883 492.4704 63.314453 491.87665Q63.83008 491.2829 63.83008 490.06415Q63.83008 488.9079 63.29883 488.31415Q62.783203 487.7204 62.001953 487.7204Q61.220703 487.7204 60.689453 488.31415Q60.17383 488.89227 60.17383 490.0954ZM66.4707 485.8454L66.4707 484.61102L67.5332 484.61102L67.5332 485.8454L66.4707 485.8454ZM65.14258 495.62665L65.33008 494.7204Q65.6582 494.79852 65.83008 494.79852Q66.1582 494.79852 66.31445 494.57977Q66.4707 494.37665 66.4707 493.51727L66.4707 486.98602L67.5332 486.98602L67.5332 493.54852Q67.5332 494.68915 67.23633 495.14227Q66.8457 495.73602 65.9707 495.73602Q65.5332 495.73602 65.14258 495.62665ZM73.56445 493.20477L73.56445 492.2829Q72.83008 493.3454 71.58008 493.3454Q71.0332 493.3454 70.54883 493.14227Q70.08008 492.92352 69.8457 492.61102Q69.61133 492.2829 69.51758 491.81415Q69.45508 491.51727 69.45508 490.82977L69.45508 486.98602L70.51758 486.98602L70.51758 490.43915Q70.51758 491.25165 70.58008 491.54852Q70.67383 491.95477 70.98633 492.20477Q71.31445 492.43915 71.79883 492.43915Q72.26758 492.43915 72.67383 492.20477Q73.0957 491.95477 73.26758 491.5329Q73.45508 491.11102 73.45508 490.31415L73.45508 486.98602L74.50195 486.98602L74.50195 493.20477L73.56445 493.20477ZM76.4707 493.20477L76.4707 486.98602L77.42383 486.98602L77.42383 487.92352Q77.7832 487.26727 78.08008 487.06415Q78.39258 486.8454 78.76758 486.8454Q79.29883 486.8454 79.8457 487.17352L79.48633 488.1579Q79.0957 487.92352 78.7207 487.92352Q78.36133 487.92352 78.08008 488.14227Q77.81445 488.3454 77.70508 488.7204Q77.51758 489.2829 77.51758 489.93915L77.51758 493.20477L76.4707 493.20477ZM84.73633 491.20477L85.83008 491.32977Q85.58008 492.2829 84.87695 492.81415Q84.17383 493.3454 83.0957 493.3454Q81.73633 493.3454 80.92383 492.50165Q80.12695 491.6579 80.12695 490.14227Q80.12695 488.57977 80.93945 487.7204Q81.75195 486.8454 83.0332 486.8454Q84.2832 486.8454 85.06445 487.68915Q85.86133 488.5329 85.86133 490.07977Q85.86133 490.17352 85.86133 490.36102L81.2207 490.36102Q81.2832 491.39227 81.79883 491.93915Q82.31445 492.4704 83.0957 492.4704Q83.67383 492.4704 84.08008 492.17352Q84.50195 491.86102 84.73633 491.20477ZM81.2832 489.50165L84.75195 489.50165Q84.68945 488.70477 84.36133 488.31415Q83.8457 487.70477 83.04883 487.70477Q82.31445 487.70477 81.81445 488.18915Q81.33008 488.67352 81.2832 489.50165Z" fill-rule="nonzero"/><path fill="#666666" d="M57.26758 513.07416Q57.26758 510.93353 58.408203 509.7304Q59.564453 508.51166 61.376953 508.51166Q62.58008 508.51166 63.533203 509.08978Q64.48633 509.65228 64.98633 510.6679Q65.48633 511.68353 65.48633 512.9804Q65.48633 514.2773 64.95508 515.30853Q64.42383 516.3398 63.45508 516.87103Q62.501953 517.4023 61.376953 517.4023Q60.158203 517.4023 59.20508 516.82416Q58.251953 516.2304 57.751953 515.2304Q57.26758 514.2148 57.26758 513.07416ZM58.439453 513.0898Q58.439453 514.6523 59.26758 515.5429Q60.11133 516.43353 61.376953 516.43353Q62.658203 516.43353 63.48633 515.5429Q64.31445 514.63666 64.31445 512.9648Q64.31445 511.9179 63.95508 511.13666Q63.61133 510.3554 62.92383 509.93353Q62.23633 509.49603 61.39258 509.49603Q60.189453 509.49603 59.314453 510.32416Q58.439453 511.15228 58.439453 513.0898ZM68.7832 516.32416L68.93945 517.24603Q68.48633 517.3398 68.14258 517.3398Q67.56445 517.3398 67.25195 517.1679Q66.93945 516.9804 66.79883 516.68353Q66.67383 516.38666 66.67383 515.43353L66.67383 511.8554L65.9082 511.8554L65.9082 511.0429L66.67383 511.0429L66.67383 509.49603L67.7207 508.87103L67.7207 511.0429L68.7832 511.0429L68.7832 511.8554L67.7207 511.8554L67.7207 515.49603Q67.7207 515.94916 67.76758 516.07416Q67.83008 516.19916 67.95508 516.2773Q68.08008 516.3554 68.31445 516.3554Q68.50195 516.3554 68.7832 516.32416ZM69.48633 517.26166L69.48633 508.6679L70.5332 508.6679L70.5332 511.74603Q71.26758 510.90228 72.39258 510.90228Q73.0957 510.90228 73.5957 511.18353Q74.11133 511.44916 74.33008 511.93353Q74.54883 512.4023 74.54883 513.32416L74.54883 517.26166L73.50195 517.26166L73.50195 513.32416Q73.50195 512.5273 73.1582 512.1679Q72.81445 511.80853 72.18945 511.80853Q71.7207 511.80853 71.29883 512.05853Q70.89258 512.2929 70.70508 512.7148Q70.5332 513.12103 70.5332 513.8554L70.5332 517.26166L69.48633 517.26166ZM80.73633 515.26166L81.83008 515.38666Q81.58008 516.3398 80.87695 516.87103Q80.17383 517.4023 79.0957 517.4023Q77.73633 517.4023 76.92383 516.55853Q76.12695 515.7148 76.12695 514.19916Q76.12695 512.63666 76.93945 511.77728Q77.75195 510.90228 79.0332 510.90228Q80.2832 510.90228 81.06445 511.74603Q81.86133 512.5898 81.86133 514.13666Q81.86133 514.2304 81.86133 514.4179L77.2207 514.4179Q77.2832 515.44916 77.79883 515.99603Q78.31445 516.5273 79.0957 516.5273Q79.67383 516.5273 80.08008 516.2304Q80.50195 515.9179 80.73633 515.26166ZM77.2832 513.55853L80.75195 513.55853Q80.68945 512.76166 80.36133 512.37103Q79.8457 511.76166 79.04883 511.76166Q78.31445 511.76166 77.81445 512.24603Q77.33008 512.7304 77.2832 513.55853ZM83.4707 517.26166L83.4707 511.0429L84.42383 511.0429L84.42383 511.9804Q84.7832 511.32416 85.08008 511.12103Q85.39258 510.90228 85.76758 510.90228Q86.29883 510.90228 86.8457 511.2304L86.48633 512.2148Q86.0957 511.9804 85.7207 511.9804Q85.36133 511.9804 85.08008 512.19916Q84.81445 512.4023 84.70508 512.7773Q84.51758 513.3398 84.51758 513.99603L84.51758 517.26166L83.4707 517.26166Z" fill-rule="nonzero"/><path fill="#666666" d="M84.18945 542.2656Q84.18945 540.7344 84.50195 539.8125Q84.81445 538.875 85.42383 538.375Q86.04883 537.875 86.98633 537.875Q87.67383 537.875 88.18945 538.15625Q88.7207 538.4375 89.06445 538.96875Q89.4082 539.4844 89.5957 540.2344Q89.7832 540.9844 89.7832 542.2656Q89.7832 543.78125 89.4707 544.7031Q89.17383 545.625 88.54883 546.1406Q87.93945 546.6406 86.98633 546.6406Q85.75195 546.6406 85.0332 545.75Q84.18945 544.6875 84.18945 542.2656ZM85.26758 542.2656Q85.26758 544.375 85.76758 545.0781Q86.26758 545.78125 86.98633 545.78125Q87.7207 545.78125 88.20508 545.0781Q88.70508 544.375 88.70508 542.2656Q88.70508 540.1406 88.20508 539.4531Q87.7207 538.75 86.9707 538.75Q86.25195 538.75 85.81445 539.3594Q85.26758 540.1406 85.26758 542.2656ZM91.39258 539.96875Q91.39258 539.0469 91.8457 538.40625Q92.31445 537.7656 93.18945 537.7656Q94.00195 537.7656 94.5332 538.34375Q95.06445 538.9219 95.06445 540.03125Q95.06445 541.125 94.51758 541.71875Q93.98633 542.2969 93.20508 542.2969Q92.42383 542.2969 91.9082 541.71875Q91.39258 541.1406 91.39258 539.96875ZM93.2207 538.4844Q92.83008 538.4844 92.56445 538.8281Q92.31445 539.1719 92.31445 540.0781Q92.31445 540.90625 92.56445 541.25Q92.83008 541.5781 93.2207 541.5781Q93.62695 541.5781 93.87695 541.2344Q94.14258 540.8906 94.14258 540.0Q94.14258 539.15625 93.87695 538.8281Q93.61133 538.4844 93.2207 538.4844ZM93.2207 546.8125L97.92383 537.7656L98.7832 537.7656L94.0957 546.8125L93.2207 546.8125ZM96.93945 544.4844Q96.93945 543.5625 97.39258 542.9219Q97.86133 542.28125 98.75195 542.28125Q99.56445 542.28125 100.0957 542.8594Q100.62695 543.4219 100.62695 544.5469Q100.62695 545.6406 100.08008 546.2344Q99.54883 546.8125 98.75195 546.8125Q97.98633 546.8125 97.45508 546.2344Q96.93945 545.65625 96.93945 544.4844ZM98.7832 543.0Q98.37695 543.0 98.11133 543.34375Q97.86133 543.6875 97.86133 544.59375Q97.86133 545.40625 98.12695 545.75Q98.39258 546.09375 98.7832 546.09375Q99.17383 546.09375 99.43945 545.75Q99.70508 545.40625 99.70508 544.5Q99.70508 543.6719 99.43945 543.34375Q99.17383 543.0 98.7832 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M181.69844 545.4844L181.69844 546.5L176.01094 546.5Q176.01094 546.125 176.13594 545.7656Q176.35469 545.1875 176.82344 544.625Q177.30782 544.0625 178.21407 543.3281Q179.62032 542.1719 180.10469 541.5Q180.60469 540.8281 180.60469 540.2344Q180.60469 539.6094 180.15157 539.1875Q179.69844 538.75 178.97969 538.75Q178.21407 538.75 177.76094 539.2031Q177.30782 539.65625 177.29219 540.46875L176.21407 540.3594Q176.32344 539.1406 177.04219 538.5156Q177.77657 537.875 179.01094 537.875Q180.24532 537.875 180.96407 538.5625Q181.68282 539.25 181.68282 540.2656Q181.68282 540.78125 181.46407 541.28125Q181.26094 541.7656 180.76094 542.3281Q180.27657 542.875 179.15157 543.8281Q178.19844 544.625 177.91719 544.9219Q177.65157 545.2031 177.47969 545.4844L181.69844 545.4844ZM183.15157 542.2656Q183.15157 540.7344 183.46407 539.8125Q183.77657 538.875 184.38594 538.375Q185.01094 537.875 185.94844 537.875Q186.63594 537.875 187.15157 538.15625Q187.68282 538.4375 188.02657 538.96875Q188.37032 539.4844 188.55782 540.2344Q188.74532 540.9844 188.74532 542.2656Q188.74532 543.78125 188.43282 544.7031Q188.13594 545.625 187.51094 546.1406Q186.90157 546.6406 185.94844 546.6406Q184.71407 546.6406 183.99532 545.75Q183.15157 544.6875 183.15157 542.2656ZM184.22969 542.2656Q184.22969 544.375 184.72969 545.0781Q185.22969 545.78125 185.94844 545.78125Q186.68282 545.78125 187.16719 545.0781Q187.66719 544.375 187.66719 542.2656Q187.66719 540.1406 187.16719 539.4531Q186.68282 538.75 185.93282 538.75Q185.21407 538.75 184.77657 539.3594Q184.22969 540.1406 184.22969 542.2656ZM190.35469 539.96875Q190.35469 539.0469 190.80782 538.40625Q191.27657 537.7656 192.15157 537.7656Q192.96407 537.7656 193.49532 538.34375Q194.02657 538.9219 194.02657 540.03125Q194.02657 541.125 193.47969 541.71875Q192.94844 542.2969 192.16719 542.2969Q191.38594 542.2969 190.87032 541.71875Q190.35469 541.1406 190.35469 539.96875ZM192.18282 538.4844Q191.79219 538.4844 191.52657 538.8281Q191.27657 539.1719 191.27657 540.0781Q191.27657 540.90625 191.52657 541.25Q191.79219 541.5781 192.18282 541.5781Q192.58907 541.5781 192.83907 541.2344Q193.10469 540.8906 193.10469 540.0Q193.10469 539.15625 192.83907 538.8281Q192.57344 538.4844 192.18282 538.4844ZM192.18282 546.8125L196.88594 537.7656L197.74532 537.7656L193.05782 546.8125L192.18282 546.8125ZM195.90157 544.4844Q195.90157 543.5625 196.35469 542.9219Q196.82344 542.28125 197.71407 542.28125Q198.52657 542.28125 199.05782 542.8594Q199.58907 543.4219 199.58907 544.5469Q199.58907 545.6406 199.04219 546.2344Q198.51094 546.8125 197.71407 546.8125Q196.94844 546.8125 196.41719 546.2344Q195.90157 545.65625 195.90157 544.4844ZM197.74532 543.0Q197.33907 543.0 197.07344 543.34375Q196.82344 543.6875 196.82344 544.59375Q196.82344 545.40625 197.08907 545.75Q197.35469 546.09375 197.74532 546.09375Q198.13594 546.09375 198.40157 545.75Q198.66719 545.40625 198.66719 544.5Q198.66719 543.6719 198.40157 543.34375Q198.13594 543.0 197.74532 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M274.98868 546.5L274.98868 544.4375L271.26993 544.4375L271.26993 543.46875L275.1918 537.90625L276.05118 537.90625L276.05118 543.46875L277.20743 543.46875L277.20743 544.4375L276.05118 544.4375L276.05118 546.5L274.98868 546.5ZM274.98868 543.46875L274.98868 539.6094L272.30118 543.46875L274.98868 543.46875ZM278.61368 542.2656Q278.61368 540.7344 278.92618 539.8125Q279.23868 538.875 279.84805 538.375Q280.47305 537.875 281.41055 537.875Q282.09805 537.875 282.61368 538.15625Q283.14493 538.4375 283.48868 538.96875Q283.83243 539.4844 284.01993 540.2344Q284.20743 540.9844 284.20743 542.2656Q284.20743 543.78125 283.89493 544.7031Q283.59805 545.625 282.97305 546.1406Q282.36368 546.6406 281.41055 546.6406Q280.17618 546.6406 279.45743 545.75Q278.61368 544.6875 278.61368 542.2656ZM279.6918 542.2656Q279.6918 544.375 280.1918 545.0781Q280.6918 545.78125 281.41055 545.78125Q282.14493 545.78125 282.6293 545.0781Q283.1293 544.375 283.1293 542.2656Q283.1293 540.1406 282.6293 539.4531Q282.14493 538.75 281.39493 538.75Q280.67618 538.75 280.23868 539.3594Q279.6918 540.1406 279.6918 542.2656ZM285.8168 539.96875Q285.8168 539.0469 286.26993 538.40625Q286.73868 537.7656 287.61368 537.7656Q288.42618 537.7656 288.95743 538.34375Q289.48868 538.9219 289.48868 540.03125Q289.48868 541.125 288.9418 541.71875Q288.41055 542.2969 287.6293 542.2969Q286.84805 542.2969 286.33243 541.71875Q285.8168 541.1406 285.8168 539.96875ZM287.64493 538.4844Q287.2543 538.4844 286.98868 538.8281Q286.73868 539.1719 286.73868 540.0781Q286.73868 540.90625 286.98868 541.25Q287.2543 541.5781 287.64493 541.5781Q288.05118 541.5781 288.30118 541.2344Q288.5668 540.8906 288.5668 540.0Q288.5668 539.15625 288.30118 538.8281Q288.03555 538.4844 287.64493 538.4844ZM287.64493 546.8125L292.34805 537.7656L293.20743 537.7656L288.51993 546.8125L287.64493 546.8125ZM291.36368 544.4844Q291.36368 543.5625 291.8168 542.9219Q292.28555 542.28125 293.17618 542.28125Q293.98868 542.28125 294.51993 542.8594Q295.05118 543.4219 295.05118 544.5469Q295.05118 545.6406 294.5043 546.2344Q293.97305 546.8125 293.17618 546.8125Q292.41055 546.8125 291.8793 546.2344Q291.36368 545.65625 291.36368 544.4844ZM293.20743 543.0Q292.80118 543.0 292.53555 543.34375Q292.28555 543.6875 292.28555 544.59375Q292.28555 545.40625 292.55118 545.75Q292.8168 546.09375 293.20743 546.09375Q293.59805 546.09375 293.86368 545.75Q294.1293 545.40625 294.1293 544.5Q294.1293 543.6719 293.86368 543.34375Q293.59805 543.0 293.20743 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M372.54453 540.0156L371.49765 540.09375Q371.35703 539.46875 371.10703 539.1875Q370.66953 538.7344 370.04453 538.7344Q369.54453 538.7344 369.1539 539.0156Q368.66953 539.3906 368.37265 540.09375Q368.0914 540.78125 368.07578 542.0625Q368.45078 541.4844 368.99765 541.2031Q369.56015 540.9219 370.16953 540.9219Q371.2164 540.9219 371.95078 541.7031Q372.70078 542.4844 372.70078 543.7031Q372.70078 544.5156 372.3414 545.21875Q371.99765 545.90625 371.38828 546.28125Q370.7789 546.6406 370.01328 546.6406Q368.68515 546.6406 367.85703 545.6719Q367.0289 544.7031 367.0289 542.4844Q367.0289 539.9844 367.95078 538.8594Q368.74765 537.875 370.10703 537.875Q371.12265 537.875 371.76328 538.4531Q372.41953 539.0156 372.54453 540.0156ZM368.24765 543.71875Q368.24765 544.2656 368.4664 544.7656Q368.70078 545.25 369.10703 545.5156Q369.5289 545.78125 369.99765 545.78125Q370.6539 545.78125 371.13828 545.25Q371.62265 544.7031 371.62265 543.78125Q371.62265 542.8906 371.13828 542.375Q370.66953 541.8594 369.95078 541.8594Q369.23203 541.8594 368.73203 542.375Q368.24765 542.8906 368.24765 543.71875ZM374.07578 542.2656Q374.07578 540.7344 374.38828 539.8125Q374.70078 538.875 375.31015 538.375Q375.93515 537.875 376.87265 537.875Q377.56015 537.875 378.07578 538.15625Q378.60703 538.4375 378.95078 538.96875Q379.29453 539.4844 379.48203 540.2344Q379.66953 540.9844 379.66953 542.2656Q379.66953 543.78125 379.35703 544.7031Q379.06015 545.625 378.43515 546.1406Q377.82578 546.6406 376.87265 546.6406Q375.63828 546.6406 374.91953 545.75Q374.07578 544.6875 374.07578 542.2656ZM375.1539 542.2656Q375.1539 544.375 375.6539 545.0781Q376.1539 545.78125 376.87265 545.78125Q377.60703 545.78125 378.0914 545.0781Q378.5914 544.375 378.5914 542.2656Q378.5914 540.1406 378.0914 539.4531Q377.60703 538.75 376.85703 538.75Q376.13828 538.75 375.70078 539.3594Q375.1539 540.1406 375.1539 542.2656ZM381.2789 539.96875Q381.2789 539.0469 381.73203 538.40625Q382.20078 537.7656 383.07578 537.7656Q383.88828 537.7656 384.41953 538.34375Q384.95078 538.9219 384.95078 540.03125Q384.95078 541.125 384.4039 541.71875Q383.87265 542.2969 383.0914 542.2969Q382.31015 542.2969 381.79453 541.71875Q381.2789 541.1406 381.2789 539.96875ZM383.10703 538.4844Q382.7164 538.4844 382.45078 538.8281Q382.20078 539.1719 382.20078 540.0781Q382.20078 540.90625 382.45078 541.25Q382.7164 541.5781 383.10703 541.5781Q383.51328 541.5781 383.76328 541.2344Q384.0289 540.8906 384.0289 540.0Q384.0289 539.15625 383.76328 538.8281Q383.49765 538.4844 383.10703 538.4844ZM383.10703 546.8125L387.81015 537.7656L388.66953 537.7656L383.98203 546.8125L383.10703 546.8125ZM386.82578 544.4844Q386.82578 543.5625 387.2789 542.9219Q387.74765 542.28125 388.63828 542.28125Q389.45078 542.28125 389.98203 542.8594Q390.51328 543.4219 390.51328 544.5469Q390.51328 545.6406 389.9664 546.2344Q389.43515 546.8125 388.63828 546.8125Q387.87265 546.8125 387.3414 546.2344Q386.82578 545.65625 386.82578 544.4844ZM388.66953 543.0Q388.26328 543.0 387.99765 543.34375Q387.74765 543.6875 387.74765 544.59375Q387.74765 545.40625 388.01328 545.75Q388.2789 546.09375 388.66953 546.09375Q389.06015 546.09375 389.32578 545.75Q389.5914 545.40625 389.5914 544.5Q389.5914 543.6719 389.32578 543.34375Q389.06015 543.0 388.66953 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M464.1629 541.84375Q463.50665 541.59375 463.17853 541.15625Q462.86603 540.7031 462.86603 540.09375Q462.86603 539.15625 463.5379 538.5156Q464.2254 537.875 465.33478 537.875Q466.45978 537.875 467.14728 538.53125Q467.83478 539.1875 467.83478 540.125Q467.83478 540.71875 467.52228 541.15625Q467.20978 541.59375 466.56915 541.84375Q467.36603 542.09375 467.77228 542.6719Q468.17853 543.25 468.17853 544.0469Q468.17853 545.1406 467.39728 545.8906Q466.63165 546.6406 465.3504 546.6406Q464.08478 546.6406 463.30353 545.8906Q462.52228 545.1406 462.52228 544.0156Q462.52228 543.1719 462.94415 542.6094Q463.38165 542.0469 464.1629 541.84375ZM463.94415 540.0469Q463.94415 540.65625 464.33478 541.0469Q464.74103 541.4375 465.36603 541.4375Q465.9754 541.4375 466.36603 541.0625Q466.75665 540.6719 466.75665 540.1094Q466.75665 539.53125 466.3504 539.1406Q465.94415 538.7344 465.3504 538.7344Q464.74103 538.7344 464.33478 539.125Q463.94415 539.5156 463.94415 540.0469ZM463.61603 544.0156Q463.61603 544.46875 463.81915 544.8906Q464.0379 545.3125 464.45978 545.5469Q464.88165 545.78125 465.36603 545.78125Q466.11603 545.78125 466.6004 545.2969Q467.1004 544.8125 467.1004 544.0625Q467.1004 543.2969 466.6004 542.7969Q466.1004 542.2969 465.33478 542.2969Q464.58478 542.2969 464.1004 542.7969Q463.61603 543.28125 463.61603 544.0156ZM469.5379 542.2656Q469.5379 540.7344 469.8504 539.8125Q470.1629 538.875 470.77228 538.375Q471.39728 537.875 472.33478 537.875Q473.02228 537.875 473.5379 538.15625Q474.06915 538.4375 474.4129 538.96875Q474.75665 539.4844 474.94415 540.2344Q475.13165 540.9844 475.13165 542.2656Q475.13165 543.78125 474.81915 544.7031Q474.52228 545.625 473.89728 546.1406Q473.2879 546.6406 472.33478 546.6406Q471.1004 546.6406 470.38165 545.75Q469.5379 544.6875 469.5379 542.2656ZM470.61603 542.2656Q470.61603 544.375 471.11603 545.0781Q471.61603 545.78125 472.33478 545.78125Q473.06915 545.78125 473.55353 545.0781Q474.05353 544.375 474.05353 542.2656Q474.05353 540.1406 473.55353 539.4531Q473.06915 538.75 472.31915 538.75Q471.6004 538.75 471.1629 539.3594Q470.61603 540.1406 470.61603 542.2656ZM476.74103 539.96875Q476.74103 539.0469 477.19415 538.40625Q477.6629 537.7656 478.5379 537.7656Q479.3504 537.7656 479.88165 538.34375Q480.4129 538.9219 480.4129 540.03125Q480.4129 541.125 479.86603 541.71875Q479.33478 542.2969 478.55353 542.2969Q477.77228 542.2969 477.25665 541.71875Q476.74103 541.1406 476.74103 539.96875ZM478.56915 538.4844Q478.17853 538.4844 477.9129 538.8281Q477.6629 539.1719 477.6629 540.0781Q477.6629 540.90625 477.9129 541.25Q478.17853 541.5781 478.56915 541.5781Q478.9754 541.5781 479.2254 541.2344Q479.49103 540.8906 479.49103 540.0Q479.49103 539.15625 479.2254 538.8281Q478.95978 538.4844 478.56915 538.4844ZM478.56915 546.8125L483.27228 537.7656L484.13165 537.7656L479.44415 546.8125L478.56915 546.8125ZM482.2879 544.4844Q482.2879 543.5625 482.74103 542.9219Q483.20978 542.28125 484.1004 542.28125Q484.9129 542.28125 485.44415 542.8594Q485.9754 543.4219 485.9754 544.5469Q485.9754 545.6406 485.42853 546.2344Q484.89728 546.8125 484.1004 546.8125Q483.33478 546.8125 482.80353 546.2344Q482.2879 545.65625 482.2879 544.4844ZM484.13165 543.0Q483.7254 543.0 483.45978 543.34375Q483.20978 543.6875 483.20978 544.59375Q483.20978 545.40625 483.4754 545.75Q483.74103 546.09375 484.13165 546.09375Q484.52228 546.09375 484.7879 545.75Q485.05353 545.40625 485.05353 544.5Q485.05353 543.6719 484.7879 543.34375Q484.52228 543.0 484.13165 543.0Z" fill-rule="nonzero"/><path fill="#666666" d="M558.46875 546.5L557.4219 546.5L557.4219 539.78125Q557.03125 540.1406 556.40625 540.5156Q555.7969 540.875 555.3125 541.0469L555.3125 540.03125Q556.1875 539.6094 556.84375 539.03125Q557.5156 538.4375 557.7969 537.875L558.46875 537.875L558.46875 546.5ZM561.5 542.2656Q561.5 540.7344 561.8125 539.8125Q562.125 538.875 562.7344 538.375Q563.3594 537.875 564.2969 537.875Q564.9844 537.875 565.5 538.15625Q566.03125 538.4375 566.375 538.96875Q566.71875 539.4844 566.90625 540.2344Q567.09375 540.9844 567.09375 542.2656Q567.09375 543.78125 566.78125 544.7031Q566.4844 545.625 565.8594 546.1406Q565.25 546.6406 564.2969 546.6406Q563.0625 546.6406 562.34375 545.75Q561.5 544.6875 561.5 542.2656ZM562.5781 542.2656Q562.5781 544.375 563.0781 545.0781Q563.5781 545.78125 564.2969 545.78125Q565.03125 545.78125 565.5156 545.0781Q566.0156 544.375 566.0156 542.2656Q566.0156 540.1406 565.5156 539.4531Q565.03125 538.75 564.28125 538.75Q563.5625 538.75 563.125 539.3594Q562.5781 540.1406 562.5781 542.2656ZM568.5 542.2656Q568.5 540.7344 568.8125 539.8125Q569.125 538.875 569.7344 538.375Q570.3594 537.875 571.2969 537.875Q571.9844 537.875 572.5 538.15625Q573.03125 538.4375 573.375 538.96875Q573.71875 539.4844 573.90625 540.2344Q574.09375 540.9844 574.09375 542.2656Q574.09375 543.78125 573.78125 544.7031Q573.4844 545.625 572.8594 546.1406Q572.25 546.6406 571.2969 546.6406Q570.0625 546.6406 569.34375 545.75Q568.5 544.6875 568.5 542.2656ZM569.5781 542.2656Q569.5781 544.375 570.0781 545.0781Q570.5781 545.78125 571.2969 545.78125Q572.03125 545.78125 572.5156 545.0781Q573.0156 544.375 573.0156 542.2656Q573.0156 540.1406 572.5156 539.4531Q572.03125 538.75 571.28125 538.75Q570.5625 538.75 570.125 539.3594Q569.5781 540.1406 569.5781 542.2656ZM575.7031 539.96875Q575.7031 539.0469 576.15625 538.40625Q576.625 537.7656 577.5 537.7656Q578.3125 537.7656 578.84375 538.34375Q579.375 538.9219 579.375 540.03125Q579.375 541.125 578.8281 541.71875Q578.2969 542.2969 577.5156 542.2969Q576.7344 542.2969 576.21875 541.71875Q575.7031 541.1406 575.7031 539.96875ZM577.53125 538.4844Q577.1406 538.4844 576.875 538.8281Q576.625 539.1719 576.625 540.0781Q576.625 540.90625 576.875 541.25Q577.1406 541.5781 577.53125 541.5781Q577.9375 541.5781 578.1875 541.2344Q578.4531 540.8906 578.4531 540.0Q578.4531 539.15625 578.1875 538.8281Q577.9219 538.4844 577.53125 538.4844ZM577.53125 546.8125L582.2344 537.7656L583.09375 537.7656L578.40625 546.8125L577.53125 546.8125ZM581.25 544.4844Q581.25 543.5625 581.7031 542.9219Q582.1719 542.28125 583.0625 542.28125Q583.875 542.28125 584.40625 542.8594Q584.9375 543.4219 584.9375 544.5469Q584.9375 545.6406 584.3906 546.2344Q583.8594 546.8125 583.0625 546.8125Q582.2969 546.8125 581.7656 546.2344Q581.25 545.65625 581.25 544.4844ZM583.09375 543.0Q582.6875 543.0 582.4219 543.34375Q582.1719 543.6875 582.1719 544.59375Q582.1719 545.40625 582.4375 545.75Q582.7031 546.09375 583.09375 546.09375Q583.4844 546.09375 583.75 545.75Q584.0156 545.40625 584.0156 544.5Q584.0156 543.6719 583.75 543.34375Q583.4844 543.0 583.09375 543.0Z" fill-rule="nonzero"/><path fill="#00acd7" d="M149.40341 591.39655C149.40341 590.84424 149.85114 590.39655 150.40341 590.39655L160.40341 590.39655C160.9557 590.39655 161.40341 590.84424 161.40341 591.39655L161.40341 601.39655C161.40341 601.94885 160.9557 602.39655 160.40341 602.39655L150.40341 602.39655C149.85114 602.39655 149.40341 601.94885 149.40341 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M170.34091 600.39655L170.34091 591.8028L174.15341 591.8028Q175.30966 591.8028 175.90341 592.0372Q176.49716 592.27155 176.85654 592.8653Q177.21591 593.4434 177.21591 594.14655Q177.21591 595.0684 176.62216 595.6934Q176.02841 596.3184 174.79404 596.4903Q175.24716 596.70905 175.48154 596.9122Q175.98154 597.3653 176.41904 598.0528L177.91904 600.39655L176.48154 600.39655L175.35654 598.6153Q174.85654 597.83405 174.52841 597.4278Q174.21591 597.02155 173.95029 596.8653Q173.70029 596.6934 173.43466 596.6153Q173.24716 596.58405 172.80966 596.58405L171.48154 596.58405L171.48154 600.39655L170.34091 600.39655ZM171.48154 595.5997L173.93466 595.5997Q174.70029 595.5997 175.13779 595.4434Q175.59091 595.27155 175.80966 594.9278Q176.04404 594.5684 176.04404 594.14655Q176.04404 593.5372 175.59091 593.14655Q175.15341 592.7559 174.20029 592.7559L171.48154 592.7559L171.48154 595.5997ZM183.26279 599.6309Q182.66904 600.1309 182.12216 600.33405Q181.59091 600.5372 180.96591 600.5372Q179.93466 600.5372 179.38779 600.0372Q178.84091 599.5372 178.84091 598.7559Q178.84091 598.3028 179.04404 597.9278Q179.24716 597.5372 179.59091 597.3184Q179.93466 597.08405 180.35654 596.9747Q180.65341 596.8809 181.29404 596.8028Q182.55966 596.6622 183.16904 596.4434Q183.16904 596.2247 183.16904 596.1778Q183.16904 595.52155 182.87216 595.2559Q182.46591 594.9122 181.66904 594.9122Q180.93466 594.9122 180.57529 595.1778Q180.21591 595.4278 180.04404 596.08405L179.01279 595.9434Q179.15341 595.2872 179.48154 594.8809Q179.80966 594.4747 180.41904 594.2559Q181.02841 594.0372 181.82529 594.0372Q182.62216 594.0372 183.12216 594.2247Q183.62216 594.4122 183.85654 594.6934Q184.09091 594.9747 184.18466 595.4122Q184.23154 595.6778 184.23154 596.3809L184.23154 597.7872Q184.23154 599.2559 184.29404 599.64655Q184.37216 600.0372 184.57529 600.39655L183.46591 600.39655Q183.30966 600.0684 183.26279 599.6309ZM183.16904 597.27155Q182.59091 597.5059 181.45029 597.6778Q180.79404 597.77155 180.52841 597.89655Q180.26279 598.0059 180.10654 598.2247Q179.96591 598.4434 179.96591 598.7247Q179.96591 599.14655 180.27841 599.4278Q180.60654 599.70905 181.21591 599.70905Q181.82529 599.70905 182.29404 599.4434Q182.77841 599.1778 182.99716 598.70905Q183.16904 598.3497 183.16904 597.6622L183.16904 597.27155ZM186.20029 600.39655L186.20029 594.1778L187.13779 594.1778L187.13779 595.0528Q187.82529 594.0372 189.12216 594.0372Q189.68466 594.0372 190.15341 594.2403Q190.63779 594.4434 190.87216 594.77155Q191.10654 595.0997 191.20029 595.5372Q191.24716 595.83405 191.24716 596.5684L191.24716 600.39655L190.20029 600.39655L190.20029 596.6153Q190.20029 595.95905 190.07529 595.64655Q189.95029 595.33405 189.63779 595.14655Q189.32529 594.9434 188.90341 594.9434Q188.23154 594.9434 187.73154 595.3809Q187.24716 595.8028 187.24716 596.9903L187.24716 600.39655L186.20029 600.39655ZM193.20029 600.39655L193.20029 591.8028L194.26279 591.8028L194.26279 596.70905L196.74716 594.1778L198.12216 594.1778L195.73154 596.4747L198.35654 600.39655L197.05966 600.39655L194.99716 597.20905L194.26279 597.9278L194.26279 600.39655L193.20029 600.39655ZM203.45029 598.39655L204.54404 598.52155Q204.29404 599.4747 203.59091 600.0059Q202.88779 600.5372 201.80966 600.5372Q200.45029 600.5372 199.63779 599.6934Q198.84091 598.8497 198.84091 597.33405Q198.84091 595.77155 199.65341 594.9122Q200.46591 594.0372 201.74716 594.0372Q202.99716 594.0372 203.77841 594.8809Q204.57529 595.7247 204.57529 597.27155Q204.57529 597.3653 204.57529 597.5528L199.93466 597.5528Q199.99716 598.58405 200.51279 599.1309Q201.02841 599.6622 201.80966 599.6622Q202.38779 599.6622 202.79404 599.3653Q203.21591 599.0528 203.45029 598.39655ZM199.99716 596.6934L203.46591 596.6934Q203.40341 595.89655 203.07529 595.5059Q202.55966 594.89655 201.76279 594.89655Q201.02841 594.89655 200.52841 595.3809Q200.04404 595.8653 199.99716 596.6934ZM210.23154 600.39655L210.23154 599.6153Q209.63779 600.5372 208.49716 600.5372Q207.74716 600.5372 207.12216 600.1309Q206.49716 599.70905 206.15341 598.9747Q205.80966 598.2403 205.80966 597.2872Q205.80966 596.3653 206.12216 595.5997Q206.43466 594.83405 207.05966 594.4434Q207.68466 594.0372 208.45029 594.0372Q209.01279 594.0372 209.45029 594.27155Q209.88779 594.5059 210.16904 594.8809L210.16904 591.8028L211.21591 591.8028L211.21591 600.39655L210.23154 600.39655ZM206.90341 597.2872Q206.90341 598.4903 207.40341 599.08405Q207.90341 599.6622 208.59091 599.6622Q209.27841 599.6622 209.76279 599.0997Q210.24716 598.5372 210.24716 597.3809Q210.24716 596.0997 209.74716 595.5059Q209.26279 594.9122 208.54404 594.9122Q207.84091 594.9122 207.37216 595.4903Q206.90341 596.0528 206.90341 597.2872ZM219.87216 600.39655L218.82529 600.39655L218.82529 593.6778Q218.43466 594.0372 217.80966 594.4122Q217.20029 594.77155 216.71591 594.9434L216.71591 593.9278Q217.59091 593.5059 218.24716 592.9278Q218.91904 592.33405 219.20029 591.77155L219.87216 591.77155L219.87216 600.39655ZM222.77841 598.5372L223.80966 598.3809Q223.90341 599.0059 224.29404 599.33405Q224.70029 599.6622 225.43466 599.6622Q226.15341 599.6622 226.49716 599.3809Q226.85654 599.08405 226.85654 598.6778Q226.85654 598.3184 226.54404 598.1153Q226.32529 597.9747 225.46591 597.7559Q224.30966 597.45905 223.85654 597.2559Q223.41904 597.0372 223.18466 596.6622Q222.95029 596.2872 222.95029 595.8184Q222.95029 595.4122 223.13779 595.0528Q223.32529 594.6934 223.65341 594.45905Q223.90341 594.2872 224.32529 594.1622Q224.74716 594.0372 225.24716 594.0372Q225.96591 594.0372 226.51279 594.2559Q227.07529 594.45905 227.34091 594.8184Q227.60654 595.1778 227.70029 595.77155L226.66904 595.9122Q226.60654 595.4434 226.26279 595.1778Q225.93466 594.89655 225.30966 594.89655Q224.59091 594.89655 224.27841 595.14655Q223.96591 595.3809 223.96591 595.70905Q223.96591 595.9122 224.09091 596.0684Q224.23154 596.2403 224.49716 596.3497Q224.65341 596.4122 225.43466 596.6153Q226.55966 596.9278 226.99716 597.1153Q227.43466 597.3028 227.68466 597.6622Q227.93466 598.02155 227.93466 598.5684Q227.93466 599.0997 227.62216 599.5684Q227.32529 600.02155 226.74716 600.2872Q226.16904 600.5372 225.43466 600.5372Q224.21591 600.5372 223.57529 600.0372Q222.95029 599.52155 222.77841 598.5372ZM231.49716 599.45905L231.65341 600.3809Q231.20029 600.4747 230.85654 600.4747Q230.27841 600.4747 229.96591 600.3028Q229.65341 600.1153 229.51279 599.8184Q229.38779 599.52155 229.38779 598.5684L229.38779 594.9903L228.62216 594.9903L228.62216 594.1778L229.38779 594.1778L229.38779 592.6309L230.43466 592.0059L230.43466 594.1778L231.49716 594.1778L231.49716 594.9903L230.43466 594.9903L230.43466 598.6309Q230.43466 599.08405 230.48154 599.20905Q230.54404 599.33405 230.66904 599.4122Q230.79404 599.4903 231.02841 599.4903Q231.21591 599.4903 231.49716 599.45905Z" fill-rule="nonzero"/><path fill="#2eb8da" d="M247.40341 591.39655C247.40341 590.84424 247.85114 590.39655 248.40341 590.39655L258.4034 590.39655C258.9557 590.39655 259.4034 590.84424 259.4034 591.39655L259.4034 601.39655C259.4034 601.94885 258.9557 602.39655 258.4034 602.39655L248.40341 602.39655C247.85114 602.39655 247.40341 601.94885 247.40341 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M273.4503 599.3809L273.4503 600.39655L267.7628 600.39655Q267.7628 600.02155 267.8878 599.6622Q268.10654 599.08405 268.5753 598.52155Q269.05966 597.95905 269.9659 597.2247Q271.37216 596.0684 271.85654 595.39655Q272.35654 594.7247 272.35654 594.1309Q272.35654 593.5059 271.9034 593.08405Q271.4503 592.64655 270.73154 592.64655Q269.9659 592.64655 269.5128 593.0997Q269.05966 593.5528 269.04404 594.3653L267.9659 594.2559Q268.0753 593.0372 268.79404 592.4122Q269.5284 591.77155 270.7628 591.77155Q271.99716 591.77155 272.7159 592.45905Q273.43466 593.14655 273.43466 594.1622Q273.43466 594.6778 273.2159 595.1778Q273.0128 595.6622 272.5128 596.2247Q272.0284 596.77155 270.9034 597.7247Q269.9503 598.52155 269.66904 598.8184Q269.4034 599.0997 269.23154 599.3809L273.4503 599.3809ZM275.2003 600.39655L275.2003 594.1778L276.1378 594.1778L276.1378 595.0528Q276.8253 594.0372 278.12216 594.0372Q278.68466 594.0372 279.1534 594.2403Q279.6378 594.4434 279.87216 594.77155Q280.10654 595.0997 280.2003 595.5372Q280.24716 595.83405 280.24716 596.5684L280.24716 600.39655L279.2003 600.39655L279.2003 596.6153Q279.2003 595.95905 279.0753 595.64655Q278.9503 595.33405 278.6378 595.14655Q278.3253 594.9434 277.9034 594.9434Q277.23154 594.9434 276.73154 595.3809Q276.24716 595.8028 276.24716 596.9903L276.24716 600.39655L275.2003 600.39655ZM286.23154 600.39655L286.23154 599.6153Q285.6378 600.5372 284.49716 600.5372Q283.74716 600.5372 283.12216 600.1309Q282.49716 599.70905 282.1534 598.9747Q281.80966 598.2403 281.80966 597.2872Q281.80966 596.3653 282.12216 595.5997Q282.43466 594.83405 283.05966 594.4434Q283.68466 594.0372 284.4503 594.0372Q285.0128 594.0372 285.4503 594.27155Q285.8878 594.5059 286.16904 594.8809L286.16904 591.8028L287.2159 591.8028L287.2159 600.39655L286.23154 600.39655ZM282.9034 597.2872Q282.9034 598.4903 283.4034 599.08405Q283.9034 599.6622 284.5909 599.6622Q285.2784 599.6622 285.7628 599.0997Q286.24716 598.5372 286.24716 597.3809Q286.24716 596.0997 285.74716 595.5059Q285.2628 594.9122 284.54404 594.9122Q283.8409 594.9122 283.37216 595.4903Q282.9034 596.0528 282.9034 597.2872Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M304.4034 591.39655C304.4034 590.84424 304.85114 590.39655 305.4034 590.39655L315.4034 590.39655C315.9557 590.39655 316.4034 590.84424 316.4034 591.39655L316.4034 601.39655C316.4034 601.94885 315.9557 602.39655 315.4034 602.39655L305.4034 602.39655C304.85114 602.39655 304.4034 601.94885 304.4034 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M324.9034 598.1309L325.9659 597.9903Q326.1378 598.8809 326.5753 599.2872Q327.0128 599.6778 327.6378 599.6778Q328.3878 599.6778 328.9034 599.1622Q329.41904 598.64655 329.41904 597.8809Q329.41904 597.1622 328.93466 596.6934Q328.4659 596.20905 327.73154 596.20905Q327.43466 596.20905 326.98154 596.33405L327.10654 595.39655Q327.2159 595.4122 327.2784 595.4122Q327.9503 595.4122 328.48154 595.0684Q329.0284 594.70905 329.0284 593.9747Q329.0284 593.39655 328.6378 593.02155Q328.24716 592.6309 327.62216 592.6309Q327.0128 592.6309 326.5909 593.02155Q326.18466 593.4122 326.0753 594.1778L325.0128 593.9903Q325.2003 592.9434 325.8878 592.3653Q326.5753 591.77155 327.5909 591.77155Q328.29404 591.77155 328.8878 592.08405Q329.48154 592.3809 329.79404 592.89655Q330.10654 593.4122 330.10654 594.0059Q330.10654 594.5528 329.80966 595.02155Q329.5128 595.4747 328.93466 595.7403Q329.68466 595.9122 330.10654 596.4747Q330.5284 597.02155 330.5284 597.8653Q330.5284 598.9903 329.7003 599.77155Q328.8878 600.5528 327.6378 600.5528Q326.5128 600.5528 325.7628 599.8809Q325.0128 599.1934 324.9034 598.1309ZM332.18466 600.39655L332.18466 594.1778L333.1378 594.1778L333.1378 595.1153Q333.49716 594.45905 333.79404 594.2559Q334.10654 594.0372 334.48154 594.0372Q335.0128 594.0372 335.55966 594.3653L335.2003 595.3497Q334.80966 595.1153 334.43466 595.1153Q334.0753 595.1153 333.79404 595.33405Q333.5284 595.5372 333.41904 595.9122Q333.23154 596.4747 333.23154 597.1309L333.23154 600.39655L332.18466 600.39655ZM340.23154 600.39655L340.23154 599.6153Q339.6378 600.5372 338.49716 600.5372Q337.74716 600.5372 337.12216 600.1309Q336.49716 599.70905 336.1534 598.9747Q335.80966 598.2403 335.80966 597.2872Q335.80966 596.3653 336.12216 595.5997Q336.43466 594.83405 337.05966 594.4434Q337.68466 594.0372 338.4503 594.0372Q339.0128 594.0372 339.4503 594.27155Q339.8878 594.5059 340.16904 594.8809L340.16904 591.8028L341.2159 591.8028L341.2159 600.39655L340.23154 600.39655ZM336.9034 597.2872Q336.9034 598.4903 337.4034 599.08405Q337.9034 599.6622 338.5909 599.6622Q339.2784 599.6622 339.7628 599.0997Q340.24716 598.5372 340.24716 597.3809Q340.24716 596.0997 339.74716 595.5059Q339.2628 594.9122 338.54404 594.9122Q337.8409 594.9122 337.37216 595.4903Q336.9034 596.0528 336.9034 597.2872Z" fill-rule="nonzero"/><path fill="#8ad0e0" d="M358.4034 591.39655C358.4034 590.84424 358.85114 590.39655 359.4034 590.39655L369.4034 590.39655C369.9557 590.39655 370.4034 590.84424 370.4034 591.39655L370.4034 601.39655C370.4034 601.94885 369.9557 602.39655 369.4034 602.39655L359.4034 602.39655C358.85114 602.39655 358.4034 601.94885 358.4034 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M382.2784 600.39655L382.2784 598.33405L378.55966 598.33405L378.55966 597.3653L382.48154 591.8028L383.3409 591.8028L383.3409 597.3653L384.49716 597.3653L384.49716 598.33405L383.3409 598.33405L383.3409 600.39655L382.2784 600.39655ZM382.2784 597.3653L382.2784 593.5059L379.5909 597.3653L382.2784 597.3653ZM388.49716 599.45905L388.6534 600.3809Q388.2003 600.4747 387.85654 600.4747Q387.2784 600.4747 386.9659 600.3028Q386.6534 600.1153 386.5128 599.8184Q386.3878 599.52155 386.3878 598.5684L386.3878 594.9903L385.62216 594.9903L385.62216 594.1778L386.3878 594.1778L386.3878 592.6309L387.43466 592.0059L387.43466 594.1778L388.49716 594.1778L388.49716 594.9903L387.43466 594.9903L387.43466 598.6309Q387.43466 599.08405 387.48154 599.20905Q387.54404 599.33405 387.66904 599.4122Q387.79404 599.4903 388.0284 599.4903Q388.2159 599.4903 388.49716 599.45905ZM389.2003 600.39655L389.2003 591.8028L390.24716 591.8028L390.24716 594.8809Q390.98154 594.0372 392.10654 594.0372Q392.80966 594.0372 393.30966 594.3184Q393.8253 594.58405 394.04404 595.0684Q394.2628 595.5372 394.2628 596.45905L394.2628 600.39655L393.2159 600.39655L393.2159 596.45905Q393.2159 595.6622 392.87216 595.3028Q392.5284 594.9434 391.9034 594.9434Q391.43466 594.9434 391.0128 595.1934Q390.60654 595.4278 390.41904 595.8497Q390.24716 596.2559 390.24716 596.9903L390.24716 600.39655L389.2003 600.39655Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M411.4034 591.39655C411.4034 590.84424 411.85114 590.39655 412.4034 590.39655L422.4034 590.39655C422.9557 590.39655 423.4034 590.84424 423.4034 591.39655L423.4034 601.39655C423.4034 601.94885 422.9557 602.39655 422.4034 602.39655L412.4034 602.39655C411.85114 602.39655 411.4034 601.94885 411.4034 601.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M431.9034 598.14655L433.0128 598.0528Q433.1378 598.8653 433.5753 599.27155Q434.0284 599.6778 434.66904 599.6778Q435.41904 599.6778 435.9503 599.0997Q436.48154 598.52155 436.48154 597.58405Q436.48154 596.6778 435.9659 596.1622Q435.4659 595.6309 434.6378 595.6309Q434.1378 595.6309 433.7159 595.8653Q433.30966 596.0997 433.0753 596.45905L432.0909 596.33405L432.91904 591.9278L437.2003 591.9278L437.2003 592.9278L433.7628 592.9278L433.30966 595.2403Q434.0753 594.6934 434.91904 594.6934Q436.04404 594.6934 436.80966 595.4747Q437.5909 596.2559 437.5909 597.4903Q437.5909 598.64655 436.91904 599.5059Q436.0909 600.5372 434.66904 600.5372Q433.49716 600.5372 432.74716 599.8809Q432.0128 599.2247 431.9034 598.14655ZM441.49716 599.45905L441.6534 600.3809Q441.2003 600.4747 440.85654 600.4747Q440.2784 600.4747 439.9659 600.3028Q439.6534 600.1153 439.5128 599.8184Q439.3878 599.52155 439.3878 598.5684L439.3878 594.9903L438.62216 594.9903L438.62216 594.1778L439.3878 594.1778L439.3878 592.6309L440.43466 592.0059L440.43466 594.1778L441.49716 594.1778L441.49716 594.9903L440.43466 594.9903L440.43466 598.6309Q440.43466 599.08405 440.48154 599.20905Q440.54404 599.33405 440.66904 599.4122Q440.79404 599.4903 441.0284 599.4903Q441.2159 599.4903 441.49716 599.45905ZM442.2003 600.39655L442.2003 591.8028L443.24716 591.8028L443.24716 594.8809Q443.98154 594.0372 445.10654 594.0372Q445.80966 594.0372 446.30966 594.3184Q446.8253 594.58405 447.04404 595.0684Q447.2628 595.5372 447.2628 596.45905L447.2628 600.39655L446.2159 600.39655L446.2159 596.45905Q446.2159 595.6622 445.87216 595.3028Q445.5284 594.9434 444.9034 594.9434Q444.43466 594.9434 444.0128 595.1934Q443.60654 595.4278 443.41904 595.8497Q443.24716 596.2559 443.24716 596.9903L443.24716 600.39655L442.2003 600.39655Z" fill-rule="nonzero"/><path fill="#666666" d="M28.900585 42.090908L28.900585 32.075283L33.35371 32.075283Q34.69746 32.075283 35.38496 32.340908Q36.088085 32.606533 36.494335 33.294033Q36.91621 33.981533 36.91621 34.809658Q36.91621 35.872158 36.22871 36.606533Q35.54121 37.325283 34.10371 37.528408Q34.619335 37.778408 34.900585 38.028408Q35.47871 38.559658 35.994335 39.356533L37.744335 42.090908L36.07246 42.090908L34.744335 40.012783Q34.16621 39.106533 33.79121 38.637783Q33.41621 38.153408 33.119335 37.965908Q32.82246 37.762783 32.50996 37.684658Q32.29121 37.637783 31.775585 37.637783L30.22871 37.637783L30.22871 42.090908L28.900585 42.090908ZM30.22871 36.497158L33.088085 36.497158Q33.994335 36.497158 34.50996 36.309658Q35.025585 36.122158 35.29121 35.715908Q35.556835 35.294033 35.556835 34.809658Q35.556835 34.090908 35.04121 33.637783Q34.525585 33.169033 33.400585 33.169033L30.22871 33.169033L30.22871 36.497158ZM43.463085 41.200283Q42.79121 41.778408 42.150585 42.028408Q41.525585 42.262783 40.79121 42.262783Q39.60371 42.262783 38.94746 41.684658Q38.306835 41.090908 38.306835 40.169033Q38.306835 39.637783 38.54121 39.200283Q38.79121 38.762783 39.181835 38.497158Q39.588085 38.231533 40.07246 38.090908Q40.431835 37.997158 41.16621 37.903408Q42.66621 37.731533 43.369335 37.481533Q43.369335 37.231533 43.369335 37.169033Q43.369335 36.403408 43.025585 36.106533Q42.556835 35.684658 41.619335 35.684658Q40.75996 35.684658 40.338085 35.997158Q39.931835 36.294033 39.72871 37.059658L38.525585 36.903408Q38.681835 36.122158 39.056835 35.653408Q39.44746 35.184658 40.150585 34.934658Q40.869335 34.669033 41.806835 34.669033Q42.72871 34.669033 43.306835 34.887783Q43.88496 35.106533 44.150585 35.434658Q44.431835 35.762783 44.54121 36.278408Q44.60371 36.590908 44.60371 37.403408L44.60371 39.044033Q44.60371 40.762783 44.681835 41.215908Q44.75996 41.669033 44.994335 42.090908L43.713085 42.090908Q43.525585 41.700283 43.463085 41.200283ZM43.369335 38.450283Q42.69746 38.715908 41.35371 38.919033Q40.60371 39.028408 40.275585 39.169033Q39.963085 39.294033 39.79121 39.559658Q39.619335 39.825283 39.619335 40.137783Q39.619335 40.637783 39.994335 40.965908Q40.369335 41.294033 41.088085 41.294033Q41.806835 41.294033 42.35371 40.981533Q42.900585 40.669033 43.16621 40.122158Q43.369335 39.715908 43.369335 38.903408L43.369335 38.450283ZM46.72871 42.090908L46.72871 34.825283L47.838085 34.825283L47.838085 35.856533Q48.63496 34.669033 50.150585 34.669033Q50.806835 34.669033 51.35371 34.903408Q51.900585 35.137783 52.16621 35.528408Q52.44746 35.903408 52.556835 36.434658Q52.63496 36.778408 52.63496 37.622158L52.63496 42.090908L51.400585 42.090908L51.400585 37.669033Q51.400585 36.919033 51.25996 36.559658Q51.119335 36.184658 50.744335 35.965908Q50.38496 35.731533 49.88496 35.731533Q49.10371 35.731533 48.525585 36.231533Q47.963085 36.731533 47.963085 38.122158L47.963085 42.090908L46.72871 42.090908ZM54.744335 42.090908L54.744335 32.075283L55.963085 32.075283L55.963085 37.778408L58.88496 34.825283L60.47871 34.825283L57.69746 37.528408L60.75996 42.090908L59.22871 42.090908L56.838085 38.372158L55.963085 39.215908L55.963085 42.090908L54.744335 42.090908ZM68.416214 40.997158L68.58809 42.075283Q68.072464 42.184658 67.666214 42.184658Q66.99434 42.184658 66.61934 41.981533Q66.259964 41.762783 66.103714 41.419033Q65.96309 41.075283 65.96309 39.965908L65.96309 35.794033L65.05684 35.794033L65.05684 34.825283L65.96309 34.825283L65.96309 33.028408L67.18184 32.294033L67.18184 34.825283L68.416214 34.825283L68.416214 35.794033L67.18184 35.794033L67.18184 40.028408Q67.18184 40.559658 67.24434 40.715908Q67.30684 40.856533 67.447464 40.950283Q67.603714 41.044033 67.86934 41.044033Q68.08809 41.044033 68.416214 40.997158ZM69.728714 42.090908L69.728714 32.075283L70.96309 32.075283L70.96309 35.669033Q71.822464 34.669033 73.134964 34.669033Q73.947464 34.669033 74.541214 34.997158Q75.134964 35.309658 75.384964 35.872158Q75.65059 36.419033 75.65059 37.497158L75.65059 42.090908L74.416214 42.090908L74.416214 37.497158Q74.416214 36.559658 74.009964 36.153408Q73.61934 35.731533 72.884964 35.731533Q72.33809 35.731533 71.853714 36.012783Q71.36934 36.294033 71.166214 36.778408Q70.96309 37.262783 70.96309 38.122158L70.96309 42.090908L69.728714 42.090908ZM82.697464 39.747158L83.978714 39.903408Q83.666214 41.028408 82.853714 41.653408Q82.041214 42.262783 80.77559 42.262783Q79.18184 42.262783 78.24434 41.278408Q77.322464 40.294033 77.322464 38.528408Q77.322464 36.684658 78.259964 35.684658Q79.21309 34.669033 80.71309 34.669033Q82.166214 34.669033 83.08809 35.669033Q84.009964 36.653408 84.009964 38.450283Q84.009964 38.559658 84.009964 38.778408L78.58809 38.778408Q78.666214 39.965908 79.259964 40.606533Q79.86934 41.247158 80.791214 41.247158Q81.46309 41.247158 81.93184 40.887783Q82.416214 40.528408 82.697464 39.747158ZM78.666214 37.762783L82.71309 37.762783Q82.634964 36.840908 82.24434 36.387783Q81.666214 35.684658 80.728714 35.684658Q79.86934 35.684658 79.291214 36.247158Q78.728714 36.809658 78.666214 37.762783ZM90.02559 42.090908L90.02559 35.794033L88.93184 35.794033L88.93184 34.825283L90.02559 34.825283L90.02559 34.059658Q90.02559 33.325283 90.15059 32.965908Q90.33809 32.497158 90.77559 32.200283Q91.228714 31.903408 92.041214 31.903408Q92.55684 31.903408 93.18184 32.028408L92.99434 33.090908Q92.61934 33.028408 92.27559 33.028408Q91.71309 33.028408 91.478714 33.262783Q91.24434 33.497158 91.24434 34.153408L91.24434 34.825283L92.666214 34.825283L92.666214 35.794033L91.24434 35.794033L91.24434 42.090908L90.02559 42.090908ZM93.27559 38.465908Q93.27559 36.450283 94.40059 35.465908Q95.322464 34.669033 96.68184 34.669033Q98.166214 34.669033 99.11934 35.653408Q100.072464 36.622158 100.072464 38.356533Q100.072464 39.762783 99.65059 40.575283Q99.228714 41.372158 98.416214 41.825283Q97.61934 42.262783 96.68184 42.262783Q95.15059 42.262783 94.21309 41.278408Q93.27559 40.294033 93.27559 38.465908ZM94.541214 38.465908Q94.541214 39.856533 95.15059 40.559658Q95.759964 41.247158 96.68184 41.247158Q97.58809 41.247158 98.197464 40.544033Q98.80684 39.840908 98.80684 38.419033Q98.80684 37.075283 98.197464 36.387783Q97.58809 35.684658 96.68184 35.684658Q95.759964 35.684658 95.15059 36.372158Q94.541214 37.059658 94.541214 38.465908ZM101.697464 42.090908L101.697464 32.075283L102.93184 32.075283L102.93184 42.090908L101.697464 42.090908ZM104.697464 42.090908L104.697464 32.075283L105.93184 32.075283L105.93184 42.090908L104.697464 42.090908ZM107.27559 38.465908Q107.27559 36.450283 108.40059 35.465908Q109.322464 34.669033 110.68184 34.669033Q112.166214 34.669033 113.11934 35.653408Q114.072464 36.622158 114.072464 38.356533Q114.072464 39.762783 113.65059 40.575283Q113.228714 41.372158 112.416214 41.825283Q111.61934 42.262783 110.68184 42.262783Q109.15059 42.262783 108.21309 41.278408Q107.27559 40.294033 107.27559 38.465908ZM108.541214 38.465908Q108.541214 39.856533 109.15059 40.559658Q109.759964 41.247158 110.68184 41.247158Q111.58809 41.247158 112.197464 40.544033Q112.80684 39.840908 112.80684 38.419033Q112.80684 37.075283 112.197464 36.387783Q111.58809 35.684658 110.68184 35.684658Q109.759964 35.684658 109.15059 36.372158Q108.541214 37.059658 108.541214 38.465908ZM117.072464 42.090908L114.853714 34.825283L116.11934 34.825283L117.27559 39.028408L117.71309 40.575283Q117.728714 40.465908 118.08809 39.075283L119.24434 34.825283L120.49434 34.825283L121.58809 39.044033L121.947464 40.434658L122.36934 39.028408L123.61934 34.825283L124.80684 34.825283L122.541214 42.090908L121.259964 42.090908L120.103714 37.747158L119.822464 36.512783L118.353714 42.090908L117.072464 42.090908ZM125.74434 33.481533L125.74434 32.075283L126.96309 32.075283L126.96309 33.481533L125.74434 33.481533ZM125.74434 42.090908L125.74434 34.825283L126.96309 34.825283L126.96309 42.090908L125.74434 42.090908ZM128.72871 42.090908L128.72871 34.825283L129.83809 34.825283L129.83809 35.856533Q130.63496 34.669033 132.15059 34.669033Q132.80684 34.669033 133.35371 34.903408Q133.90059 35.137783 134.16621 35.528408Q134.44746 35.903408 134.55684 36.434658Q134.63496 36.778408 134.63496 37.622158L134.63496 42.090908L133.40059 42.090908L133.40059 37.669033Q133.40059 36.919033 133.25996 36.559658Q133.11934 36.184658 132.74434 35.965908Q132.38496 35.731533 131.88496 35.731533Q131.10371 35.731533 130.52559 36.231533Q129.96309 36.731533 129.96309 38.122158L129.96309 42.090908L128.72871 42.090908ZM136.50996 42.700283L137.69746 42.872158Q137.77559 43.419033 138.11934 43.684658Q138.57246 44.012783 139.36934 44.012783Q140.22871 44.012783 140.68184 43.669033Q141.15059 43.340908 141.32246 42.715908Q141.41621 42.340908 141.40059 41.137783Q140.60371 42.090908 139.40059 42.090908Q137.90059 42.090908 137.07246 41.012783Q136.25996 39.934658 136.25996 38.419033Q136.25996 37.387783 136.63496 36.512783Q137.00996 35.622158 137.71309 35.153408Q138.43184 34.669033 139.40059 34.669033Q140.68184 34.669033 141.52559 35.700283L141.52559 34.825283L142.65059 34.825283L142.65059 41.106533Q142.65059 42.809658 142.30684 43.512783Q141.96309 44.215908 141.21309 44.622158Q140.46309 45.044033 139.36934 45.044033Q138.07246 45.044033 137.27559 44.450283Q136.47871 43.872158 136.50996 42.700283ZM137.52559 38.325283Q137.52559 39.762783 138.08809 40.419033Q138.65059 41.075283 139.50996 41.075283Q140.35371 41.075283 140.93184 40.419033Q141.50996 39.762783 141.50996 38.372158Q141.50996 37.044033 140.91621 36.372158Q140.32246 35.684658 139.49434 35.684658Q138.66621 35.684658 138.08809 36.356533Q137.52559 37.012783 137.52559 38.325283ZM148.69746 42.090908L148.69746 32.075283L149.93184 32.075283L149.93184 42.090908L148.69746 42.090908ZM156.46309 41.200283Q155.79121 41.778408 155.15059 42.028408Q154.52559 42.262783 153.79121 42.262783Q152.60371 42.262783 151.94746 41.684658Q151.30684 41.090908 151.30684 40.169033Q151.30684 39.637783 151.54121 39.200283Q151.79121 38.762783 152.18184 38.497158Q152.58809 38.231533 153.07246 38.090908Q153.43184 37.997158 154.16621 37.903408Q155.66621 37.731533 156.36934 37.481533Q156.36934 37.231533 156.36934 37.169033Q156.36934 36.403408 156.02559 36.106533Q155.55684 35.684658 154.61934 35.684658Q153.75996 35.684658 153.33809 35.997158Q152.93184 36.294033 152.72871 37.059658L151.52559 36.903408Q151.68184 36.122158 152.05684 35.653408Q152.44746 35.184658 153.15059 34.934658Q153.86934 34.669033 154.80684 34.669033Q155.72871 34.669033 156.30684 34.887783Q156.88496 35.106533 157.15059 35.434658Q157.43184 35.762783 157.54121 36.278408Q157.60371 36.590908 157.60371 37.403408L157.60371 39.044033Q157.60371 40.762783 157.68184 41.215908Q157.75996 41.669033 157.99434 42.090908L156.71309 42.090908Q156.52559 41.700283 156.46309 41.200283ZM156.36934 38.450283Q155.69746 38.715908 154.35371 38.919033Q153.60371 39.028408 153.27559 39.169033Q152.96309 39.294033 152.79121 39.559658Q152.61934 39.825283 152.61934 40.137783Q152.61934 40.637783 152.99434 40.965908Q153.36934 41.294033 154.08809 41.294033Q154.80684 41.294033 155.35371 40.981533Q155.90059 40.669033 156.16621 40.122158Q156.36934 39.715908 156.36934 38.903408L156.36934 38.450283ZM159.72871 42.090908L159.72871 34.825283L160.83809 34.825283L160.83809 35.856533Q161.63496 34.669033 163.15059 34.669033Q163.80684 34.669033 164.35371 34.903408Q164.90059 35.137783 165.16621 35.528408Q165.44746 35.903408 165.55684 36.434658Q165.63496 36.778408 165.63496 37.622158L165.63496 42.090908L164.40059 42.090908L164.40059 37.669033Q164.40059 36.919033 164.25996 36.559658Q164.11934 36.184658 163.74434 35.965908Q163.38496 35.731533 162.88496 35.731533Q162.10371 35.731533 161.52559 36.231533Q160.96309 36.731533 160.96309 38.122158L160.96309 42.090908L159.72871 42.090908ZM167.50996 42.700283L168.69746 42.872158Q168.77559 43.419033 169.11934 43.684658Q169.57246 44.012783 170.36934 44.012783Q171.22871 44.012783 171.68184 43.669033Q172.15059 43.340908 172.32246 42.715908Q172.41621 42.340908 172.40059 41.137783Q171.60371 42.090908 170.40059 42.090908Q168.90059 42.090908 168.07246 41.012783Q167.25996 39.934658 167.25996 38.419033Q167.25996 37.387783 167.63496 36.512783Q168.00996 35.622158 168.71309 35.153408Q169.43184 34.669033 170.40059 34.669033Q171.68184 34.669033 172.52559 35.700283L172.52559 34.825283L173.65059 34.825283L173.65059 41.106533Q173.65059 42.809658 173.30684 43.512783Q172.96309 44.215908 172.21309 44.622158Q171.46309 45.044033 170.36934 45.044033Q169.07246 45.044033 168.27559 44.450283Q167.47871 43.872158 167.50996 42.700283ZM168.52559 38.325283Q168.52559 39.762783 169.08809 40.419033Q169.65059 41.075283 170.50996 41.075283Q171.35371 41.075283 171.93184 40.419033Q172.50996 39.762783 172.50996 38.372158Q172.50996 37.044033 171.91621 36.372158Q171.32246 35.684658 170.49434 35.684658Q169.66621 35.684658 169.08809 36.356533Q168.52559 37.012783 168.52559 38.325283ZM180.49434 42.090908L180.49434 41.028408Q179.63496 42.262783 178.18184 42.262783Q177.54121 42.262783 176.97871 42.012783Q176.43184 41.762783 176.15059 41.387783Q175.88496 41.012783 175.77559 40.481533Q175.69746 40.122158 175.69746 39.325283L175.69746 34.825283L176.93184 34.825283L176.93184 38.856533Q176.93184 39.825283 177.00996 40.153408Q177.11934 40.637783 177.49434 40.919033Q177.86934 41.200283 178.43184 41.200283Q178.97871 41.200283 179.46309 40.919033Q179.94746 40.622158 180.15059 40.137783Q180.35371 39.653408 180.35371 38.715908L180.35371 34.825283L181.58809 34.825283L181.58809 42.090908L180.49434 42.090908ZM188.46309 41.200283Q187.79121 41.778408 187.15059 42.028408Q186.52559 42.262783 185.79121 42.262783Q184.60371 42.262783 183.94746 41.684658Q183.30684 41.090908 183.30684 40.169033Q183.30684 39.637783 183.54121 39.200283Q183.79121 38.762783 184.18184 38.497158Q184.58809 38.231533 185.07246 38.090908Q185.43184 37.997158 186.16621 37.903408Q187.66621 37.731533 188.36934 37.481533Q188.36934 37.231533 188.36934 37.169033Q188.36934 36.403408 188.02559 36.106533Q187.55684 35.684658 186.61934 35.684658Q185.75996 35.684658 185.33809 35.997158Q184.93184 36.294033 184.72871 37.059658L183.52559 36.903408Q183.68184 36.122158 184.05684 35.653408Q184.44746 35.184658 185.15059 34.934658Q185.86934 34.669033 186.80684 34.669033Q187.72871 34.669033 188.30684 34.887783Q188.88496 35.106533 189.15059 35.434658Q189.43184 35.762783 189.54121 36.278408Q189.60371 36.590908 189.60371 37.403408L189.60371 39.044033Q189.60371 40.762783 189.68184 41.215908Q189.75996 41.669033 189.99434 42.090908L188.71309 42.090908Q188.52559 41.700283 188.46309 41.200283ZM188.36934 38.450283Q187.69746 38.715908 186.35371 38.919033Q185.60371 39.028408 185.27559 39.169033Q184.96309 39.294033 184.79121 39.559658Q184.61934 39.825283 184.61934 40.137783Q184.61934 40.637783 184.99434 40.965908Q185.36934 41.294033 186.08809 41.294033Q186.80684 41.294033 187.35371 40.981533Q187.90059 40.669033 188.16621 40.122158Q188.36934 39.715908 188.36934 38.903408L188.36934 38.450283ZM191.50996 42.700283L192.69746 42.872158Q192.77559 43.419033 193.11934 43.684658Q193.57246 44.012783 194.36934 44.012783Q195.22871 44.012783 195.68184 43.669033Q196.15059 43.340908 196.32246 42.715908Q196.41621 42.340908 196.40059 41.137783Q195.60371 42.090908 194.40059 42.090908Q192.90059 42.090908 192.07246 41.012783Q191.25996 39.934658 191.25996 38.419033Q191.25996 37.387783 191.63496 36.512783Q192.00996 35.622158 192.71309 35.153408Q193.43184 34.669033 194.40059 34.669033Q195.68184 34.669033 196.52559 35.700283L196.52559 34.825283L197.65059 34.825283L197.65059 41.106533Q197.65059 42.809658 197.30684 43.512783Q196.96309 44.215908 196.21309 44.622158Q195.46309 45.044033 194.36934 45.044033Q193.07246 45.044033 192.27559 44.450283Q191.47871 43.872158 191.50996 42.700283ZM192.52559 38.325283Q192.52559 39.762783 193.08809 40.419033Q193.65059 41.075283 194.50996 41.075283Q195.35371 41.075283 195.93184 40.419033Q196.50996 39.762783 196.50996 38.372158Q196.50996 37.044033 195.91621 36.372158Q195.32246 35.684658 194.49434 35.684658Q193.66621 35.684658 193.08809 36.356533Q192.52559 37.012783 192.52559 38.325283ZM204.69746 39.747158L205.97871 39.903408Q205.66621 41.028408 204.85371 41.653408Q204.04121 42.262783 202.77559 42.262783Q201.18184 42.262783 200.24434 41.278408Q199.32246 40.294033 199.32246 38.528408Q199.32246 36.684658 200.25996 35.684658Q201.21309 34.669033 202.71309 34.669033Q204.16621 34.669033 205.08809 35.669033Q206.00996 36.653408 206.00996 38.450283Q206.00996 38.559658 206.00996 38.778408L200.58809 38.778408Q200.66621 39.965908 201.25996 40.606533Q201.86934 41.247158 202.79121 41.247158Q203.46309 41.247158 203.93184 40.887783Q204.41621 40.528408 204.69746 39.747158ZM200.66621 37.762783L204.71309 37.762783Q204.63496 36.840908 204.24434 36.387783Q203.66621 35.684658 202.72871 35.684658Q201.86934 35.684658 201.29121 36.247158Q200.72871 36.809658 200.66621 37.762783ZM207.24434 39.919033L208.44746 39.731533Q208.55684 40.465908 209.02559 40.856533Q209.49434 41.247158 210.33809 41.247158Q211.18184 41.247158 211.58809 40.903408Q212.00996 40.559658 212.00996 40.090908Q212.00996 39.669033 211.63496 39.434658Q211.38496 39.262783 210.38496 39.012783Q209.02559 38.669033 208.49434 38.419033Q207.97871 38.169033 207.71309 37.731533Q207.44746 37.294033 207.44746 36.762783Q207.44746 36.278408 207.66621 35.872158Q207.88496 35.450283 208.27559 35.169033Q208.55684 34.965908 209.04121 34.825283Q209.54121 34.669033 210.11934 34.669033Q210.96309 34.669033 211.60371 34.919033Q212.25996 35.153408 212.57246 35.575283Q212.88496 35.997158 212.99434 36.700283L211.79121 36.872158Q211.71309 36.309658 211.30684 35.997158Q210.91621 35.684658 210.19746 35.684658Q209.35371 35.684658 208.99434 35.965908Q208.63496 36.231533 208.63496 36.622158Q208.63496 36.856533 208.77559 37.044033Q208.93184 37.247158 209.25996 37.372158Q209.43184 37.434658 210.33809 37.684658Q211.65059 38.044033 212.16621 38.262783Q212.68184 38.481533 212.96309 38.903408Q213.25996 39.325283 213.25996 39.950283Q213.25996 40.575283 212.90059 41.122158Q212.55684 41.653408 211.86934 41.965908Q211.19746 42.262783 210.33809 42.262783Q208.93184 42.262783 208.18184 41.669033Q207.44746 41.075283 207.24434 39.919033ZM218.74434 33.481533L218.74434 32.075283L219.96309 32.075283L219.96309 33.481533L218.74434 33.481533ZM218.74434 42.090908L218.74434 34.825283L219.96309 34.825283L219.96309 42.090908L218.74434 42.090908ZM221.72871 42.090908L221.72871 34.825283L222.83809 34.825283L222.83809 35.856533Q223.63496 34.669033 225.15059 34.669033Q225.80684 34.669033 226.35371 34.903408Q226.90059 35.137783 227.16621 35.528408Q227.44746 35.903408 227.55684 36.434658Q227.63496 36.778408 227.63496 37.622158L227.63496 42.090908L226.40059 42.090908L226.40059 37.669033Q226.40059 36.919033 226.25996 36.559658Q226.11934 36.184658 225.74434 35.965908Q225.38496 35.731533 224.88496 35.731533Q224.10371 35.731533 223.52559 36.231533Q222.96309 36.731533 222.96309 38.122158L222.96309 42.090908L221.72871 42.090908ZM236.41621 40.997158L236.58809 42.075283Q236.07246 42.184658 235.66621 42.184658Q234.99434 42.184658 234.61934 41.981533Q234.25996 41.762783 234.10371 41.419033Q233.96309 41.075283 233.96309 39.965908L233.96309 35.794033L233.05684 35.794033L233.05684 34.825283L233.96309 34.825283L233.96309 33.028408L235.18184 32.294033L235.18184 34.825283L236.41621 34.825283L236.41621 35.794033L235.18184 35.794033L235.18184 40.028408Q235.18184 40.559658 235.24434 40.715908Q235.30684 40.856533 235.44746 40.950283Q235.60371 41.044033 235.86934 41.044033Q236.08809 41.044033 236.41621 40.997158ZM242.69746 39.747158L243.97871 39.903408Q243.66621 41.028408 242.85371 41.653408Q242.04121 42.262783 240.77559 42.262783Q239.18184 42.262783 238.24434 41.278408Q237.32246 40.294033 237.32246 38.528408Q237.32246 36.684658 238.25996 35.684658Q239.21309 34.669033 240.71309 34.669033Q242.16621 34.669033 243.08809 35.669033Q244.00996 36.653408 244.00996 38.450283Q244.00996 38.559658 244.00996 38.778408L238.58809 38.778408Q238.66621 39.965908 239.25996 40.606533Q239.86934 41.247158 240.79121 41.247158Q241.46309 41.247158 241.93184 40.887783Q242.41621 40.528408 242.69746 39.747158ZM238.66621 37.762783L242.71309 37.762783Q242.63496 36.840908 242.24434 36.387783Q241.66621 35.684658 240.72871 35.684658Q239.86934 35.684658 239.29121 36.247158Q238.72871 36.809658 238.66621 37.762783ZM245.71309 42.090908L245.71309 34.825283L246.82246 34.825283L246.82246 35.934658Q247.24434 35.153408 247.60371 34.919033Q247.96309 34.669033 248.40059 34.669033Q249.02559 34.669033 249.66621 35.059658L249.24434 36.200283Q248.79121 35.934658 248.33809 35.934658Q247.93184 35.934658 247.60371 36.184658Q247.29121 36.419033 247.15059 36.856533Q246.94746 37.512783 246.94746 38.294033L246.94746 42.090908L245.71309 42.090908ZM250.72871 42.090908L250.72871 34.825283L251.83809 34.825283L251.83809 35.856533Q252.16621 35.309658 252.72871 34.997158Q253.30684 34.669033 254.02559 34.669033Q254.83809 34.669033 255.35371 35.012783Q255.86934 35.340908 256.08807 35.934658Q256.94745 34.669033 258.32245 34.669033Q259.40057 34.669033 259.9787 35.262783Q260.57245 35.856533 260.57245 37.106533L260.57245 42.090908L259.33807 42.090908L259.33807 37.512783Q259.33807 36.778408 259.21307 36.450283Q259.1037 36.122158 258.7912 35.934658Q258.4787 35.731533 258.05682 35.731533Q257.2912 35.731533 256.77557 36.247158Q256.27557 36.747158 256.27557 37.872158L256.27557 42.090908L255.04121 42.090908L255.04121 37.372158Q255.04121 36.559658 254.74434 36.153408Q254.44746 35.731533 253.75996 35.731533Q253.24434 35.731533 252.79121 36.012783Q252.35371 36.278408 252.15059 36.809658Q251.96309 37.325283 251.96309 38.325283L251.96309 42.090908L250.72871 42.090908ZM262.24432 39.919033L263.44745 39.731533Q263.55682 40.465908 264.02557 40.856533Q264.49432 41.247158 265.33807 41.247158Q266.18182 41.247158 266.58807 40.903408Q267.00995 40.559658 267.00995 40.090908Q267.00995 39.669033 266.63495 39.434658Q266.38495 39.262783 265.38495 39.012783Q264.02557 38.669033 263.49432 38.419033Q262.9787 38.169033 262.71307 37.731533Q262.44745 37.294033 262.44745 36.762783Q262.44745 36.278408 262.6662 35.872158Q262.88495 35.450283 263.27557 35.169033Q263.55682 34.965908 264.0412 34.825283Q264.5412 34.669033 265.11932 34.669033Q265.96307 34.669033 266.6037 34.919033Q267.25995 35.153408 267.57245 35.575283Q267.88495 35.997158 267.99432 36.700283L266.7912 36.872158Q266.71307 36.309658 266.30682 35.997158Q265.9162 35.684658 265.19745 35.684658Q264.3537 35.684658 263.99432 35.965908Q263.63495 36.231533 263.63495 36.622158Q263.63495 36.856533 263.77557 37.044033Q263.93182 37.247158 264.25995 37.372158Q264.43182 37.434658 265.33807 37.684658Q266.65057 38.044033 267.1662 38.262783Q267.68182 38.481533 267.96307 38.903408Q268.25995 39.325283 268.25995 39.950283Q268.25995 40.575283 267.90057 41.122158Q267.55682 41.653408 266.86932 41.965908Q266.19745 42.262783 265.33807 42.262783Q263.93182 42.262783 263.18182 41.669033Q262.44745 41.075283 262.24432 39.919033ZM273.27557 38.465908Q273.27557 36.450283 274.40057 35.465908Q275.32245 34.669033 276.68182 34.669033Q278.1662 34.669033 279.11932 35.653408Q280.07245 36.622158 280.07245 38.356533Q280.07245 39.762783 279.65057 40.575283Q279.2287 41.372158 278.4162 41.825283Q277.61932 42.262783 276.68182 42.262783Q275.15057 42.262783 274.21307 41.278408Q273.27557 40.294033 273.27557 38.465908ZM274.5412 38.465908Q274.5412 39.856533 275.15057 40.559658Q275.75995 41.247158 276.68182 41.247158Q277.58807 41.247158 278.19745 40.544033Q278.80682 39.840908 278.80682 38.419033Q278.80682 37.075283 278.19745 36.387783Q277.58807 35.684658 276.68182 35.684658Q275.75995 35.684658 275.15057 36.372158Q274.5412 37.059658 274.5412 38.465908ZM282.02557 42.090908L282.02557 35.794033L280.93182 35.794033L280.93182 34.825283L282.02557 34.825283L282.02557 34.059658Q282.02557 33.325283 282.15057 32.965908Q282.33807 32.497158 282.77557 32.200283Q283.2287 31.903408 284.0412 31.903408Q284.55682 31.903408 285.18182 32.028408L284.99432 33.090908Q284.61932 33.028408 284.27557 33.028408Q283.71307 33.028408 283.4787 33.262783Q283.24432 33.497158 283.24432 34.153408L283.24432 34.825283L284.6662 34.825283L284.6662 35.794033L283.24432 35.794033L283.24432 42.090908L282.02557 42.090908ZM289.68182 44.887783L289.5412 43.731533Q289.94745 43.840908 290.24432 43.840908Q290.65057 43.840908 290.90057 43.700283Q291.15057 43.575283 291.30682 43.325283Q291.4162 43.137783 291.68182 42.403408Q291.71307 42.309658 291.7912 42.106533L289.02557 34.825283L290.3537 34.825283L291.86932 39.028408Q292.1662 39.840908 292.40057 40.715908Q292.6037 39.872158 292.90057 39.059658L294.44745 34.825283L295.68182 34.825283L292.9162 42.215908Q292.4787 43.403408 292.2287 43.856533Q291.90057 44.465908 291.4787 44.747158Q291.05682 45.044033 290.46307 45.044033Q290.11932 45.044033 289.68182 44.887783ZM296.27557 38.465908Q296.27557 36.450283 297.40057 35.465908Q298.32245 34.669033 299.68182 34.669033Q301.1662 34.669033 302.11932 35.653408Q303.07245 36.622158 303.07245 38.356533Q303.07245 39.762783 302.65057 40.575283Q302.2287 41.372158 301.4162 41.825283Q300.61932 42.262783 299.68182 42.262783Q298.15057 42.262783 297.21307 41.278408Q296.27557 40.294033 296.27557 38.465908ZM297.5412 38.465908Q297.5412 39.856533 298.15057 40.559658Q298.75995 41.247158 299.68182 41.247158Q300.58807 41.247158 301.19745 40.544033Q301.80682 39.840908 301.80682 38.419033Q301.80682 37.075283 301.19745 36.387783Q300.58807 35.684658 299.68182 35.684658Q298.75995 35.684658 298.15057 36.372158Q297.5412 37.059658 297.5412 38.465908ZM309.49432 42.090908L309.49432 41.028408Q308.63495 42.262783 307.18182 42.262783Q306.5412 42.262783 305.9787 42.012783Q305.43182 41.762783 305.15057 41.387783Q304.88495 41.012783 304.77557 40.481533Q304.69745 40.122158 304.69745 39.325283L304.69745 34.825283L305.93182 34.825283L305.93182 38.856533Q305.93182 39.825283 306.00995 40.153408Q306.11932 40.637783 306.49432 40.919033Q306.86932 41.200283 307.43182 41.200283Q307.9787 41.200283 308.46307 40.919033Q308.94745 40.622158 309.15057 40.137783Q309.3537 39.653408 309.3537 38.715908L309.3537 34.825283L310.58807 34.825283L310.58807 42.090908L309.49432 42.090908ZM312.71307 42.090908L312.71307 34.825283L313.82245 34.825283L313.82245 35.934658Q314.24432 35.153408 314.6037 34.919033Q314.96307 34.669033 315.40057 34.669033Q316.02557 34.669033 316.6662 35.059658L316.24432 36.200283Q315.7912 35.934658 315.33807 35.934658Q314.93182 35.934658 314.6037 36.184658Q314.2912 36.419033 314.15057 36.856533Q313.94745 37.512783 313.94745 38.294033L313.94745 42.090908L312.71307 42.090908ZM326.69745 39.747158L327.9787 39.903408Q327.6662 41.028408 326.8537 41.653408Q326.0412 42.262783 324.77557 42.262783Q323.18182 42.262783 322.24432 41.278408Q321.32245 40.294033 321.32245 38.528408Q321.32245 36.684658 322.25995 35.684658Q323.21307 34.669033 324.71307 34.669033Q326.1662 34.669033 327.08807 35.669033Q328.00995 36.653408 328.00995 38.450283Q328.00995 38.559658 328.00995 38.778408L322.58807 38.778408Q322.6662 39.965908 323.25995 40.606533Q323.86932 41.247158 324.7912 41.247158Q325.46307 41.247158 325.93182 40.887783Q326.4162 40.528408 326.69745 39.747158ZM322.6662 37.762783L326.71307 37.762783Q326.63495 36.840908 326.24432 36.387783Q325.6662 35.684658 324.7287 35.684658Q323.86932 35.684658 323.2912 36.247158Q322.7287 36.809658 322.6662 37.762783ZM328.9162 42.090908L331.55682 38.309658L329.1037 34.825283L330.65057 34.825283L331.75995 36.528408Q332.07245 37.012783 332.25995 37.340908Q332.57245 36.887783 332.82245 36.544033L334.0412 34.825283L335.50995 34.825283L333.00995 38.247158L335.69745 42.090908L334.19745 42.090908L332.69745 39.840908L332.30682 39.231533L330.40057 42.090908L328.9162 42.090908ZM336.7287 44.872158L336.7287 34.825283L337.8537 34.825283L337.8537 35.778408Q338.24432 35.215908 338.74432 34.950283Q339.24432 34.669033 339.96307 34.669033Q340.88495 34.669033 341.58807 35.153408Q342.30682 35.622158 342.6662 36.497158Q343.02557 37.372158 343.02557 38.403408Q343.02557 39.512783 342.61932 40.419033Q342.2287 41.309658 341.46307 41.794033Q340.71307 42.262783 339.86932 42.262783Q339.25995 42.262783 338.75995 41.997158Q338.27557 41.731533 337.96307 41.340908L337.96307 44.872158L336.7287 44.872158ZM337.83807 38.497158Q337.83807 39.903408 338.40057 40.575283Q338.9787 41.247158 339.7912 41.247158Q340.6037 41.247158 341.18182 40.559658Q341.77557 39.856533 341.77557 38.403408Q341.77557 37.012783 341.19745 36.325283Q340.63495 35.637783 339.83807 35.637783Q339.05682 35.637783 338.44745 36.372158Q337.83807 37.106533 337.83807 38.497158ZM349.69745 39.747158L350.9787 39.903408Q350.6662 41.028408 349.8537 41.653408Q349.0412 42.262783 347.77557 42.262783Q346.18182 42.262783 345.24432 41.278408Q344.32245 40.294033 344.32245 38.528408Q344.32245 36.684658 345.25995 35.684658Q346.21307 34.669033 347.71307 34.669033Q349.1662 34.669033 350.08807 35.669033Q351.00995 36.653408 351.00995 38.450283Q351.00995 38.559658 351.00995 38.778408L345.58807 38.778408Q345.6662 39.965908 346.25995 40.606533Q346.86932 41.247158 347.7912 41.247158Q348.46307 41.247158 348.93182 40.887783Q349.4162 40.528408 349.69745 39.747158ZM345.6662 37.762783L349.71307 37.762783Q349.63495 36.840908 349.24432 36.387783Q348.6662 35.684658 347.7287 35.684658Q346.86932 35.684658 346.2912 36.247158Q345.7287 36.809658 345.6662 37.762783ZM352.71307 42.090908L352.71307 34.825283L353.82245 34.825283L353.82245 35.934658Q354.24432 35.153408 354.6037 34.919033Q354.96307 34.669033 355.40057 34.669033Q356.02557 34.669033 356.6662 35.059658L356.24432 36.200283Q355.7912 35.934658 355.33807 35.934658Q354.93182 35.934658 354.6037 36.184658Q354.2912 36.419033 354.15057 36.856533Q353.94745 37.512783 353.94745 38.294033L353.94745 42.090908L352.71307 42.090908ZM360.4162 40.997158L360.58807 42.075283Q360.07245 42.184658 359.6662 42.184658Q358.99432 42.184658 358.61932 41.981533Q358.25995 41.762783 358.1037 41.419033Q357.96307 41.075283 357.96307 39.965908L357.96307 35.794033L357.05682 35.794033L357.05682 34.825283L357.96307 34.825283L357.96307 33.028408L359.18182 32.294033L359.18182 34.825283L360.4162 34.825283L360.4162 35.794033L359.18182 35.794033L359.18182 40.028408Q359.18182 40.559658 359.24432 40.715908Q359.30682 40.856533 359.44745 40.950283Q359.6037 41.044033 359.86932 41.044033Q360.08807 41.044033 360.4162 40.997158ZM361.74432 33.481533L361.74432 32.075283L362.96307 32.075283L362.96307 33.481533L361.74432 33.481533ZM361.74432 42.090908L361.74432 34.825283L362.96307 34.825283L362.96307 42.090908L361.74432 42.090908ZM364.24432 39.919033L365.44745 39.731533Q365.55682 40.465908 366.02557 40.856533Q366.49432 41.247158 367.33807 41.247158Q368.18182 41.247158 368.58807 40.903408Q369.00995 40.559658 369.00995 40.090908Q369.00995 39.669033 368.63495 39.434658Q368.38495 39.262783 367.38495 39.012783Q366.02557 38.669033 365.49432 38.419033Q364.9787 38.169033 364.71307 37.731533Q364.44745 37.294033 364.44745 36.762783Q364.44745 36.278408 364.6662 35.872158Q364.88495 35.450283 365.27557 35.169033Q365.55682 34.965908 366.0412 34.825283Q366.5412 34.669033 367.11932 34.669033Q367.96307 34.669033 368.6037 34.919033Q369.25995 35.153408 369.57245 35.575283Q369.88495 35.997158 369.99432 36.700283L368.7912 36.872158Q368.71307 36.309658 368.30682 35.997158Q367.9162 35.684658 367.19745 35.684658Q366.3537 35.684658 365.99432 35.965908Q365.63495 36.231533 365.63495 36.622158Q365.63495 36.856533 365.77557 37.044033Q365.93182 37.247158 366.25995 37.372158Q366.43182 37.434658 367.33807 37.684658Q368.65057 38.044033 369.1662 38.262783Q369.68182 38.481533 369.96307 38.903408Q370.25995 39.325283 370.25995 39.950283Q370.25995 40.575283 369.90057 41.122158Q369.55682 41.653408 368.86932 41.965908Q368.19745 42.262783 367.33807 42.262783Q365.93182 42.262783 365.18182 41.669033Q364.44745 41.075283 364.24432 39.919033ZM376.69745 39.747158L377.9787 39.903408Q377.6662 41.028408 376.8537 41.653408Q376.0412 42.262783 374.77557 42.262783Q373.18182 42.262783 372.24432 41.278408Q371.32245 40.294033 371.32245 38.528408Q371.32245 36.684658 372.25995 35.684658Q373.21307 34.669033 374.71307 34.669033Q376.1662 34.669033 377.08807 35.669033Q378.00995 36.653408 378.00995 38.450283Q378.00995 38.559658 378.00995 38.778408L372.58807 38.778408Q372.6662 39.965908 373.25995 40.606533Q373.86932 41.247158 374.7912 41.247158Q375.46307 41.247158 375.93182 40.887783Q376.4162 40.528408 376.69745 39.747158ZM372.6662 37.762783L376.71307 37.762783Q376.63495 36.840908 376.24432 36.387783Q375.6662 35.684658 374.7287 35.684658Q373.86932 35.684658 373.2912 36.247158Q372.7287 36.809658 372.6662 37.762783ZM380.07245 36.231533L380.07245 34.825283L381.4787 34.825283L381.4787 36.231533L380.07245 36.231533ZM380.07245 42.090908L380.07245 40.684658L381.4787 40.684658L381.4787 42.090908L380.07245 42.090908Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig8.svg b/_content/survey2018/fig8.svg
deleted file mode 100644
index 6a533ad..0000000
--- a/_content/survey2018/fig8.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 965.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="965" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 965.0L0 965.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 965.0L0 965.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 38.5L142.5 887.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 38.5L249.5 887.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M356.5 38.5L356.5 887.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 38.5L462.5 887.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 38.5L569.5 887.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.37788 38.460144L569.77515 38.460144L569.77515 887.1208L142.37788 887.1208L142.37788 38.460144Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 69.0L142.0 58.0L477.0 58.0C478.10458 58.0 479.0 58.89543 479.0 60.0L479.0 67.0C479.0 68.10457 478.10458 69.0 477.0 69.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 69.0L142.0 58.0L477.0 58.0C478.10458 58.0 479.0 58.89543 479.0 60.0L479.0 67.0C479.0 68.10457 478.10458 69.0 477.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 124.0L142.0 113.0L327.0 113.0C328.10458 113.0 329.0 113.89543 329.0 115.0L329.0 122.0C329.0 123.10457 328.10458 124.0 327.0 124.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 124.0L142.0 113.0L327.0 113.0C328.10458 113.0 329.0 113.89543 329.0 115.0L329.0 122.0C329.0 123.10457 328.10458 124.0 327.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 179.0L142.0 168.0L343.0 168.0C344.10458 168.0 345.0 168.89543 345.0 170.0L345.0 177.0C345.0 178.10457 344.10458 179.0 343.0 179.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 179.0L142.0 168.0L343.0 168.0C344.10458 168.0 345.0 168.89543 345.0 170.0L345.0 177.0C345.0 178.10457 344.10458 179.0 343.0 179.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 235.0L142.0 224.0L317.0 224.0C318.10458 224.0 319.0 224.89543 319.0 226.0L319.0 233.0C319.0 234.10457 318.10458 235.0 317.0 235.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 235.0L142.0 224.0L317.0 224.0C318.10458 224.0 319.0 224.89543 319.0 226.0L319.0 233.0C319.0 234.10457 318.10458 235.0 317.0 235.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 290.0L142.0 279.0L290.0 279.0C291.10458 279.0 292.0 279.89542 292.0 281.0L292.0 288.0C292.0 289.10458 291.10458 290.0 290.0 290.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 290.0L142.0 279.0L290.0 279.0C291.10458 279.0 292.0 279.89542 292.0 281.0L292.0 288.0C292.0 289.10458 291.10458 290.0 290.0 290.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 345.0L142.0 334.0L210.0 334.0C211.10457 334.0 212.0 334.89542 212.0 336.0L212.0 343.0C212.0 344.10458 211.10457 345.0 210.0 345.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 345.0L142.0 334.0L210.0 334.0C211.10457 334.0 212.0 334.89542 212.0 336.0L212.0 343.0C212.0 344.10458 211.10457 345.0 210.0 345.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 401.0L142.0 390.0L204.0 390.0C205.10457 390.0 206.0 390.89542 206.0 392.0L206.0 399.0C206.0 400.10458 205.10457 401.0 204.0 401.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 401.0L142.0 390.0L204.0 390.0C205.10457 390.0 206.0 390.89542 206.0 392.0L206.0 399.0C206.0 400.10458 205.10457 401.0 204.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 456.0L142.0 445.0L204.0 445.0C205.10457 445.0 206.0 445.89542 206.0 447.0L206.0 454.0C206.0 455.10458 205.10457 456.0 204.0 456.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 456.0L142.0 445.0L204.0 445.0C205.10457 445.0 206.0 445.89542 206.0 447.0L206.0 454.0C206.0 455.10458 205.10457 456.0 204.0 456.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 511.0L142.0 500.0L215.0 500.0C216.10457 500.0 217.0 500.89542 217.0 502.0L217.0 509.0C217.0 510.10458 216.10457 511.0 215.0 511.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 511.0L142.0 500.0L215.0 500.0C216.10457 500.0 217.0 500.89542 217.0 502.0L217.0 509.0C217.0 510.10458 216.10457 511.0 215.0 511.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 566.0L142.0 555.0L221.0 555.0C222.10457 555.0 223.0 555.89545 223.0 557.0L223.0 564.0C223.0 565.10455 222.10457 566.0 221.0 566.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 566.0L142.0 555.0L221.0 555.0C222.10457 555.0 223.0 555.89545 223.0 557.0L223.0 564.0C223.0 565.10455 222.10457 566.0 221.0 566.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 622.0L142.0 611.0L199.0 611.0C200.10457 611.0 201.0 611.89545 201.0 613.0L201.0 620.0C201.0 621.10455 200.10457 622.0 199.0 622.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 622.0L142.0 611.0L199.0 611.0C200.10457 611.0 201.0 611.89545 201.0 613.0L201.0 620.0C201.0 621.10455 200.10457 622.0 199.0 622.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 732.0L142.0 721.0L199.0 721.0C200.10457 721.0 201.0 721.89545 201.0 723.0L201.0 730.0C201.0 731.10455 200.10457 732.0 199.0 732.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 732.0L142.0 721.0L199.0 721.0C200.10457 721.0 201.0 721.89545 201.0 723.0L201.0 730.0C201.0 731.10455 200.10457 732.0 199.0 732.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 788.0L142.0 777.0L172.0 777.0C173.10457 777.0 174.0 777.89545 174.0 779.0L174.0 786.0C174.0 787.10455 173.10457 788.0 172.0 788.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 788.0L142.0 777.0L172.0 777.0C173.10457 777.0 174.0 777.89545 174.0 779.0L174.0 786.0C174.0 787.10455 173.10457 788.0 172.0 788.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 843.0L142.0 832.0L178.0 832.0C179.10457 832.0 180.0 832.89545 180.0 834.0L180.0 841.0C180.0 842.10455 179.10457 843.0 178.0 843.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 843.0L142.0 832.0L178.0 832.0C179.10457 832.0 180.0 832.89545 180.0 834.0L180.0 841.0C180.0 842.10455 179.10457 843.0 178.0 843.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 81.0L142.0 70.0L466.0 70.0C467.10458 70.0 468.0 70.89543 468.0 72.0L468.0 79.0C468.0 80.10457 467.10458 81.0 466.0 81.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 81.0L142.0 70.0L466.0 70.0C467.10458 70.0 468.0 70.89543 468.0 72.0L468.0 79.0C468.0 80.10457 467.10458 81.0 466.0 81.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 136.0L142.0 125.0L333.0 125.0C334.10458 125.0 335.0 125.89543 335.0 127.0L335.0 134.0C335.0 135.10457 334.10458 136.0 333.0 136.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 136.0L142.0 125.0L333.0 125.0C334.10458 125.0 335.0 125.89543 335.0 127.0L335.0 134.0C335.0 135.10457 334.10458 136.0 333.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 191.0L142.0 180.0L338.0 180.0C339.10458 180.0 340.0 180.89543 340.0 182.0L340.0 189.0C340.0 190.10457 339.10458 191.0 338.0 191.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 191.0L142.0 180.0L338.0 180.0C339.10458 180.0 340.0 180.89543 340.0 182.0L340.0 189.0C340.0 190.10457 339.10458 191.0 338.0 191.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 247.0L142.0 236.0L311.0 236.0C312.10458 236.0 313.0 236.89543 313.0 238.0L313.0 245.0C313.0 246.10457 312.10458 247.0 311.0 247.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 247.0L142.0 236.0L311.0 236.0C312.10458 236.0 313.0 236.89543 313.0 238.0L313.0 245.0C313.0 246.10457 312.10458 247.0 311.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 302.0L142.0 291.0L290.0 291.0C291.10458 291.0 292.0 291.89542 292.0 293.0L292.0 300.0C292.0 301.10458 291.10458 302.0 290.0 302.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 302.0L142.0 291.0L290.0 291.0C291.10458 291.0 292.0 291.89542 292.0 293.0L292.0 300.0C292.0 301.10458 291.10458 302.0 290.0 302.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 357.0L142.0 346.0L215.0 346.0C216.10457 346.0 217.0 346.89542 217.0 348.0L217.0 355.0C217.0 356.10458 216.10457 357.0 215.0 357.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 357.0L142.0 346.0L215.0 346.0C216.10457 346.0 217.0 346.89542 217.0 348.0L217.0 355.0C217.0 356.10458 216.10457 357.0 215.0 357.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 413.0L142.0 402.0L204.0 402.0C205.10457 402.0 206.0 402.89542 206.0 404.0L206.0 411.0C206.0 412.10458 205.10457 413.0 204.0 413.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 413.0L142.0 402.0L204.0 402.0C205.10457 402.0 206.0 402.89542 206.0 404.0L206.0 411.0C206.0 412.10458 205.10457 413.0 204.0 413.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 468.0L142.0 457.0L204.0 457.0C205.10457 457.0 206.0 457.89542 206.0 459.0L206.0 466.0C206.0 467.10458 205.10457 468.0 204.0 468.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 468.0L142.0 457.0L204.0 457.0C205.10457 457.0 206.0 457.89542 206.0 459.0L206.0 466.0C206.0 467.10458 205.10457 468.0 204.0 468.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 523.0L142.0 512.0L199.0 512.0C200.10457 512.0 201.0 512.89545 201.0 514.0L201.0 521.0C201.0 522.10455 200.10457 523.0 199.0 523.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 523.0L142.0 512.0L199.0 512.0C200.10457 512.0 201.0 512.89545 201.0 514.0L201.0 521.0C201.0 522.10455 200.10457 523.0 199.0 523.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 578.0L142.0 567.0L199.0 567.0C200.10457 567.0 201.0 567.89545 201.0 569.0L201.0 576.0C201.0 577.10455 200.10457 578.0 199.0 578.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 578.0L142.0 567.0L199.0 567.0C200.10457 567.0 201.0 567.89545 201.0 569.0L201.0 576.0C201.0 577.10455 200.10457 578.0 199.0 578.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 634.0L142.0 623.0L194.0 623.0C195.10457 623.0 196.0 623.89545 196.0 625.0L196.0 632.0C196.0 633.10455 195.10457 634.0 194.0 634.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 634.0L142.0 623.0L194.0 623.0C195.10457 623.0 196.0 623.89545 196.0 625.0L196.0 632.0C196.0 633.10455 195.10457 634.0 194.0 634.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 689.0L142.0 678.0L188.0 678.0C189.10457 678.0 190.0 678.89545 190.0 680.0L190.0 687.0C190.0 688.10455 189.10457 689.0 188.0 689.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 689.0L142.0 678.0L188.0 678.0C189.10457 678.0 190.0 678.89545 190.0 680.0L190.0 687.0C190.0 688.10455 189.10457 689.0 188.0 689.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 744.0L142.0 733.0L188.0 733.0C189.10457 733.0 190.0 733.89545 190.0 735.0L190.0 742.0C190.0 743.10455 189.10457 744.0 188.0 744.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 744.0L142.0 733.0L188.0 733.0C189.10457 733.0 190.0 733.89545 190.0 735.0L190.0 742.0C190.0 743.10455 189.10457 744.0 188.0 744.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 800.0L142.0 789.0L167.0 789.0C168.10457 789.0 169.0 789.89545 169.0 791.0L169.0 798.0C169.0 799.10455 168.10457 800.0 167.0 800.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 800.0L142.0 789.0L167.0 789.0C168.10457 789.0 169.0 789.89545 169.0 791.0L169.0 798.0C169.0 799.10455 168.10457 800.0 167.0 800.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 855.0L142.0 844.0L172.0 844.0C173.10457 844.0 174.0 844.89545 174.0 846.0L174.0 853.0C174.0 854.10455 173.10457 855.0 172.0 855.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 855.0L142.0 844.0L172.0 844.0C173.10457 844.0 174.0 844.89545 174.0 846.0L174.0 853.0C174.0 854.10455 173.10457 855.0 172.0 855.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 93.0L142.0 82.0L488.0 82.0C489.10458 82.0 490.0 82.89543 490.0 84.0L490.0 91.0C490.0 92.10457 489.10458 93.0 488.0 93.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 93.0L142.0 82.0L488.0 82.0C489.10458 82.0 490.0 82.89543 490.0 84.0L490.0 91.0C490.0 92.10457 489.10458 93.0 488.0 93.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 148.0L142.0 137.0L359.0 137.0C360.10458 137.0 361.0 137.89543 361.0 139.0L361.0 146.0C361.0 147.10457 360.10458 148.0 359.0 148.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 148.0L142.0 137.0L359.0 137.0C360.10458 137.0 361.0 137.89543 361.0 139.0L361.0 146.0C361.0 147.10457 360.10458 148.0 359.0 148.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 203.0L142.0 192.0L349.0 192.0C350.10458 192.0 351.0 192.89543 351.0 194.0L351.0 201.0C351.0 202.10457 350.10458 203.0 349.0 203.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 203.0L142.0 192.0L349.0 192.0C350.10458 192.0 351.0 192.89543 351.0 194.0L351.0 201.0C351.0 202.10457 350.10458 203.0 349.0 203.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 259.0L142.0 248.0L311.0 248.0C312.10458 248.0 313.0 248.89543 313.0 250.0L313.0 257.0C313.0 258.10458 312.10458 259.0 311.0 259.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 259.0L142.0 248.0L311.0 248.0C312.10458 248.0 313.0 248.89543 313.0 250.0L313.0 257.0C313.0 258.10458 312.10458 259.0 311.0 259.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 314.0L142.0 303.0L295.0 303.0C296.10458 303.0 297.0 303.89542 297.0 305.0L297.0 312.0C297.0 313.10458 296.10458 314.0 295.0 314.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 314.0L142.0 303.0L295.0 303.0C296.10458 303.0 297.0 303.89542 297.0 305.0L297.0 312.0C297.0 313.10458 296.10458 314.0 295.0 314.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 369.0L142.0 358.0L226.0 358.0C227.10457 358.0 228.0 358.89542 228.0 360.0L228.0 367.0C228.0 368.10458 227.10457 369.0 226.0 369.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 369.0L142.0 358.0L226.0 358.0C227.10457 358.0 228.0 358.89542 228.0 360.0L228.0 367.0C228.0 368.10458 227.10457 369.0 226.0 369.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 425.0L142.0 414.0L210.0 414.0C211.10457 414.0 212.0 414.89542 212.0 416.0L212.0 423.0C212.0 424.10458 211.10457 425.0 210.0 425.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 425.0L142.0 414.0L210.0 414.0C211.10457 414.0 212.0 414.89542 212.0 416.0L212.0 423.0C212.0 424.10458 211.10457 425.0 210.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 480.0L142.0 469.0L210.0 469.0C211.10457 469.0 212.0 469.89542 212.0 471.0L212.0 478.0C212.0 479.10458 211.10457 480.0 210.0 480.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 480.0L142.0 469.0L210.0 469.0C211.10457 469.0 212.0 469.89542 212.0 471.0L212.0 478.0C212.0 479.10458 211.10457 480.0 210.0 480.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 535.0L142.0 524.0L204.0 524.0C205.10457 524.0 206.0 524.89545 206.0 526.0L206.0 533.0C206.0 534.10455 205.10457 535.0 204.0 535.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 535.0L142.0 524.0L204.0 524.0C205.10457 524.0 206.0 524.89545 206.0 526.0L206.0 533.0C206.0 534.10455 205.10457 535.0 204.0 535.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 590.0L142.0 579.0L199.0 579.0C200.10457 579.0 201.0 579.89545 201.0 581.0L201.0 588.0C201.0 589.10455 200.10457 590.0 199.0 590.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 590.0L142.0 579.0L199.0 579.0C200.10457 579.0 201.0 579.89545 201.0 581.0L201.0 588.0C201.0 589.10455 200.10457 590.0 199.0 590.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 646.0L142.0 635.0L194.0 635.0C195.10457 635.0 196.0 635.89545 196.0 637.0L196.0 644.0C196.0 645.10455 195.10457 646.0 194.0 646.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 646.0L142.0 635.0L194.0 635.0C195.10457 635.0 196.0 635.89545 196.0 637.0L196.0 644.0C196.0 645.10455 195.10457 646.0 194.0 646.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 701.0L142.0 690.0L194.0 690.0C195.10457 690.0 196.0 690.89545 196.0 692.0L196.0 699.0C196.0 700.10455 195.10457 701.0 194.0 701.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 701.0L142.0 690.0L194.0 690.0C195.10457 690.0 196.0 690.89545 196.0 692.0L196.0 699.0C196.0 700.10455 195.10457 701.0 194.0 701.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 756.0L142.0 745.0L188.0 745.0C189.10457 745.0 190.0 745.89545 190.0 747.0L190.0 754.0C190.0 755.10455 189.10457 756.0 188.0 756.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 756.0L142.0 745.0L188.0 745.0C189.10457 745.0 190.0 745.89545 190.0 747.0L190.0 754.0C190.0 755.10455 189.10457 756.0 188.0 756.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 812.0L142.0 801.0L167.0 801.0C168.10457 801.0 169.0 801.89545 169.0 803.0L169.0 810.0C169.0 811.10455 168.10457 812.0 167.0 812.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 812.0L142.0 801.0L167.0 801.0C168.10457 801.0 169.0 801.89545 169.0 803.0L169.0 810.0C169.0 811.10455 168.10457 812.0 167.0 812.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 867.0L142.0 856.0L167.0 856.0C168.10457 856.0 169.0 856.89545 169.0 858.0L169.0 865.0C169.0 866.10455 168.10457 867.0 167.0 867.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 867.0L142.0 856.0L167.0 856.0C168.10457 856.0 169.0 856.89545 169.0 858.0L169.0 865.0C169.0 866.10455 168.10457 867.0 167.0 867.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M496.92197 61.515625L495.8751 61.59375Q495.73447 60.96875 495.48447 60.6875Q495.04697 60.234375 494.42197 60.234375Q493.92197 60.234375 493.53134 60.515625Q493.04697 60.890625 492.7501 61.59375Q492.46884 62.28125 492.45322 63.5625Q492.82822 62.984375 493.3751 62.703125Q493.9376 62.421875 494.54697 62.421875Q495.59384 62.421875 496.32822 63.203125Q497.07822 63.984375 497.07822 65.203125Q497.07822 66.015625 496.71884 66.71875Q496.3751 67.40625 495.76572 67.78125Q495.15634 68.140625 494.39072 68.140625Q493.0626 68.140625 492.23447 67.171875Q491.40634 66.203125 491.40634 63.984375Q491.40634 61.484375 492.32822 60.359375Q493.1251 59.375 494.48447 59.375Q495.5001 59.375 496.14072 59.953125Q496.79697 60.515625 496.92197 61.515625ZM492.6251 65.21875Q492.6251 65.765625 492.84384 66.265625Q493.07822 66.75 493.48447 67.015625Q493.90634 67.28125 494.3751 67.28125Q495.03134 67.28125 495.51572 66.75Q496.0001 66.203125 496.0001 65.28125Q496.0001 64.390625 495.51572 63.875Q495.04697 63.359375 494.32822 63.359375Q493.60947 63.359375 493.10947 63.875Q492.6251 64.390625 492.6251 65.21875ZM498.45322 65.734375L499.51572 65.59375Q499.6876 66.484375 500.1251 66.890625Q500.5626 67.28125 501.1876 67.28125Q501.9376 67.28125 502.45322 66.765625Q502.96884 66.25 502.96884 65.484375Q502.96884 64.765625 502.48447 64.296875Q502.01572 63.8125 501.28134 63.8125Q500.98447 63.8125 500.53134 63.9375L500.65634 63.0Q500.76572 63.015625 500.82822 63.015625Q501.5001 63.015625 502.03134 62.671875Q502.57822 62.3125 502.57822 61.578125Q502.57822 61.0 502.1876 60.625Q501.79697 60.234375 501.17197 60.234375Q500.5626 60.234375 500.14072 60.625Q499.73447 61.015625 499.6251 61.78125L498.5626 61.59375Q498.7501 60.546875 499.4376 59.96875Q500.1251 59.375 501.14072 59.375Q501.84384 59.375 502.4376 59.6875Q503.03134 59.984375 503.34384 60.5Q503.65634 61.015625 503.65634 61.609375Q503.65634 62.15625 503.35947 62.625Q503.0626 63.078125 502.48447 63.34375Q503.23447 63.515625 503.65634 64.078125Q504.07822 64.625 504.07822 65.46875Q504.07822 66.59375 503.2501 67.375Q502.4376 68.15625 501.1876 68.15625Q500.0626 68.15625 499.3126 67.484375Q498.5626 66.796875 498.45322 65.734375ZM505.65634 61.46875Q505.65634 60.546875 506.10947 59.90625Q506.57822 59.265625 507.45322 59.265625Q508.26572 59.265625 508.79697 59.84375Q509.32822 60.421875 509.32822 61.53125Q509.32822 62.625 508.78134 63.21875Q508.2501 63.796875 507.46884 63.796875Q506.6876 63.796875 506.17197 63.21875Q505.65634 62.640625 505.65634 61.46875ZM507.48447 59.984375Q507.09384 59.984375 506.82822 60.328125Q506.57822 60.671875 506.57822 61.578125Q506.57822 62.40625 506.82822 62.75Q507.09384 63.078125 507.48447 63.078125Q507.89072 63.078125 508.14072 62.734375Q508.40634 62.390625 508.40634 61.5Q508.40634 60.65625 508.14072 60.328125Q507.8751 59.984375 507.48447 59.984375ZM507.48447 68.3125L512.18756 59.265625L513.04694 59.265625L508.35947 68.3125L507.48447 68.3125ZM511.20322 65.984375Q511.20322 65.0625 511.65634 64.421875Q512.12506 63.78125 513.0157 63.78125Q513.8282 63.78125 514.35944 64.359375Q514.8907 64.921875 514.8907 66.046875Q514.8907 67.140625 514.3438 67.734375Q513.81256 68.3125 513.0157 68.3125Q512.25006 68.3125 511.71884 67.734375Q511.20322 67.15625 511.20322 65.984375ZM513.04694 64.5Q512.6407 64.5 512.37506 64.84375Q512.12506 65.1875 512.12506 66.09375Q512.12506 66.90625 512.3907 67.25Q512.6563 67.59375 513.04694 67.59375Q513.43756 67.59375 513.7032 67.25Q513.9688 66.90625 513.9688 66.0Q513.9688 65.171875 513.7032 64.84375Q513.43756 64.5 513.04694 64.5Z" fill-rule="nonzero"/><path fill="#666666" d="M496.92197 61.515625L495.8751 61.59375Q495.73447 60.96875 495.48447 60.6875Q495.04697 60.234375 494.42197 60.234375Q493.92197 60.234375 493.53134 60.515625Q493.04697 60.890625 492.7501 61.59375Q492.46884 62.28125 492.45322 63.5625Q492.82822 62.984375 493.3751 62.703125Q493.9376 62.421875 494.54697 62.421875Q495.59384 62.421875 496.32822 63.203125Q497.07822 63.984375 497.07822 65.203125Q497.07822 66.015625 496.71884 66.71875Q496.3751 67.40625 495.76572 67.78125Q495.15634 68.140625 494.39072 68.140625Q493.0626 68.140625 492.23447 67.171875Q491.40634 66.203125 491.40634 63.984375Q491.40634 61.484375 492.32822 60.359375Q493.1251 59.375 494.48447 59.375Q495.5001 59.375 496.14072 59.953125Q496.79697 60.515625 496.92197 61.515625ZM492.6251 65.21875Q492.6251 65.765625 492.84384 66.265625Q493.07822 66.75 493.48447 67.015625Q493.90634 67.28125 494.3751 67.28125Q495.03134 67.28125 495.51572 66.75Q496.0001 66.203125 496.0001 65.28125Q496.0001 64.390625 495.51572 63.875Q495.04697 63.359375 494.32822 63.359375Q493.60947 63.359375 493.10947 63.875Q492.6251 64.390625 492.6251 65.21875ZM498.45322 65.734375L499.51572 65.59375Q499.6876 66.484375 500.1251 66.890625Q500.5626 67.28125 501.1876 67.28125Q501.9376 67.28125 502.45322 66.765625Q502.96884 66.25 502.96884 65.484375Q502.96884 64.765625 502.48447 64.296875Q502.01572 63.8125 501.28134 63.8125Q500.98447 63.8125 500.53134 63.9375L500.65634 63.0Q500.76572 63.015625 500.82822 63.015625Q501.5001 63.015625 502.03134 62.671875Q502.57822 62.3125 502.57822 61.578125Q502.57822 61.0 502.1876 60.625Q501.79697 60.234375 501.17197 60.234375Q500.5626 60.234375 500.14072 60.625Q499.73447 61.015625 499.6251 61.78125L498.5626 61.59375Q498.7501 60.546875 499.4376 59.96875Q500.1251 59.375 501.14072 59.375Q501.84384 59.375 502.4376 59.6875Q503.03134 59.984375 503.34384 60.5Q503.65634 61.015625 503.65634 61.609375Q503.65634 62.15625 503.35947 62.625Q503.0626 63.078125 502.48447 63.34375Q503.23447 63.515625 503.65634 64.078125Q504.07822 64.625 504.07822 65.46875Q504.07822 66.59375 503.2501 67.375Q502.4376 68.15625 501.1876 68.15625Q500.0626 68.15625 499.3126 67.484375Q498.5626 66.796875 498.45322 65.734375ZM505.65634 61.46875Q505.65634 60.546875 506.10947 59.90625Q506.57822 59.265625 507.45322 59.265625Q508.26572 59.265625 508.79697 59.84375Q509.32822 60.421875 509.32822 61.53125Q509.32822 62.625 508.78134 63.21875Q508.2501 63.796875 507.46884 63.796875Q506.6876 63.796875 506.17197 63.21875Q505.65634 62.640625 505.65634 61.46875ZM507.48447 59.984375Q507.09384 59.984375 506.82822 60.328125Q506.57822 60.671875 506.57822 61.578125Q506.57822 62.40625 506.82822 62.75Q507.09384 63.078125 507.48447 63.078125Q507.89072 63.078125 508.14072 62.734375Q508.40634 62.390625 508.40634 61.5Q508.40634 60.65625 508.14072 60.328125Q507.8751 59.984375 507.48447 59.984375ZM507.48447 68.3125L512.1876 59.265625L513.047 59.265625L508.35947 68.3125L507.48447 68.3125ZM511.20322 65.984375Q511.20322 65.0625 511.65634 64.421875Q512.1251 63.78125 513.01575 63.78125Q513.82825 63.78125 514.3595 64.359375Q514.89075 64.921875 514.89075 66.046875Q514.89075 67.140625 514.3439 67.734375Q513.8126 68.3125 513.01575 68.3125Q512.2501 68.3125 511.71884 67.734375Q511.20322 67.15625 511.20322 65.984375ZM513.047 64.5Q512.64075 64.5 512.3751 64.84375Q512.1251 65.1875 512.1251 66.09375Q512.1251 66.90625 512.39075 67.25Q512.6564 67.59375 513.047 67.59375Q513.4376 67.59375 513.70325 67.25Q513.9689 66.90625 513.9689 66.0Q513.9689 65.171875 513.70325 64.84375Q513.4376 64.5 513.047 64.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M341.86417 120.734375L342.92667 120.59375Q343.09854 121.484375 343.53604 121.890625Q343.97354 122.28125 344.59854 122.28125Q345.34854 122.28125 345.86417 121.765625Q346.3798 121.25 346.3798 120.484375Q346.3798 119.765625 345.89542 119.296875Q345.42667 118.8125 344.6923 118.8125Q344.39542 118.8125 343.9423 118.9375L344.0673 118.0Q344.17667 118.015625 344.23917 118.015625Q344.91104 118.015625 345.4423 117.671875Q345.98917 117.3125 345.98917 116.578125Q345.98917 116.0 345.59854 115.625Q345.20792 115.234375 344.58292 115.234375Q343.97354 115.234375 343.55167 115.625Q343.14542 116.015625 343.03604 116.78125L341.97354 116.59375Q342.16104 115.546875 342.84854 114.96875Q343.53604 114.375 344.55167 114.375Q345.2548 114.375 345.84854 114.6875Q346.4423 114.984375 346.7548 115.5Q347.0673 116.015625 347.0673 116.609375Q347.0673 117.15625 346.77042 117.625Q346.47354 118.078125 345.89542 118.34375Q346.64542 118.515625 347.0673 119.078125Q347.48917 119.625 347.48917 120.46875Q347.48917 121.59375 346.66104 122.375Q345.84854 123.15625 344.59854 123.15625Q343.47354 123.15625 342.72354 122.484375Q341.97354 121.796875 341.86417 120.734375ZM348.86417 120.75L349.97354 120.65625Q350.09854 121.46875 350.53604 121.875Q350.98917 122.28125 351.6298 122.28125Q352.3798 122.28125 352.91104 121.703125Q353.4423 121.125 353.4423 120.1875Q353.4423 119.28125 352.92667 118.765625Q352.42667 118.234375 351.59854 118.234375Q351.09854 118.234375 350.67667 118.46875Q350.27042 118.703125 350.03604 119.0625L349.05167 118.9375L349.8798 114.53125L354.16104 114.53125L354.16104 115.53125L350.72354 115.53125L350.27042 117.84375Q351.03604 117.296875 351.8798 117.296875Q353.0048 117.296875 353.77042 118.078125Q354.55167 118.859375 354.55167 120.09375Q354.55167 121.25 353.8798 122.109375Q353.05167 123.140625 351.6298 123.140625Q350.45792 123.140625 349.70792 122.484375Q348.97354 121.828125 348.86417 120.75ZM356.0673 116.46875Q356.0673 115.546875 356.52042 114.90625Q356.98917 114.265625 357.86417 114.265625Q358.67667 114.265625 359.20792 114.84375Q359.73917 115.421875 359.73917 116.53125Q359.73917 117.625 359.1923 118.21875Q358.66104 118.796875 357.8798 118.796875Q357.09854 118.796875 356.58292 118.21875Q356.0673 117.640625 356.0673 116.46875ZM357.89542 114.984375Q357.5048 114.984375 357.23917 115.328125Q356.98917 115.671875 356.98917 116.578125Q356.98917 117.40625 357.23917 117.75Q357.5048 118.078125 357.89542 118.078125Q358.30167 118.078125 358.55167 117.734375Q358.8173 117.390625 358.8173 116.5Q358.8173 115.65625 358.55167 115.328125Q358.28604 114.984375 357.89542 114.984375ZM357.89542 123.3125L362.59854 114.265625L363.45792 114.265625L358.77042 123.3125L357.89542 123.3125ZM361.61417 120.984375Q361.61417 120.0625 362.0673 119.421875Q362.53604 118.78125 363.42667 118.78125Q364.23917 118.78125 364.77042 119.359375Q365.30167 119.921875 365.30167 121.046875Q365.30167 122.140625 364.7548 122.734375Q364.22354 123.3125 363.42667 123.3125Q362.66104 123.3125 362.1298 122.734375Q361.61417 122.15625 361.61417 120.984375ZM363.45792 119.5Q363.05167 119.5 362.78604 119.84375Q362.53604 120.1875 362.53604 121.09375Q362.53604 121.90625 362.80167 122.25Q363.0673 122.59375 363.45792 122.59375Q363.84854 122.59375 364.11417 122.25Q364.3798 121.90625 364.3798 121.0Q364.3798 120.171875 364.11417 119.84375Q363.84854 119.5 363.45792 119.5Z" fill-rule="nonzero"/><path fill="#666666" d="M341.86417 120.734375L342.92667 120.59375Q343.09854 121.484375 343.53604 121.890625Q343.97354 122.28125 344.59854 122.28125Q345.34854 122.28125 345.86417 121.765625Q346.3798 121.25 346.3798 120.484375Q346.3798 119.765625 345.89542 119.296875Q345.42667 118.8125 344.6923 118.8125Q344.39542 118.8125 343.9423 118.9375L344.0673 118.0Q344.17667 118.015625 344.23917 118.015625Q344.91104 118.015625 345.4423 117.671875Q345.98917 117.3125 345.98917 116.578125Q345.98917 116.0 345.59854 115.625Q345.20792 115.234375 344.58292 115.234375Q343.97354 115.234375 343.55167 115.625Q343.14542 116.015625 343.03604 116.78125L341.97354 116.59375Q342.16104 115.546875 342.84854 114.96875Q343.53604 114.375 344.55167 114.375Q345.2548 114.375 345.84854 114.6875Q346.4423 114.984375 346.7548 115.5Q347.0673 116.015625 347.0673 116.609375Q347.0673 117.15625 346.77042 117.625Q346.47354 118.078125 345.89542 118.34375Q346.64542 118.515625 347.0673 119.078125Q347.48917 119.625 347.48917 120.46875Q347.48917 121.59375 346.66104 122.375Q345.84854 123.15625 344.59854 123.15625Q343.47354 123.15625 342.72354 122.484375Q341.97354 121.796875 341.86417 120.734375ZM348.86417 120.75L349.97354 120.65625Q350.09854 121.46875 350.53604 121.875Q350.98917 122.28125 351.6298 122.28125Q352.3798 122.28125 352.91104 121.703125Q353.4423 121.125 353.4423 120.1875Q353.4423 119.28125 352.92667 118.765625Q352.42667 118.234375 351.59854 118.234375Q351.09854 118.234375 350.67667 118.46875Q350.27042 118.703125 350.03604 119.0625L349.05167 118.9375L349.8798 114.53125L354.16104 114.53125L354.16104 115.53125L350.72354 115.53125L350.27042 117.84375Q351.03604 117.296875 351.8798 117.296875Q353.0048 117.296875 353.77042 118.078125Q354.55167 118.859375 354.55167 120.09375Q354.55167 121.25 353.8798 122.109375Q353.05167 123.140625 351.6298 123.140625Q350.45792 123.140625 349.70792 122.484375Q348.97354 121.828125 348.86417 120.75ZM356.0673 116.46875Q356.0673 115.546875 356.52042 114.90625Q356.98917 114.265625 357.86417 114.265625Q358.67667 114.265625 359.20792 114.84375Q359.73917 115.421875 359.73917 116.53125Q359.73917 117.625 359.1923 118.21875Q358.66104 118.796875 357.8798 118.796875Q357.09854 118.796875 356.58292 118.21875Q356.0673 117.640625 356.0673 116.46875ZM357.89542 114.984375Q357.5048 114.984375 357.23917 115.328125Q356.98917 115.671875 356.98917 116.578125Q356.98917 117.40625 357.23917 117.75Q357.5048 118.078125 357.89542 118.078125Q358.30167 118.078125 358.55167 117.734375Q358.8173 117.390625 358.8173 116.5Q358.8173 115.65625 358.55167 115.328125Q358.28604 114.984375 357.89542 114.984375ZM357.89542 123.3125L362.59854 114.265625L363.45792 114.265625L358.77042 123.3125L357.89542 123.3125ZM361.61417 120.984375Q361.61417 120.0625 362.0673 119.421875Q362.53604 118.78125 363.42667 118.78125Q364.23917 118.78125 364.77042 119.359375Q365.30167 119.921875 365.30167 121.046875Q365.30167 122.140625 364.7548 122.734375Q364.22354 123.3125 363.42667 123.3125Q362.66104 123.3125 362.1298 122.734375Q361.61417 122.15625 361.61417 120.984375ZM363.45792 119.5Q363.05167 119.5 362.78604 119.84375Q362.53604 120.1875 362.53604 121.09375Q362.53604 121.90625 362.80167 122.25Q363.0673 122.59375 363.45792 122.59375Q363.84854 122.59375 364.11417 122.25Q364.3798 121.90625 364.3798 121.0Q364.3798 120.171875 364.11417 119.84375Q363.84854 119.5 363.45792 119.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M357.89157 175.73438L358.95407 175.59375Q359.12595 176.48438 359.56345 176.89062Q360.00095 177.28125 360.62595 177.28125Q361.37595 177.28125 361.89157 176.76562Q362.4072 176.25 362.4072 175.48438Q362.4072 174.76562 361.92282 174.29688Q361.45407 173.8125 360.7197 173.8125Q360.42282 173.8125 359.9697 173.9375L360.0947 173.0Q360.20407 173.01562 360.26657 173.01562Q360.93845 173.01562 361.4697 172.67188Q362.01657 172.3125 362.01657 171.57812Q362.01657 171.0 361.62595 170.625Q361.23532 170.23438 360.61032 170.23438Q360.00095 170.23438 359.57907 170.625Q359.17282 171.01562 359.06345 171.78125L358.00095 171.59375Q358.18845 170.54688 358.87595 169.96875Q359.56345 169.375 360.57907 169.375Q361.2822 169.375 361.87595 169.6875Q362.4697 169.98438 362.7822 170.5Q363.0947 171.01562 363.0947 171.60938Q363.0947 172.15625 362.79782 172.625Q362.50095 173.07812 361.92282 173.34375Q362.67282 173.51562 363.0947 174.07812Q363.51657 174.625 363.51657 175.46875Q363.51657 176.59375 362.68845 177.375Q361.87595 178.15625 360.62595 178.15625Q359.50095 178.15625 358.75095 177.48438Q358.00095 176.79688 357.89157 175.73438ZM366.51657 173.34375Q365.86032 173.09375 365.5322 172.65625Q365.2197 172.20312 365.2197 171.59375Q365.2197 170.65625 365.89157 170.01562Q366.57907 169.375 367.68845 169.375Q368.81345 169.375 369.50095 170.03125Q370.18845 170.6875 370.18845 171.625Q370.18845 172.21875 369.87595 172.65625Q369.56345 173.09375 368.92282 173.34375Q369.7197 173.59375 370.12595 174.17188Q370.5322 174.75 370.5322 175.54688Q370.5322 176.64062 369.75095 177.39062Q368.98532 178.14062 367.70407 178.14062Q366.43845 178.14062 365.6572 177.39062Q364.87595 176.64062 364.87595 175.51562Q364.87595 174.67188 365.29782 174.10938Q365.73532 173.54688 366.51657 173.34375ZM366.29782 171.54688Q366.29782 172.15625 366.68845 172.54688Q367.0947 172.9375 367.7197 172.9375Q368.32907 172.9375 368.7197 172.5625Q369.11032 172.17188 369.11032 171.60938Q369.11032 171.03125 368.70407 170.64062Q368.29782 170.23438 367.70407 170.23438Q367.0947 170.23438 366.68845 170.625Q366.29782 171.01562 366.29782 171.54688ZM365.9697 175.51562Q365.9697 175.96875 366.17282 176.39062Q366.39157 176.8125 366.81345 177.04688Q367.23532 177.28125 367.7197 177.28125Q368.4697 177.28125 368.95407 176.79688Q369.45407 176.3125 369.45407 175.5625Q369.45407 174.79688 368.95407 174.29688Q368.45407 173.79688 367.68845 173.79688Q366.93845 173.79688 366.45407 174.29688Q365.9697 174.78125 365.9697 175.51562ZM372.0947 171.46875Q372.0947 170.54688 372.54782 169.90625Q373.01657 169.26562 373.89157 169.26562Q374.70407 169.26562 375.23532 169.84375Q375.76657 170.42188 375.76657 171.53125Q375.76657 172.625 375.2197 173.21875Q374.68845 173.79688 373.9072 173.79688Q373.12595 173.79688 372.61032 173.21875Q372.0947 172.64062 372.0947 171.46875ZM373.92282 169.98438Q373.5322 169.98438 373.26657 170.32812Q373.01657 170.67188 373.01657 171.57812Q373.01657 172.40625 373.26657 172.75Q373.5322 173.07812 373.92282 173.07812Q374.32907 173.07812 374.57907 172.73438Q374.8447 172.39062 374.8447 171.5Q374.8447 170.65625 374.57907 170.32812Q374.31345 169.98438 373.92282 169.98438ZM373.92282 178.3125L378.62595 169.26562L379.48532 169.26562L374.79782 178.3125L373.92282 178.3125ZM377.64157 175.98438Q377.64157 175.0625 378.0947 174.42188Q378.56345 173.78125 379.45407 173.78125Q380.26657 173.78125 380.79782 174.35938Q381.32907 174.92188 381.32907 176.04688Q381.32907 177.14062 380.7822 177.73438Q380.25095 178.3125 379.45407 178.3125Q378.68845 178.3125 378.1572 177.73438Q377.64157 177.15625 377.64157 175.98438ZM379.48532 174.5Q379.07907 174.5 378.81345 174.84375Q378.56345 175.1875 378.56345 176.09375Q378.56345 176.90625 378.82907 177.25Q379.0947 177.59375 379.48532 177.59375Q379.87595 177.59375 380.14157 177.25Q380.4072 176.90625 380.4072 176.0Q380.4072 175.17188 380.14157 174.84375Q379.87595 174.5 379.48532 174.5Z" fill-rule="nonzero"/><path fill="#666666" d="M357.89157 175.73438L358.95407 175.59375Q359.12595 176.48438 359.56345 176.89062Q360.00095 177.28125 360.62595 177.28125Q361.37595 177.28125 361.89157 176.76562Q362.4072 176.25 362.4072 175.48438Q362.4072 174.76562 361.92282 174.29688Q361.45407 173.8125 360.7197 173.8125Q360.42282 173.8125 359.9697 173.9375L360.0947 173.0Q360.20407 173.01562 360.26657 173.01562Q360.93845 173.01562 361.4697 172.67188Q362.01657 172.3125 362.01657 171.57812Q362.01657 171.0 361.62595 170.625Q361.23532 170.23438 360.61032 170.23438Q360.00095 170.23438 359.57907 170.625Q359.17282 171.01562 359.06345 171.78125L358.00095 171.59375Q358.18845 170.54688 358.87595 169.96875Q359.56345 169.375 360.57907 169.375Q361.2822 169.375 361.87595 169.6875Q362.4697 169.98438 362.7822 170.5Q363.0947 171.01562 363.0947 171.60938Q363.0947 172.15625 362.79782 172.625Q362.50095 173.07812 361.92282 173.34375Q362.67282 173.51562 363.0947 174.07812Q363.51657 174.625 363.51657 175.46875Q363.51657 176.59375 362.68845 177.375Q361.87595 178.15625 360.62595 178.15625Q359.50095 178.15625 358.75095 177.48438Q358.00095 176.79688 357.89157 175.73438ZM366.51657 173.34375Q365.86032 173.09375 365.5322 172.65625Q365.2197 172.20312 365.2197 171.59375Q365.2197 170.65625 365.89157 170.01562Q366.57907 169.375 367.68845 169.375Q368.81345 169.375 369.50095 170.03125Q370.18845 170.6875 370.18845 171.625Q370.18845 172.21875 369.87595 172.65625Q369.56345 173.09375 368.92282 173.34375Q369.7197 173.59375 370.12595 174.17188Q370.5322 174.75 370.5322 175.54688Q370.5322 176.64062 369.75095 177.39062Q368.98532 178.14062 367.70407 178.14062Q366.43845 178.14062 365.6572 177.39062Q364.87595 176.64062 364.87595 175.51562Q364.87595 174.67188 365.29782 174.10938Q365.73532 173.54688 366.51657 173.34375ZM366.29782 171.54688Q366.29782 172.15625 366.68845 172.54688Q367.0947 172.9375 367.7197 172.9375Q368.32907 172.9375 368.7197 172.5625Q369.11032 172.17188 369.11032 171.60938Q369.11032 171.03125 368.70407 170.64062Q368.29782 170.23438 367.70407 170.23438Q367.0947 170.23438 366.68845 170.625Q366.29782 171.01562 366.29782 171.54688ZM365.9697 175.51562Q365.9697 175.96875 366.17282 176.39062Q366.39157 176.8125 366.81345 177.04688Q367.23532 177.28125 367.7197 177.28125Q368.4697 177.28125 368.95407 176.79688Q369.45407 176.3125 369.45407 175.5625Q369.45407 174.79688 368.95407 174.29688Q368.45407 173.79688 367.68845 173.79688Q366.93845 173.79688 366.45407 174.29688Q365.9697 174.78125 365.9697 175.51562ZM372.0947 171.46875Q372.0947 170.54688 372.54782 169.90625Q373.01657 169.26562 373.89157 169.26562Q374.70407 169.26562 375.23532 169.84375Q375.76657 170.42188 375.76657 171.53125Q375.76657 172.625 375.2197 173.21875Q374.68845 173.79688 373.9072 173.79688Q373.12595 173.79688 372.61032 173.21875Q372.0947 172.64062 372.0947 171.46875ZM373.92282 169.98438Q373.5322 169.98438 373.26657 170.32812Q373.01657 170.67188 373.01657 171.57812Q373.01657 172.40625 373.26657 172.75Q373.5322 173.07812 373.92282 173.07812Q374.32907 173.07812 374.57907 172.73438Q374.8447 172.39062 374.8447 171.5Q374.8447 170.65625 374.57907 170.32812Q374.31345 169.98438 373.92282 169.98438ZM373.92282 178.3125L378.62595 169.26562L379.48532 169.26562L374.79782 178.3125L373.92282 178.3125ZM377.64157 175.98438Q377.64157 175.0625 378.0947 174.42188Q378.56345 173.78125 379.45407 173.78125Q380.26657 173.78125 380.79782 174.35938Q381.32907 174.92188 381.32907 176.04688Q381.32907 177.14062 380.7822 177.73438Q380.25095 178.3125 379.45407 178.3125Q378.68845 178.3125 378.1572 177.73438Q377.64157 177.15625 377.64157 175.98438ZM379.48532 174.5Q379.07907 174.5 378.81345 174.84375Q378.56345 175.1875 378.56345 176.09375Q378.56345 176.90625 378.82907 177.25Q379.0947 177.59375 379.48532 177.59375Q379.87595 177.59375 380.14157 177.25Q380.4072 176.90625 380.4072 176.0Q380.4072 175.17188 380.14157 174.84375Q379.87595 174.5 379.48532 174.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.17926 231.73438L332.24176 231.59375Q332.41364 232.48438 332.85114 232.89062Q333.28864 233.28125 333.91364 233.28125Q334.66364 233.28125 335.17926 232.76562Q335.6949 232.25 335.6949 231.48438Q335.6949 230.76562 335.2105 230.29688Q334.74176 229.8125 334.0074 229.8125Q333.7105 229.8125 333.2574 229.9375L333.3824 229.0Q333.49176 229.01562 333.55426 229.01562Q334.22614 229.01562 334.7574 228.67188Q335.30426 228.3125 335.30426 227.57812Q335.30426 227.0 334.91364 226.625Q334.523 226.23438 333.898 226.23438Q333.28864 226.23438 332.86676 226.625Q332.4605 227.01562 332.35114 227.78125L331.28864 227.59375Q331.47614 226.54688 332.16364 225.96875Q332.85114 225.375 333.86676 225.375Q334.5699 225.375 335.16364 225.6875Q335.7574 225.98438 336.0699 226.5Q336.3824 227.01562 336.3824 227.60938Q336.3824 228.15625 336.0855 228.625Q335.78864 229.07812 335.2105 229.34375Q335.9605 229.51562 336.3824 230.07812Q336.80426 230.625 336.80426 231.46875Q336.80426 232.59375 335.97614 233.375Q335.16364 234.15625 333.91364 234.15625Q332.78864 234.15625 332.03864 233.48438Q331.28864 232.79688 331.17926 231.73438ZM338.17926 231.73438L339.24176 231.59375Q339.41364 232.48438 339.85114 232.89062Q340.28864 233.28125 340.91364 233.28125Q341.66364 233.28125 342.17926 232.76562Q342.6949 232.25 342.6949 231.48438Q342.6949 230.76562 342.2105 230.29688Q341.74176 229.8125 341.0074 229.8125Q340.7105 229.8125 340.2574 229.9375L340.3824 229.0Q340.49176 229.01562 340.55426 229.01562Q341.22614 229.01562 341.7574 228.67188Q342.30426 228.3125 342.30426 227.57812Q342.30426 227.0 341.91364 226.625Q341.523 226.23438 340.898 226.23438Q340.28864 226.23438 339.86676 226.625Q339.4605 227.01562 339.35114 227.78125L338.28864 227.59375Q338.47614 226.54688 339.16364 225.96875Q339.85114 225.375 340.86676 225.375Q341.5699 225.375 342.16364 225.6875Q342.7574 225.98438 343.0699 226.5Q343.3824 227.01562 343.3824 227.60938Q343.3824 228.15625 343.0855 228.625Q342.78864 229.07812 342.2105 229.34375Q342.9605 229.51562 343.3824 230.07812Q343.80426 230.625 343.80426 231.46875Q343.80426 232.59375 342.97614 233.375Q342.16364 234.15625 340.91364 234.15625Q339.78864 234.15625 339.03864 233.48438Q338.28864 232.79688 338.17926 231.73438ZM345.3824 227.46875Q345.3824 226.54688 345.8355 225.90625Q346.30426 225.26562 347.17926 225.26562Q347.99176 225.26562 348.523 225.84375Q349.05426 226.42188 349.05426 227.53125Q349.05426 228.625 348.5074 229.21875Q347.97614 229.79688 347.1949 229.79688Q346.41364 229.79688 345.898 229.21875Q345.3824 228.64062 345.3824 227.46875ZM347.2105 225.98438Q346.8199 225.98438 346.55426 226.32812Q346.30426 226.67188 346.30426 227.57812Q346.30426 228.40625 346.55426 228.75Q346.8199 229.07812 347.2105 229.07812Q347.61676 229.07812 347.86676 228.73438Q348.1324 228.39062 348.1324 227.5Q348.1324 226.65625 347.86676 226.32812Q347.60114 225.98438 347.2105 225.98438ZM347.2105 234.3125L351.91364 225.26562L352.773 225.26562L348.0855 234.3125L347.2105 234.3125ZM350.92926 231.98438Q350.92926 231.0625 351.3824 230.42188Q351.85114 229.78125 352.74176 229.78125Q353.55426 229.78125 354.0855 230.35938Q354.61676 230.92188 354.61676 232.04688Q354.61676 233.14062 354.0699 233.73438Q353.53864 234.3125 352.74176 234.3125Q351.97614 234.3125 351.4449 233.73438Q350.92926 233.15625 350.92926 231.98438ZM352.773 230.5Q352.36676 230.5 352.10114 230.84375Q351.85114 231.1875 351.85114 232.09375Q351.85114 232.90625 352.11676 233.25Q352.3824 233.59375 352.773 233.59375Q353.16364 233.59375 353.42926 233.25Q353.6949 232.90625 353.6949 232.0Q353.6949 231.17188 353.42926 230.84375Q353.16364 230.5 352.773 230.5Z" fill-rule="nonzero"/><path fill="#666666" d="M331.17926 231.73438L332.24176 231.59375Q332.41364 232.48438 332.85114 232.89062Q333.28864 233.28125 333.91364 233.28125Q334.66364 233.28125 335.17926 232.76562Q335.6949 232.25 335.6949 231.48438Q335.6949 230.76562 335.2105 230.29688Q334.74176 229.8125 334.0074 229.8125Q333.7105 229.8125 333.2574 229.9375L333.3824 229.0Q333.49176 229.01562 333.55426 229.01562Q334.22614 229.01562 334.7574 228.67188Q335.30426 228.3125 335.30426 227.57812Q335.30426 227.0 334.91364 226.625Q334.523 226.23438 333.898 226.23438Q333.28864 226.23438 332.86676 226.625Q332.4605 227.01562 332.35114 227.78125L331.28864 227.59375Q331.47614 226.54688 332.16364 225.96875Q332.85114 225.375 333.86676 225.375Q334.5699 225.375 335.16364 225.6875Q335.7574 225.98438 336.0699 226.5Q336.3824 227.01562 336.3824 227.60938Q336.3824 228.15625 336.0855 228.625Q335.78864 229.07812 335.2105 229.34375Q335.9605 229.51562 336.3824 230.07812Q336.80426 230.625 336.80426 231.46875Q336.80426 232.59375 335.97614 233.375Q335.16364 234.15625 333.91364 234.15625Q332.78864 234.15625 332.03864 233.48438Q331.28864 232.79688 331.17926 231.73438ZM338.17926 231.73438L339.24176 231.59375Q339.41364 232.48438 339.85114 232.89062Q340.28864 233.28125 340.91364 233.28125Q341.66364 233.28125 342.17926 232.76562Q342.6949 232.25 342.6949 231.48438Q342.6949 230.76562 342.2105 230.29688Q341.74176 229.8125 341.0074 229.8125Q340.7105 229.8125 340.2574 229.9375L340.3824 229.0Q340.49176 229.01562 340.55426 229.01562Q341.22614 229.01562 341.7574 228.67188Q342.30426 228.3125 342.30426 227.57812Q342.30426 227.0 341.91364 226.625Q341.523 226.23438 340.898 226.23438Q340.28864 226.23438 339.86676 226.625Q339.4605 227.01562 339.35114 227.78125L338.28864 227.59375Q338.47614 226.54688 339.16364 225.96875Q339.85114 225.375 340.86676 225.375Q341.5699 225.375 342.16364 225.6875Q342.7574 225.98438 343.0699 226.5Q343.3824 227.01562 343.3824 227.60938Q343.3824 228.15625 343.0855 228.625Q342.78864 229.07812 342.2105 229.34375Q342.9605 229.51562 343.3824 230.07812Q343.80426 230.625 343.80426 231.46875Q343.80426 232.59375 342.97614 233.375Q342.16364 234.15625 340.91364 234.15625Q339.78864 234.15625 339.03864 233.48438Q338.28864 232.79688 338.17926 231.73438ZM345.3824 227.46875Q345.3824 226.54688 345.8355 225.90625Q346.30426 225.26562 347.17926 225.26562Q347.99176 225.26562 348.523 225.84375Q349.05426 226.42188 349.05426 227.53125Q349.05426 228.625 348.5074 229.21875Q347.97614 229.79688 347.1949 229.79688Q346.41364 229.79688 345.898 229.21875Q345.3824 228.64062 345.3824 227.46875ZM347.2105 225.98438Q346.8199 225.98438 346.55426 226.32812Q346.30426 226.67188 346.30426 227.57812Q346.30426 228.40625 346.55426 228.75Q346.8199 229.07812 347.2105 229.07812Q347.61676 229.07812 347.86676 228.73438Q348.1324 228.39062 348.1324 227.5Q348.1324 226.65625 347.86676 226.32812Q347.60114 225.98438 347.2105 225.98438ZM347.2105 234.3125L351.91364 225.26562L352.773 225.26562L348.0855 234.3125L347.2105 234.3125ZM350.92926 231.98438Q350.92926 231.0625 351.3824 230.42188Q351.85114 229.78125 352.74176 229.78125Q353.55426 229.78125 354.0855 230.35938Q354.61676 230.92188 354.61676 232.04688Q354.61676 233.14062 354.0699 233.73438Q353.53864 234.3125 352.74176 234.3125Q351.97614 234.3125 351.4449 233.73438Q350.92926 233.15625 350.92926 231.98438ZM352.773 230.5Q352.36676 230.5 352.10114 230.84375Q351.85114 231.1875 351.85114 232.09375Q351.85114 232.90625 352.11676 233.25Q352.3824 233.59375 352.773 233.59375Q353.16364 233.59375 353.42926 233.25Q353.6949 232.90625 353.6949 232.0Q353.6949 231.17188 353.42926 230.84375Q353.16364 230.5 352.773 230.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.0138 287.98438L310.0138 289.0L304.3263 289.0Q304.3263 288.625 304.4513 288.26562Q304.67004 287.6875 305.1388 287.125Q305.62317 286.5625 306.52942 285.82812Q307.93567 284.67188 308.42004 284.0Q308.92004 283.32812 308.92004 282.73438Q308.92004 282.10938 308.46692 281.6875Q308.0138 281.25 307.29504 281.25Q306.52942 281.25 306.0763 281.70312Q305.62317 282.15625 305.60754 282.96875L304.52942 282.85938Q304.6388 281.64062 305.35754 281.01562Q306.09192 280.375 307.3263 280.375Q308.56067 280.375 309.27942 281.0625Q309.99817 281.75 309.99817 282.76562Q309.99817 283.28125 309.77942 283.78125Q309.5763 284.26562 309.0763 284.82812Q308.59192 285.375 307.46692 286.32812Q306.5138 287.125 306.23254 287.42188Q305.96692 287.70312 305.79504 287.98438L310.0138 287.98438ZM313.09192 284.34375Q312.43567 284.09375 312.10754 283.65625Q311.79504 283.20312 311.79504 282.59375Q311.79504 281.65625 312.46692 281.01562Q313.15442 280.375 314.2638 280.375Q315.3888 280.375 316.0763 281.03125Q316.7638 281.6875 316.7638 282.625Q316.7638 283.21875 316.4513 283.65625Q316.1388 284.09375 315.49817 284.34375Q316.29504 284.59375 316.7013 285.17188Q317.10754 285.75 317.10754 286.54688Q317.10754 287.64062 316.3263 288.39062Q315.56067 289.14062 314.27942 289.14062Q313.0138 289.14062 312.23254 288.39062Q311.4513 287.64062 311.4513 286.51562Q311.4513 285.67188 311.87317 285.10938Q312.31067 284.54688 313.09192 284.34375ZM312.87317 282.54688Q312.87317 283.15625 313.2638 283.54688Q313.67004 283.9375 314.29504 283.9375Q314.90442 283.9375 315.29504 283.5625Q315.68567 283.17188 315.68567 282.60938Q315.68567 282.03125 315.27942 281.64062Q314.87317 281.23438 314.27942 281.23438Q313.67004 281.23438 313.2638 281.625Q312.87317 282.01562 312.87317 282.54688ZM312.54504 286.51562Q312.54504 286.96875 312.74817 287.39062Q312.96692 287.8125 313.3888 288.04688Q313.81067 288.28125 314.29504 288.28125Q315.04504 288.28125 315.52942 287.79688Q316.02942 287.3125 316.02942 286.5625Q316.02942 285.79688 315.52942 285.29688Q315.02942 284.79688 314.2638 284.79688Q313.5138 284.79688 313.02942 285.29688Q312.54504 285.78125 312.54504 286.51562ZM318.67004 282.46875Q318.67004 281.54688 319.12317 280.90625Q319.59192 280.26562 320.46692 280.26562Q321.27942 280.26562 321.81067 280.84375Q322.34192 281.42188 322.34192 282.53125Q322.34192 283.625 321.79504 284.21875Q321.2638 284.79688 320.48254 284.79688Q319.7013 284.79688 319.18567 284.21875Q318.67004 283.64062 318.67004 282.46875ZM320.49817 280.98438Q320.10754 280.98438 319.84192 281.32812Q319.59192 281.67188 319.59192 282.57812Q319.59192 283.40625 319.84192 283.75Q320.10754 284.07812 320.49817 284.07812Q320.90442 284.07812 321.15442 283.73438Q321.42004 283.39062 321.42004 282.5Q321.42004 281.65625 321.15442 281.32812Q320.8888 280.98438 320.49817 280.98438ZM320.49817 289.3125L325.2013 280.26562L326.06067 280.26562L321.37317 289.3125L320.49817 289.3125ZM324.21692 286.98438Q324.21692 286.0625 324.67004 285.42188Q325.1388 284.78125 326.02942 284.78125Q326.84192 284.78125 327.37317 285.35938Q327.90442 285.92188 327.90442 287.04688Q327.90442 288.14062 327.35754 288.73438Q326.8263 289.3125 326.02942 289.3125Q325.2638 289.3125 324.73254 288.73438Q324.21692 288.15625 324.21692 286.98438ZM326.06067 285.5Q325.65442 285.5 325.3888 285.84375Q325.1388 286.1875 325.1388 287.09375Q325.1388 287.90625 325.40442 288.25Q325.67004 288.59375 326.06067 288.59375Q326.4513 288.59375 326.71692 288.25Q326.98254 287.90625 326.98254 287.0Q326.98254 286.17188 326.71692 285.84375Q326.4513 285.5 326.06067 285.5Z" fill-rule="nonzero"/><path fill="#666666" d="M310.0138 287.98438L310.0138 289.0L304.3263 289.0Q304.3263 288.625 304.4513 288.26562Q304.67004 287.6875 305.1388 287.125Q305.62317 286.5625 306.52942 285.82812Q307.93567 284.67188 308.42004 284.0Q308.92004 283.32812 308.92004 282.73438Q308.92004 282.10938 308.46692 281.6875Q308.0138 281.25 307.29504 281.25Q306.52942 281.25 306.0763 281.70312Q305.62317 282.15625 305.60754 282.96875L304.52942 282.85938Q304.6388 281.64062 305.35754 281.01562Q306.09192 280.375 307.3263 280.375Q308.56067 280.375 309.27942 281.0625Q309.99817 281.75 309.99817 282.76562Q309.99817 283.28125 309.77942 283.78125Q309.5763 284.26562 309.0763 284.82812Q308.59192 285.375 307.46692 286.32812Q306.5138 287.125 306.23254 287.42188Q305.96692 287.70312 305.79504 287.98438L310.0138 287.98438ZM313.09192 284.34375Q312.43567 284.09375 312.10754 283.65625Q311.79504 283.20312 311.79504 282.59375Q311.79504 281.65625 312.46692 281.01562Q313.15442 280.375 314.2638 280.375Q315.3888 280.375 316.0763 281.03125Q316.7638 281.6875 316.7638 282.625Q316.7638 283.21875 316.4513 283.65625Q316.1388 284.09375 315.49817 284.34375Q316.29504 284.59375 316.7013 285.17188Q317.10754 285.75 317.10754 286.54688Q317.10754 287.64062 316.3263 288.39062Q315.56067 289.14062 314.27942 289.14062Q313.0138 289.14062 312.23254 288.39062Q311.4513 287.64062 311.4513 286.51562Q311.4513 285.67188 311.87317 285.10938Q312.31067 284.54688 313.09192 284.34375ZM312.87317 282.54688Q312.87317 283.15625 313.2638 283.54688Q313.67004 283.9375 314.29504 283.9375Q314.90442 283.9375 315.29504 283.5625Q315.68567 283.17188 315.68567 282.60938Q315.68567 282.03125 315.27942 281.64062Q314.87317 281.23438 314.27942 281.23438Q313.67004 281.23438 313.2638 281.625Q312.87317 282.01562 312.87317 282.54688ZM312.54504 286.51562Q312.54504 286.96875 312.74817 287.39062Q312.96692 287.8125 313.3888 288.04688Q313.81067 288.28125 314.29504 288.28125Q315.04504 288.28125 315.52942 287.79688Q316.02942 287.3125 316.02942 286.5625Q316.02942 285.79688 315.52942 285.29688Q315.02942 284.79688 314.2638 284.79688Q313.5138 284.79688 313.02942 285.29688Q312.54504 285.78125 312.54504 286.51562ZM318.67004 282.46875Q318.67004 281.54688 319.12317 280.90625Q319.59192 280.26562 320.46692 280.26562Q321.27942 280.26562 321.81067 280.84375Q322.34192 281.42188 322.34192 282.53125Q322.34192 283.625 321.79504 284.21875Q321.2638 284.79688 320.48254 284.79688Q319.7013 284.79688 319.18567 284.21875Q318.67004 283.64062 318.67004 282.46875ZM320.49817 280.98438Q320.10754 280.98438 319.84192 281.32812Q319.59192 281.67188 319.59192 282.57812Q319.59192 283.40625 319.84192 283.75Q320.10754 284.07812 320.49817 284.07812Q320.90442 284.07812 321.15442 283.73438Q321.42004 283.39062 321.42004 282.5Q321.42004 281.65625 321.15442 281.32812Q320.8888 280.98438 320.49817 280.98438ZM320.49817 289.3125L325.2013 280.26562L326.06067 280.26562L321.37317 289.3125L320.49817 289.3125ZM324.21692 286.98438Q324.21692 286.0625 324.67004 285.42188Q325.1388 284.78125 326.02942 284.78125Q326.84192 284.78125 327.37317 285.35938Q327.90442 285.92188 327.90442 287.04688Q327.90442 288.14062 327.35754 288.73438Q326.8263 289.3125 326.02942 289.3125Q325.2638 289.3125 324.73254 288.73438Q324.21692 288.15625 324.21692 286.98438ZM326.06067 285.5Q325.65442 285.5 325.3888 285.84375Q325.1388 286.1875 325.1388 287.09375Q325.1388 287.90625 325.40442 288.25Q325.67004 288.59375 326.06067 288.59375Q326.4513 288.59375 326.71692 288.25Q326.98254 287.90625 326.98254 287.0Q326.98254 286.17188 326.71692 285.84375Q326.4513 285.5 326.06067 285.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.29869 344.0L227.25182 344.0L227.25182 337.28125Q226.86119 337.64062 226.23619 338.01562Q225.62682 338.375 225.14244 338.54688L225.14244 337.53125Q226.01744 337.10938 226.67369 336.53125Q227.34557 335.9375 227.62682 335.375L228.29869 335.375L228.29869 344.0ZM231.32994 341.73438L232.39244 341.59375Q232.56432 342.48438 233.00182 342.89062Q233.43932 343.28125 234.06432 343.28125Q234.81432 343.28125 235.32994 342.76562Q235.84557 342.25 235.84557 341.48438Q235.84557 340.76562 235.36119 340.29688Q234.89244 339.8125 234.15807 339.8125Q233.86119 339.8125 233.40807 339.9375L233.53307 339.0Q233.64244 339.01562 233.70494 339.01562Q234.37682 339.01562 234.90807 338.67188Q235.45494 338.3125 235.45494 337.57812Q235.45494 337.0 235.06432 336.625Q234.67369 336.23438 234.04869 336.23438Q233.43932 336.23438 233.01744 336.625Q232.61119 337.01562 232.50182 337.78125L231.43932 337.59375Q231.62682 336.54688 232.31432 335.96875Q233.00182 335.375 234.01744 335.375Q234.72057 335.375 235.31432 335.6875Q235.90807 335.98438 236.22057 336.5Q236.53307 337.01562 236.53307 337.60938Q236.53307 338.15625 236.23619 338.625Q235.93932 339.07812 235.36119 339.34375Q236.11119 339.51562 236.53307 340.07812Q236.95494 340.625 236.95494 341.46875Q236.95494 342.59375 236.12682 343.375Q235.31432 344.15625 234.06432 344.15625Q232.93932 344.15625 232.18932 343.48438Q231.43932 342.79688 231.32994 341.73438ZM238.53307 337.46875Q238.53307 336.54688 238.98619 335.90625Q239.45494 335.26562 240.32994 335.26562Q241.14244 335.26562 241.67369 335.84375Q242.20494 336.42188 242.20494 337.53125Q242.20494 338.625 241.65807 339.21875Q241.12682 339.79688 240.34557 339.79688Q239.56432 339.79688 239.04869 339.21875Q238.53307 338.64062 238.53307 337.46875ZM240.36119 335.98438Q239.97057 335.98438 239.70494 336.32812Q239.45494 336.67188 239.45494 337.57812Q239.45494 338.40625 239.70494 338.75Q239.97057 339.07812 240.36119 339.07812Q240.76744 339.07812 241.01744 338.73438Q241.28307 338.39062 241.28307 337.5Q241.28307 336.65625 241.01744 336.32812Q240.75182 335.98438 240.36119 335.98438ZM240.36119 344.3125L245.06432 335.26562L245.92369 335.26562L241.23619 344.3125L240.36119 344.3125ZM244.07994 341.98438Q244.07994 341.0625 244.53307 340.42188Q245.00182 339.78125 245.89244 339.78125Q246.70494 339.78125 247.23619 340.35938Q247.76744 340.92188 247.76744 342.04688Q247.76744 343.14062 247.22057 343.73438Q246.68932 344.3125 245.89244 344.3125Q245.12682 344.3125 244.59557 343.73438Q244.07994 343.15625 244.07994 341.98438ZM245.92369 340.5Q245.51744 340.5 245.25182 340.84375Q245.00182 341.1875 245.00182 342.09375Q245.00182 342.90625 245.26744 343.25Q245.53307 343.59375 245.92369 343.59375Q246.31432 343.59375 246.57994 343.25Q246.84557 342.90625 246.84557 342.0Q246.84557 341.17188 246.57994 340.84375Q246.31432 340.5 245.92369 340.5Z" fill-rule="nonzero"/><path fill="#666666" d="M228.29869 344.0L227.25182 344.0L227.25182 337.28125Q226.86119 337.64062 226.23619 338.01562Q225.62682 338.375 225.14244 338.54688L225.14244 337.53125Q226.01744 337.10938 226.67369 336.53125Q227.34557 335.9375 227.62682 335.375L228.29869 335.375L228.29869 344.0ZM231.32994 341.73438L232.39244 341.59375Q232.56432 342.48438 233.00182 342.89062Q233.43932 343.28125 234.06432 343.28125Q234.81432 343.28125 235.32994 342.76562Q235.84557 342.25 235.84557 341.48438Q235.84557 340.76562 235.36119 340.29688Q234.89244 339.8125 234.15807 339.8125Q233.86119 339.8125 233.40807 339.9375L233.53307 339.0Q233.64244 339.01562 233.70494 339.01562Q234.37682 339.01562 234.90807 338.67188Q235.45494 338.3125 235.45494 337.57812Q235.45494 337.0 235.06432 336.625Q234.67369 336.23438 234.04869 336.23438Q233.43932 336.23438 233.01744 336.625Q232.61119 337.01562 232.50182 337.78125L231.43932 337.59375Q231.62682 336.54688 232.31432 335.96875Q233.00182 335.375 234.01744 335.375Q234.72057 335.375 235.31432 335.6875Q235.90807 335.98438 236.22057 336.5Q236.53307 337.01562 236.53307 337.60938Q236.53307 338.15625 236.23619 338.625Q235.93932 339.07812 235.36119 339.34375Q236.11119 339.51562 236.53307 340.07812Q236.95494 340.625 236.95494 341.46875Q236.95494 342.59375 236.12682 343.375Q235.31432 344.15625 234.06432 344.15625Q232.93932 344.15625 232.18932 343.48438Q231.43932 342.79688 231.32994 341.73438ZM238.53307 337.46875Q238.53307 336.54688 238.98619 335.90625Q239.45494 335.26562 240.32994 335.26562Q241.14244 335.26562 241.67369 335.84375Q242.20494 336.42188 242.20494 337.53125Q242.20494 338.625 241.65807 339.21875Q241.12682 339.79688 240.34557 339.79688Q239.56432 339.79688 239.04869 339.21875Q238.53307 338.64062 238.53307 337.46875ZM240.36119 335.98438Q239.97057 335.98438 239.70494 336.32812Q239.45494 336.67188 239.45494 337.57812Q239.45494 338.40625 239.70494 338.75Q239.97057 339.07812 240.36119 339.07812Q240.76744 339.07812 241.01744 338.73438Q241.28307 338.39062 241.28307 337.5Q241.28307 336.65625 241.01744 336.32812Q240.75182 335.98438 240.36119 335.98438ZM240.36119 344.3125L245.06432 335.26562L245.92369 335.26562L241.23619 344.3125L240.36119 344.3125ZM244.07994 341.98438Q244.07994 341.0625 244.53307 340.42188Q245.00182 339.78125 245.89244 339.78125Q246.70494 339.78125 247.23619 340.35938Q247.76744 340.92188 247.76744 342.04688Q247.76744 343.14062 247.22057 343.73438Q246.68932 344.3125 245.89244 344.3125Q245.12682 344.3125 244.59557 343.73438Q244.07994 343.15625 244.07994 341.98438ZM245.92369 340.5Q245.51744 340.5 245.25182 340.84375Q245.00182 341.1875 245.00182 342.09375Q245.00182 342.90625 245.26744 343.25Q245.53307 343.59375 245.92369 343.59375Q246.31432 343.59375 246.57994 343.25Q246.84557 342.90625 246.84557 342.0Q246.84557 341.17188 246.57994 340.84375Q246.31432 340.5 245.92369 340.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.95622 400.0L221.90935 400.0L221.90935 393.28125Q221.51872 393.64062 220.89372 394.01562Q220.28435 394.375 219.79997 394.54688L219.79997 393.53125Q220.67497 393.10938 221.33122 392.53125Q222.0031 391.9375 222.28435 391.375L222.95622 391.375L222.95622 400.0ZM231.53435 398.98438L231.53435 400.0L225.84685 400.0Q225.84685 399.625 225.97185 399.26562Q226.1906 398.6875 226.65935 398.125Q227.14372 397.5625 228.04997 396.82812Q229.45622 395.67188 229.9406 395.0Q230.4406 394.32812 230.4406 393.73438Q230.4406 393.10938 229.98747 392.6875Q229.53435 392.25 228.8156 392.25Q228.04997 392.25 227.59685 392.70312Q227.14372 393.15625 227.1281 393.96875L226.04997 393.85938Q226.15935 392.64062 226.8781 392.01562Q227.61247 391.375 228.84685 391.375Q230.08122 391.375 230.79997 392.0625Q231.51872 392.75 231.51872 393.76562Q231.51872 394.28125 231.29997 394.78125Q231.09685 395.26562 230.59685 395.82812Q230.11247 396.375 228.98747 397.32812Q228.03435 398.125 227.7531 398.42188Q227.48747 398.70312 227.3156 398.98438L231.53435 398.98438ZM233.1906 393.46875Q233.1906 392.54688 233.64372 391.90625Q234.11247 391.26562 234.98747 391.26562Q235.79997 391.26562 236.33122 391.84375Q236.86247 392.42188 236.86247 393.53125Q236.86247 394.625 236.3156 395.21875Q235.78435 395.79688 235.0031 395.79688Q234.22185 395.79688 233.70622 395.21875Q233.1906 394.64062 233.1906 393.46875ZM235.01872 391.98438Q234.6281 391.98438 234.36247 392.32812Q234.11247 392.67188 234.11247 393.57812Q234.11247 394.40625 234.36247 394.75Q234.6281 395.07812 235.01872 395.07812Q235.42497 395.07812 235.67497 394.73438Q235.9406 394.39062 235.9406 393.5Q235.9406 392.65625 235.67497 392.32812Q235.40935 391.98438 235.01872 391.98438ZM235.01872 400.3125L239.72185 391.26562L240.58122 391.26562L235.89372 400.3125L235.01872 400.3125ZM238.73747 397.98438Q238.73747 397.0625 239.1906 396.42188Q239.65935 395.78125 240.54997 395.78125Q241.36247 395.78125 241.89372 396.35938Q242.42497 396.92188 242.42497 398.04688Q242.42497 399.14062 241.8781 399.73438Q241.34685 400.3125 240.54997 400.3125Q239.78435 400.3125 239.2531 399.73438Q238.73747 399.15625 238.73747 397.98438ZM240.58122 396.5Q240.17497 396.5 239.90935 396.84375Q239.65935 397.1875 239.65935 398.09375Q239.65935 398.90625 239.92497 399.25Q240.1906 399.59375 240.58122 399.59375Q240.97185 399.59375 241.23747 399.25Q241.5031 398.90625 241.5031 398.0Q241.5031 397.17188 241.23747 396.84375Q240.97185 396.5 240.58122 396.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.95622 400.0L221.90935 400.0L221.90935 393.28125Q221.51872 393.64062 220.89372 394.01562Q220.28435 394.375 219.79997 394.54688L219.79997 393.53125Q220.67497 393.10938 221.33122 392.53125Q222.0031 391.9375 222.28435 391.375L222.95622 391.375L222.95622 400.0ZM231.53435 398.98438L231.53435 400.0L225.84685 400.0Q225.84685 399.625 225.97185 399.26562Q226.1906 398.6875 226.65935 398.125Q227.14372 397.5625 228.04997 396.82812Q229.45622 395.67188 229.9406 395.0Q230.4406 394.32812 230.4406 393.73438Q230.4406 393.10938 229.98747 392.6875Q229.53435 392.25 228.8156 392.25Q228.04997 392.25 227.59685 392.70312Q227.14372 393.15625 227.1281 393.96875L226.04997 393.85938Q226.15935 392.64062 226.8781 392.01562Q227.61247 391.375 228.84685 391.375Q230.08122 391.375 230.79997 392.0625Q231.51872 392.75 231.51872 393.76562Q231.51872 394.28125 231.29997 394.78125Q231.09685 395.26562 230.59685 395.82812Q230.11247 396.375 228.98747 397.32812Q228.03435 398.125 227.7531 398.42188Q227.48747 398.70312 227.3156 398.98438L231.53435 398.98438ZM233.1906 393.46875Q233.1906 392.54688 233.64372 391.90625Q234.11247 391.26562 234.98747 391.26562Q235.79997 391.26562 236.33122 391.84375Q236.86247 392.42188 236.86247 393.53125Q236.86247 394.625 236.3156 395.21875Q235.78435 395.79688 235.0031 395.79688Q234.22185 395.79688 233.70622 395.21875Q233.1906 394.64062 233.1906 393.46875ZM235.01872 391.98438Q234.6281 391.98438 234.36247 392.32812Q234.11247 392.67188 234.11247 393.57812Q234.11247 394.40625 234.36247 394.75Q234.6281 395.07812 235.01872 395.07812Q235.42497 395.07812 235.67497 394.73438Q235.9406 394.39062 235.9406 393.5Q235.9406 392.65625 235.67497 392.32812Q235.40935 391.98438 235.01872 391.98438ZM235.01872 400.3125L239.72185 391.26562L240.58122 391.26562L235.89372 400.3125L235.01872 400.3125ZM238.73747 397.98438Q238.73747 397.0625 239.1906 396.42188Q239.65935 395.78125 240.54997 395.78125Q241.36247 395.78125 241.89372 396.35938Q242.42497 396.92188 242.42497 398.04688Q242.42497 399.14062 241.8781 399.73438Q241.34685 400.3125 240.54997 400.3125Q239.78435 400.3125 239.2531 399.73438Q238.73747 399.15625 238.73747 397.98438ZM240.58122 396.5Q240.17497 396.5 239.90935 396.84375Q239.65935 397.1875 239.65935 398.09375Q239.65935 398.90625 239.92497 399.25Q240.1906 399.59375 240.58122 399.59375Q240.97185 399.59375 241.23747 399.25Q241.5031 398.90625 241.5031 398.0Q241.5031 397.17188 241.23747 396.84375Q240.97185 396.5 240.58122 396.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.95622 455.0L221.90935 455.0L221.90935 448.28125Q221.51872 448.64062 220.89372 449.01562Q220.28435 449.375 219.79997 449.54688L219.79997 448.53125Q220.67497 448.10938 221.33122 447.53125Q222.0031 446.9375 222.28435 446.375L222.95622 446.375L222.95622 455.0ZM231.53435 453.98438L231.53435 455.0L225.84685 455.0Q225.84685 454.625 225.97185 454.26562Q226.1906 453.6875 226.65935 453.125Q227.14372 452.5625 228.04997 451.82812Q229.45622 450.67188 229.9406 450.0Q230.4406 449.32812 230.4406 448.73438Q230.4406 448.10938 229.98747 447.6875Q229.53435 447.25 228.8156 447.25Q228.04997 447.25 227.59685 447.70312Q227.14372 448.15625 227.1281 448.96875L226.04997 448.85938Q226.15935 447.64062 226.8781 447.01562Q227.61247 446.375 228.84685 446.375Q230.08122 446.375 230.79997 447.0625Q231.51872 447.75 231.51872 448.76562Q231.51872 449.28125 231.29997 449.78125Q231.09685 450.26562 230.59685 450.82812Q230.11247 451.375 228.98747 452.32812Q228.03435 453.125 227.7531 453.42188Q227.48747 453.70312 227.3156 453.98438L231.53435 453.98438ZM233.1906 448.46875Q233.1906 447.54688 233.64372 446.90625Q234.11247 446.26562 234.98747 446.26562Q235.79997 446.26562 236.33122 446.84375Q236.86247 447.42188 236.86247 448.53125Q236.86247 449.625 236.3156 450.21875Q235.78435 450.79688 235.0031 450.79688Q234.22185 450.79688 233.70622 450.21875Q233.1906 449.64062 233.1906 448.46875ZM235.01872 446.98438Q234.6281 446.98438 234.36247 447.32812Q234.11247 447.67188 234.11247 448.57812Q234.11247 449.40625 234.36247 449.75Q234.6281 450.07812 235.01872 450.07812Q235.42497 450.07812 235.67497 449.73438Q235.9406 449.39062 235.9406 448.5Q235.9406 447.65625 235.67497 447.32812Q235.40935 446.98438 235.01872 446.98438ZM235.01872 455.3125L239.72185 446.26562L240.58122 446.26562L235.89372 455.3125L235.01872 455.3125ZM238.73747 452.98438Q238.73747 452.0625 239.1906 451.42188Q239.65935 450.78125 240.54997 450.78125Q241.36247 450.78125 241.89372 451.35938Q242.42497 451.92188 242.42497 453.04688Q242.42497 454.14062 241.8781 454.73438Q241.34685 455.3125 240.54997 455.3125Q239.78435 455.3125 239.2531 454.73438Q238.73747 454.15625 238.73747 452.98438ZM240.58122 451.5Q240.17497 451.5 239.90935 451.84375Q239.65935 452.1875 239.65935 453.09375Q239.65935 453.90625 239.92497 454.25Q240.1906 454.59375 240.58122 454.59375Q240.97185 454.59375 241.23747 454.25Q241.5031 453.90625 241.5031 453.0Q241.5031 452.17188 241.23747 451.84375Q240.97185 451.5 240.58122 451.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.95622 455.0L221.90935 455.0L221.90935 448.28125Q221.51872 448.64062 220.89372 449.01562Q220.28435 449.375 219.79997 449.54688L219.79997 448.53125Q220.67497 448.10938 221.33122 447.53125Q222.0031 446.9375 222.28435 446.375L222.95622 446.375L222.95622 455.0ZM231.53435 453.98438L231.53435 455.0L225.84685 455.0Q225.84685 454.625 225.97185 454.26562Q226.1906 453.6875 226.65935 453.125Q227.14372 452.5625 228.04997 451.82812Q229.45622 450.67188 229.9406 450.0Q230.4406 449.32812 230.4406 448.73438Q230.4406 448.10938 229.98747 447.6875Q229.53435 447.25 228.8156 447.25Q228.04997 447.25 227.59685 447.70312Q227.14372 448.15625 227.1281 448.96875L226.04997 448.85938Q226.15935 447.64062 226.8781 447.01562Q227.61247 446.375 228.84685 446.375Q230.08122 446.375 230.79997 447.0625Q231.51872 447.75 231.51872 448.76562Q231.51872 449.28125 231.29997 449.78125Q231.09685 450.26562 230.59685 450.82812Q230.11247 451.375 228.98747 452.32812Q228.03435 453.125 227.7531 453.42188Q227.48747 453.70312 227.3156 453.98438L231.53435 453.98438ZM233.1906 448.46875Q233.1906 447.54688 233.64372 446.90625Q234.11247 446.26562 234.98747 446.26562Q235.79997 446.26562 236.33122 446.84375Q236.86247 447.42188 236.86247 448.53125Q236.86247 449.625 236.3156 450.21875Q235.78435 450.79688 235.0031 450.79688Q234.22185 450.79688 233.70622 450.21875Q233.1906 449.64062 233.1906 448.46875ZM235.01872 446.98438Q234.6281 446.98438 234.36247 447.32812Q234.11247 447.67188 234.11247 448.57812Q234.11247 449.40625 234.36247 449.75Q234.6281 450.07812 235.01872 450.07812Q235.42497 450.07812 235.67497 449.73438Q235.9406 449.39062 235.9406 448.5Q235.9406 447.65625 235.67497 447.32812Q235.40935 446.98438 235.01872 446.98438ZM235.01872 455.3125L239.72185 446.26562L240.58122 446.26562L235.89372 455.3125L235.01872 455.3125ZM238.73747 452.98438Q238.73747 452.0625 239.1906 451.42188Q239.65935 450.78125 240.54997 450.78125Q241.36247 450.78125 241.89372 451.35938Q242.42497 451.92188 242.42497 453.04688Q242.42497 454.14062 241.8781 454.73438Q241.34685 455.3125 240.54997 455.3125Q239.78435 455.3125 239.2531 454.73438Q238.73747 454.15625 238.73747 452.98438ZM240.58122 451.5Q240.17497 451.5 239.90935 451.84375Q239.65935 452.1875 239.65935 453.09375Q239.65935 453.90625 239.92497 454.25Q240.1906 454.59375 240.58122 454.59375Q240.97185 454.59375 241.23747 454.25Q241.5031 453.90625 241.5031 453.0Q241.5031 452.17188 241.23747 451.84375Q240.97185 451.5 240.58122 451.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.64116 510.0L232.59428 510.0L232.59428 503.28125Q232.20366 503.64062 231.57866 504.01562Q230.96928 504.375 230.48491 504.54688L230.48491 503.53125Q231.35991 503.10938 232.01616 502.53125Q232.68803 501.9375 232.96928 501.375L233.64116 501.375L233.64116 510.0ZM240.04741 510.0L240.04741 507.9375L236.32866 507.9375L236.32866 506.96875L240.25053 501.40625L241.10991 501.40625L241.10991 506.96875L242.26616 506.96875L242.26616 507.9375L241.10991 507.9375L241.10991 510.0L240.04741 510.0ZM240.04741 506.96875L240.04741 503.10938L237.35991 506.96875L240.04741 506.96875ZM243.87553 503.46875Q243.87553 502.54688 244.32866 501.90625Q244.79741 501.26562 245.67241 501.26562Q246.48491 501.26562 247.01616 501.84375Q247.54741 502.42188 247.54741 503.53125Q247.54741 504.625 247.00053 505.21875Q246.46928 505.79688 245.68803 505.79688Q244.90678 505.79688 244.39116 505.21875Q243.87553 504.64062 243.87553 503.46875ZM245.70366 501.98438Q245.31303 501.98438 245.04741 502.32812Q244.79741 502.67188 244.79741 503.57812Q244.79741 504.40625 245.04741 504.75Q245.31303 505.07812 245.70366 505.07812Q246.10991 505.07812 246.35991 504.73438Q246.62553 504.39062 246.62553 503.5Q246.62553 502.65625 246.35991 502.32812Q246.09428 501.98438 245.70366 501.98438ZM245.70366 510.3125L250.40678 501.26562L251.26616 501.26562L246.57866 510.3125L245.70366 510.3125ZM249.42241 507.98438Q249.42241 507.0625 249.87553 506.42188Q250.34428 505.78125 251.23491 505.78125Q252.04741 505.78125 252.57866 506.35938Q253.10991 506.92188 253.10991 508.04688Q253.10991 509.14062 252.56303 509.73438Q252.03178 510.3125 251.23491 510.3125Q250.46928 510.3125 249.93803 509.73438Q249.42241 509.15625 249.42241 507.98438ZM251.26616 506.5Q250.85991 506.5 250.59428 506.84375Q250.34428 507.1875 250.34428 508.09375Q250.34428 508.90625 250.60991 509.25Q250.87553 509.59375 251.26616 509.59375Q251.65678 509.59375 251.92241 509.25Q252.18803 508.90625 252.18803 508.0Q252.18803 507.17188 251.92241 506.84375Q251.65678 506.5 251.26616 506.5Z" fill-rule="nonzero"/><path fill="#666666" d="M233.64116 510.0L232.59428 510.0L232.59428 503.28125Q232.20366 503.64062 231.57866 504.01562Q230.96928 504.375 230.48491 504.54688L230.48491 503.53125Q231.35991 503.10938 232.01616 502.53125Q232.68803 501.9375 232.96928 501.375L233.64116 501.375L233.64116 510.0ZM240.04741 510.0L240.04741 507.9375L236.32866 507.9375L236.32866 506.96875L240.25053 501.40625L241.10991 501.40625L241.10991 506.96875L242.26616 506.96875L242.26616 507.9375L241.10991 507.9375L241.10991 510.0L240.04741 510.0ZM240.04741 506.96875L240.04741 503.10938L237.35991 506.96875L240.04741 506.96875ZM243.87553 503.46875Q243.87553 502.54688 244.32866 501.90625Q244.79741 501.26562 245.67241 501.26562Q246.48491 501.26562 247.01616 501.84375Q247.54741 502.42188 247.54741 503.53125Q247.54741 504.625 247.00053 505.21875Q246.46928 505.79688 245.68803 505.79688Q244.90678 505.79688 244.39116 505.21875Q243.87553 504.64062 243.87553 503.46875ZM245.70366 501.98438Q245.31303 501.98438 245.04741 502.32812Q244.79741 502.67188 244.79741 503.57812Q244.79741 504.40625 245.04741 504.75Q245.31303 505.07812 245.70366 505.07812Q246.10991 505.07812 246.35991 504.73438Q246.62553 504.39062 246.62553 503.5Q246.62553 502.65625 246.35991 502.32812Q246.09428 501.98438 245.70366 501.98438ZM245.70366 510.3125L250.40678 501.26562L251.26616 501.26562L246.57866 510.3125L245.70366 510.3125ZM249.42241 507.98438Q249.42241 507.0625 249.87553 506.42188Q250.34428 505.78125 251.23491 505.78125Q252.04741 505.78125 252.57866 506.35938Q253.10991 506.92188 253.10991 508.04688Q253.10991 509.14062 252.56303 509.73438Q252.03178 510.3125 251.23491 510.3125Q250.46928 510.3125 249.93803 509.73438Q249.42241 509.15625 249.42241 507.98438ZM251.26616 506.5Q250.85991 506.5 250.59428 506.84375Q250.34428 507.1875 250.34428 508.09375Q250.34428 508.90625 250.60991 509.25Q250.87553 509.59375 251.26616 509.59375Q251.65678 509.59375 251.92241 509.25Q252.18803 508.90625 252.18803 508.0Q252.18803 507.17188 251.92241 506.84375Q251.65678 506.5 251.26616 506.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.98363 565.0L237.93675 565.0L237.93675 558.28125Q237.54613 558.6406 236.92113 559.0156Q236.31175 559.375 235.82738 559.5469L235.82738 558.53125Q236.70238 558.1094 237.35863 557.53125Q238.0305 556.9375 238.31175 556.375L238.98363 556.375L238.98363 565.0ZM242.01488 562.75L243.12425 562.65625Q243.24925 563.46875 243.68675 563.875Q244.13988 564.28125 244.7805 564.28125Q245.5305 564.28125 246.06175 563.7031Q246.593 563.125 246.593 562.1875Q246.593 561.28125 246.07738 560.7656Q245.57738 560.2344 244.74925 560.2344Q244.24925 560.2344 243.82738 560.46875Q243.42113 560.7031 243.18675 561.0625L242.20238 560.9375L243.0305 556.53125L247.31175 556.53125L247.31175 557.53125L243.87425 557.53125L243.42113 559.84375Q244.18675 559.2969 245.0305 559.2969Q246.1555 559.2969 246.92113 560.0781Q247.70238 560.8594 247.70238 562.09375Q247.70238 563.25 247.0305 564.1094Q246.20238 565.1406 244.7805 565.1406Q243.60863 565.1406 242.85863 564.4844Q242.12425 563.8281 242.01488 562.75ZM249.218 558.46875Q249.218 557.5469 249.67113 556.90625Q250.13988 556.2656 251.01488 556.2656Q251.82738 556.2656 252.35863 556.84375Q252.88988 557.4219 252.88988 558.53125Q252.88988 559.625 252.343 560.21875Q251.81175 560.7969 251.0305 560.7969Q250.24925 560.7969 249.73363 560.21875Q249.218 559.6406 249.218 558.46875ZM251.04613 556.9844Q250.6555 556.9844 250.38988 557.3281Q250.13988 557.6719 250.13988 558.5781Q250.13988 559.40625 250.38988 559.75Q250.6555 560.0781 251.04613 560.0781Q251.45238 560.0781 251.70238 559.7344Q251.968 559.3906 251.968 558.5Q251.968 557.65625 251.70238 557.3281Q251.43675 556.9844 251.04613 556.9844ZM251.04613 565.3125L255.74925 556.2656L256.6086 556.2656L251.92113 565.3125L251.04613 565.3125ZM254.76488 562.9844Q254.76488 562.0625 255.218 561.4219Q255.68675 560.78125 256.57736 560.78125Q257.38986 560.78125 257.9211 561.3594Q258.45236 561.9219 258.45236 563.0469Q258.45236 564.1406 257.9055 564.7344Q257.37424 565.3125 256.57736 565.3125Q255.81175 565.3125 255.2805 564.7344Q254.76488 564.15625 254.76488 562.9844ZM256.6086 561.5Q256.20236 561.5 255.93675 561.84375Q255.68675 562.1875 255.68675 563.09375Q255.68675 563.90625 255.95238 564.25Q256.218 564.59375 256.6086 564.59375Q256.99924 564.59375 257.26486 564.25Q257.5305 563.90625 257.5305 563.0Q257.5305 562.1719 257.26486 561.84375Q256.99924 561.5 256.6086 561.5Z" fill-rule="nonzero"/><path fill="#666666" d="M238.98363 565.0L237.93675 565.0L237.93675 558.28125Q237.54613 558.6406 236.92113 559.0156Q236.31175 559.375 235.82738 559.5469L235.82738 558.53125Q236.70238 558.1094 237.35863 557.53125Q238.0305 556.9375 238.31175 556.375L238.98363 556.375L238.98363 565.0ZM242.01488 562.75L243.12425 562.65625Q243.24925 563.46875 243.68675 563.875Q244.13988 564.28125 244.7805 564.28125Q245.5305 564.28125 246.06175 563.7031Q246.593 563.125 246.593 562.1875Q246.593 561.28125 246.07738 560.7656Q245.57738 560.2344 244.74925 560.2344Q244.24925 560.2344 243.82738 560.46875Q243.42113 560.7031 243.18675 561.0625L242.20238 560.9375L243.0305 556.53125L247.31175 556.53125L247.31175 557.53125L243.87425 557.53125L243.42113 559.84375Q244.18675 559.2969 245.0305 559.2969Q246.1555 559.2969 246.92113 560.0781Q247.70238 560.8594 247.70238 562.09375Q247.70238 563.25 247.0305 564.1094Q246.20238 565.1406 244.7805 565.1406Q243.60863 565.1406 242.85863 564.4844Q242.12425 563.8281 242.01488 562.75ZM249.218 558.46875Q249.218 557.5469 249.67113 556.90625Q250.13988 556.2656 251.01488 556.2656Q251.82738 556.2656 252.35863 556.84375Q252.88988 557.4219 252.88988 558.53125Q252.88988 559.625 252.343 560.21875Q251.81175 560.7969 251.0305 560.7969Q250.24925 560.7969 249.73363 560.21875Q249.218 559.6406 249.218 558.46875ZM251.04613 556.9844Q250.6555 556.9844 250.38988 557.3281Q250.13988 557.6719 250.13988 558.5781Q250.13988 559.40625 250.38988 559.75Q250.6555 560.0781 251.04613 560.0781Q251.45238 560.0781 251.70238 559.7344Q251.968 559.3906 251.968 558.5Q251.968 557.65625 251.70238 557.3281Q251.43675 556.9844 251.04613 556.9844ZM251.04613 565.3125L255.74925 556.2656L256.60864 556.2656L251.92113 565.3125L251.04613 565.3125ZM254.76488 562.9844Q254.76488 562.0625 255.218 561.4219Q255.68675 560.78125 256.5774 560.78125Q257.3899 560.78125 257.92114 561.3594Q258.4524 561.9219 258.4524 563.0469Q258.4524 564.1406 257.90552 564.7344Q257.37427 565.3125 256.5774 565.3125Q255.81175 565.3125 255.2805 564.7344Q254.76488 564.15625 254.76488 562.9844ZM256.60864 561.5Q256.2024 561.5 255.93675 561.84375Q255.68675 562.1875 255.68675 563.09375Q255.68675 563.90625 255.95238 564.25Q256.21802 564.59375 256.60864 564.59375Q256.99927 564.59375 257.2649 564.25Q257.53052 563.90625 257.53052 563.0Q257.53052 562.1719 257.2649 561.84375Q256.99927 561.5 256.60864 561.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.61375 621.0L216.56688 621.0L216.56688 614.28125Q216.17625 614.6406 215.55125 615.0156Q214.94188 615.375 214.4575 615.5469L214.4575 614.53125Q215.3325 614.1094 215.98875 613.53125Q216.66063 612.9375 216.94188 612.375L217.61375 612.375L217.61375 621.0ZM224.61375 621.0L223.56688 621.0L223.56688 614.28125Q223.17625 614.6406 222.55125 615.0156Q221.94188 615.375 221.4575 615.5469L221.4575 614.53125Q222.3325 614.1094 222.98875 613.53125Q223.66063 612.9375 223.94188 612.375L224.61375 612.375L224.61375 621.0ZM227.84813 614.46875Q227.84813 613.5469 228.30125 612.90625Q228.77 612.2656 229.645 612.2656Q230.4575 612.2656 230.98875 612.84375Q231.52 613.4219 231.52 614.53125Q231.52 615.625 230.97313 616.21875Q230.44188 616.7969 229.66063 616.7969Q228.87938 616.7969 228.36375 616.21875Q227.84813 615.6406 227.84813 614.46875ZM229.67625 612.9844Q229.28563 612.9844 229.02 613.3281Q228.77 613.6719 228.77 614.5781Q228.77 615.40625 229.02 615.75Q229.28563 616.0781 229.67625 616.0781Q230.0825 616.0781 230.3325 615.7344Q230.59813 615.3906 230.59813 614.5Q230.59813 613.65625 230.3325 613.3281Q230.06688 612.9844 229.67625 612.9844ZM229.67625 621.3125L234.37938 612.2656L235.23875 612.2656L230.55125 621.3125L229.67625 621.3125ZM233.395 618.9844Q233.395 618.0625 233.84813 617.4219Q234.31688 616.78125 235.2075 616.78125Q236.02 616.78125 236.55125 617.3594Q237.0825 617.9219 237.0825 619.0469Q237.0825 620.1406 236.53563 620.7344Q236.00438 621.3125 235.2075 621.3125Q234.44188 621.3125 233.91063 620.7344Q233.395 620.15625 233.395 618.9844ZM235.23875 617.5Q234.8325 617.5 234.56688 617.84375Q234.31688 618.1875 234.31688 619.09375Q234.31688 619.90625 234.5825 620.25Q234.84813 620.59375 235.23875 620.59375Q235.62938 620.59375 235.895 620.25Q236.16063 619.90625 236.16063 619.0Q236.16063 618.1719 235.895 617.84375Q235.62938 617.5 235.23875 617.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.61375 621.0L216.56688 621.0L216.56688 614.28125Q216.17625 614.6406 215.55125 615.0156Q214.94188 615.375 214.4575 615.5469L214.4575 614.53125Q215.3325 614.1094 215.98875 613.53125Q216.66063 612.9375 216.94188 612.375L217.61375 612.375L217.61375 621.0ZM224.61375 621.0L223.56688 621.0L223.56688 614.28125Q223.17625 614.6406 222.55125 615.0156Q221.94188 615.375 221.4575 615.5469L221.4575 614.53125Q222.3325 614.1094 222.98875 613.53125Q223.66063 612.9375 223.94188 612.375L224.61375 612.375L224.61375 621.0ZM227.84813 614.46875Q227.84813 613.5469 228.30125 612.90625Q228.77 612.2656 229.645 612.2656Q230.4575 612.2656 230.98875 612.84375Q231.52 613.4219 231.52 614.53125Q231.52 615.625 230.97313 616.21875Q230.44188 616.7969 229.66063 616.7969Q228.87938 616.7969 228.36375 616.21875Q227.84813 615.6406 227.84813 614.46875ZM229.67625 612.9844Q229.28563 612.9844 229.02 613.3281Q228.77 613.6719 228.77 614.5781Q228.77 615.40625 229.02 615.75Q229.28563 616.0781 229.67625 616.0781Q230.0825 616.0781 230.3325 615.7344Q230.59813 615.3906 230.59813 614.5Q230.59813 613.65625 230.3325 613.3281Q230.06688 612.9844 229.67625 612.9844ZM229.67625 621.3125L234.37938 612.2656L235.23875 612.2656L230.55125 621.3125L229.67625 621.3125ZM233.395 618.9844Q233.395 618.0625 233.84813 617.4219Q234.31688 616.78125 235.2075 616.78125Q236.02 616.78125 236.55125 617.3594Q237.0825 617.9219 237.0825 619.0469Q237.0825 620.1406 236.53563 620.7344Q236.00438 621.3125 235.2075 621.3125Q234.44188 621.3125 233.91063 620.7344Q233.395 620.15625 233.395 618.9844ZM235.23875 617.5Q234.8325 617.5 234.56688 617.84375Q234.31688 618.1875 234.31688 619.09375Q234.31688 619.90625 234.5825 620.25Q234.84813 620.59375 235.23875 620.59375Q235.62938 620.59375 235.895 620.25Q236.16063 619.90625 236.16063 619.0Q236.16063 618.1719 235.895 617.84375Q235.62938 617.5 235.23875 617.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.61375 731.0L216.56688 731.0L216.56688 724.28125Q216.17625 724.6406 215.55125 725.0156Q214.94188 725.375 214.4575 725.5469L214.4575 724.53125Q215.3325 724.1094 215.98875 723.53125Q216.66063 722.9375 216.94188 722.375L217.61375 722.375L217.61375 731.0ZM224.61375 731.0L223.56688 731.0L223.56688 724.28125Q223.17625 724.6406 222.55125 725.0156Q221.94188 725.375 221.4575 725.5469L221.4575 724.53125Q222.3325 724.1094 222.98875 723.53125Q223.66063 722.9375 223.94188 722.375L224.61375 722.375L224.61375 731.0ZM227.84813 724.46875Q227.84813 723.5469 228.30125 722.90625Q228.77 722.2656 229.645 722.2656Q230.4575 722.2656 230.98875 722.84375Q231.52 723.4219 231.52 724.53125Q231.52 725.625 230.97313 726.21875Q230.44188 726.7969 229.66063 726.7969Q228.87938 726.7969 228.36375 726.21875Q227.84813 725.6406 227.84813 724.46875ZM229.67625 722.9844Q229.28563 722.9844 229.02 723.3281Q228.77 723.6719 228.77 724.5781Q228.77 725.40625 229.02 725.75Q229.28563 726.0781 229.67625 726.0781Q230.0825 726.0781 230.3325 725.7344Q230.59813 725.3906 230.59813 724.5Q230.59813 723.65625 230.3325 723.3281Q230.06688 722.9844 229.67625 722.9844ZM229.67625 731.3125L234.37938 722.2656L235.23875 722.2656L230.55125 731.3125L229.67625 731.3125ZM233.395 728.9844Q233.395 728.0625 233.84813 727.4219Q234.31688 726.78125 235.2075 726.78125Q236.02 726.78125 236.55125 727.3594Q237.0825 727.9219 237.0825 729.0469Q237.0825 730.1406 236.53563 730.7344Q236.00438 731.3125 235.2075 731.3125Q234.44188 731.3125 233.91063 730.7344Q233.395 730.15625 233.395 728.9844ZM235.23875 727.5Q234.8325 727.5 234.56688 727.84375Q234.31688 728.1875 234.31688 729.09375Q234.31688 729.90625 234.5825 730.25Q234.84813 730.59375 235.23875 730.59375Q235.62938 730.59375 235.895 730.25Q236.16063 729.90625 236.16063 729.0Q236.16063 728.1719 235.895 727.84375Q235.62938 727.5 235.23875 727.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.61375 731.0L216.56688 731.0L216.56688 724.28125Q216.17625 724.6406 215.55125 725.0156Q214.94188 725.375 214.4575 725.5469L214.4575 724.53125Q215.3325 724.1094 215.98875 723.53125Q216.66063 722.9375 216.94188 722.375L217.61375 722.375L217.61375 731.0ZM224.61375 731.0L223.56688 731.0L223.56688 724.28125Q223.17625 724.6406 222.55125 725.0156Q221.94188 725.375 221.4575 725.5469L221.4575 724.53125Q222.3325 724.1094 222.98875 723.53125Q223.66063 722.9375 223.94188 722.375L224.61375 722.375L224.61375 731.0ZM227.84813 724.46875Q227.84813 723.5469 228.30125 722.90625Q228.77 722.2656 229.645 722.2656Q230.4575 722.2656 230.98875 722.84375Q231.52 723.4219 231.52 724.53125Q231.52 725.625 230.97313 726.21875Q230.44188 726.7969 229.66063 726.7969Q228.87938 726.7969 228.36375 726.21875Q227.84813 725.6406 227.84813 724.46875ZM229.67625 722.9844Q229.28563 722.9844 229.02 723.3281Q228.77 723.6719 228.77 724.5781Q228.77 725.40625 229.02 725.75Q229.28563 726.0781 229.67625 726.0781Q230.0825 726.0781 230.3325 725.7344Q230.59813 725.3906 230.59813 724.5Q230.59813 723.65625 230.3325 723.3281Q230.06688 722.9844 229.67625 722.9844ZM229.67625 731.3125L234.37938 722.2656L235.23875 722.2656L230.55125 731.3125L229.67625 731.3125ZM233.395 728.9844Q233.395 728.0625 233.84813 727.4219Q234.31688 726.78125 235.2075 726.78125Q236.02 726.78125 236.55125 727.3594Q237.0825 727.9219 237.0825 729.0469Q237.0825 730.1406 236.53563 730.7344Q236.00438 731.3125 235.2075 731.3125Q234.44188 731.3125 233.91063 730.7344Q233.395 730.15625 233.395 728.9844ZM235.23875 727.5Q234.8325 727.5 234.56688 727.84375Q234.31688 728.1875 234.31688 729.09375Q234.31688 729.90625 234.5825 730.25Q234.84813 730.59375 235.23875 730.59375Q235.62938 730.59375 235.895 730.25Q236.16063 729.90625 236.16063 729.0Q236.16063 728.1719 235.895 727.84375Q235.62938 727.5 235.23875 727.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.40143 780.5156L191.35455 780.59375Q191.21393 779.96875 190.96393 779.6875Q190.52643 779.2344 189.90143 779.2344Q189.40143 779.2344 189.0108 779.5156Q188.52643 779.8906 188.22955 780.59375Q187.9483 781.28125 187.93268 782.5625Q188.30768 781.9844 188.85455 781.7031Q189.41705 781.4219 190.02643 781.4219Q191.0733 781.4219 191.80768 782.2031Q192.55768 782.9844 192.55768 784.2031Q192.55768 785.0156 192.1983 785.71875Q191.85455 786.40625 191.24518 786.78125Q190.6358 787.1406 189.87018 787.1406Q188.54205 787.1406 187.71393 786.1719Q186.8858 785.2031 186.8858 782.9844Q186.8858 780.4844 187.80768 779.3594Q188.60455 778.375 189.96393 778.375Q190.97955 778.375 191.62018 778.9531Q192.27643 779.5156 192.40143 780.5156ZM188.10455 784.21875Q188.10455 784.7656 188.3233 785.2656Q188.55768 785.75 188.96393 786.0156Q189.3858 786.28125 189.85455 786.28125Q190.5108 786.28125 190.99518 785.75Q191.47955 785.2031 191.47955 784.28125Q191.47955 783.3906 190.99518 782.875Q190.52643 782.3594 189.80768 782.3594Q189.08893 782.3594 188.58893 782.875Q188.10455 783.3906 188.10455 784.21875ZM194.1358 780.46875Q194.1358 779.5469 194.58893 778.90625Q195.05768 778.2656 195.93268 778.2656Q196.74518 778.2656 197.27643 778.84375Q197.80768 779.4219 197.80768 780.53125Q197.80768 781.625 197.2608 782.21875Q196.72955 782.7969 195.9483 782.7969Q195.16705 782.7969 194.65143 782.21875Q194.1358 781.6406 194.1358 780.46875ZM195.96393 778.9844Q195.5733 778.9844 195.30768 779.3281Q195.05768 779.6719 195.05768 780.5781Q195.05768 781.40625 195.30768 781.75Q195.5733 782.0781 195.96393 782.0781Q196.37018 782.0781 196.62018 781.7344Q196.8858 781.3906 196.8858 780.5Q196.8858 779.65625 196.62018 779.3281Q196.35455 778.9844 195.96393 778.9844ZM195.96393 787.3125L200.66705 778.2656L201.52643 778.2656L196.83893 787.3125L195.96393 787.3125ZM199.68268 784.9844Q199.68268 784.0625 200.1358 783.4219Q200.60455 782.78125 201.49518 782.78125Q202.30768 782.78125 202.83893 783.3594Q203.37018 783.9219 203.37018 785.0469Q203.37018 786.1406 202.8233 786.7344Q202.29205 787.3125 201.49518 787.3125Q200.72955 787.3125 200.1983 786.7344Q199.68268 786.15625 199.68268 784.9844ZM201.52643 783.5Q201.12018 783.5 200.85455 783.84375Q200.60455 784.1875 200.60455 785.09375Q200.60455 785.90625 200.87018 786.25Q201.1358 786.59375 201.52643 786.59375Q201.91705 786.59375 202.18268 786.25Q202.4483 785.90625 202.4483 785.0Q202.4483 784.1719 202.18268 783.84375Q201.91705 783.5 201.52643 783.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.40143 780.5156L191.35455 780.59375Q191.21393 779.96875 190.96393 779.6875Q190.52643 779.2344 189.90143 779.2344Q189.40143 779.2344 189.0108 779.5156Q188.52643 779.8906 188.22955 780.59375Q187.9483 781.28125 187.93268 782.5625Q188.30768 781.9844 188.85455 781.7031Q189.41705 781.4219 190.02643 781.4219Q191.0733 781.4219 191.80768 782.2031Q192.55768 782.9844 192.55768 784.2031Q192.55768 785.0156 192.1983 785.71875Q191.85455 786.40625 191.24518 786.78125Q190.6358 787.1406 189.87018 787.1406Q188.54205 787.1406 187.71393 786.1719Q186.8858 785.2031 186.8858 782.9844Q186.8858 780.4844 187.80768 779.3594Q188.60455 778.375 189.96393 778.375Q190.97955 778.375 191.62018 778.9531Q192.27643 779.5156 192.40143 780.5156ZM188.10455 784.21875Q188.10455 784.7656 188.3233 785.2656Q188.55768 785.75 188.96393 786.0156Q189.3858 786.28125 189.85455 786.28125Q190.5108 786.28125 190.99518 785.75Q191.47955 785.2031 191.47955 784.28125Q191.47955 783.3906 190.99518 782.875Q190.52643 782.3594 189.80768 782.3594Q189.08893 782.3594 188.58893 782.875Q188.10455 783.3906 188.10455 784.21875ZM194.1358 780.46875Q194.1358 779.5469 194.58893 778.90625Q195.05768 778.2656 195.93268 778.2656Q196.74518 778.2656 197.27643 778.84375Q197.80768 779.4219 197.80768 780.53125Q197.80768 781.625 197.2608 782.21875Q196.72955 782.7969 195.9483 782.7969Q195.16705 782.7969 194.65143 782.21875Q194.1358 781.6406 194.1358 780.46875ZM195.96393 778.9844Q195.5733 778.9844 195.30768 779.3281Q195.05768 779.6719 195.05768 780.5781Q195.05768 781.40625 195.30768 781.75Q195.5733 782.0781 195.96393 782.0781Q196.37018 782.0781 196.62018 781.7344Q196.8858 781.3906 196.8858 780.5Q196.8858 779.65625 196.62018 779.3281Q196.35455 778.9844 195.96393 778.9844ZM195.96393 787.3125L200.66705 778.2656L201.52643 778.2656L196.83893 787.3125L195.96393 787.3125ZM199.68268 784.9844Q199.68268 784.0625 200.1358 783.4219Q200.60455 782.78125 201.49518 782.78125Q202.30768 782.78125 202.83893 783.3594Q203.37018 783.9219 203.37018 785.0469Q203.37018 786.1406 202.8233 786.7344Q202.29205 787.3125 201.49518 787.3125Q200.72955 787.3125 200.1983 786.7344Q199.68268 786.15625 199.68268 784.9844ZM201.52643 783.5Q201.12018 783.5 200.85455 783.84375Q200.60455 784.1875 200.60455 785.09375Q200.60455 785.90625 200.87018 786.25Q201.1358 786.59375 201.52643 786.59375Q201.91705 786.59375 202.18268 786.25Q202.4483 785.90625 202.4483 785.0Q202.4483 784.1719 202.18268 783.84375Q201.91705 783.5 201.52643 783.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.33765 834.53125L192.33765 833.5156L197.90015 833.5156L197.90015 834.34375Q197.08765 835.21875 196.27515 836.6719Q195.47827 838.1094 195.04077 839.6406Q194.71265 840.71875 194.63452 842.0L193.54077 842.0Q193.5564 840.9844 193.9314 839.5469Q194.32202 838.1094 195.02515 836.78125Q195.7439 835.4531 196.5564 834.53125L192.33765 834.53125ZM199.47827 835.46875Q199.47827 834.5469 199.9314 833.90625Q200.40015 833.2656 201.27515 833.2656Q202.08765 833.2656 202.6189 833.84375Q203.15015 834.4219 203.15015 835.53125Q203.15015 836.625 202.60327 837.21875Q202.07202 837.7969 201.29077 837.7969Q200.50952 837.7969 199.9939 837.21875Q199.47827 836.6406 199.47827 835.46875ZM201.3064 833.9844Q200.91577 833.9844 200.65015 834.3281Q200.40015 834.6719 200.40015 835.5781Q200.40015 836.40625 200.65015 836.75Q200.91577 837.0781 201.3064 837.0781Q201.71265 837.0781 201.96265 836.7344Q202.22827 836.3906 202.22827 835.5Q202.22827 834.65625 201.96265 834.3281Q201.69702 833.9844 201.3064 833.9844ZM201.3064 842.3125L206.00952 833.2656L206.8689 833.2656L202.1814 842.3125L201.3064 842.3125ZM205.02515 839.9844Q205.02515 839.0625 205.47827 838.4219Q205.94702 837.78125 206.83765 837.78125Q207.65015 837.78125 208.1814 838.3594Q208.71265 838.9219 208.71265 840.0469Q208.71265 841.1406 208.16577 841.7344Q207.63452 842.3125 206.83765 842.3125Q206.07202 842.3125 205.54077 841.7344Q205.02515 841.15625 205.02515 839.9844ZM206.8689 838.5Q206.46265 838.5 206.19702 838.84375Q205.94702 839.1875 205.94702 840.09375Q205.94702 840.90625 206.21265 841.25Q206.47827 841.59375 206.8689 841.59375Q207.25952 841.59375 207.52515 841.25Q207.79077 840.90625 207.79077 840.0Q207.79077 839.1719 207.52515 838.84375Q207.25952 838.5 206.8689 838.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.33765 834.53125L192.33765 833.5156L197.90015 833.5156L197.90015 834.34375Q197.08765 835.21875 196.27515 836.6719Q195.47827 838.1094 195.04077 839.6406Q194.71265 840.71875 194.63452 842.0L193.54077 842.0Q193.5564 840.9844 193.9314 839.5469Q194.32202 838.1094 195.02515 836.78125Q195.7439 835.4531 196.5564 834.53125L192.33765 834.53125ZM199.47827 835.46875Q199.47827 834.5469 199.9314 833.90625Q200.40015 833.2656 201.27515 833.2656Q202.08765 833.2656 202.6189 833.84375Q203.15015 834.4219 203.15015 835.53125Q203.15015 836.625 202.60327 837.21875Q202.07202 837.7969 201.29077 837.7969Q200.50952 837.7969 199.9939 837.21875Q199.47827 836.6406 199.47827 835.46875ZM201.3064 833.9844Q200.91577 833.9844 200.65015 834.3281Q200.40015 834.6719 200.40015 835.5781Q200.40015 836.40625 200.65015 836.75Q200.91577 837.0781 201.3064 837.0781Q201.71265 837.0781 201.96265 836.7344Q202.22827 836.3906 202.22827 835.5Q202.22827 834.65625 201.96265 834.3281Q201.69702 833.9844 201.3064 833.9844ZM201.3064 842.3125L206.00952 833.2656L206.8689 833.2656L202.1814 842.3125L201.3064 842.3125ZM205.02515 839.9844Q205.02515 839.0625 205.47827 838.4219Q205.94702 837.78125 206.83765 837.78125Q207.65015 837.78125 208.1814 838.3594Q208.71265 838.9219 208.71265 840.0469Q208.71265 841.1406 208.16577 841.7344Q207.63452 842.3125 206.83765 842.3125Q206.07202 842.3125 205.54077 841.7344Q205.02515 841.15625 205.02515 839.9844ZM206.8689 838.5Q206.46265 838.5 206.19702 838.84375Q205.94702 839.1875 205.94702 840.09375Q205.94702 840.90625 206.21265 841.25Q206.47827 841.59375 206.8689 841.59375Q207.25952 841.59375 207.52515 841.25Q207.79077 840.90625 207.79077 840.0Q207.79077 839.1719 207.52515 838.84375Q207.25952 838.5 206.8689 838.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M486.23703 73.515625L485.19016 73.59375Q485.04953 72.96875 484.79953 72.6875Q484.36203 72.234375 483.73703 72.234375Q483.23703 72.234375 482.8464 72.515625Q482.36203 72.890625 482.06516 73.59375Q481.7839 74.28125 481.76828 75.5625Q482.14328 74.984375 482.69016 74.703125Q483.25266 74.421875 483.86203 74.421875Q484.9089 74.421875 485.64328 75.203125Q486.39328 75.984375 486.39328 77.203125Q486.39328 78.015625 486.0339 78.71875Q485.69016 79.40625 485.08078 79.78125Q484.4714 80.140625 483.70578 80.140625Q482.37766 80.140625 481.54953 79.171875Q480.7214 78.203125 480.7214 75.984375Q480.7214 73.484375 481.64328 72.359375Q482.44016 71.375 483.79953 71.375Q484.81516 71.375 485.45578 71.953125Q486.11203 72.515625 486.23703 73.515625ZM481.94016 77.21875Q481.94016 77.765625 482.1589 78.265625Q482.39328 78.75 482.79953 79.015625Q483.2214 79.28125 483.69016 79.28125Q484.3464 79.28125 484.83078 78.75Q485.31516 78.203125 485.31516 77.28125Q485.31516 76.390625 484.83078 75.875Q484.36203 75.359375 483.64328 75.359375Q482.92453 75.359375 482.42453 75.875Q481.94016 76.390625 481.94016 77.21875ZM491.73703 80.0L490.69016 80.0L490.69016 73.28125Q490.29953 73.640625 489.67453 74.015625Q489.06516 74.375 488.58078 74.546875L488.58078 73.53125Q489.45578 73.109375 490.11203 72.53125Q490.7839 71.9375 491.06516 71.375L491.73703 71.375L491.73703 80.0ZM494.9714 73.46875Q494.9714 72.546875 495.42453 71.90625Q495.89328 71.265625 496.76828 71.265625Q497.58078 71.265625 498.11203 71.84375Q498.64328 72.421875 498.64328 73.53125Q498.64328 74.625 498.0964 75.21875Q497.56516 75.796875 496.7839 75.796875Q496.00266 75.796875 495.48703 75.21875Q494.9714 74.640625 494.9714 73.46875ZM496.79953 71.984375Q496.4089 71.984375 496.14328 72.328125Q495.89328 72.671875 495.89328 73.578125Q495.89328 74.40625 496.14328 74.75Q496.4089 75.078125 496.79953 75.078125Q497.20578 75.078125 497.45578 74.734375Q497.7214 74.390625 497.7214 73.5Q497.7214 72.65625 497.45578 72.328125Q497.19016 71.984375 496.79953 71.984375ZM496.79953 80.3125L501.50266 71.265625L502.36203 71.265625L497.67453 80.3125L496.79953 80.3125ZM500.51828 77.984375Q500.51828 77.0625 500.9714 76.421875Q501.44016 75.78125 502.33078 75.78125Q503.14328 75.78125 503.67453 76.359375Q504.20578 76.921875 504.20578 78.046875Q504.20578 79.140625 503.6589 79.734375Q503.12766 80.3125 502.33078 80.3125Q501.56516 80.3125 501.0339 79.734375Q500.51828 79.15625 500.51828 77.984375ZM502.36203 76.5Q501.95578 76.5 501.69016 76.84375Q501.44016 77.1875 501.44016 78.09375Q501.44016 78.90625 501.70578 79.25Q501.9714 79.59375 502.36203 79.59375Q502.75266 79.59375 503.01828 79.25Q503.2839 78.90625 503.2839 78.0Q503.2839 77.171875 503.01828 76.84375Q502.75266 76.5 502.36203 76.5Z" fill-rule="nonzero"/><path fill="#666666" d="M486.23703 73.515625L485.19016 73.59375Q485.04953 72.96875 484.79953 72.6875Q484.36203 72.234375 483.73703 72.234375Q483.23703 72.234375 482.8464 72.515625Q482.36203 72.890625 482.06516 73.59375Q481.7839 74.28125 481.76828 75.5625Q482.14328 74.984375 482.69016 74.703125Q483.25266 74.421875 483.86203 74.421875Q484.9089 74.421875 485.64328 75.203125Q486.39328 75.984375 486.39328 77.203125Q486.39328 78.015625 486.0339 78.71875Q485.69016 79.40625 485.08078 79.78125Q484.4714 80.140625 483.70578 80.140625Q482.37766 80.140625 481.54953 79.171875Q480.7214 78.203125 480.7214 75.984375Q480.7214 73.484375 481.64328 72.359375Q482.44016 71.375 483.79953 71.375Q484.81516 71.375 485.45578 71.953125Q486.11203 72.515625 486.23703 73.515625ZM481.94016 77.21875Q481.94016 77.765625 482.1589 78.265625Q482.39328 78.75 482.79953 79.015625Q483.2214 79.28125 483.69016 79.28125Q484.3464 79.28125 484.83078 78.75Q485.31516 78.203125 485.31516 77.28125Q485.31516 76.390625 484.83078 75.875Q484.36203 75.359375 483.64328 75.359375Q482.92453 75.359375 482.42453 75.875Q481.94016 76.390625 481.94016 77.21875ZM491.73703 80.0L490.69016 80.0L490.69016 73.28125Q490.29953 73.640625 489.67453 74.015625Q489.06516 74.375 488.58078 74.546875L488.58078 73.53125Q489.45578 73.109375 490.11203 72.53125Q490.7839 71.9375 491.06516 71.375L491.73703 71.375L491.73703 80.0ZM494.9714 73.46875Q494.9714 72.546875 495.42453 71.90625Q495.89328 71.265625 496.76828 71.265625Q497.58078 71.265625 498.11203 71.84375Q498.64328 72.421875 498.64328 73.53125Q498.64328 74.625 498.0964 75.21875Q497.56516 75.796875 496.7839 75.796875Q496.00266 75.796875 495.48703 75.21875Q494.9714 74.640625 494.9714 73.46875ZM496.79953 71.984375Q496.4089 71.984375 496.14328 72.328125Q495.89328 72.671875 495.89328 73.578125Q495.89328 74.40625 496.14328 74.75Q496.4089 75.078125 496.79953 75.078125Q497.20578 75.078125 497.45578 74.734375Q497.7214 74.390625 497.7214 73.5Q497.7214 72.65625 497.45578 72.328125Q497.19016 71.984375 496.79953 71.984375ZM496.79953 80.3125L501.50266 71.265625L502.36203 71.265625L497.67453 80.3125L496.79953 80.3125ZM500.51828 77.984375Q500.51828 77.0625 500.9714 76.421875Q501.44016 75.78125 502.33078 75.78125Q503.14328 75.78125 503.67453 76.359375Q504.20578 76.921875 504.20578 78.046875Q504.20578 79.140625 503.6589 79.734375Q503.12766 80.3125 502.33078 80.3125Q501.56516 80.3125 501.0339 79.734375Q500.51828 79.15625 500.51828 77.984375ZM502.36203 76.5Q501.95578 76.5 501.69016 76.84375Q501.44016 77.1875 501.44016 78.09375Q501.44016 78.90625 501.70578 79.25Q501.9714 79.59375 502.36203 79.59375Q502.75266 79.59375 503.01828 79.25Q503.2839 78.90625 503.2839 78.0Q503.2839 77.171875 503.01828 76.84375Q502.75266 76.5 502.36203 76.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.20663 132.73438L348.26913 132.59375Q348.441 133.48438 348.8785 133.89062Q349.316 134.28125 349.941 134.28125Q350.691 134.28125 351.20663 133.76562Q351.72226 133.25 351.72226 132.48438Q351.72226 131.76562 351.23788 131.29688Q350.76913 130.8125 350.03476 130.8125Q349.73788 130.8125 349.28476 130.9375L349.40976 130.0Q349.51913 130.01562 349.58163 130.01562Q350.2535 130.01562 350.78476 129.67188Q351.33163 129.3125 351.33163 128.57812Q351.33163 128.0 350.941 127.625Q350.55038 127.234375 349.92538 127.234375Q349.316 127.234375 348.89413 127.625Q348.48788 128.01562 348.3785 128.78125L347.316 128.59375Q347.5035 127.546875 348.191 126.96875Q348.8785 126.375 349.89413 126.375Q350.59726 126.375 351.191 126.6875Q351.78476 126.984375 352.09726 127.5Q352.40976 128.01562 352.40976 128.60938Q352.40976 129.15625 352.11288 129.625Q351.816 130.07812 351.23788 130.34375Q351.98788 130.51562 352.40976 131.07812Q352.83163 131.625 352.83163 132.46875Q352.83163 133.59375 352.0035 134.375Q351.191 135.15625 349.941 135.15625Q348.816 135.15625 348.066 134.48438Q347.316 133.79688 347.20663 132.73438ZM359.67538 128.51562L358.6285 128.59375Q358.48788 127.96875 358.23788 127.6875Q357.80038 127.234375 357.17538 127.234375Q356.67538 127.234375 356.28476 127.515625Q355.80038 127.890625 355.5035 128.59375Q355.22226 129.28125 355.20663 130.5625Q355.58163 129.98438 356.1285 129.70312Q356.691 129.42188 357.30038 129.42188Q358.34726 129.42188 359.08163 130.20312Q359.83163 130.98438 359.83163 132.20312Q359.83163 133.01562 359.47226 133.71875Q359.1285 134.40625 358.51913 134.78125Q357.90976 135.14062 357.14413 135.14062Q355.816 135.14062 354.98788 134.17188Q354.15976 133.20312 354.15976 130.98438Q354.15976 128.48438 355.08163 127.359375Q355.8785 126.375 357.23788 126.375Q358.2535 126.375 358.89413 126.953125Q359.55038 127.515625 359.67538 128.51562ZM355.3785 132.21875Q355.3785 132.76562 355.59726 133.26562Q355.83163 133.75 356.23788 134.01562Q356.65976 134.28125 357.1285 134.28125Q357.78476 134.28125 358.26913 133.75Q358.7535 133.20312 358.7535 132.28125Q358.7535 131.39062 358.26913 130.875Q357.80038 130.35938 357.08163 130.35938Q356.36288 130.35938 355.86288 130.875Q355.3785 131.39062 355.3785 132.21875ZM361.40976 128.46875Q361.40976 127.546875 361.86288 126.90625Q362.33163 126.265625 363.20663 126.265625Q364.01913 126.265625 364.55038 126.84375Q365.08163 127.421875 365.08163 128.53125Q365.08163 129.625 364.53476 130.21875Q364.0035 130.79688 363.22226 130.79688Q362.441 130.79688 361.92538 130.21875Q361.40976 129.64062 361.40976 128.46875ZM363.23788 126.984375Q362.84726 126.984375 362.58163 127.328125Q362.33163 127.671875 362.33163 128.57812Q362.33163 129.40625 362.58163 129.75Q362.84726 130.07812 363.23788 130.07812Q363.64413 130.07812 363.89413 129.73438Q364.15976 129.39062 364.15976 128.5Q364.15976 127.65625 363.89413 127.328125Q363.6285 126.984375 363.23788 126.984375ZM363.23788 135.3125L367.941 126.265625L368.80038 126.265625L364.11288 135.3125L363.23788 135.3125ZM366.95663 132.98438Q366.95663 132.0625 367.40976 131.42188Q367.8785 130.78125 368.76913 130.78125Q369.58163 130.78125 370.11288 131.35938Q370.64413 131.92188 370.64413 133.04688Q370.64413 134.14062 370.09726 134.73438Q369.566 135.3125 368.76913 135.3125Q368.0035 135.3125 367.47226 134.73438Q366.95663 134.15625 366.95663 132.98438ZM368.80038 131.5Q368.39413 131.5 368.1285 131.84375Q367.8785 132.1875 367.8785 133.09375Q367.8785 133.90625 368.14413 134.25Q368.40976 134.59375 368.80038 134.59375Q369.191 134.59375 369.45663 134.25Q369.72226 133.90625 369.72226 133.0Q369.72226 132.17188 369.45663 131.84375Q369.191 131.5 368.80038 131.5Z" fill-rule="nonzero"/><path fill="#666666" d="M347.20663 132.73438L348.26913 132.59375Q348.441 133.48438 348.8785 133.89062Q349.316 134.28125 349.941 134.28125Q350.691 134.28125 351.20663 133.76562Q351.72226 133.25 351.72226 132.48438Q351.72226 131.76562 351.23788 131.29688Q350.76913 130.8125 350.03476 130.8125Q349.73788 130.8125 349.28476 130.9375L349.40976 130.0Q349.51913 130.01562 349.58163 130.01562Q350.2535 130.01562 350.78476 129.67188Q351.33163 129.3125 351.33163 128.57812Q351.33163 128.0 350.941 127.625Q350.55038 127.234375 349.92538 127.234375Q349.316 127.234375 348.89413 127.625Q348.48788 128.01562 348.3785 128.78125L347.316 128.59375Q347.5035 127.546875 348.191 126.96875Q348.8785 126.375 349.89413 126.375Q350.59726 126.375 351.191 126.6875Q351.78476 126.984375 352.09726 127.5Q352.40976 128.01562 352.40976 128.60938Q352.40976 129.15625 352.11288 129.625Q351.816 130.07812 351.23788 130.34375Q351.98788 130.51562 352.40976 131.07812Q352.83163 131.625 352.83163 132.46875Q352.83163 133.59375 352.0035 134.375Q351.191 135.15625 349.941 135.15625Q348.816 135.15625 348.066 134.48438Q347.316 133.79688 347.20663 132.73438ZM359.67538 128.51562L358.6285 128.59375Q358.48788 127.96875 358.23788 127.6875Q357.80038 127.234375 357.17538 127.234375Q356.67538 127.234375 356.28476 127.515625Q355.80038 127.890625 355.5035 128.59375Q355.22226 129.28125 355.20663 130.5625Q355.58163 129.98438 356.1285 129.70312Q356.691 129.42188 357.30038 129.42188Q358.34726 129.42188 359.08163 130.20312Q359.83163 130.98438 359.83163 132.20312Q359.83163 133.01562 359.47226 133.71875Q359.1285 134.40625 358.51913 134.78125Q357.90976 135.14062 357.14413 135.14062Q355.816 135.14062 354.98788 134.17188Q354.15976 133.20312 354.15976 130.98438Q354.15976 128.48438 355.08163 127.359375Q355.8785 126.375 357.23788 126.375Q358.2535 126.375 358.89413 126.953125Q359.55038 127.515625 359.67538 128.51562ZM355.3785 132.21875Q355.3785 132.76562 355.59726 133.26562Q355.83163 133.75 356.23788 134.01562Q356.65976 134.28125 357.1285 134.28125Q357.78476 134.28125 358.26913 133.75Q358.7535 133.20312 358.7535 132.28125Q358.7535 131.39062 358.26913 130.875Q357.80038 130.35938 357.08163 130.35938Q356.36288 130.35938 355.86288 130.875Q355.3785 131.39062 355.3785 132.21875ZM361.40976 128.46875Q361.40976 127.546875 361.86288 126.90625Q362.33163 126.265625 363.20663 126.265625Q364.01913 126.265625 364.55038 126.84375Q365.08163 127.421875 365.08163 128.53125Q365.08163 129.625 364.53476 130.21875Q364.0035 130.79688 363.22226 130.79688Q362.441 130.79688 361.92538 130.21875Q361.40976 129.64062 361.40976 128.46875ZM363.23788 126.984375Q362.84726 126.984375 362.58163 127.328125Q362.33163 127.671875 362.33163 128.57812Q362.33163 129.40625 362.58163 129.75Q362.84726 130.07812 363.23788 130.07812Q363.64413 130.07812 363.89413 129.73438Q364.15976 129.39062 364.15976 128.5Q364.15976 127.65625 363.89413 127.328125Q363.6285 126.984375 363.23788 126.984375ZM363.23788 135.3125L367.941 126.265625L368.80038 126.265625L364.11288 135.3125L363.23788 135.3125ZM366.95663 132.98438Q366.95663 132.0625 367.40976 131.42188Q367.8785 130.78125 368.76913 130.78125Q369.58163 130.78125 370.11288 131.35938Q370.64413 131.92188 370.64413 133.04688Q370.64413 134.14062 370.09726 134.73438Q369.566 135.3125 368.76913 135.3125Q368.0035 135.3125 367.47226 134.73438Q366.95663 134.15625 366.95663 132.98438ZM368.80038 131.5Q368.39413 131.5 368.1285 131.84375Q367.8785 132.1875 367.8785 133.09375Q367.8785 133.90625 368.14413 134.25Q368.40976 134.59375 368.80038 134.59375Q369.191 134.59375 369.45663 134.25Q369.72226 133.90625 369.72226 133.0Q369.72226 132.17188 369.45663 131.84375Q369.191 131.5 368.80038 131.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M352.5491 187.73438L353.6116 187.59375Q353.78348 188.48438 354.22098 188.89062Q354.65848 189.28125 355.28348 189.28125Q356.03348 189.28125 356.5491 188.76562Q357.06473 188.25 357.06473 187.48438Q357.06473 186.76562 356.58035 186.29688Q356.1116 185.8125 355.37723 185.8125Q355.08035 185.8125 354.62723 185.9375L354.75223 185.0Q354.8616 185.01562 354.9241 185.01562Q355.59598 185.01562 356.12723 184.67188Q356.6741 184.3125 356.6741 183.57812Q356.6741 183.0 356.28348 182.625Q355.89285 182.23438 355.26785 182.23438Q354.65848 182.23438 354.2366 182.625Q353.83035 183.01562 353.72098 183.78125L352.65848 183.59375Q352.84598 182.54688 353.53348 181.96875Q354.22098 181.375 355.2366 181.375Q355.93973 181.375 356.53348 181.6875Q357.12723 181.98438 357.43973 182.5Q357.75223 183.01562 357.75223 183.60938Q357.75223 184.15625 357.45535 184.625Q357.15848 185.07812 356.58035 185.34375Q357.33035 185.51562 357.75223 186.07812Q358.1741 186.625 358.1741 187.46875Q358.1741 188.59375 357.34598 189.375Q356.53348 190.15625 355.28348 190.15625Q354.15848 190.15625 353.40848 189.48438Q352.65848 188.79688 352.5491 187.73438ZM359.6116 182.53125L359.6116 181.51562L365.1741 181.51562L365.1741 182.34375Q364.3616 183.21875 363.5491 184.67188Q362.75223 186.10938 362.31473 187.64062Q361.9866 188.71875 361.90848 190.0L360.81473 190.0Q360.83035 188.98438 361.20535 187.54688Q361.59598 186.10938 362.2991 184.78125Q363.01785 183.45312 363.83035 182.53125L359.6116 182.53125ZM366.75223 183.46875Q366.75223 182.54688 367.20535 181.90625Q367.6741 181.26562 368.5491 181.26562Q369.3616 181.26562 369.89285 181.84375Q370.4241 182.42188 370.4241 183.53125Q370.4241 184.625 369.87723 185.21875Q369.34598 185.79688 368.56473 185.79688Q367.78348 185.79688 367.26785 185.21875Q366.75223 184.64062 366.75223 183.46875ZM368.58035 181.98438Q368.18973 181.98438 367.9241 182.32812Q367.6741 182.67188 367.6741 183.57812Q367.6741 184.40625 367.9241 184.75Q368.18973 185.07812 368.58035 185.07812Q368.9866 185.07812 369.2366 184.73438Q369.50223 184.39062 369.50223 183.5Q369.50223 182.65625 369.2366 182.32812Q368.97098 181.98438 368.58035 181.98438ZM368.58035 190.3125L373.28348 181.26562L374.14285 181.26562L369.45535 190.3125L368.58035 190.3125ZM372.2991 187.98438Q372.2991 187.0625 372.75223 186.42188Q373.22098 185.78125 374.1116 185.78125Q374.9241 185.78125 375.45535 186.35938Q375.9866 186.92188 375.9866 188.04688Q375.9866 189.14062 375.43973 189.73438Q374.90848 190.3125 374.1116 190.3125Q373.34598 190.3125 372.81473 189.73438Q372.2991 189.15625 372.2991 187.98438ZM374.14285 186.5Q373.7366 186.5 373.47098 186.84375Q373.22098 187.1875 373.22098 188.09375Q373.22098 188.90625 373.4866 189.25Q373.75223 189.59375 374.14285 189.59375Q374.53348 189.59375 374.7991 189.25Q375.06473 188.90625 375.06473 188.0Q375.06473 187.17188 374.7991 186.84375Q374.53348 186.5 374.14285 186.5Z" fill-rule="nonzero"/><path fill="#666666" d="M352.5491 187.73438L353.6116 187.59375Q353.78348 188.48438 354.22098 188.89062Q354.65848 189.28125 355.28348 189.28125Q356.03348 189.28125 356.5491 188.76562Q357.06473 188.25 357.06473 187.48438Q357.06473 186.76562 356.58035 186.29688Q356.1116 185.8125 355.37723 185.8125Q355.08035 185.8125 354.62723 185.9375L354.75223 185.0Q354.8616 185.01562 354.9241 185.01562Q355.59598 185.01562 356.12723 184.67188Q356.6741 184.3125 356.6741 183.57812Q356.6741 183.0 356.28348 182.625Q355.89285 182.23438 355.26785 182.23438Q354.65848 182.23438 354.2366 182.625Q353.83035 183.01562 353.72098 183.78125L352.65848 183.59375Q352.84598 182.54688 353.53348 181.96875Q354.22098 181.375 355.2366 181.375Q355.93973 181.375 356.53348 181.6875Q357.12723 181.98438 357.43973 182.5Q357.75223 183.01562 357.75223 183.60938Q357.75223 184.15625 357.45535 184.625Q357.15848 185.07812 356.58035 185.34375Q357.33035 185.51562 357.75223 186.07812Q358.1741 186.625 358.1741 187.46875Q358.1741 188.59375 357.34598 189.375Q356.53348 190.15625 355.28348 190.15625Q354.15848 190.15625 353.40848 189.48438Q352.65848 188.79688 352.5491 187.73438ZM359.6116 182.53125L359.6116 181.51562L365.1741 181.51562L365.1741 182.34375Q364.3616 183.21875 363.5491 184.67188Q362.75223 186.10938 362.31473 187.64062Q361.9866 188.71875 361.90848 190.0L360.81473 190.0Q360.83035 188.98438 361.20535 187.54688Q361.59598 186.10938 362.2991 184.78125Q363.01785 183.45312 363.83035 182.53125L359.6116 182.53125ZM366.75223 183.46875Q366.75223 182.54688 367.20535 181.90625Q367.6741 181.26562 368.5491 181.26562Q369.3616 181.26562 369.89285 181.84375Q370.4241 182.42188 370.4241 183.53125Q370.4241 184.625 369.87723 185.21875Q369.34598 185.79688 368.56473 185.79688Q367.78348 185.79688 367.26785 185.21875Q366.75223 184.64062 366.75223 183.46875ZM368.58035 181.98438Q368.18973 181.98438 367.9241 182.32812Q367.6741 182.67188 367.6741 183.57812Q367.6741 184.40625 367.9241 184.75Q368.18973 185.07812 368.58035 185.07812Q368.9866 185.07812 369.2366 184.73438Q369.50223 184.39062 369.50223 183.5Q369.50223 182.65625 369.2366 182.32812Q368.97098 181.98438 368.58035 181.98438ZM368.58035 190.3125L373.28348 181.26562L374.14285 181.26562L369.45535 190.3125L368.58035 190.3125ZM372.2991 187.98438Q372.2991 187.0625 372.75223 186.42188Q373.22098 185.78125 374.1116 185.78125Q374.9241 185.78125 375.45535 186.35938Q375.9866 186.92188 375.9866 188.04688Q375.9866 189.14062 375.43973 189.73438Q374.90848 190.3125 374.1116 190.3125Q373.34598 190.3125 372.81473 189.73438Q372.2991 189.15625 372.2991 187.98438ZM374.14285 186.5Q373.7366 186.5 373.47098 186.84375Q373.22098 187.1875 373.22098 188.09375Q373.22098 188.90625 373.4866 189.25Q373.75223 189.59375 374.14285 189.59375Q374.53348 189.59375 374.7991 189.25Q375.06473 188.90625 375.06473 188.0Q375.06473 187.17188 374.7991 186.84375Q374.53348 186.5 374.14285 186.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.8368 243.73438L326.8993 243.59375Q327.07117 244.48438 327.50867 244.89062Q327.94617 245.28125 328.57117 245.28125Q329.32117 245.28125 329.8368 244.76562Q330.35242 244.25 330.35242 243.48438Q330.35242 242.76562 329.86804 242.29688Q329.3993 241.8125 328.66492 241.8125Q328.36804 241.8125 327.91492 241.9375L328.03992 241.0Q328.1493 241.01562 328.2118 241.01562Q328.88367 241.01562 329.41492 240.67188Q329.9618 240.3125 329.9618 239.57812Q329.9618 239.0 329.57117 238.625Q329.18054 238.23438 328.55554 238.23438Q327.94617 238.23438 327.5243 238.625Q327.11804 239.01562 327.00867 239.78125L325.94617 239.59375Q326.13367 238.54688 326.82117 237.96875Q327.50867 237.375 328.5243 237.375Q329.22742 237.375 329.82117 237.6875Q330.41492 237.98438 330.72742 238.5Q331.03992 239.01562 331.03992 239.60938Q331.03992 240.15625 330.74304 240.625Q330.44617 241.07812 329.86804 241.34375Q330.61804 241.51562 331.03992 242.07812Q331.4618 242.625 331.4618 243.46875Q331.4618 244.59375 330.63367 245.375Q329.82117 246.15625 328.57117 246.15625Q327.44617 246.15625 326.69617 245.48438Q325.94617 244.79688 325.8368 243.73438ZM338.38367 244.98438L338.38367 246.0L332.69617 246.0Q332.69617 245.625 332.82117 245.26562Q333.03992 244.6875 333.50867 244.125Q333.99304 243.5625 334.8993 242.82812Q336.30554 241.67188 336.78992 241.0Q337.28992 240.32812 337.28992 239.73438Q337.28992 239.10938 336.8368 238.6875Q336.38367 238.25 335.66492 238.25Q334.8993 238.25 334.44617 238.70312Q333.99304 239.15625 333.97742 239.96875L332.8993 239.85938Q333.00867 238.64062 333.72742 238.01562Q334.4618 237.375 335.69617 237.375Q336.93054 237.375 337.6493 238.0625Q338.36804 238.75 338.36804 239.76562Q338.36804 240.28125 338.1493 240.78125Q337.94617 241.26562 337.44617 241.82812Q336.9618 242.375 335.8368 243.32812Q334.88367 244.125 334.60242 244.42188Q334.3368 244.70312 334.16492 244.98438L338.38367 244.98438ZM340.03992 239.46875Q340.03992 238.54688 340.49304 237.90625Q340.9618 237.26562 341.8368 237.26562Q342.6493 237.26562 343.18054 237.84375Q343.7118 238.42188 343.7118 239.53125Q343.7118 240.625 343.16492 241.21875Q342.63367 241.79688 341.85242 241.79688Q341.07117 241.79688 340.55554 241.21875Q340.03992 240.64062 340.03992 239.46875ZM341.86804 237.98438Q341.47742 237.98438 341.2118 238.32812Q340.9618 238.67188 340.9618 239.57812Q340.9618 240.40625 341.2118 240.75Q341.47742 241.07812 341.86804 241.07812Q342.2743 241.07812 342.5243 240.73438Q342.78992 240.39062 342.78992 239.5Q342.78992 238.65625 342.5243 238.32812Q342.25867 237.98438 341.86804 237.98438ZM341.86804 246.3125L346.57117 237.26562L347.43054 237.26562L342.74304 246.3125L341.86804 246.3125ZM345.5868 243.98438Q345.5868 243.0625 346.03992 242.42188Q346.50867 241.78125 347.3993 241.78125Q348.2118 241.78125 348.74304 242.35938Q349.2743 242.92188 349.2743 244.04688Q349.2743 245.14062 348.72742 245.73438Q348.19617 246.3125 347.3993 246.3125Q346.63367 246.3125 346.10242 245.73438Q345.5868 245.15625 345.5868 243.98438ZM347.43054 242.5Q347.0243 242.5 346.75867 242.84375Q346.50867 243.1875 346.50867 244.09375Q346.50867 244.90625 346.7743 245.25Q347.03992 245.59375 347.43054 245.59375Q347.82117 245.59375 348.0868 245.25Q348.35242 244.90625 348.35242 244.0Q348.35242 243.17188 348.0868 242.84375Q347.82117 242.5 347.43054 242.5Z" fill-rule="nonzero"/><path fill="#666666" d="M325.8368 243.73438L326.8993 243.59375Q327.07117 244.48438 327.50867 244.89062Q327.94617 245.28125 328.57117 245.28125Q329.32117 245.28125 329.8368 244.76562Q330.35242 244.25 330.35242 243.48438Q330.35242 242.76562 329.86804 242.29688Q329.3993 241.8125 328.66492 241.8125Q328.36804 241.8125 327.91492 241.9375L328.03992 241.0Q328.1493 241.01562 328.2118 241.01562Q328.88367 241.01562 329.41492 240.67188Q329.9618 240.3125 329.9618 239.57812Q329.9618 239.0 329.57117 238.625Q329.18054 238.23438 328.55554 238.23438Q327.94617 238.23438 327.5243 238.625Q327.11804 239.01562 327.00867 239.78125L325.94617 239.59375Q326.13367 238.54688 326.82117 237.96875Q327.50867 237.375 328.5243 237.375Q329.22742 237.375 329.82117 237.6875Q330.41492 237.98438 330.72742 238.5Q331.03992 239.01562 331.03992 239.60938Q331.03992 240.15625 330.74304 240.625Q330.44617 241.07812 329.86804 241.34375Q330.61804 241.51562 331.03992 242.07812Q331.4618 242.625 331.4618 243.46875Q331.4618 244.59375 330.63367 245.375Q329.82117 246.15625 328.57117 246.15625Q327.44617 246.15625 326.69617 245.48438Q325.94617 244.79688 325.8368 243.73438ZM338.38367 244.98438L338.38367 246.0L332.69617 246.0Q332.69617 245.625 332.82117 245.26562Q333.03992 244.6875 333.50867 244.125Q333.99304 243.5625 334.8993 242.82812Q336.30554 241.67188 336.78992 241.0Q337.28992 240.32812 337.28992 239.73438Q337.28992 239.10938 336.8368 238.6875Q336.38367 238.25 335.66492 238.25Q334.8993 238.25 334.44617 238.70312Q333.99304 239.15625 333.97742 239.96875L332.8993 239.85938Q333.00867 238.64062 333.72742 238.01562Q334.4618 237.375 335.69617 237.375Q336.93054 237.375 337.6493 238.0625Q338.36804 238.75 338.36804 239.76562Q338.36804 240.28125 338.1493 240.78125Q337.94617 241.26562 337.44617 241.82812Q336.9618 242.375 335.8368 243.32812Q334.88367 244.125 334.60242 244.42188Q334.3368 244.70312 334.16492 244.98438L338.38367 244.98438ZM340.03992 239.46875Q340.03992 238.54688 340.49304 237.90625Q340.9618 237.26562 341.8368 237.26562Q342.6493 237.26562 343.18054 237.84375Q343.7118 238.42188 343.7118 239.53125Q343.7118 240.625 343.16492 241.21875Q342.63367 241.79688 341.85242 241.79688Q341.07117 241.79688 340.55554 241.21875Q340.03992 240.64062 340.03992 239.46875ZM341.86804 237.98438Q341.47742 237.98438 341.2118 238.32812Q340.9618 238.67188 340.9618 239.57812Q340.9618 240.40625 341.2118 240.75Q341.47742 241.07812 341.86804 241.07812Q342.2743 241.07812 342.5243 240.73438Q342.78992 240.39062 342.78992 239.5Q342.78992 238.65625 342.5243 238.32812Q342.25867 237.98438 341.86804 237.98438ZM341.86804 246.3125L346.57117 237.26562L347.43054 237.26562L342.74304 246.3125L341.86804 246.3125ZM345.5868 243.98438Q345.5868 243.0625 346.03992 242.42188Q346.50867 241.78125 347.3993 241.78125Q348.2118 241.78125 348.74304 242.35938Q349.2743 242.92188 349.2743 244.04688Q349.2743 245.14062 348.72742 245.73438Q348.19617 246.3125 347.3993 246.3125Q346.63367 246.3125 346.10242 245.73438Q345.5868 245.15625 345.5868 243.98438ZM347.43054 242.5Q347.0243 242.5 346.75867 242.84375Q346.50867 243.1875 346.50867 244.09375Q346.50867 244.90625 346.7743 245.25Q347.03992 245.59375 347.43054 245.59375Q347.82117 245.59375 348.0868 245.25Q348.35242 244.90625 348.35242 244.0Q348.35242 243.17188 348.0868 242.84375Q347.82117 242.5 347.43054 242.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.0138 299.98438L310.0138 301.0L304.3263 301.0Q304.3263 300.625 304.4513 300.26562Q304.67004 299.6875 305.1388 299.125Q305.62317 298.5625 306.52942 297.82812Q307.93567 296.67188 308.42004 296.0Q308.92004 295.32812 308.92004 294.73438Q308.92004 294.10938 308.46692 293.6875Q308.0138 293.25 307.29504 293.25Q306.52942 293.25 306.0763 293.70312Q305.62317 294.15625 305.60754 294.96875L304.52942 294.85938Q304.6388 293.64062 305.35754 293.01562Q306.09192 292.375 307.3263 292.375Q308.56067 292.375 309.27942 293.0625Q309.99817 293.75 309.99817 294.76562Q309.99817 295.28125 309.77942 295.78125Q309.5763 296.26562 309.0763 296.82812Q308.59192 297.375 307.46692 298.32812Q306.5138 299.125 306.23254 299.42188Q305.96692 299.70312 305.79504 299.98438L310.0138 299.98438ZM313.09192 296.34375Q312.43567 296.09375 312.10754 295.65625Q311.79504 295.20312 311.79504 294.59375Q311.79504 293.65625 312.46692 293.01562Q313.15442 292.375 314.2638 292.375Q315.3888 292.375 316.0763 293.03125Q316.7638 293.6875 316.7638 294.625Q316.7638 295.21875 316.4513 295.65625Q316.1388 296.09375 315.49817 296.34375Q316.29504 296.59375 316.7013 297.17188Q317.10754 297.75 317.10754 298.54688Q317.10754 299.64062 316.3263 300.39062Q315.56067 301.14062 314.27942 301.14062Q313.0138 301.14062 312.23254 300.39062Q311.4513 299.64062 311.4513 298.51562Q311.4513 297.67188 311.87317 297.10938Q312.31067 296.54688 313.09192 296.34375ZM312.87317 294.54688Q312.87317 295.15625 313.2638 295.54688Q313.67004 295.9375 314.29504 295.9375Q314.90442 295.9375 315.29504 295.5625Q315.68567 295.17188 315.68567 294.60938Q315.68567 294.03125 315.27942 293.64062Q314.87317 293.23438 314.27942 293.23438Q313.67004 293.23438 313.2638 293.625Q312.87317 294.01562 312.87317 294.54688ZM312.54504 298.51562Q312.54504 298.96875 312.74817 299.39062Q312.96692 299.8125 313.3888 300.04688Q313.81067 300.28125 314.29504 300.28125Q315.04504 300.28125 315.52942 299.79688Q316.02942 299.3125 316.02942 298.5625Q316.02942 297.79688 315.52942 297.29688Q315.02942 296.79688 314.2638 296.79688Q313.5138 296.79688 313.02942 297.29688Q312.54504 297.78125 312.54504 298.51562ZM318.67004 294.46875Q318.67004 293.54688 319.12317 292.90625Q319.59192 292.26562 320.46692 292.26562Q321.27942 292.26562 321.81067 292.84375Q322.34192 293.42188 322.34192 294.53125Q322.34192 295.625 321.79504 296.21875Q321.2638 296.79688 320.48254 296.79688Q319.7013 296.79688 319.18567 296.21875Q318.67004 295.64062 318.67004 294.46875ZM320.49817 292.98438Q320.10754 292.98438 319.84192 293.32812Q319.59192 293.67188 319.59192 294.57812Q319.59192 295.40625 319.84192 295.75Q320.10754 296.07812 320.49817 296.07812Q320.90442 296.07812 321.15442 295.73438Q321.42004 295.39062 321.42004 294.5Q321.42004 293.65625 321.15442 293.32812Q320.8888 292.98438 320.49817 292.98438ZM320.49817 301.3125L325.2013 292.26562L326.06067 292.26562L321.37317 301.3125L320.49817 301.3125ZM324.21692 298.98438Q324.21692 298.0625 324.67004 297.42188Q325.1388 296.78125 326.02942 296.78125Q326.84192 296.78125 327.37317 297.35938Q327.90442 297.92188 327.90442 299.04688Q327.90442 300.14062 327.35754 300.73438Q326.8263 301.3125 326.02942 301.3125Q325.2638 301.3125 324.73254 300.73438Q324.21692 300.15625 324.21692 298.98438ZM326.06067 297.5Q325.65442 297.5 325.3888 297.84375Q325.1388 298.1875 325.1388 299.09375Q325.1388 299.90625 325.40442 300.25Q325.67004 300.59375 326.06067 300.59375Q326.4513 300.59375 326.71692 300.25Q326.98254 299.90625 326.98254 299.0Q326.98254 298.17188 326.71692 297.84375Q326.4513 297.5 326.06067 297.5Z" fill-rule="nonzero"/><path fill="#666666" d="M310.0138 299.98438L310.0138 301.0L304.3263 301.0Q304.3263 300.625 304.4513 300.26562Q304.67004 299.6875 305.1388 299.125Q305.62317 298.5625 306.52942 297.82812Q307.93567 296.67188 308.42004 296.0Q308.92004 295.32812 308.92004 294.73438Q308.92004 294.10938 308.46692 293.6875Q308.0138 293.25 307.29504 293.25Q306.52942 293.25 306.0763 293.70312Q305.62317 294.15625 305.60754 294.96875L304.52942 294.85938Q304.6388 293.64062 305.35754 293.01562Q306.09192 292.375 307.3263 292.375Q308.56067 292.375 309.27942 293.0625Q309.99817 293.75 309.99817 294.76562Q309.99817 295.28125 309.77942 295.78125Q309.5763 296.26562 309.0763 296.82812Q308.59192 297.375 307.46692 298.32812Q306.5138 299.125 306.23254 299.42188Q305.96692 299.70312 305.79504 299.98438L310.0138 299.98438ZM313.09192 296.34375Q312.43567 296.09375 312.10754 295.65625Q311.79504 295.20312 311.79504 294.59375Q311.79504 293.65625 312.46692 293.01562Q313.15442 292.375 314.2638 292.375Q315.3888 292.375 316.0763 293.03125Q316.7638 293.6875 316.7638 294.625Q316.7638 295.21875 316.4513 295.65625Q316.1388 296.09375 315.49817 296.34375Q316.29504 296.59375 316.7013 297.17188Q317.10754 297.75 317.10754 298.54688Q317.10754 299.64062 316.3263 300.39062Q315.56067 301.14062 314.27942 301.14062Q313.0138 301.14062 312.23254 300.39062Q311.4513 299.64062 311.4513 298.51562Q311.4513 297.67188 311.87317 297.10938Q312.31067 296.54688 313.09192 296.34375ZM312.87317 294.54688Q312.87317 295.15625 313.2638 295.54688Q313.67004 295.9375 314.29504 295.9375Q314.90442 295.9375 315.29504 295.5625Q315.68567 295.17188 315.68567 294.60938Q315.68567 294.03125 315.27942 293.64062Q314.87317 293.23438 314.27942 293.23438Q313.67004 293.23438 313.2638 293.625Q312.87317 294.01562 312.87317 294.54688ZM312.54504 298.51562Q312.54504 298.96875 312.74817 299.39062Q312.96692 299.8125 313.3888 300.04688Q313.81067 300.28125 314.29504 300.28125Q315.04504 300.28125 315.52942 299.79688Q316.02942 299.3125 316.02942 298.5625Q316.02942 297.79688 315.52942 297.29688Q315.02942 296.79688 314.2638 296.79688Q313.5138 296.79688 313.02942 297.29688Q312.54504 297.78125 312.54504 298.51562ZM318.67004 294.46875Q318.67004 293.54688 319.12317 292.90625Q319.59192 292.26562 320.46692 292.26562Q321.27942 292.26562 321.81067 292.84375Q322.34192 293.42188 322.34192 294.53125Q322.34192 295.625 321.79504 296.21875Q321.2638 296.79688 320.48254 296.79688Q319.7013 296.79688 319.18567 296.21875Q318.67004 295.64062 318.67004 294.46875ZM320.49817 292.98438Q320.10754 292.98438 319.84192 293.32812Q319.59192 293.67188 319.59192 294.57812Q319.59192 295.40625 319.84192 295.75Q320.10754 296.07812 320.49817 296.07812Q320.90442 296.07812 321.15442 295.73438Q321.42004 295.39062 321.42004 294.5Q321.42004 293.65625 321.15442 293.32812Q320.8888 292.98438 320.49817 292.98438ZM320.49817 301.3125L325.2013 292.26562L326.06067 292.26562L321.37317 301.3125L320.49817 301.3125ZM324.21692 298.98438Q324.21692 298.0625 324.67004 297.42188Q325.1388 296.78125 326.02942 296.78125Q326.84192 296.78125 327.37317 297.35938Q327.90442 297.92188 327.90442 299.04688Q327.90442 300.14062 327.35754 300.73438Q326.8263 301.3125 326.02942 301.3125Q325.2638 301.3125 324.73254 300.73438Q324.21692 300.15625 324.21692 298.98438ZM326.06067 297.5Q325.65442 297.5 325.3888 297.84375Q325.1388 298.1875 325.1388 299.09375Q325.1388 299.90625 325.40442 300.25Q325.67004 300.59375 326.06067 300.59375Q326.4513 300.59375 326.71692 300.25Q326.98254 299.90625 326.98254 299.0Q326.98254 298.17188 326.71692 297.84375Q326.4513 297.5 326.06067 297.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.64116 356.0L232.59428 356.0L232.59428 349.28125Q232.20366 349.64062 231.57866 350.01562Q230.96928 350.375 230.48491 350.54688L230.48491 349.53125Q231.35991 349.10938 232.01616 348.53125Q232.68803 347.9375 232.96928 347.375L233.64116 347.375L233.64116 356.0ZM240.04741 356.0L240.04741 353.9375L236.32866 353.9375L236.32866 352.96875L240.25053 347.40625L241.10991 347.40625L241.10991 352.96875L242.26616 352.96875L242.26616 353.9375L241.10991 353.9375L241.10991 356.0L240.04741 356.0ZM240.04741 352.96875L240.04741 349.10938L237.35991 352.96875L240.04741 352.96875ZM243.87553 349.46875Q243.87553 348.54688 244.32866 347.90625Q244.79741 347.26562 245.67241 347.26562Q246.48491 347.26562 247.01616 347.84375Q247.54741 348.42188 247.54741 349.53125Q247.54741 350.625 247.00053 351.21875Q246.46928 351.79688 245.68803 351.79688Q244.90678 351.79688 244.39116 351.21875Q243.87553 350.64062 243.87553 349.46875ZM245.70366 347.98438Q245.31303 347.98438 245.04741 348.32812Q244.79741 348.67188 244.79741 349.57812Q244.79741 350.40625 245.04741 350.75Q245.31303 351.07812 245.70366 351.07812Q246.10991 351.07812 246.35991 350.73438Q246.62553 350.39062 246.62553 349.5Q246.62553 348.65625 246.35991 348.32812Q246.09428 347.98438 245.70366 347.98438ZM245.70366 356.3125L250.40678 347.26562L251.26616 347.26562L246.57866 356.3125L245.70366 356.3125ZM249.42241 353.98438Q249.42241 353.0625 249.87553 352.42188Q250.34428 351.78125 251.23491 351.78125Q252.04741 351.78125 252.57866 352.35938Q253.10991 352.92188 253.10991 354.04688Q253.10991 355.14062 252.56303 355.73438Q252.03178 356.3125 251.23491 356.3125Q250.46928 356.3125 249.93803 355.73438Q249.42241 355.15625 249.42241 353.98438ZM251.26616 352.5Q250.85991 352.5 250.59428 352.84375Q250.34428 353.1875 250.34428 354.09375Q250.34428 354.90625 250.60991 355.25Q250.87553 355.59375 251.26616 355.59375Q251.65678 355.59375 251.92241 355.25Q252.18803 354.90625 252.18803 354.0Q252.18803 353.17188 251.92241 352.84375Q251.65678 352.5 251.26616 352.5Z" fill-rule="nonzero"/><path fill="#666666" d="M233.64116 356.0L232.59428 356.0L232.59428 349.28125Q232.20366 349.64062 231.57866 350.01562Q230.96928 350.375 230.48491 350.54688L230.48491 349.53125Q231.35991 349.10938 232.01616 348.53125Q232.68803 347.9375 232.96928 347.375L233.64116 347.375L233.64116 356.0ZM240.04741 356.0L240.04741 353.9375L236.32866 353.9375L236.32866 352.96875L240.25053 347.40625L241.10991 347.40625L241.10991 352.96875L242.26616 352.96875L242.26616 353.9375L241.10991 353.9375L241.10991 356.0L240.04741 356.0ZM240.04741 352.96875L240.04741 349.10938L237.35991 352.96875L240.04741 352.96875ZM243.87553 349.46875Q243.87553 348.54688 244.32866 347.90625Q244.79741 347.26562 245.67241 347.26562Q246.48491 347.26562 247.01616 347.84375Q247.54741 348.42188 247.54741 349.53125Q247.54741 350.625 247.00053 351.21875Q246.46928 351.79688 245.68803 351.79688Q244.90678 351.79688 244.39116 351.21875Q243.87553 350.64062 243.87553 349.46875ZM245.70366 347.98438Q245.31303 347.98438 245.04741 348.32812Q244.79741 348.67188 244.79741 349.57812Q244.79741 350.40625 245.04741 350.75Q245.31303 351.07812 245.70366 351.07812Q246.10991 351.07812 246.35991 350.73438Q246.62553 350.39062 246.62553 349.5Q246.62553 348.65625 246.35991 348.32812Q246.09428 347.98438 245.70366 347.98438ZM245.70366 356.3125L250.40678 347.26562L251.26616 347.26562L246.57866 356.3125L245.70366 356.3125ZM249.42241 353.98438Q249.42241 353.0625 249.87553 352.42188Q250.34428 351.78125 251.23491 351.78125Q252.04741 351.78125 252.57866 352.35938Q253.10991 352.92188 253.10991 354.04688Q253.10991 355.14062 252.56303 355.73438Q252.03178 356.3125 251.23491 356.3125Q250.46928 356.3125 249.93803 355.73438Q249.42241 355.15625 249.42241 353.98438ZM251.26616 352.5Q250.85991 352.5 250.59428 352.84375Q250.34428 353.1875 250.34428 354.09375Q250.34428 354.90625 250.60991 355.25Q250.87553 355.59375 251.26616 355.59375Q251.65678 355.59375 251.92241 355.25Q252.18803 354.90625 252.18803 354.0Q252.18803 353.17188 251.92241 352.84375Q251.65678 352.5 251.26616 352.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.95622 412.0L221.90935 412.0L221.90935 405.28125Q221.51872 405.64062 220.89372 406.01562Q220.28435 406.375 219.79997 406.54688L219.79997 405.53125Q220.67497 405.10938 221.33122 404.53125Q222.0031 403.9375 222.28435 403.375L222.95622 403.375L222.95622 412.0ZM231.53435 410.98438L231.53435 412.0L225.84685 412.0Q225.84685 411.625 225.97185 411.26562Q226.1906 410.6875 226.65935 410.125Q227.14372 409.5625 228.04997 408.82812Q229.45622 407.67188 229.9406 407.0Q230.4406 406.32812 230.4406 405.73438Q230.4406 405.10938 229.98747 404.6875Q229.53435 404.25 228.8156 404.25Q228.04997 404.25 227.59685 404.70312Q227.14372 405.15625 227.1281 405.96875L226.04997 405.85938Q226.15935 404.64062 226.8781 404.01562Q227.61247 403.375 228.84685 403.375Q230.08122 403.375 230.79997 404.0625Q231.51872 404.75 231.51872 405.76562Q231.51872 406.28125 231.29997 406.78125Q231.09685 407.26562 230.59685 407.82812Q230.11247 408.375 228.98747 409.32812Q228.03435 410.125 227.7531 410.42188Q227.48747 410.70312 227.3156 410.98438L231.53435 410.98438ZM233.1906 405.46875Q233.1906 404.54688 233.64372 403.90625Q234.11247 403.26562 234.98747 403.26562Q235.79997 403.26562 236.33122 403.84375Q236.86247 404.42188 236.86247 405.53125Q236.86247 406.625 236.3156 407.21875Q235.78435 407.79688 235.0031 407.79688Q234.22185 407.79688 233.70622 407.21875Q233.1906 406.64062 233.1906 405.46875ZM235.01872 403.98438Q234.6281 403.98438 234.36247 404.32812Q234.11247 404.67188 234.11247 405.57812Q234.11247 406.40625 234.36247 406.75Q234.6281 407.07812 235.01872 407.07812Q235.42497 407.07812 235.67497 406.73438Q235.9406 406.39062 235.9406 405.5Q235.9406 404.65625 235.67497 404.32812Q235.40935 403.98438 235.01872 403.98438ZM235.01872 412.3125L239.72185 403.26562L240.58122 403.26562L235.89372 412.3125L235.01872 412.3125ZM238.73747 409.98438Q238.73747 409.0625 239.1906 408.42188Q239.65935 407.78125 240.54997 407.78125Q241.36247 407.78125 241.89372 408.35938Q242.42497 408.92188 242.42497 410.04688Q242.42497 411.14062 241.8781 411.73438Q241.34685 412.3125 240.54997 412.3125Q239.78435 412.3125 239.2531 411.73438Q238.73747 411.15625 238.73747 409.98438ZM240.58122 408.5Q240.17497 408.5 239.90935 408.84375Q239.65935 409.1875 239.65935 410.09375Q239.65935 410.90625 239.92497 411.25Q240.1906 411.59375 240.58122 411.59375Q240.97185 411.59375 241.23747 411.25Q241.5031 410.90625 241.5031 410.0Q241.5031 409.17188 241.23747 408.84375Q240.97185 408.5 240.58122 408.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.95622 412.0L221.90935 412.0L221.90935 405.28125Q221.51872 405.64062 220.89372 406.01562Q220.28435 406.375 219.79997 406.54688L219.79997 405.53125Q220.67497 405.10938 221.33122 404.53125Q222.0031 403.9375 222.28435 403.375L222.95622 403.375L222.95622 412.0ZM231.53435 410.98438L231.53435 412.0L225.84685 412.0Q225.84685 411.625 225.97185 411.26562Q226.1906 410.6875 226.65935 410.125Q227.14372 409.5625 228.04997 408.82812Q229.45622 407.67188 229.9406 407.0Q230.4406 406.32812 230.4406 405.73438Q230.4406 405.10938 229.98747 404.6875Q229.53435 404.25 228.8156 404.25Q228.04997 404.25 227.59685 404.70312Q227.14372 405.15625 227.1281 405.96875L226.04997 405.85938Q226.15935 404.64062 226.8781 404.01562Q227.61247 403.375 228.84685 403.375Q230.08122 403.375 230.79997 404.0625Q231.51872 404.75 231.51872 405.76562Q231.51872 406.28125 231.29997 406.78125Q231.09685 407.26562 230.59685 407.82812Q230.11247 408.375 228.98747 409.32812Q228.03435 410.125 227.7531 410.42188Q227.48747 410.70312 227.3156 410.98438L231.53435 410.98438ZM233.1906 405.46875Q233.1906 404.54688 233.64372 403.90625Q234.11247 403.26562 234.98747 403.26562Q235.79997 403.26562 236.33122 403.84375Q236.86247 404.42188 236.86247 405.53125Q236.86247 406.625 236.3156 407.21875Q235.78435 407.79688 235.0031 407.79688Q234.22185 407.79688 233.70622 407.21875Q233.1906 406.64062 233.1906 405.46875ZM235.01872 403.98438Q234.6281 403.98438 234.36247 404.32812Q234.11247 404.67188 234.11247 405.57812Q234.11247 406.40625 234.36247 406.75Q234.6281 407.07812 235.01872 407.07812Q235.42497 407.07812 235.67497 406.73438Q235.9406 406.39062 235.9406 405.5Q235.9406 404.65625 235.67497 404.32812Q235.40935 403.98438 235.01872 403.98438ZM235.01872 412.3125L239.72185 403.26562L240.58122 403.26562L235.89372 412.3125L235.01872 412.3125ZM238.73747 409.98438Q238.73747 409.0625 239.1906 408.42188Q239.65935 407.78125 240.54997 407.78125Q241.36247 407.78125 241.89372 408.35938Q242.42497 408.92188 242.42497 410.04688Q242.42497 411.14062 241.8781 411.73438Q241.34685 412.3125 240.54997 412.3125Q239.78435 412.3125 239.2531 411.73438Q238.73747 411.15625 238.73747 409.98438ZM240.58122 408.5Q240.17497 408.5 239.90935 408.84375Q239.65935 409.1875 239.65935 410.09375Q239.65935 410.90625 239.92497 411.25Q240.1906 411.59375 240.58122 411.59375Q240.97185 411.59375 241.23747 411.25Q241.5031 410.90625 241.5031 410.0Q241.5031 409.17188 241.23747 408.84375Q240.97185 408.5 240.58122 408.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.95622 467.0L221.90935 467.0L221.90935 460.28125Q221.51872 460.64062 220.89372 461.01562Q220.28435 461.375 219.79997 461.54688L219.79997 460.53125Q220.67497 460.10938 221.33122 459.53125Q222.0031 458.9375 222.28435 458.375L222.95622 458.375L222.95622 467.0ZM231.53435 465.98438L231.53435 467.0L225.84685 467.0Q225.84685 466.625 225.97185 466.26562Q226.1906 465.6875 226.65935 465.125Q227.14372 464.5625 228.04997 463.82812Q229.45622 462.67188 229.9406 462.0Q230.4406 461.32812 230.4406 460.73438Q230.4406 460.10938 229.98747 459.6875Q229.53435 459.25 228.8156 459.25Q228.04997 459.25 227.59685 459.70312Q227.14372 460.15625 227.1281 460.96875L226.04997 460.85938Q226.15935 459.64062 226.8781 459.01562Q227.61247 458.375 228.84685 458.375Q230.08122 458.375 230.79997 459.0625Q231.51872 459.75 231.51872 460.76562Q231.51872 461.28125 231.29997 461.78125Q231.09685 462.26562 230.59685 462.82812Q230.11247 463.375 228.98747 464.32812Q228.03435 465.125 227.7531 465.42188Q227.48747 465.70312 227.3156 465.98438L231.53435 465.98438ZM233.1906 460.46875Q233.1906 459.54688 233.64372 458.90625Q234.11247 458.26562 234.98747 458.26562Q235.79997 458.26562 236.33122 458.84375Q236.86247 459.42188 236.86247 460.53125Q236.86247 461.625 236.3156 462.21875Q235.78435 462.79688 235.0031 462.79688Q234.22185 462.79688 233.70622 462.21875Q233.1906 461.64062 233.1906 460.46875ZM235.01872 458.98438Q234.6281 458.98438 234.36247 459.32812Q234.11247 459.67188 234.11247 460.57812Q234.11247 461.40625 234.36247 461.75Q234.6281 462.07812 235.01872 462.07812Q235.42497 462.07812 235.67497 461.73438Q235.9406 461.39062 235.9406 460.5Q235.9406 459.65625 235.67497 459.32812Q235.40935 458.98438 235.01872 458.98438ZM235.01872 467.3125L239.72185 458.26562L240.58122 458.26562L235.89372 467.3125L235.01872 467.3125ZM238.73747 464.98438Q238.73747 464.0625 239.1906 463.42188Q239.65935 462.78125 240.54997 462.78125Q241.36247 462.78125 241.89372 463.35938Q242.42497 463.92188 242.42497 465.04688Q242.42497 466.14062 241.8781 466.73438Q241.34685 467.3125 240.54997 467.3125Q239.78435 467.3125 239.2531 466.73438Q238.73747 466.15625 238.73747 464.98438ZM240.58122 463.5Q240.17497 463.5 239.90935 463.84375Q239.65935 464.1875 239.65935 465.09375Q239.65935 465.90625 239.92497 466.25Q240.1906 466.59375 240.58122 466.59375Q240.97185 466.59375 241.23747 466.25Q241.5031 465.90625 241.5031 465.0Q241.5031 464.17188 241.23747 463.84375Q240.97185 463.5 240.58122 463.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.95622 467.0L221.90935 467.0L221.90935 460.28125Q221.51872 460.64062 220.89372 461.01562Q220.28435 461.375 219.79997 461.54688L219.79997 460.53125Q220.67497 460.10938 221.33122 459.53125Q222.0031 458.9375 222.28435 458.375L222.95622 458.375L222.95622 467.0ZM231.53435 465.98438L231.53435 467.0L225.84685 467.0Q225.84685 466.625 225.97185 466.26562Q226.1906 465.6875 226.65935 465.125Q227.14372 464.5625 228.04997 463.82812Q229.45622 462.67188 229.9406 462.0Q230.4406 461.32812 230.4406 460.73438Q230.4406 460.10938 229.98747 459.6875Q229.53435 459.25 228.8156 459.25Q228.04997 459.25 227.59685 459.70312Q227.14372 460.15625 227.1281 460.96875L226.04997 460.85938Q226.15935 459.64062 226.8781 459.01562Q227.61247 458.375 228.84685 458.375Q230.08122 458.375 230.79997 459.0625Q231.51872 459.75 231.51872 460.76562Q231.51872 461.28125 231.29997 461.78125Q231.09685 462.26562 230.59685 462.82812Q230.11247 463.375 228.98747 464.32812Q228.03435 465.125 227.7531 465.42188Q227.48747 465.70312 227.3156 465.98438L231.53435 465.98438ZM233.1906 460.46875Q233.1906 459.54688 233.64372 458.90625Q234.11247 458.26562 234.98747 458.26562Q235.79997 458.26562 236.33122 458.84375Q236.86247 459.42188 236.86247 460.53125Q236.86247 461.625 236.3156 462.21875Q235.78435 462.79688 235.0031 462.79688Q234.22185 462.79688 233.70622 462.21875Q233.1906 461.64062 233.1906 460.46875ZM235.01872 458.98438Q234.6281 458.98438 234.36247 459.32812Q234.11247 459.67188 234.11247 460.57812Q234.11247 461.40625 234.36247 461.75Q234.6281 462.07812 235.01872 462.07812Q235.42497 462.07812 235.67497 461.73438Q235.9406 461.39062 235.9406 460.5Q235.9406 459.65625 235.67497 459.32812Q235.40935 458.98438 235.01872 458.98438ZM235.01872 467.3125L239.72185 458.26562L240.58122 458.26562L235.89372 467.3125L235.01872 467.3125ZM238.73747 464.98438Q238.73747 464.0625 239.1906 463.42188Q239.65935 462.78125 240.54997 462.78125Q241.36247 462.78125 241.89372 463.35938Q242.42497 463.92188 242.42497 465.04688Q242.42497 466.14062 241.8781 466.73438Q241.34685 467.3125 240.54997 467.3125Q239.78435 467.3125 239.2531 466.73438Q238.73747 466.15625 238.73747 464.98438ZM240.58122 463.5Q240.17497 463.5 239.90935 463.84375Q239.65935 464.1875 239.65935 465.09375Q239.65935 465.90625 239.92497 466.25Q240.1906 466.59375 240.58122 466.59375Q240.97185 466.59375 241.23747 466.25Q241.5031 465.90625 241.5031 465.0Q241.5031 464.17188 241.23747 463.84375Q240.97185 463.5 240.58122 463.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.61375 522.0L216.56688 522.0L216.56688 515.28125Q216.17625 515.6406 215.55125 516.0156Q214.94188 516.375 214.4575 516.5469L214.4575 515.53125Q215.3325 515.1094 215.98875 514.53125Q216.66063 513.9375 216.94188 513.375L217.61375 513.375L217.61375 522.0ZM224.61375 522.0L223.56688 522.0L223.56688 515.28125Q223.17625 515.6406 222.55125 516.0156Q221.94188 516.375 221.4575 516.5469L221.4575 515.53125Q222.3325 515.1094 222.98875 514.53125Q223.66063 513.9375 223.94188 513.375L224.61375 513.375L224.61375 522.0ZM227.84813 515.46875Q227.84813 514.5469 228.30125 513.90625Q228.77 513.2656 229.645 513.2656Q230.4575 513.2656 230.98875 513.84375Q231.52 514.4219 231.52 515.53125Q231.52 516.625 230.97313 517.21875Q230.44188 517.7969 229.66063 517.7969Q228.87938 517.7969 228.36375 517.21875Q227.84813 516.6406 227.84813 515.46875ZM229.67625 513.9844Q229.28563 513.9844 229.02 514.3281Q228.77 514.6719 228.77 515.5781Q228.77 516.40625 229.02 516.75Q229.28563 517.0781 229.67625 517.0781Q230.0825 517.0781 230.3325 516.7344Q230.59813 516.3906 230.59813 515.5Q230.59813 514.65625 230.3325 514.3281Q230.06688 513.9844 229.67625 513.9844ZM229.67625 522.3125L234.37938 513.2656L235.23875 513.2656L230.55125 522.3125L229.67625 522.3125ZM233.395 519.9844Q233.395 519.0625 233.84813 518.4219Q234.31688 517.78125 235.2075 517.78125Q236.02 517.78125 236.55125 518.3594Q237.0825 518.9219 237.0825 520.0469Q237.0825 521.1406 236.53563 521.7344Q236.00438 522.3125 235.2075 522.3125Q234.44188 522.3125 233.91063 521.7344Q233.395 521.15625 233.395 519.9844ZM235.23875 518.5Q234.8325 518.5 234.56688 518.84375Q234.31688 519.1875 234.31688 520.09375Q234.31688 520.90625 234.5825 521.25Q234.84813 521.59375 235.23875 521.59375Q235.62938 521.59375 235.895 521.25Q236.16063 520.90625 236.16063 520.0Q236.16063 519.1719 235.895 518.84375Q235.62938 518.5 235.23875 518.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.61375 522.0L216.56688 522.0L216.56688 515.28125Q216.17625 515.6406 215.55125 516.0156Q214.94188 516.375 214.4575 516.5469L214.4575 515.53125Q215.3325 515.1094 215.98875 514.53125Q216.66063 513.9375 216.94188 513.375L217.61375 513.375L217.61375 522.0ZM224.61375 522.0L223.56688 522.0L223.56688 515.28125Q223.17625 515.6406 222.55125 516.0156Q221.94188 516.375 221.4575 516.5469L221.4575 515.53125Q222.3325 515.1094 222.98875 514.53125Q223.66063 513.9375 223.94188 513.375L224.61375 513.375L224.61375 522.0ZM227.84813 515.46875Q227.84813 514.5469 228.30125 513.90625Q228.77 513.2656 229.645 513.2656Q230.4575 513.2656 230.98875 513.84375Q231.52 514.4219 231.52 515.53125Q231.52 516.625 230.97313 517.21875Q230.44188 517.7969 229.66063 517.7969Q228.87938 517.7969 228.36375 517.21875Q227.84813 516.6406 227.84813 515.46875ZM229.67625 513.9844Q229.28563 513.9844 229.02 514.3281Q228.77 514.6719 228.77 515.5781Q228.77 516.40625 229.02 516.75Q229.28563 517.0781 229.67625 517.0781Q230.0825 517.0781 230.3325 516.7344Q230.59813 516.3906 230.59813 515.5Q230.59813 514.65625 230.3325 514.3281Q230.06688 513.9844 229.67625 513.9844ZM229.67625 522.3125L234.37938 513.2656L235.23875 513.2656L230.55125 522.3125L229.67625 522.3125ZM233.395 519.9844Q233.395 519.0625 233.84813 518.4219Q234.31688 517.78125 235.2075 517.78125Q236.02 517.78125 236.55125 518.3594Q237.0825 518.9219 237.0825 520.0469Q237.0825 521.1406 236.53563 521.7344Q236.00438 522.3125 235.2075 522.3125Q234.44188 522.3125 233.91063 521.7344Q233.395 521.15625 233.395 519.9844ZM235.23875 518.5Q234.8325 518.5 234.56688 518.84375Q234.31688 519.1875 234.31688 520.09375Q234.31688 520.90625 234.5825 521.25Q234.84813 521.59375 235.23875 521.59375Q235.62938 521.59375 235.895 521.25Q236.16063 520.90625 236.16063 520.0Q236.16063 519.1719 235.895 518.84375Q235.62938 518.5 235.23875 518.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.61375 577.0L216.56688 577.0L216.56688 570.28125Q216.17625 570.6406 215.55125 571.0156Q214.94188 571.375 214.4575 571.5469L214.4575 570.53125Q215.3325 570.1094 215.98875 569.53125Q216.66063 568.9375 216.94188 568.375L217.61375 568.375L217.61375 577.0ZM224.61375 577.0L223.56688 577.0L223.56688 570.28125Q223.17625 570.6406 222.55125 571.0156Q221.94188 571.375 221.4575 571.5469L221.4575 570.53125Q222.3325 570.1094 222.98875 569.53125Q223.66063 568.9375 223.94188 568.375L224.61375 568.375L224.61375 577.0ZM227.84813 570.46875Q227.84813 569.5469 228.30125 568.90625Q228.77 568.2656 229.645 568.2656Q230.4575 568.2656 230.98875 568.84375Q231.52 569.4219 231.52 570.53125Q231.52 571.625 230.97313 572.21875Q230.44188 572.7969 229.66063 572.7969Q228.87938 572.7969 228.36375 572.21875Q227.84813 571.6406 227.84813 570.46875ZM229.67625 568.9844Q229.28563 568.9844 229.02 569.3281Q228.77 569.6719 228.77 570.5781Q228.77 571.40625 229.02 571.75Q229.28563 572.0781 229.67625 572.0781Q230.0825 572.0781 230.3325 571.7344Q230.59813 571.3906 230.59813 570.5Q230.59813 569.65625 230.3325 569.3281Q230.06688 568.9844 229.67625 568.9844ZM229.67625 577.3125L234.37938 568.2656L235.23875 568.2656L230.55125 577.3125L229.67625 577.3125ZM233.395 574.9844Q233.395 574.0625 233.84813 573.4219Q234.31688 572.78125 235.2075 572.78125Q236.02 572.78125 236.55125 573.3594Q237.0825 573.9219 237.0825 575.0469Q237.0825 576.1406 236.53563 576.7344Q236.00438 577.3125 235.2075 577.3125Q234.44188 577.3125 233.91063 576.7344Q233.395 576.15625 233.395 574.9844ZM235.23875 573.5Q234.8325 573.5 234.56688 573.84375Q234.31688 574.1875 234.31688 575.09375Q234.31688 575.90625 234.5825 576.25Q234.84813 576.59375 235.23875 576.59375Q235.62938 576.59375 235.895 576.25Q236.16063 575.90625 236.16063 575.0Q236.16063 574.1719 235.895 573.84375Q235.62938 573.5 235.23875 573.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.61375 577.0L216.56688 577.0L216.56688 570.28125Q216.17625 570.6406 215.55125 571.0156Q214.94188 571.375 214.4575 571.5469L214.4575 570.53125Q215.3325 570.1094 215.98875 569.53125Q216.66063 568.9375 216.94188 568.375L217.61375 568.375L217.61375 577.0ZM224.61375 577.0L223.56688 577.0L223.56688 570.28125Q223.17625 570.6406 222.55125 571.0156Q221.94188 571.375 221.4575 571.5469L221.4575 570.53125Q222.3325 570.1094 222.98875 569.53125Q223.66063 568.9375 223.94188 568.375L224.61375 568.375L224.61375 577.0ZM227.84813 570.46875Q227.84813 569.5469 228.30125 568.90625Q228.77 568.2656 229.645 568.2656Q230.4575 568.2656 230.98875 568.84375Q231.52 569.4219 231.52 570.53125Q231.52 571.625 230.97313 572.21875Q230.44188 572.7969 229.66063 572.7969Q228.87938 572.7969 228.36375 572.21875Q227.84813 571.6406 227.84813 570.46875ZM229.67625 568.9844Q229.28563 568.9844 229.02 569.3281Q228.77 569.6719 228.77 570.5781Q228.77 571.40625 229.02 571.75Q229.28563 572.0781 229.67625 572.0781Q230.0825 572.0781 230.3325 571.7344Q230.59813 571.3906 230.59813 570.5Q230.59813 569.65625 230.3325 569.3281Q230.06688 568.9844 229.67625 568.9844ZM229.67625 577.3125L234.37938 568.2656L235.23875 568.2656L230.55125 577.3125L229.67625 577.3125ZM233.395 574.9844Q233.395 574.0625 233.84813 573.4219Q234.31688 572.78125 235.2075 572.78125Q236.02 572.78125 236.55125 573.3594Q237.0825 573.9219 237.0825 575.0469Q237.0825 576.1406 236.53563 576.7344Q236.00438 577.3125 235.2075 577.3125Q234.44188 577.3125 233.91063 576.7344Q233.395 576.15625 233.395 574.9844ZM235.23875 573.5Q234.8325 573.5 234.56688 573.84375Q234.31688 574.1875 234.31688 575.09375Q234.31688 575.90625 234.5825 576.25Q234.84813 576.59375 235.23875 576.59375Q235.62938 576.59375 235.895 576.25Q236.16063 575.90625 236.16063 575.0Q236.16063 574.1719 235.895 573.84375Q235.62938 573.5 235.23875 573.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.27129 633.0L211.22441 633.0L211.22441 626.28125Q210.83379 626.6406 210.20879 627.0156Q209.59941 627.375 209.11504 627.5469L209.11504 626.53125Q209.99004 626.1094 210.64629 625.53125Q211.31816 624.9375 211.59941 624.375L212.27129 624.375L212.27129 633.0ZM215.30254 628.7656Q215.30254 627.2344 215.61504 626.3125Q215.92754 625.375 216.53691 624.875Q217.16191 624.375 218.09941 624.375Q218.78691 624.375 219.30254 624.65625Q219.83379 624.9375 220.17754 625.46875Q220.52129 625.9844 220.70879 626.7344Q220.89629 627.4844 220.89629 628.7656Q220.89629 630.28125 220.58379 631.2031Q220.28691 632.125 219.66191 632.6406Q219.05254 633.1406 218.09941 633.1406Q216.86504 633.1406 216.14629 632.25Q215.30254 631.1875 215.30254 628.7656ZM216.38066 628.7656Q216.38066 630.875 216.88066 631.5781Q217.38066 632.28125 218.09941 632.28125Q218.83379 632.28125 219.31816 631.5781Q219.81816 630.875 219.81816 628.7656Q219.81816 626.6406 219.31816 625.9531Q218.83379 625.25 218.08379 625.25Q217.36504 625.25 216.92754 625.8594Q216.38066 626.6406 216.38066 628.7656ZM222.50566 626.46875Q222.50566 625.5469 222.95879 624.90625Q223.42754 624.2656 224.30254 624.2656Q225.11504 624.2656 225.64629 624.84375Q226.17754 625.4219 226.17754 626.53125Q226.17754 627.625 225.63066 628.21875Q225.09941 628.7969 224.31816 628.7969Q223.53691 628.7969 223.02129 628.21875Q222.50566 627.6406 222.50566 626.46875ZM224.33379 624.9844Q223.94316 624.9844 223.67754 625.3281Q223.42754 625.6719 223.42754 626.5781Q223.42754 627.40625 223.67754 627.75Q223.94316 628.0781 224.33379 628.0781Q224.74004 628.0781 224.99004 627.7344Q225.25566 627.3906 225.25566 626.5Q225.25566 625.65625 224.99004 625.3281Q224.72441 624.9844 224.33379 624.9844ZM224.33379 633.3125L229.03691 624.2656L229.89629 624.2656L225.20879 633.3125L224.33379 633.3125ZM228.05254 630.9844Q228.05254 630.0625 228.50566 629.4219Q228.97441 628.78125 229.86504 628.78125Q230.67754 628.78125 231.20879 629.3594Q231.74004 629.9219 231.74004 631.0469Q231.74004 632.1406 231.19316 632.7344Q230.66191 633.3125 229.86504 633.3125Q229.09941 633.3125 228.56816 632.7344Q228.05254 632.15625 228.05254 630.9844ZM229.89629 629.5Q229.49004 629.5 229.22441 629.84375Q228.97441 630.1875 228.97441 631.09375Q228.97441 631.90625 229.24004 632.25Q229.50566 632.59375 229.89629 632.59375Q230.28691 632.59375 230.55254 632.25Q230.81816 631.90625 230.81816 631.0Q230.81816 630.1719 230.55254 629.84375Q230.28691 629.5 229.89629 629.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.27129 633.0L211.22441 633.0L211.22441 626.28125Q210.83379 626.6406 210.20879 627.0156Q209.59941 627.375 209.11504 627.5469L209.11504 626.53125Q209.99004 626.1094 210.64629 625.53125Q211.31816 624.9375 211.59941 624.375L212.27129 624.375L212.27129 633.0ZM215.30254 628.7656Q215.30254 627.2344 215.61504 626.3125Q215.92754 625.375 216.53691 624.875Q217.16191 624.375 218.09941 624.375Q218.78691 624.375 219.30254 624.65625Q219.83379 624.9375 220.17754 625.46875Q220.52129 625.9844 220.70879 626.7344Q220.89629 627.4844 220.89629 628.7656Q220.89629 630.28125 220.58379 631.2031Q220.28691 632.125 219.66191 632.6406Q219.05254 633.1406 218.09941 633.1406Q216.86504 633.1406 216.14629 632.25Q215.30254 631.1875 215.30254 628.7656ZM216.38066 628.7656Q216.38066 630.875 216.88066 631.5781Q217.38066 632.28125 218.09941 632.28125Q218.83379 632.28125 219.31816 631.5781Q219.81816 630.875 219.81816 628.7656Q219.81816 626.6406 219.31816 625.9531Q218.83379 625.25 218.08379 625.25Q217.36504 625.25 216.92754 625.8594Q216.38066 626.6406 216.38066 628.7656ZM222.50566 626.46875Q222.50566 625.5469 222.95879 624.90625Q223.42754 624.2656 224.30254 624.2656Q225.11504 624.2656 225.64629 624.84375Q226.17754 625.4219 226.17754 626.53125Q226.17754 627.625 225.63066 628.21875Q225.09941 628.7969 224.31816 628.7969Q223.53691 628.7969 223.02129 628.21875Q222.50566 627.6406 222.50566 626.46875ZM224.33379 624.9844Q223.94316 624.9844 223.67754 625.3281Q223.42754 625.6719 223.42754 626.5781Q223.42754 627.40625 223.67754 627.75Q223.94316 628.0781 224.33379 628.0781Q224.74004 628.0781 224.99004 627.7344Q225.25566 627.3906 225.25566 626.5Q225.25566 625.65625 224.99004 625.3281Q224.72441 624.9844 224.33379 624.9844ZM224.33379 633.3125L229.03691 624.2656L229.89629 624.2656L225.20879 633.3125L224.33379 633.3125ZM228.05254 630.9844Q228.05254 630.0625 228.50566 629.4219Q228.97441 628.78125 229.86504 628.78125Q230.67754 628.78125 231.20879 629.3594Q231.74004 629.9219 231.74004 631.0469Q231.74004 632.1406 231.19316 632.7344Q230.66191 633.3125 229.86504 633.3125Q229.09941 633.3125 228.56816 632.7344Q228.05254 632.15625 228.05254 630.9844ZM229.89629 629.5Q229.49004 629.5 229.22441 629.84375Q228.97441 630.1875 228.97441 631.09375Q228.97441 631.90625 229.24004 632.25Q229.50566 632.59375 229.89629 632.59375Q230.28691 632.59375 230.55254 632.25Q230.81816 631.90625 230.81816 631.0Q230.81816 630.1719 230.55254 629.84375Q230.28691 629.5 229.89629 629.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.11633 686.0156L204.13196 685.9219Q204.25696 686.6406 204.61633 686.96875Q204.99133 687.28125 205.55383 687.28125Q206.03821 687.28125 206.39758 687.0625Q206.77258 686.8281 207.00696 686.46875Q207.24133 686.09375 207.39758 685.46875Q207.55383 684.8281 207.55383 684.1719Q207.55383 684.09375 207.55383 683.9531Q207.24133 684.4531 206.69446 684.78125Q206.14758 685.09375 205.50696 685.09375Q204.42883 685.09375 203.69446 684.3281Q202.96008 683.5469 202.96008 682.28125Q202.96008 680.96875 203.72571 680.1719Q204.50696 679.375 205.66321 679.375Q206.49133 679.375 207.17883 679.8281Q207.88196 680.28125 208.24133 681.125Q208.60071 681.9531 208.60071 683.53125Q208.60071 685.1719 208.24133 686.15625Q207.89758 687.125 207.17883 687.6406Q206.47571 688.1406 205.53821 688.1406Q204.52258 688.1406 203.88196 687.59375Q203.24133 687.03125 203.11633 686.0156ZM207.42883 682.21875Q207.42883 681.3125 206.94446 680.78125Q206.47571 680.25 205.78821 680.25Q205.08508 680.25 204.55383 680.8281Q204.03821 681.3906 204.03821 682.3125Q204.03821 683.125 204.53821 683.6406Q205.03821 684.15625 205.75696 684.15625Q206.49133 684.15625 206.96008 683.6406Q207.42883 683.125 207.42883 682.21875ZM210.16321 681.46875Q210.16321 680.5469 210.61633 679.90625Q211.08508 679.2656 211.96008 679.2656Q212.77258 679.2656 213.30383 679.84375Q213.83508 680.4219 213.83508 681.53125Q213.83508 682.625 213.28821 683.21875Q212.75696 683.7969 211.97571 683.7969Q211.19446 683.7969 210.67883 683.21875Q210.16321 682.6406 210.16321 681.46875ZM211.99133 679.9844Q211.60071 679.9844 211.33508 680.3281Q211.08508 680.6719 211.08508 681.5781Q211.08508 682.40625 211.33508 682.75Q211.60071 683.0781 211.99133 683.0781Q212.39758 683.0781 212.64758 682.7344Q212.91321 682.3906 212.91321 681.5Q212.91321 680.65625 212.64758 680.3281Q212.38196 679.9844 211.99133 679.9844ZM211.99133 688.3125L216.69446 679.2656L217.55383 679.2656L212.86633 688.3125L211.99133 688.3125ZM215.71008 685.9844Q215.71008 685.0625 216.16321 684.4219Q216.63196 683.78125 217.52258 683.78125Q218.33508 683.78125 218.86633 684.3594Q219.39758 684.9219 219.39758 686.0469Q219.39758 687.1406 218.85071 687.7344Q218.31946 688.3125 217.52258 688.3125Q216.75696 688.3125 216.22571 687.7344Q215.71008 687.15625 215.71008 685.9844ZM217.55383 684.5Q217.14758 684.5 216.88196 684.84375Q216.63196 685.1875 216.63196 686.09375Q216.63196 686.90625 216.89758 687.25Q217.16321 687.59375 217.55383 687.59375Q217.94446 687.59375 218.21008 687.25Q218.47571 686.90625 218.47571 686.0Q218.47571 685.1719 218.21008 684.84375Q217.94446 684.5 217.55383 684.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.11633 686.0156L204.13196 685.9219Q204.25696 686.6406 204.61633 686.96875Q204.99133 687.28125 205.55383 687.28125Q206.03821 687.28125 206.39758 687.0625Q206.77258 686.8281 207.00696 686.46875Q207.24133 686.09375 207.39758 685.46875Q207.55383 684.8281 207.55383 684.1719Q207.55383 684.09375 207.55383 683.9531Q207.24133 684.4531 206.69446 684.78125Q206.14758 685.09375 205.50696 685.09375Q204.42883 685.09375 203.69446 684.3281Q202.96008 683.5469 202.96008 682.28125Q202.96008 680.96875 203.72571 680.1719Q204.50696 679.375 205.66321 679.375Q206.49133 679.375 207.17883 679.8281Q207.88196 680.28125 208.24133 681.125Q208.60071 681.9531 208.60071 683.53125Q208.60071 685.1719 208.24133 686.15625Q207.89758 687.125 207.17883 687.6406Q206.47571 688.1406 205.53821 688.1406Q204.52258 688.1406 203.88196 687.59375Q203.24133 687.03125 203.11633 686.0156ZM207.42883 682.21875Q207.42883 681.3125 206.94446 680.78125Q206.47571 680.25 205.78821 680.25Q205.08508 680.25 204.55383 680.8281Q204.03821 681.3906 204.03821 682.3125Q204.03821 683.125 204.53821 683.6406Q205.03821 684.15625 205.75696 684.15625Q206.49133 684.15625 206.96008 683.6406Q207.42883 683.125 207.42883 682.21875ZM210.16321 681.46875Q210.16321 680.5469 210.61633 679.90625Q211.08508 679.2656 211.96008 679.2656Q212.77258 679.2656 213.30383 679.84375Q213.83508 680.4219 213.83508 681.53125Q213.83508 682.625 213.28821 683.21875Q212.75696 683.7969 211.97571 683.7969Q211.19446 683.7969 210.67883 683.21875Q210.16321 682.6406 210.16321 681.46875ZM211.99133 679.9844Q211.60071 679.9844 211.33508 680.3281Q211.08508 680.6719 211.08508 681.5781Q211.08508 682.40625 211.33508 682.75Q211.60071 683.0781 211.99133 683.0781Q212.39758 683.0781 212.64758 682.7344Q212.91321 682.3906 212.91321 681.5Q212.91321 680.65625 212.64758 680.3281Q212.38196 679.9844 211.99133 679.9844ZM211.99133 688.3125L216.69446 679.2656L217.55383 679.2656L212.86633 688.3125L211.99133 688.3125ZM215.71008 685.9844Q215.71008 685.0625 216.16321 684.4219Q216.63196 683.78125 217.52258 683.78125Q218.33508 683.78125 218.86633 684.3594Q219.39758 684.9219 219.39758 686.0469Q219.39758 687.1406 218.85071 687.7344Q218.31946 688.3125 217.52258 688.3125Q216.75696 688.3125 216.22571 687.7344Q215.71008 687.15625 215.71008 685.9844ZM217.55383 684.5Q217.14758 684.5 216.88196 684.84375Q216.63196 685.1875 216.63196 686.09375Q216.63196 686.90625 216.89758 687.25Q217.16321 687.59375 217.55383 687.59375Q217.94446 687.59375 218.21008 687.25Q218.47571 686.90625 218.47571 686.0Q218.47571 685.1719 218.21008 684.84375Q217.94446 684.5 217.55383 684.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.11633 741.0156L204.13196 740.9219Q204.25696 741.6406 204.61633 741.96875Q204.99133 742.28125 205.55383 742.28125Q206.03821 742.28125 206.39758 742.0625Q206.77258 741.8281 207.00696 741.46875Q207.24133 741.09375 207.39758 740.46875Q207.55383 739.8281 207.55383 739.1719Q207.55383 739.09375 207.55383 738.9531Q207.24133 739.4531 206.69446 739.78125Q206.14758 740.09375 205.50696 740.09375Q204.42883 740.09375 203.69446 739.3281Q202.96008 738.5469 202.96008 737.28125Q202.96008 735.96875 203.72571 735.1719Q204.50696 734.375 205.66321 734.375Q206.49133 734.375 207.17883 734.8281Q207.88196 735.28125 208.24133 736.125Q208.60071 736.9531 208.60071 738.53125Q208.60071 740.1719 208.24133 741.15625Q207.89758 742.125 207.17883 742.6406Q206.47571 743.1406 205.53821 743.1406Q204.52258 743.1406 203.88196 742.59375Q203.24133 742.03125 203.11633 741.0156ZM207.42883 737.21875Q207.42883 736.3125 206.94446 735.78125Q206.47571 735.25 205.78821 735.25Q205.08508 735.25 204.55383 735.8281Q204.03821 736.3906 204.03821 737.3125Q204.03821 738.125 204.53821 738.6406Q205.03821 739.15625 205.75696 739.15625Q206.49133 739.15625 206.96008 738.6406Q207.42883 738.125 207.42883 737.21875ZM210.16321 736.46875Q210.16321 735.5469 210.61633 734.90625Q211.08508 734.2656 211.96008 734.2656Q212.77258 734.2656 213.30383 734.84375Q213.83508 735.4219 213.83508 736.53125Q213.83508 737.625 213.28821 738.21875Q212.75696 738.7969 211.97571 738.7969Q211.19446 738.7969 210.67883 738.21875Q210.16321 737.6406 210.16321 736.46875ZM211.99133 734.9844Q211.60071 734.9844 211.33508 735.3281Q211.08508 735.6719 211.08508 736.5781Q211.08508 737.40625 211.33508 737.75Q211.60071 738.0781 211.99133 738.0781Q212.39758 738.0781 212.64758 737.7344Q212.91321 737.3906 212.91321 736.5Q212.91321 735.65625 212.64758 735.3281Q212.38196 734.9844 211.99133 734.9844ZM211.99133 743.3125L216.69446 734.2656L217.55383 734.2656L212.86633 743.3125L211.99133 743.3125ZM215.71008 740.9844Q215.71008 740.0625 216.16321 739.4219Q216.63196 738.78125 217.52258 738.78125Q218.33508 738.78125 218.86633 739.3594Q219.39758 739.9219 219.39758 741.0469Q219.39758 742.1406 218.85071 742.7344Q218.31946 743.3125 217.52258 743.3125Q216.75696 743.3125 216.22571 742.7344Q215.71008 742.15625 215.71008 740.9844ZM217.55383 739.5Q217.14758 739.5 216.88196 739.84375Q216.63196 740.1875 216.63196 741.09375Q216.63196 741.90625 216.89758 742.25Q217.16321 742.59375 217.55383 742.59375Q217.94446 742.59375 218.21008 742.25Q218.47571 741.90625 218.47571 741.0Q218.47571 740.1719 218.21008 739.84375Q217.94446 739.5 217.55383 739.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.11633 741.0156L204.13196 740.9219Q204.25696 741.6406 204.61633 741.96875Q204.99133 742.28125 205.55383 742.28125Q206.03821 742.28125 206.39758 742.0625Q206.77258 741.8281 207.00696 741.46875Q207.24133 741.09375 207.39758 740.46875Q207.55383 739.8281 207.55383 739.1719Q207.55383 739.09375 207.55383 738.9531Q207.24133 739.4531 206.69446 739.78125Q206.14758 740.09375 205.50696 740.09375Q204.42883 740.09375 203.69446 739.3281Q202.96008 738.5469 202.96008 737.28125Q202.96008 735.96875 203.72571 735.1719Q204.50696 734.375 205.66321 734.375Q206.49133 734.375 207.17883 734.8281Q207.88196 735.28125 208.24133 736.125Q208.60071 736.9531 208.60071 738.53125Q208.60071 740.1719 208.24133 741.15625Q207.89758 742.125 207.17883 742.6406Q206.47571 743.1406 205.53821 743.1406Q204.52258 743.1406 203.88196 742.59375Q203.24133 742.03125 203.11633 741.0156ZM207.42883 737.21875Q207.42883 736.3125 206.94446 735.78125Q206.47571 735.25 205.78821 735.25Q205.08508 735.25 204.55383 735.8281Q204.03821 736.3906 204.03821 737.3125Q204.03821 738.125 204.53821 738.6406Q205.03821 739.15625 205.75696 739.15625Q206.49133 739.15625 206.96008 738.6406Q207.42883 738.125 207.42883 737.21875ZM210.16321 736.46875Q210.16321 735.5469 210.61633 734.90625Q211.08508 734.2656 211.96008 734.2656Q212.77258 734.2656 213.30383 734.84375Q213.83508 735.4219 213.83508 736.53125Q213.83508 737.625 213.28821 738.21875Q212.75696 738.7969 211.97571 738.7969Q211.19446 738.7969 210.67883 738.21875Q210.16321 737.6406 210.16321 736.46875ZM211.99133 734.9844Q211.60071 734.9844 211.33508 735.3281Q211.08508 735.6719 211.08508 736.5781Q211.08508 737.40625 211.33508 737.75Q211.60071 738.0781 211.99133 738.0781Q212.39758 738.0781 212.64758 737.7344Q212.91321 737.3906 212.91321 736.5Q212.91321 735.65625 212.64758 735.3281Q212.38196 734.9844 211.99133 734.9844ZM211.99133 743.3125L216.69446 734.2656L217.55383 734.2656L212.86633 743.3125L211.99133 743.3125ZM215.71008 740.9844Q215.71008 740.0625 216.16321 739.4219Q216.63196 738.78125 217.52258 738.78125Q218.33508 738.78125 218.86633 739.3594Q219.39758 739.9219 219.39758 741.0469Q219.39758 742.1406 218.85071 742.7344Q218.31946 743.3125 217.52258 743.3125Q216.75696 743.3125 216.22571 742.7344Q215.71008 742.15625 215.71008 740.9844ZM217.55383 739.5Q217.14758 739.5 216.88196 739.84375Q216.63196 740.1875 216.63196 741.09375Q216.63196 741.90625 216.89758 742.25Q217.16321 742.59375 217.55383 742.59375Q217.94446 742.59375 218.21008 742.25Q218.47571 741.90625 218.47571 741.0Q218.47571 740.1719 218.21008 739.84375Q217.94446 739.5 217.55383 739.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.59021 796.75L182.69958 796.65625Q182.82458 797.46875 183.26208 797.875Q183.71521 798.28125 184.35583 798.28125Q185.10583 798.28125 185.63708 797.7031Q186.16833 797.125 186.16833 796.1875Q186.16833 795.28125 185.65271 794.7656Q185.15271 794.2344 184.32458 794.2344Q183.82458 794.2344 183.40271 794.46875Q182.99646 794.7031 182.76208 795.0625L181.77771 794.9375L182.60583 790.53125L186.88708 790.53125L186.88708 791.53125L183.44958 791.53125L182.99646 793.84375Q183.76208 793.2969 184.60583 793.2969Q185.73083 793.2969 186.49646 794.0781Q187.27771 794.8594 187.27771 796.09375Q187.27771 797.25 186.60583 798.1094Q185.77771 799.1406 184.35583 799.1406Q183.18396 799.1406 182.43396 798.4844Q181.69958 797.8281 181.59021 796.75ZM188.79333 792.46875Q188.79333 791.5469 189.24646 790.90625Q189.71521 790.2656 190.59021 790.2656Q191.40271 790.2656 191.93396 790.84375Q192.46521 791.4219 192.46521 792.53125Q192.46521 793.625 191.91833 794.21875Q191.38708 794.7969 190.60583 794.7969Q189.82458 794.7969 189.30896 794.21875Q188.79333 793.6406 188.79333 792.46875ZM190.62146 790.9844Q190.23083 790.9844 189.96521 791.3281Q189.71521 791.6719 189.71521 792.5781Q189.71521 793.40625 189.96521 793.75Q190.23083 794.0781 190.62146 794.0781Q191.02771 794.0781 191.27771 793.7344Q191.54333 793.3906 191.54333 792.5Q191.54333 791.65625 191.27771 791.3281Q191.01208 790.9844 190.62146 790.9844ZM190.62146 799.3125L195.32458 790.2656L196.18396 790.2656L191.49646 799.3125L190.62146 799.3125ZM194.34021 796.9844Q194.34021 796.0625 194.79333 795.4219Q195.26208 794.78125 196.15271 794.78125Q196.96521 794.78125 197.49646 795.3594Q198.02771 795.9219 198.02771 797.0469Q198.02771 798.1406 197.48083 798.7344Q196.94958 799.3125 196.15271 799.3125Q195.38708 799.3125 194.85583 798.7344Q194.34021 798.15625 194.34021 796.9844ZM196.18396 795.5Q195.77771 795.5 195.51208 795.84375Q195.26208 796.1875 195.26208 797.09375Q195.26208 797.90625 195.52771 798.25Q195.79333 798.59375 196.18396 798.59375Q196.57458 798.59375 196.84021 798.25Q197.10583 797.90625 197.10583 797.0Q197.10583 796.1719 196.84021 795.84375Q196.57458 795.5 196.18396 795.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.59021 796.75L182.69958 796.65625Q182.82458 797.46875 183.26208 797.875Q183.71521 798.28125 184.35583 798.28125Q185.10583 798.28125 185.63708 797.7031Q186.16833 797.125 186.16833 796.1875Q186.16833 795.28125 185.65271 794.7656Q185.15271 794.2344 184.32458 794.2344Q183.82458 794.2344 183.40271 794.46875Q182.99646 794.7031 182.76208 795.0625L181.77771 794.9375L182.60583 790.53125L186.88708 790.53125L186.88708 791.53125L183.44958 791.53125L182.99646 793.84375Q183.76208 793.2969 184.60583 793.2969Q185.73083 793.2969 186.49646 794.0781Q187.27771 794.8594 187.27771 796.09375Q187.27771 797.25 186.60583 798.1094Q185.77771 799.1406 184.35583 799.1406Q183.18396 799.1406 182.43396 798.4844Q181.69958 797.8281 181.59021 796.75ZM188.79333 792.46875Q188.79333 791.5469 189.24646 790.90625Q189.71521 790.2656 190.59021 790.2656Q191.40271 790.2656 191.93396 790.84375Q192.46521 791.4219 192.46521 792.53125Q192.46521 793.625 191.91833 794.21875Q191.38708 794.7969 190.60583 794.7969Q189.82458 794.7969 189.30896 794.21875Q188.79333 793.6406 188.79333 792.46875ZM190.62146 790.9844Q190.23083 790.9844 189.96521 791.3281Q189.71521 791.6719 189.71521 792.5781Q189.71521 793.40625 189.96521 793.75Q190.23083 794.0781 190.62146 794.0781Q191.02771 794.0781 191.27771 793.7344Q191.54333 793.3906 191.54333 792.5Q191.54333 791.65625 191.27771 791.3281Q191.01208 790.9844 190.62146 790.9844ZM190.62146 799.3125L195.32458 790.2656L196.18396 790.2656L191.49646 799.3125L190.62146 799.3125ZM194.34021 796.9844Q194.34021 796.0625 194.79333 795.4219Q195.26208 794.78125 196.15271 794.78125Q196.96521 794.78125 197.49646 795.3594Q198.02771 795.9219 198.02771 797.0469Q198.02771 798.1406 197.48083 798.7344Q196.94958 799.3125 196.15271 799.3125Q195.38708 799.3125 194.85583 798.7344Q194.34021 798.15625 194.34021 796.9844ZM196.18396 795.5Q195.77771 795.5 195.51208 795.84375Q195.26208 796.1875 195.26208 797.09375Q195.26208 797.90625 195.52771 798.25Q195.79333 798.59375 196.18396 798.59375Q196.57458 798.59375 196.84021 798.25Q197.10583 797.90625 197.10583 797.0Q197.10583 796.1719 196.84021 795.84375Q196.57458 795.5 196.18396 795.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.40143 847.5156L191.35455 847.59375Q191.21393 846.96875 190.96393 846.6875Q190.52643 846.2344 189.90143 846.2344Q189.40143 846.2344 189.0108 846.5156Q188.52643 846.8906 188.22955 847.59375Q187.9483 848.28125 187.93268 849.5625Q188.30768 848.9844 188.85455 848.7031Q189.41705 848.4219 190.02643 848.4219Q191.0733 848.4219 191.80768 849.2031Q192.55768 849.9844 192.55768 851.2031Q192.55768 852.0156 192.1983 852.71875Q191.85455 853.40625 191.24518 853.78125Q190.6358 854.1406 189.87018 854.1406Q188.54205 854.1406 187.71393 853.1719Q186.8858 852.2031 186.8858 849.9844Q186.8858 847.4844 187.80768 846.3594Q188.60455 845.375 189.96393 845.375Q190.97955 845.375 191.62018 845.9531Q192.27643 846.5156 192.40143 847.5156ZM188.10455 851.21875Q188.10455 851.7656 188.3233 852.2656Q188.55768 852.75 188.96393 853.0156Q189.3858 853.28125 189.85455 853.28125Q190.5108 853.28125 190.99518 852.75Q191.47955 852.2031 191.47955 851.28125Q191.47955 850.3906 190.99518 849.875Q190.52643 849.3594 189.80768 849.3594Q189.08893 849.3594 188.58893 849.875Q188.10455 850.3906 188.10455 851.21875ZM194.1358 847.46875Q194.1358 846.5469 194.58893 845.90625Q195.05768 845.2656 195.93268 845.2656Q196.74518 845.2656 197.27643 845.84375Q197.80768 846.4219 197.80768 847.53125Q197.80768 848.625 197.2608 849.21875Q196.72955 849.7969 195.9483 849.7969Q195.16705 849.7969 194.65143 849.21875Q194.1358 848.6406 194.1358 847.46875ZM195.96393 845.9844Q195.5733 845.9844 195.30768 846.3281Q195.05768 846.6719 195.05768 847.5781Q195.05768 848.40625 195.30768 848.75Q195.5733 849.0781 195.96393 849.0781Q196.37018 849.0781 196.62018 848.7344Q196.8858 848.3906 196.8858 847.5Q196.8858 846.65625 196.62018 846.3281Q196.35455 845.9844 195.96393 845.9844ZM195.96393 854.3125L200.66705 845.2656L201.52643 845.2656L196.83893 854.3125L195.96393 854.3125ZM199.68268 851.9844Q199.68268 851.0625 200.1358 850.4219Q200.60455 849.78125 201.49518 849.78125Q202.30768 849.78125 202.83893 850.3594Q203.37018 850.9219 203.37018 852.0469Q203.37018 853.1406 202.8233 853.7344Q202.29205 854.3125 201.49518 854.3125Q200.72955 854.3125 200.1983 853.7344Q199.68268 853.15625 199.68268 851.9844ZM201.52643 850.5Q201.12018 850.5 200.85455 850.84375Q200.60455 851.1875 200.60455 852.09375Q200.60455 852.90625 200.87018 853.25Q201.1358 853.59375 201.52643 853.59375Q201.91705 853.59375 202.18268 853.25Q202.4483 852.90625 202.4483 852.0Q202.4483 851.1719 202.18268 850.84375Q201.91705 850.5 201.52643 850.5Z" fill-rule="nonzero"/><path fill="#666666" d="M192.40143 847.5156L191.35455 847.59375Q191.21393 846.96875 190.96393 846.6875Q190.52643 846.2344 189.90143 846.2344Q189.40143 846.2344 189.0108 846.5156Q188.52643 846.8906 188.22955 847.59375Q187.9483 848.28125 187.93268 849.5625Q188.30768 848.9844 188.85455 848.7031Q189.41705 848.4219 190.02643 848.4219Q191.0733 848.4219 191.80768 849.2031Q192.55768 849.9844 192.55768 851.2031Q192.55768 852.0156 192.1983 852.71875Q191.85455 853.40625 191.24518 853.78125Q190.6358 854.1406 189.87018 854.1406Q188.54205 854.1406 187.71393 853.1719Q186.8858 852.2031 186.8858 849.9844Q186.8858 847.4844 187.80768 846.3594Q188.60455 845.375 189.96393 845.375Q190.97955 845.375 191.62018 845.9531Q192.27643 846.5156 192.40143 847.5156ZM188.10455 851.21875Q188.10455 851.7656 188.3233 852.2656Q188.55768 852.75 188.96393 853.0156Q189.3858 853.28125 189.85455 853.28125Q190.5108 853.28125 190.99518 852.75Q191.47955 852.2031 191.47955 851.28125Q191.47955 850.3906 190.99518 849.875Q190.52643 849.3594 189.80768 849.3594Q189.08893 849.3594 188.58893 849.875Q188.10455 850.3906 188.10455 851.21875ZM194.1358 847.46875Q194.1358 846.5469 194.58893 845.90625Q195.05768 845.2656 195.93268 845.2656Q196.74518 845.2656 197.27643 845.84375Q197.80768 846.4219 197.80768 847.53125Q197.80768 848.625 197.2608 849.21875Q196.72955 849.7969 195.9483 849.7969Q195.16705 849.7969 194.65143 849.21875Q194.1358 848.6406 194.1358 847.46875ZM195.96393 845.9844Q195.5733 845.9844 195.30768 846.3281Q195.05768 846.6719 195.05768 847.5781Q195.05768 848.40625 195.30768 848.75Q195.5733 849.0781 195.96393 849.0781Q196.37018 849.0781 196.62018 848.7344Q196.8858 848.3906 196.8858 847.5Q196.8858 846.65625 196.62018 846.3281Q196.35455 845.9844 195.96393 845.9844ZM195.96393 854.3125L200.66705 845.2656L201.52643 845.2656L196.83893 854.3125L195.96393 854.3125ZM199.68268 851.9844Q199.68268 851.0625 200.1358 850.4219Q200.60455 849.78125 201.49518 849.78125Q202.30768 849.78125 202.83893 850.3594Q203.37018 850.9219 203.37018 852.0469Q203.37018 853.1406 202.8233 853.7344Q202.29205 854.3125 201.49518 854.3125Q200.72955 854.3125 200.1983 853.7344Q199.68268 853.15625 199.68268 851.9844ZM201.52643 850.5Q201.12018 850.5 200.85455 850.84375Q200.60455 851.1875 200.60455 852.09375Q200.60455 852.90625 200.87018 853.25Q201.1358 853.59375 201.52643 853.59375Q201.91705 853.59375 202.18268 853.25Q202.4483 852.90625 202.4483 852.0Q202.4483 851.1719 202.18268 850.84375Q201.91705 850.5 201.52643 850.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M507.6069 85.515625L506.56003 85.59375Q506.4194 84.96875 506.1694 84.6875Q505.7319 84.234375 505.1069 84.234375Q504.6069 84.234375 504.21628 84.515625Q503.7319 84.890625 503.43503 85.59375Q503.15378 86.28125 503.13815 87.5625Q503.51315 86.984375 504.06003 86.703125Q504.62253 86.421875 505.2319 86.421875Q506.27878 86.421875 507.01315 87.203125Q507.76315 87.984375 507.76315 89.203125Q507.76315 90.015625 507.40378 90.71875Q507.06003 91.40625 506.45065 91.78125Q505.84128 92.140625 505.07565 92.140625Q503.74753 92.140625 502.9194 91.171875Q502.09128 90.203125 502.09128 87.984375Q502.09128 85.484375 503.01315 84.359375Q503.81003 83.375 505.1694 83.375Q506.18503 83.375 506.82565 83.953125Q507.4819 84.515625 507.6069 85.515625ZM503.31003 89.21875Q503.31003 89.765625 503.52878 90.265625Q503.76315 90.75 504.1694 91.015625Q504.59128 91.28125 505.06003 91.28125Q505.71628 91.28125 506.20065 90.75Q506.68503 90.203125 506.68503 89.28125Q506.68503 88.390625 506.20065 87.875Q505.7319 87.359375 505.01315 87.359375Q504.2944 87.359375 503.7944 87.875Q503.31003 88.390625 503.31003 89.21875ZM509.13815 89.75L510.24753 89.65625Q510.37253 90.46875 510.81003 90.875Q511.26315 91.28125 511.90378 91.28125Q512.65375 91.28125 513.185 90.703125Q513.71625 90.125 513.71625 89.1875Q513.71625 88.28125 513.2006 87.765625Q512.7006 87.234375 511.87253 87.234375Q511.37253 87.234375 510.95065 87.46875Q510.5444 87.703125 510.31003 88.0625L509.32565 87.9375L510.15378 83.53125L514.435 83.53125L514.435 84.53125L510.99753 84.53125L510.5444 86.84375Q511.31003 86.296875 512.15375 86.296875Q513.27875 86.296875 514.0444 87.078125Q514.8256 87.859375 514.8256 89.09375Q514.8256 90.25 514.15375 91.109375Q513.3256 92.140625 511.90378 92.140625Q510.7319 92.140625 509.9819 91.484375Q509.24753 90.828125 509.13815 89.75ZM516.34125 85.46875Q516.34125 84.546875 516.7944 83.90625Q517.2631 83.265625 518.1381 83.265625Q518.9506 83.265625 519.4819 83.84375Q520.0131 84.421875 520.0131 85.53125Q520.0131 86.625 519.46625 87.21875Q518.935 87.796875 518.15375 87.796875Q517.3725 87.796875 516.8569 87.21875Q516.34125 86.640625 516.34125 85.46875ZM518.1694 83.984375Q517.77875 83.984375 517.5131 84.328125Q517.2631 84.671875 517.2631 85.578125Q517.2631 86.40625 517.5131 86.75Q517.77875 87.078125 518.1694 87.078125Q518.5756 87.078125 518.8256 86.734375Q519.09125 86.390625 519.09125 85.5Q519.09125 84.65625 518.8256 84.328125Q518.56 83.984375 518.1694 83.984375ZM518.1694 92.3125L522.8725 83.265625L523.7319 83.265625L519.0444 92.3125L518.1694 92.3125ZM521.8881 89.984375Q521.8881 89.0625 522.34125 88.421875Q522.81 87.78125 523.7006 87.78125Q524.5131 87.78125 525.0444 88.359375Q525.5756 88.921875 525.5756 90.046875Q525.5756 91.140625 525.02875 91.734375Q524.4975 92.3125 523.7006 92.3125Q522.935 92.3125 522.40375 91.734375Q521.8881 91.15625 521.8881 89.984375ZM523.7319 88.5Q523.3256 88.5 523.06 88.84375Q522.81 89.1875 522.81 90.09375Q522.81 90.90625 523.0756 91.25Q523.34125 91.59375 523.7319 91.59375Q524.1225 91.59375 524.3881 91.25Q524.65375 90.90625 524.65375 90.0Q524.65375 89.171875 524.3881 88.84375Q524.1225 88.5 523.7319 88.5Z" fill-rule="nonzero"/><path fill="#666666" d="M507.6069 85.515625L506.56003 85.59375Q506.4194 84.96875 506.1694 84.6875Q505.7319 84.234375 505.1069 84.234375Q504.6069 84.234375 504.21628 84.515625Q503.7319 84.890625 503.43503 85.59375Q503.15378 86.28125 503.13815 87.5625Q503.51315 86.984375 504.06003 86.703125Q504.62253 86.421875 505.2319 86.421875Q506.27878 86.421875 507.01315 87.203125Q507.76315 87.984375 507.76315 89.203125Q507.76315 90.015625 507.40378 90.71875Q507.06003 91.40625 506.45065 91.78125Q505.84128 92.140625 505.07565 92.140625Q503.74753 92.140625 502.9194 91.171875Q502.09128 90.203125 502.09128 87.984375Q502.09128 85.484375 503.01315 84.359375Q503.81003 83.375 505.1694 83.375Q506.18503 83.375 506.82565 83.953125Q507.4819 84.515625 507.6069 85.515625ZM503.31003 89.21875Q503.31003 89.765625 503.52878 90.265625Q503.76315 90.75 504.1694 91.015625Q504.59128 91.28125 505.06003 91.28125Q505.71628 91.28125 506.20065 90.75Q506.68503 90.203125 506.68503 89.28125Q506.68503 88.390625 506.20065 87.875Q505.7319 87.359375 505.01315 87.359375Q504.2944 87.359375 503.7944 87.875Q503.31003 88.390625 503.31003 89.21875ZM509.13815 89.75L510.24753 89.65625Q510.37253 90.46875 510.81003 90.875Q511.26315 91.28125 511.90378 91.28125Q512.6538 91.28125 513.18506 90.703125Q513.7163 90.125 513.7163 89.1875Q513.7163 88.28125 513.2007 87.765625Q512.7007 87.234375 511.87253 87.234375Q511.37253 87.234375 510.95065 87.46875Q510.5444 87.703125 510.31003 88.0625L509.32565 87.9375L510.15378 83.53125L514.43506 83.53125L514.43506 84.53125L510.99753 84.53125L510.5444 86.84375Q511.31003 86.296875 512.1538 86.296875Q513.2788 86.296875 514.04443 87.078125Q514.8257 87.859375 514.8257 89.09375Q514.8257 90.25 514.1538 91.109375Q513.3257 92.140625 511.90378 92.140625Q510.7319 92.140625 509.9819 91.484375Q509.24753 90.828125 509.13815 89.75ZM516.3413 85.46875Q516.3413 84.546875 516.79443 83.90625Q517.2632 83.265625 518.1382 83.265625Q518.9507 83.265625 519.48193 83.84375Q520.0132 84.421875 520.0132 85.53125Q520.0132 86.625 519.4663 87.21875Q518.93506 87.796875 518.1538 87.796875Q517.37256 87.796875 516.85693 87.21875Q516.3413 86.640625 516.3413 85.46875ZM518.16943 83.984375Q517.7788 83.984375 517.5132 84.328125Q517.2632 84.671875 517.2632 85.578125Q517.2632 86.40625 517.5132 86.75Q517.7788 87.078125 518.16943 87.078125Q518.5757 87.078125 518.8257 86.734375Q519.0913 86.390625 519.0913 85.5Q519.0913 84.65625 518.8257 84.328125Q518.56006 83.984375 518.16943 83.984375ZM518.16943 92.3125L522.87256 83.265625L523.73193 83.265625L519.04443 92.3125L518.16943 92.3125ZM521.8882 89.984375Q521.8882 89.0625 522.3413 88.421875Q522.81006 87.78125 523.7007 87.78125Q524.5132 87.78125 525.04443 88.359375Q525.5757 88.921875 525.5757 90.046875Q525.5757 91.140625 525.0288 91.734375Q524.49756 92.3125 523.7007 92.3125Q522.93506 92.3125 522.4038 91.734375Q521.8882 91.15625 521.8882 89.984375ZM523.73193 88.5Q523.3257 88.5 523.06006 88.84375Q522.81006 89.1875 522.81006 90.09375Q522.81006 90.90625 523.0757 91.25Q523.3413 91.59375 523.73193 91.59375Q524.12256 91.59375 524.3882 91.25Q524.6538 90.90625 524.6538 90.0Q524.6538 89.171875 524.3882 88.84375Q524.12256 88.5 523.73193 88.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M377.29398 147.0L377.29398 144.9375L373.57523 144.9375L373.57523 143.96875L377.4971 138.40625L378.35648 138.40625L378.35648 143.96875L379.51273 143.96875L379.51273 144.9375L378.35648 144.9375L378.35648 147.0L377.29398 147.0ZM377.29398 143.96875L377.29398 140.10938L374.60648 143.96875L377.29398 143.96875ZM384.88773 147.0L383.84085 147.0L383.84085 140.28125Q383.45023 140.64062 382.82523 141.01562Q382.21585 141.375 381.73148 141.54688L381.73148 140.53125Q382.60648 140.10938 383.26273 139.53125Q383.9346 138.9375 384.21585 138.375L384.88773 138.375L384.88773 147.0ZM388.1221 140.46875Q388.1221 139.54688 388.57523 138.90625Q389.04398 138.26562 389.91898 138.26562Q390.73148 138.26562 391.26273 138.84375Q391.79398 139.42188 391.79398 140.53125Q391.79398 141.625 391.2471 142.21875Q390.71585 142.79688 389.9346 142.79688Q389.15335 142.79688 388.63773 142.21875Q388.1221 141.64062 388.1221 140.46875ZM389.95023 138.98438Q389.5596 138.98438 389.29398 139.32812Q389.04398 139.67188 389.04398 140.57812Q389.04398 141.40625 389.29398 141.75Q389.5596 142.07812 389.95023 142.07812Q390.35648 142.07812 390.60648 141.73438Q390.8721 141.39062 390.8721 140.5Q390.8721 139.65625 390.60648 139.32812Q390.34085 138.98438 389.95023 138.98438ZM389.95023 147.3125L394.65335 138.26562L395.51273 138.26562L390.82523 147.3125L389.95023 147.3125ZM393.66898 144.98438Q393.66898 144.0625 394.1221 143.42188Q394.59085 142.78125 395.48148 142.78125Q396.29398 142.78125 396.82523 143.35938Q397.35648 143.92188 397.35648 145.04688Q397.35648 146.14062 396.8096 146.73438Q396.27835 147.3125 395.48148 147.3125Q394.71585 147.3125 394.1846 146.73438Q393.66898 146.15625 393.66898 144.98438ZM395.51273 143.5Q395.10648 143.5 394.84085 143.84375Q394.59085 144.1875 394.59085 145.09375Q394.59085 145.90625 394.85648 146.25Q395.1221 146.59375 395.51273 146.59375Q395.90335 146.59375 396.16898 146.25Q396.4346 145.90625 396.4346 145.0Q396.4346 144.17188 396.16898 143.84375Q395.90335 143.5 395.51273 143.5Z" fill-rule="nonzero"/><path fill="#666666" d="M377.29398 147.0L377.29398 144.9375L373.57523 144.9375L373.57523 143.96875L377.4971 138.40625L378.35648 138.40625L378.35648 143.96875L379.51273 143.96875L379.51273 144.9375L378.35648 144.9375L378.35648 147.0L377.29398 147.0ZM377.29398 143.96875L377.29398 140.10938L374.60648 143.96875L377.29398 143.96875ZM384.88773 147.0L383.84085 147.0L383.84085 140.28125Q383.45023 140.64062 382.82523 141.01562Q382.21585 141.375 381.73148 141.54688L381.73148 140.53125Q382.60648 140.10938 383.26273 139.53125Q383.9346 138.9375 384.21585 138.375L384.88773 138.375L384.88773 147.0ZM388.1221 140.46875Q388.1221 139.54688 388.57523 138.90625Q389.04398 138.26562 389.91898 138.26562Q390.73148 138.26562 391.26273 138.84375Q391.79398 139.42188 391.79398 140.53125Q391.79398 141.625 391.2471 142.21875Q390.71585 142.79688 389.9346 142.79688Q389.15335 142.79688 388.63773 142.21875Q388.1221 141.64062 388.1221 140.46875ZM389.95023 138.98438Q389.5596 138.98438 389.29398 139.32812Q389.04398 139.67188 389.04398 140.57812Q389.04398 141.40625 389.29398 141.75Q389.5596 142.07812 389.95023 142.07812Q390.35648 142.07812 390.60648 141.73438Q390.8721 141.39062 390.8721 140.5Q390.8721 139.65625 390.60648 139.32812Q390.34085 138.98438 389.95023 138.98438ZM389.95023 147.3125L394.65335 138.26562L395.51273 138.26562L390.82523 147.3125L389.95023 147.3125ZM393.66898 144.98438Q393.66898 144.0625 394.1221 143.42188Q394.59085 142.78125 395.48148 142.78125Q396.29398 142.78125 396.82523 143.35938Q397.35648 143.92188 397.35648 145.04688Q397.35648 146.14062 396.8096 146.73438Q396.27835 147.3125 395.48148 147.3125Q394.71585 147.3125 394.1846 146.73438Q393.66898 146.15625 393.66898 144.98438ZM395.51273 143.5Q395.10648 143.5 394.84085 143.84375Q394.59085 144.1875 394.59085 145.09375Q394.59085 145.90625 394.85648 146.25Q395.1221 146.59375 395.51273 146.59375Q395.90335 146.59375 396.16898 146.25Q396.4346 145.90625 396.4346 145.0Q396.4346 144.17188 396.16898 143.84375Q395.90335 143.5 395.51273 143.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M363.23404 199.73438L364.29654 199.59375Q364.4684 200.48438 364.9059 200.89062Q365.3434 201.28125 365.9684 201.28125Q366.7184 201.28125 367.23404 200.76562Q367.74966 200.25 367.74966 199.48438Q367.74966 198.76562 367.2653 198.29688Q366.79654 197.8125 366.06216 197.8125Q365.7653 197.8125 365.31216 197.9375L365.43716 197.0Q365.54654 197.01562 365.60904 197.01562Q366.2809 197.01562 366.81216 196.67188Q367.35904 196.3125 367.35904 195.57812Q367.35904 195.0 366.9684 194.625Q366.5778 194.23438 365.9528 194.23438Q365.3434 194.23438 364.92154 194.625Q364.5153 195.01562 364.4059 195.78125L363.3434 195.59375Q363.5309 194.54688 364.2184 193.96875Q364.9059 193.375 365.92154 193.375Q366.62466 193.375 367.2184 193.6875Q367.81216 193.98438 368.12466 194.5Q368.43716 195.01562 368.43716 195.60938Q368.43716 196.15625 368.1403 196.625Q367.8434 197.07812 367.2653 197.34375Q368.0153 197.51562 368.43716 198.07812Q368.85904 198.625 368.85904 199.46875Q368.85904 200.59375 368.0309 201.375Q367.2184 202.15625 365.9684 202.15625Q364.8434 202.15625 364.0934 201.48438Q363.3434 200.79688 363.23404 199.73438ZM370.3903 200.01562L371.4059 199.92188Q371.5309 200.64062 371.8903 200.96875Q372.2653 201.28125 372.8278 201.28125Q373.31216 201.28125 373.67154 201.0625Q374.04654 200.82812 374.2809 200.46875Q374.5153 200.09375 374.67154 199.46875Q374.8278 198.82812 374.8278 198.17188Q374.8278 198.09375 374.8278 197.95312Q374.5153 198.45312 373.9684 198.78125Q373.42154 199.09375 372.7809 199.09375Q371.7028 199.09375 370.9684 198.32812Q370.23404 197.54688 370.23404 196.28125Q370.23404 194.96875 370.99966 194.17188Q371.7809 193.375 372.93716 193.375Q373.7653 193.375 374.4528 193.82812Q375.1559 194.28125 375.5153 195.125Q375.87466 195.95312 375.87466 197.53125Q375.87466 199.17188 375.5153 200.15625Q375.17154 201.125 374.4528 201.64062Q373.74966 202.14062 372.81216 202.14062Q371.79654 202.14062 371.1559 201.59375Q370.5153 201.03125 370.3903 200.01562ZM374.7028 196.21875Q374.7028 195.3125 374.2184 194.78125Q373.74966 194.25 373.06216 194.25Q372.35904 194.25 371.8278 194.82812Q371.31216 195.39062 371.31216 196.3125Q371.31216 197.125 371.81216 197.64062Q372.31216 198.15625 373.0309 198.15625Q373.7653 198.15625 374.23404 197.64062Q374.7028 197.125 374.7028 196.21875ZM377.43716 195.46875Q377.43716 194.54688 377.8903 193.90625Q378.35904 193.26562 379.23404 193.26562Q380.04654 193.26562 380.5778 193.84375Q381.10904 194.42188 381.10904 195.53125Q381.10904 196.625 380.56216 197.21875Q380.0309 197.79688 379.24966 197.79688Q378.4684 197.79688 377.9528 197.21875Q377.43716 196.64062 377.43716 195.46875ZM379.2653 193.98438Q378.87466 193.98438 378.60904 194.32812Q378.35904 194.67188 378.35904 195.57812Q378.35904 196.40625 378.60904 196.75Q378.87466 197.07812 379.2653 197.07812Q379.67154 197.07812 379.92154 196.73438Q380.18716 196.39062 380.18716 195.5Q380.18716 194.65625 379.92154 194.32812Q379.6559 193.98438 379.2653 193.98438ZM379.2653 202.3125L383.9684 193.26562L384.8278 193.26562L380.1403 202.3125L379.2653 202.3125ZM382.98404 199.98438Q382.98404 199.0625 383.43716 198.42188Q383.9059 197.78125 384.79654 197.78125Q385.60904 197.78125 386.1403 198.35938Q386.67154 198.92188 386.67154 200.04688Q386.67154 201.14062 386.12466 201.73438Q385.5934 202.3125 384.79654 202.3125Q384.0309 202.3125 383.49966 201.73438Q382.98404 201.15625 382.98404 199.98438ZM384.8278 198.5Q384.42154 198.5 384.1559 198.84375Q383.9059 199.1875 383.9059 200.09375Q383.9059 200.90625 384.17154 201.25Q384.43716 201.59375 384.8278 201.59375Q385.2184 201.59375 385.48404 201.25Q385.74966 200.90625 385.74966 200.0Q385.74966 199.17188 385.48404 198.84375Q385.2184 198.5 384.8278 198.5Z" fill-rule="nonzero"/><path fill="#666666" d="M363.23404 199.73438L364.29654 199.59375Q364.4684 200.48438 364.9059 200.89062Q365.3434 201.28125 365.9684 201.28125Q366.7184 201.28125 367.23404 200.76562Q367.74966 200.25 367.74966 199.48438Q367.74966 198.76562 367.2653 198.29688Q366.79654 197.8125 366.06216 197.8125Q365.7653 197.8125 365.31216 197.9375L365.43716 197.0Q365.54654 197.01562 365.60904 197.01562Q366.2809 197.01562 366.81216 196.67188Q367.35904 196.3125 367.35904 195.57812Q367.35904 195.0 366.9684 194.625Q366.5778 194.23438 365.9528 194.23438Q365.3434 194.23438 364.92154 194.625Q364.5153 195.01562 364.4059 195.78125L363.3434 195.59375Q363.5309 194.54688 364.2184 193.96875Q364.9059 193.375 365.92154 193.375Q366.62466 193.375 367.2184 193.6875Q367.81216 193.98438 368.12466 194.5Q368.43716 195.01562 368.43716 195.60938Q368.43716 196.15625 368.1403 196.625Q367.8434 197.07812 367.2653 197.34375Q368.0153 197.51562 368.43716 198.07812Q368.85904 198.625 368.85904 199.46875Q368.85904 200.59375 368.0309 201.375Q367.2184 202.15625 365.9684 202.15625Q364.8434 202.15625 364.0934 201.48438Q363.3434 200.79688 363.23404 199.73438ZM370.3903 200.01562L371.4059 199.92188Q371.5309 200.64062 371.8903 200.96875Q372.2653 201.28125 372.8278 201.28125Q373.31216 201.28125 373.67154 201.0625Q374.04654 200.82812 374.2809 200.46875Q374.5153 200.09375 374.67154 199.46875Q374.8278 198.82812 374.8278 198.17188Q374.8278 198.09375 374.8278 197.95312Q374.5153 198.45312 373.9684 198.78125Q373.42154 199.09375 372.7809 199.09375Q371.7028 199.09375 370.9684 198.32812Q370.23404 197.54688 370.23404 196.28125Q370.23404 194.96875 370.99966 194.17188Q371.7809 193.375 372.93716 193.375Q373.7653 193.375 374.4528 193.82812Q375.1559 194.28125 375.5153 195.125Q375.87466 195.95312 375.87466 197.53125Q375.87466 199.17188 375.5153 200.15625Q375.17154 201.125 374.4528 201.64062Q373.74966 202.14062 372.81216 202.14062Q371.79654 202.14062 371.1559 201.59375Q370.5153 201.03125 370.3903 200.01562ZM374.7028 196.21875Q374.7028 195.3125 374.2184 194.78125Q373.74966 194.25 373.06216 194.25Q372.35904 194.25 371.8278 194.82812Q371.31216 195.39062 371.31216 196.3125Q371.31216 197.125 371.81216 197.64062Q372.31216 198.15625 373.0309 198.15625Q373.7653 198.15625 374.23404 197.64062Q374.7028 197.125 374.7028 196.21875ZM377.43716 195.46875Q377.43716 194.54688 377.8903 193.90625Q378.35904 193.26562 379.23404 193.26562Q380.04654 193.26562 380.5778 193.84375Q381.10904 194.42188 381.10904 195.53125Q381.10904 196.625 380.56216 197.21875Q380.0309 197.79688 379.24966 197.79688Q378.4684 197.79688 377.9528 197.21875Q377.43716 196.64062 377.43716 195.46875ZM379.2653 193.98438Q378.87466 193.98438 378.60904 194.32812Q378.35904 194.67188 378.35904 195.57812Q378.35904 196.40625 378.60904 196.75Q378.87466 197.07812 379.2653 197.07812Q379.67154 197.07812 379.92154 196.73438Q380.18716 196.39062 380.18716 195.5Q380.18716 194.65625 379.92154 194.32812Q379.6559 193.98438 379.2653 193.98438ZM379.2653 202.3125L383.9684 193.26562L384.8278 193.26562L380.1403 202.3125L379.2653 202.3125ZM382.98404 199.98438Q382.98404 199.0625 383.43716 198.42188Q383.9059 197.78125 384.79654 197.78125Q385.60904 197.78125 386.1403 198.35938Q386.67154 198.92188 386.67154 200.04688Q386.67154 201.14062 386.12466 201.73438Q385.5934 202.3125 384.79654 202.3125Q384.0309 202.3125 383.49966 201.73438Q382.98404 201.15625 382.98404 199.98438ZM384.8278 198.5Q384.42154 198.5 384.1559 198.84375Q383.9059 199.1875 383.9059 200.09375Q383.9059 200.90625 384.17154 201.25Q384.43716 201.59375 384.8278 201.59375Q385.2184 201.59375 385.48404 201.25Q385.74966 200.90625 385.74966 200.0Q385.74966 199.17188 385.48404 198.84375Q385.2184 198.5 384.8278 198.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.8368 255.73438L326.8993 255.59375Q327.07117 256.48438 327.50867 256.89062Q327.94617 257.28125 328.57117 257.28125Q329.32117 257.28125 329.8368 256.76562Q330.35242 256.25 330.35242 255.48438Q330.35242 254.76562 329.86804 254.29688Q329.3993 253.8125 328.66492 253.8125Q328.36804 253.8125 327.91492 253.9375L328.03992 253.0Q328.1493 253.01562 328.2118 253.01562Q328.88367 253.01562 329.41492 252.67188Q329.9618 252.3125 329.9618 251.57812Q329.9618 251.0 329.57117 250.625Q329.18054 250.23438 328.55554 250.23438Q327.94617 250.23438 327.5243 250.625Q327.11804 251.01562 327.00867 251.78125L325.94617 251.59375Q326.13367 250.54688 326.82117 249.96875Q327.50867 249.375 328.5243 249.375Q329.22742 249.375 329.82117 249.6875Q330.41492 249.98438 330.72742 250.5Q331.03992 251.01562 331.03992 251.60938Q331.03992 252.15625 330.74304 252.625Q330.44617 253.07812 329.86804 253.34375Q330.61804 253.51562 331.03992 254.07812Q331.4618 254.625 331.4618 255.46875Q331.4618 256.59375 330.63367 257.375Q329.82117 258.15625 328.57117 258.15625Q327.44617 258.15625 326.69617 257.48438Q325.94617 256.79688 325.8368 255.73438ZM338.38367 256.98438L338.38367 258.0L332.69617 258.0Q332.69617 257.625 332.82117 257.26562Q333.03992 256.6875 333.50867 256.125Q333.99304 255.5625 334.8993 254.82812Q336.30554 253.67188 336.78992 253.0Q337.28992 252.32812 337.28992 251.73438Q337.28992 251.10938 336.8368 250.6875Q336.38367 250.25 335.66492 250.25Q334.8993 250.25 334.44617 250.70312Q333.99304 251.15625 333.97742 251.96875L332.8993 251.85938Q333.00867 250.64062 333.72742 250.01562Q334.4618 249.375 335.69617 249.375Q336.93054 249.375 337.6493 250.0625Q338.36804 250.75 338.36804 251.76562Q338.36804 252.28125 338.1493 252.78125Q337.94617 253.26562 337.44617 253.82812Q336.9618 254.375 335.8368 255.32812Q334.88367 256.125 334.60242 256.42188Q334.3368 256.70312 334.16492 256.98438L338.38367 256.98438ZM340.03992 251.46875Q340.03992 250.54688 340.49304 249.90625Q340.9618 249.26562 341.8368 249.26562Q342.6493 249.26562 343.18054 249.84375Q343.7118 250.42188 343.7118 251.53125Q343.7118 252.625 343.16492 253.21875Q342.63367 253.79688 341.85242 253.79688Q341.07117 253.79688 340.55554 253.21875Q340.03992 252.64062 340.03992 251.46875ZM341.86804 249.98438Q341.47742 249.98438 341.2118 250.32812Q340.9618 250.67188 340.9618 251.57812Q340.9618 252.40625 341.2118 252.75Q341.47742 253.07812 341.86804 253.07812Q342.2743 253.07812 342.5243 252.73438Q342.78992 252.39062 342.78992 251.5Q342.78992 250.65625 342.5243 250.32812Q342.25867 249.98438 341.86804 249.98438ZM341.86804 258.3125L346.57117 249.26562L347.43054 249.26562L342.74304 258.3125L341.86804 258.3125ZM345.5868 255.98438Q345.5868 255.0625 346.03992 254.42188Q346.50867 253.78125 347.3993 253.78125Q348.2118 253.78125 348.74304 254.35938Q349.2743 254.92188 349.2743 256.04688Q349.2743 257.14062 348.72742 257.73438Q348.19617 258.3125 347.3993 258.3125Q346.63367 258.3125 346.10242 257.73438Q345.5868 257.15625 345.5868 255.98438ZM347.43054 254.5Q347.0243 254.5 346.75867 254.84375Q346.50867 255.1875 346.50867 256.09375Q346.50867 256.90625 346.7743 257.25Q347.03992 257.59375 347.43054 257.59375Q347.82117 257.59375 348.0868 257.25Q348.35242 256.90625 348.35242 256.0Q348.35242 255.17188 348.0868 254.84375Q347.82117 254.5 347.43054 254.5Z" fill-rule="nonzero"/><path fill="#666666" d="M325.8368 255.73438L326.8993 255.59375Q327.07117 256.48438 327.50867 256.89062Q327.94617 257.28125 328.57117 257.28125Q329.32117 257.28125 329.8368 256.76562Q330.35242 256.25 330.35242 255.48438Q330.35242 254.76562 329.86804 254.29688Q329.3993 253.8125 328.66492 253.8125Q328.36804 253.8125 327.91492 253.9375L328.03992 253.0Q328.1493 253.01562 328.2118 253.01562Q328.88367 253.01562 329.41492 252.67188Q329.9618 252.3125 329.9618 251.57812Q329.9618 251.0 329.57117 250.625Q329.18054 250.23438 328.55554 250.23438Q327.94617 250.23438 327.5243 250.625Q327.11804 251.01562 327.00867 251.78125L325.94617 251.59375Q326.13367 250.54688 326.82117 249.96875Q327.50867 249.375 328.5243 249.375Q329.22742 249.375 329.82117 249.6875Q330.41492 249.98438 330.72742 250.5Q331.03992 251.01562 331.03992 251.60938Q331.03992 252.15625 330.74304 252.625Q330.44617 253.07812 329.86804 253.34375Q330.61804 253.51562 331.03992 254.07812Q331.4618 254.625 331.4618 255.46875Q331.4618 256.59375 330.63367 257.375Q329.82117 258.15625 328.57117 258.15625Q327.44617 258.15625 326.69617 257.48438Q325.94617 256.79688 325.8368 255.73438ZM338.38367 256.98438L338.38367 258.0L332.69617 258.0Q332.69617 257.625 332.82117 257.26562Q333.03992 256.6875 333.50867 256.125Q333.99304 255.5625 334.8993 254.82812Q336.30554 253.67188 336.78992 253.0Q337.28992 252.32812 337.28992 251.73438Q337.28992 251.10938 336.8368 250.6875Q336.38367 250.25 335.66492 250.25Q334.8993 250.25 334.44617 250.70312Q333.99304 251.15625 333.97742 251.96875L332.8993 251.85938Q333.00867 250.64062 333.72742 250.01562Q334.4618 249.375 335.69617 249.375Q336.93054 249.375 337.6493 250.0625Q338.36804 250.75 338.36804 251.76562Q338.36804 252.28125 338.1493 252.78125Q337.94617 253.26562 337.44617 253.82812Q336.9618 254.375 335.8368 255.32812Q334.88367 256.125 334.60242 256.42188Q334.3368 256.70312 334.16492 256.98438L338.38367 256.98438ZM340.03992 251.46875Q340.03992 250.54688 340.49304 249.90625Q340.9618 249.26562 341.8368 249.26562Q342.6493 249.26562 343.18054 249.84375Q343.7118 250.42188 343.7118 251.53125Q343.7118 252.625 343.16492 253.21875Q342.63367 253.79688 341.85242 253.79688Q341.07117 253.79688 340.55554 253.21875Q340.03992 252.64062 340.03992 251.46875ZM341.86804 249.98438Q341.47742 249.98438 341.2118 250.32812Q340.9618 250.67188 340.9618 251.57812Q340.9618 252.40625 341.2118 252.75Q341.47742 253.07812 341.86804 253.07812Q342.2743 253.07812 342.5243 252.73438Q342.78992 252.39062 342.78992 251.5Q342.78992 250.65625 342.5243 250.32812Q342.25867 249.98438 341.86804 249.98438ZM341.86804 258.3125L346.57117 249.26562L347.43054 249.26562L342.74304 258.3125L341.86804 258.3125ZM345.5868 255.98438Q345.5868 255.0625 346.03992 254.42188Q346.50867 253.78125 347.3993 253.78125Q348.2118 253.78125 348.74304 254.35938Q349.2743 254.92188 349.2743 256.04688Q349.2743 257.14062 348.72742 257.73438Q348.19617 258.3125 347.3993 258.3125Q346.63367 258.3125 346.10242 257.73438Q345.5868 257.15625 345.5868 255.98438ZM347.43054 254.5Q347.0243 254.5 346.75867 254.84375Q346.50867 255.1875 346.50867 256.09375Q346.50867 256.90625 346.7743 257.25Q347.03992 257.59375 347.43054 257.59375Q347.82117 257.59375 348.0868 257.25Q348.35242 256.90625 348.35242 256.0Q348.35242 255.17188 348.0868 254.84375Q347.82117 254.5 347.43054 254.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M315.35626 311.98438L315.35626 313.0L309.66876 313.0Q309.66876 312.625 309.79376 312.26562Q310.0125 311.6875 310.48126 311.125Q310.96564 310.5625 311.8719 309.82812Q313.27814 308.67188 313.7625 308.0Q314.2625 307.32812 314.2625 306.73438Q314.2625 306.10938 313.8094 305.6875Q313.35626 305.25 312.6375 305.25Q311.8719 305.25 311.41876 305.70312Q310.96564 306.15625 310.95 306.96875L309.8719 306.85938Q309.98126 305.64062 310.7 305.01562Q311.4344 304.375 312.66876 304.375Q313.90314 304.375 314.6219 305.0625Q315.34064 305.75 315.34064 306.76562Q315.34064 307.28125 315.1219 307.78125Q314.91876 308.26562 314.41876 308.82812Q313.9344 309.375 312.8094 310.32812Q311.85626 311.125 311.575 311.42188Q311.3094 311.70312 311.1375 311.98438L315.35626 311.98438ZM316.96564 311.01562L317.98126 310.92188Q318.10626 311.64062 318.46564 311.96875Q318.84064 312.28125 319.40314 312.28125Q319.8875 312.28125 320.2469 312.0625Q320.6219 311.82812 320.85626 311.46875Q321.09064 311.09375 321.2469 310.46875Q321.40314 309.82812 321.40314 309.17188Q321.40314 309.09375 321.40314 308.95312Q321.09064 309.45312 320.54376 309.78125Q319.9969 310.09375 319.35626 310.09375Q318.27814 310.09375 317.54376 309.32812Q316.8094 308.54688 316.8094 307.28125Q316.8094 305.96875 317.575 305.17188Q318.35626 304.375 319.5125 304.375Q320.34064 304.375 321.02814 304.82812Q321.73126 305.28125 322.09064 306.125Q322.45 306.95312 322.45 308.53125Q322.45 310.17188 322.09064 311.15625Q321.7469 312.125 321.02814 312.64062Q320.325 313.14062 319.3875 313.14062Q318.3719 313.14062 317.73126 312.59375Q317.09064 312.03125 316.96564 311.01562ZM321.27814 307.21875Q321.27814 306.3125 320.79376 305.78125Q320.325 305.25 319.6375 305.25Q318.9344 305.25 318.40314 305.82812Q317.8875 306.39062 317.8875 307.3125Q317.8875 308.125 318.3875 308.64062Q318.8875 309.15625 319.60626 309.15625Q320.34064 309.15625 320.8094 308.64062Q321.27814 308.125 321.27814 307.21875ZM324.0125 306.46875Q324.0125 305.54688 324.46564 304.90625Q324.9344 304.26562 325.8094 304.26562Q326.6219 304.26562 327.15314 304.84375Q327.6844 305.42188 327.6844 306.53125Q327.6844 307.625 327.1375 308.21875Q326.60626 308.79688 325.825 308.79688Q325.04376 308.79688 324.52814 308.21875Q324.0125 307.64062 324.0125 306.46875ZM325.84064 304.98438Q325.45 304.98438 325.1844 305.32812Q324.9344 305.67188 324.9344 306.57812Q324.9344 307.40625 325.1844 307.75Q325.45 308.07812 325.84064 308.07812Q326.2469 308.07812 326.4969 307.73438Q326.7625 307.39062 326.7625 306.5Q326.7625 305.65625 326.4969 305.32812Q326.23126 304.98438 325.84064 304.98438ZM325.84064 313.3125L330.54376 304.26562L331.40314 304.26562L326.71564 313.3125L325.84064 313.3125ZM329.5594 310.98438Q329.5594 310.0625 330.0125 309.42188Q330.48126 308.78125 331.3719 308.78125Q332.1844 308.78125 332.71564 309.35938Q333.2469 309.92188 333.2469 311.04688Q333.2469 312.14062 332.7 312.73438Q332.16876 313.3125 331.3719 313.3125Q330.60626 313.3125 330.075 312.73438Q329.5594 312.15625 329.5594 310.98438ZM331.40314 309.5Q330.9969 309.5 330.73126 309.84375Q330.48126 310.1875 330.48126 311.09375Q330.48126 311.90625 330.7469 312.25Q331.0125 312.59375 331.40314 312.59375Q331.79376 312.59375 332.0594 312.25Q332.325 311.90625 332.325 311.0Q332.325 310.17188 332.0594 309.84375Q331.79376 309.5 331.40314 309.5Z" fill-rule="nonzero"/><path fill="#666666" d="M315.35626 311.98438L315.35626 313.0L309.66876 313.0Q309.66876 312.625 309.79376 312.26562Q310.0125 311.6875 310.48126 311.125Q310.96564 310.5625 311.8719 309.82812Q313.27814 308.67188 313.7625 308.0Q314.2625 307.32812 314.2625 306.73438Q314.2625 306.10938 313.8094 305.6875Q313.35626 305.25 312.6375 305.25Q311.8719 305.25 311.41876 305.70312Q310.96564 306.15625 310.95 306.96875L309.8719 306.85938Q309.98126 305.64062 310.7 305.01562Q311.4344 304.375 312.66876 304.375Q313.90314 304.375 314.6219 305.0625Q315.34064 305.75 315.34064 306.76562Q315.34064 307.28125 315.1219 307.78125Q314.91876 308.26562 314.41876 308.82812Q313.9344 309.375 312.8094 310.32812Q311.85626 311.125 311.575 311.42188Q311.3094 311.70312 311.1375 311.98438L315.35626 311.98438ZM316.96564 311.01562L317.98126 310.92188Q318.10626 311.64062 318.46564 311.96875Q318.84064 312.28125 319.40314 312.28125Q319.8875 312.28125 320.2469 312.0625Q320.6219 311.82812 320.85626 311.46875Q321.09064 311.09375 321.2469 310.46875Q321.40314 309.82812 321.40314 309.17188Q321.40314 309.09375 321.40314 308.95312Q321.09064 309.45312 320.54376 309.78125Q319.9969 310.09375 319.35626 310.09375Q318.27814 310.09375 317.54376 309.32812Q316.8094 308.54688 316.8094 307.28125Q316.8094 305.96875 317.575 305.17188Q318.35626 304.375 319.5125 304.375Q320.34064 304.375 321.02814 304.82812Q321.73126 305.28125 322.09064 306.125Q322.45 306.95312 322.45 308.53125Q322.45 310.17188 322.09064 311.15625Q321.7469 312.125 321.02814 312.64062Q320.325 313.14062 319.3875 313.14062Q318.3719 313.14062 317.73126 312.59375Q317.09064 312.03125 316.96564 311.01562ZM321.27814 307.21875Q321.27814 306.3125 320.79376 305.78125Q320.325 305.25 319.6375 305.25Q318.9344 305.25 318.40314 305.82812Q317.8875 306.39062 317.8875 307.3125Q317.8875 308.125 318.3875 308.64062Q318.8875 309.15625 319.60626 309.15625Q320.34064 309.15625 320.8094 308.64062Q321.27814 308.125 321.27814 307.21875ZM324.0125 306.46875Q324.0125 305.54688 324.46564 304.90625Q324.9344 304.26562 325.8094 304.26562Q326.6219 304.26562 327.15314 304.84375Q327.6844 305.42188 327.6844 306.53125Q327.6844 307.625 327.1375 308.21875Q326.60626 308.79688 325.825 308.79688Q325.04376 308.79688 324.52814 308.21875Q324.0125 307.64062 324.0125 306.46875ZM325.84064 304.98438Q325.45 304.98438 325.1844 305.32812Q324.9344 305.67188 324.9344 306.57812Q324.9344 307.40625 325.1844 307.75Q325.45 308.07812 325.84064 308.07812Q326.2469 308.07812 326.4969 307.73438Q326.7625 307.39062 326.7625 306.5Q326.7625 305.65625 326.4969 305.32812Q326.23126 304.98438 325.84064 304.98438ZM325.84064 313.3125L330.54376 304.26562L331.40314 304.26562L326.71564 313.3125L325.84064 313.3125ZM329.5594 310.98438Q329.5594 310.0625 330.0125 309.42188Q330.48126 308.78125 331.3719 308.78125Q332.1844 308.78125 332.71564 309.35938Q333.2469 309.92188 333.2469 311.04688Q333.2469 312.14062 332.7 312.73438Q332.16876 313.3125 331.3719 313.3125Q330.60626 313.3125 330.075 312.73438Q329.5594 312.15625 329.5594 310.98438ZM331.40314 309.5Q330.9969 309.5 330.73126 309.84375Q330.48126 310.1875 330.48126 311.09375Q330.48126 311.90625 330.7469 312.25Q331.0125 312.59375 331.40314 312.59375Q331.79376 312.59375 332.0594 312.25Q332.325 311.90625 332.325 311.0Q332.325 310.17188 332.0594 309.84375Q331.79376 309.5 331.40314 309.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.32608 368.0L243.2792 368.0L243.2792 361.28125Q242.88858 361.64062 242.26358 362.01562Q241.6542 362.375 241.16983 362.54688L241.16983 361.53125Q242.04483 361.10938 242.70108 360.53125Q243.37296 359.9375 243.6542 359.375L244.32608 359.375L244.32608 368.0ZM252.82608 361.51562L251.7792 361.59375Q251.63858 360.96875 251.38858 360.6875Q250.95108 360.23438 250.32608 360.23438Q249.82608 360.23438 249.43546 360.51562Q248.95108 360.89062 248.6542 361.59375Q248.37296 362.28125 248.35733 363.5625Q248.73233 362.98438 249.2792 362.70312Q249.8417 362.42188 250.45108 362.42188Q251.49796 362.42188 252.23233 363.20312Q252.98233 363.98438 252.98233 365.20312Q252.98233 366.01562 252.62296 366.71875Q252.2792 367.40625 251.66983 367.78125Q251.06046 368.14062 250.29483 368.14062Q248.9667 368.14062 248.13858 367.17188Q247.31046 366.20312 247.31046 363.98438Q247.31046 361.48438 248.23233 360.35938Q249.0292 359.375 250.38858 359.375Q251.4042 359.375 252.04483 359.95312Q252.70108 360.51562 252.82608 361.51562ZM248.5292 365.21875Q248.5292 365.76562 248.74796 366.26562Q248.98233 366.75 249.38858 367.01562Q249.81046 367.28125 250.2792 367.28125Q250.93546 367.28125 251.41983 366.75Q251.9042 366.20312 251.9042 365.28125Q251.9042 364.39062 251.41983 363.875Q250.95108 363.35938 250.23233 363.35938Q249.51358 363.35938 249.01358 363.875Q248.5292 364.39062 248.5292 365.21875ZM254.56046 361.46875Q254.56046 360.54688 255.01358 359.90625Q255.48233 359.26562 256.35733 359.26562Q257.16983 359.26562 257.70108 359.84375Q258.23233 360.42188 258.23233 361.53125Q258.23233 362.625 257.68546 363.21875Q257.1542 363.79688 256.37296 363.79688Q255.5917 363.79688 255.07608 363.21875Q254.56046 362.64062 254.56046 361.46875ZM256.38858 359.98438Q255.99796 359.98438 255.73233 360.32812Q255.48233 360.67188 255.48233 361.57812Q255.48233 362.40625 255.73233 362.75Q255.99796 363.07812 256.38858 363.07812Q256.79483 363.07812 257.04483 362.73438Q257.31046 362.39062 257.31046 361.5Q257.31046 360.65625 257.04483 360.32812Q256.7792 359.98438 256.38858 359.98438ZM256.38858 368.3125L261.0917 359.26562L261.95108 359.26562L257.26358 368.3125L256.38858 368.3125ZM260.10733 365.98438Q260.10733 365.0625 260.56046 364.42188Q261.0292 363.78125 261.91983 363.78125Q262.73233 363.78125 263.26358 364.35938Q263.79483 364.92188 263.79483 366.04688Q263.79483 367.14062 263.24796 367.73438Q262.7167 368.3125 261.91983 368.3125Q261.1542 368.3125 260.62296 367.73438Q260.10733 367.15625 260.10733 365.98438ZM261.95108 364.5Q261.54483 364.5 261.2792 364.84375Q261.0292 365.1875 261.0292 366.09375Q261.0292 366.90625 261.29483 367.25Q261.56046 367.59375 261.95108 367.59375Q262.3417 367.59375 262.60733 367.25Q262.87296 366.90625 262.87296 366.0Q262.87296 365.17188 262.60733 364.84375Q262.3417 364.5 261.95108 364.5Z" fill-rule="nonzero"/><path fill="#666666" d="M244.32608 368.0L243.2792 368.0L243.2792 361.28125Q242.88858 361.64062 242.26358 362.01562Q241.6542 362.375 241.16983 362.54688L241.16983 361.53125Q242.04483 361.10938 242.70108 360.53125Q243.37296 359.9375 243.6542 359.375L244.32608 359.375L244.32608 368.0ZM252.82608 361.51562L251.7792 361.59375Q251.63858 360.96875 251.38858 360.6875Q250.95108 360.23438 250.32608 360.23438Q249.82608 360.23438 249.43546 360.51562Q248.95108 360.89062 248.6542 361.59375Q248.37296 362.28125 248.35733 363.5625Q248.73233 362.98438 249.2792 362.70312Q249.8417 362.42188 250.45108 362.42188Q251.49796 362.42188 252.23233 363.20312Q252.98233 363.98438 252.98233 365.20312Q252.98233 366.01562 252.62296 366.71875Q252.2792 367.40625 251.66983 367.78125Q251.06046 368.14062 250.29483 368.14062Q248.9667 368.14062 248.13858 367.17188Q247.31046 366.20312 247.31046 363.98438Q247.31046 361.48438 248.23233 360.35938Q249.0292 359.375 250.38858 359.375Q251.4042 359.375 252.04483 359.95312Q252.70108 360.51562 252.82608 361.51562ZM248.5292 365.21875Q248.5292 365.76562 248.74796 366.26562Q248.98233 366.75 249.38858 367.01562Q249.81046 367.28125 250.2792 367.28125Q250.93546 367.28125 251.41983 366.75Q251.9042 366.20312 251.9042 365.28125Q251.9042 364.39062 251.41983 363.875Q250.95108 363.35938 250.23233 363.35938Q249.51358 363.35938 249.01358 363.875Q248.5292 364.39062 248.5292 365.21875ZM254.56046 361.46875Q254.56046 360.54688 255.01358 359.90625Q255.48233 359.26562 256.35733 359.26562Q257.16983 359.26562 257.70108 359.84375Q258.23233 360.42188 258.23233 361.53125Q258.23233 362.625 257.68546 363.21875Q257.1542 363.79688 256.37296 363.79688Q255.5917 363.79688 255.07608 363.21875Q254.56046 362.64062 254.56046 361.46875ZM256.38858 359.98438Q255.99796 359.98438 255.73233 360.32812Q255.48233 360.67188 255.48233 361.57812Q255.48233 362.40625 255.73233 362.75Q255.99796 363.07812 256.38858 363.07812Q256.79483 363.07812 257.04483 362.73438Q257.31046 362.39062 257.31046 361.5Q257.31046 360.65625 257.04483 360.32812Q256.7792 359.98438 256.38858 359.98438ZM256.38858 368.3125L261.0917 359.26562L261.95108 359.26562L257.26358 368.3125L256.38858 368.3125ZM260.10733 365.98438Q260.10733 365.0625 260.56046 364.42188Q261.0292 363.78125 261.91983 363.78125Q262.73233 363.78125 263.26358 364.35938Q263.79483 364.92188 263.79483 366.04688Q263.79483 367.14062 263.24796 367.73438Q262.7167 368.3125 261.91983 368.3125Q261.1542 368.3125 260.62296 367.73438Q260.10733 367.15625 260.10733 365.98438ZM261.95108 364.5Q261.54483 364.5 261.2792 364.84375Q261.0292 365.1875 261.0292 366.09375Q261.0292 366.90625 261.29483 367.25Q261.56046 367.59375 261.95108 367.59375Q262.3417 367.59375 262.60733 367.25Q262.87296 366.90625 262.87296 366.0Q262.87296 365.17188 262.60733 364.84375Q262.3417 364.5 261.95108 364.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.29869 424.0L227.25182 424.0L227.25182 417.28125Q226.86119 417.64062 226.23619 418.01562Q225.62682 418.375 225.14244 418.54688L225.14244 417.53125Q226.01744 417.10938 226.67369 416.53125Q227.34557 415.9375 227.62682 415.375L228.29869 415.375L228.29869 424.0ZM231.32994 421.73438L232.39244 421.59375Q232.56432 422.48438 233.00182 422.89062Q233.43932 423.28125 234.06432 423.28125Q234.81432 423.28125 235.32994 422.76562Q235.84557 422.25 235.84557 421.48438Q235.84557 420.76562 235.36119 420.29688Q234.89244 419.8125 234.15807 419.8125Q233.86119 419.8125 233.40807 419.9375L233.53307 419.0Q233.64244 419.01562 233.70494 419.01562Q234.37682 419.01562 234.90807 418.67188Q235.45494 418.3125 235.45494 417.57812Q235.45494 417.0 235.06432 416.625Q234.67369 416.23438 234.04869 416.23438Q233.43932 416.23438 233.01744 416.625Q232.61119 417.01562 232.50182 417.78125L231.43932 417.59375Q231.62682 416.54688 232.31432 415.96875Q233.00182 415.375 234.01744 415.375Q234.72057 415.375 235.31432 415.6875Q235.90807 415.98438 236.22057 416.5Q236.53307 417.01562 236.53307 417.60938Q236.53307 418.15625 236.23619 418.625Q235.93932 419.07812 235.36119 419.34375Q236.11119 419.51562 236.53307 420.07812Q236.95494 420.625 236.95494 421.46875Q236.95494 422.59375 236.12682 423.375Q235.31432 424.15625 234.06432 424.15625Q232.93932 424.15625 232.18932 423.48438Q231.43932 422.79688 231.32994 421.73438ZM238.53307 417.46875Q238.53307 416.54688 238.98619 415.90625Q239.45494 415.26562 240.32994 415.26562Q241.14244 415.26562 241.67369 415.84375Q242.20494 416.42188 242.20494 417.53125Q242.20494 418.625 241.65807 419.21875Q241.12682 419.79688 240.34557 419.79688Q239.56432 419.79688 239.04869 419.21875Q238.53307 418.64062 238.53307 417.46875ZM240.36119 415.98438Q239.97057 415.98438 239.70494 416.32812Q239.45494 416.67188 239.45494 417.57812Q239.45494 418.40625 239.70494 418.75Q239.97057 419.07812 240.36119 419.07812Q240.76744 419.07812 241.01744 418.73438Q241.28307 418.39062 241.28307 417.5Q241.28307 416.65625 241.01744 416.32812Q240.75182 415.98438 240.36119 415.98438ZM240.36119 424.3125L245.06432 415.26562L245.92369 415.26562L241.23619 424.3125L240.36119 424.3125ZM244.07994 421.98438Q244.07994 421.0625 244.53307 420.42188Q245.00182 419.78125 245.89244 419.78125Q246.70494 419.78125 247.23619 420.35938Q247.76744 420.92188 247.76744 422.04688Q247.76744 423.14062 247.22057 423.73438Q246.68932 424.3125 245.89244 424.3125Q245.12682 424.3125 244.59557 423.73438Q244.07994 423.15625 244.07994 421.98438ZM245.92369 420.5Q245.51744 420.5 245.25182 420.84375Q245.00182 421.1875 245.00182 422.09375Q245.00182 422.90625 245.26744 423.25Q245.53307 423.59375 245.92369 423.59375Q246.31432 423.59375 246.57994 423.25Q246.84557 422.90625 246.84557 422.0Q246.84557 421.17188 246.57994 420.84375Q246.31432 420.5 245.92369 420.5Z" fill-rule="nonzero"/><path fill="#666666" d="M228.29869 424.0L227.25182 424.0L227.25182 417.28125Q226.86119 417.64062 226.23619 418.01562Q225.62682 418.375 225.14244 418.54688L225.14244 417.53125Q226.01744 417.10938 226.67369 416.53125Q227.34557 415.9375 227.62682 415.375L228.29869 415.375L228.29869 424.0ZM231.32994 421.73438L232.39244 421.59375Q232.56432 422.48438 233.00182 422.89062Q233.43932 423.28125 234.06432 423.28125Q234.81432 423.28125 235.32994 422.76562Q235.84557 422.25 235.84557 421.48438Q235.84557 420.76562 235.36119 420.29688Q234.89244 419.8125 234.15807 419.8125Q233.86119 419.8125 233.40807 419.9375L233.53307 419.0Q233.64244 419.01562 233.70494 419.01562Q234.37682 419.01562 234.90807 418.67188Q235.45494 418.3125 235.45494 417.57812Q235.45494 417.0 235.06432 416.625Q234.67369 416.23438 234.04869 416.23438Q233.43932 416.23438 233.01744 416.625Q232.61119 417.01562 232.50182 417.78125L231.43932 417.59375Q231.62682 416.54688 232.31432 415.96875Q233.00182 415.375 234.01744 415.375Q234.72057 415.375 235.31432 415.6875Q235.90807 415.98438 236.22057 416.5Q236.53307 417.01562 236.53307 417.60938Q236.53307 418.15625 236.23619 418.625Q235.93932 419.07812 235.36119 419.34375Q236.11119 419.51562 236.53307 420.07812Q236.95494 420.625 236.95494 421.46875Q236.95494 422.59375 236.12682 423.375Q235.31432 424.15625 234.06432 424.15625Q232.93932 424.15625 232.18932 423.48438Q231.43932 422.79688 231.32994 421.73438ZM238.53307 417.46875Q238.53307 416.54688 238.98619 415.90625Q239.45494 415.26562 240.32994 415.26562Q241.14244 415.26562 241.67369 415.84375Q242.20494 416.42188 242.20494 417.53125Q242.20494 418.625 241.65807 419.21875Q241.12682 419.79688 240.34557 419.79688Q239.56432 419.79688 239.04869 419.21875Q238.53307 418.64062 238.53307 417.46875ZM240.36119 415.98438Q239.97057 415.98438 239.70494 416.32812Q239.45494 416.67188 239.45494 417.57812Q239.45494 418.40625 239.70494 418.75Q239.97057 419.07812 240.36119 419.07812Q240.76744 419.07812 241.01744 418.73438Q241.28307 418.39062 241.28307 417.5Q241.28307 416.65625 241.01744 416.32812Q240.75182 415.98438 240.36119 415.98438ZM240.36119 424.3125L245.06432 415.26562L245.92369 415.26562L241.23619 424.3125L240.36119 424.3125ZM244.07994 421.98438Q244.07994 421.0625 244.53307 420.42188Q245.00182 419.78125 245.89244 419.78125Q246.70494 419.78125 247.23619 420.35938Q247.76744 420.92188 247.76744 422.04688Q247.76744 423.14062 247.22057 423.73438Q246.68932 424.3125 245.89244 424.3125Q245.12682 424.3125 244.59557 423.73438Q244.07994 423.15625 244.07994 421.98438ZM245.92369 420.5Q245.51744 420.5 245.25182 420.84375Q245.00182 421.1875 245.00182 422.09375Q245.00182 422.90625 245.26744 423.25Q245.53307 423.59375 245.92369 423.59375Q246.31432 423.59375 246.57994 423.25Q246.84557 422.90625 246.84557 422.0Q246.84557 421.17188 246.57994 420.84375Q246.31432 420.5 245.92369 420.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.29869 479.0L227.25182 479.0L227.25182 472.28125Q226.86119 472.64062 226.23619 473.01562Q225.62682 473.375 225.14244 473.54688L225.14244 472.53125Q226.01744 472.10938 226.67369 471.53125Q227.34557 470.9375 227.62682 470.375L228.29869 470.375L228.29869 479.0ZM231.32994 476.73438L232.39244 476.59375Q232.56432 477.48438 233.00182 477.89062Q233.43932 478.28125 234.06432 478.28125Q234.81432 478.28125 235.32994 477.76562Q235.84557 477.25 235.84557 476.48438Q235.84557 475.76562 235.36119 475.29688Q234.89244 474.8125 234.15807 474.8125Q233.86119 474.8125 233.40807 474.9375L233.53307 474.0Q233.64244 474.01562 233.70494 474.01562Q234.37682 474.01562 234.90807 473.67188Q235.45494 473.3125 235.45494 472.57812Q235.45494 472.0 235.06432 471.625Q234.67369 471.23438 234.04869 471.23438Q233.43932 471.23438 233.01744 471.625Q232.61119 472.01562 232.50182 472.78125L231.43932 472.59375Q231.62682 471.54688 232.31432 470.96875Q233.00182 470.375 234.01744 470.375Q234.72057 470.375 235.31432 470.6875Q235.90807 470.98438 236.22057 471.5Q236.53307 472.01562 236.53307 472.60938Q236.53307 473.15625 236.23619 473.625Q235.93932 474.07812 235.36119 474.34375Q236.11119 474.51562 236.53307 475.07812Q236.95494 475.625 236.95494 476.46875Q236.95494 477.59375 236.12682 478.375Q235.31432 479.15625 234.06432 479.15625Q232.93932 479.15625 232.18932 478.48438Q231.43932 477.79688 231.32994 476.73438ZM238.53307 472.46875Q238.53307 471.54688 238.98619 470.90625Q239.45494 470.26562 240.32994 470.26562Q241.14244 470.26562 241.67369 470.84375Q242.20494 471.42188 242.20494 472.53125Q242.20494 473.625 241.65807 474.21875Q241.12682 474.79688 240.34557 474.79688Q239.56432 474.79688 239.04869 474.21875Q238.53307 473.64062 238.53307 472.46875ZM240.36119 470.98438Q239.97057 470.98438 239.70494 471.32812Q239.45494 471.67188 239.45494 472.57812Q239.45494 473.40625 239.70494 473.75Q239.97057 474.07812 240.36119 474.07812Q240.76744 474.07812 241.01744 473.73438Q241.28307 473.39062 241.28307 472.5Q241.28307 471.65625 241.01744 471.32812Q240.75182 470.98438 240.36119 470.98438ZM240.36119 479.3125L245.06432 470.26562L245.92369 470.26562L241.23619 479.3125L240.36119 479.3125ZM244.07994 476.98438Q244.07994 476.0625 244.53307 475.42188Q245.00182 474.78125 245.89244 474.78125Q246.70494 474.78125 247.23619 475.35938Q247.76744 475.92188 247.76744 477.04688Q247.76744 478.14062 247.22057 478.73438Q246.68932 479.3125 245.89244 479.3125Q245.12682 479.3125 244.59557 478.73438Q244.07994 478.15625 244.07994 476.98438ZM245.92369 475.5Q245.51744 475.5 245.25182 475.84375Q245.00182 476.1875 245.00182 477.09375Q245.00182 477.90625 245.26744 478.25Q245.53307 478.59375 245.92369 478.59375Q246.31432 478.59375 246.57994 478.25Q246.84557 477.90625 246.84557 477.0Q246.84557 476.17188 246.57994 475.84375Q246.31432 475.5 245.92369 475.5Z" fill-rule="nonzero"/><path fill="#666666" d="M228.29869 479.0L227.25182 479.0L227.25182 472.28125Q226.86119 472.64062 226.23619 473.01562Q225.62682 473.375 225.14244 473.54688L225.14244 472.53125Q226.01744 472.10938 226.67369 471.53125Q227.34557 470.9375 227.62682 470.375L228.29869 470.375L228.29869 479.0ZM231.32994 476.73438L232.39244 476.59375Q232.56432 477.48438 233.00182 477.89062Q233.43932 478.28125 234.06432 478.28125Q234.81432 478.28125 235.32994 477.76562Q235.84557 477.25 235.84557 476.48438Q235.84557 475.76562 235.36119 475.29688Q234.89244 474.8125 234.15807 474.8125Q233.86119 474.8125 233.40807 474.9375L233.53307 474.0Q233.64244 474.01562 233.70494 474.01562Q234.37682 474.01562 234.90807 473.67188Q235.45494 473.3125 235.45494 472.57812Q235.45494 472.0 235.06432 471.625Q234.67369 471.23438 234.04869 471.23438Q233.43932 471.23438 233.01744 471.625Q232.61119 472.01562 232.50182 472.78125L231.43932 472.59375Q231.62682 471.54688 232.31432 470.96875Q233.00182 470.375 234.01744 470.375Q234.72057 470.375 235.31432 470.6875Q235.90807 470.98438 236.22057 471.5Q236.53307 472.01562 236.53307 472.60938Q236.53307 473.15625 236.23619 473.625Q235.93932 474.07812 235.36119 474.34375Q236.11119 474.51562 236.53307 475.07812Q236.95494 475.625 236.95494 476.46875Q236.95494 477.59375 236.12682 478.375Q235.31432 479.15625 234.06432 479.15625Q232.93932 479.15625 232.18932 478.48438Q231.43932 477.79688 231.32994 476.73438ZM238.53307 472.46875Q238.53307 471.54688 238.98619 470.90625Q239.45494 470.26562 240.32994 470.26562Q241.14244 470.26562 241.67369 470.84375Q242.20494 471.42188 242.20494 472.53125Q242.20494 473.625 241.65807 474.21875Q241.12682 474.79688 240.34557 474.79688Q239.56432 474.79688 239.04869 474.21875Q238.53307 473.64062 238.53307 472.46875ZM240.36119 470.98438Q239.97057 470.98438 239.70494 471.32812Q239.45494 471.67188 239.45494 472.57812Q239.45494 473.40625 239.70494 473.75Q239.97057 474.07812 240.36119 474.07812Q240.76744 474.07812 241.01744 473.73438Q241.28307 473.39062 241.28307 472.5Q241.28307 471.65625 241.01744 471.32812Q240.75182 470.98438 240.36119 470.98438ZM240.36119 479.3125L245.06432 470.26562L245.92369 470.26562L241.23619 479.3125L240.36119 479.3125ZM244.07994 476.98438Q244.07994 476.0625 244.53307 475.42188Q245.00182 474.78125 245.89244 474.78125Q246.70494 474.78125 247.23619 475.35938Q247.76744 475.92188 247.76744 477.04688Q247.76744 478.14062 247.22057 478.73438Q246.68932 479.3125 245.89244 479.3125Q245.12682 479.3125 244.59557 478.73438Q244.07994 478.15625 244.07994 476.98438ZM245.92369 475.5Q245.51744 475.5 245.25182 475.84375Q245.00182 476.1875 245.00182 477.09375Q245.00182 477.90625 245.26744 478.25Q245.53307 478.59375 245.92369 478.59375Q246.31432 478.59375 246.57994 478.25Q246.84557 477.90625 246.84557 477.0Q246.84557 476.17188 246.57994 475.84375Q246.31432 475.5 245.92369 475.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.95622 534.0L221.90935 534.0L221.90935 527.28125Q221.51872 527.6406 220.89372 528.0156Q220.28435 528.375 219.79997 528.5469L219.79997 527.53125Q220.67497 527.1094 221.33122 526.53125Q222.0031 525.9375 222.28435 525.375L222.95622 525.375L222.95622 534.0ZM231.53435 532.9844L231.53435 534.0L225.84685 534.0Q225.84685 533.625 225.97185 533.2656Q226.1906 532.6875 226.65935 532.125Q227.14372 531.5625 228.04997 530.8281Q229.45622 529.6719 229.9406 529.0Q230.4406 528.3281 230.4406 527.7344Q230.4406 527.1094 229.98747 526.6875Q229.53435 526.25 228.8156 526.25Q228.04997 526.25 227.59685 526.7031Q227.14372 527.15625 227.1281 527.96875L226.04997 527.8594Q226.15935 526.6406 226.8781 526.0156Q227.61247 525.375 228.84685 525.375Q230.08122 525.375 230.79997 526.0625Q231.51872 526.75 231.51872 527.7656Q231.51872 528.28125 231.29997 528.78125Q231.09685 529.2656 230.59685 529.8281Q230.11247 530.375 228.98747 531.3281Q228.03435 532.125 227.7531 532.4219Q227.48747 532.7031 227.3156 532.9844L231.53435 532.9844ZM233.1906 527.46875Q233.1906 526.5469 233.64372 525.90625Q234.11247 525.2656 234.98747 525.2656Q235.79997 525.2656 236.33122 525.84375Q236.86247 526.4219 236.86247 527.53125Q236.86247 528.625 236.3156 529.21875Q235.78435 529.7969 235.0031 529.7969Q234.22185 529.7969 233.70622 529.21875Q233.1906 528.6406 233.1906 527.46875ZM235.01872 525.9844Q234.6281 525.9844 234.36247 526.3281Q234.11247 526.6719 234.11247 527.5781Q234.11247 528.40625 234.36247 528.75Q234.6281 529.0781 235.01872 529.0781Q235.42497 529.0781 235.67497 528.7344Q235.9406 528.3906 235.9406 527.5Q235.9406 526.65625 235.67497 526.3281Q235.40935 525.9844 235.01872 525.9844ZM235.01872 534.3125L239.72185 525.2656L240.58122 525.2656L235.89372 534.3125L235.01872 534.3125ZM238.73747 531.9844Q238.73747 531.0625 239.1906 530.4219Q239.65935 529.78125 240.54997 529.78125Q241.36247 529.78125 241.89372 530.3594Q242.42497 530.9219 242.42497 532.0469Q242.42497 533.1406 241.8781 533.7344Q241.34685 534.3125 240.54997 534.3125Q239.78435 534.3125 239.2531 533.7344Q238.73747 533.15625 238.73747 531.9844ZM240.58122 530.5Q240.17497 530.5 239.90935 530.84375Q239.65935 531.1875 239.65935 532.09375Q239.65935 532.90625 239.92497 533.25Q240.1906 533.59375 240.58122 533.59375Q240.97185 533.59375 241.23747 533.25Q241.5031 532.90625 241.5031 532.0Q241.5031 531.1719 241.23747 530.84375Q240.97185 530.5 240.58122 530.5Z" fill-rule="nonzero"/><path fill="#666666" d="M222.95622 534.0L221.90935 534.0L221.90935 527.28125Q221.51872 527.6406 220.89372 528.0156Q220.28435 528.375 219.79997 528.5469L219.79997 527.53125Q220.67497 527.1094 221.33122 526.53125Q222.0031 525.9375 222.28435 525.375L222.95622 525.375L222.95622 534.0ZM231.53435 532.9844L231.53435 534.0L225.84685 534.0Q225.84685 533.625 225.97185 533.2656Q226.1906 532.6875 226.65935 532.125Q227.14372 531.5625 228.04997 530.8281Q229.45622 529.6719 229.9406 529.0Q230.4406 528.3281 230.4406 527.7344Q230.4406 527.1094 229.98747 526.6875Q229.53435 526.25 228.8156 526.25Q228.04997 526.25 227.59685 526.7031Q227.14372 527.15625 227.1281 527.96875L226.04997 527.8594Q226.15935 526.6406 226.8781 526.0156Q227.61247 525.375 228.84685 525.375Q230.08122 525.375 230.79997 526.0625Q231.51872 526.75 231.51872 527.7656Q231.51872 528.28125 231.29997 528.78125Q231.09685 529.2656 230.59685 529.8281Q230.11247 530.375 228.98747 531.3281Q228.03435 532.125 227.7531 532.4219Q227.48747 532.7031 227.3156 532.9844L231.53435 532.9844ZM233.1906 527.46875Q233.1906 526.5469 233.64372 525.90625Q234.11247 525.2656 234.98747 525.2656Q235.79997 525.2656 236.33122 525.84375Q236.86247 526.4219 236.86247 527.53125Q236.86247 528.625 236.3156 529.21875Q235.78435 529.7969 235.0031 529.7969Q234.22185 529.7969 233.70622 529.21875Q233.1906 528.6406 233.1906 527.46875ZM235.01872 525.9844Q234.6281 525.9844 234.36247 526.3281Q234.11247 526.6719 234.11247 527.5781Q234.11247 528.40625 234.36247 528.75Q234.6281 529.0781 235.01872 529.0781Q235.42497 529.0781 235.67497 528.7344Q235.9406 528.3906 235.9406 527.5Q235.9406 526.65625 235.67497 526.3281Q235.40935 525.9844 235.01872 525.9844ZM235.01872 534.3125L239.72185 525.2656L240.58122 525.2656L235.89372 534.3125L235.01872 534.3125ZM238.73747 531.9844Q238.73747 531.0625 239.1906 530.4219Q239.65935 529.78125 240.54997 529.78125Q241.36247 529.78125 241.89372 530.3594Q242.42497 530.9219 242.42497 532.0469Q242.42497 533.1406 241.8781 533.7344Q241.34685 534.3125 240.54997 534.3125Q239.78435 534.3125 239.2531 533.7344Q238.73747 533.15625 238.73747 531.9844ZM240.58122 530.5Q240.17497 530.5 239.90935 530.84375Q239.65935 531.1875 239.65935 532.09375Q239.65935 532.90625 239.92497 533.25Q240.1906 533.59375 240.58122 533.59375Q240.97185 533.59375 241.23747 533.25Q241.5031 532.90625 241.5031 532.0Q241.5031 531.1719 241.23747 530.84375Q240.97185 530.5 240.58122 530.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.61375 589.0L216.56688 589.0L216.56688 582.28125Q216.17625 582.6406 215.55125 583.0156Q214.94188 583.375 214.4575 583.5469L214.4575 582.53125Q215.3325 582.1094 215.98875 581.53125Q216.66063 580.9375 216.94188 580.375L217.61375 580.375L217.61375 589.0ZM224.61375 589.0L223.56688 589.0L223.56688 582.28125Q223.17625 582.6406 222.55125 583.0156Q221.94188 583.375 221.4575 583.5469L221.4575 582.53125Q222.3325 582.1094 222.98875 581.53125Q223.66063 580.9375 223.94188 580.375L224.61375 580.375L224.61375 589.0ZM227.84813 582.46875Q227.84813 581.5469 228.30125 580.90625Q228.77 580.2656 229.645 580.2656Q230.4575 580.2656 230.98875 580.84375Q231.52 581.4219 231.52 582.53125Q231.52 583.625 230.97313 584.21875Q230.44188 584.7969 229.66063 584.7969Q228.87938 584.7969 228.36375 584.21875Q227.84813 583.6406 227.84813 582.46875ZM229.67625 580.9844Q229.28563 580.9844 229.02 581.3281Q228.77 581.6719 228.77 582.5781Q228.77 583.40625 229.02 583.75Q229.28563 584.0781 229.67625 584.0781Q230.0825 584.0781 230.3325 583.7344Q230.59813 583.3906 230.59813 582.5Q230.59813 581.65625 230.3325 581.3281Q230.06688 580.9844 229.67625 580.9844ZM229.67625 589.3125L234.37938 580.2656L235.23875 580.2656L230.55125 589.3125L229.67625 589.3125ZM233.395 586.9844Q233.395 586.0625 233.84813 585.4219Q234.31688 584.78125 235.2075 584.78125Q236.02 584.78125 236.55125 585.3594Q237.0825 585.9219 237.0825 587.0469Q237.0825 588.1406 236.53563 588.7344Q236.00438 589.3125 235.2075 589.3125Q234.44188 589.3125 233.91063 588.7344Q233.395 588.15625 233.395 586.9844ZM235.23875 585.5Q234.8325 585.5 234.56688 585.84375Q234.31688 586.1875 234.31688 587.09375Q234.31688 587.90625 234.5825 588.25Q234.84813 588.59375 235.23875 588.59375Q235.62938 588.59375 235.895 588.25Q236.16063 587.90625 236.16063 587.0Q236.16063 586.1719 235.895 585.84375Q235.62938 585.5 235.23875 585.5Z" fill-rule="nonzero"/><path fill="#666666" d="M217.61375 589.0L216.56688 589.0L216.56688 582.28125Q216.17625 582.6406 215.55125 583.0156Q214.94188 583.375 214.4575 583.5469L214.4575 582.53125Q215.3325 582.1094 215.98875 581.53125Q216.66063 580.9375 216.94188 580.375L217.61375 580.375L217.61375 589.0ZM224.61375 589.0L223.56688 589.0L223.56688 582.28125Q223.17625 582.6406 222.55125 583.0156Q221.94188 583.375 221.4575 583.5469L221.4575 582.53125Q222.3325 582.1094 222.98875 581.53125Q223.66063 580.9375 223.94188 580.375L224.61375 580.375L224.61375 589.0ZM227.84813 582.46875Q227.84813 581.5469 228.30125 580.90625Q228.77 580.2656 229.645 580.2656Q230.4575 580.2656 230.98875 580.84375Q231.52 581.4219 231.52 582.53125Q231.52 583.625 230.97313 584.21875Q230.44188 584.7969 229.66063 584.7969Q228.87938 584.7969 228.36375 584.21875Q227.84813 583.6406 227.84813 582.46875ZM229.67625 580.9844Q229.28563 580.9844 229.02 581.3281Q228.77 581.6719 228.77 582.5781Q228.77 583.40625 229.02 583.75Q229.28563 584.0781 229.67625 584.0781Q230.0825 584.0781 230.3325 583.7344Q230.59813 583.3906 230.59813 582.5Q230.59813 581.65625 230.3325 581.3281Q230.06688 580.9844 229.67625 580.9844ZM229.67625 589.3125L234.37938 580.2656L235.23875 580.2656L230.55125 589.3125L229.67625 589.3125ZM233.395 586.9844Q233.395 586.0625 233.84813 585.4219Q234.31688 584.78125 235.2075 584.78125Q236.02 584.78125 236.55125 585.3594Q237.0825 585.9219 237.0825 587.0469Q237.0825 588.1406 236.53563 588.7344Q236.00438 589.3125 235.2075 589.3125Q234.44188 589.3125 233.91063 588.7344Q233.395 588.15625 233.395 586.9844ZM235.23875 585.5Q234.8325 585.5 234.56688 585.84375Q234.31688 586.1875 234.31688 587.09375Q234.31688 587.90625 234.5825 588.25Q234.84813 588.59375 235.23875 588.59375Q235.62938 588.59375 235.895 588.25Q236.16063 587.90625 236.16063 587.0Q236.16063 586.1719 235.895 585.84375Q235.62938 585.5 235.23875 585.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.27129 645.0L211.22441 645.0L211.22441 638.28125Q210.83379 638.6406 210.20879 639.0156Q209.59941 639.375 209.11504 639.5469L209.11504 638.53125Q209.99004 638.1094 210.64629 637.53125Q211.31816 636.9375 211.59941 636.375L212.27129 636.375L212.27129 645.0ZM215.30254 640.7656Q215.30254 639.2344 215.61504 638.3125Q215.92754 637.375 216.53691 636.875Q217.16191 636.375 218.09941 636.375Q218.78691 636.375 219.30254 636.65625Q219.83379 636.9375 220.17754 637.46875Q220.52129 637.9844 220.70879 638.7344Q220.89629 639.4844 220.89629 640.7656Q220.89629 642.28125 220.58379 643.2031Q220.28691 644.125 219.66191 644.6406Q219.05254 645.1406 218.09941 645.1406Q216.86504 645.1406 216.14629 644.25Q215.30254 643.1875 215.30254 640.7656ZM216.38066 640.7656Q216.38066 642.875 216.88066 643.5781Q217.38066 644.28125 218.09941 644.28125Q218.83379 644.28125 219.31816 643.5781Q219.81816 642.875 219.81816 640.7656Q219.81816 638.6406 219.31816 637.9531Q218.83379 637.25 218.08379 637.25Q217.36504 637.25 216.92754 637.8594Q216.38066 638.6406 216.38066 640.7656ZM222.50566 638.46875Q222.50566 637.5469 222.95879 636.90625Q223.42754 636.2656 224.30254 636.2656Q225.11504 636.2656 225.64629 636.84375Q226.17754 637.4219 226.17754 638.53125Q226.17754 639.625 225.63066 640.21875Q225.09941 640.7969 224.31816 640.7969Q223.53691 640.7969 223.02129 640.21875Q222.50566 639.6406 222.50566 638.46875ZM224.33379 636.9844Q223.94316 636.9844 223.67754 637.3281Q223.42754 637.6719 223.42754 638.5781Q223.42754 639.40625 223.67754 639.75Q223.94316 640.0781 224.33379 640.0781Q224.74004 640.0781 224.99004 639.7344Q225.25566 639.3906 225.25566 638.5Q225.25566 637.65625 224.99004 637.3281Q224.72441 636.9844 224.33379 636.9844ZM224.33379 645.3125L229.03691 636.2656L229.89629 636.2656L225.20879 645.3125L224.33379 645.3125ZM228.05254 642.9844Q228.05254 642.0625 228.50566 641.4219Q228.97441 640.78125 229.86504 640.78125Q230.67754 640.78125 231.20879 641.3594Q231.74004 641.9219 231.74004 643.0469Q231.74004 644.1406 231.19316 644.7344Q230.66191 645.3125 229.86504 645.3125Q229.09941 645.3125 228.56816 644.7344Q228.05254 644.15625 228.05254 642.9844ZM229.89629 641.5Q229.49004 641.5 229.22441 641.84375Q228.97441 642.1875 228.97441 643.09375Q228.97441 643.90625 229.24004 644.25Q229.50566 644.59375 229.89629 644.59375Q230.28691 644.59375 230.55254 644.25Q230.81816 643.90625 230.81816 643.0Q230.81816 642.1719 230.55254 641.84375Q230.28691 641.5 229.89629 641.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.27129 645.0L211.22441 645.0L211.22441 638.28125Q210.83379 638.6406 210.20879 639.0156Q209.59941 639.375 209.11504 639.5469L209.11504 638.53125Q209.99004 638.1094 210.64629 637.53125Q211.31816 636.9375 211.59941 636.375L212.27129 636.375L212.27129 645.0ZM215.30254 640.7656Q215.30254 639.2344 215.61504 638.3125Q215.92754 637.375 216.53691 636.875Q217.16191 636.375 218.09941 636.375Q218.78691 636.375 219.30254 636.65625Q219.83379 636.9375 220.17754 637.46875Q220.52129 637.9844 220.70879 638.7344Q220.89629 639.4844 220.89629 640.7656Q220.89629 642.28125 220.58379 643.2031Q220.28691 644.125 219.66191 644.6406Q219.05254 645.1406 218.09941 645.1406Q216.86504 645.1406 216.14629 644.25Q215.30254 643.1875 215.30254 640.7656ZM216.38066 640.7656Q216.38066 642.875 216.88066 643.5781Q217.38066 644.28125 218.09941 644.28125Q218.83379 644.28125 219.31816 643.5781Q219.81816 642.875 219.81816 640.7656Q219.81816 638.6406 219.31816 637.9531Q218.83379 637.25 218.08379 637.25Q217.36504 637.25 216.92754 637.8594Q216.38066 638.6406 216.38066 640.7656ZM222.50566 638.46875Q222.50566 637.5469 222.95879 636.90625Q223.42754 636.2656 224.30254 636.2656Q225.11504 636.2656 225.64629 636.84375Q226.17754 637.4219 226.17754 638.53125Q226.17754 639.625 225.63066 640.21875Q225.09941 640.7969 224.31816 640.7969Q223.53691 640.7969 223.02129 640.21875Q222.50566 639.6406 222.50566 638.46875ZM224.33379 636.9844Q223.94316 636.9844 223.67754 637.3281Q223.42754 637.6719 223.42754 638.5781Q223.42754 639.40625 223.67754 639.75Q223.94316 640.0781 224.33379 640.0781Q224.74004 640.0781 224.99004 639.7344Q225.25566 639.3906 225.25566 638.5Q225.25566 637.65625 224.99004 637.3281Q224.72441 636.9844 224.33379 636.9844ZM224.33379 645.3125L229.03691 636.2656L229.89629 636.2656L225.20879 645.3125L224.33379 645.3125ZM228.05254 642.9844Q228.05254 642.0625 228.50566 641.4219Q228.97441 640.78125 229.86504 640.78125Q230.67754 640.78125 231.20879 641.3594Q231.74004 641.9219 231.74004 643.0469Q231.74004 644.1406 231.19316 644.7344Q230.66191 645.3125 229.86504 645.3125Q229.09941 645.3125 228.56816 644.7344Q228.05254 644.15625 228.05254 642.9844ZM229.89629 641.5Q229.49004 641.5 229.22441 641.84375Q228.97441 642.1875 228.97441 643.09375Q228.97441 643.90625 229.24004 644.25Q229.50566 644.59375 229.89629 644.59375Q230.28691 644.59375 230.55254 644.25Q230.81816 643.90625 230.81816 643.0Q230.81816 642.1719 230.55254 641.84375Q230.28691 641.5 229.89629 641.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M212.27129 700.0L211.22441 700.0L211.22441 693.28125Q210.83379 693.6406 210.20879 694.0156Q209.59941 694.375 209.11504 694.5469L209.11504 693.53125Q209.99004 693.1094 210.64629 692.53125Q211.31816 691.9375 211.59941 691.375L212.27129 691.375L212.27129 700.0ZM215.30254 695.7656Q215.30254 694.2344 215.61504 693.3125Q215.92754 692.375 216.53691 691.875Q217.16191 691.375 218.09941 691.375Q218.78691 691.375 219.30254 691.65625Q219.83379 691.9375 220.17754 692.46875Q220.52129 692.9844 220.70879 693.7344Q220.89629 694.4844 220.89629 695.7656Q220.89629 697.28125 220.58379 698.2031Q220.28691 699.125 219.66191 699.6406Q219.05254 700.1406 218.09941 700.1406Q216.86504 700.1406 216.14629 699.25Q215.30254 698.1875 215.30254 695.7656ZM216.38066 695.7656Q216.38066 697.875 216.88066 698.5781Q217.38066 699.28125 218.09941 699.28125Q218.83379 699.28125 219.31816 698.5781Q219.81816 697.875 219.81816 695.7656Q219.81816 693.6406 219.31816 692.9531Q218.83379 692.25 218.08379 692.25Q217.36504 692.25 216.92754 692.8594Q216.38066 693.6406 216.38066 695.7656ZM222.50566 693.46875Q222.50566 692.5469 222.95879 691.90625Q223.42754 691.2656 224.30254 691.2656Q225.11504 691.2656 225.64629 691.84375Q226.17754 692.4219 226.17754 693.53125Q226.17754 694.625 225.63066 695.21875Q225.09941 695.7969 224.31816 695.7969Q223.53691 695.7969 223.02129 695.21875Q222.50566 694.6406 222.50566 693.46875ZM224.33379 691.9844Q223.94316 691.9844 223.67754 692.3281Q223.42754 692.6719 223.42754 693.5781Q223.42754 694.40625 223.67754 694.75Q223.94316 695.0781 224.33379 695.0781Q224.74004 695.0781 224.99004 694.7344Q225.25566 694.3906 225.25566 693.5Q225.25566 692.65625 224.99004 692.3281Q224.72441 691.9844 224.33379 691.9844ZM224.33379 700.3125L229.03691 691.2656L229.89629 691.2656L225.20879 700.3125L224.33379 700.3125ZM228.05254 697.9844Q228.05254 697.0625 228.50566 696.4219Q228.97441 695.78125 229.86504 695.78125Q230.67754 695.78125 231.20879 696.3594Q231.74004 696.9219 231.74004 698.0469Q231.74004 699.1406 231.19316 699.7344Q230.66191 700.3125 229.86504 700.3125Q229.09941 700.3125 228.56816 699.7344Q228.05254 699.15625 228.05254 697.9844ZM229.89629 696.5Q229.49004 696.5 229.22441 696.84375Q228.97441 697.1875 228.97441 698.09375Q228.97441 698.90625 229.24004 699.25Q229.50566 699.59375 229.89629 699.59375Q230.28691 699.59375 230.55254 699.25Q230.81816 698.90625 230.81816 698.0Q230.81816 697.1719 230.55254 696.84375Q230.28691 696.5 229.89629 696.5Z" fill-rule="nonzero"/><path fill="#666666" d="M212.27129 700.0L211.22441 700.0L211.22441 693.28125Q210.83379 693.6406 210.20879 694.0156Q209.59941 694.375 209.11504 694.5469L209.11504 693.53125Q209.99004 693.1094 210.64629 692.53125Q211.31816 691.9375 211.59941 691.375L212.27129 691.375L212.27129 700.0ZM215.30254 695.7656Q215.30254 694.2344 215.61504 693.3125Q215.92754 692.375 216.53691 691.875Q217.16191 691.375 218.09941 691.375Q218.78691 691.375 219.30254 691.65625Q219.83379 691.9375 220.17754 692.46875Q220.52129 692.9844 220.70879 693.7344Q220.89629 694.4844 220.89629 695.7656Q220.89629 697.28125 220.58379 698.2031Q220.28691 699.125 219.66191 699.6406Q219.05254 700.1406 218.09941 700.1406Q216.86504 700.1406 216.14629 699.25Q215.30254 698.1875 215.30254 695.7656ZM216.38066 695.7656Q216.38066 697.875 216.88066 698.5781Q217.38066 699.28125 218.09941 699.28125Q218.83379 699.28125 219.31816 698.5781Q219.81816 697.875 219.81816 695.7656Q219.81816 693.6406 219.31816 692.9531Q218.83379 692.25 218.08379 692.25Q217.36504 692.25 216.92754 692.8594Q216.38066 693.6406 216.38066 695.7656ZM222.50566 693.46875Q222.50566 692.5469 222.95879 691.90625Q223.42754 691.2656 224.30254 691.2656Q225.11504 691.2656 225.64629 691.84375Q226.17754 692.4219 226.17754 693.53125Q226.17754 694.625 225.63066 695.21875Q225.09941 695.7969 224.31816 695.7969Q223.53691 695.7969 223.02129 695.21875Q222.50566 694.6406 222.50566 693.46875ZM224.33379 691.9844Q223.94316 691.9844 223.67754 692.3281Q223.42754 692.6719 223.42754 693.5781Q223.42754 694.40625 223.67754 694.75Q223.94316 695.0781 224.33379 695.0781Q224.74004 695.0781 224.99004 694.7344Q225.25566 694.3906 225.25566 693.5Q225.25566 692.65625 224.99004 692.3281Q224.72441 691.9844 224.33379 691.9844ZM224.33379 700.3125L229.03691 691.2656L229.89629 691.2656L225.20879 700.3125L224.33379 700.3125ZM228.05254 697.9844Q228.05254 697.0625 228.50566 696.4219Q228.97441 695.78125 229.86504 695.78125Q230.67754 695.78125 231.20879 696.3594Q231.74004 696.9219 231.74004 698.0469Q231.74004 699.1406 231.19316 699.7344Q230.66191 700.3125 229.86504 700.3125Q229.09941 700.3125 228.56816 699.7344Q228.05254 699.15625 228.05254 697.9844ZM229.89629 696.5Q229.49004 696.5 229.22441 696.84375Q228.97441 697.1875 228.97441 698.09375Q228.97441 698.90625 229.24004 699.25Q229.50566 699.59375 229.89629 699.59375Q230.28691 699.59375 230.55254 699.25Q230.81816 698.90625 230.81816 698.0Q230.81816 697.1719 230.55254 696.84375Q230.28691 696.5 229.89629 696.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.11633 753.0156L204.13196 752.9219Q204.25696 753.6406 204.61633 753.96875Q204.99133 754.28125 205.55383 754.28125Q206.03821 754.28125 206.39758 754.0625Q206.77258 753.8281 207.00696 753.46875Q207.24133 753.09375 207.39758 752.46875Q207.55383 751.8281 207.55383 751.1719Q207.55383 751.09375 207.55383 750.9531Q207.24133 751.4531 206.69446 751.78125Q206.14758 752.09375 205.50696 752.09375Q204.42883 752.09375 203.69446 751.3281Q202.96008 750.5469 202.96008 749.28125Q202.96008 747.96875 203.72571 747.1719Q204.50696 746.375 205.66321 746.375Q206.49133 746.375 207.17883 746.8281Q207.88196 747.28125 208.24133 748.125Q208.60071 748.9531 208.60071 750.53125Q208.60071 752.1719 208.24133 753.15625Q207.89758 754.125 207.17883 754.6406Q206.47571 755.1406 205.53821 755.1406Q204.52258 755.1406 203.88196 754.59375Q203.24133 754.03125 203.11633 753.0156ZM207.42883 749.21875Q207.42883 748.3125 206.94446 747.78125Q206.47571 747.25 205.78821 747.25Q205.08508 747.25 204.55383 747.8281Q204.03821 748.3906 204.03821 749.3125Q204.03821 750.125 204.53821 750.6406Q205.03821 751.15625 205.75696 751.15625Q206.49133 751.15625 206.96008 750.6406Q207.42883 750.125 207.42883 749.21875ZM210.16321 748.46875Q210.16321 747.5469 210.61633 746.90625Q211.08508 746.2656 211.96008 746.2656Q212.77258 746.2656 213.30383 746.84375Q213.83508 747.4219 213.83508 748.53125Q213.83508 749.625 213.28821 750.21875Q212.75696 750.7969 211.97571 750.7969Q211.19446 750.7969 210.67883 750.21875Q210.16321 749.6406 210.16321 748.46875ZM211.99133 746.9844Q211.60071 746.9844 211.33508 747.3281Q211.08508 747.6719 211.08508 748.5781Q211.08508 749.40625 211.33508 749.75Q211.60071 750.0781 211.99133 750.0781Q212.39758 750.0781 212.64758 749.7344Q212.91321 749.3906 212.91321 748.5Q212.91321 747.65625 212.64758 747.3281Q212.38196 746.9844 211.99133 746.9844ZM211.99133 755.3125L216.69446 746.2656L217.55383 746.2656L212.86633 755.3125L211.99133 755.3125ZM215.71008 752.9844Q215.71008 752.0625 216.16321 751.4219Q216.63196 750.78125 217.52258 750.78125Q218.33508 750.78125 218.86633 751.3594Q219.39758 751.9219 219.39758 753.0469Q219.39758 754.1406 218.85071 754.7344Q218.31946 755.3125 217.52258 755.3125Q216.75696 755.3125 216.22571 754.7344Q215.71008 754.15625 215.71008 752.9844ZM217.55383 751.5Q217.14758 751.5 216.88196 751.84375Q216.63196 752.1875 216.63196 753.09375Q216.63196 753.90625 216.89758 754.25Q217.16321 754.59375 217.55383 754.59375Q217.94446 754.59375 218.21008 754.25Q218.47571 753.90625 218.47571 753.0Q218.47571 752.1719 218.21008 751.84375Q217.94446 751.5 217.55383 751.5Z" fill-rule="nonzero"/><path fill="#666666" d="M203.11633 753.0156L204.13196 752.9219Q204.25696 753.6406 204.61633 753.96875Q204.99133 754.28125 205.55383 754.28125Q206.03821 754.28125 206.39758 754.0625Q206.77258 753.8281 207.00696 753.46875Q207.24133 753.09375 207.39758 752.46875Q207.55383 751.8281 207.55383 751.1719Q207.55383 751.09375 207.55383 750.9531Q207.24133 751.4531 206.69446 751.78125Q206.14758 752.09375 205.50696 752.09375Q204.42883 752.09375 203.69446 751.3281Q202.96008 750.5469 202.96008 749.28125Q202.96008 747.96875 203.72571 747.1719Q204.50696 746.375 205.66321 746.375Q206.49133 746.375 207.17883 746.8281Q207.88196 747.28125 208.24133 748.125Q208.60071 748.9531 208.60071 750.53125Q208.60071 752.1719 208.24133 753.15625Q207.89758 754.125 207.17883 754.6406Q206.47571 755.1406 205.53821 755.1406Q204.52258 755.1406 203.88196 754.59375Q203.24133 754.03125 203.11633 753.0156ZM207.42883 749.21875Q207.42883 748.3125 206.94446 747.78125Q206.47571 747.25 205.78821 747.25Q205.08508 747.25 204.55383 747.8281Q204.03821 748.3906 204.03821 749.3125Q204.03821 750.125 204.53821 750.6406Q205.03821 751.15625 205.75696 751.15625Q206.49133 751.15625 206.96008 750.6406Q207.42883 750.125 207.42883 749.21875ZM210.16321 748.46875Q210.16321 747.5469 210.61633 746.90625Q211.08508 746.2656 211.96008 746.2656Q212.77258 746.2656 213.30383 746.84375Q213.83508 747.4219 213.83508 748.53125Q213.83508 749.625 213.28821 750.21875Q212.75696 750.7969 211.97571 750.7969Q211.19446 750.7969 210.67883 750.21875Q210.16321 749.6406 210.16321 748.46875ZM211.99133 746.9844Q211.60071 746.9844 211.33508 747.3281Q211.08508 747.6719 211.08508 748.5781Q211.08508 749.40625 211.33508 749.75Q211.60071 750.0781 211.99133 750.0781Q212.39758 750.0781 212.64758 749.7344Q212.91321 749.3906 212.91321 748.5Q212.91321 747.65625 212.64758 747.3281Q212.38196 746.9844 211.99133 746.9844ZM211.99133 755.3125L216.69446 746.2656L217.55383 746.2656L212.86633 755.3125L211.99133 755.3125ZM215.71008 752.9844Q215.71008 752.0625 216.16321 751.4219Q216.63196 750.78125 217.52258 750.78125Q218.33508 750.78125 218.86633 751.3594Q219.39758 751.9219 219.39758 753.0469Q219.39758 754.1406 218.85071 754.7344Q218.31946 755.3125 217.52258 755.3125Q216.75696 755.3125 216.22571 754.7344Q215.71008 754.15625 215.71008 752.9844ZM217.55383 751.5Q217.14758 751.5 216.88196 751.84375Q216.63196 752.1875 216.63196 753.09375Q216.63196 753.90625 216.89758 754.25Q217.16321 754.59375 217.55383 754.59375Q217.94446 754.59375 218.21008 754.25Q218.47571 753.90625 218.47571 753.0Q218.47571 752.1719 218.21008 751.84375Q217.94446 751.5 217.55383 751.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.59021 808.75L182.69958 808.65625Q182.82458 809.46875 183.26208 809.875Q183.71521 810.28125 184.35583 810.28125Q185.10583 810.28125 185.63708 809.7031Q186.16833 809.125 186.16833 808.1875Q186.16833 807.28125 185.65271 806.7656Q185.15271 806.2344 184.32458 806.2344Q183.82458 806.2344 183.40271 806.46875Q182.99646 806.7031 182.76208 807.0625L181.77771 806.9375L182.60583 802.53125L186.88708 802.53125L186.88708 803.53125L183.44958 803.53125L182.99646 805.84375Q183.76208 805.2969 184.60583 805.2969Q185.73083 805.2969 186.49646 806.0781Q187.27771 806.8594 187.27771 808.09375Q187.27771 809.25 186.60583 810.1094Q185.77771 811.1406 184.35583 811.1406Q183.18396 811.1406 182.43396 810.4844Q181.69958 809.8281 181.59021 808.75ZM188.79333 804.46875Q188.79333 803.5469 189.24646 802.90625Q189.71521 802.2656 190.59021 802.2656Q191.40271 802.2656 191.93396 802.84375Q192.46521 803.4219 192.46521 804.53125Q192.46521 805.625 191.91833 806.21875Q191.38708 806.7969 190.60583 806.7969Q189.82458 806.7969 189.30896 806.21875Q188.79333 805.6406 188.79333 804.46875ZM190.62146 802.9844Q190.23083 802.9844 189.96521 803.3281Q189.71521 803.6719 189.71521 804.5781Q189.71521 805.40625 189.96521 805.75Q190.23083 806.0781 190.62146 806.0781Q191.02771 806.0781 191.27771 805.7344Q191.54333 805.3906 191.54333 804.5Q191.54333 803.65625 191.27771 803.3281Q191.01208 802.9844 190.62146 802.9844ZM190.62146 811.3125L195.32458 802.2656L196.18396 802.2656L191.49646 811.3125L190.62146 811.3125ZM194.34021 808.9844Q194.34021 808.0625 194.79333 807.4219Q195.26208 806.78125 196.15271 806.78125Q196.96521 806.78125 197.49646 807.3594Q198.02771 807.9219 198.02771 809.0469Q198.02771 810.1406 197.48083 810.7344Q196.94958 811.3125 196.15271 811.3125Q195.38708 811.3125 194.85583 810.7344Q194.34021 810.15625 194.34021 808.9844ZM196.18396 807.5Q195.77771 807.5 195.51208 807.84375Q195.26208 808.1875 195.26208 809.09375Q195.26208 809.90625 195.52771 810.25Q195.79333 810.59375 196.18396 810.59375Q196.57458 810.59375 196.84021 810.25Q197.10583 809.90625 197.10583 809.0Q197.10583 808.1719 196.84021 807.84375Q196.57458 807.5 196.18396 807.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.59021 808.75L182.69958 808.65625Q182.82458 809.46875 183.26208 809.875Q183.71521 810.28125 184.35583 810.28125Q185.10583 810.28125 185.63708 809.7031Q186.16833 809.125 186.16833 808.1875Q186.16833 807.28125 185.65271 806.7656Q185.15271 806.2344 184.32458 806.2344Q183.82458 806.2344 183.40271 806.46875Q182.99646 806.7031 182.76208 807.0625L181.77771 806.9375L182.60583 802.53125L186.88708 802.53125L186.88708 803.53125L183.44958 803.53125L182.99646 805.84375Q183.76208 805.2969 184.60583 805.2969Q185.73083 805.2969 186.49646 806.0781Q187.27771 806.8594 187.27771 808.09375Q187.27771 809.25 186.60583 810.1094Q185.77771 811.1406 184.35583 811.1406Q183.18396 811.1406 182.43396 810.4844Q181.69958 809.8281 181.59021 808.75ZM188.79333 804.46875Q188.79333 803.5469 189.24646 802.90625Q189.71521 802.2656 190.59021 802.2656Q191.40271 802.2656 191.93396 802.84375Q192.46521 803.4219 192.46521 804.53125Q192.46521 805.625 191.91833 806.21875Q191.38708 806.7969 190.60583 806.7969Q189.82458 806.7969 189.30896 806.21875Q188.79333 805.6406 188.79333 804.46875ZM190.62146 802.9844Q190.23083 802.9844 189.96521 803.3281Q189.71521 803.6719 189.71521 804.5781Q189.71521 805.40625 189.96521 805.75Q190.23083 806.0781 190.62146 806.0781Q191.02771 806.0781 191.27771 805.7344Q191.54333 805.3906 191.54333 804.5Q191.54333 803.65625 191.27771 803.3281Q191.01208 802.9844 190.62146 802.9844ZM190.62146 811.3125L195.32458 802.2656L196.18396 802.2656L191.49646 811.3125L190.62146 811.3125ZM194.34021 808.9844Q194.34021 808.0625 194.79333 807.4219Q195.26208 806.78125 196.15271 806.78125Q196.96521 806.78125 197.49646 807.3594Q198.02771 807.9219 198.02771 809.0469Q198.02771 810.1406 197.48083 810.7344Q196.94958 811.3125 196.15271 811.3125Q195.38708 811.3125 194.85583 810.7344Q194.34021 810.15625 194.34021 808.9844ZM196.18396 807.5Q195.77771 807.5 195.51208 807.84375Q195.26208 808.1875 195.26208 809.09375Q195.26208 809.90625 195.52771 810.25Q195.79333 810.59375 196.18396 810.59375Q196.57458 810.59375 196.84021 810.25Q197.10583 809.90625 197.10583 809.0Q197.10583 808.1719 196.84021 807.84375Q196.57458 807.5 196.18396 807.5Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.59021 863.75L182.69958 863.65625Q182.82458 864.46875 183.26208 864.875Q183.71521 865.28125 184.35583 865.28125Q185.10583 865.28125 185.63708 864.7031Q186.16833 864.125 186.16833 863.1875Q186.16833 862.28125 185.65271 861.7656Q185.15271 861.2344 184.32458 861.2344Q183.82458 861.2344 183.40271 861.46875Q182.99646 861.7031 182.76208 862.0625L181.77771 861.9375L182.60583 857.53125L186.88708 857.53125L186.88708 858.53125L183.44958 858.53125L182.99646 860.84375Q183.76208 860.2969 184.60583 860.2969Q185.73083 860.2969 186.49646 861.0781Q187.27771 861.8594 187.27771 863.09375Q187.27771 864.25 186.60583 865.1094Q185.77771 866.1406 184.35583 866.1406Q183.18396 866.1406 182.43396 865.4844Q181.69958 864.8281 181.59021 863.75ZM188.79333 859.46875Q188.79333 858.5469 189.24646 857.90625Q189.71521 857.2656 190.59021 857.2656Q191.40271 857.2656 191.93396 857.84375Q192.46521 858.4219 192.46521 859.53125Q192.46521 860.625 191.91833 861.21875Q191.38708 861.7969 190.60583 861.7969Q189.82458 861.7969 189.30896 861.21875Q188.79333 860.6406 188.79333 859.46875ZM190.62146 857.9844Q190.23083 857.9844 189.96521 858.3281Q189.71521 858.6719 189.71521 859.5781Q189.71521 860.40625 189.96521 860.75Q190.23083 861.0781 190.62146 861.0781Q191.02771 861.0781 191.27771 860.7344Q191.54333 860.3906 191.54333 859.5Q191.54333 858.65625 191.27771 858.3281Q191.01208 857.9844 190.62146 857.9844ZM190.62146 866.3125L195.32458 857.2656L196.18396 857.2656L191.49646 866.3125L190.62146 866.3125ZM194.34021 863.9844Q194.34021 863.0625 194.79333 862.4219Q195.26208 861.78125 196.15271 861.78125Q196.96521 861.78125 197.49646 862.3594Q198.02771 862.9219 198.02771 864.0469Q198.02771 865.1406 197.48083 865.7344Q196.94958 866.3125 196.15271 866.3125Q195.38708 866.3125 194.85583 865.7344Q194.34021 865.15625 194.34021 863.9844ZM196.18396 862.5Q195.77771 862.5 195.51208 862.84375Q195.26208 863.1875 195.26208 864.09375Q195.26208 864.90625 195.52771 865.25Q195.79333 865.59375 196.18396 865.59375Q196.57458 865.59375 196.84021 865.25Q197.10583 864.90625 197.10583 864.0Q197.10583 863.1719 196.84021 862.84375Q196.57458 862.5 196.18396 862.5Z" fill-rule="nonzero"/><path fill="#666666" d="M181.59021 863.75L182.69958 863.65625Q182.82458 864.46875 183.26208 864.875Q183.71521 865.28125 184.35583 865.28125Q185.10583 865.28125 185.63708 864.7031Q186.16833 864.125 186.16833 863.1875Q186.16833 862.28125 185.65271 861.7656Q185.15271 861.2344 184.32458 861.2344Q183.82458 861.2344 183.40271 861.46875Q182.99646 861.7031 182.76208 862.0625L181.77771 861.9375L182.60583 857.53125L186.88708 857.53125L186.88708 858.53125L183.44958 858.53125L182.99646 860.84375Q183.76208 860.2969 184.60583 860.2969Q185.73083 860.2969 186.49646 861.0781Q187.27771 861.8594 187.27771 863.09375Q187.27771 864.25 186.60583 865.1094Q185.77771 866.1406 184.35583 866.1406Q183.18396 866.1406 182.43396 865.4844Q181.69958 864.8281 181.59021 863.75ZM188.79333 859.46875Q188.79333 858.5469 189.24646 857.90625Q189.71521 857.2656 190.59021 857.2656Q191.40271 857.2656 191.93396 857.84375Q192.46521 858.4219 192.46521 859.53125Q192.46521 860.625 191.91833 861.21875Q191.38708 861.7969 190.60583 861.7969Q189.82458 861.7969 189.30896 861.21875Q188.79333 860.6406 188.79333 859.46875ZM190.62146 857.9844Q190.23083 857.9844 189.96521 858.3281Q189.71521 858.6719 189.71521 859.5781Q189.71521 860.40625 189.96521 860.75Q190.23083 861.0781 190.62146 861.0781Q191.02771 861.0781 191.27771 860.7344Q191.54333 860.3906 191.54333 859.5Q191.54333 858.65625 191.27771 858.3281Q191.01208 857.9844 190.62146 857.9844ZM190.62146 866.3125L195.32458 857.2656L196.18396 857.2656L191.49646 866.3125L190.62146 866.3125ZM194.34021 863.9844Q194.34021 863.0625 194.79333 862.4219Q195.26208 861.78125 196.15271 861.78125Q196.96521 861.78125 197.49646 862.3594Q198.02771 862.9219 198.02771 864.0469Q198.02771 865.1406 197.48083 865.7344Q196.94958 866.3125 196.15271 866.3125Q195.38708 866.3125 194.85583 865.7344Q194.34021 865.15625 194.34021 863.9844ZM196.18396 862.5Q195.77771 862.5 195.51208 862.84375Q195.26208 863.1875 195.26208 864.09375Q195.26208 864.90625 195.52771 865.25Q195.79333 865.59375 196.18396 865.59375Q196.57458 865.59375 196.84021 865.25Q197.10583 864.90625 197.10583 864.0Q197.10583 863.1719 196.84021 862.84375Q196.57458 862.5 196.18396 862.5Z" fill-rule="nonzero"/><path fill="#666666" d="M309.27963 917.1017Q309.27963 916.1798 309.73276 915.5392Q310.2015 914.89856 311.0765 914.89856Q311.889 914.89856 312.42026 915.4767Q312.9515 916.0548 312.9515 917.1642Q312.9515 918.25793 312.40463 918.8517Q311.87338 919.4298 311.09213 919.4298Q310.31088 919.4298 309.79526 918.8517Q309.27963 918.27356 309.27963 917.1017ZM311.10776 915.6173Q310.71713 915.6173 310.4515 915.96106Q310.2015 916.3048 310.2015 917.21106Q310.2015 918.0392 310.4515 918.38293Q310.71713 918.71106 311.10776 918.71106Q311.514 918.71106 311.764 918.3673Q312.02963 918.02356 312.02963 917.13293Q312.02963 916.2892 311.764 915.96106Q311.49838 915.6173 311.10776 915.6173ZM311.10776 923.94543L315.81088 914.89856L316.67026 914.89856L311.98276 923.94543L311.10776 923.94543ZM314.8265 921.6173Q314.8265 920.69543 315.27963 920.0548Q315.74838 919.4142 316.639 919.4142Q317.4515 919.4142 317.98276 919.9923Q318.514 920.5548 318.514 921.6798Q318.514 922.77356 317.96713 923.3673Q317.43588 923.94543 316.639 923.94543Q315.87338 923.94543 315.34213 923.3673Q314.8265 922.7892 314.8265 921.6173ZM316.67026 920.13293Q316.264 920.13293 315.99838 920.4767Q315.74838 920.82043 315.74838 921.7267Q315.74838 922.5392 316.014 922.88293Q316.27963 923.2267 316.67026 923.2267Q317.06088 923.2267 317.3265 922.88293Q317.59213 922.5392 317.59213 921.63293Q317.59213 920.8048 317.3265 920.4767Q317.06088 920.13293 316.67026 920.13293ZM322.98276 920.52356Q322.98276 918.7892 323.93588 917.96106Q324.73276 917.27356 325.889 917.27356Q327.17026 917.27356 327.98276 918.1173Q328.81088 918.94543 328.81088 920.4298Q328.81088 921.63293 328.4515 922.32043Q328.09213 923.00793 327.389 923.39856Q326.7015 923.77356 325.889 923.77356Q324.59213 923.77356 323.77963 922.94543Q322.98276 922.1017 322.98276 920.52356ZM324.06088 920.52356Q324.06088 921.71106 324.5765 922.3048Q325.10776 922.89856 325.889 922.89856Q326.68588 922.89856 327.2015 922.3048Q327.71713 921.71106 327.71713 920.4923Q327.71713 919.33606 327.18588 918.7423Q326.67026 918.14856 325.889 918.14856Q325.10776 918.14856 324.5765 918.7423Q324.06088 919.32043 324.06088 920.52356ZM330.62338 923.63293L330.62338 918.2267L329.68588 918.2267L329.68588 917.4142L330.62338 917.4142L330.62338 916.7423Q330.62338 916.1173 330.73276 915.82043Q330.889 915.39856 331.264 915.14856Q331.65463 914.89856 332.34213 914.89856Q332.79526 914.89856 333.3265 915.00793L333.17026 915.9142Q332.84213 915.8673 332.54526 915.8673Q332.06088 915.8673 331.85776 916.07043Q331.67026 916.27356 331.67026 916.83606L331.67026 917.4142L332.889 917.4142L332.889 918.2267L331.67026 918.2267L331.67026 923.63293L330.62338 923.63293ZM336.35776 923.63293L336.35776 917.4142L337.31088 917.4142L337.31088 918.3517Q337.67026 917.69543 337.96713 917.4923Q338.27963 917.27356 338.65463 917.27356Q339.18588 917.27356 339.73276 917.6017L339.37338 918.58606Q338.98276 918.3517 338.60776 918.3517Q338.24838 918.3517 337.96713 918.57043Q337.7015 918.77356 337.59213 919.14856Q337.40463 919.71106 337.40463 920.3673L337.40463 923.63293L336.35776 923.63293ZM344.62338 921.63293L345.71713 921.75793Q345.46713 922.71106 344.764 923.2423Q344.06088 923.77356 342.98276 923.77356Q341.62338 923.77356 340.81088 922.9298Q340.014 922.08606 340.014 920.57043Q340.014 919.00793 340.8265 918.14856Q341.639 917.27356 342.92026 917.27356Q344.17026 917.27356 344.9515 918.1173Q345.74838 918.96106 345.74838 920.50793Q345.74838 920.6017 345.74838 920.7892L341.10776 920.7892Q341.17026 921.82043 341.68588 922.3673Q342.2015 922.89856 342.98276 922.89856Q343.56088 922.89856 343.96713 922.6017Q344.389 922.2892 344.62338 921.63293ZM341.17026 919.9298L344.639 919.9298Q344.5765 919.13293 344.24838 918.7423Q343.73276 918.13293 342.93588 918.13293Q342.2015 918.13293 341.7015 918.6173Q341.21713 919.1017 341.17026 919.9298ZM346.9515 921.77356L347.98276 921.6173Q348.0765 922.2423 348.46713 922.57043Q348.87338 922.89856 349.60776 922.89856Q350.3265 922.89856 350.67026 922.6173Q351.02963 922.32043 351.02963 921.9142Q351.02963 921.5548 350.71713 921.3517Q350.49838 921.21106 349.639 920.9923Q348.48276 920.69543 348.02963 920.4923Q347.59213 920.27356 347.35776 919.89856Q347.12338 919.52356 347.12338 919.0548Q347.12338 918.64856 347.31088 918.2892Q347.49838 917.9298 347.8265 917.69543Q348.0765 917.52356 348.49838 917.39856Q348.92026 917.27356 349.42026 917.27356Q350.139 917.27356 350.68588 917.4923Q351.24838 917.69543 351.514 918.0548Q351.77963 918.4142 351.87338 919.00793L350.84213 919.14856Q350.77963 918.6798 350.43588 918.4142Q350.10776 918.13293 349.48276 918.13293Q348.764 918.13293 348.4515 918.38293Q348.139 918.6173 348.139 918.94543Q348.139 919.14856 348.264 919.3048Q348.40463 919.4767 348.67026 919.58606Q348.8265 919.64856 349.60776 919.8517Q350.73276 920.1642 351.17026 920.3517Q351.60776 920.5392 351.85776 920.89856Q352.10776 921.25793 352.10776 921.8048Q352.10776 922.33606 351.79526 922.8048Q351.49838 923.25793 350.92026 923.52356Q350.34213 923.77356 349.60776 923.77356Q348.389 923.77356 347.74838 923.27356Q347.12338 922.75793 346.9515 921.77356ZM353.37338 926.02356L353.37338 917.4142L354.3265 917.4142L354.3265 918.21106Q354.67026 917.7423 355.09213 917.50793Q355.52963 917.27356 356.139 917.27356Q356.93588 917.27356 357.54526 917.6798Q358.15463 918.08606 358.4515 918.83606Q358.764 919.58606 358.764 920.4767Q358.764 921.4298 358.42026 922.19543Q358.09213 922.96106 357.43588 923.3673Q356.77963 923.77356 356.06088 923.77356Q355.52963 923.77356 355.10776 923.5548Q354.68588 923.32043 354.42026 922.9923L354.42026 926.02356L353.37338 926.02356ZM354.3265 920.5548Q354.3265 921.75793 354.81088 922.33606Q355.29526 922.89856 355.98276 922.89856Q356.68588 922.89856 357.18588 922.3048Q357.68588 921.71106 357.68588 920.46106Q357.68588 919.27356 357.2015 918.69543Q356.71713 918.1017 356.02963 918.1017Q355.35776 918.1017 354.84213 918.7267Q354.3265 919.3517 354.3265 920.5548ZM359.98276 920.52356Q359.98276 918.7892 360.93588 917.96106Q361.73276 917.27356 362.889 917.27356Q364.17026 917.27356 364.98276 918.1173Q365.81088 918.94543 365.81088 920.4298Q365.81088 921.63293 365.4515 922.32043Q365.09213 923.00793 364.389 923.39856Q363.7015 923.77356 362.889 923.77356Q361.59213 923.77356 360.77963 922.94543Q359.98276 922.1017 359.98276 920.52356ZM361.06088 920.52356Q361.06088 921.71106 361.5765 922.3048Q362.10776 922.89856 362.889 922.89856Q363.68588 922.89856 364.2015 922.3048Q364.71713 921.71106 364.71713 920.4923Q364.71713 919.33606 364.18588 918.7423Q363.67026 918.14856 362.889 918.14856Q362.10776 918.14856 361.5765 918.7423Q361.06088 919.32043 361.06088 920.52356ZM367.37338 923.63293L367.37338 917.4142L368.31088 917.4142L368.31088 918.2892Q368.99838 917.27356 370.29526 917.27356Q370.85776 917.27356 371.3265 917.4767Q371.81088 917.6798 372.04526 918.00793Q372.27963 918.33606 372.37338 918.77356Q372.42026 919.07043 372.42026 919.8048L372.42026 923.63293L371.37338 923.63293L371.37338 919.8517Q371.37338 919.19543 371.24838 918.88293Q371.12338 918.57043 370.81088 918.38293Q370.49838 918.1798 370.0765 918.1798Q369.40463 918.1798 368.90463 918.6173Q368.42026 919.0392 368.42026 920.2267L368.42026 923.63293L367.37338 923.63293ZM378.40463 923.63293L378.40463 922.8517Q377.81088 923.77356 376.67026 923.77356Q375.92026 923.77356 375.29526 923.3673Q374.67026 922.94543 374.3265 922.21106Q373.98276 921.4767 373.98276 920.52356Q373.98276 919.6017 374.29526 918.83606Q374.60776 918.07043 375.23276 917.6798Q375.85776 917.27356 376.62338 917.27356Q377.18588 917.27356 377.62338 917.50793Q378.06088 917.7423 378.34213 918.1173L378.34213 915.0392L379.389 915.0392L379.389 923.63293L378.40463 923.63293ZM375.0765 920.52356Q375.0765 921.7267 375.5765 922.32043Q376.0765 922.89856 376.764 922.89856Q377.4515 922.89856 377.93588 922.33606Q378.42026 921.77356 378.42026 920.6173Q378.42026 919.33606 377.92026 918.7423Q377.43588 918.14856 376.71713 918.14856Q376.014 918.14856 375.54526 918.7267Q375.0765 919.2892 375.0765 920.52356ZM385.62338 921.63293L386.71713 921.75793Q386.46713 922.71106 385.764 923.2423Q385.06088 923.77356 383.98276 923.77356Q382.62338 923.77356 381.81088 922.9298Q381.014 922.08606 381.014 920.57043Q381.014 919.00793 381.8265 918.14856Q382.639 917.27356 383.92026 917.27356Q385.17026 917.27356 385.9515 918.1173Q386.74838 918.96106 386.74838 920.50793Q386.74838 920.6017 386.74838 920.7892L382.10776 920.7892Q382.17026 921.82043 382.68588 922.3673Q383.2015 922.89856 383.98276 922.89856Q384.56088 922.89856 384.96713 922.6017Q385.389 922.2892 385.62338 921.63293ZM382.17026 919.9298L385.639 919.9298Q385.5765 919.13293 385.24838 918.7423Q384.73276 918.13293 383.93588 918.13293Q383.2015 918.13293 382.7015 918.6173Q382.21713 919.1017 382.17026 919.9298ZM388.37338 923.63293L388.37338 917.4142L389.31088 917.4142L389.31088 918.2892Q389.99838 917.27356 391.29526 917.27356Q391.85776 917.27356 392.3265 917.4767Q392.81088 917.6798 393.04526 918.00793Q393.27963 918.33606 393.37338 918.77356Q393.42026 919.07043 393.42026 919.8048L393.42026 923.63293L392.37338 923.63293L392.37338 919.8517Q392.37338 919.19543 392.24838 918.88293Q392.12338 918.57043 391.81088 918.38293Q391.49838 918.1798 391.0765 918.1798Q390.40463 918.1798 389.90463 918.6173Q389.42026 919.0392 389.42026 920.2267L389.42026 923.63293L388.37338 923.63293ZM397.67026 922.69543L397.8265 923.6173Q397.37338 923.71106 397.02963 923.71106Q396.4515 923.71106 396.139 923.5392Q395.8265 923.3517 395.68588 923.0548Q395.56088 922.75793 395.56088 921.8048L395.56088 918.2267L394.79526 918.2267L394.79526 917.4142L395.56088 917.4142L395.56088 915.8673L396.60776 915.2423L396.60776 917.4142L397.67026 917.4142L397.67026 918.2267L396.60776 918.2267L396.60776 921.8673Q396.60776 922.32043 396.65463 922.44543Q396.71713 922.57043 396.84213 922.64856Q396.96713 922.7267 397.2015 922.7267Q397.389 922.7267 397.67026 922.69543ZM397.9515 921.77356L398.98276 921.6173Q399.0765 922.2423 399.46713 922.57043Q399.87338 922.89856 400.60776 922.89856Q401.3265 922.89856 401.67026 922.6173Q402.02963 922.32043 402.02963 921.9142Q402.02963 921.5548 401.71713 921.3517Q401.49838 921.21106 400.639 920.9923Q399.48276 920.69543 399.02963 920.4923Q398.59213 920.27356 398.35776 919.89856Q398.12338 919.52356 398.12338 919.0548Q398.12338 918.64856 398.31088 918.2892Q398.49838 917.9298 398.8265 917.69543Q399.0765 917.52356 399.49838 917.39856Q399.92026 917.27356 400.42026 917.27356Q401.139 917.27356 401.68588 917.4923Q402.24838 917.69543 402.514 918.0548Q402.77963 918.4142 402.87338 919.00793L401.84213 919.14856Q401.77963 918.6798 401.43588 918.4142Q401.10776 918.13293 400.48276 918.13293Q399.764 918.13293 399.4515 918.38293Q399.139 918.6173 399.139 918.94543Q399.139 919.14856 399.264 919.3048Q399.40463 919.4767 399.67026 919.58606Q399.8265 919.64856 400.60776 919.8517Q401.73276 920.1642 402.17026 920.3517Q402.60776 920.5392 402.85776 920.89856Q403.10776 921.25793 403.10776 921.8048Q403.10776 922.33606 402.79526 922.8048Q402.49838 923.25793 401.92026 923.52356Q401.34213 923.77356 400.60776 923.77356Q399.389 923.77356 398.74838 923.27356Q398.12338 922.75793 397.9515 921.77356Z" fill-rule="nonzero"/><path fill="#666666" d="M39.799763 79.7791L37.518513 71.18535L38.690388 71.18535L40.002888 76.82597Q40.206013 77.70097 40.362263 78.57597Q40.690388 77.20097 40.752888 76.98222L42.377888 71.18535L43.752888 71.18535L44.987263 75.5291Q45.440388 77.1541 45.659138 78.57597Q45.815388 77.76347 46.081013 76.70097L47.424763 71.18535L48.565388 71.18535L46.221638 79.7791L45.112263 79.7791L43.315388 73.23222Q43.081013 72.41972 43.034138 72.23222Q42.909138 72.81035 42.784138 73.23222L40.971638 79.7791L39.799763 79.7791ZM53.424763 77.7791L54.518513 77.9041Q54.268513 78.85722 53.565388 79.38847Q52.862263 79.91972 51.784138 79.91972Q50.424763 79.91972 49.612263 79.07597Q48.815388 78.23222 48.815388 76.7166Q48.815388 75.1541 49.627888 74.29472Q50.440388 73.41972 51.721638 73.41972Q52.971638 73.41972 53.752888 74.26347Q54.549763 75.10722 54.549763 76.6541Q54.549763 76.74785 54.549763 76.93535L49.909138 76.93535Q49.971638 77.9666 50.487263 78.51347Q51.002888 79.04472 51.784138 79.04472Q52.362263 79.04472 52.768513 78.74785Q53.190388 78.43535 53.424763 77.7791ZM49.971638 76.07597L53.440388 76.07597Q53.377888 75.2791 53.049763 74.88847Q52.534138 74.2791 51.737263 74.2791Q51.002888 74.2791 50.502888 74.76347Q50.018513 75.24785 49.971638 76.07597ZM57.143513 79.7791L56.159138 79.7791L56.159138 71.18535L57.221638 71.18535L57.221638 74.24785Q57.893513 73.41972 58.924763 73.41972Q59.502888 73.41972 60.002888 73.6541Q60.518513 73.87285 60.846638 74.29472Q61.190388 74.7166 61.377888 75.31035Q61.565388 75.9041 61.565388 76.57597Q61.565388 78.16972 60.768513 79.04472Q59.971638 79.91972 58.877888 79.91972Q57.768513 79.91972 57.143513 78.99785L57.143513 79.7791ZM57.127888 76.62285Q57.127888 77.73222 57.440388 78.23222Q57.940388 79.04472 58.784138 79.04472Q59.471638 79.04472 59.971638 78.45097Q60.487263 77.85722 60.487263 76.6541Q60.487263 75.43535 60.002888 74.85722Q59.518513 74.2791 58.831013 74.2791Q58.143513 74.2791 57.627888 74.88847Q57.127888 75.48222 57.127888 76.62285ZM70.20601 79.7791L70.20601 78.99785Q69.61226 79.91972 68.471634 79.91972Q67.721634 79.91972 67.096634 79.51347Q66.471634 79.0916 66.127884 78.35722Q65.784134 77.62285 65.784134 76.66972Q65.784134 75.74785 66.096634 74.98222Q66.409134 74.2166 67.034134 73.82597Q67.659134 73.41972 68.42476 73.41972Q68.98726 73.41972 69.42476 73.6541Q69.86226 73.88847 70.14351 74.26347L70.14351 71.18535L71.190384 71.18535L71.190384 79.7791L70.20601 79.7791ZM66.877884 76.66972Q66.877884 77.87285 67.377884 78.4666Q67.877884 79.04472 68.565384 79.04472Q69.252884 79.04472 69.73726 78.48222Q70.221634 77.91972 70.221634 76.76347Q70.221634 75.48222 69.721634 74.88847Q69.23726 74.29472 68.51851 74.29472Q67.815384 74.29472 67.346634 74.87285Q66.877884 75.43535 66.877884 76.66972ZM77.42476 77.7791L78.51851 77.9041Q78.26851 78.85722 77.565384 79.38847Q76.86226 79.91972 75.784134 79.91972Q74.42476 79.91972 73.61226 79.07597Q72.815384 78.23222 72.815384 76.7166Q72.815384 75.1541 73.627884 74.29472Q74.440384 73.41972 75.721634 73.41972Q76.971634 73.41972 77.752884 74.26347Q78.54976 75.10722 78.54976 76.6541Q78.54976 76.74785 78.54976 76.93535L73.909134 76.93535Q73.971634 77.9666 74.48726 78.51347Q75.002884 79.04472 75.784134 79.04472Q76.36226 79.04472 76.76851 78.74785Q77.190384 78.43535 77.42476 77.7791ZM73.971634 76.07597L77.440384 76.07597Q77.377884 75.2791 77.04976 74.88847Q76.534134 74.2791 75.73726 74.2791Q75.002884 74.2791 74.502884 74.76347Q74.01851 75.24785 73.971634 76.07597ZM81.89351 79.7791L79.534134 73.56035L80.64351 73.56035L81.98726 77.2791Q82.190384 77.88847 82.377884 78.5291Q82.51851 78.04472 82.76851 77.35722L84.159134 73.56035L85.23726 73.56035L82.877884 79.7791L81.89351 79.7791ZM90.42476 77.7791L91.51851 77.9041Q91.26851 78.85722 90.565384 79.38847Q89.86226 79.91972 88.784134 79.91972Q87.42476 79.91972 86.61226 79.07597Q85.815384 78.23222 85.815384 76.7166Q85.815384 75.1541 86.627884 74.29472Q87.440384 73.41972 88.721634 73.41972Q89.971634 73.41972 90.752884 74.26347Q91.54976 75.10722 91.54976 76.6541Q91.54976 76.74785 91.54976 76.93535L86.909134 76.93535Q86.971634 77.9666 87.48726 78.51347Q88.002884 79.04472 88.784134 79.04472Q89.36226 79.04472 89.76851 78.74785Q90.190384 78.43535 90.42476 77.7791ZM86.971634 76.07597L90.440384 76.07597Q90.377884 75.2791 90.04976 74.88847Q89.534134 74.2791 88.73726 74.2791Q88.002884 74.2791 87.502884 74.76347Q87.01851 75.24785 86.971634 76.07597ZM93.14351 79.7791L93.14351 71.18535L94.20601 71.18535L94.20601 79.7791L93.14351 79.7791ZM95.784134 76.66972Q95.784134 74.93535 96.73726 74.10722Q97.534134 73.41972 98.690384 73.41972Q99.971634 73.41972 100.784134 74.26347Q101.61226 75.0916 101.61226 76.57597Q101.61226 77.7791 101.252884 78.4666Q100.89351 79.1541 100.190384 79.54472Q99.502884 79.91972 98.690384 79.91972Q97.39351 79.91972 96.58101 79.0916Q95.784134 78.24785 95.784134 76.66972ZM96.86226 76.66972Q96.86226 77.85722 97.377884 78.45097Q97.909134 79.04472 98.690384 79.04472Q99.48726 79.04472 100.002884 78.45097Q100.51851 77.85722 100.51851 76.63847Q100.51851 75.48222 99.98726 74.88847Q99.471634 74.29472 98.690384 74.29472Q97.909134 74.29472 97.377884 74.88847Q96.86226 75.4666 96.86226 76.66972ZM103.17476 82.16972L103.17476 73.56035L104.127884 73.56035L104.127884 74.35722Q104.471634 73.88847 104.89351 73.6541Q105.33101 73.41972 105.940384 73.41972Q106.73726 73.41972 107.346634 73.82597Q107.95601 74.23222 108.252884 74.98222Q108.565384 75.73222 108.565384 76.62285Q108.565384 77.57597 108.221634 78.3416Q107.89351 79.10722 107.23726 79.51347Q106.58101 79.91972 105.86226 79.91972Q105.33101 79.91972 104.909134 79.70097Q104.48726 79.4666 104.221634 79.13847L104.221634 82.16972L103.17476 82.16972ZM104.127884 76.70097Q104.127884 77.9041 104.61226 78.48222Q105.096634 79.04472 105.784134 79.04472Q106.48726 79.04472 106.98726 78.45097Q107.48726 77.85722 107.48726 76.60722Q107.48726 75.41972 107.002884 74.8416Q106.51851 74.24785 105.83101 74.24785Q105.159134 74.24785 104.64351 74.87285Q104.127884 75.49785 104.127884 76.70097ZM110.17476 79.7791L110.17476 73.56035L111.11226 73.56035L111.11226 74.43535Q111.409134 73.9666 111.89351 73.70097Q112.377884 73.41972 113.002884 73.41972Q113.690384 73.41972 114.127884 73.70097Q114.58101 73.98222 114.752884 74.49785Q115.502884 73.41972 116.67476 73.41972Q117.61226 73.41972 118.096634 73.93535Q118.596634 74.43535 118.596634 75.51347L118.596634 79.7791L117.54976 79.7791L117.54976 75.85722Q117.54976 75.23222 117.440384 74.95097Q117.346634 74.66972 117.08101 74.49785Q116.815384 74.32597 116.440384 74.32597Q115.784134 74.32597 115.346634 74.76347Q114.92476 75.20097 114.92476 76.16972L114.92476 79.7791L113.86226 79.7791L113.86226 75.73222Q113.86226 75.0291 113.596634 74.68535Q113.346634 74.32597 112.76851 74.32597Q112.315384 74.32597 111.940384 74.56035Q111.565384 74.79472 111.39351 75.24785Q111.221634 75.70097 111.221634 76.54472L111.221634 79.7791L110.17476 79.7791ZM124.42476 77.7791L125.51851 77.9041Q125.26851 78.85722 124.565384 79.38847Q123.86226 79.91972 122.784134 79.91972Q121.42476 79.91972 120.61226 79.07597Q119.815384 78.23222 119.815384 76.7166Q119.815384 75.1541 120.627884 74.29472Q121.440384 73.41972 122.721634 73.41972Q123.971634 73.41972 124.752884 74.26347Q125.54976 75.10722 125.54976 76.6541Q125.54976 76.74785 125.54976 76.93535L120.909134 76.93535Q120.971634 77.9666 121.48726 78.51347Q122.002884 79.04472 122.784134 79.04472Q123.36226 79.04472 123.76851 78.74785Q124.190384 78.43535 124.42476 77.7791ZM120.971634 76.07597L124.440384 76.07597Q124.377884 75.2791 124.04976 74.88847Q123.534134 74.2791 122.73726 74.2791Q122.002884 74.2791 121.502884 74.76347Q121.01851 75.24785 120.971634 76.07597ZM127.17476 79.7791L127.17476 73.56035L128.11226 73.56035L128.11226 74.43535Q128.79976 73.41972 130.09663 73.41972Q130.65913 73.41972 131.12788 73.62285Q131.61226 73.82597 131.84663 74.1541Q132.08101 74.48222 132.17476 74.91972Q132.22163 75.2166 132.22163 75.95097L132.22163 79.7791L131.17476 79.7791L131.17476 75.99785Q131.17476 75.3416 131.04976 75.0291Q130.92476 74.7166 130.61226 74.5291Q130.29976 74.32597 129.87788 74.32597Q129.20601 74.32597 128.70601 74.76347Q128.22163 75.18535 128.22163 76.37285L128.22163 79.7791L127.17476 79.7791ZM136.47163 78.8416L136.62788 79.76347Q136.17476 79.85722 135.83101 79.85722Q135.25288 79.85722 134.94038 79.68535Q134.62788 79.49785 134.48726 79.20097Q134.36226 78.9041 134.36226 77.95097L134.36226 74.37285L133.59663 74.37285L133.59663 73.56035L134.36226 73.56035L134.36226 72.01347L135.40913 71.38847L135.40913 73.56035L136.47163 73.56035L136.47163 74.37285L135.40913 74.37285L135.40913 78.01347Q135.40913 78.4666 135.45601 78.5916Q135.51851 78.7166 135.64351 78.79472Q135.76851 78.87285 136.00288 78.87285Q136.19038 78.87285 136.47163 78.8416Z" fill-rule="nonzero"/><path fill="#666666" d="M93.29977 135.06644L93.29977 126.47269L96.26852 126.47269Q97.26852 126.47269 97.79977 126.59769Q98.53414 126.76956 99.04977 127.20706Q99.73727 127.78519 100.06539 128.69144Q100.40914 129.58206 100.40914 130.72269Q100.40914 131.70706 100.17477 132.45706Q99.95602 133.20706 99.59664 133.70706Q99.23727 134.20706 98.79977 134.48831Q98.37789 134.76956 97.78414 134.92581Q97.19039 135.06644 96.40914 135.06644L93.29977 135.06644ZM94.44039 134.05081L96.26852 134.05081Q97.12789 134.05081 97.61227 133.89456Q98.09664 133.73831 98.37789 133.44144Q98.78414 133.05081 99.00289 132.36331Q99.23727 131.67581 99.23727 130.70706Q99.23727 129.36331 98.78414 128.64456Q98.34664 127.91019 97.72164 127.66019Q97.25289 127.48831 96.25289 127.48831L94.44039 127.48831L94.44039 134.05081ZM106.42477 133.06644L107.51852 133.19144Q107.26852 134.14456 106.56539 134.67581Q105.86227 135.20706 104.78414 135.20706Q103.42477 135.20706 102.61227 134.36331Q101.81539 133.51956 101.81539 132.00394Q101.81539 130.44144 102.62789 129.58206Q103.44039 128.70706 104.72164 128.70706Q105.97164 128.70706 106.75289 129.55081Q107.54977 130.39456 107.54977 131.94144Q107.54977 132.03519 107.54977 132.22269L102.90914 132.22269Q102.97164 133.25394 103.48727 133.80081Q104.00289 134.33206 104.78414 134.33206Q105.36227 134.33206 105.76852 134.03519Q106.19039 133.72269 106.42477 133.06644ZM102.97164 131.36331L106.44039 131.36331Q106.37789 130.56644 106.04977 130.17581Q105.53414 129.56644 104.73727 129.56644Q104.00289 129.56644 103.50289 130.05081Q103.01852 130.53519 102.97164 131.36331ZM110.89352 135.06644L108.53414 128.84769L109.64352 128.84769L110.98727 132.56644Q111.19039 133.17581 111.37789 133.81644Q111.51852 133.33206 111.76852 132.64456L113.15914 128.84769L114.23727 128.84769L111.87789 135.06644L110.89352 135.06644ZM114.95602 130.87894Q114.95602 128.73831 116.09664 127.53519Q117.25289 126.31644 119.06539 126.31644Q120.26852 126.31644 121.22164 126.89456Q122.17477 127.45706 122.67477 128.47269Q123.17477 129.48831 123.17477 130.78519Q123.17477 132.08206 122.64352 133.11331Q122.11227 134.14456 121.14352 134.67581Q120.19039 135.20706 119.06539 135.20706Q117.84664 135.20706 116.89352 134.62894Q115.94039 134.03519 115.44039 133.03519Q114.95602 132.01956 114.95602 130.87894ZM116.12789 130.89456Q116.12789 132.45706 116.95602 133.34769Q117.79977 134.23831 119.06539 134.23831Q120.34664 134.23831 121.17477 133.34769Q122.00289 132.44144 122.00289 130.76956Q122.00289 129.72269 121.64352 128.94144Q121.29977 128.16019 120.61227 127.73831Q119.92477 127.30081 119.08102 127.30081Q117.87789 127.30081 117.00289 128.12894Q116.12789 128.95706 116.12789 130.89456ZM124.17477 137.45706L124.17477 128.84769L125.12789 128.84769L125.12789 129.64456Q125.47164 129.17581 125.89352 128.94144Q126.33102 128.70706 126.94039 128.70706Q127.73727 128.70706 128.34665 129.11331Q128.95602 129.51956 129.2529 130.26956Q129.5654 131.01956 129.5654 131.91019Q129.5654 132.86331 129.22165 133.62894Q128.89352 134.39456 128.23727 134.80081Q127.58102 135.20706 126.86227 135.20706Q126.33102 135.20706 125.90914 134.98831Q125.48727 134.75394 125.22164 134.42581L125.22164 137.45706L124.17477 137.45706ZM125.12789 131.98831Q125.12789 133.19144 125.61227 133.76956Q126.09664 134.33206 126.78414 134.33206Q127.48727 134.33206 127.98727 133.73831Q128.48727 133.14456 128.48727 131.89456Q128.48727 130.70706 128.0029 130.12894Q127.51852 129.53519 126.83102 129.53519Q126.15914 129.53519 125.64352 130.16019Q125.12789 130.78519 125.12789 131.98831ZM130.7529 133.20706L131.78415 133.05081Q131.8779 133.67581 132.26852 134.00394Q132.67477 134.33206 133.40915 134.33206Q134.1279 134.33206 134.47165 134.05081Q134.83102 133.75394 134.83102 133.34769Q134.83102 132.98831 134.51852 132.78519Q134.29977 132.64456 133.4404 132.42581Q132.28415 132.12894 131.83102 131.92581Q131.39352 131.70706 131.15915 131.33206Q130.92477 130.95706 130.92477 130.48831Q130.92477 130.08206 131.11227 129.72269Q131.29977 129.36331 131.6279 129.12894Q131.8779 128.95706 132.29977 128.83206Q132.72165 128.70706 133.22165 128.70706Q133.9404 128.70706 134.48727 128.92581Q135.04977 129.12894 135.3154 129.48831Q135.58102 129.84769 135.67477 130.44144L134.64352 130.58206Q134.58102 130.11331 134.23727 129.84769Q133.90915 129.56644 133.28415 129.56644Q132.5654 129.56644 132.2529 129.81644Q131.9404 130.05081 131.9404 130.37894Q131.9404 130.58206 132.0654 130.73831Q132.20602 130.91019 132.47165 131.01956Q132.6279 131.08206 133.40915 131.28519Q134.53415 131.59769 134.97165 131.78519Q135.40915 131.97269 135.65915 132.33206Q135.90915 132.69144 135.90915 133.23831Q135.90915 133.76956 135.59665 134.23831Q135.29977 134.69144 134.72165 134.95706Q134.14352 135.20706 133.40915 135.20706Q132.1904 135.20706 131.54977 134.70706Q130.92477 134.19144 130.7529 133.20706Z" fill-rule="nonzero"/><path fill="#666666" d="M90.92477 180.58815L91.98727 180.4944Q92.06539 181.15065 92.34664 181.5569Q92.62789 181.96315 93.20602 182.22878Q93.79977 182.47878 94.53414 182.47878Q95.17477 182.47878 95.67477 182.29128Q96.17477 182.08815 96.40914 181.76003Q96.65914 181.41628 96.65914 181.02565Q96.65914 180.6194 96.42477 180.32253Q96.19039 180.01003 95.65914 179.8069Q95.29977 179.66628 94.11227 179.38503Q92.94039 179.10378 92.47164 178.85378Q91.84664 178.52565 91.54977 178.0569Q91.25289 177.57253 91.25289 176.97878Q91.25289 176.33815 91.61227 175.77565Q91.98727 175.19753 92.69039 174.91628Q93.40914 174.6194 94.26852 174.6194Q95.22164 174.6194 95.95602 174.9319Q96.69039 175.22878 97.08102 175.83815Q97.47164 176.4319 97.50289 177.1819L96.40914 177.26003Q96.31539 176.44753 95.79977 176.04128Q95.29977 175.6194 94.31539 175.6194Q93.28414 175.6194 92.81539 175.9944Q92.34664 176.3694 92.34664 176.90065Q92.34664 177.3694 92.67477 177.66628Q93.00289 177.96315 94.37789 178.27565Q95.76852 178.58815 96.28414 178.82253Q97.03414 179.1819 97.39352 179.71315Q97.75289 180.22878 97.75289 180.9319Q97.75289 181.6194 97.36227 182.22878Q96.97164 182.82253 96.23727 183.16628Q95.50289 183.4944 94.58102 183.4944Q93.40914 183.4944 92.61227 183.16628Q91.83102 182.82253 91.37789 182.13503Q90.94039 181.44753 90.92477 180.58815ZM99.12789 185.7444L99.00289 184.76003Q99.34664 184.85378 99.61227 184.85378Q99.95602 184.85378 100.15914 184.72878Q100.37789 184.6194 100.51852 184.41628Q100.61227 184.2444 100.84664 183.6194Q100.86227 183.54128 100.94039 183.3694L98.56539 177.13503L99.70602 177.13503L101.00289 180.72878Q101.25289 181.41628 101.45602 182.1819Q101.64352 181.44753 101.89352 180.76003L103.22164 177.13503L104.26852 177.13503L101.90914 183.46315Q101.51852 184.47878 101.31539 184.8694Q101.03414 185.40065 100.65914 185.63503Q100.29977 185.88503 99.79977 185.88503Q99.50289 185.88503 99.12789 185.7444ZM104.75289 181.4944L105.78414 181.33815Q105.87789 181.96315 106.26852 182.29128Q106.67477 182.6194 107.40914 182.6194Q108.12789 182.6194 108.47164 182.33815Q108.83102 182.04128 108.83102 181.63503Q108.83102 181.27565 108.51852 181.07253Q108.29977 180.9319 107.44039 180.71315Q106.28414 180.41628 105.83102 180.21315Q105.39352 179.9944 105.15914 179.6194Q104.92477 179.2444 104.92477 178.77565Q104.92477 178.3694 105.11227 178.01003Q105.29977 177.65065 105.62789 177.41628Q105.87789 177.2444 106.29977 177.1194Q106.72164 176.9944 107.22164 176.9944Q107.94039 176.9944 108.48727 177.21315Q109.04977 177.41628 109.31539 177.77565Q109.58102 178.13503 109.67477 178.72878L108.64352 178.8694Q108.58102 178.40065 108.23727 178.13503Q107.90914 177.85378 107.28414 177.85378Q106.56539 177.85378 106.25289 178.10378Q105.94039 178.33815 105.94039 178.66628Q105.94039 178.8694 106.06539 179.02565Q106.20602 179.19753 106.47164 179.3069Q106.62789 179.3694 107.40914 179.57253Q108.53414 179.88503 108.97164 180.07253Q109.40914 180.26003 109.65914 180.6194Q109.90914 180.97878 109.90914 181.52565Q109.90914 182.0569 109.59664 182.52565Q109.29977 182.97878 108.72164 183.2444Q108.14352 183.4944 107.40914 183.4944Q106.19039 183.4944 105.54977 182.9944Q104.92477 182.47878 104.75289 181.4944ZM113.47164 182.41628L113.62789 183.33815Q113.17477 183.4319 112.83102 183.4319Q112.25289 183.4319 111.94039 183.26003Q111.62789 183.07253 111.48727 182.77565Q111.36227 182.47878 111.36227 181.52565L111.36227 177.94753L110.59664 177.94753L110.59664 177.13503L111.36227 177.13503L111.36227 175.58815L112.40914 174.96315L112.40914 177.13503L113.47164 177.13503L113.47164 177.94753L112.40914 177.94753L112.40914 181.58815Q112.40914 182.04128 112.45602 182.16628Q112.51852 182.29128 112.64352 182.3694Q112.76852 182.44753 113.00289 182.44753Q113.19039 182.44753 113.47164 182.41628ZM118.42477 181.35378L119.51852 181.47878Q119.26852 182.4319 118.56539 182.96315Q117.86227 183.4944 116.78414 183.4944Q115.42477 183.4944 114.61227 182.65065Q113.81539 181.8069 113.81539 180.29128Q113.81539 178.72878 114.62789 177.8694Q115.44039 176.9944 116.72164 176.9944Q117.97164 176.9944 118.75289 177.83815Q119.54977 178.6819 119.54977 180.22878Q119.54977 180.32253 119.54977 180.51003L114.90914 180.51003Q114.97164 181.54128 115.48727 182.08815Q116.00289 182.6194 116.78414 182.6194Q117.36227 182.6194 117.76852 182.32253Q118.19039 182.01003 118.42477 181.35378ZM114.97164 179.65065L118.44039 179.65065Q118.37789 178.85378 118.04977 178.46315Q117.53414 177.85378 116.73727 177.85378Q116.00289 177.85378 115.50289 178.33815Q115.01852 178.82253 114.97164 179.65065ZM121.17477 183.35378L121.17477 177.13503L122.11227 177.13503L122.11227 178.01003Q122.40914 177.54128 122.89352 177.27565Q123.37789 176.9944 124.00289 176.9944Q124.69039 176.9944 125.12789 177.27565Q125.58102 177.5569 125.75289 178.07253Q126.50289 176.9944 127.67477 176.9944Q128.61227 176.9944 129.09665 177.51003Q129.59665 178.01003 129.59665 179.08815L129.59665 183.35378L128.54977 183.35378L128.54977 179.4319Q128.54977 178.8069 128.4404 178.52565Q128.34665 178.2444 128.08102 178.07253Q127.81539 177.90065 127.44039 177.90065Q126.78414 177.90065 126.34664 178.33815Q125.92477 178.77565 125.92477 179.7444L125.92477 183.35378L124.86227 183.35378L124.86227 179.3069Q124.86227 178.60378 124.59664 178.26003Q124.34664 177.90065 123.76852 177.90065Q123.31539 177.90065 122.94039 178.13503Q122.56539 178.3694 122.39352 178.82253Q122.22164 179.27565 122.22164 180.1194L122.22164 183.35378L121.17477 183.35378ZM130.7529 181.4944L131.78415 181.33815Q131.8779 181.96315 132.26852 182.29128Q132.67477 182.6194 133.40915 182.6194Q134.1279 182.6194 134.47165 182.33815Q134.83102 182.04128 134.83102 181.63503Q134.83102 181.27565 134.51852 181.07253Q134.29977 180.9319 133.4404 180.71315Q132.28415 180.41628 131.83102 180.21315Q131.39352 179.9944 131.15915 179.6194Q130.92477 179.2444 130.92477 178.77565Q130.92477 178.3694 131.11227 178.01003Q131.29977 177.65065 131.6279 177.41628Q131.8779 177.2444 132.29977 177.1194Q132.72165 176.9944 133.22165 176.9944Q133.9404 176.9944 134.48727 177.21315Q135.04977 177.41628 135.3154 177.77565Q135.58102 178.13503 135.67477 178.72878L134.64352 178.8694Q134.58102 178.40065 134.23727 178.13503Q133.90915 177.85378 133.28415 177.85378Q132.5654 177.85378 132.2529 178.10378Q131.9404 178.33815 131.9404 178.66628Q131.9404 178.8694 132.0654 179.02565Q132.20602 179.19753 132.47165 179.3069Q132.6279 179.3694 133.40915 179.57253Q134.53415 179.88503 134.97165 180.07253Q135.40915 180.26003 135.65915 180.6194Q135.90915 180.97878 135.90915 181.52565Q135.90915 182.0569 135.59665 182.52565Q135.29977 182.97878 134.72165 183.2444Q134.14352 183.4944 133.40915 183.4944Q132.1904 183.4944 131.54977 182.9944Q130.92477 182.47878 130.7529 181.4944Z" fill-rule="nonzero"/><path fill="#666666" d="M64.17476 199.7444L64.17476 191.13503L65.127884 191.13503L65.127884 191.9319Q65.471634 191.46315 65.89351 191.22878Q66.33101 190.9944 66.940384 190.9944Q67.73726 190.9944 68.346634 191.40065Q68.95601 191.8069 69.252884 192.5569Q69.565384 193.3069 69.565384 194.19753Q69.565384 195.15065 69.221634 195.91628Q68.89351 196.6819 68.23726 197.08815Q67.58101 197.4944 66.86226 197.4944Q66.33101 197.4944 65.909134 197.27565Q65.48726 197.04128 65.221634 196.71315L65.221634 199.7444L64.17476 199.7444ZM65.127884 194.27565Q65.127884 195.47878 65.61226 196.0569Q66.096634 196.6194 66.784134 196.6194Q67.48726 196.6194 67.98726 196.02565Q68.48726 195.4319 68.48726 194.1819Q68.48726 192.9944 68.002884 192.41628Q67.51851 191.82253 66.83101 191.82253Q66.159134 191.82253 65.64351 192.44753Q65.127884 193.07253 65.127884 194.27565ZM71.159134 197.35378L71.159134 191.13503L72.11226 191.13503L72.11226 192.07253Q72.471634 191.41628 72.76851 191.21315Q73.08101 190.9944 73.45601 190.9944Q73.98726 190.9944 74.534134 191.32253L74.17476 192.3069Q73.784134 192.07253 73.409134 192.07253Q73.04976 192.07253 72.76851 192.29128Q72.502884 192.4944 72.39351 192.8694Q72.20601 193.4319 72.20601 194.08815L72.20601 197.35378L71.159134 197.35378ZM74.784134 194.2444Q74.784134 192.51003 75.73726 191.6819Q76.534134 190.9944 77.690384 190.9944Q78.971634 190.9944 79.784134 191.83815Q80.61226 192.66628 80.61226 194.15065Q80.61226 195.35378 80.252884 196.04128Q79.89351 196.72878 79.190384 197.1194Q78.502884 197.4944 77.690384 197.4944Q76.39351 197.4944 75.58101 196.66628Q74.784134 195.82253 74.784134 194.2444ZM75.86226 194.2444Q75.86226 195.4319 76.377884 196.02565Q76.909134 196.6194 77.690384 196.6194Q78.48726 196.6194 79.002884 196.02565Q79.51851 195.4319 79.51851 194.21315Q79.51851 193.0569 78.98726 192.46315Q78.471634 191.8694 77.690384 191.8694Q76.909134 191.8694 76.377884 192.46315Q75.86226 193.04128 75.86226 194.2444ZM81.971634 197.8694L83.002884 198.02565Q83.065384 198.4944 83.36226 198.71315Q83.752884 199.01003 84.42476 199.01003Q85.159134 199.01003 85.54976 198.71315Q85.95601 198.41628 86.096634 197.90065Q86.190384 197.57253 86.17476 196.54128Q85.48726 197.35378 84.45601 197.35378Q83.17476 197.35378 82.471634 196.4319Q81.76851 195.4944 81.76851 194.21315Q81.76851 193.32253 82.08101 192.57253Q82.409134 191.8069 83.01851 191.40065Q83.627884 190.9944 84.45601 190.9944Q85.565384 190.9944 86.284134 191.88503L86.284134 191.13503L87.252884 191.13503L87.252884 196.51003Q87.252884 197.96315 86.95601 198.57253Q86.659134 199.1819 86.01851 199.52565Q85.377884 199.88503 84.440384 199.88503Q83.33101 199.88503 82.64351 199.38503Q81.95601 198.88503 81.971634 197.8694ZM82.846634 194.13503Q82.846634 195.35378 83.33101 195.91628Q83.815384 196.47878 84.54976 196.47878Q85.284134 196.47878 85.76851 195.91628Q86.26851 195.35378 86.26851 194.16628Q86.26851 193.02565 85.752884 192.44753Q85.252884 191.8694 84.534134 191.8694Q83.83101 191.8694 83.33101 192.44753Q82.846634 193.01003 82.846634 194.13503ZM89.159134 197.35378L89.159134 191.13503L90.11226 191.13503L90.11226 192.07253Q90.471634 191.41628 90.76851 191.21315Q91.08101 190.9944 91.45601 190.9944Q91.98726 190.9944 92.534134 191.32253L92.17476 192.3069Q91.784134 192.07253 91.409134 192.07253Q91.04976 192.07253 90.76851 192.29128Q90.502884 192.4944 90.39351 192.8694Q90.20601 193.4319 90.20601 194.08815L90.20601 197.35378L89.159134 197.35378ZM97.23726 196.58815Q96.64351 197.08815 96.096634 197.29128Q95.565384 197.4944 94.940384 197.4944Q93.909134 197.4944 93.36226 196.9944Q92.815384 196.4944 92.815384 195.71315Q92.815384 195.26003 93.01851 194.88503Q93.221634 194.4944 93.565384 194.27565Q93.909134 194.04128 94.33101 193.9319Q94.627884 193.83815 95.26851 193.76003Q96.534134 193.6194 97.14351 193.40065Q97.14351 193.1819 97.14351 193.13503Q97.14351 192.47878 96.846634 192.21315Q96.440384 191.8694 95.64351 191.8694Q94.909134 191.8694 94.54976 192.13503Q94.190384 192.38503 94.01851 193.04128L92.98726 192.90065Q93.127884 192.2444 93.45601 191.83815Q93.784134 191.4319 94.39351 191.21315Q95.002884 190.9944 95.79976 190.9944Q96.596634 190.9944 97.096634 191.1819Q97.596634 191.3694 97.83101 191.65065Q98.065384 191.9319 98.159134 192.3694Q98.20601 192.63503 98.20601 193.33815L98.20601 194.7444Q98.20601 196.21315 98.26851 196.60378Q98.346634 196.9944 98.54976 197.35378L97.440384 197.35378Q97.284134 197.02565 97.23726 196.58815ZM97.14351 194.22878Q96.565384 194.46315 95.42476 194.63503Q94.76851 194.72878 94.502884 194.85378Q94.23726 194.96315 94.08101 195.1819Q93.940384 195.40065 93.940384 195.6819Q93.940384 196.10378 94.252884 196.38503Q94.58101 196.66628 95.190384 196.66628Q95.79976 196.66628 96.26851 196.40065Q96.752884 196.13503 96.971634 195.66628Q97.14351 195.3069 97.14351 194.6194L97.14351 194.22878ZM100.17476 197.35378L100.17476 191.13503L101.11226 191.13503L101.11226 192.01003Q101.409134 191.54128 101.89351 191.27565Q102.377884 190.9944 103.002884 190.9944Q103.690384 190.9944 104.127884 191.27565Q104.58101 191.5569 104.752884 192.07253Q105.502884 190.9944 106.67476 190.9944Q107.61226 190.9944 108.096634 191.51003Q108.596634 192.01003 108.596634 193.08815L108.596634 197.35378L107.54976 197.35378L107.54976 193.4319Q107.54976 192.8069 107.440384 192.52565Q107.346634 192.2444 107.08101 192.07253Q106.815384 191.90065 106.440384 191.90065Q105.784134 191.90065 105.346634 192.33815Q104.92476 192.77565 104.92476 193.7444L104.92476 197.35378L103.86226 197.35378L103.86226 193.3069Q103.86226 192.60378 103.596634 192.26003Q103.346634 191.90065 102.76851 191.90065Q102.315384 191.90065 101.940384 192.13503Q101.565384 192.3694 101.39351 192.82253Q101.221634 193.27565 101.221634 194.1194L101.221634 197.35378L100.17476 197.35378ZM110.17476 197.35378L110.17476 191.13503L111.11226 191.13503L111.11226 192.01003Q111.409134 191.54128 111.89351 191.27565Q112.377884 190.9944 113.002884 190.9944Q113.690384 190.9944 114.127884 191.27565Q114.58101 191.5569 114.752884 192.07253Q115.502884 190.9944 116.67476 190.9944Q117.61226 190.9944 118.096634 191.51003Q118.596634 192.01003 118.596634 193.08815L118.596634 197.35378L117.54976 197.35378L117.54976 193.4319Q117.54976 192.8069 117.440384 192.52565Q117.346634 192.2444 117.08101 192.07253Q116.815384 191.90065 116.440384 191.90065Q115.784134 191.90065 115.346634 192.33815Q114.92476 192.77565 114.92476 193.7444L114.92476 197.35378L113.86226 197.35378L113.86226 193.3069Q113.86226 192.60378 113.596634 192.26003Q113.346634 191.90065 112.76851 191.90065Q112.315384 191.90065 111.940384 192.13503Q111.565384 192.3694 111.39351 192.82253Q111.221634 193.27565 111.221634 194.1194L111.221634 197.35378L110.17476 197.35378ZM120.17476 189.97878L120.17476 188.76003L121.23726 188.76003L121.23726 189.97878L120.17476 189.97878ZM120.17476 197.35378L120.17476 191.13503L121.23726 191.13503L121.23726 197.35378L120.17476 197.35378ZM123.17476 197.35378L123.17476 191.13503L124.11226 191.13503L124.11226 192.01003Q124.79976 190.9944 126.096634 190.9944Q126.659134 190.9944 127.127884 191.19753Q127.61226 191.40065 127.846634 191.72878Q128.08101 192.0569 128.17476 192.4944Q128.22163 192.79128 128.22163 193.52565L128.22163 197.35378L127.17476 197.35378L127.17476 193.57253Q127.17476 192.91628 127.04976 192.60378Q126.92476 192.29128 126.61226 192.10378Q126.29976 191.90065 125.877884 191.90065Q125.20601 191.90065 124.70601 192.33815Q124.221634 192.76003 124.221634 193.94753L124.221634 197.35378L123.17476 197.35378ZM129.97163 197.8694L131.00288 198.02565Q131.06538 198.4944 131.36226 198.71315Q131.75288 199.01003 132.42476 199.01003Q133.15913 199.01003 133.54976 198.71315Q133.95601 198.41628 134.09663 197.90065Q134.19038 197.57253 134.17476 196.54128Q133.48726 197.35378 132.45601 197.35378Q131.17476 197.35378 130.47163 196.4319Q129.76851 195.4944 129.76851 194.21315Q129.76851 193.32253 130.08101 192.57253Q130.40913 191.8069 131.01851 191.40065Q131.62788 190.9944 132.45601 190.9944Q133.56538 190.9944 134.28413 191.88503L134.28413 191.13503L135.25288 191.13503L135.25288 196.51003Q135.25288 197.96315 134.95601 198.57253Q134.65913 199.1819 134.01851 199.52565Q133.37788 199.88503 132.44038 199.88503Q131.33101 199.88503 130.64351 199.38503Q129.95601 198.88503 129.97163 197.8694ZM130.84663 194.13503Q130.84663 195.35378 131.33101 195.91628Q131.81538 196.47878 132.54976 196.47878Q133.28413 196.47878 133.76851 195.91628Q134.26851 195.35378 134.26851 194.16628Q134.26851 193.02565 133.75288 192.44753Q133.25288 191.8694 132.53413 191.8694Q131.83101 191.8694 131.33101 192.44753Q130.84663 193.01003 130.84663 194.13503Z" fill-rule="nonzero"/><path fill="#666666" d="M92.29977 238.64111L92.29977 230.04736L93.45602 230.04736L97.97164 236.79736L97.97164 230.04736L99.06539 230.04736L99.06539 238.64111L97.89352 238.64111L93.37789 231.89111L93.37789 238.64111L92.29977 238.64111ZM105.42477 236.64111L106.51852 236.76611Q106.26852 237.71924 105.56539 238.25049Q104.86227 238.78174 103.78414 238.78174Q102.42477 238.78174 101.61227 237.93799Q100.81539 237.09424 100.81539 235.57861Q100.81539 234.01611 101.62789 233.15674Q102.44039 232.28174 103.72164 232.28174Q104.97164 232.28174 105.75289 233.12549Q106.54977 233.96924 106.54977 235.51611Q106.54977 235.60986 106.54977 235.79736L101.90914 235.79736Q101.97164 236.82861 102.48727 237.37549Q103.00289 237.90674 103.78414 237.90674Q104.36227 237.90674 104.76852 237.60986Q105.19039 237.29736 105.42477 236.64111ZM101.97164 234.93799L105.44039 234.93799Q105.37789 234.14111 105.04977 233.75049Q104.53414 233.14111 103.73727 233.14111Q103.00289 233.14111 102.50289 233.62549Q102.01852 234.10986 101.97164 234.93799ZM110.47164 237.70361L110.62789 238.62549Q110.17477 238.71924 109.83102 238.71924Q109.25289 238.71924 108.94039 238.54736Q108.62789 238.35986 108.48727 238.06299Q108.36227 237.76611 108.36227 236.81299L108.36227 233.23486L107.59664 233.23486L107.59664 232.42236L108.36227 232.42236L108.36227 230.87549L109.40914 230.25049L109.40914 232.42236L110.47164 232.42236L110.47164 233.23486L109.40914 233.23486L109.40914 236.87549Q109.40914 237.32861 109.45602 237.45361Q109.51852 237.57861 109.64352 237.65674Q109.76852 237.73486 110.00289 237.73486Q110.19039 237.73486 110.47164 237.70361ZM112.31539 238.64111L110.40914 232.42236L111.50289 232.42236L112.48727 236.01611L112.86227 237.34424Q112.89352 237.25049 113.19039 236.06299L114.17477 232.42236L115.25289 232.42236L116.19039 236.03174L116.50289 237.21924L116.86227 236.01611L117.92477 232.42236L118.95602 232.42236L117.00289 238.64111L115.90914 238.64111L114.92477 234.90674L114.67477 233.85986L113.42477 238.64111L112.31539 238.64111ZM119.78414 235.53174Q119.78414 233.79736 120.73727 232.96924Q121.53414 232.28174 122.69039 232.28174Q123.97164 232.28174 124.78414 233.12549Q125.61227 233.95361 125.61227 235.43799Q125.61227 236.64111 125.25289 237.32861Q124.89352 238.01611 124.19039 238.40674Q123.50289 238.78174 122.69039 238.78174Q121.39352 238.78174 120.58102 237.95361Q119.78414 237.10986 119.78414 235.53174ZM120.86227 235.53174Q120.86227 236.71924 121.37789 237.31299Q121.90914 237.90674 122.69039 237.90674Q123.48727 237.90674 124.00289 237.31299Q124.51852 236.71924 124.51852 235.50049Q124.51852 234.34424 123.98727 233.75049Q123.47164 233.15674 122.69039 233.15674Q121.90914 233.15674 121.37789 233.75049Q120.86227 234.32861 120.86227 235.53174ZM127.15914 238.64111L127.15914 232.42236L128.11227 232.42236L128.11227 233.35986Q128.47165 232.70361 128.76852 232.50049Q129.08102 232.28174 129.45602 232.28174Q129.98727 232.28174 130.53415 232.60986L130.17477 233.59424Q129.78415 233.35986 129.40915 233.35986Q129.04977 233.35986 128.76852 233.57861Q128.5029 233.78174 128.39352 234.15674Q128.20602 234.71924 128.20602 235.37549L128.20602 238.64111L127.15914 238.64111ZM131.17477 238.64111L131.17477 230.04736L132.23727 230.04736L132.23727 234.95361L134.72165 232.42236L136.09665 232.42236L133.70602 234.71924L136.33102 238.64111L135.03415 238.64111L132.97165 235.45361L132.23727 236.17236L132.23727 238.64111L131.17477 238.64111Z" fill-rule="nonzero"/><path fill="#666666" d="M64.17476 255.03174L64.17476 246.42236L65.127884 246.42236L65.127884 247.21924Q65.471634 246.75049 65.89351 246.51611Q66.33101 246.28174 66.940384 246.28174Q67.73726 246.28174 68.346634 246.68799Q68.95601 247.09424 69.252884 247.84424Q69.565384 248.59424 69.565384 249.48486Q69.565384 250.43799 69.221634 251.20361Q68.89351 251.96924 68.23726 252.37549Q67.58101 252.78174 66.86226 252.78174Q66.33101 252.78174 65.909134 252.56299Q65.48726 252.32861 65.221634 252.00049L65.221634 255.03174L64.17476 255.03174ZM65.127884 249.56299Q65.127884 250.76611 65.61226 251.34424Q66.096634 251.90674 66.784134 251.90674Q67.48726 251.90674 67.98726 251.31299Q68.48726 250.71924 68.48726 249.46924Q68.48726 248.28174 68.002884 247.70361Q67.51851 247.10986 66.83101 247.10986Q66.159134 247.10986 65.64351 247.73486Q65.127884 248.35986 65.127884 249.56299ZM71.159134 252.64111L71.159134 246.42236L72.11226 246.42236L72.11226 247.35986Q72.471634 246.70361 72.76851 246.50049Q73.08101 246.28174 73.45601 246.28174Q73.98726 246.28174 74.534134 246.60986L74.17476 247.59424Q73.784134 247.35986 73.409134 247.35986Q73.04976 247.35986 72.76851 247.57861Q72.502884 247.78174 72.39351 248.15674Q72.20601 248.71924 72.20601 249.37549L72.20601 252.64111L71.159134 252.64111ZM74.784134 249.53174Q74.784134 247.79736 75.73726 246.96924Q76.534134 246.28174 77.690384 246.28174Q78.971634 246.28174 79.784134 247.12549Q80.61226 247.95361 80.61226 249.43799Q80.61226 250.64111 80.252884 251.32861Q79.89351 252.01611 79.190384 252.40674Q78.502884 252.78174 77.690384 252.78174Q76.39351 252.78174 75.58101 251.95361Q74.784134 251.10986 74.784134 249.53174ZM75.86226 249.53174Q75.86226 250.71924 76.377884 251.31299Q76.909134 251.90674 77.690384 251.90674Q78.48726 251.90674 79.002884 251.31299Q79.51851 250.71924 79.51851 249.50049Q79.51851 248.34424 78.98726 247.75049Q78.471634 247.15674 77.690384 247.15674Q76.909134 247.15674 76.377884 247.75049Q75.86226 248.32861 75.86226 249.53174ZM81.971634 253.15674L83.002884 253.31299Q83.065384 253.78174 83.36226 254.00049Q83.752884 254.29736 84.42476 254.29736Q85.159134 254.29736 85.54976 254.00049Q85.95601 253.70361 86.096634 253.18799Q86.190384 252.85986 86.17476 251.82861Q85.48726 252.64111 84.45601 252.64111Q83.17476 252.64111 82.471634 251.71924Q81.76851 250.78174 81.76851 249.50049Q81.76851 248.60986 82.08101 247.85986Q82.409134 247.09424 83.01851 246.68799Q83.627884 246.28174 84.45601 246.28174Q85.565384 246.28174 86.284134 247.17236L86.284134 246.42236L87.252884 246.42236L87.252884 251.79736Q87.252884 253.25049 86.95601 253.85986Q86.659134 254.46924 86.01851 254.81299Q85.377884 255.17236 84.440384 255.17236Q83.33101 255.17236 82.64351 254.67236Q81.95601 254.17236 81.971634 253.15674ZM82.846634 249.42236Q82.846634 250.64111 83.33101 251.20361Q83.815384 251.76611 84.54976 251.76611Q85.284134 251.76611 85.76851 251.20361Q86.26851 250.64111 86.26851 249.45361Q86.26851 248.31299 85.752884 247.73486Q85.252884 247.15674 84.534134 247.15674Q83.83101 247.15674 83.33101 247.73486Q82.846634 248.29736 82.846634 249.42236ZM89.159134 252.64111L89.159134 246.42236L90.11226 246.42236L90.11226 247.35986Q90.471634 246.70361 90.76851 246.50049Q91.08101 246.28174 91.45601 246.28174Q91.98726 246.28174 92.534134 246.60986L92.17476 247.59424Q91.784134 247.35986 91.409134 247.35986Q91.04976 247.35986 90.76851 247.57861Q90.502884 247.78174 90.39351 248.15674Q90.20601 248.71924 90.20601 249.37549L90.20601 252.64111L89.159134 252.64111ZM97.23726 251.87549Q96.64351 252.37549 96.096634 252.57861Q95.565384 252.78174 94.940384 252.78174Q93.909134 252.78174 93.36226 252.28174Q92.815384 251.78174 92.815384 251.00049Q92.815384 250.54736 93.01851 250.17236Q93.221634 249.78174 93.565384 249.56299Q93.909134 249.32861 94.33101 249.21924Q94.627884 249.12549 95.26851 249.04736Q96.534134 248.90674 97.14351 248.68799Q97.14351 248.46924 97.14351 248.42236Q97.14351 247.76611 96.846634 247.50049Q96.440384 247.15674 95.64351 247.15674Q94.909134 247.15674 94.54976 247.42236Q94.190384 247.67236 94.01851 248.32861L92.98726 248.18799Q93.127884 247.53174 93.45601 247.12549Q93.784134 246.71924 94.39351 246.50049Q95.002884 246.28174 95.79976 246.28174Q96.596634 246.28174 97.096634 246.46924Q97.596634 246.65674 97.83101 246.93799Q98.065384 247.21924 98.159134 247.65674Q98.20601 247.92236 98.20601 248.62549L98.20601 250.03174Q98.20601 251.50049 98.26851 251.89111Q98.346634 252.28174 98.54976 252.64111L97.440384 252.64111Q97.284134 252.31299 97.23726 251.87549ZM97.14351 249.51611Q96.565384 249.75049 95.42476 249.92236Q94.76851 250.01611 94.502884 250.14111Q94.23726 250.25049 94.08101 250.46924Q93.940384 250.68799 93.940384 250.96924Q93.940384 251.39111 94.252884 251.67236Q94.58101 251.95361 95.190384 251.95361Q95.79976 251.95361 96.26851 251.68799Q96.752884 251.42236 96.971634 250.95361Q97.14351 250.59424 97.14351 249.90674L97.14351 249.51611ZM100.17476 252.64111L100.17476 246.42236L101.11226 246.42236L101.11226 247.29736Q101.409134 246.82861 101.89351 246.56299Q102.377884 246.28174 103.002884 246.28174Q103.690384 246.28174 104.127884 246.56299Q104.58101 246.84424 104.752884 247.35986Q105.502884 246.28174 106.67476 246.28174Q107.61226 246.28174 108.096634 246.79736Q108.596634 247.29736 108.596634 248.37549L108.596634 252.64111L107.54976 252.64111L107.54976 248.71924Q107.54976 248.09424 107.440384 247.81299Q107.346634 247.53174 107.08101 247.35986Q106.815384 247.18799 106.440384 247.18799Q105.784134 247.18799 105.346634 247.62549Q104.92476 248.06299 104.92476 249.03174L104.92476 252.64111L103.86226 252.64111L103.86226 248.59424Q103.86226 247.89111 103.596634 247.54736Q103.346634 247.18799 102.76851 247.18799Q102.315384 247.18799 101.940384 247.42236Q101.565384 247.65674 101.39351 248.10986Q101.221634 248.56299 101.221634 249.40674L101.221634 252.64111L100.17476 252.64111ZM110.17476 252.64111L110.17476 246.42236L111.11226 246.42236L111.11226 247.29736Q111.409134 246.82861 111.89351 246.56299Q112.377884 246.28174 113.002884 246.28174Q113.690384 246.28174 114.127884 246.56299Q114.58101 246.84424 114.752884 247.35986Q115.502884 246.28174 116.67476 246.28174Q117.61226 246.28174 118.096634 246.79736Q118.596634 247.29736 118.596634 248.37549L118.596634 252.64111L117.54976 252.64111L117.54976 248.71924Q117.54976 248.09424 117.440384 247.81299Q117.346634 247.53174 117.08101 247.35986Q116.815384 247.18799 116.440384 247.18799Q115.784134 247.18799 115.346634 247.62549Q114.92476 248.06299 114.92476 249.03174L114.92476 252.64111L113.86226 252.64111L113.86226 248.59424Q113.86226 247.89111 113.596634 247.54736Q113.346634 247.18799 112.76851 247.18799Q112.315384 247.18799 111.940384 247.42236Q111.565384 247.65674 111.39351 248.10986Q111.221634 248.56299 111.221634 249.40674L111.221634 252.64111L110.17476 252.64111ZM120.17476 245.26611L120.17476 244.04736L121.23726 244.04736L121.23726 245.26611L120.17476 245.26611ZM120.17476 252.64111L120.17476 246.42236L121.23726 246.42236L121.23726 252.64111L120.17476 252.64111ZM123.17476 252.64111L123.17476 246.42236L124.11226 246.42236L124.11226 247.29736Q124.79976 246.28174 126.096634 246.28174Q126.659134 246.28174 127.127884 246.48486Q127.61226 246.68799 127.846634 247.01611Q128.08101 247.34424 128.17476 247.78174Q128.22163 248.07861 128.22163 248.81299L128.22163 252.64111L127.17476 252.64111L127.17476 248.85986Q127.17476 248.20361 127.04976 247.89111Q126.92476 247.57861 126.61226 247.39111Q126.29976 247.18799 125.877884 247.18799Q125.20601 247.18799 124.70601 247.62549Q124.221634 248.04736 124.221634 249.23486L124.221634 252.64111L123.17476 252.64111ZM129.97163 253.15674L131.00288 253.31299Q131.06538 253.78174 131.36226 254.00049Q131.75288 254.29736 132.42476 254.29736Q133.15913 254.29736 133.54976 254.00049Q133.95601 253.70361 134.09663 253.18799Q134.19038 252.85986 134.17476 251.82861Q133.48726 252.64111 132.45601 252.64111Q131.17476 252.64111 130.47163 251.71924Q129.76851 250.78174 129.76851 249.50049Q129.76851 248.60986 130.08101 247.85986Q130.40913 247.09424 131.01851 246.68799Q131.62788 246.28174 132.45601 246.28174Q133.56538 246.28174 134.28413 247.17236L134.28413 246.42236L135.25288 246.42236L135.25288 251.79736Q135.25288 253.25049 134.95601 253.85986Q134.65913 254.46924 134.01851 254.81299Q133.37788 255.17236 132.44038 255.17236Q131.33101 255.17236 130.64351 254.67236Q129.95601 254.17236 129.97163 253.15674ZM130.84663 249.42236Q130.84663 250.64111 131.33101 251.20361Q131.81538 251.76611 132.54976 251.76611Q133.28413 251.76611 133.76851 251.20361Q134.26851 250.64111 134.26851 249.45361Q134.26851 248.31299 133.75288 247.73486Q133.25288 247.15674 132.53413 247.15674Q131.83101 247.15674 131.33101 247.73486Q130.84663 248.29736 130.84663 249.42236Z" fill-rule="nonzero"/><path fill="#666666" d="M78.29977 300.92847L78.29977 292.33472L81.26852 292.33472Q82.26852 292.33472 82.79977 292.45972Q83.53414 292.6316 84.04977 293.0691Q84.73727 293.64722 85.06539 294.55347Q85.40914 295.4441 85.40914 296.58472Q85.40914 297.5691 85.17477 298.3191Q84.95602 299.0691 84.59664 299.5691Q84.23727 300.0691 83.79977 300.35034Q83.37789 300.6316 82.78414 300.78784Q82.19039 300.92847 81.40914 300.92847L78.29977 300.92847ZM79.44039 299.91284L81.26852 299.91284Q82.12789 299.91284 82.61227 299.7566Q83.09664 299.60034 83.37789 299.30347Q83.78414 298.91284 84.00289 298.22534Q84.23727 297.53784 84.23727 296.5691Q84.23727 295.22534 83.78414 294.5066Q83.34664 293.77222 82.72164 293.52222Q82.25289 293.35034 81.25289 293.35034L79.44039 293.35034L79.44039 299.91284ZM91.23727 300.16284Q90.64352 300.66284 90.09664 300.86597Q89.56539 301.0691 88.94039 301.0691Q87.90914 301.0691 87.36227 300.5691Q86.81539 300.0691 86.81539 299.28784Q86.81539 298.83472 87.01852 298.45972Q87.22164 298.0691 87.56539 297.85034Q87.90914 297.61597 88.33102 297.5066Q88.62789 297.41284 89.26852 297.33472Q90.53414 297.1941 91.14352 296.97534Q91.14352 296.7566 91.14352 296.70972Q91.14352 296.05347 90.84664 295.78784Q90.44039 295.4441 89.64352 295.4441Q88.90914 295.4441 88.54977 295.70972Q88.19039 295.95972 88.01852 296.61597L86.98727 296.47534Q87.12789 295.8191 87.45602 295.41284Q87.78414 295.0066 88.39352 294.78784Q89.00289 294.5691 89.79977 294.5691Q90.59664 294.5691 91.09664 294.7566Q91.59664 294.9441 91.83102 295.22534Q92.06539 295.5066 92.15914 295.9441Q92.20602 296.20972 92.20602 296.91284L92.20602 298.3191Q92.20602 299.78784 92.26852 300.17847Q92.34664 300.5691 92.54977 300.92847L91.44039 300.92847Q91.28414 300.60034 91.23727 300.16284ZM91.14352 297.80347Q90.56539 298.03784 89.42477 298.20972Q88.76852 298.30347 88.50289 298.42847Q88.23727 298.53784 88.08102 298.7566Q87.94039 298.97534 87.94039 299.2566Q87.94039 299.67847 88.25289 299.95972Q88.58102 300.24097 89.19039 300.24097Q89.79977 300.24097 90.26852 299.97534Q90.75289 299.70972 90.97164 299.24097Q91.14352 298.8816 91.14352 298.1941L91.14352 297.80347ZM96.47164 299.99097L96.62789 300.91284Q96.17477 301.0066 95.83102 301.0066Q95.25289 301.0066 94.94039 300.83472Q94.62789 300.64722 94.48727 300.35034Q94.36227 300.05347 94.36227 299.10034L94.36227 295.52222L93.59664 295.52222L93.59664 294.70972L94.36227 294.70972L94.36227 293.16284L95.40914 292.53784L95.40914 294.70972L96.47164 294.70972L96.47164 295.52222L95.40914 295.52222L95.40914 299.16284Q95.40914 299.61597 95.45602 299.74097Q95.51852 299.86597 95.64352 299.9441Q95.76852 300.02222 96.00289 300.02222Q96.19039 300.02222 96.47164 299.99097ZM101.23727 300.16284Q100.64352 300.66284 100.09664 300.86597Q99.56539 301.0691 98.94039 301.0691Q97.90914 301.0691 97.36227 300.5691Q96.81539 300.0691 96.81539 299.28784Q96.81539 298.83472 97.01852 298.45972Q97.22164 298.0691 97.56539 297.85034Q97.90914 297.61597 98.33102 297.5066Q98.62789 297.41284 99.26852 297.33472Q100.53414 297.1941 101.14352 296.97534Q101.14352 296.7566 101.14352 296.70972Q101.14352 296.05347 100.84664 295.78784Q100.44039 295.4441 99.64352 295.4441Q98.90914 295.4441 98.54977 295.70972Q98.19039 295.95972 98.01852 296.61597L96.98727 296.47534Q97.12789 295.8191 97.45602 295.41284Q97.78414 295.0066 98.39352 294.78784Q99.00289 294.5691 99.79977 294.5691Q100.59664 294.5691 101.09664 294.7566Q101.59664 294.9441 101.83102 295.22534Q102.06539 295.5066 102.15914 295.9441Q102.20602 296.20972 102.20602 296.91284L102.20602 298.3191Q102.20602 299.78784 102.26852 300.17847Q102.34664 300.5691 102.54977 300.92847L101.44039 300.92847Q101.28414 300.60034 101.23727 300.16284ZM101.14352 297.80347Q100.56539 298.03784 99.42477 298.20972Q98.76852 298.30347 98.50289 298.42847Q98.23727 298.53784 98.08102 298.7566Q97.94039 298.97534 97.94039 299.2566Q97.94039 299.67847 98.25289 299.95972Q98.58102 300.24097 99.19039 300.24097Q99.79977 300.24097 100.26852 299.97534Q100.75289 299.70972 100.97164 299.24097Q101.14352 298.8816 101.14352 298.1941L101.14352 297.80347ZM105.14352 300.92847L104.15914 300.92847L104.15914 292.33472L105.22164 292.33472L105.22164 295.39722Q105.89352 294.5691 106.92477 294.5691Q107.50289 294.5691 108.00289 294.80347Q108.51852 295.02222 108.84664 295.4441Q109.19039 295.86597 109.37789 296.45972Q109.56539 297.05347 109.56539 297.72534Q109.56539 299.3191 108.76852 300.1941Q107.97164 301.0691 106.87789 301.0691Q105.76852 301.0691 105.14352 300.14722L105.14352 300.92847ZM105.12789 297.77222Q105.12789 298.8816 105.44039 299.3816Q105.94039 300.1941 106.78414 300.1941Q107.47164 300.1941 107.97164 299.60034Q108.48727 299.0066 108.48727 297.80347Q108.48727 296.58472 108.00289 296.0066Q107.51852 295.42847 106.83102 295.42847Q106.14352 295.42847 105.62789 296.03784Q105.12789 296.6316 105.12789 297.77222ZM115.23727 300.16284Q114.64352 300.66284 114.09664 300.86597Q113.56539 301.0691 112.94039 301.0691Q111.90914 301.0691 111.36227 300.5691Q110.81539 300.0691 110.81539 299.28784Q110.81539 298.83472 111.01852 298.45972Q111.22164 298.0691 111.56539 297.85034Q111.90914 297.61597 112.33102 297.5066Q112.62789 297.41284 113.26852 297.33472Q114.53414 297.1941 115.14352 296.97534Q115.14352 296.7566 115.14352 296.70972Q115.14352 296.05347 114.84664 295.78784Q114.44039 295.4441 113.64352 295.4441Q112.90914 295.4441 112.54977 295.70972Q112.19039 295.95972 112.01852 296.61597L110.98727 296.47534Q111.12789 295.8191 111.45602 295.41284Q111.78414 295.0066 112.39352 294.78784Q113.00289 294.5691 113.79977 294.5691Q114.59664 294.5691 115.09664 294.7566Q115.59664 294.9441 115.83102 295.22534Q116.06539 295.5066 116.15914 295.9441Q116.20602 296.20972 116.20602 296.91284L116.20602 298.3191Q116.20602 299.78784 116.26852 300.17847Q116.34664 300.5691 116.54977 300.92847L115.44039 300.92847Q115.28414 300.60034 115.23727 300.16284ZM115.14352 297.80347Q114.56539 298.03784 113.42477 298.20972Q112.76852 298.30347 112.50289 298.42847Q112.23727 298.53784 112.08102 298.7566Q111.94039 298.97534 111.94039 299.2566Q111.94039 299.67847 112.25289 299.95972Q112.58102 300.24097 113.19039 300.24097Q113.79977 300.24097 114.26852 299.97534Q114.75289 299.70972 114.97164 299.24097Q115.14352 298.8816 115.14352 298.1941L115.14352 297.80347ZM117.75289 299.0691L118.78414 298.91284Q118.87789 299.53784 119.26852 299.86597Q119.67477 300.1941 120.40914 300.1941Q121.12789 300.1941 121.47164 299.91284Q121.83102 299.61597 121.83102 299.20972Q121.83102 298.85034 121.51852 298.64722Q121.29977 298.5066 120.44039 298.28784Q119.28414 297.99097 118.83102 297.78784Q118.39352 297.5691 118.15914 297.1941Q117.92477 296.8191 117.92477 296.35034Q117.92477 295.9441 118.11227 295.58472Q118.29977 295.22534 118.62789 294.99097Q118.87789 294.8191 119.29977 294.6941Q119.72164 294.5691 120.22164 294.5691Q120.94039 294.5691 121.48727 294.78784Q122.04977 294.99097 122.31539 295.35034Q122.58102 295.70972 122.67477 296.30347L121.64352 296.4441Q121.58102 295.97534 121.23727 295.70972Q120.90914 295.42847 120.28414 295.42847Q119.56539 295.42847 119.25289 295.67847Q118.94039 295.91284 118.94039 296.24097Q118.94039 296.4441 119.06539 296.60034Q119.20602 296.77222 119.47164 296.8816Q119.62789 296.9441 120.40914 297.14722Q121.53414 297.45972 121.97164 297.64722Q122.40914 297.83472 122.65914 298.1941Q122.90914 298.55347 122.90914 299.10034Q122.90914 299.6316 122.59664 300.10034Q122.29977 300.55347 121.72164 300.8191Q121.14352 301.0691 120.40914 301.0691Q119.19039 301.0691 118.54977 300.5691Q117.92477 300.05347 117.75289 299.0691ZM128.42477 298.92847L129.51852 299.05347Q129.26852 300.0066 128.5654 300.53784Q127.86227 301.0691 126.78414 301.0691Q125.42477 301.0691 124.61227 300.22534Q123.81539 299.3816 123.81539 297.86597Q123.81539 296.30347 124.62789 295.4441Q125.44039 294.5691 126.72164 294.5691Q127.97164 294.5691 128.7529 295.41284Q129.54977 296.2566 129.54977 297.80347Q129.54977 297.89722 129.54977 298.08472L124.90914 298.08472Q124.97164 299.11597 125.48727 299.66284Q126.00289 300.1941 126.78414 300.1941Q127.36227 300.1941 127.76852 299.89722Q128.1904 299.58472 128.42477 298.92847ZM124.97164 297.22534L128.4404 297.22534Q128.3779 296.42847 128.04977 296.03784Q127.53414 295.42847 126.73727 295.42847Q126.00289 295.42847 125.50289 295.91284Q125.01852 296.39722 124.97164 297.22534ZM130.7529 299.0691L131.78415 298.91284Q131.8779 299.53784 132.26852 299.86597Q132.67477 300.1941 133.40915 300.1941Q134.1279 300.1941 134.47165 299.91284Q134.83102 299.61597 134.83102 299.20972Q134.83102 298.85034 134.51852 298.64722Q134.29977 298.5066 133.4404 298.28784Q132.28415 297.99097 131.83102 297.78784Q131.39352 297.5691 131.15915 297.1941Q130.92477 296.8191 130.92477 296.35034Q130.92477 295.9441 131.11227 295.58472Q131.29977 295.22534 131.6279 294.99097Q131.8779 294.8191 132.29977 294.6941Q132.72165 294.5691 133.22165 294.5691Q133.9404 294.5691 134.48727 294.78784Q135.04977 294.99097 135.3154 295.35034Q135.58102 295.70972 135.67477 296.30347L134.64352 296.4441Q134.58102 295.97534 134.23727 295.70972Q133.90915 295.42847 133.28415 295.42847Q132.5654 295.42847 132.2529 295.67847Q131.9404 295.91284 131.9404 296.24097Q131.9404 296.4441 132.0654 296.60034Q132.20602 296.77222 132.47165 296.8816Q132.6279 296.9441 133.40915 297.14722Q134.53415 297.45972 134.97165 297.64722Q135.40915 297.83472 135.65915 298.1941Q135.90915 298.55347 135.90915 299.10034Q135.90915 299.6316 135.59665 300.10034Q135.29977 300.55347 134.72165 300.8191Q134.14352 301.0691 133.40915 301.0691Q132.1904 301.0691 131.54977 300.5691Q130.92477 300.05347 130.7529 299.0691Z" fill-rule="nonzero"/><path fill="#666666" d="M92.92477 353.45016L93.98727 353.3564Q94.06539 354.01266 94.34664 354.4189Q94.62789 354.82516 95.20602 355.0908Q95.79977 355.3408 96.53414 355.3408Q97.17477 355.3408 97.67477 355.1533Q98.17477 354.95016 98.40914 354.62204Q98.65914 354.2783 98.65914 353.88766Q98.65914 353.4814 98.42477 353.18454Q98.19039 352.87204 97.65914 352.6689Q97.29977 352.5283 96.11227 352.24704Q94.94039 351.9658 94.47164 351.7158Q93.84664 351.38766 93.54977 350.9189Q93.25289 350.43454 93.25289 349.8408Q93.25289 349.20016 93.61227 348.63766Q93.98727 348.05954 94.69039 347.7783Q95.40914 347.4814 96.26852 347.4814Q97.22164 347.4814 97.95602 347.7939Q98.69039 348.0908 99.08102 348.70016Q99.47164 349.2939 99.50289 350.0439L98.40914 350.12204Q98.31539 349.30954 97.79977 348.9033Q97.29977 348.4814 96.31539 348.4814Q95.28414 348.4814 94.81539 348.8564Q94.34664 349.2314 94.34664 349.76266Q94.34664 350.2314 94.67477 350.5283Q95.00289 350.82516 96.37789 351.13766Q97.76852 351.45016 98.28414 351.68454Q99.03414 352.0439 99.39352 352.57516Q99.75289 353.0908 99.75289 353.7939Q99.75289 354.4814 99.36227 355.0908Q98.97164 355.68454 98.23727 356.0283Q97.50289 356.3564 96.58102 356.3564Q95.40914 356.3564 94.61227 356.0283Q93.83102 355.68454 93.37789 354.99704Q92.94039 354.30954 92.92477 353.45016ZM105.42477 354.2158L106.51852 354.3408Q106.26852 355.2939 105.56539 355.82516Q104.86227 356.3564 103.78414 356.3564Q102.42477 356.3564 101.61227 355.51266Q100.81539 354.6689 100.81539 353.1533Q100.81539 351.5908 101.62789 350.7314Q102.44039 349.8564 103.72164 349.8564Q104.97164 349.8564 105.75289 350.70016Q106.54977 351.5439 106.54977 353.0908Q106.54977 353.18454 106.54977 353.37204L101.90914 353.37204Q101.97164 354.4033 102.48727 354.95016Q103.00289 355.4814 103.78414 355.4814Q104.36227 355.4814 104.76852 355.18454Q105.19039 354.87204 105.42477 354.2158ZM101.97164 352.51266L105.44039 352.51266Q105.37789 351.7158 105.04977 351.32516Q104.53414 350.7158 103.73727 350.7158Q103.00289 350.7158 102.50289 351.20016Q102.01852 351.68454 101.97164 352.51266ZM112.23727 353.93454L113.26852 354.07516Q113.09664 355.13766 112.39352 355.74704Q111.69039 356.3564 110.67477 356.3564Q109.39352 356.3564 108.61227 355.5283Q107.84664 354.68454 107.84664 353.12204Q107.84664 352.12204 108.17477 351.37204Q108.51852 350.6064 109.19039 350.2314Q109.87789 349.8564 110.69039 349.8564Q111.69039 349.8564 112.33102 350.37204Q112.98727 350.87204 113.17477 351.82516L112.14352 351.9814Q112.00289 351.3564 111.62789 351.0439Q111.25289 350.7158 110.72164 350.7158Q109.92477 350.7158 109.42477 351.2939Q108.92477 351.8564 108.92477 353.0908Q108.92477 354.3564 109.40914 354.9189Q109.89352 355.4814 110.65914 355.4814Q111.28414 355.4814 111.69039 355.1064Q112.11227 354.7314 112.23727 353.93454ZM118.25289 356.2158L118.25289 355.2939Q117.51852 356.3564 116.26852 356.3564Q115.72164 356.3564 115.23727 356.1533Q114.76852 355.93454 114.53414 355.62204Q114.29977 355.2939 114.20602 354.82516Q114.14352 354.5283 114.14352 353.8408L114.14352 349.99704L115.20602 349.99704L115.20602 353.45016Q115.20602 354.26266 115.26852 354.55954Q115.36227 354.9658 115.67477 355.2158Q116.00289 355.45016 116.48727 355.45016Q116.95602 355.45016 117.36227 355.2158Q117.78414 354.9658 117.95602 354.5439Q118.14352 354.12204 118.14352 353.32516L118.14352 349.99704L119.19039 349.99704L119.19039 356.2158L118.25289 356.2158ZM121.15914 356.2158L121.15914 349.99704L122.11227 349.99704L122.11227 350.93454Q122.47164 350.2783 122.76852 350.07516Q123.08102 349.8564 123.45602 349.8564Q123.98727 349.8564 124.53414 350.18454L124.17477 351.1689Q123.78414 350.93454 123.40914 350.93454Q123.04977 350.93454 122.76852 351.1533Q122.50289 351.3564 122.39352 351.7314Q122.20602 352.2939 122.20602 352.95016L122.20602 356.2158L121.15914 356.2158ZM125.17477 348.8408L125.17477 347.62204L126.23727 347.62204L126.23727 348.8408L125.17477 348.8408ZM125.17477 356.2158L125.17477 349.99704L126.23727 349.99704L126.23727 356.2158L125.17477 356.2158ZM130.47165 355.2783L130.6279 356.20016Q130.17477 356.2939 129.83102 356.2939Q129.2529 356.2939 128.9404 356.12204Q128.6279 355.93454 128.48727 355.63766Q128.36227 355.3408 128.36227 354.38766L128.36227 350.80954L127.59664 350.80954L127.59664 349.99704L128.36227 349.99704L128.36227 348.45016L129.40915 347.82516L129.40915 349.99704L130.47165 349.99704L130.47165 350.80954L129.40915 350.80954L129.40915 354.45016Q129.40915 354.9033 129.45602 355.0283Q129.51852 355.1533 129.64352 355.2314Q129.76852 355.30954 130.0029 355.30954Q130.1904 355.30954 130.47165 355.2783ZM131.1279 358.6064L131.0029 357.62204Q131.34665 357.7158 131.61227 357.7158Q131.95602 357.7158 132.15915 357.5908Q132.3779 357.4814 132.51852 357.2783Q132.61227 357.1064 132.84665 356.4814Q132.86227 356.4033 132.9404 356.2314L130.5654 349.99704L131.70602 349.99704L133.0029 353.5908Q133.2529 354.2783 133.45602 355.0439Q133.64352 354.30954 133.89352 353.62204L135.22165 349.99704L136.26852 349.99704L133.90915 356.32516Q133.51852 357.3408 133.3154 357.7314Q133.03415 358.26266 132.65915 358.49704Q132.29977 358.74704 131.79977 358.74704Q131.5029 358.74704 131.1279 358.6064Z" fill-rule="nonzero"/><path fill="#666666" d="M64.29976 411.50314L64.29976 402.9094L67.26851 402.9094Q68.26851 402.9094 68.79976 403.0344Q69.534134 403.20627 70.04976 403.64377Q70.73726 404.2219 71.065384 405.12814Q71.409134 406.01877 71.409134 407.1594Q71.409134 408.14377 71.17476 408.89377Q70.95601 409.64377 70.596634 410.14377Q70.23726 410.64377 69.79976 410.92502Q69.377884 411.20627 68.784134 411.36252Q68.190384 411.50314 67.409134 411.50314L64.29976 411.50314ZM65.440384 410.48752L67.26851 410.48752Q68.127884 410.48752 68.61226 410.33127Q69.096634 410.17502 69.377884 409.87814Q69.784134 409.48752 70.002884 408.80002Q70.23726 408.11252 70.23726 407.14377Q70.23726 405.80002 69.784134 405.08127Q69.346634 404.3469 68.721634 404.0969Q68.252884 403.92502 67.252884 403.92502L65.440384 403.92502L65.440384 410.48752ZM77.23726 410.73752Q76.64351 411.23752 76.096634 411.44064Q75.565384 411.64377 74.940384 411.64377Q73.909134 411.64377 73.36226 411.14377Q72.815384 410.64377 72.815384 409.86252Q72.815384 409.4094 73.01851 409.0344Q73.221634 408.64377 73.565384 408.42502Q73.909134 408.19064 74.33101 408.08127Q74.627884 407.98752 75.26851 407.9094Q76.534134 407.76877 77.14351 407.55002Q77.14351 407.33127 77.14351 407.2844Q77.14351 406.62814 76.846634 406.36252Q76.440384 406.01877 75.64351 406.01877Q74.909134 406.01877 74.54976 406.2844Q74.190384 406.5344 74.01851 407.19064L72.98726 407.05002Q73.127884 406.39377 73.45601 405.98752Q73.784134 405.58127 74.39351 405.36252Q75.002884 405.14377 75.79976 405.14377Q76.596634 405.14377 77.096634 405.33127Q77.596634 405.51877 77.83101 405.80002Q78.065384 406.08127 78.159134 406.51877Q78.20601 406.7844 78.20601 407.48752L78.20601 408.89377Q78.20601 410.36252 78.26851 410.75314Q78.346634 411.14377 78.54976 411.50314L77.440384 411.50314Q77.284134 411.17502 77.23726 410.73752ZM77.14351 408.37814Q76.565384 408.61252 75.42476 408.7844Q74.76851 408.87814 74.502884 409.00314Q74.23726 409.11252 74.08101 409.33127Q73.940384 409.55002 73.940384 409.83127Q73.940384 410.25314 74.252884 410.5344Q74.58101 410.81564 75.190384 410.81564Q75.79976 410.81564 76.26851 410.55002Q76.752884 410.2844 76.971634 409.81564Q77.14351 409.45627 77.14351 408.76877L77.14351 408.37814ZM82.471634 410.56564L82.627884 411.48752Q82.17476 411.58127 81.83101 411.58127Q81.252884 411.58127 80.940384 411.4094Q80.627884 411.2219 80.48726 410.92502Q80.36226 410.62814 80.36226 409.67502L80.36226 406.0969L79.596634 406.0969L79.596634 405.2844L80.36226 405.2844L80.36226 403.73752L81.409134 403.11252L81.409134 405.2844L82.471634 405.2844L82.471634 406.0969L81.409134 406.0969L81.409134 409.73752Q81.409134 410.19064 81.45601 410.31564Q81.51851 410.44064 81.64351 410.51877Q81.76851 410.5969 82.002884 410.5969Q82.190384 410.5969 82.471634 410.56564ZM87.23726 410.73752Q86.64351 411.23752 86.096634 411.44064Q85.565384 411.64377 84.940384 411.64377Q83.909134 411.64377 83.36226 411.14377Q82.815384 410.64377 82.815384 409.86252Q82.815384 409.4094 83.01851 409.0344Q83.221634 408.64377 83.565384 408.42502Q83.909134 408.19064 84.33101 408.08127Q84.627884 407.98752 85.26851 407.9094Q86.534134 407.76877 87.14351 407.55002Q87.14351 407.33127 87.14351 407.2844Q87.14351 406.62814 86.846634 406.36252Q86.440384 406.01877 85.64351 406.01877Q84.909134 406.01877 84.54976 406.2844Q84.190384 406.5344 84.01851 407.19064L82.98726 407.05002Q83.127884 406.39377 83.45601 405.98752Q83.784134 405.58127 84.39351 405.36252Q85.002884 405.14377 85.79976 405.14377Q86.596634 405.14377 87.096634 405.33127Q87.596634 405.51877 87.83101 405.80002Q88.065384 406.08127 88.159134 406.51877Q88.20601 406.7844 88.20601 407.48752L88.20601 408.89377Q88.20601 410.36252 88.26851 410.75314Q88.346634 411.14377 88.54976 411.50314L87.440384 411.50314Q87.284134 411.17502 87.23726 410.73752ZM87.14351 408.37814Q86.565384 408.61252 85.42476 408.7844Q84.76851 408.87814 84.502884 409.00314Q84.23726 409.11252 84.08101 409.33127Q83.940384 409.55002 83.940384 409.83127Q83.940384 410.25314 84.252884 410.5344Q84.58101 410.81564 85.190384 410.81564Q85.79976 410.81564 86.26851 410.55002Q86.752884 410.2844 86.971634 409.81564Q87.14351 409.45627 87.14351 408.76877L87.14351 408.37814ZM92.92476 408.73752L93.98726 408.64377Q94.065384 409.30002 94.346634 409.70627Q94.627884 410.11252 95.20601 410.37814Q95.79976 410.62814 96.534134 410.62814Q97.17476 410.62814 97.67476 410.44064Q98.17476 410.23752 98.409134 409.9094Q98.659134 409.56564 98.659134 409.17502Q98.659134 408.76877 98.42476 408.4719Q98.190384 408.1594 97.659134 407.95627Q97.29976 407.81564 96.11226 407.5344Q94.940384 407.25314 94.471634 407.00314Q93.846634 406.67502 93.54976 406.20627Q93.252884 405.7219 93.252884 405.12814Q93.252884 404.48752 93.61226 403.92502Q93.98726 403.3469 94.690384 403.06564Q95.409134 402.76877 96.26851 402.76877Q97.221634 402.76877 97.95601 403.08127Q98.690384 403.37814 99.08101 403.98752Q99.471634 404.58127 99.502884 405.33127L98.409134 405.4094Q98.315384 404.5969 97.79976 404.19064Q97.29976 403.76877 96.315384 403.76877Q95.284134 403.76877 94.815384 404.14377Q94.346634 404.51877 94.346634 405.05002Q94.346634 405.51877 94.67476 405.81564Q95.002884 406.11252 96.377884 406.42502Q97.76851 406.73752 98.284134 406.9719Q99.034134 407.33127 99.39351 407.86252Q99.752884 408.37814 99.752884 409.08127Q99.752884 409.76877 99.36226 410.37814Q98.971634 410.9719 98.23726 411.31564Q97.502884 411.64377 96.58101 411.64377Q95.409134 411.64377 94.61226 411.31564Q93.83101 410.9719 93.377884 410.2844Q92.940384 409.5969 92.92476 408.73752ZM105.23726 409.2219L106.26851 409.36252Q106.096634 410.42502 105.39351 411.0344Q104.690384 411.64377 103.67476 411.64377Q102.39351 411.64377 101.61226 410.81564Q100.846634 409.9719 100.846634 408.4094Q100.846634 407.4094 101.17476 406.6594Q101.51851 405.89377 102.190384 405.51877Q102.877884 405.14377 103.690384 405.14377Q104.690384 405.14377 105.33101 405.6594Q105.98726 406.1594 106.17476 407.11252L105.14351 407.26877Q105.002884 406.64377 104.627884 406.33127Q104.252884 406.00314 103.721634 406.00314Q102.92476 406.00314 102.42476 406.58127Q101.92476 407.14377 101.92476 408.37814Q101.92476 409.64377 102.409134 410.20627Q102.89351 410.76877 103.659134 410.76877Q104.284134 410.76877 104.690384 410.39377Q105.11226 410.01877 105.23726 409.2219ZM107.17476 404.12814L107.17476 402.9094L108.23726 402.9094L108.23726 404.12814L107.17476 404.12814ZM107.17476 411.50314L107.17476 405.2844L108.23726 405.2844L108.23726 411.50314L107.17476 411.50314ZM114.42476 409.50314L115.51851 409.62814Q115.26851 410.58127 114.565384 411.11252Q113.86226 411.64377 112.784134 411.64377Q111.42476 411.64377 110.61226 410.80002Q109.815384 409.95627 109.815384 408.44064Q109.815384 406.87814 110.627884 406.01877Q111.440384 405.14377 112.721634 405.14377Q113.971634 405.14377 114.752884 405.98752Q115.54976 406.83127 115.54976 408.37814Q115.54976 408.4719 115.54976 408.6594L110.909134 408.6594Q110.971634 409.69064 111.48726 410.23752Q112.002884 410.76877 112.784134 410.76877Q113.36226 410.76877 113.76851 410.4719Q114.190384 410.1594 114.42476 409.50314ZM110.971634 407.80002L114.440384 407.80002Q114.377884 407.00314 114.04976 406.61252Q113.534134 406.00314 112.73726 406.00314Q112.002884 406.00314 111.502884 406.48752Q111.01851 406.9719 110.971634 407.80002ZM117.17476 411.50314L117.17476 405.2844L118.11226 405.2844L118.11226 406.1594Q118.79976 405.14377 120.096634 405.14377Q120.659134 405.14377 121.127884 405.3469Q121.61226 405.55002 121.846634 405.87814Q122.08101 406.20627 122.17476 406.64377Q122.221634 406.94064 122.221634 407.67502L122.221634 411.50314L121.17476 411.50314L121.17476 407.7219Q121.17476 407.06564 121.04976 406.75314Q120.92476 406.44064 120.61226 406.25314Q120.29976 406.05002 119.877884 406.05002Q119.20601 406.05002 118.70601 406.48752Q118.221634 406.9094 118.221634 408.0969L118.221634 411.50314L117.17476 411.50314ZM128.23726 409.2219L129.26851 409.36252Q129.09663 410.42502 128.39351 411.0344Q127.690384 411.64377 126.67476 411.64377Q125.39351 411.64377 124.61226 410.81564Q123.846634 409.9719 123.846634 408.4094Q123.846634 407.4094 124.17476 406.6594Q124.51851 405.89377 125.190384 405.51877Q125.877884 405.14377 126.690384 405.14377Q127.690384 405.14377 128.33101 405.6594Q128.98726 406.1594 129.17476 407.11252L128.14351 407.26877Q128.00288 406.64377 127.627884 406.33127Q127.252884 406.00314 126.721634 406.00314Q125.92476 406.00314 125.42476 406.58127Q124.92476 407.14377 124.92476 408.37814Q124.92476 409.64377 125.409134 410.20627Q125.89351 410.76877 126.659134 410.76877Q127.284134 410.76877 127.690384 410.39377Q128.11226 410.01877 128.23726 409.2219ZM134.42476 409.50314L135.51851 409.62814Q135.26851 410.58127 134.56538 411.11252Q133.86226 411.64377 132.78413 411.64377Q131.42476 411.64377 130.61226 410.80002Q129.81538 409.95627 129.81538 408.44064Q129.81538 406.87814 130.62788 406.01877Q131.44038 405.14377 132.72163 405.14377Q133.97163 405.14377 134.75288 405.98752Q135.54976 406.83127 135.54976 408.37814Q135.54976 408.4719 135.54976 408.6594L130.90913 408.6594Q130.97163 409.69064 131.48726 410.23752Q132.00288 410.76877 132.78413 410.76877Q133.36226 410.76877 133.76851 410.4719Q134.19038 410.1594 134.42476 409.50314ZM130.97163 407.80002L134.44038 407.80002Q134.37788 407.00314 134.04976 406.61252Q133.53413 406.00314 132.73726 406.00314Q132.00288 406.00314 131.50288 406.48752Q131.01851 406.9719 130.97163 407.80002Z" fill-rule="nonzero"/><path fill="#666666" d="M30.362263 466.79047L30.362263 458.19672L36.159138 458.19672L36.159138 459.21234L31.502888 459.21234L31.502888 461.8686L35.534138 461.8686L35.534138 462.88422L31.502888 462.88422L31.502888 466.79047L30.362263 466.79047ZM37.174763 459.41547L37.174763 458.19672L38.237263 458.19672L38.237263 459.41547L37.174763 459.41547ZM37.174763 466.79047L37.174763 460.57172L38.237263 460.57172L38.237263 466.79047L37.174763 466.79047ZM40.174763 466.79047L40.174763 460.57172L41.112263 460.57172L41.112263 461.44672Q41.799763 460.4311 43.096638 460.4311Q43.659138 460.4311 44.127888 460.63422Q44.612263 460.83734 44.846638 461.16547Q45.081013 461.4936 45.174763 461.9311Q45.221638 462.22797 45.221638 462.96234L45.221638 466.79047L44.174763 466.79047L44.174763 463.00922Q44.174763 462.35297 44.049763 462.04047Q43.924763 461.72797 43.612263 461.54047Q43.299763 461.33734 42.877888 461.33734Q42.206013 461.33734 41.706013 461.77484Q41.221638 462.19672 41.221638 463.38422L41.221638 466.79047L40.174763 466.79047ZM51.237263 466.02484Q50.643513 466.52484 50.096638 466.72797Q49.565388 466.9311 48.940388 466.9311Q47.909138 466.9311 47.362263 466.4311Q46.815388 465.9311 46.815388 465.14984Q46.815388 464.69672 47.018513 464.32172Q47.221638 463.9311 47.565388 463.71234Q47.909138 463.47797 48.331013 463.3686Q48.627888 463.27484 49.268513 463.19672Q50.534138 463.0561 51.143513 462.83734Q51.143513 462.6186 51.143513 462.57172Q51.143513 461.91547 50.846638 461.64984Q50.440388 461.3061 49.643513 461.3061Q48.909138 461.3061 48.549763 461.57172Q48.190388 461.82172 48.018513 462.47797L46.987263 462.33734Q47.127888 461.6811 47.456013 461.27484Q47.784138 460.8686 48.393513 460.64984Q49.002888 460.4311 49.799763 460.4311Q50.596638 460.4311 51.096638 460.6186Q51.596638 460.8061 51.831013 461.08734Q52.065388 461.3686 52.159138 461.8061Q52.206013 462.07172 52.206013 462.77484L52.206013 464.1811Q52.206013 465.64984 52.268513 466.04047Q52.346638 466.4311 52.549763 466.79047L51.440388 466.79047Q51.284138 466.46234 51.237263 466.02484ZM51.143513 463.66547Q50.565388 463.89984 49.424763 464.07172Q48.768513 464.16547 48.502888 464.29047Q48.237263 464.39984 48.081013 464.6186Q47.940388 464.83734 47.940388 465.1186Q47.940388 465.54047 48.252888 465.82172Q48.581013 466.10297 49.190388 466.10297Q49.799763 466.10297 50.268513 465.83734Q50.752888 465.57172 50.971638 465.10297Q51.143513 464.7436 51.143513 464.0561L51.143513 463.66547ZM54.174763 466.79047L54.174763 460.57172L55.112263 460.57172L55.112263 461.44672Q55.799763 460.4311 57.096638 460.4311Q57.659138 460.4311 58.127888 460.63422Q58.612263 460.83734 58.846638 461.16547Q59.081013 461.4936 59.174763 461.9311Q59.221638 462.22797 59.221638 462.96234L59.221638 466.79047L58.174763 466.79047L58.174763 463.00922Q58.174763 462.35297 58.049763 462.04047Q57.924763 461.72797 57.612263 461.54047Q57.299763 461.33734 56.877888 461.33734Q56.206013 461.33734 55.706013 461.77484Q55.221638 462.19672 55.221638 463.38422L55.221638 466.79047L54.174763 466.79047ZM65.23726 464.50922L66.26851 464.64984Q66.096634 465.71234 65.39351 466.32172Q64.690384 466.9311 63.674763 466.9311Q62.393513 466.9311 61.612263 466.10297Q60.846638 465.25922 60.846638 463.69672Q60.846638 462.69672 61.174763 461.94672Q61.518513 461.1811 62.190388 460.8061Q62.877888 460.4311 63.690388 460.4311Q64.690384 460.4311 65.33101 460.94672Q65.98726 461.44672 66.17476 462.39984L65.14351 462.5561Q65.002884 461.9311 64.627884 461.6186Q64.252884 461.29047 63.721638 461.29047Q62.924763 461.29047 62.424763 461.8686Q61.924763 462.4311 61.924763 463.66547Q61.924763 464.9311 62.409138 465.4936Q62.893513 466.0561 63.659138 466.0561Q64.284134 466.0561 64.690384 465.6811Q65.11226 465.3061 65.23726 464.50922ZM71.42476 464.79047L72.51851 464.91547Q72.26851 465.8686 71.565384 466.39984Q70.86226 466.9311 69.784134 466.9311Q68.42476 466.9311 67.61226 466.08734Q66.815384 465.2436 66.815384 463.72797Q66.815384 462.16547 67.627884 461.3061Q68.440384 460.4311 69.721634 460.4311Q70.971634 460.4311 71.752884 461.27484Q72.54976 462.1186 72.54976 463.66547Q72.54976 463.75922 72.54976 463.94672L67.909134 463.94672Q67.971634 464.97797 68.48726 465.52484Q69.002884 466.0561 69.784134 466.0561Q70.36226 466.0561 70.76851 465.75922Q71.190384 465.44672 71.42476 464.79047ZM67.971634 463.08734L71.440384 463.08734Q71.377884 462.29047 71.04976 461.89984Q70.534134 461.29047 69.73726 461.29047Q69.002884 461.29047 68.502884 461.77484Q68.01851 462.25922 67.971634 463.08734ZM73.377884 466.9311L75.86226 458.0561L76.70601 458.0561L74.221634 466.9311L73.377884 466.9311ZM83.440384 463.77484L84.565384 464.07172Q84.20601 465.46234 83.284134 466.19672Q82.36226 466.9311 81.01851 466.9311Q79.627884 466.9311 78.752884 466.3686Q77.877884 465.8061 77.42476 464.7436Q76.971634 463.66547 76.971634 462.4311Q76.971634 461.08734 77.48726 460.08734Q78.002884 459.08734 78.940384 458.57172Q79.89351 458.0561 81.034134 458.0561Q82.315384 458.0561 83.190384 458.71234Q84.08101 459.3686 84.42476 460.5561L83.29976 460.82172Q83.002884 459.88422 82.42476 459.46234Q81.86226 459.02484 81.002884 459.02484Q80.01851 459.02484 79.346634 459.50922Q78.690384 459.97797 78.409134 460.77484Q78.14351 461.57172 78.14351 462.4311Q78.14351 463.52484 78.45601 464.33734Q78.784134 465.14984 79.45601 465.5561Q80.127884 465.96234 80.92476 465.96234Q81.877884 465.96234 82.534134 465.41547Q83.20601 464.8686 83.440384 463.77484ZM85.784134 463.6811Q85.784134 461.94672 86.73726 461.1186Q87.534134 460.4311 88.690384 460.4311Q89.971634 460.4311 90.784134 461.27484Q91.61226 462.10297 91.61226 463.58734Q91.61226 464.79047 91.252884 465.47797Q90.89351 466.16547 90.190384 466.5561Q89.502884 466.9311 88.690384 466.9311Q87.39351 466.9311 86.58101 466.10297Q85.784134 465.25922 85.784134 463.6811ZM86.86226 463.6811Q86.86226 464.8686 87.377884 465.46234Q87.909134 466.0561 88.690384 466.0561Q89.48726 466.0561 90.002884 465.46234Q90.51851 464.8686 90.51851 463.64984Q90.51851 462.4936 89.98726 461.89984Q89.471634 461.3061 88.690384 461.3061Q87.909134 461.3061 87.377884 461.89984Q86.86226 462.47797 86.86226 463.6811ZM93.17476 466.79047L93.17476 460.57172L94.11226 460.57172L94.11226 461.44672Q94.409134 460.97797 94.89351 460.71234Q95.377884 460.4311 96.002884 460.4311Q96.690384 460.4311 97.127884 460.71234Q97.58101 460.9936 97.752884 461.50922Q98.502884 460.4311 99.67476 460.4311Q100.61226 460.4311 101.096634 460.94672Q101.596634 461.44672 101.596634 462.52484L101.596634 466.79047L100.54976 466.79047L100.54976 462.8686Q100.54976 462.2436 100.440384 461.96234Q100.346634 461.6811 100.08101 461.50922Q99.815384 461.33734 99.440384 461.33734Q98.784134 461.33734 98.346634 461.77484Q97.92476 462.21234 97.92476 463.1811L97.92476 466.79047L96.86226 466.79047L96.86226 462.7436Q96.86226 462.04047 96.596634 461.69672Q96.346634 461.33734 95.76851 461.33734Q95.315384 461.33734 94.940384 461.57172Q94.565384 461.8061 94.39351 462.25922Q94.221634 462.71234 94.221634 463.5561L94.221634 466.79047L93.17476 466.79047ZM103.17476 466.79047L103.17476 460.57172L104.11226 460.57172L104.11226 461.44672Q104.409134 460.97797 104.89351 460.71234Q105.377884 460.4311 106.002884 460.4311Q106.690384 460.4311 107.127884 460.71234Q107.58101 460.9936 107.752884 461.50922Q108.502884 460.4311 109.67476 460.4311Q110.61226 460.4311 111.096634 460.94672Q111.596634 461.44672 111.596634 462.52484L111.596634 466.79047L110.54976 466.79047L110.54976 462.8686Q110.54976 462.2436 110.440384 461.96234Q110.346634 461.6811 110.08101 461.50922Q109.815384 461.33734 109.440384 461.33734Q108.784134 461.33734 108.346634 461.77484Q107.92476 462.21234 107.92476 463.1811L107.92476 466.79047L106.86226 466.79047L106.86226 462.7436Q106.86226 462.04047 106.596634 461.69672Q106.346634 461.33734 105.76851 461.33734Q105.315384 461.33734 104.940384 461.57172Q104.565384 461.8061 104.39351 462.25922Q104.221634 462.71234 104.221634 463.5561L104.221634 466.79047L103.17476 466.79047ZM117.42476 464.79047L118.51851 464.91547Q118.26851 465.8686 117.565384 466.39984Q116.86226 466.9311 115.784134 466.9311Q114.42476 466.9311 113.61226 466.08734Q112.815384 465.2436 112.815384 463.72797Q112.815384 462.16547 113.627884 461.3061Q114.440384 460.4311 115.721634 460.4311Q116.971634 460.4311 117.752884 461.27484Q118.54976 462.1186 118.54976 463.66547Q118.54976 463.75922 118.54976 463.94672L113.909134 463.94672Q113.971634 464.97797 114.48726 465.52484Q115.002884 466.0561 115.784134 466.0561Q116.36226 466.0561 116.76851 465.75922Q117.190384 465.44672 117.42476 464.79047ZM113.971634 463.08734L117.440384 463.08734Q117.377884 462.29047 117.04976 461.89984Q116.534134 461.29047 115.73726 461.29047Q115.002884 461.29047 114.502884 461.77484Q114.01851 462.25922 113.971634 463.08734ZM120.159134 466.79047L120.159134 460.57172L121.11226 460.57172L121.11226 461.50922Q121.471634 460.85297 121.76851 460.64984Q122.08101 460.4311 122.45601 460.4311Q122.98726 460.4311 123.534134 460.75922L123.17476 461.7436Q122.784134 461.50922 122.409134 461.50922Q122.04976 461.50922 121.76851 461.72797Q121.502884 461.9311 121.39351 462.3061Q121.20601 462.8686 121.20601 463.52484L121.20601 466.79047L120.159134 466.79047ZM128.23726 464.50922L129.26851 464.64984Q129.09663 465.71234 128.39351 466.32172Q127.690384 466.9311 126.67476 466.9311Q125.39351 466.9311 124.61226 466.10297Q123.846634 465.25922 123.846634 463.69672Q123.846634 462.69672 124.17476 461.94672Q124.51851 461.1811 125.190384 460.8061Q125.877884 460.4311 126.690384 460.4311Q127.690384 460.4311 128.33101 460.94672Q128.98726 461.44672 129.17476 462.39984L128.14351 462.5561Q128.00288 461.9311 127.627884 461.6186Q127.252884 461.29047 126.721634 461.29047Q125.92476 461.29047 125.42476 461.8686Q124.92476 462.4311 124.92476 463.66547Q124.92476 464.9311 125.409134 465.4936Q125.89351 466.0561 126.659134 466.0561Q127.284134 466.0561 127.690384 465.6811Q128.11226 465.3061 128.23726 464.50922ZM134.42476 464.79047L135.51851 464.91547Q135.26851 465.8686 134.56538 466.39984Q133.86226 466.9311 132.78413 466.9311Q131.42476 466.9311 130.61226 466.08734Q129.81538 465.2436 129.81538 463.72797Q129.81538 462.16547 130.62788 461.3061Q131.44038 460.4311 132.72163 460.4311Q133.97163 460.4311 134.75288 461.27484Q135.54976 462.1186 135.54976 463.66547Q135.54976 463.75922 135.54976 463.94672L130.90913 463.94672Q130.97163 464.97797 131.48726 465.52484Q132.00288 466.0561 132.78413 466.0561Q133.36226 466.0561 133.76851 465.75922Q134.19038 465.44672 134.42476 464.79047ZM130.97163 463.08734L134.44038 463.08734Q134.37788 462.29047 134.04976 461.89984Q133.53413 461.29047 132.73726 461.29047Q132.00288 461.29047 131.50288 461.77484Q131.01851 462.25922 130.97163 463.08734Z" fill-rule="nonzero"/><path fill="#666666" d="M68.29977 515.0778L68.29977 506.48407L71.26852 506.48407Q72.26852 506.48407 72.79977 506.60907Q73.53414 506.78094 74.04977 507.21844Q74.73727 507.79657 75.06539 508.70282Q75.40914 509.59344 75.40914 510.73407Q75.40914 511.71844 75.17477 512.46844Q74.95602 513.21844 74.59664 513.71844Q74.23727 514.21844 73.79977 514.4997Q73.37789 514.78094 72.78414 514.9372Q72.19039 515.0778 71.40914 515.0778L68.29977 515.0778ZM69.44039 514.0622L71.26852 514.0622Q72.12789 514.0622 72.61227 513.90594Q73.09664 513.7497 73.37789 513.4528Q73.78414 513.0622 74.00289 512.3747Q74.23727 511.6872 74.23727 510.71844Q74.23727 509.3747 73.78414 508.65594Q73.34664 507.92157 72.72164 507.67157Q72.25289 507.4997 71.25289 507.4997L69.44039 507.4997L69.44039 514.0622ZM81.42477 513.0778L82.51852 513.2028Q82.26852 514.15594 81.56539 514.6872Q80.86227 515.21844 79.78414 515.21844Q78.42477 515.21844 77.61227 514.3747Q76.81539 513.53094 76.81539 512.0153Q76.81539 510.45282 77.62789 509.59344Q78.44039 508.71844 79.72164 508.71844Q80.97164 508.71844 81.75289 509.5622Q82.54977 510.40594 82.54977 511.95282Q82.54977 512.0466 82.54977 512.2341L77.90914 512.2341Q77.97164 513.2653 78.48727 513.8122Q79.00289 514.34344 79.78414 514.34344Q80.36227 514.34344 80.76852 514.0466Q81.19039 513.7341 81.42477 513.0778ZM77.97164 511.3747L81.44039 511.3747Q81.37789 510.57782 81.04977 510.1872Q80.53414 509.57782 79.73727 509.57782Q79.00289 509.57782 78.50289 510.0622Q78.01852 510.54657 77.97164 511.3747ZM83.75289 513.21844L84.78414 513.0622Q84.87789 513.6872 85.26852 514.0153Q85.67477 514.34344 86.40914 514.34344Q87.12789 514.34344 87.47164 514.0622Q87.83102 513.7653 87.83102 513.3591Q87.83102 512.9997 87.51852 512.7966Q87.29977 512.65594 86.44039 512.4372Q85.28414 512.1403 84.83102 511.9372Q84.39352 511.71844 84.15914 511.34344Q83.92477 510.96844 83.92477 510.4997Q83.92477 510.09344 84.11227 509.73407Q84.29977 509.3747 84.62789 509.14032Q84.87789 508.96844 85.29977 508.84344Q85.72164 508.71844 86.22164 508.71844Q86.94039 508.71844 87.48727 508.9372Q88.04977 509.14032 88.31539 509.4997Q88.58102 509.85907 88.67477 510.45282L87.64352 510.59344Q87.58102 510.1247 87.23727 509.85907Q86.90914 509.57782 86.28414 509.57782Q85.56539 509.57782 85.25289 509.82782Q84.94039 510.0622 84.94039 510.39032Q84.94039 510.59344 85.06539 510.7497Q85.20602 510.92157 85.47164 511.03094Q85.62789 511.09344 86.40914 511.29657Q87.53414 511.60907 87.97164 511.79657Q88.40914 511.98407 88.65914 512.34344Q88.90914 512.7028 88.90914 513.2497Q88.90914 513.78094 88.59664 514.2497Q88.29977 514.7028 87.72164 514.96844Q87.14352 515.21844 86.40914 515.21844Q85.19039 515.21844 84.54977 514.71844Q83.92477 514.2028 83.75289 513.21844ZM90.17477 515.0778L90.17477 506.48407L91.23727 506.48407L91.23727 511.39032L93.72164 508.85907L95.09664 508.85907L92.70602 511.15594L95.33102 515.0778L94.03414 515.0778L91.97164 511.89032L91.23727 512.6091L91.23727 515.0778L90.17477 515.0778ZM98.47164 514.1403L98.62789 515.0622Q98.17477 515.15594 97.83102 515.15594Q97.25289 515.15594 96.94039 514.9841Q96.62789 514.7966 96.48727 514.4997Q96.36227 514.2028 96.36227 513.2497L96.36227 509.67157L95.59664 509.67157L95.59664 508.85907L96.36227 508.85907L96.36227 507.3122L97.40914 506.6872L97.40914 508.85907L98.47164 508.85907L98.47164 509.67157L97.40914 509.67157L97.40914 513.3122Q97.40914 513.7653 97.45602 513.8903Q97.51852 514.0153 97.64352 514.09344Q97.76852 514.1716 98.00289 514.1716Q98.19039 514.1716 98.47164 514.1403ZM98.78414 511.96844Q98.78414 510.23407 99.73727 509.40594Q100.53414 508.71844 101.69039 508.71844Q102.97164 508.71844 103.78414 509.5622Q104.61227 510.39032 104.61227 511.8747Q104.61227 513.0778 104.25289 513.7653Q103.89352 514.4528 103.19039 514.84344Q102.50289 515.21844 101.69039 515.21844Q100.39352 515.21844 99.58102 514.3903Q98.78414 513.5466 98.78414 511.96844ZM99.86227 511.96844Q99.86227 513.15594 100.37789 513.7497Q100.90914 514.34344 101.69039 514.34344Q102.48727 514.34344 103.00289 513.7497Q103.51852 513.15594 103.51852 511.9372Q103.51852 510.78094 102.98727 510.1872Q102.47164 509.59344 101.69039 509.59344Q100.90914 509.59344 100.37789 510.1872Q99.86227 510.76532 99.86227 511.96844ZM106.17477 517.46844L106.17477 508.85907L107.12789 508.85907L107.12789 509.65594Q107.47164 509.1872 107.89352 508.95282Q108.33102 508.71844 108.94039 508.71844Q109.73727 508.71844 110.34664 509.1247Q110.95602 509.53094 111.25289 510.28094Q111.56539 511.03094 111.56539 511.92157Q111.56539 512.8747 111.22164 513.6403Q110.89352 514.40594 110.23727 514.8122Q109.58102 515.21844 108.86227 515.21844Q108.33102 515.21844 107.90914 514.9997Q107.48727 514.7653 107.22164 514.4372L107.22164 517.46844L106.17477 517.46844ZM107.12789 511.9997Q107.12789 513.2028 107.61227 513.78094Q108.09664 514.34344 108.78414 514.34344Q109.48727 514.34344 109.98727 513.7497Q110.48727 513.15594 110.48727 511.90594Q110.48727 510.71844 110.00289 510.14032Q109.51852 509.54657 108.83102 509.54657Q108.15914 509.54657 107.64352 510.17157Q107.12789 510.79657 107.12789 511.9997ZM112.37789 515.21844L114.86227 506.34344L115.70602 506.34344L113.22164 515.21844L112.37789 515.21844ZM120.33102 511.70282L120.33102 510.70282L123.95602 510.6872L123.95602 513.8747Q123.12789 514.5466 122.23727 514.8903Q121.34664 515.21844 120.40914 515.21844Q119.14352 515.21844 118.09664 514.6872Q117.06539 514.1403 116.53414 513.1247Q116.01852 512.09344 116.01852 510.82782Q116.01852 509.5622 116.53414 508.48407Q117.06539 507.39032 118.04977 506.8747Q119.03414 506.34344 120.31539 506.34344Q121.25289 506.34344 122.00289 506.64032Q122.75289 506.9372 123.17477 507.48407Q123.61227 508.01532 123.83102 508.89032L122.81539 509.17157Q122.61227 508.51532 122.31539 508.14032Q122.03414 507.76532 121.50289 507.54657Q120.97164 507.3122 120.33102 507.3122Q119.54977 507.3122 118.97164 507.54657Q118.40914 507.78094 118.04977 508.17157Q117.70602 508.5622 117.51852 509.03094Q117.19039 509.82782 117.19039 510.7497Q117.19039 511.90594 117.58102 512.6872Q117.98727 513.4528 118.73727 513.8278Q119.48727 514.2028 120.34664 514.2028Q121.08102 514.2028 121.78414 513.9216Q122.48727 513.6247 122.84664 513.3122L122.84664 511.70282L120.33102 511.70282ZM130.9404 506.48407L132.08102 506.48407L132.08102 511.45282Q132.08102 512.7497 131.78415 513.5153Q131.48727 514.2653 130.72165 514.7497Q129.95602 515.21844 128.72165 515.21844Q127.51852 515.21844 126.73727 514.8122Q125.97164 514.3903 125.64352 513.6091Q125.31539 512.8122 125.31539 511.45282L125.31539 506.48407L126.45602 506.48407L126.45602 511.4372Q126.45602 512.5622 126.65914 513.09344Q126.87789 513.6247 127.37789 513.9216Q127.89352 514.2028 128.6279 514.2028Q129.8779 514.2028 130.40915 513.6403Q130.9404 513.0622 130.9404 511.4372L130.9404 506.48407ZM134.5029 515.0778L134.5029 506.48407L135.6279 506.48407L135.6279 515.0778L134.5029 515.0778Z" fill-rule="nonzero"/><path fill="#666666" d="M75.23727 528.3122Q74.64352 528.8122 74.09664 529.0153Q73.56539 529.21844 72.94039 529.21844Q71.90914 529.21844 71.36227 528.71844Q70.81539 528.21844 70.81539 527.4372Q70.81539 526.9841 71.01852 526.6091Q71.22164 526.21844 71.56539 525.9997Q71.90914 525.7653 72.33102 525.65594Q72.62789 525.5622 73.26852 525.4841Q74.53414 525.34344 75.14352 525.1247Q75.14352 524.90594 75.14352 524.8591Q75.14352 524.2028 74.84664 523.9372Q74.44039 523.59344 73.64352 523.59344Q72.90914 523.59344 72.54977 523.8591Q72.19039 524.1091 72.01852 524.7653L70.98727 524.6247Q71.12789 523.96844 71.45602 523.5622Q71.78414 523.15594 72.39352 522.9372Q73.00289 522.71844 73.79977 522.71844Q74.59664 522.71844 75.09664 522.90594Q75.59664 523.09344 75.83102 523.3747Q76.06539 523.65594 76.15914 524.09344Q76.20602 524.3591 76.20602 525.0622L76.20602 526.46844Q76.20602 527.9372 76.26852 528.3278Q76.34664 528.71844 76.54977 529.0778L75.44039 529.0778Q75.28414 528.7497 75.23727 528.3122ZM75.14352 525.9528Q74.56539 526.1872 73.42477 526.3591Q72.76852 526.4528 72.50289 526.5778Q72.23727 526.6872 72.08102 526.90594Q71.94039 527.1247 71.94039 527.40594Q71.94039 527.8278 72.25289 528.1091Q72.58102 528.3903 73.19039 528.3903Q73.79977 528.3903 74.26852 528.1247Q74.75289 527.8591 74.97164 527.3903Q75.14352 527.03094 75.14352 526.34344L75.14352 525.9528ZM78.17477 531.46844L78.17477 522.8591L79.12789 522.8591L79.12789 523.65594Q79.47164 523.1872 79.89352 522.9528Q80.33102 522.71844 80.94039 522.71844Q81.73727 522.71844 82.34664 523.1247Q82.95602 523.53094 83.25289 524.28094Q83.56539 525.03094 83.56539 525.9216Q83.56539 526.8747 83.22164 527.6403Q82.89352 528.40594 82.23727 528.8122Q81.58102 529.21844 80.86227 529.21844Q80.33102 529.21844 79.90914 528.9997Q79.48727 528.7653 79.22164 528.4372L79.22164 531.46844L78.17477 531.46844ZM79.12789 525.9997Q79.12789 527.2028 79.61227 527.78094Q80.09664 528.34344 80.78414 528.34344Q81.48727 528.34344 81.98727 527.7497Q82.48727 527.15594 82.48727 525.90594Q82.48727 524.71844 82.00289 524.1403Q81.51852 523.5466 80.83102 523.5466Q80.15914 523.5466 79.64352 524.1716Q79.12789 524.7966 79.12789 525.9997ZM85.17477 531.46844L85.17477 522.8591L86.12789 522.8591L86.12789 523.65594Q86.47164 523.1872 86.89352 522.9528Q87.33102 522.71844 87.94039 522.71844Q88.73727 522.71844 89.34664 523.1247Q89.95602 523.53094 90.25289 524.28094Q90.56539 525.03094 90.56539 525.9216Q90.56539 526.8747 90.22164 527.6403Q89.89352 528.40594 89.23727 528.8122Q88.58102 529.21844 87.86227 529.21844Q87.33102 529.21844 86.90914 528.9997Q86.48727 528.7653 86.22164 528.4372L86.22164 531.46844L85.17477 531.46844ZM86.12789 525.9997Q86.12789 527.2028 86.61227 527.78094Q87.09664 528.34344 87.78414 528.34344Q88.48727 528.34344 88.98727 527.7497Q89.48727 527.15594 89.48727 525.90594Q89.48727 524.71844 89.00289 524.1403Q88.51852 523.5466 87.83102 523.5466Q87.15914 523.5466 86.64352 524.1716Q86.12789 524.7966 86.12789 525.9997ZM92.14352 529.0778L92.14352 520.4841L93.20602 520.4841L93.20602 529.0778L92.14352 529.0778ZM95.17477 521.7028L95.17477 520.4841L96.23727 520.4841L96.23727 521.7028L95.17477 521.7028ZM95.17477 529.0778L95.17477 522.8591L96.23727 522.8591L96.23727 529.0778L95.17477 529.0778ZM102.23727 526.7966L103.26852 526.9372Q103.09664 527.9997 102.39352 528.6091Q101.69039 529.21844 100.67477 529.21844Q99.39352 529.21844 98.61227 528.3903Q97.84664 527.5466 97.84664 525.9841Q97.84664 524.9841 98.17477 524.2341Q98.51852 523.46844 99.19039 523.09344Q99.87789 522.71844 100.69039 522.71844Q101.69039 522.71844 102.33102 523.2341Q102.98727 523.7341 103.17477 524.6872L102.14352 524.84344Q102.00289 524.21844 101.62789 523.90594Q101.25289 523.5778 100.72164 523.5778Q99.92477 523.5778 99.42477 524.15594Q98.92477 524.71844 98.92477 525.9528Q98.92477 527.21844 99.40914 527.78094Q99.89352 528.34344 100.65914 528.34344Q101.28414 528.34344 101.69039 527.96844Q102.11227 527.59344 102.23727 526.7966ZM108.23727 528.3122Q107.64352 528.8122 107.09664 529.0153Q106.56539 529.21844 105.94039 529.21844Q104.90914 529.21844 104.36227 528.71844Q103.81539 528.21844 103.81539 527.4372Q103.81539 526.9841 104.01852 526.6091Q104.22164 526.21844 104.56539 525.9997Q104.90914 525.7653 105.33102 525.65594Q105.62789 525.5622 106.26852 525.4841Q107.53414 525.34344 108.14352 525.1247Q108.14352 524.90594 108.14352 524.8591Q108.14352 524.2028 107.84664 523.9372Q107.44039 523.59344 106.64352 523.59344Q105.90914 523.59344 105.54977 523.8591Q105.19039 524.1091 105.01852 524.7653L103.98727 524.6247Q104.12789 523.96844 104.45602 523.5622Q104.78414 523.15594 105.39352 522.9372Q106.00289 522.71844 106.79977 522.71844Q107.59664 522.71844 108.09664 522.90594Q108.59664 523.09344 108.83102 523.3747Q109.06539 523.65594 109.15914 524.09344Q109.20602 524.3591 109.20602 525.0622L109.20602 526.46844Q109.20602 527.9372 109.26852 528.3278Q109.34664 528.71844 109.54977 529.0778L108.44039 529.0778Q108.28414 528.7497 108.23727 528.3122ZM108.14352 525.9528Q107.56539 526.1872 106.42477 526.3591Q105.76852 526.4528 105.50289 526.5778Q105.23727 526.6872 105.08102 526.90594Q104.94039 527.1247 104.94039 527.40594Q104.94039 527.8278 105.25289 528.1091Q105.58102 528.3903 106.19039 528.3903Q106.79977 528.3903 107.26852 528.1247Q107.75289 527.8591 107.97164 527.3903Q108.14352 527.03094 108.14352 526.34344L108.14352 525.9528ZM113.47164 528.1403L113.62789 529.0622Q113.17477 529.15594 112.83102 529.15594Q112.25289 529.15594 111.94039 528.9841Q111.62789 528.7966 111.48727 528.4997Q111.36227 528.2028 111.36227 527.2497L111.36227 523.6716L110.59664 523.6716L110.59664 522.8591L111.36227 522.8591L111.36227 521.3122L112.40914 520.6872L112.40914 522.8591L113.47164 522.8591L113.47164 523.6716L112.40914 523.6716L112.40914 527.3122Q112.40914 527.7653 112.45602 527.8903Q112.51852 528.0153 112.64352 528.09344Q112.76852 528.1716 113.00289 528.1716Q113.19039 528.1716 113.47164 528.1403ZM114.17477 521.7028L114.17477 520.4841L115.23727 520.4841L115.23727 521.7028L114.17477 521.7028ZM114.17477 529.0778L114.17477 522.8591L115.23727 522.8591L115.23727 529.0778L114.17477 529.0778ZM116.78414 525.96844Q116.78414 524.2341 117.73727 523.40594Q118.53414 522.71844 119.69039 522.71844Q120.97164 522.71844 121.78414 523.5622Q122.61227 524.3903 122.61227 525.8747Q122.61227 527.0778 122.25289 527.7653Q121.89352 528.4528 121.19039 528.84344Q120.50289 529.21844 119.69039 529.21844Q118.39352 529.21844 117.58102 528.3903Q116.78414 527.5466 116.78414 525.96844ZM117.86227 525.96844Q117.86227 527.15594 118.37789 527.7497Q118.90914 528.34344 119.69039 528.34344Q120.48727 528.34344 121.00289 527.7497Q121.51852 527.15594 121.51852 525.9372Q121.51852 524.78094 120.98727 524.1872Q120.47164 523.59344 119.69039 523.59344Q118.90914 523.59344 118.37789 524.1872Q117.86227 524.7653 117.86227 525.96844ZM124.17477 529.0778L124.17477 522.8591L125.11227 522.8591L125.11227 523.7341Q125.79977 522.71844 127.09664 522.71844Q127.65914 522.71844 128.1279 522.9216Q128.61227 523.1247 128.84665 523.4528Q129.08102 523.78094 129.17477 524.21844Q129.22165 524.5153 129.22165 525.2497L129.22165 529.0778L128.17477 529.0778L128.17477 525.2966Q128.17477 524.6403 128.04977 524.3278Q127.92477 524.0153 127.61227 523.8278Q127.29977 523.6247 126.87789 523.6247Q126.20602 523.6247 125.70602 524.0622Q125.22164 524.4841 125.22164 525.6716L125.22164 529.0778L124.17477 529.0778ZM130.7529 527.21844L131.78415 527.0622Q131.8779 527.6872 132.26852 528.0153Q132.67477 528.34344 133.40915 528.34344Q134.1279 528.34344 134.47165 528.0622Q134.83102 527.7653 134.83102 527.3591Q134.83102 526.9997 134.51852 526.7966Q134.29977 526.65594 133.4404 526.4372Q132.28415 526.1403 131.83102 525.9372Q131.39352 525.71844 131.15915 525.34344Q130.92477 524.96844 130.92477 524.4997Q130.92477 524.09344 131.11227 523.7341Q131.29977 523.3747 131.6279 523.1403Q131.8779 522.96844 132.29977 522.84344Q132.72165 522.71844 133.22165 522.71844Q133.9404 522.71844 134.48727 522.9372Q135.04977 523.1403 135.3154 523.4997Q135.58102 523.8591 135.67477 524.4528L134.64352 524.59344Q134.58102 524.1247 134.23727 523.8591Q133.90915 523.5778 133.28415 523.5778Q132.5654 523.5778 132.2529 523.8278Q131.9404 524.0622 131.9404 524.3903Q131.9404 524.59344 132.0654 524.7497Q132.20602 524.9216 132.47165 525.03094Q132.6279 525.09344 133.40915 525.2966Q134.53415 525.6091 134.97165 525.7966Q135.40915 525.9841 135.65915 526.34344Q135.90915 526.7028 135.90915 527.2497Q135.90915 527.78094 135.59665 528.2497Q135.29977 528.7028 134.72165 528.96844Q134.14352 529.21844 133.40915 529.21844Q132.1904 529.21844 131.54977 528.71844Q130.92477 528.2028 130.7529 527.21844Z" fill-rule="nonzero"/><path fill="#666666" d="M100.26852 577.3652L100.26852 568.7714L101.98727 568.7714L104.01852 574.84955Q104.29977 575.7089 104.42477 576.1308Q104.56539 575.66205 104.87789 574.7558L106.94039 568.7714L108.47164 568.7714L108.47164 577.3652L107.37789 577.3652L107.37789 570.1777L104.87789 577.3652L103.84664 577.3652L101.36227 570.0527L101.36227 577.3652L100.26852 577.3652ZM109.78414 574.2558Q109.78414 572.5214 110.73727 571.6933Q111.53414 571.0058 112.69039 571.0058Q113.97164 571.0058 114.78414 571.84955Q115.61227 572.6777 115.61227 574.16205Q115.61227 575.3652 115.25289 576.0527Q114.89352 576.7402 114.19039 577.1308Q113.50289 577.5058 112.69039 577.5058Q111.39352 577.5058 110.58102 576.6777Q109.78414 575.8339 109.78414 574.2558ZM110.86227 574.2558Q110.86227 575.4433 111.37789 576.03705Q111.90914 576.6308 112.69039 576.6308Q113.48727 576.6308 114.00289 576.03705Q114.51852 575.4433 114.51852 574.22455Q114.51852 573.0683 113.98727 572.47455Q113.47164 571.8808 112.69039 571.8808Q111.90914 571.8808 111.37789 572.47455Q110.86227 573.0527 110.86227 574.2558ZM118.14352 577.3652L117.15914 577.3652L117.15914 568.7714L118.22164 568.7714L118.22164 571.8339Q118.89352 571.0058 119.92477 571.0058Q120.50289 571.0058 121.00289 571.2402Q121.51852 571.4589 121.84664 571.8808Q122.19039 572.3027 122.37789 572.8964Q122.56539 573.4902 122.56539 574.16205Q122.56539 575.7558 121.76852 576.6308Q120.97164 577.5058 119.87789 577.5058Q118.76852 577.5058 118.14352 576.5839L118.14352 577.3652ZM118.12789 574.2089Q118.12789 575.3183 118.44039 575.8183Q118.94039 576.6308 119.78414 576.6308Q120.47164 576.6308 120.97164 576.03705Q121.48727 575.4433 121.48727 574.2402Q121.48727 573.0214 121.00289 572.4433Q120.51852 571.8652 119.83102 571.8652Q119.14352 571.8652 118.62789 572.47455Q118.12789 573.0683 118.12789 574.2089ZM124.17477 569.9902L124.17477 568.7714L125.23727 568.7714L125.23727 569.9902L124.17477 569.9902ZM124.17477 577.3652L124.17477 571.1464L125.23727 571.1464L125.23727 577.3652L124.17477 577.3652ZM127.14352 577.3652L127.14352 568.7714L128.20602 568.7714L128.20602 577.3652L127.14352 577.3652ZM134.42477 575.3652L135.51852 575.4902Q135.26852 576.4433 134.5654 576.97455Q133.86227 577.5058 132.78415 577.5058Q131.42477 577.5058 130.61227 576.66205Q129.8154 575.8183 129.8154 574.3027Q129.8154 572.7402 130.6279 571.8808Q131.4404 571.0058 132.72165 571.0058Q133.97165 571.0058 134.7529 571.84955Q135.54977 572.6933 135.54977 574.2402Q135.54977 574.3339 135.54977 574.5214L130.90915 574.5214Q130.97165 575.5527 131.48727 576.09955Q132.0029 576.6308 132.78415 576.6308Q133.36227 576.6308 133.76852 576.3339Q134.1904 576.0214 134.42477 575.3652ZM130.97165 573.66205L134.4404 573.66205Q134.3779 572.8652 134.04977 572.47455Q133.53415 571.8652 132.73727 571.8652Q132.0029 571.8652 131.5029 572.34955Q131.01852 572.8339 130.97165 573.66205Z" fill-rule="nonzero"/><path fill="#666666" d="M77.33102 618.6525L77.33102 610.0588L83.53414 610.0588L83.53414 611.0744L78.47164 611.0744L78.47164 613.6994L83.22164 613.6994L83.22164 614.715L78.47164 614.715L78.47164 617.6369L83.73727 617.6369L83.73727 618.6525L77.33102 618.6525ZM85.17477 618.6525L85.17477 612.4338L86.11227 612.4338L86.11227 613.3088Q86.40914 612.84 86.89352 612.5744Q87.37789 612.29315 88.00289 612.29315Q88.69039 612.29315 89.12789 612.5744Q89.58102 612.85565 89.75289 613.3713Q90.50289 612.29315 91.67477 612.29315Q92.61227 612.29315 93.09664 612.8088Q93.59664 613.3088 93.59664 614.3869L93.59664 618.6525L92.54977 618.6525L92.54977 614.73065Q92.54977 614.10565 92.44039 613.8244Q92.34664 613.54315 92.08102 613.3713Q91.81539 613.1994 91.44039 613.1994Q90.78414 613.1994 90.34664 613.6369Q89.92477 614.0744 89.92477 615.04315L89.92477 618.6525L88.86227 618.6525L88.86227 614.60565Q88.86227 613.9025 88.59664 613.5588Q88.34664 613.1994 87.76852 613.1994Q87.31539 613.1994 86.94039 613.4338Q86.56539 613.66815 86.39352 614.1213Q86.22164 614.5744 86.22164 615.41815L86.22164 618.6525L85.17477 618.6525ZM96.14352 618.6525L95.15914 618.6525L95.15914 610.0588L96.22164 610.0588L96.22164 613.1213Q96.89352 612.29315 97.92477 612.29315Q98.50289 612.29315 99.00289 612.5275Q99.51852 612.7463 99.84664 613.16815Q100.19039 613.59 100.37789 614.1838Q100.56539 614.7775 100.56539 615.4494Q100.56539 617.04315 99.76852 617.91815Q98.97164 618.79315 97.87789 618.79315Q96.76852 618.79315 96.14352 617.8713L96.14352 618.6525ZM96.12789 615.4963Q96.12789 616.60565 96.44039 617.10565Q96.94039 617.91815 97.78414 617.91815Q98.47164 617.91815 98.97164 617.3244Q99.48727 616.73065 99.48727 615.5275Q99.48727 614.3088 99.00289 613.73065Q98.51852 613.1525 97.83102 613.1525Q97.14352 613.1525 96.62789 613.7619Q96.12789 614.35565 96.12789 615.4963ZM106.42477 616.6525L107.51852 616.7775Q107.26852 617.73065 106.56539 618.2619Q105.86227 618.79315 104.78414 618.79315Q103.42477 618.79315 102.61227 617.9494Q101.81539 617.10565 101.81539 615.59Q101.81539 614.0275 102.62789 613.16815Q103.44039 612.29315 104.72164 612.29315Q105.97164 612.29315 106.75289 613.1369Q107.54977 613.98065 107.54977 615.5275Q107.54977 615.6213 107.54977 615.8088L102.90914 615.8088Q102.97164 616.84 103.48727 617.3869Q104.00289 617.91815 104.78414 617.91815Q105.36227 617.91815 105.76852 617.6213Q106.19039 617.3088 106.42477 616.6525ZM102.97164 614.9494L106.44039 614.9494Q106.37789 614.1525 106.04977 613.7619Q105.53414 613.1525 104.73727 613.1525Q104.00289 613.1525 103.50289 613.6369Q103.01852 614.1213 102.97164 614.9494ZM113.20602 618.6525L113.20602 617.8713Q112.61227 618.79315 111.47164 618.79315Q110.72164 618.79315 110.09664 618.3869Q109.47164 617.965 109.12789 617.23065Q108.78414 616.4963 108.78414 615.54315Q108.78414 614.6213 109.09664 613.85565Q109.40914 613.09 110.03414 612.6994Q110.65914 612.29315 111.42477 612.29315Q111.98727 612.29315 112.42477 612.5275Q112.86227 612.7619 113.14352 613.1369L113.14352 610.0588L114.19039 610.0588L114.19039 618.6525L113.20602 618.6525ZM109.87789 615.54315Q109.87789 616.7463 110.37789 617.34Q110.87789 617.91815 111.56539 617.91815Q112.25289 617.91815 112.73727 617.35565Q113.22164 616.79315 113.22164 615.6369Q113.22164 614.35565 112.72164 613.7619Q112.23727 613.16815 111.51852 613.16815Q110.81539 613.16815 110.34664 613.7463Q109.87789 614.3088 109.87789 615.54315ZM120.20602 618.6525L120.20602 617.8713Q119.61227 618.79315 118.47164 618.79315Q117.72164 618.79315 117.09664 618.3869Q116.47164 617.965 116.12789 617.23065Q115.78414 616.4963 115.78414 615.54315Q115.78414 614.6213 116.09664 613.85565Q116.40914 613.09 117.03414 612.6994Q117.65914 612.29315 118.42477 612.29315Q118.98727 612.29315 119.42477 612.5275Q119.86227 612.7619 120.14352 613.1369L120.14352 610.0588L121.19039 610.0588L121.19039 618.6525L120.20602 618.6525ZM116.87789 615.54315Q116.87789 616.7463 117.37789 617.34Q117.87789 617.91815 118.56539 617.91815Q119.25289 617.91815 119.73727 617.35565Q120.22164 616.79315 120.22164 615.6369Q120.22164 614.35565 119.72164 613.7619Q119.23727 613.16815 118.51852 613.16815Q117.81539 613.16815 117.34664 613.7463Q116.87789 614.3088 116.87789 615.54315ZM127.42477 616.6525L128.51852 616.7775Q128.26852 617.73065 127.56539 618.2619Q126.86227 618.79315 125.78414 618.79315Q124.42477 618.79315 123.61227 617.9494Q122.81539 617.10565 122.81539 615.59Q122.81539 614.0275 123.62789 613.16815Q124.44039 612.29315 125.72164 612.29315Q126.97164 612.29315 127.75289 613.1369Q128.54977 613.98065 128.54977 615.5275Q128.54977 615.6213 128.54977 615.8088L123.90914 615.8088Q123.97164 616.84 124.48727 617.3869Q125.00289 617.91815 125.78414 617.91815Q126.36227 617.91815 126.76852 617.6213Q127.19039 617.3088 127.42477 616.6525ZM123.97164 614.9494L127.44039 614.9494Q127.37789 614.1525 127.04977 613.7619Q126.53414 613.1525 125.73727 613.1525Q125.00289 613.1525 124.50289 613.6369Q124.01852 614.1213 123.97164 614.9494ZM134.20602 618.6525L134.20602 617.8713Q133.61227 618.79315 132.47165 618.79315Q131.72165 618.79315 131.09665 618.3869Q130.47165 617.965 130.1279 617.23065Q129.78415 616.4963 129.78415 615.54315Q129.78415 614.6213 130.09665 613.85565Q130.40915 613.09 131.03415 612.6994Q131.65915 612.29315 132.42477 612.29315Q132.98727 612.29315 133.42477 612.5275Q133.86227 612.7619 134.14352 613.1369L134.14352 610.0588L135.1904 610.0588L135.1904 618.6525L134.20602 618.6525ZM130.8779 615.54315Q130.8779 616.7463 131.3779 617.34Q131.8779 617.91815 132.5654 617.91815Q133.2529 617.91815 133.73727 617.35565Q134.22165 616.79315 134.22165 615.6369Q134.22165 614.35565 133.72165 613.7619Q133.23727 613.16815 132.51852 613.16815Q131.8154 613.16815 131.34665 613.7463Q130.8779 614.3088 130.8779 615.54315Z" fill-rule="nonzero"/><path fill="#666666" d="M42.206013 632.6525L42.206013 631.8713Q41.612263 632.79315 40.471638 632.79315Q39.721638 632.79315 39.096638 632.3869Q38.471638 631.965 38.127888 631.23065Q37.784138 630.4963 37.784138 629.54315Q37.784138 628.6213 38.096638 627.85565Q38.409138 627.09 39.034138 626.6994Q39.659138 626.29315 40.424763 626.29315Q40.987263 626.29315 41.424763 626.5275Q41.862263 626.7619 42.143513 627.1369L42.143513 624.0588L43.190388 624.0588L43.190388 632.6525L42.206013 632.6525ZM38.877888 629.54315Q38.877888 630.7463 39.377888 631.34Q39.877888 631.91815 40.565388 631.91815Q41.252888 631.91815 41.737263 631.35565Q42.221638 630.79315 42.221638 629.6369Q42.221638 628.35565 41.721638 627.7619Q41.237263 627.16815 40.518513 627.16815Q39.815388 627.16815 39.346638 627.7463Q38.877888 628.3088 38.877888 629.54315ZM49.424763 630.6525L50.518513 630.7775Q50.268513 631.73065 49.565388 632.2619Q48.862263 632.79315 47.784138 632.79315Q46.424763 632.79315 45.612263 631.9494Q44.815388 631.10565 44.815388 629.59Q44.815388 628.0275 45.627888 627.16815Q46.440388 626.29315 47.721638 626.29315Q48.971638 626.29315 49.752888 627.1369Q50.549763 627.98065 50.549763 629.5275Q50.549763 629.6213 50.549763 629.8088L45.909138 629.8088Q45.971638 630.84 46.487263 631.3869Q47.002888 631.91815 47.784138 631.91815Q48.362263 631.91815 48.768513 631.6213Q49.190388 631.3088 49.424763 630.6525ZM45.971638 628.9494L49.440388 628.9494Q49.377888 628.1525 49.049763 627.7619Q48.534138 627.1525 47.737263 627.1525Q47.002888 627.1525 46.502888 627.6369Q46.018513 628.1213 45.971638 628.9494ZM53.893513 632.6525L51.534138 626.4338L52.643513 626.4338L53.987263 630.1525Q54.190388 630.7619 54.377888 631.4025Q54.518513 630.91815 54.768513 630.23065L56.159138 626.4338L57.237263 626.4338L54.877888 632.6525L53.893513 632.6525ZM58.174763 625.2775L58.174763 624.0588L59.237263 624.0588L59.237263 625.2775L58.174763 625.2775ZM58.174763 632.6525L58.174763 626.4338L59.237263 626.4338L59.237263 632.6525L58.174763 632.6525ZM65.23726 630.3713L66.26851 630.5119Q66.096634 631.5744 65.39351 632.1838Q64.690384 632.79315 63.674763 632.79315Q62.393513 632.79315 61.612263 631.965Q60.846638 631.1213 60.846638 629.5588Q60.846638 628.5588 61.174763 627.8088Q61.518513 627.04315 62.190388 626.66815Q62.877888 626.29315 63.690388 626.29315Q64.690384 626.29315 65.33101 626.8088Q65.98726 627.3088 66.17476 628.2619L65.14351 628.41815Q65.002884 627.79315 64.627884 627.48065Q64.252884 627.1525 63.721638 627.1525Q62.924763 627.1525 62.424763 627.73065Q61.924763 628.29315 61.924763 629.5275Q61.924763 630.79315 62.409138 631.35565Q62.893513 631.91815 63.659138 631.91815Q64.284134 631.91815 64.690384 631.54315Q65.11226 631.16815 65.23726 630.3713ZM71.42476 630.6525L72.51851 630.7775Q72.26851 631.73065 71.565384 632.2619Q70.86226 632.79315 69.784134 632.79315Q68.42476 632.79315 67.61226 631.9494Q66.815384 631.10565 66.815384 629.59Q66.815384 628.0275 67.627884 627.16815Q68.440384 626.29315 69.721634 626.29315Q70.971634 626.29315 71.752884 627.1369Q72.54976 627.98065 72.54976 629.5275Q72.54976 629.6213 72.54976 629.8088L67.909134 629.8088Q67.971634 630.84 68.48726 631.3869Q69.002884 631.91815 69.784134 631.91815Q70.36226 631.91815 70.76851 631.6213Q71.190384 631.3088 71.42476 630.6525ZM67.971634 628.9494L71.440384 628.9494Q71.377884 628.1525 71.04976 627.7619Q70.534134 627.1525 69.73726 627.1525Q69.002884 627.1525 68.502884 627.6369Q68.01851 628.1213 67.971634 628.9494ZM73.752884 630.79315L74.784134 630.6369Q74.877884 631.2619 75.26851 631.59Q75.67476 631.91815 76.409134 631.91815Q77.127884 631.91815 77.471634 631.6369Q77.83101 631.34 77.83101 630.9338Q77.83101 630.5744 77.51851 630.3713Q77.29976 630.23065 76.440384 630.0119Q75.284134 629.715 74.83101 629.5119Q74.39351 629.29315 74.159134 628.91815Q73.92476 628.54315 73.92476 628.0744Q73.92476 627.66815 74.11226 627.3088Q74.29976 626.9494 74.627884 626.715Q74.877884 626.54315 75.29976 626.41815Q75.721634 626.29315 76.221634 626.29315Q76.940384 626.29315 77.48726 626.5119Q78.04976 626.715 78.315384 627.0744Q78.58101 627.4338 78.67476 628.0275L77.64351 628.16815Q77.58101 627.6994 77.23726 627.4338Q76.909134 627.1525 76.284134 627.1525Q75.565384 627.1525 75.252884 627.4025Q74.940384 627.6369 74.940384 627.965Q74.940384 628.16815 75.065384 628.3244Q75.20601 628.4963 75.471634 628.60565Q75.627884 628.66815 76.409134 628.8713Q77.534134 629.1838 77.971634 629.3713Q78.409134 629.5588 78.659134 629.91815Q78.909134 630.2775 78.909134 630.8244Q78.909134 631.35565 78.596634 631.8244Q78.29976 632.2775 77.721634 632.54315Q77.14351 632.79315 76.409134 632.79315Q75.190384 632.79315 74.54976 632.29315Q73.92476 631.7775 73.752884 630.79315ZM79.377884 632.79315L81.86226 623.91815L82.70601 623.91815L80.221634 632.79315L79.377884 632.79315ZM83.502884 632.6525L83.502884 624.0588L84.627884 624.0588L84.627884 632.6525L83.502884 632.6525ZM86.17476 632.6525L86.17476 626.4338L87.11226 626.4338L87.11226 627.3088Q87.79976 626.29315 89.096634 626.29315Q89.659134 626.29315 90.127884 626.4963Q90.61226 626.6994 90.846634 627.0275Q91.08101 627.35565 91.17476 627.79315Q91.221634 628.09 91.221634 628.8244L91.221634 632.6525L90.17476 632.6525L90.17476 628.8713Q90.17476 628.215 90.04976 627.9025Q89.92476 627.59 89.61226 627.4025Q89.29976 627.1994 88.877884 627.1994Q88.20601 627.1994 87.70601 627.6369Q87.221634 628.0588 87.221634 629.2463L87.221634 632.6525L86.17476 632.6525ZM95.471634 631.715L95.627884 632.6369Q95.17476 632.73065 94.83101 632.73065Q94.252884 632.73065 93.940384 632.5588Q93.627884 632.3713 93.48726 632.0744Q93.36226 631.7775 93.36226 630.8244L93.36226 627.2463L92.596634 627.2463L92.596634 626.4338L93.36226 626.4338L93.36226 624.8869L94.409134 624.2619L94.409134 626.4338L95.471634 626.4338L95.471634 627.2463L94.409134 627.2463L94.409134 630.8869Q94.409134 631.34 94.45601 631.465Q94.51851 631.59 94.64351 631.66815Q94.76851 631.7463 95.002884 631.7463Q95.190384 631.7463 95.471634 631.715ZM100.42476 630.6525L101.51851 630.7775Q101.26851 631.73065 100.565384 632.2619Q99.86226 632.79315 98.784134 632.79315Q97.42476 632.79315 96.61226 631.9494Q95.815384 631.10565 95.815384 629.59Q95.815384 628.0275 96.627884 627.16815Q97.440384 626.29315 98.721634 626.29315Q99.971634 626.29315 100.752884 627.1369Q101.54976 627.98065 101.54976 629.5275Q101.54976 629.6213 101.54976 629.8088L96.909134 629.8088Q96.971634 630.84 97.48726 631.3869Q98.002884 631.91815 98.784134 631.91815Q99.36226 631.91815 99.76851 631.6213Q100.190384 631.3088 100.42476 630.6525ZM96.971634 628.9494L100.440384 628.9494Q100.377884 628.1525 100.04976 627.7619Q99.534134 627.1525 98.73726 627.1525Q98.002884 627.1525 97.502884 627.6369Q97.01851 628.1213 96.971634 628.9494ZM103.159134 632.6525L103.159134 626.4338L104.11226 626.4338L104.11226 627.3713Q104.471634 626.715 104.76851 626.5119Q105.08101 626.29315 105.45601 626.29315Q105.98726 626.29315 106.534134 626.6213L106.17476 627.60565Q105.784134 627.3713 105.409134 627.3713Q105.04976 627.3713 104.76851 627.59Q104.502884 627.79315 104.39351 628.16815Q104.20601 628.73065 104.20601 629.3869L104.20601 632.6525L103.159134 632.6525ZM107.17476 632.6525L107.17476 626.4338L108.11226 626.4338L108.11226 627.3088Q108.79976 626.29315 110.096634 626.29315Q110.659134 626.29315 111.127884 626.4963Q111.61226 626.6994 111.846634 627.0275Q112.08101 627.35565 112.17476 627.79315Q112.221634 628.09 112.221634 628.8244L112.221634 632.6525L111.17476 632.6525L111.17476 628.8713Q111.17476 628.215 111.04976 627.9025Q110.92476 627.59 110.61226 627.4025Q110.29976 627.1994 109.877884 627.1994Q109.20601 627.1994 108.70601 627.6369Q108.221634 628.0588 108.221634 629.2463L108.221634 632.6525L107.17476 632.6525ZM118.42476 630.6525L119.51851 630.7775Q119.26851 631.73065 118.565384 632.2619Q117.86226 632.79315 116.784134 632.79315Q115.42476 632.79315 114.61226 631.9494Q113.815384 631.10565 113.815384 629.59Q113.815384 628.0275 114.627884 627.16815Q115.440384 626.29315 116.721634 626.29315Q117.971634 626.29315 118.752884 627.1369Q119.54976 627.98065 119.54976 629.5275Q119.54976 629.6213 119.54976 629.8088L114.909134 629.8088Q114.971634 630.84 115.48726 631.3869Q116.002884 631.91815 116.784134 631.91815Q117.36226 631.91815 117.76851 631.6213Q118.190384 631.3088 118.42476 630.6525ZM114.971634 628.9494L118.440384 628.9494Q118.377884 628.1525 118.04976 627.7619Q117.534134 627.1525 116.73726 627.1525Q116.002884 627.1525 115.502884 627.6369Q115.01851 628.1213 114.971634 628.9494ZM123.471634 631.715L123.627884 632.6369Q123.17476 632.73065 122.83101 632.73065Q122.252884 632.73065 121.940384 632.5588Q121.627884 632.3713 121.48726 632.0744Q121.36226 631.7775 121.36226 630.8244L121.36226 627.2463L120.596634 627.2463L120.596634 626.4338L121.36226 626.4338L121.36226 624.8869L122.409134 624.2619L122.409134 626.4338L123.471634 626.4338L123.471634 627.2463L122.409134 627.2463L122.409134 630.8869Q122.409134 631.34 122.45601 631.465Q122.51851 631.59 122.64351 631.66815Q122.76851 631.7463 123.002884 631.7463Q123.190384 631.7463 123.471634 631.715ZM126.784134 629.54315Q126.784134 627.8088 127.73726 626.98065Q128.53413 626.29315 129.69038 626.29315Q130.97163 626.29315 131.78413 627.1369Q132.61226 627.965 132.61226 629.4494Q132.61226 630.6525 132.25288 631.34Q131.89351 632.0275 131.19038 632.41815Q130.50288 632.79315 129.69038 632.79315Q128.39351 632.79315 127.58101 631.965Q126.784134 631.1213 126.784134 629.54315ZM127.86226 629.54315Q127.86226 630.73065 128.37788 631.3244Q128.90913 631.91815 129.69038 631.91815Q130.48726 631.91815 131.00288 631.3244Q131.51851 630.73065 131.51851 629.5119Q131.51851 628.35565 130.98726 627.7619Q130.47163 627.16815 129.69038 627.16815Q128.90913 627.16815 128.37788 627.7619Q127.86226 628.34 127.86226 629.54315ZM134.42476 632.6525L134.42476 627.2463L133.48726 627.2463L133.48726 626.4338L134.42476 626.4338L134.42476 625.7619Q134.42476 625.1369 134.53413 624.84Q134.69038 624.41815 135.06538 624.16815Q135.45601 623.91815 136.14351 623.91815Q136.59663 623.91815 137.12788 624.0275L136.97163 624.9338Q136.64351 624.8869 136.34663 624.8869Q135.86226 624.8869 135.65913 625.09Q135.47163 625.29315 135.47163 625.85565L135.47163 626.4338L136.69038 626.4338L136.69038 627.2463L135.47163 627.2463L135.47163 632.6525L134.42476 632.6525Z" fill-rule="nonzero"/><path fill="#666666" d="M102.48727 646.6525L102.48727 639.0744L99.65914 639.0744L99.65914 638.0588L106.47164 638.0588L106.47164 639.0744L103.62789 639.0744L103.62789 646.6525L102.48727 646.6525ZM107.17477 646.6525L107.17477 638.0588L108.22164 638.0588L108.22164 641.1369Q108.95602 640.29315 110.08102 640.29315Q110.78414 640.29315 111.28414 640.5744Q111.79977 640.84 112.01852 641.3244Q112.23727 641.79315 112.23727 642.715L112.23727 646.6525L111.19039 646.6525L111.19039 642.715Q111.19039 641.91815 110.84664 641.5588Q110.50289 641.1994 109.87789 641.1994Q109.40914 641.1994 108.98727 641.4494Q108.58102 641.6838 108.39352 642.10565Q108.22164 642.5119 108.22164 643.2463L108.22164 646.6525L107.17477 646.6525ZM114.17477 639.2775L114.17477 638.0588L115.23727 638.0588L115.23727 639.2775L114.17477 639.2775ZM114.17477 646.6525L114.17477 640.4338L115.23727 640.4338L115.23727 646.6525L114.17477 646.6525ZM117.17477 646.6525L117.17477 640.4338L118.11227 640.4338L118.11227 641.3088Q118.79977 640.29315 120.09664 640.29315Q120.65914 640.29315 121.12789 640.4963Q121.61227 640.6994 121.84664 641.0275Q122.08102 641.35565 122.17477 641.79315Q122.22164 642.09 122.22164 642.8244L122.22164 646.6525L121.17477 646.6525L121.17477 642.8713Q121.17477 642.215 121.04977 641.9025Q120.92477 641.59 120.61227 641.4025Q120.29977 641.1994 119.87789 641.1994Q119.20602 641.1994 118.70602 641.6369Q118.22164 642.0588 118.22164 643.2463L118.22164 646.6525L117.17477 646.6525ZM123.97164 647.16815L125.00289 647.3244Q125.06539 647.79315 125.36227 648.0119Q125.75289 648.3088 126.42477 648.3088Q127.15914 648.3088 127.54977 648.0119Q127.95602 647.715 128.09665 647.1994Q128.1904 646.8713 128.17477 645.84Q127.48727 646.6525 126.45602 646.6525Q125.17477 646.6525 124.47164 645.73065Q123.76852 644.79315 123.76852 643.5119Q123.76852 642.6213 124.08102 641.8713Q124.40914 641.10565 125.01852 640.6994Q125.62789 640.29315 126.45602 640.29315Q127.56539 640.29315 128.28415 641.1838L128.28415 640.4338L129.2529 640.4338L129.2529 645.8088Q129.2529 647.2619 128.95602 647.8713Q128.65915 648.48065 128.01852 648.8244Q127.37789 649.1838 126.44039 649.1838Q125.33102 649.1838 124.64352 648.6838Q123.95602 648.1838 123.97164 647.16815ZM124.84664 643.4338Q124.84664 644.6525 125.33102 645.215Q125.81539 645.7775 126.54977 645.7775Q127.28414 645.7775 127.76852 645.215Q128.26852 644.6525 128.26852 643.465Q128.26852 642.3244 127.75289 641.7463Q127.25289 641.16815 126.53414 641.16815Q125.83102 641.16815 125.33102 641.7463Q124.84664 642.3088 124.84664 643.4338ZM130.7529 644.79315L131.78415 644.6369Q131.8779 645.2619 132.26852 645.59Q132.67477 645.91815 133.40915 645.91815Q134.1279 645.91815 134.47165 645.6369Q134.83102 645.34 134.83102 644.9338Q134.83102 644.5744 134.51852 644.3713Q134.29977 644.23065 133.4404 644.0119Q132.28415 643.715 131.83102 643.5119Q131.39352 643.29315 131.15915 642.91815Q130.92477 642.54315 130.92477 642.0744Q130.92477 641.66815 131.11227 641.3088Q131.29977 640.9494 131.6279 640.715Q131.8779 640.54315 132.29977 640.41815Q132.72165 640.29315 133.22165 640.29315Q133.9404 640.29315 134.48727 640.5119Q135.04977 640.715 135.3154 641.0744Q135.58102 641.4338 135.67477 642.0275L134.64352 642.16815Q134.58102 641.6994 134.23727 641.4338Q133.90915 641.1525 133.28415 641.1525Q132.5654 641.1525 132.2529 641.4025Q131.9404 641.6369 131.9404 641.965Q131.9404 642.16815 132.0654 642.3244Q132.20602 642.4963 132.47165 642.60565Q132.6279 642.66815 133.40915 642.8713Q134.53415 643.1838 134.97165 643.3713Q135.40915 643.5588 135.65915 643.91815Q135.90915 644.2775 135.90915 644.8244Q135.90915 645.35565 135.59665 645.8244Q135.29977 646.2775 134.72165 646.54315Q134.14352 646.79315 133.40915 646.79315Q132.1904 646.79315 131.54977 646.29315Q130.92477 645.7775 130.7529 644.79315Z" fill-rule="nonzero"/><path fill="#666666" d="M90.26852 673.9398L90.26852 665.34607L91.98727 665.34607L94.01852 671.4242Q94.29977 672.28357 94.42477 672.70544Q94.56539 672.2367 94.87789 671.33044L96.94039 665.34607L98.47164 665.34607L98.47164 673.9398L97.37789 673.9398L97.37789 666.7523L94.87789 673.9398L93.84664 673.9398L91.36227 666.6273L91.36227 673.9398L90.26852 673.9398ZM104.23727 673.1742Q103.64352 673.6742 103.09664 673.8773Q102.56539 674.08044 101.94039 674.08044Q100.90914 674.08044 100.36227 673.58044Q99.81539 673.08044 99.81539 672.2992Q99.81539 671.84607 100.01852 671.47107Q100.22164 671.08044 100.56539 670.8617Q100.90914 670.6273 101.33102 670.51794Q101.62789 670.4242 102.26852 670.34607Q103.53414 670.20544 104.14352 669.9867Q104.14352 669.76794 104.14352 669.72107Q104.14352 669.0648 103.84664 668.7992Q103.44039 668.45544 102.64352 668.45544Q101.90914 668.45544 101.54977 668.72107Q101.19039 668.97107 101.01852 669.6273L99.98727 669.4867Q100.12789 668.83044 100.45602 668.4242Q100.78414 668.01794 101.39352 667.7992Q102.00289 667.58044 102.79977 667.58044Q103.59664 667.58044 104.09664 667.76794Q104.59664 667.95544 104.83102 668.2367Q105.06539 668.51794 105.15914 668.95544Q105.20602 669.22107 105.20602 669.9242L105.20602 671.33044Q105.20602 672.7992 105.26852 673.1898Q105.34664 673.58044 105.54977 673.9398L104.44039 673.9398Q104.28414 673.6117 104.23727 673.1742ZM104.14352 670.8148Q103.56539 671.0492 102.42477 671.22107Q101.76852 671.3148 101.50289 671.4398Q101.23727 671.5492 101.08102 671.76794Q100.94039 671.9867 100.94039 672.26794Q100.94039 672.6898 101.25289 672.97107Q101.58102 673.2523 102.19039 673.2523Q102.79977 673.2523 103.26852 672.9867Q103.75289 672.72107 103.97164 672.2523Q104.14352 671.89294 104.14352 671.20544L104.14352 670.8148ZM111.23727 671.65857L112.26852 671.7992Q112.09664 672.8617 111.39352 673.47107Q110.69039 674.08044 109.67477 674.08044Q108.39352 674.08044 107.61227 673.2523Q106.84664 672.40857 106.84664 670.84607Q106.84664 669.84607 107.17477 669.09607Q107.51852 668.33044 108.19039 667.95544Q108.87789 667.58044 109.69039 667.58044Q110.69039 667.58044 111.33102 668.09607Q111.98727 668.59607 112.17477 669.5492L111.14352 669.70544Q111.00289 669.08044 110.62789 668.76794Q110.25289 668.4398 109.72164 668.4398Q108.92477 668.4398 108.42477 669.01794Q107.92477 669.58044 107.92477 670.8148Q107.92477 672.08044 108.40914 672.64294Q108.89352 673.20544 109.65914 673.20544Q110.28414 673.20544 110.69039 672.83044Q111.11227 672.45544 111.23727 671.65857ZM113.17477 673.9398L113.17477 665.34607L114.22164 665.34607L114.22164 668.4242Q114.95602 667.58044 116.08102 667.58044Q116.78414 667.58044 117.28414 667.8617Q117.79977 668.1273 118.01852 668.6117Q118.23727 669.08044 118.23727 670.0023L118.23727 673.9398L117.19039 673.9398L117.19039 670.0023Q117.19039 669.20544 116.84664 668.84607Q116.50289 668.4867 115.87789 668.4867Q115.40914 668.4867 114.98727 668.7367Q114.58102 668.97107 114.39352 669.39294Q114.22164 669.7992 114.22164 670.53357L114.22164 673.9398L113.17477 673.9398ZM120.17477 666.5648L120.17477 665.34607L121.23727 665.34607L121.23727 666.5648L120.17477 666.5648ZM120.17477 673.9398L120.17477 667.72107L121.23727 667.72107L121.23727 673.9398L120.17477 673.9398ZM123.17477 673.9398L123.17477 667.72107L124.11227 667.72107L124.11227 668.59607Q124.79977 667.58044 126.09664 667.58044Q126.65914 667.58044 127.12789 667.78357Q127.61227 667.9867 127.84664 668.3148Q128.08102 668.64294 128.17477 669.08044Q128.22165 669.3773 128.22165 670.1117L128.22165 673.9398L127.17477 673.9398L127.17477 670.15857Q127.17477 669.5023 127.04977 669.1898Q126.92477 668.8773 126.61227 668.6898Q126.29977 668.4867 125.87789 668.4867Q125.20602 668.4867 124.70602 668.9242Q124.22164 669.34607 124.22164 670.53357L124.22164 673.9398L123.17477 673.9398ZM134.42477 671.9398L135.51852 672.0648Q135.26852 673.01794 134.5654 673.5492Q133.86227 674.08044 132.78415 674.08044Q131.42477 674.08044 130.61227 673.2367Q129.8154 672.39294 129.8154 670.8773Q129.8154 669.3148 130.6279 668.45544Q131.4404 667.58044 132.72165 667.58044Q133.97165 667.58044 134.7529 668.4242Q135.54977 669.26794 135.54977 670.8148Q135.54977 670.90857 135.54977 671.09607L130.90915 671.09607Q130.97165 672.1273 131.48727 672.6742Q132.0029 673.20544 132.78415 673.20544Q133.36227 673.20544 133.76852 672.90857Q134.1904 672.59607 134.42477 671.9398ZM130.97165 670.2367L134.4404 670.2367Q134.3779 669.4398 134.04977 669.0492Q133.53415 668.4398 132.73727 668.4398Q132.0029 668.4398 131.5029 668.9242Q131.01852 669.40857 130.97165 670.2367Z" fill-rule="nonzero"/><path fill="#666666" d="M42.252888 687.9398L42.252888 679.34607L43.393513 679.34607L43.393513 686.9242L47.627888 686.9242L47.627888 687.9398L42.252888 687.9398ZM53.424763 685.9398L54.518513 686.0648Q54.268513 687.01794 53.565388 687.5492Q52.862263 688.08044 51.784138 688.08044Q50.424763 688.08044 49.612263 687.2367Q48.815388 686.39294 48.815388 684.8773Q48.815388 683.3148 49.627888 682.45544Q50.440388 681.58044 51.721638 681.58044Q52.971638 681.58044 53.752888 682.4242Q54.549763 683.26794 54.549763 684.8148Q54.549763 684.90857 54.549763 685.09607L49.909138 685.09607Q49.971638 686.1273 50.487263 686.6742Q51.002888 687.20544 51.784138 687.20544Q52.362263 687.20544 52.768513 686.90857Q53.190388 686.59607 53.424763 685.9398ZM49.971638 684.2367L53.440388 684.2367Q53.377888 683.4398 53.049763 683.0492Q52.534138 682.4398 51.737263 682.4398Q51.002888 682.4398 50.502888 682.9242Q50.018513 683.40857 49.971638 684.2367ZM60.237263 687.1742Q59.643513 687.6742 59.096638 687.8773Q58.565388 688.08044 57.940388 688.08044Q56.909138 688.08044 56.362263 687.58044Q55.815388 687.08044 55.815388 686.2992Q55.815388 685.84607 56.018513 685.47107Q56.221638 685.08044 56.565388 684.8617Q56.909138 684.6273 57.331013 684.51794Q57.627888 684.4242 58.268513 684.34607Q59.534138 684.20544 60.143513 683.9867Q60.143513 683.76794 60.143513 683.72107Q60.143513 683.0648 59.846638 682.7992Q59.440388 682.45544 58.643513 682.45544Q57.909138 682.45544 57.549763 682.72107Q57.190388 682.97107 57.018513 683.6273L55.987263 683.4867Q56.127888 682.83044 56.456013 682.4242Q56.784138 682.01794 57.393513 681.7992Q58.002888 681.58044 58.799763 681.58044Q59.596638 681.58044 60.096638 681.76794Q60.596638 681.95544 60.831013 682.2367Q61.065388 682.51794 61.159138 682.95544Q61.206013 683.22107 61.206013 683.9242L61.206013 685.33044Q61.206013 686.7992 61.268513 687.1898Q61.346638 687.58044 61.549763 687.9398L60.440388 687.9398Q60.284138 687.6117 60.237263 687.1742ZM60.143513 684.8148Q59.565388 685.0492 58.424763 685.22107Q57.768513 685.3148 57.502888 685.4398Q57.237263 685.5492 57.081013 685.76794Q56.940388 685.9867 56.940388 686.26794Q56.940388 686.6898 57.252888 686.97107Q57.581013 687.2523 58.190388 687.2523Q58.799763 687.2523 59.268513 686.9867Q59.752888 686.72107 59.971638 686.2523Q60.143513 685.89294 60.143513 685.20544L60.143513 684.8148ZM63.159138 687.9398L63.159138 681.72107L64.11226 681.72107L64.11226 682.65857Q64.471634 682.0023 64.76851 681.7992Q65.08101 681.58044 65.45601 681.58044Q65.98726 681.58044 66.534134 681.90857L66.17476 682.89294Q65.784134 682.65857 65.409134 682.65857Q65.04976 682.65857 64.76851 682.8773Q64.502884 683.08044 64.39351 683.45544Q64.20601 684.01794 64.20601 684.6742L64.20601 687.9398L63.159138 687.9398ZM67.17476 687.9398L67.17476 681.72107L68.11226 681.72107L68.11226 682.59607Q68.79976 681.58044 70.096634 681.58044Q70.659134 681.58044 71.127884 681.78357Q71.61226 681.9867 71.846634 682.3148Q72.08101 682.64294 72.17476 683.08044Q72.221634 683.3773 72.221634 684.1117L72.221634 687.9398L71.17476 687.9398L71.17476 684.15857Q71.17476 683.5023 71.04976 683.1898Q70.92476 682.8773 70.61226 682.6898Q70.29976 682.4867 69.877884 682.4867Q69.20601 682.4867 68.70601 682.9242Q68.221634 683.34607 68.221634 684.53357L68.221634 687.9398L67.17476 687.9398ZM74.17476 680.5648L74.17476 679.34607L75.23726 679.34607L75.23726 680.5648L74.17476 680.5648ZM74.17476 687.9398L74.17476 681.72107L75.23726 681.72107L75.23726 687.9398L74.17476 687.9398ZM77.17476 687.9398L77.17476 681.72107L78.11226 681.72107L78.11226 682.59607Q78.79976 681.58044 80.096634 681.58044Q80.659134 681.58044 81.127884 681.78357Q81.61226 681.9867 81.846634 682.3148Q82.08101 682.64294 82.17476 683.08044Q82.221634 683.3773 82.221634 684.1117L82.221634 687.9398L81.17476 687.9398L81.17476 684.15857Q81.17476 683.5023 81.04976 683.1898Q80.92476 682.8773 80.61226 682.6898Q80.29976 682.4867 79.877884 682.4867Q79.20601 682.4867 78.70601 682.9242Q78.221634 683.34607 78.221634 684.53357L78.221634 687.9398L77.17476 687.9398ZM83.971634 688.45544L85.002884 688.6117Q85.065384 689.08044 85.36226 689.2992Q85.752884 689.59607 86.42476 689.59607Q87.159134 689.59607 87.54976 689.2992Q87.95601 689.0023 88.096634 688.4867Q88.190384 688.15857 88.17476 687.1273Q87.48726 687.9398 86.45601 687.9398Q85.17476 687.9398 84.471634 687.01794Q83.76851 686.08044 83.76851 684.7992Q83.76851 683.90857 84.08101 683.15857Q84.409134 682.39294 85.01851 681.9867Q85.627884 681.58044 86.45601 681.58044Q87.565384 681.58044 88.284134 682.47107L88.284134 681.72107L89.252884 681.72107L89.252884 687.09607Q89.252884 688.5492 88.95601 689.15857Q88.659134 689.76794 88.01851 690.1117Q87.377884 690.47107 86.440384 690.47107Q85.33101 690.47107 84.64351 689.97107Q83.95601 689.47107 83.971634 688.45544ZM84.846634 684.72107Q84.846634 685.9398 85.33101 686.5023Q85.815384 687.0648 86.54976 687.0648Q87.284134 687.0648 87.76851 686.5023Q88.26851 685.9398 88.26851 684.7523Q88.26851 683.6117 87.752884 683.03357Q87.252884 682.45544 86.534134 682.45544Q85.83101 682.45544 85.33101 683.03357Q84.846634 683.59607 84.846634 684.72107ZM90.377884 688.08044L92.86226 679.20544L93.70601 679.20544L91.221634 688.08044L90.377884 688.08044ZM93.36226 687.9398L96.659134 679.34607L97.877884 679.34607L101.39351 687.9398L100.11226 687.9398L99.096634 685.33044L95.51851 685.33044L94.565384 687.9398L93.36226 687.9398ZM95.846634 684.40857L98.752884 684.40857L97.86226 682.03357Q97.440384 680.95544 97.252884 680.2523Q97.08101 681.08044 96.784134 681.89294L95.846634 684.40857ZM102.159134 687.9398L102.159134 681.72107L103.11226 681.72107L103.11226 682.65857Q103.471634 682.0023 103.76851 681.7992Q104.08101 681.58044 104.45601 681.58044Q104.98726 681.58044 105.534134 681.90857L105.17476 682.89294Q104.784134 682.65857 104.409134 682.65857Q104.04976 682.65857 103.76851 682.8773Q103.502884 683.08044 103.39351 683.45544Q103.20601 684.01794 103.20601 684.6742L103.20601 687.9398L102.159134 687.9398ZM108.471634 687.0023L108.627884 687.9242Q108.17476 688.01794 107.83101 688.01794Q107.252884 688.01794 106.940384 687.84607Q106.627884 687.65857 106.48726 687.3617Q106.36226 687.0648 106.36226 686.1117L106.36226 682.53357L105.596634 682.53357L105.596634 681.72107L106.36226 681.72107L106.36226 680.1742L107.409134 679.5492L107.409134 681.72107L108.471634 681.72107L108.471634 682.53357L107.409134 682.53357L107.409134 686.1742Q107.409134 686.6273 107.45601 686.7523Q107.51851 686.8773 107.64351 686.95544Q107.76851 687.03357 108.002884 687.03357Q108.190384 687.03357 108.471634 687.0023ZM109.17476 680.5648L109.17476 679.34607L110.23726 679.34607L110.23726 680.5648L109.17476 680.5648ZM109.17476 687.9398L109.17476 681.72107L110.23726 681.72107L110.23726 687.9398L109.17476 687.9398ZM112.42476 687.9398L112.42476 682.53357L111.48726 682.53357L111.48726 681.72107L112.42476 681.72107L112.42476 681.0492Q112.42476 680.4242 112.534134 680.1273Q112.690384 679.70544 113.065384 679.45544Q113.45601 679.20544 114.14351 679.20544Q114.596634 679.20544 115.127884 679.3148L114.971634 680.22107Q114.64351 680.1742 114.346634 680.1742Q113.86226 680.1742 113.659134 680.3773Q113.471634 680.58044 113.471634 681.14294L113.471634 681.72107L114.690384 681.72107L114.690384 682.53357L113.471634 682.53357L113.471634 687.9398L112.42476 687.9398ZM115.17476 680.5648L115.17476 679.34607L116.23726 679.34607L116.23726 680.5648L115.17476 680.5648ZM115.17476 687.9398L115.17476 681.72107L116.23726 681.72107L116.23726 687.9398L115.17476 687.9398ZM122.23726 685.65857L123.26851 685.7992Q123.096634 686.8617 122.39351 687.47107Q121.690384 688.08044 120.67476 688.08044Q119.39351 688.08044 118.61226 687.2523Q117.846634 686.40857 117.846634 684.84607Q117.846634 683.84607 118.17476 683.09607Q118.51851 682.33044 119.190384 681.95544Q119.877884 681.58044 120.690384 681.58044Q121.690384 681.58044 122.33101 682.09607Q122.98726 682.59607 123.17476 683.5492L122.14351 683.70544Q122.002884 683.08044 121.627884 682.76794Q121.252884 682.4398 120.721634 682.4398Q119.92476 682.4398 119.42476 683.01794Q118.92476 683.58044 118.92476 684.8148Q118.92476 686.08044 119.409134 686.64294Q119.89351 687.20544 120.659134 687.20544Q121.284134 687.20544 121.690384 686.83044Q122.11226 686.45544 122.23726 685.65857ZM124.17476 680.5648L124.17476 679.34607L125.23726 679.34607L125.23726 680.5648L124.17476 680.5648ZM124.17476 687.9398L124.17476 681.72107L125.23726 681.72107L125.23726 687.9398L124.17476 687.9398ZM131.23726 687.1742Q130.64351 687.6742 130.09663 687.8773Q129.56538 688.08044 128.94038 688.08044Q127.909134 688.08044 127.36226 687.58044Q126.815384 687.08044 126.815384 686.2992Q126.815384 685.84607 127.01851 685.47107Q127.221634 685.08044 127.565384 684.8617Q127.909134 684.6273 128.33101 684.51794Q128.62788 684.4242 129.26851 684.34607Q130.53413 684.20544 131.14351 683.9867Q131.14351 683.76794 131.14351 683.72107Q131.14351 683.0648 130.84663 682.7992Q130.44038 682.45544 129.64351 682.45544Q128.90913 682.45544 128.54976 682.72107Q128.19038 682.97107 128.01851 683.6273L126.98726 683.4867Q127.127884 682.83044 127.45601 682.4242Q127.784134 682.01794 128.39351 681.7992Q129.00288 681.58044 129.79976 681.58044Q130.59663 681.58044 131.09663 681.76794Q131.59663 681.95544 131.83101 682.2367Q132.06538 682.51794 132.15913 682.95544Q132.20601 683.22107 132.20601 683.9242L132.20601 685.33044Q132.20601 686.7992 132.26851 687.1898Q132.34663 687.58044 132.54976 687.9398L131.44038 687.9398Q131.28413 687.6117 131.23726 687.1742ZM131.14351 684.8148Q130.56538 685.0492 129.42476 685.22107Q128.76851 685.3148 128.50288 685.4398Q128.23726 685.5492 128.08101 685.76794Q127.940384 685.9867 127.940384 686.26794Q127.940384 686.6898 128.25288 686.97107Q128.58101 687.2523 129.19038 687.2523Q129.79976 687.2523 130.26851 686.9867Q130.75288 686.72107 130.97163 686.2523Q131.14351 685.89294 131.14351 685.20544L131.14351 684.8148ZM134.14351 687.9398L134.14351 679.34607L135.20601 679.34607L135.20601 687.9398L134.14351 687.9398Z" fill-rule="nonzero"/><path fill="#666666" d="M74.50289 701.9398L74.50289 693.34607L75.62789 693.34607L75.62789 701.9398L74.50289 701.9398ZM77.17477 701.9398L77.17477 695.72107L78.11227 695.72107L78.11227 696.59607Q78.79977 695.58044 80.09664 695.58044Q80.65914 695.58044 81.12789 695.78357Q81.61227 695.9867 81.84664 696.3148Q82.08102 696.64294 82.17477 697.08044Q82.22164 697.3773 82.22164 698.1117L82.22164 701.9398L81.17477 701.9398L81.17477 698.15857Q81.17477 697.5023 81.04977 697.1898Q80.92477 696.8773 80.61227 696.6898Q80.29977 696.4867 79.87789 696.4867Q79.20602 696.4867 78.70602 696.9242Q78.22164 697.34607 78.22164 698.53357L78.22164 701.9398L77.17477 701.9398ZM86.47164 701.0023L86.62789 701.9242Q86.17477 702.01794 85.83102 702.01794Q85.25289 702.01794 84.94039 701.84607Q84.62789 701.65857 84.48727 701.3617Q84.36227 701.0648 84.36227 700.1117L84.36227 696.53357L83.59664 696.53357L83.59664 695.72107L84.36227 695.72107L84.36227 694.1742L85.40914 693.5492L85.40914 695.72107L86.47164 695.72107L86.47164 696.53357L85.40914 696.53357L85.40914 700.1742Q85.40914 700.6273 85.45602 700.7523Q85.51852 700.8773 85.64352 700.95544Q85.76852 701.03357 86.00289 701.03357Q86.19039 701.03357 86.47164 701.0023ZM91.42477 699.9398L92.51852 700.0648Q92.26852 701.01794 91.56539 701.5492Q90.86227 702.08044 89.78414 702.08044Q88.42477 702.08044 87.61227 701.2367Q86.81539 700.39294 86.81539 698.8773Q86.81539 697.3148 87.62789 696.45544Q88.44039 695.58044 89.72164 695.58044Q90.97164 695.58044 91.75289 696.4242Q92.54977 697.26794 92.54977 698.8148Q92.54977 698.90857 92.54977 699.09607L87.90914 699.09607Q87.97164 700.1273 88.48727 700.6742Q89.00289 701.20544 89.78414 701.20544Q90.36227 701.20544 90.76852 700.90857Q91.19039 700.59607 91.42477 699.9398ZM87.97164 698.2367L91.44039 698.2367Q91.37789 697.4398 91.04977 697.0492Q90.53414 696.4398 89.73727 696.4398Q89.00289 696.4398 88.50289 696.9242Q88.01852 697.40857 87.97164 698.2367ZM94.14352 701.9398L94.14352 693.34607L95.20602 693.34607L95.20602 701.9398L94.14352 701.9398ZM97.14352 701.9398L97.14352 693.34607L98.20602 693.34607L98.20602 701.9398L97.14352 701.9398ZM100.17477 694.5648L100.17477 693.34607L101.23727 693.34607L101.23727 694.5648L100.17477 694.5648ZM100.17477 701.9398L100.17477 695.72107L101.23727 695.72107L101.23727 701.9398L100.17477 701.9398ZM102.97164 702.45544L104.00289 702.6117Q104.06539 703.08044 104.36227 703.2992Q104.75289 703.59607 105.42477 703.59607Q106.15914 703.59607 106.54977 703.2992Q106.95602 703.0023 107.09664 702.4867Q107.19039 702.15857 107.17477 701.1273Q106.48727 701.9398 105.45602 701.9398Q104.17477 701.9398 103.47164 701.01794Q102.76852 700.08044 102.76852 698.7992Q102.76852 697.90857 103.08102 697.15857Q103.40914 696.39294 104.01852 695.9867Q104.62789 695.58044 105.45602 695.58044Q106.56539 695.58044 107.28414 696.47107L107.28414 695.72107L108.25289 695.72107L108.25289 701.09607Q108.25289 702.5492 107.95602 703.15857Q107.65914 703.76794 107.01852 704.1117Q106.37789 704.47107 105.44039 704.47107Q104.33102 704.47107 103.64352 703.97107Q102.95602 703.47107 102.97164 702.45544ZM103.84664 698.72107Q103.84664 699.9398 104.33102 700.5023Q104.81539 701.0648 105.54977 701.0648Q106.28414 701.0648 106.76852 700.5023Q107.26852 699.9398 107.26852 698.7523Q107.26852 697.6117 106.75289 697.03357Q106.25289 696.45544 105.53414 696.45544Q104.83102 696.45544 104.33102 697.03357Q103.84664 697.59607 103.84664 698.72107ZM114.42477 699.9398L115.51852 700.0648Q115.26852 701.01794 114.56539 701.5492Q113.86227 702.08044 112.78414 702.08044Q111.42477 702.08044 110.61227 701.2367Q109.81539 700.39294 109.81539 698.8773Q109.81539 697.3148 110.62789 696.45544Q111.44039 695.58044 112.72164 695.58044Q113.97164 695.58044 114.75289 696.4242Q115.54977 697.26794 115.54977 698.8148Q115.54977 698.90857 115.54977 699.09607L110.90914 699.09607Q110.97164 700.1273 111.48727 700.6742Q112.00289 701.20544 112.78414 701.20544Q113.36227 701.20544 113.76852 700.90857Q114.19039 700.59607 114.42477 699.9398ZM110.97164 698.2367L114.44039 698.2367Q114.37789 697.4398 114.04977 697.0492Q113.53414 696.4398 112.73727 696.4398Q112.00289 696.4398 111.50289 696.9242Q111.01852 697.40857 110.97164 698.2367ZM117.17477 701.9398L117.17477 695.72107L118.11227 695.72107L118.11227 696.59607Q118.79977 695.58044 120.09664 695.58044Q120.65914 695.58044 121.12789 695.78357Q121.61227 695.9867 121.84664 696.3148Q122.08102 696.64294 122.17477 697.08044Q122.22164 697.3773 122.22164 698.1117L122.22164 701.9398L121.17477 701.9398L121.17477 698.15857Q121.17477 697.5023 121.04977 697.1898Q120.92477 696.8773 120.61227 696.6898Q120.29977 696.4867 119.87789 696.4867Q119.20602 696.4867 118.70602 696.9242Q118.22164 697.34607 118.22164 698.53357L118.22164 701.9398L117.17477 701.9398ZM128.23727 699.65857L129.26852 699.7992Q129.09665 700.8617 128.39352 701.47107Q127.69039 702.08044 126.67477 702.08044Q125.39352 702.08044 124.61227 701.2523Q123.84664 700.40857 123.84664 698.84607Q123.84664 697.84607 124.17477 697.09607Q124.51852 696.33044 125.19039 695.95544Q125.87789 695.58044 126.69039 695.58044Q127.69039 695.58044 128.33102 696.09607Q128.98727 696.59607 129.17477 697.5492L128.14352 697.70544Q128.0029 697.08044 127.62789 696.76794Q127.25289 696.4398 126.72164 696.4398Q125.92477 696.4398 125.42477 697.01794Q124.92477 697.58044 124.92477 698.8148Q124.92477 700.08044 125.40914 700.64294Q125.89352 701.20544 126.65914 701.20544Q127.28414 701.20544 127.69039 700.83044Q128.11227 700.45544 128.23727 699.65857ZM134.42477 699.9398L135.51852 700.0648Q135.26852 701.01794 134.5654 701.5492Q133.86227 702.08044 132.78415 702.08044Q131.42477 702.08044 130.61227 701.2367Q129.8154 700.39294 129.8154 698.8773Q129.8154 697.3148 130.6279 696.45544Q131.4404 695.58044 132.72165 695.58044Q133.97165 695.58044 134.7529 696.4242Q135.54977 697.26794 135.54977 698.8148Q135.54977 698.90857 135.54977 699.09607L130.90915 699.09607Q130.97165 700.1273 131.48727 700.6742Q132.0029 701.20544 132.78415 701.20544Q133.36227 701.20544 133.76852 700.90857Q134.1904 700.59607 134.42477 699.9398ZM130.97165 698.2367L134.4404 698.2367Q134.3779 697.4398 134.04977 697.0492Q133.53415 696.4398 132.73727 696.4398Q132.0029 696.4398 131.5029 696.9242Q131.01852 697.40857 130.97165 698.2367Z" fill-rule="nonzero"/><path fill="#666666" d="M27.362263 736.2272L30.659138 727.6334L31.877888 727.6334L35.393513 736.2272L34.112263 736.2272L33.096638 733.6178L29.518513 733.6178L28.565388 736.2272L27.362263 736.2272ZM29.846638 732.6959L32.752888 732.6959L31.862263 730.3209Q31.440388 729.2428 31.252888 728.5397Q31.081013 729.3678 30.784138 730.1803L29.846638 732.6959ZM40.237263 733.9459L41.268513 734.08655Q41.096638 735.14905 40.393513 735.7584Q39.690388 736.3678 38.674763 736.3678Q37.393513 736.3678 36.612263 735.5397Q35.846638 734.6959 35.846638 733.1334Q35.846638 732.1334 36.174763 731.3834Q36.518513 730.6178 37.190388 730.2428Q37.877888 729.8678 38.690388 729.8678Q39.690388 729.8678 40.331013 730.3834Q40.987263 730.8834 41.174763 731.83655L40.143513 731.9928Q40.002888 731.3678 39.627888 731.0553Q39.252888 730.7272 38.721638 730.7272Q37.924763 730.7272 37.424763 731.3053Q36.924763 731.8678 36.924763 733.1022Q36.924763 734.3678 37.409138 734.9303Q37.893513 735.4928 38.659138 735.4928Q39.284138 735.4928 39.690388 735.1178Q40.112263 734.7428 40.237263 733.9459ZM46.237263 735.46155Q45.643513 735.96155 45.096638 736.1647Q44.565388 736.3678 43.940388 736.3678Q42.909138 736.3678 42.362263 735.8678Q41.815388 735.3678 41.815388 734.58655Q41.815388 734.1334 42.018513 733.7584Q42.221638 733.3678 42.565388 733.14905Q42.909138 732.9147 43.331013 732.8053Q43.627888 732.71155 44.268513 732.6334Q45.534138 732.4928 46.143513 732.27405Q46.143513 732.0553 46.143513 732.0084Q46.143513 731.3522 45.846638 731.08655Q45.440388 730.7428 44.643513 730.7428Q43.909138 730.7428 43.549763 731.0084Q43.190388 731.2584 43.018513 731.9147L41.987263 731.77405Q42.127888 731.1178 42.456013 730.71155Q42.784138 730.3053 43.393513 730.08655Q44.002888 729.8678 44.799763 729.8678Q45.596638 729.8678 46.096638 730.0553Q46.596638 730.2428 46.831013 730.52405Q47.065388 730.8053 47.159138 731.2428Q47.206013 731.5084 47.206013 732.21155L47.206013 733.6178Q47.206013 735.08655 47.268513 735.4772Q47.346638 735.8678 47.549763 736.2272L46.440388 736.2272Q46.284138 735.89905 46.237263 735.46155ZM46.143513 733.1022Q45.565388 733.33655 44.424763 733.5084Q43.768513 733.6022 43.502888 733.7272Q43.237263 733.83655 43.081013 734.0553Q42.940388 734.27405 42.940388 734.5553Q42.940388 734.9772 43.252888 735.2584Q43.581013 735.5397 44.190388 735.5397Q44.799763 735.5397 45.268513 735.27405Q45.752888 735.0084 45.971638 734.5397Q46.143513 734.1803 46.143513 733.4928L46.143513 733.1022ZM53.206013 736.2272L53.206013 735.4459Q52.612263 736.3678 51.471638 736.3678Q50.721638 736.3678 50.096638 735.96155Q49.471638 735.5397 49.127888 734.8053Q48.784138 734.0709 48.784138 733.1178Q48.784138 732.1959 49.096638 731.4303Q49.409138 730.6647 50.034138 730.27405Q50.659138 729.8678 51.424763 729.8678Q51.987263 729.8678 52.424763 730.1022Q52.862263 730.33655 53.143513 730.71155L53.143513 727.6334L54.190388 727.6334L54.190388 736.2272L53.206013 736.2272ZM49.877888 733.1178Q49.877888 734.3209 50.377888 734.9147Q50.877888 735.4928 51.565388 735.4928Q52.252888 735.4928 52.737263 734.9303Q53.221638 734.3678 53.221638 733.21155Q53.221638 731.9303 52.721638 731.33655Q52.237263 730.7428 51.518513 730.7428Q50.815388 730.7428 50.346638 731.3209Q49.877888 731.8834 49.877888 733.1178ZM60.424763 734.2272L61.518513 734.3522Q61.268513 735.3053 60.565388 735.83655Q59.862263 736.3678 58.784138 736.3678Q57.424763 736.3678 56.612263 735.52405Q55.815388 734.6803 55.815388 733.1647Q55.815388 731.6022 56.627888 730.7428Q57.440388 729.8678 58.721638 729.8678Q59.971638 729.8678 60.752888 730.71155Q61.549763 731.5553 61.549763 733.1022Q61.549763 733.1959 61.549763 733.3834L56.909138 733.3834Q56.971638 734.4147 57.487263 734.96155Q58.002888 735.4928 58.784138 735.4928Q59.362263 735.4928 59.768513 735.1959Q60.190388 734.8834 60.424763 734.2272ZM56.971638 732.52405L60.440388 732.52405Q60.377888 731.7272 60.049763 731.33655Q59.534138 730.7272 58.737263 730.7272Q58.002888 730.7272 57.502888 731.21155Q57.018513 731.6959 56.971638 732.52405ZM63.174763 736.2272L63.174763 730.0084L64.11226 730.0084L64.11226 730.8834Q64.409134 730.4147 64.89351 730.14905Q65.377884 729.8678 66.002884 729.8678Q66.690384 729.8678 67.127884 730.14905Q67.58101 730.4303 67.752884 730.9459Q68.502884 729.8678 69.67476 729.8678Q70.61226 729.8678 71.096634 730.3834Q71.596634 730.8834 71.596634 731.96155L71.596634 736.2272L70.54976 736.2272L70.54976 732.3053Q70.54976 731.6803 70.440384 731.39905Q70.346634 731.1178 70.08101 730.9459Q69.815384 730.77405 69.440384 730.77405Q68.784134 730.77405 68.346634 731.21155Q67.92476 731.64905 67.92476 732.6178L67.92476 736.2272L66.86226 736.2272L66.86226 732.1803Q66.86226 731.4772 66.596634 731.1334Q66.346634 730.77405 65.76851 730.77405Q65.315384 730.77405 64.940384 731.0084Q64.565384 731.2428 64.39351 731.6959Q64.221634 732.14905 64.221634 732.9928L64.221634 736.2272L63.174763 736.2272ZM73.17476 728.8522L73.17476 727.6334L74.23726 727.6334L74.23726 728.8522L73.17476 728.8522ZM73.17476 736.2272L73.17476 730.0084L74.23726 730.0084L74.23726 736.2272L73.17476 736.2272ZM80.23726 733.9459L81.26851 734.08655Q81.096634 735.14905 80.39351 735.7584Q79.690384 736.3678 78.67476 736.3678Q77.39351 736.3678 76.61226 735.5397Q75.846634 734.6959 75.846634 733.1334Q75.846634 732.1334 76.17476 731.3834Q76.51851 730.6178 77.190384 730.2428Q77.877884 729.8678 78.690384 729.8678Q79.690384 729.8678 80.33101 730.3834Q80.98726 730.8834 81.17476 731.83655L80.14351 731.9928Q80.002884 731.3678 79.627884 731.0553Q79.252884 730.7272 78.721634 730.7272Q77.92476 730.7272 77.42476 731.3053Q76.92476 731.8678 76.92476 733.1022Q76.92476 734.3678 77.409134 734.9303Q77.89351 735.4928 78.659134 735.4928Q79.284134 735.4928 79.690384 735.1178Q80.11226 734.7428 80.23726 733.9459ZM81.377884 736.3678L83.86226 727.4928L84.70601 727.4928L82.221634 736.3678L81.377884 736.3678ZM84.92476 733.46155L85.98726 733.3678Q86.065384 734.02405 86.346634 734.4303Q86.627884 734.83655 87.20601 735.1022Q87.79976 735.3522 88.534134 735.3522Q89.17476 735.3522 89.67476 735.1647Q90.17476 734.96155 90.409134 734.6334Q90.659134 734.2897 90.659134 733.89905Q90.659134 733.4928 90.42476 733.1959Q90.190384 732.8834 89.659134 732.6803Q89.29976 732.5397 88.11226 732.2584Q86.940384 731.9772 86.471634 731.7272Q85.846634 731.39905 85.54976 730.9303Q85.252884 730.4459 85.252884 729.8522Q85.252884 729.21155 85.61226 728.64905Q85.98726 728.0709 86.690384 727.7897Q87.409134 727.4928 88.26851 727.4928Q89.221634 727.4928 89.95601 727.8053Q90.690384 728.1022 91.08101 728.71155Q91.471634 729.3053 91.502884 730.0553L90.409134 730.1334Q90.315384 729.3209 89.79976 728.9147Q89.29976 728.4928 88.315384 728.4928Q87.284134 728.4928 86.815384 728.8678Q86.346634 729.2428 86.346634 729.77405Q86.346634 730.2428 86.67476 730.5397Q87.002884 730.83655 88.377884 731.14905Q89.76851 731.46155 90.284134 731.6959Q91.034134 732.0553 91.39351 732.58655Q91.752884 733.1022 91.752884 733.8053Q91.752884 734.4928 91.36226 735.1022Q90.971634 735.6959 90.23726 736.0397Q89.502884 736.3678 88.58101 736.3678Q87.409134 736.3678 86.61226 736.0397Q85.83101 735.6959 85.377884 735.0084Q84.940384 734.3209 84.92476 733.46155ZM97.23726 733.9459L98.26851 734.08655Q98.096634 735.14905 97.39351 735.7584Q96.690384 736.3678 95.67476 736.3678Q94.39351 736.3678 93.61226 735.5397Q92.846634 734.6959 92.846634 733.1334Q92.846634 732.1334 93.17476 731.3834Q93.51851 730.6178 94.190384 730.2428Q94.877884 729.8678 95.690384 729.8678Q96.690384 729.8678 97.33101 730.3834Q97.98726 730.8834 98.17476 731.83655L97.14351 731.9928Q97.002884 731.3678 96.627884 731.0553Q96.252884 730.7272 95.721634 730.7272Q94.92476 730.7272 94.42476 731.3053Q93.92476 731.8678 93.92476 733.1022Q93.92476 734.3678 94.409134 734.9303Q94.89351 735.4928 95.659134 735.4928Q96.284134 735.4928 96.690384 735.1178Q97.11226 734.7428 97.23726 733.9459ZM99.17476 728.8522L99.17476 727.6334L100.23726 727.6334L100.23726 728.8522L99.17476 728.8522ZM99.17476 736.2272L99.17476 730.0084L100.23726 730.0084L100.23726 736.2272L99.17476 736.2272ZM106.42476 734.2272L107.51851 734.3522Q107.26851 735.3053 106.565384 735.83655Q105.86226 736.3678 104.784134 736.3678Q103.42476 736.3678 102.61226 735.52405Q101.815384 734.6803 101.815384 733.1647Q101.815384 731.6022 102.627884 730.7428Q103.440384 729.8678 104.721634 729.8678Q105.971634 729.8678 106.752884 730.71155Q107.54976 731.5553 107.54976 733.1022Q107.54976 733.1959 107.54976 733.3834L102.909134 733.3834Q102.971634 734.4147 103.48726 734.96155Q104.002884 735.4928 104.784134 735.4928Q105.36226 735.4928 105.76851 735.1959Q106.190384 734.8834 106.42476 734.2272ZM102.971634 732.52405L106.440384 732.52405Q106.377884 731.7272 106.04976 731.33655Q105.534134 730.7272 104.73726 730.7272Q104.002884 730.7272 103.502884 731.21155Q103.01851 731.6959 102.971634 732.52405ZM109.17476 736.2272L109.17476 730.0084L110.11226 730.0084L110.11226 730.8834Q110.79976 729.8678 112.096634 729.8678Q112.659134 729.8678 113.127884 730.0709Q113.61226 730.27405 113.846634 730.6022Q114.08101 730.9303 114.17476 731.3678Q114.221634 731.6647 114.221634 732.39905L114.221634 736.2272L113.17476 736.2272L113.17476 732.4459Q113.17476 731.7897 113.04976 731.4772Q112.92476 731.1647 112.61226 730.9772Q112.29976 730.77405 111.877884 730.77405Q111.20601 730.77405 110.70601 731.21155Q110.221634 731.6334 110.221634 732.8209L110.221634 736.2272L109.17476 736.2272ZM118.471634 735.2897L118.627884 736.21155Q118.17476 736.3053 117.83101 736.3053Q117.252884 736.3053 116.940384 736.1334Q116.627884 735.9459 116.48726 735.64905Q116.36226 735.3522 116.36226 734.39905L116.36226 730.8209L115.596634 730.8209L115.596634 730.0084L116.36226 730.0084L116.36226 728.46155L117.409134 727.83655L117.409134 730.0084L118.471634 730.0084L118.471634 730.8209L117.409134 730.8209L117.409134 734.46155Q117.409134 734.9147 117.45601 735.0397Q117.51851 735.1647 117.64351 735.2428Q117.76851 735.3209 118.002884 735.3209Q118.190384 735.3209 118.471634 735.2897ZM119.17476 728.8522L119.17476 727.6334L120.23726 727.6334L120.23726 728.8522L119.17476 728.8522ZM119.17476 736.2272L119.17476 730.0084L120.23726 730.0084L120.23726 736.2272L119.17476 736.2272ZM122.42476 736.2272L122.42476 730.8209L121.48726 730.8209L121.48726 730.0084L122.42476 730.0084L122.42476 729.33655Q122.42476 728.71155 122.534134 728.4147Q122.690384 727.9928 123.065384 727.7428Q123.45601 727.4928 124.14351 727.4928Q124.596634 727.4928 125.127884 727.6022L124.971634 728.5084Q124.64351 728.46155 124.346634 728.46155Q123.86226 728.46155 123.659134 728.6647Q123.471634 728.8678 123.471634 729.4303L123.471634 730.0084L124.690384 730.0084L124.690384 730.8209L123.471634 730.8209L123.471634 736.2272L122.42476 736.2272ZM125.17476 728.8522L125.17476 727.6334L126.23726 727.6334L126.23726 728.8522L125.17476 728.8522ZM125.17476 736.2272L125.17476 730.0084L126.23726 730.0084L126.23726 736.2272L125.17476 736.2272ZM132.23726 733.9459L133.26851 734.08655Q133.09663 735.14905 132.39351 735.7584Q131.69038 736.3678 130.67476 736.3678Q129.39351 736.3678 128.61226 735.5397Q127.846634 734.6959 127.846634 733.1334Q127.846634 732.1334 128.17476 731.3834Q128.51851 730.6178 129.19038 730.2428Q129.87788 729.8678 130.69038 729.8678Q131.69038 729.8678 132.33101 730.3834Q132.98726 730.8834 133.17476 731.83655L132.14351 731.9928Q132.00288 731.3678 131.62788 731.0553Q131.25288 730.7272 130.72163 730.7272Q129.92476 730.7272 129.42476 731.3053Q128.92476 731.8678 128.92476 733.1022Q128.92476 734.3678 129.40913 734.9303Q129.89351 735.4928 130.65913 735.4928Q131.28413 735.4928 131.69038 735.1178Q132.11226 734.7428 132.23726 733.9459ZM133.37788 736.3678L135.86226 727.4928L136.70601 727.4928L134.22163 736.3678L133.37788 736.3678Z" fill-rule="nonzero"/><path fill="#666666" d="M91.29977 750.2272L91.29977 741.6334L92.45602 741.6334L96.97164 748.3834L96.97164 741.6334L98.06539 741.6334L98.06539 750.2272L96.89352 750.2272L92.37789 743.4772L92.37789 750.2272L91.29977 750.2272ZM104.25289 750.2272L104.25289 749.3053Q103.51852 750.3678 102.26852 750.3678Q101.72164 750.3678 101.23727 750.1647Q100.76852 749.9459 100.53414 749.6334Q100.29977 749.3053 100.20602 748.83655Q100.14352 748.5397 100.14352 747.8522L100.14352 744.0084L101.20602 744.0084L101.20602 747.46155Q101.20602 748.27405 101.26852 748.5709Q101.36227 748.9772 101.67477 749.2272Q102.00289 749.46155 102.48727 749.46155Q102.95602 749.46155 103.36227 749.2272Q103.78414 748.9772 103.95602 748.5553Q104.14352 748.1334 104.14352 747.33655L104.14352 744.0084L105.19039 744.0084L105.19039 750.2272L104.25289 750.2272ZM107.17477 750.2272L107.17477 744.0084L108.11227 744.0084L108.11227 744.8834Q108.40914 744.4147 108.89352 744.14905Q109.37789 743.8678 110.00289 743.8678Q110.69039 743.8678 111.12789 744.14905Q111.58102 744.4303 111.75289 744.9459Q112.50289 743.8678 113.67477 743.8678Q114.61227 743.8678 115.09664 744.3834Q115.59664 744.8834 115.59664 745.96155L115.59664 750.2272L114.54977 750.2272L114.54977 746.3053Q114.54977 745.6803 114.44039 745.39905Q114.34664 745.1178 114.08102 744.9459Q113.81539 744.77405 113.44039 744.77405Q112.78414 744.77405 112.34664 745.21155Q111.92477 745.64905 111.92477 746.6178L111.92477 750.2272L110.86227 750.2272L110.86227 746.1803Q110.86227 745.4772 110.59664 745.1334Q110.34664 744.77405 109.76852 744.77405Q109.31539 744.77405 108.94039 745.0084Q108.56539 745.2428 108.39352 745.6959Q108.22164 746.14905 108.22164 746.9928L108.22164 750.2272L107.17477 750.2272ZM121.42477 748.2272L122.51852 748.3522Q122.26852 749.3053 121.56539 749.83655Q120.86227 750.3678 119.78414 750.3678Q118.42477 750.3678 117.61227 749.52405Q116.81539 748.6803 116.81539 747.1647Q116.81539 745.6022 117.62789 744.7428Q118.44039 743.8678 119.72164 743.8678Q120.97164 743.8678 121.75289 744.71155Q122.54977 745.5553 122.54977 747.1022Q122.54977 747.1959 122.54977 747.3834L117.90914 747.3834Q117.97164 748.4147 118.48727 748.96155Q119.00289 749.4928 119.78414 749.4928Q120.36227 749.4928 120.76852 749.1959Q121.19039 748.8834 121.42477 748.2272ZM117.97164 746.52405L121.44039 746.52405Q121.37789 745.7272 121.04977 745.33655Q120.53414 744.7272 119.73727 744.7272Q119.00289 744.7272 118.50289 745.21155Q118.01852 745.6959 117.97164 746.52405ZM124.15914 750.2272L124.15914 744.0084L125.11227 744.0084L125.11227 744.9459Q125.47164 744.2897 125.76852 744.08655Q126.08102 743.8678 126.45602 743.8678Q126.98727 743.8678 127.53414 744.1959L127.17477 745.1803Q126.78414 744.9459 126.40914 744.9459Q126.04977 744.9459 125.76852 745.1647Q125.50289 745.3678 125.39352 745.7428Q125.20602 746.3053 125.20602 746.96155L125.20602 750.2272L124.15914 750.2272ZM128.17477 742.8522L128.17477 741.6334L129.23727 741.6334L129.23727 742.8522L128.17477 742.8522ZM128.17477 750.2272L128.17477 744.0084L129.23727 744.0084L129.23727 750.2272L128.17477 750.2272ZM135.23727 747.9459L136.26852 748.08655Q136.09665 749.14905 135.39352 749.7584Q134.6904 750.3678 133.67477 750.3678Q132.39352 750.3678 131.61227 749.5397Q130.84665 748.6959 130.84665 747.1334Q130.84665 746.1334 131.17477 745.3834Q131.51852 744.6178 132.1904 744.2428Q132.8779 743.8678 133.6904 743.8678Q134.6904 743.8678 135.33102 744.3834Q135.98727 744.8834 136.17477 745.83655L135.14352 745.9928Q135.0029 745.3678 134.6279 745.0553Q134.2529 744.7272 133.72165 744.7272Q132.92477 744.7272 132.42477 745.3053Q131.92477 745.8678 131.92477 747.1022Q131.92477 748.3678 132.40915 748.9303Q132.89352 749.4928 133.65915 749.4928Q134.28415 749.4928 134.6904 749.1178Q135.11227 748.7428 135.23727 747.9459Z" fill-rule="nonzero"/><path fill="#666666" d="M98.33102 795.1395L98.33102 794.1395L101.95602 794.1239L101.95602 797.3114Q101.12789 797.9833 100.23727 798.327Q99.34664 798.65515 98.40914 798.65515Q97.14352 798.65515 96.09664 798.1239Q95.06539 797.577 94.53414 796.5614Q94.01852 795.53015 94.01852 794.2645Q94.01852 792.9989 94.53414 791.9208Q95.06539 790.827 96.04977 790.3114Q97.03414 789.78015 98.31539 789.78015Q99.25289 789.78015 100.00289 790.077Q100.75289 790.3739 101.17477 790.9208Q101.61227 791.452 101.83102 792.327L100.81539 792.6083Q100.61227 791.952 100.31539 791.577Q100.03414 791.202 99.50289 790.9833Q98.97164 790.7489 98.33102 790.7489Q97.54977 790.7489 96.97164 790.9833Q96.40914 791.21765 96.04977 791.6083Q95.70602 791.9989 95.51852 792.46765Q95.19039 793.2645 95.19039 794.1864Q95.19039 795.34265 95.58102 796.1239Q95.98727 796.8895 96.73727 797.2645Q97.48727 797.6395 98.34664 797.6395Q99.08102 797.6395 99.78414 797.3583Q100.48727 797.0614 100.84664 796.7489L100.84664 795.1395L98.33102 795.1395ZM107.23727 797.7489Q106.64352 798.2489 106.09664 798.452Q105.56539 798.65515 104.94039 798.65515Q103.90914 798.65515 103.36227 798.15515Q102.81539 797.65515 102.81539 796.8739Q102.81539 796.4208 103.01852 796.0458Q103.22164 795.65515 103.56539 795.4364Q103.90914 795.202 104.33102 795.09265Q104.62789 794.9989 105.26852 794.9208Q106.53414 794.78015 107.14352 794.5614Q107.14352 794.34265 107.14352 794.2958Q107.14352 793.6395 106.84664 793.3739Q106.44039 793.03015 105.64352 793.03015Q104.90914 793.03015 104.54977 793.2958Q104.19039 793.5458 104.01852 794.202L102.98727 794.0614Q103.12789 793.40515 103.45602 792.9989Q103.78414 792.59265 104.39352 792.3739Q105.00289 792.15515 105.79977 792.15515Q106.59664 792.15515 107.09664 792.34265Q107.59664 792.53015 107.83102 792.8114Q108.06539 793.09265 108.15914 793.53015Q108.20602 793.7958 108.20602 794.4989L108.20602 795.90515Q108.20602 797.3739 108.26852 797.7645Q108.34664 798.15515 108.54977 798.5145L107.44039 798.5145Q107.28414 798.1864 107.23727 797.7489ZM107.14352 795.3895Q106.56539 795.6239 105.42477 795.7958Q104.76852 795.8895 104.50289 796.0145Q104.23727 796.1239 104.08102 796.34265Q103.94039 796.5614 103.94039 796.84265Q103.94039 797.2645 104.25289 797.5458Q104.58102 797.827 105.19039 797.827Q105.79977 797.827 106.26852 797.5614Q106.75289 797.2958 106.97164 796.827Q107.14352 796.46765 107.14352 795.78015L107.14352 795.3895ZM110.17477 798.5145L110.17477 792.2958L111.11227 792.2958L111.11227 793.1708Q111.40914 792.702 111.89352 792.4364Q112.37789 792.15515 113.00289 792.15515Q113.69039 792.15515 114.12789 792.4364Q114.58102 792.71765 114.75289 793.2333Q115.50289 792.15515 116.67477 792.15515Q117.61227 792.15515 118.09664 792.6708Q118.59664 793.1708 118.59664 794.2489L118.59664 798.5145L117.54977 798.5145L117.54977 794.59265Q117.54977 793.96765 117.44039 793.6864Q117.34664 793.40515 117.08102 793.2333Q116.81539 793.0614 116.44039 793.0614Q115.78414 793.0614 115.34664 793.4989Q114.92477 793.9364 114.92477 794.90515L114.92477 798.5145L113.86227 798.5145L113.86227 794.46765Q113.86227 793.7645 113.59664 793.4208Q113.34664 793.0614 112.76852 793.0614Q112.31539 793.0614 111.94039 793.2958Q111.56539 793.53015 111.39352 793.9833Q111.22164 794.4364 111.22164 795.28015L111.22164 798.5145L110.17477 798.5145ZM120.17477 791.1395L120.17477 789.9208L121.23727 789.9208L121.23727 791.1395L120.17477 791.1395ZM120.17477 798.5145L120.17477 792.2958L121.23727 792.2958L121.23727 798.5145L120.17477 798.5145ZM123.17477 798.5145L123.17477 792.2958L124.11227 792.2958L124.11227 793.1708Q124.79977 792.15515 126.09664 792.15515Q126.65914 792.15515 127.12789 792.3583Q127.61227 792.5614 127.84664 792.8895Q128.08102 793.21765 128.17477 793.65515Q128.22165 793.952 128.22165 794.6864L128.22165 798.5145L127.17477 798.5145L127.17477 794.7333Q127.17477 794.077 127.04977 793.7645Q126.92477 793.452 126.61227 793.2645Q126.29977 793.0614 125.87789 793.0614Q125.20602 793.0614 124.70602 793.4989Q124.22164 793.9208 124.22164 795.1083L124.22164 798.5145L123.17477 798.5145ZM129.97165 799.03015L131.0029 799.1864Q131.0654 799.65515 131.36227 799.8739Q131.7529 800.1708 132.42477 800.1708Q133.15915 800.1708 133.54977 799.8739Q133.95602 799.577 134.09665 799.0614Q134.1904 798.7333 134.17477 797.702Q133.48727 798.5145 132.45602 798.5145Q131.17477 798.5145 130.47165 797.59265Q129.76852 796.65515 129.76852 795.3739Q129.76852 794.4833 130.08102 793.7333Q130.40915 792.96765 131.01852 792.5614Q131.6279 792.15515 132.45602 792.15515Q133.5654 792.15515 134.28415 793.0458L134.28415 792.2958L135.2529 792.2958L135.2529 797.6708Q135.2529 799.1239 134.95602 799.7333Q134.65915 800.34265 134.01852 800.6864Q133.3779 801.0458 132.4404 801.0458Q131.33102 801.0458 130.64352 800.5458Q129.95602 800.0458 129.97165 799.03015ZM130.84665 795.2958Q130.84665 796.5145 131.33102 797.077Q131.8154 797.6395 132.54977 797.6395Q133.28415 797.6395 133.76852 797.077Q134.26852 796.5145 134.26852 795.327Q134.26852 794.1864 133.7529 793.6083Q133.2529 793.03015 132.53415 793.03015Q131.83102 793.03015 131.33102 793.6083Q130.84665 794.1708 130.84665 795.2958Z" fill-rule="nonzero"/><path fill="#666666" d="M106.95602 849.6144Q106.95602 847.47375 108.09664 846.2706Q109.25289 845.0519 111.06539 845.0519Q112.26852 845.0519 113.22164 845.63Q114.17477 846.1925 114.67477 847.2081Q115.17477 848.22375 115.17477 849.5206Q115.17477 850.8175 114.64352 851.84875Q114.11227 852.88 113.14352 853.41125Q112.19039 853.9425 111.06539 853.9425Q109.84664 853.9425 108.89352 853.3644Q107.94039 852.7706 107.44039 851.7706Q106.95602 850.755 106.95602 849.6144ZM108.12789 849.63Q108.12789 851.1925 108.95602 852.0831Q109.79977 852.97375 111.06539 852.97375Q112.34664 852.97375 113.17477 852.0831Q114.00289 851.1769 114.00289 849.505Q114.00289 848.4581 113.64352 847.6769Q113.29977 846.8956 112.61227 846.47375Q111.92477 846.03625 111.08102 846.03625Q109.87789 846.03625 109.00289 846.8644Q108.12789 847.6925 108.12789 849.63ZM118.47164 852.8644L118.62789 853.78625Q118.17477 853.88 117.83102 853.88Q117.25289 853.88 116.94039 853.7081Q116.62789 853.5206 116.48727 853.22375Q116.36227 852.9269 116.36227 851.97375L116.36227 848.3956L115.59664 848.3956L115.59664 847.5831L116.36227 847.5831L116.36227 846.03625L117.40914 845.41125L117.40914 847.5831L118.47164 847.5831L118.47164 848.3956L117.40914 848.3956L117.40914 852.03625Q117.40914 852.4894 117.45602 852.6144Q117.51852 852.7394 117.64352 852.8175Q117.76852 852.8956 118.00289 852.8956Q118.19039 852.8956 118.47164 852.8644ZM119.17477 853.8019L119.17477 845.2081L120.22164 845.2081L120.22164 848.28625Q120.95602 847.4425 122.08102 847.4425Q122.78414 847.4425 123.28414 847.72375Q123.79977 847.9894 124.01852 848.47375Q124.23727 848.9425 124.23727 849.8644L124.23727 853.8019L123.19039 853.8019L123.19039 849.8644Q123.19039 849.0675 122.84664 848.7081Q122.50289 848.34875 121.87789 848.34875Q121.40914 848.34875 120.98727 848.59875Q120.58102 848.8331 120.39352 849.255Q120.22164 849.66125 120.22164 850.3956L120.22164 853.8019L119.17477 853.8019ZM130.42477 851.8019L131.51852 851.9269Q131.26852 852.88 130.5654 853.41125Q129.86227 853.9425 128.78415 853.9425Q127.42477 853.9425 126.61227 853.09875Q125.81539 852.255 125.81539 850.7394Q125.81539 849.1769 126.62789 848.3175Q127.44039 847.4425 128.72165 847.4425Q129.97165 847.4425 130.7529 848.28625Q131.54977 849.13 131.54977 850.6769Q131.54977 850.7706 131.54977 850.9581L126.90914 850.9581Q126.97164 851.9894 127.48727 852.53625Q128.0029 853.0675 128.78415 853.0675Q129.36227 853.0675 129.76852 852.7706Q130.1904 852.4581 130.42477 851.8019ZM126.97164 850.09875L130.4404 850.09875Q130.3779 849.3019 130.04977 848.91125Q129.53415 848.3019 128.73727 848.3019Q128.0029 848.3019 127.50289 848.78625Q127.01852 849.2706 126.97164 850.09875ZM133.15915 853.8019L133.15915 847.5831L134.11227 847.5831L134.11227 848.5206Q134.47165 847.8644 134.76852 847.66125Q135.08102 847.4425 135.45602 847.4425Q135.98727 847.4425 136.53415 847.7706L136.17477 848.755Q135.78415 848.5206 135.40915 848.5206Q135.04977 848.5206 134.76852 848.7394Q134.5029 848.9425 134.39352 849.3175Q134.20602 849.88 134.20602 850.53625L134.20602 853.8019L133.15915 853.8019Z" fill-rule="nonzero"/><path fill="#666666" d="M133.87788 899.8864Q133.87788 898.35516 134.19038 897.4333Q134.50288 896.4958 135.11226 895.9958Q135.73726 895.4958 136.67476 895.4958Q137.36226 895.4958 137.87788 895.77704Q138.40913 896.0583 138.75288 896.58954Q139.09663 897.10516 139.28413 897.85516Q139.47163 898.60516 139.47163 899.8864Q139.47163 901.40204 139.15913 902.3239Q138.86226 903.2458 138.23726 903.7614Q137.62788 904.2614 136.67476 904.2614Q135.44038 904.2614 134.72163 903.3708Q133.87788 902.3083 133.87788 899.8864ZM134.95601 899.8864Q134.95601 901.9958 135.45601 902.6989Q135.95601 903.40204 136.67476 903.40204Q137.40913 903.40204 137.89351 902.6989Q138.39351 901.9958 138.39351 899.8864Q138.39351 897.7614 137.89351 897.0739Q137.40913 896.3708 136.65913 896.3708Q135.94038 896.3708 135.50288 896.98016Q134.95601 897.7614 134.95601 899.8864ZM141.08101 897.58954Q141.08101 896.66766 141.53413 896.02704Q142.00288 895.3864 142.87788 895.3864Q143.69038 895.3864 144.22163 895.96454Q144.75288 896.54266 144.75288 897.65204Q144.75288 898.7458 144.20601 899.33954Q143.67476 899.91766 142.89351 899.91766Q142.11226 899.91766 141.59663 899.33954Q141.08101 898.7614 141.08101 897.58954ZM142.90913 896.10516Q142.51851 896.10516 142.25288 896.4489Q142.00288 896.79266 142.00288 897.6989Q142.00288 898.52704 142.25288 898.8708Q142.51851 899.1989 142.90913 899.1989Q143.31538 899.1989 143.56538 898.85516Q143.83101 898.5114 143.83101 897.6208Q143.83101 896.77704 143.56538 896.4489Q143.29976 896.10516 142.90913 896.10516ZM142.90913 904.4333L147.61226 895.3864L148.47163 895.3864L143.78413 904.4333L142.90913 904.4333ZM146.62788 902.10516Q146.62788 901.1833 147.08101 900.54266Q147.54976 899.90204 148.44038 899.90204Q149.25288 899.90204 149.78413 900.48016Q150.31538 901.04266 150.31538 902.16766Q150.31538 903.2614 149.76851 903.85516Q149.23726 904.4333 148.44038 904.4333Q147.67476 904.4333 147.14351 903.85516Q146.62788 903.27704 146.62788 902.10516ZM148.47163 900.6208Q148.06538 900.6208 147.79976 900.96454Q147.54976 901.3083 147.54976 902.21454Q147.54976 903.02704 147.81538 903.3708Q148.08101 903.71454 148.47163 903.71454Q148.86226 903.71454 149.12788 903.3708Q149.39351 903.02704 149.39351 902.1208Q149.39351 901.29266 149.12788 900.96454Q148.86226 900.6208 148.47163 900.6208Z" fill-rule="nonzero"/><path fill="#666666" d="M242.77408 903.10516L242.77408 904.1208L237.08658 904.1208Q237.08658 903.7458 237.21158 903.3864Q237.43033 902.8083 237.89908 902.2458Q238.38345 901.6833 239.2897 900.9489Q240.69595 899.79266 241.18033 899.1208Q241.68033 898.4489 241.68033 897.85516Q241.68033 897.23016 241.2272 896.8083Q240.77408 896.3708 240.05533 896.3708Q239.2897 896.3708 238.83658 896.8239Q238.38345 897.27704 238.36783 898.08954L237.2897 897.98016Q237.39908 896.7614 238.11783 896.1364Q238.8522 895.4958 240.08658 895.4958Q241.32095 895.4958 242.0397 896.1833Q242.75845 896.8708 242.75845 897.8864Q242.75845 898.40204 242.5397 898.90204Q242.33658 899.3864 241.83658 899.9489Q241.3522 900.4958 240.2272 901.4489Q239.27408 902.2458 238.99283 902.54266Q238.7272 902.8239 238.55533 903.10516L242.77408 903.10516ZM244.2272 899.8864Q244.2272 898.35516 244.5397 897.4333Q244.8522 896.4958 245.46158 895.9958Q246.08658 895.4958 247.02408 895.4958Q247.71158 895.4958 248.2272 895.77704Q248.75845 896.0583 249.1022 896.58954Q249.44595 897.10516 249.63345 897.85516Q249.82095 898.60516 249.82095 899.8864Q249.82095 901.40204 249.50845 902.3239Q249.21158 903.2458 248.58658 903.7614Q247.9772 904.2614 247.02408 904.2614Q245.7897 904.2614 245.07095 903.3708Q244.2272 902.3083 244.2272 899.8864ZM245.30533 899.8864Q245.30533 901.9958 245.80533 902.6989Q246.30533 903.40204 247.02408 903.40204Q247.75845 903.40204 248.24283 902.6989Q248.74283 901.9958 248.74283 899.8864Q248.74283 897.7614 248.24283 897.0739Q247.75845 896.3708 247.00845 896.3708Q246.2897 896.3708 245.8522 896.98016Q245.30533 897.7614 245.30533 899.8864ZM251.43033 897.58954Q251.43033 896.66766 251.88345 896.02704Q252.3522 895.3864 253.2272 895.3864Q254.0397 895.3864 254.57095 895.96454Q255.1022 896.54266 255.1022 897.65204Q255.1022 898.7458 254.55533 899.33954Q254.02408 899.91766 253.24283 899.91766Q252.46158 899.91766 251.94595 899.33954Q251.43033 898.7614 251.43033 897.58954ZM253.25845 896.10516Q252.86783 896.10516 252.6022 896.4489Q252.3522 896.79266 252.3522 897.6989Q252.3522 898.52704 252.6022 898.8708Q252.86783 899.1989 253.25845 899.1989Q253.6647 899.1989 253.9147 898.85516Q254.18033 898.5114 254.18033 897.6208Q254.18033 896.77704 253.9147 896.4489Q253.64908 896.10516 253.25845 896.10516ZM253.25845 904.4333L257.96158 895.3864L258.82095 895.3864L254.13345 904.4333L253.25845 904.4333ZM256.9772 902.10516Q256.9772 901.1833 257.43033 900.54266Q257.89908 899.90204 258.7897 899.90204Q259.6022 899.90204 260.13345 900.48016Q260.6647 901.04266 260.6647 902.16766Q260.6647 903.2614 260.11783 903.85516Q259.58658 904.4333 258.7897 904.4333Q258.02408 904.4333 257.49283 903.85516Q256.9772 903.27704 256.9772 902.10516ZM258.82095 900.6208Q258.4147 900.6208 258.14908 900.96454Q257.89908 901.3083 257.89908 902.21454Q257.89908 903.02704 258.1647 903.3708Q258.43033 903.71454 258.82095 903.71454Q259.21158 903.71454 259.4772 903.3708Q259.74283 903.02704 259.74283 902.1208Q259.74283 901.29266 259.4772 900.96454Q259.21158 900.6208 258.82095 900.6208Z" fill-rule="nonzero"/><path fill="#666666" d="M347.4515 904.1208L347.4515 902.0583L343.73276 902.0583L343.73276 901.08954L347.65463 895.52704L348.514 895.52704L348.514 901.08954L349.67026 901.08954L349.67026 902.0583L348.514 902.0583L348.514 904.1208L347.4515 904.1208ZM347.4515 901.08954L347.4515 897.23016L344.764 901.08954L347.4515 901.08954ZM351.0765 899.8864Q351.0765 898.35516 351.389 897.4333Q351.7015 896.4958 352.31088 895.9958Q352.93588 895.4958 353.87338 895.4958Q354.56088 895.4958 355.0765 895.77704Q355.60776 896.0583 355.9515 896.58954Q356.29526 897.10516 356.48276 897.85516Q356.67026 898.60516 356.67026 899.8864Q356.67026 901.40204 356.35776 902.3239Q356.06088 903.2458 355.43588 903.7614Q354.8265 904.2614 353.87338 904.2614Q352.639 904.2614 351.92026 903.3708Q351.0765 902.3083 351.0765 899.8864ZM352.15463 899.8864Q352.15463 901.9958 352.65463 902.6989Q353.15463 903.40204 353.87338 903.40204Q354.60776 903.40204 355.09213 902.6989Q355.59213 901.9958 355.59213 899.8864Q355.59213 897.7614 355.09213 897.0739Q354.60776 896.3708 353.85776 896.3708Q353.139 896.3708 352.7015 896.98016Q352.15463 897.7614 352.15463 899.8864ZM358.27963 897.58954Q358.27963 896.66766 358.73276 896.02704Q359.2015 895.3864 360.0765 895.3864Q360.889 895.3864 361.42026 895.96454Q361.9515 896.54266 361.9515 897.65204Q361.9515 898.7458 361.40463 899.33954Q360.87338 899.91766 360.09213 899.91766Q359.31088 899.91766 358.79526 899.33954Q358.27963 898.7614 358.27963 897.58954ZM360.10776 896.10516Q359.71713 896.10516 359.4515 896.4489Q359.2015 896.79266 359.2015 897.6989Q359.2015 898.52704 359.4515 898.8708Q359.71713 899.1989 360.10776 899.1989Q360.514 899.1989 360.764 898.85516Q361.02963 898.5114 361.02963 897.6208Q361.02963 896.77704 360.764 896.4489Q360.49838 896.10516 360.10776 896.10516ZM360.10776 904.4333L364.81088 895.3864L365.67026 895.3864L360.98276 904.4333L360.10776 904.4333ZM363.8265 902.10516Q363.8265 901.1833 364.27963 900.54266Q364.74838 899.90204 365.639 899.90204Q366.4515 899.90204 366.98276 900.48016Q367.514 901.04266 367.514 902.16766Q367.514 903.2614 366.96713 903.85516Q366.43588 904.4333 365.639 904.4333Q364.87338 904.4333 364.34213 903.85516Q363.8265 903.27704 363.8265 902.10516ZM365.67026 900.6208Q365.264 900.6208 364.99838 900.96454Q364.74838 901.3083 364.74838 902.21454Q364.74838 903.02704 365.014 903.3708Q365.27963 903.71454 365.67026 903.71454Q366.06088 903.71454 366.3265 903.3708Q366.59213 903.02704 366.59213 902.1208Q366.59213 901.29266 366.3265 900.96454Q366.06088 900.6208 365.67026 900.6208Z" fill-rule="nonzero"/><path fill="#666666" d="M456.39456 897.6364L455.3477 897.71454Q455.20706 897.08954 454.95706 896.8083Q454.51956 896.35516 453.89456 896.35516Q453.39456 896.35516 453.00394 896.6364Q452.51956 897.0114 452.2227 897.71454Q451.94144 898.40204 451.9258 899.6833Q452.3008 899.10516 452.8477 898.8239Q453.4102 898.54266 454.01956 898.54266Q455.06644 898.54266 455.8008 899.3239Q456.5508 900.10516 456.5508 901.3239Q456.5508 902.1364 456.19144 902.83954Q455.8477 903.52704 455.2383 903.90204Q454.62894 904.2614 453.8633 904.2614Q452.5352 904.2614 451.70706 903.29266Q450.87894 902.3239 450.87894 900.10516Q450.87894 897.60516 451.8008 896.48016Q452.5977 895.4958 453.95706 895.4958Q454.9727 895.4958 455.6133 896.0739Q456.26956 896.6364 456.39456 897.6364ZM452.0977 901.33954Q452.0977 901.8864 452.31644 902.3864Q452.5508 902.8708 452.95706 903.1364Q453.37894 903.40204 453.8477 903.40204Q454.50394 903.40204 454.9883 902.8708Q455.4727 902.3239 455.4727 901.40204Q455.4727 900.5114 454.9883 899.9958Q454.51956 899.48016 453.8008 899.48016Q453.08206 899.48016 452.58206 899.9958Q452.0977 900.5114 452.0977 901.33954ZM457.9258 899.8864Q457.9258 898.35516 458.2383 897.4333Q458.5508 896.4958 459.1602 895.9958Q459.7852 895.4958 460.7227 895.4958Q461.4102 895.4958 461.9258 895.77704Q462.45706 896.0583 462.8008 896.58954Q463.14456 897.10516 463.33206 897.85516Q463.51956 898.60516 463.51956 899.8864Q463.51956 901.40204 463.20706 902.3239Q462.9102 903.2458 462.2852 903.7614Q461.6758 904.2614 460.7227 904.2614Q459.4883 904.2614 458.76956 903.3708Q457.9258 902.3083 457.9258 899.8864ZM459.00394 899.8864Q459.00394 901.9958 459.50394 902.6989Q460.00394 903.40204 460.7227 903.40204Q461.45706 903.40204 461.94144 902.6989Q462.44144 901.9958 462.44144 899.8864Q462.44144 897.7614 461.94144 897.0739Q461.45706 896.3708 460.70706 896.3708Q459.9883 896.3708 459.5508 896.98016Q459.00394 897.7614 459.00394 899.8864ZM465.12894 897.58954Q465.12894 896.66766 465.58206 896.02704Q466.0508 895.3864 466.9258 895.3864Q467.7383 895.3864 468.26956 895.96454Q468.8008 896.54266 468.8008 897.65204Q468.8008 898.7458 468.25394 899.33954Q467.7227 899.91766 466.94144 899.91766Q466.1602 899.91766 465.64456 899.33954Q465.12894 898.7614 465.12894 897.58954ZM466.95706 896.10516Q466.56644 896.10516 466.3008 896.4489Q466.0508 896.79266 466.0508 897.6989Q466.0508 898.52704 466.3008 898.8708Q466.56644 899.1989 466.95706 899.1989Q467.3633 899.1989 467.6133 898.85516Q467.87894 898.5114 467.87894 897.6208Q467.87894 896.77704 467.6133 896.4489Q467.3477 896.10516 466.95706 896.10516ZM466.95706 904.4333L471.6602 895.3864L472.51956 895.3864L467.83206 904.4333L466.95706 904.4333ZM470.6758 902.10516Q470.6758 901.1833 471.12894 900.54266Q471.5977 899.90204 472.4883 899.90204Q473.3008 899.90204 473.83206 900.48016Q474.3633 901.04266 474.3633 902.16766Q474.3633 903.2614 473.81644 903.85516Q473.2852 904.4333 472.4883 904.4333Q471.7227 904.4333 471.19144 903.85516Q470.6758 903.27704 470.6758 902.10516ZM472.51956 900.6208Q472.1133 900.6208 471.8477 900.96454Q471.5977 901.3083 471.5977 902.21454Q471.5977 903.02704 471.8633 903.3708Q472.12894 903.71454 472.51956 903.71454Q472.9102 903.71454 473.1758 903.3708Q473.44144 903.02704 473.44144 902.1208Q473.44144 901.29266 473.1758 900.96454Q472.9102 900.6208 472.51956 900.6208Z" fill-rule="nonzero"/><path fill="#666666" d="M559.40015 899.46454Q558.7439 899.21454 558.4158 898.77704Q558.1033 898.3239 558.1033 897.71454Q558.1033 896.77704 558.77515 896.1364Q559.46265 895.4958 560.572 895.4958Q561.697 895.4958 562.3845 896.15204Q563.072 896.8083 563.072 897.7458Q563.072 898.33954 562.7595 898.77704Q562.447 899.21454 561.8064 899.46454Q562.6033 899.71454 563.0095 900.29266Q563.4158 900.8708 563.4158 901.66766Q563.4158 902.7614 562.6345 903.5114Q561.8689 904.2614 560.58765 904.2614Q559.322 904.2614 558.5408 903.5114Q557.7595 902.7614 557.7595 901.6364Q557.7595 900.79266 558.1814 900.23016Q558.6189 899.66766 559.40015 899.46454ZM559.1814 897.66766Q559.1814 898.27704 559.572 898.66766Q559.9783 899.0583 560.6033 899.0583Q561.21265 899.0583 561.6033 898.6833Q561.9939 898.29266 561.9939 897.73016Q561.9939 897.15204 561.58765 896.7614Q561.1814 896.35516 560.58765 896.35516Q559.9783 896.35516 559.572 896.7458Q559.1814 897.1364 559.1814 897.66766ZM558.8533 901.6364Q558.8533 902.08954 559.0564 902.5114Q559.27515 902.9333 559.697 903.16766Q560.1189 903.40204 560.6033 903.40204Q561.3533 903.40204 561.83765 902.91766Q562.33765 902.4333 562.33765 901.6833Q562.33765 900.91766 561.83765 900.41766Q561.33765 899.91766 560.572 899.91766Q559.822 899.91766 559.33765 900.41766Q558.8533 900.90204 558.8533 901.6364ZM564.77515 899.8864Q564.77515 898.35516 565.08765 897.4333Q565.40015 896.4958 566.0095 895.9958Q566.6345 895.4958 567.572 895.4958Q568.2595 895.4958 568.77515 895.77704Q569.3064 896.0583 569.65015 896.58954Q569.9939 897.10516 570.1814 897.85516Q570.3689 898.60516 570.3689 899.8864Q570.3689 901.40204 570.0564 902.3239Q569.7595 903.2458 569.1345 903.7614Q568.52515 904.2614 567.572 904.2614Q566.33765 904.2614 565.6189 903.3708Q564.77515 902.3083 564.77515 899.8864ZM565.8533 899.8864Q565.8533 901.9958 566.3533 902.6989Q566.8533 903.40204 567.572 903.40204Q568.3064 903.40204 568.7908 902.6989Q569.2908 901.9958 569.2908 899.8864Q569.2908 897.7614 568.7908 897.0739Q568.3064 896.3708 567.5564 896.3708Q566.83765 896.3708 566.40015 896.98016Q565.8533 897.7614 565.8533 899.8864ZM571.9783 897.58954Q571.9783 896.66766 572.4314 896.02704Q572.90015 895.3864 573.77515 895.3864Q574.58765 895.3864 575.1189 895.96454Q575.65015 896.54266 575.65015 897.65204Q575.65015 898.7458 575.1033 899.33954Q574.572 899.91766 573.7908 899.91766Q573.0095 899.91766 572.4939 899.33954Q571.9783 898.7614 571.9783 897.58954ZM573.8064 896.10516Q573.4158 896.10516 573.15015 896.4489Q572.90015 896.79266 572.90015 897.6989Q572.90015 898.52704 573.15015 898.8708Q573.4158 899.1989 573.8064 899.1989Q574.21265 899.1989 574.46265 898.85516Q574.7283 898.5114 574.7283 897.6208Q574.7283 896.77704 574.46265 896.4489Q574.197 896.10516 573.8064 896.10516ZM573.8064 904.4333L578.5095 895.3864L579.3689 895.3864L574.6814 904.4333L573.8064 904.4333ZM577.52515 902.10516Q577.52515 901.1833 577.9783 900.54266Q578.447 899.90204 579.33765 899.90204Q580.15015 899.90204 580.6814 900.48016Q581.21265 901.04266 581.21265 902.16766Q581.21265 903.2614 580.6658 903.85516Q580.1345 904.4333 579.33765 904.4333Q578.572 904.4333 578.0408 903.85516Q577.52515 903.27704 577.52515 902.10516ZM579.3689 900.6208Q578.96265 900.6208 578.697 900.96454Q578.447 901.3083 578.447 902.21454Q578.447 903.02704 578.71265 903.3708Q578.9783 903.71454 579.3689 903.71454Q579.7595 903.71454 580.02515 903.3708Q580.2908 903.02704 580.2908 902.1208Q580.2908 901.29266 580.02515 900.96454Q579.7595 900.6208 579.3689 900.6208Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M211.83102 937.4596C211.83102 936.90735 212.27875 936.4596 212.83102 936.4596L222.83102 936.4596C223.38332 936.4596 223.83102 936.90735 223.83102 937.4596L223.83102 947.4596C223.83102 948.0119 223.38332 948.4596 222.83102 948.4596L212.83102 948.4596C212.27875 948.4596 211.83102 948.0119 211.83102 947.4596Z" fill-rule="nonzero"/><path fill="#666666" d="M237.8779 945.444L237.8779 946.4596L232.1904 946.4596Q232.1904 946.0846 232.3154 945.7252Q232.53415 945.1471 233.0029 944.5846Q233.48727 944.0221 234.39352 943.2877Q235.79977 942.1315 236.28415 941.4596Q236.78415 940.7877 236.78415 940.194Q236.78415 939.569 236.33102 939.1471Q235.8779 938.7096 235.15915 938.7096Q234.39352 938.7096 233.9404 939.1627Q233.48727 939.61584 233.47165 940.42834L232.39352 940.319Q232.5029 939.1002 233.22165 938.4752Q233.95602 937.8346 235.1904 937.8346Q236.42477 937.8346 237.14352 938.5221Q237.86227 939.2096 237.86227 940.2252Q237.86227 940.74084 237.64352 941.24084Q237.4404 941.7252 236.9404 942.2877Q236.45602 942.8346 235.33102 943.7877Q234.3779 944.5846 234.09665 944.8815Q233.83102 945.1627 233.65915 945.444L237.8779 945.444ZM239.33102 942.2252Q239.33102 940.694 239.64352 939.7721Q239.95602 938.8346 240.5654 938.3346Q241.1904 937.8346 242.1279 937.8346Q242.8154 937.8346 243.33102 938.11584Q243.86227 938.3971 244.20602 938.92834Q244.54977 939.444 244.73727 940.194Q244.92477 940.944 244.92477 942.2252Q244.92477 943.74084 244.61227 944.6627Q244.3154 945.5846 243.6904 946.1002Q243.08102 946.6002 242.1279 946.6002Q240.89352 946.6002 240.17477 945.7096Q239.33102 944.6471 239.33102 942.2252ZM240.40915 942.2252Q240.40915 944.3346 240.90915 945.0377Q241.40915 945.74084 242.1279 945.74084Q242.86227 945.74084 243.34665 945.0377Q243.84665 944.3346 243.84665 942.2252Q243.84665 940.1002 243.34665 939.4127Q242.86227 938.7096 242.11227 938.7096Q241.39352 938.7096 240.95602 939.319Q240.40915 940.1002 240.40915 942.2252ZM250.29977 946.4596L249.2529 946.4596L249.2529 939.74084Q248.86227 940.1002 248.23727 940.4752Q247.6279 940.8346 247.14352 941.0065L247.14352 939.99084Q248.01852 939.569 248.67477 938.99084Q249.34665 938.3971 249.6279 937.8346L250.29977 937.8346L250.29977 946.4596ZM258.79977 939.9752L257.7529 940.05334Q257.61227 939.42834 257.36227 939.1471Q256.92477 938.694 256.29977 938.694Q255.79977 938.694 255.40915 938.9752Q254.92477 939.3502 254.6279 940.05334Q254.34665 940.74084 254.33102 942.0221Q254.70602 941.444 255.2529 941.1627Q255.8154 940.8815 256.42477 940.8815Q257.47165 940.8815 258.20602 941.6627Q258.95602 942.444 258.95602 943.6627Q258.95602 944.4752 258.59665 945.17834Q258.2529 945.86584 257.64352 946.24084Q257.03415 946.6002 256.26852 946.6002Q254.9404 946.6002 254.11227 945.6315Q253.28415 944.6627 253.28415 942.444Q253.28415 939.944 254.20602 938.819Q255.0029 937.8346 256.36227 937.8346Q257.3779 937.8346 258.01852 938.4127Q258.67477 938.9752 258.79977 939.9752ZM254.5029 943.67834Q254.5029 944.2252 254.72165 944.7252Q254.95602 945.2096 255.36227 945.4752Q255.78415 945.74084 256.2529 945.74084Q256.90915 945.74084 257.39352 945.2096Q257.8779 944.6627 257.8779 943.74084Q257.8779 942.8502 257.39352 942.3346Q256.92477 941.819 256.20602 941.819Q255.48727 941.819 254.98727 942.3346Q254.5029 942.8502 254.5029 943.67834Z" fill-rule="nonzero"/><path fill="#77cac5" d="M275.83102 937.4596C275.83102 936.90735 276.27875 936.4596 276.83102 936.4596L286.83102 936.4596C287.3833 936.4596 287.83102 936.90735 287.83102 937.4596L287.83102 947.4596C287.83102 948.0119 287.3833 948.4596 286.83102 948.4596L276.83102 948.4596C276.27875 948.4596 275.83102 948.0119 275.83102 947.4596Z" fill-rule="nonzero"/><path fill="#666666" d="M301.8779 945.444L301.8779 946.4596L296.1904 946.4596Q296.1904 946.0846 296.3154 945.7252Q296.53415 945.1471 297.0029 944.5846Q297.48727 944.0221 298.39352 943.2877Q299.79977 942.1315 300.28415 941.4596Q300.78415 940.7877 300.78415 940.194Q300.78415 939.569 300.33102 939.1471Q299.8779 938.7096 299.15915 938.7096Q298.39352 938.7096 297.9404 939.1627Q297.48727 939.61584 297.47165 940.42834L296.39352 940.319Q296.5029 939.1002 297.22165 938.4752Q297.95602 937.8346 299.1904 937.8346Q300.42477 937.8346 301.14352 938.5221Q301.86227 939.2096 301.86227 940.2252Q301.86227 940.74084 301.64352 941.24084Q301.4404 941.7252 300.9404 942.2877Q300.45602 942.8346 299.33102 943.7877Q298.3779 944.5846 298.09665 944.8815Q297.83102 945.1627 297.65915 945.444L301.8779 945.444ZM303.33102 942.2252Q303.33102 940.694 303.64352 939.7721Q303.95602 938.8346 304.5654 938.3346Q305.1904 937.8346 306.1279 937.8346Q306.8154 937.8346 307.33102 938.11584Q307.86227 938.3971 308.20602 938.92834Q308.54977 939.444 308.73727 940.194Q308.92477 940.944 308.92477 942.2252Q308.92477 943.74084 308.61227 944.6627Q308.3154 945.5846 307.6904 946.1002Q307.08102 946.6002 306.1279 946.6002Q304.89352 946.6002 304.17477 945.7096Q303.33102 944.6471 303.33102 942.2252ZM304.40915 942.2252Q304.40915 944.3346 304.90915 945.0377Q305.40915 945.74084 306.1279 945.74084Q306.86227 945.74084 307.34665 945.0377Q307.84665 944.3346 307.84665 942.2252Q307.84665 940.1002 307.34665 939.4127Q306.86227 938.7096 306.11227 938.7096Q305.39352 938.7096 304.95602 939.319Q304.40915 940.1002 304.40915 942.2252ZM314.29977 946.4596L313.2529 946.4596L313.2529 939.74084Q312.86227 940.1002 312.23727 940.4752Q311.6279 940.8346 311.14352 941.0065L311.14352 939.99084Q312.01852 939.569 312.67477 938.99084Q313.34665 938.3971 313.6279 937.8346L314.29977 937.8346L314.29977 946.4596ZM317.39352 938.99084L317.39352 937.9752L322.95602 937.9752L322.95602 938.80334Q322.14352 939.67834 321.33102 941.1315Q320.53415 942.569 320.09665 944.1002Q319.76852 945.17834 319.6904 946.4596L318.59665 946.4596Q318.61227 945.444 318.98727 944.0065Q319.3779 942.569 320.08102 941.24084Q320.79977 939.9127 321.61227 938.99084L317.39352 938.99084Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M339.83102 937.4596C339.83102 936.90735 340.27875 936.4596 340.83102 936.4596L350.83102 936.4596C351.3833 936.4596 351.83102 936.90735 351.83102 937.4596L351.83102 947.4596C351.83102 948.0119 351.3833 948.4596 350.83102 948.4596L340.83102 948.4596C340.27875 948.4596 339.83102 948.0119 339.83102 947.4596Z" fill-rule="nonzero"/><path fill="#666666" d="M365.8779 945.444L365.8779 946.4596L360.1904 946.4596Q360.1904 946.0846 360.3154 945.7252Q360.53415 945.1471 361.0029 944.5846Q361.48727 944.0221 362.39352 943.2877Q363.79977 942.1315 364.28415 941.4596Q364.78415 940.7877 364.78415 940.194Q364.78415 939.569 364.33102 939.1471Q363.8779 938.7096 363.15915 938.7096Q362.39352 938.7096 361.9404 939.1627Q361.48727 939.61584 361.47165 940.42834L360.39352 940.319Q360.5029 939.1002 361.22165 938.4752Q361.95602 937.8346 363.1904 937.8346Q364.42477 937.8346 365.14352 938.5221Q365.86227 939.2096 365.86227 940.2252Q365.86227 940.74084 365.64352 941.24084Q365.4404 941.7252 364.9404 942.2877Q364.45602 942.8346 363.33102 943.7877Q362.3779 944.5846 362.09665 944.8815Q361.83102 945.1627 361.65915 945.444L365.8779 945.444ZM367.33102 942.2252Q367.33102 940.694 367.64352 939.7721Q367.95602 938.8346 368.5654 938.3346Q369.1904 937.8346 370.1279 937.8346Q370.8154 937.8346 371.33102 938.11584Q371.86227 938.3971 372.20602 938.92834Q372.54977 939.444 372.73727 940.194Q372.92477 940.944 372.92477 942.2252Q372.92477 943.74084 372.61227 944.6627Q372.3154 945.5846 371.6904 946.1002Q371.08102 946.6002 370.1279 946.6002Q368.89352 946.6002 368.17477 945.7096Q367.33102 944.6471 367.33102 942.2252ZM368.40915 942.2252Q368.40915 944.3346 368.90915 945.0377Q369.40915 945.74084 370.1279 945.74084Q370.86227 945.74084 371.34665 945.0377Q371.84665 944.3346 371.84665 942.2252Q371.84665 940.1002 371.34665 939.4127Q370.86227 938.7096 370.11227 938.7096Q369.39352 938.7096 368.95602 939.319Q368.40915 940.1002 368.40915 942.2252ZM378.29977 946.4596L377.2529 946.4596L377.2529 939.74084Q376.86227 940.1002 376.23727 940.4752Q375.6279 940.8346 375.14352 941.0065L375.14352 939.99084Q376.01852 939.569 376.67477 938.99084Q377.34665 938.3971 377.6279 937.8346L378.29977 937.8346L378.29977 946.4596ZM382.95602 941.80334Q382.29977 941.55334 381.97165 941.11584Q381.65915 940.6627 381.65915 940.05334Q381.65915 939.11584 382.33102 938.4752Q383.01852 937.8346 384.1279 937.8346Q385.2529 937.8346 385.9404 938.49084Q386.6279 939.1471 386.6279 940.0846Q386.6279 940.67834 386.3154 941.11584Q386.0029 941.55334 385.36227 941.80334Q386.15915 942.05334 386.5654 942.6315Q386.97165 943.2096 386.97165 944.0065Q386.97165 945.1002 386.1904 945.8502Q385.42477 946.6002 384.14352 946.6002Q382.8779 946.6002 382.09665 945.8502Q381.3154 945.1002 381.3154 943.9752Q381.3154 943.1315 381.73727 942.569Q382.17477 942.0065 382.95602 941.80334ZM382.73727 940.0065Q382.73727 940.61584 383.1279 941.0065Q383.53415 941.3971 384.15915 941.3971Q384.76852 941.3971 385.15915 941.0221Q385.54977 940.6315 385.54977 940.069Q385.54977 939.49084 385.14352 939.1002Q384.73727 938.694 384.14352 938.694Q383.53415 938.694 383.1279 939.0846Q382.73727 939.4752 382.73727 940.0065ZM382.40915 943.9752Q382.40915 944.42834 382.61227 944.8502Q382.83102 945.2721 383.2529 945.5065Q383.67477 945.74084 384.15915 945.74084Q384.90915 945.74084 385.39352 945.2565Q385.89352 944.7721 385.89352 944.0221Q385.89352 943.2565 385.39352 942.7565Q384.89352 942.2565 384.1279 942.2565Q383.3779 942.2565 382.89352 942.7565Q382.40915 943.24084 382.40915 943.9752Z" fill-rule="nonzero"/><path fill="#666666" d="M30.97456 30.481884L30.97456 20.466259L32.28706 20.466259L32.28706 30.481884L30.97456 30.481884ZM39.927685 30.481884L37.708935 23.216259L38.97456 23.216259L40.13081 27.419384L40.56831 28.966259Q40.583935 28.856884 40.94331 27.466259L42.09956 23.216259L43.34956 23.216259L44.44331 27.435009L44.802685 28.825634L45.22456 27.419384L46.47456 23.216259L47.66206 23.216259L45.396435 30.481884L44.115185 30.481884L42.958935 26.138134L42.677685 24.903759L41.208935 30.481884L39.927685 30.481884ZM48.13081 26.856884Q48.13081 24.841259 49.25581 23.856884Q50.177685 23.060009 51.53706 23.060009Q53.021435 23.060009 53.97456 24.044384Q54.927685 25.013134 54.927685 26.747509Q54.927685 28.153759 54.50581 28.966259Q54.083935 29.763134 53.271435 30.216259Q52.47456 30.653759 51.53706 30.653759Q50.00581 30.653759 49.06831 29.669384Q48.13081 28.685009 48.13081 26.856884ZM49.396435 26.856884Q49.396435 28.247509 50.00581 28.950634Q50.615185 29.638134 51.53706 29.638134Q52.44331 29.638134 53.052685 28.935009Q53.66206 28.231884 53.66206 26.810009Q53.66206 25.466259 53.052685 24.778759Q52.44331 24.075634 51.53706 24.075634Q50.615185 24.075634 50.00581 24.763134Q49.396435 25.450634 49.396435 26.856884ZM56.56831 30.481884L56.56831 23.216259L57.677685 23.216259L57.677685 24.325634Q58.09956 23.544384 58.458935 23.310009Q58.81831 23.060009 59.25581 23.060009Q59.88081 23.060009 60.521435 23.450634L60.09956 24.591259Q59.646435 24.325634 59.19331 24.325634Q58.78706 24.325634 58.458935 24.575634Q58.146435 24.810009 58.00581 25.247509Q57.802685 25.903759 57.802685 26.685009L57.802685 30.481884L56.56831 30.481884ZM61.59956 30.481884L61.59956 20.466259L62.81831 20.466259L62.81831 26.169384L65.74019 23.216259L67.33394 23.216259L64.55269 25.919384L67.61519 30.481884L66.08394 30.481884L63.69331 26.763134L62.81831 27.606884L62.81831 30.481884L61.59956 30.481884ZM72.59956 21.872509L72.59956 20.466259L73.81831 20.466259L73.81831 21.872509L72.59956 21.872509ZM72.59956 30.481884L72.59956 23.216259L73.81831 23.216259L73.81831 30.481884L72.59956 30.481884ZM75.58394 30.481884L75.58394 23.216259L76.69331 23.216259L76.69331 24.247509Q77.49019 23.060009 79.00581 23.060009Q79.66206 23.060009 80.20894 23.294384Q80.75581 23.528759 81.02144 23.919384Q81.30269 24.294384 81.41206 24.825634Q81.49019 25.169384 81.49019 26.013134L81.49019 30.481884L80.25581 30.481884L80.25581 26.060009Q80.25581 25.310009 80.11519 24.950634Q79.97456 24.575634 79.59956 24.356884Q79.24019 24.122509 78.74019 24.122509Q77.95894 24.122509 77.38081 24.622509Q76.81831 25.122509 76.81831 26.513134L76.81831 30.481884L75.58394 30.481884ZM90.27144 29.388134L90.44331 30.466259Q89.92769 30.575634 89.52144 30.575634Q88.84956 30.575634 88.47456 30.372509Q88.11519 30.153759 87.95894 29.810009Q87.81831 29.466259 87.81831 28.356884L87.81831 24.185009L86.91206 24.185009L86.91206 23.216259L87.81831 23.216259L87.81831 21.419384L89.03706 20.685009L89.03706 23.216259L90.27144 23.216259L90.27144 24.185009L89.03706 24.185009L89.03706 28.419384Q89.03706 28.950634 89.09956 29.106884Q89.16206 29.247509 89.30269 29.341259Q89.45894 29.435009 89.72456 29.435009Q89.94331 29.435009 90.27144 29.388134ZM91.58394 30.481884L91.58394 20.466259L92.81831 20.466259L92.81831 24.060009Q93.67769 23.060009 94.99019 23.060009Q95.80269 23.060009 96.39644 23.388134Q96.99019 23.700634 97.24019 24.263134Q97.50581 24.810009 97.50581 25.888134L97.50581 30.481884L96.27144 30.481884L96.27144 25.888134Q96.27144 24.950634 95.86519 24.544384Q95.47456 24.122509 94.74019 24.122509Q94.19331 24.122509 93.70894 24.403759Q93.22456 24.685009 93.02144 25.169384Q92.81831 25.653759 92.81831 26.513134L92.81831 30.481884L91.58394 30.481884ZM104.55269 28.138134L105.83394 28.294384Q105.52144 29.419384 104.70894 30.044384Q103.89644 30.653759 102.63081 30.653759Q101.03706 30.653759 100.09956 29.669384Q99.17769 28.685009 99.17769 26.919384Q99.17769 25.075634 100.11519 24.075634Q101.06831 23.060009 102.56831 23.060009Q104.02144 23.060009 104.94331 24.060009Q105.86519 25.044384 105.86519 26.841259Q105.86519 26.950634 105.86519 27.169384L100.44331 27.169384Q100.52144 28.356884 101.11519 28.997509Q101.72456 29.638134 102.64644 29.638134Q103.31831 29.638134 103.78706 29.278759Q104.27144 28.919384 104.55269 28.138134ZM100.52144 26.153759L104.56831 26.153759Q104.49019 25.231884 104.09956 24.778759Q103.52144 24.075634 102.58394 24.075634Q101.72456 24.075634 101.14644 24.638134Q100.58394 25.200634 100.52144 26.153759ZM111.88081 30.481884L111.88081 24.185009L110.78706 24.185009L110.78706 23.216259L111.88081 23.216259L111.88081 22.450634Q111.88081 21.716259 112.00581 21.356884Q112.19331 20.888134 112.63081 20.591259Q113.08394 20.294384 113.89644 20.294384Q114.41206 20.294384 115.03706 20.419384L114.84956 21.481884Q114.47456 21.419384 114.13081 21.419384Q113.56831 21.419384 113.33394 21.653759Q113.09956 21.888134 113.09956 22.544384L113.09956 23.216259L114.52144 23.216259L114.52144 24.185009L113.09956 24.185009L113.09956 30.481884L111.88081 30.481884ZM115.13081 26.856884Q115.13081 24.841259 116.25581 23.856884Q117.17769 23.060009 118.53706 23.060009Q120.02144 23.060009 120.97456 24.044384Q121.92769 25.013134 121.92769 26.747509Q121.92769 28.153759 121.50581 28.966259Q121.08394 29.763134 120.27144 30.216259Q119.47456 30.653759 118.53706 30.653759Q117.00581 30.653759 116.06831 29.669384Q115.13081 28.685009 115.13081 26.856884ZM116.39644 26.856884Q116.39644 28.247509 117.00581 28.950634Q117.61519 29.638134 118.53706 29.638134Q119.44331 29.638134 120.05269 28.935009Q120.66206 28.231884 120.66206 26.810009Q120.66206 25.466259 120.05269 24.778759Q119.44331 24.075634 118.53706 24.075634Q117.61519 24.075634 117.00581 24.763134Q116.39644 25.450634 116.39644 26.856884ZM123.55269 30.481884L123.55269 20.466259L124.78706 20.466259L124.78706 30.481884L123.55269 30.481884ZM126.55269 30.481884L126.55269 20.466259L127.78706 20.466259L127.78706 30.481884L126.55269 30.481884ZM129.13081 26.856884Q129.13081 24.841259 130.25581 23.856884Q131.17769 23.060009 132.53706 23.060009Q134.02144 23.060009 134.97456 24.044384Q135.92769 25.013134 135.92769 26.747509Q135.92769 28.153759 135.50581 28.966259Q135.08394 29.763134 134.27144 30.216259Q133.47456 30.653759 132.53706 30.653759Q131.00581 30.653759 130.06831 29.669384Q129.13081 28.685009 129.13081 26.856884ZM130.39644 26.856884Q130.39644 28.247509 131.00581 28.950634Q131.61519 29.638134 132.53706 29.638134Q133.44331 29.638134 134.05269 28.935009Q134.66206 28.231884 134.66206 26.810009Q134.66206 25.466259 134.05269 24.778759Q133.44331 24.075634 132.53706 24.075634Q131.61519 24.075634 131.00581 24.763134Q130.39644 25.450634 130.39644 26.856884ZM138.92769 30.481884L136.70894 23.216259L137.97456 23.216259L139.13081 27.419384L139.56831 28.966259Q139.58394 28.856884 139.94331 27.466259L141.09956 23.216259L142.34956 23.216259L143.44331 27.435009L143.80269 28.825634L144.22456 27.419384L145.47456 23.216259L146.66206 23.216259L144.39644 30.481884L143.11519 30.481884L141.95894 26.138134L141.67769 24.903759L140.20894 30.481884L138.92769 30.481884ZM147.59956 21.872509L147.59956 20.466259L148.81831 20.466259L148.81831 21.872509L147.59956 21.872509ZM147.59956 30.481884L147.59956 23.216259L148.81831 23.216259L148.81831 30.481884L147.59956 30.481884ZM150.58394 30.481884L150.58394 23.216259L151.69331 23.216259L151.69331 24.247509Q152.49019 23.060009 154.00581 23.060009Q154.66206 23.060009 155.20894 23.294384Q155.75581 23.528759 156.02144 23.919384Q156.30269 24.294384 156.41206 24.825634Q156.49019 25.169384 156.49019 26.013134L156.49019 30.481884L155.25581 30.481884L155.25581 26.060009Q155.25581 25.310009 155.11519 24.950634Q154.97456 24.575634 154.59956 24.356884Q154.24019 24.122509 153.74019 24.122509Q152.95894 24.122509 152.38081 24.622509Q151.81831 25.122509 151.81831 26.513134L151.81831 30.481884L150.58394 30.481884ZM158.36519 31.091259L159.55269 31.263134Q159.63081 31.810009 159.97456 32.075634Q160.42769 32.40376 161.22456 32.40376Q162.08394 32.40376 162.53706 32.06001Q163.00581 31.731884 163.17769 31.106884Q163.27144 30.731884 163.25581 29.528759Q162.45894 30.481884 161.25581 30.481884Q159.75581 30.481884 158.92769 29.403759Q158.11519 28.325634 158.11519 26.810009Q158.11519 25.778759 158.49019 24.903759Q158.86519 24.013134 159.56831 23.544384Q160.28706 23.060009 161.25581 23.060009Q162.53706 23.060009 163.38081 24.091259L163.38081 23.216259L164.50581 23.216259L164.50581 29.497509Q164.50581 31.200634 164.16206 31.903759Q163.81831 32.606884 163.06831 33.013134Q162.31831 33.43501 161.22456 33.43501Q159.92769 33.43501 159.13081 32.84126Q158.33394 32.263134 158.36519 31.091259ZM159.38081 26.716259Q159.38081 28.153759 159.94331 28.810009Q160.50581 29.466259 161.36519 29.466259Q162.20894 29.466259 162.78706 28.810009Q163.36519 28.153759 163.36519 26.763134Q163.36519 25.435009 162.77144 24.763134Q162.17769 24.075634 161.34956 24.075634Q160.52144 24.075634 159.94331 24.747509Q159.38081 25.403759 159.38081 26.716259ZM175.31831 29.591259Q174.64644 30.169384 174.00581 30.419384Q173.38081 30.653759 172.64644 30.653759Q171.45894 30.653759 170.80269 30.075634Q170.16206 29.481884 170.16206 28.560009Q170.16206 28.028759 170.39644 27.591259Q170.64644 27.153759 171.03706 26.888134Q171.44331 26.622509 171.92769 26.481884Q172.28706 26.388134 173.02144 26.294384Q174.52144 26.122509 175.22456 25.872509Q175.22456 25.622509 175.22456 25.560009Q175.22456 24.794384 174.88081 24.497509Q174.41206 24.075634 173.47456 24.075634Q172.61519 24.075634 172.19331 24.388134Q171.78706 24.685009 171.58394 25.450634L170.38081 25.294384Q170.53706 24.513134 170.91206 24.044384Q171.30269 23.575634 172.00581 23.325634Q172.72456 23.060009 173.66206 23.060009Q174.58394 23.060009 175.16206 23.278759Q175.74019 23.497509 176.00581 23.825634Q176.28706 24.153759 176.39644 24.669384Q176.45894 24.981884 176.45894 25.794384L176.45894 27.435009Q176.45894 29.153759 176.53706 29.606884Q176.61519 30.060009 176.84956 30.481884L175.56831 30.481884Q175.38081 30.091259 175.31831 29.591259ZM175.22456 26.841259Q174.55269 27.106884 173.20894 27.310009Q172.45894 27.419384 172.13081 27.560009Q171.81831 27.685009 171.64644 27.950634Q171.47456 28.216259 171.47456 28.528759Q171.47456 29.028759 171.84956 29.356884Q172.22456 29.685009 172.94331 29.685009Q173.66206 29.685009 174.20894 29.372509Q174.75581 29.060009 175.02144 28.513134Q175.22456 28.106884 175.22456 27.294384L175.22456 26.841259ZM178.56831 30.481884L178.56831 23.216259L179.67769 23.216259L179.67769 24.325634Q180.09956 23.544384 180.45894 23.310009Q180.81831 23.060009 181.25581 23.060009Q181.88081 23.060009 182.52144 23.450634L182.09956 24.591259Q181.64644 24.325634 181.19331 24.325634Q180.78706 24.325634 180.45894 24.575634Q180.14644 24.810009 180.00581 25.247509Q179.80269 25.903759 179.80269 26.685009L179.80269 30.481884L178.56831 30.481884ZM188.55269 28.138134L189.83394 28.294384Q189.52144 29.419384 188.70894 30.044384Q187.89644 30.653759 186.63081 30.653759Q185.03706 30.653759 184.09956 29.669384Q183.17769 28.685009 183.17769 26.919384Q183.17769 25.075634 184.11519 24.075634Q185.06831 23.060009 186.56831 23.060009Q188.02144 23.060009 188.94331 24.060009Q189.86519 25.044384 189.86519 26.841259Q189.86519 26.950634 189.86519 27.169384L184.44331 27.169384Q184.52144 28.356884 185.11519 28.997509Q185.72456 29.638134 186.64644 29.638134Q187.31831 29.638134 187.78706 29.278759Q188.27144 28.919384 188.55269 28.138134ZM184.52144 26.153759L188.56831 26.153759Q188.49019 25.231884 188.09956 24.778759Q187.52144 24.075634 186.58394 24.075634Q185.72456 24.075634 185.14644 24.638134Q184.58394 25.200634 184.52144 26.153759ZM196.31831 29.591259Q195.64644 30.169384 195.00581 30.419384Q194.38081 30.653759 193.64644 30.653759Q192.45894 30.653759 191.80269 30.075634Q191.16206 29.481884 191.16206 28.560009Q191.16206 28.028759 191.39644 27.591259Q191.64644 27.153759 192.03706 26.888134Q192.44331 26.622509 192.92769 26.481884Q193.28706 26.388134 194.02144 26.294384Q195.52144 26.122509 196.22456 25.872509Q196.22456 25.622509 196.22456 25.560009Q196.22456 24.794384 195.88081 24.497509Q195.41206 24.075634 194.47456 24.075634Q193.61519 24.075634 193.19331 24.388134Q192.78706 24.685009 192.58394 25.450634L191.38081 25.294384Q191.53706 24.513134 191.91206 24.044384Q192.30269 23.575634 193.00581 23.325634Q193.72456 23.060009 194.66206 23.060009Q195.58394 23.060009 196.16206 23.278759Q196.74019 23.497509 197.00581 23.825634Q197.28706 24.153759 197.39644 24.669384Q197.45894 24.981884 197.45894 25.794384L197.45894 27.435009Q197.45894 29.153759 197.53706 29.606884Q197.61519 30.060009 197.84956 30.481884L196.56831 30.481884Q196.38081 30.091259 196.31831 29.591259ZM196.22456 26.841259Q195.55269 27.106884 194.20894 27.310009Q193.45894 27.419384 193.13081 27.560009Q192.81831 27.685009 192.64644 27.950634Q192.47456 28.216259 192.47456 28.528759Q192.47456 29.028759 192.84956 29.356884Q193.22456 29.685009 193.94331 29.685009Q194.66206 29.685009 195.20894 29.372509Q195.75581 29.060009 196.02144 28.513134Q196.22456 28.106884 196.22456 27.294384L196.22456 26.841259ZM199.09956 28.310009L200.30269 28.122509Q200.41206 28.856884 200.88081 29.247509Q201.34956 29.638134 202.19331 29.638134Q203.03706 29.638134 203.44331 29.294384Q203.86519 28.950634 203.86519 28.481884Q203.86519 28.060009 203.49019 27.825634Q203.24019 27.653759 202.24019 27.403759Q200.88081 27.060009 200.34956 26.810009Q199.83394 26.560009 199.56831 26.122509Q199.30269 25.685009 199.30269 25.153759Q199.30269 24.669384 199.52144 24.263134Q199.74019 23.841259 200.13081 23.560009Q200.41206 23.356884 200.89644 23.216259Q201.39644 23.060009 201.97456 23.060009Q202.81831 23.060009 203.45894 23.310009Q204.11519 23.544384 204.42769 23.966259Q204.74019 24.388134 204.84956 25.091259L203.64644 25.263134Q203.56831 24.700634 203.16206 24.388134Q202.77144 24.075634 202.05269 24.075634Q201.20894 24.075634 200.84956 24.356884Q200.49019 24.622509 200.49019 25.013134Q200.49019 25.247509 200.63081 25.435009Q200.78706 25.638134 201.11519 25.763134Q201.28706 25.825634 202.19331 26.075634Q203.50581 26.435009 204.02144 26.653759Q204.53706 26.872509 204.81831 27.294384Q205.11519 27.716259 205.11519 28.341259Q205.11519 28.966259 204.75581 29.513134Q204.41206 30.044384 203.72456 30.356884Q203.05269 30.653759 202.19331 30.653759Q200.78706 30.653759 200.03706 30.060009Q199.30269 29.466259 199.09956 28.310009ZM206.92769 24.622509L206.92769 23.216259L208.33394 23.216259L208.33394 24.622509L206.92769 24.622509ZM206.92769 30.481884L206.92769 29.075634L208.33394 29.075634L208.33394 30.481884L206.92769 30.481884ZM216.94331 33.43501Q215.91206 32.138134 215.20894 30.419384Q214.50581 28.700634 214.50581 26.856884Q214.50581 25.231884 215.03706 23.731884Q215.64644 21.997509 216.94331 20.294384L217.81831 20.294384Q216.99019 21.716259 216.72456 22.325634Q216.30269 23.263134 216.06831 24.294384Q215.77144 25.560009 215.77144 26.856884Q215.77144 30.153759 217.81831 33.43501L216.94331 33.43501ZM219.09956 28.310009L220.30269 28.122509Q220.41206 28.856884 220.88081 29.247509Q221.34956 29.638134 222.19331 29.638134Q223.03706 29.638134 223.44331 29.294384Q223.86519 28.950634 223.86519 28.481884Q223.86519 28.060009 223.49019 27.825634Q223.24019 27.653759 222.24019 27.403759Q220.88081 27.060009 220.34956 26.810009Q219.83394 26.560009 219.56831 26.122509Q219.30269 25.685009 219.30269 25.153759Q219.30269 24.669384 219.52144 24.263134Q219.74019 23.841259 220.13081 23.560009Q220.41206 23.356884 220.89644 23.216259Q221.39644 23.060009 221.97456 23.060009Q222.81831 23.060009 223.45894 23.310009Q224.11519 23.544384 224.42769 23.966259Q224.74019 24.388134 224.84956 25.091259L223.64644 25.263134Q223.56831 24.700634 223.16206 24.388134Q222.77144 24.075634 222.05269 24.075634Q221.20894 24.075634 220.84956 24.356884Q220.49019 24.622509 220.49019 25.013134Q220.49019 25.247509 220.63081 25.435009Q220.78706 25.638134 221.11519 25.763134Q221.28706 25.825634 222.19331 26.075634Q223.50581 26.435009 224.02144 26.653759Q224.53706 26.872509 224.81831 27.294384Q225.11519 27.716259 225.11519 28.341259Q225.11519 28.966259 224.75581 29.513134Q224.41206 30.044384 223.72456 30.356884Q223.05269 30.653759 222.19331 30.653759Q220.78706 30.653759 220.03706 30.060009Q219.30269 29.466259 219.09956 28.310009ZM231.55269 28.138134L232.83394 28.294384Q232.52144 29.419384 231.70894 30.044384Q230.89644 30.653759 229.63081 30.653759Q228.03706 30.653759 227.09956 29.669384Q226.17769 28.685009 226.17769 26.919384Q226.17769 25.075634 227.11519 24.075634Q228.06831 23.060009 229.56831 23.060009Q231.02144 23.060009 231.94331 24.060009Q232.86519 25.044384 232.86519 26.841259Q232.86519 26.950634 232.86519 27.169384L227.44331 27.169384Q227.52144 28.356884 228.11519 28.997509Q228.72456 29.638134 229.64644 29.638134Q230.31831 29.638134 230.78706 29.278759Q231.27144 28.919384 231.55269 28.138134ZM227.52144 26.153759L231.56831 26.153759Q231.49019 25.231884 231.09956 24.778759Q230.52144 24.075634 229.58394 24.075634Q228.72456 24.075634 228.14644 24.638134Q227.58394 25.200634 227.52144 26.153759ZM234.55269 30.481884L234.55269 20.466259L235.78706 20.466259L235.78706 30.481884L234.55269 30.481884ZM242.55269 28.138134L243.83394 28.294384Q243.52144 29.419384 242.70894 30.044384Q241.89644 30.653759 240.63081 30.653759Q239.03706 30.653759 238.09956 29.669384Q237.17769 28.685009 237.17769 26.919384Q237.17769 25.075634 238.11519 24.075634Q239.06831 23.060009 240.56831 23.060009Q242.02144 23.060009 242.94331 24.060009Q243.86519 25.044384 243.86519 26.841259Q243.86519 26.950634 243.86519 27.169384L238.44331 27.169384Q238.52144 28.356884 239.11519 28.997509Q239.72456 29.638134 240.64644 29.638134Q241.31831 29.638134 241.78706 29.278759Q242.27144 28.919384 242.55269 28.138134ZM238.52144 26.153759L242.56831 26.153759Q242.49019 25.231884 242.09956 24.778759Q241.52144 24.075634 240.58394 24.075634Q239.72456 24.075634 239.14644 24.638134Q238.58394 25.200634 238.52144 26.153759ZM250.31831 27.825634L251.53706 27.981884Q251.33394 29.231884 250.50581 29.950634Q249.69331 30.653759 248.50581 30.653759Q247.02144 30.653759 246.11519 29.685009Q245.20894 28.700634 245.20894 26.872509Q245.20894 25.700634 245.59956 24.825634Q245.99019 23.935009 246.78706 23.497509Q247.58394 23.060009 248.52144 23.060009Q249.69331 23.060009 250.44331 23.653759Q251.20894 24.247509 251.41206 25.356884L250.22456 25.544384Q250.05269 24.810009 249.61519 24.450634Q249.17769 24.075634 248.56831 24.075634Q247.63081 24.075634 247.05269 24.747509Q246.47456 25.403759 246.47456 26.841259Q246.47456 28.310009 247.03706 28.981884Q247.59956 29.638134 248.49019 29.638134Q249.22456 29.638134 249.70894 29.200634Q250.19331 28.747509 250.31831 27.825634ZM255.27144 29.388134L255.44331 30.466259Q254.92769 30.575634 254.52144 30.575634Q253.84956 30.575634 253.47456 30.372509Q253.11519 30.153759 252.95894 29.810009Q252.81831 29.466259 252.81831 28.356884L252.81831 24.185009L251.91206 24.185009L251.91206 23.216259L252.81831 23.216259L252.81831 21.419384L254.03706 20.685009L254.03706 23.216259L255.27144 23.216259L255.27144 24.185009L254.03706 24.185009L254.03706 28.419384Q254.03706 28.950634 254.09956 29.106884Q254.16206 29.247509 254.30269 29.341259Q254.45894 29.435009 254.72456 29.435009Q254.94331 29.435009 255.27144 29.388134ZM265.3183 29.591259Q264.64642 30.169384 264.0058 30.419384Q263.3808 30.653759 262.64642 30.653759Q261.45892 30.653759 260.80267 30.075634Q260.16205 29.481884 260.16205 28.560009Q260.16205 28.028759 260.39642 27.591259Q260.64642 27.153759 261.03705 26.888134Q261.4433 26.622509 261.92767 26.481884Q262.28705 26.388134 263.02142 26.294384Q264.52142 26.122509 265.22455 25.872509Q265.22455 25.622509 265.22455 25.560009Q265.22455 24.794384 264.8808 24.497509Q264.41205 24.075634 263.47455 24.075634Q262.61517 24.075634 262.1933 24.388134Q261.78705 24.685009 261.58392 25.450634L260.3808 25.294384Q260.53705 24.513134 260.91205 24.044384Q261.30267 23.575634 262.0058 23.325634Q262.72455 23.060009 263.66205 23.060009Q264.58392 23.060009 265.16205 23.278759Q265.74017 23.497509 266.0058 23.825634Q266.28705 24.153759 266.39642 24.669384Q266.45892 24.981884 266.45892 25.794384L266.45892 27.435009Q266.45892 29.153759 266.53705 29.606884Q266.61517 30.060009 266.84955 30.481884L265.5683 30.481884Q265.3808 30.091259 265.3183 29.591259ZM265.22455 26.841259Q264.55267 27.106884 263.20892 27.310009Q262.45892 27.419384 262.1308 27.560009Q261.8183 27.685009 261.64642 27.950634Q261.47455 28.216259 261.47455 28.528759Q261.47455 29.028759 261.84955 29.356884Q262.22455 29.685009 262.9433 29.685009Q263.66205 29.685009 264.20892 29.372509Q264.7558 29.060009 265.02142 28.513134Q265.22455 28.106884 265.22455 27.294384L265.22455 26.841259ZM268.55267 30.481884L268.55267 20.466259L269.78705 20.466259L269.78705 30.481884L268.55267 30.481884ZM271.55267 30.481884L271.55267 20.466259L272.78705 20.466259L272.78705 30.481884L271.55267 30.481884ZM281.27142 29.388134L281.4433 30.466259Q280.92767 30.575634 280.52142 30.575634Q279.84955 30.575634 279.47455 30.372509Q279.11517 30.153759 278.95892 29.810009Q278.8183 29.466259 278.8183 28.356884L278.8183 24.185009L277.91205 24.185009L277.91205 23.216259L278.8183 23.216259L278.8183 21.419384L280.03705 20.685009L280.03705 23.216259L281.27142 23.216259L281.27142 24.185009L280.03705 24.185009L280.03705 28.419384Q280.03705 28.950634 280.09955 29.106884Q280.16205 29.247509 280.30267 29.341259Q280.45892 29.435009 280.72455 29.435009Q280.9433 29.435009 281.27142 29.388134ZM282.58392 30.481884L282.58392 20.466259L283.8183 20.466259L283.8183 24.060009Q284.67767 23.060009 285.99017 23.060009Q286.80267 23.060009 287.39642 23.388134Q287.99017 23.700634 288.24017 24.263134Q288.5058 24.810009 288.5058 25.888134L288.5058 30.481884L287.27142 30.481884L287.27142 25.888134Q287.27142 24.950634 286.86517 24.544384Q286.47455 24.122509 285.74017 24.122509Q285.1933 24.122509 284.70892 24.403759Q284.22455 24.685009 284.02142 25.169384Q283.8183 25.653759 283.8183 26.513134L283.8183 30.481884L282.58392 30.481884ZM295.3183 29.591259Q294.64642 30.169384 294.0058 30.419384Q293.3808 30.653759 292.64642 30.653759Q291.45892 30.653759 290.80267 30.075634Q290.16205 29.481884 290.16205 28.560009Q290.16205 28.028759 290.39642 27.591259Q290.64642 27.153759 291.03705 26.888134Q291.4433 26.622509 291.92767 26.481884Q292.28705 26.388134 293.02142 26.294384Q294.52142 26.122509 295.22455 25.872509Q295.22455 25.622509 295.22455 25.560009Q295.22455 24.794384 294.8808 24.497509Q294.41205 24.075634 293.47455 24.075634Q292.61517 24.075634 292.1933 24.388134Q291.78705 24.685009 291.58392 25.450634L290.3808 25.294384Q290.53705 24.513134 290.91205 24.044384Q291.30267 23.575634 292.0058 23.325634Q292.72455 23.060009 293.66205 23.060009Q294.58392 23.060009 295.16205 23.278759Q295.74017 23.497509 296.0058 23.825634Q296.28705 24.153759 296.39642 24.669384Q296.45892 24.981884 296.45892 25.794384L296.45892 27.435009Q296.45892 29.153759 296.53705 29.606884Q296.61517 30.060009 296.84955 30.481884L295.5683 30.481884Q295.3808 30.091259 295.3183 29.591259ZM295.22455 26.841259Q294.55267 27.106884 293.20892 27.310009Q292.45892 27.419384 292.1308 27.560009Q291.8183 27.685009 291.64642 27.950634Q291.47455 28.216259 291.47455 28.528759Q291.47455 29.028759 291.84955 29.356884Q292.22455 29.685009 292.9433 29.685009Q293.66205 29.685009 294.20892 29.372509Q294.7558 29.060009 295.02142 28.513134Q295.22455 28.106884 295.22455 27.294384L295.22455 26.841259ZM301.27142 29.388134L301.4433 30.466259Q300.92767 30.575634 300.52142 30.575634Q299.84955 30.575634 299.47455 30.372509Q299.11517 30.153759 298.95892 29.810009Q298.8183 29.466259 298.8183 28.356884L298.8183 24.185009L297.91205 24.185009L297.91205 23.216259L298.8183 23.216259L298.8183 21.419384L300.03705 20.685009L300.03705 23.216259L301.27142 23.216259L301.27142 24.185009L300.03705 24.185009L300.03705 28.419384Q300.03705 28.950634 300.09955 29.106884Q300.16205 29.247509 300.30267 29.341259Q300.45892 29.435009 300.72455 29.435009Q300.9433 29.435009 301.27142 29.388134ZM311.3183 29.591259Q310.64642 30.169384 310.0058 30.419384Q309.3808 30.653759 308.64642 30.653759Q307.45892 30.653759 306.80267 30.075634Q306.16205 29.481884 306.16205 28.560009Q306.16205 28.028759 306.39642 27.591259Q306.64642 27.153759 307.03705 26.888134Q307.4433 26.622509 307.92767 26.481884Q308.28705 26.388134 309.02142 26.294384Q310.52142 26.122509 311.22455 25.872509Q311.22455 25.622509 311.22455 25.560009Q311.22455 24.794384 310.8808 24.497509Q310.41205 24.075634 309.47455 24.075634Q308.61517 24.075634 308.1933 24.388134Q307.78705 24.685009 307.58392 25.450634L306.3808 25.294384Q306.53705 24.513134 306.91205 24.044384Q307.30267 23.575634 308.0058 23.325634Q308.72455 23.060009 309.66205 23.060009Q310.58392 23.060009 311.16205 23.278759Q311.74017 23.497509 312.0058 23.825634Q312.28705 24.153759 312.39642 24.669384Q312.45892 24.981884 312.45892 25.794384L312.45892 27.435009Q312.45892 29.153759 312.53705 29.606884Q312.61517 30.060009 312.84955 30.481884L311.5683 30.481884Q311.3808 30.091259 311.3183 29.591259ZM311.22455 26.841259Q310.55267 27.106884 309.20892 27.310009Q308.45892 27.419384 308.1308 27.560009Q307.8183 27.685009 307.64642 27.950634Q307.47455 28.216259 307.47455 28.528759Q307.47455 29.028759 307.84955 29.356884Q308.22455 29.685009 308.9433 29.685009Q309.66205 29.685009 310.20892 29.372509Q310.7558 29.060009 311.02142 28.513134Q311.22455 28.106884 311.22455 27.294384L311.22455 26.841259ZM314.58392 33.263134L314.58392 23.216259L315.70892 23.216259L315.70892 24.169384Q316.09955 23.606884 316.59955 23.341259Q317.09955 23.060009 317.8183 23.060009Q318.74017 23.060009 319.4433 23.544384Q320.16205 24.013134 320.52142 24.888134Q320.8808 25.763134 320.8808 26.794384Q320.8808 27.903759 320.47455 28.810009Q320.08392 29.700634 319.3183 30.185009Q318.5683 30.653759 317.72455 30.653759Q317.11517 30.653759 316.61517 30.388134Q316.1308 30.122509 315.8183 29.731884L315.8183 33.263134L314.58392 33.263134ZM315.6933 26.888134Q315.6933 28.294384 316.2558 28.966259Q316.83392 29.638134 317.64642 29.638134Q318.45892 29.638134 319.03705 28.950634Q319.6308 28.247509 319.6308 26.794384Q319.6308 25.403759 319.05267 24.716259Q318.49017 24.028759 317.6933 24.028759Q316.91205 24.028759 316.30267 24.763134Q315.6933 25.497509 315.6933 26.888134ZM322.58392 33.263134L322.58392 23.216259L323.70892 23.216259L323.70892 24.169384Q324.09955 23.606884 324.59955 23.341259Q325.09955 23.060009 325.8183 23.060009Q326.74017 23.060009 327.4433 23.544384Q328.16205 24.013134 328.52142 24.888134Q328.8808 25.763134 328.8808 26.794384Q328.8808 27.903759 328.47455 28.810009Q328.08392 29.700634 327.3183 30.185009Q326.5683 30.653759 325.72455 30.653759Q325.11517 30.653759 324.61517 30.388134Q324.1308 30.122509 323.8183 29.731884L323.8183 33.263134L322.58392 33.263134ZM323.6933 26.888134Q323.6933 28.294384 324.2558 28.966259Q324.83392 29.638134 325.64642 29.638134Q326.45892 29.638134 327.03705 28.950634Q327.6308 28.247509 327.6308 26.794384Q327.6308 25.403759 327.05267 24.716259Q326.49017 24.028759 325.6933 24.028759Q324.91205 24.028759 324.30267 24.763134Q323.6933 25.497509 323.6933 26.888134ZM330.55267 30.481884L330.55267 20.466259L331.78705 20.466259L331.78705 30.481884L330.55267 30.481884ZM333.53705 33.27876L333.39642 32.12251Q333.80267 32.231884 334.09955 32.231884Q334.5058 32.231884 334.7558 32.09126Q335.0058 31.966259 335.16205 31.716259Q335.27142 31.528759 335.53705 30.794384Q335.5683 30.700634 335.64642 30.497509L332.8808 23.216259L334.20892 23.216259L335.72455 27.419384Q336.02142 28.231884 336.2558 29.106884Q336.45892 28.263134 336.7558 27.450634L338.30267 23.216259L339.53705 23.216259L336.77142 30.606884Q336.33392 31.794384 336.08392 32.24751Q335.7558 32.856884 335.33392 33.138134Q334.91205 33.43501 334.3183 33.43501Q333.97455 33.43501 333.53705 33.27876ZM341.39642 33.43501L340.5058 33.43501Q342.55267 30.153759 342.55267 26.856884Q342.55267 25.575634 342.2558 24.310009Q342.02142 23.278759 341.61517 22.341259Q341.34955 21.731884 340.5058 20.294384L341.39642 20.294384Q342.67767 21.997509 343.28705 23.731884Q343.8183 25.231884 343.8183 26.856884Q343.8183 28.700634 343.09955 30.419384Q342.39642 32.138134 341.39642 33.43501Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2018/fig9.svg b/_content/survey2018/fig9.svg
deleted file mode 100644
index 5987a37..0000000
--- a/_content/survey2018/fig9.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 825.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="825" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 825.0L0 825.0L0 0Z" fill-rule="nonzero"/><path fill="#ffffff" d="M0 0L600.0 0L600.0 825.0L0 825.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M141.5 53.5L141.5 739.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 53.5L249.5 739.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M356.5 53.5L356.5 739.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M463.5 53.5L463.5 739.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 53.5L570.5 739.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M141.8508 53.07325L570.9803 53.07325L570.9803 739.23785L141.8508 739.23785L141.8508 53.07325Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 84.0L142.0 73.0L462.0 73.0C463.10458 73.0 464.0 73.89543 464.0 75.0L464.0 82.0C464.0 83.10457 463.10458 84.0 462.0 84.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 84.0L142.0 73.0L462.0 73.0C463.10458 73.0 464.0 73.89543 464.0 75.0L464.0 82.0C464.0 83.10457 463.10458 84.0 462.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 139.0L142.0 128.0L478.0 128.0C479.10458 128.0 480.0 128.89543 480.0 130.0L480.0 137.0C480.0 138.10457 479.10458 139.0 478.0 139.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 139.0L142.0 128.0L478.0 128.0C479.10458 128.0 480.0 128.89543 480.0 130.0L480.0 137.0C480.0 138.10457 479.10458 139.0 478.0 139.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 195.0L142.0 184.0L419.0 184.0C420.10458 184.0 421.0 184.89543 421.0 186.0L421.0 193.0C421.0 194.10457 420.10458 195.0 419.0 195.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 195.0L142.0 184.0L419.0 184.0C420.10458 184.0 421.0 184.89543 421.0 186.0L421.0 193.0C421.0 194.10457 420.10458 195.0 419.0 195.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 250.0L142.0 239.0L376.0 239.0C377.10458 239.0 378.0 239.89543 378.0 241.0L378.0 248.0C378.0 249.10457 377.10458 250.0 376.0 250.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 250.0L142.0 239.0L376.0 239.0C377.10458 239.0 378.0 239.89543 378.0 241.0L378.0 248.0C378.0 249.10457 377.10458 250.0 376.0 250.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 306.0L142.0 295.0L306.0 295.0C307.10458 295.0 308.0 295.89542 308.0 297.0L308.0 304.0C308.0 305.10458 307.10458 306.0 306.0 306.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 306.0L142.0 295.0L306.0 295.0C307.10458 295.0 308.0 295.89542 308.0 297.0L308.0 304.0C308.0 305.10458 307.10458 306.0 306.0 306.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 361.0L142.0 350.0L322.0 350.0C323.10458 350.0 324.0 350.89542 324.0 352.0L324.0 359.0C324.0 360.10458 323.10458 361.0 322.0 361.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 361.0L142.0 350.0L322.0 350.0C323.10458 350.0 324.0 350.89542 324.0 352.0L324.0 359.0C324.0 360.10458 323.10458 361.0 322.0 361.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 417.0L142.0 406.0L349.0 406.0C350.10458 406.0 351.0 406.89542 351.0 408.0L351.0 415.0C351.0 416.10458 350.10458 417.0 349.0 417.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 417.0L142.0 406.0L349.0 406.0C350.10458 406.0 351.0 406.89542 351.0 408.0L351.0 415.0C351.0 416.10458 350.10458 417.0 349.0 417.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 639.0L142.0 628.0L161.0 628.0C162.10457 628.0 163.0 628.89545 163.0 630.0L163.0 637.0C163.0 638.10455 162.10457 639.0 161.0 639.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 639.0L142.0 628.0L161.0 628.0C162.10457 628.0 163.0 628.89545 163.0 630.0L163.0 637.0C163.0 638.10455 162.10457 639.0 161.0 639.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 695.0L142.0 684.0L156.0 684.0C157.10457 684.0 158.0 684.89545 158.0 686.0L158.0 693.0C158.0 694.10455 157.10457 695.0 156.0 695.0Z" fill-rule="nonzero"/><path fill="#d7eeee" clip-path="url(#id_0)" d="M142.0 695.0L142.0 684.0L156.0 684.0C157.10457 684.0 158.0 684.89545 158.0 686.0L158.0 693.0C158.0 694.10455 157.10457 695.0 156.0 695.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 96.0L142.0 85.0L489.0 85.0C490.10458 85.0 491.0 85.89543 491.0 87.0L491.0 94.0C491.0 95.10457 490.10458 96.0 489.0 96.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 96.0L142.0 85.0L489.0 85.0C490.10458 85.0 491.0 85.89543 491.0 87.0L491.0 94.0C491.0 95.10457 490.10458 96.0 489.0 96.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 151.0L142.0 140.0L478.0 140.0C479.10458 140.0 480.0 140.89543 480.0 142.0L480.0 149.0C480.0 150.10457 479.10458 151.0 478.0 151.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 151.0L142.0 140.0L478.0 140.0C479.10458 140.0 480.0 140.89543 480.0 142.0L480.0 149.0C480.0 150.10457 479.10458 151.0 478.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 207.0L142.0 196.0L403.0 196.0C404.10458 196.0 405.0 196.89543 405.0 198.0L405.0 205.0C405.0 206.10457 404.10458 207.0 403.0 207.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 207.0L142.0 196.0L403.0 196.0C404.10458 196.0 405.0 196.89543 405.0 198.0L405.0 205.0C405.0 206.10457 404.10458 207.0 403.0 207.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 262.0L142.0 251.0L376.0 251.0C377.10458 251.0 378.0 251.89543 378.0 253.0L378.0 260.0C378.0 261.10458 377.10458 262.0 376.0 262.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 262.0L142.0 251.0L376.0 251.0C377.10458 251.0 378.0 251.89543 378.0 253.0L378.0 260.0C378.0 261.10458 377.10458 262.0 376.0 262.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 318.0L142.0 307.0L317.0 307.0C318.10458 307.0 319.0 307.89542 319.0 309.0L319.0 316.0C319.0 317.10458 318.10458 318.0 317.0 318.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 318.0L142.0 307.0L317.0 307.0C318.10458 307.0 319.0 307.89542 319.0 309.0L319.0 316.0C319.0 317.10458 318.10458 318.0 317.0 318.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 373.0L142.0 362.0L317.0 362.0C318.10458 362.0 319.0 362.89542 319.0 364.0L319.0 371.0C319.0 372.10458 318.10458 373.0 317.0 373.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 373.0L142.0 362.0L317.0 362.0C318.10458 362.0 319.0 362.89542 319.0 364.0L319.0 371.0C319.0 372.10458 318.10458 373.0 317.0 373.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 429.0L142.0 418.0L344.0 418.0C345.10458 418.0 346.0 418.89542 346.0 420.0L346.0 427.0C346.0 428.10458 345.10458 429.0 344.0 429.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 429.0L142.0 418.0L344.0 418.0C345.10458 418.0 346.0 418.89542 346.0 420.0L346.0 427.0C346.0 428.10458 345.10458 429.0 344.0 429.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 651.0L142.0 640.0L156.0 640.0C157.10457 640.0 158.0 640.89545 158.0 642.0L158.0 649.0C158.0 650.10455 157.10457 651.0 156.0 651.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 651.0L142.0 640.0L156.0 640.0C157.10457 640.0 158.0 640.89545 158.0 642.0L158.0 649.0C158.0 650.10455 157.10457 651.0 156.0 651.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 707.0L142.0 696.0L156.0 696.0C157.10457 696.0 158.0 696.89545 158.0 698.0L158.0 705.0C158.0 706.10455 157.10457 707.0 156.0 707.0Z" fill-rule="nonzero"/><path fill="#77cac5" clip-path="url(#id_0)" d="M142.0 707.0L142.0 696.0L156.0 696.0C157.10457 696.0 158.0 696.89545 158.0 698.0L158.0 705.0C158.0 706.10455 157.10457 707.0 156.0 707.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 108.0L142.0 97.0L531.0 97.0C532.10455 97.0 533.0 97.89543 533.0 99.0L533.0 106.0C533.0 107.10457 532.10455 108.0 531.0 108.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 108.0L142.0 97.0L531.0 97.0C532.10455 97.0 533.0 97.89543 533.0 99.0L533.0 106.0C533.0 107.10457 532.10455 108.0 531.0 108.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 163.0L142.0 152.0L478.0 152.0C479.10458 152.0 480.0 152.89543 480.0 154.0L480.0 161.0C480.0 162.10457 479.10458 163.0 478.0 163.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 163.0L142.0 152.0L478.0 152.0C479.10458 152.0 480.0 152.89543 480.0 154.0L480.0 161.0C480.0 162.10457 479.10458 163.0 478.0 163.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 219.0L142.0 208.0L387.0 208.0C388.10458 208.0 389.0 208.89543 389.0 210.0L389.0 217.0C389.0 218.10457 388.10458 219.0 387.0 219.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 219.0L142.0 208.0L387.0 208.0C388.10458 208.0 389.0 208.89543 389.0 210.0L389.0 217.0C389.0 218.10457 388.10458 219.0 387.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 274.0L142.0 263.0L381.0 263.0C382.10458 263.0 383.0 263.89542 383.0 265.0L383.0 272.0C383.0 273.10458 382.10458 274.0 381.0 274.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 274.0L142.0 263.0L381.0 263.0C382.10458 263.0 383.0 263.89542 383.0 265.0L383.0 272.0C383.0 273.10458 382.10458 274.0 381.0 274.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 330.0L142.0 319.0L344.0 319.0C345.10458 319.0 346.0 319.89542 346.0 321.0L346.0 328.0C346.0 329.10458 345.10458 330.0 344.0 330.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 330.0L142.0 319.0L344.0 319.0C345.10458 319.0 346.0 319.89542 346.0 321.0L346.0 328.0C346.0 329.10458 345.10458 330.0 344.0 330.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 385.0L142.0 374.0L317.0 374.0C318.10458 374.0 319.0 374.89542 319.0 376.0L319.0 383.0C319.0 384.10458 318.10458 385.0 317.0 385.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 385.0L142.0 374.0L317.0 374.0C318.10458 374.0 319.0 374.89542 319.0 376.0L319.0 383.0C319.0 384.10458 318.10458 385.0 317.0 385.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 441.0L142.0 430.0L301.0 430.0C302.10458 430.0 303.0 430.89542 303.0 432.0L303.0 439.0C303.0 440.10458 302.10458 441.0 301.0 441.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 441.0L142.0 430.0L301.0 430.0C302.10458 430.0 303.0 430.89542 303.0 432.0L303.0 439.0C303.0 440.10458 302.10458 441.0 301.0 441.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 496.0L142.0 485.0L167.0 485.0C168.10457 485.0 169.0 485.89542 169.0 487.0L169.0 494.0C169.0 495.10458 168.10457 496.0 167.0 496.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 496.0L142.0 485.0L167.0 485.0C168.10457 485.0 169.0 485.89542 169.0 487.0L169.0 494.0C169.0 495.10458 168.10457 496.0 167.0 496.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 552.0L142.0 541.0L161.0 541.0C162.10457 541.0 163.0 541.89545 163.0 543.0L163.0 550.0C163.0 551.10455 162.10457 552.0 161.0 552.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 552.0L142.0 541.0L161.0 541.0C162.10457 541.0 163.0 541.89545 163.0 543.0L163.0 550.0C163.0 551.10455 162.10457 552.0 161.0 552.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 608.0L142.0 597.0L151.0 597.0C152.10457 597.0 153.0 597.89545 153.0 599.0L153.0 606.0C153.0 607.10455 152.10457 608.0 151.0 608.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 608.0L142.0 597.0L151.0 597.0C152.10457 597.0 153.0 597.89545 153.0 599.0L153.0 606.0C153.0 607.10455 152.10457 608.0 151.0 608.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 663.0L142.0 652.0L151.0 652.0C152.10457 652.0 153.0 652.89545 153.0 654.0L153.0 661.0C153.0 662.10455 152.10457 663.0 151.0 663.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 663.0L142.0 652.0L151.0 652.0C152.10457 652.0 153.0 652.89545 153.0 654.0L153.0 661.0C153.0 662.10455 152.10457 663.0 151.0 663.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 719.0L142.0 708.0L151.0 708.0C152.10457 708.0 153.0 708.89545 153.0 710.0L153.0 717.0C153.0 718.10455 152.10457 719.0 151.0 719.0Z" fill-rule="nonzero"/><path fill="#1ba29c" clip-path="url(#id_0)" d="M142.0 719.0L142.0 708.0L151.0 708.0C152.10457 708.0 153.0 708.89545 153.0 710.0L153.0 717.0C153.0 718.10455 152.10457 719.0 151.0 719.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M480.66666 74.96875L480.66666 75.875L480.46353 75.875Q479.1979 75.90625 478.4479 76.640625Q477.6979 77.359375 477.5729 78.671875Q478.2604 77.90625 479.41666 77.90625Q480.52603 77.90625 481.1979 78.6875Q481.86978 79.46875 481.86978 80.71875Q481.86978 82.03125 481.15103 82.828125Q480.43228 83.625 479.21353 83.625Q477.99478 83.625 477.22916 82.6875Q476.47916 81.734375 476.47916 80.25L476.47916 79.84375Q476.47916 77.484375 477.47916 76.234375Q478.47916 74.984375 480.46353 74.96875L480.66666 74.96875ZM479.24478 78.8125Q478.68228 78.8125 478.21353 79.140625Q477.74478 79.46875 477.55728 79.984375L477.55728 80.375Q477.55728 81.4375 478.02603 82.078125Q478.5104 82.71875 479.21353 82.71875Q479.9479 82.71875 480.36978 82.1875Q480.79166 81.640625 480.79166 80.765625Q480.79166 79.890625 480.36978 79.359375Q479.9479 78.8125 479.24478 78.8125ZM488.7604 79.859375Q488.7604 81.765625 488.10416 82.703125Q487.46353 83.625 486.0729 83.625Q484.71353 83.625 484.05728 82.71875Q483.40103 81.8125 483.36978 80.0L483.36978 78.5625Q483.36978 76.671875 484.0104 75.765625Q484.66666 74.84375 486.05728 74.84375Q487.43228 74.84375 488.08853 75.734375Q488.74478 76.609375 488.7604 78.453125L488.7604 79.859375ZM487.66666 78.375Q487.66666 77.0 487.27603 76.375Q486.90103 75.734375 486.05728 75.734375Q485.22916 75.734375 484.83853 76.375Q484.46353 77.0 484.46353 78.296875L484.46353 80.03125Q484.46353 81.40625 484.85416 82.078125Q485.2604 82.734375 486.0729 82.734375Q486.86978 82.734375 487.2604 82.109375Q487.65103 81.484375 487.66666 80.15625L487.66666 78.375ZM490.30728 76.609375Q490.30728 75.84375 490.79166 75.34375Q491.29166 74.84375 492.05728 74.84375Q492.83853 74.84375 493.3229 75.34375Q493.80728 75.84375 493.80728 76.640625L493.80728 77.0625Q493.80728 77.828125 493.30728 78.328125Q492.8229 78.8125 492.0729 78.8125Q491.30728 78.8125 490.80728 78.328125Q490.30728 77.828125 490.30728 77.015625L490.30728 76.609375ZM491.11978 77.0625Q491.11978 77.515625 491.36978 77.8125Q491.6354 78.109375 492.0729 78.109375Q492.49478 78.109375 492.74478 77.828125Q492.99478 77.53125 492.99478 77.03125L492.99478 76.609375Q492.99478 76.15625 492.74478 75.859375Q492.49478 75.546875 492.05728 75.546875Q491.61978 75.546875 491.36978 75.859375Q491.11978 76.15625 491.11978 76.625L491.11978 77.0625ZM494.46353 81.40625Q494.46353 80.640625 494.9479 80.15625Q495.4479 79.65625 496.21353 79.65625Q496.97916 79.65625 497.46353 80.15625Q497.96353 80.640625 497.96353 81.453125L497.96353 81.859375Q497.96353 82.625 497.47916 83.125Q496.99478 83.625 496.22916 83.625Q495.46353 83.625 494.96353 83.140625Q494.46353 82.640625 494.46353 81.828125L494.46353 81.40625ZM495.27603 81.859375Q495.27603 82.328125 495.52603 82.625Q495.79166 82.921875 496.22916 82.921875Q496.65103 82.921875 496.90103 82.640625Q497.15103 82.34375 497.15103 81.84375L497.15103 81.40625Q497.15103 80.9375 496.8854 80.65625Q496.6354 80.359375 496.21353 80.359375Q495.79166 80.359375 495.52603 80.65625Q495.27603 80.9375 495.27603 81.4375L495.27603 81.859375ZM492.3229 82.859375L491.6979 82.46875L495.86978 75.796875L496.47916 76.1875L492.3229 82.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M480.66666 74.96875L480.66666 75.875L480.46353 75.875Q479.1979 75.90625 478.4479 76.640625Q477.6979 77.359375 477.5729 78.671875Q478.2604 77.90625 479.41666 77.90625Q480.52603 77.90625 481.1979 78.6875Q481.86978 79.46875 481.86978 80.71875Q481.86978 82.03125 481.15103 82.828125Q480.43228 83.625 479.21353 83.625Q477.99478 83.625 477.22916 82.6875Q476.47916 81.734375 476.47916 80.25L476.47916 79.84375Q476.47916 77.484375 477.47916 76.234375Q478.47916 74.984375 480.46353 74.96875L480.66666 74.96875ZM479.24478 78.8125Q478.68228 78.8125 478.21353 79.140625Q477.74478 79.46875 477.55728 79.984375L477.55728 80.375Q477.55728 81.4375 478.02603 82.078125Q478.5104 82.71875 479.21353 82.71875Q479.9479 82.71875 480.36978 82.1875Q480.79166 81.640625 480.79166 80.765625Q480.79166 79.890625 480.36978 79.359375Q479.9479 78.8125 479.24478 78.8125ZM488.7604 79.859375Q488.7604 81.765625 488.10416 82.703125Q487.46353 83.625 486.0729 83.625Q484.71353 83.625 484.05728 82.71875Q483.40103 81.8125 483.36978 80.0L483.36978 78.5625Q483.36978 76.671875 484.0104 75.765625Q484.66666 74.84375 486.05728 74.84375Q487.43228 74.84375 488.08853 75.734375Q488.74478 76.609375 488.7604 78.453125L488.7604 79.859375ZM487.66666 78.375Q487.66666 77.0 487.27603 76.375Q486.90103 75.734375 486.05728 75.734375Q485.22916 75.734375 484.83853 76.375Q484.46353 77.0 484.46353 78.296875L484.46353 80.03125Q484.46353 81.40625 484.85416 82.078125Q485.2604 82.734375 486.0729 82.734375Q486.86978 82.734375 487.2604 82.109375Q487.65103 81.484375 487.66666 80.15625L487.66666 78.375ZM490.30728 76.609375Q490.30728 75.84375 490.79166 75.34375Q491.29166 74.84375 492.05728 74.84375Q492.83853 74.84375 493.3229 75.34375Q493.80728 75.84375 493.80728 76.640625L493.80728 77.0625Q493.80728 77.828125 493.30728 78.328125Q492.8229 78.8125 492.0729 78.8125Q491.30728 78.8125 490.80728 78.328125Q490.30728 77.828125 490.30728 77.015625L490.30728 76.609375ZM491.11978 77.0625Q491.11978 77.515625 491.36978 77.8125Q491.6354 78.109375 492.0729 78.109375Q492.49478 78.109375 492.74478 77.828125Q492.99478 77.53125 492.99478 77.03125L492.99478 76.609375Q492.99478 76.15625 492.74478 75.859375Q492.49478 75.546875 492.05728 75.546875Q491.61978 75.546875 491.36978 75.859375Q491.11978 76.15625 491.11978 76.625L491.11978 77.0625ZM494.46353 81.40625Q494.46353 80.640625 494.9479 80.15625Q495.4479 79.65625 496.21353 79.65625Q496.97916 79.65625 497.46353 80.15625Q497.96353 80.640625 497.96353 81.453125L497.96353 81.859375Q497.96353 82.625 497.47916 83.125Q496.99478 83.625 496.22916 83.625Q495.46353 83.625 494.96353 83.140625Q494.46353 82.640625 494.46353 81.828125L494.46353 81.40625ZM495.27603 81.859375Q495.27603 82.328125 495.52603 82.625Q495.79166 82.921875 496.22916 82.921875Q496.65103 82.921875 496.90103 82.640625Q497.15103 82.34375 497.15103 81.84375L497.15103 81.40625Q497.15103 80.9375 496.8854 80.65625Q496.6354 80.359375 496.21353 80.359375Q495.79166 80.359375 495.52603 80.65625Q495.27603 80.9375 495.27603 81.4375L495.27603 81.859375ZM492.3229 82.859375L491.6979 82.46875L495.86978 75.796875L496.47916 76.1875L492.3229 82.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M496.759 129.96875L496.759 130.875L496.55588 130.875Q495.29025 130.90625 494.54025 131.64062Q493.79025 132.35938 493.66525 133.67188Q494.35275 132.90625 495.509 132.90625Q496.61838 132.90625 497.29025 133.6875Q497.96213 134.46875 497.96213 135.71875Q497.96213 137.03125 497.24338 137.82812Q496.52463 138.625 495.30588 138.625Q494.08713 138.625 493.3215 137.6875Q492.5715 136.73438 492.5715 135.25L492.5715 134.84375Q492.5715 132.48438 493.5715 131.23438Q494.5715 129.98438 496.55588 129.96875L496.759 129.96875ZM495.33713 133.8125Q494.77463 133.8125 494.30588 134.14062Q493.83713 134.46875 493.64963 134.98438L493.64963 135.375Q493.64963 136.4375 494.11838 137.07812Q494.60275 137.71875 495.30588 137.71875Q496.04025 137.71875 496.46213 137.1875Q496.884 136.64062 496.884 135.76562Q496.884 134.89062 496.46213 134.35938Q496.04025 133.8125 495.33713 133.8125ZM501.0715 133.70312L501.884 133.70312Q502.66525 133.6875 503.10275 133.29688Q503.54025 132.90625 503.54025 132.23438Q503.54025 130.73438 502.04025 130.73438Q501.33713 130.73438 500.91525 131.14062Q500.509 131.54688 500.509 132.20312L499.41525 132.20312Q499.41525 131.1875 500.14963 130.51562Q500.89963 129.84375 502.04025 129.84375Q503.24338 129.84375 503.93088 130.48438Q504.61838 131.125 504.61838 132.26562Q504.61838 132.82812 504.259 133.34375Q503.89963 133.85938 503.27463 134.125Q503.97775 134.34375 504.35275 134.85938Q504.74338 135.375 504.74338 136.125Q504.74338 137.26562 503.99338 137.95312Q503.24338 138.625 502.04025 138.625Q500.85275 138.625 500.08713 137.96875Q499.33713 137.3125 499.33713 136.25L500.43088 136.25Q500.43088 136.92188 500.86838 137.32812Q501.30588 137.73438 502.05588 137.73438Q502.83713 137.73438 503.24338 137.32812Q503.66525 136.90625 503.66525 136.14062Q503.66525 135.40625 503.21213 135.01562Q502.759 134.60938 501.884 134.59375L501.0715 134.59375L501.0715 133.70312ZM506.39963 131.60938Q506.39963 130.84375 506.884 130.34375Q507.384 129.84375 508.14963 129.84375Q508.93088 129.84375 509.41525 130.34375Q509.89963 130.84375 509.89963 131.64062L509.89963 132.0625Q509.89963 132.82812 509.39963 133.32812Q508.91525 133.8125 508.16525 133.8125Q507.39963 133.8125 506.89963 133.32812Q506.39963 132.82812 506.39963 132.01562L506.39963 131.60938ZM507.21213 132.0625Q507.21213 132.51562 507.46213 132.8125Q507.72775 133.10938 508.16525 133.10938Q508.58713 133.10938 508.83713 132.82812Q509.08713 132.53125 509.08713 132.03125L509.08713 131.60938Q509.08713 131.15625 508.83713 130.85938Q508.58713 130.54688 508.14963 130.54688Q507.71213 130.54688 507.46213 130.85938Q507.21213 131.15625 507.21213 131.625L507.21213 132.0625ZM510.55588 136.40625Q510.55588 135.64062 511.04025 135.15625Q511.54025 134.65625 512.3059 134.65625Q513.07153 134.65625 513.5559 135.15625Q514.0559 135.64062 514.0559 136.45312L514.0559 136.85938Q514.0559 137.625 513.57153 138.125Q513.08716 138.625 512.32153 138.625Q511.55588 138.625 511.05588 138.14062Q510.55588 137.64062 510.55588 136.82812L510.55588 136.40625ZM511.36838 136.85938Q511.36838 137.32812 511.61838 137.625Q511.884 137.92188 512.32153 137.92188Q512.7434 137.92188 512.9934 137.64062Q513.2434 137.34375 513.2434 136.84375L513.2434 136.40625Q513.2434 135.9375 512.9778 135.65625Q512.7278 135.35938 512.3059 135.35938Q511.884 135.35938 511.61838 135.65625Q511.36838 135.9375 511.36838 136.4375L511.36838 136.85938ZM508.41525 137.85938L507.79025 137.46875L511.96213 130.79688L512.57153 131.1875L508.41525 137.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M496.759 129.96875L496.759 130.875L496.55588 130.875Q495.29025 130.90625 494.54025 131.64062Q493.79025 132.35938 493.66525 133.67188Q494.35275 132.90625 495.509 132.90625Q496.61838 132.90625 497.29025 133.6875Q497.96213 134.46875 497.96213 135.71875Q497.96213 137.03125 497.24338 137.82812Q496.52463 138.625 495.30588 138.625Q494.08713 138.625 493.3215 137.6875Q492.5715 136.73438 492.5715 135.25L492.5715 134.84375Q492.5715 132.48438 493.5715 131.23438Q494.5715 129.98438 496.55588 129.96875L496.759 129.96875ZM495.33713 133.8125Q494.77463 133.8125 494.30588 134.14062Q493.83713 134.46875 493.64963 134.98438L493.64963 135.375Q493.64963 136.4375 494.11838 137.07812Q494.60275 137.71875 495.30588 137.71875Q496.04025 137.71875 496.46213 137.1875Q496.884 136.64062 496.884 135.76562Q496.884 134.89062 496.46213 134.35938Q496.04025 133.8125 495.33713 133.8125ZM501.0715 133.70312L501.884 133.70312Q502.66525 133.6875 503.10275 133.29688Q503.54025 132.90625 503.54025 132.23438Q503.54025 130.73438 502.04025 130.73438Q501.33713 130.73438 500.91525 131.14062Q500.509 131.54688 500.509 132.20312L499.41525 132.20312Q499.41525 131.1875 500.14963 130.51562Q500.89963 129.84375 502.04025 129.84375Q503.24338 129.84375 503.93088 130.48438Q504.61838 131.125 504.61838 132.26562Q504.61838 132.82812 504.259 133.34375Q503.89963 133.85938 503.27463 134.125Q503.97775 134.34375 504.35275 134.85938Q504.74338 135.375 504.74338 136.125Q504.74338 137.26562 503.99338 137.95312Q503.24338 138.625 502.04025 138.625Q500.85275 138.625 500.08713 137.96875Q499.33713 137.3125 499.33713 136.25L500.43088 136.25Q500.43088 136.92188 500.86838 137.32812Q501.30588 137.73438 502.05588 137.73438Q502.83713 137.73438 503.24338 137.32812Q503.66525 136.90625 503.66525 136.14062Q503.66525 135.40625 503.21213 135.01562Q502.759 134.60938 501.884 134.59375L501.0715 134.59375L501.0715 133.70312ZM506.39963 131.60938Q506.39963 130.84375 506.884 130.34375Q507.384 129.84375 508.14963 129.84375Q508.93088 129.84375 509.41525 130.34375Q509.89963 130.84375 509.89963 131.64062L509.89963 132.0625Q509.89963 132.82812 509.39963 133.32812Q508.91525 133.8125 508.16525 133.8125Q507.39963 133.8125 506.89963 133.32812Q506.39963 132.82812 506.39963 132.01562L506.39963 131.60938ZM507.21213 132.0625Q507.21213 132.51562 507.46213 132.8125Q507.72775 133.10938 508.16525 133.10938Q508.58713 133.10938 508.83713 132.82812Q509.08713 132.53125 509.08713 132.03125L509.08713 131.60938Q509.08713 131.15625 508.83713 130.85938Q508.58713 130.54688 508.14963 130.54688Q507.71213 130.54688 507.46213 130.85938Q507.21213 131.15625 507.21213 131.625L507.21213 132.0625ZM510.55588 136.40625Q510.55588 135.64062 511.04025 135.15625Q511.54025 134.65625 512.3059 134.65625Q513.07153 134.65625 513.5559 135.15625Q514.0559 135.64062 514.0559 136.45312L514.0559 136.85938Q514.0559 137.625 513.57153 138.125Q513.08716 138.625 512.32153 138.625Q511.55588 138.625 511.05588 138.14062Q510.55588 137.64062 510.55588 136.82812L510.55588 136.40625ZM511.36838 136.85938Q511.36838 137.32812 511.61838 137.625Q511.884 137.92188 512.32153 137.92188Q512.7434 137.92188 512.9934 137.64062Q513.2434 137.34375 513.2434 136.84375L513.2434 136.40625Q513.2434 135.9375 512.9778 135.65625Q512.7278 135.35938 512.3059 135.35938Q511.884 135.35938 511.61838 135.65625Q511.36838 135.9375 511.36838 136.4375L511.36838 136.85938ZM508.41525 137.85938L507.79025 137.46875L511.96213 130.79688L512.57153 131.1875L508.41525 137.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M433.98807 190.21875L434.42557 185.96875L438.80057 185.96875L438.80057 186.96875L435.34744 186.96875L435.08182 189.29688Q435.72244 188.92188 436.51932 188.92188Q437.67557 188.92188 438.36307 189.70312Q439.05057 190.46875 439.05057 191.78125Q439.05057 193.09375 438.33182 193.85938Q437.6287 194.625 436.34744 194.625Q435.22244 194.625 434.5037 194.0Q433.78494 193.35938 433.6912 192.25L434.70682 192.25Q434.8162 192.98438 435.23807 193.35938Q435.65994 193.73438 436.34744 193.73438Q437.09744 193.73438 437.53494 193.21875Q437.97244 192.70312 437.97244 191.79688Q437.97244 190.9375 437.5037 190.42188Q437.03494 189.90625 436.2537 189.90625Q435.55057 189.90625 435.14432 190.20312L434.86307 190.4375L433.98807 190.21875ZM446.08182 194.5L440.48807 194.5L440.48807 193.71875L443.4412 190.4375Q444.09744 189.6875 444.34744 189.23438Q444.59744 188.76562 444.59744 188.26562Q444.59744 187.59375 444.1912 187.17188Q443.80057 186.73438 443.11307 186.73438Q442.3162 186.73438 441.86307 187.20312Q441.40994 187.65625 441.40994 188.48438L440.33182 188.48438Q440.33182 187.29688 441.08182 186.57812Q441.84744 185.84375 443.11307 185.84375Q444.3162 185.84375 445.0037 186.46875Q445.6912 187.09375 445.6912 188.14062Q445.6912 189.39062 444.08182 191.14062L441.80057 193.60938L446.08182 193.60938L446.08182 194.5ZM447.39432 187.60938Q447.39432 186.84375 447.8787 186.34375Q448.3787 185.84375 449.14432 185.84375Q449.92557 185.84375 450.40994 186.34375Q450.89432 186.84375 450.89432 187.64062L450.89432 188.0625Q450.89432 188.82812 450.39432 189.32812Q449.90994 189.8125 449.15994 189.8125Q448.39432 189.8125 447.89432 189.32812Q447.39432 188.82812 447.39432 188.01562L447.39432 187.60938ZM448.20682 188.0625Q448.20682 188.51562 448.45682 188.8125Q448.72244 189.10938 449.15994 189.10938Q449.58182 189.10938 449.83182 188.82812Q450.08182 188.53125 450.08182 188.03125L450.08182 187.60938Q450.08182 187.15625 449.83182 186.85938Q449.58182 186.54688 449.14432 186.54688Q448.70682 186.54688 448.45682 186.85938Q448.20682 187.15625 448.20682 187.625L448.20682 188.0625ZM451.55057 192.40625Q451.55057 191.64062 452.03494 191.15625Q452.53494 190.65625 453.30057 190.65625Q454.0662 190.65625 454.55057 191.15625Q455.05057 191.64062 455.05057 192.45312L455.05057 192.85938Q455.05057 193.625 454.5662 194.125Q454.08182 194.625 453.3162 194.625Q452.55057 194.625 452.05057 194.14062Q451.55057 193.64062 451.55057 192.82812L451.55057 192.40625ZM452.36307 192.85938Q452.36307 193.32812 452.61307 193.625Q452.8787 193.92188 453.3162 193.92188Q453.73807 193.92188 453.98807 193.64062Q454.23807 193.34375 454.23807 192.84375L454.23807 192.40625Q454.23807 191.9375 453.97244 191.65625Q453.72244 191.35938 453.30057 191.35938Q452.8787 191.35938 452.61307 191.65625Q452.36307 191.9375 452.36307 192.4375L452.36307 192.85938ZM449.40994 193.85938L448.78494 193.46875L452.95682 186.79688L453.5662 187.1875L449.40994 193.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M433.98807 190.21875L434.42557 185.96875L438.80057 185.96875L438.80057 186.96875L435.34744 186.96875L435.08182 189.29688Q435.72244 188.92188 436.51932 188.92188Q437.67557 188.92188 438.36307 189.70312Q439.05057 190.46875 439.05057 191.78125Q439.05057 193.09375 438.33182 193.85938Q437.6287 194.625 436.34744 194.625Q435.22244 194.625 434.5037 194.0Q433.78494 193.35938 433.6912 192.25L434.70682 192.25Q434.8162 192.98438 435.23807 193.35938Q435.65994 193.73438 436.34744 193.73438Q437.09744 193.73438 437.53494 193.21875Q437.97244 192.70312 437.97244 191.79688Q437.97244 190.9375 437.5037 190.42188Q437.03494 189.90625 436.2537 189.90625Q435.55057 189.90625 435.14432 190.20312L434.86307 190.4375L433.98807 190.21875ZM446.08182 194.5L440.48807 194.5L440.48807 193.71875L443.4412 190.4375Q444.09744 189.6875 444.34744 189.23438Q444.59744 188.76562 444.59744 188.26562Q444.59744 187.59375 444.1912 187.17188Q443.80057 186.73438 443.11307 186.73438Q442.3162 186.73438 441.86307 187.20312Q441.40994 187.65625 441.40994 188.48438L440.33182 188.48438Q440.33182 187.29688 441.08182 186.57812Q441.84744 185.84375 443.11307 185.84375Q444.3162 185.84375 445.0037 186.46875Q445.6912 187.09375 445.6912 188.14062Q445.6912 189.39062 444.08182 191.14062L441.80057 193.60938L446.08182 193.60938L446.08182 194.5ZM447.39432 187.60938Q447.39432 186.84375 447.8787 186.34375Q448.3787 185.84375 449.14432 185.84375Q449.92557 185.84375 450.40994 186.34375Q450.89432 186.84375 450.89432 187.64062L450.89432 188.0625Q450.89432 188.82812 450.39432 189.32812Q449.90994 189.8125 449.15994 189.8125Q448.39432 189.8125 447.89432 189.32812Q447.39432 188.82812 447.39432 188.01562L447.39432 187.60938ZM448.20682 188.0625Q448.20682 188.51562 448.45682 188.8125Q448.72244 189.10938 449.15994 189.10938Q449.58182 189.10938 449.83182 188.82812Q450.08182 188.53125 450.08182 188.03125L450.08182 187.60938Q450.08182 187.15625 449.83182 186.85938Q449.58182 186.54688 449.14432 186.54688Q448.70682 186.54688 448.45682 186.85938Q448.20682 187.15625 448.20682 187.625L448.20682 188.0625ZM451.55057 192.40625Q451.55057 191.64062 452.03494 191.15625Q452.53494 190.65625 453.30057 190.65625Q454.0662 190.65625 454.55057 191.15625Q455.05057 191.64062 455.05057 192.45312L455.05057 192.85938Q455.05057 193.625 454.5662 194.125Q454.08182 194.625 453.3162 194.625Q452.55057 194.625 452.05057 194.14062Q451.55057 193.64062 451.55057 192.82812L451.55057 192.40625ZM452.36307 192.85938Q452.36307 193.32812 452.61307 193.625Q452.8787 193.92188 453.3162 193.92188Q453.73807 193.92188 453.98807 193.64062Q454.23807 193.34375 454.23807 192.84375L454.23807 192.40625Q454.23807 191.9375 453.97244 191.65625Q453.72244 191.35938 453.30057 191.35938Q452.8787 191.35938 452.61307 191.65625Q452.36307 191.9375 452.36307 192.4375L452.36307 192.85938ZM449.40994 193.85938L448.78494 193.46875L452.95682 186.79688L453.5662 187.1875L449.40994 193.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M395.15326 246.64062L396.34076 246.64062L396.34076 247.51562L395.15326 247.51562L395.15326 249.5L394.07513 249.5L394.07513 247.51562L390.1845 247.51562L390.1845 246.875L393.997 240.96875L395.15326 240.96875L395.15326 246.64062ZM391.41888 246.64062L394.07513 246.64062L394.07513 242.45312L393.9345 242.6875L391.41888 246.64062ZM402.15326 246.64062L403.34076 246.64062L403.34076 247.51562L402.15326 247.51562L402.15326 249.5L401.07513 249.5L401.07513 247.51562L397.1845 247.51562L397.1845 246.875L400.997 240.96875L402.15326 240.96875L402.15326 246.64062ZM398.41888 246.64062L401.07513 246.64062L401.07513 242.45312L400.9345 242.6875L398.41888 246.64062ZM404.48138 242.60938Q404.48138 241.84375 404.96576 241.34375Q405.46576 240.84375 406.23138 240.84375Q407.01263 240.84375 407.497 241.34375Q407.98138 241.84375 407.98138 242.64062L407.98138 243.0625Q407.98138 243.82812 407.48138 244.32812Q406.997 244.8125 406.247 244.8125Q405.48138 244.8125 404.98138 244.32812Q404.48138 243.82812 404.48138 243.01562L404.48138 242.60938ZM405.29388 243.0625Q405.29388 243.51562 405.54388 243.8125Q405.8095 244.10938 406.247 244.10938Q406.66888 244.10938 406.91888 243.82812Q407.16888 243.53125 407.16888 243.03125L407.16888 242.60938Q407.16888 242.15625 406.91888 241.85938Q406.66888 241.54688 406.23138 241.54688Q405.79388 241.54688 405.54388 241.85938Q405.29388 242.15625 405.29388 242.625L405.29388 243.0625ZM408.63763 247.40625Q408.63763 246.64062 409.122 246.15625Q409.622 245.65625 410.38763 245.65625Q411.15326 245.65625 411.63763 246.15625Q412.13763 246.64062 412.13763 247.45312L412.13763 247.85938Q412.13763 248.625 411.65326 249.125Q411.16888 249.625 410.40326 249.625Q409.63763 249.625 409.13763 249.14062Q408.63763 248.64062 408.63763 247.82812L408.63763 247.40625ZM409.45013 247.85938Q409.45013 248.32812 409.70013 248.625Q409.96576 248.92188 410.40326 248.92188Q410.82513 248.92188 411.07513 248.64062Q411.32513 248.34375 411.32513 247.84375L411.32513 247.40625Q411.32513 246.9375 411.0595 246.65625Q410.8095 246.35938 410.38763 246.35938Q409.96576 246.35938 409.70013 246.65625Q409.45013 246.9375 409.45013 247.4375L409.45013 247.85938ZM406.497 248.85938L405.872 248.46875L410.04388 241.79688L410.65326 242.1875L406.497 248.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M395.15326 246.64062L396.34076 246.64062L396.34076 247.51562L395.15326 247.51562L395.15326 249.5L394.07513 249.5L394.07513 247.51562L390.1845 247.51562L390.1845 246.875L393.997 240.96875L395.15326 240.96875L395.15326 246.64062ZM391.41888 246.64062L394.07513 246.64062L394.07513 242.45312L393.9345 242.6875L391.41888 246.64062ZM402.15326 246.64062L403.34076 246.64062L403.34076 247.51562L402.15326 247.51562L402.15326 249.5L401.07513 249.5L401.07513 247.51562L397.1845 247.51562L397.1845 246.875L400.997 240.96875L402.15326 240.96875L402.15326 246.64062ZM398.41888 246.64062L401.07513 246.64062L401.07513 242.45312L400.9345 242.6875L398.41888 246.64062ZM404.48138 242.60938Q404.48138 241.84375 404.96576 241.34375Q405.46576 240.84375 406.23138 240.84375Q407.01263 240.84375 407.497 241.34375Q407.98138 241.84375 407.98138 242.64062L407.98138 243.0625Q407.98138 243.82812 407.48138 244.32812Q406.997 244.8125 406.247 244.8125Q405.48138 244.8125 404.98138 244.32812Q404.48138 243.82812 404.48138 243.01562L404.48138 242.60938ZM405.29388 243.0625Q405.29388 243.51562 405.54388 243.8125Q405.8095 244.10938 406.247 244.10938Q406.66888 244.10938 406.91888 243.82812Q407.16888 243.53125 407.16888 243.03125L407.16888 242.60938Q407.16888 242.15625 406.91888 241.85938Q406.66888 241.54688 406.23138 241.54688Q405.79388 241.54688 405.54388 241.85938Q405.29388 242.15625 405.29388 242.625L405.29388 243.0625ZM408.63763 247.40625Q408.63763 246.64062 409.122 246.15625Q409.622 245.65625 410.38763 245.65625Q411.15326 245.65625 411.63763 246.15625Q412.13763 246.64062 412.13763 247.45312L412.13763 247.85938Q412.13763 248.625 411.65326 249.125Q411.16888 249.625 410.40326 249.625Q409.63763 249.625 409.13763 249.14062Q408.63763 248.64062 408.63763 247.82812L408.63763 247.40625ZM409.45013 247.85938Q409.45013 248.32812 409.70013 248.625Q409.96576 248.92188 410.40326 248.92188Q410.82513 248.92188 411.07513 248.64062Q411.32513 248.34375 411.32513 247.84375L411.32513 247.40625Q411.32513 246.9375 411.0595 246.65625Q410.8095 246.35938 410.38763 246.35938Q409.96576 246.35938 409.70013 246.65625Q409.45013 246.9375 409.45013 247.4375L409.45013 247.85938ZM406.497 248.85938L405.872 248.46875L410.04388 241.79688L410.65326 242.1875L406.497 248.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M322.4197 300.70312L323.2322 300.70312Q324.01346 300.6875 324.45096 300.29688Q324.88846 299.90625 324.88846 299.23438Q324.88846 297.73438 323.38846 297.73438Q322.68533 297.73438 322.26346 298.14062Q321.8572 298.54688 321.8572 299.20312L320.76346 299.20312Q320.76346 298.1875 321.49783 297.51562Q322.24783 296.84375 323.38846 296.84375Q324.59158 296.84375 325.27908 297.48438Q325.96658 298.125 325.96658 299.26562Q325.96658 299.82812 325.6072 300.34375Q325.24783 300.85938 324.62283 301.125Q325.32596 301.34375 325.70096 301.85938Q326.09158 302.375 326.09158 303.125Q326.09158 304.26562 325.34158 304.95312Q324.59158 305.625 323.38846 305.625Q322.20096 305.625 321.43533 304.96875Q320.68533 304.3125 320.68533 303.25L321.77908 303.25Q321.77908 303.92188 322.21658 304.32812Q322.65408 304.73438 323.40408 304.73438Q324.18533 304.73438 324.59158 304.32812Q325.01346 303.90625 325.01346 303.14062Q325.01346 302.40625 324.56033 302.01562Q324.1072 301.60938 323.2322 301.59375L322.4197 301.59375L322.4197 300.70312ZM331.40408 305.5L330.32596 305.5L330.32596 298.28125L328.13846 299.07812L328.13846 298.09375L331.24783 296.92188L331.40408 296.92188L331.40408 305.5ZM334.74783 298.60938Q334.74783 297.84375 335.2322 297.34375Q335.7322 296.84375 336.49783 296.84375Q337.27908 296.84375 337.76346 297.34375Q338.24783 297.84375 338.24783 298.64062L338.24783 299.0625Q338.24783 299.82812 337.74783 300.32812Q337.26346 300.8125 336.51346 300.8125Q335.74783 300.8125 335.24783 300.32812Q334.74783 299.82812 334.74783 299.01562L334.74783 298.60938ZM335.56033 299.0625Q335.56033 299.51562 335.81033 299.8125Q336.07596 300.10938 336.51346 300.10938Q336.93533 300.10938 337.18533 299.82812Q337.43533 299.53125 337.43533 299.03125L337.43533 298.60938Q337.43533 298.15625 337.18533 297.85938Q336.93533 297.54688 336.49783 297.54688Q336.06033 297.54688 335.81033 297.85938Q335.56033 298.15625 335.56033 298.625L335.56033 299.0625ZM338.90408 303.40625Q338.90408 302.64062 339.38846 302.15625Q339.88846 301.65625 340.65408 301.65625Q341.4197 301.65625 341.90408 302.15625Q342.40408 302.64062 342.40408 303.45312L342.40408 303.85938Q342.40408 304.625 341.9197 305.125Q341.43533 305.625 340.6697 305.625Q339.90408 305.625 339.40408 305.14062Q338.90408 304.64062 338.90408 303.82812L338.90408 303.40625ZM339.71658 303.85938Q339.71658 304.32812 339.96658 304.625Q340.2322 304.92188 340.6697 304.92188Q341.09158 304.92188 341.34158 304.64062Q341.59158 304.34375 341.59158 303.84375L341.59158 303.40625Q341.59158 302.9375 341.32596 302.65625Q341.07596 302.35938 340.65408 302.35938Q340.2322 302.35938 339.96658 302.65625Q339.71658 302.9375 339.71658 303.4375L339.71658 303.85938ZM336.76346 304.85938L336.13846 304.46875L340.31033 297.79688L340.9197 298.1875L336.76346 304.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M322.4197 300.70312L323.2322 300.70312Q324.01346 300.6875 324.45096 300.29688Q324.88846 299.90625 324.88846 299.23438Q324.88846 297.73438 323.38846 297.73438Q322.68533 297.73438 322.26346 298.14062Q321.8572 298.54688 321.8572 299.20312L320.76346 299.20312Q320.76346 298.1875 321.49783 297.51562Q322.24783 296.84375 323.38846 296.84375Q324.59158 296.84375 325.27908 297.48438Q325.96658 298.125 325.96658 299.26562Q325.96658 299.82812 325.6072 300.34375Q325.24783 300.85938 324.62283 301.125Q325.32596 301.34375 325.70096 301.85938Q326.09158 302.375 326.09158 303.125Q326.09158 304.26562 325.34158 304.95312Q324.59158 305.625 323.38846 305.625Q322.20096 305.625 321.43533 304.96875Q320.68533 304.3125 320.68533 303.25L321.77908 303.25Q321.77908 303.92188 322.21658 304.32812Q322.65408 304.73438 323.40408 304.73438Q324.18533 304.73438 324.59158 304.32812Q325.01346 303.90625 325.01346 303.14062Q325.01346 302.40625 324.56033 302.01562Q324.1072 301.60938 323.2322 301.59375L322.4197 301.59375L322.4197 300.70312ZM331.40408 305.5L330.32596 305.5L330.32596 298.28125L328.13846 299.07812L328.13846 298.09375L331.24783 296.92188L331.40408 296.92188L331.40408 305.5ZM334.74783 298.60938Q334.74783 297.84375 335.2322 297.34375Q335.7322 296.84375 336.49783 296.84375Q337.27908 296.84375 337.76346 297.34375Q338.24783 297.84375 338.24783 298.64062L338.24783 299.0625Q338.24783 299.82812 337.74783 300.32812Q337.26346 300.8125 336.51346 300.8125Q335.74783 300.8125 335.24783 300.32812Q334.74783 299.82812 334.74783 299.01562L334.74783 298.60938ZM335.56033 299.0625Q335.56033 299.51562 335.81033 299.8125Q336.07596 300.10938 336.51346 300.10938Q336.93533 300.10938 337.18533 299.82812Q337.43533 299.53125 337.43533 299.03125L337.43533 298.60938Q337.43533 298.15625 337.18533 297.85938Q336.93533 297.54688 336.49783 297.54688Q336.06033 297.54688 335.81033 297.85938Q335.56033 298.15625 335.56033 298.625L335.56033 299.0625ZM338.90408 303.40625Q338.90408 302.64062 339.38846 302.15625Q339.88846 301.65625 340.65408 301.65625Q341.4197 301.65625 341.90408 302.15625Q342.40408 302.64062 342.40408 303.45312L342.40408 303.85938Q342.40408 304.625 341.9197 305.125Q341.43533 305.625 340.6697 305.625Q339.90408 305.625 339.40408 305.14062Q338.90408 304.64062 338.90408 303.82812L338.90408 303.40625ZM339.71658 303.85938Q339.71658 304.32812 339.96658 304.625Q340.2322 304.92188 340.6697 304.92188Q341.09158 304.92188 341.34158 304.64062Q341.59158 304.34375 341.59158 303.84375L341.59158 303.40625Q341.59158 302.9375 341.32596 302.65625Q341.07596 302.35938 340.65408 302.35938Q340.2322 302.35938 339.96658 302.65625Q339.71658 302.9375 339.71658 303.4375L339.71658 303.85938ZM336.76346 304.85938L336.13846 304.46875L340.31033 297.79688L340.9197 298.1875L336.76346 304.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M338.5121 355.70312L339.3246 355.70312Q340.10583 355.6875 340.54333 355.29688Q340.98083 354.90625 340.98083 354.23438Q340.98083 352.73438 339.48083 352.73438Q338.7777 352.73438 338.35583 353.14062Q337.9496 353.54688 337.9496 354.20312L336.85583 354.20312Q336.85583 353.1875 337.5902 352.51562Q338.3402 351.84375 339.48083 351.84375Q340.68396 351.84375 341.37146 352.48438Q342.05896 353.125 342.05896 354.26562Q342.05896 354.82812 341.6996 355.34375Q341.3402 355.85938 340.7152 356.125Q341.41833 356.34375 341.79333 356.85938Q342.18396 357.375 342.18396 358.125Q342.18396 359.26562 341.43396 359.95312Q340.68396 360.625 339.48083 360.625Q338.29333 360.625 337.5277 359.96875Q336.7777 359.3125 336.7777 358.25L337.87146 358.25Q337.87146 358.92188 338.30896 359.32812Q338.74646 359.73438 339.49646 359.73438Q340.2777 359.73438 340.68396 359.32812Q341.10583 358.90625 341.10583 358.14062Q341.10583 357.40625 340.6527 357.01562Q340.1996 356.60938 339.3246 356.59375L338.5121 356.59375L338.5121 355.70312ZM348.5121 357.64062L349.6996 357.64062L349.6996 358.51562L348.5121 358.51562L348.5121 360.5L347.43396 360.5L347.43396 358.51562L343.54333 358.51562L343.54333 357.875L347.35583 351.96875L348.5121 351.96875L348.5121 357.64062ZM344.7777 357.64062L347.43396 357.64062L347.43396 353.45312L347.29333 353.6875L344.7777 357.64062ZM350.8402 353.60938Q350.8402 352.84375 351.3246 352.34375Q351.8246 351.84375 352.5902 351.84375Q353.37146 351.84375 353.85583 352.34375Q354.3402 352.84375 354.3402 353.64062L354.3402 354.0625Q354.3402 354.82812 353.8402 355.32812Q353.35583 355.8125 352.60583 355.8125Q351.8402 355.8125 351.3402 355.32812Q350.8402 354.82812 350.8402 354.01562L350.8402 353.60938ZM351.6527 354.0625Q351.6527 354.51562 351.9027 354.8125Q352.16833 355.10938 352.60583 355.10938Q353.0277 355.10938 353.2777 354.82812Q353.5277 354.53125 353.5277 354.03125L353.5277 353.60938Q353.5277 353.15625 353.2777 352.85938Q353.0277 352.54688 352.5902 352.54688Q352.1527 352.54688 351.9027 352.85938Q351.6527 353.15625 351.6527 353.625L351.6527 354.0625ZM354.99646 358.40625Q354.99646 357.64062 355.48083 357.15625Q355.98083 356.65625 356.74646 356.65625Q357.5121 356.65625 357.99646 357.15625Q358.49646 357.64062 358.49646 358.45312L358.49646 358.85938Q358.49646 359.625 358.0121 360.125Q357.5277 360.625 356.7621 360.625Q355.99646 360.625 355.49646 360.14062Q354.99646 359.64062 354.99646 358.82812L354.99646 358.40625ZM355.80896 358.85938Q355.80896 359.32812 356.05896 359.625Q356.3246 359.92188 356.7621 359.92188Q357.18396 359.92188 357.43396 359.64062Q357.68396 359.34375 357.68396 358.84375L357.68396 358.40625Q357.68396 357.9375 357.41833 357.65625Q357.16833 357.35938 356.74646 357.35938Q356.3246 357.35938 356.05896 357.65625Q355.80896 357.9375 355.80896 358.4375L355.80896 358.85938ZM352.85583 359.85938L352.23083 359.46875L356.4027 352.79688L357.0121 353.1875L352.85583 359.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M338.5121 355.70312L339.3246 355.70312Q340.10583 355.6875 340.54333 355.29688Q340.98083 354.90625 340.98083 354.23438Q340.98083 352.73438 339.48083 352.73438Q338.7777 352.73438 338.35583 353.14062Q337.9496 353.54688 337.9496 354.20312L336.85583 354.20312Q336.85583 353.1875 337.5902 352.51562Q338.3402 351.84375 339.48083 351.84375Q340.68396 351.84375 341.37146 352.48438Q342.05896 353.125 342.05896 354.26562Q342.05896 354.82812 341.6996 355.34375Q341.3402 355.85938 340.7152 356.125Q341.41833 356.34375 341.79333 356.85938Q342.18396 357.375 342.18396 358.125Q342.18396 359.26562 341.43396 359.95312Q340.68396 360.625 339.48083 360.625Q338.29333 360.625 337.5277 359.96875Q336.7777 359.3125 336.7777 358.25L337.87146 358.25Q337.87146 358.92188 338.30896 359.32812Q338.74646 359.73438 339.49646 359.73438Q340.2777 359.73438 340.68396 359.32812Q341.10583 358.90625 341.10583 358.14062Q341.10583 357.40625 340.6527 357.01562Q340.1996 356.60938 339.3246 356.59375L338.5121 356.59375L338.5121 355.70312ZM348.5121 357.64062L349.6996 357.64062L349.6996 358.51562L348.5121 358.51562L348.5121 360.5L347.43396 360.5L347.43396 358.51562L343.54333 358.51562L343.54333 357.875L347.35583 351.96875L348.5121 351.96875L348.5121 357.64062ZM344.7777 357.64062L347.43396 357.64062L347.43396 353.45312L347.29333 353.6875L344.7777 357.64062ZM350.8402 353.60938Q350.8402 352.84375 351.3246 352.34375Q351.8246 351.84375 352.5902 351.84375Q353.37146 351.84375 353.85583 352.34375Q354.3402 352.84375 354.3402 353.64062L354.3402 354.0625Q354.3402 354.82812 353.8402 355.32812Q353.35583 355.8125 352.60583 355.8125Q351.8402 355.8125 351.3402 355.32812Q350.8402 354.82812 350.8402 354.01562L350.8402 353.60938ZM351.6527 354.0625Q351.6527 354.51562 351.9027 354.8125Q352.16833 355.10938 352.60583 355.10938Q353.0277 355.10938 353.2777 354.82812Q353.5277 354.53125 353.5277 354.03125L353.5277 353.60938Q353.5277 353.15625 353.2777 352.85938Q353.0277 352.54688 352.5902 352.54688Q352.1527 352.54688 351.9027 352.85938Q351.6527 353.15625 351.6527 353.625L351.6527 354.0625ZM354.99646 358.40625Q354.99646 357.64062 355.48083 357.15625Q355.98083 356.65625 356.74646 356.65625Q357.5121 356.65625 357.99646 357.15625Q358.49646 357.64062 358.49646 358.45312L358.49646 358.85938Q358.49646 359.625 358.0121 360.125Q357.5277 360.625 356.7621 360.625Q355.99646 360.625 355.49646 360.14062Q354.99646 359.64062 354.99646 358.82812L354.99646 358.40625ZM355.80896 358.85938Q355.80896 359.32812 356.05896 359.625Q356.3246 359.92188 356.7621 359.92188Q357.18396 359.92188 357.43396 359.64062Q357.68396 359.34375 357.68396 358.84375L357.68396 358.40625Q357.68396 357.9375 357.41833 357.65625Q357.16833 357.35938 356.74646 357.35938Q356.3246 357.35938 356.05896 357.65625Q355.80896 357.9375 355.80896 358.4375L355.80896 358.85938ZM352.85583 359.85938L352.23083 359.46875L356.4027 352.79688L357.0121 353.1875L352.85583 359.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M365.33267 411.70312L366.14517 411.70312Q366.92642 411.6875 367.36392 411.29688Q367.80142 410.90625 367.80142 410.23438Q367.80142 408.73438 366.30142 408.73438Q365.5983 408.73438 365.17642 409.14062Q364.77017 409.54688 364.77017 410.20312L363.67642 410.20312Q363.67642 409.1875 364.4108 408.51562Q365.1608 407.84375 366.30142 407.84375Q367.50455 407.84375 368.19205 408.48438Q368.87955 409.125 368.87955 410.26562Q368.87955 410.82812 368.52017 411.34375Q368.1608 411.85938 367.5358 412.125Q368.23892 412.34375 368.61392 412.85938Q369.00455 413.375 369.00455 414.125Q369.00455 415.26562 368.25455 415.95312Q367.50455 416.625 366.30142 416.625Q365.11392 416.625 364.3483 415.96875Q363.5983 415.3125 363.5983 414.25L364.69205 414.25Q364.69205 414.92188 365.12955 415.32812Q365.56705 415.73438 366.31705 415.73438Q367.0983 415.73438 367.50455 415.32812Q367.92642 414.90625 367.92642 414.14062Q367.92642 413.40625 367.4733 413.01562Q367.02017 412.60938 366.14517 412.59375L365.33267 412.59375L365.33267 411.70312ZM374.9108 412.75Q374.58267 413.15625 374.0983 413.40625Q373.62955 413.64062 373.06705 413.64062Q372.33267 413.64062 371.7858 413.28125Q371.23892 412.92188 370.94205 412.26562Q370.64517 411.59375 370.64517 410.79688Q370.64517 409.95312 370.95767 409.26562Q371.2858 408.57812 371.87955 408.21875Q372.48892 407.84375 373.2858 407.84375Q374.55142 407.84375 375.27017 408.79688Q376.00455 409.75 376.00455 411.375L376.00455 411.6875Q376.00455 414.1875 375.02017 415.32812Q374.0358 416.46875 372.05142 416.5L371.83267 416.5L371.83267 415.59375L372.06705 415.59375Q373.4108 415.5625 374.12955 414.89062Q374.8483 414.21875 374.9108 412.75ZM373.23892 412.75Q373.7858 412.75 374.23892 412.42188Q374.70767 412.07812 374.92642 411.59375L374.92642 411.15625Q374.92642 410.09375 374.45767 409.42188Q373.98892 408.75 373.2858 408.75Q372.56705 408.75 372.12955 409.29688Q371.70767 409.84375 371.70767 410.75Q371.70767 411.625 372.11392 412.1875Q372.5358 412.75 373.23892 412.75ZM377.6608 409.60938Q377.6608 408.84375 378.14517 408.34375Q378.64517 407.84375 379.4108 407.84375Q380.19205 407.84375 380.67642 408.34375Q381.1608 408.84375 381.1608 409.64062L381.1608 410.0625Q381.1608 410.82812 380.6608 411.32812Q380.17642 411.8125 379.42642 411.8125Q378.6608 411.8125 378.1608 411.32812Q377.6608 410.82812 377.6608 410.01562L377.6608 409.60938ZM378.4733 410.0625Q378.4733 410.51562 378.7233 410.8125Q378.98892 411.10938 379.42642 411.10938Q379.8483 411.10938 380.0983 410.82812Q380.3483 410.53125 380.3483 410.03125L380.3483 409.60938Q380.3483 409.15625 380.0983 408.85938Q379.8483 408.54688 379.4108 408.54688Q378.9733 408.54688 378.7233 408.85938Q378.4733 409.15625 378.4733 409.625L378.4733 410.0625ZM381.81705 414.40625Q381.81705 413.64062 382.30142 413.15625Q382.80142 412.65625 383.56705 412.65625Q384.33267 412.65625 384.81705 413.15625Q385.31705 413.64062 385.31705 414.45312L385.31705 414.85938Q385.31705 415.625 384.83267 416.125Q384.3483 416.625 383.58267 416.625Q382.81705 416.625 382.31705 416.14062Q381.81705 415.64062 381.81705 414.82812L381.81705 414.40625ZM382.62955 414.85938Q382.62955 415.32812 382.87955 415.625Q383.14517 415.92188 383.58267 415.92188Q384.00455 415.92188 384.25455 415.64062Q384.50455 415.34375 384.50455 414.84375L384.50455 414.40625Q384.50455 413.9375 384.23892 413.65625Q383.98892 413.35938 383.56705 413.35938Q383.14517 413.35938 382.87955 413.65625Q382.62955 413.9375 382.62955 414.4375L382.62955 414.85938ZM379.67642 415.85938L379.05142 415.46875L383.2233 408.79688L383.83267 409.1875L379.67642 415.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M365.33267 411.70312L366.14517 411.70312Q366.92642 411.6875 367.36392 411.29688Q367.80142 410.90625 367.80142 410.23438Q367.80142 408.73438 366.30142 408.73438Q365.5983 408.73438 365.17642 409.14062Q364.77017 409.54688 364.77017 410.20312L363.67642 410.20312Q363.67642 409.1875 364.4108 408.51562Q365.1608 407.84375 366.30142 407.84375Q367.50455 407.84375 368.19205 408.48438Q368.87955 409.125 368.87955 410.26562Q368.87955 410.82812 368.52017 411.34375Q368.1608 411.85938 367.5358 412.125Q368.23892 412.34375 368.61392 412.85938Q369.00455 413.375 369.00455 414.125Q369.00455 415.26562 368.25455 415.95312Q367.50455 416.625 366.30142 416.625Q365.11392 416.625 364.3483 415.96875Q363.5983 415.3125 363.5983 414.25L364.69205 414.25Q364.69205 414.92188 365.12955 415.32812Q365.56705 415.73438 366.31705 415.73438Q367.0983 415.73438 367.50455 415.32812Q367.92642 414.90625 367.92642 414.14062Q367.92642 413.40625 367.4733 413.01562Q367.02017 412.60938 366.14517 412.59375L365.33267 412.59375L365.33267 411.70312ZM374.9108 412.75Q374.58267 413.15625 374.0983 413.40625Q373.62955 413.64062 373.06705 413.64062Q372.33267 413.64062 371.7858 413.28125Q371.23892 412.92188 370.94205 412.26562Q370.64517 411.59375 370.64517 410.79688Q370.64517 409.95312 370.95767 409.26562Q371.2858 408.57812 371.87955 408.21875Q372.48892 407.84375 373.2858 407.84375Q374.55142 407.84375 375.27017 408.79688Q376.00455 409.75 376.00455 411.375L376.00455 411.6875Q376.00455 414.1875 375.02017 415.32812Q374.0358 416.46875 372.05142 416.5L371.83267 416.5L371.83267 415.59375L372.06705 415.59375Q373.4108 415.5625 374.12955 414.89062Q374.8483 414.21875 374.9108 412.75ZM373.23892 412.75Q373.7858 412.75 374.23892 412.42188Q374.70767 412.07812 374.92642 411.59375L374.92642 411.15625Q374.92642 410.09375 374.45767 409.42188Q373.98892 408.75 373.2858 408.75Q372.56705 408.75 372.12955 409.29688Q371.70767 409.84375 371.70767 410.75Q371.70767 411.625 372.11392 412.1875Q372.5358 412.75 373.23892 412.75ZM377.6608 409.60938Q377.6608 408.84375 378.14517 408.34375Q378.64517 407.84375 379.4108 407.84375Q380.19205 407.84375 380.67642 408.34375Q381.1608 408.84375 381.1608 409.64062L381.1608 410.0625Q381.1608 410.82812 380.6608 411.32812Q380.17642 411.8125 379.42642 411.8125Q378.6608 411.8125 378.1608 411.32812Q377.6608 410.82812 377.6608 410.01562L377.6608 409.60938ZM378.4733 410.0625Q378.4733 410.51562 378.7233 410.8125Q378.98892 411.10938 379.42642 411.10938Q379.8483 411.10938 380.0983 410.82812Q380.3483 410.53125 380.3483 410.03125L380.3483 409.60938Q380.3483 409.15625 380.0983 408.85938Q379.8483 408.54688 379.4108 408.54688Q378.9733 408.54688 378.7233 408.85938Q378.4733 409.15625 378.4733 409.625L378.4733 410.0625ZM381.81705 414.40625Q381.81705 413.64062 382.30142 413.15625Q382.80142 412.65625 383.56705 412.65625Q384.33267 412.65625 384.81705 413.15625Q385.31705 413.64062 385.31705 414.45312L385.31705 414.85938Q385.31705 415.625 384.83267 416.125Q384.3483 416.625 383.58267 416.625Q382.81705 416.625 382.31705 416.14062Q381.81705 415.64062 381.81705 414.82812L381.81705 414.40625ZM382.62955 414.85938Q382.62955 415.32812 382.87955 415.625Q383.14517 415.92188 383.58267 415.92188Q384.00455 415.92188 384.25455 415.64062Q384.50455 415.34375 384.50455 414.84375L384.50455 414.40625Q384.50455 413.9375 384.23892 413.65625Q383.98892 413.35938 383.56705 413.35938Q383.14517 413.35938 382.87955 413.65625Q382.62955 413.9375 382.62955 414.4375L382.62955 414.85938ZM379.67642 415.85938L379.05142 415.46875L383.2233 408.79688L383.83267 409.1875L379.67642 415.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M180.58853 635.6406L181.77603 635.6406L181.77603 636.5156L180.58853 636.5156L180.58853 638.5L179.5104 638.5L179.5104 636.5156L175.61978 636.5156L175.61978 635.875L179.43228 629.96875L180.58853 629.96875L180.58853 635.6406ZM176.85416 635.6406L179.5104 635.6406L179.5104 631.4531L179.36978 631.6875L176.85416 635.6406ZM182.91666 631.6094Q182.91666 630.84375 183.40103 630.34375Q183.90103 629.84375 184.66666 629.84375Q185.4479 629.84375 185.93228 630.34375Q186.41666 630.84375 186.41666 631.6406L186.41666 632.0625Q186.41666 632.8281 185.91666 633.3281Q185.43228 633.8125 184.68228 633.8125Q183.91666 633.8125 183.41666 633.3281Q182.91666 632.8281 182.91666 632.0156L182.91666 631.6094ZM183.72916 632.0625Q183.72916 632.5156 183.97916 632.8125Q184.24478 633.1094 184.68228 633.1094Q185.10416 633.1094 185.35416 632.8281Q185.60416 632.53125 185.60416 632.03125L185.60416 631.6094Q185.60416 631.15625 185.35416 630.8594Q185.10416 630.5469 184.66666 630.5469Q184.22916 630.5469 183.97916 630.8594Q183.72916 631.15625 183.72916 631.625L183.72916 632.0625ZM187.0729 636.40625Q187.0729 635.6406 187.55728 635.15625Q188.05728 634.65625 188.8229 634.65625Q189.58853 634.65625 190.0729 635.15625Q190.5729 635.6406 190.5729 636.4531L190.5729 636.8594Q190.5729 637.625 190.08853 638.125Q189.60416 638.625 188.83853 638.625Q188.0729 638.625 187.5729 638.1406Q187.0729 637.6406 187.0729 636.8281L187.0729 636.40625ZM187.8854 636.8594Q187.8854 637.3281 188.1354 637.625Q188.40103 637.9219 188.83853 637.9219Q189.2604 637.9219 189.5104 637.6406Q189.7604 637.34375 189.7604 636.84375L189.7604 636.40625Q189.7604 635.9375 189.49478 635.65625Q189.24478 635.3594 188.8229 635.3594Q188.40103 635.3594 188.1354 635.65625Q187.8854 635.9375 187.8854 636.4375L187.8854 636.8594ZM184.93228 637.8594L184.30728 637.46875L188.47916 630.7969L189.08853 631.1875L184.93228 637.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M180.58853 635.6406L181.77603 635.6406L181.77603 636.5156L180.58853 636.5156L180.58853 638.5L179.5104 638.5L179.5104 636.5156L175.61978 636.5156L175.61978 635.875L179.43228 629.96875L180.58853 629.96875L180.58853 635.6406ZM176.85416 635.6406L179.5104 635.6406L179.5104 631.4531L179.36978 631.6875L176.85416 635.6406ZM182.91666 631.6094Q182.91666 630.84375 183.40103 630.34375Q183.90103 629.84375 184.66666 629.84375Q185.4479 629.84375 185.93228 630.34375Q186.41666 630.84375 186.41666 631.6406L186.41666 632.0625Q186.41666 632.8281 185.91666 633.3281Q185.43228 633.8125 184.68228 633.8125Q183.91666 633.8125 183.41666 633.3281Q182.91666 632.8281 182.91666 632.0156L182.91666 631.6094ZM183.72916 632.0625Q183.72916 632.5156 183.97916 632.8125Q184.24478 633.1094 184.68228 633.1094Q185.10416 633.1094 185.35416 632.8281Q185.60416 632.53125 185.60416 632.03125L185.60416 631.6094Q185.60416 631.15625 185.35416 630.8594Q185.10416 630.5469 184.66666 630.5469Q184.22916 630.5469 183.97916 630.8594Q183.72916 631.15625 183.72916 631.625L183.72916 632.0625ZM187.0729 636.40625Q187.0729 635.6406 187.55728 635.15625Q188.05728 634.65625 188.8229 634.65625Q189.58853 634.65625 190.0729 635.15625Q190.5729 635.6406 190.5729 636.4531L190.5729 636.8594Q190.5729 637.625 190.08853 638.125Q189.60416 638.625 188.83853 638.625Q188.0729 638.625 187.5729 638.1406Q187.0729 637.6406 187.0729 636.8281L187.0729 636.40625ZM187.8854 636.8594Q187.8854 637.3281 188.1354 637.625Q188.40103 637.9219 188.83853 637.9219Q189.2604 637.9219 189.5104 637.6406Q189.7604 637.34375 189.7604 636.84375L189.7604 636.40625Q189.7604 635.9375 189.49478 635.65625Q189.24478 635.3594 188.8229 635.3594Q188.40103 635.3594 188.1354 635.65625Q187.8854 635.9375 187.8854 636.4375L187.8854 636.8594ZM184.93228 637.8594L184.30728 637.46875L188.47916 630.7969L189.08853 631.1875L184.93228 637.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M172.22441 689.7031L173.03691 689.7031Q173.81816 689.6875 174.25566 689.2969Q174.69316 688.90625 174.69316 688.2344Q174.69316 686.7344 173.19316 686.7344Q172.49004 686.7344 172.06816 687.1406Q171.66191 687.5469 171.66191 688.2031L170.56816 688.2031Q170.56816 687.1875 171.30254 686.5156Q172.05254 685.84375 173.19316 685.84375Q174.39629 685.84375 175.08379 686.4844Q175.77129 687.125 175.77129 688.2656Q175.77129 688.8281 175.41191 689.34375Q175.05254 689.8594 174.42754 690.125Q175.13066 690.34375 175.50566 690.8594Q175.89629 691.375 175.89629 692.125Q175.89629 693.2656 175.14629 693.9531Q174.39629 694.625 173.19316 694.625Q172.00566 694.625 171.24004 693.96875Q170.49004 693.3125 170.49004 692.25L171.58379 692.25Q171.58379 692.9219 172.02129 693.3281Q172.45879 693.7344 173.20879 693.7344Q173.99004 693.7344 174.39629 693.3281Q174.81816 692.90625 174.81816 692.1406Q174.81816 691.40625 174.36504 691.0156Q173.91191 690.6094 173.03691 690.59375L172.22441 690.59375L172.22441 689.7031ZM177.55254 687.6094Q177.55254 686.84375 178.03691 686.34375Q178.53691 685.84375 179.30254 685.84375Q180.08379 685.84375 180.56816 686.34375Q181.05254 686.84375 181.05254 687.6406L181.05254 688.0625Q181.05254 688.8281 180.55254 689.3281Q180.06816 689.8125 179.31816 689.8125Q178.55254 689.8125 178.05254 689.3281Q177.55254 688.8281 177.55254 688.0156L177.55254 687.6094ZM178.36504 688.0625Q178.36504 688.5156 178.61504 688.8125Q178.88066 689.1094 179.31816 689.1094Q179.74004 689.1094 179.99004 688.8281Q180.24004 688.53125 180.24004 688.03125L180.24004 687.6094Q180.24004 687.15625 179.99004 686.8594Q179.74004 686.5469 179.30254 686.5469Q178.86504 686.5469 178.61504 686.8594Q178.36504 687.15625 178.36504 687.625L178.36504 688.0625ZM181.70879 692.40625Q181.70879 691.6406 182.19316 691.15625Q182.69316 690.65625 183.45879 690.65625Q184.22441 690.65625 184.70879 691.15625Q185.20879 691.6406 185.20879 692.4531L185.20879 692.8594Q185.20879 693.625 184.72441 694.125Q184.24004 694.625 183.47441 694.625Q182.70879 694.625 182.20879 694.1406Q181.70879 693.6406 181.70879 692.8281L181.70879 692.40625ZM182.52129 692.8594Q182.52129 693.3281 182.77129 693.625Q183.03691 693.9219 183.47441 693.9219Q183.89629 693.9219 184.14629 693.6406Q184.39629 693.34375 184.39629 692.84375L184.39629 692.40625Q184.39629 691.9375 184.13066 691.65625Q183.88066 691.3594 183.45879 691.3594Q183.03691 691.3594 182.77129 691.65625Q182.52129 691.9375 182.52129 692.4375L182.52129 692.8594ZM179.56816 693.8594L178.94316 693.46875L183.11504 686.7969L183.72441 687.1875L179.56816 693.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M172.22441 689.7031L173.03691 689.7031Q173.81816 689.6875 174.25566 689.2969Q174.69316 688.90625 174.69316 688.2344Q174.69316 686.7344 173.19316 686.7344Q172.49004 686.7344 172.06816 687.1406Q171.66191 687.5469 171.66191 688.2031L170.56816 688.2031Q170.56816 687.1875 171.30254 686.5156Q172.05254 685.84375 173.19316 685.84375Q174.39629 685.84375 175.08379 686.4844Q175.77129 687.125 175.77129 688.2656Q175.77129 688.8281 175.41191 689.34375Q175.05254 689.8594 174.42754 690.125Q175.13066 690.34375 175.50566 690.8594Q175.89629 691.375 175.89629 692.125Q175.89629 693.2656 175.14629 693.9531Q174.39629 694.625 173.19316 694.625Q172.00566 694.625 171.24004 693.96875Q170.49004 693.3125 170.49004 692.25L171.58379 692.25Q171.58379 692.9219 172.02129 693.3281Q172.45879 693.7344 173.20879 693.7344Q173.99004 693.7344 174.39629 693.3281Q174.81816 692.90625 174.81816 692.1406Q174.81816 691.40625 174.36504 691.0156Q173.91191 690.6094 173.03691 690.59375L172.22441 690.59375L172.22441 689.7031ZM177.55254 687.6094Q177.55254 686.84375 178.03691 686.34375Q178.53691 685.84375 179.30254 685.84375Q180.08379 685.84375 180.56816 686.34375Q181.05254 686.84375 181.05254 687.6406L181.05254 688.0625Q181.05254 688.8281 180.55254 689.3281Q180.06816 689.8125 179.31816 689.8125Q178.55254 689.8125 178.05254 689.3281Q177.55254 688.8281 177.55254 688.0156L177.55254 687.6094ZM178.36504 688.0625Q178.36504 688.5156 178.61504 688.8125Q178.88066 689.1094 179.31816 689.1094Q179.74004 689.1094 179.99004 688.8281Q180.24004 688.53125 180.24004 688.03125L180.24004 687.6094Q180.24004 687.15625 179.99004 686.8594Q179.74004 686.5469 179.30254 686.5469Q178.86504 686.5469 178.61504 686.8594Q178.36504 687.15625 178.36504 687.625L178.36504 688.0625ZM181.70879 692.40625Q181.70879 691.6406 182.19316 691.15625Q182.69316 690.65625 183.45879 690.65625Q184.22441 690.65625 184.70879 691.15625Q185.20879 691.6406 185.20879 692.4531L185.20879 692.8594Q185.20879 693.625 184.72441 694.125Q184.24004 694.625 183.47441 694.625Q182.70879 694.625 182.20879 694.1406Q181.70879 693.6406 181.70879 692.8281L181.70879 692.40625ZM182.52129 692.8594Q182.52129 693.3281 182.77129 693.625Q183.03691 693.9219 183.47441 693.9219Q183.89629 693.9219 184.14629 693.6406Q184.39629 693.34375 184.39629 692.84375L184.39629 692.40625Q184.39629 691.9375 184.13066 691.65625Q183.88066 691.3594 183.45879 691.3594Q183.03691 691.3594 182.77129 691.65625Q182.52129 691.9375 182.52129 692.4375L182.52129 692.8594ZM179.56816 693.8594L178.94316 693.46875L183.11504 686.7969L183.72441 687.1875L179.56816 693.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M507.48724 86.96875L507.48724 87.875L507.28412 87.875Q506.0185 87.90625 505.2685 88.640625Q504.5185 89.359375 504.3935 90.671875Q505.081 89.90625 506.23724 89.90625Q507.34662 89.90625 508.0185 90.6875Q508.69037 91.46875 508.69037 92.71875Q508.69037 94.03125 507.97162 94.828125Q507.25287 95.625 506.03412 95.625Q504.81537 95.625 504.04974 94.6875Q503.29974 93.734375 503.29974 92.25L503.29974 91.84375Q503.29974 89.484375 504.29974 88.234375Q505.29974 86.984375 507.28412 86.96875L507.48724 86.96875ZM506.06537 90.8125Q505.50287 90.8125 505.03412 91.140625Q504.56537 91.46875 504.37787 91.984375L504.37787 92.375Q504.37787 93.4375 504.84662 94.078125Q505.331 94.71875 506.03412 94.71875Q506.7685 94.71875 507.19037 94.1875Q507.61224 93.640625 507.61224 92.765625Q507.61224 91.890625 507.19037 91.359375Q506.7685 90.8125 506.06537 90.8125ZM510.72162 91.21875L511.15912 86.96875L515.5341 86.96875L515.5341 87.96875L512.081 87.96875L511.81537 90.296875Q512.456 89.921875 513.25287 89.921875Q514.4091 89.921875 515.0966 90.703125Q515.7841 91.46875 515.7841 92.78125Q515.7841 94.09375 515.06537 94.859375Q514.36224 95.625 513.081 95.625Q511.956 95.625 511.23724 95.0Q510.5185 94.359375 510.42474 93.25L511.44037 93.25Q511.54974 93.984375 511.97162 94.359375Q512.3935 94.734375 513.081 94.734375Q513.831 94.734375 514.2685 94.21875Q514.706 93.703125 514.706 92.796875Q514.706 91.9375 514.23724 91.421875Q513.7685 90.90625 512.98724 90.90625Q512.2841 90.90625 511.87787 91.203125L511.59662 91.4375L510.72162 91.21875ZM517.12787 88.609375Q517.12787 87.84375 517.61224 87.34375Q518.11224 86.84375 518.87787 86.84375Q519.6591 86.84375 520.1435 87.34375Q520.62787 87.84375 520.62787 88.640625L520.62787 89.0625Q520.62787 89.828125 520.12787 90.328125Q519.6435 90.8125 518.8935 90.8125Q518.12787 90.8125 517.62787 90.328125Q517.12787 89.828125 517.12787 89.015625L517.12787 88.609375ZM517.94037 89.0625Q517.94037 89.515625 518.19037 89.8125Q518.456 90.109375 518.8935 90.109375Q519.31537 90.109375 519.56537 89.828125Q519.81537 89.53125 519.81537 89.03125L519.81537 88.609375Q519.81537 88.15625 519.56537 87.859375Q519.31537 87.546875 518.87787 87.546875Q518.44037 87.546875 518.19037 87.859375Q517.94037 88.15625 517.94037 88.625L517.94037 89.0625ZM521.2841 93.40625Q521.2841 92.640625 521.7685 92.15625Q522.2685 91.65625 523.0341 91.65625Q523.79974 91.65625 524.2841 92.15625Q524.7841 92.640625 524.7841 93.453125L524.7841 93.859375Q524.7841 94.625 524.29974 95.125Q523.81537 95.625 523.04974 95.625Q522.2841 95.625 521.7841 95.140625Q521.2841 94.640625 521.2841 93.828125L521.2841 93.40625ZM522.0966 93.859375Q522.0966 94.328125 522.3466 94.625Q522.61224 94.921875 523.04974 94.921875Q523.4716 94.921875 523.7216 94.640625Q523.9716 94.34375 523.9716 93.84375L523.9716 93.40625Q523.9716 92.9375 523.706 92.65625Q523.456 92.359375 523.0341 92.359375Q522.61224 92.359375 522.3466 92.65625Q522.0966 92.9375 522.0966 93.4375L522.0966 93.859375ZM519.1435 94.859375L518.5185 94.46875L522.69037 87.796875L523.29974 88.1875L519.1435 94.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M507.48724 86.96875L507.48724 87.875L507.28412 87.875Q506.0185 87.90625 505.2685 88.640625Q504.5185 89.359375 504.3935 90.671875Q505.081 89.90625 506.23724 89.90625Q507.34662 89.90625 508.0185 90.6875Q508.69037 91.46875 508.69037 92.71875Q508.69037 94.03125 507.97162 94.828125Q507.25287 95.625 506.03412 95.625Q504.81537 95.625 504.04974 94.6875Q503.29974 93.734375 503.29974 92.25L503.29974 91.84375Q503.29974 89.484375 504.29974 88.234375Q505.29974 86.984375 507.28412 86.96875L507.48724 86.96875ZM506.06537 90.8125Q505.50287 90.8125 505.03412 91.140625Q504.56537 91.46875 504.37787 91.984375L504.37787 92.375Q504.37787 93.4375 504.84662 94.078125Q505.331 94.71875 506.03412 94.71875Q506.7685 94.71875 507.19037 94.1875Q507.61224 93.640625 507.61224 92.765625Q507.61224 91.890625 507.19037 91.359375Q506.7685 90.8125 506.06537 90.8125ZM510.72162 91.21875L511.15912 86.96875L515.5341 86.96875L515.5341 87.96875L512.081 87.96875L511.81537 90.296875Q512.456 89.921875 513.25287 89.921875Q514.4091 89.921875 515.0966 90.703125Q515.7841 91.46875 515.7841 92.78125Q515.7841 94.09375 515.06537 94.859375Q514.36224 95.625 513.081 95.625Q511.956 95.625 511.23724 95.0Q510.5185 94.359375 510.42474 93.25L511.44037 93.25Q511.54974 93.984375 511.97162 94.359375Q512.3935 94.734375 513.081 94.734375Q513.831 94.734375 514.2685 94.21875Q514.706 93.703125 514.706 92.796875Q514.706 91.9375 514.23724 91.421875Q513.7685 90.90625 512.98724 90.90625Q512.2841 90.90625 511.87787 91.203125L511.59662 91.4375L510.72162 91.21875ZM517.12787 88.609375Q517.12787 87.84375 517.61224 87.34375Q518.11224 86.84375 518.87787 86.84375Q519.6591 86.84375 520.1435 87.34375Q520.62787 87.84375 520.62787 88.640625L520.62787 89.0625Q520.62787 89.828125 520.12787 90.328125Q519.6435 90.8125 518.8935 90.8125Q518.12787 90.8125 517.62787 90.328125Q517.12787 89.828125 517.12787 89.015625L517.12787 88.609375ZM517.94037 89.0625Q517.94037 89.515625 518.19037 89.8125Q518.456 90.109375 518.8935 90.109375Q519.31537 90.109375 519.56537 89.828125Q519.81537 89.53125 519.81537 89.03125L519.81537 88.609375Q519.81537 88.15625 519.56537 87.859375Q519.31537 87.546875 518.87787 87.546875Q518.44037 87.546875 518.19037 87.859375Q517.94037 88.15625 517.94037 88.625L517.94037 89.0625ZM521.2841 93.40625Q521.2841 92.640625 521.7685 92.15625Q522.2685 91.65625 523.0341 91.65625Q523.79974 91.65625 524.2841 92.15625Q524.7841 92.640625 524.7841 93.453125L524.7841 93.859375Q524.7841 94.625 524.29974 95.125Q523.81537 95.625 523.04974 95.625Q522.2841 95.625 521.7841 95.140625Q521.2841 94.640625 521.2841 93.828125L521.2841 93.40625ZM522.0966 93.859375Q522.0966 94.328125 522.3466 94.625Q522.61224 94.921875 523.04974 94.921875Q523.4716 94.921875 523.7216 94.640625Q523.9716 94.34375 523.9716 93.84375L523.9716 93.40625Q523.9716 92.9375 523.706 92.65625Q523.456 92.359375 523.0341 92.359375Q522.61224 92.359375 522.3466 92.65625Q522.0966 92.9375 522.0966 93.4375L522.0966 93.859375ZM519.1435 94.859375L518.5185 94.46875L522.69037 87.796875L523.29974 88.1875L519.1435 94.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M496.759 141.96875L496.759 142.875L496.55588 142.875Q495.29025 142.90625 494.54025 143.64062Q493.79025 144.35938 493.66525 145.67188Q494.35275 144.90625 495.509 144.90625Q496.61838 144.90625 497.29025 145.6875Q497.96213 146.46875 497.96213 147.71875Q497.96213 149.03125 497.24338 149.82812Q496.52463 150.625 495.30588 150.625Q494.08713 150.625 493.3215 149.6875Q492.5715 148.73438 492.5715 147.25L492.5715 146.84375Q492.5715 144.48438 493.5715 143.23438Q494.5715 141.98438 496.55588 141.96875L496.759 141.96875ZM495.33713 145.8125Q494.77463 145.8125 494.30588 146.14062Q493.83713 146.46875 493.64963 146.98438L493.64963 147.375Q493.64963 148.4375 494.11838 149.07812Q494.60275 149.71875 495.30588 149.71875Q496.04025 149.71875 496.46213 149.1875Q496.884 148.64062 496.884 147.76562Q496.884 146.89062 496.46213 146.35938Q496.04025 145.8125 495.33713 145.8125ZM501.0715 145.70312L501.884 145.70312Q502.66525 145.6875 503.10275 145.29688Q503.54025 144.90625 503.54025 144.23438Q503.54025 142.73438 502.04025 142.73438Q501.33713 142.73438 500.91525 143.14062Q500.509 143.54688 500.509 144.20312L499.41525 144.20312Q499.41525 143.1875 500.14963 142.51562Q500.89963 141.84375 502.04025 141.84375Q503.24338 141.84375 503.93088 142.48438Q504.61838 143.125 504.61838 144.26562Q504.61838 144.82812 504.259 145.34375Q503.89963 145.85938 503.27463 146.125Q503.97775 146.34375 504.35275 146.85938Q504.74338 147.375 504.74338 148.125Q504.74338 149.26562 503.99338 149.95312Q503.24338 150.625 502.04025 150.625Q500.85275 150.625 500.08713 149.96875Q499.33713 149.3125 499.33713 148.25L500.43088 148.25Q500.43088 148.92188 500.86838 149.32812Q501.30588 149.73438 502.05588 149.73438Q502.83713 149.73438 503.24338 149.32812Q503.66525 148.90625 503.66525 148.14062Q503.66525 147.40625 503.21213 147.01562Q502.759 146.60938 501.884 146.59375L501.0715 146.59375L501.0715 145.70312ZM506.39963 143.60938Q506.39963 142.84375 506.884 142.34375Q507.384 141.84375 508.14963 141.84375Q508.93088 141.84375 509.41525 142.34375Q509.89963 142.84375 509.89963 143.64062L509.89963 144.0625Q509.89963 144.82812 509.39963 145.32812Q508.91525 145.8125 508.16525 145.8125Q507.39963 145.8125 506.89963 145.32812Q506.39963 144.82812 506.39963 144.01562L506.39963 143.60938ZM507.21213 144.0625Q507.21213 144.51562 507.46213 144.8125Q507.72775 145.10938 508.16525 145.10938Q508.58713 145.10938 508.83713 144.82812Q509.08713 144.53125 509.08713 144.03125L509.08713 143.60938Q509.08713 143.15625 508.83713 142.85938Q508.58713 142.54688 508.14963 142.54688Q507.71213 142.54688 507.46213 142.85938Q507.21213 143.15625 507.21213 143.625L507.21213 144.0625ZM510.55588 148.40625Q510.55588 147.64062 511.04025 147.15625Q511.54025 146.65625 512.3059 146.65625Q513.07153 146.65625 513.5559 147.15625Q514.0559 147.64062 514.0559 148.45312L514.0559 148.85938Q514.0559 149.625 513.57153 150.125Q513.08716 150.625 512.32153 150.625Q511.55588 150.625 511.05588 150.14062Q510.55588 149.64062 510.55588 148.82812L510.55588 148.40625ZM511.36838 148.85938Q511.36838 149.32812 511.61838 149.625Q511.884 149.92188 512.32153 149.92188Q512.7434 149.92188 512.9934 149.64062Q513.2434 149.34375 513.2434 148.84375L513.2434 148.40625Q513.2434 147.9375 512.9778 147.65625Q512.7278 147.35938 512.3059 147.35938Q511.884 147.35938 511.61838 147.65625Q511.36838 147.9375 511.36838 148.4375L511.36838 148.85938ZM508.41525 149.85938L507.79025 149.46875L511.96213 142.79688L512.57153 143.1875L508.41525 149.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M496.759 141.96875L496.759 142.875L496.55588 142.875Q495.29025 142.90625 494.54025 143.64062Q493.79025 144.35938 493.66525 145.67188Q494.35275 144.90625 495.509 144.90625Q496.61838 144.90625 497.29025 145.6875Q497.96213 146.46875 497.96213 147.71875Q497.96213 149.03125 497.24338 149.82812Q496.52463 150.625 495.30588 150.625Q494.08713 150.625 493.3215 149.6875Q492.5715 148.73438 492.5715 147.25L492.5715 146.84375Q492.5715 144.48438 493.5715 143.23438Q494.5715 141.98438 496.55588 141.96875L496.759 141.96875ZM495.33713 145.8125Q494.77463 145.8125 494.30588 146.14062Q493.83713 146.46875 493.64963 146.98438L493.64963 147.375Q493.64963 148.4375 494.11838 149.07812Q494.60275 149.71875 495.30588 149.71875Q496.04025 149.71875 496.46213 149.1875Q496.884 148.64062 496.884 147.76562Q496.884 146.89062 496.46213 146.35938Q496.04025 145.8125 495.33713 145.8125ZM501.0715 145.70312L501.884 145.70312Q502.66525 145.6875 503.10275 145.29688Q503.54025 144.90625 503.54025 144.23438Q503.54025 142.73438 502.04025 142.73438Q501.33713 142.73438 500.91525 143.14062Q500.509 143.54688 500.509 144.20312L499.41525 144.20312Q499.41525 143.1875 500.14963 142.51562Q500.89963 141.84375 502.04025 141.84375Q503.24338 141.84375 503.93088 142.48438Q504.61838 143.125 504.61838 144.26562Q504.61838 144.82812 504.259 145.34375Q503.89963 145.85938 503.27463 146.125Q503.97775 146.34375 504.35275 146.85938Q504.74338 147.375 504.74338 148.125Q504.74338 149.26562 503.99338 149.95312Q503.24338 150.625 502.04025 150.625Q500.85275 150.625 500.08713 149.96875Q499.33713 149.3125 499.33713 148.25L500.43088 148.25Q500.43088 148.92188 500.86838 149.32812Q501.30588 149.73438 502.05588 149.73438Q502.83713 149.73438 503.24338 149.32812Q503.66525 148.90625 503.66525 148.14062Q503.66525 147.40625 503.21213 147.01562Q502.759 146.60938 501.884 146.59375L501.0715 146.59375L501.0715 145.70312ZM506.39963 143.60938Q506.39963 142.84375 506.884 142.34375Q507.384 141.84375 508.14963 141.84375Q508.93088 141.84375 509.41525 142.34375Q509.89963 142.84375 509.89963 143.64062L509.89963 144.0625Q509.89963 144.82812 509.39963 145.32812Q508.91525 145.8125 508.16525 145.8125Q507.39963 145.8125 506.89963 145.32812Q506.39963 144.82812 506.39963 144.01562L506.39963 143.60938ZM507.21213 144.0625Q507.21213 144.51562 507.46213 144.8125Q507.72775 145.10938 508.16525 145.10938Q508.58713 145.10938 508.83713 144.82812Q509.08713 144.53125 509.08713 144.03125L509.08713 143.60938Q509.08713 143.15625 508.83713 142.85938Q508.58713 142.54688 508.14963 142.54688Q507.71213 142.54688 507.46213 142.85938Q507.21213 143.15625 507.21213 143.625L507.21213 144.0625ZM510.55588 148.40625Q510.55588 147.64062 511.04025 147.15625Q511.54025 146.65625 512.3059 146.65625Q513.07153 146.65625 513.5559 147.15625Q514.0559 147.64062 514.0559 148.45312L514.0559 148.85938Q514.0559 149.625 513.57153 150.125Q513.08716 150.625 512.32153 150.625Q511.55588 150.625 511.05588 150.14062Q510.55588 149.64062 510.55588 148.82812L510.55588 148.40625ZM511.36838 148.85938Q511.36838 149.32812 511.61838 149.625Q511.884 149.92188 512.32153 149.92188Q512.7434 149.92188 512.9934 149.64062Q513.2434 149.34375 513.2434 148.84375L513.2434 148.40625Q513.2434 147.9375 512.9778 147.65625Q512.7278 147.35938 512.3059 147.35938Q511.884 147.35938 511.61838 147.65625Q511.36838 147.9375 511.36838 148.4375L511.36838 148.85938ZM508.41525 149.85938L507.79025 149.46875L511.96213 142.79688L512.57153 143.1875L508.41525 149.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M421.97385 203.64062L423.16135 203.64062L423.16135 204.51562L421.97385 204.51562L421.97385 206.5L420.89572 206.5L420.89572 204.51562L417.0051 204.51562L417.0051 203.875L420.8176 197.96875L421.97385 197.96875L421.97385 203.64062ZM418.23947 203.64062L420.89572 203.64062L420.89572 199.45312L420.7551 199.6875L418.23947 203.64062ZM428.55197 202.75Q428.22385 203.15625 427.73947 203.40625Q427.27072 203.64062 426.70822 203.64062Q425.97385 203.64062 425.42697 203.28125Q424.8801 202.92188 424.58322 202.26562Q424.28635 201.59375 424.28635 200.79688Q424.28635 199.95312 424.59885 199.26562Q424.92697 198.57812 425.52072 198.21875Q426.1301 197.84375 426.92697 197.84375Q428.1926 197.84375 428.91135 198.79688Q429.64572 199.75 429.64572 201.375L429.64572 201.6875Q429.64572 204.1875 428.66135 205.32812Q427.67697 206.46875 425.6926 206.5L425.47385 206.5L425.47385 205.59375L425.70822 205.59375Q427.05197 205.5625 427.77072 204.89062Q428.48947 204.21875 428.55197 202.75ZM426.8801 202.75Q427.42697 202.75 427.8801 202.42188Q428.34885 202.07812 428.5676 201.59375L428.5676 201.15625Q428.5676 200.09375 428.09885 199.42188Q427.6301 198.75 426.92697 198.75Q426.20822 198.75 425.77072 199.29688Q425.34885 199.84375 425.34885 200.75Q425.34885 201.625 425.7551 202.1875Q426.17697 202.75 426.8801 202.75ZM431.30197 199.60938Q431.30197 198.84375 431.78635 198.34375Q432.28635 197.84375 433.05197 197.84375Q433.83322 197.84375 434.3176 198.34375Q434.80197 198.84375 434.80197 199.64062L434.80197 200.0625Q434.80197 200.82812 434.30197 201.32812Q433.8176 201.8125 433.0676 201.8125Q432.30197 201.8125 431.80197 201.32812Q431.30197 200.82812 431.30197 200.01562L431.30197 199.60938ZM432.11447 200.0625Q432.11447 200.51562 432.36447 200.8125Q432.6301 201.10938 433.0676 201.10938Q433.48947 201.10938 433.73947 200.82812Q433.98947 200.53125 433.98947 200.03125L433.98947 199.60938Q433.98947 199.15625 433.73947 198.85938Q433.48947 198.54688 433.05197 198.54688Q432.61447 198.54688 432.36447 198.85938Q432.11447 199.15625 432.11447 199.625L432.11447 200.0625ZM435.45822 204.40625Q435.45822 203.64062 435.9426 203.15625Q436.4426 202.65625 437.20822 202.65625Q437.97385 202.65625 438.45822 203.15625Q438.95822 203.64062 438.95822 204.45312L438.95822 204.85938Q438.95822 205.625 438.47385 206.125Q437.98947 206.625 437.22385 206.625Q436.45822 206.625 435.95822 206.14062Q435.45822 205.64062 435.45822 204.82812L435.45822 204.40625ZM436.27072 204.85938Q436.27072 205.32812 436.52072 205.625Q436.78635 205.92188 437.22385 205.92188Q437.64572 205.92188 437.89572 205.64062Q438.14572 205.34375 438.14572 204.84375L438.14572 204.40625Q438.14572 203.9375 437.8801 203.65625Q437.6301 203.35938 437.20822 203.35938Q436.78635 203.35938 436.52072 203.65625Q436.27072 203.9375 436.27072 204.4375L436.27072 204.85938ZM433.3176 205.85938L432.6926 205.46875L436.86447 198.79688L437.47385 199.1875L433.3176 205.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M421.97385 203.64062L423.16135 203.64062L423.16135 204.51562L421.97385 204.51562L421.97385 206.5L420.89572 206.5L420.89572 204.51562L417.0051 204.51562L417.0051 203.875L420.8176 197.96875L421.97385 197.96875L421.97385 203.64062ZM418.23947 203.64062L420.89572 203.64062L420.89572 199.45312L420.7551 199.6875L418.23947 203.64062ZM428.55197 202.75Q428.22385 203.15625 427.73947 203.40625Q427.27072 203.64062 426.70822 203.64062Q425.97385 203.64062 425.42697 203.28125Q424.8801 202.92188 424.58322 202.26562Q424.28635 201.59375 424.28635 200.79688Q424.28635 199.95312 424.59885 199.26562Q424.92697 198.57812 425.52072 198.21875Q426.1301 197.84375 426.92697 197.84375Q428.1926 197.84375 428.91135 198.79688Q429.64572 199.75 429.64572 201.375L429.64572 201.6875Q429.64572 204.1875 428.66135 205.32812Q427.67697 206.46875 425.6926 206.5L425.47385 206.5L425.47385 205.59375L425.70822 205.59375Q427.05197 205.5625 427.77072 204.89062Q428.48947 204.21875 428.55197 202.75ZM426.8801 202.75Q427.42697 202.75 427.8801 202.42188Q428.34885 202.07812 428.5676 201.59375L428.5676 201.15625Q428.5676 200.09375 428.09885 199.42188Q427.6301 198.75 426.92697 198.75Q426.20822 198.75 425.77072 199.29688Q425.34885 199.84375 425.34885 200.75Q425.34885 201.625 425.7551 202.1875Q426.17697 202.75 426.8801 202.75ZM431.30197 199.60938Q431.30197 198.84375 431.78635 198.34375Q432.28635 197.84375 433.05197 197.84375Q433.83322 197.84375 434.3176 198.34375Q434.80197 198.84375 434.80197 199.64062L434.80197 200.0625Q434.80197 200.82812 434.30197 201.32812Q433.8176 201.8125 433.0676 201.8125Q432.30197 201.8125 431.80197 201.32812Q431.30197 200.82812 431.30197 200.01562L431.30197 199.60938ZM432.11447 200.0625Q432.11447 200.51562 432.36447 200.8125Q432.6301 201.10938 433.0676 201.10938Q433.48947 201.10938 433.73947 200.82812Q433.98947 200.53125 433.98947 200.03125L433.98947 199.60938Q433.98947 199.15625 433.73947 198.85938Q433.48947 198.54688 433.05197 198.54688Q432.61447 198.54688 432.36447 198.85938Q432.11447 199.15625 432.11447 199.625L432.11447 200.0625ZM435.45822 204.40625Q435.45822 203.64062 435.9426 203.15625Q436.4426 202.65625 437.20822 202.65625Q437.97385 202.65625 438.45822 203.15625Q438.95822 203.64062 438.95822 204.45312L438.95822 204.85938Q438.95822 205.625 438.47385 206.125Q437.98947 206.625 437.22385 206.625Q436.45822 206.625 435.95822 206.14062Q435.45822 205.64062 435.45822 204.82812L435.45822 204.40625ZM436.27072 204.85938Q436.27072 205.32812 436.52072 205.625Q436.78635 205.92188 437.22385 205.92188Q437.64572 205.92188 437.89572 205.64062Q438.14572 205.34375 438.14572 204.84375L438.14572 204.40625Q438.14572 203.9375 437.8801 203.65625Q437.6301 203.35938 437.20822 203.35938Q436.78635 203.35938 436.52072 203.65625Q436.27072 203.9375 436.27072 204.4375L436.27072 204.85938ZM433.3176 205.85938L432.6926 205.46875L436.86447 198.79688L437.47385 199.1875L433.3176 205.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M395.15326 258.64062L396.34076 258.64062L396.34076 259.51562L395.15326 259.51562L395.15326 261.5L394.07513 261.5L394.07513 259.51562L390.1845 259.51562L390.1845 258.875L393.997 252.96875L395.15326 252.96875L395.15326 258.64062ZM391.41888 258.64062L394.07513 258.64062L394.07513 254.45312L393.9345 254.6875L391.41888 258.64062ZM402.15326 258.64062L403.34076 258.64062L403.34076 259.51562L402.15326 259.51562L402.15326 261.5L401.07513 261.5L401.07513 259.51562L397.1845 259.51562L397.1845 258.875L400.997 252.96875L402.15326 252.96875L402.15326 258.64062ZM398.41888 258.64062L401.07513 258.64062L401.07513 254.45312L400.9345 254.6875L398.41888 258.64062ZM404.48138 254.60938Q404.48138 253.84375 404.96576 253.34375Q405.46576 252.84375 406.23138 252.84375Q407.01263 252.84375 407.497 253.34375Q407.98138 253.84375 407.98138 254.64062L407.98138 255.0625Q407.98138 255.82812 407.48138 256.32812Q406.997 256.8125 406.247 256.8125Q405.48138 256.8125 404.98138 256.32812Q404.48138 255.82812 404.48138 255.01562L404.48138 254.60938ZM405.29388 255.0625Q405.29388 255.51562 405.54388 255.8125Q405.8095 256.10938 406.247 256.10938Q406.66888 256.10938 406.91888 255.82812Q407.16888 255.53125 407.16888 255.03125L407.16888 254.60938Q407.16888 254.15625 406.91888 253.85938Q406.66888 253.54688 406.23138 253.54688Q405.79388 253.54688 405.54388 253.85938Q405.29388 254.15625 405.29388 254.625L405.29388 255.0625ZM408.63763 259.40625Q408.63763 258.64062 409.122 258.15625Q409.622 257.65625 410.38763 257.65625Q411.15326 257.65625 411.63763 258.15625Q412.13763 258.64062 412.13763 259.45312L412.13763 259.85938Q412.13763 260.625 411.65326 261.125Q411.16888 261.625 410.40326 261.625Q409.63763 261.625 409.13763 261.14062Q408.63763 260.64062 408.63763 259.82812L408.63763 259.40625ZM409.45013 259.85938Q409.45013 260.32812 409.70013 260.625Q409.96576 260.92188 410.40326 260.92188Q410.82513 260.92188 411.07513 260.64062Q411.32513 260.34375 411.32513 259.84375L411.32513 259.40625Q411.32513 258.9375 411.0595 258.65625Q410.8095 258.35938 410.38763 258.35938Q409.96576 258.35938 409.70013 258.65625Q409.45013 258.9375 409.45013 259.4375L409.45013 259.85938ZM406.497 260.85938L405.872 260.46875L410.04388 253.79688L410.65326 254.1875L406.497 260.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M395.15326 258.64062L396.34076 258.64062L396.34076 259.51562L395.15326 259.51562L395.15326 261.5L394.07513 261.5L394.07513 259.51562L390.1845 259.51562L390.1845 258.875L393.997 252.96875L395.15326 252.96875L395.15326 258.64062ZM391.41888 258.64062L394.07513 258.64062L394.07513 254.45312L393.9345 254.6875L391.41888 258.64062ZM402.15326 258.64062L403.34076 258.64062L403.34076 259.51562L402.15326 259.51562L402.15326 261.5L401.07513 261.5L401.07513 259.51562L397.1845 259.51562L397.1845 258.875L400.997 252.96875L402.15326 252.96875L402.15326 258.64062ZM398.41888 258.64062L401.07513 258.64062L401.07513 254.45312L400.9345 254.6875L398.41888 258.64062ZM404.48138 254.60938Q404.48138 253.84375 404.96576 253.34375Q405.46576 252.84375 406.23138 252.84375Q407.01263 252.84375 407.497 253.34375Q407.98138 253.84375 407.98138 254.64062L407.98138 255.0625Q407.98138 255.82812 407.48138 256.32812Q406.997 256.8125 406.247 256.8125Q405.48138 256.8125 404.98138 256.32812Q404.48138 255.82812 404.48138 255.01562L404.48138 254.60938ZM405.29388 255.0625Q405.29388 255.51562 405.54388 255.8125Q405.8095 256.10938 406.247 256.10938Q406.66888 256.10938 406.91888 255.82812Q407.16888 255.53125 407.16888 255.03125L407.16888 254.60938Q407.16888 254.15625 406.91888 253.85938Q406.66888 253.54688 406.23138 253.54688Q405.79388 253.54688 405.54388 253.85938Q405.29388 254.15625 405.29388 254.625L405.29388 255.0625ZM408.63763 259.40625Q408.63763 258.64062 409.122 258.15625Q409.622 257.65625 410.38763 257.65625Q411.15326 257.65625 411.63763 258.15625Q412.13763 258.64062 412.13763 259.45312L412.13763 259.85938Q412.13763 260.625 411.65326 261.125Q411.16888 261.625 410.40326 261.625Q409.63763 261.625 409.13763 261.14062Q408.63763 260.64062 408.63763 259.82812L408.63763 259.40625ZM409.45013 259.85938Q409.45013 260.32812 409.70013 260.625Q409.96576 260.92188 410.40326 260.92188Q410.82513 260.92188 411.07513 260.64062Q411.32513 260.34375 411.32513 259.84375L411.32513 259.40625Q411.32513 258.9375 411.0595 258.65625Q410.8095 258.35938 410.38763 258.35938Q409.96576 258.35938 409.70013 258.65625Q409.45013 258.9375 409.45013 259.4375L409.45013 259.85938ZM406.497 260.85938L405.872 260.46875L410.04388 253.79688L410.65326 254.1875L406.497 260.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M333.14795 312.70312L333.96045 312.70312Q334.7417 312.6875 335.1792 312.29688Q335.6167 311.90625 335.6167 311.23438Q335.6167 309.73438 334.1167 309.73438Q333.41357 309.73438 332.9917 310.14062Q332.58545 310.54688 332.58545 311.20312L331.4917 311.20312Q331.4917 310.1875 332.22607 309.51562Q332.97607 308.84375 334.1167 308.84375Q335.31982 308.84375 336.00732 309.48438Q336.69482 310.125 336.69482 311.26562Q336.69482 311.82812 336.33545 312.34375Q335.97607 312.85938 335.35107 313.125Q336.0542 313.34375 336.4292 313.85938Q336.81982 314.375 336.81982 315.125Q336.81982 316.26562 336.06982 316.95312Q335.31982 317.625 334.1167 317.625Q332.9292 317.625 332.16357 316.96875Q331.41357 316.3125 331.41357 315.25L332.50732 315.25Q332.50732 315.92188 332.94482 316.32812Q333.38232 316.73438 334.13232 316.73438Q334.91357 316.73438 335.31982 316.32812Q335.7417 315.90625 335.7417 315.14062Q335.7417 314.40625 335.28857 314.01562Q334.83545 313.60938 333.96045 313.59375L333.14795 313.59375L333.14795 312.70312ZM340.14795 312.70312L340.96045 312.70312Q341.7417 312.6875 342.1792 312.29688Q342.6167 311.90625 342.6167 311.23438Q342.6167 309.73438 341.1167 309.73438Q340.41357 309.73438 339.9917 310.14062Q339.58545 310.54688 339.58545 311.20312L338.4917 311.20312Q338.4917 310.1875 339.22607 309.51562Q339.97607 308.84375 341.1167 308.84375Q342.31982 308.84375 343.00732 309.48438Q343.69482 310.125 343.69482 311.26562Q343.69482 311.82812 343.33545 312.34375Q342.97607 312.85938 342.35107 313.125Q343.0542 313.34375 343.4292 313.85938Q343.81982 314.375 343.81982 315.125Q343.81982 316.26562 343.06982 316.95312Q342.31982 317.625 341.1167 317.625Q339.9292 317.625 339.16357 316.96875Q338.41357 316.3125 338.41357 315.25L339.50732 315.25Q339.50732 315.92188 339.94482 316.32812Q340.38232 316.73438 341.13232 316.73438Q341.91357 316.73438 342.31982 316.32812Q342.7417 315.90625 342.7417 315.14062Q342.7417 314.40625 342.28857 314.01562Q341.83545 313.60938 340.96045 313.59375L340.14795 313.59375L340.14795 312.70312ZM345.47607 310.60938Q345.47607 309.84375 345.96045 309.34375Q346.46045 308.84375 347.22607 308.84375Q348.00732 308.84375 348.4917 309.34375Q348.97607 309.84375 348.97607 310.64062L348.97607 311.0625Q348.97607 311.82812 348.47607 312.32812Q347.9917 312.8125 347.2417 312.8125Q346.47607 312.8125 345.97607 312.32812Q345.47607 311.82812 345.47607 311.01562L345.47607 310.60938ZM346.28857 311.0625Q346.28857 311.51562 346.53857 311.8125Q346.8042 312.10938 347.2417 312.10938Q347.66357 312.10938 347.91357 311.82812Q348.16357 311.53125 348.16357 311.03125L348.16357 310.60938Q348.16357 310.15625 347.91357 309.85938Q347.66357 309.54688 347.22607 309.54688Q346.78857 309.54688 346.53857 309.85938Q346.28857 310.15625 346.28857 310.625L346.28857 311.0625ZM349.63232 315.40625Q349.63232 314.64062 350.1167 314.15625Q350.6167 313.65625 351.38232 313.65625Q352.14795 313.65625 352.63232 314.15625Q353.13232 314.64062 353.13232 315.45312L353.13232 315.85938Q353.13232 316.625 352.64795 317.125Q352.16357 317.625 351.39795 317.625Q350.63232 317.625 350.13232 317.14062Q349.63232 316.64062 349.63232 315.82812L349.63232 315.40625ZM350.44482 315.85938Q350.44482 316.32812 350.69482 316.625Q350.96045 316.92188 351.39795 316.92188Q351.81982 316.92188 352.06982 316.64062Q352.31982 316.34375 352.31982 315.84375L352.31982 315.40625Q352.31982 314.9375 352.0542 314.65625Q351.8042 314.35938 351.38232 314.35938Q350.96045 314.35938 350.69482 314.65625Q350.44482 314.9375 350.44482 315.4375L350.44482 315.85938ZM347.4917 316.85938L346.8667 316.46875L351.03857 309.79688L351.64795 310.1875L347.4917 316.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M333.14795 312.70312L333.96045 312.70312Q334.7417 312.6875 335.1792 312.29688Q335.6167 311.90625 335.6167 311.23438Q335.6167 309.73438 334.1167 309.73438Q333.41357 309.73438 332.9917 310.14062Q332.58545 310.54688 332.58545 311.20312L331.4917 311.20312Q331.4917 310.1875 332.22607 309.51562Q332.97607 308.84375 334.1167 308.84375Q335.31982 308.84375 336.00732 309.48438Q336.69482 310.125 336.69482 311.26562Q336.69482 311.82812 336.33545 312.34375Q335.97607 312.85938 335.35107 313.125Q336.0542 313.34375 336.4292 313.85938Q336.81982 314.375 336.81982 315.125Q336.81982 316.26562 336.06982 316.95312Q335.31982 317.625 334.1167 317.625Q332.9292 317.625 332.16357 316.96875Q331.41357 316.3125 331.41357 315.25L332.50732 315.25Q332.50732 315.92188 332.94482 316.32812Q333.38232 316.73438 334.13232 316.73438Q334.91357 316.73438 335.31982 316.32812Q335.7417 315.90625 335.7417 315.14062Q335.7417 314.40625 335.28857 314.01562Q334.83545 313.60938 333.96045 313.59375L333.14795 313.59375L333.14795 312.70312ZM340.14795 312.70312L340.96045 312.70312Q341.7417 312.6875 342.1792 312.29688Q342.6167 311.90625 342.6167 311.23438Q342.6167 309.73438 341.1167 309.73438Q340.41357 309.73438 339.9917 310.14062Q339.58545 310.54688 339.58545 311.20312L338.4917 311.20312Q338.4917 310.1875 339.22607 309.51562Q339.97607 308.84375 341.1167 308.84375Q342.31982 308.84375 343.00732 309.48438Q343.69482 310.125 343.69482 311.26562Q343.69482 311.82812 343.33545 312.34375Q342.97607 312.85938 342.35107 313.125Q343.0542 313.34375 343.4292 313.85938Q343.81982 314.375 343.81982 315.125Q343.81982 316.26562 343.06982 316.95312Q342.31982 317.625 341.1167 317.625Q339.9292 317.625 339.16357 316.96875Q338.41357 316.3125 338.41357 315.25L339.50732 315.25Q339.50732 315.92188 339.94482 316.32812Q340.38232 316.73438 341.13232 316.73438Q341.91357 316.73438 342.31982 316.32812Q342.7417 315.90625 342.7417 315.14062Q342.7417 314.40625 342.28857 314.01562Q341.83545 313.60938 340.96045 313.59375L340.14795 313.59375L340.14795 312.70312ZM345.47607 310.60938Q345.47607 309.84375 345.96045 309.34375Q346.46045 308.84375 347.22607 308.84375Q348.00732 308.84375 348.4917 309.34375Q348.97607 309.84375 348.97607 310.64062L348.97607 311.0625Q348.97607 311.82812 348.47607 312.32812Q347.9917 312.8125 347.2417 312.8125Q346.47607 312.8125 345.97607 312.32812Q345.47607 311.82812 345.47607 311.01562L345.47607 310.60938ZM346.28857 311.0625Q346.28857 311.51562 346.53857 311.8125Q346.8042 312.10938 347.2417 312.10938Q347.66357 312.10938 347.91357 311.82812Q348.16357 311.53125 348.16357 311.03125L348.16357 310.60938Q348.16357 310.15625 347.91357 309.85938Q347.66357 309.54688 347.22607 309.54688Q346.78857 309.54688 346.53857 309.85938Q346.28857 310.15625 346.28857 310.625L346.28857 311.0625ZM349.63232 315.40625Q349.63232 314.64062 350.1167 314.15625Q350.6167 313.65625 351.38232 313.65625Q352.14795 313.65625 352.63232 314.15625Q353.13232 314.64062 353.13232 315.45312L353.13232 315.85938Q353.13232 316.625 352.64795 317.125Q352.16357 317.625 351.39795 317.625Q350.63232 317.625 350.13232 317.14062Q349.63232 316.64062 349.63232 315.82812L349.63232 315.40625ZM350.44482 315.85938Q350.44482 316.32812 350.69482 316.625Q350.96045 316.92188 351.39795 316.92188Q351.81982 316.92188 352.06982 316.64062Q352.31982 316.34375 352.31982 315.84375L352.31982 315.40625Q352.31982 314.9375 352.0542 314.65625Q351.8042 314.35938 351.38232 314.35938Q350.96045 314.35938 350.69482 314.65625Q350.44482 314.9375 350.44482 315.4375L350.44482 315.85938ZM347.4917 316.85938L346.8667 316.46875L351.03857 309.79688L351.64795 310.1875L347.4917 316.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M333.14795 367.70312L333.96045 367.70312Q334.7417 367.6875 335.1792 367.29688Q335.6167 366.90625 335.6167 366.23438Q335.6167 364.73438 334.1167 364.73438Q333.41357 364.73438 332.9917 365.14062Q332.58545 365.54688 332.58545 366.20312L331.4917 366.20312Q331.4917 365.1875 332.22607 364.51562Q332.97607 363.84375 334.1167 363.84375Q335.31982 363.84375 336.00732 364.48438Q336.69482 365.125 336.69482 366.26562Q336.69482 366.82812 336.33545 367.34375Q335.97607 367.85938 335.35107 368.125Q336.0542 368.34375 336.4292 368.85938Q336.81982 369.375 336.81982 370.125Q336.81982 371.26562 336.06982 371.95312Q335.31982 372.625 334.1167 372.625Q332.9292 372.625 332.16357 371.96875Q331.41357 371.3125 331.41357 370.25L332.50732 370.25Q332.50732 370.92188 332.94482 371.32812Q333.38232 371.73438 334.13232 371.73438Q334.91357 371.73438 335.31982 371.32812Q335.7417 370.90625 335.7417 370.14062Q335.7417 369.40625 335.28857 369.01562Q334.83545 368.60938 333.96045 368.59375L333.14795 368.59375L333.14795 367.70312ZM340.14795 367.70312L340.96045 367.70312Q341.7417 367.6875 342.1792 367.29688Q342.6167 366.90625 342.6167 366.23438Q342.6167 364.73438 341.1167 364.73438Q340.41357 364.73438 339.9917 365.14062Q339.58545 365.54688 339.58545 366.20312L338.4917 366.20312Q338.4917 365.1875 339.22607 364.51562Q339.97607 363.84375 341.1167 363.84375Q342.31982 363.84375 343.00732 364.48438Q343.69482 365.125 343.69482 366.26562Q343.69482 366.82812 343.33545 367.34375Q342.97607 367.85938 342.35107 368.125Q343.0542 368.34375 343.4292 368.85938Q343.81982 369.375 343.81982 370.125Q343.81982 371.26562 343.06982 371.95312Q342.31982 372.625 341.1167 372.625Q339.9292 372.625 339.16357 371.96875Q338.41357 371.3125 338.41357 370.25L339.50732 370.25Q339.50732 370.92188 339.94482 371.32812Q340.38232 371.73438 341.13232 371.73438Q341.91357 371.73438 342.31982 371.32812Q342.7417 370.90625 342.7417 370.14062Q342.7417 369.40625 342.28857 369.01562Q341.83545 368.60938 340.96045 368.59375L340.14795 368.59375L340.14795 367.70312ZM345.47607 365.60938Q345.47607 364.84375 345.96045 364.34375Q346.46045 363.84375 347.22607 363.84375Q348.00732 363.84375 348.4917 364.34375Q348.97607 364.84375 348.97607 365.64062L348.97607 366.0625Q348.97607 366.82812 348.47607 367.32812Q347.9917 367.8125 347.2417 367.8125Q346.47607 367.8125 345.97607 367.32812Q345.47607 366.82812 345.47607 366.01562L345.47607 365.60938ZM346.28857 366.0625Q346.28857 366.51562 346.53857 366.8125Q346.8042 367.10938 347.2417 367.10938Q347.66357 367.10938 347.91357 366.82812Q348.16357 366.53125 348.16357 366.03125L348.16357 365.60938Q348.16357 365.15625 347.91357 364.85938Q347.66357 364.54688 347.22607 364.54688Q346.78857 364.54688 346.53857 364.85938Q346.28857 365.15625 346.28857 365.625L346.28857 366.0625ZM349.63232 370.40625Q349.63232 369.64062 350.1167 369.15625Q350.6167 368.65625 351.38232 368.65625Q352.14795 368.65625 352.63232 369.15625Q353.13232 369.64062 353.13232 370.45312L353.13232 370.85938Q353.13232 371.625 352.64795 372.125Q352.16357 372.625 351.39795 372.625Q350.63232 372.625 350.13232 372.14062Q349.63232 371.64062 349.63232 370.82812L349.63232 370.40625ZM350.44482 370.85938Q350.44482 371.32812 350.69482 371.625Q350.96045 371.92188 351.39795 371.92188Q351.81982 371.92188 352.06982 371.64062Q352.31982 371.34375 352.31982 370.84375L352.31982 370.40625Q352.31982 369.9375 352.0542 369.65625Q351.8042 369.35938 351.38232 369.35938Q350.96045 369.35938 350.69482 369.65625Q350.44482 369.9375 350.44482 370.4375L350.44482 370.85938ZM347.4917 371.85938L346.8667 371.46875L351.03857 364.79688L351.64795 365.1875L347.4917 371.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M333.14795 367.70312L333.96045 367.70312Q334.7417 367.6875 335.1792 367.29688Q335.6167 366.90625 335.6167 366.23438Q335.6167 364.73438 334.1167 364.73438Q333.41357 364.73438 332.9917 365.14062Q332.58545 365.54688 332.58545 366.20312L331.4917 366.20312Q331.4917 365.1875 332.22607 364.51562Q332.97607 363.84375 334.1167 363.84375Q335.31982 363.84375 336.00732 364.48438Q336.69482 365.125 336.69482 366.26562Q336.69482 366.82812 336.33545 367.34375Q335.97607 367.85938 335.35107 368.125Q336.0542 368.34375 336.4292 368.85938Q336.81982 369.375 336.81982 370.125Q336.81982 371.26562 336.06982 371.95312Q335.31982 372.625 334.1167 372.625Q332.9292 372.625 332.16357 371.96875Q331.41357 371.3125 331.41357 370.25L332.50732 370.25Q332.50732 370.92188 332.94482 371.32812Q333.38232 371.73438 334.13232 371.73438Q334.91357 371.73438 335.31982 371.32812Q335.7417 370.90625 335.7417 370.14062Q335.7417 369.40625 335.28857 369.01562Q334.83545 368.60938 333.96045 368.59375L333.14795 368.59375L333.14795 367.70312ZM340.14795 367.70312L340.96045 367.70312Q341.7417 367.6875 342.1792 367.29688Q342.6167 366.90625 342.6167 366.23438Q342.6167 364.73438 341.1167 364.73438Q340.41357 364.73438 339.9917 365.14062Q339.58545 365.54688 339.58545 366.20312L338.4917 366.20312Q338.4917 365.1875 339.22607 364.51562Q339.97607 363.84375 341.1167 363.84375Q342.31982 363.84375 343.00732 364.48438Q343.69482 365.125 343.69482 366.26562Q343.69482 366.82812 343.33545 367.34375Q342.97607 367.85938 342.35107 368.125Q343.0542 368.34375 343.4292 368.85938Q343.81982 369.375 343.81982 370.125Q343.81982 371.26562 343.06982 371.95312Q342.31982 372.625 341.1167 372.625Q339.9292 372.625 339.16357 371.96875Q338.41357 371.3125 338.41357 370.25L339.50732 370.25Q339.50732 370.92188 339.94482 371.32812Q340.38232 371.73438 341.13232 371.73438Q341.91357 371.73438 342.31982 371.32812Q342.7417 370.90625 342.7417 370.14062Q342.7417 369.40625 342.28857 369.01562Q341.83545 368.60938 340.96045 368.59375L340.14795 368.59375L340.14795 367.70312ZM345.47607 365.60938Q345.47607 364.84375 345.96045 364.34375Q346.46045 363.84375 347.22607 363.84375Q348.00732 363.84375 348.4917 364.34375Q348.97607 364.84375 348.97607 365.64062L348.97607 366.0625Q348.97607 366.82812 348.47607 367.32812Q347.9917 367.8125 347.2417 367.8125Q346.47607 367.8125 345.97607 367.32812Q345.47607 366.82812 345.47607 366.01562L345.47607 365.60938ZM346.28857 366.0625Q346.28857 366.51562 346.53857 366.8125Q346.8042 367.10938 347.2417 367.10938Q347.66357 367.10938 347.91357 366.82812Q348.16357 366.53125 348.16357 366.03125L348.16357 365.60938Q348.16357 365.15625 347.91357 364.85938Q347.66357 364.54688 347.22607 364.54688Q346.78857 364.54688 346.53857 364.85938Q346.28857 365.15625 346.28857 365.625L346.28857 366.0625ZM349.63232 370.40625Q349.63232 369.64062 350.1167 369.15625Q350.6167 368.65625 351.38232 368.65625Q352.14795 368.65625 352.63232 369.15625Q353.13232 369.64062 353.13232 370.45312L353.13232 370.85938Q353.13232 371.625 352.64795 372.125Q352.16357 372.625 351.39795 372.625Q350.63232 372.625 350.13232 372.14062Q349.63232 371.64062 349.63232 370.82812L349.63232 370.40625ZM350.44482 370.85938Q350.44482 371.32812 350.69482 371.625Q350.96045 371.92188 351.39795 371.92188Q351.81982 371.92188 352.06982 371.64062Q352.31982 371.34375 352.31982 370.84375L352.31982 370.40625Q352.31982 369.9375 352.0542 369.65625Q351.8042 369.35938 351.38232 369.35938Q350.96045 369.35938 350.69482 369.65625Q350.44482 369.9375 350.44482 370.4375L350.44482 370.85938ZM347.4917 371.85938L346.8667 371.46875L351.03857 364.79688L351.64795 365.1875L347.4917 371.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M359.96854 423.70312L360.78104 423.70312Q361.5623 423.6875 361.9998 423.29688Q362.4373 422.90625 362.4373 422.23438Q362.4373 420.73438 360.9373 420.73438Q360.23416 420.73438 359.8123 421.14062Q359.40604 421.54688 359.40604 422.20312L358.3123 422.20312Q358.3123 421.1875 359.04666 420.51562Q359.79666 419.84375 360.9373 419.84375Q362.1404 419.84375 362.8279 420.48438Q363.5154 421.125 363.5154 422.26562Q363.5154 422.82812 363.15604 423.34375Q362.79666 423.85938 362.17166 424.125Q362.8748 424.34375 363.2498 424.85938Q363.6404 425.375 363.6404 426.125Q363.6404 427.26562 362.8904 427.95312Q362.1404 428.625 360.9373 428.625Q359.7498 428.625 358.98416 427.96875Q358.23416 427.3125 358.23416 426.25L359.3279 426.25Q359.3279 426.92188 359.7654 427.32812Q360.2029 427.73438 360.9529 427.73438Q361.73416 427.73438 362.1404 427.32812Q362.5623 426.90625 362.5623 426.14062Q362.5623 425.40625 362.10916 425.01562Q361.65604 424.60938 360.78104 424.59375L359.96854 424.59375L359.96854 423.70312ZM370.5779 422.1875Q370.5779 422.82812 370.23416 423.32812Q369.8904 423.82812 369.3279 424.10938Q369.98416 424.39062 370.3748 424.95312Q370.7654 425.5 370.7654 426.20312Q370.7654 427.29688 370.0154 427.96875Q369.28104 428.625 368.0623 428.625Q366.8279 428.625 366.0779 427.96875Q365.34354 427.29688 365.34354 426.20312Q365.34354 425.5 365.71854 424.95312Q366.09354 424.39062 366.7654 424.10938Q366.2029 423.82812 365.8748 423.32812Q365.54666 422.82812 365.54666 422.1875Q365.54666 421.10938 366.23416 420.48438Q366.92166 419.84375 368.0623 419.84375Q369.1873 419.84375 369.8748 420.48438Q370.5779 421.10938 370.5779 422.1875ZM369.6873 426.17188Q369.6873 425.45312 369.23416 425.01562Q368.78104 424.5625 368.04666 424.5625Q367.3123 424.5625 366.85916 425.01562Q366.42166 425.45312 366.42166 426.1875Q366.42166 426.90625 366.85916 427.32812Q367.29666 427.73438 368.0623 427.73438Q368.8123 427.73438 369.2498 427.3125Q369.6873 426.89062 369.6873 426.17188ZM368.0623 420.73438Q367.42166 420.73438 367.0154 421.14062Q366.6248 421.53125 366.6248 422.21875Q366.6248 422.85938 367.0154 423.26562Q367.40604 423.67188 368.04666 423.67188Q368.7029 423.67188 369.09354 423.26562Q369.48416 422.85938 369.48416 422.21875Q369.48416 421.5625 369.0779 421.15625Q368.67166 420.73438 368.0623 420.73438ZM372.29666 421.60938Q372.29666 420.84375 372.78104 420.34375Q373.28104 419.84375 374.04666 419.84375Q374.8279 419.84375 375.3123 420.34375Q375.79666 420.84375 375.79666 421.64062L375.79666 422.0625Q375.79666 422.82812 375.29666 423.32812Q374.8123 423.8125 374.0623 423.8125Q373.29666 423.8125 372.79666 423.32812Q372.29666 422.82812 372.29666 422.01562L372.29666 421.60938ZM373.10916 422.0625Q373.10916 422.51562 373.35916 422.8125Q373.6248 423.10938 374.0623 423.10938Q374.48416 423.10938 374.73416 422.82812Q374.98416 422.53125 374.98416 422.03125L374.98416 421.60938Q374.98416 421.15625 374.73416 420.85938Q374.48416 420.54688 374.04666 420.54688Q373.60916 420.54688 373.35916 420.85938Q373.10916 421.15625 373.10916 421.625L373.10916 422.0625ZM376.4529 426.40625Q376.4529 425.64062 376.9373 425.15625Q377.4373 424.65625 378.2029 424.65625Q378.96854 424.65625 379.4529 425.15625Q379.9529 425.64062 379.9529 426.45312L379.9529 426.85938Q379.9529 427.625 379.46854 428.125Q378.98416 428.625 378.21854 428.625Q377.4529 428.625 376.9529 428.14062Q376.4529 427.64062 376.4529 426.82812L376.4529 426.40625ZM377.2654 426.85938Q377.2654 427.32812 377.5154 427.625Q377.78104 427.92188 378.21854 427.92188Q378.6404 427.92188 378.8904 427.64062Q379.1404 427.34375 379.1404 426.84375L379.1404 426.40625Q379.1404 425.9375 378.8748 425.65625Q378.6248 425.35938 378.2029 425.35938Q377.78104 425.35938 377.5154 425.65625Q377.2654 425.9375 377.2654 426.4375L377.2654 426.85938ZM374.3123 427.85938L373.6873 427.46875L377.85916 420.79688L378.46854 421.1875L374.3123 427.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M359.96854 423.70312L360.78104 423.70312Q361.5623 423.6875 361.9998 423.29688Q362.4373 422.90625 362.4373 422.23438Q362.4373 420.73438 360.9373 420.73438Q360.23416 420.73438 359.8123 421.14062Q359.40604 421.54688 359.40604 422.20312L358.3123 422.20312Q358.3123 421.1875 359.04666 420.51562Q359.79666 419.84375 360.9373 419.84375Q362.1404 419.84375 362.8279 420.48438Q363.5154 421.125 363.5154 422.26562Q363.5154 422.82812 363.15604 423.34375Q362.79666 423.85938 362.17166 424.125Q362.8748 424.34375 363.2498 424.85938Q363.6404 425.375 363.6404 426.125Q363.6404 427.26562 362.8904 427.95312Q362.1404 428.625 360.9373 428.625Q359.7498 428.625 358.98416 427.96875Q358.23416 427.3125 358.23416 426.25L359.3279 426.25Q359.3279 426.92188 359.7654 427.32812Q360.2029 427.73438 360.9529 427.73438Q361.73416 427.73438 362.1404 427.32812Q362.5623 426.90625 362.5623 426.14062Q362.5623 425.40625 362.10916 425.01562Q361.65604 424.60938 360.78104 424.59375L359.96854 424.59375L359.96854 423.70312ZM370.5779 422.1875Q370.5779 422.82812 370.23416 423.32812Q369.8904 423.82812 369.3279 424.10938Q369.98416 424.39062 370.3748 424.95312Q370.7654 425.5 370.7654 426.20312Q370.7654 427.29688 370.0154 427.96875Q369.28104 428.625 368.0623 428.625Q366.8279 428.625 366.0779 427.96875Q365.34354 427.29688 365.34354 426.20312Q365.34354 425.5 365.71854 424.95312Q366.09354 424.39062 366.7654 424.10938Q366.2029 423.82812 365.8748 423.32812Q365.54666 422.82812 365.54666 422.1875Q365.54666 421.10938 366.23416 420.48438Q366.92166 419.84375 368.0623 419.84375Q369.1873 419.84375 369.8748 420.48438Q370.5779 421.10938 370.5779 422.1875ZM369.6873 426.17188Q369.6873 425.45312 369.23416 425.01562Q368.78104 424.5625 368.04666 424.5625Q367.3123 424.5625 366.85916 425.01562Q366.42166 425.45312 366.42166 426.1875Q366.42166 426.90625 366.85916 427.32812Q367.29666 427.73438 368.0623 427.73438Q368.8123 427.73438 369.2498 427.3125Q369.6873 426.89062 369.6873 426.17188ZM368.0623 420.73438Q367.42166 420.73438 367.0154 421.14062Q366.6248 421.53125 366.6248 422.21875Q366.6248 422.85938 367.0154 423.26562Q367.40604 423.67188 368.04666 423.67188Q368.7029 423.67188 369.09354 423.26562Q369.48416 422.85938 369.48416 422.21875Q369.48416 421.5625 369.0779 421.15625Q368.67166 420.73438 368.0623 420.73438ZM372.29666 421.60938Q372.29666 420.84375 372.78104 420.34375Q373.28104 419.84375 374.04666 419.84375Q374.8279 419.84375 375.3123 420.34375Q375.79666 420.84375 375.79666 421.64062L375.79666 422.0625Q375.79666 422.82812 375.29666 423.32812Q374.8123 423.8125 374.0623 423.8125Q373.29666 423.8125 372.79666 423.32812Q372.29666 422.82812 372.29666 422.01562L372.29666 421.60938ZM373.10916 422.0625Q373.10916 422.51562 373.35916 422.8125Q373.6248 423.10938 374.0623 423.10938Q374.48416 423.10938 374.73416 422.82812Q374.98416 422.53125 374.98416 422.03125L374.98416 421.60938Q374.98416 421.15625 374.73416 420.85938Q374.48416 420.54688 374.04666 420.54688Q373.60916 420.54688 373.35916 420.85938Q373.10916 421.15625 373.10916 421.625L373.10916 422.0625ZM376.4529 426.40625Q376.4529 425.64062 376.9373 425.15625Q377.4373 424.65625 378.2029 424.65625Q378.96854 424.65625 379.4529 425.15625Q379.9529 425.64062 379.9529 426.45312L379.9529 426.85938Q379.9529 427.625 379.46854 428.125Q378.98416 428.625 378.21854 428.625Q377.4529 428.625 376.9529 428.14062Q376.4529 427.64062 376.4529 426.82812L376.4529 426.40625ZM377.2654 426.85938Q377.2654 427.32812 377.5154 427.625Q377.78104 427.92188 378.21854 427.92188Q378.6404 427.92188 378.8904 427.64062Q379.1404 427.34375 379.1404 426.84375L379.1404 426.40625Q379.1404 425.9375 378.8748 425.65625Q378.6248 425.35938 378.2029 425.35938Q377.78104 425.35938 377.5154 425.65625Q377.2654 425.9375 377.2654 426.4375L377.2654 426.85938ZM374.3123 427.85938L373.6873 427.46875L377.85916 420.79688L378.46854 421.1875L374.3123 427.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M172.22441 645.7031L173.03691 645.7031Q173.81816 645.6875 174.25566 645.2969Q174.69316 644.90625 174.69316 644.2344Q174.69316 642.7344 173.19316 642.7344Q172.49004 642.7344 172.06816 643.1406Q171.66191 643.5469 171.66191 644.2031L170.56816 644.2031Q170.56816 643.1875 171.30254 642.5156Q172.05254 641.84375 173.19316 641.84375Q174.39629 641.84375 175.08379 642.4844Q175.77129 643.125 175.77129 644.2656Q175.77129 644.8281 175.41191 645.34375Q175.05254 645.8594 174.42754 646.125Q175.13066 646.34375 175.50566 646.8594Q175.89629 647.375 175.89629 648.125Q175.89629 649.2656 175.14629 649.9531Q174.39629 650.625 173.19316 650.625Q172.00566 650.625 171.24004 649.96875Q170.49004 649.3125 170.49004 648.25L171.58379 648.25Q171.58379 648.9219 172.02129 649.3281Q172.45879 649.7344 173.20879 649.7344Q173.99004 649.7344 174.39629 649.3281Q174.81816 648.90625 174.81816 648.1406Q174.81816 647.40625 174.36504 647.0156Q173.91191 646.6094 173.03691 646.59375L172.22441 646.59375L172.22441 645.7031ZM177.55254 643.6094Q177.55254 642.84375 178.03691 642.34375Q178.53691 641.84375 179.30254 641.84375Q180.08379 641.84375 180.56816 642.34375Q181.05254 642.84375 181.05254 643.6406L181.05254 644.0625Q181.05254 644.8281 180.55254 645.3281Q180.06816 645.8125 179.31816 645.8125Q178.55254 645.8125 178.05254 645.3281Q177.55254 644.8281 177.55254 644.0156L177.55254 643.6094ZM178.36504 644.0625Q178.36504 644.5156 178.61504 644.8125Q178.88066 645.1094 179.31816 645.1094Q179.74004 645.1094 179.99004 644.8281Q180.24004 644.53125 180.24004 644.03125L180.24004 643.6094Q180.24004 643.15625 179.99004 642.8594Q179.74004 642.5469 179.30254 642.5469Q178.86504 642.5469 178.61504 642.8594Q178.36504 643.15625 178.36504 643.625L178.36504 644.0625ZM181.70879 648.40625Q181.70879 647.6406 182.19316 647.15625Q182.69316 646.65625 183.45879 646.65625Q184.22441 646.65625 184.70879 647.15625Q185.20879 647.6406 185.20879 648.4531L185.20879 648.8594Q185.20879 649.625 184.72441 650.125Q184.24004 650.625 183.47441 650.625Q182.70879 650.625 182.20879 650.1406Q181.70879 649.6406 181.70879 648.8281L181.70879 648.40625ZM182.52129 648.8594Q182.52129 649.3281 182.77129 649.625Q183.03691 649.9219 183.47441 649.9219Q183.89629 649.9219 184.14629 649.6406Q184.39629 649.34375 184.39629 648.84375L184.39629 648.40625Q184.39629 647.9375 184.13066 647.65625Q183.88066 647.3594 183.45879 647.3594Q183.03691 647.3594 182.77129 647.65625Q182.52129 647.9375 182.52129 648.4375L182.52129 648.8594ZM179.56816 649.8594L178.94316 649.46875L183.11504 642.7969L183.72441 643.1875L179.56816 649.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M172.22441 645.7031L173.03691 645.7031Q173.81816 645.6875 174.25566 645.2969Q174.69316 644.90625 174.69316 644.2344Q174.69316 642.7344 173.19316 642.7344Q172.49004 642.7344 172.06816 643.1406Q171.66191 643.5469 171.66191 644.2031L170.56816 644.2031Q170.56816 643.1875 171.30254 642.5156Q172.05254 641.84375 173.19316 641.84375Q174.39629 641.84375 175.08379 642.4844Q175.77129 643.125 175.77129 644.2656Q175.77129 644.8281 175.41191 645.34375Q175.05254 645.8594 174.42754 646.125Q175.13066 646.34375 175.50566 646.8594Q175.89629 647.375 175.89629 648.125Q175.89629 649.2656 175.14629 649.9531Q174.39629 650.625 173.19316 650.625Q172.00566 650.625 171.24004 649.96875Q170.49004 649.3125 170.49004 648.25L171.58379 648.25Q171.58379 648.9219 172.02129 649.3281Q172.45879 649.7344 173.20879 649.7344Q173.99004 649.7344 174.39629 649.3281Q174.81816 648.90625 174.81816 648.1406Q174.81816 647.40625 174.36504 647.0156Q173.91191 646.6094 173.03691 646.59375L172.22441 646.59375L172.22441 645.7031ZM177.55254 643.6094Q177.55254 642.84375 178.03691 642.34375Q178.53691 641.84375 179.30254 641.84375Q180.08379 641.84375 180.56816 642.34375Q181.05254 642.84375 181.05254 643.6406L181.05254 644.0625Q181.05254 644.8281 180.55254 645.3281Q180.06816 645.8125 179.31816 645.8125Q178.55254 645.8125 178.05254 645.3281Q177.55254 644.8281 177.55254 644.0156L177.55254 643.6094ZM178.36504 644.0625Q178.36504 644.5156 178.61504 644.8125Q178.88066 645.1094 179.31816 645.1094Q179.74004 645.1094 179.99004 644.8281Q180.24004 644.53125 180.24004 644.03125L180.24004 643.6094Q180.24004 643.15625 179.99004 642.8594Q179.74004 642.5469 179.30254 642.5469Q178.86504 642.5469 178.61504 642.8594Q178.36504 643.15625 178.36504 643.625L178.36504 644.0625ZM181.70879 648.40625Q181.70879 647.6406 182.19316 647.15625Q182.69316 646.65625 183.45879 646.65625Q184.22441 646.65625 184.70879 647.15625Q185.20879 647.6406 185.20879 648.4531L185.20879 648.8594Q185.20879 649.625 184.72441 650.125Q184.24004 650.625 183.47441 650.625Q182.70879 650.625 182.20879 650.1406Q181.70879 649.6406 181.70879 648.8281L181.70879 648.40625ZM182.52129 648.8594Q182.52129 649.3281 182.77129 649.625Q183.03691 649.9219 183.47441 649.9219Q183.89629 649.9219 184.14629 649.6406Q184.39629 649.34375 184.39629 648.84375L184.39629 648.40625Q184.39629 647.9375 184.13066 647.65625Q183.88066 647.3594 183.45879 647.3594Q183.03691 647.3594 182.77129 647.65625Q182.52129 647.9375 182.52129 648.4375L182.52129 648.8594ZM179.56816 649.8594L178.94316 649.46875L183.11504 642.7969L183.72441 643.1875L179.56816 649.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M172.22441 701.7031L173.03691 701.7031Q173.81816 701.6875 174.25566 701.2969Q174.69316 700.90625 174.69316 700.2344Q174.69316 698.7344 173.19316 698.7344Q172.49004 698.7344 172.06816 699.1406Q171.66191 699.5469 171.66191 700.2031L170.56816 700.2031Q170.56816 699.1875 171.30254 698.5156Q172.05254 697.84375 173.19316 697.84375Q174.39629 697.84375 175.08379 698.4844Q175.77129 699.125 175.77129 700.2656Q175.77129 700.8281 175.41191 701.34375Q175.05254 701.8594 174.42754 702.125Q175.13066 702.34375 175.50566 702.8594Q175.89629 703.375 175.89629 704.125Q175.89629 705.2656 175.14629 705.9531Q174.39629 706.625 173.19316 706.625Q172.00566 706.625 171.24004 705.96875Q170.49004 705.3125 170.49004 704.25L171.58379 704.25Q171.58379 704.9219 172.02129 705.3281Q172.45879 705.7344 173.20879 705.7344Q173.99004 705.7344 174.39629 705.3281Q174.81816 704.90625 174.81816 704.1406Q174.81816 703.40625 174.36504 703.0156Q173.91191 702.6094 173.03691 702.59375L172.22441 702.59375L172.22441 701.7031ZM177.55254 699.6094Q177.55254 698.84375 178.03691 698.34375Q178.53691 697.84375 179.30254 697.84375Q180.08379 697.84375 180.56816 698.34375Q181.05254 698.84375 181.05254 699.6406L181.05254 700.0625Q181.05254 700.8281 180.55254 701.3281Q180.06816 701.8125 179.31816 701.8125Q178.55254 701.8125 178.05254 701.3281Q177.55254 700.8281 177.55254 700.0156L177.55254 699.6094ZM178.36504 700.0625Q178.36504 700.5156 178.61504 700.8125Q178.88066 701.1094 179.31816 701.1094Q179.74004 701.1094 179.99004 700.8281Q180.24004 700.53125 180.24004 700.03125L180.24004 699.6094Q180.24004 699.15625 179.99004 698.8594Q179.74004 698.5469 179.30254 698.5469Q178.86504 698.5469 178.61504 698.8594Q178.36504 699.15625 178.36504 699.625L178.36504 700.0625ZM181.70879 704.40625Q181.70879 703.6406 182.19316 703.15625Q182.69316 702.65625 183.45879 702.65625Q184.22441 702.65625 184.70879 703.15625Q185.20879 703.6406 185.20879 704.4531L185.20879 704.8594Q185.20879 705.625 184.72441 706.125Q184.24004 706.625 183.47441 706.625Q182.70879 706.625 182.20879 706.1406Q181.70879 705.6406 181.70879 704.8281L181.70879 704.40625ZM182.52129 704.8594Q182.52129 705.3281 182.77129 705.625Q183.03691 705.9219 183.47441 705.9219Q183.89629 705.9219 184.14629 705.6406Q184.39629 705.34375 184.39629 704.84375L184.39629 704.40625Q184.39629 703.9375 184.13066 703.65625Q183.88066 703.3594 183.45879 703.3594Q183.03691 703.3594 182.77129 703.65625Q182.52129 703.9375 182.52129 704.4375L182.52129 704.8594ZM179.56816 705.8594L178.94316 705.46875L183.11504 698.7969L183.72441 699.1875L179.56816 705.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M172.22441 701.7031L173.03691 701.7031Q173.81816 701.6875 174.25566 701.2969Q174.69316 700.90625 174.69316 700.2344Q174.69316 698.7344 173.19316 698.7344Q172.49004 698.7344 172.06816 699.1406Q171.66191 699.5469 171.66191 700.2031L170.56816 700.2031Q170.56816 699.1875 171.30254 698.5156Q172.05254 697.84375 173.19316 697.84375Q174.39629 697.84375 175.08379 698.4844Q175.77129 699.125 175.77129 700.2656Q175.77129 700.8281 175.41191 701.34375Q175.05254 701.8594 174.42754 702.125Q175.13066 702.34375 175.50566 702.8594Q175.89629 703.375 175.89629 704.125Q175.89629 705.2656 175.14629 705.9531Q174.39629 706.625 173.19316 706.625Q172.00566 706.625 171.24004 705.96875Q170.49004 705.3125 170.49004 704.25L171.58379 704.25Q171.58379 704.9219 172.02129 705.3281Q172.45879 705.7344 173.20879 705.7344Q173.99004 705.7344 174.39629 705.3281Q174.81816 704.90625 174.81816 704.1406Q174.81816 703.40625 174.36504 703.0156Q173.91191 702.6094 173.03691 702.59375L172.22441 702.59375L172.22441 701.7031ZM177.55254 699.6094Q177.55254 698.84375 178.03691 698.34375Q178.53691 697.84375 179.30254 697.84375Q180.08379 697.84375 180.56816 698.34375Q181.05254 698.84375 181.05254 699.6406L181.05254 700.0625Q181.05254 700.8281 180.55254 701.3281Q180.06816 701.8125 179.31816 701.8125Q178.55254 701.8125 178.05254 701.3281Q177.55254 700.8281 177.55254 700.0156L177.55254 699.6094ZM178.36504 700.0625Q178.36504 700.5156 178.61504 700.8125Q178.88066 701.1094 179.31816 701.1094Q179.74004 701.1094 179.99004 700.8281Q180.24004 700.53125 180.24004 700.03125L180.24004 699.6094Q180.24004 699.15625 179.99004 698.8594Q179.74004 698.5469 179.30254 698.5469Q178.86504 698.5469 178.61504 698.8594Q178.36504 699.15625 178.36504 699.625L178.36504 700.0625ZM181.70879 704.40625Q181.70879 703.6406 182.19316 703.15625Q182.69316 702.65625 183.45879 702.65625Q184.22441 702.65625 184.70879 703.15625Q185.20879 703.6406 185.20879 704.4531L185.20879 704.8594Q185.20879 705.625 184.72441 706.125Q184.24004 706.625 183.47441 706.625Q182.70879 706.625 182.20879 706.1406Q181.70879 705.6406 181.70879 704.8281L181.70879 704.40625ZM182.52129 704.8594Q182.52129 705.3281 182.77129 705.625Q183.03691 705.9219 183.47441 705.9219Q183.89629 705.9219 184.14629 705.6406Q184.39629 705.34375 184.39629 704.84375L184.39629 704.40625Q184.39629 703.9375 184.13066 703.65625Q183.88066 703.3594 183.45879 703.3594Q183.03691 703.3594 182.77129 703.65625Q182.52129 703.9375 182.52129 704.4375L182.52129 704.8594ZM179.56816 705.8594L178.94316 705.46875L183.11504 698.7969L183.72441 699.1875L179.56816 705.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M551.6502 99.578125L548.11896 107.5L546.97833 107.5L550.49396 99.859375L545.8846 99.859375L545.8846 98.96875L551.6502 98.96875L551.6502 99.578125ZM554.7127 102.703125L555.5252 102.703125Q556.30646 102.6875 556.74396 102.296875Q557.18146 101.90625 557.18146 101.234375Q557.18146 99.734375 555.68146 99.734375Q554.97833 99.734375 554.55646 100.140625Q554.1502 100.546875 554.1502 101.203125L553.05646 101.203125Q553.05646 100.1875 553.79083 99.515625Q554.54083 98.84375 555.68146 98.84375Q556.8846 98.84375 557.5721 99.484375Q558.2596 100.125 558.2596 101.265625Q558.2596 101.828125 557.9002 102.34375Q557.54083 102.859375 556.91583 103.125Q557.61896 103.34375 557.99396 103.859375Q558.3846 104.375 558.3846 105.125Q558.3846 106.265625 557.6346 106.953125Q556.8846 107.625 555.68146 107.625Q554.49396 107.625 553.72833 106.96875Q552.97833 106.3125 552.97833 105.25L554.0721 105.25Q554.0721 105.921875 554.5096 106.328125Q554.9471 106.734375 555.6971 106.734375Q556.47833 106.734375 556.8846 106.328125Q557.30646 105.90625 557.30646 105.140625Q557.30646 104.40625 556.85333 104.015625Q556.4002 103.609375 555.5252 103.59375L554.7127 103.59375L554.7127 102.703125ZM560.04083 100.609375Q560.04083 99.84375 560.5252 99.34375Q561.0252 98.84375 561.79083 98.84375Q562.5721 98.84375 563.05646 99.34375Q563.54083 99.84375 563.54083 100.640625L563.54083 101.0625Q563.54083 101.828125 563.04083 102.328125Q562.55646 102.8125 561.80646 102.8125Q561.04083 102.8125 560.54083 102.328125Q560.04083 101.828125 560.04083 101.015625L560.04083 100.609375ZM560.85333 101.0625Q560.85333 101.515625 561.10333 101.8125Q561.36896 102.109375 561.80646 102.109375Q562.22833 102.109375 562.47833 101.828125Q562.72833 101.53125 562.72833 101.03125L562.72833 100.609375Q562.72833 100.15625 562.47833 99.859375Q562.22833 99.546875 561.79083 99.546875Q561.35333 99.546875 561.10333 99.859375Q560.85333 100.15625 560.85333 100.625L560.85333 101.0625ZM564.1971 105.40625Q564.1971 104.640625 564.68146 104.15625Q565.18146 103.65625 565.9471 103.65625Q566.7127 103.65625 567.1971 104.15625Q567.6971 104.640625 567.6971 105.453125L567.6971 105.859375Q567.6971 106.625 567.2127 107.125Q566.72833 107.625 565.9627 107.625Q565.1971 107.625 564.6971 107.140625Q564.1971 106.640625 564.1971 105.828125L564.1971 105.40625ZM565.0096 105.859375Q565.0096 106.328125 565.2596 106.625Q565.5252 106.921875 565.9627 106.921875Q566.3846 106.921875 566.6346 106.640625Q566.8846 106.34375 566.8846 105.84375L566.8846 105.40625Q566.8846 104.9375 566.61896 104.65625Q566.36896 104.359375 565.9471 104.359375Q565.5252 104.359375 565.2596 104.65625Q565.0096 104.9375 565.0096 105.4375L565.0096 105.859375ZM562.05646 106.859375L561.43146 106.46875L565.60333 99.796875L566.2127 100.1875L562.05646 106.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M551.6502 99.578125L548.11896 107.5L546.97833 107.5L550.49396 99.859375L545.8846 99.859375L545.8846 98.96875L551.6502 98.96875L551.6502 99.578125ZM554.7127 102.703125L555.5252 102.703125Q556.30646 102.6875 556.74396 102.296875Q557.18146 101.90625 557.18146 101.234375Q557.18146 99.734375 555.68146 99.734375Q554.97833 99.734375 554.55646 100.140625Q554.1502 100.546875 554.1502 101.203125L553.05646 101.203125Q553.05646 100.1875 553.79083 99.515625Q554.54083 98.84375 555.68146 98.84375Q556.8846 98.84375 557.5721 99.484375Q558.2596 100.125 558.2596 101.265625Q558.2596 101.828125 557.9002 102.34375Q557.54083 102.859375 556.91583 103.125Q557.61896 103.34375 557.99396 103.859375Q558.3846 104.375 558.3846 105.125Q558.3846 106.265625 557.6346 106.953125Q556.8846 107.625 555.68146 107.625Q554.49396 107.625 553.72833 106.96875Q552.97833 106.3125 552.97833 105.25L554.0721 105.25Q554.0721 105.921875 554.5096 106.328125Q554.9471 106.734375 555.6971 106.734375Q556.47833 106.734375 556.8846 106.328125Q557.30646 105.90625 557.30646 105.140625Q557.30646 104.40625 556.85333 104.015625Q556.4002 103.609375 555.5252 103.59375L554.7127 103.59375L554.7127 102.703125ZM560.04083 100.609375Q560.04083 99.84375 560.5252 99.34375Q561.0252 98.84375 561.79083 98.84375Q562.5721 98.84375 563.05646 99.34375Q563.54083 99.84375 563.54083 100.640625L563.54083 101.0625Q563.54083 101.828125 563.04083 102.328125Q562.55646 102.8125 561.80646 102.8125Q561.04083 102.8125 560.54083 102.328125Q560.04083 101.828125 560.04083 101.015625L560.04083 100.609375ZM560.85333 101.0625Q560.85333 101.515625 561.10333 101.8125Q561.36896 102.109375 561.80646 102.109375Q562.22833 102.109375 562.47833 101.828125Q562.72833 101.53125 562.72833 101.03125L562.72833 100.609375Q562.72833 100.15625 562.47833 99.859375Q562.22833 99.546875 561.79083 99.546875Q561.35333 99.546875 561.10333 99.859375Q560.85333 100.15625 560.85333 100.625L560.85333 101.0625ZM564.1971 105.40625Q564.1971 104.640625 564.68146 104.15625Q565.18146 103.65625 565.9471 103.65625Q566.7127 103.65625 567.1971 104.15625Q567.6971 104.640625 567.6971 105.453125L567.6971 105.859375Q567.6971 106.625 567.2127 107.125Q566.72833 107.625 565.9627 107.625Q565.1971 107.625 564.6971 107.140625Q564.1971 106.640625 564.1971 105.828125L564.1971 105.40625ZM565.0096 105.859375Q565.0096 106.328125 565.2596 106.625Q565.5252 106.921875 565.9627 106.921875Q566.3846 106.921875 566.6346 106.640625Q566.8846 106.34375 566.8846 105.84375L566.8846 105.40625Q566.8846 104.9375 566.61896 104.65625Q566.36896 104.359375 565.9471 104.359375Q565.5252 104.359375 565.2596 104.65625Q565.0096 104.9375 565.0096 105.4375L565.0096 105.859375ZM562.05646 106.859375L561.43146 106.46875L565.60333 99.796875L566.2127 100.1875L562.05646 106.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M496.759 153.96875L496.759 154.875L496.55588 154.875Q495.29025 154.90625 494.54025 155.64062Q493.79025 156.35938 493.66525 157.67188Q494.35275 156.90625 495.509 156.90625Q496.61838 156.90625 497.29025 157.6875Q497.96213 158.46875 497.96213 159.71875Q497.96213 161.03125 497.24338 161.82812Q496.52463 162.625 495.30588 162.625Q494.08713 162.625 493.3215 161.6875Q492.5715 160.73438 492.5715 159.25L492.5715 158.84375Q492.5715 156.48438 493.5715 155.23438Q494.5715 153.98438 496.55588 153.96875L496.759 153.96875ZM495.33713 157.8125Q494.77463 157.8125 494.30588 158.14062Q493.83713 158.46875 493.64963 158.98438L493.64963 159.375Q493.64963 160.4375 494.11838 161.07812Q494.60275 161.71875 495.30588 161.71875Q496.04025 161.71875 496.46213 161.1875Q496.884 160.64062 496.884 159.76562Q496.884 158.89062 496.46213 158.35938Q496.04025 157.8125 495.33713 157.8125ZM501.0715 157.70312L501.884 157.70312Q502.66525 157.6875 503.10275 157.29688Q503.54025 156.90625 503.54025 156.23438Q503.54025 154.73438 502.04025 154.73438Q501.33713 154.73438 500.91525 155.14062Q500.509 155.54688 500.509 156.20312L499.41525 156.20312Q499.41525 155.1875 500.14963 154.51562Q500.89963 153.84375 502.04025 153.84375Q503.24338 153.84375 503.93088 154.48438Q504.61838 155.125 504.61838 156.26562Q504.61838 156.82812 504.259 157.34375Q503.89963 157.85938 503.27463 158.125Q503.97775 158.34375 504.35275 158.85938Q504.74338 159.375 504.74338 160.125Q504.74338 161.26562 503.99338 161.95312Q503.24338 162.625 502.04025 162.625Q500.85275 162.625 500.08713 161.96875Q499.33713 161.3125 499.33713 160.25L500.43088 160.25Q500.43088 160.92188 500.86838 161.32812Q501.30588 161.73438 502.05588 161.73438Q502.83713 161.73438 503.24338 161.32812Q503.66525 160.90625 503.66525 160.14062Q503.66525 159.40625 503.21213 159.01562Q502.759 158.60938 501.884 158.59375L501.0715 158.59375L501.0715 157.70312ZM506.39963 155.60938Q506.39963 154.84375 506.884 154.34375Q507.384 153.84375 508.14963 153.84375Q508.93088 153.84375 509.41525 154.34375Q509.89963 154.84375 509.89963 155.64062L509.89963 156.0625Q509.89963 156.82812 509.39963 157.32812Q508.91525 157.8125 508.16525 157.8125Q507.39963 157.8125 506.89963 157.32812Q506.39963 156.82812 506.39963 156.01562L506.39963 155.60938ZM507.21213 156.0625Q507.21213 156.51562 507.46213 156.8125Q507.72775 157.10938 508.16525 157.10938Q508.58713 157.10938 508.83713 156.82812Q509.08713 156.53125 509.08713 156.03125L509.08713 155.60938Q509.08713 155.15625 508.83713 154.85938Q508.58713 154.54688 508.14963 154.54688Q507.71213 154.54688 507.46213 154.85938Q507.21213 155.15625 507.21213 155.625L507.21213 156.0625ZM510.55588 160.40625Q510.55588 159.64062 511.04025 159.15625Q511.54025 158.65625 512.3059 158.65625Q513.07153 158.65625 513.5559 159.15625Q514.0559 159.64062 514.0559 160.45312L514.0559 160.85938Q514.0559 161.625 513.57153 162.125Q513.08716 162.625 512.32153 162.625Q511.55588 162.625 511.05588 162.14062Q510.55588 161.64062 510.55588 160.82812L510.55588 160.40625ZM511.36838 160.85938Q511.36838 161.32812 511.61838 161.625Q511.884 161.92188 512.32153 161.92188Q512.7434 161.92188 512.9934 161.64062Q513.2434 161.34375 513.2434 160.84375L513.2434 160.40625Q513.2434 159.9375 512.9778 159.65625Q512.7278 159.35938 512.3059 159.35938Q511.884 159.35938 511.61838 159.65625Q511.36838 159.9375 511.36838 160.4375L511.36838 160.85938ZM508.41525 161.85938L507.79025 161.46875L511.96213 154.79688L512.57153 155.1875L508.41525 161.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M496.759 153.96875L496.759 154.875L496.55588 154.875Q495.29025 154.90625 494.54025 155.64062Q493.79025 156.35938 493.66525 157.67188Q494.35275 156.90625 495.509 156.90625Q496.61838 156.90625 497.29025 157.6875Q497.96213 158.46875 497.96213 159.71875Q497.96213 161.03125 497.24338 161.82812Q496.52463 162.625 495.30588 162.625Q494.08713 162.625 493.3215 161.6875Q492.5715 160.73438 492.5715 159.25L492.5715 158.84375Q492.5715 156.48438 493.5715 155.23438Q494.5715 153.98438 496.55588 153.96875L496.759 153.96875ZM495.33713 157.8125Q494.77463 157.8125 494.30588 158.14062Q493.83713 158.46875 493.64963 158.98438L493.64963 159.375Q493.64963 160.4375 494.11838 161.07812Q494.60275 161.71875 495.30588 161.71875Q496.04025 161.71875 496.46213 161.1875Q496.884 160.64062 496.884 159.76562Q496.884 158.89062 496.46213 158.35938Q496.04025 157.8125 495.33713 157.8125ZM501.0715 157.70312L501.884 157.70312Q502.66525 157.6875 503.10275 157.29688Q503.54025 156.90625 503.54025 156.23438Q503.54025 154.73438 502.04025 154.73438Q501.33713 154.73438 500.91525 155.14062Q500.509 155.54688 500.509 156.20312L499.41525 156.20312Q499.41525 155.1875 500.14963 154.51562Q500.89963 153.84375 502.04025 153.84375Q503.24338 153.84375 503.93088 154.48438Q504.61838 155.125 504.61838 156.26562Q504.61838 156.82812 504.259 157.34375Q503.89963 157.85938 503.27463 158.125Q503.97775 158.34375 504.35275 158.85938Q504.74338 159.375 504.74338 160.125Q504.74338 161.26562 503.99338 161.95312Q503.24338 162.625 502.04025 162.625Q500.85275 162.625 500.08713 161.96875Q499.33713 161.3125 499.33713 160.25L500.43088 160.25Q500.43088 160.92188 500.86838 161.32812Q501.30588 161.73438 502.05588 161.73438Q502.83713 161.73438 503.24338 161.32812Q503.66525 160.90625 503.66525 160.14062Q503.66525 159.40625 503.21213 159.01562Q502.759 158.60938 501.884 158.59375L501.0715 158.59375L501.0715 157.70312ZM506.39963 155.60938Q506.39963 154.84375 506.884 154.34375Q507.384 153.84375 508.14963 153.84375Q508.93088 153.84375 509.41525 154.34375Q509.89963 154.84375 509.89963 155.64062L509.89963 156.0625Q509.89963 156.82812 509.39963 157.32812Q508.91525 157.8125 508.16525 157.8125Q507.39963 157.8125 506.89963 157.32812Q506.39963 156.82812 506.39963 156.01562L506.39963 155.60938ZM507.21213 156.0625Q507.21213 156.51562 507.46213 156.8125Q507.72775 157.10938 508.16525 157.10938Q508.58713 157.10938 508.83713 156.82812Q509.08713 156.53125 509.08713 156.03125L509.08713 155.60938Q509.08713 155.15625 508.83713 154.85938Q508.58713 154.54688 508.14963 154.54688Q507.71213 154.54688 507.46213 154.85938Q507.21213 155.15625 507.21213 155.625L507.21213 156.0625ZM510.55588 160.40625Q510.55588 159.64062 511.04025 159.15625Q511.54025 158.65625 512.3059 158.65625Q513.07153 158.65625 513.5559 159.15625Q514.0559 159.64062 514.0559 160.45312L514.0559 160.85938Q514.0559 161.625 513.57153 162.125Q513.08716 162.625 512.32153 162.625Q511.55588 162.625 511.05588 162.14062Q510.55588 161.64062 510.55588 160.82812L510.55588 160.40625ZM511.36838 160.85938Q511.36838 161.32812 511.61838 161.625Q511.884 161.92188 512.32153 161.92188Q512.7434 161.92188 512.9934 161.64062Q513.2434 161.34375 513.2434 160.84375L513.2434 160.40625Q513.2434 159.9375 512.9778 159.65625Q512.7278 159.35938 512.3059 159.35938Q511.884 159.35938 511.61838 159.65625Q511.36838 159.9375 511.36838 160.4375L511.36838 160.85938ZM508.41525 161.85938L507.79025 161.46875L511.96213 154.79688L512.57153 155.1875L508.41525 161.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M405.8815 215.64062L407.069 215.64062L407.069 216.51562L405.8815 216.51562L405.8815 218.5L404.80338 218.5L404.80338 216.51562L400.91275 216.51562L400.91275 215.875L404.72525 209.96875L405.8815 209.96875L405.8815 215.64062ZM402.14713 215.64062L404.80338 215.64062L404.80338 211.45312L404.66275 211.6875L402.14713 215.64062ZM412.569 209.96875L412.569 210.875L412.36588 210.875Q411.10025 210.90625 410.35025 211.64062Q409.60025 212.35938 409.47525 213.67188Q410.16275 212.90625 411.319 212.90625Q412.42838 212.90625 413.10025 213.6875Q413.77213 214.46875 413.77213 215.71875Q413.77213 217.03125 413.05338 217.82812Q412.33463 218.625 411.11588 218.625Q409.89713 218.625 409.1315 217.6875Q408.3815 216.73438 408.3815 215.25L408.3815 214.84375Q408.3815 212.48438 409.3815 211.23438Q410.3815 209.98438 412.36588 209.96875L412.569 209.96875ZM411.14713 213.8125Q410.58463 213.8125 410.11588 214.14062Q409.64713 214.46875 409.45963 214.98438L409.45963 215.375Q409.45963 216.4375 409.92838 217.07812Q410.41275 217.71875 411.11588 217.71875Q411.85025 217.71875 412.27213 217.1875Q412.694 216.64062 412.694 215.76562Q412.694 214.89062 412.27213 214.35938Q411.85025 213.8125 411.14713 213.8125ZM415.20963 211.60938Q415.20963 210.84375 415.694 210.34375Q416.194 209.84375 416.95963 209.84375Q417.74088 209.84375 418.22525 210.34375Q418.70963 210.84375 418.70963 211.64062L418.70963 212.0625Q418.70963 212.82812 418.20963 213.32812Q417.72525 213.8125 416.97525 213.8125Q416.20963 213.8125 415.70963 213.32812Q415.20963 212.82812 415.20963 212.01562L415.20963 211.60938ZM416.02213 212.0625Q416.02213 212.51562 416.27213 212.8125Q416.53775 213.10938 416.97525 213.10938Q417.39713 213.10938 417.64713 212.82812Q417.89713 212.53125 417.89713 212.03125L417.89713 211.60938Q417.89713 211.15625 417.64713 210.85938Q417.39713 210.54688 416.95963 210.54688Q416.52213 210.54688 416.27213 210.85938Q416.02213 211.15625 416.02213 211.625L416.02213 212.0625ZM419.36588 216.40625Q419.36588 215.64062 419.85025 215.15625Q420.35025 214.65625 421.11588 214.65625Q421.8815 214.65625 422.36588 215.15625Q422.86588 215.64062 422.86588 216.45312L422.86588 216.85938Q422.86588 217.625 422.3815 218.125Q421.89713 218.625 421.1315 218.625Q420.36588 218.625 419.86588 218.14062Q419.36588 217.64062 419.36588 216.82812L419.36588 216.40625ZM420.17838 216.85938Q420.17838 217.32812 420.42838 217.625Q420.694 217.92188 421.1315 217.92188Q421.55338 217.92188 421.80338 217.64062Q422.05338 217.34375 422.05338 216.84375L422.05338 216.40625Q422.05338 215.9375 421.78775 215.65625Q421.53775 215.35938 421.11588 215.35938Q420.694 215.35938 420.42838 215.65625Q420.17838 215.9375 420.17838 216.4375L420.17838 216.85938ZM417.22525 217.85938L416.60025 217.46875L420.77213 210.79688L421.3815 211.1875L417.22525 217.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M405.8815 215.64062L407.069 215.64062L407.069 216.51562L405.8815 216.51562L405.8815 218.5L404.80338 218.5L404.80338 216.51562L400.91275 216.51562L400.91275 215.875L404.72525 209.96875L405.8815 209.96875L405.8815 215.64062ZM402.14713 215.64062L404.80338 215.64062L404.80338 211.45312L404.66275 211.6875L402.14713 215.64062ZM412.569 209.96875L412.569 210.875L412.36588 210.875Q411.10025 210.90625 410.35025 211.64062Q409.60025 212.35938 409.47525 213.67188Q410.16275 212.90625 411.319 212.90625Q412.42838 212.90625 413.10025 213.6875Q413.77213 214.46875 413.77213 215.71875Q413.77213 217.03125 413.05338 217.82812Q412.33463 218.625 411.11588 218.625Q409.89713 218.625 409.1315 217.6875Q408.3815 216.73438 408.3815 215.25L408.3815 214.84375Q408.3815 212.48438 409.3815 211.23438Q410.3815 209.98438 412.36588 209.96875L412.569 209.96875ZM411.14713 213.8125Q410.58463 213.8125 410.11588 214.14062Q409.64713 214.46875 409.45963 214.98438L409.45963 215.375Q409.45963 216.4375 409.92838 217.07812Q410.41275 217.71875 411.11588 217.71875Q411.85025 217.71875 412.27213 217.1875Q412.694 216.64062 412.694 215.76562Q412.694 214.89062 412.27213 214.35938Q411.85025 213.8125 411.14713 213.8125ZM415.20963 211.60938Q415.20963 210.84375 415.694 210.34375Q416.194 209.84375 416.95963 209.84375Q417.74088 209.84375 418.22525 210.34375Q418.70963 210.84375 418.70963 211.64062L418.70963 212.0625Q418.70963 212.82812 418.20963 213.32812Q417.72525 213.8125 416.97525 213.8125Q416.20963 213.8125 415.70963 213.32812Q415.20963 212.82812 415.20963 212.01562L415.20963 211.60938ZM416.02213 212.0625Q416.02213 212.51562 416.27213 212.8125Q416.53775 213.10938 416.97525 213.10938Q417.39713 213.10938 417.64713 212.82812Q417.89713 212.53125 417.89713 212.03125L417.89713 211.60938Q417.89713 211.15625 417.64713 210.85938Q417.39713 210.54688 416.95963 210.54688Q416.52213 210.54688 416.27213 210.85938Q416.02213 211.15625 416.02213 211.625L416.02213 212.0625ZM419.36588 216.40625Q419.36588 215.64062 419.85025 215.15625Q420.35025 214.65625 421.11588 214.65625Q421.8815 214.65625 422.36588 215.15625Q422.86588 215.64062 422.86588 216.45312L422.86588 216.85938Q422.86588 217.625 422.3815 218.125Q421.89713 218.625 421.1315 218.625Q420.36588 218.625 419.86588 218.14062Q419.36588 217.64062 419.36588 216.82812L419.36588 216.40625ZM420.17838 216.85938Q420.17838 217.32812 420.42838 217.625Q420.694 217.92188 421.1315 217.92188Q421.55338 217.92188 421.80338 217.64062Q422.05338 217.34375 422.05338 216.84375L422.05338 216.40625Q422.05338 215.9375 421.78775 215.65625Q421.53775 215.35938 421.11588 215.35938Q420.694 215.35938 420.42838 215.65625Q420.17838 215.9375 420.17838 216.4375L420.17838 216.85938ZM417.22525 217.85938L416.60025 217.46875L420.77213 210.79688L421.3815 211.1875L417.22525 217.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M400.51736 270.64062L401.70486 270.64062L401.70486 271.51562L400.51736 271.51562L400.51736 273.5L399.43924 273.5L399.43924 271.51562L395.5486 271.51562L395.5486 270.875L399.3611 264.96875L400.51736 264.96875L400.51736 270.64062ZM396.783 270.64062L399.43924 270.64062L399.43924 266.45312L399.2986 266.6875L396.783 270.64062ZM403.43924 269.21875L403.87674 264.96875L408.25174 264.96875L408.25174 265.96875L404.7986 265.96875L404.533 268.29688Q405.1736 267.92188 405.9705 267.92188Q407.12674 267.92188 407.81424 268.70312Q408.50174 269.46875 408.50174 270.78125Q408.50174 272.09375 407.783 272.85938Q407.07986 273.625 405.7986 273.625Q404.6736 273.625 403.95486 273.0Q403.2361 272.35938 403.14236 271.25L404.158 271.25Q404.26736 271.98438 404.68924 272.35938Q405.1111 272.73438 405.7986 272.73438Q406.5486 272.73438 406.9861 272.21875Q407.4236 271.70312 407.4236 270.79688Q407.4236 269.9375 406.95486 269.42188Q406.4861 268.90625 405.70486 268.90625Q405.00174 268.90625 404.5955 269.20312L404.31424 269.4375L403.43924 269.21875ZM409.8455 266.60938Q409.8455 265.84375 410.32986 265.34375Q410.82986 264.84375 411.5955 264.84375Q412.37674 264.84375 412.8611 265.34375Q413.3455 265.84375 413.3455 266.64062L413.3455 267.0625Q413.3455 267.82812 412.8455 268.32812Q412.3611 268.8125 411.6111 268.8125Q410.8455 268.8125 410.3455 268.32812Q409.8455 267.82812 409.8455 267.01562L409.8455 266.60938ZM410.658 267.0625Q410.658 267.51562 410.908 267.8125Q411.1736 268.10938 411.6111 268.10938Q412.033 268.10938 412.283 267.82812Q412.533 267.53125 412.533 267.03125L412.533 266.60938Q412.533 266.15625 412.283 265.85938Q412.033 265.54688 411.5955 265.54688Q411.158 265.54688 410.908 265.85938Q410.658 266.15625 410.658 266.625L410.658 267.0625ZM414.00174 271.40625Q414.00174 270.64062 414.4861 270.15625Q414.9861 269.65625 415.75174 269.65625Q416.51736 269.65625 417.00174 270.15625Q417.50174 270.64062 417.50174 271.45312L417.50174 271.85938Q417.50174 272.625 417.01736 273.125Q416.533 273.625 415.76736 273.625Q415.00174 273.625 414.50174 273.14062Q414.00174 272.64062 414.00174 271.82812L414.00174 271.40625ZM414.81424 271.85938Q414.81424 272.32812 415.06424 272.625Q415.32986 272.92188 415.76736 272.92188Q416.18924 272.92188 416.43924 272.64062Q416.68924 272.34375 416.68924 271.84375L416.68924 271.40625Q416.68924 270.9375 416.4236 270.65625Q416.1736 270.35938 415.75174 270.35938Q415.32986 270.35938 415.06424 270.65625Q414.81424 270.9375 414.81424 271.4375L414.81424 271.85938ZM411.8611 272.85938L411.2361 272.46875L415.408 265.79688L416.01736 266.1875L411.8611 272.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M400.51736 270.64062L401.70486 270.64062L401.70486 271.51562L400.51736 271.51562L400.51736 273.5L399.43924 273.5L399.43924 271.51562L395.5486 271.51562L395.5486 270.875L399.3611 264.96875L400.51736 264.96875L400.51736 270.64062ZM396.783 270.64062L399.43924 270.64062L399.43924 266.45312L399.2986 266.6875L396.783 270.64062ZM403.43924 269.21875L403.87674 264.96875L408.25174 264.96875L408.25174 265.96875L404.7986 265.96875L404.533 268.29688Q405.1736 267.92188 405.9705 267.92188Q407.12674 267.92188 407.81424 268.70312Q408.50174 269.46875 408.50174 270.78125Q408.50174 272.09375 407.783 272.85938Q407.07986 273.625 405.7986 273.625Q404.6736 273.625 403.95486 273.0Q403.2361 272.35938 403.14236 271.25L404.158 271.25Q404.26736 271.98438 404.68924 272.35938Q405.1111 272.73438 405.7986 272.73438Q406.5486 272.73438 406.9861 272.21875Q407.4236 271.70312 407.4236 270.79688Q407.4236 269.9375 406.95486 269.42188Q406.4861 268.90625 405.70486 268.90625Q405.00174 268.90625 404.5955 269.20312L404.31424 269.4375L403.43924 269.21875ZM409.8455 266.60938Q409.8455 265.84375 410.32986 265.34375Q410.82986 264.84375 411.5955 264.84375Q412.37674 264.84375 412.8611 265.34375Q413.3455 265.84375 413.3455 266.64062L413.3455 267.0625Q413.3455 267.82812 412.8455 268.32812Q412.3611 268.8125 411.6111 268.8125Q410.8455 268.8125 410.3455 268.32812Q409.8455 267.82812 409.8455 267.01562L409.8455 266.60938ZM410.658 267.0625Q410.658 267.51562 410.908 267.8125Q411.1736 268.10938 411.6111 268.10938Q412.033 268.10938 412.283 267.82812Q412.533 267.53125 412.533 267.03125L412.533 266.60938Q412.533 266.15625 412.283 265.85938Q412.033 265.54688 411.5955 265.54688Q411.158 265.54688 410.908 265.85938Q410.658 266.15625 410.658 266.625L410.658 267.0625ZM414.00174 271.40625Q414.00174 270.64062 414.4861 270.15625Q414.9861 269.65625 415.75174 269.65625Q416.51736 269.65625 417.00174 270.15625Q417.50174 270.64062 417.50174 271.45312L417.50174 271.85938Q417.50174 272.625 417.01736 273.125Q416.533 273.625 415.76736 273.625Q415.00174 273.625 414.50174 273.14062Q414.00174 272.64062 414.00174 271.82812L414.00174 271.40625ZM414.81424 271.85938Q414.81424 272.32812 415.06424 272.625Q415.32986 272.92188 415.76736 272.92188Q416.18924 272.92188 416.43924 272.64062Q416.68924 272.34375 416.68924 271.84375L416.68924 271.40625Q416.68924 270.9375 416.4236 270.65625Q416.1736 270.35938 415.75174 270.35938Q415.32986 270.35938 415.06424 270.65625Q414.81424 270.9375 414.81424 271.4375L414.81424 271.85938ZM411.8611 272.85938L411.2361 272.46875L415.408 265.79688L416.01736 266.1875L411.8611 272.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M359.96854 324.70312L360.78104 324.70312Q361.5623 324.6875 361.9998 324.29688Q362.4373 323.90625 362.4373 323.23438Q362.4373 321.73438 360.9373 321.73438Q360.23416 321.73438 359.8123 322.14062Q359.40604 322.54688 359.40604 323.20312L358.3123 323.20312Q358.3123 322.1875 359.04666 321.51562Q359.79666 320.84375 360.9373 320.84375Q362.1404 320.84375 362.8279 321.48438Q363.5154 322.125 363.5154 323.26562Q363.5154 323.82812 363.15604 324.34375Q362.79666 324.85938 362.17166 325.125Q362.8748 325.34375 363.2498 325.85938Q363.6404 326.375 363.6404 327.125Q363.6404 328.26562 362.8904 328.95312Q362.1404 329.625 360.9373 329.625Q359.7498 329.625 358.98416 328.96875Q358.23416 328.3125 358.23416 327.25L359.3279 327.25Q359.3279 327.92188 359.7654 328.32812Q360.2029 328.73438 360.9529 328.73438Q361.73416 328.73438 362.1404 328.32812Q362.5623 327.90625 362.5623 327.14062Q362.5623 326.40625 362.10916 326.01562Q361.65604 325.60938 360.78104 325.59375L359.96854 325.59375L359.96854 324.70312ZM370.5779 323.1875Q370.5779 323.82812 370.23416 324.32812Q369.8904 324.82812 369.3279 325.10938Q369.98416 325.39062 370.3748 325.95312Q370.7654 326.5 370.7654 327.20312Q370.7654 328.29688 370.0154 328.96875Q369.28104 329.625 368.0623 329.625Q366.8279 329.625 366.0779 328.96875Q365.34354 328.29688 365.34354 327.20312Q365.34354 326.5 365.71854 325.95312Q366.09354 325.39062 366.7654 325.10938Q366.2029 324.82812 365.8748 324.32812Q365.54666 323.82812 365.54666 323.1875Q365.54666 322.10938 366.23416 321.48438Q366.92166 320.84375 368.0623 320.84375Q369.1873 320.84375 369.8748 321.48438Q370.5779 322.10938 370.5779 323.1875ZM369.6873 327.17188Q369.6873 326.45312 369.23416 326.01562Q368.78104 325.5625 368.04666 325.5625Q367.3123 325.5625 366.85916 326.01562Q366.42166 326.45312 366.42166 327.1875Q366.42166 327.90625 366.85916 328.32812Q367.29666 328.73438 368.0623 328.73438Q368.8123 328.73438 369.2498 328.3125Q369.6873 327.89062 369.6873 327.17188ZM368.0623 321.73438Q367.42166 321.73438 367.0154 322.14062Q366.6248 322.53125 366.6248 323.21875Q366.6248 323.85938 367.0154 324.26562Q367.40604 324.67188 368.04666 324.67188Q368.7029 324.67188 369.09354 324.26562Q369.48416 323.85938 369.48416 323.21875Q369.48416 322.5625 369.0779 322.15625Q368.67166 321.73438 368.0623 321.73438ZM372.29666 322.60938Q372.29666 321.84375 372.78104 321.34375Q373.28104 320.84375 374.04666 320.84375Q374.8279 320.84375 375.3123 321.34375Q375.79666 321.84375 375.79666 322.64062L375.79666 323.0625Q375.79666 323.82812 375.29666 324.32812Q374.8123 324.8125 374.0623 324.8125Q373.29666 324.8125 372.79666 324.32812Q372.29666 323.82812 372.29666 323.01562L372.29666 322.60938ZM373.10916 323.0625Q373.10916 323.51562 373.35916 323.8125Q373.6248 324.10938 374.0623 324.10938Q374.48416 324.10938 374.73416 323.82812Q374.98416 323.53125 374.98416 323.03125L374.98416 322.60938Q374.98416 322.15625 374.73416 321.85938Q374.48416 321.54688 374.04666 321.54688Q373.60916 321.54688 373.35916 321.85938Q373.10916 322.15625 373.10916 322.625L373.10916 323.0625ZM376.4529 327.40625Q376.4529 326.64062 376.9373 326.15625Q377.4373 325.65625 378.2029 325.65625Q378.96854 325.65625 379.4529 326.15625Q379.9529 326.64062 379.9529 327.45312L379.9529 327.85938Q379.9529 328.625 379.46854 329.125Q378.98416 329.625 378.21854 329.625Q377.4529 329.625 376.9529 329.14062Q376.4529 328.64062 376.4529 327.82812L376.4529 327.40625ZM377.2654 327.85938Q377.2654 328.32812 377.5154 328.625Q377.78104 328.92188 378.21854 328.92188Q378.6404 328.92188 378.8904 328.64062Q379.1404 328.34375 379.1404 327.84375L379.1404 327.40625Q379.1404 326.9375 378.8748 326.65625Q378.6248 326.35938 378.2029 326.35938Q377.78104 326.35938 377.5154 326.65625Q377.2654 326.9375 377.2654 327.4375L377.2654 327.85938ZM374.3123 328.85938L373.6873 328.46875L377.85916 321.79688L378.46854 322.1875L374.3123 328.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M359.96854 324.70312L360.78104 324.70312Q361.5623 324.6875 361.9998 324.29688Q362.4373 323.90625 362.4373 323.23438Q362.4373 321.73438 360.9373 321.73438Q360.23416 321.73438 359.8123 322.14062Q359.40604 322.54688 359.40604 323.20312L358.3123 323.20312Q358.3123 322.1875 359.04666 321.51562Q359.79666 320.84375 360.9373 320.84375Q362.1404 320.84375 362.8279 321.48438Q363.5154 322.125 363.5154 323.26562Q363.5154 323.82812 363.15604 324.34375Q362.79666 324.85938 362.17166 325.125Q362.8748 325.34375 363.2498 325.85938Q363.6404 326.375 363.6404 327.125Q363.6404 328.26562 362.8904 328.95312Q362.1404 329.625 360.9373 329.625Q359.7498 329.625 358.98416 328.96875Q358.23416 328.3125 358.23416 327.25L359.3279 327.25Q359.3279 327.92188 359.7654 328.32812Q360.2029 328.73438 360.9529 328.73438Q361.73416 328.73438 362.1404 328.32812Q362.5623 327.90625 362.5623 327.14062Q362.5623 326.40625 362.10916 326.01562Q361.65604 325.60938 360.78104 325.59375L359.96854 325.59375L359.96854 324.70312ZM370.5779 323.1875Q370.5779 323.82812 370.23416 324.32812Q369.8904 324.82812 369.3279 325.10938Q369.98416 325.39062 370.3748 325.95312Q370.7654 326.5 370.7654 327.20312Q370.7654 328.29688 370.0154 328.96875Q369.28104 329.625 368.0623 329.625Q366.8279 329.625 366.0779 328.96875Q365.34354 328.29688 365.34354 327.20312Q365.34354 326.5 365.71854 325.95312Q366.09354 325.39062 366.7654 325.10938Q366.2029 324.82812 365.8748 324.32812Q365.54666 323.82812 365.54666 323.1875Q365.54666 322.10938 366.23416 321.48438Q366.92166 320.84375 368.0623 320.84375Q369.1873 320.84375 369.8748 321.48438Q370.5779 322.10938 370.5779 323.1875ZM369.6873 327.17188Q369.6873 326.45312 369.23416 326.01562Q368.78104 325.5625 368.04666 325.5625Q367.3123 325.5625 366.85916 326.01562Q366.42166 326.45312 366.42166 327.1875Q366.42166 327.90625 366.85916 328.32812Q367.29666 328.73438 368.0623 328.73438Q368.8123 328.73438 369.2498 328.3125Q369.6873 327.89062 369.6873 327.17188ZM368.0623 321.73438Q367.42166 321.73438 367.0154 322.14062Q366.6248 322.53125 366.6248 323.21875Q366.6248 323.85938 367.0154 324.26562Q367.40604 324.67188 368.04666 324.67188Q368.7029 324.67188 369.09354 324.26562Q369.48416 323.85938 369.48416 323.21875Q369.48416 322.5625 369.0779 322.15625Q368.67166 321.73438 368.0623 321.73438ZM372.29666 322.60938Q372.29666 321.84375 372.78104 321.34375Q373.28104 320.84375 374.04666 320.84375Q374.8279 320.84375 375.3123 321.34375Q375.79666 321.84375 375.79666 322.64062L375.79666 323.0625Q375.79666 323.82812 375.29666 324.32812Q374.8123 324.8125 374.0623 324.8125Q373.29666 324.8125 372.79666 324.32812Q372.29666 323.82812 372.29666 323.01562L372.29666 322.60938ZM373.10916 323.0625Q373.10916 323.51562 373.35916 323.8125Q373.6248 324.10938 374.0623 324.10938Q374.48416 324.10938 374.73416 323.82812Q374.98416 323.53125 374.98416 323.03125L374.98416 322.60938Q374.98416 322.15625 374.73416 321.85938Q374.48416 321.54688 374.04666 321.54688Q373.60916 321.54688 373.35916 321.85938Q373.10916 322.15625 373.10916 322.625L373.10916 323.0625ZM376.4529 327.40625Q376.4529 326.64062 376.9373 326.15625Q377.4373 325.65625 378.2029 325.65625Q378.96854 325.65625 379.4529 326.15625Q379.9529 326.64062 379.9529 327.45312L379.9529 327.85938Q379.9529 328.625 379.46854 329.125Q378.98416 329.625 378.21854 329.625Q377.4529 329.625 376.9529 329.14062Q376.4529 328.64062 376.4529 327.82812L376.4529 327.40625ZM377.2654 327.85938Q377.2654 328.32812 377.5154 328.625Q377.78104 328.92188 378.21854 328.92188Q378.6404 328.92188 378.8904 328.64062Q379.1404 328.34375 379.1404 327.84375L379.1404 327.40625Q379.1404 326.9375 378.8748 326.65625Q378.6248 326.35938 378.2029 326.35938Q377.78104 326.35938 377.5154 326.65625Q377.2654 326.9375 377.2654 327.4375L377.2654 327.85938ZM374.3123 328.85938L373.6873 328.46875L377.85916 321.79688L378.46854 322.1875L374.3123 328.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M333.14795 379.70312L333.96045 379.70312Q334.7417 379.6875 335.1792 379.29688Q335.6167 378.90625 335.6167 378.23438Q335.6167 376.73438 334.1167 376.73438Q333.41357 376.73438 332.9917 377.14062Q332.58545 377.54688 332.58545 378.20312L331.4917 378.20312Q331.4917 377.1875 332.22607 376.51562Q332.97607 375.84375 334.1167 375.84375Q335.31982 375.84375 336.00732 376.48438Q336.69482 377.125 336.69482 378.26562Q336.69482 378.82812 336.33545 379.34375Q335.97607 379.85938 335.35107 380.125Q336.0542 380.34375 336.4292 380.85938Q336.81982 381.375 336.81982 382.125Q336.81982 383.26562 336.06982 383.95312Q335.31982 384.625 334.1167 384.625Q332.9292 384.625 332.16357 383.96875Q331.41357 383.3125 331.41357 382.25L332.50732 382.25Q332.50732 382.92188 332.94482 383.32812Q333.38232 383.73438 334.13232 383.73438Q334.91357 383.73438 335.31982 383.32812Q335.7417 382.90625 335.7417 382.14062Q335.7417 381.40625 335.28857 381.01562Q334.83545 380.60938 333.96045 380.59375L333.14795 380.59375L333.14795 379.70312ZM340.14795 379.70312L340.96045 379.70312Q341.7417 379.6875 342.1792 379.29688Q342.6167 378.90625 342.6167 378.23438Q342.6167 376.73438 341.1167 376.73438Q340.41357 376.73438 339.9917 377.14062Q339.58545 377.54688 339.58545 378.20312L338.4917 378.20312Q338.4917 377.1875 339.22607 376.51562Q339.97607 375.84375 341.1167 375.84375Q342.31982 375.84375 343.00732 376.48438Q343.69482 377.125 343.69482 378.26562Q343.69482 378.82812 343.33545 379.34375Q342.97607 379.85938 342.35107 380.125Q343.0542 380.34375 343.4292 380.85938Q343.81982 381.375 343.81982 382.125Q343.81982 383.26562 343.06982 383.95312Q342.31982 384.625 341.1167 384.625Q339.9292 384.625 339.16357 383.96875Q338.41357 383.3125 338.41357 382.25L339.50732 382.25Q339.50732 382.92188 339.94482 383.32812Q340.38232 383.73438 341.13232 383.73438Q341.91357 383.73438 342.31982 383.32812Q342.7417 382.90625 342.7417 382.14062Q342.7417 381.40625 342.28857 381.01562Q341.83545 380.60938 340.96045 380.59375L340.14795 380.59375L340.14795 379.70312ZM345.47607 377.60938Q345.47607 376.84375 345.96045 376.34375Q346.46045 375.84375 347.22607 375.84375Q348.00732 375.84375 348.4917 376.34375Q348.97607 376.84375 348.97607 377.64062L348.97607 378.0625Q348.97607 378.82812 348.47607 379.32812Q347.9917 379.8125 347.2417 379.8125Q346.47607 379.8125 345.97607 379.32812Q345.47607 378.82812 345.47607 378.01562L345.47607 377.60938ZM346.28857 378.0625Q346.28857 378.51562 346.53857 378.8125Q346.8042 379.10938 347.2417 379.10938Q347.66357 379.10938 347.91357 378.82812Q348.16357 378.53125 348.16357 378.03125L348.16357 377.60938Q348.16357 377.15625 347.91357 376.85938Q347.66357 376.54688 347.22607 376.54688Q346.78857 376.54688 346.53857 376.85938Q346.28857 377.15625 346.28857 377.625L346.28857 378.0625ZM349.63232 382.40625Q349.63232 381.64062 350.1167 381.15625Q350.6167 380.65625 351.38232 380.65625Q352.14795 380.65625 352.63232 381.15625Q353.13232 381.64062 353.13232 382.45312L353.13232 382.85938Q353.13232 383.625 352.64795 384.125Q352.16357 384.625 351.39795 384.625Q350.63232 384.625 350.13232 384.14062Q349.63232 383.64062 349.63232 382.82812L349.63232 382.40625ZM350.44482 382.85938Q350.44482 383.32812 350.69482 383.625Q350.96045 383.92188 351.39795 383.92188Q351.81982 383.92188 352.06982 383.64062Q352.31982 383.34375 352.31982 382.84375L352.31982 382.40625Q352.31982 381.9375 352.0542 381.65625Q351.8042 381.35938 351.38232 381.35938Q350.96045 381.35938 350.69482 381.65625Q350.44482 381.9375 350.44482 382.4375L350.44482 382.85938ZM347.4917 383.85938L346.8667 383.46875L351.03857 376.79688L351.64795 377.1875L347.4917 383.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M333.14795 379.70312L333.96045 379.70312Q334.7417 379.6875 335.1792 379.29688Q335.6167 378.90625 335.6167 378.23438Q335.6167 376.73438 334.1167 376.73438Q333.41357 376.73438 332.9917 377.14062Q332.58545 377.54688 332.58545 378.20312L331.4917 378.20312Q331.4917 377.1875 332.22607 376.51562Q332.97607 375.84375 334.1167 375.84375Q335.31982 375.84375 336.00732 376.48438Q336.69482 377.125 336.69482 378.26562Q336.69482 378.82812 336.33545 379.34375Q335.97607 379.85938 335.35107 380.125Q336.0542 380.34375 336.4292 380.85938Q336.81982 381.375 336.81982 382.125Q336.81982 383.26562 336.06982 383.95312Q335.31982 384.625 334.1167 384.625Q332.9292 384.625 332.16357 383.96875Q331.41357 383.3125 331.41357 382.25L332.50732 382.25Q332.50732 382.92188 332.94482 383.32812Q333.38232 383.73438 334.13232 383.73438Q334.91357 383.73438 335.31982 383.32812Q335.7417 382.90625 335.7417 382.14062Q335.7417 381.40625 335.28857 381.01562Q334.83545 380.60938 333.96045 380.59375L333.14795 380.59375L333.14795 379.70312ZM340.14795 379.70312L340.96045 379.70312Q341.7417 379.6875 342.1792 379.29688Q342.6167 378.90625 342.6167 378.23438Q342.6167 376.73438 341.1167 376.73438Q340.41357 376.73438 339.9917 377.14062Q339.58545 377.54688 339.58545 378.20312L338.4917 378.20312Q338.4917 377.1875 339.22607 376.51562Q339.97607 375.84375 341.1167 375.84375Q342.31982 375.84375 343.00732 376.48438Q343.69482 377.125 343.69482 378.26562Q343.69482 378.82812 343.33545 379.34375Q342.97607 379.85938 342.35107 380.125Q343.0542 380.34375 343.4292 380.85938Q343.81982 381.375 343.81982 382.125Q343.81982 383.26562 343.06982 383.95312Q342.31982 384.625 341.1167 384.625Q339.9292 384.625 339.16357 383.96875Q338.41357 383.3125 338.41357 382.25L339.50732 382.25Q339.50732 382.92188 339.94482 383.32812Q340.38232 383.73438 341.13232 383.73438Q341.91357 383.73438 342.31982 383.32812Q342.7417 382.90625 342.7417 382.14062Q342.7417 381.40625 342.28857 381.01562Q341.83545 380.60938 340.96045 380.59375L340.14795 380.59375L340.14795 379.70312ZM345.47607 377.60938Q345.47607 376.84375 345.96045 376.34375Q346.46045 375.84375 347.22607 375.84375Q348.00732 375.84375 348.4917 376.34375Q348.97607 376.84375 348.97607 377.64062L348.97607 378.0625Q348.97607 378.82812 348.47607 379.32812Q347.9917 379.8125 347.2417 379.8125Q346.47607 379.8125 345.97607 379.32812Q345.47607 378.82812 345.47607 378.01562L345.47607 377.60938ZM346.28857 378.0625Q346.28857 378.51562 346.53857 378.8125Q346.8042 379.10938 347.2417 379.10938Q347.66357 379.10938 347.91357 378.82812Q348.16357 378.53125 348.16357 378.03125L348.16357 377.60938Q348.16357 377.15625 347.91357 376.85938Q347.66357 376.54688 347.22607 376.54688Q346.78857 376.54688 346.53857 376.85938Q346.28857 377.15625 346.28857 377.625L346.28857 378.0625ZM349.63232 382.40625Q349.63232 381.64062 350.1167 381.15625Q350.6167 380.65625 351.38232 380.65625Q352.14795 380.65625 352.63232 381.15625Q353.13232 381.64062 353.13232 382.45312L353.13232 382.85938Q353.13232 383.625 352.64795 384.125Q352.16357 384.625 351.39795 384.625Q350.63232 384.625 350.13232 384.14062Q349.63232 383.64062 349.63232 382.82812L349.63232 382.40625ZM350.44482 382.85938Q350.44482 383.32812 350.69482 383.625Q350.96045 383.92188 351.39795 383.92188Q351.81982 383.92188 352.06982 383.64062Q352.31982 383.34375 352.31982 382.84375L352.31982 382.40625Q352.31982 381.9375 352.0542 381.65625Q351.8042 381.35938 351.38232 381.35938Q350.96045 381.35938 350.69482 381.65625Q350.44482 381.9375 350.44482 382.4375L350.44482 382.85938ZM347.4917 383.85938L346.8667 383.46875L351.03857 376.79688L351.64795 377.1875L347.4917 383.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M317.0556 435.70312L317.8681 435.70312Q318.64935 435.6875 319.08685 435.29688Q319.52435 434.90625 319.52435 434.23438Q319.52435 432.73438 318.02435 432.73438Q317.32123 432.73438 316.89935 433.14062Q316.4931 433.54688 316.4931 434.20312L315.39935 434.20312Q315.39935 433.1875 316.13373 432.51562Q316.88373 431.84375 318.02435 431.84375Q319.22748 431.84375 319.91498 432.48438Q320.60248 433.125 320.60248 434.26562Q320.60248 434.82812 320.2431 435.34375Q319.88373 435.85938 319.25873 436.125Q319.96185 436.34375 320.33685 436.85938Q320.72748 437.375 320.72748 438.125Q320.72748 439.26562 319.97748 439.95312Q319.22748 440.625 318.02435 440.625Q316.83685 440.625 316.07123 439.96875Q315.32123 439.3125 315.32123 438.25L316.41498 438.25Q316.41498 438.92188 316.85248 439.32812Q317.28998 439.73438 318.03998 439.73438Q318.82123 439.73438 319.22748 439.32812Q319.64935 438.90625 319.64935 438.14062Q319.64935 437.40625 319.19623 437.01562Q318.7431 436.60938 317.8681 436.59375L317.0556 436.59375L317.0556 435.70312ZM327.83685 436.85938Q327.83685 438.76562 327.1806 439.70312Q326.53998 440.625 325.14935 440.625Q323.78998 440.625 323.13373 439.71875Q322.47748 438.8125 322.44623 437.0L322.44623 435.5625Q322.44623 433.67188 323.08685 432.76562Q323.7431 431.84375 325.13373 431.84375Q326.50873 431.84375 327.16498 432.73438Q327.82123 433.60938 327.83685 435.45312L327.83685 436.85938ZM326.7431 435.375Q326.7431 434.0 326.35248 433.375Q325.97748 432.73438 325.13373 432.73438Q324.3056 432.73438 323.91498 433.375Q323.53998 434.0 323.53998 435.29688L323.53998 437.03125Q323.53998 438.40625 323.9306 439.07812Q324.33685 439.73438 325.14935 439.73438Q325.94623 439.73438 326.33685 439.10938Q326.72748 438.48438 326.7431 437.15625L326.7431 435.375ZM329.38373 433.60938Q329.38373 432.84375 329.8681 432.34375Q330.3681 431.84375 331.13373 431.84375Q331.91498 431.84375 332.39935 432.34375Q332.88373 432.84375 332.88373 433.64062L332.88373 434.0625Q332.88373 434.82812 332.38373 435.32812Q331.89935 435.8125 331.14935 435.8125Q330.38373 435.8125 329.88373 435.32812Q329.38373 434.82812 329.38373 434.01562L329.38373 433.60938ZM330.19623 434.0625Q330.19623 434.51562 330.44623 434.8125Q330.71185 435.10938 331.14935 435.10938Q331.57123 435.10938 331.82123 434.82812Q332.07123 434.53125 332.07123 434.03125L332.07123 433.60938Q332.07123 433.15625 331.82123 432.85938Q331.57123 432.54688 331.13373 432.54688Q330.69623 432.54688 330.44623 432.85938Q330.19623 433.15625 330.19623 433.625L330.19623 434.0625ZM333.53998 438.40625Q333.53998 437.64062 334.02435 437.15625Q334.52435 436.65625 335.28998 436.65625Q336.0556 436.65625 336.53998 437.15625Q337.03998 437.64062 337.03998 438.45312L337.03998 438.85938Q337.03998 439.625 336.5556 440.125Q336.07123 440.625 335.3056 440.625Q334.53998 440.625 334.03998 440.14062Q333.53998 439.64062 333.53998 438.82812L333.53998 438.40625ZM334.35248 438.85938Q334.35248 439.32812 334.60248 439.625Q334.8681 439.92188 335.3056 439.92188Q335.72748 439.92188 335.97748 439.64062Q336.22748 439.34375 336.22748 438.84375L336.22748 438.40625Q336.22748 437.9375 335.96185 437.65625Q335.71185 437.35938 335.28998 437.35938Q334.8681 437.35938 334.60248 437.65625Q334.35248 437.9375 334.35248 438.4375L334.35248 438.85938ZM331.39935 439.85938L330.77435 439.46875L334.94623 432.79688L335.5556 433.1875L331.39935 439.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M317.0556 435.70312L317.8681 435.70312Q318.64935 435.6875 319.08685 435.29688Q319.52435 434.90625 319.52435 434.23438Q319.52435 432.73438 318.02435 432.73438Q317.32123 432.73438 316.89935 433.14062Q316.4931 433.54688 316.4931 434.20312L315.39935 434.20312Q315.39935 433.1875 316.13373 432.51562Q316.88373 431.84375 318.02435 431.84375Q319.22748 431.84375 319.91498 432.48438Q320.60248 433.125 320.60248 434.26562Q320.60248 434.82812 320.2431 435.34375Q319.88373 435.85938 319.25873 436.125Q319.96185 436.34375 320.33685 436.85938Q320.72748 437.375 320.72748 438.125Q320.72748 439.26562 319.97748 439.95312Q319.22748 440.625 318.02435 440.625Q316.83685 440.625 316.07123 439.96875Q315.32123 439.3125 315.32123 438.25L316.41498 438.25Q316.41498 438.92188 316.85248 439.32812Q317.28998 439.73438 318.03998 439.73438Q318.82123 439.73438 319.22748 439.32812Q319.64935 438.90625 319.64935 438.14062Q319.64935 437.40625 319.19623 437.01562Q318.7431 436.60938 317.8681 436.59375L317.0556 436.59375L317.0556 435.70312ZM327.83685 436.85938Q327.83685 438.76562 327.1806 439.70312Q326.53998 440.625 325.14935 440.625Q323.78998 440.625 323.13373 439.71875Q322.47748 438.8125 322.44623 437.0L322.44623 435.5625Q322.44623 433.67188 323.08685 432.76562Q323.7431 431.84375 325.13373 431.84375Q326.50873 431.84375 327.16498 432.73438Q327.82123 433.60938 327.83685 435.45312L327.83685 436.85938ZM326.7431 435.375Q326.7431 434.0 326.35248 433.375Q325.97748 432.73438 325.13373 432.73438Q324.3056 432.73438 323.91498 433.375Q323.53998 434.0 323.53998 435.29688L323.53998 437.03125Q323.53998 438.40625 323.9306 439.07812Q324.33685 439.73438 325.14935 439.73438Q325.94623 439.73438 326.33685 439.10938Q326.72748 438.48438 326.7431 437.15625L326.7431 435.375ZM329.38373 433.60938Q329.38373 432.84375 329.8681 432.34375Q330.3681 431.84375 331.13373 431.84375Q331.91498 431.84375 332.39935 432.34375Q332.88373 432.84375 332.88373 433.64062L332.88373 434.0625Q332.88373 434.82812 332.38373 435.32812Q331.89935 435.8125 331.14935 435.8125Q330.38373 435.8125 329.88373 435.32812Q329.38373 434.82812 329.38373 434.01562L329.38373 433.60938ZM330.19623 434.0625Q330.19623 434.51562 330.44623 434.8125Q330.71185 435.10938 331.14935 435.10938Q331.57123 435.10938 331.82123 434.82812Q332.07123 434.53125 332.07123 434.03125L332.07123 433.60938Q332.07123 433.15625 331.82123 432.85938Q331.57123 432.54688 331.13373 432.54688Q330.69623 432.54688 330.44623 432.85938Q330.19623 433.15625 330.19623 433.625L330.19623 434.0625ZM333.53998 438.40625Q333.53998 437.64062 334.02435 437.15625Q334.52435 436.65625 335.28998 436.65625Q336.0556 436.65625 336.53998 437.15625Q337.03998 437.64062 337.03998 438.45312L337.03998 438.85938Q337.03998 439.625 336.5556 440.125Q336.07123 440.625 335.3056 440.625Q334.53998 440.625 334.03998 440.14062Q333.53998 439.64062 333.53998 438.82812L333.53998 438.40625ZM334.35248 438.85938Q334.35248 439.32812 334.60248 439.625Q334.8681 439.92188 335.3056 439.92188Q335.72748 439.92188 335.97748 439.64062Q336.22748 439.34375 336.22748 438.84375L336.22748 438.40625Q336.22748 437.9375 335.96185 437.65625Q335.71185 437.35938 335.28998 437.35938Q334.8681 437.35938 334.60248 437.65625Q334.35248 437.9375 334.35248 438.4375L334.35248 438.85938ZM331.39935 439.85938L330.77435 439.46875L334.94623 432.79688L335.5556 433.1875L331.39935 439.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M181.87451 491.21875L182.31201 486.96875L186.68701 486.96875L186.68701 487.96875L183.23389 487.96875L182.96826 490.29688Q183.60889 489.92188 184.40576 489.92188Q185.56201 489.92188 186.24951 490.70312Q186.93701 491.46875 186.93701 492.78125Q186.93701 494.09375 186.21826 494.85938Q185.51514 495.625 184.23389 495.625Q183.10889 495.625 182.39014 495.0Q181.67139 494.35938 181.57764 493.25L182.59326 493.25Q182.70264 493.98438 183.12451 494.35938Q183.54639 494.73438 184.23389 494.73438Q184.98389 494.73438 185.42139 494.21875Q185.85889 493.70312 185.85889 492.79688Q185.85889 491.9375 185.39014 491.42188Q184.92139 490.90625 184.14014 490.90625Q183.43701 490.90625 183.03076 491.20312L182.74951 491.4375L181.87451 491.21875ZM188.28076 488.60938Q188.28076 487.84375 188.76514 487.34375Q189.26514 486.84375 190.03076 486.84375Q190.81201 486.84375 191.29639 487.34375Q191.78076 487.84375 191.78076 488.64062L191.78076 489.0625Q191.78076 489.82812 191.28076 490.32812Q190.79639 490.8125 190.04639 490.8125Q189.28076 490.8125 188.78076 490.32812Q188.28076 489.82812 188.28076 489.01562L188.28076 488.60938ZM189.09326 489.0625Q189.09326 489.51562 189.34326 489.8125Q189.60889 490.10938 190.04639 490.10938Q190.46826 490.10938 190.71826 489.82812Q190.96826 489.53125 190.96826 489.03125L190.96826 488.60938Q190.96826 488.15625 190.71826 487.85938Q190.46826 487.54688 190.03076 487.54688Q189.59326 487.54688 189.34326 487.85938Q189.09326 488.15625 189.09326 488.625L189.09326 489.0625ZM192.43701 493.40625Q192.43701 492.64062 192.92139 492.15625Q193.42139 491.65625 194.18701 491.65625Q194.95264 491.65625 195.43701 492.15625Q195.93701 492.64062 195.93701 493.45312L195.93701 493.85938Q195.93701 494.625 195.45264 495.125Q194.96826 495.625 194.20264 495.625Q193.43701 495.625 192.93701 495.14062Q192.43701 494.64062 192.43701 493.82812L192.43701 493.40625ZM193.24951 493.85938Q193.24951 494.32812 193.49951 494.625Q193.76514 494.92188 194.20264 494.92188Q194.62451 494.92188 194.87451 494.64062Q195.12451 494.34375 195.12451 493.84375L195.12451 493.40625Q195.12451 492.9375 194.85889 492.65625Q194.60889 492.35938 194.18701 492.35938Q193.76514 492.35938 193.49951 492.65625Q193.24951 492.9375 193.24951 493.4375L193.24951 493.85938ZM190.29639 494.85938L189.67139 494.46875L193.84326 487.79688L194.45264 488.1875L190.29639 494.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M181.87451 491.21875L182.31201 486.96875L186.68701 486.96875L186.68701 487.96875L183.23389 487.96875L182.96826 490.29688Q183.60889 489.92188 184.40576 489.92188Q185.56201 489.92188 186.24951 490.70312Q186.93701 491.46875 186.93701 492.78125Q186.93701 494.09375 186.21826 494.85938Q185.51514 495.625 184.23389 495.625Q183.10889 495.625 182.39014 495.0Q181.67139 494.35938 181.57764 493.25L182.59326 493.25Q182.70264 493.98438 183.12451 494.35938Q183.54639 494.73438 184.23389 494.73438Q184.98389 494.73438 185.42139 494.21875Q185.85889 493.70312 185.85889 492.79688Q185.85889 491.9375 185.39014 491.42188Q184.92139 490.90625 184.14014 490.90625Q183.43701 490.90625 183.03076 491.20312L182.74951 491.4375L181.87451 491.21875ZM188.28076 488.60938Q188.28076 487.84375 188.76514 487.34375Q189.26514 486.84375 190.03076 486.84375Q190.81201 486.84375 191.29639 487.34375Q191.78076 487.84375 191.78076 488.64062L191.78076 489.0625Q191.78076 489.82812 191.28076 490.32812Q190.79639 490.8125 190.04639 490.8125Q189.28076 490.8125 188.78076 490.32812Q188.28076 489.82812 188.28076 489.01562L188.28076 488.60938ZM189.09326 489.0625Q189.09326 489.51562 189.34326 489.8125Q189.60889 490.10938 190.04639 490.10938Q190.46826 490.10938 190.71826 489.82812Q190.96826 489.53125 190.96826 489.03125L190.96826 488.60938Q190.96826 488.15625 190.71826 487.85938Q190.46826 487.54688 190.03076 487.54688Q189.59326 487.54688 189.34326 487.85938Q189.09326 488.15625 189.09326 488.625L189.09326 489.0625ZM192.43701 493.40625Q192.43701 492.64062 192.92139 492.15625Q193.42139 491.65625 194.18701 491.65625Q194.95264 491.65625 195.43701 492.15625Q195.93701 492.64062 195.93701 493.45312L195.93701 493.85938Q195.93701 494.625 195.45264 495.125Q194.96826 495.625 194.20264 495.625Q193.43701 495.625 192.93701 495.14062Q192.43701 494.64062 192.43701 493.82812L192.43701 493.40625ZM193.24951 493.85938Q193.24951 494.32812 193.49951 494.625Q193.76514 494.92188 194.20264 494.92188Q194.62451 494.92188 194.87451 494.64062Q195.12451 494.34375 195.12451 493.84375L195.12451 493.40625Q195.12451 492.9375 194.85889 492.65625Q194.60889 492.35938 194.18701 492.35938Q193.76514 492.35938 193.49951 492.65625Q193.24951 492.9375 193.24951 493.4375L193.24951 493.85938ZM190.29639 494.85938L189.67139 494.46875L193.84326 487.79688L194.45264 488.1875L190.29639 494.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M180.58853 548.6406L181.77603 548.6406L181.77603 549.5156L180.58853 549.5156L180.58853 551.5L179.5104 551.5L179.5104 549.5156L175.61978 549.5156L175.61978 548.875L179.43228 542.96875L180.58853 542.96875L180.58853 548.6406ZM176.85416 548.6406L179.5104 548.6406L179.5104 544.4531L179.36978 544.6875L176.85416 548.6406ZM182.91666 544.6094Q182.91666 543.84375 183.40103 543.34375Q183.90103 542.84375 184.66666 542.84375Q185.4479 542.84375 185.93228 543.34375Q186.41666 543.84375 186.41666 544.6406L186.41666 545.0625Q186.41666 545.8281 185.91666 546.3281Q185.43228 546.8125 184.68228 546.8125Q183.91666 546.8125 183.41666 546.3281Q182.91666 545.8281 182.91666 545.0156L182.91666 544.6094ZM183.72916 545.0625Q183.72916 545.5156 183.97916 545.8125Q184.24478 546.1094 184.68228 546.1094Q185.10416 546.1094 185.35416 545.8281Q185.60416 545.53125 185.60416 545.03125L185.60416 544.6094Q185.60416 544.15625 185.35416 543.8594Q185.10416 543.5469 184.66666 543.5469Q184.22916 543.5469 183.97916 543.8594Q183.72916 544.15625 183.72916 544.625L183.72916 545.0625ZM187.0729 549.40625Q187.0729 548.6406 187.55728 548.15625Q188.05728 547.65625 188.8229 547.65625Q189.58853 547.65625 190.0729 548.15625Q190.5729 548.6406 190.5729 549.4531L190.5729 549.8594Q190.5729 550.625 190.08853 551.125Q189.60416 551.625 188.83853 551.625Q188.0729 551.625 187.5729 551.1406Q187.0729 550.6406 187.0729 549.8281L187.0729 549.40625ZM187.8854 549.8594Q187.8854 550.3281 188.1354 550.625Q188.40103 550.9219 188.83853 550.9219Q189.2604 550.9219 189.5104 550.6406Q189.7604 550.34375 189.7604 549.84375L189.7604 549.40625Q189.7604 548.9375 189.49478 548.65625Q189.24478 548.3594 188.8229 548.3594Q188.40103 548.3594 188.1354 548.65625Q187.8854 548.9375 187.8854 549.4375L187.8854 549.8594ZM184.93228 550.8594L184.30728 550.46875L188.47916 543.7969L189.08853 544.1875L184.93228 550.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M180.58853 548.6406L181.77603 548.6406L181.77603 549.5156L180.58853 549.5156L180.58853 551.5L179.5104 551.5L179.5104 549.5156L175.61978 549.5156L175.61978 548.875L179.43228 542.96875L180.58853 542.96875L180.58853 548.6406ZM176.85416 548.6406L179.5104 548.6406L179.5104 544.4531L179.36978 544.6875L176.85416 548.6406ZM182.91666 544.6094Q182.91666 543.84375 183.40103 543.34375Q183.90103 542.84375 184.66666 542.84375Q185.4479 542.84375 185.93228 543.34375Q186.41666 543.84375 186.41666 544.6406L186.41666 545.0625Q186.41666 545.8281 185.91666 546.3281Q185.43228 546.8125 184.68228 546.8125Q183.91666 546.8125 183.41666 546.3281Q182.91666 545.8281 182.91666 545.0156L182.91666 544.6094ZM183.72916 545.0625Q183.72916 545.5156 183.97916 545.8125Q184.24478 546.1094 184.68228 546.1094Q185.10416 546.1094 185.35416 545.8281Q185.60416 545.53125 185.60416 545.03125L185.60416 544.6094Q185.60416 544.15625 185.35416 543.8594Q185.10416 543.5469 184.66666 543.5469Q184.22916 543.5469 183.97916 543.8594Q183.72916 544.15625 183.72916 544.625L183.72916 545.0625ZM187.0729 549.40625Q187.0729 548.6406 187.55728 548.15625Q188.05728 547.65625 188.8229 547.65625Q189.58853 547.65625 190.0729 548.15625Q190.5729 548.6406 190.5729 549.4531L190.5729 549.8594Q190.5729 550.625 190.08853 551.125Q189.60416 551.625 188.83853 551.625Q188.0729 551.625 187.5729 551.1406Q187.0729 550.6406 187.0729 549.8281L187.0729 549.40625ZM187.8854 549.8594Q187.8854 550.3281 188.1354 550.625Q188.40103 550.9219 188.83853 550.9219Q189.2604 550.9219 189.5104 550.6406Q189.7604 550.34375 189.7604 549.84375L189.7604 549.40625Q189.7604 548.9375 189.49478 548.65625Q189.24478 548.3594 188.8229 548.3594Q188.40103 548.3594 188.1354 548.65625Q187.8854 548.9375 187.8854 549.4375L187.8854 549.8594ZM184.93228 550.8594L184.30728 550.46875L188.47916 543.7969L189.08853 544.1875L184.93228 550.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.87592 607.5L165.28217 607.5L165.28217 606.71875L168.23529 603.4375Q168.89154 602.6875 169.14154 602.2344Q169.39154 601.7656 169.39154 601.2656Q169.39154 600.59375 168.98529 600.1719Q168.59467 599.7344 167.90717 599.7344Q167.11029 599.7344 166.65717 600.2031Q166.20404 600.65625 166.20404 601.4844L165.12592 601.4844Q165.12592 600.2969 165.87592 599.5781Q166.64154 598.84375 167.90717 598.84375Q169.11029 598.84375 169.79779 599.46875Q170.48529 600.09375 170.48529 601.1406Q170.48529 602.3906 168.87592 604.1406L166.59467 606.6094L170.87592 606.6094L170.87592 607.5ZM172.18842 600.6094Q172.18842 599.84375 172.67279 599.34375Q173.17279 598.84375 173.93842 598.84375Q174.71967 598.84375 175.20404 599.34375Q175.68842 599.84375 175.68842 600.6406L175.68842 601.0625Q175.68842 601.8281 175.18842 602.3281Q174.70404 602.8125 173.95404 602.8125Q173.18842 602.8125 172.68842 602.3281Q172.18842 601.8281 172.18842 601.0156L172.18842 600.6094ZM173.00092 601.0625Q173.00092 601.5156 173.25092 601.8125Q173.51654 602.1094 173.95404 602.1094Q174.37592 602.1094 174.62592 601.8281Q174.87592 601.53125 174.87592 601.03125L174.87592 600.6094Q174.87592 600.15625 174.62592 599.8594Q174.37592 599.5469 173.93842 599.5469Q173.50092 599.5469 173.25092 599.8594Q173.00092 600.15625 173.00092 600.625L173.00092 601.0625ZM176.34467 605.40625Q176.34467 604.6406 176.82904 604.15625Q177.32904 603.65625 178.09467 603.65625Q178.86029 603.65625 179.34467 604.15625Q179.84467 604.6406 179.84467 605.4531L179.84467 605.8594Q179.84467 606.625 179.36029 607.125Q178.87592 607.625 178.11029 607.625Q177.34467 607.625 176.84467 607.1406Q176.34467 606.6406 176.34467 605.8281L176.34467 605.40625ZM177.15717 605.8594Q177.15717 606.3281 177.40717 606.625Q177.67279 606.9219 178.11029 606.9219Q178.53217 606.9219 178.78217 606.6406Q179.03217 606.34375 179.03217 605.84375L179.03217 605.40625Q179.03217 604.9375 178.76654 604.65625Q178.51654 604.3594 178.09467 604.3594Q177.67279 604.3594 177.40717 604.65625Q177.15717 604.9375 177.15717 605.4375L177.15717 605.8594ZM174.20404 606.8594L173.57904 606.46875L177.75092 599.7969L178.36029 600.1875L174.20404 606.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M170.87592 607.5L165.28217 607.5L165.28217 606.71875L168.23529 603.4375Q168.89154 602.6875 169.14154 602.2344Q169.39154 601.7656 169.39154 601.2656Q169.39154 600.59375 168.98529 600.1719Q168.59467 599.7344 167.90717 599.7344Q167.11029 599.7344 166.65717 600.2031Q166.20404 600.65625 166.20404 601.4844L165.12592 601.4844Q165.12592 600.2969 165.87592 599.5781Q166.64154 598.84375 167.90717 598.84375Q169.11029 598.84375 169.79779 599.46875Q170.48529 600.09375 170.48529 601.1406Q170.48529 602.3906 168.87592 604.1406L166.59467 606.6094L170.87592 606.6094L170.87592 607.5ZM172.18842 600.6094Q172.18842 599.84375 172.67279 599.34375Q173.17279 598.84375 173.93842 598.84375Q174.71967 598.84375 175.20404 599.34375Q175.68842 599.84375 175.68842 600.6406L175.68842 601.0625Q175.68842 601.8281 175.18842 602.3281Q174.70404 602.8125 173.95404 602.8125Q173.18842 602.8125 172.68842 602.3281Q172.18842 601.8281 172.18842 601.0156L172.18842 600.6094ZM173.00092 601.0625Q173.00092 601.5156 173.25092 601.8125Q173.51654 602.1094 173.95404 602.1094Q174.37592 602.1094 174.62592 601.8281Q174.87592 601.53125 174.87592 601.03125L174.87592 600.6094Q174.87592 600.15625 174.62592 599.8594Q174.37592 599.5469 173.93842 599.5469Q173.50092 599.5469 173.25092 599.8594Q173.00092 600.15625 173.00092 600.625L173.00092 601.0625ZM176.34467 605.40625Q176.34467 604.6406 176.82904 604.15625Q177.32904 603.65625 178.09467 603.65625Q178.86029 603.65625 179.34467 604.15625Q179.84467 604.6406 179.84467 605.4531L179.84467 605.8594Q179.84467 606.625 179.36029 607.125Q178.87592 607.625 178.11029 607.625Q177.34467 607.625 176.84467 607.1406Q176.34467 606.6406 176.34467 605.8281L176.34467 605.40625ZM177.15717 605.8594Q177.15717 606.3281 177.40717 606.625Q177.67279 606.9219 178.11029 606.9219Q178.53217 606.9219 178.78217 606.6406Q179.03217 606.34375 179.03217 605.84375L179.03217 605.40625Q179.03217 604.9375 178.76654 604.65625Q178.51654 604.3594 178.09467 604.3594Q177.67279 604.3594 177.40717 604.65625Q177.15717 604.9375 177.15717 605.4375L177.15717 605.8594ZM174.20404 606.8594L173.57904 606.46875L177.75092 599.7969L178.36029 600.1875L174.20404 606.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.87592 662.5L165.28217 662.5L165.28217 661.71875L168.23529 658.4375Q168.89154 657.6875 169.14154 657.2344Q169.39154 656.7656 169.39154 656.2656Q169.39154 655.59375 168.98529 655.1719Q168.59467 654.7344 167.90717 654.7344Q167.11029 654.7344 166.65717 655.2031Q166.20404 655.65625 166.20404 656.4844L165.12592 656.4844Q165.12592 655.2969 165.87592 654.5781Q166.64154 653.84375 167.90717 653.84375Q169.11029 653.84375 169.79779 654.46875Q170.48529 655.09375 170.48529 656.1406Q170.48529 657.3906 168.87592 659.1406L166.59467 661.6094L170.87592 661.6094L170.87592 662.5ZM172.18842 655.6094Q172.18842 654.84375 172.67279 654.34375Q173.17279 653.84375 173.93842 653.84375Q174.71967 653.84375 175.20404 654.34375Q175.68842 654.84375 175.68842 655.6406L175.68842 656.0625Q175.68842 656.8281 175.18842 657.3281Q174.70404 657.8125 173.95404 657.8125Q173.18842 657.8125 172.68842 657.3281Q172.18842 656.8281 172.18842 656.0156L172.18842 655.6094ZM173.00092 656.0625Q173.00092 656.5156 173.25092 656.8125Q173.51654 657.1094 173.95404 657.1094Q174.37592 657.1094 174.62592 656.8281Q174.87592 656.53125 174.87592 656.03125L174.87592 655.6094Q174.87592 655.15625 174.62592 654.8594Q174.37592 654.5469 173.93842 654.5469Q173.50092 654.5469 173.25092 654.8594Q173.00092 655.15625 173.00092 655.625L173.00092 656.0625ZM176.34467 660.40625Q176.34467 659.6406 176.82904 659.15625Q177.32904 658.65625 178.09467 658.65625Q178.86029 658.65625 179.34467 659.15625Q179.84467 659.6406 179.84467 660.4531L179.84467 660.8594Q179.84467 661.625 179.36029 662.125Q178.87592 662.625 178.11029 662.625Q177.34467 662.625 176.84467 662.1406Q176.34467 661.6406 176.34467 660.8281L176.34467 660.40625ZM177.15717 660.8594Q177.15717 661.3281 177.40717 661.625Q177.67279 661.9219 178.11029 661.9219Q178.53217 661.9219 178.78217 661.6406Q179.03217 661.34375 179.03217 660.84375L179.03217 660.40625Q179.03217 659.9375 178.76654 659.65625Q178.51654 659.3594 178.09467 659.3594Q177.67279 659.3594 177.40717 659.65625Q177.15717 659.9375 177.15717 660.4375L177.15717 660.8594ZM174.20404 661.8594L173.57904 661.46875L177.75092 654.7969L178.36029 655.1875L174.20404 661.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M170.87592 662.5L165.28217 662.5L165.28217 661.71875L168.23529 658.4375Q168.89154 657.6875 169.14154 657.2344Q169.39154 656.7656 169.39154 656.2656Q169.39154 655.59375 168.98529 655.1719Q168.59467 654.7344 167.90717 654.7344Q167.11029 654.7344 166.65717 655.2031Q166.20404 655.65625 166.20404 656.4844L165.12592 656.4844Q165.12592 655.2969 165.87592 654.5781Q166.64154 653.84375 167.90717 653.84375Q169.11029 653.84375 169.79779 654.46875Q170.48529 655.09375 170.48529 656.1406Q170.48529 657.3906 168.87592 659.1406L166.59467 661.6094L170.87592 661.6094L170.87592 662.5ZM172.18842 655.6094Q172.18842 654.84375 172.67279 654.34375Q173.17279 653.84375 173.93842 653.84375Q174.71967 653.84375 175.20404 654.34375Q175.68842 654.84375 175.68842 655.6406L175.68842 656.0625Q175.68842 656.8281 175.18842 657.3281Q174.70404 657.8125 173.95404 657.8125Q173.18842 657.8125 172.68842 657.3281Q172.18842 656.8281 172.18842 656.0156L172.18842 655.6094ZM173.00092 656.0625Q173.00092 656.5156 173.25092 656.8125Q173.51654 657.1094 173.95404 657.1094Q174.37592 657.1094 174.62592 656.8281Q174.87592 656.53125 174.87592 656.03125L174.87592 655.6094Q174.87592 655.15625 174.62592 654.8594Q174.37592 654.5469 173.93842 654.5469Q173.50092 654.5469 173.25092 654.8594Q173.00092 655.15625 173.00092 655.625L173.00092 656.0625ZM176.34467 660.40625Q176.34467 659.6406 176.82904 659.15625Q177.32904 658.65625 178.09467 658.65625Q178.86029 658.65625 179.34467 659.15625Q179.84467 659.6406 179.84467 660.4531L179.84467 660.8594Q179.84467 661.625 179.36029 662.125Q178.87592 662.625 178.11029 662.625Q177.34467 662.625 176.84467 662.1406Q176.34467 661.6406 176.34467 660.8281L176.34467 660.40625ZM177.15717 660.8594Q177.15717 661.3281 177.40717 661.625Q177.67279 661.9219 178.11029 661.9219Q178.53217 661.9219 178.78217 661.6406Q179.03217 661.34375 179.03217 660.84375L179.03217 660.40625Q179.03217 659.9375 178.76654 659.65625Q178.51654 659.3594 178.09467 659.3594Q177.67279 659.3594 177.40717 659.65625Q177.15717 659.9375 177.15717 660.4375L177.15717 660.8594ZM174.20404 661.8594L173.57904 661.46875L177.75092 654.7969L178.36029 655.1875L174.20404 661.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M170.87592 718.5L165.28217 718.5L165.28217 717.71875L168.23529 714.4375Q168.89154 713.6875 169.14154 713.2344Q169.39154 712.7656 169.39154 712.2656Q169.39154 711.59375 168.98529 711.1719Q168.59467 710.7344 167.90717 710.7344Q167.11029 710.7344 166.65717 711.2031Q166.20404 711.65625 166.20404 712.4844L165.12592 712.4844Q165.12592 711.2969 165.87592 710.5781Q166.64154 709.84375 167.90717 709.84375Q169.11029 709.84375 169.79779 710.46875Q170.48529 711.09375 170.48529 712.1406Q170.48529 713.3906 168.87592 715.1406L166.59467 717.6094L170.87592 717.6094L170.87592 718.5ZM172.18842 711.6094Q172.18842 710.84375 172.67279 710.34375Q173.17279 709.84375 173.93842 709.84375Q174.71967 709.84375 175.20404 710.34375Q175.68842 710.84375 175.68842 711.6406L175.68842 712.0625Q175.68842 712.8281 175.18842 713.3281Q174.70404 713.8125 173.95404 713.8125Q173.18842 713.8125 172.68842 713.3281Q172.18842 712.8281 172.18842 712.0156L172.18842 711.6094ZM173.00092 712.0625Q173.00092 712.5156 173.25092 712.8125Q173.51654 713.1094 173.95404 713.1094Q174.37592 713.1094 174.62592 712.8281Q174.87592 712.53125 174.87592 712.03125L174.87592 711.6094Q174.87592 711.15625 174.62592 710.8594Q174.37592 710.5469 173.93842 710.5469Q173.50092 710.5469 173.25092 710.8594Q173.00092 711.15625 173.00092 711.625L173.00092 712.0625ZM176.34467 716.40625Q176.34467 715.6406 176.82904 715.15625Q177.32904 714.65625 178.09467 714.65625Q178.86029 714.65625 179.34467 715.15625Q179.84467 715.6406 179.84467 716.4531L179.84467 716.8594Q179.84467 717.625 179.36029 718.125Q178.87592 718.625 178.11029 718.625Q177.34467 718.625 176.84467 718.1406Q176.34467 717.6406 176.34467 716.8281L176.34467 716.40625ZM177.15717 716.8594Q177.15717 717.3281 177.40717 717.625Q177.67279 717.9219 178.11029 717.9219Q178.53217 717.9219 178.78217 717.6406Q179.03217 717.34375 179.03217 716.84375L179.03217 716.40625Q179.03217 715.9375 178.76654 715.65625Q178.51654 715.3594 178.09467 715.3594Q177.67279 715.3594 177.40717 715.65625Q177.15717 715.9375 177.15717 716.4375L177.15717 716.8594ZM174.20404 717.8594L173.57904 717.46875L177.75092 710.7969L178.36029 711.1875L174.20404 717.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M170.87592 718.5L165.28217 718.5L165.28217 717.71875L168.23529 714.4375Q168.89154 713.6875 169.14154 713.2344Q169.39154 712.7656 169.39154 712.2656Q169.39154 711.59375 168.98529 711.1719Q168.59467 710.7344 167.90717 710.7344Q167.11029 710.7344 166.65717 711.2031Q166.20404 711.65625 166.20404 712.4844L165.12592 712.4844Q165.12592 711.2969 165.87592 710.5781Q166.64154 709.84375 167.90717 709.84375Q169.11029 709.84375 169.79779 710.46875Q170.48529 711.09375 170.48529 712.1406Q170.48529 713.3906 168.87592 715.1406L166.59467 717.6094L170.87592 717.6094L170.87592 718.5ZM172.18842 711.6094Q172.18842 710.84375 172.67279 710.34375Q173.17279 709.84375 173.93842 709.84375Q174.71967 709.84375 175.20404 710.34375Q175.68842 710.84375 175.68842 711.6406L175.68842 712.0625Q175.68842 712.8281 175.18842 713.3281Q174.70404 713.8125 173.95404 713.8125Q173.18842 713.8125 172.68842 713.3281Q172.18842 712.8281 172.18842 712.0156L172.18842 711.6094ZM173.00092 712.0625Q173.00092 712.5156 173.25092 712.8125Q173.51654 713.1094 173.95404 713.1094Q174.37592 713.1094 174.62592 712.8281Q174.87592 712.53125 174.87592 712.03125L174.87592 711.6094Q174.87592 711.15625 174.62592 710.8594Q174.37592 710.5469 173.93842 710.5469Q173.50092 710.5469 173.25092 710.8594Q173.00092 711.15625 173.00092 711.625L173.00092 712.0625ZM176.34467 716.40625Q176.34467 715.6406 176.82904 715.15625Q177.32904 714.65625 178.09467 714.65625Q178.86029 714.65625 179.34467 715.15625Q179.84467 715.6406 179.84467 716.4531L179.84467 716.8594Q179.84467 717.625 179.36029 718.125Q178.87592 718.625 178.11029 718.625Q177.34467 718.625 176.84467 718.1406Q176.34467 717.6406 176.34467 716.8281L176.34467 716.40625ZM177.15717 716.8594Q177.15717 717.3281 177.40717 717.625Q177.67279 717.9219 178.11029 717.9219Q178.53217 717.9219 178.78217 717.6406Q179.03217 717.34375 179.03217 716.84375L179.03217 716.40625Q179.03217 715.9375 178.76654 715.65625Q178.51654 715.3594 178.09467 715.3594Q177.67279 715.3594 177.40717 715.65625Q177.15717 715.9375 177.15717 716.4375L177.15717 716.8594ZM174.20404 717.8594L173.57904 717.46875L177.75092 710.7969L178.36029 711.1875L174.20404 717.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M309.61865 771.80115Q309.61865 770.8793 310.07178 770.23865Q310.54053 769.598 311.41553 769.598Q312.22803 769.598 312.75928 770.17615Q313.29053 770.7543 313.29053 771.86365Q313.29053 772.9574 312.74365 773.55115Q312.2124 774.1293 311.43115 774.1293Q310.6499 774.1293 310.13428 773.55115Q309.61865 772.973 309.61865 771.80115ZM311.44678 770.3168Q311.05615 770.3168 310.79053 770.6605Q310.54053 771.0043 310.54053 771.9105Q310.54053 772.73865 310.79053 773.0824Q311.05615 773.4105 311.44678 773.4105Q311.85303 773.4105 312.10303 773.0668Q312.36865 772.723 312.36865 771.8324Q312.36865 770.98865 312.10303 770.6605Q311.8374 770.3168 311.44678 770.3168ZM311.44678 778.6449L316.1499 769.598L317.00928 769.598L312.32178 778.6449L311.44678 778.6449ZM315.16553 776.3168Q315.16553 775.3949 315.61865 774.7543Q316.0874 774.11365 316.97803 774.11365Q317.79053 774.11365 318.32178 774.6918Q318.85303 775.2543 318.85303 776.3793Q318.85303 777.473 318.30615 778.0668Q317.7749 778.6449 316.97803 778.6449Q316.2124 778.6449 315.68115 778.0668Q315.16553 777.48865 315.16553 776.3168ZM317.00928 774.8324Q316.60303 774.8324 316.3374 775.17615Q316.0874 775.5199 316.0874 776.42615Q316.0874 777.23865 316.35303 777.5824Q316.61865 777.92615 317.00928 777.92615Q317.3999 777.92615 317.66553 777.5824Q317.93115 777.23865 317.93115 776.3324Q317.93115 775.5043 317.66553 775.17615Q317.3999 774.8324 317.00928 774.8324ZM323.32178 775.223Q323.32178 773.48865 324.2749 772.6605Q325.07178 771.973 326.22803 771.973Q327.50928 771.973 328.32178 772.8168Q329.1499 773.6449 329.1499 775.1293Q329.1499 776.3324 328.79053 777.0199Q328.43115 777.7074 327.72803 778.098Q327.04053 778.473 326.22803 778.473Q324.93115 778.473 324.11865 777.6449Q323.32178 776.80115 323.32178 775.223ZM324.3999 775.223Q324.3999 776.4105 324.91553 777.0043Q325.44678 777.598 326.22803 777.598Q327.0249 777.598 327.54053 777.0043Q328.05615 776.4105 328.05615 775.1918Q328.05615 774.0355 327.5249 773.4418Q327.00928 772.848 326.22803 772.848Q325.44678 772.848 324.91553 773.4418Q324.3999 774.0199 324.3999 775.223ZM330.9624 778.3324L330.9624 772.92615L330.0249 772.92615L330.0249 772.11365L330.9624 772.11365L330.9624 771.4418Q330.9624 770.8168 331.07178 770.5199Q331.22803 770.098 331.60303 769.848Q331.99365 769.598 332.68115 769.598Q333.13428 769.598 333.66553 769.7074L333.50928 770.61365Q333.18115 770.5668 332.88428 770.5668Q332.3999 770.5668 332.19678 770.7699Q332.00928 770.973 332.00928 771.5355L332.00928 772.11365L333.22803 772.11365L333.22803 772.92615L332.00928 772.92615L332.00928 778.3324L330.9624 778.3324ZM336.69678 778.3324L336.69678 772.11365L337.6499 772.11365L337.6499 773.05115Q338.00928 772.3949 338.30615 772.1918Q338.61865 771.973 338.99365 771.973Q339.5249 771.973 340.07178 772.30115L339.7124 773.2855Q339.32178 773.05115 338.94678 773.05115Q338.5874 773.05115 338.30615 773.2699Q338.04053 773.473 337.93115 773.848Q337.74365 774.4105 337.74365 775.0668L337.74365 778.3324L336.69678 778.3324ZM344.9624 776.3324L346.05615 776.4574Q345.80615 777.4105 345.10303 777.9418Q344.3999 778.473 343.32178 778.473Q341.9624 778.473 341.1499 777.6293Q340.35303 776.7855 340.35303 775.2699Q340.35303 773.7074 341.16553 772.848Q341.97803 771.973 343.25928 771.973Q344.50928 771.973 345.29053 772.8168Q346.0874 773.6605 346.0874 775.2074Q346.0874 775.30115 346.0874 775.48865L341.44678 775.48865Q341.50928 776.5199 342.0249 777.0668Q342.54053 777.598 343.32178 777.598Q343.8999 777.598 344.30615 777.30115Q344.72803 776.98865 344.9624 776.3324ZM341.50928 774.6293L344.97803 774.6293Q344.91553 773.8324 344.5874 773.4418Q344.07178 772.8324 343.2749 772.8324Q342.54053 772.8324 342.04053 773.3168Q341.55615 773.80115 341.50928 774.6293ZM347.29053 776.473L348.32178 776.3168Q348.41553 776.9418 348.80615 777.2699Q349.2124 777.598 349.94678 777.598Q350.66553 777.598 351.00928 777.3168Q351.36865 777.0199 351.36865 776.61365Q351.36865 776.2543 351.05615 776.05115Q350.8374 775.9105 349.97803 775.6918Q348.82178 775.3949 348.36865 775.1918Q347.93115 774.973 347.69678 774.598Q347.4624 774.223 347.4624 773.7543Q347.4624 773.348 347.6499 772.98865Q347.8374 772.6293 348.16553 772.3949Q348.41553 772.223 348.8374 772.098Q349.25928 771.973 349.75928 771.973Q350.47803 771.973 351.0249 772.1918Q351.5874 772.3949 351.85303 772.7543Q352.11865 773.11365 352.2124 773.7074L351.18115 773.848Q351.11865 773.3793 350.7749 773.11365Q350.44678 772.8324 349.82178 772.8324Q349.10303 772.8324 348.79053 773.0824Q348.47803 773.3168 348.47803 773.6449Q348.47803 773.848 348.60303 774.0043Q348.74365 774.17615 349.00928 774.2855Q349.16553 774.348 349.94678 774.55115Q351.07178 774.86365 351.50928 775.05115Q351.94678 775.23865 352.19678 775.598Q352.44678 775.9574 352.44678 776.5043Q352.44678 777.0355 352.13428 777.5043Q351.8374 777.9574 351.25928 778.223Q350.68115 778.473 349.94678 778.473Q348.72803 778.473 348.0874 777.973Q347.4624 777.4574 347.29053 776.473ZM353.7124 780.723L353.7124 772.11365L354.66553 772.11365L354.66553 772.9105Q355.00928 772.4418 355.43115 772.2074Q355.86865 771.973 356.47803 771.973Q357.2749 771.973 357.88428 772.3793Q358.49365 772.7855 358.79053 773.5355Q359.10303 774.2855 359.10303 775.17615Q359.10303 776.1293 358.75928 776.8949Q358.43115 777.6605 357.7749 778.0668Q357.11865 778.473 356.3999 778.473Q355.86865 778.473 355.44678 778.2543Q355.0249 778.0199 354.75928 777.6918L354.75928 780.723L353.7124 780.723ZM354.66553 775.2543Q354.66553 776.4574 355.1499 777.0355Q355.63428 777.598 356.32178 777.598Q357.0249 777.598 357.5249 777.0043Q358.0249 776.4105 358.0249 775.1605Q358.0249 773.973 357.54053 773.3949Q357.05615 772.80115 356.36865 772.80115Q355.69678 772.80115 355.18115 773.42615Q354.66553 774.05115 354.66553 775.2543ZM360.32178 775.223Q360.32178 773.48865 361.2749 772.6605Q362.07178 771.973 363.22803 771.973Q364.50928 771.973 365.32178 772.8168Q366.1499 773.6449 366.1499 775.1293Q366.1499 776.3324 365.79053 777.0199Q365.43115 777.7074 364.72803 778.098Q364.04053 778.473 363.22803 778.473Q361.93115 778.473 361.11865 777.6449Q360.32178 776.80115 360.32178 775.223ZM361.3999 775.223Q361.3999 776.4105 361.91553 777.0043Q362.44678 777.598 363.22803 777.598Q364.0249 777.598 364.54053 777.0043Q365.05615 776.4105 365.05615 775.1918Q365.05615 774.0355 364.5249 773.4418Q364.00928 772.848 363.22803 772.848Q362.44678 772.848 361.91553 773.4418Q361.3999 774.0199 361.3999 775.223ZM367.7124 778.3324L367.7124 772.11365L368.6499 772.11365L368.6499 772.98865Q369.3374 771.973 370.63428 771.973Q371.19678 771.973 371.66553 772.17615Q372.1499 772.3793 372.38428 772.7074Q372.61865 773.0355 372.7124 773.473Q372.75928 773.7699 372.75928 774.5043L372.75928 778.3324L371.7124 778.3324L371.7124 774.55115Q371.7124 773.8949 371.5874 773.5824Q371.4624 773.2699 371.1499 773.0824Q370.8374 772.8793 370.41553 772.8793Q369.74365 772.8793 369.24365 773.3168Q368.75928 773.73865 368.75928 774.92615L368.75928 778.3324L367.7124 778.3324ZM378.74365 778.3324L378.74365 777.55115Q378.1499 778.473 377.00928 778.473Q376.25928 778.473 375.63428 778.0668Q375.00928 777.6449 374.66553 776.9105Q374.32178 776.17615 374.32178 775.223Q374.32178 774.30115 374.63428 773.5355Q374.94678 772.7699 375.57178 772.3793Q376.19678 771.973 376.9624 771.973Q377.5249 771.973 377.9624 772.2074Q378.3999 772.4418 378.68115 772.8168L378.68115 769.73865L379.72803 769.73865L379.72803 778.3324L378.74365 778.3324ZM375.41553 775.223Q375.41553 776.42615 375.91553 777.0199Q376.41553 777.598 377.10303 777.598Q377.79053 777.598 378.2749 777.0355Q378.75928 776.473 378.75928 775.3168Q378.75928 774.0355 378.25928 773.4418Q377.7749 772.848 377.05615 772.848Q376.35303 772.848 375.88428 773.42615Q375.41553 773.98865 375.41553 775.223ZM385.9624 776.3324L387.05615 776.4574Q386.80615 777.4105 386.10303 777.9418Q385.3999 778.473 384.32178 778.473Q382.9624 778.473 382.1499 777.6293Q381.35303 776.7855 381.35303 775.2699Q381.35303 773.7074 382.16553 772.848Q382.97803 771.973 384.25928 771.973Q385.50928 771.973 386.29053 772.8168Q387.0874 773.6605 387.0874 775.2074Q387.0874 775.30115 387.0874 775.48865L382.44678 775.48865Q382.50928 776.5199 383.0249 777.0668Q383.54053 777.598 384.32178 777.598Q384.8999 777.598 385.30615 777.30115Q385.72803 776.98865 385.9624 776.3324ZM382.50928 774.6293L385.97803 774.6293Q385.91553 773.8324 385.5874 773.4418Q385.07178 772.8324 384.2749 772.8324Q383.54053 772.8324 383.04053 773.3168Q382.55615 773.80115 382.50928 774.6293ZM388.7124 778.3324L388.7124 772.11365L389.6499 772.11365L389.6499 772.98865Q390.3374 771.973 391.63428 771.973Q392.19678 771.973 392.66553 772.17615Q393.1499 772.3793 393.38428 772.7074Q393.61865 773.0355 393.7124 773.473Q393.75928 773.7699 393.75928 774.5043L393.75928 778.3324L392.7124 778.3324L392.7124 774.55115Q392.7124 773.8949 392.5874 773.5824Q392.4624 773.2699 392.1499 773.0824Q391.8374 772.8793 391.41553 772.8793Q390.74365 772.8793 390.24365 773.3168Q389.75928 773.73865 389.75928 774.92615L389.75928 778.3324L388.7124 778.3324ZM398.00928 777.3949L398.16553 778.3168Q397.7124 778.4105 397.36865 778.4105Q396.79053 778.4105 396.47803 778.23865Q396.16553 778.05115 396.0249 777.7543Q395.8999 777.4574 395.8999 776.5043L395.8999 772.92615L395.13428 772.92615L395.13428 772.11365L395.8999 772.11365L395.8999 770.5668L396.94678 769.9418L396.94678 772.11365L398.00928 772.11365L398.00928 772.92615L396.94678 772.92615L396.94678 776.5668Q396.94678 777.0199 396.99365 777.1449Q397.05615 777.2699 397.18115 777.348Q397.30615 777.42615 397.54053 777.42615Q397.72803 777.42615 398.00928 777.3949ZM398.29053 776.473L399.32178 776.3168Q399.41553 776.9418 399.80615 777.2699Q400.2124 777.598 400.94678 777.598Q401.66553 777.598 402.00928 777.3168Q402.36865 777.0199 402.36865 776.61365Q402.36865 776.2543 402.05615 776.05115Q401.8374 775.9105 400.97803 775.6918Q399.82178 775.3949 399.36865 775.1918Q398.93115 774.973 398.69678 774.598Q398.4624 774.223 398.4624 773.7543Q398.4624 773.348 398.6499 772.98865Q398.8374 772.6293 399.16553 772.3949Q399.41553 772.223 399.8374 772.098Q400.25928 771.973 400.75928 771.973Q401.47803 771.973 402.0249 772.1918Q402.5874 772.3949 402.85303 772.7543Q403.11865 773.11365 403.2124 773.7074L402.18115 773.848Q402.11865 773.3793 401.7749 773.11365Q401.44678 772.8324 400.82178 772.8324Q400.10303 772.8324 399.79053 773.0824Q399.47803 773.3168 399.47803 773.6449Q399.47803 773.848 399.60303 774.0043Q399.74365 774.17615 400.00928 774.2855Q400.16553 774.348 400.94678 774.55115Q402.07178 774.86365 402.50928 775.05115Q402.94678 775.23865 403.19678 775.598Q403.44678 775.9574 403.44678 776.5043Q403.44678 777.0355 403.13428 777.5043Q402.8374 777.9574 402.25928 778.223Q401.68115 778.473 400.94678 778.473Q399.72803 778.473 399.0874 777.973Q398.4624 777.4574 398.29053 776.473Z" fill-rule="nonzero"/><path fill="#666666" d="M48.55393 77.8418L44.975803 77.8418L44.17893 80.07617L43.02268 80.07617L46.27268 71.54492L47.257053 71.54492L50.52268 80.07617L49.36643 80.07617L48.55393 77.8418ZM45.319553 76.91992L48.225803 76.91992L46.77268 72.93555L45.319553 76.91992ZM52.96018 76.73242L52.96018 80.07617L51.83518 80.07617L51.83518 71.54492L54.99143 71.54492Q56.382053 71.54492 57.17893 72.26367Q57.975803 72.9668 57.975803 74.1543Q57.975803 75.38867 57.194553 76.06055Q56.42893 76.73242 54.975803 76.73242L52.96018 76.73242ZM52.96018 75.81055L54.99143 75.81055Q55.89768 75.81055 56.36643 75.38867Q56.850803 74.9668 56.850803 74.16992Q56.850803 73.4043 56.36643 72.95117Q55.89768 72.48242 55.05393 72.4668L52.96018 72.4668L52.96018 75.81055ZM61.05393 80.07617L59.92893 80.07617L59.92893 71.54492L61.05393 71.54492L61.05393 80.07617ZM62.882053 80.81055L61.96018 80.81055L65.522675 71.54492L66.44455 71.54492L62.882053 80.81055ZM70.9758 76.62305L68.960175 76.62305L68.960175 80.07617L67.835175 80.07617L67.835175 71.54492L70.6633 71.54492Q72.1008 71.54492 72.866425 72.20117Q73.647675 72.85742 73.647675 74.10742Q73.647675 74.9043 73.210175 75.49805Q72.7883 76.0918 72.022675 76.38867L74.022675 79.99805L74.022675 80.07617L72.81955 80.07617L70.9758 76.62305ZM68.960175 75.70117L70.69455 75.70117Q71.5383 75.70117 72.022675 75.2793Q72.522675 74.8418 72.522675 74.10742Q72.522675 73.32617 72.053925 72.9043Q71.585175 72.48242 70.69455 72.4668L68.960175 72.4668L68.960175 75.70117ZM75.960175 76.73242L75.960175 80.07617L74.835175 80.07617L74.835175 71.54492L77.991425 71.54492Q79.38205 71.54492 80.178925 72.26367Q80.9758 72.9668 80.9758 74.1543Q80.9758 75.38867 80.19455 76.06055Q79.428925 76.73242 77.9758 76.73242L75.960175 76.73242ZM75.960175 75.81055L77.991425 75.81055Q78.897675 75.81055 79.366425 75.38867Q79.8508 74.9668 79.8508 74.16992Q79.8508 73.4043 79.366425 72.95117Q78.897675 72.48242 78.053925 72.4668L75.960175 72.4668L75.960175 75.81055ZM89.116425 77.37305Q88.960175 78.7168 88.116425 79.4668Q87.272675 80.20117 85.88205 80.20117Q84.366425 80.20117 83.460175 79.12305Q82.553925 78.0293 82.553925 76.20117L82.553925 75.38867Q82.553925 74.20117 82.9758 73.29492Q83.397675 72.38867 84.178925 71.9043Q84.960175 71.41992 85.9758 71.41992Q87.335175 71.41992 88.147675 72.18555Q88.9758 72.95117 89.116425 74.2793L87.991425 74.2793Q87.835175 73.26367 87.3508 72.81055Q86.866425 72.35742 85.9758 72.35742Q84.897675 72.35742 84.2883 73.1543Q83.678925 73.95117 83.678925 75.41992L83.678925 76.24805Q83.678925 77.63867 84.25705 78.4668Q84.835175 79.2793 85.88205 79.2793Q86.81955 79.2793 87.31955 78.85742Q87.81955 78.41992 87.991425 77.37305L89.116425 77.37305ZM97.366425 78.38867Q97.366425 77.95117 97.022675 77.7168Q96.69455 77.4668 95.866425 77.29492Q95.053925 77.12305 94.56955 76.87305Q94.085175 76.62305 93.8508 76.29492Q93.63205 75.95117 93.63205 75.48242Q93.63205 74.70117 94.2883 74.16992Q94.94455 73.62305 95.9758 73.62305Q97.053925 73.62305 97.710175 74.18555Q98.38205 74.73242 98.38205 75.5918L97.303925 75.5918Q97.303925 75.1543 96.9133 74.8418Q96.5383 74.51367 95.9758 74.51367Q95.38205 74.51367 95.0383 74.7793Q94.710175 75.0293 94.710175 75.43555Q94.710175 75.82617 95.022675 76.0293Q95.335175 76.23242 96.147675 76.41992Q96.960175 76.5918 97.460175 76.8418Q97.960175 77.0918 98.19455 77.45117Q98.44455 77.81055 98.44455 78.31055Q98.44455 79.16992 97.75705 79.68555Q97.085175 80.20117 96.00705 80.20117Q95.241425 80.20117 94.647675 79.93555Q94.06955 79.6543 93.741425 79.16992Q93.4133 78.68555 93.4133 78.12305L94.491425 78.12305Q94.522675 78.66992 94.928925 78.99805Q95.335175 79.31055 96.00705 79.31055Q96.616425 79.31055 96.991425 79.06055Q97.366425 78.81055 97.366425 78.38867ZM102.303925 80.20117Q101.00705 80.20117 100.19455 79.35742Q99.397675 78.49805 99.397675 77.07617L99.397675 76.88867Q99.397675 75.93555 99.75705 75.20117Q100.116425 74.45117 100.75705 74.04492Q101.4133 73.62305 102.1633 73.62305Q103.397675 73.62305 104.085175 74.43555Q104.772675 75.24805 104.772675 76.76367L104.772675 77.2168L100.4758 77.2168Q100.50705 78.1543 101.022675 78.73242Q101.553925 79.31055 102.366425 79.31055Q102.928925 79.31055 103.31955 79.07617Q103.7258 78.8418 104.0383 78.45117L104.69455 78.9668Q103.897675 80.20117 102.303925 80.20117ZM102.1633 74.51367Q101.50705 74.51367 101.053925 74.99805Q100.616425 75.4668 100.522675 76.32617L103.69455 76.32617L103.69455 76.24805Q103.647675 75.41992 103.241425 74.9668Q102.8508 74.51367 102.1633 74.51367ZM108.741425 74.70117Q108.491425 74.66992 108.210175 74.66992Q107.13205 74.66992 106.75705 75.57617L106.75705 80.07617L105.678925 80.07617L105.678925 73.73242L106.7258 73.73242L106.741425 74.4668Q107.272675 73.62305 108.25705 73.62305Q108.56955 73.62305 108.741425 73.70117L108.741425 74.70117ZM111.75705 78.60742L113.335175 73.73242L114.44455 73.73242L112.1633 80.07617L111.335175 80.07617L109.0383 73.73242L110.147675 73.73242L111.75705 78.60742ZM116.8508 80.07617L115.772675 80.07617L115.772675 73.73242L116.8508 73.73242L116.8508 80.07617ZM115.678925 72.06055Q115.678925 71.79492 115.835175 71.60742Q116.00705 71.41992 116.31955 71.41992Q116.63205 71.41992 116.7883 71.60742Q116.960175 71.79492 116.960175 72.06055Q116.960175 72.31055 116.7883 72.49805Q116.63205 72.66992 116.31955 72.66992Q116.00705 72.66992 115.835175 72.49805Q115.678925 72.31055 115.678925 72.06055ZM121.210175 79.31055Q121.7883 79.31055 122.2258 78.9668Q122.6633 78.60742 122.710175 78.07617L123.741425 78.07617Q123.710175 78.62305 123.3508 79.12305Q123.00705 79.60742 122.428925 79.9043Q121.866425 80.20117 121.210175 80.20117Q119.9133 80.20117 119.147675 79.3418Q118.397675 78.4668 118.397675 76.9668L118.397675 76.7793Q118.397675 75.85742 118.7258 75.13867Q119.06955 74.41992 119.69455 74.0293Q120.335175 73.62305 121.210175 73.62305Q122.272675 73.62305 122.9758 74.26367Q123.69455 74.88867 123.741425 75.91992L122.710175 75.91992Q122.6633 75.29492 122.241425 74.9043Q121.81955 74.51367 121.210175 74.51367Q120.38205 74.51367 119.928925 75.10742Q119.4758 75.70117 119.4758 76.82617L119.4758 77.0293Q119.4758 78.12305 119.928925 78.7168Q120.38205 79.31055 121.210175 79.31055ZM127.303925 80.20117Q126.00705 80.20117 125.19455 79.35742Q124.397675 78.49805 124.397675 77.07617L124.397675 76.88867Q124.397675 75.93555 124.75705 75.20117Q125.116425 74.45117 125.75705 74.04492Q126.4133 73.62305 127.1633 73.62305Q128.39767 73.62305 129.08517 74.43555Q129.77267 75.24805 129.77267 76.76367L129.77267 77.2168L125.4758 77.2168Q125.50705 78.1543 126.022675 78.73242Q126.553925 79.31055 127.366425 79.31055Q127.928925 79.31055 128.31955 79.07617Q128.7258 78.8418 129.0383 78.45117L129.69455 78.9668Q128.89767 80.20117 127.303925 80.20117ZM127.1633 74.51367Q126.50705 74.51367 126.053925 74.99805Q125.616425 75.4668 125.522675 76.32617L128.69455 76.32617L128.69455 76.24805Q128.64767 75.41992 128.24142 74.9668Q127.8508 74.51367 127.1633 74.51367ZM134.36642 78.38867Q134.36642 77.95117 134.02267 77.7168Q133.69455 77.4668 132.86642 77.29492Q132.05392 77.12305 131.56955 76.87305Q131.08517 76.62305 130.8508 76.29492Q130.63205 75.95117 130.63205 75.48242Q130.63205 74.70117 131.2883 74.16992Q131.94455 73.62305 132.9758 73.62305Q134.05392 73.62305 134.71017 74.18555Q135.38205 74.73242 135.38205 75.5918L134.30392 75.5918Q134.30392 75.1543 133.9133 74.8418Q133.5383 74.51367 132.9758 74.51367Q132.38205 74.51367 132.0383 74.7793Q131.71017 75.0293 131.71017 75.43555Q131.71017 75.82617 132.02267 76.0293Q132.33517 76.23242 133.14767 76.41992Q133.96017 76.5918 134.46017 76.8418Q134.96017 77.0918 135.19455 77.45117Q135.44455 77.81055 135.44455 78.31055Q135.44455 79.16992 134.75705 79.68555Q134.08517 80.20117 133.00705 80.20117Q132.24142 80.20117 131.64767 79.93555Q131.06955 79.6543 130.74142 79.16992Q130.4133 78.68555 130.4133 78.12305L131.49142 78.12305Q131.52267 78.66992 131.92892 78.99805Q132.33517 79.31055 133.00705 79.31055Q133.61642 79.31055 133.99142 79.06055Q134.36642 78.81055 134.36642 78.38867Z" fill-rule="nonzero"/><path fill="#666666" d="M56.632053 91.60742Q56.632053 90.29492 56.975803 89.07617Q57.33518 87.85742 58.038303 86.85742Q58.74143 85.85742 59.507053 85.45117L59.725803 86.16992Q58.86643 86.82617 58.319553 88.16992Q57.77268 89.51367 57.725803 91.18555L57.71018 91.68555Q57.71018 93.95117 58.538303 95.60742Q59.038303 96.60742 59.725803 97.16992L59.507053 97.82617Q58.725803 97.4043 58.007053 96.37305Q56.632053 94.38867 56.632053 91.60742ZM63.74143 89.70117Q63.49143 89.66992 63.21018 89.66992Q62.132053 89.66992 61.757053 90.57617L61.757053 95.07617L60.67893 95.07617L60.67893 88.73242L61.725803 88.73242L61.74143 89.4668Q62.27268 88.62305 63.257053 88.62305Q63.569553 88.62305 63.74143 88.70117L63.74143 89.70117ZM67.303925 95.20117Q66.00705 95.20117 65.19455 94.35742Q64.397675 93.49805 64.397675 92.07617L64.397675 91.88867Q64.397675 90.93555 64.75705 90.20117Q65.116425 89.45117 65.75705 89.04492Q66.4133 88.62305 67.1633 88.62305Q68.397675 88.62305 69.085175 89.43555Q69.772675 90.24805 69.772675 91.76367L69.772675 92.2168L65.4758 92.2168Q65.50705 93.1543 66.022675 93.73242Q66.553925 94.31055 67.366425 94.31055Q67.928925 94.31055 68.31955 94.07617Q68.7258 93.8418 69.0383 93.45117L69.69455 93.9668Q68.897675 95.20117 67.303925 95.20117ZM67.1633 89.51367Q66.50705 89.51367 66.053925 89.99805Q65.616425 90.4668 65.522675 91.32617L68.69455 91.32617L68.69455 91.24805Q68.647675 90.41992 68.241425 89.9668Q67.8508 89.51367 67.1633 89.51367ZM72.147675 87.20117L72.147675 88.73242L73.31955 88.73242L73.31955 89.57617L72.147675 89.57617L72.147675 93.49805Q72.147675 93.88867 72.303925 94.07617Q72.460175 94.26367 72.835175 94.26367Q73.022675 94.26367 73.3508 94.20117L73.3508 95.07617Q72.928925 95.20117 72.522675 95.20117Q71.803925 95.20117 71.428925 94.76367Q71.053925 94.31055 71.053925 93.49805L71.053925 89.57617L69.897675 89.57617L69.897675 88.73242L71.053925 88.73242L71.053925 87.20117L72.147675 87.20117ZM78.585175 94.45117Q77.960175 95.20117 76.7258 95.20117Q75.710175 95.20117 75.178925 94.60742Q74.647675 94.01367 74.647675 92.85742L74.647675 88.73242L75.7258 88.73242L75.7258 92.82617Q75.7258 94.2793 76.897675 94.2793Q78.147675 94.2793 78.553925 93.3418L78.553925 88.73242L79.647675 88.73242L79.647675 95.07617L78.616425 95.07617L78.585175 94.45117ZM84.741425 89.70117Q84.491425 89.66992 84.210175 89.66992Q83.13205 89.66992 82.75705 90.57617L82.75705 95.07617L81.678925 95.07617L81.678925 88.73242L82.7258 88.73242L82.741425 89.4668Q83.272675 88.62305 84.25705 88.62305Q84.56955 88.62305 84.741425 88.70117L84.741425 89.70117ZM86.69455 88.73242L86.7258 89.5293Q87.460175 88.62305 88.63205 88.62305Q90.647675 88.62305 90.6633 90.88867L90.6633 95.07617L89.56955 95.07617L89.56955 90.87305Q89.56955 90.20117 89.25705 89.87305Q88.960175 89.54492 88.303925 89.54492Q87.772675 89.54492 87.366425 89.82617Q86.9758 90.10742 86.75705 90.56055L86.75705 95.07617L85.678925 95.07617L85.678925 88.73242L86.69455 88.73242ZM93.8508 95.07617L92.772675 95.07617L92.772675 88.73242L93.8508 88.73242L93.8508 95.07617ZM92.678925 87.06055Q92.678925 86.79492 92.835175 86.60742Q93.00705 86.41992 93.31955 86.41992Q93.63205 86.41992 93.7883 86.60742Q93.960175 86.79492 93.960175 87.06055Q93.960175 87.31055 93.7883 87.49805Q93.63205 87.66992 93.31955 87.66992Q93.00705 87.66992 92.835175 87.49805Q92.678925 87.31055 92.678925 87.06055ZM96.69455 88.73242L96.7258 89.5293Q97.460175 88.62305 98.63205 88.62305Q100.647675 88.62305 100.6633 90.88867L100.6633 95.07617L99.56955 95.07617L99.56955 90.87305Q99.56955 90.20117 99.25705 89.87305Q98.960175 89.54492 98.303925 89.54492Q97.772675 89.54492 97.366425 89.82617Q96.9758 90.10742 96.75705 90.56055L96.75705 95.07617L95.678925 95.07617L95.678925 88.73242L96.69455 88.73242ZM102.4133 91.85742Q102.4133 90.37305 103.1008 89.49805Q103.7883 88.62305 104.9133 88.62305Q106.06955 88.62305 106.7258 89.43555L106.772675 88.73242L107.772675 88.73242L107.772675 94.91992Q107.772675 96.1543 107.0383 96.85742Q106.303925 97.57617 105.085175 97.57617Q104.397675 97.57617 103.741425 97.2793Q103.085175 96.98242 102.741425 96.48242L103.303925 95.82617Q103.991425 96.68555 105.00705 96.68555Q105.7883 96.68555 106.2258 96.23242Q106.678925 95.79492 106.678925 94.98242L106.678925 94.43555Q106.022675 95.20117 104.897675 95.20117Q103.7883 95.20117 103.1008 94.31055Q102.4133 93.4043 102.4133 91.85742ZM103.50705 91.98242Q103.50705 93.04492 103.94455 93.66992Q104.38205 94.2793 105.178925 94.2793Q106.19455 94.2793 106.678925 93.3418L106.678925 90.45117Q106.178925 89.54492 105.178925 89.54492Q104.397675 89.54492 103.94455 90.1543Q103.50705 90.76367 103.50705 91.98242ZM113.69455 88.73242L113.7258 89.5293Q114.460175 88.62305 115.63205 88.62305Q117.647675 88.62305 117.6633 90.88867L117.6633 95.07617L116.56955 95.07617L116.56955 90.87305Q116.56955 90.20117 116.25705 89.87305Q115.960175 89.54492 115.303925 89.54492Q114.772675 89.54492 114.366425 89.82617Q113.9758 90.10742 113.75705 90.56055L113.75705 95.07617L112.678925 95.07617L112.678925 88.73242L113.69455 88.73242ZM119.38205 91.8418Q119.38205 90.91992 119.741425 90.16992Q120.116425 89.41992 120.772675 89.0293Q121.428925 88.62305 122.25705 88.62305Q123.553925 88.62305 124.3508 89.51367Q125.1633 90.4043 125.1633 91.9043L125.1633 91.98242Q125.1633 92.9043 124.803925 93.63867Q124.44455 94.37305 123.7883 94.79492Q123.13205 95.20117 122.272675 95.20117Q120.991425 95.20117 120.178925 94.31055Q119.38205 93.4043 119.38205 91.91992L119.38205 91.8418ZM120.4758 91.98242Q120.4758 93.0293 120.960175 93.66992Q121.460175 94.31055 122.272675 94.31055Q123.1008 94.31055 123.585175 93.66992Q124.06955 93.01367 124.06955 91.8418Q124.06955 90.81055 123.56955 90.16992Q123.085175 89.51367 122.25705 89.51367Q121.460175 89.51367 120.960175 90.1543Q120.4758 90.7793 120.4758 91.98242ZM127.69455 88.73242L127.7258 89.5293Q128.46017 88.62305 129.63205 88.62305Q131.64767 88.62305 131.6633 90.88867L131.6633 95.07617L130.56955 95.07617L130.56955 90.87305Q130.56955 90.20117 130.25705 89.87305Q129.96017 89.54492 129.30392 89.54492Q128.77267 89.54492 128.36642 89.82617Q127.9758 90.10742 127.75705 90.56055L127.75705 95.07617L126.678925 95.07617L126.678925 88.73242L127.69455 88.73242ZM135.92892 91.88867L133.06955 91.88867L133.06955 91.01367L135.92892 91.01367L135.92892 91.88867Z" fill-rule="nonzero"/><path fill="#666666" d="M107.397675 110.07617L106.272675 110.07617L106.272675 106.13867L101.960175 106.13867L101.960175 110.07617L100.835175 110.07617L100.835175 101.54492L101.960175 101.54492L101.960175 105.2168L106.272675 105.2168L106.272675 101.54492L107.397675 101.54492L107.397675 110.07617ZM115.741425 102.4668L112.991425 102.4668L112.991425 110.07617L111.88205 110.07617L111.88205 102.4668L109.13205 102.4668L109.13205 101.54492L115.741425 101.54492L115.741425 102.4668ZM118.2883 101.54492L121.085175 108.49805L123.866425 101.54492L125.335175 101.54492L125.335175 110.07617L124.210175 110.07617L124.210175 106.74805L124.31955 103.16992L121.50705 110.07617L120.647675 110.07617L117.8508 103.18555L117.960175 106.74805L117.960175 110.07617L116.835175 110.07617L116.835175 101.54492L118.2883 101.54492ZM127.9758 109.1543L132.02267 109.1543L132.02267 110.07617L126.835175 110.07617L126.835175 101.54492L127.9758 101.54492L127.9758 109.1543ZM135.17892 106.66992Q135.17892 107.98242 134.83517 109.18555Q134.49142 110.37305 133.77267 111.38867Q133.06955 112.4043 132.30392 112.82617L132.06955 112.16992Q132.9758 111.48242 133.52267 110.0293Q134.06955 108.56055 134.08517 106.79492L134.08517 106.60742Q134.08517 105.37305 133.81955 104.31055Q133.56955 103.24805 133.1008 102.41992Q132.64767 101.57617 132.06955 101.10742L132.30392 100.45117Q133.06955 100.87305 133.77267 101.87305Q134.4758 102.87305 134.81955 104.0918Q135.17892 105.29492 135.17892 106.66992Z" fill-rule="nonzero"/><path fill="#666666" d="M133.55392 133.40169L129.9758 133.40169L129.17892 135.63606L128.02267 135.63606L131.27267 127.10481L132.25705 127.10481L135.52267 135.63606L134.36642 135.63606L133.55392 133.40169ZM130.31955 132.47981L133.2258 132.47981L131.77267 128.49544L130.31955 132.47981Z" fill-rule="nonzero"/><path fill="#666666" d="M30.741426 145.26106Q30.491426 145.22981 30.210176 145.22981Q29.132051 145.22981 28.757051 146.13606L28.757051 150.63606L27.678926 150.63606L27.678926 144.29231L28.725801 144.29231L28.741426 145.02669Q29.272676 144.18294 30.257051 144.18294Q30.569551 144.18294 30.741426 144.26106L30.741426 145.26106ZM35.585175 150.01106Q34.960175 150.76106 33.7258 150.76106Q32.710175 150.76106 32.178925 150.16731Q31.647676 149.57356 31.647676 148.41731L31.647676 144.29231L32.7258 144.29231L32.7258 148.38606Q32.7258 149.83919 33.897675 149.83919Q35.147675 149.83919 35.553925 148.90169L35.553925 144.29231L36.647675 144.29231L36.647675 150.63606L35.616425 150.63606L35.585175 150.01106ZM39.69455 144.29231L39.7258 145.08919Q40.460175 144.18294 41.63205 144.18294Q43.647675 144.18294 43.6633 146.44856L43.6633 150.63606L42.56955 150.63606L42.56955 146.43294Q42.56955 145.76106 42.25705 145.43294Q41.960175 145.10481 41.303925 145.10481Q40.772675 145.10481 40.366425 145.38606Q39.9758 145.66731 39.75705 146.12044L39.75705 150.63606L38.678925 150.63606L38.678925 144.29231L39.69455 144.29231ZM46.69455 144.29231L46.7258 145.08919Q47.460175 144.18294 48.63205 144.18294Q50.647675 144.18294 50.6633 146.44856L50.6633 150.63606L49.56955 150.63606L49.56955 146.43294Q49.56955 145.76106 49.25705 145.43294Q48.960175 145.10481 48.303925 145.10481Q47.772675 145.10481 47.366425 145.38606Q46.9758 145.66731 46.75705 146.12044L46.75705 150.63606L45.678925 150.63606L45.678925 144.29231L46.69455 144.29231ZM56.585175 150.63606Q56.491425 150.44856 56.428925 149.96419Q55.678925 150.76106 54.63205 150.76106Q53.69455 150.76106 53.085175 150.22981Q52.491425 149.69856 52.491425 148.87044Q52.491425 147.88606 53.241425 147.33919Q53.991425 146.79231 55.366425 146.79231L56.4133 146.79231L56.4133 146.29231Q56.4133 145.72981 56.06955 145.40169Q55.741425 145.05794 55.06955 145.05794Q54.491425 145.05794 54.1008 145.35481Q53.710175 145.63606 53.710175 146.05794L52.616425 146.05794Q52.616425 145.57356 52.94455 145.13606Q53.2883 144.69856 53.866425 144.44856Q54.44455 144.18294 55.13205 144.18294Q56.241425 144.18294 56.8508 144.72981Q57.4758 145.27669 57.50705 146.22981L57.50705 149.15169Q57.50705 150.02669 57.7258 150.54231L57.7258 150.63606L56.585175 150.63606ZM54.7883 149.80794Q55.303925 149.80794 55.75705 149.54231Q56.210175 149.27669 56.4133 148.85481L56.4133 147.55794L55.56955 147.55794Q53.56955 147.55794 53.56955 148.72981Q53.56955 149.22981 53.9133 149.52669Q54.25705 149.80794 54.7883 149.80794ZM65.0383 147.54231Q65.0383 148.99544 64.366425 149.88606Q63.710175 150.76106 62.585175 150.76106Q61.38205 150.76106 60.7258 149.90169L60.6633 150.63606L59.678925 150.63606L59.678925 141.63606L60.75705 141.63606L60.75705 144.99544Q61.4133 144.18294 62.56955 144.18294Q63.7258 144.18294 64.38205 145.05794Q65.0383 145.91731 65.0383 147.44856L65.0383 147.54231ZM63.960175 147.41731Q63.960175 146.30794 63.522675 145.71419Q63.1008 145.10481 62.303925 145.10481Q61.2258 145.10481 60.75705 146.08919L60.75705 148.83919Q61.25705 149.83919 62.303925 149.83919Q63.085175 149.83919 63.522675 149.22981Q63.960175 148.62044 63.960175 147.41731ZM67.8508 150.63606L66.772675 150.63606L66.772675 141.63606L67.8508 141.63606L67.8508 150.63606ZM72.303925 150.76106Q71.00705 150.76106 70.19455 149.91731Q69.397675 149.05794 69.397675 147.63606L69.397675 147.44856Q69.397675 146.49544 69.75705 145.76106Q70.116425 145.01106 70.75705 144.60481Q71.4133 144.18294 72.1633 144.18294Q73.397675 144.18294 74.085175 144.99544Q74.772675 145.80794 74.772675 147.32356L74.772675 147.77669L70.4758 147.77669Q70.50705 148.71419 71.022675 149.29231Q71.553925 149.87044 72.366425 149.87044Q72.928925 149.87044 73.31955 149.63606Q73.7258 149.40169 74.0383 149.01106L74.69455 149.52669Q73.897675 150.76106 72.303925 150.76106ZM72.1633 145.07356Q71.50705 145.07356 71.053925 145.55794Q70.616425 146.02669 70.522675 146.88606L73.69455 146.88606L73.69455 146.80794Q73.647675 145.97981 73.241425 145.52669Q72.8508 145.07356 72.1633 145.07356ZM75.88205 151.37044L74.960175 151.37044L78.522675 142.10481L79.44455 142.10481L75.88205 151.37044ZM81.8508 150.63606L80.772675 150.63606L80.772675 144.29231L81.8508 144.29231L81.8508 150.63606ZM80.678925 142.62044Q80.678925 142.35481 80.835175 142.16731Q81.00705 141.97981 81.31955 141.97981Q81.63205 141.97981 81.7883 142.16731Q81.960175 142.35481 81.960175 142.62044Q81.960175 142.87044 81.7883 143.05794Q81.63205 143.22981 81.31955 143.22981Q81.00705 143.22981 80.835175 143.05794Q80.678925 142.87044 80.678925 142.62044ZM84.69455 144.29231L84.7258 145.08919Q85.460175 144.18294 86.63205 144.18294Q88.647675 144.18294 88.6633 146.44856L88.6633 150.63606L87.56955 150.63606L87.56955 146.43294Q87.56955 145.76106 87.25705 145.43294Q86.960175 145.10481 86.303925 145.10481Q85.772675 145.10481 85.366425 145.38606Q84.9758 145.66731 84.75705 146.12044L84.75705 150.63606L83.678925 150.63606L83.678925 144.29231L84.69455 144.29231ZM92.147675 142.76106L92.147675 144.29231L93.31955 144.29231L93.31955 145.13606L92.147675 145.13606L92.147675 149.05794Q92.147675 149.44856 92.303925 149.63606Q92.460175 149.82356 92.835175 149.82356Q93.022675 149.82356 93.3508 149.76106L93.3508 150.63606Q92.928925 150.76106 92.522675 150.76106Q91.803925 150.76106 91.428925 150.32356Q91.053925 149.87044 91.053925 149.05794L91.053925 145.13606L89.897675 145.13606L89.897675 144.29231L91.053925 144.29231L91.053925 142.76106L92.147675 142.76106ZM97.303925 150.76106Q96.00705 150.76106 95.19455 149.91731Q94.397675 149.05794 94.397675 147.63606L94.397675 147.44856Q94.397675 146.49544 94.75705 145.76106Q95.116425 145.01106 95.75705 144.60481Q96.4133 144.18294 97.1633 144.18294Q98.397675 144.18294 99.085175 144.99544Q99.772675 145.80794 99.772675 147.32356L99.772675 147.77669L95.4758 147.77669Q95.50705 148.71419 96.022675 149.29231Q96.553925 149.87044 97.366425 149.87044Q97.928925 149.87044 98.31955 149.63606Q98.7258 149.40169 99.0383 149.01106L99.69455 149.52669Q98.897675 150.76106 97.303925 150.76106ZM97.1633 145.07356Q96.50705 145.07356 96.053925 145.55794Q95.616425 146.02669 95.522675 146.88606L98.69455 146.88606L98.69455 146.80794Q98.647675 145.97981 98.241425 145.52669Q97.8508 145.07356 97.1633 145.07356ZM103.741425 145.26106Q103.491425 145.22981 103.210175 145.22981Q102.13205 145.22981 101.75705 146.13606L101.75705 150.63606L100.678925 150.63606L100.678925 144.29231L101.7258 144.29231L101.741425 145.02669Q102.272675 144.18294 103.25705 144.18294Q103.56955 144.18294 103.741425 144.26106L103.741425 145.26106ZM108.585175 150.63606Q108.491425 150.44856 108.428925 149.96419Q107.678925 150.76106 106.63205 150.76106Q105.69455 150.76106 105.085175 150.22981Q104.491425 149.69856 104.491425 148.87044Q104.491425 147.88606 105.241425 147.33919Q105.991425 146.79231 107.366425 146.79231L108.4133 146.79231L108.4133 146.29231Q108.4133 145.72981 108.06955 145.40169Q107.741425 145.05794 107.06955 145.05794Q106.491425 145.05794 106.1008 145.35481Q105.710175 145.63606 105.710175 146.05794L104.616425 146.05794Q104.616425 145.57356 104.94455 145.13606Q105.2883 144.69856 105.866425 144.44856Q106.44455 144.18294 107.13205 144.18294Q108.241425 144.18294 108.8508 144.72981Q109.4758 145.27669 109.50705 146.22981L109.50705 149.15169Q109.50705 150.02669 109.7258 150.54231L109.7258 150.63606L108.585175 150.63606ZM106.7883 149.80794Q107.303925 149.80794 107.75705 149.54231Q108.210175 149.27669 108.4133 148.85481L108.4133 147.55794L107.56955 147.55794Q105.56955 147.55794 105.56955 148.72981Q105.56955 149.22981 105.9133 149.52669Q106.25705 149.80794 106.7883 149.80794ZM114.210175 149.87044Q114.7883 149.87044 115.2258 149.52669Q115.6633 149.16731 115.710175 148.63606L116.741425 148.63606Q116.710175 149.18294 116.3508 149.68294Q116.00705 150.16731 115.428925 150.46419Q114.866425 150.76106 114.210175 150.76106Q112.9133 150.76106 112.147675 149.90169Q111.397675 149.02669 111.397675 147.52669L111.397675 147.33919Q111.397675 146.41731 111.7258 145.69856Q112.06955 144.97981 112.69455 144.58919Q113.335175 144.18294 114.210175 144.18294Q115.272675 144.18294 115.9758 144.82356Q116.69455 145.44856 116.741425 146.47981L115.710175 146.47981Q115.6633 145.85481 115.241425 145.46419Q114.81955 145.07356 114.210175 145.07356Q113.38205 145.07356 112.928925 145.66731Q112.4758 146.26106 112.4758 147.38606L112.4758 147.58919Q112.4758 148.68294 112.928925 149.27669Q113.38205 149.87044 114.210175 149.87044ZM119.147675 142.76106L119.147675 144.29231L120.31955 144.29231L120.31955 145.13606L119.147675 145.13606L119.147675 149.05794Q119.147675 149.44856 119.303925 149.63606Q119.460175 149.82356 119.835175 149.82356Q120.022675 149.82356 120.3508 149.76106L120.3508 150.63606Q119.928925 150.76106 119.522675 150.76106Q118.803925 150.76106 118.428925 150.32356Q118.053925 149.87044 118.053925 149.05794L118.053925 145.13606L116.897675 145.13606L116.897675 144.29231L118.053925 144.29231L118.053925 142.76106L119.147675 142.76106ZM122.8508 150.63606L121.772675 150.63606L121.772675 144.29231L122.8508 144.29231L122.8508 150.63606ZM121.678925 142.62044Q121.678925 142.35481 121.835175 142.16731Q122.00705 141.97981 122.31955 141.97981Q122.63205 141.97981 122.7883 142.16731Q122.960175 142.35481 122.960175 142.62044Q122.960175 142.87044 122.7883 143.05794Q122.63205 143.22981 122.31955 143.22981Q122.00705 143.22981 121.835175 143.05794Q121.678925 142.87044 121.678925 142.62044ZM126.75705 149.16731L128.33517 144.29231L129.44455 144.29231L127.1633 150.63606L126.335175 150.63606L124.0383 144.29231L125.147675 144.29231L126.75705 149.16731ZM133.30392 150.76106Q132.00705 150.76106 131.19455 149.91731Q130.39767 149.05794 130.39767 147.63606L130.39767 147.44856Q130.39767 146.49544 130.75705 145.76106Q131.11642 145.01106 131.75705 144.60481Q132.4133 144.18294 133.1633 144.18294Q134.39767 144.18294 135.08517 144.99544Q135.77267 145.80794 135.77267 147.32356L135.77267 147.77669L131.4758 147.77669Q131.50705 148.71419 132.02267 149.29231Q132.55392 149.87044 133.36642 149.87044Q133.92892 149.87044 134.31955 149.63606Q134.7258 149.40169 135.0383 149.01106L135.69455 149.52669Q134.89767 150.76106 133.30392 150.76106ZM133.1633 145.07356Q132.50705 145.07356 132.05392 145.55794Q131.61642 146.02669 131.52267 146.88606L134.69455 146.88606L134.69455 146.80794Q134.64767 145.97981 134.24142 145.52669Q133.8508 145.07356 133.1633 145.07356Z" fill-rule="nonzero"/><path fill="#666666" d="M67.022675 162.54231Q67.022675 163.97981 66.366425 164.87044Q65.710175 165.76106 64.56955 165.76106Q63.413303 165.76106 62.757053 165.02669L62.757053 168.07356L61.67893 168.07356L61.67893 159.29231L62.663303 159.29231L62.71018 159.99544Q63.382053 159.18294 64.553925 159.18294Q65.69455 159.18294 66.3508 160.04231Q67.022675 160.90169 67.022675 162.43294L67.022675 162.54231ZM65.94455 162.41731Q65.94455 161.33919 65.4758 160.72981Q65.022675 160.10481 64.2258 160.10481Q63.24143 160.10481 62.757053 160.96419L62.757053 163.99544Q63.24143 164.87044 64.241425 164.87044Q65.022675 164.87044 65.4758 164.26106Q65.94455 163.63606 65.94455 162.41731ZM71.741425 160.26106Q71.491425 160.22981 71.210175 160.22981Q70.13205 160.22981 69.75705 161.13606L69.75705 165.63606L68.678925 165.63606L68.678925 159.29231L69.7258 159.29231L69.741425 160.02669Q70.272675 159.18294 71.25705 159.18294Q71.56955 159.18294 71.741425 159.26106L71.741425 160.26106ZM72.38205 162.40169Q72.38205 161.47981 72.741425 160.72981Q73.116425 159.97981 73.772675 159.58919Q74.428925 159.18294 75.25705 159.18294Q76.553925 159.18294 77.3508 160.07356Q78.1633 160.96419 78.1633 162.46419L78.1633 162.54231Q78.1633 163.46419 77.803925 164.19856Q77.44455 164.93294 76.7883 165.35481Q76.13205 165.76106 75.272675 165.76106Q73.991425 165.76106 73.178925 164.87044Q72.38205 163.96419 72.38205 162.47981L72.38205 162.40169ZM73.4758 162.54231Q73.4758 163.58919 73.960175 164.22981Q74.460175 164.87044 75.272675 164.87044Q76.1008 164.87044 76.585175 164.22981Q77.06955 163.57356 77.06955 162.40169Q77.06955 161.37044 76.56955 160.72981Q76.085175 160.07356 75.25705 160.07356Q74.460175 160.07356 73.960175 160.71419Q73.4758 161.33919 73.4758 162.54231ZM79.4133 162.41731Q79.4133 160.93294 80.1008 160.05794Q80.7883 159.18294 81.9133 159.18294Q83.06955 159.18294 83.7258 159.99544L83.772675 159.29231L84.772675 159.29231L84.772675 165.47981Q84.772675 166.71419 84.0383 167.41731Q83.303925 168.13606 82.085175 168.13606Q81.397675 168.13606 80.741425 167.83919Q80.085175 167.54231 79.741425 167.04231L80.303925 166.38606Q80.991425 167.24544 82.00705 167.24544Q82.7883 167.24544 83.2258 166.79231Q83.678925 166.35481 83.678925 165.54231L83.678925 164.99544Q83.022675 165.76106 81.897675 165.76106Q80.7883 165.76106 80.1008 164.87044Q79.4133 163.96419 79.4133 162.41731ZM80.50705 162.54231Q80.50705 163.60481 80.94455 164.22981Q81.38205 164.83919 82.178925 164.83919Q83.19455 164.83919 83.678925 163.90169L83.678925 161.01106Q83.178925 160.10481 82.178925 160.10481Q81.397675 160.10481 80.94455 160.71419Q80.50705 161.32356 80.50705 162.54231ZM89.741425 160.26106Q89.491425 160.22981 89.210175 160.22981Q88.13205 160.22981 87.75705 161.13606L87.75705 165.63606L86.678925 165.63606L86.678925 159.29231L87.7258 159.29231L87.741425 160.02669Q88.272675 159.18294 89.25705 159.18294Q89.56955 159.18294 89.741425 159.26106L89.741425 160.26106ZM94.585175 165.63606Q94.491425 165.44856 94.428925 164.96419Q93.678925 165.76106 92.63205 165.76106Q91.69455 165.76106 91.085175 165.22981Q90.491425 164.69856 90.491425 163.87044Q90.491425 162.88606 91.241425 162.33919Q91.991425 161.79231 93.366425 161.79231L94.4133 161.79231L94.4133 161.29231Q94.4133 160.72981 94.06955 160.40169Q93.741425 160.05794 93.06955 160.05794Q92.491425 160.05794 92.1008 160.35481Q91.710175 160.63606 91.710175 161.05794L90.616425 161.05794Q90.616425 160.57356 90.94455 160.13606Q91.2883 159.69856 91.866425 159.44856Q92.44455 159.18294 93.13205 159.18294Q94.241425 159.18294 94.8508 159.72981Q95.4758 160.27669 95.50705 161.22981L95.50705 164.15169Q95.50705 165.02669 95.7258 165.54231L95.7258 165.63606L94.585175 165.63606ZM92.7883 164.80794Q93.303925 164.80794 93.75705 164.54231Q94.210175 164.27669 94.4133 163.85481L94.4133 162.55794L93.56955 162.55794Q91.56955 162.55794 91.56955 163.72981Q91.56955 164.22981 91.9133 164.52669Q92.25705 164.80794 92.7883 164.80794ZM98.69455 159.29231L98.7258 159.99544Q99.4133 159.18294 100.6008 159.18294Q101.928925 159.18294 102.4133 160.19856Q102.7258 159.74544 103.2258 159.46419Q103.741425 159.18294 104.428925 159.18294Q106.522675 159.18294 106.553925 161.38606L106.553925 165.63606L105.4758 165.63606L105.4758 161.44856Q105.4758 160.77669 105.1633 160.44856Q104.8508 160.10481 104.116425 160.10481Q103.50705 160.10481 103.1008 160.46419Q102.710175 160.82356 102.647675 161.43294L102.647675 165.63606L101.56955 165.63606L101.56955 161.47981Q101.56955 160.10481 100.210175 160.10481Q99.147675 160.10481 98.75705 161.01106L98.75705 165.63606L97.6633 165.63606L97.6633 159.29231L98.69455 159.29231ZM111.63205 162.16731Q111.63205 160.85481 111.9758 159.63606Q112.335175 158.41731 113.0383 157.41731Q113.741425 156.41731 114.50705 156.01106L114.7258 156.72981Q113.866425 157.38606 113.31955 158.72981Q112.772675 160.07356 112.7258 161.74544L112.710175 162.24544Q112.710175 164.51106 113.5383 166.16731Q114.0383 167.16731 114.7258 167.72981L114.50705 168.38606Q113.7258 167.96419 113.00705 166.93294Q111.63205 164.94856 111.63205 162.16731ZM122.116425 162.93294Q121.960175 164.27669 121.116425 165.02669Q120.272675 165.76106 118.88205 165.76106Q117.366425 165.76106 116.460175 164.68294Q115.553925 163.58919 115.553925 161.76106L115.553925 160.94856Q115.553925 159.76106 115.9758 158.85481Q116.397675 157.94856 117.178925 157.46419Q117.960175 156.97981 118.9758 156.97981Q120.335175 156.97981 121.147675 157.74544Q121.9758 158.51106 122.116425 159.83919L120.991425 159.83919Q120.835175 158.82356 120.3508 158.37044Q119.866425 157.91731 118.9758 157.91731Q117.897675 157.91731 117.2883 158.71419Q116.678925 159.51106 116.678925 160.97981L116.678925 161.80794Q116.678925 163.19856 117.25705 164.02669Q117.835175 164.83919 118.88205 164.83919Q119.81955 164.83919 120.31955 164.41731Q120.81955 163.97981 120.991425 162.93294L122.116425 162.93294ZM124.9758 164.71419L129.02267 164.71419L129.02267 165.63606L123.835175 165.63606L123.835175 157.10481L124.9758 157.10481L124.9758 164.71419ZM131.05392 165.63606L129.92892 165.63606L129.92892 157.10481L131.05392 157.10481L131.05392 165.63606ZM135.17892 162.22981Q135.17892 163.54231 134.83517 164.74544Q134.49142 165.93294 133.77267 166.94856Q133.06955 167.96419 132.30392 168.38606L132.06955 167.72981Q132.9758 167.04231 133.52267 165.58919Q134.06955 164.12044 134.08517 162.35481L134.08517 162.16731Q134.08517 160.93294 133.81955 159.87044Q133.56955 158.80794 133.1008 157.97981Q132.64767 157.13606 132.06955 156.66731L132.30392 156.01106Q133.06955 156.43294 133.77267 157.43294Q134.4758 158.43294 134.81955 159.65169Q135.17892 160.85481 135.17892 162.22981Z" fill-rule="nonzero"/><path fill="#666666" d="M68.678925 196.00845L68.8508 197.13345L69.085175 196.11783L70.772675 190.1647L71.7258 190.1647L73.366425 196.11783L73.6008 197.14908L73.7883 195.99283L75.116425 190.1647L76.241425 190.1647L74.178925 198.69595L73.147675 198.69595L71.38205 192.4772L71.25705 191.82095L71.116425 192.4772L69.303925 198.69595L68.272675 198.69595L66.210175 190.1647L67.335175 190.1647L68.678925 196.00845ZM80.303925 198.82095Q79.00705 198.82095 78.19455 197.9772Q77.397675 197.11783 77.397675 195.69595L77.397675 195.50845Q77.397675 194.55533 77.75705 193.82095Q78.116425 193.07095 78.75705 192.6647Q79.4133 192.24283 80.1633 192.24283Q81.397675 192.24283 82.085175 193.05533Q82.772675 193.86783 82.772675 195.38345L82.772675 195.83658L78.4758 195.83658Q78.50705 196.77408 79.022675 197.3522Q79.553925 197.93033 80.366425 197.93033Q80.928925 197.93033 81.31955 197.69595Q81.7258 197.46158 82.0383 197.07095L82.69455 197.58658Q81.897675 198.82095 80.303925 198.82095ZM80.1633 193.13345Q79.50705 193.13345 79.053925 193.61783Q78.616425 194.08658 78.522675 194.94595L81.69455 194.94595L81.69455 194.86783Q81.647675 194.0397 81.241425 193.58658Q80.8508 193.13345 80.1633 193.13345ZM89.0383 195.6022Q89.0383 197.05533 88.366425 197.94595Q87.710175 198.82095 86.585175 198.82095Q85.38205 198.82095 84.7258 197.96158L84.6633 198.69595L83.678925 198.69595L83.678925 189.69595L84.75705 189.69595L84.75705 193.05533Q85.4133 192.24283 86.56955 192.24283Q87.7258 192.24283 88.38205 193.11783Q89.0383 193.9772 89.0383 195.50845L89.0383 195.6022ZM87.960175 195.4772Q87.960175 194.36783 87.522675 193.77408Q87.1008 193.1647 86.303925 193.1647Q85.2258 193.1647 84.75705 194.14908L84.75705 196.89908Q85.25705 197.89908 86.303925 197.89908Q87.085175 197.89908 87.522675 197.2897Q87.960175 196.68033 87.960175 195.4772ZM97.366425 197.00845Q97.366425 196.57095 97.022675 196.33658Q96.69455 196.08658 95.866425 195.9147Q95.053925 195.74283 94.56955 195.49283Q94.085175 195.24283 93.8508 194.9147Q93.63205 194.57095 93.63205 194.1022Q93.63205 193.32095 94.2883 192.7897Q94.94455 192.24283 95.9758 192.24283Q97.053925 192.24283 97.710175 192.80533Q98.38205 193.3522 98.38205 194.21158L97.303925 194.21158Q97.303925 193.77408 96.9133 193.46158Q96.5383 193.13345 95.9758 193.13345Q95.38205 193.13345 95.0383 193.39908Q94.710175 193.64908 94.710175 194.05533Q94.710175 194.44595 95.022675 194.64908Q95.335175 194.8522 96.147675 195.0397Q96.960175 195.21158 97.460175 195.46158Q97.960175 195.71158 98.19455 196.07095Q98.44455 196.43033 98.44455 196.93033Q98.44455 197.7897 97.75705 198.30533Q97.085175 198.82095 96.00705 198.82095Q95.241425 198.82095 94.647675 198.55533Q94.06955 198.27408 93.741425 197.7897Q93.4133 197.30533 93.4133 196.74283L94.491425 196.74283Q94.522675 197.2897 94.928925 197.61783Q95.335175 197.93033 96.00705 197.93033Q96.616425 197.93033 96.991425 197.68033Q97.366425 197.43033 97.366425 197.00845ZM102.303925 198.82095Q101.00705 198.82095 100.19455 197.9772Q99.397675 197.11783 99.397675 195.69595L99.397675 195.50845Q99.397675 194.55533 99.75705 193.82095Q100.116425 193.07095 100.75705 192.6647Q101.4133 192.24283 102.1633 192.24283Q103.397675 192.24283 104.085175 193.05533Q104.772675 193.86783 104.772675 195.38345L104.772675 195.83658L100.4758 195.83658Q100.50705 196.77408 101.022675 197.3522Q101.553925 197.93033 102.366425 197.93033Q102.928925 197.93033 103.31955 197.69595Q103.7258 197.46158 104.0383 197.07095L104.69455 197.58658Q103.897675 198.82095 102.303925 198.82095ZM102.1633 193.13345Q101.50705 193.13345 101.053925 193.61783Q100.616425 194.08658 100.522675 194.94595L103.69455 194.94595L103.69455 194.86783Q103.647675 194.0397 103.241425 193.58658Q102.8508 193.13345 102.1633 193.13345ZM108.741425 193.32095Q108.491425 193.2897 108.210175 193.2897Q107.13205 193.2897 106.75705 194.19595L106.75705 198.69595L105.678925 198.69595L105.678925 192.3522L106.7258 192.3522L106.741425 193.08658Q107.272675 192.24283 108.25705 192.24283Q108.56955 192.24283 108.741425 192.32095L108.741425 193.32095ZM111.75705 197.2272L113.335175 192.3522L114.44455 192.3522L112.1633 198.69595L111.335175 198.69595L109.0383 192.3522L110.147675 192.3522L111.75705 197.2272ZM116.8508 198.69595L115.772675 198.69595L115.772675 192.3522L116.8508 192.3522L116.8508 198.69595ZM115.678925 190.68033Q115.678925 190.4147 115.835175 190.2272Q116.00705 190.0397 116.31955 190.0397Q116.63205 190.0397 116.7883 190.2272Q116.960175 190.4147 116.960175 190.68033Q116.960175 190.93033 116.7883 191.11783Q116.63205 191.2897 116.31955 191.2897Q116.00705 191.2897 115.835175 191.11783Q115.678925 190.93033 115.678925 190.68033ZM121.210175 197.93033Q121.7883 197.93033 122.2258 197.58658Q122.6633 197.2272 122.710175 196.69595L123.741425 196.69595Q123.710175 197.24283 123.3508 197.74283Q123.00705 198.2272 122.428925 198.52408Q121.866425 198.82095 121.210175 198.82095Q119.9133 198.82095 119.147675 197.96158Q118.397675 197.08658 118.397675 195.58658L118.397675 195.39908Q118.397675 194.4772 118.7258 193.75845Q119.06955 193.0397 119.69455 192.64908Q120.335175 192.24283 121.210175 192.24283Q122.272675 192.24283 122.9758 192.88345Q123.69455 193.50845 123.741425 194.5397L122.710175 194.5397Q122.6633 193.9147 122.241425 193.52408Q121.81955 193.13345 121.210175 193.13345Q120.38205 193.13345 119.928925 193.7272Q119.4758 194.32095 119.4758 195.44595L119.4758 195.64908Q119.4758 196.74283 119.928925 197.33658Q120.38205 197.93033 121.210175 197.93033ZM127.303925 198.82095Q126.00705 198.82095 125.19455 197.9772Q124.397675 197.11783 124.397675 195.69595L124.397675 195.50845Q124.397675 194.55533 124.75705 193.82095Q125.116425 193.07095 125.75705 192.6647Q126.4133 192.24283 127.1633 192.24283Q128.39767 192.24283 129.08517 193.05533Q129.77267 193.86783 129.77267 195.38345L129.77267 195.83658L125.4758 195.83658Q125.50705 196.77408 126.022675 197.3522Q126.553925 197.93033 127.366425 197.93033Q127.928925 197.93033 128.31955 197.69595Q128.7258 197.46158 129.0383 197.07095L129.69455 197.58658Q128.89767 198.82095 127.303925 198.82095ZM127.1633 193.13345Q126.50705 193.13345 126.053925 193.61783Q125.616425 194.08658 125.522675 194.94595L128.69455 194.94595L128.69455 194.86783Q128.64767 194.0397 128.24142 193.58658Q127.8508 193.13345 127.1633 193.13345ZM134.36642 197.00845Q134.36642 196.57095 134.02267 196.33658Q133.69455 196.08658 132.86642 195.9147Q132.05392 195.74283 131.56955 195.49283Q131.08517 195.24283 130.8508 194.9147Q130.63205 194.57095 130.63205 194.1022Q130.63205 193.32095 131.2883 192.7897Q131.94455 192.24283 132.9758 192.24283Q134.05392 192.24283 134.71017 192.80533Q135.38205 193.3522 135.38205 194.21158L134.30392 194.21158Q134.30392 193.77408 133.9133 193.46158Q133.5383 193.13345 132.9758 193.13345Q132.38205 193.13345 132.0383 193.39908Q131.71017 193.64908 131.71017 194.05533Q131.71017 194.44595 132.02267 194.64908Q132.33517 194.8522 133.14767 195.0397Q133.96017 195.21158 134.46017 195.46158Q134.96017 195.71158 135.19455 196.07095Q135.44455 196.43033 135.44455 196.93033Q135.44455 197.7897 134.75705 198.30533Q134.08517 198.82095 133.00705 198.82095Q132.24142 198.82095 131.64767 198.55533Q131.06955 198.27408 130.74142 197.7897Q130.4133 197.30533 130.4133 196.74283L131.49142 196.74283Q131.52267 197.2897 131.92892 197.61783Q132.33517 197.93033 133.00705 197.93033Q133.61642 197.93033 133.99142 197.68033Q134.36642 197.43033 134.36642 197.00845Z" fill-rule="nonzero"/><path fill="#666666" d="M44.632053 210.2272Q44.632053 208.9147 44.975803 207.69595Q45.33518 206.4772 46.038303 205.4772Q46.74143 204.4772 47.507053 204.07095L47.725803 204.7897Q46.86643 205.44595 46.319553 206.7897Q45.77268 208.13345 45.725803 209.80533L45.71018 210.30533Q45.71018 212.57095 46.538303 214.2272Q47.038303 215.2272 47.725803 215.7897L47.507053 216.44595Q46.725803 216.02408 46.007053 214.99283Q44.632053 213.00845 44.632053 210.2272ZM51.74143 208.32095Q51.49143 208.2897 51.21018 208.2897Q50.132053 208.2897 49.757053 209.19595L49.757053 213.69595L48.67893 213.69595L48.67893 207.3522L49.725803 207.3522L49.74143 208.08658Q50.27268 207.24283 51.257053 207.24283Q51.569553 207.24283 51.74143 207.32095L51.74143 208.32095ZM55.30393 213.82095Q54.007053 213.82095 53.194553 212.9772Q52.39768 212.11783 52.39768 210.69595L52.39768 210.50845Q52.39768 209.55533 52.757053 208.82095Q53.11643 208.07095 53.757053 207.6647Q54.413303 207.24283 55.163303 207.24283Q56.39768 207.24283 57.08518 208.05533Q57.77268 208.86783 57.77268 210.38345L57.77268 210.83658L53.475803 210.83658Q53.507053 211.77408 54.02268 212.3522Q54.55393 212.93033 55.36643 212.93033Q55.92893 212.93033 56.319553 212.69595Q56.725803 212.46158 57.038303 212.07095L57.694553 212.58658Q56.89768 213.82095 55.30393 213.82095ZM55.163303 208.13345Q54.507053 208.13345 54.05393 208.61783Q53.61643 209.08658 53.52268 209.94595L56.694553 209.94595L56.694553 209.86783Q56.64768 209.0397 56.24143 208.58658Q55.850803 208.13345 55.163303 208.13345ZM60.14768 205.82095L60.14768 207.3522L61.319553 207.3522L61.319553 208.19595L60.14768 208.19595L60.14768 212.11783Q60.14768 212.50845 60.30393 212.69595Q60.46018 212.88345 60.83518 212.88345Q61.02268 212.88345 61.350803 212.82095L61.350803 213.69595Q60.92893 213.82095 60.52268 213.82095Q59.80393 213.82095 59.42893 213.38345Q59.05393 212.93033 59.05393 212.11783L59.05393 208.19595L57.89768 208.19595L57.89768 207.3522L59.05393 207.3522L59.05393 205.82095L60.14768 205.82095ZM66.585175 213.07095Q65.960175 213.82095 64.7258 213.82095Q63.71018 213.82095 63.17893 213.2272Q62.64768 212.63345 62.64768 211.4772L62.64768 207.3522L63.725803 207.3522L63.725803 211.44595Q63.725803 212.89908 64.897675 212.89908Q66.147675 212.89908 66.553925 211.96158L66.553925 207.3522L67.647675 207.3522L67.647675 213.69595L66.616425 213.69595L66.585175 213.07095ZM72.741425 208.32095Q72.491425 208.2897 72.210175 208.2897Q71.13205 208.2897 70.75705 209.19595L70.75705 213.69595L69.678925 213.69595L69.678925 207.3522L70.7258 207.3522L70.741425 208.08658Q71.272675 207.24283 72.25705 207.24283Q72.56955 207.24283 72.741425 207.32095L72.741425 208.32095ZM74.69455 207.3522L74.7258 208.14908Q75.460175 207.24283 76.63205 207.24283Q78.647675 207.24283 78.6633 209.50845L78.6633 213.69595L77.56955 213.69595L77.56955 209.49283Q77.56955 208.82095 77.25705 208.49283Q76.960175 208.1647 76.303925 208.1647Q75.772675 208.1647 75.366425 208.44595Q74.9758 208.7272 74.75705 209.18033L74.75705 213.69595L73.678925 213.69595L73.678925 207.3522L74.69455 207.3522ZM81.8508 213.69595L80.772675 213.69595L80.772675 207.3522L81.8508 207.3522L81.8508 213.69595ZM80.678925 205.68033Q80.678925 205.4147 80.835175 205.2272Q81.00705 205.0397 81.31955 205.0397Q81.63205 205.0397 81.7883 205.2272Q81.960175 205.4147 81.960175 205.68033Q81.960175 205.93033 81.7883 206.11783Q81.63205 206.2897 81.31955 206.2897Q81.00705 206.2897 80.835175 206.11783Q80.678925 205.93033 80.678925 205.68033ZM84.69455 207.3522L84.7258 208.14908Q85.460175 207.24283 86.63205 207.24283Q88.647675 207.24283 88.6633 209.50845L88.6633 213.69595L87.56955 213.69595L87.56955 209.49283Q87.56955 208.82095 87.25705 208.49283Q86.960175 208.1647 86.303925 208.1647Q85.772675 208.1647 85.366425 208.44595Q84.9758 208.7272 84.75705 209.18033L84.75705 213.69595L83.678925 213.69595L83.678925 207.3522L84.69455 207.3522ZM90.4133 210.4772Q90.4133 208.99283 91.1008 208.11783Q91.7883 207.24283 92.9133 207.24283Q94.06955 207.24283 94.7258 208.05533L94.772675 207.3522L95.772675 207.3522L95.772675 213.5397Q95.772675 214.77408 95.0383 215.4772Q94.303925 216.19595 93.085175 216.19595Q92.397675 216.19595 91.741425 215.89908Q91.085175 215.6022 90.741425 215.1022L91.303925 214.44595Q91.991425 215.30533 93.00705 215.30533Q93.7883 215.30533 94.2258 214.8522Q94.678925 214.4147 94.678925 213.6022L94.678925 213.05533Q94.022675 213.82095 92.897675 213.82095Q91.7883 213.82095 91.1008 212.93033Q90.4133 212.02408 90.4133 210.4772ZM91.50705 210.6022Q91.50705 211.6647 91.94455 212.2897Q92.38205 212.89908 93.178925 212.89908Q94.19455 212.89908 94.678925 211.96158L94.678925 209.07095Q94.178925 208.1647 93.178925 208.1647Q92.397675 208.1647 91.94455 208.77408Q91.50705 209.38345 91.50705 210.6022ZM107.397675 213.69595L106.272675 213.69595L106.272675 209.75845L101.960175 209.75845L101.960175 213.69595L100.835175 213.69595L100.835175 205.1647L101.960175 205.1647L101.960175 208.83658L106.272675 208.83658L106.272675 205.1647L107.397675 205.1647L107.397675 213.69595ZM115.741425 206.08658L112.991425 206.08658L112.991425 213.69595L111.88205 213.69595L111.88205 206.08658L109.13205 206.08658L109.13205 205.1647L115.741425 205.1647L115.741425 206.08658ZM118.2883 205.1647L121.085175 212.11783L123.866425 205.1647L125.335175 205.1647L125.335175 213.69595L124.210175 213.69595L124.210175 210.36783L124.31955 206.7897L121.50705 213.69595L120.647675 213.69595L117.8508 206.80533L117.960175 210.36783L117.960175 213.69595L116.835175 213.69595L116.835175 205.1647L118.2883 205.1647ZM127.9758 212.77408L132.02267 212.77408L132.02267 213.69595L126.835175 213.69595L126.835175 205.1647L127.9758 205.1647L127.9758 212.77408ZM135.17892 210.2897Q135.17892 211.6022 134.83517 212.80533Q134.49142 213.99283 133.77267 215.00845Q133.06955 216.02408 132.30392 216.44595L132.06955 215.7897Q132.9758 215.1022 133.52267 213.64908Q134.06955 212.18033 134.08517 210.4147L134.08517 210.2272Q134.08517 208.99283 133.81955 207.93033Q133.56955 206.86783 133.1008 206.0397Q132.64767 205.19595 132.06955 204.7272L132.30392 204.07095Q133.06955 204.49283 133.77267 205.49283Q134.4758 206.49283 134.81955 207.71158Q135.17892 208.9147 135.17892 210.2897Z" fill-rule="nonzero"/><path fill="#666666" d="M79.553925 244.52147L75.9758 244.52147L75.178925 246.75584L74.022675 246.75584L77.272675 238.2246L78.25705 238.2246L81.522675 246.75584L80.366425 246.75584L79.553925 244.52147ZM76.31955 243.5996L79.2258 243.5996L77.772675 239.61522L76.31955 243.5996ZM82.4133 243.5371Q82.4133 242.05272 83.1008 241.17772Q83.7883 240.30272 84.9133 240.30272Q86.06955 240.30272 86.7258 241.11522L86.772675 240.4121L87.772675 240.4121L87.772675 246.5996Q87.772675 247.83397 87.0383 248.5371Q86.303925 249.25584 85.085175 249.25584Q84.397675 249.25584 83.741425 248.95897Q83.085175 248.6621 82.741425 248.1621L83.303925 247.50584Q83.991425 248.36522 85.00705 248.36522Q85.7883 248.36522 86.2258 247.9121Q86.678925 247.4746 86.678925 246.6621L86.678925 246.11522Q86.022675 246.88084 84.897675 246.88084Q83.7883 246.88084 83.1008 245.99022Q82.4133 245.08397 82.4133 243.5371ZM83.50705 243.6621Q83.50705 244.7246 83.94455 245.3496Q84.38205 245.95897 85.178925 245.95897Q86.19455 245.95897 86.678925 245.02147L86.678925 242.13084Q86.178925 241.2246 85.178925 241.2246Q84.397675 241.2246 83.94455 241.83397Q83.50705 242.44334 83.50705 243.6621ZM92.303925 246.88084Q91.00705 246.88084 90.19455 246.0371Q89.397675 245.17772 89.397675 243.75584L89.397675 243.56834Q89.397675 242.61522 89.75705 241.88084Q90.116425 241.13084 90.75705 240.7246Q91.4133 240.30272 92.1633 240.30272Q93.397675 240.30272 94.085175 241.11522Q94.772675 241.92772 94.772675 243.44334L94.772675 243.89647L90.4758 243.89647Q90.50705 244.83397 91.022675 245.4121Q91.553925 245.99022 92.366425 245.99022Q92.928925 245.99022 93.31955 245.75584Q93.7258 245.52147 94.0383 245.13084L94.69455 245.64647Q93.897675 246.88084 92.303925 246.88084ZM92.1633 241.19334Q91.50705 241.19334 91.053925 241.67772Q90.616425 242.14647 90.522675 243.00584L93.69455 243.00584L93.69455 242.92772Q93.647675 242.0996 93.241425 241.64647Q92.8508 241.19334 92.1633 241.19334ZM96.69455 240.4121L96.7258 241.20897Q97.460175 240.30272 98.63205 240.30272Q100.647675 240.30272 100.6633 242.56834L100.6633 246.75584L99.56955 246.75584L99.56955 242.55272Q99.56955 241.88084 99.25705 241.55272Q98.960175 241.2246 98.303925 241.2246Q97.772675 241.2246 97.366425 241.50584Q96.9758 241.7871 96.75705 242.24022L96.75705 246.75584L95.678925 246.75584L95.678925 240.4121L96.69455 240.4121ZM104.147675 238.88084L104.147675 240.4121L105.31955 240.4121L105.31955 241.25584L104.147675 241.25584L104.147675 245.17772Q104.147675 245.56834 104.303925 245.75584Q104.460175 245.94334 104.835175 245.94334Q105.022675 245.94334 105.3508 245.88084L105.3508 246.75584Q104.928925 246.88084 104.522675 246.88084Q103.803925 246.88084 103.428925 246.44334Q103.053925 245.99022 103.053925 245.17772L103.053925 241.25584L101.897675 241.25584L101.897675 240.4121L103.053925 240.4121L103.053925 238.88084L104.147675 238.88084ZM110.366425 245.06834Q110.366425 244.63084 110.022675 244.39647Q109.69455 244.14647 108.866425 243.9746Q108.053925 243.80272 107.56955 243.55272Q107.085175 243.30272 106.8508 242.9746Q106.63205 242.63084 106.63205 242.1621Q106.63205 241.38084 107.2883 240.8496Q107.94455 240.30272 108.9758 240.30272Q110.053925 240.30272 110.710175 240.86522Q111.38205 241.4121 111.38205 242.27147L110.303925 242.27147Q110.303925 241.83397 109.9133 241.52147Q109.5383 241.19334 108.9758 241.19334Q108.38205 241.19334 108.0383 241.45897Q107.710175 241.70897 107.710175 242.11522Q107.710175 242.50584 108.022675 242.70897Q108.335175 242.9121 109.147675 243.0996Q109.960175 243.27147 110.460175 243.52147Q110.960175 243.77147 111.19455 244.13084Q111.44455 244.49022 111.44455 244.99022Q111.44455 245.8496 110.75705 246.36522Q110.085175 246.88084 109.00705 246.88084Q108.241425 246.88084 107.647675 246.61522Q107.06955 246.33397 106.741425 245.8496Q106.4133 245.36522 106.4133 244.80272L107.491425 244.80272Q107.522675 245.3496 107.928925 245.67772Q108.335175 245.99022 109.00705 245.99022Q109.616425 245.99022 109.991425 245.74022Q110.366425 245.49022 110.366425 245.06834ZM119.585175 246.75584Q119.491425 246.56834 119.428925 246.08397Q118.678925 246.88084 117.63205 246.88084Q116.69455 246.88084 116.085175 246.3496Q115.491425 245.81834 115.491425 244.99022Q115.491425 244.00584 116.241425 243.45897Q116.991425 242.9121 118.366425 242.9121L119.4133 242.9121L119.4133 242.4121Q119.4133 241.8496 119.06955 241.52147Q118.741425 241.17772 118.06955 241.17772Q117.491425 241.17772 117.1008 241.4746Q116.710175 241.75584 116.710175 242.17772L115.616425 242.17772Q115.616425 241.69334 115.94455 241.25584Q116.2883 240.81834 116.866425 240.56834Q117.44455 240.30272 118.13205 240.30272Q119.241425 240.30272 119.8508 240.8496Q120.4758 241.39647 120.50705 242.3496L120.50705 245.27147Q120.50705 246.14647 120.7258 246.6621L120.7258 246.75584L119.585175 246.75584ZM117.7883 245.92772Q118.303925 245.92772 118.75705 245.6621Q119.210175 245.39647 119.4133 244.9746L119.4133 243.67772L118.56955 243.67772Q116.56955 243.67772 116.56955 244.8496Q116.56955 245.3496 116.9133 245.64647Q117.25705 245.92772 117.7883 245.92772ZM123.69455 240.4121L123.7258 241.20897Q124.460175 240.30272 125.63205 240.30272Q127.647675 240.30272 127.6633 242.56834L127.6633 246.75584L126.56955 246.75584L126.56955 242.55272Q126.56955 241.88084 126.25705 241.55272Q125.960175 241.2246 125.303925 241.2246Q124.772675 241.2246 124.366425 241.50584Q123.9758 241.7871 123.75705 242.24022L123.75705 246.75584L122.678925 246.75584L122.678925 240.4121L123.69455 240.4121ZM129.4133 243.5371Q129.4133 242.06834 130.1008 241.19334Q130.7883 240.30272 131.9133 240.30272Q133.02267 240.30272 133.67892 241.05272L133.67892 237.75584L134.75705 237.75584L134.75705 246.75584L133.75705 246.75584L133.71017 246.06834Q133.05392 246.88084 131.89767 246.88084Q130.80392 246.88084 130.1008 245.9746Q129.4133 245.06834 129.4133 243.61522L129.4133 243.5371ZM130.49142 243.6621Q130.49142 244.74022 130.92892 245.3496Q131.38205 245.95897 132.1633 245.95897Q133.19455 245.95897 133.67892 245.02147L133.67892 242.11522Q133.19455 241.2246 132.17892 241.2246Q131.38205 241.2246 130.92892 241.83397Q130.49142 242.44334 130.49142 243.6621Z" fill-rule="nonzero"/><path fill="#666666" d="M60.413303 258.53708Q60.413303 257.06833 61.100803 256.19333Q61.788303 255.3027 62.913303 255.3027Q64.022675 255.3027 64.678925 256.0527L64.678925 252.75583L65.75705 252.75583L65.75705 261.75583L64.75705 261.75583L64.710175 261.06833Q64.053925 261.88083 62.89768 261.88083Q61.80393 261.88083 61.100803 260.97458Q60.413303 260.06833 60.413303 258.6152L60.413303 258.53708ZM61.49143 258.66208Q61.49143 259.7402 61.92893 260.34958Q62.382053 260.95895 63.163303 260.95895Q64.19455 260.95895 64.678925 260.02145L64.678925 257.1152Q64.19455 256.22458 63.17893 256.22458Q62.382053 256.22458 61.92893 256.83395Q61.49143 257.44333 61.49143 258.66208ZM71.585175 261.75583Q71.491425 261.56833 71.428925 261.08395Q70.678925 261.88083 69.63205 261.88083Q68.69455 261.88083 68.085175 261.34958Q67.491425 260.81833 67.491425 259.9902Q67.491425 259.00583 68.241425 258.45895Q68.991425 257.91208 70.366425 257.91208L71.4133 257.91208L71.4133 257.41208Q71.4133 256.84958 71.06955 256.52145Q70.741425 256.1777 70.06955 256.1777Q69.491425 256.1777 69.1008 256.47458Q68.710175 256.75583 68.710175 257.1777L67.616425 257.1777Q67.616425 256.69333 67.94455 256.25583Q68.2883 255.81833 68.866425 255.56833Q69.44455 255.3027 70.13205 255.3027Q71.241425 255.3027 71.8508 255.84958Q72.4758 256.39645 72.50705 257.34958L72.50705 260.27145Q72.50705 261.14645 72.7258 261.66208L72.7258 261.75583L71.585175 261.75583ZM69.7883 260.9277Q70.303925 260.9277 70.75705 260.66208Q71.210175 260.39645 71.4133 259.97458L71.4133 258.6777L70.56955 258.6777Q68.56955 258.6777 68.56955 259.84958Q68.56955 260.34958 68.9133 260.64645Q69.25705 260.9277 69.7883 260.9277ZM77.303925 261.88083Q76.00705 261.88083 75.19455 261.03708Q74.397675 260.1777 74.397675 258.75583L74.397675 258.56833Q74.397675 257.6152 74.75705 256.88083Q75.116425 256.13083 75.75705 255.72458Q76.4133 255.3027 77.1633 255.3027Q78.397675 255.3027 79.085175 256.1152Q79.772675 256.9277 79.772675 258.44333L79.772675 258.89645L75.4758 258.89645Q75.50705 259.83395 76.022675 260.41208Q76.553925 260.9902 77.366425 260.9902Q77.928925 260.9902 78.31955 260.75583Q78.7258 260.52145 79.0383 260.13083L79.69455 260.64645Q78.897675 261.88083 77.303925 261.88083ZM77.1633 256.19333Q76.50705 256.19333 76.053925 256.6777Q75.616425 257.14645 75.522675 258.00583L78.69455 258.00583L78.69455 257.9277Q78.647675 257.09958 78.241425 256.64645Q77.8508 256.19333 77.1633 256.19333ZM81.69455 255.41208L81.7258 256.1152Q82.4133 255.3027 83.6008 255.3027Q84.928925 255.3027 85.4133 256.31833Q85.7258 255.8652 86.2258 255.58395Q86.741425 255.3027 87.428925 255.3027Q89.522675 255.3027 89.553925 257.50583L89.553925 261.75583L88.4758 261.75583L88.4758 257.56833Q88.4758 256.89645 88.1633 256.56833Q87.8508 256.22458 87.116425 256.22458Q86.50705 256.22458 86.1008 256.58395Q85.710175 256.94333 85.647675 257.5527L85.647675 261.75583L84.56955 261.75583L84.56955 257.59958Q84.56955 256.22458 83.210175 256.22458Q82.147675 256.22458 81.75705 257.13083L81.75705 261.75583L80.6633 261.75583L80.6633 255.41208L81.69455 255.41208ZM91.38205 258.52145Q91.38205 257.59958 91.741425 256.84958Q92.116425 256.09958 92.772675 255.70895Q93.428925 255.3027 94.25705 255.3027Q95.553925 255.3027 96.3508 256.19333Q97.1633 257.08395 97.1633 258.58395L97.1633 258.66208Q97.1633 259.58395 96.803925 260.31833Q96.44455 261.0527 95.7883 261.47458Q95.13205 261.88083 94.272675 261.88083Q92.991425 261.88083 92.178925 260.9902Q91.38205 260.08395 91.38205 258.59958L91.38205 258.52145ZM92.4758 258.66208Q92.4758 259.70895 92.960175 260.34958Q93.460175 260.9902 94.272675 260.9902Q95.1008 260.9902 95.585175 260.34958Q96.06955 259.69333 96.06955 258.52145Q96.06955 257.4902 95.56955 256.84958Q95.085175 256.19333 94.25705 256.19333Q93.460175 256.19333 92.960175 256.83395Q92.4758 257.45895 92.4758 258.66208ZM99.69455 255.41208L99.7258 256.20895Q100.460175 255.3027 101.63205 255.3027Q103.647675 255.3027 103.6633 257.56833L103.6633 261.75583L102.56955 261.75583L102.56955 257.5527Q102.56955 256.88083 102.25705 256.5527Q101.960175 256.22458 101.303925 256.22458Q100.772675 256.22458 100.366425 256.50583Q99.9758 256.78708 99.75705 257.2402L99.75705 261.75583L98.678925 261.75583L98.678925 255.41208L99.69455 255.41208ZM109.366425 260.06833Q109.366425 259.63083 109.022675 259.39645Q108.69455 259.14645 107.866425 258.97458Q107.053925 258.8027 106.56955 258.5527Q106.085175 258.3027 105.8508 257.97458Q105.63205 257.63083 105.63205 257.16208Q105.63205 256.38083 106.2883 255.84958Q106.94455 255.3027 107.9758 255.3027Q109.053925 255.3027 109.710175 255.8652Q110.38205 256.41208 110.38205 257.27145L109.303925 257.27145Q109.303925 256.83395 108.9133 256.52145Q108.5383 256.19333 107.9758 256.19333Q107.38205 256.19333 107.0383 256.45895Q106.710175 256.70895 106.710175 257.1152Q106.710175 257.50583 107.022675 257.70895Q107.335175 257.91208 108.147675 258.09958Q108.960175 258.27145 109.460175 258.52145Q109.960175 258.77145 110.19455 259.13083Q110.44455 259.4902 110.44455 259.9902Q110.44455 260.84958 109.75705 261.3652Q109.085175 261.88083 108.00705 261.88083Q107.241425 261.88083 106.647675 261.6152Q106.06955 261.33395 105.741425 260.84958Q105.4133 260.3652 105.4133 259.8027L106.491425 259.8027Q106.522675 260.34958 106.928925 260.6777Q107.335175 260.9902 108.00705 260.9902Q108.616425 260.9902 108.991425 260.7402Q109.366425 260.4902 109.366425 260.06833ZM114.63205 258.28708Q114.63205 256.97458 114.9758 255.75583Q115.335175 254.53708 116.0383 253.53708Q116.741425 252.53708 117.50705 252.13083L117.7258 252.84958Q116.866425 253.50583 116.31955 254.84958Q115.772675 256.19333 115.7258 257.8652L115.710175 258.3652Q115.710175 260.63083 116.5383 262.28708Q117.0383 263.28708 117.7258 263.84958L117.50705 264.50583Q116.7258 264.08395 116.00705 263.0527Q114.63205 261.06833 114.63205 258.28708ZM121.303925 261.88083Q120.00705 261.88083 119.19455 261.03708Q118.397675 260.1777 118.397675 258.75583L118.397675 258.56833Q118.397675 257.6152 118.75705 256.88083Q119.116425 256.13083 119.75705 255.72458Q120.4133 255.3027 121.1633 255.3027Q122.397675 255.3027 123.085175 256.1152Q123.772675 256.9277 123.772675 258.44333L123.772675 258.89645L119.4758 258.89645Q119.50705 259.83395 120.022675 260.41208Q120.553925 260.9902 121.366425 260.9902Q121.928925 260.9902 122.31955 260.75583Q122.7258 260.52145 123.0383 260.13083L123.69455 260.64645Q122.897675 261.88083 121.303925 261.88083ZM121.1633 256.19333Q120.50705 256.19333 120.053925 256.6777Q119.616425 257.14645 119.522675 258.00583L122.69455 258.00583L122.69455 257.9277Q122.647675 257.09958 122.241425 256.64645Q121.8508 256.19333 121.1633 256.19333ZM124.69455 261.19333Q124.69455 260.91208 124.8508 260.72458Q125.022675 260.53708 125.3508 260.53708Q125.69455 260.53708 125.866425 260.72458Q126.0383 260.91208 126.0383 261.19333Q126.0383 261.45895 125.866425 261.64645Q125.69455 261.81833 125.3508 261.81833Q125.022675 261.81833 124.8508 261.64645Q124.69455 261.45895 124.69455 261.19333ZM127.4133 258.53708Q127.4133 257.0527 128.1008 256.1777Q128.7883 255.3027 129.9133 255.3027Q131.06955 255.3027 131.7258 256.1152L131.77267 255.41208L132.77267 255.41208L132.77267 261.59958Q132.77267 262.83395 132.0383 263.53708Q131.30392 264.25583 130.08517 264.25583Q129.39767 264.25583 128.74142 263.95895Q128.08517 263.66208 127.741425 263.16208L128.30392 262.50583Q128.99142 263.3652 130.00705 263.3652Q130.7883 263.3652 131.2258 262.91208Q131.67892 262.47458 131.67892 261.66208L131.67892 261.1152Q131.02267 261.88083 129.89767 261.88083Q128.7883 261.88083 128.1008 260.9902Q127.4133 260.08395 127.4133 258.53708ZM128.50705 258.66208Q128.50705 259.72458 128.94455 260.34958Q129.38205 260.95895 130.17892 260.95895Q131.19455 260.95895 131.67892 260.02145L131.67892 257.13083Q131.17892 256.22458 130.17892 256.22458Q129.39767 256.22458 128.94455 256.83395Q128.50705 257.44333 128.50705 258.66208ZM134.63205 263.45895L134.02267 263.03708Q134.56955 262.27145 134.6008 261.44333L134.6008 260.47458L135.6633 260.47458L135.6633 261.31833Q135.6633 261.91208 135.36642 262.50583Q135.06955 263.09958 134.63205 263.45895Z" fill-rule="nonzero"/><path fill="#666666" d="M73.69455 270.41208L73.7258 271.1152Q74.4133 270.3027 75.6008 270.3027Q76.928925 270.3027 77.4133 271.31833Q77.7258 270.8652 78.2258 270.58395Q78.741425 270.3027 79.428925 270.3027Q81.522675 270.3027 81.553925 272.50583L81.553925 276.75583L80.4758 276.75583L80.4758 272.56833Q80.4758 271.89645 80.1633 271.56833Q79.8508 271.22458 79.116425 271.22458Q78.50705 271.22458 78.1008 271.58395Q77.710175 271.94333 77.647675 272.5527L77.647675 276.75583L76.56955 276.75583L76.56955 272.59958Q76.56955 271.22458 75.210175 271.22458Q74.147675 271.22458 73.75705 272.13083L73.75705 276.75583L72.6633 276.75583L72.6633 270.41208L73.69455 270.41208ZM83.38205 273.52145Q83.38205 272.59958 83.741425 271.84958Q84.116425 271.09958 84.772675 270.70895Q85.428925 270.3027 86.25705 270.3027Q87.553925 270.3027 88.3508 271.19333Q89.1633 272.08395 89.1633 273.58395L89.1633 273.66208Q89.1633 274.58395 88.803925 275.31833Q88.44455 276.0527 87.7883 276.47458Q87.13205 276.88083 86.272675 276.88083Q84.991425 276.88083 84.178925 275.9902Q83.38205 275.08395 83.38205 273.59958L83.38205 273.52145ZM84.4758 273.66208Q84.4758 274.70895 84.960175 275.34958Q85.460175 275.9902 86.272675 275.9902Q87.1008 275.9902 87.585175 275.34958Q88.06955 274.69333 88.06955 273.52145Q88.06955 272.4902 87.56955 271.84958Q87.085175 271.19333 86.25705 271.19333Q85.460175 271.19333 84.960175 271.83395Q84.4758 272.45895 84.4758 273.66208ZM91.69455 270.41208L91.7258 271.20895Q92.460175 270.3027 93.63205 270.3027Q95.647675 270.3027 95.6633 272.56833L95.6633 276.75583L94.56955 276.75583L94.56955 272.5527Q94.56955 271.88083 94.25705 271.5527Q93.960175 271.22458 93.303925 271.22458Q92.772675 271.22458 92.366425 271.50583Q91.9758 271.78708 91.75705 272.2402L91.75705 276.75583L90.678925 276.75583L90.678925 270.41208L91.69455 270.41208ZM98.8508 276.75583L97.772675 276.75583L97.772675 270.41208L98.8508 270.41208L98.8508 276.75583ZM97.678925 268.7402Q97.678925 268.47458 97.835175 268.28708Q98.00705 268.09958 98.31955 268.09958Q98.63205 268.09958 98.7883 268.28708Q98.960175 268.47458 98.960175 268.7402Q98.960175 268.9902 98.7883 269.1777Q98.63205 269.34958 98.31955 269.34958Q98.00705 269.34958 97.835175 269.1777Q97.678925 268.9902 97.678925 268.7402ZM102.147675 268.88083L102.147675 270.41208L103.31955 270.41208L103.31955 271.25583L102.147675 271.25583L102.147675 275.1777Q102.147675 275.56833 102.303925 275.75583Q102.460175 275.94333 102.835175 275.94333Q103.022675 275.94333 103.3508 275.88083L103.3508 276.75583Q102.928925 276.88083 102.522675 276.88083Q101.803925 276.88083 101.428925 276.44333Q101.053925 275.9902 101.053925 275.1777L101.053925 271.25583L99.897675 271.25583L99.897675 270.41208L101.053925 270.41208L101.053925 268.88083L102.147675 268.88083ZM104.38205 273.52145Q104.38205 272.59958 104.741425 271.84958Q105.116425 271.09958 105.772675 270.70895Q106.428925 270.3027 107.25705 270.3027Q108.553925 270.3027 109.3508 271.19333Q110.1633 272.08395 110.1633 273.58395L110.1633 273.66208Q110.1633 274.58395 109.803925 275.31833Q109.44455 276.0527 108.7883 276.47458Q108.13205 276.88083 107.272675 276.88083Q105.991425 276.88083 105.178925 275.9902Q104.38205 275.08395 104.38205 273.59958L104.38205 273.52145ZM105.4758 273.66208Q105.4758 274.70895 105.960175 275.34958Q106.460175 275.9902 107.272675 275.9902Q108.1008 275.9902 108.585175 275.34958Q109.06955 274.69333 109.06955 273.52145Q109.06955 272.4902 108.56955 271.84958Q108.085175 271.19333 107.25705 271.19333Q106.460175 271.19333 105.960175 271.83395Q105.4758 272.45895 105.4758 273.66208ZM114.741425 271.38083Q114.491425 271.34958 114.210175 271.34958Q113.13205 271.34958 112.75705 272.25583L112.75705 276.75583L111.678925 276.75583L111.678925 270.41208L112.7258 270.41208L112.741425 271.14645Q113.272675 270.3027 114.25705 270.3027Q114.56955 270.3027 114.741425 270.38083L114.741425 271.38083ZM116.8508 276.75583L115.772675 276.75583L115.772675 270.41208L116.8508 270.41208L116.8508 276.75583ZM115.678925 268.7402Q115.678925 268.47458 115.835175 268.28708Q116.00705 268.09958 116.31955 268.09958Q116.63205 268.09958 116.7883 268.28708Q116.960175 268.47458 116.960175 268.7402Q116.960175 268.9902 116.7883 269.1777Q116.63205 269.34958 116.31955 269.34958Q116.00705 269.34958 115.835175 269.1777Q115.678925 268.9902 115.678925 268.7402ZM119.69455 270.41208L119.7258 271.20895Q120.460175 270.3027 121.63205 270.3027Q123.647675 270.3027 123.6633 272.56833L123.6633 276.75583L122.56955 276.75583L122.56955 272.5527Q122.56955 271.88083 122.25705 271.5527Q121.960175 271.22458 121.303925 271.22458Q120.772675 271.22458 120.366425 271.50583Q119.9758 271.78708 119.75705 272.2402L119.75705 276.75583L118.678925 276.75583L118.678925 270.41208L119.69455 270.41208ZM125.4133 273.53708Q125.4133 272.0527 126.1008 271.1777Q126.7883 270.3027 127.9133 270.3027Q129.06955 270.3027 129.7258 271.1152L129.77267 270.41208L130.77267 270.41208L130.77267 276.59958Q130.77267 277.83395 130.0383 278.53708Q129.30392 279.25583 128.08517 279.25583Q127.397675 279.25583 126.741425 278.95895Q126.085175 278.66208 125.741425 278.16208L126.303925 277.50583Q126.991425 278.3652 128.00705 278.3652Q128.7883 278.3652 129.2258 277.91208Q129.67892 277.47458 129.67892 276.66208L129.67892 276.1152Q129.02267 276.88083 127.897675 276.88083Q126.7883 276.88083 126.1008 275.9902Q125.4133 275.08395 125.4133 273.53708ZM126.50705 273.66208Q126.50705 274.72458 126.94455 275.34958Q127.38205 275.95895 128.17892 275.95895Q129.19455 275.95895 129.67892 275.02145L129.67892 272.13083Q129.17892 271.22458 128.17892 271.22458Q127.397675 271.22458 126.94455 271.83395Q126.50705 272.44333 126.50705 273.66208ZM135.17892 273.34958Q135.17892 274.66208 134.83517 275.8652Q134.49142 277.0527 133.77267 278.06833Q133.06955 279.08395 132.30392 279.50583L132.06955 278.84958Q132.9758 278.16208 133.52267 276.70895Q134.06955 275.2402 134.08517 273.47458L134.08517 273.28708Q134.08517 272.0527 133.81955 270.9902Q133.56955 269.9277 133.1008 269.09958Q132.64767 268.25583 132.06955 267.78708L132.30392 267.13083Q133.06955 267.5527 133.77267 268.5527Q134.4758 269.5527 134.81955 270.77145Q135.17892 271.97458 135.17892 273.34958Z" fill-rule="nonzero"/><path fill="#666666" d="M35.553925 300.08136L31.975801 300.08136L31.178926 302.31573L30.022676 302.31573L33.272675 293.7845L34.25705 293.7845L37.522675 302.31573L36.366425 302.31573L35.553925 300.08136ZM32.31955 299.1595L35.2258 299.1595L33.772675 295.1751L32.31955 299.1595ZM42.585175 301.69073Q41.960175 302.44073 40.7258 302.44073Q39.710175 302.44073 39.178925 301.847Q38.647675 301.25323 38.647675 300.097L38.647675 295.972L39.7258 295.972L39.7258 300.06573Q39.7258 301.51886 40.897675 301.51886Q42.147675 301.51886 42.553925 300.58136L42.553925 295.972L43.647675 295.972L43.647675 302.31573L42.616425 302.31573L42.585175 301.69073ZM47.147675 294.44073L47.147675 295.972L48.31955 295.972L48.31955 296.81573L47.147675 296.81573L47.147675 300.7376Q47.147675 301.12823 47.303925 301.31573Q47.460175 301.50323 47.835175 301.50323Q48.022675 301.50323 48.3508 301.44073L48.3508 302.31573Q47.928925 302.44073 47.522675 302.44073Q46.803925 302.44073 46.428925 302.00323Q46.053925 301.5501 46.053925 300.7376L46.053925 296.81573L44.897675 296.81573L44.897675 295.972L46.053925 295.972L46.053925 294.44073L47.147675 294.44073ZM49.38205 299.08136Q49.38205 298.1595 49.741425 297.4095Q50.116425 296.6595 50.772675 296.26886Q51.428925 295.8626 52.25705 295.8626Q53.553925 295.8626 54.3508 296.75323Q55.1633 297.64386 55.1633 299.14386L55.1633 299.222Q55.1633 300.14386 54.803925 300.87823Q54.44455 301.6126 53.7883 302.0345Q53.13205 302.44073 52.272675 302.44073Q50.991425 302.44073 50.178925 301.5501Q49.38205 300.64386 49.38205 299.1595L49.38205 299.08136ZM50.4758 299.222Q50.4758 300.26886 50.960175 300.9095Q51.460175 301.5501 52.272675 301.5501Q53.1008 301.5501 53.585175 300.9095Q54.06955 300.25323 54.06955 299.08136Q54.06955 298.0501 53.56955 297.4095Q53.085175 296.75323 52.25705 296.75323Q51.460175 296.75323 50.960175 297.39386Q50.4758 298.01886 50.4758 299.222ZM57.69455 295.972L57.7258 296.6751Q58.4133 295.8626 59.6008 295.8626Q60.928925 295.8626 61.4133 296.87823Q61.7258 296.4251 62.2258 296.14386Q62.741425 295.8626 63.428925 295.8626Q65.522675 295.8626 65.553925 298.06573L65.553925 302.31573L64.4758 302.31573L64.4758 298.12823Q64.4758 297.45636 64.1633 297.12823Q63.8508 296.7845 63.116425 296.7845Q62.50705 296.7845 62.1008 297.14386Q61.710175 297.50323 61.647675 298.1126L61.647675 302.31573L60.56955 302.31573L60.56955 298.1595Q60.56955 296.7845 59.210175 296.7845Q58.147675 296.7845 57.75705 297.69073L57.75705 302.31573L56.6633 302.31573L56.6633 295.972L57.69455 295.972ZM71.585175 302.31573Q71.491425 302.12823 71.428925 301.64386Q70.678925 302.44073 69.63205 302.44073Q68.69455 302.44073 68.085175 301.9095Q67.491425 301.37823 67.491425 300.5501Q67.491425 299.56573 68.241425 299.01886Q68.991425 298.472 70.366425 298.472L71.4133 298.472L71.4133 297.972Q71.4133 297.4095 71.06955 297.08136Q70.741425 296.7376 70.06955 296.7376Q69.491425 296.7376 69.1008 297.0345Q68.710175 297.31573 68.710175 297.7376L67.616425 297.7376Q67.616425 297.25323 67.94455 296.81573Q68.2883 296.37823 68.866425 296.12823Q69.44455 295.8626 70.13205 295.8626Q71.241425 295.8626 71.8508 296.4095Q72.4758 296.95636 72.50705 297.9095L72.50705 300.83136Q72.50705 301.70636 72.7258 302.222L72.7258 302.31573L71.585175 302.31573ZM69.7883 301.4876Q70.303925 301.4876 70.75705 301.222Q71.210175 300.95636 71.4133 300.5345L71.4133 299.2376L70.56955 299.2376Q68.56955 299.2376 68.56955 300.4095Q68.56955 300.9095 68.9133 301.20636Q69.25705 301.4876 69.7883 301.4876ZM76.147675 294.44073L76.147675 295.972L77.31955 295.972L77.31955 296.81573L76.147675 296.81573L76.147675 300.7376Q76.147675 301.12823 76.303925 301.31573Q76.460175 301.50323 76.835175 301.50323Q77.022675 301.50323 77.3508 301.44073L77.3508 302.31573Q76.928925 302.44073 76.522675 302.44073Q75.803925 302.44073 75.428925 302.00323Q75.053925 301.5501 75.053925 300.7376L75.053925 296.81573L73.897675 296.81573L73.897675 295.972L75.053925 295.972L75.053925 294.44073L76.147675 294.44073ZM79.8508 302.31573L78.772675 302.31573L78.772675 295.972L79.8508 295.972L79.8508 302.31573ZM78.678925 294.3001Q78.678925 294.0345 78.835175 293.847Q79.00705 293.6595 79.31955 293.6595Q79.63205 293.6595 79.7883 293.847Q79.960175 294.0345 79.960175 294.3001Q79.960175 294.5501 79.7883 294.7376Q79.63205 294.9095 79.31955 294.9095Q79.00705 294.9095 78.835175 294.7376Q78.678925 294.5501 78.678925 294.3001ZM81.38205 299.08136Q81.38205 298.1595 81.741425 297.4095Q82.116425 296.6595 82.772675 296.26886Q83.428925 295.8626 84.25705 295.8626Q85.553925 295.8626 86.3508 296.75323Q87.1633 297.64386 87.1633 299.14386L87.1633 299.222Q87.1633 300.14386 86.803925 300.87823Q86.44455 301.6126 85.7883 302.0345Q85.13205 302.44073 84.272675 302.44073Q82.991425 302.44073 82.178925 301.5501Q81.38205 300.64386 81.38205 299.1595L81.38205 299.08136ZM82.4758 299.222Q82.4758 300.26886 82.960175 300.9095Q83.460175 301.5501 84.272675 301.5501Q85.1008 301.5501 85.585175 300.9095Q86.06955 300.25323 86.06955 299.08136Q86.06955 298.0501 85.56955 297.4095Q85.085175 296.75323 84.25705 296.75323Q83.460175 296.75323 82.960175 297.39386Q82.4758 298.01886 82.4758 299.222ZM89.69455 295.972L89.7258 296.76886Q90.460175 295.8626 91.63205 295.8626Q93.647675 295.8626 93.6633 298.12823L93.6633 302.31573L92.56955 302.31573L92.56955 298.1126Q92.56955 297.44073 92.25705 297.1126Q91.960175 296.7845 91.303925 296.7845Q90.772675 296.7845 90.366425 297.06573Q89.9758 297.347 89.75705 297.8001L89.75705 302.31573L88.678925 302.31573L88.678925 295.972L89.69455 295.972ZM95.88205 303.0501L94.960175 303.0501L98.522675 293.7845L99.44455 293.7845L95.88205 303.0501ZM104.366425 300.62823Q104.366425 300.19073 104.022675 299.95636Q103.69455 299.70636 102.866425 299.5345Q102.053925 299.3626 101.56955 299.1126Q101.085175 298.8626 100.8508 298.5345Q100.63205 298.19073 100.63205 297.722Q100.63205 296.94073 101.2883 296.4095Q101.94455 295.8626 102.9758 295.8626Q104.053925 295.8626 104.710175 296.4251Q105.38205 296.972 105.38205 297.83136L104.303925 297.83136Q104.303925 297.39386 103.9133 297.08136Q103.5383 296.75323 102.9758 296.75323Q102.38205 296.75323 102.0383 297.01886Q101.710175 297.26886 101.710175 297.6751Q101.710175 298.06573 102.022675 298.26886Q102.335175 298.472 103.147675 298.6595Q103.960175 298.83136 104.460175 299.08136Q104.960175 299.33136 105.19455 299.69073Q105.44455 300.0501 105.44455 300.5501Q105.44455 301.4095 104.75705 301.9251Q104.085175 302.44073 103.00705 302.44073Q102.241425 302.44073 101.647675 302.1751Q101.06955 301.89386 100.741425 301.4095Q100.4133 300.9251 100.4133 300.3626L101.491425 300.3626Q101.522675 300.9095 101.928925 301.2376Q102.335175 301.5501 103.00705 301.5501Q103.616425 301.5501 103.991425 301.3001Q104.366425 301.0501 104.366425 300.62823ZM109.210175 301.5501Q109.7883 301.5501 110.2258 301.20636Q110.6633 300.847 110.710175 300.31573L111.741425 300.31573Q111.710175 300.8626 111.3508 301.3626Q111.00705 301.847 110.428925 302.14386Q109.866425 302.44073 109.210175 302.44073Q107.9133 302.44073 107.147675 301.58136Q106.397675 300.70636 106.397675 299.20636L106.397675 299.01886Q106.397675 298.097 106.7258 297.37823Q107.06955 296.6595 107.69455 296.26886Q108.335175 295.8626 109.210175 295.8626Q110.272675 295.8626 110.9758 296.50323Q111.69455 297.12823 111.741425 298.1595L110.710175 298.1595Q110.6633 297.5345 110.241425 297.14386Q109.81955 296.75323 109.210175 296.75323Q108.38205 296.75323 107.928925 297.347Q107.4758 297.94073 107.4758 299.06573L107.4758 299.26886Q107.4758 300.3626 107.928925 300.95636Q108.38205 301.5501 109.210175 301.5501ZM115.741425 296.94073Q115.491425 296.9095 115.210175 296.9095Q114.13205 296.9095 113.75705 297.81573L113.75705 302.31573L112.678925 302.31573L112.678925 295.972L113.7258 295.972L113.741425 296.70636Q114.272675 295.8626 115.25705 295.8626Q115.56955 295.8626 115.741425 295.94073L115.741425 296.94073ZM117.8508 302.31573L116.772675 302.31573L116.772675 295.972L117.8508 295.972L117.8508 302.31573ZM116.678925 294.3001Q116.678925 294.0345 116.835175 293.847Q117.00705 293.6595 117.31955 293.6595Q117.63205 293.6595 117.7883 293.847Q117.960175 294.0345 117.960175 294.3001Q117.960175 294.5501 117.7883 294.7376Q117.63205 294.9095 117.31955 294.9095Q117.00705 294.9095 116.835175 294.7376Q116.678925 294.5501 116.678925 294.3001ZM125.022675 299.222Q125.022675 300.6595 124.366425 301.5501Q123.710175 302.44073 122.56955 302.44073Q121.4133 302.44073 120.75705 301.70636L120.75705 304.75323L119.678925 304.75323L119.678925 295.972L120.6633 295.972L120.710175 296.6751Q121.38205 295.8626 122.553925 295.8626Q123.69455 295.8626 124.3508 296.722Q125.022675 297.58136 125.022675 299.1126L125.022675 299.222ZM123.94455 299.097Q123.94455 298.01886 123.4758 297.4095Q123.022675 296.7845 122.2258 296.7845Q121.241425 296.7845 120.75705 297.64386L120.75705 300.6751Q121.241425 301.5501 122.241425 301.5501Q123.022675 301.5501 123.4758 300.94073Q123.94455 300.31573 123.94455 299.097ZM128.14767 294.44073L128.14767 295.972L129.31955 295.972L129.31955 296.81573L128.14767 296.81573L128.14767 300.7376Q128.14767 301.12823 128.30392 301.31573Q128.46017 301.50323 128.83517 301.50323Q129.02267 301.50323 129.3508 301.44073L129.3508 302.31573Q128.92892 302.44073 128.52267 302.44073Q127.803925 302.44073 127.428925 302.00323Q127.053925 301.5501 127.053925 300.7376L127.053925 296.81573L125.897675 296.81573L125.897675 295.972L127.053925 295.972L127.053925 294.44073L128.14767 294.44073ZM134.36642 300.62823Q134.36642 300.19073 134.02267 299.95636Q133.69455 299.70636 132.86642 299.5345Q132.05392 299.3626 131.56955 299.1126Q131.08517 298.8626 130.8508 298.5345Q130.63205 298.19073 130.63205 297.722Q130.63205 296.94073 131.2883 296.4095Q131.94455 295.8626 132.9758 295.8626Q134.05392 295.8626 134.71017 296.4251Q135.38205 296.972 135.38205 297.83136L134.30392 297.83136Q134.30392 297.39386 133.9133 297.08136Q133.5383 296.75323 132.9758 296.75323Q132.38205 296.75323 132.0383 297.01886Q131.71017 297.26886 131.71017 297.6751Q131.71017 298.06573 132.02267 298.26886Q132.33517 298.472 133.14767 298.6595Q133.96017 298.83136 134.46017 299.08136Q134.96017 299.33136 135.19455 299.69073Q135.44455 300.0501 135.44455 300.5501Q135.44455 301.4095 134.75705 301.9251Q134.08517 302.44073 133.00705 302.44073Q132.24142 302.44073 131.64767 302.1751Q131.06955 301.89386 130.74142 301.4095Q130.4133 300.9251 130.4133 300.3626L131.49142 300.3626Q131.52267 300.9095 131.92892 301.2376Q132.33517 301.5501 133.00705 301.5501Q133.61642 301.5501 133.99142 301.3001Q134.36642 301.0501 134.36642 300.62823Z" fill-rule="nonzero"/><path fill="#666666" d="M45.632053 313.847Q45.632053 312.5345 45.975803 311.31573Q46.33518 310.097 47.038303 309.097Q47.74143 308.097 48.507053 307.69073L48.725803 308.4095Q47.86643 309.06573 47.319553 310.4095Q46.77268 311.75323 46.725803 313.4251L46.71018 313.9251Q46.71018 316.19073 47.538303 317.847Q48.038303 318.847 48.725803 319.4095L48.507053 320.06573Q47.725803 319.64386 47.007053 318.6126Q45.632053 316.62823 45.632053 313.847ZM52.30393 317.44073Q51.007053 317.44073 50.194553 316.597Q49.39768 315.7376 49.39768 314.31573L49.39768 314.12823Q49.39768 313.1751 49.757053 312.44073Q50.11643 311.69073 50.757053 311.2845Q51.413303 310.8626 52.163303 310.8626Q53.39768 310.8626 54.08518 311.6751Q54.77268 312.4876 54.77268 314.00323L54.77268 314.45636L50.475803 314.45636Q50.507053 315.39386 51.02268 315.972Q51.55393 316.5501 52.36643 316.5501Q52.92893 316.5501 53.319553 316.31573Q53.725803 316.08136 54.038303 315.69073L54.694553 316.20636Q53.89768 317.44073 52.30393 317.44073ZM52.163303 311.75323Q51.507053 311.75323 51.05393 312.2376Q50.61643 312.70636 50.52268 313.56573L53.694553 313.56573L53.694553 313.4876Q53.64768 312.6595 53.24143 312.20636Q52.850803 311.75323 52.163303 311.75323ZM55.694553 316.75323Q55.694553 316.472 55.850803 316.2845Q56.02268 316.097 56.350803 316.097Q56.694553 316.097 56.86643 316.2845Q57.038303 316.472 57.038303 316.75323Q57.038303 317.01886 56.86643 317.20636Q56.694553 317.37823 56.350803 317.37823Q56.02268 317.37823 55.850803 317.20636Q55.694553 317.01886 55.694553 316.75323ZM58.413303 314.097Q58.413303 312.6126 59.100803 311.7376Q59.788303 310.8626 60.913303 310.8626Q62.069553 310.8626 62.725803 311.6751L62.77268 310.972L63.77268 310.972L63.77268 317.1595Q63.77268 318.39386 63.038303 319.097Q62.30393 319.81573 61.08518 319.81573Q60.39768 319.81573 59.74143 319.51886Q59.08518 319.222 58.74143 318.722L59.30393 318.06573Q59.99143 318.9251 61.007053 318.9251Q61.788303 318.9251 62.225803 318.472Q62.67893 318.0345 62.67893 317.222L62.67893 316.6751Q62.02268 317.44073 60.89768 317.44073Q59.788303 317.44073 59.100803 316.5501Q58.413303 315.64386 58.413303 314.097ZM59.507053 314.222Q59.507053 315.2845 59.944553 315.9095Q60.382053 316.51886 61.17893 316.51886Q62.194553 316.51886 62.67893 315.58136L62.67893 312.69073Q62.17893 311.7845 61.17893 311.7845Q60.39768 311.7845 59.944553 312.39386Q59.507053 313.00323 59.507053 314.222ZM65.63205 319.01886L65.022675 318.597Q65.56955 317.83136 65.6008 317.00323L65.6008 316.0345L66.6633 316.0345L66.6633 316.87823Q66.6633 317.472 66.366425 318.06573Q66.06955 318.6595 65.63205 319.01886ZM70.4133 314.097Q70.4133 312.62823 71.1008 311.75323Q71.7883 310.8626 72.9133 310.8626Q74.022675 310.8626 74.678925 311.6126L74.678925 308.31573L75.75705 308.31573L75.75705 317.31573L74.75705 317.31573L74.710175 316.62823Q74.053925 317.44073 72.897675 317.44073Q71.803925 317.44073 71.1008 316.5345Q70.4133 315.62823 70.4133 314.1751L70.4133 314.097ZM71.491425 314.222Q71.491425 315.3001 71.928925 315.9095Q72.38205 316.51886 73.1633 316.51886Q74.19455 316.51886 74.678925 315.58136L74.678925 312.6751Q74.19455 311.7845 73.178925 311.7845Q72.38205 311.7845 71.928925 312.39386Q71.491425 313.00323 71.491425 314.222ZM80.303925 317.44073Q79.00705 317.44073 78.19455 316.597Q77.397675 315.7376 77.397675 314.31573L77.397675 314.12823Q77.397675 313.1751 77.75705 312.44073Q78.116425 311.69073 78.75705 311.2845Q79.4133 310.8626 80.1633 310.8626Q81.397675 310.8626 82.085175 311.6751Q82.772675 312.4876 82.772675 314.00323L82.772675 314.45636L78.4758 314.45636Q78.50705 315.39386 79.022675 315.972Q79.553925 316.5501 80.366425 316.5501Q80.928925 316.5501 81.31955 316.31573Q81.7258 316.08136 82.0383 315.69073L82.69455 316.20636Q81.897675 317.44073 80.303925 317.44073ZM80.1633 311.75323Q79.50705 311.75323 79.053925 312.2376Q78.616425 312.70636 78.522675 313.56573L81.69455 313.56573L81.69455 313.4876Q81.647675 312.6595 81.241425 312.20636Q80.8508 311.75323 80.1633 311.75323ZM89.022675 314.222Q89.022675 315.6595 88.366425 316.5501Q87.710175 317.44073 86.56955 317.44073Q85.4133 317.44073 84.75705 316.70636L84.75705 319.75323L83.678925 319.75323L83.678925 310.972L84.6633 310.972L84.710175 311.6751Q85.38205 310.8626 86.553925 310.8626Q87.69455 310.8626 88.3508 311.722Q89.022675 312.58136 89.022675 314.1126L89.022675 314.222ZM87.94455 314.097Q87.94455 313.01886 87.4758 312.4095Q87.022675 311.7845 86.2258 311.7845Q85.241425 311.7845 84.75705 312.64386L84.75705 315.6751Q85.241425 316.5501 86.241425 316.5501Q87.022675 316.5501 87.4758 315.94073Q87.94455 315.31573 87.94455 314.097ZM91.8508 317.31573L90.772675 317.31573L90.772675 308.31573L91.8508 308.31573L91.8508 317.31573ZM93.38205 314.08136Q93.38205 313.1595 93.741425 312.4095Q94.116425 311.6595 94.772675 311.26886Q95.428925 310.8626 96.25705 310.8626Q97.553925 310.8626 98.3508 311.75323Q99.1633 312.64386 99.1633 314.14386L99.1633 314.222Q99.1633 315.14386 98.803925 315.87823Q98.44455 316.6126 97.7883 317.0345Q97.13205 317.44073 96.272675 317.44073Q94.991425 317.44073 94.178925 316.5501Q93.38205 315.64386 93.38205 314.1595L93.38205 314.08136ZM94.4758 314.222Q94.4758 315.26886 94.960175 315.9095Q95.460175 316.5501 96.272675 316.5501Q97.1008 316.5501 97.585175 315.9095Q98.06955 315.25323 98.06955 314.08136Q98.06955 313.0501 97.56955 312.4095Q97.085175 311.75323 96.25705 311.75323Q95.460175 311.75323 94.960175 312.39386Q94.4758 313.01886 94.4758 314.222ZM102.741425 315.722L104.2258 310.972L105.38205 310.972L102.835175 318.3001Q102.241425 319.87823 100.960175 319.87823L100.741425 319.8626L100.3508 319.7845L100.3508 318.9095L100.63205 318.9251Q101.19455 318.9251 101.491425 318.70636Q101.803925 318.4876 102.00705 317.89386L102.241425 317.2376L99.9758 310.972L101.1633 310.972L102.741425 315.722ZM107.69455 310.972L107.7258 311.6751Q108.4133 310.8626 109.6008 310.8626Q110.928925 310.8626 111.4133 311.87823Q111.7258 311.4251 112.2258 311.14386Q112.741425 310.8626 113.428925 310.8626Q115.522675 310.8626 115.553925 313.06573L115.553925 317.31573L114.4758 317.31573L114.4758 313.12823Q114.4758 312.45636 114.1633 312.12823Q113.8508 311.7845 113.116425 311.7845Q112.50705 311.7845 112.1008 312.14386Q111.710175 312.50323 111.647675 313.1126L111.647675 317.31573L110.56955 317.31573L110.56955 313.1595Q110.56955 311.7845 109.210175 311.7845Q108.147675 311.7845 107.75705 312.69073L107.75705 317.31573L106.6633 317.31573L106.6633 310.972L107.69455 310.972ZM120.303925 317.44073Q119.00705 317.44073 118.19455 316.597Q117.397675 315.7376 117.397675 314.31573L117.397675 314.12823Q117.397675 313.1751 117.75705 312.44073Q118.116425 311.69073 118.75705 311.2845Q119.4133 310.8626 120.1633 310.8626Q121.397675 310.8626 122.085175 311.6751Q122.772675 312.4876 122.772675 314.00323L122.772675 314.45636L118.4758 314.45636Q118.50705 315.39386 119.022675 315.972Q119.553925 316.5501 120.366425 316.5501Q120.928925 316.5501 121.31955 316.31573Q121.7258 316.08136 122.0383 315.69073L122.69455 316.20636Q121.897675 317.44073 120.303925 317.44073ZM120.1633 311.75323Q119.50705 311.75323 119.053925 312.2376Q118.616425 312.70636 118.522675 313.56573L121.69455 313.56573L121.69455 313.4876Q121.647675 312.6595 121.241425 312.20636Q120.8508 311.75323 120.1633 311.75323ZM124.69455 310.972L124.7258 311.76886Q125.460175 310.8626 126.63205 310.8626Q128.64767 310.8626 128.6633 313.12823L128.6633 317.31573L127.56955 317.31573L127.56955 313.1126Q127.56955 312.44073 127.25705 312.1126Q126.960175 311.7845 126.303925 311.7845Q125.772675 311.7845 125.366425 312.06573Q124.9758 312.347 124.75705 312.8001L124.75705 317.31573L123.678925 317.31573L123.678925 310.972L124.69455 310.972ZM132.14767 309.44073L132.14767 310.972L133.31955 310.972L133.31955 311.81573L132.14767 311.81573L132.14767 315.7376Q132.14767 316.12823 132.30392 316.31573Q132.46017 316.50323 132.83517 316.50323Q133.02267 316.50323 133.3508 316.44073L133.3508 317.31573Q132.92892 317.44073 132.52267 317.44073Q131.80392 317.44073 131.42892 317.00323Q131.05392 316.5501 131.05392 315.7376L131.05392 311.81573L129.89767 311.81573L129.89767 310.972L131.05392 310.972L131.05392 309.44073L132.14767 309.44073ZM134.63205 319.01886L134.02267 318.597Q134.56955 317.83136 134.6008 317.00323L134.6008 316.0345L135.6633 316.0345L135.6633 316.87823Q135.6633 317.472 135.36642 318.06573Q135.06955 318.6595 134.63205 319.01886Z" fill-rule="nonzero"/><path fill="#666666" d="M66.210175 331.5501Q66.7883 331.5501 67.2258 331.20636Q67.6633 330.847 67.710175 330.31573L68.741425 330.31573Q68.710175 330.8626 68.3508 331.3626Q68.00705 331.847 67.428925 332.14386Q66.866425 332.44073 66.210175 332.44073Q64.9133 332.44073 64.147675 331.58136Q63.39768 330.70636 63.39768 329.20636L63.39768 329.01886Q63.39768 328.097 63.725803 327.37823Q64.06955 326.6595 64.69455 326.26886Q65.335175 325.8626 66.210175 325.8626Q67.272675 325.8626 67.9758 326.50323Q68.69455 327.12823 68.741425 328.1595L67.710175 328.1595Q67.6633 327.5345 67.241425 327.14386Q66.81955 326.75323 66.210175 326.75323Q65.38205 326.75323 64.928925 327.347Q64.4758 327.94073 64.4758 329.06573L64.4758 329.26886Q64.4758 330.3626 64.928925 330.95636Q65.38205 331.5501 66.210175 331.5501ZM69.38205 329.08136Q69.38205 328.1595 69.741425 327.4095Q70.116425 326.6595 70.772675 326.26886Q71.428925 325.8626 72.25705 325.8626Q73.553925 325.8626 74.3508 326.75323Q75.1633 327.64386 75.1633 329.14386L75.1633 329.222Q75.1633 330.14386 74.803925 330.87823Q74.44455 331.6126 73.7883 332.0345Q73.13205 332.44073 72.272675 332.44073Q70.991425 332.44073 70.178925 331.5501Q69.38205 330.64386 69.38205 329.1595L69.38205 329.08136ZM70.4758 329.222Q70.4758 330.26886 70.960175 330.9095Q71.460175 331.5501 72.272675 331.5501Q73.1008 331.5501 73.585175 330.9095Q74.06955 330.25323 74.06955 329.08136Q74.06955 328.0501 73.56955 327.4095Q73.085175 326.75323 72.25705 326.75323Q71.460175 326.75323 70.960175 327.39386Q70.4758 328.01886 70.4758 329.222ZM77.69455 325.972L77.7258 326.76886Q78.460175 325.8626 79.63205 325.8626Q81.647675 325.8626 81.6633 328.12823L81.6633 332.31573L80.56955 332.31573L80.56955 328.1126Q80.56955 327.44073 80.25705 327.1126Q79.960175 326.7845 79.303925 326.7845Q78.772675 326.7845 78.366425 327.06573Q77.9758 327.347 77.75705 327.8001L77.75705 332.31573L76.678925 332.31573L76.678925 325.972L77.69455 325.972ZM84.210175 332.31573L84.210175 326.81573L83.210175 326.81573L83.210175 325.972L84.210175 325.972L84.210175 325.33136Q84.210175 324.3001 84.741425 323.75323Q85.2883 323.19073 86.2883 323.19073Q86.6633 323.19073 87.0383 323.2845L86.9758 324.1751Q86.69455 324.1126 86.397675 324.1126Q85.866425 324.1126 85.56955 324.4251Q85.2883 324.7376 85.2883 325.3001L85.2883 325.972L86.647675 325.972L86.647675 326.81573L85.2883 326.81573L85.2883 332.31573L84.210175 332.31573ZM88.8508 332.31573L87.772675 332.31573L87.772675 325.972L88.8508 325.972L88.8508 332.31573ZM87.678925 324.3001Q87.678925 324.0345 87.835175 323.847Q88.00705 323.6595 88.31955 323.6595Q88.63205 323.6595 88.7883 323.847Q88.960175 324.0345 88.960175 324.3001Q88.960175 324.5501 88.7883 324.7376Q88.63205 324.9095 88.31955 324.9095Q88.00705 324.9095 87.835175 324.7376Q87.678925 324.5501 87.678925 324.3001ZM90.4133 329.097Q90.4133 327.6126 91.1008 326.7376Q91.7883 325.8626 92.9133 325.8626Q94.06955 325.8626 94.7258 326.6751L94.772675 325.972L95.772675 325.972L95.772675 332.1595Q95.772675 333.39386 95.0383 334.097Q94.303925 334.81573 93.085175 334.81573Q92.397675 334.81573 91.741425 334.51886Q91.085175 334.222 90.741425 333.722L91.303925 333.06573Q91.991425 333.9251 93.00705 333.9251Q93.7883 333.9251 94.2258 333.472Q94.678925 333.0345 94.678925 332.222L94.678925 331.6751Q94.022675 332.44073 92.897675 332.44073Q91.7883 332.44073 91.1008 331.5501Q90.4133 330.64386 90.4133 329.097ZM91.50705 329.222Q91.50705 330.2845 91.94455 330.9095Q92.38205 331.51886 93.178925 331.51886Q94.19455 331.51886 94.678925 330.58136L94.678925 327.69073Q94.178925 326.7845 93.178925 326.7845Q92.397675 326.7845 91.94455 327.39386Q91.50705 328.00323 91.50705 329.222ZM101.585175 331.69073Q100.960175 332.44073 99.7258 332.44073Q98.710175 332.44073 98.178925 331.847Q97.647675 331.25323 97.647675 330.097L97.647675 325.972L98.7258 325.972L98.7258 330.06573Q98.7258 331.51886 99.897675 331.51886Q101.147675 331.51886 101.553925 330.58136L101.553925 325.972L102.647675 325.972L102.647675 332.31573L101.616425 332.31573L101.585175 331.69073ZM107.741425 326.94073Q107.491425 326.9095 107.210175 326.9095Q106.13205 326.9095 105.75705 327.81573L105.75705 332.31573L104.678925 332.31573L104.678925 325.972L105.7258 325.972L105.741425 326.70636Q106.272675 325.8626 107.25705 325.8626Q107.56955 325.8626 107.741425 325.94073L107.741425 326.94073ZM112.585175 332.31573Q112.491425 332.12823 112.428925 331.64386Q111.678925 332.44073 110.63205 332.44073Q109.69455 332.44073 109.085175 331.9095Q108.491425 331.37823 108.491425 330.5501Q108.491425 329.56573 109.241425 329.01886Q109.991425 328.472 111.366425 328.472L112.4133 328.472L112.4133 327.972Q112.4133 327.4095 112.06955 327.08136Q111.741425 326.7376 111.06955 326.7376Q110.491425 326.7376 110.1008 327.0345Q109.710175 327.31573 109.710175 327.7376L108.616425 327.7376Q108.616425 327.25323 108.94455 326.81573Q109.2883 326.37823 109.866425 326.12823Q110.44455 325.8626 111.13205 325.8626Q112.241425 325.8626 112.8508 326.4095Q113.4758 326.95636 113.50705 327.9095L113.50705 330.83136Q113.50705 331.70636 113.7258 332.222L113.7258 332.31573L112.585175 332.31573ZM110.7883 331.4876Q111.303925 331.4876 111.75705 331.222Q112.210175 330.95636 112.4133 330.5345L112.4133 329.2376L111.56955 329.2376Q109.56955 329.2376 109.56955 330.4095Q109.56955 330.9095 109.9133 331.20636Q110.25705 331.4876 110.7883 331.4876ZM117.147675 324.44073L117.147675 325.972L118.31955 325.972L118.31955 326.81573L117.147675 326.81573L117.147675 330.7376Q117.147675 331.12823 117.303925 331.31573Q117.460175 331.50323 117.835175 331.50323Q118.022675 331.50323 118.3508 331.44073L118.3508 332.31573Q117.928925 332.44073 117.522675 332.44073Q116.803925 332.44073 116.428925 332.00323Q116.053925 331.5501 116.053925 330.7376L116.053925 326.81573L114.897675 326.81573L114.897675 325.972L116.053925 325.972L116.053925 324.44073L117.147675 324.44073ZM120.8508 332.31573L119.772675 332.31573L119.772675 325.972L120.8508 325.972L120.8508 332.31573ZM119.678925 324.3001Q119.678925 324.0345 119.835175 323.847Q120.00705 323.6595 120.31955 323.6595Q120.63205 323.6595 120.7883 323.847Q120.960175 324.0345 120.960175 324.3001Q120.960175 324.5501 120.7883 324.7376Q120.63205 324.9095 120.31955 324.9095Q120.00705 324.9095 119.835175 324.7376Q119.678925 324.5501 119.678925 324.3001ZM122.38205 329.08136Q122.38205 328.1595 122.741425 327.4095Q123.116425 326.6595 123.772675 326.26886Q124.428925 325.8626 125.25705 325.8626Q126.553925 325.8626 127.3508 326.75323Q128.1633 327.64386 128.1633 329.14386L128.1633 329.222Q128.1633 330.14386 127.803925 330.87823Q127.44455 331.6126 126.7883 332.0345Q126.13205 332.44073 125.272675 332.44073Q123.991425 332.44073 123.178925 331.5501Q122.38205 330.64386 122.38205 329.1595L122.38205 329.08136ZM123.4758 329.222Q123.4758 330.26886 123.960175 330.9095Q124.460175 331.5501 125.272675 331.5501Q126.1008 331.5501 126.585175 330.9095Q127.06955 330.25323 127.06955 329.08136Q127.06955 328.0501 126.56955 327.4095Q126.085175 326.75323 125.25705 326.75323Q124.460175 326.75323 123.960175 327.39386Q123.4758 328.01886 123.4758 329.222ZM130.69455 325.972L130.7258 326.76886Q131.46017 325.8626 132.63205 325.8626Q134.64767 325.8626 134.6633 328.12823L134.6633 332.31573L133.56955 332.31573L133.56955 328.1126Q133.56955 327.44073 133.25705 327.1126Q132.96017 326.7845 132.30392 326.7845Q131.77267 326.7845 131.36642 327.06573Q130.9758 327.347 130.75705 327.8001L130.75705 332.31573L129.67892 332.31573L129.67892 325.972L130.69455 325.972Z" fill-rule="nonzero"/><path fill="#666666" d="M48.83518 357.8756L48.83518 349.34436L51.257053 349.34436Q52.36643 349.34436 53.21018 349.84436Q54.069553 350.32874 54.538303 351.235Q55.007053 352.14124 55.007053 353.32874L55.007053 353.86Q55.007053 355.07874 54.538303 355.985Q54.08518 356.89124 53.21018 357.3756Q52.350803 357.86 51.21018 357.8756L48.83518 357.8756ZM49.96018 350.26624L49.96018 356.95374L51.14768 356.95374Q52.444553 356.95374 53.163303 356.15686Q53.89768 355.34436 53.89768 353.84436L53.89768 353.34436Q53.89768 351.89124 53.21018 351.09436Q52.538303 350.28186 51.27268 350.26624L49.96018 350.26624ZM60.58518 357.8756Q60.49143 357.6881 60.42893 357.20374Q59.67893 358.0006 58.632053 358.0006Q57.694553 358.0006 57.08518 357.46936Q56.49143 356.9381 56.49143 356.11Q56.49143 355.1256 57.24143 354.57874Q57.99143 354.03186 59.36643 354.03186L60.413303 354.03186L60.413303 353.53186Q60.413303 352.96936 60.069553 352.64124Q59.74143 352.2975 59.069553 352.2975Q58.49143 352.2975 58.100803 352.59436Q57.71018 352.8756 57.71018 353.2975L56.61643 353.2975Q56.61643 352.8131 56.944553 352.3756Q57.288303 351.9381 57.86643 351.6881Q58.444553 351.4225 59.132053 351.4225Q60.24143 351.4225 60.850803 351.96936Q61.475803 352.51624 61.507053 353.46936L61.507053 356.39124Q61.507053 357.26624 61.725803 357.78186L61.725803 357.8756L60.58518 357.8756ZM58.788303 357.0475Q59.30393 357.0475 59.757053 356.78186Q60.21018 356.51624 60.413303 356.09436L60.413303 354.7975L59.569553 354.7975Q57.569553 354.7975 57.569553 355.96936Q57.569553 356.46936 57.913303 356.76624Q58.257053 357.0475 58.788303 357.0475ZM65.147675 350.0006L65.147675 351.53186L66.31955 351.53186L66.31955 352.3756L65.147675 352.3756L65.147675 356.2975Q65.147675 356.6881 65.303925 356.8756Q65.460175 357.0631 65.835175 357.0631Q66.022675 357.0631 66.3508 357.0006L66.3508 357.8756Q65.928925 358.0006 65.522675 358.0006Q64.803925 358.0006 64.428925 357.5631Q64.053925 357.11 64.053925 356.2975L64.053925 352.3756L62.89768 352.3756L62.89768 351.53186L64.053925 351.53186L64.053925 350.0006L65.147675 350.0006ZM71.585175 357.8756Q71.491425 357.6881 71.428925 357.20374Q70.678925 358.0006 69.63205 358.0006Q68.69455 358.0006 68.085175 357.46936Q67.491425 356.9381 67.491425 356.11Q67.491425 355.1256 68.241425 354.57874Q68.991425 354.03186 70.366425 354.03186L71.4133 354.03186L71.4133 353.53186Q71.4133 352.96936 71.06955 352.64124Q70.741425 352.2975 70.06955 352.2975Q69.491425 352.2975 69.1008 352.59436Q68.710175 352.8756 68.710175 353.2975L67.616425 353.2975Q67.616425 352.8131 67.94455 352.3756Q68.2883 351.9381 68.866425 351.6881Q69.44455 351.4225 70.13205 351.4225Q71.241425 351.4225 71.8508 351.96936Q72.4758 352.51624 72.50705 353.46936L72.50705 356.39124Q72.50705 357.26624 72.7258 357.78186L72.7258 357.8756L71.585175 357.8756ZM69.7883 357.0475Q70.303925 357.0475 70.75705 356.78186Q71.210175 356.51624 71.4133 356.09436L71.4133 354.7975L70.56955 354.7975Q68.56955 354.7975 68.56955 355.96936Q68.56955 356.46936 68.9133 356.76624Q69.25705 357.0475 69.7883 357.0475ZM83.022675 354.78186Q83.022675 356.21936 82.366425 357.11Q81.710175 358.0006 80.56955 358.0006Q79.4133 358.0006 78.75705 357.26624L78.75705 360.3131L77.678925 360.3131L77.678925 351.53186L78.6633 351.53186L78.710175 352.235Q79.38205 351.4225 80.553925 351.4225Q81.69455 351.4225 82.3508 352.28186Q83.022675 353.14124 83.022675 354.6725L83.022675 354.78186ZM81.94455 354.65686Q81.94455 353.57874 81.4758 352.96936Q81.022675 352.34436 80.2258 352.34436Q79.241425 352.34436 78.75705 353.20374L78.75705 356.235Q79.241425 357.11 80.241425 357.11Q81.022675 357.11 81.4758 356.5006Q81.94455 355.8756 81.94455 354.65686ZM87.741425 352.5006Q87.491425 352.46936 87.210175 352.46936Q86.13205 352.46936 85.75705 353.3756L85.75705 357.8756L84.678925 357.8756L84.678925 351.53186L85.7258 351.53186L85.741425 352.26624Q86.272675 351.4225 87.25705 351.4225Q87.56955 351.4225 87.741425 351.5006L87.741425 352.5006ZM88.38205 354.64124Q88.38205 353.71936 88.741425 352.96936Q89.116425 352.21936 89.772675 351.82874Q90.428925 351.4225 91.25705 351.4225Q92.553925 351.4225 93.3508 352.3131Q94.1633 353.20374 94.1633 354.70374L94.1633 354.78186Q94.1633 355.70374 93.803925 356.4381Q93.44455 357.1725 92.7883 357.59436Q92.13205 358.0006 91.272675 358.0006Q89.991425 358.0006 89.178925 357.11Q88.38205 356.20374 88.38205 354.71936L88.38205 354.64124ZM89.4758 354.78186Q89.4758 355.82874 89.960175 356.46936Q90.460175 357.11 91.272675 357.11Q92.1008 357.11 92.585175 356.46936Q93.06955 355.8131 93.06955 354.64124Q93.06955 353.61 92.56955 352.96936Q92.085175 352.3131 91.25705 352.3131Q90.460175 352.3131 89.960175 352.95374Q89.4758 353.57874 89.4758 354.78186ZM98.210175 357.11Q98.7883 357.11 99.2258 356.76624Q99.6633 356.40686 99.710175 355.8756L100.741425 355.8756Q100.710175 356.4225 100.3508 356.9225Q100.00705 357.40686 99.428925 357.70374Q98.866425 358.0006 98.210175 358.0006Q96.9133 358.0006 96.147675 357.14124Q95.397675 356.26624 95.397675 354.76624L95.397675 354.57874Q95.397675 353.65686 95.7258 352.9381Q96.06955 352.21936 96.69455 351.82874Q97.335175 351.4225 98.210175 351.4225Q99.272675 351.4225 99.9758 352.0631Q100.69455 352.6881 100.741425 353.71936L99.710175 353.71936Q99.6633 353.09436 99.241425 352.70374Q98.81955 352.3131 98.210175 352.3131Q97.38205 352.3131 96.928925 352.90686Q96.4758 353.5006 96.4758 354.6256L96.4758 354.82874Q96.4758 355.9225 96.928925 356.51624Q97.38205 357.11 98.210175 357.11ZM104.303925 358.0006Q103.00705 358.0006 102.19455 357.15686Q101.397675 356.2975 101.397675 354.8756L101.397675 354.6881Q101.397675 353.735 101.75705 353.0006Q102.116425 352.2506 102.75705 351.84436Q103.4133 351.4225 104.1633 351.4225Q105.397675 351.4225 106.085175 352.235Q106.772675 353.0475 106.772675 354.5631L106.772675 355.01624L102.4758 355.01624Q102.50705 355.95374 103.022675 356.53186Q103.553925 357.11 104.366425 357.11Q104.928925 357.11 105.31955 356.8756Q105.7258 356.64124 106.0383 356.2506L106.69455 356.76624Q105.897675 358.0006 104.303925 358.0006ZM104.1633 352.3131Q103.50705 352.3131 103.053925 352.7975Q102.616425 353.26624 102.522675 354.1256L105.69455 354.1256L105.69455 354.0475Q105.647675 353.21936 105.241425 352.76624Q104.8508 352.3131 104.1633 352.3131ZM111.366425 356.1881Q111.366425 355.7506 111.022675 355.51624Q110.69455 355.26624 109.866425 355.09436Q109.053925 354.9225 108.56955 354.6725Q108.085175 354.4225 107.8508 354.09436Q107.63205 353.7506 107.63205 353.28186Q107.63205 352.5006 108.2883 351.96936Q108.94455 351.4225 109.9758 351.4225Q111.053925 351.4225 111.710175 351.985Q112.38205 352.53186 112.38205 353.39124L111.303925 353.39124Q111.303925 352.95374 110.9133 352.64124Q110.5383 352.3131 109.9758 352.3131Q109.38205 352.3131 109.0383 352.57874Q108.710175 352.82874 108.710175 353.235Q108.710175 353.6256 109.022675 353.82874Q109.335175 354.03186 110.147675 354.21936Q110.960175 354.39124 111.460175 354.64124Q111.960175 354.89124 112.19455 355.2506Q112.44455 355.61 112.44455 356.11Q112.44455 356.96936 111.75705 357.485Q111.085175 358.0006 110.00705 358.0006Q109.241425 358.0006 108.647675 357.735Q108.06955 357.45374 107.741425 356.96936Q107.4133 356.485 107.4133 355.9225L108.491425 355.9225Q108.522675 356.46936 108.928925 356.7975Q109.335175 357.11 110.00705 357.11Q110.616425 357.11 110.991425 356.86Q111.366425 356.61 111.366425 356.1881ZM117.366425 356.1881Q117.366425 355.7506 117.022675 355.51624Q116.69455 355.26624 115.866425 355.09436Q115.053925 354.9225 114.56955 354.6725Q114.085175 354.4225 113.8508 354.09436Q113.63205 353.7506 113.63205 353.28186Q113.63205 352.5006 114.2883 351.96936Q114.94455 351.4225 115.9758 351.4225Q117.053925 351.4225 117.710175 351.985Q118.38205 352.53186 118.38205 353.39124L117.303925 353.39124Q117.303925 352.95374 116.9133 352.64124Q116.5383 352.3131 115.9758 352.3131Q115.38205 352.3131 115.0383 352.57874Q114.710175 352.82874 114.710175 353.235Q114.710175 353.6256 115.022675 353.82874Q115.335175 354.03186 116.147675 354.21936Q116.960175 354.39124 117.460175 354.64124Q117.960175 354.89124 118.19455 355.2506Q118.44455 355.61 118.44455 356.11Q118.44455 356.96936 117.75705 357.485Q117.085175 358.0006 116.00705 358.0006Q115.241425 358.0006 114.647675 357.735Q114.06955 357.45374 113.741425 356.96936Q113.4133 356.485 113.4133 355.9225L114.491425 355.9225Q114.522675 356.46936 114.928925 356.7975Q115.335175 357.11 116.00705 357.11Q116.616425 357.11 116.991425 356.86Q117.366425 356.61 117.366425 356.1881ZM120.8508 357.8756L119.772675 357.8756L119.772675 351.53186L120.8508 351.53186L120.8508 357.8756ZM119.678925 349.86Q119.678925 349.59436 119.835175 349.40686Q120.00705 349.21936 120.31955 349.21936Q120.63205 349.21936 120.7883 349.40686Q120.960175 349.59436 120.960175 349.86Q120.960175 350.11 120.7883 350.2975Q120.63205 350.46936 120.31955 350.46936Q120.00705 350.46936 119.835175 350.2975Q119.678925 350.11 119.678925 349.86ZM123.69455 351.53186L123.7258 352.32874Q124.460175 351.4225 125.63205 351.4225Q127.647675 351.4225 127.6633 353.6881L127.6633 357.8756L126.56955 357.8756L126.56955 353.6725Q126.56955 353.0006 126.25705 352.6725Q125.960175 352.34436 125.303925 352.34436Q124.772675 352.34436 124.366425 352.6256Q123.9758 352.90686 123.75705 353.36L123.75705 357.8756L122.678925 357.8756L122.678925 351.53186L123.69455 351.53186ZM129.4133 354.65686Q129.4133 353.1725 130.1008 352.2975Q130.7883 351.4225 131.9133 351.4225Q133.06955 351.4225 133.7258 352.235L133.77267 351.53186L134.77267 351.53186L134.77267 357.71936Q134.77267 358.95374 134.0383 359.65686Q133.30392 360.3756 132.08517 360.3756Q131.39767 360.3756 130.74142 360.07874Q130.08517 359.78186 129.74142 359.28186L130.30392 358.6256Q130.99142 359.485 132.00705 359.485Q132.7883 359.485 133.2258 359.03186Q133.67892 358.59436 133.67892 357.78186L133.67892 357.235Q133.02267 358.0006 131.89767 358.0006Q130.7883 358.0006 130.1008 357.11Q129.4133 356.20374 129.4133 354.65686ZM130.50705 354.78186Q130.50705 355.84436 130.94455 356.46936Q131.38205 357.07874 132.17892 357.07874Q133.19455 357.07874 133.67892 356.14124L133.67892 353.2506Q133.17892 352.34436 132.17892 352.34436Q131.39767 352.34436 130.94455 352.95374Q130.50705 353.5631 130.50705 354.78186Z" fill-rule="nonzero"/><path fill="#666666" d="M88.63205 369.40686Q88.63205 368.09436 88.9758 366.8756Q89.335175 365.65686 90.0383 364.65686Q90.741425 363.65686 91.50705 363.2506L91.7258 363.96936Q90.866425 364.6256 90.31955 365.96936Q89.772675 367.3131 89.7258 368.985L89.710175 369.485Q89.710175 371.7506 90.5383 373.40686Q91.0383 374.40686 91.7258 374.96936L91.50705 375.6256Q90.7258 375.20374 90.00705 374.1725Q88.63205 372.1881 88.63205 369.40686ZM98.022675 369.78186Q98.022675 371.21936 97.366425 372.11Q96.710175 373.0006 95.56955 373.0006Q94.4133 373.0006 93.75705 372.26624L93.75705 375.3131L92.678925 375.3131L92.678925 366.53186L93.6633 366.53186L93.710175 367.235Q94.38205 366.4225 95.553925 366.4225Q96.69455 366.4225 97.3508 367.28186Q98.022675 368.14124 98.022675 369.6725L98.022675 369.78186ZM96.94455 369.65686Q96.94455 368.57874 96.4758 367.96936Q96.022675 367.34436 95.2258 367.34436Q94.241425 367.34436 93.75705 368.20374L93.75705 371.235Q94.241425 372.11 95.241425 372.11Q96.022675 372.11 96.4758 371.5006Q96.94455 370.8756 96.94455 369.65686ZM100.8508 372.8756L99.772675 372.8756L99.772675 366.53186L100.8508 366.53186L100.8508 372.8756ZM99.678925 364.86Q99.678925 364.59436 99.835175 364.40686Q100.00705 364.21936 100.31955 364.21936Q100.63205 364.21936 100.7883 364.40686Q100.960175 364.59436 100.960175 364.86Q100.960175 365.11 100.7883 365.2975Q100.63205 365.46936 100.31955 365.46936Q100.00705 365.46936 99.835175 365.2975Q99.678925 365.11 99.678925 364.86ZM108.022675 369.78186Q108.022675 371.21936 107.366425 372.11Q106.710175 373.0006 105.56955 373.0006Q104.4133 373.0006 103.75705 372.26624L103.75705 375.3131L102.678925 375.3131L102.678925 366.53186L103.6633 366.53186L103.710175 367.235Q104.38205 366.4225 105.553925 366.4225Q106.69455 366.4225 107.3508 367.28186Q108.022675 368.14124 108.022675 369.6725L108.022675 369.78186ZM106.94455 369.65686Q106.94455 368.57874 106.4758 367.96936Q106.022675 367.34436 105.2258 367.34436Q104.241425 367.34436 103.75705 368.20374L103.75705 371.235Q104.241425 372.11 105.241425 372.11Q106.022675 372.11 106.4758 371.5006Q106.94455 370.8756 106.94455 369.65686ZM112.303925 373.0006Q111.00705 373.0006 110.19455 372.15686Q109.397675 371.2975 109.397675 369.8756L109.397675 369.6881Q109.397675 368.735 109.75705 368.0006Q110.116425 367.2506 110.75705 366.84436Q111.4133 366.4225 112.1633 366.4225Q113.397675 366.4225 114.085175 367.235Q114.772675 368.0475 114.772675 369.5631L114.772675 370.01624L110.4758 370.01624Q110.50705 370.95374 111.022675 371.53186Q111.553925 372.11 112.366425 372.11Q112.928925 372.11 113.31955 371.8756Q113.7258 371.64124 114.0383 371.2506L114.69455 371.76624Q113.897675 373.0006 112.303925 373.0006ZM112.1633 367.3131Q111.50705 367.3131 111.053925 367.7975Q110.616425 368.26624 110.522675 369.1256L113.69455 369.1256L113.69455 369.0475Q113.647675 368.21936 113.241425 367.76624Q112.8508 367.3131 112.1633 367.3131ZM116.8508 372.8756L115.772675 372.8756L115.772675 363.8756L116.8508 363.8756L116.8508 372.8756ZM119.8508 372.8756L118.772675 372.8756L118.772675 366.53186L119.8508 366.53186L119.8508 372.8756ZM118.678925 364.86Q118.678925 364.59436 118.835175 364.40686Q119.00705 364.21936 119.31955 364.21936Q119.63205 364.21936 119.7883 364.40686Q119.960175 364.59436 119.960175 364.86Q119.960175 365.11 119.7883 365.2975Q119.63205 365.46936 119.31955 365.46936Q119.00705 365.46936 118.835175 365.2975Q118.678925 365.11 118.678925 364.86ZM122.69455 366.53186L122.7258 367.32874Q123.460175 366.4225 124.63205 366.4225Q126.647675 366.4225 126.6633 368.6881L126.6633 372.8756L125.56955 372.8756L125.56955 368.6725Q125.56955 368.0006 125.25705 367.6725Q124.960175 367.34436 124.303925 367.34436Q123.772675 367.34436 123.366425 367.6256Q122.9758 367.90686 122.75705 368.36L122.75705 372.8756L121.678925 372.8756L121.678925 366.53186L122.69455 366.53186ZM131.30392 373.0006Q130.00705 373.0006 129.19455 372.15686Q128.39767 371.2975 128.39767 369.8756L128.39767 369.6881Q128.39767 368.735 128.75705 368.0006Q129.11642 367.2506 129.75705 366.84436Q130.4133 366.4225 131.1633 366.4225Q132.39767 366.4225 133.08517 367.235Q133.77267 368.0475 133.77267 369.5631L133.77267 370.01624L129.4758 370.01624Q129.50705 370.95374 130.02267 371.53186Q130.55392 372.11 131.36642 372.11Q131.92892 372.11 132.31955 371.8756Q132.7258 371.64124 133.0383 371.2506L133.69455 371.76624Q132.89767 373.0006 131.30392 373.0006ZM131.1633 367.3131Q130.50705 367.3131 130.05392 367.7975Q129.61642 368.26624 129.52267 369.1256L132.69455 369.1256L132.69455 369.0475Q132.64767 368.21936 132.24142 367.76624Q131.8508 367.3131 131.1633 367.3131ZM134.63205 374.57874L134.02267 374.15686Q134.56955 373.39124 134.6008 372.5631L134.6008 371.59436L135.6633 371.59436L135.6633 372.4381Q135.6633 373.03186 135.36642 373.6256Q135.06955 374.21936 134.63205 374.57874Z" fill-rule="nonzero"/><path fill="#666666" d="M70.585175 387.8756Q70.491425 387.6881 70.428925 387.20374Q69.678925 388.0006 68.63205 388.0006Q67.69455 388.0006 67.085175 387.46936Q66.491425 386.9381 66.491425 386.11Q66.491425 385.1256 67.241425 384.57874Q67.991425 384.03186 69.366425 384.03186L70.4133 384.03186L70.4133 383.53186Q70.4133 382.96936 70.06955 382.64124Q69.741425 382.2975 69.06955 382.2975Q68.491425 382.2975 68.1008 382.59436Q67.710175 382.8756 67.710175 383.2975L66.616425 383.2975Q66.616425 382.8131 66.94455 382.3756Q67.2883 381.9381 67.866425 381.6881Q68.44455 381.4225 69.13205 381.4225Q70.241425 381.4225 70.8508 381.96936Q71.4758 382.51624 71.50705 383.46936L71.50705 386.39124Q71.50705 387.26624 71.7258 387.78186L71.7258 387.8756L70.585175 387.8756ZM68.7883 387.0475Q69.303925 387.0475 69.75705 386.78186Q70.210175 386.51624 70.4133 386.09436L70.4133 384.7975L69.56955 384.7975Q67.56955 384.7975 67.56955 385.96936Q67.56955 386.46936 67.9133 386.76624Q68.25705 387.0475 68.7883 387.0475ZM73.4133 384.65686Q73.4133 383.1725 74.1008 382.2975Q74.7883 381.4225 75.9133 381.4225Q77.06955 381.4225 77.7258 382.235L77.772675 381.53186L78.772675 381.53186L78.772675 387.71936Q78.772675 388.95374 78.0383 389.65686Q77.303925 390.3756 76.085175 390.3756Q75.397675 390.3756 74.741425 390.07874Q74.085175 389.78186 73.741425 389.28186L74.303925 388.6256Q74.991425 389.485 76.00705 389.485Q76.7883 389.485 77.2258 389.03186Q77.678925 388.59436 77.678925 387.78186L77.678925 387.235Q77.022675 388.0006 75.897675 388.0006Q74.7883 388.0006 74.1008 387.11Q73.4133 386.20374 73.4133 384.65686ZM74.50705 384.78186Q74.50705 385.84436 74.94455 386.46936Q75.38205 387.07874 76.178925 387.07874Q77.19455 387.07874 77.678925 386.14124L77.678925 383.2506Q77.178925 382.34436 76.178925 382.34436Q75.397675 382.34436 74.94455 382.95374Q74.50705 383.5631 74.50705 384.78186ZM80.4133 384.65686Q80.4133 383.1725 81.1008 382.2975Q81.7883 381.4225 82.9133 381.4225Q84.06955 381.4225 84.7258 382.235L84.772675 381.53186L85.772675 381.53186L85.772675 387.71936Q85.772675 388.95374 85.0383 389.65686Q84.303925 390.3756 83.085175 390.3756Q82.397675 390.3756 81.741425 390.07874Q81.085175 389.78186 80.741425 389.28186L81.303925 388.6256Q81.991425 389.485 83.00705 389.485Q83.7883 389.485 84.2258 389.03186Q84.678925 388.59436 84.678925 387.78186L84.678925 387.235Q84.022675 388.0006 82.897675 388.0006Q81.7883 388.0006 81.1008 387.11Q80.4133 386.20374 80.4133 384.65686ZM81.50705 384.78186Q81.50705 385.84436 81.94455 386.46936Q82.38205 387.07874 83.178925 387.07874Q84.19455 387.07874 84.678925 386.14124L84.678925 383.2506Q84.178925 382.34436 83.178925 382.34436Q82.397675 382.34436 81.94455 382.95374Q81.50705 383.5631 81.50705 384.78186ZM90.741425 382.5006Q90.491425 382.46936 90.210175 382.46936Q89.13205 382.46936 88.75705 383.3756L88.75705 387.8756L87.678925 387.8756L87.678925 381.53186L88.7258 381.53186L88.741425 382.26624Q89.272675 381.4225 90.25705 381.4225Q90.56955 381.4225 90.741425 381.5006L90.741425 382.5006ZM94.303925 388.0006Q93.00705 388.0006 92.19455 387.15686Q91.397675 386.2975 91.397675 384.8756L91.397675 384.6881Q91.397675 383.735 91.75705 383.0006Q92.116425 382.2506 92.75705 381.84436Q93.4133 381.4225 94.1633 381.4225Q95.397675 381.4225 96.085175 382.235Q96.772675 383.0475 96.772675 384.5631L96.772675 385.01624L92.4758 385.01624Q92.50705 385.95374 93.022675 386.53186Q93.553925 387.11 94.366425 387.11Q94.928925 387.11 95.31955 386.8756Q95.7258 386.64124 96.0383 386.2506L96.69455 386.76624Q95.897675 388.0006 94.303925 388.0006ZM94.1633 382.3131Q93.50705 382.3131 93.053925 382.7975Q92.616425 383.26624 92.522675 384.1256L95.69455 384.1256L95.69455 384.0475Q95.647675 383.21936 95.241425 382.76624Q94.8508 382.3131 94.1633 382.3131ZM97.4133 384.65686Q97.4133 383.1725 98.1008 382.2975Q98.7883 381.4225 99.9133 381.4225Q101.06955 381.4225 101.7258 382.235L101.772675 381.53186L102.772675 381.53186L102.772675 387.71936Q102.772675 388.95374 102.0383 389.65686Q101.303925 390.3756 100.085175 390.3756Q99.397675 390.3756 98.741425 390.07874Q98.085175 389.78186 97.741425 389.28186L98.303925 388.6256Q98.991425 389.485 100.00705 389.485Q100.7883 389.485 101.2258 389.03186Q101.678925 388.59436 101.678925 387.78186L101.678925 387.235Q101.022675 388.0006 99.897675 388.0006Q98.7883 388.0006 98.1008 387.11Q97.4133 386.20374 97.4133 384.65686ZM98.50705 384.78186Q98.50705 385.84436 98.94455 386.46936Q99.38205 387.07874 100.178925 387.07874Q101.19455 387.07874 101.678925 386.14124L101.678925 383.2506Q101.178925 382.34436 100.178925 382.34436Q99.397675 382.34436 98.94455 382.95374Q98.50705 383.5631 98.50705 384.78186ZM108.585175 387.8756Q108.491425 387.6881 108.428925 387.20374Q107.678925 388.0006 106.63205 388.0006Q105.69455 388.0006 105.085175 387.46936Q104.491425 386.9381 104.491425 386.11Q104.491425 385.1256 105.241425 384.57874Q105.991425 384.03186 107.366425 384.03186L108.4133 384.03186L108.4133 383.53186Q108.4133 382.96936 108.06955 382.64124Q107.741425 382.2975 107.06955 382.2975Q106.491425 382.2975 106.1008 382.59436Q105.710175 382.8756 105.710175 383.2975L104.616425 383.2975Q104.616425 382.8131 104.94455 382.3756Q105.2883 381.9381 105.866425 381.6881Q106.44455 381.4225 107.13205 381.4225Q108.241425 381.4225 108.8508 381.96936Q109.4758 382.51624 109.50705 383.46936L109.50705 386.39124Q109.50705 387.26624 109.7258 387.78186L109.7258 387.8756L108.585175 387.8756ZM106.7883 387.0475Q107.303925 387.0475 107.75705 386.78186Q108.210175 386.51624 108.4133 386.09436L108.4133 384.7975L107.56955 384.7975Q105.56955 384.7975 105.56955 385.96936Q105.56955 386.46936 105.9133 386.76624Q106.25705 387.0475 106.7883 387.0475ZM113.147675 380.0006L113.147675 381.53186L114.31955 381.53186L114.31955 382.3756L113.147675 382.3756L113.147675 386.2975Q113.147675 386.6881 113.303925 386.8756Q113.460175 387.0631 113.835175 387.0631Q114.022675 387.0631 114.3508 387.0006L114.3508 387.8756Q113.928925 388.0006 113.522675 388.0006Q112.803925 388.0006 112.428925 387.5631Q112.053925 387.11 112.053925 386.2975L112.053925 382.3756L110.897675 382.3756L110.897675 381.53186L112.053925 381.53186L112.053925 380.0006L113.147675 380.0006ZM116.8508 387.8756L115.772675 387.8756L115.772675 381.53186L116.8508 381.53186L116.8508 387.8756ZM115.678925 379.86Q115.678925 379.59436 115.835175 379.40686Q116.00705 379.21936 116.31955 379.21936Q116.63205 379.21936 116.7883 379.40686Q116.960175 379.59436 116.960175 379.86Q116.960175 380.11 116.7883 380.2975Q116.63205 380.46936 116.31955 380.46936Q116.00705 380.46936 115.835175 380.2975Q115.678925 380.11 115.678925 379.86ZM118.38205 384.64124Q118.38205 383.71936 118.741425 382.96936Q119.116425 382.21936 119.772675 381.82874Q120.428925 381.4225 121.25705 381.4225Q122.553925 381.4225 123.3508 382.3131Q124.1633 383.20374 124.1633 384.70374L124.1633 384.78186Q124.1633 385.70374 123.803925 386.4381Q123.44455 387.1725 122.7883 387.59436Q122.13205 388.0006 121.272675 388.0006Q119.991425 388.0006 119.178925 387.11Q118.38205 386.20374 118.38205 384.71936L118.38205 384.64124ZM119.4758 384.78186Q119.4758 385.82874 119.960175 386.46936Q120.460175 387.11 121.272675 387.11Q122.1008 387.11 122.585175 386.46936Q123.06955 385.8131 123.06955 384.64124Q123.06955 383.61 122.56955 382.96936Q122.085175 382.3131 121.25705 382.3131Q120.460175 382.3131 119.960175 382.95374Q119.4758 383.57874 119.4758 384.78186ZM126.69455 381.53186L126.7258 382.32874Q127.460175 381.4225 128.63205 381.4225Q130.64767 381.4225 130.6633 383.6881L130.6633 387.8756L129.56955 387.8756L129.56955 383.6725Q129.56955 383.0006 129.25705 382.6725Q128.96017 382.34436 128.30392 382.34436Q127.772675 382.34436 127.366425 382.6256Q126.9758 382.90686 126.75705 383.36L126.75705 387.8756L125.678925 387.8756L125.678925 381.53186L126.69455 381.53186ZM135.17892 384.46936Q135.17892 385.78186 134.83517 386.985Q134.49142 388.1725 133.77267 389.1881Q133.06955 390.20374 132.30392 390.6256L132.06955 389.96936Q132.9758 389.28186 133.52267 387.82874Q134.06955 386.36 134.08517 384.59436L134.08517 384.40686Q134.08517 383.1725 133.81955 382.11Q133.56955 381.0475 133.1008 380.21936Q132.64767 379.3756 132.06955 378.90686L132.30392 378.2506Q133.06955 378.6725 133.77267 379.6725Q134.4758 380.6725 134.81955 381.89124Q135.17892 383.09436 135.17892 384.46936Z" fill-rule="nonzero"/><path fill="#666666" d="M77.9758 420.01364L82.022675 420.01364L82.022675 420.93552L76.835175 420.93552L76.835175 412.40427L77.9758 412.40427L77.9758 420.01364ZM83.8508 420.93552L82.772675 420.93552L82.772675 414.59177L83.8508 414.59177L83.8508 420.93552ZM82.678925 412.9199Q82.678925 412.65427 82.835175 412.46677Q83.00705 412.27927 83.31955 412.27927Q83.63205 412.27927 83.7883 412.46677Q83.960175 412.65427 83.960175 412.9199Q83.960175 413.1699 83.7883 413.3574Q83.63205 413.52927 83.31955 413.52927Q83.00705 413.52927 82.835175 413.3574Q82.678925 413.1699 82.678925 412.9199ZM91.0383 417.84177Q91.0383 419.2949 90.366425 420.18552Q89.710175 421.06052 88.585175 421.06052Q87.38205 421.06052 86.7258 420.20114L86.6633 420.93552L85.678925 420.93552L85.678925 411.93552L86.75705 411.93552L86.75705 415.2949Q87.4133 414.4824 88.56955 414.4824Q89.7258 414.4824 90.38205 415.3574Q91.0383 416.21677 91.0383 417.74802L91.0383 417.84177ZM89.960175 417.71677Q89.960175 416.6074 89.522675 416.01364Q89.1008 415.40427 88.303925 415.40427Q87.2258 415.40427 86.75705 416.38864L86.75705 419.13864Q87.25705 420.13864 88.303925 420.13864Q89.085175 420.13864 89.522675 419.52927Q89.960175 418.9199 89.960175 417.71677ZM95.741425 415.56052Q95.491425 415.52927 95.210175 415.52927Q94.13205 415.52927 93.75705 416.43552L93.75705 420.93552L92.678925 420.93552L92.678925 414.59177L93.7258 414.59177L93.741425 415.32614Q94.272675 414.4824 95.25705 414.4824Q95.56955 414.4824 95.741425 414.56052L95.741425 415.56052ZM100.585175 420.93552Q100.491425 420.74802 100.428925 420.26364Q99.678925 421.06052 98.63205 421.06052Q97.69455 421.06052 97.085175 420.52927Q96.491425 419.99802 96.491425 419.1699Q96.491425 418.18552 97.241425 417.63864Q97.991425 417.09177 99.366425 417.09177L100.4133 417.09177L100.4133 416.59177Q100.4133 416.02927 100.06955 415.70114Q99.741425 415.3574 99.06955 415.3574Q98.491425 415.3574 98.1008 415.65427Q97.710175 415.93552 97.710175 416.3574L96.616425 416.3574Q96.616425 415.87302 96.94455 415.43552Q97.2883 414.99802 97.866425 414.74802Q98.44455 414.4824 99.13205 414.4824Q100.241425 414.4824 100.8508 415.02927Q101.4758 415.57614 101.50705 416.52927L101.50705 419.45114Q101.50705 420.32614 101.7258 420.84177L101.7258 420.93552L100.585175 420.93552ZM98.7883 420.1074Q99.303925 420.1074 99.75705 419.84177Q100.210175 419.57614 100.4133 419.15427L100.4133 417.8574L99.56955 417.8574Q97.56955 417.8574 97.56955 419.02927Q97.56955 419.52927 97.9133 419.82614Q98.25705 420.1074 98.7883 420.1074ZM106.741425 415.56052Q106.491425 415.52927 106.210175 415.52927Q105.13205 415.52927 104.75705 416.43552L104.75705 420.93552L103.678925 420.93552L103.678925 414.59177L104.7258 414.59177L104.741425 415.32614Q105.272675 414.4824 106.25705 414.4824Q106.56955 414.4824 106.741425 414.56052L106.741425 415.56052ZM108.8508 420.93552L107.772675 420.93552L107.772675 414.59177L108.8508 414.59177L108.8508 420.93552ZM107.678925 412.9199Q107.678925 412.65427 107.835175 412.46677Q108.00705 412.27927 108.31955 412.27927Q108.63205 412.27927 108.7883 412.46677Q108.960175 412.65427 108.960175 412.9199Q108.960175 413.1699 108.7883 413.3574Q108.63205 413.52927 108.31955 413.52927Q108.00705 413.52927 107.835175 413.3574Q107.678925 413.1699 107.678925 412.9199ZM113.303925 421.06052Q112.00705 421.06052 111.19455 420.21677Q110.397675 419.3574 110.397675 417.93552L110.397675 417.74802Q110.397675 416.7949 110.75705 416.06052Q111.116425 415.31052 111.75705 414.90427Q112.4133 414.4824 113.1633 414.4824Q114.397675 414.4824 115.085175 415.2949Q115.772675 416.1074 115.772675 417.62302L115.772675 418.07614L111.4758 418.07614Q111.50705 419.01364 112.022675 419.59177Q112.553925 420.1699 113.366425 420.1699Q113.928925 420.1699 114.31955 419.93552Q114.7258 419.70114 115.0383 419.31052L115.69455 419.82614Q114.897675 421.06052 113.303925 421.06052ZM113.1633 415.37302Q112.50705 415.37302 112.053925 415.8574Q111.616425 416.32614 111.522675 417.18552L114.69455 417.18552L114.69455 417.1074Q114.647675 416.27927 114.241425 415.82614Q113.8508 415.37302 113.1633 415.37302ZM120.366425 419.24802Q120.366425 418.81052 120.022675 418.57614Q119.69455 418.32614 118.866425 418.15427Q118.053925 417.9824 117.56955 417.7324Q117.085175 417.4824 116.8508 417.15427Q116.63205 416.81052 116.63205 416.34177Q116.63205 415.56052 117.2883 415.02927Q117.94455 414.4824 118.9758 414.4824Q120.053925 414.4824 120.710175 415.0449Q121.38205 415.59177 121.38205 416.45114L120.303925 416.45114Q120.303925 416.01364 119.9133 415.70114Q119.5383 415.37302 118.9758 415.37302Q118.38205 415.37302 118.0383 415.63864Q117.710175 415.88864 117.710175 416.2949Q117.710175 416.68552 118.022675 416.88864Q118.335175 417.09177 119.147675 417.27927Q119.960175 417.45114 120.460175 417.70114Q120.960175 417.95114 121.19455 418.31052Q121.44455 418.6699 121.44455 419.1699Q121.44455 420.02927 120.75705 420.5449Q120.085175 421.06052 119.00705 421.06052Q118.241425 421.06052 117.647675 420.7949Q117.06955 420.51364 116.741425 420.02927Q116.4133 419.5449 116.4133 418.9824L117.491425 418.9824Q117.522675 419.52927 117.928925 419.8574Q118.335175 420.1699 119.00705 420.1699Q119.616425 420.1699 119.991425 419.9199Q120.366425 419.6699 120.366425 419.24802ZM125.38205 417.70114Q125.38205 416.77927 125.741425 416.02927Q126.116425 415.27927 126.772675 414.88864Q127.428925 414.4824 128.25705 414.4824Q129.55392 414.4824 130.3508 415.37302Q131.1633 416.26364 131.1633 417.76364L131.1633 417.84177Q131.1633 418.76364 130.80392 419.49802Q130.44455 420.2324 129.7883 420.65427Q129.13205 421.06052 128.27267 421.06052Q126.991425 421.06052 126.178925 420.1699Q125.38205 419.26364 125.38205 417.77927L125.38205 417.70114ZM126.4758 417.84177Q126.4758 418.88864 126.960175 419.52927Q127.460175 420.1699 128.27267 420.1699Q129.1008 420.1699 129.58517 419.52927Q130.06955 418.87302 130.06955 417.70114Q130.06955 416.6699 129.56955 416.02927Q129.08517 415.37302 128.25705 415.37302Q127.460175 415.37302 126.960175 416.01364Q126.4758 416.63864 126.4758 417.84177ZM135.74142 415.56052Q135.49142 415.52927 135.21017 415.52927Q134.13205 415.52927 133.75705 416.43552L133.75705 420.93552L132.67892 420.93552L132.67892 414.59177L133.7258 414.59177L133.74142 415.32614Q134.27267 414.4824 135.25705 414.4824Q135.56955 414.4824 135.74142 414.56052L135.74142 415.56052Z" fill-rule="nonzero"/><path fill="#666666" d="M74.553925 432.1699L70.960175 432.1699L70.960175 435.93552L69.835175 435.93552L69.835175 427.40427L75.13205 427.40427L75.13205 428.32614L70.960175 428.32614L70.960175 431.24802L74.553925 431.24802L74.553925 432.1699ZM79.741425 430.56052Q79.491425 430.52927 79.210175 430.52927Q78.13205 430.52927 77.75705 431.43552L77.75705 435.93552L76.678925 435.93552L76.678925 429.59177L77.7258 429.59177L77.741425 430.32614Q78.272675 429.4824 79.25705 429.4824Q79.56955 429.4824 79.741425 429.56052L79.741425 430.56052ZM84.585175 435.93552Q84.491425 435.74802 84.428925 435.26364Q83.678925 436.06052 82.63205 436.06052Q81.69455 436.06052 81.085175 435.52927Q80.491425 434.99802 80.491425 434.1699Q80.491425 433.18552 81.241425 432.63864Q81.991425 432.09177 83.366425 432.09177L84.4133 432.09177L84.4133 431.59177Q84.4133 431.02927 84.06955 430.70114Q83.741425 430.3574 83.06955 430.3574Q82.491425 430.3574 82.1008 430.65427Q81.710175 430.93552 81.710175 431.3574L80.616425 431.3574Q80.616425 430.87302 80.94455 430.43552Q81.2883 429.99802 81.866425 429.74802Q82.44455 429.4824 83.13205 429.4824Q84.241425 429.4824 84.8508 430.02927Q85.4758 430.57614 85.50705 431.52927L85.50705 434.45114Q85.50705 435.32614 85.7258 435.84177L85.7258 435.93552L84.585175 435.93552ZM82.7883 435.1074Q83.303925 435.1074 83.75705 434.84177Q84.210175 434.57614 84.4133 434.15427L84.4133 432.8574L83.56955 432.8574Q81.56955 432.8574 81.56955 434.02927Q81.56955 434.52927 81.9133 434.82614Q82.25705 435.1074 82.7883 435.1074ZM88.69455 429.59177L88.7258 430.2949Q89.4133 429.4824 90.6008 429.4824Q91.928925 429.4824 92.4133 430.49802Q92.7258 430.0449 93.2258 429.76364Q93.741425 429.4824 94.428925 429.4824Q96.522675 429.4824 96.553925 431.68552L96.553925 435.93552L95.4758 435.93552L95.4758 431.74802Q95.4758 431.07614 95.1633 430.74802Q94.8508 430.40427 94.116425 430.40427Q93.50705 430.40427 93.1008 430.76364Q92.710175 431.12302 92.647675 431.7324L92.647675 435.93552L91.56955 435.93552L91.56955 431.77927Q91.56955 430.40427 90.210175 430.40427Q89.147675 430.40427 88.75705 431.31052L88.75705 435.93552L87.6633 435.93552L87.6633 429.59177L88.69455 429.59177ZM101.303925 436.06052Q100.00705 436.06052 99.19455 435.21677Q98.397675 434.3574 98.397675 432.93552L98.397675 432.74802Q98.397675 431.7949 98.75705 431.06052Q99.116425 430.31052 99.75705 429.90427Q100.4133 429.4824 101.1633 429.4824Q102.397675 429.4824 103.085175 430.2949Q103.772675 431.1074 103.772675 432.62302L103.772675 433.07614L99.4758 433.07614Q99.50705 434.01364 100.022675 434.59177Q100.553925 435.1699 101.366425 435.1699Q101.928925 435.1699 102.31955 434.93552Q102.7258 434.70114 103.0383 434.31052L103.69455 434.82614Q102.897675 436.06052 101.303925 436.06052ZM101.1633 430.37302Q100.50705 430.37302 100.053925 430.8574Q99.616425 431.32614 99.522675 432.18552L102.69455 432.18552L102.69455 432.1074Q102.647675 431.27927 102.241425 430.82614Q101.8508 430.37302 101.1633 430.37302ZM110.2883 434.43552L111.50705 429.59177L112.585175 429.59177L110.741425 435.93552L109.866425 435.93552L108.31955 431.12302L106.81955 435.93552L105.94455 435.93552L104.1008 429.59177L105.178925 429.59177L106.428925 434.34177L107.9133 429.59177L108.772675 429.59177L110.2883 434.43552ZM113.38205 432.70114Q113.38205 431.77927 113.741425 431.02927Q114.116425 430.27927 114.772675 429.88864Q115.428925 429.4824 116.25705 429.4824Q117.553925 429.4824 118.3508 430.37302Q119.1633 431.26364 119.1633 432.76364L119.1633 432.84177Q119.1633 433.76364 118.803925 434.49802Q118.44455 435.2324 117.7883 435.65427Q117.13205 436.06052 116.272675 436.06052Q114.991425 436.06052 114.178925 435.1699Q113.38205 434.26364 113.38205 432.77927L113.38205 432.70114ZM114.4758 432.84177Q114.4758 433.88864 114.960175 434.52927Q115.460175 435.1699 116.272675 435.1699Q117.1008 435.1699 117.585175 434.52927Q118.06955 433.87302 118.06955 432.70114Q118.06955 431.6699 117.56955 431.02927Q117.085175 430.37302 116.25705 430.37302Q115.460175 430.37302 114.960175 431.01364Q114.4758 431.63864 114.4758 432.84177ZM123.741425 430.56052Q123.491425 430.52927 123.210175 430.52927Q122.13205 430.52927 121.75705 431.43552L121.75705 435.93552L120.678925 435.93552L120.678925 429.59177L121.7258 429.59177L121.741425 430.32614Q122.272675 429.4824 123.25705 429.4824Q123.56955 429.4824 123.741425 429.56052L123.741425 430.56052ZM126.44455 432.99802L125.75705 433.70114L125.75705 435.93552L124.678925 435.93552L124.678925 426.93552L125.75705 426.93552L125.75705 432.37302L126.335175 431.68552L128.31955 429.59177L129.63205 429.59177L127.1633 432.24802L129.92892 435.93552L128.64767 435.93552L126.44455 432.99802ZM134.36642 434.24802Q134.36642 433.81052 134.02267 433.57614Q133.69455 433.32614 132.86642 433.15427Q132.05392 432.9824 131.56955 432.7324Q131.08517 432.4824 130.8508 432.15427Q130.63205 431.81052 130.63205 431.34177Q130.63205 430.56052 131.2883 430.02927Q131.94455 429.4824 132.9758 429.4824Q134.05392 429.4824 134.71017 430.0449Q135.38205 430.59177 135.38205 431.45114L134.30392 431.45114Q134.30392 431.01364 133.9133 430.70114Q133.5383 430.37302 132.9758 430.37302Q132.38205 430.37302 132.0383 430.63864Q131.71017 430.88864 131.71017 431.2949Q131.71017 431.68552 132.02267 431.88864Q132.33517 432.09177 133.14767 432.27927Q133.96017 432.45114 134.46017 432.70114Q134.96017 432.95114 135.19455 433.31052Q135.44455 433.6699 135.44455 434.1699Q135.44455 435.02927 134.75705 435.5449Q134.08517 436.06052 133.00705 436.06052Q132.24142 436.06052 131.64767 435.7949Q131.06955 435.51364 130.74142 435.02927Q130.4133 434.5449 130.4133 433.9824L131.49142 433.9824Q131.52267 434.52927 131.92892 434.8574Q132.33517 435.1699 133.00705 435.1699Q133.61642 435.1699 133.99142 434.9199Q134.36642 434.6699 134.36642 434.24802Z" fill-rule="nonzero"/><path fill="#666666" d="M62.83518 476.4954L62.83518 467.96414L65.25705 467.96414Q66.366425 467.96414 67.210175 468.46414Q68.06955 468.94852 68.5383 469.85477Q69.00705 470.76102 69.00705 471.94852L69.00705 472.47977Q69.00705 473.69852 68.5383 474.60477Q68.085175 475.51102 67.210175 475.9954Q66.3508 476.47977 65.210175 476.4954L62.83518 476.4954ZM63.96018 468.88602L63.96018 475.57352L65.147675 475.57352Q66.44455 475.57352 67.1633 474.77664Q67.897675 473.96414 67.897675 472.46414L67.897675 471.96414Q67.897675 470.51102 67.210175 469.71414Q66.5383 468.90164 65.272675 468.88602L63.96018 468.88602ZM73.303925 476.6204Q72.00705 476.6204 71.19455 475.77664Q70.397675 474.91727 70.397675 473.4954L70.397675 473.3079Q70.397675 472.35477 70.75705 471.6204Q71.116425 470.8704 71.75705 470.46414Q72.4133 470.04227 73.1633 470.04227Q74.397675 470.04227 75.085175 470.85477Q75.772675 471.66727 75.772675 473.1829L75.772675 473.63602L71.4758 473.63602Q71.50705 474.57352 72.022675 475.15164Q72.553925 475.72977 73.366425 475.72977Q73.928925 475.72977 74.31955 475.4954Q74.7258 475.26102 75.0383 474.8704L75.69455 475.38602Q74.897675 476.6204 73.303925 476.6204ZM73.1633 470.9329Q72.50705 470.9329 72.053925 471.41727Q71.616425 471.88602 71.522675 472.7454L74.69455 472.7454L74.69455 472.66727Q74.647675 471.83914 74.241425 471.38602Q73.8508 470.9329 73.1633 470.9329ZM80.366425 474.8079Q80.366425 474.3704 80.022675 474.13602Q79.69455 473.88602 78.866425 473.71414Q78.053925 473.54227 77.56955 473.29227Q77.085175 473.04227 76.8508 472.71414Q76.63205 472.3704 76.63205 471.90164Q76.63205 471.1204 77.2883 470.58914Q77.94455 470.04227 78.9758 470.04227Q80.053925 470.04227 80.710175 470.60477Q81.38205 471.15164 81.38205 472.01102L80.303925 472.01102Q80.303925 471.57352 79.9133 471.26102Q79.5383 470.9329 78.9758 470.9329Q78.38205 470.9329 78.0383 471.19852Q77.710175 471.44852 77.710175 471.85477Q77.710175 472.2454 78.022675 472.44852Q78.335175 472.65164 79.147675 472.83914Q79.960175 473.01102 80.460175 473.26102Q80.960175 473.51102 81.19455 473.8704Q81.44455 474.22977 81.44455 474.72977Q81.44455 475.58914 80.75705 476.10477Q80.085175 476.6204 79.00705 476.6204Q78.241425 476.6204 77.647675 476.35477Q77.06955 476.07352 76.741425 475.58914Q76.4133 475.10477 76.4133 474.54227L77.491425 474.54227Q77.522675 475.08914 77.928925 475.41727Q78.335175 475.72977 79.00705 475.72977Q79.616425 475.72977 79.991425 475.47977Q80.366425 475.22977 80.366425 474.8079ZM84.44455 473.5579L83.75705 474.26102L83.75705 476.4954L82.678925 476.4954L82.678925 467.4954L83.75705 467.4954L83.75705 472.9329L84.335175 472.2454L86.31955 470.15164L87.63205 470.15164L85.1633 472.8079L87.928925 476.4954L86.647675 476.4954L84.44455 473.5579ZM90.147675 468.6204L90.147675 470.15164L91.31955 470.15164L91.31955 470.9954L90.147675 470.9954L90.147675 474.91727Q90.147675 475.3079 90.303925 475.4954Q90.460175 475.6829 90.835175 475.6829Q91.022675 475.6829 91.3508 475.6204L91.3508 476.4954Q90.928925 476.6204 90.522675 476.6204Q89.803925 476.6204 89.428925 476.1829Q89.053925 475.72977 89.053925 474.91727L89.053925 470.9954L87.897675 470.9954L87.897675 470.15164L89.053925 470.15164L89.053925 468.6204L90.147675 468.6204ZM92.38205 473.26102Q92.38205 472.33914 92.741425 471.58914Q93.116425 470.83914 93.772675 470.44852Q94.428925 470.04227 95.25705 470.04227Q96.553925 470.04227 97.3508 470.9329Q98.1633 471.82352 98.1633 473.32352L98.1633 473.40164Q98.1633 474.32352 97.803925 475.0579Q97.44455 475.79227 96.7883 476.21414Q96.13205 476.6204 95.272675 476.6204Q93.991425 476.6204 93.178925 475.72977Q92.38205 474.82352 92.38205 473.33914L92.38205 473.26102ZM93.4758 473.40164Q93.4758 474.44852 93.960175 475.08914Q94.460175 475.72977 95.272675 475.72977Q96.1008 475.72977 96.585175 475.08914Q97.06955 474.4329 97.06955 473.26102Q97.06955 472.22977 96.56955 471.58914Q96.085175 470.9329 95.25705 470.9329Q94.460175 470.9329 93.960175 471.57352Q93.4758 472.19852 93.4758 473.40164ZM105.022675 473.40164Q105.022675 474.83914 104.366425 475.72977Q103.710175 476.6204 102.56955 476.6204Q101.4133 476.6204 100.75705 475.88602L100.75705 478.9329L99.678925 478.9329L99.678925 470.15164L100.6633 470.15164L100.710175 470.85477Q101.38205 470.04227 102.553925 470.04227Q103.69455 470.04227 104.3508 470.90164Q105.022675 471.76102 105.022675 473.29227L105.022675 473.40164ZM103.94455 473.27664Q103.94455 472.19852 103.4758 471.58914Q103.022675 470.96414 102.2258 470.96414Q101.241425 470.96414 100.75705 471.82352L100.75705 474.85477Q101.241425 475.72977 102.241425 475.72977Q103.022675 475.72977 103.4758 475.1204Q103.94455 474.4954 103.94455 473.27664ZM109.88205 477.22977L108.960175 477.22977L112.522675 467.96414L113.44455 467.96414L109.88205 477.22977ZM124.147675 475.3704Q123.710175 475.9954 122.928925 476.3079Q122.147675 476.6204 121.116425 476.6204Q120.085175 476.6204 119.272675 476.13602Q118.460175 475.63602 118.022675 474.72977Q117.585175 473.82352 117.56955 472.63602L117.56955 471.90164Q117.56955 469.96414 118.460175 468.90164Q119.366425 467.83914 120.991425 467.83914Q122.335175 467.83914 123.147675 468.52664Q123.960175 469.21414 124.147675 470.46414L123.022675 470.46414Q122.69455 468.77664 121.00705 468.77664Q119.866425 468.77664 119.2883 469.57352Q118.710175 470.35477 118.69455 471.8704L118.69455 472.5579Q118.69455 473.9954 119.3508 474.85477Q120.00705 475.69852 121.13205 475.69852Q121.75705 475.69852 122.2258 475.5579Q122.710175 475.41727 123.022675 475.07352L123.022675 473.16727L121.053925 473.16727L121.053925 472.2454L124.147675 472.2454L124.147675 475.3704ZM131.8508 467.96414L131.8508 473.76102Q131.83517 474.96414 131.08517 475.7454Q130.33517 476.51102 129.05392 476.60477L128.74142 476.6204Q127.3508 476.6204 126.50705 475.8704Q125.678925 475.10477 125.678925 473.77664L125.678925 467.96414L126.7883 467.96414L126.7883 473.7454Q126.7883 474.66727 127.2883 475.1829Q127.803925 475.69852 128.74142 475.69852Q129.71017 475.69852 130.21017 475.1829Q130.71017 474.66727 130.71017 473.7454L130.71017 467.96414L131.8508 467.96414ZM135.05392 476.4954L133.92892 476.4954L133.92892 467.96414L135.05392 467.96414L135.05392 476.4954Z" fill-rule="nonzero"/><path fill="#666666" d="M73.585175 491.4954Q73.491425 491.3079 73.428925 490.82352Q72.678925 491.6204 71.63205 491.6204Q70.69455 491.6204 70.085175 491.08914Q69.491425 490.5579 69.491425 489.72977Q69.491425 488.7454 70.241425 488.19852Q70.991425 487.65164 72.366425 487.65164L73.4133 487.65164L73.4133 487.15164Q73.4133 486.58914 73.06955 486.26102Q72.741425 485.91727 72.06955 485.91727Q71.491425 485.91727 71.1008 486.21414Q70.710175 486.4954 70.710175 486.91727L69.616425 486.91727Q69.616425 486.4329 69.94455 485.9954Q70.2883 485.5579 70.866425 485.3079Q71.44455 485.04227 72.13205 485.04227Q73.241425 485.04227 73.8508 485.58914Q74.4758 486.13602 74.50705 487.08914L74.50705 490.01102Q74.50705 490.88602 74.7258 491.40164L74.7258 491.4954L73.585175 491.4954ZM71.7883 490.66727Q72.303925 490.66727 72.75705 490.40164Q73.210175 490.13602 73.4133 489.71414L73.4133 488.41727L72.56955 488.41727Q70.56955 488.41727 70.56955 489.58914Q70.56955 490.08914 70.9133 490.38602Q71.25705 490.66727 71.7883 490.66727ZM82.022675 488.40164Q82.022675 489.83914 81.366425 490.72977Q80.710175 491.6204 79.56955 491.6204Q78.4133 491.6204 77.75705 490.88602L77.75705 493.9329L76.678925 493.9329L76.678925 485.15164L77.6633 485.15164L77.710175 485.85477Q78.38205 485.04227 79.553925 485.04227Q80.69455 485.04227 81.3508 485.90164Q82.022675 486.76102 82.022675 488.29227L82.022675 488.40164ZM80.94455 488.27664Q80.94455 487.19852 80.4758 486.58914Q80.022675 485.96414 79.2258 485.96414Q78.241425 485.96414 77.75705 486.82352L77.75705 489.85477Q78.241425 490.72977 79.241425 490.72977Q80.022675 490.72977 80.4758 490.1204Q80.94455 489.4954 80.94455 488.27664ZM89.022675 488.40164Q89.022675 489.83914 88.366425 490.72977Q87.710175 491.6204 86.56955 491.6204Q85.4133 491.6204 84.75705 490.88602L84.75705 493.9329L83.678925 493.9329L83.678925 485.15164L84.6633 485.15164L84.710175 485.85477Q85.38205 485.04227 86.553925 485.04227Q87.69455 485.04227 88.3508 485.90164Q89.022675 486.76102 89.022675 488.29227L89.022675 488.40164ZM87.94455 488.27664Q87.94455 487.19852 87.4758 486.58914Q87.022675 485.96414 86.2258 485.96414Q85.241425 485.96414 84.75705 486.82352L84.75705 489.85477Q85.241425 490.72977 86.241425 490.72977Q87.022675 490.72977 87.4758 490.1204Q87.94455 489.4954 87.94455 488.27664ZM91.8508 491.4954L90.772675 491.4954L90.772675 482.4954L91.8508 482.4954L91.8508 491.4954ZM94.8508 491.4954L93.772675 491.4954L93.772675 485.15164L94.8508 485.15164L94.8508 491.4954ZM93.678925 483.47977Q93.678925 483.21414 93.835175 483.02664Q94.00705 482.83914 94.31955 482.83914Q94.63205 482.83914 94.7883 483.02664Q94.960175 483.21414 94.960175 483.47977Q94.960175 483.72977 94.7883 483.91727Q94.63205 484.08914 94.31955 484.08914Q94.00705 484.08914 93.835175 483.91727Q93.678925 483.72977 93.678925 483.47977ZM99.210175 490.72977Q99.7883 490.72977 100.2258 490.38602Q100.6633 490.02664 100.710175 489.4954L101.741425 489.4954Q101.710175 490.04227 101.3508 490.54227Q101.00705 491.02664 100.428925 491.32352Q99.866425 491.6204 99.210175 491.6204Q97.9133 491.6204 97.147675 490.76102Q96.397675 489.88602 96.397675 488.38602L96.397675 488.19852Q96.397675 487.27664 96.7258 486.5579Q97.06955 485.83914 97.69455 485.44852Q98.335175 485.04227 99.210175 485.04227Q100.272675 485.04227 100.9758 485.6829Q101.69455 486.3079 101.741425 487.33914L100.710175 487.33914Q100.6633 486.71414 100.241425 486.32352Q99.81955 485.9329 99.210175 485.9329Q98.38205 485.9329 97.928925 486.52664Q97.4758 487.1204 97.4758 488.2454L97.4758 488.44852Q97.4758 489.54227 97.928925 490.13602Q98.38205 490.72977 99.210175 490.72977ZM106.585175 491.4954Q106.491425 491.3079 106.428925 490.82352Q105.678925 491.6204 104.63205 491.6204Q103.69455 491.6204 103.085175 491.08914Q102.491425 490.5579 102.491425 489.72977Q102.491425 488.7454 103.241425 488.19852Q103.991425 487.65164 105.366425 487.65164L106.4133 487.65164L106.4133 487.15164Q106.4133 486.58914 106.06955 486.26102Q105.741425 485.91727 105.06955 485.91727Q104.491425 485.91727 104.1008 486.21414Q103.710175 486.4954 103.710175 486.91727L102.616425 486.91727Q102.616425 486.4329 102.94455 485.9954Q103.2883 485.5579 103.866425 485.3079Q104.44455 485.04227 105.13205 485.04227Q106.241425 485.04227 106.8508 485.58914Q107.4758 486.13602 107.50705 487.08914L107.50705 490.01102Q107.50705 490.88602 107.7258 491.40164L107.7258 491.4954L106.585175 491.4954ZM104.7883 490.66727Q105.303925 490.66727 105.75705 490.40164Q106.210175 490.13602 106.4133 489.71414L106.4133 488.41727L105.56955 488.41727Q103.56955 488.41727 103.56955 489.58914Q103.56955 490.08914 103.9133 490.38602Q104.25705 490.66727 104.7883 490.66727ZM111.147675 483.6204L111.147675 485.15164L112.31955 485.15164L112.31955 485.9954L111.147675 485.9954L111.147675 489.91727Q111.147675 490.3079 111.303925 490.4954Q111.460175 490.6829 111.835175 490.6829Q112.022675 490.6829 112.3508 490.6204L112.3508 491.4954Q111.928925 491.6204 111.522675 491.6204Q110.803925 491.6204 110.428925 491.1829Q110.053925 490.72977 110.053925 489.91727L110.053925 485.9954L108.897675 485.9954L108.897675 485.15164L110.053925 485.15164L110.053925 483.6204L111.147675 483.6204ZM114.8508 491.4954L113.772675 491.4954L113.772675 485.15164L114.8508 485.15164L114.8508 491.4954ZM113.678925 483.47977Q113.678925 483.21414 113.835175 483.02664Q114.00705 482.83914 114.31955 482.83914Q114.63205 482.83914 114.7883 483.02664Q114.960175 483.21414 114.960175 483.47977Q114.960175 483.72977 114.7883 483.91727Q114.63205 484.08914 114.31955 484.08914Q114.00705 484.08914 113.835175 483.91727Q113.678925 483.72977 113.678925 483.47977ZM116.38205 488.26102Q116.38205 487.33914 116.741425 486.58914Q117.116425 485.83914 117.772675 485.44852Q118.428925 485.04227 119.25705 485.04227Q120.553925 485.04227 121.3508 485.9329Q122.1633 486.82352 122.1633 488.32352L122.1633 488.40164Q122.1633 489.32352 121.803925 490.0579Q121.44455 490.79227 120.7883 491.21414Q120.13205 491.6204 119.272675 491.6204Q117.991425 491.6204 117.178925 490.72977Q116.38205 489.82352 116.38205 488.33914L116.38205 488.26102ZM117.4758 488.40164Q117.4758 489.44852 117.960175 490.08914Q118.460175 490.72977 119.272675 490.72977Q120.1008 490.72977 120.585175 490.08914Q121.06955 489.4329 121.06955 488.26102Q121.06955 487.22977 120.56955 486.58914Q120.085175 485.9329 119.25705 485.9329Q118.460175 485.9329 117.960175 486.57352Q117.4758 487.19852 117.4758 488.40164ZM124.69455 485.15164L124.7258 485.94852Q125.460175 485.04227 126.63205 485.04227Q128.64767 485.04227 128.6633 487.3079L128.6633 491.4954L127.56955 491.4954L127.56955 487.29227Q127.56955 486.6204 127.25705 486.29227Q126.960175 485.96414 126.303925 485.96414Q125.772675 485.96414 125.366425 486.2454Q124.9758 486.52664 124.75705 486.97977L124.75705 491.4954L123.678925 491.4954L123.678925 485.15164L124.69455 485.15164ZM134.36642 489.8079Q134.36642 489.3704 134.02267 489.13602Q133.69455 488.88602 132.86642 488.71414Q132.05392 488.54227 131.56955 488.29227Q131.08517 488.04227 130.8508 487.71414Q130.63205 487.3704 130.63205 486.90164Q130.63205 486.1204 131.2883 485.58914Q131.94455 485.04227 132.9758 485.04227Q134.05392 485.04227 134.71017 485.60477Q135.38205 486.15164 135.38205 487.01102L134.30392 487.01102Q134.30392 486.57352 133.9133 486.26102Q133.5383 485.9329 132.9758 485.9329Q132.38205 485.9329 132.0383 486.19852Q131.71017 486.44852 131.71017 486.85477Q131.71017 487.2454 132.02267 487.44852Q132.33517 487.65164 133.14767 487.83914Q133.96017 488.01102 134.46017 488.26102Q134.96017 488.51102 135.19455 488.8704Q135.44455 489.22977 135.44455 489.72977Q135.44455 490.58914 134.75705 491.10477Q134.08517 491.6204 133.00705 491.6204Q132.24142 491.6204 131.64767 491.35477Q131.06955 491.07352 130.74142 490.58914Q130.4133 490.10477 130.4133 489.54227L131.49142 489.54227Q131.52267 490.08914 131.92892 490.41727Q132.33517 490.72977 133.00705 490.72977Q133.61642 490.72977 133.99142 490.47977Q134.36642 490.22977 134.36642 489.8079Z" fill-rule="nonzero"/><path fill="#666666" d="M105.147675 538.4303Q104.710175 539.0553 103.928925 539.3678Q103.147675 539.6803 102.116425 539.6803Q101.085175 539.6803 100.272675 539.1959Q99.460175 538.6959 99.022675 537.7897Q98.585175 536.8834 98.56955 535.6959L98.56955 534.96155Q98.56955 533.02405 99.460175 531.96155Q100.366425 530.89905 101.991425 530.89905Q103.335175 530.89905 104.147675 531.58655Q104.960175 532.27405 105.147675 533.52405L104.022675 533.52405Q103.69455 531.83655 102.00705 531.83655Q100.866425 531.83655 100.2883 532.6334Q99.710175 533.4147 99.69455 534.9303L99.69455 535.6178Q99.69455 537.0553 100.3508 537.9147Q101.00705 538.7584 102.13205 538.7584Q102.75705 538.7584 103.2258 538.6178Q103.710175 538.4772 104.022675 538.1334L104.022675 536.2272L102.053925 536.2272L102.053925 535.3053L105.147675 535.3053L105.147675 538.4303ZM110.585175 539.5553Q110.491425 539.3678 110.428925 538.8834Q109.678925 539.6803 108.63205 539.6803Q107.69455 539.6803 107.085175 539.14905Q106.491425 538.6178 106.491425 537.7897Q106.491425 536.8053 107.241425 536.2584Q107.991425 535.71155 109.366425 535.71155L110.4133 535.71155L110.4133 535.21155Q110.4133 534.64905 110.06955 534.3209Q109.741425 533.9772 109.06955 533.9772Q108.491425 533.9772 108.1008 534.27405Q107.710175 534.5553 107.710175 534.9772L106.616425 534.9772Q106.616425 534.4928 106.94455 534.0553Q107.2883 533.6178 107.866425 533.3678Q108.44455 533.1022 109.13205 533.1022Q110.241425 533.1022 110.8508 533.64905Q111.4758 534.1959 111.50705 535.14905L111.50705 538.0709Q111.50705 538.9459 111.7258 539.46155L111.7258 539.5553L110.585175 539.5553ZM108.7883 538.7272Q109.303925 538.7272 109.75705 538.46155Q110.210175 538.1959 110.4133 537.77405L110.4133 536.4772L109.56955 536.4772Q107.56955 536.4772 107.56955 537.64905Q107.56955 538.14905 107.9133 538.4459Q108.25705 538.7272 108.7883 538.7272ZM114.69455 533.21155L114.7258 533.9147Q115.4133 533.1022 116.6008 533.1022Q117.928925 533.1022 118.4133 534.1178Q118.7258 533.6647 119.2258 533.3834Q119.741425 533.1022 120.428925 533.1022Q122.522675 533.1022 122.553925 535.3053L122.553925 539.5553L121.4758 539.5553L121.4758 535.3678Q121.4758 534.6959 121.1633 534.3678Q120.8508 534.02405 120.116425 534.02405Q119.50705 534.02405 119.1008 534.3834Q118.710175 534.7428 118.647675 535.3522L118.647675 539.5553L117.56955 539.5553L117.56955 535.39905Q117.56955 534.02405 116.210175 534.02405Q115.147675 534.02405 114.75705 534.9303L114.75705 539.5553L113.6633 539.5553L113.6633 533.21155L114.69455 533.21155ZM127.303925 539.6803Q126.00705 539.6803 125.19455 538.83655Q124.397675 537.9772 124.397675 536.5553L124.397675 536.3678Q124.397675 535.4147 124.75705 534.6803Q125.116425 533.9303 125.75705 533.52405Q126.4133 533.1022 127.1633 533.1022Q128.39767 533.1022 129.08517 533.9147Q129.77267 534.7272 129.77267 536.2428L129.77267 536.6959L125.4758 536.6959Q125.50705 537.6334 126.022675 538.21155Q126.553925 538.7897 127.366425 538.7897Q127.928925 538.7897 128.31955 538.5553Q128.7258 538.3209 129.0383 537.9303L129.69455 538.4459Q128.89767 539.6803 127.303925 539.6803ZM127.1633 533.9928Q126.50705 533.9928 126.053925 534.4772Q125.616425 534.9459 125.522675 535.8053L128.69455 535.8053L128.69455 535.7272Q128.64767 534.89905 128.24142 534.4459Q127.8508 533.9928 127.1633 533.9928ZM134.36642 537.8678Q134.36642 537.4303 134.02267 537.1959Q133.69455 536.9459 132.86642 536.77405Q132.05392 536.6022 131.56955 536.3522Q131.08517 536.1022 130.8508 535.77405Q130.63205 535.4303 130.63205 534.96155Q130.63205 534.1803 131.2883 533.64905Q131.94455 533.1022 132.9758 533.1022Q134.05392 533.1022 134.71017 533.6647Q135.38205 534.21155 135.38205 535.0709L134.30392 535.0709Q134.30392 534.6334 133.9133 534.3209Q133.5383 533.9928 132.9758 533.9928Q132.38205 533.9928 132.0383 534.2584Q131.71017 534.5084 131.71017 534.9147Q131.71017 535.3053 132.02267 535.5084Q132.33517 535.71155 133.14767 535.89905Q133.96017 536.0709 134.46017 536.3209Q134.96017 536.5709 135.19455 536.9303Q135.44455 537.2897 135.44455 537.7897Q135.44455 538.64905 134.75705 539.1647Q134.08517 539.6803 133.00705 539.6803Q132.24142 539.6803 131.64767 539.4147Q131.06955 539.1334 130.74142 538.64905Q130.4133 538.1647 130.4133 537.6022L131.49142 537.6022Q131.52267 538.14905 131.92892 538.4772Q132.33517 538.7897 133.00705 538.7897Q133.61642 538.7897 133.99142 538.5397Q134.36642 538.2897 134.36642 537.8678Z" fill-rule="nonzero"/><path fill="#666666" d="M71.2883 586.5839L74.085175 593.53705L76.866425 586.5839L78.335175 586.5839L78.335175 595.1152L77.210175 595.1152L77.210175 591.78705L77.31955 588.2089L74.50705 595.1152L73.647675 595.1152L70.8508 588.22455L70.960175 591.78705L70.960175 595.1152L69.835175 595.1152L69.835175 586.5839L71.2883 586.5839ZM79.38205 591.8808Q79.38205 590.9589 79.741425 590.2089Q80.116425 589.4589 80.772675 589.0683Q81.428925 588.66205 82.25705 588.66205Q83.553925 588.66205 84.3508 589.5527Q85.1633 590.4433 85.1633 591.9433L85.1633 592.0214Q85.1633 592.9433 84.803925 593.6777Q84.44455 594.41205 83.7883 594.8339Q83.13205 595.2402 82.272675 595.2402Q80.991425 595.2402 80.178925 594.34955Q79.38205 593.4433 79.38205 591.9589L79.38205 591.8808ZM80.4758 592.0214Q80.4758 593.0683 80.960175 593.7089Q81.460175 594.34955 82.272675 594.34955Q83.1008 594.34955 83.585175 593.7089Q84.06955 593.0527 84.06955 591.8808Q84.06955 590.84955 83.56955 590.2089Q83.085175 589.5527 82.25705 589.5527Q81.460175 589.5527 80.960175 590.1933Q80.4758 590.8183 80.4758 592.0214ZM92.0383 592.0214Q92.0383 593.47455 91.366425 594.3652Q90.710175 595.2402 89.585175 595.2402Q88.38205 595.2402 87.7258 594.3808L87.6633 595.1152L86.678925 595.1152L86.678925 586.1152L87.75705 586.1152L87.75705 589.47455Q88.4133 588.66205 89.56955 588.66205Q90.7258 588.66205 91.38205 589.53705Q92.0383 590.3964 92.0383 591.9277L92.0383 592.0214ZM90.960175 591.8964Q90.960175 590.78705 90.522675 590.1933Q90.1008 589.5839 89.303925 589.5839Q88.2258 589.5839 87.75705 590.5683L87.75705 593.3183Q88.25705 594.3183 89.303925 594.3183Q90.085175 594.3183 90.522675 593.7089Q90.960175 593.09955 90.960175 591.8964ZM94.8508 595.1152L93.772675 595.1152L93.772675 588.7714L94.8508 588.7714L94.8508 595.1152ZM93.678925 587.09955Q93.678925 586.8339 93.835175 586.6464Q94.00705 586.4589 94.31955 586.4589Q94.63205 586.4589 94.7883 586.6464Q94.960175 586.8339 94.960175 587.09955Q94.960175 587.34955 94.7883 587.53705Q94.63205 587.7089 94.31955 587.7089Q94.00705 587.7089 93.835175 587.53705Q93.678925 587.34955 93.678925 587.09955ZM97.8508 595.1152L96.772675 595.1152L96.772675 586.1152L97.8508 586.1152L97.8508 595.1152ZM102.303925 595.2402Q101.00705 595.2402 100.19455 594.3964Q99.397675 593.53705 99.397675 592.1152L99.397675 591.9277Q99.397675 590.97455 99.75705 590.2402Q100.116425 589.4902 100.75705 589.0839Q101.4133 588.66205 102.1633 588.66205Q103.397675 588.66205 104.085175 589.47455Q104.772675 590.28705 104.772675 591.8027L104.772675 592.2558L100.4758 592.2558Q100.50705 593.1933 101.022675 593.7714Q101.553925 594.34955 102.366425 594.34955Q102.928925 594.34955 103.31955 594.1152Q103.7258 593.8808 104.0383 593.4902L104.69455 594.0058Q103.897675 595.2402 102.303925 595.2402ZM102.1633 589.5527Q101.50705 589.5527 101.053925 590.03705Q100.616425 590.5058 100.522675 591.3652L103.69455 591.3652L103.69455 591.28705Q103.647675 590.4589 103.241425 590.0058Q102.8508 589.5527 102.1633 589.5527ZM113.553925 592.8808L109.9758 592.8808L109.178925 595.1152L108.022675 595.1152L111.272675 586.5839L112.25705 586.5839L115.522675 595.1152L114.366425 595.1152L113.553925 592.8808ZM110.31955 591.9589L113.2258 591.9589L111.772675 587.97455L110.31955 591.9589ZM122.022675 592.0214Q122.022675 593.4589 121.366425 594.34955Q120.710175 595.2402 119.56955 595.2402Q118.4133 595.2402 117.75705 594.5058L117.75705 597.5527L116.678925 597.5527L116.678925 588.7714L117.6633 588.7714L117.710175 589.47455Q118.38205 588.66205 119.553925 588.66205Q120.69455 588.66205 121.3508 589.5214Q122.022675 590.3808 122.022675 591.91205L122.022675 592.0214ZM120.94455 591.8964Q120.94455 590.8183 120.4758 590.2089Q120.022675 589.5839 119.2258 589.5839Q118.241425 589.5839 117.75705 590.4433L117.75705 593.47455Q118.241425 594.34955 119.241425 594.34955Q120.022675 594.34955 120.4758 593.7402Q120.94455 593.1152 120.94455 591.8964ZM129.02267 592.0214Q129.02267 593.4589 128.36642 594.34955Q127.710175 595.2402 126.56955 595.2402Q125.4133 595.2402 124.75705 594.5058L124.75705 597.5527L123.678925 597.5527L123.678925 588.7714L124.6633 588.7714L124.710175 589.47455Q125.38205 588.66205 126.553925 588.66205Q127.69455 588.66205 128.3508 589.5214Q129.02267 590.3808 129.02267 591.91205L129.02267 592.0214ZM127.94455 591.8964Q127.94455 590.8183 127.4758 590.2089Q127.022675 589.5839 126.2258 589.5839Q125.241425 589.5839 124.75705 590.4433L124.75705 593.47455Q125.241425 594.34955 126.241425 594.34955Q127.022675 594.34955 127.4758 593.7402Q127.94455 593.1152 127.94455 591.8964ZM134.36642 593.4277Q134.36642 592.9902 134.02267 592.7558Q133.69455 592.5058 132.86642 592.3339Q132.05392 592.16205 131.56955 591.91205Q131.08517 591.66205 130.8508 591.3339Q130.63205 590.9902 130.63205 590.5214Q130.63205 589.7402 131.2883 589.2089Q131.94455 588.66205 132.9758 588.66205Q134.05392 588.66205 134.71017 589.22455Q135.38205 589.7714 135.38205 590.6308L134.30392 590.6308Q134.30392 590.1933 133.9133 589.8808Q133.5383 589.5527 132.9758 589.5527Q132.38205 589.5527 132.0383 589.8183Q131.71017 590.0683 131.71017 590.47455Q131.71017 590.8652 132.02267 591.0683Q132.33517 591.2714 133.14767 591.4589Q133.96017 591.6308 134.46017 591.8808Q134.96017 592.1308 135.19455 592.4902Q135.44455 592.84955 135.44455 593.34955Q135.44455 594.2089 134.75705 594.72455Q134.08517 595.2402 133.00705 595.2402Q132.24142 595.2402 131.64767 594.97455Q131.06955 594.6933 130.74142 594.2089Q130.4133 593.72455 130.4133 593.16205L131.49142 593.16205Q131.52267 593.7089 131.92892 594.03705Q132.33517 594.34955 133.00705 594.34955Q133.61642 594.34955 133.99142 594.09955Q134.36642 593.84955 134.36642 593.4277Z" fill-rule="nonzero"/><path fill="#666666" d="M114.397675 646.6907Q114.397675 647.9407 113.9758 648.8782Q113.553925 649.80005 112.772675 650.30005Q112.00705 650.80005 110.9758 650.80005Q109.9758 650.80005 109.19455 650.30005Q108.4133 649.80005 107.9758 648.8938Q107.553925 647.9719 107.5383 646.7532L107.5383 646.1438Q107.5383 644.9094 107.960175 643.9719Q108.397675 643.0344 109.178925 642.5344Q109.960175 642.0188 110.9758 642.0188Q111.991425 642.0188 112.772675 642.5188Q113.553925 643.0188 113.9758 643.9563Q114.397675 644.8938 114.397675 646.1438L114.397675 646.6907ZM113.2883 646.1282Q113.2883 644.61255 112.678925 643.80005Q112.06955 642.98755 110.9758 642.98755Q109.897675 642.98755 109.2883 643.80005Q108.678925 644.61255 108.6633 646.05005L108.6633 646.6907Q108.6633 648.1594 109.272675 649.0032Q109.897675 649.8313 110.9758 649.8313Q112.06955 649.8313 112.6633 649.05005Q113.272675 648.2532 113.2883 646.7688L113.2883 646.1282ZM117.147675 642.80005L117.147675 644.3313L118.31955 644.3313L118.31955 645.17505L117.147675 645.17505L117.147675 649.0969Q117.147675 649.48755 117.303925 649.67505Q117.460175 649.86255 117.835175 649.86255Q118.022675 649.86255 118.3508 649.80005L118.3508 650.67505Q117.928925 650.80005 117.522675 650.80005Q116.803925 650.80005 116.428925 650.36255Q116.053925 649.9094 116.053925 649.0969L116.053925 645.17505L114.897675 645.17505L114.897675 644.3313L116.053925 644.3313L116.053925 642.80005L117.147675 642.80005ZM120.75705 645.0969Q121.4758 644.2219 122.63205 644.2219Q124.647675 644.2219 124.6633 646.48755L124.6633 650.67505L123.56955 650.67505L123.56955 646.4719Q123.56955 645.80005 123.25705 645.4719Q122.960175 645.1438 122.303925 645.1438Q121.772675 645.1438 121.366425 645.42505Q120.9758 645.7063 120.75705 646.1594L120.75705 650.67505L119.678925 650.67505L119.678925 641.67505L120.75705 641.67505L120.75705 645.0969ZM129.30392 650.80005Q128.00705 650.80005 127.19455 649.9563Q126.397675 649.0969 126.397675 647.67505L126.397675 647.48755Q126.397675 646.5344 126.75705 645.80005Q127.116425 645.05005 127.75705 644.6438Q128.4133 644.2219 129.1633 644.2219Q130.39767 644.2219 131.08517 645.0344Q131.77267 645.8469 131.77267 647.36255L131.77267 647.8157L127.4758 647.8157Q127.50705 648.7532 128.02267 649.3313Q128.55392 649.9094 129.36642 649.9094Q129.92892 649.9094 130.31955 649.67505Q130.7258 649.4407 131.0383 649.05005L131.69455 649.5657Q130.89767 650.80005 129.30392 650.80005ZM129.1633 645.11255Q128.50705 645.11255 128.05392 645.5969Q127.616425 646.0657 127.522675 646.92505L130.69455 646.92505L130.69455 646.8469Q130.64767 646.0188 130.24142 645.5657Q129.8508 645.11255 129.1633 645.11255ZM135.74142 645.30005Q135.49142 645.2688 135.21017 645.2688Q134.13205 645.2688 133.75705 646.17505L133.75705 650.67505L132.67892 650.67505L132.67892 644.3313L133.7258 644.3313L133.74142 645.0657Q134.27267 644.2219 135.25705 644.2219Q135.56955 644.2219 135.74142 644.30005L135.74142 645.30005Z" fill-rule="nonzero"/><path fill="#666666" d="M45.05393 706.235L43.92893 706.235L43.92893 697.70374L45.05393 697.70374L45.05393 706.235ZM49.413303 703.01624Q49.413303 701.5475 50.100803 700.6725Q50.788303 699.78186 51.913303 699.78186Q53.02268 699.78186 53.67893 700.53186L53.67893 697.235L54.757053 697.235L54.757053 706.235L53.757053 706.235L53.71018 705.5475Q53.05393 706.36 51.89768 706.36Q50.80393 706.36 50.100803 705.45374Q49.413303 704.5475 49.413303 703.09436L49.413303 703.01624ZM50.49143 703.14124Q50.49143 704.21936 50.92893 704.82874Q51.382053 705.4381 52.163303 705.4381Q53.194553 705.4381 53.67893 704.5006L53.67893 701.59436Q53.194553 700.70374 52.17893 700.70374Q51.382053 700.70374 50.92893 701.3131Q50.49143 701.9225 50.49143 703.14124ZM56.382053 703.0006Q56.382053 702.07874 56.74143 701.32874Q57.11643 700.57874 57.77268 700.1881Q58.42893 699.78186 59.257053 699.78186Q60.55393 699.78186 61.350803 700.6725Q62.163303 701.5631 62.163303 703.0631L62.163303 703.14124Q62.163303 704.0631 61.80393 704.7975Q61.444553 705.53186 60.788303 705.95374Q60.132053 706.36 59.27268 706.36Q57.99143 706.36 57.17893 705.46936Q56.382053 704.5631 56.382053 703.07874L56.382053 703.0006ZM57.475803 703.14124Q57.475803 704.1881 57.96018 704.82874Q58.46018 705.46936 59.27268 705.46936Q60.100803 705.46936 60.58518 704.82874Q61.069553 704.1725 61.069553 703.0006Q61.069553 701.96936 60.569553 701.32874Q60.08518 700.6725 59.257053 700.6725Q58.46018 700.6725 57.96018 701.3131Q57.475803 701.9381 57.475803 703.14124ZM64.69455 699.89124L64.7258 700.6881Q65.460175 699.78186 66.63205 699.78186Q68.647675 699.78186 68.6633 702.0475L68.6633 706.235L67.56955 706.235L67.56955 702.03186Q67.56955 701.36 67.25705 701.03186Q66.960175 700.70374 66.303925 700.70374Q65.772675 700.70374 65.366425 700.985Q64.9758 701.26624 64.75705 701.71936L64.75705 706.235L63.67893 706.235L63.67893 699.89124L64.69455 699.89124ZM71.335175 697.89124L71.210175 700.0475L70.460175 700.0475L70.460175 697.235L71.335175 697.235L71.335175 697.89124ZM74.147675 698.36L74.147675 699.89124L75.31955 699.89124L75.31955 700.735L74.147675 700.735L74.147675 704.65686Q74.147675 705.0475 74.303925 705.235Q74.460175 705.4225 74.835175 705.4225Q75.022675 705.4225 75.3508 705.36L75.3508 706.235Q74.928925 706.36 74.522675 706.36Q73.803925 706.36 73.428925 705.9225Q73.053925 705.46936 73.053925 704.65686L73.053925 700.735L71.897675 700.735L71.897675 699.89124L73.053925 699.89124L73.053925 698.36L74.147675 698.36ZM85.2883 704.735L86.50705 699.89124L87.585175 699.89124L85.741425 706.235L84.866425 706.235L83.31955 701.4225L81.81955 706.235L80.94455 706.235L79.1008 699.89124L80.178925 699.89124L81.428925 704.64124L82.9133 699.89124L83.772675 699.89124L85.2883 704.735ZM91.741425 700.86Q91.491425 700.82874 91.210175 700.82874Q90.13205 700.82874 89.75705 701.735L89.75705 706.235L88.678925 706.235L88.678925 699.89124L89.7258 699.89124L89.741425 700.6256Q90.272675 699.78186 91.25705 699.78186Q91.56955 699.78186 91.741425 699.86L91.741425 700.86ZM93.8508 706.235L92.772675 706.235L92.772675 699.89124L93.8508 699.89124L93.8508 706.235ZM92.678925 698.21936Q92.678925 697.95374 92.835175 697.76624Q93.00705 697.57874 93.31955 697.57874Q93.63205 697.57874 93.7883 697.76624Q93.960175 697.95374 93.960175 698.21936Q93.960175 698.46936 93.7883 698.65686Q93.63205 698.82874 93.31955 698.82874Q93.00705 698.82874 92.835175 698.65686Q92.678925 698.46936 92.678925 698.21936ZM97.147675 698.36L97.147675 699.89124L98.31955 699.89124L98.31955 700.735L97.147675 700.735L97.147675 704.65686Q97.147675 705.0475 97.303925 705.235Q97.460175 705.4225 97.835175 705.4225Q98.022675 705.4225 98.3508 705.36L98.3508 706.235Q97.928925 706.36 97.522675 706.36Q96.803925 706.36 96.428925 705.9225Q96.053925 705.46936 96.053925 704.65686L96.053925 700.735L94.897675 700.735L94.897675 699.89124L96.053925 699.89124L96.053925 698.36L97.147675 698.36ZM102.303925 706.36Q101.00705 706.36 100.19455 705.51624Q99.397675 704.65686 99.397675 703.235L99.397675 703.0475Q99.397675 702.09436 99.75705 701.36Q100.116425 700.61 100.75705 700.20374Q101.4133 699.78186 102.1633 699.78186Q103.397675 699.78186 104.085175 700.59436Q104.772675 701.40686 104.772675 702.9225L104.772675 703.3756L100.4758 703.3756Q100.50705 704.3131 101.022675 704.89124Q101.553925 705.46936 102.366425 705.46936Q102.928925 705.46936 103.31955 705.235Q103.7258 705.0006 104.0383 704.61L104.69455 705.1256Q103.897675 706.36 102.303925 706.36ZM102.1633 700.6725Q101.50705 700.6725 101.053925 701.15686Q100.616425 701.6256 100.522675 702.485L103.69455 702.485L103.69455 702.40686Q103.647675 701.57874 103.241425 701.1256Q102.8508 700.6725 102.1633 700.6725ZM109.8508 706.235L108.772675 706.235L108.772675 699.89124L109.8508 699.89124L109.8508 706.235ZM108.678925 698.21936Q108.678925 697.95374 108.835175 697.76624Q109.00705 697.57874 109.31955 697.57874Q109.63205 697.57874 109.7883 697.76624Q109.960175 697.95374 109.960175 698.21936Q109.960175 698.46936 109.7883 698.65686Q109.63205 698.82874 109.31955 698.82874Q109.00705 698.82874 108.835175 698.65686Q108.678925 698.46936 108.678925 698.21936ZM112.69455 699.89124L112.7258 700.6881Q113.460175 699.78186 114.63205 699.78186Q116.647675 699.78186 116.6633 702.0475L116.6633 706.235L115.56955 706.235L115.56955 702.03186Q115.56955 701.36 115.25705 701.03186Q114.960175 700.70374 114.303925 700.70374Q113.772675 700.70374 113.366425 700.985Q112.9758 701.26624 112.75705 701.71936L112.75705 706.235L111.678925 706.235L111.678925 699.89124L112.69455 699.89124ZM128.14767 705.11Q127.710175 705.735 126.928925 706.0475Q126.147675 706.36 125.116425 706.36Q124.085175 706.36 123.272675 705.8756Q122.460175 705.3756 122.022675 704.46936Q121.585175 703.5631 121.56955 702.3756L121.56955 701.64124Q121.56955 699.70374 122.460175 698.64124Q123.366425 697.57874 124.991425 697.57874Q126.335175 697.57874 127.147675 698.26624Q127.960175 698.95374 128.14767 700.20374L127.022675 700.20374Q126.69455 698.51624 125.00705 698.51624Q123.866425 698.51624 123.2883 699.3131Q122.710175 700.09436 122.69455 701.61L122.69455 702.2975Q122.69455 703.735 123.3508 704.59436Q124.00705 705.4381 125.13205 705.4381Q125.75705 705.4381 126.2258 705.2975Q126.710175 705.15686 127.022675 704.8131L127.022675 702.90686L125.053925 702.90686L125.053925 701.985L128.14767 701.985L128.14767 705.11ZM129.38205 703.0006Q129.38205 702.07874 129.74142 701.32874Q130.11642 700.57874 130.77267 700.1881Q131.42892 699.78186 132.25705 699.78186Q133.55392 699.78186 134.3508 700.6725Q135.1633 701.5631 135.1633 703.0631L135.1633 703.14124Q135.1633 704.0631 134.80392 704.7975Q134.44455 705.53186 133.7883 705.95374Q133.13205 706.36 132.27267 706.36Q130.99142 706.36 130.17892 705.46936Q129.38205 704.5631 129.38205 703.07874L129.38205 703.0006ZM130.4758 703.14124Q130.4758 704.1881 130.96017 704.82874Q131.46017 705.46936 132.27267 705.46936Q133.1008 705.46936 133.58517 704.82874Q134.06955 704.1725 134.06955 703.0006Q134.06955 701.96936 133.56955 701.32874Q133.08517 700.6725 132.25705 700.6725Q131.46017 700.6725 130.96017 701.3131Q130.4758 701.9381 130.4758 703.14124Z" fill-rule="nonzero"/><path fill="#666666" d="M133.3508 752.0035Q133.3508 750.4722 133.6633 749.55035Q133.9758 748.61285 134.58517 748.11285Q135.21017 747.61285 136.14767 747.61285Q136.83517 747.61285 137.3508 747.8941Q137.88205 748.17535 138.2258 748.7066Q138.56955 749.2222 138.75705 749.9722Q138.94455 750.7222 138.94455 752.0035Q138.94455 753.5191 138.63205 754.441Q138.33517 755.36285 137.71017 755.8785Q137.1008 756.3785 136.14767 756.3785Q134.9133 756.3785 134.19455 755.48785Q133.3508 754.42535 133.3508 752.0035ZM134.42892 752.0035Q134.42892 754.11285 134.92892 754.816Q135.42892 755.5191 136.14767 755.5191Q136.88205 755.5191 137.36642 754.816Q137.86642 754.11285 137.86642 752.0035Q137.86642 749.8785 137.36642 749.191Q136.88205 748.48785 136.13205 748.48785Q135.4133 748.48785 134.9758 749.0972Q134.42892 749.8785 134.42892 752.0035ZM140.55392 749.7066Q140.55392 748.7847 141.00705 748.1441Q141.4758 747.5035 142.3508 747.5035Q143.1633 747.5035 143.69455 748.0816Q144.2258 748.6597 144.2258 749.7691Q144.2258 750.86285 143.67892 751.4566Q143.14767 752.0347 142.36642 752.0347Q141.58517 752.0347 141.06955 751.4566Q140.55392 750.8785 140.55392 749.7066ZM142.38205 748.2222Q141.99142 748.2222 141.7258 748.566Q141.4758 748.9097 141.4758 749.816Q141.4758 750.6441 141.7258 750.98785Q141.99142 751.316 142.38205 751.316Q142.7883 751.316 143.0383 750.9722Q143.30392 750.6285 143.30392 749.73785Q143.30392 748.8941 143.0383 748.566Q142.77267 748.2222 142.38205 748.2222ZM142.38205 756.55035L147.08517 747.5035L147.94455 747.5035L143.25705 756.55035L142.38205 756.55035ZM146.1008 754.2222Q146.1008 753.30035 146.55392 752.6597Q147.02267 752.0191 147.9133 752.0191Q148.7258 752.0191 149.25705 752.5972Q149.7883 753.1597 149.7883 754.2847Q149.7883 755.3785 149.24142 755.9722Q148.71017 756.55035 147.9133 756.55035Q147.14767 756.55035 146.61642 755.9722Q146.1008 755.3941 146.1008 754.2222ZM147.94455 752.73785Q147.5383 752.73785 147.27267 753.0816Q147.02267 753.42535 147.02267 754.3316Q147.02267 755.1441 147.2883 755.48785Q147.55392 755.8316 147.94455 755.8316Q148.33517 755.8316 148.6008 755.48785Q148.86642 755.1441 148.86642 754.23785Q148.86642 753.4097 148.6008 753.0816Q148.33517 752.73785 147.94455 752.73785Z" fill-rule="nonzero"/><path fill="#666666" d="M242.68004 755.2222L242.68004 756.23785L236.99254 756.23785Q236.99254 755.86285 237.11754 755.5035Q237.33629 754.92535 237.80504 754.36285Q238.28941 753.80035 239.19566 753.066Q240.60191 751.9097 241.08629 751.23785Q241.58629 750.566 241.58629 749.9722Q241.58629 749.3472 241.13316 748.92535Q240.68004 748.48785 239.96129 748.48785Q239.19566 748.48785 238.74254 748.941Q238.28941 749.3941 238.27379 750.2066L237.19566 750.0972Q237.30504 748.8785 238.02379 748.2535Q238.75816 747.61285 239.99254 747.61285Q241.22691 747.61285 241.94566 748.30035Q242.66441 748.98785 242.66441 750.0035Q242.66441 750.5191 242.44566 751.0191Q242.24254 751.5035 241.74254 752.066Q241.25816 752.61285 240.13316 753.566Q239.18004 754.36285 238.89879 754.6597Q238.63316 754.941 238.46129 755.2222L242.68004 755.2222ZM244.13316 752.0035Q244.13316 750.4722 244.44566 749.55035Q244.75816 748.61285 245.36754 748.11285Q245.99254 747.61285 246.93004 747.61285Q247.61754 747.61285 248.13316 747.8941Q248.66441 748.17535 249.00816 748.7066Q249.35191 749.2222 249.53941 749.9722Q249.72691 750.7222 249.72691 752.0035Q249.72691 753.5191 249.41441 754.441Q249.11754 755.36285 248.49254 755.8785Q247.88316 756.3785 246.93004 756.3785Q245.69566 756.3785 244.97691 755.48785Q244.13316 754.42535 244.13316 752.0035ZM245.21129 752.0035Q245.21129 754.11285 245.71129 754.816Q246.21129 755.5191 246.93004 755.5191Q247.66441 755.5191 248.14879 754.816Q248.64879 754.11285 248.64879 752.0035Q248.64879 749.8785 248.14879 749.191Q247.66441 748.48785 246.91441 748.48785Q246.19566 748.48785 245.75816 749.0972Q245.21129 749.8785 245.21129 752.0035ZM251.33629 749.7066Q251.33629 748.7847 251.78941 748.1441Q252.25816 747.5035 253.13316 747.5035Q253.94566 747.5035 254.47691 748.0816Q255.00816 748.6597 255.00816 749.7691Q255.00816 750.86285 254.46129 751.4566Q253.93004 752.0347 253.14879 752.0347Q252.36754 752.0347 251.85191 751.4566Q251.33629 750.8785 251.33629 749.7066ZM253.16441 748.2222Q252.77379 748.2222 252.50816 748.566Q252.25816 748.9097 252.25816 749.816Q252.25816 750.6441 252.50816 750.98785Q252.77379 751.316 253.16441 751.316Q253.57066 751.316 253.82066 750.9722Q254.08629 750.6285 254.08629 749.73785Q254.08629 748.8941 253.82066 748.566Q253.55504 748.2222 253.16441 748.2222ZM253.16441 756.55035L257.86755 747.5035L258.72693 747.5035L254.03941 756.55035L253.16441 756.55035ZM256.88318 754.2222Q256.88318 753.30035 257.3363 752.6597Q257.80505 752.0191 258.69568 752.0191Q259.50818 752.0191 260.03943 752.5972Q260.57068 753.1597 260.57068 754.2847Q260.57068 755.3785 260.0238 755.9722Q259.49255 756.55035 258.69568 756.55035Q257.93005 756.55035 257.3988 755.9722Q256.88318 755.3941 256.88318 754.2222ZM258.72693 752.73785Q258.32068 752.73785 258.05505 753.0816Q257.80505 753.42535 257.80505 754.3316Q257.80505 755.1441 258.07068 755.48785Q258.3363 755.8316 258.72693 755.8316Q259.11755 755.8316 259.38318 755.48785Q259.6488 755.1441 259.6488 754.23785Q259.6488 753.4097 259.38318 753.0816Q259.11755 752.73785 258.72693 752.73785Z" fill-rule="nonzero"/><path fill="#666666" d="M347.79053 756.23785L347.79053 754.17535L344.07178 754.17535L344.07178 753.2066L347.99365 747.6441L348.85303 747.6441L348.85303 753.2066L350.00928 753.2066L350.00928 754.17535L348.85303 754.17535L348.85303 756.23785L347.79053 756.23785ZM347.79053 753.2066L347.79053 749.3472L345.10303 753.2066L347.79053 753.2066ZM351.41553 752.0035Q351.41553 750.4722 351.72803 749.55035Q352.04053 748.61285 352.6499 748.11285Q353.2749 747.61285 354.2124 747.61285Q354.8999 747.61285 355.41553 747.8941Q355.94678 748.17535 356.29053 748.7066Q356.63428 749.2222 356.82178 749.9722Q357.00928 750.7222 357.00928 752.0035Q357.00928 753.5191 356.69678 754.441Q356.3999 755.36285 355.7749 755.8785Q355.16553 756.3785 354.2124 756.3785Q352.97803 756.3785 352.25928 755.48785Q351.41553 754.42535 351.41553 752.0035ZM352.49365 752.0035Q352.49365 754.11285 352.99365 754.816Q353.49365 755.5191 354.2124 755.5191Q354.94678 755.5191 355.43115 754.816Q355.93115 754.11285 355.93115 752.0035Q355.93115 749.8785 355.43115 749.191Q354.94678 748.48785 354.19678 748.48785Q353.47803 748.48785 353.04053 749.0972Q352.49365 749.8785 352.49365 752.0035ZM358.61865 749.7066Q358.61865 748.7847 359.07178 748.1441Q359.54053 747.5035 360.41553 747.5035Q361.22803 747.5035 361.75928 748.0816Q362.29053 748.6597 362.29053 749.7691Q362.29053 750.86285 361.74365 751.4566Q361.2124 752.0347 360.43115 752.0347Q359.6499 752.0347 359.13428 751.4566Q358.61865 750.8785 358.61865 749.7066ZM360.44678 748.2222Q360.05615 748.2222 359.79053 748.566Q359.54053 748.9097 359.54053 749.816Q359.54053 750.6441 359.79053 750.98785Q360.05615 751.316 360.44678 751.316Q360.85303 751.316 361.10303 750.9722Q361.36865 750.6285 361.36865 749.73785Q361.36865 748.8941 361.10303 748.566Q360.8374 748.2222 360.44678 748.2222ZM360.44678 756.55035L365.1499 747.5035L366.00928 747.5035L361.32178 756.55035L360.44678 756.55035ZM364.16553 754.2222Q364.16553 753.30035 364.61865 752.6597Q365.0874 752.0191 365.97803 752.0191Q366.79053 752.0191 367.32178 752.5972Q367.85303 753.1597 367.85303 754.2847Q367.85303 755.3785 367.30615 755.9722Q366.7749 756.55035 365.97803 756.55035Q365.2124 756.55035 364.68115 755.9722Q364.16553 755.3941 364.16553 754.2222ZM366.00928 752.73785Q365.60303 752.73785 365.3374 753.0816Q365.0874 753.42535 365.0874 754.3316Q365.0874 755.1441 365.35303 755.48785Q365.61865 755.8316 366.00928 755.8316Q366.3999 755.8316 366.66553 755.48785Q366.93115 755.1441 366.93115 754.23785Q366.93115 753.4097 366.66553 753.0816Q366.3999 752.73785 366.00928 752.73785Z" fill-rule="nonzero"/><path fill="#666666" d="M457.16666 749.7535L456.11978 749.8316Q455.97916 749.2066 455.72916 748.92535Q455.29166 748.4722 454.66666 748.4722Q454.16666 748.4722 453.77603 748.7535Q453.29166 749.1285 452.99478 749.8316Q452.71353 750.5191 452.6979 751.80035Q453.0729 751.2222 453.61978 750.941Q454.18228 750.6597 454.79166 750.6597Q455.83853 750.6597 456.5729 751.441Q457.3229 752.2222 457.3229 753.441Q457.3229 754.2535 456.96353 754.9566Q456.61978 755.6441 456.0104 756.0191Q455.40103 756.3785 454.6354 756.3785Q453.30728 756.3785 452.47916 755.4097Q451.65103 754.441 451.65103 752.2222Q451.65103 749.7222 452.5729 748.5972Q453.36978 747.61285 454.72916 747.61285Q455.74478 747.61285 456.3854 748.191Q457.04166 748.7535 457.16666 749.7535ZM452.86978 753.4566Q452.86978 754.0035 453.08853 754.5035Q453.3229 754.98785 453.72916 755.2535Q454.15103 755.5191 454.61978 755.5191Q455.27603 755.5191 455.7604 754.98785Q456.24478 754.441 456.24478 753.5191Q456.24478 752.6285 455.7604 752.11285Q455.29166 751.5972 454.5729 751.5972Q453.85416 751.5972 453.35416 752.11285Q452.86978 752.6285 452.86978 753.4566ZM458.6979 752.0035Q458.6979 750.4722 459.0104 749.55035Q459.3229 748.61285 459.93228 748.11285Q460.55728 747.61285 461.49478 747.61285Q462.18228 747.61285 462.6979 747.8941Q463.22916 748.17535 463.5729 748.7066Q463.91666 749.2222 464.10416 749.9722Q464.29166 750.7222 464.29166 752.0035Q464.29166 753.5191 463.97916 754.441Q463.68228 755.36285 463.05728 755.8785Q462.4479 756.3785 461.49478 756.3785Q460.2604 756.3785 459.54166 755.48785Q458.6979 754.42535 458.6979 752.0035ZM459.77603 752.0035Q459.77603 754.11285 460.27603 754.816Q460.77603 755.5191 461.49478 755.5191Q462.22916 755.5191 462.71353 754.816Q463.21353 754.11285 463.21353 752.0035Q463.21353 749.8785 462.71353 749.191Q462.22916 748.48785 461.47916 748.48785Q460.7604 748.48785 460.3229 749.0972Q459.77603 749.8785 459.77603 752.0035ZM465.90103 749.7066Q465.90103 748.7847 466.35416 748.1441Q466.8229 747.5035 467.6979 747.5035Q468.5104 747.5035 469.04166 748.0816Q469.5729 748.6597 469.5729 749.7691Q469.5729 750.86285 469.02603 751.4566Q468.49478 752.0347 467.71353 752.0347Q466.93228 752.0347 466.41666 751.4566Q465.90103 750.8785 465.90103 749.7066ZM467.72916 748.2222Q467.33853 748.2222 467.0729 748.566Q466.8229 748.9097 466.8229 749.816Q466.8229 750.6441 467.0729 750.98785Q467.33853 751.316 467.72916 751.316Q468.1354 751.316 468.3854 750.9722Q468.65103 750.6285 468.65103 749.73785Q468.65103 748.8941 468.3854 748.566Q468.11978 748.2222 467.72916 748.2222ZM467.72916 756.55035L472.43228 747.5035L473.29166 747.5035L468.60416 756.55035L467.72916 756.55035ZM471.4479 754.2222Q471.4479 753.30035 471.90103 752.6597Q472.36978 752.0191 473.2604 752.0191Q474.0729 752.0191 474.60416 752.5972Q475.1354 753.1597 475.1354 754.2847Q475.1354 755.3785 474.58853 755.9722Q474.05728 756.55035 473.2604 756.55035Q472.49478 756.55035 471.96353 755.9722Q471.4479 755.3941 471.4479 754.2222ZM473.29166 752.73785Q472.8854 752.73785 472.61978 753.0816Q472.36978 753.42535 472.36978 754.3316Q472.36978 755.1441 472.6354 755.48785Q472.90103 755.8316 473.29166 755.8316Q473.68228 755.8316 473.9479 755.48785Q474.21353 755.1441 474.21353 754.23785Q474.21353 753.4097 473.9479 753.0816Q473.68228 752.73785 473.29166 752.73785Z" fill-rule="nonzero"/><path fill="#666666" d="M560.6053 751.5816Q559.94904 751.3316 559.6209 750.8941Q559.3084 750.441 559.3084 749.8316Q559.3084 748.8941 559.9803 748.2535Q560.6678 747.61285 561.77716 747.61285Q562.90216 747.61285 563.58966 748.2691Q564.27716 748.92535 564.27716 749.86285Q564.27716 750.4566 563.96466 750.8941Q563.65216 751.3316 563.01154 751.5816Q563.8084 751.8316 564.21466 752.4097Q564.6209 752.98785 564.6209 753.7847Q564.6209 754.8785 563.83966 755.6285Q563.07404 756.3785 561.7928 756.3785Q560.52716 756.3785 559.7459 755.6285Q558.96466 754.8785 558.96466 753.7535Q558.96466 752.9097 559.38654 752.3472Q559.82404 751.7847 560.6053 751.5816ZM560.38654 749.7847Q560.38654 750.3941 560.77716 750.7847Q561.1834 751.17535 561.8084 751.17535Q562.4178 751.17535 562.8084 750.80035Q563.19904 750.4097 563.19904 749.8472Q563.19904 749.2691 562.7928 748.8785Q562.38654 748.4722 561.7928 748.4722Q561.1834 748.4722 560.77716 748.86285Q560.38654 749.2535 560.38654 749.7847ZM560.0584 753.7535Q560.0584 754.2066 560.26154 754.6285Q560.4803 755.05035 560.90216 755.2847Q561.32404 755.5191 561.8084 755.5191Q562.5584 755.5191 563.0428 755.0347Q563.5428 754.55035 563.5428 753.80035Q563.5428 753.0347 563.0428 752.5347Q562.5428 752.0347 561.77716 752.0347Q561.02716 752.0347 560.5428 752.5347Q560.0584 753.0191 560.0584 753.7535ZM565.9803 752.0035Q565.9803 750.4722 566.2928 749.55035Q566.6053 748.61285 567.21466 748.11285Q567.83966 747.61285 568.77716 747.61285Q569.46466 747.61285 569.9803 747.8941Q570.51154 748.17535 570.8553 748.7066Q571.19904 749.2222 571.38654 749.9722Q571.57404 750.7222 571.57404 752.0035Q571.57404 753.5191 571.26154 754.441Q570.96466 755.36285 570.33966 755.8785Q569.7303 756.3785 568.77716 756.3785Q567.5428 756.3785 566.82404 755.48785Q565.9803 754.42535 565.9803 752.0035ZM567.0584 752.0035Q567.0584 754.11285 567.5584 754.816Q568.0584 755.5191 568.77716 755.5191Q569.51154 755.5191 569.9959 754.816Q570.4959 754.11285 570.4959 752.0035Q570.4959 749.8785 569.9959 749.191Q569.51154 748.48785 568.76154 748.48785Q568.0428 748.48785 567.6053 749.0972Q567.0584 749.8785 567.0584 752.0035ZM573.1834 749.7066Q573.1834 748.7847 573.63654 748.1441Q574.1053 747.5035 574.9803 747.5035Q575.7928 747.5035 576.32404 748.0816Q576.8553 748.6597 576.8553 749.7691Q576.8553 750.86285 576.3084 751.4566Q575.77716 752.0347 574.9959 752.0347Q574.21466 752.0347 573.69904 751.4566Q573.1834 750.8785 573.1834 749.7066ZM575.01154 748.2222Q574.6209 748.2222 574.3553 748.566Q574.1053 748.9097 574.1053 749.816Q574.1053 750.6441 574.3553 750.98785Q574.6209 751.316 575.01154 751.316Q575.4178 751.316 575.6678 750.9722Q575.9334 750.6285 575.9334 749.73785Q575.9334 748.8941 575.6678 748.566Q575.40216 748.2222 575.01154 748.2222ZM575.01154 756.55035L579.71466 747.5035L580.57404 747.5035L575.88654 756.55035L575.01154 756.55035ZM578.7303 754.2222Q578.7303 753.30035 579.1834 752.6597Q579.65216 752.0191 580.5428 752.0191Q581.3553 752.0191 581.88654 752.5972Q582.4178 753.1597 582.4178 754.2847Q582.4178 755.3785 581.8709 755.9722Q581.33966 756.55035 580.5428 756.55035Q579.77716 756.55035 579.2459 755.9722Q578.7303 755.3941 578.7303 754.2222ZM580.57404 752.73785Q580.1678 752.73785 579.90216 753.0816Q579.65216 753.42535 579.65216 754.3316Q579.65216 755.1441 579.9178 755.48785Q580.1834 755.8316 580.57404 755.8316Q580.96466 755.8316 581.2303 755.48785Q581.4959 755.1441 581.4959 754.23785Q581.4959 753.4097 581.2303 753.0816Q580.96466 752.73785 580.57404 752.73785Z" fill-rule="nonzero"/><path fill="#d7eeee" d="M212.26627 794.46954C212.26627 793.91724 212.71397 793.46954 213.26627 793.46954L223.26627 793.46954C223.81854 793.46954 224.26627 793.91724 224.26627 794.46954L224.26627 804.46954C224.26627 805.02185 223.81854 805.46954 223.26627 805.46954L213.26627 805.46954C212.71397 805.46954 212.26627 805.02185 212.26627 804.46954Z" fill-rule="nonzero"/><path fill="#666666" d="M238.31314 802.4539L238.31314 803.46954L232.62564 803.46954Q232.62564 803.09454 232.75064 802.73517Q232.96939 802.15704 233.43814 801.59454Q233.92252 801.03204 234.82877 800.29767Q236.23502 799.1414 236.71939 798.46954Q237.21939 797.79767 237.21939 797.2039Q237.21939 796.5789 236.76627 796.15704Q236.31314 795.71954 235.59439 795.71954Q234.82877 795.71954 234.37564 796.17267Q233.92252 796.6258 233.90689 797.4383L232.82877 797.3289Q232.93814 796.11017 233.65689 795.48517Q234.39127 794.84454 235.62564 794.84454Q236.86002 794.84454 237.57877 795.53204Q238.29752 796.21954 238.29752 797.23517Q238.29752 797.7508 238.07877 798.2508Q237.87564 798.73517 237.37564 799.29767Q236.89127 799.84454 235.76627 800.79767Q234.81314 801.59454 234.53189 801.8914Q234.26627 802.17267 234.09439 802.4539L238.31314 802.4539ZM239.76627 799.23517Q239.76627 797.7039 240.07877 796.78204Q240.39127 795.84454 241.00064 795.34454Q241.62564 794.84454 242.56314 794.84454Q243.25064 794.84454 243.76627 795.1258Q244.29752 795.40704 244.64127 795.9383Q244.98502 796.4539 245.17252 797.2039Q245.36002 797.9539 245.36002 799.23517Q245.36002 800.7508 245.04752 801.67267Q244.75064 802.59454 244.12564 803.11017Q243.51627 803.61017 242.56314 803.61017Q241.32877 803.61017 240.61002 802.71954Q239.76627 801.65704 239.76627 799.23517ZM240.84439 799.23517Q240.84439 801.34454 241.34439 802.04767Q241.84439 802.7508 242.56314 802.7508Q243.29752 802.7508 243.78189 802.04767Q244.28189 801.34454 244.28189 799.23517Q244.28189 797.11017 243.78189 796.42267Q243.29752 795.71954 242.54752 795.71954Q241.82877 795.71954 241.39127 796.3289Q240.84439 797.11017 240.84439 799.23517ZM250.73502 803.46954L249.68814 803.46954L249.68814 796.7508Q249.29752 797.11017 248.67252 797.48517Q248.06314 797.84454 247.57877 798.0164L247.57877 797.0008Q248.45377 796.5789 249.11002 796.0008Q249.78189 795.40704 250.06314 794.84454L250.73502 794.84454L250.73502 803.46954ZM259.23502 796.98517L258.18814 797.0633Q258.04752 796.4383 257.79752 796.15704Q257.36002 795.7039 256.73502 795.7039Q256.23502 795.7039 255.84439 795.98517Q255.36002 796.36017 255.06314 797.0633Q254.78189 797.7508 254.76627 799.03204Q255.14127 798.4539 255.68814 798.17267Q256.25064 797.8914 256.86002 797.8914Q257.9069 797.8914 258.64127 798.67267Q259.39127 799.4539 259.39127 800.67267Q259.39127 801.48517 259.0319 802.1883Q258.68814 802.8758 258.07877 803.2508Q257.4694 803.61017 256.70377 803.61017Q255.37564 803.61017 254.54752 802.6414Q253.71939 801.67267 253.71939 799.4539Q253.71939 796.9539 254.64127 795.8289Q255.43814 794.84454 256.79752 794.84454Q257.81314 794.84454 258.45377 795.42267Q259.11002 795.98517 259.23502 796.98517ZM254.93814 800.6883Q254.93814 801.23517 255.15689 801.73517Q255.39127 802.21954 255.79752 802.48517Q256.2194 802.7508 256.68814 802.7508Q257.3444 802.7508 257.82877 802.21954Q258.31314 801.67267 258.31314 800.7508Q258.31314 799.86017 257.82877 799.34454Q257.36002 798.8289 256.64127 798.8289Q255.92252 798.8289 255.42252 799.34454Q254.93814 799.86017 254.93814 800.6883Z" fill-rule="nonzero"/><path fill="#77cac5" d="M276.26627 794.46954C276.26627 793.91724 276.714 793.46954 277.26627 793.46954L287.26627 793.46954C287.81854 793.46954 288.26627 793.91724 288.26627 794.46954L288.26627 804.46954C288.26627 805.02185 287.81854 805.46954 287.26627 805.46954L277.26627 805.46954C276.714 805.46954 276.26627 805.02185 276.26627 804.46954Z" fill-rule="nonzero"/><path fill="#666666" d="M302.31314 802.4539L302.31314 803.46954L296.62564 803.46954Q296.62564 803.09454 296.75064 802.73517Q296.9694 802.15704 297.43814 801.59454Q297.92252 801.03204 298.82877 800.29767Q300.23502 799.1414 300.7194 798.46954Q301.2194 797.79767 301.2194 797.2039Q301.2194 796.5789 300.76627 796.15704Q300.31314 795.71954 299.5944 795.71954Q298.82877 795.71954 298.37564 796.17267Q297.92252 796.6258 297.9069 797.4383L296.82877 797.3289Q296.93814 796.11017 297.6569 795.48517Q298.39127 794.84454 299.62564 794.84454Q300.86002 794.84454 301.57877 795.53204Q302.29752 796.21954 302.29752 797.23517Q302.29752 797.7508 302.07877 798.2508Q301.87564 798.73517 301.37564 799.29767Q300.89127 799.84454 299.76627 800.79767Q298.81314 801.59454 298.5319 801.8914Q298.26627 802.17267 298.0944 802.4539L302.31314 802.4539ZM303.76627 799.23517Q303.76627 797.7039 304.07877 796.78204Q304.39127 795.84454 305.00064 795.34454Q305.62564 794.84454 306.56314 794.84454Q307.25064 794.84454 307.76627 795.1258Q308.29752 795.40704 308.64127 795.9383Q308.98502 796.4539 309.17252 797.2039Q309.36002 797.9539 309.36002 799.23517Q309.36002 800.7508 309.04752 801.67267Q308.75064 802.59454 308.12564 803.11017Q307.51627 803.61017 306.56314 803.61017Q305.32877 803.61017 304.61002 802.71954Q303.76627 801.65704 303.76627 799.23517ZM304.8444 799.23517Q304.8444 801.34454 305.3444 802.04767Q305.8444 802.7508 306.56314 802.7508Q307.29752 802.7508 307.7819 802.04767Q308.2819 801.34454 308.2819 799.23517Q308.2819 797.11017 307.7819 796.42267Q307.29752 795.71954 306.54752 795.71954Q305.82877 795.71954 305.39127 796.3289Q304.8444 797.11017 304.8444 799.23517ZM314.73502 803.46954L313.68814 803.46954L313.68814 796.7508Q313.29752 797.11017 312.67252 797.48517Q312.06314 797.84454 311.57877 798.0164L311.57877 797.0008Q312.45377 796.5789 313.11002 796.0008Q313.7819 795.40704 314.06314 794.84454L314.73502 794.84454L314.73502 803.46954ZM317.82877 796.0008L317.82877 794.98517L323.39127 794.98517L323.39127 795.8133Q322.57877 796.6883 321.76627 798.1414Q320.9694 799.5789 320.5319 801.11017Q320.20377 802.1883 320.12564 803.46954L319.0319 803.46954Q319.04752 802.4539 319.42252 801.0164Q319.81314 799.5789 320.51627 798.2508Q321.23502 796.92267 322.04752 796.0008L317.82877 796.0008Z" fill-rule="nonzero"/><path fill="#1ba29c" d="M340.26627 794.46954C340.26627 793.91724 340.714 793.46954 341.26627 793.46954L351.26627 793.46954C351.81854 793.46954 352.26627 793.91724 352.26627 794.46954L352.26627 804.46954C352.26627 805.02185 351.81854 805.46954 351.26627 805.46954L341.26627 805.46954C340.714 805.46954 340.26627 805.02185 340.26627 804.46954Z" fill-rule="nonzero"/><path fill="#666666" d="M366.31314 802.4539L366.31314 803.46954L360.62564 803.46954Q360.62564 803.09454 360.75064 802.73517Q360.9694 802.15704 361.43814 801.59454Q361.92252 801.03204 362.82877 800.29767Q364.23502 799.1414 364.7194 798.46954Q365.2194 797.79767 365.2194 797.2039Q365.2194 796.5789 364.76627 796.15704Q364.31314 795.71954 363.5944 795.71954Q362.82877 795.71954 362.37564 796.17267Q361.92252 796.6258 361.9069 797.4383L360.82877 797.3289Q360.93814 796.11017 361.6569 795.48517Q362.39127 794.84454 363.62564 794.84454Q364.86002 794.84454 365.57877 795.53204Q366.29752 796.21954 366.29752 797.23517Q366.29752 797.7508 366.07877 798.2508Q365.87564 798.73517 365.37564 799.29767Q364.89127 799.84454 363.76627 800.79767Q362.81314 801.59454 362.5319 801.8914Q362.26627 802.17267 362.0944 802.4539L366.31314 802.4539ZM367.76627 799.23517Q367.76627 797.7039 368.07877 796.78204Q368.39127 795.84454 369.00064 795.34454Q369.62564 794.84454 370.56314 794.84454Q371.25064 794.84454 371.76627 795.1258Q372.29752 795.40704 372.64127 795.9383Q372.98502 796.4539 373.17252 797.2039Q373.36002 797.9539 373.36002 799.23517Q373.36002 800.7508 373.04752 801.67267Q372.75064 802.59454 372.12564 803.11017Q371.51627 803.61017 370.56314 803.61017Q369.32877 803.61017 368.61002 802.71954Q367.76627 801.65704 367.76627 799.23517ZM368.8444 799.23517Q368.8444 801.34454 369.3444 802.04767Q369.8444 802.7508 370.56314 802.7508Q371.29752 802.7508 371.7819 802.04767Q372.2819 801.34454 372.2819 799.23517Q372.2819 797.11017 371.7819 796.42267Q371.29752 795.71954 370.54752 795.71954Q369.82877 795.71954 369.39127 796.3289Q368.8444 797.11017 368.8444 799.23517ZM378.73502 803.46954L377.68814 803.46954L377.68814 796.7508Q377.29752 797.11017 376.67252 797.48517Q376.06314 797.84454 375.57877 798.0164L375.57877 797.0008Q376.45377 796.5789 377.11002 796.0008Q377.7819 795.40704 378.06314 794.84454L378.73502 794.84454L378.73502 803.46954ZM383.39127 798.8133Q382.73502 798.5633 382.4069 798.1258Q382.0944 797.67267 382.0944 797.0633Q382.0944 796.1258 382.76627 795.48517Q383.45377 794.84454 384.56314 794.84454Q385.68814 794.84454 386.37564 795.5008Q387.06314 796.15704 387.06314 797.09454Q387.06314 797.6883 386.75064 798.1258Q386.43814 798.5633 385.79752 798.8133Q386.5944 799.0633 387.00064 799.6414Q387.4069 800.21954 387.4069 801.0164Q387.4069 802.11017 386.62564 802.86017Q385.86002 803.61017 384.57877 803.61017Q383.31314 803.61017 382.5319 802.86017Q381.75064 802.11017 381.75064 800.98517Q381.75064 800.1414 382.17252 799.5789Q382.61002 799.0164 383.39127 798.8133ZM383.17252 797.0164Q383.17252 797.6258 383.56314 798.0164Q383.9694 798.40704 384.5944 798.40704Q385.20377 798.40704 385.5944 798.03204Q385.98502 797.6414 385.98502 797.0789Q385.98502 796.5008 385.57877 796.11017Q385.17252 795.7039 384.57877 795.7039Q383.9694 795.7039 383.56314 796.09454Q383.17252 796.48517 383.17252 797.0164ZM382.8444 800.98517Q382.8444 801.4383 383.04752 801.86017Q383.26627 802.28204 383.68814 802.5164Q384.11002 802.7508 384.5944 802.7508Q385.3444 802.7508 385.82877 802.2664Q386.32877 801.78204 386.32877 801.03204Q386.32877 800.2664 385.82877 799.7664Q385.32877 799.2664 384.56314 799.2664Q383.81314 799.2664 383.32877 799.7664Q382.8444 800.2508 382.8444 800.98517Z" fill-rule="nonzero"/><path fill="#666666" d="M32.11475 36.76414L30.80225 36.76414L30.80225 26.811016L32.11475 26.811016L32.11475 36.76414ZM44.05225 35.01414L45.474125 29.373516L46.73975 29.373516L44.599125 36.76414L43.567875 36.76414L41.771 31.154766L40.021 36.76414L38.98975 36.76414L36.849125 29.373516L38.099125 29.373516L39.567875 34.904766L41.286625 29.373516L42.30225 29.373516L44.05225 35.01414ZM52.0835 30.498516Q51.80225 30.451641 51.4585 30.451641Q50.224125 30.451641 49.771 31.514141L49.771 36.76414L48.505375 36.76414L48.505375 29.373516L49.73975 29.373516L49.755375 30.217266Q50.380375 29.232891 51.521 29.232891Q51.896 29.232891 52.0835 29.326641L52.0835 30.498516ZM54.880375 36.76414L53.61475 36.76414L53.61475 29.373516L54.880375 29.373516L54.880375 36.76414ZM53.521 27.404766Q53.521 27.092266 53.7085 26.889141Q53.896 26.670391 54.255375 26.670391Q54.630375 26.670391 54.817875 26.889141Q55.021 27.092266 55.021 27.404766Q55.021 27.717266 54.817875 27.920391Q54.630375 28.123516 54.255375 28.123516Q53.896 28.123516 53.7085 27.920391Q53.521 27.717266 53.521 27.404766ZM58.224125 27.576641L58.224125 29.373516L59.599125 29.373516L59.599125 30.342266L58.224125 30.342266L58.224125 34.936016Q58.224125 35.373516 58.411625 35.60789Q58.599125 35.82664 59.036625 35.82664Q59.255375 35.82664 59.646 35.73289L59.646 36.76414Q59.146 36.904766 58.67725 36.904766Q57.817875 36.904766 57.380375 36.38914Q56.9585 35.873516 56.9585 34.936016L56.9585 30.342266L55.61475 30.342266L55.61475 29.373516L56.9585 29.373516L56.9585 27.576641L58.224125 27.576641ZM64.583496 36.904766Q63.067875 36.904766 62.130375 35.92039Q61.192875 34.92039 61.192875 33.26414L61.192875 33.04539Q61.192875 31.936016 61.61475 31.076641Q62.036625 30.201641 62.786625 29.717266Q63.536625 29.232891 64.427246 29.232891Q65.864746 29.232891 66.66162 30.186016Q67.458496 31.123516 67.458496 32.904766L67.458496 33.42039L62.4585 33.42039Q62.474125 34.51414 63.0835 35.20164Q63.7085 35.873516 64.645996 35.873516Q65.31787 35.873516 65.770996 35.60789Q66.239746 35.32664 66.59912 34.873516L67.364746 35.467266Q66.44287 36.904766 64.583496 36.904766ZM64.427246 30.264141Q63.661625 30.264141 63.130375 30.826641Q62.61475 31.389141 62.48975 32.38914L66.19287 32.38914L66.19287 32.29539Q66.145996 31.326641 65.677246 30.795391Q65.208496 30.264141 64.427246 30.264141ZM73.22412 27.576641L73.22412 29.373516L74.59912 29.373516L74.59912 30.342266L73.22412 30.342266L73.22412 34.936016Q73.22412 35.373516 73.41162 35.60789Q73.59912 35.82664 74.03662 35.82664Q74.25537 35.82664 74.645996 35.73289L74.645996 36.76414Q74.145996 36.904766 73.677246 36.904766Q72.81787 36.904766 72.38037 36.38914Q71.958496 35.873516 71.958496 34.936016L71.958496 30.342266L70.614746 30.342266L70.614746 29.373516L71.958496 29.373516L71.958496 27.576641L73.22412 27.576641ZM77.770996 30.264141Q78.614746 29.232891 79.958496 29.232891Q82.302246 29.232891 82.333496 31.873516L82.333496 36.76414L81.06787 36.76414L81.06787 31.873516Q81.052246 31.076641 80.69287 30.701641Q80.333496 30.311016 79.583496 30.311016Q78.958496 30.311016 78.489746 30.639141Q78.03662 30.967266 77.770996 31.498516L77.770996 36.76414L76.50537 36.76414L76.50537 26.264141L77.770996 26.264141L77.770996 30.264141ZM87.583496 36.904766Q86.06787 36.904766 85.13037 35.92039Q84.19287 34.92039 84.19287 33.26414L84.19287 33.04539Q84.19287 31.936016 84.614746 31.076641Q85.03662 30.201641 85.78662 29.717266Q86.53662 29.232891 87.427246 29.232891Q88.864746 29.232891 89.66162 30.186016Q90.458496 31.123516 90.458496 32.904766L90.458496 33.42039L85.458496 33.42039Q85.47412 34.51414 86.083496 35.20164Q86.708496 35.873516 87.645996 35.873516Q88.31787 35.873516 88.770996 35.60789Q89.239746 35.32664 89.59912 34.873516L90.364746 35.467266Q89.44287 36.904766 87.583496 36.904766ZM87.427246 30.264141Q86.66162 30.264141 86.13037 30.826641Q85.614746 31.389141 85.489746 32.38914L89.19287 32.38914L89.19287 32.29539Q89.145996 31.326641 88.677246 30.795391Q88.208496 30.264141 87.427246 30.264141ZM95.13037 36.76414L95.13037 30.342266L93.958496 30.342266L93.958496 29.373516L95.13037 29.373516L95.13037 28.607891Q95.13037 27.420391 95.75537 26.779766Q96.395996 26.123516 97.56787 26.123516Q98.00537 26.123516 98.427246 26.232891L98.364746 27.264141Q98.03662 27.201641 97.677246 27.201641Q97.06787 27.201641 96.72412 27.561016Q96.395996 27.920391 96.395996 28.592266L96.395996 29.373516L97.97412 29.373516L97.97412 30.342266L96.395996 30.342266L96.395996 36.76414L95.13037 36.76414ZM99.177246 32.998516Q99.177246 31.904766 99.59912 31.045391Q100.03662 30.170391 100.78662 29.701641Q101.552246 29.232891 102.53662 29.232891Q104.03662 29.232891 104.97412 30.279766Q105.91162 31.326641 105.91162 33.061016L105.91162 33.154766Q105.91162 34.23289 105.489746 35.092266Q105.083496 35.936016 104.302246 36.42039Q103.53662 36.904766 102.552246 36.904766Q101.03662 36.904766 100.09912 35.85789Q99.177246 34.811016 99.177246 33.092266L99.177246 32.998516ZM100.44287 33.154766Q100.44287 34.373516 101.00537 35.123516Q101.583496 35.873516 102.552246 35.873516Q103.50537 35.873516 104.06787 35.123516Q104.645996 34.35789 104.645996 32.998516Q104.645996 31.779766 104.06787 31.029766Q103.489746 30.264141 102.53662 30.264141Q101.59912 30.264141 101.020996 31.014141Q100.44287 31.764141 100.44287 33.154766ZM108.88037 36.76414L107.614746 36.76414L107.614746 26.264141L108.88037 26.264141L108.88037 36.76414ZM111.88037 36.76414L110.614746 36.76414L110.614746 26.264141L111.88037 26.264141L111.88037 36.76414ZM113.177246 32.998516Q113.177246 31.904766 113.59912 31.045391Q114.03662 30.170391 114.78662 29.701641Q115.552246 29.232891 116.53662 29.232891Q118.03662 29.232891 118.97412 30.279766Q119.91162 31.326641 119.91162 33.061016L119.91162 33.154766Q119.91162 34.23289 119.489746 35.092266Q119.083496 35.936016 118.302246 36.42039Q117.53662 36.904766 116.552246 36.904766Q115.03662 36.904766 114.09912 35.85789Q113.177246 34.811016 113.177246 33.092266L113.177246 32.998516ZM114.44287 33.154766Q114.44287 34.373516 115.00537 35.123516Q115.583496 35.873516 116.552246 35.873516Q117.50537 35.873516 118.06787 35.123516Q118.645996 34.35789 118.645996 32.998516Q118.645996 31.779766 118.06787 31.029766Q117.489746 30.264141 116.53662 30.264141Q115.59912 30.264141 115.020996 31.014141Q114.44287 31.764141 114.44287 33.154766ZM128.05225 35.01414L129.47412 29.373516L130.73975 29.373516L128.59912 36.76414L127.56787 36.76414L125.770996 31.154766L124.020996 36.76414L122.989746 36.76414L120.84912 29.373516L122.09912 29.373516L123.56787 34.904766L125.28662 29.373516L126.302246 29.373516L128.05225 35.01414ZM133.88037 36.76414L132.61475 36.76414L132.61475 29.373516L133.88037 29.373516L133.88037 36.76414ZM132.521 27.404766Q132.521 27.092266 132.7085 26.889141Q132.896 26.670391 133.25537 26.670391Q133.63037 26.670391 133.81787 26.889141Q134.021 27.092266 134.021 27.404766Q134.021 27.717266 133.81787 27.920391Q133.63037 28.123516 133.25537 28.123516Q132.896 28.123516 132.7085 27.920391Q132.521 27.717266 132.521 27.404766ZM136.7085 29.373516L136.73975 30.295391Q137.59912 29.232891 138.9585 29.232891Q141.30225 29.232891 141.3335 31.873516L141.3335 36.76414L140.06787 36.76414L140.06787 31.873516Q140.05225 31.076641 139.69287 30.701641Q139.3335 30.311016 138.5835 30.311016Q137.9585 30.311016 137.48975 30.639141Q137.03662 30.967266 136.771 31.498516L136.771 36.76414L135.50537 36.76414L135.50537 29.373516L136.7085 29.373516ZM143.2085 32.998516Q143.2085 31.279766 144.00537 30.264141Q144.80225 29.232891 146.13037 29.232891Q147.47412 29.232891 148.23975 30.186016L148.30225 29.373516L149.4585 29.373516L149.4585 36.592266Q149.4585 38.029766 148.59912 38.842266Q147.75537 39.67039 146.31787 39.67039Q145.521 39.67039 144.75537 39.32664Q143.98975 38.998516 143.5835 38.404766L144.23975 37.63914Q145.05225 38.63914 146.22412 38.63914Q147.146 38.63914 147.66162 38.123516Q148.19287 37.60789 148.19287 36.654766L148.19287 36.029766Q147.42725 36.904766 146.11475 36.904766Q144.81787 36.904766 144.00537 35.85789Q143.2085 34.811016 143.2085 32.998516ZM144.47412 33.154766Q144.47412 34.404766 144.98975 35.123516Q145.50537 35.82664 146.42725 35.82664Q147.63037 35.82664 148.19287 34.73289L148.19287 31.357891Q147.59912 30.311016 146.44287 30.311016Q145.521 30.311016 144.98975 31.029766Q144.47412 31.732891 144.47412 33.154766ZM155.88037 36.76414L154.61475 36.76414L154.61475 29.373516L155.88037 29.373516L155.88037 36.76414ZM154.521 27.404766Q154.521 27.092266 154.7085 26.889141Q154.896 26.670391 155.25537 26.670391Q155.63037 26.670391 155.81787 26.889141Q156.021 27.092266 156.021 27.404766Q156.021 27.717266 155.81787 27.920391Q155.63037 28.123516 155.25537 28.123516Q154.896 28.123516 154.7085 27.920391Q154.521 27.717266 154.521 27.404766ZM158.7085 29.373516L158.73975 30.295391Q159.59912 29.232891 160.9585 29.232891Q163.30225 29.232891 163.3335 31.873516L163.3335 36.76414L162.06787 36.76414L162.06787 31.873516Q162.05225 31.076641 161.69287 30.701641Q161.3335 30.311016 160.5835 30.311016Q159.9585 30.311016 159.48975 30.639141Q159.03662 30.967266 158.771 31.498516L158.771 36.76414L157.50537 36.76414L157.50537 29.373516L158.7085 29.373516ZM176.05225 35.45164Q175.55225 36.186016 174.646 36.54539Q173.73975 36.904766 172.53662 36.904766Q171.31787 36.904766 170.36475 36.342266Q169.42725 35.76414 168.91162 34.717266Q168.396 33.654766 168.38037 32.26414L168.38037 31.404766Q168.38037 29.154766 169.42725 27.920391Q170.48975 26.670391 172.38037 26.670391Q173.94287 26.670391 174.896 27.467266Q175.84912 28.264141 176.05225 29.732891L174.73975 29.732891Q174.38037 27.748516 172.396 27.748516Q171.06787 27.748516 170.38037 28.686016Q169.7085 29.607891 169.7085 31.357891L169.7085 32.17039Q169.7085 33.85789 170.47412 34.842266Q171.23975 35.82664 172.53662 35.82664Q173.28662 35.82664 173.8335 35.67039Q174.396 35.498516 174.75537 35.10789L174.75537 32.873516L172.44287 32.873516L172.44287 31.811016L176.05225 31.811016L176.05225 35.45164ZM178.17725 32.998516Q178.17725 31.904766 178.59912 31.045391Q179.03662 30.170391 179.78662 29.701641Q180.55225 29.232891 181.53662 29.232891Q183.03662 29.232891 183.97412 30.279766Q184.91162 31.326641 184.91162 33.061016L184.91162 33.154766Q184.91162 34.23289 184.48975 35.092266Q184.0835 35.936016 183.30225 36.42039Q182.53662 36.904766 181.55225 36.904766Q180.03662 36.904766 179.09912 35.85789Q178.17725 34.811016 178.17725 33.092266L178.17725 32.998516ZM179.44287 33.154766Q179.44287 34.373516 180.00537 35.123516Q180.5835 35.873516 181.55225 35.873516Q182.50537 35.873516 183.06787 35.123516Q183.646 34.35789 183.646 32.998516Q183.646 31.779766 183.06787 31.029766Q182.48975 30.264141 181.53662 30.264141Q180.59912 30.264141 180.021 31.014141Q179.44287 31.764141 179.44287 33.154766ZM186.53662 36.10789Q186.53662 35.779766 186.72412 35.561016Q186.92725 35.342266 187.31787 35.342266Q187.7085 35.342266 187.91162 35.561016Q188.11475 35.779766 188.11475 36.10789Q188.11475 36.42039 187.91162 36.63914Q187.7085 36.842266 187.31787 36.842266Q186.92725 36.842266 186.72412 36.63914Q186.53662 36.42039 186.53662 36.10789ZM186.53662 30.107891Q186.53662 29.779766 186.72412 29.561016Q186.92725 29.342266 187.31787 29.342266Q187.7085 29.342266 187.91162 29.561016Q188.11475 29.779766 188.11475 30.107891Q188.11475 30.420391 187.91162 30.639141Q187.7085 30.842266 187.31787 30.842266Q186.92725 30.842266 186.72412 30.639141Q186.53662 30.420391 186.53662 30.107891ZM192.4585 32.717266Q192.4585 31.186016 192.86475 29.764141Q193.28662 28.342266 194.09912 27.186016Q194.92725 26.014141 195.81787 25.529766L196.06787 26.373516Q195.06787 27.139141 194.42725 28.717266Q193.80225 30.279766 193.73975 32.217266L193.72412 32.811016Q193.72412 35.45164 194.69287 37.38914Q195.271 38.54539 196.06787 39.20164L195.81787 39.98289Q194.896 39.467266 194.06787 38.279766Q192.4585 35.95164 192.4585 32.717266ZM201.81787 34.79539Q201.81787 34.29539 201.42725 34.01414Q201.03662 33.717266 200.0835 33.51414Q199.13037 33.311016 198.55225 33.029766Q197.98975 32.73289 197.72412 32.342266Q197.4585 31.951641 197.4585 31.404766Q197.4585 30.482891 198.22412 29.857891Q198.98975 29.232891 200.19287 29.232891Q201.44287 29.232891 202.22412 29.889141Q203.00537 30.529766 203.00537 31.545391L201.73975 31.545391Q201.73975 31.014141 201.30225 30.639141Q200.86475 30.264141 200.19287 30.264141Q199.50537 30.264141 199.11475 30.576641Q198.72412 30.873516 198.72412 31.357891Q198.72412 31.811016 199.0835 32.04539Q199.44287 32.279766 200.38037 32.498516Q201.3335 32.70164 201.92725 32.998516Q202.521 33.29539 202.80225 33.717266Q203.0835 34.123516 203.0835 34.717266Q203.0835 35.70164 202.28662 36.311016Q201.48975 36.904766 200.22412 36.904766Q199.34912 36.904766 198.66162 36.592266Q197.97412 36.26414 197.5835 35.70164Q197.2085 35.13914 197.2085 34.48289L198.47412 34.48289Q198.50537 35.123516 198.97412 35.498516Q199.4585 35.873516 200.22412 35.873516Q200.94287 35.873516 201.38037 35.57664Q201.81787 35.279766 201.81787 34.79539ZM207.5835 36.904766Q206.06787 36.904766 205.13037 35.92039Q204.19287 34.92039 204.19287 33.26414L204.19287 33.04539Q204.19287 31.936016 204.61475 31.076641Q205.03662 30.201641 205.78662 29.717266Q206.53662 29.232891 207.42725 29.232891Q208.86475 29.232891 209.66162 30.186016Q210.4585 31.123516 210.4585 32.904766L210.4585 33.42039L205.4585 33.42039Q205.47412 34.51414 206.0835 35.20164Q206.7085 35.873516 207.646 35.873516Q208.31787 35.873516 208.771 35.60789Q209.23975 35.32664 209.59912 34.873516L210.36475 35.467266Q209.44287 36.904766 207.5835 36.904766ZM207.42725 30.264141Q206.66162 30.264141 206.13037 30.826641Q205.61475 31.389141 205.48975 32.38914L209.19287 32.38914L209.19287 32.29539Q209.146 31.326641 208.67725 30.795391Q208.2085 30.264141 207.42725 30.264141ZM212.88037 36.76414L211.61475 36.76414L211.61475 26.264141L212.88037 26.264141L212.88037 36.76414ZM217.5835 36.904766Q216.06787 36.904766 215.13037 35.92039Q214.19287 34.92039 214.19287 33.26414L214.19287 33.04539Q214.19287 31.936016 214.61475 31.076641Q215.03662 30.201641 215.78662 29.717266Q216.53662 29.232891 217.42725 29.232891Q218.86475 29.232891 219.66162 30.186016Q220.4585 31.123516 220.4585 32.904766L220.4585 33.42039L215.4585 33.42039Q215.47412 34.51414 216.0835 35.20164Q216.7085 35.873516 217.646 35.873516Q218.31787 35.873516 218.771 35.60789Q219.23975 35.32664 219.59912 34.873516L220.36475 35.467266Q219.44287 36.904766 217.5835 36.904766ZM217.42725 30.264141Q216.66162 30.264141 216.13037 30.826641Q215.61475 31.389141 215.48975 32.38914L219.19287 32.38914L219.19287 32.29539Q219.146 31.326641 218.67725 30.795391Q218.2085 30.264141 217.42725 30.264141ZM224.47412 35.873516Q225.146 35.873516 225.646 35.467266Q226.16162 35.04539 226.22412 34.436016L227.41162 34.436016Q227.38037 35.061016 226.97412 35.63914Q226.56787 36.217266 225.896 36.561016Q225.22412 36.904766 224.47412 36.904766Q222.9585 36.904766 222.06787 35.904766Q221.17725 34.88914 221.17725 33.13914L221.17725 32.92039Q221.17725 31.842266 221.56787 30.998516Q221.97412 30.154766 222.7085 29.701641Q223.4585 29.232891 224.47412 29.232891Q225.7085 29.232891 226.53662 29.982891Q227.36475 30.717266 227.41162 31.904766L226.22412 31.904766Q226.16162 31.186016 225.67725 30.732891Q225.19287 30.264141 224.47412 30.264141Q223.50537 30.264141 222.97412 30.967266Q222.44287 31.654766 222.44287 32.967266L222.44287 33.20164Q222.44287 34.48289 222.97412 35.186016Q223.50537 35.873516 224.47412 35.873516ZM230.22412 27.576641L230.22412 29.373516L231.59912 29.373516L231.59912 30.342266L230.22412 30.342266L230.22412 34.936016Q230.22412 35.373516 230.41162 35.60789Q230.59912 35.82664 231.03662 35.82664Q231.25537 35.82664 231.646 35.73289L231.646 36.76414Q231.146 36.904766 230.67725 36.904766Q229.81787 36.904766 229.38037 36.38914Q228.9585 35.873516 228.9585 34.936016L228.9585 30.342266L227.61475 30.342266L227.61475 29.373516L228.9585 29.373516L228.9585 27.576641L230.22412 27.576641ZM241.0835 36.76414Q240.97412 36.54539 240.896 35.98289Q240.021 36.904766 238.78662 36.904766Q237.69287 36.904766 236.98975 36.29539Q236.30225 35.67039 236.30225 34.717266Q236.30225 33.561016 237.17725 32.92039Q238.05225 32.279766 239.646 32.279766L240.88037 32.279766L240.88037 31.701641Q240.88037 31.029766 240.47412 30.639141Q240.0835 30.248516 239.31787 30.248516Q238.63037 30.248516 238.17725 30.592266Q237.72412 30.936016 237.72412 31.420391L236.44287 31.420391Q236.44287 30.857891 236.8335 30.342266Q237.23975 29.826641 237.91162 29.529766Q238.5835 29.232891 239.38037 29.232891Q240.66162 29.232891 241.38037 29.873516Q242.11475 30.514141 242.146 31.623516L242.146 35.029766Q242.146 36.04539 242.396 36.654766L242.396 36.76414L241.0835 36.76414ZM238.97412 35.79539Q239.56787 35.79539 240.09912 35.498516Q240.646 35.186016 240.88037 34.686016L240.88037 33.17039L239.88037 33.17039Q237.56787 33.17039 237.56787 34.529766Q237.56787 35.123516 237.9585 35.467266Q238.34912 35.79539 238.97412 35.79539ZM245.88037 36.76414L244.61475 36.76414L244.61475 26.264141L245.88037 26.264141L245.88037 36.76414ZM248.88037 36.76414L247.61475 36.76414L247.61475 26.264141L248.88037 26.264141L248.88037 36.76414ZM255.22412 27.576641L255.22412 29.373516L256.59912 29.373516L256.59912 30.342266L255.22412 30.342266L255.22412 34.936016Q255.22412 35.373516 255.41162 35.60789Q255.59912 35.82664 256.03662 35.82664Q256.25537 35.82664 256.646 35.73289L256.646 36.76414Q256.146 36.904766 255.67725 36.904766Q254.81787 36.904766 254.38037 36.38914Q253.9585 35.873516 253.9585 34.936016L253.9585 30.342266L252.61475 30.342266L252.61475 29.373516L253.9585 29.373516L253.9585 27.576641L255.22412 27.576641ZM259.771 30.264141Q260.61475 29.232891 261.9585 29.232891Q264.30225 29.232891 264.3335 31.873516L264.3335 36.76414L263.06787 36.76414L263.06787 31.873516Q263.05225 31.076641 262.69287 30.701641Q262.3335 30.311016 261.5835 30.311016Q260.9585 30.311016 260.48975 30.639141Q260.03662 30.967266 259.771 31.498516L259.771 36.76414L258.50537 36.76414L258.50537 26.264141L259.771 26.264141L259.771 30.264141ZM271.0835 36.76414Q270.97412 36.54539 270.896 35.98289Q270.021 36.904766 268.78662 36.904766Q267.69287 36.904766 266.98975 36.29539Q266.30225 35.67039 266.30225 34.717266Q266.30225 33.561016 267.17725 32.92039Q268.05225 32.279766 269.646 32.279766L270.88037 32.279766L270.88037 31.701641Q270.88037 31.029766 270.47412 30.639141Q270.0835 30.248516 269.31787 30.248516Q268.63037 30.248516 268.17725 30.592266Q267.72412 30.936016 267.72412 31.420391L266.44287 31.420391Q266.44287 30.857891 266.8335 30.342266Q267.23975 29.826641 267.91162 29.529766Q268.5835 29.232891 269.38037 29.232891Q270.66162 29.232891 271.38037 29.873516Q272.11475 30.514141 272.146 31.623516L272.146 35.029766Q272.146 36.04539 272.396 36.654766L272.396 36.76414L271.0835 36.76414ZM268.97412 35.79539Q269.56787 35.79539 270.09912 35.498516Q270.646 35.186016 270.88037 34.686016L270.88037 33.17039L269.88037 33.17039Q267.56787 33.17039 267.56787 34.529766Q267.56787 35.123516 267.9585 35.467266Q268.34912 35.79539 268.97412 35.79539ZM276.22412 27.576641L276.22412 29.373516L277.59912 29.373516L277.59912 30.342266L276.22412 30.342266L276.22412 34.936016Q276.22412 35.373516 276.41162 35.60789Q276.59912 35.82664 277.03662 35.82664Q277.25537 35.82664 277.646 35.73289L277.646 36.76414Q277.146 36.904766 276.67725 36.904766Q275.81787 36.904766 275.38037 36.38914Q274.9585 35.873516 274.9585 34.936016L274.9585 30.342266L273.61475 30.342266L273.61475 29.373516L274.9585 29.373516L274.9585 27.576641L276.22412 27.576641ZM287.0835 36.76414Q286.97412 36.54539 286.896 35.98289Q286.021 36.904766 284.78662 36.904766Q283.69287 36.904766 282.98975 36.29539Q282.30225 35.67039 282.30225 34.717266Q282.30225 33.561016 283.17725 32.92039Q284.05225 32.279766 285.646 32.279766L286.88037 32.279766L286.88037 31.701641Q286.88037 31.029766 286.47412 30.639141Q286.0835 30.248516 285.31787 30.248516Q284.63037 30.248516 284.17725 30.592266Q283.72412 30.936016 283.72412 31.420391L282.44287 31.420391Q282.44287 30.857891 282.8335 30.342266Q283.23975 29.826641 283.91162 29.529766Q284.5835 29.232891 285.38037 29.232891Q286.66162 29.232891 287.38037 29.873516Q288.11475 30.514141 288.146 31.623516L288.146 35.029766Q288.146 36.04539 288.396 36.654766L288.396 36.76414L287.0835 36.76414ZM284.97412 35.79539Q285.56787 35.79539 286.09912 35.498516Q286.646 35.186016 286.88037 34.686016L286.88037 33.17039L285.88037 33.17039Q283.56787 33.17039 283.56787 34.529766Q283.56787 35.123516 283.9585 35.467266Q284.34912 35.79539 284.97412 35.79539ZM296.75537 33.154766Q296.75537 34.842266 295.97412 35.873516Q295.2085 36.904766 293.896 36.904766Q292.55225 36.904766 291.771 36.04539L291.771 39.60789L290.50537 39.60789L290.50537 29.373516L291.66162 29.373516L291.72412 30.186016Q292.50537 29.232891 293.88037 29.232891Q295.2085 29.232891 295.97412 30.232891Q296.75537 31.232891 296.75537 33.029766L296.75537 33.154766ZM295.48975 32.998516Q295.48975 31.748516 294.9585 31.029766Q294.42725 30.311016 293.48975 30.311016Q292.34912 30.311016 291.771 31.326641L291.771 34.85789Q292.34912 35.873516 293.50537 35.873516Q294.42725 35.873516 294.9585 35.154766Q295.48975 34.42039 295.48975 32.998516ZM304.75537 33.154766Q304.75537 34.842266 303.97412 35.873516Q303.2085 36.904766 301.896 36.904766Q300.55225 36.904766 299.771 36.04539L299.771 39.60789L298.50537 39.60789L298.50537 29.373516L299.66162 29.373516L299.72412 30.186016Q300.50537 29.232891 301.88037 29.232891Q303.2085 29.232891 303.97412 30.232891Q304.75537 31.232891 304.75537 33.029766L304.75537 33.154766ZM303.48975 32.998516Q303.48975 31.748516 302.9585 31.029766Q302.42725 30.311016 301.48975 30.311016Q300.34912 30.311016 299.771 31.326641L299.771 34.85789Q300.34912 35.873516 301.50537 35.873516Q302.42725 35.873516 302.9585 35.154766Q303.48975 34.42039 303.48975 32.998516ZM307.88037 36.76414L306.61475 36.76414L306.61475 26.264141L307.88037 26.264141L307.88037 36.76414ZM311.92725 34.904766L313.646 29.373516L315.00537 29.373516L312.03662 37.904766Q311.34912 39.748516 309.8335 39.748516L309.59912 39.73289L309.13037 39.63914L309.13037 38.623516L309.47412 38.63914Q310.11475 38.63914 310.47412 38.373516Q310.8335 38.123516 311.06787 37.436016L311.34912 36.686016L308.7085 29.373516L310.0835 29.373516L311.92725 34.904766ZM319.42725 32.79539Q319.42725 34.311016 319.021 35.717266Q318.63037 37.10789 317.80225 38.29539Q316.97412 39.48289 316.0835 39.98289L315.81787 39.20164Q316.86475 38.404766 317.50537 36.70164Q318.146 34.998516 318.16162 32.936016L318.16162 32.717266Q318.16162 31.279766 317.84912 30.045391Q317.55225 28.811016 317.021 27.842266Q316.48975 26.857891 315.81787 26.311016L316.0835 25.529766Q316.97412 26.029766 317.78662 27.201641Q318.61475 28.373516 319.021 29.779766Q319.42725 31.186016 319.42725 32.79539Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019-results.article b/_content/survey2019-results.article
deleted file mode 100644
index d47c24c..0000000
--- a/_content/survey2019-results.article
+++ /dev/null
@@ -1,562 +0,0 @@
-# Go Developer Survey 2019 Results
-20 Apr 2020
-Tags: survey, community
-Summary: An analysis of the results from the 2019 Go Developer Survey.
-
-Todd Kulesza
-tkulesza@google.com
-
-## What a response!
-
-I want to start with an enormous **thank you** to the thousands of Go developers
-who participated in this year’s survey.
-For 2019, we saw 10,975 responses, nearly [twice as many as last year](https://blog.golang.org/survey2018-results)!
-On behalf of the rest of the team, I cannot adequately stress how much we
-appreciate you taking the time and effort to tell us about your experiences with Go. Thank you!
-
-## A note about prior years
-
-Sharp-eyed readers may notice that our year-over-year comparisons don’t
-quite square with numbers we’ve shared in the past.
-The reason is that from 2016–2018, we calculated percentages for each
-question using the total number of people who started the survey as the denominator.
-While that’s nice and consistent, it ignores the fact that not everyone
-finishes the survey—up to 40% of participants stop before reaching the final page,
-which meant questions that occurred later in the survey appeared to perform
-worse solely because they were later.
-Thus, this year we’ve recalculated all of our results (including the 2016–2018
-responses shown in this post) to use the number of people who responded
-to a given question as the denominator for that question.
-We’ve included the number of 2019 responses for each chart—in the form
-of "n=[number of respondents]" on the x-axis or in the chart’s legend—to
-give readers a better understanding of the weight of evidence underlying each finding.
-
-Similarly, we learned that in prior surveys options that appeared earlier
-in response lists had a disproportionate response rate.
-To address this, we added an element of randomization into the survey.
-Some of our multiple-choice questions have lists of choices with no logical ordering,
-such as "I write the following in Go:
-[list of types of applications]".
-Previously these choices had been alphabetized,
-but for 2019 they were presented in a random order to each participant.
-This means year-over-year comparison for certain questions are invalid for 2018 → 2019,
-but trends from 2016–2018 are not invalidated.
-You can think of this as setting a more accurate baseline for 2019.
-We retained alphabetical ordering in cases where respondents are likely
-to scan for a particular name,
-such as their preferred editor.
-We explicitly call out which questions this applies to below.
-
-A third major change was to improve our analysis of questions with open-ended,
-free-text responses.
-Last year we used machine learning to roughly—but quickly—categorize these responses.
-This year two researchers manually analyzed and categorized these responses,
-allowing for a more granular analysis but preventing valid comparisons with
-last year’s numbers.
-Like the randomization discussed above, the purpose of this change is to
-give us a reliable baseline for 2019 onward.
-
-## Without further ado…
-
-This is a long post. Here’s the tl;dr of our major findings:
-
-- The demographics of our respondents are similar to Stack Overflow’s survey respondents,
-  which increases our confidence that these results are representative of
-  the larger Go developer audience.
-- A majority of respondents use Go every day, and this number has been trending up each year.
-- Go’s use is still concentrated in technology companies,
-  but Go is increasingly found in a wider variety of industries,
-  such as finance and media.
-- Methodology changes showed us that most of our year-over-year metrics
-  are stable and higher than we previously realized.
-- Respondents are using Go to solve similar problems,
-  particularly building API/RPC services and CLIs,
-  regardless of the size of organization they work at.
-- Most teams try to update to the latest Go release quickly;
-  when third-party providers are late to support the current Go release,
-  this creates an adoption blocker for developers.
-- Almost everyone in the Go ecosystem is now using modules, but some confusion around package management remains.
-- High-priority areas for improvement include improving the developer experience for debugging,
-  working with modules, and working with cloud services.
-- VS Code and GoLand have continued to see increased use; they’re now preferred by 3 out of 4 respondents.
-
-## Who did we hear from?
-
-This year we asked some new demographic questions to help us better understand
-the people who’ve responded to this survey.
-In particular, we asked about the duration of professional programming experience
-and the size of the organizations where people work.
-These were modeled on questions that StackOverflow asks in their annual survey,
-and the distribution of responses we saw is very close to StackOverflow’s 2019 results.
-Our take-away is the respondents to this survey have similar levels of professional
-experience and proportional representation of different sizes of organizations
-as the StackOverflow survey audience (with the obvious difference that we’re
-primarily hearing from developers working with Go).
-That increases our confidence when generalizing these findings to the estimated
-1 million Go developers worldwide.
-These demographic questions will also help us in the future to identify
-which year-over-year changes may be the result of a shift in who responded to the survey,
-rather than changes in sentiment or behavior.
-
-.image survey2019/fig1.svg _ 700
-.image survey2019/fig2.svg _ 700
-
-Looking at Go experience, we see that a majority of respondents (56%) are
-relatively new to Go,
-having used it for less than two years.
-Majorities also said they use Go at work (72%) and outside of work (62%).
-The percentage of respondents using Go professionally appears to be trending up each year.
-
-As you can see in the chart below, in 2018 we saw a spike in these numbers,
-but that increase disappeared this year.
-This is one of many signals suggesting that the audience who answered the
-survey in 2018 was significantly different than in the other three years.
-In this case they were significantly more likely to be using Go outside
-of work and a different language while at work,
-but we see similar outliers across multiple survey questions.
-
-.image survey2019/fig3.svg _ 700
-.image survey2019/fig4.svg _ 700
-
-Respondents who have been using Go the longest have different backgrounds
-than newer Go developers.
-These Go veterans were more likely to claim expertise in C/C++ and less
-likely to claim expertise in JavaScript,
-TypeScript, and PHP.
-One caveat is that this is self-reported "expertise";
-it may be more helpful to think of it instead as "familiarity".
-Python appears to be the language (other than Go) familiar to the most respondents,
-regardless of how long they’ve been working with Go.
-
-.image survey2019/fig5.svg _ 750
-
-Last year we asked about which industries respondents work in,
-finding that a majority reported working in software,
-internet, or web service companies.
-This year it appears respondents represent a broader range of industries.
-However, we also simplified the list of industries to reduce confusion from
-potentially overlapping categories (e.g.,
-the separate categories for "Software" and "Internet / web services" from
-2018 were combined into "Technology" for 2019).
-Thus, this isn’t strictly an apples-to-apples comparison.
-For example, it’s possible that one effect of simplifying the category list
-was to reduce the use of the "Software" category as a catch-all for respondents
-writing Go software for an industry that wasn’t explicitly listed.
-
-.image survey2019/fig6.svg _ 700
-
-Go is a successful open-source project, but that doesn’t mean the developers
-working with it are also writing free or open-source software.
-As in prior years, we found that most respondents are not frequent contributors
-to Go open-source projects,
-with 75% saying they do so "infrequently" or "never".
-As the Go community expands, we see the proportion of respondents who’ve
-never contributed to Go open-source projects slowly trending up.
-
-.image survey2019/fig7.svg _ 700
-
-## Developer tools
-
-As in prior years, the vast majority of survey respondents reported working
-with Go on Linux and macOS systems.
-This is one area of strong divergence between our respondents and StackOverflow’s 2019 results:
-in our survey, only 20% of respondents use Windows as a primary development platform,
-while for StackOverflow it was 45% of respondents.
-Linux is used by 66% and macOS by 53%—both much higher than the StackOverflow audience,
-which reported 25% and 30%, respectively.
-
-.image survey2019/fig8.svg _ 700
-.image survey2019/fig9.svg _ 700
-
-The trend in editor consolidation has continued this year.
-GoLand saw the sharpest increase in use this year,
-rising from 24% → 34%.
-VS Code’s growth slowed, but it remains the most popular editor among respondents at 41%.
-Combined, these two editors are now preferred by 3 out of 4 respondents.
-
-Every other editor saw a small decrease. This doesn’t mean those editors
-aren’t being used at all,
-but they’re not what respondents say they _prefer_ to use for writing Go code.
-
-.image survey2019/fig10.svg _ 700
-
-This year we added a question about internal Go documentation tooling,
-such as [gddo](https://github.com/golang/gddo).
-A small minority of respondents (6%) reported that their organization runs
-its own Go documentation server,
-though this proportion nearly doubles (to 11%) when we look at respondents
-at large organizations (those with at least 5,000 employees).
-A follow-up asked of respondents who said their organization had stopped
-running its own documentation server suggests that the top reason to retire
-their server was a combination of low perceived benefits (23%) versus the
-amount of effort required to initially set it up and maintain it (38%).
-
-.image survey2019/fig11.svg _ 700
-
-## Sentiments towards Go
-
-Large majorities of respondents agreed that Go is working well for their
-teams (86%) and that they’d prefer to use it for their next project (89%).
-We also found that over half of respondents (59%) believe Go is critical
-to the success of their companies.
-All of these metrics have remained stable since 2016.
-
-Normalizing the results changed most of these numbers for prior years.
-For example, the percentage of respondents who agreed with the statement
-"Go is working well for my team" was previously in the 50’s and 60’s because
-of participant drop-off;
-when we remove participants who never saw the question,
-we see it’s been fairly stable since 2016.
-
-.image survey2019/fig12.svg _ 700
-
-Looking at sentiments toward problem solving in the Go ecosystem,
-we see similar results.
-Large percentages of respondents agreed with each statement (82%–88%),
-and these rates have been largely stable over the past four years.
-
-.image survey2019/fig13.svg _ 700
-
-This year we took a more nuanced look at satisfaction across industries
-to establish a baseline.
-Overall, respondents were positive about using Go at work,
-regardless of industry sector.
-We do see small variations in dissatisfaction in a few areas,
-most notably manufacturing, which we plan to investigate with follow-up research.
-Similarly, we asked about satisfaction with—and the importance of—various
-aspects of Go development.
-Pairing these measures together highlighted three topics of particular focus:
-debugging (including debugging concurrency),
-using modules, and using cloud services.
-Each of these topics was rated "very" or "critically" important by a majority
-of respondents but had significantly lower satisfaction scores compared to other topics.
-
-.image survey2019/fig14.svg _ 800
-.image survey2019/fig15.svg _ 750
-
-Turning to sentiments toward the Go community,
-we see some differences from prior years.
-First, there is a dip in the percentage of respondents who agreed with the
-statement "I feel welcome in the Go community", from 82% to 75%.
-Digging deeper revealed that the proportion of respondents who "slightly"
-or "moderately agreed" decreased,
-while the proportions who "neither agree nor disagree" and "strongly agree"
-both increased (up 5 and 7 points, respectively).
-This polarizing split suggests two or more groups whose experiences in the
-Go community are diverging,
-and is thus another area we plan to further investigate.
-
-The other big differences are a clear upward trend in responses to the statement
-"I feel welcome to contribute to the Go project" and a large year-over-year
-increase in the proportion of respondents who feel Go’s project leadership
-understands their needs.
-
-All of these results show a pattern of higher agreement correlated with
-increased Go experience,
-beginning at about two years.
-In other words, the longer a respondent has been using Go,
-the more likely they were to agree with each of these statements.
-
-.image survey2019/fig16.svg _ 700
-
-This likely comes as no surprise, but people who responded to the Go Developer
-Survey tended to like Go.
-However, we also wanted to understand which _other_ languages respondents enjoy working with.
-Most of these numbers have not significantly changed from prior years,
-with two exceptions:
-TypeScript (which has increased 10 points),
-and Rust (up 7 points).
-When we break these results down by duration of Go experience,
-we see the same pattern as we found for language expertise.
-In particular, Python is the language and ecosystem that Go developers are
-most likely to also enjoy building with.
-
-.image survey2019/fig17.svg _ 700
-
-In 2018 we first asked the "Would you recommend…" [Net Promoter Score](https://en.wikipedia.org/wiki/Net_Promoter) (NPS) question,
-yielding a score of 61.
-This year our NPS result is a statistically unchanged 60 (67% "promoters"
-minus 7% "detractors").
-
-.image survey2019/fig18.svg _ 700
-
-## Working with Go
-
-Building API/RPC services (71%) and CLIs (62%) remain the most common uses of Go.
-The chart below appears to show major changes from 2018,
-but these are most likely the result of randomizing the order of choices,
-which used to be listed alphabetically:
-3 of the 4 choices beginning with ’A’ decreased,
-while everything else remained stable or increased.
-Thus, this chart is best interpreted as a more accurate baseline for 2019
-with trends from 2016–2018.
-For example, we believe that the proportion of respondents building web
-services which return HTML has been decreasing since 2016 but were likely
-undercounted because this response was always at the bottom of a long list of choices.
-We also broke this out by organization size and industry but found no significant differences:
-it appears respondents use Go in roughly similar ways whether they work
-at a small tech start-up or a large retail enterprise.
-
-A related question asked about the larger areas in which respondents work with Go.
-The most common area by far was web development (66%),
-but other common areas included databases (45%),
-network programming (42%), systems programming (38%),
-and DevOps tasks (37%).
-
-.image survey2019/fig19.svg _ 700
-.image survey2019/fig20.svg _ 700
-
-In addition to what respondents are building,
-we also asked about some of the development techniques they use.
-A large majority of respondents said they depend upon text logs for debugging (88%),
-and their free-text responses suggest this is because alternative tooling
-is challenging to use effectively.
-However, local stepwise debugging (e.g., with Delve),
-profiling, and testing with the race detector were not uncommon,
-with ~50% of respondents depending upon at least one of these techniques.
-
-.image survey2019/fig21.svg _ 700
-
-Regarding package management, we found that the vast majority of respondents
-have adopted modules for Go (89%).
-This has been a big shift for developers,
-and nearly the entire community appears to be going through it simultaneously.
-
-.image survey2019/fig22.svg _ 700
-
-We also found that 75% of respondents evaluate the current Go release for production use,
-with an additional 12% waiting one release cycle.
-This suggests a large majority of Go developers are using (or at the least,
-trying to use) the current or previous stable release,
-highlighting the importance for platform-as-a-service providers to quickly
-support new stable releases of Go.
-
-
-.image survey2019/fig23.svg _ 700
-
-## Go in the clouds
-
-Go was designed with modern distributed computing in mind,
-and we want to continue to improve the developer experience of building
-cloud services with Go.
-This year we expanded the questions we asked about cloud development to
-better understand how respondents are working with cloud providers,
-what they like about the current developer experience,
-and what can be improved.
-As mentioned earlier, some of the 2018 results appear to be outliers,
-such as an unexpectedly low result for self-owned servers,
-and an unexpectedly high result for GCP deployments.
-
-We see two clear trends:
-
-1. The three largest global cloud providers (Amazon Web Services,
-Google Cloud Platform, and Microsoft Azure) all appear to be trending up
-in usage among survey respondents,
-while most other providers are used by a smaller proportion of respondents each year.
-2. On-prem deployments to self-owned or company-owned servers continue to
-decrease and are now statistically tied with AWS (44% vs.
-42%) as the most common deployment targets.
-
-Looking at which types of cloud platforms respondents are using,
-we see differences between the major providers.
-Respondents deploying to AWS and Azure were most likely to be using VMs
-directly (65% and 51%,
-respectively), while those deploying to GCP were almost twice as likely
-to be using the managed Kubernetes platform (GKE,
-64%) than VMs (35%).
-We also found that respondents deploying to AWS were equally likely to be
-using a managed Kubernetes platform (32%) as they were to be using a managed
-serverless platform (AWS Lambda, 33%).
-Both GCP (17%) and Azure (7%) had lower proportions of respondents using
-serverless platforms,
-and free-text responses suggest a primary reason was delayed support for
-the latest Go runtime on these platforms.
-
-Overall, a majority of respondents were satisfied with using Go on all three
-major cloud providers.
-Respondents reported similar satisfaction levels with Go development for
-AWS (80% satisfied) and GCP (78%).
-Azure received a lower satisfaction score (57% satisfied),
-and free-text responses suggest that the main driver was a perception that
-Go lacks first-class support on this platform (25% of free-text responses).
-Here, "first-class support" refers to always staying up-to-date with the latest Go release,
-and ensuring new features are available to Go developers at time of launch.
-This was the same top pain-point reported by respondents using GCP (14%),
-and particularly focused on support for the latest Go runtime in serverless deployments.
-Respondents deploying to AWS, in contrast,
-were most likely to say the SDK could use improvements,
-such as being more idiomatic (21%).
-SDK improvements were also the second most common request for both GCP (9%)
-and Azure (18%) developers.
-
-.image survey2019/fig24.svg _ 700
-.image survey2019/fig25.svg _ 700
-.image survey2019/fig26.svg _ 700
-
-## Pain points
-
-The top reasons respondents say they are unable to use Go more remain working
-on a project in another language (56%),
-working on a team that prefers to use another language (37%),
-and the lack of a critical feature in Go itself (25%).
-
-This was one of the questions where we randomized the choice list,
-so year-over-year comparisons aren’t valid,
-though 2016–2018 trends are.
-For example, we are confident that the number of developers unable to use
-Go more frequently because their team prefers a different language is decreasing each year,
-but we don’t know whether that decrease dramatically accelerated this year,
-or was always a bit lower than our 2016–2018 numbers estimated.
-
-.image survey2019/fig27.svg _ 700
-
-The top two adoption blockers (working on an existing non-Go project and
-working on a team that prefers a different language) don’t have direct technical solutions,
-but the remaining blockers might.
-Thus, this year we asked for more details,
-to better understand how we might help developers increase their use of Go.
-The charts in the remainder of this section are based on free-text responses
-which were manually categorized,
-so they have _very_ long tails;
-categories totalling less than 3% of the total responses have been grouped
-into the "Other" category for each chart.
-A single response may mention multiple topics,
-thus charts do not not sum to 100%.
-
-Among the 25% of respondents who said Go lacks language features they need,
-79% pointed to generics as a critical missing feature.
-Continued improvements to error handling (in addition to the Go 1.13 changes) was cited by 22%,
-while 13% requested more functional programming features,
-particularly built-in map/filter/reduce functionality.
-To be clear, these numbers are from the subset of respondents who said they
-would be able to use Go more were it not missing one or more critical features they need,
-not the entire population of survey respondents.
-
-
-.image survey2019/fig28.svg _ 700
-
-Respondents who said Go "isn’t an appropriate language" for what they work
-on had a wide variety of reasons and use-cases.
-The most common was that they work on some form of front-end development (22%),
-such as GUIs for web, desktop, or mobile.
-Another common response was that the respondent said they worked in a domain
-with an already-dominant language (9%),
-making it a challenge to use something different.
-Some respondents also told us which domain they were referring to (or simply
-mentioned a domain without mentioning another language being more common),
-which we show via the "I work on [domain]" rows below.
-An additional top reason cited by respondents was a need for better performance (9%),
-particularly for real-time computing.
-
-.image survey2019/fig29.svg _ 700
-
-The biggest challenges respondents reported remain largely consistent with last year.
-Go’s lack of generics and modules/package management still top the list
-(15% and 12% of responses,
-respectively), and the proportion of respondents highlighting tooling problems increased.
-These numbers are different from the above charts because this question
-was asked of _all_ respondents,
-regardless of what they said their biggest Go adoption blockers were.
-All three of these are areas of focus for the Go team this year,
-and we hope to greatly improve the developer experience,
-particularly around modules, tooling, and the getting started experience,
-in the coming months.
-
-.image survey2019/fig30.svg _ 700
-
-Diagnosing faults and performance issues can be challenging in any language.
-Respondents told us their top challenge for both of these was not something
-specific to Go’s implementation or tooling,
-but a more fundamental issue:
-a self-reported lack of knowledge, experience, or best practices.
-We hope to help address these knowledge gaps via documentation and other
-educational materials later this year.
-The other major problems do involve tooling,
-specifically a perceived unfavorable cost/benefit trade-off to learning/using
-Go’s debugging and profiling tooling,
-and challenges making the tooling work in various environments (e.g.,
-debugging in containers, or getting performance profiles from production systems).
-
-.image survey2019/fig31.svg _ 700
-.image survey2019/fig32.svg _ 700
-
-Finally, when we asked what would most improve Go support in respondents’
-editing environment,
-the most common response was for general improvements or better support
-for the language server (gopls, 19%).
-This was expected, as gopls replaces about 80 extant tools and is still in beta.
-When respondents were more specific about what they’d like to see improved,
-they were most likely to report the debugging experience (14%) and faster
-or more reliable code completion (13%).
-A number of participants also explicitly referenced the need to frequently
-restart VS Code when using gopls (8%);
-in the time since this survey was in the field (late November – early December 2019),
-many of these gopls improvements have already landed,
-and this continues to be a high-priority area for the team.
-
-.image survey2019/fig33.svg _ 700
-
-## The Go community
-
-Roughly two thirds of respondents used Stack Overflow to answer their Go-related questions (64%).
-The other top sources of answers were godoc.org (47%),
-directly reading source code (42%), and golang.org (33%).
-
-.image survey2019/fig34.svg _ 700
-
-The long tail on the previous chart highlights the large variety of different
-sources (nearly all of them community-driven) and modalities that respondents
-rely on to overcome challenges while developing with Go.
-Indeed, for many Gophers, this may be one of their main points of interaction
-with the larger community:
-as our community expands, we’ve seen higher and higher proportions of respondents
-who do not attend any Go-related events.
-For 2019, that proportion nearly reached two thirds of respondents (62%).
-
-.image survey2019/fig35.svg _ 700
-
-Due to updated Google-wide privacy guidelines,
-we can no longer ask about which countries respondents live in.
-Instead we asked about preferred spoken/written language as a very rough
-proxy for Go’s worldwide usage,
-with the benefit of providing data for potential localization efforts.
-
-Because this survey is in English, there is likely a strong bias toward
-English speakers and people from areas where English is a common second or third language.
-Thus, the non-English numbers should be interpreted as likely minimums rather
-than an approximation of Go’s global audience.
-
-.image survey2019/fig36.svg _ 700
-
-We found 12% of respondents identify with a traditionally underrepresented group (e.g.,
-ethnicity, gender identity, et al.) and 3% identify as female.
-(This question should have said "woman" instead of "female".
-The mistake has been corrected in our draft survey for 2020,
-and we apologize for it.)
-We strongly suspect this 3% is undercounting women in the Go community.
-For example, we know women software developers in the US respond to the
-StackOverflow Developer Survey at [about half the rate we’d expect based on US employment figures](https://insights.stackoverflow.com/survey/2019#developer-profile-_-developer-type) (11% vs 20%).
-Since we don’t know the proportion of responses in the US,
-we can’t safely extrapolate from these numbers beyond saying the actual
-proportion is likely higher than 3%.
-Furthermore, GDPR required us to change how we ask about sensitive information,
-which includes gender and traditionally underrepresented groups.
-Unfortunately these changes prevent us from being able to make valid comparisons
-of these numbers with prior years.
-
-Respondents who identified with underrepresented groups or preferred not
-to answer this question showed higher rates of disagreement with the statement
-"I feel welcome in the Go community" (8% vs.
-4%) than those who do not identify with an underrepresented group,
-highlighting the importance of our continued outreach efforts.
-
-.image survey2019/fig37.svg _ 700
-.image survey2019/fig38.svg _ 700
-.image survey2019/fig39.svg _ 800
-
-## Conclusion
-
-We hope you’ve enjoyed seeing the results of our 2019 developer survey.
-Understanding developers’ experiences and challenges helps us plan and prioritize work for 2020.
-Once again, an enormous thank you to everyone who contributed to this survey—your
-feedback is helping to steer Go’s direction in the coming year and beyond.
diff --git a/_content/survey2019.article b/_content/survey2019.article
deleted file mode 100644
index 3fb330a..0000000
--- a/_content/survey2019.article
+++ /dev/null
@@ -1,36 +0,0 @@
-# Announcing the 2019 Go Developer Survey
-20 Nov 2019
-Tags: survey, community
-Summary: Please take the 2019 Go Developer Survey. We want to hear from you!
-
-Todd Kulesza
-tkulesza@google.com
-
-## Help shape the future of Go
-
-Since 2016, thousands of Gophers around the world have helped the Go project
-by sharing your thoughts via our annual Go Developer Survey.
-Your feedback has played an enormous role in driving changes to our language,
-ecosystem, and community, including [the gopls language server](https://about.sourcegraph.com/go/gophercon-2019-go-pls-stop-breaking-my-editor),
-new [error-handling mechanics](https://blog.golang.org/go1.13-errors),
-the [module mirror](https://blog.golang.org/module-mirror-launch),
-and so much more from the latest [Go 1.13 release](https://blog.golang.org/go1.13).
-And of course, we publicly share [each](https://blog.golang.org/survey2016-results)
-[year's](https://blog.golang.org/survey2017-results) [results](https://blog.golang.org/survey2018-results),
-so we can all benefit from the community's insights.
-
-Today we are launching the 2019 Go Developer Survey.
-We'd love to hear from everyone who uses Go,
-used to use Go, or is interested in using Go,
-to help ensure the language, community, and ecosystem fit the needs of the
-people closest to it.
-Please help us shape Go's future by participating in this 15-minute survey by December 15th:
-[Take the 2019 Go Developer Survey](https://google.qualtrics.com/jfe/form/SV_b1xqnBCMpZAhJZ3).
-
-## Spread the word!
-
-We need as many Gophers as possible to participate in this survey to help
-us better understand our global user base.
-We'd be grateful if you would spread the word by sharing this post on your
-social network feeds,
-around the office, at meet-ups, and in other communities. Thank you!
diff --git a/_content/survey2019/fig1.svg b/_content/survey2019/fig1.svg
deleted file mode 100644
index dab2bb8..0000000
--- a/_content/survey2019/fig1.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 398.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="398" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 398.0L0 398.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 50.5L222.5 337.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 50.5L311.5 337.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 50.5L400.5 337.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 50.5L488.5 337.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 50.5L577.5 337.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 50.31031L577.525 50.31031L577.525 337.65164L222.5 337.65164L222.5 50.31031Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 81.0L222.0 61.0L245.0 61.0C246.10457 61.0 247.0 61.89543 247.0 63.0L247.0 79.0C247.0 80.10457 246.10457 81.0 245.0 81.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 81.0L222.0 61.0L245.0 61.0C246.10457 61.0 247.0 61.89543 247.0 63.0L247.0 79.0C247.0 80.10457 246.10457 81.0 245.0 81.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 112.0L222.0 92.0L274.0 92.0C275.10458 92.0 276.0 92.89543 276.0 94.0L276.0 110.0C276.0 111.10457 275.10458 112.0 274.0 112.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 112.0L222.0 92.0L274.0 92.0C275.10458 92.0 276.0 92.89543 276.0 94.0L276.0 110.0C276.0 111.10457 275.10458 112.0 274.0 112.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 143.0L222.0 123.0L258.0 123.0C259.10458 123.0 260.0 123.89543 260.0 125.0L260.0 141.0C260.0 142.10457 259.10458 143.0 258.0 143.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 143.0L222.0 123.0L258.0 123.0C259.10458 123.0 260.0 123.89543 260.0 125.0L260.0 141.0C260.0 142.10457 259.10458 143.0 258.0 143.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 173.0L222.0 153.0L303.0 153.0C304.10458 153.0 305.0 153.89543 305.0 155.0L305.0 171.0C305.0 172.10457 304.10458 173.0 303.0 173.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 173.0L222.0 153.0L303.0 153.0C304.10458 153.0 305.0 153.89543 305.0 155.0L305.0 171.0C305.0 172.10457 304.10458 173.0 303.0 173.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 204.0L222.0 184.0L326.0 184.0C327.10458 184.0 328.0 184.89543 328.0 186.0L328.0 202.0C328.0 203.10457 327.10458 204.0 326.0 204.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 204.0L222.0 184.0L326.0 184.0C327.10458 184.0 328.0 184.89543 328.0 186.0L328.0 202.0C328.0 203.10457 327.10458 204.0 326.0 204.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 235.0L222.0 215.0L272.0 215.0C273.10458 215.0 274.0 215.89543 274.0 217.0L274.0 233.0C274.0 234.10457 273.10458 235.0 272.0 235.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 235.0L222.0 215.0L272.0 215.0C273.10458 215.0 274.0 215.89543 274.0 217.0L274.0 233.0C274.0 234.10457 273.10458 235.0 272.0 235.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 265.0L222.0 245.0L237.0 245.0C238.10457 245.0 239.0 245.89543 239.0 247.0L239.0 263.0C239.0 264.10458 238.10457 265.0 237.0 265.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 265.0L222.0 245.0L237.0 245.0C238.10457 245.0 239.0 245.89543 239.0 247.0L239.0 263.0C239.0 264.10458 238.10457 265.0 237.0 265.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 296.0L222.0 276.0L272.0 276.0C273.10458 276.0 274.0 276.89542 274.0 278.0L274.0 294.0C274.0 295.10458 273.10458 296.0 272.0 296.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 296.0L222.0 276.0L272.0 276.0C273.10458 276.0 274.0 276.89542 274.0 278.0L274.0 294.0C274.0 295.10458 273.10458 296.0 272.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 327.0L222.0 307.0L241.0 307.0C242.10457 307.0 243.0 307.89542 243.0 309.0L243.0 325.0C243.0 326.10458 242.10457 327.0 241.0 327.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 327.0L222.0 307.0L241.0 307.0C242.10457 307.0 243.0 307.89542 243.0 309.0L243.0 325.0C243.0 326.10458 242.10457 327.0 241.0 327.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M264.08698 66.96875L264.08698 67.875L263.88385 67.875Q262.61823 67.90625 261.86823 68.640625Q261.11823 69.359375 260.99323 70.671875Q261.68073 69.90625 262.83698 69.90625Q263.94635 69.90625 264.61823 70.6875Q265.2901 71.46875 265.2901 72.71875Q265.2901 74.03125 264.57135 74.828125Q263.8526 75.625 262.63385 75.625Q261.4151 75.625 260.64948 74.6875Q259.89948 73.734375 259.89948 72.25L259.89948 71.84375Q259.89948 69.484375 260.89948 68.234375Q261.89948 66.984375 263.88385 66.96875L264.08698 66.96875ZM262.6651 70.8125Q262.1026 70.8125 261.63385 71.140625Q261.1651 71.46875 260.9776 71.984375L260.9776 72.375Q260.9776 73.4375 261.44635 74.078125Q261.93073 74.71875 262.63385 74.71875Q263.36823 74.71875 263.7901 74.1875Q264.21198 73.640625 264.21198 72.765625Q264.21198 71.890625 263.7901 71.359375Q263.36823 70.8125 262.6651 70.8125ZM266.7276 68.609375Q266.7276 67.84375 267.21198 67.34375Q267.71198 66.84375 268.4776 66.84375Q269.25885 66.84375 269.74323 67.34375Q270.2276 67.84375 270.2276 68.640625L270.2276 69.0625Q270.2276 69.828125 269.7276 70.328125Q269.24323 70.8125 268.49323 70.8125Q267.7276 70.8125 267.2276 70.328125Q266.7276 69.828125 266.7276 69.015625L266.7276 68.609375ZM267.5401 69.0625Q267.5401 69.515625 267.7901 69.8125Q268.05573 70.109375 268.49323 70.109375Q268.9151 70.109375 269.1651 69.828125Q269.4151 69.53125 269.4151 69.03125L269.4151 68.609375Q269.4151 68.15625 269.1651 67.859375Q268.9151 67.546875 268.4776 67.546875Q268.0401 67.546875 267.7901 67.859375Q267.5401 68.15625 267.5401 68.625L267.5401 69.0625ZM270.88385 73.40625Q270.88385 72.640625 271.36823 72.15625Q271.86823 71.65625 272.63385 71.65625Q273.39948 71.65625 273.88385 72.15625Q274.38385 72.640625 274.38385 73.453125L274.38385 73.859375Q274.38385 74.625 273.89948 75.125Q273.4151 75.625 272.64948 75.625Q271.88385 75.625 271.38385 75.140625Q270.88385 74.640625 270.88385 73.828125L270.88385 73.40625ZM271.69635 73.859375Q271.69635 74.328125 271.94635 74.625Q272.21198 74.921875 272.64948 74.921875Q273.07135 74.921875 273.32135 74.640625Q273.57135 74.34375 273.57135 73.84375L273.57135 73.40625Q273.57135 72.9375 273.30573 72.65625Q273.05573 72.359375 272.63385 72.359375Q272.21198 72.359375 271.94635 72.65625Q271.69635 72.9375 271.69635 73.4375L271.69635 73.859375ZM268.74323 74.859375L268.11823 74.46875L272.2901 67.796875L272.89948 68.1875L268.74323 74.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M264.08698 66.96875L264.08698 67.875L263.88385 67.875Q262.61823 67.90625 261.86823 68.640625Q261.11823 69.359375 260.99323 70.671875Q261.68073 69.90625 262.83698 69.90625Q263.94635 69.90625 264.61823 70.6875Q265.2901 71.46875 265.2901 72.71875Q265.2901 74.03125 264.57135 74.828125Q263.8526 75.625 262.63385 75.625Q261.4151 75.625 260.64948 74.6875Q259.89948 73.734375 259.89948 72.25L259.89948 71.84375Q259.89948 69.484375 260.89948 68.234375Q261.89948 66.984375 263.88385 66.96875L264.08698 66.96875ZM262.6651 70.8125Q262.1026 70.8125 261.63385 71.140625Q261.1651 71.46875 260.9776 71.984375L260.9776 72.375Q260.9776 73.4375 261.44635 74.078125Q261.93073 74.71875 262.63385 74.71875Q263.36823 74.71875 263.7901 74.1875Q264.21198 73.640625 264.21198 72.765625Q264.21198 71.890625 263.7901 71.359375Q263.36823 70.8125 262.6651 70.8125ZM266.7276 68.609375Q266.7276 67.84375 267.21198 67.34375Q267.71198 66.84375 268.4776 66.84375Q269.25885 66.84375 269.74323 67.34375Q270.2276 67.84375 270.2276 68.640625L270.2276 69.0625Q270.2276 69.828125 269.7276 70.328125Q269.24323 70.8125 268.49323 70.8125Q267.7276 70.8125 267.2276 70.328125Q266.7276 69.828125 266.7276 69.015625L266.7276 68.609375ZM267.5401 69.0625Q267.5401 69.515625 267.7901 69.8125Q268.05573 70.109375 268.49323 70.109375Q268.9151 70.109375 269.1651 69.828125Q269.4151 69.53125 269.4151 69.03125L269.4151 68.609375Q269.4151 68.15625 269.1651 67.859375Q268.9151 67.546875 268.4776 67.546875Q268.0401 67.546875 267.7901 67.859375Q267.5401 68.15625 267.5401 68.625L267.5401 69.0625ZM270.88385 73.40625Q270.88385 72.640625 271.36823 72.15625Q271.86823 71.65625 272.63385 71.65625Q273.39948 71.65625 273.88385 72.15625Q274.38385 72.640625 274.38385 73.453125L274.38385 73.859375Q274.38385 74.625 273.89948 75.125Q273.4151 75.625 272.64948 75.625Q271.88385 75.625 271.38385 75.140625Q270.88385 74.640625 270.88385 73.828125L270.88385 73.40625ZM271.69635 73.859375Q271.69635 74.328125 271.94635 74.625Q272.21198 74.921875 272.64948 74.921875Q273.07135 74.921875 273.32135 74.640625Q273.57135 74.34375 273.57135 73.84375L273.57135 73.40625Q273.57135 72.9375 273.30573 72.65625Q273.05573 72.359375 272.63385 72.359375Q272.21198 72.359375 271.94635 72.65625Q271.69635 72.9375 271.69635 73.4375L271.69635 73.859375ZM268.74323 74.859375L268.11823 74.46875L272.2901 67.796875L272.89948 68.1875L268.74323 74.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.4233 106.5L291.34518 106.5L291.34518 99.28125L289.15768 100.078125L289.15768 99.09375L292.26706 97.921875L292.4233 97.921875L292.4233 106.5ZM301.45456 106.5L295.8608 106.5L295.8608 105.71875L298.81393 102.4375Q299.47018 101.6875 299.72018 101.234375Q299.97018 100.765625 299.97018 100.265625Q299.97018 99.59375 299.56393 99.171875Q299.1733 98.734375 298.4858 98.734375Q297.68893 98.734375 297.2358 99.203125Q296.78268 99.65625 296.78268 100.484375L295.70456 100.484375Q295.70456 99.296875 296.45456 98.578125Q297.22018 97.84375 298.4858 97.84375Q299.68893 97.84375 300.37643 98.46875Q301.06393 99.09375 301.06393 100.140625Q301.06393 101.390625 299.45456 103.140625L297.1733 105.609375L301.45456 105.609375L301.45456 106.5ZM302.76706 99.609375Q302.76706 98.84375 303.25143 98.34375Q303.75143 97.84375 304.51706 97.84375Q305.2983 97.84375 305.78268 98.34375Q306.26706 98.84375 306.26706 99.640625L306.26706 100.0625Q306.26706 100.828125 305.76706 101.328125Q305.28268 101.8125 304.53268 101.8125Q303.76706 101.8125 303.26706 101.328125Q302.76706 100.828125 302.76706 100.015625L302.76706 99.609375ZM303.57956 100.0625Q303.57956 100.515625 303.82956 100.8125Q304.09518 101.109375 304.53268 101.109375Q304.95456 101.109375 305.20456 100.828125Q305.45456 100.53125 305.45456 100.03125L305.45456 99.609375Q305.45456 99.15625 305.20456 98.859375Q304.95456 98.546875 304.51706 98.546875Q304.07956 98.546875 303.82956 98.859375Q303.57956 99.15625 303.57956 99.625L303.57956 100.0625ZM306.9233 104.40625Q306.9233 103.640625 307.40768 103.15625Q307.90768 102.65625 308.6733 102.65625Q309.43893 102.65625 309.9233 103.15625Q310.4233 103.640625 310.4233 104.453125L310.4233 104.859375Q310.4233 105.625 309.93893 106.125Q309.45456 106.625 308.68893 106.625Q307.9233 106.625 307.4233 106.140625Q306.9233 105.640625 306.9233 104.828125L306.9233 104.40625ZM307.7358 104.859375Q307.7358 105.328125 307.9858 105.625Q308.25143 105.921875 308.68893 105.921875Q309.1108 105.921875 309.3608 105.640625Q309.6108 105.34375 309.6108 104.84375L309.6108 104.40625Q309.6108 103.9375 309.34518 103.65625Q309.09518 103.359375 308.6733 103.359375Q308.25143 103.359375 307.9858 103.65625Q307.7358 103.9375 307.7358 104.4375L307.7358 104.859375ZM304.78268 105.859375L304.15768 105.46875L308.32956 98.796875L308.93893 99.1875L304.78268 105.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M292.4233 106.5L291.34518 106.5L291.34518 99.28125L289.15768 100.078125L289.15768 99.09375L292.26706 97.921875L292.4233 97.921875L292.4233 106.5ZM301.45456 106.5L295.8608 106.5L295.8608 105.71875L298.81393 102.4375Q299.47018 101.6875 299.72018 101.234375Q299.97018 100.765625 299.97018 100.265625Q299.97018 99.59375 299.56393 99.171875Q299.1733 98.734375 298.4858 98.734375Q297.68893 98.734375 297.2358 99.203125Q296.78268 99.65625 296.78268 100.484375L295.70456 100.484375Q295.70456 99.296875 296.45456 98.578125Q297.22018 97.84375 298.4858 97.84375Q299.68893 97.84375 300.37643 98.46875Q301.06393 99.09375 301.06393 100.140625Q301.06393 101.390625 299.45456 103.140625L297.1733 105.609375L301.45456 105.609375L301.45456 106.5ZM302.76706 99.609375Q302.76706 98.84375 303.25143 98.34375Q303.75143 97.84375 304.51706 97.84375Q305.2983 97.84375 305.78268 98.34375Q306.26706 98.84375 306.26706 99.640625L306.26706 100.0625Q306.26706 100.828125 305.76706 101.328125Q305.28268 101.8125 304.53268 101.8125Q303.76706 101.8125 303.26706 101.328125Q302.76706 100.828125 302.76706 100.015625L302.76706 99.609375ZM303.57956 100.0625Q303.57956 100.515625 303.82956 100.8125Q304.09518 101.109375 304.53268 101.109375Q304.95456 101.109375 305.20456 100.828125Q305.45456 100.53125 305.45456 100.03125L305.45456 99.609375Q305.45456 99.15625 305.20456 98.859375Q304.95456 98.546875 304.51706 98.546875Q304.07956 98.546875 303.82956 98.859375Q303.57956 99.15625 303.57956 99.625L303.57956 100.0625ZM306.9233 104.40625Q306.9233 103.640625 307.40768 103.15625Q307.90768 102.65625 308.6733 102.65625Q309.43893 102.65625 309.9233 103.15625Q310.4233 103.640625 310.4233 104.453125L310.4233 104.859375Q310.4233 105.625 309.93893 106.125Q309.45456 106.625 308.68893 106.625Q307.9233 106.625 307.4233 106.140625Q306.9233 105.640625 306.9233 104.828125L306.9233 104.40625ZM307.7358 104.859375Q307.7358 105.328125 307.9858 105.625Q308.25143 105.921875 308.68893 105.921875Q309.1108 105.921875 309.3608 105.640625Q309.6108 105.34375 309.6108 104.84375L309.6108 104.40625Q309.6108 103.9375 309.34518 103.65625Q309.09518 103.359375 308.6733 103.359375Q308.25143 103.359375 307.9858 103.65625Q307.7358 103.9375 307.7358 104.4375L307.7358 104.859375ZM304.78268 105.859375L304.15768 105.46875L308.32956 98.796875L308.93893 99.1875L304.78268 105.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.61942 131.1875Q277.61942 131.82812 277.27567 132.32812Q276.93192 132.82812 276.36942 133.10938Q277.02567 133.39062 277.4163 133.95312Q277.80692 134.5 277.80692 135.20312Q277.80692 136.29688 277.05692 136.96875Q276.32254 137.625 275.1038 137.625Q273.86942 137.625 273.11942 136.96875Q272.38504 136.29688 272.38504 135.20312Q272.38504 134.5 272.76004 133.95312Q273.13504 133.39062 273.80692 133.10938Q273.24442 132.82812 272.9163 132.32812Q272.58817 131.82812 272.58817 131.1875Q272.58817 130.10938 273.27567 129.48438Q273.96317 128.84375 275.1038 128.84375Q276.2288 128.84375 276.9163 129.48438Q277.61942 130.10938 277.61942 131.1875ZM276.7288 135.17188Q276.7288 134.45312 276.27567 134.01562Q275.82254 133.5625 275.08817 133.5625Q274.3538 133.5625 273.90067 134.01562Q273.46317 134.45312 273.46317 135.1875Q273.46317 135.90625 273.90067 136.32812Q274.33817 136.73438 275.1038 136.73438Q275.8538 136.73438 276.2913 136.3125Q276.7288 135.89062 276.7288 135.17188ZM275.1038 129.73438Q274.46317 129.73438 274.05692 130.14062Q273.6663 130.53125 273.6663 131.21875Q273.6663 131.85938 274.05692 132.26562Q274.44754 132.67188 275.08817 132.67188Q275.74442 132.67188 276.13504 132.26562Q276.52567 131.85938 276.52567 131.21875Q276.52567 130.5625 276.11942 130.15625Q275.71317 129.73438 275.1038 129.73438ZM279.33817 130.60938Q279.33817 129.84375 279.82254 129.34375Q280.32254 128.84375 281.08817 128.84375Q281.86942 128.84375 282.3538 129.34375Q282.83817 129.84375 282.83817 130.64062L282.83817 131.0625Q282.83817 131.82812 282.33817 132.32812Q281.8538 132.8125 281.1038 132.8125Q280.33817 132.8125 279.83817 132.32812Q279.33817 131.82812 279.33817 131.01562L279.33817 130.60938ZM280.15067 131.0625Q280.15067 131.51562 280.40067 131.8125Q280.6663 132.10938 281.1038 132.10938Q281.52567 132.10938 281.77567 131.82812Q282.02567 131.53125 282.02567 131.03125L282.02567 130.60938Q282.02567 130.15625 281.77567 129.85938Q281.52567 129.54688 281.08817 129.54688Q280.65067 129.54688 280.40067 129.85938Q280.15067 130.15625 280.15067 130.625L280.15067 131.0625ZM283.49442 135.40625Q283.49442 134.64062 283.9788 134.15625Q284.4788 133.65625 285.24442 133.65625Q286.01004 133.65625 286.49442 134.15625Q286.99442 134.64062 286.99442 135.45312L286.99442 135.85938Q286.99442 136.625 286.51004 137.125Q286.02567 137.625 285.26004 137.625Q284.49442 137.625 283.99442 137.14062Q283.49442 136.64062 283.49442 135.82812L283.49442 135.40625ZM284.30692 135.85938Q284.30692 136.32812 284.55692 136.625Q284.82254 136.92188 285.26004 136.92188Q285.68192 136.92188 285.93192 136.64062Q286.18192 136.34375 286.18192 135.84375L286.18192 135.40625Q286.18192 134.9375 285.9163 134.65625Q285.6663 134.35938 285.24442 134.35938Q284.82254 134.35938 284.55692 134.65625Q284.30692 134.9375 284.30692 135.4375L284.30692 135.85938ZM281.3538 136.85938L280.7288 136.46875L284.90067 129.79688L285.51004 130.1875L281.3538 136.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M277.61942 131.1875Q277.61942 131.82812 277.27567 132.32812Q276.93192 132.82812 276.36942 133.10938Q277.02567 133.39062 277.4163 133.95312Q277.80692 134.5 277.80692 135.20312Q277.80692 136.29688 277.05692 136.96875Q276.32254 137.625 275.1038 137.625Q273.86942 137.625 273.11942 136.96875Q272.38504 136.29688 272.38504 135.20312Q272.38504 134.5 272.76004 133.95312Q273.13504 133.39062 273.80692 133.10938Q273.24442 132.82812 272.9163 132.32812Q272.58817 131.82812 272.58817 131.1875Q272.58817 130.10938 273.27567 129.48438Q273.96317 128.84375 275.1038 128.84375Q276.2288 128.84375 276.9163 129.48438Q277.61942 130.10938 277.61942 131.1875ZM276.7288 135.17188Q276.7288 134.45312 276.27567 134.01562Q275.82254 133.5625 275.08817 133.5625Q274.3538 133.5625 273.90067 134.01562Q273.46317 134.45312 273.46317 135.1875Q273.46317 135.90625 273.90067 136.32812Q274.33817 136.73438 275.1038 136.73438Q275.8538 136.73438 276.2913 136.3125Q276.7288 135.89062 276.7288 135.17188ZM275.1038 129.73438Q274.46317 129.73438 274.05692 130.14062Q273.6663 130.53125 273.6663 131.21875Q273.6663 131.85938 274.05692 132.26562Q274.44754 132.67188 275.08817 132.67188Q275.74442 132.67188 276.13504 132.26562Q276.52567 131.85938 276.52567 131.21875Q276.52567 130.5625 276.11942 130.15625Q275.71317 129.73438 275.1038 129.73438ZM279.33817 130.60938Q279.33817 129.84375 279.82254 129.34375Q280.32254 128.84375 281.08817 128.84375Q281.86942 128.84375 282.3538 129.34375Q282.83817 129.84375 282.83817 130.64062L282.83817 131.0625Q282.83817 131.82812 282.33817 132.32812Q281.8538 132.8125 281.1038 132.8125Q280.33817 132.8125 279.83817 132.32812Q279.33817 131.82812 279.33817 131.01562L279.33817 130.60938ZM280.15067 131.0625Q280.15067 131.51562 280.40067 131.8125Q280.6663 132.10938 281.1038 132.10938Q281.52567 132.10938 281.77567 131.82812Q282.02567 131.53125 282.02567 131.03125L282.02567 130.60938Q282.02567 130.15625 281.77567 129.85938Q281.52567 129.54688 281.08817 129.54688Q280.65067 129.54688 280.40067 129.85938Q280.15067 130.15625 280.15067 130.625L280.15067 131.0625ZM283.49442 135.40625Q283.49442 134.64062 283.9788 134.15625Q284.4788 133.65625 285.24442 133.65625Q286.01004 133.65625 286.49442 134.15625Q286.99442 134.64062 286.99442 135.45312L286.99442 135.85938Q286.99442 136.625 286.51004 137.125Q286.02567 137.625 285.26004 137.625Q284.49442 137.625 283.99442 137.14062Q283.49442 136.64062 283.49442 135.82812L283.49442 135.40625ZM284.30692 135.85938Q284.30692 136.32812 284.55692 136.625Q284.82254 136.92188 285.26004 136.92188Q285.68192 136.92188 285.93192 136.64062Q286.18192 136.34375 286.18192 135.84375L286.18192 135.40625Q286.18192 134.9375 285.9163 134.65625Q285.6663 134.35938 285.24442 134.35938Q284.82254 134.35938 284.55692 134.65625Q284.30692 134.9375 284.30692 135.4375L284.30692 135.85938ZM281.3538 136.85938L280.7288 136.46875L284.90067 129.79688L285.51004 130.1875L281.3538 136.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M320.91013 167.5L319.832 167.5L319.832 160.28125L317.6445 161.07812L317.6445 160.09375L320.75388 158.92188L320.91013 158.92188L320.91013 167.5ZM328.50388 163.75Q328.17575 164.15625 327.69138 164.40625Q327.22263 164.64062 326.66013 164.64062Q325.92575 164.64062 325.37888 164.28125Q324.832 163.92188 324.53513 163.26562Q324.23825 162.59375 324.23825 161.79688Q324.23825 160.95312 324.55075 160.26562Q324.87888 159.57812 325.47263 159.21875Q326.082 158.84375 326.87888 158.84375Q328.1445 158.84375 328.86325 159.79688Q329.59763 160.75 329.59763 162.375L329.59763 162.6875Q329.59763 165.1875 328.61325 166.32812Q327.62888 167.46875 325.6445 167.5L325.42575 167.5L325.42575 166.59375L325.66013 166.59375Q327.00388 166.5625 327.72263 165.89062Q328.44138 165.21875 328.50388 163.75ZM326.832 163.75Q327.37888 163.75 327.832 163.42188Q328.30075 163.07812 328.5195 162.59375L328.5195 162.15625Q328.5195 161.09375 328.05075 160.42188Q327.582 159.75 326.87888 159.75Q326.16013 159.75 325.72263 160.29688Q325.30075 160.84375 325.30075 161.75Q325.30075 162.625 325.707 163.1875Q326.12888 163.75 326.832 163.75ZM331.25388 160.60938Q331.25388 159.84375 331.73825 159.34375Q332.23825 158.84375 333.00388 158.84375Q333.78513 158.84375 334.2695 159.34375Q334.75388 159.84375 334.75388 160.64062L334.75388 161.0625Q334.75388 161.82812 334.25388 162.32812Q333.7695 162.8125 333.0195 162.8125Q332.25388 162.8125 331.75388 162.32812Q331.25388 161.82812 331.25388 161.01562L331.25388 160.60938ZM332.06638 161.0625Q332.06638 161.51562 332.31638 161.8125Q332.582 162.10938 333.0195 162.10938Q333.44138 162.10938 333.69138 161.82812Q333.94138 161.53125 333.94138 161.03125L333.94138 160.60938Q333.94138 160.15625 333.69138 159.85938Q333.44138 159.54688 333.00388 159.54688Q332.56638 159.54688 332.31638 159.85938Q332.06638 160.15625 332.06638 160.625L332.06638 161.0625ZM335.41013 165.40625Q335.41013 164.64062 335.8945 164.15625Q336.3945 163.65625 337.16013 163.65625Q337.92575 163.65625 338.41013 164.15625Q338.91013 164.64062 338.91013 165.45312L338.91013 165.85938Q338.91013 166.625 338.42575 167.125Q337.94138 167.625 337.17575 167.625Q336.41013 167.625 335.91013 167.14062Q335.41013 166.64062 335.41013 165.82812L335.41013 165.40625ZM336.22263 165.85938Q336.22263 166.32812 336.47263 166.625Q336.73825 166.92188 337.17575 166.92188Q337.59763 166.92188 337.84763 166.64062Q338.09763 166.34375 338.09763 165.84375L338.09763 165.40625Q338.09763 164.9375 337.832 164.65625Q337.582 164.35938 337.16013 164.35938Q336.73825 164.35938 336.47263 164.65625Q336.22263 164.9375 336.22263 165.4375L336.22263 165.85938ZM333.2695 166.85938L332.6445 166.46875L336.81638 159.79688L337.42575 160.1875L333.2695 166.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M320.91013 167.5L319.832 167.5L319.832 160.28125L317.6445 161.07812L317.6445 160.09375L320.75388 158.92188L320.91013 158.92188L320.91013 167.5ZM328.50388 163.75Q328.17575 164.15625 327.69138 164.40625Q327.22263 164.64062 326.66013 164.64062Q325.92575 164.64062 325.37888 164.28125Q324.832 163.92188 324.53513 163.26562Q324.23825 162.59375 324.23825 161.79688Q324.23825 160.95312 324.55075 160.26562Q324.87888 159.57812 325.47263 159.21875Q326.082 158.84375 326.87888 158.84375Q328.1445 158.84375 328.86325 159.79688Q329.59763 160.75 329.59763 162.375L329.59763 162.6875Q329.59763 165.1875 328.61325 166.32812Q327.62888 167.46875 325.6445 167.5L325.42575 167.5L325.42575 166.59375L325.66013 166.59375Q327.00388 166.5625 327.72263 165.89062Q328.44138 165.21875 328.50388 163.75ZM326.832 163.75Q327.37888 163.75 327.832 163.42188Q328.30075 163.07812 328.5195 162.59375L328.5195 162.15625Q328.5195 161.09375 328.05075 160.42188Q327.582 159.75 326.87888 159.75Q326.16013 159.75 325.72263 160.29688Q325.30075 160.84375 325.30075 161.75Q325.30075 162.625 325.707 163.1875Q326.12888 163.75 326.832 163.75ZM331.25388 160.60938Q331.25388 159.84375 331.73825 159.34375Q332.23825 158.84375 333.00388 158.84375Q333.78513 158.84375 334.2695 159.34375Q334.75388 159.84375 334.75388 160.64062L334.75388 161.0625Q334.75388 161.82812 334.25388 162.32812Q333.7695 162.8125 333.0195 162.8125Q332.25388 162.8125 331.75388 162.32812Q331.25388 161.82812 331.25388 161.01562L331.25388 160.60938ZM332.06638 161.0625Q332.06638 161.51562 332.31638 161.8125Q332.582 162.10938 333.0195 162.10938Q333.44138 162.10938 333.69138 161.82812Q333.94138 161.53125 333.94138 161.03125L333.94138 160.60938Q333.94138 160.15625 333.69138 159.85938Q333.44138 159.54688 333.00388 159.54688Q332.56638 159.54688 332.31638 159.85938Q332.06638 160.15625 332.06638 160.625L332.06638 161.0625ZM335.41013 165.40625Q335.41013 164.64062 335.8945 164.15625Q336.3945 163.65625 337.16013 163.65625Q337.92575 163.65625 338.41013 164.15625Q338.91013 164.64062 338.91013 165.45312L338.91013 165.85938Q338.91013 166.625 338.42575 167.125Q337.94138 167.625 337.17575 167.625Q336.41013 167.625 335.91013 167.14062Q335.41013 166.64062 335.41013 165.82812L335.41013 165.40625ZM336.22263 165.85938Q336.22263 166.32812 336.47263 166.625Q336.73825 166.92188 337.17575 166.92188Q337.59763 166.92188 337.84763 166.64062Q338.09763 166.34375 338.09763 165.84375L338.09763 165.40625Q338.09763 164.9375 337.832 164.65625Q337.582 164.35938 337.16013 164.35938Q336.73825 164.35938 336.47263 164.65625Q336.22263 164.9375 336.22263 165.4375L336.22263 165.85938ZM333.2695 166.85938L332.6445 166.46875L336.81638 159.79688L337.42575 160.1875L333.2695 166.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M346.7055 198.5L341.11176 198.5L341.11176 197.71875L344.06488 194.4375Q344.72113 193.6875 344.97113 193.23438Q345.22113 192.76562 345.22113 192.26562Q345.22113 191.59375 344.81488 191.17188Q344.42426 190.73438 343.73676 190.73438Q342.93988 190.73438 342.48676 191.20312Q342.03363 191.65625 342.03363 192.48438L340.9555 192.48438Q340.9555 191.29688 341.7055 190.57812Q342.47113 189.84375 343.73676 189.84375Q344.93988 189.84375 345.62738 190.46875Q346.31488 191.09375 346.31488 192.14062Q346.31488 193.39062 344.7055 195.14062L342.42426 197.60938L346.7055 197.60938L346.7055 198.5ZM352.68988 195.64062L353.87738 195.64062L353.87738 196.51562L352.68988 196.51562L352.68988 198.5L351.61176 198.5L351.61176 196.51562L347.72113 196.51562L347.72113 195.875L351.53363 189.96875L352.68988 189.96875L352.68988 195.64062ZM348.9555 195.64062L351.61176 195.64062L351.61176 191.45312L351.47113 191.6875L348.9555 195.64062ZM355.018 191.60938Q355.018 190.84375 355.50238 190.34375Q356.00238 189.84375 356.768 189.84375Q357.54926 189.84375 358.03363 190.34375Q358.518 190.84375 358.518 191.64062L358.518 192.0625Q358.518 192.82812 358.018 193.32812Q357.53363 193.8125 356.78363 193.8125Q356.018 193.8125 355.518 193.32812Q355.018 192.82812 355.018 192.01562L355.018 191.60938ZM355.8305 192.0625Q355.8305 192.51562 356.0805 192.8125Q356.34613 193.10938 356.78363 193.10938Q357.2055 193.10938 357.4555 192.82812Q357.7055 192.53125 357.7055 192.03125L357.7055 191.60938Q357.7055 191.15625 357.4555 190.85938Q357.2055 190.54688 356.768 190.54688Q356.3305 190.54688 356.0805 190.85938Q355.8305 191.15625 355.8305 191.625L355.8305 192.0625ZM359.17426 196.40625Q359.17426 195.64062 359.65863 195.15625Q360.15863 194.65625 360.92426 194.65625Q361.68988 194.65625 362.17426 195.15625Q362.67426 195.64062 362.67426 196.45312L362.67426 196.85938Q362.67426 197.625 362.18988 198.125Q361.7055 198.625 360.93988 198.625Q360.17426 198.625 359.67426 198.14062Q359.17426 197.64062 359.17426 196.82812L359.17426 196.40625ZM359.98676 196.85938Q359.98676 197.32812 360.23676 197.625Q360.50238 197.92188 360.93988 197.92188Q361.36176 197.92188 361.61176 197.64062Q361.86176 197.34375 361.86176 196.84375L361.86176 196.40625Q361.86176 195.9375 361.59613 195.65625Q361.34613 195.35938 360.92426 195.35938Q360.50238 195.35938 360.23676 195.65625Q359.98676 195.9375 359.98676 196.4375L359.98676 196.85938ZM357.03363 197.85938L356.40863 197.46875L360.5805 190.79688L361.18988 191.1875L357.03363 197.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M346.7055 198.5L341.11176 198.5L341.11176 197.71875L344.06488 194.4375Q344.72113 193.6875 344.97113 193.23438Q345.22113 192.76562 345.22113 192.26562Q345.22113 191.59375 344.81488 191.17188Q344.42426 190.73438 343.73676 190.73438Q342.93988 190.73438 342.48676 191.20312Q342.03363 191.65625 342.03363 192.48438L340.9555 192.48438Q340.9555 191.29688 341.7055 190.57812Q342.47113 189.84375 343.73676 189.84375Q344.93988 189.84375 345.62738 190.46875Q346.31488 191.09375 346.31488 192.14062Q346.31488 193.39062 344.7055 195.14062L342.42426 197.60938L346.7055 197.60938L346.7055 198.5ZM352.68988 195.64062L353.87738 195.64062L353.87738 196.51562L352.68988 196.51562L352.68988 198.5L351.61176 198.5L351.61176 196.51562L347.72113 196.51562L347.72113 195.875L351.53363 189.96875L352.68988 189.96875L352.68988 195.64062ZM348.9555 195.64062L351.61176 195.64062L351.61176 191.45312L351.47113 191.6875L348.9555 195.64062ZM355.018 191.60938Q355.018 190.84375 355.50238 190.34375Q356.00238 189.84375 356.768 189.84375Q357.54926 189.84375 358.03363 190.34375Q358.518 190.84375 358.518 191.64062L358.518 192.0625Q358.518 192.82812 358.018 193.32812Q357.53363 193.8125 356.78363 193.8125Q356.018 193.8125 355.518 193.32812Q355.018 192.82812 355.018 192.01562L355.018 191.60938ZM355.8305 192.0625Q355.8305 192.51562 356.0805 192.8125Q356.34613 193.10938 356.78363 193.10938Q357.2055 193.10938 357.4555 192.82812Q357.7055 192.53125 357.7055 192.03125L357.7055 191.60938Q357.7055 191.15625 357.4555 190.85938Q357.2055 190.54688 356.768 190.54688Q356.3305 190.54688 356.0805 190.85938Q355.8305 191.15625 355.8305 191.625L355.8305 192.0625ZM359.17426 196.40625Q359.17426 195.64062 359.65863 195.15625Q360.15863 194.65625 360.92426 194.65625Q361.68988 194.65625 362.17426 195.15625Q362.67426 195.64062 362.67426 196.45312L362.67426 196.85938Q362.67426 197.625 362.18988 198.125Q361.7055 198.625 360.93988 198.625Q360.17426 198.625 359.67426 198.14062Q359.17426 197.64062 359.17426 196.82812L359.17426 196.40625ZM359.98676 196.85938Q359.98676 197.32812 360.23676 197.625Q360.50238 197.92188 360.93988 197.92188Q361.36176 197.92188 361.61176 197.64062Q361.86176 197.34375 361.86176 196.84375L361.86176 196.40625Q361.86176 195.9375 361.59613 195.65625Q361.34613 195.35938 360.92426 195.35938Q360.50238 195.35938 360.23676 195.65625Q359.98676 195.9375 359.98676 196.4375L359.98676 196.85938ZM357.03363 197.85938L356.40863 197.46875L360.5805 190.79688L361.18988 191.1875L357.03363 197.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M289.86102 229.5L288.7829 229.5L288.7829 222.28125L286.5954 223.07812L286.5954 222.09375L289.70477 220.92188L289.86102 220.92188L289.86102 229.5ZM298.89227 229.5L293.29852 229.5L293.29852 228.71875L296.25165 225.4375Q296.9079 224.6875 297.1579 224.23438Q297.4079 223.76562 297.4079 223.26562Q297.4079 222.59375 297.00165 222.17188Q296.61102 221.73438 295.92352 221.73438Q295.12665 221.73438 294.67352 222.20312Q294.2204 222.65625 294.2204 223.48438L293.14227 223.48438Q293.14227 222.29688 293.89227 221.57812Q294.6579 220.84375 295.92352 220.84375Q297.12665 220.84375 297.81415 221.46875Q298.50165 222.09375 298.50165 223.14062Q298.50165 224.39062 296.89227 226.14062L294.61102 228.60938L298.89227 228.60938L298.89227 229.5ZM300.20477 222.60938Q300.20477 221.84375 300.68915 221.34375Q301.18915 220.84375 301.95477 220.84375Q302.73602 220.84375 303.2204 221.34375Q303.70477 221.84375 303.70477 222.64062L303.70477 223.0625Q303.70477 223.82812 303.20477 224.32812Q302.7204 224.8125 301.9704 224.8125Q301.20477 224.8125 300.70477 224.32812Q300.20477 223.82812 300.20477 223.01562L300.20477 222.60938ZM301.01727 223.0625Q301.01727 223.51562 301.26727 223.8125Q301.5329 224.10938 301.9704 224.10938Q302.39227 224.10938 302.64227 223.82812Q302.89227 223.53125 302.89227 223.03125L302.89227 222.60938Q302.89227 222.15625 302.64227 221.85938Q302.39227 221.54688 301.95477 221.54688Q301.51727 221.54688 301.26727 221.85938Q301.01727 222.15625 301.01727 222.625L301.01727 223.0625ZM304.36102 227.40625Q304.36102 226.64062 304.8454 226.15625Q305.3454 225.65625 306.11102 225.65625Q306.87665 225.65625 307.36102 226.15625Q307.86102 226.64062 307.86102 227.45312L307.86102 227.85938Q307.86102 228.625 307.37665 229.125Q306.89227 229.625 306.12665 229.625Q305.36102 229.625 304.86102 229.14062Q304.36102 228.64062 304.36102 227.82812L304.36102 227.40625ZM305.17352 227.85938Q305.17352 228.32812 305.42352 228.625Q305.68915 228.92188 306.12665 228.92188Q306.54852 228.92188 306.79852 228.64062Q307.04852 228.34375 307.04852 227.84375L307.04852 227.40625Q307.04852 226.9375 306.7829 226.65625Q306.5329 226.35938 306.11102 226.35938Q305.68915 226.35938 305.42352 226.65625Q305.17352 226.9375 305.17352 227.4375L305.17352 227.85938ZM302.2204 228.85938L301.5954 228.46875L305.76727 221.79688L306.37665 222.1875L302.2204 228.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M289.86102 229.5L288.7829 229.5L288.7829 222.28125L286.5954 223.07812L286.5954 222.09375L289.70477 220.92188L289.86102 220.92188L289.86102 229.5ZM298.89227 229.5L293.29852 229.5L293.29852 228.71875L296.25165 225.4375Q296.9079 224.6875 297.1579 224.23438Q297.4079 223.76562 297.4079 223.26562Q297.4079 222.59375 297.00165 222.17188Q296.61102 221.73438 295.92352 221.73438Q295.12665 221.73438 294.67352 222.20312Q294.2204 222.65625 294.2204 223.48438L293.14227 223.48438Q293.14227 222.29688 293.89227 221.57812Q294.6579 220.84375 295.92352 220.84375Q297.12665 220.84375 297.81415 221.46875Q298.50165 222.09375 298.50165 223.14062Q298.50165 224.39062 296.89227 226.14062L294.61102 228.60938L298.89227 228.60938L298.89227 229.5ZM300.20477 222.60938Q300.20477 221.84375 300.68915 221.34375Q301.18915 220.84375 301.95477 220.84375Q302.73602 220.84375 303.2204 221.34375Q303.70477 221.84375 303.70477 222.64062L303.70477 223.0625Q303.70477 223.82812 303.20477 224.32812Q302.7204 224.8125 301.9704 224.8125Q301.20477 224.8125 300.70477 224.32812Q300.20477 223.82812 300.20477 223.01562L300.20477 222.60938ZM301.01727 223.0625Q301.01727 223.51562 301.26727 223.8125Q301.5329 224.10938 301.9704 224.10938Q302.39227 224.10938 302.64227 223.82812Q302.89227 223.53125 302.89227 223.03125L302.89227 222.60938Q302.89227 222.15625 302.64227 221.85938Q302.39227 221.54688 301.95477 221.54688Q301.51727 221.54688 301.26727 221.85938Q301.01727 222.15625 301.01727 222.625L301.01727 223.0625ZM304.36102 227.40625Q304.36102 226.64062 304.8454 226.15625Q305.3454 225.65625 306.11102 225.65625Q306.87665 225.65625 307.36102 226.15625Q307.86102 226.64062 307.86102 227.45312L307.86102 227.85938Q307.86102 228.625 307.37665 229.125Q306.89227 229.625 306.12665 229.625Q305.36102 229.625 304.86102 229.14062Q304.36102 228.64062 304.36102 227.82812L304.36102 227.40625ZM305.17352 227.85938Q305.17352 228.32812 305.42352 228.625Q305.68915 228.92188 306.12665 228.92188Q306.54852 228.92188 306.79852 228.64062Q307.04852 228.34375 307.04852 227.84375L307.04852 227.40625Q307.04852 226.9375 306.7829 226.65625Q306.5329 226.35938 306.11102 226.35938Q305.68915 226.35938 305.42352 226.65625Q305.17352 226.9375 305.17352 227.4375L305.17352 227.85938ZM302.2204 228.85938L301.5954 228.46875L305.76727 221.79688L306.37665 222.1875L302.2204 228.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.36087 256.64062L257.54837 256.64062L257.54837 257.51562L256.36087 257.51562L256.36087 259.5L255.28275 259.5L255.28275 257.51562L251.39212 257.51562L251.39212 256.875L255.20462 250.96875L256.36087 250.96875L256.36087 256.64062ZM252.6265 256.64062L255.28275 256.64062L255.28275 252.45312L255.14212 252.6875L252.6265 256.64062ZM258.689 252.60938Q258.689 251.84375 259.17337 251.34375Q259.67337 250.84375 260.439 250.84375Q261.22025 250.84375 261.70462 251.34375Q262.189 251.84375 262.189 252.64062L262.189 253.0625Q262.189 253.82812 261.689 254.32812Q261.20462 254.8125 260.45462 254.8125Q259.689 254.8125 259.189 254.32812Q258.689 253.82812 258.689 253.01562L258.689 252.60938ZM259.5015 253.0625Q259.5015 253.51562 259.7515 253.8125Q260.01712 254.10938 260.45462 254.10938Q260.8765 254.10938 261.1265 253.82812Q261.3765 253.53125 261.3765 253.03125L261.3765 252.60938Q261.3765 252.15625 261.1265 251.85938Q260.8765 251.54688 260.439 251.54688Q260.0015 251.54688 259.7515 251.85938Q259.5015 252.15625 259.5015 252.625L259.5015 253.0625ZM262.84525 257.40625Q262.84525 256.64062 263.32962 256.15625Q263.82962 255.65625 264.59525 255.65625Q265.36087 255.65625 265.84525 256.15625Q266.34525 256.64062 266.34525 257.45312L266.34525 257.85938Q266.34525 258.625 265.86087 259.125Q265.3765 259.625 264.61087 259.625Q263.84525 259.625 263.34525 259.14062Q262.84525 258.64062 262.84525 257.82812L262.84525 257.40625ZM263.65775 257.85938Q263.65775 258.32812 263.90775 258.625Q264.17337 258.92188 264.61087 258.92188Q265.03275 258.92188 265.28275 258.64062Q265.53275 258.34375 265.53275 257.84375L265.53275 257.40625Q265.53275 256.9375 265.26712 256.65625Q265.01712 256.35938 264.59525 256.35938Q264.17337 256.35938 263.90775 256.65625Q263.65775 256.9375 263.65775 257.4375L263.65775 257.85938ZM260.70462 258.85938L260.07962 258.46875L264.2515 251.79688L264.86087 252.1875L260.70462 258.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M256.36087 256.64062L257.54837 256.64062L257.54837 257.51562L256.36087 257.51562L256.36087 259.5L255.28275 259.5L255.28275 257.51562L251.39212 257.51562L251.39212 256.875L255.20462 250.96875L256.36087 250.96875L256.36087 256.64062ZM252.6265 256.64062L255.28275 256.64062L255.28275 252.45312L255.14212 252.6875L252.6265 256.64062ZM258.689 252.60938Q258.689 251.84375 259.17337 251.34375Q259.67337 250.84375 260.439 250.84375Q261.22025 250.84375 261.70462 251.34375Q262.189 251.84375 262.189 252.64062L262.189 253.0625Q262.189 253.82812 261.689 254.32812Q261.20462 254.8125 260.45462 254.8125Q259.689 254.8125 259.189 254.32812Q258.689 253.82812 258.689 253.01562L258.689 252.60938ZM259.5015 253.0625Q259.5015 253.51562 259.7515 253.8125Q260.01712 254.10938 260.45462 254.10938Q260.8765 254.10938 261.1265 253.82812Q261.3765 253.53125 261.3765 253.03125L261.3765 252.60938Q261.3765 252.15625 261.1265 251.85938Q260.8765 251.54688 260.439 251.54688Q260.0015 251.54688 259.7515 251.85938Q259.5015 252.15625 259.5015 252.625L259.5015 253.0625ZM262.84525 257.40625Q262.84525 256.64062 263.32962 256.15625Q263.82962 255.65625 264.59525 255.65625Q265.36087 255.65625 265.84525 256.15625Q266.34525 256.64062 266.34525 257.45312L266.34525 257.85938Q266.34525 258.625 265.86087 259.125Q265.3765 259.625 264.61087 259.625Q263.84525 259.625 263.34525 259.14062Q262.84525 258.64062 262.84525 257.82812L262.84525 257.40625ZM263.65775 257.85938Q263.65775 258.32812 263.90775 258.625Q264.17337 258.92188 264.61087 258.92188Q265.03275 258.92188 265.28275 258.64062Q265.53275 258.34375 265.53275 257.84375L265.53275 257.40625Q265.53275 256.9375 265.26712 256.65625Q265.01712 256.35938 264.59525 256.35938Q264.17337 256.35938 263.90775 256.65625Q263.65775 256.9375 263.65775 257.4375L263.65775 257.85938ZM260.70462 258.85938L260.07962 258.46875L264.2515 251.79688L264.86087 252.1875L260.70462 258.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M290.36343 290.5L289.2853 290.5L289.2853 283.28125L287.0978 284.07812L287.0978 283.09375L290.20718 281.92188L290.36343 281.92188L290.36343 290.5ZM299.39468 290.5L293.80093 290.5L293.80093 289.71875L296.75406 286.4375Q297.4103 285.6875 297.6603 285.23438Q297.9103 284.76562 297.9103 284.26562Q297.9103 283.59375 297.50406 283.17188Q297.11343 282.73438 296.42593 282.73438Q295.62906 282.73438 295.17593 283.20312Q294.7228 283.65625 294.7228 284.48438L293.64468 284.48438Q293.64468 283.29688 294.39468 282.57812Q295.1603 281.84375 296.42593 281.84375Q297.62906 281.84375 298.31656 282.46875Q299.00406 283.09375 299.00406 284.14062Q299.00406 285.39062 297.39468 287.14062L295.11343 289.60938L299.39468 289.60938L299.39468 290.5ZM300.70718 283.60938Q300.70718 282.84375 301.19156 282.34375Q301.69156 281.84375 302.45718 281.84375Q303.23843 281.84375 303.7228 282.34375Q304.20718 282.84375 304.20718 283.64062L304.20718 284.0625Q304.20718 284.82812 303.70718 285.32812Q303.2228 285.8125 302.4728 285.8125Q301.70718 285.8125 301.20718 285.32812Q300.70718 284.82812 300.70718 284.01562L300.70718 283.60938ZM301.51968 284.0625Q301.51968 284.51562 301.76968 284.8125Q302.0353 285.10938 302.4728 285.10938Q302.89468 285.10938 303.14468 284.82812Q303.39468 284.53125 303.39468 284.03125L303.39468 283.60938Q303.39468 283.15625 303.14468 282.85938Q302.89468 282.54688 302.45718 282.54688Q302.01968 282.54688 301.76968 282.85938Q301.51968 283.15625 301.51968 283.625L301.51968 284.0625ZM304.86343 288.40625Q304.86343 287.64062 305.3478 287.15625Q305.8478 286.65625 306.61343 286.65625Q307.37906 286.65625 307.86343 287.15625Q308.36343 287.64062 308.36343 288.45312L308.36343 288.85938Q308.36343 289.625 307.87906 290.125Q307.39468 290.625 306.62906 290.625Q305.86343 290.625 305.36343 290.14062Q304.86343 289.64062 304.86343 288.82812L304.86343 288.40625ZM305.67593 288.85938Q305.67593 289.32812 305.92593 289.625Q306.19156 289.92188 306.62906 289.92188Q307.05093 289.92188 307.30093 289.64062Q307.55093 289.34375 307.55093 288.84375L307.55093 288.40625Q307.55093 287.9375 307.2853 287.65625Q307.0353 287.35938 306.61343 287.35938Q306.19156 287.35938 305.92593 287.65625Q305.67593 287.9375 305.67593 288.4375L305.67593 288.85938ZM302.7228 289.85938L302.0978 289.46875L306.26968 282.79688L306.87906 283.1875L302.7228 289.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M290.36343 290.5L289.2853 290.5L289.2853 283.28125L287.0978 284.07812L287.0978 283.09375L290.20718 281.92188L290.36343 281.92188L290.36343 290.5ZM299.39468 290.5L293.80093 290.5L293.80093 289.71875L296.75406 286.4375Q297.4103 285.6875 297.6603 285.23438Q297.9103 284.76562 297.9103 284.26562Q297.9103 283.59375 297.50406 283.17188Q297.11343 282.73438 296.42593 282.73438Q295.62906 282.73438 295.17593 283.20312Q294.7228 283.65625 294.7228 284.48438L293.64468 284.48438Q293.64468 283.29688 294.39468 282.57812Q295.1603 281.84375 296.42593 281.84375Q297.62906 281.84375 298.31656 282.46875Q299.00406 283.09375 299.00406 284.14062Q299.00406 285.39062 297.39468 287.14062L295.11343 289.60938L299.39468 289.60938L299.39468 290.5ZM300.70718 283.60938Q300.70718 282.84375 301.19156 282.34375Q301.69156 281.84375 302.45718 281.84375Q303.23843 281.84375 303.7228 282.34375Q304.20718 282.84375 304.20718 283.64062L304.20718 284.0625Q304.20718 284.82812 303.70718 285.32812Q303.2228 285.8125 302.4728 285.8125Q301.70718 285.8125 301.20718 285.32812Q300.70718 284.82812 300.70718 284.01562L300.70718 283.60938ZM301.51968 284.0625Q301.51968 284.51562 301.76968 284.8125Q302.0353 285.10938 302.4728 285.10938Q302.89468 285.10938 303.14468 284.82812Q303.39468 284.53125 303.39468 284.03125L303.39468 283.60938Q303.39468 283.15625 303.14468 282.85938Q302.89468 282.54688 302.45718 282.54688Q302.01968 282.54688 301.76968 282.85938Q301.51968 283.15625 301.51968 283.625L301.51968 284.0625ZM304.86343 288.40625Q304.86343 287.64062 305.3478 287.15625Q305.8478 286.65625 306.61343 286.65625Q307.37906 286.65625 307.86343 287.15625Q308.36343 287.64062 308.36343 288.45312L308.36343 288.85938Q308.36343 289.625 307.87906 290.125Q307.39468 290.625 306.62906 290.625Q305.86343 290.625 305.36343 290.14062Q304.86343 289.64062 304.86343 288.82812L304.86343 288.40625ZM305.67593 288.85938Q305.67593 289.32812 305.92593 289.625Q306.19156 289.92188 306.62906 289.92188Q307.05093 289.92188 307.30093 289.64062Q307.55093 289.34375 307.55093 288.84375L307.55093 288.40625Q307.55093 287.9375 307.2853 287.65625Q307.0353 287.35938 306.61343 287.35938Q306.19156 287.35938 305.92593 287.65625Q305.67593 287.9375 305.67593 288.4375L305.67593 288.85938ZM302.7228 289.85938L302.0978 289.46875L306.26968 282.79688L306.87906 283.1875L302.7228 289.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.65375 317.21875L257.09125 312.96875L261.46625 312.96875L261.46625 313.96875L258.01312 313.96875L257.7475 316.29688Q258.38812 315.92188 259.185 315.92188Q260.34125 315.92188 261.02875 316.70312Q261.71625 317.46875 261.71625 318.78125Q261.71625 320.09375 260.9975 320.85938Q260.29437 321.625 259.01312 321.625Q257.88812 321.625 257.16937 321.0Q256.45062 320.35938 256.35687 319.25L257.3725 319.25Q257.48187 319.98438 257.90375 320.35938Q258.32562 320.73438 259.01312 320.73438Q259.76312 320.73438 260.20062 320.21875Q260.63812 319.70312 260.63812 318.79688Q260.63812 317.9375 260.16937 317.42188Q259.70062 316.90625 258.91937 316.90625Q258.21625 316.90625 257.81 317.20312L257.52875 317.4375L256.65375 317.21875ZM263.06 314.60938Q263.06 313.84375 263.54437 313.34375Q264.04437 312.84375 264.81 312.84375Q265.59125 312.84375 266.07562 313.34375Q266.56 313.84375 266.56 314.64062L266.56 315.0625Q266.56 315.82812 266.06 316.32812Q265.57562 316.8125 264.82562 316.8125Q264.06 316.8125 263.56 316.32812Q263.06 315.82812 263.06 315.01562L263.06 314.60938ZM263.8725 315.0625Q263.8725 315.51562 264.1225 315.8125Q264.38812 316.10938 264.82562 316.10938Q265.2475 316.10938 265.4975 315.82812Q265.7475 315.53125 265.7475 315.03125L265.7475 314.60938Q265.7475 314.15625 265.4975 313.85938Q265.2475 313.54688 264.81 313.54688Q264.3725 313.54688 264.1225 313.85938Q263.8725 314.15625 263.8725 314.625L263.8725 315.0625ZM267.21625 319.40625Q267.21625 318.64062 267.70062 318.15625Q268.20062 317.65625 268.96625 317.65625Q269.73187 317.65625 270.21625 318.15625Q270.71625 318.64062 270.71625 319.45312L270.71625 319.85938Q270.71625 320.625 270.23187 321.125Q269.7475 321.625 268.98187 321.625Q268.21625 321.625 267.71625 321.14062Q267.21625 320.64062 267.21625 319.82812L267.21625 319.40625ZM268.02875 319.85938Q268.02875 320.32812 268.27875 320.625Q268.54437 320.92188 268.98187 320.92188Q269.40375 320.92188 269.65375 320.64062Q269.90375 320.34375 269.90375 319.84375L269.90375 319.40625Q269.90375 318.9375 269.63812 318.65625Q269.38812 318.35938 268.96625 318.35938Q268.54437 318.35938 268.27875 318.65625Q268.02875 318.9375 268.02875 319.4375L268.02875 319.85938ZM265.07562 320.85938L264.45062 320.46875L268.6225 313.79688L269.23187 314.1875L265.07562 320.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M256.65375 317.21875L257.09125 312.96875L261.46625 312.96875L261.46625 313.96875L258.01312 313.96875L257.7475 316.29688Q258.38812 315.92188 259.185 315.92188Q260.34125 315.92188 261.02875 316.70312Q261.71625 317.46875 261.71625 318.78125Q261.71625 320.09375 260.9975 320.85938Q260.29437 321.625 259.01312 321.625Q257.88812 321.625 257.16937 321.0Q256.45062 320.35938 256.35687 319.25L257.3725 319.25Q257.48187 319.98438 257.90375 320.35938Q258.32562 320.73438 259.01312 320.73438Q259.76312 320.73438 260.20062 320.21875Q260.63812 319.70312 260.63812 318.79688Q260.63812 317.9375 260.16937 317.42188Q259.70062 316.90625 258.91937 316.90625Q258.21625 316.90625 257.81 317.20312L257.52875 317.4375L256.65375 317.21875ZM263.06 314.60938Q263.06 313.84375 263.54437 313.34375Q264.04437 312.84375 264.81 312.84375Q265.59125 312.84375 266.07562 313.34375Q266.56 313.84375 266.56 314.64062L266.56 315.0625Q266.56 315.82812 266.06 316.32812Q265.57562 316.8125 264.82562 316.8125Q264.06 316.8125 263.56 316.32812Q263.06 315.82812 263.06 315.01562L263.06 314.60938ZM263.8725 315.0625Q263.8725 315.51562 264.1225 315.8125Q264.38812 316.10938 264.82562 316.10938Q265.2475 316.10938 265.4975 315.82812Q265.7475 315.53125 265.7475 315.03125L265.7475 314.60938Q265.7475 314.15625 265.4975 313.85938Q265.2475 313.54688 264.81 313.54688Q264.3725 313.54688 264.1225 313.85938Q263.8725 314.15625 263.8725 314.625L263.8725 315.0625ZM267.21625 319.40625Q267.21625 318.64062 267.70062 318.15625Q268.20062 317.65625 268.96625 317.65625Q269.73187 317.65625 270.21625 318.15625Q270.71625 318.64062 270.71625 319.45312L270.71625 319.85938Q270.71625 320.625 270.23187 321.125Q269.7475 321.625 268.98187 321.625Q268.21625 321.625 267.71625 321.14062Q267.21625 320.64062 267.21625 319.82812L267.21625 319.40625ZM268.02875 319.85938Q268.02875 320.32812 268.27875 320.625Q268.54437 320.92188 268.98187 320.92188Q269.40375 320.92188 269.65375 320.64062Q269.90375 320.34375 269.90375 319.84375L269.90375 319.40625Q269.90375 318.9375 269.63812 318.65625Q269.38812 318.35938 268.96625 318.35938Q268.54437 318.35938 268.27875 318.65625Q268.02875 318.9375 268.02875 319.4375L268.02875 319.85938ZM265.07562 320.85938L264.45062 320.46875L268.6225 313.79688L269.23187 314.1875L265.07562 320.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M326.6219 375.39307Q326.6219 374.62744 327.10626 374.12744Q327.60626 373.62744 328.3719 373.62744Q329.15314 373.62744 329.6375 374.12744Q330.1219 374.62744 330.1219 375.42432L330.1219 375.8462Q330.1219 376.61182 329.6219 377.11182Q329.1375 377.5962 328.3875 377.5962Q327.6219 377.5962 327.1219 377.11182Q326.6219 376.61182 326.6219 375.79932L326.6219 375.39307ZM327.4344 375.8462Q327.4344 376.29932 327.6844 376.5962Q327.95 376.89307 328.3875 376.89307Q328.8094 376.89307 329.0594 376.61182Q329.3094 376.31494 329.3094 375.81494L329.3094 375.39307Q329.3094 374.93994 329.0594 374.64307Q328.8094 374.33057 328.3719 374.33057Q327.9344 374.33057 327.6844 374.64307Q327.4344 374.93994 327.4344 375.4087L327.4344 375.8462ZM330.77814 380.18994Q330.77814 379.42432 331.2625 378.93994Q331.7625 378.43994 332.52814 378.43994Q333.29376 378.43994 333.77814 378.93994Q334.27814 379.42432 334.27814 380.23682L334.27814 380.64307Q334.27814 381.4087 333.79376 381.9087Q333.3094 382.4087 332.54376 382.4087Q331.77814 382.4087 331.27814 381.92432Q330.77814 381.42432 330.77814 380.61182L330.77814 380.18994ZM331.59064 380.64307Q331.59064 381.11182 331.84064 381.4087Q332.10626 381.70557 332.54376 381.70557Q332.96564 381.70557 333.21564 381.42432Q333.46564 381.12744 333.46564 380.62744L333.46564 380.18994Q333.46564 379.7212 333.2 379.43994Q332.95 379.14307 332.52814 379.14307Q332.10626 379.14307 331.84064 379.43994Q331.59064 379.7212 331.59064 380.2212L331.59064 380.64307ZM328.6375 381.64307L328.0125 381.25244L332.1844 374.58057L332.79376 374.9712L328.6375 381.64307ZM338.54376 379.04932Q338.54376 378.12744 338.90314 377.37744Q339.27814 376.62744 339.9344 376.23682Q340.59064 375.83057 341.41876 375.83057Q342.71564 375.83057 343.5125 376.7212Q344.325 377.61182 344.325 379.11182L344.325 379.18994Q344.325 380.11182 343.96564 380.8462Q343.60626 381.58057 342.95 382.00244Q342.29376 382.4087 341.4344 382.4087Q340.15314 382.4087 339.34064 381.51807Q338.54376 380.61182 338.54376 379.12744L338.54376 379.04932ZM339.6375 379.18994Q339.6375 380.23682 340.1219 380.87744Q340.6219 381.51807 341.4344 381.51807Q342.2625 381.51807 342.7469 380.87744Q343.23126 380.2212 343.23126 379.04932Q343.23126 378.01807 342.73126 377.37744Q342.2469 376.7212 341.41876 376.7212Q340.6219 376.7212 340.1219 377.36182Q339.6375 377.98682 339.6375 379.18994ZM346.3719 382.2837L346.3719 376.7837L345.3719 376.7837L345.3719 375.93994L346.3719 375.93994L346.3719 375.29932Q346.3719 374.26807 346.90314 373.7212Q347.45 373.1587 348.45 373.1587Q348.825 373.1587 349.2 373.25244L349.1375 374.14307Q348.85626 374.08057 348.5594 374.08057Q348.02814 374.08057 347.73126 374.39307Q347.45 374.70557 347.45 375.26807L347.45 375.93994L348.8094 375.93994L348.8094 376.7837L347.45 376.7837L347.45 382.2837L346.3719 382.2837ZM355.90314 376.9087Q355.65314 376.87744 355.3719 376.87744Q354.29376 376.87744 353.91876 377.7837L353.91876 382.2837L352.84064 382.2837L352.84064 375.93994L353.8875 375.93994L353.90314 376.67432Q354.4344 375.83057 355.41876 375.83057Q355.73126 375.83057 355.90314 375.9087L355.90314 376.9087ZM359.46564 382.4087Q358.16876 382.4087 357.35626 381.56494Q356.5594 380.70557 356.5594 379.2837L356.5594 379.0962Q356.5594 378.14307 356.91876 377.4087Q357.27814 376.6587 357.91876 376.25244Q358.575 375.83057 359.325 375.83057Q360.5594 375.83057 361.2469 376.64307Q361.9344 377.45557 361.9344 378.9712L361.9344 379.42432L357.6375 379.42432Q357.66876 380.36182 358.1844 380.93994Q358.71564 381.51807 359.52814 381.51807Q360.09064 381.51807 360.48126 381.2837Q360.8875 381.04932 361.2 380.6587L361.85626 381.17432Q361.0594 382.4087 359.46564 382.4087ZM359.325 376.7212Q358.66876 376.7212 358.21564 377.20557Q357.77814 377.67432 357.6844 378.5337L360.85626 378.5337L360.85626 378.45557Q360.8094 377.62744 360.40314 377.17432Q360.0125 376.7212 359.325 376.7212ZM366.52814 380.5962Q366.52814 380.1587 366.1844 379.92432Q365.85626 379.67432 365.02814 379.50244Q364.21564 379.33057 363.73126 379.08057Q363.2469 378.83057 363.0125 378.50244Q362.79376 378.1587 362.79376 377.68994Q362.79376 376.9087 363.45 376.37744Q364.10626 375.83057 365.1375 375.83057Q366.21564 375.83057 366.8719 376.39307Q367.54376 376.93994 367.54376 377.79932L366.46564 377.79932Q366.46564 377.36182 366.075 377.04932Q365.7 376.7212 365.1375 376.7212Q364.54376 376.7212 364.2 376.98682Q363.8719 377.23682 363.8719 377.64307Q363.8719 378.0337 364.1844 378.23682Q364.4969 378.43994 365.3094 378.62744Q366.1219 378.79932 366.6219 379.04932Q367.1219 379.29932 367.35626 379.6587Q367.60626 380.01807 367.60626 380.51807Q367.60626 381.37744 366.91876 381.89307Q366.2469 382.4087 365.16876 382.4087Q364.40314 382.4087 363.8094 382.14307Q363.23126 381.86182 362.90314 381.37744Q362.575 380.89307 362.575 380.33057L363.65314 380.33057Q363.6844 380.87744 364.09064 381.20557Q364.4969 381.51807 365.16876 381.51807Q365.77814 381.51807 366.15314 381.26807Q366.52814 381.01807 366.52814 380.5962ZM374.1844 379.18994Q374.1844 380.62744 373.52814 381.51807Q372.8719 382.4087 371.73126 382.4087Q370.575 382.4087 369.91876 381.67432L369.91876 384.7212L368.84064 384.7212L368.84064 375.93994L369.825 375.93994L369.8719 376.64307Q370.54376 375.83057 371.71564 375.83057Q372.85626 375.83057 373.5125 376.68994Q374.1844 377.54932 374.1844 379.08057L374.1844 379.18994ZM373.10626 379.06494Q373.10626 377.98682 372.6375 377.37744Q372.1844 376.75244 371.3875 376.75244Q370.40314 376.75244 369.91876 377.61182L369.91876 380.64307Q370.40314 381.51807 371.40314 381.51807Q372.1844 381.51807 372.6375 380.9087Q373.10626 380.2837 373.10626 379.06494ZM375.54376 379.04932Q375.54376 378.12744 375.90314 377.37744Q376.27814 376.62744 376.9344 376.23682Q377.59064 375.83057 378.41876 375.83057Q379.71564 375.83057 380.5125 376.7212Q381.325 377.61182 381.325 379.11182L381.325 379.18994Q381.325 380.11182 380.96564 380.8462Q380.60626 381.58057 379.95 382.00244Q379.29376 382.4087 378.4344 382.4087Q377.15314 382.4087 376.34064 381.51807Q375.54376 380.61182 375.54376 379.12744L375.54376 379.04932ZM376.6375 379.18994Q376.6375 380.23682 377.1219 380.87744Q377.6219 381.51807 378.4344 381.51807Q379.2625 381.51807 379.7469 380.87744Q380.23126 380.2212 380.23126 379.04932Q380.23126 378.01807 379.73126 377.37744Q379.2469 376.7212 378.41876 376.7212Q377.6219 376.7212 377.1219 377.36182Q376.6375 377.98682 376.6375 379.18994ZM383.85626 375.93994L383.8875 376.73682Q384.6219 375.83057 385.79376 375.83057Q387.8094 375.83057 387.825 378.0962L387.825 382.2837L386.73126 382.2837L386.73126 378.08057Q386.73126 377.4087 386.41876 377.08057Q386.1219 376.75244 385.46564 376.75244Q384.9344 376.75244 384.52814 377.0337Q384.1375 377.31494 383.91876 377.76807L383.91876 382.2837L382.84064 382.2837L382.84064 375.93994L383.85626 375.93994ZM389.575 379.06494Q389.575 377.5962 390.2625 376.7212Q390.95 375.83057 392.075 375.83057Q393.1844 375.83057 393.84064 376.58057L393.84064 373.2837L394.91876 373.2837L394.91876 382.2837L393.91876 382.2837L393.8719 381.5962Q393.21564 382.4087 392.0594 382.4087Q390.96564 382.4087 390.2625 381.50244Q389.575 380.5962 389.575 379.14307L389.575 379.06494ZM390.65314 379.18994Q390.65314 380.26807 391.09064 380.87744Q391.54376 381.48682 392.325 381.48682Q393.35626 381.48682 393.84064 380.54932L393.84064 377.64307Q393.35626 376.75244 392.34064 376.75244Q391.54376 376.75244 391.09064 377.36182Q390.65314 377.9712 390.65314 379.18994ZM399.46564 382.4087Q398.16876 382.4087 397.35626 381.56494Q396.5594 380.70557 396.5594 379.2837L396.5594 379.0962Q396.5594 378.14307 396.91876 377.4087Q397.27814 376.6587 397.91876 376.25244Q398.575 375.83057 399.325 375.83057Q400.5594 375.83057 401.2469 376.64307Q401.9344 377.45557 401.9344 378.9712L401.9344 379.42432L397.6375 379.42432Q397.66876 380.36182 398.1844 380.93994Q398.71564 381.51807 399.52814 381.51807Q400.09064 381.51807 400.48126 381.2837Q400.8875 381.04932 401.2 380.6587L401.85626 381.17432Q401.0594 382.4087 399.46564 382.4087ZM399.325 376.7212Q398.66876 376.7212 398.21564 377.20557Q397.77814 377.67432 397.6844 378.5337L400.85626 378.5337L400.85626 378.45557Q400.8094 377.62744 400.40314 377.17432Q400.0125 376.7212 399.325 376.7212ZM403.85626 375.93994L403.8875 376.73682Q404.6219 375.83057 405.79376 375.83057Q407.8094 375.83057 407.825 378.0962L407.825 382.2837L406.73126 382.2837L406.73126 378.08057Q406.73126 377.4087 406.41876 377.08057Q406.1219 376.75244 405.46564 376.75244Q404.9344 376.75244 404.52814 377.0337Q404.1375 377.31494 403.91876 377.76807L403.91876 382.2837L402.84064 382.2837L402.84064 375.93994L403.85626 375.93994ZM411.3094 374.4087L411.3094 375.93994L412.48126 375.93994L412.48126 376.7837L411.3094 376.7837L411.3094 380.70557Q411.3094 381.0962 411.46564 381.2837Q411.6219 381.4712 411.9969 381.4712Q412.1844 381.4712 412.5125 381.4087L412.5125 382.2837Q412.09064 382.4087 411.6844 382.4087Q410.96564 382.4087 410.59064 381.9712Q410.21564 381.51807 410.21564 380.70557L410.21564 376.7837L409.0594 376.7837L409.0594 375.93994L410.21564 375.93994L410.21564 374.4087L411.3094 374.4087ZM417.52814 380.5962Q417.52814 380.1587 417.1844 379.92432Q416.85626 379.67432 416.02814 379.50244Q415.21564 379.33057 414.73126 379.08057Q414.2469 378.83057 414.0125 378.50244Q413.79376 378.1587 413.79376 377.68994Q413.79376 376.9087 414.45 376.37744Q415.10626 375.83057 416.1375 375.83057Q417.21564 375.83057 417.8719 376.39307Q418.54376 376.93994 418.54376 377.79932L417.46564 377.79932Q417.46564 377.36182 417.075 377.04932Q416.7 376.7212 416.1375 376.7212Q415.54376 376.7212 415.2 376.98682Q414.8719 377.23682 414.8719 377.64307Q414.8719 378.0337 415.1844 378.23682Q415.4969 378.43994 416.3094 378.62744Q417.1219 378.79932 417.6219 379.04932Q418.1219 379.29932 418.35626 379.6587Q418.60626 380.01807 418.60626 380.51807Q418.60626 381.37744 417.91876 381.89307Q417.2469 382.4087 416.16876 382.4087Q415.40314 382.4087 414.8094 382.14307Q414.23126 381.86182 413.90314 381.37744Q413.575 380.89307 413.575 380.33057L414.65314 380.33057Q414.6844 380.87744 415.09064 381.20557Q415.4969 381.51807 416.16876 381.51807Q416.77814 381.51807 417.15314 381.26807Q417.52814 381.01807 417.52814 380.5962ZM422.79376 378.81494Q422.79376 377.50244 423.1375 376.2837Q423.4969 375.06494 424.2 374.06494Q424.90314 373.06494 425.66876 372.6587L425.8875 373.37744Q425.02814 374.0337 424.48126 375.37744Q423.9344 376.7212 423.8875 378.39307L423.8719 378.89307Q423.8719 381.1587 424.7 382.81494Q425.2 383.81494 425.8875 384.37744L425.66876 385.0337Q424.8875 384.61182 424.16876 383.58057Q422.79376 381.5962 422.79376 378.81494ZM427.85626 375.93994L427.8875 376.73682Q428.6219 375.83057 429.79376 375.83057Q431.8094 375.83057 431.825 378.0962L431.825 382.2837L430.73126 382.2837L430.73126 378.08057Q430.73126 377.4087 430.41876 377.08057Q430.1219 376.75244 429.46564 376.75244Q428.9344 376.75244 428.52814 377.0337Q428.1375 377.31494 427.91876 377.76807L427.91876 382.2837L426.84064 382.2837L426.84064 375.93994L427.85626 375.93994ZM438.79376 377.51807L433.90314 377.51807L433.90314 376.56494L438.79376 376.56494L438.79376 377.51807ZM438.79376 379.93994L433.90314 379.93994L433.90314 379.00244L438.79376 379.00244L438.79376 379.93994ZM445.90314 375.9712Q445.90314 376.61182 445.5594 377.11182Q445.21564 377.61182 444.65314 377.89307Q445.3094 378.17432 445.7 378.73682Q446.09064 379.2837 446.09064 379.98682Q446.09064 381.08057 445.34064 381.75244Q444.60626 382.4087 443.3875 382.4087Q442.15314 382.4087 441.40314 381.75244Q440.66876 381.08057 440.66876 379.98682Q440.66876 379.2837 441.04376 378.73682Q441.41876 378.17432 442.09064 377.89307Q441.52814 377.61182 441.2 377.11182Q440.8719 376.61182 440.8719 375.9712Q440.8719 374.89307 441.5594 374.26807Q442.2469 373.62744 443.3875 373.62744Q444.5125 373.62744 445.2 374.26807Q445.90314 374.89307 445.90314 375.9712ZM445.0125 379.95557Q445.0125 379.23682 444.5594 378.79932Q444.10626 378.3462 443.3719 378.3462Q442.6375 378.3462 442.1844 378.79932Q441.7469 379.23682 441.7469 379.9712Q441.7469 380.68994 442.1844 381.11182Q442.6219 381.51807 443.3875 381.51807Q444.1375 381.51807 444.575 381.0962Q445.0125 380.67432 445.0125 379.95557ZM443.3875 374.51807Q442.7469 374.51807 442.34064 374.92432Q441.95 375.31494 441.95 376.00244Q441.95 376.64307 442.34064 377.04932Q442.73126 377.45557 443.3719 377.45557Q444.02814 377.45557 444.41876 377.04932Q444.8094 376.64307 444.8094 376.00244Q444.8094 375.3462 444.40314 374.93994Q443.9969 374.51807 443.3875 374.51807ZM447.79376 383.98682L447.1844 383.56494Q447.73126 382.79932 447.7625 381.9712L447.7625 381.00244L448.825 381.00244L448.825 381.8462Q448.825 382.43994 448.52814 383.0337Q448.23126 383.62744 447.79376 383.98682ZM454.90314 375.9712Q454.90314 376.61182 454.5594 377.11182Q454.21564 377.61182 453.65314 377.89307Q454.3094 378.17432 454.7 378.73682Q455.09064 379.2837 455.09064 379.98682Q455.09064 381.08057 454.34064 381.75244Q453.60626 382.4087 452.3875 382.4087Q451.15314 382.4087 450.40314 381.75244Q449.66876 381.08057 449.66876 379.98682Q449.66876 379.2837 450.04376 378.73682Q450.41876 378.17432 451.09064 377.89307Q450.52814 377.61182 450.2 377.11182Q449.8719 376.61182 449.8719 375.9712Q449.8719 374.89307 450.5594 374.26807Q451.2469 373.62744 452.3875 373.62744Q453.5125 373.62744 454.2 374.26807Q454.90314 374.89307 454.90314 375.9712ZM454.0125 379.95557Q454.0125 379.23682 453.5594 378.79932Q453.10626 378.3462 452.3719 378.3462Q451.6375 378.3462 451.1844 378.79932Q450.7469 379.23682 450.7469 379.9712Q450.7469 380.68994 451.1844 381.11182Q451.6219 381.51807 452.3875 381.51807Q453.1375 381.51807 453.575 381.0962Q454.0125 380.67432 454.0125 379.95557ZM452.3875 374.51807Q451.7469 374.51807 451.34064 374.92432Q450.95 375.31494 450.95 376.00244Q450.95 376.64307 451.34064 377.04932Q451.73126 377.45557 452.3719 377.45557Q453.02814 377.45557 453.41876 377.04932Q453.8094 376.64307 453.8094 376.00244Q453.8094 375.3462 453.40314 374.93994Q452.9969 374.51807 452.3875 374.51807ZM458.29376 377.48682L459.10626 377.48682Q459.8875 377.4712 460.325 377.08057Q460.7625 376.68994 460.7625 376.01807Q460.7625 374.51807 459.2625 374.51807Q458.5594 374.51807 458.1375 374.92432Q457.73126 375.33057 457.73126 375.98682L456.6375 375.98682Q456.6375 374.9712 457.3719 374.29932Q458.1219 373.62744 459.2625 373.62744Q460.46564 373.62744 461.15314 374.26807Q461.84064 374.9087 461.84064 376.04932Q461.84064 376.61182 461.48126 377.12744Q461.1219 377.64307 460.4969 377.9087Q461.2 378.12744 461.575 378.64307Q461.96564 379.1587 461.96564 379.9087Q461.96564 381.04932 461.21564 381.73682Q460.46564 382.4087 459.2625 382.4087Q458.075 382.4087 457.3094 381.75244Q456.5594 381.0962 456.5594 380.0337L457.65314 380.0337Q457.65314 380.70557 458.09064 381.11182Q458.52814 381.51807 459.27814 381.51807Q460.0594 381.51807 460.46564 381.11182Q460.8875 380.68994 460.8875 379.92432Q460.8875 379.18994 460.4344 378.79932Q459.98126 378.39307 459.10626 378.37744L458.29376 378.37744L458.29376 377.48682ZM465.29376 377.48682L466.10626 377.48682Q466.8875 377.4712 467.325 377.08057Q467.7625 376.68994 467.7625 376.01807Q467.7625 374.51807 466.2625 374.51807Q465.5594 374.51807 465.1375 374.92432Q464.73126 375.33057 464.73126 375.98682L463.6375 375.98682Q463.6375 374.9712 464.3719 374.29932Q465.1219 373.62744 466.2625 373.62744Q467.46564 373.62744 468.15314 374.26807Q468.84064 374.9087 468.84064 376.04932Q468.84064 376.61182 468.48126 377.12744Q468.1219 377.64307 467.4969 377.9087Q468.2 378.12744 468.575 378.64307Q468.96564 379.1587 468.96564 379.9087Q468.96564 381.04932 468.21564 381.73682Q467.46564 382.4087 466.2625 382.4087Q465.075 382.4087 464.3094 381.75244Q463.5594 381.0962 463.5594 380.0337L464.65314 380.0337Q464.65314 380.70557 465.09064 381.11182Q465.52814 381.51807 466.27814 381.51807Q467.0594 381.51807 467.46564 381.11182Q467.8875 380.68994 467.8875 379.92432Q467.8875 379.18994 467.4344 378.79932Q466.98126 378.39307 466.10626 378.37744L465.29376 378.37744L465.29376 377.48682ZM473.34064 378.87744Q473.34064 380.18994 472.9969 381.39307Q472.65314 382.58057 471.9344 383.5962Q471.23126 384.61182 470.46564 385.0337L470.23126 384.37744Q471.1375 383.68994 471.6844 382.23682Q472.23126 380.76807 472.2469 379.00244L472.2469 378.81494Q472.2469 377.58057 471.98126 376.51807Q471.73126 375.45557 471.2625 374.62744Q470.8094 373.7837 470.23126 373.31494L470.46564 372.6587Q471.23126 373.08057 471.9344 374.08057Q472.6375 375.08057 472.98126 376.29932Q473.34064 377.50244 473.34064 378.87744Z" fill-rule="nonzero"/><path fill="#666666" d="M177.0625 67.02295L178.20312 67.02295L178.20312 73.069824Q178.20312 74.288574 177.45312 74.9917Q176.71875 75.6792 175.5 75.6792Q174.23438 75.6792 173.51562 75.02295Q172.8125 74.3667 172.8125 73.194824L173.9375 73.194824Q173.9375 73.9292 174.32812 74.351074Q174.73438 74.757324 175.5 74.757324Q176.20312 74.757324 176.625 74.319824Q177.0625 73.8667 177.0625 73.08545L177.0625 67.02295ZM184.23438 74.9292Q183.60938 75.6792 182.375 75.6792Q181.35938 75.6792 180.82812 75.08545Q180.29688 74.4917 180.29688 73.33545L180.29688 69.21045L181.375 69.21045L181.375 73.3042Q181.375 74.757324 182.54688 74.757324Q183.79688 74.757324 184.20312 73.819824L184.20312 69.21045L185.29688 69.21045L185.29688 75.5542L184.26562 75.5542L184.23438 74.9292ZM191.01562 73.8667Q191.01562 73.4292 190.67188 73.194824Q190.34375 72.944824 189.51562 72.77295Q188.70312 72.601074 188.21875 72.351074Q187.73438 72.101074 187.5 71.77295Q187.28125 71.4292 187.28125 70.96045Q187.28125 70.1792 187.9375 69.64795Q188.59375 69.101074 189.625 69.101074Q190.70312 69.101074 191.35938 69.663574Q192.03125 70.21045 192.03125 71.069824L190.95312 71.069824Q190.95312 70.632324 190.5625 70.319824Q190.1875 69.9917 189.625 69.9917Q189.03125 69.9917 188.6875 70.257324Q188.35938 70.507324 188.35938 70.913574Q188.35938 71.3042 188.67188 71.507324Q188.98438 71.71045 189.79688 71.89795Q190.60938 72.069824 191.10938 72.319824Q191.60938 72.569824 191.84375 72.9292Q192.09375 73.288574 192.09375 73.788574Q192.09375 74.64795 191.40625 75.163574Q190.73438 75.6792 189.65625 75.6792Q188.89062 75.6792 188.29688 75.413574Q187.71875 75.132324 187.39062 74.64795Q187.0625 74.163574 187.0625 73.601074L188.14062 73.601074Q188.17188 74.14795 188.57812 74.476074Q188.98438 74.788574 189.65625 74.788574Q190.26562 74.788574 190.64062 74.538574Q191.01562 74.288574 191.01562 73.8667ZM194.79688 67.6792L194.79688 69.21045L195.96875 69.21045L195.96875 70.0542L194.79688 70.0542L194.79688 73.976074Q194.79688 74.3667 194.95312 74.5542Q195.10938 74.7417 195.48438 74.7417Q195.67188 74.7417 196.0 74.6792L196.0 75.5542Q195.57812 75.6792 195.17188 75.6792Q194.45312 75.6792 194.07812 75.2417Q193.70312 74.788574 193.70312 73.976074L193.70312 70.0542L192.54688 70.0542L192.54688 69.21045L193.70312 69.21045L193.70312 67.6792L194.79688 67.6792ZM201.34375 69.21045L201.375 69.913574Q202.0625 69.101074 203.25 69.101074Q204.57812 69.101074 205.0625 70.1167Q205.375 69.663574 205.875 69.382324Q206.39062 69.101074 207.07812 69.101074Q209.17188 69.101074 209.20312 71.3042L209.20312 75.5542L208.125 75.5542L208.125 71.3667Q208.125 70.694824 207.8125 70.3667Q207.5 70.02295 206.76562 70.02295Q206.15625 70.02295 205.75 70.382324Q205.35938 70.7417 205.29688 71.351074L205.29688 75.5542L204.21875 75.5542L204.21875 71.39795Q204.21875 70.02295 202.85938 70.02295Q201.79688 70.02295 201.40625 70.9292L201.40625 75.5542L200.3125 75.5542L200.3125 69.21045L201.34375 69.21045ZM213.95312 75.6792Q212.65625 75.6792 211.84375 74.83545Q211.04688 73.976074 211.04688 72.5542L211.04688 72.3667Q211.04688 71.413574 211.40625 70.6792Q211.76562 69.9292 212.40625 69.52295Q213.0625 69.101074 213.8125 69.101074Q215.04688 69.101074 215.73438 69.913574Q216.42188 70.726074 216.42188 72.2417L216.42188 72.694824L212.125 72.694824Q212.15625 73.632324 212.67188 74.21045Q213.20312 74.788574 214.01562 74.788574Q214.57812 74.788574 214.96875 74.5542Q215.375 74.319824 215.6875 73.9292L216.34375 74.444824Q215.54688 75.6792 213.95312 75.6792ZM213.8125 69.9917Q213.15625 69.9917 212.70312 70.476074Q212.26562 70.944824 212.17188 71.8042L215.34375 71.8042L215.34375 71.726074Q215.29688 70.89795 214.89062 70.444824Q214.5 69.9917 213.8125 69.9917Z" fill-rule="nonzero"/><path fill="#666666" d="M139.79688 106.2859L134.20312 106.2859L134.20312 105.50465L137.15625 102.2234Q137.8125 101.4734 138.0625 101.02027Q138.3125 100.55152 138.3125 100.05152Q138.3125 99.37965 137.90625 98.95777Q137.51562 98.52027 136.82812 98.52027Q136.03125 98.52027 135.57812 98.98902Q135.125 99.44215 135.125 100.27027L134.04688 100.27027Q134.04688 99.08277 134.79688 98.36402Q135.5625 97.62965 136.82812 97.62965Q138.03125 97.62965 138.71875 98.25465Q139.40625 98.87965 139.40625 99.92652Q139.40625 101.17652 137.79688 102.92652L135.51562 105.39527L139.79688 105.39527L139.79688 106.2859ZM147.54688 102.4734L141.6875 102.4734L141.6875 101.58277L147.54688 101.58277L147.54688 102.4734ZM153.35938 102.5359Q153.03125 102.94215 152.54688 103.19215Q152.07812 103.42652 151.51562 103.42652Q150.78125 103.42652 150.23438 103.06715Q149.6875 102.70777 149.39062 102.05152Q149.09375 101.37965 149.09375 100.58277Q149.09375 99.73902 149.40625 99.05152Q149.73438 98.36402 150.32812 98.00465Q150.9375 97.62965 151.73438 97.62965Q153.0 97.62965 153.71875 98.58277Q154.45312 99.5359 154.45312 101.1609L154.45312 101.4734Q154.45312 103.9734 153.46875 105.11402Q152.48438 106.25465 150.5 106.2859L150.28125 106.2859L150.28125 105.37965L150.51562 105.37965Q151.85938 105.3484 152.57812 104.67652Q153.29688 104.00465 153.35938 102.5359ZM151.6875 102.5359Q152.23438 102.5359 152.6875 102.20777Q153.15625 101.86402 153.375 101.37965L153.375 100.94215Q153.375 99.87965 152.90625 99.20777Q152.4375 98.5359 151.73438 98.5359Q151.01562 98.5359 150.57812 99.08277Q150.15625 99.62965 150.15625 100.5359Q150.15625 101.4109 150.5625 101.9734Q150.98438 102.5359 151.6875 102.5359ZM161.95312 106.4109Q160.65625 106.4109 159.84375 105.56715Q159.04688 104.70777 159.04688 103.2859L159.04688 103.0984Q159.04688 102.14527 159.40625 101.4109Q159.76562 100.6609 160.40625 100.25465Q161.0625 99.83277 161.8125 99.83277Q163.04688 99.83277 163.73438 100.64527Q164.42188 101.45777 164.42188 102.9734L164.42188 103.42652L160.125 103.42652Q160.15625 104.36402 160.67188 104.94215Q161.20312 105.52027 162.01562 105.52027Q162.57812 105.52027 162.96875 105.2859Q163.375 105.05152 163.6875 104.6609L164.34375 105.17652Q163.54688 106.4109 161.95312 106.4109ZM161.8125 100.7234Q161.15625 100.7234 160.70312 101.20777Q160.26562 101.67652 160.17188 102.5359L163.34375 102.5359L163.34375 102.45777Q163.29688 101.62965 162.89062 101.17652Q162.5 100.7234 161.8125 100.7234ZM166.34375 99.94215L166.375 100.64527Q167.0625 99.83277 168.25 99.83277Q169.57812 99.83277 170.0625 100.8484Q170.375 100.39527 170.875 100.11402Q171.39062 99.83277 172.07812 99.83277Q174.17188 99.83277 174.20312 102.0359L174.20312 106.2859L173.125 106.2859L173.125 102.0984Q173.125 101.42652 172.8125 101.0984Q172.5 100.75465 171.76562 100.75465Q171.15625 100.75465 170.75 101.11402Q170.35938 101.4734 170.29688 102.08277L170.29688 106.2859L169.21875 106.2859L169.21875 102.12965Q169.21875 100.75465 167.85938 100.75465Q166.79688 100.75465 166.40625 101.6609L166.40625 106.2859L165.3125 106.2859L165.3125 99.94215L166.34375 99.94215ZM181.67188 103.19215Q181.67188 104.62965 181.01562 105.52027Q180.35938 106.4109 179.21875 106.4109Q178.0625 106.4109 177.40625 105.67652L177.40625 108.7234L176.32812 108.7234L176.32812 99.94215L177.3125 99.94215L177.35938 100.64527Q178.03125 99.83277 179.20312 99.83277Q180.34375 99.83277 181.0 100.69215Q181.67188 101.55152 181.67188 103.08277L181.67188 103.19215ZM180.59375 103.06715Q180.59375 101.98902 180.125 101.37965Q179.67188 100.75465 178.875 100.75465Q177.89062 100.75465 177.40625 101.61402L177.40625 104.64527Q177.89062 105.52027 178.89062 105.52027Q179.67188 105.52027 180.125 104.9109Q180.59375 104.2859 180.59375 103.06715ZM184.5 106.2859L183.42188 106.2859L183.42188 97.2859L184.5 97.2859L184.5 106.2859ZM186.03125 103.05152Q186.03125 102.12965 186.39062 101.37965Q186.76562 100.62965 187.42188 100.23902Q188.07812 99.83277 188.90625 99.83277Q190.20312 99.83277 191.0 100.7234Q191.8125 101.61402 191.8125 103.11402L191.8125 103.19215Q191.8125 104.11402 191.45312 104.8484Q191.09375 105.58277 190.4375 106.00465Q189.78125 106.4109 188.92188 106.4109Q187.64062 106.4109 186.82812 105.52027Q186.03125 104.61402 186.03125 103.12965L186.03125 103.05152ZM187.125 103.19215Q187.125 104.23902 187.60938 104.87965Q188.10938 105.52027 188.92188 105.52027Q189.75 105.52027 190.23438 104.87965Q190.71875 104.2234 190.71875 103.05152Q190.71875 102.02027 190.21875 101.37965Q189.73438 100.7234 188.90625 100.7234Q188.10938 100.7234 187.60938 101.36402Q187.125 101.98902 187.125 103.19215ZM195.39062 104.69215L196.875 99.94215L198.03125 99.94215L195.48438 107.27027Q194.89062 108.8484 193.60938 108.8484L193.39062 108.83277L193.0 108.75465L193.0 107.87965L193.28125 107.89527Q193.84375 107.89527 194.14062 107.67652Q194.45312 107.45777 194.65625 106.86402L194.89062 106.20777L192.625 99.94215L193.8125 99.94215L195.39062 104.69215ZM201.95312 106.4109Q200.65625 106.4109 199.84375 105.56715Q199.04688 104.70777 199.04688 103.2859L199.04688 103.0984Q199.04688 102.14527 199.40625 101.4109Q199.76562 100.6609 200.40625 100.25465Q201.0625 99.83277 201.8125 99.83277Q203.04688 99.83277 203.73438 100.64527Q204.42188 101.45777 204.42188 102.9734L204.42188 103.42652L200.125 103.42652Q200.15625 104.36402 200.67188 104.94215Q201.20312 105.52027 202.01562 105.52027Q202.57812 105.52027 202.96875 105.2859Q203.375 105.05152 203.6875 104.6609L204.34375 105.17652Q203.54688 106.4109 201.95312 106.4109ZM201.8125 100.7234Q201.15625 100.7234 200.70312 101.20777Q200.26562 101.67652 200.17188 102.5359L203.34375 102.5359L203.34375 102.45777Q203.29688 101.62965 202.89062 101.17652Q202.5 100.7234 201.8125 100.7234ZM207.95312 106.4109Q206.65625 106.4109 205.84375 105.56715Q205.04688 104.70777 205.04688 103.2859L205.04688 103.0984Q205.04688 102.14527 205.40625 101.4109Q205.76562 100.6609 206.40625 100.25465Q207.0625 99.83277 207.8125 99.83277Q209.04688 99.83277 209.73438 100.64527Q210.42188 101.45777 210.42188 102.9734L210.42188 103.42652L206.125 103.42652Q206.15625 104.36402 206.67188 104.94215Q207.20312 105.52027 208.01562 105.52027Q208.57812 105.52027 208.96875 105.2859Q209.375 105.05152 209.6875 104.6609L210.34375 105.17652Q209.54688 106.4109 207.95312 106.4109ZM207.8125 100.7234Q207.15625 100.7234 206.70312 101.20777Q206.26562 101.67652 206.17188 102.5359L209.34375 102.5359L209.34375 102.45777Q209.29688 101.62965 208.89062 101.17652Q208.5 100.7234 207.8125 100.7234ZM215.01562 104.5984Q215.01562 104.1609 214.67188 103.92652Q214.34375 103.67652 213.51562 103.50465Q212.70312 103.33277 212.21875 103.08277Q211.73438 102.83277 211.5 102.50465Q211.28125 102.1609 211.28125 101.69215Q211.28125 100.9109 211.9375 100.37965Q212.59375 99.83277 213.625 99.83277Q214.70312 99.83277 215.35938 100.39527Q216.03125 100.94215 216.03125 101.80152L214.95312 101.80152Q214.95312 101.36402 214.5625 101.05152Q214.1875 100.7234 213.625 100.7234Q213.03125 100.7234 212.6875 100.98902Q212.35938 101.23902 212.35938 101.64527Q212.35938 102.0359 212.67188 102.23902Q212.98438 102.44215 213.79688 102.62965Q214.60938 102.80152 215.10938 103.05152Q215.60938 103.30152 215.84375 103.6609Q216.09375 104.02027 216.09375 104.52027Q216.09375 105.37965 215.40625 105.89527Q214.73438 106.4109 213.65625 106.4109Q212.89062 106.4109 212.29688 106.14527Q211.71875 105.86402 211.39062 105.37965Q211.0625 104.89527 211.0625 104.33277L212.14062 104.33277Q212.17188 104.87965 212.57812 105.20777Q212.98438 105.52027 213.65625 105.52027Q214.26562 105.52027 214.64062 105.27027Q215.01562 105.02027 215.01562 104.5984Z" fill-rule="nonzero"/><path fill="#666666" d="M123.765625 137.01758L122.6875 137.01758L122.6875 129.79883L120.5 130.5957L120.5 129.61133L123.609375 128.43945L123.765625 128.43945L123.765625 137.01758ZM132.5625 133.37695Q132.5625 135.2832 131.90625 136.2207Q131.26562 137.14258 129.875 137.14258Q128.51562 137.14258 127.859375 136.23633Q127.203125 135.33008 127.171875 133.51758L127.171875 132.08008Q127.171875 130.18945 127.8125 129.2832Q128.46875 128.36133 129.85938 128.36133Q131.23438 128.36133 131.89062 129.25195Q132.54688 130.12695 132.5625 131.9707L132.5625 133.37695ZM131.46875 131.89258Q131.46875 130.51758 131.07812 129.89258Q130.70312 129.25195 129.85938 129.25195Q129.03125 129.25195 128.64062 129.89258Q128.26562 130.51758 128.26562 131.81445L128.26562 133.54883Q128.26562 134.92383 128.65625 135.5957Q129.0625 136.25195 129.875 136.25195Q130.67188 136.25195 131.0625 135.62695Q131.45312 135.00195 131.46875 133.67383L131.46875 131.89258ZM140.54688 133.20508L134.6875 133.20508L134.6875 132.31445L140.54688 132.31445L140.54688 133.20508ZM145.76562 137.01758L144.6875 137.01758L144.6875 129.79883L142.5 130.5957L142.5 129.61133L145.60938 128.43945L145.76562 128.43945L145.76562 137.01758ZM153.35938 133.26758Q153.03125 133.67383 152.54688 133.92383Q152.07812 134.1582 151.51562 134.1582Q150.78125 134.1582 150.23438 133.79883Q149.6875 133.43945 149.39062 132.7832Q149.09375 132.11133 149.09375 131.31445Q149.09375 130.4707 149.40625 129.7832Q149.73438 129.0957 150.32812 128.73633Q150.9375 128.36133 151.73438 128.36133Q153.0 128.36133 153.71875 129.31445Q154.45312 130.26758 154.45312 131.89258L154.45312 132.20508Q154.45312 134.70508 153.46875 135.8457Q152.48438 136.98633 150.5 137.01758L150.28125 137.01758L150.28125 136.11133L150.51562 136.11133Q151.85938 136.08008 152.57812 135.4082Q153.29688 134.73633 153.35938 133.26758ZM151.6875 133.26758Q152.23438 133.26758 152.6875 132.93945Q153.15625 132.5957 153.375 132.11133L153.375 131.67383Q153.375 130.61133 152.90625 129.93945Q152.4375 129.26758 151.73438 129.26758Q151.01562 129.26758 150.57812 129.81445Q150.15625 130.36133 150.15625 131.26758Q150.15625 132.14258 150.5625 132.70508Q150.98438 133.26758 151.6875 133.26758ZM161.95312 137.14258Q160.65625 137.14258 159.84375 136.29883Q159.04688 135.43945 159.04688 134.01758L159.04688 133.83008Q159.04688 132.87695 159.40625 132.14258Q159.76562 131.39258 160.40625 130.98633Q161.0625 130.56445 161.8125 130.56445Q163.04688 130.56445 163.73438 131.37695Q164.42188 132.18945 164.42188 133.70508L164.42188 134.1582L160.125 134.1582Q160.15625 135.0957 160.67188 135.67383Q161.20312 136.25195 162.01562 136.25195Q162.57812 136.25195 162.96875 136.01758Q163.375 135.7832 163.6875 135.39258L164.34375 135.9082Q163.54688 137.14258 161.95312 137.14258ZM161.8125 131.45508Q161.15625 131.45508 160.70312 131.93945Q160.26562 132.4082 160.17188 133.26758L163.34375 133.26758L163.34375 133.18945Q163.29688 132.36133 162.89062 131.9082Q162.5 131.45508 161.8125 131.45508ZM166.34375 130.67383L166.375 131.37695Q167.0625 130.56445 168.25 130.56445Q169.57812 130.56445 170.0625 131.58008Q170.375 131.12695 170.875 130.8457Q171.39062 130.56445 172.07812 130.56445Q174.17188 130.56445 174.20312 132.76758L174.20312 137.01758L173.125 137.01758L173.125 132.83008Q173.125 132.1582 172.8125 131.83008Q172.5 131.48633 171.76562 131.48633Q171.15625 131.48633 170.75 131.8457Q170.35938 132.20508 170.29688 132.81445L170.29688 137.01758L169.21875 137.01758L169.21875 132.86133Q169.21875 131.48633 167.85938 131.48633Q166.79688 131.48633 166.40625 132.39258L166.40625 137.01758L165.3125 137.01758L165.3125 130.67383L166.34375 130.67383ZM181.67188 133.92383Q181.67188 135.36133 181.01562 136.25195Q180.35938 137.14258 179.21875 137.14258Q178.0625 137.14258 177.40625 136.4082L177.40625 139.45508L176.32812 139.45508L176.32812 130.67383L177.3125 130.67383L177.35938 131.37695Q178.03125 130.56445 179.20312 130.56445Q180.34375 130.56445 181.0 131.42383Q181.67188 132.2832 181.67188 133.81445L181.67188 133.92383ZM180.59375 133.79883Q180.59375 132.7207 180.125 132.11133Q179.67188 131.48633 178.875 131.48633Q177.89062 131.48633 177.40625 132.3457L177.40625 135.37695Q177.89062 136.25195 178.89062 136.25195Q179.67188 136.25195 180.125 135.64258Q180.59375 135.01758 180.59375 133.79883ZM184.5 137.01758L183.42188 137.01758L183.42188 128.01758L184.5 128.01758L184.5 137.01758ZM186.03125 133.7832Q186.03125 132.86133 186.39062 132.11133Q186.76562 131.36133 187.42188 130.9707Q188.07812 130.56445 188.90625 130.56445Q190.20312 130.56445 191.0 131.45508Q191.8125 132.3457 191.8125 133.8457L191.8125 133.92383Q191.8125 134.8457 191.45312 135.58008Q191.09375 136.31445 190.4375 136.73633Q189.78125 137.14258 188.92188 137.14258Q187.64062 137.14258 186.82812 136.25195Q186.03125 135.3457 186.03125 133.86133L186.03125 133.7832ZM187.125 133.92383Q187.125 134.9707 187.60938 135.61133Q188.10938 136.25195 188.92188 136.25195Q189.75 136.25195 190.23438 135.61133Q190.71875 134.95508 190.71875 133.7832Q190.71875 132.75195 190.21875 132.11133Q189.73438 131.45508 188.90625 131.45508Q188.10938 131.45508 187.60938 132.0957Q187.125 132.7207 187.125 133.92383ZM195.39062 135.42383L196.875 130.67383L198.03125 130.67383L195.48438 138.00195Q194.89062 139.58008 193.60938 139.58008L193.39062 139.56445L193.0 139.48633L193.0 138.61133L193.28125 138.62695Q193.84375 138.62695 194.14062 138.4082Q194.45312 138.18945 194.65625 137.5957L194.89062 136.93945L192.625 130.67383L193.8125 130.67383L195.39062 135.42383ZM201.95312 137.14258Q200.65625 137.14258 199.84375 136.29883Q199.04688 135.43945 199.04688 134.01758L199.04688 133.83008Q199.04688 132.87695 199.40625 132.14258Q199.76562 131.39258 200.40625 130.98633Q201.0625 130.56445 201.8125 130.56445Q203.04688 130.56445 203.73438 131.37695Q204.42188 132.18945 204.42188 133.70508L204.42188 134.1582L200.125 134.1582Q200.15625 135.0957 200.67188 135.67383Q201.20312 136.25195 202.01562 136.25195Q202.57812 136.25195 202.96875 136.01758Q203.375 135.7832 203.6875 135.39258L204.34375 135.9082Q203.54688 137.14258 201.95312 137.14258ZM201.8125 131.45508Q201.15625 131.45508 200.70312 131.93945Q200.26562 132.4082 200.17188 133.26758L203.34375 133.26758L203.34375 133.18945Q203.29688 132.36133 202.89062 131.9082Q202.5 131.45508 201.8125 131.45508ZM207.95312 137.14258Q206.65625 137.14258 205.84375 136.29883Q205.04688 135.43945 205.04688 134.01758L205.04688 133.83008Q205.04688 132.87695 205.40625 132.14258Q205.76562 131.39258 206.40625 130.98633Q207.0625 130.56445 207.8125 130.56445Q209.04688 130.56445 209.73438 131.37695Q210.42188 132.18945 210.42188 133.70508L210.42188 134.1582L206.125 134.1582Q206.15625 135.0957 206.67188 135.67383Q207.20312 136.25195 208.01562 136.25195Q208.57812 136.25195 208.96875 136.01758Q209.375 135.7832 209.6875 135.39258L210.34375 135.9082Q209.54688 137.14258 207.95312 137.14258ZM207.8125 131.45508Q207.15625 131.45508 206.70312 131.93945Q206.26562 132.4082 206.17188 133.26758L209.34375 133.26758L209.34375 133.18945Q209.29688 132.36133 208.89062 131.9082Q208.5 131.45508 207.8125 131.45508ZM215.01562 135.33008Q215.01562 134.89258 214.67188 134.6582Q214.34375 134.4082 213.51562 134.23633Q212.70312 134.06445 212.21875 133.81445Q211.73438 133.56445 211.5 133.23633Q211.28125 132.89258 211.28125 132.42383Q211.28125 131.64258 211.9375 131.11133Q212.59375 130.56445 213.625 130.56445Q214.70312 130.56445 215.35938 131.12695Q216.03125 131.67383 216.03125 132.5332L214.95312 132.5332Q214.95312 132.0957 214.5625 131.7832Q214.1875 131.45508 213.625 131.45508Q213.03125 131.45508 212.6875 131.7207Q212.35938 131.9707 212.35938 132.37695Q212.35938 132.76758 212.67188 132.9707Q212.98438 133.17383 213.79688 133.36133Q214.60938 133.5332 215.10938 133.7832Q215.60938 134.0332 215.84375 134.39258Q216.09375 134.75195 216.09375 135.25195Q216.09375 136.11133 215.40625 136.62695Q214.73438 137.14258 213.65625 137.14258Q212.89062 137.14258 212.29688 136.87695Q211.71875 136.5957 211.39062 136.11133Q211.0625 135.62695 211.0625 135.06445L212.14062 135.06445Q212.17188 135.61133 212.57812 135.93945Q212.98438 136.25195 213.65625 136.25195Q214.26562 136.25195 214.64062 136.00195Q215.01562 135.75195 215.01562 135.33008Z" fill-rule="nonzero"/><path fill="#666666" d="M125.796875 167.74928L120.203125 167.74928L120.203125 166.96803L123.15625 163.68678Q123.8125 162.93678 124.0625 162.48366Q124.3125 162.01491 124.3125 161.51491Q124.3125 160.84303 123.90625 160.42116Q123.515625 159.98366 122.828125 159.98366Q122.03125 159.98366 121.578125 160.45241Q121.125 160.90553 121.125 161.73366L120.046875 161.73366Q120.046875 160.54616 120.796875 159.82741Q121.5625 159.09303 122.828125 159.09303Q124.03125 159.09303 124.71875 159.71803Q125.40625 160.34303 125.40625 161.38991Q125.40625 162.63991 123.796875 164.38991L121.515625 166.85866L125.796875 166.85866L125.796875 167.74928ZM132.5625 164.10866Q132.5625 166.01491 131.90625 166.95241Q131.26562 167.87428 129.875 167.87428Q128.51562 167.87428 127.859375 166.96803Q127.203125 166.06178 127.171875 164.24928L127.171875 162.81178Q127.171875 160.92116 127.8125 160.01491Q128.46875 159.09303 129.85938 159.09303Q131.23438 159.09303 131.89062 159.98366Q132.54688 160.85866 132.5625 162.70241L132.5625 164.10866ZM131.46875 162.62428Q131.46875 161.24928 131.07812 160.62428Q130.70312 159.98366 129.85938 159.98366Q129.03125 159.98366 128.64062 160.62428Q128.26562 161.24928 128.26562 162.54616L128.26562 164.28053Q128.26562 165.65553 128.65625 166.32741Q129.0625 166.98366 129.875 166.98366Q130.67188 166.98366 131.0625 166.35866Q131.45312 165.73366 131.46875 164.40553L131.46875 162.62428ZM140.54688 163.93678L134.6875 163.93678L134.6875 163.04616L140.54688 163.04616L140.54688 163.93678ZM146.35938 163.99928Q146.03125 164.40553 145.54688 164.65553Q145.07812 164.88991 144.51562 164.88991Q143.78125 164.88991 143.23438 164.53053Q142.6875 164.17116 142.39062 163.51491Q142.09375 162.84303 142.09375 162.04616Q142.09375 161.20241 142.40625 160.51491Q142.73438 159.82741 143.32812 159.46803Q143.9375 159.09303 144.73438 159.09303Q146.0 159.09303 146.71875 160.04616Q147.45312 160.99928 147.45312 162.62428L147.45312 162.93678Q147.45312 165.43678 146.46875 166.57741Q145.48438 167.71803 143.5 167.74928L143.28125 167.74928L143.28125 166.84303L143.51562 166.84303Q144.85938 166.81178 145.57812 166.13991Q146.29688 165.46803 146.35938 163.99928ZM144.6875 163.99928Q145.23438 163.99928 145.6875 163.67116Q146.15625 163.32741 146.375 162.84303L146.375 162.40553Q146.375 161.34303 145.90625 160.67116Q145.4375 159.99928 144.73438 159.99928Q144.01562 159.99928 143.57812 160.54616Q143.15625 161.09303 143.15625 161.99928Q143.15625 162.87428 143.5625 163.43678Q143.98438 163.99928 144.6875 163.99928ZM153.35938 163.99928Q153.03125 164.40553 152.54688 164.65553Q152.07812 164.88991 151.51562 164.88991Q150.78125 164.88991 150.23438 164.53053Q149.6875 164.17116 149.39062 163.51491Q149.09375 162.84303 149.09375 162.04616Q149.09375 161.20241 149.40625 160.51491Q149.73438 159.82741 150.32812 159.46803Q150.9375 159.09303 151.73438 159.09303Q153.0 159.09303 153.71875 160.04616Q154.45312 160.99928 154.45312 162.62428L154.45312 162.93678Q154.45312 165.43678 153.46875 166.57741Q152.48438 167.71803 150.5 167.74928L150.28125 167.74928L150.28125 166.84303L150.51562 166.84303Q151.85938 166.81178 152.57812 166.13991Q153.29688 165.46803 153.35938 163.99928ZM151.6875 163.99928Q152.23438 163.99928 152.6875 163.67116Q153.15625 163.32741 153.375 162.84303L153.375 162.40553Q153.375 161.34303 152.90625 160.67116Q152.4375 159.99928 151.73438 159.99928Q151.01562 159.99928 150.57812 160.54616Q150.15625 161.09303 150.15625 161.99928Q150.15625 162.87428 150.5625 163.43678Q150.98438 163.99928 151.6875 163.99928ZM161.95312 167.87428Q160.65625 167.87428 159.84375 167.03053Q159.04688 166.17116 159.04688 164.74928L159.04688 164.56178Q159.04688 163.60866 159.40625 162.87428Q159.76562 162.12428 160.40625 161.71803Q161.0625 161.29616 161.8125 161.29616Q163.04688 161.29616 163.73438 162.10866Q164.42188 162.92116 164.42188 164.43678L164.42188 164.88991L160.125 164.88991Q160.15625 165.82741 160.67188 166.40553Q161.20312 166.98366 162.01562 166.98366Q162.57812 166.98366 162.96875 166.74928Q163.375 166.51491 163.6875 166.12428L164.34375 166.63991Q163.54688 167.87428 161.95312 167.87428ZM161.8125 162.18678Q161.15625 162.18678 160.70312 162.67116Q160.26562 163.13991 160.17188 163.99928L163.34375 163.99928L163.34375 163.92116Q163.29688 163.09303 162.89062 162.63991Q162.5 162.18678 161.8125 162.18678ZM166.34375 161.40553L166.375 162.10866Q167.0625 161.29616 168.25 161.29616Q169.57812 161.29616 170.0625 162.31178Q170.375 161.85866 170.875 161.57741Q171.39062 161.29616 172.07812 161.29616Q174.17188 161.29616 174.20312 163.49928L174.20312 167.74928L173.125 167.74928L173.125 163.56178Q173.125 162.88991 172.8125 162.56178Q172.5 162.21803 171.76562 162.21803Q171.15625 162.21803 170.75 162.57741Q170.35938 162.93678 170.29688 163.54616L170.29688 167.74928L169.21875 167.74928L169.21875 163.59303Q169.21875 162.21803 167.85938 162.21803Q166.79688 162.21803 166.40625 163.12428L166.40625 167.74928L165.3125 167.74928L165.3125 161.40553L166.34375 161.40553ZM181.67188 164.65553Q181.67188 166.09303 181.01562 166.98366Q180.35938 167.87428 179.21875 167.87428Q178.0625 167.87428 177.40625 167.13991L177.40625 170.18678L176.32812 170.18678L176.32812 161.40553L177.3125 161.40553L177.35938 162.10866Q178.03125 161.29616 179.20312 161.29616Q180.34375 161.29616 181.0 162.15553Q181.67188 163.01491 181.67188 164.54616L181.67188 164.65553ZM180.59375 164.53053Q180.59375 163.45241 180.125 162.84303Q179.67188 162.21803 178.875 162.21803Q177.89062 162.21803 177.40625 163.07741L177.40625 166.10866Q177.89062 166.98366 178.89062 166.98366Q179.67188 166.98366 180.125 166.37428Q180.59375 165.74928 180.59375 164.53053ZM184.5 167.74928L183.42188 167.74928L183.42188 158.74928L184.5 158.74928L184.5 167.74928ZM186.03125 164.51491Q186.03125 163.59303 186.39062 162.84303Q186.76562 162.09303 187.42188 161.70241Q188.07812 161.29616 188.90625 161.29616Q190.20312 161.29616 191.0 162.18678Q191.8125 163.07741 191.8125 164.57741L191.8125 164.65553Q191.8125 165.57741 191.45312 166.31178Q191.09375 167.04616 190.4375 167.46803Q189.78125 167.87428 188.92188 167.87428Q187.64062 167.87428 186.82812 166.98366Q186.03125 166.07741 186.03125 164.59303L186.03125 164.51491ZM187.125 164.65553Q187.125 165.70241 187.60938 166.34303Q188.10938 166.98366 188.92188 166.98366Q189.75 166.98366 190.23438 166.34303Q190.71875 165.68678 190.71875 164.51491Q190.71875 163.48366 190.21875 162.84303Q189.73438 162.18678 188.90625 162.18678Q188.10938 162.18678 187.60938 162.82741Q187.125 163.45241 187.125 164.65553ZM195.39062 166.15553L196.875 161.40553L198.03125 161.40553L195.48438 168.73366Q194.89062 170.31178 193.60938 170.31178L193.39062 170.29616L193.0 170.21803L193.0 169.34303L193.28125 169.35866Q193.84375 169.35866 194.14062 169.13991Q194.45312 168.92116 194.65625 168.32741L194.89062 167.67116L192.625 161.40553L193.8125 161.40553L195.39062 166.15553ZM201.95312 167.87428Q200.65625 167.87428 199.84375 167.03053Q199.04688 166.17116 199.04688 164.74928L199.04688 164.56178Q199.04688 163.60866 199.40625 162.87428Q199.76562 162.12428 200.40625 161.71803Q201.0625 161.29616 201.8125 161.29616Q203.04688 161.29616 203.73438 162.10866Q204.42188 162.92116 204.42188 164.43678L204.42188 164.88991L200.125 164.88991Q200.15625 165.82741 200.67188 166.40553Q201.20312 166.98366 202.01562 166.98366Q202.57812 166.98366 202.96875 166.74928Q203.375 166.51491 203.6875 166.12428L204.34375 166.63991Q203.54688 167.87428 201.95312 167.87428ZM201.8125 162.18678Q201.15625 162.18678 200.70312 162.67116Q200.26562 163.13991 200.17188 163.99928L203.34375 163.99928L203.34375 163.92116Q203.29688 163.09303 202.89062 162.63991Q202.5 162.18678 201.8125 162.18678ZM207.95312 167.87428Q206.65625 167.87428 205.84375 167.03053Q205.04688 166.17116 205.04688 164.74928L205.04688 164.56178Q205.04688 163.60866 205.40625 162.87428Q205.76562 162.12428 206.40625 161.71803Q207.0625 161.29616 207.8125 161.29616Q209.04688 161.29616 209.73438 162.10866Q210.42188 162.92116 210.42188 164.43678L210.42188 164.88991L206.125 164.88991Q206.15625 165.82741 206.67188 166.40553Q207.20312 166.98366 208.01562 166.98366Q208.57812 166.98366 208.96875 166.74928Q209.375 166.51491 209.6875 166.12428L210.34375 166.63991Q209.54688 167.87428 207.95312 167.87428ZM207.8125 162.18678Q207.15625 162.18678 206.70312 162.67116Q206.26562 163.13991 206.17188 163.99928L209.34375 163.99928L209.34375 163.92116Q209.29688 163.09303 208.89062 162.63991Q208.5 162.18678 207.8125 162.18678ZM215.01562 166.06178Q215.01562 165.62428 214.67188 165.38991Q214.34375 165.13991 213.51562 164.96803Q212.70312 164.79616 212.21875 164.54616Q211.73438 164.29616 211.5 163.96803Q211.28125 163.62428 211.28125 163.15553Q211.28125 162.37428 211.9375 161.84303Q212.59375 161.29616 213.625 161.29616Q214.70312 161.29616 215.35938 161.85866Q216.03125 162.40553 216.03125 163.26491L214.95312 163.26491Q214.95312 162.82741 214.5625 162.51491Q214.1875 162.18678 213.625 162.18678Q213.03125 162.18678 212.6875 162.45241Q212.35938 162.70241 212.35938 163.10866Q212.35938 163.49928 212.67188 163.70241Q212.98438 163.90553 213.79688 164.09303Q214.60938 164.26491 215.10938 164.51491Q215.60938 164.76491 215.84375 165.12428Q216.09375 165.48366 216.09375 165.98366Q216.09375 166.84303 215.40625 167.35866Q214.73438 167.87428 213.65625 167.87428Q212.89062 167.87428 212.29688 167.60866Q211.71875 167.32741 211.39062 166.84303Q211.0625 166.35866 211.0625 165.79616L212.14062 165.79616Q212.17188 166.34303 212.57812 166.67116Q212.98438 166.98366 213.65625 166.98366Q214.26562 166.98366 214.64062 166.73366Q215.01562 166.48366 215.01562 166.06178Z" fill-rule="nonzero"/><path fill="#666666" d="M109.765625 198.48097L108.6875 198.48097L108.6875 191.26222L106.5 192.0591L106.5 191.07472L109.609375 189.90285L109.765625 189.90285L109.765625 198.48097ZM118.5625 194.84035Q118.5625 196.7466 117.90625 197.6841Q117.265625 198.60597 115.875 198.60597Q114.515625 198.60597 113.859375 197.69972Q113.203125 196.79347 113.171875 194.98097L113.171875 193.54347Q113.171875 191.65285 113.8125 190.7466Q114.46875 189.82472 115.859375 189.82472Q117.234375 189.82472 117.890625 190.71535Q118.546875 191.59035 118.5625 193.4341L118.5625 194.84035ZM117.46875 193.35597Q117.46875 191.98097 117.078125 191.35597Q116.703125 190.71535 115.859375 190.71535Q115.03125 190.71535 114.640625 191.35597Q114.265625 191.98097 114.265625 193.27785L114.265625 195.01222Q114.265625 196.38722 114.65625 197.0591Q115.0625 197.71535 115.875 197.71535Q116.671875 197.71535 117.0625 197.09035Q117.453125 196.46535 117.46875 195.13722L117.46875 193.35597ZM125.5625 194.84035Q125.5625 196.7466 124.90625 197.6841Q124.265625 198.60597 122.875 198.60597Q121.515625 198.60597 120.859375 197.69972Q120.203125 196.79347 120.171875 194.98097L120.171875 193.54347Q120.171875 191.65285 120.8125 190.7466Q121.46875 189.82472 122.859375 189.82472Q124.234375 189.82472 124.890625 190.71535Q125.546875 191.59035 125.5625 193.4341L125.5625 194.84035ZM124.46875 193.35597Q124.46875 191.98097 124.078125 191.35597Q123.703125 190.71535 122.859375 190.71535Q122.03125 190.71535 121.640625 191.35597Q121.265625 191.98097 121.265625 193.27785L121.265625 195.01222Q121.265625 196.38722 121.65625 197.0591Q122.0625 197.71535 122.875 197.71535Q123.671875 197.71535 124.0625 197.09035Q124.453125 196.46535 124.46875 195.13722L124.46875 193.35597ZM133.54688 194.66847L127.6875 194.66847L127.6875 193.77785L133.54688 193.77785L133.54688 194.66847ZM139.35938 194.73097Q139.03125 195.13722 138.54688 195.38722Q138.07812 195.6216 137.51562 195.6216Q136.78125 195.6216 136.23438 195.26222Q135.6875 194.90285 135.39062 194.2466Q135.09375 193.57472 135.09375 192.77785Q135.09375 191.9341 135.40625 191.2466Q135.73438 190.5591 136.32812 190.19972Q136.9375 189.82472 137.73438 189.82472Q139.0 189.82472 139.71875 190.77785Q140.45312 191.73097 140.45312 193.35597L140.45312 193.66847Q140.45312 196.16847 139.46875 197.3091Q138.48438 198.44972 136.5 198.48097L136.28125 198.48097L136.28125 197.57472L136.51562 197.57472Q137.85938 197.54347 138.57812 196.8716Q139.29688 196.19972 139.35938 194.73097ZM137.6875 194.73097Q138.23438 194.73097 138.6875 194.40285Q139.15625 194.0591 139.375 193.57472L139.375 193.13722Q139.375 192.07472 138.90625 191.40285Q138.4375 190.73097 137.73438 190.73097Q137.01562 190.73097 136.57812 191.27785Q136.15625 191.82472 136.15625 192.73097Q136.15625 193.60597 136.5625 194.16847Q136.98438 194.73097 137.6875 194.73097ZM146.35938 194.73097Q146.03125 195.13722 145.54688 195.38722Q145.07812 195.6216 144.51562 195.6216Q143.78125 195.6216 143.23438 195.26222Q142.6875 194.90285 142.39062 194.2466Q142.09375 193.57472 142.09375 192.77785Q142.09375 191.9341 142.40625 191.2466Q142.73438 190.5591 143.32812 190.19972Q143.9375 189.82472 144.73438 189.82472Q146.0 189.82472 146.71875 190.77785Q147.45312 191.73097 147.45312 193.35597L147.45312 193.66847Q147.45312 196.16847 146.46875 197.3091Q145.48438 198.44972 143.5 198.48097L143.28125 198.48097L143.28125 197.57472L143.51562 197.57472Q144.85938 197.54347 145.57812 196.8716Q146.29688 196.19972 146.35938 194.73097ZM144.6875 194.73097Q145.23438 194.73097 145.6875 194.40285Q146.15625 194.0591 146.375 193.57472L146.375 193.13722Q146.375 192.07472 145.90625 191.40285Q145.4375 190.73097 144.73438 190.73097Q144.01562 190.73097 143.57812 191.27785Q143.15625 191.82472 143.15625 192.73097Q143.15625 193.60597 143.5625 194.16847Q143.98438 194.73097 144.6875 194.73097ZM153.35938 194.73097Q153.03125 195.13722 152.54688 195.38722Q152.07812 195.6216 151.51562 195.6216Q150.78125 195.6216 150.23438 195.26222Q149.6875 194.90285 149.39062 194.2466Q149.09375 193.57472 149.09375 192.77785Q149.09375 191.9341 149.40625 191.2466Q149.73438 190.5591 150.32812 190.19972Q150.9375 189.82472 151.73438 189.82472Q153.0 189.82472 153.71875 190.77785Q154.45312 191.73097 154.45312 193.35597L154.45312 193.66847Q154.45312 196.16847 153.46875 197.3091Q152.48438 198.44972 150.5 198.48097L150.28125 198.48097L150.28125 197.57472L150.51562 197.57472Q151.85938 197.54347 152.57812 196.8716Q153.29688 196.19972 153.35938 194.73097ZM151.6875 194.73097Q152.23438 194.73097 152.6875 194.40285Q153.15625 194.0591 153.375 193.57472L153.375 193.13722Q153.375 192.07472 152.90625 191.40285Q152.4375 190.73097 151.73438 190.73097Q151.01562 190.73097 150.57812 191.27785Q150.15625 191.82472 150.15625 192.73097Q150.15625 193.60597 150.5625 194.16847Q150.98438 194.73097 151.6875 194.73097ZM161.95312 198.60597Q160.65625 198.60597 159.84375 197.76222Q159.04688 196.90285 159.04688 195.48097L159.04688 195.29347Q159.04688 194.34035 159.40625 193.60597Q159.76562 192.85597 160.40625 192.44972Q161.0625 192.02785 161.8125 192.02785Q163.04688 192.02785 163.73438 192.84035Q164.42188 193.65285 164.42188 195.16847L164.42188 195.6216L160.125 195.6216Q160.15625 196.5591 160.67188 197.13722Q161.20312 197.71535 162.01562 197.71535Q162.57812 197.71535 162.96875 197.48097Q163.375 197.2466 163.6875 196.85597L164.34375 197.3716Q163.54688 198.60597 161.95312 198.60597ZM161.8125 192.91847Q161.15625 192.91847 160.70312 193.40285Q160.26562 193.8716 160.17188 194.73097L163.34375 194.73097L163.34375 194.65285Q163.29688 193.82472 162.89062 193.3716Q162.5 192.91847 161.8125 192.91847ZM166.34375 192.13722L166.375 192.84035Q167.0625 192.02785 168.25 192.02785Q169.57812 192.02785 170.0625 193.04347Q170.375 192.59035 170.875 192.3091Q171.39062 192.02785 172.07812 192.02785Q174.17188 192.02785 174.20312 194.23097L174.20312 198.48097L173.125 198.48097L173.125 194.29347Q173.125 193.6216 172.8125 193.29347Q172.5 192.94972 171.76562 192.94972Q171.15625 192.94972 170.75 193.3091Q170.35938 193.66847 170.29688 194.27785L170.29688 198.48097L169.21875 198.48097L169.21875 194.32472Q169.21875 192.94972 167.85938 192.94972Q166.79688 192.94972 166.40625 193.85597L166.40625 198.48097L165.3125 198.48097L165.3125 192.13722L166.34375 192.13722ZM181.67188 195.38722Q181.67188 196.82472 181.01562 197.71535Q180.35938 198.60597 179.21875 198.60597Q178.0625 198.60597 177.40625 197.8716L177.40625 200.91847L176.32812 200.91847L176.32812 192.13722L177.3125 192.13722L177.35938 192.84035Q178.03125 192.02785 179.20312 192.02785Q180.34375 192.02785 181.0 192.88722Q181.67188 193.7466 181.67188 195.27785L181.67188 195.38722ZM180.59375 195.26222Q180.59375 194.1841 180.125 193.57472Q179.67188 192.94972 178.875 192.94972Q177.89062 192.94972 177.40625 193.8091L177.40625 196.84035Q177.89062 197.71535 178.89062 197.71535Q179.67188 197.71535 180.125 197.10597Q180.59375 196.48097 180.59375 195.26222ZM184.5 198.48097L183.42188 198.48097L183.42188 189.48097L184.5 189.48097L184.5 198.48097ZM186.03125 195.2466Q186.03125 194.32472 186.39062 193.57472Q186.76562 192.82472 187.42188 192.4341Q188.07812 192.02785 188.90625 192.02785Q190.20312 192.02785 191.0 192.91847Q191.8125 193.8091 191.8125 195.3091L191.8125 195.38722Q191.8125 196.3091 191.45312 197.04347Q191.09375 197.77785 190.4375 198.19972Q189.78125 198.60597 188.92188 198.60597Q187.64062 198.60597 186.82812 197.71535Q186.03125 196.8091 186.03125 195.32472L186.03125 195.2466ZM187.125 195.38722Q187.125 196.4341 187.60938 197.07472Q188.10938 197.71535 188.92188 197.71535Q189.75 197.71535 190.23438 197.07472Q190.71875 196.41847 190.71875 195.2466Q190.71875 194.21535 190.21875 193.57472Q189.73438 192.91847 188.90625 192.91847Q188.10938 192.91847 187.60938 193.5591Q187.125 194.1841 187.125 195.38722ZM195.39062 196.88722L196.875 192.13722L198.03125 192.13722L195.48438 199.46535Q194.89062 201.04347 193.60938 201.04347L193.39062 201.02785L193.0 200.94972L193.0 200.07472L193.28125 200.09035Q193.84375 200.09035 194.14062 199.8716Q194.45312 199.65285 194.65625 199.0591L194.89062 198.40285L192.625 192.13722L193.8125 192.13722L195.39062 196.88722ZM201.95312 198.60597Q200.65625 198.60597 199.84375 197.76222Q199.04688 196.90285 199.04688 195.48097L199.04688 195.29347Q199.04688 194.34035 199.40625 193.60597Q199.76562 192.85597 200.40625 192.44972Q201.0625 192.02785 201.8125 192.02785Q203.04688 192.02785 203.73438 192.84035Q204.42188 193.65285 204.42188 195.16847L204.42188 195.6216L200.125 195.6216Q200.15625 196.5591 200.67188 197.13722Q201.20312 197.71535 202.01562 197.71535Q202.57812 197.71535 202.96875 197.48097Q203.375 197.2466 203.6875 196.85597L204.34375 197.3716Q203.54688 198.60597 201.95312 198.60597ZM201.8125 192.91847Q201.15625 192.91847 200.70312 193.40285Q200.26562 193.8716 200.17188 194.73097L203.34375 194.73097L203.34375 194.65285Q203.29688 193.82472 202.89062 193.3716Q202.5 192.91847 201.8125 192.91847ZM207.95312 198.60597Q206.65625 198.60597 205.84375 197.76222Q205.04688 196.90285 205.04688 195.48097L205.04688 195.29347Q205.04688 194.34035 205.40625 193.60597Q205.76562 192.85597 206.40625 192.44972Q207.0625 192.02785 207.8125 192.02785Q209.04688 192.02785 209.73438 192.84035Q210.42188 193.65285 210.42188 195.16847L210.42188 195.6216L206.125 195.6216Q206.15625 196.5591 206.67188 197.13722Q207.20312 197.71535 208.01562 197.71535Q208.57812 197.71535 208.96875 197.48097Q209.375 197.2466 209.6875 196.85597L210.34375 197.3716Q209.54688 198.60597 207.95312 198.60597ZM207.8125 192.91847Q207.15625 192.91847 206.70312 193.40285Q206.26562 193.8716 206.17188 194.73097L209.34375 194.73097L209.34375 194.65285Q209.29688 193.82472 208.89062 193.3716Q208.5 192.91847 207.8125 192.91847ZM215.01562 196.79347Q215.01562 196.35597 214.67188 196.1216Q214.34375 195.8716 213.51562 195.69972Q212.70312 195.52785 212.21875 195.27785Q211.73438 195.02785 211.5 194.69972Q211.28125 194.35597 211.28125 193.88722Q211.28125 193.10597 211.9375 192.57472Q212.59375 192.02785 213.625 192.02785Q214.70312 192.02785 215.35938 192.59035Q216.03125 193.13722 216.03125 193.9966L214.95312 193.9966Q214.95312 193.5591 214.5625 193.2466Q214.1875 192.91847 213.625 192.91847Q213.03125 192.91847 212.6875 193.1841Q212.35938 193.4341 212.35938 193.84035Q212.35938 194.23097 212.67188 194.4341Q212.98438 194.63722 213.79688 194.82472Q214.60938 194.9966 215.10938 195.2466Q215.60938 195.4966 215.84375 195.85597Q216.09375 196.21535 216.09375 196.71535Q216.09375 197.57472 215.40625 198.09035Q214.73438 198.60597 213.65625 198.60597Q212.89062 198.60597 212.29688 198.34035Q211.71875 198.0591 211.39062 197.57472Q211.0625 197.09035 211.0625 196.52785L212.14062 196.52785Q212.17188 197.07472 212.57812 197.40285Q212.98438 197.71535 213.65625 197.71535Q214.26562 197.71535 214.64062 197.46535Q215.01562 197.21535 215.01562 196.79347Z" fill-rule="nonzero"/><path fill="#666666" d="M91.765625 229.21266L90.6875 229.21266L90.6875 221.99391L88.5 222.79079L88.5 221.80641L91.609375 220.63454L91.765625 220.63454L91.765625 229.21266ZM95.28125 230.91579L94.671875 230.49391Q95.21875 229.72829 95.25 228.90016L95.25 227.93141L96.3125 227.93141L96.3125 228.77516Q96.3125 229.36891 96.015625 229.96266Q95.71875 230.55641 95.28125 230.91579ZM102.5625 225.57204Q102.5625 227.47829 101.90625 228.41579Q101.265625 229.33766 99.875 229.33766Q98.515625 229.33766 97.859375 228.43141Q97.203125 227.52516 97.171875 225.71266L97.171875 224.27516Q97.171875 222.38454 97.8125 221.47829Q98.46875 220.55641 99.859375 220.55641Q101.234375 220.55641 101.890625 221.44704Q102.546875 222.32204 102.5625 224.16579L102.5625 225.57204ZM101.46875 224.08766Q101.46875 222.71266 101.078125 222.08766Q100.703125 221.44704 99.859375 221.44704Q99.03125 221.44704 98.640625 222.08766Q98.265625 222.71266 98.265625 224.00954L98.265625 225.74391Q98.265625 227.11891 98.65625 227.79079Q99.0625 228.44704 99.875 228.44704Q100.671875 228.44704 101.0625 227.82204Q101.453125 227.19704 101.46875 225.86891L101.46875 224.08766ZM109.5625 225.57204Q109.5625 227.47829 108.90625 228.41579Q108.265625 229.33766 106.875 229.33766Q105.515625 229.33766 104.859375 228.43141Q104.203125 227.52516 104.171875 225.71266L104.171875 224.27516Q104.171875 222.38454 104.8125 221.47829Q105.46875 220.55641 106.859375 220.55641Q108.234375 220.55641 108.890625 221.44704Q109.546875 222.32204 109.5625 224.16579L109.5625 225.57204ZM108.46875 224.08766Q108.46875 222.71266 108.078125 222.08766Q107.703125 221.44704 106.859375 221.44704Q106.03125 221.44704 105.640625 222.08766Q105.265625 222.71266 105.265625 224.00954L105.265625 225.74391Q105.265625 227.11891 105.65625 227.79079Q106.0625 228.44704 106.875 228.44704Q107.671875 228.44704 108.0625 227.82204Q108.453125 227.19704 108.46875 225.86891L108.46875 224.08766ZM116.5625 225.57204Q116.5625 227.47829 115.90625 228.41579Q115.265625 229.33766 113.875 229.33766Q112.515625 229.33766 111.859375 228.43141Q111.203125 227.52516 111.171875 225.71266L111.171875 224.27516Q111.171875 222.38454 111.8125 221.47829Q112.46875 220.55641 113.859375 220.55641Q115.234375 220.55641 115.890625 221.44704Q116.546875 222.32204 116.5625 224.16579L116.5625 225.57204ZM115.46875 224.08766Q115.46875 222.71266 115.078125 222.08766Q114.703125 221.44704 113.859375 221.44704Q113.03125 221.44704 112.640625 222.08766Q112.265625 222.71266 112.265625 224.00954L112.265625 225.74391Q112.265625 227.11891 112.65625 227.79079Q113.0625 228.44704 113.875 228.44704Q114.671875 228.44704 115.0625 227.82204Q115.453125 227.19704 115.46875 225.86891L115.46875 224.08766ZM124.546875 225.40016L118.6875 225.40016L118.6875 224.50954L124.546875 224.50954L124.546875 225.40016ZM130.78125 226.35329L131.96875 226.35329L131.96875 227.22829L130.78125 227.22829L130.78125 229.21266L129.70312 229.21266L129.70312 227.22829L125.8125 227.22829L125.8125 226.58766L129.625 220.68141L130.78125 220.68141L130.78125 226.35329ZM127.046875 226.35329L129.70312 226.35329L129.70312 222.16579L129.5625 222.40016L127.046875 226.35329ZM133.28125 230.91579L132.67188 230.49391Q133.21875 229.72829 133.25 228.90016L133.25 227.93141L134.3125 227.93141L134.3125 228.77516Q134.3125 229.36891 134.01562 229.96266Q133.71875 230.55641 133.28125 230.91579ZM139.35938 225.46266Q139.03125 225.86891 138.54688 226.11891Q138.07812 226.35329 137.51562 226.35329Q136.78125 226.35329 136.23438 225.99391Q135.6875 225.63454 135.39062 224.97829Q135.09375 224.30641 135.09375 223.50954Q135.09375 222.66579 135.40625 221.97829Q135.73438 221.29079 136.32812 220.93141Q136.9375 220.55641 137.73438 220.55641Q139.0 220.55641 139.71875 221.50954Q140.45312 222.46266 140.45312 224.08766L140.45312 224.40016Q140.45312 226.90016 139.46875 228.04079Q138.48438 229.18141 136.5 229.21266L136.28125 229.21266L136.28125 228.30641L136.51562 228.30641Q137.85938 228.27516 138.57812 227.60329Q139.29688 226.93141 139.35938 225.46266ZM137.6875 225.46266Q138.23438 225.46266 138.6875 225.13454Q139.15625 224.79079 139.375 224.30641L139.375 223.86891Q139.375 222.80641 138.90625 222.13454Q138.4375 221.46266 137.73438 221.46266Q137.01562 221.46266 136.57812 222.00954Q136.15625 222.55641 136.15625 223.46266Q136.15625 224.33766 136.5625 224.90016Q136.98438 225.46266 137.6875 225.46266ZM146.35938 225.46266Q146.03125 225.86891 145.54688 226.11891Q145.07812 226.35329 144.51562 226.35329Q143.78125 226.35329 143.23438 225.99391Q142.6875 225.63454 142.39062 224.97829Q142.09375 224.30641 142.09375 223.50954Q142.09375 222.66579 142.40625 221.97829Q142.73438 221.29079 143.32812 220.93141Q143.9375 220.55641 144.73438 220.55641Q146.0 220.55641 146.71875 221.50954Q147.45312 222.46266 147.45312 224.08766L147.45312 224.40016Q147.45312 226.90016 146.46875 228.04079Q145.48438 229.18141 143.5 229.21266L143.28125 229.21266L143.28125 228.30641L143.51562 228.30641Q144.85938 228.27516 145.57812 227.60329Q146.29688 226.93141 146.35938 225.46266ZM144.6875 225.46266Q145.23438 225.46266 145.6875 225.13454Q146.15625 224.79079 146.375 224.30641L146.375 223.86891Q146.375 222.80641 145.90625 222.13454Q145.4375 221.46266 144.73438 221.46266Q144.01562 221.46266 143.57812 222.00954Q143.15625 222.55641 143.15625 223.46266Q143.15625 224.33766 143.5625 224.90016Q143.98438 225.46266 144.6875 225.46266ZM153.35938 225.46266Q153.03125 225.86891 152.54688 226.11891Q152.07812 226.35329 151.51562 226.35329Q150.78125 226.35329 150.23438 225.99391Q149.6875 225.63454 149.39062 224.97829Q149.09375 224.30641 149.09375 223.50954Q149.09375 222.66579 149.40625 221.97829Q149.73438 221.29079 150.32812 220.93141Q150.9375 220.55641 151.73438 220.55641Q153.0 220.55641 153.71875 221.50954Q154.45312 222.46266 154.45312 224.08766L154.45312 224.40016Q154.45312 226.90016 153.46875 228.04079Q152.48438 229.18141 150.5 229.21266L150.28125 229.21266L150.28125 228.30641L150.51562 228.30641Q151.85938 228.27516 152.57812 227.60329Q153.29688 226.93141 153.35938 225.46266ZM151.6875 225.46266Q152.23438 225.46266 152.6875 225.13454Q153.15625 224.79079 153.375 224.30641L153.375 223.86891Q153.375 222.80641 152.90625 222.13454Q152.4375 221.46266 151.73438 221.46266Q151.01562 221.46266 150.57812 222.00954Q150.15625 222.55641 150.15625 223.46266Q150.15625 224.33766 150.5625 224.90016Q150.98438 225.46266 151.6875 225.46266ZM161.95312 229.33766Q160.65625 229.33766 159.84375 228.49391Q159.04688 227.63454 159.04688 226.21266L159.04688 226.02516Q159.04688 225.07204 159.40625 224.33766Q159.76562 223.58766 160.40625 223.18141Q161.0625 222.75954 161.8125 222.75954Q163.04688 222.75954 163.73438 223.57204Q164.42188 224.38454 164.42188 225.90016L164.42188 226.35329L160.125 226.35329Q160.15625 227.29079 160.67188 227.86891Q161.20312 228.44704 162.01562 228.44704Q162.57812 228.44704 162.96875 228.21266Q163.375 227.97829 163.6875 227.58766L164.34375 228.10329Q163.54688 229.33766 161.95312 229.33766ZM161.8125 223.65016Q161.15625 223.65016 160.70312 224.13454Q160.26562 224.60329 160.17188 225.46266L163.34375 225.46266L163.34375 225.38454Q163.29688 224.55641 162.89062 224.10329Q162.5 223.65016 161.8125 223.65016ZM166.34375 222.86891L166.375 223.57204Q167.0625 222.75954 168.25 222.75954Q169.57812 222.75954 170.0625 223.77516Q170.375 223.32204 170.875 223.04079Q171.39062 222.75954 172.07812 222.75954Q174.17188 222.75954 174.20312 224.96266L174.20312 229.21266L173.125 229.21266L173.125 225.02516Q173.125 224.35329 172.8125 224.02516Q172.5 223.68141 171.76562 223.68141Q171.15625 223.68141 170.75 224.04079Q170.35938 224.40016 170.29688 225.00954L170.29688 229.21266L169.21875 229.21266L169.21875 225.05641Q169.21875 223.68141 167.85938 223.68141Q166.79688 223.68141 166.40625 224.58766L166.40625 229.21266L165.3125 229.21266L165.3125 222.86891L166.34375 222.86891ZM181.67188 226.11891Q181.67188 227.55641 181.01562 228.44704Q180.35938 229.33766 179.21875 229.33766Q178.0625 229.33766 177.40625 228.60329L177.40625 231.65016L176.32812 231.65016L176.32812 222.86891L177.3125 222.86891L177.35938 223.57204Q178.03125 222.75954 179.20312 222.75954Q180.34375 222.75954 181.0 223.61891Q181.67188 224.47829 181.67188 226.00954L181.67188 226.11891ZM180.59375 225.99391Q180.59375 224.91579 180.125 224.30641Q179.67188 223.68141 178.875 223.68141Q177.89062 223.68141 177.40625 224.54079L177.40625 227.57204Q177.89062 228.44704 178.89062 228.44704Q179.67188 228.44704 180.125 227.83766Q180.59375 227.21266 180.59375 225.99391ZM184.5 229.21266L183.42188 229.21266L183.42188 220.21266L184.5 220.21266L184.5 229.21266ZM186.03125 225.97829Q186.03125 225.05641 186.39062 224.30641Q186.76562 223.55641 187.42188 223.16579Q188.07812 222.75954 188.90625 222.75954Q190.20312 222.75954 191.0 223.65016Q191.8125 224.54079 191.8125 226.04079L191.8125 226.11891Q191.8125 227.04079 191.45312 227.77516Q191.09375 228.50954 190.4375 228.93141Q189.78125 229.33766 188.92188 229.33766Q187.64062 229.33766 186.82812 228.44704Q186.03125 227.54079 186.03125 226.05641L186.03125 225.97829ZM187.125 226.11891Q187.125 227.16579 187.60938 227.80641Q188.10938 228.44704 188.92188 228.44704Q189.75 228.44704 190.23438 227.80641Q190.71875 227.15016 190.71875 225.97829Q190.71875 224.94704 190.21875 224.30641Q189.73438 223.65016 188.90625 223.65016Q188.10938 223.65016 187.60938 224.29079Q187.125 224.91579 187.125 226.11891ZM195.39062 227.61891L196.875 222.86891L198.03125 222.86891L195.48438 230.19704Q194.89062 231.77516 193.60938 231.77516L193.39062 231.75954L193.0 231.68141L193.0 230.80641L193.28125 230.82204Q193.84375 230.82204 194.14062 230.60329Q194.45312 230.38454 194.65625 229.79079L194.89062 229.13454L192.625 222.86891L193.8125 222.86891L195.39062 227.61891ZM201.95312 229.33766Q200.65625 229.33766 199.84375 228.49391Q199.04688 227.63454 199.04688 226.21266L199.04688 226.02516Q199.04688 225.07204 199.40625 224.33766Q199.76562 223.58766 200.40625 223.18141Q201.0625 222.75954 201.8125 222.75954Q203.04688 222.75954 203.73438 223.57204Q204.42188 224.38454 204.42188 225.90016L204.42188 226.35329L200.125 226.35329Q200.15625 227.29079 200.67188 227.86891Q201.20312 228.44704 202.01562 228.44704Q202.57812 228.44704 202.96875 228.21266Q203.375 227.97829 203.6875 227.58766L204.34375 228.10329Q203.54688 229.33766 201.95312 229.33766ZM201.8125 223.65016Q201.15625 223.65016 200.70312 224.13454Q200.26562 224.60329 200.17188 225.46266L203.34375 225.46266L203.34375 225.38454Q203.29688 224.55641 202.89062 224.10329Q202.5 223.65016 201.8125 223.65016ZM207.95312 229.33766Q206.65625 229.33766 205.84375 228.49391Q205.04688 227.63454 205.04688 226.21266L205.04688 226.02516Q205.04688 225.07204 205.40625 224.33766Q205.76562 223.58766 206.40625 223.18141Q207.0625 222.75954 207.8125 222.75954Q209.04688 222.75954 209.73438 223.57204Q210.42188 224.38454 210.42188 225.90016L210.42188 226.35329L206.125 226.35329Q206.15625 227.29079 206.67188 227.86891Q207.20312 228.44704 208.01562 228.44704Q208.57812 228.44704 208.96875 228.21266Q209.375 227.97829 209.6875 227.58766L210.34375 228.10329Q209.54688 229.33766 207.95312 229.33766ZM207.8125 223.65016Q207.15625 223.65016 206.70312 224.13454Q206.26562 224.60329 206.17188 225.46266L209.34375 225.46266L209.34375 225.38454Q209.29688 224.55641 208.89062 224.10329Q208.5 223.65016 207.8125 223.65016ZM215.01562 227.52516Q215.01562 227.08766 214.67188 226.85329Q214.34375 226.60329 213.51562 226.43141Q212.70312 226.25954 212.21875 226.00954Q211.73438 225.75954 211.5 225.43141Q211.28125 225.08766 211.28125 224.61891Q211.28125 223.83766 211.9375 223.30641Q212.59375 222.75954 213.625 222.75954Q214.70312 222.75954 215.35938 223.32204Q216.03125 223.86891 216.03125 224.72829L214.95312 224.72829Q214.95312 224.29079 214.5625 223.97829Q214.1875 223.65016 213.625 223.65016Q213.03125 223.65016 212.6875 223.91579Q212.35938 224.16579 212.35938 224.57204Q212.35938 224.96266 212.67188 225.16579Q212.98438 225.36891 213.79688 225.55641Q214.60938 225.72829 215.10938 225.97829Q215.60938 226.22829 215.84375 226.58766Q216.09375 226.94704 216.09375 227.44704Q216.09375 228.30641 215.40625 228.82204Q214.73438 229.33766 213.65625 229.33766Q212.89062 229.33766 212.29688 229.07204Q211.71875 228.79079 211.39062 228.30641Q211.0625 227.82204 211.0625 227.25954L212.14062 227.25954Q212.17188 227.80641 212.57812 228.13454Q212.98438 228.44704 213.65625 228.44704Q214.26562 228.44704 214.64062 228.19704Q215.01562 227.94704 215.01562 227.52516Z" fill-rule="nonzero"/><path fill="#666666" d="M88.703125 255.66312L89.140625 251.41312L93.515625 251.41312L93.515625 252.41312L90.0625 252.41312L89.796875 254.74124Q90.4375 254.36624 91.234375 254.36624Q92.390625 254.36624 93.078125 255.14749Q93.765625 255.91312 93.765625 257.22562Q93.765625 258.53812 93.046875 259.30374Q92.34375 260.06937 91.0625 260.06937Q89.9375 260.06937 89.21875 259.44437Q88.5 258.80374 88.40625 257.69437L89.421875 257.69437Q89.53125 258.42874 89.953125 258.80374Q90.375 259.17874 91.0625 259.17874Q91.8125 259.17874 92.25 258.66312Q92.6875 258.1475 92.6875 257.24124Q92.6875 256.38187 92.21875 255.86624Q91.75 255.35062 90.96875 255.35062Q90.265625 255.35062 89.859375 255.64749L89.578125 255.88187L88.703125 255.66312ZM95.28125 261.6475L94.671875 261.22562Q95.21875 260.46 95.25 259.63187L95.25 258.66312L96.3125 258.66312L96.3125 259.50687Q96.3125 260.10062 96.015625 260.69437Q95.71875 261.28812 95.28125 261.6475ZM102.5625 256.30374Q102.5625 258.21 101.90625 259.1475Q101.265625 260.06937 99.875 260.06937Q98.515625 260.06937 97.859375 259.16312Q97.203125 258.25687 97.171875 256.44437L97.171875 255.00687Q97.171875 253.11624 97.8125 252.20999Q98.46875 251.28812 99.859375 251.28812Q101.234375 251.28812 101.890625 252.17874Q102.546875 253.05374 102.5625 254.89749L102.5625 256.30374ZM101.46875 254.81937Q101.46875 253.44437 101.078125 252.81937Q100.703125 252.17874 99.859375 252.17874Q99.03125 252.17874 98.640625 252.81937Q98.265625 253.44437 98.265625 254.74124L98.265625 256.47562Q98.265625 257.85062 98.65625 258.5225Q99.0625 259.17874 99.875 259.17874Q100.671875 259.17874 101.0625 258.55374Q101.453125 257.92874 101.46875 256.60062L101.46875 254.81937ZM109.5625 256.30374Q109.5625 258.21 108.90625 259.1475Q108.265625 260.06937 106.875 260.06937Q105.515625 260.06937 104.859375 259.16312Q104.203125 258.25687 104.171875 256.44437L104.171875 255.00687Q104.171875 253.11624 104.8125 252.20999Q105.46875 251.28812 106.859375 251.28812Q108.234375 251.28812 108.890625 252.17874Q109.546875 253.05374 109.5625 254.89749L109.5625 256.30374ZM108.46875 254.81937Q108.46875 253.44437 108.078125 252.81937Q107.703125 252.17874 106.859375 252.17874Q106.03125 252.17874 105.640625 252.81937Q105.265625 253.44437 105.265625 254.74124L105.265625 256.47562Q105.265625 257.85062 105.65625 258.5225Q106.0625 259.17874 106.875 259.17874Q107.671875 259.17874 108.0625 258.55374Q108.453125 257.92874 108.46875 256.60062L108.46875 254.81937ZM116.5625 256.30374Q116.5625 258.21 115.90625 259.1475Q115.265625 260.06937 113.875 260.06937Q112.515625 260.06937 111.859375 259.16312Q111.203125 258.25687 111.171875 256.44437L111.171875 255.00687Q111.171875 253.11624 111.8125 252.20999Q112.46875 251.28812 113.859375 251.28812Q115.234375 251.28812 115.890625 252.17874Q116.546875 253.05374 116.5625 254.89749L116.5625 256.30374ZM115.46875 254.81937Q115.46875 253.44437 115.078125 252.81937Q114.703125 252.17874 113.859375 252.17874Q113.03125 252.17874 112.640625 252.81937Q112.265625 253.44437 112.265625 254.74124L112.265625 256.47562Q112.265625 257.85062 112.65625 258.5225Q113.0625 259.17874 113.875 259.17874Q114.671875 259.17874 115.0625 258.55374Q115.453125 257.92874 115.46875 256.60062L115.46875 254.81937ZM124.546875 256.13187L118.6875 256.13187L118.6875 255.24124L124.546875 255.24124L124.546875 256.13187ZM130.35938 256.19437Q130.03125 256.60062 129.54688 256.85062Q129.07812 257.085 128.51562 257.085Q127.78125 257.085 127.234375 256.72562Q126.6875 256.36624 126.390625 255.70999Q126.09375 255.03812 126.09375 254.24124Q126.09375 253.39749 126.40625 252.70999Q126.734375 252.02249 127.328125 251.66312Q127.9375 251.28812 128.73438 251.28812Q130.0 251.28812 130.71875 252.24124Q131.45312 253.19437 131.45312 254.81937L131.45312 255.13187Q131.45312 257.63187 130.46875 258.7725Q129.48438 259.91312 127.5 259.94437L127.28125 259.94437L127.28125 259.03812L127.515625 259.03812Q128.85938 259.00687 129.57812 258.335Q130.29688 257.66312 130.35938 256.19437ZM128.6875 256.19437Q129.23438 256.19437 129.6875 255.86624Q130.15625 255.52249 130.375 255.03812L130.375 254.60062Q130.375 253.53812 129.90625 252.86624Q129.4375 252.19437 128.73438 252.19437Q128.01562 252.19437 127.578125 252.74124Q127.15625 253.28812 127.15625 254.19437Q127.15625 255.06937 127.5625 255.63187Q127.984375 256.19437 128.6875 256.19437ZM133.28125 261.6475L132.67188 261.22562Q133.21875 260.46 133.25 259.63187L133.25 258.66312L134.3125 258.66312L134.3125 259.50687Q134.3125 260.10062 134.01562 260.69437Q133.71875 261.28812 133.28125 261.6475ZM139.35938 256.19437Q139.03125 256.60062 138.54688 256.85062Q138.07812 257.085 137.51562 257.085Q136.78125 257.085 136.23438 256.72562Q135.6875 256.36624 135.39062 255.70999Q135.09375 255.03812 135.09375 254.24124Q135.09375 253.39749 135.40625 252.70999Q135.73438 252.02249 136.32812 251.66312Q136.9375 251.28812 137.73438 251.28812Q139.0 251.28812 139.71875 252.24124Q140.45312 253.19437 140.45312 254.81937L140.45312 255.13187Q140.45312 257.63187 139.46875 258.7725Q138.48438 259.91312 136.5 259.94437L136.28125 259.94437L136.28125 259.03812L136.51562 259.03812Q137.85938 259.00687 138.57812 258.335Q139.29688 257.66312 139.35938 256.19437ZM137.6875 256.19437Q138.23438 256.19437 138.6875 255.86624Q139.15625 255.52249 139.375 255.03812L139.375 254.60062Q139.375 253.53812 138.90625 252.86624Q138.4375 252.19437 137.73438 252.19437Q137.01562 252.19437 136.57812 252.74124Q136.15625 253.28812 136.15625 254.19437Q136.15625 255.06937 136.5625 255.63187Q136.98438 256.19437 137.6875 256.19437ZM146.35938 256.19437Q146.03125 256.60062 145.54688 256.85062Q145.07812 257.085 144.51562 257.085Q143.78125 257.085 143.23438 256.72562Q142.6875 256.36624 142.39062 255.70999Q142.09375 255.03812 142.09375 254.24124Q142.09375 253.39749 142.40625 252.70999Q142.73438 252.02249 143.32812 251.66312Q143.9375 251.28812 144.73438 251.28812Q146.0 251.28812 146.71875 252.24124Q147.45312 253.19437 147.45312 254.81937L147.45312 255.13187Q147.45312 257.63187 146.46875 258.7725Q145.48438 259.91312 143.5 259.94437L143.28125 259.94437L143.28125 259.03812L143.51562 259.03812Q144.85938 259.00687 145.57812 258.335Q146.29688 257.66312 146.35938 256.19437ZM144.6875 256.19437Q145.23438 256.19437 145.6875 255.86624Q146.15625 255.52249 146.375 255.03812L146.375 254.60062Q146.375 253.53812 145.90625 252.86624Q145.4375 252.19437 144.73438 252.19437Q144.01562 252.19437 143.57812 252.74124Q143.15625 253.28812 143.15625 254.19437Q143.15625 255.06937 143.5625 255.63187Q143.98438 256.19437 144.6875 256.19437ZM153.35938 256.19437Q153.03125 256.60062 152.54688 256.85062Q152.07812 257.085 151.51562 257.085Q150.78125 257.085 150.23438 256.72562Q149.6875 256.36624 149.39062 255.70999Q149.09375 255.03812 149.09375 254.24124Q149.09375 253.39749 149.40625 252.70999Q149.73438 252.02249 150.32812 251.66312Q150.9375 251.28812 151.73438 251.28812Q153.0 251.28812 153.71875 252.24124Q154.45312 253.19437 154.45312 254.81937L154.45312 255.13187Q154.45312 257.63187 153.46875 258.7725Q152.48438 259.91312 150.5 259.94437L150.28125 259.94437L150.28125 259.03812L150.51562 259.03812Q151.85938 259.00687 152.57812 258.335Q153.29688 257.66312 153.35938 256.19437ZM151.6875 256.19437Q152.23438 256.19437 152.6875 255.86624Q153.15625 255.52249 153.375 255.03812L153.375 254.60062Q153.375 253.53812 152.90625 252.86624Q152.4375 252.19437 151.73438 252.19437Q151.01562 252.19437 150.57812 252.74124Q150.15625 253.28812 150.15625 254.19437Q150.15625 255.06937 150.5625 255.63187Q150.98438 256.19437 151.6875 256.19437ZM161.95312 260.06937Q160.65625 260.06937 159.84375 259.22562Q159.04688 258.36624 159.04688 256.94437L159.04688 256.75687Q159.04688 255.80374 159.40625 255.06937Q159.76562 254.31937 160.40625 253.91312Q161.0625 253.49124 161.8125 253.49124Q163.04688 253.49124 163.73438 254.30374Q164.42188 255.11624 164.42188 256.63187L164.42188 257.085L160.125 257.085Q160.15625 258.0225 160.67188 258.60062Q161.20312 259.17874 162.01562 259.17874Q162.57812 259.17874 162.96875 258.94437Q163.375 258.71 163.6875 258.31937L164.34375 258.835Q163.54688 260.06937 161.95312 260.06937ZM161.8125 254.38187Q161.15625 254.38187 160.70312 254.86624Q160.26562 255.33499 160.17188 256.19437L163.34375 256.19437L163.34375 256.11624Q163.29688 255.28812 162.89062 254.83499Q162.5 254.38187 161.8125 254.38187ZM166.34375 253.60062L166.375 254.30374Q167.0625 253.49124 168.25 253.49124Q169.57812 253.49124 170.0625 254.50687Q170.375 254.05374 170.875 253.77249Q171.39062 253.49124 172.07812 253.49124Q174.17188 253.49124 174.20312 255.69437L174.20312 259.94437L173.125 259.94437L173.125 255.75687Q173.125 255.08499 172.8125 254.75687Q172.5 254.41312 171.76562 254.41312Q171.15625 254.41312 170.75 254.77249Q170.35938 255.13187 170.29688 255.74124L170.29688 259.94437L169.21875 259.94437L169.21875 255.78812Q169.21875 254.41312 167.85938 254.41312Q166.79688 254.41312 166.40625 255.31937L166.40625 259.94437L165.3125 259.94437L165.3125 253.60062L166.34375 253.60062ZM181.67188 256.85062Q181.67188 258.28812 181.01562 259.17874Q180.35938 260.06937 179.21875 260.06937Q178.0625 260.06937 177.40625 259.335L177.40625 262.38187L176.32812 262.38187L176.32812 253.60062L177.3125 253.60062L177.35938 254.30374Q178.03125 253.49124 179.20312 253.49124Q180.34375 253.49124 181.0 254.35062Q181.67188 255.20999 181.67188 256.74124L181.67188 256.85062ZM180.59375 256.72562Q180.59375 255.64749 180.125 255.03812Q179.67188 254.41312 178.875 254.41312Q177.89062 254.41312 177.40625 255.27249L177.40625 258.30374Q177.89062 259.17874 178.89062 259.17874Q179.67188 259.17874 180.125 258.56937Q180.59375 257.94437 180.59375 256.72562ZM184.5 259.94437L183.42188 259.94437L183.42188 250.94437L184.5 250.94437L184.5 259.94437ZM186.03125 256.71Q186.03125 255.78812 186.39062 255.03812Q186.76562 254.28812 187.42188 253.89749Q188.07812 253.49124 188.90625 253.49124Q190.20312 253.49124 191.0 254.38187Q191.8125 255.27249 191.8125 256.7725L191.8125 256.85062Q191.8125 257.7725 191.45312 258.50687Q191.09375 259.24124 190.4375 259.66312Q189.78125 260.06937 188.92188 260.06937Q187.64062 260.06937 186.82812 259.17874Q186.03125 258.2725 186.03125 256.78812L186.03125 256.71ZM187.125 256.85062Q187.125 257.8975 187.60938 258.53812Q188.10938 259.17874 188.92188 259.17874Q189.75 259.17874 190.23438 258.53812Q190.71875 257.88187 190.71875 256.71Q190.71875 255.67874 190.21875 255.03812Q189.73438 254.38187 188.90625 254.38187Q188.10938 254.38187 187.60938 255.02249Q187.125 255.64749 187.125 256.85062ZM195.39062 258.35062L196.875 253.60062L198.03125 253.60062L195.48438 260.92874Q194.89062 262.50687 193.60938 262.50687L193.39062 262.49124L193.0 262.41312L193.0 261.53812L193.28125 261.55374Q193.84375 261.55374 194.14062 261.335Q194.45312 261.11624 194.65625 260.5225L194.89062 259.86624L192.625 253.60062L193.8125 253.60062L195.39062 258.35062ZM201.95312 260.06937Q200.65625 260.06937 199.84375 259.22562Q199.04688 258.36624 199.04688 256.94437L199.04688 256.75687Q199.04688 255.80374 199.40625 255.06937Q199.76562 254.31937 200.40625 253.91312Q201.0625 253.49124 201.8125 253.49124Q203.04688 253.49124 203.73438 254.30374Q204.42188 255.11624 204.42188 256.63187L204.42188 257.085L200.125 257.085Q200.15625 258.0225 200.67188 258.60062Q201.20312 259.17874 202.01562 259.17874Q202.57812 259.17874 202.96875 258.94437Q203.375 258.71 203.6875 258.31937L204.34375 258.835Q203.54688 260.06937 201.95312 260.06937ZM201.8125 254.38187Q201.15625 254.38187 200.70312 254.86624Q200.26562 255.33499 200.17188 256.19437L203.34375 256.19437L203.34375 256.11624Q203.29688 255.28812 202.89062 254.83499Q202.5 254.38187 201.8125 254.38187ZM207.95312 260.06937Q206.65625 260.06937 205.84375 259.22562Q205.04688 258.36624 205.04688 256.94437L205.04688 256.75687Q205.04688 255.80374 205.40625 255.06937Q205.76562 254.31937 206.40625 253.91312Q207.0625 253.49124 207.8125 253.49124Q209.04688 253.49124 209.73438 254.30374Q210.42188 255.11624 210.42188 256.63187L210.42188 257.085L206.125 257.085Q206.15625 258.0225 206.67188 258.60062Q207.20312 259.17874 208.01562 259.17874Q208.57812 259.17874 208.96875 258.94437Q209.375 258.71 209.6875 258.31937L210.34375 258.835Q209.54688 260.06937 207.95312 260.06937ZM207.8125 254.38187Q207.15625 254.38187 206.70312 254.86624Q206.26562 255.33499 206.17188 256.19437L209.34375 256.19437L209.34375 256.11624Q209.29688 255.28812 208.89062 254.83499Q208.5 254.38187 207.8125 254.38187ZM215.01562 258.25687Q215.01562 257.81937 214.67188 257.585Q214.34375 257.335 213.51562 257.16312Q212.70312 256.99124 212.21875 256.74124Q211.73438 256.49124 211.5 256.16312Q211.28125 255.81937 211.28125 255.35062Q211.28125 254.56937 211.9375 254.03812Q212.59375 253.49124 213.625 253.49124Q214.70312 253.49124 215.35938 254.05374Q216.03125 254.60062 216.03125 255.45999L214.95312 255.45999Q214.95312 255.02249 214.5625 254.70999Q214.1875 254.38187 213.625 254.38187Q213.03125 254.38187 212.6875 254.64749Q212.35938 254.89749 212.35938 255.30374Q212.35938 255.69437 212.67188 255.89749Q212.98438 256.10062 213.79688 256.28812Q214.60938 256.46 215.10938 256.71Q215.60938 256.96 215.84375 257.31937Q216.09375 257.67874 216.09375 258.17874Q216.09375 259.03812 215.40625 259.55374Q214.73438 260.06937 213.65625 260.06937Q212.89062 260.06937 212.29688 259.80374Q211.71875 259.5225 211.39062 259.03812Q211.0625 258.55374 211.0625 257.99124L212.14062 257.99124Q212.17188 258.53812 212.57812 258.86624Q212.98438 259.17874 213.65625 259.17874Q214.26562 259.17874 214.64062 258.92874Q215.01562 258.67874 215.01562 258.25687Z" fill-rule="nonzero"/><path fill="#666666" d="M77.765625 290.67606L76.6875 290.67606L76.6875 283.4573L74.5 284.25418L74.5 283.2698L77.609375 282.09793L77.765625 282.09793L77.765625 290.67606ZM86.5625 287.03543Q86.5625 288.94168 85.90625 289.87918Q85.265625 290.80106 83.875 290.80106Q82.515625 290.80106 81.859375 289.8948Q81.203125 288.98856 81.171875 287.17606L81.171875 285.73856Q81.171875 283.84793 81.8125 282.94168Q82.46875 282.0198 83.859375 282.0198Q85.234375 282.0198 85.890625 282.91043Q86.546875 283.78543 86.5625 285.62918L86.5625 287.03543ZM85.46875 285.55106Q85.46875 284.17606 85.078125 283.55106Q84.703125 282.91043 83.859375 282.91043Q83.03125 282.91043 82.640625 283.55106Q82.265625 284.17606 82.265625 285.47293L82.265625 287.2073Q82.265625 288.5823 82.65625 289.25418Q83.0625 289.91043 83.875 289.91043Q84.671875 289.91043 85.0625 289.28543Q85.453125 288.66043 85.46875 287.3323L85.46875 285.55106ZM88.28125 292.37918L87.671875 291.9573Q88.21875 291.19168 88.25 290.36356L88.25 289.3948L89.3125 289.3948L89.3125 290.23856Q89.3125 290.8323 89.015625 291.42606Q88.71875 292.0198 88.28125 292.37918ZM95.5625 287.03543Q95.5625 288.94168 94.90625 289.87918Q94.265625 290.80106 92.875 290.80106Q91.515625 290.80106 90.859375 289.8948Q90.203125 288.98856 90.171875 287.17606L90.171875 285.73856Q90.171875 283.84793 90.8125 282.94168Q91.46875 282.0198 92.859375 282.0198Q94.234375 282.0198 94.890625 282.91043Q95.546875 283.78543 95.5625 285.62918L95.5625 287.03543ZM94.46875 285.55106Q94.46875 284.17606 94.078125 283.55106Q93.703125 282.91043 92.859375 282.91043Q92.03125 282.91043 91.640625 283.55106Q91.265625 284.17606 91.265625 285.47293L91.265625 287.2073Q91.265625 288.5823 91.65625 289.25418Q92.0625 289.91043 92.875 289.91043Q93.671875 289.91043 94.0625 289.28543Q94.453125 288.66043 94.46875 287.3323L94.46875 285.55106ZM102.5625 287.03543Q102.5625 288.94168 101.90625 289.87918Q101.265625 290.80106 99.875 290.80106Q98.515625 290.80106 97.859375 289.8948Q97.203125 288.98856 97.171875 287.17606L97.171875 285.73856Q97.171875 283.84793 97.8125 282.94168Q98.46875 282.0198 99.859375 282.0198Q101.234375 282.0198 101.890625 282.91043Q102.546875 283.78543 102.5625 285.62918L102.5625 287.03543ZM101.46875 285.55106Q101.46875 284.17606 101.078125 283.55106Q100.703125 282.91043 99.859375 282.91043Q99.03125 282.91043 98.640625 283.55106Q98.265625 284.17606 98.265625 285.47293L98.265625 287.2073Q98.265625 288.5823 98.65625 289.25418Q99.0625 289.91043 99.875 289.91043Q100.671875 289.91043 101.0625 289.28543Q101.453125 288.66043 101.46875 287.3323L101.46875 285.55106ZM109.5625 287.03543Q109.5625 288.94168 108.90625 289.87918Q108.265625 290.80106 106.875 290.80106Q105.515625 290.80106 104.859375 289.8948Q104.203125 288.98856 104.171875 287.17606L104.171875 285.73856Q104.171875 283.84793 104.8125 282.94168Q105.46875 282.0198 106.859375 282.0198Q108.234375 282.0198 108.890625 282.91043Q109.546875 283.78543 109.5625 285.62918L109.5625 287.03543ZM108.46875 285.55106Q108.46875 284.17606 108.078125 283.55106Q107.703125 282.91043 106.859375 282.91043Q106.03125 282.91043 105.640625 283.55106Q105.265625 284.17606 105.265625 285.47293L105.265625 287.2073Q105.265625 288.5823 105.65625 289.25418Q106.0625 289.91043 106.875 289.91043Q107.671875 289.91043 108.0625 289.28543Q108.453125 288.66043 108.46875 287.3323L108.46875 285.55106ZM114.03125 287.44168Q114.03125 286.5198 114.390625 285.7698Q114.765625 285.0198 115.421875 284.62918Q116.078125 284.22293 116.90625 284.22293Q118.203125 284.22293 119.0 285.11356Q119.8125 286.00418 119.8125 287.50418L119.8125 287.5823Q119.8125 288.50418 119.453125 289.23856Q119.09375 289.97293 118.4375 290.3948Q117.78125 290.80106 116.921875 290.80106Q115.640625 290.80106 114.828125 289.91043Q114.03125 289.00418 114.03125 287.5198L114.03125 287.44168ZM115.125 287.5823Q115.125 288.62918 115.609375 289.2698Q116.109375 289.91043 116.921875 289.91043Q117.75 289.91043 118.234375 289.2698Q118.71875 288.61356 118.71875 287.44168Q118.71875 286.41043 118.21875 285.7698Q117.734375 285.11356 116.90625 285.11356Q116.109375 285.11356 115.609375 285.75418Q115.125 286.37918 115.125 287.5823ZM124.390625 285.30106Q124.140625 285.2698 123.859375 285.2698Q122.78125 285.2698 122.40625 286.17606L122.40625 290.67606L121.328125 290.67606L121.328125 284.3323L122.375 284.3323L122.390625 285.06668Q122.921875 284.22293 123.90625 284.22293Q124.21875 284.22293 124.390625 284.30106L124.390625 285.30106ZM129.34375 284.3323L129.375 285.03543Q130.0625 284.22293 131.25 284.22293Q132.57812 284.22293 133.0625 285.23856Q133.375 284.78543 133.875 284.50418Q134.39062 284.22293 135.07812 284.22293Q137.17188 284.22293 137.20312 286.42606L137.20312 290.67606L136.125 290.67606L136.125 286.48856Q136.125 285.81668 135.8125 285.48856Q135.5 285.1448 134.76562 285.1448Q134.15625 285.1448 133.75 285.50418Q133.35938 285.86356 133.29688 286.47293L133.29688 290.67606L132.21875 290.67606L132.21875 286.5198Q132.21875 285.1448 130.85938 285.1448Q129.79688 285.1448 129.40625 286.05106L129.40625 290.67606L128.3125 290.67606L128.3125 284.3323L129.34375 284.3323ZM139.03125 287.44168Q139.03125 286.5198 139.39062 285.7698Q139.76562 285.0198 140.42188 284.62918Q141.07812 284.22293 141.90625 284.22293Q143.20312 284.22293 144.0 285.11356Q144.8125 286.00418 144.8125 287.50418L144.8125 287.5823Q144.8125 288.50418 144.45312 289.23856Q144.09375 289.97293 143.4375 290.3948Q142.78125 290.80106 141.92188 290.80106Q140.64062 290.80106 139.82812 289.91043Q139.03125 289.00418 139.03125 287.5198L139.03125 287.44168ZM140.125 287.5823Q140.125 288.62918 140.60938 289.2698Q141.10938 289.91043 141.92188 289.91043Q142.75 289.91043 143.23438 289.2698Q143.71875 288.61356 143.71875 287.44168Q143.71875 286.41043 143.21875 285.7698Q142.73438 285.11356 141.90625 285.11356Q141.10938 285.11356 140.60938 285.75418Q140.125 286.37918 140.125 287.5823ZM149.39062 285.30106Q149.14062 285.2698 148.85938 285.2698Q147.78125 285.2698 147.40625 286.17606L147.40625 290.67606L146.32812 290.67606L146.32812 284.3323L147.375 284.3323L147.39062 285.06668Q147.92188 284.22293 148.90625 284.22293Q149.21875 284.22293 149.39062 284.30106L149.39062 285.30106ZM152.95312 290.80106Q151.65625 290.80106 150.84375 289.9573Q150.04688 289.09793 150.04688 287.67606L150.04688 287.48856Q150.04688 286.53543 150.40625 285.80106Q150.76562 285.05106 151.40625 284.6448Q152.0625 284.22293 152.8125 284.22293Q154.04688 284.22293 154.73438 285.03543Q155.42188 285.84793 155.42188 287.36356L155.42188 287.81668L151.125 287.81668Q151.15625 288.75418 151.67188 289.3323Q152.20312 289.91043 153.01562 289.91043Q153.57812 289.91043 153.96875 289.67606Q154.375 289.44168 154.6875 289.05106L155.34375 289.56668Q154.54688 290.80106 152.95312 290.80106ZM152.8125 285.11356Q152.15625 285.11356 151.70312 285.59793Q151.26562 286.06668 151.17188 286.92606L154.34375 286.92606L154.34375 286.84793Q154.29688 286.0198 153.89062 285.56668Q153.5 285.11356 152.8125 285.11356ZM161.95312 290.80106Q160.65625 290.80106 159.84375 289.9573Q159.04688 289.09793 159.04688 287.67606L159.04688 287.48856Q159.04688 286.53543 159.40625 285.80106Q159.76562 285.05106 160.40625 284.6448Q161.0625 284.22293 161.8125 284.22293Q163.04688 284.22293 163.73438 285.03543Q164.42188 285.84793 164.42188 287.36356L164.42188 287.81668L160.125 287.81668Q160.15625 288.75418 160.67188 289.3323Q161.20312 289.91043 162.01562 289.91043Q162.57812 289.91043 162.96875 289.67606Q163.375 289.44168 163.6875 289.05106L164.34375 289.56668Q163.54688 290.80106 161.95312 290.80106ZM161.8125 285.11356Q161.15625 285.11356 160.70312 285.59793Q160.26562 286.06668 160.17188 286.92606L163.34375 286.92606L163.34375 286.84793Q163.29688 286.0198 162.89062 285.56668Q162.5 285.11356 161.8125 285.11356ZM166.34375 284.3323L166.375 285.03543Q167.0625 284.22293 168.25 284.22293Q169.57812 284.22293 170.0625 285.23856Q170.375 284.78543 170.875 284.50418Q171.39062 284.22293 172.07812 284.22293Q174.17188 284.22293 174.20312 286.42606L174.20312 290.67606L173.125 290.67606L173.125 286.48856Q173.125 285.81668 172.8125 285.48856Q172.5 285.1448 171.76562 285.1448Q171.15625 285.1448 170.75 285.50418Q170.35938 285.86356 170.29688 286.47293L170.29688 290.67606L169.21875 290.67606L169.21875 286.5198Q169.21875 285.1448 167.85938 285.1448Q166.79688 285.1448 166.40625 286.05106L166.40625 290.67606L165.3125 290.67606L165.3125 284.3323L166.34375 284.3323ZM181.67188 287.5823Q181.67188 289.0198 181.01562 289.91043Q180.35938 290.80106 179.21875 290.80106Q178.0625 290.80106 177.40625 290.06668L177.40625 293.11356L176.32812 293.11356L176.32812 284.3323L177.3125 284.3323L177.35938 285.03543Q178.03125 284.22293 179.20312 284.22293Q180.34375 284.22293 181.0 285.0823Q181.67188 285.94168 181.67188 287.47293L181.67188 287.5823ZM180.59375 287.4573Q180.59375 286.37918 180.125 285.7698Q179.67188 285.1448 178.875 285.1448Q177.89062 285.1448 177.40625 286.00418L177.40625 289.03543Q177.89062 289.91043 178.89062 289.91043Q179.67188 289.91043 180.125 289.30106Q180.59375 288.67606 180.59375 287.4573ZM184.5 290.67606L183.42188 290.67606L183.42188 281.67606L184.5 281.67606L184.5 290.67606ZM186.03125 287.44168Q186.03125 286.5198 186.39062 285.7698Q186.76562 285.0198 187.42188 284.62918Q188.07812 284.22293 188.90625 284.22293Q190.20312 284.22293 191.0 285.11356Q191.8125 286.00418 191.8125 287.50418L191.8125 287.5823Q191.8125 288.50418 191.45312 289.23856Q191.09375 289.97293 190.4375 290.3948Q189.78125 290.80106 188.92188 290.80106Q187.64062 290.80106 186.82812 289.91043Q186.03125 289.00418 186.03125 287.5198L186.03125 287.44168ZM187.125 287.5823Q187.125 288.62918 187.60938 289.2698Q188.10938 289.91043 188.92188 289.91043Q189.75 289.91043 190.23438 289.2698Q190.71875 288.61356 190.71875 287.44168Q190.71875 286.41043 190.21875 285.7698Q189.73438 285.11356 188.90625 285.11356Q188.10938 285.11356 187.60938 285.75418Q187.125 286.37918 187.125 287.5823ZM195.39062 289.0823L196.875 284.3323L198.03125 284.3323L195.48438 291.66043Q194.89062 293.23856 193.60938 293.23856L193.39062 293.22293L193.0 293.1448L193.0 292.2698L193.28125 292.28543Q193.84375 292.28543 194.14062 292.06668Q194.45312 291.84793 194.65625 291.25418L194.89062 290.59793L192.625 284.3323L193.8125 284.3323L195.39062 289.0823ZM201.95312 290.80106Q200.65625 290.80106 199.84375 289.9573Q199.04688 289.09793 199.04688 287.67606L199.04688 287.48856Q199.04688 286.53543 199.40625 285.80106Q199.76562 285.05106 200.40625 284.6448Q201.0625 284.22293 201.8125 284.22293Q203.04688 284.22293 203.73438 285.03543Q204.42188 285.84793 204.42188 287.36356L204.42188 287.81668L200.125 287.81668Q200.15625 288.75418 200.67188 289.3323Q201.20312 289.91043 202.01562 289.91043Q202.57812 289.91043 202.96875 289.67606Q203.375 289.44168 203.6875 289.05106L204.34375 289.56668Q203.54688 290.80106 201.95312 290.80106ZM201.8125 285.11356Q201.15625 285.11356 200.70312 285.59793Q200.26562 286.06668 200.17188 286.92606L203.34375 286.92606L203.34375 286.84793Q203.29688 286.0198 202.89062 285.56668Q202.5 285.11356 201.8125 285.11356ZM207.95312 290.80106Q206.65625 290.80106 205.84375 289.9573Q205.04688 289.09793 205.04688 287.67606L205.04688 287.48856Q205.04688 286.53543 205.40625 285.80106Q205.76562 285.05106 206.40625 284.6448Q207.0625 284.22293 207.8125 284.22293Q209.04688 284.22293 209.73438 285.03543Q210.42188 285.84793 210.42188 287.36356L210.42188 287.81668L206.125 287.81668Q206.15625 288.75418 206.67188 289.3323Q207.20312 289.91043 208.01562 289.91043Q208.57812 289.91043 208.96875 289.67606Q209.375 289.44168 209.6875 289.05106L210.34375 289.56668Q209.54688 290.80106 207.95312 290.80106ZM207.8125 285.11356Q207.15625 285.11356 206.70312 285.59793Q206.26562 286.06668 206.17188 286.92606L209.34375 286.92606L209.34375 286.84793Q209.29688 286.0198 208.89062 285.56668Q208.5 285.11356 207.8125 285.11356ZM215.01562 288.98856Q215.01562 288.55106 214.67188 288.31668Q214.34375 288.06668 213.51562 287.8948Q212.70312 287.72293 212.21875 287.47293Q211.73438 287.22293 211.5 286.8948Q211.28125 286.55106 211.28125 286.0823Q211.28125 285.30106 211.9375 284.7698Q212.59375 284.22293 213.625 284.22293Q214.70312 284.22293 215.35938 284.78543Q216.03125 285.3323 216.03125 286.19168L214.95312 286.19168Q214.95312 285.75418 214.5625 285.44168Q214.1875 285.11356 213.625 285.11356Q213.03125 285.11356 212.6875 285.37918Q212.35938 285.62918 212.35938 286.03543Q212.35938 286.42606 212.67188 286.62918Q212.98438 286.8323 213.79688 287.0198Q214.60938 287.19168 215.10938 287.44168Q215.60938 287.69168 215.84375 288.05106Q216.09375 288.41043 216.09375 288.91043Q216.09375 289.7698 215.40625 290.28543Q214.73438 290.80106 213.65625 290.80106Q212.89062 290.80106 212.29688 290.53543Q211.71875 290.25418 211.39062 289.7698Q211.0625 289.28543 211.0625 288.72293L212.14062 288.72293Q212.17188 289.2698 212.57812 289.59793Q212.98438 289.91043 213.65625 289.91043Q214.26562 289.91043 214.64062 289.66043Q215.01562 289.41043 215.01562 288.98856Z" fill-rule="nonzero"/><path fill="#666666" d="M101.703125 321.40775L100.578125 321.40775L100.578125 312.8765L101.703125 312.8765L101.703125 321.40775ZM106.0625 318.189Q106.0625 316.72025 106.75 315.84525Q107.4375 314.95462 108.5625 314.95462Q109.671875 314.95462 110.328125 315.70462L110.328125 312.40775L111.40625 312.40775L111.40625 321.40775L110.40625 321.40775L110.359375 320.72025Q109.703125 321.53275 108.546875 321.53275Q107.453125 321.53275 106.75 320.6265Q106.0625 319.72025 106.0625 318.26712L106.0625 318.189ZM107.140625 318.314Q107.140625 319.39212 107.578125 320.0015Q108.03125 320.61087 108.8125 320.61087Q109.84375 320.61087 110.328125 319.67337L110.328125 316.76712Q109.84375 315.8765 108.828125 315.8765Q108.03125 315.8765 107.578125 316.48587Q107.140625 317.09525 107.140625 318.314ZM113.03125 318.17337Q113.03125 317.2515 113.390625 316.5015Q113.765625 315.7515 114.421875 315.36087Q115.078125 314.95462 115.90625 314.95462Q117.203125 314.95462 118.0 315.84525Q118.8125 316.73587 118.8125 318.23587L118.8125 318.314Q118.8125 319.23587 118.453125 319.97025Q118.09375 320.70462 117.4375 321.1265Q116.78125 321.53275 115.921875 321.53275Q114.640625 321.53275 113.828125 320.64212Q113.03125 319.73587 113.03125 318.2515L113.03125 318.17337ZM114.125 318.314Q114.125 319.36087 114.609375 320.0015Q115.109375 320.64212 115.921875 320.64212Q116.75 320.64212 117.234375 320.0015Q117.71875 319.34525 117.71875 318.17337Q117.71875 317.14212 117.21875 316.5015Q116.734375 315.84525 115.90625 315.84525Q115.109375 315.84525 114.609375 316.48587Q114.125 317.11087 114.125 318.314ZM124.34375 315.064L124.375 315.86087Q125.109375 314.95462 126.28125 314.95462Q128.29688 314.95462 128.3125 317.22025L128.3125 321.40775L127.21875 321.40775L127.21875 317.20462Q127.21875 316.53275 126.90625 316.20462Q126.609375 315.8765 125.953125 315.8765Q125.421875 315.8765 125.015625 316.15775Q124.625 316.439 124.40625 316.89212L124.40625 321.40775L123.328125 321.40775L123.328125 315.064L124.34375 315.064ZM130.03125 318.17337Q130.03125 317.2515 130.39062 316.5015Q130.76562 315.7515 131.42188 315.36087Q132.07812 314.95462 132.90625 314.95462Q134.20312 314.95462 135.0 315.84525Q135.8125 316.73587 135.8125 318.23587L135.8125 318.314Q135.8125 319.23587 135.45312 319.97025Q135.09375 320.70462 134.4375 321.1265Q133.78125 321.53275 132.92188 321.53275Q131.64062 321.53275 130.82812 320.64212Q130.03125 319.73587 130.03125 318.2515L130.03125 318.17337ZM131.125 318.314Q131.125 319.36087 131.60938 320.0015Q132.10938 320.64212 132.92188 320.64212Q133.75 320.64212 134.23438 320.0015Q134.71875 319.34525 134.71875 318.17337Q134.71875 317.14212 134.21875 316.5015Q133.73438 315.84525 132.90625 315.84525Q132.10938 315.84525 131.60938 316.48587Q131.125 317.11087 131.125 318.314ZM138.79688 313.53275L138.79688 315.064L139.96875 315.064L139.96875 315.90775L138.79688 315.90775L138.79688 319.82962Q138.79688 320.22025 138.95312 320.40775Q139.10938 320.59525 139.48438 320.59525Q139.67188 320.59525 140.0 320.53275L140.0 321.40775Q139.57812 321.53275 139.17188 321.53275Q138.45312 321.53275 138.07812 321.09525Q137.70312 320.64212 137.70312 319.82962L137.70312 315.90775L136.54688 315.90775L136.54688 315.064L137.70312 315.064L137.70312 313.53275L138.79688 313.53275ZM149.9375 319.90775L151.15625 315.064L152.23438 315.064L150.39062 321.40775L149.51562 321.40775L147.96875 316.59525L146.46875 321.40775L145.59375 321.40775L143.75 315.064L144.82812 315.064L146.07812 319.814L147.5625 315.064L148.42188 315.064L149.9375 319.90775ZM153.03125 318.17337Q153.03125 317.2515 153.39062 316.5015Q153.76562 315.7515 154.42188 315.36087Q155.07812 314.95462 155.90625 314.95462Q157.20312 314.95462 158.0 315.84525Q158.8125 316.73587 158.8125 318.23587L158.8125 318.314Q158.8125 319.23587 158.45312 319.97025Q158.09375 320.70462 157.4375 321.1265Q156.78125 321.53275 155.92188 321.53275Q154.64062 321.53275 153.82812 320.64212Q153.03125 319.73587 153.03125 318.2515L153.03125 318.17337ZM154.125 318.314Q154.125 319.36087 154.60938 320.0015Q155.10938 320.64212 155.92188 320.64212Q156.75 320.64212 157.23438 320.0015Q157.71875 319.34525 157.71875 318.17337Q157.71875 317.14212 157.21875 316.5015Q156.73438 315.84525 155.90625 315.84525Q155.10938 315.84525 154.60938 316.48587Q154.125 317.11087 154.125 318.314ZM163.39062 316.03275Q163.14062 316.0015 162.85938 316.0015Q161.78125 316.0015 161.40625 316.90775L161.40625 321.40775L160.32812 321.40775L160.32812 315.064L161.375 315.064L161.39062 315.79837Q161.92188 314.95462 162.90625 314.95462Q163.21875 314.95462 163.39062 315.03275L163.39062 316.03275ZM166.09375 318.47025L165.40625 319.17337L165.40625 321.40775L164.32812 321.40775L164.32812 312.40775L165.40625 312.40775L165.40625 317.84525L165.98438 317.15775L167.96875 315.064L169.28125 315.064L166.8125 317.72025L169.57812 321.40775L168.29688 321.40775L166.09375 318.47025ZM173.85938 321.40775L173.85938 315.90775L172.85938 315.90775L172.85938 315.064L173.85938 315.064L173.85938 314.42337Q173.85938 313.39212 174.39062 312.84525Q174.9375 312.28275 175.9375 312.28275Q176.3125 312.28275 176.6875 312.3765L176.625 313.26712Q176.34375 313.20462 176.04688 313.20462Q175.51562 313.20462 175.21875 313.51712Q174.9375 313.82962 174.9375 314.39212L174.9375 315.064L176.29688 315.064L176.29688 315.90775L174.9375 315.90775L174.9375 321.40775L173.85938 321.40775ZM181.23438 320.78275Q180.60938 321.53275 179.375 321.53275Q178.35938 321.53275 177.82812 320.939Q177.29688 320.34525 177.29688 319.189L177.29688 315.064L178.375 315.064L178.375 319.15775Q178.375 320.61087 179.54688 320.61087Q180.79688 320.61087 181.20312 319.67337L181.20312 315.064L182.29688 315.064L182.29688 321.40775L181.26562 321.40775L181.23438 320.78275ZM185.5 321.40775L184.42188 321.40775L184.42188 312.40775L185.5 312.40775L185.5 321.40775ZM188.5 321.40775L187.42188 321.40775L187.42188 312.40775L188.5 312.40775L188.5 321.40775ZM192.57812 318.22025L189.71875 318.22025L189.71875 317.34525L192.57812 317.34525L192.57812 318.22025ZM194.79688 313.53275L194.79688 315.064L195.96875 315.064L195.96875 315.90775L194.79688 315.90775L194.79688 319.82962Q194.79688 320.22025 194.95312 320.40775Q195.10938 320.59525 195.48438 320.59525Q195.67188 320.59525 196.0 320.53275L196.0 321.40775Q195.57812 321.53275 195.17188 321.53275Q194.45312 321.53275 194.07812 321.09525Q193.70312 320.64212 193.70312 319.82962L193.70312 315.90775L192.54688 315.90775L192.54688 315.064L193.70312 315.064L193.70312 313.53275L194.79688 313.53275ZM198.5 321.40775L197.42188 321.40775L197.42188 315.064L198.5 315.064L198.5 321.40775ZM197.32812 313.39212Q197.32812 313.1265 197.48438 312.939Q197.65625 312.7515 197.96875 312.7515Q198.28125 312.7515 198.4375 312.939Q198.60938 313.1265 198.60938 313.39212Q198.60938 313.64212 198.4375 313.82962Q198.28125 314.0015 197.96875 314.0015Q197.65625 314.0015 197.48438 313.82962Q197.32812 313.64212 197.32812 313.39212ZM201.34375 315.064L201.375 315.76712Q202.0625 314.95462 203.25 314.95462Q204.57812 314.95462 205.0625 315.97025Q205.375 315.51712 205.875 315.23587Q206.39062 314.95462 207.07812 314.95462Q209.17188 314.95462 209.20312 317.15775L209.20312 321.40775L208.125 321.40775L208.125 317.22025Q208.125 316.54837 207.8125 316.22025Q207.5 315.8765 206.76562 315.8765Q206.15625 315.8765 205.75 316.23587Q205.35938 316.59525 205.29688 317.20462L205.29688 321.40775L204.21875 321.40775L204.21875 317.2515Q204.21875 315.8765 202.85938 315.8765Q201.79688 315.8765 201.40625 316.78275L201.40625 321.40775L200.3125 321.40775L200.3125 315.064L201.34375 315.064ZM213.95312 321.53275Q212.65625 321.53275 211.84375 320.689Q211.04688 319.82962 211.04688 318.40775L211.04688 318.22025Q211.04688 317.26712 211.40625 316.53275Q211.76562 315.78275 212.40625 315.3765Q213.0625 314.95462 213.8125 314.95462Q215.04688 314.95462 215.73438 315.76712Q216.42188 316.57962 216.42188 318.09525L216.42188 318.54837L212.125 318.54837Q212.15625 319.48587 212.67188 320.064Q213.20312 320.64212 214.01562 320.64212Q214.57812 320.64212 214.96875 320.40775Q215.375 320.17337 215.6875 319.78275L216.34375 320.29837Q215.54688 321.53275 213.95312 321.53275ZM213.8125 315.84525Q213.15625 315.84525 212.70312 316.32962Q212.26562 316.79837 212.17188 317.65775L215.34375 317.65775L215.34375 317.57962Q215.29688 316.7515 214.89062 316.29837Q214.5 315.84525 213.8125 315.84525Z" fill-rule="nonzero"/><path fill="#666666" d="M220.5625 352.01102Q220.5625 353.91727 219.90625 354.85477Q219.26562 355.77664 217.875 355.77664Q216.51562 355.77664 215.85938 354.8704Q215.20312 353.96414 215.17188 352.15164L215.17188 350.71414Q215.17188 348.82352 215.8125 347.91727Q216.46875 346.9954 217.85938 346.9954Q219.23438 346.9954 219.89062 347.88602Q220.54688 348.76102 220.5625 350.60477L220.5625 352.01102ZM219.46875 350.52664Q219.46875 349.15164 219.07812 348.52664Q218.70312 347.88602 217.85938 347.88602Q217.03125 347.88602 216.64062 348.52664Q216.26562 349.15164 216.26562 350.44852L216.26562 352.1829Q216.26562 353.5579 216.65625 354.22977Q217.0625 354.88602 217.875 354.88602Q218.67188 354.88602 219.0625 354.26102Q219.45312 353.63602 219.46875 352.3079L219.46875 350.52664ZM222.10938 348.76102Q222.10938 347.9954 222.59375 347.4954Q223.09375 346.9954 223.85938 346.9954Q224.64062 346.9954 225.125 347.4954Q225.60938 347.9954 225.60938 348.79227L225.60938 349.21414Q225.60938 349.97977 225.10938 350.47977Q224.625 350.96414 223.875 350.96414Q223.10938 350.96414 222.60938 350.47977Q222.10938 349.97977 222.10938 349.16727L222.10938 348.76102ZM222.92188 349.21414Q222.92188 349.66727 223.17188 349.96414Q223.4375 350.26102 223.875 350.26102Q224.29688 350.26102 224.54688 349.97977Q224.79688 349.6829 224.79688 349.1829L224.79688 348.76102Q224.79688 348.3079 224.54688 348.01102Q224.29688 347.69852 223.85938 347.69852Q223.42188 347.69852 223.17188 348.01102Q222.92188 348.3079 222.92188 348.77664L222.92188 349.21414ZM226.26562 353.5579Q226.26562 352.79227 226.75 352.3079Q227.25 351.8079 228.01562 351.8079Q228.78125 351.8079 229.26562 352.3079Q229.76562 352.79227 229.76562 353.60477L229.76562 354.01102Q229.76562 354.77664 229.28125 355.27664Q228.79688 355.77664 228.03125 355.77664Q227.26562 355.77664 226.76562 355.29227Q226.26562 354.79227 226.26562 353.97977L226.26562 353.5579ZM227.07812 354.01102Q227.07812 354.47977 227.32812 354.77664Q227.59375 355.07352 228.03125 355.07352Q228.45312 355.07352 228.70312 354.79227Q228.95312 354.4954 228.95312 353.9954L228.95312 353.5579Q228.95312 353.08914 228.6875 352.8079Q228.4375 352.51102 228.01562 352.51102Q227.59375 352.51102 227.32812 352.8079Q227.07812 353.08914 227.07812 353.58914L227.07812 354.01102ZM224.125 355.01102L223.5 354.6204L227.67188 347.94852L228.28125 348.33914L224.125 355.01102Z" fill-rule="nonzero"/><path fill="#666666" d="M306.05313 355.65164L300.45938 355.65164L300.45938 354.8704L303.4125 351.58914Q304.06876 350.83914 304.31876 350.38602Q304.56876 349.91727 304.56876 349.41727Q304.56876 348.7454 304.1625 348.32352Q303.77188 347.88602 303.08438 347.88602Q302.2875 347.88602 301.83438 348.35477Q301.38126 348.8079 301.38126 349.63602L300.30313 349.63602Q300.30313 348.44852 301.05313 347.72977Q301.81876 346.9954 303.08438 346.9954Q304.2875 346.9954 304.975 347.6204Q305.6625 348.2454 305.6625 349.29227Q305.6625 350.54227 304.05313 352.29227L301.77188 354.76102L306.05313 354.76102L306.05313 355.65164ZM312.81876 352.01102Q312.81876 353.91727 312.1625 354.85477Q311.52188 355.77664 310.13126 355.77664Q308.77188 355.77664 308.11563 354.8704Q307.45938 353.96414 307.42813 352.15164L307.42813 350.71414Q307.42813 348.82352 308.06876 347.91727Q308.725 346.9954 310.11563 346.9954Q311.49063 346.9954 312.14688 347.88602Q312.80313 348.76102 312.81876 350.60477L312.81876 352.01102ZM311.725 350.52664Q311.725 349.15164 311.33438 348.52664Q310.95938 347.88602 310.11563 347.88602Q309.2875 347.88602 308.89688 348.52664Q308.52188 349.15164 308.52188 350.44852L308.52188 352.1829Q308.52188 353.5579 308.9125 354.22977Q309.31876 354.88602 310.13126 354.88602Q310.92813 354.88602 311.31876 354.26102Q311.70938 353.63602 311.725 352.3079L311.725 350.52664ZM314.36563 348.76102Q314.36563 347.9954 314.85 347.4954Q315.35 346.9954 316.11563 346.9954Q316.89688 346.9954 317.38126 347.4954Q317.86563 347.9954 317.86563 348.79227L317.86563 349.21414Q317.86563 349.97977 317.36563 350.47977Q316.88126 350.96414 316.13126 350.96414Q315.36563 350.96414 314.86563 350.47977Q314.36563 349.97977 314.36563 349.16727L314.36563 348.76102ZM315.17813 349.21414Q315.17813 349.66727 315.42813 349.96414Q315.69376 350.26102 316.13126 350.26102Q316.55313 350.26102 316.80313 349.97977Q317.05313 349.6829 317.05313 349.1829L317.05313 348.76102Q317.05313 348.3079 316.80313 348.01102Q316.55313 347.69852 316.11563 347.69852Q315.67813 347.69852 315.42813 348.01102Q315.17813 348.3079 315.17813 348.77664L315.17813 349.21414ZM318.52188 353.5579Q318.52188 352.79227 319.00626 352.3079Q319.50626 351.8079 320.27188 351.8079Q321.0375 351.8079 321.52188 352.3079Q322.02188 352.79227 322.02188 353.60477L322.02188 354.01102Q322.02188 354.77664 321.5375 355.27664Q321.05313 355.77664 320.2875 355.77664Q319.52188 355.77664 319.02188 355.29227Q318.52188 354.79227 318.52188 353.97977L318.52188 353.5579ZM319.33438 354.01102Q319.33438 354.47977 319.58438 354.77664Q319.85 355.07352 320.2875 355.07352Q320.70938 355.07352 320.95938 354.79227Q321.20938 354.4954 321.20938 353.9954L321.20938 353.5579Q321.20938 353.08914 320.94376 352.8079Q320.69376 352.51102 320.27188 352.51102Q319.85 352.51102 319.58438 352.8079Q319.33438 353.08914 319.33438 353.58914L319.33438 354.01102ZM316.38126 355.01102L315.75626 354.6204L319.92813 347.94852L320.5375 348.33914L316.38126 355.01102Z" fill-rule="nonzero"/><path fill="#666666" d="M393.79376 352.79227L394.98126 352.79227L394.98126 353.66727L393.79376 353.66727L393.79376 355.65164L392.71564 355.65164L392.71564 353.66727L388.825 353.66727L388.825 353.02664L392.6375 347.1204L393.79376 347.1204L393.79376 352.79227ZM390.0594 352.79227L392.71564 352.79227L392.71564 348.60477L392.575 348.83914L390.0594 352.79227ZM401.575 352.01102Q401.575 353.91727 400.91876 354.85477Q400.27814 355.77664 398.8875 355.77664Q397.52814 355.77664 396.8719 354.8704Q396.21564 353.96414 396.1844 352.15164L396.1844 350.71414Q396.1844 348.82352 396.825 347.91727Q397.48126 346.9954 398.8719 346.9954Q400.2469 346.9954 400.90314 347.88602Q401.5594 348.76102 401.575 350.60477L401.575 352.01102ZM400.48126 350.52664Q400.48126 349.15164 400.09064 348.52664Q399.71564 347.88602 398.8719 347.88602Q398.04376 347.88602 397.65314 348.52664Q397.27814 349.15164 397.27814 350.44852L397.27814 352.1829Q397.27814 353.5579 397.66876 354.22977Q398.075 354.88602 398.8875 354.88602Q399.6844 354.88602 400.075 354.26102Q400.46564 353.63602 400.48126 352.3079L400.48126 350.52664ZM403.1219 348.76102Q403.1219 347.9954 403.60626 347.4954Q404.10626 346.9954 404.8719 346.9954Q405.65314 346.9954 406.1375 347.4954Q406.6219 347.9954 406.6219 348.79227L406.6219 349.21414Q406.6219 349.97977 406.1219 350.47977Q405.6375 350.96414 404.8875 350.96414Q404.1219 350.96414 403.6219 350.47977Q403.1219 349.97977 403.1219 349.16727L403.1219 348.76102ZM403.9344 349.21414Q403.9344 349.66727 404.1844 349.96414Q404.45 350.26102 404.8875 350.26102Q405.3094 350.26102 405.5594 349.97977Q405.8094 349.6829 405.8094 349.1829L405.8094 348.76102Q405.8094 348.3079 405.5594 348.01102Q405.3094 347.69852 404.8719 347.69852Q404.4344 347.69852 404.1844 348.01102Q403.9344 348.3079 403.9344 348.77664L403.9344 349.21414ZM407.27814 353.5579Q407.27814 352.79227 407.7625 352.3079Q408.2625 351.8079 409.02814 351.8079Q409.79376 351.8079 410.27814 352.3079Q410.77814 352.79227 410.77814 353.60477L410.77814 354.01102Q410.77814 354.77664 410.29376 355.27664Q409.8094 355.77664 409.04376 355.77664Q408.27814 355.77664 407.77814 355.29227Q407.27814 354.79227 407.27814 353.97977L407.27814 353.5579ZM408.09064 354.01102Q408.09064 354.47977 408.34064 354.77664Q408.60626 355.07352 409.04376 355.07352Q409.46564 355.07352 409.71564 354.79227Q409.96564 354.4954 409.96564 353.9954L409.96564 353.5579Q409.96564 353.08914 409.7 352.8079Q409.45 352.51102 409.02814 352.51102Q408.60626 352.51102 408.34064 352.8079Q408.09064 353.08914 408.09064 353.58914L408.09064 354.01102ZM405.1375 355.01102L404.5125 354.6204L408.6844 347.94852L409.29376 348.33914L405.1375 355.01102Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 347.1204L482.2375 348.02664L482.03436 348.02664Q480.76874 348.0579 480.01874 348.79227Q479.26874 349.51102 479.14374 350.82352Q479.83124 350.0579 480.9875 350.0579Q482.09686 350.0579 482.76874 350.83914Q483.4406 351.6204 483.4406 352.8704Q483.4406 354.1829 482.72186 354.97977Q482.0031 355.77664 480.78436 355.77664Q479.5656 355.77664 478.8 354.83914Q478.05 353.88602 478.05 352.40164L478.05 351.9954Q478.05 349.63602 479.05 348.38602Q480.05 347.13602 482.03436 347.1204L482.2375 347.1204ZM480.8156 350.96414Q480.2531 350.96414 479.78436 351.29227Q479.3156 351.6204 479.1281 352.13602L479.1281 352.52664Q479.1281 353.58914 479.59686 354.22977Q480.08124 354.8704 480.78436 354.8704Q481.51874 354.8704 481.9406 354.33914Q482.3625 353.79227 482.3625 352.91727Q482.3625 352.04227 481.9406 351.51102Q481.51874 350.96414 480.8156 350.96414ZM490.33124 352.01102Q490.33124 353.91727 489.675 354.85477Q489.03436 355.77664 487.64374 355.77664Q486.28436 355.77664 485.6281 354.8704Q484.97186 353.96414 484.9406 352.15164L484.9406 350.71414Q484.9406 348.82352 485.58124 347.91727Q486.2375 346.9954 487.6281 346.9954Q489.0031 346.9954 489.65936 347.88602Q490.3156 348.76102 490.33124 350.60477L490.33124 352.01102ZM489.2375 350.52664Q489.2375 349.15164 488.84686 348.52664Q488.47186 347.88602 487.6281 347.88602Q486.8 347.88602 486.40936 348.52664Q486.03436 349.15164 486.03436 350.44852L486.03436 352.1829Q486.03436 353.5579 486.425 354.22977Q486.83124 354.88602 487.64374 354.88602Q488.4406 354.88602 488.83124 354.26102Q489.22186 353.63602 489.2375 352.3079L489.2375 350.52664ZM491.8781 348.76102Q491.8781 347.9954 492.3625 347.4954Q492.8625 346.9954 493.6281 346.9954Q494.40936 346.9954 494.89374 347.4954Q495.3781 347.9954 495.3781 348.79227L495.3781 349.21414Q495.3781 349.97977 494.8781 350.47977Q494.39374 350.96414 493.64374 350.96414Q492.8781 350.96414 492.3781 350.47977Q491.8781 349.97977 491.8781 349.16727L491.8781 348.76102ZM492.6906 349.21414Q492.6906 349.66727 492.9406 349.96414Q493.20624 350.26102 493.64374 350.26102Q494.0656 350.26102 494.3156 349.97977Q494.5656 349.6829 494.5656 349.1829L494.5656 348.76102Q494.5656 348.3079 494.3156 348.01102Q494.0656 347.69852 493.6281 347.69852Q493.1906 347.69852 492.9406 348.01102Q492.6906 348.3079 492.6906 348.77664L492.6906 349.21414ZM496.03436 353.5579Q496.03436 352.79227 496.51874 352.3079Q497.01874 351.8079 497.78436 351.8079Q498.55 351.8079 499.03436 352.3079Q499.53436 352.79227 499.53436 353.60477L499.53436 354.01102Q499.53436 354.77664 499.05 355.27664Q498.5656 355.77664 497.8 355.77664Q497.03436 355.77664 496.53436 355.29227Q496.03436 354.79227 496.03436 353.97977L496.03436 353.5579ZM496.84686 354.01102Q496.84686 354.47977 497.09686 354.77664Q497.3625 355.07352 497.8 355.07352Q498.22186 355.07352 498.47186 354.79227Q498.72186 354.4954 498.72186 353.9954L498.72186 353.5579Q498.72186 353.08914 498.45624 352.8079Q498.20624 352.51102 497.78436 352.51102Q497.3625 352.51102 497.09686 352.8079Q496.84686 353.08914 496.84686 353.58914L496.84686 354.01102ZM493.89374 355.01102L493.26874 354.6204L497.4406 347.94852L498.05 348.33914L493.89374 355.01102Z" fill-rule="nonzero"/><path fill="#666666" d="M571.91565 349.33914Q571.91565 349.97977 571.5719 350.47977Q571.22815 350.97977 570.66565 351.26102Q571.3219 351.54227 571.7125 352.10477Q572.10315 352.65164 572.10315 353.35477Q572.10315 354.44852 571.35315 355.1204Q570.6188 355.77664 569.4 355.77664Q568.16565 355.77664 567.41565 355.1204Q566.6813 354.44852 566.6813 353.35477Q566.6813 352.65164 567.0563 352.10477Q567.4313 351.54227 568.10315 351.26102Q567.54065 350.97977 567.2125 350.47977Q566.8844 349.97977 566.8844 349.33914Q566.8844 348.26102 567.5719 347.63602Q568.2594 346.9954 569.4 346.9954Q570.525 346.9954 571.2125 347.63602Q571.91565 348.26102 571.91565 349.33914ZM571.025 353.32352Q571.025 352.60477 570.5719 352.16727Q570.1188 351.71414 569.3844 351.71414Q568.65 351.71414 568.1969 352.16727Q567.7594 352.60477 567.7594 353.33914Q567.7594 354.0579 568.1969 354.47977Q568.6344 354.88602 569.4 354.88602Q570.15 354.88602 570.5875 354.46414Q571.025 354.04227 571.025 353.32352ZM569.4 347.88602Q568.7594 347.88602 568.35315 348.29227Q567.9625 348.6829 567.9625 349.3704Q567.9625 350.01102 568.35315 350.41727Q568.7438 350.82352 569.3844 350.82352Q570.04065 350.82352 570.4313 350.41727Q570.8219 350.01102 570.8219 349.3704Q570.8219 348.71414 570.41565 348.3079Q570.0094 347.88602 569.4 347.88602ZM579.0875 352.01102Q579.0875 353.91727 578.4313 354.85477Q577.79065 355.77664 576.4 355.77664Q575.04065 355.77664 574.3844 354.8704Q573.72815 353.96414 573.6969 352.15164L573.6969 350.71414Q573.6969 348.82352 574.3375 347.91727Q574.9938 346.9954 576.3844 346.9954Q577.7594 346.9954 578.41565 347.88602Q579.0719 348.76102 579.0875 350.60477L579.0875 352.01102ZM577.9938 350.52664Q577.9938 349.15164 577.60315 348.52664Q577.22815 347.88602 576.3844 347.88602Q575.5563 347.88602 575.16565 348.52664Q574.79065 349.15164 574.79065 350.44852L574.79065 352.1829Q574.79065 353.5579 575.1813 354.22977Q575.5875 354.88602 576.4 354.88602Q577.1969 354.88602 577.5875 354.26102Q577.97815 353.63602 577.9938 352.3079L577.9938 350.52664ZM580.6344 348.76102Q580.6344 347.9954 581.1188 347.4954Q581.6188 346.9954 582.3844 346.9954Q583.16565 346.9954 583.65 347.4954Q584.1344 347.9954 584.1344 348.79227L584.1344 349.21414Q584.1344 349.97977 583.6344 350.47977Q583.15 350.96414 582.4 350.96414Q581.6344 350.96414 581.1344 350.47977Q580.6344 349.97977 580.6344 349.16727L580.6344 348.76102ZM581.4469 349.21414Q581.4469 349.66727 581.6969 349.96414Q581.9625 350.26102 582.4 350.26102Q582.8219 350.26102 583.0719 349.97977Q583.3219 349.6829 583.3219 349.1829L583.3219 348.76102Q583.3219 348.3079 583.0719 348.01102Q582.8219 347.69852 582.3844 347.69852Q581.9469 347.69852 581.6969 348.01102Q581.4469 348.3079 581.4469 348.77664L581.4469 349.21414ZM584.79065 353.5579Q584.79065 352.79227 585.275 352.3079Q585.775 351.8079 586.54065 351.8079Q587.3063 351.8079 587.79065 352.3079Q588.29065 352.79227 588.29065 353.60477L588.29065 354.01102Q588.29065 354.77664 587.8063 355.27664Q587.3219 355.77664 586.5563 355.77664Q585.79065 355.77664 585.29065 355.29227Q584.79065 354.79227 584.79065 353.97977L584.79065 353.5579ZM585.60315 354.01102Q585.60315 354.47977 585.85315 354.77664Q586.1188 355.07352 586.5563 355.07352Q586.97815 355.07352 587.22815 354.79227Q587.47815 354.4954 587.47815 353.9954L587.47815 353.5579Q587.47815 353.08914 587.2125 352.8079Q586.9625 352.51102 586.54065 352.51102Q586.1188 352.51102 585.85315 352.8079Q585.60315 353.08914 585.60315 353.58914L585.60315 354.01102ZM582.65 355.01102L582.025 354.6204L586.1969 347.94852L586.8063 348.33914L582.65 355.01102Z" fill-rule="nonzero"/><path fill="#666666" d="M26.55625 30.306252L22.384375 30.306252L21.446875 32.9L20.0875 32.9L23.9 22.946877L25.040625 22.946877L28.853125 32.9L27.509375 32.9L26.55625 30.306252ZM22.775 29.228127L26.165625 29.228127L24.4625 24.571877L22.775 29.228127ZM36.11875 29.290627Q36.11875 30.978127 35.3375 32.009377Q34.55625 33.040627 33.24375 33.040627Q31.853125 33.040627 31.0875 32.040627L31.025 32.9L29.853125 32.9L29.853125 22.400002L31.11875 22.400002L31.11875 26.321877Q31.884375 25.368752 33.228127 25.368752Q34.5875 25.368752 35.353127 26.384377Q36.11875 27.400002 36.11875 29.181252L36.11875 29.290627ZM34.853127 29.134377Q34.853127 27.853127 34.353127 27.150002Q33.853127 26.446877 32.915627 26.446877Q31.665625 26.446877 31.11875 27.603127L31.11875 30.806252Q31.696875 31.962502 32.93125 31.962502Q33.8375 31.962502 34.3375 31.259377Q34.853127 30.556252 34.853127 29.134377ZM37.525 29.134377Q37.525 28.040627 37.946877 27.181252Q38.384377 26.306252 39.134377 25.837502Q39.9 25.368752 40.884377 25.368752Q42.384377 25.368752 43.321877 26.415627Q44.259377 27.462502 44.259377 29.196877L44.259377 29.290627Q44.259377 30.368752 43.8375 31.228127Q43.43125 32.071877 42.65 32.55625Q41.884377 33.040627 40.9 33.040627Q39.384377 33.040627 38.446877 31.993752Q37.525 30.946877 37.525 29.228127L37.525 29.134377ZM38.790627 29.290627Q38.790627 30.509377 39.353127 31.259377Q39.93125 32.009377 40.9 32.009377Q41.853127 32.009377 42.415627 31.259377Q42.99375 30.493752 42.99375 29.134377Q42.99375 27.915627 42.415627 27.165627Q41.8375 26.400002 40.884377 26.400002Q39.946877 26.400002 39.36875 27.150002Q38.790627 27.900002 38.790627 29.290627ZM50.43125 32.165627Q49.68125 33.040627 48.259377 33.040627Q47.071877 33.040627 46.446877 32.353127Q45.8375 31.665627 45.8375 30.321877L45.8375 25.509377L47.0875 25.509377L47.0875 30.275002Q47.0875 31.962502 48.4625 31.962502Q49.915627 31.962502 50.384377 30.884377L50.384377 25.509377L51.65 25.509377L51.65 32.9L50.446877 32.9L50.43125 32.165627ZM55.571877 23.712502L55.571877 25.509377L56.946877 25.509377L56.946877 26.478127L55.571877 26.478127L55.571877 31.071877Q55.571877 31.509377 55.759377 31.743752Q55.946877 31.962502 56.384377 31.962502Q56.603127 31.962502 56.99375 31.868752L56.99375 32.9Q56.49375 33.040627 56.025 33.040627Q55.165627 33.040627 54.728127 32.525Q54.30625 32.009377 54.30625 31.071877L54.30625 26.478127L52.9625 26.478127L52.9625 25.509377L54.30625 25.509377L54.30625 23.712502L55.571877 23.712502ZM63.11875 26.400002Q63.9625 25.368752 65.30625 25.368752Q67.65 25.368752 67.68125 28.009377L67.68125 32.9L66.41563 32.9L66.41563 28.009377Q66.4 27.212502 66.04063 26.837502Q65.68125 26.446877 64.93125 26.446877Q64.30625 26.446877 63.8375 26.775002Q63.384377 27.103127 63.11875 27.634377L63.11875 32.9L61.853127 32.9L61.853127 22.400002L63.11875 22.400002L63.11875 26.400002ZM69.525 29.134377Q69.525 28.040627 69.94688 27.181252Q70.38438 26.306252 71.13438 25.837502Q71.9 25.368752 72.88438 25.368752Q74.38438 25.368752 75.32188 26.415627Q76.25938 27.462502 76.25938 29.196877L76.25938 29.290627Q76.25938 30.368752 75.8375 31.228127Q75.43125 32.071877 74.65 32.55625Q73.88438 33.040627 72.9 33.040627Q71.38438 33.040627 70.44688 31.993752Q69.525 30.946877 69.525 29.228127L69.525 29.134377ZM70.79063 29.290627Q70.79063 30.509377 71.35313 31.259377Q71.93125 32.009377 72.9 32.009377Q73.85313 32.009377 74.41563 31.259377Q74.99375 30.493752 74.99375 29.134377Q74.99375 27.915627 74.41563 27.165627Q73.8375 26.400002 72.88438 26.400002Q71.94688 26.400002 71.36875 27.150002Q70.79063 27.900002 70.79063 29.290627ZM84.4 31.150002L85.82188 25.509377L87.0875 25.509377L84.94688 32.9L83.91563 32.9L82.11875 27.290627L80.36875 32.9L79.3375 32.9L77.19688 25.509377L78.44688 25.509377L79.91563 31.040627L81.63438 25.509377L82.65 25.509377L84.4 31.150002ZM93.04063 25.509377L93.0875 26.321877Q93.9 25.368752 95.275 25.368752Q96.82188 25.368752 97.38438 26.556252Q97.75938 26.025002 98.35313 25.696877Q98.94688 25.368752 99.74375 25.368752Q102.18125 25.368752 102.22813 27.946877L102.22813 32.9L100.9625 32.9L100.9625 28.025002Q100.9625 27.228127 100.5875 26.837502Q100.22813 26.446877 99.38438 26.446877Q98.66563 26.446877 98.19688 26.868752Q97.74375 27.275002 97.66563 27.993752L97.66563 32.9L96.4 32.9L96.4 28.056252Q96.4 26.446877 94.82188 26.446877Q93.57188 26.446877 93.11875 27.493752L93.11875 32.9L91.85313 32.9L91.85313 25.509377L93.04063 25.509377ZM108.43125 32.9Q108.32188 32.68125 108.24375 32.11875Q107.36875 33.040627 106.13438 33.040627Q105.04063 33.040627 104.3375 32.43125Q103.65 31.806252 103.65 30.853127Q103.65 29.696877 104.525 29.056252Q105.4 28.415627 106.99375 28.415627L108.22813 28.415627L108.22813 27.837502Q108.22813 27.165627 107.82188 26.775002Q107.43125 26.384377 106.66563 26.384377Q105.97813 26.384377 105.525 26.728127Q105.07188 27.071877 105.07188 27.556252L103.79063 27.556252Q103.79063 26.993752 104.18125 26.478127Q104.5875 25.962502 105.25938 25.665627Q105.93125 25.368752 106.72813 25.368752Q108.00938 25.368752 108.72813 26.009377Q109.4625 26.650002 109.49375 27.759377L109.49375 31.165627Q109.49375 32.18125 109.74375 32.790627L109.74375 32.9L108.43125 32.9ZM106.32188 31.931252Q106.91563 31.931252 107.44688 31.634377Q107.99375 31.321877 108.22813 30.821877L108.22813 29.306252L107.22813 29.306252Q104.91563 29.306252 104.91563 30.665627Q104.91563 31.259377 105.30625 31.603127Q105.69688 31.931252 106.32188 31.931252ZM113.05625 25.509377L113.0875 26.431252Q113.94688 25.368752 115.30625 25.368752Q117.65 25.368752 117.68125 28.009377L117.68125 32.9L116.41563 32.9L116.41563 28.009377Q116.4 27.212502 116.04063 26.837502Q115.68125 26.446877 114.93125 26.446877Q114.30625 26.446877 113.8375 26.775002Q113.38438 27.103127 113.11875 27.634377L113.11875 32.9L111.85313 32.9L111.85313 25.509377L113.05625 25.509377ZM122.275 31.040627L123.99375 25.509377L125.35313 25.509377L122.38438 34.040627Q121.69688 35.884377 120.18125 35.884377L119.94688 35.86875L119.47813 35.775L119.47813 34.759377L119.82188 34.775Q120.4625 34.775 120.82188 34.509377Q121.18125 34.259377 121.41563 33.571877L121.69688 32.821877L119.05625 25.509377L120.43125 25.509377L122.275 31.040627ZM136.10312 29.290627Q136.10312 30.978127 135.32187 32.009377Q134.55624 33.040627 133.24374 33.040627Q131.9 33.040627 131.11874 32.18125L131.11874 35.74375L129.85312 35.74375L129.85312 25.509377L131.00937 25.509377L131.07187 26.321877Q131.85312 25.368752 133.22812 25.368752Q134.55624 25.368752 135.32187 26.368752Q136.10312 27.368752 136.10312 29.165627L136.10312 29.290627ZM134.8375 29.134377Q134.8375 27.884377 134.30624 27.165627Q133.775 26.446877 132.8375 26.446877Q131.69687 26.446877 131.11874 27.462502L131.11874 30.993752Q131.69687 32.009377 132.85312 32.009377Q133.775 32.009377 134.30624 31.290627Q134.8375 30.556252 134.8375 29.134377ZM140.93124 33.040627Q139.41562 33.040627 138.47812 32.05625Q137.54062 31.056252 137.54062 29.400002L137.54062 29.181252Q137.54062 28.071877 137.9625 27.212502Q138.38437 26.337502 139.13437 25.853127Q139.88437 25.368752 140.775 25.368752Q142.2125 25.368752 143.00937 26.321877Q143.80624 27.259377 143.80624 29.040627L143.80624 29.556252L138.80624 29.556252Q138.82187 30.650002 139.43124 31.337502Q140.05624 32.009377 140.99374 32.009377Q141.66562 32.009377 142.11874 31.743752Q142.5875 31.462502 142.94687 31.009377L143.7125 31.603127Q142.79062 33.040627 140.93124 33.040627ZM140.775 26.400002Q140.00937 26.400002 139.47812 26.962502Q138.9625 27.525002 138.8375 28.525002L142.54062 28.525002L142.54062 28.431252Q142.49374 27.462502 142.025 26.931252Q141.55624 26.400002 140.775 26.400002ZM144.525 29.134377Q144.525 28.040627 144.94687 27.181252Q145.38437 26.306252 146.13437 25.837502Q146.9 25.368752 147.88437 25.368752Q149.38437 25.368752 150.32187 26.415627Q151.25937 27.462502 151.25937 29.196877L151.25937 29.290627Q151.25937 30.368752 150.8375 31.228127Q150.43124 32.071877 149.65 32.55625Q148.88437 33.040627 147.9 33.040627Q146.38437 33.040627 145.44687 31.993752Q144.525 30.946877 144.525 29.228127L144.525 29.134377ZM145.79062 29.290627Q145.79062 30.509377 146.35312 31.259377Q146.93124 32.009377 147.9 32.009377Q148.85312 32.009377 149.41562 31.259377Q149.99374 30.493752 149.99374 29.134377Q149.99374 27.915627 149.41562 27.165627Q148.8375 26.400002 147.88437 26.400002Q146.94687 26.400002 146.36874 27.150002Q145.79062 27.900002 145.79062 29.290627ZM159.10312 29.290627Q159.10312 30.978127 158.32187 32.009377Q157.55624 33.040627 156.24374 33.040627Q154.9 33.040627 154.11874 32.18125L154.11874 35.74375L152.85312 35.74375L152.85312 25.509377L154.00937 25.509377L154.07187 26.321877Q154.85312 25.368752 156.22812 25.368752Q157.55624 25.368752 158.32187 26.368752Q159.10312 27.368752 159.10312 29.165627L159.10312 29.290627ZM157.8375 29.134377Q157.8375 27.884377 157.30624 27.165627Q156.775 26.446877 155.8375 26.446877Q154.69687 26.446877 154.11874 27.462502L154.11874 30.993752Q154.69687 32.009377 155.85312 32.009377Q156.775 32.009377 157.30624 31.290627Q157.8375 30.556252 157.8375 29.134377ZM162.22812 32.9L160.9625 32.9L160.9625 22.400002L162.22812 22.400002L162.22812 32.9ZM166.93124 33.040627Q165.41562 33.040627 164.47812 32.05625Q163.54062 31.056252 163.54062 29.400002L163.54062 29.181252Q163.54062 28.071877 163.9625 27.212502Q164.38437 26.337502 165.13437 25.853127Q165.88437 25.368752 166.775 25.368752Q168.2125 25.368752 169.00937 26.321877Q169.80624 27.259377 169.80624 29.040627L169.80624 29.556252L164.80624 29.556252Q164.82187 30.650002 165.43124 31.337502Q166.05624 32.009377 166.99374 32.009377Q167.66562 32.009377 168.11874 31.743752Q168.5875 31.462502 168.94687 31.009377L169.7125 31.603127Q168.79062 33.040627 166.93124 33.040627ZM166.775 26.400002Q166.00937 26.400002 165.47812 26.962502Q164.9625 27.525002 164.8375 28.525002L168.54062 28.525002L168.54062 28.431252Q168.49374 27.462502 168.025 26.931252Q167.55624 26.400002 166.775 26.400002ZM180.4 31.150002L181.82187 25.509377L183.0875 25.509377L180.94687 32.9L179.91562 32.9L178.11874 27.290627L176.36874 32.9L175.3375 32.9L173.19687 25.509377L174.44687 25.509377L175.91562 31.040627L177.63437 25.509377L178.65 25.509377L180.4 31.150002ZM184.525 29.134377Q184.525 28.040627 184.94687 27.181252Q185.38437 26.306252 186.13437 25.837502Q186.9 25.368752 187.88437 25.368752Q189.38437 25.368752 190.32187 26.415627Q191.25937 27.462502 191.25937 29.196877L191.25937 29.290627Q191.25937 30.368752 190.8375 31.228127Q190.43124 32.071877 189.65 32.55625Q188.88437 33.040627 187.9 33.040627Q186.38437 33.040627 185.44687 31.993752Q184.525 30.946877 184.525 29.228127L184.525 29.134377ZM185.79062 29.290627Q185.79062 30.509377 186.35312 31.259377Q186.93124 32.009377 187.9 32.009377Q188.85312 32.009377 189.41562 31.259377Q189.99374 30.493752 189.99374 29.134377Q189.99374 27.915627 189.41562 27.165627Q188.8375 26.400002 187.88437 26.400002Q186.94687 26.400002 186.36874 27.150002Q185.79062 27.900002 185.79062 29.290627ZM196.43124 26.634377Q196.15 26.587502 195.80624 26.587502Q194.57187 26.587502 194.11874 27.650002L194.11874 32.9L192.85312 32.9L192.85312 25.509377L194.0875 25.509377L194.10312 26.353127Q194.72812 25.368752 195.86874 25.368752Q196.24374 25.368752 196.43124 25.462502L196.43124 26.634377ZM199.91562 29.478127L199.13437 30.306252L199.13437 32.9L197.86874 32.9L197.86874 22.400002L199.13437 22.400002L199.13437 28.743752L199.80624 27.931252L202.10312 25.509377L203.65 25.509377L200.775 28.587502L203.97812 32.9L202.49374 32.9L199.91562 29.478127ZM212.43124 32.9Q212.32187 32.68125 212.24374 32.11875Q211.36874 33.040627 210.13437 33.040627Q209.04062 33.040627 208.3375 32.43125Q207.65 31.806252 207.65 30.853127Q207.65 29.696877 208.525 29.056252Q209.4 28.415627 210.99374 28.415627L212.22812 28.415627L212.22812 27.837502Q212.22812 27.165627 211.82187 26.775002Q211.43124 26.384377 210.66562 26.384377Q209.97812 26.384377 209.525 26.728127Q209.07187 27.071877 209.07187 27.556252L207.79062 27.556252Q207.79062 26.993752 208.18124 26.478127Q208.5875 25.962502 209.25937 25.665627Q209.93124 25.368752 210.72812 25.368752Q212.00937 25.368752 212.72812 26.009377Q213.4625 26.650002 213.49374 27.759377L213.49374 31.165627Q213.49374 32.18125 213.74374 32.790627L213.74374 32.9L212.43124 32.9ZM210.32187 31.931252Q210.91562 31.931252 211.44687 31.634377Q211.99374 31.321877 212.22812 30.821877L212.22812 29.306252L211.22812 29.306252Q208.91562 29.306252 208.91562 30.665627Q208.91562 31.259377 209.30624 31.603127Q209.69687 31.931252 210.32187 31.931252ZM217.57187 23.712502L217.57187 25.509377L218.94687 25.509377L218.94687 26.478127L217.57187 26.478127L217.57187 31.071877Q217.57187 31.509377 217.75937 31.743752Q217.94687 31.962502 218.38437 31.962502Q218.60312 31.962502 218.99374 31.868752L218.99374 32.9Q218.49374 33.040627 218.025 33.040627Q217.16562 33.040627 216.72812 32.525Q216.30624 32.009377 216.30624 31.071877L216.30624 26.478127L214.9625 26.478127L214.9625 25.509377L216.30624 25.509377L216.30624 23.712502L217.57187 23.712502ZM226.275 31.040627L227.99374 25.509377L229.35312 25.509377L226.38437 34.040627Q225.69687 35.884377 224.18124 35.884377L223.94687 35.86875L223.47812 35.775L223.47812 34.759377L223.82187 34.775Q224.4625 34.775 224.82187 34.509377Q225.18124 34.259377 225.41562 33.571877L225.69687 32.821877L223.05624 25.509377L224.43124 25.509377L226.275 31.040627ZM230.525 29.134377Q230.525 28.040627 230.94687 27.181252Q231.38437 26.306252 232.13437 25.837502Q232.9 25.368752 233.88437 25.368752Q235.38437 25.368752 236.32187 26.415627Q237.25937 27.462502 237.25937 29.196877L237.25937 29.290627Q237.25937 30.368752 236.8375 31.228127Q236.43124 32.071877 235.65 32.55625Q234.88437 33.040627 233.9 33.040627Q232.38437 33.040627 231.44687 31.993752Q230.525 30.946877 230.525 29.228127L230.525 29.134377ZM231.79062 29.290627Q231.79062 30.509377 232.35312 31.259377Q232.93124 32.009377 233.9 32.009377Q234.85312 32.009377 235.41562 31.259377Q235.99374 30.493752 235.99374 29.134377Q235.99374 27.915627 235.41562 27.165627Q234.8375 26.400002 233.88437 26.400002Q232.94687 26.400002 232.36874 27.150002Q231.79062 27.900002 231.79062 29.290627ZM243.43124 32.165627Q242.68124 33.040627 241.25937 33.040627Q240.07187 33.040627 239.44687 32.353127Q238.8375 31.665627 238.8375 30.321877L238.8375 25.509377L240.0875 25.509377L240.0875 30.275002Q240.0875 31.962502 241.4625 31.962502Q242.91562 31.962502 243.38437 30.884377L243.38437 25.509377L244.65 25.509377L244.65 32.9L243.44687 32.9L243.43124 32.165627ZM250.43124 26.634377Q250.15 26.587502 249.80624 26.587502Q248.57187 26.587502 248.11874 27.650002L248.11874 32.9L246.85312 32.9L246.85312 25.509377L248.0875 25.509377L248.10312 26.353127Q248.72812 25.368752 249.86874 25.368752Q250.24374 25.368752 250.43124 25.462502L250.43124 26.634377ZM254.525 29.134377Q254.525 28.040627 254.94687 27.181252Q255.38437 26.306252 256.13437 25.837502Q256.9 25.368752 257.88437 25.368752Q259.38437 25.368752 260.32187 26.415627Q261.25937 27.462502 261.25937 29.196877L261.25937 29.290627Q261.25937 30.368752 260.8375 31.228127Q260.43124 32.071877 259.65 32.55625Q258.88437 33.040627 257.9 33.040627Q256.38437 33.040627 255.44687 31.993752Q254.525 30.946877 254.525 29.228127L254.525 29.134377ZM255.79062 29.290627Q255.79062 30.509377 256.35312 31.259377Q256.93124 32.009377 257.9 32.009377Q258.85312 32.009377 259.41562 31.259377Q259.99374 30.493752 259.99374 29.134377Q259.99374 27.915627 259.41562 27.165627Q258.8375 26.400002 257.88437 26.400002Q256.94687 26.400002 256.36874 27.150002Q255.79062 27.900002 255.79062 29.290627ZM266.43124 26.634377Q266.15 26.587502 265.80624 26.587502Q264.57187 26.587502 264.11874 27.650002L264.11874 32.9L262.85312 32.9L262.85312 25.509377L264.0875 25.509377L264.10312 26.353127Q264.72812 25.368752 265.86874 25.368752Q266.24374 25.368752 266.43124 25.462502L266.43124 26.634377ZM267.55624 29.134377Q267.55624 27.415627 268.35312 26.400002Q269.15 25.368752 270.47812 25.368752Q271.82187 25.368752 272.5875 26.321877L272.65 25.509377L273.80624 25.509377L273.80624 32.728127Q273.80624 34.165627 272.94687 34.978127Q272.10312 35.80625 270.66562 35.80625Q269.86874 35.80625 269.10312 35.4625Q268.3375 35.134377 267.93124 34.540627L268.5875 33.775Q269.4 34.775 270.57187 34.775Q271.49374 34.775 272.00937 34.259377Q272.54062 33.74375 272.54062 32.790627L272.54062 32.165627Q271.775 33.040627 270.4625 33.040627Q269.16562 33.040627 268.35312 31.993752Q267.55624 30.946877 267.55624 29.134377ZM268.82187 29.290627Q268.82187 30.540627 269.3375 31.259377Q269.85312 31.962502 270.775 31.962502Q271.97812 31.962502 272.54062 30.868752L272.54062 27.493752Q271.94687 26.446877 270.79062 26.446877Q269.86874 26.446877 269.3375 27.165627Q268.82187 27.868752 268.82187 29.290627ZM280.43124 32.9Q280.32187 32.68125 280.24374 32.11875Q279.36874 33.040627 278.13437 33.040627Q277.04062 33.040627 276.3375 32.43125Q275.65 31.806252 275.65 30.853127Q275.65 29.696877 276.525 29.056252Q277.4 28.415627 278.99374 28.415627L280.22812 28.415627L280.22812 27.837502Q280.22812 27.165627 279.82187 26.775002Q279.43124 26.384377 278.66562 26.384377Q277.97812 26.384377 277.525 26.728127Q277.07187 27.071877 277.07187 27.556252L275.79062 27.556252Q275.79062 26.993752 276.18124 26.478127Q276.5875 25.962502 277.25937 25.665627Q277.93124 25.368752 278.72812 25.368752Q280.00937 25.368752 280.72812 26.009377Q281.4625 26.650002 281.49374 27.759377L281.49374 31.165627Q281.49374 32.18125 281.74374 32.790627L281.74374 32.9L280.43124 32.9ZM278.32187 31.931252Q278.91562 31.931252 279.44687 31.634377Q279.99374 31.321877 280.22812 30.821877L280.22812 29.306252L279.22812 29.306252Q276.91562 29.306252 276.91562 30.665627Q276.91562 31.259377 277.30624 31.603127Q277.69687 31.931252 278.32187 31.931252ZM285.05624 25.509377L285.0875 26.431252Q285.94687 25.368752 287.30624 25.368752Q289.65 25.368752 289.68124 28.009377L289.68124 32.9L288.41562 32.9L288.41562 28.009377Q288.4 27.212502 288.04062 26.837502Q287.68124 26.446877 286.93124 26.446877Q286.30624 26.446877 285.8375 26.775002Q285.38437 27.103127 285.11874 27.634377L285.11874 32.9L283.85312 32.9L283.85312 25.509377L285.05624 25.509377ZM293.22812 32.9L291.9625 32.9L291.9625 25.509377L293.22812 25.509377L293.22812 32.9ZM291.86874 23.540627Q291.86874 23.228127 292.05624 23.025002Q292.24374 22.806252 292.60312 22.806252Q292.97812 22.806252 293.16562 23.025002Q293.36874 23.228127 293.36874 23.540627Q293.36874 23.853127 293.16562 24.056252Q292.97812 24.259377 292.60312 24.259377Q292.24374 24.259377 292.05624 24.056252Q291.86874 23.853127 291.86874 23.540627ZM296.04062 31.868752L300.36874 31.868752L300.36874 32.9L294.50937 32.9L294.50937 31.962502L298.5875 26.556252L294.55624 26.556252L294.55624 25.509377L300.16562 25.509377L300.16562 26.400002L296.04062 31.868752ZM306.43124 32.9Q306.32187 32.68125 306.24374 32.11875Q305.36874 33.040627 304.13437 33.040627Q303.04062 33.040627 302.3375 32.43125Q301.65 31.806252 301.65 30.853127Q301.65 29.696877 302.525 29.056252Q303.4 28.415627 304.99374 28.415627L306.22812 28.415627L306.22812 27.837502Q306.22812 27.165627 305.82187 26.775002Q305.43124 26.384377 304.66562 26.384377Q303.97812 26.384377 303.525 26.728127Q303.07187 27.071877 303.07187 27.556252L301.79062 27.556252Q301.79062 26.993752 302.18124 26.478127Q302.5875 25.962502 303.25937 25.665627Q303.93124 25.368752 304.72812 25.368752Q306.00937 25.368752 306.72812 26.009377Q307.4625 26.650002 307.49374 27.759377L307.49374 31.165627Q307.49374 32.18125 307.74374 32.790627L307.74374 32.9L306.43124 32.9ZM304.32187 31.931252Q304.91562 31.931252 305.44687 31.634377Q305.99374 31.321877 306.22812 30.821877L306.22812 29.306252L305.22812 29.306252Q302.91562 29.306252 302.91562 30.665627Q302.91562 31.259377 303.30624 31.603127Q303.69687 31.931252 304.32187 31.931252ZM311.57187 23.712502L311.57187 25.509377L312.94687 25.509377L312.94687 26.478127L311.57187 26.478127L311.57187 31.071877Q311.57187 31.509377 311.75937 31.743752Q311.94687 31.962502 312.38437 31.962502Q312.60312 31.962502 312.99374 31.868752L312.99374 32.9Q312.49374 33.040627 312.025 33.040627Q311.16562 33.040627 310.72812 32.525Q310.30624 32.009377 310.30624 31.071877L310.30624 26.478127L308.9625 26.478127L308.9625 25.509377L310.30624 25.509377L310.30624 23.712502L311.57187 23.712502ZM316.22812 32.9L314.9625 32.9L314.9625 25.509377L316.22812 25.509377L316.22812 32.9ZM314.86874 23.540627Q314.86874 23.228127 315.05624 23.025002Q315.24374 22.806252 315.60312 22.806252Q315.97812 22.806252 316.16562 23.025002Q316.36874 23.228127 316.36874 23.540627Q316.36874 23.853127 316.16562 24.056252Q315.97812 24.259377 315.60312 24.259377Q315.24374 24.259377 315.05624 24.056252Q314.86874 23.853127 314.86874 23.540627ZM317.525 29.134377Q317.525 28.040627 317.94687 27.181252Q318.38437 26.306252 319.13437 25.837502Q319.9 25.368752 320.88437 25.368752Q322.38437 25.368752 323.32187 26.415627Q324.25937 27.462502 324.25937 29.196877L324.25937 29.290627Q324.25937 30.368752 323.8375 31.228127Q323.43124 32.071877 322.65 32.55625Q321.88437 33.040627 320.9 33.040627Q319.38437 33.040627 318.44687 31.993752Q317.525 30.946877 317.525 29.228127L317.525 29.134377ZM318.79062 29.290627Q318.79062 30.509377 319.35312 31.259377Q319.93124 32.009377 320.9 32.009377Q321.85312 32.009377 322.41562 31.259377Q322.99374 30.493752 322.99374 29.134377Q322.99374 27.915627 322.41562 27.165627Q321.8375 26.400002 320.88437 26.400002Q319.94687 26.400002 319.36874 27.150002Q318.79062 27.900002 318.79062 29.290627ZM327.05624 25.509377L327.0875 26.431252Q327.94687 25.368752 329.30624 25.368752Q331.65 25.368752 331.68124 28.009377L331.68124 32.9L330.41562 32.9L330.41562 28.009377Q330.4 27.212502 330.04062 26.837502Q329.68124 26.446877 328.93124 26.446877Q328.30624 26.446877 327.8375 26.775002Q327.38437 27.103127 327.11874 27.634377L327.11874 32.9L325.85312 32.9L325.85312 25.509377L327.05624 25.509377ZM335.3375 30.103127Q335.35312 29.290627 335.525 28.821877Q335.69687 28.337502 336.22812 27.759377L337.11874 26.837502Q337.69687 26.196877 337.69687 25.446877Q337.69687 24.728127 337.32187 24.321877Q336.94687 23.915627 336.22812 23.915627Q335.525 23.915627 335.10312 24.290627Q334.68124 24.650002 334.68124 25.275002L333.41562 25.275002Q333.43124 24.165627 334.19687 23.493752Q334.97812 22.806252 336.22812 22.806252Q337.50937 22.806252 338.22812 23.509377Q338.9625 24.196877 338.9625 25.400002Q338.9625 26.603127 337.85312 27.759377L337.10312 28.509377Q336.60312 29.056252 336.60312 30.103127L335.3375 30.103127ZM335.29062 32.259377Q335.29062 31.962502 335.47812 31.759377Q335.66562 31.540627 336.025 31.540627Q336.4 31.540627 336.5875 31.759377Q336.79062 31.962502 336.79062 32.275Q336.79062 32.571877 336.5875 32.775Q336.4 32.978127 336.025 32.978127Q335.66562 32.978127 335.47812 32.775Q335.29062 32.571877 335.29062 32.259377Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig10.svg b/_content/survey2019/fig10.svg
deleted file mode 100644
index f375de2..0000000
--- a/_content/survey2019/fig10.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 659.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="659" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 659.0L0 659.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M163.5 48.5L163.5 580.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M264.5 48.5L264.5 580.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M366.5 48.5L366.5 580.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M467.5 48.5L467.5 580.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 48.5L569.5 580.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M163.5 48.944817L569.4754 48.944817L569.4754 580.66797L163.5 580.66797L163.5 48.944817Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 81.0L163.0 72.0L241.0 72.0C242.10457 72.0 243.0 72.89543 243.0 74.0L243.0 79.0C243.0 80.10457 242.10457 81.0 241.0 81.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 81.0L163.0 72.0L241.0 72.0C242.10457 72.0 243.0 72.89543 243.0 74.0L243.0 79.0C243.0 80.10457 242.10457 81.0 241.0 81.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 145.0L163.0 136.0L238.0 136.0C239.10457 136.0 240.0 136.89543 240.0 138.0L240.0 143.0C240.0 144.10457 239.10457 145.0 238.0 145.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 145.0L163.0 136.0L238.0 136.0C239.10457 136.0 240.0 136.89543 240.0 138.0L240.0 143.0C240.0 144.10457 239.10457 145.0 238.0 145.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 208.0L163.0 199.0L303.0 199.0C304.10458 199.0 305.0 199.89543 305.0 201.0L305.0 206.0C305.0 207.10457 304.10458 208.0 303.0 208.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 208.0L163.0 199.0L303.0 199.0C304.10458 199.0 305.0 199.89543 305.0 201.0L305.0 206.0C305.0 207.10457 304.10458 208.0 303.0 208.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 272.0L163.0 263.0L199.0 263.0C200.10457 263.0 201.0 263.89542 201.0 265.0L201.0 270.0C201.0 271.10458 200.10457 272.0 199.0 272.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 272.0L163.0 263.0L199.0 263.0C200.10457 263.0 201.0 263.89542 201.0 265.0L201.0 270.0C201.0 271.10458 200.10457 272.0 199.0 272.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 336.0L163.0 327.0L218.0 327.0C219.10457 327.0 220.0 327.89542 220.0 329.0L220.0 334.0C220.0 335.10458 219.10457 336.0 218.0 336.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 336.0L163.0 327.0L218.0 327.0C219.10457 327.0 220.0 327.89542 220.0 329.0L220.0 334.0C220.0 335.10458 219.10457 336.0 218.0 336.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 399.0L163.0 390.0L220.0 390.0C221.10457 390.0 222.0 390.89542 222.0 392.0L222.0 397.0C222.0 398.10458 221.10457 399.0 220.0 399.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 399.0L163.0 390.0L220.0 390.0C221.10457 390.0 222.0 390.89542 222.0 392.0L222.0 397.0C222.0 398.10458 221.10457 399.0 220.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 463.0L163.0 454.0L172.0 454.0C173.10457 454.0 174.0 454.89542 174.0 456.0L174.0 461.0C174.0 462.10458 173.10457 463.0 172.0 463.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 463.0L163.0 454.0L172.0 454.0C173.10457 454.0 174.0 454.89542 174.0 456.0L174.0 461.0C174.0 462.10458 173.10457 463.0 172.0 463.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 527.0L163.0 518.0L208.0 518.0C209.10457 518.0 210.0 518.89545 210.0 520.0L210.0 525.0C210.0 526.10455 209.10457 527.0 208.0 527.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M163.0 527.0L163.0 518.0L208.0 518.0C209.10457 518.0 210.0 518.89545 210.0 520.0L210.0 525.0C210.0 526.10455 209.10457 527.0 208.0 527.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 91.0L163.0 82.0L306.0 82.0C307.10458 82.0 308.0 82.89543 308.0 84.0L308.0 89.0C308.0 90.10457 307.10458 91.0 306.0 91.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 91.0L163.0 82.0L306.0 82.0C307.10458 82.0 308.0 82.89543 308.0 84.0L308.0 89.0C308.0 90.10457 307.10458 91.0 306.0 91.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 155.0L163.0 146.0L265.0 146.0C266.10458 146.0 267.0 146.89543 267.0 148.0L267.0 153.0C267.0 154.10457 266.10458 155.0 265.0 155.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 155.0L163.0 146.0L265.0 146.0C266.10458 146.0 267.0 146.89543 267.0 148.0L267.0 153.0C267.0 154.10457 266.10458 155.0 265.0 155.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 218.0L163.0 209.0L282.0 209.0C283.10458 209.0 284.0 209.89543 284.0 211.0L284.0 216.0C284.0 217.10457 283.10458 218.0 282.0 218.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 218.0L163.0 209.0L282.0 209.0C283.10458 209.0 284.0 209.89543 284.0 211.0L284.0 216.0C284.0 217.10457 283.10458 218.0 282.0 218.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 282.0L163.0 273.0L194.0 273.0C195.10457 273.0 196.0 273.89542 196.0 275.0L196.0 280.0C196.0 281.10458 195.10457 282.0 194.0 282.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 282.0L163.0 273.0L194.0 273.0C195.10457 273.0 196.0 273.89542 196.0 275.0L196.0 280.0C196.0 281.10458 195.10457 282.0 194.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 346.0L163.0 337.0L198.0 337.0C199.10457 337.0 200.0 337.89542 200.0 339.0L200.0 344.0C200.0 345.10458 199.10457 346.0 198.0 346.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 346.0L163.0 337.0L198.0 337.0C199.10457 337.0 200.0 337.89542 200.0 339.0L200.0 344.0C200.0 345.10458 199.10457 346.0 198.0 346.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 409.0L163.0 400.0L194.0 400.0C195.10457 400.0 196.0 400.89542 196.0 402.0L196.0 407.0C196.0 408.10458 195.10457 409.0 194.0 409.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 409.0L163.0 400.0L194.0 400.0C195.10457 400.0 196.0 400.89542 196.0 402.0L196.0 407.0C196.0 408.10458 195.10457 409.0 194.0 409.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 473.0L163.0 464.0L172.0 464.0C173.10457 464.0 174.0 464.89542 174.0 466.0L174.0 471.0C174.0 472.10458 173.10457 473.0 172.0 473.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 473.0L163.0 464.0L172.0 464.0C173.10457 464.0 174.0 464.89542 174.0 466.0L174.0 471.0C174.0 472.10458 173.10457 473.0 172.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 537.0L163.0 528.0L188.0 528.0C189.10457 528.0 190.0 528.89545 190.0 530.0L190.0 535.0C190.0 536.10455 189.10457 537.0 188.0 537.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M163.0 537.0L163.0 528.0L188.0 528.0C189.10457 528.0 190.0 528.89545 190.0 530.0L190.0 535.0C190.0 536.10455 189.10457 537.0 188.0 537.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 101.0L163.0 92.0L357.0 92.0C358.10458 92.0 359.0 92.89543 359.0 94.0L359.0 99.0C359.0 100.10457 358.10458 101.0 357.0 101.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 101.0L163.0 92.0L357.0 92.0C358.10458 92.0 359.0 92.89543 359.0 94.0L359.0 99.0C359.0 100.10457 358.10458 101.0 357.0 101.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 165.0L163.0 156.0L283.0 156.0C284.10458 156.0 285.0 156.89543 285.0 158.0L285.0 163.0C285.0 164.10457 284.10458 165.0 283.0 165.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 165.0L163.0 156.0L283.0 156.0C284.10458 156.0 285.0 156.89543 285.0 158.0L285.0 163.0C285.0 164.10457 284.10458 165.0 283.0 165.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 228.0L163.0 219.0L258.0 219.0C259.10458 219.0 260.0 219.89543 260.0 221.0L260.0 226.0C260.0 227.10457 259.10458 228.0 258.0 228.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 228.0L163.0 219.0L258.0 219.0C259.10458 219.0 260.0 219.89543 260.0 221.0L260.0 226.0C260.0 227.10457 259.10458 228.0 258.0 228.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 292.0L163.0 283.0L190.0 283.0C191.10457 283.0 192.0 283.89542 192.0 285.0L192.0 290.0C192.0 291.10458 191.10457 292.0 190.0 292.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 292.0L163.0 283.0L190.0 283.0C191.10457 283.0 192.0 283.89542 192.0 285.0L192.0 290.0C192.0 291.10458 191.10457 292.0 190.0 292.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 356.0L163.0 347.0L183.0 347.0C184.10457 347.0 185.0 347.89542 185.0 349.0L185.0 354.0C185.0 355.10458 184.10457 356.0 183.0 356.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 356.0L163.0 347.0L183.0 347.0C184.10457 347.0 185.0 347.89542 185.0 349.0L185.0 354.0C185.0 355.10458 184.10457 356.0 183.0 356.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 419.0L163.0 410.0L178.0 410.0C179.10457 410.0 180.0 410.89542 180.0 412.0L180.0 417.0C180.0 418.10458 179.10457 419.0 178.0 419.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 419.0L163.0 410.0L178.0 410.0C179.10457 410.0 180.0 410.89542 180.0 412.0L180.0 417.0C180.0 418.10458 179.10457 419.0 178.0 419.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 483.0L163.0 474.0L173.0 474.0C174.10457 474.0 175.0 474.89542 175.0 476.0L175.0 481.0C175.0 482.10458 174.10457 483.0 173.0 483.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 483.0L163.0 474.0L173.0 474.0C174.10457 474.0 175.0 474.89542 175.0 476.0L175.0 481.0C175.0 482.10458 174.10457 483.0 173.0 483.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 547.0L163.0 538.0L176.0 538.0C177.10457 538.0 178.0 538.89545 178.0 540.0L178.0 545.0C178.0 546.10455 177.10457 547.0 176.0 547.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M163.0 547.0L163.0 538.0L176.0 538.0C177.10457 538.0 178.0 538.89545 178.0 540.0L178.0 545.0C178.0 546.10455 177.10457 547.0 176.0 547.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 111.0L163.0 102.0L369.0 102.0C370.10458 102.0 371.0 102.89543 371.0 104.0L371.0 109.0C371.0 110.10457 370.10458 111.0 369.0 111.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 111.0L163.0 102.0L369.0 102.0C370.10458 102.0 371.0 102.89543 371.0 104.0L371.0 109.0C371.0 110.10457 370.10458 111.0 369.0 111.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 175.0L163.0 166.0L332.0 166.0C333.10458 166.0 334.0 166.89543 334.0 168.0L334.0 173.0C334.0 174.10457 333.10458 175.0 332.0 175.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 175.0L163.0 166.0L332.0 166.0C333.10458 166.0 334.0 166.89543 334.0 168.0L334.0 173.0C334.0 174.10457 333.10458 175.0 332.0 175.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 238.0L163.0 229.0L233.0 229.0C234.10457 229.0 235.0 229.89543 235.0 231.0L235.0 236.0C235.0 237.10457 234.10457 238.0 233.0 238.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 238.0L163.0 229.0L233.0 229.0C234.10457 229.0 235.0 229.89543 235.0 231.0L235.0 236.0C235.0 237.10457 234.10457 238.0 233.0 238.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 302.0L163.0 293.0L180.0 293.0C181.10457 293.0 182.0 293.89542 182.0 295.0L182.0 300.0C182.0 301.10458 181.10457 302.0 180.0 302.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 302.0L163.0 293.0L180.0 293.0C181.10457 293.0 182.0 293.89542 182.0 295.0L182.0 300.0C182.0 301.10458 181.10457 302.0 180.0 302.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 366.0L163.0 357.0L171.0 357.0C172.10457 357.0 173.0 357.89542 173.0 359.0L173.0 364.0C173.0 365.10458 172.10457 366.0 171.0 366.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 366.0L163.0 357.0L171.0 357.0C172.10457 357.0 173.0 357.89542 173.0 359.0L173.0 364.0C173.0 365.10458 172.10457 366.0 171.0 366.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 429.0L163.0 420.0L168.0 420.0C169.10457 420.0 170.0 420.89542 170.0 422.0L170.0 427.0C170.0 428.10458 169.10457 429.0 168.0 429.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 429.0L163.0 420.0L168.0 420.0C169.10457 420.0 170.0 420.89542 170.0 422.0L170.0 427.0C170.0 428.10458 169.10457 429.0 168.0 429.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 493.0L163.0 484.0L174.0 484.0C175.10457 484.0 176.0 484.89542 176.0 486.0L176.0 491.0C176.0 492.10458 175.10457 493.0 174.0 493.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 493.0L163.0 484.0L174.0 484.0C175.10457 484.0 176.0 484.89542 176.0 486.0L176.0 491.0C176.0 492.10458 175.10457 493.0 174.0 493.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 557.0L163.0 548.0L173.0 548.0C174.10457 548.0 175.0 548.89545 175.0 550.0L175.0 555.0C175.0 556.10455 174.10457 557.0 173.0 557.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M163.0 557.0L163.0 548.0L173.0 548.0C174.10457 548.0 175.0 548.89545 175.0 550.0L175.0 555.0C175.0 556.10455 174.10457 557.0 173.0 557.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.62473 80.5L255.71848 80.5L255.71848 74.484375L253.89035 75.140625L253.89035 74.328125L256.4841 73.359375L256.62473 73.359375L256.62473 80.5ZM263.20285 73.390625L263.20285 74.15625L263.03098 74.15625Q261.9841 74.171875 261.3591 74.78125Q260.7341 75.375 260.62473 76.484375Q261.18723 75.84375 262.15598 75.84375Q263.09348 75.84375 263.64035 76.5Q264.20285 77.140625 264.20285 78.1875Q264.20285 79.28125 263.59348 79.9375Q262.99973 80.59375 261.99973 80.59375Q260.9841 80.59375 260.34348 79.8125Q259.70285 79.03125 259.70285 77.796875L259.70285 77.453125Q259.70285 75.484375 260.53098 74.453125Q261.37473 73.40625 263.03098 73.390625L263.20285 73.390625ZM262.01535 76.59375Q261.5466 76.59375 261.15598 76.875Q260.76535 77.140625 260.6091 77.5625L260.6091 77.890625Q260.6091 78.78125 260.99973 79.3125Q261.40598 79.84375 261.99973 79.84375Q262.6091 79.84375 262.95285 79.40625Q263.31223 78.953125 263.31223 78.21875Q263.31223 77.484375 262.95285 77.046875Q262.59348 76.59375 262.01535 76.59375ZM265.57785 74.75Q265.57785 74.125 265.9841 73.703125Q266.39035 73.28125 267.03098 73.28125Q267.68723 73.28125 268.07785 73.703125Q268.4841 74.125 268.4841 74.78125L268.4841 75.140625Q268.4841 75.78125 268.07785 76.1875Q267.6716 76.59375 267.0466 76.59375Q266.40598 76.59375 265.9841 76.1875Q265.57785 75.78125 265.57785 75.09375L265.57785 74.75ZM266.24973 75.140625Q266.24973 75.515625 266.45285 75.765625Q266.6716 76.0 267.0466 76.0Q267.39035 76.0 267.59348 75.765625Q267.81223 75.53125 267.81223 75.109375L267.81223 74.75Q267.81223 74.375 267.59348 74.125Q267.39035 73.875 267.03098 73.875Q266.6716 73.875 266.45285 74.125Q266.24973 74.375 266.24973 74.78125L266.24973 75.140625ZM269.03098 78.75Q269.03098 78.109375 269.43723 77.703125Q269.8591 77.296875 270.4841 77.296875Q271.12473 77.296875 271.53098 77.703125Q271.95285 78.109375 271.95285 78.796875L271.95285 79.140625Q271.95285 79.78125 271.5466 80.203125Q271.14035 80.609375 270.49973 80.609375Q269.87473 80.609375 269.45285 80.203125Q269.03098 79.78125 269.03098 79.109375L269.03098 78.75ZM269.71848 79.140625Q269.71848 79.515625 269.9216 79.765625Q270.14035 80.015625 270.49973 80.015625Q270.8591 80.015625 271.06223 79.78125Q271.28098 79.53125 271.28098 79.125L271.28098 78.75Q271.28098 78.375 271.06223 78.125Q270.84348 77.875 270.49973 77.875Q270.14035 77.875 269.9216 78.125Q269.71848 78.359375 269.71848 78.78125L269.71848 79.140625ZM267.24973 79.96875L266.7341 79.640625L270.20285 74.078125L270.71848 74.40625L267.24973 79.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M256.62473 80.5L255.71848 80.5L255.71848 74.484375L253.89035 75.140625L253.89035 74.328125L256.4841 73.359375L256.62473 73.359375L256.62473 80.5ZM263.20285 73.390625L263.20285 74.15625L263.03098 74.15625Q261.9841 74.171875 261.3591 74.78125Q260.7341 75.375 260.62473 76.484375Q261.18723 75.84375 262.15598 75.84375Q263.09348 75.84375 263.64035 76.5Q264.20285 77.140625 264.20285 78.1875Q264.20285 79.28125 263.59348 79.9375Q262.99973 80.59375 261.99973 80.59375Q260.9841 80.59375 260.34348 79.8125Q259.70285 79.03125 259.70285 77.796875L259.70285 77.453125Q259.70285 75.484375 260.53098 74.453125Q261.37473 73.40625 263.03098 73.390625L263.20285 73.390625ZM262.01535 76.59375Q261.5466 76.59375 261.15598 76.875Q260.76535 77.140625 260.6091 77.5625L260.6091 77.890625Q260.6091 78.78125 260.99973 79.3125Q261.40598 79.84375 261.99973 79.84375Q262.6091 79.84375 262.95285 79.40625Q263.31223 78.953125 263.31223 78.21875Q263.31223 77.484375 262.95285 77.046875Q262.59348 76.59375 262.01535 76.59375ZM265.57785 74.75Q265.57785 74.125 265.9841 73.703125Q266.39035 73.28125 267.03098 73.28125Q267.68723 73.28125 268.07785 73.703125Q268.4841 74.125 268.4841 74.78125L268.4841 75.140625Q268.4841 75.78125 268.07785 76.1875Q267.6716 76.59375 267.0466 76.59375Q266.40598 76.59375 265.9841 76.1875Q265.57785 75.78125 265.57785 75.09375L265.57785 74.75ZM266.24973 75.140625Q266.24973 75.515625 266.45285 75.765625Q266.6716 76.0 267.0466 76.0Q267.39035 76.0 267.59348 75.765625Q267.81223 75.53125 267.81223 75.109375L267.81223 74.75Q267.81223 74.375 267.59348 74.125Q267.39035 73.875 267.03098 73.875Q266.6716 73.875 266.45285 74.125Q266.24973 74.375 266.24973 74.78125L266.24973 75.140625ZM269.03098 78.75Q269.03098 78.109375 269.43723 77.703125Q269.8591 77.296875 270.4841 77.296875Q271.12473 77.296875 271.53098 77.703125Q271.95285 78.109375 271.95285 78.796875L271.95285 79.140625Q271.95285 79.78125 271.5466 80.203125Q271.14035 80.609375 270.49973 80.609375Q269.87473 80.609375 269.45285 80.203125Q269.03098 79.78125 269.03098 79.109375L269.03098 78.75ZM269.71848 79.140625Q269.71848 79.515625 269.9216 79.765625Q270.14035 80.015625 270.49973 80.015625Q270.8591 80.015625 271.06223 79.78125Q271.28098 79.53125 271.28098 79.125L271.28098 78.75Q271.28098 78.375 271.06223 78.125Q270.84348 77.875 270.49973 77.875Q270.14035 77.875 269.9216 78.125Q269.71848 78.359375 269.71848 78.78125L269.71848 79.140625ZM267.24973 79.96875L266.7341 79.640625L270.20285 74.078125L270.71848 74.40625L267.24973 79.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.42302 144.5L252.51677 144.5L252.51677 138.48438L250.68864 139.14062L250.68864 138.32812L253.2824 137.35938L253.42302 137.35938L253.42302 144.5ZM256.86053 140.9375L257.23553 137.39062L260.87616 137.39062L260.87616 138.21875L258.00116 138.21875L257.7824 140.15625Q258.29803 139.85938 258.9699 139.85938Q259.93866 139.85938 260.50116 140.5Q261.07928 141.14062 261.07928 142.23438Q261.07928 143.32812 260.48553 143.96875Q259.89178 144.59375 258.82928 144.59375Q257.89178 144.59375 257.2824 144.07812Q256.68866 143.54688 256.61053 142.625L257.4699 142.625Q257.54803 143.23438 257.89178 143.54688Q258.25116 143.85938 258.82928 143.85938Q259.45428 143.85938 259.81366 143.4375Q260.17303 143.0 260.17303 142.25Q260.17303 141.53125 259.7824 141.10938Q259.4074 140.67188 258.75116 140.67188Q258.17303 140.67188 257.82928 140.92188L257.5949 141.125L256.86053 140.9375ZM262.37616 138.75Q262.37616 138.125 262.7824 137.70312Q263.18866 137.28125 263.82928 137.28125Q264.48553 137.28125 264.87616 137.70312Q265.2824 138.125 265.2824 138.78125L265.2824 139.14062Q265.2824 139.78125 264.87616 140.1875Q264.4699 140.59375 263.8449 140.59375Q263.20428 140.59375 262.7824 140.1875Q262.37616 139.78125 262.37616 139.09375L262.37616 138.75ZM263.04803 139.14062Q263.04803 139.51562 263.25116 139.76562Q263.4699 140.0 263.8449 140.0Q264.18866 140.0 264.39178 139.76562Q264.61053 139.53125 264.61053 139.10938L264.61053 138.75Q264.61053 138.375 264.39178 138.125Q264.18866 137.875 263.82928 137.875Q263.4699 137.875 263.25116 138.125Q263.04803 138.375 263.04803 138.78125L263.04803 139.14062ZM265.82928 142.75Q265.82928 142.10938 266.23553 141.70312Q266.6574 141.29688 267.2824 141.29688Q267.92303 141.29688 268.32928 141.70312Q268.75116 142.10938 268.75116 142.79688L268.75116 143.14062Q268.75116 143.78125 268.3449 144.20312Q267.93866 144.60938 267.29803 144.60938Q266.67303 144.60938 266.25116 144.20312Q265.82928 143.78125 265.82928 143.10938L265.82928 142.75ZM266.51678 143.14062Q266.51678 143.51562 266.7199 143.76562Q266.93866 144.01562 267.29803 144.01562Q267.6574 144.01562 267.86053 143.78125Q268.07928 143.53125 268.07928 143.125L268.07928 142.75Q268.07928 142.375 267.86053 142.125Q267.64178 141.875 267.29803 141.875Q266.93866 141.875 266.7199 142.125Q266.51678 142.35938 266.51678 142.78125L266.51678 143.14062ZM264.04803 143.96875L263.5324 143.64062L267.00116 138.07812L267.51678 138.40625L264.04803 143.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M253.42302 144.5L252.51677 144.5L252.51677 138.48438L250.68864 139.14062L250.68864 138.32812L253.2824 137.35938L253.42302 137.35938L253.42302 144.5ZM256.86053 140.9375L257.23553 137.39062L260.87616 137.39062L260.87616 138.21875L258.00116 138.21875L257.7824 140.15625Q258.29803 139.85938 258.9699 139.85938Q259.93866 139.85938 260.50116 140.5Q261.07928 141.14062 261.07928 142.23438Q261.07928 143.32812 260.48553 143.96875Q259.89178 144.59375 258.82928 144.59375Q257.89178 144.59375 257.2824 144.07812Q256.68866 143.54688 256.61053 142.625L257.4699 142.625Q257.54803 143.23438 257.89178 143.54688Q258.25116 143.85938 258.82928 143.85938Q259.45428 143.85938 259.81366 143.4375Q260.17303 143.0 260.17303 142.25Q260.17303 141.53125 259.7824 141.10938Q259.4074 140.67188 258.75116 140.67188Q258.17303 140.67188 257.82928 140.92188L257.5949 141.125L256.86053 140.9375ZM262.37616 138.75Q262.37616 138.125 262.7824 137.70312Q263.18866 137.28125 263.82928 137.28125Q264.48553 137.28125 264.87616 137.70312Q265.2824 138.125 265.2824 138.78125L265.2824 139.14062Q265.2824 139.78125 264.87616 140.1875Q264.4699 140.59375 263.8449 140.59375Q263.20428 140.59375 262.7824 140.1875Q262.37616 139.78125 262.37616 139.09375L262.37616 138.75ZM263.04803 139.14062Q263.04803 139.51562 263.25116 139.76562Q263.4699 140.0 263.8449 140.0Q264.18866 140.0 264.39178 139.76562Q264.61053 139.53125 264.61053 139.10938L264.61053 138.75Q264.61053 138.375 264.39178 138.125Q264.18866 137.875 263.82928 137.875Q263.4699 137.875 263.25116 138.125Q263.04803 138.375 263.04803 138.78125L263.04803 139.14062ZM265.82928 142.75Q265.82928 142.10938 266.23553 141.70312Q266.6574 141.29688 267.2824 141.29688Q267.92303 141.29688 268.32928 141.70312Q268.75116 142.10938 268.75116 142.79688L268.75116 143.14062Q268.75116 143.78125 268.3449 144.20312Q267.93866 144.60938 267.29803 144.60938Q266.67303 144.60938 266.25116 144.20312Q265.82928 143.78125 265.82928 143.10938L265.82928 142.75ZM266.51678 143.14062Q266.51678 143.51562 266.7199 143.76562Q266.93866 144.01562 267.29803 144.01562Q267.6574 144.01562 267.86053 143.78125Q268.07928 143.53125 268.07928 143.125L268.07928 142.75Q268.07928 142.375 267.86053 142.125Q267.64178 141.875 267.29803 141.875Q266.93866 141.875 266.7199 142.125Q266.51678 142.35938 266.51678 142.78125L266.51678 143.14062ZM264.04803 143.96875L263.5324 143.64062L267.00116 138.07812L267.51678 138.40625L264.04803 143.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M319.94492 207.5L315.28867 207.5L315.28867 206.84375L317.7418 204.10938Q318.28867 203.5 318.4918 203.10938Q318.71054 202.71875 318.71054 202.29688Q318.71054 201.75 318.3668 201.39062Q318.03867 201.03125 317.47617 201.03125Q316.8043 201.03125 316.4293 201.42188Q316.0543 201.79688 316.0543 202.48438L315.14804 202.48438Q315.14804 201.5 315.77304 200.90625Q316.41367 200.29688 317.47617 200.29688Q318.46054 200.29688 319.03867 200.8125Q319.6168 201.32812 319.6168 202.20312Q319.6168 203.25 318.27304 204.70312L316.38242 206.76562L319.94492 206.76562L319.94492 207.5ZM325.60117 202.25Q325.60117 202.78125 325.31992 203.20312Q325.03867 203.60938 324.5543 203.84375Q325.1168 204.07812 325.4293 204.54688Q325.75742 205.0 325.75742 205.57812Q325.75742 206.5 325.13242 207.04688Q324.52304 207.59375 323.50742 207.59375Q322.47617 207.59375 321.85117 207.04688Q321.2418 206.5 321.2418 205.57812Q321.2418 205.0 321.5543 204.54688Q321.8668 204.07812 322.4293 203.84375Q321.96054 203.60938 321.6793 203.1875Q321.41367 202.76562 321.41367 202.25Q321.41367 201.34375 321.97617 200.82812Q322.5543 200.29688 323.50742 200.29688Q324.44492 200.29688 325.02304 200.82812Q325.60117 201.34375 325.60117 202.25ZM324.8668 205.5625Q324.8668 204.96875 324.47617 204.59375Q324.10117 204.21875 323.4918 204.21875Q322.88242 204.21875 322.50742 204.59375Q322.14804 204.95312 322.14804 205.5625Q322.14804 206.17188 322.50742 206.51562Q322.8668 206.85938 323.50742 206.85938Q324.13242 206.85938 324.4918 206.51562Q324.8668 206.15625 324.8668 205.5625ZM323.50742 201.03125Q322.97617 201.03125 322.63242 201.35938Q322.3043 201.6875 322.3043 202.26562Q322.3043 202.79688 322.63242 203.14062Q322.96054 203.46875 323.4918 203.46875Q324.03867 203.46875 324.3668 203.14062Q324.69492 202.79688 324.69492 202.26562Q324.69492 201.71875 324.35117 201.375Q324.02304 201.03125 323.50742 201.03125ZM327.21054 201.75Q327.21054 201.125 327.6168 200.70312Q328.02304 200.28125 328.66367 200.28125Q329.31992 200.28125 329.71054 200.70312Q330.1168 201.125 330.1168 201.78125L330.1168 202.14062Q330.1168 202.78125 329.71054 203.1875Q329.3043 203.59375 328.6793 203.59375Q328.03867 203.59375 327.6168 203.1875Q327.21054 202.78125 327.21054 202.09375L327.21054 201.75ZM327.88242 202.14062Q327.88242 202.51562 328.08554 202.76562Q328.3043 203.0 328.6793 203.0Q329.02304 203.0 329.22617 202.76562Q329.44492 202.53125 329.44492 202.10938L329.44492 201.75Q329.44492 201.375 329.22617 201.125Q329.02304 200.875 328.66367 200.875Q328.3043 200.875 328.08554 201.125Q327.88242 201.375 327.88242 201.78125L327.88242 202.14062ZM330.66367 205.75Q330.66367 205.10938 331.06992 204.70312Q331.4918 204.29688 332.1168 204.29688Q332.75742 204.29688 333.16367 204.70312Q333.58554 205.10938 333.58554 205.79688L333.58554 206.14062Q333.58554 206.78125 333.1793 207.20312Q332.77304 207.60938 332.13242 207.60938Q331.50742 207.60938 331.08554 207.20312Q330.66367 206.78125 330.66367 206.10938L330.66367 205.75ZM331.35117 206.14062Q331.35117 206.51562 331.5543 206.76562Q331.77304 207.01562 332.13242 207.01562Q332.4918 207.01562 332.69492 206.78125Q332.91367 206.53125 332.91367 206.125L332.91367 205.75Q332.91367 205.375 332.69492 205.125Q332.47617 204.875 332.13242 204.875Q331.77304 204.875 331.5543 205.125Q331.35117 205.35938 331.35117 205.78125L331.35117 206.14062ZM328.88242 206.96875L328.3668 206.64062L331.83554 201.07812L332.35117 201.40625L328.88242 206.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M319.94492 207.5L315.28867 207.5L315.28867 206.84375L317.7418 204.10938Q318.28867 203.5 318.4918 203.10938Q318.71054 202.71875 318.71054 202.29688Q318.71054 201.75 318.3668 201.39062Q318.03867 201.03125 317.47617 201.03125Q316.8043 201.03125 316.4293 201.42188Q316.0543 201.79688 316.0543 202.48438L315.14804 202.48438Q315.14804 201.5 315.77304 200.90625Q316.41367 200.29688 317.47617 200.29688Q318.46054 200.29688 319.03867 200.8125Q319.6168 201.32812 319.6168 202.20312Q319.6168 203.25 318.27304 204.70312L316.38242 206.76562L319.94492 206.76562L319.94492 207.5ZM325.60117 202.25Q325.60117 202.78125 325.31992 203.20312Q325.03867 203.60938 324.5543 203.84375Q325.1168 204.07812 325.4293 204.54688Q325.75742 205.0 325.75742 205.57812Q325.75742 206.5 325.13242 207.04688Q324.52304 207.59375 323.50742 207.59375Q322.47617 207.59375 321.85117 207.04688Q321.2418 206.5 321.2418 205.57812Q321.2418 205.0 321.5543 204.54688Q321.8668 204.07812 322.4293 203.84375Q321.96054 203.60938 321.6793 203.1875Q321.41367 202.76562 321.41367 202.25Q321.41367 201.34375 321.97617 200.82812Q322.5543 200.29688 323.50742 200.29688Q324.44492 200.29688 325.02304 200.82812Q325.60117 201.34375 325.60117 202.25ZM324.8668 205.5625Q324.8668 204.96875 324.47617 204.59375Q324.10117 204.21875 323.4918 204.21875Q322.88242 204.21875 322.50742 204.59375Q322.14804 204.95312 322.14804 205.5625Q322.14804 206.17188 322.50742 206.51562Q322.8668 206.85938 323.50742 206.85938Q324.13242 206.85938 324.4918 206.51562Q324.8668 206.15625 324.8668 205.5625ZM323.50742 201.03125Q322.97617 201.03125 322.63242 201.35938Q322.3043 201.6875 322.3043 202.26562Q322.3043 202.79688 322.63242 203.14062Q322.96054 203.46875 323.4918 203.46875Q324.03867 203.46875 324.3668 203.14062Q324.69492 202.79688 324.69492 202.26562Q324.69492 201.71875 324.35117 201.375Q324.02304 201.03125 323.50742 201.03125ZM327.21054 201.75Q327.21054 201.125 327.6168 200.70312Q328.02304 200.28125 328.66367 200.28125Q329.31992 200.28125 329.71054 200.70312Q330.1168 201.125 330.1168 201.78125L330.1168 202.14062Q330.1168 202.78125 329.71054 203.1875Q329.3043 203.59375 328.6793 203.59375Q328.03867 203.59375 327.6168 203.1875Q327.21054 202.78125 327.21054 202.09375L327.21054 201.75ZM327.88242 202.14062Q327.88242 202.51562 328.08554 202.76562Q328.3043 203.0 328.6793 203.0Q329.02304 203.0 329.22617 202.76562Q329.44492 202.53125 329.44492 202.10938L329.44492 201.75Q329.44492 201.375 329.22617 201.125Q329.02304 200.875 328.66367 200.875Q328.3043 200.875 328.08554 201.125Q327.88242 201.375 327.88242 201.78125L327.88242 202.14062ZM330.66367 205.75Q330.66367 205.10938 331.06992 204.70312Q331.4918 204.29688 332.1168 204.29688Q332.75742 204.29688 333.16367 204.70312Q333.58554 205.10938 333.58554 205.79688L333.58554 206.14062Q333.58554 206.78125 333.1793 207.20312Q332.77304 207.60938 332.13242 207.60938Q331.50742 207.60938 331.08554 207.20312Q330.66367 206.78125 330.66367 206.10938L330.66367 205.75ZM331.35117 206.14062Q331.35117 206.51562 331.5543 206.76562Q331.77304 207.01562 332.13242 207.01562Q332.4918 207.01562 332.69492 206.78125Q332.91367 206.53125 332.91367 206.125L332.91367 205.75Q332.91367 205.375 332.69492 205.125Q332.47617 204.875 332.13242 204.875Q331.77304 204.875 331.5543 205.125Q331.35117 205.35938 331.35117 205.78125L331.35117 206.14062ZM328.88242 206.96875L328.3668 206.64062L331.83554 201.07812L332.35117 201.40625L328.88242 206.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M215.98729 264.89062L213.03416 271.5L212.09666 271.5L215.01854 265.125L211.17479 265.125L211.17479 264.39062L215.98729 264.39062L215.98729 264.89062ZM217.31541 265.75Q217.31541 265.125 217.72166 264.70312Q218.12791 264.28125 218.76854 264.28125Q219.42479 264.28125 219.81541 264.70312Q220.22166 265.125 220.22166 265.78125L220.22166 266.14062Q220.22166 266.78125 219.81541 267.1875Q219.40916 267.59375 218.78416 267.59375Q218.14354 267.59375 217.72166 267.1875Q217.31541 266.78125 217.31541 266.09375L217.31541 265.75ZM217.98729 266.14062Q217.98729 266.51562 218.19041 266.76562Q218.40916 267.0 218.78416 267.0Q219.12791 267.0 219.33104 266.76562Q219.54979 266.53125 219.54979 266.10938L219.54979 265.75Q219.54979 265.375 219.33104 265.125Q219.12791 264.875 218.76854 264.875Q218.40916 264.875 218.19041 265.125Q217.98729 265.375 217.98729 265.78125L217.98729 266.14062ZM220.76854 269.75Q220.76854 269.10938 221.17479 268.70312Q221.59666 268.29688 222.22166 268.29688Q222.86229 268.29688 223.26854 268.70312Q223.69041 269.10938 223.69041 269.79688L223.69041 270.14062Q223.69041 270.78125 223.28416 271.20312Q222.87791 271.60938 222.23729 271.60938Q221.61229 271.60938 221.19041 271.20312Q220.76854 270.78125 220.76854 270.10938L220.76854 269.75ZM221.45604 270.14062Q221.45604 270.51562 221.65916 270.76562Q221.87791 271.01562 222.23729 271.01562Q222.59666 271.01562 222.79979 270.78125Q223.01854 270.53125 223.01854 270.125L223.01854 269.75Q223.01854 269.375 222.79979 269.125Q222.58104 268.875 222.23729 268.875Q221.87791 268.875 221.65916 269.125Q221.45604 269.35938 221.45604 269.78125L221.45604 270.14062ZM218.98729 270.96875L218.47166 270.64062L221.94041 265.07812L222.45604 265.40625L218.98729 270.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M215.98729 264.89062L213.03416 271.5L212.09666 271.5L215.01854 265.125L211.17479 265.125L211.17479 264.39062L215.98729 264.39062L215.98729 264.89062ZM217.31541 265.75Q217.31541 265.125 217.72166 264.70312Q218.12791 264.28125 218.76854 264.28125Q219.42479 264.28125 219.81541 264.70312Q220.22166 265.125 220.22166 265.78125L220.22166 266.14062Q220.22166 266.78125 219.81541 267.1875Q219.40916 267.59375 218.78416 267.59375Q218.14354 267.59375 217.72166 267.1875Q217.31541 266.78125 217.31541 266.09375L217.31541 265.75ZM217.98729 266.14062Q217.98729 266.51562 218.19041 266.76562Q218.40916 267.0 218.78416 267.0Q219.12791 267.0 219.33104 266.76562Q219.54979 266.53125 219.54979 266.10938L219.54979 265.75Q219.54979 265.375 219.33104 265.125Q219.12791 264.875 218.76854 264.875Q218.40916 264.875 218.19041 265.125Q217.98729 265.375 217.98729 265.78125L217.98729 266.14062ZM220.76854 269.75Q220.76854 269.10938 221.17479 268.70312Q221.59666 268.29688 222.22166 268.29688Q222.86229 268.29688 223.26854 268.70312Q223.69041 269.10938 223.69041 269.79688L223.69041 270.14062Q223.69041 270.78125 223.28416 271.20312Q222.87791 271.60938 222.23729 271.60938Q221.61229 271.60938 221.19041 271.20312Q220.76854 270.78125 220.76854 270.10938L220.76854 269.75ZM221.45604 270.14062Q221.45604 270.51562 221.65916 270.76562Q221.87791 271.01562 222.23729 271.01562Q222.59666 271.01562 222.79979 270.78125Q223.01854 270.53125 223.01854 270.125L223.01854 269.75Q223.01854 269.375 222.79979 269.125Q222.58104 268.875 222.23729 268.875Q221.87791 268.875 221.65916 269.125Q221.45604 269.35938 221.45604 269.78125L221.45604 270.14062ZM218.98729 270.96875L218.47166 270.64062L221.94041 265.07812L222.45604 265.40625L218.98729 270.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.05275 335.5L233.1465 335.5L233.1465 329.48438L231.31837 330.14062L231.31837 329.32812L233.91212 328.35938L234.05275 328.35938L234.05275 335.5ZM240.05275 335.5L239.1465 335.5L239.1465 329.48438L237.31837 330.14062L237.31837 329.32812L239.91212 328.35938L240.05275 328.35938L240.05275 335.5ZM243.00587 329.75Q243.00587 329.125 243.41212 328.70312Q243.81837 328.28125 244.459 328.28125Q245.11525 328.28125 245.50587 328.70312Q245.91212 329.125 245.91212 329.78125L245.91212 330.14062Q245.91212 330.78125 245.50587 331.1875Q245.09962 331.59375 244.47462 331.59375Q243.834 331.59375 243.41212 331.1875Q243.00587 330.78125 243.00587 330.09375L243.00587 329.75ZM243.67775 330.14062Q243.67775 330.51562 243.88087 330.76562Q244.09962 331.0 244.47462 331.0Q244.81837 331.0 245.0215 330.76562Q245.24025 330.53125 245.24025 330.10938L245.24025 329.75Q245.24025 329.375 245.0215 329.125Q244.81837 328.875 244.459 328.875Q244.09962 328.875 243.88087 329.125Q243.67775 329.375 243.67775 329.78125L243.67775 330.14062ZM246.459 333.75Q246.459 333.10938 246.86525 332.70312Q247.28712 332.29688 247.91212 332.29688Q248.55275 332.29688 248.959 332.70312Q249.38087 333.10938 249.38087 333.79688L249.38087 334.14062Q249.38087 334.78125 248.97462 335.20312Q248.56837 335.60938 247.92775 335.60938Q247.30275 335.60938 246.88087 335.20312Q246.459 334.78125 246.459 334.10938L246.459 333.75ZM247.1465 334.14062Q247.1465 334.51562 247.34962 334.76562Q247.56837 335.01562 247.92775 335.01562Q248.28712 335.01562 248.49025 334.78125Q248.709 334.53125 248.709 334.125L248.709 333.75Q248.709 333.375 248.49025 333.125Q248.2715 332.875 247.92775 332.875Q247.56837 332.875 247.34962 333.125Q247.1465 333.35938 247.1465 333.78125L247.1465 334.14062ZM244.67775 334.96875L244.16212 334.64062L247.63087 329.07812L248.1465 329.40625L244.67775 334.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M234.05275 335.5L233.1465 335.5L233.1465 329.48438L231.31837 330.14062L231.31837 329.32812L233.91212 328.35938L234.05275 328.35938L234.05275 335.5ZM240.05275 335.5L239.1465 335.5L239.1465 329.48438L237.31837 330.14062L237.31837 329.32812L239.91212 328.35938L240.05275 328.35938L240.05275 335.5ZM243.00587 329.75Q243.00587 329.125 243.41212 328.70312Q243.81837 328.28125 244.459 328.28125Q245.11525 328.28125 245.50587 328.70312Q245.91212 329.125 245.91212 329.78125L245.91212 330.14062Q245.91212 330.78125 245.50587 331.1875Q245.09962 331.59375 244.47462 331.59375Q243.834 331.59375 243.41212 331.1875Q243.00587 330.78125 243.00587 330.09375L243.00587 329.75ZM243.67775 330.14062Q243.67775 330.51562 243.88087 330.76562Q244.09962 331.0 244.47462 331.0Q244.81837 331.0 245.0215 330.76562Q245.24025 330.53125 245.24025 330.10938L245.24025 329.75Q245.24025 329.375 245.0215 329.125Q244.81837 328.875 244.459 328.875Q244.09962 328.875 243.88087 329.125Q243.67775 329.375 243.67775 329.78125L243.67775 330.14062ZM246.459 333.75Q246.459 333.10938 246.86525 332.70312Q247.28712 332.29688 247.91212 332.29688Q248.55275 332.29688 248.959 332.70312Q249.38087 333.10938 249.38087 333.79688L249.38087 334.14062Q249.38087 334.78125 248.97462 335.20312Q248.56837 335.60938 247.92775 335.60938Q247.30275 335.60938 246.88087 335.20312Q246.459 334.78125 246.459 334.10938L246.459 333.75ZM247.1465 334.14062Q247.1465 334.51562 247.34962 334.76562Q247.56837 335.01562 247.92775 335.01562Q248.28712 335.01562 248.49025 334.78125Q248.709 334.53125 248.709 334.125L248.709 333.75Q248.709 333.375 248.49025 333.125Q248.2715 332.875 247.92775 332.875Q247.56837 332.875 247.34962 333.125Q247.1465 333.35938 247.1465 333.78125L247.1465 334.14062ZM244.67775 334.96875L244.16212 334.64062L247.63087 329.07812L248.1465 329.40625L244.67775 334.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M235.81367 398.5L234.90742 398.5L234.90742 392.48438L233.0793 393.14062L233.0793 392.32812L235.67305 391.35938L235.81367 391.35938L235.81367 398.5ZM243.50117 398.5L238.84492 398.5L238.84492 397.84375L241.29805 395.10938Q241.84492 394.5 242.04805 394.10938Q242.2668 393.71875 242.2668 393.29688Q242.2668 392.75 241.92305 392.39062Q241.59492 392.03125 241.03242 392.03125Q240.36055 392.03125 239.98555 392.42188Q239.61055 392.79688 239.61055 393.48438L238.7043 393.48438Q238.7043 392.5 239.3293 391.90625Q239.96992 391.29688 241.03242 391.29688Q242.0168 391.29688 242.59492 391.8125Q243.17305 392.32812 243.17305 393.20312Q243.17305 394.25 241.8293 395.70312L239.93867 397.76562L243.50117 397.76562L243.50117 398.5ZM244.7668 392.75Q244.7668 392.125 245.17305 391.70312Q245.5793 391.28125 246.21992 391.28125Q246.87617 391.28125 247.2668 391.70312Q247.67305 392.125 247.67305 392.78125L247.67305 393.14062Q247.67305 393.78125 247.2668 394.1875Q246.86055 394.59375 246.23555 394.59375Q245.59492 394.59375 245.17305 394.1875Q244.7668 393.78125 244.7668 393.09375L244.7668 392.75ZM245.43867 393.14062Q245.43867 393.51562 245.6418 393.76562Q245.86055 394.0 246.23555 394.0Q246.5793 394.0 246.78242 393.76562Q247.00117 393.53125 247.00117 393.10938L247.00117 392.75Q247.00117 392.375 246.78242 392.125Q246.5793 391.875 246.21992 391.875Q245.86055 391.875 245.6418 392.125Q245.43867 392.375 245.43867 392.78125L245.43867 393.14062ZM248.21992 396.75Q248.21992 396.10938 248.62617 395.70312Q249.04805 395.29688 249.67305 395.29688Q250.31367 395.29688 250.71992 395.70312Q251.1418 396.10938 251.1418 396.79688L251.1418 397.14062Q251.1418 397.78125 250.73555 398.20312Q250.3293 398.60938 249.68867 398.60938Q249.06367 398.60938 248.6418 398.20312Q248.21992 397.78125 248.21992 397.10938L248.21992 396.75ZM248.90742 397.14062Q248.90742 397.51562 249.11055 397.76562Q249.3293 398.01562 249.68867 398.01562Q250.04805 398.01562 250.25117 397.78125Q250.46992 397.53125 250.46992 397.125L250.46992 396.75Q250.46992 396.375 250.25117 396.125Q250.03242 395.875 249.68867 395.875Q249.3293 395.875 249.11055 396.125Q248.90742 396.35938 248.90742 396.78125L248.90742 397.14062ZM246.43867 397.96875L245.92305 397.64062L249.3918 392.07812L249.90742 392.40625L246.43867 397.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M235.81367 398.5L234.90742 398.5L234.90742 392.48438L233.0793 393.14062L233.0793 392.32812L235.67305 391.35938L235.81367 391.35938L235.81367 398.5ZM243.50117 398.5L238.84492 398.5L238.84492 397.84375L241.29805 395.10938Q241.84492 394.5 242.04805 394.10938Q242.2668 393.71875 242.2668 393.29688Q242.2668 392.75 241.92305 392.39062Q241.59492 392.03125 241.03242 392.03125Q240.36055 392.03125 239.98555 392.42188Q239.61055 392.79688 239.61055 393.48438L238.7043 393.48438Q238.7043 392.5 239.3293 391.90625Q239.96992 391.29688 241.03242 391.29688Q242.0168 391.29688 242.59492 391.8125Q243.17305 392.32812 243.17305 393.20312Q243.17305 394.25 241.8293 395.70312L239.93867 397.76562L243.50117 397.76562L243.50117 398.5ZM244.7668 392.75Q244.7668 392.125 245.17305 391.70312Q245.5793 391.28125 246.21992 391.28125Q246.87617 391.28125 247.2668 391.70312Q247.67305 392.125 247.67305 392.78125L247.67305 393.14062Q247.67305 393.78125 247.2668 394.1875Q246.86055 394.59375 246.23555 394.59375Q245.59492 394.59375 245.17305 394.1875Q244.7668 393.78125 244.7668 393.09375L244.7668 392.75ZM245.43867 393.14062Q245.43867 393.51562 245.6418 393.76562Q245.86055 394.0 246.23555 394.0Q246.5793 394.0 246.78242 393.76562Q247.00117 393.53125 247.00117 393.10938L247.00117 392.75Q247.00117 392.375 246.78242 392.125Q246.5793 391.875 246.21992 391.875Q245.86055 391.875 245.6418 392.125Q245.43867 392.375 245.43867 392.78125L245.43867 393.14062ZM248.21992 396.75Q248.21992 396.10938 248.62617 395.70312Q249.04805 395.29688 249.67305 395.29688Q250.31367 395.29688 250.71992 395.70312Q251.1418 396.10938 251.1418 396.79688L251.1418 397.14062Q251.1418 397.78125 250.73555 398.20312Q250.3293 398.60938 249.68867 398.60938Q249.06367 398.60938 248.6418 398.20312Q248.21992 397.78125 248.21992 397.10938L248.21992 396.75ZM248.90742 397.14062Q248.90742 397.51562 249.11055 397.76562Q249.3293 398.01562 249.68867 398.01562Q250.04805 398.01562 250.25117 397.78125Q250.46992 397.53125 250.46992 397.125L250.46992 396.75Q250.46992 396.375 250.25117 396.125Q250.03242 395.875 249.68867 395.875Q249.3293 395.875 249.11055 396.125Q248.90742 396.35938 248.90742 396.78125L248.90742 397.14062ZM246.43867 397.96875L245.92305 397.64062L249.3918 392.07812L249.90742 392.40625L246.43867 397.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M189.63577 462.5L184.97952 462.5L184.97952 461.84375L187.43265 459.10938Q187.97952 458.5 188.18265 458.10938Q188.4014 457.71875 188.4014 457.29688Q188.4014 456.75 188.05765 456.39062Q187.72952 456.03125 187.16702 456.03125Q186.49515 456.03125 186.12015 456.42188Q185.74515 456.79688 185.74515 457.48438L184.8389 457.48438Q184.8389 456.5 185.4639 455.90625Q186.10452 455.29688 187.16702 455.29688Q188.1514 455.29688 188.72952 455.8125Q189.30765 456.32812 189.30765 457.20312Q189.30765 458.25 187.9639 459.70312L186.07327 461.76562L189.63577 461.76562L189.63577 462.5ZM190.9014 456.75Q190.9014 456.125 191.30765 455.70312Q191.7139 455.28125 192.35452 455.28125Q193.01077 455.28125 193.4014 455.70312Q193.80765 456.125 193.80765 456.78125L193.80765 457.14062Q193.80765 457.78125 193.4014 458.1875Q192.99515 458.59375 192.37015 458.59375Q191.72952 458.59375 191.30765 458.1875Q190.9014 457.78125 190.9014 457.09375L190.9014 456.75ZM191.57327 457.14062Q191.57327 457.51562 191.7764 457.76562Q191.99515 458.0 192.37015 458.0Q192.7139 458.0 192.91702 457.76562Q193.13577 457.53125 193.13577 457.10938L193.13577 456.75Q193.13577 456.375 192.91702 456.125Q192.7139 455.875 192.35452 455.875Q191.99515 455.875 191.7764 456.125Q191.57327 456.375 191.57327 456.78125L191.57327 457.14062ZM194.35452 460.75Q194.35452 460.10938 194.76077 459.70312Q195.18265 459.29688 195.80765 459.29688Q196.44827 459.29688 196.85452 459.70312Q197.2764 460.10938 197.2764 460.79688L197.2764 461.14062Q197.2764 461.78125 196.87015 462.20312Q196.4639 462.60938 195.82327 462.60938Q195.19827 462.60938 194.7764 462.20312Q194.35452 461.78125 194.35452 461.10938L194.35452 460.75ZM195.04202 461.14062Q195.04202 461.51562 195.24515 461.76562Q195.4639 462.01562 195.82327 462.01562Q196.18265 462.01562 196.38577 461.78125Q196.60452 461.53125 196.60452 461.125L196.60452 460.75Q196.60452 460.375 196.38577 460.125Q196.16702 459.875 195.82327 459.875Q195.4639 459.875 195.24515 460.125Q195.04202 460.35938 195.04202 460.78125L195.04202 461.14062ZM192.57327 461.96875L192.05765 461.64062L195.5264 456.07812L196.04202 456.40625L192.57327 461.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M189.63577 462.5L184.97952 462.5L184.97952 461.84375L187.43265 459.10938Q187.97952 458.5 188.18265 458.10938Q188.4014 457.71875 188.4014 457.29688Q188.4014 456.75 188.05765 456.39062Q187.72952 456.03125 187.16702 456.03125Q186.49515 456.03125 186.12015 456.42188Q185.74515 456.79688 185.74515 457.48438L184.8389 457.48438Q184.8389 456.5 185.4639 455.90625Q186.10452 455.29688 187.16702 455.29688Q188.1514 455.29688 188.72952 455.8125Q189.30765 456.32812 189.30765 457.20312Q189.30765 458.25 187.9639 459.70312L186.07327 461.76562L189.63577 461.76562L189.63577 462.5ZM190.9014 456.75Q190.9014 456.125 191.30765 455.70312Q191.7139 455.28125 192.35452 455.28125Q193.01077 455.28125 193.4014 455.70312Q193.80765 456.125 193.80765 456.78125L193.80765 457.14062Q193.80765 457.78125 193.4014 458.1875Q192.99515 458.59375 192.37015 458.59375Q191.72952 458.59375 191.30765 458.1875Q190.9014 457.78125 190.9014 457.09375L190.9014 456.75ZM191.57327 457.14062Q191.57327 457.51562 191.7764 457.76562Q191.99515 458.0 192.37015 458.0Q192.7139 458.0 192.91702 457.76562Q193.13577 457.53125 193.13577 457.10938L193.13577 456.75Q193.13577 456.375 192.91702 456.125Q192.7139 455.875 192.35452 455.875Q191.99515 455.875 191.7764 456.125Q191.57327 456.375 191.57327 456.78125L191.57327 457.14062ZM194.35452 460.75Q194.35452 460.10938 194.76077 459.70312Q195.18265 459.29688 195.80765 459.29688Q196.44827 459.29688 196.85452 459.70312Q197.2764 460.10938 197.2764 460.79688L197.2764 461.14062Q197.2764 461.78125 196.87015 462.20312Q196.4639 462.60938 195.82327 462.60938Q195.19827 462.60938 194.7764 462.20312Q194.35452 461.78125 194.35452 461.10938L194.35452 460.75ZM195.04202 461.14062Q195.04202 461.51562 195.24515 461.76562Q195.4639 462.01562 195.82327 462.01562Q196.18265 462.01562 196.38577 461.78125Q196.60452 461.53125 196.60452 461.125L196.60452 460.75Q196.60452 460.375 196.38577 460.125Q196.16702 459.875 195.82327 459.875Q195.4639 459.875 195.24515 460.125Q195.04202 460.35938 195.04202 460.78125L195.04202 461.14062ZM192.57327 461.96875L192.05765 461.64062L195.5264 456.07812L196.04202 456.40625L192.57327 461.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M223.97151 523.375Q223.69026 523.71875 223.29964 523.9219Q222.90901 524.125 222.44026 524.125Q221.83089 524.125 221.36214 523.8281Q220.90901 523.5156 220.65901 522.96875Q220.40901 522.4219 220.40901 521.75Q220.40901 521.0469 220.67464 520.46875Q220.95589 519.8906 221.45589 519.59375Q221.95589 519.2969 222.61214 519.2969Q223.67464 519.2969 224.28401 520.09375Q224.89339 520.875 224.89339 522.2344L224.89339 522.5Q224.89339 524.5781 224.06526 525.53125Q223.25276 526.4844 221.59651 526.5L221.40901 526.5L221.40901 525.75L221.61214 525.75Q222.72151 525.71875 223.31526 525.15625Q223.92464 524.59375 223.97151 523.375ZM222.58089 523.375Q223.03401 523.375 223.40901 523.09375Q223.79964 522.8125 223.98714 522.40625L223.98714 522.0469Q223.98714 521.15625 223.59651 520.6094Q223.20589 520.0469 222.62776 520.0469Q222.01839 520.0469 221.65901 520.5Q221.29964 520.9531 221.29964 521.7031Q221.29964 522.4375 221.64339 522.90625Q222.00276 523.375 222.58089 523.375ZM226.44026 520.75Q226.44026 520.125 226.84651 519.7031Q227.25276 519.28125 227.89339 519.28125Q228.54964 519.28125 228.94026 519.7031Q229.34651 520.125 229.34651 520.78125L229.34651 521.1406Q229.34651 521.78125 228.94026 522.1875Q228.53401 522.59375 227.90901 522.59375Q227.26839 522.59375 226.84651 522.1875Q226.44026 521.78125 226.44026 521.09375L226.44026 520.75ZM227.11214 521.1406Q227.11214 521.5156 227.31526 521.7656Q227.53401 522.0 227.90901 522.0Q228.25276 522.0 228.45589 521.7656Q228.67464 521.53125 228.67464 521.1094L228.67464 520.75Q228.67464 520.375 228.45589 520.125Q228.25276 519.875 227.89339 519.875Q227.53401 519.875 227.31526 520.125Q227.11214 520.375 227.11214 520.78125L227.11214 521.1406ZM229.89339 524.75Q229.89339 524.1094 230.29964 523.7031Q230.72151 523.2969 231.34651 523.2969Q231.98714 523.2969 232.39339 523.7031Q232.81526 524.1094 232.81526 524.7969L232.81526 525.1406Q232.81526 525.78125 232.40901 526.2031Q232.00276 526.6094 231.36214 526.6094Q230.73714 526.6094 230.31526 526.2031Q229.89339 525.78125 229.89339 525.1094L229.89339 524.75ZM230.58089 525.1406Q230.58089 525.5156 230.78401 525.7656Q231.00276 526.0156 231.36214 526.0156Q231.72151 526.0156 231.92464 525.78125Q232.14339 525.53125 232.14339 525.125L232.14339 524.75Q232.14339 524.375 231.92464 524.125Q231.70589 523.875 231.36214 523.875Q231.00276 523.875 230.78401 524.125Q230.58089 524.3594 230.58089 524.78125L230.58089 525.1406ZM228.11214 525.96875L227.59651 525.6406L231.06526 520.0781L231.58089 520.40625L228.11214 525.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M223.97151 523.375Q223.69026 523.71875 223.29964 523.9219Q222.90901 524.125 222.44026 524.125Q221.83089 524.125 221.36214 523.8281Q220.90901 523.5156 220.65901 522.96875Q220.40901 522.4219 220.40901 521.75Q220.40901 521.0469 220.67464 520.46875Q220.95589 519.8906 221.45589 519.59375Q221.95589 519.2969 222.61214 519.2969Q223.67464 519.2969 224.28401 520.09375Q224.89339 520.875 224.89339 522.2344L224.89339 522.5Q224.89339 524.5781 224.06526 525.53125Q223.25276 526.4844 221.59651 526.5L221.40901 526.5L221.40901 525.75L221.61214 525.75Q222.72151 525.71875 223.31526 525.15625Q223.92464 524.59375 223.97151 523.375ZM222.58089 523.375Q223.03401 523.375 223.40901 523.09375Q223.79964 522.8125 223.98714 522.40625L223.98714 522.0469Q223.98714 521.15625 223.59651 520.6094Q223.20589 520.0469 222.62776 520.0469Q222.01839 520.0469 221.65901 520.5Q221.29964 520.9531 221.29964 521.7031Q221.29964 522.4375 221.64339 522.90625Q222.00276 523.375 222.58089 523.375ZM226.44026 520.75Q226.44026 520.125 226.84651 519.7031Q227.25276 519.28125 227.89339 519.28125Q228.54964 519.28125 228.94026 519.7031Q229.34651 520.125 229.34651 520.78125L229.34651 521.1406Q229.34651 521.78125 228.94026 522.1875Q228.53401 522.59375 227.90901 522.59375Q227.26839 522.59375 226.84651 522.1875Q226.44026 521.78125 226.44026 521.09375L226.44026 520.75ZM227.11214 521.1406Q227.11214 521.5156 227.31526 521.7656Q227.53401 522.0 227.90901 522.0Q228.25276 522.0 228.45589 521.7656Q228.67464 521.53125 228.67464 521.1094L228.67464 520.75Q228.67464 520.375 228.45589 520.125Q228.25276 519.875 227.89339 519.875Q227.53401 519.875 227.31526 520.125Q227.11214 520.375 227.11214 520.78125L227.11214 521.1406ZM229.89339 524.75Q229.89339 524.1094 230.29964 523.7031Q230.72151 523.2969 231.34651 523.2969Q231.98714 523.2969 232.39339 523.7031Q232.81526 524.1094 232.81526 524.7969L232.81526 525.1406Q232.81526 525.78125 232.40901 526.2031Q232.00276 526.6094 231.36214 526.6094Q230.73714 526.6094 230.31526 526.2031Q229.89339 525.78125 229.89339 525.1094L229.89339 524.75ZM230.58089 525.1406Q230.58089 525.5156 230.78401 525.7656Q231.00276 526.0156 231.36214 526.0156Q231.72151 526.0156 231.92464 525.78125Q232.14339 525.53125 232.14339 525.125L232.14339 524.75Q232.14339 524.375 231.92464 524.125Q231.70589 523.875 231.36214 523.875Q231.00276 523.875 230.78401 524.125Q230.58089 524.3594 230.58089 524.78125L230.58089 525.1406ZM228.11214 525.96875L227.59651 525.6406L231.06526 520.0781L231.58089 520.40625L228.11214 525.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M323.6792 90.5L319.02295 90.5L319.02295 89.84375L321.47607 87.109375Q322.02295 86.5 322.22607 86.109375Q322.44482 85.71875 322.44482 85.296875Q322.44482 84.75 322.10107 84.390625Q321.77295 84.03125 321.21045 84.03125Q320.53857 84.03125 320.16357 84.421875Q319.78857 84.796875 319.78857 85.484375L318.88232 85.484375Q318.88232 84.5 319.50732 83.90625Q320.14795 83.296875 321.21045 83.296875Q322.19482 83.296875 322.77295 83.8125Q323.35107 84.328125 323.35107 85.203125Q323.35107 86.25 322.00732 87.703125L320.1167 89.765625L323.6792 89.765625L323.6792 90.5ZM328.47607 87.375Q328.19482 87.71875 327.8042 87.921875Q327.41357 88.125 326.94482 88.125Q326.33545 88.125 325.8667 87.828125Q325.41357 87.515625 325.16357 86.96875Q324.91357 86.421875 324.91357 85.75Q324.91357 85.046875 325.1792 84.46875Q325.46045 83.890625 325.96045 83.59375Q326.46045 83.296875 327.1167 83.296875Q328.1792 83.296875 328.78857 84.09375Q329.39795 84.875 329.39795 86.234375L329.39795 86.5Q329.39795 88.578125 328.56982 89.53125Q327.75732 90.484375 326.10107 90.5L325.91357 90.5L325.91357 89.75L326.1167 89.75Q327.22607 89.71875 327.81982 89.15625Q328.4292 88.59375 328.47607 87.375ZM327.08545 87.375Q327.53857 87.375 327.91357 87.09375Q328.3042 86.8125 328.4917 86.40625L328.4917 86.046875Q328.4917 85.15625 328.10107 84.609375Q327.71045 84.046875 327.13232 84.046875Q326.52295 84.046875 326.16357 84.5Q325.8042 84.953125 325.8042 85.703125Q325.8042 86.4375 326.14795 86.90625Q326.50732 87.375 327.08545 87.375ZM330.94482 84.75Q330.94482 84.125 331.35107 83.703125Q331.75732 83.28125 332.39795 83.28125Q333.0542 83.28125 333.44482 83.703125Q333.85107 84.125 333.85107 84.78125L333.85107 85.140625Q333.85107 85.78125 333.44482 86.1875Q333.03857 86.59375 332.41357 86.59375Q331.77295 86.59375 331.35107 86.1875Q330.94482 85.78125 330.94482 85.09375L330.94482 84.75ZM331.6167 85.140625Q331.6167 85.515625 331.81982 85.765625Q332.03857 86.0 332.41357 86.0Q332.75732 86.0 332.96045 85.765625Q333.1792 85.53125 333.1792 85.109375L333.1792 84.75Q333.1792 84.375 332.96045 84.125Q332.75732 83.875 332.39795 83.875Q332.03857 83.875 331.81982 84.125Q331.6167 84.375 331.6167 84.78125L331.6167 85.140625ZM334.39795 88.75Q334.39795 88.109375 334.8042 87.703125Q335.22607 87.296875 335.85107 87.296875Q336.4917 87.296875 336.89795 87.703125Q337.31982 88.109375 337.31982 88.796875L337.31982 89.140625Q337.31982 89.78125 336.91357 90.203125Q336.50732 90.609375 335.8667 90.609375Q335.2417 90.609375 334.81982 90.203125Q334.39795 89.78125 334.39795 89.109375L334.39795 88.75ZM335.08545 89.140625Q335.08545 89.515625 335.28857 89.765625Q335.50732 90.015625 335.8667 90.015625Q336.22607 90.015625 336.4292 89.78125Q336.64795 89.53125 336.64795 89.125L336.64795 88.75Q336.64795 88.375 336.4292 88.125Q336.21045 87.875 335.8667 87.875Q335.50732 87.875 335.28857 88.125Q335.08545 88.359375 335.08545 88.78125L335.08545 89.140625ZM332.6167 89.96875L332.10107 89.640625L335.56982 84.078125L336.08545 84.40625L332.6167 89.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M323.6792 90.5L319.02295 90.5L319.02295 89.84375L321.47607 87.109375Q322.02295 86.5 322.22607 86.109375Q322.44482 85.71875 322.44482 85.296875Q322.44482 84.75 322.10107 84.390625Q321.77295 84.03125 321.21045 84.03125Q320.53857 84.03125 320.16357 84.421875Q319.78857 84.796875 319.78857 85.484375L318.88232 85.484375Q318.88232 84.5 319.50732 83.90625Q320.14795 83.296875 321.21045 83.296875Q322.19482 83.296875 322.77295 83.8125Q323.35107 84.328125 323.35107 85.203125Q323.35107 86.25 322.00732 87.703125L320.1167 89.765625L323.6792 89.765625L323.6792 90.5ZM328.47607 87.375Q328.19482 87.71875 327.8042 87.921875Q327.41357 88.125 326.94482 88.125Q326.33545 88.125 325.8667 87.828125Q325.41357 87.515625 325.16357 86.96875Q324.91357 86.421875 324.91357 85.75Q324.91357 85.046875 325.1792 84.46875Q325.46045 83.890625 325.96045 83.59375Q326.46045 83.296875 327.1167 83.296875Q328.1792 83.296875 328.78857 84.09375Q329.39795 84.875 329.39795 86.234375L329.39795 86.5Q329.39795 88.578125 328.56982 89.53125Q327.75732 90.484375 326.10107 90.5L325.91357 90.5L325.91357 89.75L326.1167 89.75Q327.22607 89.71875 327.81982 89.15625Q328.4292 88.59375 328.47607 87.375ZM327.08545 87.375Q327.53857 87.375 327.91357 87.09375Q328.3042 86.8125 328.4917 86.40625L328.4917 86.046875Q328.4917 85.15625 328.10107 84.609375Q327.71045 84.046875 327.13232 84.046875Q326.52295 84.046875 326.16357 84.5Q325.8042 84.953125 325.8042 85.703125Q325.8042 86.4375 326.14795 86.90625Q326.50732 87.375 327.08545 87.375ZM330.94482 84.75Q330.94482 84.125 331.35107 83.703125Q331.75732 83.28125 332.39795 83.28125Q333.0542 83.28125 333.44482 83.703125Q333.85107 84.125 333.85107 84.78125L333.85107 85.140625Q333.85107 85.78125 333.44482 86.1875Q333.03857 86.59375 332.41357 86.59375Q331.77295 86.59375 331.35107 86.1875Q330.94482 85.78125 330.94482 85.09375L330.94482 84.75ZM331.6167 85.140625Q331.6167 85.515625 331.81982 85.765625Q332.03857 86.0 332.41357 86.0Q332.75732 86.0 332.96045 85.765625Q333.1792 85.53125 333.1792 85.109375L333.1792 84.75Q333.1792 84.375 332.96045 84.125Q332.75732 83.875 332.39795 83.875Q332.03857 83.875 331.81982 84.125Q331.6167 84.375 331.6167 84.78125L331.6167 85.140625ZM334.39795 88.75Q334.39795 88.109375 334.8042 87.703125Q335.22607 87.296875 335.85107 87.296875Q336.4917 87.296875 336.89795 87.703125Q337.31982 88.109375 337.31982 88.796875L337.31982 89.140625Q337.31982 89.78125 336.91357 90.203125Q336.50732 90.609375 335.8667 90.609375Q335.2417 90.609375 334.81982 90.203125Q334.39795 89.78125 334.39795 89.109375L334.39795 88.75ZM335.08545 89.140625Q335.08545 89.515625 335.28857 89.765625Q335.50732 90.015625 335.8667 90.015625Q336.22607 90.015625 336.4292 89.78125Q336.64795 89.53125 336.64795 89.125L336.64795 88.75Q336.64795 88.375 336.4292 88.125Q336.21045 87.875 335.8667 87.875Q335.50732 87.875 335.28857 88.125Q335.08545 88.359375 335.08545 88.78125L335.08545 89.140625ZM332.6167 89.96875L332.10107 89.640625L335.56982 84.078125L336.08545 84.40625L332.6167 89.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M282.43213 154.5L277.77588 154.5L277.77588 153.84375L280.229 151.10938Q280.77588 150.5 280.979 150.10938Q281.19775 149.71875 281.19775 149.29688Q281.19775 148.75 280.854 148.39062Q280.52588 148.03125 279.96338 148.03125Q279.2915 148.03125 278.9165 148.42188Q278.5415 148.79688 278.5415 149.48438L277.63525 149.48438Q277.63525 148.5 278.26025 147.90625Q278.90088 147.29688 279.96338 147.29688Q280.94775 147.29688 281.52588 147.8125Q282.104 148.32812 282.104 149.20312Q282.104 150.25 280.76025 151.70312L278.86963 153.76562L282.43213 153.76562L282.43213 154.5ZM288.229 151.46875Q288.229 153.04688 287.68213 153.82812Q287.15088 154.59375 285.99463 154.59375Q284.854 154.59375 284.30713 153.84375Q283.76025 153.09375 283.74463 151.59375L283.74463 150.39062Q283.74463 148.8125 284.27588 148.0625Q284.82275 147.29688 285.979 147.29688Q287.13525 147.29688 287.6665 148.03125Q288.21338 148.76562 288.229 150.29688L288.229 151.46875ZM287.32275 150.23438Q287.32275 149.07812 286.99463 148.5625Q286.68213 148.03125 285.979 148.03125Q285.2915 148.03125 284.96338 148.5625Q284.65088 149.07812 284.65088 150.15625L284.65088 151.60938Q284.65088 152.76562 284.979 153.3125Q285.32275 153.85938 285.99463 153.85938Q286.6665 153.85938 286.979 153.34375Q287.30713 152.82812 287.32275 151.71875L287.32275 150.23438ZM289.69775 148.75Q289.69775 148.125 290.104 147.70312Q290.51025 147.28125 291.15088 147.28125Q291.80713 147.28125 292.19775 147.70312Q292.604 148.125 292.604 148.78125L292.604 149.14062Q292.604 149.78125 292.19775 150.1875Q291.7915 150.59375 291.1665 150.59375Q290.52588 150.59375 290.104 150.1875Q289.69775 149.78125 289.69775 149.09375L289.69775 148.75ZM290.36963 149.14062Q290.36963 149.51562 290.57275 149.76562Q290.7915 150.0 291.1665 150.0Q291.51025 150.0 291.71338 149.76562Q291.93213 149.53125 291.93213 149.10938L291.93213 148.75Q291.93213 148.375 291.71338 148.125Q291.51025 147.875 291.15088 147.875Q290.7915 147.875 290.57275 148.125Q290.36963 148.375 290.36963 148.78125L290.36963 149.14062ZM293.15088 152.75Q293.15088 152.10938 293.55713 151.70312Q293.979 151.29688 294.604 151.29688Q295.24463 151.29688 295.65088 151.70312Q296.07275 152.10938 296.07275 152.79688L296.07275 153.14062Q296.07275 153.78125 295.6665 154.20312Q295.26025 154.60938 294.61963 154.60938Q293.99463 154.60938 293.57275 154.20312Q293.15088 153.78125 293.15088 153.10938L293.15088 152.75ZM293.83838 153.14062Q293.83838 153.51562 294.0415 153.76562Q294.26025 154.01562 294.61963 154.01562Q294.979 154.01562 295.18213 153.78125Q295.40088 153.53125 295.40088 153.125L295.40088 152.75Q295.40088 152.375 295.18213 152.125Q294.96338 151.875 294.61963 151.875Q294.26025 151.875 294.0415 152.125Q293.83838 152.35938 293.83838 152.78125L293.83838 153.14062ZM291.36963 153.96875L290.854 153.64062L294.32275 148.07812L294.83838 148.40625L291.36963 153.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M282.43213 154.5L277.77588 154.5L277.77588 153.84375L280.229 151.10938Q280.77588 150.5 280.979 150.10938Q281.19775 149.71875 281.19775 149.29688Q281.19775 148.75 280.854 148.39062Q280.52588 148.03125 279.96338 148.03125Q279.2915 148.03125 278.9165 148.42188Q278.5415 148.79688 278.5415 149.48438L277.63525 149.48438Q277.63525 148.5 278.26025 147.90625Q278.90088 147.29688 279.96338 147.29688Q280.94775 147.29688 281.52588 147.8125Q282.104 148.32812 282.104 149.20312Q282.104 150.25 280.76025 151.70312L278.86963 153.76562L282.43213 153.76562L282.43213 154.5ZM288.229 151.46875Q288.229 153.04688 287.68213 153.82812Q287.15088 154.59375 285.99463 154.59375Q284.854 154.59375 284.30713 153.84375Q283.76025 153.09375 283.74463 151.59375L283.74463 150.39062Q283.74463 148.8125 284.27588 148.0625Q284.82275 147.29688 285.979 147.29688Q287.13525 147.29688 287.6665 148.03125Q288.21338 148.76562 288.229 150.29688L288.229 151.46875ZM287.32275 150.23438Q287.32275 149.07812 286.99463 148.5625Q286.68213 148.03125 285.979 148.03125Q285.2915 148.03125 284.96338 148.5625Q284.65088 149.07812 284.65088 150.15625L284.65088 151.60938Q284.65088 152.76562 284.979 153.3125Q285.32275 153.85938 285.99463 153.85938Q286.6665 153.85938 286.979 153.34375Q287.30713 152.82812 287.32275 151.71875L287.32275 150.23438ZM289.69775 148.75Q289.69775 148.125 290.104 147.70312Q290.51025 147.28125 291.15088 147.28125Q291.80713 147.28125 292.19775 147.70312Q292.604 148.125 292.604 148.78125L292.604 149.14062Q292.604 149.78125 292.19775 150.1875Q291.7915 150.59375 291.1665 150.59375Q290.52588 150.59375 290.104 150.1875Q289.69775 149.78125 289.69775 149.09375L289.69775 148.75ZM290.36963 149.14062Q290.36963 149.51562 290.57275 149.76562Q290.7915 150.0 291.1665 150.0Q291.51025 150.0 291.71338 149.76562Q291.93213 149.53125 291.93213 149.10938L291.93213 148.75Q291.93213 148.375 291.71338 148.125Q291.51025 147.875 291.15088 147.875Q290.7915 147.875 290.57275 148.125Q290.36963 148.375 290.36963 148.78125L290.36963 149.14062ZM293.15088 152.75Q293.15088 152.10938 293.55713 151.70312Q293.979 151.29688 294.604 151.29688Q295.24463 151.29688 295.65088 151.70312Q296.07275 152.10938 296.07275 152.79688L296.07275 153.14062Q296.07275 153.78125 295.6665 154.20312Q295.26025 154.60938 294.61963 154.60938Q293.99463 154.60938 293.57275 154.20312Q293.15088 153.78125 293.15088 153.10938L293.15088 152.75ZM293.83838 153.14062Q293.83838 153.51562 294.0415 153.76562Q294.26025 154.01562 294.61963 154.01562Q294.979 154.01562 295.18213 153.78125Q295.40088 153.53125 295.40088 153.125L295.40088 152.75Q295.40088 152.375 295.18213 152.125Q294.96338 151.875 294.61963 151.875Q294.26025 151.875 294.0415 152.125Q293.83838 152.35938 293.83838 152.78125L293.83838 153.14062ZM291.36963 153.96875L290.854 153.64062L294.32275 148.07812L294.83838 148.40625L291.36963 153.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M299.36514 217.5L294.7089 217.5L294.7089 216.84375L297.16202 214.10938Q297.7089 213.5 297.91202 213.10938Q298.13077 212.71875 298.13077 212.29688Q298.13077 211.75 297.78702 211.39062Q297.4589 211.03125 296.8964 211.03125Q296.22452 211.03125 295.84952 211.42188Q295.47452 211.79688 295.47452 212.48438L294.56827 212.48438Q294.56827 211.5 295.19327 210.90625Q295.8339 210.29688 296.8964 210.29688Q297.88077 210.29688 298.4589 210.8125Q299.03702 211.32812 299.03702 212.20312Q299.03702 213.25 297.69327 214.70312L295.80264 216.76562L299.36514 216.76562L299.36514 217.5ZM304.5214 215.10938L305.50577 215.10938L305.50577 215.84375L304.5214 215.84375L304.5214 217.5L303.61514 217.5L303.61514 215.84375L300.38077 215.84375L300.38077 215.3125L303.55264 210.39062L304.5214 210.39062L304.5214 215.10938ZM301.3964 215.10938L303.61514 215.10938L303.61514 211.625L303.50577 211.82812L301.3964 215.10938ZM306.63077 211.75Q306.63077 211.125 307.03702 210.70312Q307.44327 210.28125 308.0839 210.28125Q308.74014 210.28125 309.13077 210.70312Q309.53702 211.125 309.53702 211.78125L309.53702 212.14062Q309.53702 212.78125 309.13077 213.1875Q308.72452 213.59375 308.09952 213.59375Q307.4589 213.59375 307.03702 213.1875Q306.63077 212.78125 306.63077 212.09375L306.63077 211.75ZM307.30264 212.14062Q307.30264 212.51562 307.50577 212.76562Q307.72452 213.0 308.09952 213.0Q308.44327 213.0 308.6464 212.76562Q308.86514 212.53125 308.86514 212.10938L308.86514 211.75Q308.86514 211.375 308.6464 211.125Q308.44327 210.875 308.0839 210.875Q307.72452 210.875 307.50577 211.125Q307.30264 211.375 307.30264 211.78125L307.30264 212.14062ZM310.0839 215.75Q310.0839 215.10938 310.49014 214.70312Q310.91202 214.29688 311.53702 214.29688Q312.17764 214.29688 312.5839 214.70312Q313.00577 215.10938 313.00577 215.79688L313.00577 216.14062Q313.00577 216.78125 312.59952 217.20312Q312.19327 217.60938 311.55264 217.60938Q310.92764 217.60938 310.50577 217.20312Q310.0839 216.78125 310.0839 216.10938L310.0839 215.75ZM310.7714 216.14062Q310.7714 216.51562 310.97452 216.76562Q311.19327 217.01562 311.55264 217.01562Q311.91202 217.01562 312.11514 216.78125Q312.3339 216.53125 312.3339 216.125L312.3339 215.75Q312.3339 215.375 312.11514 215.125Q311.8964 214.875 311.55264 214.875Q311.19327 214.875 310.97452 215.125Q310.7714 215.35938 310.7714 215.78125L310.7714 216.14062ZM308.30264 216.96875L307.78702 216.64062L311.25577 211.07812L311.7714 211.40625L308.30264 216.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M299.36514 217.5L294.7089 217.5L294.7089 216.84375L297.16202 214.10938Q297.7089 213.5 297.91202 213.10938Q298.13077 212.71875 298.13077 212.29688Q298.13077 211.75 297.78702 211.39062Q297.4589 211.03125 296.8964 211.03125Q296.22452 211.03125 295.84952 211.42188Q295.47452 211.79688 295.47452 212.48438L294.56827 212.48438Q294.56827 211.5 295.19327 210.90625Q295.8339 210.29688 296.8964 210.29688Q297.88077 210.29688 298.4589 210.8125Q299.03702 211.32812 299.03702 212.20312Q299.03702 213.25 297.69327 214.70312L295.80264 216.76562L299.36514 216.76562L299.36514 217.5ZM304.5214 215.10938L305.50577 215.10938L305.50577 215.84375L304.5214 215.84375L304.5214 217.5L303.61514 217.5L303.61514 215.84375L300.38077 215.84375L300.38077 215.3125L303.55264 210.39062L304.5214 210.39062L304.5214 215.10938ZM301.3964 215.10938L303.61514 215.10938L303.61514 211.625L303.50577 211.82812L301.3964 215.10938ZM306.63077 211.75Q306.63077 211.125 307.03702 210.70312Q307.44327 210.28125 308.0839 210.28125Q308.74014 210.28125 309.13077 210.70312Q309.53702 211.125 309.53702 211.78125L309.53702 212.14062Q309.53702 212.78125 309.13077 213.1875Q308.72452 213.59375 308.09952 213.59375Q307.4589 213.59375 307.03702 213.1875Q306.63077 212.78125 306.63077 212.09375L306.63077 211.75ZM307.30264 212.14062Q307.30264 212.51562 307.50577 212.76562Q307.72452 213.0 308.09952 213.0Q308.44327 213.0 308.6464 212.76562Q308.86514 212.53125 308.86514 212.10938L308.86514 211.75Q308.86514 211.375 308.6464 211.125Q308.44327 210.875 308.0839 210.875Q307.72452 210.875 307.50577 211.125Q307.30264 211.375 307.30264 211.78125L307.30264 212.14062ZM310.0839 215.75Q310.0839 215.10938 310.49014 214.70312Q310.91202 214.29688 311.53702 214.29688Q312.17764 214.29688 312.5839 214.70312Q313.00577 215.10938 313.00577 215.79688L313.00577 216.14062Q313.00577 216.78125 312.59952 217.20312Q312.19327 217.60938 311.55264 217.60938Q310.92764 217.60938 310.50577 217.20312Q310.0839 216.78125 310.0839 216.10938L310.0839 215.75ZM310.7714 216.14062Q310.7714 216.51562 310.97452 216.76562Q311.19327 217.01562 311.55264 217.01562Q311.91202 217.01562 312.11514 216.78125Q312.3339 216.53125 312.3339 216.125L312.3339 215.75Q312.3339 215.375 312.11514 215.125Q311.8964 214.875 311.55264 214.875Q311.19327 214.875 310.97452 215.125Q310.7714 215.35938 310.7714 215.78125L310.7714 216.14062ZM308.30264 216.96875L307.78702 216.64062L311.25577 211.07812L311.7714 211.40625L308.30264 216.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M209.68309 274.39062L209.68309 275.15625L209.51122 275.15625Q208.46434 275.17188 207.83934 275.78125Q207.21434 276.375 207.10497 277.48438Q207.66747 276.84375 208.63622 276.84375Q209.57372 276.84375 210.12059 277.5Q210.68309 278.14062 210.68309 279.1875Q210.68309 280.28125 210.07372 280.9375Q209.47997 281.59375 208.47997 281.59375Q207.46434 281.59375 206.82372 280.8125Q206.18309 280.03125 206.18309 278.79688L206.18309 278.45312Q206.18309 276.48438 207.01122 275.45312Q207.85497 274.40625 209.51122 274.39062L209.68309 274.39062ZM208.49559 277.59375Q208.02684 277.59375 207.63622 277.875Q207.24559 278.14062 207.08934 278.5625L207.08934 278.89062Q207.08934 279.78125 207.47997 280.3125Q207.88622 280.84375 208.47997 280.84375Q209.08934 280.84375 209.43309 280.40625Q209.79247 279.95312 209.79247 279.21875Q209.79247 278.48438 209.43309 278.04688Q209.07372 277.59375 208.49559 277.59375ZM212.05809 275.75Q212.05809 275.125 212.46434 274.70312Q212.87059 274.28125 213.51122 274.28125Q214.16747 274.28125 214.55809 274.70312Q214.96434 275.125 214.96434 275.78125L214.96434 276.14062Q214.96434 276.78125 214.55809 277.1875Q214.15184 277.59375 213.52684 277.59375Q212.88622 277.59375 212.46434 277.1875Q212.05809 276.78125 212.05809 276.09375L212.05809 275.75ZM212.72997 276.14062Q212.72997 276.51562 212.93309 276.76562Q213.15184 277.0 213.52684 277.0Q213.87059 277.0 214.07372 276.76562Q214.29247 276.53125 214.29247 276.10938L214.29247 275.75Q214.29247 275.375 214.07372 275.125Q213.87059 274.875 213.51122 274.875Q213.15184 274.875 212.93309 275.125Q212.72997 275.375 212.72997 275.78125L212.72997 276.14062ZM215.51122 279.75Q215.51122 279.10938 215.91747 278.70312Q216.33934 278.29688 216.96434 278.29688Q217.60497 278.29688 218.01122 278.70312Q218.43309 279.10938 218.43309 279.79688L218.43309 280.14062Q218.43309 280.78125 218.02684 281.20312Q217.62059 281.60938 216.97997 281.60938Q216.35497 281.60938 215.93309 281.20312Q215.51122 280.78125 215.51122 280.10938L215.51122 279.75ZM216.19872 280.14062Q216.19872 280.51562 216.40184 280.76562Q216.62059 281.01562 216.97997 281.01562Q217.33934 281.01562 217.54247 280.78125Q217.76122 280.53125 217.76122 280.125L217.76122 279.75Q217.76122 279.375 217.54247 279.125Q217.32372 278.875 216.97997 278.875Q216.62059 278.875 216.40184 279.125Q216.19872 279.35938 216.19872 279.78125L216.19872 280.14062ZM213.72997 280.96875L213.21434 280.64062L216.68309 275.07812L217.19872 275.40625L213.72997 280.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M209.68309 274.39062L209.68309 275.15625L209.51122 275.15625Q208.46434 275.17188 207.83934 275.78125Q207.21434 276.375 207.10497 277.48438Q207.66747 276.84375 208.63622 276.84375Q209.57372 276.84375 210.12059 277.5Q210.68309 278.14062 210.68309 279.1875Q210.68309 280.28125 210.07372 280.9375Q209.47997 281.59375 208.47997 281.59375Q207.46434 281.59375 206.82372 280.8125Q206.18309 280.03125 206.18309 278.79688L206.18309 278.45312Q206.18309 276.48438 207.01122 275.45312Q207.85497 274.40625 209.51122 274.39062L209.68309 274.39062ZM208.49559 277.59375Q208.02684 277.59375 207.63622 277.875Q207.24559 278.14062 207.08934 278.5625L207.08934 278.89062Q207.08934 279.78125 207.47997 280.3125Q207.88622 280.84375 208.47997 280.84375Q209.08934 280.84375 209.43309 280.40625Q209.79247 279.95312 209.79247 279.21875Q209.79247 278.48438 209.43309 278.04688Q209.07372 277.59375 208.49559 277.59375ZM212.05809 275.75Q212.05809 275.125 212.46434 274.70312Q212.87059 274.28125 213.51122 274.28125Q214.16747 274.28125 214.55809 274.70312Q214.96434 275.125 214.96434 275.78125L214.96434 276.14062Q214.96434 276.78125 214.55809 277.1875Q214.15184 277.59375 213.52684 277.59375Q212.88622 277.59375 212.46434 277.1875Q212.05809 276.78125 212.05809 276.09375L212.05809 275.75ZM212.72997 276.14062Q212.72997 276.51562 212.93309 276.76562Q213.15184 277.0 213.52684 277.0Q213.87059 277.0 214.07372 276.76562Q214.29247 276.53125 214.29247 276.10938L214.29247 275.75Q214.29247 275.375 214.07372 275.125Q213.87059 274.875 213.51122 274.875Q213.15184 274.875 212.93309 275.125Q212.72997 275.375 212.72997 275.78125L212.72997 276.14062ZM215.51122 279.75Q215.51122 279.10938 215.91747 278.70312Q216.33934 278.29688 216.96434 278.29688Q217.60497 278.29688 218.01122 278.70312Q218.43309 279.10938 218.43309 279.79688L218.43309 280.14062Q218.43309 280.78125 218.02684 281.20312Q217.62059 281.60938 216.97997 281.60938Q216.35497 281.60938 215.93309 281.20312Q215.51122 280.78125 215.51122 280.10938L215.51122 279.75ZM216.19872 280.14062Q216.19872 280.51562 216.40184 280.76562Q216.62059 281.01562 216.97997 281.01562Q217.33934 281.01562 217.54247 280.78125Q217.76122 280.53125 217.76122 280.125L217.76122 279.75Q217.76122 279.375 217.54247 279.125Q217.32372 278.875 216.97997 278.875Q216.62059 278.875 216.40184 279.125Q216.19872 279.35938 216.19872 279.78125L216.19872 280.14062ZM213.72997 280.96875L213.21434 280.64062L216.68309 275.07812L217.19872 275.40625L213.72997 280.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M215.1586 338.89062L212.20547 345.5L211.26797 345.5L214.18985 339.125L210.3461 339.125L210.3461 338.39062L215.1586 338.39062L215.1586 338.89062ZM216.48672 339.75Q216.48672 339.125 216.89297 338.70312Q217.29922 338.28125 217.93985 338.28125Q218.5961 338.28125 218.98672 338.70312Q219.39297 339.125 219.39297 339.78125L219.39297 340.14062Q219.39297 340.78125 218.98672 341.1875Q218.58047 341.59375 217.95547 341.59375Q217.31485 341.59375 216.89297 341.1875Q216.48672 340.78125 216.48672 340.09375L216.48672 339.75ZM217.1586 340.14062Q217.1586 340.51562 217.36172 340.76562Q217.58047 341.0 217.95547 341.0Q218.29922 341.0 218.50235 340.76562Q218.7211 340.53125 218.7211 340.10938L218.7211 339.75Q218.7211 339.375 218.50235 339.125Q218.29922 338.875 217.93985 338.875Q217.58047 338.875 217.36172 339.125Q217.1586 339.375 217.1586 339.78125L217.1586 340.14062ZM219.93985 343.75Q219.93985 343.10938 220.3461 342.70312Q220.76797 342.29688 221.39297 342.29688Q222.0336 342.29688 222.43985 342.70312Q222.86172 343.10938 222.86172 343.79688L222.86172 344.14062Q222.86172 344.78125 222.45547 345.20312Q222.04922 345.60938 221.4086 345.60938Q220.7836 345.60938 220.36172 345.20312Q219.93985 344.78125 219.93985 344.10938L219.93985 343.75ZM220.62735 344.14062Q220.62735 344.51562 220.83047 344.76562Q221.04922 345.01562 221.4086 345.01562Q221.76797 345.01562 221.9711 344.78125Q222.18985 344.53125 222.18985 344.125L222.18985 343.75Q222.18985 343.375 221.9711 343.125Q221.75235 342.875 221.4086 342.875Q221.04922 342.875 220.83047 343.125Q220.62735 343.35938 220.62735 343.78125L220.62735 344.14062ZM218.1586 344.96875L217.64297 344.64062L221.11172 339.07812L221.62735 339.40625L218.1586 344.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M215.1586 338.89062L212.20547 345.5L211.26797 345.5L214.18985 339.125L210.3461 339.125L210.3461 338.39062L215.1586 338.39062L215.1586 338.89062ZM216.48672 339.75Q216.48672 339.125 216.89297 338.70312Q217.29922 338.28125 217.93985 338.28125Q218.5961 338.28125 218.98672 338.70312Q219.39297 339.125 219.39297 339.78125L219.39297 340.14062Q219.39297 340.78125 218.98672 341.1875Q218.58047 341.59375 217.95547 341.59375Q217.31485 341.59375 216.89297 341.1875Q216.48672 340.78125 216.48672 340.09375L216.48672 339.75ZM217.1586 340.14062Q217.1586 340.51562 217.36172 340.76562Q217.58047 341.0 217.95547 341.0Q218.29922 341.0 218.50235 340.76562Q218.7211 340.53125 218.7211 340.10938L218.7211 339.75Q218.7211 339.375 218.50235 339.125Q218.29922 338.875 217.93985 338.875Q217.58047 338.875 217.36172 339.125Q217.1586 339.375 217.1586 339.78125L217.1586 340.14062ZM219.93985 343.75Q219.93985 343.10938 220.3461 342.70312Q220.76797 342.29688 221.39297 342.29688Q222.0336 342.29688 222.43985 342.70312Q222.86172 343.10938 222.86172 343.79688L222.86172 344.14062Q222.86172 344.78125 222.45547 345.20312Q222.04922 345.60938 221.4086 345.60938Q220.7836 345.60938 220.36172 345.20312Q219.93985 344.78125 219.93985 344.10938L219.93985 343.75ZM220.62735 344.14062Q220.62735 344.51562 220.83047 344.76562Q221.04922 345.01562 221.4086 345.01562Q221.76797 345.01562 221.9711 344.78125Q222.18985 344.53125 222.18985 344.125L222.18985 343.75Q222.18985 343.375 221.9711 343.125Q221.75235 342.875 221.4086 342.875Q221.04922 342.875 220.83047 343.125Q220.62735 343.35938 220.62735 343.78125L220.62735 344.14062ZM218.1586 344.96875L217.64297 344.64062L221.11172 339.07812L221.62735 339.40625L218.1586 344.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M210.55145 401.39062L210.55145 402.15625L210.37958 402.15625Q209.3327 402.17188 208.7077 402.78125Q208.0827 403.375 207.97333 404.48438Q208.53583 403.84375 209.50458 403.84375Q210.44208 403.84375 210.98895 404.5Q211.55145 405.14062 211.55145 406.1875Q211.55145 407.28125 210.94208 407.9375Q210.34833 408.59375 209.34833 408.59375Q208.3327 408.59375 207.69208 407.8125Q207.05145 407.03125 207.05145 405.79688L207.05145 405.45312Q207.05145 403.48438 207.87958 402.45312Q208.72333 401.40625 210.37958 401.39062L210.55145 401.39062ZM209.36395 404.59375Q208.8952 404.59375 208.50458 404.875Q208.11395 405.14062 207.9577 405.5625L207.9577 405.89062Q207.9577 406.78125 208.34833 407.3125Q208.75458 407.84375 209.34833 407.84375Q209.9577 407.84375 210.30145 407.40625Q210.66083 406.95312 210.66083 406.21875Q210.66083 405.48438 210.30145 405.04688Q209.94208 404.59375 209.36395 404.59375ZM212.92645 402.75Q212.92645 402.125 213.3327 401.70312Q213.73895 401.28125 214.37958 401.28125Q215.03583 401.28125 215.42645 401.70312Q215.8327 402.125 215.8327 402.78125L215.8327 403.14062Q215.8327 403.78125 215.42645 404.1875Q215.0202 404.59375 214.3952 404.59375Q213.75458 404.59375 213.3327 404.1875Q212.92645 403.78125 212.92645 403.09375L212.92645 402.75ZM213.59833 403.14062Q213.59833 403.51562 213.80145 403.76562Q214.0202 404.0 214.3952 404.0Q214.73895 404.0 214.94208 403.76562Q215.16083 403.53125 215.16083 403.10938L215.16083 402.75Q215.16083 402.375 214.94208 402.125Q214.73895 401.875 214.37958 401.875Q214.0202 401.875 213.80145 402.125Q213.59833 402.375 213.59833 402.78125L213.59833 403.14062ZM216.37958 406.75Q216.37958 406.10938 216.78583 405.70312Q217.2077 405.29688 217.8327 405.29688Q218.47333 405.29688 218.87958 405.70312Q219.30145 406.10938 219.30145 406.79688L219.30145 407.14062Q219.30145 407.78125 218.8952 408.20312Q218.48895 408.60938 217.84833 408.60938Q217.22333 408.60938 216.80145 408.20312Q216.37958 407.78125 216.37958 407.10938L216.37958 406.75ZM217.06708 407.14062Q217.06708 407.51562 217.2702 407.76562Q217.48895 408.01562 217.84833 408.01562Q218.2077 408.01562 218.41083 407.78125Q218.62958 407.53125 218.62958 407.125L218.62958 406.75Q218.62958 406.375 218.41083 406.125Q218.19208 405.875 217.84833 405.875Q217.48895 405.875 217.2702 406.125Q217.06708 406.35938 217.06708 406.78125L217.06708 407.14062ZM214.59833 407.96875L214.0827 407.64062L217.55145 402.07812L218.06708 402.40625L214.59833 407.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M210.55145 401.39062L210.55145 402.15625L210.37958 402.15625Q209.3327 402.17188 208.7077 402.78125Q208.0827 403.375 207.97333 404.48438Q208.53583 403.84375 209.50458 403.84375Q210.44208 403.84375 210.98895 404.5Q211.55145 405.14062 211.55145 406.1875Q211.55145 407.28125 210.94208 407.9375Q210.34833 408.59375 209.34833 408.59375Q208.3327 408.59375 207.69208 407.8125Q207.05145 407.03125 207.05145 405.79688L207.05145 405.45312Q207.05145 403.48438 207.87958 402.45312Q208.72333 401.40625 210.37958 401.39062L210.55145 401.39062ZM209.36395 404.59375Q208.8952 404.59375 208.50458 404.875Q208.11395 405.14062 207.9577 405.5625L207.9577 405.89062Q207.9577 406.78125 208.34833 407.3125Q208.75458 407.84375 209.34833 407.84375Q209.9577 407.84375 210.30145 407.40625Q210.66083 406.95312 210.66083 406.21875Q210.66083 405.48438 210.30145 405.04688Q209.94208 404.59375 209.36395 404.59375ZM212.92645 402.75Q212.92645 402.125 213.3327 401.70312Q213.73895 401.28125 214.37958 401.28125Q215.03583 401.28125 215.42645 401.70312Q215.8327 402.125 215.8327 402.78125L215.8327 403.14062Q215.8327 403.78125 215.42645 404.1875Q215.0202 404.59375 214.3952 404.59375Q213.75458 404.59375 213.3327 404.1875Q212.92645 403.78125 212.92645 403.09375L212.92645 402.75ZM213.59833 403.14062Q213.59833 403.51562 213.80145 403.76562Q214.0202 404.0 214.3952 404.0Q214.73895 404.0 214.94208 403.76562Q215.16083 403.53125 215.16083 403.10938L215.16083 402.75Q215.16083 402.375 214.94208 402.125Q214.73895 401.875 214.37958 401.875Q214.0202 401.875 213.80145 402.125Q213.59833 402.375 213.59833 402.78125L213.59833 403.14062ZM216.37958 406.75Q216.37958 406.10938 216.78583 405.70312Q217.2077 405.29688 217.8327 405.29688Q218.47333 405.29688 218.87958 405.70312Q219.30145 406.10938 219.30145 406.79688L219.30145 407.14062Q219.30145 407.78125 218.8952 408.20312Q218.48895 408.60938 217.84833 408.60938Q217.22333 408.60938 216.80145 408.20312Q216.37958 407.78125 216.37958 407.10938L216.37958 406.75ZM217.06708 407.14062Q217.06708 407.51562 217.2702 407.76562Q217.48895 408.01562 217.84833 408.01562Q218.2077 408.01562 218.41083 407.78125Q218.62958 407.53125 218.62958 407.125L218.62958 406.75Q218.62958 406.375 218.41083 406.125Q218.19208 405.875 217.84833 405.875Q217.48895 405.875 217.2702 406.125Q217.06708 406.35938 217.06708 406.78125L217.06708 407.14062ZM214.59833 407.96875L214.0827 407.64062L217.55145 402.07812L218.06708 402.40625L214.59833 407.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M189.51765 472.5L184.8614 472.5L184.8614 471.84375L187.31453 469.10938Q187.8614 468.5 188.06453 468.10938Q188.28328 467.71875 188.28328 467.29688Q188.28328 466.75 187.93953 466.39062Q187.6114 466.03125 187.0489 466.03125Q186.37703 466.03125 186.00203 466.42188Q185.62703 466.79688 185.62703 467.48438L184.72078 467.48438Q184.72078 466.5 185.34578 465.90625Q185.9864 465.29688 187.0489 465.29688Q188.03328 465.29688 188.6114 465.8125Q189.18953 466.32812 189.18953 467.20312Q189.18953 468.25 187.84578 469.70312L185.95515 471.76562L189.51765 471.76562L189.51765 472.5ZM190.78328 466.75Q190.78328 466.125 191.18953 465.70312Q191.59578 465.28125 192.2364 465.28125Q192.89265 465.28125 193.28328 465.70312Q193.68953 466.125 193.68953 466.78125L193.68953 467.14062Q193.68953 467.78125 193.28328 468.1875Q192.87703 468.59375 192.25203 468.59375Q191.6114 468.59375 191.18953 468.1875Q190.78328 467.78125 190.78328 467.09375L190.78328 466.75ZM191.45515 467.14062Q191.45515 467.51562 191.65828 467.76562Q191.87703 468.0 192.25203 468.0Q192.59578 468.0 192.7989 467.76562Q193.01765 467.53125 193.01765 467.10938L193.01765 466.75Q193.01765 466.375 192.7989 466.125Q192.59578 465.875 192.2364 465.875Q191.87703 465.875 191.65828 466.125Q191.45515 466.375 191.45515 466.78125L191.45515 467.14062ZM194.2364 470.75Q194.2364 470.10938 194.64265 469.70312Q195.06453 469.29688 195.68953 469.29688Q196.33015 469.29688 196.7364 469.70312Q197.15828 470.10938 197.15828 470.79688L197.15828 471.14062Q197.15828 471.78125 196.75203 472.20312Q196.34578 472.60938 195.70515 472.60938Q195.08015 472.60938 194.65828 472.20312Q194.2364 471.78125 194.2364 471.10938L194.2364 470.75ZM194.9239 471.14062Q194.9239 471.51562 195.12703 471.76562Q195.34578 472.01562 195.70515 472.01562Q196.06453 472.01562 196.26765 471.78125Q196.4864 471.53125 196.4864 471.125L196.4864 470.75Q196.4864 470.375 196.26765 470.125Q196.0489 469.875 195.70515 469.875Q195.34578 469.875 195.12703 470.125Q194.9239 470.35938 194.9239 470.78125L194.9239 471.14062ZM192.45515 471.96875L191.93953 471.64062L195.40828 466.07812L195.9239 466.40625L192.45515 471.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M189.51765 472.5L184.8614 472.5L184.8614 471.84375L187.31453 469.10938Q187.8614 468.5 188.06453 468.10938Q188.28328 467.71875 188.28328 467.29688Q188.28328 466.75 187.93953 466.39062Q187.6114 466.03125 187.0489 466.03125Q186.37703 466.03125 186.00203 466.42188Q185.62703 466.79688 185.62703 467.48438L184.72078 467.48438Q184.72078 466.5 185.34578 465.90625Q185.9864 465.29688 187.0489 465.29688Q188.03328 465.29688 188.6114 465.8125Q189.18953 466.32812 189.18953 467.20312Q189.18953 468.25 187.84578 469.70312L185.95515 471.76562L189.51765 471.76562L189.51765 472.5ZM190.78328 466.75Q190.78328 466.125 191.18953 465.70312Q191.59578 465.28125 192.2364 465.28125Q192.89265 465.28125 193.28328 465.70312Q193.68953 466.125 193.68953 466.78125L193.68953 467.14062Q193.68953 467.78125 193.28328 468.1875Q192.87703 468.59375 192.25203 468.59375Q191.6114 468.59375 191.18953 468.1875Q190.78328 467.78125 190.78328 467.09375L190.78328 466.75ZM191.45515 467.14062Q191.45515 467.51562 191.65828 467.76562Q191.87703 468.0 192.25203 468.0Q192.59578 468.0 192.7989 467.76562Q193.01765 467.53125 193.01765 467.10938L193.01765 466.75Q193.01765 466.375 192.7989 466.125Q192.59578 465.875 192.2364 465.875Q191.87703 465.875 191.65828 466.125Q191.45515 466.375 191.45515 466.78125L191.45515 467.14062ZM194.2364 470.75Q194.2364 470.10938 194.64265 469.70312Q195.06453 469.29688 195.68953 469.29688Q196.33015 469.29688 196.7364 469.70312Q197.15828 470.10938 197.15828 470.79688L197.15828 471.14062Q197.15828 471.78125 196.75203 472.20312Q196.34578 472.60938 195.70515 472.60938Q195.08015 472.60938 194.65828 472.20312Q194.2364 471.78125 194.2364 471.10938L194.2364 470.75ZM194.9239 471.14062Q194.9239 471.51562 195.12703 471.76562Q195.34578 472.01562 195.70515 472.01562Q196.06453 472.01562 196.26765 471.78125Q196.4864 471.53125 196.4864 471.125L196.4864 470.75Q196.4864 470.375 196.26765 470.125Q196.0489 469.875 195.70515 469.875Q195.34578 469.875 195.12703 470.125Q194.9239 470.35938 194.9239 470.78125L194.9239 471.14062ZM192.45515 471.96875L191.93953 471.64062L195.40828 466.07812L195.9239 466.40625L192.45515 471.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M200.55078 532.9375L200.92578 529.3906L204.5664 529.3906L204.5664 530.21875L201.6914 530.21875L201.47266 532.15625Q201.98828 531.8594 202.66016 531.8594Q203.6289 531.8594 204.1914 532.5Q204.76953 533.1406 204.76953 534.2344Q204.76953 535.3281 204.17578 535.96875Q203.58203 536.59375 202.51953 536.59375Q201.58203 536.59375 200.97266 536.0781Q200.3789 535.5469 200.30078 534.625L201.16016 534.625Q201.23828 535.2344 201.58203 535.5469Q201.9414 535.8594 202.51953 535.8594Q203.14453 535.8594 203.5039 535.4375Q203.86328 535.0 203.86328 534.25Q203.86328 533.53125 203.47266 533.1094Q203.09766 532.6719 202.4414 532.6719Q201.86328 532.6719 201.51953 532.9219L201.28516 533.125L200.55078 532.9375ZM206.0664 530.75Q206.0664 530.125 206.47266 529.7031Q206.8789 529.28125 207.51953 529.28125Q208.17578 529.28125 208.5664 529.7031Q208.97266 530.125 208.97266 530.78125L208.97266 531.1406Q208.97266 531.78125 208.5664 532.1875Q208.16016 532.59375 207.53516 532.59375Q206.89453 532.59375 206.47266 532.1875Q206.0664 531.78125 206.0664 531.09375L206.0664 530.75ZM206.73828 531.1406Q206.73828 531.5156 206.9414 531.7656Q207.16016 532.0 207.53516 532.0Q207.8789 532.0 208.08203 531.7656Q208.30078 531.53125 208.30078 531.1094L208.30078 530.75Q208.30078 530.375 208.08203 530.125Q207.8789 529.875 207.51953 529.875Q207.16016 529.875 206.9414 530.125Q206.73828 530.375 206.73828 530.78125L206.73828 531.1406ZM209.51953 534.75Q209.51953 534.1094 209.92578 533.7031Q210.34766 533.2969 210.97266 533.2969Q211.61328 533.2969 212.01953 533.7031Q212.4414 534.1094 212.4414 534.7969L212.4414 535.1406Q212.4414 535.78125 212.03516 536.2031Q211.6289 536.6094 210.98828 536.6094Q210.36328 536.6094 209.9414 536.2031Q209.51953 535.78125 209.51953 535.1094L209.51953 534.75ZM210.20703 535.1406Q210.20703 535.5156 210.41016 535.7656Q210.6289 536.0156 210.98828 536.0156Q211.34766 536.0156 211.55078 535.78125Q211.76953 535.53125 211.76953 535.125L211.76953 534.75Q211.76953 534.375 211.55078 534.125Q211.33203 533.875 210.98828 533.875Q210.6289 533.875 210.41016 534.125Q210.20703 534.3594 210.20703 534.78125L210.20703 535.1406ZM207.73828 535.96875L207.22266 535.6406L210.6914 530.0781L211.20703 530.40625L207.73828 535.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M200.55078 532.9375L200.92578 529.3906L204.5664 529.3906L204.5664 530.21875L201.6914 530.21875L201.47266 532.15625Q201.98828 531.8594 202.66016 531.8594Q203.6289 531.8594 204.1914 532.5Q204.76953 533.1406 204.76953 534.2344Q204.76953 535.3281 204.17578 535.96875Q203.58203 536.59375 202.51953 536.59375Q201.58203 536.59375 200.97266 536.0781Q200.3789 535.5469 200.30078 534.625L201.16016 534.625Q201.23828 535.2344 201.58203 535.5469Q201.9414 535.8594 202.51953 535.8594Q203.14453 535.8594 203.5039 535.4375Q203.86328 535.0 203.86328 534.25Q203.86328 533.53125 203.47266 533.1094Q203.09766 532.6719 202.4414 532.6719Q201.86328 532.6719 201.51953 532.9219L201.28516 533.125L200.55078 532.9375ZM206.0664 530.75Q206.0664 530.125 206.47266 529.7031Q206.8789 529.28125 207.51953 529.28125Q208.17578 529.28125 208.5664 529.7031Q208.97266 530.125 208.97266 530.78125L208.97266 531.1406Q208.97266 531.78125 208.5664 532.1875Q208.16016 532.59375 207.53516 532.59375Q206.89453 532.59375 206.47266 532.1875Q206.0664 531.78125 206.0664 531.09375L206.0664 530.75ZM206.73828 531.1406Q206.73828 531.5156 206.9414 531.7656Q207.16016 532.0 207.53516 532.0Q207.8789 532.0 208.08203 531.7656Q208.30078 531.53125 208.30078 531.1094L208.30078 530.75Q208.30078 530.375 208.08203 530.125Q207.8789 529.875 207.51953 529.875Q207.16016 529.875 206.9414 530.125Q206.73828 530.375 206.73828 530.78125L206.73828 531.1406ZM209.51953 534.75Q209.51953 534.1094 209.92578 533.7031Q210.34766 533.2969 210.97266 533.2969Q211.61328 533.2969 212.01953 533.7031Q212.4414 534.1094 212.4414 534.7969L212.4414 535.1406Q212.4414 535.78125 212.03516 536.2031Q211.6289 536.6094 210.98828 536.6094Q210.36328 536.6094 209.9414 536.2031Q209.51953 535.78125 209.51953 535.1094L209.51953 534.75ZM210.20703 535.1406Q210.20703 535.5156 210.41016 535.7656Q210.6289 536.0156 210.98828 536.0156Q211.34766 536.0156 211.55078 535.78125Q211.76953 535.53125 211.76953 535.125L211.76953 534.75Q211.76953 534.375 211.55078 534.125Q211.33203 533.875 210.98828 533.875Q210.6289 533.875 210.41016 534.125Q210.20703 534.3594 210.20703 534.78125L210.20703 535.1406ZM207.73828 535.96875L207.22266 535.6406L210.6914 530.0781L211.20703 530.40625L207.73828 535.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M371.16873 96.5L371.8406 96.5Q372.48123 96.5 372.8406 96.171875Q373.2156 95.84375 373.2156 95.28125Q373.2156 94.03125 371.9656 94.03125Q371.38748 94.03125 371.0281 94.375Q370.68436 94.703125 370.68436 95.25L369.7781 95.25Q369.7781 94.40625 370.4031 93.859375Q371.0281 93.296875 371.9656 93.296875Q372.98123 93.296875 373.54373 93.828125Q374.12186 94.359375 374.12186 95.296875Q374.12186 95.765625 373.82498 96.203125Q373.5281 96.640625 372.99686 96.859375Q373.5906 97.03125 373.9031 97.46875Q374.23123 97.890625 374.23123 98.515625Q374.23123 99.46875 373.60623 100.03125Q372.98123 100.59375 371.98123 100.59375Q370.98123 100.59375 370.3406 100.0625Q369.7156 99.515625 369.7156 98.625L370.63748 98.625Q370.63748 99.1875 370.99686 99.53125Q371.35623 99.859375 371.98123 99.859375Q372.63748 99.859375 372.98123 99.515625Q373.32498 99.171875 373.32498 98.53125Q373.32498 97.921875 372.93436 97.59375Q372.55936 97.25 371.8406 97.25L371.16873 97.25L371.16873 96.5ZM379.30936 97.375Q379.0281 97.71875 378.63748 97.921875Q378.24686 98.125 377.7781 98.125Q377.16873 98.125 376.69998 97.828125Q376.24686 97.515625 375.99686 96.96875Q375.74686 96.421875 375.74686 95.75Q375.74686 95.046875 376.01248 94.46875Q376.29373 93.890625 376.79373 93.59375Q377.29373 93.296875 377.94998 93.296875Q379.01248 93.296875 379.62186 94.09375Q380.23123 94.875 380.23123 96.234375L380.23123 96.5Q380.23123 98.578125 379.4031 99.53125Q378.5906 100.484375 376.93436 100.5L376.74686 100.5L376.74686 99.75L376.94998 99.75Q378.05936 99.71875 378.6531 99.15625Q379.26248 98.59375 379.30936 97.375ZM377.91873 97.375Q378.37186 97.375 378.74686 97.09375Q379.13748 96.8125 379.32498 96.40625L379.32498 96.046875Q379.32498 95.15625 378.93436 94.609375Q378.54373 94.046875 377.9656 94.046875Q377.35623 94.046875 376.99686 94.5Q376.63748 94.953125 376.63748 95.703125Q376.63748 96.4375 376.98123 96.90625Q377.3406 97.375 377.91873 97.375ZM381.7781 94.75Q381.7781 94.125 382.18436 93.703125Q382.5906 93.28125 383.23123 93.28125Q383.88748 93.28125 384.2781 93.703125Q384.68436 94.125 384.68436 94.78125L384.68436 95.140625Q384.68436 95.78125 384.2781 96.1875Q383.87186 96.59375 383.24686 96.59375Q382.60623 96.59375 382.18436 96.1875Q381.7781 95.78125 381.7781 95.09375L381.7781 94.75ZM382.44998 95.140625Q382.44998 95.515625 382.6531 95.765625Q382.87186 96.0 383.24686 96.0Q383.5906 96.0 383.79373 95.765625Q384.01248 95.53125 384.01248 95.109375L384.01248 94.75Q384.01248 94.375 383.79373 94.125Q383.5906 93.875 383.23123 93.875Q382.87186 93.875 382.6531 94.125Q382.44998 94.375 382.44998 94.78125L382.44998 95.140625ZM385.23123 98.75Q385.23123 98.109375 385.63748 97.703125Q386.05936 97.296875 386.68436 97.296875Q387.32498 97.296875 387.73123 97.703125Q388.1531 98.109375 388.1531 98.796875L388.1531 99.140625Q388.1531 99.78125 387.74686 100.203125Q387.3406 100.609375 386.69998 100.609375Q386.07498 100.609375 385.6531 100.203125Q385.23123 99.78125 385.23123 99.109375L385.23123 98.75ZM385.91873 99.140625Q385.91873 99.515625 386.12186 99.765625Q386.3406 100.015625 386.69998 100.015625Q387.05936 100.015625 387.26248 99.78125Q387.48123 99.53125 387.48123 99.125L387.48123 98.75Q387.48123 98.375 387.26248 98.125Q387.04373 97.875 386.69998 97.875Q386.3406 97.875 386.12186 98.125Q385.91873 98.359375 385.91873 98.78125L385.91873 99.140625ZM383.44998 99.96875L382.93436 99.640625L386.4031 94.078125L386.91873 94.40625L383.44998 99.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M371.16873 96.5L371.8406 96.5Q372.48123 96.5 372.8406 96.171875Q373.2156 95.84375 373.2156 95.28125Q373.2156 94.03125 371.9656 94.03125Q371.38748 94.03125 371.0281 94.375Q370.68436 94.703125 370.68436 95.25L369.7781 95.25Q369.7781 94.40625 370.4031 93.859375Q371.0281 93.296875 371.9656 93.296875Q372.98123 93.296875 373.54373 93.828125Q374.12186 94.359375 374.12186 95.296875Q374.12186 95.765625 373.82498 96.203125Q373.5281 96.640625 372.99686 96.859375Q373.5906 97.03125 373.9031 97.46875Q374.23123 97.890625 374.23123 98.515625Q374.23123 99.46875 373.60623 100.03125Q372.98123 100.59375 371.98123 100.59375Q370.98123 100.59375 370.3406 100.0625Q369.7156 99.515625 369.7156 98.625L370.63748 98.625Q370.63748 99.1875 370.99686 99.53125Q371.35623 99.859375 371.98123 99.859375Q372.63748 99.859375 372.98123 99.515625Q373.32498 99.171875 373.32498 98.53125Q373.32498 97.921875 372.93436 97.59375Q372.55936 97.25 371.8406 97.25L371.16873 97.25L371.16873 96.5ZM379.30936 97.375Q379.0281 97.71875 378.63748 97.921875Q378.24686 98.125 377.7781 98.125Q377.16873 98.125 376.69998 97.828125Q376.24686 97.515625 375.99686 96.96875Q375.74686 96.421875 375.74686 95.75Q375.74686 95.046875 376.01248 94.46875Q376.29373 93.890625 376.79373 93.59375Q377.29373 93.296875 377.94998 93.296875Q379.01248 93.296875 379.62186 94.09375Q380.23123 94.875 380.23123 96.234375L380.23123 96.5Q380.23123 98.578125 379.4031 99.53125Q378.5906 100.484375 376.93436 100.5L376.74686 100.5L376.74686 99.75L376.94998 99.75Q378.05936 99.71875 378.6531 99.15625Q379.26248 98.59375 379.30936 97.375ZM377.91873 97.375Q378.37186 97.375 378.74686 97.09375Q379.13748 96.8125 379.32498 96.40625L379.32498 96.046875Q379.32498 95.15625 378.93436 94.609375Q378.54373 94.046875 377.9656 94.046875Q377.35623 94.046875 376.99686 94.5Q376.63748 94.953125 376.63748 95.703125Q376.63748 96.4375 376.98123 96.90625Q377.3406 97.375 377.91873 97.375ZM381.7781 94.75Q381.7781 94.125 382.18436 93.703125Q382.5906 93.28125 383.23123 93.28125Q383.88748 93.28125 384.2781 93.703125Q384.68436 94.125 384.68436 94.78125L384.68436 95.140625Q384.68436 95.78125 384.2781 96.1875Q383.87186 96.59375 383.24686 96.59375Q382.60623 96.59375 382.18436 96.1875Q381.7781 95.78125 381.7781 95.09375L381.7781 94.75ZM382.44998 95.140625Q382.44998 95.515625 382.6531 95.765625Q382.87186 96.0 383.24686 96.0Q383.5906 96.0 383.79373 95.765625Q384.01248 95.53125 384.01248 95.109375L384.01248 94.75Q384.01248 94.375 383.79373 94.125Q383.5906 93.875 383.23123 93.875Q382.87186 93.875 382.6531 94.125Q382.44998 94.375 382.44998 94.78125L382.44998 95.140625ZM385.23123 98.75Q385.23123 98.109375 385.63748 97.703125Q386.05936 97.296875 386.68436 97.296875Q387.32498 97.296875 387.73123 97.703125Q388.1531 98.109375 388.1531 98.796875L388.1531 99.140625Q388.1531 99.78125 387.74686 100.203125Q387.3406 100.609375 386.69998 100.609375Q386.07498 100.609375 385.6531 100.203125Q385.23123 99.78125 385.23123 99.109375L385.23123 98.75ZM385.91873 99.140625Q385.91873 99.515625 386.12186 99.765625Q386.3406 100.015625 386.69998 100.015625Q387.05936 100.015625 387.26248 99.78125Q387.48123 99.53125 387.48123 99.125L387.48123 98.75Q387.48123 98.375 387.26248 98.125Q387.04373 97.875 386.69998 97.875Q386.3406 97.875 386.12186 98.125Q385.91873 98.359375 385.91873 98.78125L385.91873 99.140625ZM383.44998 99.96875L382.93436 99.640625L386.4031 94.078125L386.91873 94.40625L383.44998 99.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M300.65234 164.5L295.9961 164.5L295.9961 163.84375L298.44922 161.10938Q298.9961 160.5 299.19922 160.10938Q299.41797 159.71875 299.41797 159.29688Q299.41797 158.75 299.07422 158.39062Q298.7461 158.03125 298.1836 158.03125Q297.51172 158.03125 297.13672 158.42188Q296.76172 158.79688 296.76172 159.48438L295.85547 159.48438Q295.85547 158.5 296.48047 157.90625Q297.1211 157.29688 298.1836 157.29688Q299.16797 157.29688 299.7461 157.8125Q300.32422 158.32812 300.32422 159.20312Q300.32422 160.25 298.98047 161.70312L297.08984 163.76562L300.65234 163.76562L300.65234 164.5ZM305.8086 162.10938L306.79297 162.10938L306.79297 162.84375L305.8086 162.84375L305.8086 164.5L304.90234 164.5L304.90234 162.84375L301.66797 162.84375L301.66797 162.3125L304.83984 157.39062L305.8086 157.39062L305.8086 162.10938ZM302.6836 162.10938L304.90234 162.10938L304.90234 158.625L304.79297 158.82812L302.6836 162.10938ZM307.91797 158.75Q307.91797 158.125 308.32422 157.70312Q308.73047 157.28125 309.3711 157.28125Q310.02734 157.28125 310.41797 157.70312Q310.82422 158.125 310.82422 158.78125L310.82422 159.14062Q310.82422 159.78125 310.41797 160.1875Q310.01172 160.59375 309.38672 160.59375Q308.7461 160.59375 308.32422 160.1875Q307.91797 159.78125 307.91797 159.09375L307.91797 158.75ZM308.58984 159.14062Q308.58984 159.51562 308.79297 159.76562Q309.01172 160.0 309.38672 160.0Q309.73047 160.0 309.9336 159.76562Q310.15234 159.53125 310.15234 159.10938L310.15234 158.75Q310.15234 158.375 309.9336 158.125Q309.73047 157.875 309.3711 157.875Q309.01172 157.875 308.79297 158.125Q308.58984 158.375 308.58984 158.78125L308.58984 159.14062ZM311.3711 162.75Q311.3711 162.10938 311.77734 161.70312Q312.19922 161.29688 312.82422 161.29688Q313.46484 161.29688 313.8711 161.70312Q314.29297 162.10938 314.29297 162.79688L314.29297 163.14062Q314.29297 163.78125 313.88672 164.20312Q313.48047 164.60938 312.83984 164.60938Q312.21484 164.60938 311.79297 164.20312Q311.3711 163.78125 311.3711 163.10938L311.3711 162.75ZM312.0586 163.14062Q312.0586 163.51562 312.26172 163.76562Q312.48047 164.01562 312.83984 164.01562Q313.19922 164.01562 313.40234 163.78125Q313.6211 163.53125 313.6211 163.125L313.6211 162.75Q313.6211 162.375 313.40234 162.125Q313.1836 161.875 312.83984 161.875Q312.48047 161.875 312.26172 162.125Q312.0586 162.35938 312.0586 162.78125L312.0586 163.14062ZM309.58984 163.96875L309.07422 163.64062L312.54297 158.07812L313.0586 158.40625L309.58984 163.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M300.65234 164.5L295.9961 164.5L295.9961 163.84375L298.44922 161.10938Q298.9961 160.5 299.19922 160.10938Q299.41797 159.71875 299.41797 159.29688Q299.41797 158.75 299.07422 158.39062Q298.7461 158.03125 298.1836 158.03125Q297.51172 158.03125 297.13672 158.42188Q296.76172 158.79688 296.76172 159.48438L295.85547 159.48438Q295.85547 158.5 296.48047 157.90625Q297.1211 157.29688 298.1836 157.29688Q299.16797 157.29688 299.7461 157.8125Q300.32422 158.32812 300.32422 159.20312Q300.32422 160.25 298.98047 161.70312L297.08984 163.76562L300.65234 163.76562L300.65234 164.5ZM305.8086 162.10938L306.79297 162.10938L306.79297 162.84375L305.8086 162.84375L305.8086 164.5L304.90234 164.5L304.90234 162.84375L301.66797 162.84375L301.66797 162.3125L304.83984 157.39062L305.8086 157.39062L305.8086 162.10938ZM302.6836 162.10938L304.90234 162.10938L304.90234 158.625L304.79297 158.82812L302.6836 162.10938ZM307.91797 158.75Q307.91797 158.125 308.32422 157.70312Q308.73047 157.28125 309.3711 157.28125Q310.02734 157.28125 310.41797 157.70312Q310.82422 158.125 310.82422 158.78125L310.82422 159.14062Q310.82422 159.78125 310.41797 160.1875Q310.01172 160.59375 309.38672 160.59375Q308.7461 160.59375 308.32422 160.1875Q307.91797 159.78125 307.91797 159.09375L307.91797 158.75ZM308.58984 159.14062Q308.58984 159.51562 308.79297 159.76562Q309.01172 160.0 309.38672 160.0Q309.73047 160.0 309.9336 159.76562Q310.15234 159.53125 310.15234 159.10938L310.15234 158.75Q310.15234 158.375 309.9336 158.125Q309.73047 157.875 309.3711 157.875Q309.01172 157.875 308.79297 158.125Q308.58984 158.375 308.58984 158.78125L308.58984 159.14062ZM311.3711 162.75Q311.3711 162.10938 311.77734 161.70312Q312.19922 161.29688 312.82422 161.29688Q313.46484 161.29688 313.8711 161.70312Q314.29297 162.10938 314.29297 162.79688L314.29297 163.14062Q314.29297 163.78125 313.88672 164.20312Q313.48047 164.60938 312.83984 164.60938Q312.21484 164.60938 311.79297 164.20312Q311.3711 163.78125 311.3711 163.10938L311.3711 162.75ZM312.0586 163.14062Q312.0586 163.51562 312.26172 163.76562Q312.48047 164.01562 312.83984 164.01562Q313.19922 164.01562 313.40234 163.78125Q313.6211 163.53125 313.6211 163.125L313.6211 162.75Q313.6211 162.375 313.40234 162.125Q313.1836 161.875 312.83984 161.875Q312.48047 161.875 312.26172 162.125Q312.0586 162.35938 312.0586 162.78125L312.0586 163.14062ZM309.58984 163.96875L309.07422 163.64062L312.54297 158.07812L313.0586 158.40625L309.58984 163.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M273.24146 227.5L272.3352 227.5L272.3352 221.48438L270.50708 222.14062L270.50708 221.32812L273.10083 220.35938L273.24146 220.35938L273.24146 227.5ZM279.72583 224.375Q279.44458 224.71875 279.05396 224.92188Q278.66333 225.125 278.19458 225.125Q277.5852 225.125 277.11646 224.82812Q276.66333 224.51562 276.41333 223.96875Q276.16333 223.42188 276.16333 222.75Q276.16333 222.04688 276.42896 221.46875Q276.7102 220.89062 277.2102 220.59375Q277.7102 220.29688 278.36646 220.29688Q279.42896 220.29688 280.03833 221.09375Q280.6477 221.875 280.6477 223.23438L280.6477 223.5Q280.6477 225.57812 279.81958 226.53125Q279.00708 227.48438 277.35083 227.5L277.16333 227.5L277.16333 226.75L277.36646 226.75Q278.47583 226.71875 279.06958 226.15625Q279.67896 225.59375 279.72583 224.375ZM278.3352 224.375Q278.78833 224.375 279.16333 224.09375Q279.55396 223.8125 279.74146 223.40625L279.74146 223.04688Q279.74146 222.15625 279.35083 221.60938Q278.9602 221.04688 278.38208 221.04688Q277.7727 221.04688 277.41333 221.5Q277.05396 221.95312 277.05396 222.70312Q277.05396 223.4375 277.3977 223.90625Q277.75708 224.375 278.3352 224.375ZM282.19458 221.75Q282.19458 221.125 282.60083 220.70312Q283.00708 220.28125 283.6477 220.28125Q284.30396 220.28125 284.69458 220.70312Q285.10083 221.125 285.10083 221.78125L285.10083 222.14062Q285.10083 222.78125 284.69458 223.1875Q284.28833 223.59375 283.66333 223.59375Q283.0227 223.59375 282.60083 223.1875Q282.19458 222.78125 282.19458 222.09375L282.19458 221.75ZM282.86646 222.14062Q282.86646 222.51562 283.06958 222.76562Q283.28833 223.0 283.66333 223.0Q284.00708 223.0 284.2102 222.76562Q284.42896 222.53125 284.42896 222.10938L284.42896 221.75Q284.42896 221.375 284.2102 221.125Q284.00708 220.875 283.6477 220.875Q283.28833 220.875 283.06958 221.125Q282.86646 221.375 282.86646 221.78125L282.86646 222.14062ZM285.6477 225.75Q285.6477 225.10938 286.05396 224.70312Q286.47583 224.29688 287.10083 224.29688Q287.74146 224.29688 288.1477 224.70312Q288.56958 225.10938 288.56958 225.79688L288.56958 226.14062Q288.56958 226.78125 288.16333 227.20312Q287.75708 227.60938 287.11646 227.60938Q286.49146 227.60938 286.06958 227.20312Q285.6477 226.78125 285.6477 226.10938L285.6477 225.75ZM286.3352 226.14062Q286.3352 226.51562 286.53833 226.76562Q286.75708 227.01562 287.11646 227.01562Q287.47583 227.01562 287.67896 226.78125Q287.8977 226.53125 287.8977 226.125L287.8977 225.75Q287.8977 225.375 287.67896 225.125Q287.4602 224.875 287.11646 224.875Q286.75708 224.875 286.53833 225.125Q286.3352 225.35938 286.3352 225.78125L286.3352 226.14062ZM283.86646 226.96875L283.35083 226.64062L286.81958 221.07812L287.3352 221.40625L283.86646 226.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M273.24146 227.5L272.3352 227.5L272.3352 221.48438L270.50708 222.14062L270.50708 221.32812L273.10083 220.35938L273.24146 220.35938L273.24146 227.5ZM279.72583 224.375Q279.44458 224.71875 279.05396 224.92188Q278.66333 225.125 278.19458 225.125Q277.5852 225.125 277.11646 224.82812Q276.66333 224.51562 276.41333 223.96875Q276.16333 223.42188 276.16333 222.75Q276.16333 222.04688 276.42896 221.46875Q276.7102 220.89062 277.2102 220.59375Q277.7102 220.29688 278.36646 220.29688Q279.42896 220.29688 280.03833 221.09375Q280.6477 221.875 280.6477 223.23438L280.6477 223.5Q280.6477 225.57812 279.81958 226.53125Q279.00708 227.48438 277.35083 227.5L277.16333 227.5L277.16333 226.75L277.36646 226.75Q278.47583 226.71875 279.06958 226.15625Q279.67896 225.59375 279.72583 224.375ZM278.3352 224.375Q278.78833 224.375 279.16333 224.09375Q279.55396 223.8125 279.74146 223.40625L279.74146 223.04688Q279.74146 222.15625 279.35083 221.60938Q278.9602 221.04688 278.38208 221.04688Q277.7727 221.04688 277.41333 221.5Q277.05396 221.95312 277.05396 222.70312Q277.05396 223.4375 277.3977 223.90625Q277.75708 224.375 278.3352 224.375ZM282.19458 221.75Q282.19458 221.125 282.60083 220.70312Q283.00708 220.28125 283.6477 220.28125Q284.30396 220.28125 284.69458 220.70312Q285.10083 221.125 285.10083 221.78125L285.10083 222.14062Q285.10083 222.78125 284.69458 223.1875Q284.28833 223.59375 283.66333 223.59375Q283.0227 223.59375 282.60083 223.1875Q282.19458 222.78125 282.19458 222.09375L282.19458 221.75ZM282.86646 222.14062Q282.86646 222.51562 283.06958 222.76562Q283.28833 223.0 283.66333 223.0Q284.00708 223.0 284.2102 222.76562Q284.42896 222.53125 284.42896 222.10938L284.42896 221.75Q284.42896 221.375 284.2102 221.125Q284.00708 220.875 283.6477 220.875Q283.28833 220.875 283.06958 221.125Q282.86646 221.375 282.86646 221.78125L282.86646 222.14062ZM285.6477 225.75Q285.6477 225.10938 286.05396 224.70312Q286.47583 224.29688 287.10083 224.29688Q287.74146 224.29688 288.1477 224.70312Q288.56958 225.10938 288.56958 225.79688L288.56958 226.14062Q288.56958 226.78125 288.16333 227.20312Q287.75708 227.60938 287.11646 227.60938Q286.49146 227.60938 286.06958 227.20312Q285.6477 226.78125 285.6477 226.10938L285.6477 225.75ZM286.3352 226.14062Q286.3352 226.51562 286.53833 226.76562Q286.75708 227.01562 287.11646 227.01562Q287.47583 227.01562 287.67896 226.78125Q287.8977 226.53125 287.8977 226.125L287.8977 225.75Q287.8977 225.375 287.67896 225.125Q287.4602 224.875 287.11646 224.875Q286.75708 224.875 286.53833 225.125Q286.3352 225.35938 286.3352 225.78125L286.3352 226.14062ZM283.86646 226.96875L283.35083 226.64062L286.81958 221.07812L287.3352 221.40625L283.86646 226.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M205.82286 284.39062L205.82286 285.15625L205.65099 285.15625Q204.60411 285.17188 203.97911 285.78125Q203.35411 286.375 203.24474 287.48438Q203.80724 286.84375 204.77599 286.84375Q205.71349 286.84375 206.26036 287.5Q206.82286 288.14062 206.82286 289.1875Q206.82286 290.28125 206.21349 290.9375Q205.61974 291.59375 204.61974 291.59375Q203.60411 291.59375 202.96349 290.8125Q202.32286 290.03125 202.32286 288.79688L202.32286 288.45312Q202.32286 286.48438 203.15099 285.45312Q203.99474 284.40625 205.65099 284.39062L205.82286 284.39062ZM204.63536 287.59375Q204.16661 287.59375 203.77599 287.875Q203.38536 288.14062 203.22911 288.5625L203.22911 288.89062Q203.22911 289.78125 203.61974 290.3125Q204.02599 290.84375 204.61974 290.84375Q205.22911 290.84375 205.57286 290.40625Q205.93224 289.95312 205.93224 289.21875Q205.93224 288.48438 205.57286 288.04688Q205.21349 287.59375 204.63536 287.59375ZM208.19786 285.75Q208.19786 285.125 208.60411 284.70312Q209.01036 284.28125 209.65099 284.28125Q210.30724 284.28125 210.69786 284.70312Q211.10411 285.125 211.10411 285.78125L211.10411 286.14062Q211.10411 286.78125 210.69786 287.1875Q210.29161 287.59375 209.66661 287.59375Q209.02599 287.59375 208.60411 287.1875Q208.19786 286.78125 208.19786 286.09375L208.19786 285.75ZM208.86974 286.14062Q208.86974 286.51562 209.07286 286.76562Q209.29161 287.0 209.66661 287.0Q210.01036 287.0 210.21349 286.76562Q210.43224 286.53125 210.43224 286.10938L210.43224 285.75Q210.43224 285.375 210.21349 285.125Q210.01036 284.875 209.65099 284.875Q209.29161 284.875 209.07286 285.125Q208.86974 285.375 208.86974 285.78125L208.86974 286.14062ZM211.65099 289.75Q211.65099 289.10938 212.05724 288.70312Q212.47911 288.29688 213.10411 288.29688Q213.74474 288.29688 214.15099 288.70312Q214.57286 289.10938 214.57286 289.79688L214.57286 290.14062Q214.57286 290.78125 214.16661 291.20312Q213.76036 291.60938 213.11974 291.60938Q212.49474 291.60938 212.07286 291.20312Q211.65099 290.78125 211.65099 290.10938L211.65099 289.75ZM212.33849 290.14062Q212.33849 290.51562 212.54161 290.76562Q212.76036 291.01562 213.11974 291.01562Q213.47911 291.01562 213.68224 290.78125Q213.90099 290.53125 213.90099 290.125L213.90099 289.75Q213.90099 289.375 213.68224 289.125Q213.46349 288.875 213.11974 288.875Q212.76036 288.875 212.54161 289.125Q212.33849 289.35938 212.33849 289.78125L212.33849 290.14062ZM209.86974 290.96875L209.35411 290.64062L212.82286 285.07812L213.33849 285.40625L209.86974 290.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M205.82286 284.39062L205.82286 285.15625L205.65099 285.15625Q204.60411 285.17188 203.97911 285.78125Q203.35411 286.375 203.24474 287.48438Q203.80724 286.84375 204.77599 286.84375Q205.71349 286.84375 206.26036 287.5Q206.82286 288.14062 206.82286 289.1875Q206.82286 290.28125 206.21349 290.9375Q205.61974 291.59375 204.61974 291.59375Q203.60411 291.59375 202.96349 290.8125Q202.32286 290.03125 202.32286 288.79688L202.32286 288.45312Q202.32286 286.48438 203.15099 285.45312Q203.99474 284.40625 205.65099 284.39062L205.82286 284.39062ZM204.63536 287.59375Q204.16661 287.59375 203.77599 287.875Q203.38536 288.14062 203.22911 288.5625L203.22911 288.89062Q203.22911 289.78125 203.61974 290.3125Q204.02599 290.84375 204.61974 290.84375Q205.22911 290.84375 205.57286 290.40625Q205.93224 289.95312 205.93224 289.21875Q205.93224 288.48438 205.57286 288.04688Q205.21349 287.59375 204.63536 287.59375ZM208.19786 285.75Q208.19786 285.125 208.60411 284.70312Q209.01036 284.28125 209.65099 284.28125Q210.30724 284.28125 210.69786 284.70312Q211.10411 285.125 211.10411 285.78125L211.10411 286.14062Q211.10411 286.78125 210.69786 287.1875Q210.29161 287.59375 209.66661 287.59375Q209.02599 287.59375 208.60411 287.1875Q208.19786 286.78125 208.19786 286.09375L208.19786 285.75ZM208.86974 286.14062Q208.86974 286.51562 209.07286 286.76562Q209.29161 287.0 209.66661 287.0Q210.01036 287.0 210.21349 286.76562Q210.43224 286.53125 210.43224 286.10938L210.43224 285.75Q210.43224 285.375 210.21349 285.125Q210.01036 284.875 209.65099 284.875Q209.29161 284.875 209.07286 285.125Q208.86974 285.375 208.86974 285.78125L208.86974 286.14062ZM211.65099 289.75Q211.65099 289.10938 212.05724 288.70312Q212.47911 288.29688 213.10411 288.29688Q213.74474 288.29688 214.15099 288.70312Q214.57286 289.10938 214.57286 289.79688L214.57286 290.14062Q214.57286 290.78125 214.16661 291.20312Q213.76036 291.60938 213.11974 291.60938Q212.49474 291.60938 212.07286 291.20312Q211.65099 290.78125 211.65099 290.10938L211.65099 289.75ZM212.33849 290.14062Q212.33849 290.51562 212.54161 290.76562Q212.76036 291.01562 213.11974 291.01562Q213.47911 291.01562 213.68224 290.78125Q213.90099 290.53125 213.90099 290.125L213.90099 289.75Q213.90099 289.375 213.68224 289.125Q213.46349 288.875 213.11974 288.875Q212.76036 288.875 212.54161 289.125Q212.33849 289.35938 212.33849 289.78125L212.33849 290.14062ZM209.86974 290.96875L209.35411 290.64062L212.82286 285.07812L213.33849 285.40625L209.86974 290.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.84677 353.10938L200.83115 353.10938L200.83115 353.84375L199.84677 353.84375L199.84677 355.5L198.94052 355.5L198.94052 353.84375L195.70615 353.84375L195.70615 353.3125L198.87802 348.39062L199.84677 348.39062L199.84677 353.10938ZM196.72177 353.10938L198.94052 353.10938L198.94052 349.625L198.83115 349.82812L196.72177 353.10938ZM201.95615 349.75Q201.95615 349.125 202.3624 348.70312Q202.76865 348.28125 203.40927 348.28125Q204.06552 348.28125 204.45615 348.70312Q204.8624 349.125 204.8624 349.78125L204.8624 350.14062Q204.8624 350.78125 204.45615 351.1875Q204.0499 351.59375 203.4249 351.59375Q202.78427 351.59375 202.3624 351.1875Q201.95615 350.78125 201.95615 350.09375L201.95615 349.75ZM202.62802 350.14062Q202.62802 350.51562 202.83115 350.76562Q203.0499 351.0 203.4249 351.0Q203.76865 351.0 203.97177 350.76562Q204.19052 350.53125 204.19052 350.10938L204.19052 349.75Q204.19052 349.375 203.97177 349.125Q203.76865 348.875 203.40927 348.875Q203.0499 348.875 202.83115 349.125Q202.62802 349.375 202.62802 349.78125L202.62802 350.14062ZM205.40927 353.75Q205.40927 353.10938 205.81552 352.70312Q206.2374 352.29688 206.8624 352.29688Q207.50302 352.29688 207.90927 352.70312Q208.33115 353.10938 208.33115 353.79688L208.33115 354.14062Q208.33115 354.78125 207.9249 355.20312Q207.51865 355.60938 206.87802 355.60938Q206.25302 355.60938 205.83115 355.20312Q205.40927 354.78125 205.40927 354.10938L205.40927 353.75ZM206.09677 354.14062Q206.09677 354.51562 206.2999 354.76562Q206.51865 355.01562 206.87802 355.01562Q207.2374 355.01562 207.44052 354.78125Q207.65927 354.53125 207.65927 354.125L207.65927 353.75Q207.65927 353.375 207.44052 353.125Q207.22177 352.875 206.87802 352.875Q206.51865 352.875 206.2999 353.125Q206.09677 353.35938 206.09677 353.78125L206.09677 354.14062ZM203.62802 354.96875L203.1124 354.64062L206.58115 349.07812L207.09677 349.40625L203.62802 354.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M199.84677 353.10938L200.83115 353.10938L200.83115 353.84375L199.84677 353.84375L199.84677 355.5L198.94052 355.5L198.94052 353.84375L195.70615 353.84375L195.70615 353.3125L198.87802 348.39062L199.84677 348.39062L199.84677 353.10938ZM196.72177 353.10938L198.94052 353.10938L198.94052 349.625L198.83115 349.82812L196.72177 353.10938ZM201.95615 349.75Q201.95615 349.125 202.3624 348.70312Q202.76865 348.28125 203.40927 348.28125Q204.06552 348.28125 204.45615 348.70312Q204.8624 349.125 204.8624 349.78125L204.8624 350.14062Q204.8624 350.78125 204.45615 351.1875Q204.0499 351.59375 203.4249 351.59375Q202.78427 351.59375 202.3624 351.1875Q201.95615 350.78125 201.95615 350.09375L201.95615 349.75ZM202.62802 350.14062Q202.62802 350.51562 202.83115 350.76562Q203.0499 351.0 203.4249 351.0Q203.76865 351.0 203.97177 350.76562Q204.19052 350.53125 204.19052 350.10938L204.19052 349.75Q204.19052 349.375 203.97177 349.125Q203.76865 348.875 203.40927 348.875Q203.0499 348.875 202.83115 349.125Q202.62802 349.375 202.62802 349.78125L202.62802 350.14062ZM205.40927 353.75Q205.40927 353.10938 205.81552 352.70312Q206.2374 352.29688 206.8624 352.29688Q207.50302 352.29688 207.90927 352.70312Q208.33115 353.10938 208.33115 353.79688L208.33115 354.14062Q208.33115 354.78125 207.9249 355.20312Q207.51865 355.60938 206.87802 355.60938Q206.25302 355.60938 205.83115 355.20312Q205.40927 354.78125 205.40927 354.10938L205.40927 353.75ZM206.09677 354.14062Q206.09677 354.51562 206.2999 354.76562Q206.51865 355.01562 206.87802 355.01562Q207.2374 355.01562 207.44052 354.78125Q207.65927 354.53125 207.65927 354.125L207.65927 353.75Q207.65927 353.375 207.44052 353.125Q207.22177 352.875 206.87802 352.875Q206.51865 352.875 206.2999 353.125Q206.09677 353.35938 206.09677 353.78125L206.09677 354.14062ZM203.62802 354.96875L203.1124 354.64062L206.58115 349.07812L207.09677 349.40625L203.62802 354.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M192.23993 414.5L192.9118 414.5Q193.55243 414.5 193.9118 414.17188Q194.2868 413.84375 194.2868 413.28125Q194.2868 412.03125 193.0368 412.03125Q192.45868 412.03125 192.0993 412.375Q191.75555 412.70312 191.75555 413.25L190.8493 413.25Q190.8493 412.40625 191.4743 411.85938Q192.0993 411.29688 193.0368 411.29688Q194.05243 411.29688 194.61493 411.82812Q195.19305 412.35938 195.19305 413.29688Q195.19305 413.76562 194.89618 414.20312Q194.5993 414.64062 194.06805 414.85938Q194.6618 415.03125 194.9743 415.46875Q195.30243 415.89062 195.30243 416.51562Q195.30243 417.46875 194.67743 418.03125Q194.05243 418.59375 193.05243 418.59375Q192.05243 418.59375 191.4118 418.0625Q190.7868 417.51562 190.7868 416.625L191.70868 416.625Q191.70868 417.1875 192.06805 417.53125Q192.42743 417.85938 193.05243 417.85938Q193.70868 417.85938 194.05243 417.51562Q194.39618 417.17188 194.39618 416.53125Q194.39618 415.92188 194.00555 415.59375Q193.63055 415.25 192.9118 415.25L192.23993 415.25L192.23993 414.5ZM196.8493 412.75Q196.8493 412.125 197.25555 411.70312Q197.6618 411.28125 198.30243 411.28125Q198.95868 411.28125 199.3493 411.70312Q199.75555 412.125 199.75555 412.78125L199.75555 413.14062Q199.75555 413.78125 199.3493 414.1875Q198.94305 414.59375 198.31805 414.59375Q197.67743 414.59375 197.25555 414.1875Q196.8493 413.78125 196.8493 413.09375L196.8493 412.75ZM197.52118 413.14062Q197.52118 413.51562 197.7243 413.76562Q197.94305 414.0 198.31805 414.0Q198.6618 414.0 198.86493 413.76562Q199.08368 413.53125 199.08368 413.10938L199.08368 412.75Q199.08368 412.375 198.86493 412.125Q198.6618 411.875 198.30243 411.875Q197.94305 411.875 197.7243 412.125Q197.52118 412.375 197.52118 412.78125L197.52118 413.14062ZM200.30243 416.75Q200.30243 416.10938 200.70868 415.70312Q201.13055 415.29688 201.75555 415.29688Q202.39618 415.29688 202.80243 415.70312Q203.2243 416.10938 203.2243 416.79688L203.2243 417.14062Q203.2243 417.78125 202.81805 418.20312Q202.4118 418.60938 201.77118 418.60938Q201.14618 418.60938 200.7243 418.20312Q200.30243 417.78125 200.30243 417.10938L200.30243 416.75ZM200.98993 417.14062Q200.98993 417.51562 201.19305 417.76562Q201.4118 418.01562 201.77118 418.01562Q202.13055 418.01562 202.33368 417.78125Q202.55243 417.53125 202.55243 417.125L202.55243 416.75Q202.55243 416.375 202.33368 416.125Q202.11493 415.875 201.77118 415.875Q201.4118 415.875 201.19305 416.125Q200.98993 416.35938 200.98993 416.78125L200.98993 417.14062ZM198.52118 417.96875L198.00555 417.64062L201.4743 412.07812L201.98993 412.40625L198.52118 417.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M192.23993 414.5L192.9118 414.5Q193.55243 414.5 193.9118 414.17188Q194.2868 413.84375 194.2868 413.28125Q194.2868 412.03125 193.0368 412.03125Q192.45868 412.03125 192.0993 412.375Q191.75555 412.70312 191.75555 413.25L190.8493 413.25Q190.8493 412.40625 191.4743 411.85938Q192.0993 411.29688 193.0368 411.29688Q194.05243 411.29688 194.61493 411.82812Q195.19305 412.35938 195.19305 413.29688Q195.19305 413.76562 194.89618 414.20312Q194.5993 414.64062 194.06805 414.85938Q194.6618 415.03125 194.9743 415.46875Q195.30243 415.89062 195.30243 416.51562Q195.30243 417.46875 194.67743 418.03125Q194.05243 418.59375 193.05243 418.59375Q192.05243 418.59375 191.4118 418.0625Q190.7868 417.51562 190.7868 416.625L191.70868 416.625Q191.70868 417.1875 192.06805 417.53125Q192.42743 417.85938 193.05243 417.85938Q193.70868 417.85938 194.05243 417.51562Q194.39618 417.17188 194.39618 416.53125Q194.39618 415.92188 194.00555 415.59375Q193.63055 415.25 192.9118 415.25L192.23993 415.25L192.23993 414.5ZM196.8493 412.75Q196.8493 412.125 197.25555 411.70312Q197.6618 411.28125 198.30243 411.28125Q198.95868 411.28125 199.3493 411.70312Q199.75555 412.125 199.75555 412.78125L199.75555 413.14062Q199.75555 413.78125 199.3493 414.1875Q198.94305 414.59375 198.31805 414.59375Q197.67743 414.59375 197.25555 414.1875Q196.8493 413.78125 196.8493 413.09375L196.8493 412.75ZM197.52118 413.14062Q197.52118 413.51562 197.7243 413.76562Q197.94305 414.0 198.31805 414.0Q198.6618 414.0 198.86493 413.76562Q199.08368 413.53125 199.08368 413.10938L199.08368 412.75Q199.08368 412.375 198.86493 412.125Q198.6618 411.875 198.30243 411.875Q197.94305 411.875 197.7243 412.125Q197.52118 412.375 197.52118 412.78125L197.52118 413.14062ZM200.30243 416.75Q200.30243 416.10938 200.70868 415.70312Q201.13055 415.29688 201.75555 415.29688Q202.39618 415.29688 202.80243 415.70312Q203.2243 416.10938 203.2243 416.79688L203.2243 417.14062Q203.2243 417.78125 202.81805 418.20312Q202.4118 418.60938 201.77118 418.60938Q201.14618 418.60938 200.7243 418.20312Q200.30243 417.78125 200.30243 417.10938L200.30243 416.75ZM200.98993 417.14062Q200.98993 417.51562 201.19305 417.76562Q201.4118 418.01562 201.77118 418.01562Q202.13055 418.01562 202.33368 417.78125Q202.55243 417.53125 202.55243 417.125L202.55243 416.75Q202.55243 416.375 202.33368 416.125Q202.11493 415.875 201.77118 415.875Q201.4118 415.875 201.19305 416.125Q200.98993 416.35938 200.98993 416.78125L200.98993 417.14062ZM198.52118 417.96875L198.00555 417.64062L201.4743 412.07812L201.98993 412.40625L198.52118 417.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.57141 482.5L185.91516 482.5L185.91516 481.84375L188.36829 479.10938Q188.91516 478.5 189.11829 478.10938Q189.33704 477.71875 189.33704 477.29688Q189.33704 476.75 188.99329 476.39062Q188.66516 476.03125 188.10266 476.03125Q187.43079 476.03125 187.05579 476.42188Q186.68079 476.79688 186.68079 477.48438L185.77454 477.48438Q185.77454 476.5 186.39954 475.90625Q187.04016 475.29688 188.10266 475.29688Q189.08704 475.29688 189.66516 475.8125Q190.24329 476.32812 190.24329 477.20312Q190.24329 478.25 188.89954 479.70312L187.00891 481.76562L190.57141 481.76562L190.57141 482.5ZM191.83704 476.75Q191.83704 476.125 192.24329 475.70312Q192.64954 475.28125 193.29016 475.28125Q193.94641 475.28125 194.33704 475.70312Q194.74329 476.125 194.74329 476.78125L194.74329 477.14062Q194.74329 477.78125 194.33704 478.1875Q193.93079 478.59375 193.30579 478.59375Q192.66516 478.59375 192.24329 478.1875Q191.83704 477.78125 191.83704 477.09375L191.83704 476.75ZM192.50891 477.14062Q192.50891 477.51562 192.71204 477.76562Q192.93079 478.0 193.30579 478.0Q193.64954 478.0 193.85266 477.76562Q194.07141 477.53125 194.07141 477.10938L194.07141 476.75Q194.07141 476.375 193.85266 476.125Q193.64954 475.875 193.29016 475.875Q192.93079 475.875 192.71204 476.125Q192.50891 476.375 192.50891 476.78125L192.50891 477.14062ZM195.29016 480.75Q195.29016 480.10938 195.69641 479.70312Q196.11829 479.29688 196.74329 479.29688Q197.38391 479.29688 197.79016 479.70312Q198.21204 480.10938 198.21204 480.79688L198.21204 481.14062Q198.21204 481.78125 197.80579 482.20312Q197.39954 482.60938 196.75891 482.60938Q196.13391 482.60938 195.71204 482.20312Q195.29016 481.78125 195.29016 481.10938L195.29016 480.75ZM195.97766 481.14062Q195.97766 481.51562 196.18079 481.76562Q196.39954 482.01562 196.75891 482.01562Q197.11829 482.01562 197.32141 481.78125Q197.54016 481.53125 197.54016 481.125L197.54016 480.75Q197.54016 480.375 197.32141 480.125Q197.10266 479.875 196.75891 479.875Q196.39954 479.875 196.18079 480.125Q195.97766 480.35938 195.97766 480.78125L195.97766 481.14062ZM193.50891 481.96875L192.99329 481.64062L196.46204 476.07812L196.97766 476.40625L193.50891 481.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M190.57141 482.5L185.91516 482.5L185.91516 481.84375L188.36829 479.10938Q188.91516 478.5 189.11829 478.10938Q189.33704 477.71875 189.33704 477.29688Q189.33704 476.75 188.99329 476.39062Q188.66516 476.03125 188.10266 476.03125Q187.43079 476.03125 187.05579 476.42188Q186.68079 476.79688 186.68079 477.48438L185.77454 477.48438Q185.77454 476.5 186.39954 475.90625Q187.04016 475.29688 188.10266 475.29688Q189.08704 475.29688 189.66516 475.8125Q190.24329 476.32812 190.24329 477.20312Q190.24329 478.25 188.89954 479.70312L187.00891 481.76562L190.57141 481.76562L190.57141 482.5ZM191.83704 476.75Q191.83704 476.125 192.24329 475.70312Q192.64954 475.28125 193.29016 475.28125Q193.94641 475.28125 194.33704 475.70312Q194.74329 476.125 194.74329 476.78125L194.74329 477.14062Q194.74329 477.78125 194.33704 478.1875Q193.93079 478.59375 193.30579 478.59375Q192.66516 478.59375 192.24329 478.1875Q191.83704 477.78125 191.83704 477.09375L191.83704 476.75ZM192.50891 477.14062Q192.50891 477.51562 192.71204 477.76562Q192.93079 478.0 193.30579 478.0Q193.64954 478.0 193.85266 477.76562Q194.07141 477.53125 194.07141 477.10938L194.07141 476.75Q194.07141 476.375 193.85266 476.125Q193.64954 475.875 193.29016 475.875Q192.93079 475.875 192.71204 476.125Q192.50891 476.375 192.50891 476.78125L192.50891 477.14062ZM195.29016 480.75Q195.29016 480.10938 195.69641 479.70312Q196.11829 479.29688 196.74329 479.29688Q197.38391 479.29688 197.79016 479.70312Q198.21204 480.10938 198.21204 480.79688L198.21204 481.14062Q198.21204 481.78125 197.80579 482.20312Q197.39954 482.60938 196.75891 482.60938Q196.13391 482.60938 195.71204 482.20312Q195.29016 481.78125 195.29016 481.10938L195.29016 480.75ZM195.97766 481.14062Q195.97766 481.51562 196.18079 481.76562Q196.39954 482.01562 196.75891 482.01562Q197.11829 482.01562 197.32141 481.78125Q197.54016 481.53125 197.54016 481.125L197.54016 480.75Q197.54016 480.375 197.32141 480.125Q197.10266 479.875 196.75891 479.875Q196.39954 479.875 196.18079 480.125Q195.97766 480.35938 195.97766 480.78125L195.97766 481.14062ZM193.50891 481.96875L192.99329 481.64062L196.46204 476.07812L196.97766 476.40625L193.50891 481.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.25394 542.5L190.92581 542.5Q191.56644 542.5 191.92581 542.1719Q192.30081 541.84375 192.30081 541.28125Q192.30081 540.03125 191.05081 540.03125Q190.47269 540.03125 190.11331 540.375Q189.76956 540.7031 189.76956 541.25L188.86331 541.25Q188.86331 540.40625 189.48831 539.8594Q190.11331 539.2969 191.05081 539.2969Q192.06644 539.2969 192.62894 539.8281Q193.20706 540.3594 193.20706 541.2969Q193.20706 541.7656 192.91019 542.2031Q192.61331 542.6406 192.08206 542.8594Q192.67581 543.03125 192.98831 543.46875Q193.31644 543.8906 193.31644 544.5156Q193.31644 545.46875 192.69144 546.03125Q192.06644 546.59375 191.06644 546.59375Q190.06644 546.59375 189.42581 546.0625Q188.80081 545.5156 188.80081 544.625L189.72269 544.625Q189.72269 545.1875 190.08206 545.53125Q190.44144 545.8594 191.06644 545.8594Q191.72269 545.8594 192.06644 545.5156Q192.41019 545.1719 192.41019 544.53125Q192.41019 543.9219 192.01956 543.59375Q191.64456 543.25 190.92581 543.25L190.25394 543.25L190.25394 542.5ZM194.86331 540.75Q194.86331 540.125 195.26956 539.7031Q195.67581 539.28125 196.31644 539.28125Q196.97269 539.28125 197.36331 539.7031Q197.76956 540.125 197.76956 540.78125L197.76956 541.1406Q197.76956 541.78125 197.36331 542.1875Q196.95706 542.59375 196.33206 542.59375Q195.69144 542.59375 195.26956 542.1875Q194.86331 541.78125 194.86331 541.09375L194.86331 540.75ZM195.53519 541.1406Q195.53519 541.5156 195.73831 541.7656Q195.95706 542.0 196.33206 542.0Q196.67581 542.0 196.87894 541.7656Q197.09769 541.53125 197.09769 541.1094L197.09769 540.75Q197.09769 540.375 196.87894 540.125Q196.67581 539.875 196.31644 539.875Q195.95706 539.875 195.73831 540.125Q195.53519 540.375 195.53519 540.78125L195.53519 541.1406ZM198.31644 544.75Q198.31644 544.1094 198.72269 543.7031Q199.14456 543.2969 199.76956 543.2969Q200.41019 543.2969 200.81644 543.7031Q201.23831 544.1094 201.23831 544.7969L201.23831 545.1406Q201.23831 545.78125 200.83206 546.2031Q200.42581 546.6094 199.78519 546.6094Q199.16019 546.6094 198.73831 546.2031Q198.31644 545.78125 198.31644 545.1094L198.31644 544.75ZM199.00394 545.1406Q199.00394 545.5156 199.20706 545.7656Q199.42581 546.0156 199.78519 546.0156Q200.14456 546.0156 200.34769 545.78125Q200.56644 545.53125 200.56644 545.125L200.56644 544.75Q200.56644 544.375 200.34769 544.125Q200.12894 543.875 199.78519 543.875Q199.42581 543.875 199.20706 544.125Q199.00394 544.3594 199.00394 544.78125L199.00394 545.1406ZM196.53519 545.96875L196.01956 545.6406L199.48831 540.0781L200.00394 540.40625L196.53519 545.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M190.25394 542.5L190.92581 542.5Q191.56644 542.5 191.92581 542.1719Q192.30081 541.84375 192.30081 541.28125Q192.30081 540.03125 191.05081 540.03125Q190.47269 540.03125 190.11331 540.375Q189.76956 540.7031 189.76956 541.25L188.86331 541.25Q188.86331 540.40625 189.48831 539.8594Q190.11331 539.2969 191.05081 539.2969Q192.06644 539.2969 192.62894 539.8281Q193.20706 540.3594 193.20706 541.2969Q193.20706 541.7656 192.91019 542.2031Q192.61331 542.6406 192.08206 542.8594Q192.67581 543.03125 192.98831 543.46875Q193.31644 543.8906 193.31644 544.5156Q193.31644 545.46875 192.69144 546.03125Q192.06644 546.59375 191.06644 546.59375Q190.06644 546.59375 189.42581 546.0625Q188.80081 545.5156 188.80081 544.625L189.72269 544.625Q189.72269 545.1875 190.08206 545.53125Q190.44144 545.8594 191.06644 545.8594Q191.72269 545.8594 192.06644 545.5156Q192.41019 545.1719 192.41019 544.53125Q192.41019 543.9219 192.01956 543.59375Q191.64456 543.25 190.92581 543.25L190.25394 543.25L190.25394 542.5ZM194.86331 540.75Q194.86331 540.125 195.26956 539.7031Q195.67581 539.28125 196.31644 539.28125Q196.97269 539.28125 197.36331 539.7031Q197.76956 540.125 197.76956 540.78125L197.76956 541.1406Q197.76956 541.78125 197.36331 542.1875Q196.95706 542.59375 196.33206 542.59375Q195.69144 542.59375 195.26956 542.1875Q194.86331 541.78125 194.86331 541.09375L194.86331 540.75ZM195.53519 541.1406Q195.53519 541.5156 195.73831 541.7656Q195.95706 542.0 196.33206 542.0Q196.67581 542.0 196.87894 541.7656Q197.09769 541.53125 197.09769 541.1094L197.09769 540.75Q197.09769 540.375 196.87894 540.125Q196.67581 539.875 196.31644 539.875Q195.95706 539.875 195.73831 540.125Q195.53519 540.375 195.53519 540.78125L195.53519 541.1406ZM198.31644 544.75Q198.31644 544.1094 198.72269 543.7031Q199.14456 543.2969 199.76956 543.2969Q200.41019 543.2969 200.81644 543.7031Q201.23831 544.1094 201.23831 544.7969L201.23831 545.1406Q201.23831 545.78125 200.83206 546.2031Q200.42581 546.6094 199.78519 546.6094Q199.16019 546.6094 198.73831 546.2031Q198.31644 545.78125 198.31644 545.1094L198.31644 544.75ZM199.00394 545.1406Q199.00394 545.5156 199.20706 545.7656Q199.42581 546.0156 199.78519 546.0156Q200.14456 546.0156 200.34769 545.78125Q200.56644 545.53125 200.56644 545.125L200.56644 544.75Q200.56644 544.375 200.34769 544.125Q200.12894 543.875 199.78519 543.875Q199.42581 543.875 199.20706 544.125Q199.00394 544.3594 199.00394 544.78125L199.00394 545.1406ZM196.53519 545.96875L196.01956 545.6406L199.48831 540.0781L200.00394 540.40625L196.53519 545.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M385.4894 108.109375L386.4738 108.109375L386.4738 108.84375L385.4894 108.84375L385.4894 110.5L384.58316 110.5L384.58316 108.84375L381.3488 108.84375L381.3488 108.3125L384.52066 103.390625L385.4894 103.390625L385.4894 108.109375ZM382.3644 108.109375L384.58316 108.109375L384.58316 104.625L384.4738 104.828125L382.3644 108.109375ZM390.64566 110.5L389.7394 110.5L389.7394 104.484375L387.9113 105.140625L387.9113 104.328125L390.50504 103.359375L390.64566 103.359375L390.64566 110.5ZM393.5988 104.75Q393.5988 104.125 394.00504 103.703125Q394.4113 103.28125 395.0519 103.28125Q395.70816 103.28125 396.0988 103.703125Q396.50504 104.125 396.50504 104.78125L396.50504 105.140625Q396.50504 105.78125 396.0988 106.1875Q395.69254 106.59375 395.06754 106.59375Q394.4269 106.59375 394.00504 106.1875Q393.5988 105.78125 393.5988 105.09375L393.5988 104.75ZM394.27066 105.140625Q394.27066 105.515625 394.4738 105.765625Q394.69254 106.0 395.06754 106.0Q395.4113 106.0 395.6144 105.765625Q395.83316 105.53125 395.83316 105.109375L395.83316 104.75Q395.83316 104.375 395.6144 104.125Q395.4113 103.875 395.0519 103.875Q394.69254 103.875 394.4738 104.125Q394.27066 104.375 394.27066 104.78125L394.27066 105.140625ZM397.0519 108.75Q397.0519 108.109375 397.45816 107.703125Q397.88004 107.296875 398.50504 107.296875Q399.14566 107.296875 399.5519 107.703125Q399.9738 108.109375 399.9738 108.796875L399.9738 109.140625Q399.9738 109.78125 399.56754 110.203125Q399.1613 110.609375 398.52066 110.609375Q397.89566 110.609375 397.4738 110.203125Q397.0519 109.78125 397.0519 109.109375L397.0519 108.75ZM397.7394 109.140625Q397.7394 109.515625 397.94254 109.765625Q398.1613 110.015625 398.52066 110.015625Q398.88004 110.015625 399.08316 109.78125Q399.3019 109.53125 399.3019 109.125L399.3019 108.75Q399.3019 108.375 399.08316 108.125Q398.8644 107.875 398.52066 107.875Q398.1613 107.875 397.94254 108.125Q397.7394 108.359375 397.7394 108.78125L397.7394 109.140625ZM395.27066 109.96875L394.75504 109.640625L398.2238 104.078125L398.7394 104.40625L395.27066 109.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M385.4894 108.109375L386.4738 108.109375L386.4738 108.84375L385.4894 108.84375L385.4894 110.5L384.58316 110.5L384.58316 108.84375L381.3488 108.84375L381.3488 108.3125L384.52066 103.390625L385.4894 103.390625L385.4894 108.109375ZM382.3644 108.109375L384.58316 108.109375L384.58316 104.625L384.4738 104.828125L382.3644 108.109375ZM390.64566 110.5L389.7394 110.5L389.7394 104.484375L387.9113 105.140625L387.9113 104.328125L390.50504 103.359375L390.64566 103.359375L390.64566 110.5ZM393.5988 104.75Q393.5988 104.125 394.00504 103.703125Q394.4113 103.28125 395.0519 103.28125Q395.70816 103.28125 396.0988 103.703125Q396.50504 104.125 396.50504 104.78125L396.50504 105.140625Q396.50504 105.78125 396.0988 106.1875Q395.69254 106.59375 395.06754 106.59375Q394.4269 106.59375 394.00504 106.1875Q393.5988 105.78125 393.5988 105.09375L393.5988 104.75ZM394.27066 105.140625Q394.27066 105.515625 394.4738 105.765625Q394.69254 106.0 395.06754 106.0Q395.4113 106.0 395.6144 105.765625Q395.83316 105.53125 395.83316 105.109375L395.83316 104.75Q395.83316 104.375 395.6144 104.125Q395.4113 103.875 395.0519 103.875Q394.69254 103.875 394.4738 104.125Q394.27066 104.375 394.27066 104.78125L394.27066 105.140625ZM397.0519 108.75Q397.0519 108.109375 397.45816 107.703125Q397.88004 107.296875 398.50504 107.296875Q399.14566 107.296875 399.5519 107.703125Q399.9738 108.109375 399.9738 108.796875L399.9738 109.140625Q399.9738 109.78125 399.56754 110.203125Q399.1613 110.609375 398.52066 110.609375Q397.89566 110.609375 397.4738 110.203125Q397.0519 109.78125 397.0519 109.109375L397.0519 108.75ZM397.7394 109.140625Q397.7394 109.515625 397.94254 109.765625Q398.1613 110.015625 398.52066 110.015625Q398.88004 110.015625 399.08316 109.78125Q399.3019 109.53125 399.3019 109.125L399.3019 108.75Q399.3019 108.375 399.08316 108.125Q398.8644 107.875 398.52066 107.875Q398.1613 107.875 397.94254 108.125Q397.7394 108.359375 397.7394 108.78125L397.7394 109.140625ZM395.27066 109.96875L394.75504 109.640625L398.2238 104.078125L398.7394 104.40625L395.27066 109.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M345.43802 170.5L346.1099 170.5Q346.75052 170.5 347.1099 170.17188Q347.4849 169.84375 347.4849 169.28125Q347.4849 168.03125 346.2349 168.03125Q345.65677 168.03125 345.2974 168.375Q344.95364 168.70312 344.95364 169.25L344.0474 169.25Q344.0474 168.40625 344.6724 167.85938Q345.2974 167.29688 346.2349 167.29688Q347.25052 167.29688 347.81302 167.82812Q348.39114 168.35938 348.39114 169.29688Q348.39114 169.76562 348.09427 170.20312Q347.7974 170.64062 347.26614 170.85938Q347.8599 171.03125 348.1724 171.46875Q348.50052 171.89062 348.50052 172.51562Q348.50052 173.46875 347.87552 174.03125Q347.25052 174.59375 346.25052 174.59375Q345.25052 174.59375 344.6099 174.0625Q343.9849 173.51562 343.9849 172.625L344.90677 172.625Q344.90677 173.1875 345.26614 173.53125Q345.62552 173.85938 346.25052 173.85938Q346.90677 173.85938 347.25052 173.51562Q347.59427 173.17188 347.59427 172.53125Q347.59427 171.92188 347.20364 171.59375Q346.82864 171.25 346.1099 171.25L345.43802 171.25L345.43802 170.5ZM353.93802 172.10938L354.9224 172.10938L354.9224 172.84375L353.93802 172.84375L353.93802 174.5L353.03177 174.5L353.03177 172.84375L349.7974 172.84375L349.7974 172.3125L352.96927 167.39062L353.93802 167.39062L353.93802 172.10938ZM350.81302 172.10938L353.03177 172.10938L353.03177 168.625L352.9224 168.82812L350.81302 172.10938ZM356.0474 168.75Q356.0474 168.125 356.45364 167.70312Q356.8599 167.28125 357.50052 167.28125Q358.15677 167.28125 358.5474 167.70312Q358.95364 168.125 358.95364 168.78125L358.95364 169.14062Q358.95364 169.78125 358.5474 170.1875Q358.14114 170.59375 357.51614 170.59375Q356.87552 170.59375 356.45364 170.1875Q356.0474 169.78125 356.0474 169.09375L356.0474 168.75ZM356.71927 169.14062Q356.71927 169.51562 356.9224 169.76562Q357.14114 170.0 357.51614 170.0Q357.8599 170.0 358.06302 169.76562Q358.28177 169.53125 358.28177 169.10938L358.28177 168.75Q358.28177 168.375 358.06302 168.125Q357.8599 167.875 357.50052 167.875Q357.14114 167.875 356.9224 168.125Q356.71927 168.375 356.71927 168.78125L356.71927 169.14062ZM359.50052 172.75Q359.50052 172.10938 359.90677 171.70312Q360.32864 171.29688 360.95364 171.29688Q361.59427 171.29688 362.00052 171.70312Q362.4224 172.10938 362.4224 172.79688L362.4224 173.14062Q362.4224 173.78125 362.01614 174.20312Q361.6099 174.60938 360.96927 174.60938Q360.34427 174.60938 359.9224 174.20312Q359.50052 173.78125 359.50052 173.10938L359.50052 172.75ZM360.18802 173.14062Q360.18802 173.51562 360.39114 173.76562Q360.6099 174.01562 360.96927 174.01562Q361.32864 174.01562 361.53177 173.78125Q361.75052 173.53125 361.75052 173.125L361.75052 172.75Q361.75052 172.375 361.53177 172.125Q361.31302 171.875 360.96927 171.875Q360.6099 171.875 360.39114 172.125Q360.18802 172.35938 360.18802 172.78125L360.18802 173.14062ZM357.71927 173.96875L357.20364 173.64062L360.6724 168.07812L361.18802 168.40625L357.71927 173.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M345.43802 170.5L346.1099 170.5Q346.75052 170.5 347.1099 170.17188Q347.4849 169.84375 347.4849 169.28125Q347.4849 168.03125 346.2349 168.03125Q345.65677 168.03125 345.2974 168.375Q344.95364 168.70312 344.95364 169.25L344.0474 169.25Q344.0474 168.40625 344.6724 167.85938Q345.2974 167.29688 346.2349 167.29688Q347.25052 167.29688 347.81302 167.82812Q348.39114 168.35938 348.39114 169.29688Q348.39114 169.76562 348.09427 170.20312Q347.7974 170.64062 347.26614 170.85938Q347.8599 171.03125 348.1724 171.46875Q348.50052 171.89062 348.50052 172.51562Q348.50052 173.46875 347.87552 174.03125Q347.25052 174.59375 346.25052 174.59375Q345.25052 174.59375 344.6099 174.0625Q343.9849 173.51562 343.9849 172.625L344.90677 172.625Q344.90677 173.1875 345.26614 173.53125Q345.62552 173.85938 346.25052 173.85938Q346.90677 173.85938 347.25052 173.51562Q347.59427 173.17188 347.59427 172.53125Q347.59427 171.92188 347.20364 171.59375Q346.82864 171.25 346.1099 171.25L345.43802 171.25L345.43802 170.5ZM353.93802 172.10938L354.9224 172.10938L354.9224 172.84375L353.93802 172.84375L353.93802 174.5L353.03177 174.5L353.03177 172.84375L349.7974 172.84375L349.7974 172.3125L352.96927 167.39062L353.93802 167.39062L353.93802 172.10938ZM350.81302 172.10938L353.03177 172.10938L353.03177 168.625L352.9224 168.82812L350.81302 172.10938ZM356.0474 168.75Q356.0474 168.125 356.45364 167.70312Q356.8599 167.28125 357.50052 167.28125Q358.15677 167.28125 358.5474 167.70312Q358.95364 168.125 358.95364 168.78125L358.95364 169.14062Q358.95364 169.78125 358.5474 170.1875Q358.14114 170.59375 357.51614 170.59375Q356.87552 170.59375 356.45364 170.1875Q356.0474 169.78125 356.0474 169.09375L356.0474 168.75ZM356.71927 169.14062Q356.71927 169.51562 356.9224 169.76562Q357.14114 170.0 357.51614 170.0Q357.8599 170.0 358.06302 169.76562Q358.28177 169.53125 358.28177 169.10938L358.28177 168.75Q358.28177 168.375 358.06302 168.125Q357.8599 167.875 357.50052 167.875Q357.14114 167.875 356.9224 168.125Q356.71927 168.375 356.71927 168.78125L356.71927 169.14062ZM359.50052 172.75Q359.50052 172.10938 359.90677 171.70312Q360.32864 171.29688 360.95364 171.29688Q361.59427 171.29688 362.00052 171.70312Q362.4224 172.10938 362.4224 172.79688L362.4224 173.14062Q362.4224 173.78125 362.01614 174.20312Q361.6099 174.60938 360.96927 174.60938Q360.34427 174.60938 359.9224 174.20312Q359.50052 173.78125 359.50052 173.10938L359.50052 172.75ZM360.18802 173.14062Q360.18802 173.51562 360.39114 173.76562Q360.6099 174.01562 360.96927 174.01562Q361.32864 174.01562 361.53177 173.78125Q361.75052 173.53125 361.75052 173.125L361.75052 172.75Q361.75052 172.375 361.53177 172.125Q361.31302 171.875 360.96927 171.875Q360.6099 171.875 360.39114 172.125Q360.18802 172.35938 360.18802 172.78125L360.18802 173.14062ZM357.71927 173.96875L357.20364 173.64062L360.6724 168.07812L361.18802 168.40625L357.71927 173.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.62027 237.5L247.71402 237.5L247.71402 231.48438L245.8859 232.14062L245.8859 231.32812L248.47964 230.35938L248.62027 230.35938L248.62027 237.5ZM255.46402 235.10938L256.4484 235.10938L256.4484 235.84375L255.46402 235.84375L255.46402 237.5L254.55777 237.5L254.55777 235.84375L251.3234 235.84375L251.3234 235.3125L254.49527 230.39062L255.46402 230.39062L255.46402 235.10938ZM252.33902 235.10938L254.55777 235.10938L254.55777 231.625L254.4484 231.82812L252.33902 235.10938ZM257.5734 231.75Q257.5734 231.125 257.97964 230.70312Q258.3859 230.28125 259.02652 230.28125Q259.68277 230.28125 260.0734 230.70312Q260.47964 231.125 260.47964 231.78125L260.47964 232.14062Q260.47964 232.78125 260.0734 233.1875Q259.66714 233.59375 259.04214 233.59375Q258.40152 233.59375 257.97964 233.1875Q257.5734 232.78125 257.5734 232.09375L257.5734 231.75ZM258.24527 232.14062Q258.24527 232.51562 258.4484 232.76562Q258.66714 233.0 259.04214 233.0Q259.3859 233.0 259.58902 232.76562Q259.80777 232.53125 259.80777 232.10938L259.80777 231.75Q259.80777 231.375 259.58902 231.125Q259.3859 230.875 259.02652 230.875Q258.66714 230.875 258.4484 231.125Q258.24527 231.375 258.24527 231.78125L258.24527 232.14062ZM261.02652 235.75Q261.02652 235.10938 261.43277 234.70312Q261.85464 234.29688 262.47964 234.29688Q263.12027 234.29688 263.52652 234.70312Q263.9484 235.10938 263.9484 235.79688L263.9484 236.14062Q263.9484 236.78125 263.54214 237.20312Q263.1359 237.60938 262.49527 237.60938Q261.87027 237.60938 261.4484 237.20312Q261.02652 236.78125 261.02652 236.10938L261.02652 235.75ZM261.71402 236.14062Q261.71402 236.51562 261.91714 236.76562Q262.1359 237.01562 262.49527 237.01562Q262.85464 237.01562 263.05777 236.78125Q263.27652 236.53125 263.27652 236.125L263.27652 235.75Q263.27652 235.375 263.05777 235.125Q262.83902 234.875 262.49527 234.875Q262.1359 234.875 261.91714 235.125Q261.71402 235.35938 261.71402 235.78125L261.71402 236.14062ZM259.24527 236.96875L258.72964 236.64062L262.1984 231.07812L262.71402 231.40625L259.24527 236.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M248.62027 237.5L247.71402 237.5L247.71402 231.48438L245.8859 232.14062L245.8859 231.32812L248.47964 230.35938L248.62027 230.35938L248.62027 237.5ZM255.46402 235.10938L256.4484 235.10938L256.4484 235.84375L255.46402 235.84375L255.46402 237.5L254.55777 237.5L254.55777 235.84375L251.3234 235.84375L251.3234 235.3125L254.49527 230.39062L255.46402 230.39062L255.46402 235.10938ZM252.33902 235.10938L254.55777 235.10938L254.55777 231.625L254.4484 231.82812L252.33902 235.10938ZM257.5734 231.75Q257.5734 231.125 257.97964 230.70312Q258.3859 230.28125 259.02652 230.28125Q259.68277 230.28125 260.0734 230.70312Q260.47964 231.125 260.47964 231.78125L260.47964 232.14062Q260.47964 232.78125 260.0734 233.1875Q259.66714 233.59375 259.04214 233.59375Q258.40152 233.59375 257.97964 233.1875Q257.5734 232.78125 257.5734 232.09375L257.5734 231.75ZM258.24527 232.14062Q258.24527 232.51562 258.4484 232.76562Q258.66714 233.0 259.04214 233.0Q259.3859 233.0 259.58902 232.76562Q259.80777 232.53125 259.80777 232.10938L259.80777 231.75Q259.80777 231.375 259.58902 231.125Q259.3859 230.875 259.02652 230.875Q258.66714 230.875 258.4484 231.125Q258.24527 231.375 258.24527 231.78125L258.24527 232.14062ZM261.02652 235.75Q261.02652 235.10938 261.43277 234.70312Q261.85464 234.29688 262.47964 234.29688Q263.12027 234.29688 263.52652 234.70312Q263.9484 235.10938 263.9484 235.79688L263.9484 236.14062Q263.9484 236.78125 263.54214 237.20312Q263.1359 237.60938 262.49527 237.60938Q261.87027 237.60938 261.4484 237.20312Q261.02652 236.78125 261.02652 236.10938L261.02652 235.75ZM261.71402 236.14062Q261.71402 236.51562 261.91714 236.76562Q262.1359 237.01562 262.49527 237.01562Q262.85464 237.01562 263.05777 236.78125Q263.27652 236.53125 263.27652 236.125L263.27652 235.75Q263.27652 235.375 263.05777 235.125Q262.83902 234.875 262.49527 234.875Q262.1359 234.875 261.91714 235.125Q261.71402 235.35938 261.71402 235.78125L261.71402 236.14062ZM259.24527 236.96875L258.72964 236.64062L262.1984 231.07812L262.71402 231.40625L259.24527 236.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.41936 299.10938L197.40373 299.10938L197.40373 299.84375L196.41936 299.84375L196.41936 301.5L195.5131 301.5L195.5131 299.84375L192.27873 299.84375L192.27873 299.3125L195.4506 294.39062L196.41936 294.39062L196.41936 299.10938ZM193.29436 299.10938L195.5131 299.10938L195.5131 295.625L195.40373 295.82812L193.29436 299.10938ZM198.52873 295.75Q198.52873 295.125 198.93498 294.70312Q199.34123 294.28125 199.98186 294.28125Q200.6381 294.28125 201.02873 294.70312Q201.43498 295.125 201.43498 295.78125L201.43498 296.14062Q201.43498 296.78125 201.02873 297.1875Q200.62248 297.59375 199.99748 297.59375Q199.35686 297.59375 198.93498 297.1875Q198.52873 296.78125 198.52873 296.09375L198.52873 295.75ZM199.2006 296.14062Q199.2006 296.51562 199.40373 296.76562Q199.62248 297.0 199.99748 297.0Q200.34123 297.0 200.54436 296.76562Q200.7631 296.53125 200.7631 296.10938L200.7631 295.75Q200.7631 295.375 200.54436 295.125Q200.34123 294.875 199.98186 294.875Q199.62248 294.875 199.40373 295.125Q199.2006 295.375 199.2006 295.78125L199.2006 296.14062ZM201.98186 299.75Q201.98186 299.10938 202.3881 298.70312Q202.80998 298.29688 203.43498 298.29688Q204.0756 298.29688 204.48186 298.70312Q204.90373 299.10938 204.90373 299.79688L204.90373 300.14062Q204.90373 300.78125 204.49748 301.20312Q204.09123 301.60938 203.4506 301.60938Q202.8256 301.60938 202.40373 301.20312Q201.98186 300.78125 201.98186 300.10938L201.98186 299.75ZM202.66936 300.14062Q202.66936 300.51562 202.87248 300.76562Q203.09123 301.01562 203.4506 301.01562Q203.80998 301.01562 204.0131 300.78125Q204.23186 300.53125 204.23186 300.125L204.23186 299.75Q204.23186 299.375 204.0131 299.125Q203.79436 298.875 203.4506 298.875Q203.09123 298.875 202.87248 299.125Q202.66936 299.35938 202.66936 299.78125L202.66936 300.14062ZM200.2006 300.96875L199.68498 300.64062L203.15373 295.07812L203.66936 295.40625L200.2006 300.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.41936 299.10938L197.40373 299.10938L197.40373 299.84375L196.41936 299.84375L196.41936 301.5L195.5131 301.5L195.5131 299.84375L192.27873 299.84375L192.27873 299.3125L195.4506 294.39062L196.41936 294.39062L196.41936 299.10938ZM193.29436 299.10938L195.5131 299.10938L195.5131 295.625L195.40373 295.82812L193.29436 299.10938ZM198.52873 295.75Q198.52873 295.125 198.93498 294.70312Q199.34123 294.28125 199.98186 294.28125Q200.6381 294.28125 201.02873 294.70312Q201.43498 295.125 201.43498 295.78125L201.43498 296.14062Q201.43498 296.78125 201.02873 297.1875Q200.62248 297.59375 199.99748 297.59375Q199.35686 297.59375 198.93498 297.1875Q198.52873 296.78125 198.52873 296.09375L198.52873 295.75ZM199.2006 296.14062Q199.2006 296.51562 199.40373 296.76562Q199.62248 297.0 199.99748 297.0Q200.34123 297.0 200.54436 296.76562Q200.7631 296.53125 200.7631 296.10938L200.7631 295.75Q200.7631 295.375 200.54436 295.125Q200.34123 294.875 199.98186 294.875Q199.62248 294.875 199.40373 295.125Q199.2006 295.375 199.2006 295.78125L199.2006 296.14062ZM201.98186 299.75Q201.98186 299.10938 202.3881 298.70312Q202.80998 298.29688 203.43498 298.29688Q204.0756 298.29688 204.48186 298.70312Q204.90373 299.10938 204.90373 299.79688L204.90373 300.14062Q204.90373 300.78125 204.49748 301.20312Q204.09123 301.60938 203.4506 301.60938Q202.8256 301.60938 202.40373 301.20312Q201.98186 300.78125 201.98186 300.10938L201.98186 299.75ZM202.66936 300.14062Q202.66936 300.51562 202.87248 300.76562Q203.09123 301.01562 203.4506 301.01562Q203.80998 301.01562 204.0131 300.78125Q204.23186 300.53125 204.23186 300.125L204.23186 299.75Q204.23186 299.375 204.0131 299.125Q203.79436 298.875 203.4506 298.875Q203.09123 298.875 202.87248 299.125Q202.66936 299.35938 202.66936 299.78125L202.66936 300.14062ZM200.2006 300.96875L199.68498 300.64062L203.15373 295.07812L203.66936 295.40625L200.2006 300.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M187.8096 365.5L183.15335 365.5L183.15335 364.84375L185.60648 362.10938Q186.15335 361.5 186.35648 361.10938Q186.57523 360.71875 186.57523 360.29688Q186.57523 359.75 186.23148 359.39062Q185.90335 359.03125 185.34085 359.03125Q184.66898 359.03125 184.29398 359.42188Q183.91898 359.79688 183.91898 360.48438L183.01273 360.48438Q183.01273 359.5 183.63773 358.90625Q184.27835 358.29688 185.34085 358.29688Q186.32523 358.29688 186.90335 358.8125Q187.48148 359.32812 187.48148 360.20312Q187.48148 361.25 186.13773 362.70312L184.2471 364.76562L187.8096 364.76562L187.8096 365.5ZM189.07523 359.75Q189.07523 359.125 189.48148 358.70312Q189.88773 358.28125 190.52835 358.28125Q191.1846 358.28125 191.57523 358.70312Q191.98148 359.125 191.98148 359.78125L191.98148 360.14062Q191.98148 360.78125 191.57523 361.1875Q191.16898 361.59375 190.54398 361.59375Q189.90335 361.59375 189.48148 361.1875Q189.07523 360.78125 189.07523 360.09375L189.07523 359.75ZM189.7471 360.14062Q189.7471 360.51562 189.95023 360.76562Q190.16898 361.0 190.54398 361.0Q190.88773 361.0 191.09085 360.76562Q191.3096 360.53125 191.3096 360.10938L191.3096 359.75Q191.3096 359.375 191.09085 359.125Q190.88773 358.875 190.52835 358.875Q190.16898 358.875 189.95023 359.125Q189.7471 359.375 189.7471 359.78125L189.7471 360.14062ZM192.52835 363.75Q192.52835 363.10938 192.9346 362.70312Q193.35648 362.29688 193.98148 362.29688Q194.6221 362.29688 195.02835 362.70312Q195.45023 363.10938 195.45023 363.79688L195.45023 364.14062Q195.45023 364.78125 195.04398 365.20312Q194.63773 365.60938 193.9971 365.60938Q193.3721 365.60938 192.95023 365.20312Q192.52835 364.78125 192.52835 364.10938L192.52835 363.75ZM193.21585 364.14062Q193.21585 364.51562 193.41898 364.76562Q193.63773 365.01562 193.9971 365.01562Q194.35648 365.01562 194.5596 364.78125Q194.77835 364.53125 194.77835 364.125L194.77835 363.75Q194.77835 363.375 194.5596 363.125Q194.34085 362.875 193.9971 362.875Q193.63773 362.875 193.41898 363.125Q193.21585 363.35938 193.21585 363.78125L193.21585 364.14062ZM190.7471 364.96875L190.23148 364.64062L193.70023 359.07812L194.21585 359.40625L190.7471 364.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M187.8096 365.5L183.15335 365.5L183.15335 364.84375L185.60648 362.10938Q186.15335 361.5 186.35648 361.10938Q186.57523 360.71875 186.57523 360.29688Q186.57523 359.75 186.23148 359.39062Q185.90335 359.03125 185.34085 359.03125Q184.66898 359.03125 184.29398 359.42188Q183.91898 359.79688 183.91898 360.48438L183.01273 360.48438Q183.01273 359.5 183.63773 358.90625Q184.27835 358.29688 185.34085 358.29688Q186.32523 358.29688 186.90335 358.8125Q187.48148 359.32812 187.48148 360.20312Q187.48148 361.25 186.13773 362.70312L184.2471 364.76562L187.8096 364.76562L187.8096 365.5ZM189.07523 359.75Q189.07523 359.125 189.48148 358.70312Q189.88773 358.28125 190.52835 358.28125Q191.1846 358.28125 191.57523 358.70312Q191.98148 359.125 191.98148 359.78125L191.98148 360.14062Q191.98148 360.78125 191.57523 361.1875Q191.16898 361.59375 190.54398 361.59375Q189.90335 361.59375 189.48148 361.1875Q189.07523 360.78125 189.07523 360.09375L189.07523 359.75ZM189.7471 360.14062Q189.7471 360.51562 189.95023 360.76562Q190.16898 361.0 190.54398 361.0Q190.88773 361.0 191.09085 360.76562Q191.3096 360.53125 191.3096 360.10938L191.3096 359.75Q191.3096 359.375 191.09085 359.125Q190.88773 358.875 190.52835 358.875Q190.16898 358.875 189.95023 359.125Q189.7471 359.375 189.7471 359.78125L189.7471 360.14062ZM192.52835 363.75Q192.52835 363.10938 192.9346 362.70312Q193.35648 362.29688 193.98148 362.29688Q194.6221 362.29688 195.02835 362.70312Q195.45023 363.10938 195.45023 363.79688L195.45023 364.14062Q195.45023 364.78125 195.04398 365.20312Q194.63773 365.60938 193.9971 365.60938Q193.3721 365.60938 192.95023 365.20312Q192.52835 364.78125 192.52835 364.10938L192.52835 363.75ZM193.21585 364.14062Q193.21585 364.51562 193.41898 364.76562Q193.63773 365.01562 193.9971 365.01562Q194.35648 365.01562 194.5596 364.78125Q194.77835 364.53125 194.77835 364.125L194.77835 363.75Q194.77835 363.375 194.5596 363.125Q194.34085 362.875 193.9971 362.875Q193.63773 362.875 193.41898 363.125Q193.21585 363.35938 193.21585 363.78125L193.21585 364.14062ZM190.7471 364.96875L190.23148 364.64062L193.70023 359.07812L194.21585 359.40625L190.7471 364.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M183.1679 428.5L182.26164 428.5L182.26164 422.48438L180.43352 423.14062L180.43352 422.32812L183.02727 421.35938L183.1679 421.35938L183.1679 428.5ZM186.12102 422.75Q186.12102 422.125 186.52727 421.70312Q186.93352 421.28125 187.57414 421.28125Q188.2304 421.28125 188.62102 421.70312Q189.02727 422.125 189.02727 422.78125L189.02727 423.14062Q189.02727 423.78125 188.62102 424.1875Q188.21477 424.59375 187.58977 424.59375Q186.94914 424.59375 186.52727 424.1875Q186.12102 423.78125 186.12102 423.09375L186.12102 422.75ZM186.7929 423.14062Q186.7929 423.51562 186.99602 423.76562Q187.21477 424.0 187.58977 424.0Q187.93352 424.0 188.13664 423.76562Q188.3554 423.53125 188.3554 423.10938L188.3554 422.75Q188.3554 422.375 188.13664 422.125Q187.93352 421.875 187.57414 421.875Q187.21477 421.875 186.99602 422.125Q186.7929 422.375 186.7929 422.78125L186.7929 423.14062ZM189.57414 426.75Q189.57414 426.10938 189.9804 425.70312Q190.40227 425.29688 191.02727 425.29688Q191.6679 425.29688 192.07414 425.70312Q192.49602 426.10938 192.49602 426.79688L192.49602 427.14062Q192.49602 427.78125 192.08977 428.20312Q191.68352 428.60938 191.0429 428.60938Q190.4179 428.60938 189.99602 428.20312Q189.57414 427.78125 189.57414 427.10938L189.57414 426.75ZM190.26164 427.14062Q190.26164 427.51562 190.46477 427.76562Q190.68352 428.01562 191.0429 428.01562Q191.40227 428.01562 191.6054 427.78125Q191.82414 427.53125 191.82414 427.125L191.82414 426.75Q191.82414 426.375 191.6054 426.125Q191.38664 425.875 191.0429 425.875Q190.68352 425.875 190.46477 426.125Q190.26164 426.35938 190.26164 426.78125L190.26164 427.14062ZM187.7929 427.96875L187.27727 427.64062L190.74602 422.07812L191.26164 422.40625L187.7929 427.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M183.1679 428.5L182.26164 428.5L182.26164 422.48438L180.43352 423.14062L180.43352 422.32812L183.02727 421.35938L183.1679 421.35938L183.1679 428.5ZM186.12102 422.75Q186.12102 422.125 186.52727 421.70312Q186.93352 421.28125 187.57414 421.28125Q188.2304 421.28125 188.62102 421.70312Q189.02727 422.125 189.02727 422.78125L189.02727 423.14062Q189.02727 423.78125 188.62102 424.1875Q188.21477 424.59375 187.58977 424.59375Q186.94914 424.59375 186.52727 424.1875Q186.12102 423.78125 186.12102 423.09375L186.12102 422.75ZM186.7929 423.14062Q186.7929 423.51562 186.99602 423.76562Q187.21477 424.0 187.58977 424.0Q187.93352 424.0 188.13664 423.76562Q188.3554 423.53125 188.3554 423.10938L188.3554 422.75Q188.3554 422.375 188.13664 422.125Q187.93352 421.875 187.57414 421.875Q187.21477 421.875 186.99602 422.125Q186.7929 422.375 186.7929 422.78125L186.7929 423.14062ZM189.57414 426.75Q189.57414 426.10938 189.9804 425.70312Q190.40227 425.29688 191.02727 425.29688Q191.6679 425.29688 192.07414 425.70312Q192.49602 426.10938 192.49602 426.79688L192.49602 427.14062Q192.49602 427.78125 192.08977 428.20312Q191.68352 428.60938 191.0429 428.60938Q190.4179 428.60938 189.99602 428.20312Q189.57414 427.78125 189.57414 427.10938L189.57414 426.75ZM190.26164 427.14062Q190.26164 427.51562 190.46477 427.76562Q190.68352 428.01562 191.0429 428.01562Q191.40227 428.01562 191.6054 427.78125Q191.82414 427.53125 191.82414 427.125L191.82414 426.75Q191.82414 426.375 191.6054 426.125Q191.38664 425.875 191.0429 425.875Q190.68352 425.875 190.46477 426.125Q190.26164 426.35938 190.26164 426.78125L190.26164 427.14062ZM187.7929 427.96875L187.27727 427.64062L190.74602 422.07812L191.26164 422.40625L187.7929 427.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M191.42032 492.5L186.76407 492.5L186.76407 491.84375L189.2172 489.10938Q189.76407 488.5 189.9672 488.10938Q190.18594 487.71875 190.18594 487.29688Q190.18594 486.75 189.8422 486.39062Q189.51407 486.03125 188.95157 486.03125Q188.2797 486.03125 187.9047 486.42188Q187.5297 486.79688 187.5297 487.48438L186.62344 487.48438Q186.62344 486.5 187.24844 485.90625Q187.88907 485.29688 188.95157 485.29688Q189.93594 485.29688 190.51407 485.8125Q191.0922 486.32812 191.0922 487.20312Q191.0922 488.25 189.74844 489.70312L187.85782 491.76562L191.42032 491.76562L191.42032 492.5ZM192.68594 486.75Q192.68594 486.125 193.0922 485.70312Q193.49844 485.28125 194.13907 485.28125Q194.79532 485.28125 195.18594 485.70312Q195.5922 486.125 195.5922 486.78125L195.5922 487.14062Q195.5922 487.78125 195.18594 488.1875Q194.7797 488.59375 194.1547 488.59375Q193.51407 488.59375 193.0922 488.1875Q192.68594 487.78125 192.68594 487.09375L192.68594 486.75ZM193.35782 487.14062Q193.35782 487.51562 193.56094 487.76562Q193.7797 488.0 194.1547 488.0Q194.49844 488.0 194.70157 487.76562Q194.92032 487.53125 194.92032 487.10938L194.92032 486.75Q194.92032 486.375 194.70157 486.125Q194.49844 485.875 194.13907 485.875Q193.7797 485.875 193.56094 486.125Q193.35782 486.375 193.35782 486.78125L193.35782 487.14062ZM196.13907 490.75Q196.13907 490.10938 196.54532 489.70312Q196.9672 489.29688 197.5922 489.29688Q198.23282 489.29688 198.63907 489.70312Q199.06094 490.10938 199.06094 490.79688L199.06094 491.14062Q199.06094 491.78125 198.6547 492.20312Q198.24844 492.60938 197.60782 492.60938Q196.98282 492.60938 196.56094 492.20312Q196.13907 491.78125 196.13907 491.10938L196.13907 490.75ZM196.82657 491.14062Q196.82657 491.51562 197.0297 491.76562Q197.24844 492.01562 197.60782 492.01562Q197.9672 492.01562 198.17032 491.78125Q198.38907 491.53125 198.38907 491.125L198.38907 490.75Q198.38907 490.375 198.17032 490.125Q197.95157 489.875 197.60782 489.875Q197.24844 489.875 197.0297 490.125Q196.82657 490.35938 196.82657 490.78125L196.82657 491.14062ZM194.35782 491.96875L193.8422 491.64062L197.31094 486.07812L197.82657 486.40625L194.35782 491.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M191.42032 492.5L186.76407 492.5L186.76407 491.84375L189.2172 489.10938Q189.76407 488.5 189.9672 488.10938Q190.18594 487.71875 190.18594 487.29688Q190.18594 486.75 189.8422 486.39062Q189.51407 486.03125 188.95157 486.03125Q188.2797 486.03125 187.9047 486.42188Q187.5297 486.79688 187.5297 487.48438L186.62344 487.48438Q186.62344 486.5 187.24844 485.90625Q187.88907 485.29688 188.95157 485.29688Q189.93594 485.29688 190.51407 485.8125Q191.0922 486.32812 191.0922 487.20312Q191.0922 488.25 189.74844 489.70312L187.85782 491.76562L191.42032 491.76562L191.42032 492.5ZM192.68594 486.75Q192.68594 486.125 193.0922 485.70312Q193.49844 485.28125 194.13907 485.28125Q194.79532 485.28125 195.18594 485.70312Q195.5922 486.125 195.5922 486.78125L195.5922 487.14062Q195.5922 487.78125 195.18594 488.1875Q194.7797 488.59375 194.1547 488.59375Q193.51407 488.59375 193.0922 488.1875Q192.68594 487.78125 192.68594 487.09375L192.68594 486.75ZM193.35782 487.14062Q193.35782 487.51562 193.56094 487.76562Q193.7797 488.0 194.1547 488.0Q194.49844 488.0 194.70157 487.76562Q194.92032 487.53125 194.92032 487.10938L194.92032 486.75Q194.92032 486.375 194.70157 486.125Q194.49844 485.875 194.13907 485.875Q193.7797 485.875 193.56094 486.125Q193.35782 486.375 193.35782 486.78125L193.35782 487.14062ZM196.13907 490.75Q196.13907 490.10938 196.54532 489.70312Q196.9672 489.29688 197.5922 489.29688Q198.23282 489.29688 198.63907 489.70312Q199.06094 490.10938 199.06094 490.79688L199.06094 491.14062Q199.06094 491.78125 198.6547 492.20312Q198.24844 492.60938 197.60782 492.60938Q196.98282 492.60938 196.56094 492.20312Q196.13907 491.78125 196.13907 491.10938L196.13907 490.75ZM196.82657 491.14062Q196.82657 491.51562 197.0297 491.76562Q197.24844 492.01562 197.60782 492.01562Q197.9672 492.01562 198.17032 491.78125Q198.38907 491.53125 198.38907 491.125L198.38907 490.75Q198.38907 490.375 198.17032 490.125Q197.95157 489.875 197.60782 489.875Q197.24844 489.875 197.0297 490.125Q196.82657 490.35938 196.82657 490.78125L196.82657 491.14062ZM194.35782 491.96875L193.8422 491.64062L197.31094 486.07812L197.82657 486.40625L194.35782 491.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.69818 556.5L186.04193 556.5L186.04193 555.84375L188.49506 553.1094Q189.04193 552.5 189.24506 552.1094Q189.4638 551.71875 189.4638 551.2969Q189.4638 550.75 189.12006 550.3906Q188.79193 550.03125 188.22943 550.03125Q187.55756 550.03125 187.18256 550.4219Q186.80756 550.7969 186.80756 551.4844L185.9013 551.4844Q185.9013 550.5 186.5263 549.90625Q187.16693 549.2969 188.22943 549.2969Q189.2138 549.2969 189.79193 549.8125Q190.37006 550.3281 190.37006 551.2031Q190.37006 552.25 189.0263 553.7031L187.13568 555.7656L190.69818 555.7656L190.69818 556.5ZM191.9638 550.75Q191.9638 550.125 192.37006 549.7031Q192.7763 549.28125 193.41693 549.28125Q194.07318 549.28125 194.4638 549.7031Q194.87006 550.125 194.87006 550.78125L194.87006 551.1406Q194.87006 551.78125 194.4638 552.1875Q194.05756 552.59375 193.43256 552.59375Q192.79193 552.59375 192.37006 552.1875Q191.9638 551.78125 191.9638 551.09375L191.9638 550.75ZM192.63568 551.1406Q192.63568 551.5156 192.8388 551.7656Q193.05756 552.0 193.43256 552.0Q193.7763 552.0 193.97943 551.7656Q194.19818 551.53125 194.19818 551.1094L194.19818 550.75Q194.19818 550.375 193.97943 550.125Q193.7763 549.875 193.41693 549.875Q193.05756 549.875 192.8388 550.125Q192.63568 550.375 192.63568 550.78125L192.63568 551.1406ZM195.41693 554.75Q195.41693 554.1094 195.82318 553.7031Q196.24506 553.2969 196.87006 553.2969Q197.51068 553.2969 197.91693 553.7031Q198.3388 554.1094 198.3388 554.7969L198.3388 555.1406Q198.3388 555.78125 197.93256 556.2031Q197.5263 556.6094 196.88568 556.6094Q196.26068 556.6094 195.8388 556.2031Q195.41693 555.78125 195.41693 555.1094L195.41693 554.75ZM196.10443 555.1406Q196.10443 555.5156 196.30756 555.7656Q196.5263 556.0156 196.88568 556.0156Q197.24506 556.0156 197.44818 555.78125Q197.66693 555.53125 197.66693 555.125L197.66693 554.75Q197.66693 554.375 197.44818 554.125Q197.22943 553.875 196.88568 553.875Q196.5263 553.875 196.30756 554.125Q196.10443 554.3594 196.10443 554.78125L196.10443 555.1406ZM193.63568 555.96875L193.12006 555.6406L196.5888 550.0781L197.10443 550.40625L193.63568 555.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M190.69818 556.5L186.04193 556.5L186.04193 555.84375L188.49506 553.1094Q189.04193 552.5 189.24506 552.1094Q189.4638 551.71875 189.4638 551.2969Q189.4638 550.75 189.12006 550.3906Q188.79193 550.03125 188.22943 550.03125Q187.55756 550.03125 187.18256 550.4219Q186.80756 550.7969 186.80756 551.4844L185.9013 551.4844Q185.9013 550.5 186.5263 549.90625Q187.16693 549.2969 188.22943 549.2969Q189.2138 549.2969 189.79193 549.8125Q190.37006 550.3281 190.37006 551.2031Q190.37006 552.25 189.0263 553.7031L187.13568 555.7656L190.69818 555.7656L190.69818 556.5ZM191.9638 550.75Q191.9638 550.125 192.37006 549.7031Q192.7763 549.28125 193.41693 549.28125Q194.07318 549.28125 194.4638 549.7031Q194.87006 550.125 194.87006 550.78125L194.87006 551.1406Q194.87006 551.78125 194.4638 552.1875Q194.05756 552.59375 193.43256 552.59375Q192.79193 552.59375 192.37006 552.1875Q191.9638 551.78125 191.9638 551.09375L191.9638 550.75ZM192.63568 551.1406Q192.63568 551.5156 192.8388 551.7656Q193.05756 552.0 193.43256 552.0Q193.7763 552.0 193.97943 551.7656Q194.19818 551.53125 194.19818 551.1094L194.19818 550.75Q194.19818 550.375 193.97943 550.125Q193.7763 549.875 193.41693 549.875Q193.05756 549.875 192.8388 550.125Q192.63568 550.375 192.63568 550.78125L192.63568 551.1406ZM195.41693 554.75Q195.41693 554.1094 195.82318 553.7031Q196.24506 553.2969 196.87006 553.2969Q197.51068 553.2969 197.91693 553.7031Q198.3388 554.1094 198.3388 554.7969L198.3388 555.1406Q198.3388 555.78125 197.93256 556.2031Q197.5263 556.6094 196.88568 556.6094Q196.26068 556.6094 195.8388 556.2031Q195.41693 555.78125 195.41693 555.1094L195.41693 554.75ZM196.10443 555.1406Q196.10443 555.5156 196.30756 555.7656Q196.5263 556.0156 196.88568 556.0156Q197.24506 556.0156 197.44818 555.78125Q197.66693 555.53125 197.66693 555.125L197.66693 554.75Q197.66693 554.375 197.44818 554.125Q197.22943 553.875 196.88568 553.875Q196.5263 553.875 196.30756 554.125Q196.10443 554.3594 196.10443 554.78125L196.10443 555.1406ZM193.63568 555.96875L193.12006 555.6406L196.5888 550.0781L197.10443 550.40625L193.63568 555.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M320.59708 612.01935Q320.59708 611.2537 321.08145 610.7537Q321.58145 610.2537 322.34708 610.2537Q323.12833 610.2537 323.6127 610.7537Q324.09708 611.2537 324.09708 612.0506L324.09708 612.4725Q324.09708 613.2381 323.59708 613.7381Q323.1127 614.2225 322.3627 614.2225Q321.59708 614.2225 321.09708 613.7381Q320.59708 613.2381 320.59708 612.4256L320.59708 612.01935ZM321.40958 612.4725Q321.40958 612.9256 321.65958 613.2225Q321.9252 613.51935 322.3627 613.51935Q322.78458 613.51935 323.03458 613.2381Q323.28458 612.9412 323.28458 612.4412L323.28458 612.01935Q323.28458 611.5662 323.03458 611.26935Q322.78458 610.95685 322.34708 610.95685Q321.90958 610.95685 321.65958 611.26935Q321.40958 611.5662 321.40958 612.035L321.40958 612.4725ZM324.75333 616.8162Q324.75333 616.0506 325.2377 615.5662Q325.7377 615.0662 326.50333 615.0662Q327.26895 615.0662 327.75333 615.5662Q328.25333 616.0506 328.25333 616.8631L328.25333 617.26935Q328.25333 618.035 327.76895 618.535Q327.28458 619.035 326.51895 619.035Q325.75333 619.035 325.25333 618.5506Q324.75333 618.0506 324.75333 617.2381L324.75333 616.8162ZM325.56583 617.26935Q325.56583 617.7381 325.81583 618.035Q326.08145 618.33185 326.51895 618.33185Q326.94083 618.33185 327.19083 618.0506Q327.44083 617.7537 327.44083 617.2537L327.44083 616.8162Q327.44083 616.3475 327.1752 616.0662Q326.9252 615.76935 326.50333 615.76935Q326.08145 615.76935 325.81583 616.0662Q325.56583 616.3475 325.56583 616.8475L325.56583 617.26935ZM322.6127 618.26935L321.9877 617.8787L326.15958 611.20685L326.76895 611.5975L322.6127 618.26935ZM332.51895 615.6756Q332.51895 614.7537 332.87833 614.0037Q333.25333 613.2537 333.90958 612.8631Q334.56583 612.45685 335.39395 612.45685Q336.69083 612.45685 337.4877 613.3475Q338.3002 614.2381 338.3002 615.7381L338.3002 615.8162Q338.3002 616.7381 337.94083 617.4725Q337.58145 618.20685 336.9252 618.6287Q336.26895 619.035 335.40958 619.035Q334.12833 619.035 333.31583 618.14435Q332.51895 617.2381 332.51895 615.7537L332.51895 615.6756ZM333.6127 615.8162Q333.6127 616.8631 334.09708 617.5037Q334.59708 618.14435 335.40958 618.14435Q336.2377 618.14435 336.72208 617.5037Q337.20645 616.8475 337.20645 615.6756Q337.20645 614.64435 336.70645 614.0037Q336.22208 613.3475 335.39395 613.3475Q334.59708 613.3475 334.09708 613.9881Q333.6127 614.6131 333.6127 615.8162ZM340.34708 618.91L340.34708 613.41L339.34708 613.41L339.34708 612.5662L340.34708 612.5662L340.34708 611.9256Q340.34708 610.89435 340.87833 610.3475Q341.4252 609.785 342.4252 609.785Q342.8002 609.785 343.1752 609.8787L343.1127 610.76935Q342.83145 610.70685 342.53458 610.70685Q342.00333 610.70685 341.70645 611.01935Q341.4252 611.33185 341.4252 611.89435L341.4252 612.5662L342.78458 612.5662L342.78458 613.41L341.4252 613.41L341.4252 618.91L340.34708 618.91ZM349.87833 613.535Q349.62833 613.5037 349.34708 613.5037Q348.26895 613.5037 347.89395 614.41L347.89395 618.91L346.81583 618.91L346.81583 612.5662L347.8627 612.5662L347.87833 613.3006Q348.40958 612.45685 349.39395 612.45685Q349.70645 612.45685 349.87833 612.535L349.87833 613.535ZM353.44083 619.035Q352.14395 619.035 351.33145 618.1912Q350.53458 617.33185 350.53458 615.91L350.53458 615.7225Q350.53458 614.76935 350.89395 614.035Q351.25333 613.285 351.89395 612.8787Q352.5502 612.45685 353.3002 612.45685Q354.53458 612.45685 355.22208 613.26935Q355.90958 614.08185 355.90958 615.5975L355.90958 616.0506L351.6127 616.0506Q351.64395 616.9881 352.15958 617.5662Q352.69083 618.14435 353.50333 618.14435Q354.06583 618.14435 354.45645 617.91Q354.8627 617.6756 355.1752 617.285L355.83145 617.8006Q355.03458 619.035 353.44083 619.035ZM353.3002 613.3475Q352.64395 613.3475 352.19083 613.83185Q351.75333 614.3006 351.65958 615.16L354.83145 615.16L354.83145 615.08185Q354.78458 614.2537 354.37833 613.8006Q353.9877 613.3475 353.3002 613.3475ZM360.50333 617.2225Q360.50333 616.785 360.15958 616.5506Q359.83145 616.3006 359.00333 616.1287Q358.19083 615.95685 357.70645 615.70685Q357.22208 615.45685 356.9877 615.1287Q356.76895 614.785 356.76895 614.3162Q356.76895 613.535 357.4252 613.0037Q358.08145 612.45685 359.1127 612.45685Q360.19083 612.45685 360.84708 613.01935Q361.51895 613.5662 361.51895 614.4256L360.44083 614.4256Q360.44083 613.9881 360.0502 613.6756Q359.6752 613.3475 359.1127 613.3475Q358.51895 613.3475 358.1752 613.6131Q357.84708 613.8631 357.84708 614.26935Q357.84708 614.66 358.15958 614.8631Q358.47208 615.0662 359.28458 615.2537Q360.09708 615.4256 360.59708 615.6756Q361.09708 615.9256 361.33145 616.285Q361.58145 616.64435 361.58145 617.14435Q361.58145 618.0037 360.89395 618.51935Q360.22208 619.035 359.14395 619.035Q358.37833 619.035 357.78458 618.76935Q357.20645 618.4881 356.87833 618.0037Q356.5502 617.51935 356.5502 616.95685L357.62833 616.95685Q357.65958 617.5037 358.06583 617.83185Q358.47208 618.14435 359.14395 618.14435Q359.75333 618.14435 360.12833 617.89435Q360.50333 617.64435 360.50333 617.2225ZM368.15958 615.8162Q368.15958 617.2537 367.50333 618.14435Q366.84708 619.035 365.70645 619.035Q364.5502 619.035 363.89395 618.3006L363.89395 621.3475L362.81583 621.3475L362.81583 612.5662L363.8002 612.5662L363.84708 613.26935Q364.51895 612.45685 365.69083 612.45685Q366.83145 612.45685 367.4877 613.3162Q368.15958 614.1756 368.15958 615.70685L368.15958 615.8162ZM367.08145 615.6912Q367.08145 614.6131 366.6127 614.0037Q366.15958 613.3787 365.3627 613.3787Q364.37833 613.3787 363.89395 614.2381L363.89395 617.26935Q364.37833 618.14435 365.37833 618.14435Q366.15958 618.14435 366.6127 617.535Q367.08145 616.91 367.08145 615.6912ZM369.51895 615.6756Q369.51895 614.7537 369.87833 614.0037Q370.25333 613.2537 370.90958 612.8631Q371.56583 612.45685 372.39395 612.45685Q373.69083 612.45685 374.4877 613.3475Q375.3002 614.2381 375.3002 615.7381L375.3002 615.8162Q375.3002 616.7381 374.94083 617.4725Q374.58145 618.20685 373.9252 618.6287Q373.26895 619.035 372.40958 619.035Q371.12833 619.035 370.31583 618.14435Q369.51895 617.2381 369.51895 615.7537L369.51895 615.6756ZM370.6127 615.8162Q370.6127 616.8631 371.09708 617.5037Q371.59708 618.14435 372.40958 618.14435Q373.2377 618.14435 373.72208 617.5037Q374.20645 616.8475 374.20645 615.6756Q374.20645 614.64435 373.70645 614.0037Q373.22208 613.3475 372.39395 613.3475Q371.59708 613.3475 371.09708 613.9881Q370.6127 614.6131 370.6127 615.8162ZM377.83145 612.5662L377.8627 613.3631Q378.59708 612.45685 379.76895 612.45685Q381.78458 612.45685 381.8002 614.7225L381.8002 618.91L380.70645 618.91L380.70645 614.70685Q380.70645 614.035 380.39395 613.70685Q380.09708 613.3787 379.44083 613.3787Q378.90958 613.3787 378.50333 613.66Q378.1127 613.9412 377.89395 614.39435L377.89395 618.91L376.81583 618.91L376.81583 612.5662L377.83145 612.5662ZM383.5502 615.6912Q383.5502 614.2225 384.2377 613.3475Q384.9252 612.45685 386.0502 612.45685Q387.15958 612.45685 387.81583 613.20685L387.81583 609.91L388.89395 609.91L388.89395 618.91L387.89395 618.91L387.84708 618.2225Q387.19083 619.035 386.03458 619.035Q384.94083 619.035 384.2377 618.1287Q383.5502 617.2225 383.5502 615.76935L383.5502 615.6912ZM384.62833 615.8162Q384.62833 616.89435 385.06583 617.5037Q385.51895 618.1131 386.3002 618.1131Q387.33145 618.1131 387.81583 617.1756L387.81583 614.26935Q387.33145 613.3787 386.31583 613.3787Q385.51895 613.3787 385.06583 613.9881Q384.62833 614.5975 384.62833 615.8162ZM393.44083 619.035Q392.14395 619.035 391.33145 618.1912Q390.53458 617.33185 390.53458 615.91L390.53458 615.7225Q390.53458 614.76935 390.89395 614.035Q391.25333 613.285 391.89395 612.8787Q392.5502 612.45685 393.3002 612.45685Q394.53458 612.45685 395.22208 613.26935Q395.90958 614.08185 395.90958 615.5975L395.90958 616.0506L391.6127 616.0506Q391.64395 616.9881 392.15958 617.5662Q392.69083 618.14435 393.50333 618.14435Q394.06583 618.14435 394.45645 617.91Q394.8627 617.6756 395.1752 617.285L395.83145 617.8006Q395.03458 619.035 393.44083 619.035ZM393.3002 613.3475Q392.64395 613.3475 392.19083 613.83185Q391.75333 614.3006 391.65958 615.16L394.83145 615.16L394.83145 615.08185Q394.78458 614.2537 394.37833 613.8006Q393.9877 613.3475 393.3002 613.3475ZM397.83145 612.5662L397.8627 613.3631Q398.59708 612.45685 399.76895 612.45685Q401.78458 612.45685 401.8002 614.7225L401.8002 618.91L400.70645 618.91L400.70645 614.70685Q400.70645 614.035 400.39395 613.70685Q400.09708 613.3787 399.44083 613.3787Q398.90958 613.3787 398.50333 613.66Q398.1127 613.9412 397.89395 614.39435L397.89395 618.91L396.81583 618.91L396.81583 612.5662L397.83145 612.5662ZM405.28458 611.035L405.28458 612.5662L406.45645 612.5662L406.45645 613.41L405.28458 613.41L405.28458 617.33185Q405.28458 617.7225 405.44083 617.91Q405.59708 618.0975 405.97208 618.0975Q406.15958 618.0975 406.4877 618.035L406.4877 618.91Q406.06583 619.035 405.65958 619.035Q404.94083 619.035 404.56583 618.5975Q404.19083 618.14435 404.19083 617.33185L404.19083 613.41L403.03458 613.41L403.03458 612.5662L404.19083 612.5662L404.19083 611.035L405.28458 611.035ZM411.50333 617.2225Q411.50333 616.785 411.15958 616.5506Q410.83145 616.3006 410.00333 616.1287Q409.19083 615.95685 408.70645 615.70685Q408.22208 615.45685 407.9877 615.1287Q407.76895 614.785 407.76895 614.3162Q407.76895 613.535 408.4252 613.0037Q409.08145 612.45685 410.1127 612.45685Q411.19083 612.45685 411.84708 613.01935Q412.51895 613.5662 412.51895 614.4256L411.44083 614.4256Q411.44083 613.9881 411.0502 613.6756Q410.6752 613.3475 410.1127 613.3475Q409.51895 613.3475 409.1752 613.6131Q408.84708 613.8631 408.84708 614.26935Q408.84708 614.66 409.15958 614.8631Q409.47208 615.0662 410.28458 615.2537Q411.09708 615.4256 411.59708 615.6756Q412.09708 615.9256 412.33145 616.285Q412.58145 616.64435 412.58145 617.14435Q412.58145 618.0037 411.89395 618.51935Q411.22208 619.035 410.14395 619.035Q409.37833 619.035 408.78458 618.76935Q408.20645 618.4881 407.87833 618.0037Q407.5502 617.51935 407.5502 616.95685L408.62833 616.95685Q408.65958 617.5037 409.06583 617.83185Q409.47208 618.14435 410.14395 618.14435Q410.75333 618.14435 411.12833 617.89435Q411.50333 617.64435 411.50333 617.2225Z" fill-rule="nonzero"/><path fill="#666666" d="M115.3125 94.92842L117.75 87.89717L118.984375 87.89717L115.8125 96.42842L114.828125 96.42842L111.671875 87.89717L112.890625 87.89717L115.3125 94.92842ZM123.0 92.631546Q121.5625 92.20967 120.890625 91.600296Q120.234375 90.99092 120.234375 90.100296Q120.234375 89.100296 121.03125 88.444046Q121.84375 87.77217 123.140625 87.77217Q124.015625 87.77217 124.703125 88.11592Q125.390625 88.45967 125.765625 89.05342Q126.15625 89.64717 126.15625 90.36592L125.015625 90.36592Q125.015625 89.58467 124.515625 89.14717Q124.03125 88.70967 123.140625 88.70967Q122.3125 88.70967 121.84375 89.08467Q121.375 89.444046 121.375 90.08467Q121.375 90.61592 121.8125 90.975296Q122.265625 91.33467 123.328125 91.631546Q124.390625 91.92842 124.984375 92.287796Q125.59375 92.64717 125.875 93.131546Q126.171875 93.61592 126.171875 94.256546Q126.171875 95.30342 125.359375 95.92842Q124.546875 96.55342 123.203125 96.55342Q122.3125 96.55342 121.546875 96.20967Q120.796875 95.86592 120.375 95.287796Q119.96875 94.694046 119.96875 93.95967L121.09375 93.95967Q121.09375 94.725296 121.671875 95.17842Q122.25 95.631546 123.203125 95.631546Q124.09375 95.631546 124.5625 95.27217Q125.03125 94.89717 125.03125 94.27217Q125.03125 93.64717 124.59375 93.30342Q124.15625 92.95967 123.0 92.631546ZM136.76562 93.725296Q136.60938 95.069046 135.76562 95.819046Q134.92188 96.55342 133.53125 96.55342Q132.01562 96.55342 131.10938 95.475296Q130.20312 94.381546 130.20312 92.55342L130.20312 91.74092Q130.20312 90.55342 130.625 89.64717Q131.04688 88.74092 131.82812 88.256546Q132.60938 87.77217 133.625 87.77217Q134.98438 87.77217 135.79688 88.537796Q136.625 89.30342 136.76562 90.631546L135.64062 90.631546Q135.48438 89.61592 135.0 89.162796Q134.51562 88.70967 133.625 88.70967Q132.54688 88.70967 131.9375 89.506546Q131.32812 90.30342 131.32812 91.77217L131.32812 92.600296Q131.32812 93.99092 131.90625 94.819046Q132.48438 95.631546 133.53125 95.631546Q134.46875 95.631546 134.96875 95.20967Q135.46875 94.77217 135.64062 93.725296L136.76562 93.725296ZM138.03125 93.194046Q138.03125 92.27217 138.39062 91.52217Q138.76562 90.77217 139.42188 90.381546Q140.07812 89.975296 140.90625 89.975296Q142.20312 89.975296 143.0 90.86592Q143.8125 91.756546 143.8125 93.256546L143.8125 93.33467Q143.8125 94.256546 143.45312 94.99092Q143.09375 95.725296 142.4375 96.14717Q141.78125 96.55342 140.92188 96.55342Q139.64062 96.55342 138.82812 95.662796Q138.03125 94.756546 138.03125 93.27217L138.03125 93.194046ZM139.125 93.33467Q139.125 94.381546 139.60938 95.02217Q140.10938 95.662796 140.92188 95.662796Q141.75 95.662796 142.23438 95.02217Q142.71875 94.36592 142.71875 93.194046Q142.71875 92.162796 142.21875 91.52217Q141.73438 90.86592 140.90625 90.86592Q140.10938 90.86592 139.60938 91.506546Q139.125 92.131546 139.125 93.33467ZM145.0625 93.20967Q145.0625 91.74092 145.75 90.86592Q146.4375 89.975296 147.5625 89.975296Q148.67188 89.975296 149.32812 90.725296L149.32812 87.42842L150.40625 87.42842L150.40625 96.42842L149.40625 96.42842L149.35938 95.74092Q148.70312 96.55342 147.54688 96.55342Q146.45312 96.55342 145.75 95.64717Q145.0625 94.74092 145.0625 93.287796L145.0625 93.20967ZM146.14062 93.33467Q146.14062 94.412796 146.57812 95.02217Q147.03125 95.631546 147.8125 95.631546Q148.84375 95.631546 149.32812 94.694046L149.32812 91.787796Q148.84375 90.89717 147.82812 90.89717Q147.03125 90.89717 146.57812 91.506546Q146.14062 92.11592 146.14062 93.33467ZM154.95312 96.55342Q153.65625 96.55342 152.84375 95.70967Q152.04688 94.850296 152.04688 93.42842L152.04688 93.24092Q152.04688 92.287796 152.40625 91.55342Q152.76562 90.80342 153.40625 90.39717Q154.0625 89.975296 154.8125 89.975296Q156.04688 89.975296 156.73438 90.787796Q157.42188 91.600296 157.42188 93.11592L157.42188 93.569046L153.125 93.569046Q153.15625 94.506546 153.67188 95.08467Q154.20312 95.662796 155.01562 95.662796Q155.57812 95.662796 155.96875 95.42842Q156.375 95.194046 156.6875 94.80342L157.34375 95.319046Q156.54688 96.55342 154.95312 96.55342ZM154.8125 90.86592Q154.15625 90.86592 153.70312 91.350296Q153.26562 91.819046 153.17188 92.67842L156.34375 92.67842L156.34375 92.600296Q156.29688 91.77217 155.89062 91.319046Q155.5 90.86592 154.8125 90.86592Z" fill-rule="nonzero"/><path fill="#666666" d="M75.796875 158.98283Q75.359375 159.60783 74.578125 159.92033Q73.796875 160.23283 72.765625 160.23283Q71.734375 160.23283 70.921875 159.74846Q70.109375 159.24846 69.671875 158.34221Q69.234375 157.43596 69.21875 156.24846L69.21875 155.51408Q69.21875 153.57658 70.109375 152.51408Q71.015625 151.45158 72.640625 151.45158Q73.984375 151.45158 74.796875 152.13908Q75.609375 152.82658 75.796875 154.07658L74.671875 154.07658Q74.34375 152.38908 72.65625 152.38908Q71.515625 152.38908 70.9375 153.18596Q70.359375 153.96721 70.34375 155.48283L70.34375 156.17033Q70.34375 157.60783 71.0 158.46721Q71.65625 159.31096 72.78125 159.31096Q73.40625 159.31096 73.875 159.17033Q74.359375 159.02971 74.671875 158.68596L74.671875 156.77971L72.703125 156.77971L72.703125 155.85783L75.796875 155.85783L75.796875 158.98283ZM77.03125 156.87346Q77.03125 155.95158 77.390625 155.20158Q77.765625 154.45158 78.421875 154.06096Q79.078125 153.65471 79.90625 153.65471Q81.203125 153.65471 82.0 154.54533Q82.8125 155.43596 82.8125 156.93596L82.8125 157.01408Q82.8125 157.93596 82.453125 158.67033Q82.09375 159.40471 81.4375 159.82658Q80.78125 160.23283 79.921875 160.23283Q78.640625 160.23283 77.828125 159.34221Q77.03125 158.43596 77.03125 156.95158L77.03125 156.87346ZM78.125 157.01408Q78.125 158.06096 78.609375 158.70158Q79.109375 159.34221 79.921875 159.34221Q80.75 159.34221 81.234375 158.70158Q81.71875 158.04533 81.71875 156.87346Q81.71875 155.84221 81.21875 155.20158Q80.734375 154.54533 79.90625 154.54533Q79.109375 154.54533 78.609375 155.18596Q78.125 155.81096 78.125 157.01408ZM85.625 159.18596L89.671875 159.18596L89.671875 160.10783L84.484375 160.10783L84.484375 151.57658L85.625 151.57658L85.625 159.18596ZM94.234375 160.10783Q94.140625 159.92033 94.078125 159.43596Q93.328125 160.23283 92.28125 160.23283Q91.34375 160.23283 90.734375 159.70158Q90.140625 159.17033 90.140625 158.34221Q90.140625 157.35783 90.890625 156.81096Q91.640625 156.26408 93.015625 156.26408L94.0625 156.26408L94.0625 155.76408Q94.0625 155.20158 93.71875 154.87346Q93.390625 154.52971 92.71875 154.52971Q92.140625 154.52971 91.75 154.82658Q91.359375 155.10783 91.359375 155.52971L90.265625 155.52971Q90.265625 155.04533 90.59375 154.60783Q90.9375 154.17033 91.515625 153.92033Q92.09375 153.65471 92.78125 153.65471Q93.890625 153.65471 94.5 154.20158Q95.125 154.74846 95.15625 155.70158L95.15625 158.62346Q95.15625 159.49846 95.375 160.01408L95.375 160.10783L94.234375 160.10783ZM92.4375 159.27971Q92.953125 159.27971 93.40625 159.01408Q93.859375 158.74846 94.0625 158.32658L94.0625 157.02971L93.21875 157.02971Q91.21875 157.02971 91.21875 158.20158Q91.21875 158.70158 91.5625 158.99846Q91.90625 159.27971 92.4375 159.27971ZM98.34375 153.76408L98.375 154.56096Q99.109375 153.65471 100.28125 153.65471Q102.296875 153.65471 102.3125 155.92033L102.3125 160.10783L101.21875 160.10783L101.21875 155.90471Q101.21875 155.23283 100.90625 154.90471Q100.609375 154.57658 99.953125 154.57658Q99.421875 154.57658 99.015625 154.85783Q98.625 155.13908 98.40625 155.59221L98.40625 160.10783L97.328125 160.10783L97.328125 153.76408L98.34375 153.76408ZM104.0625 156.88908Q104.0625 155.42033 104.75 154.54533Q105.4375 153.65471 106.5625 153.65471Q107.671875 153.65471 108.328125 154.40471L108.328125 151.10783L109.40625 151.10783L109.40625 160.10783L108.40625 160.10783L108.359375 159.42033Q107.703125 160.23283 106.546875 160.23283Q105.453125 160.23283 104.75 159.32658Q104.0625 158.42033 104.0625 156.96721L104.0625 156.88908ZM105.140625 157.01408Q105.140625 158.09221 105.578125 158.70158Q106.03125 159.31096 106.8125 159.31096Q107.84375 159.31096 108.328125 158.37346L108.328125 155.46721Q107.84375 154.57658 106.828125 154.57658Q106.03125 154.57658 105.578125 155.18596Q105.140625 155.79533 105.140625 157.01408ZM114.53125 160.84221L113.609375 160.84221L117.171875 151.57658L118.09375 151.57658L114.53125 160.84221ZM123.703125 160.10783L122.578125 160.10783L122.578125 151.57658L123.703125 151.57658L123.703125 160.10783ZM126.34375 153.76408L126.375 154.56096Q127.109375 153.65471 128.28125 153.65471Q130.29688 153.65471 130.3125 155.92033L130.3125 160.10783L129.21875 160.10783L129.21875 155.90471Q129.21875 155.23283 128.90625 154.90471Q128.60938 154.57658 127.953125 154.57658Q127.421875 154.57658 127.015625 154.85783Q126.625 155.13908 126.40625 155.59221L126.40625 160.10783L125.328125 160.10783L125.328125 153.76408L126.34375 153.76408ZM133.79688 152.23283L133.79688 153.76408L134.96875 153.76408L134.96875 154.60783L133.79688 154.60783L133.79688 158.52971Q133.79688 158.92033 133.95312 159.10783Q134.10938 159.29533 134.48438 159.29533Q134.67188 159.29533 135.0 159.23283L135.0 160.10783Q134.57812 160.23283 134.17188 160.23283Q133.45312 160.23283 133.07812 159.79533Q132.70312 159.34221 132.70312 158.52971L132.70312 154.60783L131.54688 154.60783L131.54688 153.76408L132.70312 153.76408L132.70312 152.23283L133.79688 152.23283ZM138.95312 160.23283Q137.65625 160.23283 136.84375 159.38908Q136.04688 158.52971 136.04688 157.10783L136.04688 156.92033Q136.04688 155.96721 136.40625 155.23283Q136.76562 154.48283 137.40625 154.07658Q138.0625 153.65471 138.8125 153.65471Q140.04688 153.65471 140.73438 154.46721Q141.42188 155.27971 141.42188 156.79533L141.42188 157.24846L137.125 157.24846Q137.15625 158.18596 137.67188 158.76408Q138.20312 159.34221 139.01562 159.34221Q139.57812 159.34221 139.96875 159.10783Q140.375 158.87346 140.6875 158.48283L141.34375 158.99846Q140.54688 160.23283 138.95312 160.23283ZM138.8125 154.54533Q138.15625 154.54533 137.70312 155.02971Q137.26562 155.49846 137.17188 156.35783L140.34375 156.35783L140.34375 156.27971Q140.29688 155.45158 139.89062 154.99846Q139.5 154.54533 138.8125 154.54533ZM143.5 160.10783L142.42188 160.10783L142.42188 151.10783L143.5 151.10783L143.5 160.10783ZM146.5 160.10783L145.42188 160.10783L145.42188 151.10783L146.5 151.10783L146.5 160.10783ZM149.5 160.10783L148.42188 160.10783L148.42188 153.76408L149.5 153.76408L149.5 160.10783ZM148.32812 152.09221Q148.32812 151.82658 148.48438 151.63908Q148.65625 151.45158 148.96875 151.45158Q149.28125 151.45158 149.4375 151.63908Q149.60938 151.82658 149.60938 152.09221Q149.60938 152.34221 149.4375 152.52971Q149.28125 152.70158 148.96875 152.70158Q148.65625 152.70158 148.48438 152.52971Q148.32812 152.34221 148.32812 152.09221ZM155.0625 151.57658L156.20312 151.57658L156.20312 157.62346Q156.20312 158.84221 155.45312 159.54533Q154.71875 160.23283 153.5 160.23283Q152.23438 160.23283 151.51562 159.57658Q150.8125 158.92033 150.8125 157.74846L151.9375 157.74846Q151.9375 158.48283 152.32812 158.90471Q152.73438 159.31096 153.5 159.31096Q154.20312 159.31096 154.625 158.87346Q155.0625 158.42033 155.0625 157.63908L155.0625 151.57658Z" fill-rule="nonzero"/><path fill="#666666" d="M139.3125 222.28726L141.75 215.25601L142.98438 215.25601L139.8125 223.78726L138.82812 223.78726L135.67188 215.25601L136.89062 215.25601L139.3125 222.28726ZM145.5 223.78726L144.42188 223.78726L144.42188 217.44351L145.5 217.44351L145.5 223.78726ZM144.32812 215.77164Q144.32812 215.50601 144.48438 215.31851Q144.65625 215.13101 144.96875 215.13101Q145.28125 215.13101 145.4375 215.31851Q145.60938 215.50601 145.60938 215.77164Q145.60938 216.02164 145.4375 216.20914Q145.28125 216.38101 144.96875 216.38101Q144.65625 216.38101 144.48438 216.20914Q144.32812 216.02164 144.32812 215.77164ZM148.34375 217.44351L148.375 218.14664Q149.0625 217.33414 150.25 217.33414Q151.57812 217.33414 152.0625 218.34976Q152.375 217.89664 152.875 217.61539Q153.39062 217.33414 154.07812 217.33414Q156.17188 217.33414 156.20312 219.53726L156.20312 223.78726L155.125 223.78726L155.125 219.59976Q155.125 218.92789 154.8125 218.59976Q154.5 218.25601 153.76562 218.25601Q153.15625 218.25601 152.75 218.61539Q152.35938 218.97476 152.29688 219.58414L152.29688 223.78726L151.21875 223.78726L151.21875 219.63101Q151.21875 218.25601 149.85938 218.25601Q148.79688 218.25601 148.40625 219.16226L148.40625 223.78726L147.3125 223.78726L147.3125 217.44351L148.34375 217.44351Z" fill-rule="nonzero"/><path fill="#666666" d="M126.3125 283.52917L122.609375 283.52917L122.609375 286.5448L126.90625 286.5448L126.90625 287.46667L121.484375 287.46667L121.484375 278.93542L126.859375 278.93542L126.859375 279.8573L122.609375 279.8573L122.609375 282.6073L126.3125 282.6073L126.3125 283.52917ZM129.34375 281.12292L129.375 281.82605Q130.0625 281.01355 131.25 281.01355Q132.57812 281.01355 133.0625 282.02917Q133.375 281.57605 133.875 281.2948Q134.39062 281.01355 135.07812 281.01355Q137.17188 281.01355 137.20312 283.21667L137.20312 287.46667L136.125 287.46667L136.125 283.27917Q136.125 282.6073 135.8125 282.27917Q135.5 281.93542 134.76562 281.93542Q134.15625 281.93542 133.75 282.2948Q133.35938 282.65417 133.29688 283.26355L133.29688 287.46667L132.21875 287.46667L132.21875 283.31042Q132.21875 281.93542 130.85938 281.93542Q129.79688 281.93542 129.40625 282.84167L129.40625 287.46667L128.3125 287.46667L128.3125 281.12292L129.34375 281.12292ZM143.23438 287.46667Q143.14062 287.27917 143.07812 286.7948Q142.32812 287.59167 141.28125 287.59167Q140.34375 287.59167 139.73438 287.06042Q139.14062 286.52917 139.14062 285.70105Q139.14062 284.71667 139.89062 284.1698Q140.64062 283.62292 142.01562 283.62292L143.0625 283.62292L143.0625 283.12292Q143.0625 282.56042 142.71875 282.2323Q142.39062 281.88855 141.71875 281.88855Q141.14062 281.88855 140.75 282.18542Q140.35938 282.46667 140.35938 282.88855L139.26562 282.88855Q139.26562 282.40417 139.59375 281.96667Q139.9375 281.52917 140.51562 281.27917Q141.09375 281.01355 141.78125 281.01355Q142.89062 281.01355 143.5 281.56042Q144.125 282.1073 144.15625 283.06042L144.15625 285.9823Q144.15625 286.8573 144.375 287.37292L144.375 287.46667L143.23438 287.46667ZM141.4375 286.63855Q141.95312 286.63855 142.40625 286.37292Q142.85938 286.1073 143.0625 285.68542L143.0625 284.38855L142.21875 284.38855Q140.21875 284.38855 140.21875 285.56042Q140.21875 286.06042 140.5625 286.3573Q140.90625 286.63855 141.4375 286.63855ZM148.85938 286.70105Q149.4375 286.70105 149.875 286.3573Q150.3125 285.99792 150.35938 285.46667L151.39062 285.46667Q151.35938 286.01355 151.0 286.51355Q150.65625 286.99792 150.07812 287.2948Q149.51562 287.59167 148.85938 287.59167Q147.5625 287.59167 146.79688 286.7323Q146.04688 285.8573 146.04688 284.3573L146.04688 284.1698Q146.04688 283.24792 146.375 282.52917Q146.71875 281.81042 147.34375 281.4198Q147.98438 281.01355 148.85938 281.01355Q149.92188 281.01355 150.625 281.65417Q151.34375 282.27917 151.39062 283.31042L150.35938 283.31042Q150.3125 282.68542 149.89062 282.2948Q149.46875 281.90417 148.85938 281.90417Q148.03125 281.90417 147.57812 282.49792Q147.125 283.09167 147.125 284.21667L147.125 284.4198Q147.125 285.51355 147.57812 286.1073Q148.03125 286.70105 148.85938 286.70105ZM156.01562 285.77917Q156.01562 285.34167 155.67188 285.1073Q155.34375 284.8573 154.51562 284.68542Q153.70312 284.51355 153.21875 284.26355Q152.73438 284.01355 152.5 283.68542Q152.28125 283.34167 152.28125 282.87292Q152.28125 282.09167 152.9375 281.56042Q153.59375 281.01355 154.625 281.01355Q155.70312 281.01355 156.35938 281.57605Q157.03125 282.12292 157.03125 282.9823L155.95312 282.9823Q155.95312 282.5448 155.5625 282.2323Q155.1875 281.90417 154.625 281.90417Q154.03125 281.90417 153.6875 282.1698Q153.35938 282.4198 153.35938 282.82605Q153.35938 283.21667 153.67188 283.4198Q153.98438 283.62292 154.79688 283.81042Q155.60938 283.9823 156.10938 284.2323Q156.60938 284.4823 156.84375 284.84167Q157.09375 285.20105 157.09375 285.70105Q157.09375 286.56042 156.40625 287.07605Q155.73438 287.59167 154.65625 287.59167Q153.89062 287.59167 153.29688 287.32605Q152.71875 287.0448 152.39062 286.56042Q152.0625 286.07605 152.0625 285.51355L153.14062 285.51355Q153.17188 286.06042 153.57812 286.38855Q153.98438 286.70105 154.65625 286.70105Q155.26562 286.70105 155.64062 286.45105Q156.01562 286.20105 156.01562 285.77917Z" fill-rule="nonzero"/><path fill="#666666" d="M91.0 347.3492Q89.5625 346.92734 88.890625 346.31796Q88.234375 345.7086 88.234375 344.81796Q88.234375 343.81796 89.03125 343.1617Q89.84375 342.48984 91.140625 342.48984Q92.015625 342.48984 92.703125 342.8336Q93.390625 343.17734 93.765625 343.7711Q94.15625 344.36484 94.15625 345.0836L93.015625 345.0836Q93.015625 344.30234 92.515625 343.86484Q92.03125 343.42734 91.140625 343.42734Q90.3125 343.42734 89.84375 343.80234Q89.375 344.1617 89.375 344.80234Q89.375 345.3336 89.8125 345.69296Q90.265625 346.05234 91.328125 346.3492Q92.390625 346.6461 92.984375 347.00546Q93.59375 347.36484 93.875 347.8492Q94.171875 348.3336 94.171875 348.9742Q94.171875 350.0211 93.359375 350.6461Q92.546875 351.2711 91.203125 351.2711Q90.3125 351.2711 89.546875 350.92734Q88.796875 350.5836 88.375 350.00546Q87.96875 349.4117 87.96875 348.67734L89.09375 348.67734Q89.09375 349.44296 89.671875 349.8961Q90.25 350.3492 91.203125 350.3492Q92.09375 350.3492 92.5625 349.98984Q93.03125 349.61484 93.03125 348.98984Q93.03125 348.36484 92.59375 348.0211Q92.15625 347.67734 91.0 347.3492ZM99.234375 350.5211Q98.609375 351.2711 97.375 351.2711Q96.359375 351.2711 95.828125 350.67734Q95.296875 350.0836 95.296875 348.92734L95.296875 344.80234L96.375 344.80234L96.375 348.8961Q96.375 350.3492 97.546875 350.3492Q98.796875 350.3492 99.203125 349.4117L99.203125 344.80234L100.296875 344.80234L100.296875 351.1461L99.265625 351.1461L99.234375 350.5211ZM107.6875 348.05234Q107.6875 349.50546 107.015625 350.3961Q106.359375 351.2711 105.234375 351.2711Q104.03125 351.2711 103.375 350.4117L103.3125 351.1461L102.328125 351.1461L102.328125 342.1461L103.40625 342.1461L103.40625 345.50546Q104.0625 344.69296 105.21875 344.69296Q106.375 344.69296 107.03125 345.56796Q107.6875 346.42734 107.6875 347.9586L107.6875 348.05234ZM106.609375 347.92734Q106.609375 346.81796 106.171875 346.2242Q105.75 345.61484 104.953125 345.61484Q103.875 345.61484 103.40625 346.5992L103.40625 349.3492Q103.90625 350.3492 104.953125 350.3492Q105.734375 350.3492 106.171875 349.73984Q106.609375 349.13046 106.609375 347.92734ZM110.5 351.1461L109.421875 351.1461L109.421875 342.1461L110.5 342.1461L110.5 351.1461ZM113.5 351.1461L112.421875 351.1461L112.421875 344.80234L113.5 344.80234L113.5 351.1461ZM112.328125 343.13046Q112.328125 342.86484 112.484375 342.67734Q112.65625 342.48984 112.96875 342.48984Q113.28125 342.48984 113.4375 342.67734Q113.609375 342.86484 113.609375 343.13046Q113.609375 343.38046 113.4375 343.56796Q113.28125 343.73984 112.96875 343.73984Q112.65625 343.73984 112.484375 343.56796Q112.328125 343.38046 112.328125 343.13046ZM116.34375 344.80234L116.375 345.50546Q117.0625 344.69296 118.25 344.69296Q119.578125 344.69296 120.0625 345.7086Q120.375 345.25546 120.875 344.9742Q121.390625 344.69296 122.078125 344.69296Q124.171875 344.69296 124.203125 346.8961L124.203125 351.1461L123.125 351.1461L123.125 346.9586Q123.125 346.2867 122.8125 345.9586Q122.5 345.61484 121.765625 345.61484Q121.15625 345.61484 120.75 345.9742Q120.359375 346.3336 120.296875 346.94296L120.296875 351.1461L119.21875 351.1461L119.21875 346.98984Q119.21875 345.61484 117.859375 345.61484Q116.796875 345.61484 116.40625 346.5211L116.40625 351.1461L115.3125 351.1461L115.3125 344.80234L116.34375 344.80234ZM128.95312 351.2711Q127.65625 351.2711 126.84375 350.42734Q126.046875 349.56796 126.046875 348.1461L126.046875 347.9586Q126.046875 347.00546 126.40625 346.2711Q126.765625 345.5211 127.40625 345.11484Q128.0625 344.69296 128.8125 344.69296Q130.04688 344.69296 130.73438 345.50546Q131.42188 346.31796 131.42188 347.8336L131.42188 348.2867L127.125 348.2867Q127.15625 349.2242 127.671875 349.80234Q128.20312 350.38046 129.01562 350.38046Q129.57812 350.38046 129.96875 350.1461Q130.375 349.9117 130.6875 349.5211L131.34375 350.0367Q130.54688 351.2711 128.95312 351.2711ZM128.8125 345.5836Q128.15625 345.5836 127.703125 346.06796Q127.265625 346.5367 127.171875 347.3961L130.34375 347.3961L130.34375 347.31796Q130.29688 346.48984 129.89062 346.0367Q129.5 345.5836 128.8125 345.5836ZM141.39062 343.5367L138.64062 343.5367L138.64062 351.1461L137.53125 351.1461L137.53125 343.5367L134.78125 343.5367L134.78125 342.61484L141.39062 342.61484L141.39062 343.5367ZM144.95312 351.2711Q143.65625 351.2711 142.84375 350.42734Q142.04688 349.56796 142.04688 348.1461L142.04688 347.9586Q142.04688 347.00546 142.40625 346.2711Q142.76562 345.5211 143.40625 345.11484Q144.0625 344.69296 144.8125 344.69296Q146.04688 344.69296 146.73438 345.50546Q147.42188 346.31796 147.42188 347.8336L147.42188 348.2867L143.125 348.2867Q143.15625 349.2242 143.67188 349.80234Q144.20312 350.38046 145.01562 350.38046Q145.57812 350.38046 145.96875 350.1461Q146.375 349.9117 146.6875 349.5211L147.34375 350.0367Q146.54688 351.2711 144.95312 351.2711ZM144.8125 345.5836Q144.15625 345.5836 143.70312 346.06796Q143.26562 346.5367 143.17188 347.3961L146.34375 347.3961L146.34375 347.31796Q146.29688 346.48984 145.89062 346.0367Q145.5 345.5836 144.8125 345.5836ZM150.45312 347.11484L151.85938 344.80234L153.125 344.80234L151.04688 347.94296L153.1875 351.1461L151.9375 351.1461L150.46875 348.7711L149.0 351.1461L147.73438 351.1461L149.875 347.94296L147.8125 344.80234L149.0625 344.80234L150.45312 347.11484ZM155.79688 343.2711L155.79688 344.80234L156.96875 344.80234L156.96875 345.6461L155.79688 345.6461L155.79688 349.56796Q155.79688 349.9586 155.95312 350.1461Q156.10938 350.3336 156.48438 350.3336Q156.67188 350.3336 157.0 350.2711L157.0 351.1461Q156.57812 351.2711 156.17188 351.2711Q155.45312 351.2711 155.07812 350.8336Q154.70312 350.38046 154.70312 349.56796L154.70312 345.6461L153.54688 345.6461L153.54688 344.80234L154.70312 344.80234L154.70312 343.2711L155.79688 343.2711Z" fill-rule="nonzero"/><path fill="#666666" d="M133.20312 412.59113L129.625 412.59113L128.82812 414.8255L127.671875 414.8255L130.92188 406.29425L131.90625 406.29425L135.17188 414.8255L134.01562 414.8255L133.20312 412.59113ZM129.96875 411.66925L132.875 411.66925L131.42188 407.68488L129.96875 411.66925ZM137.79688 406.9505L137.79688 408.48175L138.96875 408.48175L138.96875 409.3255L137.79688 409.3255L137.79688 413.24738Q137.79688 413.638 137.95312 413.8255Q138.10938 414.013 138.48438 414.013Q138.67188 414.013 139.0 413.9505L139.0 414.8255Q138.57812 414.9505 138.17188 414.9505Q137.45312 414.9505 137.07812 414.513Q136.70312 414.05988 136.70312 413.24738L136.70312 409.3255L135.54688 409.3255L135.54688 408.48175L136.70312 408.48175L136.70312 406.9505L137.79688 406.9505ZM140.03125 411.59113Q140.03125 410.66925 140.39062 409.91925Q140.76562 409.16925 141.42188 408.77863Q142.07812 408.37238 142.90625 408.37238Q144.20312 408.37238 145.0 409.263Q145.8125 410.15363 145.8125 411.65363L145.8125 411.73175Q145.8125 412.65363 145.45312 413.388Q145.09375 414.12238 144.4375 414.54425Q143.78125 414.9505 142.92188 414.9505Q141.64062 414.9505 140.82812 414.05988Q140.03125 413.15363 140.03125 411.66925L140.03125 411.59113ZM141.125 411.73175Q141.125 412.77863 141.60938 413.41925Q142.10938 414.05988 142.92188 414.05988Q143.75 414.05988 144.23438 413.41925Q144.71875 412.763 144.71875 411.59113Q144.71875 410.55988 144.21875 409.91925Q143.73438 409.263 142.90625 409.263Q142.10938 409.263 141.60938 409.90363Q141.125 410.52863 141.125 411.73175ZM148.34375 408.48175L148.375 409.18488Q149.0625 408.37238 150.25 408.37238Q151.57812 408.37238 152.0625 409.388Q152.375 408.93488 152.875 408.65363Q153.39062 408.37238 154.07812 408.37238Q156.17188 408.37238 156.20312 410.5755L156.20312 414.8255L155.125 414.8255L155.125 410.638Q155.125 409.96613 154.8125 409.638Q154.5 409.29425 153.76562 409.29425Q153.15625 409.29425 152.75 409.65363Q152.35938 410.013 152.29688 410.62238L152.29688 414.8255L151.21875 414.8255L151.21875 410.66925Q151.21875 409.29425 149.85938 409.29425Q148.79688 409.29425 148.40625 410.2005L148.40625 414.8255L147.3125 414.8255L147.3125 408.48175L148.34375 408.48175Z" fill-rule="nonzero"/><path fill="#666666" d="M89.3125 477.0049L91.75 469.97366L92.984375 469.97366L89.8125 478.5049L88.828125 478.5049L85.671875 469.97366L86.890625 469.97366L89.3125 477.0049ZM95.5 478.5049L94.421875 478.5049L94.421875 472.16116L95.5 472.16116L95.5 478.5049ZM94.328125 470.4893Q94.328125 470.22366 94.484375 470.03616Q94.65625 469.84866 94.96875 469.84866Q95.28125 469.84866 95.4375 470.03616Q95.609375 470.22366 95.609375 470.4893Q95.609375 470.7393 95.4375 470.9268Q95.28125 471.09866 94.96875 471.09866Q94.65625 471.09866 94.484375 470.9268Q94.328125 470.7393 94.328125 470.4893ZM101.015625 476.8174Q101.015625 476.3799 100.671875 476.14554Q100.34375 475.89554 99.515625 475.72366Q98.703125 475.5518 98.21875 475.3018Q97.734375 475.0518 97.5 474.72366Q97.28125 474.3799 97.28125 473.91116Q97.28125 473.1299 97.9375 472.59866Q98.59375 472.0518 99.625 472.0518Q100.703125 472.0518 101.359375 472.6143Q102.03125 473.16116 102.03125 474.02054L100.953125 474.02054Q100.953125 473.58304 100.5625 473.27054Q100.1875 472.9424 99.625 472.9424Q99.03125 472.9424 98.6875 473.20804Q98.359375 473.45804 98.359375 473.8643Q98.359375 474.2549 98.671875 474.45804Q98.984375 474.66116 99.796875 474.84866Q100.609375 475.02054 101.109375 475.27054Q101.609375 475.52054 101.84375 475.8799Q102.09375 476.2393 102.09375 476.7393Q102.09375 477.59866 101.40625 478.1143Q100.734375 478.6299 99.65625 478.6299Q98.890625 478.6299 98.296875 478.3643Q97.71875 478.08304 97.390625 477.59866Q97.0625 477.1143 97.0625 476.5518L98.140625 476.5518Q98.171875 477.09866 98.578125 477.4268Q98.984375 477.7393 99.65625 477.7393Q100.265625 477.7393 100.640625 477.4893Q101.015625 477.2393 101.015625 476.8174ZM107.234375 477.8799Q106.609375 478.6299 105.375 478.6299Q104.359375 478.6299 103.828125 478.03616Q103.296875 477.4424 103.296875 476.28616L103.296875 472.16116L104.375 472.16116L104.375 476.2549Q104.375 477.70804 105.546875 477.70804Q106.796875 477.70804 107.203125 476.77054L107.203125 472.16116L108.296875 472.16116L108.296875 478.5049L107.265625 478.5049L107.234375 477.8799ZM114.234375 478.5049Q114.140625 478.3174 114.078125 477.83304Q113.328125 478.6299 112.28125 478.6299Q111.34375 478.6299 110.734375 478.09866Q110.140625 477.5674 110.140625 476.7393Q110.140625 475.7549 110.890625 475.20804Q111.640625 474.66116 113.015625 474.66116L114.0625 474.66116L114.0625 474.16116Q114.0625 473.59866 113.71875 473.27054Q113.390625 472.9268 112.71875 472.9268Q112.140625 472.9268 111.75 473.22366Q111.359375 473.5049 111.359375 473.9268L110.265625 473.9268Q110.265625 473.4424 110.59375 473.0049Q110.9375 472.5674 111.515625 472.3174Q112.09375 472.0518 112.78125 472.0518Q113.890625 472.0518 114.5 472.59866Q115.125 473.14554 115.15625 474.09866L115.15625 477.02054Q115.15625 477.89554 115.375 478.41116L115.375 478.5049L114.234375 478.5049ZM112.4375 477.6768Q112.953125 477.6768 113.40625 477.41116Q113.859375 477.14554 114.0625 476.72366L114.0625 475.4268L113.21875 475.4268Q111.21875 475.4268 111.21875 476.59866Q111.21875 477.09866 111.5625 477.39554Q111.90625 477.6768 112.4375 477.6768ZM118.5 478.5049L117.421875 478.5049L117.421875 469.5049L118.5 469.5049L118.5 478.5049ZM126.0 474.70804Q124.5625 474.28616 123.890625 473.6768Q123.234375 473.0674 123.234375 472.1768Q123.234375 471.1768 124.03125 470.52054Q124.84375 469.84866 126.140625 469.84866Q127.015625 469.84866 127.703125 470.1924Q128.39062 470.53616 128.76562 471.1299Q129.15625 471.72366 129.15625 472.4424L128.01562 472.4424Q128.01562 471.66116 127.515625 471.22366Q127.03125 470.78616 126.140625 470.78616Q125.3125 470.78616 124.84375 471.16116Q124.375 471.52054 124.375 472.16116Q124.375 472.6924 124.8125 473.0518Q125.265625 473.41116 126.328125 473.70804Q127.390625 474.0049 127.984375 474.3643Q128.59375 474.72366 128.875 475.20804Q129.17188 475.6924 129.17188 476.33304Q129.17188 477.3799 128.35938 478.0049Q127.546875 478.6299 126.203125 478.6299Q125.3125 478.6299 124.546875 478.28616Q123.796875 477.9424 123.375 477.3643Q122.96875 476.77054 122.96875 476.03616L124.09375 476.03616Q124.09375 476.8018 124.671875 477.2549Q125.25 477.70804 126.203125 477.70804Q127.09375 477.70804 127.5625 477.34866Q128.03125 476.97366 128.03125 476.34866Q128.03125 475.72366 127.59375 475.3799Q127.15625 475.03616 126.0 474.70804ZM131.79688 470.6299L131.79688 472.16116L132.96875 472.16116L132.96875 473.0049L131.79688 473.0049L131.79688 476.9268Q131.79688 477.3174 131.95312 477.5049Q132.10938 477.6924 132.48438 477.6924Q132.67188 477.6924 133.0 477.6299L133.0 478.5049Q132.57812 478.6299 132.17188 478.6299Q131.45312 478.6299 131.07812 478.1924Q130.70312 477.7393 130.70312 476.9268L130.70312 473.0049L129.54688 473.0049L129.54688 472.16116L130.70312 472.16116L130.70312 470.6299L131.79688 470.6299ZM138.23438 477.8799Q137.60938 478.6299 136.375 478.6299Q135.35938 478.6299 134.82812 478.03616Q134.29688 477.4424 134.29688 476.28616L134.29688 472.16116L135.375 472.16116L135.375 476.2549Q135.375 477.70804 136.54688 477.70804Q137.79688 477.70804 138.20312 476.77054L138.20312 472.16116L139.29688 472.16116L139.29688 478.5049L138.26562 478.5049L138.23438 477.8799ZM141.0625 475.28616Q141.0625 473.8174 141.75 472.9424Q142.4375 472.0518 143.5625 472.0518Q144.67188 472.0518 145.32812 472.8018L145.32812 469.5049L146.40625 469.5049L146.40625 478.5049L145.40625 478.5049L145.35938 477.8174Q144.70312 478.6299 143.54688 478.6299Q142.45312 478.6299 141.75 477.72366Q141.0625 476.8174 141.0625 475.3643L141.0625 475.28616ZM142.14062 475.41116Q142.14062 476.4893 142.57812 477.09866Q143.03125 477.70804 143.8125 477.70804Q144.84375 477.70804 145.32812 476.77054L145.32812 473.8643Q144.84375 472.97366 143.82812 472.97366Q143.03125 472.97366 142.57812 473.58304Q142.14062 474.1924 142.14062 475.41116ZM149.5 478.5049L148.42188 478.5049L148.42188 472.16116L149.5 472.16116L149.5 478.5049ZM148.32812 470.4893Q148.32812 470.22366 148.48438 470.03616Q148.65625 469.84866 148.96875 469.84866Q149.28125 469.84866 149.4375 470.03616Q149.60938 470.22366 149.60938 470.4893Q149.60938 470.7393 149.4375 470.9268Q149.28125 471.09866 148.96875 471.09866Q148.65625 471.09866 148.48438 470.9268Q148.32812 470.7393 148.32812 470.4893ZM151.03125 475.27054Q151.03125 474.34866 151.39062 473.59866Q151.76562 472.84866 152.42188 472.45804Q153.07812 472.0518 153.90625 472.0518Q155.20312 472.0518 156.0 472.9424Q156.8125 473.83304 156.8125 475.33304L156.8125 475.41116Q156.8125 476.33304 156.45312 477.0674Q156.09375 477.8018 155.4375 478.22366Q154.78125 478.6299 153.92188 478.6299Q152.64062 478.6299 151.82812 477.7393Q151.03125 476.83304 151.03125 475.34866L151.03125 475.27054ZM152.125 475.41116Q152.125 476.45804 152.60938 477.09866Q153.10938 477.7393 153.92188 477.7393Q154.75 477.7393 155.23438 477.09866Q155.71875 476.4424 155.71875 475.27054Q155.71875 474.2393 155.21875 473.59866Q154.73438 472.9424 153.90625 472.9424Q153.10938 472.9424 152.60938 473.58304Q152.125 474.20804 152.125 475.41116Z" fill-rule="nonzero"/><path fill="#666666" d="M136.04688 538.19995Q136.04688 539.44995 135.625 540.38745Q135.20312 541.3093 134.42188 541.8093Q133.65625 542.3093 132.625 542.3093Q131.625 542.3093 130.84375 541.8093Q130.0625 541.3093 129.625 540.4031Q129.20312 539.4812 129.1875 538.26245L129.1875 537.6531Q129.1875 536.4187 129.60938 535.4812Q130.04688 534.5437 130.82812 534.0437Q131.60938 533.5281 132.625 533.5281Q133.64062 533.5281 134.42188 534.0281Q135.20312 534.5281 135.625 535.4656Q136.04688 536.4031 136.04688 537.6531L136.04688 538.19995ZM134.9375 537.63745Q134.9375 536.1218 134.32812 535.3093Q133.71875 534.4968 132.625 534.4968Q131.54688 534.4968 130.9375 535.3093Q130.32812 536.1218 130.3125 537.5593L130.3125 538.19995Q130.3125 539.6687 130.92188 540.51245Q131.54688 541.3406 132.625 541.3406Q133.71875 541.3406 134.3125 540.5593Q134.92188 539.76245 134.9375 538.2781L134.9375 537.63745ZM138.79688 534.3093L138.79688 535.8406L139.96875 535.8406L139.96875 536.6843L138.79688 536.6843L138.79688 540.6062Q138.79688 540.9968 138.95312 541.1843Q139.10938 541.3718 139.48438 541.3718Q139.67188 541.3718 140.0 541.3093L140.0 542.1843Q139.57812 542.3093 139.17188 542.3093Q138.45312 542.3093 138.07812 541.8718Q137.70312 541.4187 137.70312 540.6062L137.70312 536.6843L136.54688 536.6843L136.54688 535.8406L137.70312 535.8406L137.70312 534.3093L138.79688 534.3093ZM142.40625 536.6062Q143.125 535.7312 144.28125 535.7312Q146.29688 535.7312 146.3125 537.9968L146.3125 542.1843L145.21875 542.1843L145.21875 537.9812Q145.21875 537.3093 144.90625 536.9812Q144.60938 536.6531 143.95312 536.6531Q143.42188 536.6531 143.01562 536.9343Q142.625 537.2156 142.40625 537.6687L142.40625 542.1843L141.32812 542.1843L141.32812 533.1843L142.40625 533.1843L142.40625 536.6062ZM150.95312 542.3093Q149.65625 542.3093 148.84375 541.4656Q148.04688 540.6062 148.04688 539.1843L148.04688 538.9968Q148.04688 538.0437 148.40625 537.3093Q148.76562 536.5593 149.40625 536.1531Q150.0625 535.7312 150.8125 535.7312Q152.04688 535.7312 152.73438 536.5437Q153.42188 537.3562 153.42188 538.8718L153.42188 539.32495L149.125 539.32495Q149.15625 540.26245 149.67188 540.8406Q150.20312 541.4187 151.01562 541.4187Q151.57812 541.4187 151.96875 541.1843Q152.375 540.94995 152.6875 540.5593L153.34375 541.07495Q152.54688 542.3093 150.95312 542.3093ZM150.8125 536.6218Q150.15625 536.6218 149.70312 537.1062Q149.26562 537.57495 149.17188 538.4343L152.34375 538.4343L152.34375 538.3562Q152.29688 537.5281 151.89062 537.07495Q151.5 536.6218 150.8125 536.6218ZM157.39062 536.8093Q157.14062 536.7781 156.85938 536.7781Q155.78125 536.7781 155.40625 537.6843L155.40625 542.1843L154.32812 542.1843L154.32812 535.8406L155.375 535.8406L155.39062 536.57495Q155.92188 535.7312 156.90625 535.7312Q157.21875 535.7312 157.39062 535.8093L157.39062 536.8093Z" fill-rule="nonzero"/><path fill="#666666" d="M161.5625 595.02734Q161.5625 596.9336 160.90625 597.8711Q160.26562 598.79297 158.875 598.79297Q157.51562 598.79297 156.85938 597.8867Q156.20312 596.98047 156.17188 595.16797L156.17188 593.73047Q156.17188 591.83984 156.8125 590.9336Q157.46875 590.0117 158.85938 590.0117Q160.23438 590.0117 160.89062 590.90234Q161.54688 591.77734 161.5625 593.6211L161.5625 595.02734ZM160.46875 593.54297Q160.46875 592.16797 160.07812 591.54297Q159.70312 590.90234 158.85938 590.90234Q158.03125 590.90234 157.64062 591.54297Q157.26562 592.16797 157.26562 593.46484L157.26562 595.1992Q157.26562 596.5742 157.65625 597.2461Q158.0625 597.90234 158.875 597.90234Q159.67188 597.90234 160.0625 597.27734Q160.45312 596.65234 160.46875 595.3242L160.46875 593.54297ZM163.10938 591.77734Q163.10938 591.0117 163.59375 590.5117Q164.09375 590.0117 164.85938 590.0117Q165.64062 590.0117 166.125 590.5117Q166.60938 591.0117 166.60938 591.8086L166.60938 592.23047Q166.60938 592.9961 166.10938 593.4961Q165.625 593.98047 164.875 593.98047Q164.10938 593.98047 163.60938 593.4961Q163.10938 592.9961 163.10938 592.1836L163.10938 591.77734ZM163.92188 592.23047Q163.92188 592.6836 164.17188 592.98047Q164.4375 593.27734 164.875 593.27734Q165.29688 593.27734 165.54688 592.9961Q165.79688 592.6992 165.79688 592.1992L165.79688 591.77734Q165.79688 591.3242 165.54688 591.02734Q165.29688 590.71484 164.85938 590.71484Q164.42188 590.71484 164.17188 591.02734Q163.92188 591.3242 163.92188 591.79297L163.92188 592.23047ZM167.26562 596.5742Q167.26562 595.8086 167.75 595.3242Q168.25 594.8242 169.01562 594.8242Q169.78125 594.8242 170.26562 595.3242Q170.76562 595.8086 170.76562 596.6211L170.76562 597.02734Q170.76562 597.79297 170.28125 598.29297Q169.79688 598.79297 169.03125 598.79297Q168.26562 598.79297 167.76562 598.3086Q167.26562 597.8086 167.26562 596.9961L167.26562 596.5742ZM168.07812 597.02734Q168.07812 597.4961 168.32812 597.79297Q168.59375 598.08984 169.03125 598.08984Q169.45312 598.08984 169.70312 597.8086Q169.95312 597.5117 169.95312 597.0117L169.95312 596.5742Q169.95312 596.10547 169.6875 595.8242Q169.4375 595.52734 169.01562 595.52734Q168.59375 595.52734 168.32812 595.8242Q168.07812 596.10547 168.07812 596.60547L168.07812 597.02734ZM165.125 598.02734L164.5 597.6367L168.67188 590.96484L169.28125 591.35547L165.125 598.02734Z" fill-rule="nonzero"/><path fill="#666666" d="M259.7907 598.66797L254.19698 598.66797L254.19698 597.8867L257.1501 594.60547Q257.80634 593.85547 258.05634 593.40234Q258.30634 592.9336 258.30634 592.4336Q258.30634 591.7617 257.9001 591.33984Q257.50946 590.90234 256.82196 590.90234Q256.0251 590.90234 255.57198 591.3711Q255.11885 591.8242 255.11885 592.65234L254.04073 592.65234Q254.04073 591.46484 254.79073 590.7461Q255.55635 590.0117 256.82196 590.0117Q258.0251 590.0117 258.7126 590.6367Q259.4001 591.2617 259.4001 592.3086Q259.4001 593.5586 257.7907 595.3086L255.50948 597.77734L259.7907 597.77734L259.7907 598.66797ZM266.55634 595.02734Q266.55634 596.9336 265.9001 597.8711Q265.25946 598.79297 263.86884 598.79297Q262.50946 598.79297 261.8532 597.8867Q261.19696 596.98047 261.1657 595.16797L261.1657 593.73047Q261.1657 591.83984 261.80634 590.9336Q262.4626 590.0117 263.8532 590.0117Q265.2282 590.0117 265.88446 590.90234Q266.5407 591.77734 266.55634 593.6211L266.55634 595.02734ZM265.4626 593.54297Q265.4626 592.16797 265.07196 591.54297Q264.69696 590.90234 263.8532 590.90234Q263.0251 590.90234 262.63446 591.54297Q262.25946 592.16797 262.25946 593.46484L262.25946 595.1992Q262.25946 596.5742 262.6501 597.2461Q263.05634 597.90234 263.86884 597.90234Q264.6657 597.90234 265.05634 597.27734Q265.44696 596.65234 265.4626 595.3242L265.4626 593.54297ZM268.1032 591.77734Q268.1032 591.0117 268.5876 590.5117Q269.0876 590.0117 269.8532 590.0117Q270.63446 590.0117 271.11884 590.5117Q271.6032 591.0117 271.6032 591.8086L271.6032 592.23047Q271.6032 592.9961 271.1032 593.4961Q270.61884 593.98047 269.86884 593.98047Q269.1032 593.98047 268.6032 593.4961Q268.1032 592.9961 268.1032 592.1836L268.1032 591.77734ZM268.9157 592.23047Q268.9157 592.6836 269.1657 592.98047Q269.43134 593.27734 269.86884 593.27734Q270.2907 593.27734 270.5407 592.9961Q270.7907 592.6992 270.7907 592.1992L270.7907 591.77734Q270.7907 591.3242 270.5407 591.02734Q270.2907 590.71484 269.8532 590.71484Q269.4157 590.71484 269.1657 591.02734Q268.9157 591.3242 268.9157 591.79297L268.9157 592.23047ZM272.25946 596.5742Q272.25946 595.8086 272.74384 595.3242Q273.24384 594.8242 274.00946 594.8242Q274.7751 594.8242 275.25946 595.3242Q275.75946 595.8086 275.75946 596.6211L275.75946 597.02734Q275.75946 597.79297 275.2751 598.29297Q274.7907 598.79297 274.0251 598.79297Q273.25946 598.79297 272.75946 598.3086Q272.25946 597.8086 272.25946 596.9961L272.25946 596.5742ZM273.07196 597.02734Q273.07196 597.4961 273.32196 597.79297Q273.5876 598.08984 274.0251 598.08984Q274.44696 598.08984 274.69696 597.8086Q274.94696 597.5117 274.94696 597.0117L274.94696 596.5742Q274.94696 596.10547 274.68134 595.8242Q274.43134 595.52734 274.00946 595.52734Q273.5876 595.52734 273.32196 595.8242Q273.07196 596.10547 273.07196 596.60547L273.07196 597.02734ZM270.11884 598.02734L269.49384 597.6367L273.6657 590.96484L274.2751 591.35547L270.11884 598.02734Z" fill-rule="nonzero"/><path fill="#666666" d="M360.26895 595.8086L361.45645 595.8086L361.45645 596.6836L360.26895 596.6836L360.26895 598.66797L359.19083 598.66797L359.19083 596.6836L355.3002 596.6836L355.3002 596.04297L359.1127 590.1367L360.26895 590.1367L360.26895 595.8086ZM356.53458 595.8086L359.19083 595.8086L359.19083 591.6211L359.0502 591.85547L356.53458 595.8086ZM368.0502 595.02734Q368.0502 596.9336 367.39395 597.8711Q366.75333 598.79297 365.3627 598.79297Q364.00333 598.79297 363.34708 597.8867Q362.69083 596.98047 362.65958 595.16797L362.65958 593.73047Q362.65958 591.83984 363.3002 590.9336Q363.95645 590.0117 365.34708 590.0117Q366.72208 590.0117 367.37833 590.90234Q368.03458 591.77734 368.0502 593.6211L368.0502 595.02734ZM366.95645 593.54297Q366.95645 592.16797 366.56583 591.54297Q366.19083 590.90234 365.34708 590.90234Q364.51895 590.90234 364.12833 591.54297Q363.75333 592.16797 363.75333 593.46484L363.75333 595.1992Q363.75333 596.5742 364.14395 597.2461Q364.5502 597.90234 365.3627 597.90234Q366.15958 597.90234 366.5502 597.27734Q366.94083 596.65234 366.95645 595.3242L366.95645 593.54297ZM369.59708 591.77734Q369.59708 591.0117 370.08145 590.5117Q370.58145 590.0117 371.34708 590.0117Q372.12833 590.0117 372.6127 590.5117Q373.09708 591.0117 373.09708 591.8086L373.09708 592.23047Q373.09708 592.9961 372.59708 593.4961Q372.1127 593.98047 371.3627 593.98047Q370.59708 593.98047 370.09708 593.4961Q369.59708 592.9961 369.59708 592.1836L369.59708 591.77734ZM370.40958 592.23047Q370.40958 592.6836 370.65958 592.98047Q370.9252 593.27734 371.3627 593.27734Q371.78458 593.27734 372.03458 592.9961Q372.28458 592.6992 372.28458 592.1992L372.28458 591.77734Q372.28458 591.3242 372.03458 591.02734Q371.78458 590.71484 371.34708 590.71484Q370.90958 590.71484 370.65958 591.02734Q370.40958 591.3242 370.40958 591.79297L370.40958 592.23047ZM373.75333 596.5742Q373.75333 595.8086 374.2377 595.3242Q374.7377 594.8242 375.50333 594.8242Q376.26895 594.8242 376.75333 595.3242Q377.25333 595.8086 377.25333 596.6211L377.25333 597.02734Q377.25333 597.79297 376.76895 598.29297Q376.28458 598.79297 375.51895 598.79297Q374.75333 598.79297 374.25333 598.3086Q373.75333 597.8086 373.75333 596.9961L373.75333 596.5742ZM374.56583 597.02734Q374.56583 597.4961 374.81583 597.79297Q375.08145 598.08984 375.51895 598.08984Q375.94083 598.08984 376.19083 597.8086Q376.44083 597.5117 376.44083 597.0117L376.44083 596.5742Q376.44083 596.10547 376.1752 595.8242Q375.9252 595.52734 375.50333 595.52734Q375.08145 595.52734 374.81583 595.8242Q374.56583 596.10547 374.56583 596.60547L374.56583 597.02734ZM371.6127 598.02734L370.9877 597.6367L375.15958 590.96484L375.76895 591.35547L371.6127 598.02734Z" fill-rule="nonzero"/><path fill="#666666" d="M461.45032 590.1367L461.45032 591.04297L461.2472 591.04297Q459.98157 591.0742 459.23157 591.8086Q458.48157 592.52734 458.35657 593.83984Q459.04407 593.0742 460.20032 593.0742Q461.3097 593.0742 461.98157 593.85547Q462.65344 594.6367 462.65344 595.8867Q462.65344 597.1992 461.9347 597.9961Q461.21594 598.79297 459.9972 598.79297Q458.77844 598.79297 458.01282 597.85547Q457.26282 596.90234 457.26282 595.41797L457.26282 595.0117Q457.26282 592.65234 458.26282 591.40234Q459.26282 590.15234 461.2472 590.1367L461.45032 590.1367ZM460.02844 593.98047Q459.46594 593.98047 458.9972 594.3086Q458.52844 594.6367 458.34094 595.15234L458.34094 595.54297Q458.34094 596.60547 458.8097 597.2461Q459.29407 597.8867 459.9972 597.8867Q460.73157 597.8867 461.15344 597.35547Q461.57532 596.8086 461.57532 595.9336Q461.57532 595.0586 461.15344 594.52734Q460.73157 593.98047 460.02844 593.98047ZM469.54407 595.02734Q469.54407 596.9336 468.88782 597.8711Q468.2472 598.79297 466.85657 598.79297Q465.4972 598.79297 464.84094 597.8867Q464.1847 596.98047 464.15344 595.16797L464.15344 593.73047Q464.15344 591.83984 464.79407 590.9336Q465.45032 590.0117 466.84094 590.0117Q468.21594 590.0117 468.8722 590.90234Q469.52844 591.77734 469.54407 593.6211L469.54407 595.02734ZM468.45032 593.54297Q468.45032 592.16797 468.0597 591.54297Q467.6847 590.90234 466.84094 590.90234Q466.01282 590.90234 465.6222 591.54297Q465.2472 592.16797 465.2472 593.46484L465.2472 595.1992Q465.2472 596.5742 465.63782 597.2461Q466.04407 597.90234 466.85657 597.90234Q467.65344 597.90234 468.04407 597.27734Q468.4347 596.65234 468.45032 595.3242L468.45032 593.54297ZM471.09094 591.77734Q471.09094 591.0117 471.57532 590.5117Q472.07532 590.0117 472.84094 590.0117Q473.6222 590.0117 474.10657 590.5117Q474.59094 591.0117 474.59094 591.8086L474.59094 592.23047Q474.59094 592.9961 474.09094 593.4961Q473.60657 593.98047 472.85657 593.98047Q472.09094 593.98047 471.59094 593.4961Q471.09094 592.9961 471.09094 592.1836L471.09094 591.77734ZM471.90344 592.23047Q471.90344 592.6836 472.15344 592.98047Q472.41907 593.27734 472.85657 593.27734Q473.27844 593.27734 473.52844 592.9961Q473.77844 592.6992 473.77844 592.1992L473.77844 591.77734Q473.77844 591.3242 473.52844 591.02734Q473.27844 590.71484 472.84094 590.71484Q472.40344 590.71484 472.15344 591.02734Q471.90344 591.3242 471.90344 591.79297L471.90344 592.23047ZM475.2472 596.5742Q475.2472 595.8086 475.73157 595.3242Q476.23157 594.8242 476.9972 594.8242Q477.76282 594.8242 478.2472 595.3242Q478.7472 595.8086 478.7472 596.6211L478.7472 597.02734Q478.7472 597.79297 478.26282 598.29297Q477.77844 598.79297 477.01282 598.79297Q476.2472 598.79297 475.7472 598.3086Q475.2472 597.8086 475.2472 596.9961L475.2472 596.5742ZM476.0597 597.02734Q476.0597 597.4961 476.3097 597.79297Q476.57532 598.08984 477.01282 598.08984Q477.4347 598.08984 477.6847 597.8086Q477.9347 597.5117 477.9347 597.0117L477.9347 596.5742Q477.9347 596.10547 477.66907 595.8242Q477.41907 595.52734 476.9972 595.52734Q476.57532 595.52734 476.3097 595.8242Q476.0597 596.10547 476.0597 596.60547L476.0597 597.02734ZM473.10657 598.02734L472.48157 597.6367L476.65344 590.96484L477.26282 591.35547L473.10657 598.02734Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 592.35547Q563.866 592.9961 563.5223 593.4961Q563.1785 593.9961 562.616 594.27734Q563.2723 594.5586 563.6629 595.1211Q564.0535 595.66797 564.0535 596.3711Q564.0535 597.46484 563.3035 598.1367Q562.56915 598.79297 561.3504 598.79297Q560.116 598.79297 559.366 598.1367Q558.63165 597.46484 558.63165 596.3711Q558.63165 595.66797 559.00665 595.1211Q559.38165 594.5586 560.0535 594.27734Q559.491 593.9961 559.1629 593.4961Q558.8348 592.9961 558.8348 592.35547Q558.8348 591.27734 559.5223 590.65234Q560.2098 590.0117 561.3504 590.0117Q562.4754 590.0117 563.1629 590.65234Q563.866 591.27734 563.866 592.35547ZM562.9754 596.33984Q562.9754 595.6211 562.5223 595.1836Q562.06915 594.73047 561.3348 594.73047Q560.6004 594.73047 560.1473 595.1836Q559.7098 595.6211 559.7098 596.35547Q559.7098 597.0742 560.1473 597.4961Q560.5848 597.90234 561.3504 597.90234Q562.1004 597.90234 562.5379 597.48047Q562.9754 597.0586 562.9754 596.33984ZM561.3504 590.90234Q560.7098 590.90234 560.3035 591.3086Q559.9129 591.6992 559.9129 592.3867Q559.9129 593.02734 560.3035 593.4336Q560.69415 593.83984 561.3348 593.83984Q561.991 593.83984 562.38165 593.4336Q562.7723 593.02734 562.7723 592.3867Q562.7723 591.73047 562.366 591.3242Q561.9598 590.90234 561.3504 590.90234ZM571.0379 595.02734Q571.0379 596.9336 570.38165 597.8711Q569.741 598.79297 568.3504 598.79297Q566.991 598.79297 566.3348 597.8867Q565.6785 596.98047 565.6473 595.16797L565.6473 593.73047Q565.6473 591.83984 566.2879 590.9336Q566.94415 590.0117 568.3348 590.0117Q569.7098 590.0117 570.366 590.90234Q571.0223 591.77734 571.0379 593.6211L571.0379 595.02734ZM569.94415 593.54297Q569.94415 592.16797 569.5535 591.54297Q569.1785 590.90234 568.3348 590.90234Q567.50665 590.90234 567.116 591.54297Q566.741 592.16797 566.741 593.46484L566.741 595.1992Q566.741 596.5742 567.13165 597.2461Q567.5379 597.90234 568.3504 597.90234Q569.1473 597.90234 569.5379 597.27734Q569.9285 596.65234 569.94415 595.3242L569.94415 593.54297ZM572.5848 591.77734Q572.5848 591.0117 573.06915 590.5117Q573.56915 590.0117 574.3348 590.0117Q575.116 590.0117 575.6004 590.5117Q576.0848 591.0117 576.0848 591.8086L576.0848 592.23047Q576.0848 592.9961 575.5848 593.4961Q575.1004 593.98047 574.3504 593.98047Q573.5848 593.98047 573.0848 593.4961Q572.5848 592.9961 572.5848 592.1836L572.5848 591.77734ZM573.3973 592.23047Q573.3973 592.6836 573.6473 592.98047Q573.9129 593.27734 574.3504 593.27734Q574.7723 593.27734 575.0223 592.9961Q575.2723 592.6992 575.2723 592.1992L575.2723 591.77734Q575.2723 591.3242 575.0223 591.02734Q574.7723 590.71484 574.3348 590.71484Q573.8973 590.71484 573.6473 591.02734Q573.3973 591.3242 573.3973 591.79297L573.3973 592.23047ZM576.741 596.5742Q576.741 595.8086 577.2254 595.3242Q577.7254 594.8242 578.491 594.8242Q579.25665 594.8242 579.741 595.3242Q580.241 595.8086 580.241 596.6211L580.241 597.02734Q580.241 597.79297 579.75665 598.29297Q579.2723 598.79297 578.50665 598.79297Q577.741 598.79297 577.241 598.3086Q576.741 597.8086 576.741 596.9961L576.741 596.5742ZM577.5535 597.02734Q577.5535 597.4961 577.8035 597.79297Q578.06915 598.08984 578.50665 598.08984Q578.9285 598.08984 579.1785 597.8086Q579.4285 597.5117 579.4285 597.0117L579.4285 596.5742Q579.4285 596.10547 579.1629 595.8242Q578.9129 595.52734 578.491 595.52734Q578.06915 595.52734 577.8035 595.8242Q577.5535 596.10547 577.5535 596.60547L577.5535 597.02734ZM574.6004 598.02734L573.9754 597.6367L578.1473 590.96484L578.75665 591.35547L574.6004 598.02734Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M231.21387 634.7323C231.21387 634.18 231.66158 633.7323 232.21387 633.7323L242.21387 633.7323C242.76616 633.7323 243.21387 634.18 243.21387 634.7323L243.21387 644.7323C243.21387 645.28455 242.76616 645.7323 242.21387 645.7323L232.21387 645.7323C231.66158 645.7323 231.21387 645.28455 231.21387 644.7323Z" fill-rule="nonzero"/><path fill="#666666" d="M257.51074 644.2323L251.91699 644.2323L251.91699 643.45105L254.87012 640.1698Q255.52637 639.4198 255.77637 638.9667Q256.02637 638.4979 256.02637 637.9979Q256.02637 637.32605 255.62012 636.9042Q255.22949 636.4667 254.54199 636.4667Q253.74512 636.4667 253.29199 636.9354Q252.83887 637.38855 252.83887 638.2167L251.76074 638.2167Q251.76074 637.0292 252.51074 636.3104Q253.27637 635.57605 254.54199 635.57605Q255.74512 635.57605 256.43262 636.20105Q257.12012 636.82605 257.12012 637.8729Q257.12012 639.1229 255.51074 640.8729L253.22949 643.3417L257.51074 643.3417L257.51074 644.2323ZM264.27637 640.5917Q264.27637 642.4979 263.62012 643.4354Q262.9795 644.3573 261.58887 644.3573Q260.2295 644.3573 259.57324 643.45105Q258.917 642.5448 258.88574 640.7323L258.88574 639.2948Q258.88574 637.4042 259.52637 636.4979Q260.18262 635.57605 261.57324 635.57605Q262.94824 635.57605 263.6045 636.4667Q264.26074 637.3417 264.27637 639.1854L264.27637 640.5917ZM263.18262 639.1073Q263.18262 637.7323 262.792 637.1073Q262.417 636.4667 261.57324 636.4667Q260.74512 636.4667 260.3545 637.1073Q259.9795 637.7323 259.9795 639.0292L259.9795 640.76355Q259.9795 642.13855 260.37012 642.8104Q260.77637 643.4667 261.58887 643.4667Q262.38574 643.4667 262.77637 642.8417Q263.167 642.2167 263.18262 640.88855L263.18262 639.1073ZM269.4795 644.2323L268.40137 644.2323L268.40137 637.01355L266.21387 637.8104L266.21387 636.82605L269.32324 635.6542L269.4795 635.6542L269.4795 644.2323ZM277.18262 635.70105L277.18262 636.6073L276.9795 636.6073Q275.71387 636.63855 274.96387 637.3729Q274.21387 638.0917 274.08887 639.4042Q274.77637 638.63855 275.93262 638.63855Q277.042 638.63855 277.71387 639.4198Q278.38574 640.20105 278.38574 641.45105Q278.38574 642.76355 277.667 643.5604Q276.94824 644.3573 275.7295 644.3573Q274.51074 644.3573 273.74512 643.4198Q272.99512 642.4667 272.99512 640.9823L272.99512 640.57605Q272.99512 638.2167 273.99512 636.9667Q274.99512 635.7167 276.9795 635.70105L277.18262 635.70105ZM275.76074 639.5448Q275.19824 639.5448 274.7295 639.8729Q274.26074 640.20105 274.07324 640.7167L274.07324 641.1073Q274.07324 642.1698 274.542 642.8104Q275.02637 643.45105 275.7295 643.45105Q276.46387 643.45105 276.88574 642.9198Q277.30762 642.3729 277.30762 641.4979Q277.30762 640.6229 276.88574 640.0917Q276.46387 639.5448 275.76074 639.5448Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M295.21387 634.7323C295.21387 634.18 295.6616 633.7323 296.21387 633.7323L306.21387 633.7323C306.76614 633.7323 307.21387 634.18 307.21387 634.7323L307.21387 644.7323C307.21387 645.28455 306.76614 645.7323 306.21387 645.7323L296.21387 645.7323C295.6616 645.7323 295.21387 645.28455 295.21387 644.7323Z" fill-rule="nonzero"/><path fill="#666666" d="M321.51074 644.2323L315.917 644.2323L315.917 643.45105L318.87012 640.1698Q319.52637 639.4198 319.77637 638.9667Q320.02637 638.4979 320.02637 637.9979Q320.02637 637.32605 319.62012 636.9042Q319.2295 636.4667 318.542 636.4667Q317.74512 636.4667 317.292 636.9354Q316.83887 637.38855 316.83887 638.2167L315.76074 638.2167Q315.76074 637.0292 316.51074 636.3104Q317.27637 635.57605 318.542 635.57605Q319.74512 635.57605 320.43262 636.20105Q321.12012 636.82605 321.12012 637.8729Q321.12012 639.1229 319.51074 640.8729L317.2295 643.3417L321.51074 643.3417L321.51074 644.2323ZM328.27637 640.5917Q328.27637 642.4979 327.62012 643.4354Q326.9795 644.3573 325.58887 644.3573Q324.2295 644.3573 323.57324 643.45105Q322.917 642.5448 322.88574 640.7323L322.88574 639.2948Q322.88574 637.4042 323.52637 636.4979Q324.18262 635.57605 325.57324 635.57605Q326.94824 635.57605 327.6045 636.4667Q328.26074 637.3417 328.27637 639.1854L328.27637 640.5917ZM327.18262 639.1073Q327.18262 637.7323 326.792 637.1073Q326.417 636.4667 325.57324 636.4667Q324.74512 636.4667 324.3545 637.1073Q323.9795 637.7323 323.9795 639.0292L323.9795 640.76355Q323.9795 642.13855 324.37012 642.8104Q324.77637 643.4667 325.58887 643.4667Q326.38574 643.4667 326.77637 642.8417Q327.167 642.2167 327.18262 640.88855L327.18262 639.1073ZM333.4795 644.2323L332.40137 644.2323L332.40137 637.01355L330.21387 637.8104L330.21387 636.82605L333.32324 635.6542L333.4795 635.6542L333.4795 644.2323ZM342.43262 636.3104L338.90137 644.2323L337.76074 644.2323L341.27637 636.5917L336.667 636.5917L336.667 635.70105L342.43262 635.70105L342.43262 636.3104Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M359.21387 634.7323C359.21387 634.18 359.6616 633.7323 360.21387 633.7323L370.21387 633.7323C370.76614 633.7323 371.21387 634.18 371.21387 634.7323L371.21387 644.7323C371.21387 645.28455 370.76614 645.7323 370.21387 645.7323L360.21387 645.7323C359.6616 645.7323 359.21387 645.28455 359.21387 644.7323Z" fill-rule="nonzero"/><path fill="#666666" d="M385.51074 644.2323L379.917 644.2323L379.917 643.45105L382.87012 640.1698Q383.52637 639.4198 383.77637 638.9667Q384.02637 638.4979 384.02637 637.9979Q384.02637 637.32605 383.62012 636.9042Q383.2295 636.4667 382.542 636.4667Q381.74512 636.4667 381.292 636.9354Q380.83887 637.38855 380.83887 638.2167L379.76074 638.2167Q379.76074 637.0292 380.51074 636.3104Q381.27637 635.57605 382.542 635.57605Q383.74512 635.57605 384.43262 636.20105Q385.12012 636.82605 385.12012 637.8729Q385.12012 639.1229 383.51074 640.8729L381.2295 643.3417L385.51074 643.3417L385.51074 644.2323ZM392.27637 640.5917Q392.27637 642.4979 391.62012 643.4354Q390.9795 644.3573 389.58887 644.3573Q388.2295 644.3573 387.57324 643.45105Q386.917 642.5448 386.88574 640.7323L386.88574 639.2948Q386.88574 637.4042 387.52637 636.4979Q388.18262 635.57605 389.57324 635.57605Q390.94824 635.57605 391.6045 636.4667Q392.26074 637.3417 392.27637 639.1854L392.27637 640.5917ZM391.18262 639.1073Q391.18262 637.7323 390.792 637.1073Q390.417 636.4667 389.57324 636.4667Q388.74512 636.4667 388.3545 637.1073Q387.9795 637.7323 387.9795 639.0292L387.9795 640.76355Q387.9795 642.13855 388.37012 642.8104Q388.77637 643.4667 389.58887 643.4667Q390.38574 643.4667 390.77637 642.8417Q391.167 642.2167 391.18262 640.88855L391.18262 639.1073ZM397.4795 644.2323L396.40137 644.2323L396.40137 637.01355L394.21387 637.8104L394.21387 636.82605L397.32324 635.6542L397.4795 635.6542L397.4795 644.2323ZM406.1045 637.9198Q406.1045 638.5604 405.76074 639.0604Q405.417 639.5604 404.8545 639.8417Q405.51074 640.1229 405.90137 640.6854Q406.292 641.2323 406.292 641.9354Q406.292 643.0292 405.542 643.70105Q404.80762 644.3573 403.58887 644.3573Q402.3545 644.3573 401.6045 643.70105Q400.87012 643.0292 400.87012 641.9354Q400.87012 641.2323 401.24512 640.6854Q401.62012 640.1229 402.292 639.8417Q401.7295 639.5604 401.40137 639.0604Q401.07324 638.5604 401.07324 637.9198Q401.07324 636.8417 401.76074 636.2167Q402.44824 635.57605 403.58887 635.57605Q404.71387 635.57605 405.40137 636.2167Q406.1045 636.8417 406.1045 637.9198ZM405.21387 641.9042Q405.21387 641.1854 404.76074 640.7479Q404.30762 640.2948 403.57324 640.2948Q402.83887 640.2948 402.38574 640.7479Q401.94824 641.1854 401.94824 641.9198Q401.94824 642.63855 402.38574 643.0604Q402.82324 643.4667 403.58887 643.4667Q404.33887 643.4667 404.77637 643.0448Q405.21387 642.6229 405.21387 641.9042ZM403.58887 636.4667Q402.94824 636.4667 402.542 636.8729Q402.15137 637.26355 402.15137 637.95105Q402.15137 638.5917 402.542 638.9979Q402.93262 639.4042 403.57324 639.4042Q404.2295 639.4042 404.62012 638.9979Q405.01074 638.5917 405.01074 637.95105Q405.01074 637.2948 404.6045 636.88855Q404.19824 636.4667 403.58887 636.4667Z" fill-rule="nonzero"/><path fill="#00add8" d="M423.21387 634.7323C423.21387 634.18 423.6616 633.7323 424.21387 633.7323L434.21387 633.7323C434.76614 633.7323 435.21387 634.18 435.21387 634.7323L435.21387 644.7323C435.21387 645.28455 434.76614 645.7323 434.21387 645.7323L424.21387 645.7323C423.6616 645.7323 423.21387 645.28455 423.21387 644.7323Z" fill-rule="nonzero"/><path fill="#666666" d="M449.51074 644.2323L443.917 644.2323L443.917 643.45105L446.87012 640.1698Q447.52637 639.4198 447.77637 638.9667Q448.02637 638.4979 448.02637 637.9979Q448.02637 637.32605 447.62012 636.9042Q447.2295 636.4667 446.542 636.4667Q445.74512 636.4667 445.292 636.9354Q444.83887 637.38855 444.83887 638.2167L443.76074 638.2167Q443.76074 637.0292 444.51074 636.3104Q445.27637 635.57605 446.542 635.57605Q447.74512 635.57605 448.43262 636.20105Q449.12012 636.82605 449.12012 637.8729Q449.12012 639.1229 447.51074 640.8729L445.2295 643.3417L449.51074 643.3417L449.51074 644.2323ZM456.27637 640.5917Q456.27637 642.4979 455.62012 643.4354Q454.9795 644.3573 453.58887 644.3573Q452.2295 644.3573 451.57324 643.45105Q450.917 642.5448 450.88574 640.7323L450.88574 639.2948Q450.88574 637.4042 451.52637 636.4979Q452.18262 635.57605 453.57324 635.57605Q454.94824 635.57605 455.6045 636.4667Q456.26074 637.3417 456.27637 639.1854L456.27637 640.5917ZM455.18262 639.1073Q455.18262 637.7323 454.792 637.1073Q454.417 636.4667 453.57324 636.4667Q452.74512 636.4667 452.3545 637.1073Q451.9795 637.7323 451.9795 639.0292L451.9795 640.76355Q451.9795 642.13855 452.37012 642.8104Q452.77637 643.4667 453.58887 643.4667Q454.38574 643.4667 454.77637 642.8417Q455.167 642.2167 455.18262 640.88855L455.18262 639.1073ZM461.4795 644.2323L460.40137 644.2323L460.40137 637.01355L458.21387 637.8104L458.21387 636.82605L461.32324 635.6542L461.4795 635.6542L461.4795 644.2323ZM469.07324 640.4823Q468.74512 640.88855 468.26074 641.13855Q467.792 641.3729 467.2295 641.3729Q466.49512 641.3729 465.94824 641.01355Q465.40137 640.6542 465.1045 639.9979Q464.80762 639.32605 464.80762 638.5292Q464.80762 637.6854 465.12012 636.9979Q465.44824 636.3104 466.042 635.95105Q466.65137 635.57605 467.44824 635.57605Q468.71387 635.57605 469.43262 636.5292Q470.167 637.4823 470.167 639.1073L470.167 639.4198Q470.167 641.9198 469.18262 643.0604Q468.19824 644.20105 466.21387 644.2323L465.99512 644.2323L465.99512 643.32605L466.2295 643.32605Q467.57324 643.2948 468.292 642.6229Q469.01074 641.95105 469.07324 640.4823ZM467.40137 640.4823Q467.94824 640.4823 468.40137 640.1542Q468.87012 639.8104 469.08887 639.32605L469.08887 638.88855Q469.08887 637.82605 468.62012 637.1542Q468.15137 636.4823 467.44824 636.4823Q466.7295 636.4823 466.292 637.0292Q465.87012 637.57605 465.87012 638.4823Q465.87012 639.3573 466.27637 639.9198Q466.69824 640.4823 467.40137 640.4823ZM474.99512 640.76355Q474.99512 639.45105 475.33887 638.2323Q475.69824 637.01355 476.40137 636.01355Q477.1045 635.01355 477.87012 634.6073L478.08887 635.32605Q477.2295 635.9823 476.68262 637.32605Q476.13574 638.6698 476.08887 640.3417L476.07324 640.8417Q476.07324 643.1073 476.90137 644.76355Q477.40137 645.76355 478.08887 646.32605L477.87012 646.9823Q477.08887 646.5604 476.37012 645.5292Q474.99512 643.5448 474.99512 640.76355ZM480.05762 637.88855L480.08887 638.6854Q480.82324 637.7792 481.99512 637.7792Q484.01074 637.7792 484.02637 640.0448L484.02637 644.2323L482.93262 644.2323L482.93262 640.0292Q482.93262 639.3573 482.62012 639.0292Q482.32324 638.70105 481.667 638.70105Q481.13574 638.70105 480.7295 638.9823Q480.33887 639.26355 480.12012 639.7167L480.12012 644.2323L479.042 644.2323L479.042 637.88855L480.05762 637.88855ZM490.99512 639.4667L486.1045 639.4667L486.1045 638.51355L490.99512 638.51355L490.99512 639.4667ZM490.99512 641.88855L486.1045 641.88855L486.1045 640.95105L490.99512 640.95105L490.99512 641.88855ZM498.43262 636.3104L494.90137 644.2323L493.76074 644.2323L497.27637 636.5917L492.667 636.5917L492.667 635.70105L498.43262 635.70105L498.43262 636.3104ZM499.99512 645.9354L499.38574 645.51355Q499.93262 644.7479 499.96387 643.9198L499.96387 642.95105L501.02637 642.95105L501.02637 643.7948Q501.02637 644.38855 500.7295 644.9823Q500.43262 645.57605 499.99512 645.9354ZM507.43262 636.3104L503.90137 644.2323L502.76074 644.2323L506.27637 636.5917L501.667 636.5917L501.667 635.70105L507.43262 635.70105L507.43262 636.3104ZM510.49512 639.4354L511.30762 639.4354Q512.08887 639.4198 512.52637 639.0292Q512.96387 638.63855 512.96387 637.9667Q512.96387 636.4667 511.46387 636.4667Q510.76074 636.4667 510.33887 636.8729Q509.93262 637.2792 509.93262 637.9354L508.83887 637.9354Q508.83887 636.9198 509.57324 636.2479Q510.32324 635.57605 511.46387 635.57605Q512.667 635.57605 513.3545 636.2167Q514.042 636.8573 514.042 637.9979Q514.042 638.5604 513.6826 639.07605Q513.32324 639.5917 512.69824 639.8573Q513.40137 640.07605 513.77637 640.5917Q514.167 641.1073 514.167 641.8573Q514.167 642.9979 513.417 643.6854Q512.667 644.3573 511.46387 644.3573Q510.27637 644.3573 509.51074 643.70105Q508.76074 643.0448 508.76074 641.9823L509.8545 641.9823Q509.8545 642.6542 510.292 643.0604Q510.7295 643.4667 511.4795 643.4667Q512.26074 643.4667 512.667 643.0604Q513.08887 642.63855 513.08887 641.8729Q513.08887 641.13855 512.63574 640.7479Q512.1826 640.3417 511.30762 640.32605L510.49512 640.32605L510.49512 639.4354ZM521.27637 640.5917Q521.27637 642.4979 520.6201 643.4354Q519.9795 644.3573 518.58887 644.3573Q517.2295 644.3573 516.57324 643.45105Q515.917 642.5448 515.88574 640.7323L515.88574 639.2948Q515.88574 637.4042 516.52637 636.4979Q517.1826 635.57605 518.57324 635.57605Q519.94824 635.57605 520.6045 636.4667Q521.26074 637.3417 521.27637 639.1854L521.27637 640.5917ZM520.1826 639.1073Q520.1826 637.7323 519.792 637.1073Q519.417 636.4667 518.57324 636.4667Q517.7451 636.4667 517.3545 637.1073Q516.9795 637.7323 516.9795 639.0292L516.9795 640.76355Q516.9795 642.13855 517.3701 642.8104Q517.77637 643.4667 518.58887 643.4667Q519.38574 643.4667 519.77637 642.8417Q520.167 642.2167 520.1826 640.88855L520.1826 639.1073ZM525.542 640.82605Q525.542 642.13855 525.19824 643.3417Q524.8545 644.5292 524.13574 645.5448Q523.4326 646.5604 522.667 646.9823L522.4326 646.32605Q523.33887 645.63855 523.88574 644.1854Q524.4326 642.7167 524.44824 640.95105L524.44824 640.76355Q524.44824 639.5292 524.1826 638.4667Q523.9326 637.4042 523.46387 636.57605Q523.01074 635.7323 522.4326 635.26355L522.667 634.6073Q523.4326 635.0292 524.13574 636.0292Q524.83887 637.0292 525.1826 638.2479Q525.542 639.45105 525.542 640.82605Z" fill-rule="nonzero"/><path fill="#666666" d="M33.296875 31.774963L33.5 33.087463L33.78125 31.899963L35.75 24.962463L36.84375 24.962463L38.765625 31.899963L39.046875 33.10309L39.25 31.774963L40.796875 24.962463L42.125 24.962463L39.703125 34.91559L38.515625 34.91559L36.453125 27.665588L36.296875 26.899963L36.140625 27.665588L34.015625 34.91559L32.828125 34.91559L30.421875 24.962463L31.734375 24.962463L33.296875 31.774963ZM44.21875 28.415588Q45.0625 27.384338 46.40625 27.384338Q48.75 27.384338 48.78125 30.024963L48.78125 34.91559L47.515625 34.91559L47.515625 30.024963Q47.5 29.228088 47.140625 28.853088Q46.78125 28.462463 46.03125 28.462463Q45.40625 28.462463 44.9375 28.790588Q44.484375 29.118713 44.21875 29.649963L44.21875 34.91559L42.953125 34.91559L42.953125 24.415588L44.21875 24.415588L44.21875 28.415588ZM52.328125 34.91559L51.0625 34.91559L51.0625 27.524963L52.328125 27.524963L52.328125 34.91559ZM50.96875 25.556213Q50.96875 25.243713 51.15625 25.040588Q51.34375 24.821838 51.703125 24.821838Q52.078125 24.821838 52.265625 25.040588Q52.46875 25.243713 52.46875 25.556213Q52.46875 25.868713 52.265625 26.071838Q52.078125 26.274963 51.703125 26.274963Q51.34375 26.274963 51.15625 26.071838Q50.96875 25.868713 50.96875 25.556213ZM56.921875 34.024963Q57.59375 34.024963 58.09375 33.618713Q58.609375 33.19684 58.671875 32.587463L59.859375 32.587463Q59.828125 33.212463 59.421875 33.79059Q59.015625 34.368713 58.34375 34.712463Q57.671875 35.056213 56.921875 35.056213Q55.40625 35.056213 54.515625 34.056213Q53.625 33.04059 53.625 31.290588L53.625 31.071838Q53.625 29.993713 54.015625 29.149963Q54.421875 28.306213 55.15625 27.853088Q55.90625 27.384338 56.921875 27.384338Q58.15625 27.384338 58.984375 28.134338Q59.8125 28.868713 59.859375 30.056213L58.671875 30.056213Q58.609375 29.337463 58.125 28.884338Q57.640625 28.415588 56.921875 28.415588Q55.953125 28.415588 55.421875 29.118713Q54.890625 29.806213 54.890625 31.118713L54.890625 31.353088Q54.890625 32.63434 55.421875 33.337463Q55.953125 34.024963 56.921875 34.024963ZM62.21875 28.415588Q63.0625 27.384338 64.40625 27.384338Q66.75 27.384338 66.78125 30.024963L66.78125 34.91559L65.515625 34.91559L65.515625 30.024963Q65.5 29.228088 65.140625 28.853088Q64.78125 28.462463 64.03125 28.462463Q63.40625 28.462463 62.9375 28.790588Q62.484375 29.118713 62.21875 29.649963L62.21875 34.91559L60.953125 34.91559L60.953125 24.415588L62.21875 24.415588L62.21875 28.415588ZM75.03125 35.056213Q73.515625 35.056213 72.578125 34.07184Q71.640625 33.07184 71.640625 31.415588L71.640625 31.196838Q71.640625 30.087463 72.0625 29.228088Q72.484375 28.353088 73.234375 27.868713Q73.984375 27.384338 74.875 27.384338Q76.3125 27.384338 77.109375 28.337463Q77.90625 29.274963 77.90625 31.056213L77.90625 31.571838L72.90625 31.571838Q72.921875 32.66559 73.53125 33.35309Q74.15625 34.024963 75.09375 34.024963Q75.765625 34.024963 76.21875 33.75934Q76.6875 33.47809 77.046875 33.024963L77.8125 33.618713Q76.890625 35.056213 75.03125 35.056213ZM74.875 28.415588Q74.109375 28.415588 73.578125 28.978088Q73.0625 29.540588 72.9375 30.540588L76.640625 30.540588L76.640625 30.446838Q76.59375 29.478088 76.125 28.946838Q75.65625 28.415588 74.875 28.415588ZM78.65625 31.149963Q78.65625 29.446838 79.453125 28.415588Q80.265625 27.384338 81.5625 27.384338Q82.875 27.384338 83.625 28.274963L83.625 24.415588L84.890625 24.415588L84.890625 34.91559L83.734375 34.91559L83.671875 34.118713Q82.90625 35.056213 81.5625 35.056213Q80.265625 35.056213 79.453125 34.00934Q78.65625 32.94684 78.65625 31.243713L78.65625 31.149963ZM79.921875 31.306213Q79.921875 32.556213 80.4375 33.274963Q80.953125 33.97809 81.875 33.97809Q83.078125 33.97809 83.625 32.899963L83.625 29.493713Q83.0625 28.462463 81.890625 28.462463Q80.953125 28.462463 80.4375 29.181213Q79.921875 29.884338 79.921875 31.306213ZM88.328125 34.91559L87.0625 34.91559L87.0625 27.524963L88.328125 27.524963L88.328125 34.91559ZM86.96875 25.556213Q86.96875 25.243713 87.15625 25.040588Q87.34375 24.821838 87.703125 24.821838Q88.078125 24.821838 88.265625 25.040588Q88.46875 25.243713 88.46875 25.556213Q88.46875 25.868713 88.265625 26.071838Q88.078125 26.274963 87.703125 26.274963Q87.34375 26.274963 87.15625 26.071838Q86.96875 25.868713 86.96875 25.556213ZM91.671875 25.728088L91.671875 27.524963L93.046875 27.524963L93.046875 28.493713L91.671875 28.493713L91.671875 33.087463Q91.671875 33.524963 91.859375 33.75934Q92.046875 33.97809 92.484375 33.97809Q92.703125 33.97809 93.09375 33.88434L93.09375 34.91559Q92.59375 35.056213 92.125 35.056213Q91.265625 35.056213 90.828125 34.54059Q90.40625 34.024963 90.40625 33.087463L90.40625 28.493713L89.0625 28.493713L89.0625 27.524963L90.40625 27.524963L90.40625 25.728088L91.671875 25.728088ZM94.625 31.149963Q94.625 30.056213 95.046875 29.196838Q95.484375 28.321838 96.234375 27.853088Q97.0 27.384338 97.984375 27.384338Q99.484375 27.384338 100.421875 28.431213Q101.359375 29.478088 101.359375 31.212463L101.359375 31.306213Q101.359375 32.38434 100.9375 33.243713Q100.53125 34.087463 99.75 34.57184Q98.984375 35.056213 98.0 35.056213Q96.484375 35.056213 95.546875 34.00934Q94.625 32.962463 94.625 31.243713L94.625 31.149963ZM95.890625 31.306213Q95.890625 32.524963 96.453125 33.274963Q97.03125 34.024963 98.0 34.024963Q98.953125 34.024963 99.515625 33.274963Q100.09375 32.50934 100.09375 31.149963Q100.09375 29.931213 99.515625 29.181213Q98.9375 28.415588 97.984375 28.415588Q97.046875 28.415588 96.46875 29.165588Q95.890625 29.915588 95.890625 31.306213ZM106.53125 28.649963Q106.25 28.603088 105.90625 28.603088Q104.671875 28.603088 104.21875 29.665588L104.21875 34.91559L102.953125 34.91559L102.953125 27.524963L104.1875 27.524963L104.203125 28.368713Q104.828125 27.384338 105.96875 27.384338Q106.34375 27.384338 106.53125 27.478088L106.53125 28.649963ZM110.65625 31.149963Q110.65625 29.446838 111.453125 28.415588Q112.265625 27.384338 113.5625 27.384338Q114.875 27.384338 115.625 28.274963L115.625 24.415588L116.890625 24.415588L116.890625 34.91559L115.734375 34.91559L115.671875 34.118713Q114.90625 35.056213 113.5625 35.056213Q112.265625 35.056213 111.453125 34.00934Q110.65625 32.94684 110.65625 31.243713L110.65625 31.149963ZM111.921875 31.306213Q111.921875 32.556213 112.4375 33.274963Q112.953125 33.97809 113.875 33.97809Q115.078125 33.97809 115.625 32.899963L115.625 29.493713Q115.0625 28.462463 113.890625 28.462463Q112.953125 28.462463 112.4375 29.181213Q111.921875 29.884338 111.921875 31.306213ZM118.625 31.149963Q118.625 30.056213 119.046875 29.196838Q119.484375 28.321838 120.234375 27.853088Q121.0 27.384338 121.984375 27.384338Q123.484375 27.384338 124.421875 28.431213Q125.359375 29.478088 125.359375 31.212463L125.359375 31.306213Q125.359375 32.38434 124.9375 33.243713Q124.53125 34.087463 123.75 34.57184Q122.984375 35.056213 122.0 35.056213Q120.484375 35.056213 119.546875 34.00934Q118.625 32.962463 118.625 31.243713L118.625 31.149963ZM119.890625 31.306213Q119.890625 32.524963 120.453125 33.274963Q121.03125 34.024963 122.0 34.024963Q122.953125 34.024963 123.515625 33.274963Q124.09375 32.50934 124.09375 31.149963Q124.09375 29.931213 123.515625 29.181213Q122.9375 28.415588 121.984375 28.415588Q121.046875 28.415588 120.46875 29.165588Q119.890625 29.915588 119.890625 31.306213ZM132.375 33.056213L134.09375 27.524963L135.45312 27.524963L132.48438 36.056213Q131.79688 37.899963 130.28125 37.899963L130.04688 37.88434L129.57812 37.79059L129.57812 36.774963L129.92188 36.79059Q130.5625 36.79059 130.92188 36.524963Q131.28125 36.274963 131.51562 35.587463L131.79688 34.837463L129.15625 27.524963L130.53125 27.524963L132.375 33.056213ZM136.625 31.149963Q136.625 30.056213 137.04688 29.196838Q137.48438 28.321838 138.23438 27.853088Q139.0 27.384338 139.98438 27.384338Q141.48438 27.384338 142.42188 28.431213Q143.35938 29.478088 143.35938 31.212463L143.35938 31.306213Q143.35938 32.38434 142.9375 33.243713Q142.53125 34.087463 141.75 34.57184Q140.98438 35.056213 140.0 35.056213Q138.48438 35.056213 137.54688 34.00934Q136.625 32.962463 136.625 31.243713L136.625 31.149963ZM137.89062 31.306213Q137.89062 32.524963 138.45312 33.274963Q139.03125 34.024963 140.0 34.024963Q140.95312 34.024963 141.51562 33.274963Q142.09375 32.50934 142.09375 31.149963Q142.09375 29.931213 141.51562 29.181213Q140.9375 28.415588 139.98438 28.415588Q139.04688 28.415588 138.46875 29.165588Q137.89062 29.915588 137.89062 31.306213ZM149.53125 34.181213Q148.78125 35.056213 147.35938 35.056213Q146.17188 35.056213 145.54688 34.368713Q144.9375 33.681213 144.9375 32.337463L144.9375 27.524963L146.1875 27.524963L146.1875 32.29059Q146.1875 33.97809 147.5625 33.97809Q149.01562 33.97809 149.48438 32.899963L149.48438 27.524963L150.75 27.524963L150.75 34.91559L149.54688 34.91559L149.53125 34.181213ZM157.14062 27.524963L157.1875 28.337463Q158.0 27.384338 159.375 27.384338Q160.92188 27.384338 161.48438 28.571838Q161.85938 28.040588 162.45312 27.712463Q163.04688 27.384338 163.84375 27.384338Q166.28125 27.384338 166.32812 29.962463L166.32812 34.91559L165.0625 34.91559L165.0625 30.040588Q165.0625 29.243713 164.6875 28.853088Q164.32812 28.462463 163.48438 28.462463Q162.76562 28.462463 162.29688 28.884338Q161.84375 29.290588 161.76562 30.009338L161.76562 34.91559L160.5 34.91559L160.5 30.071838Q160.5 28.462463 158.92188 28.462463Q157.67188 28.462463 157.21875 29.509338L157.21875 34.91559L155.95312 34.91559L155.95312 27.524963L157.14062 27.524963ZM167.625 31.149963Q167.625 30.056213 168.04688 29.196838Q168.48438 28.321838 169.23438 27.853088Q170.0 27.384338 170.98438 27.384338Q172.48438 27.384338 173.42188 28.431213Q174.35938 29.478088 174.35938 31.212463L174.35938 31.306213Q174.35938 32.38434 173.9375 33.243713Q173.53125 34.087463 172.75 34.57184Q171.98438 35.056213 171.0 35.056213Q169.48438 35.056213 168.54688 34.00934Q167.625 32.962463 167.625 31.243713L167.625 31.149963ZM168.89062 31.306213Q168.89062 32.524963 169.45312 33.274963Q170.03125 34.024963 171.0 34.024963Q171.95312 34.024963 172.51562 33.274963Q173.09375 32.50934 173.09375 31.149963Q173.09375 29.931213 172.51562 29.181213Q171.9375 28.415588 170.98438 28.415588Q170.04688 28.415588 169.46875 29.165588Q168.89062 29.915588 168.89062 31.306213ZM180.26562 32.94684Q180.26562 32.44684 179.875 32.16559Q179.48438 31.868713 178.53125 31.665588Q177.57812 31.462463 177.0 31.181213Q176.4375 30.884338 176.17188 30.493713Q175.90625 30.103088 175.90625 29.556213Q175.90625 28.634338 176.67188 28.009338Q177.4375 27.384338 178.64062 27.384338Q179.89062 27.384338 180.67188 28.040588Q181.45312 28.681213 181.45312 29.696838L180.1875 29.696838Q180.1875 29.165588 179.75 28.790588Q179.3125 28.415588 178.64062 28.415588Q177.95312 28.415588 177.5625 28.728088Q177.17188 29.024963 177.17188 29.509338Q177.17188 29.962463 177.53125 30.196838Q177.89062 30.431213 178.82812 30.649963Q179.78125 30.853088 180.375 31.149963Q180.96875 31.446838 181.25 31.868713Q181.53125 32.274963 181.53125 32.868713Q181.53125 33.85309 180.73438 34.462463Q179.9375 35.056213 178.67188 35.056213Q177.79688 35.056213 177.10938 34.743713Q176.42188 34.41559 176.03125 33.85309Q175.65625 33.29059 175.65625 32.63434L176.92188 32.63434Q176.95312 33.274963 177.42188 33.649963Q177.90625 34.024963 178.67188 34.024963Q179.39062 34.024963 179.82812 33.72809Q180.26562 33.431213 180.26562 32.94684ZM184.67188 25.728088L184.67188 27.524963L186.04688 27.524963L186.04688 28.493713L184.67188 28.493713L184.67188 33.087463Q184.67188 33.524963 184.85938 33.75934Q185.04688 33.97809 185.48438 33.97809Q185.70312 33.97809 186.09375 33.88434L186.09375 34.91559Q185.59375 35.056213 185.125 35.056213Q184.26562 35.056213 183.82812 34.54059Q183.40625 34.024963 183.40625 33.087463L183.40625 28.493713L182.0625 28.493713L182.0625 27.524963L183.40625 27.524963L183.40625 25.728088L184.67188 25.728088ZM197.20312 31.306213Q197.20312 32.993713 196.42188 34.024963Q195.65625 35.056213 194.34375 35.056213Q193.0 35.056213 192.21875 34.19684L192.21875 37.75934L190.95312 37.75934L190.95312 27.524963L192.10938 27.524963L192.17188 28.337463Q192.95312 27.384338 194.32812 27.384338Q195.65625 27.384338 196.42188 28.384338Q197.20312 29.384338 197.20312 31.181213L197.20312 31.306213ZM195.9375 31.149963Q195.9375 29.899963 195.40625 29.181213Q194.875 28.462463 193.9375 28.462463Q192.79688 28.462463 192.21875 29.478088L192.21875 33.00934Q192.79688 34.024963 193.95312 34.024963Q194.875 34.024963 195.40625 33.306213Q195.9375 32.57184 195.9375 31.149963ZM202.53125 28.649963Q202.25 28.603088 201.90625 28.603088Q200.67188 28.603088 200.21875 29.665588L200.21875 34.91559L198.95312 34.91559L198.95312 27.524963L200.1875 27.524963L200.20312 28.368713Q200.82812 27.384338 201.96875 27.384338Q202.34375 27.384338 202.53125 27.478088L202.53125 28.649963ZM207.03125 35.056213Q205.51562 35.056213 204.57812 34.07184Q203.64062 33.07184 203.64062 31.415588L203.64062 31.196838Q203.64062 30.087463 204.0625 29.228088Q204.48438 28.353088 205.23438 27.868713Q205.98438 27.384338 206.875 27.384338Q208.3125 27.384338 209.10938 28.337463Q209.90625 29.274963 209.90625 31.056213L209.90625 31.571838L204.90625 31.571838Q204.92188 32.66559 205.53125 33.35309Q206.15625 34.024963 207.09375 34.024963Q207.76562 34.024963 208.21875 33.75934Q208.6875 33.47809 209.04688 33.024963L209.8125 33.618713Q208.89062 35.056213 207.03125 35.056213ZM206.875 28.415588Q206.10938 28.415588 205.57812 28.978088Q205.0625 29.540588 204.9375 30.540588L208.64062 30.540588L208.64062 30.446838Q208.59375 29.478088 208.125 28.946838Q207.65625 28.415588 206.875 28.415588ZM211.57812 34.91559L211.57812 28.493713L210.40625 28.493713L210.40625 27.524963L211.57812 27.524963L211.57812 26.759338Q211.57812 25.571838 212.20312 24.931213Q212.84375 24.274963 214.01562 24.274963Q214.45312 24.274963 214.875 24.384338L214.8125 25.415588Q214.48438 25.353088 214.125 25.353088Q213.51562 25.353088 213.17188 25.712463Q212.84375 26.071838 212.84375 26.743713L212.84375 27.524963L214.42188 27.524963L214.42188 28.493713L212.84375 28.493713L212.84375 34.91559L211.57812 34.91559ZM219.03125 35.056213Q217.51562 35.056213 216.57812 34.07184Q215.64062 33.07184 215.64062 31.415588L215.64062 31.196838Q215.64062 30.087463 216.0625 29.228088Q216.48438 28.353088 217.23438 27.868713Q217.98438 27.384338 218.875 27.384338Q220.3125 27.384338 221.10938 28.337463Q221.90625 29.274963 221.90625 31.056213L221.90625 31.571838L216.90625 31.571838Q216.92188 32.66559 217.53125 33.35309Q218.15625 34.024963 219.09375 34.024963Q219.76562 34.024963 220.21875 33.75934Q220.6875 33.47809 221.04688 33.024963L221.8125 33.618713Q220.89062 35.056213 219.03125 35.056213ZM218.875 28.415588Q218.10938 28.415588 217.57812 28.978088Q217.0625 29.540588 216.9375 30.540588L220.64062 30.540588L220.64062 30.446838Q220.59375 29.478088 220.125 28.946838Q219.65625 28.415588 218.875 28.415588ZM226.53125 28.649963Q226.25 28.603088 225.90625 28.603088Q224.67188 28.603088 224.21875 29.665588L224.21875 34.91559L222.95312 34.91559L222.95312 27.524963L224.1875 27.524963L224.20312 28.368713Q224.82812 27.384338 225.96875 27.384338Q226.34375 27.384338 226.53125 27.478088L226.53125 28.649963ZM232.67188 25.728088L232.67188 27.524963L234.04688 27.524963L234.04688 28.493713L232.67188 28.493713L232.67188 33.087463Q232.67188 33.524963 232.85938 33.75934Q233.04688 33.97809 233.48438 33.97809Q233.70312 33.97809 234.09375 33.88434L234.09375 34.91559Q233.59375 35.056213 233.125 35.056213Q232.26562 35.056213 231.82812 34.54059Q231.40625 34.024963 231.40625 33.087463L231.40625 28.493713L230.0625 28.493713L230.0625 27.524963L231.40625 27.524963L231.40625 25.728088L232.67188 25.728088ZM235.625 31.149963Q235.625 30.056213 236.04688 29.196838Q236.48438 28.321838 237.23438 27.853088Q238.0 27.384338 238.98438 27.384338Q240.48438 27.384338 241.42188 28.431213Q242.35938 29.478088 242.35938 31.212463L242.35938 31.306213Q242.35938 32.38434 241.9375 33.243713Q241.53125 34.087463 240.75 34.57184Q239.98438 35.056213 239.0 35.056213Q237.48438 35.056213 236.54688 34.00934Q235.625 32.962463 235.625 31.243713L235.625 31.149963ZM236.89062 31.306213Q236.89062 32.524963 237.45312 33.274963Q238.03125 34.024963 239.0 34.024963Q239.95312 34.024963 240.51562 33.274963Q241.09375 32.50934 241.09375 31.149963Q241.09375 29.931213 240.51562 29.181213Q239.9375 28.415588 238.98438 28.415588Q238.04688 28.415588 237.46875 29.165588Q236.89062 29.915588 236.89062 31.306213ZM251.53125 34.181213Q250.78125 35.056213 249.35938 35.056213Q248.17188 35.056213 247.54688 34.368713Q246.9375 33.681213 246.9375 32.337463L246.9375 27.524963L248.1875 27.524963L248.1875 32.29059Q248.1875 33.97809 249.5625 33.97809Q251.01562 33.97809 251.48438 32.899963L251.48438 27.524963L252.75 27.524963L252.75 34.91559L251.54688 34.91559L251.53125 34.181213ZM259.26562 32.94684Q259.26562 32.44684 258.875 32.16559Q258.48438 31.868713 257.53125 31.665588Q256.57812 31.462463 256.0 31.181213Q255.4375 30.884338 255.17188 30.493713Q254.90625 30.103088 254.90625 29.556213Q254.90625 28.634338 255.67188 28.009338Q256.4375 27.384338 257.64062 27.384338Q258.89062 27.384338 259.67188 28.040588Q260.45312 28.681213 260.45312 29.696838L259.1875 29.696838Q259.1875 29.165588 258.75 28.790588Q258.3125 28.415588 257.64062 28.415588Q256.95312 28.415588 256.5625 28.728088Q256.17188 29.024963 256.17188 29.509338Q256.17188 29.962463 256.53125 30.196838Q256.89062 30.431213 257.82812 30.649963Q258.78125 30.853088 259.375 31.149963Q259.96875 31.446838 260.25 31.868713Q260.53125 32.274963 260.53125 32.868713Q260.53125 33.85309 259.73438 34.462463Q258.9375 35.056213 257.67188 35.056213Q256.79688 35.056213 256.10938 34.743713Q255.42188 34.41559 255.03125 33.85309Q254.65625 33.29059 254.65625 32.63434L255.92188 32.63434Q255.95312 33.274963 256.42188 33.649963Q256.90625 34.024963 257.67188 34.024963Q258.39062 34.024963 258.82812 33.72809Q259.26562 33.431213 259.26562 32.94684ZM265.03125 35.056213Q263.51562 35.056213 262.57812 34.07184Q261.64062 33.07184 261.64062 31.415588L261.64062 31.196838Q261.64062 30.087463 262.0625 29.228088Q262.48438 28.353088 263.23438 27.868713Q263.98438 27.384338 264.875 27.384338Q266.3125 27.384338 267.10938 28.337463Q267.90625 29.274963 267.90625 31.056213L267.90625 31.571838L262.90625 31.571838Q262.92188 32.66559 263.53125 33.35309Q264.15625 34.024963 265.09375 34.024963Q265.76562 34.024963 266.21875 33.75934Q266.6875 33.47809 267.04688 33.024963L267.8125 33.618713Q266.89062 35.056213 265.03125 35.056213ZM264.875 28.415588Q264.10938 28.415588 263.57812 28.978088Q263.0625 29.540588 262.9375 30.540588L266.64062 30.540588L266.64062 30.446838Q266.59375 29.478088 266.125 28.946838Q265.65625 28.415588 264.875 28.415588ZM278.5 33.16559L279.92188 27.524963L281.1875 27.524963L279.04688 34.91559L278.01562 34.91559L276.21875 29.306213L274.46875 34.91559L273.4375 34.91559L271.29688 27.524963L272.54688 27.524963L274.01562 33.056213L275.73438 27.524963L276.75 27.524963L278.5 33.16559ZM284.21875 28.415588Q285.0625 27.384338 286.40625 27.384338Q288.75 27.384338 288.78125 30.024963L288.78125 34.91559L287.51562 34.91559L287.51562 30.024963Q287.5 29.228088 287.14062 28.853088Q286.78125 28.462463 286.03125 28.462463Q285.40625 28.462463 284.9375 28.790588Q284.48438 29.118713 284.21875 29.649963L284.21875 34.91559L282.95312 34.91559L282.95312 24.415588L284.21875 24.415588L284.21875 28.415588ZM294.03125 35.056213Q292.51562 35.056213 291.57812 34.07184Q290.64062 33.07184 290.64062 31.415588L290.64062 31.196838Q290.64062 30.087463 291.0625 29.228088Q291.48438 28.353088 292.23438 27.868713Q292.98438 27.384338 293.875 27.384338Q295.3125 27.384338 296.10938 28.337463Q296.90625 29.274963 296.90625 31.056213L296.90625 31.571838L291.90625 31.571838Q291.92188 32.66559 292.53125 33.35309Q293.15625 34.024963 294.09375 34.024963Q294.76562 34.024963 295.21875 33.75934Q295.6875 33.47809 296.04688 33.024963L296.8125 33.618713Q295.89062 35.056213 294.03125 35.056213ZM293.875 28.415588Q293.10938 28.415588 292.57812 28.978088Q292.0625 29.540588 291.9375 30.540588L295.64062 30.540588L295.64062 30.446838Q295.59375 29.478088 295.125 28.946838Q294.65625 28.415588 293.875 28.415588ZM299.15625 27.524963L299.1875 28.446838Q300.04688 27.384338 301.40625 27.384338Q303.75 27.384338 303.78125 30.024963L303.78125 34.91559L302.51562 34.91559L302.51562 30.024963Q302.5 29.228088 302.14062 28.853088Q301.78125 28.462463 301.03125 28.462463Q300.40625 28.462463 299.9375 28.790588Q299.48438 29.118713 299.21875 29.649963L299.21875 34.91559L297.95312 34.91559L297.95312 27.524963L299.15625 27.524963ZM315.5 33.16559L316.92188 27.524963L318.1875 27.524963L316.04688 34.91559L315.01562 34.91559L313.21875 29.306213L311.46875 34.91559L310.4375 34.91559L308.29688 27.524963L309.54688 27.524963L311.01562 33.056213L312.73438 27.524963L313.75 27.524963L315.5 33.16559ZM319.625 31.149963Q319.625 30.056213 320.04688 29.196838Q320.48438 28.321838 321.23438 27.853088Q322.0 27.384338 322.98438 27.384338Q324.48438 27.384338 325.42188 28.431213Q326.35938 29.478088 326.35938 31.212463L326.35938 31.306213Q326.35938 32.38434 325.9375 33.243713Q325.53125 34.087463 324.75 34.57184Q323.98438 35.056213 323.0 35.056213Q321.48438 35.056213 320.54688 34.00934Q319.625 32.962463 319.625 31.243713L319.625 31.149963ZM320.89062 31.306213Q320.89062 32.524963 321.45312 33.274963Q322.03125 34.024963 323.0 34.024963Q323.95312 34.024963 324.51562 33.274963Q325.09375 32.50934 325.09375 31.149963Q325.09375 29.931213 324.51562 29.181213Q323.9375 28.415588 322.98438 28.415588Q322.04688 28.415588 321.46875 29.165588Q320.89062 29.915588 320.89062 31.306213ZM331.53125 28.649963Q331.25 28.603088 330.90625 28.603088Q329.67188 28.603088 329.21875 29.665588L329.21875 34.91559L327.95312 34.91559L327.95312 27.524963L329.1875 27.524963L329.20312 28.368713Q329.82812 27.384338 330.96875 27.384338Q331.34375 27.384338 331.53125 27.478088L331.53125 28.649963ZM335.01562 31.493713L334.23438 32.32184L334.23438 34.91559L332.96875 34.91559L332.96875 24.415588L334.23438 24.415588L334.23438 30.759338L334.90625 29.946838L337.20312 27.524963L338.75 27.524963L335.875 30.603088L339.07812 34.91559L337.59375 34.91559L335.01562 31.493713ZM341.32812 34.91559L340.0625 34.91559L340.0625 27.524963L341.32812 27.524963L341.32812 34.91559ZM339.96875 25.556213Q339.96875 25.243713 340.15625 25.040588Q340.34375 24.821838 340.70312 24.821838Q341.07812 24.821838 341.26562 25.040588Q341.46875 25.243713 341.46875 25.556213Q341.46875 25.868713 341.26562 26.071838Q341.07812 26.274963 340.70312 26.274963Q340.34375 26.274963 340.15625 26.071838Q339.96875 25.868713 339.96875 25.556213ZM344.15625 27.524963L344.1875 28.446838Q345.04688 27.384338 346.40625 27.384338Q348.75 27.384338 348.78125 30.024963L348.78125 34.91559L347.51562 34.91559L347.51562 30.024963Q347.5 29.228088 347.14062 28.853088Q346.78125 28.462463 346.03125 28.462463Q345.40625 28.462463 344.9375 28.790588Q344.48438 29.118713 344.21875 29.649963L344.21875 34.91559L342.95312 34.91559L342.95312 27.524963L344.15625 27.524963ZM350.65625 31.149963Q350.65625 29.431213 351.45312 28.415588Q352.25 27.384338 353.57812 27.384338Q354.92188 27.384338 355.6875 28.337463L355.75 27.524963L356.90625 27.524963L356.90625 34.743713Q356.90625 36.181213 356.04688 36.993713Q355.20312 37.82184 353.76562 37.82184Q352.96875 37.82184 352.20312 37.47809Q351.4375 37.149963 351.03125 36.556213L351.6875 35.79059Q352.5 36.79059 353.67188 36.79059Q354.59375 36.79059 355.10938 36.274963Q355.64062 35.75934 355.64062 34.806213L355.64062 34.181213Q354.875 35.056213 353.5625 35.056213Q352.26562 35.056213 351.45312 34.00934Q350.65625 32.962463 350.65625 31.149963ZM351.92188 31.306213Q351.92188 32.556213 352.4375 33.274963Q352.95312 33.97809 353.875 33.97809Q355.07812 33.97809 355.64062 32.88434L355.64062 29.509338Q355.04688 28.462463 353.89062 28.462463Q352.96875 28.462463 352.4375 29.181213Q351.92188 29.884338 351.92188 31.306213ZM368.5 33.16559L369.92188 27.524963L371.1875 27.524963L369.04688 34.91559L368.01562 34.91559L366.21875 29.306213L364.46875 34.91559L363.4375 34.91559L361.29688 27.524963L362.54688 27.524963L364.01562 33.056213L365.73438 27.524963L366.75 27.524963L368.5 33.16559ZM374.32812 34.91559L373.0625 34.91559L373.0625 27.524963L374.32812 27.524963L374.32812 34.91559ZM372.96875 25.556213Q372.96875 25.243713 373.15625 25.040588Q373.34375 24.821838 373.70312 24.821838Q374.07812 24.821838 374.26562 25.040588Q374.46875 25.243713 374.46875 25.556213Q374.46875 25.868713 374.26562 26.071838Q374.07812 26.274963 373.70312 26.274963Q373.34375 26.274963 373.15625 26.071838Q372.96875 25.868713 372.96875 25.556213ZM377.67188 25.728088L377.67188 27.524963L379.04688 27.524963L379.04688 28.493713L377.67188 28.493713L377.67188 33.087463Q377.67188 33.524963 377.85938 33.75934Q378.04688 33.97809 378.48438 33.97809Q378.70312 33.97809 379.09375 33.88434L379.09375 34.91559Q378.59375 35.056213 378.125 35.056213Q377.26562 35.056213 376.82812 34.54059Q376.40625 34.024963 376.40625 33.087463L376.40625 28.493713L375.0625 28.493713L375.0625 27.524963L376.40625 27.524963L376.40625 25.728088L377.67188 25.728088ZM382.21875 28.415588Q383.0625 27.384338 384.40625 27.384338Q386.75 27.384338 386.78125 30.024963L386.78125 34.91559L385.51562 34.91559L385.51562 30.024963Q385.5 29.228088 385.14062 28.853088Q384.78125 28.462463 384.03125 28.462463Q383.40625 28.462463 382.9375 28.790588Q382.48438 29.118713 382.21875 29.649963L382.21875 34.91559L380.95312 34.91559L380.95312 24.415588L382.21875 24.415588L382.21875 28.415588ZM399.5 33.60309Q399.0 34.337463 398.09375 34.69684Q397.1875 35.056213 395.98438 35.056213Q394.76562 35.056213 393.8125 34.493713Q392.875 33.91559 392.35938 32.868713Q391.84375 31.806213 391.82812 30.415588L391.82812 29.556213Q391.82812 27.306213 392.875 26.071838Q393.9375 24.821838 395.82812 24.821838Q397.39062 24.821838 398.34375 25.618713Q399.29688 26.415588 399.5 27.884338L398.1875 27.884338Q397.82812 25.899963 395.84375 25.899963Q394.51562 25.899963 393.82812 26.837463Q393.15625 27.759338 393.15625 29.509338L393.15625 30.321838Q393.15625 32.00934 393.92188 32.993713Q394.6875 33.97809 395.98438 33.97809Q396.73438 33.97809 397.28125 33.82184Q397.84375 33.649963 398.20312 33.25934L398.20312 31.024963L395.89062 31.024963L395.89062 29.962463L399.5 29.962463L399.5 33.60309ZM401.625 31.149963Q401.625 30.056213 402.04688 29.196838Q402.48438 28.321838 403.23438 27.853088Q404.0 27.384338 404.98438 27.384338Q406.48438 27.384338 407.42188 28.431213Q408.35938 29.478088 408.35938 31.212463L408.35938 31.306213Q408.35938 32.38434 407.9375 33.243713Q407.53125 34.087463 406.75 34.57184Q405.98438 35.056213 405.0 35.056213Q403.48438 35.056213 402.54688 34.00934Q401.625 32.962463 401.625 31.243713L401.625 31.149963ZM402.89062 31.306213Q402.89062 32.524963 403.45312 33.274963Q404.03125 34.024963 405.0 34.024963Q405.95312 34.024963 406.51562 33.274963Q407.09375 32.50934 407.09375 31.149963Q407.09375 29.931213 406.51562 29.181213Q405.9375 28.415588 404.98438 28.415588Q404.04688 28.415588 403.46875 29.165588Q402.89062 29.915588 402.89062 31.306213ZM411.4375 32.118713Q411.45312 31.306213 411.625 30.837463Q411.79688 30.353088 412.32812 29.774963L413.21875 28.853088Q413.79688 28.212463 413.79688 27.462463Q413.79688 26.743713 413.42188 26.337463Q413.04688 25.931213 412.32812 25.931213Q411.625 25.931213 411.20312 26.306213Q410.78125 26.665588 410.78125 27.290588L409.51562 27.290588Q409.53125 26.181213 410.29688 25.509338Q411.07812 24.821838 412.32812 24.821838Q413.60938 24.821838 414.32812 25.524963Q415.0625 26.212463 415.0625 27.415588Q415.0625 28.618713 413.95312 29.774963L413.20312 30.524963Q412.70312 31.071838 412.70312 32.118713L411.4375 32.118713ZM411.39062 34.274963Q411.39062 33.97809 411.57812 33.774963Q411.76562 33.556213 412.125 33.556213Q412.5 33.556213 412.6875 33.774963Q412.89062 33.97809 412.89062 34.29059Q412.89062 34.587463 412.6875 34.79059Q412.5 34.993713 412.125 34.993713Q411.76562 34.993713 411.57812 34.79059Q411.39062 34.587463 411.39062 34.274963Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig11.svg b/_content/survey2019/fig11.svg
deleted file mode 100644
index 82a48dc..0000000
--- a/_content/survey2019/fig11.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 213.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="213" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 213.0L0 213.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M159.5 54.5L159.5 159.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M264.5 54.5L264.5 159.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M368.5 54.5L368.5 159.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M473.5 54.5L473.5 159.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 54.5L577.5 159.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M159.5 54.22096L577.525 54.22096L577.525 159.75L159.5 159.75L159.5 54.22096Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M159.0 79.0L159.0 63.0L513.0 63.0C514.10455 63.0 515.0 63.89543 515.0 65.0L515.0 77.0C515.0 78.10457 514.10455 79.0 513.0 79.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M159.0 79.0L159.0 63.0L513.0 63.0C514.10455 63.0 515.0 63.89543 515.0 65.0L515.0 77.0C515.0 78.10457 514.10455 79.0 513.0 79.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M159.0 103.0L159.0 87.0L184.0 87.0C185.10457 87.0 186.0 87.89543 186.0 89.0L186.0 101.0C186.0 102.10457 185.10457 103.0 184.0 103.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M159.0 103.0L159.0 87.0L184.0 87.0C185.10457 87.0 186.0 87.89543 186.0 89.0L186.0 101.0C186.0 102.10457 185.10457 103.0 184.0 103.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M159.0 127.0L159.0 111.0L182.0 111.0C183.10457 111.0 184.0 111.89543 184.0 113.0L184.0 125.0C184.0 126.10457 183.10457 127.0 182.0 127.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M159.0 127.0L159.0 111.0L182.0 111.0C183.10457 111.0 184.0 111.89543 184.0 113.0L184.0 125.0C184.0 126.10457 183.10457 127.0 182.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M159.0 151.0L159.0 135.0L169.0 135.0C170.10457 135.0 171.0 135.89543 171.0 137.0L171.0 149.0C171.0 150.10457 170.10457 151.0 169.0 151.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M159.0 151.0L159.0 135.0L169.0 135.0C170.10457 135.0 171.0 135.89543 171.0 137.0L171.0 149.0C171.0 150.10457 170.10457 151.0 169.0 151.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M533.1816 69.1875Q533.1816 69.828125 532.8378 70.328125Q532.4941 70.828125 531.9316 71.109375Q532.5878 71.390625 532.97845 71.953125Q533.3691 72.5 533.3691 73.203125Q533.3691 74.296875 532.6191 74.96875Q531.8847 75.625 530.66595 75.625Q529.4316 75.625 528.6816 74.96875Q527.9472 74.296875 527.9472 73.203125Q527.9472 72.5 528.3222 71.953125Q528.6972 71.390625 529.3691 71.109375Q528.8066 70.828125 528.47845 70.328125Q528.1503 69.828125 528.1503 69.1875Q528.1503 68.109375 528.8378 67.484375Q529.5253 66.84375 530.66595 66.84375Q531.79095 66.84375 532.47845 67.484375Q533.1816 68.109375 533.1816 69.1875ZM532.29095 73.171875Q532.29095 72.453125 531.8378 72.015625Q531.3847 71.5625 530.6503 71.5625Q529.91595 71.5625 529.4628 72.015625Q529.0253 72.453125 529.0253 73.1875Q529.0253 73.90625 529.4628 74.328125Q529.9003 74.734375 530.66595 74.734375Q531.41595 74.734375 531.85345 74.3125Q532.29095 73.890625 532.29095 73.171875ZM530.66595 67.734375Q530.0253 67.734375 529.6191 68.140625Q529.22845 68.53125 529.22845 69.21875Q529.22845 69.859375 529.6191 70.265625Q530.0097 70.671875 530.6503 70.671875Q531.3066 70.671875 531.6972 70.265625Q532.0878 69.859375 532.0878 69.21875Q532.0878 68.5625 531.6816 68.15625Q531.2753 67.734375 530.66595 67.734375ZM535.4941 71.21875L535.9316 66.96875L540.3066 66.96875L540.3066 67.96875L536.85345 67.96875L536.5878 70.296875Q537.22845 69.921875 538.0253 69.921875Q539.1816 69.921875 539.8691 70.703125Q540.5566 71.46875 540.5566 72.78125Q540.5566 74.09375 539.8378 74.859375Q539.1347 75.625 537.85345 75.625Q536.72845 75.625 536.0097 75.0Q535.29095 74.359375 535.1972 73.25L536.2128 73.25Q536.3222 73.984375 536.7441 74.359375Q537.16595 74.734375 537.85345 74.734375Q538.60345 74.734375 539.04095 74.21875Q539.47845 73.703125 539.47845 72.796875Q539.47845 71.9375 539.0097 71.421875Q538.54095 70.90625 537.7597 70.90625Q537.0566 70.90625 536.6503 71.203125L536.3691 71.4375L535.4941 71.21875ZM541.9003 68.609375Q541.9003 67.84375 542.3847 67.34375Q542.8847 66.84375 543.6503 66.84375Q544.4316 66.84375 544.91595 67.34375Q545.4003 67.84375 545.4003 68.640625L545.4003 69.0625Q545.4003 69.828125 544.9003 70.328125Q544.41595 70.8125 543.66595 70.8125Q542.9003 70.8125 542.4003 70.328125Q541.9003 69.828125 541.9003 69.015625L541.9003 68.609375ZM542.7128 69.0625Q542.7128 69.515625 542.9628 69.8125Q543.22845 70.109375 543.66595 70.109375Q544.0878 70.109375 544.3378 69.828125Q544.5878 69.53125 544.5878 69.03125L544.5878 68.609375Q544.5878 68.15625 544.3378 67.859375Q544.0878 67.546875 543.6503 67.546875Q543.2128 67.546875 542.9628 67.859375Q542.7128 68.15625 542.7128 68.625L542.7128 69.0625ZM546.0566 73.40625Q546.0566 72.640625 546.54095 72.15625Q547.04095 71.65625 547.8066 71.65625Q548.5722 71.65625 549.0566 72.15625Q549.5566 72.640625 549.5566 73.453125L549.5566 73.859375Q549.5566 74.625 549.0722 75.125Q548.5878 75.625 547.8222 75.625Q547.0566 75.625 546.5566 75.140625Q546.0566 74.640625 546.0566 73.828125L546.0566 73.40625ZM546.8691 73.859375Q546.8691 74.328125 547.1191 74.625Q547.3847 74.921875 547.8222 74.921875Q548.2441 74.921875 548.4941 74.640625Q548.7441 74.34375 548.7441 73.84375L548.7441 73.40625Q548.7441 72.9375 548.47845 72.65625Q548.22845 72.359375 547.8066 72.359375Q547.3847 72.359375 547.1191 72.65625Q546.8691 72.9375 546.8691 73.4375L546.8691 73.859375ZM543.91595 74.859375L543.29095 74.46875L547.4628 67.796875L548.0722 68.1875L543.91595 74.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M533.1816 69.1875Q533.1816 69.828125 532.8378 70.328125Q532.4941 70.828125 531.9316 71.109375Q532.5878 71.390625 532.97845 71.953125Q533.3691 72.5 533.3691 73.203125Q533.3691 74.296875 532.6191 74.96875Q531.8847 75.625 530.66595 75.625Q529.4316 75.625 528.6816 74.96875Q527.9472 74.296875 527.9472 73.203125Q527.9472 72.5 528.3222 71.953125Q528.6972 71.390625 529.3691 71.109375Q528.8066 70.828125 528.47845 70.328125Q528.1503 69.828125 528.1503 69.1875Q528.1503 68.109375 528.8378 67.484375Q529.5253 66.84375 530.66595 66.84375Q531.79095 66.84375 532.47845 67.484375Q533.1816 68.109375 533.1816 69.1875ZM532.29095 73.171875Q532.29095 72.453125 531.8378 72.015625Q531.3847 71.5625 530.6503 71.5625Q529.91595 71.5625 529.4628 72.015625Q529.0253 72.453125 529.0253 73.1875Q529.0253 73.90625 529.4628 74.328125Q529.9003 74.734375 530.66595 74.734375Q531.41595 74.734375 531.85345 74.3125Q532.29095 73.890625 532.29095 73.171875ZM530.66595 67.734375Q530.0253 67.734375 529.6191 68.140625Q529.22845 68.53125 529.22845 69.21875Q529.22845 69.859375 529.6191 70.265625Q530.0097 70.671875 530.6503 70.671875Q531.3066 70.671875 531.6972 70.265625Q532.0878 69.859375 532.0878 69.21875Q532.0878 68.5625 531.6816 68.15625Q531.2753 67.734375 530.66595 67.734375ZM535.4941 71.21875L535.9316 66.96875L540.3066 66.96875L540.3066 67.96875L536.85345 67.96875L536.5878 70.296875Q537.22845 69.921875 538.0253 69.921875Q539.1816 69.921875 539.8691 70.703125Q540.5566 71.46875 540.5566 72.78125Q540.5566 74.09375 539.8378 74.859375Q539.1347 75.625 537.85345 75.625Q536.72845 75.625 536.0097 75.0Q535.29095 74.359375 535.1972 73.25L536.2128 73.25Q536.3222 73.984375 536.7441 74.359375Q537.16595 74.734375 537.85345 74.734375Q538.60345 74.734375 539.04095 74.21875Q539.47845 73.703125 539.47845 72.796875Q539.47845 71.9375 539.0097 71.421875Q538.54095 70.90625 537.7597 70.90625Q537.0566 70.90625 536.6503 71.203125L536.3691 71.4375L535.4941 71.21875ZM541.9003 68.609375Q541.9003 67.84375 542.3847 67.34375Q542.8847 66.84375 543.6503 66.84375Q544.4316 66.84375 544.91595 67.34375Q545.4003 67.84375 545.4003 68.640625L545.4003 69.0625Q545.4003 69.828125 544.9003 70.328125Q544.41595 70.8125 543.66595 70.8125Q542.9003 70.8125 542.4003 70.328125Q541.9003 69.828125 541.9003 69.015625L541.9003 68.609375ZM542.7128 69.0625Q542.7128 69.515625 542.9628 69.8125Q543.22845 70.109375 543.66595 70.109375Q544.0878 70.109375 544.3378 69.828125Q544.5878 69.53125 544.5878 69.03125L544.5878 68.609375Q544.5878 68.15625 544.3378 67.859375Q544.0878 67.546875 543.6503 67.546875Q543.2128 67.546875 542.9628 67.859375Q542.7128 68.15625 542.7128 68.625L542.7128 69.0625ZM546.0566 73.40625Q546.0566 72.640625 546.54095 72.15625Q547.04095 71.65625 547.8066 71.65625Q548.5722 71.65625 549.0566 72.15625Q549.5566 72.640625 549.5566 73.453125L549.5566 73.859375Q549.5566 74.625 549.0722 75.125Q548.5878 75.625 547.8222 75.625Q547.0566 75.625 546.5566 75.140625Q546.0566 74.640625 546.0566 73.828125L546.0566 73.40625ZM546.8691 73.859375Q546.8691 74.328125 547.1191 74.625Q547.3847 74.921875 547.8222 74.921875Q548.2441 74.921875 548.4941 74.640625Q548.7441 74.34375 548.7441 73.84375L548.7441 73.40625Q548.7441 72.9375 548.47845 72.65625Q548.22845 72.359375 547.8066 72.359375Q547.3847 72.359375 547.1191 72.65625Q546.8691 72.9375 546.8691 73.4375L546.8691 73.859375ZM543.91595 74.859375L543.29095 74.46875L547.4628 67.796875L548.0722 68.1875L543.91595 74.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.21504 90.96875L203.21504 91.875L203.01192 91.875Q201.74629 91.90625 200.99629 92.640625Q200.24629 93.359375 200.12129 94.671875Q200.80879 93.90625 201.96504 93.90625Q203.07442 93.90625 203.74629 94.6875Q204.41817 95.46875 204.41817 96.71875Q204.41817 98.03125 203.69942 98.828125Q202.98067 99.625 201.76192 99.625Q200.54317 99.625 199.77754 98.6875Q199.02754 97.734375 199.02754 96.25L199.02754 95.84375Q199.02754 93.484375 200.02754 92.234375Q201.02754 90.984375 203.01192 90.96875L203.21504 90.96875ZM201.79317 94.8125Q201.23067 94.8125 200.76192 95.140625Q200.29317 95.46875 200.10567 95.984375L200.10567 96.375Q200.10567 97.4375 200.57442 98.078125Q201.05879 98.71875 201.76192 98.71875Q202.49629 98.71875 202.91817 98.1875Q203.34004 97.640625 203.34004 96.765625Q203.34004 95.890625 202.91817 95.359375Q202.49629 94.8125 201.79317 94.8125ZM205.85567 92.609375Q205.85567 91.84375 206.34004 91.34375Q206.84004 90.84375 207.60567 90.84375Q208.38692 90.84375 208.87129 91.34375Q209.35567 91.84375 209.35567 92.640625L209.35567 93.0625Q209.35567 93.828125 208.85567 94.328125Q208.37129 94.8125 207.62129 94.8125Q206.85567 94.8125 206.35567 94.328125Q205.85567 93.828125 205.85567 93.015625L205.85567 92.609375ZM206.66817 93.0625Q206.66817 93.515625 206.91817 93.8125Q207.18379 94.109375 207.62129 94.109375Q208.04317 94.109375 208.29317 93.828125Q208.54317 93.53125 208.54317 93.03125L208.54317 92.609375Q208.54317 92.15625 208.29317 91.859375Q208.04317 91.546875 207.60567 91.546875Q207.16817 91.546875 206.91817 91.859375Q206.66817 92.15625 206.66817 92.625L206.66817 93.0625ZM210.01192 97.40625Q210.01192 96.640625 210.49629 96.15625Q210.99629 95.65625 211.76192 95.65625Q212.52754 95.65625 213.01192 96.15625Q213.51192 96.640625 213.51192 97.453125L213.51192 97.859375Q213.51192 98.625 213.02754 99.125Q212.54317 99.625 211.77754 99.625Q211.01192 99.625 210.51192 99.140625Q210.01192 98.640625 210.01192 97.828125L210.01192 97.40625ZM210.82442 97.859375Q210.82442 98.328125 211.07442 98.625Q211.34004 98.921875 211.77754 98.921875Q212.19942 98.921875 212.44942 98.640625Q212.69942 98.34375 212.69942 97.84375L212.69942 97.40625Q212.69942 96.9375 212.43379 96.65625Q212.18379 96.359375 211.76192 96.359375Q211.34004 96.359375 211.07442 96.65625Q210.82442 96.9375 210.82442 97.4375L210.82442 97.859375ZM207.87129 98.859375L207.24629 98.46875L211.41817 91.796875L212.02754 92.1875L207.87129 98.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M203.21504 90.96875L203.21504 91.875L203.01192 91.875Q201.74629 91.90625 200.99629 92.640625Q200.24629 93.359375 200.12129 94.671875Q200.80879 93.90625 201.96504 93.90625Q203.07442 93.90625 203.74629 94.6875Q204.41817 95.46875 204.41817 96.71875Q204.41817 98.03125 203.69942 98.828125Q202.98067 99.625 201.76192 99.625Q200.54317 99.625 199.77754 98.6875Q199.02754 97.734375 199.02754 96.25L199.02754 95.84375Q199.02754 93.484375 200.02754 92.234375Q201.02754 90.984375 203.01192 90.96875L203.21504 90.96875ZM201.79317 94.8125Q201.23067 94.8125 200.76192 95.140625Q200.29317 95.46875 200.10567 95.984375L200.10567 96.375Q200.10567 97.4375 200.57442 98.078125Q201.05879 98.71875 201.76192 98.71875Q202.49629 98.71875 202.91817 98.1875Q203.34004 97.640625 203.34004 96.765625Q203.34004 95.890625 202.91817 95.359375Q202.49629 94.8125 201.79317 94.8125ZM205.85567 92.609375Q205.85567 91.84375 206.34004 91.34375Q206.84004 90.84375 207.60567 90.84375Q208.38692 90.84375 208.87129 91.34375Q209.35567 91.84375 209.35567 92.640625L209.35567 93.0625Q209.35567 93.828125 208.85567 94.328125Q208.37129 94.8125 207.62129 94.8125Q206.85567 94.8125 206.35567 94.328125Q205.85567 93.828125 205.85567 93.015625L205.85567 92.609375ZM206.66817 93.0625Q206.66817 93.515625 206.91817 93.8125Q207.18379 94.109375 207.62129 94.109375Q208.04317 94.109375 208.29317 93.828125Q208.54317 93.53125 208.54317 93.03125L208.54317 92.609375Q208.54317 92.15625 208.29317 91.859375Q208.04317 91.546875 207.60567 91.546875Q207.16817 91.546875 206.91817 91.859375Q206.66817 92.15625 206.66817 92.625L206.66817 93.0625ZM210.01192 97.40625Q210.01192 96.640625 210.49629 96.15625Q210.99629 95.65625 211.76192 95.65625Q212.52754 95.65625 213.01192 96.15625Q213.51192 96.640625 213.51192 97.453125L213.51192 97.859375Q213.51192 98.625 213.02754 99.125Q212.54317 99.625 211.77754 99.625Q211.01192 99.625 210.51192 99.140625Q210.01192 98.640625 210.01192 97.828125L210.01192 97.40625ZM210.82442 97.859375Q210.82442 98.328125 211.07442 98.625Q211.34004 98.921875 211.77754 98.921875Q212.19942 98.921875 212.44942 98.640625Q212.69942 98.34375 212.69942 97.84375L212.69942 97.40625Q212.69942 96.9375 212.43379 96.65625Q212.18379 96.359375 211.76192 96.359375Q211.34004 96.359375 211.07442 96.65625Q210.82442 96.9375 210.82442 97.4375L210.82442 97.859375ZM207.87129 98.859375L207.24629 98.46875L211.41817 91.796875L212.02754 92.1875L207.87129 98.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M200.80136 114.96875L200.80136 115.875L200.59824 115.875Q199.33261 115.90625 198.58261 116.640625Q197.83261 117.359375 197.70761 118.671875Q198.39511 117.90625 199.55136 117.90625Q200.66074 117.90625 201.33261 118.6875Q202.00449 119.46875 202.00449 120.71875Q202.00449 122.03125 201.28574 122.828125Q200.56699 123.625 199.34824 123.625Q198.12949 123.625 197.36386 122.6875Q196.61386 121.734375 196.61386 120.25L196.61386 119.84375Q196.61386 117.484375 197.61386 116.234375Q198.61386 114.984375 200.59824 114.96875L200.80136 114.96875ZM199.37949 118.8125Q198.81699 118.8125 198.34824 119.140625Q197.87949 119.46875 197.69199 119.984375L197.69199 120.375Q197.69199 121.4375 198.16074 122.078125Q198.64511 122.71875 199.34824 122.71875Q200.08261 122.71875 200.50449 122.1875Q200.92636 121.640625 200.92636 120.765625Q200.92636 119.890625 200.50449 119.359375Q200.08261 118.8125 199.37949 118.8125ZM203.44199 116.609375Q203.44199 115.84375 203.92636 115.34375Q204.42636 114.84375 205.19199 114.84375Q205.97324 114.84375 206.45761 115.34375Q206.94199 115.84375 206.94199 116.640625L206.94199 117.0625Q206.94199 117.828125 206.44199 118.328125Q205.95761 118.8125 205.20761 118.8125Q204.44199 118.8125 203.94199 118.328125Q203.44199 117.828125 203.44199 117.015625L203.44199 116.609375ZM204.25449 117.0625Q204.25449 117.515625 204.50449 117.8125Q204.77011 118.109375 205.20761 118.109375Q205.62949 118.109375 205.87949 117.828125Q206.12949 117.53125 206.12949 117.03125L206.12949 116.609375Q206.12949 116.15625 205.87949 115.859375Q205.62949 115.546875 205.19199 115.546875Q204.75449 115.546875 204.50449 115.859375Q204.25449 116.15625 204.25449 116.625L204.25449 117.0625ZM207.59824 121.40625Q207.59824 120.640625 208.08261 120.15625Q208.58261 119.65625 209.34824 119.65625Q210.11386 119.65625 210.59824 120.15625Q211.09824 120.640625 211.09824 121.453125L211.09824 121.859375Q211.09824 122.625 210.61386 123.125Q210.12949 123.625 209.36386 123.625Q208.59824 123.625 208.09824 123.140625Q207.59824 122.640625 207.59824 121.828125L207.59824 121.40625ZM208.41074 121.859375Q208.41074 122.328125 208.66074 122.625Q208.92636 122.921875 209.36386 122.921875Q209.78574 122.921875 210.03574 122.640625Q210.28574 122.34375 210.28574 121.84375L210.28574 121.40625Q210.28574 120.9375 210.02011 120.65625Q209.77011 120.359375 209.34824 120.359375Q208.92636 120.359375 208.66074 120.65625Q208.41074 120.9375 208.41074 121.4375L208.41074 121.859375ZM205.45761 122.859375L204.83261 122.46875L209.00449 115.796875L209.61386 116.1875L205.45761 122.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M200.80136 114.96875L200.80136 115.875L200.59824 115.875Q199.33261 115.90625 198.58261 116.640625Q197.83261 117.359375 197.70761 118.671875Q198.39511 117.90625 199.55136 117.90625Q200.66074 117.90625 201.33261 118.6875Q202.00449 119.46875 202.00449 120.71875Q202.00449 122.03125 201.28574 122.828125Q200.56699 123.625 199.34824 123.625Q198.12949 123.625 197.36386 122.6875Q196.61386 121.734375 196.61386 120.25L196.61386 119.84375Q196.61386 117.484375 197.61386 116.234375Q198.61386 114.984375 200.59824 114.96875L200.80136 114.96875ZM199.37949 118.8125Q198.81699 118.8125 198.34824 119.140625Q197.87949 119.46875 197.69199 119.984375L197.69199 120.375Q197.69199 121.4375 198.16074 122.078125Q198.64511 122.71875 199.34824 122.71875Q200.08261 122.71875 200.50449 122.1875Q200.92636 121.640625 200.92636 120.765625Q200.92636 119.890625 200.50449 119.359375Q200.08261 118.8125 199.37949 118.8125ZM203.44199 116.609375Q203.44199 115.84375 203.92636 115.34375Q204.42636 114.84375 205.19199 114.84375Q205.97324 114.84375 206.45761 115.34375Q206.94199 115.84375 206.94199 116.640625L206.94199 117.0625Q206.94199 117.828125 206.44199 118.328125Q205.95761 118.8125 205.20761 118.8125Q204.44199 118.8125 203.94199 118.328125Q203.44199 117.828125 203.44199 117.015625L203.44199 116.609375ZM204.25449 117.0625Q204.25449 117.515625 204.50449 117.8125Q204.77011 118.109375 205.20761 118.109375Q205.62949 118.109375 205.87949 117.828125Q206.12949 117.53125 206.12949 117.03125L206.12949 116.609375Q206.12949 116.15625 205.87949 115.859375Q205.62949 115.546875 205.19199 115.546875Q204.75449 115.546875 204.50449 115.859375Q204.25449 116.15625 204.25449 116.625L204.25449 117.0625ZM207.59824 121.40625Q207.59824 120.640625 208.08261 120.15625Q208.58261 119.65625 209.34824 119.65625Q210.11386 119.65625 210.59824 120.15625Q211.09824 120.640625 211.09824 121.453125L211.09824 121.859375Q211.09824 122.625 210.61386 123.125Q210.12949 123.625 209.36386 123.625Q208.59824 123.625 208.09824 123.140625Q207.59824 122.640625 207.59824 121.828125L207.59824 121.40625ZM208.41074 121.859375Q208.41074 122.328125 208.66074 122.625Q208.92636 122.921875 209.36386 122.921875Q209.78574 122.921875 210.03574 122.640625Q210.28574 122.34375 210.28574 121.84375L210.28574 121.40625Q210.28574 120.9375 210.02011 120.65625Q209.77011 120.359375 209.34824 120.359375Q208.92636 120.359375 208.66074 120.65625Q208.41074 120.9375 208.41074 121.4375L208.41074 121.859375ZM205.45761 122.859375L204.83261 122.46875L209.00449 115.796875L209.61386 116.1875L205.45761 122.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M184.93642 142.70312L185.74892 142.70312Q186.53017 142.6875 186.96767 142.29688Q187.40517 141.90625 187.40517 141.23438Q187.40517 139.73438 185.90517 139.73438Q185.20204 139.73438 184.78017 140.14062Q184.37392 140.54688 184.37392 141.20312L183.28017 141.20312Q183.28017 140.1875 184.01454 139.51562Q184.76454 138.84375 185.90517 138.84375Q187.10829 138.84375 187.79579 139.48438Q188.48329 140.125 188.48329 141.26562Q188.48329 141.82812 188.12392 142.34375Q187.76454 142.85938 187.13954 143.125Q187.84267 143.34375 188.21767 143.85938Q188.60829 144.375 188.60829 145.125Q188.60829 146.26562 187.85829 146.95312Q187.10829 147.625 185.90517 147.625Q184.71767 147.625 183.95204 146.96875Q183.20204 146.3125 183.20204 145.25L184.29579 145.25Q184.29579 145.92188 184.73329 146.32812Q185.17079 146.73438 185.92079 146.73438Q186.70204 146.73438 187.10829 146.32812Q187.53017 145.90625 187.53017 145.14062Q187.53017 144.40625 187.07704 144.01562Q186.62392 143.60938 185.74892 143.59375L184.93642 143.59375L184.93642 142.70312ZM190.26454 140.60938Q190.26454 139.84375 190.74892 139.34375Q191.24892 138.84375 192.01454 138.84375Q192.79579 138.84375 193.28017 139.34375Q193.76454 139.84375 193.76454 140.64062L193.76454 141.0625Q193.76454 141.82812 193.26454 142.32812Q192.78017 142.8125 192.03017 142.8125Q191.26454 142.8125 190.76454 142.32812Q190.26454 141.82812 190.26454 141.01562L190.26454 140.60938ZM191.07704 141.0625Q191.07704 141.51562 191.32704 141.8125Q191.59267 142.10938 192.03017 142.10938Q192.45204 142.10938 192.70204 141.82812Q192.95204 141.53125 192.95204 141.03125L192.95204 140.60938Q192.95204 140.15625 192.70204 139.85938Q192.45204 139.54688 192.01454 139.54688Q191.57704 139.54688 191.32704 139.85938Q191.07704 140.15625 191.07704 140.625L191.07704 141.0625ZM194.42079 145.40625Q194.42079 144.64062 194.90517 144.15625Q195.40517 143.65625 196.17079 143.65625Q196.93642 143.65625 197.42079 144.15625Q197.92079 144.64062 197.92079 145.45312L197.92079 145.85938Q197.92079 146.625 197.43642 147.125Q196.95204 147.625 196.18642 147.625Q195.42079 147.625 194.92079 147.14062Q194.42079 146.64062 194.42079 145.82812L194.42079 145.40625ZM195.23329 145.85938Q195.23329 146.32812 195.48329 146.625Q195.74892 146.92188 196.18642 146.92188Q196.60829 146.92188 196.85829 146.64062Q197.10829 146.34375 197.10829 145.84375L197.10829 145.40625Q197.10829 144.9375 196.84267 144.65625Q196.59267 144.35938 196.17079 144.35938Q195.74892 144.35938 195.48329 144.65625Q195.23329 144.9375 195.23329 145.4375L195.23329 145.85938ZM192.28017 146.85938L191.65517 146.46875L195.82704 139.79688L196.43642 140.1875L192.28017 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M184.93642 142.70312L185.74892 142.70312Q186.53017 142.6875 186.96767 142.29688Q187.40517 141.90625 187.40517 141.23438Q187.40517 139.73438 185.90517 139.73438Q185.20204 139.73438 184.78017 140.14062Q184.37392 140.54688 184.37392 141.20312L183.28017 141.20312Q183.28017 140.1875 184.01454 139.51562Q184.76454 138.84375 185.90517 138.84375Q187.10829 138.84375 187.79579 139.48438Q188.48329 140.125 188.48329 141.26562Q188.48329 141.82812 188.12392 142.34375Q187.76454 142.85938 187.13954 143.125Q187.84267 143.34375 188.21767 143.85938Q188.60829 144.375 188.60829 145.125Q188.60829 146.26562 187.85829 146.95312Q187.10829 147.625 185.90517 147.625Q184.71767 147.625 183.95204 146.96875Q183.20204 146.3125 183.20204 145.25L184.29579 145.25Q184.29579 145.92188 184.73329 146.32812Q185.17079 146.73438 185.92079 146.73438Q186.70204 146.73438 187.10829 146.32812Q187.53017 145.90625 187.53017 145.14062Q187.53017 144.40625 187.07704 144.01562Q186.62392 143.60938 185.74892 143.59375L184.93642 143.59375L184.93642 142.70312ZM190.26454 140.60938Q190.26454 139.84375 190.74892 139.34375Q191.24892 138.84375 192.01454 138.84375Q192.79579 138.84375 193.28017 139.34375Q193.76454 139.84375 193.76454 140.64062L193.76454 141.0625Q193.76454 141.82812 193.26454 142.32812Q192.78017 142.8125 192.03017 142.8125Q191.26454 142.8125 190.76454 142.32812Q190.26454 141.82812 190.26454 141.01562L190.26454 140.60938ZM191.07704 141.0625Q191.07704 141.51562 191.32704 141.8125Q191.59267 142.10938 192.03017 142.10938Q192.45204 142.10938 192.70204 141.82812Q192.95204 141.53125 192.95204 141.03125L192.95204 140.60938Q192.95204 140.15625 192.70204 139.85938Q192.45204 139.54688 192.01454 139.54688Q191.57704 139.54688 191.32704 139.85938Q191.07704 140.15625 191.07704 140.625L191.07704 141.0625ZM194.42079 145.40625Q194.42079 144.64062 194.90517 144.15625Q195.40517 143.65625 196.17079 143.65625Q196.93642 143.65625 197.42079 144.15625Q197.92079 144.64062 197.92079 145.45312L197.92079 145.85938Q197.92079 146.625 197.43642 147.125Q196.95204 147.625 196.18642 147.625Q195.42079 147.625 194.92079 147.14062Q194.42079 146.64062 194.42079 145.82812L194.42079 145.40625ZM195.23329 145.85938Q195.23329 146.32812 195.48329 146.625Q195.74892 146.92188 196.18642 146.92188Q196.60829 146.92188 196.85829 146.64062Q197.10829 146.34375 197.10829 145.84375L197.10829 145.40625Q197.10829 144.9375 196.84267 144.65625Q196.59267 144.35938 196.17079 144.35938Q195.74892 144.35938 195.48329 144.65625Q195.23329 144.9375 195.23329 145.4375L195.23329 145.85938ZM192.28017 146.85938L191.65517 146.46875L195.82704 139.79688L196.43642 140.1875L192.28017 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M295.1219 196.98235Q295.1219 196.21672 295.60626 195.71672Q296.10626 195.21672 296.8719 195.21672Q297.65314 195.21672 298.1375 195.71672Q298.6219 196.21672 298.6219 197.0136L298.6219 197.43547Q298.6219 198.2011 298.1219 198.7011Q297.6375 199.18547 296.8875 199.18547Q296.1219 199.18547 295.6219 198.7011Q295.1219 198.2011 295.1219 197.3886L295.1219 196.98235ZM295.9344 197.43547Q295.9344 197.8886 296.1844 198.18547Q296.45 198.48235 296.8875 198.48235Q297.3094 198.48235 297.5594 198.2011Q297.8094 197.90422 297.8094 197.40422L297.8094 196.98235Q297.8094 196.52922 297.5594 196.23235Q297.3094 195.91985 296.8719 195.91985Q296.4344 195.91985 296.1844 196.23235Q295.9344 196.52922 295.9344 196.99797L295.9344 197.43547ZM299.27814 201.77922Q299.27814 201.0136 299.7625 200.52922Q300.2625 200.02922 301.02814 200.02922Q301.79376 200.02922 302.27814 200.52922Q302.77814 201.0136 302.77814 201.8261L302.77814 202.23235Q302.77814 202.99797 302.29376 203.49797Q301.8094 203.99797 301.04376 203.99797Q300.27814 203.99797 299.77814 203.5136Q299.27814 203.0136 299.27814 202.2011L299.27814 201.77922ZM300.09064 202.23235Q300.09064 202.7011 300.34064 202.99797Q300.60626 203.29485 301.04376 203.29485Q301.46564 203.29485 301.71564 203.0136Q301.96564 202.71672 301.96564 202.21672L301.96564 201.77922Q301.96564 201.31047 301.7 201.02922Q301.45 200.73235 301.02814 200.73235Q300.60626 200.73235 300.34064 201.02922Q300.09064 201.31047 300.09064 201.81047L300.09064 202.23235ZM297.1375 203.23235L296.5125 202.84172L300.6844 196.16985L301.29376 196.56047L297.1375 203.23235ZM307.04376 200.6386Q307.04376 199.71672 307.40314 198.96672Q307.77814 198.21672 308.4344 197.8261Q309.09064 197.41985 309.91876 197.41985Q311.21564 197.41985 312.0125 198.31047Q312.825 199.2011 312.825 200.7011L312.825 200.77922Q312.825 201.7011 312.46564 202.43547Q312.10626 203.16985 311.45 203.59172Q310.79376 203.99797 309.9344 203.99797Q308.65314 203.99797 307.84064 203.10735Q307.04376 202.2011 307.04376 200.71672L307.04376 200.6386ZM308.1375 200.77922Q308.1375 201.8261 308.6219 202.46672Q309.1219 203.10735 309.9344 203.10735Q310.7625 203.10735 311.2469 202.46672Q311.73126 201.81047 311.73126 200.6386Q311.73126 199.60735 311.23126 198.96672Q310.7469 198.31047 309.91876 198.31047Q309.1219 198.31047 308.6219 198.9511Q308.1375 199.5761 308.1375 200.77922ZM314.8719 203.87297L314.8719 198.37297L313.8719 198.37297L313.8719 197.52922L314.8719 197.52922L314.8719 196.8886Q314.8719 195.85735 315.40314 195.31047Q315.95 194.74797 316.95 194.74797Q317.325 194.74797 317.7 194.84172L317.6375 195.73235Q317.35626 195.66985 317.0594 195.66985Q316.52814 195.66985 316.23126 195.98235Q315.95 196.29485 315.95 196.85735L315.95 197.52922L317.3094 197.52922L317.3094 198.37297L315.95 198.37297L315.95 203.87297L314.8719 203.87297ZM324.40314 198.49797Q324.15314 198.46672 323.8719 198.46672Q322.79376 198.46672 322.41876 199.37297L322.41876 203.87297L321.34064 203.87297L321.34064 197.52922L322.3875 197.52922L322.40314 198.2636Q322.9344 197.41985 323.91876 197.41985Q324.23126 197.41985 324.40314 197.49797L324.40314 198.49797ZM327.96564 203.99797Q326.66876 203.99797 325.85626 203.15422Q325.0594 202.29485 325.0594 200.87297L325.0594 200.68547Q325.0594 199.73235 325.41876 198.99797Q325.77814 198.24797 326.41876 197.84172Q327.075 197.41985 327.825 197.41985Q329.0594 197.41985 329.7469 198.23235Q330.4344 199.04485 330.4344 200.56047L330.4344 201.0136L326.1375 201.0136Q326.16876 201.9511 326.6844 202.52922Q327.21564 203.10735 328.02814 203.10735Q328.59064 203.10735 328.98126 202.87297Q329.3875 202.6386 329.7 202.24797L330.35626 202.7636Q329.5594 203.99797 327.96564 203.99797ZM327.825 198.31047Q327.16876 198.31047 326.71564 198.79485Q326.27814 199.2636 326.1844 200.12297L329.35626 200.12297L329.35626 200.04485Q329.3094 199.21672 328.90314 198.7636Q328.5125 198.31047 327.825 198.31047ZM335.02814 202.18547Q335.02814 201.74797 334.6844 201.5136Q334.35626 201.2636 333.52814 201.09172Q332.71564 200.91985 332.23126 200.66985Q331.7469 200.41985 331.5125 200.09172Q331.29376 199.74797 331.29376 199.27922Q331.29376 198.49797 331.95 197.96672Q332.60626 197.41985 333.6375 197.41985Q334.71564 197.41985 335.3719 197.98235Q336.04376 198.52922 336.04376 199.3886L334.96564 199.3886Q334.96564 198.9511 334.575 198.6386Q334.2 198.31047 333.6375 198.31047Q333.04376 198.31047 332.7 198.5761Q332.3719 198.8261 332.3719 199.23235Q332.3719 199.62297 332.6844 199.8261Q332.9969 200.02922 333.8094 200.21672Q334.6219 200.3886 335.1219 200.6386Q335.6219 200.8886 335.85626 201.24797Q336.10626 201.60735 336.10626 202.10735Q336.10626 202.96672 335.41876 203.48235Q334.7469 203.99797 333.66876 203.99797Q332.90314 203.99797 332.3094 203.73235Q331.73126 203.4511 331.40314 202.96672Q331.075 202.48235 331.075 201.91985L332.15314 201.91985Q332.1844 202.46672 332.59064 202.79485Q332.9969 203.10735 333.66876 203.10735Q334.27814 203.10735 334.65314 202.85735Q335.02814 202.60735 335.02814 202.18547ZM342.6844 200.77922Q342.6844 202.21672 342.02814 203.10735Q341.3719 203.99797 340.23126 203.99797Q339.075 203.99797 338.41876 203.2636L338.41876 206.31047L337.34064 206.31047L337.34064 197.52922L338.325 197.52922L338.3719 198.23235Q339.04376 197.41985 340.21564 197.41985Q341.35626 197.41985 342.0125 198.27922Q342.6844 199.1386 342.6844 200.66985L342.6844 200.77922ZM341.60626 200.65422Q341.60626 199.5761 341.1375 198.96672Q340.6844 198.34172 339.8875 198.34172Q338.90314 198.34172 338.41876 199.2011L338.41876 202.23235Q338.90314 203.10735 339.90314 203.10735Q340.6844 203.10735 341.1375 202.49797Q341.60626 201.87297 341.60626 200.65422ZM344.04376 200.6386Q344.04376 199.71672 344.40314 198.96672Q344.77814 198.21672 345.4344 197.8261Q346.09064 197.41985 346.91876 197.41985Q348.21564 197.41985 349.0125 198.31047Q349.825 199.2011 349.825 200.7011L349.825 200.77922Q349.825 201.7011 349.46564 202.43547Q349.10626 203.16985 348.45 203.59172Q347.79376 203.99797 346.9344 203.99797Q345.65314 203.99797 344.84064 203.10735Q344.04376 202.2011 344.04376 200.71672L344.04376 200.6386ZM345.1375 200.77922Q345.1375 201.8261 345.6219 202.46672Q346.1219 203.10735 346.9344 203.10735Q347.7625 203.10735 348.2469 202.46672Q348.73126 201.81047 348.73126 200.6386Q348.73126 199.60735 348.23126 198.96672Q347.7469 198.31047 346.91876 198.31047Q346.1219 198.31047 345.6219 198.9511Q345.1375 199.5761 345.1375 200.77922ZM352.35626 197.52922L352.3875 198.3261Q353.1219 197.41985 354.29376 197.41985Q356.3094 197.41985 356.325 199.68547L356.325 203.87297L355.23126 203.87297L355.23126 199.66985Q355.23126 198.99797 354.91876 198.66985Q354.6219 198.34172 353.96564 198.34172Q353.4344 198.34172 353.02814 198.62297Q352.6375 198.90422 352.41876 199.35735L352.41876 203.87297L351.34064 203.87297L351.34064 197.52922L352.35626 197.52922ZM358.075 200.65422Q358.075 199.18547 358.7625 198.31047Q359.45 197.41985 360.575 197.41985Q361.6844 197.41985 362.34064 198.16985L362.34064 194.87297L363.41876 194.87297L363.41876 203.87297L362.41876 203.87297L362.3719 203.18547Q361.71564 203.99797 360.5594 203.99797Q359.46564 203.99797 358.7625 203.09172Q358.075 202.18547 358.075 200.73235L358.075 200.65422ZM359.15314 200.77922Q359.15314 201.85735 359.59064 202.46672Q360.04376 203.0761 360.825 203.0761Q361.85626 203.0761 362.34064 202.1386L362.34064 199.23235Q361.85626 198.34172 360.84064 198.34172Q360.04376 198.34172 359.59064 198.9511Q359.15314 199.56047 359.15314 200.77922ZM367.96564 203.99797Q366.66876 203.99797 365.85626 203.15422Q365.0594 202.29485 365.0594 200.87297L365.0594 200.68547Q365.0594 199.73235 365.41876 198.99797Q365.77814 198.24797 366.41876 197.84172Q367.075 197.41985 367.825 197.41985Q369.0594 197.41985 369.7469 198.23235Q370.4344 199.04485 370.4344 200.56047L370.4344 201.0136L366.1375 201.0136Q366.16876 201.9511 366.6844 202.52922Q367.21564 203.10735 368.02814 203.10735Q368.59064 203.10735 368.98126 202.87297Q369.3875 202.6386 369.7 202.24797L370.35626 202.7636Q369.5594 203.99797 367.96564 203.99797ZM367.825 198.31047Q367.16876 198.31047 366.71564 198.79485Q366.27814 199.2636 366.1844 200.12297L369.35626 200.12297L369.35626 200.04485Q369.3094 199.21672 368.90314 198.7636Q368.5125 198.31047 367.825 198.31047ZM372.35626 197.52922L372.3875 198.3261Q373.1219 197.41985 374.29376 197.41985Q376.3094 197.41985 376.325 199.68547L376.325 203.87297L375.23126 203.87297L375.23126 199.66985Q375.23126 198.99797 374.91876 198.66985Q374.6219 198.34172 373.96564 198.34172Q373.4344 198.34172 373.02814 198.62297Q372.6375 198.90422 372.41876 199.35735L372.41876 203.87297L371.34064 203.87297L371.34064 197.52922L372.35626 197.52922ZM379.8094 195.99797L379.8094 197.52922L380.98126 197.52922L380.98126 198.37297L379.8094 198.37297L379.8094 202.29485Q379.8094 202.68547 379.96564 202.87297Q380.1219 203.06047 380.4969 203.06047Q380.6844 203.06047 381.0125 202.99797L381.0125 203.87297Q380.59064 203.99797 380.1844 203.99797Q379.46564 203.99797 379.09064 203.56047Q378.71564 203.10735 378.71564 202.29485L378.71564 198.37297L377.5594 198.37297L377.5594 197.52922L378.71564 197.52922L378.71564 195.99797L379.8094 195.99797ZM386.02814 202.18547Q386.02814 201.74797 385.6844 201.5136Q385.35626 201.2636 384.52814 201.09172Q383.71564 200.91985 383.23126 200.66985Q382.7469 200.41985 382.5125 200.09172Q382.29376 199.74797 382.29376 199.27922Q382.29376 198.49797 382.95 197.96672Q383.60626 197.41985 384.6375 197.41985Q385.71564 197.41985 386.3719 197.98235Q387.04376 198.52922 387.04376 199.3886L385.96564 199.3886Q385.96564 198.9511 385.575 198.6386Q385.2 198.31047 384.6375 198.31047Q384.04376 198.31047 383.7 198.5761Q383.3719 198.8261 383.3719 199.23235Q383.3719 199.62297 383.6844 199.8261Q383.9969 200.02922 384.8094 200.21672Q385.6219 200.3886 386.1219 200.6386Q386.6219 200.8886 386.85626 201.24797Q387.10626 201.60735 387.10626 202.10735Q387.10626 202.96672 386.41876 203.48235Q385.7469 203.99797 384.66876 203.99797Q383.90314 203.99797 383.3094 203.73235Q382.73126 203.4511 382.40314 202.96672Q382.075 202.48235 382.075 201.91985L383.15314 201.91985Q383.1844 202.46672 383.59064 202.79485Q383.9969 203.10735 384.66876 203.10735Q385.27814 203.10735 385.65314 202.85735Q386.02814 202.60735 386.02814 202.18547ZM391.29376 200.40422Q391.29376 199.09172 391.6375 197.87297Q391.9969 196.65422 392.7 195.65422Q393.40314 194.65422 394.16876 194.24797L394.3875 194.96672Q393.52814 195.62297 392.98126 196.96672Q392.4344 198.31047 392.3875 199.98235L392.3719 200.48235Q392.3719 202.74797 393.2 204.40422Q393.7 205.40422 394.3875 205.96672L394.16876 206.62297Q393.3875 206.2011 392.66876 205.16985Q391.29376 203.18547 391.29376 200.40422ZM396.35626 197.52922L396.3875 198.3261Q397.1219 197.41985 398.29376 197.41985Q400.3094 197.41985 400.325 199.68547L400.325 203.87297L399.23126 203.87297L399.23126 199.66985Q399.23126 198.99797 398.91876 198.66985Q398.6219 198.34172 397.96564 198.34172Q397.4344 198.34172 397.02814 198.62297Q396.6375 198.90422 396.41876 199.35735L396.41876 203.87297L395.34064 203.87297L395.34064 197.52922L396.35626 197.52922ZM407.29376 199.10735L402.40314 199.10735L402.40314 198.15422L407.29376 198.15422L407.29376 199.10735ZM407.29376 201.52922L402.40314 201.52922L402.40314 200.59172L407.29376 200.59172L407.29376 201.52922ZM413.48126 195.34172L413.48126 196.24797L413.27814 196.24797Q412.0125 196.27922 411.2625 197.0136Q410.5125 197.73235 410.3875 199.04485Q411.075 198.27922 412.23126 198.27922Q413.34064 198.27922 414.0125 199.06047Q414.6844 199.84172 414.6844 201.09172Q414.6844 202.40422 413.96564 203.2011Q413.2469 203.99797 412.02814 203.99797Q410.8094 203.99797 410.04376 203.06047Q409.29376 202.10735 409.29376 200.62297L409.29376 200.21672Q409.29376 197.85735 410.29376 196.60735Q411.29376 195.35735 413.27814 195.34172L413.48126 195.34172ZM412.0594 199.18547Q411.4969 199.18547 411.02814 199.5136Q410.5594 199.84172 410.3719 200.35735L410.3719 200.74797Q410.3719 201.81047 410.84064 202.4511Q411.325 203.09172 412.02814 203.09172Q412.7625 203.09172 413.1844 202.56047Q413.60626 202.0136 413.60626 201.1386Q413.60626 200.2636 413.1844 199.73235Q412.7625 199.18547 412.0594 199.18547ZM416.29376 205.5761L415.6844 205.15422Q416.23126 204.3886 416.2625 203.56047L416.2625 202.59172L417.325 202.59172L417.325 203.43547Q417.325 204.02922 417.02814 204.62297Q416.73126 205.21672 416.29376 205.5761ZM422.79376 201.0136L423.98126 201.0136L423.98126 201.8886L422.79376 201.8886L422.79376 203.87297L421.71564 203.87297L421.71564 201.8886L417.825 201.8886L417.825 201.24797L421.6375 195.34172L422.79376 195.34172L422.79376 201.0136ZM419.0594 201.0136L421.71564 201.0136L421.71564 196.8261L421.575 197.06047L419.0594 201.0136ZM430.575 200.23235Q430.575 202.1386 429.91876 203.0761Q429.27814 203.99797 427.8875 203.99797Q426.52814 203.99797 425.8719 203.09172Q425.21564 202.18547 425.1844 200.37297L425.1844 198.93547Q425.1844 197.04485 425.825 196.1386Q426.48126 195.21672 427.8719 195.21672Q429.2469 195.21672 429.90314 196.10735Q430.5594 196.98235 430.575 198.8261L430.575 200.23235ZM429.48126 198.74797Q429.48126 197.37297 429.09064 196.74797Q428.71564 196.10735 427.8719 196.10735Q427.04376 196.10735 426.65314 196.74797Q426.27814 197.37297 426.27814 198.66985L426.27814 200.40422Q426.27814 201.77922 426.66876 202.4511Q427.075 203.10735 427.8875 203.10735Q428.6844 203.10735 429.075 202.48235Q429.46564 201.85735 429.48126 200.52922L429.48126 198.74797ZM437.40314 197.56047Q437.40314 198.2011 437.0594 198.7011Q436.71564 199.2011 436.15314 199.48235Q436.8094 199.7636 437.2 200.3261Q437.59064 200.87297 437.59064 201.5761Q437.59064 202.66985 436.84064 203.34172Q436.10626 203.99797 434.8875 203.99797Q433.65314 203.99797 432.90314 203.34172Q432.16876 202.66985 432.16876 201.5761Q432.16876 200.87297 432.54376 200.3261Q432.91876 199.7636 433.59064 199.48235Q433.02814 199.2011 432.7 198.7011Q432.3719 198.2011 432.3719 197.56047Q432.3719 196.48235 433.0594 195.85735Q433.7469 195.21672 434.8875 195.21672Q436.0125 195.21672 436.7 195.85735Q437.40314 196.48235 437.40314 197.56047ZM436.5125 201.54485Q436.5125 200.8261 436.0594 200.3886Q435.60626 199.93547 434.8719 199.93547Q434.1375 199.93547 433.6844 200.3886Q433.2469 200.8261 433.2469 201.56047Q433.2469 202.27922 433.6844 202.7011Q434.1219 203.10735 434.8875 203.10735Q435.6375 203.10735 436.075 202.68547Q436.5125 202.2636 436.5125 201.54485ZM434.8875 196.10735Q434.2469 196.10735 433.84064 196.5136Q433.45 196.90422 433.45 197.59172Q433.45 198.23235 433.84064 198.6386Q434.23126 199.04485 434.8719 199.04485Q435.52814 199.04485 435.91876 198.6386Q436.3094 198.23235 436.3094 197.59172Q436.3094 196.93547 435.90314 196.52922Q435.4969 196.10735 434.8875 196.10735ZM441.84064 200.46672Q441.84064 201.77922 441.4969 202.98235Q441.15314 204.16985 440.4344 205.18547Q439.73126 206.2011 438.96564 206.62297L438.73126 205.96672Q439.6375 205.27922 440.1844 203.8261Q440.73126 202.35735 440.7469 200.59172L440.7469 200.40422Q440.7469 199.16985 440.48126 198.10735Q440.23126 197.04485 439.7625 196.21672Q439.3094 195.37297 438.73126 194.90422L438.96564 194.24797Q439.73126 194.66985 440.4344 195.66985Q441.1375 196.66985 441.48126 197.8886Q441.84064 199.09172 441.84064 200.46672Z" fill-rule="nonzero"/><path fill="#666666" d="M145.04688 75.09615L143.92188 75.09615L139.625 68.51803L139.625 75.09615L138.48438 75.09615L138.48438 66.5649L139.625 66.5649L143.92188 73.17428L143.92188 66.5649L145.04688 66.5649L145.04688 75.09615ZM147.03125 71.86178Q147.03125 70.9399 147.39062 70.1899Q147.76562 69.4399 148.42188 69.04928Q149.07812 68.64303 149.90625 68.64303Q151.20312 68.64303 152.0 69.53365Q152.8125 70.42428 152.8125 71.92428L152.8125 72.0024Q152.8125 72.92428 152.45312 73.65865Q152.09375 74.39303 151.4375 74.8149Q150.78125 75.22115 149.92188 75.22115Q148.64062 75.22115 147.82812 74.33053Q147.03125 73.42428 147.03125 71.9399L147.03125 71.86178ZM148.125 72.0024Q148.125 73.04928 148.60938 73.6899Q149.10938 74.33053 149.92188 74.33053Q150.75 74.33053 151.23438 73.6899Q151.71875 73.03365 151.71875 71.86178Q151.71875 70.83053 151.21875 70.1899Q150.73438 69.53365 149.90625 69.53365Q149.10938 69.53365 148.60938 70.17428Q148.125 70.79928 148.125 72.0024Z" fill-rule="nonzero"/><path fill="#666666" d="M138.09375 95.105705L140.3125 90.824455L141.59375 90.824455L138.65625 96.168205L138.65625 99.355705L137.53125 99.355705L137.53125 96.168205L134.59375 90.824455L135.875 90.824455L138.09375 95.105705ZM144.95312 99.480705Q143.65625 99.480705 142.84375 98.636955Q142.04688 97.77758 142.04688 96.355705L142.04688 96.168205Q142.04688 95.21508 142.40625 94.480705Q142.76562 93.730705 143.40625 93.324455Q144.0625 92.90258 144.8125 92.90258Q146.04688 92.90258 146.73438 93.71508Q147.42188 94.52758 147.42188 96.043205L147.42188 96.49633L143.125 96.49633Q143.15625 97.43383 143.67188 98.011955Q144.20312 98.59008 145.01562 98.59008Q145.57812 98.59008 145.96875 98.355705Q146.375 98.12133 146.6875 97.730705L147.34375 98.24633Q146.54688 99.480705 144.95312 99.480705ZM144.8125 93.793205Q144.15625 93.793205 143.70312 94.27758Q143.26562 94.74633 143.17188 95.605705L146.34375 95.605705L146.34375 95.52758Q146.29688 94.699455 145.89062 94.24633Q145.5 93.793205 144.8125 93.793205ZM152.01562 97.668205Q152.01562 97.230705 151.67188 96.99633Q151.34375 96.74633 150.51562 96.574455Q149.70312 96.40258 149.21875 96.15258Q148.73438 95.90258 148.5 95.574455Q148.28125 95.230705 148.28125 94.761955Q148.28125 93.980705 148.9375 93.449455Q149.59375 92.90258 150.625 92.90258Q151.70312 92.90258 152.35938 93.46508Q153.03125 94.011955 153.03125 94.87133L151.95312 94.87133Q151.95312 94.43383 151.5625 94.12133Q151.1875 93.793205 150.625 93.793205Q150.03125 93.793205 149.6875 94.05883Q149.35938 94.30883 149.35938 94.71508Q149.35938 95.105705 149.67188 95.30883Q149.98438 95.511955 150.79688 95.699455Q151.60938 95.87133 152.10938 96.12133Q152.60938 96.37133 152.84375 96.730705Q153.09375 97.09008 153.09375 97.59008Q153.09375 98.449455 152.40625 98.96508Q151.73438 99.480705 150.65625 99.480705Q149.89062 99.480705 149.29688 99.21508Q148.71875 98.93383 148.39062 98.449455Q148.0625 97.96508 148.0625 97.40258L149.14062 97.40258Q149.17188 97.949455 149.57812 98.27758Q149.98438 98.59008 150.65625 98.59008Q151.26562 98.59008 151.64062 98.34008Q152.01562 98.09008 152.01562 97.668205Z" fill-rule="nonzero"/><path fill="#666666" d="M92.703125 123.61526L91.578125 123.61526L91.578125 115.08401L92.703125 115.08401L92.703125 123.61526ZM94.984375 115.27151L94.859375 117.42776L94.109375 117.42776L94.109375 114.61526L94.984375 114.61526L94.984375 115.27151ZM97.34375 117.27151L97.375 117.97463Q98.0625 117.16213 99.25 117.16213Q100.578125 117.16213 101.0625 118.17776Q101.375 117.72463 101.875 117.44338Q102.390625 117.16213 103.078125 117.16213Q105.171875 117.16213 105.203125 119.36526L105.203125 123.61526L104.125 123.61526L104.125 119.42776Q104.125 118.75588 103.8125 118.42776Q103.5 118.08401 102.765625 118.08401Q102.15625 118.08401 101.75 118.44338Q101.359375 118.80276 101.296875 119.41213L101.296875 123.61526L100.21875 123.61526L100.21875 119.45901Q100.21875 118.08401 98.859375 118.08401Q97.796875 118.08401 97.40625 118.99026L97.40625 123.61526L96.3125 123.61526L96.3125 117.27151L97.34375 117.27151ZM111.34375 117.27151L111.375 118.06838Q112.109375 117.16213 113.28125 117.16213Q115.296875 117.16213 115.3125 119.42776L115.3125 123.61526L114.21875 123.61526L114.21875 119.41213Q114.21875 118.74026 113.90625 118.41213Q113.609375 118.08401 112.953125 118.08401Q112.421875 118.08401 112.015625 118.36526Q111.625 118.64651 111.40625 119.09963L111.40625 123.61526L110.328125 123.61526L110.328125 117.27151L111.34375 117.27151ZM117.03125 120.38088Q117.03125 119.45901 117.390625 118.70901Q117.765625 117.95901 118.421875 117.56838Q119.078125 117.16213 119.90625 117.16213Q121.203125 117.16213 122.0 118.05276Q122.8125 118.94338 122.8125 120.44338L122.8125 120.52151Q122.8125 121.44338 122.453125 122.17776Q122.09375 122.91213 121.4375 123.33401Q120.78125 123.74026 119.921875 123.74026Q118.640625 123.74026 117.828125 122.84963Q117.03125 121.94338 117.03125 120.45901L117.03125 120.38088ZM118.125 120.52151Q118.125 121.56838 118.609375 122.20901Q119.109375 122.84963 119.921875 122.84963Q120.75 122.84963 121.234375 122.20901Q121.71875 121.55276 121.71875 120.38088Q121.71875 119.34963 121.21875 118.70901Q120.734375 118.05276 119.90625 118.05276Q119.109375 118.05276 118.609375 118.69338Q118.125 119.31838 118.125 120.52151ZM125.796875 115.74026L125.796875 117.27151L126.96875 117.27151L126.96875 118.11526L125.796875 118.11526L125.796875 122.03713Q125.796875 122.42776 125.953125 122.61526Q126.109375 122.80276 126.484375 122.80276Q126.671875 122.80276 127.0 122.74026L127.0 123.61526Q126.578125 123.74026 126.171875 123.74026Q125.453125 123.74026 125.078125 123.30276Q124.703125 122.84963 124.703125 122.03713L124.703125 118.11526L123.546875 118.11526L123.546875 117.27151L124.703125 117.27151L124.703125 115.74026L125.796875 115.74026ZM135.01562 121.92776Q135.01562 121.49026 134.67188 121.25588Q134.34375 121.00588 133.51562 120.83401Q132.70312 120.66213 132.21875 120.41213Q131.73438 120.16213 131.5 119.83401Q131.28125 119.49026 131.28125 119.02151Q131.28125 118.24026 131.9375 117.70901Q132.59375 117.16213 133.625 117.16213Q134.70312 117.16213 135.35938 117.72463Q136.03125 118.27151 136.03125 119.13088L134.95312 119.13088Q134.95312 118.69338 134.5625 118.38088Q134.1875 118.05276 133.625 118.05276Q133.03125 118.05276 132.6875 118.31838Q132.35938 118.56838 132.35938 118.97463Q132.35938 119.36526 132.67188 119.56838Q132.98438 119.77151 133.79688 119.95901Q134.60938 120.13088 135.10938 120.38088Q135.60938 120.63088 135.84375 120.99026Q136.09375 121.34963 136.09375 121.84963Q136.09375 122.70901 135.40625 123.22463Q134.73438 123.74026 133.65625 123.74026Q132.89062 123.74026 132.29688 123.47463Q131.71875 123.19338 131.39062 122.70901Q131.0625 122.22463 131.0625 121.66213L132.14062 121.66213Q132.17188 122.20901 132.57812 122.53713Q132.98438 122.84963 133.65625 122.84963Q134.26562 122.84963 134.64062 122.59963Q135.01562 122.34963 135.01562 121.92776ZM141.23438 122.99026Q140.60938 123.74026 139.375 123.74026Q138.35938 123.74026 137.82812 123.14651Q137.29688 122.55276 137.29688 121.39651L137.29688 117.27151L138.375 117.27151L138.375 121.36526Q138.375 122.81838 139.54688 122.81838Q140.79688 122.81838 141.20312 121.88088L141.20312 117.27151L142.29688 117.27151L142.29688 123.61526L141.26562 123.61526L141.23438 122.99026ZM147.39062 118.24026Q147.14062 118.20901 146.85938 118.20901Q145.78125 118.20901 145.40625 119.11526L145.40625 123.61526L144.32812 123.61526L144.32812 117.27151L145.375 117.27151L145.39062 118.00588Q145.92188 117.16213 146.90625 117.16213Q147.21875 117.16213 147.39062 117.24026L147.39062 118.24026ZM150.95312 123.74026Q149.65625 123.74026 148.84375 122.89651Q148.04688 122.03713 148.04688 120.61526L148.04688 120.42776Q148.04688 119.47463 148.40625 118.74026Q148.76562 117.99026 149.40625 117.58401Q150.0625 117.16213 150.8125 117.16213Q152.04688 117.16213 152.73438 117.97463Q153.42188 118.78713 153.42188 120.30276L153.42188 120.75588L149.125 120.75588Q149.15625 121.69338 149.67188 122.27151Q150.20312 122.84963 151.01562 122.84963Q151.57812 122.84963 151.96875 122.61526Q152.375 122.38088 152.6875 121.99026L153.34375 122.50588Q152.54688 123.74026 150.95312 123.74026ZM150.8125 118.05276Q150.15625 118.05276 149.70312 118.53713Q149.26562 119.00588 149.17188 119.86526L152.34375 119.86526L152.34375 119.78713Q152.29688 118.95901 151.89062 118.50588Q151.5 118.05276 150.8125 118.05276Z" fill-rule="nonzero"/><path fill="#666666" d="M28.328125 145.1873L28.5 146.3123L28.734375 145.29668L30.421875 139.34355L31.375 139.34355L33.015625 145.29668L33.25 146.32793L33.4375 145.17168L34.765625 139.34355L35.890625 139.34355L33.828125 147.8748L32.796875 147.8748L31.03125 141.65605L30.90625 140.9998L30.765625 141.65605L28.953125 147.8748L27.921875 147.8748L25.859375 139.34355L26.984375 139.34355L28.328125 145.1873ZM39.953125 147.9998Q38.65625 147.9998 37.84375 147.15605Q37.046875 146.29668 37.046875 144.8748L37.046875 144.6873Q37.046875 143.73418 37.40625 142.9998Q37.765625 142.2498 38.40625 141.84355Q39.0625 141.42168 39.8125 141.42168Q41.046875 141.42168 41.734375 142.23418Q42.421875 143.04668 42.421875 144.5623L42.421875 145.01543L38.125 145.01543Q38.15625 145.95293 38.671875 146.53105Q39.203125 147.10918 40.015625 147.10918Q40.578125 147.10918 40.96875 146.8748Q41.375 146.64043 41.6875 146.2498L42.34375 146.76543Q41.546875 147.9998 39.953125 147.9998ZM39.8125 142.3123Q39.15625 142.3123 38.703125 142.79668Q38.265625 143.26543 38.171875 144.1248L41.34375 144.1248L41.34375 144.04668Q41.296875 143.21855 40.890625 142.76543Q40.5 142.3123 39.8125 142.3123ZM50.234375 147.2498Q49.609375 147.9998 48.375 147.9998Q47.359375 147.9998 46.828125 147.40605Q46.296875 146.8123 46.296875 145.65605L46.296875 141.53105L47.375 141.53105L47.375 145.6248Q47.375 147.07793 48.546875 147.07793Q49.796875 147.07793 50.203125 146.14043L50.203125 141.53105L51.296875 141.53105L51.296875 147.8748L50.265625 147.8748L50.234375 147.2498ZM57.015625 146.1873Q57.015625 145.7498 56.671875 145.51543Q56.34375 145.26543 55.515625 145.09355Q54.703125 144.92168 54.21875 144.67168Q53.734375 144.42168 53.5 144.09355Q53.28125 143.7498 53.28125 143.28105Q53.28125 142.4998 53.9375 141.96855Q54.59375 141.42168 55.625 141.42168Q56.703125 141.42168 57.359375 141.98418Q58.03125 142.53105 58.03125 143.39043L56.953125 143.39043Q56.953125 142.95293 56.5625 142.64043Q56.1875 142.3123 55.625 142.3123Q55.03125 142.3123 54.6875 142.57793Q54.359375 142.82793 54.359375 143.23418Q54.359375 143.6248 54.671875 143.82793Q54.984375 144.03105 55.796875 144.21855Q56.609375 144.39043 57.109375 144.64043Q57.609375 144.89043 57.84375 145.2498Q58.09375 145.60918 58.09375 146.10918Q58.09375 146.96855 57.40625 147.48418Q56.734375 147.9998 55.65625 147.9998Q54.890625 147.9998 54.296875 147.73418Q53.71875 147.45293 53.390625 146.96855Q53.0625 146.48418 53.0625 145.92168L54.140625 145.92168Q54.171875 146.46855 54.578125 146.79668Q54.984375 147.10918 55.65625 147.10918Q56.265625 147.10918 56.640625 146.85918Q57.015625 146.60918 57.015625 146.1873ZM61.953125 147.9998Q60.65625 147.9998 59.84375 147.15605Q59.046875 146.29668 59.046875 144.8748L59.046875 144.6873Q59.046875 143.73418 59.40625 142.9998Q59.765625 142.2498 60.40625 141.84355Q61.0625 141.42168 61.8125 141.42168Q63.046875 141.42168 63.734375 142.23418Q64.421875 143.04668 64.421875 144.5623L64.421875 145.01543L60.125 145.01543Q60.15625 145.95293 60.671875 146.53105Q61.203125 147.10918 62.015625 147.10918Q62.578125 147.10918 62.96875 146.8748Q63.375 146.64043 63.6875 146.2498L64.34375 146.76543Q63.546875 147.9998 61.953125 147.9998ZM61.8125 142.3123Q61.15625 142.3123 60.703125 142.79668Q60.265625 143.26543 60.171875 144.1248L63.34375 144.1248L63.34375 144.04668Q63.296875 143.21855 62.890625 142.76543Q62.5 142.3123 61.8125 142.3123ZM65.0625 144.65605Q65.0625 143.1873 65.75 142.3123Q66.4375 141.42168 67.5625 141.42168Q68.671875 141.42168 69.328125 142.17168L69.328125 138.8748L70.40625 138.8748L70.40625 147.8748L69.40625 147.8748L69.359375 147.1873Q68.703125 147.9998 67.546875 147.9998Q66.453125 147.9998 65.75 147.09355Q65.0625 146.1873 65.0625 144.73418L65.0625 144.65605ZM66.140625 144.78105Q66.140625 145.85918 66.578125 146.46855Q67.03125 147.07793 67.8125 147.07793Q68.84375 147.07793 69.328125 146.14043L69.328125 143.23418Q68.84375 142.34355 67.828125 142.34355Q67.03125 142.34355 66.578125 142.95293Q66.140625 143.5623 66.140625 144.78105ZM76.796875 139.9998L76.796875 141.53105L77.96875 141.53105L77.96875 142.3748L76.796875 142.3748L76.796875 146.29668Q76.796875 146.6873 76.953125 146.8748Q77.109375 147.0623 77.484375 147.0623Q77.671875 147.0623 78.0 146.9998L78.0 147.8748Q77.578125 147.9998 77.171875 147.9998Q76.453125 147.9998 76.078125 147.5623Q75.703125 147.10918 75.703125 146.29668L75.703125 142.3748L74.546875 142.3748L74.546875 141.53105L75.703125 141.53105L75.703125 139.9998L76.796875 139.9998ZM79.03125 144.64043Q79.03125 143.71855 79.390625 142.96855Q79.765625 142.21855 80.421875 141.82793Q81.078125 141.42168 81.90625 141.42168Q83.203125 141.42168 84.0 142.3123Q84.8125 143.20293 84.8125 144.70293L84.8125 144.78105Q84.8125 145.70293 84.453125 146.4373Q84.09375 147.17168 83.4375 147.59355Q82.78125 147.9998 81.921875 147.9998Q80.640625 147.9998 79.828125 147.10918Q79.03125 146.20293 79.03125 144.71855L79.03125 144.64043ZM80.125 144.78105Q80.125 145.82793 80.609375 146.46855Q81.109375 147.10918 81.921875 147.10918Q82.75 147.10918 83.234375 146.46855Q83.71875 145.8123 83.71875 144.64043Q83.71875 143.60918 83.21875 142.96855Q82.734375 142.3123 81.90625 142.3123Q81.109375 142.3123 80.609375 142.95293Q80.125 143.57793 80.125 144.78105ZM94.6875 144.78105Q94.6875 146.23418 94.015625 147.1248Q93.359375 147.9998 92.234375 147.9998Q91.03125 147.9998 90.375 147.14043L90.3125 147.8748L89.328125 147.8748L89.328125 138.8748L90.40625 138.8748L90.40625 142.23418Q91.0625 141.42168 92.21875 141.42168Q93.375 141.42168 94.03125 142.29668Q94.6875 143.15605 94.6875 144.6873L94.6875 144.78105ZM93.609375 144.65605Q93.609375 143.54668 93.171875 142.95293Q92.75 142.34355 91.953125 142.34355Q90.875 142.34355 90.40625 143.32793L90.40625 146.07793Q90.90625 147.07793 91.953125 147.07793Q92.734375 147.07793 93.171875 146.46855Q93.609375 145.85918 93.609375 144.65605ZM100.234375 147.2498Q99.609375 147.9998 98.375 147.9998Q97.359375 147.9998 96.828125 147.40605Q96.296875 146.8123 96.296875 145.65605L96.296875 141.53105L97.375 141.53105L97.375 145.6248Q97.375 147.07793 98.546875 147.07793Q99.796875 147.07793 100.203125 146.14043L100.203125 141.53105L101.296875 141.53105L101.296875 147.8748L100.265625 147.8748L100.234375 147.2498ZM104.796875 139.9998L104.796875 141.53105L105.96875 141.53105L105.96875 142.3748L104.796875 142.3748L104.796875 146.29668Q104.796875 146.6873 104.953125 146.8748Q105.109375 147.0623 105.484375 147.0623Q105.671875 147.0623 106.0 146.9998L106.0 147.8748Q105.578125 147.9998 105.171875 147.9998Q104.453125 147.9998 104.078125 147.5623Q103.703125 147.10918 103.703125 146.29668L103.703125 142.3748L102.546875 142.3748L102.546875 141.53105L103.703125 141.53105L103.703125 139.9998L104.796875 139.9998ZM114.015625 146.1873Q114.015625 145.7498 113.671875 145.51543Q113.34375 145.26543 112.515625 145.09355Q111.703125 144.92168 111.21875 144.67168Q110.734375 144.42168 110.5 144.09355Q110.28125 143.7498 110.28125 143.28105Q110.28125 142.4998 110.9375 141.96855Q111.59375 141.42168 112.625 141.42168Q113.703125 141.42168 114.359375 141.98418Q115.03125 142.53105 115.03125 143.39043L113.953125 143.39043Q113.953125 142.95293 113.5625 142.64043Q113.1875 142.3123 112.625 142.3123Q112.03125 142.3123 111.6875 142.57793Q111.359375 142.82793 111.359375 143.23418Q111.359375 143.6248 111.671875 143.82793Q111.984375 144.03105 112.796875 144.21855Q113.609375 144.39043 114.109375 144.64043Q114.609375 144.89043 114.84375 145.2498Q115.09375 145.60918 115.09375 146.10918Q115.09375 146.96855 114.40625 147.48418Q113.734375 147.9998 112.65625 147.9998Q111.890625 147.9998 111.296875 147.73418Q110.71875 147.45293 110.390625 146.96855Q110.0625 146.48418 110.0625 145.92168L111.140625 145.92168Q111.171875 146.46855 111.578125 146.79668Q111.984375 147.10918 112.65625 147.10918Q113.265625 147.10918 113.640625 146.85918Q114.015625 146.60918 114.015625 146.1873ZM117.796875 139.9998L117.796875 141.53105L118.96875 141.53105L118.96875 142.3748L117.796875 142.3748L117.796875 146.29668Q117.796875 146.6873 117.953125 146.8748Q118.109375 147.0623 118.484375 147.0623Q118.671875 147.0623 119.0 146.9998L119.0 147.8748Q118.578125 147.9998 118.171875 147.9998Q117.453125 147.9998 117.078125 147.5623Q116.703125 147.10918 116.703125 146.29668L116.703125 142.3748L115.546875 142.3748L115.546875 141.53105L116.703125 141.53105L116.703125 139.9998L117.796875 139.9998ZM120.03125 144.64043Q120.03125 143.71855 120.390625 142.96855Q120.765625 142.21855 121.421875 141.82793Q122.078125 141.42168 122.90625 141.42168Q124.203125 141.42168 125.0 142.3123Q125.8125 143.20293 125.8125 144.70293L125.8125 144.78105Q125.8125 145.70293 125.453125 146.4373Q125.09375 147.17168 124.4375 147.59355Q123.78125 147.9998 122.921875 147.9998Q121.640625 147.9998 120.828125 147.10918Q120.03125 146.20293 120.03125 144.71855L120.03125 144.64043ZM121.125 144.78105Q121.125 145.82793 121.609375 146.46855Q122.109375 147.10918 122.921875 147.10918Q123.75 147.10918 124.234375 146.46855Q124.71875 145.8123 124.71875 144.64043Q124.71875 143.60918 124.21875 142.96855Q123.734375 142.3123 122.90625 142.3123Q122.109375 142.3123 121.609375 142.95293Q121.125 143.57793 121.125 144.78105ZM132.67188 144.78105Q132.67188 146.21855 132.01562 147.10918Q131.35938 147.9998 130.21875 147.9998Q129.0625 147.9998 128.40625 147.26543L128.40625 150.3123L127.328125 150.3123L127.328125 141.53105L128.3125 141.53105L128.35938 142.23418Q129.03125 141.42168 130.20312 141.42168Q131.34375 141.42168 132.0 142.28105Q132.67188 143.14043 132.67188 144.67168L132.67188 144.78105ZM131.59375 144.65605Q131.59375 143.57793 131.125 142.96855Q130.67188 142.34355 129.875 142.34355Q128.89062 142.34355 128.40625 143.20293L128.40625 146.23418Q128.89062 147.10918 129.89062 147.10918Q130.67188 147.10918 131.125 146.4998Q131.59375 145.8748 131.59375 144.65605ZM139.67188 144.78105Q139.67188 146.21855 139.01562 147.10918Q138.35938 147.9998 137.21875 147.9998Q136.0625 147.9998 135.40625 147.26543L135.40625 150.3123L134.32812 150.3123L134.32812 141.53105L135.3125 141.53105L135.35938 142.23418Q136.03125 141.42168 137.20312 141.42168Q138.34375 141.42168 139.0 142.28105Q139.67188 143.14043 139.67188 144.67168L139.67188 144.78105ZM138.59375 144.65605Q138.59375 143.57793 138.125 142.96855Q137.67188 142.34355 136.875 142.34355Q135.89062 142.34355 135.40625 143.20293L135.40625 146.23418Q135.89062 147.10918 136.89062 147.10918Q137.67188 147.10918 138.125 146.4998Q138.59375 145.8748 138.59375 144.65605ZM143.95312 147.9998Q142.65625 147.9998 141.84375 147.15605Q141.04688 146.29668 141.04688 144.8748L141.04688 144.6873Q141.04688 143.73418 141.40625 142.9998Q141.76562 142.2498 142.40625 141.84355Q143.0625 141.42168 143.8125 141.42168Q145.04688 141.42168 145.73438 142.23418Q146.42188 143.04668 146.42188 144.5623L146.42188 145.01543L142.125 145.01543Q142.15625 145.95293 142.67188 146.53105Q143.20312 147.10918 144.01562 147.10918Q144.57812 147.10918 144.96875 146.8748Q145.375 146.64043 145.6875 146.2498L146.34375 146.76543Q145.54688 147.9998 143.95312 147.9998ZM143.8125 142.3123Q143.15625 142.3123 142.70312 142.79668Q142.26562 143.26543 142.17188 144.1248L145.34375 144.1248L145.34375 144.04668Q145.29688 143.21855 144.89062 142.76543Q144.5 142.3123 143.8125 142.3123ZM147.0625 144.65605Q147.0625 143.1873 147.75 142.3123Q148.4375 141.42168 149.5625 141.42168Q150.67188 141.42168 151.32812 142.17168L151.32812 138.8748L152.40625 138.8748L152.40625 147.8748L151.40625 147.8748L151.35938 147.1873Q150.70312 147.9998 149.54688 147.9998Q148.45312 147.9998 147.75 147.09355Q147.0625 146.1873 147.0625 144.73418L147.0625 144.65605ZM148.14062 144.78105Q148.14062 145.85918 148.57812 146.46855Q149.03125 147.07793 149.8125 147.07793Q150.84375 147.07793 151.32812 146.14043L151.32812 143.23418Q150.84375 142.34355 149.82812 142.34355Q149.03125 142.34355 148.57812 142.95293Q148.14062 143.5623 148.14062 144.78105Z" fill-rule="nonzero"/><path fill="#666666" d="M157.5625 174.10938Q157.5625 176.01562 156.90625 176.95312Q156.26562 177.875 154.875 177.875Q153.51562 177.875 152.85938 176.96875Q152.20312 176.0625 152.17188 174.25L152.17188 172.8125Q152.17188 170.92188 152.8125 170.01562Q153.46875 169.09375 154.85938 169.09375Q156.23438 169.09375 156.89062 169.98438Q157.54688 170.85938 157.5625 172.70312L157.5625 174.10938ZM156.46875 172.625Q156.46875 171.25 156.07812 170.625Q155.70312 169.98438 154.85938 169.98438Q154.03125 169.98438 153.64062 170.625Q153.26562 171.25 153.26562 172.54688L153.26562 174.28125Q153.26562 175.65625 153.65625 176.32812Q154.0625 176.98438 154.875 176.98438Q155.67188 176.98438 156.0625 176.35938Q156.45312 175.73438 156.46875 174.40625L156.46875 172.625ZM159.10938 170.85938Q159.10938 170.09375 159.59375 169.59375Q160.09375 169.09375 160.85938 169.09375Q161.64062 169.09375 162.125 169.59375Q162.60938 170.09375 162.60938 170.89062L162.60938 171.3125Q162.60938 172.07812 162.10938 172.57812Q161.625 173.0625 160.875 173.0625Q160.10938 173.0625 159.60938 172.57812Q159.10938 172.07812 159.10938 171.26562L159.10938 170.85938ZM159.92188 171.3125Q159.92188 171.76562 160.17188 172.0625Q160.4375 172.35938 160.875 172.35938Q161.29688 172.35938 161.54688 172.07812Q161.79688 171.78125 161.79688 171.28125L161.79688 170.85938Q161.79688 170.40625 161.54688 170.10938Q161.29688 169.79688 160.85938 169.79688Q160.42188 169.79688 160.17188 170.10938Q159.92188 170.40625 159.92188 170.875L159.92188 171.3125ZM163.26562 175.65625Q163.26562 174.89062 163.75 174.40625Q164.25 173.90625 165.01562 173.90625Q165.78125 173.90625 166.26562 174.40625Q166.76562 174.89062 166.76562 175.70312L166.76562 176.10938Q166.76562 176.875 166.28125 177.375Q165.79688 177.875 165.03125 177.875Q164.26562 177.875 163.76562 177.39062Q163.26562 176.89062 163.26562 176.07812L163.26562 175.65625ZM164.07812 176.10938Q164.07812 176.57812 164.32812 176.875Q164.59375 177.17188 165.03125 177.17188Q165.45312 177.17188 165.70312 176.89062Q165.95312 176.59375 165.95312 176.09375L165.95312 175.65625Q165.95312 175.1875 165.6875 174.90625Q165.4375 174.60938 165.01562 174.60938Q164.59375 174.60938 164.32812 174.90625Q164.07812 175.1875 164.07812 175.6875L164.07812 176.10938ZM161.125 177.10938L160.5 176.71875L164.67188 170.04688L165.28125 170.4375L161.125 177.10938Z" fill-rule="nonzero"/><path fill="#666666" d="M258.80313 177.75L253.20938 177.75L253.20938 176.96875L256.1625 173.6875Q256.81876 172.9375 257.06876 172.48438Q257.31876 172.01562 257.31876 171.51562Q257.31876 170.84375 256.9125 170.42188Q256.52188 169.98438 255.83438 169.98438Q255.0375 169.98438 254.58438 170.45312Q254.13126 170.90625 254.13126 171.73438L253.05313 171.73438Q253.05313 170.54688 253.80313 169.82812Q254.56876 169.09375 255.83438 169.09375Q257.0375 169.09375 257.725 169.71875Q258.4125 170.34375 258.4125 171.39062Q258.4125 172.64062 256.80313 174.39062L254.52188 176.85938L258.80313 176.85938L258.80313 177.75ZM260.70938 173.46875L261.14688 169.21875L265.52188 169.21875L265.52188 170.21875L262.06876 170.21875L261.80313 172.54688Q262.44376 172.17188 263.24063 172.17188Q264.39688 172.17188 265.08438 172.95312Q265.77188 173.71875 265.77188 175.03125Q265.77188 176.34375 265.05313 177.10938Q264.35 177.875 263.06876 177.875Q261.94376 177.875 261.225 177.25Q260.50626 176.60938 260.4125 175.5L261.42813 175.5Q261.5375 176.23438 261.95938 176.60938Q262.38126 176.98438 263.06876 176.98438Q263.81876 176.98438 264.25626 176.46875Q264.69376 175.95312 264.69376 175.04688Q264.69376 174.1875 264.225 173.67188Q263.75626 173.15625 262.975 173.15625Q262.27188 173.15625 261.86563 173.45312L261.58438 173.6875L260.70938 173.46875ZM267.11563 170.85938Q267.11563 170.09375 267.6 169.59375Q268.1 169.09375 268.86563 169.09375Q269.64688 169.09375 270.13126 169.59375Q270.61563 170.09375 270.61563 170.89062L270.61563 171.3125Q270.61563 172.07812 270.11563 172.57812Q269.63126 173.0625 268.88126 173.0625Q268.11563 173.0625 267.61563 172.57812Q267.11563 172.07812 267.11563 171.26562L267.11563 170.85938ZM267.92813 171.3125Q267.92813 171.76562 268.17813 172.0625Q268.44376 172.35938 268.88126 172.35938Q269.30313 172.35938 269.55313 172.07812Q269.80313 171.78125 269.80313 171.28125L269.80313 170.85938Q269.80313 170.40625 269.55313 170.10938Q269.30313 169.79688 268.86563 169.79688Q268.42813 169.79688 268.17813 170.10938Q267.92813 170.40625 267.92813 170.875L267.92813 171.3125ZM271.27188 175.65625Q271.27188 174.89062 271.75626 174.40625Q272.25626 173.90625 273.02188 173.90625Q273.7875 173.90625 274.27188 174.40625Q274.77188 174.89062 274.77188 175.70312L274.77188 176.10938Q274.77188 176.875 274.2875 177.375Q273.80313 177.875 273.0375 177.875Q272.27188 177.875 271.77188 177.39062Q271.27188 176.89062 271.27188 176.07812L271.27188 175.65625ZM272.08438 176.10938Q272.08438 176.57812 272.33438 176.875Q272.6 177.17188 273.0375 177.17188Q273.45938 177.17188 273.70938 176.89062Q273.95938 176.59375 273.95938 176.09375L273.95938 175.65625Q273.95938 175.1875 273.69376 174.90625Q273.44376 174.60938 273.02188 174.60938Q272.6 174.60938 272.33438 174.90625Q272.08438 175.1875 272.08438 175.6875L272.08438 176.10938ZM269.13126 177.10938L268.50626 176.71875L272.67813 170.04688L273.2875 170.4375L269.13126 177.10938Z" fill-rule="nonzero"/><path fill="#666666" d="M358.21564 173.46875L358.65314 169.21875L363.02814 169.21875L363.02814 170.21875L359.575 170.21875L359.3094 172.54688Q359.95 172.17188 360.7469 172.17188Q361.90314 172.17188 362.59064 172.95312Q363.27814 173.71875 363.27814 175.03125Q363.27814 176.34375 362.5594 177.10938Q361.85626 177.875 360.575 177.875Q359.45 177.875 358.73126 177.25Q358.0125 176.60938 357.91876 175.5L358.9344 175.5Q359.04376 176.23438 359.46564 176.60938Q359.8875 176.98438 360.575 176.98438Q361.325 176.98438 361.7625 176.46875Q362.2 175.95312 362.2 175.04688Q362.2 174.1875 361.73126 173.67188Q361.2625 173.15625 360.48126 173.15625Q359.77814 173.15625 359.3719 173.45312L359.09064 173.6875L358.21564 173.46875ZM370.075 174.10938Q370.075 176.01562 369.41876 176.95312Q368.77814 177.875 367.3875 177.875Q366.02814 177.875 365.3719 176.96875Q364.71564 176.0625 364.6844 174.25L364.6844 172.8125Q364.6844 170.92188 365.325 170.01562Q365.98126 169.09375 367.3719 169.09375Q368.7469 169.09375 369.40314 169.98438Q370.0594 170.85938 370.075 172.70312L370.075 174.10938ZM368.98126 172.625Q368.98126 171.25 368.59064 170.625Q368.21564 169.98438 367.3719 169.98438Q366.54376 169.98438 366.15314 170.625Q365.77814 171.25 365.77814 172.54688L365.77814 174.28125Q365.77814 175.65625 366.16876 176.32812Q366.575 176.98438 367.3875 176.98438Q368.1844 176.98438 368.575 176.35938Q368.96564 175.73438 368.98126 174.40625L368.98126 172.625ZM371.6219 170.85938Q371.6219 170.09375 372.10626 169.59375Q372.60626 169.09375 373.3719 169.09375Q374.15314 169.09375 374.6375 169.59375Q375.1219 170.09375 375.1219 170.89062L375.1219 171.3125Q375.1219 172.07812 374.6219 172.57812Q374.1375 173.0625 373.3875 173.0625Q372.6219 173.0625 372.1219 172.57812Q371.6219 172.07812 371.6219 171.26562L371.6219 170.85938ZM372.4344 171.3125Q372.4344 171.76562 372.6844 172.0625Q372.95 172.35938 373.3875 172.35938Q373.8094 172.35938 374.0594 172.07812Q374.3094 171.78125 374.3094 171.28125L374.3094 170.85938Q374.3094 170.40625 374.0594 170.10938Q373.8094 169.79688 373.3719 169.79688Q372.9344 169.79688 372.6844 170.10938Q372.4344 170.40625 372.4344 170.875L372.4344 171.3125ZM375.77814 175.65625Q375.77814 174.89062 376.2625 174.40625Q376.7625 173.90625 377.52814 173.90625Q378.29376 173.90625 378.77814 174.40625Q379.27814 174.89062 379.27814 175.70312L379.27814 176.10938Q379.27814 176.875 378.79376 177.375Q378.3094 177.875 377.54376 177.875Q376.77814 177.875 376.27814 177.39062Q375.77814 176.89062 375.77814 176.07812L375.77814 175.65625ZM376.59064 176.10938Q376.59064 176.57812 376.84064 176.875Q377.10626 177.17188 377.54376 177.17188Q377.96564 177.17188 378.21564 176.89062Q378.46564 176.59375 378.46564 176.09375L378.46564 175.65625Q378.46564 175.1875 378.2 174.90625Q377.95 174.60938 377.52814 174.60938Q377.10626 174.60938 376.84064 174.90625Q376.59064 175.1875 376.59064 175.6875L376.59064 176.10938ZM373.6375 177.10938L373.0125 176.71875L377.1844 170.04688L377.79376 170.4375L373.6375 177.10938Z" fill-rule="nonzero"/><path fill="#666666" d="M467.7375 169.82812L464.20624 177.75L463.0656 177.75L466.58124 170.10938L461.97186 170.10938L461.97186 169.21875L467.7375 169.21875L467.7375 169.82812ZM469.72186 173.46875L470.15936 169.21875L474.53436 169.21875L474.53436 170.21875L471.08124 170.21875L470.8156 172.54688Q471.45624 172.17188 472.2531 172.17188Q473.40936 172.17188 474.09686 172.95312Q474.78436 173.71875 474.78436 175.03125Q474.78436 176.34375 474.0656 177.10938Q473.3625 177.875 472.08124 177.875Q470.95624 177.875 470.2375 177.25Q469.51874 176.60938 469.425 175.5L470.4406 175.5Q470.55 176.23438 470.97186 176.60938Q471.39374 176.98438 472.08124 176.98438Q472.83124 176.98438 473.26874 176.46875Q473.70624 175.95312 473.70624 175.04688Q473.70624 174.1875 473.2375 173.67188Q472.76874 173.15625 471.9875 173.15625Q471.28436 173.15625 470.8781 173.45312L470.59686 173.6875L469.72186 173.46875ZM476.1281 170.85938Q476.1281 170.09375 476.6125 169.59375Q477.1125 169.09375 477.8781 169.09375Q478.65936 169.09375 479.14374 169.59375Q479.6281 170.09375 479.6281 170.89062L479.6281 171.3125Q479.6281 172.07812 479.1281 172.57812Q478.64374 173.0625 477.89374 173.0625Q477.1281 173.0625 476.6281 172.57812Q476.1281 172.07812 476.1281 171.26562L476.1281 170.85938ZM476.9406 171.3125Q476.9406 171.76562 477.1906 172.0625Q477.45624 172.35938 477.89374 172.35938Q478.3156 172.35938 478.5656 172.07812Q478.8156 171.78125 478.8156 171.28125L478.8156 170.85938Q478.8156 170.40625 478.5656 170.10938Q478.3156 169.79688 477.8781 169.79688Q477.4406 169.79688 477.1906 170.10938Q476.9406 170.40625 476.9406 170.875L476.9406 171.3125ZM480.28436 175.65625Q480.28436 174.89062 480.76874 174.40625Q481.26874 173.90625 482.03436 173.90625Q482.8 173.90625 483.28436 174.40625Q483.78436 174.89062 483.78436 175.70312L483.78436 176.10938Q483.78436 176.875 483.3 177.375Q482.8156 177.875 482.05 177.875Q481.28436 177.875 480.78436 177.39062Q480.28436 176.89062 480.28436 176.07812L480.28436 175.65625ZM481.09686 176.10938Q481.09686 176.57812 481.34686 176.875Q481.6125 177.17188 482.05 177.17188Q482.47186 177.17188 482.72186 176.89062Q482.97186 176.59375 482.97186 176.09375L482.97186 175.65625Q482.97186 175.1875 482.70624 174.90625Q482.45624 174.60938 482.03436 174.60938Q481.6125 174.60938 481.34686 174.90625Q481.09686 175.1875 481.09686 175.6875L481.09686 176.10938ZM478.14374 177.10938L477.51874 176.71875L481.6906 170.04688L482.3 170.4375L478.14374 177.10938Z" fill-rule="nonzero"/><path fill="#666666" d="M566.79065 177.75L565.7125 177.75L565.7125 170.53125L563.525 171.32812L563.525 170.34375L566.6344 169.17188L566.79065 169.17188L566.79065 177.75ZM575.5875 174.10938Q575.5875 176.01562 574.9313 176.95312Q574.29065 177.875 572.9 177.875Q571.54065 177.875 570.8844 176.96875Q570.22815 176.0625 570.1969 174.25L570.1969 172.8125Q570.1969 170.92188 570.8375 170.01562Q571.4938 169.09375 572.8844 169.09375Q574.2594 169.09375 574.91565 169.98438Q575.5719 170.85938 575.5875 172.70312L575.5875 174.10938ZM574.4938 172.625Q574.4938 171.25 574.10315 170.625Q573.72815 169.98438 572.8844 169.98438Q572.0563 169.98438 571.66565 170.625Q571.29065 171.25 571.29065 172.54688L571.29065 174.28125Q571.29065 175.65625 571.6813 176.32812Q572.0875 176.98438 572.9 176.98438Q573.6969 176.98438 574.0875 176.35938Q574.47815 175.73438 574.4938 174.40625L574.4938 172.625ZM582.5875 174.10938Q582.5875 176.01562 581.9313 176.95312Q581.29065 177.875 579.9 177.875Q578.54065 177.875 577.8844 176.96875Q577.22815 176.0625 577.1969 174.25L577.1969 172.8125Q577.1969 170.92188 577.8375 170.01562Q578.4938 169.09375 579.8844 169.09375Q581.2594 169.09375 581.91565 169.98438Q582.5719 170.85938 582.5875 172.70312L582.5875 174.10938ZM581.4938 172.625Q581.4938 171.25 581.10315 170.625Q580.72815 169.98438 579.8844 169.98438Q579.0563 169.98438 578.66565 170.625Q578.29065 171.25 578.29065 172.54688L578.29065 174.28125Q578.29065 175.65625 578.6813 176.32812Q579.0875 176.98438 579.9 176.98438Q580.6969 176.98438 581.0875 176.35938Q581.47815 175.73438 581.4938 174.40625L581.4938 172.625ZM584.1344 170.85938Q584.1344 170.09375 584.6188 169.59375Q585.1188 169.09375 585.8844 169.09375Q586.66565 169.09375 587.15 169.59375Q587.6344 170.09375 587.6344 170.89062L587.6344 171.3125Q587.6344 172.07812 587.1344 172.57812Q586.65 173.0625 585.9 173.0625Q585.1344 173.0625 584.6344 172.57812Q584.1344 172.07812 584.1344 171.26562L584.1344 170.85938ZM584.9469 171.3125Q584.9469 171.76562 585.1969 172.0625Q585.4625 172.35938 585.9 172.35938Q586.3219 172.35938 586.5719 172.07812Q586.8219 171.78125 586.8219 171.28125L586.8219 170.85938Q586.8219 170.40625 586.5719 170.10938Q586.3219 169.79688 585.8844 169.79688Q585.4469 169.79688 585.1969 170.10938Q584.9469 170.40625 584.9469 170.875L584.9469 171.3125ZM588.29065 175.65625Q588.29065 174.89062 588.775 174.40625Q589.275 173.90625 590.04065 173.90625Q590.8063 173.90625 591.29065 174.40625Q591.79065 174.89062 591.79065 175.70312L591.79065 176.10938Q591.79065 176.875 591.3063 177.375Q590.8219 177.875 590.0563 177.875Q589.29065 177.875 588.79065 177.39062Q588.29065 176.89062 588.29065 176.07812L588.29065 175.65625ZM589.10315 176.10938Q589.10315 176.57812 589.35315 176.875Q589.6188 177.17188 590.0563 177.17188Q590.47815 177.17188 590.72815 176.89062Q590.97815 176.59375 590.97815 176.09375L590.97815 175.65625Q590.97815 175.1875 590.7125 174.90625Q590.4625 174.60938 590.04065 174.60938Q589.6188 174.60938 589.35315 174.90625Q589.10315 175.1875 589.10315 175.6875L589.10315 176.10938ZM586.15 177.10938L585.525 176.71875L589.6969 170.04688L590.3063 170.4375L586.15 177.10938Z" fill-rule="nonzero"/><path fill="#666666" d="M11.80625 23.65L11.80625 13.696875L14.61875 13.696875Q15.915625 13.696875 16.915625 14.275Q17.915625 14.8375 18.446875 15.9Q18.99375 16.9625 19.009375 18.3375L19.009375 18.978125Q19.009375 20.384375 18.4625 21.446875Q17.915625 22.49375 16.9 23.071875Q15.9 23.634375 14.55625 23.65L11.80625 23.65ZM13.11875 14.775L13.11875 22.571875L14.49375 22.571875Q16.009375 22.571875 16.853125 21.634375Q17.7125 20.696875 17.7125 18.946875L17.7125 18.36875Q17.7125 16.665625 16.915625 15.728125Q16.11875 14.790625 14.65 14.775L13.11875 14.775ZM20.275 19.884375Q20.275 18.790625 20.696875 17.93125Q21.134375 17.05625 21.884375 16.5875Q22.65 16.11875 23.634375 16.11875Q25.134375 16.11875 26.071875 17.165625Q27.009375 18.2125 27.009375 19.946875L27.009375 20.040625Q27.009375 21.11875 26.5875 21.978125Q26.18125 22.821875 25.4 23.30625Q24.634375 23.790625 23.65 23.790625Q22.134375 23.790625 21.196875 22.74375Q20.275 21.696875 20.275 19.978125L20.275 19.884375ZM21.540625 20.040625Q21.540625 21.259375 22.103125 22.009375Q22.68125 22.759375 23.65 22.759375Q24.603125 22.759375 25.165625 22.009375Q25.74375 21.24375 25.74375 19.884375Q25.74375 18.665625 25.165625 17.915625Q24.5875 17.15 23.634375 17.15Q22.696875 17.15 22.11875 17.9Q21.540625 18.65 21.540625 20.040625ZM31.68125 23.790625Q30.165625 23.790625 29.228125 22.80625Q28.290625 21.80625 28.290625 20.15L28.290625 19.93125Q28.290625 18.821875 28.7125 17.9625Q29.134375 17.0875 29.884375 16.603125Q30.634375 16.11875 31.525 16.11875Q32.9625 16.11875 33.759377 17.071875Q34.55625 18.009375 34.55625 19.790625L34.55625 20.30625L29.55625 20.30625Q29.571875 21.4 30.18125 22.0875Q30.80625 22.759375 31.74375 22.759375Q32.415627 22.759375 32.86875 22.49375Q33.3375 22.2125 33.696877 21.759375L34.4625 22.353125Q33.540627 23.790625 31.68125 23.790625ZM31.525 17.15Q30.759375 17.15 30.228125 17.7125Q29.7125 18.275 29.5875 19.275L33.290627 19.275L33.290627 19.18125Q33.24375 18.2125 32.775 17.68125Q32.30625 17.15 31.525 17.15ZM39.915627 21.68125Q39.915627 21.18125 39.525 20.9Q39.134377 20.603125 38.18125 20.4Q37.228127 20.196875 36.65 19.915625Q36.0875 19.61875 35.821877 19.228125Q35.55625 18.8375 35.55625 18.290625Q35.55625 17.36875 36.321877 16.74375Q37.0875 16.11875 38.290627 16.11875Q39.540627 16.11875 40.321877 16.775Q41.103127 17.415625 41.103127 18.43125L39.8375 18.43125Q39.8375 17.9 39.4 17.525Q38.9625 17.15 38.290627 17.15Q37.603127 17.15 37.2125 17.4625Q36.821877 17.759375 36.821877 18.24375Q36.821877 18.696875 37.18125 18.93125Q37.540627 19.165625 38.478127 19.384375Q39.43125 19.5875 40.025 19.884375Q40.61875 20.18125 40.9 20.603125Q41.18125 21.009375 41.18125 21.603125Q41.18125 22.5875 40.384377 23.196875Q39.5875 23.790625 38.321877 23.790625Q37.446877 23.790625 36.759377 23.478125Q36.071877 23.15 35.68125 22.5875Q35.30625 22.025 35.30625 21.36875L36.571877 21.36875Q36.603127 22.009375 37.071877 22.384375Q37.55625 22.759375 38.321877 22.759375Q39.040627 22.759375 39.478127 22.4625Q39.915627 22.165625 39.915627 21.68125ZM48.025 21.790625L49.74375 16.259375L51.103127 16.259375L48.134377 24.790625Q47.446877 26.634375 45.93125 26.634375L45.696877 26.61875L45.228127 26.525L45.228127 25.509375L45.571877 25.525Q46.2125 25.525 46.571877 25.259375Q46.93125 25.009375 47.165627 24.321875L47.446877 23.571875L44.80625 16.259375L46.18125 16.259375L48.025 21.790625ZM52.275 19.884375Q52.275 18.790625 52.696877 17.93125Q53.134377 17.05625 53.884377 16.5875Q54.65 16.11875 55.634377 16.11875Q57.134377 16.11875 58.071877 17.165625Q59.009377 18.2125 59.009377 19.946875L59.009377 20.040625Q59.009377 21.11875 58.5875 21.978125Q58.18125 22.821875 57.4 23.30625Q56.634377 23.790625 55.65 23.790625Q54.134377 23.790625 53.196877 22.74375Q52.275 21.696875 52.275 19.978125L52.275 19.884375ZM53.540627 20.040625Q53.540627 21.259375 54.103127 22.009375Q54.68125 22.759375 55.65 22.759375Q56.603127 22.759375 57.165627 22.009375Q57.74375 21.24375 57.74375 19.884375Q57.74375 18.665625 57.165627 17.915625Q56.5875 17.15 55.634377 17.15Q54.696877 17.15 54.11875 17.9Q53.540627 18.65 53.540627 20.040625ZM65.18125 22.915625Q64.43125 23.790625 63.009377 23.790625Q61.821877 23.790625 61.196877 23.103125Q60.5875 22.415625 60.5875 21.071875L60.5875 16.259375L61.8375 16.259375L61.8375 21.025Q61.8375 22.7125 63.2125 22.7125Q64.66563 22.7125 65.13438 21.634375L65.13438 16.259375L66.4 16.259375L66.4 23.65L65.19688 23.65L65.18125 22.915625ZM72.18125 17.384375Q71.9 17.3375 71.55625 17.3375Q70.32188 17.3375 69.86875 18.4L69.86875 23.65L68.60313 23.65L68.60313 16.259375L69.8375 16.259375L69.85313 17.103125Q70.47813 16.11875 71.61875 16.11875Q71.99375 16.11875 72.18125 16.2125L72.18125 17.384375ZM76.275 19.884375Q76.275 18.790625 76.69688 17.93125Q77.13438 17.05625 77.88438 16.5875Q78.65 16.11875 79.63438 16.11875Q81.13438 16.11875 82.07188 17.165625Q83.00938 18.2125 83.00938 19.946875L83.00938 20.040625Q83.00938 21.11875 82.5875 21.978125Q82.18125 22.821875 81.4 23.30625Q80.63438 23.790625 79.65 23.790625Q78.13438 23.790625 77.19688 22.74375Q76.275 21.696875 76.275 19.978125L76.275 19.884375ZM77.54063 20.040625Q77.54063 21.259375 78.10313 22.009375Q78.68125 22.759375 79.65 22.759375Q80.60313 22.759375 81.16563 22.009375Q81.74375 21.24375 81.74375 19.884375Q81.74375 18.665625 81.16563 17.915625Q80.5875 17.15 79.63438 17.15Q78.69688 17.15 78.11875 17.9Q77.54063 18.65 77.54063 20.040625ZM88.18125 17.384375Q87.9 17.3375 87.55625 17.3375Q86.32188 17.3375 85.86875 18.4L85.86875 23.65L84.60313 23.65L84.60313 16.259375L85.8375 16.259375L85.85313 17.103125Q86.47813 16.11875 87.61875 16.11875Q87.99375 16.11875 88.18125 16.2125L88.18125 17.384375ZM89.30625 19.884375Q89.30625 18.165625 90.10313 17.15Q90.9 16.11875 92.22813 16.11875Q93.57188 16.11875 94.3375 17.071875L94.4 16.259375L95.55625 16.259375L95.55625 23.478125Q95.55625 24.915625 94.69688 25.728125Q93.85313 26.55625 92.41563 26.55625Q91.61875 26.55625 90.85313 26.2125Q90.0875 25.884375 89.68125 25.290625L90.3375 24.525Q91.15 25.525 92.32188 25.525Q93.24375 25.525 93.75938 25.009375Q94.29063 24.49375 94.29063 23.540625L94.29063 22.915625Q93.525 23.790625 92.2125 23.790625Q90.91563 23.790625 90.10313 22.74375Q89.30625 21.696875 89.30625 19.884375ZM90.57188 20.040625Q90.57188 21.290625 91.0875 22.009375Q91.60313 22.7125 92.525 22.7125Q93.72813 22.7125 94.29063 21.61875L94.29063 18.24375Q93.69688 17.196875 92.54063 17.196875Q91.61875 17.196875 91.0875 17.915625Q90.57188 18.61875 90.57188 20.040625ZM102.18125 23.65Q102.07188 23.43125 101.99375 22.86875Q101.11875 23.790625 99.88438 23.790625Q98.79063 23.790625 98.0875 23.18125Q97.4 22.55625 97.4 21.603125Q97.4 20.446875 98.275 19.80625Q99.15 19.165625 100.74375 19.165625L101.97813 19.165625L101.97813 18.5875Q101.97813 17.915625 101.57188 17.525Q101.18125 17.134375 100.41563 17.134375Q99.72813 17.134375 99.275 17.478125Q98.82188 17.821875 98.82188 18.30625L97.54063 18.30625Q97.54063 17.74375 97.93125 17.228125Q98.3375 16.7125 99.00938 16.415625Q99.68125 16.11875 100.47813 16.11875Q101.75938 16.11875 102.47813 16.759375Q103.2125 17.4 103.24375 18.509375L103.24375 21.915625Q103.24375 22.93125 103.49375 23.540625L103.49375 23.65L102.18125 23.65ZM100.07188 22.68125Q100.66563 22.68125 101.19688 22.384375Q101.74375 22.071875 101.97813 21.571875L101.97813 20.05625L100.97813 20.05625Q98.66563 20.05625 98.66563 21.415625Q98.66563 22.009375 99.05625 22.353125Q99.44688 22.68125 100.07188 22.68125ZM106.80625 16.259375L106.8375 17.18125Q107.69688 16.11875 109.05625 16.11875Q111.4 16.11875 111.43125 18.759375L111.43125 23.65L110.16563 23.65L110.16563 18.759375Q110.15 17.9625 109.79063 17.5875Q109.43125 17.196875 108.68125 17.196875Q108.05625 17.196875 107.5875 17.525Q107.13438 17.853125 106.86875 18.384375L106.86875 23.65L105.60313 23.65L105.60313 16.259375L106.80625 16.259375ZM114.97813 23.65L113.7125 23.65L113.7125 16.259375L114.97813 16.259375L114.97813 23.65ZM113.61875 14.290625Q113.61875 13.978125 113.80625 13.775Q113.99375 13.55625 114.35313 13.55625Q114.72813 13.55625 114.91563 13.775Q115.11875 13.978125 115.11875 14.290625Q115.11875 14.603125 114.91563 14.80625Q114.72813 15.009375 114.35313 15.009375Q113.99375 15.009375 113.80625 14.80625Q113.61875 14.603125 113.61875 14.290625ZM117.79063 22.61875L122.11875 22.61875L122.11875 23.65L116.25938 23.65L116.25938 22.7125L120.3375 17.30625L116.30625 17.30625L116.30625 16.259375L121.91563 16.259375L121.91563 17.15L117.79063 22.61875ZM128.18124 23.65Q128.07187 23.43125 127.99375 22.86875Q127.11875 23.790625 125.88438 23.790625Q124.79063 23.790625 124.0875 23.18125Q123.4 22.55625 123.4 21.603125Q123.4 20.446875 124.275 19.80625Q125.15 19.165625 126.74375 19.165625L127.97813 19.165625L127.97813 18.5875Q127.97813 17.915625 127.57188 17.525Q127.18125 17.134375 126.41563 17.134375Q125.72813 17.134375 125.275 17.478125Q124.82188 17.821875 124.82188 18.30625L123.54063 18.30625Q123.54063 17.74375 123.93125 17.228125Q124.3375 16.7125 125.00938 16.415625Q125.68125 16.11875 126.47813 16.11875Q127.75938 16.11875 128.47812 16.759375Q129.2125 17.4 129.24374 18.509375L129.24374 21.915625Q129.24374 22.93125 129.49374 23.540625L129.49374 23.65L128.18124 23.65ZM126.07188 22.68125Q126.66563 22.68125 127.19688 22.384375Q127.74375 22.071875 127.97813 21.571875L127.97813 20.05625L126.97813 20.05625Q124.66563 20.05625 124.66563 21.415625Q124.66563 22.009375 125.05625 22.353125Q125.44688 22.68125 126.07188 22.68125ZM133.32187 14.4625L133.32187 16.259375L134.69687 16.259375L134.69687 17.228125L133.32187 17.228125L133.32187 21.821875Q133.32187 22.259375 133.50937 22.49375Q133.69687 22.7125 134.13437 22.7125Q134.35312 22.7125 134.74374 22.61875L134.74374 23.65Q134.24374 23.790625 133.775 23.790625Q132.91562 23.790625 132.47812 23.275Q132.05624 22.759375 132.05624 21.821875L132.05624 17.228125L130.7125 17.228125L130.7125 16.259375L132.05624 16.259375L132.05624 14.4625L133.32187 14.4625ZM137.97812 23.65L136.7125 23.65L136.7125 16.259375L137.97812 16.259375L137.97812 23.65ZM136.61874 14.290625Q136.61874 13.978125 136.80624 13.775Q136.99374 13.55625 137.35312 13.55625Q137.72812 13.55625 137.91562 13.775Q138.11874 13.978125 138.11874 14.290625Q138.11874 14.603125 137.91562 14.80625Q137.72812 15.009375 137.35312 15.009375Q136.99374 15.009375 136.80624 14.80625Q136.61874 14.603125 136.61874 14.290625ZM139.275 19.884375Q139.275 18.790625 139.69687 17.93125Q140.13437 17.05625 140.88437 16.5875Q141.65 16.11875 142.63437 16.11875Q144.13437 16.11875 145.07187 17.165625Q146.00937 18.2125 146.00937 19.946875L146.00937 20.040625Q146.00937 21.11875 145.5875 21.978125Q145.18124 22.821875 144.4 23.30625Q143.63437 23.790625 142.65 23.790625Q141.13437 23.790625 140.19687 22.74375Q139.275 21.696875 139.275 19.978125L139.275 19.884375ZM140.54062 20.040625Q140.54062 21.259375 141.10312 22.009375Q141.68124 22.759375 142.65 22.759375Q143.60312 22.759375 144.16562 22.009375Q144.74374 21.24375 144.74374 19.884375Q144.74374 18.665625 144.16562 17.915625Q143.5875 17.15 142.63437 17.15Q141.69687 17.15 141.11874 17.9Q140.54062 18.65 140.54062 20.040625ZM148.80624 16.259375L148.8375 17.18125Q149.69687 16.11875 151.05624 16.11875Q153.4 16.11875 153.43124 18.759375L153.43124 23.65L152.16562 23.65L152.16562 18.759375Q152.15 17.9625 151.79062 17.5875Q151.43124 17.196875 150.68124 17.196875Q150.05624 17.196875 149.5875 17.525Q149.13437 17.853125 148.86874 18.384375L148.86874 23.65L147.60312 23.65L147.60312 16.259375L148.80624 16.259375ZM159.79062 16.259375L159.8375 17.071875Q160.65 16.11875 162.025 16.11875Q163.57187 16.11875 164.13437 17.30625Q164.50937 16.775 165.10312 16.446875Q165.69687 16.11875 166.49374 16.11875Q168.93124 16.11875 168.97812 18.696875L168.97812 23.65L167.7125 23.65L167.7125 18.775Q167.7125 17.978125 167.3375 17.5875Q166.97812 17.196875 166.13437 17.196875Q165.41562 17.196875 164.94687 17.61875Q164.49374 18.025 164.41562 18.74375L164.41562 23.65L163.15 23.65L163.15 18.80625Q163.15 17.196875 161.57187 17.196875Q160.32187 17.196875 159.86874 18.24375L159.86874 23.65L158.60312 23.65L158.60312 16.259375L159.79062 16.259375ZM175.18124 23.65Q175.07187 23.43125 174.99374 22.86875Q174.11874 23.790625 172.88437 23.790625Q171.79062 23.790625 171.0875 23.18125Q170.4 22.55625 170.4 21.603125Q170.4 20.446875 171.275 19.80625Q172.15 19.165625 173.74374 19.165625L174.97812 19.165625L174.97812 18.5875Q174.97812 17.915625 174.57187 17.525Q174.18124 17.134375 173.41562 17.134375Q172.72812 17.134375 172.275 17.478125Q171.82187 17.821875 171.82187 18.30625L170.54062 18.30625Q170.54062 17.74375 170.93124 17.228125Q171.3375 16.7125 172.00937 16.415625Q172.68124 16.11875 173.47812 16.11875Q174.75937 16.11875 175.47812 16.759375Q176.2125 17.4 176.24374 18.509375L176.24374 21.915625Q176.24374 22.93125 176.49374 23.540625L176.49374 23.65L175.18124 23.65ZM173.07187 22.68125Q173.66562 22.68125 174.19687 22.384375Q174.74374 22.071875 174.97812 21.571875L174.97812 20.05625L173.97812 20.05625Q171.66562 20.05625 171.66562 21.415625Q171.66562 22.009375 172.05624 22.353125Q172.44687 22.68125 173.07187 22.68125ZM179.80624 16.259375L179.8375 17.18125Q180.69687 16.11875 182.05624 16.11875Q184.4 16.11875 184.43124 18.759375L184.43124 23.65L183.16562 23.65L183.16562 18.759375Q183.15 17.9625 182.79062 17.5875Q182.43124 17.196875 181.68124 17.196875Q181.05624 17.196875 180.5875 17.525Q180.13437 17.853125 179.86874 18.384375L179.86874 23.65L178.60312 23.65L178.60312 16.259375L179.80624 16.259375ZM191.18124 23.65Q191.07187 23.43125 190.99374 22.86875Q190.11874 23.790625 188.88437 23.790625Q187.79062 23.790625 187.0875 23.18125Q186.4 22.55625 186.4 21.603125Q186.4 20.446875 187.275 19.80625Q188.15 19.165625 189.74374 19.165625L190.97812 19.165625L190.97812 18.5875Q190.97812 17.915625 190.57187 17.525Q190.18124 17.134375 189.41562 17.134375Q188.72812 17.134375 188.275 17.478125Q187.82187 17.821875 187.82187 18.30625L186.54062 18.30625Q186.54062 17.74375 186.93124 17.228125Q187.3375 16.7125 188.00937 16.415625Q188.68124 16.11875 189.47812 16.11875Q190.75937 16.11875 191.47812 16.759375Q192.2125 17.4 192.24374 18.509375L192.24374 21.915625Q192.24374 22.93125 192.49374 23.540625L192.49374 23.65L191.18124 23.65ZM189.07187 22.68125Q189.66562 22.68125 190.19687 22.384375Q190.74374 22.071875 190.97812 21.571875L190.97812 20.05625L189.97812 20.05625Q187.66562 20.05625 187.66562 21.415625Q187.66562 22.009375 188.05624 22.353125Q188.44687 22.68125 189.07187 22.68125ZM194.30624 19.884375Q194.30624 18.165625 195.10312 17.15Q195.9 16.11875 197.22812 16.11875Q198.57187 16.11875 199.3375 17.071875L199.4 16.259375L200.55624 16.259375L200.55624 23.478125Q200.55624 24.915625 199.69687 25.728125Q198.85312 26.55625 197.41562 26.55625Q196.61874 26.55625 195.85312 26.2125Q195.0875 25.884375 194.68124 25.290625L195.3375 24.525Q196.15 25.525 197.32187 25.525Q198.24374 25.525 198.75937 25.009375Q199.29062 24.49375 199.29062 23.540625L199.29062 22.915625Q198.525 23.790625 197.2125 23.790625Q195.91562 23.790625 195.10312 22.74375Q194.30624 21.696875 194.30624 19.884375ZM195.57187 20.040625Q195.57187 21.290625 196.0875 22.009375Q196.60312 22.7125 197.525 22.7125Q198.72812 22.7125 199.29062 21.61875L199.29062 18.24375Q198.69687 17.196875 197.54062 17.196875Q196.61874 17.196875 196.0875 17.915625Q195.57187 18.61875 195.57187 20.040625ZM205.68124 23.790625Q204.16562 23.790625 203.22812 22.80625Q202.29062 21.80625 202.29062 20.15L202.29062 19.93125Q202.29062 18.821875 202.7125 17.9625Q203.13437 17.0875 203.88437 16.603125Q204.63437 16.11875 205.525 16.11875Q206.9625 16.11875 207.75937 17.071875Q208.55624 18.009375 208.55624 19.790625L208.55624 20.30625L203.55624 20.30625Q203.57187 21.4 204.18124 22.0875Q204.80624 22.759375 205.74374 22.759375Q206.41562 22.759375 206.86874 22.49375Q207.3375 22.2125 207.69687 21.759375L208.4625 22.353125Q207.54062 23.790625 205.68124 23.790625ZM205.525 17.15Q204.75937 17.15 204.22812 17.7125Q203.7125 18.275 203.5875 19.275L207.29062 19.275L207.29062 19.18125Q207.24374 18.2125 206.775 17.68125Q206.30624 17.15 205.525 17.15ZM214.32187 14.4625L214.32187 16.259375L215.69687 16.259375L215.69687 17.228125L214.32187 17.228125L214.32187 21.821875Q214.32187 22.259375 214.50937 22.49375Q214.69687 22.7125 215.13437 22.7125Q215.35312 22.7125 215.74374 22.61875L215.74374 23.65Q215.24374 23.790625 214.775 23.790625Q213.91562 23.790625 213.47812 23.275Q213.05624 22.759375 213.05624 21.821875L213.05624 17.228125L211.7125 17.228125L211.7125 16.259375L213.05624 16.259375L213.05624 14.4625L214.32187 14.4625ZM218.86874 17.15Q219.7125 16.11875 221.05624 16.11875Q223.4 16.11875 223.43124 18.759375L223.43124 23.65L222.16562 23.65L222.16562 18.759375Q222.15 17.9625 221.79062 17.5875Q221.43124 17.196875 220.68124 17.196875Q220.05624 17.196875 219.5875 17.525Q219.13437 17.853125 218.86874 18.384375L218.86874 23.65L217.60312 23.65L217.60312 13.15L218.86874 13.15L218.86874 17.15ZM228.68124 23.790625Q227.16562 23.790625 226.22812 22.80625Q225.29062 21.80625 225.29062 20.15L225.29062 19.93125Q225.29062 18.821875 225.7125 17.9625Q226.13437 17.0875 226.88437 16.603125Q227.63437 16.11875 228.525 16.11875Q229.9625 16.11875 230.75937 17.071875Q231.55624 18.009375 231.55624 19.790625L231.55624 20.30625L226.55624 20.30625Q226.57187 21.4 227.18124 22.0875Q227.80624 22.759375 228.74374 22.759375Q229.41562 22.759375 229.86874 22.49375Q230.3375 22.2125 230.69687 21.759375L231.4625 22.353125Q230.54062 23.790625 228.68124 23.790625ZM228.525 17.15Q227.75937 17.15 227.22812 17.7125Q226.7125 18.275 226.5875 19.275L230.29062 19.275L230.29062 19.18125Q230.24374 18.2125 229.775 17.68125Q229.30624 17.15 228.525 17.15ZM233.97812 23.65L232.7125 23.65L232.7125 16.259375L233.97812 16.259375L233.97812 23.65ZM232.61874 14.290625Q232.61874 13.978125 232.80624 13.775Q232.99374 13.55625 233.35312 13.55625Q233.72812 13.55625 233.91562 13.775Q234.11874 13.978125 234.11874 14.290625Q234.11874 14.603125 233.91562 14.80625Q233.72812 15.009375 233.35312 15.009375Q232.99374 15.009375 232.80624 14.80625Q232.61874 14.603125 232.61874 14.290625ZM239.18124 17.384375Q238.9 17.3375 238.55624 17.3375Q237.32187 17.3375 236.86874 18.4L236.86874 23.65L235.60312 23.65L235.60312 16.259375L236.8375 16.259375L236.85312 17.103125Q237.47812 16.11875 238.61874 16.11875Q238.99374 16.11875 239.18124 16.2125L239.18124 17.384375ZM243.275 19.884375Q243.275 18.790625 243.69687 17.93125Q244.13437 17.05625 244.88437 16.5875Q245.65 16.11875 246.63437 16.11875Q248.13437 16.11875 249.07187 17.165625Q250.00937 18.2125 250.00937 19.946875L250.00937 20.040625Q250.00937 21.11875 249.5875 21.978125Q249.18124 22.821875 248.4 23.30625Q247.63437 23.790625 246.65 23.790625Q245.13437 23.790625 244.19687 22.74375Q243.275 21.696875 243.275 19.978125L243.275 19.884375ZM244.54062 20.040625Q244.54062 21.259375 245.10312 22.009375Q245.68124 22.759375 246.65 22.759375Q247.60312 22.759375 248.16562 22.009375Q248.74374 21.24375 248.74374 19.884375Q248.74374 18.665625 248.16562 17.915625Q247.5875 17.15 246.63437 17.15Q245.69687 17.15 245.11874 17.9Q244.54062 18.65 244.54062 20.040625ZM258.15 21.9L259.57187 16.259375L260.8375 16.259375L258.69687 23.65L257.66562 23.65L255.86874 18.040625L254.11874 23.65L253.0875 23.65L250.94687 16.259375L252.19687 16.259375L253.66562 21.790625L255.38437 16.259375L256.4 16.259375L258.15 21.9ZM263.80624 16.259375L263.8375 17.18125Q264.69687 16.11875 266.05624 16.11875Q268.4 16.11875 268.43124 18.759375L268.43124 23.65L267.16562 23.65L267.16562 18.759375Q267.15 17.9625 266.79062 17.5875Q266.43124 17.196875 265.68124 17.196875Q265.05624 17.196875 264.5875 17.525Q264.13437 17.853125 263.86874 18.384375L263.86874 23.65L262.60312 23.65L262.60312 16.259375L263.80624 16.259375ZM274.97812 23.65L273.7125 23.65L273.7125 16.259375L274.97812 16.259375L274.97812 23.65ZM273.61874 14.290625Q273.61874 13.978125 273.80624 13.775Q273.99374 13.55625 274.35312 13.55625Q274.72812 13.55625 274.91562 13.775Q275.11874 13.978125 275.11874 14.290625Q275.11874 14.603125 274.91562 14.80625Q274.72812 15.009375 274.35312 15.009375Q273.99374 15.009375 273.80624 14.80625Q273.61874 14.603125 273.61874 14.290625ZM277.80624 16.259375L277.8375 17.18125Q278.69687 16.11875 280.05624 16.11875Q282.4 16.11875 282.43124 18.759375L282.43124 23.65L281.16562 23.65L281.16562 18.759375Q281.15 17.9625 280.79062 17.5875Q280.43124 17.196875 279.68124 17.196875Q279.05624 17.196875 278.5875 17.525Q278.13437 17.853125 277.86874 18.384375L277.86874 23.65L276.60312 23.65L276.60312 16.259375L277.80624 16.259375ZM286.32187 14.4625L286.32187 16.259375L287.69687 16.259375L287.69687 17.228125L286.32187 17.228125L286.32187 21.821875Q286.32187 22.259375 286.50937 22.49375Q286.69687 22.7125 287.13437 22.7125Q287.35312 22.7125 287.74374 22.61875L287.74374 23.65Q287.24374 23.790625 286.775 23.790625Q285.91562 23.790625 285.47812 23.275Q285.05624 22.759375 285.05624 21.821875L285.05624 17.228125L283.7125 17.228125L283.7125 16.259375L285.05624 16.259375L285.05624 14.4625L286.32187 14.4625ZM292.68124 23.790625Q291.16562 23.790625 290.22812 22.80625Q289.29062 21.80625 289.29062 20.15L289.29062 19.93125Q289.29062 18.821875 289.7125 17.9625Q290.13437 17.0875 290.88437 16.603125Q291.63437 16.11875 292.525 16.11875Q293.9625 16.11875 294.75937 17.071875Q295.55624 18.009375 295.55624 19.790625L295.55624 20.30625L290.55624 20.30625Q290.57187 21.4 291.18124 22.0875Q291.80624 22.759375 292.74374 22.759375Q293.41562 22.759375 293.86874 22.49375Q294.3375 22.2125 294.69687 21.759375L295.4625 22.353125Q294.54062 23.790625 292.68124 23.790625ZM292.525 17.15Q291.75937 17.15 291.22812 17.7125Q290.7125 18.275 290.5875 19.275L294.29062 19.275L294.29062 19.18125Q294.24374 18.2125 293.775 17.68125Q293.30624 17.15 292.525 17.15ZM300.18124 17.384375Q299.9 17.3375 299.55624 17.3375Q298.32187 17.3375 297.86874 18.4L297.86874 23.65L296.60312 23.65L296.60312 16.259375L297.8375 16.259375L297.85312 17.103125Q298.47812 16.11875 299.61874 16.11875Q299.99374 16.11875 300.18124 16.2125L300.18124 17.384375ZM302.80624 16.259375L302.8375 17.18125Q303.69687 16.11875 305.05624 16.11875Q307.4 16.11875 307.43124 18.759375L307.43124 23.65L306.16562 23.65L306.16562 18.759375Q306.15 17.9625 305.79062 17.5875Q305.43124 17.196875 304.68124 17.196875Q304.05624 17.196875 303.5875 17.525Q303.13437 17.853125 302.86874 18.384375L302.86874 23.65L301.60312 23.65L301.60312 16.259375L302.80624 16.259375ZM314.18124 23.65Q314.07187 23.43125 313.99374 22.86875Q313.11874 23.790625 311.88437 23.790625Q310.79062 23.790625 310.0875 23.18125Q309.4 22.55625 309.4 21.603125Q309.4 20.446875 310.275 19.80625Q311.15 19.165625 312.74374 19.165625L313.97812 19.165625L313.97812 18.5875Q313.97812 17.915625 313.57187 17.525Q313.18124 17.134375 312.41562 17.134375Q311.72812 17.134375 311.275 17.478125Q310.82187 17.821875 310.82187 18.30625L309.54062 18.30625Q309.54062 17.74375 309.93124 17.228125Q310.3375 16.7125 311.00937 16.415625Q311.68124 16.11875 312.47812 16.11875Q313.75937 16.11875 314.47812 16.759375Q315.2125 17.4 315.24374 18.509375L315.24374 21.915625Q315.24374 22.93125 315.49374 23.540625L315.49374 23.65L314.18124 23.65ZM312.07187 22.68125Q312.66562 22.68125 313.19687 22.384375Q313.74374 22.071875 313.97812 21.571875L313.97812 20.05625L312.97812 20.05625Q310.66562 20.05625 310.66562 21.415625Q310.66562 22.009375 311.05624 22.353125Q311.44687 22.68125 312.07187 22.68125ZM318.97812 23.65L317.7125 23.65L317.7125 13.15L318.97812 13.15L318.97812 23.65ZM331.15 22.3375Q330.65 23.071875 329.74374 23.43125Q328.8375 23.790625 327.63437 23.790625Q326.41562 23.790625 325.4625 23.228125Q324.525 22.65 324.00937 21.603125Q323.49374 20.540625 323.47812 19.15L323.47812 18.290625Q323.47812 16.040625 324.525 14.80625Q325.5875 13.55625 327.47812 13.55625Q329.04062 13.55625 329.99374 14.353125Q330.94687 15.15 331.15 16.61875L329.8375 16.61875Q329.47812 14.634375 327.49374 14.634375Q326.16562 14.634375 325.47812 15.571875Q324.80624 16.49375 324.80624 18.24375L324.80624 19.05625Q324.80624 20.74375 325.57187 21.728125Q326.3375 22.7125 327.63437 22.7125Q328.38437 22.7125 328.93124 22.55625Q329.49374 22.384375 329.85312 21.99375L329.85312 19.759375L327.54062 19.759375L327.54062 18.696875L331.15 18.696875L331.15 22.3375ZM333.275 19.884375Q333.275 18.790625 333.69687 17.93125Q334.13437 17.05625 334.88437 16.5875Q335.65 16.11875 336.63437 16.11875Q338.13437 16.11875 339.07187 17.165625Q340.00937 18.2125 340.00937 19.946875L340.00937 20.040625Q340.00937 21.11875 339.5875 21.978125Q339.18124 22.821875 338.4 23.30625Q337.63437 23.790625 336.65 23.790625Q335.13437 23.790625 334.19687 22.74375Q333.275 21.696875 333.275 19.978125L333.275 19.884375ZM334.54062 20.040625Q334.54062 21.259375 335.10312 22.009375Q335.68124 22.759375 336.65 22.759375Q337.60312 22.759375 338.16562 22.009375Q338.74374 21.24375 338.74374 19.884375Q338.74374 18.665625 338.16562 17.915625Q337.5875 17.15 336.63437 17.15Q335.69687 17.15 335.11874 17.9Q334.54062 18.65 334.54062 20.040625ZM344.30624 19.884375Q344.30624 18.18125 345.10312 17.15Q345.91562 16.11875 347.2125 16.11875Q348.525 16.11875 349.275 17.009375L349.275 13.15L350.54062 13.15L350.54062 23.65L349.38437 23.65L349.32187 22.853125Q348.55624 23.790625 347.2125 23.790625Q345.91562 23.790625 345.10312 22.74375Q344.30624 21.68125 344.30624 19.978125L344.30624 19.884375ZM345.57187 20.040625Q345.57187 21.290625 346.0875 22.009375Q346.60312 22.7125 347.525 22.7125Q348.72812 22.7125 349.275 21.634375L349.275 18.228125Q348.7125 17.196875 347.54062 17.196875Q346.60312 17.196875 346.0875 17.915625Q345.57187 18.61875 345.57187 20.040625ZM352.275 19.884375Q352.275 18.790625 352.69687 17.93125Q353.13437 17.05625 353.88437 16.5875Q354.65 16.11875 355.63437 16.11875Q357.13437 16.11875 358.07187 17.165625Q359.00937 18.2125 359.00937 19.946875L359.00937 20.040625Q359.00937 21.11875 358.5875 21.978125Q358.18124 22.821875 357.4 23.30625Q356.63437 23.790625 355.65 23.790625Q354.13437 23.790625 353.19687 22.74375Q352.275 21.696875 352.275 19.978125L352.275 19.884375ZM353.54062 20.040625Q353.54062 21.259375 354.10312 22.009375Q354.68124 22.759375 355.65 22.759375Q356.60312 22.759375 357.16562 22.009375Q357.74374 21.24375 357.74374 19.884375Q357.74374 18.665625 357.16562 17.915625Q356.5875 17.15 355.63437 17.15Q354.69687 17.15 354.11874 17.9Q353.54062 18.65 353.54062 20.040625ZM363.57187 22.759375Q364.24374 22.759375 364.74374 22.353125Q365.25937 21.93125 365.32187 21.321875L366.50937 21.321875Q366.47812 21.946875 366.07187 22.525Q365.66562 23.103125 364.99374 23.446875Q364.32187 23.790625 363.57187 23.790625Q362.05624 23.790625 361.16562 22.790625Q360.275 21.775 360.275 20.025L360.275 19.80625Q360.275 18.728125 360.66562 17.884375Q361.07187 17.040625 361.80624 16.5875Q362.55624 16.11875 363.57187 16.11875Q364.80624 16.11875 365.63437 16.86875Q366.4625 17.603125 366.50937 18.790625L365.32187 18.790625Q365.25937 18.071875 364.775 17.61875Q364.29062 17.15 363.57187 17.15Q362.60312 17.15 362.07187 17.853125Q361.54062 18.540625 361.54062 19.853125L361.54062 20.0875Q361.54062 21.36875 362.07187 22.071875Q362.60312 22.759375 363.57187 22.759375ZM372.18124 22.915625Q371.43124 23.790625 370.00937 23.790625Q368.82187 23.790625 368.19687 23.103125Q367.5875 22.415625 367.5875 21.071875L367.5875 16.259375L368.8375 16.259375L368.8375 21.025Q368.8375 22.7125 370.2125 22.7125Q371.66562 22.7125 372.13437 21.634375L372.13437 16.259375L373.4 16.259375L373.4 23.65L372.19687 23.65L372.18124 22.915625ZM376.79062 16.259375L376.8375 17.071875Q377.65 16.11875 379.025 16.11875Q380.57187 16.11875 381.13437 17.30625Q381.50937 16.775 382.10312 16.446875Q382.69687 16.11875 383.49374 16.11875Q385.93124 16.11875 385.97812 18.696875L385.97812 23.65L384.7125 23.65L384.7125 18.775Q384.7125 17.978125 384.3375 17.5875Q383.97812 17.196875 383.13437 17.196875Q382.41562 17.196875 381.94687 17.61875Q381.49374 18.025 381.41562 18.74375L381.41562 23.65L380.15 23.65L380.15 18.80625Q380.15 17.196875 378.57187 17.196875Q377.32187 17.196875 376.86874 18.24375L376.86874 23.65L375.60312 23.65L375.60312 16.259375L376.79062 16.259375ZM390.68124 23.790625Q389.16562 23.790625 388.22812 22.80625Q387.29062 21.80625 387.29062 20.15L387.29062 19.93125Q387.29062 18.821875 387.7125 17.9625Q388.13437 17.0875 388.88437 16.603125Q389.63437 16.11875 390.525 16.11875Q391.9625 16.11875 392.75937 17.071875Q393.55624 18.009375 393.55624 19.790625L393.55624 20.30625L388.55624 20.30625Q388.57187 21.4 389.18124 22.0875Q389.80624 22.759375 390.74374 22.759375Q391.41562 22.759375 391.86874 22.49375Q392.3375 22.2125 392.69687 21.759375L393.4625 22.353125Q392.54062 23.790625 390.68124 23.790625ZM390.525 17.15Q389.75937 17.15 389.22812 17.7125Q388.7125 18.275 388.5875 19.275L392.29062 19.275L392.29062 19.18125Q392.24374 18.2125 391.775 17.68125Q391.30624 17.15 390.525 17.15ZM395.80624 16.259375L395.8375 17.18125Q396.69687 16.11875 398.05624 16.11875Q400.4 16.11875 400.43124 18.759375L400.43124 23.65L399.16562 23.65L399.16562 18.759375Q399.15 17.9625 398.79062 17.5875Q398.43124 17.196875 397.68124 17.196875Q397.05624 17.196875 396.5875 17.525Q396.13437 17.853125 395.86874 18.384375L395.86874 23.65L394.60312 23.65L394.60312 16.259375L395.80624 16.259375ZM404.32187 14.4625L404.32187 16.259375L405.69687 16.259375L405.69687 17.228125L404.32187 17.228125L404.32187 21.821875Q404.32187 22.259375 404.50937 22.49375Q404.69687 22.7125 405.13437 22.7125Q405.35312 22.7125 405.74374 22.61875L405.74374 23.65Q405.24374 23.790625 404.775 23.790625Q403.91562 23.790625 403.47812 23.275Q403.05624 22.759375 403.05624 21.821875L403.05624 17.228125L401.7125 17.228125L401.7125 16.259375L403.05624 16.259375L403.05624 14.4625L404.32187 14.4625ZM412.18124 23.65Q412.07187 23.43125 411.99374 22.86875Q411.11874 23.790625 409.88437 23.790625Q408.79062 23.790625 408.0875 23.18125Q407.4 22.55625 407.4 21.603125Q407.4 20.446875 408.275 19.80625Q409.15 19.165625 410.74374 19.165625L411.97812 19.165625L411.97812 18.5875Q411.97812 17.915625 411.57187 17.525Q411.18124 17.134375 410.41562 17.134375Q409.72812 17.134375 409.275 17.478125Q408.82187 17.821875 408.82187 18.30625L407.54062 18.30625Q407.54062 17.74375 407.93124 17.228125Q408.3375 16.7125 409.00937 16.415625Q409.68124 16.11875 410.47812 16.11875Q411.75937 16.11875 412.47812 16.759375Q413.2125 17.4 413.24374 18.509375L413.24374 21.915625Q413.24374 22.93125 413.49374 23.540625L413.49374 23.65L412.18124 23.65ZM410.07187 22.68125Q410.66562 22.68125 411.19687 22.384375Q411.74374 22.071875 411.97812 21.571875L411.97812 20.05625L410.97812 20.05625Q408.66562 20.05625 408.66562 21.415625Q408.66562 22.009375 409.05624 22.353125Q409.44687 22.68125 410.07187 22.68125ZM417.32187 14.4625L417.32187 16.259375L418.69687 16.259375L418.69687 17.228125L417.32187 17.228125L417.32187 21.821875Q417.32187 22.259375 417.50937 22.49375Q417.69687 22.7125 418.13437 22.7125Q418.35312 22.7125 418.74374 22.61875L418.74374 23.65Q418.24374 23.790625 417.775 23.790625Q416.91562 23.790625 416.47812 23.275Q416.05624 22.759375 416.05624 21.821875L416.05624 17.228125L414.7125 17.228125L414.7125 16.259375L416.05624 16.259375L416.05624 14.4625L417.32187 14.4625ZM421.97812 23.65L420.7125 23.65L420.7125 16.259375L421.97812 16.259375L421.97812 23.65ZM420.61874 14.290625Q420.61874 13.978125 420.80624 13.775Q420.99374 13.55625 421.35312 13.55625Q421.72812 13.55625 421.91562 13.775Q422.11874 13.978125 422.11874 14.290625Q422.11874 14.603125 421.91562 14.80625Q421.72812 15.009375 421.35312 15.009375Q420.99374 15.009375 420.80624 14.80625Q420.61874 14.603125 420.61874 14.290625ZM423.275 19.884375Q423.275 18.790625 423.69687 17.93125Q424.13437 17.05625 424.88437 16.5875Q425.65 16.11875 426.63437 16.11875Q428.13437 16.11875 429.07187 17.165625Q430.00937 18.2125 430.00937 19.946875L430.00937 20.040625Q430.00937 21.11875 429.5875 21.978125Q429.18124 22.821875 428.4 23.30625Q427.63437 23.790625 426.65 23.790625Q425.13437 23.790625 424.19687 22.74375Q423.275 21.696875 423.275 19.978125L423.275 19.884375ZM424.54062 20.040625Q424.54062 21.259375 425.10312 22.009375Q425.68124 22.759375 426.65 22.759375Q427.60312 22.759375 428.16562 22.009375Q428.74374 21.24375 428.74374 19.884375Q428.74374 18.665625 428.16562 17.915625Q427.5875 17.15 426.63437 17.15Q425.69687 17.15 425.11874 17.9Q424.54062 18.65 424.54062 20.040625ZM432.80624 16.259375L432.8375 17.18125Q433.69687 16.11875 435.05624 16.11875Q437.4 16.11875 437.43124 18.759375L437.43124 23.65L436.16562 23.65L436.16562 18.759375Q436.15 17.9625 435.79062 17.5875Q435.43124 17.196875 434.68124 17.196875Q434.05624 17.196875 433.5875 17.525Q433.13437 17.853125 432.86874 18.384375L432.86874 23.65L431.60312 23.65L431.60312 16.259375L432.80624 16.259375ZM446.91562 21.68125Q446.91562 21.18125 446.525 20.9Q446.13437 20.603125 445.18124 20.4Q444.22812 20.196875 443.65 19.915625Q443.0875 19.61875 442.82187 19.228125Q442.55624 18.8375 442.55624 18.290625Q442.55624 17.36875 443.32187 16.74375Q444.0875 16.11875 445.29062 16.11875Q446.54062 16.11875 447.32187 16.775Q448.10312 17.415625 448.10312 18.43125L446.8375 18.43125Q446.8375 17.9 446.4 17.525Q445.9625 17.15 445.29062 17.15Q444.60312 17.15 444.2125 17.4625Q443.82187 17.759375 443.82187 18.24375Q443.82187 18.696875 444.18124 18.93125Q444.54062 19.165625 445.47812 19.384375Q446.43124 19.5875 447.025 19.884375Q447.61874 20.18125 447.9 20.603125Q448.18124 21.009375 448.18124 21.603125Q448.18124 22.5875 447.38437 23.196875Q446.5875 23.790625 445.32187 23.790625Q444.44687 23.790625 443.75937 23.478125Q443.07187 23.15 442.68124 22.5875Q442.30624 22.025 442.30624 21.36875L443.57187 21.36875Q443.60312 22.009375 444.07187 22.384375Q444.55624 22.759375 445.32187 22.759375Q446.04062 22.759375 446.47812 22.4625Q446.91562 22.165625 446.91562 21.68125ZM452.68124 23.790625Q451.16562 23.790625 450.22812 22.80625Q449.29062 21.80625 449.29062 20.15L449.29062 19.93125Q449.29062 18.821875 449.7125 17.9625Q450.13437 17.0875 450.88437 16.603125Q451.63437 16.11875 452.525 16.11875Q453.9625 16.11875 454.75937 17.071875Q455.55624 18.009375 455.55624 19.790625L455.55624 20.30625L450.55624 20.30625Q450.57187 21.4 451.18124 22.0875Q451.80624 22.759375 452.74374 22.759375Q453.41562 22.759375 453.86874 22.49375Q454.3375 22.2125 454.69687 21.759375L455.4625 22.353125Q454.54062 23.790625 452.68124 23.790625ZM452.525 17.15Q451.75937 17.15 451.22812 17.7125Q450.7125 18.275 450.5875 19.275L454.29062 19.275L454.29062 19.18125Q454.24374 18.2125 453.775 17.68125Q453.30624 17.15 452.525 17.15ZM460.18124 17.384375Q459.9 17.3375 459.55624 17.3375Q458.32187 17.3375 457.86874 18.4L457.86874 23.65L456.60312 23.65L456.60312 16.259375L457.8375 16.259375L457.85312 17.103125Q458.47812 16.11875 459.61874 16.11875Q459.99374 16.11875 460.18124 16.2125L460.18124 17.384375ZM464.04062 21.93125L465.88437 16.259375L467.16562 16.259375L464.525 23.65L463.55624 23.65L460.86874 16.259375L462.16562 16.259375L464.04062 21.93125ZM471.68124 23.790625Q470.16562 23.790625 469.22812 22.80625Q468.29062 21.80625 468.29062 20.15L468.29062 19.93125Q468.29062 18.821875 468.7125 17.9625Q469.13437 17.0875 469.88437 16.603125Q470.63437 16.11875 471.525 16.11875Q472.9625 16.11875 473.75937 17.071875Q474.55624 18.009375 474.55624 19.790625L474.55624 20.30625L469.55624 20.30625Q469.57187 21.4 470.18124 22.0875Q470.80624 22.759375 471.74374 22.759375Q472.41562 22.759375 472.86874 22.49375Q473.3375 22.2125 473.69687 21.759375L474.4625 22.353125Q473.54062 23.790625 471.68124 23.790625ZM471.525 17.15Q470.75937 17.15 470.22812 17.7125Q469.7125 18.275 469.5875 19.275L473.29062 19.275L473.29062 19.18125Q473.24374 18.2125 472.775 17.68125Q472.30624 17.15 471.525 17.15ZM479.18124 17.384375Q478.9 17.3375 478.55624 17.3375Q477.32187 17.3375 476.86874 18.4L476.86874 23.65L475.60312 23.65L475.60312 16.259375L476.8375 16.259375L476.85312 17.103125Q477.47812 16.11875 478.61874 16.11875Q478.99374 16.11875 479.18124 16.2125L479.18124 17.384375Z" fill-rule="nonzero"/><path fill="#666666" d="M11.55625 36.603127Q11.55625 35.071877 11.9625 33.65Q12.384375 32.228127 13.196875 31.071877Q14.025 29.900002 14.915625 29.415627L15.165625 30.259377Q14.165625 31.025002 13.525 32.603127Q12.9 34.165627 12.8375 36.103127L12.821875 36.696877Q12.821875 39.3375 13.790625 41.275Q14.36875 42.43125 15.165625 43.0875L14.915625 43.86875Q13.99375 43.353127 13.165625 42.165627Q11.55625 39.8375 11.55625 36.603127ZM20.915625 38.68125Q20.915625 38.18125 20.525 37.9Q20.134375 37.603127 19.18125 37.4Q18.228125 37.196877 17.65 36.915627Q17.0875 36.61875 16.821875 36.228127Q16.55625 35.8375 16.55625 35.290627Q16.55625 34.36875 17.321875 33.74375Q18.0875 33.11875 19.290625 33.11875Q20.540625 33.11875 21.321875 33.775Q22.103125 34.415627 22.103125 35.43125L20.8375 35.43125Q20.8375 34.9 20.4 34.525Q19.9625 34.15 19.290625 34.15Q18.603125 34.15 18.2125 34.4625Q17.821875 34.759377 17.821875 35.24375Q17.821875 35.696877 18.18125 35.93125Q18.540625 36.165627 19.478125 36.384377Q20.43125 36.5875 21.025 36.884377Q21.61875 37.18125 21.9 37.603127Q22.18125 38.009377 22.18125 38.603127Q22.18125 39.5875 21.384375 40.196877Q20.5875 40.790627 19.321875 40.790627Q18.446875 40.790627 17.759375 40.478127Q17.071875 40.15 16.68125 39.5875Q16.30625 39.025 16.30625 38.36875L17.571875 38.36875Q17.603125 39.009377 18.071875 39.384377Q18.55625 39.759377 19.321875 39.759377Q20.040625 39.759377 20.478125 39.4625Q20.915625 39.165627 20.915625 38.68125ZM24.978125 40.65L23.7125 40.65L23.7125 33.259377L24.978125 33.259377L24.978125 40.65ZM23.61875 31.290627Q23.61875 30.978127 23.80625 30.775002Q23.99375 30.556252 24.353125 30.556252Q24.728125 30.556252 24.915625 30.775002Q25.11875 30.978127 25.11875 31.290627Q25.11875 31.603127 24.915625 31.806252Q24.728125 32.009377 24.353125 32.009377Q23.99375 32.009377 23.80625 31.806252Q23.61875 31.603127 23.61875 31.290627ZM27.790625 33.259377L27.8375 34.071877Q28.65 33.11875 30.025 33.11875Q31.571875 33.11875 32.134377 34.30625Q32.509377 33.775 33.103127 33.446877Q33.696877 33.11875 34.49375 33.11875Q36.93125 33.11875 36.978127 35.696877L36.978127 40.65L35.7125 40.65L35.7125 35.775Q35.7125 34.978127 35.3375 34.5875Q34.978127 34.196877 34.134377 34.196877Q33.415627 34.196877 32.946877 34.61875Q32.49375 35.025 32.415627 35.74375L32.415627 40.65L31.15 40.65L31.15 35.80625Q31.15 34.196877 29.571875 34.196877Q28.321875 34.196877 27.86875 35.24375L27.86875 40.65L26.603125 40.65L26.603125 33.259377L27.790625 33.259377ZM39.978127 40.65L38.7125 40.65L38.7125 33.259377L39.978127 33.259377L39.978127 40.65ZM38.61875 31.290627Q38.61875 30.978127 38.80625 30.775002Q38.99375 30.556252 39.353127 30.556252Q39.728127 30.556252 39.915627 30.775002Q40.11875 30.978127 40.11875 31.290627Q40.11875 31.603127 39.915627 31.806252Q39.728127 32.009377 39.353127 32.009377Q38.99375 32.009377 38.80625 31.806252Q38.61875 31.603127 38.61875 31.290627ZM42.978127 40.65L41.7125 40.65L41.7125 30.150002L42.978127 30.150002L42.978127 40.65ZM49.18125 40.65Q49.071877 40.43125 48.99375 39.86875Q48.11875 40.790627 46.884377 40.790627Q45.790627 40.790627 45.0875 40.18125Q44.4 39.55625 44.4 38.603127Q44.4 37.446877 45.275 36.80625Q46.15 36.165627 47.74375 36.165627L48.978127 36.165627L48.978127 35.5875Q48.978127 34.915627 48.571877 34.525Q48.18125 34.134377 47.415627 34.134377Q46.728127 34.134377 46.275 34.478127Q45.821877 34.821877 45.821877 35.30625L44.540627 35.30625Q44.540627 34.74375 44.93125 34.228127Q45.3375 33.7125 46.009377 33.415627Q46.68125 33.11875 47.478127 33.11875Q48.759377 33.11875 49.478127 33.759377Q50.2125 34.4 50.24375 35.509377L50.24375 38.915627Q50.24375 39.93125 50.49375 40.540627L50.49375 40.65L49.18125 40.65ZM47.071877 39.68125Q47.665627 39.68125 48.196877 39.384377Q48.74375 39.071877 48.978127 38.571877L48.978127 37.05625L47.978127 37.05625Q45.665627 37.05625 45.665627 38.415627Q45.665627 39.009377 46.05625 39.353127Q46.446877 39.68125 47.071877 39.68125ZM56.18125 34.384377Q55.9 34.3375 55.55625 34.3375Q54.321877 34.3375 53.86875 35.4L53.86875 40.65L52.603127 40.65L52.603127 33.259377L53.8375 33.259377L53.853127 34.103127Q54.478127 33.11875 55.61875 33.11875Q55.99375 33.11875 56.18125 33.2125L56.18125 34.384377ZM62.321877 31.462502L62.321877 33.259377L63.696877 33.259377L63.696877 34.228127L62.321877 34.228127L62.321877 38.821877Q62.321877 39.259377 62.509377 39.49375Q62.696877 39.7125 63.134377 39.7125Q63.353127 39.7125 63.74375 39.61875L63.74375 40.65Q63.24375 40.790627 62.775 40.790627Q61.915627 40.790627 61.478127 40.275Q61.05625 39.759377 61.05625 38.821877L61.05625 34.228127L59.7125 34.228127L59.7125 33.259377L61.05625 33.259377L61.05625 31.462502L62.321877 31.462502ZM65.275 36.884377Q65.275 35.790627 65.69688 34.93125Q66.13438 34.05625 66.88438 33.5875Q67.65 33.11875 68.63438 33.11875Q70.13438 33.11875 71.07188 34.165627Q72.00938 35.2125 72.00938 36.946877L72.00938 37.040627Q72.00938 38.11875 71.5875 38.978127Q71.18125 39.821877 70.4 40.30625Q69.63438 40.790627 68.65 40.790627Q67.13438 40.790627 66.19688 39.74375Q65.275 38.696877 65.275 36.978127L65.275 36.884377ZM66.54063 37.040627Q66.54063 38.259377 67.10313 39.009377Q67.68125 39.759377 68.65 39.759377Q69.60313 39.759377 70.16563 39.009377Q70.74375 38.24375 70.74375 36.884377Q70.74375 35.665627 70.16563 34.915627Q69.5875 34.15 68.63438 34.15Q67.69688 34.15 67.11875 34.9Q66.54063 35.65 66.54063 37.040627ZM76.30625 36.884377Q76.30625 35.165627 77.10313 34.15Q77.9 33.11875 79.22813 33.11875Q80.57188 33.11875 81.3375 34.071877L81.4 33.259377L82.55625 33.259377L82.55625 40.478127Q82.55625 41.915627 81.69688 42.728127Q80.85313 43.55625 79.41563 43.55625Q78.61875 43.55625 77.85313 43.2125Q77.0875 42.884377 76.68125 42.290627L77.3375 41.525Q78.15 42.525 79.32188 42.525Q80.24375 42.525 80.75938 42.009377Q81.29063 41.49375 81.29063 40.540627L81.29063 39.915627Q80.525 40.790627 79.2125 40.790627Q77.91563 40.790627 77.10313 39.74375Q76.30625 38.696877 76.30625 36.884377ZM77.57188 37.040627Q77.57188 38.290627 78.0875 39.009377Q78.60313 39.7125 79.525 39.7125Q80.72813 39.7125 81.29063 38.61875L81.29063 35.24375Q80.69688 34.196877 79.54063 34.196877Q78.61875 34.196877 78.0875 34.915627Q77.57188 35.61875 77.57188 37.040627ZM84.275 36.884377Q84.275 35.790627 84.69688 34.93125Q85.13438 34.05625 85.88438 33.5875Q86.65 33.11875 87.63438 33.11875Q89.13438 33.11875 90.07188 34.165627Q91.00938 35.2125 91.00938 36.946877L91.00938 37.040627Q91.00938 38.11875 90.5875 38.978127Q90.18125 39.821877 89.4 40.30625Q88.63438 40.790627 87.65 40.790627Q86.13438 40.790627 85.19688 39.74375Q84.275 38.696877 84.275 36.978127L84.275 36.884377ZM85.54063 37.040627Q85.54063 38.259377 86.10313 39.009377Q86.68125 39.759377 87.65 39.759377Q88.60313 39.759377 89.16563 39.009377Q89.74375 38.24375 89.74375 36.884377Q89.74375 35.665627 89.16563 34.915627Q88.5875 34.15 87.63438 34.15Q86.69688 34.15 86.11875 34.9Q85.54063 35.65 85.54063 37.040627ZM92.30625 36.884377Q92.30625 35.18125 93.10313 34.15Q93.91563 33.11875 95.2125 33.11875Q96.525 33.11875 97.275 34.009377L97.275 30.150002L98.54063 30.150002L98.54063 40.65L97.38438 40.65L97.32188 39.853127Q96.55625 40.790627 95.2125 40.790627Q93.91563 40.790627 93.10313 39.74375Q92.30625 38.68125 92.30625 36.978127L92.30625 36.884377ZM93.57188 37.040627Q93.57188 38.290627 94.0875 39.009377Q94.60313 39.7125 95.525 39.7125Q96.72813 39.7125 97.275 38.634377L97.275 35.228127Q96.7125 34.196877 95.54063 34.196877Q94.60313 34.196877 94.0875 34.915627Q93.57188 35.61875 93.57188 37.040627ZM100.275 36.884377Q100.275 35.790627 100.69688 34.93125Q101.13438 34.05625 101.88438 33.5875Q102.65 33.11875 103.63438 33.11875Q105.13438 33.11875 106.07188 34.165627Q107.00938 35.2125 107.00938 36.946877L107.00938 37.040627Q107.00938 38.11875 106.5875 38.978127Q106.18125 39.821877 105.4 40.30625Q104.63438 40.790627 103.65 40.790627Q102.13438 40.790627 101.19688 39.74375Q100.275 38.696877 100.275 36.978127L100.275 36.884377ZM101.54063 37.040627Q101.54063 38.259377 102.10313 39.009377Q102.68125 39.759377 103.65 39.759377Q104.60313 39.759377 105.16563 39.009377Q105.74375 38.24375 105.74375 36.884377Q105.74375 35.665627 105.16563 34.915627Q104.5875 34.15 103.63438 34.15Q102.69688 34.15 102.11875 34.9Q101.54063 35.65 101.54063 37.040627ZM111.57188 39.759377Q112.24375 39.759377 112.74375 39.353127Q113.25938 38.93125 113.32188 38.321877L114.50938 38.321877Q114.47813 38.946877 114.07188 39.525Q113.66563 40.103127 112.99375 40.446877Q112.32188 40.790627 111.57188 40.790627Q110.05625 40.790627 109.16563 39.790627Q108.275 38.775 108.275 37.025L108.275 36.80625Q108.275 35.728127 108.66563 34.884377Q109.07188 34.040627 109.80625 33.5875Q110.55625 33.11875 111.57188 33.11875Q112.80625 33.11875 113.63438 33.86875Q114.4625 34.603127 114.50938 35.790627L113.32188 35.790627Q113.25938 35.071877 112.775 34.61875Q112.29063 34.15 111.57188 34.15Q110.60313 34.15 110.07188 34.853127Q109.54063 35.540627 109.54063 36.853127L109.54063 37.0875Q109.54063 38.36875 110.07188 39.071877Q110.60313 39.759377 111.57188 39.759377ZM115.63438 39.99375Q115.63438 39.665627 115.82188 39.446877Q116.025 39.228127 116.41563 39.228127Q116.80625 39.228127 117.00938 39.446877Q117.2125 39.665627 117.2125 39.99375Q117.2125 40.30625 117.00938 40.525Q116.80625 40.728127 116.41563 40.728127Q116.025 40.728127 115.82188 40.525Q115.63438 40.30625 115.63438 39.99375ZM119.275 36.884377Q119.275 35.790627 119.69688 34.93125Q120.13438 34.05625 120.88438 33.5875Q121.65 33.11875 122.63438 33.11875Q124.13438 33.11875 125.07188 34.165627Q126.00938 35.2125 126.00938 36.946877L126.00938 37.040627Q126.00938 38.11875 125.5875 38.978127Q125.18125 39.821877 124.4 40.30625Q123.63438 40.790627 122.65 40.790627Q121.13438 40.790627 120.19688 39.74375Q119.275 38.696877 119.275 36.978127L119.275 36.884377ZM120.54063 37.040627Q120.54063 38.259377 121.10313 39.009377Q121.68125 39.759377 122.65 39.759377Q123.60313 39.759377 124.16563 39.009377Q124.74375 38.24375 124.74375 36.884377Q124.74375 35.665627 124.16563 34.915627Q123.5875 34.15 122.63438 34.15Q121.69688 34.15 121.11875 34.9Q120.54063 35.65 120.54063 37.040627ZM131.18124 34.384377Q130.9 34.3375 130.55624 34.3375Q129.32187 34.3375 128.86874 35.4L128.86874 40.65L127.60313 40.65L127.60313 33.259377L128.8375 33.259377L128.85312 34.103127Q129.47812 33.11875 130.61874 33.11875Q130.99374 33.11875 131.18124 33.2125L131.18124 34.384377ZM132.30624 36.884377Q132.30624 35.165627 133.10312 34.15Q133.9 33.11875 135.22812 33.11875Q136.57187 33.11875 137.3375 34.071877L137.4 33.259377L138.55624 33.259377L138.55624 40.478127Q138.55624 41.915627 137.69687 42.728127Q136.85312 43.55625 135.41562 43.55625Q134.61874 43.55625 133.85312 43.2125Q133.0875 42.884377 132.68124 42.290627L133.3375 41.525Q134.15 42.525 135.32187 42.525Q136.24374 42.525 136.75937 42.009377Q137.29062 41.49375 137.29062 40.540627L137.29062 39.915627Q136.525 40.790627 135.2125 40.790627Q133.91562 40.790627 133.10312 39.74375Q132.30624 38.696877 132.30624 36.884377ZM133.57187 37.040627Q133.57187 38.290627 134.0875 39.009377Q134.60312 39.7125 135.525 39.7125Q136.72812 39.7125 137.29062 38.61875L137.29062 35.24375Q136.69687 34.196877 135.54062 34.196877Q134.61874 34.196877 134.0875 34.915627Q133.57187 35.61875 133.57187 37.040627ZM143.525 36.68125Q143.525 38.196877 143.11874 39.603127Q142.72812 40.99375 141.9 42.18125Q141.07187 43.36875 140.18124 43.86875L139.91562 43.0875Q140.9625 42.290627 141.60312 40.5875Q142.24374 38.884377 142.25937 36.821877L142.25937 36.603127Q142.25937 35.165627 141.94687 33.93125Q141.65 32.696877 141.11874 31.728127Q140.5875 30.743752 139.91562 30.196877L140.18124 29.415627Q141.07187 29.915627 141.88437 31.087502Q142.7125 32.259377 143.11874 33.665627Q143.525 35.071877 143.525 36.68125ZM147.0875 37.853127Q147.10312 37.040627 147.275 36.571877Q147.44687 36.0875 147.97812 35.509377L148.86874 34.5875Q149.44687 33.946877 149.44687 33.196877Q149.44687 32.478127 149.07187 32.071877Q148.69687 31.665627 147.97812 31.665627Q147.275 31.665627 146.85312 32.040627Q146.43124 32.4 146.43124 33.025L145.16562 33.025Q145.18124 31.915627 145.94687 31.243752Q146.72812 30.556252 147.97812 30.556252Q149.25937 30.556252 149.97812 31.259377Q150.7125 31.946877 150.7125 33.15Q150.7125 34.353127 149.60312 35.509377L148.85312 36.259377Q148.35312 36.80625 148.35312 37.853127L147.0875 37.853127ZM147.04062 40.009377Q147.04062 39.7125 147.22812 39.509377Q147.41562 39.290627 147.775 39.290627Q148.15 39.290627 148.3375 39.509377Q148.54062 39.7125 148.54062 40.025Q148.54062 40.321877 148.3375 40.525Q148.15 40.728127 147.775 40.728127Q147.41562 40.728127 147.22812 40.525Q147.04062 40.321877 147.04062 40.009377Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig12.svg b/_content/survey2019/fig12.svg
deleted file mode 100644
index 567f87e..0000000
--- a/_content/survey2019/fig12.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 337.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="337" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 337.0L0 337.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 35.5L142.5 264.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 35.5L249.5 264.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 35.5L355.5 264.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 35.5L462.5 264.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 35.5L569.5 264.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 35.931553L569.4754 35.931553L569.4754 264.93384L142.303 264.93384L142.303 35.931553Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 70.0L142.0 60.0L521.0 60.0C522.10455 60.0 523.0 60.89543 523.0 62.0L523.0 68.0C523.0 69.10457 522.10455 70.0 521.0 70.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 70.0L142.0 60.0L521.0 60.0C522.10455 60.0 523.0 60.89543 523.0 62.0L523.0 68.0C523.0 69.10457 522.10455 70.0 521.0 70.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 138.0L142.0 128.0L503.0 128.0C504.10458 128.0 505.0 128.89543 505.0 130.0L505.0 136.0C505.0 137.10457 504.10458 138.0 503.0 138.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 138.0L142.0 128.0L503.0 128.0C504.10458 128.0 505.0 128.89543 505.0 130.0L505.0 136.0C505.0 137.10457 504.10458 138.0 503.0 138.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 207.0L142.0 197.0L378.0 197.0C379.10458 197.0 380.0 197.89543 380.0 199.0L380.0 205.0C380.0 206.10457 379.10458 207.0 378.0 207.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 207.0L142.0 197.0L378.0 197.0C379.10458 197.0 380.0 197.89543 380.0 199.0L380.0 205.0C380.0 206.10457 379.10458 207.0 378.0 207.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 81.0L142.0 71.0L528.0 71.0C529.10455 71.0 530.0 71.89543 530.0 73.0L530.0 79.0C530.0 80.10457 529.10455 81.0 528.0 81.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 81.0L142.0 71.0L528.0 71.0C529.10455 71.0 530.0 71.89543 530.0 73.0L530.0 79.0C530.0 80.10457 529.10455 81.0 528.0 81.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 149.0L142.0 139.0L508.0 139.0C509.10458 139.0 510.0 139.89543 510.0 141.0L510.0 147.0C510.0 148.10457 509.10458 149.0 508.0 149.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 149.0L142.0 139.0L508.0 139.0C509.10458 139.0 510.0 139.89543 510.0 141.0L510.0 147.0C510.0 148.10457 509.10458 149.0 508.0 149.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 218.0L142.0 208.0L391.0 208.0C392.10458 208.0 393.0 208.89543 393.0 210.0L393.0 216.0C393.0 217.10457 392.10458 218.0 391.0 218.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 218.0L142.0 208.0L391.0 208.0C392.10458 208.0 393.0 208.89543 393.0 210.0L393.0 216.0C393.0 217.10457 392.10458 218.0 391.0 218.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 92.0L142.0 82.0L527.0 82.0C528.10455 82.0 529.0 82.89543 529.0 84.0L529.0 90.0C529.0 91.10457 528.10455 92.0 527.0 92.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 92.0L142.0 82.0L527.0 82.0C528.10455 82.0 529.0 82.89543 529.0 84.0L529.0 90.0C529.0 91.10457 528.10455 92.0 527.0 92.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 160.0L142.0 150.0L503.0 150.0C504.10458 150.0 505.0 150.89543 505.0 152.0L505.0 158.0C505.0 159.10457 504.10458 160.0 503.0 160.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 160.0L142.0 150.0L503.0 150.0C504.10458 150.0 505.0 150.89543 505.0 152.0L505.0 158.0C505.0 159.10457 504.10458 160.0 503.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 229.0L142.0 219.0L385.0 219.0C386.10458 219.0 387.0 219.89543 387.0 221.0L387.0 227.0C387.0 228.10457 386.10458 229.0 385.0 229.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 229.0L142.0 219.0L385.0 219.0C386.10458 219.0 387.0 219.89543 387.0 221.0L387.0 227.0C387.0 228.10457 386.10458 229.0 385.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 103.0L142.0 93.0L522.0 93.0C523.10455 93.0 524.0 93.89543 524.0 95.0L524.0 101.0C524.0 102.10457 523.10455 103.0 522.0 103.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 103.0L142.0 93.0L522.0 93.0C523.10455 93.0 524.0 93.89543 524.0 95.0L524.0 101.0C524.0 102.10457 523.10455 103.0 522.0 103.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 171.0L142.0 161.0L510.0 161.0C511.10458 161.0 512.0 161.89543 512.0 163.0L512.0 169.0C512.0 170.10457 511.10458 171.0 510.0 171.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 171.0L142.0 161.0L510.0 161.0C511.10458 161.0 512.0 161.89543 512.0 163.0L512.0 169.0C512.0 170.10457 511.10458 171.0 510.0 171.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 240.0L142.0 230.0L393.0 230.0C394.10458 230.0 395.0 230.89543 395.0 232.0L395.0 238.0C395.0 239.10457 394.10458 240.0 393.0 240.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 240.0L142.0 230.0L393.0 230.0C394.10458 230.0 395.0 230.89543 395.0 232.0L395.0 238.0C395.0 239.10457 394.10458 240.0 393.0 240.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M537.67004 63.75Q537.67004 64.28125 537.3888 64.703125Q537.10754 65.109375 536.62317 65.34375Q537.18567 65.578125 537.49817 66.046875Q537.8263 66.5 537.8263 67.078125Q537.8263 68.0 537.2013 68.546875Q536.5919 69.09375 535.5763 69.09375Q534.54504 69.09375 533.92004 68.546875Q533.31067 68.0 533.31067 67.078125Q533.31067 66.5 533.62317 66.046875Q533.93567 65.578125 534.49817 65.34375Q534.0294 65.109375 533.74817 64.6875Q533.48254 64.265625 533.48254 63.75Q533.48254 62.84375 534.04504 62.328125Q534.62317 61.796875 535.5763 61.796875Q536.5138 61.796875 537.0919 62.328125Q537.67004 62.84375 537.67004 63.75ZM536.93567 67.0625Q536.93567 66.46875 536.54504 66.09375Q536.17004 65.71875 535.56067 65.71875Q534.9513 65.71875 534.5763 66.09375Q534.2169 66.453125 534.2169 67.0625Q534.2169 67.671875 534.5763 68.015625Q534.93567 68.359375 535.5763 68.359375Q536.2013 68.359375 536.56067 68.015625Q536.93567 67.65625 536.93567 67.0625ZM535.5763 62.53125Q535.04504 62.53125 534.7013 62.859375Q534.37317 63.1875 534.37317 63.765625Q534.37317 64.296875 534.7013 64.640625Q535.0294 64.96875 535.56067 64.96875Q536.10754 64.96875 536.43567 64.640625Q536.7638 64.296875 536.7638 63.765625Q536.7638 63.21875 536.42004 62.875Q536.0919 62.53125 535.5763 62.53125ZM542.81067 65.875Q542.5294 66.21875 542.1388 66.421875Q541.74817 66.625 541.2794 66.625Q540.67004 66.625 540.2013 66.328125Q539.74817 66.015625 539.49817 65.46875Q539.24817 64.921875 539.24817 64.25Q539.24817 63.546875 539.5138 62.96875Q539.79504 62.390625 540.29504 62.09375Q540.79504 61.796875 541.4513 61.796875Q542.5138 61.796875 543.12317 62.59375Q543.73254 63.375 543.73254 64.734375L543.73254 65.0Q543.73254 67.078125 542.9044 68.03125Q542.0919 68.984375 540.43567 69.0L540.24817 69.0L540.24817 68.25L540.4513 68.25Q541.56067 68.21875 542.1544 67.65625Q542.7638 67.09375 542.81067 65.875ZM541.42004 65.875Q541.87317 65.875 542.24817 65.59375Q542.6388 65.3125 542.8263 64.90625L542.8263 64.546875Q542.8263 63.65625 542.43567 63.109375Q542.04504 62.546875 541.4669 62.546875Q540.85754 62.546875 540.49817 63.0Q540.1388 63.453125 540.1388 64.203125Q540.1388 64.9375 540.48254 65.40625Q540.8419 65.875 541.42004 65.875ZM545.2794 63.25Q545.2794 62.625 545.68567 62.203125Q546.0919 61.78125 546.73254 61.78125Q547.3888 61.78125 547.7794 62.203125Q548.18567 62.625 548.18567 63.28125L548.18567 63.640625Q548.18567 64.28125 547.7794 64.6875Q547.37317 65.09375 546.74817 65.09375Q546.10754 65.09375 545.68567 64.6875Q545.2794 64.28125 545.2794 63.59375L545.2794 63.25ZM545.9513 63.640625Q545.9513 64.015625 546.1544 64.265625Q546.37317 64.5 546.74817 64.5Q547.0919 64.5 547.29504 64.265625Q547.5138 64.03125 547.5138 63.609375L547.5138 63.25Q547.5138 62.875 547.29504 62.625Q547.0919 62.375 546.73254 62.375Q546.37317 62.375 546.1544 62.625Q545.9513 62.875 545.9513 63.28125L545.9513 63.640625ZM548.73254 67.25Q548.73254 66.609375 549.1388 66.203125Q549.56067 65.796875 550.18567 65.796875Q550.8263 65.796875 551.23254 66.203125Q551.6544 66.609375 551.6544 67.296875L551.6544 67.640625Q551.6544 68.28125 551.24817 68.703125Q550.8419 69.109375 550.2013 69.109375Q549.5763 69.109375 549.1544 68.703125Q548.73254 68.28125 548.73254 67.609375L548.73254 67.25ZM549.42004 67.640625Q549.42004 68.015625 549.62317 68.265625Q549.8419 68.515625 550.2013 68.515625Q550.56067 68.515625 550.7638 68.28125Q550.98254 68.03125 550.98254 67.625L550.98254 67.25Q550.98254 66.875 550.7638 66.625Q550.54504 66.375 550.2013 66.375Q549.8419 66.375 549.62317 66.625Q549.42004 66.859375 549.42004 67.28125L549.42004 67.640625ZM546.9513 68.46875L546.43567 68.140625L549.9044 62.578125L550.42004 62.90625L546.9513 68.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M537.67004 63.75Q537.67004 64.28125 537.3888 64.703125Q537.10754 65.109375 536.62317 65.34375Q537.18567 65.578125 537.49817 66.046875Q537.8263 66.5 537.8263 67.078125Q537.8263 68.0 537.2013 68.546875Q536.5919 69.09375 535.5763 69.09375Q534.54504 69.09375 533.92004 68.546875Q533.31067 68.0 533.31067 67.078125Q533.31067 66.5 533.62317 66.046875Q533.93567 65.578125 534.49817 65.34375Q534.0294 65.109375 533.74817 64.6875Q533.48254 64.265625 533.48254 63.75Q533.48254 62.84375 534.04504 62.328125Q534.62317 61.796875 535.5763 61.796875Q536.5138 61.796875 537.0919 62.328125Q537.67004 62.84375 537.67004 63.75ZM536.93567 67.0625Q536.93567 66.46875 536.54504 66.09375Q536.17004 65.71875 535.56067 65.71875Q534.9513 65.71875 534.5763 66.09375Q534.2169 66.453125 534.2169 67.0625Q534.2169 67.671875 534.5763 68.015625Q534.93567 68.359375 535.5763 68.359375Q536.2013 68.359375 536.56067 68.015625Q536.93567 67.65625 536.93567 67.0625ZM535.5763 62.53125Q535.04504 62.53125 534.7013 62.859375Q534.37317 63.1875 534.37317 63.765625Q534.37317 64.296875 534.7013 64.640625Q535.0294 64.96875 535.56067 64.96875Q536.10754 64.96875 536.43567 64.640625Q536.7638 64.296875 536.7638 63.765625Q536.7638 63.21875 536.42004 62.875Q536.0919 62.53125 535.5763 62.53125ZM542.81067 65.875Q542.5294 66.21875 542.1388 66.421875Q541.74817 66.625 541.2794 66.625Q540.67004 66.625 540.2013 66.328125Q539.74817 66.015625 539.49817 65.46875Q539.24817 64.921875 539.24817 64.25Q539.24817 63.546875 539.5138 62.96875Q539.79504 62.390625 540.29504 62.09375Q540.79504 61.796875 541.4513 61.796875Q542.5138 61.796875 543.12317 62.59375Q543.73254 63.375 543.73254 64.734375L543.73254 65.0Q543.73254 67.078125 542.9044 68.03125Q542.0919 68.984375 540.43567 69.0L540.24817 69.0L540.24817 68.25L540.4513 68.25Q541.56067 68.21875 542.1544 67.65625Q542.7638 67.09375 542.81067 65.875ZM541.42004 65.875Q541.87317 65.875 542.24817 65.59375Q542.6388 65.3125 542.8263 64.90625L542.8263 64.546875Q542.8263 63.65625 542.43567 63.109375Q542.04504 62.546875 541.4669 62.546875Q540.85754 62.546875 540.49817 63.0Q540.1388 63.453125 540.1388 64.203125Q540.1388 64.9375 540.48254 65.40625Q540.8419 65.875 541.42004 65.875ZM545.2794 63.25Q545.2794 62.625 545.68567 62.203125Q546.0919 61.78125 546.73254 61.78125Q547.3888 61.78125 547.7794 62.203125Q548.18567 62.625 548.18567 63.28125L548.18567 63.640625Q548.18567 64.28125 547.7794 64.6875Q547.37317 65.09375 546.74817 65.09375Q546.10754 65.09375 545.68567 64.6875Q545.2794 64.28125 545.2794 63.59375L545.2794 63.25ZM545.9513 63.640625Q545.9513 64.015625 546.1544 64.265625Q546.37317 64.5 546.74817 64.5Q547.0919 64.5 547.29504 64.265625Q547.5138 64.03125 547.5138 63.609375L547.5138 63.25Q547.5138 62.875 547.29504 62.625Q547.0919 62.375 546.73254 62.375Q546.37317 62.375 546.1544 62.625Q545.9513 62.875 545.9513 63.28125L545.9513 63.640625ZM548.73254 67.25Q548.73254 66.609375 549.1388 66.203125Q549.56067 65.796875 550.18567 65.796875Q550.8263 65.796875 551.23254 66.203125Q551.6544 66.609375 551.6544 67.296875L551.6544 67.640625Q551.6544 68.28125 551.24817 68.703125Q550.8419 69.109375 550.2013 69.109375Q549.5763 69.109375 549.1544 68.703125Q548.73254 68.28125 548.73254 67.609375L548.73254 67.25ZM549.42004 67.640625Q549.42004 68.015625 549.62317 68.265625Q549.8419 68.515625 550.2013 68.515625Q550.56067 68.515625 550.7638 68.28125Q550.98254 68.03125 550.98254 67.625L550.98254 67.25Q550.98254 66.875 550.7638 66.625Q550.54504 66.375 550.2013 66.375Q549.8419 66.375 549.62317 66.625Q549.42004 66.859375 549.42004 67.28125L549.42004 67.640625ZM546.9513 68.46875L546.43567 68.140625L549.9044 62.578125L550.42004 62.90625L546.9513 68.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M520.2599 131.75Q520.2599 132.28125 519.97864 132.70312Q519.6974 133.10938 519.213 133.34375Q519.7755 133.57812 520.088 134.04688Q520.41614 134.5 520.41614 135.07812Q520.41614 136.0 519.79114 136.54688Q519.18176 137.09375 518.16614 137.09375Q517.1349 137.09375 516.5099 136.54688Q515.9005 136.0 515.9005 135.07812Q515.9005 134.5 516.213 134.04688Q516.5255 133.57812 517.088 133.34375Q516.61926 133.10938 516.338 132.6875Q516.0724 132.26562 516.0724 131.75Q516.0724 130.84375 516.6349 130.32812Q517.213 129.79688 518.16614 129.79688Q519.10364 129.79688 519.68176 130.32812Q520.2599 130.84375 520.2599 131.75ZM519.5255 135.0625Q519.5255 134.46875 519.1349 134.09375Q518.7599 133.71875 518.1505 133.71875Q517.54114 133.71875 517.16614 134.09375Q516.80676 134.45312 516.80676 135.0625Q516.80676 135.67188 517.16614 136.01562Q517.5255 136.35938 518.16614 136.35938Q518.79114 136.35938 519.1505 136.01562Q519.5255 135.65625 519.5255 135.0625ZM518.16614 130.53125Q517.6349 130.53125 517.29114 130.85938Q516.963 131.1875 516.963 131.76562Q516.963 132.29688 517.29114 132.64062Q517.61926 132.96875 518.1505 132.96875Q518.6974 132.96875 519.0255 132.64062Q519.35364 132.29688 519.35364 131.76562Q519.35364 131.21875 519.0099 130.875Q518.68176 130.53125 518.16614 130.53125ZM522.35364 133.4375L522.72864 129.89062L526.36926 129.89062L526.36926 130.71875L523.49426 130.71875L523.2755 132.65625Q523.79114 132.35938 524.463 132.35938Q525.43176 132.35938 525.99426 133.0Q526.5724 133.64062 526.5724 134.73438Q526.5724 135.82812 525.97864 136.46875Q525.3849 137.09375 524.3224 137.09375Q523.3849 137.09375 522.7755 136.57812Q522.18176 136.04688 522.10364 135.125L522.963 135.125Q523.04114 135.73438 523.3849 136.04688Q523.74426 136.35938 524.3224 136.35938Q524.9474 136.35938 525.30676 135.9375Q525.66614 135.5 525.66614 134.75Q525.66614 134.03125 525.2755 133.60938Q524.9005 133.17188 524.24426 133.17188Q523.66614 133.17188 523.3224 133.42188L523.088 133.625L522.35364 133.4375ZM527.86926 131.25Q527.86926 130.625 528.2755 130.20312Q528.68176 129.78125 529.3224 129.78125Q529.97864 129.78125 530.36926 130.20312Q530.7755 130.625 530.7755 131.28125L530.7755 131.64062Q530.7755 132.28125 530.36926 132.6875Q529.963 133.09375 529.338 133.09375Q528.6974 133.09375 528.2755 132.6875Q527.86926 132.28125 527.86926 131.59375L527.86926 131.25ZM528.54114 131.64062Q528.54114 132.01562 528.74426 132.26562Q528.963 132.5 529.338 132.5Q529.68176 132.5 529.8849 132.26562Q530.10364 132.03125 530.10364 131.60938L530.10364 131.25Q530.10364 130.875 529.8849 130.625Q529.68176 130.375 529.3224 130.375Q528.963 130.375 528.74426 130.625Q528.54114 130.875 528.54114 131.28125L528.54114 131.64062ZM531.3224 135.25Q531.3224 134.60938 531.72864 134.20312Q532.1505 133.79688 532.7755 133.79688Q533.41614 133.79688 533.8224 134.20312Q534.24426 134.60938 534.24426 135.29688L534.24426 135.64062Q534.24426 136.28125 533.838 136.70312Q533.43176 137.10938 532.79114 137.10938Q532.16614 137.10938 531.74426 136.70312Q531.3224 136.28125 531.3224 135.60938L531.3224 135.25ZM532.0099 135.64062Q532.0099 136.01562 532.213 136.26562Q532.43176 136.51562 532.79114 136.51562Q533.1505 136.51562 533.35364 136.28125Q533.5724 136.03125 533.5724 135.625L533.5724 135.25Q533.5724 134.875 533.35364 134.625Q533.1349 134.375 532.79114 134.375Q532.43176 134.375 532.213 134.625Q532.0099 134.85938 532.0099 135.28125L532.0099 135.64062ZM529.54114 136.46875L529.0255 136.14062L532.49426 130.57812L533.0099 130.90625L529.54114 136.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M520.2599 131.75Q520.2599 132.28125 519.97864 132.70312Q519.6974 133.10938 519.213 133.34375Q519.7755 133.57812 520.088 134.04688Q520.41614 134.5 520.41614 135.07812Q520.41614 136.0 519.79114 136.54688Q519.18176 137.09375 518.16614 137.09375Q517.1349 137.09375 516.5099 136.54688Q515.9005 136.0 515.9005 135.07812Q515.9005 134.5 516.213 134.04688Q516.5255 133.57812 517.088 133.34375Q516.61926 133.10938 516.338 132.6875Q516.0724 132.26562 516.0724 131.75Q516.0724 130.84375 516.6349 130.32812Q517.213 129.79688 518.16614 129.79688Q519.10364 129.79688 519.68176 130.32812Q520.2599 130.84375 520.2599 131.75ZM519.5255 135.0625Q519.5255 134.46875 519.1349 134.09375Q518.7599 133.71875 518.1505 133.71875Q517.54114 133.71875 517.16614 134.09375Q516.80676 134.45312 516.80676 135.0625Q516.80676 135.67188 517.16614 136.01562Q517.5255 136.35938 518.16614 136.35938Q518.79114 136.35938 519.1505 136.01562Q519.5255 135.65625 519.5255 135.0625ZM518.16614 130.53125Q517.6349 130.53125 517.29114 130.85938Q516.963 131.1875 516.963 131.76562Q516.963 132.29688 517.29114 132.64062Q517.61926 132.96875 518.1505 132.96875Q518.6974 132.96875 519.0255 132.64062Q519.35364 132.29688 519.35364 131.76562Q519.35364 131.21875 519.0099 130.875Q518.68176 130.53125 518.16614 130.53125ZM522.35364 133.4375L522.72864 129.89062L526.36926 129.89062L526.36926 130.71875L523.49426 130.71875L523.2755 132.65625Q523.79114 132.35938 524.463 132.35938Q525.43176 132.35938 525.99426 133.0Q526.5724 133.64062 526.5724 134.73438Q526.5724 135.82812 525.97864 136.46875Q525.3849 137.09375 524.3224 137.09375Q523.3849 137.09375 522.7755 136.57812Q522.18176 136.04688 522.10364 135.125L522.963 135.125Q523.04114 135.73438 523.3849 136.04688Q523.74426 136.35938 524.3224 136.35938Q524.9474 136.35938 525.30676 135.9375Q525.66614 135.5 525.66614 134.75Q525.66614 134.03125 525.2755 133.60938Q524.9005 133.17188 524.24426 133.17188Q523.66614 133.17188 523.3224 133.42188L523.088 133.625L522.35364 133.4375ZM527.86926 131.25Q527.86926 130.625 528.2755 130.20312Q528.68176 129.78125 529.3224 129.78125Q529.97864 129.78125 530.36926 130.20312Q530.7755 130.625 530.7755 131.28125L530.7755 131.64062Q530.7755 132.28125 530.36926 132.6875Q529.963 133.09375 529.338 133.09375Q528.6974 133.09375 528.2755 132.6875Q527.86926 132.28125 527.86926 131.59375L527.86926 131.25ZM528.54114 131.64062Q528.54114 132.01562 528.74426 132.26562Q528.963 132.5 529.338 132.5Q529.68176 132.5 529.8849 132.26562Q530.10364 132.03125 530.10364 131.60938L530.10364 131.25Q530.10364 130.875 529.8849 130.625Q529.68176 130.375 529.3224 130.375Q528.963 130.375 528.74426 130.625Q528.54114 130.875 528.54114 131.28125L528.54114 131.64062ZM531.3224 135.25Q531.3224 134.60938 531.72864 134.20312Q532.1505 133.79688 532.7755 133.79688Q533.41614 133.79688 533.8224 134.20312Q534.24426 134.60938 534.24426 135.29688L534.24426 135.64062Q534.24426 136.28125 533.838 136.70312Q533.43176 137.10938 532.79114 137.10938Q532.16614 137.10938 531.74426 136.70312Q531.3224 136.28125 531.3224 135.60938L531.3224 135.25ZM532.0099 135.64062Q532.0099 136.01562 532.213 136.26562Q532.43176 136.51562 532.79114 136.51562Q533.1505 136.51562 533.35364 136.28125Q533.5724 136.03125 533.5724 135.625L533.5724 135.25Q533.5724 134.875 533.35364 134.625Q533.1349 134.375 532.79114 134.375Q532.43176 134.375 532.213 134.625Q532.0099 134.85938 532.0099 135.28125L532.0099 135.64062ZM529.54114 136.46875L529.0255 136.14062L532.49426 130.57812L533.0099 130.90625L529.54114 136.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M391.02737 202.4375L391.40237 198.89062L395.043 198.89062L395.043 199.71875L392.168 199.71875L391.94925 201.65625Q392.46487 201.35938 393.13675 201.35938Q394.1055 201.35938 394.668 202.0Q395.24612 202.64062 395.24612 203.73438Q395.24612 204.82812 394.65237 205.46875Q394.05862 206.09375 392.99612 206.09375Q392.05862 206.09375 391.44925 205.57812Q390.8555 205.04688 390.77737 204.125L391.63675 204.125Q391.71487 204.73438 392.05862 205.04688Q392.418 205.35938 392.99612 205.35938Q393.62112 205.35938 393.9805 204.9375Q394.33987 204.5 394.33987 203.75Q394.33987 203.03125 393.94925 202.60938Q393.57425 202.17188 392.918 202.17188Q392.33987 202.17188 391.99612 202.42188L391.76175 202.625L391.02737 202.4375ZM400.168 198.89062L400.168 199.65625L399.99612 199.65625Q398.94925 199.67188 398.32425 200.28125Q397.69925 200.875 397.58987 201.98438Q398.15237 201.34375 399.12112 201.34375Q400.05862 201.34375 400.6055 202.0Q401.168 202.64062 401.168 203.6875Q401.168 204.78125 400.55862 205.4375Q399.96487 206.09375 398.96487 206.09375Q397.94925 206.09375 397.30862 205.3125Q396.668 204.53125 396.668 203.29688L396.668 202.95312Q396.668 200.98438 397.49612 199.95312Q398.33987 198.90625 399.99612 198.89062L400.168 198.89062ZM398.9805 202.09375Q398.51175 202.09375 398.12112 202.375Q397.7305 202.64062 397.57425 203.0625L397.57425 203.39062Q397.57425 204.28125 397.96487 204.8125Q398.37112 205.34375 398.96487 205.34375Q399.57425 205.34375 399.918 204.90625Q400.27737 204.45312 400.27737 203.71875Q400.27737 202.98438 399.918 202.54688Q399.55862 202.09375 398.9805 202.09375ZM402.543 200.25Q402.543 199.625 402.94925 199.20312Q403.3555 198.78125 403.99612 198.78125Q404.65237 198.78125 405.043 199.20312Q405.44925 199.625 405.44925 200.28125L405.44925 200.64062Q405.44925 201.28125 405.043 201.6875Q404.63675 202.09375 404.01175 202.09375Q403.37112 202.09375 402.94925 201.6875Q402.543 201.28125 402.543 200.59375L402.543 200.25ZM403.21487 200.64062Q403.21487 201.01562 403.418 201.26562Q403.63675 201.5 404.01175 201.5Q404.3555 201.5 404.55862 201.26562Q404.77737 201.03125 404.77737 200.60938L404.77737 200.25Q404.77737 199.875 404.55862 199.625Q404.3555 199.375 403.99612 199.375Q403.63675 199.375 403.418 199.625Q403.21487 199.875 403.21487 200.28125L403.21487 200.64062ZM405.99612 204.25Q405.99612 203.60938 406.40237 203.20312Q406.82425 202.79688 407.44925 202.79688Q408.08987 202.79688 408.49612 203.20312Q408.918 203.60938 408.918 204.29688L408.918 204.64062Q408.918 205.28125 408.51175 205.70312Q408.1055 206.10938 407.46487 206.10938Q406.83987 206.10938 406.418 205.70312Q405.99612 205.28125 405.99612 204.60938L405.99612 204.25ZM406.68362 204.64062Q406.68362 205.01562 406.88675 205.26562Q407.1055 205.51562 407.46487 205.51562Q407.82425 205.51562 408.02737 205.28125Q408.24612 205.03125 408.24612 204.625L408.24612 204.25Q408.24612 203.875 408.02737 203.625Q407.80862 203.375 407.46487 203.375Q407.1055 203.375 406.88675 203.625Q406.68362 203.85938 406.68362 204.28125L406.68362 204.64062ZM404.21487 205.46875L403.69925 205.14062L407.168 199.57812L407.68362 199.90625L404.21487 205.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M391.02737 202.4375L391.40237 198.89062L395.043 198.89062L395.043 199.71875L392.168 199.71875L391.94925 201.65625Q392.46487 201.35938 393.13675 201.35938Q394.1055 201.35938 394.668 202.0Q395.24612 202.64062 395.24612 203.73438Q395.24612 204.82812 394.65237 205.46875Q394.05862 206.09375 392.99612 206.09375Q392.05862 206.09375 391.44925 205.57812Q390.8555 205.04688 390.77737 204.125L391.63675 204.125Q391.71487 204.73438 392.05862 205.04688Q392.418 205.35938 392.99612 205.35938Q393.62112 205.35938 393.9805 204.9375Q394.33987 204.5 394.33987 203.75Q394.33987 203.03125 393.94925 202.60938Q393.57425 202.17188 392.918 202.17188Q392.33987 202.17188 391.99612 202.42188L391.76175 202.625L391.02737 202.4375ZM400.168 198.89062L400.168 199.65625L399.99612 199.65625Q398.94925 199.67188 398.32425 200.28125Q397.69925 200.875 397.58987 201.98438Q398.15237 201.34375 399.12112 201.34375Q400.05862 201.34375 400.6055 202.0Q401.168 202.64062 401.168 203.6875Q401.168 204.78125 400.55862 205.4375Q399.96487 206.09375 398.96487 206.09375Q397.94925 206.09375 397.30862 205.3125Q396.668 204.53125 396.668 203.29688L396.668 202.95312Q396.668 200.98438 397.49612 199.95312Q398.33987 198.90625 399.99612 198.89062L400.168 198.89062ZM398.9805 202.09375Q398.51175 202.09375 398.12112 202.375Q397.7305 202.64062 397.57425 203.0625L397.57425 203.39062Q397.57425 204.28125 397.96487 204.8125Q398.37112 205.34375 398.96487 205.34375Q399.57425 205.34375 399.918 204.90625Q400.27737 204.45312 400.27737 203.71875Q400.27737 202.98438 399.918 202.54688Q399.55862 202.09375 398.9805 202.09375ZM402.543 200.25Q402.543 199.625 402.94925 199.20312Q403.3555 198.78125 403.99612 198.78125Q404.65237 198.78125 405.043 199.20312Q405.44925 199.625 405.44925 200.28125L405.44925 200.64062Q405.44925 201.28125 405.043 201.6875Q404.63675 202.09375 404.01175 202.09375Q403.37112 202.09375 402.94925 201.6875Q402.543 201.28125 402.543 200.59375L402.543 200.25ZM403.21487 200.64062Q403.21487 201.01562 403.418 201.26562Q403.63675 201.5 404.01175 201.5Q404.3555 201.5 404.55862 201.26562Q404.77737 201.03125 404.77737 200.60938L404.77737 200.25Q404.77737 199.875 404.55862 199.625Q404.3555 199.375 403.99612 199.375Q403.63675 199.375 403.418 199.625Q403.21487 199.875 403.21487 200.28125L403.21487 200.64062ZM405.99612 204.25Q405.99612 203.60938 406.40237 203.20312Q406.82425 202.79688 407.44925 202.79688Q408.08987 202.79688 408.49612 203.20312Q408.918 203.60938 408.918 204.29688L408.918 204.64062Q408.918 205.28125 408.51175 205.70312Q408.1055 206.10938 407.46487 206.10938Q406.83987 206.10938 406.418 205.70312Q405.99612 205.28125 405.99612 204.60938L405.99612 204.25ZM406.68362 204.64062Q406.68362 205.01562 406.88675 205.26562Q407.1055 205.51562 407.46487 205.51562Q407.82425 205.51562 408.02737 205.28125Q408.24612 205.03125 408.24612 204.625L408.24612 204.25Q408.24612 203.875 408.02737 203.625Q407.80862 203.375 407.46487 203.375Q407.1055 203.375 406.88675 203.625Q406.68362 203.85938 406.68362 204.28125L406.68362 204.64062ZM404.21487 205.46875L403.69925 205.14062L407.168 199.57812L407.68362 199.90625L404.21487 205.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M544.0334 76.875Q543.75214 77.21875 543.3615 77.421875Q542.9709 77.625 542.50214 77.625Q541.89276 77.625 541.424 77.328125Q540.9709 77.015625 540.7209 76.46875Q540.4709 75.921875 540.4709 75.25Q540.4709 74.546875 540.7365 73.96875Q541.01776 73.390625 541.51776 73.09375Q542.01776 72.796875 542.674 72.796875Q543.7365 72.796875 544.3459 73.59375Q544.95526 74.375 544.95526 75.734375L544.95526 76.0Q544.95526 78.078125 544.12714 79.03125Q543.31464 79.984375 541.6584 80.0L541.4709 80.0L541.4709 79.25L541.674 79.25Q542.7834 79.21875 543.37714 78.65625Q543.9865 78.09375 544.0334 76.875ZM542.64276 76.875Q543.0959 76.875 543.4709 76.59375Q543.8615 76.3125 544.049 75.90625L544.049 75.546875Q544.049 74.65625 543.6584 74.109375Q543.26776 73.546875 542.68964 73.546875Q542.08026 73.546875 541.7209 74.0Q541.3615 74.453125 541.3615 75.203125Q541.3615 75.9375 541.70526 76.40625Q542.06464 76.875 542.64276 76.875ZM549.549 80.0L548.64276 80.0L548.64276 73.984375L546.81464 74.640625L546.81464 73.828125L549.4084 72.859375L549.549 72.859375L549.549 80.0ZM552.50214 74.25Q552.50214 73.625 552.9084 73.203125Q553.31464 72.78125 553.95526 72.78125Q554.6115 72.78125 555.00214 73.203125Q555.4084 73.625 555.4084 74.28125L555.4084 74.640625Q555.4084 75.28125 555.00214 75.6875Q554.5959 76.09375 553.9709 76.09375Q553.33026 76.09375 552.9084 75.6875Q552.50214 75.28125 552.50214 74.59375L552.50214 74.25ZM553.174 74.640625Q553.174 75.015625 553.37714 75.265625Q553.5959 75.5 553.9709 75.5Q554.31464 75.5 554.51776 75.265625Q554.7365 75.03125 554.7365 74.609375L554.7365 74.25Q554.7365 73.875 554.51776 73.625Q554.31464 73.375 553.95526 73.375Q553.5959 73.375 553.37714 73.625Q553.174 73.875 553.174 74.28125L553.174 74.640625ZM555.95526 78.25Q555.95526 77.609375 556.3615 77.203125Q556.7834 76.796875 557.4084 76.796875Q558.049 76.796875 558.45526 77.203125Q558.87714 77.609375 558.87714 78.296875L558.87714 78.640625Q558.87714 79.28125 558.4709 79.703125Q558.06464 80.109375 557.424 80.109375Q556.799 80.109375 556.37714 79.703125Q555.95526 79.28125 555.95526 78.609375L555.95526 78.25ZM556.64276 78.640625Q556.64276 79.015625 556.8459 79.265625Q557.06464 79.515625 557.424 79.515625Q557.7834 79.515625 557.9865 79.28125Q558.20526 79.03125 558.20526 78.625L558.20526 78.25Q558.20526 77.875 557.9865 77.625Q557.76776 77.375 557.424 77.375Q557.06464 77.375 556.8459 77.625Q556.64276 77.859375 556.64276 78.28125L556.64276 78.640625ZM554.174 79.46875L553.6584 79.140625L557.12714 73.578125L557.64276 73.90625L554.174 79.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M544.0334 76.875Q543.75214 77.21875 543.3615 77.421875Q542.9709 77.625 542.50214 77.625Q541.89276 77.625 541.424 77.328125Q540.9709 77.015625 540.7209 76.46875Q540.4709 75.921875 540.4709 75.25Q540.4709 74.546875 540.7365 73.96875Q541.01776 73.390625 541.51776 73.09375Q542.01776 72.796875 542.674 72.796875Q543.7365 72.796875 544.3459 73.59375Q544.95526 74.375 544.95526 75.734375L544.95526 76.0Q544.95526 78.078125 544.12714 79.03125Q543.31464 79.984375 541.6584 80.0L541.4709 80.0L541.4709 79.25L541.674 79.25Q542.7834 79.21875 543.37714 78.65625Q543.9865 78.09375 544.0334 76.875ZM542.64276 76.875Q543.0959 76.875 543.4709 76.59375Q543.8615 76.3125 544.049 75.90625L544.049 75.546875Q544.049 74.65625 543.6584 74.109375Q543.26776 73.546875 542.68964 73.546875Q542.08026 73.546875 541.7209 74.0Q541.3615 74.453125 541.3615 75.203125Q541.3615 75.9375 541.70526 76.40625Q542.06464 76.875 542.64276 76.875ZM549.549 80.0L548.64276 80.0L548.64276 73.984375L546.81464 74.640625L546.81464 73.828125L549.4084 72.859375L549.549 72.859375L549.549 80.0ZM552.50214 74.25Q552.50214 73.625 552.9084 73.203125Q553.31464 72.78125 553.95526 72.78125Q554.6115 72.78125 555.00214 73.203125Q555.4084 73.625 555.4084 74.28125L555.4084 74.640625Q555.4084 75.28125 555.00214 75.6875Q554.5959 76.09375 553.9709 76.09375Q553.33026 76.09375 552.9084 75.6875Q552.50214 75.28125 552.50214 74.59375L552.50214 74.25ZM553.174 74.640625Q553.174 75.015625 553.37714 75.265625Q553.5959 75.5 553.9709 75.5Q554.31464 75.5 554.51776 75.265625Q554.7365 75.03125 554.7365 74.609375L554.7365 74.25Q554.7365 73.875 554.51776 73.625Q554.31464 73.375 553.95526 73.375Q553.5959 73.375 553.37714 73.625Q553.174 73.875 553.174 74.28125L553.174 74.640625ZM555.95526 78.25Q555.95526 77.609375 556.3615 77.203125Q556.7834 76.796875 557.4084 76.796875Q558.049 76.796875 558.45526 77.203125Q558.87714 77.609375 558.87714 78.296875L558.87714 78.640625Q558.87714 79.28125 558.4709 79.703125Q558.06464 80.109375 557.424 80.109375Q556.799 80.109375 556.37714 79.703125Q555.95526 79.28125 555.95526 78.609375L555.95526 78.25ZM556.64276 78.640625Q556.64276 79.015625 556.8459 79.265625Q557.06464 79.515625 557.424 79.515625Q557.7834 79.515625 557.9865 79.28125Q558.20526 79.03125 558.20526 78.625L558.20526 78.25Q558.20526 77.875 557.9865 77.625Q557.76776 77.375 557.424 77.375Q557.06464 77.375 556.8459 77.625Q556.64276 77.859375 556.64276 78.28125L556.64276 78.640625ZM554.174 79.46875L553.6584 79.140625L557.12714 73.578125L557.64276 73.90625L554.174 79.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M524.5513 142.75Q524.5513 143.28125 524.27 143.70312Q523.9888 144.10938 523.5044 144.34375Q524.0669 144.57812 524.3794 145.04688Q524.7075 145.5 524.7075 146.07812Q524.7075 147.0 524.0825 147.54688Q523.47314 148.09375 522.4575 148.09375Q521.4263 148.09375 520.8013 147.54688Q520.1919 147.0 520.1919 146.07812Q520.1919 145.5 520.5044 145.04688Q520.8169 144.57812 521.3794 144.34375Q520.91064 144.10938 520.6294 143.6875Q520.3638 143.26562 520.3638 142.75Q520.3638 141.84375 520.9263 141.32812Q521.5044 140.79688 522.4575 140.79688Q523.395 140.79688 523.97314 141.32812Q524.5513 141.84375 524.5513 142.75ZM523.8169 146.0625Q523.8169 145.46875 523.4263 145.09375Q523.0513 144.71875 522.4419 144.71875Q521.8325 144.71875 521.4575 145.09375Q521.09814 145.45312 521.09814 146.0625Q521.09814 146.67188 521.4575 147.01562Q521.8169 147.35938 522.4575 147.35938Q523.0825 147.35938 523.4419 147.01562Q523.8169 146.65625 523.8169 146.0625ZM522.4575 141.53125Q521.9263 141.53125 521.5825 141.85938Q521.2544 142.1875 521.2544 142.76562Q521.2544 143.29688 521.5825 143.64062Q521.91064 143.96875 522.4419 143.96875Q522.9888 143.96875 523.3169 143.64062Q523.645 143.29688 523.645 142.76562Q523.645 142.21875 523.3013 141.875Q522.97314 141.53125 522.4575 141.53125ZM529.78564 140.89062L529.78564 141.65625L529.6138 141.65625Q528.5669 141.67188 527.9419 142.28125Q527.3169 142.875 527.2075 143.98438Q527.77 143.34375 528.7388 143.34375Q529.6763 143.34375 530.22314 144.0Q530.78564 144.64062 530.78564 145.6875Q530.78564 146.78125 530.1763 147.4375Q529.5825 148.09375 528.5825 148.09375Q527.5669 148.09375 526.9263 147.3125Q526.28564 146.53125 526.28564 145.29688L526.28564 144.95312Q526.28564 142.98438 527.1138 141.95312Q527.9575 140.90625 529.6138 140.89062L529.78564 140.89062ZM528.59814 144.09375Q528.1294 144.09375 527.7388 144.375Q527.34814 144.64062 527.1919 145.0625L527.1919 145.39062Q527.1919 146.28125 527.5825 146.8125Q527.9888 147.34375 528.5825 147.34375Q529.1919 147.34375 529.53564 146.90625Q529.895 146.45312 529.895 145.71875Q529.895 144.98438 529.53564 144.54688Q529.1763 144.09375 528.59814 144.09375ZM532.16064 142.25Q532.16064 141.625 532.5669 141.20312Q532.97314 140.78125 533.6138 140.78125Q534.27 140.78125 534.66064 141.20312Q535.0669 141.625 535.0669 142.28125L535.0669 142.64062Q535.0669 143.28125 534.66064 143.6875Q534.2544 144.09375 533.6294 144.09375Q532.9888 144.09375 532.5669 143.6875Q532.16064 143.28125 532.16064 142.59375L532.16064 142.25ZM532.8325 142.64062Q532.8325 143.01562 533.03564 143.26562Q533.2544 143.5 533.6294 143.5Q533.97314 143.5 534.1763 143.26562Q534.395 143.03125 534.395 142.60938L534.395 142.25Q534.395 141.875 534.1763 141.625Q533.97314 141.375 533.6138 141.375Q533.2544 141.375 533.03564 141.625Q532.8325 141.875 532.8325 142.28125L532.8325 142.64062ZM535.6138 146.25Q535.6138 145.60938 536.02 145.20312Q536.4419 144.79688 537.0669 144.79688Q537.7075 144.79688 538.1138 145.20312Q538.53564 145.60938 538.53564 146.29688L538.53564 146.64062Q538.53564 147.28125 538.1294 147.70312Q537.72314 148.10938 537.0825 148.10938Q536.4575 148.10938 536.03564 147.70312Q535.6138 147.28125 535.6138 146.60938L535.6138 146.25ZM536.3013 146.64062Q536.3013 147.01562 536.5044 147.26562Q536.72314 147.51562 537.0825 147.51562Q537.4419 147.51562 537.645 147.28125Q537.8638 147.03125 537.8638 146.625L537.8638 146.25Q537.8638 145.875 537.645 145.625Q537.4263 145.375 537.0825 145.375Q536.72314 145.375 536.5044 145.625Q536.3013 145.85938 536.3013 146.28125L536.3013 146.64062ZM533.8325 147.46875L533.3169 147.14062L536.78564 141.57812L537.3013 141.90625L533.8325 147.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M524.5513 142.75Q524.5513 143.28125 524.27 143.70312Q523.9888 144.10938 523.5044 144.34375Q524.0669 144.57812 524.3794 145.04688Q524.7075 145.5 524.7075 146.07812Q524.7075 147.0 524.0825 147.54688Q523.47314 148.09375 522.4575 148.09375Q521.4263 148.09375 520.8013 147.54688Q520.1919 147.0 520.1919 146.07812Q520.1919 145.5 520.5044 145.04688Q520.8169 144.57812 521.3794 144.34375Q520.91064 144.10938 520.6294 143.6875Q520.3638 143.26562 520.3638 142.75Q520.3638 141.84375 520.9263 141.32812Q521.5044 140.79688 522.4575 140.79688Q523.395 140.79688 523.97314 141.32812Q524.5513 141.84375 524.5513 142.75ZM523.8169 146.0625Q523.8169 145.46875 523.4263 145.09375Q523.0513 144.71875 522.4419 144.71875Q521.8325 144.71875 521.4575 145.09375Q521.09814 145.45312 521.09814 146.0625Q521.09814 146.67188 521.4575 147.01562Q521.8169 147.35938 522.4575 147.35938Q523.0825 147.35938 523.4419 147.01562Q523.8169 146.65625 523.8169 146.0625ZM522.4575 141.53125Q521.9263 141.53125 521.5825 141.85938Q521.2544 142.1875 521.2544 142.76562Q521.2544 143.29688 521.5825 143.64062Q521.91064 143.96875 522.4419 143.96875Q522.9888 143.96875 523.3169 143.64062Q523.645 143.29688 523.645 142.76562Q523.645 142.21875 523.3013 141.875Q522.97314 141.53125 522.4575 141.53125ZM529.78564 140.89062L529.78564 141.65625L529.6138 141.65625Q528.5669 141.67188 527.9419 142.28125Q527.3169 142.875 527.2075 143.98438Q527.77 143.34375 528.7388 143.34375Q529.6763 143.34375 530.22314 144.0Q530.78564 144.64062 530.78564 145.6875Q530.78564 146.78125 530.1763 147.4375Q529.5825 148.09375 528.5825 148.09375Q527.5669 148.09375 526.9263 147.3125Q526.28564 146.53125 526.28564 145.29688L526.28564 144.95312Q526.28564 142.98438 527.1138 141.95312Q527.9575 140.90625 529.6138 140.89062L529.78564 140.89062ZM528.59814 144.09375Q528.1294 144.09375 527.7388 144.375Q527.34814 144.64062 527.1919 145.0625L527.1919 145.39062Q527.1919 146.28125 527.5825 146.8125Q527.9888 147.34375 528.5825 147.34375Q529.1919 147.34375 529.53564 146.90625Q529.895 146.45312 529.895 145.71875Q529.895 144.98438 529.53564 144.54688Q529.1763 144.09375 528.59814 144.09375ZM532.16064 142.25Q532.16064 141.625 532.5669 141.20312Q532.97314 140.78125 533.6138 140.78125Q534.27 140.78125 534.66064 141.20312Q535.0669 141.625 535.0669 142.28125L535.0669 142.64062Q535.0669 143.28125 534.66064 143.6875Q534.2544 144.09375 533.6294 144.09375Q532.9888 144.09375 532.5669 143.6875Q532.16064 143.28125 532.16064 142.59375L532.16064 142.25ZM532.8325 142.64062Q532.8325 143.01562 533.03564 143.26562Q533.2544 143.5 533.6294 143.5Q533.97314 143.5 534.1763 143.26562Q534.395 143.03125 534.395 142.60938L534.395 142.25Q534.395 141.875 534.1763 141.625Q533.97314 141.375 533.6138 141.375Q533.2544 141.375 533.03564 141.625Q532.8325 141.875 532.8325 142.28125L532.8325 142.64062ZM535.6138 146.25Q535.6138 145.60938 536.02 145.20312Q536.4419 144.79688 537.0669 144.79688Q537.7075 144.79688 538.1138 145.20312Q538.53564 145.60938 538.53564 146.29688L538.53564 146.64062Q538.53564 147.28125 538.1294 147.70312Q537.72314 148.10938 537.0825 148.10938Q536.4575 148.10938 536.03564 147.70312Q535.6138 147.28125 535.6138 146.60938L535.6138 146.25ZM536.3013 146.64062Q536.3013 147.01562 536.5044 147.26562Q536.72314 147.51562 537.0825 147.51562Q537.4419 147.51562 537.645 147.28125Q537.8638 147.03125 537.8638 146.625L537.8638 146.25Q537.8638 145.875 537.645 145.625Q537.4263 145.375 537.0825 145.375Q536.72314 145.375 536.5044 145.625Q536.3013 145.85938 536.3013 146.28125L536.3013 146.64062ZM533.8325 147.46875L533.3169 147.14062L536.78564 141.57812L537.3013 141.90625L533.8325 147.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M404.02676 213.4375L404.40176 209.89062L408.0424 209.89062L408.0424 210.71875L405.1674 210.71875L404.94864 212.65625Q405.46426 212.35938 406.13614 212.35938Q407.1049 212.35938 407.6674 213.0Q408.2455 213.64062 408.2455 214.73438Q408.2455 215.82812 407.65176 216.46875Q407.058 217.09375 405.9955 217.09375Q405.058 217.09375 404.44864 216.57812Q403.8549 216.04688 403.77676 215.125L404.63614 215.125Q404.71426 215.73438 405.058 216.04688Q405.4174 216.35938 405.9955 216.35938Q406.6205 216.35938 406.9799 215.9375Q407.33926 215.5 407.33926 214.75Q407.33926 214.03125 406.94864 213.60938Q406.57364 213.17188 405.9174 213.17188Q405.33926 213.17188 404.9955 213.42188L404.76114 213.625L404.02676 213.4375ZM413.07364 213.875Q412.7924 214.21875 412.40176 214.42188Q412.01114 214.625 411.5424 214.625Q410.933 214.625 410.46426 214.32812Q410.01114 214.01562 409.76114 213.46875Q409.51114 212.92188 409.51114 212.25Q409.51114 211.54688 409.77676 210.96875Q410.058 210.39062 410.558 210.09375Q411.058 209.79688 411.71426 209.79688Q412.77676 209.79688 413.38614 210.59375Q413.9955 211.375 413.9955 212.73438L413.9955 213.0Q413.9955 215.07812 413.1674 216.03125Q412.3549 216.98438 410.69864 217.0L410.51114 217.0L410.51114 216.25L410.71426 216.25Q411.82364 216.21875 412.4174 215.65625Q413.02676 215.09375 413.07364 213.875ZM411.683 213.875Q412.13614 213.875 412.51114 213.59375Q412.90176 213.3125 413.08926 212.90625L413.08926 212.54688Q413.08926 211.65625 412.69864 211.10938Q412.308 210.54688 411.7299 210.54688Q411.1205 210.54688 410.76114 211.0Q410.40176 211.45312 410.40176 212.20312Q410.40176 212.9375 410.7455 213.40625Q411.1049 213.875 411.683 213.875ZM415.5424 211.25Q415.5424 210.625 415.94864 210.20312Q416.3549 209.78125 416.9955 209.78125Q417.65176 209.78125 418.0424 210.20312Q418.44864 210.625 418.44864 211.28125L418.44864 211.64062Q418.44864 212.28125 418.0424 212.6875Q417.63614 213.09375 417.01114 213.09375Q416.3705 213.09375 415.94864 212.6875Q415.5424 212.28125 415.5424 211.59375L415.5424 211.25ZM416.21426 211.64062Q416.21426 212.01562 416.4174 212.26562Q416.63614 212.5 417.01114 212.5Q417.3549 212.5 417.558 212.26562Q417.77676 212.03125 417.77676 211.60938L417.77676 211.25Q417.77676 210.875 417.558 210.625Q417.3549 210.375 416.9955 210.375Q416.63614 210.375 416.4174 210.625Q416.21426 210.875 416.21426 211.28125L416.21426 211.64062ZM418.9955 215.25Q418.9955 214.60938 419.40176 214.20312Q419.82364 213.79688 420.44864 213.79688Q421.08926 213.79688 421.4955 214.20312Q421.9174 214.60938 421.9174 215.29688L421.9174 215.64062Q421.9174 216.28125 421.51114 216.70312Q421.1049 217.10938 420.46426 217.10938Q419.83926 217.10938 419.4174 216.70312Q418.9955 216.28125 418.9955 215.60938L418.9955 215.25ZM419.683 215.64062Q419.683 216.01562 419.88614 216.26562Q420.1049 216.51562 420.46426 216.51562Q420.82364 216.51562 421.02676 216.28125Q421.2455 216.03125 421.2455 215.625L421.2455 215.25Q421.2455 214.875 421.02676 214.625Q420.808 214.375 420.46426 214.375Q420.1049 214.375 419.88614 214.625Q419.683 214.85938 419.683 215.28125L419.683 215.64062ZM417.21426 216.46875L416.69864 216.14062L420.1674 210.57812L420.683 210.90625L417.21426 216.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M404.02676 213.4375L404.40176 209.89062L408.0424 209.89062L408.0424 210.71875L405.1674 210.71875L404.94864 212.65625Q405.46426 212.35938 406.13614 212.35938Q407.1049 212.35938 407.6674 213.0Q408.2455 213.64062 408.2455 214.73438Q408.2455 215.82812 407.65176 216.46875Q407.058 217.09375 405.9955 217.09375Q405.058 217.09375 404.44864 216.57812Q403.8549 216.04688 403.77676 215.125L404.63614 215.125Q404.71426 215.73438 405.058 216.04688Q405.4174 216.35938 405.9955 216.35938Q406.6205 216.35938 406.9799 215.9375Q407.33926 215.5 407.33926 214.75Q407.33926 214.03125 406.94864 213.60938Q406.57364 213.17188 405.9174 213.17188Q405.33926 213.17188 404.9955 213.42188L404.76114 213.625L404.02676 213.4375ZM413.07364 213.875Q412.7924 214.21875 412.40176 214.42188Q412.01114 214.625 411.5424 214.625Q410.933 214.625 410.46426 214.32812Q410.01114 214.01562 409.76114 213.46875Q409.51114 212.92188 409.51114 212.25Q409.51114 211.54688 409.77676 210.96875Q410.058 210.39062 410.558 210.09375Q411.058 209.79688 411.71426 209.79688Q412.77676 209.79688 413.38614 210.59375Q413.9955 211.375 413.9955 212.73438L413.9955 213.0Q413.9955 215.07812 413.1674 216.03125Q412.3549 216.98438 410.69864 217.0L410.51114 217.0L410.51114 216.25L410.71426 216.25Q411.82364 216.21875 412.4174 215.65625Q413.02676 215.09375 413.07364 213.875ZM411.683 213.875Q412.13614 213.875 412.51114 213.59375Q412.90176 213.3125 413.08926 212.90625L413.08926 212.54688Q413.08926 211.65625 412.69864 211.10938Q412.308 210.54688 411.7299 210.54688Q411.1205 210.54688 410.76114 211.0Q410.40176 211.45312 410.40176 212.20312Q410.40176 212.9375 410.7455 213.40625Q411.1049 213.875 411.683 213.875ZM415.5424 211.25Q415.5424 210.625 415.94864 210.20312Q416.3549 209.78125 416.9955 209.78125Q417.65176 209.78125 418.0424 210.20312Q418.44864 210.625 418.44864 211.28125L418.44864 211.64062Q418.44864 212.28125 418.0424 212.6875Q417.63614 213.09375 417.01114 213.09375Q416.3705 213.09375 415.94864 212.6875Q415.5424 212.28125 415.5424 211.59375L415.5424 211.25ZM416.21426 211.64062Q416.21426 212.01562 416.4174 212.26562Q416.63614 212.5 417.01114 212.5Q417.3549 212.5 417.558 212.26562Q417.77676 212.03125 417.77676 211.60938L417.77676 211.25Q417.77676 210.875 417.558 210.625Q417.3549 210.375 416.9955 210.375Q416.63614 210.375 416.4174 210.625Q416.21426 210.875 416.21426 211.28125L416.21426 211.64062ZM418.9955 215.25Q418.9955 214.60938 419.40176 214.20312Q419.82364 213.79688 420.44864 213.79688Q421.08926 213.79688 421.4955 214.20312Q421.9174 214.60938 421.9174 215.29688L421.9174 215.64062Q421.9174 216.28125 421.51114 216.70312Q421.1049 217.10938 420.46426 217.10938Q419.83926 217.10938 419.4174 216.70312Q418.9955 216.28125 418.9955 215.60938L418.9955 215.25ZM419.683 215.64062Q419.683 216.01562 419.88614 216.26562Q420.1049 216.51562 420.46426 216.51562Q420.82364 216.51562 421.02676 216.28125Q421.2455 216.03125 421.2455 215.625L421.2455 215.25Q421.2455 214.875 421.02676 214.625Q420.808 214.375 420.46426 214.375Q420.1049 214.375 419.88614 214.625Q419.683 214.85938 419.683 215.28125L419.683 215.64062ZM417.21426 216.46875L416.69864 216.14062L420.1674 210.57812L420.683 210.90625L417.21426 216.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M542.769 87.875Q542.48773 88.21875 542.0971 88.421875Q541.7065 88.625 541.23773 88.625Q540.62836 88.625 540.1596 88.328125Q539.7065 88.015625 539.4565 87.46875Q539.2065 86.921875 539.2065 86.25Q539.2065 85.546875 539.4721 84.96875Q539.75336 84.390625 540.25336 84.09375Q540.75336 83.796875 541.4096 83.796875Q542.4721 83.796875 543.0815 84.59375Q543.69086 85.375 543.69086 86.734375L543.69086 87.0Q543.69086 89.078125 542.86273 90.03125Q542.05023 90.984375 540.394 91.0L540.2065 91.0L540.2065 90.25L540.4096 90.25Q541.519 90.21875 542.11273 89.65625Q542.7221 89.09375 542.769 87.875ZM541.37836 87.875Q541.8315 87.875 542.2065 87.59375Q542.5971 87.3125 542.7846 86.90625L542.7846 86.546875Q542.7846 85.65625 542.394 85.109375Q542.00336 84.546875 541.42523 84.546875Q540.81586 84.546875 540.4565 85.0Q540.0971 85.453125 540.0971 86.203125Q540.0971 86.9375 540.44086 87.40625Q540.80023 87.875 541.37836 87.875ZM549.769 87.96875Q549.769 89.546875 549.2221 90.328125Q548.69086 91.09375 547.5346 91.09375Q546.394 91.09375 545.8471 90.34375Q545.30023 89.59375 545.2846 88.09375L545.2846 86.890625Q545.2846 85.3125 545.81586 84.5625Q546.36273 83.796875 547.519 83.796875Q548.67523 83.796875 549.2065 84.53125Q549.75336 85.265625 549.769 86.796875L549.769 87.96875ZM548.86273 86.734375Q548.86273 85.578125 548.5346 85.0625Q548.2221 84.53125 547.519 84.53125Q546.8315 84.53125 546.50336 85.0625Q546.19086 85.578125 546.19086 86.65625L546.19086 88.109375Q546.19086 89.265625 546.519 89.8125Q546.86273 90.359375 547.5346 90.359375Q548.2065 90.359375 548.519 89.84375Q548.8471 89.328125 548.86273 88.21875L548.86273 86.734375ZM551.23773 85.25Q551.23773 84.625 551.644 84.203125Q552.05023 83.78125 552.69086 83.78125Q553.3471 83.78125 553.73773 84.203125Q554.144 84.625 554.144 85.28125L554.144 85.640625Q554.144 86.28125 553.73773 86.6875Q553.3315 87.09375 552.7065 87.09375Q552.06586 87.09375 551.644 86.6875Q551.23773 86.28125 551.23773 85.59375L551.23773 85.25ZM551.9096 85.640625Q551.9096 86.015625 552.11273 86.265625Q552.3315 86.5 552.7065 86.5Q553.05023 86.5 553.25336 86.265625Q553.4721 86.03125 553.4721 85.609375L553.4721 85.25Q553.4721 84.875 553.25336 84.625Q553.05023 84.375 552.69086 84.375Q552.3315 84.375 552.11273 84.625Q551.9096 84.875 551.9096 85.28125L551.9096 85.640625ZM554.69086 89.25Q554.69086 88.609375 555.0971 88.203125Q555.519 87.796875 556.144 87.796875Q556.7846 87.796875 557.19086 88.203125Q557.61273 88.609375 557.61273 89.296875L557.61273 89.640625Q557.61273 90.28125 557.2065 90.703125Q556.80023 91.109375 556.1596 91.109375Q555.5346 91.109375 555.11273 90.703125Q554.69086 90.28125 554.69086 89.609375L554.69086 89.25ZM555.37836 89.640625Q555.37836 90.015625 555.5815 90.265625Q555.80023 90.515625 556.1596 90.515625Q556.519 90.515625 556.7221 90.28125Q556.94086 90.03125 556.94086 89.625L556.94086 89.25Q556.94086 88.875 556.7221 88.625Q556.50336 88.375 556.1596 88.375Q555.80023 88.375 555.5815 88.625Q555.37836 88.859375 555.37836 89.28125L555.37836 89.640625ZM552.9096 90.46875L552.394 90.140625L555.86273 84.578125L556.37836 84.90625L552.9096 90.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M542.769 87.875Q542.48773 88.21875 542.0971 88.421875Q541.7065 88.625 541.23773 88.625Q540.62836 88.625 540.1596 88.328125Q539.7065 88.015625 539.4565 87.46875Q539.2065 86.921875 539.2065 86.25Q539.2065 85.546875 539.4721 84.96875Q539.75336 84.390625 540.25336 84.09375Q540.75336 83.796875 541.4096 83.796875Q542.4721 83.796875 543.0815 84.59375Q543.69086 85.375 543.69086 86.734375L543.69086 87.0Q543.69086 89.078125 542.86273 90.03125Q542.05023 90.984375 540.394 91.0L540.2065 91.0L540.2065 90.25L540.4096 90.25Q541.519 90.21875 542.11273 89.65625Q542.7221 89.09375 542.769 87.875ZM541.37836 87.875Q541.8315 87.875 542.2065 87.59375Q542.5971 87.3125 542.7846 86.90625L542.7846 86.546875Q542.7846 85.65625 542.394 85.109375Q542.00336 84.546875 541.42523 84.546875Q540.81586 84.546875 540.4565 85.0Q540.0971 85.453125 540.0971 86.203125Q540.0971 86.9375 540.44086 87.40625Q540.80023 87.875 541.37836 87.875ZM549.769 87.96875Q549.769 89.546875 549.2221 90.328125Q548.69086 91.09375 547.5346 91.09375Q546.394 91.09375 545.8471 90.34375Q545.30023 89.59375 545.2846 88.09375L545.2846 86.890625Q545.2846 85.3125 545.81586 84.5625Q546.36273 83.796875 547.519 83.796875Q548.67523 83.796875 549.2065 84.53125Q549.75336 85.265625 549.769 86.796875L549.769 87.96875ZM548.86273 86.734375Q548.86273 85.578125 548.5346 85.0625Q548.2221 84.53125 547.519 84.53125Q546.8315 84.53125 546.50336 85.0625Q546.19086 85.578125 546.19086 86.65625L546.19086 88.109375Q546.19086 89.265625 546.519 89.8125Q546.86273 90.359375 547.5346 90.359375Q548.2065 90.359375 548.519 89.84375Q548.8471 89.328125 548.86273 88.21875L548.86273 86.734375ZM551.23773 85.25Q551.23773 84.625 551.644 84.203125Q552.05023 83.78125 552.69086 83.78125Q553.3471 83.78125 553.73773 84.203125Q554.144 84.625 554.144 85.28125L554.144 85.640625Q554.144 86.28125 553.73773 86.6875Q553.3315 87.09375 552.7065 87.09375Q552.06586 87.09375 551.644 86.6875Q551.23773 86.28125 551.23773 85.59375L551.23773 85.25ZM551.9096 85.640625Q551.9096 86.015625 552.11273 86.265625Q552.3315 86.5 552.7065 86.5Q553.05023 86.5 553.25336 86.265625Q553.4721 86.03125 553.4721 85.609375L553.4721 85.25Q553.4721 84.875 553.25336 84.625Q553.05023 84.375 552.69086 84.375Q552.3315 84.375 552.11273 84.625Q551.9096 84.875 551.9096 85.28125L551.9096 85.640625ZM554.69086 89.25Q554.69086 88.609375 555.0971 88.203125Q555.519 87.796875 556.144 87.796875Q556.7846 87.796875 557.19086 88.203125Q557.61273 88.609375 557.61273 89.296875L557.61273 89.640625Q557.61273 90.28125 557.2065 90.703125Q556.80023 91.109375 556.1596 91.109375Q555.5346 91.109375 555.11273 90.703125Q554.69086 90.28125 554.69086 89.609375L554.69086 89.25ZM555.37836 89.640625Q555.37836 90.015625 555.5815 90.265625Q555.80023 90.515625 556.1596 90.515625Q556.519 90.515625 556.7221 90.28125Q556.94086 90.03125 556.94086 89.625L556.94086 89.25Q556.94086 88.875 556.7221 88.625Q556.50336 88.375 556.1596 88.375Q555.80023 88.375 555.5815 88.625Q555.37836 88.859375 555.37836 89.28125L555.37836 89.640625ZM552.9096 90.46875L552.394 90.140625L555.86273 84.578125L556.37836 84.90625L552.9096 90.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M519.93835 153.75Q519.93835 154.28125 519.6571 154.70312Q519.37585 155.10938 518.8915 155.34375Q519.454 155.57812 519.7665 156.04688Q520.0946 156.5 520.0946 157.07812Q520.0946 158.0 519.4696 158.54688Q518.8602 159.09375 517.8446 159.09375Q516.81335 159.09375 516.18835 158.54688Q515.579 158.0 515.579 157.07812Q515.579 156.5 515.8915 156.04688Q516.204 155.57812 516.7665 155.34375Q516.2977 155.10938 516.0165 154.6875Q515.75085 154.26562 515.75085 153.75Q515.75085 152.84375 516.31335 152.32812Q516.8915 151.79688 517.8446 151.79688Q518.7821 151.79688 519.3602 152.32812Q519.93835 152.84375 519.93835 153.75ZM519.204 157.0625Q519.204 156.46875 518.81335 156.09375Q518.43835 155.71875 517.829 155.71875Q517.2196 155.71875 516.8446 156.09375Q516.4852 156.45312 516.4852 157.0625Q516.4852 157.67188 516.8446 158.01562Q517.204 158.35938 517.8446 158.35938Q518.4696 158.35938 518.829 158.01562Q519.204 157.65625 519.204 157.0625ZM517.8446 152.53125Q517.31335 152.53125 516.9696 152.85938Q516.6415 153.1875 516.6415 153.76562Q516.6415 154.29688 516.9696 154.64062Q517.2977 154.96875 517.829 154.96875Q518.37585 154.96875 518.704 154.64062Q519.0321 154.29688 519.0321 153.76562Q519.0321 153.21875 518.68835 152.875Q518.3602 152.53125 517.8446 152.53125ZM522.0321 155.4375L522.4071 151.89062L526.0477 151.89062L526.0477 152.71875L523.1727 152.71875L522.954 154.65625Q523.4696 154.35938 524.1415 154.35938Q525.1102 154.35938 525.6727 155.0Q526.25085 155.64062 526.25085 156.73438Q526.25085 157.82812 525.6571 158.46875Q525.06335 159.09375 524.00085 159.09375Q523.06335 159.09375 522.454 158.57812Q521.8602 158.04688 521.7821 157.125L522.6415 157.125Q522.7196 157.73438 523.06335 158.04688Q523.4227 158.35938 524.00085 158.35938Q524.62585 158.35938 524.9852 157.9375Q525.3446 157.5 525.3446 156.75Q525.3446 156.03125 524.954 155.60938Q524.579 155.17188 523.9227 155.17188Q523.3446 155.17188 523.00085 155.42188L522.7665 155.625L522.0321 155.4375ZM527.5477 153.25Q527.5477 152.625 527.954 152.20312Q528.3602 151.78125 529.00085 151.78125Q529.6571 151.78125 530.0477 152.20312Q530.454 152.625 530.454 153.28125L530.454 153.64062Q530.454 154.28125 530.0477 154.6875Q529.6415 155.09375 529.0165 155.09375Q528.37585 155.09375 527.954 154.6875Q527.5477 154.28125 527.5477 153.59375L527.5477 153.25ZM528.2196 153.64062Q528.2196 154.01562 528.4227 154.26562Q528.6415 154.5 529.0165 154.5Q529.3602 154.5 529.56335 154.26562Q529.7821 154.03125 529.7821 153.60938L529.7821 153.25Q529.7821 152.875 529.56335 152.625Q529.3602 152.375 529.00085 152.375Q528.6415 152.375 528.4227 152.625Q528.2196 152.875 528.2196 153.28125L528.2196 153.64062ZM531.00085 157.25Q531.00085 156.60938 531.4071 156.20312Q531.829 155.79688 532.454 155.79688Q533.0946 155.79688 533.50085 156.20312Q533.9227 156.60938 533.9227 157.29688L533.9227 157.64062Q533.9227 158.28125 533.5165 158.70312Q533.1102 159.10938 532.4696 159.10938Q531.8446 159.10938 531.4227 158.70312Q531.00085 158.28125 531.00085 157.60938L531.00085 157.25ZM531.68835 157.64062Q531.68835 158.01562 531.8915 158.26562Q532.1102 158.51562 532.4696 158.51562Q532.829 158.51562 533.0321 158.28125Q533.25085 158.03125 533.25085 157.625L533.25085 157.25Q533.25085 156.875 533.0321 156.625Q532.81335 156.375 532.4696 156.375Q532.1102 156.375 531.8915 156.625Q531.68835 156.85938 531.68835 157.28125L531.68835 157.64062ZM529.2196 158.46875L528.704 158.14062L532.1727 152.57812L532.68835 152.90625L529.2196 158.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M519.93835 153.75Q519.93835 154.28125 519.6571 154.70312Q519.37585 155.10938 518.8915 155.34375Q519.454 155.57812 519.7665 156.04688Q520.0946 156.5 520.0946 157.07812Q520.0946 158.0 519.4696 158.54688Q518.8602 159.09375 517.8446 159.09375Q516.81335 159.09375 516.18835 158.54688Q515.579 158.0 515.579 157.07812Q515.579 156.5 515.8915 156.04688Q516.204 155.57812 516.7665 155.34375Q516.2977 155.10938 516.0165 154.6875Q515.75085 154.26562 515.75085 153.75Q515.75085 152.84375 516.31335 152.32812Q516.8915 151.79688 517.8446 151.79688Q518.7821 151.79688 519.3602 152.32812Q519.93835 152.84375 519.93835 153.75ZM519.204 157.0625Q519.204 156.46875 518.81335 156.09375Q518.43835 155.71875 517.829 155.71875Q517.2196 155.71875 516.8446 156.09375Q516.4852 156.45312 516.4852 157.0625Q516.4852 157.67188 516.8446 158.01562Q517.204 158.35938 517.8446 158.35938Q518.4696 158.35938 518.829 158.01562Q519.204 157.65625 519.204 157.0625ZM517.8446 152.53125Q517.31335 152.53125 516.9696 152.85938Q516.6415 153.1875 516.6415 153.76562Q516.6415 154.29688 516.9696 154.64062Q517.2977 154.96875 517.829 154.96875Q518.37585 154.96875 518.704 154.64062Q519.0321 154.29688 519.0321 153.76562Q519.0321 153.21875 518.68835 152.875Q518.3602 152.53125 517.8446 152.53125ZM522.0321 155.4375L522.4071 151.89062L526.0477 151.89062L526.0477 152.71875L523.1727 152.71875L522.954 154.65625Q523.4696 154.35938 524.1415 154.35938Q525.1102 154.35938 525.6727 155.0Q526.25085 155.64062 526.25085 156.73438Q526.25085 157.82812 525.6571 158.46875Q525.06335 159.09375 524.00085 159.09375Q523.06335 159.09375 522.454 158.57812Q521.8602 158.04688 521.7821 157.125L522.6415 157.125Q522.7196 157.73438 523.06335 158.04688Q523.4227 158.35938 524.00085 158.35938Q524.62585 158.35938 524.9852 157.9375Q525.3446 157.5 525.3446 156.75Q525.3446 156.03125 524.954 155.60938Q524.579 155.17188 523.9227 155.17188Q523.3446 155.17188 523.00085 155.42188L522.7665 155.625L522.0321 155.4375ZM527.5477 153.25Q527.5477 152.625 527.954 152.20312Q528.3602 151.78125 529.00085 151.78125Q529.6571 151.78125 530.0477 152.20312Q530.454 152.625 530.454 153.28125L530.454 153.64062Q530.454 154.28125 530.0477 154.6875Q529.6415 155.09375 529.0165 155.09375Q528.37585 155.09375 527.954 154.6875Q527.5477 154.28125 527.5477 153.59375L527.5477 153.25ZM528.2196 153.64062Q528.2196 154.01562 528.4227 154.26562Q528.6415 154.5 529.0165 154.5Q529.3602 154.5 529.56335 154.26562Q529.7821 154.03125 529.7821 153.60938L529.7821 153.25Q529.7821 152.875 529.56335 152.625Q529.3602 152.375 529.00085 152.375Q528.6415 152.375 528.4227 152.625Q528.2196 152.875 528.2196 153.28125L528.2196 153.64062ZM531.00085 157.25Q531.00085 156.60938 531.4071 156.20312Q531.829 155.79688 532.454 155.79688Q533.0946 155.79688 533.50085 156.20312Q533.9227 156.60938 533.9227 157.29688L533.9227 157.64062Q533.9227 158.28125 533.5165 158.70312Q533.1102 159.10938 532.4696 159.10938Q531.8446 159.10938 531.4227 158.70312Q531.00085 158.28125 531.00085 157.60938L531.00085 157.25ZM531.68835 157.64062Q531.68835 158.01562 531.8915 158.26562Q532.1102 158.51562 532.4696 158.51562Q532.829 158.51562 533.0321 158.28125Q533.25085 158.03125 533.25085 157.625L533.25085 157.25Q533.25085 156.875 533.0321 156.625Q532.81335 156.375 532.4696 156.375Q532.1102 156.375 531.8915 156.625Q531.68835 156.85938 531.68835 157.28125L531.68835 157.64062ZM529.2196 158.46875L528.704 158.14062L532.1727 152.57812L532.68835 152.90625L529.2196 158.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M398.08618 224.4375L398.46118 220.89062L402.1018 220.89062L402.1018 221.71875L399.2268 221.71875L399.00806 223.65625Q399.52368 223.35938 400.19556 223.35938Q401.1643 223.35938 401.7268 224.0Q402.30493 224.64062 402.30493 225.73438Q402.30493 226.82812 401.71118 227.46875Q401.11743 228.09375 400.05493 228.09375Q399.11743 228.09375 398.50806 227.57812Q397.9143 227.04688 397.83618 226.125L398.69556 226.125Q398.77368 226.73438 399.11743 227.04688Q399.4768 227.35938 400.05493 227.35938Q400.67993 227.35938 401.0393 226.9375Q401.39868 226.5 401.39868 225.75Q401.39868 225.03125 401.00806 224.60938Q400.63306 224.17188 399.9768 224.17188Q399.39868 224.17188 399.05493 224.42188L398.82056 224.625L398.08618 224.4375ZM408.27368 221.39062L405.32056 228.0L404.38306 228.0L407.30493 221.625L403.46118 221.625L403.46118 220.89062L408.27368 220.89062L408.27368 221.39062ZM409.6018 222.25Q409.6018 221.625 410.00806 221.20312Q410.4143 220.78125 411.05493 220.78125Q411.71118 220.78125 412.1018 221.20312Q412.50806 221.625 412.50806 222.28125L412.50806 222.64062Q412.50806 223.28125 412.1018 223.6875Q411.69556 224.09375 411.07056 224.09375Q410.42993 224.09375 410.00806 223.6875Q409.6018 223.28125 409.6018 222.59375L409.6018 222.25ZM410.27368 222.64062Q410.27368 223.01562 410.4768 223.26562Q410.69556 223.5 411.07056 223.5Q411.4143 223.5 411.61743 223.26562Q411.83618 223.03125 411.83618 222.60938L411.83618 222.25Q411.83618 221.875 411.61743 221.625Q411.4143 221.375 411.05493 221.375Q410.69556 221.375 410.4768 221.625Q410.27368 221.875 410.27368 222.28125L410.27368 222.64062ZM413.05493 226.25Q413.05493 225.60938 413.46118 225.20312Q413.88306 224.79688 414.50806 224.79688Q415.14868 224.79688 415.55493 225.20312Q415.9768 225.60938 415.9768 226.29688L415.9768 226.64062Q415.9768 227.28125 415.57056 227.70312Q415.1643 228.10938 414.52368 228.10938Q413.89868 228.10938 413.4768 227.70312Q413.05493 227.28125 413.05493 226.60938L413.05493 226.25ZM413.74243 226.64062Q413.74243 227.01562 413.94556 227.26562Q414.1643 227.51562 414.52368 227.51562Q414.88306 227.51562 415.08618 227.28125Q415.30493 227.03125 415.30493 226.625L415.30493 226.25Q415.30493 225.875 415.08618 225.625Q414.86743 225.375 414.52368 225.375Q414.1643 225.375 413.94556 225.625Q413.74243 225.85938 413.74243 226.28125L413.74243 226.64062ZM411.27368 227.46875L410.75806 227.14062L414.2268 221.57812L414.74243 221.90625L411.27368 227.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M398.08618 224.4375L398.46118 220.89062L402.1018 220.89062L402.1018 221.71875L399.2268 221.71875L399.00806 223.65625Q399.52368 223.35938 400.19556 223.35938Q401.1643 223.35938 401.7268 224.0Q402.30493 224.64062 402.30493 225.73438Q402.30493 226.82812 401.71118 227.46875Q401.11743 228.09375 400.05493 228.09375Q399.11743 228.09375 398.50806 227.57812Q397.9143 227.04688 397.83618 226.125L398.69556 226.125Q398.77368 226.73438 399.11743 227.04688Q399.4768 227.35938 400.05493 227.35938Q400.67993 227.35938 401.0393 226.9375Q401.39868 226.5 401.39868 225.75Q401.39868 225.03125 401.00806 224.60938Q400.63306 224.17188 399.9768 224.17188Q399.39868 224.17188 399.05493 224.42188L398.82056 224.625L398.08618 224.4375ZM408.27368 221.39062L405.32056 228.0L404.38306 228.0L407.30493 221.625L403.46118 221.625L403.46118 220.89062L408.27368 220.89062L408.27368 221.39062ZM409.6018 222.25Q409.6018 221.625 410.00806 221.20312Q410.4143 220.78125 411.05493 220.78125Q411.71118 220.78125 412.1018 221.20312Q412.50806 221.625 412.50806 222.28125L412.50806 222.64062Q412.50806 223.28125 412.1018 223.6875Q411.69556 224.09375 411.07056 224.09375Q410.42993 224.09375 410.00806 223.6875Q409.6018 223.28125 409.6018 222.59375L409.6018 222.25ZM410.27368 222.64062Q410.27368 223.01562 410.4768 223.26562Q410.69556 223.5 411.07056 223.5Q411.4143 223.5 411.61743 223.26562Q411.83618 223.03125 411.83618 222.60938L411.83618 222.25Q411.83618 221.875 411.61743 221.625Q411.4143 221.375 411.05493 221.375Q410.69556 221.375 410.4768 221.625Q410.27368 221.875 410.27368 222.28125L410.27368 222.64062ZM413.05493 226.25Q413.05493 225.60938 413.46118 225.20312Q413.88306 224.79688 414.50806 224.79688Q415.14868 224.79688 415.55493 225.20312Q415.9768 225.60938 415.9768 226.29688L415.9768 226.64062Q415.9768 227.28125 415.57056 227.70312Q415.1643 228.10938 414.52368 228.10938Q413.89868 228.10938 413.4768 227.70312Q413.05493 227.28125 413.05493 226.60938L413.05493 226.25ZM413.74243 226.64062Q413.74243 227.01562 413.94556 227.26562Q414.1643 227.51562 414.52368 227.51562Q414.88306 227.51562 415.08618 227.28125Q415.30493 227.03125 415.30493 226.625L415.30493 226.25Q415.30493 225.875 415.08618 225.625Q414.86743 225.375 414.52368 225.375Q414.1643 225.375 413.94556 225.625Q413.74243 225.85938 413.74243 226.28125L413.74243 226.64062ZM411.27368 227.46875L410.75806 227.14062L414.2268 221.57812L414.74243 221.90625L411.27368 227.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M538.6875 96.75Q538.6875 97.28125 538.40625 97.703125Q538.125 98.109375 537.6406 98.34375Q538.2031 98.578125 538.5156 99.046875Q538.84375 99.5 538.84375 100.078125Q538.84375 101.0 538.21875 101.546875Q537.6094 102.09375 536.59375 102.09375Q535.5625 102.09375 534.9375 101.546875Q534.3281 101.0 534.3281 100.078125Q534.3281 99.5 534.6406 99.046875Q534.9531 98.578125 535.5156 98.34375Q535.0469 98.109375 534.7656 97.6875Q534.5 97.265625 534.5 96.75Q534.5 95.84375 535.0625 95.328125Q535.6406 94.796875 536.59375 94.796875Q537.53125 94.796875 538.1094 95.328125Q538.6875 95.84375 538.6875 96.75ZM537.9531 100.0625Q537.9531 99.46875 537.5625 99.09375Q537.1875 98.71875 536.5781 98.71875Q535.96875 98.71875 535.59375 99.09375Q535.2344 99.453125 535.2344 100.0625Q535.2344 100.671875 535.59375 101.015625Q535.9531 101.359375 536.59375 101.359375Q537.21875 101.359375 537.5781 101.015625Q537.9531 100.65625 537.9531 100.0625ZM536.59375 95.53125Q536.0625 95.53125 535.71875 95.859375Q535.3906 96.1875 535.3906 96.765625Q535.3906 97.296875 535.71875 97.640625Q536.0469 97.96875 536.5781 97.96875Q537.125 97.96875 537.4531 97.640625Q537.78125 97.296875 537.78125 96.765625Q537.78125 96.21875 537.4375 95.875Q537.1094 95.53125 536.59375 95.53125ZM543.8281 98.875Q543.5469 99.21875 543.15625 99.421875Q542.7656 99.625 542.2969 99.625Q541.6875 99.625 541.21875 99.328125Q540.7656 99.015625 540.5156 98.46875Q540.2656 97.921875 540.2656 97.25Q540.2656 96.546875 540.53125 95.96875Q540.8125 95.390625 541.3125 95.09375Q541.8125 94.796875 542.46875 94.796875Q543.53125 94.796875 544.1406 95.59375Q544.75 96.375 544.75 97.734375L544.75 98.0Q544.75 100.078125 543.9219 101.03125Q543.1094 101.984375 541.4531 102.0L541.2656 102.0L541.2656 101.25L541.46875 101.25Q542.5781 101.21875 543.1719 100.65625Q543.78125 100.09375 543.8281 98.875ZM542.4375 98.875Q542.8906 98.875 543.2656 98.59375Q543.65625 98.3125 543.84375 97.90625L543.84375 97.546875Q543.84375 96.65625 543.4531 96.109375Q543.0625 95.546875 542.4844 95.546875Q541.875 95.546875 541.5156 96.0Q541.15625 96.453125 541.15625 97.203125Q541.15625 97.9375 541.5 98.40625Q541.8594 98.875 542.4375 98.875ZM546.2969 96.25Q546.2969 95.625 546.7031 95.203125Q547.1094 94.78125 547.75 94.78125Q548.40625 94.78125 548.7969 95.203125Q549.2031 95.625 549.2031 96.28125L549.2031 96.640625Q549.2031 97.28125 548.7969 97.6875Q548.3906 98.09375 547.7656 98.09375Q547.125 98.09375 546.7031 97.6875Q546.2969 97.28125 546.2969 96.59375L546.2969 96.25ZM546.96875 96.640625Q546.96875 97.015625 547.1719 97.265625Q547.3906 97.5 547.7656 97.5Q548.1094 97.5 548.3125 97.265625Q548.53125 97.03125 548.53125 96.609375L548.53125 96.25Q548.53125 95.875 548.3125 95.625Q548.1094 95.375 547.75 95.375Q547.3906 95.375 547.1719 95.625Q546.96875 95.875 546.96875 96.28125L546.96875 96.640625ZM549.75 100.25Q549.75 99.609375 550.15625 99.203125Q550.5781 98.796875 551.2031 98.796875Q551.84375 98.796875 552.25 99.203125Q552.6719 99.609375 552.6719 100.296875L552.6719 100.640625Q552.6719 101.28125 552.2656 101.703125Q551.8594 102.109375 551.21875 102.109375Q550.59375 102.109375 550.1719 101.703125Q549.75 101.28125 549.75 100.609375L549.75 100.25ZM550.4375 100.640625Q550.4375 101.015625 550.6406 101.265625Q550.8594 101.515625 551.21875 101.515625Q551.5781 101.515625 551.78125 101.28125Q552.0 101.03125 552.0 100.625L552.0 100.25Q552.0 99.875 551.78125 99.625Q551.5625 99.375 551.21875 99.375Q550.8594 99.375 550.6406 99.625Q550.4375 99.859375 550.4375 100.28125L550.4375 100.640625ZM547.96875 101.46875L547.4531 101.140625L550.9219 95.578125L551.4375 95.90625L547.96875 101.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M538.6875 96.75Q538.6875 97.28125 538.40625 97.703125Q538.125 98.109375 537.6406 98.34375Q538.2031 98.578125 538.5156 99.046875Q538.84375 99.5 538.84375 100.078125Q538.84375 101.0 538.21875 101.546875Q537.6094 102.09375 536.59375 102.09375Q535.5625 102.09375 534.9375 101.546875Q534.3281 101.0 534.3281 100.078125Q534.3281 99.5 534.6406 99.046875Q534.9531 98.578125 535.5156 98.34375Q535.0469 98.109375 534.7656 97.6875Q534.5 97.265625 534.5 96.75Q534.5 95.84375 535.0625 95.328125Q535.6406 94.796875 536.59375 94.796875Q537.53125 94.796875 538.1094 95.328125Q538.6875 95.84375 538.6875 96.75ZM537.9531 100.0625Q537.9531 99.46875 537.5625 99.09375Q537.1875 98.71875 536.5781 98.71875Q535.96875 98.71875 535.59375 99.09375Q535.2344 99.453125 535.2344 100.0625Q535.2344 100.671875 535.59375 101.015625Q535.9531 101.359375 536.59375 101.359375Q537.21875 101.359375 537.5781 101.015625Q537.9531 100.65625 537.9531 100.0625ZM536.59375 95.53125Q536.0625 95.53125 535.71875 95.859375Q535.3906 96.1875 535.3906 96.765625Q535.3906 97.296875 535.71875 97.640625Q536.0469 97.96875 536.5781 97.96875Q537.125 97.96875 537.4531 97.640625Q537.78125 97.296875 537.78125 96.765625Q537.78125 96.21875 537.4375 95.875Q537.1094 95.53125 536.59375 95.53125ZM543.8281 98.875Q543.5469 99.21875 543.15625 99.421875Q542.7656 99.625 542.2969 99.625Q541.6875 99.625 541.21875 99.328125Q540.7656 99.015625 540.5156 98.46875Q540.2656 97.921875 540.2656 97.25Q540.2656 96.546875 540.53125 95.96875Q540.8125 95.390625 541.3125 95.09375Q541.8125 94.796875 542.46875 94.796875Q543.53125 94.796875 544.1406 95.59375Q544.75 96.375 544.75 97.734375L544.75 98.0Q544.75 100.078125 543.9219 101.03125Q543.1094 101.984375 541.4531 102.0L541.2656 102.0L541.2656 101.25L541.46875 101.25Q542.5781 101.21875 543.1719 100.65625Q543.78125 100.09375 543.8281 98.875ZM542.4375 98.875Q542.8906 98.875 543.2656 98.59375Q543.65625 98.3125 543.84375 97.90625L543.84375 97.546875Q543.84375 96.65625 543.4531 96.109375Q543.0625 95.546875 542.4844 95.546875Q541.875 95.546875 541.5156 96.0Q541.15625 96.453125 541.15625 97.203125Q541.15625 97.9375 541.5 98.40625Q541.8594 98.875 542.4375 98.875ZM546.2969 96.25Q546.2969 95.625 546.7031 95.203125Q547.1094 94.78125 547.75 94.78125Q548.40625 94.78125 548.7969 95.203125Q549.2031 95.625 549.2031 96.28125L549.2031 96.640625Q549.2031 97.28125 548.7969 97.6875Q548.3906 98.09375 547.7656 98.09375Q547.125 98.09375 546.7031 97.6875Q546.2969 97.28125 546.2969 96.59375L546.2969 96.25ZM546.96875 96.640625Q546.96875 97.015625 547.1719 97.265625Q547.3906 97.5 547.7656 97.5Q548.1094 97.5 548.3125 97.265625Q548.53125 97.03125 548.53125 96.609375L548.53125 96.25Q548.53125 95.875 548.3125 95.625Q548.1094 95.375 547.75 95.375Q547.3906 95.375 547.1719 95.625Q546.96875 95.875 546.96875 96.28125L546.96875 96.640625ZM549.75 100.25Q549.75 99.609375 550.15625 99.203125Q550.5781 98.796875 551.2031 98.796875Q551.84375 98.796875 552.25 99.203125Q552.6719 99.609375 552.6719 100.296875L552.6719 100.640625Q552.6719 101.28125 552.2656 101.703125Q551.8594 102.109375 551.21875 102.109375Q550.59375 102.109375 550.1719 101.703125Q549.75 101.28125 549.75 100.609375L549.75 100.25ZM550.4375 100.640625Q550.4375 101.015625 550.6406 101.265625Q550.8594 101.515625 551.21875 101.515625Q551.5781 101.515625 551.78125 101.28125Q552.0 101.03125 552.0 100.625L552.0 100.25Q552.0 99.875 551.78125 99.625Q551.5625 99.375 551.21875 99.375Q550.8594 99.375 550.6406 99.625Q550.4375 99.859375 550.4375 100.28125L550.4375 100.640625ZM547.96875 101.46875L547.4531 101.140625L550.9219 95.578125L551.4375 95.90625L547.96875 101.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M526.4411 164.75Q526.4411 165.28125 526.15985 165.70312Q525.8786 166.10938 525.3942 166.34375Q525.9567 166.57812 526.2692 167.04688Q526.59735 167.5 526.59735 168.07812Q526.59735 169.0 525.97235 169.54688Q525.363 170.09375 524.34735 170.09375Q523.3161 170.09375 522.6911 169.54688Q522.0817 169.0 522.0817 168.07812Q522.0817 167.5 522.3942 167.04688Q522.7067 166.57812 523.2692 166.34375Q522.8005 166.10938 522.5192 165.6875Q522.2536 165.26562 522.2536 164.75Q522.2536 163.84375 522.8161 163.32812Q523.3942 162.79688 524.34735 162.79688Q525.28485 162.79688 525.863 163.32812Q526.4411 163.84375 526.4411 164.75ZM525.7067 168.0625Q525.7067 167.46875 525.3161 167.09375Q524.9411 166.71875 524.3317 166.71875Q523.72235 166.71875 523.34735 167.09375Q522.988 167.45312 522.988 168.0625Q522.988 168.67188 523.34735 169.01562Q523.7067 169.35938 524.34735 169.35938Q524.97235 169.35938 525.3317 169.01562Q525.7067 168.65625 525.7067 168.0625ZM524.34735 163.53125Q523.8161 163.53125 523.47235 163.85938Q523.1442 164.1875 523.1442 164.76562Q523.1442 165.29688 523.47235 165.64062Q523.8005 165.96875 524.3317 165.96875Q524.8786 165.96875 525.2067 165.64062Q525.53485 165.29688 525.53485 164.76562Q525.53485 164.21875 525.1911 163.875Q524.863 163.53125 524.34735 163.53125ZM531.6755 162.89062L531.6755 163.65625L531.5036 163.65625Q530.4567 163.67188 529.8317 164.28125Q529.2067 164.875 529.09735 165.98438Q529.65985 165.34375 530.6286 165.34375Q531.5661 165.34375 532.113 166.0Q532.6755 166.64062 532.6755 167.6875Q532.6755 168.78125 532.0661 169.4375Q531.47235 170.09375 530.47235 170.09375Q529.4567 170.09375 528.8161 169.3125Q528.1755 168.53125 528.1755 167.29688L528.1755 166.95312Q528.1755 164.98438 529.0036 163.95312Q529.84735 162.90625 531.5036 162.89062L531.6755 162.89062ZM530.488 166.09375Q530.0192 166.09375 529.6286 166.375Q529.238 166.64062 529.0817 167.0625L529.0817 167.39062Q529.0817 168.28125 529.47235 168.8125Q529.8786 169.34375 530.47235 169.34375Q531.0817 169.34375 531.4255 168.90625Q531.78485 168.45312 531.78485 167.71875Q531.78485 166.98438 531.4255 166.54688Q531.0661 166.09375 530.488 166.09375ZM534.0505 164.25Q534.0505 163.625 534.4567 163.20312Q534.863 162.78125 535.5036 162.78125Q536.15985 162.78125 536.5505 163.20312Q536.9567 163.625 536.9567 164.28125L536.9567 164.64062Q536.9567 165.28125 536.5505 165.6875Q536.1442 166.09375 535.5192 166.09375Q534.8786 166.09375 534.4567 165.6875Q534.0505 165.28125 534.0505 164.59375L534.0505 164.25ZM534.72235 164.64062Q534.72235 165.01562 534.9255 165.26562Q535.1442 165.5 535.5192 165.5Q535.863 165.5 536.0661 165.26562Q536.28485 165.03125 536.28485 164.60938L536.28485 164.25Q536.28485 163.875 536.0661 163.625Q535.863 163.375 535.5036 163.375Q535.1442 163.375 534.9255 163.625Q534.72235 163.875 534.72235 164.28125L534.72235 164.64062ZM537.5036 168.25Q537.5036 167.60938 537.90985 167.20312Q538.3317 166.79688 538.9567 166.79688Q539.59735 166.79688 540.0036 167.20312Q540.4255 167.60938 540.4255 168.29688L540.4255 168.64062Q540.4255 169.28125 540.0192 169.70312Q539.613 170.10938 538.97235 170.10938Q538.34735 170.10938 537.9255 169.70312Q537.5036 169.28125 537.5036 168.60938L537.5036 168.25ZM538.1911 168.64062Q538.1911 169.01562 538.3942 169.26562Q538.613 169.51562 538.97235 169.51562Q539.3317 169.51562 539.53485 169.28125Q539.7536 169.03125 539.7536 168.625L539.7536 168.25Q539.7536 167.875 539.53485 167.625Q539.3161 167.375 538.97235 167.375Q538.613 167.375 538.3942 167.625Q538.1911 167.85938 538.1911 168.28125L538.1911 168.64062ZM535.72235 169.46875L535.2067 169.14062L538.6755 163.57812L539.1911 163.90625L535.72235 169.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M526.4411 164.75Q526.4411 165.28125 526.15985 165.70312Q525.8786 166.10938 525.3942 166.34375Q525.9567 166.57812 526.2692 167.04688Q526.59735 167.5 526.59735 168.07812Q526.59735 169.0 525.97235 169.54688Q525.363 170.09375 524.34735 170.09375Q523.3161 170.09375 522.6911 169.54688Q522.0817 169.0 522.0817 168.07812Q522.0817 167.5 522.3942 167.04688Q522.7067 166.57812 523.2692 166.34375Q522.8005 166.10938 522.5192 165.6875Q522.2536 165.26562 522.2536 164.75Q522.2536 163.84375 522.8161 163.32812Q523.3942 162.79688 524.34735 162.79688Q525.28485 162.79688 525.863 163.32812Q526.4411 163.84375 526.4411 164.75ZM525.7067 168.0625Q525.7067 167.46875 525.3161 167.09375Q524.9411 166.71875 524.3317 166.71875Q523.72235 166.71875 523.34735 167.09375Q522.988 167.45312 522.988 168.0625Q522.988 168.67188 523.34735 169.01562Q523.7067 169.35938 524.34735 169.35938Q524.97235 169.35938 525.3317 169.01562Q525.7067 168.65625 525.7067 168.0625ZM524.34735 163.53125Q523.8161 163.53125 523.47235 163.85938Q523.1442 164.1875 523.1442 164.76562Q523.1442 165.29688 523.47235 165.64062Q523.8005 165.96875 524.3317 165.96875Q524.8786 165.96875 525.2067 165.64062Q525.53485 165.29688 525.53485 164.76562Q525.53485 164.21875 525.1911 163.875Q524.863 163.53125 524.34735 163.53125ZM531.6755 162.89062L531.6755 163.65625L531.5036 163.65625Q530.4567 163.67188 529.8317 164.28125Q529.2067 164.875 529.09735 165.98438Q529.65985 165.34375 530.6286 165.34375Q531.5661 165.34375 532.113 166.0Q532.6755 166.64062 532.6755 167.6875Q532.6755 168.78125 532.0661 169.4375Q531.47235 170.09375 530.47235 170.09375Q529.4567 170.09375 528.8161 169.3125Q528.1755 168.53125 528.1755 167.29688L528.1755 166.95312Q528.1755 164.98438 529.0036 163.95312Q529.84735 162.90625 531.5036 162.89062L531.6755 162.89062ZM530.488 166.09375Q530.0192 166.09375 529.6286 166.375Q529.238 166.64062 529.0817 167.0625L529.0817 167.39062Q529.0817 168.28125 529.47235 168.8125Q529.8786 169.34375 530.47235 169.34375Q531.0817 169.34375 531.4255 168.90625Q531.78485 168.45312 531.78485 167.71875Q531.78485 166.98438 531.4255 166.54688Q531.0661 166.09375 530.488 166.09375ZM534.0505 164.25Q534.0505 163.625 534.4567 163.20312Q534.863 162.78125 535.5036 162.78125Q536.15985 162.78125 536.5505 163.20312Q536.9567 163.625 536.9567 164.28125L536.9567 164.64062Q536.9567 165.28125 536.5505 165.6875Q536.1442 166.09375 535.5192 166.09375Q534.8786 166.09375 534.4567 165.6875Q534.0505 165.28125 534.0505 164.59375L534.0505 164.25ZM534.72235 164.64062Q534.72235 165.01562 534.9255 165.26562Q535.1442 165.5 535.5192 165.5Q535.863 165.5 536.0661 165.26562Q536.28485 165.03125 536.28485 164.60938L536.28485 164.25Q536.28485 163.875 536.0661 163.625Q535.863 163.375 535.5036 163.375Q535.1442 163.375 534.9255 163.625Q534.72235 163.875 534.72235 164.28125L534.72235 164.64062ZM537.5036 168.25Q537.5036 167.60938 537.90985 167.20312Q538.3317 166.79688 538.9567 166.79688Q539.59735 166.79688 540.0036 167.20312Q540.4255 167.60938 540.4255 168.29688L540.4255 168.64062Q540.4255 169.28125 540.0192 169.70312Q539.613 170.10938 538.97235 170.10938Q538.34735 170.10938 537.9255 169.70312Q537.5036 169.28125 537.5036 168.60938L537.5036 168.25ZM538.1911 168.64062Q538.1911 169.01562 538.3942 169.26562Q538.613 169.51562 538.97235 169.51562Q539.3317 169.51562 539.53485 169.28125Q539.7536 169.03125 539.7536 168.625L539.7536 168.25Q539.7536 167.875 539.53485 167.625Q539.3161 167.375 538.97235 167.375Q538.613 167.375 538.3942 167.625Q538.1911 167.85938 538.1911 168.28125L538.1911 168.64062ZM535.72235 169.46875L535.2067 169.14062L538.6755 163.57812L539.1911 163.90625L535.72235 169.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M405.78937 235.4375L406.16437 231.89062L409.805 231.89062L409.805 232.71875L406.93 232.71875L406.71124 234.65625Q407.22687 234.35938 407.89874 234.35938Q408.8675 234.35938 409.43 235.0Q410.00812 235.64062 410.00812 236.73438Q410.00812 237.82812 409.41437 238.46875Q408.82062 239.09375 407.75812 239.09375Q406.82062 239.09375 406.21124 238.57812Q405.6175 238.04688 405.53937 237.125L406.39874 237.125Q406.47687 237.73438 406.82062 238.04688Q407.18 238.35938 407.75812 238.35938Q408.38312 238.35938 408.7425 237.9375Q409.10187 237.5 409.10187 236.75Q409.10187 236.03125 408.71124 235.60938Q408.33624 235.17188 407.68 235.17188Q407.10187 235.17188 406.75812 235.42188L406.52374 235.625L405.78937 235.4375ZM414.83624 235.875Q414.555 236.21875 414.16437 236.42188Q413.77374 236.625 413.305 236.625Q412.69562 236.625 412.22687 236.32812Q411.77374 236.01562 411.52374 235.46875Q411.27374 234.92188 411.27374 234.25Q411.27374 233.54688 411.53937 232.96875Q411.82062 232.39062 412.32062 232.09375Q412.82062 231.79688 413.47687 231.79688Q414.53937 231.79688 415.14874 232.59375Q415.75812 233.375 415.75812 234.73438L415.75812 235.0Q415.75812 237.07812 414.93 238.03125Q414.1175 238.98438 412.46124 239.0L412.27374 239.0L412.27374 238.25L412.47687 238.25Q413.58624 238.21875 414.18 237.65625Q414.78937 237.09375 414.83624 235.875ZM413.44562 235.875Q413.89874 235.875 414.27374 235.59375Q414.66437 235.3125 414.85187 234.90625L414.85187 234.54688Q414.85187 233.65625 414.46124 233.10938Q414.07062 232.54688 413.4925 232.54688Q412.88312 232.54688 412.52374 233.0Q412.16437 233.45312 412.16437 234.20312Q412.16437 234.9375 412.50812 235.40625Q412.8675 235.875 413.44562 235.875ZM417.305 233.25Q417.305 232.625 417.71124 232.20312Q418.1175 231.78125 418.75812 231.78125Q419.41437 231.78125 419.805 232.20312Q420.21124 232.625 420.21124 233.28125L420.21124 233.64062Q420.21124 234.28125 419.805 234.6875Q419.39874 235.09375 418.77374 235.09375Q418.13312 235.09375 417.71124 234.6875Q417.305 234.28125 417.305 233.59375L417.305 233.25ZM417.97687 233.64062Q417.97687 234.01562 418.18 234.26562Q418.39874 234.5 418.77374 234.5Q419.1175 234.5 419.32062 234.26562Q419.53937 234.03125 419.53937 233.60938L419.53937 233.25Q419.53937 232.875 419.32062 232.625Q419.1175 232.375 418.75812 232.375Q418.39874 232.375 418.18 232.625Q417.97687 232.875 417.97687 233.28125L417.97687 233.64062ZM420.75812 237.25Q420.75812 236.60938 421.16437 236.20312Q421.58624 235.79688 422.21124 235.79688Q422.85187 235.79688 423.25812 236.20312Q423.68 236.60938 423.68 237.29688L423.68 237.64062Q423.68 238.28125 423.27374 238.70312Q422.8675 239.10938 422.22687 239.10938Q421.60187 239.10938 421.18 238.70312Q420.75812 238.28125 420.75812 237.60938L420.75812 237.25ZM421.44562 237.64062Q421.44562 238.01562 421.64874 238.26562Q421.8675 238.51562 422.22687 238.51562Q422.58624 238.51562 422.78937 238.28125Q423.00812 238.03125 423.00812 237.625L423.00812 237.25Q423.00812 236.875 422.78937 236.625Q422.57062 236.375 422.22687 236.375Q421.8675 236.375 421.64874 236.625Q421.44562 236.85938 421.44562 237.28125L421.44562 237.64062ZM418.97687 238.46875L418.46124 238.14062L421.93 232.57812L422.44562 232.90625L418.97687 238.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M405.78937 235.4375L406.16437 231.89062L409.805 231.89062L409.805 232.71875L406.93 232.71875L406.71124 234.65625Q407.22687 234.35938 407.89874 234.35938Q408.8675 234.35938 409.43 235.0Q410.00812 235.64062 410.00812 236.73438Q410.00812 237.82812 409.41437 238.46875Q408.82062 239.09375 407.75812 239.09375Q406.82062 239.09375 406.21124 238.57812Q405.6175 238.04688 405.53937 237.125L406.39874 237.125Q406.47687 237.73438 406.82062 238.04688Q407.18 238.35938 407.75812 238.35938Q408.38312 238.35938 408.7425 237.9375Q409.10187 237.5 409.10187 236.75Q409.10187 236.03125 408.71124 235.60938Q408.33624 235.17188 407.68 235.17188Q407.10187 235.17188 406.75812 235.42188L406.52374 235.625L405.78937 235.4375ZM414.83624 235.875Q414.555 236.21875 414.16437 236.42188Q413.77374 236.625 413.305 236.625Q412.69562 236.625 412.22687 236.32812Q411.77374 236.01562 411.52374 235.46875Q411.27374 234.92188 411.27374 234.25Q411.27374 233.54688 411.53937 232.96875Q411.82062 232.39062 412.32062 232.09375Q412.82062 231.79688 413.47687 231.79688Q414.53937 231.79688 415.14874 232.59375Q415.75812 233.375 415.75812 234.73438L415.75812 235.0Q415.75812 237.07812 414.93 238.03125Q414.1175 238.98438 412.46124 239.0L412.27374 239.0L412.27374 238.25L412.47687 238.25Q413.58624 238.21875 414.18 237.65625Q414.78937 237.09375 414.83624 235.875ZM413.44562 235.875Q413.89874 235.875 414.27374 235.59375Q414.66437 235.3125 414.85187 234.90625L414.85187 234.54688Q414.85187 233.65625 414.46124 233.10938Q414.07062 232.54688 413.4925 232.54688Q412.88312 232.54688 412.52374 233.0Q412.16437 233.45312 412.16437 234.20312Q412.16437 234.9375 412.50812 235.40625Q412.8675 235.875 413.44562 235.875ZM417.305 233.25Q417.305 232.625 417.71124 232.20312Q418.1175 231.78125 418.75812 231.78125Q419.41437 231.78125 419.805 232.20312Q420.21124 232.625 420.21124 233.28125L420.21124 233.64062Q420.21124 234.28125 419.805 234.6875Q419.39874 235.09375 418.77374 235.09375Q418.13312 235.09375 417.71124 234.6875Q417.305 234.28125 417.305 233.59375L417.305 233.25ZM417.97687 233.64062Q417.97687 234.01562 418.18 234.26562Q418.39874 234.5 418.77374 234.5Q419.1175 234.5 419.32062 234.26562Q419.53937 234.03125 419.53937 233.60938L419.53937 233.25Q419.53937 232.875 419.32062 232.625Q419.1175 232.375 418.75812 232.375Q418.39874 232.375 418.18 232.625Q417.97687 232.875 417.97687 233.28125L417.97687 233.64062ZM420.75812 237.25Q420.75812 236.60938 421.16437 236.20312Q421.58624 235.79688 422.21124 235.79688Q422.85187 235.79688 423.25812 236.20312Q423.68 236.60938 423.68 237.29688L423.68 237.64062Q423.68 238.28125 423.27374 238.70312Q422.8675 239.10938 422.22687 239.10938Q421.60187 239.10938 421.18 238.70312Q420.75812 238.28125 420.75812 237.60938L420.75812 237.25ZM421.44562 237.64062Q421.44562 238.01562 421.64874 238.26562Q421.8675 238.51562 422.22687 238.51562Q422.58624 238.51562 422.78937 238.28125Q423.00812 238.03125 423.00812 237.625L423.00812 237.25Q423.00812 236.875 422.78937 236.625Q422.57062 236.375 422.22687 236.375Q421.8675 236.375 421.64874 236.625Q421.44562 236.85938 421.44562 237.28125L421.44562 237.64062ZM418.97687 238.46875L418.46124 238.14062L421.93 232.57812L422.44562 232.90625L418.97687 238.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M280.4986 301.16714Q280.4986 300.40152 280.98297 299.90152Q281.48297 299.40152 282.2486 299.40152Q283.02985 299.40152 283.51422 299.90152Q283.9986 300.40152 283.9986 301.1984L283.9986 301.62027Q283.9986 302.3859 283.4986 302.8859Q283.01422 303.37027 282.26422 303.37027Q281.4986 303.37027 280.9986 302.8859Q280.4986 302.3859 280.4986 301.5734L280.4986 301.16714ZM281.3111 301.62027Q281.3111 302.0734 281.5611 302.37027Q281.82672 302.66714 282.26422 302.66714Q282.6861 302.66714 282.9361 302.3859Q283.1861 302.08902 283.1861 301.58902L283.1861 301.16714Q283.1861 300.71402 282.9361 300.41714Q282.6861 300.10464 282.2486 300.10464Q281.8111 300.10464 281.5611 300.41714Q281.3111 300.71402 281.3111 301.18277L281.3111 301.62027ZM284.65485 305.96402Q284.65485 305.1984 285.13922 304.71402Q285.63922 304.21402 286.40485 304.21402Q287.17047 304.21402 287.65485 304.71402Q288.15485 305.1984 288.15485 306.0109L288.15485 306.41714Q288.15485 307.18277 287.67047 307.68277Q287.1861 308.18277 286.42047 308.18277Q285.65485 308.18277 285.15485 307.6984Q284.65485 307.1984 284.65485 306.3859L284.65485 305.96402ZM285.46735 306.41714Q285.46735 306.8859 285.71735 307.18277Q285.98297 307.47964 286.42047 307.47964Q286.84235 307.47964 287.09235 307.1984Q287.34235 306.90152 287.34235 306.40152L287.34235 305.96402Q287.34235 305.49527 287.07672 305.21402Q286.82672 304.91714 286.40485 304.91714Q285.98297 304.91714 285.71735 305.21402Q285.46735 305.49527 285.46735 305.99527L285.46735 306.41714ZM282.51422 307.41714L281.88922 307.02652L286.0611 300.35464L286.67047 300.74527L282.51422 307.41714ZM292.42047 304.8234Q292.42047 303.90152 292.77985 303.15152Q293.15485 302.40152 293.8111 302.0109Q294.46735 301.60464 295.29547 301.60464Q296.59235 301.60464 297.38922 302.49527Q298.20172 303.3859 298.20172 304.8859L298.20172 304.96402Q298.20172 305.8859 297.84235 306.62027Q297.48297 307.35464 296.82672 307.77652Q296.17047 308.18277 295.3111 308.18277Q294.02985 308.18277 293.21735 307.29214Q292.42047 306.3859 292.42047 304.90152L292.42047 304.8234ZM293.51422 304.96402Q293.51422 306.0109 293.9986 306.65152Q294.4986 307.29214 295.3111 307.29214Q296.13922 307.29214 296.6236 306.65152Q297.10797 305.99527 297.10797 304.8234Q297.10797 303.79214 296.60797 303.15152Q296.1236 302.49527 295.29547 302.49527Q294.4986 302.49527 293.9986 303.1359Q293.51422 303.7609 293.51422 304.96402ZM300.2486 308.05777L300.2486 302.55777L299.2486 302.55777L299.2486 301.71402L300.2486 301.71402L300.2486 301.0734Q300.2486 300.04214 300.77985 299.49527Q301.32672 298.93277 302.32672 298.93277Q302.70172 298.93277 303.07672 299.02652L303.01422 299.91714Q302.73297 299.85464 302.4361 299.85464Q301.90485 299.85464 301.60797 300.16714Q301.32672 300.47964 301.32672 301.04214L301.32672 301.71402L302.6861 301.71402L302.6861 302.55777L301.32672 302.55777L301.32672 308.05777L300.2486 308.05777ZM309.77985 302.68277Q309.52985 302.65152 309.2486 302.65152Q308.17047 302.65152 307.79547 303.55777L307.79547 308.05777L306.71735 308.05777L306.71735 301.71402L307.76422 301.71402L307.77985 302.4484Q308.3111 301.60464 309.29547 301.60464Q309.60797 301.60464 309.77985 301.68277L309.77985 302.68277ZM313.34235 308.18277Q312.04547 308.18277 311.23297 307.33902Q310.4361 306.47964 310.4361 305.05777L310.4361 304.87027Q310.4361 303.91714 310.79547 303.18277Q311.15485 302.43277 311.79547 302.02652Q312.45172 301.60464 313.20172 301.60464Q314.4361 301.60464 315.1236 302.41714Q315.8111 303.22964 315.8111 304.74527L315.8111 305.1984L311.51422 305.1984Q311.54547 306.1359 312.0611 306.71402Q312.59235 307.29214 313.40485 307.29214Q313.96735 307.29214 314.35797 307.05777Q314.76422 306.8234 315.07672 306.43277L315.73297 306.9484Q314.9361 308.18277 313.34235 308.18277ZM313.20172 302.49527Q312.54547 302.49527 312.09235 302.97964Q311.65485 303.4484 311.5611 304.30777L314.73297 304.30777L314.73297 304.22964Q314.6861 303.40152 314.27985 302.9484Q313.88922 302.49527 313.20172 302.49527ZM320.40485 306.37027Q320.40485 305.93277 320.0611 305.6984Q319.73297 305.4484 318.90485 305.27652Q318.09235 305.10464 317.60797 304.85464Q317.1236 304.60464 316.88922 304.27652Q316.67047 303.93277 316.67047 303.46402Q316.67047 302.68277 317.32672 302.15152Q317.98297 301.60464 319.01422 301.60464Q320.09235 301.60464 320.7486 302.16714Q321.42047 302.71402 321.42047 303.5734L320.34235 303.5734Q320.34235 303.1359 319.95172 302.8234Q319.57672 302.49527 319.01422 302.49527Q318.42047 302.49527 318.07672 302.7609Q317.7486 303.0109 317.7486 303.41714Q317.7486 303.80777 318.0611 304.0109Q318.3736 304.21402 319.1861 304.40152Q319.9986 304.5734 320.4986 304.8234Q320.9986 305.0734 321.23297 305.43277Q321.48297 305.79214 321.48297 306.29214Q321.48297 307.15152 320.79547 307.66714Q320.1236 308.18277 319.04547 308.18277Q318.27985 308.18277 317.6861 307.91714Q317.10797 307.6359 316.77985 307.15152Q316.45172 306.66714 316.45172 306.10464L317.52985 306.10464Q317.5611 306.65152 317.96735 306.97964Q318.3736 307.29214 319.04547 307.29214Q319.65485 307.29214 320.02985 307.04214Q320.40485 306.79214 320.40485 306.37027ZM328.0611 304.96402Q328.0611 306.40152 327.40485 307.29214Q326.7486 308.18277 325.60797 308.18277Q324.45172 308.18277 323.79547 307.4484L323.79547 310.49527L322.71735 310.49527L322.71735 301.71402L323.70172 301.71402L323.7486 302.41714Q324.42047 301.60464 325.59235 301.60464Q326.73297 301.60464 327.38922 302.46402Q328.0611 303.3234 328.0611 304.85464L328.0611 304.96402ZM326.98297 304.83902Q326.98297 303.7609 326.51422 303.15152Q326.0611 302.52652 325.26422 302.52652Q324.27985 302.52652 323.79547 303.3859L323.79547 306.41714Q324.27985 307.29214 325.27985 307.29214Q326.0611 307.29214 326.51422 306.68277Q326.98297 306.05777 326.98297 304.83902ZM329.42047 304.8234Q329.42047 303.90152 329.77985 303.15152Q330.15485 302.40152 330.8111 302.0109Q331.46735 301.60464 332.29547 301.60464Q333.59235 301.60464 334.38922 302.49527Q335.20172 303.3859 335.20172 304.8859L335.20172 304.96402Q335.20172 305.8859 334.84235 306.62027Q334.48297 307.35464 333.82672 307.77652Q333.17047 308.18277 332.3111 308.18277Q331.02985 308.18277 330.21735 307.29214Q329.42047 306.3859 329.42047 304.90152L329.42047 304.8234ZM330.51422 304.96402Q330.51422 306.0109 330.9986 306.65152Q331.4986 307.29214 332.3111 307.29214Q333.13922 307.29214 333.6236 306.65152Q334.10797 305.99527 334.10797 304.8234Q334.10797 303.79214 333.60797 303.15152Q333.1236 302.49527 332.29547 302.49527Q331.4986 302.49527 330.9986 303.1359Q330.51422 303.7609 330.51422 304.96402ZM337.73297 301.71402L337.76422 302.5109Q338.4986 301.60464 339.67047 301.60464Q341.6861 301.60464 341.70172 303.87027L341.70172 308.05777L340.60797 308.05777L340.60797 303.85464Q340.60797 303.18277 340.29547 302.85464Q339.9986 302.52652 339.34235 302.52652Q338.8111 302.52652 338.40485 302.80777Q338.01422 303.08902 337.79547 303.54214L337.79547 308.05777L336.71735 308.05777L336.71735 301.71402L337.73297 301.71402ZM343.45172 304.83902Q343.45172 303.37027 344.13922 302.49527Q344.82672 301.60464 345.95172 301.60464Q347.0611 301.60464 347.71735 302.35464L347.71735 299.05777L348.79547 299.05777L348.79547 308.05777L347.79547 308.05777L347.7486 307.37027Q347.09235 308.18277 345.9361 308.18277Q344.84235 308.18277 344.13922 307.27652Q343.45172 306.37027 343.45172 304.91714L343.45172 304.83902ZM344.52985 304.96402Q344.52985 306.04214 344.96735 306.65152Q345.42047 307.2609 346.20172 307.2609Q347.23297 307.2609 347.71735 306.3234L347.71735 303.41714Q347.23297 302.52652 346.21735 302.52652Q345.42047 302.52652 344.96735 303.1359Q344.52985 303.74527 344.52985 304.96402ZM353.34235 308.18277Q352.04547 308.18277 351.23297 307.33902Q350.4361 306.47964 350.4361 305.05777L350.4361 304.87027Q350.4361 303.91714 350.79547 303.18277Q351.15485 302.43277 351.79547 302.02652Q352.45172 301.60464 353.20172 301.60464Q354.4361 301.60464 355.1236 302.41714Q355.8111 303.22964 355.8111 304.74527L355.8111 305.1984L351.51422 305.1984Q351.54547 306.1359 352.0611 306.71402Q352.59235 307.29214 353.40485 307.29214Q353.96735 307.29214 354.35797 307.05777Q354.76422 306.8234 355.07672 306.43277L355.73297 306.9484Q354.9361 308.18277 353.34235 308.18277ZM353.20172 302.49527Q352.54547 302.49527 352.09235 302.97964Q351.65485 303.4484 351.5611 304.30777L354.73297 304.30777L354.73297 304.22964Q354.6861 303.40152 354.27985 302.9484Q353.88922 302.49527 353.20172 302.49527ZM357.73297 301.71402L357.76422 302.5109Q358.4986 301.60464 359.67047 301.60464Q361.6861 301.60464 361.70172 303.87027L361.70172 308.05777L360.60797 308.05777L360.60797 303.85464Q360.60797 303.18277 360.29547 302.85464Q359.9986 302.52652 359.34235 302.52652Q358.8111 302.52652 358.40485 302.80777Q358.01422 303.08902 357.79547 303.54214L357.79547 308.05777L356.71735 308.05777L356.71735 301.71402L357.73297 301.71402ZM365.1861 300.18277L365.1861 301.71402L366.35797 301.71402L366.35797 302.55777L365.1861 302.55777L365.1861 306.47964Q365.1861 306.87027 365.34235 307.05777Q365.4986 307.24527 365.8736 307.24527Q366.0611 307.24527 366.38922 307.18277L366.38922 308.05777Q365.96735 308.18277 365.5611 308.18277Q364.84235 308.18277 364.46735 307.74527Q364.09235 307.29214 364.09235 306.47964L364.09235 302.55777L362.9361 302.55777L362.9361 301.71402L364.09235 301.71402L364.09235 300.18277L365.1861 300.18277ZM371.40485 306.37027Q371.40485 305.93277 371.0611 305.6984Q370.73297 305.4484 369.90485 305.27652Q369.09235 305.10464 368.60797 304.85464Q368.1236 304.60464 367.88922 304.27652Q367.67047 303.93277 367.67047 303.46402Q367.67047 302.68277 368.32672 302.15152Q368.98297 301.60464 370.01422 301.60464Q371.09235 301.60464 371.7486 302.16714Q372.42047 302.71402 372.42047 303.5734L371.34235 303.5734Q371.34235 303.1359 370.95172 302.8234Q370.57672 302.49527 370.01422 302.49527Q369.42047 302.49527 369.07672 302.7609Q368.7486 303.0109 368.7486 303.41714Q368.7486 303.80777 369.0611 304.0109Q369.3736 304.21402 370.1861 304.40152Q370.9986 304.5734 371.4986 304.8234Q371.9986 305.0734 372.23297 305.43277Q372.48297 305.79214 372.48297 306.29214Q372.48297 307.15152 371.79547 307.66714Q371.1236 308.18277 370.04547 308.18277Q369.27985 308.18277 368.6861 307.91714Q368.10797 307.6359 367.77985 307.15152Q367.45172 306.66714 367.45172 306.10464L368.52985 306.10464Q368.5611 306.65152 368.96735 306.97964Q369.3736 307.29214 370.04547 307.29214Q370.65485 307.29214 371.02985 307.04214Q371.40485 306.79214 371.40485 306.37027ZM382.32672 306.55777L383.54547 301.71402L384.6236 301.71402L382.77985 308.05777L381.90485 308.05777L380.35797 303.24527L378.85797 308.05777L377.98297 308.05777L376.13922 301.71402L377.21735 301.71402L378.46735 306.46402L379.95172 301.71402L380.8111 301.71402L382.32672 306.55777ZM386.79547 302.47964Q387.51422 301.60464 388.67047 301.60464Q390.6861 301.60464 390.70172 303.87027L390.70172 308.05777L389.60797 308.05777L389.60797 303.85464Q389.60797 303.18277 389.29547 302.85464Q388.9986 302.52652 388.34235 302.52652Q387.8111 302.52652 387.40485 302.80777Q387.01422 303.08902 386.79547 303.54214L386.79547 308.05777L385.71735 308.05777L385.71735 299.05777L386.79547 299.05777L386.79547 302.47964ZM392.42047 304.8234Q392.42047 303.90152 392.77985 303.15152Q393.15485 302.40152 393.8111 302.0109Q394.46735 301.60464 395.29547 301.60464Q396.59235 301.60464 397.38922 302.49527Q398.20172 303.3859 398.20172 304.8859L398.20172 304.96402Q398.20172 305.8859 397.84235 306.62027Q397.48297 307.35464 396.82672 307.77652Q396.17047 308.18277 395.3111 308.18277Q394.02985 308.18277 393.21735 307.29214Q392.42047 306.3859 392.42047 304.90152L392.42047 304.8234ZM393.51422 304.96402Q393.51422 306.0109 393.9986 306.65152Q394.4986 307.29214 395.3111 307.29214Q396.13922 307.29214 396.6236 306.65152Q397.10797 305.99527 397.10797 304.8234Q397.10797 303.79214 396.60797 303.15152Q396.1236 302.49527 395.29547 302.49527Q394.4986 302.49527 393.9986 303.1359Q393.51422 303.7609 393.51422 304.96402ZM406.6236 308.05777Q406.52985 307.87027 406.46735 307.3859Q405.71735 308.18277 404.67047 308.18277Q403.73297 308.18277 403.1236 307.65152Q402.52985 307.12027 402.52985 306.29214Q402.52985 305.30777 403.27985 304.7609Q404.02985 304.21402 405.40485 304.21402L406.45172 304.21402L406.45172 303.71402Q406.45172 303.15152 406.10797 302.8234Q405.77985 302.47964 405.10797 302.47964Q404.52985 302.47964 404.13922 302.77652Q403.7486 303.05777 403.7486 303.47964L402.65485 303.47964Q402.65485 302.99527 402.98297 302.55777Q403.32672 302.12027 403.90485 301.87027Q404.48297 301.60464 405.17047 301.60464Q406.27985 301.60464 406.88922 302.15152Q407.51422 302.6984 407.54547 303.65152L407.54547 306.5734Q407.54547 307.4484 407.76422 307.96402L407.76422 308.05777L406.6236 308.05777ZM404.82672 307.22964Q405.34235 307.22964 405.79547 306.96402Q406.2486 306.6984 406.45172 306.27652L406.45172 304.97964L405.60797 304.97964Q403.60797 304.97964 403.60797 306.15152Q403.60797 306.65152 403.95172 306.9484Q404.29547 307.22964 404.82672 307.22964ZM409.45172 304.83902Q409.45172 303.35464 410.13922 302.47964Q410.82672 301.60464 411.95172 301.60464Q413.10797 301.60464 413.76422 302.41714L413.8111 301.71402L414.8111 301.71402L414.8111 307.90152Q414.8111 309.1359 414.07672 309.83902Q413.34235 310.55777 412.1236 310.55777Q411.4361 310.55777 410.77985 310.2609Q410.1236 309.96402 409.77985 309.46402L410.34235 308.80777Q411.02985 309.66714 412.04547 309.66714Q412.82672 309.66714 413.26422 309.21402Q413.71735 308.77652 413.71735 307.96402L413.71735 307.41714Q413.0611 308.18277 411.9361 308.18277Q410.82672 308.18277 410.13922 307.29214Q409.45172 306.3859 409.45172 304.83902ZM410.54547 304.96402Q410.54547 306.02652 410.98297 306.65152Q411.42047 307.2609 412.21735 307.2609Q413.23297 307.2609 413.71735 306.3234L413.71735 303.43277Q413.21735 302.52652 412.21735 302.52652Q411.4361 302.52652 410.98297 303.1359Q410.54547 303.74527 410.54547 304.96402ZM419.77985 302.68277Q419.52985 302.65152 419.2486 302.65152Q418.17047 302.65152 417.79547 303.55777L417.79547 308.05777L416.71735 308.05777L416.71735 301.71402L417.76422 301.71402L417.77985 302.4484Q418.3111 301.60464 419.29547 301.60464Q419.60797 301.60464 419.77985 301.68277L419.77985 302.68277ZM423.34235 308.18277Q422.04547 308.18277 421.23297 307.33902Q420.4361 306.47964 420.4361 305.05777L420.4361 304.87027Q420.4361 303.91714 420.79547 303.18277Q421.15485 302.43277 421.79547 302.02652Q422.45172 301.60464 423.20172 301.60464Q424.4361 301.60464 425.1236 302.41714Q425.8111 303.22964 425.8111 304.74527L425.8111 305.1984L421.51422 305.1984Q421.54547 306.1359 422.0611 306.71402Q422.59235 307.29214 423.40485 307.29214Q423.96735 307.29214 424.35797 307.05777Q424.76422 306.8234 425.07672 306.43277L425.73297 306.9484Q424.9361 308.18277 423.34235 308.18277ZM423.20172 302.49527Q422.54547 302.49527 422.09235 302.97964Q421.65485 303.4484 421.5611 304.30777L424.73297 304.30777L424.73297 304.22964Q424.6861 303.40152 424.27985 302.9484Q423.88922 302.49527 423.20172 302.49527ZM429.34235 308.18277Q428.04547 308.18277 427.23297 307.33902Q426.4361 306.47964 426.4361 305.05777L426.4361 304.87027Q426.4361 303.91714 426.79547 303.18277Q427.15485 302.43277 427.79547 302.02652Q428.45172 301.60464 429.20172 301.60464Q430.4361 301.60464 431.1236 302.41714Q431.8111 303.22964 431.8111 304.74527L431.8111 305.1984L427.51422 305.1984Q427.54547 306.1359 428.0611 306.71402Q428.59235 307.29214 429.40485 307.29214Q429.96735 307.29214 430.35797 307.05777Q430.76422 306.8234 431.07672 306.43277L431.73297 306.9484Q430.9361 308.18277 429.34235 308.18277ZM429.20172 302.49527Q428.54547 302.49527 428.09235 302.97964Q427.65485 303.4484 427.5611 304.30777L430.73297 304.30777L430.73297 304.22964Q430.6861 303.40152 430.27985 302.9484Q429.88922 302.49527 429.20172 302.49527Z" fill-rule="nonzero"/><path fill="#666666" d="M29.506124 71.57381L28.381124 71.57381L28.381124 63.042557L29.506124 63.042557L29.506124 71.57381ZM39.7405 70.07381L40.95925 65.23006L42.037376 65.23006L40.193626 71.57381L39.318626 71.57381L37.77175 66.76131L36.27175 71.57381L35.39675 71.57381L33.553 65.23006L34.631126 65.23006L35.881126 69.98006L37.3655 65.23006L38.224876 65.23006L39.7405 70.07381ZM42.83425 68.33943Q42.83425 67.41756 43.193626 66.66756Q43.568626 65.91756 44.224876 65.52693Q44.881126 65.12068 45.70925 65.12068Q47.006126 65.12068 47.803 66.01131Q48.6155 66.90193 48.6155 68.40193L48.6155 68.48006Q48.6155 69.40193 48.256126 70.13631Q47.89675 70.87068 47.2405 71.29256Q46.58425 71.69881 45.724876 71.69881Q44.443626 71.69881 43.631126 70.80818Q42.83425 69.90193 42.83425 68.41756L42.83425 68.33943ZM43.928 68.48006Q43.928 69.52693 44.412376 70.16756Q44.912376 70.80818 45.724876 70.80818Q46.553 70.80818 47.037376 70.16756Q47.52175 69.51131 47.52175 68.33943Q47.52175 67.30818 47.02175 66.66756Q46.537376 66.01131 45.70925 66.01131Q44.912376 66.01131 44.412376 66.65193Q43.928 67.27693 43.928 68.48006ZM54.037376 70.94881Q53.412376 71.69881 52.178 71.69881Q51.162376 71.69881 50.631126 71.10506Q50.099876 70.51131 50.099876 69.35506L50.099876 65.23006L51.178 65.23006L51.178 69.32381Q51.178 70.77693 52.349876 70.77693Q53.599876 70.77693 54.006126 69.83943L54.006126 65.23006L55.099876 65.23006L55.099876 71.57381L54.068626 71.57381L54.037376 70.94881ZM58.303 71.57381L57.224876 71.57381L57.224876 62.573807L58.303 62.573807L58.303 71.57381ZM59.8655 68.35506Q59.8655 66.88631 60.553 66.01131Q61.2405 65.12068 62.3655 65.12068Q63.474876 65.12068 64.13113 65.87068L64.13113 62.573807L65.20925 62.573807L65.20925 71.57381L64.20925 71.57381L64.16238 70.88631Q63.506126 71.69881 62.349876 71.69881Q61.256126 71.69881 60.553 70.79256Q59.8655 69.88631 59.8655 68.43318L59.8655 68.35506ZM60.943626 68.48006Q60.943626 69.55818 61.381126 70.16756Q61.83425 70.77693 62.6155 70.77693Q63.64675 70.77693 64.13113 69.83943L64.13113 66.93318Q63.64675 66.04256 62.631126 66.04256Q61.83425 66.04256 61.381126 66.65193Q60.943626 67.26131 60.943626 68.48006ZM75.47488 68.48006Q75.47488 69.91756 74.81863 70.80818Q74.16238 71.69881 73.02175 71.69881Q71.8655 71.69881 71.20925 70.96443L71.20925 74.01131L70.13113 74.01131L70.13113 65.23006L71.1155 65.23006L71.16238 65.93318Q71.83425 65.12068 73.00613 65.12068Q74.14675 65.12068 74.803 65.98006Q75.47488 66.83943 75.47488 68.37068L75.47488 68.48006ZM74.39675 68.35506Q74.39675 67.27693 73.928 66.66756Q73.47488 66.04256 72.678 66.04256Q71.69363 66.04256 71.20925 66.90193L71.20925 69.93318Q71.69363 70.80818 72.69363 70.80818Q73.47488 70.80818 73.928 70.19881Q74.39675 69.57381 74.39675 68.35506ZM80.19363 66.19881Q79.94363 66.16756 79.66238 66.16756Q78.58425 66.16756 78.20925 67.07381L78.20925 71.57381L77.13113 71.57381L77.13113 65.23006L78.178 65.23006L78.19363 65.96443Q78.72488 65.12068 79.70925 65.12068Q80.02175 65.12068 80.19363 65.19881L80.19363 66.19881ZM83.75613 71.69881Q82.45925 71.69881 81.64675 70.85506Q80.84988 69.99568 80.84988 68.57381L80.84988 68.38631Q80.84988 67.43318 81.20925 66.69881Q81.56863 65.94881 82.20925 65.54256Q82.8655 65.12068 83.6155 65.12068Q84.84988 65.12068 85.53738 65.93318Q86.22488 66.74568 86.22488 68.26131L86.22488 68.71443L81.928 68.71443Q81.95925 69.65193 82.47488 70.23006Q83.00613 70.80818 83.81863 70.80818Q84.38113 70.80818 84.77175 70.57381Q85.178 70.33943 85.4905 69.94881L86.14675 70.46443Q85.34988 71.69881 83.75613 71.69881ZM83.6155 66.01131Q82.95925 66.01131 82.50613 66.49568Q82.06863 66.96443 81.97488 67.82381L85.14675 67.82381L85.14675 67.74568Q85.09988 66.91756 84.69363 66.46443Q84.303 66.01131 83.6155 66.01131ZM87.66238 71.57381L87.66238 66.07381L86.66238 66.07381L86.66238 65.23006L87.66238 65.23006L87.66238 64.58943Q87.66238 63.55818 88.19363 63.011307Q88.7405 62.448807 89.7405 62.448807Q90.1155 62.448807 90.4905 62.542557L90.428 63.43318Q90.14675 63.37068 89.84988 63.37068Q89.31863 63.37068 89.02175 63.68318Q88.7405 63.99568 88.7405 64.55818L88.7405 65.23006L90.09988 65.23006L90.09988 66.07381L88.7405 66.07381L88.7405 71.57381L87.66238 71.57381ZM93.75613 71.69881Q92.45925 71.69881 91.64675 70.85506Q90.84988 69.99568 90.84988 68.57381L90.84988 68.38631Q90.84988 67.43318 91.20925 66.69881Q91.56863 65.94881 92.20925 65.54256Q92.8655 65.12068 93.6155 65.12068Q94.84988 65.12068 95.53738 65.93318Q96.22488 66.74568 96.22488 68.26131L96.22488 68.71443L91.928 68.71443Q91.95925 69.65193 92.47488 70.23006Q93.00613 70.80818 93.81863 70.80818Q94.38113 70.80818 94.77175 70.57381Q95.178 70.33943 95.4905 69.94881L96.14675 70.46443Q95.34988 71.69881 93.75613 71.69881ZM93.6155 66.01131Q92.95925 66.01131 92.50613 66.49568Q92.06863 66.96443 91.97488 67.82381L95.14675 67.82381L95.14675 67.74568Q95.09988 66.91756 94.69363 66.46443Q94.303 66.01131 93.6155 66.01131ZM100.19363 66.19881Q99.94363 66.16756 99.66238 66.16756Q98.58425 66.16756 98.20925 67.07381L98.20925 71.57381L97.13113 71.57381L97.13113 65.23006L98.178 65.23006L98.19363 65.96443Q98.72488 65.12068 99.70925 65.12068Q100.02175 65.12068 100.19363 65.19881L100.19363 66.19881ZM105.59988 63.698807L105.59988 65.23006L106.77175 65.23006L106.77175 66.07381L105.59988 66.07381L105.59988 69.99568Q105.59988 70.38631 105.75613 70.57381Q105.91238 70.76131 106.28738 70.76131Q106.47488 70.76131 106.803 70.69881L106.803 71.57381Q106.38113 71.69881 105.97488 71.69881Q105.25613 71.69881 104.88113 71.26131Q104.50613 70.80818 104.50613 69.99568L104.50613 66.07381L103.34988 66.07381L103.34988 65.23006L104.50613 65.23006L104.50613 63.698807L105.59988 63.698807ZM107.83425 68.33943Q107.83425 67.41756 108.19363 66.66756Q108.56863 65.91756 109.22488 65.52693Q109.88113 65.12068 110.70925 65.12068Q112.00613 65.12068 112.803 66.01131Q113.6155 66.90193 113.6155 68.40193L113.6155 68.48006Q113.6155 69.40193 113.25613 70.13631Q112.89675 70.87068 112.2405 71.29256Q111.58425 71.69881 110.72488 71.69881Q109.44363 71.69881 108.63113 70.80818Q107.83425 69.90193 107.83425 68.41756L107.83425 68.33943ZM108.928 68.48006Q108.928 69.52693 109.41238 70.16756Q109.91238 70.80818 110.72488 70.80818Q111.553 70.80818 112.03738 70.16756Q112.52175 69.51131 112.52175 68.33943Q112.52175 67.30818 112.02175 66.66756Q111.53738 66.01131 110.70925 66.01131Q109.91238 66.01131 109.41238 66.65193Q108.928 67.27693 108.928 68.48006ZM122.03738 70.94881Q121.41238 71.69881 120.178 71.69881Q119.16238 71.69881 118.63113 71.10506Q118.09988 70.51131 118.09988 69.35506L118.09988 65.23006L119.178 65.23006L119.178 69.32381Q119.178 70.77693 120.34988 70.77693Q121.59988 70.77693 122.00613 69.83943L122.00613 65.23006L123.09988 65.23006L123.09988 71.57381L122.06863 71.57381L122.03738 70.94881ZM128.81863 69.88631Q128.81863 69.44881 128.47488 69.21443Q128.14676 68.96443 127.31863 68.79256Q126.50613 68.62068 126.02175 68.37068Q125.53738 68.12068 125.303 67.79256Q125.08425 67.44881 125.08425 66.98006Q125.08425 66.19881 125.7405 65.66756Q126.39675 65.12068 127.428 65.12068Q128.50613 65.12068 129.16238 65.68318Q129.83426 66.23006 129.83426 67.08943L128.75613 67.08943Q128.75613 66.65193 128.36551 66.33943Q127.9905 66.01131 127.428 66.01131Q126.83425 66.01131 126.4905 66.27693Q126.16238 66.52693 126.16238 66.93318Q126.16238 67.32381 126.47488 67.52693Q126.78738 67.73006 127.59988 67.91756Q128.41238 68.08943 128.91238 68.33943Q129.41238 68.58943 129.64676 68.94881Q129.89676 69.30818 129.89676 69.80818Q129.89676 70.66756 129.20926 71.18318Q128.53738 71.69881 127.45925 71.69881Q126.69363 71.69881 126.09988 71.43318Q125.52175 71.15193 125.19363 70.66756Q124.8655 70.18318 124.8655 69.62068L125.94363 69.62068Q125.97488 70.16756 126.38113 70.49568Q126.78738 70.80818 127.45925 70.80818Q128.06863 70.80818 128.44363 70.55818Q128.81863 70.30818 128.81863 69.88631ZM133.75612 71.69881Q132.45924 71.69881 131.64674 70.85506Q130.84987 69.99568 130.84987 68.57381L130.84987 68.38631Q130.84987 67.43318 131.20924 66.69881Q131.56862 65.94881 132.20924 65.54256Q132.8655 65.12068 133.6155 65.12068Q134.84987 65.12068 135.53737 65.93318Q136.22487 66.74568 136.22487 68.26131L136.22487 68.71443L131.928 68.71443Q131.95924 69.65193 132.47487 70.23006Q133.00612 70.80818 133.81862 70.80818Q134.38112 70.80818 134.77174 70.57381Q135.178 70.33943 135.4905 69.94881L136.14674 70.46443Q135.34987 71.69881 133.75612 71.69881ZM133.6155 66.01131Q132.95924 66.01131 132.50612 66.49568Q132.06862 66.96443 131.97487 67.82381L135.14674 67.82381L135.14674 67.74568Q135.09987 66.91756 134.69362 66.46443Q134.303 66.01131 133.6155 66.01131Z" fill-rule="nonzero"/><path fill="#666666" d="M39.599876 85.44881Q39.162376 86.07381 38.381126 86.38631Q37.599876 86.69881 36.568626 86.69881Q35.537376 86.69881 34.724876 86.21443Q33.912376 85.71443 33.474876 84.80818Q33.037376 83.90193 33.02175 82.71443L33.02175 81.98006Q33.02175 80.04256 33.912376 78.98006Q34.818626 77.91756 36.443626 77.91756Q37.787376 77.91756 38.599876 78.60506Q39.412376 79.29256 39.599876 80.54256L38.474876 80.54256Q38.14675 78.85506 36.45925 78.85506Q35.318626 78.85506 34.7405 79.65193Q34.162376 80.43318 34.14675 81.94881L34.14675 82.63631Q34.14675 84.07381 34.803 84.93318Q35.45925 85.77693 36.58425 85.77693Q37.20925 85.77693 37.678 85.63631Q38.162376 85.49568 38.474876 85.15193L38.474876 83.24568L36.506126 83.24568L36.506126 82.32381L39.599876 82.32381L39.599876 85.44881ZM40.83425 83.33943Q40.83425 82.41756 41.193626 81.66756Q41.568626 80.91756 42.224876 80.52693Q42.881126 80.12068 43.70925 80.12068Q45.006126 80.12068 45.803 81.01131Q46.6155 81.90193 46.6155 83.40193L46.6155 83.48006Q46.6155 84.40193 46.256126 85.13631Q45.89675 85.87068 45.2405 86.29256Q44.58425 86.69881 43.724876 86.69881Q42.443626 86.69881 41.631126 85.80818Q40.83425 84.90193 40.83425 83.41756L40.83425 83.33943ZM41.928 83.48006Q41.928 84.52693 42.412376 85.16756Q42.912376 85.80818 43.724876 85.80818Q44.553 85.80818 45.037376 85.16756Q45.52175 84.51131 45.52175 83.33943Q45.52175 82.30818 45.02175 81.66756Q44.537376 81.01131 43.70925 81.01131Q42.912376 81.01131 42.412376 81.65193Q41.928 82.27693 41.928 83.48006ZM51.662376 86.57381L51.662376 81.07381L50.662376 81.07381L50.662376 80.23006L51.662376 80.23006L51.662376 79.58943Q51.662376 78.55818 52.193626 78.01131Q52.7405 77.44881 53.7405 77.44881Q54.1155 77.44881 54.4905 77.54256L54.428 78.43318Q54.14675 78.37068 53.849876 78.37068Q53.318626 78.37068 53.02175 78.68318Q52.7405 78.99568 52.7405 79.55818L52.7405 80.23006L54.099876 80.23006L54.099876 81.07381L52.7405 81.07381L52.7405 86.57381L51.662376 86.57381ZM54.83425 83.33943Q54.83425 82.41756 55.193626 81.66756Q55.568626 80.91756 56.224876 80.52693Q56.881126 80.12068 57.70925 80.12068Q59.006126 80.12068 59.803 81.01131Q60.6155 81.90193 60.6155 83.40193L60.6155 83.48006Q60.6155 84.40193 60.256126 85.13631Q59.89675 85.87068 59.2405 86.29256Q58.58425 86.69881 57.724876 86.69881Q56.443626 86.69881 55.631126 85.80818Q54.83425 84.90193 54.83425 83.41756L54.83425 83.33943ZM55.928 83.48006Q55.928 84.52693 56.412376 85.16756Q56.912376 85.80818 57.724876 85.80818Q58.553 85.80818 59.037376 85.16756Q59.52175 84.51131 59.52175 83.33943Q59.52175 82.30818 59.02175 81.66756Q58.537376 81.01131 57.70925 81.01131Q56.912376 81.01131 56.412376 81.65193Q55.928 82.27693 55.928 83.48006ZM65.19363 81.19881Q64.94363 81.16756 64.66238 81.16756Q63.58425 81.16756 63.20925 82.07381L63.20925 86.57381L62.131126 86.57381L62.131126 80.23006L63.178 80.23006L63.193626 80.96443Q63.724876 80.12068 64.70925 80.12068Q65.02175 80.12068 65.19363 80.19881L65.19363 81.19881ZM70.14675 80.23006L70.178 80.93318Q70.8655 80.12068 72.053 80.12068Q73.38113 80.12068 73.8655 81.13631Q74.178 80.68318 74.678 80.40193Q75.19363 80.12068 75.88113 80.12068Q77.97488 80.12068 78.00613 82.32381L78.00613 86.57381L76.928 86.57381L76.928 82.38631Q76.928 81.71443 76.6155 81.38631Q76.303 81.04256 75.56863 81.04256Q74.95925 81.04256 74.553 81.40193Q74.16238 81.76131 74.09988 82.37068L74.09988 86.57381L73.02175 86.57381L73.02175 82.41756Q73.02175 81.04256 71.66238 81.04256Q70.59988 81.04256 70.20925 81.94881L70.20925 86.57381L69.1155 86.57381L69.1155 80.23006L70.14675 80.23006ZM82.19363 84.98006L83.678 80.23006L84.83425 80.23006L82.28738 87.55818Q81.69363 89.13631 80.41238 89.13631L80.19363 89.12068L79.803 89.04256L79.803 88.16756L80.08425 88.18318Q80.64675 88.18318 80.94363 87.96443Q81.25613 87.74568 81.45925 87.15193L81.69363 86.49568L79.428 80.23006L80.6155 80.23006L82.19363 84.98006ZM90.14675 80.23006L90.178 81.02693Q90.91238 80.12068 92.08425 80.12068Q94.09988 80.12068 94.1155 82.38631L94.1155 86.57381L93.02175 86.57381L93.02175 82.37068Q93.02175 81.69881 92.70925 81.37068Q92.41238 81.04256 91.75613 81.04256Q91.22488 81.04256 90.81863 81.32381Q90.428 81.60506 90.20925 82.05818L90.20925 86.57381L89.13113 86.57381L89.13113 80.23006L90.14675 80.23006ZM98.75613 86.69881Q97.45925 86.69881 96.64675 85.85506Q95.84988 84.99568 95.84988 83.57381L95.84988 83.38631Q95.84988 82.43318 96.20925 81.69881Q96.56863 80.94881 97.20925 80.54256Q97.8655 80.12068 98.6155 80.12068Q99.84988 80.12068 100.53738 80.93318Q101.22488 81.74568 101.22488 83.26131L101.22488 83.71443L96.928 83.71443Q96.95925 84.65193 97.47488 85.23006Q98.00613 85.80818 98.81863 85.80818Q99.38113 85.80818 99.77175 85.57381Q100.178 85.33943 100.4905 84.94881L101.14675 85.46443Q100.34988 86.69881 98.75613 86.69881ZM98.6155 81.01131Q97.95925 81.01131 97.50613 81.49568Q97.06863 81.96443 96.97488 82.82381L100.14675 82.82381L100.14675 82.74568Q100.09988 81.91756 99.69363 81.46443Q99.303 81.01131 98.6155 81.01131ZM104.25613 82.54256L105.66238 80.23006L106.928 80.23006L104.84988 83.37068L106.9905 86.57381L105.7405 86.57381L104.27175 84.19881L102.803 86.57381L101.53738 86.57381L103.678 83.37068L101.6155 80.23006L102.8655 80.23006L104.25613 82.54256ZM109.59988 78.69881L109.59988 80.23006L110.77175 80.23006L110.77175 81.07381L109.59988 81.07381L109.59988 84.99568Q109.59988 85.38631 109.75613 85.57381Q109.91238 85.76131 110.28738 85.76131Q110.47488 85.76131 110.803 85.69881L110.803 86.57381Q110.38113 86.69881 109.97488 86.69881Q109.25613 86.69881 108.88113 86.26131Q108.50613 85.80818 108.50613 84.99568L108.50613 81.07381L107.34988 81.07381L107.34988 80.23006L108.50613 80.23006L108.50613 78.69881L109.59988 78.69881ZM116.14675 80.23006L116.178 81.02693Q116.91238 80.12068 118.08425 80.12068Q120.09988 80.12068 120.1155 82.38631L120.1155 86.57381L119.02175 86.57381L119.02175 82.37068Q119.02175 81.69881 118.70925 81.37068Q118.41238 81.04256 117.75613 81.04256Q117.22488 81.04256 116.81863 81.32381Q116.428 81.60506 116.20925 82.05818L116.20925 86.57381L115.13113 86.57381L115.13113 80.23006L116.14675 80.23006ZM124.75613 86.69881Q123.45925 86.69881 122.64675 85.85506Q121.84988 84.99568 121.84988 83.57381L121.84988 83.38631Q121.84988 82.43318 122.20925 81.69881Q122.56863 80.94881 123.20925 80.54256Q123.8655 80.12068 124.6155 80.12068Q125.84988 80.12068 126.53738 80.93318Q127.22488 81.74568 127.22488 83.26131L127.22488 83.71443L122.928 83.71443Q122.95925 84.65193 123.47488 85.23006Q124.00613 85.80818 124.81863 85.80818Q125.38113 85.80818 125.77175 85.57381Q126.178 85.33943 126.4905 84.94881L127.14675 85.46443Q126.34988 86.69881 124.75613 86.69881ZM124.6155 81.01131Q123.95925 81.01131 123.50613 81.49568Q123.06863 81.96443 122.97488 82.82381L126.14675 82.82381L126.14675 82.74568Q126.09988 81.91756 125.69363 81.46443Q125.303 81.01131 124.6155 81.01131ZM133.74051 85.07381L134.95926 80.23006L136.03738 80.23006L134.19363 86.57381L133.31863 86.57381L131.77176 81.76131L130.27176 86.57381L129.39676 86.57381L127.553 80.23006L128.63113 80.23006L129.88113 84.98006L131.36551 80.23006L132.22488 80.23006L133.74051 85.07381Z" fill-rule="nonzero"/><path fill="#666666" d="M105.47488 98.48006Q105.47488 99.91756 104.81863 100.80818Q104.16238 101.69881 103.02175 101.69881Q101.8655 101.69881 101.20925 100.96443L101.20925 104.01131L100.13113 104.01131L100.13113 95.23006L101.1155 95.23006L101.16238 95.93318Q101.83425 95.12068 103.00613 95.12068Q104.14675 95.12068 104.803 95.98006Q105.47488 96.83943 105.47488 98.37068L105.47488 98.48006ZM104.39675 98.35506Q104.39675 97.27693 103.928 96.66756Q103.47488 96.04256 102.678 96.04256Q101.69363 96.04256 101.20925 96.90193L101.20925 99.93318Q101.69363 100.80818 102.69363 100.80818Q103.47488 100.80818 103.928 100.19881Q104.39675 99.57381 104.39675 98.35506ZM110.19363 96.19881Q109.94363 96.16756 109.66238 96.16756Q108.58425 96.16756 108.20925 97.07381L108.20925 101.57381L107.13113 101.57381L107.13113 95.23006L108.178 95.23006L108.19363 95.96443Q108.72488 95.12068 109.70925 95.12068Q110.02175 95.12068 110.19363 95.19881L110.19363 96.19881ZM110.83425 98.33943Q110.83425 97.41756 111.19363 96.66756Q111.56863 95.91756 112.22488 95.52693Q112.88113 95.12068 113.70925 95.12068Q115.00613 95.12068 115.803 96.01131Q116.6155 96.90193 116.6155 98.40193L116.6155 98.48006Q116.6155 99.40193 116.25613 100.13631Q115.89675 100.87068 115.2405 101.29256Q114.58425 101.69881 113.72488 101.69881Q112.44363 101.69881 111.63113 100.80818Q110.83425 99.90193 110.83425 98.41756L110.83425 98.33943ZM111.928 98.48006Q111.928 99.52693 112.41238 100.16756Q112.91238 100.80818 113.72488 100.80818Q114.553 100.80818 115.03738 100.16756Q115.52175 99.51131 115.52175 98.33943Q115.52175 97.30818 115.02175 96.66756Q114.53738 96.01131 113.70925 96.01131Q112.91238 96.01131 112.41238 96.65193Q111.928 97.27693 111.928 98.48006ZM119.2405 95.23006L119.2405 102.30818Q119.2405 104.13631 117.58425 104.13631Q117.22488 104.13631 116.928 104.02693L116.928 103.16756Q117.1155 103.21443 117.41238 103.21443Q117.77175 103.21443 117.95925 103.01131Q118.16238 102.82381 118.16238 102.32381L118.16238 95.23006L119.2405 95.23006ZM118.053 93.55818Q118.053 93.29256 118.20925 93.10506Q118.3655 92.91756 118.678 92.91756Q118.9905 92.91756 119.14675 93.10506Q119.31863 93.29256 119.31863 93.55818Q119.31863 93.80818 119.14675 93.99568Q118.9905 94.16756 118.678 94.16756Q118.3655 94.16756 118.20925 93.99568Q118.053 93.80818 118.053 93.55818ZM123.75613 101.69881Q122.45925 101.69881 121.64675 100.85506Q120.84988 99.99568 120.84988 98.57381L120.84988 98.38631Q120.84988 97.43318 121.20925 96.69881Q121.56863 95.94881 122.20925 95.54256Q122.8655 95.12068 123.6155 95.12068Q124.84988 95.12068 125.53738 95.93318Q126.22488 96.74568 126.22488 98.26131L126.22488 98.71443L121.928 98.71443Q121.95925 99.65193 122.47488 100.23006Q123.00613 100.80818 123.81863 100.80818Q124.38113 100.80818 124.77175 100.57381Q125.178 100.33943 125.4905 99.94881L126.14675 100.46443Q125.34988 101.69881 123.75613 101.69881ZM123.6155 96.01131Q122.95925 96.01131 122.50613 96.49568Q122.06863 96.96443 121.97488 97.82381L125.14675 97.82381L125.14675 97.74568Q125.09988 96.91756 124.69363 96.46443Q124.303 96.01131 123.6155 96.01131ZM129.66238 100.80818Q130.24051 100.80818 130.67801 100.46443Q131.11551 100.10506 131.16238 99.57381L132.19363 99.57381Q132.16238 100.12068 131.80301 100.62068Q131.45926 101.10506 130.88113 101.40193Q130.31863 101.69881 129.66238 101.69881Q128.36551 101.69881 127.59988 100.83943Q126.84988 99.96443 126.84988 98.46443L126.84988 98.27693Q126.84988 97.35506 127.178 96.63631Q127.52175 95.91756 128.14676 95.52693Q128.78738 95.12068 129.66238 95.12068Q130.72488 95.12068 131.42801 95.76131Q132.14676 96.38631 132.19363 97.41756L131.16238 97.41756Q131.11551 96.79256 130.69363 96.40193Q130.27176 96.01131 129.66238 96.01131Q128.83426 96.01131 128.38113 96.60506Q127.928 97.19881 127.928 98.32381L127.928 98.52693Q127.928 99.62068 128.38113 100.21443Q128.83426 100.80818 129.66238 100.80818ZM134.59988 93.69881L134.59988 95.23006L135.77176 95.23006L135.77176 96.07381L134.59988 96.07381L134.59988 99.99568Q134.59988 100.38631 134.75613 100.57381Q134.91238 100.76131 135.28738 100.76131Q135.47488 100.76131 135.80301 100.69881L135.80301 101.57381Q135.38113 101.69881 134.97488 101.69881Q134.25613 101.69881 133.88113 101.26131Q133.50613 100.80818 133.50613 99.99568L133.50613 96.07381L132.34988 96.07381L132.34988 95.23006L133.50613 95.23006L133.50613 93.69881L134.59988 93.69881Z" fill-rule="nonzero"/><path fill="#666666" d="M28.599874 146.3077Q28.162374 146.9327 27.381124 147.2452Q26.599874 147.5577 25.568624 147.5577Q24.537374 147.5577 23.724874 147.07332Q22.912374 146.57332 22.474874 145.66707Q22.037374 144.76082 22.02175 143.57332L22.02175 142.83894Q22.02175 140.90144 22.912374 139.83894Q23.818624 138.77644 25.443624 138.77644Q26.787374 138.77644 27.599874 139.46394Q28.412374 140.15144 28.599874 141.40144L27.474874 141.40144Q27.14675 139.71394 25.45925 139.71394Q24.318624 139.71394 23.7405 140.51082Q23.162374 141.29207 23.14675 142.8077L23.14675 143.4952Q23.14675 144.9327 23.803 145.79207Q24.45925 146.63582 25.58425 146.63582Q26.20925 146.63582 26.678 146.4952Q27.162374 146.35457 27.474874 146.01082L27.474874 144.10457L25.506124 144.10457L25.506124 143.1827L28.599874 143.1827L28.599874 146.3077ZM29.83425 144.19832Q29.83425 143.27644 30.193624 142.52644Q30.568624 141.77644 31.224874 141.38582Q31.881124 140.97957 32.70925 140.97957Q34.006126 140.97957 34.803 141.8702Q35.6155 142.76082 35.6155 144.26082L35.6155 144.33894Q35.6155 145.26082 35.256126 145.9952Q34.89675 146.72957 34.2405 147.15144Q33.58425 147.5577 32.724876 147.5577Q31.443624 147.5577 30.631124 146.66707Q29.83425 145.76082 29.83425 144.27644L29.83425 144.19832ZM30.928 144.33894Q30.928 145.38582 31.412374 146.02644Q31.912374 146.66707 32.724876 146.66707Q33.553 146.66707 34.037376 146.02644Q34.52175 145.3702 34.52175 144.19832Q34.52175 143.16707 34.02175 142.52644Q33.537376 141.8702 32.70925 141.8702Q31.912374 141.8702 31.412374 142.51082Q30.928 143.13582 30.928 144.33894ZM41.303 147.4327L40.224876 147.4327L40.224876 141.08894L41.303 141.08894L41.303 147.4327ZM40.131126 139.41707Q40.131126 139.15144 40.287376 138.96394Q40.45925 138.77644 40.77175 138.77644Q41.08425 138.77644 41.2405 138.96394Q41.412376 139.15144 41.412376 139.41707Q41.412376 139.66707 41.2405 139.85457Q41.08425 140.02644 40.77175 140.02644Q40.45925 140.02644 40.287376 139.85457Q40.131126 139.66707 40.131126 139.41707ZM46.818626 145.7452Q46.818626 145.3077 46.474876 145.07332Q46.14675 144.82332 45.318626 144.65144Q44.506126 144.47957 44.02175 144.22957Q43.537376 143.97957 43.303 143.65144Q43.08425 143.3077 43.08425 142.83894Q43.08425 142.0577 43.7405 141.52644Q44.39675 140.97957 45.428 140.97957Q46.506126 140.97957 47.162376 141.54207Q47.83425 142.08894 47.83425 142.94832L46.756126 142.94832Q46.756126 142.51082 46.3655 142.19832Q45.9905 141.8702 45.428 141.8702Q44.83425 141.8702 44.4905 142.13582Q44.162376 142.38582 44.162376 142.79207Q44.162376 143.1827 44.474876 143.38582Q44.787376 143.58894 45.599876 143.77644Q46.412376 143.94832 46.912376 144.19832Q47.412376 144.44832 47.64675 144.8077Q47.89675 145.16707 47.89675 145.66707Q47.89675 146.52644 47.20925 147.04207Q46.537376 147.5577 45.45925 147.5577Q44.693626 147.5577 44.099876 147.29207Q43.52175 147.01082 43.193626 146.52644Q42.8655 146.04207 42.8655 145.47957L43.943626 145.47957Q43.974876 146.02644 44.381126 146.35457Q44.787376 146.66707 45.45925 146.66707Q46.068626 146.66707 46.443626 146.41707Q46.818626 146.16707 46.818626 145.7452ZM57.7405 145.9327L58.95925 141.08894L60.037376 141.08894L58.193626 147.4327L57.318626 147.4327L55.77175 142.6202L54.27175 147.4327L53.39675 147.4327L51.553 141.08894L52.631126 141.08894L53.881126 145.83894L55.3655 141.08894L56.224876 141.08894L57.7405 145.9327ZM60.83425 144.19832Q60.83425 143.27644 61.193626 142.52644Q61.568626 141.77644 62.224876 141.38582Q62.881126 140.97957 63.70925 140.97957Q65.00613 140.97957 65.803 141.8702Q66.6155 142.76082 66.6155 144.26082L66.6155 144.33894Q66.6155 145.26082 66.25613 145.9952Q65.89675 146.72957 65.2405 147.15144Q64.58425 147.5577 63.724876 147.5577Q62.443626 147.5577 61.631126 146.66707Q60.83425 145.76082 60.83425 144.27644L60.83425 144.19832ZM61.928 144.33894Q61.928 145.38582 62.412376 146.02644Q62.912376 146.66707 63.724876 146.66707Q64.553 146.66707 65.03738 146.02644Q65.52175 145.3702 65.52175 144.19832Q65.52175 143.16707 65.02175 142.52644Q64.53738 141.8702 63.70925 141.8702Q62.912376 141.8702 62.412376 142.51082Q61.928 143.13582 61.928 144.33894ZM71.19363 142.0577Q70.94363 142.02644 70.66238 142.02644Q69.58425 142.02644 69.20925 142.9327L69.20925 147.4327L68.13113 147.4327L68.13113 141.08894L69.178 141.08894L69.19363 141.82332Q69.72488 140.97957 70.70925 140.97957Q71.02175 140.97957 71.19363 141.0577L71.19363 142.0577ZM73.89675 144.4952L73.20925 145.19832L73.20925 147.4327L72.13113 147.4327L72.13113 138.4327L73.20925 138.4327L73.20925 143.8702L73.78738 143.1827L75.77175 141.08894L77.08425 141.08894L74.6155 143.7452L77.38113 147.4327L76.09988 147.4327L73.89675 144.4952ZM79.303 147.4327L78.22488 147.4327L78.22488 141.08894L79.303 141.08894L79.303 147.4327ZM78.13113 139.41707Q78.13113 139.15144 78.28738 138.96394Q78.45925 138.77644 78.77175 138.77644Q79.08425 138.77644 79.2405 138.96394Q79.41238 139.15144 79.41238 139.41707Q79.41238 139.66707 79.2405 139.85457Q79.08425 140.02644 78.77175 140.02644Q78.45925 140.02644 78.28738 139.85457Q78.13113 139.66707 78.13113 139.41707ZM82.14675 141.08894L82.178 141.88582Q82.91238 140.97957 84.08425 140.97957Q86.09988 140.97957 86.1155 143.2452L86.1155 147.4327L85.02175 147.4327L85.02175 143.22957Q85.02175 142.5577 84.70925 142.22957Q84.41238 141.90144 83.75613 141.90144Q83.22488 141.90144 82.81863 142.1827Q82.428 142.46394 82.20925 142.91707L82.20925 147.4327L81.13113 147.4327L81.13113 141.08894L82.14675 141.08894ZM87.8655 144.21394Q87.8655 142.72957 88.553 141.85457Q89.2405 140.97957 90.3655 140.97957Q91.52175 140.97957 92.178 141.79207L92.22488 141.08894L93.22488 141.08894L93.22488 147.27644Q93.22488 148.51082 92.4905 149.21394Q91.75613 149.9327 90.53738 149.9327Q89.84988 149.9327 89.19363 149.63582Q88.53738 149.33894 88.19363 148.83894L88.75613 148.1827Q89.44363 149.04207 90.45925 149.04207Q91.2405 149.04207 91.678 148.58894Q92.13113 148.15144 92.13113 147.33894L92.13113 146.79207Q91.47488 147.5577 90.34988 147.5577Q89.2405 147.5577 88.553 146.66707Q87.8655 145.76082 87.8655 144.21394ZM88.95925 144.33894Q88.95925 145.40144 89.39675 146.02644Q89.83425 146.63582 90.63113 146.63582Q91.64675 146.63582 92.13113 145.69832L92.13113 142.8077Q91.63113 141.90144 90.63113 141.90144Q89.84988 141.90144 89.39675 142.51082Q88.95925 143.1202 88.95925 144.33894ZM103.7405 145.9327L104.95925 141.08894L106.03738 141.08894L104.19363 147.4327L103.31863 147.4327L101.77175 142.6202L100.27175 147.4327L99.39675 147.4327L97.553 141.08894L98.63113 141.08894L99.88113 145.83894L101.3655 141.08894L102.22488 141.08894L103.7405 145.9327ZM109.75613 147.5577Q108.45925 147.5577 107.64675 146.71394Q106.84988 145.85457 106.84988 144.4327L106.84988 144.2452Q106.84988 143.29207 107.20925 142.5577Q107.56863 141.8077 108.20925 141.40144Q108.8655 140.97957 109.6155 140.97957Q110.84988 140.97957 111.53738 141.79207Q112.22488 142.60457 112.22488 144.1202L112.22488 144.57332L107.928 144.57332Q107.95925 145.51082 108.47488 146.08894Q109.00613 146.66707 109.81863 146.66707Q110.38113 146.66707 110.77175 146.4327Q111.178 146.19832 111.4905 145.8077L112.14675 146.32332Q111.34988 147.5577 109.75613 147.5577ZM109.6155 141.8702Q108.95925 141.8702 108.50613 142.35457Q108.06863 142.82332 107.97488 143.6827L111.14675 143.6827L111.14675 143.60457Q111.09988 142.77644 110.69363 142.32332Q110.303 141.8702 109.6155 141.8702ZM114.303 147.4327L113.22488 147.4327L113.22488 138.4327L114.303 138.4327L114.303 147.4327ZM117.303 147.4327L116.22488 147.4327L116.22488 138.4327L117.303 138.4327L117.303 147.4327ZM122.66238 147.4327L122.66238 141.9327L121.66238 141.9327L121.66238 141.08894L122.66238 141.08894L122.66238 140.44832Q122.66238 139.41707 123.19363 138.8702Q123.7405 138.3077 124.7405 138.3077Q125.1155 138.3077 125.4905 138.40144L125.428 139.29207Q125.14675 139.22957 124.84988 139.22957Q124.31863 139.22957 124.02175 139.54207Q123.7405 139.85457 123.7405 140.41707L123.7405 141.08894L125.09988 141.08894L125.09988 141.9327L123.7405 141.9327L123.7405 147.4327L122.66238 147.4327ZM125.83425 144.19832Q125.83425 143.27644 126.19363 142.52644Q126.56863 141.77644 127.22488 141.38582Q127.88113 140.97957 128.70926 140.97957Q130.00613 140.97957 130.80301 141.8702Q131.61551 142.76082 131.61551 144.26082L131.61551 144.33894Q131.61551 145.26082 131.25613 145.9952Q130.89676 146.72957 130.24051 147.15144Q129.58426 147.5577 128.72488 147.5577Q127.44363 147.5577 126.63113 146.66707Q125.83425 145.76082 125.83425 144.27644L125.83425 144.19832ZM126.928 144.33894Q126.928 145.38582 127.41238 146.02644Q127.91238 146.66707 128.72488 146.66707Q129.55301 146.66707 130.03738 146.02644Q130.52176 145.3702 130.52176 144.19832Q130.52176 143.16707 130.02176 142.52644Q129.53738 141.8702 128.70926 141.8702Q127.91238 141.8702 127.41238 142.51082Q126.928 143.13582 126.928 144.33894ZM136.19362 142.0577Q135.94362 142.02644 135.66237 142.02644Q134.58424 142.02644 134.20924 142.9327L134.20924 147.4327L133.13112 147.4327L133.13112 141.08894L134.178 141.08894L134.19362 141.82332Q134.72487 140.97957 135.70924 140.97957Q136.02174 140.97957 136.19362 141.0577L136.19362 142.0577Z" fill-rule="nonzero"/><path fill="#666666" d="M90.14675 156.08894L90.178 156.79207Q90.8655 155.97957 92.053 155.97957Q93.38113 155.97957 93.8655 156.9952Q94.178 156.54207 94.678 156.26082Q95.19363 155.97957 95.88113 155.97957Q97.97488 155.97957 98.00613 158.1827L98.00613 162.4327L96.928 162.4327L96.928 158.2452Q96.928 157.57332 96.6155 157.2452Q96.303 156.90144 95.56863 156.90144Q94.95925 156.90144 94.553 157.26082Q94.16238 157.6202 94.09988 158.22957L94.09988 162.4327L93.02175 162.4327L93.02175 158.27644Q93.02175 156.90144 91.66238 156.90144Q90.59988 156.90144 90.20925 157.8077L90.20925 162.4327L89.1155 162.4327L89.1155 156.08894L90.14675 156.08894ZM102.19363 160.83894L103.678 156.08894L104.83425 156.08894L102.28738 163.41707Q101.69363 164.9952 100.41238 164.9952L100.19363 164.97957L99.803 164.90144L99.803 164.02644L100.08425 164.04207Q100.64675 164.04207 100.94363 163.82332Q101.25613 163.60457 101.45925 163.01082L101.69363 162.35457L99.428 156.08894L100.6155 156.08894L102.19363 160.83894ZM110.59988 154.5577L110.59988 156.08894L111.77175 156.08894L111.77175 156.9327L110.59988 156.9327L110.59988 160.85457Q110.59988 161.2452 110.75613 161.4327Q110.91238 161.6202 111.28738 161.6202Q111.47488 161.6202 111.803 161.5577L111.803 162.4327Q111.38113 162.5577 110.97488 162.5577Q110.25613 162.5577 109.88113 162.1202Q109.50613 161.66707 109.50613 160.85457L109.50613 156.9327L108.34988 156.9327L108.34988 156.08894L109.50613 156.08894L109.50613 154.5577L110.59988 154.5577ZM115.75613 162.5577Q114.45925 162.5577 113.64675 161.71394Q112.84988 160.85457 112.84988 159.4327L112.84988 159.2452Q112.84988 158.29207 113.20925 157.5577Q113.56863 156.8077 114.20925 156.40144Q114.8655 155.97957 115.6155 155.97957Q116.84988 155.97957 117.53738 156.79207Q118.22488 157.60457 118.22488 159.1202L118.22488 159.57332L113.928 159.57332Q113.95925 160.51082 114.47488 161.08894Q115.00613 161.66707 115.81863 161.66707Q116.38113 161.66707 116.77175 161.4327Q117.178 161.19832 117.4905 160.8077L118.14675 161.32332Q117.34988 162.5577 115.75613 162.5577ZM115.6155 156.8702Q114.95925 156.8702 114.50613 157.35457Q114.06863 157.82332 113.97488 158.6827L117.14675 158.6827L117.14675 158.60457Q117.09988 157.77644 116.69363 157.32332Q116.303 156.8702 115.6155 156.8702ZM123.03738 162.4327Q122.94363 162.2452 122.88113 161.76082Q122.13113 162.5577 121.08425 162.5577Q120.14675 162.5577 119.53738 162.02644Q118.94363 161.4952 118.94363 160.66707Q118.94363 159.6827 119.69363 159.13582Q120.44363 158.58894 121.81863 158.58894L122.8655 158.58894L122.8655 158.08894Q122.8655 157.52644 122.52175 157.19832Q122.19363 156.85457 121.52175 156.85457Q120.94363 156.85457 120.553 157.15144Q120.16238 157.4327 120.16238 157.85457L119.06863 157.85457Q119.06863 157.3702 119.39675 156.9327Q119.7405 156.4952 120.31863 156.2452Q120.89675 155.97957 121.58425 155.97957Q122.69363 155.97957 123.303 156.52644Q123.928 157.07332 123.95925 158.02644L123.95925 160.94832Q123.95925 161.82332 124.178 162.33894L124.178 162.4327L123.03738 162.4327ZM121.2405 161.60457Q121.75613 161.60457 122.20925 161.33894Q122.66238 161.07332 122.8655 160.65144L122.8655 159.35457L122.02175 159.35457Q120.02175 159.35457 120.02175 160.52644Q120.02175 161.02644 120.3655 161.32332Q120.70925 161.60457 121.2405 161.60457ZM127.14675 156.08894L127.178 156.79207Q127.8655 155.97957 129.05301 155.97957Q130.38113 155.97957 130.86551 156.9952Q131.17801 156.54207 131.67801 156.26082Q132.19363 155.97957 132.88113 155.97957Q134.97488 155.97957 135.00613 158.1827L135.00613 162.4327L133.92801 162.4327L133.92801 158.2452Q133.92801 157.57332 133.61551 157.2452Q133.30301 156.90144 132.56863 156.90144Q131.95926 156.90144 131.55301 157.26082Q131.16238 157.6202 131.09988 158.22957L131.09988 162.4327L130.02176 162.4327L130.02176 158.27644Q130.02176 156.90144 128.66238 156.90144Q127.59988 156.90144 127.20925 157.8077L127.20925 162.4327L126.1155 162.4327L126.1155 156.08894L127.14675 156.08894Z" fill-rule="nonzero"/><path fill="#666666" d="M43.599876 214.6666Q43.162376 215.2916 42.381126 215.6041Q41.599876 215.9166 40.568626 215.9166Q39.537376 215.9166 38.724876 215.43222Q37.912376 214.93222 37.474876 214.02597Q37.037376 213.11972 37.02175 211.93222L37.02175 211.19785Q37.02175 209.26035 37.912376 208.19785Q38.818626 207.13535 40.443626 207.13535Q41.787376 207.13535 42.599876 207.82285Q43.412376 208.51035 43.599876 209.76035L42.474876 209.76035Q42.14675 208.07285 40.45925 208.07285Q39.318626 208.07285 38.7405 208.86972Q38.162376 209.65097 38.14675 211.1666L38.14675 211.8541Q38.14675 213.2916 38.803 214.15097Q39.45925 214.99472 40.58425 214.99472Q41.20925 214.99472 41.678 214.8541Q42.162376 214.71347 42.474876 214.36972L42.474876 212.46347L40.506126 212.46347L40.506126 211.5416L43.599876 211.5416L43.599876 214.6666ZM44.83425 212.55722Q44.83425 211.63535 45.193626 210.88535Q45.568626 210.13535 46.224876 209.74472Q46.881126 209.33847 47.70925 209.33847Q49.006126 209.33847 49.803 210.2291Q50.6155 211.11972 50.6155 212.61972L50.6155 212.69785Q50.6155 213.61972 50.256126 214.3541Q49.89675 215.08847 49.2405 215.51035Q48.58425 215.9166 47.724876 215.9166Q46.443626 215.9166 45.631126 215.02597Q44.83425 214.11972 44.83425 212.63535L44.83425 212.55722ZM45.928 212.69785Q45.928 213.74472 46.412376 214.38535Q46.912376 215.02597 47.724876 215.02597Q48.553 215.02597 49.037376 214.38535Q49.52175 213.7291 49.52175 212.55722Q49.52175 211.52597 49.02175 210.88535Q48.537376 210.2291 47.70925 210.2291Q46.912376 210.2291 46.412376 210.86972Q45.928 211.49472 45.928 212.69785ZM56.303 215.7916L55.224876 215.7916L55.224876 209.44785L56.303 209.44785L56.303 215.7916ZM55.131126 207.77597Q55.131126 207.51035 55.287376 207.32285Q55.45925 207.13535 55.77175 207.13535Q56.08425 207.13535 56.2405 207.32285Q56.412376 207.51035 56.412376 207.77597Q56.412376 208.02597 56.2405 208.21347Q56.08425 208.38535 55.77175 208.38535Q55.45925 208.38535 55.287376 208.21347Q55.131126 208.02597 55.131126 207.77597ZM61.818626 214.1041Q61.818626 213.6666 61.474876 213.43222Q61.14675 213.18222 60.318626 213.01035Q59.506126 212.83847 59.02175 212.58847Q58.537376 212.33847 58.303 212.01035Q58.08425 211.6666 58.08425 211.19785Q58.08425 210.4166 58.7405 209.88535Q59.39675 209.33847 60.428 209.33847Q61.506126 209.33847 62.162376 209.90097Q62.83425 210.44785 62.83425 211.30722L61.756126 211.30722Q61.756126 210.86972 61.3655 210.55722Q60.9905 210.2291 60.428 210.2291Q59.83425 210.2291 59.4905 210.49472Q59.162376 210.74472 59.162376 211.15097Q59.162376 211.5416 59.474876 211.74472Q59.787376 211.94785 60.599876 212.13535Q61.412376 212.30722 61.912376 212.55722Q62.412376 212.80722 62.64675 213.1666Q62.89675 213.52597 62.89675 214.02597Q62.89675 214.88535 62.20925 215.40097Q61.537376 215.9166 60.45925 215.9166Q59.693626 215.9166 59.099876 215.65097Q58.52175 215.36972 58.193626 214.88535Q57.8655 214.40097 57.8655 213.83847L58.943626 213.83847Q58.974876 214.38535 59.381126 214.71347Q59.787376 215.02597 60.45925 215.02597Q61.068626 215.02597 61.443626 214.77597Q61.818626 214.52597 61.818626 214.1041ZM69.66238 215.02597Q70.2405 215.02597 70.678 214.68222Q71.1155 214.32285 71.16238 213.7916L72.19363 213.7916Q72.16238 214.33847 71.803 214.83847Q71.45925 215.32285 70.88113 215.61972Q70.31863 215.9166 69.66238 215.9166Q68.3655 215.9166 67.59988 215.05722Q66.84988 214.18222 66.84988 212.68222L66.84988 212.49472Q66.84988 211.57285 67.178 210.8541Q67.52175 210.13535 68.14675 209.74472Q68.78738 209.33847 69.66238 209.33847Q70.72488 209.33847 71.428 209.9791Q72.14675 210.6041 72.19363 211.63535L71.16238 211.63535Q71.1155 211.01035 70.69363 210.61972Q70.27175 210.2291 69.66238 210.2291Q68.83425 210.2291 68.38113 210.82285Q67.928 211.4166 67.928 212.5416L67.928 212.74472Q67.928 213.83847 68.38113 214.43222Q68.83425 215.02597 69.66238 215.02597ZM76.19363 210.4166Q75.94363 210.38535 75.66238 210.38535Q74.58425 210.38535 74.20925 211.2916L74.20925 215.7916L73.13113 215.7916L73.13113 209.44785L74.178 209.44785L74.19363 210.18222Q74.72488 209.33847 75.70925 209.33847Q76.02175 209.33847 76.19363 209.4166L76.19363 210.4166ZM78.303 215.7916L77.22488 215.7916L77.22488 209.44785L78.303 209.44785L78.303 215.7916ZM77.13113 207.77597Q77.13113 207.51035 77.28738 207.32285Q77.45925 207.13535 77.77175 207.13535Q78.08425 207.13535 78.2405 207.32285Q78.41238 207.51035 78.41238 207.77597Q78.41238 208.02597 78.2405 208.21347Q78.08425 208.38535 77.77175 208.38535Q77.45925 208.38535 77.28738 208.21347Q77.13113 208.02597 77.13113 207.77597ZM81.59988 207.9166L81.59988 209.44785L82.77175 209.44785L82.77175 210.2916L81.59988 210.2916L81.59988 214.21347Q81.59988 214.6041 81.75613 214.7916Q81.91238 214.9791 82.28738 214.9791Q82.47488 214.9791 82.803 214.9166L82.803 215.7916Q82.38113 215.9166 81.97488 215.9166Q81.25613 215.9166 80.88113 215.4791Q80.50613 215.02597 80.50613 214.21347L80.50613 210.2916L79.34988 210.2916L79.34988 209.44785L80.50613 209.44785L80.50613 207.9166L81.59988 207.9166ZM85.303 215.7916L84.22488 215.7916L84.22488 209.44785L85.303 209.44785L85.303 215.7916ZM84.13113 207.77597Q84.13113 207.51035 84.28738 207.32285Q84.45925 207.13535 84.77175 207.13535Q85.08425 207.13535 85.2405 207.32285Q85.41238 207.51035 85.41238 207.77597Q85.41238 208.02597 85.2405 208.21347Q85.08425 208.38535 84.77175 208.38535Q84.45925 208.38535 84.28738 208.21347Q84.13113 208.02597 84.13113 207.77597ZM89.66238 215.02597Q90.2405 215.02597 90.678 214.68222Q91.1155 214.32285 91.16238 213.7916L92.19363 213.7916Q92.16238 214.33847 91.803 214.83847Q91.45925 215.32285 90.88113 215.61972Q90.31863 215.9166 89.66238 215.9166Q88.3655 215.9166 87.59988 215.05722Q86.84988 214.18222 86.84988 212.68222L86.84988 212.49472Q86.84988 211.57285 87.178 210.8541Q87.52175 210.13535 88.14675 209.74472Q88.78738 209.33847 89.66238 209.33847Q90.72488 209.33847 91.428 209.9791Q92.14675 210.6041 92.19363 211.63535L91.16238 211.63535Q91.1155 211.01035 90.69363 210.61972Q90.27175 210.2291 89.66238 210.2291Q88.83425 210.2291 88.38113 210.82285Q87.928 211.4166 87.928 212.5416L87.928 212.74472Q87.928 213.83847 88.38113 214.43222Q88.83425 215.02597 89.66238 215.02597ZM97.03738 215.7916Q96.94363 215.6041 96.88113 215.11972Q96.13113 215.9166 95.08425 215.9166Q94.14675 215.9166 93.53738 215.38535Q92.94363 214.8541 92.94363 214.02597Q92.94363 213.0416 93.69363 212.49472Q94.44363 211.94785 95.81863 211.94785L96.8655 211.94785L96.8655 211.44785Q96.8655 210.88535 96.52175 210.55722Q96.19363 210.21347 95.52175 210.21347Q94.94363 210.21347 94.553 210.51035Q94.16238 210.7916 94.16238 211.21347L93.06863 211.21347Q93.06863 210.7291 93.39675 210.2916Q93.7405 209.8541 94.31863 209.6041Q94.89675 209.33847 95.58425 209.33847Q96.69363 209.33847 97.303 209.88535Q97.928 210.43222 97.95925 211.38535L97.95925 214.30722Q97.95925 215.18222 98.178 215.69785L98.178 215.7916L97.03738 215.7916ZM95.2405 214.96347Q95.75613 214.96347 96.20925 214.69785Q96.66238 214.43222 96.8655 214.01035L96.8655 212.71347L96.02175 212.71347Q94.02175 212.71347 94.02175 213.88535Q94.02175 214.38535 94.3655 214.68222Q94.70925 214.96347 95.2405 214.96347ZM101.303 215.7916L100.22488 215.7916L100.22488 206.7916L101.303 206.7916L101.303 215.7916ZM107.59988 207.9166L107.59988 209.44785L108.77175 209.44785L108.77175 210.2916L107.59988 210.2916L107.59988 214.21347Q107.59988 214.6041 107.75613 214.7916Q107.91238 214.9791 108.28738 214.9791Q108.47488 214.9791 108.803 214.9166L108.803 215.7916Q108.38113 215.9166 107.97488 215.9166Q107.25613 215.9166 106.88113 215.4791Q106.50613 215.02597 106.50613 214.21347L106.50613 210.2916L105.34988 210.2916L105.34988 209.44785L106.50613 209.44785L106.50613 207.9166L107.59988 207.9166ZM109.83425 212.55722Q109.83425 211.63535 110.19363 210.88535Q110.56863 210.13535 111.22488 209.74472Q111.88113 209.33847 112.70925 209.33847Q114.00613 209.33847 114.803 210.2291Q115.6155 211.11972 115.6155 212.61972L115.6155 212.69785Q115.6155 213.61972 115.25613 214.3541Q114.89675 215.08847 114.2405 215.51035Q113.58425 215.9166 112.72488 215.9166Q111.44363 215.9166 110.63113 215.02597Q109.83425 214.11972 109.83425 212.63535L109.83425 212.55722ZM110.928 212.69785Q110.928 213.74472 111.41238 214.38535Q111.91238 215.02597 112.72488 215.02597Q113.553 215.02597 114.03738 214.38535Q114.52175 213.7291 114.52175 212.55722Q114.52175 211.52597 114.02175 210.88535Q113.53738 210.2291 112.70925 210.2291Q111.91238 210.2291 111.41238 210.86972Q110.928 211.49472 110.928 212.69785ZM121.14675 209.44785L121.178 210.15097Q121.8655 209.33847 123.053 209.33847Q124.38113 209.33847 124.8655 210.3541Q125.178 209.90097 125.678 209.61972Q126.19363 209.33847 126.88113 209.33847Q128.97488 209.33847 129.00613 211.5416L129.00613 215.7916L127.928 215.7916L127.928 211.6041Q127.928 210.93222 127.6155 210.6041Q127.303 210.26035 126.56863 210.26035Q125.95925 210.26035 125.553 210.61972Q125.16238 210.9791 125.09988 211.58847L125.09988 215.7916L124.02175 215.7916L124.02175 211.63535Q124.02175 210.26035 122.66238 210.26035Q121.59988 210.26035 121.20925 211.1666L121.20925 215.7916L120.1155 215.7916L120.1155 209.44785L121.14675 209.44785ZM133.19363 214.19785L134.67801 209.44785L135.83426 209.44785L133.28738 216.77597Q132.69363 218.3541 131.41238 218.3541L131.19363 218.33847L130.80301 218.26035L130.80301 217.38535L131.08426 217.40097Q131.64676 217.40097 131.94363 217.18222Q132.25613 216.96347 132.45926 216.36972L132.69363 215.71347L130.42801 209.44785L131.61551 209.44785L133.19363 214.19785Z" fill-rule="nonzero"/><path fill="#666666" d="M34.662376 230.02597Q35.2405 230.02597 35.678 229.68222Q36.1155 229.32285 36.162376 228.7916L37.193626 228.7916Q37.162376 229.33847 36.803 229.83847Q36.45925 230.32285 35.881126 230.61972Q35.318626 230.9166 34.662376 230.9166Q33.3655 230.9166 32.599876 230.05722Q31.849874 229.18222 31.849874 227.68222L31.849874 227.49472Q31.849874 226.57285 32.178 225.8541Q32.52175 225.13535 33.14675 224.74472Q33.787376 224.33847 34.662376 224.33847Q35.724876 224.33847 36.428 224.9791Q37.14675 225.6041 37.193626 226.63535L36.162376 226.63535Q36.1155 226.01035 35.693626 225.61972Q35.27175 225.2291 34.662376 225.2291Q33.83425 225.2291 33.381126 225.82285Q32.928 226.4166 32.928 227.5416L32.928 227.74472Q32.928 228.83847 33.381126 229.43222Q33.83425 230.02597 34.662376 230.02597ZM37.83425 227.55722Q37.83425 226.63535 38.193626 225.88535Q38.568626 225.13535 39.224876 224.74472Q39.881126 224.33847 40.70925 224.33847Q42.006126 224.33847 42.803 225.2291Q43.6155 226.11972 43.6155 227.61972L43.6155 227.69785Q43.6155 228.61972 43.256126 229.3541Q42.89675 230.08847 42.2405 230.51035Q41.58425 230.9166 40.724876 230.9166Q39.443626 230.9166 38.631126 230.02597Q37.83425 229.11972 37.83425 227.63535L37.83425 227.55722ZM38.928 227.69785Q38.928 228.74472 39.412376 229.38535Q39.912376 230.02597 40.724876 230.02597Q41.553 230.02597 42.037376 229.38535Q42.52175 228.7291 42.52175 227.55722Q42.52175 226.52597 42.02175 225.88535Q41.537376 225.2291 40.70925 225.2291Q39.912376 225.2291 39.412376 225.86972Q38.928 226.49472 38.928 227.69785ZM46.14675 224.44785L46.178 225.15097Q46.8655 224.33847 48.053 224.33847Q49.381126 224.33847 49.8655 225.3541Q50.178 224.90097 50.678 224.61972Q51.193626 224.33847 51.881126 224.33847Q53.974876 224.33847 54.006126 226.5416L54.006126 230.7916L52.928 230.7916L52.928 226.6041Q52.928 225.93222 52.6155 225.6041Q52.303 225.26035 51.568626 225.26035Q50.95925 225.26035 50.553 225.61972Q50.162376 225.9791 50.099876 226.58847L50.099876 230.7916L49.02175 230.7916L49.02175 226.63535Q49.02175 225.26035 47.662376 225.26035Q46.599876 225.26035 46.20925 226.1666L46.20925 230.7916L45.1155 230.7916L45.1155 224.44785L46.14675 224.44785ZM61.474876 227.69785Q61.474876 229.13535 60.818626 230.02597Q60.162376 230.9166 59.02175 230.9166Q57.8655 230.9166 57.20925 230.18222L57.20925 233.2291L56.131126 233.2291L56.131126 224.44785L57.1155 224.44785L57.162376 225.15097Q57.83425 224.33847 59.006126 224.33847Q60.14675 224.33847 60.803 225.19785Q61.474876 226.05722 61.474876 227.58847L61.474876 227.69785ZM60.39675 227.57285Q60.39675 226.49472 59.928 225.88535Q59.474876 225.26035 58.678 225.26035Q57.693626 225.26035 57.20925 226.11972L57.20925 229.15097Q57.693626 230.02597 58.693626 230.02597Q59.474876 230.02597 59.928 229.4166Q60.39675 228.7916 60.39675 227.57285ZM67.03738 230.7916Q66.94363 230.6041 66.88113 230.11972Q66.13113 230.9166 65.08425 230.9166Q64.14675 230.9166 63.537376 230.38535Q62.943626 229.8541 62.943626 229.02597Q62.943626 228.0416 63.693626 227.49472Q64.44363 226.94785 65.81863 226.94785L66.8655 226.94785L66.8655 226.44785Q66.8655 225.88535 66.52175 225.55722Q66.19363 225.21347 65.52175 225.21347Q64.94363 225.21347 64.553 225.51035Q64.16238 225.7916 64.16238 226.21347L63.068626 226.21347Q63.068626 225.7291 63.39675 225.2916Q63.7405 224.8541 64.31863 224.6041Q64.89675 224.33847 65.58425 224.33847Q66.69363 224.33847 67.303 224.88535Q67.928 225.43222 67.95925 226.38535L67.95925 229.30722Q67.95925 230.18222 68.178 230.69785L68.178 230.7916L67.03738 230.7916ZM65.2405 229.96347Q65.75613 229.96347 66.20925 229.69785Q66.66238 229.43222 66.8655 229.01035L66.8655 227.71347L66.02175 227.71347Q64.02175 227.71347 64.02175 228.88535Q64.02175 229.38535 64.3655 229.68222Q64.70925 229.96347 65.2405 229.96347ZM71.14675 224.44785L71.178 225.24472Q71.91238 224.33847 73.08425 224.33847Q75.09988 224.33847 75.1155 226.6041L75.1155 230.7916L74.02175 230.7916L74.02175 226.58847Q74.02175 225.9166 73.70925 225.58847Q73.41238 225.26035 72.75613 225.26035Q72.22488 225.26035 71.81863 225.5416Q71.428 225.82285 71.20925 226.27597L71.20925 230.7916L70.13113 230.7916L70.13113 224.44785L71.14675 224.44785ZM79.19363 229.19785L80.678 224.44785L81.83425 224.44785L79.28738 231.77597Q78.69363 233.3541 77.41238 233.3541L77.19363 233.33847L76.803 233.26035L76.803 232.38535L77.08425 232.40097Q77.64675 232.40097 77.94363 232.18222Q78.25613 231.96347 78.45925 231.36972L78.69363 230.71347L76.428 224.44785L77.6155 224.44785L79.19363 229.19785ZM83.78738 222.44785L83.66238 224.6041L82.91238 224.6041L82.91238 221.7916L83.78738 221.7916L83.78738 222.44785ZM88.81863 229.1041Q88.81863 228.6666 88.47488 228.43222Q88.14675 228.18222 87.31863 228.01035Q86.50613 227.83847 86.02175 227.58847Q85.53738 227.33847 85.303 227.01035Q85.08425 226.6666 85.08425 226.19785Q85.08425 225.4166 85.7405 224.88535Q86.39675 224.33847 87.428 224.33847Q88.50613 224.33847 89.16238 224.90097Q89.83425 225.44785 89.83425 226.30722L88.75613 226.30722Q88.75613 225.86972 88.3655 225.55722Q87.9905 225.2291 87.428 225.2291Q86.83425 225.2291 86.4905 225.49472Q86.16238 225.74472 86.16238 226.15097Q86.16238 226.5416 86.47488 226.74472Q86.78738 226.94785 87.59988 227.13535Q88.41238 227.30722 88.91238 227.55722Q89.41238 227.80722 89.64675 228.1666Q89.89675 228.52597 89.89675 229.02597Q89.89675 229.88535 89.20925 230.40097Q88.53738 230.9166 87.45925 230.9166Q86.69363 230.9166 86.09988 230.65097Q85.52175 230.36972 85.19363 229.88535Q84.8655 229.40097 84.8655 228.83847L85.94363 228.83847Q85.97488 229.38535 86.38113 229.71347Q86.78738 230.02597 87.45925 230.02597Q88.06863 230.02597 88.44363 229.77597Q88.81863 229.52597 88.81863 229.1041ZM97.81863 229.1041Q97.81863 228.6666 97.47488 228.43222Q97.14675 228.18222 96.31863 228.01035Q95.50613 227.83847 95.02175 227.58847Q94.53738 227.33847 94.303 227.01035Q94.08425 226.6666 94.08425 226.19785Q94.08425 225.4166 94.7405 224.88535Q95.39675 224.33847 96.428 224.33847Q97.50613 224.33847 98.16238 224.90097Q98.83425 225.44785 98.83425 226.30722L97.75613 226.30722Q97.75613 225.86972 97.3655 225.55722Q96.9905 225.2291 96.428 225.2291Q95.83425 225.2291 95.4905 225.49472Q95.16238 225.74472 95.16238 226.15097Q95.16238 226.5416 95.47488 226.74472Q95.78738 226.94785 96.59988 227.13535Q97.41238 227.30722 97.91238 227.55722Q98.41238 227.80722 98.64675 228.1666Q98.89675 228.52597 98.89675 229.02597Q98.89675 229.88535 98.20925 230.40097Q97.53738 230.9166 96.45925 230.9166Q95.69363 230.9166 95.09988 230.65097Q94.52175 230.36972 94.19363 229.88535Q93.8655 229.40097 93.8655 228.83847L94.94363 228.83847Q94.97488 229.38535 95.38113 229.71347Q95.78738 230.02597 96.45925 230.02597Q97.06863 230.02597 97.44363 229.77597Q97.81863 229.52597 97.81863 229.1041ZM104.03738 230.1666Q103.41238 230.9166 102.178 230.9166Q101.16238 230.9166 100.63113 230.32285Q100.09988 229.7291 100.09988 228.57285L100.09988 224.44785L101.178 224.44785L101.178 228.5416Q101.178 229.99472 102.34988 229.99472Q103.59988 229.99472 104.00613 229.05722L104.00613 224.44785L105.09988 224.44785L105.09988 230.7916L104.06863 230.7916L104.03738 230.1666ZM109.66238 230.02597Q110.2405 230.02597 110.678 229.68222Q111.1155 229.32285 111.16238 228.7916L112.19363 228.7916Q112.16238 229.33847 111.803 229.83847Q111.45925 230.32285 110.88113 230.61972Q110.31863 230.9166 109.66238 230.9166Q108.3655 230.9166 107.59988 230.05722Q106.84988 229.18222 106.84988 227.68222L106.84988 227.49472Q106.84988 226.57285 107.178 225.8541Q107.52175 225.13535 108.14675 224.74472Q108.78738 224.33847 109.66238 224.33847Q110.72488 224.33847 111.428 224.9791Q112.14675 225.6041 112.19363 226.63535L111.16238 226.63535Q111.1155 226.01035 110.69363 225.61972Q110.27175 225.2291 109.66238 225.2291Q108.83425 225.2291 108.38113 225.82285Q107.928 226.4166 107.928 227.5416L107.928 227.74472Q107.928 228.83847 108.38113 229.43222Q108.83425 230.02597 109.66238 230.02597ZM115.66238 230.02597Q116.2405 230.02597 116.678 229.68222Q117.1155 229.32285 117.16238 228.7916L118.19363 228.7916Q118.16238 229.33847 117.803 229.83847Q117.45925 230.32285 116.88113 230.61972Q116.31863 230.9166 115.66238 230.9166Q114.3655 230.9166 113.59988 230.05722Q112.84988 229.18222 112.84988 227.68222L112.84988 227.49472Q112.84988 226.57285 113.178 225.8541Q113.52175 225.13535 114.14675 224.74472Q114.78738 224.33847 115.66238 224.33847Q116.72488 224.33847 117.428 224.9791Q118.14675 225.6041 118.19363 226.63535L117.16238 226.63535Q117.1155 226.01035 116.69363 225.61972Q116.27175 225.2291 115.66238 225.2291Q114.83425 225.2291 114.38113 225.82285Q113.928 226.4166 113.928 227.5416L113.928 227.74472Q113.928 228.83847 114.38113 229.43222Q114.83425 230.02597 115.66238 230.02597ZM121.75613 230.9166Q120.45925 230.9166 119.64675 230.07285Q118.84988 229.21347 118.84988 227.7916L118.84988 227.6041Q118.84988 226.65097 119.20925 225.9166Q119.56863 225.1666 120.20925 224.76035Q120.8655 224.33847 121.6155 224.33847Q122.84988 224.33847 123.53738 225.15097Q124.22488 225.96347 124.22488 227.4791L124.22488 227.93222L119.928 227.93222Q119.95925 228.86972 120.47488 229.44785Q121.00613 230.02597 121.81863 230.02597Q122.38113 230.02597 122.77175 229.7916Q123.178 229.55722 123.4905 229.1666L124.14675 229.68222Q123.34988 230.9166 121.75613 230.9166ZM121.6155 225.2291Q120.95925 225.2291 120.50613 225.71347Q120.06863 226.18222 119.97488 227.0416L123.14675 227.0416L123.14675 226.96347Q123.09988 226.13535 122.69363 225.68222Q122.303 225.2291 121.6155 225.2291ZM128.81863 229.1041Q128.81863 228.6666 128.47488 228.43222Q128.14676 228.18222 127.31863 228.01035Q126.50613 227.83847 126.02175 227.58847Q125.53738 227.33847 125.303 227.01035Q125.08425 226.6666 125.08425 226.19785Q125.08425 225.4166 125.7405 224.88535Q126.39675 224.33847 127.428 224.33847Q128.50613 224.33847 129.16238 224.90097Q129.83426 225.44785 129.83426 226.30722L128.75613 226.30722Q128.75613 225.86972 128.36551 225.55722Q127.9905 225.2291 127.428 225.2291Q126.83425 225.2291 126.4905 225.49472Q126.16238 225.74472 126.16238 226.15097Q126.16238 226.5416 126.47488 226.74472Q126.78738 226.94785 127.59988 227.13535Q128.41238 227.30722 128.91238 227.55722Q129.41238 227.80722 129.64676 228.1666Q129.89676 228.52597 129.89676 229.02597Q129.89676 229.88535 129.20926 230.40097Q128.53738 230.9166 127.45925 230.9166Q126.69363 230.9166 126.09988 230.65097Q125.52175 230.36972 125.19363 229.88535Q124.8655 229.40097 124.8655 228.83847L125.94363 228.83847Q125.97488 229.38535 126.38113 229.71347Q126.78738 230.02597 127.45925 230.02597Q128.06863 230.02597 128.44363 229.77597Q128.81863 229.52597 128.81863 229.1041ZM134.81862 229.1041Q134.81862 228.6666 134.47487 228.43222Q134.14674 228.18222 133.31862 228.01035Q132.50612 227.83847 132.02174 227.58847Q131.53737 227.33847 131.303 227.01035Q131.08424 226.6666 131.08424 226.19785Q131.08424 225.4166 131.7405 224.88535Q132.39674 224.33847 133.428 224.33847Q134.50612 224.33847 135.16237 224.90097Q135.83424 225.44785 135.83424 226.30722L134.75612 226.30722Q134.75612 225.86972 134.3655 225.55722Q133.9905 225.2291 133.428 225.2291Q132.83424 225.2291 132.4905 225.49472Q132.16237 225.74472 132.16237 226.15097Q132.16237 226.5416 132.47487 226.74472Q132.78737 226.94785 133.59987 227.13535Q134.41237 227.30722 134.91237 227.55722Q135.41237 227.80722 135.64674 228.1666Q135.89674 228.52597 135.89674 229.02597Q135.89674 229.88535 135.20924 230.40097Q134.53737 230.9166 133.45924 230.9166Q132.69362 230.9166 132.09987 230.65097Q131.52174 230.36972 131.19362 229.88535Q130.8655 229.40097 130.8655 228.83847L131.94362 228.83847Q131.97487 229.38535 132.38112 229.71347Q132.78737 230.02597 133.45924 230.02597Q134.06862 230.02597 134.44362 229.77597Q134.81862 229.52597 134.81862 229.1041Z" fill-rule="nonzero"/><path fill="#666666" d="M140.3655 279.2932Q140.3655 281.19946 139.70924 282.13696Q139.06862 283.05884 137.678 283.05884Q136.31862 283.05884 135.66237 282.1526Q135.00612 281.24634 134.97487 279.43384L134.97487 277.99634Q134.97487 276.1057 135.6155 275.19946Q136.27174 274.2776 137.66237 274.2776Q139.03737 274.2776 139.69362 275.1682Q140.34987 276.0432 140.3655 277.88696L140.3655 279.2932ZM139.27174 277.80884Q139.27174 276.43384 138.88112 275.80884Q138.50612 275.1682 137.66237 275.1682Q136.83424 275.1682 136.44362 275.80884Q136.06862 276.43384 136.06862 277.7307L136.06862 279.4651Q136.06862 280.8401 136.45924 281.51196Q136.8655 282.1682 137.678 282.1682Q138.47487 282.1682 138.8655 281.5432Q139.25612 280.9182 139.27174 279.5901L139.27174 277.80884ZM141.91237 276.0432Q141.91237 275.2776 142.39674 274.7776Q142.89674 274.2776 143.66237 274.2776Q144.44362 274.2776 144.928 274.7776Q145.41237 275.2776 145.41237 276.07446L145.41237 276.49634Q145.41237 277.26196 144.91237 277.76196Q144.428 278.24634 143.678 278.24634Q142.91237 278.24634 142.41237 277.76196Q141.91237 277.26196 141.91237 276.44946L141.91237 276.0432ZM142.72487 276.49634Q142.72487 276.94946 142.97487 277.24634Q143.2405 277.5432 143.678 277.5432Q144.09987 277.5432 144.34987 277.26196Q144.59987 276.9651 144.59987 276.4651L144.59987 276.0432Q144.59987 275.5901 144.34987 275.2932Q144.09987 274.9807 143.66237 274.9807Q143.22487 274.9807 142.97487 275.2932Q142.72487 275.5901 142.72487 276.05884L142.72487 276.49634ZM146.06862 280.8401Q146.06862 280.07446 146.553 279.5901Q147.053 279.0901 147.81862 279.0901Q148.58424 279.0901 149.06862 279.5901Q149.56862 280.07446 149.56862 280.88696L149.56862 281.2932Q149.56862 282.05884 149.08424 282.55884Q148.59987 283.05884 147.83424 283.05884Q147.06862 283.05884 146.56862 282.57446Q146.06862 282.07446 146.06862 281.26196L146.06862 280.8401ZM146.88112 281.2932Q146.88112 281.76196 147.13112 282.05884Q147.39674 282.3557 147.83424 282.3557Q148.25612 282.3557 148.50612 282.07446Q148.75612 281.7776 148.75612 281.2776L148.75612 280.8401Q148.75612 280.37134 148.4905 280.0901Q148.2405 279.7932 147.81862 279.7932Q147.39674 279.7932 147.13112 280.0901Q146.88112 280.37134 146.88112 280.87134L146.88112 281.2932ZM143.928 282.2932L143.303 281.9026L147.47487 275.2307L148.08424 275.62134L143.928 282.2932Z" fill-rule="nonzero"/><path fill="#666666" d="M243.89299 282.93384L238.29924 282.93384L238.29924 282.1526L241.25237 278.87134Q241.90862 278.12134 242.15862 277.6682Q242.40862 277.19946 242.40862 276.69946Q242.40862 276.0276 242.00237 275.6057Q241.61174 275.1682 240.92424 275.1682Q240.12737 275.1682 239.67424 275.63696Q239.22112 276.0901 239.22112 276.9182L238.14299 276.9182Q238.14299 275.7307 238.89299 275.01196Q239.65862 274.2776 240.92424 274.2776Q242.12737 274.2776 242.81487 274.9026Q243.50237 275.5276 243.50237 276.57446Q243.50237 277.82446 241.89299 279.57446L239.61174 282.0432L243.89299 282.0432L243.89299 282.93384ZM245.79924 278.6526L246.23674 274.4026L250.61174 274.4026L250.61174 275.4026L247.15862 275.4026L246.89299 277.7307Q247.53362 277.3557 248.33049 277.3557Q249.48674 277.3557 250.17424 278.13696Q250.86174 278.9026 250.86174 280.2151Q250.86174 281.5276 250.14299 282.2932Q249.43987 283.05884 248.15862 283.05884Q247.03362 283.05884 246.31487 282.43384Q245.59612 281.7932 245.50237 280.68384L246.51799 280.68384Q246.62737 281.4182 247.04924 281.7932Q247.47112 282.1682 248.15862 282.1682Q248.90862 282.1682 249.34612 281.6526Q249.78362 281.13696 249.78362 280.2307Q249.78362 279.37134 249.31487 278.8557Q248.84612 278.3401 248.06487 278.3401Q247.36174 278.3401 246.95549 278.63696L246.67424 278.87134L245.79924 278.6526ZM252.20549 276.0432Q252.20549 275.2776 252.68987 274.7776Q253.18987 274.2776 253.95549 274.2776Q254.73674 274.2776 255.22112 274.7776Q255.70549 275.2776 255.70549 276.07446L255.70549 276.49634Q255.70549 277.26196 255.20549 277.76196Q254.72112 278.24634 253.97112 278.24634Q253.20549 278.24634 252.70549 277.76196Q252.20549 277.26196 252.20549 276.44946L252.20549 276.0432ZM253.01799 276.49634Q253.01799 276.94946 253.26799 277.24634Q253.53362 277.5432 253.97112 277.5432Q254.39299 277.5432 254.64299 277.26196Q254.89299 276.9651 254.89299 276.4651L254.89299 276.0432Q254.89299 275.5901 254.64299 275.2932Q254.39299 274.9807 253.95549 274.9807Q253.51799 274.9807 253.26799 275.2932Q253.01799 275.5901 253.01799 276.05884L253.01799 276.49634ZM256.36176 280.8401Q256.36176 280.07446 256.84613 279.5901Q257.34613 279.0901 258.11176 279.0901Q258.87738 279.0901 259.36176 279.5901Q259.86176 280.07446 259.86176 280.88696L259.86176 281.2932Q259.86176 282.05884 259.37738 282.55884Q258.893 283.05884 258.12738 283.05884Q257.36176 283.05884 256.86176 282.57446Q256.36176 282.07446 256.36176 281.26196L256.36176 280.8401ZM257.17426 281.2932Q257.17426 281.76196 257.42426 282.05884Q257.68988 282.3557 258.12738 282.3557Q258.54926 282.3557 258.79926 282.07446Q259.04926 281.7776 259.04926 281.2776L259.04926 280.8401Q259.04926 280.37134 258.78363 280.0901Q258.53363 279.7932 258.11176 279.7932Q257.68988 279.7932 257.42426 280.0901Q257.17426 280.37134 257.17426 280.87134L257.17426 281.2932ZM254.22112 282.2932L253.59612 281.9026L257.768 275.2307L258.37738 275.62134L254.22112 282.2932Z" fill-rule="nonzero"/><path fill="#666666" d="M345.59235 278.6526L346.02985 274.4026L350.40485 274.4026L350.40485 275.4026L346.95172 275.4026L346.6861 277.7307Q347.32672 277.3557 348.1236 277.3557Q349.27985 277.3557 349.96735 278.13696Q350.65485 278.9026 350.65485 280.2151Q350.65485 281.5276 349.9361 282.2932Q349.23297 283.05884 347.95172 283.05884Q346.82672 283.05884 346.10797 282.43384Q345.38922 281.7932 345.29547 280.68384L346.3111 280.68384Q346.42047 281.4182 346.84235 281.7932Q347.26422 282.1682 347.95172 282.1682Q348.70172 282.1682 349.13922 281.6526Q349.57672 281.13696 349.57672 280.2307Q349.57672 279.37134 349.10797 278.8557Q348.63922 278.3401 347.85797 278.3401Q347.15485 278.3401 346.7486 278.63696L346.46735 278.87134L345.59235 278.6526ZM357.45172 279.2932Q357.45172 281.19946 356.79547 282.13696Q356.15485 283.05884 354.76422 283.05884Q353.40485 283.05884 352.7486 282.1526Q352.09235 281.24634 352.0611 279.43384L352.0611 277.99634Q352.0611 276.1057 352.70172 275.19946Q353.35797 274.2776 354.7486 274.2776Q356.1236 274.2776 356.77985 275.1682Q357.4361 276.0432 357.45172 277.88696L357.45172 279.2932ZM356.35797 277.80884Q356.35797 276.43384 355.96735 275.80884Q355.59235 275.1682 354.7486 275.1682Q353.92047 275.1682 353.52985 275.80884Q353.15485 276.43384 353.15485 277.7307L353.15485 279.4651Q353.15485 280.8401 353.54547 281.51196Q353.95172 282.1682 354.76422 282.1682Q355.5611 282.1682 355.95172 281.5432Q356.34235 280.9182 356.35797 279.5901L356.35797 277.80884ZM358.9986 276.0432Q358.9986 275.2776 359.48297 274.7776Q359.98297 274.2776 360.7486 274.2776Q361.52985 274.2776 362.01422 274.7776Q362.4986 275.2776 362.4986 276.07446L362.4986 276.49634Q362.4986 277.26196 361.9986 277.76196Q361.51422 278.24634 360.76422 278.24634Q359.9986 278.24634 359.4986 277.76196Q358.9986 277.26196 358.9986 276.44946L358.9986 276.0432ZM359.8111 276.49634Q359.8111 276.94946 360.0611 277.24634Q360.32672 277.5432 360.76422 277.5432Q361.1861 277.5432 361.4361 277.26196Q361.6861 276.9651 361.6861 276.4651L361.6861 276.0432Q361.6861 275.5901 361.4361 275.2932Q361.1861 274.9807 360.7486 274.9807Q360.3111 274.9807 360.0611 275.2932Q359.8111 275.5901 359.8111 276.05884L359.8111 276.49634ZM363.15485 280.8401Q363.15485 280.07446 363.63922 279.5901Q364.13922 279.0901 364.90485 279.0901Q365.67047 279.0901 366.15485 279.5901Q366.65485 280.07446 366.65485 280.88696L366.65485 281.2932Q366.65485 282.05884 366.17047 282.55884Q365.6861 283.05884 364.92047 283.05884Q364.15485 283.05884 363.65485 282.57446Q363.15485 282.07446 363.15485 281.26196L363.15485 280.8401ZM363.96735 281.2932Q363.96735 281.76196 364.21735 282.05884Q364.48297 282.3557 364.92047 282.3557Q365.34235 282.3557 365.59235 282.07446Q365.84235 281.7776 365.84235 281.2776L365.84235 280.8401Q365.84235 280.37134 365.57672 280.0901Q365.32672 279.7932 364.90485 279.7932Q364.48297 279.7932 364.21735 280.0901Q363.96735 280.37134 363.96735 280.87134L363.96735 281.2932ZM361.01422 282.2932L360.38922 281.9026L364.5611 275.2307L365.17047 275.62134L361.01422 282.2932Z" fill-rule="nonzero"/><path fill="#666666" d="M457.40106 275.01196L453.8698 282.93384L452.7292 282.93384L456.2448 275.2932L451.63544 275.2932L451.63544 274.4026L457.40106 274.4026L457.40106 275.01196ZM459.38544 278.6526L459.82294 274.4026L464.19794 274.4026L464.19794 275.4026L460.7448 275.4026L460.4792 277.7307Q461.1198 277.3557 461.9167 277.3557Q463.07294 277.3557 463.76044 278.13696Q464.44794 278.9026 464.44794 280.2151Q464.44794 281.5276 463.7292 282.2932Q463.02606 283.05884 461.7448 283.05884Q460.6198 283.05884 459.90106 282.43384Q459.1823 281.7932 459.08856 280.68384L460.1042 280.68384Q460.21356 281.4182 460.63544 281.7932Q461.0573 282.1682 461.7448 282.1682Q462.4948 282.1682 462.9323 281.6526Q463.3698 281.13696 463.3698 280.2307Q463.3698 279.37134 462.90106 278.8557Q462.4323 278.3401 461.65106 278.3401Q460.94794 278.3401 460.5417 278.63696L460.26044 278.87134L459.38544 278.6526ZM465.7917 276.0432Q465.7917 275.2776 466.27606 274.7776Q466.77606 274.2776 467.5417 274.2776Q468.32294 274.2776 468.8073 274.7776Q469.2917 275.2776 469.2917 276.07446L469.2917 276.49634Q469.2917 277.26196 468.7917 277.76196Q468.3073 278.24634 467.5573 278.24634Q466.7917 278.24634 466.2917 277.76196Q465.7917 277.26196 465.7917 276.44946L465.7917 276.0432ZM466.6042 276.49634Q466.6042 276.94946 466.8542 277.24634Q467.1198 277.5432 467.5573 277.5432Q467.9792 277.5432 468.2292 277.26196Q468.4792 276.9651 468.4792 276.4651L468.4792 276.0432Q468.4792 275.5901 468.2292 275.2932Q467.9792 274.9807 467.5417 274.9807Q467.1042 274.9807 466.8542 275.2932Q466.6042 275.5901 466.6042 276.05884L466.6042 276.49634ZM469.94794 280.8401Q469.94794 280.07446 470.4323 279.5901Q470.9323 279.0901 471.69794 279.0901Q472.46356 279.0901 472.94794 279.5901Q473.44794 280.07446 473.44794 280.88696L473.44794 281.2932Q473.44794 282.05884 472.96356 282.55884Q472.4792 283.05884 471.71356 283.05884Q470.94794 283.05884 470.44794 282.57446Q469.94794 282.07446 469.94794 281.26196L469.94794 280.8401ZM470.76044 281.2932Q470.76044 281.76196 471.01044 282.05884Q471.27606 282.3557 471.71356 282.3557Q472.13544 282.3557 472.38544 282.07446Q472.63544 281.7776 472.63544 281.2776L472.63544 280.8401Q472.63544 280.37134 472.3698 280.0901Q472.1198 279.7932 471.69794 279.7932Q471.27606 279.7932 471.01044 280.0901Q470.76044 280.37134 470.76044 280.87134L470.76044 281.2932ZM467.8073 282.2932L467.1823 281.9026L471.3542 275.2307L471.96356 275.62134L467.8073 282.2932Z" fill-rule="nonzero"/><path fill="#666666" d="M558.741 282.93384L557.6629 282.93384L557.6629 275.7151L555.4754 276.51196L555.4754 275.5276L558.5848 274.3557L558.741 274.3557L558.741 282.93384ZM567.5379 279.2932Q567.5379 281.19946 566.88165 282.13696Q566.241 283.05884 564.8504 283.05884Q563.491 283.05884 562.8348 282.1526Q562.1785 281.24634 562.1473 279.43384L562.1473 277.99634Q562.1473 276.1057 562.7879 275.19946Q563.44415 274.2776 564.8348 274.2776Q566.2098 274.2776 566.866 275.1682Q567.5223 276.0432 567.5379 277.88696L567.5379 279.2932ZM566.44415 277.80884Q566.44415 276.43384 566.0535 275.80884Q565.6785 275.1682 564.8348 275.1682Q564.00665 275.1682 563.616 275.80884Q563.241 276.43384 563.241 277.7307L563.241 279.4651Q563.241 280.8401 563.63165 281.51196Q564.0379 282.1682 564.8504 282.1682Q565.6473 282.1682 566.0379 281.5432Q566.4285 280.9182 566.44415 279.5901L566.44415 277.80884ZM574.5379 279.2932Q574.5379 281.19946 573.88165 282.13696Q573.241 283.05884 571.8504 283.05884Q570.491 283.05884 569.8348 282.1526Q569.1785 281.24634 569.1473 279.43384L569.1473 277.99634Q569.1473 276.1057 569.7879 275.19946Q570.44415 274.2776 571.8348 274.2776Q573.2098 274.2776 573.866 275.1682Q574.5223 276.0432 574.5379 277.88696L574.5379 279.2932ZM573.44415 277.80884Q573.44415 276.43384 573.0535 275.80884Q572.6785 275.1682 571.8348 275.1682Q571.00665 275.1682 570.616 275.80884Q570.241 276.43384 570.241 277.7307L570.241 279.4651Q570.241 280.8401 570.63165 281.51196Q571.0379 282.1682 571.8504 282.1682Q572.6473 282.1682 573.0379 281.5432Q573.4285 280.9182 573.44415 279.5901L573.44415 277.80884ZM576.0848 276.0432Q576.0848 275.2776 576.56915 274.7776Q577.06915 274.2776 577.8348 274.2776Q578.616 274.2776 579.1004 274.7776Q579.5848 275.2776 579.5848 276.07446L579.5848 276.49634Q579.5848 277.26196 579.0848 277.76196Q578.6004 278.24634 577.8504 278.24634Q577.0848 278.24634 576.5848 277.76196Q576.0848 277.26196 576.0848 276.44946L576.0848 276.0432ZM576.8973 276.49634Q576.8973 276.94946 577.1473 277.24634Q577.4129 277.5432 577.8504 277.5432Q578.2723 277.5432 578.5223 277.26196Q578.7723 276.9651 578.7723 276.4651L578.7723 276.0432Q578.7723 275.5901 578.5223 275.2932Q578.2723 274.9807 577.8348 274.9807Q577.3973 274.9807 577.1473 275.2932Q576.8973 275.5901 576.8973 276.05884L576.8973 276.49634ZM580.241 280.8401Q580.241 280.07446 580.7254 279.5901Q581.2254 279.0901 581.991 279.0901Q582.75665 279.0901 583.241 279.5901Q583.741 280.07446 583.741 280.88696L583.741 281.2932Q583.741 282.05884 583.25665 282.55884Q582.7723 283.05884 582.00665 283.05884Q581.241 283.05884 580.741 282.57446Q580.241 282.07446 580.241 281.26196L580.241 280.8401ZM581.0535 281.2932Q581.0535 281.76196 581.3035 282.05884Q581.56915 282.3557 582.00665 282.3557Q582.4285 282.3557 582.6785 282.07446Q582.9285 281.7776 582.9285 281.2776L582.9285 280.8401Q582.9285 280.37134 582.6629 280.0901Q582.4129 279.7932 581.991 279.7932Q581.56915 279.7932 581.3035 280.0901Q581.0535 280.37134 581.0535 280.87134L581.0535 281.2932ZM578.1004 282.2932L577.4754 281.9026L581.6473 275.2307L582.25665 275.62134L578.1004 282.2932Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M199.21387 320.0153C199.21387 319.46298 199.66158 319.0153 200.21387 319.0153L210.21387 319.0153C210.76616 319.0153 211.21387 319.46298 211.21387 320.0153L211.21387 330.0153C211.21387 330.56757 210.76616 331.0153 210.21387 331.0153L200.21387 331.0153C199.66158 331.0153 199.21387 330.56757 199.21387 330.0153Z" fill-rule="nonzero"/><path fill="#666666" d="M225.51074 329.5153L219.91699 329.5153L219.91699 328.73404L222.87012 325.4528Q223.52637 324.7028 223.77637 324.24966Q224.02637 323.7809 224.02637 323.2809Q224.02637 322.60904 223.62012 322.18716Q223.22949 321.74966 222.54199 321.74966Q221.74512 321.74966 221.29199 322.2184Q220.83887 322.67154 220.83887 323.49966L219.76074 323.49966Q219.76074 322.31216 220.51074 321.5934Q221.27637 320.85904 222.54199 320.85904Q223.74512 320.85904 224.43262 321.48404Q225.12012 322.10904 225.12012 323.1559Q225.12012 324.4059 223.51074 326.1559L221.22949 328.62466L225.51074 328.62466L225.51074 329.5153ZM232.27637 325.87466Q232.27637 327.7809 231.62012 328.7184Q230.97949 329.6403 229.58887 329.6403Q228.22949 329.6403 227.57324 328.73404Q226.91699 327.8278 226.88574 326.0153L226.88574 324.5778Q226.88574 322.68716 227.52637 321.7809Q228.18262 320.85904 229.57324 320.85904Q230.94824 320.85904 231.60449 321.74966Q232.26074 322.62466 232.27637 324.4684L232.27637 325.87466ZM231.18262 324.3903Q231.18262 323.0153 230.79199 322.3903Q230.41699 321.74966 229.57324 321.74966Q228.74512 321.74966 228.35449 322.3903Q227.97949 323.0153 227.97949 324.31216L227.97949 326.04654Q227.97949 327.42154 228.37012 328.0934Q228.77637 328.74966 229.58887 328.74966Q230.38574 328.74966 230.77637 328.12466Q231.16699 327.49966 231.18262 326.17154L231.18262 324.3903ZM237.47949 329.5153L236.40137 329.5153L236.40137 322.29654L234.21387 323.0934L234.21387 322.10904L237.32324 320.93716L237.47949 320.93716L237.47949 329.5153ZM245.18262 320.98404L245.18262 321.8903L244.97949 321.8903Q243.71387 321.92154 242.96387 322.6559Q242.21387 323.37466 242.08887 324.68716Q242.77637 323.92154 243.93262 323.92154Q245.04199 323.92154 245.71387 324.7028Q246.38574 325.48404 246.38574 326.73404Q246.38574 328.04654 245.66699 328.8434Q244.94824 329.6403 243.72949 329.6403Q242.51074 329.6403 241.74512 328.7028Q240.99512 327.74966 240.99512 326.2653L240.99512 325.85904Q240.99512 323.49966 241.99512 322.24966Q242.99512 320.99966 244.97949 320.98404L245.18262 320.98404ZM243.76074 324.8278Q243.19824 324.8278 242.72949 325.1559Q242.26074 325.48404 242.07324 325.99966L242.07324 326.3903Q242.07324 327.4528 242.54199 328.0934Q243.02637 328.73404 243.72949 328.73404Q244.46387 328.73404 244.88574 328.2028Q245.30762 327.6559 245.30762 326.7809Q245.30762 325.9059 244.88574 325.37466Q244.46387 324.8278 243.76074 324.8278Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M263.21387 320.0153C263.21387 319.46298 263.6616 319.0153 264.21387 319.0153L274.21387 319.0153C274.76614 319.0153 275.21387 319.46298 275.21387 320.0153L275.21387 330.0153C275.21387 330.56757 274.76614 331.0153 274.21387 331.0153L264.21387 331.0153C263.6616 331.0153 263.21387 330.56757 263.21387 330.0153Z" fill-rule="nonzero"/><path fill="#666666" d="M289.51074 329.5153L283.917 329.5153L283.917 328.73404L286.87012 325.4528Q287.52637 324.7028 287.77637 324.24966Q288.02637 323.7809 288.02637 323.2809Q288.02637 322.60904 287.62012 322.18716Q287.2295 321.74966 286.542 321.74966Q285.74512 321.74966 285.292 322.2184Q284.83887 322.67154 284.83887 323.49966L283.76074 323.49966Q283.76074 322.31216 284.51074 321.5934Q285.27637 320.85904 286.542 320.85904Q287.74512 320.85904 288.43262 321.48404Q289.12012 322.10904 289.12012 323.1559Q289.12012 324.4059 287.51074 326.1559L285.2295 328.62466L289.51074 328.62466L289.51074 329.5153ZM296.27637 325.87466Q296.27637 327.7809 295.62012 328.7184Q294.9795 329.6403 293.58887 329.6403Q292.2295 329.6403 291.57324 328.73404Q290.917 327.8278 290.88574 326.0153L290.88574 324.5778Q290.88574 322.68716 291.52637 321.7809Q292.18262 320.85904 293.57324 320.85904Q294.94824 320.85904 295.6045 321.74966Q296.26074 322.62466 296.27637 324.4684L296.27637 325.87466ZM295.18262 324.3903Q295.18262 323.0153 294.792 322.3903Q294.417 321.74966 293.57324 321.74966Q292.74512 321.74966 292.3545 322.3903Q291.9795 323.0153 291.9795 324.31216L291.9795 326.04654Q291.9795 327.42154 292.37012 328.0934Q292.77637 328.74966 293.58887 328.74966Q294.38574 328.74966 294.77637 328.12466Q295.167 327.49966 295.18262 326.17154L295.18262 324.3903ZM301.4795 329.5153L300.40137 329.5153L300.40137 322.29654L298.21387 323.0934L298.21387 322.10904L301.32324 320.93716L301.4795 320.93716L301.4795 329.5153ZM310.43262 321.5934L306.90137 329.5153L305.76074 329.5153L309.27637 321.87466L304.667 321.87466L304.667 320.98404L310.43262 320.98404L310.43262 321.5934Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M327.21387 320.0153C327.21387 319.46298 327.6616 319.0153 328.21387 319.0153L338.21387 319.0153C338.76614 319.0153 339.21387 319.46298 339.21387 320.0153L339.21387 330.0153C339.21387 330.56757 338.76614 331.0153 338.21387 331.0153L328.21387 331.0153C327.6616 331.0153 327.21387 330.56757 327.21387 330.0153Z" fill-rule="nonzero"/><path fill="#666666" d="M353.51074 329.5153L347.917 329.5153L347.917 328.73404L350.87012 325.4528Q351.52637 324.7028 351.77637 324.24966Q352.02637 323.7809 352.02637 323.2809Q352.02637 322.60904 351.62012 322.18716Q351.2295 321.74966 350.542 321.74966Q349.74512 321.74966 349.292 322.2184Q348.83887 322.67154 348.83887 323.49966L347.76074 323.49966Q347.76074 322.31216 348.51074 321.5934Q349.27637 320.85904 350.542 320.85904Q351.74512 320.85904 352.43262 321.48404Q353.12012 322.10904 353.12012 323.1559Q353.12012 324.4059 351.51074 326.1559L349.2295 328.62466L353.51074 328.62466L353.51074 329.5153ZM360.27637 325.87466Q360.27637 327.7809 359.62012 328.7184Q358.9795 329.6403 357.58887 329.6403Q356.2295 329.6403 355.57324 328.73404Q354.917 327.8278 354.88574 326.0153L354.88574 324.5778Q354.88574 322.68716 355.52637 321.7809Q356.18262 320.85904 357.57324 320.85904Q358.94824 320.85904 359.6045 321.74966Q360.26074 322.62466 360.27637 324.4684L360.27637 325.87466ZM359.18262 324.3903Q359.18262 323.0153 358.792 322.3903Q358.417 321.74966 357.57324 321.74966Q356.74512 321.74966 356.3545 322.3903Q355.9795 323.0153 355.9795 324.31216L355.9795 326.04654Q355.9795 327.42154 356.37012 328.0934Q356.77637 328.74966 357.58887 328.74966Q358.38574 328.74966 358.77637 328.12466Q359.167 327.49966 359.18262 326.17154L359.18262 324.3903ZM365.4795 329.5153L364.40137 329.5153L364.40137 322.29654L362.21387 323.0934L362.21387 322.10904L365.32324 320.93716L365.4795 320.93716L365.4795 329.5153ZM374.1045 323.2028Q374.1045 323.8434 373.76074 324.3434Q373.417 324.8434 372.8545 325.12466Q373.51074 325.4059 373.90137 325.9684Q374.292 326.5153 374.292 327.2184Q374.292 328.31216 373.542 328.98404Q372.80762 329.6403 371.58887 329.6403Q370.3545 329.6403 369.6045 328.98404Q368.87012 328.31216 368.87012 327.2184Q368.87012 326.5153 369.24512 325.9684Q369.62012 325.4059 370.292 325.12466Q369.7295 324.8434 369.40137 324.3434Q369.07324 323.8434 369.07324 323.2028Q369.07324 322.12466 369.76074 321.49966Q370.44824 320.85904 371.58887 320.85904Q372.71387 320.85904 373.40137 321.49966Q374.1045 322.12466 374.1045 323.2028ZM373.21387 327.18716Q373.21387 326.4684 372.76074 326.0309Q372.30762 325.5778 371.57324 325.5778Q370.83887 325.5778 370.38574 326.0309Q369.94824 326.4684 369.94824 327.2028Q369.94824 327.92154 370.38574 328.3434Q370.82324 328.74966 371.58887 328.74966Q372.33887 328.74966 372.77637 328.3278Q373.21387 327.9059 373.21387 327.18716ZM371.58887 321.74966Q370.94824 321.74966 370.542 322.1559Q370.15137 322.54654 370.15137 323.23404Q370.15137 323.87466 370.542 324.2809Q370.93262 324.68716 371.57324 324.68716Q372.2295 324.68716 372.62012 324.2809Q373.01074 323.87466 373.01074 323.23404Q373.01074 322.5778 372.6045 322.17154Q372.19824 321.74966 371.58887 321.74966Z" fill-rule="nonzero"/><path fill="#00add8" d="M391.21387 320.0153C391.21387 319.46298 391.6616 319.0153 392.21387 319.0153L402.21387 319.0153C402.76614 319.0153 403.21387 319.46298 403.21387 320.0153L403.21387 330.0153C403.21387 330.56757 402.76614 331.0153 402.21387 331.0153L392.21387 331.0153C391.6616 331.0153 391.21387 330.56757 391.21387 330.0153Z" fill-rule="nonzero"/><path fill="#666666" d="M417.51074 329.5153L411.917 329.5153L411.917 328.73404L414.87012 325.4528Q415.52637 324.7028 415.77637 324.24966Q416.02637 323.7809 416.02637 323.2809Q416.02637 322.60904 415.62012 322.18716Q415.2295 321.74966 414.542 321.74966Q413.74512 321.74966 413.292 322.2184Q412.83887 322.67154 412.83887 323.49966L411.76074 323.49966Q411.76074 322.31216 412.51074 321.5934Q413.27637 320.85904 414.542 320.85904Q415.74512 320.85904 416.43262 321.48404Q417.12012 322.10904 417.12012 323.1559Q417.12012 324.4059 415.51074 326.1559L413.2295 328.62466L417.51074 328.62466L417.51074 329.5153ZM424.27637 325.87466Q424.27637 327.7809 423.62012 328.7184Q422.9795 329.6403 421.58887 329.6403Q420.2295 329.6403 419.57324 328.73404Q418.917 327.8278 418.88574 326.0153L418.88574 324.5778Q418.88574 322.68716 419.52637 321.7809Q420.18262 320.85904 421.57324 320.85904Q422.94824 320.85904 423.6045 321.74966Q424.26074 322.62466 424.27637 324.4684L424.27637 325.87466ZM423.18262 324.3903Q423.18262 323.0153 422.792 322.3903Q422.417 321.74966 421.57324 321.74966Q420.74512 321.74966 420.3545 322.3903Q419.9795 323.0153 419.9795 324.31216L419.9795 326.04654Q419.9795 327.42154 420.37012 328.0934Q420.77637 328.74966 421.58887 328.74966Q422.38574 328.74966 422.77637 328.12466Q423.167 327.49966 423.18262 326.17154L423.18262 324.3903ZM429.4795 329.5153L428.40137 329.5153L428.40137 322.29654L426.21387 323.0934L426.21387 322.10904L429.32324 320.93716L429.4795 320.93716L429.4795 329.5153ZM437.07324 325.7653Q436.74512 326.17154 436.26074 326.42154Q435.792 326.6559 435.2295 326.6559Q434.49512 326.6559 433.94824 326.29654Q433.40137 325.93716 433.1045 325.2809Q432.80762 324.60904 432.80762 323.81216Q432.80762 322.9684 433.12012 322.2809Q433.44824 321.5934 434.042 321.23404Q434.65137 320.85904 435.44824 320.85904Q436.71387 320.85904 437.43262 321.81216Q438.167 322.7653 438.167 324.3903L438.167 324.7028Q438.167 327.2028 437.18262 328.3434Q436.19824 329.48404 434.21387 329.5153L433.99512 329.5153L433.99512 328.60904L434.2295 328.60904Q435.57324 328.5778 436.292 327.9059Q437.01074 327.23404 437.07324 325.7653ZM435.40137 325.7653Q435.94824 325.7653 436.40137 325.43716Q436.87012 325.0934 437.08887 324.60904L437.08887 324.17154Q437.08887 323.10904 436.62012 322.43716Q436.15137 321.7653 435.44824 321.7653Q434.7295 321.7653 434.292 322.31216Q433.87012 322.85904 433.87012 323.7653Q433.87012 324.6403 434.27637 325.2028Q434.69824 325.7653 435.40137 325.7653ZM442.99512 326.04654Q442.99512 324.73404 443.33887 323.5153Q443.69824 322.29654 444.40137 321.29654Q445.1045 320.29654 445.87012 319.8903L446.08887 320.60904Q445.2295 321.2653 444.68262 322.60904Q444.13574 323.9528 444.08887 325.62466L444.07324 326.12466Q444.07324 328.3903 444.90137 330.04654Q445.40137 331.04654 446.08887 331.60904L445.87012 332.2653Q445.08887 331.8434 444.37012 330.81216Q442.99512 328.8278 442.99512 326.04654ZM448.05762 323.17154L448.08887 323.9684Q448.82324 323.06216 449.99512 323.06216Q452.01074 323.06216 452.02637 325.3278L452.02637 329.5153L450.93262 329.5153L450.93262 325.31216Q450.93262 324.6403 450.62012 324.31216Q450.32324 323.98404 449.667 323.98404Q449.13574 323.98404 448.7295 324.2653Q448.33887 324.54654 448.12012 324.99966L448.12012 329.5153L447.042 329.5153L447.042 323.17154L448.05762 323.17154ZM458.99512 324.74966L454.1045 324.74966L454.1045 323.79654L458.99512 323.79654L458.99512 324.74966ZM458.99512 327.17154L454.1045 327.17154L454.1045 326.23404L458.99512 326.23404L458.99512 327.17154ZM466.43262 321.5934L462.90137 329.5153L461.76074 329.5153L465.27637 321.87466L460.667 321.87466L460.667 320.98404L466.43262 320.98404L466.43262 321.5934ZM467.99512 331.2184L467.38574 330.79654Q467.93262 330.0309 467.96387 329.2028L467.96387 328.23404L469.02637 328.23404L469.02637 329.0778Q469.02637 329.67154 468.7295 330.2653Q468.43262 330.85904 467.99512 331.2184ZM475.1045 323.2028Q475.1045 323.8434 474.76074 324.3434Q474.417 324.8434 473.8545 325.12466Q474.51074 325.4059 474.90137 325.9684Q475.292 326.5153 475.292 327.2184Q475.292 328.31216 474.542 328.98404Q473.80762 329.6403 472.58887 329.6403Q471.3545 329.6403 470.6045 328.98404Q469.87012 328.31216 469.87012 327.2184Q469.87012 326.5153 470.24512 325.9684Q470.62012 325.4059 471.292 325.12466Q470.7295 324.8434 470.40137 324.3434Q470.07324 323.8434 470.07324 323.2028Q470.07324 322.12466 470.76074 321.49966Q471.44824 320.85904 472.58887 320.85904Q473.71387 320.85904 474.40137 321.49966Q475.1045 322.12466 475.1045 323.2028ZM474.21387 327.18716Q474.21387 326.4684 473.76074 326.0309Q473.30762 325.5778 472.57324 325.5778Q471.83887 325.5778 471.38574 326.0309Q470.94824 326.4684 470.94824 327.2028Q470.94824 327.92154 471.38574 328.3434Q471.82324 328.74966 472.58887 328.74966Q473.33887 328.74966 473.77637 328.3278Q474.21387 327.9059 474.21387 327.18716ZM472.58887 321.74966Q471.94824 321.74966 471.542 322.1559Q471.15137 322.54654 471.15137 323.23404Q471.15137 323.87466 471.542 324.2809Q471.93262 324.68716 472.57324 324.68716Q473.2295 324.68716 473.62012 324.2809Q474.01074 323.87466 474.01074 323.23404Q474.01074 322.5778 473.6045 322.17154Q473.19824 321.74966 472.58887 321.74966ZM482.1045 323.2028Q482.1045 323.8434 481.76074 324.3434Q481.417 324.8434 480.8545 325.12466Q481.51074 325.4059 481.90137 325.9684Q482.292 326.5153 482.292 327.2184Q482.292 328.31216 481.542 328.98404Q480.80762 329.6403 479.58887 329.6403Q478.3545 329.6403 477.6045 328.98404Q476.87012 328.31216 476.87012 327.2184Q476.87012 326.5153 477.24512 325.9684Q477.62012 325.4059 478.292 325.12466Q477.7295 324.8434 477.40137 324.3434Q477.07324 323.8434 477.07324 323.2028Q477.07324 322.12466 477.76074 321.49966Q478.44824 320.85904 479.58887 320.85904Q480.71387 320.85904 481.40137 321.49966Q482.1045 322.12466 482.1045 323.2028ZM481.21387 327.18716Q481.21387 326.4684 480.76074 326.0309Q480.30762 325.5778 479.57324 325.5778Q478.83887 325.5778 478.38574 326.0309Q477.94824 326.4684 477.94824 327.2028Q477.94824 327.92154 478.38574 328.3434Q478.82324 328.74966 479.58887 328.74966Q480.33887 328.74966 480.77637 328.3278Q481.21387 327.9059 481.21387 327.18716ZM479.58887 321.74966Q478.94824 321.74966 478.542 322.1559Q478.15137 322.54654 478.15137 323.23404Q478.15137 323.87466 478.542 324.2809Q478.93262 324.68716 479.57324 324.68716Q480.2295 324.68716 480.62012 324.2809Q481.01074 323.87466 481.01074 323.23404Q481.01074 322.5778 480.6045 322.17154Q480.19824 321.74966 479.58887 321.74966ZM484.417 325.23404L484.8545 320.98404L489.2295 320.98404L489.2295 321.98404L485.77637 321.98404L485.51074 324.31216Q486.15137 323.93716 486.94824 323.93716Q488.1045 323.93716 488.792 324.7184Q489.4795 325.48404 489.4795 326.79654Q489.4795 328.10904 488.76074 328.87466Q488.05762 329.6403 486.77637 329.6403Q485.65137 329.6403 484.93262 329.0153Q484.21387 328.37466 484.12012 327.2653L485.13574 327.2653Q485.24512 327.99966 485.667 328.37466Q486.08887 328.74966 486.77637 328.74966Q487.52637 328.74966 487.96387 328.23404Q488.40137 327.7184 488.40137 326.81216Q488.40137 325.9528 487.93262 325.43716Q487.46387 324.92154 486.68262 324.92154Q485.9795 324.92154 485.57324 325.2184L485.292 325.4528L484.417 325.23404ZM493.542 326.10904Q493.542 327.42154 493.19824 328.62466Q492.8545 329.81216 492.13574 330.8278Q491.43262 331.8434 490.667 332.2653L490.43262 331.60904Q491.33887 330.92154 491.88574 329.4684Q492.43262 327.99966 492.44824 326.23404L492.44824 326.04654Q492.44824 324.81216 492.18262 323.74966Q491.93262 322.68716 491.46387 321.85904Q491.01074 321.0153 490.43262 320.54654L490.667 319.8903Q491.43262 320.31216 492.13574 321.31216Q492.83887 322.31216 493.18262 323.5309Q493.542 324.73404 493.542 326.10904Z" fill-rule="nonzero"/><path fill="#666666" d="M24.88125 17.5545L21.678125 17.5545L21.678125 26.4295L20.38125 26.4295L20.38125 17.5545L17.178125 17.5545L17.178125 16.476376L24.88125 16.476376L24.88125 17.5545ZM25.475 22.663876Q25.475 21.570126 25.896875 20.71075Q26.334375 19.83575 27.084375 19.367Q27.85 18.89825 28.834375 18.89825Q30.334375 18.89825 31.271875 19.945126Q32.209373 20.992 32.209373 22.726376L32.209373 22.820126Q32.209373 23.89825 31.7875 24.757626Q31.38125 25.601376 30.6 26.08575Q29.834375 26.570126 28.85 26.570126Q27.334375 26.570126 26.396875 25.52325Q25.475 24.476376 25.475 22.757626L25.475 22.663876ZM26.740625 22.820126Q26.740625 24.038876 27.303125 24.788876Q27.88125 25.538876 28.85 25.538876Q29.803125 25.538876 30.365625 24.788876Q30.94375 24.02325 30.94375 22.663876Q30.94375 21.445126 30.365625 20.695126Q29.7875 19.9295 28.834375 19.9295Q27.896875 19.9295 27.31875 20.6795Q26.740625 21.4295 26.740625 22.820126ZM43.35 24.6795L44.771873 19.038876L46.0375 19.038876L43.896873 26.4295L42.865623 26.4295L41.06875 20.820126L39.31875 26.4295L38.2875 26.4295L36.146873 19.038876L37.396873 19.038876L38.865623 24.570126L40.584373 19.038876L41.6 19.038876L43.35 24.6795ZM49.06875 19.9295Q49.9125 18.89825 51.25625 18.89825Q53.6 18.89825 53.63125 21.538876L53.63125 26.4295L52.365623 26.4295L52.365623 21.538876Q52.35 20.742 51.990623 20.367Q51.63125 19.976376 50.88125 19.976376Q50.25625 19.976376 49.7875 20.3045Q49.334373 20.632626 49.06875 21.163876L49.06875 26.4295L47.803123 26.4295L47.803123 15.929501L49.06875 15.929501L49.06875 19.9295ZM60.38125 26.4295Q60.271873 26.21075 60.19375 25.64825Q59.31875 26.570126 58.084373 26.570126Q56.990623 26.570126 56.2875 25.96075Q55.6 25.33575 55.6 24.382626Q55.6 23.226376 56.475 22.58575Q57.35 21.945126 58.94375 21.945126L60.178123 21.945126L60.178123 21.367Q60.178123 20.695126 59.771873 20.3045Q59.38125 19.913876 58.615623 19.913876Q57.928123 19.913876 57.475 20.257626Q57.021873 20.601376 57.021873 21.08575L55.740623 21.08575Q55.740623 20.52325 56.13125 20.007626Q56.5375 19.492 57.209373 19.195126Q57.88125 18.89825 58.678123 18.89825Q59.959373 18.89825 60.678123 19.538876Q61.4125 20.1795 61.44375 21.288876L61.44375 24.695126Q61.44375 25.71075 61.69375 26.320126L61.69375 26.4295L60.38125 26.4295ZM58.271873 25.46075Q58.865623 25.46075 59.396873 25.163876Q59.94375 24.851376 60.178123 24.351376L60.178123 22.83575L59.178123 22.83575Q56.865623 22.83575 56.865623 24.195126Q56.865623 24.788876 57.25625 25.132626Q57.646873 25.46075 58.271873 25.46075ZM65.52187 17.242L65.52187 19.038876L66.89687 19.038876L66.89687 20.007626L65.52187 20.007626L65.52187 24.601376Q65.52187 25.038876 65.70937 25.27325Q65.89687 25.492 66.33437 25.492Q66.55312 25.492 66.94375 25.39825L66.94375 26.4295Q66.44375 26.570126 65.975 26.570126Q65.11562 26.570126 64.67812 26.0545Q64.25625 25.538876 64.25625 24.601376L64.25625 20.007626L62.9125 20.007626L62.9125 19.038876L64.25625 19.038876L64.25625 17.242L65.52187 17.242ZM74.88125 26.570126Q73.36562 26.570126 72.42812 25.58575Q71.49062 24.58575 71.49062 22.9295L71.49062 22.71075Q71.49062 21.601376 71.9125 20.742Q72.33437 19.867 73.08437 19.382626Q73.83437 18.89825 74.725 18.89825Q76.1625 18.89825 76.95937 19.851376Q77.75625 20.788876 77.75625 22.570126L77.75625 23.08575L72.75625 23.08575Q72.77187 24.1795 73.38125 24.867Q74.00625 25.538876 74.94375 25.538876Q75.61562 25.538876 76.06875 25.27325Q76.5375 24.992 76.89687 24.538876L77.6625 25.132626Q76.74062 26.570126 74.88125 26.570126ZM74.725 19.9295Q73.95937 19.9295 73.42812 20.492Q72.9125 21.0545 72.7875 22.0545L76.49062 22.0545L76.49062 21.96075Q76.44375 20.992 75.975 20.46075Q75.50625 19.9295 74.725 19.9295ZM81.2875 21.726376L82.92812 19.038876L84.4125 19.038876L81.99062 22.695126L84.475 26.4295L83.02187 26.4295L81.30312 23.663876L79.6 26.4295L78.13125 26.4295L80.63125 22.695126L78.20937 19.038876L79.6625 19.038876L81.2875 21.726376ZM87.52187 17.242L87.52187 19.038876L88.89687 19.038876L88.89687 20.007626L87.52187 20.007626L87.52187 24.601376Q87.52187 25.038876 87.70937 25.27325Q87.89687 25.492 88.33437 25.492Q88.55312 25.492 88.94375 25.39825L88.94375 26.4295Q88.44375 26.570126 87.975 26.570126Q87.11562 26.570126 86.67812 26.0545Q86.25625 25.538876 86.25625 24.601376L86.25625 20.007626L84.9125 20.007626L84.9125 19.038876L86.25625 19.038876L86.25625 17.242L87.52187 17.242ZM93.88125 26.570126Q92.36562 26.570126 91.42812 25.58575Q90.49062 24.58575 90.49062 22.9295L90.49062 22.71075Q90.49062 21.601376 90.9125 20.742Q91.33437 19.867 92.08437 19.382626Q92.83437 18.89825 93.725 18.89825Q95.1625 18.89825 95.95937 19.851376Q96.75625 20.788876 96.75625 22.570126L96.75625 23.08575L91.75625 23.08575Q91.77187 24.1795 92.38125 24.867Q93.00625 25.538876 93.94375 25.538876Q94.61562 25.538876 95.06875 25.27325Q95.5375 24.992 95.89687 24.538876L96.6625 25.132626Q95.74062 26.570126 93.88125 26.570126ZM93.725 19.9295Q92.95937 19.9295 92.42812 20.492Q91.9125 21.0545 91.7875 22.0545L95.49062 22.0545L95.49062 21.96075Q95.44375 20.992 94.975 20.46075Q94.50625 19.9295 93.725 19.9295ZM99.00625 19.038876L99.0375 19.96075Q99.89687 18.89825 101.25625 18.89825Q103.6 18.89825 103.63125 21.538876L103.63125 26.4295L102.36562 26.4295L102.36562 21.538876Q102.35 20.742 101.99062 20.367Q101.63125 19.976376 100.88125 19.976376Q100.25625 19.976376 99.7875 20.3045Q99.33437 20.632626 99.06875 21.163876L99.06875 26.4295L97.80312 26.4295L97.80312 19.038876L99.00625 19.038876ZM107.52187 17.242L107.52187 19.038876L108.89687 19.038876L108.89687 20.007626L107.52187 20.007626L107.52187 24.601376Q107.52187 25.038876 107.70937 25.27325Q107.89687 25.492 108.33437 25.492Q108.55312 25.492 108.94375 25.39825L108.94375 26.4295Q108.44375 26.570126 107.975 26.570126Q107.11562 26.570126 106.67812 26.0545Q106.25625 25.538876 106.25625 24.601376L106.25625 20.007626L104.9125 20.007626L104.9125 19.038876L106.25625 19.038876L106.25625 17.242L107.52187 17.242ZM113.50625 22.663876Q113.50625 20.96075 114.30312 19.9295Q115.11562 18.89825 116.4125 18.89825Q117.725 18.89825 118.475 19.788876L118.475 15.929501L119.74062 15.929501L119.74062 26.4295L118.58437 26.4295L118.52187 25.632626Q117.75625 26.570126 116.4125 26.570126Q115.11562 26.570126 114.30312 25.52325Q113.50625 24.46075 113.50625 22.757626L113.50625 22.663876ZM114.77187 22.820126Q114.77187 24.070126 115.2875 24.788876Q115.80312 25.492 116.725 25.492Q117.92812 25.492 118.475 24.413876L118.475 21.007626Q117.9125 19.976376 116.74062 19.976376Q115.80312 19.976376 115.2875 20.695126Q114.77187 21.39825 114.77187 22.820126ZM121.475 22.663876Q121.475 21.570126 121.89687 20.71075Q122.33437 19.83575 123.08437 19.367Q123.85 18.89825 124.83437 18.89825Q126.33437 18.89825 127.27187 19.945126Q128.20938 20.992 128.20938 22.726376L128.20938 22.820126Q128.20938 23.89825 127.7875 24.757626Q127.38125 25.601376 126.6 26.08575Q125.83437 26.570126 124.85 26.570126Q123.33437 26.570126 122.39687 25.52325Q121.475 24.476376 121.475 22.757626L121.475 22.663876ZM122.74062 22.820126Q122.74062 24.038876 123.30312 24.788876Q123.88125 25.538876 124.85 25.538876Q125.80312 25.538876 126.36562 24.788876Q126.94375 24.02325 126.94375 22.663876Q126.94375 21.445126 126.36562 20.695126Q125.7875 19.9295 124.83437 19.9295Q123.89687 19.9295 123.31875 20.6795Q122.74062 21.4295 122.74062 22.820126ZM135.225 24.570126L136.94376 19.038876L138.30313 19.038876L135.33438 27.570126Q134.64688 29.413876 133.13126 29.413876L132.89688 29.39825L132.42813 29.3045L132.42813 28.288876L132.77188 28.3045Q133.4125 28.3045 133.77188 28.038876Q134.13126 27.788876 134.36563 27.101376L134.64688 26.351376L132.00626 19.038876L133.38126 19.038876L135.225 24.570126ZM139.475 22.663876Q139.475 21.570126 139.89688 20.71075Q140.33438 19.83575 141.08438 19.367Q141.85 18.89825 142.83438 18.89825Q144.33438 18.89825 145.27188 19.945126Q146.20938 20.992 146.20938 22.726376L146.20938 22.820126Q146.20938 23.89825 145.7875 24.757626Q145.38126 25.601376 144.6 26.08575Q143.83438 26.570126 142.85 26.570126Q141.33438 26.570126 140.39688 25.52325Q139.475 24.476376 139.475 22.757626L139.475 22.663876ZM140.74063 22.820126Q140.74063 24.038876 141.30313 24.788876Q141.88126 25.538876 142.85 25.538876Q143.80313 25.538876 144.36563 24.788876Q144.94376 24.02325 144.94376 22.663876Q144.94376 21.445126 144.36563 20.695126Q143.7875 19.9295 142.83438 19.9295Q141.89688 19.9295 141.31876 20.6795Q140.74063 21.4295 140.74063 22.820126ZM152.38126 25.695126Q151.63126 26.570126 150.20938 26.570126Q149.02188 26.570126 148.39688 25.882626Q147.7875 25.195126 147.7875 23.851376L147.7875 19.038876L149.0375 19.038876L149.0375 23.8045Q149.0375 25.492 150.4125 25.492Q151.86563 25.492 152.33438 24.413876L152.33438 19.038876L153.6 19.038876L153.6 26.4295L152.39688 26.4295L152.38126 25.695126ZM163.38126 26.4295Q163.27188 26.21075 163.19376 25.64825Q162.31876 26.570126 161.08438 26.570126Q159.99063 26.570126 159.2875 25.96075Q158.6 25.33575 158.6 24.382626Q158.6 23.226376 159.475 22.58575Q160.35 21.945126 161.94376 21.945126L163.17813 21.945126L163.17813 21.367Q163.17813 20.695126 162.77188 20.3045Q162.38126 19.913876 161.61563 19.913876Q160.92813 19.913876 160.475 20.257626Q160.02188 20.601376 160.02188 21.08575L158.74063 21.08575Q158.74063 20.52325 159.13126 20.007626Q159.5375 19.492 160.20938 19.195126Q160.88126 18.89825 161.67813 18.89825Q162.95938 18.89825 163.67813 19.538876Q164.4125 20.1795 164.44376 21.288876L164.44376 24.695126Q164.44376 25.71075 164.69376 26.320126L164.69376 26.4295L163.38126 26.4295ZM161.27188 25.46075Q161.86563 25.46075 162.39688 25.163876Q162.94376 24.851376 163.17813 24.351376L163.17813 22.83575L162.17813 22.83575Q159.86563 22.83575 159.86563 24.195126Q159.86563 24.788876 160.25626 25.132626Q160.64688 25.46075 161.27188 25.46075ZM166.50626 22.663876Q166.50626 20.945126 167.30313 19.9295Q168.1 18.89825 169.42813 18.89825Q170.77188 18.89825 171.5375 19.851376L171.6 19.038876L172.75626 19.038876L172.75626 26.257626Q172.75626 27.695126 171.89688 28.507626Q171.05313 29.33575 169.61563 29.33575Q168.81876 29.33575 168.05313 28.992Q167.2875 28.663876 166.88126 28.070126L167.5375 27.3045Q168.35 28.3045 169.52188 28.3045Q170.44376 28.3045 170.95938 27.788876Q171.49063 27.27325 171.49063 26.320126L171.49063 25.695126Q170.725 26.570126 169.4125 26.570126Q168.11563 26.570126 167.30313 25.52325Q166.50626 24.476376 166.50626 22.663876ZM167.77188 22.820126Q167.77188 24.070126 168.2875 24.788876Q168.80313 25.492 169.725 25.492Q170.92813 25.492 171.49063 24.39825L171.49063 21.02325Q170.89688 19.976376 169.74063 19.976376Q168.81876 19.976376 168.2875 20.695126Q167.77188 21.39825 167.77188 22.820126ZM178.38126 20.163876Q178.1 20.117 177.75626 20.117Q176.52188 20.117 176.06876 21.1795L176.06876 26.4295L174.80313 26.4295L174.80313 19.038876L176.0375 19.038876L176.05313 19.882626Q176.67813 18.89825 177.81876 18.89825Q178.19376 18.89825 178.38126 18.992L178.38126 20.163876ZM182.88126 26.570126Q181.36563 26.570126 180.42813 25.58575Q179.49063 24.58575 179.49063 22.9295L179.49063 22.71075Q179.49063 21.601376 179.9125 20.742Q180.33438 19.867 181.08438 19.382626Q181.83438 18.89825 182.725 18.89825Q184.1625 18.89825 184.95938 19.851376Q185.75626 20.788876 185.75626 22.570126L185.75626 23.08575L180.75626 23.08575Q180.77188 24.1795 181.38126 24.867Q182.00626 25.538876 182.94376 25.538876Q183.61563 25.538876 184.06876 25.27325Q184.5375 24.992 184.89688 24.538876L185.6625 25.132626Q184.74063 26.570126 182.88126 26.570126ZM182.725 19.9295Q181.95938 19.9295 181.42813 20.492Q180.9125 21.0545 180.7875 22.0545L184.49063 22.0545L184.49063 21.96075Q184.44376 20.992 183.975 20.46075Q183.50626 19.9295 182.725 19.9295ZM189.88126 26.570126Q188.36563 26.570126 187.42813 25.58575Q186.49063 24.58575 186.49063 22.9295L186.49063 22.71075Q186.49063 21.601376 186.9125 20.742Q187.33438 19.867 188.08438 19.382626Q188.83438 18.89825 189.725 18.89825Q191.1625 18.89825 191.95938 19.851376Q192.75626 20.788876 192.75626 22.570126L192.75626 23.08575L187.75626 23.08575Q187.77188 24.1795 188.38126 24.867Q189.00626 25.538876 189.94376 25.538876Q190.61563 25.538876 191.06876 25.27325Q191.5375 24.992 191.89688 24.538876L192.6625 25.132626Q191.74063 26.570126 189.88126 26.570126ZM189.725 19.9295Q188.95938 19.9295 188.42813 20.492Q187.9125 21.0545 187.7875 22.0545L191.49063 22.0545L191.49063 21.96075Q191.44376 20.992 190.975 20.46075Q190.50626 19.9295 189.725 19.9295ZM196.475 22.663876Q196.475 21.570126 196.89688 20.71075Q197.33438 19.83575 198.08438 19.367Q198.85 18.89825 199.83438 18.89825Q201.33438 18.89825 202.27188 19.945126Q203.20938 20.992 203.20938 22.726376L203.20938 22.820126Q203.20938 23.89825 202.7875 24.757626Q202.38126 25.601376 201.6 26.08575Q200.83438 26.570126 199.85 26.570126Q198.33438 26.570126 197.39688 25.52325Q196.475 24.476376 196.475 22.757626L196.475 22.663876ZM197.74063 22.820126Q197.74063 24.038876 198.30313 24.788876Q198.88126 25.538876 199.85 25.538876Q200.80313 25.538876 201.36563 24.788876Q201.94376 24.02325 201.94376 22.663876Q201.94376 21.445126 201.36563 20.695126Q200.7875 19.9295 199.83438 19.9295Q198.89688 19.9295 198.31876 20.6795Q197.74063 21.4295 197.74063 22.820126ZM208.38126 20.163876Q208.1 20.117 207.75626 20.117Q206.52188 20.117 206.06876 21.1795L206.06876 26.4295L204.80313 26.4295L204.80313 19.038876L206.0375 19.038876L206.05313 19.882626Q206.67813 18.89825 207.81876 18.89825Q208.19376 18.89825 208.38126 18.992L208.38126 20.163876ZM212.50626 22.663876Q212.50626 20.96075 213.30313 19.9295Q214.11563 18.89825 215.4125 18.89825Q216.725 18.89825 217.475 19.788876L217.475 15.929501L218.74063 15.929501L218.74063 26.4295L217.58438 26.4295L217.52188 25.632626Q216.75626 26.570126 215.4125 26.570126Q214.11563 26.570126 213.30313 25.52325Q212.50626 24.46075 212.50626 22.757626L212.50626 22.663876ZM213.77188 22.820126Q213.77188 24.070126 214.2875 24.788876Q214.80313 25.492 215.725 25.492Q216.92813 25.492 217.475 24.413876L217.475 21.007626Q216.9125 19.976376 215.74063 19.976376Q214.80313 19.976376 214.2875 20.695126Q213.77188 21.39825 213.77188 22.820126ZM222.17813 26.4295L220.9125 26.4295L220.9125 19.038876L222.17813 19.038876L222.17813 26.4295ZM220.81876 17.070126Q220.81876 16.757626 221.00626 16.5545Q221.19376 16.33575 221.55313 16.33575Q221.92813 16.33575 222.11563 16.5545Q222.31876 16.757626 222.31876 17.070126Q222.31876 17.382626 222.11563 17.58575Q221.92813 17.788876 221.55313 17.788876Q221.19376 17.788876 221.00626 17.58575Q220.81876 17.382626 220.81876 17.070126ZM228.11563 24.46075Q228.11563 23.96075 227.725 23.6795Q227.33438 23.382626 226.38126 23.1795Q225.42813 22.976376 224.85 22.695126Q224.2875 22.39825 224.02188 22.007626Q223.75626 21.617 223.75626 21.070126Q223.75626 20.14825 224.52188 19.52325Q225.2875 18.89825 226.49063 18.89825Q227.74063 18.89825 228.52188 19.5545Q229.30313 20.195126 229.30313 21.21075L228.0375 21.21075Q228.0375 20.6795 227.6 20.3045Q227.1625 19.9295 226.49063 19.9295Q225.80313 19.9295 225.4125 20.242Q225.02188 20.538876 225.02188 21.02325Q225.02188 21.476376 225.38126 21.71075Q225.74063 21.945126 226.67813 22.163876Q227.63126 22.367 228.225 22.663876Q228.81876 22.96075 229.1 23.382626Q229.38126 23.788876 229.38126 24.382626Q229.38126 25.367 228.58438 25.976376Q227.7875 26.570126 226.52188 26.570126Q225.64688 26.570126 224.95938 26.257626Q224.27188 25.9295 223.88126 25.367Q223.50626 24.8045 223.50626 24.14825L224.77188 24.14825Q224.80313 24.788876 225.27188 25.163876Q225.75626 25.538876 226.52188 25.538876Q227.24063 25.538876 227.67813 25.242Q228.11563 24.945126 228.11563 24.46075ZM235.38126 26.4295Q235.27188 26.21075 235.19376 25.64825Q234.31876 26.570126 233.08438 26.570126Q231.99063 26.570126 231.2875 25.96075Q230.6 25.33575 230.6 24.382626Q230.6 23.226376 231.475 22.58575Q232.35 21.945126 233.94376 21.945126L235.17813 21.945126L235.17813 21.367Q235.17813 20.695126 234.77188 20.3045Q234.38126 19.913876 233.61563 19.913876Q232.92813 19.913876 232.475 20.257626Q232.02188 20.601376 232.02188 21.08575L230.74063 21.08575Q230.74063 20.52325 231.13126 20.007626Q231.5375 19.492 232.20938 19.195126Q232.88126 18.89825 233.67813 18.89825Q234.95938 18.89825 235.67813 19.538876Q236.4125 20.1795 236.44376 21.288876L236.44376 24.695126Q236.44376 25.71075 236.69376 26.320126L236.69376 26.4295L235.38126 26.4295ZM233.27188 25.46075Q233.86563 25.46075 234.39688 25.163876Q234.94376 24.851376 235.17813 24.351376L235.17813 22.83575L234.17813 22.83575Q231.86563 22.83575 231.86563 24.195126Q231.86563 24.788876 232.25626 25.132626Q232.64688 25.46075 233.27188 25.46075ZM238.50626 22.663876Q238.50626 20.945126 239.30313 19.9295Q240.1 18.89825 241.42813 18.89825Q242.77188 18.89825 243.5375 19.851376L243.6 19.038876L244.75626 19.038876L244.75626 26.257626Q244.75626 27.695126 243.89688 28.507626Q243.05313 29.33575 241.61563 29.33575Q240.81876 29.33575 240.05313 28.992Q239.2875 28.663876 238.88126 28.070126L239.5375 27.3045Q240.35 28.3045 241.52188 28.3045Q242.44376 28.3045 242.95938 27.788876Q243.49063 27.27325 243.49063 26.320126L243.49063 25.695126Q242.725 26.570126 241.4125 26.570126Q240.11563 26.570126 239.30313 25.52325Q238.50626 24.476376 238.50626 22.663876ZM239.77188 22.820126Q239.77188 24.070126 240.2875 24.788876Q240.80313 25.492 241.725 25.492Q242.92813 25.492 243.49063 24.39825L243.49063 21.02325Q242.89688 19.976376 241.74063 19.976376Q240.81876 19.976376 240.2875 20.695126Q239.77188 21.39825 239.77188 22.820126ZM250.38126 20.163876Q250.1 20.117 249.75626 20.117Q248.52188 20.117 248.06876 21.1795L248.06876 26.4295L246.80313 26.4295L246.80313 19.038876L248.0375 19.038876L248.05313 19.882626Q248.67813 18.89825 249.81876 18.89825Q250.19376 18.89825 250.38126 18.992L250.38126 20.163876ZM254.88126 26.570126Q253.36563 26.570126 252.42813 25.58575Q251.49063 24.58575 251.49063 22.9295L251.49063 22.71075Q251.49063 21.601376 251.9125 20.742Q252.33438 19.867 253.08438 19.382626Q253.83438 18.89825 254.725 18.89825Q256.1625 18.89825 256.95938 19.851376Q257.75626 20.788876 257.75626 22.570126L257.75626 23.08575L252.75626 23.08575Q252.77188 24.1795 253.38126 24.867Q254.00626 25.538876 254.94376 25.538876Q255.61563 25.538876 256.06876 25.27325Q256.5375 24.992 256.89688 24.538876L257.6625 25.132626Q256.74063 26.570126 254.88126 26.570126ZM254.725 19.9295Q253.95938 19.9295 253.42813 20.492Q252.9125 21.0545 252.7875 22.0545L256.49063 22.0545L256.49063 21.96075Q256.44376 20.992 255.975 20.46075Q255.50626 19.9295 254.725 19.9295ZM261.88126 26.570126Q260.36563 26.570126 259.42813 25.58575Q258.49063 24.58575 258.49063 22.9295L258.49063 22.71075Q258.49063 21.601376 258.9125 20.742Q259.33438 19.867 260.08438 19.382626Q260.83438 18.89825 261.725 18.89825Q263.1625 18.89825 263.95938 19.851376Q264.75626 20.788876 264.75626 22.570126L264.75626 23.08575L259.75626 23.08575Q259.77188 24.1795 260.38126 24.867Q261.00626 25.538876 261.94376 25.538876Q262.61563 25.538876 263.06876 25.27325Q263.5375 24.992 263.89688 24.538876L264.6625 25.132626Q263.74063 26.570126 261.88126 26.570126ZM261.725 19.9295Q260.95938 19.9295 260.42813 20.492Q259.9125 21.0545 259.7875 22.0545L263.49063 22.0545L263.49063 21.96075Q263.44376 20.992 262.975 20.46075Q262.50626 19.9295 261.725 19.9295ZM275.35 24.6795L276.77188 19.038876L278.0375 19.038876L275.89688 26.4295L274.86563 26.4295L273.06876 20.820126L271.31876 26.4295L270.2875 26.4295L268.14688 19.038876L269.39688 19.038876L270.86563 24.570126L272.58438 19.038876L273.6 19.038876L275.35 24.6795ZM281.17813 26.4295L279.9125 26.4295L279.9125 19.038876L281.17813 19.038876L281.17813 26.4295ZM279.81876 17.070126Q279.81876 16.757626 280.00626 16.5545Q280.19376 16.33575 280.55313 16.33575Q280.92813 16.33575 281.11563 16.5545Q281.31876 16.757626 281.31876 17.070126Q281.31876 17.382626 281.11563 17.58575Q280.92813 17.788876 280.55313 17.788876Q280.19376 17.788876 280.00626 17.58575Q279.81876 17.382626 279.81876 17.070126ZM284.52188 17.242L284.52188 19.038876L285.89688 19.038876L285.89688 20.007626L284.52188 20.007626L284.52188 24.601376Q284.52188 25.038876 284.70938 25.27325Q284.89688 25.492 285.33438 25.492Q285.55313 25.492 285.94376 25.39825L285.94376 26.4295Q285.44376 26.570126 284.975 26.570126Q284.11563 26.570126 283.67813 26.0545Q283.25626 25.538876 283.25626 24.601376L283.25626 20.007626L281.9125 20.007626L281.9125 19.038876L283.25626 19.038876L283.25626 17.242L284.52188 17.242ZM289.06876 19.9295Q289.9125 18.89825 291.25626 18.89825Q293.6 18.89825 293.63126 21.538876L293.63126 26.4295L292.36563 26.4295L292.36563 21.538876Q292.35 20.742 291.99063 20.367Q291.63126 19.976376 290.88126 19.976376Q290.25626 19.976376 289.7875 20.3045Q289.33438 20.632626 289.06876 21.163876L289.06876 26.4295L287.80313 26.4295L287.80313 15.929501L289.06876 15.929501L289.06876 19.9295ZM300.52188 17.242L300.52188 19.038876L301.89688 19.038876L301.89688 20.007626L300.52188 20.007626L300.52188 24.601376Q300.52188 25.038876 300.70938 25.27325Q300.89688 25.492 301.33438 25.492Q301.55313 25.492 301.94376 25.39825L301.94376 26.4295Q301.44376 26.570126 300.975 26.570126Q300.11563 26.570126 299.67813 26.0545Q299.25626 25.538876 299.25626 24.601376L299.25626 20.007626L297.9125 20.007626L297.9125 19.038876L299.25626 19.038876L299.25626 17.242L300.52188 17.242ZM305.06876 19.9295Q305.9125 18.89825 307.25626 18.89825Q309.6 18.89825 309.63126 21.538876L309.63126 26.4295L308.36563 26.4295L308.36563 21.538876Q308.35 20.742 307.99063 20.367Q307.63126 19.976376 306.88126 19.976376Q306.25626 19.976376 305.7875 20.3045Q305.33438 20.632626 305.06876 21.163876L305.06876 26.4295L303.80313 26.4295L303.80313 15.929501L305.06876 15.929501L305.06876 19.9295ZM314.88126 26.570126Q313.36563 26.570126 312.42813 25.58575Q311.49063 24.58575 311.49063 22.9295L311.49063 22.71075Q311.49063 21.601376 311.9125 20.742Q312.33438 19.867 313.08438 19.382626Q313.83438 18.89825 314.725 18.89825Q316.1625 18.89825 316.95938 19.851376Q317.75626 20.788876 317.75626 22.570126L317.75626 23.08575L312.75626 23.08575Q312.77188 24.1795 313.38126 24.867Q314.00626 25.538876 314.94376 25.538876Q315.61563 25.538876 316.06876 25.27325Q316.5375 24.992 316.89688 24.538876L317.6625 25.132626Q316.74063 26.570126 314.88126 26.570126ZM314.725 19.9295Q313.95938 19.9295 313.42813 20.492Q312.9125 21.0545 312.7875 22.0545L316.49063 22.0545L316.49063 21.96075Q316.44376 20.992 315.975 20.46075Q315.50626 19.9295 314.725 19.9295ZM322.42813 26.4295L322.42813 20.007626L321.25626 20.007626L321.25626 19.038876L322.42813 19.038876L322.42813 18.27325Q322.42813 17.08575 323.05313 16.445126Q323.69376 15.788876 324.86563 15.788876Q325.30313 15.788876 325.725 15.898251L325.6625 16.9295Q325.33438 16.867 324.975 16.867Q324.36563 16.867 324.02188 17.226376Q323.69376 17.58575 323.69376 18.257626L323.69376 19.038876L325.27188 19.038876L325.27188 20.007626L323.69376 20.007626L323.69376 26.4295L322.42813 26.4295ZM326.475 22.663876Q326.475 21.570126 326.89688 20.71075Q327.33438 19.83575 328.08438 19.367Q328.85 18.89825 329.83438 18.89825Q331.33438 18.89825 332.27188 19.945126Q333.20938 20.992 333.20938 22.726376L333.20938 22.820126Q333.20938 23.89825 332.7875 24.757626Q332.38126 25.601376 331.6 26.08575Q330.83438 26.570126 329.85 26.570126Q328.33438 26.570126 327.39688 25.52325Q326.475 24.476376 326.475 22.757626L326.475 22.663876ZM327.74063 22.820126Q327.74063 24.038876 328.30313 24.788876Q328.88126 25.538876 329.85 25.538876Q330.80313 25.538876 331.36563 24.788876Q331.94376 24.02325 331.94376 22.663876Q331.94376 21.445126 331.36563 20.695126Q330.7875 19.9295 329.83438 19.9295Q328.89688 19.9295 328.31876 20.6795Q327.74063 21.4295 327.74063 22.820126ZM336.17813 26.4295L334.9125 26.4295L334.9125 15.929501L336.17813 15.929501L336.17813 26.4295ZM339.17813 26.4295L337.9125 26.4295L337.9125 15.929501L339.17813 15.929501L339.17813 26.4295ZM340.475 22.663876Q340.475 21.570126 340.89688 20.71075Q341.33438 19.83575 342.08438 19.367Q342.85 18.89825 343.83438 18.89825Q345.33438 18.89825 346.27188 19.945126Q347.20938 20.992 347.20938 22.726376L347.20938 22.820126Q347.20938 23.89825 346.7875 24.757626Q346.38126 25.601376 345.6 26.08575Q344.83438 26.570126 343.85 26.570126Q342.33438 26.570126 341.39688 25.52325Q340.475 24.476376 340.475 22.757626L340.475 22.663876ZM341.74063 22.820126Q341.74063 24.038876 342.30313 24.788876Q342.88126 25.538876 343.85 25.538876Q344.80313 25.538876 345.36563 24.788876Q345.94376 24.02325 345.94376 22.663876Q345.94376 21.445126 345.36563 20.695126Q344.7875 19.9295 343.83438 19.9295Q342.89688 19.9295 342.31876 20.6795Q341.74063 21.4295 341.74063 22.820126ZM355.35 24.6795L356.77188 19.038876L358.0375 19.038876L355.89688 26.4295L354.86563 26.4295L353.06876 20.820126L351.31876 26.4295L350.2875 26.4295L348.14688 19.038876L349.39688 19.038876L350.86563 24.570126L352.58438 19.038876L353.6 19.038876L355.35 24.6795ZM361.17813 26.4295L359.9125 26.4295L359.9125 19.038876L361.17813 19.038876L361.17813 26.4295ZM359.81876 17.070126Q359.81876 16.757626 360.00626 16.5545Q360.19376 16.33575 360.55313 16.33575Q360.92813 16.33575 361.11563 16.5545Q361.31876 16.757626 361.31876 17.070126Q361.31876 17.382626 361.11563 17.58575Q360.92813 17.788876 360.55313 17.788876Q360.19376 17.788876 360.00626 17.58575Q359.81876 17.382626 359.81876 17.070126ZM364.00626 19.038876L364.0375 19.96075Q364.89688 18.89825 366.25626 18.89825Q368.6 18.89825 368.63126 21.538876L368.63126 26.4295L367.36563 26.4295L367.36563 21.538876Q367.35 20.742 366.99063 20.367Q366.63126 19.976376 365.88126 19.976376Q365.25626 19.976376 364.7875 20.3045Q364.33438 20.632626 364.06876 21.163876L364.06876 26.4295L362.80313 26.4295L362.80313 19.038876L364.00626 19.038876ZM370.50626 22.663876Q370.50626 20.945126 371.30313 19.9295Q372.1 18.89825 373.42813 18.89825Q374.77188 18.89825 375.5375 19.851376L375.6 19.038876L376.75626 19.038876L376.75626 26.257626Q376.75626 27.695126 375.89688 28.507626Q375.05313 29.33575 373.61563 29.33575Q372.81876 29.33575 372.05313 28.992Q371.2875 28.663876 370.88126 28.070126L371.5375 27.3045Q372.35 28.3045 373.52188 28.3045Q374.44376 28.3045 374.95938 27.788876Q375.49063 27.27325 375.49063 26.320126L375.49063 25.695126Q374.725 26.570126 373.4125 26.570126Q372.11563 26.570126 371.30313 25.52325Q370.50626 24.476376 370.50626 22.663876ZM371.77188 22.820126Q371.77188 24.070126 372.2875 24.788876Q372.80313 25.492 373.725 25.492Q374.92813 25.492 375.49063 24.39825L375.49063 21.02325Q374.89688 19.976376 373.74063 19.976376Q372.81876 19.976376 372.2875 20.695126Q371.77188 21.39825 371.77188 22.820126ZM380.2875 23.632626Q380.30313 22.820126 380.475 22.351376Q380.64688 21.867 381.17813 21.288876L382.06876 20.367Q382.64688 19.726376 382.64688 18.976376Q382.64688 18.257626 382.27188 17.851376Q381.89688 17.445126 381.17813 17.445126Q380.475 17.445126 380.05313 17.820126Q379.63126 18.1795 379.63126 18.8045L378.36563 18.8045Q378.38126 17.695126 379.14688 17.02325Q379.92813 16.33575 381.17813 16.33575Q382.45938 16.33575 383.17813 17.038876Q383.9125 17.726376 383.9125 18.9295Q383.9125 20.132626 382.80313 21.288876L382.05313 22.038876Q381.55313 22.58575 381.55313 23.632626L380.2875 23.632626ZM380.24063 25.788876Q380.24063 25.492 380.42813 25.288876Q380.61563 25.070126 380.975 25.070126Q381.35 25.070126 381.5375 25.288876Q381.74063 25.492 381.74063 25.8045Q381.74063 26.101376 381.5375 26.3045Q381.35 26.507626 380.975 26.507626Q380.61563 26.507626 380.42813 26.3045Q380.24063 26.101376 380.24063 25.788876Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig13.svg b/_content/survey2019/fig13.svg
deleted file mode 100644
index f55aa84..0000000
--- a/_content/survey2019/fig13.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 397.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="397" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 397.0L0 397.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 40.5L142.5 327.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 40.5L249.5 327.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 40.5L355.5 327.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 40.5L462.5 327.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 40.5L569.5 327.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.5 40.045986L569.4754 40.045986L569.4754 327.8028L142.5 327.8028L142.5 40.045986Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 73.0L142.0 63.0L497.0 63.0C498.10458 63.0 499.0 63.89543 499.0 65.0L499.0 71.0C499.0 72.10457 498.10458 73.0 497.0 73.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 73.0L142.0 63.0L497.0 63.0C498.10458 63.0 499.0 63.89543 499.0 65.0L499.0 71.0C499.0 72.10457 498.10458 73.0 497.0 73.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 139.0L142.0 129.0L526.0 129.0C527.10455 129.0 528.0 129.89543 528.0 131.0L528.0 137.0C528.0 138.10457 527.10455 139.0 526.0 139.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 139.0L142.0 129.0L526.0 129.0C527.10455 129.0 528.0 129.89543 528.0 131.0L528.0 137.0C528.0 138.10457 527.10455 139.0 526.0 139.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 205.0L142.0 195.0L481.0 195.0C482.10458 195.0 483.0 195.89543 483.0 197.0L483.0 203.0C483.0 204.10457 482.10458 205.0 481.0 205.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 205.0L142.0 195.0L481.0 195.0C482.10458 195.0 483.0 195.89543 483.0 197.0L483.0 203.0C483.0 204.10457 482.10458 205.0 481.0 205.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 271.0L142.0 261.0L508.0 261.0C509.10458 261.0 510.0 261.89542 510.0 263.0L510.0 269.0C510.0 270.10458 509.10458 271.0 508.0 271.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 271.0L142.0 261.0L508.0 261.0C509.10458 261.0 510.0 261.89542 510.0 263.0L510.0 269.0C510.0 270.10458 509.10458 271.0 508.0 271.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 84.0L142.0 74.0L496.0 74.0C497.10458 74.0 498.0 74.89543 498.0 76.0L498.0 82.0C498.0 83.10457 497.10458 84.0 496.0 84.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 84.0L142.0 74.0L496.0 74.0C497.10458 74.0 498.0 74.89543 498.0 76.0L498.0 82.0C498.0 83.10457 497.10458 84.0 496.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 150.0L142.0 140.0L527.0 140.0C528.10455 140.0 529.0 140.89543 529.0 142.0L529.0 148.0C529.0 149.10457 528.10455 150.0 527.0 150.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 150.0L142.0 140.0L527.0 140.0C528.10455 140.0 529.0 140.89543 529.0 142.0L529.0 148.0C529.0 149.10457 528.10455 150.0 527.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 216.0L142.0 206.0L492.0 206.0C493.10458 206.0 494.0 206.89543 494.0 208.0L494.0 214.0C494.0 215.10457 493.10458 216.0 492.0 216.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 216.0L142.0 206.0L492.0 206.0C493.10458 206.0 494.0 206.89543 494.0 208.0L494.0 214.0C494.0 215.10457 493.10458 216.0 492.0 216.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 282.0L142.0 272.0L505.0 272.0C506.10458 272.0 507.0 272.89542 507.0 274.0L507.0 280.0C507.0 281.10458 506.10458 282.0 505.0 282.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 282.0L142.0 272.0L505.0 272.0C506.10458 272.0 507.0 272.89542 507.0 274.0L507.0 280.0C507.0 281.10458 506.10458 282.0 505.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 95.0L142.0 85.0L502.0 85.0C503.10458 85.0 504.0 85.89543 504.0 87.0L504.0 93.0C504.0 94.10457 503.10458 95.0 502.0 95.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 95.0L142.0 85.0L502.0 85.0C503.10458 85.0 504.0 85.89543 504.0 87.0L504.0 93.0C504.0 94.10457 503.10458 95.0 502.0 95.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 161.0L142.0 151.0L531.0 151.0C532.10455 151.0 533.0 151.89543 533.0 153.0L533.0 159.0C533.0 160.10457 532.10455 161.0 531.0 161.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 161.0L142.0 151.0L531.0 151.0C532.10455 151.0 533.0 151.89543 533.0 153.0L533.0 159.0C533.0 160.10457 532.10455 161.0 531.0 161.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 227.0L142.0 217.0L493.0 217.0C494.10458 217.0 495.0 217.89543 495.0 219.0L495.0 225.0C495.0 226.10457 494.10458 227.0 493.0 227.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 227.0L142.0 217.0L493.0 217.0C494.10458 217.0 495.0 217.89543 495.0 219.0L495.0 225.0C495.0 226.10457 494.10458 227.0 493.0 227.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 293.0L142.0 283.0L501.0 283.0C502.10458 283.0 503.0 283.89542 503.0 285.0L503.0 291.0C503.0 292.10458 502.10458 293.0 501.0 293.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 293.0L142.0 283.0L501.0 283.0C502.10458 283.0 503.0 283.89542 503.0 285.0L503.0 291.0C503.0 292.10458 502.10458 293.0 501.0 293.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 106.0L142.0 96.0L491.0 96.0C492.10458 96.0 493.0 96.89543 493.0 98.0L493.0 104.0C493.0 105.10457 492.10458 106.0 491.0 106.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 106.0L142.0 96.0L491.0 96.0C492.10458 96.0 493.0 96.89543 493.0 98.0L493.0 104.0C493.0 105.10457 492.10458 106.0 491.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 172.0L142.0 162.0L517.0 162.0C518.10455 162.0 519.0 162.89543 519.0 164.0L519.0 170.0C519.0 171.10457 518.10455 172.0 517.0 172.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 172.0L142.0 162.0L517.0 162.0C518.10455 162.0 519.0 162.89543 519.0 164.0L519.0 170.0C519.0 171.10457 518.10455 172.0 517.0 172.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 238.0L142.0 228.0L493.0 228.0C494.10458 228.0 495.0 228.89543 495.0 230.0L495.0 236.0C495.0 237.10457 494.10458 238.0 493.0 238.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 238.0L142.0 228.0L493.0 228.0C494.10458 228.0 495.0 228.89543 495.0 230.0L495.0 236.0C495.0 237.10457 494.10458 238.0 493.0 238.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 304.0L142.0 294.0L508.0 294.0C509.10458 294.0 510.0 294.89542 510.0 296.0L510.0 302.0C510.0 303.10458 509.10458 304.0 508.0 304.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 304.0L142.0 294.0L508.0 294.0C509.10458 294.0 510.0 294.89542 510.0 296.0L510.0 302.0C510.0 303.10458 509.10458 304.0 508.0 304.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M513.56226 66.75Q513.56226 67.28125 513.281 67.703125Q512.99976 68.109375 512.5154 68.34375Q513.0779 68.578125 513.3904 69.046875Q513.7185 69.5 513.7185 70.078125Q513.7185 71.0 513.0935 71.546875Q512.48413 72.09375 511.46848 72.09375Q510.43723 72.09375 509.81223 71.546875Q509.20285 71.0 509.20285 70.078125Q509.20285 69.5 509.51535 69.046875Q509.82785 68.578125 510.39035 68.34375Q509.9216 68.109375 509.64035 67.6875Q509.37473 67.265625 509.37473 66.75Q509.37473 65.84375 509.93723 65.328125Q510.51535 64.796875 511.46848 64.796875Q512.406 64.796875 512.98413 65.328125Q513.56226 65.84375 513.56226 66.75ZM512.8279 70.0625Q512.8279 69.46875 512.43726 69.09375Q512.06226 68.71875 511.45285 68.71875Q510.84348 68.71875 510.46848 69.09375Q510.1091 69.453125 510.1091 70.0625Q510.1091 70.671875 510.46848 71.015625Q510.82785 71.359375 511.46848 71.359375Q512.0935 71.359375 512.4529 71.015625Q512.8279 70.65625 512.8279 70.0625ZM511.46848 65.53125Q510.93723 65.53125 510.59348 65.859375Q510.26535 66.1875 510.26535 66.765625Q510.26535 67.296875 510.59348 67.640625Q510.9216 67.96875 511.45285 67.96875Q511.99973 67.96875 512.3279 67.640625Q512.656 67.296875 512.656 66.765625Q512.656 66.21875 512.31226 65.875Q511.9841 65.53125 511.46848 65.53125ZM516.56226 68.0L517.23413 68.0Q517.87476 68.0 518.23413 67.671875Q518.60913 67.34375 518.60913 66.78125Q518.60913 65.53125 517.35913 65.53125Q516.781 65.53125 516.42163 65.875Q516.0779 66.203125 516.0779 66.75L515.17163 66.75Q515.17163 65.90625 515.79663 65.359375Q516.42163 64.796875 517.35913 64.796875Q518.37476 64.796875 518.93726 65.328125Q519.5154 65.859375 519.5154 66.796875Q519.5154 67.265625 519.2185 67.703125Q518.92163 68.140625 518.3904 68.359375Q518.98413 68.53125 519.29663 68.96875Q519.62476 69.390625 519.62476 70.015625Q519.62476 70.96875 518.99976 71.53125Q518.37476 72.09375 517.37476 72.09375Q516.37476 72.09375 515.73413 71.5625Q515.10913 71.015625 515.10913 70.125L516.031 70.125Q516.031 70.6875 516.3904 71.03125Q516.74976 71.359375 517.37476 71.359375Q518.031 71.359375 518.37476 71.015625Q518.7185 70.671875 518.7185 70.03125Q518.7185 69.421875 518.3279 69.09375Q517.9529 68.75 517.23413 68.75L516.56226 68.75L516.56226 68.0ZM521.17163 66.25Q521.17163 65.625 521.5779 65.203125Q521.98413 64.78125 522.62476 64.78125Q523.281 64.78125 523.67163 65.203125Q524.0779 65.625 524.0779 66.28125L524.0779 66.640625Q524.0779 67.28125 523.67163 67.6875Q523.2654 68.09375 522.6404 68.09375Q521.99976 68.09375 521.5779 67.6875Q521.17163 67.28125 521.17163 66.59375L521.17163 66.25ZM521.8435 66.640625Q521.8435 67.015625 522.04663 67.265625Q522.2654 67.5 522.6404 67.5Q522.98413 67.5 523.18726 67.265625Q523.406 67.03125 523.406 66.609375L523.406 66.25Q523.406 65.875 523.18726 65.625Q522.98413 65.375 522.62476 65.375Q522.2654 65.375 522.04663 65.625Q521.8435 65.875 521.8435 66.28125L521.8435 66.640625ZM524.62476 70.25Q524.62476 69.609375 525.031 69.203125Q525.4529 68.796875 526.0779 68.796875Q526.7185 68.796875 527.12476 69.203125Q527.54663 69.609375 527.54663 70.296875L527.54663 70.640625Q527.54663 71.28125 527.1404 71.703125Q526.73413 72.109375 526.0935 72.109375Q525.4685 72.109375 525.04663 71.703125Q524.62476 71.28125 524.62476 70.609375L524.62476 70.25ZM525.31226 70.640625Q525.31226 71.015625 525.5154 71.265625Q525.73413 71.515625 526.0935 71.515625Q526.4529 71.515625 526.656 71.28125Q526.87476 71.03125 526.87476 70.625L526.87476 70.25Q526.87476 69.875 526.656 69.625Q526.43726 69.375 526.0935 69.375Q525.73413 69.375 525.5154 69.625Q525.31226 69.859375 525.31226 70.28125L525.31226 70.640625ZM522.8435 71.46875L522.3279 71.140625L525.79663 65.578125L526.31226 65.90625L522.8435 71.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M513.56226 66.75Q513.56226 67.28125 513.281 67.703125Q512.99976 68.109375 512.5154 68.34375Q513.0779 68.578125 513.3904 69.046875Q513.7185 69.5 513.7185 70.078125Q513.7185 71.0 513.0935 71.546875Q512.48413 72.09375 511.46848 72.09375Q510.43723 72.09375 509.81223 71.546875Q509.20285 71.0 509.20285 70.078125Q509.20285 69.5 509.51535 69.046875Q509.82785 68.578125 510.39035 68.34375Q509.9216 68.109375 509.64035 67.6875Q509.37473 67.265625 509.37473 66.75Q509.37473 65.84375 509.93723 65.328125Q510.51535 64.796875 511.46848 64.796875Q512.406 64.796875 512.98413 65.328125Q513.56226 65.84375 513.56226 66.75ZM512.8279 70.0625Q512.8279 69.46875 512.43726 69.09375Q512.06226 68.71875 511.45285 68.71875Q510.84348 68.71875 510.46848 69.09375Q510.1091 69.453125 510.1091 70.0625Q510.1091 70.671875 510.46848 71.015625Q510.82785 71.359375 511.46848 71.359375Q512.0935 71.359375 512.4529 71.015625Q512.8279 70.65625 512.8279 70.0625ZM511.46848 65.53125Q510.93723 65.53125 510.59348 65.859375Q510.26535 66.1875 510.26535 66.765625Q510.26535 67.296875 510.59348 67.640625Q510.9216 67.96875 511.45285 67.96875Q511.99973 67.96875 512.3279 67.640625Q512.656 67.296875 512.656 66.765625Q512.656 66.21875 512.31226 65.875Q511.9841 65.53125 511.46848 65.53125ZM516.56226 68.0L517.23413 68.0Q517.87476 68.0 518.23413 67.671875Q518.60913 67.34375 518.60913 66.78125Q518.60913 65.53125 517.35913 65.53125Q516.781 65.53125 516.42163 65.875Q516.0779 66.203125 516.0779 66.75L515.17163 66.75Q515.17163 65.90625 515.79663 65.359375Q516.42163 64.796875 517.35913 64.796875Q518.37476 64.796875 518.93726 65.328125Q519.5154 65.859375 519.5154 66.796875Q519.5154 67.265625 519.2185 67.703125Q518.92163 68.140625 518.3904 68.359375Q518.98413 68.53125 519.29663 68.96875Q519.62476 69.390625 519.62476 70.015625Q519.62476 70.96875 518.99976 71.53125Q518.37476 72.09375 517.37476 72.09375Q516.37476 72.09375 515.73413 71.5625Q515.10913 71.015625 515.10913 70.125L516.031 70.125Q516.031 70.6875 516.3904 71.03125Q516.74976 71.359375 517.37476 71.359375Q518.031 71.359375 518.37476 71.015625Q518.7185 70.671875 518.7185 70.03125Q518.7185 69.421875 518.3279 69.09375Q517.9529 68.75 517.23413 68.75L516.56226 68.75L516.56226 68.0ZM521.17163 66.25Q521.17163 65.625 521.5779 65.203125Q521.98413 64.78125 522.62476 64.78125Q523.281 64.78125 523.67163 65.203125Q524.0779 65.625 524.0779 66.28125L524.0779 66.640625Q524.0779 67.28125 523.67163 67.6875Q523.2654 68.09375 522.6404 68.09375Q521.99976 68.09375 521.5779 67.6875Q521.17163 67.28125 521.17163 66.59375L521.17163 66.25ZM521.8435 66.640625Q521.8435 67.015625 522.04663 67.265625Q522.2654 67.5 522.6404 67.5Q522.98413 67.5 523.18726 67.265625Q523.406 67.03125 523.406 66.609375L523.406 66.25Q523.406 65.875 523.18726 65.625Q522.98413 65.375 522.62476 65.375Q522.2654 65.375 522.04663 65.625Q521.8435 65.875 521.8435 66.28125L521.8435 66.640625ZM524.62476 70.25Q524.62476 69.609375 525.031 69.203125Q525.4529 68.796875 526.0779 68.796875Q526.7185 68.796875 527.12476 69.203125Q527.54663 69.609375 527.54663 70.296875L527.54663 70.640625Q527.54663 71.28125 527.1404 71.703125Q526.73413 72.109375 526.0935 72.109375Q525.4685 72.109375 525.04663 71.703125Q524.62476 71.28125 524.62476 70.609375L524.62476 70.25ZM525.31226 70.640625Q525.31226 71.015625 525.5154 71.265625Q525.73413 71.515625 526.0935 71.515625Q526.4529 71.515625 526.656 71.28125Q526.87476 71.03125 526.87476 70.625L526.87476 70.25Q526.87476 69.875 526.656 69.625Q526.43726 69.375 526.0935 69.375Q525.73413 69.375 525.5154 69.625Q525.31226 69.859375 525.31226 70.28125L525.31226 70.640625ZM522.8435 71.46875L522.3279 71.140625L525.79663 65.578125L526.31226 65.90625L522.8435 71.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M542.0737 134.875Q541.7925 135.21875 541.40186 135.42188Q541.0112 135.625 540.5425 135.625Q539.9331 135.625 539.46436 135.32812Q539.0112 135.01562 538.7612 134.46875Q538.5112 133.92188 538.5112 133.25Q538.5112 132.54688 538.77686 131.96875Q539.0581 131.39062 539.5581 131.09375Q540.0581 130.79688 540.71436 130.79688Q541.77686 130.79688 542.3862 131.59375Q542.9956 132.375 542.9956 133.73438L542.9956 134.0Q542.9956 136.07812 542.1675 137.03125Q541.355 137.98438 539.6987 138.0L539.5112 138.0L539.5112 137.25L539.71436 137.25Q540.8237 137.21875 541.4175 136.65625Q542.02686 136.09375 542.0737 134.875ZM540.6831 134.875Q541.1362 134.875 541.5112 134.59375Q541.90186 134.3125 542.08936 133.90625L542.08936 133.54688Q542.08936 132.65625 541.6987 132.10938Q541.3081 131.54688 540.73 131.54688Q540.1206 131.54688 539.7612 132.0Q539.40186 132.45312 539.40186 133.20312Q539.40186 133.9375 539.7456 134.40625Q540.105 134.875 540.6831 134.875ZM549.0737 134.96875Q549.0737 136.54688 548.52686 137.32812Q547.9956 138.09375 546.83936 138.09375Q545.6987 138.09375 545.15186 137.34375Q544.605 136.59375 544.58936 135.09375L544.58936 133.89062Q544.58936 132.3125 545.1206 131.5625Q545.6675 130.79688 546.8237 130.79688Q547.98 130.79688 548.5112 131.53125Q549.0581 132.26562 549.0737 133.79688L549.0737 134.96875ZM548.1675 133.73438Q548.1675 132.57812 547.83936 132.0625Q547.52686 131.53125 546.8237 131.53125Q546.1362 131.53125 545.8081 132.0625Q545.4956 132.57812 545.4956 133.65625L545.4956 135.10938Q545.4956 136.26562 545.8237 136.8125Q546.1675 137.35938 546.83936 137.35938Q547.5112 137.35938 547.8237 136.84375Q548.15186 136.32812 548.1675 135.21875L548.1675 133.73438ZM550.5425 132.25Q550.5425 131.625 550.9487 131.20312Q551.355 130.78125 551.9956 130.78125Q552.65186 130.78125 553.0425 131.20312Q553.4487 131.625 553.4487 132.28125L553.4487 132.64062Q553.4487 133.28125 553.0425 133.6875Q552.6362 134.09375 552.0112 134.09375Q551.3706 134.09375 550.9487 133.6875Q550.5425 133.28125 550.5425 132.59375L550.5425 132.25ZM551.21436 132.64062Q551.21436 133.01562 551.4175 133.26562Q551.6362 133.5 552.0112 133.5Q552.355 133.5 552.5581 133.26562Q552.77686 133.03125 552.77686 132.60938L552.77686 132.25Q552.77686 131.875 552.5581 131.625Q552.355 131.375 551.9956 131.375Q551.6362 131.375 551.4175 131.625Q551.21436 131.875 551.21436 132.28125L551.21436 132.64062ZM553.9956 136.25Q553.9956 135.60938 554.40186 135.20312Q554.8237 134.79688 555.4487 134.79688Q556.08936 134.79688 556.4956 135.20312Q556.9175 135.60938 556.9175 136.29688L556.9175 136.64062Q556.9175 137.28125 556.5112 137.70312Q556.105 138.10938 555.46436 138.10938Q554.83936 138.10938 554.4175 137.70312Q553.9956 137.28125 553.9956 136.60938L553.9956 136.25ZM554.6831 136.64062Q554.6831 137.01562 554.8862 137.26562Q555.105 137.51562 555.46436 137.51562Q555.8237 137.51562 556.02686 137.28125Q556.2456 137.03125 556.2456 136.625L556.2456 136.25Q556.2456 135.875 556.02686 135.625Q555.8081 135.375 555.46436 135.375Q555.105 135.375 554.8862 135.625Q554.6831 135.85938 554.6831 136.28125L554.6831 136.64062ZM552.21436 137.46875L551.6987 137.14062L555.1675 131.57812L555.6831 131.90625L552.21436 137.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M542.0737 134.875Q541.7925 135.21875 541.40186 135.42188Q541.0112 135.625 540.5425 135.625Q539.9331 135.625 539.46436 135.32812Q539.0112 135.01562 538.7612 134.46875Q538.5112 133.92188 538.5112 133.25Q538.5112 132.54688 538.77686 131.96875Q539.0581 131.39062 539.5581 131.09375Q540.0581 130.79688 540.71436 130.79688Q541.77686 130.79688 542.3862 131.59375Q542.9956 132.375 542.9956 133.73438L542.9956 134.0Q542.9956 136.07812 542.1675 137.03125Q541.355 137.98438 539.6987 138.0L539.5112 138.0L539.5112 137.25L539.71436 137.25Q540.8237 137.21875 541.4175 136.65625Q542.02686 136.09375 542.0737 134.875ZM540.6831 134.875Q541.1362 134.875 541.5112 134.59375Q541.90186 134.3125 542.08936 133.90625L542.08936 133.54688Q542.08936 132.65625 541.6987 132.10938Q541.3081 131.54688 540.73 131.54688Q540.1206 131.54688 539.7612 132.0Q539.40186 132.45312 539.40186 133.20312Q539.40186 133.9375 539.7456 134.40625Q540.105 134.875 540.6831 134.875ZM549.0737 134.96875Q549.0737 136.54688 548.52686 137.32812Q547.9956 138.09375 546.83936 138.09375Q545.6987 138.09375 545.15186 137.34375Q544.605 136.59375 544.58936 135.09375L544.58936 133.89062Q544.58936 132.3125 545.1206 131.5625Q545.6675 130.79688 546.8237 130.79688Q547.98 130.79688 548.5112 131.53125Q549.0581 132.26562 549.0737 133.79688L549.0737 134.96875ZM548.1675 133.73438Q548.1675 132.57812 547.83936 132.0625Q547.52686 131.53125 546.8237 131.53125Q546.1362 131.53125 545.8081 132.0625Q545.4956 132.57812 545.4956 133.65625L545.4956 135.10938Q545.4956 136.26562 545.8237 136.8125Q546.1675 137.35938 546.83936 137.35938Q547.5112 137.35938 547.8237 136.84375Q548.15186 136.32812 548.1675 135.21875L548.1675 133.73438ZM550.5425 132.25Q550.5425 131.625 550.9487 131.20312Q551.355 130.78125 551.9956 130.78125Q552.65186 130.78125 553.0425 131.20312Q553.4487 131.625 553.4487 132.28125L553.4487 132.64062Q553.4487 133.28125 553.0425 133.6875Q552.6362 134.09375 552.0112 134.09375Q551.3706 134.09375 550.9487 133.6875Q550.5425 133.28125 550.5425 132.59375L550.5425 132.25ZM551.21436 132.64062Q551.21436 133.01562 551.4175 133.26562Q551.6362 133.5 552.0112 133.5Q552.355 133.5 552.5581 133.26562Q552.77686 133.03125 552.77686 132.60938L552.77686 132.25Q552.77686 131.875 552.5581 131.625Q552.355 131.375 551.9956 131.375Q551.6362 131.375 551.4175 131.625Q551.21436 131.875 551.21436 132.28125L551.21436 132.64062ZM553.9956 136.25Q553.9956 135.60938 554.40186 135.20312Q554.8237 134.79688 555.4487 134.79688Q556.08936 134.79688 556.4956 135.20312Q556.9175 135.60938 556.9175 136.29688L556.9175 136.64062Q556.9175 137.28125 556.5112 137.70312Q556.105 138.10938 555.46436 138.10938Q554.83936 138.10938 554.4175 137.70312Q553.9956 137.28125 553.9956 136.60938L553.9956 136.25ZM554.6831 136.64062Q554.6831 137.01562 554.8862 137.26562Q555.105 137.51562 555.46436 137.51562Q555.8237 137.51562 556.02686 137.28125Q556.2456 137.03125 556.2456 136.625L556.2456 136.25Q556.2456 135.875 556.02686 135.625Q555.8081 135.375 555.46436 135.375Q555.105 135.375 554.8862 135.625Q554.6831 135.85938 554.6831 136.28125L554.6831 136.64062ZM552.21436 137.46875L551.6987 137.14062L555.1675 131.57812L555.6831 131.90625L552.21436 137.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M497.64157 198.75Q497.64157 199.28125 497.36032 199.70312Q497.07907 200.10938 496.5947 200.34375Q497.1572 200.57812 497.4697 201.04688Q497.79782 201.5 497.79782 202.07812Q497.79782 203.0 497.17282 203.54688Q496.56345 204.09375 495.54782 204.09375Q494.51657 204.09375 493.89157 203.54688Q493.2822 203.0 493.2822 202.07812Q493.2822 201.5 493.5947 201.04688Q493.9072 200.57812 494.4697 200.34375Q494.00095 200.10938 493.7197 199.6875Q493.45407 199.26562 493.45407 198.75Q493.45407 197.84375 494.01657 197.32812Q494.5947 196.79688 495.54782 196.79688Q496.48532 196.79688 497.06345 197.32812Q497.64157 197.84375 497.64157 198.75ZM496.9072 202.0625Q496.9072 201.46875 496.51657 201.09375Q496.14157 200.71875 495.5322 200.71875Q494.92282 200.71875 494.54782 201.09375Q494.18845 201.45312 494.18845 202.0625Q494.18845 202.67188 494.54782 203.01562Q494.9072 203.35938 495.54782 203.35938Q496.17282 203.35938 496.5322 203.01562Q496.9072 202.65625 496.9072 202.0625ZM495.54782 197.53125Q495.01657 197.53125 494.67282 197.85938Q494.3447 198.1875 494.3447 198.76562Q494.3447 199.29688 494.67282 199.64062Q495.00095 199.96875 495.5322 199.96875Q496.07907 199.96875 496.4072 199.64062Q496.73532 199.29688 496.73532 198.76562Q496.73532 198.21875 496.39157 197.875Q496.06345 197.53125 495.54782 197.53125ZM503.7822 200.96875Q503.7822 202.54688 503.23532 203.32812Q502.70407 204.09375 501.54782 204.09375Q500.4072 204.09375 499.86032 203.34375Q499.31345 202.59375 499.29782 201.09375L499.29782 199.89062Q499.29782 198.3125 499.82907 197.5625Q500.37595 196.79688 501.5322 196.79688Q502.68845 196.79688 503.2197 197.53125Q503.76657 198.26562 503.7822 199.79688L503.7822 200.96875ZM502.87595 199.73438Q502.87595 198.57812 502.54782 198.0625Q502.23532 197.53125 501.5322 197.53125Q500.8447 197.53125 500.51657 198.0625Q500.20407 198.57812 500.20407 199.65625L500.20407 201.10938Q500.20407 202.26562 500.5322 202.8125Q500.87595 203.35938 501.54782 203.35938Q502.2197 203.35938 502.5322 202.84375Q502.86032 202.32812 502.87595 201.21875L502.87595 199.73438ZM505.25095 198.25Q505.25095 197.625 505.6572 197.20312Q506.06345 196.78125 506.70407 196.78125Q507.36032 196.78125 507.75095 197.20312Q508.1572 197.625 508.1572 198.28125L508.1572 198.64062Q508.1572 199.28125 507.75095 199.6875Q507.3447 200.09375 506.7197 200.09375Q506.07907 200.09375 505.6572 199.6875Q505.25095 199.28125 505.25095 198.59375L505.25095 198.25ZM505.92282 198.64062Q505.92282 199.01562 506.12595 199.26562Q506.3447 199.5 506.7197 199.5Q507.06345 199.5 507.26657 199.26562Q507.48532 199.03125 507.48532 198.60938L507.48532 198.25Q507.48532 197.875 507.26657 197.625Q507.06345 197.375 506.70407 197.375Q506.3447 197.375 506.12595 197.625Q505.92282 197.875 505.92282 198.28125L505.92282 198.64062ZM508.70407 202.25Q508.70407 201.60938 509.11032 201.20312Q509.5322 200.79688 510.1572 200.79688Q510.79782 200.79688 511.20407 201.20312Q511.62595 201.60938 511.62595 202.29688L511.62595 202.64062Q511.62595 203.28125 511.2197 203.70312Q510.81345 204.10938 510.17282 204.10938Q509.54782 204.10938 509.12595 203.70312Q508.70407 203.28125 508.70407 202.60938L508.70407 202.25ZM509.39157 202.64062Q509.39157 203.01562 509.5947 203.26562Q509.81345 203.51562 510.17282 203.51562Q510.5322 203.51562 510.73532 203.28125Q510.95407 203.03125 510.95407 202.625L510.95407 202.25Q510.95407 201.875 510.73532 201.625Q510.51657 201.375 510.17282 201.375Q509.81345 201.375 509.5947 201.625Q509.39157 201.85938 509.39157 202.28125L509.39157 202.64062ZM506.92282 203.46875L506.4072 203.14062L509.87595 197.57812L510.39157 197.90625L506.92282 203.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M497.64157 198.75Q497.64157 199.28125 497.36032 199.70312Q497.07907 200.10938 496.5947 200.34375Q497.1572 200.57812 497.4697 201.04688Q497.79782 201.5 497.79782 202.07812Q497.79782 203.0 497.17282 203.54688Q496.56345 204.09375 495.54782 204.09375Q494.51657 204.09375 493.89157 203.54688Q493.2822 203.0 493.2822 202.07812Q493.2822 201.5 493.5947 201.04688Q493.9072 200.57812 494.4697 200.34375Q494.00095 200.10938 493.7197 199.6875Q493.45407 199.26562 493.45407 198.75Q493.45407 197.84375 494.01657 197.32812Q494.5947 196.79688 495.54782 196.79688Q496.48532 196.79688 497.06345 197.32812Q497.64157 197.84375 497.64157 198.75ZM496.9072 202.0625Q496.9072 201.46875 496.51657 201.09375Q496.14157 200.71875 495.5322 200.71875Q494.92282 200.71875 494.54782 201.09375Q494.18845 201.45312 494.18845 202.0625Q494.18845 202.67188 494.54782 203.01562Q494.9072 203.35938 495.54782 203.35938Q496.17282 203.35938 496.5322 203.01562Q496.9072 202.65625 496.9072 202.0625ZM495.54782 197.53125Q495.01657 197.53125 494.67282 197.85938Q494.3447 198.1875 494.3447 198.76562Q494.3447 199.29688 494.67282 199.64062Q495.00095 199.96875 495.5322 199.96875Q496.07907 199.96875 496.4072 199.64062Q496.73532 199.29688 496.73532 198.76562Q496.73532 198.21875 496.39157 197.875Q496.06345 197.53125 495.54782 197.53125ZM503.7822 200.96875Q503.7822 202.54688 503.23532 203.32812Q502.70407 204.09375 501.54782 204.09375Q500.4072 204.09375 499.86032 203.34375Q499.31345 202.59375 499.29782 201.09375L499.29782 199.89062Q499.29782 198.3125 499.82907 197.5625Q500.37595 196.79688 501.5322 196.79688Q502.68845 196.79688 503.2197 197.53125Q503.76657 198.26562 503.7822 199.79688L503.7822 200.96875ZM502.87595 199.73438Q502.87595 198.57812 502.54782 198.0625Q502.23532 197.53125 501.5322 197.53125Q500.8447 197.53125 500.51657 198.0625Q500.20407 198.57812 500.20407 199.65625L500.20407 201.10938Q500.20407 202.26562 500.5322 202.8125Q500.87595 203.35938 501.54782 203.35938Q502.2197 203.35938 502.5322 202.84375Q502.86032 202.32812 502.87595 201.21875L502.87595 199.73438ZM505.25095 198.25Q505.25095 197.625 505.6572 197.20312Q506.06345 196.78125 506.70407 196.78125Q507.36032 196.78125 507.75095 197.20312Q508.1572 197.625 508.1572 198.28125L508.1572 198.64062Q508.1572 199.28125 507.75095 199.6875Q507.3447 200.09375 506.7197 200.09375Q506.07907 200.09375 505.6572 199.6875Q505.25095 199.28125 505.25095 198.59375L505.25095 198.25ZM505.92282 198.64062Q505.92282 199.01562 506.12595 199.26562Q506.3447 199.5 506.7197 199.5Q507.06345 199.5 507.26657 199.26562Q507.48532 199.03125 507.48532 198.60938L507.48532 198.25Q507.48532 197.875 507.26657 197.625Q507.06345 197.375 506.70407 197.375Q506.3447 197.375 506.12595 197.625Q505.92282 197.875 505.92282 198.28125L505.92282 198.64062ZM508.70407 202.25Q508.70407 201.60938 509.11032 201.20312Q509.5322 200.79688 510.1572 200.79688Q510.79782 200.79688 511.20407 201.20312Q511.62595 201.60938 511.62595 202.29688L511.62595 202.64062Q511.62595 203.28125 511.2197 203.70312Q510.81345 204.10938 510.17282 204.10938Q509.54782 204.10938 509.12595 203.70312Q508.70407 203.28125 508.70407 202.60938L508.70407 202.25ZM509.39157 202.64062Q509.39157 203.01562 509.5947 203.26562Q509.81345 203.51562 510.17282 203.51562Q510.5322 203.51562 510.73532 203.28125Q510.95407 203.03125 510.95407 202.625L510.95407 202.25Q510.95407 201.875 510.73532 201.625Q510.51657 201.375 510.17282 201.375Q509.81345 201.375 509.5947 201.625Q509.39157 201.85938 509.39157 202.28125L509.39157 202.64062ZM506.92282 203.46875L506.4072 203.14062L509.87595 197.57812L510.39157 197.90625L506.92282 203.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M524.542 264.75Q524.542 265.28125 524.26074 265.70312Q523.9795 266.10938 523.4951 266.34375Q524.0576 266.57812 524.3701 267.04688Q524.69824 267.5 524.69824 268.07812Q524.69824 269.0 524.07324 269.54688Q523.46387 270.09375 522.44824 270.09375Q521.417 270.09375 520.792 269.54688Q520.1826 269.0 520.1826 268.07812Q520.1826 267.5 520.4951 267.04688Q520.8076 266.57812 521.3701 266.34375Q520.90137 266.10938 520.6201 265.6875Q520.3545 265.26562 520.3545 264.75Q520.3545 263.84375 520.917 263.32812Q521.4951 262.79688 522.44824 262.79688Q523.38574 262.79688 523.96387 263.32812Q524.542 263.84375 524.542 264.75ZM523.8076 268.0625Q523.8076 267.46875 523.417 267.09375Q523.042 266.71875 522.4326 266.71875Q521.82324 266.71875 521.44824 267.09375Q521.08887 267.45312 521.08887 268.0625Q521.08887 268.67188 521.44824 269.01562Q521.8076 269.35938 522.44824 269.35938Q523.07324 269.35938 523.4326 269.01562Q523.8076 268.65625 523.8076 268.0625ZM522.44824 263.53125Q521.917 263.53125 521.57324 263.85938Q521.2451 264.1875 521.2451 264.76562Q521.2451 265.29688 521.57324 265.64062Q521.90137 265.96875 522.4326 265.96875Q522.9795 265.96875 523.3076 265.64062Q523.63574 265.29688 523.63574 264.76562Q523.63574 264.21875 523.292 263.875Q522.96387 263.53125 522.44824 263.53125ZM529.77637 262.89062L529.77637 263.65625L529.6045 263.65625Q528.5576 263.67188 527.9326 264.28125Q527.3076 264.875 527.19824 265.98438Q527.76074 265.34375 528.7295 265.34375Q529.667 265.34375 530.21387 266.0Q530.77637 266.64062 530.77637 267.6875Q530.77637 268.78125 530.167 269.4375Q529.57324 270.09375 528.57324 270.09375Q527.5576 270.09375 526.917 269.3125Q526.27637 268.53125 526.27637 267.29688L526.27637 266.95312Q526.27637 264.98438 527.1045 263.95312Q527.94824 262.90625 529.6045 262.89062L529.77637 262.89062ZM528.58887 266.09375Q528.1201 266.09375 527.7295 266.375Q527.33887 266.64062 527.1826 267.0625L527.1826 267.39062Q527.1826 268.28125 527.57324 268.8125Q527.9795 269.34375 528.57324 269.34375Q529.1826 269.34375 529.52637 268.90625Q529.88574 268.45312 529.88574 267.71875Q529.88574 266.98438 529.52637 266.54688Q529.167 266.09375 528.58887 266.09375ZM532.15137 264.25Q532.15137 263.625 532.5576 263.20312Q532.96387 262.78125 533.6045 262.78125Q534.26074 262.78125 534.65137 263.20312Q535.0576 263.625 535.0576 264.28125L535.0576 264.64062Q535.0576 265.28125 534.65137 265.6875Q534.2451 266.09375 533.6201 266.09375Q532.9795 266.09375 532.5576 265.6875Q532.15137 265.28125 532.15137 264.59375L532.15137 264.25ZM532.82324 264.64062Q532.82324 265.01562 533.02637 265.26562Q533.2451 265.5 533.6201 265.5Q533.96387 265.5 534.167 265.26562Q534.38574 265.03125 534.38574 264.60938L534.38574 264.25Q534.38574 263.875 534.167 263.625Q533.96387 263.375 533.6045 263.375Q533.2451 263.375 533.02637 263.625Q532.82324 263.875 532.82324 264.28125L532.82324 264.64062ZM535.6045 268.25Q535.6045 267.60938 536.01074 267.20312Q536.4326 266.79688 537.0576 266.79688Q537.69824 266.79688 538.1045 267.20312Q538.52637 267.60938 538.52637 268.29688L538.52637 268.64062Q538.52637 269.28125 538.1201 269.70312Q537.71387 270.10938 537.07324 270.10938Q536.44824 270.10938 536.02637 269.70312Q535.6045 269.28125 535.6045 268.60938L535.6045 268.25ZM536.292 268.64062Q536.292 269.01562 536.4951 269.26562Q536.71387 269.51562 537.07324 269.51562Q537.4326 269.51562 537.63574 269.28125Q537.8545 269.03125 537.8545 268.625L537.8545 268.25Q537.8545 267.875 537.63574 267.625Q537.417 267.375 537.07324 267.375Q536.71387 267.375 536.4951 267.625Q536.292 267.85938 536.292 268.28125L536.292 268.64062ZM533.82324 269.46875L533.3076 269.14062L536.77637 263.57812L537.292 263.90625L533.82324 269.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M524.542 264.75Q524.542 265.28125 524.26074 265.70312Q523.9795 266.10938 523.4951 266.34375Q524.0576 266.57812 524.3701 267.04688Q524.69824 267.5 524.69824 268.07812Q524.69824 269.0 524.07324 269.54688Q523.46387 270.09375 522.44824 270.09375Q521.417 270.09375 520.792 269.54688Q520.1826 269.0 520.1826 268.07812Q520.1826 267.5 520.4951 267.04688Q520.8076 266.57812 521.3701 266.34375Q520.90137 266.10938 520.6201 265.6875Q520.3545 265.26562 520.3545 264.75Q520.3545 263.84375 520.917 263.32812Q521.4951 262.79688 522.44824 262.79688Q523.38574 262.79688 523.96387 263.32812Q524.542 263.84375 524.542 264.75ZM523.8076 268.0625Q523.8076 267.46875 523.417 267.09375Q523.042 266.71875 522.4326 266.71875Q521.82324 266.71875 521.44824 267.09375Q521.08887 267.45312 521.08887 268.0625Q521.08887 268.67188 521.44824 269.01562Q521.8076 269.35938 522.44824 269.35938Q523.07324 269.35938 523.4326 269.01562Q523.8076 268.65625 523.8076 268.0625ZM522.44824 263.53125Q521.917 263.53125 521.57324 263.85938Q521.2451 264.1875 521.2451 264.76562Q521.2451 265.29688 521.57324 265.64062Q521.90137 265.96875 522.4326 265.96875Q522.9795 265.96875 523.3076 265.64062Q523.63574 265.29688 523.63574 264.76562Q523.63574 264.21875 523.292 263.875Q522.96387 263.53125 522.44824 263.53125ZM529.77637 262.89062L529.77637 263.65625L529.6045 263.65625Q528.5576 263.67188 527.9326 264.28125Q527.3076 264.875 527.19824 265.98438Q527.76074 265.34375 528.7295 265.34375Q529.667 265.34375 530.21387 266.0Q530.77637 266.64062 530.77637 267.6875Q530.77637 268.78125 530.167 269.4375Q529.57324 270.09375 528.57324 270.09375Q527.5576 270.09375 526.917 269.3125Q526.27637 268.53125 526.27637 267.29688L526.27637 266.95312Q526.27637 264.98438 527.1045 263.95312Q527.94824 262.90625 529.6045 262.89062L529.77637 262.89062ZM528.58887 266.09375Q528.1201 266.09375 527.7295 266.375Q527.33887 266.64062 527.1826 267.0625L527.1826 267.39062Q527.1826 268.28125 527.57324 268.8125Q527.9795 269.34375 528.57324 269.34375Q529.1826 269.34375 529.52637 268.90625Q529.88574 268.45312 529.88574 267.71875Q529.88574 266.98438 529.52637 266.54688Q529.167 266.09375 528.58887 266.09375ZM532.15137 264.25Q532.15137 263.625 532.5576 263.20312Q532.96387 262.78125 533.6045 262.78125Q534.26074 262.78125 534.65137 263.20312Q535.0576 263.625 535.0576 264.28125L535.0576 264.64062Q535.0576 265.28125 534.65137 265.6875Q534.2451 266.09375 533.6201 266.09375Q532.9795 266.09375 532.5576 265.6875Q532.15137 265.28125 532.15137 264.59375L532.15137 264.25ZM532.82324 264.64062Q532.82324 265.01562 533.02637 265.26562Q533.2451 265.5 533.6201 265.5Q533.96387 265.5 534.167 265.26562Q534.38574 265.03125 534.38574 264.60938L534.38574 264.25Q534.38574 263.875 534.167 263.625Q533.96387 263.375 533.6045 263.375Q533.2451 263.375 533.02637 263.625Q532.82324 263.875 532.82324 264.28125L532.82324 264.64062ZM535.6045 268.25Q535.6045 267.60938 536.01074 267.20312Q536.4326 266.79688 537.0576 266.79688Q537.69824 266.79688 538.1045 267.20312Q538.52637 267.60938 538.52637 268.29688L538.52637 268.64062Q538.52637 269.28125 538.1201 269.70312Q537.71387 270.10938 537.07324 270.10938Q536.44824 270.10938 536.02637 269.70312Q535.6045 269.28125 535.6045 268.60938L535.6045 268.25ZM536.292 268.64062Q536.292 269.01562 536.4951 269.26562Q536.71387 269.51562 537.07324 269.51562Q537.4326 269.51562 537.63574 269.28125Q537.8545 269.03125 537.8545 268.625L537.8545 268.25Q537.8545 267.875 537.63574 267.625Q537.417 267.375 537.07324 267.375Q536.71387 267.375 536.4951 267.625Q536.292 267.85938 536.292 268.28125L536.292 268.64062ZM533.82324 269.46875L533.3076 269.14062L536.77637 263.57812L537.292 263.90625L533.82324 269.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M513.0664 77.75Q513.0664 78.28125 512.78516 78.703125Q512.5039 79.109375 512.01953 79.34375Q512.58203 79.578125 512.89453 80.046875Q513.22266 80.5 513.22266 81.078125Q513.22266 82.0 512.59766 82.546875Q511.98828 83.09375 510.97266 83.09375Q509.9414 83.09375 509.3164 82.546875Q508.70703 82.0 508.70703 81.078125Q508.70703 80.5 509.01953 80.046875Q509.33203 79.578125 509.89453 79.34375Q509.42578 79.109375 509.14453 78.6875Q508.8789 78.265625 508.8789 77.75Q508.8789 76.84375 509.4414 76.328125Q510.01953 75.796875 510.97266 75.796875Q511.91016 75.796875 512.4883 76.328125Q513.0664 76.84375 513.0664 77.75ZM512.33203 81.0625Q512.33203 80.46875 511.9414 80.09375Q511.5664 79.71875 510.95703 79.71875Q510.34766 79.71875 509.97266 80.09375Q509.61328 80.453125 509.61328 81.0625Q509.61328 81.671875 509.97266 82.015625Q510.33203 82.359375 510.97266 82.359375Q511.59766 82.359375 511.95703 82.015625Q512.33203 81.65625 512.33203 81.0625ZM510.97266 76.53125Q510.4414 76.53125 510.09766 76.859375Q509.76953 77.1875 509.76953 77.765625Q509.76953 78.296875 510.09766 78.640625Q510.42578 78.96875 510.95703 78.96875Q511.5039 78.96875 511.83203 78.640625Q512.16016 78.296875 512.16016 77.765625Q512.16016 77.21875 511.8164 76.875Q511.48828 76.53125 510.97266 76.53125ZM516.0664 79.0L516.7383 79.0Q517.3789 79.0 517.7383 78.671875Q518.1133 78.34375 518.1133 77.78125Q518.1133 76.53125 516.8633 76.53125Q516.28516 76.53125 515.9258 76.875Q515.58203 77.203125 515.58203 77.75L514.6758 77.75Q514.6758 76.90625 515.3008 76.359375Q515.9258 75.796875 516.8633 75.796875Q517.8789 75.796875 518.4414 76.328125Q519.01953 76.859375 519.01953 77.796875Q519.01953 78.265625 518.72266 78.703125Q518.4258 79.140625 517.89453 79.359375Q518.4883 79.53125 518.8008 79.96875Q519.1289 80.390625 519.1289 81.015625Q519.1289 81.96875 518.5039 82.53125Q517.8789 83.09375 516.8789 83.09375Q515.8789 83.09375 515.2383 82.5625Q514.6133 82.015625 514.6133 81.125L515.53516 81.125Q515.53516 81.6875 515.89453 82.03125Q516.2539 82.359375 516.8789 82.359375Q517.53516 82.359375 517.8789 82.015625Q518.22266 81.671875 518.22266 81.03125Q518.22266 80.421875 517.83203 80.09375Q517.45703 79.75 516.7383 79.75L516.0664 79.75L516.0664 79.0ZM520.6758 77.25Q520.6758 76.625 521.08203 76.203125Q521.4883 75.78125 522.1289 75.78125Q522.78516 75.78125 523.1758 76.203125Q523.58203 76.625 523.58203 77.28125L523.58203 77.640625Q523.58203 78.28125 523.1758 78.6875Q522.76953 79.09375 522.14453 79.09375Q521.5039 79.09375 521.08203 78.6875Q520.6758 78.28125 520.6758 77.59375L520.6758 77.25ZM521.34766 77.640625Q521.34766 78.015625 521.5508 78.265625Q521.76953 78.5 522.14453 78.5Q522.4883 78.5 522.6914 78.265625Q522.91016 78.03125 522.91016 77.609375L522.91016 77.25Q522.91016 76.875 522.6914 76.625Q522.4883 76.375 522.1289 76.375Q521.76953 76.375 521.5508 76.625Q521.34766 76.875 521.34766 77.28125L521.34766 77.640625ZM524.1289 81.25Q524.1289 80.609375 524.53516 80.203125Q524.95703 79.796875 525.58203 79.796875Q526.22266 79.796875 526.6289 80.203125Q527.0508 80.609375 527.0508 81.296875L527.0508 81.640625Q527.0508 82.28125 526.64453 82.703125Q526.2383 83.109375 525.59766 83.109375Q524.97266 83.109375 524.5508 82.703125Q524.1289 82.28125 524.1289 81.609375L524.1289 81.25ZM524.8164 81.640625Q524.8164 82.015625 525.01953 82.265625Q525.2383 82.515625 525.59766 82.515625Q525.95703 82.515625 526.16016 82.28125Q526.3789 82.03125 526.3789 81.625L526.3789 81.25Q526.3789 80.875 526.16016 80.625Q525.9414 80.375 525.59766 80.375Q525.2383 80.375 525.01953 80.625Q524.8164 80.859375 524.8164 81.28125L524.8164 81.640625ZM522.34766 82.46875L521.83203 82.140625L525.3008 76.578125L525.8164 76.90625L522.34766 82.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M513.0664 77.75Q513.0664 78.28125 512.78516 78.703125Q512.5039 79.109375 512.01953 79.34375Q512.58203 79.578125 512.89453 80.046875Q513.22266 80.5 513.22266 81.078125Q513.22266 82.0 512.59766 82.546875Q511.98828 83.09375 510.97266 83.09375Q509.9414 83.09375 509.3164 82.546875Q508.70703 82.0 508.70703 81.078125Q508.70703 80.5 509.01953 80.046875Q509.33203 79.578125 509.89453 79.34375Q509.42578 79.109375 509.14453 78.6875Q508.8789 78.265625 508.8789 77.75Q508.8789 76.84375 509.4414 76.328125Q510.01953 75.796875 510.97266 75.796875Q511.91016 75.796875 512.4883 76.328125Q513.0664 76.84375 513.0664 77.75ZM512.33203 81.0625Q512.33203 80.46875 511.9414 80.09375Q511.5664 79.71875 510.95703 79.71875Q510.34766 79.71875 509.97266 80.09375Q509.61328 80.453125 509.61328 81.0625Q509.61328 81.671875 509.97266 82.015625Q510.33203 82.359375 510.97266 82.359375Q511.59766 82.359375 511.95703 82.015625Q512.33203 81.65625 512.33203 81.0625ZM510.97266 76.53125Q510.4414 76.53125 510.09766 76.859375Q509.76953 77.1875 509.76953 77.765625Q509.76953 78.296875 510.09766 78.640625Q510.42578 78.96875 510.95703 78.96875Q511.5039 78.96875 511.83203 78.640625Q512.16016 78.296875 512.16016 77.765625Q512.16016 77.21875 511.8164 76.875Q511.48828 76.53125 510.97266 76.53125ZM516.0664 79.0L516.7383 79.0Q517.3789 79.0 517.7383 78.671875Q518.1133 78.34375 518.1133 77.78125Q518.1133 76.53125 516.8633 76.53125Q516.28516 76.53125 515.9258 76.875Q515.58203 77.203125 515.58203 77.75L514.6758 77.75Q514.6758 76.90625 515.3008 76.359375Q515.9258 75.796875 516.8633 75.796875Q517.8789 75.796875 518.4414 76.328125Q519.01953 76.859375 519.01953 77.796875Q519.01953 78.265625 518.72266 78.703125Q518.4258 79.140625 517.89453 79.359375Q518.4883 79.53125 518.8008 79.96875Q519.1289 80.390625 519.1289 81.015625Q519.1289 81.96875 518.5039 82.53125Q517.8789 83.09375 516.8789 83.09375Q515.8789 83.09375 515.2383 82.5625Q514.6133 82.015625 514.6133 81.125L515.53516 81.125Q515.53516 81.6875 515.89453 82.03125Q516.2539 82.359375 516.8789 82.359375Q517.53516 82.359375 517.8789 82.015625Q518.22266 81.671875 518.22266 81.03125Q518.22266 80.421875 517.83203 80.09375Q517.45703 79.75 516.7383 79.75L516.0664 79.75L516.0664 79.0ZM520.6758 77.25Q520.6758 76.625 521.08203 76.203125Q521.4883 75.78125 522.1289 75.78125Q522.78516 75.78125 523.1758 76.203125Q523.58203 76.625 523.58203 77.28125L523.58203 77.640625Q523.58203 78.28125 523.1758 78.6875Q522.76953 79.09375 522.14453 79.09375Q521.5039 79.09375 521.08203 78.6875Q520.6758 78.28125 520.6758 77.59375L520.6758 77.25ZM521.34766 77.640625Q521.34766 78.015625 521.5508 78.265625Q521.76953 78.5 522.14453 78.5Q522.4883 78.5 522.6914 78.265625Q522.91016 78.03125 522.91016 77.609375L522.91016 77.25Q522.91016 76.875 522.6914 76.625Q522.4883 76.375 522.1289 76.375Q521.76953 76.375 521.5508 76.625Q521.34766 76.875 521.34766 77.28125L521.34766 77.640625ZM524.1289 81.25Q524.1289 80.609375 524.53516 80.203125Q524.95703 79.796875 525.58203 79.796875Q526.22266 79.796875 526.6289 80.203125Q527.0508 80.609375 527.0508 81.296875L527.0508 81.640625Q527.0508 82.28125 526.64453 82.703125Q526.2383 83.109375 525.59766 83.109375Q524.97266 83.109375 524.5508 82.703125Q524.1289 82.28125 524.1289 81.609375L524.1289 81.25ZM524.8164 81.640625Q524.8164 82.015625 525.01953 82.265625Q525.2383 82.515625 525.59766 82.515625Q525.95703 82.515625 526.16016 82.28125Q526.3789 82.03125 526.3789 81.625L526.3789 81.25Q526.3789 80.875 526.16016 80.625Q525.9414 80.375 525.59766 80.375Q525.2383 80.375 525.01953 80.625Q524.8164 80.859375 524.8164 81.28125L524.8164 81.640625ZM522.34766 82.46875L521.83203 82.140625L525.3008 76.578125L525.8164 76.90625L522.34766 82.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M543.35974 145.875Q543.0785 146.21875 542.68787 146.42188Q542.29724 146.625 541.8285 146.625Q541.2191 146.625 540.75037 146.32812Q540.29724 146.01562 540.04724 145.46875Q539.79724 144.92188 539.79724 144.25Q539.79724 143.54688 540.06287 142.96875Q540.3441 142.39062 540.8441 142.09375Q541.3441 141.79688 542.00037 141.79688Q543.06287 141.79688 543.67224 142.59375Q544.2816 143.375 544.2816 144.73438L544.2816 145.0Q544.2816 147.07812 543.4535 148.03125Q542.641 148.98438 540.98474 149.0L540.79724 149.0L540.79724 148.25L541.00037 148.25Q542.10974 148.21875 542.7035 147.65625Q543.31287 147.09375 543.35974 145.875ZM541.9691 145.875Q542.42224 145.875 542.79724 145.59375Q543.18787 145.3125 543.37537 144.90625L543.37537 144.54688Q543.37537 143.65625 542.98474 143.10938Q542.5941 142.54688 542.016 142.54688Q541.4066 142.54688 541.04724 143.0Q540.68787 143.45312 540.68787 144.20312Q540.68787 144.9375 541.0316 145.40625Q541.391 145.875 541.9691 145.875ZM548.87537 149.0L547.9691 149.0L547.9691 142.98438L546.141 143.64062L546.141 142.82812L548.73474 141.85938L548.87537 141.85938L548.87537 149.0ZM551.8285 143.25Q551.8285 142.625 552.23474 142.20312Q552.641 141.78125 553.2816 141.78125Q553.93787 141.78125 554.3285 142.20312Q554.73474 142.625 554.73474 143.28125L554.73474 143.64062Q554.73474 144.28125 554.3285 144.6875Q553.92224 145.09375 553.29724 145.09375Q552.6566 145.09375 552.23474 144.6875Q551.8285 144.28125 551.8285 143.59375L551.8285 143.25ZM552.50037 143.64062Q552.50037 144.01562 552.7035 144.26562Q552.92224 144.5 553.29724 144.5Q553.641 144.5 553.8441 144.26562Q554.06287 144.03125 554.06287 143.60938L554.06287 143.25Q554.06287 142.875 553.8441 142.625Q553.641 142.375 553.2816 142.375Q552.92224 142.375 552.7035 142.625Q552.50037 142.875 552.50037 143.28125L552.50037 143.64062ZM555.2816 147.25Q555.2816 146.60938 555.68787 146.20312Q556.10974 145.79688 556.73474 145.79688Q557.37537 145.79688 557.7816 146.20312Q558.2035 146.60938 558.2035 147.29688L558.2035 147.64062Q558.2035 148.28125 557.79724 148.70312Q557.391 149.10938 556.75037 149.10938Q556.12537 149.10938 555.7035 148.70312Q555.2816 148.28125 555.2816 147.60938L555.2816 147.25ZM555.9691 147.64062Q555.9691 148.01562 556.17224 148.26562Q556.391 148.51562 556.75037 148.51562Q557.10974 148.51562 557.31287 148.28125Q557.5316 148.03125 557.5316 147.625L557.5316 147.25Q557.5316 146.875 557.31287 146.625Q557.0941 146.375 556.75037 146.375Q556.391 146.375 556.17224 146.625Q555.9691 146.85938 555.9691 147.28125L555.9691 147.64062ZM553.50037 148.46875L552.98474 148.14062L556.4535 142.57812L556.9691 142.90625L553.50037 148.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M543.35974 145.875Q543.0785 146.21875 542.68787 146.42188Q542.29724 146.625 541.8285 146.625Q541.2191 146.625 540.75037 146.32812Q540.29724 146.01562 540.04724 145.46875Q539.79724 144.92188 539.79724 144.25Q539.79724 143.54688 540.06287 142.96875Q540.3441 142.39062 540.8441 142.09375Q541.3441 141.79688 542.00037 141.79688Q543.06287 141.79688 543.67224 142.59375Q544.2816 143.375 544.2816 144.73438L544.2816 145.0Q544.2816 147.07812 543.4535 148.03125Q542.641 148.98438 540.98474 149.0L540.79724 149.0L540.79724 148.25L541.00037 148.25Q542.10974 148.21875 542.7035 147.65625Q543.31287 147.09375 543.35974 145.875ZM541.9691 145.875Q542.42224 145.875 542.79724 145.59375Q543.18787 145.3125 543.37537 144.90625L543.37537 144.54688Q543.37537 143.65625 542.98474 143.10938Q542.5941 142.54688 542.016 142.54688Q541.4066 142.54688 541.04724 143.0Q540.68787 143.45312 540.68787 144.20312Q540.68787 144.9375 541.0316 145.40625Q541.391 145.875 541.9691 145.875ZM548.87537 149.0L547.9691 149.0L547.9691 142.98438L546.141 143.64062L546.141 142.82812L548.73474 141.85938L548.87537 141.85938L548.87537 149.0ZM551.8285 143.25Q551.8285 142.625 552.23474 142.20312Q552.641 141.78125 553.2816 141.78125Q553.93787 141.78125 554.3285 142.20312Q554.73474 142.625 554.73474 143.28125L554.73474 143.64062Q554.73474 144.28125 554.3285 144.6875Q553.92224 145.09375 553.29724 145.09375Q552.6566 145.09375 552.23474 144.6875Q551.8285 144.28125 551.8285 143.59375L551.8285 143.25ZM552.50037 143.64062Q552.50037 144.01562 552.7035 144.26562Q552.92224 144.5 553.29724 144.5Q553.641 144.5 553.8441 144.26562Q554.06287 144.03125 554.06287 143.60938L554.06287 143.25Q554.06287 142.875 553.8441 142.625Q553.641 142.375 553.2816 142.375Q552.92224 142.375 552.7035 142.625Q552.50037 142.875 552.50037 143.28125L552.50037 143.64062ZM555.2816 147.25Q555.2816 146.60938 555.68787 146.20312Q556.10974 145.79688 556.73474 145.79688Q557.37537 145.79688 557.7816 146.20312Q558.2035 146.60938 558.2035 147.29688L558.2035 147.64062Q558.2035 148.28125 557.79724 148.70312Q557.391 149.10938 556.75037 149.10938Q556.12537 149.10938 555.7035 148.70312Q555.2816 148.28125 555.2816 147.60938L555.2816 147.25ZM555.9691 147.64062Q555.9691 148.01562 556.17224 148.26562Q556.391 148.51562 556.75037 148.51562Q557.10974 148.51562 557.31287 148.28125Q557.5316 148.03125 557.5316 147.625L557.5316 147.25Q557.5316 146.875 557.31287 146.625Q557.0941 146.375 556.75037 146.375Q556.391 146.375 556.17224 146.625Q555.9691 146.85938 555.9691 147.28125L555.9691 147.64062ZM553.50037 148.46875L552.98474 148.14062L556.4535 142.57812L556.9691 142.90625L553.50037 148.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M508.79053 209.75Q508.79053 210.28125 508.50928 210.70312Q508.22803 211.10938 507.74365 211.34375Q508.30615 211.57812 508.61865 212.04688Q508.94678 212.5 508.94678 213.07812Q508.94678 214.0 508.32178 214.54688Q507.7124 215.09375 506.69678 215.09375Q505.66553 215.09375 505.04053 214.54688Q504.43115 214.0 504.43115 213.07812Q504.43115 212.5 504.74365 212.04688Q505.05615 211.57812 505.61865 211.34375Q505.1499 211.10938 504.86865 210.6875Q504.60303 210.26562 504.60303 209.75Q504.60303 208.84375 505.16553 208.32812Q505.74365 207.79688 506.69678 207.79688Q507.63428 207.79688 508.2124 208.32812Q508.79053 208.84375 508.79053 209.75ZM508.05615 213.0625Q508.05615 212.46875 507.66553 212.09375Q507.29053 211.71875 506.68115 211.71875Q506.07178 211.71875 505.69678 212.09375Q505.3374 212.45312 505.3374 213.0625Q505.3374 213.67188 505.69678 214.01562Q506.05615 214.35938 506.69678 214.35938Q507.32178 214.35938 507.68115 214.01562Q508.05615 213.65625 508.05615 213.0625ZM506.69678 208.53125Q506.16553 208.53125 505.82178 208.85938Q505.49365 209.1875 505.49365 209.76562Q505.49365 210.29688 505.82178 210.64062Q506.1499 210.96875 506.68115 210.96875Q507.22803 210.96875 507.55615 210.64062Q507.88428 210.29688 507.88428 209.76562Q507.88428 209.21875 507.54053 208.875Q507.2124 208.53125 506.69678 208.53125ZM515.1343 215.0L510.47803 215.0L510.47803 214.34375L512.93115 211.60938Q513.478 211.0 513.68115 210.60938Q513.8999 210.21875 513.8999 209.79688Q513.8999 209.25 513.55615 208.89062Q513.228 208.53125 512.6655 208.53125Q511.99365 208.53125 511.61865 208.92188Q511.24365 209.29688 511.24365 209.98438L510.3374 209.98438Q510.3374 209.0 510.9624 208.40625Q511.60303 207.79688 512.6655 207.79688Q513.6499 207.79688 514.228 208.3125Q514.80615 208.82812 514.80615 209.70312Q514.80615 210.75 513.4624 212.20312L511.57178 214.26562L515.1343 214.26562L515.1343 215.0ZM516.3999 209.25Q516.3999 208.625 516.80615 208.20312Q517.2124 207.78125 517.853 207.78125Q518.5093 207.78125 518.8999 208.20312Q519.30615 208.625 519.30615 209.28125L519.30615 209.64062Q519.30615 210.28125 518.8999 210.6875Q518.49365 211.09375 517.86865 211.09375Q517.228 211.09375 516.80615 210.6875Q516.3999 210.28125 516.3999 209.59375L516.3999 209.25ZM517.0718 209.64062Q517.0718 210.01562 517.2749 210.26562Q517.49365 210.5 517.86865 210.5Q518.2124 210.5 518.4155 210.26562Q518.6343 210.03125 518.6343 209.60938L518.6343 209.25Q518.6343 208.875 518.4155 208.625Q518.2124 208.375 517.853 208.375Q517.49365 208.375 517.2749 208.625Q517.0718 208.875 517.0718 209.28125L517.0718 209.64062ZM519.853 213.25Q519.853 212.60938 520.2593 212.20312Q520.68115 211.79688 521.30615 211.79688Q521.9468 211.79688 522.353 212.20312Q522.7749 212.60938 522.7749 213.29688L522.7749 213.64062Q522.7749 214.28125 522.36865 214.70312Q521.9624 215.10938 521.3218 215.10938Q520.6968 215.10938 520.2749 214.70312Q519.853 214.28125 519.853 213.60938L519.853 213.25ZM520.5405 213.64062Q520.5405 214.01562 520.74365 214.26562Q520.9624 214.51562 521.3218 214.51562Q521.68115 214.51562 521.8843 214.28125Q522.103 214.03125 522.103 213.625L522.103 213.25Q522.103 212.875 521.8843 212.625Q521.6655 212.375 521.3218 212.375Q520.9624 212.375 520.74365 212.625Q520.5405 212.85938 520.5405 213.28125L520.5405 213.64062ZM518.0718 214.46875L517.55615 214.14062L521.0249 208.57812L521.5405 208.90625L518.0718 214.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M508.79053 209.75Q508.79053 210.28125 508.50928 210.70312Q508.22803 211.10938 507.74365 211.34375Q508.30615 211.57812 508.61865 212.04688Q508.94678 212.5 508.94678 213.07812Q508.94678 214.0 508.32178 214.54688Q507.7124 215.09375 506.69678 215.09375Q505.66553 215.09375 505.04053 214.54688Q504.43115 214.0 504.43115 213.07812Q504.43115 212.5 504.74365 212.04688Q505.05615 211.57812 505.61865 211.34375Q505.1499 211.10938 504.86865 210.6875Q504.60303 210.26562 504.60303 209.75Q504.60303 208.84375 505.16553 208.32812Q505.74365 207.79688 506.69678 207.79688Q507.63428 207.79688 508.2124 208.32812Q508.79053 208.84375 508.79053 209.75ZM508.05615 213.0625Q508.05615 212.46875 507.66553 212.09375Q507.29053 211.71875 506.68115 211.71875Q506.07178 211.71875 505.69678 212.09375Q505.3374 212.45312 505.3374 213.0625Q505.3374 213.67188 505.69678 214.01562Q506.05615 214.35938 506.69678 214.35938Q507.32178 214.35938 507.68115 214.01562Q508.05615 213.65625 508.05615 213.0625ZM506.69678 208.53125Q506.16553 208.53125 505.82178 208.85938Q505.49365 209.1875 505.49365 209.76562Q505.49365 210.29688 505.82178 210.64062Q506.1499 210.96875 506.68115 210.96875Q507.22803 210.96875 507.55615 210.64062Q507.88428 210.29688 507.88428 209.76562Q507.88428 209.21875 507.54053 208.875Q507.2124 208.53125 506.69678 208.53125ZM515.1343 215.0L510.47803 215.0L510.47803 214.34375L512.93115 211.60938Q513.478 211.0 513.68115 210.60938Q513.8999 210.21875 513.8999 209.79688Q513.8999 209.25 513.55615 208.89062Q513.228 208.53125 512.6655 208.53125Q511.99365 208.53125 511.61865 208.92188Q511.24365 209.29688 511.24365 209.98438L510.3374 209.98438Q510.3374 209.0 510.9624 208.40625Q511.60303 207.79688 512.6655 207.79688Q513.6499 207.79688 514.228 208.3125Q514.80615 208.82812 514.80615 209.70312Q514.80615 210.75 513.4624 212.20312L511.57178 214.26562L515.1343 214.26562L515.1343 215.0ZM516.3999 209.25Q516.3999 208.625 516.80615 208.20312Q517.2124 207.78125 517.853 207.78125Q518.5093 207.78125 518.8999 208.20312Q519.30615 208.625 519.30615 209.28125L519.30615 209.64062Q519.30615 210.28125 518.8999 210.6875Q518.49365 211.09375 517.86865 211.09375Q517.228 211.09375 516.80615 210.6875Q516.3999 210.28125 516.3999 209.59375L516.3999 209.25ZM517.0718 209.64062Q517.0718 210.01562 517.2749 210.26562Q517.49365 210.5 517.86865 210.5Q518.2124 210.5 518.4155 210.26562Q518.6343 210.03125 518.6343 209.60938L518.6343 209.25Q518.6343 208.875 518.4155 208.625Q518.2124 208.375 517.853 208.375Q517.49365 208.375 517.2749 208.625Q517.0718 208.875 517.0718 209.28125L517.0718 209.64062ZM519.853 213.25Q519.853 212.60938 520.2593 212.20312Q520.68115 211.79688 521.30615 211.79688Q521.9468 211.79688 522.353 212.20312Q522.7749 212.60938 522.7749 213.29688L522.7749 213.64062Q522.7749 214.28125 522.36865 214.70312Q521.9624 215.10938 521.3218 215.10938Q520.6968 215.10938 520.2749 214.70312Q519.853 214.28125 519.853 213.60938L519.853 213.25ZM520.5405 213.64062Q520.5405 214.01562 520.74365 214.26562Q520.9624 214.51562 521.3218 214.51562Q521.68115 214.51562 521.8843 214.28125Q522.103 214.03125 522.103 213.625L522.103 213.25Q522.103 212.875 521.8843 212.625Q521.6655 212.375 521.3218 212.375Q520.9624 212.375 520.74365 212.625Q520.5405 212.85938 520.5405 213.28125L520.5405 213.64062ZM518.0718 214.46875L517.55615 214.14062L521.0249 208.57812L521.5405 208.90625L518.0718 214.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M521.54175 275.75Q521.54175 276.28125 521.2605 276.70312Q520.97925 277.10938 520.4949 277.34375Q521.0574 277.57812 521.3699 278.04688Q521.698 278.5 521.698 279.07812Q521.698 280.0 521.073 280.54688Q520.4636 281.09375 519.448 281.09375Q518.41675 281.09375 517.79175 280.54688Q517.1824 280.0 517.1824 279.07812Q517.1824 278.5 517.4949 278.04688Q517.8074 277.57812 518.3699 277.34375Q517.9011 277.10938 517.6199 276.6875Q517.35425 276.26562 517.35425 275.75Q517.35425 274.84375 517.91675 274.32812Q518.4949 273.79688 519.448 273.79688Q520.3855 273.79688 520.9636 274.32812Q521.54175 274.84375 521.54175 275.75ZM520.8074 279.0625Q520.8074 278.46875 520.41675 278.09375Q520.04175 277.71875 519.4324 277.71875Q518.823 277.71875 518.448 278.09375Q518.0886 278.45312 518.0886 279.0625Q518.0886 279.67188 518.448 280.01562Q518.8074 280.35938 519.448 280.35938Q520.073 280.35938 520.4324 280.01562Q520.8074 279.65625 520.8074 279.0625ZM519.448 274.53125Q518.91675 274.53125 518.573 274.85938Q518.2449 275.1875 518.2449 275.76562Q518.2449 276.29688 518.573 276.64062Q518.9011 276.96875 519.4324 276.96875Q519.97925 276.96875 520.3074 276.64062Q520.6355 276.29688 520.6355 275.76562Q520.6355 275.21875 520.29175 274.875Q519.9636 274.53125 519.448 274.53125ZM523.6355 277.4375L524.0105 273.89062L527.6511 273.89062L527.6511 274.71875L524.7761 274.71875L524.5574 276.65625Q525.073 276.35938 525.7449 276.35938Q526.7136 276.35938 527.2761 277.0Q527.85425 277.64062 527.85425 278.73438Q527.85425 279.82812 527.2605 280.46875Q526.66675 281.09375 525.60425 281.09375Q524.66675 281.09375 524.0574 280.57812Q523.4636 280.04688 523.3855 279.125L524.2449 279.125Q524.323 279.73438 524.66675 280.04688Q525.0261 280.35938 525.60425 280.35938Q526.22925 280.35938 526.5886 279.9375Q526.948 279.5 526.948 278.75Q526.948 278.03125 526.5574 277.60938Q526.1824 277.17188 525.5261 277.17188Q524.948 277.17188 524.60425 277.42188L524.3699 277.625L523.6355 277.4375ZM529.1511 275.25Q529.1511 274.625 529.5574 274.20312Q529.9636 273.78125 530.60425 273.78125Q531.2605 273.78125 531.6511 274.20312Q532.0574 274.625 532.0574 275.28125L532.0574 275.64062Q532.0574 276.28125 531.6511 276.6875Q531.2449 277.09375 530.6199 277.09375Q529.97925 277.09375 529.5574 276.6875Q529.1511 276.28125 529.1511 275.59375L529.1511 275.25ZM529.823 275.64062Q529.823 276.01562 530.0261 276.26562Q530.2449 276.5 530.6199 276.5Q530.9636 276.5 531.16675 276.26562Q531.3855 276.03125 531.3855 275.60938L531.3855 275.25Q531.3855 274.875 531.16675 274.625Q530.9636 274.375 530.60425 274.375Q530.2449 274.375 530.0261 274.625Q529.823 274.875 529.823 275.28125L529.823 275.64062ZM532.60425 279.25Q532.60425 278.60938 533.0105 278.20312Q533.4324 277.79688 534.0574 277.79688Q534.698 277.79688 535.10425 278.20312Q535.5261 278.60938 535.5261 279.29688L535.5261 279.64062Q535.5261 280.28125 535.1199 280.70312Q534.7136 281.10938 534.073 281.10938Q533.448 281.10938 533.0261 280.70312Q532.60425 280.28125 532.60425 279.60938L532.60425 279.25ZM533.29175 279.64062Q533.29175 280.01562 533.4949 280.26562Q533.7136 280.51562 534.073 280.51562Q534.4324 280.51562 534.6355 280.28125Q534.85425 280.03125 534.85425 279.625L534.85425 279.25Q534.85425 278.875 534.6355 278.625Q534.41675 278.375 534.073 278.375Q533.7136 278.375 533.4949 278.625Q533.29175 278.85938 533.29175 279.28125L533.29175 279.64062ZM530.823 280.46875L530.3074 280.14062L533.7761 274.57812L534.29175 274.90625L530.823 280.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M521.54175 275.75Q521.54175 276.28125 521.2605 276.70312Q520.97925 277.10938 520.4949 277.34375Q521.0574 277.57812 521.3699 278.04688Q521.698 278.5 521.698 279.07812Q521.698 280.0 521.073 280.54688Q520.4636 281.09375 519.448 281.09375Q518.41675 281.09375 517.79175 280.54688Q517.1824 280.0 517.1824 279.07812Q517.1824 278.5 517.4949 278.04688Q517.8074 277.57812 518.3699 277.34375Q517.9011 277.10938 517.6199 276.6875Q517.35425 276.26562 517.35425 275.75Q517.35425 274.84375 517.91675 274.32812Q518.4949 273.79688 519.448 273.79688Q520.3855 273.79688 520.9636 274.32812Q521.54175 274.84375 521.54175 275.75ZM520.8074 279.0625Q520.8074 278.46875 520.41675 278.09375Q520.04175 277.71875 519.4324 277.71875Q518.823 277.71875 518.448 278.09375Q518.0886 278.45312 518.0886 279.0625Q518.0886 279.67188 518.448 280.01562Q518.8074 280.35938 519.448 280.35938Q520.073 280.35938 520.4324 280.01562Q520.8074 279.65625 520.8074 279.0625ZM519.448 274.53125Q518.91675 274.53125 518.573 274.85938Q518.2449 275.1875 518.2449 275.76562Q518.2449 276.29688 518.573 276.64062Q518.9011 276.96875 519.4324 276.96875Q519.97925 276.96875 520.3074 276.64062Q520.6355 276.29688 520.6355 275.76562Q520.6355 275.21875 520.29175 274.875Q519.9636 274.53125 519.448 274.53125ZM523.6355 277.4375L524.0105 273.89062L527.6511 273.89062L527.6511 274.71875L524.7761 274.71875L524.5574 276.65625Q525.073 276.35938 525.7449 276.35938Q526.7136 276.35938 527.2761 277.0Q527.85425 277.64062 527.85425 278.73438Q527.85425 279.82812 527.2605 280.46875Q526.66675 281.09375 525.60425 281.09375Q524.66675 281.09375 524.0574 280.57812Q523.4636 280.04688 523.3855 279.125L524.2449 279.125Q524.323 279.73438 524.66675 280.04688Q525.0261 280.35938 525.60425 280.35938Q526.22925 280.35938 526.5886 279.9375Q526.948 279.5 526.948 278.75Q526.948 278.03125 526.5574 277.60938Q526.1824 277.17188 525.5261 277.17188Q524.948 277.17188 524.60425 277.42188L524.3699 277.625L523.6355 277.4375ZM529.1511 275.25Q529.1511 274.625 529.5574 274.20312Q529.9636 273.78125 530.60425 273.78125Q531.2605 273.78125 531.6511 274.20312Q532.0574 274.625 532.0574 275.28125L532.0574 275.64062Q532.0574 276.28125 531.6511 276.6875Q531.2449 277.09375 530.6199 277.09375Q529.97925 277.09375 529.5574 276.6875Q529.1511 276.28125 529.1511 275.59375L529.1511 275.25ZM529.823 275.64062Q529.823 276.01562 530.0261 276.26562Q530.2449 276.5 530.6199 276.5Q530.9636 276.5 531.16675 276.26562Q531.3855 276.03125 531.3855 275.60938L531.3855 275.25Q531.3855 274.875 531.16675 274.625Q530.9636 274.375 530.60425 274.375Q530.2449 274.375 530.0261 274.625Q529.823 274.875 529.823 275.28125L529.823 275.64062ZM532.60425 279.25Q532.60425 278.60938 533.0105 278.20312Q533.4324 277.79688 534.0574 277.79688Q534.698 277.79688 535.10425 278.20312Q535.5261 278.60938 535.5261 279.29688L535.5261 279.64062Q535.5261 280.28125 535.1199 280.70312Q534.7136 281.10938 534.073 281.10938Q533.448 281.10938 533.0261 280.70312Q532.60425 280.28125 532.60425 279.60938L532.60425 279.25ZM533.29175 279.64062Q533.29175 280.01562 533.4949 280.26562Q533.7136 280.51562 534.073 280.51562Q534.4324 280.51562 534.6355 280.28125Q534.85425 280.03125 534.85425 279.625L534.85425 279.25Q534.85425 278.875 534.6355 278.625Q534.41675 278.375 534.073 278.375Q533.7136 278.375 533.4949 278.625Q533.29175 278.85938 533.29175 279.28125L533.29175 279.64062ZM530.823 280.46875L530.3074 280.14062L533.7761 274.57812L534.29175 274.90625L530.823 280.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M518.475 88.75Q518.475 89.28125 518.1937 89.703125Q517.9125 90.109375 517.4281 90.34375Q517.9906 90.578125 518.3031 91.046875Q518.6312 91.5 518.6312 92.078125Q518.6312 93.0 518.0062 93.546875Q517.39685 94.09375 516.3812 94.09375Q515.35 94.09375 514.725 93.546875Q514.1156 93.0 514.1156 92.078125Q514.1156 91.5 514.4281 91.046875Q514.7406 90.578125 515.3031 90.34375Q514.83435 90.109375 514.5531 89.6875Q514.2875 89.265625 514.2875 88.75Q514.2875 87.84375 514.85 87.328125Q515.4281 86.796875 516.3812 86.796875Q517.3187 86.796875 517.89685 87.328125Q518.475 87.84375 518.475 88.75ZM517.7406 92.0625Q517.7406 91.46875 517.35 91.09375Q516.975 90.71875 516.3656 90.71875Q515.7562 90.71875 515.3812 91.09375Q515.02185 91.453125 515.02185 92.0625Q515.02185 92.671875 515.3812 93.015625Q515.7406 93.359375 516.3812 93.359375Q517.0062 93.359375 517.3656 93.015625Q517.7406 92.65625 517.7406 92.0625ZM516.3812 87.53125Q515.85 87.53125 515.5062 87.859375Q515.1781 88.1875 515.1781 88.765625Q515.1781 89.296875 515.5062 89.640625Q515.83435 89.96875 516.3656 89.96875Q516.9125 89.96875 517.2406 89.640625Q517.5687 89.296875 517.5687 88.765625Q517.5687 88.21875 517.225 87.875Q516.89685 87.53125 516.3812 87.53125ZM520.5687 90.4375L520.9437 86.890625L524.58435 86.890625L524.58435 87.71875L521.70935 87.71875L521.4906 89.65625Q522.0062 89.359375 522.6781 89.359375Q523.64685 89.359375 524.20935 90.0Q524.7875 90.640625 524.7875 91.734375Q524.7875 92.828125 524.1937 93.46875Q523.6 94.09375 522.5375 94.09375Q521.6 94.09375 520.9906 93.578125Q520.39685 93.046875 520.3187 92.125L521.1781 92.125Q521.2562 92.734375 521.6 93.046875Q521.95935 93.359375 522.5375 93.359375Q523.1625 93.359375 523.52185 92.9375Q523.8812 92.5 523.8812 91.75Q523.8812 91.03125 523.4906 90.609375Q523.1156 90.171875 522.45935 90.171875Q521.8812 90.171875 521.5375 90.421875L521.3031 90.625L520.5687 90.4375ZM526.08435 88.25Q526.08435 87.625 526.4906 87.203125Q526.89685 86.78125 527.5375 86.78125Q528.1937 86.78125 528.58435 87.203125Q528.9906 87.625 528.9906 88.28125L528.9906 88.640625Q528.9906 89.28125 528.58435 89.6875Q528.1781 90.09375 527.5531 90.09375Q526.9125 90.09375 526.4906 89.6875Q526.08435 89.28125 526.08435 88.59375L526.08435 88.25ZM526.7562 88.640625Q526.7562 89.015625 526.95935 89.265625Q527.1781 89.5 527.5531 89.5Q527.89685 89.5 528.1 89.265625Q528.3187 89.03125 528.3187 88.609375L528.3187 88.25Q528.3187 87.875 528.1 87.625Q527.89685 87.375 527.5375 87.375Q527.1781 87.375 526.95935 87.625Q526.7562 87.875 526.7562 88.28125L526.7562 88.640625ZM529.5375 92.25Q529.5375 91.609375 529.9437 91.203125Q530.3656 90.796875 530.9906 90.796875Q531.6312 90.796875 532.0375 91.203125Q532.45935 91.609375 532.45935 92.296875L532.45935 92.640625Q532.45935 93.28125 532.0531 93.703125Q531.64685 94.109375 531.0062 94.109375Q530.3812 94.109375 529.95935 93.703125Q529.5375 93.28125 529.5375 92.609375L529.5375 92.25ZM530.225 92.640625Q530.225 93.015625 530.4281 93.265625Q530.64685 93.515625 531.0062 93.515625Q531.3656 93.515625 531.5687 93.28125Q531.7875 93.03125 531.7875 92.625L531.7875 92.25Q531.7875 91.875 531.5687 91.625Q531.35 91.375 531.0062 91.375Q530.64685 91.375 530.4281 91.625Q530.225 91.859375 530.225 92.28125L530.225 92.640625ZM527.7562 93.46875L527.2406 93.140625L530.70935 87.578125L531.225 87.90625L527.7562 93.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M518.475 88.75Q518.475 89.28125 518.1937 89.703125Q517.9125 90.109375 517.4281 90.34375Q517.9906 90.578125 518.3031 91.046875Q518.6312 91.5 518.6312 92.078125Q518.6312 93.0 518.0062 93.546875Q517.39685 94.09375 516.3812 94.09375Q515.35 94.09375 514.725 93.546875Q514.1156 93.0 514.1156 92.078125Q514.1156 91.5 514.4281 91.046875Q514.7406 90.578125 515.3031 90.34375Q514.83435 90.109375 514.5531 89.6875Q514.2875 89.265625 514.2875 88.75Q514.2875 87.84375 514.85 87.328125Q515.4281 86.796875 516.3812 86.796875Q517.3187 86.796875 517.89685 87.328125Q518.475 87.84375 518.475 88.75ZM517.7406 92.0625Q517.7406 91.46875 517.35 91.09375Q516.975 90.71875 516.3656 90.71875Q515.7562 90.71875 515.3812 91.09375Q515.02185 91.453125 515.02185 92.0625Q515.02185 92.671875 515.3812 93.015625Q515.7406 93.359375 516.3812 93.359375Q517.0062 93.359375 517.3656 93.015625Q517.7406 92.65625 517.7406 92.0625ZM516.3812 87.53125Q515.85 87.53125 515.5062 87.859375Q515.1781 88.1875 515.1781 88.765625Q515.1781 89.296875 515.5062 89.640625Q515.83435 89.96875 516.3656 89.96875Q516.9125 89.96875 517.2406 89.640625Q517.5687 89.296875 517.5687 88.765625Q517.5687 88.21875 517.225 87.875Q516.89685 87.53125 516.3812 87.53125ZM520.5687 90.4375L520.9437 86.890625L524.58435 86.890625L524.58435 87.71875L521.70935 87.71875L521.4906 89.65625Q522.0062 89.359375 522.6781 89.359375Q523.64685 89.359375 524.20935 90.0Q524.7875 90.640625 524.7875 91.734375Q524.7875 92.828125 524.1937 93.46875Q523.6 94.09375 522.5375 94.09375Q521.6 94.09375 520.9906 93.578125Q520.39685 93.046875 520.3187 92.125L521.1781 92.125Q521.2562 92.734375 521.6 93.046875Q521.95935 93.359375 522.5375 93.359375Q523.1625 93.359375 523.52185 92.9375Q523.8812 92.5 523.8812 91.75Q523.8812 91.03125 523.4906 90.609375Q523.1156 90.171875 522.45935 90.171875Q521.8812 90.171875 521.5375 90.421875L521.3031 90.625L520.5687 90.4375ZM526.08435 88.25Q526.08435 87.625 526.4906 87.203125Q526.89685 86.78125 527.5375 86.78125Q528.1937 86.78125 528.58435 87.203125Q528.9906 87.625 528.9906 88.28125L528.9906 88.640625Q528.9906 89.28125 528.58435 89.6875Q528.1781 90.09375 527.5531 90.09375Q526.9125 90.09375 526.4906 89.6875Q526.08435 89.28125 526.08435 88.59375L526.08435 88.25ZM526.7562 88.640625Q526.7562 89.015625 526.95935 89.265625Q527.1781 89.5 527.5531 89.5Q527.89685 89.5 528.1 89.265625Q528.3187 89.03125 528.3187 88.609375L528.3187 88.25Q528.3187 87.875 528.1 87.625Q527.89685 87.375 527.5375 87.375Q527.1781 87.375 526.95935 87.625Q526.7562 87.875 526.7562 88.28125L526.7562 88.640625ZM529.5375 92.25Q529.5375 91.609375 529.9437 91.203125Q530.3656 90.796875 530.9906 90.796875Q531.6312 90.796875 532.0375 91.203125Q532.45935 91.609375 532.45935 92.296875L532.45935 92.640625Q532.45935 93.28125 532.0531 93.703125Q531.64685 94.109375 531.0062 94.109375Q530.3812 94.109375 529.95935 93.703125Q529.5375 93.28125 529.5375 92.609375L529.5375 92.25ZM530.225 92.640625Q530.225 93.015625 530.4281 93.265625Q530.64685 93.515625 531.0062 93.515625Q531.3656 93.515625 531.5687 93.28125Q531.7875 93.03125 531.7875 92.625L531.7875 92.25Q531.7875 91.875 531.5687 91.625Q531.35 91.375 531.0062 91.375Q530.64685 91.375 530.4281 91.625Q530.225 91.859375 530.225 92.28125L530.225 92.640625ZM527.7562 93.46875L527.2406 93.140625L530.70935 87.578125L531.225 87.90625L527.7562 93.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M547.1485 156.875Q546.86725 157.21875 546.4766 157.42188Q546.086 157.625 545.61725 157.625Q545.0079 157.625 544.5391 157.32812Q544.086 157.01562 543.836 156.46875Q543.586 155.92188 543.586 155.25Q543.586 154.54688 543.8516 153.96875Q544.1329 153.39062 544.6329 153.09375Q545.1329 152.79688 545.7891 152.79688Q546.8516 152.79688 547.461 153.59375Q548.0704 154.375 548.0704 155.73438L548.0704 156.0Q548.0704 158.07812 547.24225 159.03125Q546.42975 159.98438 544.7735 160.0L544.586 160.0L544.586 159.25L544.7891 159.25Q545.8985 159.21875 546.49225 158.65625Q547.1016 158.09375 547.1485 156.875ZM545.7579 156.875Q546.211 156.875 546.586 156.59375Q546.9766 156.3125 547.1641 155.90625L547.1641 155.54688Q547.1641 154.65625 546.7735 154.10938Q546.3829 153.54688 545.80475 153.54688Q545.1954 153.54688 544.836 154.0Q544.4766 154.45312 544.4766 155.20312Q544.4766 155.9375 544.8204 156.40625Q545.17975 156.875 545.7579 156.875ZM552.6641 160.0L551.7579 160.0L551.7579 153.98438L549.92975 154.64062L549.92975 153.82812L552.5235 152.85938L552.6641 152.85938L552.6641 160.0ZM555.61725 154.25Q555.61725 153.625 556.0235 153.20312Q556.42975 152.78125 557.0704 152.78125Q557.7266 152.78125 558.11725 153.20312Q558.5235 153.625 558.5235 154.28125L558.5235 154.64062Q558.5235 155.28125 558.11725 155.6875Q557.711 156.09375 557.086 156.09375Q556.4454 156.09375 556.0235 155.6875Q555.61725 155.28125 555.61725 154.59375L555.61725 154.25ZM556.2891 154.64062Q556.2891 155.01562 556.49225 155.26562Q556.711 155.5 557.086 155.5Q557.42975 155.5 557.6329 155.26562Q557.8516 155.03125 557.8516 154.60938L557.8516 154.25Q557.8516 153.875 557.6329 153.625Q557.42975 153.375 557.0704 153.375Q556.711 153.375 556.49225 153.625Q556.2891 153.875 556.2891 154.28125L556.2891 154.64062ZM559.0704 158.25Q559.0704 157.60938 559.4766 157.20312Q559.8985 156.79688 560.5235 156.79688Q561.1641 156.79688 561.5704 157.20312Q561.99225 157.60938 561.99225 158.29688L561.99225 158.64062Q561.99225 159.28125 561.586 159.70312Q561.17975 160.10938 560.5391 160.10938Q559.9141 160.10938 559.49225 159.70312Q559.0704 159.28125 559.0704 158.60938L559.0704 158.25ZM559.7579 158.64062Q559.7579 159.01562 559.961 159.26562Q560.17975 159.51562 560.5391 159.51562Q560.8985 159.51562 561.1016 159.28125Q561.3204 159.03125 561.3204 158.625L561.3204 158.25Q561.3204 157.875 561.1016 157.625Q560.8829 157.375 560.5391 157.375Q560.17975 157.375 559.961 157.625Q559.7579 157.85938 559.7579 158.28125L559.7579 158.64062ZM557.2891 159.46875L556.7735 159.14062L560.24225 153.57812L560.7579 153.90625L557.2891 159.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M547.1485 156.875Q546.86725 157.21875 546.4766 157.42188Q546.086 157.625 545.61725 157.625Q545.0079 157.625 544.5391 157.32812Q544.086 157.01562 543.836 156.46875Q543.586 155.92188 543.586 155.25Q543.586 154.54688 543.8516 153.96875Q544.1329 153.39062 544.6329 153.09375Q545.1329 152.79688 545.7891 152.79688Q546.8516 152.79688 547.461 153.59375Q548.0704 154.375 548.0704 155.73438L548.0704 156.0Q548.0704 158.07812 547.24225 159.03125Q546.42975 159.98438 544.7735 160.0L544.586 160.0L544.586 159.25L544.7891 159.25Q545.8985 159.21875 546.49225 158.65625Q547.1016 158.09375 547.1485 156.875ZM545.7579 156.875Q546.211 156.875 546.586 156.59375Q546.9766 156.3125 547.1641 155.90625L547.1641 155.54688Q547.1641 154.65625 546.7735 154.10938Q546.3829 153.54688 545.80475 153.54688Q545.1954 153.54688 544.836 154.0Q544.4766 154.45312 544.4766 155.20312Q544.4766 155.9375 544.8204 156.40625Q545.17975 156.875 545.7579 156.875ZM552.6641 160.0L551.7579 160.0L551.7579 153.98438L549.92975 154.64062L549.92975 153.82812L552.5235 152.85938L552.6641 152.85938L552.6641 160.0ZM555.61725 154.25Q555.61725 153.625 556.0235 153.20312Q556.42975 152.78125 557.0704 152.78125Q557.7266 152.78125 558.11725 153.20312Q558.5235 153.625 558.5235 154.28125L558.5235 154.64062Q558.5235 155.28125 558.11725 155.6875Q557.711 156.09375 557.086 156.09375Q556.4454 156.09375 556.0235 155.6875Q555.61725 155.28125 555.61725 154.59375L555.61725 154.25ZM556.2891 154.64062Q556.2891 155.01562 556.49225 155.26562Q556.711 155.5 557.086 155.5Q557.42975 155.5 557.6329 155.26562Q557.8516 155.03125 557.8516 154.60938L557.8516 154.25Q557.8516 153.875 557.6329 153.625Q557.42975 153.375 557.0704 153.375Q556.711 153.375 556.49225 153.625Q556.2891 153.875 556.2891 154.28125L556.2891 154.64062ZM559.0704 158.25Q559.0704 157.60938 559.4766 157.20312Q559.8985 156.79688 560.5235 156.79688Q561.1641 156.79688 561.5704 157.20312Q561.99225 157.60938 561.99225 158.29688L561.99225 158.64062Q561.99225 159.28125 561.586 159.70312Q561.17975 160.10938 560.5391 160.10938Q559.9141 160.10938 559.49225 159.70312Q559.0704 159.28125 559.0704 158.60938L559.0704 158.25ZM559.7579 158.64062Q559.7579 159.01562 559.961 159.26562Q560.17975 159.51562 560.5391 159.51562Q560.8985 159.51562 561.1016 159.28125Q561.3204 159.03125 561.3204 158.625L561.3204 158.25Q561.3204 157.875 561.1016 157.625Q560.8829 157.375 560.5391 157.375Q560.17975 157.375 559.961 157.625Q559.7579 157.85938 559.7579 158.28125L559.7579 158.64062ZM557.2891 159.46875L556.7735 159.14062L560.24225 153.57812L560.7579 153.90625L557.2891 159.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M509.46494 220.75Q509.46494 221.28125 509.1837 221.70312Q508.90244 222.10938 508.41806 222.34375Q508.98056 222.57812 509.29306 223.04688Q509.6212 223.5 509.6212 224.07812Q509.6212 225.0 508.9962 225.54688Q508.3868 226.09375 507.3712 226.09375Q506.33994 226.09375 505.71494 225.54688Q505.10556 225.0 505.10556 224.07812Q505.10556 223.5 505.41806 223.04688Q505.73056 222.57812 506.29306 222.34375Q505.8243 222.10938 505.54306 221.6875Q505.27744 221.26562 505.27744 220.75Q505.27744 219.84375 505.83994 219.32812Q506.41806 218.79688 507.3712 218.79688Q508.3087 218.79688 508.8868 219.32812Q509.46494 219.84375 509.46494 220.75ZM508.73056 224.0625Q508.73056 223.46875 508.33994 223.09375Q507.96494 222.71875 507.35556 222.71875Q506.7462 222.71875 506.3712 223.09375Q506.0118 223.45312 506.0118 224.0625Q506.0118 224.67188 506.3712 225.01562Q506.73056 225.35938 507.3712 225.35938Q507.9962 225.35938 508.35556 225.01562Q508.73056 224.65625 508.73056 224.0625ZM507.3712 219.53125Q506.83994 219.53125 506.4962 219.85938Q506.16806 220.1875 506.16806 220.76562Q506.16806 221.29688 506.4962 221.64062Q506.8243 221.96875 507.35556 221.96875Q507.90244 221.96875 508.23056 221.64062Q508.5587 221.29688 508.5587 220.76562Q508.5587 220.21875 508.21494 219.875Q507.8868 219.53125 507.3712 219.53125ZM515.80865 226.0L511.15244 226.0L511.15244 225.34375L513.6055 222.60938Q514.1524 222.0 514.3555 221.60938Q514.5743 221.21875 514.5743 220.79688Q514.5743 220.25 514.2305 219.89062Q513.9024 219.53125 513.3399 219.53125Q512.668 219.53125 512.293 219.92188Q511.91806 220.29688 511.91806 220.98438L511.0118 220.98438Q511.0118 220.0 511.6368 219.40625Q512.2774 218.79688 513.3399 218.79688Q514.3243 218.79688 514.9024 219.3125Q515.4805 219.82812 515.4805 220.70312Q515.4805 221.75 514.1368 223.20312L512.24615 225.26562L515.80865 225.26562L515.80865 226.0ZM517.0743 220.25Q517.0743 219.625 517.4805 219.20312Q517.8868 218.78125 518.5274 218.78125Q519.18365 218.78125 519.5743 219.20312Q519.9805 219.625 519.9805 220.28125L519.9805 220.64062Q519.9805 221.28125 519.5743 221.6875Q519.168 222.09375 518.543 222.09375Q517.9024 222.09375 517.4805 221.6875Q517.0743 221.28125 517.0743 220.59375L517.0743 220.25ZM517.74615 220.64062Q517.74615 221.01562 517.9493 221.26562Q518.168 221.5 518.543 221.5Q518.8868 221.5 519.0899 221.26562Q519.30865 221.03125 519.30865 220.60938L519.30865 220.25Q519.30865 219.875 519.0899 219.625Q518.8868 219.375 518.5274 219.375Q518.168 219.375 517.9493 219.625Q517.74615 219.875 517.74615 220.28125L517.74615 220.64062ZM520.5274 224.25Q520.5274 223.60938 520.93365 223.20312Q521.3555 222.79688 521.9805 222.79688Q522.62115 222.79688 523.0274 223.20312Q523.4493 223.60938 523.4493 224.29688L523.4493 224.64062Q523.4493 225.28125 523.043 225.70312Q522.6368 226.10938 521.99615 226.10938Q521.37115 226.10938 520.9493 225.70312Q520.5274 225.28125 520.5274 224.60938L520.5274 224.25ZM521.2149 224.64062Q521.2149 225.01562 521.418 225.26562Q521.6368 225.51562 521.99615 225.51562Q522.3555 225.51562 522.55865 225.28125Q522.7774 225.03125 522.7774 224.625L522.7774 224.25Q522.7774 223.875 522.55865 223.625Q522.3399 223.375 521.99615 223.375Q521.6368 223.375 521.418 223.625Q521.2149 223.85938 521.2149 224.28125L521.2149 224.64062ZM518.74615 225.46875L518.2305 225.14062L521.6993 219.57812L522.2149 219.90625L518.74615 225.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M509.46494 220.75Q509.46494 221.28125 509.1837 221.70312Q508.90244 222.10938 508.41806 222.34375Q508.98056 222.57812 509.29306 223.04688Q509.6212 223.5 509.6212 224.07812Q509.6212 225.0 508.9962 225.54688Q508.3868 226.09375 507.3712 226.09375Q506.33994 226.09375 505.71494 225.54688Q505.10556 225.0 505.10556 224.07812Q505.10556 223.5 505.41806 223.04688Q505.73056 222.57812 506.29306 222.34375Q505.8243 222.10938 505.54306 221.6875Q505.27744 221.26562 505.27744 220.75Q505.27744 219.84375 505.83994 219.32812Q506.41806 218.79688 507.3712 218.79688Q508.3087 218.79688 508.8868 219.32812Q509.46494 219.84375 509.46494 220.75ZM508.73056 224.0625Q508.73056 223.46875 508.33994 223.09375Q507.96494 222.71875 507.35556 222.71875Q506.7462 222.71875 506.3712 223.09375Q506.0118 223.45312 506.0118 224.0625Q506.0118 224.67188 506.3712 225.01562Q506.73056 225.35938 507.3712 225.35938Q507.9962 225.35938 508.35556 225.01562Q508.73056 224.65625 508.73056 224.0625ZM507.3712 219.53125Q506.83994 219.53125 506.4962 219.85938Q506.16806 220.1875 506.16806 220.76562Q506.16806 221.29688 506.4962 221.64062Q506.8243 221.96875 507.35556 221.96875Q507.90244 221.96875 508.23056 221.64062Q508.5587 221.29688 508.5587 220.76562Q508.5587 220.21875 508.21494 219.875Q507.8868 219.53125 507.3712 219.53125ZM515.8087 226.0L511.15244 226.0L511.15244 225.34375L513.6056 222.60938Q514.15247 222.0 514.3556 221.60938Q514.57434 221.21875 514.57434 220.79688Q514.57434 220.25 514.2306 219.89062Q513.90247 219.53125 513.33997 219.53125Q512.6681 219.53125 512.2931 219.92188Q511.91806 220.29688 511.91806 220.98438L511.0118 220.98438Q511.0118 220.0 511.6368 219.40625Q512.27747 218.79688 513.33997 218.79688Q514.32434 218.79688 514.90247 219.3125Q515.4806 219.82812 515.4806 220.70312Q515.4806 221.75 514.13684 223.20312L512.2462 225.26562L515.8087 225.26562L515.8087 226.0ZM517.07434 220.25Q517.07434 219.625 517.4806 219.20312Q517.88684 218.78125 518.52747 218.78125Q519.1837 218.78125 519.57434 219.20312Q519.9806 219.625 519.9806 220.28125L519.9806 220.64062Q519.9806 221.28125 519.57434 221.6875Q519.1681 222.09375 518.5431 222.09375Q517.90247 222.09375 517.4806 221.6875Q517.07434 221.28125 517.07434 220.59375L517.07434 220.25ZM517.7462 220.64062Q517.7462 221.01562 517.94934 221.26562Q518.1681 221.5 518.5431 221.5Q518.88684 221.5 519.08997 221.26562Q519.3087 221.03125 519.3087 220.60938L519.3087 220.25Q519.3087 219.875 519.08997 219.625Q518.88684 219.375 518.52747 219.375Q518.1681 219.375 517.94934 219.625Q517.7462 219.875 517.7462 220.28125L517.7462 220.64062ZM520.52747 224.25Q520.52747 223.60938 520.9337 223.20312Q521.3556 222.79688 521.9806 222.79688Q522.6212 222.79688 523.02747 223.20312Q523.44934 223.60938 523.44934 224.29688L523.44934 224.64062Q523.44934 225.28125 523.0431 225.70312Q522.63684 226.10938 521.9962 226.10938Q521.3712 226.10938 520.94934 225.70312Q520.52747 225.28125 520.52747 224.60938L520.52747 224.25ZM521.21497 224.64062Q521.21497 225.01562 521.4181 225.26562Q521.63684 225.51562 521.9962 225.51562Q522.3556 225.51562 522.5587 225.28125Q522.77747 225.03125 522.77747 224.625L522.77747 224.25Q522.77747 223.875 522.5587 223.625Q522.33997 223.375 521.9962 223.375Q521.63684 223.375 521.4181 223.625Q521.21497 223.85938 521.21497 224.28125L521.21497 224.64062ZM518.7462 225.46875L518.2306 225.14062L521.69934 219.57812L522.21497 219.90625L518.7462 225.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M518.39154 286.75Q518.39154 287.28125 518.1103 287.70312Q517.82904 288.10938 517.34467 288.34375Q517.90717 288.57812 518.21967 289.04688Q518.5478 289.5 518.5478 290.07812Q518.5478 291.0 517.9228 291.54688Q517.3134 292.09375 516.2978 292.09375Q515.26654 292.09375 514.64154 291.54688Q514.03217 291.0 514.03217 290.07812Q514.03217 289.5 514.34467 289.04688Q514.65717 288.57812 515.21967 288.34375Q514.7509 288.10938 514.46967 287.6875Q514.20404 287.26562 514.20404 286.75Q514.20404 285.84375 514.76654 285.32812Q515.34467 284.79688 516.2978 284.79688Q517.2353 284.79688 517.8134 285.32812Q518.39154 285.84375 518.39154 286.75ZM517.65717 290.0625Q517.65717 289.46875 517.26654 289.09375Q516.89154 288.71875 516.28217 288.71875Q515.6728 288.71875 515.2978 289.09375Q514.9384 289.45312 514.9384 290.0625Q514.9384 290.67188 515.2978 291.01562Q515.65717 291.35938 516.2978 291.35938Q516.9228 291.35938 517.28217 291.01562Q517.65717 290.65625 517.65717 290.0625ZM516.2978 285.53125Q515.76654 285.53125 515.4228 285.85938Q515.09467 286.1875 515.09467 286.76562Q515.09467 287.29688 515.4228 287.64062Q515.7509 287.96875 516.28217 287.96875Q516.82904 287.96875 517.15717 287.64062Q517.4853 287.29688 517.4853 286.76562Q517.4853 286.21875 517.14154 285.875Q516.8134 285.53125 516.2978 285.53125ZM520.4853 288.4375L520.8603 284.89062L524.5009 284.89062L524.5009 285.71875L521.6259 285.71875L521.40717 287.65625Q521.9228 287.35938 522.59467 287.35938Q523.5634 287.35938 524.1259 288.0Q524.70404 288.64062 524.70404 289.73438Q524.70404 290.82812 524.1103 291.46875Q523.51654 292.09375 522.45404 292.09375Q521.51654 292.09375 520.90717 291.57812Q520.3134 291.04688 520.2353 290.125L521.09467 290.125Q521.1728 290.73438 521.51654 291.04688Q521.8759 291.35938 522.45404 291.35938Q523.07904 291.35938 523.4384 290.9375Q523.7978 290.5 523.7978 289.75Q523.7978 289.03125 523.40717 288.60938Q523.03217 288.17188 522.3759 288.17188Q521.7978 288.17188 521.45404 288.42188L521.21967 288.625L520.4853 288.4375ZM526.0009 286.25Q526.0009 285.625 526.40717 285.20312Q526.8134 284.78125 527.45404 284.78125Q528.1103 284.78125 528.5009 285.20312Q528.90717 285.625 528.90717 286.28125L528.90717 286.64062Q528.90717 287.28125 528.5009 287.6875Q528.09467 288.09375 527.46967 288.09375Q526.82904 288.09375 526.40717 287.6875Q526.0009 287.28125 526.0009 286.59375L526.0009 286.25ZM526.6728 286.64062Q526.6728 287.01562 526.8759 287.26562Q527.09467 287.5 527.46967 287.5Q527.8134 287.5 528.01654 287.26562Q528.2353 287.03125 528.2353 286.60938L528.2353 286.25Q528.2353 285.875 528.01654 285.625Q527.8134 285.375 527.45404 285.375Q527.09467 285.375 526.8759 285.625Q526.6728 285.875 526.6728 286.28125L526.6728 286.64062ZM529.45404 290.25Q529.45404 289.60938 529.8603 289.20312Q530.28217 288.79688 530.90717 288.79688Q531.5478 288.79688 531.95404 289.20312Q532.3759 289.60938 532.3759 290.29688L532.3759 290.64062Q532.3759 291.28125 531.96967 291.70312Q531.5634 292.10938 530.9228 292.10938Q530.2978 292.10938 529.8759 291.70312Q529.45404 291.28125 529.45404 290.60938L529.45404 290.25ZM530.14154 290.64062Q530.14154 291.01562 530.34467 291.26562Q530.5634 291.51562 530.9228 291.51562Q531.28217 291.51562 531.4853 291.28125Q531.70404 291.03125 531.70404 290.625L531.70404 290.25Q531.70404 289.875 531.4853 289.625Q531.26654 289.375 530.9228 289.375Q530.5634 289.375 530.34467 289.625Q530.14154 289.85938 530.14154 290.28125L530.14154 290.64062ZM527.6728 291.46875L527.15717 291.14062L530.6259 285.57812L531.14154 285.90625L527.6728 291.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M518.39154 286.75Q518.39154 287.28125 518.1103 287.70312Q517.82904 288.10938 517.34467 288.34375Q517.90717 288.57812 518.21967 289.04688Q518.5478 289.5 518.5478 290.07812Q518.5478 291.0 517.9228 291.54688Q517.3134 292.09375 516.2978 292.09375Q515.26654 292.09375 514.64154 291.54688Q514.03217 291.0 514.03217 290.07812Q514.03217 289.5 514.34467 289.04688Q514.65717 288.57812 515.21967 288.34375Q514.7509 288.10938 514.46967 287.6875Q514.20404 287.26562 514.20404 286.75Q514.20404 285.84375 514.76654 285.32812Q515.34467 284.79688 516.2978 284.79688Q517.2353 284.79688 517.8134 285.32812Q518.39154 285.84375 518.39154 286.75ZM517.65717 290.0625Q517.65717 289.46875 517.26654 289.09375Q516.89154 288.71875 516.28217 288.71875Q515.6728 288.71875 515.2978 289.09375Q514.9384 289.45312 514.9384 290.0625Q514.9384 290.67188 515.2978 291.01562Q515.65717 291.35938 516.2978 291.35938Q516.9228 291.35938 517.28217 291.01562Q517.65717 290.65625 517.65717 290.0625ZM516.2978 285.53125Q515.76654 285.53125 515.4228 285.85938Q515.09467 286.1875 515.09467 286.76562Q515.09467 287.29688 515.4228 287.64062Q515.7509 287.96875 516.28217 287.96875Q516.82904 287.96875 517.15717 287.64062Q517.4853 287.29688 517.4853 286.76562Q517.4853 286.21875 517.14154 285.875Q516.8134 285.53125 516.2978 285.53125ZM520.4853 288.4375L520.8603 284.89062L524.5009 284.89062L524.5009 285.71875L521.6259 285.71875L521.40717 287.65625Q521.9228 287.35938 522.59467 287.35938Q523.5634 287.35938 524.1259 288.0Q524.70404 288.64062 524.70404 289.73438Q524.70404 290.82812 524.1103 291.46875Q523.51654 292.09375 522.45404 292.09375Q521.51654 292.09375 520.90717 291.57812Q520.3134 291.04688 520.2353 290.125L521.09467 290.125Q521.1728 290.73438 521.51654 291.04688Q521.8759 291.35938 522.45404 291.35938Q523.07904 291.35938 523.4384 290.9375Q523.7978 290.5 523.7978 289.75Q523.7978 289.03125 523.40717 288.60938Q523.03217 288.17188 522.3759 288.17188Q521.7978 288.17188 521.45404 288.42188L521.21967 288.625L520.4853 288.4375ZM526.0009 286.25Q526.0009 285.625 526.40717 285.20312Q526.8134 284.78125 527.45404 284.78125Q528.1103 284.78125 528.5009 285.20312Q528.90717 285.625 528.90717 286.28125L528.90717 286.64062Q528.90717 287.28125 528.5009 287.6875Q528.09467 288.09375 527.46967 288.09375Q526.82904 288.09375 526.40717 287.6875Q526.0009 287.28125 526.0009 286.59375L526.0009 286.25ZM526.6728 286.64062Q526.6728 287.01562 526.8759 287.26562Q527.09467 287.5 527.46967 287.5Q527.8134 287.5 528.01654 287.26562Q528.2353 287.03125 528.2353 286.60938L528.2353 286.25Q528.2353 285.875 528.01654 285.625Q527.8134 285.375 527.45404 285.375Q527.09467 285.375 526.8759 285.625Q526.6728 285.875 526.6728 286.28125L526.6728 286.64062ZM529.45404 290.25Q529.45404 289.60938 529.8603 289.20312Q530.28217 288.79688 530.90717 288.79688Q531.5478 288.79688 531.95404 289.20312Q532.3759 289.60938 532.3759 290.29688L532.3759 290.64062Q532.3759 291.28125 531.96967 291.70312Q531.5634 292.10938 530.9228 292.10938Q530.2978 292.10938 529.8759 291.70312Q529.45404 291.28125 529.45404 290.60938L529.45404 290.25ZM530.14154 290.64062Q530.14154 291.01562 530.34467 291.26562Q530.5634 291.51562 530.9228 291.51562Q531.28217 291.51562 531.4853 291.28125Q531.70404 291.03125 531.70404 290.625L531.70404 290.25Q531.70404 289.875 531.4853 289.625Q531.26654 289.375 530.9228 289.375Q530.5634 289.375 530.34467 289.625Q530.14154 289.85938 530.14154 290.28125L530.14154 290.64062ZM527.6728 291.46875L527.15717 291.14062L530.6259 285.57812L531.14154 285.90625L527.6728 291.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M508.40344 99.75Q508.40344 100.28125 508.1222 100.703125Q507.84094 101.109375 507.35657 101.34375Q507.91907 101.578125 508.23157 102.046875Q508.5597 102.5 508.5597 103.078125Q508.5597 104.0 507.9347 104.546875Q507.32532 105.09375 506.3097 105.09375Q505.27844 105.09375 504.65344 104.546875Q504.04407 104.0 504.04407 103.078125Q504.04407 102.5 504.35657 102.046875Q504.66907 101.578125 505.23157 101.34375Q504.76282 101.109375 504.48157 100.6875Q504.21594 100.265625 504.21594 99.75Q504.21594 98.84375 504.77844 98.328125Q505.35657 97.796875 506.3097 97.796875Q507.2472 97.796875 507.82532 98.328125Q508.40344 98.84375 508.40344 99.75ZM507.66907 103.0625Q507.66907 102.46875 507.27844 102.09375Q506.90344 101.71875 506.29407 101.71875Q505.6847 101.71875 505.3097 102.09375Q504.95032 102.453125 504.95032 103.0625Q504.95032 103.671875 505.3097 104.015625Q505.66907 104.359375 506.3097 104.359375Q506.9347 104.359375 507.29407 104.015625Q507.66907 103.65625 507.66907 103.0625ZM506.3097 98.53125Q505.77844 98.53125 505.4347 98.859375Q505.10657 99.1875 505.10657 99.765625Q505.10657 100.296875 505.4347 100.640625Q505.76282 100.96875 506.29407 100.96875Q506.84094 100.96875 507.16907 100.640625Q507.4972 100.296875 507.4972 99.765625Q507.4972 99.21875 507.15344 98.875Q506.82532 98.53125 506.3097 98.53125ZM514.7472 105.0L510.09094 105.0L510.09094 104.34375L512.54407 101.609375Q513.09094 101.0 513.29407 100.609375Q513.5128 100.21875 513.5128 99.796875Q513.5128 99.25 513.16907 98.890625Q512.84094 98.53125 512.27844 98.53125Q511.60657 98.53125 511.23157 98.921875Q510.85657 99.296875 510.85657 99.984375L509.95032 99.984375Q509.95032 99.0 510.57532 98.40625Q511.21594 97.796875 512.27844 97.796875Q513.2628 97.796875 513.84094 98.3125Q514.41907 98.828125 514.41907 99.703125Q514.41907 100.75 513.0753 102.203125L511.1847 104.265625L514.7472 104.265625L514.7472 105.0ZM516.0128 99.25Q516.0128 98.625 516.41907 98.203125Q516.8253 97.78125 517.46594 97.78125Q518.1222 97.78125 518.5128 98.203125Q518.91907 98.625 518.91907 99.28125L518.91907 99.640625Q518.91907 100.28125 518.5128 100.6875Q518.10657 101.09375 517.48157 101.09375Q516.84094 101.09375 516.41907 100.6875Q516.0128 100.28125 516.0128 99.59375L516.0128 99.25ZM516.6847 99.640625Q516.6847 100.015625 516.8878 100.265625Q517.10657 100.5 517.48157 100.5Q517.8253 100.5 518.02844 100.265625Q518.2472 100.03125 518.2472 99.609375L518.2472 99.25Q518.2472 98.875 518.02844 98.625Q517.8253 98.375 517.46594 98.375Q517.10657 98.375 516.8878 98.625Q516.6847 98.875 516.6847 99.28125L516.6847 99.640625ZM519.46594 103.25Q519.46594 102.609375 519.8722 102.203125Q520.29407 101.796875 520.91907 101.796875Q521.5597 101.796875 521.96594 102.203125Q522.3878 102.609375 522.3878 103.296875L522.3878 103.640625Q522.3878 104.28125 521.98157 104.703125Q521.5753 105.109375 520.9347 105.109375Q520.3097 105.109375 519.8878 104.703125Q519.46594 104.28125 519.46594 103.609375L519.46594 103.25ZM520.15344 103.640625Q520.15344 104.015625 520.35657 104.265625Q520.5753 104.515625 520.9347 104.515625Q521.29407 104.515625 521.4972 104.28125Q521.71594 104.03125 521.71594 103.625L521.71594 103.25Q521.71594 102.875 521.4972 102.625Q521.27844 102.375 520.9347 102.375Q520.5753 102.375 520.35657 102.625Q520.15344 102.859375 520.15344 103.28125L520.15344 103.640625ZM517.6847 104.46875L517.16907 104.140625L520.6378 98.578125L521.15344 98.90625L517.6847 104.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M508.40344 99.75Q508.40344 100.28125 508.1222 100.703125Q507.84094 101.109375 507.35657 101.34375Q507.91907 101.578125 508.23157 102.046875Q508.5597 102.5 508.5597 103.078125Q508.5597 104.0 507.9347 104.546875Q507.32532 105.09375 506.3097 105.09375Q505.27844 105.09375 504.65344 104.546875Q504.04407 104.0 504.04407 103.078125Q504.04407 102.5 504.35657 102.046875Q504.66907 101.578125 505.23157 101.34375Q504.76282 101.109375 504.48157 100.6875Q504.21594 100.265625 504.21594 99.75Q504.21594 98.84375 504.77844 98.328125Q505.35657 97.796875 506.3097 97.796875Q507.2472 97.796875 507.82532 98.328125Q508.40344 98.84375 508.40344 99.75ZM507.66907 103.0625Q507.66907 102.46875 507.27844 102.09375Q506.90344 101.71875 506.29407 101.71875Q505.6847 101.71875 505.3097 102.09375Q504.95032 102.453125 504.95032 103.0625Q504.95032 103.671875 505.3097 104.015625Q505.66907 104.359375 506.3097 104.359375Q506.9347 104.359375 507.29407 104.015625Q507.66907 103.65625 507.66907 103.0625ZM506.3097 98.53125Q505.77844 98.53125 505.4347 98.859375Q505.10657 99.1875 505.10657 99.765625Q505.10657 100.296875 505.4347 100.640625Q505.76282 100.96875 506.29407 100.96875Q506.84094 100.96875 507.16907 100.640625Q507.4972 100.296875 507.4972 99.765625Q507.4972 99.21875 507.15344 98.875Q506.82532 98.53125 506.3097 98.53125ZM514.7472 105.0L510.09094 105.0L510.09094 104.34375L512.54407 101.609375Q513.09094 101.0 513.29407 100.609375Q513.5128 100.21875 513.5128 99.796875Q513.5128 99.25 513.16907 98.890625Q512.84094 98.53125 512.27844 98.53125Q511.60657 98.53125 511.23157 98.921875Q510.85657 99.296875 510.85657 99.984375L509.95032 99.984375Q509.95032 99.0 510.57532 98.40625Q511.21594 97.796875 512.27844 97.796875Q513.2628 97.796875 513.84094 98.3125Q514.41907 98.828125 514.41907 99.703125Q514.41907 100.75 513.0753 102.203125L511.1847 104.265625L514.7472 104.265625L514.7472 105.0ZM516.0128 99.25Q516.0128 98.625 516.41907 98.203125Q516.8253 97.78125 517.46594 97.78125Q518.1222 97.78125 518.5128 98.203125Q518.91907 98.625 518.91907 99.28125L518.91907 99.640625Q518.91907 100.28125 518.5128 100.6875Q518.10657 101.09375 517.48157 101.09375Q516.84094 101.09375 516.41907 100.6875Q516.0128 100.28125 516.0128 99.59375L516.0128 99.25ZM516.6847 99.640625Q516.6847 100.015625 516.8878 100.265625Q517.10657 100.5 517.48157 100.5Q517.8253 100.5 518.02844 100.265625Q518.2472 100.03125 518.2472 99.609375L518.2472 99.25Q518.2472 98.875 518.02844 98.625Q517.8253 98.375 517.46594 98.375Q517.10657 98.375 516.8878 98.625Q516.6847 98.875 516.6847 99.28125L516.6847 99.640625ZM519.46594 103.25Q519.46594 102.609375 519.8722 102.203125Q520.29407 101.796875 520.91907 101.796875Q521.5597 101.796875 521.96594 102.203125Q522.3878 102.609375 522.3878 103.296875L522.3878 103.640625Q522.3878 104.28125 521.98157 104.703125Q521.5753 105.109375 520.9347 105.109375Q520.3097 105.109375 519.8878 104.703125Q519.46594 104.28125 519.46594 103.609375L519.46594 103.25ZM520.15344 103.640625Q520.15344 104.015625 520.35657 104.265625Q520.5753 104.515625 520.9347 104.515625Q521.29407 104.515625 521.4972 104.28125Q521.71594 104.03125 521.71594 103.625L521.71594 103.25Q521.71594 102.875 521.4972 102.625Q521.27844 102.375 520.9347 102.375Q520.5753 102.375 520.35657 102.625Q520.15344 102.859375 520.15344 103.28125L520.15344 103.640625ZM517.6847 104.46875L517.16907 104.140625L520.6378 98.578125L521.15344 98.90625L517.6847 104.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M533.8171 165.75Q533.8171 166.28125 533.5358 166.70312Q533.2546 167.10938 532.7702 167.34375Q533.3327 167.57812 533.6452 168.04688Q533.9733 168.5 533.9733 169.07812Q533.9733 170.0 533.3483 170.54688Q532.73895 171.09375 531.7233 171.09375Q530.6921 171.09375 530.0671 170.54688Q529.4577 170.0 529.4577 169.07812Q529.4577 168.5 529.7702 168.04688Q530.0827 167.57812 530.6452 167.34375Q530.17645 167.10938 529.8952 166.6875Q529.6296 166.26562 529.6296 165.75Q529.6296 164.84375 530.1921 164.32812Q530.7702 163.79688 531.7233 163.79688Q532.6608 163.79688 533.23895 164.32812Q533.8171 164.84375 533.8171 165.75ZM533.0827 169.0625Q533.0827 168.46875 532.6921 168.09375Q532.3171 167.71875 531.7077 167.71875Q531.0983 167.71875 530.7233 168.09375Q530.36395 168.45312 530.36395 169.0625Q530.36395 169.67188 530.7233 170.01562Q531.0827 170.35938 531.7233 170.35938Q532.3483 170.35938 532.7077 170.01562Q533.0827 169.65625 533.0827 169.0625ZM531.7233 164.53125Q531.1921 164.53125 530.8483 164.85938Q530.5202 165.1875 530.5202 165.76562Q530.5202 166.29688 530.8483 166.64062Q531.17645 166.96875 531.7077 166.96875Q532.2546 166.96875 532.5827 166.64062Q532.9108 166.29688 532.9108 165.76562Q532.9108 165.21875 532.5671 164.875Q532.23895 164.53125 531.7233 164.53125ZM539.8171 165.75Q539.8171 166.28125 539.5358 166.70312Q539.2546 167.10938 538.7702 167.34375Q539.3327 167.57812 539.6452 168.04688Q539.9733 168.5 539.9733 169.07812Q539.9733 170.0 539.3483 170.54688Q538.73895 171.09375 537.7233 171.09375Q536.6921 171.09375 536.0671 170.54688Q535.4577 170.0 535.4577 169.07812Q535.4577 168.5 535.7702 168.04688Q536.0827 167.57812 536.6452 167.34375Q536.17645 167.10938 535.8952 166.6875Q535.6296 166.26562 535.6296 165.75Q535.6296 164.84375 536.1921 164.32812Q536.7702 163.79688 537.7233 163.79688Q538.6608 163.79688 539.23895 164.32812Q539.8171 164.84375 539.8171 165.75ZM539.0827 169.0625Q539.0827 168.46875 538.6921 168.09375Q538.3171 167.71875 537.7077 167.71875Q537.0983 167.71875 536.7233 168.09375Q536.36395 168.45312 536.36395 169.0625Q536.36395 169.67188 536.7233 170.01562Q537.0827 170.35938 537.7233 170.35938Q538.3483 170.35938 538.7077 170.01562Q539.0827 169.65625 539.0827 169.0625ZM537.7233 164.53125Q537.1921 164.53125 536.8483 164.85938Q536.5202 165.1875 536.5202 165.76562Q536.5202 166.29688 536.8483 166.64062Q537.17645 166.96875 537.7077 166.96875Q538.2546 166.96875 538.5827 166.64062Q538.9108 166.29688 538.9108 165.76562Q538.9108 165.21875 538.5671 164.875Q538.23895 164.53125 537.7233 164.53125ZM541.42645 165.25Q541.42645 164.625 541.8327 164.20312Q542.23895 163.78125 542.8796 163.78125Q543.5358 163.78125 543.92645 164.20312Q544.3327 164.625 544.3327 165.28125L544.3327 165.64062Q544.3327 166.28125 543.92645 166.6875Q543.5202 167.09375 542.8952 167.09375Q542.2546 167.09375 541.8327 166.6875Q541.42645 166.28125 541.42645 165.59375L541.42645 165.25ZM542.0983 165.64062Q542.0983 166.01562 542.30145 166.26562Q542.5202 166.5 542.8952 166.5Q543.23895 166.5 543.4421 166.26562Q543.6608 166.03125 543.6608 165.60938L543.6608 165.25Q543.6608 164.875 543.4421 164.625Q543.23895 164.375 542.8796 164.375Q542.5202 164.375 542.30145 164.625Q542.0983 164.875 542.0983 165.28125L542.0983 165.64062ZM544.8796 169.25Q544.8796 168.60938 545.2858 168.20312Q545.7077 167.79688 546.3327 167.79688Q546.9733 167.79688 547.3796 168.20312Q547.80145 168.60938 547.80145 169.29688L547.80145 169.64062Q547.80145 170.28125 547.3952 170.70312Q546.98895 171.10938 546.3483 171.10938Q545.7233 171.10938 545.30145 170.70312Q544.8796 170.28125 544.8796 169.60938L544.8796 169.25ZM545.5671 169.64062Q545.5671 170.01562 545.7702 170.26562Q545.98895 170.51562 546.3483 170.51562Q546.7077 170.51562 546.9108 170.28125Q547.1296 170.03125 547.1296 169.625L547.1296 169.25Q547.1296 168.875 546.9108 168.625Q546.6921 168.375 546.3483 168.375Q545.98895 168.375 545.7702 168.625Q545.5671 168.85938 545.5671 169.28125L545.5671 169.64062ZM543.0983 170.46875L542.5827 170.14062L546.05145 164.57812L546.5671 164.90625L543.0983 170.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M533.8171 165.75Q533.8171 166.28125 533.5358 166.70312Q533.2546 167.10938 532.7702 167.34375Q533.3327 167.57812 533.6452 168.04688Q533.9733 168.5 533.9733 169.07812Q533.9733 170.0 533.3483 170.54688Q532.73895 171.09375 531.7233 171.09375Q530.6921 171.09375 530.0671 170.54688Q529.4577 170.0 529.4577 169.07812Q529.4577 168.5 529.7702 168.04688Q530.0827 167.57812 530.6452 167.34375Q530.17645 167.10938 529.8952 166.6875Q529.6296 166.26562 529.6296 165.75Q529.6296 164.84375 530.1921 164.32812Q530.7702 163.79688 531.7233 163.79688Q532.6608 163.79688 533.23895 164.32812Q533.8171 164.84375 533.8171 165.75ZM533.0827 169.0625Q533.0827 168.46875 532.6921 168.09375Q532.3171 167.71875 531.7077 167.71875Q531.0983 167.71875 530.7233 168.09375Q530.36395 168.45312 530.36395 169.0625Q530.36395 169.67188 530.7233 170.01562Q531.0827 170.35938 531.7233 170.35938Q532.3483 170.35938 532.7077 170.01562Q533.0827 169.65625 533.0827 169.0625ZM531.7233 164.53125Q531.1921 164.53125 530.8483 164.85938Q530.5202 165.1875 530.5202 165.76562Q530.5202 166.29688 530.8483 166.64062Q531.17645 166.96875 531.7077 166.96875Q532.2546 166.96875 532.5827 166.64062Q532.9108 166.29688 532.9108 165.76562Q532.9108 165.21875 532.5671 164.875Q532.23895 164.53125 531.7233 164.53125ZM539.8171 165.75Q539.8171 166.28125 539.5358 166.70312Q539.2546 167.10938 538.7702 167.34375Q539.3327 167.57812 539.6452 168.04688Q539.9733 168.5 539.9733 169.07812Q539.9733 170.0 539.3483 170.54688Q538.73895 171.09375 537.7233 171.09375Q536.6921 171.09375 536.0671 170.54688Q535.4577 170.0 535.4577 169.07812Q535.4577 168.5 535.7702 168.04688Q536.0827 167.57812 536.6452 167.34375Q536.17645 167.10938 535.8952 166.6875Q535.6296 166.26562 535.6296 165.75Q535.6296 164.84375 536.1921 164.32812Q536.7702 163.79688 537.7233 163.79688Q538.6608 163.79688 539.23895 164.32812Q539.8171 164.84375 539.8171 165.75ZM539.0827 169.0625Q539.0827 168.46875 538.6921 168.09375Q538.3171 167.71875 537.7077 167.71875Q537.0983 167.71875 536.7233 168.09375Q536.36395 168.45312 536.36395 169.0625Q536.36395 169.67188 536.7233 170.01562Q537.0827 170.35938 537.7233 170.35938Q538.3483 170.35938 538.7077 170.01562Q539.0827 169.65625 539.0827 169.0625ZM537.7233 164.53125Q537.1921 164.53125 536.8483 164.85938Q536.5202 165.1875 536.5202 165.76562Q536.5202 166.29688 536.8483 166.64062Q537.17645 166.96875 537.7077 166.96875Q538.2546 166.96875 538.5827 166.64062Q538.9108 166.29688 538.9108 165.76562Q538.9108 165.21875 538.5671 164.875Q538.23895 164.53125 537.7233 164.53125ZM541.42645 165.25Q541.42645 164.625 541.8327 164.20312Q542.23895 163.78125 542.8796 163.78125Q543.5358 163.78125 543.92645 164.20312Q544.3327 164.625 544.3327 165.28125L544.3327 165.64062Q544.3327 166.28125 543.92645 166.6875Q543.5202 167.09375 542.8952 167.09375Q542.2546 167.09375 541.8327 166.6875Q541.42645 166.28125 541.42645 165.59375L541.42645 165.25ZM542.0983 165.64062Q542.0983 166.01562 542.30145 166.26562Q542.5202 166.5 542.8952 166.5Q543.23895 166.5 543.4421 166.26562Q543.6608 166.03125 543.6608 165.60938L543.6608 165.25Q543.6608 164.875 543.4421 164.625Q543.23895 164.375 542.8796 164.375Q542.5202 164.375 542.30145 164.625Q542.0983 164.875 542.0983 165.28125L542.0983 165.64062ZM544.8796 169.25Q544.8796 168.60938 545.2858 168.20312Q545.7077 167.79688 546.3327 167.79688Q546.9733 167.79688 547.3796 168.20312Q547.80145 168.60938 547.80145 169.29688L547.80145 169.64062Q547.80145 170.28125 547.3952 170.70312Q546.98895 171.10938 546.3483 171.10938Q545.7233 171.10938 545.30145 170.70312Q544.8796 170.28125 544.8796 169.60938L544.8796 169.25ZM545.5671 169.64062Q545.5671 170.01562 545.7702 170.26562Q545.98895 170.51562 546.3483 170.51562Q546.7077 170.51562 546.9108 170.28125Q547.1296 170.03125 547.1296 169.625L547.1296 169.25Q547.1296 168.875 546.9108 168.625Q546.6921 168.375 546.3483 168.375Q545.98895 168.375 545.7702 168.625Q545.5671 168.85938 545.5671 169.28125L545.5671 169.64062ZM543.0983 170.46875L542.5827 170.14062L546.05145 164.57812L546.5671 164.90625L543.0983 170.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M510.24216 231.75Q510.24216 232.28125 509.9609 232.70312Q509.67966 233.10938 509.19528 233.34375Q509.75778 233.57812 510.07028 234.04688Q510.3984 234.5 510.3984 235.07812Q510.3984 236.0 509.7734 236.54688Q509.16403 237.09375 508.1484 237.09375Q507.11716 237.09375 506.49216 236.54688Q505.88278 236.0 505.88278 235.07812Q505.88278 234.5 506.19528 234.04688Q506.50778 233.57812 507.07028 233.34375Q506.60153 233.10938 506.32028 232.6875Q506.05466 232.26562 506.05466 231.75Q506.05466 230.84375 506.61716 230.32812Q507.19528 229.79688 508.1484 229.79688Q509.0859 229.79688 509.66403 230.32812Q510.24216 230.84375 510.24216 231.75ZM509.50778 235.0625Q509.50778 234.46875 509.11716 234.09375Q508.74216 233.71875 508.13278 233.71875Q507.5234 233.71875 507.1484 234.09375Q506.78903 234.45312 506.78903 235.0625Q506.78903 235.67188 507.1484 236.01562Q507.50778 236.35938 508.1484 236.35938Q508.7734 236.35938 509.13278 236.01562Q509.50778 235.65625 509.50778 235.0625ZM508.1484 230.53125Q507.61716 230.53125 507.2734 230.85938Q506.94528 231.1875 506.94528 231.76562Q506.94528 232.29688 507.2734 232.64062Q507.60153 232.96875 508.13278 232.96875Q508.67966 232.96875 509.00778 232.64062Q509.3359 232.29688 509.3359 231.76562Q509.3359 231.21875 508.99216 230.875Q508.66403 230.53125 508.1484 230.53125ZM513.2421 233.0L513.914 233.0Q514.5546 233.0 514.914 232.67188Q515.289 232.34375 515.289 231.78125Q515.289 230.53125 514.039 230.53125Q513.4609 230.53125 513.1015 230.875Q512.75775 231.20312 512.75775 231.75L511.85153 231.75Q511.85153 230.90625 512.4765 230.35938Q513.1015 229.79688 514.039 229.79688Q515.0546 229.79688 515.6171 230.32812Q516.19525 230.85938 516.19525 231.79688Q516.19525 232.26562 515.8984 232.70312Q515.6015 233.14062 515.07025 233.35938Q515.664 233.53125 515.9765 233.96875Q516.3046 234.39062 516.3046 235.01562Q516.3046 235.96875 515.6796 236.53125Q515.0546 237.09375 514.0546 237.09375Q513.0546 237.09375 512.414 236.5625Q511.78903 236.01562 511.78903 235.125L512.7109 235.125Q512.7109 235.6875 513.07025 236.03125Q513.4296 236.35938 514.0546 236.35938Q514.7109 236.35938 515.0546 236.01562Q515.3984 235.67188 515.3984 235.03125Q515.3984 234.42188 515.00775 234.09375Q514.63275 233.75 513.914 233.75L513.2421 233.75L513.2421 233.0ZM517.8515 231.25Q517.8515 230.625 518.25775 230.20312Q518.664 229.78125 519.3046 229.78125Q519.9609 229.78125 520.3515 230.20312Q520.75775 230.625 520.75775 231.28125L520.75775 231.64062Q520.75775 232.28125 520.3515 232.6875Q519.94525 233.09375 519.32025 233.09375Q518.6796 233.09375 518.25775 232.6875Q517.8515 232.28125 517.8515 231.59375L517.8515 231.25ZM518.5234 231.64062Q518.5234 232.01562 518.7265 232.26562Q518.94525 232.5 519.32025 232.5Q519.664 232.5 519.8671 232.26562Q520.0859 232.03125 520.0859 231.60938L520.0859 231.25Q520.0859 230.875 519.8671 230.625Q519.664 230.375 519.3046 230.375Q518.94525 230.375 518.7265 230.625Q518.5234 230.875 518.5234 231.28125L518.5234 231.64062ZM521.3046 235.25Q521.3046 234.60938 521.7109 234.20312Q522.13275 233.79688 522.75775 233.79688Q523.3984 233.79688 523.8046 234.20312Q524.2265 234.60938 524.2265 235.29688L524.2265 235.64062Q524.2265 236.28125 523.82025 236.70312Q523.414 237.10938 522.7734 237.10938Q522.1484 237.10938 521.7265 236.70312Q521.3046 236.28125 521.3046 235.60938L521.3046 235.25ZM521.9921 235.64062Q521.9921 236.01562 522.19525 236.26562Q522.414 236.51562 522.7734 236.51562Q523.13275 236.51562 523.3359 236.28125Q523.5546 236.03125 523.5546 235.625L523.5546 235.25Q523.5546 234.875 523.3359 234.625Q523.1171 234.375 522.7734 234.375Q522.414 234.375 522.19525 234.625Q521.9921 234.85938 521.9921 235.28125L521.9921 235.64062ZM519.5234 236.46875L519.00775 236.14062L522.4765 230.57812L522.9921 230.90625L519.5234 236.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M510.24216 231.75Q510.24216 232.28125 509.9609 232.70312Q509.67966 233.10938 509.19528 233.34375Q509.75778 233.57812 510.07028 234.04688Q510.3984 234.5 510.3984 235.07812Q510.3984 236.0 509.7734 236.54688Q509.16403 237.09375 508.1484 237.09375Q507.11716 237.09375 506.49216 236.54688Q505.88278 236.0 505.88278 235.07812Q505.88278 234.5 506.19528 234.04688Q506.50778 233.57812 507.07028 233.34375Q506.60153 233.10938 506.32028 232.6875Q506.05466 232.26562 506.05466 231.75Q506.05466 230.84375 506.61716 230.32812Q507.19528 229.79688 508.1484 229.79688Q509.0859 229.79688 509.66403 230.32812Q510.24216 230.84375 510.24216 231.75ZM509.50778 235.0625Q509.50778 234.46875 509.11716 234.09375Q508.74216 233.71875 508.13278 233.71875Q507.5234 233.71875 507.1484 234.09375Q506.78903 234.45312 506.78903 235.0625Q506.78903 235.67188 507.1484 236.01562Q507.50778 236.35938 508.1484 236.35938Q508.7734 236.35938 509.13278 236.01562Q509.50778 235.65625 509.50778 235.0625ZM508.1484 230.53125Q507.61716 230.53125 507.2734 230.85938Q506.94528 231.1875 506.94528 231.76562Q506.94528 232.29688 507.2734 232.64062Q507.60153 232.96875 508.13278 232.96875Q508.67966 232.96875 509.00778 232.64062Q509.3359 232.29688 509.3359 231.76562Q509.3359 231.21875 508.99216 230.875Q508.66403 230.53125 508.1484 230.53125ZM513.2422 233.0L513.91406 233.0Q514.5547 233.0 514.91406 232.67188Q515.28906 232.34375 515.28906 231.78125Q515.28906 230.53125 514.03906 230.53125Q513.46094 230.53125 513.10156 230.875Q512.7578 231.20312 512.7578 231.75L511.85153 231.75Q511.85153 230.90625 512.47656 230.35938Q513.10156 229.79688 514.03906 229.79688Q515.0547 229.79688 515.6172 230.32812Q516.1953 230.85938 516.1953 231.79688Q516.1953 232.26562 515.89844 232.70312Q515.60156 233.14062 515.0703 233.35938Q515.66406 233.53125 515.97656 233.96875Q516.3047 234.39062 516.3047 235.01562Q516.3047 235.96875 515.6797 236.53125Q515.0547 237.09375 514.0547 237.09375Q513.0547 237.09375 512.41406 236.5625Q511.78903 236.01562 511.78903 235.125L512.71094 235.125Q512.71094 235.6875 513.0703 236.03125Q513.4297 236.35938 514.0547 236.35938Q514.71094 236.35938 515.0547 236.01562Q515.39844 235.67188 515.39844 235.03125Q515.39844 234.42188 515.0078 234.09375Q514.6328 233.75 513.91406 233.75L513.2422 233.75L513.2422 233.0ZM517.85156 231.25Q517.85156 230.625 518.2578 230.20312Q518.66406 229.78125 519.3047 229.78125Q519.96094 229.78125 520.35156 230.20312Q520.7578 230.625 520.7578 231.28125L520.7578 231.64062Q520.7578 232.28125 520.35156 232.6875Q519.9453 233.09375 519.3203 233.09375Q518.6797 233.09375 518.2578 232.6875Q517.85156 232.28125 517.85156 231.59375L517.85156 231.25ZM518.52344 231.64062Q518.52344 232.01562 518.72656 232.26562Q518.9453 232.5 519.3203 232.5Q519.66406 232.5 519.8672 232.26562Q520.08594 232.03125 520.08594 231.60938L520.08594 231.25Q520.08594 230.875 519.8672 230.625Q519.66406 230.375 519.3047 230.375Q518.9453 230.375 518.72656 230.625Q518.52344 230.875 518.52344 231.28125L518.52344 231.64062ZM521.3047 235.25Q521.3047 234.60938 521.71094 234.20312Q522.1328 233.79688 522.7578 233.79688Q523.39844 233.79688 523.8047 234.20312Q524.22656 234.60938 524.22656 235.29688L524.22656 235.64062Q524.22656 236.28125 523.8203 236.70312Q523.41406 237.10938 522.77344 237.10938Q522.14844 237.10938 521.72656 236.70312Q521.3047 236.28125 521.3047 235.60938L521.3047 235.25ZM521.9922 235.64062Q521.9922 236.01562 522.1953 236.26562Q522.41406 236.51562 522.77344 236.51562Q523.1328 236.51562 523.33594 236.28125Q523.5547 236.03125 523.5547 235.625L523.5547 235.25Q523.5547 234.875 523.33594 234.625Q523.1172 234.375 522.77344 234.375Q522.41406 234.375 522.1953 234.625Q521.9922 234.85938 521.9922 235.28125L521.9922 235.64062ZM519.52344 236.46875L519.0078 236.14062L522.47656 230.57812L522.9922 230.90625L519.52344 236.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M524.8205 297.75Q524.8205 298.28125 524.53925 298.70312Q524.258 299.10938 523.7736 299.34375Q524.3361 299.57812 524.6486 300.04688Q524.97675 300.5 524.97675 301.07812Q524.97675 302.0 524.35175 302.54688Q523.7424 303.09375 522.72675 303.09375Q521.6955 303.09375 521.0705 302.54688Q520.4611 302.0 520.4611 301.07812Q520.4611 300.5 520.7736 300.04688Q521.0861 299.57812 521.6486 299.34375Q521.1799 299.10938 520.8986 298.6875Q520.633 298.26562 520.633 297.75Q520.633 296.84375 521.1955 296.32812Q521.7736 295.79688 522.72675 295.79688Q523.66425 295.79688 524.2424 296.32812Q524.8205 296.84375 524.8205 297.75ZM524.0861 301.0625Q524.0861 300.46875 523.6955 300.09375Q523.3205 299.71875 522.7111 299.71875Q522.10175 299.71875 521.72675 300.09375Q521.3674 300.45312 521.3674 301.0625Q521.3674 301.67188 521.72675 302.01562Q522.0861 302.35938 522.72675 302.35938Q523.35175 302.35938 523.7111 302.01562Q524.0861 301.65625 524.0861 301.0625ZM522.72675 296.53125Q522.1955 296.53125 521.85175 296.85938Q521.5236 297.1875 521.5236 297.76562Q521.5236 298.29688 521.85175 298.64062Q522.1799 298.96875 522.7111 298.96875Q523.258 298.96875 523.5861 298.64062Q523.91425 298.29688 523.91425 297.76562Q523.91425 297.21875 523.5705 296.875Q523.2424 296.53125 522.72675 296.53125ZM530.0549 295.89062L530.0549 296.65625L529.883 296.65625Q528.8361 296.67188 528.2111 297.28125Q527.5861 297.875 527.47675 298.98438Q528.03925 298.34375 529.008 298.34375Q529.9455 298.34375 530.4924 299.0Q531.0549 299.64062 531.0549 300.6875Q531.0549 301.78125 530.4455 302.4375Q529.85175 303.09375 528.85175 303.09375Q527.8361 303.09375 527.1955 302.3125Q526.5549 301.53125 526.5549 300.29688L526.5549 299.95312Q526.5549 297.98438 527.383 296.95312Q528.22675 295.90625 529.883 295.89062L530.0549 295.89062ZM528.8674 299.09375Q528.3986 299.09375 528.008 299.375Q527.6174 299.64062 527.4611 300.0625L527.4611 300.39062Q527.4611 301.28125 527.85175 301.8125Q528.258 302.34375 528.85175 302.34375Q529.4611 302.34375 529.8049 301.90625Q530.16425 301.45312 530.16425 300.71875Q530.16425 299.98438 529.8049 299.54688Q529.4455 299.09375 528.8674 299.09375ZM532.4299 297.25Q532.4299 296.625 532.8361 296.20312Q533.2424 295.78125 533.883 295.78125Q534.53925 295.78125 534.9299 296.20312Q535.3361 296.625 535.3361 297.28125L535.3361 297.64062Q535.3361 298.28125 534.9299 298.6875Q534.5236 299.09375 533.8986 299.09375Q533.258 299.09375 532.8361 298.6875Q532.4299 298.28125 532.4299 297.59375L532.4299 297.25ZM533.10175 297.64062Q533.10175 298.01562 533.3049 298.26562Q533.5236 298.5 533.8986 298.5Q534.2424 298.5 534.4455 298.26562Q534.66425 298.03125 534.66425 297.60938L534.66425 297.25Q534.66425 296.875 534.4455 296.625Q534.2424 296.375 533.883 296.375Q533.5236 296.375 533.3049 296.625Q533.10175 296.875 533.10175 297.28125L533.10175 297.64062ZM535.883 301.25Q535.883 300.60938 536.28925 300.20312Q536.7111 299.79688 537.3361 299.79688Q537.97675 299.79688 538.383 300.20312Q538.8049 300.60938 538.8049 301.29688L538.8049 301.64062Q538.8049 302.28125 538.3986 302.70312Q537.9924 303.10938 537.35175 303.10938Q536.72675 303.10938 536.3049 302.70312Q535.883 302.28125 535.883 301.60938L535.883 301.25ZM536.5705 301.64062Q536.5705 302.01562 536.7736 302.26562Q536.9924 302.51562 537.35175 302.51562Q537.7111 302.51562 537.91425 302.28125Q538.133 302.03125 538.133 301.625L538.133 301.25Q538.133 300.875 537.91425 300.625Q537.6955 300.375 537.35175 300.375Q536.9924 300.375 536.7736 300.625Q536.5705 300.85938 536.5705 301.28125L536.5705 301.64062ZM534.10175 302.46875L533.5861 302.14062L537.0549 296.57812L537.5705 296.90625L534.10175 302.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M524.8205 297.75Q524.8205 298.28125 524.53925 298.70312Q524.258 299.10938 523.7736 299.34375Q524.3361 299.57812 524.6486 300.04688Q524.97675 300.5 524.97675 301.07812Q524.97675 302.0 524.35175 302.54688Q523.7424 303.09375 522.72675 303.09375Q521.6955 303.09375 521.0705 302.54688Q520.4611 302.0 520.4611 301.07812Q520.4611 300.5 520.7736 300.04688Q521.0861 299.57812 521.6486 299.34375Q521.1799 299.10938 520.8986 298.6875Q520.633 298.26562 520.633 297.75Q520.633 296.84375 521.1955 296.32812Q521.7736 295.79688 522.72675 295.79688Q523.66425 295.79688 524.2424 296.32812Q524.8205 296.84375 524.8205 297.75ZM524.0861 301.0625Q524.0861 300.46875 523.6955 300.09375Q523.3205 299.71875 522.7111 299.71875Q522.10175 299.71875 521.72675 300.09375Q521.3674 300.45312 521.3674 301.0625Q521.3674 301.67188 521.72675 302.01562Q522.0861 302.35938 522.72675 302.35938Q523.35175 302.35938 523.7111 302.01562Q524.0861 301.65625 524.0861 301.0625ZM522.72675 296.53125Q522.1955 296.53125 521.85175 296.85938Q521.5236 297.1875 521.5236 297.76562Q521.5236 298.29688 521.85175 298.64062Q522.1799 298.96875 522.7111 298.96875Q523.258 298.96875 523.5861 298.64062Q523.91425 298.29688 523.91425 297.76562Q523.91425 297.21875 523.5705 296.875Q523.2424 296.53125 522.72675 296.53125ZM530.0549 295.89062L530.0549 296.65625L529.883 296.65625Q528.8361 296.67188 528.2111 297.28125Q527.5861 297.875 527.47675 298.98438Q528.03925 298.34375 529.008 298.34375Q529.9455 298.34375 530.4924 299.0Q531.0549 299.64062 531.0549 300.6875Q531.0549 301.78125 530.4455 302.4375Q529.85175 303.09375 528.85175 303.09375Q527.8361 303.09375 527.1955 302.3125Q526.5549 301.53125 526.5549 300.29688L526.5549 299.95312Q526.5549 297.98438 527.383 296.95312Q528.22675 295.90625 529.883 295.89062L530.0549 295.89062ZM528.8674 299.09375Q528.3986 299.09375 528.008 299.375Q527.6174 299.64062 527.4611 300.0625L527.4611 300.39062Q527.4611 301.28125 527.85175 301.8125Q528.258 302.34375 528.85175 302.34375Q529.4611 302.34375 529.8049 301.90625Q530.16425 301.45312 530.16425 300.71875Q530.16425 299.98438 529.8049 299.54688Q529.4455 299.09375 528.8674 299.09375ZM532.4299 297.25Q532.4299 296.625 532.8361 296.20312Q533.2424 295.78125 533.883 295.78125Q534.53925 295.78125 534.9299 296.20312Q535.3361 296.625 535.3361 297.28125L535.3361 297.64062Q535.3361 298.28125 534.9299 298.6875Q534.5236 299.09375 533.8986 299.09375Q533.258 299.09375 532.8361 298.6875Q532.4299 298.28125 532.4299 297.59375L532.4299 297.25ZM533.10175 297.64062Q533.10175 298.01562 533.3049 298.26562Q533.5236 298.5 533.8986 298.5Q534.2424 298.5 534.4455 298.26562Q534.66425 298.03125 534.66425 297.60938L534.66425 297.25Q534.66425 296.875 534.4455 296.625Q534.2424 296.375 533.883 296.375Q533.5236 296.375 533.3049 296.625Q533.10175 296.875 533.10175 297.28125L533.10175 297.64062ZM535.883 301.25Q535.883 300.60938 536.28925 300.20312Q536.7111 299.79688 537.3361 299.79688Q537.97675 299.79688 538.383 300.20312Q538.8049 300.60938 538.8049 301.29688L538.8049 301.64062Q538.8049 302.28125 538.3986 302.70312Q537.9924 303.10938 537.35175 303.10938Q536.72675 303.10938 536.3049 302.70312Q535.883 302.28125 535.883 301.60938L535.883 301.25ZM536.5705 301.64062Q536.5705 302.01562 536.7736 302.26562Q536.9924 302.51562 537.35175 302.51562Q537.7111 302.51562 537.91425 302.28125Q538.133 302.03125 538.133 301.625L538.133 301.25Q538.133 300.875 537.91425 300.625Q537.6955 300.375 537.35175 300.375Q536.9924 300.375 536.7736 300.625Q536.5705 300.85938 536.5705 301.28125L536.5705 301.64062ZM534.10175 302.46875L533.5861 302.14062L537.0549 296.57812L537.5705 296.90625L534.10175 302.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M280.59708 360.84015Q280.59708 360.07452 281.08145 359.57452Q281.58145 359.07452 282.34708 359.07452Q283.12833 359.07452 283.6127 359.57452Q284.09708 360.07452 284.09708 360.8714L284.09708 361.29327Q284.09708 362.0589 283.59708 362.5589Q283.1127 363.04327 282.3627 363.04327Q281.59708 363.04327 281.09708 362.5589Q280.59708 362.0589 280.59708 361.2464L280.59708 360.84015ZM281.40958 361.29327Q281.40958 361.7464 281.65958 362.04327Q281.9252 362.34015 282.3627 362.34015Q282.78458 362.34015 283.03458 362.0589Q283.28458 361.76202 283.28458 361.26202L283.28458 360.84015Q283.28458 360.38702 283.03458 360.09015Q282.78458 359.77765 282.34708 359.77765Q281.90958 359.77765 281.65958 360.09015Q281.40958 360.38702 281.40958 360.85577L281.40958 361.29327ZM284.75333 365.63702Q284.75333 364.8714 285.2377 364.38702Q285.7377 363.88702 286.50333 363.88702Q287.26895 363.88702 287.75333 364.38702Q288.25333 364.8714 288.25333 365.6839L288.25333 366.09015Q288.25333 366.85577 287.76895 367.35577Q287.28458 367.85577 286.51895 367.85577Q285.75333 367.85577 285.25333 367.3714Q284.75333 366.8714 284.75333 366.0589L284.75333 365.63702ZM285.56583 366.09015Q285.56583 366.5589 285.81583 366.85577Q286.08145 367.15265 286.51895 367.15265Q286.94083 367.15265 287.19083 366.8714Q287.44083 366.57452 287.44083 366.07452L287.44083 365.63702Q287.44083 365.16827 287.1752 364.88702Q286.9252 364.59015 286.50333 364.59015Q286.08145 364.59015 285.81583 364.88702Q285.56583 365.16827 285.56583 365.66827L285.56583 366.09015ZM282.6127 367.09015L281.9877 366.69952L286.15958 360.02765L286.76895 360.41827L282.6127 367.09015ZM292.51895 364.4964Q292.51895 363.57452 292.87833 362.82452Q293.25333 362.07452 293.90958 361.6839Q294.56583 361.27765 295.39395 361.27765Q296.69083 361.27765 297.4877 362.16827Q298.3002 363.0589 298.3002 364.5589L298.3002 364.63702Q298.3002 365.5589 297.94083 366.29327Q297.58145 367.02765 296.9252 367.44952Q296.26895 367.85577 295.40958 367.85577Q294.12833 367.85577 293.31583 366.96515Q292.51895 366.0589 292.51895 364.57452L292.51895 364.4964ZM293.6127 364.63702Q293.6127 365.6839 294.09708 366.32452Q294.59708 366.96515 295.40958 366.96515Q296.2377 366.96515 296.72208 366.32452Q297.20645 365.66827 297.20645 364.4964Q297.20645 363.46515 296.70645 362.82452Q296.22208 362.16827 295.39395 362.16827Q294.59708 362.16827 294.09708 362.8089Q293.6127 363.4339 293.6127 364.63702ZM300.34708 367.73077L300.34708 362.23077L299.34708 362.23077L299.34708 361.38702L300.34708 361.38702L300.34708 360.7464Q300.34708 359.71515 300.87833 359.16827Q301.4252 358.60577 302.4252 358.60577Q302.8002 358.60577 303.1752 358.69952L303.1127 359.59015Q302.83145 359.52765 302.53458 359.52765Q302.00333 359.52765 301.70645 359.84015Q301.4252 360.15265 301.4252 360.71515L301.4252 361.38702L302.78458 361.38702L302.78458 362.23077L301.4252 362.23077L301.4252 367.73077L300.34708 367.73077ZM309.87833 362.35577Q309.62833 362.32452 309.34708 362.32452Q308.26895 362.32452 307.89395 363.23077L307.89395 367.73077L306.81583 367.73077L306.81583 361.38702L307.8627 361.38702L307.87833 362.1214Q308.40958 361.27765 309.39395 361.27765Q309.70645 361.27765 309.87833 361.35577L309.87833 362.35577ZM313.44083 367.85577Q312.14395 367.85577 311.33145 367.01202Q310.53458 366.15265 310.53458 364.73077L310.53458 364.54327Q310.53458 363.59015 310.89395 362.85577Q311.25333 362.10577 311.89395 361.69952Q312.5502 361.27765 313.3002 361.27765Q314.53458 361.27765 315.22208 362.09015Q315.90958 362.90265 315.90958 364.41827L315.90958 364.8714L311.6127 364.8714Q311.64395 365.8089 312.15958 366.38702Q312.69083 366.96515 313.50333 366.96515Q314.06583 366.96515 314.45645 366.73077Q314.8627 366.4964 315.1752 366.10577L315.83145 366.6214Q315.03458 367.85577 313.44083 367.85577ZM313.3002 362.16827Q312.64395 362.16827 312.19083 362.65265Q311.75333 363.1214 311.65958 363.98077L314.83145 363.98077L314.83145 363.90265Q314.78458 363.07452 314.37833 362.6214Q313.9877 362.16827 313.3002 362.16827ZM320.50333 366.04327Q320.50333 365.60577 320.15958 365.3714Q319.83145 365.1214 319.00333 364.94952Q318.19083 364.77765 317.70645 364.52765Q317.22208 364.27765 316.9877 363.94952Q316.76895 363.60577 316.76895 363.13702Q316.76895 362.35577 317.4252 361.82452Q318.08145 361.27765 319.1127 361.27765Q320.19083 361.27765 320.84708 361.84015Q321.51895 362.38702 321.51895 363.2464L320.44083 363.2464Q320.44083 362.8089 320.0502 362.4964Q319.6752 362.16827 319.1127 362.16827Q318.51895 362.16827 318.1752 362.4339Q317.84708 362.6839 317.84708 363.09015Q317.84708 363.48077 318.15958 363.6839Q318.47208 363.88702 319.28458 364.07452Q320.09708 364.2464 320.59708 364.4964Q321.09708 364.7464 321.33145 365.10577Q321.58145 365.46515 321.58145 365.96515Q321.58145 366.82452 320.89395 367.34015Q320.22208 367.85577 319.14395 367.85577Q318.37833 367.85577 317.78458 367.59015Q317.20645 367.3089 316.87833 366.82452Q316.5502 366.34015 316.5502 365.77765L317.62833 365.77765Q317.65958 366.32452 318.06583 366.65265Q318.47208 366.96515 319.14395 366.96515Q319.75333 366.96515 320.12833 366.71515Q320.50333 366.46515 320.50333 366.04327ZM328.15958 364.63702Q328.15958 366.07452 327.50333 366.96515Q326.84708 367.85577 325.70645 367.85577Q324.5502 367.85577 323.89395 367.1214L323.89395 370.16827L322.81583 370.16827L322.81583 361.38702L323.8002 361.38702L323.84708 362.09015Q324.51895 361.27765 325.69083 361.27765Q326.83145 361.27765 327.4877 362.13702Q328.15958 362.9964 328.15958 364.52765L328.15958 364.63702ZM327.08145 364.51202Q327.08145 363.4339 326.6127 362.82452Q326.15958 362.19952 325.3627 362.19952Q324.37833 362.19952 323.89395 363.0589L323.89395 366.09015Q324.37833 366.96515 325.37833 366.96515Q326.15958 366.96515 326.6127 366.35577Q327.08145 365.73077 327.08145 364.51202ZM329.51895 364.4964Q329.51895 363.57452 329.87833 362.82452Q330.25333 362.07452 330.90958 361.6839Q331.56583 361.27765 332.39395 361.27765Q333.69083 361.27765 334.4877 362.16827Q335.3002 363.0589 335.3002 364.5589L335.3002 364.63702Q335.3002 365.5589 334.94083 366.29327Q334.58145 367.02765 333.9252 367.44952Q333.26895 367.85577 332.40958 367.85577Q331.12833 367.85577 330.31583 366.96515Q329.51895 366.0589 329.51895 364.57452L329.51895 364.4964ZM330.6127 364.63702Q330.6127 365.6839 331.09708 366.32452Q331.59708 366.96515 332.40958 366.96515Q333.2377 366.96515 333.72208 366.32452Q334.20645 365.66827 334.20645 364.4964Q334.20645 363.46515 333.70645 362.82452Q333.22208 362.16827 332.39395 362.16827Q331.59708 362.16827 331.09708 362.8089Q330.6127 363.4339 330.6127 364.63702ZM337.83145 361.38702L337.8627 362.1839Q338.59708 361.27765 339.76895 361.27765Q341.78458 361.27765 341.8002 363.54327L341.8002 367.73077L340.70645 367.73077L340.70645 363.52765Q340.70645 362.85577 340.39395 362.52765Q340.09708 362.19952 339.44083 362.19952Q338.90958 362.19952 338.50333 362.48077Q338.1127 362.76202 337.89395 363.21515L337.89395 367.73077L336.81583 367.73077L336.81583 361.38702L337.83145 361.38702ZM343.5502 364.51202Q343.5502 363.04327 344.2377 362.16827Q344.9252 361.27765 346.0502 361.27765Q347.15958 361.27765 347.81583 362.02765L347.81583 358.73077L348.89395 358.73077L348.89395 367.73077L347.89395 367.73077L347.84708 367.04327Q347.19083 367.85577 346.03458 367.85577Q344.94083 367.85577 344.2377 366.94952Q343.5502 366.04327 343.5502 364.59015L343.5502 364.51202ZM344.62833 364.63702Q344.62833 365.71515 345.06583 366.32452Q345.51895 366.9339 346.3002 366.9339Q347.33145 366.9339 347.81583 365.9964L347.81583 363.09015Q347.33145 362.19952 346.31583 362.19952Q345.51895 362.19952 345.06583 362.8089Q344.62833 363.41827 344.62833 364.63702ZM353.44083 367.85577Q352.14395 367.85577 351.33145 367.01202Q350.53458 366.15265 350.53458 364.73077L350.53458 364.54327Q350.53458 363.59015 350.89395 362.85577Q351.25333 362.10577 351.89395 361.69952Q352.5502 361.27765 353.3002 361.27765Q354.53458 361.27765 355.22208 362.09015Q355.90958 362.90265 355.90958 364.41827L355.90958 364.8714L351.6127 364.8714Q351.64395 365.8089 352.15958 366.38702Q352.69083 366.96515 353.50333 366.96515Q354.06583 366.96515 354.45645 366.73077Q354.8627 366.4964 355.1752 366.10577L355.83145 366.6214Q355.03458 367.85577 353.44083 367.85577ZM353.3002 362.16827Q352.64395 362.16827 352.19083 362.65265Q351.75333 363.1214 351.65958 363.98077L354.83145 363.98077L354.83145 363.90265Q354.78458 363.07452 354.37833 362.6214Q353.9877 362.16827 353.3002 362.16827ZM357.83145 361.38702L357.8627 362.1839Q358.59708 361.27765 359.76895 361.27765Q361.78458 361.27765 361.8002 363.54327L361.8002 367.73077L360.70645 367.73077L360.70645 363.52765Q360.70645 362.85577 360.39395 362.52765Q360.09708 362.19952 359.44083 362.19952Q358.90958 362.19952 358.50333 362.48077Q358.1127 362.76202 357.89395 363.21515L357.89395 367.73077L356.81583 367.73077L356.81583 361.38702L357.83145 361.38702ZM365.28458 359.85577L365.28458 361.38702L366.45645 361.38702L366.45645 362.23077L365.28458 362.23077L365.28458 366.15265Q365.28458 366.54327 365.44083 366.73077Q365.59708 366.91827 365.97208 366.91827Q366.15958 366.91827 366.4877 366.85577L366.4877 367.73077Q366.06583 367.85577 365.65958 367.85577Q364.94083 367.85577 364.56583 367.41827Q364.19083 366.96515 364.19083 366.15265L364.19083 362.23077L363.03458 362.23077L363.03458 361.38702L364.19083 361.38702L364.19083 359.85577L365.28458 359.85577ZM371.50333 366.04327Q371.50333 365.60577 371.15958 365.3714Q370.83145 365.1214 370.00333 364.94952Q369.19083 364.77765 368.70645 364.52765Q368.22208 364.27765 367.9877 363.94952Q367.76895 363.60577 367.76895 363.13702Q367.76895 362.35577 368.4252 361.82452Q369.08145 361.27765 370.1127 361.27765Q371.19083 361.27765 371.84708 361.84015Q372.51895 362.38702 372.51895 363.2464L371.44083 363.2464Q371.44083 362.8089 371.0502 362.4964Q370.6752 362.16827 370.1127 362.16827Q369.51895 362.16827 369.1752 362.4339Q368.84708 362.6839 368.84708 363.09015Q368.84708 363.48077 369.15958 363.6839Q369.47208 363.88702 370.28458 364.07452Q371.09708 364.2464 371.59708 364.4964Q372.09708 364.7464 372.33145 365.10577Q372.58145 365.46515 372.58145 365.96515Q372.58145 366.82452 371.89395 367.34015Q371.22208 367.85577 370.14395 367.85577Q369.37833 367.85577 368.78458 367.59015Q368.20645 367.3089 367.87833 366.82452Q367.5502 366.34015 367.5502 365.77765L368.62833 365.77765Q368.65958 366.32452 369.06583 366.65265Q369.47208 366.96515 370.14395 366.96515Q370.75333 366.96515 371.12833 366.71515Q371.50333 366.46515 371.50333 366.04327ZM382.4252 366.23077L383.64395 361.38702L384.72208 361.38702L382.87833 367.73077L382.00333 367.73077L380.45645 362.91827L378.95645 367.73077L378.08145 367.73077L376.2377 361.38702L377.31583 361.38702L378.56583 366.13702L380.0502 361.38702L380.90958 361.38702L382.4252 366.23077ZM386.89395 362.15265Q387.6127 361.27765 388.76895 361.27765Q390.78458 361.27765 390.8002 363.54327L390.8002 367.73077L389.70645 367.73077L389.70645 363.52765Q389.70645 362.85577 389.39395 362.52765Q389.09708 362.19952 388.44083 362.19952Q387.90958 362.19952 387.50333 362.48077Q387.1127 362.76202 386.89395 363.21515L386.89395 367.73077L385.81583 367.73077L385.81583 358.73077L386.89395 358.73077L386.89395 362.15265ZM392.51895 364.4964Q392.51895 363.57452 392.87833 362.82452Q393.25333 362.07452 393.90958 361.6839Q394.56583 361.27765 395.39395 361.27765Q396.69083 361.27765 397.4877 362.16827Q398.3002 363.0589 398.3002 364.5589L398.3002 364.63702Q398.3002 365.5589 397.94083 366.29327Q397.58145 367.02765 396.9252 367.44952Q396.26895 367.85577 395.40958 367.85577Q394.12833 367.85577 393.31583 366.96515Q392.51895 366.0589 392.51895 364.57452L392.51895 364.4964ZM393.6127 364.63702Q393.6127 365.6839 394.09708 366.32452Q394.59708 366.96515 395.40958 366.96515Q396.2377 366.96515 396.72208 366.32452Q397.20645 365.66827 397.20645 364.4964Q397.20645 363.46515 396.70645 362.82452Q396.22208 362.16827 395.39395 362.16827Q394.59708 362.16827 394.09708 362.8089Q393.6127 363.4339 393.6127 364.63702ZM406.72208 367.73077Q406.62833 367.54327 406.56583 367.0589Q405.81583 367.85577 404.76895 367.85577Q403.83145 367.85577 403.22208 367.32452Q402.62833 366.79327 402.62833 365.96515Q402.62833 364.98077 403.37833 364.4339Q404.12833 363.88702 405.50333 363.88702L406.5502 363.88702L406.5502 363.38702Q406.5502 362.82452 406.20645 362.4964Q405.87833 362.15265 405.20645 362.15265Q404.62833 362.15265 404.2377 362.44952Q403.84708 362.73077 403.84708 363.15265L402.75333 363.15265Q402.75333 362.66827 403.08145 362.23077Q403.4252 361.79327 404.00333 361.54327Q404.58145 361.27765 405.26895 361.27765Q406.37833 361.27765 406.9877 361.82452Q407.6127 362.3714 407.64395 363.32452L407.64395 366.2464Q407.64395 367.1214 407.8627 367.63702L407.8627 367.73077L406.72208 367.73077ZM404.9252 366.90265Q405.44083 366.90265 405.89395 366.63702Q406.34708 366.3714 406.5502 365.94952L406.5502 364.65265L405.70645 364.65265Q403.70645 364.65265 403.70645 365.82452Q403.70645 366.32452 404.0502 366.6214Q404.39395 366.90265 404.9252 366.90265ZM409.5502 364.51202Q409.5502 363.02765 410.2377 362.15265Q410.9252 361.27765 412.0502 361.27765Q413.20645 361.27765 413.8627 362.09015L413.90958 361.38702L414.90958 361.38702L414.90958 367.57452Q414.90958 368.8089 414.1752 369.51202Q413.44083 370.23077 412.22208 370.23077Q411.53458 370.23077 410.87833 369.9339Q410.22208 369.63702 409.87833 369.13702L410.44083 368.48077Q411.12833 369.34015 412.14395 369.34015Q412.9252 369.34015 413.3627 368.88702Q413.81583 368.44952 413.81583 367.63702L413.81583 367.09015Q413.15958 367.85577 412.03458 367.85577Q410.9252 367.85577 410.2377 366.96515Q409.5502 366.0589 409.5502 364.51202ZM410.64395 364.63702Q410.64395 365.69952 411.08145 366.32452Q411.51895 366.9339 412.31583 366.9339Q413.33145 366.9339 413.81583 365.9964L413.81583 363.10577Q413.31583 362.19952 412.31583 362.19952Q411.53458 362.19952 411.08145 362.8089Q410.64395 363.41827 410.64395 364.63702ZM419.87833 362.35577Q419.62833 362.32452 419.34708 362.32452Q418.26895 362.32452 417.89395 363.23077L417.89395 367.73077L416.81583 367.73077L416.81583 361.38702L417.8627 361.38702L417.87833 362.1214Q418.40958 361.27765 419.39395 361.27765Q419.70645 361.27765 419.87833 361.35577L419.87833 362.35577ZM423.44083 367.85577Q422.14395 367.85577 421.33145 367.01202Q420.53458 366.15265 420.53458 364.73077L420.53458 364.54327Q420.53458 363.59015 420.89395 362.85577Q421.25333 362.10577 421.89395 361.69952Q422.5502 361.27765 423.3002 361.27765Q424.53458 361.27765 425.22208 362.09015Q425.90958 362.90265 425.90958 364.41827L425.90958 364.8714L421.6127 364.8714Q421.64395 365.8089 422.15958 366.38702Q422.69083 366.96515 423.50333 366.96515Q424.06583 366.96515 424.45645 366.73077Q424.8627 366.4964 425.1752 366.10577L425.83145 366.6214Q425.03458 367.85577 423.44083 367.85577ZM423.3002 362.16827Q422.64395 362.16827 422.19083 362.65265Q421.75333 363.1214 421.65958 363.98077L424.83145 363.98077L424.83145 363.90265Q424.78458 363.07452 424.37833 362.6214Q423.9877 362.16827 423.3002 362.16827ZM429.44083 367.85577Q428.14395 367.85577 427.33145 367.01202Q426.53458 366.15265 426.53458 364.73077L426.53458 364.54327Q426.53458 363.59015 426.89395 362.85577Q427.25333 362.10577 427.89395 361.69952Q428.5502 361.27765 429.3002 361.27765Q430.53458 361.27765 431.22208 362.09015Q431.90958 362.90265 431.90958 364.41827L431.90958 364.8714L427.6127 364.8714Q427.64395 365.8089 428.15958 366.38702Q428.69083 366.96515 429.50333 366.96515Q430.06583 366.96515 430.45645 366.73077Q430.8627 366.4964 431.1752 366.10577L431.83145 366.6214Q431.03458 367.85577 429.44083 367.85577ZM429.3002 362.16827Q428.64395 362.16827 428.19083 362.65265Q427.75333 363.1214 427.65958 363.98077L430.83145 363.98077L430.83145 363.90265Q430.78458 363.07452 430.37833 362.6214Q429.9877 362.16827 429.3002 362.16827Z" fill-rule="nonzero"/><path fill="#666666" d="M65.703125 74.19791L64.578125 74.19791L64.578125 65.66666L65.703125 65.66666L65.703125 74.19791ZM71.40625 68.61978Q72.125 67.74478 73.28125 67.74478Q75.296875 67.74478 75.3125 70.01041L75.3125 74.19791L74.21875 74.19791L74.21875 69.99478Q74.21875 69.32291 73.90625 68.99478Q73.609375 68.66666 72.953125 68.66666Q72.421875 68.66666 72.015625 68.94791Q71.625 69.22916 71.40625 69.68228L71.40625 74.19791L70.328125 74.19791L70.328125 65.19791L71.40625 65.19791L71.40625 68.61978ZM81.234375 74.19791Q81.140625 74.01041 81.078125 73.52603Q80.328125 74.32291 79.28125 74.32291Q78.34375 74.32291 77.734375 73.79166Q77.140625 73.26041 77.140625 72.43228Q77.140625 71.44791 77.890625 70.90103Q78.640625 70.35416 80.015625 70.35416L81.0625 70.35416L81.0625 69.85416Q81.0625 69.29166 80.71875 68.96353Q80.390625 68.61978 79.71875 68.61978Q79.140625 68.61978 78.75 68.91666Q78.359375 69.19791 78.359375 69.61978L77.265625 69.61978Q77.265625 69.13541 77.59375 68.69791Q77.9375 68.26041 78.515625 68.01041Q79.09375 67.74478 79.78125 67.74478Q80.890625 67.74478 81.5 68.29166Q82.125 68.83853 82.15625 69.79166L82.15625 72.71353Q82.15625 73.58853 82.375 74.10416L82.375 74.19791L81.234375 74.19791ZM79.4375 73.36978Q79.953125 73.36978 80.40625 73.10416Q80.859375 72.83853 81.0625 72.41666L81.0625 71.11978L80.21875 71.11978Q78.21875 71.11978 78.21875 72.29166Q78.21875 72.79166 78.5625 73.08853Q78.90625 73.36978 79.4375 73.36978ZM86.40625 72.72916L87.984375 67.85416L89.09375 67.85416L86.8125 74.19791L85.984375 74.19791L83.6875 67.85416L84.796875 67.85416L86.40625 72.72916ZM92.953125 74.32291Q91.65625 74.32291 90.84375 73.47916Q90.046875 72.61978 90.046875 71.19791L90.046875 71.01041Q90.046875 70.05728 90.40625 69.32291Q90.765625 68.57291 91.40625 68.16666Q92.0625 67.74478 92.8125 67.74478Q94.046875 67.74478 94.734375 68.55728Q95.421875 69.36978 95.421875 70.88541L95.421875 71.33853L91.125 71.33853Q91.15625 72.27603 91.671875 72.85416Q92.203125 73.43228 93.015625 73.43228Q93.578125 73.43228 93.96875 73.19791Q94.375 72.96353 94.6875 72.57291L95.34375 73.08853Q94.546875 74.32291 92.953125 74.32291ZM92.8125 68.63541Q92.15625 68.63541 91.703125 69.11978Q91.265625 69.58853 91.171875 70.44791L94.34375 70.44791L94.34375 70.36978Q94.296875 69.54166 93.890625 69.08853Q93.5 68.63541 92.8125 68.63541ZM103.234375 74.19791Q103.140625 74.01041 103.078125 73.52603Q102.328125 74.32291 101.28125 74.32291Q100.34375 74.32291 99.734375 73.79166Q99.140625 73.26041 99.140625 72.43228Q99.140625 71.44791 99.890625 70.90103Q100.640625 70.35416 102.015625 70.35416L103.0625 70.35416L103.0625 69.85416Q103.0625 69.29166 102.71875 68.96353Q102.390625 68.61978 101.71875 68.61978Q101.140625 68.61978 100.75 68.91666Q100.359375 69.19791 100.359375 69.61978L99.265625 69.61978Q99.265625 69.13541 99.59375 68.69791Q99.9375 68.26041 100.515625 68.01041Q101.09375 67.74478 101.78125 67.74478Q102.890625 67.74478 103.5 68.29166Q104.125 68.83853 104.15625 69.79166L104.15625 72.71353Q104.15625 73.58853 104.375 74.10416L104.375 74.19791L103.234375 74.19791ZM101.4375 73.36978Q101.953125 73.36978 102.40625 73.10416Q102.859375 72.83853 103.0625 72.41666L103.0625 71.11978L102.21875 71.11978Q100.21875 71.11978 100.21875 72.29166Q100.21875 72.79166 100.5625 73.08853Q100.90625 73.36978 101.4375 73.36978ZM109.0625 70.97916Q109.0625 69.49478 109.75 68.61978Q110.4375 67.74478 111.5625 67.74478Q112.71875 67.74478 113.375 68.55728L113.421875 67.85416L114.421875 67.85416L114.421875 74.04166Q114.421875 75.27603 113.6875 75.97916Q112.953125 76.69791 111.734375 76.69791Q111.046875 76.69791 110.390625 76.40103Q109.734375 76.10416 109.390625 75.60416L109.953125 74.94791Q110.640625 75.80728 111.65625 75.80728Q112.4375 75.80728 112.875 75.35416Q113.328125 74.91666 113.328125 74.10416L113.328125 73.55728Q112.671875 74.32291 111.546875 74.32291Q110.4375 74.32291 109.75 73.43228Q109.0625 72.52603 109.0625 70.97916ZM110.15625 71.10416Q110.15625 72.16666 110.59375 72.79166Q111.03125 73.40103 111.828125 73.40103Q112.84375 73.40103 113.328125 72.46353L113.328125 69.57291Q112.828125 68.66666 111.828125 68.66666Q111.046875 68.66666 110.59375 69.27603Q110.15625 69.88541 110.15625 71.10416ZM116.03125 70.96353Q116.03125 70.04166 116.390625 69.29166Q116.765625 68.54166 117.421875 68.15103Q118.078125 67.74478 118.90625 67.74478Q120.203125 67.74478 121.0 68.63541Q121.8125 69.52603 121.8125 71.02603L121.8125 71.10416Q121.8125 72.02603 121.453125 72.76041Q121.09375 73.49478 120.4375 73.91666Q119.78125 74.32291 118.921875 74.32291Q117.640625 74.32291 116.828125 73.43228Q116.03125 72.52603 116.03125 71.04166L116.03125 70.96353ZM117.125 71.10416Q117.125 72.15103 117.609375 72.79166Q118.109375 73.43228 118.921875 73.43228Q119.75 73.43228 120.234375 72.79166Q120.71875 72.13541 120.71875 70.96353Q120.71875 69.93228 120.21875 69.29166Q119.734375 68.63541 118.90625 68.63541Q118.109375 68.63541 117.609375 69.27603Q117.125 69.90103 117.125 71.10416ZM123.03125 70.96353Q123.03125 70.04166 123.390625 69.29166Q123.765625 68.54166 124.421875 68.15103Q125.078125 67.74478 125.90625 67.74478Q127.203125 67.74478 128.0 68.63541Q128.8125 69.52603 128.8125 71.02603L128.8125 71.10416Q128.8125 72.02603 128.45312 72.76041Q128.09375 73.49478 127.4375 73.91666Q126.78125 74.32291 125.921875 74.32291Q124.640625 74.32291 123.828125 73.43228Q123.03125 72.52603 123.03125 71.04166L123.03125 70.96353ZM124.125 71.10416Q124.125 72.15103 124.609375 72.79166Q125.109375 73.43228 125.921875 73.43228Q126.75 73.43228 127.234375 72.79166Q127.71875 72.13541 127.71875 70.96353Q127.71875 69.93228 127.21875 69.29166Q126.734375 68.63541 125.90625 68.63541Q125.109375 68.63541 124.609375 69.27603Q124.125 69.90103 124.125 71.10416ZM130.0625 70.97916Q130.0625 69.51041 130.75 68.63541Q131.4375 67.74478 132.5625 67.74478Q133.67188 67.74478 134.32812 68.49478L134.32812 65.19791L135.40625 65.19791L135.40625 74.19791L134.40625 74.19791L134.35938 73.51041Q133.70312 74.32291 132.54688 74.32291Q131.45312 74.32291 130.75 73.41666Q130.0625 72.51041 130.0625 71.05728L130.0625 70.97916ZM131.14062 71.10416Q131.14062 72.18228 131.57812 72.79166Q132.03125 73.40103 132.8125 73.40103Q133.84375 73.40103 134.32812 72.46353L134.32812 69.55728Q133.84375 68.66666 132.82812 68.66666Q132.03125 68.66666 131.57812 69.27603Q131.14062 69.88541 131.14062 71.10416Z" fill-rule="nonzero"/><path fill="#666666" d="M30.234375 88.57291Q29.609375 89.32291 28.375 89.32291Q27.359375 89.32291 26.828125 88.72916Q26.296875 88.13541 26.296875 86.97916L26.296875 82.85416L27.375 82.85416L27.375 86.94791Q27.375 88.40103 28.546875 88.40103Q29.796875 88.40103 30.203125 87.46353L30.203125 82.85416L31.296875 82.85416L31.296875 89.19791L30.265625 89.19791L30.234375 88.57291ZM34.34375 82.85416L34.375 83.65103Q35.109375 82.74478 36.28125 82.74478Q38.296875 82.74478 38.3125 85.01041L38.3125 89.19791L37.21875 89.19791L37.21875 84.99478Q37.21875 84.32291 36.90625 83.99478Q36.609375 83.66666 35.953125 83.66666Q35.421875 83.66666 35.015625 83.94791Q34.625 84.22916 34.40625 84.68228L34.40625 89.19791L33.328125 89.19791L33.328125 82.85416L34.34375 82.85416ZM40.0625 85.97916Q40.0625 84.51041 40.75 83.63541Q41.4375 82.74478 42.5625 82.74478Q43.671875 82.74478 44.328125 83.49478L44.328125 80.19791L45.40625 80.19791L45.40625 89.19791L44.40625 89.19791L44.359375 88.51041Q43.703125 89.32291 42.546875 89.32291Q41.453125 89.32291 40.75 88.41666Q40.0625 87.51041 40.0625 86.05728L40.0625 85.97916ZM41.140625 86.10416Q41.140625 87.18228 41.578125 87.79166Q42.03125 88.40103 42.8125 88.40103Q43.84375 88.40103 44.328125 87.46353L44.328125 84.55728Q43.84375 83.66666 42.828125 83.66666Q42.03125 83.66666 41.578125 84.27603Q41.140625 84.88541 41.140625 86.10416ZM49.953125 89.32291Q48.65625 89.32291 47.84375 88.47916Q47.046875 87.61978 47.046875 86.19791L47.046875 86.01041Q47.046875 85.05728 47.40625 84.32291Q47.765625 83.57291 48.40625 83.16666Q49.0625 82.74478 49.8125 82.74478Q51.046875 82.74478 51.734375 83.55728Q52.421875 84.36978 52.421875 85.88541L52.421875 86.33853L48.125 86.33853Q48.15625 87.27603 48.671875 87.85416Q49.203125 88.43228 50.015625 88.43228Q50.578125 88.43228 50.96875 88.19791Q51.375 87.96353 51.6875 87.57291L52.34375 88.08853Q51.546875 89.32291 49.953125 89.32291ZM49.8125 83.63541Q49.15625 83.63541 48.703125 84.11978Q48.265625 84.58853 48.171875 85.44791L51.34375 85.44791L51.34375 85.36978Q51.296875 84.54166 50.890625 84.08853Q50.5 83.63541 49.8125 83.63541ZM56.390625 83.82291Q56.140625 83.79166 55.859375 83.79166Q54.78125 83.79166 54.40625 84.69791L54.40625 89.19791L53.328125 89.19791L53.328125 82.85416L54.375 82.85416L54.390625 83.58853Q54.921875 82.74478 55.90625 82.74478Q56.21875 82.74478 56.390625 82.82291L56.390625 83.82291ZM61.015625 87.51041Q61.015625 87.07291 60.671875 86.83853Q60.34375 86.58853 59.515625 86.41666Q58.703125 86.24478 58.21875 85.99478Q57.734375 85.74478 57.5 85.41666Q57.28125 85.07291 57.28125 84.60416Q57.28125 83.82291 57.9375 83.29166Q58.59375 82.74478 59.625 82.74478Q60.703125 82.74478 61.359375 83.30728Q62.03125 83.85416 62.03125 84.71353L60.953125 84.71353Q60.953125 84.27603 60.5625 83.96353Q60.1875 83.63541 59.625 83.63541Q59.03125 83.63541 58.6875 83.90103Q58.359375 84.15103 58.359375 84.55728Q58.359375 84.94791 58.671875 85.15103Q58.984375 85.35416 59.796875 85.54166Q60.609375 85.71353 61.109375 85.96353Q61.609375 86.21353 61.84375 86.57291Q62.09375 86.93228 62.09375 87.43228Q62.09375 88.29166 61.40625 88.80728Q60.734375 89.32291 59.65625 89.32291Q58.890625 89.32291 58.296875 89.05728Q57.71875 88.77603 57.390625 88.29166Q57.0625 87.80728 57.0625 87.24478L58.140625 87.24478Q58.171875 87.79166 58.578125 88.11978Q58.984375 88.43228 59.65625 88.43228Q60.265625 88.43228 60.640625 88.18228Q61.015625 87.93228 61.015625 87.51041ZM64.796875 81.32291L64.796875 82.85416L65.96875 82.85416L65.96875 83.69791L64.796875 83.69791L64.796875 87.61978Q64.796875 88.01041 64.953125 88.19791Q65.109375 88.38541 65.484375 88.38541Q65.671875 88.38541 66.0 88.32291L66.0 89.19791Q65.578125 89.32291 65.171875 89.32291Q64.453125 89.32291 64.078125 88.88541Q63.703125 88.43228 63.703125 87.61978L63.703125 83.69791L62.546875 83.69791L62.546875 82.85416L63.703125 82.85416L63.703125 81.32291L64.796875 81.32291ZM71.234375 89.19791Q71.140625 89.01041 71.078125 88.52603Q70.328125 89.32291 69.28125 89.32291Q68.34375 89.32291 67.734375 88.79166Q67.140625 88.26041 67.140625 87.43228Q67.140625 86.44791 67.890625 85.90103Q68.640625 85.35416 70.015625 85.35416L71.0625 85.35416L71.0625 84.85416Q71.0625 84.29166 70.71875 83.96353Q70.390625 83.61978 69.71875 83.61978Q69.140625 83.61978 68.75 83.91666Q68.359375 84.19791 68.359375 84.61978L67.265625 84.61978Q67.265625 84.13541 67.59375 83.69791Q67.9375 83.26041 68.515625 83.01041Q69.09375 82.74478 69.78125 82.74478Q70.890625 82.74478 71.5 83.29166Q72.125 83.83853 72.15625 84.79166L72.15625 87.71353Q72.15625 88.58853 72.375 89.10416L72.375 89.19791L71.234375 89.19791ZM69.4375 88.36978Q69.953125 88.36978 70.40625 88.10416Q70.859375 87.83853 71.0625 87.41666L71.0625 86.11978L70.21875 86.11978Q68.21875 86.11978 68.21875 87.29166Q68.21875 87.79166 68.5625 88.08853Q68.90625 88.36978 69.4375 88.36978ZM75.34375 82.85416L75.375 83.65103Q76.109375 82.74478 77.28125 82.74478Q79.296875 82.74478 79.3125 85.01041L79.3125 89.19791L78.21875 89.19791L78.21875 84.99478Q78.21875 84.32291 77.90625 83.99478Q77.609375 83.66666 76.953125 83.66666Q76.421875 83.66666 76.015625 83.94791Q75.625 84.22916 75.40625 84.68228L75.40625 89.19791L74.328125 89.19791L74.328125 82.85416L75.34375 82.85416ZM81.0625 85.97916Q81.0625 84.51041 81.75 83.63541Q82.4375 82.74478 83.5625 82.74478Q84.671875 82.74478 85.328125 83.49478L85.328125 80.19791L86.40625 80.19791L86.40625 89.19791L85.40625 89.19791L85.359375 88.51041Q84.703125 89.32291 83.546875 89.32291Q82.453125 89.32291 81.75 88.41666Q81.0625 87.51041 81.0625 86.05728L81.0625 85.97916ZM82.140625 86.10416Q82.140625 87.18228 82.578125 87.79166Q83.03125 88.40103 83.8125 88.40103Q84.84375 88.40103 85.328125 87.46353L85.328125 84.55728Q84.84375 83.66666 83.828125 83.66666Q83.03125 83.66666 82.578125 84.27603Q82.140625 84.88541 82.140625 86.10416ZM89.5 89.19791L88.421875 89.19791L88.421875 82.85416L89.5 82.85416L89.5 89.19791ZM88.328125 81.18228Q88.328125 80.91666 88.484375 80.72916Q88.65625 80.54166 88.96875 80.54166Q89.28125 80.54166 89.4375 80.72916Q89.609375 80.91666 89.609375 81.18228Q89.609375 81.43228 89.4375 81.61978Q89.28125 81.79166 88.96875 81.79166Q88.65625 81.79166 88.484375 81.61978Q88.328125 81.43228 88.328125 81.18228ZM92.34375 82.85416L92.375 83.65103Q93.109375 82.74478 94.28125 82.74478Q96.296875 82.74478 96.3125 85.01041L96.3125 89.19791L95.21875 89.19791L95.21875 84.99478Q95.21875 84.32291 94.90625 83.99478Q94.609375 83.66666 93.953125 83.66666Q93.421875 83.66666 93.015625 83.94791Q92.625 84.22916 92.40625 84.68228L92.40625 89.19791L91.328125 89.19791L91.328125 82.85416L92.34375 82.85416ZM98.0625 85.97916Q98.0625 84.49478 98.75 83.61978Q99.4375 82.74478 100.5625 82.74478Q101.71875 82.74478 102.375 83.55728L102.421875 82.85416L103.421875 82.85416L103.421875 89.04166Q103.421875 90.27603 102.6875 90.97916Q101.953125 91.69791 100.734375 91.69791Q100.046875 91.69791 99.390625 91.40103Q98.734375 91.10416 98.390625 90.60416L98.953125 89.94791Q99.640625 90.80728 100.65625 90.80728Q101.4375 90.80728 101.875 90.35416Q102.328125 89.91666 102.328125 89.10416L102.328125 88.55728Q101.671875 89.32291 100.546875 89.32291Q99.4375 89.32291 98.75 88.43228Q98.0625 87.52603 98.0625 85.97916ZM99.15625 86.10416Q99.15625 87.16666 99.59375 87.79166Q100.03125 88.40103 100.828125 88.40103Q101.84375 88.40103 102.328125 87.46353L102.328125 84.57291Q101.828125 83.66666 100.828125 83.66666Q100.046875 83.66666 99.59375 84.27603Q99.15625 84.88541 99.15625 86.10416ZM108.03125 85.96353Q108.03125 85.04166 108.390625 84.29166Q108.765625 83.54166 109.421875 83.15103Q110.078125 82.74478 110.90625 82.74478Q112.203125 82.74478 113.0 83.63541Q113.8125 84.52603 113.8125 86.02603L113.8125 86.10416Q113.8125 87.02603 113.453125 87.76041Q113.09375 88.49478 112.4375 88.91666Q111.78125 89.32291 110.921875 89.32291Q109.640625 89.32291 108.828125 88.43228Q108.03125 87.52603 108.03125 86.04166L108.03125 85.96353ZM109.125 86.10416Q109.125 87.15103 109.609375 87.79166Q110.109375 88.43228 110.921875 88.43228Q111.75 88.43228 112.234375 87.79166Q112.71875 87.13541 112.71875 85.96353Q112.71875 84.93228 112.21875 84.29166Q111.734375 83.63541 110.90625 83.63541Q110.109375 83.63541 109.609375 84.27603Q109.125 84.90103 109.125 86.10416ZM115.859375 89.19791L115.859375 83.69791L114.859375 83.69791L114.859375 82.85416L115.859375 82.85416L115.859375 82.21353Q115.859375 81.18228 116.390625 80.63541Q116.9375 80.07291 117.9375 80.07291Q118.3125 80.07291 118.6875 80.16666L118.625 81.05728Q118.34375 80.99478 118.046875 80.99478Q117.515625 80.99478 117.21875 81.30728Q116.9375 81.61978 116.9375 82.18228L116.9375 82.85416L118.296875 82.85416L118.296875 83.69791L116.9375 83.69791L116.9375 89.19791L115.859375 89.19791ZM128.79688 88.07291Q128.35938 88.69791 127.578125 89.01041Q126.796875 89.32291 125.765625 89.32291Q124.734375 89.32291 123.921875 88.83853Q123.109375 88.33853 122.671875 87.43228Q122.234375 86.52603 122.21875 85.33853L122.21875 84.60416Q122.21875 82.66666 123.109375 81.60416Q124.015625 80.54166 125.640625 80.54166Q126.984375 80.54166 127.796875 81.22916Q128.60938 81.91666 128.79688 83.16666L127.671875 83.16666Q127.34375 81.47916 125.65625 81.47916Q124.515625 81.47916 123.9375 82.27603Q123.359375 83.05728 123.34375 84.57291L123.34375 85.26041Q123.34375 86.69791 124.0 87.55728Q124.65625 88.40103 125.78125 88.40103Q126.40625 88.40103 126.875 88.26041Q127.359375 88.11978 127.671875 87.77603L127.671875 85.86978L125.703125 85.86978L125.703125 84.94791L128.79688 84.94791L128.79688 88.07291ZM130.03125 85.96353Q130.03125 85.04166 130.39062 84.29166Q130.76562 83.54166 131.42188 83.15103Q132.07812 82.74478 132.90625 82.74478Q134.20312 82.74478 135.0 83.63541Q135.8125 84.52603 135.8125 86.02603L135.8125 86.10416Q135.8125 87.02603 135.45312 87.76041Q135.09375 88.49478 134.4375 88.91666Q133.78125 89.32291 132.92188 89.32291Q131.64062 89.32291 130.82812 88.43228Q130.03125 87.52603 130.03125 86.04166L130.03125 85.96353ZM131.125 86.10416Q131.125 87.15103 131.60938 87.79166Q132.10938 88.43228 132.92188 88.43228Q133.75 88.43228 134.23438 87.79166Q134.71875 87.13541 134.71875 85.96353Q134.71875 84.93228 134.21875 84.29166Q133.73438 83.63541 132.90625 83.63541Q132.10938 83.63541 131.60938 84.27603Q131.125 84.90103 131.125 86.10416Z" fill-rule="nonzero"/><path fill="#666666" d="M67.6875 101.10416Q67.6875 102.55728 67.015625 103.44791Q66.359375 104.32291 65.234375 104.32291Q64.03125 104.32291 63.375 103.46353L63.3125 104.19791L62.328125 104.19791L62.328125 95.19791L63.40625 95.19791L63.40625 98.55728Q64.0625 97.74478 65.21875 97.74478Q66.375 97.74478 67.03125 98.61978Q67.6875 99.47916 67.6875 101.01041L67.6875 101.10416ZM66.609375 100.97916Q66.609375 99.86978 66.171875 99.27603Q65.75 98.66666 64.953125 98.66666Q63.875 98.66666 63.40625 99.65103L63.40625 102.40103Q63.90625 103.40103 64.953125 103.40103Q65.734375 103.40103 66.171875 102.79166Q66.609375 102.18228 66.609375 100.97916ZM71.953125 104.32291Q70.65625 104.32291 69.84375 103.47916Q69.046875 102.61978 69.046875 101.19791L69.046875 101.01041Q69.046875 100.05728 69.40625 99.32291Q69.765625 98.57291 70.40625 98.16666Q71.0625 97.74478 71.8125 97.74478Q73.046875 97.74478 73.734375 98.55728Q74.421875 99.36978 74.421875 100.88541L74.421875 101.33853L70.125 101.33853Q70.15625 102.27603 70.671875 102.85416Q71.203125 103.43228 72.015625 103.43228Q72.578125 103.43228 72.96875 103.19791Q73.375 102.96353 73.6875 102.57291L74.34375 103.08853Q73.546875 104.32291 71.953125 104.32291ZM71.8125 98.63541Q71.15625 98.63541 70.703125 99.11978Q70.265625 99.58853 70.171875 100.44791L73.34375 100.44791L73.34375 100.36978Q73.296875 99.54166 72.890625 99.08853Q72.5 98.63541 71.8125 98.63541ZM79.015625 102.51041Q79.015625 102.07291 78.671875 101.83853Q78.34375 101.58853 77.515625 101.41666Q76.703125 101.24478 76.21875 100.99478Q75.734375 100.74478 75.5 100.41666Q75.28125 100.07291 75.28125 99.60416Q75.28125 98.82291 75.9375 98.29166Q76.59375 97.74478 77.625 97.74478Q78.703125 97.74478 79.359375 98.30728Q80.03125 98.85416 80.03125 99.71353L78.953125 99.71353Q78.953125 99.27603 78.5625 98.96353Q78.1875 98.63541 77.625 98.63541Q77.03125 98.63541 76.6875 98.90103Q76.359375 99.15103 76.359375 99.55728Q76.359375 99.94791 76.671875 100.15103Q76.984375 100.35416 77.796875 100.54166Q78.609375 100.71353 79.109375 100.96353Q79.609375 101.21353 79.84375 101.57291Q80.09375 101.93228 80.09375 102.43228Q80.09375 103.29166 79.40625 103.80728Q78.734375 104.32291 77.65625 104.32291Q76.890625 104.32291 76.296875 104.05728Q75.71875 103.77603 75.390625 103.29166Q75.0625 102.80728 75.0625 102.24478L76.140625 102.24478Q76.171875 102.79166 76.578125 103.11978Q76.984375 103.43228 77.65625 103.43228Q78.265625 103.43228 78.640625 103.18228Q79.015625 102.93228 79.015625 102.51041ZM82.796875 96.32291L82.796875 97.85416L83.96875 97.85416L83.96875 98.69791L82.796875 98.69791L82.796875 102.61978Q82.796875 103.01041 82.953125 103.19791Q83.109375 103.38541 83.484375 103.38541Q83.671875 103.38541 84.0 103.32291L84.0 104.19791Q83.578125 104.32291 83.171875 104.32291Q82.453125 104.32291 82.078125 103.88541Q81.703125 103.43228 81.703125 102.61978L81.703125 98.69791L80.546875 98.69791L80.546875 97.85416L81.703125 97.85416L81.703125 96.32291L82.796875 96.32291ZM93.671875 101.10416Q93.671875 102.54166 93.015625 103.43228Q92.359375 104.32291 91.21875 104.32291Q90.0625 104.32291 89.40625 103.58853L89.40625 106.63541L88.328125 106.63541L88.328125 97.85416L89.3125 97.85416L89.359375 98.55728Q90.03125 97.74478 91.203125 97.74478Q92.34375 97.74478 93.0 98.60416Q93.671875 99.46353 93.671875 100.99478L93.671875 101.10416ZM92.59375 100.97916Q92.59375 99.90103 92.125 99.29166Q91.671875 98.66666 90.875 98.66666Q89.890625 98.66666 89.40625 99.52603L89.40625 102.55728Q89.890625 103.43228 90.890625 103.43228Q91.671875 103.43228 92.125 102.82291Q92.59375 102.19791 92.59375 100.97916ZM98.390625 98.82291Q98.140625 98.79166 97.859375 98.79166Q96.78125 98.79166 96.40625 99.69791L96.40625 104.19791L95.328125 104.19791L95.328125 97.85416L96.375 97.85416L96.390625 98.58853Q96.921875 97.74478 97.90625 97.74478Q98.21875 97.74478 98.390625 97.82291L98.390625 98.82291ZM103.234375 104.19791Q103.140625 104.01041 103.078125 103.52603Q102.328125 104.32291 101.28125 104.32291Q100.34375 104.32291 99.734375 103.79166Q99.140625 103.26041 99.140625 102.43228Q99.140625 101.44791 99.890625 100.90103Q100.640625 100.35416 102.015625 100.35416L103.0625 100.35416L103.0625 99.85416Q103.0625 99.29166 102.71875 98.96353Q102.390625 98.61978 101.71875 98.61978Q101.140625 98.61978 100.75 98.91666Q100.359375 99.19791 100.359375 99.61978L99.265625 99.61978Q99.265625 99.13541 99.59375 98.69791Q99.9375 98.26041 100.515625 98.01041Q101.09375 97.74478 101.78125 97.74478Q102.890625 97.74478 103.5 98.29166Q104.125 98.83853 104.15625 99.79166L104.15625 102.71353Q104.15625 103.58853 104.375 104.10416L104.375 104.19791L103.234375 104.19791ZM101.4375 103.36978Q101.953125 103.36978 102.40625 103.10416Q102.859375 102.83853 103.0625 102.41666L103.0625 101.11978L102.21875 101.11978Q100.21875 101.11978 100.21875 102.29166Q100.21875 102.79166 100.5625 103.08853Q100.90625 103.36978 101.4375 103.36978ZM108.859375 103.43228Q109.4375 103.43228 109.875 103.08853Q110.3125 102.72916 110.359375 102.19791L111.390625 102.19791Q111.359375 102.74478 111.0 103.24478Q110.65625 103.72916 110.078125 104.02603Q109.515625 104.32291 108.859375 104.32291Q107.5625 104.32291 106.796875 103.46353Q106.046875 102.58853 106.046875 101.08853L106.046875 100.90103Q106.046875 99.97916 106.375 99.26041Q106.71875 98.54166 107.34375 98.15103Q107.984375 97.74478 108.859375 97.74478Q109.921875 97.74478 110.625 98.38541Q111.34375 99.01041 111.390625 100.04166L110.359375 100.04166Q110.3125 99.41666 109.890625 99.02603Q109.46875 98.63541 108.859375 98.63541Q108.03125 98.63541 107.578125 99.22916Q107.125 99.82291 107.125 100.94791L107.125 101.15103Q107.125 102.24478 107.578125 102.83853Q108.03125 103.43228 108.859375 103.43228ZM113.796875 96.32291L113.796875 97.85416L114.96875 97.85416L114.96875 98.69791L113.796875 98.69791L113.796875 102.61978Q113.796875 103.01041 113.953125 103.19791Q114.109375 103.38541 114.484375 103.38541Q114.671875 103.38541 115.0 103.32291L115.0 104.19791Q114.578125 104.32291 114.171875 104.32291Q113.453125 104.32291 113.078125 103.88541Q112.703125 103.43228 112.703125 102.61978L112.703125 98.69791L111.546875 98.69791L111.546875 97.85416L112.703125 97.85416L112.703125 96.32291L113.796875 96.32291ZM117.5 104.19791L116.421875 104.19791L116.421875 97.85416L117.5 97.85416L117.5 104.19791ZM116.328125 96.18228Q116.328125 95.91666 116.484375 95.72916Q116.65625 95.54166 116.96875 95.54166Q117.28125 95.54166 117.4375 95.72916Q117.609375 95.91666 117.609375 96.18228Q117.609375 96.43228 117.4375 96.61978Q117.28125 96.79166 116.96875 96.79166Q116.65625 96.79166 116.484375 96.61978Q116.328125 96.43228 116.328125 96.18228ZM121.859375 103.43228Q122.4375 103.43228 122.875 103.08853Q123.3125 102.72916 123.359375 102.19791L124.390625 102.19791Q124.359375 102.74478 124.0 103.24478Q123.65625 103.72916 123.078125 104.02603Q122.515625 104.32291 121.859375 104.32291Q120.5625 104.32291 119.796875 103.46353Q119.046875 102.58853 119.046875 101.08853L119.046875 100.90103Q119.046875 99.97916 119.375 99.26041Q119.71875 98.54166 120.34375 98.15103Q120.984375 97.74478 121.859375 97.74478Q122.921875 97.74478 123.625 98.38541Q124.34375 99.01041 124.390625 100.04166L123.359375 100.04166Q123.3125 99.41666 122.890625 99.02603Q122.46875 98.63541 121.859375 98.63541Q121.03125 98.63541 120.578125 99.22916Q120.125 99.82291 120.125 100.94791L120.125 101.15103Q120.125 102.24478 120.578125 102.83853Q121.03125 103.43228 121.859375 103.43228ZM127.953125 104.32291Q126.65625 104.32291 125.84375 103.47916Q125.046875 102.61978 125.046875 101.19791L125.046875 101.01041Q125.046875 100.05728 125.40625 99.32291Q125.765625 98.57291 126.40625 98.16666Q127.0625 97.74478 127.8125 97.74478Q129.04688 97.74478 129.73438 98.55728Q130.42188 99.36978 130.42188 100.88541L130.42188 101.33853L126.125 101.33853Q126.15625 102.27603 126.671875 102.85416Q127.203125 103.43228 128.01562 103.43228Q128.57812 103.43228 128.96875 103.19791Q129.375 102.96353 129.6875 102.57291L130.34375 103.08853Q129.54688 104.32291 127.953125 104.32291ZM127.8125 98.63541Q127.15625 98.63541 126.703125 99.11978Q126.265625 99.58853 126.171875 100.44791L129.34375 100.44791L129.34375 100.36978Q129.29688 99.54166 128.89062 99.08853Q128.5 98.63541 127.8125 98.63541ZM135.01562 102.51041Q135.01562 102.07291 134.67188 101.83853Q134.34375 101.58853 133.51562 101.41666Q132.70312 101.24478 132.21875 100.99478Q131.73438 100.74478 131.5 100.41666Q131.28125 100.07291 131.28125 99.60416Q131.28125 98.82291 131.9375 98.29166Q132.59375 97.74478 133.625 97.74478Q134.70312 97.74478 135.35938 98.30728Q136.03125 98.85416 136.03125 99.71353L134.95312 99.71353Q134.95312 99.27603 134.5625 98.96353Q134.1875 98.63541 133.625 98.63541Q133.03125 98.63541 132.6875 98.90103Q132.35938 99.15103 132.35938 99.55728Q132.35938 99.94791 132.67188 100.15103Q132.98438 100.35416 133.79688 100.54166Q134.60938 100.71353 135.10938 100.96353Q135.60938 101.21353 135.84375 101.57291Q136.09375 101.93228 136.09375 102.43228Q136.09375 103.29166 135.40625 103.80728Q134.73438 104.32291 133.65625 104.32291Q132.89062 104.32291 132.29688 104.05728Q131.71875 103.77603 131.39062 103.29166Q131.0625 102.80728 131.0625 102.24478L132.14062 102.24478Q132.17188 102.79166 132.57812 103.11978Q132.98438 103.43228 133.65625 103.43228Q134.26562 103.43228 134.64062 103.18228Q135.01562 102.93228 135.01562 102.51041Z" fill-rule="nonzero"/><path fill="#666666" d="M33.703125 140.34889L32.578125 140.34889L32.578125 131.81764L33.703125 131.81764L33.703125 140.34889ZM42.234375 140.34889Q42.140625 140.16139 42.078125 139.67702Q41.328125 140.47389 40.28125 140.47389Q39.34375 140.47389 38.734375 139.94264Q38.140625 139.41139 38.140625 138.58327Q38.140625 137.59889 38.890625 137.05202Q39.640625 136.50514 41.015625 136.50514L42.0625 136.50514L42.0625 136.00514Q42.0625 135.44264 41.71875 135.11452Q41.390625 134.77077 40.71875 134.77077Q40.140625 134.77077 39.75 135.06764Q39.359375 135.34889 39.359375 135.77077L38.265625 135.77077Q38.265625 135.28639 38.59375 134.84889Q38.9375 134.41139 39.515625 134.16139Q40.09375 133.89577 40.78125 133.89577Q41.890625 133.89577 42.5 134.44264Q43.125 134.98952 43.15625 135.94264L43.15625 138.86452Q43.15625 139.73952 43.375 140.25514L43.375 140.34889L42.234375 140.34889ZM40.4375 139.52077Q40.953125 139.52077 41.40625 139.25514Q41.859375 138.98952 42.0625 138.56764L42.0625 137.27077L41.21875 137.27077Q39.21875 137.27077 39.21875 138.44264Q39.21875 138.94264 39.5625 139.23952Q39.90625 139.52077 40.4375 139.52077ZM46.34375 134.00514L46.375 134.70827Q47.0625 133.89577 48.25 133.89577Q49.578125 133.89577 50.0625 134.91139Q50.375 134.45827 50.875 134.17702Q51.390625 133.89577 52.078125 133.89577Q54.171875 133.89577 54.203125 136.09889L54.203125 140.34889L53.125 140.34889L53.125 136.16139Q53.125 135.48952 52.8125 135.16139Q52.5 134.81764 51.765625 134.81764Q51.15625 134.81764 50.75 135.17702Q50.359375 135.53639 50.296875 136.14577L50.296875 140.34889L49.21875 140.34889L49.21875 136.19264Q49.21875 134.81764 47.859375 134.81764Q46.796875 134.81764 46.40625 135.72389L46.40625 140.34889L45.3125 140.34889L45.3125 134.00514L46.34375 134.00514ZM63.234375 140.34889Q63.140625 140.16139 63.078125 139.67702Q62.328125 140.47389 61.28125 140.47389Q60.34375 140.47389 59.734375 139.94264Q59.140625 139.41139 59.140625 138.58327Q59.140625 137.59889 59.890625 137.05202Q60.640625 136.50514 62.015625 136.50514L63.0625 136.50514L63.0625 136.00514Q63.0625 135.44264 62.71875 135.11452Q62.390625 134.77077 61.71875 134.77077Q61.140625 134.77077 60.75 135.06764Q60.359375 135.34889 60.359375 135.77077L59.265625 135.77077Q59.265625 135.28639 59.59375 134.84889Q59.9375 134.41139 60.515625 134.16139Q61.09375 133.89577 61.78125 133.89577Q62.890625 133.89577 63.5 134.44264Q64.125 134.98952 64.15625 135.94264L64.15625 138.86452Q64.15625 139.73952 64.375 140.25514L64.375 140.34889L63.234375 140.34889ZM61.4375 139.52077Q61.953125 139.52077 62.40625 139.25514Q62.859375 138.98952 63.0625 138.56764L63.0625 137.27077L62.21875 137.27077Q60.21875 137.27077 60.21875 138.44264Q60.21875 138.94264 60.5625 139.23952Q60.90625 139.52077 61.4375 139.52077ZM71.6875 137.25514Q71.6875 138.70827 71.015625 139.59889Q70.359375 140.47389 69.234375 140.47389Q68.03125 140.47389 67.375 139.61452L67.3125 140.34889L66.328125 140.34889L66.328125 131.34889L67.40625 131.34889L67.40625 134.70827Q68.0625 133.89577 69.21875 133.89577Q70.375 133.89577 71.03125 134.77077Q71.6875 135.63014 71.6875 137.16139L71.6875 137.25514ZM70.609375 137.13014Q70.609375 136.02077 70.171875 135.42702Q69.75 134.81764 68.953125 134.81764Q67.875 134.81764 67.40625 135.80202L67.40625 138.55202Q67.90625 139.55202 68.953125 139.55202Q69.734375 139.55202 70.171875 138.94264Q70.609375 138.33327 70.609375 137.13014ZM74.5 140.34889L73.421875 140.34889L73.421875 131.34889L74.5 131.34889L74.5 140.34889ZM78.953125 140.47389Q77.65625 140.47389 76.84375 139.63014Q76.046875 138.77077 76.046875 137.34889L76.046875 137.16139Q76.046875 136.20827 76.40625 135.47389Q76.765625 134.72389 77.40625 134.31764Q78.0625 133.89577 78.8125 133.89577Q80.046875 133.89577 80.734375 134.70827Q81.421875 135.52077 81.421875 137.03639L81.421875 137.48952L77.125 137.48952Q77.15625 138.42702 77.671875 139.00514Q78.203125 139.58327 79.015625 139.58327Q79.578125 139.58327 79.96875 139.34889Q80.375 139.11452 80.6875 138.72389L81.34375 139.23952Q80.546875 140.47389 78.953125 140.47389ZM78.8125 134.78639Q78.15625 134.78639 77.703125 135.27077Q77.265625 135.73952 77.171875 136.59889L80.34375 136.59889L80.34375 136.52077Q80.296875 135.69264 79.890625 135.23952Q79.5 134.78639 78.8125 134.78639ZM86.796875 132.47389L86.796875 134.00514L87.96875 134.00514L87.96875 134.84889L86.796875 134.84889L86.796875 138.77077Q86.796875 139.16139 86.953125 139.34889Q87.109375 139.53639 87.484375 139.53639Q87.671875 139.53639 88.0 139.47389L88.0 140.34889Q87.578125 140.47389 87.171875 140.47389Q86.453125 140.47389 86.078125 140.03639Q85.703125 139.58327 85.703125 138.77077L85.703125 134.84889L84.546875 134.84889L84.546875 134.00514L85.703125 134.00514L85.703125 132.47389L86.796875 132.47389ZM89.03125 137.11452Q89.03125 136.19264 89.390625 135.44264Q89.765625 134.69264 90.421875 134.30202Q91.078125 133.89577 91.90625 133.89577Q93.203125 133.89577 94.0 134.78639Q94.8125 135.67702 94.8125 137.17702L94.8125 137.25514Q94.8125 138.17702 94.453125 138.91139Q94.09375 139.64577 93.4375 140.06764Q92.78125 140.47389 91.921875 140.47389Q90.640625 140.47389 89.828125 139.58327Q89.03125 138.67702 89.03125 137.19264L89.03125 137.11452ZM90.125 137.25514Q90.125 138.30202 90.609375 138.94264Q91.109375 139.58327 91.921875 139.58327Q92.75 139.58327 93.234375 138.94264Q93.71875 138.28639 93.71875 137.11452Q93.71875 136.08327 93.21875 135.44264Q92.734375 134.78639 91.90625 134.78639Q91.109375 134.78639 90.609375 135.42702Q90.125 136.05202 90.125 137.25514ZM99.0625 137.13014Q99.0625 135.63014 99.734375 134.77077Q100.421875 133.89577 101.578125 133.89577Q102.703125 133.89577 103.359375 134.64577L103.40625 134.00514L104.40625 134.00514L104.40625 142.78639L103.3125 142.78639L103.3125 139.75514Q102.65625 140.47389 101.578125 140.47389Q100.421875 140.47389 99.734375 139.58327Q99.0625 138.67702 99.0625 137.20827L99.0625 137.13014ZM100.140625 137.25514Q100.140625 138.33327 100.59375 138.95827Q101.0625 139.58327 101.84375 139.58327Q102.8125 139.58327 103.3125 138.72389L103.3125 135.61452Q102.796875 134.78639 101.859375 134.78639Q101.0625 134.78639 100.59375 135.41139Q100.140625 136.03639 100.140625 137.25514ZM110.234375 139.72389Q109.609375 140.47389 108.375 140.47389Q107.359375 140.47389 106.828125 139.88014Q106.296875 139.28639 106.296875 138.13014L106.296875 134.00514L107.375 134.00514L107.375 138.09889Q107.375 139.55202 108.546875 139.55202Q109.796875 139.55202 110.203125 138.61452L110.203125 134.00514L111.296875 134.00514L111.296875 140.34889L110.265625 140.34889L110.234375 139.72389ZM114.5 140.34889L113.421875 140.34889L113.421875 134.00514L114.5 134.00514L114.5 140.34889ZM113.328125 132.33327Q113.328125 132.06764 113.484375 131.88014Q113.65625 131.69264 113.96875 131.69264Q114.28125 131.69264 114.4375 131.88014Q114.609375 132.06764 114.609375 132.33327Q114.609375 132.58327 114.4375 132.77077Q114.28125 132.94264 113.96875 132.94264Q113.65625 132.94264 113.484375 132.77077Q113.328125 132.58327 113.328125 132.33327ZM118.859375 139.58327Q119.4375 139.58327 119.875 139.23952Q120.3125 138.88014 120.359375 138.34889L121.390625 138.34889Q121.359375 138.89577 121.0 139.39577Q120.65625 139.88014 120.078125 140.17702Q119.515625 140.47389 118.859375 140.47389Q117.5625 140.47389 116.796875 139.61452Q116.046875 138.73952 116.046875 137.23952L116.046875 137.05202Q116.046875 136.13014 116.375 135.41139Q116.71875 134.69264 117.34375 134.30202Q117.984375 133.89577 118.859375 133.89577Q119.921875 133.89577 120.625 134.53639Q121.34375 135.16139 121.390625 136.19264L120.359375 136.19264Q120.3125 135.56764 119.890625 135.17702Q119.46875 134.78639 118.859375 134.78639Q118.03125 134.78639 117.578125 135.38014Q117.125 135.97389 117.125 137.09889L117.125 137.30202Q117.125 138.39577 117.578125 138.98952Q118.03125 139.58327 118.859375 139.58327ZM124.09375 137.41139L123.40625 138.11452L123.40625 140.34889L122.328125 140.34889L122.328125 131.34889L123.40625 131.34889L123.40625 136.78639L123.984375 136.09889L125.96875 134.00514L127.28125 134.00514L124.8125 136.66139L127.578125 140.34889L126.296875 140.34889L124.09375 137.41139ZM129.5 140.34889L128.42188 140.34889L128.42188 131.34889L129.5 131.34889L129.5 140.34889ZM133.39062 138.75514L134.875 134.00514L136.03125 134.00514L133.48438 141.33327Q132.89062 142.91139 131.60938 142.91139L131.39062 142.89577L131.0 142.81764L131.0 141.94264L131.28125 141.95827Q131.84375 141.95827 132.14062 141.73952Q132.45312 141.52077 132.65625 140.92702L132.89062 140.27077L130.625 134.00514L131.8125 134.00514L133.39062 138.75514Z" fill-rule="nonzero"/><path fill="#666666" d="M34.859375 155.34889L34.859375 149.84889L33.859375 149.84889L33.859375 149.00514L34.859375 149.00514L34.859375 148.36452Q34.859375 147.33327 35.390625 146.78639Q35.9375 146.22389 36.9375 146.22389Q37.3125 146.22389 37.6875 146.31764L37.625 147.20827Q37.34375 147.14577 37.046875 147.14577Q36.515625 147.14577 36.21875 147.45827Q35.9375 147.77077 35.9375 148.33327L35.9375 149.00514L37.296875 149.00514L37.296875 149.84889L35.9375 149.84889L35.9375 155.34889L34.859375 155.34889ZM39.5 155.34889L38.421875 155.34889L38.421875 149.00514L39.5 149.00514L39.5 155.34889ZM38.328125 147.33327Q38.328125 147.06764 38.484375 146.88014Q38.65625 146.69264 38.96875 146.69264Q39.28125 146.69264 39.4375 146.88014Q39.609375 147.06764 39.609375 147.33327Q39.609375 147.58327 39.4375 147.77077Q39.28125 147.94264 38.96875 147.94264Q38.65625 147.94264 38.484375 147.77077Q38.328125 147.58327 38.328125 147.33327ZM42.34375 149.00514L42.375 149.80202Q43.109375 148.89577 44.28125 148.89577Q46.296875 148.89577 46.3125 151.16139L46.3125 155.34889L45.21875 155.34889L45.21875 151.14577Q45.21875 150.47389 44.90625 150.14577Q44.609375 149.81764 43.953125 149.81764Q43.421875 149.81764 43.015625 150.09889Q42.625 150.38014 42.40625 150.83327L42.40625 155.34889L41.328125 155.34889L41.328125 149.00514L42.34375 149.00514ZM48.0625 152.13014Q48.0625 150.66139 48.75 149.78639Q49.4375 148.89577 50.5625 148.89577Q51.671875 148.89577 52.328125 149.64577L52.328125 146.34889L53.40625 146.34889L53.40625 155.34889L52.40625 155.34889L52.359375 154.66139Q51.703125 155.47389 50.546875 155.47389Q49.453125 155.47389 48.75 154.56764Q48.0625 153.66139 48.0625 152.20827L48.0625 152.13014ZM49.140625 152.25514Q49.140625 153.33327 49.578125 153.94264Q50.03125 154.55202 50.8125 154.55202Q51.84375 154.55202 52.328125 153.61452L52.328125 150.70827Q51.84375 149.81764 50.828125 149.81764Q50.03125 149.81764 49.578125 150.42702Q49.140625 151.03639 49.140625 152.25514ZM62.234375 155.34889Q62.140625 155.16139 62.078125 154.67702Q61.328125 155.47389 60.28125 155.47389Q59.34375 155.47389 58.734375 154.94264Q58.140625 154.41139 58.140625 153.58327Q58.140625 152.59889 58.890625 152.05202Q59.640625 151.50514 61.015625 151.50514L62.0625 151.50514L62.0625 151.00514Q62.0625 150.44264 61.71875 150.11452Q61.390625 149.77077 60.71875 149.77077Q60.140625 149.77077 59.75 150.06764Q59.359375 150.34889 59.359375 150.77077L58.265625 150.77077Q58.265625 150.28639 58.59375 149.84889Q58.9375 149.41139 59.515625 149.16139Q60.09375 148.89577 60.78125 148.89577Q61.890625 148.89577 62.5 149.44264Q63.125 149.98952 63.15625 150.94264L63.15625 153.86452Q63.15625 154.73952 63.375 155.25514L63.375 155.34889L62.234375 155.34889ZM60.4375 154.52077Q60.953125 154.52077 61.40625 154.25514Q61.859375 153.98952 62.0625 153.56764L62.0625 152.27077L61.21875 152.27077Q59.21875 152.27077 59.21875 153.44264Q59.21875 153.94264 59.5625 154.23952Q59.90625 154.52077 60.4375 154.52077ZM66.34375 149.00514L66.375 149.80202Q67.109375 148.89577 68.28125 148.89577Q70.296875 148.89577 70.3125 151.16139L70.3125 155.34889L69.21875 155.34889L69.21875 151.14577Q69.21875 150.47389 68.90625 150.14577Q68.609375 149.81764 67.953125 149.81764Q67.421875 149.81764 67.015625 150.09889Q66.625 150.38014 66.40625 150.83327L66.40625 155.34889L65.328125 155.34889L65.328125 149.00514L66.34375 149.00514ZM76.015625 153.66139Q76.015625 153.22389 75.671875 152.98952Q75.34375 152.73952 74.515625 152.56764Q73.703125 152.39577 73.21875 152.14577Q72.734375 151.89577 72.5 151.56764Q72.28125 151.22389 72.28125 150.75514Q72.28125 149.97389 72.9375 149.44264Q73.59375 148.89577 74.625 148.89577Q75.703125 148.89577 76.359375 149.45827Q77.03125 150.00514 77.03125 150.86452L75.953125 150.86452Q75.953125 150.42702 75.5625 150.11452Q75.1875 149.78639 74.625 149.78639Q74.03125 149.78639 73.6875 150.05202Q73.359375 150.30202 73.359375 150.70827Q73.359375 151.09889 73.671875 151.30202Q73.984375 151.50514 74.796875 151.69264Q75.609375 151.86452 76.109375 152.11452Q76.609375 152.36452 76.84375 152.72389Q77.09375 153.08327 77.09375 153.58327Q77.09375 154.44264 76.40625 154.95827Q75.734375 155.47389 74.65625 155.47389Q73.890625 155.47389 73.296875 155.20827Q72.71875 154.92702 72.390625 154.44264Q72.0625 153.95827 72.0625 153.39577L73.140625 153.39577Q73.171875 153.94264 73.578125 154.27077Q73.984375 154.58327 74.65625 154.58327Q75.265625 154.58327 75.640625 154.33327Q76.015625 154.08327 76.015625 153.66139ZM83.9375 153.84889L85.15625 149.00514L86.234375 149.00514L84.390625 155.34889L83.515625 155.34889L81.96875 150.53639L80.46875 155.34889L79.59375 155.34889L77.75 149.00514L78.828125 149.00514L80.078125 153.75514L81.5625 149.00514L82.421875 149.00514L83.9375 153.84889ZM89.953125 155.47389Q88.65625 155.47389 87.84375 154.63014Q87.046875 153.77077 87.046875 152.34889L87.046875 152.16139Q87.046875 151.20827 87.40625 150.47389Q87.765625 149.72389 88.40625 149.31764Q89.0625 148.89577 89.8125 148.89577Q91.046875 148.89577 91.734375 149.70827Q92.421875 150.52077 92.421875 152.03639L92.421875 152.48952L88.125 152.48952Q88.15625 153.42702 88.671875 154.00514Q89.203125 154.58327 90.015625 154.58327Q90.578125 154.58327 90.96875 154.34889Q91.375 154.11452 91.6875 153.72389L92.34375 154.23952Q91.546875 155.47389 89.953125 155.47389ZM89.8125 149.78639Q89.15625 149.78639 88.703125 150.27077Q88.265625 150.73952 88.171875 151.59889L91.34375 151.59889L91.34375 151.52077Q91.296875 150.69264 90.890625 150.23952Q90.5 149.78639 89.8125 149.78639ZM96.390625 149.97389Q96.140625 149.94264 95.859375 149.94264Q94.78125 149.94264 94.40625 150.84889L94.40625 155.34889L93.328125 155.34889L93.328125 149.00514L94.375 149.00514L94.390625 149.73952Q94.921875 148.89577 95.90625 148.89577Q96.21875 148.89577 96.390625 148.97389L96.390625 149.97389ZM101.015625 153.66139Q101.015625 153.22389 100.671875 152.98952Q100.34375 152.73952 99.515625 152.56764Q98.703125 152.39577 98.21875 152.14577Q97.734375 151.89577 97.5 151.56764Q97.28125 151.22389 97.28125 150.75514Q97.28125 149.97389 97.9375 149.44264Q98.59375 148.89577 99.625 148.89577Q100.703125 148.89577 101.359375 149.45827Q102.03125 150.00514 102.03125 150.86452L100.953125 150.86452Q100.953125 150.42702 100.5625 150.11452Q100.1875 149.78639 99.625 149.78639Q99.03125 149.78639 98.6875 150.05202Q98.359375 150.30202 98.359375 150.70827Q98.359375 151.09889 98.671875 151.30202Q98.984375 151.50514 99.796875 151.69264Q100.609375 151.86452 101.109375 152.11452Q101.609375 152.36452 101.84375 152.72389Q102.09375 153.08327 102.09375 153.58327Q102.09375 154.44264 101.40625 154.95827Q100.734375 155.47389 99.65625 155.47389Q98.890625 155.47389 98.296875 155.20827Q97.71875 154.92702 97.390625 154.44264Q97.0625 153.95827 97.0625 153.39577L98.140625 153.39577Q98.171875 153.94264 98.578125 154.27077Q98.984375 154.58327 99.65625 154.58327Q100.265625 154.58327 100.640625 154.33327Q101.015625 154.08327 101.015625 153.66139ZM107.796875 147.47389L107.796875 149.00514L108.96875 149.00514L108.96875 149.84889L107.796875 149.84889L107.796875 153.77077Q107.796875 154.16139 107.953125 154.34889Q108.109375 154.53639 108.484375 154.53639Q108.671875 154.53639 109.0 154.47389L109.0 155.34889Q108.578125 155.47389 108.171875 155.47389Q107.453125 155.47389 107.078125 155.03639Q106.703125 154.58327 106.703125 153.77077L106.703125 149.84889L105.546875 149.84889L105.546875 149.00514L106.703125 149.00514L106.703125 147.47389L107.796875 147.47389ZM110.03125 152.11452Q110.03125 151.19264 110.390625 150.44264Q110.765625 149.69264 111.421875 149.30202Q112.078125 148.89577 112.90625 148.89577Q114.203125 148.89577 115.0 149.78639Q115.8125 150.67702 115.8125 152.17702L115.8125 152.25514Q115.8125 153.17702 115.453125 153.91139Q115.09375 154.64577 114.4375 155.06764Q113.78125 155.47389 112.921875 155.47389Q111.640625 155.47389 110.828125 154.58327Q110.03125 153.67702 110.03125 152.19264L110.03125 152.11452ZM111.125 152.25514Q111.125 153.30202 111.609375 153.94264Q112.109375 154.58327 112.921875 154.58327Q113.75 154.58327 114.234375 153.94264Q114.71875 153.28639 114.71875 152.11452Q114.71875 151.08327 114.21875 150.44264Q113.734375 149.78639 112.90625 149.78639Q112.109375 149.78639 111.609375 150.42702Q111.125 151.05202 111.125 152.25514ZM121.34375 149.00514L121.375 149.70827Q122.0625 148.89577 123.25 148.89577Q124.578125 148.89577 125.0625 149.91139Q125.375 149.45827 125.875 149.17702Q126.390625 148.89577 127.078125 148.89577Q129.17188 148.89577 129.20312 151.09889L129.20312 155.34889L128.125 155.34889L128.125 151.16139Q128.125 150.48952 127.8125 150.16139Q127.5 149.81764 126.765625 149.81764Q126.15625 149.81764 125.75 150.17702Q125.359375 150.53639 125.296875 151.14577L125.296875 155.34889L124.21875 155.34889L124.21875 151.19264Q124.21875 149.81764 122.859375 149.81764Q121.796875 149.81764 121.40625 150.72389L121.40625 155.34889L120.3125 155.34889L120.3125 149.00514L121.34375 149.00514ZM133.39062 153.75514L134.875 149.00514L136.03125 149.00514L133.48438 156.33327Q132.89062 157.91139 131.60938 157.91139L131.39062 157.89577L131.0 157.81764L131.0 156.94264L131.28125 156.95827Q131.84375 156.95827 132.14062 156.73952Q132.45312 156.52077 132.65625 155.92702L132.89062 155.27077L130.625 149.00514L131.8125 149.00514L133.39062 153.75514Z" fill-rule="nonzero"/><path fill="#666666" d="M84.0625 167.13014Q84.0625 165.63014 84.734375 164.77077Q85.421875 163.89577 86.578125 163.89577Q87.703125 163.89577 88.359375 164.64577L88.40625 164.00514L89.40625 164.00514L89.40625 172.78639L88.3125 172.78639L88.3125 169.75514Q87.65625 170.47389 86.578125 170.47389Q85.421875 170.47389 84.734375 169.58327Q84.0625 168.67702 84.0625 167.20827L84.0625 167.13014ZM85.140625 167.25514Q85.140625 168.33327 85.59375 168.95827Q86.0625 169.58327 86.84375 169.58327Q87.8125 169.58327 88.3125 168.72389L88.3125 165.61452Q87.796875 164.78639 86.859375 164.78639Q86.0625 164.78639 85.59375 165.41139Q85.140625 166.03639 85.140625 167.25514ZM95.234375 169.72389Q94.609375 170.47389 93.375 170.47389Q92.359375 170.47389 91.828125 169.88014Q91.296875 169.28639 91.296875 168.13014L91.296875 164.00514L92.375 164.00514L92.375 168.09889Q92.375 169.55202 93.546875 169.55202Q94.796875 169.55202 95.203125 168.61452L95.203125 164.00514L96.296875 164.00514L96.296875 170.34889L95.265625 170.34889L95.234375 169.72389ZM100.953125 170.47389Q99.65625 170.47389 98.84375 169.63014Q98.046875 168.77077 98.046875 167.34889L98.046875 167.16139Q98.046875 166.20827 98.40625 165.47389Q98.765625 164.72389 99.40625 164.31764Q100.0625 163.89577 100.8125 163.89577Q102.046875 163.89577 102.734375 164.70827Q103.421875 165.52077 103.421875 167.03639L103.421875 167.48952L99.125 167.48952Q99.15625 168.42702 99.671875 169.00514Q100.203125 169.58327 101.015625 169.58327Q101.578125 169.58327 101.96875 169.34889Q102.375 169.11452 102.6875 168.72389L103.34375 169.23952Q102.546875 170.47389 100.953125 170.47389ZM100.8125 164.78639Q100.15625 164.78639 99.703125 165.27077Q99.265625 165.73952 99.171875 166.59889L102.34375 166.59889L102.34375 166.52077Q102.296875 165.69264 101.890625 165.23952Q101.5 164.78639 100.8125 164.78639ZM108.015625 168.66139Q108.015625 168.22389 107.671875 167.98952Q107.34375 167.73952 106.515625 167.56764Q105.703125 167.39577 105.21875 167.14577Q104.734375 166.89577 104.5 166.56764Q104.28125 166.22389 104.28125 165.75514Q104.28125 164.97389 104.9375 164.44264Q105.59375 163.89577 106.625 163.89577Q107.703125 163.89577 108.359375 164.45827Q109.03125 165.00514 109.03125 165.86452L107.953125 165.86452Q107.953125 165.42702 107.5625 165.11452Q107.1875 164.78639 106.625 164.78639Q106.03125 164.78639 105.6875 165.05202Q105.359375 165.30202 105.359375 165.70827Q105.359375 166.09889 105.671875 166.30202Q105.984375 166.50514 106.796875 166.69264Q107.609375 166.86452 108.109375 167.11452Q108.609375 167.36452 108.84375 167.72389Q109.09375 168.08327 109.09375 168.58327Q109.09375 169.44264 108.40625 169.95827Q107.734375 170.47389 106.65625 170.47389Q105.890625 170.47389 105.296875 170.20827Q104.71875 169.92702 104.390625 169.44264Q104.0625 168.95827 104.0625 168.39577L105.140625 168.39577Q105.171875 168.94264 105.578125 169.27077Q105.984375 169.58327 106.65625 169.58327Q107.265625 169.58327 107.640625 169.33327Q108.015625 169.08327 108.015625 168.66139ZM111.796875 162.47389L111.796875 164.00514L112.96875 164.00514L112.96875 164.84889L111.796875 164.84889L111.796875 168.77077Q111.796875 169.16139 111.953125 169.34889Q112.109375 169.53639 112.484375 169.53639Q112.671875 169.53639 113.0 169.47389L113.0 170.34889Q112.578125 170.47389 112.171875 170.47389Q111.453125 170.47389 111.078125 170.03639Q110.703125 169.58327 110.703125 168.77077L110.703125 164.84889L109.546875 164.84889L109.546875 164.00514L110.703125 164.00514L110.703125 162.47389L111.796875 162.47389ZM115.5 170.34889L114.421875 170.34889L114.421875 164.00514L115.5 164.00514L115.5 170.34889ZM114.328125 162.33327Q114.328125 162.06764 114.484375 161.88014Q114.65625 161.69264 114.96875 161.69264Q115.28125 161.69264 115.4375 161.88014Q115.609375 162.06764 115.609375 162.33327Q115.609375 162.58327 115.4375 162.77077Q115.28125 162.94264 114.96875 162.94264Q114.65625 162.94264 114.484375 162.77077Q114.328125 162.58327 114.328125 162.33327ZM117.03125 167.11452Q117.03125 166.19264 117.390625 165.44264Q117.765625 164.69264 118.421875 164.30202Q119.078125 163.89577 119.90625 163.89577Q121.203125 163.89577 122.0 164.78639Q122.8125 165.67702 122.8125 167.17702L122.8125 167.25514Q122.8125 168.17702 122.453125 168.91139Q122.09375 169.64577 121.4375 170.06764Q120.78125 170.47389 119.921875 170.47389Q118.640625 170.47389 117.828125 169.58327Q117.03125 168.67702 117.03125 167.19264L117.03125 167.11452ZM118.125 167.25514Q118.125 168.30202 118.609375 168.94264Q119.109375 169.58327 119.921875 169.58327Q120.75 169.58327 121.234375 168.94264Q121.71875 168.28639 121.71875 167.11452Q121.71875 166.08327 121.21875 165.44264Q120.734375 164.78639 119.90625 164.78639Q119.109375 164.78639 118.609375 165.42702Q118.125 166.05202 118.125 167.25514ZM125.34375 164.00514L125.375 164.80202Q126.109375 163.89577 127.28125 163.89577Q129.29688 163.89577 129.3125 166.16139L129.3125 170.34889L128.21875 170.34889L128.21875 166.14577Q128.21875 165.47389 127.90625 165.14577Q127.609375 164.81764 126.953125 164.81764Q126.421875 164.81764 126.015625 165.09889Q125.625 165.38014 125.40625 165.83327L125.40625 170.34889L124.328125 170.34889L124.328125 164.00514L125.34375 164.00514ZM135.01562 168.66139Q135.01562 168.22389 134.67188 167.98952Q134.34375 167.73952 133.51562 167.56764Q132.70312 167.39577 132.21875 167.14577Q131.73438 166.89577 131.5 166.56764Q131.28125 166.22389 131.28125 165.75514Q131.28125 164.97389 131.9375 164.44264Q132.59375 163.89577 133.625 163.89577Q134.70312 163.89577 135.35938 164.45827Q136.03125 165.00514 136.03125 165.86452L134.95312 165.86452Q134.95312 165.42702 134.5625 165.11452Q134.1875 164.78639 133.625 164.78639Q133.03125 164.78639 132.6875 165.05202Q132.35938 165.30202 132.35938 165.70827Q132.35938 166.09889 132.67188 166.30202Q132.98438 166.50514 133.79688 166.69264Q134.60938 166.86452 135.10938 167.11452Q135.60938 167.36452 135.84375 167.72389Q136.09375 168.08327 136.09375 168.58327Q136.09375 169.44264 135.40625 169.95827Q134.73438 170.47389 133.65625 170.47389Q132.89062 170.47389 132.29688 170.20827Q131.71875 169.92702 131.39062 169.44264Q131.0625 168.95827 131.0625 168.39577L132.14062 168.39577Q132.17188 168.94264 132.57812 169.27077Q132.98438 169.58327 133.65625 169.58327Q134.26562 169.58327 134.64062 169.33327Q135.01562 169.08327 135.01562 168.66139Z" fill-rule="nonzero"/><path fill="#666666" d="M33.703125 206.4999L32.578125 206.4999L32.578125 197.96864L33.703125 197.96864L33.703125 206.4999ZM42.234375 206.4999Q42.140625 206.3124 42.078125 205.82802Q41.328125 206.6249 40.28125 206.6249Q39.34375 206.6249 38.734375 206.09364Q38.140625 205.5624 38.140625 204.73427Q38.140625 203.7499 38.890625 203.20302Q39.640625 202.65614 41.015625 202.65614L42.0625 202.65614L42.0625 202.15614Q42.0625 201.59364 41.71875 201.26552Q41.390625 200.92177 40.71875 200.92177Q40.140625 200.92177 39.75 201.21864Q39.359375 201.4999 39.359375 201.92177L38.265625 201.92177Q38.265625 201.4374 38.59375 200.9999Q38.9375 200.5624 39.515625 200.3124Q40.09375 200.04677 40.78125 200.04677Q41.890625 200.04677 42.5 200.59364Q43.125 201.14052 43.15625 202.09364L43.15625 205.01552Q43.15625 205.89052 43.375 206.40614L43.375 206.4999L42.234375 206.4999ZM40.4375 205.67177Q40.953125 205.67177 41.40625 205.40614Q41.859375 205.14052 42.0625 204.71864L42.0625 203.42177L41.21875 203.42177Q39.21875 203.42177 39.21875 204.59364Q39.21875 205.09364 39.5625 205.39052Q39.90625 205.67177 40.4375 205.67177ZM46.34375 200.15614L46.375 200.85927Q47.0625 200.04677 48.25 200.04677Q49.578125 200.04677 50.0625 201.0624Q50.375 200.60927 50.875 200.32802Q51.390625 200.04677 52.078125 200.04677Q54.171875 200.04677 54.203125 202.2499L54.203125 206.4999L53.125 206.4999L53.125 202.3124Q53.125 201.64052 52.8125 201.3124Q52.5 200.96864 51.765625 200.96864Q51.15625 200.96864 50.75 201.32802Q50.359375 201.6874 50.296875 202.29677L50.296875 206.4999L49.21875 206.4999L49.21875 202.34364Q49.21875 200.96864 47.859375 200.96864Q46.796875 200.96864 46.40625 201.8749L46.40625 206.4999L45.3125 206.4999L45.3125 200.15614L46.34375 200.15614ZM63.234375 206.4999Q63.140625 206.3124 63.078125 205.82802Q62.328125 206.6249 61.28125 206.6249Q60.34375 206.6249 59.734375 206.09364Q59.140625 205.5624 59.140625 204.73427Q59.140625 203.7499 59.890625 203.20302Q60.640625 202.65614 62.015625 202.65614L63.0625 202.65614L63.0625 202.15614Q63.0625 201.59364 62.71875 201.26552Q62.390625 200.92177 61.71875 200.92177Q61.140625 200.92177 60.75 201.21864Q60.359375 201.4999 60.359375 201.92177L59.265625 201.92177Q59.265625 201.4374 59.59375 200.9999Q59.9375 200.5624 60.515625 200.3124Q61.09375 200.04677 61.78125 200.04677Q62.890625 200.04677 63.5 200.59364Q64.125 201.14052 64.15625 202.09364L64.15625 205.01552Q64.15625 205.89052 64.375 206.40614L64.375 206.4999L63.234375 206.4999ZM61.4375 205.67177Q61.953125 205.67177 62.40625 205.40614Q62.859375 205.14052 63.0625 204.71864L63.0625 203.42177L62.21875 203.42177Q60.21875 203.42177 60.21875 204.59364Q60.21875 205.09364 60.5625 205.39052Q60.90625 205.67177 61.4375 205.67177ZM71.6875 203.40614Q71.6875 204.85927 71.015625 205.7499Q70.359375 206.6249 69.234375 206.6249Q68.03125 206.6249 67.375 205.76552L67.3125 206.4999L66.328125 206.4999L66.328125 197.4999L67.40625 197.4999L67.40625 200.85927Q68.0625 200.04677 69.21875 200.04677Q70.375 200.04677 71.03125 200.92177Q71.6875 201.78114 71.6875 203.3124L71.6875 203.40614ZM70.609375 203.28114Q70.609375 202.17177 70.171875 201.57802Q69.75 200.96864 68.953125 200.96864Q67.875 200.96864 67.40625 201.95302L67.40625 204.70302Q67.90625 205.70302 68.953125 205.70302Q69.734375 205.70302 70.171875 205.09364Q70.609375 204.48427 70.609375 203.28114ZM74.5 206.4999L73.421875 206.4999L73.421875 197.4999L74.5 197.4999L74.5 206.4999ZM78.953125 206.6249Q77.65625 206.6249 76.84375 205.78114Q76.046875 204.92177 76.046875 203.4999L76.046875 203.3124Q76.046875 202.35927 76.40625 201.6249Q76.765625 200.8749 77.40625 200.46864Q78.0625 200.04677 78.8125 200.04677Q80.046875 200.04677 80.734375 200.85927Q81.421875 201.67177 81.421875 203.1874L81.421875 203.64052L77.125 203.64052Q77.15625 204.57802 77.671875 205.15614Q78.203125 205.73427 79.015625 205.73427Q79.578125 205.73427 79.96875 205.4999Q80.375 205.26552 80.6875 204.8749L81.34375 205.39052Q80.546875 206.6249 78.953125 206.6249ZM78.8125 200.9374Q78.15625 200.9374 77.703125 201.42177Q77.265625 201.89052 77.171875 202.7499L80.34375 202.7499L80.34375 202.67177Q80.296875 201.84364 79.890625 201.39052Q79.5 200.9374 78.8125 200.9374ZM86.796875 198.6249L86.796875 200.15614L87.96875 200.15614L87.96875 200.9999L86.796875 200.9999L86.796875 204.92177Q86.796875 205.3124 86.953125 205.4999Q87.109375 205.6874 87.484375 205.6874Q87.671875 205.6874 88.0 205.6249L88.0 206.4999Q87.578125 206.6249 87.171875 206.6249Q86.453125 206.6249 86.078125 206.1874Q85.703125 205.73427 85.703125 204.92177L85.703125 200.9999L84.546875 200.9999L84.546875 200.15614L85.703125 200.15614L85.703125 198.6249L86.796875 198.6249ZM89.03125 203.26552Q89.03125 202.34364 89.390625 201.59364Q89.765625 200.84364 90.421875 200.45302Q91.078125 200.04677 91.90625 200.04677Q93.203125 200.04677 94.0 200.9374Q94.8125 201.82802 94.8125 203.32802L94.8125 203.40614Q94.8125 204.32802 94.453125 205.0624Q94.09375 205.79677 93.4375 206.21864Q92.78125 206.6249 91.921875 206.6249Q90.640625 206.6249 89.828125 205.73427Q89.03125 204.82802 89.03125 203.34364L89.03125 203.26552ZM90.125 203.40614Q90.125 204.45302 90.609375 205.09364Q91.109375 205.73427 91.921875 205.73427Q92.75 205.73427 93.234375 205.09364Q93.71875 204.4374 93.71875 203.26552Q93.71875 202.23427 93.21875 201.59364Q92.734375 200.9374 91.90625 200.9374Q91.109375 200.9374 90.609375 201.57802Q90.125 202.20302 90.125 203.40614ZM99.0625 203.28114Q99.0625 201.78114 99.734375 200.92177Q100.421875 200.04677 101.578125 200.04677Q102.703125 200.04677 103.359375 200.79677L103.40625 200.15614L104.40625 200.15614L104.40625 208.9374L103.3125 208.9374L103.3125 205.90614Q102.65625 206.6249 101.578125 206.6249Q100.421875 206.6249 99.734375 205.73427Q99.0625 204.82802 99.0625 203.35927L99.0625 203.28114ZM100.140625 203.40614Q100.140625 204.48427 100.59375 205.10927Q101.0625 205.73427 101.84375 205.73427Q102.8125 205.73427 103.3125 204.8749L103.3125 201.76552Q102.796875 200.9374 101.859375 200.9374Q101.0625 200.9374 100.59375 201.5624Q100.140625 202.1874 100.140625 203.40614ZM110.234375 205.8749Q109.609375 206.6249 108.375 206.6249Q107.359375 206.6249 106.828125 206.03114Q106.296875 205.4374 106.296875 204.28114L106.296875 200.15614L107.375 200.15614L107.375 204.2499Q107.375 205.70302 108.546875 205.70302Q109.796875 205.70302 110.203125 204.76552L110.203125 200.15614L111.296875 200.15614L111.296875 206.4999L110.265625 206.4999L110.234375 205.8749ZM114.5 206.4999L113.421875 206.4999L113.421875 200.15614L114.5 200.15614L114.5 206.4999ZM113.328125 198.48427Q113.328125 198.21864 113.484375 198.03114Q113.65625 197.84364 113.96875 197.84364Q114.28125 197.84364 114.4375 198.03114Q114.609375 198.21864 114.609375 198.48427Q114.609375 198.73427 114.4375 198.92177Q114.28125 199.09364 113.96875 199.09364Q113.65625 199.09364 113.484375 198.92177Q113.328125 198.73427 113.328125 198.48427ZM118.859375 205.73427Q119.4375 205.73427 119.875 205.39052Q120.3125 205.03114 120.359375 204.4999L121.390625 204.4999Q121.359375 205.04677 121.0 205.54677Q120.65625 206.03114 120.078125 206.32802Q119.515625 206.6249 118.859375 206.6249Q117.5625 206.6249 116.796875 205.76552Q116.046875 204.89052 116.046875 203.39052L116.046875 203.20302Q116.046875 202.28114 116.375 201.5624Q116.71875 200.84364 117.34375 200.45302Q117.984375 200.04677 118.859375 200.04677Q119.921875 200.04677 120.625 200.6874Q121.34375 201.3124 121.390625 202.34364L120.359375 202.34364Q120.3125 201.71864 119.890625 201.32802Q119.46875 200.9374 118.859375 200.9374Q118.03125 200.9374 117.578125 201.53114Q117.125 202.1249 117.125 203.2499L117.125 203.45302Q117.125 204.54677 117.578125 205.14052Q118.03125 205.73427 118.859375 205.73427ZM124.09375 203.5624L123.40625 204.26552L123.40625 206.4999L122.328125 206.4999L122.328125 197.4999L123.40625 197.4999L123.40625 202.9374L123.984375 202.2499L125.96875 200.15614L127.28125 200.15614L124.8125 202.8124L127.578125 206.4999L126.296875 206.4999L124.09375 203.5624ZM129.5 206.4999L128.42188 206.4999L128.42188 197.4999L129.5 197.4999L129.5 206.4999ZM133.39062 204.90614L134.875 200.15614L136.03125 200.15614L133.48438 207.48427Q132.89062 209.0624 131.60938 209.0624L131.39062 209.04677L131.0 208.96864L131.0 208.09364L131.28125 208.10927Q131.84375 208.10927 132.14062 207.89052Q132.45312 207.67177 132.65625 207.07802L132.89062 206.42177L130.625 200.15614L131.8125 200.15614L133.39062 204.90614Z" fill-rule="nonzero"/><path fill="#666666" d="M39.859375 221.4999L39.859375 215.9999L38.859375 215.9999L38.859375 215.15614L39.859375 215.15614L39.859375 214.51552Q39.859375 213.48427 40.390625 212.9374Q40.9375 212.3749 41.9375 212.3749Q42.3125 212.3749 42.6875 212.46864L42.625 213.35927Q42.34375 213.29677 42.046875 213.29677Q41.515625 213.29677 41.21875 213.60927Q40.9375 213.92177 40.9375 214.48427L40.9375 215.15614L42.296875 215.15614L42.296875 215.9999L40.9375 215.9999L40.9375 221.4999L39.859375 221.4999ZM44.5 221.4999L43.421875 221.4999L43.421875 215.15614L44.5 215.15614L44.5 221.4999ZM43.328125 213.48427Q43.328125 213.21864 43.484375 213.03114Q43.65625 212.84364 43.96875 212.84364Q44.28125 212.84364 44.4375 213.03114Q44.609375 213.21864 44.609375 213.48427Q44.609375 213.73427 44.4375 213.92177Q44.28125 214.09364 43.96875 214.09364Q43.65625 214.09364 43.484375 213.92177Q43.328125 213.73427 43.328125 213.48427ZM47.34375 215.15614L47.375 215.95302Q48.109375 215.04677 49.28125 215.04677Q51.296875 215.04677 51.3125 217.3124L51.3125 221.4999L50.21875 221.4999L50.21875 217.29677Q50.21875 216.6249 49.90625 216.29677Q49.609375 215.96864 48.953125 215.96864Q48.421875 215.96864 48.015625 216.2499Q47.625 216.53114 47.40625 216.98427L47.40625 221.4999L46.328125 221.4999L46.328125 215.15614L47.34375 215.15614ZM53.0625 218.28114Q53.0625 216.8124 53.75 215.9374Q54.4375 215.04677 55.5625 215.04677Q56.671875 215.04677 57.328125 215.79677L57.328125 212.4999L58.40625 212.4999L58.40625 221.4999L57.40625 221.4999L57.359375 220.8124Q56.703125 221.6249 55.546875 221.6249Q54.453125 221.6249 53.75 220.71864Q53.0625 219.8124 53.0625 218.35927L53.0625 218.28114ZM54.140625 218.40614Q54.140625 219.48427 54.578125 220.09364Q55.03125 220.70302 55.8125 220.70302Q56.84375 220.70302 57.328125 219.76552L57.328125 216.85927Q56.84375 215.96864 55.828125 215.96864Q55.03125 215.96864 54.578125 216.57802Q54.140625 217.1874 54.140625 218.40614ZM64.5 221.4999L63.421875 221.4999L63.421875 212.4999L64.5 212.4999L64.5 221.4999ZM67.5 221.4999L66.421875 221.4999L66.421875 215.15614L67.5 215.15614L67.5 221.4999ZM66.328125 213.48427Q66.328125 213.21864 66.484375 213.03114Q66.65625 212.84364 66.96875 212.84364Q67.28125 212.84364 67.4375 213.03114Q67.609375 213.21864 67.609375 213.48427Q67.609375 213.73427 67.4375 213.92177Q67.28125 214.09364 66.96875 214.09364Q66.65625 214.09364 66.484375 213.92177Q66.328125 213.73427 66.328125 213.48427ZM74.6875 218.40614Q74.6875 219.85927 74.015625 220.7499Q73.359375 221.6249 72.234375 221.6249Q71.03125 221.6249 70.375 220.76552L70.3125 221.4999L69.328125 221.4999L69.328125 212.4999L70.40625 212.4999L70.40625 215.85927Q71.0625 215.04677 72.21875 215.04677Q73.375 215.04677 74.03125 215.92177Q74.6875 216.78114 74.6875 218.3124L74.6875 218.40614ZM73.609375 218.28114Q73.609375 217.17177 73.171875 216.57802Q72.75 215.96864 71.953125 215.96864Q70.875 215.96864 70.40625 216.95302L70.40625 219.70302Q70.90625 220.70302 71.953125 220.70302Q72.734375 220.70302 73.171875 220.09364Q73.609375 219.48427 73.609375 218.28114ZM79.390625 216.1249Q79.140625 216.09364 78.859375 216.09364Q77.78125 216.09364 77.40625 216.9999L77.40625 221.4999L76.328125 221.4999L76.328125 215.15614L77.375 215.15614L77.390625 215.89052Q77.921875 215.04677 78.90625 215.04677Q79.21875 215.04677 79.390625 215.1249L79.390625 216.1249ZM84.234375 221.4999Q84.140625 221.3124 84.078125 220.82802Q83.328125 221.6249 82.28125 221.6249Q81.34375 221.6249 80.734375 221.09364Q80.140625 220.5624 80.140625 219.73427Q80.140625 218.7499 80.890625 218.20302Q81.640625 217.65614 83.015625 217.65614L84.0625 217.65614L84.0625 217.15614Q84.0625 216.59364 83.71875 216.26552Q83.390625 215.92177 82.71875 215.92177Q82.140625 215.92177 81.75 216.21864Q81.359375 216.4999 81.359375 216.92177L80.265625 216.92177Q80.265625 216.4374 80.59375 215.9999Q80.9375 215.5624 81.515625 215.3124Q82.09375 215.04677 82.78125 215.04677Q83.890625 215.04677 84.5 215.59364Q85.125 216.14052 85.15625 217.09364L85.15625 220.01552Q85.15625 220.89052 85.375 221.40614L85.375 221.4999L84.234375 221.4999ZM82.4375 220.67177Q82.953125 220.67177 83.40625 220.40614Q83.859375 220.14052 84.0625 219.71864L84.0625 218.42177L83.21875 218.42177Q81.21875 218.42177 81.21875 219.59364Q81.21875 220.09364 81.5625 220.39052Q81.90625 220.67177 82.4375 220.67177ZM90.390625 216.1249Q90.140625 216.09364 89.859375 216.09364Q88.78125 216.09364 88.40625 216.9999L88.40625 221.4999L87.328125 221.4999L87.328125 215.15614L88.375 215.15614L88.390625 215.89052Q88.921875 215.04677 89.90625 215.04677Q90.21875 215.04677 90.390625 215.1249L90.390625 216.1249ZM92.5 221.4999L91.421875 221.4999L91.421875 215.15614L92.5 215.15614L92.5 221.4999ZM91.328125 213.48427Q91.328125 213.21864 91.484375 213.03114Q91.65625 212.84364 91.96875 212.84364Q92.28125 212.84364 92.4375 213.03114Q92.609375 213.21864 92.609375 213.48427Q92.609375 213.73427 92.4375 213.92177Q92.28125 214.09364 91.96875 214.09364Q91.65625 214.09364 91.484375 213.92177Q91.328125 213.73427 91.328125 213.48427ZM96.953125 221.6249Q95.65625 221.6249 94.84375 220.78114Q94.046875 219.92177 94.046875 218.4999L94.046875 218.3124Q94.046875 217.35927 94.40625 216.6249Q94.765625 215.8749 95.40625 215.46864Q96.0625 215.04677 96.8125 215.04677Q98.046875 215.04677 98.734375 215.85927Q99.421875 216.67177 99.421875 218.1874L99.421875 218.64052L95.125 218.64052Q95.15625 219.57802 95.671875 220.15614Q96.203125 220.73427 97.015625 220.73427Q97.578125 220.73427 97.96875 220.4999Q98.375 220.26552 98.6875 219.8749L99.34375 220.39052Q98.546875 221.6249 96.953125 221.6249ZM96.8125 215.9374Q96.15625 215.9374 95.703125 216.42177Q95.265625 216.89052 95.171875 217.7499L98.34375 217.7499L98.34375 217.67177Q98.296875 216.84364 97.890625 216.39052Q97.5 215.9374 96.8125 215.9374ZM104.015625 219.8124Q104.015625 219.3749 103.671875 219.14052Q103.34375 218.89052 102.515625 218.71864Q101.703125 218.54677 101.21875 218.29677Q100.734375 218.04677 100.5 217.71864Q100.28125 217.3749 100.28125 216.90614Q100.28125 216.1249 100.9375 215.59364Q101.59375 215.04677 102.625 215.04677Q103.703125 215.04677 104.359375 215.60927Q105.03125 216.15614 105.03125 217.01552L103.953125 217.01552Q103.953125 216.57802 103.5625 216.26552Q103.1875 215.9374 102.625 215.9374Q102.03125 215.9374 101.6875 216.20302Q101.359375 216.45302 101.359375 216.85927Q101.359375 217.2499 101.671875 217.45302Q101.984375 217.65614 102.796875 217.84364Q103.609375 218.01552 104.109375 218.26552Q104.609375 218.51552 104.84375 218.8749Q105.09375 219.23427 105.09375 219.73427Q105.09375 220.59364 104.40625 221.10927Q103.734375 221.6249 102.65625 221.6249Q101.890625 221.6249 101.296875 221.35927Q100.71875 221.07802 100.390625 220.59364Q100.0625 220.10927 100.0625 219.54677L101.140625 219.54677Q101.171875 220.09364 101.578125 220.42177Q101.984375 220.73427 102.65625 220.73427Q103.265625 220.73427 103.640625 220.48427Q104.015625 220.23427 104.015625 219.8124ZM110.796875 213.6249L110.796875 215.15614L111.96875 215.15614L111.96875 215.9999L110.796875 215.9999L110.796875 219.92177Q110.796875 220.3124 110.953125 220.4999Q111.109375 220.6874 111.484375 220.6874Q111.671875 220.6874 112.0 220.6249L112.0 221.4999Q111.578125 221.6249 111.171875 221.6249Q110.453125 221.6249 110.078125 221.1874Q109.703125 220.73427 109.703125 219.92177L109.703125 215.9999L108.546875 215.9999L108.546875 215.15614L109.703125 215.15614L109.703125 213.6249L110.796875 213.6249ZM114.40625 215.92177Q115.125 215.04677 116.28125 215.04677Q118.296875 215.04677 118.3125 217.3124L118.3125 221.4999L117.21875 221.4999L117.21875 217.29677Q117.21875 216.6249 116.90625 216.29677Q116.609375 215.96864 115.953125 215.96864Q115.421875 215.96864 115.015625 216.2499Q114.625 216.53114 114.40625 216.98427L114.40625 221.4999L113.328125 221.4999L113.328125 212.4999L114.40625 212.4999L114.40625 215.92177ZM124.234375 221.4999Q124.140625 221.3124 124.078125 220.82802Q123.328125 221.6249 122.28125 221.6249Q121.34375 221.6249 120.734375 221.09364Q120.140625 220.5624 120.140625 219.73427Q120.140625 218.7499 120.890625 218.20302Q121.640625 217.65614 123.015625 217.65614L124.0625 217.65614L124.0625 217.15614Q124.0625 216.59364 123.71875 216.26552Q123.390625 215.92177 122.71875 215.92177Q122.140625 215.92177 121.75 216.21864Q121.359375 216.4999 121.359375 216.92177L120.265625 216.92177Q120.265625 216.4374 120.59375 215.9999Q120.9375 215.5624 121.515625 215.3124Q122.09375 215.04677 122.78125 215.04677Q123.890625 215.04677 124.5 215.59364Q125.125 216.14052 125.15625 217.09364L125.15625 220.01552Q125.15625 220.89052 125.375 221.40614L125.375 221.4999L124.234375 221.4999ZM122.4375 220.67177Q122.953125 220.67177 123.40625 220.40614Q123.859375 220.14052 124.0625 219.71864L124.0625 218.42177L123.21875 218.42177Q121.21875 218.42177 121.21875 219.59364Q121.21875 220.09364 121.5625 220.39052Q121.90625 220.67177 122.4375 220.67177ZM128.79688 213.6249L128.79688 215.15614L129.96875 215.15614L129.96875 215.9999L128.79688 215.9999L128.79688 219.92177Q128.79688 220.3124 128.95312 220.4999Q129.10938 220.6874 129.48438 220.6874Q129.67188 220.6874 130.0 220.6249L130.0 221.4999Q129.57812 221.6249 129.17188 221.6249Q128.45312 221.6249 128.07812 221.1874Q127.703125 220.73427 127.703125 219.92177L127.703125 215.9999L126.546875 215.9999L126.546875 215.15614L127.703125 215.15614L127.703125 213.6249L128.79688 213.6249ZM135.70312 221.4999L134.57812 221.4999L134.57812 212.96864L135.70312 212.96864L135.70312 221.4999Z" fill-rule="nonzero"/><path fill="#666666" d="M112.34375 230.15614L112.375 230.95302Q113.109375 230.04677 114.28125 230.04677Q116.296875 230.04677 116.3125 232.3124L116.3125 236.4999L115.21875 236.4999L115.21875 232.29677Q115.21875 231.6249 114.90625 231.29677Q114.609375 230.96864 113.953125 230.96864Q113.421875 230.96864 113.015625 231.2499Q112.625 231.53114 112.40625 231.98427L112.40625 236.4999L111.328125 236.4999L111.328125 230.15614L112.34375 230.15614ZM120.953125 236.6249Q119.65625 236.6249 118.84375 235.78114Q118.046875 234.92177 118.046875 233.4999L118.046875 233.3124Q118.046875 232.35927 118.40625 231.6249Q118.765625 230.8749 119.40625 230.46864Q120.0625 230.04677 120.8125 230.04677Q122.046875 230.04677 122.734375 230.85927Q123.421875 231.67177 123.421875 233.1874L123.421875 233.64052L119.125 233.64052Q119.15625 234.57802 119.671875 235.15614Q120.203125 235.73427 121.015625 235.73427Q121.578125 235.73427 121.96875 235.4999Q122.375 235.26552 122.6875 234.8749L123.34375 235.39052Q122.546875 236.6249 120.953125 236.6249ZM120.8125 230.9374Q120.15625 230.9374 119.703125 231.42177Q119.265625 231.89052 119.171875 232.7499L122.34375 232.7499L122.34375 232.67177Q122.296875 231.84364 121.890625 231.39052Q121.5 230.9374 120.8125 230.9374ZM126.953125 236.6249Q125.65625 236.6249 124.84375 235.78114Q124.046875 234.92177 124.046875 233.4999L124.046875 233.3124Q124.046875 232.35927 124.40625 231.6249Q124.765625 230.8749 125.40625 230.46864Q126.0625 230.04677 126.8125 230.04677Q128.04688 230.04677 128.73438 230.85927Q129.42188 231.67177 129.42188 233.1874L129.42188 233.64052L125.125 233.64052Q125.15625 234.57802 125.671875 235.15614Q126.203125 235.73427 127.015625 235.73427Q127.578125 235.73427 127.96875 235.4999Q128.375 235.26552 128.6875 234.8749L129.34375 235.39052Q128.54688 236.6249 126.953125 236.6249ZM126.8125 230.9374Q126.15625 230.9374 125.703125 231.42177Q125.265625 231.89052 125.171875 232.7499L128.34375 232.7499L128.34375 232.67177Q128.29688 231.84364 127.890625 231.39052Q127.5 230.9374 126.8125 230.9374ZM130.0625 233.28114Q130.0625 231.8124 130.75 230.9374Q131.4375 230.04677 132.5625 230.04677Q133.67188 230.04677 134.32812 230.79677L134.32812 227.4999L135.40625 227.4999L135.40625 236.4999L134.40625 236.4999L134.35938 235.8124Q133.70312 236.6249 132.54688 236.6249Q131.45312 236.6249 130.75 235.71864Q130.0625 234.8124 130.0625 233.35927L130.0625 233.28114ZM131.14062 233.40614Q131.14062 234.48427 131.57812 235.09364Q132.03125 235.70302 132.8125 235.70302Q133.84375 235.70302 134.32812 234.76552L134.32812 231.85927Q133.84375 230.96864 132.82812 230.96864Q132.03125 230.96864 131.57812 231.57802Q131.14062 232.1874 131.14062 233.40614Z" fill-rule="nonzero"/><path fill="#666666" d="M33.796875 264.02588Q33.359375 264.65088 32.578125 264.96338Q31.796875 265.27588 30.765625 265.27588Q29.734375 265.27588 28.921875 264.7915Q28.109375 264.2915 27.671875 263.38525Q27.234375 262.479 27.21875 261.2915L27.21875 260.55713Q27.21875 258.61963 28.109375 257.55713Q29.015625 256.49463 30.640625 256.49463Q31.984375 256.49463 32.796875 257.18213Q33.609375 257.86963 33.796875 259.11963L32.671875 259.11963Q32.34375 257.43213 30.65625 257.43213Q29.515625 257.43213 28.9375 258.229Q28.359375 259.01025 28.34375 260.52588L28.34375 261.21338Q28.34375 262.65088 29.0 263.51025Q29.65625 264.354 30.78125 264.354Q31.40625 264.354 31.875 264.21338Q32.359375 264.07275 32.671875 263.729L32.671875 261.82275L30.703125 261.82275L30.703125 260.90088L33.796875 260.90088L33.796875 264.02588ZM35.03125 261.9165Q35.03125 260.99463 35.390625 260.24463Q35.765625 259.49463 36.421875 259.104Q37.078125 258.69775 37.90625 258.69775Q39.203125 258.69775 40.0 259.58838Q40.8125 260.479 40.8125 261.979L40.8125 262.05713Q40.8125 262.979 40.453125 263.71338Q40.09375 264.44775 39.4375 264.86963Q38.78125 265.27588 37.921875 265.27588Q36.640625 265.27588 35.828125 264.38525Q35.03125 263.479 35.03125 261.99463L35.03125 261.9165ZM36.125 262.05713Q36.125 263.104 36.609375 263.74463Q37.109375 264.38525 37.921875 264.38525Q38.75 264.38525 39.234375 263.74463Q39.71875 263.08838 39.71875 261.9165Q39.71875 260.88525 39.21875 260.24463Q38.734375 259.58838 37.90625 259.58838Q37.109375 259.58838 36.609375 260.229Q36.125 260.854 36.125 262.05713ZM46.5 265.15088L45.421875 265.15088L45.421875 256.15088L46.5 256.15088L46.5 265.15088ZM52.234375 265.15088Q52.140625 264.96338 52.078125 264.479Q51.328125 265.27588 50.28125 265.27588Q49.34375 265.27588 48.734375 264.74463Q48.140625 264.21338 48.140625 263.38525Q48.140625 262.40088 48.890625 261.854Q49.640625 261.30713 51.015625 261.30713L52.0625 261.30713L52.0625 260.80713Q52.0625 260.24463 51.71875 259.9165Q51.390625 259.57275 50.71875 259.57275Q50.140625 259.57275 49.75 259.86963Q49.359375 260.15088 49.359375 260.57275L48.265625 260.57275Q48.265625 260.08838 48.59375 259.65088Q48.9375 259.21338 49.515625 258.96338Q50.09375 258.69775 50.78125 258.69775Q51.890625 258.69775 52.5 259.24463Q53.125 259.7915 53.15625 260.74463L53.15625 263.6665Q53.15625 264.5415 53.375 265.05713L53.375 265.15088L52.234375 265.15088ZM50.4375 264.32275Q50.953125 264.32275 51.40625 264.05713Q51.859375 263.7915 52.0625 263.36963L52.0625 262.07275L51.21875 262.07275Q49.21875 262.07275 49.21875 263.24463Q49.21875 263.74463 49.5625 264.0415Q49.90625 264.32275 50.4375 264.32275ZM56.34375 258.80713L56.375 259.604Q57.109375 258.69775 58.28125 258.69775Q60.296875 258.69775 60.3125 260.96338L60.3125 265.15088L59.21875 265.15088L59.21875 260.94775Q59.21875 260.27588 58.90625 259.94775Q58.609375 259.61963 57.953125 259.61963Q57.421875 259.61963 57.015625 259.90088Q56.625 260.18213 56.40625 260.63525L56.40625 265.15088L55.328125 265.15088L55.328125 258.80713L56.34375 258.80713ZM62.0625 261.93213Q62.0625 260.44775 62.75 259.57275Q63.4375 258.69775 64.5625 258.69775Q65.71875 258.69775 66.375 259.51025L66.421875 258.80713L67.421875 258.80713L67.421875 264.99463Q67.421875 266.229 66.6875 266.93213Q65.953125 267.65088 64.734375 267.65088Q64.046875 267.65088 63.390625 267.354Q62.734375 267.05713 62.390625 266.55713L62.953125 265.90088Q63.640625 266.76025 64.65625 266.76025Q65.4375 266.76025 65.875 266.30713Q66.328125 265.86963 66.328125 265.05713L66.328125 264.51025Q65.671875 265.27588 64.546875 265.27588Q63.4375 265.27588 62.75 264.38525Q62.0625 263.479 62.0625 261.93213ZM63.15625 262.05713Q63.15625 263.11963 63.59375 263.74463Q64.03125 264.354 64.828125 264.354Q65.84375 264.354 66.328125 263.4165L66.328125 260.52588Q65.828125 259.61963 64.828125 259.61963Q64.046875 259.61963 63.59375 260.229Q63.15625 260.83838 63.15625 262.05713ZM73.234375 264.52588Q72.609375 265.27588 71.375 265.27588Q70.359375 265.27588 69.828125 264.68213Q69.296875 264.08838 69.296875 262.93213L69.296875 258.80713L70.375 258.80713L70.375 262.90088Q70.375 264.354 71.546875 264.354Q72.796875 264.354 73.203125 263.4165L73.203125 258.80713L74.296875 258.80713L74.296875 265.15088L73.265625 265.15088L73.234375 264.52588ZM80.234375 265.15088Q80.140625 264.96338 80.078125 264.479Q79.328125 265.27588 78.28125 265.27588Q77.34375 265.27588 76.734375 264.74463Q76.140625 264.21338 76.140625 263.38525Q76.140625 262.40088 76.890625 261.854Q77.640625 261.30713 79.015625 261.30713L80.0625 261.30713L80.0625 260.80713Q80.0625 260.24463 79.71875 259.9165Q79.390625 259.57275 78.71875 259.57275Q78.140625 259.57275 77.75 259.86963Q77.359375 260.15088 77.359375 260.57275L76.265625 260.57275Q76.265625 260.08838 76.59375 259.65088Q76.9375 259.21338 77.515625 258.96338Q78.09375 258.69775 78.78125 258.69775Q79.890625 258.69775 80.5 259.24463Q81.125 259.7915 81.15625 260.74463L81.15625 263.6665Q81.15625 264.5415 81.375 265.05713L81.375 265.15088L80.234375 265.15088ZM78.4375 264.32275Q78.953125 264.32275 79.40625 264.05713Q79.859375 263.7915 80.0625 263.36963L80.0625 262.07275L79.21875 262.07275Q77.21875 262.07275 77.21875 263.24463Q77.21875 263.74463 77.5625 264.0415Q77.90625 264.32275 78.4375 264.32275ZM83.0625 261.93213Q83.0625 260.44775 83.75 259.57275Q84.4375 258.69775 85.5625 258.69775Q86.71875 258.69775 87.375 259.51025L87.421875 258.80713L88.421875 258.80713L88.421875 264.99463Q88.421875 266.229 87.6875 266.93213Q86.953125 267.65088 85.734375 267.65088Q85.046875 267.65088 84.390625 267.354Q83.734375 267.05713 83.390625 266.55713L83.953125 265.90088Q84.640625 266.76025 85.65625 266.76025Q86.4375 266.76025 86.875 266.30713Q87.328125 265.86963 87.328125 265.05713L87.328125 264.51025Q86.671875 265.27588 85.546875 265.27588Q84.4375 265.27588 83.75 264.38525Q83.0625 263.479 83.0625 261.93213ZM84.15625 262.05713Q84.15625 263.11963 84.59375 263.74463Q85.03125 264.354 85.828125 264.354Q86.84375 264.354 87.328125 263.4165L87.328125 260.52588Q86.828125 259.61963 85.828125 259.61963Q85.046875 259.61963 84.59375 260.229Q84.15625 260.83838 84.15625 262.05713ZM92.953125 265.27588Q91.65625 265.27588 90.84375 264.43213Q90.046875 263.57275 90.046875 262.15088L90.046875 261.96338Q90.046875 261.01025 90.40625 260.27588Q90.765625 259.52588 91.40625 259.11963Q92.0625 258.69775 92.8125 258.69775Q94.046875 258.69775 94.734375 259.51025Q95.421875 260.32275 95.421875 261.83838L95.421875 262.2915L91.125 262.2915Q91.15625 263.229 91.671875 263.80713Q92.203125 264.38525 93.015625 264.38525Q93.578125 264.38525 93.96875 264.15088Q94.375 263.9165 94.6875 263.52588L95.34375 264.0415Q94.546875 265.27588 92.953125 265.27588ZM92.8125 259.58838Q92.15625 259.58838 91.703125 260.07275Q91.265625 260.5415 91.171875 261.40088L94.34375 261.40088L94.34375 261.32275Q94.296875 260.49463 93.890625 260.0415Q93.5 259.58838 92.8125 259.58838ZM96.28125 266.854L95.671875 266.43213Q96.21875 265.6665 96.25 264.83838L96.25 263.86963L97.3125 263.86963L97.3125 264.71338Q97.3125 265.30713 97.015625 265.90088Q96.71875 266.49463 96.28125 266.854ZM102.5 265.15088L101.421875 265.15088L101.421875 256.15088L102.5 256.15088L102.5 265.15088ZM105.5 265.15088L104.421875 265.15088L104.421875 258.80713L105.5 258.80713L105.5 265.15088ZM104.328125 257.13525Q104.328125 256.86963 104.484375 256.68213Q104.65625 256.49463 104.96875 256.49463Q105.28125 256.49463 105.4375 256.68213Q105.609375 256.86963 105.609375 257.13525Q105.609375 257.38525 105.4375 257.57275Q105.28125 257.74463 104.96875 257.74463Q104.65625 257.74463 104.484375 257.57275Q104.328125 257.38525 104.328125 257.13525ZM112.6875 262.05713Q112.6875 263.51025 112.015625 264.40088Q111.359375 265.27588 110.234375 265.27588Q109.03125 265.27588 108.375 264.4165L108.3125 265.15088L107.328125 265.15088L107.328125 256.15088L108.40625 256.15088L108.40625 259.51025Q109.0625 258.69775 110.21875 258.69775Q111.375 258.69775 112.03125 259.57275Q112.6875 260.43213 112.6875 261.96338L112.6875 262.05713ZM111.609375 261.93213Q111.609375 260.82275 111.171875 260.229Q110.75 259.61963 109.953125 259.61963Q108.875 259.61963 108.40625 260.604L108.40625 263.354Q108.90625 264.354 109.953125 264.354Q110.734375 264.354 111.171875 263.74463Q111.609375 263.13525 111.609375 261.93213ZM117.390625 259.77588Q117.140625 259.74463 116.859375 259.74463Q115.78125 259.74463 115.40625 260.65088L115.40625 265.15088L114.328125 265.15088L114.328125 258.80713L115.375 258.80713L115.390625 259.5415Q115.921875 258.69775 116.90625 258.69775Q117.21875 258.69775 117.390625 258.77588L117.390625 259.77588ZM122.234375 265.15088Q122.140625 264.96338 122.078125 264.479Q121.328125 265.27588 120.28125 265.27588Q119.34375 265.27588 118.734375 264.74463Q118.140625 264.21338 118.140625 263.38525Q118.140625 262.40088 118.890625 261.854Q119.640625 261.30713 121.015625 261.30713L122.0625 261.30713L122.0625 260.80713Q122.0625 260.24463 121.71875 259.9165Q121.390625 259.57275 120.71875 259.57275Q120.140625 259.57275 119.75 259.86963Q119.359375 260.15088 119.359375 260.57275L118.265625 260.57275Q118.265625 260.08838 118.59375 259.65088Q118.9375 259.21338 119.515625 258.96338Q120.09375 258.69775 120.78125 258.69775Q121.890625 258.69775 122.5 259.24463Q123.125 259.7915 123.15625 260.74463L123.15625 263.6665Q123.15625 264.5415 123.375 265.05713L123.375 265.15088L122.234375 265.15088ZM120.4375 264.32275Q120.953125 264.32275 121.40625 264.05713Q121.859375 263.7915 122.0625 263.36963L122.0625 262.07275L121.21875 262.07275Q119.21875 262.07275 119.21875 263.24463Q119.21875 263.74463 119.5625 264.0415Q119.90625 264.32275 120.4375 264.32275ZM128.39062 259.77588Q128.14062 259.74463 127.859375 259.74463Q126.78125 259.74463 126.40625 260.65088L126.40625 265.15088L125.328125 265.15088L125.328125 258.80713L126.375 258.80713L126.390625 259.5415Q126.921875 258.69775 127.90625 258.69775Q128.21875 258.69775 128.39062 258.77588L128.39062 259.77588ZM131.39062 263.55713L132.875 258.80713L134.03125 258.80713L131.48438 266.13525Q130.89062 267.71338 129.60938 267.71338L129.39062 267.69775L129.0 267.61963L129.0 266.74463L129.28125 266.76025Q129.84375 266.76025 130.14062 266.5415Q130.45312 266.32275 130.65625 265.729L130.89062 265.07275L128.625 258.80713L129.8125 258.80713L131.39062 263.55713ZM135.28125 266.854L134.67188 266.43213Q135.21875 265.6665 135.25 264.83838L135.25 263.86963L136.3125 263.86963L136.3125 264.71338Q136.3125 265.30713 136.01562 265.90088Q135.71875 266.49463 135.28125 266.854Z" fill-rule="nonzero"/><path fill="#666666" d="M96.234375 280.15088Q96.140625 279.96338 96.078125 279.479Q95.328125 280.27588 94.28125 280.27588Q93.34375 280.27588 92.734375 279.74463Q92.140625 279.21338 92.140625 278.38525Q92.140625 277.40088 92.890625 276.854Q93.640625 276.30713 95.015625 276.30713L96.0625 276.30713L96.0625 275.80713Q96.0625 275.24463 95.71875 274.9165Q95.390625 274.57275 94.71875 274.57275Q94.140625 274.57275 93.75 274.86963Q93.359375 275.15088 93.359375 275.57275L92.265625 275.57275Q92.265625 275.08838 92.59375 274.65088Q92.9375 274.21338 93.515625 273.96338Q94.09375 273.69775 94.78125 273.69775Q95.890625 273.69775 96.5 274.24463Q97.125 274.7915 97.15625 275.74463L97.15625 278.6665Q97.15625 279.5415 97.375 280.05713L97.375 280.15088L96.234375 280.15088ZM94.4375 279.32275Q94.953125 279.32275 95.40625 279.05713Q95.859375 278.7915 96.0625 278.36963L96.0625 277.07275L95.21875 277.07275Q93.21875 277.07275 93.21875 278.24463Q93.21875 278.74463 93.5625 279.0415Q93.90625 279.32275 94.4375 279.32275ZM100.34375 273.80713L100.375 274.604Q101.109375 273.69775 102.28125 273.69775Q104.296875 273.69775 104.3125 275.96338L104.3125 280.15088L103.21875 280.15088L103.21875 275.94775Q103.21875 275.27588 102.90625 274.94775Q102.609375 274.61963 101.953125 274.61963Q101.421875 274.61963 101.015625 274.90088Q100.625 275.18213 100.40625 275.63525L100.40625 280.15088L99.328125 280.15088L99.328125 273.80713L100.34375 273.80713ZM106.0625 276.93213Q106.0625 275.46338 106.75 274.58838Q107.4375 273.69775 108.5625 273.69775Q109.671875 273.69775 110.328125 274.44775L110.328125 271.15088L111.40625 271.15088L111.40625 280.15088L110.40625 280.15088L110.359375 279.46338Q109.703125 280.27588 108.546875 280.27588Q107.453125 280.27588 106.75 279.36963Q106.0625 278.46338 106.0625 277.01025L106.0625 276.93213ZM107.140625 277.05713Q107.140625 278.13525 107.578125 278.74463Q108.03125 279.354 108.8125 279.354Q109.84375 279.354 110.328125 278.4165L110.328125 275.51025Q109.84375 274.61963 108.828125 274.61963Q108.03125 274.61963 107.578125 275.229Q107.140625 275.83838 107.140625 277.05713ZM117.796875 272.27588L117.796875 273.80713L118.96875 273.80713L118.96875 274.65088L117.796875 274.65088L117.796875 278.57275Q117.796875 278.96338 117.953125 279.15088Q118.109375 279.33838 118.484375 279.33838Q118.671875 279.33838 119.0 279.27588L119.0 280.15088Q118.578125 280.27588 118.171875 280.27588Q117.453125 280.27588 117.078125 279.83838Q116.703125 279.38525 116.703125 278.57275L116.703125 274.65088L115.546875 274.65088L115.546875 273.80713L116.703125 273.80713L116.703125 272.27588L117.796875 272.27588ZM120.03125 276.9165Q120.03125 275.99463 120.390625 275.24463Q120.765625 274.49463 121.421875 274.104Q122.078125 273.69775 122.90625 273.69775Q124.203125 273.69775 125.0 274.58838Q125.8125 275.479 125.8125 276.979L125.8125 277.05713Q125.8125 277.979 125.453125 278.71338Q125.09375 279.44775 124.4375 279.86963Q123.78125 280.27588 122.921875 280.27588Q121.640625 280.27588 120.828125 279.38525Q120.03125 278.479 120.03125 276.99463L120.03125 276.9165ZM121.125 277.05713Q121.125 278.104 121.609375 278.74463Q122.109375 279.38525 122.921875 279.38525Q123.75 279.38525 124.234375 278.74463Q124.71875 278.08838 124.71875 276.9165Q124.71875 275.88525 124.21875 275.24463Q123.734375 274.58838 122.90625 274.58838Q122.109375 274.58838 121.609375 275.229Q121.125 275.854 121.125 277.05713ZM127.03125 276.9165Q127.03125 275.99463 127.390625 275.24463Q127.765625 274.49463 128.42188 274.104Q129.07812 273.69775 129.90625 273.69775Q131.20312 273.69775 132.0 274.58838Q132.8125 275.479 132.8125 276.979L132.8125 277.05713Q132.8125 277.979 132.45312 278.71338Q132.09375 279.44775 131.4375 279.86963Q130.78125 280.27588 129.92188 280.27588Q128.64062 280.27588 127.828125 279.38525Q127.03125 278.479 127.03125 276.99463L127.03125 276.9165ZM128.125 277.05713Q128.125 278.104 128.60938 278.74463Q129.10938 279.38525 129.92188 279.38525Q130.75 279.38525 131.23438 278.74463Q131.71875 278.08838 131.71875 276.9165Q131.71875 275.88525 131.21875 275.24463Q130.73438 274.58838 129.90625 274.58838Q129.10938 274.58838 128.60938 275.229Q128.125 275.854 128.125 277.05713ZM135.5 280.15088L134.42188 280.15088L134.42188 271.15088L135.5 271.15088L135.5 280.15088Z" fill-rule="nonzero"/><path fill="#666666" d="M24.0625 291.93213Q24.0625 290.46338 24.75 289.58838Q25.4375 288.69775 26.5625 288.69775Q27.671875 288.69775 28.328125 289.44775L28.328125 286.15088L29.40625 286.15088L29.40625 295.15088L28.40625 295.15088L28.359375 294.46338Q27.703125 295.27588 26.546875 295.27588Q25.453125 295.27588 24.75 294.36963Q24.0625 293.46338 24.0625 292.01025L24.0625 291.93213ZM25.140625 292.05713Q25.140625 293.13525 25.578125 293.74463Q26.03125 294.354 26.8125 294.354Q27.84375 294.354 28.328125 293.4165L28.328125 290.51025Q27.84375 289.61963 26.828125 289.61963Q26.03125 289.61963 25.578125 290.229Q25.140625 290.83838 25.140625 292.05713ZM31.03125 291.9165Q31.03125 290.99463 31.390625 290.24463Q31.765625 289.49463 32.421875 289.104Q33.078125 288.69775 33.90625 288.69775Q35.203125 288.69775 36.0 289.58838Q36.8125 290.479 36.8125 291.979L36.8125 292.05713Q36.8125 292.979 36.453125 293.71338Q36.09375 294.44775 35.4375 294.86963Q34.78125 295.27588 33.921875 295.27588Q32.640625 295.27588 31.828125 294.38525Q31.03125 293.479 31.03125 291.99463L31.03125 291.9165ZM32.125 292.05713Q32.125 293.104 32.609375 293.74463Q33.109375 294.38525 33.921875 294.38525Q34.75 294.38525 35.234375 293.74463Q35.71875 293.08838 35.71875 291.9165Q35.71875 290.88525 35.21875 290.24463Q34.734375 289.58838 33.90625 289.58838Q33.109375 289.58838 32.609375 290.229Q32.125 290.854 32.125 292.05713ZM40.859375 294.38525Q41.4375 294.38525 41.875 294.0415Q42.3125 293.68213 42.359375 293.15088L43.390625 293.15088Q43.359375 293.69775 43.0 294.19775Q42.65625 294.68213 42.078125 294.979Q41.515625 295.27588 40.859375 295.27588Q39.5625 295.27588 38.796875 294.4165Q38.046875 293.5415 38.046875 292.0415L38.046875 291.854Q38.046875 290.93213 38.375 290.21338Q38.71875 289.49463 39.34375 289.104Q39.984375 288.69775 40.859375 288.69775Q41.921875 288.69775 42.625 289.33838Q43.34375 289.96338 43.390625 290.99463L42.359375 290.99463Q42.3125 290.36963 41.890625 289.979Q41.46875 289.58838 40.859375 289.58838Q40.03125 289.58838 39.578125 290.18213Q39.125 290.77588 39.125 291.90088L39.125 292.104Q39.125 293.19775 39.578125 293.7915Q40.03125 294.38525 40.859375 294.38525ZM48.234375 294.52588Q47.609375 295.27588 46.375 295.27588Q45.359375 295.27588 44.828125 294.68213Q44.296875 294.08838 44.296875 292.93213L44.296875 288.80713L45.375 288.80713L45.375 292.90088Q45.375 294.354 46.546875 294.354Q47.796875 294.354 48.203125 293.4165L48.203125 288.80713L49.296875 288.80713L49.296875 295.15088L48.265625 295.15088L48.234375 294.52588ZM52.34375 288.80713L52.375 289.51025Q53.0625 288.69775 54.25 288.69775Q55.578125 288.69775 56.0625 289.71338Q56.375 289.26025 56.875 288.979Q57.390625 288.69775 58.078125 288.69775Q60.171875 288.69775 60.203125 290.90088L60.203125 295.15088L59.125 295.15088L59.125 290.96338Q59.125 290.2915 58.8125 289.96338Q58.5 289.61963 57.765625 289.61963Q57.15625 289.61963 56.75 289.979Q56.359375 290.33838 56.296875 290.94775L56.296875 295.15088L55.21875 295.15088L55.21875 290.99463Q55.21875 289.61963 53.859375 289.61963Q52.796875 289.61963 52.40625 290.52588L52.40625 295.15088L51.3125 295.15088L51.3125 288.80713L52.34375 288.80713ZM64.953125 295.27588Q63.65625 295.27588 62.84375 294.43213Q62.046875 293.57275 62.046875 292.15088L62.046875 291.96338Q62.046875 291.01025 62.40625 290.27588Q62.765625 289.52588 63.40625 289.11963Q64.0625 288.69775 64.8125 288.69775Q66.046875 288.69775 66.734375 289.51025Q67.421875 290.32275 67.421875 291.83838L67.421875 292.2915L63.125 292.2915Q63.15625 293.229 63.671875 293.80713Q64.203125 294.38525 65.015625 294.38525Q65.578125 294.38525 65.96875 294.15088Q66.375 293.9165 66.6875 293.52588L67.34375 294.0415Q66.546875 295.27588 64.953125 295.27588ZM64.8125 289.58838Q64.15625 289.58838 63.703125 290.07275Q63.265625 290.5415 63.171875 291.40088L66.34375 291.40088L66.34375 291.32275Q66.296875 290.49463 65.890625 290.0415Q65.5 289.58838 64.8125 289.58838ZM69.34375 288.80713L69.375 289.604Q70.109375 288.69775 71.28125 288.69775Q73.296875 288.69775 73.3125 290.96338L73.3125 295.15088L72.21875 295.15088L72.21875 290.94775Q72.21875 290.27588 71.90625 289.94775Q71.609375 289.61963 70.953125 289.61963Q70.421875 289.61963 70.015625 289.90088Q69.625 290.18213 69.40625 290.63525L69.40625 295.15088L68.328125 295.15088L68.328125 288.80713L69.34375 288.80713ZM76.796875 287.27588L76.796875 288.80713L77.96875 288.80713L77.96875 289.65088L76.796875 289.65088L76.796875 293.57275Q76.796875 293.96338 76.953125 294.15088Q77.109375 294.33838 77.484375 294.33838Q77.671875 294.33838 78.0 294.27588L78.0 295.15088Q77.578125 295.27588 77.171875 295.27588Q76.453125 295.27588 76.078125 294.83838Q75.703125 294.38525 75.703125 293.57275L75.703125 289.65088L74.546875 289.65088L74.546875 288.80713L75.703125 288.80713L75.703125 287.27588L76.796875 287.27588ZM83.234375 295.15088Q83.140625 294.96338 83.078125 294.479Q82.328125 295.27588 81.28125 295.27588Q80.34375 295.27588 79.734375 294.74463Q79.140625 294.21338 79.140625 293.38525Q79.140625 292.40088 79.890625 291.854Q80.640625 291.30713 82.015625 291.30713L83.0625 291.30713L83.0625 290.80713Q83.0625 290.24463 82.71875 289.9165Q82.390625 289.57275 81.71875 289.57275Q81.140625 289.57275 80.75 289.86963Q80.359375 290.15088 80.359375 290.57275L79.265625 290.57275Q79.265625 290.08838 79.59375 289.65088Q79.9375 289.21338 80.515625 288.96338Q81.09375 288.69775 81.78125 288.69775Q82.890625 288.69775 83.5 289.24463Q84.125 289.7915 84.15625 290.74463L84.15625 293.6665Q84.15625 294.5415 84.375 295.05713L84.375 295.15088L83.234375 295.15088ZM81.4375 294.32275Q81.953125 294.32275 82.40625 294.05713Q82.859375 293.7915 83.0625 293.36963L83.0625 292.07275L82.21875 292.07275Q80.21875 292.07275 80.21875 293.24463Q80.21875 293.74463 80.5625 294.0415Q80.90625 294.32275 81.4375 294.32275ZM87.796875 287.27588L87.796875 288.80713L88.96875 288.80713L88.96875 289.65088L87.796875 289.65088L87.796875 293.57275Q87.796875 293.96338 87.953125 294.15088Q88.109375 294.33838 88.484375 294.33838Q88.671875 294.33838 89.0 294.27588L89.0 295.15088Q88.578125 295.27588 88.171875 295.27588Q87.453125 295.27588 87.078125 294.83838Q86.703125 294.38525 86.703125 293.57275L86.703125 289.65088L85.546875 289.65088L85.546875 288.80713L86.703125 288.80713L86.703125 287.27588L87.796875 287.27588ZM91.5 295.15088L90.421875 295.15088L90.421875 288.80713L91.5 288.80713L91.5 295.15088ZM90.328125 287.13525Q90.328125 286.86963 90.484375 286.68213Q90.65625 286.49463 90.96875 286.49463Q91.28125 286.49463 91.4375 286.68213Q91.609375 286.86963 91.609375 287.13525Q91.609375 287.38525 91.4375 287.57275Q91.28125 287.74463 90.96875 287.74463Q90.65625 287.74463 90.484375 287.57275Q90.328125 287.38525 90.328125 287.13525ZM93.03125 291.9165Q93.03125 290.99463 93.390625 290.24463Q93.765625 289.49463 94.421875 289.104Q95.078125 288.69775 95.90625 288.69775Q97.203125 288.69775 98.0 289.58838Q98.8125 290.479 98.8125 291.979L98.8125 292.05713Q98.8125 292.979 98.453125 293.71338Q98.09375 294.44775 97.4375 294.86963Q96.78125 295.27588 95.921875 295.27588Q94.640625 295.27588 93.828125 294.38525Q93.03125 293.479 93.03125 291.99463L93.03125 291.9165ZM94.125 292.05713Q94.125 293.104 94.609375 293.74463Q95.109375 294.38525 95.921875 294.38525Q96.75 294.38525 97.234375 293.74463Q97.71875 293.08838 97.71875 291.9165Q97.71875 290.88525 97.21875 290.24463Q96.734375 289.58838 95.90625 289.58838Q95.109375 289.58838 94.609375 290.229Q94.125 290.854 94.125 292.05713ZM101.34375 288.80713L101.375 289.604Q102.109375 288.69775 103.28125 288.69775Q105.296875 288.69775 105.3125 290.96338L105.3125 295.15088L104.21875 295.15088L104.21875 290.94775Q104.21875 290.27588 103.90625 289.94775Q103.609375 289.61963 102.953125 289.61963Q102.421875 289.61963 102.015625 289.90088Q101.625 290.18213 101.40625 290.63525L101.40625 295.15088L100.328125 295.15088L100.328125 288.80713L101.34375 288.80713ZM111.34375 288.80713L111.375 289.51025Q112.0625 288.69775 113.25 288.69775Q114.578125 288.69775 115.0625 289.71338Q115.375 289.26025 115.875 288.979Q116.390625 288.69775 117.078125 288.69775Q119.171875 288.69775 119.203125 290.90088L119.203125 295.15088L118.125 295.15088L118.125 290.96338Q118.125 290.2915 117.8125 289.96338Q117.5 289.61963 116.765625 289.61963Q116.15625 289.61963 115.75 289.979Q115.359375 290.33838 115.296875 290.94775L115.296875 295.15088L114.21875 295.15088L114.21875 290.99463Q114.21875 289.61963 112.859375 289.61963Q111.796875 289.61963 111.40625 290.52588L111.40625 295.15088L110.3125 295.15088L110.3125 288.80713L111.34375 288.80713ZM123.953125 295.27588Q122.65625 295.27588 121.84375 294.43213Q121.046875 293.57275 121.046875 292.15088L121.046875 291.96338Q121.046875 291.01025 121.40625 290.27588Q121.765625 289.52588 122.40625 289.11963Q123.0625 288.69775 123.8125 288.69775Q125.046875 288.69775 125.734375 289.51025Q126.421875 290.32275 126.421875 291.83838L126.421875 292.2915L122.125 292.2915Q122.15625 293.229 122.671875 293.80713Q123.203125 294.38525 124.015625 294.38525Q124.578125 294.38525 124.96875 294.15088Q125.375 293.9165 125.6875 293.52588L126.34375 294.0415Q125.546875 295.27588 123.953125 295.27588ZM123.8125 289.58838Q123.15625 289.58838 122.703125 290.07275Q122.265625 290.5415 122.171875 291.40088L125.34375 291.40088L125.34375 291.32275Q125.296875 290.49463 124.890625 290.0415Q124.5 289.58838 123.8125 289.58838ZM129.95312 295.27588Q128.65625 295.27588 127.84375 294.43213Q127.046875 293.57275 127.046875 292.15088L127.046875 291.96338Q127.046875 291.01025 127.40625 290.27588Q127.765625 289.52588 128.40625 289.11963Q129.0625 288.69775 129.8125 288.69775Q131.04688 288.69775 131.73438 289.51025Q132.42188 290.32275 132.42188 291.83838L132.42188 292.2915L128.125 292.2915Q128.15625 293.229 128.67188 293.80713Q129.20312 294.38525 130.01562 294.38525Q130.57812 294.38525 130.96875 294.15088Q131.375 293.9165 131.6875 293.52588L132.34375 294.0415Q131.54688 295.27588 129.95312 295.27588ZM129.8125 289.58838Q129.15625 289.58838 128.70312 290.07275Q128.26562 290.5415 128.17188 291.40088L131.34375 291.40088L131.34375 291.32275Q131.29688 290.49463 130.89062 290.0415Q130.5 289.58838 129.8125 289.58838ZM134.79688 287.27588L134.79688 288.80713L135.96875 288.80713L135.96875 289.65088L134.79688 289.65088L134.79688 293.57275Q134.79688 293.96338 134.95312 294.15088Q135.10938 294.33838 135.48438 294.33838Q135.67188 294.33838 136.0 294.27588L136.0 295.15088Q135.57812 295.27588 135.17188 295.27588Q134.45312 295.27588 134.07812 294.83838Q133.70312 294.38525 133.70312 293.57275L133.70312 289.65088L132.54688 289.65088L132.54688 288.80713L133.70312 288.80713L133.70312 287.27588L134.79688 287.27588Z" fill-rule="nonzero"/><path fill="#666666" d="M86.34375 303.80713L86.375 304.51025Q87.0625 303.69775 88.25 303.69775Q89.578125 303.69775 90.0625 304.71338Q90.375 304.26025 90.875 303.979Q91.390625 303.69775 92.078125 303.69775Q94.171875 303.69775 94.203125 305.90088L94.203125 310.15088L93.125 310.15088L93.125 305.96338Q93.125 305.2915 92.8125 304.96338Q92.5 304.61963 91.765625 304.61963Q91.15625 304.61963 90.75 304.979Q90.359375 305.33838 90.296875 305.94775L90.296875 310.15088L89.21875 310.15088L89.21875 305.99463Q89.21875 304.61963 87.859375 304.61963Q86.796875 304.61963 86.40625 305.52588L86.40625 310.15088L85.3125 310.15088L85.3125 303.80713L86.34375 303.80713ZM98.390625 308.55713L99.875 303.80713L101.03125 303.80713L98.484375 311.13525Q97.890625 312.71338 96.609375 312.71338L96.390625 312.69775L96.0 312.61963L96.0 311.74463L96.28125 311.76025Q96.84375 311.76025 97.140625 311.5415Q97.453125 311.32275 97.65625 310.729L97.890625 310.07275L95.625 303.80713L96.8125 303.80713L98.390625 308.55713ZM106.34375 303.80713L106.375 304.604Q107.109375 303.69775 108.28125 303.69775Q110.296875 303.69775 110.3125 305.96338L110.3125 310.15088L109.21875 310.15088L109.21875 305.94775Q109.21875 305.27588 108.90625 304.94775Q108.609375 304.61963 107.953125 304.61963Q107.421875 304.61963 107.015625 304.90088Q106.625 305.18213 106.40625 305.63525L106.40625 310.15088L105.328125 310.15088L105.328125 303.80713L106.34375 303.80713ZM114.953125 310.27588Q113.65625 310.27588 112.84375 309.43213Q112.046875 308.57275 112.046875 307.15088L112.046875 306.96338Q112.046875 306.01025 112.40625 305.27588Q112.765625 304.52588 113.40625 304.11963Q114.0625 303.69775 114.8125 303.69775Q116.046875 303.69775 116.734375 304.51025Q117.421875 305.32275 117.421875 306.83838L117.421875 307.2915L113.125 307.2915Q113.15625 308.229 113.671875 308.80713Q114.203125 309.38525 115.015625 309.38525Q115.578125 309.38525 115.96875 309.15088Q116.375 308.9165 116.6875 308.52588L117.34375 309.0415Q116.546875 310.27588 114.953125 310.27588ZM114.8125 304.58838Q114.15625 304.58838 113.703125 305.07275Q113.265625 305.5415 113.171875 306.40088L116.34375 306.40088L116.34375 306.32275Q116.296875 305.49463 115.890625 305.0415Q115.5 304.58838 114.8125 304.58838ZM120.953125 310.27588Q119.65625 310.27588 118.84375 309.43213Q118.046875 308.57275 118.046875 307.15088L118.046875 306.96338Q118.046875 306.01025 118.40625 305.27588Q118.765625 304.52588 119.40625 304.11963Q120.0625 303.69775 120.8125 303.69775Q122.046875 303.69775 122.734375 304.51025Q123.421875 305.32275 123.421875 306.83838L123.421875 307.2915L119.125 307.2915Q119.15625 308.229 119.671875 308.80713Q120.203125 309.38525 121.015625 309.38525Q121.578125 309.38525 121.96875 309.15088Q122.375 308.9165 122.6875 308.52588L123.34375 309.0415Q122.546875 310.27588 120.953125 310.27588ZM120.8125 304.58838Q120.15625 304.58838 119.703125 305.07275Q119.265625 305.5415 119.171875 306.40088L122.34375 306.40088L122.34375 306.32275Q122.296875 305.49463 121.890625 305.0415Q121.5 304.58838 120.8125 304.58838ZM124.0625 306.93213Q124.0625 305.46338 124.75 304.58838Q125.4375 303.69775 126.5625 303.69775Q127.671875 303.69775 128.32812 304.44775L128.32812 301.15088L129.40625 301.15088L129.40625 310.15088L128.40625 310.15088L128.35938 309.46338Q127.703125 310.27588 126.546875 310.27588Q125.453125 310.27588 124.75 309.36963Q124.0625 308.46338 124.0625 307.01025L124.0625 306.93213ZM125.140625 307.05713Q125.140625 308.13525 125.578125 308.74463Q126.03125 309.354 126.8125 309.354Q127.84375 309.354 128.32812 308.4165L128.32812 305.51025Q127.84375 304.61963 126.828125 304.61963Q126.03125 304.61963 125.578125 305.229Q125.140625 305.83838 125.140625 307.05713ZM135.01562 308.46338Q135.01562 308.02588 134.67188 307.7915Q134.34375 307.5415 133.51562 307.36963Q132.70312 307.19775 132.21875 306.94775Q131.73438 306.69775 131.5 306.36963Q131.28125 306.02588 131.28125 305.55713Q131.28125 304.77588 131.9375 304.24463Q132.59375 303.69775 133.625 303.69775Q134.70312 303.69775 135.35938 304.26025Q136.03125 304.80713 136.03125 305.6665L134.95312 305.6665Q134.95312 305.229 134.5625 304.9165Q134.1875 304.58838 133.625 304.58838Q133.03125 304.58838 132.6875 304.854Q132.35938 305.104 132.35938 305.51025Q132.35938 305.90088 132.67188 306.104Q132.98438 306.30713 133.79688 306.49463Q134.60938 306.6665 135.10938 306.9165Q135.60938 307.1665 135.84375 307.52588Q136.09375 307.88525 136.09375 308.38525Q136.09375 309.24463 135.40625 309.76025Q134.73438 310.27588 133.65625 310.27588Q132.89062 310.27588 132.29688 310.01025Q131.71875 309.729 131.39062 309.24463Q131.0625 308.76025 131.0625 308.19775L132.14062 308.19775Q132.17188 308.74463 132.57812 309.07275Q132.98438 309.38525 133.65625 309.38525Q134.26562 309.38525 134.64062 309.13525Q135.01562 308.88525 135.01562 308.46338Z" fill-rule="nonzero"/><path fill="#666666" d="M140.5625 342.16217Q140.5625 344.06842 139.90625 345.00592Q139.26562 345.9278 137.875 345.9278Q136.51562 345.9278 135.85938 345.02155Q135.20312 344.1153 135.17188 342.3028L135.17188 340.8653Q135.17188 338.97467 135.8125 338.06842Q136.46875 337.14655 137.85938 337.14655Q139.23438 337.14655 139.89062 338.03717Q140.54688 338.91217 140.5625 340.75592L140.5625 342.16217ZM139.46875 340.6778Q139.46875 339.3028 139.07812 338.6778Q138.70312 338.03717 137.85938 338.03717Q137.03125 338.03717 136.64062 338.6778Q136.26562 339.3028 136.26562 340.59967L136.26562 342.33405Q136.26562 343.70905 136.65625 344.38092Q137.0625 345.03717 137.875 345.03717Q138.67188 345.03717 139.0625 344.41217Q139.45312 343.78717 139.46875 342.45905L139.46875 340.6778ZM142.10938 338.91217Q142.10938 338.14655 142.59375 337.64655Q143.09375 337.14655 143.85938 337.14655Q144.64062 337.14655 145.125 337.64655Q145.60938 338.14655 145.60938 338.94342L145.60938 339.3653Q145.60938 340.13092 145.10938 340.63092Q144.625 341.1153 143.875 341.1153Q143.10938 341.1153 142.60938 340.63092Q142.10938 340.13092 142.10938 339.31842L142.10938 338.91217ZM142.92188 339.3653Q142.92188 339.81842 143.17188 340.1153Q143.4375 340.41217 143.875 340.41217Q144.29688 340.41217 144.54688 340.13092Q144.79688 339.83405 144.79688 339.33405L144.79688 338.91217Q144.79688 338.45905 144.54688 338.16217Q144.29688 337.84967 143.85938 337.84967Q143.42188 337.84967 143.17188 338.16217Q142.92188 338.45905 142.92188 338.9278L142.92188 339.3653ZM146.26562 343.70905Q146.26562 342.94342 146.75 342.45905Q147.25 341.95905 148.01562 341.95905Q148.78125 341.95905 149.26562 342.45905Q149.76562 342.94342 149.76562 343.75592L149.76562 344.16217Q149.76562 344.9278 149.28125 345.4278Q148.79688 345.9278 148.03125 345.9278Q147.26562 345.9278 146.76562 345.44342Q146.26562 344.94342 146.26562 344.13092L146.26562 343.70905ZM147.07812 344.16217Q147.07812 344.63092 147.32812 344.9278Q147.59375 345.22467 148.03125 345.22467Q148.45312 345.22467 148.70312 344.94342Q148.95312 344.64655 148.95312 344.14655L148.95312 343.70905Q148.95312 343.2403 148.6875 342.95905Q148.4375 342.66217 148.01562 342.66217Q147.59375 342.66217 147.32812 342.95905Q147.07812 343.2403 147.07812 343.7403L147.07812 344.16217ZM144.125 345.16217L143.5 344.77155L147.67188 338.09967L148.28125 338.4903L144.125 345.16217Z" fill-rule="nonzero"/><path fill="#666666" d="M244.04073 345.8028L238.44698 345.8028L238.44698 345.02155L241.4001 341.7403Q242.05635 340.9903 242.30635 340.53717Q242.55635 340.06842 242.55635 339.56842Q242.55635 338.89655 242.1501 338.47467Q241.75948 338.03717 241.07198 338.03717Q240.2751 338.03717 239.82198 338.50592Q239.36885 338.95905 239.36885 339.78717L238.29073 339.78717Q238.29073 338.59967 239.04073 337.88092Q239.80635 337.14655 241.07198 337.14655Q242.2751 337.14655 242.9626 337.77155Q243.6501 338.39655 243.6501 339.44342Q243.6501 340.69342 242.04073 342.44342L239.75948 344.91217L244.04073 344.91217L244.04073 345.8028ZM245.94698 341.52155L246.38448 337.27155L250.75948 337.27155L250.75948 338.27155L247.30635 338.27155L247.04073 340.59967Q247.68135 340.22467 248.47823 340.22467Q249.63448 340.22467 250.32198 341.00592Q251.00948 341.77155 251.00948 343.08405Q251.00948 344.39655 250.29073 345.16217Q249.5876 345.9278 248.30635 345.9278Q247.18135 345.9278 246.4626 345.3028Q245.74385 344.66217 245.6501 343.5528L246.66573 343.5528Q246.7751 344.28717 247.19698 344.66217Q247.61885 345.03717 248.30635 345.03717Q249.05635 345.03717 249.49385 344.52155Q249.93135 344.00592 249.93135 343.09967Q249.93135 342.2403 249.4626 341.72467Q248.99385 341.20905 248.2126 341.20905Q247.50948 341.20905 247.10323 341.50592L246.82198 341.7403L245.94698 341.52155ZM252.35323 338.91217Q252.35323 338.14655 252.8376 337.64655Q253.3376 337.14655 254.10323 337.14655Q254.88448 337.14655 255.36885 337.64655Q255.85323 338.14655 255.85323 338.94342L255.85323 339.3653Q255.85323 340.13092 255.35323 340.63092Q254.86885 341.1153 254.11885 341.1153Q253.35323 341.1153 252.85323 340.63092Q252.35323 340.13092 252.35323 339.31842L252.35323 338.91217ZM253.16573 339.3653Q253.16573 339.81842 253.41573 340.1153Q253.68135 340.41217 254.11885 340.41217Q254.54073 340.41217 254.79073 340.13092Q255.04073 339.83405 255.04073 339.33405L255.04073 338.91217Q255.04073 338.45905 254.79073 338.16217Q254.54073 337.84967 254.10323 337.84967Q253.66573 337.84967 253.41573 338.16217Q253.16573 338.45905 253.16573 338.9278L253.16573 339.3653ZM256.50946 343.70905Q256.50946 342.94342 256.99384 342.45905Q257.49384 341.95905 258.25946 341.95905Q259.0251 341.95905 259.50946 342.45905Q260.00946 342.94342 260.00946 343.75592L260.00946 344.16217Q260.00946 344.9278 259.5251 345.4278Q259.0407 345.9278 258.2751 345.9278Q257.50946 345.9278 257.00946 345.44342Q256.50946 344.94342 256.50946 344.13092L256.50946 343.70905ZM257.32196 344.16217Q257.32196 344.63092 257.57196 344.9278Q257.8376 345.22467 258.2751 345.22467Q258.69696 345.22467 258.94696 344.94342Q259.19696 344.64655 259.19696 344.14655L259.19696 343.70905Q259.19696 343.2403 258.93134 342.95905Q258.68134 342.66217 258.25946 342.66217Q257.8376 342.66217 257.57196 342.95905Q257.32196 343.2403 257.32196 343.7403L257.32196 344.16217ZM254.36885 345.16217L253.74385 344.77155L257.9157 338.09967L258.5251 338.4903L254.36885 345.16217Z" fill-rule="nonzero"/><path fill="#666666" d="M345.69083 341.52155L346.12833 337.27155L350.50333 337.27155L350.50333 338.27155L347.0502 338.27155L346.78458 340.59967Q347.4252 340.22467 348.22208 340.22467Q349.37833 340.22467 350.06583 341.00592Q350.75333 341.77155 350.75333 343.08405Q350.75333 344.39655 350.03458 345.16217Q349.33145 345.9278 348.0502 345.9278Q346.9252 345.9278 346.20645 345.3028Q345.4877 344.66217 345.39395 343.5528L346.40958 343.5528Q346.51895 344.28717 346.94083 344.66217Q347.3627 345.03717 348.0502 345.03717Q348.8002 345.03717 349.2377 344.52155Q349.6752 344.00592 349.6752 343.09967Q349.6752 342.2403 349.20645 341.72467Q348.7377 341.20905 347.95645 341.20905Q347.25333 341.20905 346.84708 341.50592L346.56583 341.7403L345.69083 341.52155ZM357.5502 342.16217Q357.5502 344.06842 356.89395 345.00592Q356.25333 345.9278 354.8627 345.9278Q353.50333 345.9278 352.84708 345.02155Q352.19083 344.1153 352.15958 342.3028L352.15958 340.8653Q352.15958 338.97467 352.8002 338.06842Q353.45645 337.14655 354.84708 337.14655Q356.22208 337.14655 356.87833 338.03717Q357.53458 338.91217 357.5502 340.75592L357.5502 342.16217ZM356.45645 340.6778Q356.45645 339.3028 356.06583 338.6778Q355.69083 338.03717 354.84708 338.03717Q354.01895 338.03717 353.62833 338.6778Q353.25333 339.3028 353.25333 340.59967L353.25333 342.33405Q353.25333 343.70905 353.64395 344.38092Q354.0502 345.03717 354.8627 345.03717Q355.65958 345.03717 356.0502 344.41217Q356.44083 343.78717 356.45645 342.45905L356.45645 340.6778ZM359.09708 338.91217Q359.09708 338.14655 359.58145 337.64655Q360.08145 337.14655 360.84708 337.14655Q361.62833 337.14655 362.1127 337.64655Q362.59708 338.14655 362.59708 338.94342L362.59708 339.3653Q362.59708 340.13092 362.09708 340.63092Q361.6127 341.1153 360.8627 341.1153Q360.09708 341.1153 359.59708 340.63092Q359.09708 340.13092 359.09708 339.31842L359.09708 338.91217ZM359.90958 339.3653Q359.90958 339.81842 360.15958 340.1153Q360.4252 340.41217 360.8627 340.41217Q361.28458 340.41217 361.53458 340.13092Q361.78458 339.83405 361.78458 339.33405L361.78458 338.91217Q361.78458 338.45905 361.53458 338.16217Q361.28458 337.84967 360.84708 337.84967Q360.40958 337.84967 360.15958 338.16217Q359.90958 338.45905 359.90958 338.9278L359.90958 339.3653ZM363.25333 343.70905Q363.25333 342.94342 363.7377 342.45905Q364.2377 341.95905 365.00333 341.95905Q365.76895 341.95905 366.25333 342.45905Q366.75333 342.94342 366.75333 343.75592L366.75333 344.16217Q366.75333 344.9278 366.26895 345.4278Q365.78458 345.9278 365.01895 345.9278Q364.25333 345.9278 363.75333 345.44342Q363.25333 344.94342 363.25333 344.13092L363.25333 343.70905ZM364.06583 344.16217Q364.06583 344.63092 364.31583 344.9278Q364.58145 345.22467 365.01895 345.22467Q365.44083 345.22467 365.69083 344.94342Q365.94083 344.64655 365.94083 344.14655L365.94083 343.70905Q365.94083 343.2403 365.6752 342.95905Q365.4252 342.66217 365.00333 342.66217Q364.58145 342.66217 364.31583 342.95905Q364.06583 343.2403 364.06583 343.7403L364.06583 344.16217ZM361.1127 345.16217L360.4877 344.77155L364.65958 338.09967L365.26895 338.4903L361.1127 345.16217Z" fill-rule="nonzero"/><path fill="#666666" d="M457.45032 337.88092L453.91907 345.8028L452.77844 345.8028L456.29407 338.16217L451.6847 338.16217L451.6847 337.27155L457.45032 337.27155L457.45032 337.88092ZM459.4347 341.52155L459.8722 337.27155L464.2472 337.27155L464.2472 338.27155L460.79407 338.27155L460.52844 340.59967Q461.16907 340.22467 461.96594 340.22467Q463.1222 340.22467 463.8097 341.00592Q464.4972 341.77155 464.4972 343.08405Q464.4972 344.39655 463.77844 345.16217Q463.07532 345.9278 461.79407 345.9278Q460.66907 345.9278 459.95032 345.3028Q459.23157 344.66217 459.13782 343.5528L460.15344 343.5528Q460.26282 344.28717 460.6847 344.66217Q461.10657 345.03717 461.79407 345.03717Q462.54407 345.03717 462.98157 344.52155Q463.41907 344.00592 463.41907 343.09967Q463.41907 342.2403 462.95032 341.72467Q462.48157 341.20905 461.70032 341.20905Q460.9972 341.20905 460.59094 341.50592L460.3097 341.7403L459.4347 341.52155ZM465.84094 338.91217Q465.84094 338.14655 466.32532 337.64655Q466.82532 337.14655 467.59094 337.14655Q468.3722 337.14655 468.85657 337.64655Q469.34094 338.14655 469.34094 338.94342L469.34094 339.3653Q469.34094 340.13092 468.84094 340.63092Q468.35657 341.1153 467.60657 341.1153Q466.84094 341.1153 466.34094 340.63092Q465.84094 340.13092 465.84094 339.31842L465.84094 338.91217ZM466.65344 339.3653Q466.65344 339.81842 466.90344 340.1153Q467.16907 340.41217 467.60657 340.41217Q468.02844 340.41217 468.27844 340.13092Q468.52844 339.83405 468.52844 339.33405L468.52844 338.91217Q468.52844 338.45905 468.27844 338.16217Q468.02844 337.84967 467.59094 337.84967Q467.15344 337.84967 466.90344 338.16217Q466.65344 338.45905 466.65344 338.9278L466.65344 339.3653ZM469.9972 343.70905Q469.9972 342.94342 470.48157 342.45905Q470.98157 341.95905 471.7472 341.95905Q472.51282 341.95905 472.9972 342.45905Q473.4972 342.94342 473.4972 343.75592L473.4972 344.16217Q473.4972 344.9278 473.01282 345.4278Q472.52844 345.9278 471.76282 345.9278Q470.9972 345.9278 470.4972 345.44342Q469.9972 344.94342 469.9972 344.13092L469.9972 343.70905ZM470.8097 344.16217Q470.8097 344.63092 471.0597 344.9278Q471.32532 345.22467 471.76282 345.22467Q472.1847 345.22467 472.4347 344.94342Q472.6847 344.64655 472.6847 344.14655L472.6847 343.70905Q472.6847 343.2403 472.41907 342.95905Q472.16907 342.66217 471.7472 342.66217Q471.32532 342.66217 471.0597 342.95905Q470.8097 343.2403 470.8097 343.7403L470.8097 344.16217ZM467.85657 345.16217L467.23157 344.77155L471.40344 338.09967L472.01282 338.4903L467.85657 345.16217Z" fill-rule="nonzero"/><path fill="#666666" d="M558.741 345.8028L557.6629 345.8028L557.6629 338.58405L555.4754 339.38092L555.4754 338.39655L558.5848 337.22467L558.741 337.22467L558.741 345.8028ZM567.5379 342.16217Q567.5379 344.06842 566.88165 345.00592Q566.241 345.9278 564.8504 345.9278Q563.491 345.9278 562.8348 345.02155Q562.1785 344.1153 562.1473 342.3028L562.1473 340.8653Q562.1473 338.97467 562.7879 338.06842Q563.44415 337.14655 564.8348 337.14655Q566.2098 337.14655 566.866 338.03717Q567.5223 338.91217 567.5379 340.75592L567.5379 342.16217ZM566.44415 340.6778Q566.44415 339.3028 566.0535 338.6778Q565.6785 338.03717 564.8348 338.03717Q564.00665 338.03717 563.616 338.6778Q563.241 339.3028 563.241 340.59967L563.241 342.33405Q563.241 343.70905 563.63165 344.38092Q564.0379 345.03717 564.8504 345.03717Q565.6473 345.03717 566.0379 344.41217Q566.4285 343.78717 566.44415 342.45905L566.44415 340.6778ZM574.5379 342.16217Q574.5379 344.06842 573.88165 345.00592Q573.241 345.9278 571.8504 345.9278Q570.491 345.9278 569.8348 345.02155Q569.1785 344.1153 569.1473 342.3028L569.1473 340.8653Q569.1473 338.97467 569.7879 338.06842Q570.44415 337.14655 571.8348 337.14655Q573.2098 337.14655 573.866 338.03717Q574.5223 338.91217 574.5379 340.75592L574.5379 342.16217ZM573.44415 340.6778Q573.44415 339.3028 573.0535 338.6778Q572.6785 338.03717 571.8348 338.03717Q571.00665 338.03717 570.616 338.6778Q570.241 339.3028 570.241 340.59967L570.241 342.33405Q570.241 343.70905 570.63165 344.38092Q571.0379 345.03717 571.8504 345.03717Q572.6473 345.03717 573.0379 344.41217Q573.4285 343.78717 573.44415 342.45905L573.44415 340.6778ZM576.0848 338.91217Q576.0848 338.14655 576.56915 337.64655Q577.06915 337.14655 577.8348 337.14655Q578.616 337.14655 579.1004 337.64655Q579.5848 338.14655 579.5848 338.94342L579.5848 339.3653Q579.5848 340.13092 579.0848 340.63092Q578.6004 341.1153 577.8504 341.1153Q577.0848 341.1153 576.5848 340.63092Q576.0848 340.13092 576.0848 339.31842L576.0848 338.91217ZM576.8973 339.3653Q576.8973 339.81842 577.1473 340.1153Q577.4129 340.41217 577.8504 340.41217Q578.2723 340.41217 578.5223 340.13092Q578.7723 339.83405 578.7723 339.33405L578.7723 338.91217Q578.7723 338.45905 578.5223 338.16217Q578.2723 337.84967 577.8348 337.84967Q577.3973 337.84967 577.1473 338.16217Q576.8973 338.45905 576.8973 338.9278L576.8973 339.3653ZM580.241 343.70905Q580.241 342.94342 580.7254 342.45905Q581.2254 341.95905 581.991 341.95905Q582.75665 341.95905 583.241 342.45905Q583.741 342.94342 583.741 343.75592L583.741 344.16217Q583.741 344.9278 583.25665 345.4278Q582.7723 345.9278 582.00665 345.9278Q581.241 345.9278 580.741 345.44342Q580.241 344.94342 580.241 344.13092L580.241 343.70905ZM581.0535 344.16217Q581.0535 344.63092 581.3035 344.9278Q581.56915 345.22467 582.00665 345.22467Q582.4285 345.22467 582.6785 344.94342Q582.9285 344.64655 582.9285 344.14655L582.9285 343.70905Q582.9285 343.2403 582.6629 342.95905Q582.4129 342.66217 581.991 342.66217Q581.56915 342.66217 581.3035 342.95905Q581.0535 343.2403 581.0535 343.7403L581.0535 344.16217ZM578.1004 345.16217L577.4754 344.77155L581.6473 338.09967L582.25665 338.4903L578.1004 345.16217Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M202.21387 380.76184C202.21387 380.20956 202.66158 379.76184 203.21387 379.76184L213.21387 379.76184C213.76616 379.76184 214.21387 380.20956 214.21387 380.76184L214.21387 390.76184C214.21387 391.31412 213.76616 391.76184 213.21387 391.76184L203.21387 391.76184C202.66158 391.76184 202.21387 391.31412 202.21387 390.76184Z" fill-rule="nonzero"/><path fill="#666666" d="M228.51074 390.26184L222.91699 390.26184L222.91699 389.4806L225.87012 386.19934Q226.52637 385.44934 226.77637 384.99622Q227.02637 384.52747 227.02637 384.02747Q227.02637 383.3556 226.62012 382.93372Q226.22949 382.49622 225.54199 382.49622Q224.74512 382.49622 224.29199 382.96497Q223.83887 383.4181 223.83887 384.24622L222.76074 384.24622Q222.76074 383.05872 223.51074 382.33997Q224.27637 381.6056 225.54199 381.6056Q226.74512 381.6056 227.43262 382.2306Q228.12012 382.8556 228.12012 383.90247Q228.12012 385.15247 226.51074 386.90247L224.22949 389.37122L228.51074 389.37122L228.51074 390.26184ZM235.27637 386.62122Q235.27637 388.52747 234.62012 389.46497Q233.97949 390.38684 232.58887 390.38684Q231.22949 390.38684 230.57324 389.4806Q229.91699 388.57434 229.88574 386.76184L229.88574 385.32434Q229.88574 383.43372 230.52637 382.52747Q231.18262 381.6056 232.57324 381.6056Q233.94824 381.6056 234.60449 382.49622Q235.26074 383.37122 235.27637 385.21497L235.27637 386.62122ZM234.18262 385.13684Q234.18262 383.76184 233.79199 383.13684Q233.41699 382.49622 232.57324 382.49622Q231.74512 382.49622 231.35449 383.13684Q230.97949 383.76184 230.97949 385.05872L230.97949 386.7931Q230.97949 388.1681 231.37012 388.83997Q231.77637 389.49622 232.58887 389.49622Q233.38574 389.49622 233.77637 388.87122Q234.16699 388.24622 234.18262 386.9181L234.18262 385.13684ZM240.47949 390.26184L239.40137 390.26184L239.40137 383.0431L237.21387 383.83997L237.21387 382.8556L240.32324 381.68372L240.47949 381.68372L240.47949 390.26184ZM248.18262 381.7306L248.18262 382.63684L247.97949 382.63684Q246.71387 382.6681 245.96387 383.40247Q245.21387 384.12122 245.08887 385.43372Q245.77637 384.6681 246.93262 384.6681Q248.04199 384.6681 248.71387 385.44934Q249.38574 386.2306 249.38574 387.4806Q249.38574 388.7931 248.66699 389.58997Q247.94824 390.38684 246.72949 390.38684Q245.51074 390.38684 244.74512 389.44934Q243.99512 388.49622 243.99512 387.01184L243.99512 386.6056Q243.99512 384.24622 244.99512 382.99622Q245.99512 381.74622 247.97949 381.7306L248.18262 381.7306ZM246.76074 385.57434Q246.19824 385.57434 245.72949 385.90247Q245.26074 386.2306 245.07324 386.74622L245.07324 387.13684Q245.07324 388.19934 245.54199 388.83997Q246.02637 389.4806 246.72949 389.4806Q247.46387 389.4806 247.88574 388.94934Q248.30762 388.40247 248.30762 387.52747Q248.30762 386.65247 247.88574 386.12122Q247.46387 385.57434 246.76074 385.57434Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M266.21387 380.76184C266.21387 380.20956 266.6616 379.76184 267.21387 379.76184L277.21387 379.76184C277.76614 379.76184 278.21387 380.20956 278.21387 380.76184L278.21387 390.76184C278.21387 391.31412 277.76614 391.76184 277.21387 391.76184L267.21387 391.76184C266.6616 391.76184 266.21387 391.31412 266.21387 390.76184Z" fill-rule="nonzero"/><path fill="#666666" d="M292.51074 390.26184L286.917 390.26184L286.917 389.4806L289.87012 386.19934Q290.52637 385.44934 290.77637 384.99622Q291.02637 384.52747 291.02637 384.02747Q291.02637 383.3556 290.62012 382.93372Q290.2295 382.49622 289.542 382.49622Q288.74512 382.49622 288.292 382.96497Q287.83887 383.4181 287.83887 384.24622L286.76074 384.24622Q286.76074 383.05872 287.51074 382.33997Q288.27637 381.6056 289.542 381.6056Q290.74512 381.6056 291.43262 382.2306Q292.12012 382.8556 292.12012 383.90247Q292.12012 385.15247 290.51074 386.90247L288.2295 389.37122L292.51074 389.37122L292.51074 390.26184ZM299.27637 386.62122Q299.27637 388.52747 298.62012 389.46497Q297.9795 390.38684 296.58887 390.38684Q295.2295 390.38684 294.57324 389.4806Q293.917 388.57434 293.88574 386.76184L293.88574 385.32434Q293.88574 383.43372 294.52637 382.52747Q295.18262 381.6056 296.57324 381.6056Q297.94824 381.6056 298.6045 382.49622Q299.26074 383.37122 299.27637 385.21497L299.27637 386.62122ZM298.18262 385.13684Q298.18262 383.76184 297.792 383.13684Q297.417 382.49622 296.57324 382.49622Q295.74512 382.49622 295.3545 383.13684Q294.9795 383.76184 294.9795 385.05872L294.9795 386.7931Q294.9795 388.1681 295.37012 388.83997Q295.77637 389.49622 296.58887 389.49622Q297.38574 389.49622 297.77637 388.87122Q298.167 388.24622 298.18262 386.9181L298.18262 385.13684ZM304.4795 390.26184L303.40137 390.26184L303.40137 383.0431L301.21387 383.83997L301.21387 382.8556L304.32324 381.68372L304.4795 381.68372L304.4795 390.26184ZM313.43262 382.33997L309.90137 390.26184L308.76074 390.26184L312.27637 382.62122L307.667 382.62122L307.667 381.7306L313.43262 381.7306L313.43262 382.33997Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M330.21387 380.76184C330.21387 380.20956 330.6616 379.76184 331.21387 379.76184L341.21387 379.76184C341.76614 379.76184 342.21387 380.20956 342.21387 380.76184L342.21387 390.76184C342.21387 391.31412 341.76614 391.76184 341.21387 391.76184L331.21387 391.76184C330.6616 391.76184 330.21387 391.31412 330.21387 390.76184Z" fill-rule="nonzero"/><path fill="#666666" d="M356.51074 390.26184L350.917 390.26184L350.917 389.4806L353.87012 386.19934Q354.52637 385.44934 354.77637 384.99622Q355.02637 384.52747 355.02637 384.02747Q355.02637 383.3556 354.62012 382.93372Q354.2295 382.49622 353.542 382.49622Q352.74512 382.49622 352.292 382.96497Q351.83887 383.4181 351.83887 384.24622L350.76074 384.24622Q350.76074 383.05872 351.51074 382.33997Q352.27637 381.6056 353.542 381.6056Q354.74512 381.6056 355.43262 382.2306Q356.12012 382.8556 356.12012 383.90247Q356.12012 385.15247 354.51074 386.90247L352.2295 389.37122L356.51074 389.37122L356.51074 390.26184ZM363.27637 386.62122Q363.27637 388.52747 362.62012 389.46497Q361.9795 390.38684 360.58887 390.38684Q359.2295 390.38684 358.57324 389.4806Q357.917 388.57434 357.88574 386.76184L357.88574 385.32434Q357.88574 383.43372 358.52637 382.52747Q359.18262 381.6056 360.57324 381.6056Q361.94824 381.6056 362.6045 382.49622Q363.26074 383.37122 363.27637 385.21497L363.27637 386.62122ZM362.18262 385.13684Q362.18262 383.76184 361.792 383.13684Q361.417 382.49622 360.57324 382.49622Q359.74512 382.49622 359.3545 383.13684Q358.9795 383.76184 358.9795 385.05872L358.9795 386.7931Q358.9795 388.1681 359.37012 388.83997Q359.77637 389.49622 360.58887 389.49622Q361.38574 389.49622 361.77637 388.87122Q362.167 388.24622 362.18262 386.9181L362.18262 385.13684ZM368.4795 390.26184L367.40137 390.26184L367.40137 383.0431L365.21387 383.83997L365.21387 382.8556L368.32324 381.68372L368.4795 381.68372L368.4795 390.26184ZM377.1045 383.94934Q377.1045 384.58997 376.76074 385.08997Q376.417 385.58997 375.8545 385.87122Q376.51074 386.15247 376.90137 386.71497Q377.292 387.26184 377.292 387.96497Q377.292 389.05872 376.542 389.7306Q375.80762 390.38684 374.58887 390.38684Q373.3545 390.38684 372.6045 389.7306Q371.87012 389.05872 371.87012 387.96497Q371.87012 387.26184 372.24512 386.71497Q372.62012 386.15247 373.292 385.87122Q372.7295 385.58997 372.40137 385.08997Q372.07324 384.58997 372.07324 383.94934Q372.07324 382.87122 372.76074 382.24622Q373.44824 381.6056 374.58887 381.6056Q375.71387 381.6056 376.40137 382.24622Q377.1045 382.87122 377.1045 383.94934ZM376.21387 387.93372Q376.21387 387.21497 375.76074 386.77747Q375.30762 386.32434 374.57324 386.32434Q373.83887 386.32434 373.38574 386.77747Q372.94824 387.21497 372.94824 387.94934Q372.94824 388.6681 373.38574 389.08997Q373.82324 389.49622 374.58887 389.49622Q375.33887 389.49622 375.77637 389.07434Q376.21387 388.65247 376.21387 387.93372ZM374.58887 382.49622Q373.94824 382.49622 373.542 382.90247Q373.15137 383.2931 373.15137 383.9806Q373.15137 384.62122 373.542 385.02747Q373.93262 385.43372 374.57324 385.43372Q375.2295 385.43372 375.62012 385.02747Q376.01074 384.62122 376.01074 383.9806Q376.01074 383.32434 375.6045 382.9181Q375.19824 382.49622 374.58887 382.49622Z" fill-rule="nonzero"/><path fill="#00add8" d="M394.21387 380.76184C394.21387 380.20956 394.6616 379.76184 395.21387 379.76184L405.21387 379.76184C405.76614 379.76184 406.21387 380.20956 406.21387 380.76184L406.21387 390.76184C406.21387 391.31412 405.76614 391.76184 405.21387 391.76184L395.21387 391.76184C394.6616 391.76184 394.21387 391.31412 394.21387 390.76184Z" fill-rule="nonzero"/><path fill="#666666" d="M420.51074 390.26184L414.917 390.26184L414.917 389.4806L417.87012 386.19934Q418.52637 385.44934 418.77637 384.99622Q419.02637 384.52747 419.02637 384.02747Q419.02637 383.3556 418.62012 382.93372Q418.2295 382.49622 417.542 382.49622Q416.74512 382.49622 416.292 382.96497Q415.83887 383.4181 415.83887 384.24622L414.76074 384.24622Q414.76074 383.05872 415.51074 382.33997Q416.27637 381.6056 417.542 381.6056Q418.74512 381.6056 419.43262 382.2306Q420.12012 382.8556 420.12012 383.90247Q420.12012 385.15247 418.51074 386.90247L416.2295 389.37122L420.51074 389.37122L420.51074 390.26184ZM427.27637 386.62122Q427.27637 388.52747 426.62012 389.46497Q425.9795 390.38684 424.58887 390.38684Q423.2295 390.38684 422.57324 389.4806Q421.917 388.57434 421.88574 386.76184L421.88574 385.32434Q421.88574 383.43372 422.52637 382.52747Q423.18262 381.6056 424.57324 381.6056Q425.94824 381.6056 426.6045 382.49622Q427.26074 383.37122 427.27637 385.21497L427.27637 386.62122ZM426.18262 385.13684Q426.18262 383.76184 425.792 383.13684Q425.417 382.49622 424.57324 382.49622Q423.74512 382.49622 423.3545 383.13684Q422.9795 383.76184 422.9795 385.05872L422.9795 386.7931Q422.9795 388.1681 423.37012 388.83997Q423.77637 389.49622 424.58887 389.49622Q425.38574 389.49622 425.77637 388.87122Q426.167 388.24622 426.18262 386.9181L426.18262 385.13684ZM432.4795 390.26184L431.40137 390.26184L431.40137 383.0431L429.21387 383.83997L429.21387 382.8556L432.32324 381.68372L432.4795 381.68372L432.4795 390.26184ZM440.07324 386.51184Q439.74512 386.9181 439.26074 387.1681Q438.792 387.40247 438.2295 387.40247Q437.49512 387.40247 436.94824 387.0431Q436.40137 386.68372 436.1045 386.02747Q435.80762 385.3556 435.80762 384.55872Q435.80762 383.71497 436.12012 383.02747Q436.44824 382.33997 437.042 381.9806Q437.65137 381.6056 438.44824 381.6056Q439.71387 381.6056 440.43262 382.55872Q441.167 383.51184 441.167 385.13684L441.167 385.44934Q441.167 387.94934 440.18262 389.08997Q439.19824 390.2306 437.21387 390.26184L436.99512 390.26184L436.99512 389.3556L437.2295 389.3556Q438.57324 389.32434 439.292 388.65247Q440.01074 387.9806 440.07324 386.51184ZM438.40137 386.51184Q438.94824 386.51184 439.40137 386.18372Q439.87012 385.83997 440.08887 385.3556L440.08887 384.9181Q440.08887 383.8556 439.62012 383.18372Q439.15137 382.51184 438.44824 382.51184Q437.7295 382.51184 437.292 383.05872Q436.87012 383.6056 436.87012 384.51184Q436.87012 385.38684 437.27637 385.94934Q437.69824 386.51184 438.40137 386.51184ZM445.99512 386.7931Q445.99512 385.4806 446.33887 384.26184Q446.69824 383.0431 447.40137 382.0431Q448.1045 381.0431 448.87012 380.63684L449.08887 381.3556Q448.2295 382.01184 447.68262 383.3556Q447.13574 384.69934 447.08887 386.37122L447.07324 386.87122Q447.07324 389.13684 447.90137 390.7931Q448.40137 391.7931 449.08887 392.3556L448.87012 393.01184Q448.08887 392.58997 447.37012 391.55872Q445.99512 389.57434 445.99512 386.7931ZM451.05762 383.9181L451.08887 384.71497Q451.82324 383.80872 452.99512 383.80872Q455.01074 383.80872 455.02637 386.07434L455.02637 390.26184L453.93262 390.26184L453.93262 386.05872Q453.93262 385.38684 453.62012 385.05872Q453.32324 384.7306 452.667 384.7306Q452.13574 384.7306 451.7295 385.01184Q451.33887 385.2931 451.12012 385.74622L451.12012 390.26184L450.042 390.26184L450.042 383.9181L451.05762 383.9181ZM461.99512 385.49622L457.1045 385.49622L457.1045 384.5431L461.99512 384.5431L461.99512 385.49622ZM461.99512 387.9181L457.1045 387.9181L457.1045 386.9806L461.99512 386.9806L461.99512 387.9181ZM468.18262 381.7306L468.18262 382.63684L467.9795 382.63684Q466.71387 382.6681 465.96387 383.40247Q465.21387 384.12122 465.08887 385.43372Q465.77637 384.6681 466.93262 384.6681Q468.042 384.6681 468.71387 385.44934Q469.38574 386.2306 469.38574 387.4806Q469.38574 388.7931 468.667 389.58997Q467.94824 390.38684 466.7295 390.38684Q465.51074 390.38684 464.74512 389.44934Q463.99512 388.49622 463.99512 387.01184L463.99512 386.6056Q463.99512 384.24622 464.99512 382.99622Q465.99512 381.74622 467.9795 381.7306L468.18262 381.7306ZM466.76074 385.57434Q466.19824 385.57434 465.7295 385.90247Q465.26074 386.2306 465.07324 386.74622L465.07324 387.13684Q465.07324 388.19934 465.542 388.83997Q466.02637 389.4806 466.7295 389.4806Q467.46387 389.4806 467.88574 388.94934Q468.30762 388.40247 468.30762 387.52747Q468.30762 386.65247 467.88574 386.12122Q467.46387 385.57434 466.76074 385.57434ZM470.99512 391.96497L470.38574 391.5431Q470.93262 390.77747 470.96387 389.94934L470.96387 388.9806L472.02637 388.9806L472.02637 389.82434Q472.02637 390.4181 471.7295 391.01184Q471.43262 391.6056 470.99512 391.96497ZM473.417 385.9806L473.8545 381.7306L478.2295 381.7306L478.2295 382.7306L474.77637 382.7306L474.51074 385.05872Q475.15137 384.68372 475.94824 384.68372Q477.1045 384.68372 477.792 385.46497Q478.4795 386.2306 478.4795 387.5431Q478.4795 388.8556 477.76074 389.62122Q477.05762 390.38684 475.77637 390.38684Q474.65137 390.38684 473.93262 389.76184Q473.21387 389.12122 473.12012 388.01184L474.13574 388.01184Q474.24512 388.74622 474.667 389.12122Q475.08887 389.49622 475.77637 389.49622Q476.52637 389.49622 476.96387 388.9806Q477.40137 388.46497 477.40137 387.55872Q477.40137 386.69934 476.93262 386.18372Q476.46387 385.6681 475.68262 385.6681Q474.9795 385.6681 474.57324 385.96497L474.292 386.19934L473.417 385.9806ZM485.27637 386.62122Q485.27637 388.52747 484.62012 389.46497Q483.9795 390.38684 482.58887 390.38684Q481.2295 390.38684 480.57324 389.4806Q479.917 388.57434 479.88574 386.76184L479.88574 385.32434Q479.88574 383.43372 480.52637 382.52747Q481.18262 381.6056 482.57324 381.6056Q483.94824 381.6056 484.6045 382.49622Q485.26074 383.37122 485.27637 385.21497L485.27637 386.62122ZM484.18262 385.13684Q484.18262 383.76184 483.792 383.13684Q483.417 382.49622 482.57324 382.49622Q481.74512 382.49622 481.3545 383.13684Q480.9795 383.76184 480.9795 385.05872L480.9795 386.7931Q480.9795 388.1681 481.37012 388.83997Q481.77637 389.49622 482.58887 389.49622Q483.38574 389.49622 483.77637 388.87122Q484.167 388.24622 484.18262 386.9181L484.18262 385.13684ZM492.51074 390.26184L486.917 390.26184L486.917 389.4806L489.87012 386.19934Q490.52637 385.44934 490.77637 384.99622Q491.02637 384.52747 491.02637 384.02747Q491.02637 383.3556 490.62012 382.93372Q490.2295 382.49622 489.542 382.49622Q488.74512 382.49622 488.292 382.96497Q487.83887 383.4181 487.83887 384.24622L486.76074 384.24622Q486.76074 383.05872 487.51074 382.33997Q488.27637 381.6056 489.542 381.6056Q490.74512 381.6056 491.43262 382.2306Q492.12012 382.8556 492.12012 383.90247Q492.12012 385.15247 490.51074 386.90247L488.2295 389.37122L492.51074 389.37122L492.51074 390.26184ZM496.542 386.8556Q496.542 388.1681 496.19824 389.37122Q495.8545 390.55872 495.13574 391.57434Q494.43262 392.58997 493.667 393.01184L493.43262 392.3556Q494.33887 391.6681 494.88574 390.21497Q495.43262 388.74622 495.44824 386.9806L495.44824 386.7931Q495.44824 385.55872 495.18262 384.49622Q494.93262 383.43372 494.46387 382.6056Q494.01074 381.76184 493.43262 381.2931L493.667 380.63684Q494.43262 381.05872 495.13574 382.05872Q495.83887 383.05872 496.18262 384.27747Q496.542 385.4806 496.542 386.8556Z" fill-rule="nonzero"/><path fill="#666666" d="M27.88125 19.996803L24.678125 19.996803L24.678125 28.871803L23.38125 28.871803L23.38125 19.996803L20.178125 19.996803L20.178125 18.918678L27.88125 18.918678L27.88125 19.996803ZM28.475 25.106178Q28.475 24.012428 28.896875 23.153053Q29.334375 22.278053 30.084375 21.809303Q30.85 21.340553 31.834375 21.340553Q33.334373 21.340553 34.271873 22.387428Q35.209373 23.434303 35.209373 25.168678L35.209373 25.262428Q35.209373 26.340553 34.7875 27.199928Q34.38125 28.043678 33.6 28.528053Q32.834373 29.012428 31.85 29.012428Q30.334375 29.012428 29.396875 27.965553Q28.475 26.918678 28.475 25.199928L28.475 25.106178ZM29.740625 25.262428Q29.740625 26.481178 30.303125 27.231178Q30.88125 27.981178 31.85 27.981178Q32.803123 27.981178 33.365623 27.231178Q33.94375 26.465553 33.94375 25.106178Q33.94375 23.887428 33.365623 23.137428Q32.7875 22.371803 31.834375 22.371803Q30.896875 22.371803 30.31875 23.121803Q29.740625 23.871803 29.740625 25.262428ZM46.35 27.121803L47.771873 21.481178L49.0375 21.481178L46.896873 28.871803L45.865623 28.871803L44.06875 23.262428L42.31875 28.871803L41.2875 28.871803L39.146873 21.481178L40.396873 21.481178L41.865623 27.012428L43.584373 21.481178L44.6 21.481178L46.35 27.121803ZM52.06875 22.371803Q52.9125 21.340553 54.25625 21.340553Q56.6 21.340553 56.63125 23.981178L56.63125 28.871803L55.365623 28.871803L55.365623 23.981178Q55.35 23.184303 54.990623 22.809303Q54.63125 22.418678 53.88125 22.418678Q53.25625 22.418678 52.7875 22.746803Q52.334373 23.074928 52.06875 23.606178L52.06875 28.871803L50.803123 28.871803L50.803123 18.371803L52.06875 18.371803L52.06875 22.371803ZM63.38125 28.871803Q63.271873 28.653053 63.19375 28.090553Q62.31875 29.012428 61.084373 29.012428Q59.990623 29.012428 59.2875 28.403053Q58.6 27.778053 58.6 26.824928Q58.6 25.668678 59.475 25.028053Q60.35 24.387428 61.94375 24.387428L63.178123 24.387428L63.178123 23.809303Q63.178123 23.137428 62.771873 22.746803Q62.38125 22.356178 61.615623 22.356178Q60.928123 22.356178 60.475 22.699928Q60.021873 23.043678 60.021873 23.528053L58.740623 23.528053Q58.740623 22.965553 59.13125 22.449928Q59.5375 21.934303 60.209373 21.637428Q60.88125 21.340553 61.678123 21.340553Q62.959373 21.340553 63.678123 21.981178Q64.4125 22.621803 64.44375 23.731178L64.44375 27.137428Q64.44375 28.153053 64.69375 28.762428L64.69375 28.871803L63.38125 28.871803ZM61.271873 27.903053Q61.865623 27.903053 62.396873 27.606178Q62.94375 27.293678 63.178123 26.793678L63.178123 25.278053L62.178123 25.278053Q59.865623 25.278053 59.865623 26.637428Q59.865623 27.231178 60.25625 27.574928Q60.646873 27.903053 61.271873 27.903053ZM68.52187 19.684303L68.52187 21.481178L69.89687 21.481178L69.89687 22.449928L68.52187 22.449928L68.52187 27.043678Q68.52187 27.481178 68.70937 27.715553Q68.89687 27.934303 69.33437 27.934303Q69.55312 27.934303 69.94375 27.840553L69.94375 28.871803Q69.44375 29.012428 68.975 29.012428Q68.11562 29.012428 67.67812 28.496803Q67.25625 27.981178 67.25625 27.043678L67.25625 22.449928L65.9125 22.449928L65.9125 21.481178L67.25625 21.481178L67.25625 19.684303L68.52187 19.684303ZM77.88125 29.012428Q76.36562 29.012428 75.42812 28.028053Q74.49062 27.028053 74.49062 25.371803L74.49062 25.153053Q74.49062 24.043678 74.9125 23.184303Q75.33437 22.309303 76.08437 21.824928Q76.83437 21.340553 77.725 21.340553Q79.1625 21.340553 79.95937 22.293678Q80.75625 23.231178 80.75625 25.012428L80.75625 25.528053L75.75625 25.528053Q75.77187 26.621803 76.38125 27.309303Q77.00625 27.981178 77.94375 27.981178Q78.61562 27.981178 79.06875 27.715553Q79.5375 27.434303 79.89687 26.981178L80.6625 27.574928Q79.74062 29.012428 77.88125 29.012428ZM77.725 22.371803Q76.95937 22.371803 76.42812 22.934303Q75.9125 23.496803 75.7875 24.496803L79.49062 24.496803L79.49062 24.403053Q79.44375 23.434303 78.975 22.903053Q78.50625 22.371803 77.725 22.371803ZM84.2875 24.168678L85.92812 21.481178L87.4125 21.481178L84.99062 25.137428L87.475 28.871803L86.02187 28.871803L84.30312 26.106178L82.6 28.871803L81.13125 28.871803L83.63125 25.137428L81.20937 21.481178L82.6625 21.481178L84.2875 24.168678ZM90.52187 19.684303L90.52187 21.481178L91.89687 21.481178L91.89687 22.449928L90.52187 22.449928L90.52187 27.043678Q90.52187 27.481178 90.70937 27.715553Q90.89687 27.934303 91.33437 27.934303Q91.55312 27.934303 91.94375 27.840553L91.94375 28.871803Q91.44375 29.012428 90.975 29.012428Q90.11562 29.012428 89.67812 28.496803Q89.25625 27.981178 89.25625 27.043678L89.25625 22.449928L87.9125 22.449928L87.9125 21.481178L89.25625 21.481178L89.25625 19.684303L90.52187 19.684303ZM96.88125 29.012428Q95.36562 29.012428 94.42812 28.028053Q93.49062 27.028053 93.49062 25.371803L93.49062 25.153053Q93.49062 24.043678 93.9125 23.184303Q94.33437 22.309303 95.08437 21.824928Q95.83437 21.340553 96.725 21.340553Q98.1625 21.340553 98.95937 22.293678Q99.75625 23.231178 99.75625 25.012428L99.75625 25.528053L94.75625 25.528053Q94.77187 26.621803 95.38125 27.309303Q96.00625 27.981178 96.94375 27.981178Q97.61562 27.981178 98.06875 27.715553Q98.5375 27.434303 98.89687 26.981178L99.6625 27.574928Q98.74062 29.012428 96.88125 29.012428ZM96.725 22.371803Q95.95937 22.371803 95.42812 22.934303Q94.9125 23.496803 94.7875 24.496803L98.49062 24.496803L98.49062 24.403053Q98.44375 23.434303 97.975 22.903053Q97.50625 22.371803 96.725 22.371803ZM102.00625 21.481178L102.0375 22.403053Q102.89687 21.340553 104.25625 21.340553Q106.6 21.340553 106.63125 23.981178L106.63125 28.871803L105.36562 28.871803L105.36562 23.981178Q105.35 23.184303 104.99062 22.809303Q104.63125 22.418678 103.88125 22.418678Q103.25625 22.418678 102.7875 22.746803Q102.33437 23.074928 102.06875 23.606178L102.06875 28.871803L100.80312 28.871803L100.80312 21.481178L102.00625 21.481178ZM110.52187 19.684303L110.52187 21.481178L111.89687 21.481178L111.89687 22.449928L110.52187 22.449928L110.52187 27.043678Q110.52187 27.481178 110.70937 27.715553Q110.89687 27.934303 111.33437 27.934303Q111.55312 27.934303 111.94375 27.840553L111.94375 28.871803Q111.44375 29.012428 110.975 29.012428Q110.11562 29.012428 109.67812 28.496803Q109.25625 27.981178 109.25625 27.043678L109.25625 22.449928L107.9125 22.449928L107.9125 21.481178L109.25625 21.481178L109.25625 19.684303L110.52187 19.684303ZM116.50625 25.106178Q116.50625 23.403053 117.30312 22.371803Q118.11562 21.340553 119.4125 21.340553Q120.725 21.340553 121.475 22.231178L121.475 18.371803L122.74062 18.371803L122.74062 28.871803L121.58437 28.871803L121.52187 28.074928Q120.75625 29.012428 119.4125 29.012428Q118.11562 29.012428 117.30312 27.965553Q116.50625 26.903053 116.50625 25.199928L116.50625 25.106178ZM117.77187 25.262428Q117.77187 26.512428 118.2875 27.231178Q118.80312 27.934303 119.725 27.934303Q120.92812 27.934303 121.475 26.856178L121.475 23.449928Q120.9125 22.418678 119.74062 22.418678Q118.80312 22.418678 118.2875 23.137428Q117.77187 23.840553 117.77187 25.262428ZM124.475 25.106178Q124.475 24.012428 124.89687 23.153053Q125.33437 22.278053 126.08437 21.809303Q126.85 21.340553 127.83437 21.340553Q129.33438 21.340553 130.27188 22.387428Q131.20938 23.434303 131.20938 25.168678L131.20938 25.262428Q131.20938 26.340553 130.7875 27.199928Q130.38126 28.043678 129.6 28.528053Q128.83438 29.012428 127.85 29.012428Q126.33437 29.012428 125.39687 27.965553Q124.475 26.918678 124.475 25.199928L124.475 25.106178ZM125.74062 25.262428Q125.74062 26.481178 126.30312 27.231178Q126.88125 27.981178 127.85 27.981178Q128.80313 27.981178 129.36563 27.231178Q129.94376 26.465553 129.94376 25.106178Q129.94376 23.887428 129.36563 23.137428Q128.7875 22.371803 127.83437 22.371803Q126.89687 22.371803 126.31875 23.121803Q125.74062 23.871803 125.74062 25.262428ZM138.225 27.012428L139.94376 21.481178L141.30313 21.481178L138.33438 30.012428Q137.64688 31.856178 136.13126 31.856178L135.89688 31.840553L135.42813 31.746803L135.42813 30.731178L135.77188 30.746803Q136.4125 30.746803 136.77188 30.481178Q137.13126 30.231178 137.36563 29.543678L137.64688 28.793678L135.00626 21.481178L136.38126 21.481178L138.225 27.012428ZM142.475 25.106178Q142.475 24.012428 142.89688 23.153053Q143.33438 22.278053 144.08438 21.809303Q144.85 21.340553 145.83438 21.340553Q147.33438 21.340553 148.27188 22.387428Q149.20938 23.434303 149.20938 25.168678L149.20938 25.262428Q149.20938 26.340553 148.7875 27.199928Q148.38126 28.043678 147.6 28.528053Q146.83438 29.012428 145.85 29.012428Q144.33438 29.012428 143.39688 27.965553Q142.475 26.918678 142.475 25.199928L142.475 25.106178ZM143.74063 25.262428Q143.74063 26.481178 144.30313 27.231178Q144.88126 27.981178 145.85 27.981178Q146.80313 27.981178 147.36563 27.231178Q147.94376 26.465553 147.94376 25.106178Q147.94376 23.887428 147.36563 23.137428Q146.7875 22.371803 145.83438 22.371803Q144.89688 22.371803 144.31876 23.121803Q143.74063 23.871803 143.74063 25.262428ZM155.38126 28.137428Q154.63126 29.012428 153.20938 29.012428Q152.02188 29.012428 151.39688 28.324928Q150.7875 27.637428 150.7875 26.293678L150.7875 21.481178L152.0375 21.481178L152.0375 26.246803Q152.0375 27.934303 153.4125 27.934303Q154.86563 27.934303 155.33438 26.856178L155.33438 21.481178L156.6 21.481178L156.6 28.871803L155.39688 28.871803L155.38126 28.137428ZM166.38126 28.871803Q166.27188 28.653053 166.19376 28.090553Q165.31876 29.012428 164.08438 29.012428Q162.99063 29.012428 162.2875 28.403053Q161.6 27.778053 161.6 26.824928Q161.6 25.668678 162.475 25.028053Q163.35 24.387428 164.94376 24.387428L166.17813 24.387428L166.17813 23.809303Q166.17813 23.137428 165.77188 22.746803Q165.38126 22.356178 164.61563 22.356178Q163.92813 22.356178 163.475 22.699928Q163.02188 23.043678 163.02188 23.528053L161.74063 23.528053Q161.74063 22.965553 162.13126 22.449928Q162.5375 21.934303 163.20938 21.637428Q163.88126 21.340553 164.67813 21.340553Q165.95938 21.340553 166.67813 21.981178Q167.4125 22.621803 167.44376 23.731178L167.44376 27.137428Q167.44376 28.153053 167.69376 28.762428L167.69376 28.871803L166.38126 28.871803ZM164.27188 27.903053Q164.86563 27.903053 165.39688 27.606178Q165.94376 27.293678 166.17813 26.793678L166.17813 25.278053L165.17813 25.278053Q162.86563 25.278053 162.86563 26.637428Q162.86563 27.231178 163.25626 27.574928Q163.64688 27.903053 164.27188 27.903053ZM169.50626 25.106178Q169.50626 23.387428 170.30313 22.371803Q171.1 21.340553 172.42813 21.340553Q173.77188 21.340553 174.5375 22.293678L174.6 21.481178L175.75626 21.481178L175.75626 28.699928Q175.75626 30.137428 174.89688 30.949928Q174.05313 31.778053 172.61563 31.778053Q171.81876 31.778053 171.05313 31.434303Q170.2875 31.106178 169.88126 30.512428L170.5375 29.746803Q171.35 30.746803 172.52188 30.746803Q173.44376 30.746803 173.95938 30.231178Q174.49063 29.715553 174.49063 28.762428L174.49063 28.137428Q173.725 29.012428 172.4125 29.012428Q171.11563 29.012428 170.30313 27.965553Q169.50626 26.918678 169.50626 25.106178ZM170.77188 25.262428Q170.77188 26.512428 171.2875 27.231178Q171.80313 27.934303 172.725 27.934303Q173.92813 27.934303 174.49063 26.840553L174.49063 23.465553Q173.89688 22.418678 172.74063 22.418678Q171.81876 22.418678 171.2875 23.137428Q170.77188 23.840553 170.77188 25.262428ZM181.38126 22.606178Q181.1 22.559303 180.75626 22.559303Q179.52188 22.559303 179.06876 23.621803L179.06876 28.871803L177.80313 28.871803L177.80313 21.481178L179.0375 21.481178L179.05313 22.324928Q179.67813 21.340553 180.81876 21.340553Q181.19376 21.340553 181.38126 21.434303L181.38126 22.606178ZM185.88126 29.012428Q184.36563 29.012428 183.42813 28.028053Q182.49063 27.028053 182.49063 25.371803L182.49063 25.153053Q182.49063 24.043678 182.9125 23.184303Q183.33438 22.309303 184.08438 21.824928Q184.83438 21.340553 185.725 21.340553Q187.1625 21.340553 187.95938 22.293678Q188.75626 23.231178 188.75626 25.012428L188.75626 25.528053L183.75626 25.528053Q183.77188 26.621803 184.38126 27.309303Q185.00626 27.981178 185.94376 27.981178Q186.61563 27.981178 187.06876 27.715553Q187.5375 27.434303 187.89688 26.981178L188.6625 27.574928Q187.74063 29.012428 185.88126 29.012428ZM185.725 22.371803Q184.95938 22.371803 184.42813 22.934303Q183.9125 23.496803 183.7875 24.496803L187.49063 24.496803L187.49063 24.403053Q187.44376 23.434303 186.975 22.903053Q186.50626 22.371803 185.725 22.371803ZM192.88126 29.012428Q191.36563 29.012428 190.42813 28.028053Q189.49063 27.028053 189.49063 25.371803L189.49063 25.153053Q189.49063 24.043678 189.9125 23.184303Q190.33438 22.309303 191.08438 21.824928Q191.83438 21.340553 192.725 21.340553Q194.1625 21.340553 194.95938 22.293678Q195.75626 23.231178 195.75626 25.012428L195.75626 25.528053L190.75626 25.528053Q190.77188 26.621803 191.38126 27.309303Q192.00626 27.981178 192.94376 27.981178Q193.61563 27.981178 194.06876 27.715553Q194.5375 27.434303 194.89688 26.981178L195.6625 27.574928Q194.74063 29.012428 192.88126 29.012428ZM192.725 22.371803Q191.95938 22.371803 191.42813 22.934303Q190.9125 23.496803 190.7875 24.496803L194.49063 24.496803L194.49063 24.403053Q194.44376 23.434303 193.975 22.903053Q193.50626 22.371803 192.725 22.371803ZM199.475 25.106178Q199.475 24.012428 199.89688 23.153053Q200.33438 22.278053 201.08438 21.809303Q201.85 21.340553 202.83438 21.340553Q204.33438 21.340553 205.27188 22.387428Q206.20938 23.434303 206.20938 25.168678L206.20938 25.262428Q206.20938 26.340553 205.7875 27.199928Q205.38126 28.043678 204.6 28.528053Q203.83438 29.012428 202.85 29.012428Q201.33438 29.012428 200.39688 27.965553Q199.475 26.918678 199.475 25.199928L199.475 25.106178ZM200.74063 25.262428Q200.74063 26.481178 201.30313 27.231178Q201.88126 27.981178 202.85 27.981178Q203.80313 27.981178 204.36563 27.231178Q204.94376 26.465553 204.94376 25.106178Q204.94376 23.887428 204.36563 23.137428Q203.7875 22.371803 202.83438 22.371803Q201.89688 22.371803 201.31876 23.121803Q200.74063 23.871803 200.74063 25.262428ZM211.38126 22.606178Q211.1 22.559303 210.75626 22.559303Q209.52188 22.559303 209.06876 23.621803L209.06876 28.871803L207.80313 28.871803L207.80313 21.481178L209.0375 21.481178L209.05313 22.324928Q209.67813 21.340553 210.81876 21.340553Q211.19376 21.340553 211.38126 21.434303L211.38126 22.606178ZM215.50626 25.106178Q215.50626 23.403053 216.30313 22.371803Q217.11563 21.340553 218.4125 21.340553Q219.725 21.340553 220.475 22.231178L220.475 18.371803L221.74063 18.371803L221.74063 28.871803L220.58438 28.871803L220.52188 28.074928Q219.75626 29.012428 218.4125 29.012428Q217.11563 29.012428 216.30313 27.965553Q215.50626 26.903053 215.50626 25.199928L215.50626 25.106178ZM216.77188 25.262428Q216.77188 26.512428 217.2875 27.231178Q217.80313 27.934303 218.725 27.934303Q219.92813 27.934303 220.475 26.856178L220.475 23.449928Q219.9125 22.418678 218.74063 22.418678Q217.80313 22.418678 217.2875 23.137428Q216.77188 23.840553 216.77188 25.262428ZM225.17813 28.871803L223.9125 28.871803L223.9125 21.481178L225.17813 21.481178L225.17813 28.871803ZM223.81876 19.512428Q223.81876 19.199928 224.00626 18.996803Q224.19376 18.778053 224.55313 18.778053Q224.92813 18.778053 225.11563 18.996803Q225.31876 19.199928 225.31876 19.512428Q225.31876 19.824928 225.11563 20.028053Q224.92813 20.231178 224.55313 20.231178Q224.19376 20.231178 224.00626 20.028053Q223.81876 19.824928 223.81876 19.512428ZM231.11563 26.903053Q231.11563 26.403053 230.725 26.121803Q230.33438 25.824928 229.38126 25.621803Q228.42813 25.418678 227.85 25.137428Q227.2875 24.840553 227.02188 24.449928Q226.75626 24.059303 226.75626 23.512428Q226.75626 22.590553 227.52188 21.965553Q228.2875 21.340553 229.49063 21.340553Q230.74063 21.340553 231.52188 21.996803Q232.30313 22.637428 232.30313 23.653053L231.0375 23.653053Q231.0375 23.121803 230.6 22.746803Q230.1625 22.371803 229.49063 22.371803Q228.80313 22.371803 228.4125 22.684303Q228.02188 22.981178 228.02188 23.465553Q228.02188 23.918678 228.38126 24.153053Q228.74063 24.387428 229.67813 24.606178Q230.63126 24.809303 231.225 25.106178Q231.81876 25.403053 232.1 25.824928Q232.38126 26.231178 232.38126 26.824928Q232.38126 27.809303 231.58438 28.418678Q230.7875 29.012428 229.52188 29.012428Q228.64688 29.012428 227.95938 28.699928Q227.27188 28.371803 226.88126 27.809303Q226.50626 27.246803 226.50626 26.590553L227.77188 26.590553Q227.80313 27.231178 228.27188 27.606178Q228.75626 27.981178 229.52188 27.981178Q230.24063 27.981178 230.67813 27.684303Q231.11563 27.387428 231.11563 26.903053ZM238.38126 28.871803Q238.27188 28.653053 238.19376 28.090553Q237.31876 29.012428 236.08438 29.012428Q234.99063 29.012428 234.2875 28.403053Q233.6 27.778053 233.6 26.824928Q233.6 25.668678 234.475 25.028053Q235.35 24.387428 236.94376 24.387428L238.17813 24.387428L238.17813 23.809303Q238.17813 23.137428 237.77188 22.746803Q237.38126 22.356178 236.61563 22.356178Q235.92813 22.356178 235.475 22.699928Q235.02188 23.043678 235.02188 23.528053L233.74063 23.528053Q233.74063 22.965553 234.13126 22.449928Q234.5375 21.934303 235.20938 21.637428Q235.88126 21.340553 236.67813 21.340553Q237.95938 21.340553 238.67813 21.981178Q239.4125 22.621803 239.44376 23.731178L239.44376 27.137428Q239.44376 28.153053 239.69376 28.762428L239.69376 28.871803L238.38126 28.871803ZM236.27188 27.903053Q236.86563 27.903053 237.39688 27.606178Q237.94376 27.293678 238.17813 26.793678L238.17813 25.278053L237.17813 25.278053Q234.86563 25.278053 234.86563 26.637428Q234.86563 27.231178 235.25626 27.574928Q235.64688 27.903053 236.27188 27.903053ZM241.50626 25.106178Q241.50626 23.387428 242.30313 22.371803Q243.1 21.340553 244.42813 21.340553Q245.77188 21.340553 246.5375 22.293678L246.6 21.481178L247.75626 21.481178L247.75626 28.699928Q247.75626 30.137428 246.89688 30.949928Q246.05313 31.778053 244.61563 31.778053Q243.81876 31.778053 243.05313 31.434303Q242.2875 31.106178 241.88126 30.512428L242.5375 29.746803Q243.35 30.746803 244.52188 30.746803Q245.44376 30.746803 245.95938 30.231178Q246.49063 29.715553 246.49063 28.762428L246.49063 28.137428Q245.725 29.012428 244.4125 29.012428Q243.11563 29.012428 242.30313 27.965553Q241.50626 26.918678 241.50626 25.106178ZM242.77188 25.262428Q242.77188 26.512428 243.2875 27.231178Q243.80313 27.934303 244.725 27.934303Q245.92813 27.934303 246.49063 26.840553L246.49063 23.465553Q245.89688 22.418678 244.74063 22.418678Q243.81876 22.418678 243.2875 23.137428Q242.77188 23.840553 242.77188 25.262428ZM253.38126 22.606178Q253.1 22.559303 252.75626 22.559303Q251.52188 22.559303 251.06876 23.621803L251.06876 28.871803L249.80313 28.871803L249.80313 21.481178L251.0375 21.481178L251.05313 22.324928Q251.67813 21.340553 252.81876 21.340553Q253.19376 21.340553 253.38126 21.434303L253.38126 22.606178ZM257.88126 29.012428Q256.36563 29.012428 255.42813 28.028053Q254.49063 27.028053 254.49063 25.371803L254.49063 25.153053Q254.49063 24.043678 254.9125 23.184303Q255.33438 22.309303 256.08438 21.824928Q256.83438 21.340553 257.725 21.340553Q259.1625 21.340553 259.95938 22.293678Q260.75626 23.231178 260.75626 25.012428L260.75626 25.528053L255.75626 25.528053Q255.77188 26.621803 256.38126 27.309303Q257.00626 27.981178 257.94376 27.981178Q258.61563 27.981178 259.06876 27.715553Q259.5375 27.434303 259.89688 26.981178L260.6625 27.574928Q259.74063 29.012428 257.88126 29.012428ZM257.725 22.371803Q256.95938 22.371803 256.42813 22.934303Q255.9125 23.496803 255.7875 24.496803L259.49063 24.496803L259.49063 24.403053Q259.44376 23.434303 258.975 22.903053Q258.50626 22.371803 257.725 22.371803ZM264.88126 29.012428Q263.36563 29.012428 262.42813 28.028053Q261.49063 27.028053 261.49063 25.371803L261.49063 25.153053Q261.49063 24.043678 261.9125 23.184303Q262.33438 22.309303 263.08438 21.824928Q263.83438 21.340553 264.725 21.340553Q266.1625 21.340553 266.95938 22.293678Q267.75626 23.231178 267.75626 25.012428L267.75626 25.528053L262.75626 25.528053Q262.77188 26.621803 263.38126 27.309303Q264.00626 27.981178 264.94376 27.981178Q265.61563 27.981178 266.06876 27.715553Q266.5375 27.434303 266.89688 26.981178L267.6625 27.574928Q266.74063 29.012428 264.88126 29.012428ZM264.725 22.371803Q263.95938 22.371803 263.42813 22.934303Q262.9125 23.496803 262.7875 24.496803L266.49063 24.496803L266.49063 24.403053Q266.44376 23.434303 265.975 22.903053Q265.50626 22.371803 264.725 22.371803ZM278.35 27.121803L279.77188 21.481178L281.0375 21.481178L278.89688 28.871803L277.86563 28.871803L276.06876 23.262428L274.31876 28.871803L273.2875 28.871803L271.14688 21.481178L272.39688 21.481178L273.86563 27.012428L275.58438 21.481178L276.6 21.481178L278.35 27.121803ZM284.17813 28.871803L282.9125 28.871803L282.9125 21.481178L284.17813 21.481178L284.17813 28.871803ZM282.81876 19.512428Q282.81876 19.199928 283.00626 18.996803Q283.19376 18.778053 283.55313 18.778053Q283.92813 18.778053 284.11563 18.996803Q284.31876 19.199928 284.31876 19.512428Q284.31876 19.824928 284.11563 20.028053Q283.92813 20.231178 283.55313 20.231178Q283.19376 20.231178 283.00626 20.028053Q282.81876 19.824928 282.81876 19.512428ZM287.52188 19.684303L287.52188 21.481178L288.89688 21.481178L288.89688 22.449928L287.52188 22.449928L287.52188 27.043678Q287.52188 27.481178 287.70938 27.715553Q287.89688 27.934303 288.33438 27.934303Q288.55313 27.934303 288.94376 27.840553L288.94376 28.871803Q288.44376 29.012428 287.975 29.012428Q287.11563 29.012428 286.67813 28.496803Q286.25626 27.981178 286.25626 27.043678L286.25626 22.449928L284.9125 22.449928L284.9125 21.481178L286.25626 21.481178L286.25626 19.684303L287.52188 19.684303ZM292.06876 22.371803Q292.9125 21.340553 294.25626 21.340553Q296.6 21.340553 296.63126 23.981178L296.63126 28.871803L295.36563 28.871803L295.36563 23.981178Q295.35 23.184303 294.99063 22.809303Q294.63126 22.418678 293.88126 22.418678Q293.25626 22.418678 292.7875 22.746803Q292.33438 23.074928 292.06876 23.606178L292.06876 28.871803L290.80313 28.871803L290.80313 18.371803L292.06876 18.371803L292.06876 22.371803ZM303.52188 19.684303L303.52188 21.481178L304.89688 21.481178L304.89688 22.449928L303.52188 22.449928L303.52188 27.043678Q303.52188 27.481178 303.70938 27.715553Q303.89688 27.934303 304.33438 27.934303Q304.55313 27.934303 304.94376 27.840553L304.94376 28.871803Q304.44376 29.012428 303.975 29.012428Q303.11563 29.012428 302.67813 28.496803Q302.25626 27.981178 302.25626 27.043678L302.25626 22.449928L300.9125 22.449928L300.9125 21.481178L302.25626 21.481178L302.25626 19.684303L303.52188 19.684303ZM308.06876 22.371803Q308.9125 21.340553 310.25626 21.340553Q312.6 21.340553 312.63126 23.981178L312.63126 28.871803L311.36563 28.871803L311.36563 23.981178Q311.35 23.184303 310.99063 22.809303Q310.63126 22.418678 309.88126 22.418678Q309.25626 22.418678 308.7875 22.746803Q308.33438 23.074928 308.06876 23.606178L308.06876 28.871803L306.80313 28.871803L306.80313 18.371803L308.06876 18.371803L308.06876 22.371803ZM317.88126 29.012428Q316.36563 29.012428 315.42813 28.028053Q314.49063 27.028053 314.49063 25.371803L314.49063 25.153053Q314.49063 24.043678 314.9125 23.184303Q315.33438 22.309303 316.08438 21.824928Q316.83438 21.340553 317.725 21.340553Q319.1625 21.340553 319.95938 22.293678Q320.75626 23.231178 320.75626 25.012428L320.75626 25.528053L315.75626 25.528053Q315.77188 26.621803 316.38126 27.309303Q317.00626 27.981178 317.94376 27.981178Q318.61563 27.981178 319.06876 27.715553Q319.5375 27.434303 319.89688 26.981178L320.6625 27.574928Q319.74063 29.012428 317.88126 29.012428ZM317.725 22.371803Q316.95938 22.371803 316.42813 22.934303Q315.9125 23.496803 315.7875 24.496803L319.49063 24.496803L319.49063 24.403053Q319.44376 23.434303 318.975 22.903053Q318.50626 22.371803 317.725 22.371803ZM325.42813 28.871803L325.42813 22.449928L324.25626 22.449928L324.25626 21.481178L325.42813 21.481178L325.42813 20.715553Q325.42813 19.528053 326.05313 18.887428Q326.69376 18.231178 327.86563 18.231178Q328.30313 18.231178 328.725 18.340553L328.6625 19.371803Q328.33438 19.309303 327.975 19.309303Q327.36563 19.309303 327.02188 19.668678Q326.69376 20.028053 326.69376 20.699928L326.69376 21.481178L328.27188 21.481178L328.27188 22.449928L326.69376 22.449928L326.69376 28.871803L325.42813 28.871803ZM329.475 25.106178Q329.475 24.012428 329.89688 23.153053Q330.33438 22.278053 331.08438 21.809303Q331.85 21.340553 332.83438 21.340553Q334.33438 21.340553 335.27188 22.387428Q336.20938 23.434303 336.20938 25.168678L336.20938 25.262428Q336.20938 26.340553 335.7875 27.199928Q335.38126 28.043678 334.6 28.528053Q333.83438 29.012428 332.85 29.012428Q331.33438 29.012428 330.39688 27.965553Q329.475 26.918678 329.475 25.199928L329.475 25.106178ZM330.74063 25.262428Q330.74063 26.481178 331.30313 27.231178Q331.88126 27.981178 332.85 27.981178Q333.80313 27.981178 334.36563 27.231178Q334.94376 26.465553 334.94376 25.106178Q334.94376 23.887428 334.36563 23.137428Q333.7875 22.371803 332.83438 22.371803Q331.89688 22.371803 331.31876 23.121803Q330.74063 23.871803 330.74063 25.262428ZM339.17813 28.871803L337.9125 28.871803L337.9125 18.371803L339.17813 18.371803L339.17813 28.871803ZM342.17813 28.871803L340.9125 28.871803L340.9125 18.371803L342.17813 18.371803L342.17813 28.871803ZM343.475 25.106178Q343.475 24.012428 343.89688 23.153053Q344.33438 22.278053 345.08438 21.809303Q345.85 21.340553 346.83438 21.340553Q348.33438 21.340553 349.27188 22.387428Q350.20938 23.434303 350.20938 25.168678L350.20938 25.262428Q350.20938 26.340553 349.7875 27.199928Q349.38126 28.043678 348.6 28.528053Q347.83438 29.012428 346.85 29.012428Q345.33438 29.012428 344.39688 27.965553Q343.475 26.918678 343.475 25.199928L343.475 25.106178ZM344.74063 25.262428Q344.74063 26.481178 345.30313 27.231178Q345.88126 27.981178 346.85 27.981178Q347.80313 27.981178 348.36563 27.231178Q348.94376 26.465553 348.94376 25.106178Q348.94376 23.887428 348.36563 23.137428Q347.7875 22.371803 346.83438 22.371803Q345.89688 22.371803 345.31876 23.121803Q344.74063 23.871803 344.74063 25.262428ZM358.35 27.121803L359.77188 21.481178L361.0375 21.481178L358.89688 28.871803L357.86563 28.871803L356.06876 23.262428L354.31876 28.871803L353.2875 28.871803L351.14688 21.481178L352.39688 21.481178L353.86563 27.012428L355.58438 21.481178L356.6 21.481178L358.35 27.121803ZM364.17813 28.871803L362.9125 28.871803L362.9125 21.481178L364.17813 21.481178L364.17813 28.871803ZM362.81876 19.512428Q362.81876 19.199928 363.00626 18.996803Q363.19376 18.778053 363.55313 18.778053Q363.92813 18.778053 364.11563 18.996803Q364.31876 19.199928 364.31876 19.512428Q364.31876 19.824928 364.11563 20.028053Q363.92813 20.231178 363.55313 20.231178Q363.19376 20.231178 363.00626 20.028053Q362.81876 19.824928 362.81876 19.512428ZM367.00626 21.481178L367.0375 22.403053Q367.89688 21.340553 369.25626 21.340553Q371.6 21.340553 371.63126 23.981178L371.63126 28.871803L370.36563 28.871803L370.36563 23.981178Q370.35 23.184303 369.99063 22.809303Q369.63126 22.418678 368.88126 22.418678Q368.25626 22.418678 367.7875 22.746803Q367.33438 23.074928 367.06876 23.606178L367.06876 28.871803L365.80313 28.871803L365.80313 21.481178L367.00626 21.481178ZM373.50626 25.106178Q373.50626 23.387428 374.30313 22.371803Q375.1 21.340553 376.42813 21.340553Q377.77188 21.340553 378.5375 22.293678L378.6 21.481178L379.75626 21.481178L379.75626 28.699928Q379.75626 30.137428 378.89688 30.949928Q378.05313 31.778053 376.61563 31.778053Q375.81876 31.778053 375.05313 31.434303Q374.2875 31.106178 373.88126 30.512428L374.5375 29.746803Q375.35 30.746803 376.52188 30.746803Q377.44376 30.746803 377.95938 30.231178Q378.49063 29.715553 378.49063 28.762428L378.49063 28.137428Q377.725 29.012428 376.4125 29.012428Q375.11563 29.012428 374.30313 27.965553Q373.50626 26.918678 373.50626 25.106178ZM374.77188 25.262428Q374.77188 26.512428 375.2875 27.231178Q375.80313 27.934303 376.725 27.934303Q377.92813 27.934303 378.49063 26.840553L378.49063 23.465553Q377.89688 22.418678 376.74063 22.418678Q375.81876 22.418678 375.2875 23.137428Q374.77188 23.840553 374.77188 25.262428ZM389.11563 26.903053Q389.11563 26.403053 388.725 26.121803Q388.33438 25.824928 387.38126 25.621803Q386.42813 25.418678 385.85 25.137428Q385.2875 24.840553 385.02188 24.449928Q384.75626 24.059303 384.75626 23.512428Q384.75626 22.590553 385.52188 21.965553Q386.2875 21.340553 387.49063 21.340553Q388.74063 21.340553 389.52188 21.996803Q390.30313 22.637428 390.30313 23.653053L389.0375 23.653053Q389.0375 23.121803 388.6 22.746803Q388.1625 22.371803 387.49063 22.371803Q386.80313 22.371803 386.4125 22.684303Q386.02188 22.981178 386.02188 23.465553Q386.02188 23.918678 386.38126 24.153053Q386.74063 24.387428 387.67813 24.606178Q388.63126 24.809303 389.225 25.106178Q389.81876 25.403053 390.1 25.824928Q390.38126 26.231178 390.38126 26.824928Q390.38126 27.809303 389.58438 28.418678Q388.7875 29.012428 387.52188 29.012428Q386.64688 29.012428 385.95938 28.699928Q385.27188 28.371803 384.88126 27.809303Q384.50626 27.246803 384.50626 26.590553L385.77188 26.590553Q385.80313 27.231178 386.27188 27.606178Q386.75626 27.981178 387.52188 27.981178Q388.24063 27.981178 388.67813 27.684303Q389.11563 27.387428 389.11563 26.903053ZM393.52188 19.684303L393.52188 21.481178L394.89688 21.481178L394.89688 22.449928L393.52188 22.449928L393.52188 27.043678Q393.52188 27.481178 393.70938 27.715553Q393.89688 27.934303 394.33438 27.934303Q394.55313 27.934303 394.94376 27.840553L394.94376 28.871803Q394.44376 29.012428 393.975 29.012428Q393.11563 29.012428 392.67813 28.496803Q392.25626 27.981178 392.25626 27.043678L392.25626 22.449928L390.9125 22.449928L390.9125 21.481178L392.25626 21.481178L392.25626 19.684303L393.52188 19.684303ZM401.38126 28.871803Q401.27188 28.653053 401.19376 28.090553Q400.31876 29.012428 399.08438 29.012428Q397.99063 29.012428 397.2875 28.403053Q396.6 27.778053 396.6 26.824928Q396.6 25.668678 397.475 25.028053Q398.35 24.387428 399.94376 24.387428L401.17813 24.387428L401.17813 23.809303Q401.17813 23.137428 400.77188 22.746803Q400.38126 22.356178 399.61563 22.356178Q398.92813 22.356178 398.475 22.699928Q398.02188 23.043678 398.02188 23.528053L396.74063 23.528053Q396.74063 22.965553 397.13126 22.449928Q397.5375 21.934303 398.20938 21.637428Q398.88126 21.340553 399.67813 21.340553Q400.95938 21.340553 401.67813 21.981178Q402.4125 22.621803 402.44376 23.731178L402.44376 27.137428Q402.44376 28.153053 402.69376 28.762428L402.69376 28.871803L401.38126 28.871803ZM399.27188 27.903053Q399.86563 27.903053 400.39688 27.606178Q400.94376 27.293678 401.17813 26.793678L401.17813 25.278053L400.17813 25.278053Q397.86563 25.278053 397.86563 26.637428Q397.86563 27.231178 398.25626 27.574928Q398.64688 27.903053 399.27188 27.903053ZM406.52188 19.684303L406.52188 21.481178L407.89688 21.481178L407.89688 22.449928L406.52188 22.449928L406.52188 27.043678Q406.52188 27.481178 406.70938 27.715553Q406.89688 27.934303 407.33438 27.934303Q407.55313 27.934303 407.94376 27.840553L407.94376 28.871803Q407.44376 29.012428 406.975 29.012428Q406.11563 29.012428 405.67813 28.496803Q405.25626 27.981178 405.25626 27.043678L405.25626 22.449928L403.9125 22.449928L403.9125 21.481178L405.25626 21.481178L405.25626 19.684303L406.52188 19.684303ZM412.88126 29.012428Q411.36563 29.012428 410.42813 28.028053Q409.49063 27.028053 409.49063 25.371803L409.49063 25.153053Q409.49063 24.043678 409.9125 23.184303Q410.33438 22.309303 411.08438 21.824928Q411.83438 21.340553 412.725 21.340553Q414.1625 21.340553 414.95938 22.293678Q415.75626 23.231178 415.75626 25.012428L415.75626 25.528053L410.75626 25.528053Q410.77188 26.621803 411.38126 27.309303Q412.00626 27.981178 412.94376 27.981178Q413.61563 27.981178 414.06876 27.715553Q414.5375 27.434303 414.89688 26.981178L415.6625 27.574928Q414.74063 29.012428 412.88126 29.012428ZM412.725 22.371803Q411.95938 22.371803 411.42813 22.934303Q410.9125 23.496803 410.7875 24.496803L414.49063 24.496803L414.49063 24.403053Q414.44376 23.434303 413.975 22.903053Q413.50626 22.371803 412.725 22.371803ZM417.99063 21.481178L418.0375 22.293678Q418.85 21.340553 420.225 21.340553Q421.77188 21.340553 422.33438 22.528053Q422.70938 21.996803 423.30313 21.668678Q423.89688 21.340553 424.69376 21.340553Q427.13126 21.340553 427.17813 23.918678L427.17813 28.871803L425.9125 28.871803L425.9125 23.996803Q425.9125 23.199928 425.5375 22.809303Q425.17813 22.418678 424.33438 22.418678Q423.61563 22.418678 423.14688 22.840553Q422.69376 23.246803 422.61563 23.965553L422.61563 28.871803L421.35 28.871803L421.35 24.028053Q421.35 22.418678 419.77188 22.418678Q418.52188 22.418678 418.06876 23.465553L418.06876 28.871803L416.80313 28.871803L416.80313 21.481178L417.99063 21.481178ZM431.88126 29.012428Q430.36563 29.012428 429.42813 28.028053Q428.49063 27.028053 428.49063 25.371803L428.49063 25.153053Q428.49063 24.043678 428.9125 23.184303Q429.33438 22.309303 430.08438 21.824928Q430.83438 21.340553 431.725 21.340553Q433.1625 21.340553 433.95938 22.293678Q434.75626 23.231178 434.75626 25.012428L434.75626 25.528053L429.75626 25.528053Q429.77188 26.621803 430.38126 27.309303Q431.00626 27.981178 431.94376 27.981178Q432.61563 27.981178 433.06876 27.715553Q433.5375 27.434303 433.89688 26.981178L434.6625 27.574928Q433.74063 29.012428 431.88126 29.012428ZM431.725 22.371803Q430.95938 22.371803 430.42813 22.934303Q429.9125 23.496803 429.7875 24.496803L433.49063 24.496803L433.49063 24.403053Q433.44376 23.434303 432.975 22.903053Q432.50626 22.371803 431.725 22.371803ZM437.00626 21.481178L437.0375 22.403053Q437.89688 21.340553 439.25626 21.340553Q441.6 21.340553 441.63126 23.981178L441.63126 28.871803L440.36563 28.871803L440.36563 23.981178Q440.35 23.184303 439.99063 22.809303Q439.63126 22.418678 438.88126 22.418678Q438.25626 22.418678 437.7875 22.746803Q437.33438 23.074928 437.06876 23.606178L437.06876 28.871803L435.80313 28.871803L435.80313 21.481178L437.00626 21.481178ZM445.52188 19.684303L445.52188 21.481178L446.89688 21.481178L446.89688 22.449928L445.52188 22.449928L445.52188 27.043678Q445.52188 27.481178 445.70938 27.715553Q445.89688 27.934303 446.33438 27.934303Q446.55313 27.934303 446.94376 27.840553L446.94376 28.871803Q446.44376 29.012428 445.975 29.012428Q445.11563 29.012428 444.67813 28.496803Q444.25626 27.981178 444.25626 27.043678L444.25626 22.449928L442.9125 22.449928L442.9125 21.481178L444.25626 21.481178L444.25626 19.684303L445.52188 19.684303ZM453.11563 26.903053Q453.11563 26.403053 452.725 26.121803Q452.33438 25.824928 451.38126 25.621803Q450.42813 25.418678 449.85 25.137428Q449.2875 24.840553 449.02188 24.449928Q448.75626 24.059303 448.75626 23.512428Q448.75626 22.590553 449.52188 21.965553Q450.2875 21.340553 451.49063 21.340553Q452.74063 21.340553 453.52188 21.996803Q454.30313 22.637428 454.30313 23.653053L453.0375 23.653053Q453.0375 23.121803 452.6 22.746803Q452.1625 22.371803 451.49063 22.371803Q450.80313 22.371803 450.4125 22.684303Q450.02188 22.981178 450.02188 23.465553Q450.02188 23.918678 450.38126 24.153053Q450.74063 24.387428 451.67813 24.606178Q452.63126 24.809303 453.225 25.106178Q453.81876 25.403053 454.1 25.824928Q454.38126 26.231178 454.38126 26.824928Q454.38126 27.809303 453.58438 28.418678Q452.7875 29.012428 451.52188 29.012428Q450.64688 29.012428 449.95938 28.699928Q449.27188 28.371803 448.88126 27.809303Q448.50626 27.246803 448.50626 26.590553L449.77188 26.590553Q449.80313 27.231178 450.27188 27.606178Q450.75626 27.981178 451.52188 27.981178Q452.24063 27.981178 452.67813 27.684303Q453.11563 27.387428 453.11563 26.903053ZM457.2875 26.074928Q457.30313 25.262428 457.475 24.793678Q457.64688 24.309303 458.17813 23.731178L459.06876 22.809303Q459.64688 22.168678 459.64688 21.418678Q459.64688 20.699928 459.27188 20.293678Q458.89688 19.887428 458.17813 19.887428Q457.475 19.887428 457.05313 20.262428Q456.63126 20.621803 456.63126 21.246803L455.36563 21.246803Q455.38126 20.137428 456.14688 19.465553Q456.92813 18.778053 458.17813 18.778053Q459.45938 18.778053 460.17813 19.481178Q460.9125 20.168678 460.9125 21.371803Q460.9125 22.574928 459.80313 23.731178L459.05313 24.481178Q458.55313 25.028053 458.55313 26.074928L457.2875 26.074928ZM457.24063 28.231178Q457.24063 27.934303 457.42813 27.731178Q457.61563 27.512428 457.975 27.512428Q458.35 27.512428 458.5375 27.731178Q458.74063 27.934303 458.74063 28.246803Q458.74063 28.543678 458.5375 28.746803Q458.35 28.949928 457.975 28.949928Q457.61563 28.949928 457.42813 28.746803Q457.24063 28.543678 457.24063 28.231178Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig14.svg b/_content/survey2019/fig14.svg
deleted file mode 100644
index e90411b..0000000
--- a/_content/survey2019/fig14.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 758.0 441.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="758" height="441" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L758.0 0L758.0 441.0L0 441.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M174.5 40.5L174.5 391.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M282.5 40.5L282.5 391.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M390.5 40.5L390.5 391.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M497.5 40.5L497.5 391.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M605.5 40.5L605.5 391.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M174.5 40.429855L605.5 40.429855L605.5 391.17197L174.5 391.17197L174.5 40.429855Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 69.0L174.0 51.0L182.0 51.0L182.0 69.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 69.0L174.0 51.0L182.0 51.0L182.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 97.0L174.0 79.0L182.0 79.0L182.0 97.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 97.0L174.0 79.0L182.0 79.0L182.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 125.0L174.0 107.0L181.0 107.0L181.0 125.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 125.0L174.0 107.0L181.0 107.0L181.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 154.0L174.0 136.0L181.0 136.0L181.0 154.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 154.0L174.0 136.0L181.0 136.0L181.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 182.0L174.0 164.0L182.0 164.0L182.0 182.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 182.0L174.0 164.0L182.0 164.0L182.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 211.0L174.0 193.0L189.0 193.0L189.0 211.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 211.0L174.0 193.0L189.0 193.0L189.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 239.0L174.0 221.0L181.0 221.0L181.0 239.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 239.0L174.0 221.0L181.0 221.0L181.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 267.0L174.0 249.0L177.0 249.0L177.0 267.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 267.0L174.0 249.0L177.0 249.0L177.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 296.0L174.0 278.0L182.0 278.0L182.0 296.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 296.0L174.0 278.0L182.0 278.0L182.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 324.0L174.0 306.0L180.0 306.0L180.0 324.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 324.0L174.0 306.0L180.0 306.0L180.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 353.0L174.0 335.0L185.0 335.0L185.0 353.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 353.0L174.0 335.0L185.0 335.0L185.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 381.0L174.0 363.0L183.0 363.0L183.0 381.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M174.0 381.0L174.0 363.0L183.0 363.0L183.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M182.0 69.0L182.0 51.0L190.0 51.0L190.0 69.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M182.0 69.0L182.0 51.0L190.0 51.0L190.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M182.0 97.0L182.0 79.0L189.0 79.0L189.0 97.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M182.0 97.0L182.0 79.0L189.0 79.0L189.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M181.0 125.0L181.0 107.0L185.0 107.0L185.0 125.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M181.0 125.0L181.0 107.0L185.0 107.0L185.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M181.0 154.0L181.0 136.0L189.0 136.0L189.0 154.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M181.0 154.0L181.0 136.0L189.0 136.0L189.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M182.0 182.0L182.0 164.0L187.0 164.0L187.0 182.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M182.0 182.0L182.0 164.0L187.0 164.0L187.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M189.0 211.0L189.0 193.0L200.0 193.0L200.0 211.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M189.0 211.0L189.0 193.0L200.0 193.0L200.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M181.0 239.0L181.0 221.0L184.0 221.0L184.0 239.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M181.0 239.0L181.0 221.0L184.0 221.0L184.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M177.0 267.0L177.0 249.0L180.0 249.0L180.0 267.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M177.0 267.0L177.0 249.0L180.0 249.0L180.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M182.0 296.0L182.0 278.0L189.0 278.0L189.0 296.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M182.0 296.0L182.0 278.0L189.0 278.0L189.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 324.0L180.0 306.0L188.0 306.0L188.0 324.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M180.0 324.0L180.0 306.0L188.0 306.0L188.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M185.0 353.0L185.0 335.0L191.0 335.0L191.0 353.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M185.0 353.0L185.0 335.0L191.0 335.0L191.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M183.0 381.0L183.0 363.0L184.0 363.0L184.0 381.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M183.0 381.0L183.0 363.0L184.0 363.0L184.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M190.0 69.0L190.0 51.0L194.0 51.0L194.0 69.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M190.0 69.0L190.0 51.0L194.0 51.0L194.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M189.0 97.0L189.0 79.0L193.0 79.0L193.0 97.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M189.0 97.0L189.0 79.0L193.0 79.0L193.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M185.0 125.0L185.0 107.0L192.0 107.0L192.0 125.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M185.0 125.0L185.0 107.0L192.0 107.0L192.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M189.0 154.0L189.0 136.0L198.0 136.0L198.0 154.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M189.0 154.0L189.0 136.0L198.0 136.0L198.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 182.0L187.0 164.0L195.0 164.0L195.0 182.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M187.0 182.0L187.0 164.0L195.0 164.0L195.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M200.0 211.0L200.0 193.0L214.0 193.0L214.0 211.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M200.0 211.0L200.0 193.0L214.0 193.0L214.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M184.0 239.0L184.0 221.0L188.0 221.0L188.0 239.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M184.0 239.0L184.0 221.0L188.0 221.0L188.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M180.0 267.0L180.0 249.0L187.0 249.0L187.0 267.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M180.0 267.0L180.0 249.0L187.0 249.0L187.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M189.0 296.0L189.0 278.0L198.0 278.0L198.0 296.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M189.0 296.0L189.0 278.0L198.0 278.0L198.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M188.0 324.0L188.0 306.0L203.0 306.0L203.0 324.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M188.0 324.0L188.0 306.0L203.0 306.0L203.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 353.0L191.0 335.0L207.0 335.0L207.0 353.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M191.0 353.0L191.0 335.0L207.0 335.0L207.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M184.0 381.0L184.0 363.0L193.0 363.0L193.0 381.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M184.0 381.0L184.0 363.0L193.0 363.0L193.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M194.0 69.0L194.0 51.0L245.0 51.0L245.0 69.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M194.0 69.0L194.0 51.0L245.0 51.0L245.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 97.0L193.0 79.0L234.0 79.0L234.0 97.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M193.0 97.0L193.0 79.0L234.0 79.0L234.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M192.0 125.0L192.0 107.0L235.0 107.0L235.0 125.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M192.0 125.0L192.0 107.0L235.0 107.0L235.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M198.0 154.0L198.0 136.0L241.0 136.0L241.0 154.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M198.0 154.0L198.0 136.0L241.0 136.0L241.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 182.0L195.0 164.0L224.0 164.0L224.0 182.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M195.0 182.0L195.0 164.0L224.0 164.0L224.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M214.0 211.0L214.0 193.0L261.0 193.0L261.0 211.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M214.0 211.0L214.0 193.0L261.0 193.0L261.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M188.0 239.0L188.0 221.0L250.0 221.0L250.0 239.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M188.0 239.0L188.0 221.0L250.0 221.0L250.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 267.0L187.0 249.0L221.0 249.0L221.0 267.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M187.0 267.0L187.0 249.0L221.0 249.0L221.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M198.0 296.0L198.0 278.0L233.0 278.0L233.0 296.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M198.0 296.0L198.0 278.0L233.0 278.0L233.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M203.0 324.0L203.0 306.0L232.0 306.0L232.0 324.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M203.0 324.0L203.0 306.0L232.0 306.0L232.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M207.0 353.0L207.0 335.0L227.0 335.0L227.0 353.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M207.0 353.0L207.0 335.0L227.0 335.0L227.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 381.0L193.0 363.0L224.0 363.0L224.0 381.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M193.0 381.0L193.0 363.0L224.0 363.0L224.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M245.0 69.0L245.0 51.0L276.0 51.0L276.0 69.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M245.0 69.0L245.0 51.0L276.0 51.0L276.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M234.0 97.0L234.0 79.0L264.0 79.0L264.0 97.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M234.0 97.0L234.0 79.0L264.0 79.0L264.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M235.0 125.0L235.0 107.0L268.0 107.0L268.0 125.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M235.0 125.0L235.0 107.0L268.0 107.0L268.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M241.0 154.0L241.0 136.0L285.0 136.0L285.0 154.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M241.0 154.0L241.0 136.0L285.0 136.0L285.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M224.0 182.0L224.0 164.0L261.0 164.0L261.0 182.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M224.0 182.0L224.0 164.0L261.0 164.0L261.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M261.0 211.0L261.0 193.0L305.0 193.0L305.0 211.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M261.0 211.0L261.0 193.0L305.0 193.0L305.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M250.0 239.0L250.0 221.0L269.0 221.0L269.0 239.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M250.0 239.0L250.0 221.0L269.0 221.0L269.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 267.0L221.0 249.0L258.0 249.0L258.0 267.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M221.0 267.0L221.0 249.0L258.0 249.0L258.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 296.0L233.0 278.0L267.0 278.0L267.0 296.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M233.0 296.0L233.0 278.0L267.0 278.0L267.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M232.0 324.0L232.0 306.0L270.0 306.0L270.0 324.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M232.0 324.0L232.0 306.0L270.0 306.0L270.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M227.0 353.0L227.0 335.0L276.0 335.0L276.0 353.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M227.0 353.0L227.0 335.0L276.0 335.0L276.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M224.0 381.0L224.0 363.0L261.0 363.0L261.0 381.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M224.0 381.0L224.0 363.0L261.0 363.0L261.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M276.0 69.0L276.0 51.0L421.0 51.0L421.0 69.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M276.0 69.0L276.0 51.0L421.0 51.0L421.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M264.0 97.0L264.0 79.0L375.0 79.0L375.0 97.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M264.0 97.0L264.0 79.0L375.0 79.0L375.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M268.0 125.0L268.0 107.0L390.0 107.0L390.0 125.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M268.0 125.0L268.0 107.0L390.0 107.0L390.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M285.0 154.0L285.0 136.0L415.0 136.0L415.0 154.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M285.0 154.0L285.0 136.0L415.0 136.0L415.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M261.0 182.0L261.0 164.0L383.0 164.0L383.0 182.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M261.0 182.0L261.0 164.0L383.0 164.0L383.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M305.0 211.0L305.0 193.0L414.0 193.0L414.0 211.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M305.0 211.0L305.0 193.0L414.0 193.0L414.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M269.0 239.0L269.0 221.0L377.0 221.0L377.0 239.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M269.0 239.0L269.0 221.0L377.0 221.0L377.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M258.0 267.0L258.0 249.0L393.0 249.0L393.0 267.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M258.0 267.0L258.0 249.0L393.0 249.0L393.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M267.0 296.0L267.0 278.0L383.0 278.0L383.0 296.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M267.0 296.0L267.0 278.0L383.0 278.0L383.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M270.0 324.0L270.0 306.0L385.0 306.0L385.0 324.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M270.0 324.0L270.0 306.0L385.0 306.0L385.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M276.0 353.0L276.0 335.0L402.0 335.0L402.0 353.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M276.0 353.0L276.0 335.0L402.0 335.0L402.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M261.0 381.0L261.0 363.0L371.0 363.0L371.0 381.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M261.0 381.0L261.0 363.0L371.0 363.0L371.0 381.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M421.0 69.0L421.0 51.0L603.0 51.0C604.10455 51.0 605.0 51.89543 605.0 53.0L605.0 67.0C605.0 68.10457 604.10455 69.0 603.0 69.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M421.0 69.0L421.0 51.0L603.0 51.0C604.10455 51.0 605.0 51.89543 605.0 53.0L605.0 67.0C605.0 68.10457 604.10455 69.0 603.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M375.0 97.0L375.0 79.0L603.0 79.0C604.10455 79.0 605.0 79.89543 605.0 81.0L605.0 95.0C605.0 96.10457 604.10455 97.0 603.0 97.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M375.0 97.0L375.0 79.0L603.0 79.0C604.10455 79.0 605.0 79.89543 605.0 81.0L605.0 95.0C605.0 96.10457 604.10455 97.0 603.0 97.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M390.0 125.0L390.0 107.0L603.0 107.0C604.10455 107.0 605.0 107.89543 605.0 109.0L605.0 123.0C605.0 124.10457 604.10455 125.0 603.0 125.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M390.0 125.0L390.0 107.0L603.0 107.0C604.10455 107.0 605.0 107.89543 605.0 109.0L605.0 123.0C605.0 124.10457 604.10455 125.0 603.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M415.0 154.0L415.0 136.0L603.0 136.0C604.10455 136.0 605.0 136.89543 605.0 138.0L605.0 152.0C605.0 153.10457 604.10455 154.0 603.0 154.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M415.0 154.0L415.0 136.0L603.0 136.0C604.10455 136.0 605.0 136.89543 605.0 138.0L605.0 152.0C605.0 153.10457 604.10455 154.0 603.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M383.0 182.0L383.0 164.0L603.0 164.0C604.10455 164.0 605.0 164.89543 605.0 166.0L605.0 180.0C605.0 181.10457 604.10455 182.0 603.0 182.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M383.0 182.0L383.0 164.0L603.0 164.0C604.10455 164.0 605.0 164.89543 605.0 166.0L605.0 180.0C605.0 181.10457 604.10455 182.0 603.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M414.0 211.0L414.0 193.0L603.0 193.0C604.10455 193.0 605.0 193.89543 605.0 195.0L605.0 209.0C605.0 210.10457 604.10455 211.0 603.0 211.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M414.0 211.0L414.0 193.0L603.0 193.0C604.10455 193.0 605.0 193.89543 605.0 195.0L605.0 209.0C605.0 210.10457 604.10455 211.0 603.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M377.0 239.0L377.0 221.0L603.0 221.0C604.10455 221.0 605.0 221.89543 605.0 223.0L605.0 237.0C605.0 238.10457 604.10455 239.0 603.0 239.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M377.0 239.0L377.0 221.0L603.0 221.0C604.10455 221.0 605.0 221.89543 605.0 223.0L605.0 237.0C605.0 238.10457 604.10455 239.0 603.0 239.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M393.0 267.0L393.0 249.0L603.0 249.0C604.10455 249.0 605.0 249.89543 605.0 251.0L605.0 265.0C605.0 266.10458 604.10455 267.0 603.0 267.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M393.0 267.0L393.0 249.0L603.0 249.0C604.10455 249.0 605.0 249.89543 605.0 251.0L605.0 265.0C605.0 266.10458 604.10455 267.0 603.0 267.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M383.0 296.0L383.0 278.0L603.0 278.0C604.10455 278.0 605.0 278.89542 605.0 280.0L605.0 294.0C605.0 295.10458 604.10455 296.0 603.0 296.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M383.0 296.0L383.0 278.0L603.0 278.0C604.10455 278.0 605.0 278.89542 605.0 280.0L605.0 294.0C605.0 295.10458 604.10455 296.0 603.0 296.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M385.0 324.0L385.0 306.0L603.0 306.0C604.10455 306.0 605.0 306.89542 605.0 308.0L605.0 322.0C605.0 323.10458 604.10455 324.0 603.0 324.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M385.0 324.0L385.0 306.0L603.0 306.0C604.10455 306.0 605.0 306.89542 605.0 308.0L605.0 322.0C605.0 323.10458 604.10455 324.0 603.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M402.0 353.0L402.0 335.0L603.0 335.0C604.10455 335.0 605.0 335.89542 605.0 337.0L605.0 351.0C605.0 352.10458 604.10455 353.0 603.0 353.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M402.0 353.0L402.0 335.0L603.0 335.0C604.10455 335.0 605.0 335.89542 605.0 337.0L605.0 351.0C605.0 352.10458 604.10455 353.0 603.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M371.0 381.0L371.0 363.0L603.0 363.0C604.10455 363.0 605.0 363.89542 605.0 365.0L605.0 379.0C605.0 380.10458 604.10455 381.0 603.0 381.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M371.0 381.0L371.0 363.0L603.0 363.0C604.10455 363.0 605.0 363.89542 605.0 365.0L605.0 379.0C605.0 380.10458 604.10455 381.0 603.0 381.0Z" fill-rule="nonzero"/><path fill="#666666" d="M344.10938 421.83417Q344.10938 421.06854 344.59375 420.56854Q345.09375 420.06854 345.85938 420.06854Q346.64062 420.06854 347.125 420.56854Q347.60938 421.06854 347.60938 421.86542L347.60938 422.2873Q347.60938 423.05292 347.10938 423.55292Q346.625 424.0373 345.875 424.0373Q345.10938 424.0373 344.60938 423.55292Q344.10938 423.05292 344.10938 422.24042L344.10938 421.83417ZM344.92188 422.2873Q344.92188 422.74042 345.17188 423.0373Q345.4375 423.33417 345.875 423.33417Q346.29688 423.33417 346.54688 423.05292Q346.79688 422.75604 346.79688 422.25604L346.79688 421.83417Q346.79688 421.38104 346.54688 421.08417Q346.29688 420.77167 345.85938 420.77167Q345.42188 420.77167 345.17188 421.08417Q344.92188 421.38104 344.92188 421.8498L344.92188 422.2873ZM348.26562 426.63104Q348.26562 425.86542 348.75 425.38104Q349.25 424.88104 350.01562 424.88104Q350.78125 424.88104 351.26562 425.38104Q351.76562 425.86542 351.76562 426.67792L351.76562 427.08417Q351.76562 427.8498 351.28125 428.3498Q350.79688 428.8498 350.03125 428.8498Q349.26562 428.8498 348.76562 428.36542Q348.26562 427.86542 348.26562 427.05292L348.26562 426.63104ZM349.07812 427.08417Q349.07812 427.55292 349.32812 427.8498Q349.59375 428.14667 350.03125 428.14667Q350.45312 428.14667 350.70312 427.86542Q350.95312 427.56854 350.95312 427.06854L350.95312 426.63104Q350.95312 426.1623 350.6875 425.88104Q350.4375 425.58417 350.01562 425.58417Q349.59375 425.58417 349.32812 425.88104Q349.07812 426.1623 349.07812 426.6623L349.07812 427.08417ZM346.125 428.08417L345.5 427.69354L349.67188 421.02167L350.28125 421.4123L346.125 428.08417ZM356.03125 425.49042Q356.03125 424.56854 356.39062 423.81854Q356.76562 423.06854 357.42188 422.67792Q358.07812 422.27167 358.90625 422.27167Q360.20312 422.27167 361.0 423.1623Q361.8125 424.05292 361.8125 425.55292L361.8125 425.63104Q361.8125 426.55292 361.45312 427.2873Q361.09375 428.02167 360.4375 428.44354Q359.78125 428.8498 358.92188 428.8498Q357.64062 428.8498 356.82812 427.95917Q356.03125 427.05292 356.03125 425.56854L356.03125 425.49042ZM357.125 425.63104Q357.125 426.67792 357.60938 427.31854Q358.10938 427.95917 358.92188 427.95917Q359.75 427.95917 360.23438 427.31854Q360.71875 426.6623 360.71875 425.49042Q360.71875 424.45917 360.21875 423.81854Q359.73438 423.1623 358.90625 423.1623Q358.10938 423.1623 357.60938 423.80292Q357.125 424.42792 357.125 425.63104ZM363.85938 428.7248L363.85938 423.2248L362.85938 423.2248L362.85938 422.38104L363.85938 422.38104L363.85938 421.74042Q363.85938 420.70917 364.39062 420.1623Q364.9375 419.5998 365.9375 419.5998Q366.3125 419.5998 366.6875 419.69354L366.625 420.58417Q366.34375 420.52167 366.04688 420.52167Q365.51562 420.52167 365.21875 420.83417Q364.9375 421.14667 364.9375 421.70917L364.9375 422.38104L366.29688 422.38104L366.29688 423.2248L364.9375 423.2248L364.9375 428.7248L363.85938 428.7248ZM373.39062 423.3498Q373.14062 423.31854 372.85938 423.31854Q371.78125 423.31854 371.40625 424.2248L371.40625 428.7248L370.32812 428.7248L370.32812 422.38104L371.375 422.38104L371.39062 423.11542Q371.92188 422.27167 372.90625 422.27167Q373.21875 422.27167 373.39062 422.3498L373.39062 423.3498ZM376.95312 428.8498Q375.65625 428.8498 374.84375 428.00604Q374.04688 427.14667 374.04688 425.7248L374.04688 425.5373Q374.04688 424.58417 374.40625 423.8498Q374.76562 423.0998 375.40625 422.69354Q376.0625 422.27167 376.8125 422.27167Q378.04688 422.27167 378.73438 423.08417Q379.42188 423.89667 379.42188 425.4123L379.42188 425.86542L375.125 425.86542Q375.15625 426.80292 375.67188 427.38104Q376.20312 427.95917 377.01562 427.95917Q377.57812 427.95917 377.96875 427.7248Q378.375 427.49042 378.6875 427.0998L379.34375 427.61542Q378.54688 428.8498 376.95312 428.8498ZM376.8125 423.1623Q376.15625 423.1623 375.70312 423.64667Q375.26562 424.11542 375.17188 424.9748L378.34375 424.9748L378.34375 424.89667Q378.29688 424.06854 377.89062 423.61542Q377.5 423.1623 376.8125 423.1623ZM384.01562 427.0373Q384.01562 426.5998 383.67188 426.36542Q383.34375 426.11542 382.51562 425.94354Q381.70312 425.77167 381.21875 425.52167Q380.73438 425.27167 380.5 424.94354Q380.28125 424.5998 380.28125 424.13104Q380.28125 423.3498 380.9375 422.81854Q381.59375 422.27167 382.625 422.27167Q383.70312 422.27167 384.35938 422.83417Q385.03125 423.38104 385.03125 424.24042L383.95312 424.24042Q383.95312 423.80292 383.5625 423.49042Q383.1875 423.1623 382.625 423.1623Q382.03125 423.1623 381.6875 423.42792Q381.35938 423.67792 381.35938 424.08417Q381.35938 424.4748 381.67188 424.67792Q381.98438 424.88104 382.79688 425.06854Q383.60938 425.24042 384.10938 425.49042Q384.60938 425.74042 384.84375 426.0998Q385.09375 426.45917 385.09375 426.95917Q385.09375 427.81854 384.40625 428.33417Q383.73438 428.8498 382.65625 428.8498Q381.89062 428.8498 381.29688 428.58417Q380.71875 428.30292 380.39062 427.81854Q380.0625 427.33417 380.0625 426.77167L381.14062 426.77167Q381.17188 427.31854 381.57812 427.64667Q381.98438 427.95917 382.65625 427.95917Q383.26562 427.95917 383.64062 427.70917Q384.01562 427.45917 384.01562 427.0373ZM391.67188 425.63104Q391.67188 427.06854 391.01562 427.95917Q390.35938 428.8498 389.21875 428.8498Q388.0625 428.8498 387.40625 428.11542L387.40625 431.1623L386.32812 431.1623L386.32812 422.38104L387.3125 422.38104L387.35938 423.08417Q388.03125 422.27167 389.20312 422.27167Q390.34375 422.27167 391.0 423.13104Q391.67188 423.99042 391.67188 425.52167L391.67188 425.63104ZM390.59375 425.50604Q390.59375 424.42792 390.125 423.81854Q389.67188 423.19354 388.875 423.19354Q387.89062 423.19354 387.40625 424.05292L387.40625 427.08417Q387.89062 427.95917 388.89062 427.95917Q389.67188 427.95917 390.125 427.3498Q390.59375 426.7248 390.59375 425.50604ZM393.03125 425.49042Q393.03125 424.56854 393.39062 423.81854Q393.76562 423.06854 394.42188 422.67792Q395.07812 422.27167 395.90625 422.27167Q397.20312 422.27167 398.0 423.1623Q398.8125 424.05292 398.8125 425.55292L398.8125 425.63104Q398.8125 426.55292 398.45312 427.2873Q398.09375 428.02167 397.4375 428.44354Q396.78125 428.8498 395.92188 428.8498Q394.64062 428.8498 393.82812 427.95917Q393.03125 427.05292 393.03125 425.56854L393.03125 425.49042ZM394.125 425.63104Q394.125 426.67792 394.60938 427.31854Q395.10938 427.95917 395.92188 427.95917Q396.75 427.95917 397.23438 427.31854Q397.71875 426.6623 397.71875 425.49042Q397.71875 424.45917 397.21875 423.81854Q396.73438 423.1623 395.90625 423.1623Q395.10938 423.1623 394.60938 423.80292Q394.125 424.42792 394.125 425.63104ZM401.34375 422.38104L401.375 423.17792Q402.10938 422.27167 403.28125 422.27167Q405.29688 422.27167 405.3125 424.5373L405.3125 428.7248L404.21875 428.7248L404.21875 424.52167Q404.21875 423.8498 403.90625 423.52167Q403.60938 423.19354 402.95312 423.19354Q402.42188 423.19354 402.01562 423.4748Q401.625 423.75604 401.40625 424.20917L401.40625 428.7248L400.32812 428.7248L400.32812 422.38104L401.34375 422.38104ZM407.0625 425.50604Q407.0625 424.0373 407.75 423.1623Q408.4375 422.27167 409.5625 422.27167Q410.67188 422.27167 411.32812 423.02167L411.32812 419.7248L412.40625 419.7248L412.40625 428.7248L411.40625 428.7248L411.35938 428.0373Q410.70312 428.8498 409.54688 428.8498Q408.45312 428.8498 407.75 427.94354Q407.0625 427.0373 407.0625 425.58417L407.0625 425.50604ZM408.14062 425.63104Q408.14062 426.70917 408.57812 427.31854Q409.03125 427.92792 409.8125 427.92792Q410.84375 427.92792 411.32812 426.99042L411.32812 424.08417Q410.84375 423.19354 409.82812 423.19354Q409.03125 423.19354 408.57812 423.80292Q408.14062 424.4123 408.14062 425.63104ZM416.95312 428.8498Q415.65625 428.8498 414.84375 428.00604Q414.04688 427.14667 414.04688 425.7248L414.04688 425.5373Q414.04688 424.58417 414.40625 423.8498Q414.76562 423.0998 415.40625 422.69354Q416.0625 422.27167 416.8125 422.27167Q418.04688 422.27167 418.73438 423.08417Q419.42188 423.89667 419.42188 425.4123L419.42188 425.86542L415.125 425.86542Q415.15625 426.80292 415.67188 427.38104Q416.20312 427.95917 417.01562 427.95917Q417.57812 427.95917 417.96875 427.7248Q418.375 427.49042 418.6875 427.0998L419.34375 427.61542Q418.54688 428.8498 416.95312 428.8498ZM416.8125 423.1623Q416.15625 423.1623 415.70312 423.64667Q415.26562 424.11542 415.17188 424.9748L418.34375 424.9748L418.34375 424.89667Q418.29688 424.06854 417.89062 423.61542Q417.5 423.1623 416.8125 423.1623ZM421.34375 422.38104L421.375 423.17792Q422.10938 422.27167 423.28125 422.27167Q425.29688 422.27167 425.3125 424.5373L425.3125 428.7248L424.21875 428.7248L424.21875 424.52167Q424.21875 423.8498 423.90625 423.52167Q423.60938 423.19354 422.95312 423.19354Q422.42188 423.19354 422.01562 423.4748Q421.625 423.75604 421.40625 424.20917L421.40625 428.7248L420.32812 428.7248L420.32812 422.38104L421.34375 422.38104ZM428.79688 420.8498L428.79688 422.38104L429.96875 422.38104L429.96875 423.2248L428.79688 423.2248L428.79688 427.14667Q428.79688 427.5373 428.95312 427.7248Q429.10938 427.9123 429.48438 427.9123Q429.67188 427.9123 430.0 427.8498L430.0 428.7248Q429.57812 428.8498 429.17188 428.8498Q428.45312 428.8498 428.07812 428.4123Q427.70312 427.95917 427.70312 427.14667L427.70312 423.2248L426.54688 423.2248L426.54688 422.38104L427.70312 422.38104L427.70312 420.8498L428.79688 420.8498ZM435.01562 427.0373Q435.01562 426.5998 434.67188 426.36542Q434.34375 426.11542 433.51562 425.94354Q432.70312 425.77167 432.21875 425.52167Q431.73438 425.27167 431.5 424.94354Q431.28125 424.5998 431.28125 424.13104Q431.28125 423.3498 431.9375 422.81854Q432.59375 422.27167 433.625 422.27167Q434.70312 422.27167 435.35938 422.83417Q436.03125 423.38104 436.03125 424.24042L434.95312 424.24042Q434.95312 423.80292 434.5625 423.49042Q434.1875 423.1623 433.625 423.1623Q433.03125 423.1623 432.6875 423.42792Q432.35938 423.67792 432.35938 424.08417Q432.35938 424.4748 432.67188 424.67792Q432.98438 424.88104 433.79688 425.06854Q434.60938 425.24042 435.10938 425.49042Q435.60938 425.74042 435.84375 426.0998Q436.09375 426.45917 436.09375 426.95917Q436.09375 427.81854 435.40625 428.33417Q434.73438 428.8498 433.65625 428.8498Q432.89062 428.8498 432.29688 428.58417Q431.71875 428.30292 431.39062 427.81854Q431.0625 427.33417 431.0625 426.77167L432.14062 426.77167Q432.17188 427.31854 432.57812 427.64667Q432.98438 427.95917 433.65625 427.95917Q434.26562 427.95917 434.64062 427.70917Q435.01562 427.45917 435.01562 427.0373Z" fill-rule="nonzero"/><path fill="#666666" d="M119.3125 60.162468L115.609375 60.162468L115.609375 63.178093L119.90625 63.178093L119.90625 64.09997L114.484375 64.09997L114.484375 55.568718L119.859375 55.568718L119.859375 56.490593L115.609375 56.490593L115.609375 59.240593L119.3125 59.240593L119.3125 60.162468ZM121.0625 60.881218Q121.0625 59.412468 121.75 58.537468Q122.4375 57.646843 123.5625 57.646843Q124.671875 57.646843 125.328125 58.396843L125.328125 55.099968L126.40625 55.099968L126.40625 64.09997L125.40625 64.09997L125.359375 63.412468Q124.703125 64.22497 123.546875 64.22497Q122.453125 64.22497 121.75 63.318718Q121.0625 62.412468 121.0625 60.959343L121.0625 60.881218ZM122.140625 61.006218Q122.140625 62.084343 122.578125 62.693718Q123.03125 63.303093 123.8125 63.303093Q124.84375 63.303093 125.328125 62.365593L125.328125 59.459343Q124.84375 58.568718 123.828125 58.568718Q123.03125 58.568718 122.578125 59.178093Q122.140625 59.787468 122.140625 61.006218ZM132.23438 63.474968Q131.60938 64.22497 130.375 64.22497Q129.35938 64.22497 128.82812 63.631218Q128.29688 63.037468 128.29688 61.881218L128.29688 57.756218L129.375 57.756218L129.375 61.849968Q129.375 63.303093 130.54688 63.303093Q131.79688 63.303093 132.20312 62.365593L132.20312 57.756218L133.29688 57.756218L133.29688 64.09997L132.26562 64.09997L132.23438 63.474968ZM137.85938 63.334343Q138.4375 63.334343 138.875 62.990593Q139.3125 62.631218 139.35938 62.099968L140.39062 62.099968Q140.35938 62.646843 140.0 63.146843Q139.65625 63.631218 139.07812 63.928093Q138.51562 64.22497 137.85938 64.22497Q136.5625 64.22497 135.79688 63.365593Q135.04688 62.490593 135.04688 60.990593L135.04688 60.803093Q135.04688 59.881218 135.375 59.162468Q135.71875 58.443718 136.34375 58.053093Q136.98438 57.646843 137.85938 57.646843Q138.92188 57.646843 139.625 58.287468Q140.34375 58.912468 140.39062 59.943718L139.35938 59.943718Q139.3125 59.318718 138.89062 58.928093Q138.46875 58.537468 137.85938 58.537468Q137.03125 58.537468 136.57812 59.131218Q136.125 59.724968 136.125 60.849968L136.125 61.053093Q136.125 62.146843 136.57812 62.740593Q137.03125 63.334343 137.85938 63.334343ZM145.23438 64.09997Q145.14062 63.912468 145.07812 63.428093Q144.32812 64.22497 143.28125 64.22497Q142.34375 64.22497 141.73438 63.693718Q141.14062 63.162468 141.14062 62.334343Q141.14062 61.349968 141.89062 60.803093Q142.64062 60.256218 144.01562 60.256218L145.0625 60.256218L145.0625 59.756218Q145.0625 59.193718 144.71875 58.865593Q144.39062 58.521843 143.71875 58.521843Q143.14062 58.521843 142.75 58.818718Q142.35938 59.099968 142.35938 59.521843L141.26562 59.521843Q141.26562 59.037468 141.59375 58.599968Q141.9375 58.162468 142.51562 57.912468Q143.09375 57.646843 143.78125 57.646843Q144.89062 57.646843 145.5 58.193718Q146.125 58.740593 146.15625 59.693718L146.15625 62.615593Q146.15625 63.490593 146.375 64.00622L146.375 64.09997L145.23438 64.09997ZM143.4375 63.271843Q143.95312 63.271843 144.40625 63.006218Q144.85938 62.740593 145.0625 62.318718L145.0625 61.021843L144.21875 61.021843Q142.21875 61.021843 142.21875 62.193718Q142.21875 62.693718 142.5625 62.990593Q142.90625 63.271843 143.4375 63.271843ZM149.79688 56.224968L149.79688 57.756218L150.96875 57.756218L150.96875 58.599968L149.79688 58.599968L149.79688 62.521843Q149.79688 62.912468 149.95312 63.099968Q150.10938 63.287468 150.48438 63.287468Q150.67188 63.287468 151.0 63.224968L151.0 64.09997Q150.57812 64.22497 150.17188 64.22497Q149.45312 64.22497 149.07812 63.787468Q148.70312 63.334343 148.70312 62.521843L148.70312 58.599968L147.54688 58.599968L147.54688 57.756218L148.70312 57.756218L148.70312 56.224968L149.79688 56.224968ZM153.5 64.09997L152.42188 64.09997L152.42188 57.756218L153.5 57.756218L153.5 64.09997ZM152.32812 56.084343Q152.32812 55.818718 152.48438 55.631218Q152.65625 55.443718 152.96875 55.443718Q153.28125 55.443718 153.4375 55.631218Q153.60938 55.818718 153.60938 56.084343Q153.60938 56.334343 153.4375 56.521843Q153.28125 56.693718 152.96875 56.693718Q152.65625 56.693718 152.48438 56.521843Q152.32812 56.334343 152.32812 56.084343ZM155.03125 60.865593Q155.03125 59.943718 155.39062 59.193718Q155.76562 58.443718 156.42188 58.053093Q157.07812 57.646843 157.90625 57.646843Q159.20312 57.646843 160.0 58.537468Q160.8125 59.428093 160.8125 60.928093L160.8125 61.006218Q160.8125 61.928093 160.45312 62.662468Q160.09375 63.396843 159.4375 63.818718Q158.78125 64.22497 157.92188 64.22497Q156.64062 64.22497 155.82812 63.334343Q155.03125 62.428093 155.03125 60.943718L155.03125 60.865593ZM156.125 61.006218Q156.125 62.053093 156.60938 62.693718Q157.10938 63.334343 157.92188 63.334343Q158.75 63.334343 159.23438 62.693718Q159.71875 62.037468 159.71875 60.865593Q159.71875 59.834343 159.21875 59.193718Q158.73438 58.537468 157.90625 58.537468Q157.10938 58.537468 156.60938 59.178093Q156.125 59.803093 156.125 61.006218ZM163.34375 57.756218L163.375 58.553093Q164.10938 57.646843 165.28125 57.646843Q167.29688 57.646843 167.3125 59.912468L167.3125 64.09997L166.21875 64.09997L166.21875 59.896843Q166.21875 59.224968 165.90625 58.896843Q165.60938 58.568718 164.95312 58.568718Q164.42188 58.568718 164.01562 58.849968Q163.625 59.131218 163.40625 59.584343L163.40625 64.09997L162.32812 64.09997L162.32812 57.756218L163.34375 57.756218Z" fill-rule="nonzero"/><path fill="#666666" d="M137.3125 88.56264L133.60938 88.56264L133.60938 91.57826L137.90625 91.57826L137.90625 92.50014L132.48438 92.50014L132.48438 83.96889L137.85938 83.96889L137.85938 84.89076L133.60938 84.89076L133.60938 87.64076L137.3125 87.64076L137.3125 88.56264ZM140.34375 86.15639L140.375 86.95326Q141.10938 86.04701 142.28125 86.04701Q144.29688 86.04701 144.3125 88.31264L144.3125 92.50014L143.21875 92.50014L143.21875 88.29701Q143.21875 87.62514 142.90625 87.29701Q142.60938 86.96889 141.95312 86.96889Q141.42188 86.96889 141.01562 87.25014Q140.625 87.53139 140.40625 87.98451L140.40625 92.50014L139.32812 92.50014L139.32812 86.15639L140.34375 86.15639ZM148.95312 92.62514Q147.65625 92.62514 146.84375 91.78139Q146.04688 90.92201 146.04688 89.50014L146.04688 89.31264Q146.04688 88.35951 146.40625 87.62514Q146.76562 86.87514 147.40625 86.46889Q148.0625 86.04701 148.8125 86.04701Q150.04688 86.04701 150.73438 86.85951Q151.42188 87.67201 151.42188 89.18764L151.42188 89.64076L147.125 89.64076Q147.15625 90.57826 147.67188 91.15639Q148.20312 91.73451 149.01562 91.73451Q149.57812 91.73451 149.96875 91.50014Q150.375 91.26576 150.6875 90.87514L151.34375 91.39076Q150.54688 92.62514 148.95312 92.62514ZM148.8125 86.93764Q148.15625 86.93764 147.70312 87.42201Q147.26562 87.89076 147.17188 88.75014L150.34375 88.75014L150.34375 88.67201Q150.29688 87.84389 149.89062 87.39076Q149.5 86.93764 148.8125 86.93764ZM155.39062 87.12514Q155.14062 87.09389 154.85938 87.09389Q153.78125 87.09389 153.40625 88.00014L153.40625 92.50014L152.32812 92.50014L152.32812 86.15639L153.375 86.15639L153.39062 86.89076Q153.92188 86.04701 154.90625 86.04701Q155.21875 86.04701 155.39062 86.12514L155.39062 87.12514ZM156.0625 89.28139Q156.0625 87.79701 156.75 86.92201Q157.4375 86.04701 158.5625 86.04701Q159.71875 86.04701 160.375 86.85951L160.42188 86.15639L161.42188 86.15639L161.42188 92.34389Q161.42188 93.57826 160.6875 94.28139Q159.95312 95.00014 158.73438 95.00014Q158.04688 95.00014 157.39062 94.70326Q156.73438 94.40639 156.39062 93.90639L156.95312 93.25014Q157.64062 94.10951 158.65625 94.10951Q159.4375 94.10951 159.875 93.65639Q160.32812 93.21889 160.32812 92.40639L160.32812 91.85951Q159.67188 92.62514 158.54688 92.62514Q157.4375 92.62514 156.75 91.73451Q156.0625 90.82826 156.0625 89.28139ZM157.15625 89.40639Q157.15625 90.46889 157.59375 91.09389Q158.03125 91.70326 158.82812 91.70326Q159.84375 91.70326 160.32812 90.76576L160.32812 87.87514Q159.82812 86.96889 158.82812 86.96889Q158.04688 86.96889 157.59375 87.57826Q157.15625 88.18764 157.15625 89.40639ZM165.39062 90.90639L166.875 86.15639L168.03125 86.15639L165.48438 93.48451Q164.89062 95.06264 163.60938 95.06264L163.39062 95.04701L163.0 94.96889L163.0 94.09389L163.28125 94.10951Q163.84375 94.10951 164.14062 93.89076Q164.45312 93.67201 164.65625 93.07826L164.89062 92.42201L162.625 86.15639L163.8125 86.15639L165.39062 90.90639Z" fill-rule="nonzero"/><path fill="#666666" d="M78.203125 117.13469L74.609375 117.13469L74.609375 120.900314L73.484375 120.900314L73.484375 112.369064L78.78125 112.369064L78.78125 113.29094L74.609375 113.29094L74.609375 116.212814L78.203125 116.212814L78.203125 117.13469ZM81.5 120.900314L80.421875 120.900314L80.421875 114.556564L81.5 114.556564L81.5 120.900314ZM80.328125 112.88469Q80.328125 112.619064 80.484375 112.431564Q80.65625 112.244064 80.96875 112.244064Q81.28125 112.244064 81.4375 112.431564Q81.609375 112.619064 81.609375 112.88469Q81.609375 113.13469 81.4375 113.32219Q81.28125 113.494064 80.96875 113.494064Q80.65625 113.494064 80.484375 113.32219Q80.328125 113.13469 80.328125 112.88469ZM84.34375 114.556564L84.375 115.35344Q85.109375 114.44719 86.28125 114.44719Q88.296875 114.44719 88.3125 116.712814L88.3125 120.900314L87.21875 120.900314L87.21875 116.69719Q87.21875 116.025314 86.90625 115.69719Q86.609375 115.369064 85.953125 115.369064Q85.421875 115.369064 85.015625 115.650314Q84.625 115.931564 84.40625 116.38469L84.40625 120.900314L83.328125 120.900314L83.328125 114.556564L84.34375 114.556564ZM94.234375 120.900314Q94.140625 120.712814 94.078125 120.22844Q93.328125 121.025314 92.28125 121.025314Q91.34375 121.025314 90.734375 120.494064Q90.140625 119.962814 90.140625 119.13469Q90.140625 118.150314 90.890625 117.60344Q91.640625 117.056564 93.015625 117.056564L94.0625 117.056564L94.0625 116.556564Q94.0625 115.994064 93.71875 115.66594Q93.390625 115.32219 92.71875 115.32219Q92.140625 115.32219 91.75 115.619064Q91.359375 115.900314 91.359375 116.32219L90.265625 116.32219Q90.265625 115.837814 90.59375 115.400314Q90.9375 114.962814 91.515625 114.712814Q92.09375 114.44719 92.78125 114.44719Q93.890625 114.44719 94.5 114.994064Q95.125 115.54094 95.15625 116.494064L95.15625 119.41594Q95.15625 120.29094 95.375 120.806564L95.375 120.900314L94.234375 120.900314ZM92.4375 120.07219Q92.953125 120.07219 93.40625 119.806564Q93.859375 119.54094 94.0625 119.119064L94.0625 117.82219L93.21875 117.82219Q91.21875 117.82219 91.21875 118.994064Q91.21875 119.494064 91.5625 119.79094Q91.90625 120.07219 92.4375 120.07219ZM98.34375 114.556564L98.375 115.35344Q99.109375 114.44719 100.28125 114.44719Q102.296875 114.44719 102.3125 116.712814L102.3125 120.900314L101.21875 120.900314L101.21875 116.69719Q101.21875 116.025314 100.90625 115.69719Q100.609375 115.369064 99.953125 115.369064Q99.421875 115.369064 99.015625 115.650314Q98.625 115.931564 98.40625 116.38469L98.40625 120.900314L97.328125 120.900314L97.328125 114.556564L98.34375 114.556564ZM106.859375 120.13469Q107.4375 120.13469 107.875 119.79094Q108.3125 119.431564 108.359375 118.900314L109.390625 118.900314Q109.359375 119.44719 109.0 119.94719Q108.65625 120.431564 108.078125 120.72844Q107.515625 121.025314 106.859375 121.025314Q105.5625 121.025314 104.796875 120.16594Q104.046875 119.29094 104.046875 117.79094L104.046875 117.60344Q104.046875 116.681564 104.375 115.962814Q104.71875 115.244064 105.34375 114.85344Q105.984375 114.44719 106.859375 114.44719Q107.921875 114.44719 108.625 115.087814Q109.34375 115.712814 109.390625 116.744064L108.359375 116.744064Q108.3125 116.119064 107.890625 115.72844Q107.46875 115.337814 106.859375 115.337814Q106.03125 115.337814 105.578125 115.931564Q105.125 116.525314 105.125 117.650314L105.125 117.85344Q105.125 118.94719 105.578125 119.54094Q106.03125 120.13469 106.859375 120.13469ZM111.5 120.900314L110.421875 120.900314L110.421875 114.556564L111.5 114.556564L111.5 120.900314ZM110.328125 112.88469Q110.328125 112.619064 110.484375 112.431564Q110.65625 112.244064 110.96875 112.244064Q111.28125 112.244064 111.4375 112.431564Q111.609375 112.619064 111.609375 112.88469Q111.609375 113.13469 111.4375 113.32219Q111.28125 113.494064 110.96875 113.494064Q110.65625 113.494064 110.484375 113.32219Q110.328125 113.13469 110.328125 112.88469ZM117.234375 120.900314Q117.140625 120.712814 117.078125 120.22844Q116.328125 121.025314 115.28125 121.025314Q114.34375 121.025314 113.734375 120.494064Q113.140625 119.962814 113.140625 119.13469Q113.140625 118.150314 113.890625 117.60344Q114.640625 117.056564 116.015625 117.056564L117.0625 117.056564L117.0625 116.556564Q117.0625 115.994064 116.71875 115.66594Q116.390625 115.32219 115.71875 115.32219Q115.140625 115.32219 114.75 115.619064Q114.359375 115.900314 114.359375 116.32219L113.265625 116.32219Q113.265625 115.837814 113.59375 115.400314Q113.9375 114.962814 114.515625 114.712814Q115.09375 114.44719 115.78125 114.44719Q116.890625 114.44719 117.5 114.994064Q118.125 115.54094 118.15625 116.494064L118.15625 119.41594Q118.15625 120.29094 118.375 120.806564L118.375 120.900314L117.234375 120.900314ZM115.4375 120.07219Q115.953125 120.07219 116.40625 119.806564Q116.859375 119.54094 117.0625 119.119064L117.0625 117.82219L116.21875 117.82219Q114.21875 117.82219 114.21875 118.994064Q114.21875 119.494064 114.5625 119.79094Q114.90625 120.07219 115.4375 120.07219ZM121.5 120.900314L120.421875 120.900314L120.421875 111.900314L121.5 111.900314L121.5 120.900314ZM130.01562 119.212814Q130.01562 118.775314 129.67188 118.54094Q129.34375 118.29094 128.51562 118.119064Q127.703125 117.94719 127.21875 117.69719Q126.734375 117.44719 126.5 117.119064Q126.28125 116.775314 126.28125 116.306564Q126.28125 115.525314 126.9375 114.994064Q127.59375 114.44719 128.625 114.44719Q129.70312 114.44719 130.35938 115.00969Q131.03125 115.556564 131.03125 116.41594L129.95312 116.41594Q129.95312 115.97844 129.5625 115.66594Q129.1875 115.337814 128.625 115.337814Q128.03125 115.337814 127.6875 115.60344Q127.359375 115.85344 127.359375 116.25969Q127.359375 116.650314 127.671875 116.85344Q127.984375 117.056564 128.79688 117.244064Q129.60938 117.41594 130.10938 117.66594Q130.60938 117.91594 130.84375 118.275314Q131.09375 118.63469 131.09375 119.13469Q131.09375 119.994064 130.40625 120.50969Q129.73438 121.025314 128.65625 121.025314Q127.890625 121.025314 127.296875 120.75969Q126.71875 120.47844 126.390625 119.994064Q126.0625 119.50969 126.0625 118.94719L127.140625 118.94719Q127.171875 119.494064 127.578125 119.82219Q127.984375 120.13469 128.65625 120.13469Q129.26562 120.13469 129.64062 119.88469Q130.01562 119.63469 130.01562 119.212814ZM134.95312 121.025314Q133.65625 121.025314 132.84375 120.181564Q132.04688 119.32219 132.04688 117.900314L132.04688 117.712814Q132.04688 116.75969 132.40625 116.025314Q132.76562 115.275314 133.40625 114.869064Q134.0625 114.44719 134.8125 114.44719Q136.04688 114.44719 136.73438 115.25969Q137.42188 116.07219 137.42188 117.587814L137.42188 118.04094L133.125 118.04094Q133.15625 118.97844 133.67188 119.556564Q134.20312 120.13469 135.01562 120.13469Q135.57812 120.13469 135.96875 119.900314Q136.375 119.66594 136.6875 119.275314L137.34375 119.79094Q136.54688 121.025314 134.95312 121.025314ZM134.8125 115.337814Q134.15625 115.337814 133.70312 115.82219Q133.26562 116.29094 133.17188 117.150314L136.34375 117.150314L136.34375 117.07219Q136.29688 116.244064 135.89062 115.79094Q135.5 115.337814 134.8125 115.337814ZM141.39062 115.525314Q141.14062 115.494064 140.85938 115.494064Q139.78125 115.494064 139.40625 116.400314L139.40625 120.900314L138.32812 120.900314L138.32812 114.556564L139.375 114.556564L139.39062 115.29094Q139.92188 114.44719 140.90625 114.44719Q141.21875 114.44719 141.39062 114.525314L141.39062 115.525314ZM144.40625 119.431564L145.98438 114.556564L147.09375 114.556564L144.8125 120.900314L143.98438 120.900314L141.6875 114.556564L142.79688 114.556564L144.40625 119.431564ZM149.5 120.900314L148.42188 120.900314L148.42188 114.556564L149.5 114.556564L149.5 120.900314ZM148.32812 112.88469Q148.32812 112.619064 148.48438 112.431564Q148.65625 112.244064 148.96875 112.244064Q149.28125 112.244064 149.4375 112.431564Q149.60938 112.619064 149.60938 112.88469Q149.60938 113.13469 149.4375 113.32219Q149.28125 113.494064 148.96875 113.494064Q148.65625 113.494064 148.48438 113.32219Q148.32812 113.13469 148.32812 112.88469ZM153.85938 120.13469Q154.4375 120.13469 154.875 119.79094Q155.3125 119.431564 155.35938 118.900314L156.39062 118.900314Q156.35938 119.44719 156.0 119.94719Q155.65625 120.431564 155.07812 120.72844Q154.51562 121.025314 153.85938 121.025314Q152.5625 121.025314 151.79688 120.16594Q151.04688 119.29094 151.04688 117.79094L151.04688 117.60344Q151.04688 116.681564 151.375 115.962814Q151.71875 115.244064 152.34375 114.85344Q152.98438 114.44719 153.85938 114.44719Q154.92188 114.44719 155.625 115.087814Q156.34375 115.712814 156.39062 116.744064L155.35938 116.744064Q155.3125 116.119064 154.89062 115.72844Q154.46875 115.337814 153.85938 115.337814Q153.03125 115.337814 152.57812 115.931564Q152.125 116.525314 152.125 117.650314L152.125 117.85344Q152.125 118.94719 152.57812 119.54094Q153.03125 120.13469 153.85938 120.13469ZM159.95312 121.025314Q158.65625 121.025314 157.84375 120.181564Q157.04688 119.32219 157.04688 117.900314L157.04688 117.712814Q157.04688 116.75969 157.40625 116.025314Q157.76562 115.275314 158.40625 114.869064Q159.0625 114.44719 159.8125 114.44719Q161.04688 114.44719 161.73438 115.25969Q162.42188 116.07219 162.42188 117.587814L162.42188 118.04094L158.125 118.04094Q158.15625 118.97844 158.67188 119.556564Q159.20312 120.13469 160.01562 120.13469Q160.57812 120.13469 160.96875 119.900314Q161.375 119.66594 161.6875 119.275314L162.34375 119.79094Q161.54688 121.025314 159.95312 121.025314ZM159.8125 115.337814Q159.15625 115.337814 158.70312 115.82219Q158.26562 116.29094 158.17188 117.150314L161.34375 117.150314L161.34375 117.07219Q161.29688 116.244064 160.89062 115.79094Q160.5 115.337814 159.8125 115.337814ZM167.01562 119.212814Q167.01562 118.775314 166.67188 118.54094Q166.34375 118.29094 165.51562 118.119064Q164.70312 117.94719 164.21875 117.69719Q163.73438 117.44719 163.5 117.119064Q163.28125 116.775314 163.28125 116.306564Q163.28125 115.525314 163.9375 114.994064Q164.59375 114.44719 165.625 114.44719Q166.70312 114.44719 167.35938 115.00969Q168.03125 115.556564 168.03125 116.41594L166.95312 116.41594Q166.95312 115.97844 166.5625 115.66594Q166.1875 115.337814 165.625 115.337814Q165.03125 115.337814 164.6875 115.60344Q164.35938 115.85344 164.35938 116.25969Q164.35938 116.650314 164.67188 116.85344Q164.98438 117.056564 165.79688 117.244064Q166.60938 117.41594 167.10938 117.66594Q167.60938 117.91594 167.84375 118.275314Q168.09375 118.63469 168.09375 119.13469Q168.09375 119.994064 167.40625 120.50969Q166.73438 121.025314 165.65625 121.025314Q164.89062 121.025314 164.29688 120.75969Q163.71875 120.47844 163.39062 119.994064Q163.0625 119.50969 163.0625 118.94719L164.14062 118.94719Q164.17188 119.494064 164.57812 119.82219Q164.98438 120.13469 165.65625 120.13469Q166.26562 120.13469 166.64062 119.88469Q167.01562 119.63469 167.01562 119.212814Z" fill-rule="nonzero"/><path fill="#666666" d="M41.046875 149.30048L39.921875 149.30048L39.921875 145.36298L35.609375 145.36298L35.609375 149.30048L34.484375 149.30048L34.484375 140.76923L35.609375 140.76923L35.609375 144.4411L39.921875 144.4411L39.921875 140.76923L41.046875 140.76923L41.046875 149.30048ZM45.953125 149.42548Q44.65625 149.42548 43.84375 148.58173Q43.046875 147.72235 43.046875 146.30048L43.046875 146.11298Q43.046875 145.15985 43.40625 144.42548Q43.765625 143.67548 44.40625 143.26923Q45.0625 142.84735 45.8125 142.84735Q47.046875 142.84735 47.734375 143.65985Q48.421875 144.47235 48.421875 145.98798L48.421875 146.4411L44.125 146.4411Q44.15625 147.3786 44.671875 147.95673Q45.203125 148.53485 46.015625 148.53485Q46.578125 148.53485 46.96875 148.30048Q47.375 148.0661 47.6875 147.67548L48.34375 148.1911Q47.546875 149.42548 45.953125 149.42548ZM45.8125 143.73798Q45.15625 143.73798 44.703125 144.22235Q44.265625 144.6911 44.171875 145.55048L47.34375 145.55048L47.34375 145.47235Q47.296875 144.64423 46.890625 144.1911Q46.5 143.73798 45.8125 143.73798ZM53.234375 149.30048Q53.140625 149.11298 53.078125 148.6286Q52.328125 149.42548 51.28125 149.42548Q50.34375 149.42548 49.734375 148.89423Q49.140625 148.36298 49.140625 147.53485Q49.140625 146.55048 49.890625 146.0036Q50.640625 145.45673 52.015625 145.45673L53.0625 145.45673L53.0625 144.95673Q53.0625 144.39423 52.71875 144.0661Q52.390625 143.72235 51.71875 143.72235Q51.140625 143.72235 50.75 144.01923Q50.359375 144.30048 50.359375 144.72235L49.265625 144.72235Q49.265625 144.23798 49.59375 143.80048Q49.9375 143.36298 50.515625 143.11298Q51.09375 142.84735 51.78125 142.84735Q52.890625 142.84735 53.5 143.39423Q54.125 143.9411 54.15625 144.89423L54.15625 147.8161Q54.15625 148.6911 54.375 149.20673L54.375 149.30048L53.234375 149.30048ZM51.4375 148.47235Q51.953125 148.47235 52.40625 148.20673Q52.859375 147.9411 53.0625 147.51923L53.0625 146.22235L52.21875 146.22235Q50.21875 146.22235 50.21875 147.39423Q50.21875 147.89423 50.5625 148.1911Q50.90625 148.47235 51.4375 148.47235ZM57.5 149.30048L56.421875 149.30048L56.421875 140.30048L57.5 140.30048L57.5 149.30048ZM60.796875 141.42548L60.796875 142.95673L61.96875 142.95673L61.96875 143.80048L60.796875 143.80048L60.796875 147.72235Q60.796875 148.11298 60.953125 148.30048Q61.109375 148.48798 61.484375 148.48798Q61.671875 148.48798 62.0 148.42548L62.0 149.30048Q61.578125 149.42548 61.171875 149.42548Q60.453125 149.42548 60.078125 148.98798Q59.703125 148.53485 59.703125 147.72235L59.703125 143.80048L58.546875 143.80048L58.546875 142.95673L59.703125 142.95673L59.703125 141.42548L60.796875 141.42548ZM64.40625 143.72235Q65.125 142.84735 66.28125 142.84735Q68.296875 142.84735 68.3125 145.11298L68.3125 149.30048L67.21875 149.30048L67.21875 145.09735Q67.21875 144.42548 66.90625 144.09735Q66.609375 143.76923 65.953125 143.76923Q65.421875 143.76923 65.015625 144.05048Q64.625 144.33173 64.40625 144.78485L64.40625 149.30048L63.328125 149.30048L63.328125 140.30048L64.40625 140.30048L64.40625 143.72235ZM72.859375 148.53485Q73.4375 148.53485 73.875 148.1911Q74.3125 147.83173 74.359375 147.30048L75.390625 147.30048Q75.359375 147.84735 75.0 148.34735Q74.65625 148.83173 74.078125 149.1286Q73.515625 149.42548 72.859375 149.42548Q71.5625 149.42548 70.796875 148.5661Q70.046875 147.6911 70.046875 146.1911L70.046875 146.0036Q70.046875 145.08173 70.375 144.36298Q70.71875 143.64423 71.34375 143.2536Q71.984375 142.84735 72.859375 142.84735Q73.921875 142.84735 74.625 143.48798Q75.34375 144.11298 75.390625 145.14423L74.359375 145.14423Q74.3125 144.51923 73.890625 144.1286Q73.46875 143.73798 72.859375 143.73798Q72.03125 143.73798 71.578125 144.33173Q71.125 144.92548 71.125 146.05048L71.125 146.2536Q71.125 147.34735 71.578125 147.9411Q72.03125 148.53485 72.859375 148.53485ZM80.234375 149.30048Q80.140625 149.11298 80.078125 148.6286Q79.328125 149.42548 78.28125 149.42548Q77.34375 149.42548 76.734375 148.89423Q76.140625 148.36298 76.140625 147.53485Q76.140625 146.55048 76.890625 146.0036Q77.640625 145.45673 79.015625 145.45673L80.0625 145.45673L80.0625 144.95673Q80.0625 144.39423 79.71875 144.0661Q79.390625 143.72235 78.71875 143.72235Q78.140625 143.72235 77.75 144.01923Q77.359375 144.30048 77.359375 144.72235L76.265625 144.72235Q76.265625 144.23798 76.59375 143.80048Q76.9375 143.36298 77.515625 143.11298Q78.09375 142.84735 78.78125 142.84735Q79.890625 142.84735 80.5 143.39423Q81.125 143.9411 81.15625 144.89423L81.15625 147.8161Q81.15625 148.6911 81.375 149.20673L81.375 149.30048L80.234375 149.30048ZM78.4375 148.47235Q78.953125 148.47235 79.40625 148.20673Q79.859375 147.9411 80.0625 147.51923L80.0625 146.22235L79.21875 146.22235Q77.21875 146.22235 77.21875 147.39423Q77.21875 147.89423 77.5625 148.1911Q77.90625 148.47235 78.4375 148.47235ZM86.390625 143.92548Q86.140625 143.89423 85.859375 143.89423Q84.78125 143.89423 84.40625 144.80048L84.40625 149.30048L83.328125 149.30048L83.328125 142.95673L84.375 142.95673L84.390625 143.6911Q84.921875 142.84735 85.90625 142.84735Q86.21875 142.84735 86.390625 142.92548L86.390625 143.92548ZM89.953125 149.42548Q88.65625 149.42548 87.84375 148.58173Q87.046875 147.72235 87.046875 146.30048L87.046875 146.11298Q87.046875 145.15985 87.40625 144.42548Q87.765625 143.67548 88.40625 143.26923Q89.0625 142.84735 89.8125 142.84735Q91.046875 142.84735 91.734375 143.65985Q92.421875 144.47235 92.421875 145.98798L92.421875 146.4411L88.125 146.4411Q88.15625 147.3786 88.671875 147.95673Q89.203125 148.53485 90.015625 148.53485Q90.578125 148.53485 90.96875 148.30048Q91.375 148.0661 91.6875 147.67548L92.34375 148.1911Q91.546875 149.42548 89.953125 149.42548ZM89.8125 143.73798Q89.15625 143.73798 88.703125 144.22235Q88.265625 144.6911 88.171875 145.55048L91.34375 145.55048L91.34375 145.47235Q91.296875 144.64423 90.890625 144.1911Q90.5 143.73798 89.8125 143.73798ZM96.53125 150.03485L95.609375 150.03485L99.171875 140.76923L100.09375 140.76923L96.53125 150.03485ZM105.5 149.30048L104.421875 149.30048L104.421875 140.30048L105.5 140.30048L105.5 149.30048ZM108.5 149.30048L107.421875 149.30048L107.421875 142.95673L108.5 142.95673L108.5 149.30048ZM107.328125 141.28485Q107.328125 141.01923 107.484375 140.83173Q107.65625 140.64423 107.96875 140.64423Q108.28125 140.64423 108.4375 140.83173Q108.609375 141.01923 108.609375 141.28485Q108.609375 141.53485 108.4375 141.72235Q108.28125 141.89423 107.96875 141.89423Q107.65625 141.89423 107.484375 141.72235Q107.328125 141.53485 107.328125 141.28485ZM110.859375 149.30048L110.859375 143.80048L109.859375 143.80048L109.859375 142.95673L110.859375 142.95673L110.859375 142.3161Q110.859375 141.28485 111.390625 140.73798Q111.9375 140.17548 112.9375 140.17548Q113.3125 140.17548 113.6875 140.26923L113.625 141.15985Q113.34375 141.09735 113.046875 141.09735Q112.515625 141.09735 112.21875 141.40985Q111.9375 141.72235 111.9375 142.28485L111.9375 142.95673L113.296875 142.95673L113.296875 143.80048L111.9375 143.80048L111.9375 149.30048L110.859375 149.30048ZM116.953125 149.42548Q115.65625 149.42548 114.84375 148.58173Q114.046875 147.72235 114.046875 146.30048L114.046875 146.11298Q114.046875 145.15985 114.40625 144.42548Q114.765625 143.67548 115.40625 143.26923Q116.0625 142.84735 116.8125 142.84735Q118.046875 142.84735 118.734375 143.65985Q119.421875 144.47235 119.421875 145.98798L119.421875 146.4411L115.125 146.4411Q115.15625 147.3786 115.671875 147.95673Q116.203125 148.53485 117.015625 148.53485Q117.578125 148.53485 117.96875 148.30048Q118.375 148.0661 118.6875 147.67548L119.34375 148.1911Q118.546875 149.42548 116.953125 149.42548ZM116.8125 143.73798Q116.15625 143.73798 115.703125 144.22235Q115.265625 144.6911 115.171875 145.55048L118.34375 145.55048L118.34375 145.47235Q118.296875 144.64423 117.890625 144.1911Q117.5 143.73798 116.8125 143.73798ZM127.015625 147.61298Q127.015625 147.17548 126.671875 146.9411Q126.34375 146.6911 125.515625 146.51923Q124.703125 146.34735 124.21875 146.09735Q123.734375 145.84735 123.5 145.51923Q123.28125 145.17548 123.28125 144.70673Q123.28125 143.92548 123.9375 143.39423Q124.59375 142.84735 125.625 142.84735Q126.703125 142.84735 127.359375 143.40985Q128.03125 143.95673 128.03125 144.8161L126.953125 144.8161Q126.953125 144.3786 126.5625 144.0661Q126.1875 143.73798 125.625 143.73798Q125.03125 143.73798 124.6875 144.0036Q124.359375 144.2536 124.359375 144.65985Q124.359375 145.05048 124.671875 145.2536Q124.984375 145.45673 125.796875 145.64423Q126.609375 145.8161 127.109375 146.0661Q127.609375 146.3161 127.84375 146.67548Q128.09375 147.03485 128.09375 147.53485Q128.09375 148.39423 127.40625 148.90985Q126.734375 149.42548 125.65625 149.42548Q124.890625 149.42548 124.296875 149.15985Q123.71875 148.8786 123.390625 148.39423Q123.0625 147.90985 123.0625 147.34735L124.140625 147.34735Q124.171875 147.89423 124.578125 148.22235Q124.984375 148.53485 125.65625 148.53485Q126.265625 148.53485 126.640625 148.28485Q127.015625 148.03485 127.015625 147.61298ZM131.85938 148.53485Q132.4375 148.53485 132.875 148.1911Q133.3125 147.83173 133.35938 147.30048L134.39062 147.30048Q134.35938 147.84735 134.0 148.34735Q133.65625 148.83173 133.07812 149.1286Q132.51562 149.42548 131.85938 149.42548Q130.5625 149.42548 129.79688 148.5661Q129.04688 147.6911 129.04688 146.1911L129.04688 146.0036Q129.04688 145.08173 129.375 144.36298Q129.71875 143.64423 130.34375 143.2536Q130.98438 142.84735 131.85938 142.84735Q132.92188 142.84735 133.625 143.48798Q134.34375 144.11298 134.39062 145.14423L133.35938 145.14423Q133.3125 144.51923 132.89062 144.1286Q132.46875 143.73798 131.85938 143.73798Q131.03125 143.73798 130.57812 144.33173Q130.125 144.92548 130.125 146.05048L130.125 146.2536Q130.125 147.34735 130.57812 147.9411Q131.03125 148.53485 131.85938 148.53485ZM136.5 149.30048L135.42188 149.30048L135.42188 142.95673L136.5 142.95673L136.5 149.30048ZM135.32812 141.28485Q135.32812 141.01923 135.48438 140.83173Q135.65625 140.64423 135.96875 140.64423Q136.28125 140.64423 136.4375 140.83173Q136.60938 141.01923 136.60938 141.28485Q136.60938 141.53485 136.4375 141.72235Q136.28125 141.89423 135.96875 141.89423Q135.65625 141.89423 135.48438 141.72235Q135.32812 141.53485 135.32812 141.28485ZM140.95312 149.42548Q139.65625 149.42548 138.84375 148.58173Q138.04688 147.72235 138.04688 146.30048L138.04688 146.11298Q138.04688 145.15985 138.40625 144.42548Q138.76562 143.67548 139.40625 143.26923Q140.0625 142.84735 140.8125 142.84735Q142.04688 142.84735 142.73438 143.65985Q143.42188 144.47235 143.42188 145.98798L143.42188 146.4411L139.125 146.4411Q139.15625 147.3786 139.67188 147.95673Q140.20312 148.53485 141.01562 148.53485Q141.57812 148.53485 141.96875 148.30048Q142.375 148.0661 142.6875 147.67548L143.34375 148.1911Q142.54688 149.42548 140.95312 149.42548ZM140.8125 143.73798Q140.15625 143.73798 139.70312 144.22235Q139.26562 144.6911 139.17188 145.55048L142.34375 145.55048L142.34375 145.47235Q142.29688 144.64423 141.89062 144.1911Q141.5 143.73798 140.8125 143.73798ZM145.34375 142.95673L145.375 143.7536Q146.10938 142.84735 147.28125 142.84735Q149.29688 142.84735 149.3125 145.11298L149.3125 149.30048L148.21875 149.30048L148.21875 145.09735Q148.21875 144.42548 147.90625 144.09735Q147.60938 143.76923 146.95312 143.76923Q146.42188 143.76923 146.01562 144.05048Q145.625 144.33173 145.40625 144.78485L145.40625 149.30048L144.32812 149.30048L144.32812 142.95673L145.34375 142.95673ZM153.85938 148.53485Q154.4375 148.53485 154.875 148.1911Q155.3125 147.83173 155.35938 147.30048L156.39062 147.30048Q156.35938 147.84735 156.0 148.34735Q155.65625 148.83173 155.07812 149.1286Q154.51562 149.42548 153.85938 149.42548Q152.5625 149.42548 151.79688 148.5661Q151.04688 147.6911 151.04688 146.1911L151.04688 146.0036Q151.04688 145.08173 151.375 144.36298Q151.71875 143.64423 152.34375 143.2536Q152.98438 142.84735 153.85938 142.84735Q154.92188 142.84735 155.625 143.48798Q156.34375 144.11298 156.39062 145.14423L155.35938 145.14423Q155.3125 144.51923 154.89062 144.1286Q154.46875 143.73798 153.85938 143.73798Q153.03125 143.73798 152.57812 144.33173Q152.125 144.92548 152.125 146.05048L152.125 146.2536Q152.125 147.34735 152.57812 147.9411Q153.03125 148.53485 153.85938 148.53485ZM159.95312 149.42548Q158.65625 149.42548 157.84375 148.58173Q157.04688 147.72235 157.04688 146.30048L157.04688 146.11298Q157.04688 145.15985 157.40625 144.42548Q157.76562 143.67548 158.40625 143.26923Q159.0625 142.84735 159.8125 142.84735Q161.04688 142.84735 161.73438 143.65985Q162.42188 144.47235 162.42188 145.98798L162.42188 146.4411L158.125 146.4411Q158.15625 147.3786 158.67188 147.95673Q159.20312 148.53485 160.01562 148.53485Q160.57812 148.53485 160.96875 148.30048Q161.375 148.0661 161.6875 147.67548L162.34375 148.1911Q161.54688 149.42548 159.95312 149.42548ZM159.8125 143.73798Q159.15625 143.73798 158.70312 144.22235Q158.26562 144.6911 158.17188 145.55048L161.34375 145.55048L161.34375 145.47235Q161.29688 144.64423 160.89062 144.1911Q160.5 143.73798 159.8125 143.73798ZM167.01562 147.61298Q167.01562 147.17548 166.67188 146.9411Q166.34375 146.6911 165.51562 146.51923Q164.70312 146.34735 164.21875 146.09735Q163.73438 145.84735 163.5 145.51923Q163.28125 145.17548 163.28125 144.70673Q163.28125 143.92548 163.9375 143.39423Q164.59375 142.84735 165.625 142.84735Q166.70312 142.84735 167.35938 143.40985Q168.03125 143.95673 168.03125 144.8161L166.95312 144.8161Q166.95312 144.3786 166.5625 144.0661Q166.1875 143.73798 165.625 143.73798Q165.03125 143.73798 164.6875 144.0036Q164.35938 144.2536 164.35938 144.65985Q164.35938 145.05048 164.67188 145.2536Q164.98438 145.45673 165.79688 145.64423Q166.60938 145.8161 167.10938 146.0661Q167.60938 146.3161 167.84375 146.67548Q168.09375 147.03485 168.09375 147.53485Q168.09375 148.39423 167.40625 148.90985Q166.73438 149.42548 165.65625 149.42548Q164.89062 149.42548 164.29688 149.15985Q163.71875 148.8786 163.39062 148.39423Q163.0625 147.90985 163.0625 147.34735L164.14062 147.34735Q164.17188 147.89423 164.57812 148.22235Q164.98438 148.53485 165.65625 148.53485Q166.26562 148.53485 166.64062 148.28485Q167.01562 148.03485 167.01562 147.61298Z" fill-rule="nonzero"/><path fill="#666666" d="M84.9375 169.1694L87.734375 176.12253L90.515625 169.1694L91.984375 169.1694L91.984375 177.70065L90.859375 177.70065L90.859375 174.37253L90.96875 170.7944L88.15625 177.70065L87.296875 177.70065L84.5 170.81003L84.609375 174.37253L84.609375 177.70065L83.484375 177.70065L83.484375 169.1694L84.9375 169.1694ZM95.953125 177.82565Q94.65625 177.82565 93.84375 176.9819Q93.046875 176.12253 93.046875 174.70065L93.046875 174.51315Q93.046875 173.56003 93.40625 172.82565Q93.765625 172.07565 94.40625 171.6694Q95.0625 171.24753 95.8125 171.24753Q97.046875 171.24753 97.734375 172.06003Q98.421875 172.87253 98.421875 174.38815L98.421875 174.84128L94.125 174.84128Q94.15625 175.77878 94.671875 176.3569Q95.203125 176.93503 96.015625 176.93503Q96.578125 176.93503 96.96875 176.70065Q97.375 176.46628 97.6875 176.07565L98.34375 176.59128Q97.546875 177.82565 95.953125 177.82565ZM95.8125 172.13815Q95.15625 172.13815 94.703125 172.62253Q94.265625 173.09128 94.171875 173.95065L97.34375 173.95065L97.34375 173.87253Q97.296875 173.0444 96.890625 172.59128Q96.5 172.13815 95.8125 172.13815ZM99.0625 174.4819Q99.0625 173.01315 99.75 172.13815Q100.4375 171.24753 101.5625 171.24753Q102.671875 171.24753 103.328125 171.99753L103.328125 168.70065L104.40625 168.70065L104.40625 177.70065L103.40625 177.70065L103.359375 177.01315Q102.703125 177.82565 101.546875 177.82565Q100.453125 177.82565 99.75 176.9194Q99.0625 176.01315 99.0625 174.56003L99.0625 174.4819ZM100.140625 174.6069Q100.140625 175.68503 100.578125 176.2944Q101.03125 176.90378 101.8125 176.90378Q102.84375 176.90378 103.328125 175.96628L103.328125 173.06003Q102.84375 172.1694 101.828125 172.1694Q101.03125 172.1694 100.578125 172.77878Q100.140625 173.38815 100.140625 174.6069ZM107.5 177.70065L106.421875 177.70065L106.421875 171.3569L107.5 171.3569L107.5 177.70065ZM106.328125 169.68503Q106.328125 169.4194 106.484375 169.2319Q106.65625 169.0444 106.96875 169.0444Q107.28125 169.0444 107.4375 169.2319Q107.609375 169.4194 107.609375 169.68503Q107.609375 169.93503 107.4375 170.12253Q107.28125 170.2944 106.96875 170.2944Q106.65625 170.2944 106.484375 170.12253Q106.328125 169.93503 106.328125 169.68503ZM113.234375 177.70065Q113.140625 177.51315 113.078125 177.02878Q112.328125 177.82565 111.28125 177.82565Q110.34375 177.82565 109.734375 177.2944Q109.140625 176.76315 109.140625 175.93503Q109.140625 174.95065 109.890625 174.40378Q110.640625 173.8569 112.015625 173.8569L113.0625 173.8569L113.0625 173.3569Q113.0625 172.7944 112.71875 172.46628Q112.390625 172.12253 111.71875 172.12253Q111.140625 172.12253 110.75 172.4194Q110.359375 172.70065 110.359375 173.12253L109.265625 173.12253Q109.265625 172.63815 109.59375 172.20065Q109.9375 171.76315 110.515625 171.51315Q111.09375 171.24753 111.78125 171.24753Q112.890625 171.24753 113.5 171.7944Q114.125 172.34128 114.15625 173.2944L114.15625 176.21628Q114.15625 177.09128 114.375 177.6069L114.375 177.70065L113.234375 177.70065ZM111.4375 176.87253Q111.953125 176.87253 112.40625 176.6069Q112.859375 176.34128 113.0625 175.9194L113.0625 174.62253L112.21875 174.62253Q110.21875 174.62253 110.21875 175.7944Q110.21875 176.2944 110.5625 176.59128Q110.90625 176.87253 111.4375 176.87253ZM119.53125 178.43503L118.609375 178.43503L122.171875 169.1694L123.09375 169.1694L119.53125 178.43503ZM127.0625 174.4819Q127.0625 172.99753 127.75 172.12253Q128.4375 171.24753 129.5625 171.24753Q130.71875 171.24753 131.375 172.06003L131.42188 171.3569L132.42188 171.3569L132.42188 177.5444Q132.42188 178.77878 131.6875 179.4819Q130.95312 180.20065 129.73438 180.20065Q129.04688 180.20065 128.39062 179.90378Q127.734375 179.6069 127.390625 179.1069L127.953125 178.45065Q128.64062 179.31003 129.65625 179.31003Q130.4375 179.31003 130.875 178.8569Q131.32812 178.4194 131.32812 177.6069L131.32812 177.06003Q130.67188 177.82565 129.54688 177.82565Q128.4375 177.82565 127.75 176.93503Q127.0625 176.02878 127.0625 174.4819ZM128.15625 174.6069Q128.15625 175.6694 128.59375 176.2944Q129.03125 176.90378 129.82812 176.90378Q130.84375 176.90378 131.32812 175.96628L131.32812 173.07565Q130.82812 172.1694 129.82812 172.1694Q129.04688 172.1694 128.59375 172.77878Q128.15625 173.38815 128.15625 174.6069ZM138.23438 177.70065Q138.14062 177.51315 138.07812 177.02878Q137.32812 177.82565 136.28125 177.82565Q135.34375 177.82565 134.73438 177.2944Q134.14062 176.76315 134.14062 175.93503Q134.14062 174.95065 134.89062 174.40378Q135.64062 173.8569 137.01562 173.8569L138.0625 173.8569L138.0625 173.3569Q138.0625 172.7944 137.71875 172.46628Q137.39062 172.12253 136.71875 172.12253Q136.14062 172.12253 135.75 172.4194Q135.35938 172.70065 135.35938 173.12253L134.26562 173.12253Q134.26562 172.63815 134.59375 172.20065Q134.9375 171.76315 135.51562 171.51315Q136.09375 171.24753 136.78125 171.24753Q137.89062 171.24753 138.5 171.7944Q139.125 172.34128 139.15625 173.2944L139.15625 176.21628Q139.15625 177.09128 139.375 177.6069L139.375 177.70065L138.23438 177.70065ZM136.4375 176.87253Q136.95312 176.87253 137.40625 176.6069Q137.85938 176.34128 138.0625 175.9194L138.0625 174.62253L137.21875 174.62253Q135.21875 174.62253 135.21875 175.7944Q135.21875 176.2944 135.5625 176.59128Q135.90625 176.87253 136.4375 176.87253ZM142.34375 171.3569L142.375 172.06003Q143.0625 171.24753 144.25 171.24753Q145.57812 171.24753 146.0625 172.26315Q146.375 171.81003 146.875 171.52878Q147.39062 171.24753 148.07812 171.24753Q150.17188 171.24753 150.20312 173.45065L150.20312 177.70065L149.125 177.70065L149.125 173.51315Q149.125 172.84128 148.8125 172.51315Q148.5 172.1694 147.76562 172.1694Q147.15625 172.1694 146.75 172.52878Q146.35938 172.88815 146.29688 173.49753L146.29688 177.70065L145.21875 177.70065L145.21875 173.5444Q145.21875 172.1694 143.85938 172.1694Q142.79688 172.1694 142.40625 173.07565L142.40625 177.70065L141.3125 177.70065L141.3125 171.3569L142.34375 171.3569ZM153.5 177.70065L152.42188 177.70065L152.42188 171.3569L153.5 171.3569L153.5 177.70065ZM152.32812 169.68503Q152.32812 169.4194 152.48438 169.2319Q152.65625 169.0444 152.96875 169.0444Q153.28125 169.0444 153.4375 169.2319Q153.60938 169.4194 153.60938 169.68503Q153.60938 169.93503 153.4375 170.12253Q153.28125 170.2944 152.96875 170.2944Q152.65625 170.2944 152.48438 170.12253Q152.32812 169.93503 152.32812 169.68503ZM156.34375 171.3569L156.375 172.15378Q157.10938 171.24753 158.28125 171.24753Q160.29688 171.24753 160.3125 173.51315L160.3125 177.70065L159.21875 177.70065L159.21875 173.49753Q159.21875 172.82565 158.90625 172.49753Q158.60938 172.1694 157.95312 172.1694Q157.42188 172.1694 157.01562 172.45065Q156.625 172.7319 156.40625 173.18503L156.40625 177.70065L155.32812 177.70065L155.32812 171.3569L156.34375 171.3569ZM162.0625 174.4819Q162.0625 172.99753 162.75 172.12253Q163.4375 171.24753 164.5625 171.24753Q165.71875 171.24753 166.375 172.06003L166.42188 171.3569L167.42188 171.3569L167.42188 177.5444Q167.42188 178.77878 166.6875 179.4819Q165.95312 180.20065 164.73438 180.20065Q164.04688 180.20065 163.39062 179.90378Q162.73438 179.6069 162.39062 179.1069L162.95312 178.45065Q163.64062 179.31003 164.65625 179.31003Q165.4375 179.31003 165.875 178.8569Q166.32812 178.4194 166.32812 177.6069L166.32812 177.06003Q165.67188 177.82565 164.54688 177.82565Q163.4375 177.82565 162.75 176.93503Q162.0625 176.02878 162.0625 174.4819ZM163.15625 174.6069Q163.15625 175.6694 163.59375 176.2944Q164.03125 176.90378 164.82812 176.90378Q165.84375 176.90378 166.32812 175.96628L166.32812 173.07565Q165.82812 172.1694 164.82812 172.1694Q164.04688 172.1694 163.59375 172.77878Q163.15625 173.38815 163.15625 174.6069Z" fill-rule="nonzero"/><path fill="#666666" d="M90.9375 197.56958L93.734375 204.5227L96.515625 197.56958L97.984375 197.56958L97.984375 206.10083L96.859375 206.10083L96.859375 202.7727L96.96875 199.19458L94.15625 206.10083L93.296875 206.10083L90.5 199.2102L90.609375 202.7727L90.609375 206.10083L89.484375 206.10083L89.484375 197.56958L90.9375 197.56958ZM103.234375 206.10083Q103.140625 205.91333 103.078125 205.42896Q102.328125 206.22583 101.28125 206.22583Q100.34375 206.22583 99.734375 205.69458Q99.140625 205.16333 99.140625 204.3352Q99.140625 203.35083 99.890625 202.80396Q100.640625 202.25708 102.015625 202.25708L103.0625 202.25708L103.0625 201.75708Q103.0625 201.19458 102.71875 200.86646Q102.390625 200.5227 101.71875 200.5227Q101.140625 200.5227 100.75 200.81958Q100.359375 201.10083 100.359375 201.5227L99.265625 201.5227Q99.265625 201.03833 99.59375 200.60083Q99.9375 200.16333 100.515625 199.91333Q101.09375 199.6477 101.78125 199.6477Q102.890625 199.6477 103.5 200.19458Q104.125 200.74146 104.15625 201.69458L104.15625 204.61646Q104.15625 205.49146 104.375 206.00708L104.375 206.10083L103.234375 206.10083ZM101.4375 205.2727Q101.953125 205.2727 102.40625 205.00708Q102.859375 204.74146 103.0625 204.31958L103.0625 203.0227L102.21875 203.0227Q100.21875 203.0227 100.21875 204.19458Q100.21875 204.69458 100.5625 204.99146Q100.90625 205.2727 101.4375 205.2727ZM107.34375 199.75708L107.375 200.55396Q108.109375 199.6477 109.28125 199.6477Q111.296875 199.6477 111.3125 201.91333L111.3125 206.10083L110.21875 206.10083L110.21875 201.8977Q110.21875 201.22583 109.90625 200.8977Q109.609375 200.56958 108.953125 200.56958Q108.421875 200.56958 108.015625 200.85083Q107.625 201.13208 107.40625 201.5852L107.40625 206.10083L106.328125 206.10083L106.328125 199.75708L107.34375 199.75708ZM117.234375 205.47583Q116.609375 206.22583 115.375 206.22583Q114.359375 206.22583 113.828125 205.63208Q113.296875 205.03833 113.296875 203.88208L113.296875 199.75708L114.375 199.75708L114.375 203.85083Q114.375 205.30396 115.546875 205.30396Q116.796875 205.30396 117.203125 204.36646L117.203125 199.75708L118.296875 199.75708L118.296875 206.10083L117.265625 206.10083L117.234375 205.47583ZM120.859375 206.10083L120.859375 200.60083L119.859375 200.60083L119.859375 199.75708L120.859375 199.75708L120.859375 199.11646Q120.859375 198.0852 121.390625 197.53833Q121.9375 196.97583 122.9375 196.97583Q123.3125 196.97583 123.6875 197.06958L123.625 197.9602Q123.34375 197.8977 123.046875 197.8977Q122.515625 197.8977 122.21875 198.2102Q121.9375 198.5227 121.9375 199.0852L121.9375 199.75708L123.296875 199.75708L123.296875 200.60083L121.9375 200.60083L121.9375 206.10083L120.859375 206.10083ZM128.23438 206.10083Q128.14062 205.91333 128.07812 205.42896Q127.328125 206.22583 126.28125 206.22583Q125.34375 206.22583 124.734375 205.69458Q124.140625 205.16333 124.140625 204.3352Q124.140625 203.35083 124.890625 202.80396Q125.640625 202.25708 127.015625 202.25708L128.0625 202.25708L128.0625 201.75708Q128.0625 201.19458 127.71875 200.86646Q127.390625 200.5227 126.71875 200.5227Q126.140625 200.5227 125.75 200.81958Q125.359375 201.10083 125.359375 201.5227L124.265625 201.5227Q124.265625 201.03833 124.59375 200.60083Q124.9375 200.16333 125.515625 199.91333Q126.09375 199.6477 126.78125 199.6477Q127.890625 199.6477 128.5 200.19458Q129.125 200.74146 129.15625 201.69458L129.15625 204.61646Q129.15625 205.49146 129.375 206.00708L129.375 206.10083L128.23438 206.10083ZM126.4375 205.2727Q126.953125 205.2727 127.40625 205.00708Q127.859375 204.74146 128.0625 204.31958L128.0625 203.0227L127.21875 203.0227Q125.21875 203.0227 125.21875 204.19458Q125.21875 204.69458 125.5625 204.99146Q125.90625 205.2727 126.4375 205.2727ZM133.85938 205.3352Q134.4375 205.3352 134.875 204.99146Q135.3125 204.63208 135.35938 204.10083L136.39062 204.10083Q136.35938 204.6477 136.0 205.1477Q135.65625 205.63208 135.07812 205.92896Q134.51562 206.22583 133.85938 206.22583Q132.5625 206.22583 131.79688 205.36646Q131.04688 204.49146 131.04688 202.99146L131.04688 202.80396Q131.04688 201.88208 131.375 201.16333Q131.71875 200.44458 132.34375 200.05396Q132.98438 199.6477 133.85938 199.6477Q134.92188 199.6477 135.625 200.28833Q136.34375 200.91333 136.39062 201.94458L135.35938 201.94458Q135.3125 201.31958 134.89062 200.92896Q134.46875 200.53833 133.85938 200.53833Q133.03125 200.53833 132.57812 201.13208Q132.125 201.72583 132.125 202.85083L132.125 203.05396Q132.125 204.1477 132.57812 204.74146Q133.03125 205.3352 133.85938 205.3352ZM138.79688 198.22583L138.79688 199.75708L139.96875 199.75708L139.96875 200.60083L138.79688 200.60083L138.79688 204.5227Q138.79688 204.91333 138.95312 205.10083Q139.10938 205.28833 139.48438 205.28833Q139.67188 205.28833 140.0 205.22583L140.0 206.10083Q139.57812 206.22583 139.17188 206.22583Q138.45312 206.22583 138.07812 205.78833Q137.70312 205.3352 137.70312 204.5227L137.70312 200.60083L136.54688 200.60083L136.54688 199.75708L137.70312 199.75708L137.70312 198.22583L138.79688 198.22583ZM145.23438 205.47583Q144.60938 206.22583 143.375 206.22583Q142.35938 206.22583 141.82812 205.63208Q141.29688 205.03833 141.29688 203.88208L141.29688 199.75708L142.375 199.75708L142.375 203.85083Q142.375 205.30396 143.54688 205.30396Q144.79688 205.30396 145.20312 204.36646L145.20312 199.75708L146.29688 199.75708L146.29688 206.10083L145.26562 206.10083L145.23438 205.47583ZM151.39062 200.72583Q151.14062 200.69458 150.85938 200.69458Q149.78125 200.69458 149.40625 201.60083L149.40625 206.10083L148.32812 206.10083L148.32812 199.75708L149.375 199.75708L149.39062 200.49146Q149.92188 199.6477 150.90625 199.6477Q151.21875 199.6477 151.39062 199.72583L151.39062 200.72583ZM153.5 206.10083L152.42188 206.10083L152.42188 199.75708L153.5 199.75708L153.5 206.10083ZM152.32812 198.0852Q152.32812 197.81958 152.48438 197.63208Q152.65625 197.44458 152.96875 197.44458Q153.28125 197.44458 153.4375 197.63208Q153.60938 197.81958 153.60938 198.0852Q153.60938 198.3352 153.4375 198.5227Q153.28125 198.69458 152.96875 198.69458Q152.65625 198.69458 152.48438 198.5227Q152.32812 198.3352 152.32812 198.0852ZM156.34375 199.75708L156.375 200.55396Q157.10938 199.6477 158.28125 199.6477Q160.29688 199.6477 160.3125 201.91333L160.3125 206.10083L159.21875 206.10083L159.21875 201.8977Q159.21875 201.22583 158.90625 200.8977Q158.60938 200.56958 157.95312 200.56958Q157.42188 200.56958 157.01562 200.85083Q156.625 201.13208 156.40625 201.5852L156.40625 206.10083L155.32812 206.10083L155.32812 199.75708L156.34375 199.75708ZM162.0625 202.88208Q162.0625 201.3977 162.75 200.5227Q163.4375 199.6477 164.5625 199.6477Q165.71875 199.6477 166.375 200.4602L166.42188 199.75708L167.42188 199.75708L167.42188 205.94458Q167.42188 207.17896 166.6875 207.88208Q165.95312 208.60083 164.73438 208.60083Q164.04688 208.60083 163.39062 208.30396Q162.73438 208.00708 162.39062 207.50708L162.95312 206.85083Q163.64062 207.7102 164.65625 207.7102Q165.4375 207.7102 165.875 207.25708Q166.32812 206.81958 166.32812 206.00708L166.32812 205.4602Q165.67188 206.22583 164.54688 206.22583Q163.4375 206.22583 162.75 205.3352Q162.0625 204.42896 162.0625 202.88208ZM163.15625 203.00708Q163.15625 204.06958 163.59375 204.69458Q164.03125 205.30396 164.82812 205.30396Q165.84375 205.30396 166.32812 204.36646L166.32812 201.47583Q165.82812 200.56958 164.82812 200.56958Q164.04688 200.56958 163.59375 201.17896Q163.15625 201.78833 163.15625 203.00708Z" fill-rule="nonzero"/><path fill="#666666" d="M39.609375 231.15724L39.609375 234.50099L38.484375 234.50099L38.484375 225.96974L41.640625 225.96974Q43.03125 225.96974 43.828125 226.68849Q44.625 227.39162 44.625 228.57912Q44.625 229.81349 43.84375 230.48537Q43.078125 231.15724 41.625 231.15724L39.609375 231.15724ZM39.609375 230.23537L41.640625 230.23537Q42.546875 230.23537 43.015625 229.81349Q43.5 229.39162 43.5 228.59474Q43.5 227.82912 43.015625 227.37599Q42.546875 226.90724 41.703125 226.89162L39.609375 226.89162L39.609375 230.23537ZM50.234375 233.87599Q49.609375 234.62599 48.375 234.62599Q47.359375 234.62599 46.828125 234.03224Q46.296875 233.43849 46.296875 232.28224L46.296875 228.15724L47.375 228.15724L47.375 232.25099Q47.375 233.70412 48.546875 233.70412Q49.796875 233.70412 50.203125 232.76662L50.203125 228.15724L51.296875 228.15724L51.296875 234.50099L50.265625 234.50099L50.234375 233.87599ZM58.6875 231.40724Q58.6875 232.86037 58.015625 233.75099Q57.359375 234.62599 56.234375 234.62599Q55.03125 234.62599 54.375 233.76662L54.3125 234.50099L53.328125 234.50099L53.328125 225.50099L54.40625 225.50099L54.40625 228.86037Q55.0625 228.04787 56.21875 228.04787Q57.375 228.04787 58.03125 228.92287Q58.6875 229.78224 58.6875 231.31349L58.6875 231.40724ZM57.609375 231.28224Q57.609375 230.17287 57.171875 229.57912Q56.75 228.96974 55.953125 228.96974Q54.875 228.96974 54.40625 229.95412L54.40625 232.70412Q54.90625 233.70412 55.953125 233.70412Q56.734375 233.70412 57.171875 233.09474Q57.609375 232.48537 57.609375 231.28224ZM61.5 234.50099L60.421875 234.50099L60.421875 225.50099L61.5 225.50099L61.5 234.50099ZM64.5 234.50099L63.421875 234.50099L63.421875 228.15724L64.5 228.15724L64.5 234.50099ZM63.328125 226.48537Q63.328125 226.21974 63.484375 226.03224Q63.65625 225.84474 63.96875 225.84474Q64.28125 225.84474 64.4375 226.03224Q64.609375 226.21974 64.609375 226.48537Q64.609375 226.73537 64.4375 226.92287Q64.28125 227.09474 63.96875 227.09474Q63.65625 227.09474 63.484375 226.92287Q63.328125 226.73537 63.328125 226.48537ZM68.859375 233.73537Q69.4375 233.73537 69.875 233.39162Q70.3125 233.03224 70.359375 232.50099L71.390625 232.50099Q71.359375 233.04787 71.0 233.54787Q70.65625 234.03224 70.078125 234.32912Q69.515625 234.62599 68.859375 234.62599Q67.5625 234.62599 66.796875 233.76662Q66.046875 232.89162 66.046875 231.39162L66.046875 231.20412Q66.046875 230.28224 66.375 229.56349Q66.71875 228.84474 67.34375 228.45412Q67.984375 228.04787 68.859375 228.04787Q69.921875 228.04787 70.625 228.68849Q71.34375 229.31349 71.390625 230.34474L70.359375 230.34474Q70.3125 229.71974 69.890625 229.32912Q69.46875 228.93849 68.859375 228.93849Q68.03125 228.93849 67.578125 229.53224Q67.125 230.12599 67.125 231.25099L67.125 231.45412Q67.125 232.54787 67.578125 233.14162Q68.03125 233.73537 68.859375 233.73537ZM79.015625 232.81349Q79.015625 232.37599 78.671875 232.14162Q78.34375 231.89162 77.515625 231.71974Q76.703125 231.54787 76.21875 231.29787Q75.734375 231.04787 75.5 230.71974Q75.28125 230.37599 75.28125 229.90724Q75.28125 229.12599 75.9375 228.59474Q76.59375 228.04787 77.625 228.04787Q78.703125 228.04787 79.359375 228.61037Q80.03125 229.15724 80.03125 230.01662L78.953125 230.01662Q78.953125 229.57912 78.5625 229.26662Q78.1875 228.93849 77.625 228.93849Q77.03125 228.93849 76.6875 229.20412Q76.359375 229.45412 76.359375 229.86037Q76.359375 230.25099 76.671875 230.45412Q76.984375 230.65724 77.796875 230.84474Q78.609375 231.01662 79.109375 231.26662Q79.609375 231.51662 79.84375 231.87599Q80.09375 232.23537 80.09375 232.73537Q80.09375 233.59474 79.40625 234.11037Q78.734375 234.62599 77.65625 234.62599Q76.890625 234.62599 76.296875 234.36037Q75.71875 234.07912 75.390625 233.59474Q75.0625 233.11037 75.0625 232.54787L76.140625 232.54787Q76.171875 233.09474 76.578125 233.42287Q76.984375 233.73537 77.65625 233.73537Q78.265625 233.73537 78.640625 233.48537Q79.015625 233.23537 79.015625 232.81349ZM83.953125 234.62599Q82.65625 234.62599 81.84375 233.78224Q81.046875 232.92287 81.046875 231.50099L81.046875 231.31349Q81.046875 230.36037 81.40625 229.62599Q81.765625 228.87599 82.40625 228.46974Q83.0625 228.04787 83.8125 228.04787Q85.046875 228.04787 85.734375 228.86037Q86.421875 229.67287 86.421875 231.18849L86.421875 231.64162L82.125 231.64162Q82.15625 232.57912 82.671875 233.15724Q83.203125 233.73537 84.015625 233.73537Q84.578125 233.73537 84.96875 233.50099Q85.375 233.26662 85.6875 232.87599L86.34375 233.39162Q85.546875 234.62599 83.953125 234.62599ZM83.8125 228.93849Q83.15625 228.93849 82.703125 229.42287Q82.265625 229.89162 82.171875 230.75099L85.34375 230.75099L85.34375 230.67287Q85.296875 229.84474 84.890625 229.39162Q84.5 228.93849 83.8125 228.93849ZM89.859375 233.73537Q90.4375 233.73537 90.875 233.39162Q91.3125 233.03224 91.359375 232.50099L92.390625 232.50099Q92.359375 233.04787 92.0 233.54787Q91.65625 234.03224 91.078125 234.32912Q90.515625 234.62599 89.859375 234.62599Q88.5625 234.62599 87.796875 233.76662Q87.046875 232.89162 87.046875 231.39162L87.046875 231.20412Q87.046875 230.28224 87.375 229.56349Q87.71875 228.84474 88.34375 228.45412Q88.984375 228.04787 89.859375 228.04787Q90.921875 228.04787 91.625 228.68849Q92.34375 229.31349 92.390625 230.34474L91.359375 230.34474Q91.3125 229.71974 90.890625 229.32912Q90.46875 228.93849 89.859375 228.93849Q89.03125 228.93849 88.578125 229.53224Q88.125 230.12599 88.125 231.25099L88.125 231.45412Q88.125 232.54787 88.578125 233.14162Q89.03125 233.73537 89.859375 233.73537ZM94.796875 226.62599L94.796875 228.15724L95.96875 228.15724L95.96875 229.00099L94.796875 229.00099L94.796875 232.92287Q94.796875 233.31349 94.953125 233.50099Q95.109375 233.68849 95.484375 233.68849Q95.671875 233.68849 96.0 233.62599L96.0 234.50099Q95.578125 234.62599 95.171875 234.62599Q94.453125 234.62599 94.078125 234.18849Q93.703125 233.73537 93.703125 232.92287L93.703125 229.00099L92.546875 229.00099L92.546875 228.15724L93.703125 228.15724L93.703125 226.62599L94.796875 226.62599ZM97.03125 231.26662Q97.03125 230.34474 97.390625 229.59474Q97.765625 228.84474 98.421875 228.45412Q99.078125 228.04787 99.90625 228.04787Q101.203125 228.04787 102.0 228.93849Q102.8125 229.82912 102.8125 231.32912L102.8125 231.40724Q102.8125 232.32912 102.453125 233.06349Q102.09375 233.79787 101.4375 234.21974Q100.78125 234.62599 99.921875 234.62599Q98.640625 234.62599 97.828125 233.73537Q97.03125 232.82912 97.03125 231.34474L97.03125 231.26662ZM98.125 231.40724Q98.125 232.45412 98.609375 233.09474Q99.109375 233.73537 99.921875 233.73537Q100.75 233.73537 101.234375 233.09474Q101.71875 232.43849 101.71875 231.26662Q101.71875 230.23537 101.21875 229.59474Q100.734375 228.93849 99.90625 228.93849Q99.109375 228.93849 98.609375 229.57912Q98.125 230.20412 98.125 231.40724ZM107.390625 229.12599Q107.140625 229.09474 106.859375 229.09474Q105.78125 229.09474 105.40625 230.00099L105.40625 234.50099L104.328125 234.50099L104.328125 228.15724L105.375 228.15724L105.390625 228.89162Q105.921875 228.04787 106.90625 228.04787Q107.21875 228.04787 107.390625 228.12599L107.390625 229.12599ZM111.53125 235.23537L110.609375 235.23537L114.171875 225.96974L115.09375 225.96974L111.53125 235.23537ZM120.34375 228.15724L120.375 228.95412Q121.109375 228.04787 122.28125 228.04787Q124.296875 228.04787 124.3125 230.31349L124.3125 234.50099L123.21875 234.50099L123.21875 230.29787Q123.21875 229.62599 122.90625 229.29787Q122.609375 228.96974 121.953125 228.96974Q121.421875 228.96974 121.015625 229.25099Q120.625 229.53224 120.40625 229.98537L120.40625 234.50099L119.328125 234.50099L119.328125 228.15724L120.34375 228.15724ZM126.03125 231.26662Q126.03125 230.34474 126.390625 229.59474Q126.765625 228.84474 127.421875 228.45412Q128.07812 228.04787 128.90625 228.04787Q130.20312 228.04787 131.0 228.93849Q131.8125 229.82912 131.8125 231.32912L131.8125 231.40724Q131.8125 232.32912 131.45312 233.06349Q131.09375 233.79787 130.4375 234.21974Q129.78125 234.62599 128.92188 234.62599Q127.640625 234.62599 126.828125 233.73537Q126.03125 232.82912 126.03125 231.34474L126.03125 231.26662ZM127.125 231.40724Q127.125 232.45412 127.609375 233.09474Q128.10938 233.73537 128.92188 233.73537Q129.75 233.73537 130.23438 233.09474Q130.71875 232.43849 130.71875 231.26662Q130.71875 230.23537 130.21875 229.59474Q129.73438 228.93849 128.90625 228.93849Q128.10938 228.93849 127.609375 229.57912Q127.125 230.20412 127.125 231.40724ZM134.34375 228.15724L134.375 228.95412Q135.10938 228.04787 136.28125 228.04787Q138.29688 228.04787 138.3125 230.31349L138.3125 234.50099L137.21875 234.50099L137.21875 230.29787Q137.21875 229.62599 136.90625 229.29787Q136.60938 228.96974 135.95312 228.96974Q135.42188 228.96974 135.01562 229.25099Q134.625 229.53224 134.40625 229.98537L134.40625 234.50099L133.32812 234.50099L133.32812 228.15724L134.34375 228.15724ZM145.67188 231.40724Q145.67188 232.84474 145.01562 233.73537Q144.35938 234.62599 143.21875 234.62599Q142.0625 234.62599 141.40625 233.89162L141.40625 236.93849L140.32812 236.93849L140.32812 228.15724L141.3125 228.15724L141.35938 228.86037Q142.03125 228.04787 143.20312 228.04787Q144.34375 228.04787 145.0 228.90724Q145.67188 229.76662 145.67188 231.29787L145.67188 231.40724ZM144.59375 231.28224Q144.59375 230.20412 144.125 229.59474Q143.67188 228.96974 142.875 228.96974Q141.89062 228.96974 141.40625 229.82912L141.40625 232.86037Q141.89062 233.73537 142.89062 233.73537Q143.67188 233.73537 144.125 233.12599Q144.59375 232.50099 144.59375 231.28224ZM150.39062 229.12599Q150.14062 229.09474 149.85938 229.09474Q148.78125 229.09474 148.40625 230.00099L148.40625 234.50099L147.32812 234.50099L147.32812 228.15724L148.375 228.15724L148.39062 228.89162Q148.92188 228.04787 149.90625 228.04787Q150.21875 228.04787 150.39062 228.12599L150.39062 229.12599ZM151.03125 231.26662Q151.03125 230.34474 151.39062 229.59474Q151.76562 228.84474 152.42188 228.45412Q153.07812 228.04787 153.90625 228.04787Q155.20312 228.04787 156.0 228.93849Q156.8125 229.82912 156.8125 231.32912L156.8125 231.40724Q156.8125 232.32912 156.45312 233.06349Q156.09375 233.79787 155.4375 234.21974Q154.78125 234.62599 153.92188 234.62599Q152.64062 234.62599 151.82812 233.73537Q151.03125 232.82912 151.03125 231.34474L151.03125 231.26662ZM152.125 231.40724Q152.125 232.45412 152.60938 233.09474Q153.10938 233.73537 153.92188 233.73537Q154.75 233.73537 155.23438 233.09474Q155.71875 232.43849 155.71875 231.26662Q155.71875 230.23537 155.21875 229.59474Q154.73438 228.93849 153.90625 228.93849Q153.10938 228.93849 152.60938 229.57912Q152.125 230.20412 152.125 231.40724ZM158.85938 234.50099L158.85938 229.00099L157.85938 229.00099L157.85938 228.15724L158.85938 228.15724L158.85938 227.51662Q158.85938 226.48537 159.39062 225.93849Q159.9375 225.37599 160.9375 225.37599Q161.3125 225.37599 161.6875 225.46974L161.625 226.36037Q161.34375 226.29787 161.04688 226.29787Q160.51562 226.29787 160.21875 226.61037Q159.9375 226.92287 159.9375 227.48537L159.9375 228.15724L161.29688 228.15724L161.29688 229.00099L159.9375 229.00099L159.9375 234.50099L158.85938 234.50099ZM163.5 234.50099L162.42188 234.50099L162.42188 228.15724L163.5 228.15724L163.5 234.50099ZM162.32812 226.48537Q162.32812 226.21974 162.48438 226.03224Q162.65625 225.84474 162.96875 225.84474Q163.28125 225.84474 163.4375 226.03224Q163.60938 226.21974 163.60938 226.48537Q163.60938 226.73537 163.4375 226.92287Q163.28125 227.09474 162.96875 227.09474Q162.65625 227.09474 162.48438 226.92287Q162.32812 226.73537 162.32812 226.48537ZM166.79688 226.62599L166.79688 228.15724L167.96875 228.15724L167.96875 229.00099L166.79688 229.00099L166.79688 232.92287Q166.79688 233.31349 166.95312 233.50099Q167.10938 233.68849 167.48438 233.68849Q167.67188 233.68849 168.0 233.62599L168.0 234.50099Q167.57812 234.62599 167.17188 234.62599Q166.45312 234.62599 166.07812 234.18849Q165.70312 233.73537 165.70312 232.92287L165.70312 229.00099L164.54688 229.00099L164.54688 228.15724L165.70312 228.15724L165.70312 226.62599L166.79688 226.62599Z" fill-rule="nonzero"/><path fill="#666666" d="M21.625 259.44803L19.609375 259.44803L19.609375 262.90115L18.484375 262.90115L18.484375 254.3699L21.3125 254.3699Q22.75 254.3699 23.515625 255.02615Q24.296875 255.6824 24.296875 256.9324Q24.296875 257.72928 23.859375 258.32303Q23.4375 258.91678 22.671875 259.21365L24.671875 262.82303L24.671875 262.90115L23.46875 262.90115L21.625 259.44803ZM19.609375 258.52615L21.34375 258.52615Q22.1875 258.52615 22.671875 258.10428Q23.171875 257.66678 23.171875 256.9324Q23.171875 256.15115 22.703125 255.72928Q22.234375 255.3074 21.34375 255.29178L19.609375 255.29178L19.609375 258.52615ZM27.953125 263.02615Q26.65625 263.02615 25.84375 262.1824Q25.046875 261.32303 25.046875 259.90115L25.046875 259.71365Q25.046875 258.76053 25.40625 258.02615Q25.765625 257.27615 26.40625 256.8699Q27.0625 256.44803 27.8125 256.44803Q29.046875 256.44803 29.734375 257.26053Q30.421875 258.07303 30.421875 259.58865L30.421875 260.04178L26.125 260.04178Q26.15625 260.97928 26.671875 261.5574Q27.203125 262.13553 28.015625 262.13553Q28.578125 262.13553 28.96875 261.90115Q29.375 261.66678 29.6875 261.27615L30.34375 261.79178Q29.546875 263.02615 27.953125 263.02615ZM27.8125 257.33865Q27.15625 257.33865 26.703125 257.82303Q26.265625 258.29178 26.171875 259.15115L29.34375 259.15115L29.34375 259.07303Q29.296875 258.2449 28.890625 257.79178Q28.5 257.33865 27.8125 257.33865ZM32.796875 255.02615L32.796875 256.5574L33.96875 256.5574L33.96875 257.40115L32.796875 257.40115L32.796875 261.32303Q32.796875 261.71365 32.953125 261.90115Q33.109375 262.08865 33.484375 262.08865Q33.671875 262.08865 34.0 262.02615L34.0 262.90115Q33.578125 263.02615 33.171875 263.02615Q32.453125 263.02615 32.078125 262.58865Q31.703125 262.13553 31.703125 261.32303L31.703125 257.40115L30.546875 257.40115L30.546875 256.5574L31.703125 256.5574L31.703125 255.02615L32.796875 255.02615ZM39.234375 262.90115Q39.140625 262.71365 39.078125 262.22928Q38.328125 263.02615 37.28125 263.02615Q36.34375 263.02615 35.734375 262.4949Q35.140625 261.96365 35.140625 261.13553Q35.140625 260.15115 35.890625 259.60428Q36.640625 259.0574 38.015625 259.0574L39.0625 259.0574L39.0625 258.5574Q39.0625 257.9949 38.71875 257.66678Q38.390625 257.32303 37.71875 257.32303Q37.140625 257.32303 36.75 257.6199Q36.359375 257.90115 36.359375 258.32303L35.265625 258.32303Q35.265625 257.83865 35.59375 257.40115Q35.9375 256.96365 36.515625 256.71365Q37.09375 256.44803 37.78125 256.44803Q38.890625 256.44803 39.5 256.9949Q40.125 257.54178 40.15625 258.4949L40.15625 261.41678Q40.15625 262.29178 40.375 262.8074L40.375 262.90115L39.234375 262.90115ZM37.4375 262.07303Q37.953125 262.07303 38.40625 261.8074Q38.859375 261.54178 39.0625 261.1199L39.0625 259.82303L38.21875 259.82303Q36.21875 259.82303 36.21875 260.9949Q36.21875 261.4949 36.5625 261.79178Q36.90625 262.07303 37.4375 262.07303ZM43.5 262.90115L42.421875 262.90115L42.421875 256.5574L43.5 256.5574L43.5 262.90115ZM42.328125 254.88553Q42.328125 254.6199 42.484375 254.4324Q42.65625 254.2449 42.96875 254.2449Q43.28125 254.2449 43.4375 254.4324Q43.609375 254.6199 43.609375 254.88553Q43.609375 255.13553 43.4375 255.32303Q43.28125 255.4949 42.96875 255.4949Q42.65625 255.4949 42.484375 255.32303Q42.328125 255.13553 42.328125 254.88553ZM46.5 262.90115L45.421875 262.90115L45.421875 253.90115L46.5 253.90115L46.5 262.90115ZM51.53125 263.63553L50.609375 263.63553L54.171875 254.3699L55.09375 254.3699L51.53125 263.63553ZM61.859375 262.13553Q62.4375 262.13553 62.875 261.79178Q63.3125 261.4324 63.359375 260.90115L64.390625 260.90115Q64.359375 261.44803 64.0 261.94803Q63.65625 262.4324 63.078125 262.72928Q62.515625 263.02615 61.859375 263.02615Q60.5625 263.02615 59.796875 262.16678Q59.046875 261.29178 59.046875 259.79178L59.046875 259.60428Q59.046875 258.6824 59.375 257.96365Q59.71875 257.2449 60.34375 256.85428Q60.984375 256.44803 61.859375 256.44803Q62.921875 256.44803 63.625 257.08865Q64.34375 257.71365 64.390625 258.7449L63.359375 258.7449Q63.3125 258.1199 62.890625 257.72928Q62.46875 257.33865 61.859375 257.33865Q61.03125 257.33865 60.578125 257.9324Q60.125 258.52615 60.125 259.65115L60.125 259.85428Q60.125 260.94803 60.578125 261.54178Q61.03125 262.13553 61.859375 262.13553ZM65.03125 259.66678Q65.03125 258.7449 65.390625 257.9949Q65.765625 257.2449 66.421875 256.85428Q67.078125 256.44803 67.90625 256.44803Q69.203125 256.44803 70.0 257.33865Q70.8125 258.22928 70.8125 259.72928L70.8125 259.8074Q70.8125 260.72928 70.453125 261.46365Q70.09375 262.19803 69.4375 262.6199Q68.78125 263.02615 67.921875 263.02615Q66.640625 263.02615 65.828125 262.13553Q65.03125 261.22928 65.03125 259.7449L65.03125 259.66678ZM66.125 259.8074Q66.125 260.85428 66.609375 261.4949Q67.109375 262.13553 67.921875 262.13553Q68.75 262.13553 69.234375 261.4949Q69.71875 260.83865 69.71875 259.66678Q69.71875 258.63553 69.21875 257.9949Q68.734375 257.33865 67.90625 257.33865Q67.109375 257.33865 66.609375 257.97928Q66.125 258.60428 66.125 259.8074ZM73.34375 256.5574L73.375 257.35428Q74.109375 256.44803 75.28125 256.44803Q77.296875 256.44803 77.3125 258.71365L77.3125 262.90115L76.21875 262.90115L76.21875 258.69803Q76.21875 258.02615 75.90625 257.69803Q75.609375 257.3699 74.953125 257.3699Q74.421875 257.3699 74.015625 257.65115Q73.625 257.9324 73.40625 258.38553L73.40625 262.90115L72.328125 262.90115L72.328125 256.5574L73.34375 256.5574ZM83.015625 261.21365Q83.015625 260.77615 82.671875 260.54178Q82.34375 260.29178 81.515625 260.1199Q80.703125 259.94803 80.21875 259.69803Q79.734375 259.44803 79.5 259.1199Q79.28125 258.77615 79.28125 258.3074Q79.28125 257.52615 79.9375 256.9949Q80.59375 256.44803 81.625 256.44803Q82.703125 256.44803 83.359375 257.01053Q84.03125 257.5574 84.03125 258.41678L82.953125 258.41678Q82.953125 257.97928 82.5625 257.66678Q82.1875 257.33865 81.625 257.33865Q81.03125 257.33865 80.6875 257.60428Q80.359375 257.85428 80.359375 258.26053Q80.359375 258.65115 80.671875 258.85428Q80.984375 259.0574 81.796875 259.2449Q82.609375 259.41678 83.109375 259.66678Q83.609375 259.91678 83.84375 260.27615Q84.09375 260.63553 84.09375 261.13553Q84.09375 261.9949 83.40625 262.51053Q82.734375 263.02615 81.65625 263.02615Q80.890625 263.02615 80.296875 262.76053Q79.71875 262.47928 79.390625 261.9949Q79.0625 261.51053 79.0625 260.94803L80.140625 260.94803Q80.171875 261.4949 80.578125 261.82303Q80.984375 262.13553 81.65625 262.13553Q82.265625 262.13553 82.640625 261.88553Q83.015625 261.63553 83.015625 261.21365ZM89.234375 262.27615Q88.609375 263.02615 87.375 263.02615Q86.359375 263.02615 85.828125 262.4324Q85.296875 261.83865 85.296875 260.6824L85.296875 256.5574L86.375 256.5574L86.375 260.65115Q86.375 262.10428 87.546875 262.10428Q88.796875 262.10428 89.203125 261.16678L89.203125 256.5574L90.296875 256.5574L90.296875 262.90115L89.265625 262.90115L89.234375 262.27615ZM93.34375 256.5574L93.375 257.26053Q94.0625 256.44803 95.25 256.44803Q96.578125 256.44803 97.0625 257.46365Q97.375 257.01053 97.875 256.72928Q98.390625 256.44803 99.078125 256.44803Q101.171875 256.44803 101.203125 258.65115L101.203125 262.90115L100.125 262.90115L100.125 258.71365Q100.125 258.04178 99.8125 257.71365Q99.5 257.3699 98.765625 257.3699Q98.15625 257.3699 97.75 257.72928Q97.359375 258.08865 97.296875 258.69803L97.296875 262.90115L96.21875 262.90115L96.21875 258.7449Q96.21875 257.3699 94.859375 257.3699Q93.796875 257.3699 93.40625 258.27615L93.40625 262.90115L92.3125 262.90115L92.3125 256.5574L93.34375 256.5574ZM105.953125 263.02615Q104.65625 263.02615 103.84375 262.1824Q103.046875 261.32303 103.046875 259.90115L103.046875 259.71365Q103.046875 258.76053 103.40625 258.02615Q103.765625 257.27615 104.40625 256.8699Q105.0625 256.44803 105.8125 256.44803Q107.046875 256.44803 107.734375 257.26053Q108.421875 258.07303 108.421875 259.58865L108.421875 260.04178L104.125 260.04178Q104.15625 260.97928 104.671875 261.5574Q105.203125 262.13553 106.015625 262.13553Q106.578125 262.13553 106.96875 261.90115Q107.375 261.66678 107.6875 261.27615L108.34375 261.79178Q107.546875 263.02615 105.953125 263.02615ZM105.8125 257.33865Q105.15625 257.33865 104.703125 257.82303Q104.265625 258.29178 104.171875 259.15115L107.34375 259.15115L107.34375 259.07303Q107.296875 258.2449 106.890625 257.79178Q106.5 257.33865 105.8125 257.33865ZM112.390625 257.52615Q112.140625 257.4949 111.859375 257.4949Q110.78125 257.4949 110.40625 258.40115L110.40625 262.90115L109.328125 262.90115L109.328125 256.5574L110.375 256.5574L110.390625 257.29178Q110.921875 256.44803 111.90625 256.44803Q112.21875 256.44803 112.390625 256.52615L112.390625 257.52615ZM121.671875 259.8074Q121.671875 261.2449 121.015625 262.13553Q120.359375 263.02615 119.21875 263.02615Q118.0625 263.02615 117.40625 262.29178L117.40625 265.33865L116.328125 265.33865L116.328125 256.5574L117.3125 256.5574L117.359375 257.26053Q118.03125 256.44803 119.203125 256.44803Q120.34375 256.44803 121.0 257.3074Q121.671875 258.16678 121.671875 259.69803L121.671875 259.8074ZM120.59375 259.6824Q120.59375 258.60428 120.125 257.9949Q119.671875 257.3699 118.875 257.3699Q117.890625 257.3699 117.40625 258.22928L117.40625 261.26053Q117.890625 262.13553 118.890625 262.13553Q119.671875 262.13553 120.125 261.52615Q120.59375 260.90115 120.59375 259.6824ZM127.234375 262.90115Q127.140625 262.71365 127.078125 262.22928Q126.328125 263.02615 125.28125 263.02615Q124.34375 263.02615 123.734375 262.4949Q123.140625 261.96365 123.140625 261.13553Q123.140625 260.15115 123.890625 259.60428Q124.640625 259.0574 126.015625 259.0574L127.0625 259.0574L127.0625 258.5574Q127.0625 257.9949 126.71875 257.66678Q126.390625 257.32303 125.71875 257.32303Q125.140625 257.32303 124.75 257.6199Q124.359375 257.90115 124.359375 258.32303L123.265625 258.32303Q123.265625 257.83865 123.59375 257.40115Q123.9375 256.96365 124.515625 256.71365Q125.09375 256.44803 125.78125 256.44803Q126.890625 256.44803 127.5 256.9949Q128.125 257.54178 128.15625 258.4949L128.15625 261.41678Q128.15625 262.29178 128.375 262.8074L128.375 262.90115L127.234375 262.90115ZM125.4375 262.07303Q125.953125 262.07303 126.40625 261.8074Q126.859375 261.54178 127.0625 261.1199L127.0625 259.82303L126.21875 259.82303Q124.21875 259.82303 124.21875 260.9949Q124.21875 261.4949 124.5625 261.79178Q124.90625 262.07303 125.4375 262.07303ZM132.85938 262.13553Q133.4375 262.13553 133.875 261.79178Q134.3125 261.4324 134.35938 260.90115L135.39062 260.90115Q135.35938 261.44803 135.0 261.94803Q134.65625 262.4324 134.07812 262.72928Q133.51562 263.02615 132.85938 263.02615Q131.5625 263.02615 130.79688 262.16678Q130.04688 261.29178 130.04688 259.79178L130.04688 259.60428Q130.04688 258.6824 130.375 257.96365Q130.71875 257.2449 131.34375 256.85428Q131.98438 256.44803 132.85938 256.44803Q133.92188 256.44803 134.625 257.08865Q135.34375 257.71365 135.39062 258.7449L134.35938 258.7449Q134.3125 258.1199 133.89062 257.72928Q133.46875 257.33865 132.85938 257.33865Q132.03125 257.33865 131.57812 257.9324Q131.125 258.52615 131.125 259.65115L131.125 259.85428Q131.125 260.94803 131.57812 261.54178Q132.03125 262.13553 132.85938 262.13553ZM138.09375 259.96365L137.40625 260.66678L137.40625 262.90115L136.32812 262.90115L136.32812 253.90115L137.40625 253.90115L137.40625 259.33865L137.98438 258.65115L139.96875 256.5574L141.28125 256.5574L138.8125 259.21365L141.57812 262.90115L140.29688 262.90115L138.09375 259.96365ZM146.23438 262.90115Q146.14062 262.71365 146.07812 262.22928Q145.32812 263.02615 144.28125 263.02615Q143.34375 263.02615 142.73438 262.4949Q142.14062 261.96365 142.14062 261.13553Q142.14062 260.15115 142.89062 259.60428Q143.64062 259.0574 145.01562 259.0574L146.0625 259.0574L146.0625 258.5574Q146.0625 257.9949 145.71875 257.66678Q145.39062 257.32303 144.71875 257.32303Q144.14062 257.32303 143.75 257.6199Q143.35938 257.90115 143.35938 258.32303L142.26562 258.32303Q142.26562 257.83865 142.59375 257.40115Q142.9375 256.96365 143.51562 256.71365Q144.09375 256.44803 144.78125 256.44803Q145.89062 256.44803 146.5 256.9949Q147.125 257.54178 147.15625 258.4949L147.15625 261.41678Q147.15625 262.29178 147.375 262.8074L147.375 262.90115L146.23438 262.90115ZM144.4375 262.07303Q144.95312 262.07303 145.40625 261.8074Q145.85938 261.54178 146.0625 261.1199L146.0625 259.82303L145.21875 259.82303Q143.21875 259.82303 143.21875 260.9949Q143.21875 261.4949 143.5625 261.79178Q143.90625 262.07303 144.4375 262.07303ZM149.0625 259.6824Q149.0625 258.19803 149.75 257.32303Q150.4375 256.44803 151.5625 256.44803Q152.71875 256.44803 153.375 257.26053L153.42188 256.5574L154.42188 256.5574L154.42188 262.7449Q154.42188 263.97928 153.6875 264.6824Q152.95312 265.40115 151.73438 265.40115Q151.04688 265.40115 150.39062 265.10428Q149.73438 264.8074 149.39062 264.3074L149.95312 263.65115Q150.64062 264.51053 151.65625 264.51053Q152.4375 264.51053 152.875 264.0574Q153.32812 263.6199 153.32812 262.8074L153.32812 262.26053Q152.67188 263.02615 151.54688 263.02615Q150.4375 263.02615 149.75 262.13553Q149.0625 261.22928 149.0625 259.6824ZM150.15625 259.8074Q150.15625 260.8699 150.59375 261.4949Q151.03125 262.10428 151.82812 262.10428Q152.84375 262.10428 153.32812 261.16678L153.32812 258.27615Q152.82812 257.3699 151.82812 257.3699Q151.04688 257.3699 150.59375 257.97928Q150.15625 258.58865 150.15625 259.8074ZM158.95312 263.02615Q157.65625 263.02615 156.84375 262.1824Q156.04688 261.32303 156.04688 259.90115L156.04688 259.71365Q156.04688 258.76053 156.40625 258.02615Q156.76562 257.27615 157.40625 256.8699Q158.0625 256.44803 158.8125 256.44803Q160.04688 256.44803 160.73438 257.26053Q161.42188 258.07303 161.42188 259.58865L161.42188 260.04178L157.125 260.04178Q157.15625 260.97928 157.67188 261.5574Q158.20312 262.13553 159.01562 262.13553Q159.57812 262.13553 159.96875 261.90115Q160.375 261.66678 160.6875 261.27615L161.34375 261.79178Q160.54688 263.02615 158.95312 263.02615ZM158.8125 257.33865Q158.15625 257.33865 157.70312 257.82303Q157.26562 258.29178 157.17188 259.15115L160.34375 259.15115L160.34375 259.07303Q160.29688 258.2449 159.89062 257.79178Q159.5 257.33865 158.8125 257.33865ZM162.0625 259.6824Q162.0625 258.21365 162.75 257.33865Q163.4375 256.44803 164.5625 256.44803Q165.67188 256.44803 166.32812 257.19803L166.32812 253.90115L167.40625 253.90115L167.40625 262.90115L166.40625 262.90115L166.35938 262.21365Q165.70312 263.02615 164.54688 263.02615Q163.45312 263.02615 162.75 262.1199Q162.0625 261.21365 162.0625 259.76053L162.0625 259.6824ZM163.14062 259.8074Q163.14062 260.88553 163.57812 261.4949Q164.03125 262.10428 164.8125 262.10428Q165.84375 262.10428 166.32812 261.16678L166.32812 258.26053Q165.84375 257.3699 164.82812 257.3699Q164.03125 257.3699 163.57812 257.97928Q163.14062 258.58865 163.14062 259.8074Z" fill-rule="nonzero"/><path fill="#666666" d="M112.390625 283.69196L109.640625 283.69196L109.640625 291.30133L108.53125 291.30133L108.53125 283.69196L105.78125 283.69196L105.78125 282.77008L112.390625 282.77008L112.390625 283.69196ZM115.953125 291.42633Q114.65625 291.42633 113.84375 290.58258Q113.046875 289.7232 113.046875 288.30133L113.046875 288.11383Q113.046875 287.1607 113.40625 286.42633Q113.765625 285.67633 114.40625 285.27008Q115.0625 284.8482 115.8125 284.8482Q117.046875 284.8482 117.734375 285.6607Q118.421875 286.4732 118.421875 287.98883L118.421875 288.44196L114.125 288.44196Q114.15625 289.37946 114.671875 289.95758Q115.203125 290.5357 116.015625 290.5357Q116.578125 290.5357 116.96875 290.30133Q117.375 290.06696 117.6875 289.67633L118.34375 290.19196Q117.546875 291.42633 115.953125 291.42633ZM115.8125 285.73883Q115.15625 285.73883 114.703125 286.2232Q114.265625 286.69196 114.171875 287.55133L117.34375 287.55133L117.34375 287.4732Q117.296875 286.64508 116.890625 286.19196Q116.5 285.73883 115.8125 285.73883ZM121.859375 290.5357Q122.4375 290.5357 122.875 290.19196Q123.3125 289.83258 123.359375 289.30133L124.390625 289.30133Q124.359375 289.8482 124.0 290.3482Q123.65625 290.83258 123.078125 291.12946Q122.515625 291.42633 121.859375 291.42633Q120.5625 291.42633 119.796875 290.56696Q119.046875 289.69196 119.046875 288.19196L119.046875 288.00446Q119.046875 287.08258 119.375 286.36383Q119.71875 285.64508 120.34375 285.25446Q120.984375 284.8482 121.859375 284.8482Q122.921875 284.8482 123.625 285.48883Q124.34375 286.11383 124.390625 287.14508L123.359375 287.14508Q123.3125 286.52008 122.890625 286.12946Q122.46875 285.73883 121.859375 285.73883Q121.03125 285.73883 120.578125 286.33258Q120.125 286.92633 120.125 288.05133L120.125 288.25446Q120.125 289.3482 120.578125 289.94196Q121.03125 290.5357 121.859375 290.5357ZM126.40625 285.7232Q127.125 284.8482 128.28125 284.8482Q130.29688 284.8482 130.3125 287.11383L130.3125 291.30133L129.21875 291.30133L129.21875 287.0982Q129.21875 286.42633 128.90625 286.0982Q128.60938 285.77008 127.953125 285.77008Q127.421875 285.77008 127.015625 286.05133Q126.625 286.33258 126.40625 286.7857L126.40625 291.30133L125.328125 291.30133L125.328125 282.30133L126.40625 282.30133L126.40625 285.7232ZM133.34375 284.95758L133.375 285.75446Q134.10938 284.8482 135.28125 284.8482Q137.29688 284.8482 137.3125 287.11383L137.3125 291.30133L136.21875 291.30133L136.21875 287.0982Q136.21875 286.42633 135.90625 286.0982Q135.60938 285.77008 134.95312 285.77008Q134.42188 285.77008 134.01562 286.05133Q133.625 286.33258 133.40625 286.7857L133.40625 291.30133L132.32812 291.30133L132.32812 284.95758L133.34375 284.95758ZM139.03125 288.06696Q139.03125 287.14508 139.39062 286.39508Q139.76562 285.64508 140.42188 285.25446Q141.07812 284.8482 141.90625 284.8482Q143.20312 284.8482 144.0 285.73883Q144.8125 286.62946 144.8125 288.12946L144.8125 288.20758Q144.8125 289.12946 144.45312 289.86383Q144.09375 290.5982 143.4375 291.02008Q142.78125 291.42633 141.92188 291.42633Q140.64062 291.42633 139.82812 290.5357Q139.03125 289.62946 139.03125 288.14508L139.03125 288.06696ZM140.125 288.20758Q140.125 289.25446 140.60938 289.89508Q141.10938 290.5357 141.92188 290.5357Q142.75 290.5357 143.23438 289.89508Q143.71875 289.23883 143.71875 288.06696Q143.71875 287.0357 143.21875 286.39508Q142.73438 285.73883 141.90625 285.73883Q141.10938 285.73883 140.60938 286.37946Q140.125 287.00446 140.125 288.20758ZM147.5 291.30133L146.42188 291.30133L146.42188 282.30133L147.5 282.30133L147.5 291.30133ZM149.03125 288.06696Q149.03125 287.14508 149.39062 286.39508Q149.76562 285.64508 150.42188 285.25446Q151.07812 284.8482 151.90625 284.8482Q153.20312 284.8482 154.0 285.73883Q154.8125 286.62946 154.8125 288.12946L154.8125 288.20758Q154.8125 289.12946 154.45312 289.86383Q154.09375 290.5982 153.4375 291.02008Q152.78125 291.42633 151.92188 291.42633Q150.64062 291.42633 149.82812 290.5357Q149.03125 289.62946 149.03125 288.14508L149.03125 288.06696ZM150.125 288.20758Q150.125 289.25446 150.60938 289.89508Q151.10938 290.5357 151.92188 290.5357Q152.75 290.5357 153.23438 289.89508Q153.71875 289.23883 153.71875 288.06696Q153.71875 287.0357 153.21875 286.39508Q152.73438 285.73883 151.90625 285.73883Q151.10938 285.73883 150.60938 286.37946Q150.125 287.00446 150.125 288.20758ZM156.0625 288.08258Q156.0625 286.5982 156.75 285.7232Q157.4375 284.8482 158.5625 284.8482Q159.71875 284.8482 160.375 285.6607L160.42188 284.95758L161.42188 284.95758L161.42188 291.14508Q161.42188 292.37946 160.6875 293.08258Q159.95312 293.80133 158.73438 293.80133Q158.04688 293.80133 157.39062 293.50446Q156.73438 293.20758 156.39062 292.70758L156.95312 292.05133Q157.64062 292.9107 158.65625 292.9107Q159.4375 292.9107 159.875 292.45758Q160.32812 292.02008 160.32812 291.20758L160.32812 290.6607Q159.67188 291.42633 158.54688 291.42633Q157.4375 291.42633 156.75 290.5357Q156.0625 289.62946 156.0625 288.08258ZM157.15625 288.20758Q157.15625 289.27008 157.59375 289.89508Q158.03125 290.50446 158.82812 290.50446Q159.84375 290.50446 160.32812 289.56696L160.32812 286.67633Q159.82812 285.77008 158.82812 285.77008Q158.04688 285.77008 157.59375 286.37946Q157.15625 286.98883 157.15625 288.20758ZM165.39062 289.70758L166.875 284.95758L168.03125 284.95758L165.48438 292.2857Q164.89062 293.86383 163.60938 293.86383L163.39062 293.8482L163.0 293.77008L163.0 292.89508L163.28125 292.9107Q163.84375 292.9107 164.14062 292.69196Q164.45312 292.4732 164.65625 291.87946L164.89062 291.2232L162.625 284.95758L163.8125 284.95758L165.39062 289.70758Z" fill-rule="nonzero"/><path fill="#666666" d="M61.390625 312.09213L58.640625 312.09213L58.640625 319.7015L57.53125 319.7015L57.53125 312.09213L54.78125 312.09213L54.78125 311.17026L61.390625 311.17026L61.390625 312.09213ZM64.953125 319.8265Q63.65625 319.8265 62.84375 318.98276Q62.046875 318.12338 62.046875 316.7015L62.046875 316.514Q62.046875 315.56088 62.40625 314.8265Q62.765625 314.0765 63.40625 313.67026Q64.0625 313.24838 64.8125 313.24838Q66.046875 313.24838 66.734375 314.06088Q67.421875 314.87338 67.421875 316.389L67.421875 316.84213L63.125 316.84213Q63.15625 317.77963 63.671875 318.35776Q64.203125 318.93588 65.015625 318.93588Q65.578125 318.93588 65.96875 318.7015Q66.375 318.46713 66.6875 318.0765L67.34375 318.59213Q66.546875 319.8265 64.953125 319.8265ZM64.8125 314.139Q64.15625 314.139 63.703125 314.62338Q63.265625 315.09213 63.171875 315.9515L66.34375 315.9515L66.34375 315.87338Q66.296875 315.04526 65.890625 314.59213Q65.5 314.139 64.8125 314.139ZM69.5 319.7015L68.421875 319.7015L68.421875 310.7015L69.5 310.7015L69.5 319.7015ZM73.953125 319.8265Q72.65625 319.8265 71.84375 318.98276Q71.046875 318.12338 71.046875 316.7015L71.046875 316.514Q71.046875 315.56088 71.40625 314.8265Q71.765625 314.0765 72.40625 313.67026Q73.0625 313.24838 73.8125 313.24838Q75.046875 313.24838 75.734375 314.06088Q76.421875 314.87338 76.421875 316.389L76.421875 316.84213L72.125 316.84213Q72.15625 317.77963 72.671875 318.35776Q73.203125 318.93588 74.015625 318.93588Q74.578125 318.93588 74.96875 318.7015Q75.375 318.46713 75.6875 318.0765L76.34375 318.59213Q75.546875 319.8265 73.953125 319.8265ZM73.8125 314.139Q73.15625 314.139 72.703125 314.62338Q72.265625 315.09213 72.171875 315.9515L75.34375 315.9515L75.34375 315.87338Q75.296875 315.04526 74.890625 314.59213Q74.5 314.139 73.8125 314.139ZM79.859375 318.93588Q80.4375 318.93588 80.875 318.59213Q81.3125 318.23276 81.359375 317.7015L82.390625 317.7015Q82.359375 318.24838 82.0 318.74838Q81.65625 319.23276 81.078125 319.52963Q80.515625 319.8265 79.859375 319.8265Q78.5625 319.8265 77.796875 318.96713Q77.046875 318.09213 77.046875 316.59213L77.046875 316.40463Q77.046875 315.48276 77.375 314.764Q77.71875 314.04526 78.34375 313.65463Q78.984375 313.24838 79.859375 313.24838Q80.921875 313.24838 81.625 313.889Q82.34375 314.514 82.390625 315.54526L81.359375 315.54526Q81.3125 314.92026 80.890625 314.52963Q80.46875 314.139 79.859375 314.139Q79.03125 314.139 78.578125 314.73276Q78.125 315.3265 78.125 316.4515L78.125 316.65463Q78.125 317.74838 78.578125 318.34213Q79.03125 318.93588 79.859375 318.93588ZM83.03125 316.46713Q83.03125 315.54526 83.390625 314.79526Q83.765625 314.04526 84.421875 313.65463Q85.078125 313.24838 85.90625 313.24838Q87.203125 313.24838 88.0 314.139Q88.8125 315.02963 88.8125 316.52963L88.8125 316.60776Q88.8125 317.52963 88.453125 318.264Q88.09375 318.99838 87.4375 319.42026Q86.78125 319.8265 85.921875 319.8265Q84.640625 319.8265 83.828125 318.93588Q83.03125 318.02963 83.03125 316.54526L83.03125 316.46713ZM84.125 316.60776Q84.125 317.65463 84.609375 318.29526Q85.109375 318.93588 85.921875 318.93588Q86.75 318.93588 87.234375 318.29526Q87.71875 317.639 87.71875 316.46713Q87.71875 315.43588 87.21875 314.79526Q86.734375 314.139 85.90625 314.139Q85.109375 314.139 84.609375 314.77963Q84.125 315.40463 84.125 316.60776ZM91.34375 313.35776L91.375 314.06088Q92.0625 313.24838 93.25 313.24838Q94.578125 313.24838 95.0625 314.264Q95.375 313.81088 95.875 313.52963Q96.390625 313.24838 97.078125 313.24838Q99.171875 313.24838 99.203125 315.4515L99.203125 319.7015L98.125 319.7015L98.125 315.514Q98.125 314.84213 97.8125 314.514Q97.5 314.17026 96.765625 314.17026Q96.15625 314.17026 95.75 314.52963Q95.359375 314.889 95.296875 315.49838L95.296875 319.7015L94.21875 319.7015L94.21875 315.54526Q94.21875 314.17026 92.859375 314.17026Q91.796875 314.17026 91.40625 315.0765L91.40625 319.7015L90.3125 319.7015L90.3125 313.35776L91.34375 313.35776ZM102.34375 313.35776L102.375 314.06088Q103.0625 313.24838 104.25 313.24838Q105.578125 313.24838 106.0625 314.264Q106.375 313.81088 106.875 313.52963Q107.390625 313.24838 108.078125 313.24838Q110.171875 313.24838 110.203125 315.4515L110.203125 319.7015L109.125 319.7015L109.125 315.514Q109.125 314.84213 108.8125 314.514Q108.5 314.17026 107.765625 314.17026Q107.15625 314.17026 106.75 314.52963Q106.359375 314.889 106.296875 315.49838L106.296875 319.7015L105.21875 319.7015L105.21875 315.54526Q105.21875 314.17026 103.859375 314.17026Q102.796875 314.17026 102.40625 315.0765L102.40625 319.7015L101.3125 319.7015L101.3125 313.35776L102.34375 313.35776ZM116.234375 319.0765Q115.609375 319.8265 114.375 319.8265Q113.359375 319.8265 112.828125 319.23276Q112.296875 318.639 112.296875 317.48276L112.296875 313.35776L113.375 313.35776L113.375 317.4515Q113.375 318.90463 114.546875 318.90463Q115.796875 318.90463 116.203125 317.96713L116.203125 313.35776L117.296875 313.35776L117.296875 319.7015L116.265625 319.7015L116.234375 319.0765ZM120.34375 313.35776L120.375 314.15463Q121.109375 313.24838 122.28125 313.24838Q124.296875 313.24838 124.3125 315.514L124.3125 319.7015L123.21875 319.7015L123.21875 315.49838Q123.21875 314.8265 122.90625 314.49838Q122.609375 314.17026 121.953125 314.17026Q121.421875 314.17026 121.015625 314.4515Q120.625 314.73276 120.40625 315.18588L120.40625 319.7015L119.328125 319.7015L119.328125 313.35776L120.34375 313.35776ZM127.5 319.7015L126.421875 319.7015L126.421875 313.35776L127.5 313.35776L127.5 319.7015ZM126.328125 311.68588Q126.328125 311.42026 126.484375 311.23276Q126.65625 311.04526 126.96875 311.04526Q127.28125 311.04526 127.4375 311.23276Q127.609375 311.42026 127.609375 311.68588Q127.609375 311.93588 127.4375 312.12338Q127.28125 312.29526 126.96875 312.29526Q126.65625 312.29526 126.484375 312.12338Q126.328125 311.93588 126.328125 311.68588ZM131.85938 318.93588Q132.4375 318.93588 132.875 318.59213Q133.3125 318.23276 133.35938 317.7015L134.39062 317.7015Q134.35938 318.24838 134.0 318.74838Q133.65625 319.23276 133.07812 319.52963Q132.51562 319.8265 131.85938 319.8265Q130.5625 319.8265 129.79688 318.96713Q129.04688 318.09213 129.04688 316.59213L129.04688 316.40463Q129.04688 315.48276 129.375 314.764Q129.71875 314.04526 130.34375 313.65463Q130.98438 313.24838 131.85938 313.24838Q132.92188 313.24838 133.625 313.889Q134.34375 314.514 134.39062 315.54526L133.35938 315.54526Q133.3125 314.92026 132.89062 314.52963Q132.46875 314.139 131.85938 314.139Q131.03125 314.139 130.57812 314.73276Q130.125 315.3265 130.125 316.4515L130.125 316.65463Q130.125 317.74838 130.57812 318.34213Q131.03125 318.93588 131.85938 318.93588ZM139.23438 319.7015Q139.14062 319.514 139.07812 319.02963Q138.32812 319.8265 137.28125 319.8265Q136.34375 319.8265 135.73438 319.29526Q135.14062 318.764 135.14062 317.93588Q135.14062 316.9515 135.89062 316.40463Q136.64062 315.85776 138.01562 315.85776L139.0625 315.85776L139.0625 315.35776Q139.0625 314.79526 138.71875 314.46713Q138.39062 314.12338 137.71875 314.12338Q137.14062 314.12338 136.75 314.42026Q136.35938 314.7015 136.35938 315.12338L135.26562 315.12338Q135.26562 314.639 135.59375 314.2015Q135.9375 313.764 136.51562 313.514Q137.09375 313.24838 137.78125 313.24838Q138.89062 313.24838 139.5 313.79526Q140.125 314.34213 140.15625 315.29526L140.15625 318.21713Q140.15625 319.09213 140.375 319.60776L140.375 319.7015L139.23438 319.7015ZM137.4375 318.87338Q137.95312 318.87338 138.40625 318.60776Q138.85938 318.34213 139.0625 317.92026L139.0625 316.62338L138.21875 316.62338Q136.21875 316.62338 136.21875 317.79526Q136.21875 318.29526 136.5625 318.59213Q136.90625 318.87338 137.4375 318.87338ZM143.79688 311.8265L143.79688 313.35776L144.96875 313.35776L144.96875 314.2015L143.79688 314.2015L143.79688 318.12338Q143.79688 318.514 143.95312 318.7015Q144.10938 318.889 144.48438 318.889Q144.67188 318.889 145.0 318.8265L145.0 319.7015Q144.57812 319.8265 144.17188 319.8265Q143.45312 319.8265 143.07812 319.389Q142.70312 318.93588 142.70312 318.12338L142.70312 314.2015L141.54688 314.2015L141.54688 313.35776L142.70312 313.35776L142.70312 311.8265L143.79688 311.8265ZM147.5 319.7015L146.42188 319.7015L146.42188 313.35776L147.5 313.35776L147.5 319.7015ZM146.32812 311.68588Q146.32812 311.42026 146.48438 311.23276Q146.65625 311.04526 146.96875 311.04526Q147.28125 311.04526 147.4375 311.23276Q147.60938 311.42026 147.60938 311.68588Q147.60938 311.93588 147.4375 312.12338Q147.28125 312.29526 146.96875 312.29526Q146.65625 312.29526 146.48438 312.12338Q146.32812 311.93588 146.32812 311.68588ZM149.03125 316.46713Q149.03125 315.54526 149.39062 314.79526Q149.76562 314.04526 150.42188 313.65463Q151.07812 313.24838 151.90625 313.24838Q153.20312 313.24838 154.0 314.139Q154.8125 315.02963 154.8125 316.52963L154.8125 316.60776Q154.8125 317.52963 154.45312 318.264Q154.09375 318.99838 153.4375 319.42026Q152.78125 319.8265 151.92188 319.8265Q150.64062 319.8265 149.82812 318.93588Q149.03125 318.02963 149.03125 316.54526L149.03125 316.46713ZM150.125 316.60776Q150.125 317.65463 150.60938 318.29526Q151.10938 318.93588 151.92188 318.93588Q152.75 318.93588 153.23438 318.29526Q153.71875 317.639 153.71875 316.46713Q153.71875 315.43588 153.21875 314.79526Q152.73438 314.139 151.90625 314.139Q151.10938 314.139 150.60938 314.77963Q150.125 315.40463 150.125 316.60776ZM157.34375 313.35776L157.375 314.15463Q158.10938 313.24838 159.28125 313.24838Q161.29688 313.24838 161.3125 315.514L161.3125 319.7015L160.21875 319.7015L160.21875 315.49838Q160.21875 314.8265 159.90625 314.49838Q159.60938 314.17026 158.95312 314.17026Q158.42188 314.17026 158.01562 314.4515Q157.625 314.73276 157.40625 315.18588L157.40625 319.7015L156.32812 319.7015L156.32812 313.35776L157.34375 313.35776ZM167.01562 318.014Q167.01562 317.5765 166.67188 317.34213Q166.34375 317.09213 165.51562 316.92026Q164.70312 316.74838 164.21875 316.49838Q163.73438 316.24838 163.5 315.92026Q163.28125 315.5765 163.28125 315.10776Q163.28125 314.3265 163.9375 313.79526Q164.59375 313.24838 165.625 313.24838Q166.70312 313.24838 167.35938 313.81088Q168.03125 314.35776 168.03125 315.21713L166.95312 315.21713Q166.95312 314.77963 166.5625 314.46713Q166.1875 314.139 165.625 314.139Q165.03125 314.139 164.6875 314.40463Q164.35938 314.65463 164.35938 315.06088Q164.35938 315.4515 164.67188 315.65463Q164.98438 315.85776 165.79688 316.04526Q166.60938 316.21713 167.10938 316.46713Q167.60938 316.71713 167.84375 317.0765Q168.09375 317.43588 168.09375 317.93588Q168.09375 318.79526 167.40625 319.31088Q166.73438 319.8265 165.65625 319.8265Q164.89062 319.8265 164.29688 319.56088Q163.71875 319.27963 163.39062 318.79526Q163.0625 318.31088 163.0625 317.74838L164.14062 317.74838Q164.17188 318.29526 164.57812 318.62338Q164.98438 318.93588 165.65625 318.93588Q166.26562 318.93588 166.64062 318.68588Q167.01562 318.43588 167.01562 318.014Z" fill-rule="nonzero"/><path fill="#666666" d="M94.390625 340.4923L91.640625 340.4923L91.640625 348.10168L90.53125 348.10168L90.53125 340.4923L87.78125 340.4923L87.78125 339.57043L94.390625 339.57043L94.390625 340.4923ZM98.390625 342.72668Q98.140625 342.69543 97.859375 342.69543Q96.78125 342.69543 96.40625 343.60168L96.40625 348.10168L95.328125 348.10168L95.328125 341.75793L96.375 341.75793L96.390625 342.4923Q96.921875 341.64856 97.90625 341.64856Q98.21875 341.64856 98.390625 341.72668L98.390625 342.72668ZM103.234375 348.10168Q103.140625 347.91418 103.078125 347.4298Q102.328125 348.22668 101.28125 348.22668Q100.34375 348.22668 99.734375 347.69543Q99.140625 347.16418 99.140625 346.33606Q99.140625 345.35168 99.890625 344.8048Q100.640625 344.25793 102.015625 344.25793L103.0625 344.25793L103.0625 343.75793Q103.0625 343.19543 102.71875 342.8673Q102.390625 342.52356 101.71875 342.52356Q101.140625 342.52356 100.75 342.82043Q100.359375 343.10168 100.359375 343.52356L99.265625 343.52356Q99.265625 343.03918 99.59375 342.60168Q99.9375 342.16418 100.515625 341.91418Q101.09375 341.64856 101.78125 341.64856Q102.890625 341.64856 103.5 342.19543Q104.125 342.7423 104.15625 343.69543L104.15625 346.6173Q104.15625 347.4923 104.375 348.00793L104.375 348.10168L103.234375 348.10168ZM101.4375 347.27356Q101.953125 347.27356 102.40625 347.00793Q102.859375 346.7423 103.0625 346.32043L103.0625 345.02356L102.21875 345.02356Q100.21875 345.02356 100.21875 346.19543Q100.21875 346.69543 100.5625 346.9923Q100.90625 347.27356 101.4375 347.27356ZM107.34375 341.75793L107.375 342.5548Q108.109375 341.64856 109.28125 341.64856Q111.296875 341.64856 111.3125 343.91418L111.3125 348.10168L110.21875 348.10168L110.21875 343.89856Q110.21875 343.22668 109.90625 342.89856Q109.609375 342.57043 108.953125 342.57043Q108.421875 342.57043 108.015625 342.85168Q107.625 343.13293 107.40625 343.58606L107.40625 348.10168L106.328125 348.10168L106.328125 341.75793L107.34375 341.75793ZM117.015625 346.41418Q117.015625 345.97668 116.671875 345.7423Q116.34375 345.4923 115.515625 345.32043Q114.703125 345.14856 114.21875 344.89856Q113.734375 344.64856 113.5 344.32043Q113.28125 343.97668 113.28125 343.50793Q113.28125 342.72668 113.9375 342.19543Q114.59375 341.64856 115.625 341.64856Q116.703125 341.64856 117.359375 342.21106Q118.03125 342.75793 118.03125 343.6173L116.953125 343.6173Q116.953125 343.1798 116.5625 342.8673Q116.1875 342.53918 115.625 342.53918Q115.03125 342.53918 114.6875 342.8048Q114.359375 343.0548 114.359375 343.46106Q114.359375 343.85168 114.671875 344.0548Q114.984375 344.25793 115.796875 344.44543Q116.609375 344.6173 117.109375 344.8673Q117.609375 345.1173 117.84375 345.47668Q118.09375 345.83606 118.09375 346.33606Q118.09375 347.19543 117.40625 347.71106Q116.734375 348.22668 115.65625 348.22668Q114.890625 348.22668 114.296875 347.96106Q113.71875 347.6798 113.390625 347.19543Q113.0625 346.71106 113.0625 346.14856L114.140625 346.14856Q114.171875 346.69543 114.578125 347.02356Q114.984375 347.33606 115.65625 347.33606Q116.265625 347.33606 116.640625 347.08606Q117.015625 346.83606 117.015625 346.41418ZM124.671875 345.00793Q124.671875 346.44543 124.015625 347.33606Q123.359375 348.22668 122.21875 348.22668Q121.0625 348.22668 120.40625 347.4923L120.40625 350.53918L119.328125 350.53918L119.328125 341.75793L120.3125 341.75793L120.359375 342.46106Q121.03125 341.64856 122.203125 341.64856Q123.34375 341.64856 124.0 342.50793Q124.671875 343.3673 124.671875 344.89856L124.671875 345.00793ZM123.59375 344.88293Q123.59375 343.8048 123.125 343.19543Q122.671875 342.57043 121.875 342.57043Q120.890625 342.57043 120.40625 343.4298L120.40625 346.46106Q120.890625 347.33606 121.890625 347.33606Q122.671875 347.33606 123.125 346.72668Q123.59375 346.10168 123.59375 344.88293ZM126.03125 344.8673Q126.03125 343.94543 126.390625 343.19543Q126.765625 342.44543 127.421875 342.0548Q128.07812 341.64856 128.90625 341.64856Q130.20312 341.64856 131.0 342.53918Q131.8125 343.4298 131.8125 344.9298L131.8125 345.00793Q131.8125 345.9298 131.45312 346.66418Q131.09375 347.39856 130.4375 347.82043Q129.78125 348.22668 128.92188 348.22668Q127.640625 348.22668 126.828125 347.33606Q126.03125 346.4298 126.03125 344.94543L126.03125 344.8673ZM127.125 345.00793Q127.125 346.0548 127.609375 346.69543Q128.10938 347.33606 128.92188 347.33606Q129.75 347.33606 130.23438 346.69543Q130.71875 346.03918 130.71875 344.8673Q130.71875 343.83606 130.21875 343.19543Q129.73438 342.53918 128.90625 342.53918Q128.10938 342.53918 127.609375 343.1798Q127.125 343.8048 127.125 345.00793ZM136.39062 342.72668Q136.14062 342.69543 135.85938 342.69543Q134.78125 342.69543 134.40625 343.60168L134.40625 348.10168L133.32812 348.10168L133.32812 341.75793L134.375 341.75793L134.39062 342.4923Q134.92188 341.64856 135.90625 341.64856Q136.21875 341.64856 136.39062 341.72668L136.39062 342.72668ZM138.79688 340.22668L138.79688 341.75793L139.96875 341.75793L139.96875 342.60168L138.79688 342.60168L138.79688 346.52356Q138.79688 346.91418 138.95312 347.10168Q139.10938 347.28918 139.48438 347.28918Q139.67188 347.28918 140.0 347.22668L140.0 348.10168Q139.57812 348.22668 139.17188 348.22668Q138.45312 348.22668 138.07812 347.78918Q137.70312 347.33606 137.70312 346.52356L137.70312 342.60168L136.54688 342.60168L136.54688 341.75793L137.70312 341.75793L137.70312 340.22668L138.79688 340.22668ZM145.23438 348.10168Q145.14062 347.91418 145.07812 347.4298Q144.32812 348.22668 143.28125 348.22668Q142.34375 348.22668 141.73438 347.69543Q141.14062 347.16418 141.14062 346.33606Q141.14062 345.35168 141.89062 344.8048Q142.64062 344.25793 144.01562 344.25793L145.0625 344.25793L145.0625 343.75793Q145.0625 343.19543 144.71875 342.8673Q144.39062 342.52356 143.71875 342.52356Q143.14062 342.52356 142.75 342.82043Q142.35938 343.10168 142.35938 343.52356L141.26562 343.52356Q141.26562 343.03918 141.59375 342.60168Q141.9375 342.16418 142.51562 341.91418Q143.09375 341.64856 143.78125 341.64856Q144.89062 341.64856 145.5 342.19543Q146.125 342.7423 146.15625 343.69543L146.15625 346.6173Q146.15625 347.4923 146.375 348.00793L146.375 348.10168L145.23438 348.10168ZM143.4375 347.27356Q143.95312 347.27356 144.40625 347.00793Q144.85938 346.7423 145.0625 346.32043L145.0625 345.02356L144.21875 345.02356Q142.21875 345.02356 142.21875 346.19543Q142.21875 346.69543 142.5625 346.9923Q142.90625 347.27356 143.4375 347.27356ZM149.79688 340.22668L149.79688 341.75793L150.96875 341.75793L150.96875 342.60168L149.79688 342.60168L149.79688 346.52356Q149.79688 346.91418 149.95312 347.10168Q150.10938 347.28918 150.48438 347.28918Q150.67188 347.28918 151.0 347.22668L151.0 348.10168Q150.57812 348.22668 150.17188 348.22668Q149.45312 348.22668 149.07812 347.78918Q148.70312 347.33606 148.70312 346.52356L148.70312 342.60168L147.54688 342.60168L147.54688 341.75793L148.70312 341.75793L148.70312 340.22668L149.79688 340.22668ZM153.5 348.10168L152.42188 348.10168L152.42188 341.75793L153.5 341.75793L153.5 348.10168ZM152.32812 340.08606Q152.32812 339.82043 152.48438 339.63293Q152.65625 339.44543 152.96875 339.44543Q153.28125 339.44543 153.4375 339.63293Q153.60938 339.82043 153.60938 340.08606Q153.60938 340.33606 153.4375 340.52356Q153.28125 340.69543 152.96875 340.69543Q152.65625 340.69543 152.48438 340.52356Q152.32812 340.33606 152.32812 340.08606ZM155.03125 344.8673Q155.03125 343.94543 155.39062 343.19543Q155.76562 342.44543 156.42188 342.0548Q157.07812 341.64856 157.90625 341.64856Q159.20312 341.64856 160.0 342.53918Q160.8125 343.4298 160.8125 344.9298L160.8125 345.00793Q160.8125 345.9298 160.45312 346.66418Q160.09375 347.39856 159.4375 347.82043Q158.78125 348.22668 157.92188 348.22668Q156.64062 348.22668 155.82812 347.33606Q155.03125 346.4298 155.03125 344.94543L155.03125 344.8673ZM156.125 345.00793Q156.125 346.0548 156.60938 346.69543Q157.10938 347.33606 157.92188 347.33606Q158.75 347.33606 159.23438 346.69543Q159.71875 346.03918 159.71875 344.8673Q159.71875 343.83606 159.21875 343.19543Q158.73438 342.53918 157.90625 342.53918Q157.10938 342.53918 156.60938 343.1798Q156.125 343.8048 156.125 345.00793ZM163.34375 341.75793L163.375 342.5548Q164.10938 341.64856 165.28125 341.64856Q167.29688 341.64856 167.3125 343.91418L167.3125 348.10168L166.21875 348.10168L166.21875 343.89856Q166.21875 343.22668 165.90625 342.89856Q165.60938 342.57043 164.95312 342.57043Q164.42188 342.57043 164.01562 342.85168Q163.625 343.13293 163.40625 343.58606L163.40625 348.10168L162.32812 348.10168L162.32812 341.75793L163.34375 341.75793Z" fill-rule="nonzero"/><path fill="#666666" d="M147.04688 372.5175Q147.04688 373.7675 146.625 374.705Q146.20312 375.62686 145.42188 376.12686Q144.65625 376.62686 143.625 376.62686Q142.625 376.62686 141.84375 376.12686Q141.0625 375.62686 140.625 374.7206Q140.20312 373.79874 140.1875 372.58L140.1875 371.9706Q140.1875 370.73624 140.60938 369.79874Q141.04688 368.86124 141.82812 368.36124Q142.60938 367.8456 143.625 367.8456Q144.64062 367.8456 145.42188 368.3456Q146.20312 368.8456 146.625 369.7831Q147.04688 370.7206 147.04688 371.9706L147.04688 372.5175ZM145.9375 371.955Q145.9375 370.43936 145.32812 369.62686Q144.71875 368.81436 143.625 368.81436Q142.54688 368.81436 141.9375 369.62686Q141.32812 370.43936 141.3125 371.87686L141.3125 372.5175Q141.3125 373.98624 141.92188 374.83Q142.54688 375.6581 143.625 375.6581Q144.71875 375.6581 145.3125 374.87686Q145.92188 374.08 145.9375 372.5956L145.9375 371.955ZM149.79688 368.62686L149.79688 370.1581L150.96875 370.1581L150.96875 371.00186L149.79688 371.00186L149.79688 374.92374Q149.79688 375.31436 149.95312 375.50186Q150.10938 375.68936 150.48438 375.68936Q150.67188 375.68936 151.0 375.62686L151.0 376.50186Q150.57812 376.62686 150.17188 376.62686Q149.45312 376.62686 149.07812 376.18936Q148.70312 375.73624 148.70312 374.92374L148.70312 371.00186L147.54688 371.00186L147.54688 370.1581L148.70312 370.1581L148.70312 368.62686L149.79688 368.62686ZM153.40625 370.92374Q154.125 370.04874 155.28125 370.04874Q157.29688 370.04874 157.3125 372.31436L157.3125 376.50186L156.21875 376.50186L156.21875 372.29874Q156.21875 371.62686 155.90625 371.29874Q155.60938 370.9706 154.95312 370.9706Q154.42188 370.9706 154.01562 371.25186Q153.625 371.5331 153.40625 371.98624L153.40625 376.50186L152.32812 376.50186L152.32812 367.50186L153.40625 367.50186L153.40625 370.92374ZM161.95312 376.62686Q160.65625 376.62686 159.84375 375.7831Q159.04688 374.92374 159.04688 373.50186L159.04688 373.31436Q159.04688 372.36124 159.40625 371.62686Q159.76562 370.87686 160.40625 370.4706Q161.0625 370.04874 161.8125 370.04874Q163.04688 370.04874 163.73438 370.86124Q164.42188 371.67374 164.42188 373.18936L164.42188 373.6425L160.125 373.6425Q160.15625 374.58 160.67188 375.1581Q161.20312 375.73624 162.01562 375.73624Q162.57812 375.73624 162.96875 375.50186Q163.375 375.2675 163.6875 374.87686L164.34375 375.3925Q163.54688 376.62686 161.95312 376.62686ZM161.8125 370.93936Q161.15625 370.93936 160.70312 371.42374Q160.26562 371.8925 160.17188 372.75186L163.34375 372.75186L163.34375 372.67374Q163.29688 371.8456 162.89062 371.3925Q162.5 370.93936 161.8125 370.93936ZM168.39062 371.12686Q168.14062 371.0956 167.85938 371.0956Q166.78125 371.0956 166.40625 372.00186L166.40625 376.50186L165.32812 376.50186L165.32812 370.1581L166.375 370.1581L166.39062 370.8925Q166.92188 370.04874 167.90625 370.04874Q168.21875 370.04874 168.39062 370.12686L168.39062 371.12686Z" fill-rule="nonzero"/><path fill="#666666" d="M172.5625 405.53134Q172.5625 407.4376 171.90625 408.3751Q171.26562 409.29697 169.875 409.29697Q168.51562 409.29697 167.85938 408.39072Q167.20312 407.48447 167.17188 405.67197L167.17188 404.23447Q167.17188 402.34384 167.8125 401.4376Q168.46875 400.51572 169.85938 400.51572Q171.23438 400.51572 171.89062 401.40634Q172.54688 402.28134 172.5625 404.1251L172.5625 405.53134ZM171.46875 404.04697Q171.46875 402.67197 171.07812 402.04697Q170.70312 401.40634 169.85938 401.40634Q169.03125 401.40634 168.64062 402.04697Q168.26562 402.67197 168.26562 403.96884L168.26562 405.70322Q168.26562 407.07822 168.65625 407.7501Q169.0625 408.40634 169.875 408.40634Q170.67188 408.40634 171.0625 407.78134Q171.45312 407.15634 171.46875 405.82822L171.46875 404.04697ZM174.10938 402.28134Q174.10938 401.51572 174.59375 401.01572Q175.09375 400.51572 175.85938 400.51572Q176.64062 400.51572 177.125 401.01572Q177.60938 401.51572 177.60938 402.3126L177.60938 402.73447Q177.60938 403.5001 177.10938 404.0001Q176.625 404.48447 175.875 404.48447Q175.10938 404.48447 174.60938 404.0001Q174.10938 403.5001 174.10938 402.6876L174.10938 402.28134ZM174.92188 402.73447Q174.92188 403.1876 175.17188 403.48447Q175.4375 403.78134 175.875 403.78134Q176.29688 403.78134 176.54688 403.5001Q176.79688 403.20322 176.79688 402.70322L176.79688 402.28134Q176.79688 401.82822 176.54688 401.53134Q176.29688 401.21884 175.85938 401.21884Q175.42188 401.21884 175.17188 401.53134Q174.92188 401.82822 174.92188 402.29697L174.92188 402.73447ZM178.26562 407.07822Q178.26562 406.3126 178.75 405.82822Q179.25 405.32822 180.01562 405.32822Q180.78125 405.32822 181.26562 405.82822Q181.76562 406.3126 181.76562 407.1251L181.76562 407.53134Q181.76562 408.29697 181.28125 408.79697Q180.79688 409.29697 180.03125 409.29697Q179.26562 409.29697 178.76562 408.8126Q178.26562 408.3126 178.26562 407.5001L178.26562 407.07822ZM179.07812 407.53134Q179.07812 408.0001 179.32812 408.29697Q179.59375 408.59384 180.03125 408.59384Q180.45312 408.59384 180.70312 408.3126Q180.95312 408.01572 180.95312 407.51572L180.95312 407.07822Q180.95312 406.60947 180.6875 406.32822Q180.4375 406.03134 180.01562 406.03134Q179.59375 406.03134 179.32812 406.32822Q179.07812 406.60947 179.07812 407.10947L179.07812 407.53134ZM176.125 408.53134L175.5 408.14072L179.67188 401.46884L180.28125 401.85947L176.125 408.53134Z" fill-rule="nonzero"/><path fill="#666666" d="M277.04688 409.17197L271.45312 409.17197L271.45312 408.39072L274.40625 405.10947Q275.0625 404.35947 275.3125 403.90634Q275.5625 403.4376 275.5625 402.9376Q275.5625 402.26572 275.15625 401.84384Q274.76562 401.40634 274.07812 401.40634Q273.28125 401.40634 272.82812 401.8751Q272.375 402.32822 272.375 403.15634L271.29688 403.15634Q271.29688 401.96884 272.04688 401.2501Q272.8125 400.51572 274.07812 400.51572Q275.28125 400.51572 275.96875 401.14072Q276.65625 401.76572 276.65625 402.8126Q276.65625 404.0626 275.04688 405.8126L272.76562 408.28134L277.04688 408.28134L277.04688 409.17197ZM278.95312 404.89072L279.39062 400.64072L283.76562 400.64072L283.76562 401.64072L280.3125 401.64072L280.04688 403.96884Q280.6875 403.59384 281.48438 403.59384Q282.64062 403.59384 283.32812 404.3751Q284.01562 405.14072 284.01562 406.45322Q284.01562 407.76572 283.29688 408.53134Q282.59375 409.29697 281.3125 409.29697Q280.1875 409.29697 279.46875 408.67197Q278.75 408.03134 278.65625 406.92197L279.67188 406.92197Q279.78125 407.65634 280.20312 408.03134Q280.625 408.40634 281.3125 408.40634Q282.0625 408.40634 282.5 407.89072Q282.9375 407.3751 282.9375 406.46884Q282.9375 405.60947 282.46875 405.09384Q282.0 404.57822 281.21875 404.57822Q280.51562 404.57822 280.10938 404.8751L279.82812 405.10947L278.95312 404.89072ZM285.35938 402.28134Q285.35938 401.51572 285.84375 401.01572Q286.34375 400.51572 287.10938 400.51572Q287.89062 400.51572 288.375 401.01572Q288.85938 401.51572 288.85938 402.3126L288.85938 402.73447Q288.85938 403.5001 288.35938 404.0001Q287.875 404.48447 287.125 404.48447Q286.35938 404.48447 285.85938 404.0001Q285.35938 403.5001 285.35938 402.6876L285.35938 402.28134ZM286.17188 402.73447Q286.17188 403.1876 286.42188 403.48447Q286.6875 403.78134 287.125 403.78134Q287.54688 403.78134 287.79688 403.5001Q288.04688 403.20322 288.04688 402.70322L288.04688 402.28134Q288.04688 401.82822 287.79688 401.53134Q287.54688 401.21884 287.10938 401.21884Q286.67188 401.21884 286.42188 401.53134Q286.17188 401.82822 286.17188 402.29697L286.17188 402.73447ZM289.51562 407.07822Q289.51562 406.3126 290.0 405.82822Q290.5 405.32822 291.26562 405.32822Q292.03125 405.32822 292.51562 405.82822Q293.01562 406.3126 293.01562 407.1251L293.01562 407.53134Q293.01562 408.29697 292.53125 408.79697Q292.04688 409.29697 291.28125 409.29697Q290.51562 409.29697 290.01562 408.8126Q289.51562 408.3126 289.51562 407.5001L289.51562 407.07822ZM290.32812 407.53134Q290.32812 408.0001 290.57812 408.29697Q290.84375 408.59384 291.28125 408.59384Q291.70312 408.59384 291.95312 408.3126Q292.20312 408.01572 292.20312 407.51572L292.20312 407.07822Q292.20312 406.60947 291.9375 406.32822Q291.6875 406.03134 291.26562 406.03134Q290.84375 406.03134 290.57812 406.32822Q290.32812 406.60947 290.32812 407.10947L290.32812 407.53134ZM287.375 408.53134L286.75 408.14072L290.92188 401.46884L291.53125 401.85947L287.375 408.53134Z" fill-rule="nonzero"/><path fill="#666666" d="M379.70312 404.89072L380.14062 400.64072L384.51562 400.64072L384.51562 401.64072L381.0625 401.64072L380.79688 403.96884Q381.4375 403.59384 382.23438 403.59384Q383.39062 403.59384 384.07812 404.3751Q384.76562 405.14072 384.76562 406.45322Q384.76562 407.76572 384.04688 408.53134Q383.34375 409.29697 382.0625 409.29697Q380.9375 409.29697 380.21875 408.67197Q379.5 408.03134 379.40625 406.92197L380.42188 406.92197Q380.53125 407.65634 380.95312 408.03134Q381.375 408.40634 382.0625 408.40634Q382.8125 408.40634 383.25 407.89072Q383.6875 407.3751 383.6875 406.46884Q383.6875 405.60947 383.21875 405.09384Q382.75 404.57822 381.96875 404.57822Q381.26562 404.57822 380.85938 404.8751L380.57812 405.10947L379.70312 404.89072ZM391.5625 405.53134Q391.5625 407.4376 390.90625 408.3751Q390.26562 409.29697 388.875 409.29697Q387.51562 409.29697 386.85938 408.39072Q386.20312 407.48447 386.17188 405.67197L386.17188 404.23447Q386.17188 402.34384 386.8125 401.4376Q387.46875 400.51572 388.85938 400.51572Q390.23438 400.51572 390.89062 401.40634Q391.54688 402.28134 391.5625 404.1251L391.5625 405.53134ZM390.46875 404.04697Q390.46875 402.67197 390.07812 402.04697Q389.70312 401.40634 388.85938 401.40634Q388.03125 401.40634 387.64062 402.04697Q387.26562 402.67197 387.26562 403.96884L387.26562 405.70322Q387.26562 407.07822 387.65625 407.7501Q388.0625 408.40634 388.875 408.40634Q389.67188 408.40634 390.0625 407.78134Q390.45312 407.15634 390.46875 405.82822L390.46875 404.04697ZM393.10938 402.28134Q393.10938 401.51572 393.59375 401.01572Q394.09375 400.51572 394.85938 400.51572Q395.64062 400.51572 396.125 401.01572Q396.60938 401.51572 396.60938 402.3126L396.60938 402.73447Q396.60938 403.5001 396.10938 404.0001Q395.625 404.48447 394.875 404.48447Q394.10938 404.48447 393.60938 404.0001Q393.10938 403.5001 393.10938 402.6876L393.10938 402.28134ZM393.92188 402.73447Q393.92188 403.1876 394.17188 403.48447Q394.4375 403.78134 394.875 403.78134Q395.29688 403.78134 395.54688 403.5001Q395.79688 403.20322 395.79688 402.70322L395.79688 402.28134Q395.79688 401.82822 395.54688 401.53134Q395.29688 401.21884 394.85938 401.21884Q394.42188 401.21884 394.17188 401.53134Q393.92188 401.82822 393.92188 402.29697L393.92188 402.73447ZM397.26562 407.07822Q397.26562 406.3126 397.75 405.82822Q398.25 405.32822 399.01562 405.32822Q399.78125 405.32822 400.26562 405.82822Q400.76562 406.3126 400.76562 407.1251L400.76562 407.53134Q400.76562 408.29697 400.28125 408.79697Q399.79688 409.29697 399.03125 409.29697Q398.26562 409.29697 397.76562 408.8126Q397.26562 408.3126 397.26562 407.5001L397.26562 407.07822ZM398.07812 407.53134Q398.07812 408.0001 398.32812 408.29697Q398.59375 408.59384 399.03125 408.59384Q399.45312 408.59384 399.70312 408.3126Q399.95312 408.01572 399.95312 407.51572L399.95312 407.07822Q399.95312 406.60947 399.6875 406.32822Q399.4375 406.03134 399.01562 406.03134Q398.59375 406.03134 398.32812 406.32822Q398.07812 406.60947 398.07812 407.10947L398.07812 407.53134ZM395.125 408.53134L394.5 408.14072L398.67188 401.46884L399.28125 401.85947L395.125 408.53134Z" fill-rule="nonzero"/><path fill="#666666" d="M492.46875 401.2501L488.9375 409.17197L487.79688 409.17197L491.3125 401.53134L486.70312 401.53134L486.70312 400.64072L492.46875 400.64072L492.46875 401.2501ZM494.45312 404.89072L494.89062 400.64072L499.26562 400.64072L499.26562 401.64072L495.8125 401.64072L495.54688 403.96884Q496.1875 403.59384 496.98438 403.59384Q498.14062 403.59384 498.82812 404.3751Q499.51562 405.14072 499.51562 406.45322Q499.51562 407.76572 498.79688 408.53134Q498.09375 409.29697 496.8125 409.29697Q495.6875 409.29697 494.96875 408.67197Q494.25 408.03134 494.15625 406.92197L495.17188 406.92197Q495.28125 407.65634 495.70312 408.03134Q496.125 408.40634 496.8125 408.40634Q497.5625 408.40634 498.0 407.89072Q498.4375 407.3751 498.4375 406.46884Q498.4375 405.60947 497.96875 405.09384Q497.5 404.57822 496.71875 404.57822Q496.01562 404.57822 495.60938 404.8751L495.32812 405.10947L494.45312 404.89072ZM500.85938 402.28134Q500.85938 401.51572 501.34375 401.01572Q501.84375 400.51572 502.60938 400.51572Q503.39062 400.51572 503.875 401.01572Q504.35938 401.51572 504.35938 402.3126L504.35938 402.73447Q504.35938 403.5001 503.85938 404.0001Q503.375 404.48447 502.625 404.48447Q501.85938 404.48447 501.35938 404.0001Q500.85938 403.5001 500.85938 402.6876L500.85938 402.28134ZM501.67188 402.73447Q501.67188 403.1876 501.92188 403.48447Q502.1875 403.78134 502.625 403.78134Q503.04688 403.78134 503.29688 403.5001Q503.54688 403.20322 503.54688 402.70322L503.54688 402.28134Q503.54688 401.82822 503.29688 401.53134Q503.04688 401.21884 502.60938 401.21884Q502.17188 401.21884 501.92188 401.53134Q501.67188 401.82822 501.67188 402.29697L501.67188 402.73447ZM505.01562 407.07822Q505.01562 406.3126 505.5 405.82822Q506.0 405.32822 506.76562 405.32822Q507.53125 405.32822 508.01562 405.82822Q508.51562 406.3126 508.51562 407.1251L508.51562 407.53134Q508.51562 408.29697 508.03125 408.79697Q507.54688 409.29697 506.78125 409.29697Q506.01562 409.29697 505.51562 408.8126Q505.01562 408.3126 505.01562 407.5001L505.01562 407.07822ZM505.82812 407.53134Q505.82812 408.0001 506.07812 408.29697Q506.34375 408.59384 506.78125 408.59384Q507.20312 408.59384 507.45312 408.3126Q507.70312 408.01572 507.70312 407.51572L507.70312 407.07822Q507.70312 406.60947 507.4375 406.32822Q507.1875 406.03134 506.76562 406.03134Q506.34375 406.03134 506.07812 406.32822Q505.82812 406.60947 505.82812 407.10947L505.82812 407.53134ZM502.875 408.53134L502.25 408.14072L506.42188 401.46884L507.03125 401.85947L502.875 408.53134Z" fill-rule="nonzero"/><path fill="#666666" d="M594.7656 409.17197L593.6875 409.17197L593.6875 401.95322L591.5 402.7501L591.5 401.76572L594.6094 400.59384L594.7656 400.59384L594.7656 409.17197ZM603.5625 405.53134Q603.5625 407.4376 602.90625 408.3751Q602.2656 409.29697 600.875 409.29697Q599.5156 409.29697 598.8594 408.39072Q598.2031 407.48447 598.1719 405.67197L598.1719 404.23447Q598.1719 402.34384 598.8125 401.4376Q599.46875 400.51572 600.8594 400.51572Q602.2344 400.51572 602.8906 401.40634Q603.5469 402.28134 603.5625 404.1251L603.5625 405.53134ZM602.46875 404.04697Q602.46875 402.67197 602.0781 402.04697Q601.7031 401.40634 600.8594 401.40634Q600.03125 401.40634 599.6406 402.04697Q599.2656 402.67197 599.2656 403.96884L599.2656 405.70322Q599.2656 407.07822 599.65625 407.7501Q600.0625 408.40634 600.875 408.40634Q601.6719 408.40634 602.0625 407.78134Q602.4531 407.15634 602.46875 405.82822L602.46875 404.04697ZM610.5625 405.53134Q610.5625 407.4376 609.90625 408.3751Q609.2656 409.29697 607.875 409.29697Q606.5156 409.29697 605.8594 408.39072Q605.2031 407.48447 605.1719 405.67197L605.1719 404.23447Q605.1719 402.34384 605.8125 401.4376Q606.46875 400.51572 607.8594 400.51572Q609.2344 400.51572 609.8906 401.40634Q610.5469 402.28134 610.5625 404.1251L610.5625 405.53134ZM609.46875 404.04697Q609.46875 402.67197 609.0781 402.04697Q608.7031 401.40634 607.8594 401.40634Q607.03125 401.40634 606.6406 402.04697Q606.2656 402.67197 606.2656 403.96884L606.2656 405.70322Q606.2656 407.07822 606.65625 407.7501Q607.0625 408.40634 607.875 408.40634Q608.6719 408.40634 609.0625 407.78134Q609.4531 407.15634 609.46875 405.82822L609.46875 404.04697ZM612.1094 402.28134Q612.1094 401.51572 612.59375 401.01572Q613.09375 400.51572 613.8594 400.51572Q614.6406 400.51572 615.125 401.01572Q615.6094 401.51572 615.6094 402.3126L615.6094 402.73447Q615.6094 403.5001 615.1094 404.0001Q614.625 404.48447 613.875 404.48447Q613.1094 404.48447 612.6094 404.0001Q612.1094 403.5001 612.1094 402.6876L612.1094 402.28134ZM612.9219 402.73447Q612.9219 403.1876 613.1719 403.48447Q613.4375 403.78134 613.875 403.78134Q614.2969 403.78134 614.5469 403.5001Q614.7969 403.20322 614.7969 402.70322L614.7969 402.28134Q614.7969 401.82822 614.5469 401.53134Q614.2969 401.21884 613.8594 401.21884Q613.4219 401.21884 613.1719 401.53134Q612.9219 401.82822 612.9219 402.29697L612.9219 402.73447ZM616.2656 407.07822Q616.2656 406.3126 616.75 405.82822Q617.25 405.32822 618.0156 405.32822Q618.78125 405.32822 619.2656 405.82822Q619.7656 406.3126 619.7656 407.1251L619.7656 407.53134Q619.7656 408.29697 619.28125 408.79697Q618.7969 409.29697 618.03125 409.29697Q617.2656 409.29697 616.7656 408.8126Q616.2656 408.3126 616.2656 407.5001L616.2656 407.07822ZM617.0781 407.53134Q617.0781 408.0001 617.3281 408.29697Q617.59375 408.59384 618.03125 408.59384Q618.4531 408.59384 618.7031 408.3126Q618.9531 408.01572 618.9531 407.51572L618.9531 407.07822Q618.9531 406.60947 618.6875 406.32822Q618.4375 406.03134 618.0156 406.03134Q617.59375 406.03134 617.3281 406.32822Q617.0781 406.60947 617.0781 407.10947L617.0781 407.53134ZM614.125 408.53134L613.5 408.14072L617.6719 401.46884L618.28125 401.85947L614.125 408.53134Z" fill-rule="nonzero"/><path fill="#990000" d="M625.18384 136.35437C625.18384 135.8021 625.6316 135.35437 626.18384 135.35437L636.18384 135.35437C636.73615 135.35437 637.18384 135.8021 637.18384 136.35437L637.18384 146.35437C637.18384 146.90666 636.73615 147.35437 636.18384 147.35437L626.18384 147.35437C625.6316 147.35437 625.18384 146.90666 625.18384 146.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M648.68384 142.0575Q647.24634 141.63562 646.57446 141.02625Q645.9182 140.41687 645.9182 139.52625Q645.9182 138.52625 646.7151 137.87Q647.5276 137.19812 648.82446 137.19812Q649.69946 137.19812 650.38696 137.54187Q651.07446 137.88562 651.44946 138.47937Q651.8401 139.07312 651.8401 139.79187L650.69946 139.79187Q650.69946 139.01062 650.19946 138.57312Q649.7151 138.13562 648.82446 138.13562Q647.99634 138.13562 647.5276 138.51062Q647.05884 138.87 647.05884 139.51062Q647.05884 140.04187 647.49634 140.40125Q647.94946 140.76062 649.01196 141.0575Q650.07446 141.35437 650.6682 141.71375Q651.2776 142.07312 651.55884 142.5575Q651.8557 143.04187 651.8557 143.6825Q651.8557 144.72937 651.0432 145.35437Q650.2307 145.97937 648.88696 145.97937Q647.99634 145.97937 647.2307 145.63562Q646.4807 145.29187 646.05884 144.71375Q645.6526 144.12 645.6526 143.38562L646.7776 143.38562Q646.7776 144.15125 647.3557 144.60437Q647.93384 145.0575 648.88696 145.0575Q649.7776 145.0575 650.24634 144.69812Q650.7151 144.32312 650.7151 143.69812Q650.7151 143.07312 650.2776 142.72937Q649.8401 142.38562 648.68384 142.0575ZM654.4807 137.97937L654.4807 139.51062L655.6526 139.51062L655.6526 140.35437L654.4807 140.35437L654.4807 144.27625Q654.4807 144.66687 654.63696 144.85437Q654.7932 145.04187 655.1682 145.04187Q655.3557 145.04187 655.68384 144.97937L655.68384 145.85437Q655.26196 145.97937 654.8557 145.97937Q654.13696 145.97937 653.76196 145.54187Q653.38696 145.08875 653.38696 144.27625L653.38696 140.35437L652.2307 140.35437L652.2307 139.51062L653.38696 139.51062L653.38696 137.97937L654.4807 137.97937ZM660.07446 140.47937Q659.82446 140.44812 659.5432 140.44812Q658.4651 140.44812 658.0901 141.35437L658.0901 145.85437L657.01196 145.85437L657.01196 139.51062L658.05884 139.51062L658.07446 140.245Q658.6057 139.40125 659.5901 139.40125Q659.9026 139.40125 660.07446 139.47937L660.07446 140.47937ZM660.7151 142.62Q660.7151 141.69812 661.07446 140.94812Q661.44946 140.19812 662.1057 139.8075Q662.76196 139.40125 663.5901 139.40125Q664.88696 139.40125 665.68384 140.29187Q666.49634 141.1825 666.49634 142.6825L666.49634 142.76062Q666.49634 143.6825 666.13696 144.41687Q665.7776 145.15125 665.12134 145.57312Q664.4651 145.97937 663.6057 145.97937Q662.32446 145.97937 661.51196 145.08875Q660.7151 144.1825 660.7151 142.69812L660.7151 142.62ZM661.80884 142.76062Q661.80884 143.8075 662.2932 144.44812Q662.7932 145.08875 663.6057 145.08875Q664.43384 145.08875 664.9182 144.44812Q665.4026 143.79187 665.4026 142.62Q665.4026 141.58875 664.9026 140.94812Q664.4182 140.29187 663.5901 140.29187Q662.7932 140.29187 662.2932 140.9325Q661.80884 141.5575 661.80884 142.76062ZM669.0276 139.51062L669.05884 140.3075Q669.7932 139.40125 670.9651 139.40125Q672.9807 139.40125 672.99634 141.66687L672.99634 145.85437L671.9026 145.85437L671.9026 141.65125Q671.9026 140.97937 671.5901 140.65125Q671.2932 140.32312 670.63696 140.32312Q670.1057 140.32312 669.69946 140.60437Q669.30884 140.88562 669.0901 141.33875L669.0901 145.85437L668.01196 145.85437L668.01196 139.51062L669.0276 139.51062ZM674.74634 142.63562Q674.74634 141.15125 675.43384 140.27625Q676.12134 139.40125 677.24634 139.40125Q678.4026 139.40125 679.05884 140.21375L679.1057 139.51062L680.1057 139.51062L680.1057 145.69812Q680.1057 146.9325 679.37134 147.63562Q678.63696 148.35437 677.4182 148.35437Q676.7307 148.35437 676.07446 148.0575Q675.4182 147.76062 675.07446 147.26062L675.63696 146.60437Q676.32446 147.46375 677.3401 147.46375Q678.12134 147.46375 678.55884 147.01062Q679.01196 146.57312 679.01196 145.76062L679.01196 145.21375Q678.3557 145.97937 677.2307 145.97937Q676.12134 145.97937 675.43384 145.08875Q674.74634 144.1825 674.74634 142.63562ZM675.8401 142.76062Q675.8401 143.82312 676.2776 144.44812Q676.7151 145.0575 677.51196 145.0575Q678.5276 145.0575 679.01196 144.12L679.01196 141.22937Q678.51196 140.32312 677.51196 140.32312Q676.7307 140.32312 676.2776 140.9325Q675.8401 141.54187 675.8401 142.76062ZM683.18384 145.85437L682.1057 145.85437L682.1057 136.85437L683.18384 136.85437L683.18384 145.85437ZM687.07446 144.26062L688.55884 139.51062L689.7151 139.51062L687.1682 146.83875Q686.57446 148.41687 685.2932 148.41687L685.07446 148.40125L684.68384 148.32312L684.68384 147.44812L684.9651 147.46375Q685.5276 147.46375 685.82446 147.245Q686.13696 147.02625 686.3401 146.4325L686.57446 145.77625L684.30884 139.51062L685.49634 139.51062L687.07446 144.26062ZM693.74634 142.63562Q693.74634 141.16687 694.43384 140.29187Q695.12134 139.40125 696.24634 139.40125Q697.3557 139.40125 698.01196 140.15125L698.01196 136.85437L699.0901 136.85437L699.0901 145.85437L698.0901 145.85437L698.0432 145.16687Q697.38696 145.97937 696.2307 145.97937Q695.13696 145.97937 694.43384 145.07312Q693.74634 144.16687 693.74634 142.71375L693.74634 142.63562ZM694.82446 142.76062Q694.82446 143.83875 695.26196 144.44812Q695.7151 145.0575 696.49634 145.0575Q697.5276 145.0575 698.01196 144.12L698.01196 141.21375Q697.5276 140.32312 696.51196 140.32312Q695.7151 140.32312 695.26196 140.9325Q694.82446 141.54187 694.82446 142.76062ZM702.18384 145.85437L701.1057 145.85437L701.1057 139.51062L702.18384 139.51062L702.18384 145.85437ZM701.01196 137.83875Q701.01196 137.57312 701.1682 137.38562Q701.3401 137.19812 701.6526 137.19812Q701.9651 137.19812 702.12134 137.38562Q702.2932 137.57312 702.2932 137.83875Q702.2932 138.08875 702.12134 138.27625Q701.9651 138.44812 701.6526 138.44812Q701.3401 138.44812 701.1682 138.27625Q701.01196 138.08875 701.01196 137.83875ZM707.69946 144.16687Q707.69946 143.72937 707.3557 143.495Q707.0276 143.245 706.19946 143.07312Q705.38696 142.90125 704.9026 142.65125Q704.4182 142.40125 704.18384 142.07312Q703.9651 141.72937 703.9651 141.26062Q703.9651 140.47937 704.62134 139.94812Q705.2776 139.40125 706.30884 139.40125Q707.38696 139.40125 708.0432 139.96375Q708.7151 140.51062 708.7151 141.37L707.63696 141.37Q707.63696 140.9325 707.24634 140.62Q706.87134 140.29187 706.30884 140.29187Q705.7151 140.29187 705.37134 140.5575Q705.0432 140.8075 705.0432 141.21375Q705.0432 141.60437 705.3557 141.8075Q705.6682 142.01062 706.4807 142.19812Q707.2932 142.37 707.7932 142.62Q708.2932 142.87 708.5276 143.22937Q708.7776 143.58875 708.7776 144.08875Q708.7776 144.94812 708.0901 145.46375Q707.4182 145.97937 706.3401 145.97937Q705.57446 145.97937 704.9807 145.71375Q704.4026 145.4325 704.07446 144.94812Q703.74634 144.46375 703.74634 143.90125L704.82446 143.90125Q704.8557 144.44812 705.26196 144.77625Q705.6682 145.08875 706.3401 145.08875Q706.94946 145.08875 707.32446 144.83875Q707.69946 144.58875 707.69946 144.16687ZM713.9182 145.85437Q713.82446 145.66687 713.76196 145.1825Q713.01196 145.97937 711.9651 145.97937Q711.0276 145.97937 710.4182 145.44812Q709.82446 144.91687 709.82446 144.08875Q709.82446 143.10437 710.57446 142.5575Q711.32446 142.01062 712.69946 142.01062L713.74634 142.01062L713.74634 141.51062Q713.74634 140.94812 713.4026 140.62Q713.07446 140.27625 712.4026 140.27625Q711.82446 140.27625 711.43384 140.57312Q711.0432 140.85437 711.0432 141.27625L709.94946 141.27625Q709.94946 140.79187 710.2776 140.35437Q710.62134 139.91687 711.19946 139.66687Q711.7776 139.40125 712.4651 139.40125Q713.57446 139.40125 714.18384 139.94812Q714.80884 140.495 714.8401 141.44812L714.8401 144.37Q714.8401 145.245 715.05884 145.76062L715.05884 145.85437L713.9182 145.85437ZM712.12134 145.02625Q712.63696 145.02625 713.0901 144.76062Q713.5432 144.495 713.74634 144.07312L713.74634 142.77625L712.9026 142.77625Q710.9026 142.77625 710.9026 143.94812Q710.9026 144.44812 711.24634 144.745Q711.5901 145.02625 712.12134 145.02625ZM716.74634 142.63562Q716.74634 141.15125 717.43384 140.27625Q718.12134 139.40125 719.24634 139.40125Q720.4026 139.40125 721.05884 140.21375L721.1057 139.51062L722.1057 139.51062L722.1057 145.69812Q722.1057 146.9325 721.37134 147.63562Q720.63696 148.35437 719.4182 148.35437Q718.7307 148.35437 718.07446 148.0575Q717.4182 147.76062 717.07446 147.26062L717.63696 146.60437Q718.32446 147.46375 719.3401 147.46375Q720.12134 147.46375 720.55884 147.01062Q721.01196 146.57312 721.01196 145.76062L721.01196 145.21375Q720.3557 145.97937 719.2307 145.97937Q718.12134 145.97937 717.43384 145.08875Q716.74634 144.1825 716.74634 142.63562ZM717.8401 142.76062Q717.8401 143.82312 718.2776 144.44812Q718.7151 145.0575 719.51196 145.0575Q720.5276 145.0575 721.01196 144.12L721.01196 141.22937Q720.51196 140.32312 719.51196 140.32312Q718.7307 140.32312 718.2776 140.9325Q717.8401 141.54187 717.8401 142.76062ZM727.07446 140.47937Q726.82446 140.44812 726.5432 140.44812Q725.4651 140.44812 725.0901 141.35437L725.0901 145.85437L724.01196 145.85437L724.01196 139.51062L725.05884 139.51062L725.07446 140.245Q725.6057 139.40125 726.5901 139.40125Q726.9026 139.40125 727.07446 139.47937L727.07446 140.47937ZM730.63696 145.97937Q729.3401 145.97937 728.5276 145.13562Q727.7307 144.27625 727.7307 142.85437L727.7307 142.66687Q727.7307 141.71375 728.0901 140.97937Q728.44946 140.22937 729.0901 139.82312Q729.74634 139.40125 730.49634 139.40125Q731.7307 139.40125 732.4182 140.21375Q733.1057 141.02625 733.1057 142.54187L733.1057 142.995L728.80884 142.995Q728.8401 143.9325 729.3557 144.51062Q729.88696 145.08875 730.69946 145.08875Q731.26196 145.08875 731.6526 144.85437Q732.05884 144.62 732.37134 144.22937L733.0276 144.745Q732.2307 145.97937 730.63696 145.97937ZM730.49634 140.29187Q729.8401 140.29187 729.38696 140.77625Q728.94946 141.245 728.8557 142.10437L732.0276 142.10437L732.0276 142.02625Q731.9807 141.19812 731.57446 140.745Q731.18384 140.29187 730.49634 140.29187ZM736.63696 145.97937Q735.3401 145.97937 734.5276 145.13562Q733.7307 144.27625 733.7307 142.85437L733.7307 142.66687Q733.7307 141.71375 734.0901 140.97937Q734.44946 140.22937 735.0901 139.82312Q735.74634 139.40125 736.49634 139.40125Q737.7307 139.40125 738.4182 140.21375Q739.1057 141.02625 739.1057 142.54187L739.1057 142.995L734.80884 142.995Q734.8401 143.9325 735.3557 144.51062Q735.88696 145.08875 736.69946 145.08875Q737.26196 145.08875 737.6526 144.85437Q738.05884 144.62 738.37134 144.22937L739.0276 144.745Q738.2307 145.97937 736.63696 145.97937ZM736.49634 140.29187Q735.8401 140.29187 735.38696 140.77625Q734.94946 141.245 734.8557 142.10437L738.0276 142.10437L738.0276 142.02625Q737.9807 141.19812 737.57446 140.745Q737.18384 140.29187 736.49634 140.29187Z" fill-rule="nonzero"/><path fill="#cc0000" d="M625.18384 161.35437C625.18384 160.8021 625.6316 160.35437 626.18384 160.35437L636.18384 160.35437C636.73615 160.35437 637.18384 160.8021 637.18384 161.35437L637.18384 171.35437C637.18384 171.90666 636.73615 172.35437 636.18384 172.35437L626.18384 172.35437C625.6316 172.35437 625.18384 171.90666 625.18384 171.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M647.62134 162.32312L650.4182 169.27625L653.19946 162.32312L654.6682 162.32312L654.6682 170.85437L653.5432 170.85437L653.5432 167.52625L653.6526 163.94812L650.8401 170.85437L649.9807 170.85437L647.18384 163.96375L647.2932 167.52625L647.2932 170.85437L646.1682 170.85437L646.1682 162.32312L647.62134 162.32312ZM655.7151 167.62Q655.7151 166.69812 656.07446 165.94812Q656.44946 165.19812 657.1057 164.8075Q657.76196 164.40125 658.5901 164.40125Q659.88696 164.40125 660.68384 165.29187Q661.49634 166.1825 661.49634 167.6825L661.49634 167.76062Q661.49634 168.6825 661.13696 169.41687Q660.7776 170.15125 660.12134 170.57312Q659.4651 170.97937 658.6057 170.97937Q657.32446 170.97937 656.51196 170.08875Q655.7151 169.1825 655.7151 167.69812L655.7151 167.62ZM656.80884 167.76062Q656.80884 168.8075 657.2932 169.44812Q657.7932 170.08875 658.6057 170.08875Q659.43384 170.08875 659.9182 169.44812Q660.4026 168.79187 660.4026 167.62Q660.4026 166.58875 659.9026 165.94812Q659.4182 165.29187 658.5901 165.29187Q657.7932 165.29187 657.2932 165.9325Q656.80884 166.5575 656.80884 167.76062ZM662.74634 167.63562Q662.74634 166.16687 663.43384 165.29187Q664.12134 164.40125 665.24634 164.40125Q666.3557 164.40125 667.01196 165.15125L667.01196 161.85437L668.0901 161.85437L668.0901 170.85437L667.0901 170.85437L667.0432 170.16687Q666.38696 170.97937 665.2307 170.97937Q664.13696 170.97937 663.43384 170.07312Q662.74634 169.16687 662.74634 167.71375L662.74634 167.63562ZM663.82446 167.76062Q663.82446 168.83875 664.26196 169.44812Q664.7151 170.0575 665.49634 170.0575Q666.5276 170.0575 667.01196 169.12L667.01196 166.21375Q666.5276 165.32312 665.51196 165.32312Q664.7151 165.32312 664.26196 165.9325Q663.82446 166.54187 663.82446 167.76062ZM672.63696 170.97937Q671.3401 170.97937 670.5276 170.13562Q669.7307 169.27625 669.7307 167.85437L669.7307 167.66687Q669.7307 166.71375 670.0901 165.97937Q670.44946 165.22937 671.0901 164.82312Q671.74634 164.40125 672.49634 164.40125Q673.7307 164.40125 674.4182 165.21375Q675.1057 166.02625 675.1057 167.54187L675.1057 167.995L670.80884 167.995Q670.8401 168.9325 671.3557 169.51062Q671.88696 170.08875 672.69946 170.08875Q673.26196 170.08875 673.6526 169.85437Q674.05884 169.62 674.37134 169.22937L675.0276 169.745Q674.2307 170.97937 672.63696 170.97937ZM672.49634 165.29187Q671.8401 165.29187 671.38696 165.77625Q670.94946 166.245 670.8557 167.10437L674.0276 167.10437L674.0276 167.02625Q673.9807 166.19812 673.57446 165.745Q673.18384 165.29187 672.49634 165.29187ZM679.07446 165.47937Q678.82446 165.44812 678.5432 165.44812Q677.4651 165.44812 677.0901 166.35437L677.0901 170.85437L676.01196 170.85437L676.01196 164.51062L677.05884 164.51062L677.07446 165.245Q677.6057 164.40125 678.5901 164.40125Q678.9026 164.40125 679.07446 164.47937L679.07446 165.47937ZM683.9182 170.85437Q683.82446 170.66687 683.76196 170.1825Q683.01196 170.97937 681.9651 170.97937Q681.0276 170.97937 680.4182 170.44812Q679.82446 169.91687 679.82446 169.08875Q679.82446 168.10437 680.57446 167.5575Q681.32446 167.01062 682.69946 167.01062L683.74634 167.01062L683.74634 166.51062Q683.74634 165.94812 683.4026 165.62Q683.07446 165.27625 682.4026 165.27625Q681.82446 165.27625 681.43384 165.57312Q681.0432 165.85437 681.0432 166.27625L679.94946 166.27625Q679.94946 165.79187 680.2776 165.35437Q680.62134 164.91687 681.19946 164.66687Q681.7776 164.40125 682.4651 164.40125Q683.57446 164.40125 684.18384 164.94812Q684.80884 165.495 684.8401 166.44812L684.8401 169.37Q684.8401 170.245 685.05884 170.76062L685.05884 170.85437L683.9182 170.85437ZM682.12134 170.02625Q682.63696 170.02625 683.0901 169.76062Q683.5432 169.495 683.74634 169.07312L683.74634 167.77625L682.9026 167.77625Q680.9026 167.77625 680.9026 168.94812Q680.9026 169.44812 681.24634 169.745Q681.5901 170.02625 682.12134 170.02625ZM688.4807 162.97937L688.4807 164.51062L689.6526 164.51062L689.6526 165.35437L688.4807 165.35437L688.4807 169.27625Q688.4807 169.66687 688.63696 169.85437Q688.7932 170.04187 689.1682 170.04187Q689.3557 170.04187 689.68384 169.97937L689.68384 170.85437Q689.26196 170.97937 688.8557 170.97937Q688.13696 170.97937 687.76196 170.54187Q687.38696 170.08875 687.38696 169.27625L687.38696 165.35437L686.2307 165.35437L686.2307 164.51062L687.38696 164.51062L687.38696 162.97937L688.4807 162.97937ZM693.63696 170.97937Q692.3401 170.97937 691.5276 170.13562Q690.7307 169.27625 690.7307 167.85437L690.7307 167.66687Q690.7307 166.71375 691.0901 165.97937Q691.44946 165.22937 692.0901 164.82312Q692.74634 164.40125 693.49634 164.40125Q694.7307 164.40125 695.4182 165.21375Q696.1057 166.02625 696.1057 167.54187L696.1057 167.995L691.80884 167.995Q691.8401 168.9325 692.3557 169.51062Q692.88696 170.08875 693.69946 170.08875Q694.26196 170.08875 694.6526 169.85437Q695.05884 169.62 695.37134 169.22937L696.0276 169.745Q695.2307 170.97937 693.63696 170.97937ZM693.49634 165.29187Q692.8401 165.29187 692.38696 165.77625Q691.94946 166.245 691.8557 167.10437L695.0276 167.10437L695.0276 167.02625Q694.9807 166.19812 694.57446 165.745Q694.18384 165.29187 693.49634 165.29187ZM698.18384 170.85437L697.1057 170.85437L697.1057 161.85437L698.18384 161.85437L698.18384 170.85437ZM702.07446 169.26062L703.55884 164.51062L704.7151 164.51062L702.1682 171.83875Q701.57446 173.41687 700.2932 173.41687L700.07446 173.40125L699.68384 173.32312L699.68384 172.44812L699.9651 172.46375Q700.5276 172.46375 700.82446 172.245Q701.13696 172.02625 701.3401 171.4325L701.57446 170.77625L699.30884 164.51062L700.49634 164.51062L702.07446 169.26062Z" fill-rule="nonzero"/><path fill="#666666" d="M645.74634 182.63562Q645.74634 181.16687 646.43384 180.29187Q647.12134 179.40125 648.24634 179.40125Q649.3557 179.40125 650.01196 180.15125L650.01196 176.85437L651.0901 176.85437L651.0901 185.85437L650.0901 185.85437L650.0432 185.16687Q649.38696 185.97937 648.2307 185.97937Q647.13696 185.97937 646.43384 185.07312Q645.74634 184.16687 645.74634 182.71375L645.74634 182.63562ZM646.82446 182.76062Q646.82446 183.83875 647.26196 184.44812Q647.7151 185.0575 648.49634 185.0575Q649.5276 185.0575 650.01196 184.12L650.01196 181.21375Q649.5276 180.32312 648.51196 180.32312Q647.7151 180.32312 647.26196 180.9325Q646.82446 181.54187 646.82446 182.76062ZM654.18384 185.85437L653.1057 185.85437L653.1057 179.51062L654.18384 179.51062L654.18384 185.85437ZM653.01196 177.83875Q653.01196 177.57312 653.1682 177.38562Q653.3401 177.19812 653.6526 177.19812Q653.9651 177.19812 654.12134 177.38562Q654.2932 177.57312 654.2932 177.83875Q654.2932 178.08875 654.12134 178.27625Q653.9651 178.44812 653.6526 178.44812Q653.3401 178.44812 653.1682 178.27625Q653.01196 178.08875 653.01196 177.83875ZM659.69946 184.16687Q659.69946 183.72937 659.3557 183.495Q659.0276 183.245 658.19946 183.07312Q657.38696 182.90125 656.9026 182.65125Q656.4182 182.40125 656.18384 182.07312Q655.9651 181.72937 655.9651 181.26062Q655.9651 180.47937 656.62134 179.94812Q657.2776 179.40125 658.30884 179.40125Q659.38696 179.40125 660.0432 179.96375Q660.7151 180.51062 660.7151 181.37L659.63696 181.37Q659.63696 180.9325 659.24634 180.62Q658.87134 180.29187 658.30884 180.29187Q657.7151 180.29187 657.37134 180.5575Q657.0432 180.8075 657.0432 181.21375Q657.0432 181.60437 657.3557 181.8075Q657.6682 182.01062 658.4807 182.19812Q659.2932 182.37 659.7932 182.62Q660.2932 182.87 660.5276 183.22937Q660.7776 183.58875 660.7776 184.08875Q660.7776 184.94812 660.0901 185.46375Q659.4182 185.97937 658.3401 185.97937Q657.57446 185.97937 656.9807 185.71375Q656.4026 185.4325 656.07446 184.94812Q655.74634 184.46375 655.74634 183.90125L656.82446 183.90125Q656.8557 184.44812 657.26196 184.77625Q657.6682 185.08875 658.3401 185.08875Q658.94946 185.08875 659.32446 184.83875Q659.69946 184.58875 659.69946 184.16687ZM665.9182 185.85437Q665.82446 185.66687 665.76196 185.1825Q665.01196 185.97937 663.9651 185.97937Q663.0276 185.97937 662.4182 185.44812Q661.82446 184.91687 661.82446 184.08875Q661.82446 183.10437 662.57446 182.5575Q663.32446 182.01062 664.69946 182.01062L665.74634 182.01062L665.74634 181.51062Q665.74634 180.94812 665.4026 180.62Q665.07446 180.27625 664.4026 180.27625Q663.82446 180.27625 663.43384 180.57312Q663.0432 180.85437 663.0432 181.27625L661.94946 181.27625Q661.94946 180.79187 662.2776 180.35437Q662.62134 179.91687 663.19946 179.66687Q663.7776 179.40125 664.4651 179.40125Q665.57446 179.40125 666.18384 179.94812Q666.80884 180.495 666.8401 181.44812L666.8401 184.37Q666.8401 185.245 667.05884 185.76062L667.05884 185.85437L665.9182 185.85437ZM664.12134 185.02625Q664.63696 185.02625 665.0901 184.76062Q665.5432 184.495 665.74634 184.07312L665.74634 182.77625L664.9026 182.77625Q662.9026 182.77625 662.9026 183.94812Q662.9026 184.44812 663.24634 184.745Q663.5901 185.02625 664.12134 185.02625ZM668.74634 182.63562Q668.74634 181.15125 669.43384 180.27625Q670.12134 179.40125 671.24634 179.40125Q672.4026 179.40125 673.05884 180.21375L673.1057 179.51062L674.1057 179.51062L674.1057 185.69812Q674.1057 186.9325 673.37134 187.63562Q672.63696 188.35437 671.4182 188.35437Q670.7307 188.35437 670.07446 188.0575Q669.4182 187.76062 669.07446 187.26062L669.63696 186.60437Q670.32446 187.46375 671.3401 187.46375Q672.12134 187.46375 672.55884 187.01062Q673.01196 186.57312 673.01196 185.76062L673.01196 185.21375Q672.3557 185.97937 671.2307 185.97937Q670.12134 185.97937 669.43384 185.08875Q668.74634 184.1825 668.74634 182.63562ZM669.8401 182.76062Q669.8401 183.82312 670.2776 184.44812Q670.7151 185.0575 671.51196 185.0575Q672.5276 185.0575 673.01196 184.12L673.01196 181.22937Q672.51196 180.32312 671.51196 180.32312Q670.7307 180.32312 670.2776 180.9325Q669.8401 181.54187 669.8401 182.76062ZM679.07446 180.47937Q678.82446 180.44812 678.5432 180.44812Q677.4651 180.44812 677.0901 181.35437L677.0901 185.85437L676.01196 185.85437L676.01196 179.51062L677.05884 179.51062L677.07446 180.245Q677.6057 179.40125 678.5901 179.40125Q678.9026 179.40125 679.07446 179.47937L679.07446 180.47937ZM682.63696 185.97937Q681.3401 185.97937 680.5276 185.13562Q679.7307 184.27625 679.7307 182.85437L679.7307 182.66687Q679.7307 181.71375 680.0901 180.97937Q680.44946 180.22937 681.0901 179.82312Q681.74634 179.40125 682.49634 179.40125Q683.7307 179.40125 684.4182 180.21375Q685.1057 181.02625 685.1057 182.54187L685.1057 182.995L680.80884 182.995Q680.8401 183.9325 681.3557 184.51062Q681.88696 185.08875 682.69946 185.08875Q683.26196 185.08875 683.6526 184.85437Q684.05884 184.62 684.37134 184.22937L685.0276 184.745Q684.2307 185.97937 682.63696 185.97937ZM682.49634 180.29187Q681.8401 180.29187 681.38696 180.77625Q680.94946 181.245 680.8557 182.10437L684.0276 182.10437L684.0276 182.02625Q683.9807 181.19812 683.57446 180.745Q683.18384 180.29187 682.49634 180.29187ZM688.63696 185.97937Q687.3401 185.97937 686.5276 185.13562Q685.7307 184.27625 685.7307 182.85437L685.7307 182.66687Q685.7307 181.71375 686.0901 180.97937Q686.44946 180.22937 687.0901 179.82312Q687.74634 179.40125 688.49634 179.40125Q689.7307 179.40125 690.4182 180.21375Q691.1057 181.02625 691.1057 182.54187L691.1057 182.995L686.80884 182.995Q686.8401 183.9325 687.3557 184.51062Q687.88696 185.08875 688.69946 185.08875Q689.26196 185.08875 689.6526 184.85437Q690.05884 184.62 690.37134 184.22937L691.0276 184.745Q690.2307 185.97937 688.63696 185.97937ZM688.49634 180.29187Q687.8401 180.29187 687.38696 180.77625Q686.94946 181.245 686.8557 182.10437L690.0276 182.10437L690.0276 182.02625Q689.9807 181.19812 689.57446 180.745Q689.18384 180.29187 688.49634 180.29187Z" fill-rule="nonzero"/><path fill="#e06666" d="M625.18384 201.35437C625.18384 200.8021 625.6316 200.35437 626.18384 200.35437L636.18384 200.35437C636.73615 200.35437 637.18384 200.8021 637.18384 201.35437L637.18384 211.35437C637.18384 211.90666 636.73615 212.35437 636.18384 212.35437L626.18384 212.35437C625.6316 212.35437 625.18384 211.90666 625.18384 211.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M648.68384 207.0575Q647.24634 206.63562 646.57446 206.02625Q645.9182 205.41687 645.9182 204.52625Q645.9182 203.52625 646.7151 202.87Q647.5276 202.19812 648.82446 202.19812Q649.69946 202.19812 650.38696 202.54187Q651.07446 202.88562 651.44946 203.47937Q651.8401 204.07312 651.8401 204.79187L650.69946 204.79187Q650.69946 204.01062 650.19946 203.57312Q649.7151 203.13562 648.82446 203.13562Q647.99634 203.13562 647.5276 203.51062Q647.05884 203.87 647.05884 204.51062Q647.05884 205.04187 647.49634 205.40125Q647.94946 205.76062 649.01196 206.0575Q650.07446 206.35437 650.6682 206.71375Q651.2776 207.07312 651.55884 207.5575Q651.8557 208.04187 651.8557 208.6825Q651.8557 209.72937 651.0432 210.35437Q650.2307 210.97937 648.88696 210.97937Q647.99634 210.97937 647.2307 210.63562Q646.4807 210.29187 646.05884 209.71375Q645.6526 209.12 645.6526 208.38562L646.7776 208.38562Q646.7776 209.15125 647.3557 209.60437Q647.93384 210.0575 648.88696 210.0575Q649.7776 210.0575 650.24634 209.69812Q650.7151 209.32312 650.7151 208.69812Q650.7151 208.07312 650.2776 207.72937Q649.8401 207.38562 648.68384 207.0575ZM654.18384 210.85437L653.1057 210.85437L653.1057 201.85437L654.18384 201.85437L654.18384 210.85437ZM657.18384 210.85437L656.1057 210.85437L656.1057 204.51062L657.18384 204.51062L657.18384 210.85437ZM656.01196 202.83875Q656.01196 202.57312 656.1682 202.38562Q656.3401 202.19812 656.6526 202.19812Q656.9651 202.19812 657.12134 202.38562Q657.2932 202.57312 657.2932 202.83875Q657.2932 203.08875 657.12134 203.27625Q656.9651 203.44812 656.6526 203.44812Q656.3401 203.44812 656.1682 203.27625Q656.01196 203.08875 656.01196 202.83875ZM658.74634 207.63562Q658.74634 206.15125 659.43384 205.27625Q660.12134 204.40125 661.24634 204.40125Q662.4026 204.40125 663.05884 205.21375L663.1057 204.51062L664.1057 204.51062L664.1057 210.69812Q664.1057 211.9325 663.37134 212.63562Q662.63696 213.35437 661.4182 213.35437Q660.7307 213.35437 660.07446 213.0575Q659.4182 212.76062 659.07446 212.26062L659.63696 211.60437Q660.32446 212.46375 661.3401 212.46375Q662.12134 212.46375 662.55884 212.01062Q663.01196 211.57312 663.01196 210.76062L663.01196 210.21375Q662.3557 210.97937 661.2307 210.97937Q660.12134 210.97937 659.43384 210.08875Q658.74634 209.1825 658.74634 207.63562ZM659.8401 207.76062Q659.8401 208.82312 660.2776 209.44812Q660.7151 210.0575 661.51196 210.0575Q662.5276 210.0575 663.01196 209.12L663.01196 206.22937Q662.51196 205.32312 661.51196 205.32312Q660.7307 205.32312 660.2776 205.9325Q659.8401 206.54187 659.8401 207.76062ZM667.0901 205.27625Q667.80884 204.40125 668.9651 204.40125Q670.9807 204.40125 670.99634 206.66687L670.99634 210.85437L669.9026 210.85437L669.9026 206.65125Q669.9026 205.97937 669.5901 205.65125Q669.2932 205.32312 668.63696 205.32312Q668.1057 205.32312 667.69946 205.60437Q667.30884 205.88562 667.0901 206.33875L667.0901 210.85437L666.01196 210.85437L666.01196 201.85437L667.0901 201.85437L667.0901 205.27625ZM674.4807 202.97937L674.4807 204.51062L675.6526 204.51062L675.6526 205.35437L674.4807 205.35437L674.4807 209.27625Q674.4807 209.66687 674.63696 209.85437Q674.7932 210.04187 675.1682 210.04187Q675.3557 210.04187 675.68384 209.97937L675.68384 210.85437Q675.26196 210.97937 674.8557 210.97937Q674.13696 210.97937 673.76196 210.54187Q673.38696 210.08875 673.38696 209.27625L673.38696 205.35437L672.2307 205.35437L672.2307 204.51062L673.38696 204.51062L673.38696 202.97937L674.4807 202.97937ZM678.18384 210.85437L677.1057 210.85437L677.1057 201.85437L678.18384 201.85437L678.18384 210.85437ZM682.07446 209.26062L683.55884 204.51062L684.7151 204.51062L682.1682 211.83875Q681.57446 213.41687 680.2932 213.41687L680.07446 213.40125L679.68384 213.32312L679.68384 212.44812L679.9651 212.46375Q680.5276 212.46375 680.82446 212.245Q681.13696 212.02625 681.3401 211.4325L681.57446 210.77625L679.30884 204.51062L680.49634 204.51062L682.07446 209.26062ZM688.74634 207.63562Q688.74634 206.16687 689.43384 205.29187Q690.12134 204.40125 691.24634 204.40125Q692.3557 204.40125 693.01196 205.15125L693.01196 201.85437L694.0901 201.85437L694.0901 210.85437L693.0901 210.85437L693.0432 210.16687Q692.38696 210.97937 691.2307 210.97937Q690.13696 210.97937 689.43384 210.07312Q688.74634 209.16687 688.74634 207.71375L688.74634 207.63562ZM689.82446 207.76062Q689.82446 208.83875 690.26196 209.44812Q690.7151 210.0575 691.49634 210.0575Q692.5276 210.0575 693.01196 209.12L693.01196 206.21375Q692.5276 205.32312 691.51196 205.32312Q690.7151 205.32312 690.26196 205.9325Q689.82446 206.54187 689.82446 207.76062ZM697.18384 210.85437L696.1057 210.85437L696.1057 204.51062L697.18384 204.51062L697.18384 210.85437ZM696.01196 202.83875Q696.01196 202.57312 696.1682 202.38562Q696.3401 202.19812 696.6526 202.19812Q696.9651 202.19812 697.12134 202.38562Q697.2932 202.57312 697.2932 202.83875Q697.2932 203.08875 697.12134 203.27625Q696.9651 203.44812 696.6526 203.44812Q696.3401 203.44812 696.1682 203.27625Q696.01196 203.08875 696.01196 202.83875ZM702.69946 209.16687Q702.69946 208.72937 702.3557 208.495Q702.0276 208.245 701.19946 208.07312Q700.38696 207.90125 699.9026 207.65125Q699.4182 207.40125 699.18384 207.07312Q698.9651 206.72937 698.9651 206.26062Q698.9651 205.47937 699.62134 204.94812Q700.2776 204.40125 701.30884 204.40125Q702.38696 204.40125 703.0432 204.96375Q703.7151 205.51062 703.7151 206.37L702.63696 206.37Q702.63696 205.9325 702.24634 205.62Q701.87134 205.29187 701.30884 205.29187Q700.7151 205.29187 700.37134 205.5575Q700.0432 205.8075 700.0432 206.21375Q700.0432 206.60437 700.3557 206.8075Q700.6682 207.01062 701.4807 207.19812Q702.2932 207.37 702.7932 207.62Q703.2932 207.87 703.5276 208.22937Q703.7776 208.58875 703.7776 209.08875Q703.7776 209.94812 703.0901 210.46375Q702.4182 210.97937 701.3401 210.97937Q700.57446 210.97937 699.9807 210.71375Q699.4026 210.4325 699.07446 209.94812Q698.74634 209.46375 698.74634 208.90125L699.82446 208.90125Q699.8557 209.44812 700.26196 209.77625Q700.6682 210.08875 701.3401 210.08875Q701.94946 210.08875 702.32446 209.83875Q702.69946 209.58875 702.69946 209.16687ZM708.9182 210.85437Q708.82446 210.66687 708.76196 210.1825Q708.01196 210.97937 706.9651 210.97937Q706.0276 210.97937 705.4182 210.44812Q704.82446 209.91687 704.82446 209.08875Q704.82446 208.10437 705.57446 207.5575Q706.32446 207.01062 707.69946 207.01062L708.74634 207.01062L708.74634 206.51062Q708.74634 205.94812 708.4026 205.62Q708.07446 205.27625 707.4026 205.27625Q706.82446 205.27625 706.43384 205.57312Q706.0432 205.85437 706.0432 206.27625L704.94946 206.27625Q704.94946 205.79187 705.2776 205.35437Q705.62134 204.91687 706.19946 204.66687Q706.7776 204.40125 707.4651 204.40125Q708.57446 204.40125 709.18384 204.94812Q709.80884 205.495 709.8401 206.44812L709.8401 209.37Q709.8401 210.245 710.05884 210.76062L710.05884 210.85437L708.9182 210.85437ZM707.12134 210.02625Q707.63696 210.02625 708.0901 209.76062Q708.5432 209.495 708.74634 209.07312L708.74634 207.77625L707.9026 207.77625Q705.9026 207.77625 705.9026 208.94812Q705.9026 209.44812 706.24634 209.745Q706.5901 210.02625 707.12134 210.02625ZM711.74634 207.63562Q711.74634 206.15125 712.43384 205.27625Q713.12134 204.40125 714.24634 204.40125Q715.4026 204.40125 716.05884 205.21375L716.1057 204.51062L717.1057 204.51062L717.1057 210.69812Q717.1057 211.9325 716.37134 212.63562Q715.63696 213.35437 714.4182 213.35437Q713.7307 213.35437 713.07446 213.0575Q712.4182 212.76062 712.07446 212.26062L712.63696 211.60437Q713.32446 212.46375 714.3401 212.46375Q715.12134 212.46375 715.55884 212.01062Q716.01196 211.57312 716.01196 210.76062L716.01196 210.21375Q715.3557 210.97937 714.2307 210.97937Q713.12134 210.97937 712.43384 210.08875Q711.74634 209.1825 711.74634 207.63562ZM712.8401 207.76062Q712.8401 208.82312 713.2776 209.44812Q713.7151 210.0575 714.51196 210.0575Q715.5276 210.0575 716.01196 209.12L716.01196 206.22937Q715.51196 205.32312 714.51196 205.32312Q713.7307 205.32312 713.2776 205.9325Q712.8401 206.54187 712.8401 207.76062ZM722.07446 205.47937Q721.82446 205.44812 721.5432 205.44812Q720.4651 205.44812 720.0901 206.35437L720.0901 210.85437L719.01196 210.85437L719.01196 204.51062L720.05884 204.51062L720.07446 205.245Q720.6057 204.40125 721.5901 204.40125Q721.9026 204.40125 722.07446 204.47937L722.07446 205.47937ZM725.63696 210.97937Q724.3401 210.97937 723.5276 210.13562Q722.7307 209.27625 722.7307 207.85437L722.7307 207.66687Q722.7307 206.71375 723.0901 205.97937Q723.44946 205.22937 724.0901 204.82312Q724.74634 204.40125 725.49634 204.40125Q726.7307 204.40125 727.4182 205.21375Q728.1057 206.02625 728.1057 207.54187L728.1057 207.995L723.80884 207.995Q723.8401 208.9325 724.3557 209.51062Q724.88696 210.08875 725.69946 210.08875Q726.26196 210.08875 726.6526 209.85437Q727.05884 209.62 727.37134 209.22937L728.0276 209.745Q727.2307 210.97937 725.63696 210.97937ZM725.49634 205.29187Q724.8401 205.29187 724.38696 205.77625Q723.94946 206.245 723.8557 207.10437L727.0276 207.10437L727.0276 207.02625Q726.9807 206.19812 726.57446 205.745Q726.18384 205.29187 725.49634 205.29187ZM731.63696 210.97937Q730.3401 210.97937 729.5276 210.13562Q728.7307 209.27625 728.7307 207.85437L728.7307 207.66687Q728.7307 206.71375 729.0901 205.97937Q729.44946 205.22937 730.0901 204.82312Q730.74634 204.40125 731.49634 204.40125Q732.7307 204.40125 733.4182 205.21375Q734.1057 206.02625 734.1057 207.54187L734.1057 207.995L729.80884 207.995Q729.8401 208.9325 730.3557 209.51062Q730.88696 210.08875 731.69946 210.08875Q732.26196 210.08875 732.6526 209.85437Q733.05884 209.62 733.37134 209.22937L734.0276 209.745Q733.2307 210.97937 731.63696 210.97937ZM731.49634 205.29187Q730.8401 205.29187 730.38696 205.77625Q729.94946 206.245 729.8557 207.10437L733.0276 207.10437L733.0276 207.02625Q732.9807 206.19812 732.57446 205.745Q732.18384 205.29187 731.49634 205.29187Z" fill-rule="nonzero"/><path fill="#cccccc" d="M625.18384 226.35437C625.18384 225.8021 625.6316 225.35437 626.18384 225.35437L636.18384 225.35437C636.73615 225.35437 637.18384 225.8021 637.18384 226.35437L637.18384 236.35437C637.18384 236.90666 636.73615 237.35437 636.18384 237.35437L626.18384 237.35437C625.6316 237.35437 625.18384 236.90666 625.18384 236.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M652.7307 235.85437L651.6057 235.85437L647.30884 229.27625L647.30884 235.85437L646.1682 235.85437L646.1682 227.32312L647.30884 227.32312L651.6057 233.9325L651.6057 227.32312L652.7307 227.32312L652.7307 235.85437ZM657.63696 235.97937Q656.3401 235.97937 655.5276 235.13562Q654.7307 234.27625 654.7307 232.85437L654.7307 232.66687Q654.7307 231.71375 655.0901 230.97937Q655.44946 230.22937 656.0901 229.82312Q656.74634 229.40125 657.49634 229.40125Q658.7307 229.40125 659.4182 230.21375Q660.1057 231.02625 660.1057 232.54187L660.1057 232.995L655.80884 232.995Q655.8401 233.9325 656.3557 234.51062Q656.88696 235.08875 657.69946 235.08875Q658.26196 235.08875 658.6526 234.85437Q659.05884 234.62 659.37134 234.22937L660.0276 234.745Q659.2307 235.97937 657.63696 235.97937ZM657.49634 230.29187Q656.8401 230.29187 656.38696 230.77625Q655.94946 231.245 655.8557 232.10437L659.0276 232.10437L659.0276 232.02625Q658.9807 231.19812 658.57446 230.745Q658.18384 230.29187 657.49634 230.29187ZM662.18384 235.85437L661.1057 235.85437L661.1057 229.51062L662.18384 229.51062L662.18384 235.85437ZM661.01196 227.83875Q661.01196 227.57312 661.1682 227.38562Q661.3401 227.19812 661.6526 227.19812Q661.9651 227.19812 662.12134 227.38562Q662.2932 227.57312 662.2932 227.83875Q662.2932 228.08875 662.12134 228.27625Q661.9651 228.44812 661.6526 228.44812Q661.3401 228.44812 661.1682 228.27625Q661.01196 228.08875 661.01196 227.83875ZM665.4807 227.97937L665.4807 229.51062L666.6526 229.51062L666.6526 230.35437L665.4807 230.35437L665.4807 234.27625Q665.4807 234.66687 665.63696 234.85437Q665.7932 235.04187 666.1682 235.04187Q666.3557 235.04187 666.68384 234.97937L666.68384 235.85437Q666.26196 235.97937 665.8557 235.97937Q665.13696 235.97937 664.76196 235.54187Q664.38696 235.08875 664.38696 234.27625L664.38696 230.35437L663.2307 230.35437L663.2307 229.51062L664.38696 229.51062L664.38696 227.97937L665.4807 227.97937ZM669.0901 230.27625Q669.80884 229.40125 670.9651 229.40125Q672.9807 229.40125 672.99634 231.66687L672.99634 235.85437L671.9026 235.85437L671.9026 231.65125Q671.9026 230.97937 671.5901 230.65125Q671.2932 230.32312 670.63696 230.32312Q670.1057 230.32312 669.69946 230.60437Q669.30884 230.88562 669.0901 231.33875L669.0901 235.85437L668.01196 235.85437L668.01196 226.85437L669.0901 226.85437L669.0901 230.27625ZM677.63696 235.97937Q676.3401 235.97937 675.5276 235.13562Q674.7307 234.27625 674.7307 232.85437L674.7307 232.66687Q674.7307 231.71375 675.0901 230.97937Q675.44946 230.22937 676.0901 229.82312Q676.74634 229.40125 677.49634 229.40125Q678.7307 229.40125 679.4182 230.21375Q680.1057 231.02625 680.1057 232.54187L680.1057 232.995L675.80884 232.995Q675.8401 233.9325 676.3557 234.51062Q676.88696 235.08875 677.69946 235.08875Q678.26196 235.08875 678.6526 234.85437Q679.05884 234.62 679.37134 234.22937L680.0276 234.745Q679.2307 235.97937 677.63696 235.97937ZM677.49634 230.29187Q676.8401 230.29187 676.38696 230.77625Q675.94946 231.245 675.8557 232.10437L679.0276 232.10437L679.0276 232.02625Q678.9807 231.19812 678.57446 230.745Q678.18384 230.29187 677.49634 230.29187ZM684.07446 230.47937Q683.82446 230.44812 683.5432 230.44812Q682.4651 230.44812 682.0901 231.35437L682.0901 235.85437L681.01196 235.85437L681.01196 229.51062L682.05884 229.51062L682.07446 230.245Q682.6057 229.40125 683.5901 229.40125Q683.9026 229.40125 684.07446 229.47937L684.07446 230.47937ZM691.9182 235.85437Q691.82446 235.66687 691.76196 235.1825Q691.01196 235.97937 689.9651 235.97937Q689.0276 235.97937 688.4182 235.44812Q687.82446 234.91687 687.82446 234.08875Q687.82446 233.10437 688.57446 232.5575Q689.32446 232.01062 690.69946 232.01062L691.74634 232.01062L691.74634 231.51062Q691.74634 230.94812 691.4026 230.62Q691.07446 230.27625 690.4026 230.27625Q689.82446 230.27625 689.43384 230.57312Q689.0432 230.85437 689.0432 231.27625L687.94946 231.27625Q687.94946 230.79187 688.2776 230.35437Q688.62134 229.91687 689.19946 229.66687Q689.7776 229.40125 690.4651 229.40125Q691.57446 229.40125 692.18384 229.94812Q692.80884 230.495 692.8401 231.44812L692.8401 234.37Q692.8401 235.245 693.05884 235.76062L693.05884 235.85437L691.9182 235.85437ZM690.12134 235.02625Q690.63696 235.02625 691.0901 234.76062Q691.5432 234.495 691.74634 234.07312L691.74634 232.77625L690.9026 232.77625Q688.9026 232.77625 688.9026 233.94812Q688.9026 234.44812 689.24634 234.745Q689.5901 235.02625 690.12134 235.02625ZM694.74634 232.63562Q694.74634 231.15125 695.43384 230.27625Q696.12134 229.40125 697.24634 229.40125Q698.4026 229.40125 699.05884 230.21375L699.1057 229.51062L700.1057 229.51062L700.1057 235.69812Q700.1057 236.9325 699.37134 237.63562Q698.63696 238.35437 697.4182 238.35437Q696.7307 238.35437 696.07446 238.0575Q695.4182 237.76062 695.07446 237.26062L695.63696 236.60437Q696.32446 237.46375 697.3401 237.46375Q698.12134 237.46375 698.55884 237.01062Q699.01196 236.57312 699.01196 235.76062L699.01196 235.21375Q698.3557 235.97937 697.2307 235.97937Q696.12134 235.97937 695.43384 235.08875Q694.74634 234.1825 694.74634 232.63562ZM695.8401 232.76062Q695.8401 233.82312 696.2776 234.44812Q696.7151 235.0575 697.51196 235.0575Q698.5276 235.0575 699.01196 234.12L699.01196 231.22937Q698.51196 230.32312 697.51196 230.32312Q696.7307 230.32312 696.2776 230.9325Q695.8401 231.54187 695.8401 232.76062ZM705.07446 230.47937Q704.82446 230.44812 704.5432 230.44812Q703.4651 230.44812 703.0901 231.35437L703.0901 235.85437L702.01196 235.85437L702.01196 229.51062L703.05884 229.51062L703.07446 230.245Q703.6057 229.40125 704.5901 229.40125Q704.9026 229.40125 705.07446 229.47937L705.07446 230.47937ZM708.63696 235.97937Q707.3401 235.97937 706.5276 235.13562Q705.7307 234.27625 705.7307 232.85437L705.7307 232.66687Q705.7307 231.71375 706.0901 230.97937Q706.44946 230.22937 707.0901 229.82312Q707.74634 229.40125 708.49634 229.40125Q709.7307 229.40125 710.4182 230.21375Q711.1057 231.02625 711.1057 232.54187L711.1057 232.995L706.80884 232.995Q706.8401 233.9325 707.3557 234.51062Q707.88696 235.08875 708.69946 235.08875Q709.26196 235.08875 709.6526 234.85437Q710.05884 234.62 710.37134 234.22937L711.0276 234.745Q710.2307 235.97937 708.63696 235.97937ZM708.49634 230.29187Q707.8401 230.29187 707.38696 230.77625Q706.94946 231.245 706.8557 232.10437L710.0276 232.10437L710.0276 232.02625Q709.9807 231.19812 709.57446 230.745Q709.18384 230.29187 708.49634 230.29187ZM714.63696 235.97937Q713.3401 235.97937 712.5276 235.13562Q711.7307 234.27625 711.7307 232.85437L711.7307 232.66687Q711.7307 231.71375 712.0901 230.97937Q712.44946 230.22937 713.0901 229.82312Q713.74634 229.40125 714.49634 229.40125Q715.7307 229.40125 716.4182 230.21375Q717.1057 231.02625 717.1057 232.54187L717.1057 232.995L712.80884 232.995Q712.8401 233.9325 713.3557 234.51062Q713.88696 235.08875 714.69946 235.08875Q715.26196 235.08875 715.6526 234.85437Q716.05884 234.62 716.37134 234.22937L717.0276 234.745Q716.2307 235.97937 714.63696 235.97937ZM714.49634 230.29187Q713.8401 230.29187 713.38696 230.77625Q712.94946 231.245 712.8557 232.10437L716.0276 232.10437L716.0276 232.02625Q715.9807 231.19812 715.57446 230.745Q715.18384 230.29187 714.49634 230.29187ZM722.0276 229.51062L722.05884 230.3075Q722.7932 229.40125 723.9651 229.40125Q725.9807 229.40125 725.99634 231.66687L725.99634 235.85437L724.9026 235.85437L724.9026 231.65125Q724.9026 230.97937 724.5901 230.65125Q724.2932 230.32312 723.63696 230.32312Q723.1057 230.32312 722.69946 230.60437Q722.30884 230.88562 722.0901 231.33875L722.0901 235.85437L721.01196 235.85437L721.01196 229.51062L722.0276 229.51062ZM727.7151 232.62Q727.7151 231.69812 728.07446 230.94812Q728.44946 230.19812 729.1057 229.8075Q729.76196 229.40125 730.5901 229.40125Q731.88696 229.40125 732.68384 230.29187Q733.49634 231.1825 733.49634 232.6825L733.49634 232.76062Q733.49634 233.6825 733.13696 234.41687Q732.7776 235.15125 732.12134 235.57312Q731.4651 235.97937 730.6057 235.97937Q729.32446 235.97937 728.51196 235.08875Q727.7151 234.1825 727.7151 232.69812L727.7151 232.62ZM728.80884 232.76062Q728.80884 233.8075 729.2932 234.44812Q729.7932 235.08875 730.6057 235.08875Q731.43384 235.08875 731.9182 234.44812Q732.4026 233.79187 732.4026 232.62Q732.4026 231.58875 731.9026 230.94812Q731.4182 230.29187 730.5901 230.29187Q729.7932 230.29187 729.2932 230.9325Q728.80884 231.5575 728.80884 232.76062ZM738.07446 230.47937Q737.82446 230.44812 737.5432 230.44812Q736.4651 230.44812 736.0901 231.35437L736.0901 235.85437L735.01196 235.85437L735.01196 229.51062L736.05884 229.51062L736.07446 230.245Q736.6057 229.40125 737.5901 229.40125Q737.9026 229.40125 738.07446 229.47937L738.07446 230.47937Z" fill-rule="nonzero"/><path fill="#666666" d="M645.74634 247.63562Q645.74634 246.16687 646.43384 245.29187Q647.12134 244.40125 648.24634 244.40125Q649.3557 244.40125 650.01196 245.15125L650.01196 241.85437L651.0901 241.85437L651.0901 250.85437L650.0901 250.85437L650.0432 250.16687Q649.38696 250.97937 648.2307 250.97937Q647.13696 250.97937 646.43384 250.07312Q645.74634 249.16687 645.74634 247.71375L645.74634 247.63562ZM646.82446 247.76062Q646.82446 248.83875 647.26196 249.44812Q647.7151 250.0575 648.49634 250.0575Q649.5276 250.0575 650.01196 249.12L650.01196 246.21375Q649.5276 245.32312 648.51196 245.32312Q647.7151 245.32312 647.26196 245.9325Q646.82446 246.54187 646.82446 247.76062ZM654.18384 250.85437L653.1057 250.85437L653.1057 244.51062L654.18384 244.51062L654.18384 250.85437ZM653.01196 242.83875Q653.01196 242.57312 653.1682 242.38562Q653.3401 242.19812 653.6526 242.19812Q653.9651 242.19812 654.12134 242.38562Q654.2932 242.57312 654.2932 242.83875Q654.2932 243.08875 654.12134 243.27625Q653.9651 243.44812 653.6526 243.44812Q653.3401 243.44812 653.1682 243.27625Q653.01196 243.08875 653.01196 242.83875ZM659.69946 249.16687Q659.69946 248.72937 659.3557 248.495Q659.0276 248.245 658.19946 248.07312Q657.38696 247.90125 656.9026 247.65125Q656.4182 247.40125 656.18384 247.07312Q655.9651 246.72937 655.9651 246.26062Q655.9651 245.47937 656.62134 244.94812Q657.2776 244.40125 658.30884 244.40125Q659.38696 244.40125 660.0432 244.96375Q660.7151 245.51062 660.7151 246.37L659.63696 246.37Q659.63696 245.9325 659.24634 245.62Q658.87134 245.29187 658.30884 245.29187Q657.7151 245.29187 657.37134 245.5575Q657.0432 245.8075 657.0432 246.21375Q657.0432 246.60437 657.3557 246.8075Q657.6682 247.01062 658.4807 247.19812Q659.2932 247.37 659.7932 247.62Q660.2932 247.87 660.5276 248.22937Q660.7776 248.58875 660.7776 249.08875Q660.7776 249.94812 660.0901 250.46375Q659.4182 250.97937 658.3401 250.97937Q657.57446 250.97937 656.9807 250.71375Q656.4026 250.4325 656.07446 249.94812Q655.74634 249.46375 655.74634 248.90125L656.82446 248.90125Q656.8557 249.44812 657.26196 249.77625Q657.6682 250.08875 658.3401 250.08875Q658.94946 250.08875 659.32446 249.83875Q659.69946 249.58875 659.69946 249.16687ZM665.9182 250.85437Q665.82446 250.66687 665.76196 250.1825Q665.01196 250.97937 663.9651 250.97937Q663.0276 250.97937 662.4182 250.44812Q661.82446 249.91687 661.82446 249.08875Q661.82446 248.10437 662.57446 247.5575Q663.32446 247.01062 664.69946 247.01062L665.74634 247.01062L665.74634 246.51062Q665.74634 245.94812 665.4026 245.62Q665.07446 245.27625 664.4026 245.27625Q663.82446 245.27625 663.43384 245.57312Q663.0432 245.85437 663.0432 246.27625L661.94946 246.27625Q661.94946 245.79187 662.2776 245.35437Q662.62134 244.91687 663.19946 244.66687Q663.7776 244.40125 664.4651 244.40125Q665.57446 244.40125 666.18384 244.94812Q666.80884 245.495 666.8401 246.44812L666.8401 249.37Q666.8401 250.245 667.05884 250.76062L667.05884 250.85437L665.9182 250.85437ZM664.12134 250.02625Q664.63696 250.02625 665.0901 249.76062Q665.5432 249.495 665.74634 249.07312L665.74634 247.77625L664.9026 247.77625Q662.9026 247.77625 662.9026 248.94812Q662.9026 249.44812 663.24634 249.745Q663.5901 250.02625 664.12134 250.02625ZM668.74634 247.63562Q668.74634 246.15125 669.43384 245.27625Q670.12134 244.40125 671.24634 244.40125Q672.4026 244.40125 673.05884 245.21375L673.1057 244.51062L674.1057 244.51062L674.1057 250.69812Q674.1057 251.9325 673.37134 252.63562Q672.63696 253.35437 671.4182 253.35437Q670.7307 253.35437 670.07446 253.0575Q669.4182 252.76062 669.07446 252.26062L669.63696 251.60437Q670.32446 252.46375 671.3401 252.46375Q672.12134 252.46375 672.55884 252.01062Q673.01196 251.57312 673.01196 250.76062L673.01196 250.21375Q672.3557 250.97937 671.2307 250.97937Q670.12134 250.97937 669.43384 250.08875Q668.74634 249.1825 668.74634 247.63562ZM669.8401 247.76062Q669.8401 248.82312 670.2776 249.44812Q670.7151 250.0575 671.51196 250.0575Q672.5276 250.0575 673.01196 249.12L673.01196 246.22937Q672.51196 245.32312 671.51196 245.32312Q670.7307 245.32312 670.2776 245.9325Q669.8401 246.54187 669.8401 247.76062ZM679.07446 245.47937Q678.82446 245.44812 678.5432 245.44812Q677.4651 245.44812 677.0901 246.35437L677.0901 250.85437L676.01196 250.85437L676.01196 244.51062L677.05884 244.51062L677.07446 245.245Q677.6057 244.40125 678.5901 244.40125Q678.9026 244.40125 679.07446 244.47937L679.07446 245.47937ZM682.63696 250.97937Q681.3401 250.97937 680.5276 250.13562Q679.7307 249.27625 679.7307 247.85437L679.7307 247.66687Q679.7307 246.71375 680.0901 245.97937Q680.44946 245.22937 681.0901 244.82312Q681.74634 244.40125 682.49634 244.40125Q683.7307 244.40125 684.4182 245.21375Q685.1057 246.02625 685.1057 247.54187L685.1057 247.995L680.80884 247.995Q680.8401 248.9325 681.3557 249.51062Q681.88696 250.08875 682.69946 250.08875Q683.26196 250.08875 683.6526 249.85437Q684.05884 249.62 684.37134 249.22937L685.0276 249.745Q684.2307 250.97937 682.63696 250.97937ZM682.49634 245.29187Q681.8401 245.29187 681.38696 245.77625Q680.94946 246.245 680.8557 247.10437L684.0276 247.10437L684.0276 247.02625Q683.9807 246.19812 683.57446 245.745Q683.18384 245.29187 682.49634 245.29187ZM688.63696 250.97937Q687.3401 250.97937 686.5276 250.13562Q685.7307 249.27625 685.7307 247.85437L685.7307 247.66687Q685.7307 246.71375 686.0901 245.97937Q686.44946 245.22937 687.0901 244.82312Q687.74634 244.40125 688.49634 244.40125Q689.7307 244.40125 690.4182 245.21375Q691.1057 246.02625 691.1057 247.54187L691.1057 247.995L686.80884 247.995Q686.8401 248.9325 687.3557 249.51062Q687.88696 250.08875 688.69946 250.08875Q689.26196 250.08875 689.6526 249.85437Q690.05884 249.62 690.37134 249.22937L691.0276 249.745Q690.2307 250.97937 688.63696 250.97937ZM688.49634 245.29187Q687.8401 245.29187 687.38696 245.77625Q686.94946 246.245 686.8557 247.10437L690.0276 247.10437L690.0276 247.02625Q689.9807 246.19812 689.57446 245.745Q689.18384 245.29187 688.49634 245.29187Z" fill-rule="nonzero"/><path fill="#93c47d" d="M625.18384 266.35437C625.18384 265.8021 625.6316 265.35437 626.18384 265.35437L636.18384 265.35437C636.73615 265.35437 637.18384 265.8021 637.18384 266.35437L637.18384 276.35437C637.18384 276.90668 636.73615 277.35437 636.18384 277.35437L626.18384 277.35437C625.6316 277.35437 625.18384 276.90668 625.18384 276.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M648.68384 272.0575Q647.24634 271.63562 646.57446 271.02625Q645.9182 270.41687 645.9182 269.52625Q645.9182 268.52625 646.7151 267.87Q647.5276 267.19812 648.82446 267.19812Q649.69946 267.19812 650.38696 267.54187Q651.07446 267.88562 651.44946 268.47937Q651.8401 269.07312 651.8401 269.79187L650.69946 269.79187Q650.69946 269.01062 650.19946 268.57312Q649.7151 268.13562 648.82446 268.13562Q647.99634 268.13562 647.5276 268.51062Q647.05884 268.87 647.05884 269.51062Q647.05884 270.04187 647.49634 270.40125Q647.94946 270.76062 649.01196 271.0575Q650.07446 271.35437 650.6682 271.71375Q651.2776 272.07312 651.55884 272.5575Q651.8557 273.04187 651.8557 273.6825Q651.8557 274.72937 651.0432 275.35437Q650.2307 275.97937 648.88696 275.97937Q647.99634 275.97937 647.2307 275.63562Q646.4807 275.29187 646.05884 274.71375Q645.6526 274.12 645.6526 273.38562L646.7776 273.38562Q646.7776 274.15125 647.3557 274.60437Q647.93384 275.0575 648.88696 275.0575Q649.7776 275.0575 650.24634 274.69812Q650.7151 274.32312 650.7151 273.69812Q650.7151 273.07312 650.2776 272.72937Q649.8401 272.38562 648.68384 272.0575ZM654.18384 275.85437L653.1057 275.85437L653.1057 266.85437L654.18384 266.85437L654.18384 275.85437ZM657.18384 275.85437L656.1057 275.85437L656.1057 269.51062L657.18384 269.51062L657.18384 275.85437ZM656.01196 267.83875Q656.01196 267.57312 656.1682 267.38562Q656.3401 267.19812 656.6526 267.19812Q656.9651 267.19812 657.12134 267.38562Q657.2932 267.57312 657.2932 267.83875Q657.2932 268.08875 657.12134 268.27625Q656.9651 268.44812 656.6526 268.44812Q656.3401 268.44812 656.1682 268.27625Q656.01196 268.08875 656.01196 267.83875ZM658.74634 272.63562Q658.74634 271.15125 659.43384 270.27625Q660.12134 269.40125 661.24634 269.40125Q662.4026 269.40125 663.05884 270.21375L663.1057 269.51062L664.1057 269.51062L664.1057 275.69812Q664.1057 276.9325 663.37134 277.63562Q662.63696 278.35437 661.4182 278.35437Q660.7307 278.35437 660.07446 278.0575Q659.4182 277.76062 659.07446 277.26062L659.63696 276.60437Q660.32446 277.46375 661.3401 277.46375Q662.12134 277.46375 662.55884 277.01062Q663.01196 276.57312 663.01196 275.76062L663.01196 275.21375Q662.3557 275.97937 661.2307 275.97937Q660.12134 275.97937 659.43384 275.08875Q658.74634 274.1825 658.74634 272.63562ZM659.8401 272.76062Q659.8401 273.82312 660.2776 274.44812Q660.7151 275.0575 661.51196 275.0575Q662.5276 275.0575 663.01196 274.12L663.01196 271.22937Q662.51196 270.32312 661.51196 270.32312Q660.7307 270.32312 660.2776 270.9325Q659.8401 271.54187 659.8401 272.76062ZM667.0901 270.27625Q667.80884 269.40125 668.9651 269.40125Q670.9807 269.40125 670.99634 271.66687L670.99634 275.85437L669.9026 275.85437L669.9026 271.65125Q669.9026 270.97937 669.5901 270.65125Q669.2932 270.32312 668.63696 270.32312Q668.1057 270.32312 667.69946 270.60437Q667.30884 270.88562 667.0901 271.33875L667.0901 275.85437L666.01196 275.85437L666.01196 266.85437L667.0901 266.85437L667.0901 270.27625ZM674.4807 267.97937L674.4807 269.51062L675.6526 269.51062L675.6526 270.35437L674.4807 270.35437L674.4807 274.27625Q674.4807 274.66687 674.63696 274.85437Q674.7932 275.04187 675.1682 275.04187Q675.3557 275.04187 675.68384 274.97937L675.68384 275.85437Q675.26196 275.97937 674.8557 275.97937Q674.13696 275.97937 673.76196 275.54187Q673.38696 275.08875 673.38696 274.27625L673.38696 270.35437L672.2307 270.35437L672.2307 269.51062L673.38696 269.51062L673.38696 267.97937L674.4807 267.97937ZM678.18384 275.85437L677.1057 275.85437L677.1057 266.85437L678.18384 266.85437L678.18384 275.85437ZM682.07446 274.26062L683.55884 269.51062L684.7151 269.51062L682.1682 276.83875Q681.57446 278.41687 680.2932 278.41687L680.07446 278.40125L679.68384 278.32312L679.68384 277.44812L679.9651 277.46375Q680.5276 277.46375 680.82446 277.245Q681.13696 277.02625 681.3401 276.4325L681.57446 275.77625L679.30884 269.51062L680.49634 269.51062L682.07446 274.26062ZM692.9182 275.85437Q692.82446 275.66687 692.76196 275.1825Q692.01196 275.97937 690.9651 275.97937Q690.0276 275.97937 689.4182 275.44812Q688.82446 274.91687 688.82446 274.08875Q688.82446 273.10437 689.57446 272.5575Q690.32446 272.01062 691.69946 272.01062L692.74634 272.01062L692.74634 271.51062Q692.74634 270.94812 692.4026 270.62Q692.07446 270.27625 691.4026 270.27625Q690.82446 270.27625 690.43384 270.57312Q690.0432 270.85437 690.0432 271.27625L688.94946 271.27625Q688.94946 270.79187 689.2776 270.35437Q689.62134 269.91687 690.19946 269.66687Q690.7776 269.40125 691.4651 269.40125Q692.57446 269.40125 693.18384 269.94812Q693.80884 270.495 693.8401 271.44812L693.8401 274.37Q693.8401 275.245 694.05884 275.76062L694.05884 275.85437L692.9182 275.85437ZM691.12134 275.02625Q691.63696 275.02625 692.0901 274.76062Q692.5432 274.495 692.74634 274.07312L692.74634 272.77625L691.9026 272.77625Q689.9026 272.77625 689.9026 273.94812Q689.9026 274.44812 690.24634 274.745Q690.5901 275.02625 691.12134 275.02625ZM695.74634 272.63562Q695.74634 271.15125 696.43384 270.27625Q697.12134 269.40125 698.24634 269.40125Q699.4026 269.40125 700.05884 270.21375L700.1057 269.51062L701.1057 269.51062L701.1057 275.69812Q701.1057 276.9325 700.37134 277.63562Q699.63696 278.35437 698.4182 278.35437Q697.7307 278.35437 697.07446 278.0575Q696.4182 277.76062 696.07446 277.26062L696.63696 276.60437Q697.32446 277.46375 698.3401 277.46375Q699.12134 277.46375 699.55884 277.01062Q700.01196 276.57312 700.01196 275.76062L700.01196 275.21375Q699.3557 275.97937 698.2307 275.97937Q697.12134 275.97937 696.43384 275.08875Q695.74634 274.1825 695.74634 272.63562ZM696.8401 272.76062Q696.8401 273.82312 697.2776 274.44812Q697.7151 275.0575 698.51196 275.0575Q699.5276 275.0575 700.01196 274.12L700.01196 271.22937Q699.51196 270.32312 698.51196 270.32312Q697.7307 270.32312 697.2776 270.9325Q696.8401 271.54187 696.8401 272.76062ZM706.07446 270.47937Q705.82446 270.44812 705.5432 270.44812Q704.4651 270.44812 704.0901 271.35437L704.0901 275.85437L703.01196 275.85437L703.01196 269.51062L704.05884 269.51062L704.07446 270.245Q704.6057 269.40125 705.5901 269.40125Q705.9026 269.40125 706.07446 269.47937L706.07446 270.47937ZM709.63696 275.97937Q708.3401 275.97937 707.5276 275.13562Q706.7307 274.27625 706.7307 272.85437L706.7307 272.66687Q706.7307 271.71375 707.0901 270.97937Q707.44946 270.22937 708.0901 269.82312Q708.74634 269.40125 709.49634 269.40125Q710.7307 269.40125 711.4182 270.21375Q712.1057 271.02625 712.1057 272.54187L712.1057 272.995L707.80884 272.995Q707.8401 273.9325 708.3557 274.51062Q708.88696 275.08875 709.69946 275.08875Q710.26196 275.08875 710.6526 274.85437Q711.05884 274.62 711.37134 274.22937L712.0276 274.745Q711.2307 275.97937 709.63696 275.97937ZM709.49634 270.29187Q708.8401 270.29187 708.38696 270.77625Q707.94946 271.245 707.8557 272.10437L711.0276 272.10437L711.0276 272.02625Q710.9807 271.19812 710.57446 270.745Q710.18384 270.29187 709.49634 270.29187ZM715.63696 275.97937Q714.3401 275.97937 713.5276 275.13562Q712.7307 274.27625 712.7307 272.85437L712.7307 272.66687Q712.7307 271.71375 713.0901 270.97937Q713.44946 270.22937 714.0901 269.82312Q714.74634 269.40125 715.49634 269.40125Q716.7307 269.40125 717.4182 270.21375Q718.1057 271.02625 718.1057 272.54187L718.1057 272.995L713.80884 272.995Q713.8401 273.9325 714.3557 274.51062Q714.88696 275.08875 715.69946 275.08875Q716.26196 275.08875 716.6526 274.85437Q717.05884 274.62 717.37134 274.22937L718.0276 274.745Q717.2307 275.97937 715.63696 275.97937ZM715.49634 270.29187Q714.8401 270.29187 714.38696 270.77625Q713.94946 271.245 713.8557 272.10437L717.0276 272.10437L717.0276 272.02625Q716.9807 271.19812 716.57446 270.745Q716.18384 270.29187 715.49634 270.29187Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M625.18384 291.35437C625.18384 290.8021 625.6316 290.35437 626.18384 290.35437L636.18384 290.35437C636.73615 290.35437 637.18384 290.8021 637.18384 291.35437L637.18384 301.35437C637.18384 301.90668 636.73615 302.35437 636.18384 302.35437L626.18384 302.35437C625.6316 302.35437 625.18384 301.90668 625.18384 301.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M647.62134 292.32312L650.4182 299.27625L653.19946 292.32312L654.6682 292.32312L654.6682 300.85437L653.5432 300.85437L653.5432 297.52625L653.6526 293.94812L650.8401 300.85437L649.9807 300.85437L647.18384 293.96375L647.2932 297.52625L647.2932 300.85437L646.1682 300.85437L646.1682 292.32312L647.62134 292.32312ZM655.7151 297.62Q655.7151 296.69812 656.07446 295.94812Q656.44946 295.19812 657.1057 294.8075Q657.76196 294.40125 658.5901 294.40125Q659.88696 294.40125 660.68384 295.29187Q661.49634 296.1825 661.49634 297.6825L661.49634 297.76062Q661.49634 298.6825 661.13696 299.41687Q660.7776 300.15125 660.12134 300.57312Q659.4651 300.97937 658.6057 300.97937Q657.32446 300.97937 656.51196 300.08875Q655.7151 299.1825 655.7151 297.69812L655.7151 297.62ZM656.80884 297.76062Q656.80884 298.8075 657.2932 299.44812Q657.7932 300.08875 658.6057 300.08875Q659.43384 300.08875 659.9182 299.44812Q660.4026 298.79187 660.4026 297.62Q660.4026 296.58875 659.9026 295.94812Q659.4182 295.29187 658.5901 295.29187Q657.7932 295.29187 657.2932 295.9325Q656.80884 296.5575 656.80884 297.76062ZM662.74634 297.63562Q662.74634 296.16687 663.43384 295.29187Q664.12134 294.40125 665.24634 294.40125Q666.3557 294.40125 667.01196 295.15125L667.01196 291.85437L668.0901 291.85437L668.0901 300.85437L667.0901 300.85437L667.0432 300.16687Q666.38696 300.97937 665.2307 300.97937Q664.13696 300.97937 663.43384 300.07312Q662.74634 299.16687 662.74634 297.71375L662.74634 297.63562ZM663.82446 297.76062Q663.82446 298.83875 664.26196 299.44812Q664.7151 300.0575 665.49634 300.0575Q666.5276 300.0575 667.01196 299.12L667.01196 296.21375Q666.5276 295.32312 665.51196 295.32312Q664.7151 295.32312 664.26196 295.9325Q663.82446 296.54187 663.82446 297.76062ZM672.63696 300.97937Q671.3401 300.97937 670.5276 300.13562Q669.7307 299.27625 669.7307 297.85437L669.7307 297.66687Q669.7307 296.71375 670.0901 295.97937Q670.44946 295.22937 671.0901 294.82312Q671.74634 294.40125 672.49634 294.40125Q673.7307 294.40125 674.4182 295.21375Q675.1057 296.02625 675.1057 297.54187L675.1057 297.995L670.80884 297.995Q670.8401 298.9325 671.3557 299.51062Q671.88696 300.08875 672.69946 300.08875Q673.26196 300.08875 673.6526 299.85437Q674.05884 299.62 674.37134 299.22937L675.0276 299.745Q674.2307 300.97937 672.63696 300.97937ZM672.49634 295.29187Q671.8401 295.29187 671.38696 295.77625Q670.94946 296.245 670.8557 297.10437L674.0276 297.10437L674.0276 297.02625Q673.9807 296.19812 673.57446 295.745Q673.18384 295.29187 672.49634 295.29187ZM679.07446 295.47937Q678.82446 295.44812 678.5432 295.44812Q677.4651 295.44812 677.0901 296.35437L677.0901 300.85437L676.01196 300.85437L676.01196 294.51062L677.05884 294.51062L677.07446 295.245Q677.6057 294.40125 678.5901 294.40125Q678.9026 294.40125 679.07446 294.47937L679.07446 295.47937ZM683.9182 300.85437Q683.82446 300.66687 683.76196 300.1825Q683.01196 300.97937 681.9651 300.97937Q681.0276 300.97937 680.4182 300.44812Q679.82446 299.91687 679.82446 299.08875Q679.82446 298.10437 680.57446 297.5575Q681.32446 297.01062 682.69946 297.01062L683.74634 297.01062L683.74634 296.51062Q683.74634 295.94812 683.4026 295.62Q683.07446 295.27625 682.4026 295.27625Q681.82446 295.27625 681.43384 295.57312Q681.0432 295.85437 681.0432 296.27625L679.94946 296.27625Q679.94946 295.79187 680.2776 295.35437Q680.62134 294.91687 681.19946 294.66687Q681.7776 294.40125 682.4651 294.40125Q683.57446 294.40125 684.18384 294.94812Q684.80884 295.495 684.8401 296.44812L684.8401 299.37Q684.8401 300.245 685.05884 300.76062L685.05884 300.85437L683.9182 300.85437ZM682.12134 300.02625Q682.63696 300.02625 683.0901 299.76062Q683.5432 299.495 683.74634 299.07312L683.74634 297.77625L682.9026 297.77625Q680.9026 297.77625 680.9026 298.94812Q680.9026 299.44812 681.24634 299.745Q681.5901 300.02625 682.12134 300.02625ZM688.4807 292.97937L688.4807 294.51062L689.6526 294.51062L689.6526 295.35437L688.4807 295.35437L688.4807 299.27625Q688.4807 299.66687 688.63696 299.85437Q688.7932 300.04187 689.1682 300.04187Q689.3557 300.04187 689.68384 299.97937L689.68384 300.85437Q689.26196 300.97937 688.8557 300.97937Q688.13696 300.97937 687.76196 300.54187Q687.38696 300.08875 687.38696 299.27625L687.38696 295.35437L686.2307 295.35437L686.2307 294.51062L687.38696 294.51062L687.38696 292.97937L688.4807 292.97937ZM693.63696 300.97937Q692.3401 300.97937 691.5276 300.13562Q690.7307 299.27625 690.7307 297.85437L690.7307 297.66687Q690.7307 296.71375 691.0901 295.97937Q691.44946 295.22937 692.0901 294.82312Q692.74634 294.40125 693.49634 294.40125Q694.7307 294.40125 695.4182 295.21375Q696.1057 296.02625 696.1057 297.54187L696.1057 297.995L691.80884 297.995Q691.8401 298.9325 692.3557 299.51062Q692.88696 300.08875 693.69946 300.08875Q694.26196 300.08875 694.6526 299.85437Q695.05884 299.62 695.37134 299.22937L696.0276 299.745Q695.2307 300.97937 693.63696 300.97937ZM693.49634 295.29187Q692.8401 295.29187 692.38696 295.77625Q691.94946 296.245 691.8557 297.10437L695.0276 297.10437L695.0276 297.02625Q694.9807 296.19812 694.57446 295.745Q694.18384 295.29187 693.49634 295.29187ZM698.18384 300.85437L697.1057 300.85437L697.1057 291.85437L698.18384 291.85437L698.18384 300.85437ZM702.07446 299.26062L703.55884 294.51062L704.7151 294.51062L702.1682 301.83875Q701.57446 303.41687 700.2932 303.41687L700.07446 303.40125L699.68384 303.32312L699.68384 302.44812L699.9651 302.46375Q700.5276 302.46375 700.82446 302.245Q701.13696 302.02625 701.3401 301.4325L701.57446 300.77625L699.30884 294.51062L700.49634 294.51062L702.07446 299.26062ZM712.9182 300.85437Q712.82446 300.66687 712.76196 300.1825Q712.01196 300.97937 710.9651 300.97937Q710.0276 300.97937 709.4182 300.44812Q708.82446 299.91687 708.82446 299.08875Q708.82446 298.10437 709.57446 297.5575Q710.32446 297.01062 711.69946 297.01062L712.74634 297.01062L712.74634 296.51062Q712.74634 295.94812 712.4026 295.62Q712.07446 295.27625 711.4026 295.27625Q710.82446 295.27625 710.43384 295.57312Q710.0432 295.85437 710.0432 296.27625L708.94946 296.27625Q708.94946 295.79187 709.2776 295.35437Q709.62134 294.91687 710.19946 294.66687Q710.7776 294.40125 711.4651 294.40125Q712.57446 294.40125 713.18384 294.94812Q713.80884 295.495 713.8401 296.44812L713.8401 299.37Q713.8401 300.245 714.05884 300.76062L714.05884 300.85437L712.9182 300.85437ZM711.12134 300.02625Q711.63696 300.02625 712.0901 299.76062Q712.5432 299.495 712.74634 299.07312L712.74634 297.77625L711.9026 297.77625Q709.9026 297.77625 709.9026 298.94812Q709.9026 299.44812 710.24634 299.745Q710.5901 300.02625 711.12134 300.02625ZM715.74634 297.63562Q715.74634 296.15125 716.43384 295.27625Q717.12134 294.40125 718.24634 294.40125Q719.4026 294.40125 720.05884 295.21375L720.1057 294.51062L721.1057 294.51062L721.1057 300.69812Q721.1057 301.9325 720.37134 302.63562Q719.63696 303.35437 718.4182 303.35437Q717.7307 303.35437 717.07446 303.0575Q716.4182 302.76062 716.07446 302.26062L716.63696 301.60437Q717.32446 302.46375 718.3401 302.46375Q719.12134 302.46375 719.55884 302.01062Q720.01196 301.57312 720.01196 300.76062L720.01196 300.21375Q719.3557 300.97937 718.2307 300.97937Q717.12134 300.97937 716.43384 300.08875Q715.74634 299.1825 715.74634 297.63562ZM716.8401 297.76062Q716.8401 298.82312 717.2776 299.44812Q717.7151 300.0575 718.51196 300.0575Q719.5276 300.0575 720.01196 299.12L720.01196 296.22937Q719.51196 295.32312 718.51196 295.32312Q717.7307 295.32312 717.2776 295.9325Q716.8401 296.54187 716.8401 297.76062ZM726.07446 295.47937Q725.82446 295.44812 725.5432 295.44812Q724.4651 295.44812 724.0901 296.35437L724.0901 300.85437L723.01196 300.85437L723.01196 294.51062L724.05884 294.51062L724.07446 295.245Q724.6057 294.40125 725.5901 294.40125Q725.9026 294.40125 726.07446 294.47937L726.07446 295.47937ZM729.63696 300.97937Q728.3401 300.97937 727.5276 300.13562Q726.7307 299.27625 726.7307 297.85437L726.7307 297.66687Q726.7307 296.71375 727.0901 295.97937Q727.44946 295.22937 728.0901 294.82312Q728.74634 294.40125 729.49634 294.40125Q730.7307 294.40125 731.4182 295.21375Q732.1057 296.02625 732.1057 297.54187L732.1057 297.995L727.80884 297.995Q727.8401 298.9325 728.3557 299.51062Q728.88696 300.08875 729.69946 300.08875Q730.26196 300.08875 730.6526 299.85437Q731.05884 299.62 731.37134 299.22937L732.0276 299.745Q731.2307 300.97937 729.63696 300.97937ZM729.49634 295.29187Q728.8401 295.29187 728.38696 295.77625Q727.94946 296.245 727.8557 297.10437L731.0276 297.10437L731.0276 297.02625Q730.9807 296.19812 730.57446 295.745Q730.18384 295.29187 729.49634 295.29187ZM735.63696 300.97937Q734.3401 300.97937 733.5276 300.13562Q732.7307 299.27625 732.7307 297.85437L732.7307 297.66687Q732.7307 296.71375 733.0901 295.97937Q733.44946 295.22937 734.0901 294.82312Q734.74634 294.40125 735.49634 294.40125Q736.7307 294.40125 737.4182 295.21375Q738.1057 296.02625 738.1057 297.54187L738.1057 297.995L733.80884 297.995Q733.8401 298.9325 734.3557 299.51062Q734.88696 300.08875 735.69946 300.08875Q736.26196 300.08875 736.6526 299.85437Q737.05884 299.62 737.37134 299.22937L738.0276 299.745Q737.2307 300.97937 735.63696 300.97937ZM735.49634 295.29187Q734.8401 295.29187 734.38696 295.77625Q733.94946 296.245 733.8557 297.10437L737.0276 297.10437L737.0276 297.02625Q736.9807 296.19812 736.57446 295.745Q736.18384 295.29187 735.49634 295.29187Z" fill-rule="nonzero"/><path fill="#38761d" d="M625.18384 316.35437C625.18384 315.8021 625.6316 315.35437 626.18384 315.35437L636.18384 315.35437C636.73615 315.35437 637.18384 315.8021 637.18384 316.35437L637.18384 326.35437C637.18384 326.90668 636.73615 327.35437 636.18384 327.35437L626.18384 327.35437C625.6316 327.35437 625.18384 326.90668 625.18384 326.35437Z" fill-rule="nonzero"/><path fill="#666666" d="M648.68384 322.0575Q647.24634 321.63562 646.57446 321.02625Q645.9182 320.41687 645.9182 319.52625Q645.9182 318.52625 646.7151 317.87Q647.5276 317.19812 648.82446 317.19812Q649.69946 317.19812 650.38696 317.54187Q651.07446 317.88562 651.44946 318.47937Q651.8401 319.07312 651.8401 319.79187L650.69946 319.79187Q650.69946 319.01062 650.19946 318.57312Q649.7151 318.13562 648.82446 318.13562Q647.99634 318.13562 647.5276 318.51062Q647.05884 318.87 647.05884 319.51062Q647.05884 320.04187 647.49634 320.40125Q647.94946 320.76062 649.01196 321.0575Q650.07446 321.35437 650.6682 321.71375Q651.2776 322.07312 651.55884 322.5575Q651.8557 323.04187 651.8557 323.6825Q651.8557 324.72937 651.0432 325.35437Q650.2307 325.97937 648.88696 325.97937Q647.99634 325.97937 647.2307 325.63562Q646.4807 325.29187 646.05884 324.71375Q645.6526 324.12 645.6526 323.38562L646.7776 323.38562Q646.7776 324.15125 647.3557 324.60437Q647.93384 325.0575 648.88696 325.0575Q649.7776 325.0575 650.24634 324.69812Q650.7151 324.32312 650.7151 323.69812Q650.7151 323.07312 650.2776 322.72937Q649.8401 322.38562 648.68384 322.0575ZM654.4807 317.97937L654.4807 319.51062L655.6526 319.51062L655.6526 320.35437L654.4807 320.35437L654.4807 324.27625Q654.4807 324.66687 654.63696 324.85437Q654.7932 325.04187 655.1682 325.04187Q655.3557 325.04187 655.68384 324.97937L655.68384 325.85437Q655.26196 325.97937 654.8557 325.97937Q654.13696 325.97937 653.76196 325.54187Q653.38696 325.08875 653.38696 324.27625L653.38696 320.35437L652.2307 320.35437L652.2307 319.51062L653.38696 319.51062L653.38696 317.97937L654.4807 317.97937ZM660.07446 320.47937Q659.82446 320.44812 659.5432 320.44812Q658.4651 320.44812 658.0901 321.35437L658.0901 325.85437L657.01196 325.85437L657.01196 319.51062L658.05884 319.51062L658.07446 320.245Q658.6057 319.40125 659.5901 319.40125Q659.9026 319.40125 660.07446 319.47937L660.07446 320.47937ZM660.7151 322.62Q660.7151 321.69812 661.07446 320.94812Q661.44946 320.19812 662.1057 319.8075Q662.76196 319.40125 663.5901 319.40125Q664.88696 319.40125 665.68384 320.29187Q666.49634 321.1825 666.49634 322.6825L666.49634 322.76062Q666.49634 323.6825 666.13696 324.41687Q665.7776 325.15125 665.12134 325.57312Q664.4651 325.97937 663.6057 325.97937Q662.32446 325.97937 661.51196 325.08875Q660.7151 324.1825 660.7151 322.69812L660.7151 322.62ZM661.80884 322.76062Q661.80884 323.8075 662.2932 324.44812Q662.7932 325.08875 663.6057 325.08875Q664.43384 325.08875 664.9182 324.44812Q665.4026 323.79187 665.4026 322.62Q665.4026 321.58875 664.9026 320.94812Q664.4182 320.29187 663.5901 320.29187Q662.7932 320.29187 662.2932 320.9325Q661.80884 321.5575 661.80884 322.76062ZM669.0276 319.51062L669.05884 320.3075Q669.7932 319.40125 670.9651 319.40125Q672.9807 319.40125 672.99634 321.66687L672.99634 325.85437L671.9026 325.85437L671.9026 321.65125Q671.9026 320.97937 671.5901 320.65125Q671.2932 320.32312 670.63696 320.32312Q670.1057 320.32312 669.69946 320.60437Q669.30884 320.88562 669.0901 321.33875L669.0901 325.85437L668.01196 325.85437L668.01196 319.51062L669.0276 319.51062ZM674.74634 322.63562Q674.74634 321.15125 675.43384 320.27625Q676.12134 319.40125 677.24634 319.40125Q678.4026 319.40125 679.05884 320.21375L679.1057 319.51062L680.1057 319.51062L680.1057 325.69812Q680.1057 326.9325 679.37134 327.63562Q678.63696 328.35437 677.4182 328.35437Q676.7307 328.35437 676.07446 328.0575Q675.4182 327.76062 675.07446 327.26062L675.63696 326.60437Q676.32446 327.46375 677.3401 327.46375Q678.12134 327.46375 678.55884 327.01062Q679.01196 326.57312 679.01196 325.76062L679.01196 325.21375Q678.3557 325.97937 677.2307 325.97937Q676.12134 325.97937 675.43384 325.08875Q674.74634 324.1825 674.74634 322.63562ZM675.8401 322.76062Q675.8401 323.82312 676.2776 324.44812Q676.7151 325.0575 677.51196 325.0575Q678.5276 325.0575 679.01196 324.12L679.01196 321.22937Q678.51196 320.32312 677.51196 320.32312Q676.7307 320.32312 676.2776 320.9325Q675.8401 321.54187 675.8401 322.76062ZM683.18384 325.85437L682.1057 325.85437L682.1057 316.85437L683.18384 316.85437L683.18384 325.85437ZM687.07446 324.26062L688.55884 319.51062L689.7151 319.51062L687.1682 326.83875Q686.57446 328.41687 685.2932 328.41687L685.07446 328.40125L684.68384 328.32312L684.68384 327.44812L684.9651 327.46375Q685.5276 327.46375 685.82446 327.245Q686.13696 327.02625 686.3401 326.4325L686.57446 325.77625L684.30884 319.51062L685.49634 319.51062L687.07446 324.26062ZM697.9182 325.85437Q697.82446 325.66687 697.76196 325.1825Q697.01196 325.97937 695.9651 325.97937Q695.0276 325.97937 694.4182 325.44812Q693.82446 324.91687 693.82446 324.08875Q693.82446 323.10437 694.57446 322.5575Q695.32446 322.01062 696.69946 322.01062L697.74634 322.01062L697.74634 321.51062Q697.74634 320.94812 697.4026 320.62Q697.07446 320.27625 696.4026 320.27625Q695.82446 320.27625 695.43384 320.57312Q695.0432 320.85437 695.0432 321.27625L693.94946 321.27625Q693.94946 320.79187 694.2776 320.35437Q694.62134 319.91687 695.19946 319.66687Q695.7776 319.40125 696.4651 319.40125Q697.57446 319.40125 698.18384 319.94812Q698.80884 320.495 698.8401 321.44812L698.8401 324.37Q698.8401 325.245 699.05884 325.76062L699.05884 325.85437L697.9182 325.85437ZM696.12134 325.02625Q696.63696 325.02625 697.0901 324.76062Q697.5432 324.495 697.74634 324.07312L697.74634 322.77625L696.9026 322.77625Q694.9026 322.77625 694.9026 323.94812Q694.9026 324.44812 695.24634 324.745Q695.5901 325.02625 696.12134 325.02625ZM700.74634 322.63562Q700.74634 321.15125 701.43384 320.27625Q702.12134 319.40125 703.24634 319.40125Q704.4026 319.40125 705.05884 320.21375L705.1057 319.51062L706.1057 319.51062L706.1057 325.69812Q706.1057 326.9325 705.37134 327.63562Q704.63696 328.35437 703.4182 328.35437Q702.7307 328.35437 702.07446 328.0575Q701.4182 327.76062 701.07446 327.26062L701.63696 326.60437Q702.32446 327.46375 703.3401 327.46375Q704.12134 327.46375 704.55884 327.01062Q705.01196 326.57312 705.01196 325.76062L705.01196 325.21375Q704.3557 325.97937 703.2307 325.97937Q702.12134 325.97937 701.43384 325.08875Q700.74634 324.1825 700.74634 322.63562ZM701.8401 322.76062Q701.8401 323.82312 702.2776 324.44812Q702.7151 325.0575 703.51196 325.0575Q704.5276 325.0575 705.01196 324.12L705.01196 321.22937Q704.51196 320.32312 703.51196 320.32312Q702.7307 320.32312 702.2776 320.9325Q701.8401 321.54187 701.8401 322.76062ZM711.07446 320.47937Q710.82446 320.44812 710.5432 320.44812Q709.4651 320.44812 709.0901 321.35437L709.0901 325.85437L708.01196 325.85437L708.01196 319.51062L709.05884 319.51062L709.07446 320.245Q709.6057 319.40125 710.5901 319.40125Q710.9026 319.40125 711.07446 319.47937L711.07446 320.47937ZM714.63696 325.97937Q713.3401 325.97937 712.5276 325.13562Q711.7307 324.27625 711.7307 322.85437L711.7307 322.66687Q711.7307 321.71375 712.0901 320.97937Q712.44946 320.22937 713.0901 319.82312Q713.74634 319.40125 714.49634 319.40125Q715.7307 319.40125 716.4182 320.21375Q717.1057 321.02625 717.1057 322.54187L717.1057 322.995L712.80884 322.995Q712.8401 323.9325 713.3557 324.51062Q713.88696 325.08875 714.69946 325.08875Q715.26196 325.08875 715.6526 324.85437Q716.05884 324.62 716.37134 324.22937L717.0276 324.745Q716.2307 325.97937 714.63696 325.97937ZM714.49634 320.29187Q713.8401 320.29187 713.38696 320.77625Q712.94946 321.245 712.8557 322.10437L716.0276 322.10437L716.0276 322.02625Q715.9807 321.19812 715.57446 320.745Q715.18384 320.29187 714.49634 320.29187ZM720.63696 325.97937Q719.3401 325.97937 718.5276 325.13562Q717.7307 324.27625 717.7307 322.85437L717.7307 322.66687Q717.7307 321.71375 718.0901 320.97937Q718.44946 320.22937 719.0901 319.82312Q719.74634 319.40125 720.49634 319.40125Q721.7307 319.40125 722.4182 320.21375Q723.1057 321.02625 723.1057 322.54187L723.1057 322.995L718.80884 322.995Q718.8401 323.9325 719.3557 324.51062Q719.88696 325.08875 720.69946 325.08875Q721.26196 325.08875 721.6526 324.85437Q722.05884 324.62 722.37134 324.22937L723.0276 324.745Q722.2307 325.97937 720.63696 325.97937ZM720.49634 320.29187Q719.8401 320.29187 719.38696 320.77625Q718.94946 321.245 718.8557 322.10437L722.0276 322.10437L722.0276 322.02625Q721.9807 321.19812 721.57446 320.745Q721.18384 320.29187 720.49634 320.29187Z" fill-rule="nonzero"/><path fill="#666666" d="M30.55 28.273142Q30.05 29.007517 29.14375 29.366892Q28.2375 29.726267 27.034374 29.726267Q25.815624 29.726267 24.8625 29.163767Q23.925 28.585642 23.409374 27.538767Q22.89375 26.476267 22.878124 25.085642L22.878124 24.226267Q22.878124 21.976267 23.925 20.741892Q24.9875 19.491892 26.878124 19.491892Q28.440624 19.491892 29.39375 20.288767Q30.346874 21.085642 30.55 22.554392L29.2375 22.554392Q28.878124 20.570017 26.89375 20.570017Q25.565624 20.570017 24.878124 21.507517Q24.20625 22.429392 24.20625 24.179392L24.20625 24.991892Q24.20625 26.679392 24.971874 27.663767Q25.7375 28.648142 27.034374 28.648142Q27.784374 28.648142 28.33125 28.491892Q28.89375 28.320017 29.253124 27.929392L29.253124 25.695017L26.940624 25.695017L26.940624 24.632517L30.55 24.632517L30.55 28.273142ZM32.675 25.820017Q32.675 24.726267 33.096874 23.866892Q33.534374 22.991892 34.284374 22.523142Q35.05 22.054392 36.034374 22.054392Q37.534374 22.054392 38.471874 23.101267Q39.409374 24.148142 39.409374 25.882517L39.409374 25.976267Q39.409374 27.054392 38.9875 27.913767Q38.58125 28.757517 37.8 29.241892Q37.034374 29.726267 36.05 29.726267Q34.534374 29.726267 33.596874 28.679392Q32.675 27.632517 32.675 25.913767L32.675 25.820017ZM33.940624 25.976267Q33.940624 27.195017 34.503124 27.945017Q35.08125 28.695017 36.05 28.695017Q37.003124 28.695017 37.565624 27.945017Q38.14375 27.179392 38.14375 25.820017Q38.14375 24.601267 37.565624 23.851267Q36.9875 23.085642 36.034374 23.085642Q35.096874 23.085642 34.51875 23.835642Q33.940624 24.585642 33.940624 25.976267ZM45.378124 29.585642L44.1125 29.585642L44.1125 22.195017L45.378124 22.195017L45.378124 29.585642ZM44.01875 20.226267Q44.01875 19.913767 44.20625 19.710642Q44.39375 19.491892 44.753124 19.491892Q45.128124 19.491892 45.315624 19.710642Q45.51875 19.913767 45.51875 20.226267Q45.51875 20.538767 45.315624 20.741892Q45.128124 20.945017 44.753124 20.945017Q44.39375 20.945017 44.20625 20.741892Q44.01875 20.538767 44.01875 20.226267ZM51.315624 27.616892Q51.315624 27.116892 50.925 26.835642Q50.534374 26.538767 49.58125 26.335642Q48.628124 26.132517 48.05 25.851267Q47.4875 25.554392 47.221874 25.163767Q46.95625 24.773142 46.95625 24.226267Q46.95625 23.304392 47.721874 22.679392Q48.4875 22.054392 49.690624 22.054392Q50.940624 22.054392 51.721874 22.710642Q52.503124 23.351267 52.503124 24.366892L51.2375 24.366892Q51.2375 23.835642 50.8 23.460642Q50.3625 23.085642 49.690624 23.085642Q49.003124 23.085642 48.6125 23.398142Q48.221874 23.695017 48.221874 24.179392Q48.221874 24.632517 48.58125 24.866892Q48.940624 25.101267 49.878124 25.320017Q50.83125 25.523142 51.425 25.820017Q52.01875 26.116892 52.3 26.538767Q52.58125 26.945017 52.58125 27.538767Q52.58125 28.523142 51.784374 29.132517Q50.9875 29.726267 49.721874 29.726267Q48.846874 29.726267 48.159374 29.413767Q47.471874 29.085642 47.08125 28.523142Q46.70625 27.960642 46.70625 27.304392L47.971874 27.304392Q48.003124 27.945017 48.471874 28.320017Q48.95625 28.695017 49.721874 28.695017Q50.440624 28.695017 50.878124 28.398142Q51.315624 28.101267 51.315624 27.616892ZM63.55 27.835642L64.97188 22.195017L66.2375 22.195017L64.09688 29.585642L63.065624 29.585642L61.26875 23.976267L59.51875 29.585642L58.4875 29.585642L56.346874 22.195017L57.596874 22.195017L59.065624 27.726267L60.784374 22.195017L61.8 22.195017L63.55 27.835642ZM67.675 25.820017Q67.675 24.726267 68.09688 23.866892Q68.53438 22.991892 69.28438 22.523142Q70.05 22.054392 71.03438 22.054392Q72.53438 22.054392 73.47188 23.101267Q74.40938 24.148142 74.40938 25.882517L74.40938 25.976267Q74.40938 27.054392 73.9875 27.913767Q73.58125 28.757517 72.8 29.241892Q72.03438 29.726267 71.05 29.726267Q69.53438 29.726267 68.59688 28.679392Q67.675 27.632517 67.675 25.913767L67.675 25.820017ZM68.94063 25.976267Q68.94063 27.195017 69.50313 27.945017Q70.08125 28.695017 71.05 28.695017Q72.00313 28.695017 72.56563 27.945017Q73.14375 27.179392 73.14375 25.820017Q73.14375 24.601267 72.56563 23.851267Q71.9875 23.085642 71.03438 23.085642Q70.09688 23.085642 69.51875 23.835642Q68.94063 24.585642 68.94063 25.976267ZM79.58125 23.320017Q79.3 23.273142 78.95625 23.273142Q77.72188 23.273142 77.26875 24.335642L77.26875 29.585642L76.00313 29.585642L76.00313 22.195017L77.2375 22.195017L77.25313 23.038767Q77.87813 22.054392 79.01875 22.054392Q79.39375 22.054392 79.58125 22.148142L79.58125 23.320017ZM83.06563 26.163767L82.28438 26.991892L82.28438 29.585642L81.01875 29.585642L81.01875 19.085642L82.28438 19.085642L82.28438 25.429392L82.95625 24.616892L85.25313 22.195017L86.8 22.195017L83.925 25.273142L87.12813 29.585642L85.64375 29.585642L83.06563 26.163767ZM89.37813 29.585642L88.1125 29.585642L88.1125 22.195017L89.37813 22.195017L89.37813 29.585642ZM88.01875 20.226267Q88.01875 19.913767 88.20625 19.710642Q88.39375 19.491892 88.75313 19.491892Q89.12813 19.491892 89.31563 19.710642Q89.51875 19.913767 89.51875 20.226267Q89.51875 20.538767 89.31563 20.741892Q89.12813 20.945017 88.75313 20.945017Q88.39375 20.945017 88.20625 20.741892Q88.01875 20.538767 88.01875 20.226267ZM92.20625 22.195017L92.2375 23.116892Q93.09688 22.054392 94.45625 22.054392Q96.8 22.054392 96.83125 24.695017L96.83125 29.585642L95.56563 29.585642L95.56563 24.695017Q95.55 23.898142 95.19063 23.523142Q94.83125 23.132517 94.08125 23.132517Q93.45625 23.132517 92.9875 23.460642Q92.53438 23.788767 92.26875 24.320017L92.26875 29.585642L91.00313 29.585642L91.00313 22.195017L92.20625 22.195017ZM98.70625 25.820017Q98.70625 24.101267 99.50313 23.085642Q100.3 22.054392 101.62813 22.054392Q102.97188 22.054392 103.7375 23.007517L103.8 22.195017L104.95625 22.195017L104.95625 29.413767Q104.95625 30.851267 104.09688 31.663767Q103.25313 32.49189 101.81563 32.49189Q101.01875 32.49189 100.25313 32.14814Q99.4875 31.820017 99.08125 31.226267L99.7375 30.460642Q100.55 31.460642 101.72188 31.460642Q102.64375 31.460642 103.15938 30.945017Q103.69063 30.429392 103.69063 29.476267L103.69063 28.851267Q102.925 29.726267 101.6125 29.726267Q100.31563 29.726267 99.50313 28.679392Q98.70625 27.632517 98.70625 25.820017ZM99.97188 25.976267Q99.97188 27.226267 100.4875 27.945017Q101.00313 28.648142 101.925 28.648142Q103.12813 28.648142 103.69063 27.554392L103.69063 24.179392Q103.09688 23.132517 101.94063 23.132517Q101.01875 23.132517 100.4875 23.851267Q99.97188 24.554392 99.97188 25.976267ZM116.55 27.835642L117.97188 22.195017L119.2375 22.195017L117.09688 29.585642L116.06563 29.585642L114.26875 23.976267L112.51875 29.585642L111.4875 29.585642L109.34688 22.195017L110.59688 22.195017L112.06563 27.726267L113.78438 22.195017L114.8 22.195017L116.55 27.835642ZM124.08125 29.726267Q122.56563 29.726267 121.62813 28.741892Q120.69063 27.741892 120.69063 26.085642L120.69063 25.866892Q120.69063 24.757517 121.1125 23.898142Q121.53438 23.023142 122.28438 22.538767Q123.03438 22.054392 123.925 22.054392Q125.3625 22.054392 126.15938 23.007517Q126.95625 23.945017 126.95625 25.726267L126.95625 26.241892L121.95625 26.241892Q121.97188 27.335642 122.58125 28.023142Q123.20625 28.695017 124.14375 28.695017Q124.81563 28.695017 125.26875 28.429392Q125.7375 28.148142 126.09688 27.695017L126.8625 28.288767Q125.94063 29.726267 124.08125 29.726267ZM123.925 23.085642Q123.15938 23.085642 122.62813 23.648142Q122.1125 24.210642 121.9875 25.210642L125.69063 25.210642L125.69063 25.116892Q125.64375 24.148142 125.175 23.616892Q124.70625 23.085642 123.925 23.085642ZM129.37813 29.585642L128.1125 29.585642L128.1125 19.085642L129.37813 19.085642L129.37813 29.585642ZM132.37813 29.585642L131.1125 29.585642L131.1125 19.085642L132.37813 19.085642L132.37813 29.585642ZM137.62813 29.585642L137.62813 23.163767L136.45625 23.163767L136.45625 22.195017L137.62813 22.195017L137.62813 21.429392Q137.62813 20.241892 138.25313 19.601267Q138.89375 18.945017 140.06563 18.945017Q140.50313 18.945017 140.925 19.054392L140.8625 20.085642Q140.53438 20.023142 140.175 20.023142Q139.56563 20.023142 139.22188 20.382517Q138.89375 20.741892 138.89375 21.413767L138.89375 22.195017L140.47188 22.195017L140.47188 23.163767L138.89375 23.163767L138.89375 29.585642L137.62813 29.585642ZM141.675 25.820017Q141.675 24.726267 142.09688 23.866892Q142.53438 22.991892 143.28438 22.523142Q144.05 22.054392 145.03438 22.054392Q146.53438 22.054392 147.47188 23.101267Q148.40938 24.148142 148.40938 25.882517L148.40938 25.976267Q148.40938 27.054392 147.9875 27.913767Q147.58125 28.757517 146.8 29.241892Q146.03438 29.726267 145.05 29.726267Q143.53438 29.726267 142.59688 28.679392Q141.675 27.632517 141.675 25.913767L141.675 25.820017ZM142.94063 25.976267Q142.94063 27.195017 143.50313 27.945017Q144.08125 28.695017 145.05 28.695017Q146.00313 28.695017 146.56563 27.945017Q147.14375 27.179392 147.14375 25.820017Q147.14375 24.601267 146.56563 23.851267Q145.9875 23.085642 145.03438 23.085642Q144.09688 23.085642 143.51875 23.835642Q142.94063 24.585642 142.94063 25.976267ZM153.58125 23.320017Q153.3 23.273142 152.95625 23.273142Q151.72188 23.273142 151.26875 24.335642L151.26875 29.585642L150.00313 29.585642L150.00313 22.195017L151.2375 22.195017L151.25313 23.038767Q151.87813 22.054392 153.01875 22.054392Q153.39375 22.054392 153.58125 22.148142L153.58125 23.320017ZM159.19063 22.195017L159.2375 23.007517Q160.05 22.054392 161.425 22.054392Q162.97188 22.054392 163.53438 23.241892Q163.90938 22.710642 164.50313 22.382517Q165.09688 22.054392 165.89375 22.054392Q168.33125 22.054392 168.37813 24.632517L168.37813 29.585642L167.1125 29.585642L167.1125 24.710642Q167.1125 23.913767 166.7375 23.523142Q166.37813 23.132517 165.53438 23.132517Q164.81563 23.132517 164.34688 23.554392Q163.89375 23.960642 163.81563 24.679392L163.81563 29.585642L162.55 29.585642L162.55 24.741892Q162.55 23.132517 160.97188 23.132517Q159.72188 23.132517 159.26875 24.179392L159.26875 29.585642L158.00313 29.585642L158.00313 22.195017L159.19063 22.195017ZM172.425 27.726267L174.14375 22.195017L175.50313 22.195017L172.53438 30.726267Q171.84688 32.570015 170.33125 32.570015L170.09688 32.55439L169.62813 32.46064L169.62813 31.445017L169.97188 31.460642Q170.6125 31.460642 170.97188 31.195017Q171.33125 30.945017 171.56563 30.257517L171.84688 29.507517L169.20625 22.195017L170.58125 22.195017L172.425 27.726267ZM181.72188 20.398142L181.72188 22.195017L183.09688 22.195017L183.09688 23.163767L181.72188 23.163767L181.72188 27.757517Q181.72188 28.195017 181.90938 28.429392Q182.09688 28.648142 182.53438 28.648142Q182.75313 28.648142 183.14375 28.554392L183.14375 29.585642Q182.64375 29.726267 182.175 29.726267Q181.31563 29.726267 180.87813 29.210642Q180.45625 28.695017 180.45625 27.757517L180.45625 23.163767L179.1125 23.163767L179.1125 22.195017L180.45625 22.195017L180.45625 20.398142L181.72188 20.398142ZM188.08125 29.726267Q186.56563 29.726267 185.62813 28.741892Q184.69063 27.741892 184.69063 26.085642L184.69063 25.866892Q184.69063 24.757517 185.1125 23.898142Q185.53438 23.023142 186.28438 22.538767Q187.03438 22.054392 187.925 22.054392Q189.3625 22.054392 190.15938 23.007517Q190.95625 23.945017 190.95625 25.726267L190.95625 26.241892L185.95625 26.241892Q185.97188 27.335642 186.58125 28.023142Q187.20625 28.695017 188.14375 28.695017Q188.81563 28.695017 189.26875 28.429392Q189.7375 28.148142 190.09688 27.695017L190.8625 28.288767Q189.94063 29.726267 188.08125 29.726267ZM187.925 23.085642Q187.15938 23.085642 186.62813 23.648142Q186.1125 24.210642 185.9875 25.210642L189.69063 25.210642L189.69063 25.116892Q189.64375 24.148142 189.175 23.616892Q188.70625 23.085642 187.925 23.085642ZM196.58125 29.585642Q196.47188 29.366892 196.39375 28.804392Q195.51875 29.726267 194.28438 29.726267Q193.19063 29.726267 192.4875 29.116892Q191.8 28.491892 191.8 27.538767Q191.8 26.382517 192.675 25.741892Q193.55 25.101267 195.14375 25.101267L196.37813 25.101267L196.37813 24.523142Q196.37813 23.851267 195.97188 23.460642Q195.58125 23.070017 194.81563 23.070017Q194.12813 23.070017 193.675 23.413767Q193.22188 23.757517 193.22188 24.241892L191.94063 24.241892Q191.94063 23.679392 192.33125 23.163767Q192.7375 22.648142 193.40938 22.351267Q194.08125 22.054392 194.87813 22.054392Q196.15938 22.054392 196.87813 22.695017Q197.6125 23.335642 197.64375 24.445017L197.64375 27.851267Q197.64375 28.866892 197.89375 29.476267L197.89375 29.585642L196.58125 29.585642ZM194.47188 28.616892Q195.06563 28.616892 195.59688 28.320017Q196.14375 28.007517 196.37813 27.507517L196.37813 25.991892L195.37813 25.991892Q193.06563 25.991892 193.06563 27.351267Q193.06563 27.945017 193.45625 28.288767Q193.84688 28.616892 194.47188 28.616892ZM201.19063 22.195017L201.2375 23.007517Q202.05 22.054392 203.425 22.054392Q204.97188 22.054392 205.53438 23.241892Q205.90938 22.710642 206.50313 22.382517Q207.09688 22.054392 207.89375 22.054392Q210.33125 22.054392 210.37813 24.632517L210.37813 29.585642L209.1125 29.585642L209.1125 24.710642Q209.1125 23.913767 208.7375 23.523142Q208.37813 23.132517 207.53438 23.132517Q206.81563 23.132517 206.34688 23.554392Q205.89375 23.960642 205.81563 24.679392L205.81563 29.585642L204.55 29.585642L204.55 24.741892Q204.55 23.132517 202.97188 23.132517Q201.72188 23.132517 201.26875 24.179392L201.26875 29.585642L200.00313 29.585642L200.00313 22.195017L201.19063 22.195017ZM212.03438 28.929392Q212.03438 28.601267 212.22188 28.382517Q212.425 28.163767 212.81563 28.163767Q213.20625 28.163767 213.40938 28.382517Q213.6125 28.601267 213.6125 28.929392Q213.6125 29.241892 213.40938 29.460642Q213.20625 29.663767 212.81563 29.663767Q212.425 29.663767 212.22188 29.460642Q212.03438 29.241892 212.03438 28.929392ZM212.03438 22.929392Q212.03438 22.601267 212.22188 22.382517Q212.425 22.163767 212.81563 22.163767Q213.20625 22.163767 213.40938 22.382517Q213.6125 22.601267 213.6125 22.929392Q213.6125 23.241892 213.40938 23.460642Q213.20625 23.663767 212.81563 23.663767Q212.425 23.663767 212.22188 23.460642Q212.03438 23.241892 212.03438 22.929392Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig15.svg b/_content/survey2019/fig15.svg
deleted file mode 100644
index 9cf66ad..0000000
--- a/_content/survey2019/fig15.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 751.0 464.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="751" height="464" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L751.0 0L751.0 464.0L0 464.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M92.5 63.5L92.5 386.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M251.5 63.5L251.5 386.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M409.5 63.5L409.5 386.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M568.5 63.5L568.5 386.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M727.5 63.5L727.5 386.5" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M92.5 386.5L727.5 386.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M92.5 305.5L727.5 305.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M92.5 224.5L727.5 224.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M92.5 144.5L727.5 144.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M92.5 63.5L727.5 63.5" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M506.3499 156.17502L506.3499 140.17502" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M471.40665 180.73921L471.40665 164.73921" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M262.8046 222.17113L262.8046 206.17113" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M458.38257 136.97652L458.38257 120.976524" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M619.90576 239.52646L619.90576 223.52646" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M612.3194 170.43082L612.3194 154.43082" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M693.2188 128.89265L693.2188 112.89266" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M537.81287 190.73784L537.81287 174.73784" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M561.55914 143.97716L561.55914 127.977165" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M495.43604 279.43344L495.43604 263.43344" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M420.8453 232.55234L420.8453 216.55234" fill-rule="nonzero"/><path stroke="#eeeeee" stroke-width="1.0" stroke-linecap="butt" d="M509.26328 246.26407L509.26328 230.26407" fill-rule="nonzero"/><clipPath id="id_0"><path d="M92.2 63.166668L727.8 63.166668L727.8 386.8L92.2 386.8L92.2 63.166668Z" clip-rule="nonzero"/></clipPath><path fill="#00add8" clip-path="url(#id_0)" d="M512.3499 140.17502C512.3499 143.48872 509.6636 146.17502 506.3499 146.17502C503.0362 146.17502 500.3499 143.48872 500.3499 140.17502C500.3499 136.86131 503.0362 134.17502 506.3499 134.17502C509.6636 134.17502 512.3499 136.86131 512.3499 140.17502Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M477.40665 164.73921C477.40665 168.05292 474.72037 170.73921 471.40665 170.73921C468.09296 170.73921 465.40665 168.05292 465.40665 164.73921C465.40665 161.4255 468.09296 158.73921 471.40665 158.73921C474.72037 158.73921 477.40665 161.4255 477.40665 164.73921Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M268.8046 206.17113C268.8046 209.48483 266.1183 212.17113 262.8046 212.17113C259.49088 212.17113 256.8046 209.48483 256.8046 206.17113C256.8046 202.85742 259.49088 200.17113 262.8046 200.17113C266.1183 200.17113 268.8046 202.85742 268.8046 206.17113Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M464.38257 120.976524C464.38257 124.29023 461.6963 126.976524 458.38257 126.976524C455.06888 126.976524 452.38257 124.29023 452.38257 120.976524C452.38257 117.66282 455.06888 114.976524 458.38257 114.976524C461.6963 114.976524 464.38257 117.66282 464.38257 120.976524Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M625.90576 223.52646C625.90576 226.84016 623.2195 229.52646 619.90576 229.52646C616.5921 229.52646 613.90576 226.84016 613.90576 223.52646C613.90576 220.21275 616.5921 217.52646 619.90576 217.52646C623.2195 217.52646 625.90576 220.21275 625.90576 223.52646Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M618.3194 154.43082C618.3194 157.74454 615.6331 160.43082 612.3194 160.43082C609.00574 160.43082 606.3194 157.74454 606.3194 154.43082C606.3194 151.11711 609.00574 148.43082 612.3194 148.43082C615.6331 148.43082 618.3194 151.11711 618.3194 154.43082Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M699.2188 112.89266C699.2188 116.20637 696.53253 118.89266 693.2188 118.89266C689.90515 118.89266 687.2188 116.20637 687.2188 112.89266C687.2188 109.57895 689.90515 106.89266 693.2188 106.89266C696.53253 106.89266 699.2188 109.57895 699.2188 112.89266Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M543.81287 174.73784C543.81287 178.05154 541.1266 180.73784 537.81287 180.73784C534.49915 180.73784 531.81287 178.05154 531.81287 174.73784C531.81287 171.42413 534.49915 168.73784 537.81287 168.73784C541.1266 168.73784 543.81287 171.42413 543.81287 174.73784Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M567.55914 127.977165C567.55914 131.29088 564.87286 133.97716 561.55914 133.97716C558.2454 133.97716 555.55914 131.29088 555.55914 127.977165C555.55914 124.66345 558.2454 121.977165 561.55914 121.977165C564.87286 121.977165 567.55914 124.66345 567.55914 127.977165Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M501.43604 263.43344C501.43604 266.74713 498.74976 269.43344 495.43604 269.43344C492.1223 269.43344 489.43604 266.74713 489.43604 263.43344C489.43604 260.11972 492.1223 257.43344 495.43604 257.43344C498.74976 257.43344 501.43604 260.11972 501.43604 263.43344Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M426.8453 216.55234C426.8453 219.86604 424.159 222.55234 420.8453 222.55234C417.5316 222.55234 414.8453 219.86604 414.8453 216.55234C414.8453 213.23862 417.5316 210.55234 420.8453 210.55234C424.159 210.55234 426.8453 213.23862 426.8453 216.55234Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M515.2633 230.26407C515.2633 233.57777 512.57697 236.26407 509.26328 236.26407C505.9496 236.26407 503.26328 233.57777 503.26328 230.26407C503.26328 226.95035 505.9496 224.26407 509.26328 224.26407C512.57697 224.26407 515.2633 226.95035 515.2633 230.26407Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M483.61554 167.4719Q483.4593 168.81564 482.61554 169.56564Q481.7718 170.30002 480.38116 170.30002Q478.86554 170.30002 477.9593 169.2219Q477.05304 168.12814 477.05304 166.30002L477.05304 165.48752Q477.05304 164.30002 477.4749 163.39377Q477.8968 162.48752 478.67804 162.00314Q479.4593 161.51877 480.4749 161.51877Q481.8343 161.51877 482.6468 162.2844Q483.4749 163.05002 483.61554 164.37814L482.49054 164.37814Q482.3343 163.36252 481.8499 162.9094Q481.36554 162.45627 480.4749 162.45627Q479.3968 162.45627 478.7874 163.25314Q478.17804 164.05002 478.17804 165.51877L478.17804 166.3469Q478.17804 167.73752 478.75616 168.56564Q479.3343 169.37814 480.38116 169.37814Q481.31866 169.37814 481.81866 168.95627Q482.31866 168.51877 482.49054 167.4719L483.61554 167.4719ZM486.4593 166.83127L486.4593 170.17502L485.3343 170.17502L485.3343 161.64377L488.49054 161.64377Q489.88116 161.64377 490.67804 162.36252Q491.4749 163.06564 491.4749 164.25314Q491.4749 165.48752 490.69366 166.1594Q489.92804 166.83127 488.4749 166.83127L486.4593 166.83127ZM486.4593 165.9094L488.49054 165.9094Q489.3968 165.9094 489.86554 165.48752Q490.3499 165.06564 490.3499 164.26877Q490.3499 163.50314 489.86554 163.05002Q489.3968 162.58127 488.55304 162.56564L486.4593 162.56564L486.4593 165.9094ZM499.3499 161.64377L499.3499 167.44064Q499.3343 168.64377 498.5843 169.42502Q497.8343 170.19064 496.55304 170.2844L496.24054 170.30002Q494.8499 170.30002 494.00616 169.55002Q493.17804 168.7844 493.17804 167.45627L493.17804 161.64377L494.2874 161.64377L494.2874 167.42502Q494.2874 168.3469 494.7874 168.86252Q495.30304 169.37814 496.24054 169.37814Q497.2093 169.37814 497.7093 168.86252Q498.2093 168.3469 498.2093 167.42502L498.2093 161.64377L499.3499 161.64377ZM508.0843 169.55002Q507.4593 170.30002 506.2249 170.30002Q505.2093 170.30002 504.67804 169.70627Q504.1468 169.11252 504.1468 167.95627L504.1468 163.83127L505.2249 163.83127L505.2249 167.92502Q505.2249 169.37814 506.3968 169.37814Q507.6468 169.37814 508.05304 168.44064L508.05304 163.83127L509.1468 163.83127L509.1468 170.17502L508.11554 170.17502L508.0843 169.55002ZM514.86554 168.48752Q514.86554 168.05002 514.5218 167.81564Q514.19366 167.56564 513.36554 167.39377Q512.55304 167.2219 512.06866 166.9719Q511.5843 166.7219 511.3499 166.39377Q511.13116 166.05002 511.13116 165.58127Q511.13116 164.80002 511.7874 164.26877Q512.44366 163.7219 513.4749 163.7219Q514.55304 163.7219 515.2093 164.2844Q515.88116 164.83127 515.88116 165.69064L514.80304 165.69064Q514.80304 165.25314 514.4124 164.94064Q514.0374 164.61252 513.4749 164.61252Q512.88116 164.61252 512.5374 164.87814Q512.2093 165.12814 512.2093 165.5344Q512.2093 165.92502 512.5218 166.12814Q512.8343 166.33127 513.6468 166.51877Q514.4593 166.69064 514.9593 166.94064Q515.4593 167.19064 515.69366 167.55002Q515.94366 167.9094 515.94366 168.4094Q515.94366 169.26877 515.25616 169.7844Q514.5843 170.30002 513.50616 170.30002Q512.74054 170.30002 512.1468 170.0344Q511.56866 169.75314 511.24054 169.26877Q510.9124 168.7844 510.9124 168.2219L511.99054 168.2219Q512.0218 168.76877 512.42804 169.0969Q512.8343 169.4094 513.50616 169.4094Q514.11554 169.4094 514.49054 169.1594Q514.86554 168.9094 514.86554 168.48752ZM521.0843 170.17502Q520.99054 169.98752 520.92804 169.50314Q520.17804 170.30002 519.13116 170.30002Q518.19366 170.30002 517.5843 169.76877Q516.99054 169.23752 516.99054 168.4094Q516.99054 167.42502 517.74054 166.87814Q518.49054 166.33127 519.86554 166.33127L520.9124 166.33127L520.9124 165.83127Q520.9124 165.26877 520.56866 164.94064Q520.24054 164.5969 519.56866 164.5969Q518.99054 164.5969 518.5999 164.89377Q518.2093 165.17502 518.2093 165.5969L517.11554 165.5969Q517.11554 165.11252 517.44366 164.67502Q517.7874 164.23752 518.36554 163.98752Q518.94366 163.7219 519.63116 163.7219Q520.74054 163.7219 521.3499 164.26877Q521.9749 164.81564 522.00616 165.76877L522.00616 168.69064Q522.00616 169.56564 522.2249 170.08127L522.2249 170.17502L521.0843 170.17502ZM519.2874 169.3469Q519.80304 169.3469 520.25616 169.08127Q520.7093 168.81564 520.9124 168.39377L520.9124 167.0969L520.06866 167.0969Q518.06866 167.0969 518.06866 168.26877Q518.06866 168.76877 518.4124 169.06564Q518.75616 169.3469 519.2874 169.3469ZM523.9124 166.95627Q523.9124 165.4719 524.5999 164.5969Q525.2874 163.7219 526.4124 163.7219Q527.56866 163.7219 528.2249 164.5344L528.2718 163.83127L529.2718 163.83127L529.2718 170.01877Q529.2718 171.25314 528.5374 171.95627Q527.80304 172.67502 526.5843 172.67502Q525.8968 172.67502 525.24054 172.37814Q524.5843 172.08127 524.24054 171.58127L524.80304 170.92502Q525.49054 171.7844 526.50616 171.7844Q527.2874 171.7844 527.7249 171.33127Q528.17804 170.89377 528.17804 170.08127L528.17804 169.5344Q527.5218 170.30002 526.3968 170.30002Q525.2874 170.30002 524.5999 169.4094Q523.9124 168.50314 523.9124 166.95627ZM525.00616 167.08127Q525.00616 168.14377 525.44366 168.76877Q525.88116 169.37814 526.67804 169.37814Q527.69366 169.37814 528.17804 168.44064L528.17804 165.55002Q527.67804 164.64377 526.67804 164.64377Q525.8968 164.64377 525.44366 165.25314Q525.00616 165.86252 525.00616 167.08127ZM533.80304 170.30002Q532.50616 170.30002 531.69366 169.45627Q530.8968 168.5969 530.8968 167.17502L530.8968 166.98752Q530.8968 166.0344 531.25616 165.30002Q531.61554 164.55002 532.25616 164.14377Q532.9124 163.7219 533.6624 163.7219Q534.8968 163.7219 535.5843 164.5344Q536.2718 165.3469 536.2718 166.86252L536.2718 167.31564L531.9749 167.31564Q532.00616 168.25314 532.5218 168.83127Q533.05304 169.4094 533.86554 169.4094Q534.42804 169.4094 534.81866 169.17502Q535.2249 168.94064 535.5374 168.55002L536.19366 169.06564Q535.3968 170.30002 533.80304 170.30002ZM533.6624 164.61252Q533.00616 164.61252 532.55304 165.0969Q532.11554 165.56564 532.0218 166.42502L535.19366 166.42502L535.19366 166.3469Q535.1468 165.51877 534.74054 165.06564Q534.3499 164.61252 533.6624 164.61252Z" fill-rule="nonzero"/><path fill="#666666" d="M483.61554 167.4719Q483.4593 168.81564 482.61554 169.56564Q481.7718 170.30002 480.38116 170.30002Q478.86554 170.30002 477.9593 169.2219Q477.05304 168.12814 477.05304 166.30002L477.05304 165.48752Q477.05304 164.30002 477.4749 163.39377Q477.8968 162.48752 478.67804 162.00314Q479.4593 161.51877 480.4749 161.51877Q481.8343 161.51877 482.6468 162.2844Q483.4749 163.05002 483.61554 164.37814L482.49054 164.37814Q482.3343 163.36252 481.8499 162.9094Q481.36554 162.45627 480.4749 162.45627Q479.3968 162.45627 478.7874 163.25314Q478.17804 164.05002 478.17804 165.51877L478.17804 166.3469Q478.17804 167.73752 478.75616 168.56564Q479.3343 169.37814 480.38116 169.37814Q481.31866 169.37814 481.81866 168.95627Q482.31866 168.51877 482.49054 167.4719L483.61554 167.4719ZM486.4593 166.83127L486.4593 170.17502L485.3343 170.17502L485.3343 161.64377L488.49054 161.64377Q489.88116 161.64377 490.67804 162.36252Q491.4749 163.06564 491.4749 164.25314Q491.4749 165.48752 490.69366 166.1594Q489.92804 166.83127 488.4749 166.83127L486.4593 166.83127ZM486.4593 165.9094L488.49054 165.9094Q489.3968 165.9094 489.86554 165.48752Q490.3499 165.06564 490.3499 164.26877Q490.3499 163.50314 489.86554 163.05002Q489.3968 162.58127 488.55304 162.56564L486.4593 162.56564L486.4593 165.9094ZM499.3499 161.64377L499.3499 167.44064Q499.3343 168.64377 498.5843 169.42502Q497.8343 170.19064 496.55304 170.2844L496.24054 170.30002Q494.8499 170.30002 494.00616 169.55002Q493.17804 168.7844 493.17804 167.45627L493.17804 161.64377L494.2874 161.64377L494.2874 167.42502Q494.2874 168.3469 494.7874 168.86252Q495.30304 169.37814 496.24054 169.37814Q497.2093 169.37814 497.7093 168.86252Q498.2093 168.3469 498.2093 167.42502L498.2093 161.64377L499.3499 161.64377ZM508.0843 169.55002Q507.4593 170.30002 506.2249 170.30002Q505.2093 170.30002 504.67804 169.70627Q504.1468 169.11252 504.1468 167.95627L504.1468 163.83127L505.2249 163.83127L505.2249 167.92502Q505.2249 169.37814 506.3968 169.37814Q507.6468 169.37814 508.05304 168.44064L508.05304 163.83127L509.1468 163.83127L509.1468 170.17502L508.11554 170.17502L508.0843 169.55002ZM514.86554 168.48752Q514.86554 168.05002 514.5218 167.81564Q514.19366 167.56564 513.36554 167.39377Q512.55304 167.2219 512.06866 166.9719Q511.5843 166.7219 511.3499 166.39377Q511.13116 166.05002 511.13116 165.58127Q511.13116 164.80002 511.7874 164.26877Q512.44366 163.7219 513.4749 163.7219Q514.55304 163.7219 515.2093 164.2844Q515.88116 164.83127 515.88116 165.69064L514.80304 165.69064Q514.80304 165.25314 514.4124 164.94064Q514.0374 164.61252 513.4749 164.61252Q512.88116 164.61252 512.5374 164.87814Q512.2093 165.12814 512.2093 165.5344Q512.2093 165.92502 512.5218 166.12814Q512.8343 166.33127 513.6468 166.51877Q514.4593 166.69064 514.9593 166.94064Q515.4593 167.19064 515.69366 167.55002Q515.94366 167.9094 515.94366 168.4094Q515.94366 169.26877 515.25616 169.7844Q514.5843 170.30002 513.50616 170.30002Q512.74054 170.30002 512.1468 170.0344Q511.56866 169.75314 511.24054 169.26877Q510.9124 168.7844 510.9124 168.2219L511.99054 168.2219Q512.0218 168.76877 512.42804 169.0969Q512.8343 169.4094 513.50616 169.4094Q514.11554 169.4094 514.49054 169.1594Q514.86554 168.9094 514.86554 168.48752ZM521.0843 170.17502Q520.99054 169.98752 520.92804 169.50314Q520.17804 170.30002 519.13116 170.30002Q518.19366 170.30002 517.5843 169.76877Q516.99054 169.23752 516.99054 168.4094Q516.99054 167.42502 517.74054 166.87814Q518.49054 166.33127 519.86554 166.33127L520.9124 166.33127L520.9124 165.83127Q520.9124 165.26877 520.56866 164.94064Q520.24054 164.5969 519.56866 164.5969Q518.99054 164.5969 518.5999 164.89377Q518.2093 165.17502 518.2093 165.5969L517.11554 165.5969Q517.11554 165.11252 517.44366 164.67502Q517.7874 164.23752 518.36554 163.98752Q518.94366 163.7219 519.63116 163.7219Q520.74054 163.7219 521.3499 164.26877Q521.9749 164.81564 522.00616 165.76877L522.00616 168.69064Q522.00616 169.56564 522.2249 170.08127L522.2249 170.17502L521.0843 170.17502ZM519.2874 169.3469Q519.80304 169.3469 520.25616 169.08127Q520.7093 168.81564 520.9124 168.39377L520.9124 167.0969L520.06866 167.0969Q518.06866 167.0969 518.06866 168.26877Q518.06866 168.76877 518.4124 169.06564Q518.75616 169.3469 519.2874 169.3469ZM523.9124 166.95627Q523.9124 165.4719 524.5999 164.5969Q525.2874 163.7219 526.4124 163.7219Q527.56866 163.7219 528.2249 164.5344L528.2718 163.83127L529.2718 163.83127L529.2718 170.01877Q529.2718 171.25314 528.5374 171.95627Q527.80304 172.67502 526.5843 172.67502Q525.8968 172.67502 525.24054 172.37814Q524.5843 172.08127 524.24054 171.58127L524.80304 170.92502Q525.49054 171.7844 526.50616 171.7844Q527.2874 171.7844 527.7249 171.33127Q528.17804 170.89377 528.17804 170.08127L528.17804 169.5344Q527.5218 170.30002 526.3968 170.30002Q525.2874 170.30002 524.5999 169.4094Q523.9124 168.50314 523.9124 166.95627ZM525.00616 167.08127Q525.00616 168.14377 525.44366 168.76877Q525.88116 169.37814 526.67804 169.37814Q527.69366 169.37814 528.17804 168.44064L528.17804 165.55002Q527.67804 164.64377 526.67804 164.64377Q525.8968 164.64377 525.44366 165.25314Q525.00616 165.86252 525.00616 167.08127ZM533.80304 170.30002Q532.50616 170.30002 531.69366 169.45627Q530.8968 168.5969 530.8968 167.17502L530.8968 166.98752Q530.8968 166.0344 531.25616 165.30002Q531.61554 164.55002 532.25616 164.14377Q532.9124 163.7219 533.6624 163.7219Q534.8968 163.7219 535.5843 164.5344Q536.2718 165.3469 536.2718 166.86252L536.2718 167.31564L531.9749 167.31564Q532.00616 168.25314 532.5218 168.83127Q533.05304 169.4094 533.86554 169.4094Q534.42804 169.4094 534.81866 169.17502Q535.2249 168.94064 535.5374 168.55002L536.19366 169.06564Q535.3968 170.30002 533.80304 170.30002ZM533.6624 164.61252Q533.00616 164.61252 532.55304 165.0969Q532.11554 165.56564 532.0218 166.42502L535.19366 166.42502L535.19366 166.3469Q535.1468 165.51877 534.74054 165.06564Q534.3499 164.61252 533.6624 164.61252Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M426.84415 186.20796L429.64102 193.16109L432.42227 186.20796L433.89102 186.20796L433.89102 194.73921L432.76602 194.73921L432.76602 191.41109L432.8754 187.83296L430.0629 194.73921L429.20352 194.73921L426.40665 187.84859L426.51602 191.41109L426.51602 194.73921L425.39102 194.73921L425.39102 186.20796L426.84415 186.20796ZM437.85977 194.86421Q436.5629 194.86421 435.7504 194.02046Q434.95352 193.16109 434.95352 191.73921L434.95352 191.55171Q434.95352 190.59859 435.3129 189.86421Q435.67227 189.11421 436.3129 188.70796Q436.96915 188.28609 437.71915 188.28609Q438.95352 188.28609 439.64102 189.09859Q440.32852 189.91109 440.32852 191.42671L440.32852 191.87984L436.03165 191.87984Q436.0629 192.81734 436.57852 193.39546Q437.10977 193.97359 437.92227 193.97359Q438.48477 193.97359 438.8754 193.73921Q439.28165 193.50484 439.59415 193.11421L440.2504 193.62984Q439.45352 194.86421 437.85977 194.86421ZM437.71915 189.17671Q437.0629 189.17671 436.60977 189.66109Q436.17227 190.12984 436.07852 190.98921L439.2504 190.98921L439.2504 190.91109Q439.20352 190.08296 438.79727 189.62984Q438.40665 189.17671 437.71915 189.17671ZM442.2504 188.39546L442.28165 189.09859Q442.96915 188.28609 444.15665 188.28609Q445.48477 188.28609 445.96915 189.30171Q446.28165 188.84859 446.78165 188.56734Q447.29727 188.28609 447.98477 188.28609Q450.07852 188.28609 450.10977 190.48921L450.10977 194.73921L449.03165 194.73921L449.03165 190.55171Q449.03165 189.87984 448.71915 189.55171Q448.40665 189.20796 447.67227 189.20796Q447.0629 189.20796 446.65665 189.56734Q446.26602 189.92671 446.20352 190.53609L446.20352 194.73921L445.1254 194.73921L445.1254 190.58296Q445.1254 189.20796 443.76602 189.20796Q442.70352 189.20796 442.3129 190.11421L442.3129 194.73921L441.21915 194.73921L441.21915 188.39546L442.2504 188.39546ZM451.9379 191.50484Q451.9379 190.58296 452.29727 189.83296Q452.67227 189.08296 453.32852 188.69234Q453.98477 188.28609 454.8129 188.28609Q456.10977 188.28609 456.90665 189.17671Q457.71915 190.06734 457.71915 191.56734L457.71915 191.64546Q457.71915 192.56734 457.35977 193.30171Q457.0004 194.03609 456.34415 194.45796Q455.6879 194.86421 454.82852 194.86421Q453.54727 194.86421 452.73477 193.97359Q451.9379 193.06734 451.9379 191.58296L451.9379 191.50484ZM453.03165 191.64546Q453.03165 192.69234 453.51602 193.33296Q454.01602 193.97359 454.82852 193.97359Q455.65665 193.97359 456.14102 193.33296Q456.6254 192.67671 456.6254 191.50484Q456.6254 190.47359 456.1254 189.83296Q455.64102 189.17671 454.8129 189.17671Q454.01602 189.17671 453.51602 189.81734Q453.03165 190.44234 453.03165 191.64546ZM462.29727 189.36421Q462.04727 189.33296 461.76602 189.33296Q460.6879 189.33296 460.3129 190.23921L460.3129 194.73921L459.23477 194.73921L459.23477 188.39546L460.28165 188.39546L460.29727 189.12984Q460.82852 188.28609 461.8129 188.28609Q462.1254 188.28609 462.29727 188.36421L462.29727 189.36421ZM465.29727 193.14546L466.78165 188.39546L467.9379 188.39546L465.39102 195.72359Q464.79727 197.30171 463.51602 197.30171L463.29727 197.28609L462.90665 197.20796L462.90665 196.33296L463.1879 196.34859Q463.7504 196.34859 464.04727 196.12984Q464.35977 195.91109 464.5629 195.31734L464.79727 194.66109L462.53165 188.39546L463.71915 188.39546L465.29727 193.14546ZM472.76602 194.73921L472.76602 189.23921L471.76602 189.23921L471.76602 188.39546L472.76602 188.39546L472.76602 187.75484Q472.76602 186.72359 473.29727 186.17671Q473.84415 185.61421 474.84415 185.61421Q475.21915 185.61421 475.59415 185.70796L475.53165 186.59859Q475.2504 186.53609 474.95352 186.53609Q474.42227 186.53609 474.1254 186.84859Q473.84415 187.16109 473.84415 187.72359L473.84415 188.39546L475.20352 188.39546L475.20352 189.23921L473.84415 189.23921L473.84415 194.73921L472.76602 194.73921ZM475.9379 191.50484Q475.9379 190.58296 476.29727 189.83296Q476.67227 189.08296 477.32852 188.69234Q477.98477 188.28609 478.8129 188.28609Q480.10977 188.28609 480.90665 189.17671Q481.71915 190.06734 481.71915 191.56734L481.71915 191.64546Q481.71915 192.56734 481.35977 193.30171Q481.0004 194.03609 480.34415 194.45796Q479.6879 194.86421 478.82852 194.86421Q477.54727 194.86421 476.73477 193.97359Q475.9379 193.06734 475.9379 191.58296L475.9379 191.50484ZM477.03165 191.64546Q477.03165 192.69234 477.51602 193.33296Q478.01602 193.97359 478.82852 193.97359Q479.65665 193.97359 480.14102 193.33296Q480.6254 192.67671 480.6254 191.50484Q480.6254 190.47359 480.1254 189.83296Q479.64102 189.17671 478.8129 189.17671Q478.01602 189.17671 477.51602 189.81734Q477.03165 190.44234 477.03165 191.64546ZM482.9379 191.50484Q482.9379 190.58296 483.29727 189.83296Q483.67227 189.08296 484.32852 188.69234Q484.98477 188.28609 485.8129 188.28609Q487.10977 188.28609 487.90665 189.17671Q488.71915 190.06734 488.71915 191.56734L488.71915 191.64546Q488.71915 192.56734 488.35977 193.30171Q488.0004 194.03609 487.34415 194.45796Q486.6879 194.86421 485.82852 194.86421Q484.54727 194.86421 483.73477 193.97359Q482.9379 193.06734 482.9379 191.58296L482.9379 191.50484ZM484.03165 191.64546Q484.03165 192.69234 484.51602 193.33296Q485.01602 193.97359 485.82852 193.97359Q486.65665 193.97359 487.14102 193.33296Q487.6254 192.67671 487.6254 191.50484Q487.6254 190.47359 487.1254 189.83296Q486.64102 189.17671 485.8129 189.17671Q485.01602 189.17671 484.51602 189.81734Q484.03165 190.44234 484.03165 191.64546ZM491.70352 186.86421L491.70352 188.39546L492.8754 188.39546L492.8754 189.23921L491.70352 189.23921L491.70352 193.16109Q491.70352 193.55171 491.85977 193.73921Q492.01602 193.92671 492.39102 193.92671Q492.57852 193.92671 492.90665 193.86421L492.90665 194.73921Q492.48477 194.86421 492.07852 194.86421Q491.35977 194.86421 490.98477 194.42671Q490.60977 193.97359 490.60977 193.16109L490.60977 189.23921L489.45352 189.23921L489.45352 188.39546L490.60977 188.39546L490.60977 186.86421L491.70352 186.86421ZM499.57852 191.64546Q499.57852 193.08296 498.92227 193.97359Q498.26602 194.86421 497.1254 194.86421Q495.96915 194.86421 495.3129 194.12984L495.3129 197.17671L494.23477 197.17671L494.23477 188.39546L495.21915 188.39546L495.26602 189.09859Q495.9379 188.28609 497.10977 188.28609Q498.2504 188.28609 498.90665 189.14546Q499.57852 190.00484 499.57852 191.53609L499.57852 191.64546ZM498.5004 191.52046Q498.5004 190.44234 498.03165 189.83296Q497.57852 189.20796 496.78165 189.20796Q495.79727 189.20796 495.3129 190.06734L495.3129 193.09859Q495.79727 193.97359 496.79727 193.97359Q497.57852 193.97359 498.03165 193.36421Q498.5004 192.73921 498.5004 191.52046ZM504.29727 189.36421Q504.04727 189.33296 503.76602 189.33296Q502.6879 189.33296 502.3129 190.23921L502.3129 194.73921L501.23477 194.73921L501.23477 188.39546L502.28165 188.39546L502.29727 189.12984Q502.82852 188.28609 503.8129 188.28609Q504.1254 188.28609 504.29727 188.36421L504.29727 189.36421ZM506.40665 194.73921L505.32852 194.73921L505.32852 188.39546L506.40665 188.39546L506.40665 194.73921ZM505.23477 186.72359Q505.23477 186.45796 505.39102 186.27046Q505.5629 186.08296 505.8754 186.08296Q506.1879 186.08296 506.34415 186.27046Q506.51602 186.45796 506.51602 186.72359Q506.51602 186.97359 506.34415 187.16109Q506.1879 187.33296 505.8754 187.33296Q505.5629 187.33296 505.39102 187.16109Q505.23477 186.97359 505.23477 186.72359ZM509.2504 188.39546L509.28165 189.19234Q510.01602 188.28609 511.1879 188.28609Q513.20355 188.28609 513.2192 190.55171L513.2192 194.73921L512.1254 194.73921L512.1254 190.53609Q512.1254 189.86421 511.8129 189.53609Q511.51602 189.20796 510.85977 189.20796Q510.32852 189.20796 509.92227 189.48921Q509.53165 189.77046 509.3129 190.22359L509.3129 194.73921L508.23477 194.73921L508.23477 188.39546L509.2504 188.39546ZM516.70355 186.86421L516.70355 188.39546L517.8754 188.39546L517.8754 189.23921L516.70355 189.23921L516.70355 193.16109Q516.70355 193.55171 516.8598 193.73921Q517.01605 193.92671 517.39105 193.92671Q517.57855 193.92671 517.9067 193.86421L517.9067 194.73921Q517.4848 194.86421 517.07855 194.86421Q516.3598 194.86421 515.9848 194.42671Q515.6098 193.97359 515.6098 193.16109L515.6098 189.23921L514.45355 189.23921L514.45355 188.39546L515.6098 188.39546L515.6098 186.86421L516.70355 186.86421Z" fill-rule="nonzero"/><path fill="#666666" d="M426.84415 186.20796L429.64102 193.16109L432.42227 186.20796L433.89102 186.20796L433.89102 194.73921L432.76602 194.73921L432.76602 191.41109L432.8754 187.83296L430.0629 194.73921L429.20352 194.73921L426.40665 187.84859L426.51602 191.41109L426.51602 194.73921L425.39102 194.73921L425.39102 186.20796L426.84415 186.20796ZM437.85977 194.86421Q436.5629 194.86421 435.7504 194.02046Q434.95352 193.16109 434.95352 191.73921L434.95352 191.55171Q434.95352 190.59859 435.3129 189.86421Q435.67227 189.11421 436.3129 188.70796Q436.96915 188.28609 437.71915 188.28609Q438.95352 188.28609 439.64102 189.09859Q440.32852 189.91109 440.32852 191.42671L440.32852 191.87984L436.03165 191.87984Q436.0629 192.81734 436.57852 193.39546Q437.10977 193.97359 437.92227 193.97359Q438.48477 193.97359 438.8754 193.73921Q439.28165 193.50484 439.59415 193.11421L440.2504 193.62984Q439.45352 194.86421 437.85977 194.86421ZM437.71915 189.17671Q437.0629 189.17671 436.60977 189.66109Q436.17227 190.12984 436.07852 190.98921L439.2504 190.98921L439.2504 190.91109Q439.20352 190.08296 438.79727 189.62984Q438.40665 189.17671 437.71915 189.17671ZM442.2504 188.39546L442.28165 189.09859Q442.96915 188.28609 444.15665 188.28609Q445.48477 188.28609 445.96915 189.30171Q446.28165 188.84859 446.78165 188.56734Q447.29727 188.28609 447.98477 188.28609Q450.07852 188.28609 450.10977 190.48921L450.10977 194.73921L449.03165 194.73921L449.03165 190.55171Q449.03165 189.87984 448.71915 189.55171Q448.40665 189.20796 447.67227 189.20796Q447.0629 189.20796 446.65665 189.56734Q446.26602 189.92671 446.20352 190.53609L446.20352 194.73921L445.1254 194.73921L445.1254 190.58296Q445.1254 189.20796 443.76602 189.20796Q442.70352 189.20796 442.3129 190.11421L442.3129 194.73921L441.21915 194.73921L441.21915 188.39546L442.2504 188.39546ZM451.9379 191.50484Q451.9379 190.58296 452.29727 189.83296Q452.67227 189.08296 453.32852 188.69234Q453.98477 188.28609 454.8129 188.28609Q456.10977 188.28609 456.90665 189.17671Q457.71915 190.06734 457.71915 191.56734L457.71915 191.64546Q457.71915 192.56734 457.35977 193.30171Q457.0004 194.03609 456.34415 194.45796Q455.6879 194.86421 454.82852 194.86421Q453.54727 194.86421 452.73477 193.97359Q451.9379 193.06734 451.9379 191.58296L451.9379 191.50484ZM453.03165 191.64546Q453.03165 192.69234 453.51602 193.33296Q454.01602 193.97359 454.82852 193.97359Q455.65665 193.97359 456.14102 193.33296Q456.6254 192.67671 456.6254 191.50484Q456.6254 190.47359 456.1254 189.83296Q455.64102 189.17671 454.8129 189.17671Q454.01602 189.17671 453.51602 189.81734Q453.03165 190.44234 453.03165 191.64546ZM462.29727 189.36421Q462.04727 189.33296 461.76602 189.33296Q460.6879 189.33296 460.3129 190.23921L460.3129 194.73921L459.23477 194.73921L459.23477 188.39546L460.28165 188.39546L460.29727 189.12984Q460.82852 188.28609 461.8129 188.28609Q462.1254 188.28609 462.29727 188.36421L462.29727 189.36421ZM465.29727 193.14546L466.78165 188.39546L467.9379 188.39546L465.39102 195.72359Q464.79727 197.30171 463.51602 197.30171L463.29727 197.28609L462.90665 197.20796L462.90665 196.33296L463.1879 196.34859Q463.7504 196.34859 464.04727 196.12984Q464.35977 195.91109 464.5629 195.31734L464.79727 194.66109L462.53165 188.39546L463.71915 188.39546L465.29727 193.14546ZM472.76602 194.73921L472.76602 189.23921L471.76602 189.23921L471.76602 188.39546L472.76602 188.39546L472.76602 187.75484Q472.76602 186.72359 473.29727 186.17671Q473.84415 185.61421 474.84415 185.61421Q475.21915 185.61421 475.59415 185.70796L475.53165 186.59859Q475.2504 186.53609 474.95352 186.53609Q474.42227 186.53609 474.1254 186.84859Q473.84415 187.16109 473.84415 187.72359L473.84415 188.39546L475.20352 188.39546L475.20352 189.23921L473.84415 189.23921L473.84415 194.73921L472.76602 194.73921ZM475.9379 191.50484Q475.9379 190.58296 476.29727 189.83296Q476.67227 189.08296 477.32852 188.69234Q477.98477 188.28609 478.8129 188.28609Q480.10977 188.28609 480.90665 189.17671Q481.71915 190.06734 481.71915 191.56734L481.71915 191.64546Q481.71915 192.56734 481.35977 193.30171Q481.0004 194.03609 480.34415 194.45796Q479.6879 194.86421 478.82852 194.86421Q477.54727 194.86421 476.73477 193.97359Q475.9379 193.06734 475.9379 191.58296L475.9379 191.50484ZM477.03165 191.64546Q477.03165 192.69234 477.51602 193.33296Q478.01602 193.97359 478.82852 193.97359Q479.65665 193.97359 480.14102 193.33296Q480.6254 192.67671 480.6254 191.50484Q480.6254 190.47359 480.1254 189.83296Q479.64102 189.17671 478.8129 189.17671Q478.01602 189.17671 477.51602 189.81734Q477.03165 190.44234 477.03165 191.64546ZM482.9379 191.50484Q482.9379 190.58296 483.29727 189.83296Q483.67227 189.08296 484.32852 188.69234Q484.98477 188.28609 485.8129 188.28609Q487.10977 188.28609 487.90665 189.17671Q488.71915 190.06734 488.71915 191.56734L488.71915 191.64546Q488.71915 192.56734 488.35977 193.30171Q488.0004 194.03609 487.34415 194.45796Q486.6879 194.86421 485.82852 194.86421Q484.54727 194.86421 483.73477 193.97359Q482.9379 193.06734 482.9379 191.58296L482.9379 191.50484ZM484.03165 191.64546Q484.03165 192.69234 484.51602 193.33296Q485.01602 193.97359 485.82852 193.97359Q486.65665 193.97359 487.14102 193.33296Q487.6254 192.67671 487.6254 191.50484Q487.6254 190.47359 487.1254 189.83296Q486.64102 189.17671 485.8129 189.17671Q485.01602 189.17671 484.51602 189.81734Q484.03165 190.44234 484.03165 191.64546ZM491.70352 186.86421L491.70352 188.39546L492.8754 188.39546L492.8754 189.23921L491.70352 189.23921L491.70352 193.16109Q491.70352 193.55171 491.85977 193.73921Q492.01602 193.92671 492.39102 193.92671Q492.57852 193.92671 492.90665 193.86421L492.90665 194.73921Q492.48477 194.86421 492.07852 194.86421Q491.35977 194.86421 490.98477 194.42671Q490.60977 193.97359 490.60977 193.16109L490.60977 189.23921L489.45352 189.23921L489.45352 188.39546L490.60977 188.39546L490.60977 186.86421L491.70352 186.86421ZM499.57852 191.64546Q499.57852 193.08296 498.92227 193.97359Q498.26602 194.86421 497.1254 194.86421Q495.96915 194.86421 495.3129 194.12984L495.3129 197.17671L494.23477 197.17671L494.23477 188.39546L495.21915 188.39546L495.26602 189.09859Q495.9379 188.28609 497.10977 188.28609Q498.2504 188.28609 498.90665 189.14546Q499.57852 190.00484 499.57852 191.53609L499.57852 191.64546ZM498.5004 191.52046Q498.5004 190.44234 498.03165 189.83296Q497.57852 189.20796 496.78165 189.20796Q495.79727 189.20796 495.3129 190.06734L495.3129 193.09859Q495.79727 193.97359 496.79727 193.97359Q497.57852 193.97359 498.03165 193.36421Q498.5004 192.73921 498.5004 191.52046ZM504.29727 189.36421Q504.04727 189.33296 503.76602 189.33296Q502.6879 189.33296 502.3129 190.23921L502.3129 194.73921L501.23477 194.73921L501.23477 188.39546L502.28165 188.39546L502.29727 189.12984Q502.82852 188.28609 503.8129 188.28609Q504.1254 188.28609 504.29727 188.36421L504.29727 189.36421ZM506.40665 194.73921L505.32852 194.73921L505.32852 188.39546L506.40665 188.39546L506.40665 194.73921ZM505.23477 186.72359Q505.23477 186.45796 505.39102 186.27046Q505.5629 186.08296 505.8754 186.08296Q506.1879 186.08296 506.34415 186.27046Q506.51602 186.45796 506.51602 186.72359Q506.51602 186.97359 506.34415 187.16109Q506.1879 187.33296 505.8754 187.33296Q505.5629 187.33296 505.39102 187.16109Q505.23477 186.97359 505.23477 186.72359ZM509.2504 188.39546L509.28165 189.19234Q510.01602 188.28609 511.1879 188.28609Q513.2035 188.28609 513.2191 190.55171L513.2191 194.73921L512.12537 194.73921L512.12537 190.53609Q512.12537 189.86421 511.8129 189.53609Q511.51602 189.20796 510.85977 189.20796Q510.32852 189.20796 509.92227 189.48921Q509.53165 189.77046 509.3129 190.22359L509.3129 194.73921L508.23477 194.73921L508.23477 188.39546L509.2504 188.39546ZM516.7035 186.86421L516.7035 188.39546L517.87537 188.39546L517.87537 189.23921L516.7035 189.23921L516.7035 193.16109Q516.7035 193.55171 516.85974 193.73921Q517.016 193.92671 517.391 193.92671Q517.5785 193.92671 517.9066 193.86421L517.9066 194.73921Q517.48474 194.86421 517.0785 194.86421Q516.35974 194.86421 515.98474 194.42671Q515.60974 193.97359 515.60974 193.16109L515.60974 189.23921L514.4535 189.23921L514.4535 188.39546L515.60974 188.39546L515.60974 186.86421L516.7035 186.86421Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.78896 236.17113L234.78896 227.63988L237.58583 227.63988Q238.97646 227.63988 239.66396 228.218Q240.36708 228.7805 240.36708 229.9055Q240.36708 230.51488 240.02333 230.98363Q239.6952 231.43675 239.10146 231.68675Q239.80458 231.87425 240.1952 232.42113Q240.60146 232.95238 240.60146 233.70238Q240.60146 234.85863 239.85146 235.51488Q239.11708 236.17113 237.7577 236.17113L234.78896 236.17113ZM235.91396 232.18675L235.91396 235.24925L237.77333 235.24925Q238.5702 235.24925 239.02333 234.843Q239.47646 234.43675 239.47646 233.718Q239.47646 232.18675 237.78896 232.18675L235.91396 232.18675ZM235.91396 231.2805L237.61708 231.2805Q238.35146 231.2805 238.78896 230.92113Q239.24208 230.54613 239.24208 229.9055Q239.24208 229.20238 238.83583 228.88988Q238.42958 228.56175 237.58583 228.56175L235.91396 228.56175L235.91396 231.2805ZM242.80458 236.17113L241.72646 236.17113L241.72646 229.82738L242.80458 229.82738L242.80458 236.17113ZM241.6327 228.1555Q241.6327 227.88988 241.78896 227.70238Q241.96083 227.51488 242.27333 227.51488Q242.58583 227.51488 242.74208 227.70238Q242.91396 227.88988 242.91396 228.1555Q242.91396 228.4055 242.74208 228.593Q242.58583 228.76488 242.27333 228.76488Q241.96083 228.76488 241.78896 228.593Q241.6327 228.4055 241.6327 228.1555ZM245.64833 229.82738L245.67958 230.62425Q246.41396 229.718 247.58583 229.718Q249.60146 229.718 249.61708 231.98363L249.61708 236.17113L248.52333 236.17113L248.52333 231.968Q248.52333 231.29613 248.21083 230.968Q247.91396 230.63988 247.2577 230.63988Q246.72646 230.63988 246.3202 230.92113Q245.92958 231.20238 245.71083 231.6555L245.71083 236.17113L244.6327 236.17113L244.6327 229.82738L245.64833 229.82738ZM255.53896 236.17113Q255.4452 235.98363 255.3827 235.49925Q254.6327 236.29613 253.58583 236.29613Q252.64833 236.29613 252.03896 235.76488Q251.4452 235.23363 251.4452 234.4055Q251.4452 233.42113 252.1952 232.87425Q252.9452 232.32738 254.3202 232.32738L255.36708 232.32738L255.36708 231.82738Q255.36708 231.26488 255.02333 230.93675Q254.6952 230.593 254.02333 230.593Q253.4452 230.593 253.05458 230.88988Q252.66396 231.17113 252.66396 231.593L251.5702 231.593Q251.5702 231.10863 251.89833 230.67113Q252.24208 230.23363 252.8202 229.98363Q253.39833 229.718 254.08583 229.718Q255.1952 229.718 255.80458 230.26488Q256.4296 230.81175 256.46085 231.76488L256.46085 234.68675Q256.46085 235.56175 256.6796 236.07738L256.6796 236.17113L255.53896 236.17113ZM253.74208 235.343Q254.2577 235.343 254.71083 235.07738Q255.16396 234.81175 255.36708 234.38988L255.36708 233.093L254.52333 233.093Q252.52333 233.093 252.52333 234.26488Q252.52333 234.76488 252.86708 235.06175Q253.21083 235.343 253.74208 235.343ZM261.69522 230.79613Q261.44522 230.76488 261.16397 230.76488Q260.08585 230.76488 259.71085 231.67113L259.71085 236.17113L258.63272 236.17113L258.63272 229.82738L259.6796 229.82738L259.69522 230.56175Q260.22647 229.718 261.21085 229.718Q261.52335 229.718 261.69522 229.79613L261.69522 230.79613ZM264.69522 234.57738L266.1796 229.82738L267.33585 229.82738L264.78897 237.1555Q264.19522 238.73363 262.91397 238.73363L262.69522 238.718L262.3046 238.63988L262.3046 237.76488L262.58585 237.7805Q263.14835 237.7805 263.44522 237.56175Q263.75772 237.343 263.96085 236.74925L264.19522 236.093L261.9296 229.82738L263.1171 229.82738L264.69522 234.57738ZM275.32022 234.48363Q275.32022 234.04613 274.97647 233.81175Q274.64835 233.56175 273.82022 233.38988Q273.00772 233.218 272.52335 232.968Q272.03897 232.718 271.8046 232.38988Q271.58585 232.04613 271.58585 231.57738Q271.58585 230.79613 272.2421 230.26488Q272.89835 229.718 273.9296 229.718Q275.00772 229.718 275.66397 230.2805Q276.33585 230.82738 276.33585 231.68675L275.25772 231.68675Q275.25772 231.24925 274.8671 230.93675Q274.4921 230.60863 273.9296 230.60863Q273.33585 230.60863 272.9921 230.87425Q272.66397 231.12425 272.66397 231.5305Q272.66397 231.92113 272.97647 232.12425Q273.28897 232.32738 274.10147 232.51488Q274.91397 232.68675 275.41397 232.93675Q275.91397 233.18675 276.14835 233.54613Q276.39835 233.9055 276.39835 234.4055Q276.39835 235.26488 275.71085 235.7805Q275.03897 236.29613 273.96085 236.29613Q273.19522 236.29613 272.60147 236.0305Q272.02335 235.74925 271.69522 235.26488Q271.3671 234.7805 271.3671 234.218L272.44522 234.218Q272.47647 234.76488 272.88272 235.093Q273.28897 235.4055 273.96085 235.4055Q274.57022 235.4055 274.94522 235.1555Q275.32022 234.9055 275.32022 234.48363ZM278.8046 236.17113L277.72647 236.17113L277.72647 229.82738L278.8046 229.82738L278.8046 236.17113ZM277.63272 228.1555Q277.63272 227.88988 277.78897 227.70238Q277.96085 227.51488 278.27335 227.51488Q278.58585 227.51488 278.7421 227.70238Q278.91397 227.88988 278.91397 228.1555Q278.91397 228.4055 278.7421 228.593Q278.58585 228.76488 278.27335 228.76488Q277.96085 228.76488 277.78897 228.593Q277.63272 228.4055 277.63272 228.1555ZM281.64835 235.2805L285.35147 235.2805L285.35147 236.17113L280.32022 236.17113L280.32022 235.37425L283.82022 230.73363L280.3671 230.73363L280.3671 229.82738L285.1796 229.82738L285.1796 230.593L281.64835 235.2805ZM289.25772 236.29613Q287.96085 236.29613 287.14835 235.45238Q286.35147 234.593 286.35147 233.17113L286.35147 232.98363Q286.35147 232.0305 286.71085 231.29613Q287.07022 230.54613 287.71085 230.13988Q288.3671 229.718 289.1171 229.718Q290.35147 229.718 291.03897 230.5305Q291.72647 231.343 291.72647 232.85863L291.72647 233.31175L287.4296 233.31175Q287.46085 234.24925 287.97647 234.82738Q288.50772 235.4055 289.32022 235.4055Q289.88272 235.4055 290.27335 235.17113Q290.6796 234.93675 290.9921 234.54613L291.64835 235.06175Q290.85147 236.29613 289.25772 236.29613ZM289.1171 230.60863Q288.46085 230.60863 288.00772 231.093Q287.57022 231.56175 287.47647 232.42113L290.64835 232.42113L290.64835 232.343Q290.60147 231.51488 290.19522 231.06175Q289.8046 230.60863 289.1171 230.60863Z" fill-rule="nonzero"/><path fill="#666666" d="M234.78896 236.17113L234.78896 227.63988L237.58583 227.63988Q238.97646 227.63988 239.66396 228.218Q240.36708 228.7805 240.36708 229.9055Q240.36708 230.51488 240.02333 230.98363Q239.6952 231.43675 239.10146 231.68675Q239.80458 231.87425 240.1952 232.42113Q240.60146 232.95238 240.60146 233.70238Q240.60146 234.85863 239.85146 235.51488Q239.11708 236.17113 237.7577 236.17113L234.78896 236.17113ZM235.91396 232.18675L235.91396 235.24925L237.77333 235.24925Q238.5702 235.24925 239.02333 234.843Q239.47646 234.43675 239.47646 233.718Q239.47646 232.18675 237.78896 232.18675L235.91396 232.18675ZM235.91396 231.2805L237.61708 231.2805Q238.35146 231.2805 238.78896 230.92113Q239.24208 230.54613 239.24208 229.9055Q239.24208 229.20238 238.83583 228.88988Q238.42958 228.56175 237.58583 228.56175L235.91396 228.56175L235.91396 231.2805ZM242.80458 236.17113L241.72646 236.17113L241.72646 229.82738L242.80458 229.82738L242.80458 236.17113ZM241.6327 228.1555Q241.6327 227.88988 241.78896 227.70238Q241.96083 227.51488 242.27333 227.51488Q242.58583 227.51488 242.74208 227.70238Q242.91396 227.88988 242.91396 228.1555Q242.91396 228.4055 242.74208 228.593Q242.58583 228.76488 242.27333 228.76488Q241.96083 228.76488 241.78896 228.593Q241.6327 228.4055 241.6327 228.1555ZM245.64833 229.82738L245.67958 230.62425Q246.41396 229.718 247.58583 229.718Q249.60146 229.718 249.61708 231.98363L249.61708 236.17113L248.52333 236.17113L248.52333 231.968Q248.52333 231.29613 248.21083 230.968Q247.91396 230.63988 247.2577 230.63988Q246.72646 230.63988 246.3202 230.92113Q245.92958 231.20238 245.71083 231.6555L245.71083 236.17113L244.6327 236.17113L244.6327 229.82738L245.64833 229.82738ZM255.53896 236.17113Q255.4452 235.98363 255.3827 235.49925Q254.6327 236.29613 253.58583 236.29613Q252.64833 236.29613 252.03896 235.76488Q251.4452 235.23363 251.4452 234.4055Q251.4452 233.42113 252.1952 232.87425Q252.9452 232.32738 254.3202 232.32738L255.36708 232.32738L255.36708 231.82738Q255.36708 231.26488 255.02333 230.93675Q254.6952 230.593 254.02333 230.593Q253.4452 230.593 253.05458 230.88988Q252.66396 231.17113 252.66396 231.593L251.5702 231.593Q251.5702 231.10863 251.89833 230.67113Q252.24208 230.23363 252.8202 229.98363Q253.39833 229.718 254.08583 229.718Q255.1952 229.718 255.80458 230.26488Q256.42957 230.81175 256.46082 231.76488L256.46082 234.68675Q256.46082 235.56175 256.67957 236.07738L256.67957 236.17113L255.53896 236.17113ZM253.74208 235.343Q254.2577 235.343 254.71083 235.07738Q255.16396 234.81175 255.36708 234.38988L255.36708 233.093L254.52333 233.093Q252.52333 233.093 252.52333 234.26488Q252.52333 234.76488 252.86708 235.06175Q253.21083 235.343 253.74208 235.343ZM261.6952 230.79613Q261.4452 230.76488 261.16394 230.76488Q260.08582 230.76488 259.71082 231.67113L259.71082 236.17113L258.6327 236.17113L258.6327 229.82738L259.67957 229.82738L259.6952 230.56175Q260.22644 229.718 261.21082 229.718Q261.52332 229.718 261.6952 229.79613L261.6952 230.79613ZM264.6952 234.57738L266.17957 229.82738L267.33582 229.82738L264.78894 237.1555Q264.1952 238.73363 262.91394 238.73363L262.6952 238.718L262.30457 238.63988L262.30457 237.76488L262.58582 237.7805Q263.14832 237.7805 263.4452 237.56175Q263.7577 237.343 263.96082 236.74925L264.1952 236.093L261.92957 229.82738L263.11707 229.82738L264.6952 234.57738ZM275.3202 234.48363Q275.3202 234.04613 274.97644 233.81175Q274.64832 233.56175 273.8202 233.38988Q273.0077 233.218 272.52332 232.968Q272.03894 232.718 271.80457 232.38988Q271.58582 232.04613 271.58582 231.57738Q271.58582 230.79613 272.24207 230.26488Q272.89832 229.718 273.92957 229.718Q275.0077 229.718 275.66394 230.2805Q276.33582 230.82738 276.33582 231.68675L275.2577 231.68675Q275.2577 231.24925 274.86707 230.93675Q274.49207 230.60863 273.92957 230.60863Q273.33582 230.60863 272.99207 230.87425Q272.66394 231.12425 272.66394 231.5305Q272.66394 231.92113 272.97644 232.12425Q273.28894 232.32738 274.10144 232.51488Q274.91394 232.68675 275.41394 232.93675Q275.91394 233.18675 276.14832 233.54613Q276.39832 233.9055 276.39832 234.4055Q276.39832 235.26488 275.71082 235.7805Q275.03894 236.29613 273.96082 236.29613Q273.1952 236.29613 272.60144 236.0305Q272.02332 235.74925 271.6952 235.26488Q271.36707 234.7805 271.36707 234.218L272.4452 234.218Q272.47644 234.76488 272.8827 235.093Q273.28894 235.4055 273.96082 235.4055Q274.5702 235.4055 274.9452 235.1555Q275.3202 234.9055 275.3202 234.48363ZM278.80457 236.17113L277.72644 236.17113L277.72644 229.82738L278.80457 229.82738L278.80457 236.17113ZM277.6327 228.1555Q277.6327 227.88988 277.78894 227.70238Q277.96082 227.51488 278.27332 227.51488Q278.58582 227.51488 278.74207 227.70238Q278.91394 227.88988 278.91394 228.1555Q278.91394 228.4055 278.74207 228.593Q278.58582 228.76488 278.27332 228.76488Q277.96082 228.76488 277.78894 228.593Q277.6327 228.4055 277.6327 228.1555ZM281.64832 235.2805L285.35144 235.2805L285.35144 236.17113L280.3202 236.17113L280.3202 235.37425L283.8202 230.73363L280.36707 230.73363L280.36707 229.82738L285.17957 229.82738L285.17957 230.593L281.64832 235.2805ZM289.2577 236.29613Q287.96082 236.29613 287.14832 235.45238Q286.35144 234.593 286.35144 233.17113L286.35144 232.98363Q286.35144 232.0305 286.71082 231.29613Q287.0702 230.54613 287.71082 230.13988Q288.36707 229.718 289.11707 229.718Q290.35144 229.718 291.03894 230.5305Q291.72644 231.343 291.72644 232.85863L291.72644 233.31175L287.42957 233.31175Q287.46082 234.24925 287.97644 234.82738Q288.5077 235.4055 289.3202 235.4055Q289.8827 235.4055 290.27332 235.17113Q290.67957 234.93675 290.99207 234.54613L291.64832 235.06175Q290.85144 236.29613 289.2577 236.29613ZM289.11707 230.60863Q288.46082 230.60863 288.0077 231.093Q287.5702 231.56175 287.47644 232.42113L290.64832 232.42113L290.64832 232.343Q290.60144 231.51488 290.1952 231.06175Q289.80457 230.60863 289.11707 230.60863Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M428.36694 150.97652L428.36694 142.44527L431.16382 142.44527Q432.55444 142.44527 433.24194 143.02339Q433.94507 143.58589 433.94507 144.71089Q433.94507 145.32027 433.60132 145.78902Q433.2732 146.24214 432.67944 146.49214Q433.38257 146.67964 433.7732 147.22652Q434.17944 147.75777 434.17944 148.50777Q434.17944 149.66402 433.42944 150.32027Q432.69507 150.97652 431.3357 150.97652L428.36694 150.97652ZM429.49194 146.99214L429.49194 150.05464L431.35132 150.05464Q432.1482 150.05464 432.60132 149.64839Q433.05444 149.24214 433.05444 148.52339Q433.05444 146.99214 431.36694 146.99214L429.49194 146.99214ZM429.49194 146.08589L431.19507 146.08589Q431.92944 146.08589 432.36694 145.72652Q432.82007 145.35152 432.82007 144.71089Q432.82007 144.00777 432.41382 143.69527Q432.00757 143.36714 431.16382 143.36714L429.49194 143.36714L429.49194 146.08589ZM439.11694 150.35152Q438.49194 151.10152 437.25757 151.10152Q436.24194 151.10152 435.7107 150.50777Q435.17944 149.91402 435.17944 148.75777L435.17944 144.63277L436.25757 144.63277L436.25757 148.72652Q436.25757 150.17964 437.42944 150.17964Q438.67944 150.17964 439.0857 149.24214L439.0857 144.63277L440.17944 144.63277L440.17944 150.97652L439.1482 150.97652L439.11694 150.35152ZM443.38257 150.97652L442.30444 150.97652L442.30444 144.63277L443.38257 144.63277L443.38257 150.97652ZM442.2107 142.96089Q442.2107 142.69527 442.36694 142.50777Q442.53882 142.32027 442.85132 142.32027Q443.16382 142.32027 443.32007 142.50777Q443.49194 142.69527 443.49194 142.96089Q443.49194 143.21089 443.32007 143.39839Q443.16382 143.57027 442.85132 143.57027Q442.53882 143.57027 442.36694 143.39839Q442.2107 143.21089 442.2107 142.96089ZM446.38257 150.97652L445.30444 150.97652L445.30444 141.97652L446.38257 141.97652L446.38257 150.97652ZM447.94507 147.75777Q447.94507 146.28902 448.63257 145.41402Q449.32007 144.52339 450.44507 144.52339Q451.55444 144.52339 452.2107 145.27339L452.2107 141.97652L453.28882 141.97652L453.28882 150.97652L452.28882 150.97652L452.24194 150.28902Q451.5857 151.10152 450.42944 151.10152Q449.3357 151.10152 448.63257 150.19527Q447.94507 149.28902 447.94507 147.83589L447.94507 147.75777ZM449.0232 147.88277Q449.0232 148.96089 449.4607 149.57027Q449.91382 150.17964 450.69507 150.17964Q451.72632 150.17964 452.2107 149.24214L452.2107 146.33589Q451.72632 145.44527 450.7107 145.44527Q449.91382 145.44527 449.4607 146.05464Q449.0232 146.66402 449.0232 147.88277ZM461.8982 149.28902Q461.8982 148.85152 461.55444 148.61714Q461.22632 148.36714 460.3982 148.19527Q459.5857 148.02339 459.10132 147.77339Q458.61694 147.52339 458.38257 147.19527Q458.16382 146.85152 458.16382 146.38277Q458.16382 145.60152 458.82007 145.07027Q459.47632 144.52339 460.50757 144.52339Q461.5857 144.52339 462.24194 145.08589Q462.91382 145.63277 462.91382 146.49214L461.8357 146.49214Q461.8357 146.05464 461.44507 145.74214Q461.07007 145.41402 460.50757 145.41402Q459.91382 145.41402 459.57007 145.67964Q459.24194 145.92964 459.24194 146.33589Q459.24194 146.72652 459.55444 146.92964Q459.86694 147.13277 460.67944 147.32027Q461.49194 147.49214 461.99194 147.74214Q462.49194 147.99214 462.72632 148.35152Q462.97632 148.71089 462.97632 149.21089Q462.97632 150.07027 462.28882 150.58589Q461.61694 151.10152 460.53882 151.10152Q459.7732 151.10152 459.17944 150.83589Q458.60132 150.55464 458.2732 150.07027Q457.94507 149.58589 457.94507 149.02339L459.0232 149.02339Q459.05444 149.57027 459.4607 149.89839Q459.86694 150.21089 460.53882 150.21089Q461.1482 150.21089 461.5232 149.96089Q461.8982 149.71089 461.8982 149.28902ZM469.55444 147.88277Q469.55444 149.32027 468.8982 150.21089Q468.24194 151.10152 467.10132 151.10152Q465.94507 151.10152 465.28882 150.36714L465.28882 153.41402L464.2107 153.41402L464.2107 144.63277L465.19507 144.63277L465.24194 145.33589Q465.91382 144.52339 467.0857 144.52339Q468.22632 144.52339 468.88257 145.38277Q469.55444 146.24214 469.55444 147.77339L469.55444 147.88277ZM468.47632 147.75777Q468.47632 146.67964 468.00757 146.07027Q467.55444 145.44527 466.75757 145.44527Q465.7732 145.44527 465.28882 146.30464L465.28882 149.33589Q465.7732 150.21089 466.7732 150.21089Q467.55444 150.21089 468.00757 149.60152Q468.47632 148.97652 468.47632 147.75777ZM473.8357 151.10152Q472.53882 151.10152 471.72632 150.25777Q470.92944 149.39839 470.92944 147.97652L470.92944 147.78902Q470.92944 146.83589 471.28882 146.10152Q471.6482 145.35152 472.28882 144.94527Q472.94507 144.52339 473.69507 144.52339Q474.92944 144.52339 475.61694 145.33589Q476.30444 146.14839 476.30444 147.66402L476.30444 148.11714L472.00757 148.11714Q472.03882 149.05464 472.55444 149.63277Q473.0857 150.21089 473.8982 150.21089Q474.4607 150.21089 474.85132 149.97652Q475.25757 149.74214 475.57007 149.35152L476.22632 149.86714Q475.42944 151.10152 473.8357 151.10152ZM473.69507 145.41402Q473.03882 145.41402 472.5857 145.89839Q472.1482 146.36714 472.05444 147.22652L475.22632 147.22652L475.22632 147.14839Q475.17944 146.32027 474.7732 145.86714Q474.38257 145.41402 473.69507 145.41402ZM479.8357 151.10152Q478.53882 151.10152 477.72632 150.25777Q476.92944 149.39839 476.92944 147.97652L476.92944 147.78902Q476.92944 146.83589 477.28882 146.10152Q477.6482 145.35152 478.28882 144.94527Q478.94507 144.52339 479.69507 144.52339Q480.92944 144.52339 481.61694 145.33589Q482.30444 146.14839 482.30444 147.66402L482.30444 148.11714L478.00757 148.11714Q478.03882 149.05464 478.55444 149.63277Q479.0857 150.21089 479.8982 150.21089Q480.4607 150.21089 480.85132 149.97652Q481.25757 149.74214 481.57007 149.35152L482.22632 149.86714Q481.42944 151.10152 479.8357 151.10152ZM479.69507 145.41402Q479.03882 145.41402 478.5857 145.89839Q478.1482 146.36714 478.05444 147.22652L481.22632 147.22652L481.22632 147.14839Q481.17944 146.32027 480.7732 145.86714Q480.38257 145.41402 479.69507 145.41402ZM482.94507 147.75777Q482.94507 146.28902 483.63257 145.41402Q484.32007 144.52339 485.44507 144.52339Q486.55444 144.52339 487.2107 145.27339L487.2107 141.97652L488.28882 141.97652L488.28882 150.97652L487.28882 150.97652L487.24194 150.28902Q486.5857 151.10152 485.42944 151.10152Q484.3357 151.10152 483.63257 150.19527Q482.94507 149.28902 482.94507 147.83589L482.94507 147.75777ZM484.0232 147.88277Q484.0232 148.96089 484.4607 149.57027Q484.91382 150.17964 485.69507 150.17964Q486.72632 150.17964 487.2107 149.24214L487.2107 146.33589Q486.72632 145.44527 485.7107 145.44527Q484.91382 145.44527 484.4607 146.05464Q484.0232 146.66402 484.0232 147.88277Z" fill-rule="nonzero"/><path fill="#666666" d="M428.36694 150.97652L428.36694 142.44527L431.16382 142.44527Q432.55444 142.44527 433.24194 143.02339Q433.94507 143.58589 433.94507 144.71089Q433.94507 145.32027 433.60132 145.78902Q433.2732 146.24214 432.67944 146.49214Q433.38257 146.67964 433.7732 147.22652Q434.17944 147.75777 434.17944 148.50777Q434.17944 149.66402 433.42944 150.32027Q432.69507 150.97652 431.3357 150.97652L428.36694 150.97652ZM429.49194 146.99214L429.49194 150.05464L431.35132 150.05464Q432.1482 150.05464 432.60132 149.64839Q433.05444 149.24214 433.05444 148.52339Q433.05444 146.99214 431.36694 146.99214L429.49194 146.99214ZM429.49194 146.08589L431.19507 146.08589Q431.92944 146.08589 432.36694 145.72652Q432.82007 145.35152 432.82007 144.71089Q432.82007 144.00777 432.41382 143.69527Q432.00757 143.36714 431.16382 143.36714L429.49194 143.36714L429.49194 146.08589ZM439.11694 150.35152Q438.49194 151.10152 437.25757 151.10152Q436.24194 151.10152 435.7107 150.50777Q435.17944 149.91402 435.17944 148.75777L435.17944 144.63277L436.25757 144.63277L436.25757 148.72652Q436.25757 150.17964 437.42944 150.17964Q438.67944 150.17964 439.0857 149.24214L439.0857 144.63277L440.17944 144.63277L440.17944 150.97652L439.1482 150.97652L439.11694 150.35152ZM443.38257 150.97652L442.30444 150.97652L442.30444 144.63277L443.38257 144.63277L443.38257 150.97652ZM442.2107 142.96089Q442.2107 142.69527 442.36694 142.50777Q442.53882 142.32027 442.85132 142.32027Q443.16382 142.32027 443.32007 142.50777Q443.49194 142.69527 443.49194 142.96089Q443.49194 143.21089 443.32007 143.39839Q443.16382 143.57027 442.85132 143.57027Q442.53882 143.57027 442.36694 143.39839Q442.2107 143.21089 442.2107 142.96089ZM446.38257 150.97652L445.30444 150.97652L445.30444 141.97652L446.38257 141.97652L446.38257 150.97652ZM447.94507 147.75777Q447.94507 146.28902 448.63257 145.41402Q449.32007 144.52339 450.44507 144.52339Q451.55444 144.52339 452.2107 145.27339L452.2107 141.97652L453.28882 141.97652L453.28882 150.97652L452.28882 150.97652L452.24194 150.28902Q451.5857 151.10152 450.42944 151.10152Q449.3357 151.10152 448.63257 150.19527Q447.94507 149.28902 447.94507 147.83589L447.94507 147.75777ZM449.0232 147.88277Q449.0232 148.96089 449.4607 149.57027Q449.91382 150.17964 450.69507 150.17964Q451.72632 150.17964 452.2107 149.24214L452.2107 146.33589Q451.72632 145.44527 450.7107 145.44527Q449.91382 145.44527 449.4607 146.05464Q449.0232 146.66402 449.0232 147.88277ZM461.8982 149.28902Q461.8982 148.85152 461.55444 148.61714Q461.22632 148.36714 460.3982 148.19527Q459.5857 148.02339 459.10132 147.77339Q458.61694 147.52339 458.38257 147.19527Q458.16382 146.85152 458.16382 146.38277Q458.16382 145.60152 458.82007 145.07027Q459.47632 144.52339 460.50757 144.52339Q461.5857 144.52339 462.24194 145.08589Q462.91382 145.63277 462.91382 146.49214L461.8357 146.49214Q461.8357 146.05464 461.44507 145.74214Q461.07007 145.41402 460.50757 145.41402Q459.91382 145.41402 459.57007 145.67964Q459.24194 145.92964 459.24194 146.33589Q459.24194 146.72652 459.55444 146.92964Q459.86694 147.13277 460.67944 147.32027Q461.49194 147.49214 461.99194 147.74214Q462.49194 147.99214 462.72632 148.35152Q462.97632 148.71089 462.97632 149.21089Q462.97632 150.07027 462.28882 150.58589Q461.61694 151.10152 460.53882 151.10152Q459.7732 151.10152 459.17944 150.83589Q458.60132 150.55464 458.2732 150.07027Q457.94507 149.58589 457.94507 149.02339L459.0232 149.02339Q459.05444 149.57027 459.4607 149.89839Q459.86694 150.21089 460.53882 150.21089Q461.1482 150.21089 461.5232 149.96089Q461.8982 149.71089 461.8982 149.28902ZM469.55444 147.88277Q469.55444 149.32027 468.8982 150.21089Q468.24194 151.10152 467.10132 151.10152Q465.94507 151.10152 465.28882 150.36714L465.28882 153.41402L464.2107 153.41402L464.2107 144.63277L465.19507 144.63277L465.24194 145.33589Q465.91382 144.52339 467.0857 144.52339Q468.22632 144.52339 468.88257 145.38277Q469.55444 146.24214 469.55444 147.77339L469.55444 147.88277ZM468.47632 147.75777Q468.47632 146.67964 468.00757 146.07027Q467.55444 145.44527 466.75757 145.44527Q465.7732 145.44527 465.28882 146.30464L465.28882 149.33589Q465.7732 150.21089 466.7732 150.21089Q467.55444 150.21089 468.00757 149.60152Q468.47632 148.97652 468.47632 147.75777ZM473.8357 151.10152Q472.53882 151.10152 471.72632 150.25777Q470.92944 149.39839 470.92944 147.97652L470.92944 147.78902Q470.92944 146.83589 471.28882 146.10152Q471.6482 145.35152 472.28882 144.94527Q472.94507 144.52339 473.69507 144.52339Q474.92944 144.52339 475.61694 145.33589Q476.30444 146.14839 476.30444 147.66402L476.30444 148.11714L472.00757 148.11714Q472.03882 149.05464 472.55444 149.63277Q473.0857 150.21089 473.8982 150.21089Q474.4607 150.21089 474.85132 149.97652Q475.25757 149.74214 475.57007 149.35152L476.22632 149.86714Q475.42944 151.10152 473.8357 151.10152ZM473.69507 145.41402Q473.03882 145.41402 472.5857 145.89839Q472.1482 146.36714 472.05444 147.22652L475.22632 147.22652L475.22632 147.14839Q475.17944 146.32027 474.7732 145.86714Q474.38257 145.41402 473.69507 145.41402ZM479.8357 151.10152Q478.53882 151.10152 477.72632 150.25777Q476.92944 149.39839 476.92944 147.97652L476.92944 147.78902Q476.92944 146.83589 477.28882 146.10152Q477.6482 145.35152 478.28882 144.94527Q478.94507 144.52339 479.69507 144.52339Q480.92944 144.52339 481.61694 145.33589Q482.30444 146.14839 482.30444 147.66402L482.30444 148.11714L478.00757 148.11714Q478.03882 149.05464 478.55444 149.63277Q479.0857 150.21089 479.8982 150.21089Q480.4607 150.21089 480.85132 149.97652Q481.25757 149.74214 481.57007 149.35152L482.22632 149.86714Q481.42944 151.10152 479.8357 151.10152ZM479.69507 145.41402Q479.03882 145.41402 478.5857 145.89839Q478.1482 146.36714 478.05444 147.22652L481.22632 147.22652L481.22632 147.14839Q481.17944 146.32027 480.7732 145.86714Q480.38257 145.41402 479.69507 145.41402ZM482.94507 147.75777Q482.94507 146.28902 483.63257 145.41402Q484.32007 144.52339 485.44507 144.52339Q486.55444 144.52339 487.2107 145.27339L487.2107 141.97652L488.28882 141.97652L488.28882 150.97652L487.28882 150.97652L487.24194 150.28902Q486.5857 151.10152 485.42944 151.10152Q484.3357 151.10152 483.63257 150.19527Q482.94507 149.28902 482.94507 147.83589L482.94507 147.75777ZM484.0232 147.88277Q484.0232 148.96089 484.4607 149.57027Q484.91382 150.17964 485.69507 150.17964Q486.72632 150.17964 487.2107 149.24214L487.2107 146.33589Q486.72632 145.44527 485.7107 145.44527Q484.91382 145.44527 484.4607 146.05464Q484.0232 146.66402 484.0232 147.88277Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M591.39014 253.52646L591.39014 244.99521L593.812 244.99521Q594.9214 244.99521 595.76514 245.49521Q596.6245 245.97958 597.09326 246.88583Q597.562 247.79208 597.562 248.97958L597.562 249.51083Q597.562 250.72958 597.09326 251.63583Q596.64014 252.54208 595.76514 253.02646Q594.90576 253.51083 593.76514 253.52646L591.39014 253.52646ZM592.51514 245.91708L592.51514 252.60458L593.70264 252.60458Q594.9995 252.60458 595.71826 251.80771Q596.45264 250.99521 596.45264 249.49521L596.45264 248.99521Q596.45264 247.54208 595.76514 246.74521Q595.09326 245.93271 593.82764 245.91708L592.51514 245.91708ZM601.8589 253.65146Q600.562 253.65146 599.7495 252.80771Q598.95264 251.94833 598.95264 250.52646L598.95264 250.33896Q598.95264 249.38583 599.312 248.65146Q599.6714 247.90146 600.312 247.49521Q600.96826 247.07333 601.71826 247.07333Q602.95264 247.07333 603.64014 247.88583Q604.32764 248.69833 604.32764 250.21396L604.32764 250.66708L600.03076 250.66708Q600.062 251.60458 600.57764 252.18271Q601.1089 252.76083 601.9214 252.76083Q602.4839 252.76083 602.8745 252.52646Q603.28076 252.29208 603.59326 251.90146L604.2495 252.41708Q603.45264 253.65146 601.8589 253.65146ZM601.71826 247.96396Q601.062 247.96396 600.6089 248.44833Q600.1714 248.91708 600.07764 249.77646L603.2495 249.77646L603.2495 249.69833Q603.20264 248.87021 602.7964 248.41708Q602.40576 247.96396 601.71826 247.96396ZM610.59326 250.43271Q610.59326 251.88583 609.9214 252.77646Q609.26514 253.65146 608.14014 253.65146Q606.937 253.65146 606.28076 252.79208L606.21826 253.52646L605.2339 253.52646L605.2339 244.52646L606.312 244.52646L606.312 247.88583Q606.96826 247.07333 608.1245 247.07333Q609.28076 247.07333 609.937 247.94833Q610.59326 248.80771 610.59326 250.33896L610.59326 250.43271ZM609.51514 250.30771Q609.51514 249.19833 609.07764 248.60458Q608.65576 247.99521 607.8589 247.99521Q606.78076 247.99521 606.312 248.97958L606.312 251.72958Q606.812 252.72958 607.8589 252.72958Q608.64014 252.72958 609.07764 252.12021Q609.51514 251.51083 609.51514 250.30771ZM616.14014 252.90146Q615.51514 253.65146 614.28076 253.65146Q613.26514 253.65146 612.7339 253.05771Q612.20264 252.46396 612.20264 251.30771L612.20264 247.18271L613.28076 247.18271L613.28076 251.27646Q613.28076 252.72958 614.45264 252.72958Q615.70264 252.72958 616.1089 251.79208L616.1089 247.18271L617.20264 247.18271L617.20264 253.52646L616.1714 253.52646L616.14014 252.90146ZM618.96826 250.30771Q618.96826 248.82333 619.65576 247.94833Q620.34326 247.07333 621.46826 247.07333Q622.6245 247.07333 623.28076 247.88583L623.32764 247.18271L624.32764 247.18271L624.32764 253.37021Q624.32764 254.60458 623.59326 255.30771Q622.8589 256.02646 621.64014 256.02646Q620.95264 256.02646 620.2964 255.72958Q619.64014 255.43271 619.2964 254.93271L619.8589 254.27646Q620.5464 255.13583 621.562 255.13583Q622.34326 255.13583 622.78076 254.68271Q623.2339 254.24521 623.2339 253.43271L623.2339 252.88583Q622.57764 253.65146 621.45264 253.65146Q620.34326 253.65146 619.65576 252.76083Q618.96826 251.85458 618.96826 250.30771ZM620.062 250.43271Q620.062 251.49521 620.4995 252.12021Q620.937 252.72958 621.7339 252.72958Q622.7495 252.72958 623.2339 251.79208L623.2339 248.90146Q622.7339 247.99521 621.7339 247.99521Q620.95264 247.99521 620.4995 248.60458Q620.062 249.21396 620.062 250.43271ZM625.96826 250.30771Q625.96826 248.82333 626.65576 247.94833Q627.34326 247.07333 628.46826 247.07333Q629.6245 247.07333 630.28076 247.88583L630.32764 247.18271L631.32764 247.18271L631.32764 253.37021Q631.32764 254.60458 630.59326 255.30771Q629.8589 256.02646 628.64014 256.02646Q627.95264 256.02646 627.2964 255.72958Q626.64014 255.43271 626.2964 254.93271L626.8589 254.27646Q627.5464 255.13583 628.562 255.13583Q629.34326 255.13583 629.78076 254.68271Q630.2339 254.24521 630.2339 253.43271L630.2339 252.88583Q629.57764 253.65146 628.45264 253.65146Q627.34326 253.65146 626.65576 252.76083Q625.96826 251.85458 625.96826 250.30771ZM627.062 250.43271Q627.062 251.49521 627.4995 252.12021Q627.937 252.72958 628.7339 252.72958Q629.7495 252.72958 630.2339 251.79208L630.2339 248.90146Q629.7339 247.99521 628.7339 247.99521Q627.95264 247.99521 627.4995 248.60458Q627.062 249.21396 627.062 250.43271ZM634.40576 253.52646L633.32764 253.52646L633.32764 247.18271L634.40576 247.18271L634.40576 253.52646ZM633.2339 245.51083Q633.2339 245.24521 633.39014 245.05771Q633.562 244.87021 633.8745 244.87021Q634.187 244.87021 634.34326 245.05771Q634.51514 245.24521 634.51514 245.51083Q634.51514 245.76083 634.34326 245.94833Q634.187 246.12021 633.8745 246.12021Q633.562 246.12021 633.39014 245.94833Q633.2339 245.76083 633.2339 245.51083ZM637.2495 247.18271L637.28076 247.97958Q638.01514 247.07333 639.187 247.07333Q641.20264 247.07333 641.21826 249.33896L641.21826 253.52646L640.1245 253.52646L640.1245 249.32333Q640.1245 248.65146 639.812 248.32333Q639.51514 247.99521 638.8589 247.99521Q638.32764 247.99521 637.9214 248.27646Q637.53076 248.55771 637.312 249.01083L637.312 253.52646L636.2339 253.52646L636.2339 247.18271L637.2495 247.18271ZM642.96826 250.30771Q642.96826 248.82333 643.65576 247.94833Q644.34326 247.07333 645.46826 247.07333Q646.6245 247.07333 647.28076 247.88583L647.32764 247.18271L648.32764 247.18271L648.32764 253.37021Q648.32764 254.60458 647.59326 255.30771Q646.8589 256.02646 645.64014 256.02646Q644.95264 256.02646 644.2964 255.72958Q643.64014 255.43271 643.2964 254.93271L643.8589 254.27646Q644.5464 255.13583 645.562 255.13583Q646.34326 255.13583 646.78076 254.68271Q647.2339 254.24521 647.2339 253.43271L647.2339 252.88583Q646.57764 253.65146 645.45264 253.65146Q644.34326 253.65146 643.65576 252.76083Q642.96826 251.85458 642.96826 250.30771ZM644.062 250.43271Q644.062 251.49521 644.4995 252.12021Q644.937 252.72958 645.7339 252.72958Q646.7495 252.72958 647.2339 251.79208L647.2339 248.90146Q646.7339 247.99521 645.7339 247.99521Q644.95264 247.99521 644.4995 248.60458Q644.062 249.21396 644.062 250.43271Z" fill-rule="nonzero"/><path fill="#666666" d="M591.39014 253.52646L591.39014 244.99521L593.812 244.99521Q594.9214 244.99521 595.76514 245.49521Q596.6245 245.97958 597.09326 246.88583Q597.562 247.79208 597.562 248.97958L597.562 249.51083Q597.562 250.72958 597.09326 251.63583Q596.64014 252.54208 595.76514 253.02646Q594.90576 253.51083 593.76514 253.52646L591.39014 253.52646ZM592.51514 245.91708L592.51514 252.60458L593.70264 252.60458Q594.9995 252.60458 595.71826 251.80771Q596.45264 250.99521 596.45264 249.49521L596.45264 248.99521Q596.45264 247.54208 595.76514 246.74521Q595.09326 245.93271 593.82764 245.91708L592.51514 245.91708ZM601.8589 253.65146Q600.562 253.65146 599.7495 252.80771Q598.95264 251.94833 598.95264 250.52646L598.95264 250.33896Q598.95264 249.38583 599.312 248.65146Q599.6714 247.90146 600.312 247.49521Q600.96826 247.07333 601.71826 247.07333Q602.95264 247.07333 603.64014 247.88583Q604.32764 248.69833 604.32764 250.21396L604.32764 250.66708L600.03076 250.66708Q600.062 251.60458 600.57764 252.18271Q601.1089 252.76083 601.9214 252.76083Q602.4839 252.76083 602.8745 252.52646Q603.28076 252.29208 603.59326 251.90146L604.2495 252.41708Q603.45264 253.65146 601.8589 253.65146ZM601.71826 247.96396Q601.062 247.96396 600.6089 248.44833Q600.1714 248.91708 600.07764 249.77646L603.2495 249.77646L603.2495 249.69833Q603.20264 248.87021 602.7964 248.41708Q602.40576 247.96396 601.71826 247.96396ZM610.59326 250.43271Q610.59326 251.88583 609.9214 252.77646Q609.26514 253.65146 608.14014 253.65146Q606.937 253.65146 606.28076 252.79208L606.21826 253.52646L605.2339 253.52646L605.2339 244.52646L606.312 244.52646L606.312 247.88583Q606.96826 247.07333 608.1245 247.07333Q609.28076 247.07333 609.937 247.94833Q610.59326 248.80771 610.59326 250.33896L610.59326 250.43271ZM609.51514 250.30771Q609.51514 249.19833 609.07764 248.60458Q608.65576 247.99521 607.8589 247.99521Q606.78076 247.99521 606.312 248.97958L606.312 251.72958Q606.812 252.72958 607.8589 252.72958Q608.64014 252.72958 609.07764 252.12021Q609.51514 251.51083 609.51514 250.30771ZM616.14014 252.90146Q615.51514 253.65146 614.28076 253.65146Q613.26514 253.65146 612.7339 253.05771Q612.20264 252.46396 612.20264 251.30771L612.20264 247.18271L613.28076 247.18271L613.28076 251.27646Q613.28076 252.72958 614.45264 252.72958Q615.70264 252.72958 616.1089 251.79208L616.1089 247.18271L617.20264 247.18271L617.20264 253.52646L616.1714 253.52646L616.14014 252.90146ZM618.96826 250.30771Q618.96826 248.82333 619.65576 247.94833Q620.34326 247.07333 621.46826 247.07333Q622.6245 247.07333 623.28076 247.88583L623.32764 247.18271L624.32764 247.18271L624.32764 253.37021Q624.32764 254.60458 623.59326 255.30771Q622.8589 256.02646 621.64014 256.02646Q620.95264 256.02646 620.2964 255.72958Q619.64014 255.43271 619.2964 254.93271L619.8589 254.27646Q620.5464 255.13583 621.562 255.13583Q622.34326 255.13583 622.78076 254.68271Q623.2339 254.24521 623.2339 253.43271L623.2339 252.88583Q622.57764 253.65146 621.45264 253.65146Q620.34326 253.65146 619.65576 252.76083Q618.96826 251.85458 618.96826 250.30771ZM620.062 250.43271Q620.062 251.49521 620.4995 252.12021Q620.937 252.72958 621.7339 252.72958Q622.7495 252.72958 623.2339 251.79208L623.2339 248.90146Q622.7339 247.99521 621.7339 247.99521Q620.95264 247.99521 620.4995 248.60458Q620.062 249.21396 620.062 250.43271ZM625.96826 250.30771Q625.96826 248.82333 626.65576 247.94833Q627.34326 247.07333 628.46826 247.07333Q629.6245 247.07333 630.28076 247.88583L630.32764 247.18271L631.32764 247.18271L631.32764 253.37021Q631.32764 254.60458 630.59326 255.30771Q629.8589 256.02646 628.64014 256.02646Q627.95264 256.02646 627.2964 255.72958Q626.64014 255.43271 626.2964 254.93271L626.8589 254.27646Q627.5464 255.13583 628.562 255.13583Q629.34326 255.13583 629.78076 254.68271Q630.2339 254.24521 630.2339 253.43271L630.2339 252.88583Q629.57764 253.65146 628.45264 253.65146Q627.34326 253.65146 626.65576 252.76083Q625.96826 251.85458 625.96826 250.30771ZM627.062 250.43271Q627.062 251.49521 627.4995 252.12021Q627.937 252.72958 628.7339 252.72958Q629.7495 252.72958 630.2339 251.79208L630.2339 248.90146Q629.7339 247.99521 628.7339 247.99521Q627.95264 247.99521 627.4995 248.60458Q627.062 249.21396 627.062 250.43271ZM634.40576 253.52646L633.32764 253.52646L633.32764 247.18271L634.40576 247.18271L634.40576 253.52646ZM633.2339 245.51083Q633.2339 245.24521 633.39014 245.05771Q633.562 244.87021 633.8745 244.87021Q634.187 244.87021 634.34326 245.05771Q634.51514 245.24521 634.51514 245.51083Q634.51514 245.76083 634.34326 245.94833Q634.187 246.12021 633.8745 246.12021Q633.562 246.12021 633.39014 245.94833Q633.2339 245.76083 633.2339 245.51083ZM637.2495 247.18271L637.28076 247.97958Q638.01514 247.07333 639.187 247.07333Q641.20264 247.07333 641.21826 249.33896L641.21826 253.52646L640.1245 253.52646L640.1245 249.32333Q640.1245 248.65146 639.812 248.32333Q639.51514 247.99521 638.8589 247.99521Q638.32764 247.99521 637.9214 248.27646Q637.53076 248.55771 637.312 249.01083L637.312 253.52646L636.2339 253.52646L636.2339 247.18271L637.2495 247.18271ZM642.96826 250.30771Q642.96826 248.82333 643.65576 247.94833Q644.34326 247.07333 645.46826 247.07333Q646.6245 247.07333 647.28076 247.88583L647.32764 247.18271L648.32764 247.18271L648.32764 253.37021Q648.32764 254.60458 647.59326 255.30771Q646.8589 256.02646 645.64014 256.02646Q644.95264 256.02646 644.2964 255.72958Q643.64014 255.43271 643.2964 254.93271L643.8589 254.27646Q644.5464 255.13583 645.562 255.13583Q646.34326 255.13583 646.78076 254.68271Q647.2339 254.24521 647.2339 253.43271L647.2339 252.88583Q646.57764 253.65146 645.45264 253.65146Q644.34326 253.65146 643.65576 252.76083Q642.96826 251.85458 642.96826 250.30771ZM644.062 250.43271Q644.062 251.49521 644.4995 252.12021Q644.937 252.72958 645.7339 252.72958Q646.7495 252.72958 647.2339 251.79208L647.2339 248.90146Q646.7339 247.99521 645.7339 247.99521Q644.95264 247.99521 644.4995 248.60458Q644.062 249.21396 644.062 250.43271Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M594.3194 180.63394Q592.8819 180.21207 592.21 179.60269Q591.5538 178.99332 591.5538 178.10269Q591.5538 177.10269 592.35065 176.44644Q593.16315 175.77457 594.46 175.77457Q595.335 175.77457 596.0225 176.11832Q596.71 176.46207 597.085 177.05582Q597.47565 177.64957 597.47565 178.36832L596.335 178.36832Q596.335 177.58707 595.835 177.14957Q595.35065 176.71207 594.46 176.71207Q593.6319 176.71207 593.16315 177.08707Q592.6944 177.44644 592.6944 178.08707Q592.6944 178.61832 593.1319 178.97769Q593.585 179.33707 594.6475 179.63394Q595.71 179.93082 596.3038 180.29019Q596.91315 180.64957 597.1944 181.13394Q597.4913 181.61832 597.4913 182.25894Q597.4913 183.30582 596.6788 183.93082Q595.8663 184.55582 594.5225 184.55582Q593.6319 184.55582 592.8663 184.21207Q592.1163 183.86832 591.6944 183.29019Q591.28815 182.69644 591.28815 181.96207L592.41315 181.96207Q592.41315 182.72769 592.9913 183.18082Q593.5694 183.63394 594.5225 183.63394Q595.41315 183.63394 595.8819 183.27457Q596.35065 182.89957 596.35065 182.27457Q596.35065 181.64957 595.91315 181.30582Q595.47565 180.96207 594.3194 180.63394ZM601.2725 184.55582Q599.97565 184.55582 599.16315 183.71207Q598.3663 182.85269 598.3663 181.43082L598.3663 181.24332Q598.3663 180.29019 598.72565 179.55582Q599.085 178.80582 599.72565 178.39957Q600.3819 177.97769 601.1319 177.97769Q602.3663 177.97769 603.0538 178.79019Q603.7413 179.60269 603.7413 181.11832L603.7413 181.57144L599.4444 181.57144Q599.47565 182.50894 599.9913 183.08707Q600.5225 183.66519 601.335 183.66519Q601.8975 183.66519 602.28815 183.43082Q602.6944 183.19644 603.0069 182.80582L603.66315 183.32144Q602.8663 184.55582 601.2725 184.55582ZM601.1319 178.86832Q600.47565 178.86832 600.0225 179.35269Q599.585 179.82144 599.4913 180.68082L602.66315 180.68082L602.66315 180.60269Q602.6163 179.77457 602.21 179.32144Q601.8194 178.86832 601.1319 178.86832ZM607.1788 183.66519Q607.7569 183.66519 608.1944 183.32144Q608.6319 182.96207 608.6788 182.43082L609.71 182.43082Q609.6788 182.97769 609.3194 183.47769Q608.97565 183.96207 608.3975 184.25894Q607.835 184.55582 607.1788 184.55582Q605.8819 184.55582 605.1163 183.69644Q604.3663 182.82144 604.3663 181.32144L604.3663 181.13394Q604.3663 180.21207 604.6944 179.49332Q605.03815 178.77457 605.66315 178.38394Q606.3038 177.97769 607.1788 177.97769Q608.2413 177.97769 608.9444 178.61832Q609.66315 179.24332 609.71 180.27457L608.6788 180.27457Q608.6319 179.64957 608.21 179.25894Q607.78815 178.86832 607.1788 178.86832Q606.35065 178.86832 605.8975 179.46207Q605.4444 180.05582 605.4444 181.18082L605.4444 181.38394Q605.4444 182.47769 605.8975 183.07144Q606.35065 183.66519 607.1788 183.66519ZM614.5538 183.80582Q613.9288 184.55582 612.6944 184.55582Q611.6788 184.55582 611.1475 183.96207Q610.6163 183.36832 610.6163 182.21207L610.6163 178.08707L611.6944 178.08707L611.6944 182.18082Q611.6944 183.63394 612.8663 183.63394Q614.1163 183.63394 614.5225 182.69644L614.5225 178.08707L615.6163 178.08707L615.6163 184.43082L614.585 184.43082L614.5538 183.80582ZM620.71 179.05582Q620.46 179.02457 620.1788 179.02457Q619.10065 179.02457 618.72565 179.93082L618.72565 184.43082L617.6475 184.43082L617.6475 178.08707L618.6944 178.08707L618.71 178.82144Q619.2413 177.97769 620.22565 177.97769Q620.53815 177.97769 620.71 178.05582L620.71 179.05582ZM622.8194 184.43082L621.7413 184.43082L621.7413 178.08707L622.8194 178.08707L622.8194 184.43082ZM621.6475 176.41519Q621.6475 176.14957 621.8038 175.96207Q621.97565 175.77457 622.28815 175.77457Q622.60065 175.77457 622.7569 175.96207Q622.9288 176.14957 622.9288 176.41519Q622.9288 176.66519 622.7569 176.85269Q622.60065 177.02457 622.28815 177.02457Q621.97565 177.02457 621.8038 176.85269Q621.6475 176.66519 621.6475 176.41519ZM626.1163 176.55582L626.1163 178.08707L627.28815 178.08707L627.28815 178.93082L626.1163 178.93082L626.1163 182.85269Q626.1163 183.24332 626.2725 183.43082Q626.4288 183.61832 626.8038 183.61832Q626.9913 183.61832 627.3194 183.55582L627.3194 184.43082Q626.8975 184.55582 626.4913 184.55582Q625.7725 184.55582 625.3975 184.11832Q625.0225 183.66519 625.0225 182.85269L625.0225 178.93082L623.8663 178.93082L623.8663 178.08707L625.0225 178.08707L625.0225 176.55582L626.1163 176.55582ZM630.71 182.83707L632.1944 178.08707L633.35065 178.08707L630.8038 185.41519Q630.21 186.99332 628.9288 186.99332L628.71 186.97769L628.3194 186.89957L628.3194 186.02457L628.60065 186.04019Q629.16315 186.04019 629.46 185.82144Q629.7725 185.60269 629.97565 185.00894L630.21 184.35269L627.9444 178.08707L629.1319 178.08707L630.71 182.83707Z" fill-rule="nonzero"/><path fill="#666666" d="M594.3194 180.63394Q592.8819 180.21207 592.21 179.60269Q591.5538 178.99332 591.5538 178.10269Q591.5538 177.10269 592.35065 176.44644Q593.16315 175.77457 594.46 175.77457Q595.335 175.77457 596.0225 176.11832Q596.71 176.46207 597.085 177.05582Q597.47565 177.64957 597.47565 178.36832L596.335 178.36832Q596.335 177.58707 595.835 177.14957Q595.35065 176.71207 594.46 176.71207Q593.6319 176.71207 593.16315 177.08707Q592.6944 177.44644 592.6944 178.08707Q592.6944 178.61832 593.1319 178.97769Q593.585 179.33707 594.6475 179.63394Q595.71 179.93082 596.3038 180.29019Q596.91315 180.64957 597.1944 181.13394Q597.4913 181.61832 597.4913 182.25894Q597.4913 183.30582 596.6788 183.93082Q595.8663 184.55582 594.5225 184.55582Q593.6319 184.55582 592.8663 184.21207Q592.1163 183.86832 591.6944 183.29019Q591.28815 182.69644 591.28815 181.96207L592.41315 181.96207Q592.41315 182.72769 592.9913 183.18082Q593.5694 183.63394 594.5225 183.63394Q595.41315 183.63394 595.8819 183.27457Q596.35065 182.89957 596.35065 182.27457Q596.35065 181.64957 595.91315 181.30582Q595.47565 180.96207 594.3194 180.63394ZM601.2725 184.55582Q599.97565 184.55582 599.16315 183.71207Q598.3663 182.85269 598.3663 181.43082L598.3663 181.24332Q598.3663 180.29019 598.72565 179.55582Q599.085 178.80582 599.72565 178.39957Q600.3819 177.97769 601.1319 177.97769Q602.3663 177.97769 603.0538 178.79019Q603.7413 179.60269 603.7413 181.11832L603.7413 181.57144L599.4444 181.57144Q599.47565 182.50894 599.9913 183.08707Q600.5225 183.66519 601.335 183.66519Q601.8975 183.66519 602.28815 183.43082Q602.6944 183.19644 603.0069 182.80582L603.66315 183.32144Q602.8663 184.55582 601.2725 184.55582ZM601.1319 178.86832Q600.47565 178.86832 600.0225 179.35269Q599.585 179.82144 599.4913 180.68082L602.66315 180.68082L602.66315 180.60269Q602.6163 179.77457 602.21 179.32144Q601.8194 178.86832 601.1319 178.86832ZM607.1788 183.66519Q607.7569 183.66519 608.1944 183.32144Q608.6319 182.96207 608.6788 182.43082L609.71 182.43082Q609.6788 182.97769 609.3194 183.47769Q608.97565 183.96207 608.3975 184.25894Q607.835 184.55582 607.1788 184.55582Q605.8819 184.55582 605.1163 183.69644Q604.3663 182.82144 604.3663 181.32144L604.3663 181.13394Q604.3663 180.21207 604.6944 179.49332Q605.03815 178.77457 605.66315 178.38394Q606.3038 177.97769 607.1788 177.97769Q608.2413 177.97769 608.9444 178.61832Q609.66315 179.24332 609.71 180.27457L608.6788 180.27457Q608.6319 179.64957 608.21 179.25894Q607.78815 178.86832 607.1788 178.86832Q606.35065 178.86832 605.8975 179.46207Q605.4444 180.05582 605.4444 181.18082L605.4444 181.38394Q605.4444 182.47769 605.8975 183.07144Q606.35065 183.66519 607.1788 183.66519ZM614.5538 183.80582Q613.9288 184.55582 612.6944 184.55582Q611.6788 184.55582 611.1475 183.96207Q610.6163 183.36832 610.6163 182.21207L610.6163 178.08707L611.6944 178.08707L611.6944 182.18082Q611.6944 183.63394 612.8663 183.63394Q614.1163 183.63394 614.5225 182.69644L614.5225 178.08707L615.6163 178.08707L615.6163 184.43082L614.585 184.43082L614.5538 183.80582ZM620.71 179.05582Q620.46 179.02457 620.1788 179.02457Q619.10065 179.02457 618.72565 179.93082L618.72565 184.43082L617.6475 184.43082L617.6475 178.08707L618.6944 178.08707L618.71 178.82144Q619.2413 177.97769 620.22565 177.97769Q620.53815 177.97769 620.71 178.05582L620.71 179.05582ZM622.8194 184.43082L621.7413 184.43082L621.7413 178.08707L622.8194 178.08707L622.8194 184.43082ZM621.6475 176.41519Q621.6475 176.14957 621.8038 175.96207Q621.97565 175.77457 622.28815 175.77457Q622.60065 175.77457 622.7569 175.96207Q622.9288 176.14957 622.9288 176.41519Q622.9288 176.66519 622.7569 176.85269Q622.60065 177.02457 622.28815 177.02457Q621.97565 177.02457 621.8038 176.85269Q621.6475 176.66519 621.6475 176.41519ZM626.1163 176.55582L626.1163 178.08707L627.28815 178.08707L627.28815 178.93082L626.1163 178.93082L626.1163 182.85269Q626.1163 183.24332 626.2725 183.43082Q626.4288 183.61832 626.8038 183.61832Q626.9913 183.61832 627.3194 183.55582L627.3194 184.43082Q626.8975 184.55582 626.4913 184.55582Q625.7725 184.55582 625.3975 184.11832Q625.0225 183.66519 625.0225 182.85269L625.0225 178.93082L623.8663 178.93082L623.8663 178.08707L625.0225 178.08707L625.0225 176.55582L626.1163 176.55582ZM630.71 182.83707L632.1944 178.08707L633.35065 178.08707L630.8038 185.41519Q630.21 186.99332 628.9288 186.99332L628.71 186.97769L628.3194 186.89957L628.3194 186.02457L628.60065 186.04019Q629.16315 186.04019 629.46 185.82144Q629.7725 185.60269 629.97565 185.00894L630.21 184.35269L627.9444 178.08707L629.1319 178.08707L630.71 182.83707Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M671.3438 139.43953L669.3282 139.43953L669.3282 142.89265L668.2032 142.89265L668.2032 134.3614L671.0313 134.3614Q672.4688 134.3614 673.23444 135.01765Q674.0157 135.6739 674.0157 136.9239Q674.0157 137.72078 673.5782 138.31453Q673.1563 138.90828 672.3907 139.20515L674.3907 142.81453L674.3907 142.89265L673.18756 142.89265L671.3438 139.43953ZM669.3282 138.51765L671.06256 138.51765Q671.9063 138.51765 672.3907 138.09578Q672.8907 137.65828 672.8907 136.9239Q672.8907 136.14265 672.42194 135.72078Q671.9532 135.2989 671.06256 135.28328L669.3282 135.28328L669.3282 138.51765ZM677.67194 143.01765Q676.37506 143.01765 675.56256 142.1739Q674.7657 141.31453 674.7657 139.89265L674.7657 139.70515Q674.7657 138.75203 675.12506 138.01765Q675.48444 137.26765 676.12506 136.8614Q676.7813 136.43953 677.5313 136.43953Q678.7657 136.43953 679.4532 137.25203Q680.1407 138.06453 680.1407 139.58015L680.1407 140.03328L675.8438 140.03328Q675.87506 140.97078 676.3907 141.5489Q676.92194 142.12703 677.73444 142.12703Q678.29694 142.12703 678.68756 141.89265Q679.0938 141.65828 679.4063 141.26765L680.06256 141.78328Q679.2657 143.01765 677.67194 143.01765ZM677.5313 137.33015Q676.87506 137.33015 676.42194 137.81453Q675.98444 138.28328 675.8907 139.14265L679.06256 139.14265L679.06256 139.06453Q679.0157 138.2364 678.60944 137.78328Q678.2188 137.33015 677.5313 137.33015ZM682.2188 142.89265L681.1407 142.89265L681.1407 133.89265L682.2188 133.89265L682.2188 142.89265ZM685.2188 142.89265L684.1407 142.89265L684.1407 136.5489L685.2188 136.5489L685.2188 142.89265ZM684.04694 134.87703Q684.04694 134.6114 684.2032 134.4239Q684.37506 134.2364 684.68756 134.2364Q685.00006 134.2364 685.1563 134.4239Q685.3282 134.6114 685.3282 134.87703Q685.3282 135.12703 685.1563 135.31453Q685.00006 135.4864 684.68756 135.4864Q684.37506 135.4864 684.2032 135.31453Q684.04694 135.12703 684.04694 134.87703ZM690.9532 142.89265Q690.85944 142.70515 690.79694 142.22078Q690.04694 143.01765 689.00006 143.01765Q688.06256 143.01765 687.4532 142.4864Q686.85944 141.95515 686.85944 141.12703Q686.85944 140.14265 687.60944 139.59578Q688.35944 139.0489 689.73444 139.0489L690.7813 139.0489L690.7813 138.5489Q690.7813 137.9864 690.43756 137.65828Q690.10944 137.31453 689.43756 137.31453Q688.85944 137.31453 688.4688 137.6114Q688.0782 137.89265 688.0782 138.31453L686.98444 138.31453Q686.98444 137.83015 687.31256 137.39265Q687.6563 136.95515 688.23444 136.70515Q688.81256 136.43953 689.50006 136.43953Q690.60944 136.43953 691.2188 136.9864Q691.8438 137.53328 691.87506 138.4864L691.87506 141.40828Q691.87506 142.28328 692.0938 142.7989L692.0938 142.89265L690.9532 142.89265ZM689.1563 142.06453Q689.67194 142.06453 690.12506 141.7989Q690.5782 141.53328 690.7813 141.1114L690.7813 139.81453L689.93756 139.81453Q687.93756 139.81453 687.93756 140.9864Q687.93756 141.4864 688.2813 141.78328Q688.62506 142.06453 689.1563 142.06453ZM699.4063 139.7989Q699.4063 141.25203 698.73444 142.14265Q698.0782 143.01765 696.9532 143.01765Q695.75006 143.01765 695.0938 142.15828L695.0313 142.89265L694.04694 142.89265L694.04694 133.89265L695.12506 133.89265L695.12506 137.25203Q695.7813 136.43953 696.93756 136.43953Q698.0938 136.43953 698.75006 137.31453Q699.4063 138.1739 699.4063 139.70515L699.4063 139.7989ZM698.3282 139.6739Q698.3282 138.56453 697.8907 137.97078Q697.4688 137.3614 696.67194 137.3614Q695.5938 137.3614 695.12506 138.34578L695.12506 141.09578Q695.62506 142.09578 696.67194 142.09578Q697.4532 142.09578 697.8907 141.4864Q698.3282 140.87703 698.3282 139.6739ZM702.2188 142.89265L701.1407 142.89265L701.1407 136.5489L702.2188 136.5489L702.2188 142.89265ZM701.04694 134.87703Q701.04694 134.6114 701.2032 134.4239Q701.37506 134.2364 701.68756 134.2364Q702.00006 134.2364 702.1563 134.4239Q702.3282 134.6114 702.3282 134.87703Q702.3282 135.12703 702.1563 135.31453Q702.00006 135.4864 701.68756 135.4864Q701.37506 135.4864 701.2032 135.31453Q701.04694 135.12703 701.04694 134.87703ZM705.2188 142.89265L704.1407 142.89265L704.1407 133.89265L705.2188 133.89265L705.2188 142.89265ZM708.2188 142.89265L707.1407 142.89265L707.1407 136.5489L708.2188 136.5489L708.2188 142.89265ZM707.04694 134.87703Q707.04694 134.6114 707.2032 134.4239Q707.37506 134.2364 707.68756 134.2364Q708.00006 134.2364 708.1563 134.4239Q708.3282 134.6114 708.3282 134.87703Q708.3282 135.12703 708.1563 135.31453Q708.00006 135.4864 707.68756 135.4864Q707.37506 135.4864 707.2032 135.31453Q707.04694 135.12703 707.04694 134.87703ZM711.5157 135.01765L711.5157 136.5489L712.68756 136.5489L712.68756 137.39265L711.5157 137.39265L711.5157 141.31453Q711.5157 141.70515 711.67194 141.89265Q711.8282 142.08015 712.2032 142.08015Q712.3907 142.08015 712.7188 142.01765L712.7188 142.89265Q712.29694 143.01765 711.8907 143.01765Q711.17194 143.01765 710.79694 142.58015Q710.42194 142.12703 710.42194 141.31453L710.42194 137.39265L709.2657 137.39265L709.2657 136.5489L710.42194 136.5489L710.42194 135.01765L711.5157 135.01765ZM716.10944 141.2989L717.5938 136.5489L718.75006 136.5489L716.2032 143.87703Q715.60944 145.45515 714.3282 145.45515L714.10944 145.43953L713.7188 145.3614L713.7188 144.4864L714.00006 144.50203Q714.56256 144.50203 714.85944 144.28328Q715.17194 144.06453 715.37506 143.47078L715.60944 142.81453L713.3438 136.5489L714.5313 136.5489L716.10944 141.2989Z" fill-rule="nonzero"/><path fill="#666666" d="M671.3438 139.43953L669.3282 139.43953L669.3282 142.89265L668.2032 142.89265L668.2032 134.3614L671.0313 134.3614Q672.4688 134.3614 673.23444 135.01765Q674.0157 135.6739 674.0157 136.9239Q674.0157 137.72078 673.5782 138.31453Q673.1563 138.90828 672.3907 139.20515L674.3907 142.81453L674.3907 142.89265L673.18756 142.89265L671.3438 139.43953ZM669.3282 138.51765L671.06256 138.51765Q671.9063 138.51765 672.3907 138.09578Q672.8907 137.65828 672.8907 136.9239Q672.8907 136.14265 672.42194 135.72078Q671.9532 135.2989 671.06256 135.28328L669.3282 135.28328L669.3282 138.51765ZM677.67194 143.01765Q676.37506 143.01765 675.56256 142.1739Q674.7657 141.31453 674.7657 139.89265L674.7657 139.70515Q674.7657 138.75203 675.12506 138.01765Q675.48444 137.26765 676.12506 136.8614Q676.7813 136.43953 677.5313 136.43953Q678.7657 136.43953 679.4532 137.25203Q680.1407 138.06453 680.1407 139.58015L680.1407 140.03328L675.8438 140.03328Q675.87506 140.97078 676.3907 141.5489Q676.92194 142.12703 677.73444 142.12703Q678.29694 142.12703 678.68756 141.89265Q679.0938 141.65828 679.4063 141.26765L680.06256 141.78328Q679.2657 143.01765 677.67194 143.01765ZM677.5313 137.33015Q676.87506 137.33015 676.42194 137.81453Q675.98444 138.28328 675.8907 139.14265L679.06256 139.14265L679.06256 139.06453Q679.0157 138.2364 678.60944 137.78328Q678.2188 137.33015 677.5313 137.33015ZM682.2188 142.89265L681.1407 142.89265L681.1407 133.89265L682.2188 133.89265L682.2188 142.89265ZM685.2188 142.89265L684.1407 142.89265L684.1407 136.5489L685.2188 136.5489L685.2188 142.89265ZM684.04694 134.87703Q684.04694 134.6114 684.2032 134.4239Q684.37506 134.2364 684.68756 134.2364Q685.00006 134.2364 685.1563 134.4239Q685.3282 134.6114 685.3282 134.87703Q685.3282 135.12703 685.1563 135.31453Q685.00006 135.4864 684.68756 135.4864Q684.37506 135.4864 684.2032 135.31453Q684.04694 135.12703 684.04694 134.87703ZM690.9532 142.89265Q690.85944 142.70515 690.79694 142.22078Q690.04694 143.01765 689.00006 143.01765Q688.06256 143.01765 687.4532 142.4864Q686.85944 141.95515 686.85944 141.12703Q686.85944 140.14265 687.60944 139.59578Q688.35944 139.0489 689.73444 139.0489L690.7813 139.0489L690.7813 138.5489Q690.7813 137.9864 690.43756 137.65828Q690.10944 137.31453 689.43756 137.31453Q688.85944 137.31453 688.4688 137.6114Q688.0782 137.89265 688.0782 138.31453L686.98444 138.31453Q686.98444 137.83015 687.31256 137.39265Q687.6563 136.95515 688.23444 136.70515Q688.81256 136.43953 689.50006 136.43953Q690.60944 136.43953 691.2188 136.9864Q691.8438 137.53328 691.87506 138.4864L691.87506 141.40828Q691.87506 142.28328 692.0938 142.7989L692.0938 142.89265L690.9532 142.89265ZM689.1563 142.06453Q689.67194 142.06453 690.12506 141.7989Q690.5782 141.53328 690.7813 141.1114L690.7813 139.81453L689.93756 139.81453Q687.93756 139.81453 687.93756 140.9864Q687.93756 141.4864 688.2813 141.78328Q688.62506 142.06453 689.1563 142.06453ZM699.4063 139.7989Q699.4063 141.25203 698.73444 142.14265Q698.0782 143.01765 696.9532 143.01765Q695.75006 143.01765 695.0938 142.15828L695.0313 142.89265L694.04694 142.89265L694.04694 133.89265L695.12506 133.89265L695.12506 137.25203Q695.7813 136.43953 696.93756 136.43953Q698.0938 136.43953 698.75006 137.31453Q699.4063 138.1739 699.4063 139.70515L699.4063 139.7989ZM698.3282 139.6739Q698.3282 138.56453 697.8907 137.97078Q697.4688 137.3614 696.67194 137.3614Q695.5938 137.3614 695.12506 138.34578L695.12506 141.09578Q695.62506 142.09578 696.67194 142.09578Q697.4532 142.09578 697.8907 141.4864Q698.3282 140.87703 698.3282 139.6739ZM702.2188 142.89265L701.1407 142.89265L701.1407 136.5489L702.2188 136.5489L702.2188 142.89265ZM701.04694 134.87703Q701.04694 134.6114 701.2032 134.4239Q701.37506 134.2364 701.68756 134.2364Q702.00006 134.2364 702.1563 134.4239Q702.3282 134.6114 702.3282 134.87703Q702.3282 135.12703 702.1563 135.31453Q702.00006 135.4864 701.68756 135.4864Q701.37506 135.4864 701.2032 135.31453Q701.04694 135.12703 701.04694 134.87703ZM705.2188 142.89265L704.1407 142.89265L704.1407 133.89265L705.2188 133.89265L705.2188 142.89265ZM708.2188 142.89265L707.1407 142.89265L707.1407 136.5489L708.2188 136.5489L708.2188 142.89265ZM707.04694 134.87703Q707.04694 134.6114 707.2032 134.4239Q707.37506 134.2364 707.68756 134.2364Q708.00006 134.2364 708.1563 134.4239Q708.3282 134.6114 708.3282 134.87703Q708.3282 135.12703 708.1563 135.31453Q708.00006 135.4864 707.68756 135.4864Q707.37506 135.4864 707.2032 135.31453Q707.04694 135.12703 707.04694 134.87703ZM711.5157 135.01765L711.5157 136.5489L712.68756 136.5489L712.68756 137.39265L711.5157 137.39265L711.5157 141.31453Q711.5157 141.70515 711.67194 141.89265Q711.8282 142.08015 712.2032 142.08015Q712.3907 142.08015 712.7188 142.01765L712.7188 142.89265Q712.29694 143.01765 711.8907 143.01765Q711.17194 143.01765 710.79694 142.58015Q710.42194 142.12703 710.42194 141.31453L710.42194 137.39265L709.2657 137.39265L709.2657 136.5489L710.42194 136.5489L710.42194 135.01765L711.5157 135.01765ZM716.10944 141.2989L717.5938 136.5489L718.75006 136.5489L716.2032 143.87703Q715.60944 145.45515 714.3282 145.45515L714.10944 145.43953L713.7188 145.3614L713.7188 144.4864L714.00006 144.50203Q714.56256 144.50203 714.85944 144.28328Q715.17194 144.06453 715.37506 143.47078L715.60944 142.81453L713.3438 136.5489L714.5313 136.5489L716.10944 141.2989Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M505.12537 200.80034L501.42224 200.80034L501.42224 203.81596L505.71912 203.81596L505.71912 204.73784L500.29724 204.73784L500.29724 196.20659L505.67224 196.20659L505.67224 197.12846L501.42224 197.12846L501.42224 199.87846L505.12537 199.87846L505.12537 200.80034ZM506.87537 201.51909Q506.87537 200.05034 507.56287 199.17534Q508.25037 198.28471 509.37537 198.28471Q510.48474 198.28471 511.141 199.03471L511.141 195.73784L512.2191 195.73784L512.2191 204.73784L511.21912 204.73784L511.17224 204.05034Q510.516 204.86284 509.35974 204.86284Q508.266 204.86284 507.56287 203.95659Q506.87537 203.05034 506.87537 201.59721L506.87537 201.51909ZM507.9535 201.64409Q507.9535 202.72221 508.391 203.33159Q508.84412 203.94096 509.62537 203.94096Q510.65662 203.94096 511.141 203.00346L511.141 200.09721Q510.65662 199.20659 509.641 199.20659Q508.84412 199.20659 508.391 199.81596Q507.9535 200.42534 507.9535 201.64409ZM515.31287 204.73784L514.23474 204.73784L514.23474 198.39409L515.31287 198.39409L515.31287 204.73784ZM514.141 196.72221Q514.141 196.45659 514.29724 196.26909Q514.4691 196.08159 514.7816 196.08159Q515.0941 196.08159 515.25037 196.26909Q515.42224 196.45659 515.42224 196.72221Q515.42224 196.97221 515.25037 197.15971Q515.0941 197.33159 514.7816 197.33159Q514.4691 197.33159 514.29724 197.15971Q514.141 196.97221 514.141 196.72221ZM518.60974 196.86284L518.60974 198.39409L519.7816 198.39409L519.7816 199.23784L518.60974 199.23784L518.60974 203.15971Q518.60974 203.55034 518.766 203.73784Q518.92224 203.92534 519.29724 203.92534Q519.48474 203.92534 519.81287 203.86284L519.81287 204.73784Q519.391 204.86284 518.98474 204.86284Q518.266 204.86284 517.891 204.42534Q517.516 203.97221 517.516 203.15971L517.516 199.23784L516.35974 199.23784L516.35974 198.39409L517.516 198.39409L517.516 196.86284L518.60974 196.86284ZM520.8441 201.50346Q520.8441 200.58159 521.2035 199.83159Q521.5785 199.08159 522.23474 198.69096Q522.891 198.28471 523.7191 198.28471Q525.016 198.28471 525.81287 199.17534Q526.62537 200.06596 526.62537 201.56596L526.62537 201.64409Q526.62537 202.56596 526.266 203.30034Q525.9066 204.03471 525.25037 204.45659Q524.5941 204.86284 523.73474 204.86284Q522.4535 204.86284 521.641 203.97221Q520.8441 203.06596 520.8441 201.58159L520.8441 201.50346ZM521.93787 201.64409Q521.93787 202.69096 522.42224 203.33159Q522.92224 203.97221 523.73474 203.97221Q524.56287 203.97221 525.04724 203.33159Q525.5316 202.67534 525.5316 201.50346Q525.5316 200.47221 525.0316 199.83159Q524.54724 199.17534 523.7191 199.17534Q522.92224 199.17534 522.42224 199.81596Q521.93787 200.44096 521.93787 201.64409ZM531.2035 199.36284Q530.9535 199.33159 530.67224 199.33159Q529.5941 199.33159 529.2191 200.23784L529.2191 204.73784L528.141 204.73784L528.141 198.39409L529.18787 198.39409L529.2035 199.12846Q529.73474 198.28471 530.7191 198.28471Q531.0316 198.28471 531.2035 198.36284L531.2035 199.36284ZM538.8285 203.05034Q538.8285 202.61284 538.48474 202.37846Q538.1566 202.12846 537.3285 201.95659Q536.516 201.78471 536.0316 201.53471Q535.54724 201.28471 535.31287 200.95659Q535.0941 200.61284 535.0941 200.14409Q535.0941 199.36284 535.75037 198.83159Q536.4066 198.28471 537.43787 198.28471Q538.516 198.28471 539.17224 198.84721Q539.8441 199.39409 539.8441 200.25346L538.766 200.25346Q538.766 199.81596 538.37537 199.50346Q538.00037 199.17534 537.43787 199.17534Q536.8441 199.17534 536.50037 199.44096Q536.17224 199.69096 536.17224 200.09721Q536.17224 200.48784 536.48474 200.69096Q536.79724 200.89409 537.60974 201.08159Q538.42224 201.25346 538.92224 201.50346Q539.42224 201.75346 539.6566 202.11284Q539.9066 202.47221 539.9066 202.97221Q539.9066 203.83159 539.2191 204.34721Q538.54724 204.86284 537.4691 204.86284Q536.7035 204.86284 536.10974 204.59721Q535.5316 204.31596 535.2035 203.83159Q534.87537 203.34721 534.87537 202.78471L535.9535 202.78471Q535.98474 203.33159 536.391 203.65971Q536.79724 203.97221 537.4691 203.97221Q538.0785 203.97221 538.4535 203.72221Q538.8285 203.47221 538.8285 203.05034ZM545.04724 204.11284Q544.42224 204.86284 543.18787 204.86284Q542.17224 204.86284 541.641 204.26909Q541.10974 203.67534 541.10974 202.51909L541.10974 198.39409L542.18787 198.39409L542.18787 202.48784Q542.18787 203.94096 543.35974 203.94096Q544.60974 203.94096 545.016 203.00346L545.016 198.39409L546.10974 198.39409L546.10974 204.73784L545.0785 204.73784L545.04724 204.11284ZM553.48474 201.64409Q553.48474 203.08159 552.8285 203.97221Q552.17224 204.86284 551.0316 204.86284Q549.87537 204.86284 549.2191 204.12846L549.2191 207.17534L548.141 207.17534L548.141 198.39409L549.12537 198.39409L549.17224 199.09721Q549.8441 198.28471 551.016 198.28471Q552.1566 198.28471 552.81287 199.14409Q553.48474 200.00346 553.48474 201.53471L553.48474 201.64409ZM552.4066 201.51909Q552.4066 200.44096 551.93787 199.83159Q551.48474 199.20659 550.68787 199.20659Q549.7035 199.20659 549.2191 200.06596L549.2191 203.09721Q549.7035 203.97221 550.7035 203.97221Q551.48474 203.97221 551.93787 203.36284Q552.4066 202.73784 552.4066 201.51909ZM560.48474 201.64409Q560.48474 203.08159 559.8285 203.97221Q559.17224 204.86284 558.0316 204.86284Q556.87537 204.86284 556.2191 204.12846L556.2191 207.17534L555.141 207.17534L555.141 198.39409L556.12537 198.39409L556.17224 199.09721Q556.8441 198.28471 558.016 198.28471Q559.1566 198.28471 559.81287 199.14409Q560.48474 200.00346 560.48474 201.53471L560.48474 201.64409ZM559.4066 201.51909Q559.4066 200.44096 558.93787 199.83159Q558.48474 199.20659 557.68787 199.20659Q556.7035 199.20659 556.2191 200.06596L556.2191 203.09721Q556.7035 203.97221 557.7035 203.97221Q558.48474 203.97221 558.93787 203.36284Q559.4066 202.73784 559.4066 201.51909ZM561.8441 201.50346Q561.8441 200.58159 562.2035 199.83159Q562.5785 199.08159 563.23474 198.69096Q563.891 198.28471 564.7191 198.28471Q566.016 198.28471 566.81287 199.17534Q567.62537 200.06596 567.62537 201.56596L567.62537 201.64409Q567.62537 202.56596 567.266 203.30034Q566.9066 204.03471 566.25037 204.45659Q565.5941 204.86284 564.73474 204.86284Q563.4535 204.86284 562.641 203.97221Q561.8441 203.06596 561.8441 201.58159L561.8441 201.50346ZM562.93787 201.64409Q562.93787 202.69096 563.42224 203.33159Q563.92224 203.97221 564.73474 203.97221Q565.56287 203.97221 566.04724 203.33159Q566.5316 202.67534 566.5316 201.50346Q566.5316 200.47221 566.0316 199.83159Q565.54724 199.17534 564.7191 199.17534Q563.92224 199.17534 563.42224 199.81596Q562.93787 200.44096 562.93787 201.64409ZM572.2035 199.36284Q571.9535 199.33159 571.67224 199.33159Q570.5941 199.33159 570.2191 200.23784L570.2191 204.73784L569.141 204.73784L569.141 198.39409L570.18787 198.39409L570.2035 199.12846Q570.73474 198.28471 571.7191 198.28471Q572.0316 198.28471 572.2035 198.36284L572.2035 199.36284ZM574.60974 196.86284L574.60974 198.39409L575.7816 198.39409L575.7816 199.23784L574.60974 199.23784L574.60974 203.15971Q574.60974 203.55034 574.766 203.73784Q574.92224 203.92534 575.29724 203.92534Q575.48474 203.92534 575.81287 203.86284L575.81287 204.73784Q575.391 204.86284 574.98474 204.86284Q574.266 204.86284 573.891 204.42534Q573.516 203.97221 573.516 203.15971L573.516 199.23784L572.35974 199.23784L572.35974 198.39409L573.516 198.39409L573.516 196.86284L574.60974 196.86284Z" fill-rule="nonzero"/><path fill="#666666" d="M505.12537 200.80034L501.42224 200.80034L501.42224 203.81596L505.71912 203.81596L505.71912 204.73784L500.29724 204.73784L500.29724 196.20659L505.67224 196.20659L505.67224 197.12846L501.42224 197.12846L501.42224 199.87846L505.12537 199.87846L505.12537 200.80034ZM506.87537 201.51909Q506.87537 200.05034 507.56287 199.17534Q508.25037 198.28471 509.37537 198.28471Q510.48474 198.28471 511.141 199.03471L511.141 195.73784L512.2191 195.73784L512.2191 204.73784L511.21912 204.73784L511.17224 204.05034Q510.516 204.86284 509.35974 204.86284Q508.266 204.86284 507.56287 203.95659Q506.87537 203.05034 506.87537 201.59721L506.87537 201.51909ZM507.9535 201.64409Q507.9535 202.72221 508.391 203.33159Q508.84412 203.94096 509.62537 203.94096Q510.65662 203.94096 511.141 203.00346L511.141 200.09721Q510.65662 199.20659 509.641 199.20659Q508.84412 199.20659 508.391 199.81596Q507.9535 200.42534 507.9535 201.64409ZM515.31287 204.73784L514.23474 204.73784L514.23474 198.39409L515.31287 198.39409L515.31287 204.73784ZM514.141 196.72221Q514.141 196.45659 514.29724 196.26909Q514.4691 196.08159 514.7816 196.08159Q515.0941 196.08159 515.25037 196.26909Q515.42224 196.45659 515.42224 196.72221Q515.42224 196.97221 515.25037 197.15971Q515.0941 197.33159 514.7816 197.33159Q514.4691 197.33159 514.29724 197.15971Q514.141 196.97221 514.141 196.72221ZM518.60974 196.86284L518.60974 198.39409L519.7816 198.39409L519.7816 199.23784L518.60974 199.23784L518.60974 203.15971Q518.60974 203.55034 518.766 203.73784Q518.92224 203.92534 519.29724 203.92534Q519.48474 203.92534 519.81287 203.86284L519.81287 204.73784Q519.391 204.86284 518.98474 204.86284Q518.266 204.86284 517.891 204.42534Q517.516 203.97221 517.516 203.15971L517.516 199.23784L516.35974 199.23784L516.35974 198.39409L517.516 198.39409L517.516 196.86284L518.60974 196.86284ZM520.8441 201.50346Q520.8441 200.58159 521.2035 199.83159Q521.5785 199.08159 522.23474 198.69096Q522.891 198.28471 523.7191 198.28471Q525.016 198.28471 525.81287 199.17534Q526.62537 200.06596 526.62537 201.56596L526.62537 201.64409Q526.62537 202.56596 526.266 203.30034Q525.9066 204.03471 525.25037 204.45659Q524.5941 204.86284 523.73474 204.86284Q522.4535 204.86284 521.641 203.97221Q520.8441 203.06596 520.8441 201.58159L520.8441 201.50346ZM521.93787 201.64409Q521.93787 202.69096 522.42224 203.33159Q522.92224 203.97221 523.73474 203.97221Q524.56287 203.97221 525.04724 203.33159Q525.5316 202.67534 525.5316 201.50346Q525.5316 200.47221 525.0316 199.83159Q524.54724 199.17534 523.7191 199.17534Q522.92224 199.17534 522.42224 199.81596Q521.93787 200.44096 521.93787 201.64409ZM531.2035 199.36284Q530.9535 199.33159 530.67224 199.33159Q529.5941 199.33159 529.2191 200.23784L529.2191 204.73784L528.141 204.73784L528.141 198.39409L529.18787 198.39409L529.2035 199.12846Q529.73474 198.28471 530.7191 198.28471Q531.0316 198.28471 531.2035 198.36284L531.2035 199.36284ZM538.8285 203.05034Q538.8285 202.61284 538.48474 202.37846Q538.1566 202.12846 537.3285 201.95659Q536.516 201.78471 536.0316 201.53471Q535.54724 201.28471 535.31287 200.95659Q535.0941 200.61284 535.0941 200.14409Q535.0941 199.36284 535.75037 198.83159Q536.4066 198.28471 537.43787 198.28471Q538.516 198.28471 539.17224 198.84721Q539.8441 199.39409 539.8441 200.25346L538.766 200.25346Q538.766 199.81596 538.37537 199.50346Q538.00037 199.17534 537.43787 199.17534Q536.8441 199.17534 536.50037 199.44096Q536.17224 199.69096 536.17224 200.09721Q536.17224 200.48784 536.48474 200.69096Q536.79724 200.89409 537.60974 201.08159Q538.42224 201.25346 538.92224 201.50346Q539.42224 201.75346 539.6566 202.11284Q539.9066 202.47221 539.9066 202.97221Q539.9066 203.83159 539.2191 204.34721Q538.54724 204.86284 537.4691 204.86284Q536.7035 204.86284 536.10974 204.59721Q535.5316 204.31596 535.2035 203.83159Q534.87537 203.34721 534.87537 202.78471L535.9535 202.78471Q535.98474 203.33159 536.391 203.65971Q536.79724 203.97221 537.4691 203.97221Q538.0785 203.97221 538.4535 203.72221Q538.8285 203.47221 538.8285 203.05034ZM545.04724 204.11284Q544.42224 204.86284 543.18787 204.86284Q542.17224 204.86284 541.641 204.26909Q541.10974 203.67534 541.10974 202.51909L541.10974 198.39409L542.18787 198.39409L542.18787 202.48784Q542.18787 203.94096 543.35974 203.94096Q544.60974 203.94096 545.016 203.00346L545.016 198.39409L546.10974 198.39409L546.10974 204.73784L545.0785 204.73784L545.04724 204.11284ZM553.48474 201.64409Q553.48474 203.08159 552.8285 203.97221Q552.17224 204.86284 551.0316 204.86284Q549.87537 204.86284 549.2191 204.12846L549.2191 207.17534L548.141 207.17534L548.141 198.39409L549.12537 198.39409L549.17224 199.09721Q549.8441 198.28471 551.016 198.28471Q552.1566 198.28471 552.81287 199.14409Q553.48474 200.00346 553.48474 201.53471L553.48474 201.64409ZM552.4066 201.51909Q552.4066 200.44096 551.93787 199.83159Q551.48474 199.20659 550.68787 199.20659Q549.7035 199.20659 549.2191 200.06596L549.2191 203.09721Q549.7035 203.97221 550.7035 203.97221Q551.48474 203.97221 551.93787 203.36284Q552.4066 202.73784 552.4066 201.51909ZM560.48474 201.64409Q560.48474 203.08159 559.8285 203.97221Q559.17224 204.86284 558.0316 204.86284Q556.87537 204.86284 556.2191 204.12846L556.2191 207.17534L555.141 207.17534L555.141 198.39409L556.12537 198.39409L556.17224 199.09721Q556.8441 198.28471 558.016 198.28471Q559.1566 198.28471 559.81287 199.14409Q560.48474 200.00346 560.48474 201.53471L560.48474 201.64409ZM559.4066 201.51909Q559.4066 200.44096 558.93787 199.83159Q558.48474 199.20659 557.68787 199.20659Q556.7035 199.20659 556.2191 200.06596L556.2191 203.09721Q556.7035 203.97221 557.7035 203.97221Q558.48474 203.97221 558.93787 203.36284Q559.4066 202.73784 559.4066 201.51909ZM561.8441 201.50346Q561.8441 200.58159 562.2035 199.83159Q562.5785 199.08159 563.23474 198.69096Q563.891 198.28471 564.7191 198.28471Q566.016 198.28471 566.81287 199.17534Q567.62537 200.06596 567.62537 201.56596L567.62537 201.64409Q567.62537 202.56596 567.266 203.30034Q566.9066 204.03471 566.25037 204.45659Q565.5941 204.86284 564.73474 204.86284Q563.4535 204.86284 562.641 203.97221Q561.8441 203.06596 561.8441 201.58159L561.8441 201.50346ZM562.93787 201.64409Q562.93787 202.69096 563.42224 203.33159Q563.92224 203.97221 564.73474 203.97221Q565.56287 203.97221 566.04724 203.33159Q566.5316 202.67534 566.5316 201.50346Q566.5316 200.47221 566.0316 199.83159Q565.54724 199.17534 564.7191 199.17534Q563.92224 199.17534 563.42224 199.81596Q562.93787 200.44096 562.93787 201.64409ZM572.2035 199.36284Q571.9535 199.33159 571.67224 199.33159Q570.5941 199.33159 570.2191 200.23784L570.2191 204.73784L569.141 204.73784L569.141 198.39409L570.18787 198.39409L570.2035 199.12846Q570.73474 198.28471 571.7191 198.28471Q572.0316 198.28471 572.2035 198.36284L572.2035 199.36284ZM574.60974 196.86284L574.60974 198.39409L575.7816 198.39409L575.7816 199.23784L574.60974 199.23784L574.60974 203.15971Q574.60974 203.55034 574.766 203.73784Q574.92224 203.92534 575.29724 203.92534Q575.48474 203.92534 575.81287 203.86284L575.81287 204.73784Q575.391 204.86284 574.98474 204.86284Q574.266 204.86284 573.891 204.42534Q573.516 203.97221 573.516 203.15971L573.516 199.23784L572.35974 199.23784L572.35974 198.39409L573.516 198.39409L573.516 196.86284L574.60974 196.86284Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M518.55914 149.4459L518.55914 155.24278Q518.5435 156.4459 517.7935 157.22716Q517.0435 157.99278 515.76227 158.08653L515.44977 158.10216Q514.05914 158.10216 513.2154 157.35216Q512.38727 156.58653 512.38727 155.2584L512.38727 149.4459L513.49664 149.4459L513.49664 155.22716Q513.49664 156.14903 513.99664 156.66466Q514.51227 157.18028 515.44977 157.18028Q516.4185 157.18028 516.9185 156.66466Q517.4185 156.14903 517.4185 155.22716L517.4185 149.4459L518.55914 149.4459ZM524.07477 156.28966Q524.07477 155.85216 523.731 155.61778Q523.4029 155.36778 522.57477 155.1959Q521.76227 155.02403 521.2779 154.77403Q520.7935 154.52403 520.55914 154.1959Q520.3404 153.85216 520.3404 153.3834Q520.3404 152.60216 520.99664 152.0709Q521.6529 151.52403 522.68414 151.52403Q523.76227 151.52403 524.4185 152.08653Q525.0904 152.6334 525.0904 153.49278L524.01227 153.49278Q524.01227 153.05528 523.62164 152.74278Q523.24664 152.41466 522.68414 152.41466Q522.0904 152.41466 521.74664 152.68028Q521.4185 152.93028 521.4185 153.33653Q521.4185 153.72716 521.731 153.93028Q522.0435 154.1334 522.856 154.3209Q523.6685 154.49278 524.1685 154.74278Q524.6685 154.99278 524.9029 155.35216Q525.1529 155.71153 525.1529 156.21153Q525.1529 157.0709 524.4654 157.58653Q523.7935 158.10216 522.7154 158.10216Q521.94977 158.10216 521.356 157.83653Q520.7779 157.55528 520.44977 157.0709Q520.12164 156.58653 520.12164 156.02403L521.19977 156.02403Q521.231 156.5709 521.63727 156.89903Q522.0435 157.21153 522.7154 157.21153Q523.32477 157.21153 523.69977 156.96153Q524.07477 156.71153 524.07477 156.28966ZM527.55914 157.97716L526.481 157.97716L526.481 151.6334L527.55914 151.6334L527.55914 157.97716ZM526.38727 149.96153Q526.38727 149.6959 526.5435 149.5084Q526.7154 149.3209 527.0279 149.3209Q527.3404 149.3209 527.49664 149.5084Q527.6685 149.6959 527.6685 149.96153Q527.6685 150.21153 527.49664 150.39903Q527.3404 150.5709 527.0279 150.5709Q526.7154 150.5709 526.5435 150.39903Q526.38727 150.21153 526.38727 149.96153ZM530.4029 151.6334L530.43414 152.43028Q531.1685 151.52403 532.3404 151.52403Q534.356 151.52403 534.37164 153.78966L534.37164 157.97716L533.2779 157.97716L533.2779 153.77403Q533.2779 153.10216 532.9654 152.77403Q532.6685 152.4459 532.01227 152.4459Q531.481 152.4459 531.07477 152.72716Q530.68414 153.0084 530.4654 153.46153L530.4654 157.97716L529.38727 157.97716L529.38727 151.6334L530.4029 151.6334ZM536.12164 154.7584Q536.12164 153.27403 536.80914 152.39903Q537.49664 151.52403 538.62164 151.52403Q539.7779 151.52403 540.43414 152.33653L540.481 151.6334L541.481 151.6334L541.481 157.8209Q541.481 159.05528 540.74664 159.7584Q540.01227 160.47716 538.7935 160.47716Q538.106 160.47716 537.44977 160.18028Q536.7935 159.8834 536.44977 159.3834L537.01227 158.72716Q537.69977 159.58653 538.7154 159.58653Q539.49664 159.58653 539.93414 159.1334Q540.38727 158.6959 540.38727 157.8834L540.38727 157.33653Q539.731 158.10216 538.606 158.10216Q537.49664 158.10216 536.80914 157.21153Q536.12164 156.30528 536.12164 154.7584ZM537.2154 154.8834Q537.2154 155.9459 537.6529 156.5709Q538.0904 157.18028 538.88727 157.18028Q539.9029 157.18028 540.38727 156.24278L540.38727 153.35216Q539.88727 152.4459 538.88727 152.4459Q538.106 152.4459 537.6529 153.05528Q537.2154 153.66466 537.2154 154.8834ZM548.9185 157.21153Q549.49664 157.21153 549.93414 156.86778Q550.37164 156.5084 550.4185 155.97716L551.44977 155.97716Q551.4185 156.52403 551.05914 157.02403Q550.7154 157.5084 550.13727 157.80528Q549.57477 158.10216 548.9185 158.10216Q547.62164 158.10216 546.856 157.24278Q546.106 156.36778 546.106 154.86778L546.106 154.68028Q546.106 153.7584 546.43414 153.03966Q546.7779 152.3209 547.4029 151.93028Q548.0435 151.52403 548.9185 151.52403Q549.981 151.52403 550.68414 152.16466Q551.4029 152.78966 551.44977 153.8209L550.4185 153.8209Q550.37164 153.1959 549.94977 152.80528Q549.5279 152.41466 548.9185 152.41466Q548.0904 152.41466 547.63727 153.0084Q547.18414 153.60216 547.18414 154.72716L547.18414 154.93028Q547.18414 156.02403 547.63727 156.61778Q548.0904 157.21153 548.9185 157.21153ZM552.0904 154.74278Q552.0904 153.8209 552.44977 153.0709Q552.82477 152.3209 553.481 151.93028Q554.13727 151.52403 554.9654 151.52403Q556.26227 151.52403 557.05914 152.41466Q557.87164 153.30528 557.87164 154.80528L557.87164 154.8834Q557.87164 155.80528 557.51227 156.53966Q557.1529 157.27403 556.49664 157.6959Q555.8404 158.10216 554.981 158.10216Q553.69977 158.10216 552.88727 157.21153Q552.0904 156.30528 552.0904 154.8209L552.0904 154.74278ZM553.18414 154.8834Q553.18414 155.93028 553.6685 156.5709Q554.1685 157.21153 554.981 157.21153Q555.80914 157.21153 556.2935 156.5709Q556.7779 155.91466 556.7779 154.74278Q556.7779 153.71153 556.2779 153.0709Q555.7935 152.41466 554.9654 152.41466Q554.1685 152.41466 553.6685 153.05528Q553.18414 153.68028 553.18414 154.8834ZM560.4029 151.6334L560.43414 152.43028Q561.1685 151.52403 562.3404 151.52403Q564.356 151.52403 564.37164 153.78966L564.37164 157.97716L563.2779 157.97716L563.2779 153.77403Q563.2779 153.10216 562.9654 152.77403Q562.6685 152.4459 562.01227 152.4459Q561.481 152.4459 561.07477 152.72716Q560.68414 153.0084 560.4654 153.46153L560.4654 157.97716L559.38727 157.97716L559.38727 151.6334L560.4029 151.6334ZM568.9185 157.21153Q569.49664 157.21153 569.93414 156.86778Q570.37164 156.5084 570.4185 155.97716L571.44977 155.97716Q571.4185 156.52403 571.05914 157.02403Q570.7154 157.5084 570.13727 157.80528Q569.57477 158.10216 568.9185 158.10216Q567.62164 158.10216 566.856 157.24278Q566.106 156.36778 566.106 154.86778L566.106 154.68028Q566.106 153.7584 566.43414 153.03966Q566.7779 152.3209 567.4029 151.93028Q568.0435 151.52403 568.9185 151.52403Q569.981 151.52403 570.68414 152.16466Q571.4029 152.78966 571.44977 153.8209L570.4185 153.8209Q570.37164 153.1959 569.94977 152.80528Q569.5279 152.41466 568.9185 152.41466Q568.0904 152.41466 567.63727 153.0084Q567.18414 153.60216 567.18414 154.72716L567.18414 154.93028Q567.18414 156.02403 567.63727 156.61778Q568.0904 157.21153 568.9185 157.21153ZM576.2935 157.35216Q575.6685 158.10216 574.43414 158.10216Q573.4185 158.10216 572.88727 157.5084Q572.356 156.91466 572.356 155.7584L572.356 151.6334L573.43414 151.6334L573.43414 155.72716Q573.43414 157.18028 574.606 157.18028Q575.856 157.18028 576.26227 156.24278L576.26227 151.6334L577.356 151.6334L577.356 157.97716L576.32477 157.97716L576.2935 157.35216ZM582.44977 152.60216Q582.19977 152.5709 581.9185 152.5709Q580.8404 152.5709 580.4654 153.47716L580.4654 157.97716L579.38727 157.97716L579.38727 151.6334L580.43414 151.6334L580.44977 152.36778Q580.981 151.52403 581.9654 151.52403Q582.2779 151.52403 582.44977 151.60216L582.44977 152.60216ZM586.44977 152.60216Q586.19977 152.5709 585.9185 152.5709Q584.8404 152.5709 584.4654 153.47716L584.4654 157.97716L583.38727 157.97716L583.38727 151.6334L584.43414 151.6334L584.44977 152.36778Q584.981 151.52403 585.9654 151.52403Q586.2779 151.52403 586.44977 151.60216L586.44977 152.60216ZM590.01227 158.10216Q588.7154 158.10216 587.9029 157.2584Q587.106 156.39903 587.106 154.97716L587.106 154.78966Q587.106 153.83653 587.4654 153.10216Q587.82477 152.35216 588.4654 151.9459Q589.12164 151.52403 589.87164 151.52403Q591.106 151.52403 591.7935 152.33653Q592.481 153.14903 592.481 154.66466L592.481 155.11778L588.18414 155.11778Q588.2154 156.05528 588.731 156.6334Q589.26227 157.21153 590.07477 157.21153Q590.63727 157.21153 591.0279 156.97716Q591.43414 156.74278 591.74664 156.35216L592.4029 156.86778Q591.606 158.10216 590.01227 158.10216ZM589.87164 152.41466Q589.2154 152.41466 588.76227 152.89903Q588.32477 153.36778 588.231 154.22716L591.4029 154.22716L591.4029 154.14903Q591.356 153.3209 590.94977 152.86778Q590.55914 152.41466 589.87164 152.41466ZM594.4029 151.6334L594.43414 152.43028Q595.1685 151.52403 596.3404 151.52403Q598.356 151.52403 598.37164 153.78966L598.37164 157.97716L597.2779 157.97716L597.2779 153.77403Q597.2779 153.10216 596.9654 152.77403Q596.6685 152.4459 596.01227 152.4459Q595.481 152.4459 595.07477 152.72716Q594.68414 153.0084 594.4654 153.46153L594.4654 157.97716L593.38727 157.97716L593.38727 151.6334L594.4029 151.6334ZM602.9185 157.21153Q603.49664 157.21153 603.93414 156.86778Q604.37164 156.5084 604.4185 155.97716L605.44977 155.97716Q605.4185 156.52403 605.05914 157.02403Q604.7154 157.5084 604.13727 157.80528Q603.57477 158.10216 602.9185 158.10216Q601.62164 158.10216 600.856 157.24278Q600.106 156.36778 600.106 154.86778L600.106 154.68028Q600.106 153.7584 600.43414 153.03966Q600.7779 152.3209 601.4029 151.93028Q602.0435 151.52403 602.9185 151.52403Q603.981 151.52403 604.68414 152.16466Q605.4029 152.78966 605.44977 153.8209L604.4185 153.8209Q604.37164 153.1959 603.94977 152.80528Q603.5279 152.41466 602.9185 152.41466Q602.0904 152.41466 601.63727 153.0084Q601.18414 153.60216 601.18414 154.72716L601.18414 154.93028Q601.18414 156.02403 601.63727 156.61778Q602.0904 157.21153 602.9185 157.21153ZM608.44977 156.3834L609.93414 151.6334L611.0904 151.6334L608.5435 158.96153Q607.94977 160.53966 606.6685 160.53966L606.44977 160.52403L606.05914 160.4459L606.05914 159.5709L606.3404 159.58653Q606.9029 159.58653 607.19977 159.36778Q607.51227 159.14903 607.7154 158.55528L607.94977 157.89903L605.68414 151.6334L606.87164 151.6334L608.44977 156.3834Z" fill-rule="nonzero"/><path fill="#666666" d="M518.55914 149.4459L518.55914 155.24278Q518.5435 156.4459 517.7935 157.22716Q517.0435 157.99278 515.76227 158.08653L515.44977 158.10216Q514.05914 158.10216 513.2154 157.35216Q512.38727 156.58653 512.38727 155.2584L512.38727 149.4459L513.49664 149.4459L513.49664 155.22716Q513.49664 156.14903 513.99664 156.66466Q514.51227 157.18028 515.44977 157.18028Q516.4185 157.18028 516.9185 156.66466Q517.4185 156.14903 517.4185 155.22716L517.4185 149.4459L518.55914 149.4459ZM524.07477 156.28966Q524.07477 155.85216 523.731 155.61778Q523.4029 155.36778 522.57477 155.1959Q521.76227 155.02403 521.2779 154.77403Q520.7935 154.52403 520.55914 154.1959Q520.3404 153.85216 520.3404 153.3834Q520.3404 152.60216 520.99664 152.0709Q521.6529 151.52403 522.68414 151.52403Q523.76227 151.52403 524.4185 152.08653Q525.0904 152.6334 525.0904 153.49278L524.01227 153.49278Q524.01227 153.05528 523.62164 152.74278Q523.24664 152.41466 522.68414 152.41466Q522.0904 152.41466 521.74664 152.68028Q521.4185 152.93028 521.4185 153.33653Q521.4185 153.72716 521.731 153.93028Q522.0435 154.1334 522.856 154.3209Q523.6685 154.49278 524.1685 154.74278Q524.6685 154.99278 524.9029 155.35216Q525.1529 155.71153 525.1529 156.21153Q525.1529 157.0709 524.4654 157.58653Q523.7935 158.10216 522.7154 158.10216Q521.94977 158.10216 521.356 157.83653Q520.7779 157.55528 520.44977 157.0709Q520.12164 156.58653 520.12164 156.02403L521.19977 156.02403Q521.231 156.5709 521.63727 156.89903Q522.0435 157.21153 522.7154 157.21153Q523.32477 157.21153 523.69977 156.96153Q524.07477 156.71153 524.07477 156.28966ZM527.55914 157.97716L526.481 157.97716L526.481 151.6334L527.55914 151.6334L527.55914 157.97716ZM526.38727 149.96153Q526.38727 149.6959 526.5435 149.5084Q526.7154 149.3209 527.0279 149.3209Q527.3404 149.3209 527.49664 149.5084Q527.6685 149.6959 527.6685 149.96153Q527.6685 150.21153 527.49664 150.39903Q527.3404 150.5709 527.0279 150.5709Q526.7154 150.5709 526.5435 150.39903Q526.38727 150.21153 526.38727 149.96153ZM530.4029 151.6334L530.43414 152.43028Q531.1685 151.52403 532.3404 151.52403Q534.356 151.52403 534.37164 153.78966L534.37164 157.97716L533.2779 157.97716L533.2779 153.77403Q533.2779 153.10216 532.9654 152.77403Q532.6685 152.4459 532.01227 152.4459Q531.481 152.4459 531.07477 152.72716Q530.68414 153.0084 530.4654 153.46153L530.4654 157.97716L529.38727 157.97716L529.38727 151.6334L530.4029 151.6334ZM536.12164 154.7584Q536.12164 153.27403 536.80914 152.39903Q537.49664 151.52403 538.62164 151.52403Q539.7779 151.52403 540.43414 152.33653L540.481 151.6334L541.481 151.6334L541.481 157.8209Q541.481 159.05528 540.74664 159.7584Q540.01227 160.47716 538.7935 160.47716Q538.106 160.47716 537.44977 160.18028Q536.7935 159.8834 536.44977 159.3834L537.01227 158.72716Q537.69977 159.58653 538.7154 159.58653Q539.49664 159.58653 539.93414 159.1334Q540.38727 158.6959 540.38727 157.8834L540.38727 157.33653Q539.731 158.10216 538.606 158.10216Q537.49664 158.10216 536.80914 157.21153Q536.12164 156.30528 536.12164 154.7584ZM537.2154 154.8834Q537.2154 155.9459 537.6529 156.5709Q538.0904 157.18028 538.88727 157.18028Q539.9029 157.18028 540.38727 156.24278L540.38727 153.35216Q539.88727 152.4459 538.88727 152.4459Q538.106 152.4459 537.6529 153.05528Q537.2154 153.66466 537.2154 154.8834ZM548.9185 157.21153Q549.49664 157.21153 549.93414 156.86778Q550.37164 156.5084 550.4185 155.97716L551.44977 155.97716Q551.4185 156.52403 551.05914 157.02403Q550.7154 157.5084 550.13727 157.80528Q549.57477 158.10216 548.9185 158.10216Q547.62164 158.10216 546.856 157.24278Q546.106 156.36778 546.106 154.86778L546.106 154.68028Q546.106 153.7584 546.43414 153.03966Q546.7779 152.3209 547.4029 151.93028Q548.0435 151.52403 548.9185 151.52403Q549.981 151.52403 550.68414 152.16466Q551.4029 152.78966 551.44977 153.8209L550.4185 153.8209Q550.37164 153.1959 549.94977 152.80528Q549.5279 152.41466 548.9185 152.41466Q548.0904 152.41466 547.63727 153.0084Q547.18414 153.60216 547.18414 154.72716L547.18414 154.93028Q547.18414 156.02403 547.63727 156.61778Q548.0904 157.21153 548.9185 157.21153ZM552.0904 154.74278Q552.0904 153.8209 552.44977 153.0709Q552.82477 152.3209 553.481 151.93028Q554.13727 151.52403 554.9654 151.52403Q556.26227 151.52403 557.05914 152.41466Q557.87164 153.30528 557.87164 154.80528L557.87164 154.8834Q557.87164 155.80528 557.51227 156.53966Q557.1529 157.27403 556.49664 157.6959Q555.8404 158.10216 554.981 158.10216Q553.69977 158.10216 552.88727 157.21153Q552.0904 156.30528 552.0904 154.8209L552.0904 154.74278ZM553.18414 154.8834Q553.18414 155.93028 553.6685 156.5709Q554.1685 157.21153 554.981 157.21153Q555.80914 157.21153 556.2935 156.5709Q556.7779 155.91466 556.7779 154.74278Q556.7779 153.71153 556.2779 153.0709Q555.7935 152.41466 554.9654 152.41466Q554.1685 152.41466 553.6685 153.05528Q553.18414 153.68028 553.18414 154.8834ZM560.4029 151.6334L560.43414 152.43028Q561.1685 151.52403 562.3404 151.52403Q564.356 151.52403 564.37164 153.78966L564.37164 157.97716L563.2779 157.97716L563.2779 153.77403Q563.2779 153.10216 562.9654 152.77403Q562.6685 152.4459 562.01227 152.4459Q561.481 152.4459 561.07477 152.72716Q560.68414 153.0084 560.4654 153.46153L560.4654 157.97716L559.38727 157.97716L559.38727 151.6334L560.4029 151.6334ZM568.9185 157.21153Q569.49664 157.21153 569.93414 156.86778Q570.37164 156.5084 570.4185 155.97716L571.44977 155.97716Q571.4185 156.52403 571.05914 157.02403Q570.7154 157.5084 570.13727 157.80528Q569.57477 158.10216 568.9185 158.10216Q567.62164 158.10216 566.856 157.24278Q566.106 156.36778 566.106 154.86778L566.106 154.68028Q566.106 153.7584 566.43414 153.03966Q566.7779 152.3209 567.4029 151.93028Q568.0435 151.52403 568.9185 151.52403Q569.981 151.52403 570.68414 152.16466Q571.4029 152.78966 571.44977 153.8209L570.4185 153.8209Q570.37164 153.1959 569.94977 152.80528Q569.5279 152.41466 568.9185 152.41466Q568.0904 152.41466 567.63727 153.0084Q567.18414 153.60216 567.18414 154.72716L567.18414 154.93028Q567.18414 156.02403 567.63727 156.61778Q568.0904 157.21153 568.9185 157.21153ZM576.2935 157.35216Q575.6685 158.10216 574.43414 158.10216Q573.4185 158.10216 572.88727 157.5084Q572.356 156.91466 572.356 155.7584L572.356 151.6334L573.43414 151.6334L573.43414 155.72716Q573.43414 157.18028 574.606 157.18028Q575.856 157.18028 576.26227 156.24278L576.26227 151.6334L577.356 151.6334L577.356 157.97716L576.32477 157.97716L576.2935 157.35216ZM582.44977 152.60216Q582.19977 152.5709 581.9185 152.5709Q580.8404 152.5709 580.4654 153.47716L580.4654 157.97716L579.38727 157.97716L579.38727 151.6334L580.43414 151.6334L580.44977 152.36778Q580.981 151.52403 581.9654 151.52403Q582.2779 151.52403 582.44977 151.60216L582.44977 152.60216ZM586.44977 152.60216Q586.19977 152.5709 585.9185 152.5709Q584.8404 152.5709 584.4654 153.47716L584.4654 157.97716L583.38727 157.97716L583.38727 151.6334L584.43414 151.6334L584.44977 152.36778Q584.981 151.52403 585.9654 151.52403Q586.2779 151.52403 586.44977 151.60216L586.44977 152.60216ZM590.01227 158.10216Q588.7154 158.10216 587.9029 157.2584Q587.106 156.39903 587.106 154.97716L587.106 154.78966Q587.106 153.83653 587.4654 153.10216Q587.82477 152.35216 588.4654 151.9459Q589.12164 151.52403 589.87164 151.52403Q591.106 151.52403 591.7935 152.33653Q592.481 153.14903 592.481 154.66466L592.481 155.11778L588.18414 155.11778Q588.2154 156.05528 588.731 156.6334Q589.26227 157.21153 590.07477 157.21153Q590.63727 157.21153 591.0279 156.97716Q591.43414 156.74278 591.74664 156.35216L592.4029 156.86778Q591.606 158.10216 590.01227 158.10216ZM589.87164 152.41466Q589.2154 152.41466 588.76227 152.89903Q588.32477 153.36778 588.231 154.22716L591.4029 154.22716L591.4029 154.14903Q591.356 153.3209 590.94977 152.86778Q590.55914 152.41466 589.87164 152.41466ZM594.4029 151.6334L594.43414 152.43028Q595.1685 151.52403 596.3404 151.52403Q598.356 151.52403 598.37164 153.78966L598.37164 157.97716L597.2779 157.97716L597.2779 153.77403Q597.2779 153.10216 596.9654 152.77403Q596.6685 152.4459 596.01227 152.4459Q595.481 152.4459 595.07477 152.72716Q594.68414 153.0084 594.4654 153.46153L594.4654 157.97716L593.38727 157.97716L593.38727 151.6334L594.4029 151.6334ZM602.9185 157.21153Q603.49664 157.21153 603.93414 156.86778Q604.37164 156.5084 604.4185 155.97716L605.44977 155.97716Q605.4185 156.52403 605.05914 157.02403Q604.7154 157.5084 604.13727 157.80528Q603.57477 158.10216 602.9185 158.10216Q601.62164 158.10216 600.856 157.24278Q600.106 156.36778 600.106 154.86778L600.106 154.68028Q600.106 153.7584 600.43414 153.03966Q600.7779 152.3209 601.4029 151.93028Q602.0435 151.52403 602.9185 151.52403Q603.981 151.52403 604.68414 152.16466Q605.4029 152.78966 605.44977 153.8209L604.4185 153.8209Q604.37164 153.1959 603.94977 152.80528Q603.5279 152.41466 602.9185 152.41466Q602.0904 152.41466 601.63727 153.0084Q601.18414 153.60216 601.18414 154.72716L601.18414 154.93028Q601.18414 156.02403 601.63727 156.61778Q602.0904 157.21153 602.9185 157.21153ZM608.44977 156.3834L609.93414 151.6334L611.0904 151.6334L608.5435 158.96153Q607.94977 160.53966 606.6685 160.53966L606.44977 160.52403L606.05914 160.4459L606.05914 159.5709L606.3404 159.58653Q606.9029 159.58653 607.19977 159.36778Q607.51227 159.14903 607.7154 158.55528L607.94977 157.89903L605.68414 151.6334L606.87164 151.6334L608.44977 156.3834Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M432.4204 293.43344L432.4204 284.9022L434.8423 284.9022Q435.95166 284.9022 436.7954 285.4022Q437.6548 285.88657 438.12354 286.79282Q438.5923 287.69907 438.5923 288.88657L438.5923 289.41782Q438.5923 290.63657 438.12354 291.54282Q437.6704 292.44907 436.7954 292.93344Q435.93604 293.41782 434.7954 293.43344L432.4204 293.43344ZM433.5454 285.82407L433.5454 292.51157L434.7329 292.51157Q436.0298 292.51157 436.74854 291.7147Q437.4829 290.9022 437.4829 289.4022L437.4829 288.9022Q437.4829 287.44907 436.7954 286.6522Q436.12354 285.8397 434.8579 285.82407L433.5454 285.82407ZM442.88916 293.55844Q441.5923 293.55844 440.7798 292.7147Q439.9829 291.85532 439.9829 290.43344L439.9829 290.24594Q439.9829 289.29282 440.3423 288.55844Q440.70166 287.80844 441.3423 287.4022Q441.99854 286.98032 442.74854 286.98032Q443.9829 286.98032 444.6704 287.79282Q445.3579 288.60532 445.3579 290.12094L445.3579 290.57407L441.06104 290.57407Q441.0923 291.51157 441.6079 292.0897Q442.13916 292.66782 442.95166 292.66782Q443.51416 292.66782 443.9048 292.43344Q444.31104 292.19907 444.62354 291.80844L445.2798 292.32407Q444.4829 293.55844 442.88916 293.55844ZM442.74854 287.87094Q442.0923 287.87094 441.63916 288.35532Q441.20166 288.82407 441.1079 289.68344L444.2798 289.68344L444.2798 289.60532Q444.2329 288.7772 443.82666 288.32407Q443.43604 287.87094 442.74854 287.87094ZM451.62354 290.3397Q451.62354 291.79282 450.95166 292.68344Q450.2954 293.55844 449.1704 293.55844Q447.9673 293.55844 447.31104 292.69907L447.24854 293.43344L446.26416 293.43344L446.26416 284.43344L447.3423 284.43344L447.3423 287.79282Q447.99854 286.98032 449.1548 286.98032Q450.31104 286.98032 450.9673 287.85532Q451.62354 288.7147 451.62354 290.24594L451.62354 290.3397ZM450.5454 290.2147Q450.5454 289.10532 450.1079 288.51157Q449.68604 287.9022 448.88916 287.9022Q447.81104 287.9022 447.3423 288.88657L447.3423 291.63657Q447.8423 292.63657 448.88916 292.63657Q449.6704 292.63657 450.1079 292.0272Q450.5454 291.41782 450.5454 290.2147ZM457.1704 292.80844Q456.5454 293.55844 455.31104 293.55844Q454.2954 293.55844 453.76416 292.9647Q453.2329 292.37094 453.2329 291.2147L453.2329 287.0897L454.31104 287.0897L454.31104 291.18344Q454.31104 292.63657 455.4829 292.63657Q456.7329 292.63657 457.13916 291.69907L457.13916 287.0897L458.2329 287.0897L458.2329 293.43344L457.20166 293.43344L457.1704 292.80844ZM459.99854 290.2147Q459.99854 288.73032 460.68604 287.85532Q461.37354 286.98032 462.49854 286.98032Q463.6548 286.98032 464.31104 287.79282L464.3579 287.0897L465.3579 287.0897L465.3579 293.2772Q465.3579 294.51157 464.62354 295.2147Q463.88916 295.93344 462.6704 295.93344Q461.9829 295.93344 461.32666 295.63657Q460.6704 295.3397 460.32666 294.8397L460.88916 294.18344Q461.57666 295.04282 462.5923 295.04282Q463.37354 295.04282 463.81104 294.5897Q464.26416 294.1522 464.26416 293.3397L464.26416 292.79282Q463.6079 293.55844 462.4829 293.55844Q461.37354 293.55844 460.68604 292.66782Q459.99854 291.76157 459.99854 290.2147ZM461.0923 290.3397Q461.0923 291.4022 461.5298 292.0272Q461.9673 292.63657 462.76416 292.63657Q463.7798 292.63657 464.26416 291.69907L464.26416 288.80844Q463.76416 287.9022 462.76416 287.9022Q461.9829 287.9022 461.5298 288.51157Q461.0923 289.12094 461.0923 290.3397ZM466.99854 290.2147Q466.99854 288.73032 467.68604 287.85532Q468.37354 286.98032 469.49854 286.98032Q470.6548 286.98032 471.31104 287.79282L471.3579 287.0897L472.3579 287.0897L472.3579 293.2772Q472.3579 294.51157 471.62354 295.2147Q470.88916 295.93344 469.6704 295.93344Q468.9829 295.93344 468.32666 295.63657Q467.6704 295.3397 467.32666 294.8397L467.88916 294.18344Q468.57666 295.04282 469.5923 295.04282Q470.37354 295.04282 470.81104 294.5897Q471.26416 294.1522 471.26416 293.3397L471.26416 292.79282Q470.6079 293.55844 469.4829 293.55844Q468.37354 293.55844 467.68604 292.66782Q466.99854 291.76157 466.99854 290.2147ZM468.0923 290.3397Q468.0923 291.4022 468.5298 292.0272Q468.9673 292.63657 469.76416 292.63657Q470.7798 292.63657 471.26416 291.69907L471.26416 288.80844Q470.76416 287.9022 469.76416 287.9022Q468.9829 287.9022 468.5298 288.51157Q468.0923 289.12094 468.0923 290.3397ZM475.43604 293.43344L474.3579 293.43344L474.3579 287.0897L475.43604 287.0897L475.43604 293.43344ZM474.26416 285.41782Q474.26416 285.1522 474.4204 284.9647Q474.5923 284.7772 474.9048 284.7772Q475.2173 284.7772 475.37354 284.9647Q475.5454 285.1522 475.5454 285.41782Q475.5454 285.66782 475.37354 285.85532Q475.2173 286.0272 474.9048 286.0272Q474.5923 286.0272 474.4204 285.85532Q474.26416 285.66782 474.26416 285.41782ZM478.2798 287.0897L478.31104 287.88657Q479.0454 286.98032 480.2173 286.98032Q482.2329 286.98032 482.24854 289.24594L482.24854 293.43344L481.1548 293.43344L481.1548 289.23032Q481.1548 288.55844 480.8423 288.23032Q480.5454 287.9022 479.88916 287.9022Q479.3579 287.9022 478.95166 288.18344Q478.56104 288.4647 478.3423 288.91782L478.3423 293.43344L477.26416 293.43344L477.26416 287.0897L478.2798 287.0897ZM483.99854 290.2147Q483.99854 288.73032 484.68604 287.85532Q485.37354 286.98032 486.49854 286.98032Q487.6548 286.98032 488.31104 287.79282L488.3579 287.0897L489.3579 287.0897L489.3579 293.2772Q489.3579 294.51157 488.62354 295.2147Q487.88916 295.93344 486.6704 295.93344Q485.9829 295.93344 485.32666 295.63657Q484.6704 295.3397 484.32666 294.8397L484.88916 294.18344Q485.57666 295.04282 486.5923 295.04282Q487.37354 295.04282 487.81104 294.5897Q488.26416 294.1522 488.26416 293.3397L488.26416 292.79282Q487.6079 293.55844 486.4829 293.55844Q485.37354 293.55844 484.68604 292.66782Q483.99854 291.76157 483.99854 290.2147ZM485.0923 290.3397Q485.0923 291.4022 485.5298 292.0272Q485.9673 292.63657 486.76416 292.63657Q487.7798 292.63657 488.26416 291.69907L488.26416 288.80844Q487.76416 287.9022 486.76416 287.9022Q485.9829 287.9022 485.5298 288.51157Q485.0923 289.12094 485.0923 290.3397ZM496.7954 292.66782Q497.37354 292.66782 497.81104 292.32407Q498.24854 291.9647 498.2954 291.43344L499.32666 291.43344Q499.2954 291.98032 498.93604 292.48032Q498.5923 292.9647 498.01416 293.26157Q497.45166 293.55844 496.7954 293.55844Q495.49854 293.55844 494.7329 292.69907Q493.9829 291.82407 493.9829 290.32407L493.9829 290.13657Q493.9829 289.2147 494.31104 288.49594Q494.6548 287.7772 495.2798 287.38657Q495.9204 286.98032 496.7954 286.98032Q497.8579 286.98032 498.56104 287.62094Q499.2798 288.24594 499.32666 289.2772L498.2954 289.2772Q498.24854 288.6522 497.82666 288.26157Q497.4048 287.87094 496.7954 287.87094Q495.9673 287.87094 495.51416 288.4647Q495.06104 289.05844 495.06104 290.18344L495.06104 290.38657Q495.06104 291.48032 495.51416 292.07407Q495.9673 292.66782 496.7954 292.66782ZM499.9673 290.19907Q499.9673 289.2772 500.32666 288.5272Q500.70166 287.7772 501.3579 287.38657Q502.01416 286.98032 502.8423 286.98032Q504.13916 286.98032 504.93604 287.87094Q505.74854 288.76157 505.74854 290.26157L505.74854 290.3397Q505.74854 291.26157 505.38916 291.99594Q505.0298 292.73032 504.37354 293.1522Q503.7173 293.55844 502.8579 293.55844Q501.57666 293.55844 500.76416 292.66782Q499.9673 291.76157 499.9673 290.2772L499.9673 290.19907ZM501.06104 290.3397Q501.06104 291.38657 501.5454 292.0272Q502.0454 292.66782 502.8579 292.66782Q503.68604 292.66782 504.1704 292.0272Q504.6548 291.37094 504.6548 290.19907Q504.6548 289.16782 504.1548 288.5272Q503.6704 287.87094 502.8423 287.87094Q502.0454 287.87094 501.5454 288.51157Q501.06104 289.13657 501.06104 290.3397ZM508.2798 287.0897L508.31104 287.88657Q509.0454 286.98032 510.2173 286.98032Q512.2329 286.98032 512.24854 289.24594L512.24854 293.43344L511.1548 293.43344L511.1548 289.23032Q511.1548 288.55844 510.8423 288.23032Q510.5454 287.9022 509.88916 287.9022Q509.3579 287.9022 508.95166 288.18344Q508.56104 288.4647 508.3423 288.91782L508.3423 293.43344L507.26416 293.43344L507.26416 287.0897L508.2798 287.0897ZM516.7954 292.66782Q517.37354 292.66782 517.81104 292.32407Q518.24854 291.9647 518.2954 291.43344L519.32666 291.43344Q519.2954 291.98032 518.93604 292.48032Q518.5923 292.9647 518.01416 293.26157Q517.45166 293.55844 516.7954 293.55844Q515.49854 293.55844 514.7329 292.69907Q513.9829 291.82407 513.9829 290.32407L513.9829 290.13657Q513.9829 289.2147 514.31104 288.49594Q514.6548 287.7772 515.2798 287.38657Q515.9204 286.98032 516.7954 286.98032Q517.8579 286.98032 518.56104 287.62094Q519.2798 288.24594 519.32666 289.2772L518.2954 289.2772Q518.24854 288.6522 517.82666 288.26157Q517.4048 287.87094 516.7954 287.87094Q515.9673 287.87094 515.51416 288.4647Q515.06104 289.05844 515.06104 290.18344L515.06104 290.38657Q515.06104 291.48032 515.51416 292.07407Q515.9673 292.66782 516.7954 292.66782ZM524.1704 292.80844Q523.5454 293.55844 522.31104 293.55844Q521.2954 293.55844 520.76416 292.9647Q520.2329 292.37094 520.2329 291.2147L520.2329 287.0897L521.31104 287.0897L521.31104 291.18344Q521.31104 292.63657 522.4829 292.63657Q523.7329 292.63657 524.13916 291.69907L524.13916 287.0897L525.2329 287.0897L525.2329 293.43344L524.20166 293.43344L524.1704 292.80844ZM530.32666 288.05844Q530.07666 288.0272 529.7954 288.0272Q528.7173 288.0272 528.3423 288.93344L528.3423 293.43344L527.26416 293.43344L527.26416 287.0897L528.31104 287.0897L528.32666 287.82407Q528.8579 286.98032 529.8423 286.98032Q530.1548 286.98032 530.32666 287.05844L530.32666 288.05844ZM534.32666 288.05844Q534.07666 288.0272 533.7954 288.0272Q532.7173 288.0272 532.3423 288.93344L532.3423 293.43344L531.26416 293.43344L531.26416 287.0897L532.31104 287.0897L532.32666 287.82407Q532.8579 286.98032 533.8423 286.98032Q534.1548 286.98032 534.32666 287.05844L534.32666 288.05844ZM537.88916 293.55844Q536.5923 293.55844 535.7798 292.7147Q534.9829 291.85532 534.9829 290.43344L534.9829 290.24594Q534.9829 289.29282 535.3423 288.55844Q535.70166 287.80844 536.3423 287.4022Q536.99854 286.98032 537.74854 286.98032Q538.9829 286.98032 539.6704 287.79282Q540.3579 288.60532 540.3579 290.12094L540.3579 290.57407L536.06104 290.57407Q536.0923 291.51157 536.6079 292.0897Q537.13916 292.66782 537.95166 292.66782Q538.51416 292.66782 538.9048 292.43344Q539.31104 292.19907 539.62354 291.80844L540.2798 292.32407Q539.4829 293.55844 537.88916 293.55844ZM537.74854 287.87094Q537.0923 287.87094 536.63916 288.35532Q536.20166 288.82407 536.1079 289.68344L539.2798 289.68344L539.2798 289.60532Q539.2329 288.7772 538.82666 288.32407Q538.43604 287.87094 537.74854 287.87094ZM542.2798 287.0897L542.31104 287.88657Q543.0454 286.98032 544.2173 286.98032Q546.2329 286.98032 546.24854 289.24594L546.24854 293.43344L545.1548 293.43344L545.1548 289.23032Q545.1548 288.55844 544.8423 288.23032Q544.5454 287.9022 543.88916 287.9022Q543.3579 287.9022 542.95166 288.18344Q542.56104 288.4647 542.3423 288.91782L542.3423 293.43344L541.26416 293.43344L541.26416 287.0897L542.2798 287.0897ZM550.7954 292.66782Q551.37354 292.66782 551.81104 292.32407Q552.24854 291.9647 552.2954 291.43344L553.32666 291.43344Q553.2954 291.98032 552.93604 292.48032Q552.5923 292.9647 552.01416 293.26157Q551.45166 293.55844 550.7954 293.55844Q549.49854 293.55844 548.7329 292.69907Q547.9829 291.82407 547.9829 290.32407L547.9829 290.13657Q547.9829 289.2147 548.31104 288.49594Q548.6548 287.7772 549.2798 287.38657Q549.9204 286.98032 550.7954 286.98032Q551.8579 286.98032 552.56104 287.62094Q553.2798 288.24594 553.32666 289.2772L552.2954 289.2772Q552.24854 288.6522 551.82666 288.26157Q551.4048 287.87094 550.7954 287.87094Q549.9673 287.87094 549.51416 288.4647Q549.06104 289.05844 549.06104 290.18344L549.06104 290.38657Q549.06104 291.48032 549.51416 292.07407Q549.9673 292.66782 550.7954 292.66782ZM556.32666 291.8397L557.81104 287.0897L558.9673 287.0897L556.4204 294.41782Q555.82666 295.99594 554.5454 295.99594L554.32666 295.98032L553.93604 295.9022L553.93604 295.0272L554.2173 295.04282Q554.7798 295.04282 555.07666 294.82407Q555.38916 294.60532 555.5923 294.01157L555.82666 293.35532L553.56104 287.0897L554.74854 287.0897L556.32666 291.8397Z" fill-rule="nonzero"/><path fill="#666666" d="M432.4204 293.43344L432.4204 284.9022L434.8423 284.9022Q435.95166 284.9022 436.7954 285.4022Q437.6548 285.88657 438.12354 286.79282Q438.5923 287.69907 438.5923 288.88657L438.5923 289.41782Q438.5923 290.63657 438.12354 291.54282Q437.6704 292.44907 436.7954 292.93344Q435.93604 293.41782 434.7954 293.43344L432.4204 293.43344ZM433.5454 285.82407L433.5454 292.51157L434.7329 292.51157Q436.0298 292.51157 436.74854 291.7147Q437.4829 290.9022 437.4829 289.4022L437.4829 288.9022Q437.4829 287.44907 436.7954 286.6522Q436.12354 285.8397 434.8579 285.82407L433.5454 285.82407ZM442.88916 293.55844Q441.5923 293.55844 440.7798 292.7147Q439.9829 291.85532 439.9829 290.43344L439.9829 290.24594Q439.9829 289.29282 440.3423 288.55844Q440.70166 287.80844 441.3423 287.4022Q441.99854 286.98032 442.74854 286.98032Q443.9829 286.98032 444.6704 287.79282Q445.3579 288.60532 445.3579 290.12094L445.3579 290.57407L441.06104 290.57407Q441.0923 291.51157 441.6079 292.0897Q442.13916 292.66782 442.95166 292.66782Q443.51416 292.66782 443.9048 292.43344Q444.31104 292.19907 444.62354 291.80844L445.2798 292.32407Q444.4829 293.55844 442.88916 293.55844ZM442.74854 287.87094Q442.0923 287.87094 441.63916 288.35532Q441.20166 288.82407 441.1079 289.68344L444.2798 289.68344L444.2798 289.60532Q444.2329 288.7772 443.82666 288.32407Q443.43604 287.87094 442.74854 287.87094ZM451.62354 290.3397Q451.62354 291.79282 450.95166 292.68344Q450.2954 293.55844 449.1704 293.55844Q447.9673 293.55844 447.31104 292.69907L447.24854 293.43344L446.26416 293.43344L446.26416 284.43344L447.3423 284.43344L447.3423 287.79282Q447.99854 286.98032 449.1548 286.98032Q450.31104 286.98032 450.9673 287.85532Q451.62354 288.7147 451.62354 290.24594L451.62354 290.3397ZM450.5454 290.2147Q450.5454 289.10532 450.1079 288.51157Q449.68604 287.9022 448.88916 287.9022Q447.81104 287.9022 447.3423 288.88657L447.3423 291.63657Q447.8423 292.63657 448.88916 292.63657Q449.6704 292.63657 450.1079 292.0272Q450.5454 291.41782 450.5454 290.2147ZM457.1704 292.80844Q456.5454 293.55844 455.31104 293.55844Q454.2954 293.55844 453.76416 292.9647Q453.2329 292.37094 453.2329 291.2147L453.2329 287.0897L454.31104 287.0897L454.31104 291.18344Q454.31104 292.63657 455.4829 292.63657Q456.7329 292.63657 457.13916 291.69907L457.13916 287.0897L458.2329 287.0897L458.2329 293.43344L457.20166 293.43344L457.1704 292.80844ZM459.99854 290.2147Q459.99854 288.73032 460.68604 287.85532Q461.37354 286.98032 462.49854 286.98032Q463.6548 286.98032 464.31104 287.79282L464.3579 287.0897L465.3579 287.0897L465.3579 293.2772Q465.3579 294.51157 464.62354 295.2147Q463.88916 295.93344 462.6704 295.93344Q461.9829 295.93344 461.32666 295.63657Q460.6704 295.3397 460.32666 294.8397L460.88916 294.18344Q461.57666 295.04282 462.5923 295.04282Q463.37354 295.04282 463.81104 294.5897Q464.26416 294.1522 464.26416 293.3397L464.26416 292.79282Q463.6079 293.55844 462.4829 293.55844Q461.37354 293.55844 460.68604 292.66782Q459.99854 291.76157 459.99854 290.2147ZM461.0923 290.3397Q461.0923 291.4022 461.5298 292.0272Q461.9673 292.63657 462.76416 292.63657Q463.7798 292.63657 464.26416 291.69907L464.26416 288.80844Q463.76416 287.9022 462.76416 287.9022Q461.9829 287.9022 461.5298 288.51157Q461.0923 289.12094 461.0923 290.3397ZM466.99854 290.2147Q466.99854 288.73032 467.68604 287.85532Q468.37354 286.98032 469.49854 286.98032Q470.6548 286.98032 471.31104 287.79282L471.3579 287.0897L472.3579 287.0897L472.3579 293.2772Q472.3579 294.51157 471.62354 295.2147Q470.88916 295.93344 469.6704 295.93344Q468.9829 295.93344 468.32666 295.63657Q467.6704 295.3397 467.32666 294.8397L467.88916 294.18344Q468.57666 295.04282 469.5923 295.04282Q470.37354 295.04282 470.81104 294.5897Q471.26416 294.1522 471.26416 293.3397L471.26416 292.79282Q470.6079 293.55844 469.4829 293.55844Q468.37354 293.55844 467.68604 292.66782Q466.99854 291.76157 466.99854 290.2147ZM468.0923 290.3397Q468.0923 291.4022 468.5298 292.0272Q468.9673 292.63657 469.76416 292.63657Q470.7798 292.63657 471.26416 291.69907L471.26416 288.80844Q470.76416 287.9022 469.76416 287.9022Q468.9829 287.9022 468.5298 288.51157Q468.0923 289.12094 468.0923 290.3397ZM475.43604 293.43344L474.3579 293.43344L474.3579 287.0897L475.43604 287.0897L475.43604 293.43344ZM474.26416 285.41782Q474.26416 285.1522 474.4204 284.9647Q474.5923 284.7772 474.9048 284.7772Q475.2173 284.7772 475.37354 284.9647Q475.5454 285.1522 475.5454 285.41782Q475.5454 285.66782 475.37354 285.85532Q475.2173 286.0272 474.9048 286.0272Q474.5923 286.0272 474.4204 285.85532Q474.26416 285.66782 474.26416 285.41782ZM478.2798 287.0897L478.31104 287.88657Q479.0454 286.98032 480.2173 286.98032Q482.2329 286.98032 482.24854 289.24594L482.24854 293.43344L481.1548 293.43344L481.1548 289.23032Q481.1548 288.55844 480.8423 288.23032Q480.5454 287.9022 479.88916 287.9022Q479.3579 287.9022 478.95166 288.18344Q478.56104 288.4647 478.3423 288.91782L478.3423 293.43344L477.26416 293.43344L477.26416 287.0897L478.2798 287.0897ZM483.99854 290.2147Q483.99854 288.73032 484.68604 287.85532Q485.37354 286.98032 486.49854 286.98032Q487.6548 286.98032 488.31104 287.79282L488.3579 287.0897L489.3579 287.0897L489.3579 293.2772Q489.3579 294.51157 488.62354 295.2147Q487.88916 295.93344 486.6704 295.93344Q485.9829 295.93344 485.32666 295.63657Q484.6704 295.3397 484.32666 294.8397L484.88916 294.18344Q485.57666 295.04282 486.5923 295.04282Q487.37354 295.04282 487.81104 294.5897Q488.26416 294.1522 488.26416 293.3397L488.26416 292.79282Q487.6079 293.55844 486.4829 293.55844Q485.37354 293.55844 484.68604 292.66782Q483.99854 291.76157 483.99854 290.2147ZM485.0923 290.3397Q485.0923 291.4022 485.5298 292.0272Q485.9673 292.63657 486.76416 292.63657Q487.7798 292.63657 488.26416 291.69907L488.26416 288.80844Q487.76416 287.9022 486.76416 287.9022Q485.9829 287.9022 485.5298 288.51157Q485.0923 289.12094 485.0923 290.3397ZM496.7954 292.66782Q497.37354 292.66782 497.81104 292.32407Q498.24854 291.9647 498.2954 291.43344L499.32666 291.43344Q499.2954 291.98032 498.93604 292.48032Q498.5923 292.9647 498.01416 293.26157Q497.45166 293.55844 496.7954 293.55844Q495.49854 293.55844 494.7329 292.69907Q493.9829 291.82407 493.9829 290.32407L493.9829 290.13657Q493.9829 289.2147 494.31104 288.49594Q494.6548 287.7772 495.2798 287.38657Q495.9204 286.98032 496.7954 286.98032Q497.8579 286.98032 498.56104 287.62094Q499.2798 288.24594 499.32666 289.2772L498.2954 289.2772Q498.24854 288.6522 497.82666 288.26157Q497.4048 287.87094 496.7954 287.87094Q495.9673 287.87094 495.51416 288.4647Q495.06104 289.05844 495.06104 290.18344L495.06104 290.38657Q495.06104 291.48032 495.51416 292.07407Q495.9673 292.66782 496.7954 292.66782ZM499.9673 290.19907Q499.9673 289.2772 500.32666 288.5272Q500.70166 287.7772 501.3579 287.38657Q502.01416 286.98032 502.8423 286.98032Q504.13916 286.98032 504.93604 287.87094Q505.74854 288.76157 505.74854 290.26157L505.74854 290.3397Q505.74854 291.26157 505.38916 291.99594Q505.0298 292.73032 504.37354 293.1522Q503.7173 293.55844 502.8579 293.55844Q501.57666 293.55844 500.76416 292.66782Q499.9673 291.76157 499.9673 290.2772L499.9673 290.19907ZM501.06104 290.3397Q501.06104 291.38657 501.5454 292.0272Q502.0454 292.66782 502.8579 292.66782Q503.68604 292.66782 504.1704 292.0272Q504.6548 291.37094 504.6548 290.19907Q504.6548 289.16782 504.1548 288.5272Q503.6704 287.87094 502.8423 287.87094Q502.0454 287.87094 501.5454 288.51157Q501.06104 289.13657 501.06104 290.3397ZM508.2798 287.0897L508.31104 287.88657Q509.0454 286.98032 510.2173 286.98032Q512.2329 286.98032 512.24854 289.24594L512.24854 293.43344L511.1548 293.43344L511.1548 289.23032Q511.1548 288.55844 510.8423 288.23032Q510.5454 287.9022 509.88916 287.9022Q509.3579 287.9022 508.95166 288.18344Q508.56104 288.4647 508.3423 288.91782L508.3423 293.43344L507.26416 293.43344L507.26416 287.0897L508.2798 287.0897ZM516.7954 292.66782Q517.37354 292.66782 517.81104 292.32407Q518.24854 291.9647 518.2954 291.43344L519.32666 291.43344Q519.2954 291.98032 518.93604 292.48032Q518.5923 292.9647 518.01416 293.26157Q517.45166 293.55844 516.7954 293.55844Q515.49854 293.55844 514.7329 292.69907Q513.9829 291.82407 513.9829 290.32407L513.9829 290.13657Q513.9829 289.2147 514.31104 288.49594Q514.6548 287.7772 515.2798 287.38657Q515.9204 286.98032 516.7954 286.98032Q517.8579 286.98032 518.56104 287.62094Q519.2798 288.24594 519.32666 289.2772L518.2954 289.2772Q518.24854 288.6522 517.82666 288.26157Q517.4048 287.87094 516.7954 287.87094Q515.9673 287.87094 515.51416 288.4647Q515.06104 289.05844 515.06104 290.18344L515.06104 290.38657Q515.06104 291.48032 515.51416 292.07407Q515.9673 292.66782 516.7954 292.66782ZM524.1704 292.80844Q523.5454 293.55844 522.31104 293.55844Q521.2954 293.55844 520.76416 292.9647Q520.2329 292.37094 520.2329 291.2147L520.2329 287.0897L521.31104 287.0897L521.31104 291.18344Q521.31104 292.63657 522.4829 292.63657Q523.7329 292.63657 524.13916 291.69907L524.13916 287.0897L525.2329 287.0897L525.2329 293.43344L524.20166 293.43344L524.1704 292.80844ZM530.32666 288.05844Q530.07666 288.0272 529.7954 288.0272Q528.7173 288.0272 528.3423 288.93344L528.3423 293.43344L527.26416 293.43344L527.26416 287.0897L528.31104 287.0897L528.32666 287.82407Q528.8579 286.98032 529.8423 286.98032Q530.1548 286.98032 530.32666 287.05844L530.32666 288.05844ZM534.32666 288.05844Q534.07666 288.0272 533.7954 288.0272Q532.7173 288.0272 532.3423 288.93344L532.3423 293.43344L531.26416 293.43344L531.26416 287.0897L532.31104 287.0897L532.32666 287.82407Q532.8579 286.98032 533.8423 286.98032Q534.1548 286.98032 534.32666 287.05844L534.32666 288.05844ZM537.88916 293.55844Q536.5923 293.55844 535.7798 292.7147Q534.9829 291.85532 534.9829 290.43344L534.9829 290.24594Q534.9829 289.29282 535.3423 288.55844Q535.70166 287.80844 536.3423 287.4022Q536.99854 286.98032 537.74854 286.98032Q538.9829 286.98032 539.6704 287.79282Q540.3579 288.60532 540.3579 290.12094L540.3579 290.57407L536.06104 290.57407Q536.0923 291.51157 536.6079 292.0897Q537.13916 292.66782 537.95166 292.66782Q538.51416 292.66782 538.9048 292.43344Q539.31104 292.19907 539.62354 291.80844L540.2798 292.32407Q539.4829 293.55844 537.88916 293.55844ZM537.74854 287.87094Q537.0923 287.87094 536.63916 288.35532Q536.20166 288.82407 536.1079 289.68344L539.2798 289.68344L539.2798 289.60532Q539.2329 288.7772 538.82666 288.32407Q538.43604 287.87094 537.74854 287.87094ZM542.2798 287.0897L542.31104 287.88657Q543.0454 286.98032 544.2173 286.98032Q546.2329 286.98032 546.24854 289.24594L546.24854 293.43344L545.1548 293.43344L545.1548 289.23032Q545.1548 288.55844 544.8423 288.23032Q544.5454 287.9022 543.88916 287.9022Q543.3579 287.9022 542.95166 288.18344Q542.56104 288.4647 542.3423 288.91782L542.3423 293.43344L541.26416 293.43344L541.26416 287.0897L542.2798 287.0897ZM550.7954 292.66782Q551.37354 292.66782 551.81104 292.32407Q552.24854 291.9647 552.2954 291.43344L553.32666 291.43344Q553.2954 291.98032 552.93604 292.48032Q552.5923 292.9647 552.01416 293.26157Q551.45166 293.55844 550.7954 293.55844Q549.49854 293.55844 548.7329 292.69907Q547.9829 291.82407 547.9829 290.32407L547.9829 290.13657Q547.9829 289.2147 548.31104 288.49594Q548.6548 287.7772 549.2798 287.38657Q549.9204 286.98032 550.7954 286.98032Q551.8579 286.98032 552.56104 287.62094Q553.2798 288.24594 553.32666 289.2772L552.2954 289.2772Q552.24854 288.6522 551.82666 288.26157Q551.4048 287.87094 550.7954 287.87094Q549.9673 287.87094 549.51416 288.4647Q549.06104 289.05844 549.06104 290.18344L549.06104 290.38657Q549.06104 291.48032 549.51416 292.07407Q549.9673 292.66782 550.7954 292.66782ZM556.32666 291.8397L557.81104 287.0897L558.9673 287.0897L556.4204 294.41782Q555.82666 295.99594 554.5454 295.99594L554.32666 295.98032L553.93604 295.9022L553.93604 295.0272L554.2173 295.04282Q554.7798 295.04282 555.07666 294.82407Q555.38916 294.60532 555.5923 294.01157L555.82666 293.35532L553.56104 287.0897L554.74854 287.0897L556.32666 291.8397Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M372.8453 238.02109L372.8453 243.81796Q372.82968 245.02109 372.07968 245.80234Q371.32968 246.56796 370.04843 246.66171L369.73593 246.67734Q368.3453 246.67734 367.50156 245.92734Q366.67343 245.16171 366.67343 243.83359L366.67343 238.02109L367.7828 238.02109L367.7828 243.80234Q367.7828 244.72421 368.2828 245.23984Q368.79843 245.75546 369.73593 245.75546Q370.70468 245.75546 371.20468 245.23984Q371.70468 244.72421 371.70468 243.80234L371.70468 238.02109L372.8453 238.02109ZM378.36093 244.86484Q378.36093 244.42734 378.01718 244.19296Q377.68906 243.94296 376.86093 243.77109Q376.04843 243.59921 375.56406 243.34921Q375.07968 243.09921 374.8453 242.77109Q374.62656 242.42734 374.62656 241.95859Q374.62656 241.17734 375.2828 240.64609Q375.93906 240.09921 376.9703 240.09921Q378.04843 240.09921 378.70468 240.66171Q379.37656 241.20859 379.37656 242.06796L378.29843 242.06796Q378.29843 241.63046 377.9078 241.31796Q377.5328 240.98984 376.9703 240.98984Q376.37656 240.98984 376.0328 241.25546Q375.70468 241.50546 375.70468 241.91171Q375.70468 242.30234 376.01718 242.50546Q376.32968 242.70859 377.14218 242.89609Q377.95468 243.06796 378.45468 243.31796Q378.95468 243.56796 379.18906 243.92734Q379.43906 244.28671 379.43906 244.78671Q379.43906 245.64609 378.75156 246.16171Q378.07968 246.67734 377.00156 246.67734Q376.23593 246.67734 375.64218 246.41171Q375.06406 246.13046 374.73593 245.64609Q374.4078 245.16171 374.4078 244.59921L375.48593 244.59921Q375.51718 245.14609 375.92343 245.47421Q376.32968 245.78671 377.00156 245.78671Q377.61093 245.78671 377.98593 245.53671Q378.36093 245.28671 378.36093 244.86484ZM381.8453 246.55234L380.76718 246.55234L380.76718 240.20859L381.8453 240.20859L381.8453 246.55234ZM380.67343 238.53671Q380.67343 238.27109 380.82968 238.08359Q381.00156 237.89609 381.31406 237.89609Q381.62656 237.89609 381.7828 238.08359Q381.95468 238.27109 381.95468 238.53671Q381.95468 238.78671 381.7828 238.97421Q381.62656 239.14609 381.31406 239.14609Q381.00156 239.14609 380.82968 238.97421Q380.67343 238.78671 380.67343 238.53671ZM384.68906 240.20859L384.7203 241.00546Q385.45468 240.09921 386.62656 240.09921Q388.64218 240.09921 388.6578 242.36484L388.6578 246.55234L387.56406 246.55234L387.56406 242.34921Q387.56406 241.67734 387.25156 241.34921Q386.95468 241.02109 386.29843 241.02109Q385.76718 241.02109 385.36093 241.30234Q384.9703 241.58359 384.75156 242.03671L384.75156 246.55234L383.67343 246.55234L383.67343 240.20859L384.68906 240.20859ZM390.4078 243.33359Q390.4078 241.84921 391.0953 240.97421Q391.7828 240.09921 392.9078 240.09921Q394.06406 240.09921 394.7203 240.91171L394.76718 240.20859L395.76718 240.20859L395.76718 246.39609Q395.76718 247.63046 395.0328 248.33359Q394.29843 249.05234 393.07968 249.05234Q392.39218 249.05234 391.73593 248.75546Q391.07968 248.45859 390.73593 247.95859L391.29843 247.30234Q391.98593 248.16171 393.00156 248.16171Q393.7828 248.16171 394.2203 247.70859Q394.67343 247.27109 394.67343 246.45859L394.67343 245.91171Q394.01718 246.67734 392.89218 246.67734Q391.7828 246.67734 391.0953 245.78671Q390.4078 244.88046 390.4078 243.33359ZM391.50156 243.45859Q391.50156 244.52109 391.93906 245.14609Q392.37656 245.75546 393.17343 245.75546Q394.18906 245.75546 394.67343 244.81796L394.67343 241.92734Q394.17343 241.02109 393.17343 241.02109Q392.39218 241.02109 391.93906 241.63046Q391.50156 242.23984 391.50156 243.45859ZM403.20468 245.78671Q403.7828 245.78671 404.2203 245.44296Q404.6578 245.08359 404.70468 244.55234L405.73593 244.55234Q405.70468 245.09921 405.3453 245.59921Q405.00156 246.08359 404.42343 246.38046Q403.86093 246.67734 403.20468 246.67734Q401.9078 246.67734 401.14218 245.81796Q400.39218 244.94296 400.39218 243.44296L400.39218 243.25546Q400.39218 242.33359 400.7203 241.61484Q401.06406 240.89609 401.68906 240.50546Q402.32968 240.09921 403.20468 240.09921Q404.26718 240.09921 404.9703 240.73984Q405.68906 241.36484 405.73593 242.39609L404.70468 242.39609Q404.6578 241.77109 404.23593 241.38046Q403.81406 240.98984 403.20468 240.98984Q402.37656 240.98984 401.92343 241.58359Q401.4703 242.17734 401.4703 243.30234L401.4703 243.50546Q401.4703 244.59921 401.92343 245.19296Q402.37656 245.78671 403.20468 245.78671ZM407.8453 246.55234L406.76718 246.55234L406.76718 237.55234L407.8453 237.55234L407.8453 246.55234ZM409.37656 243.31796Q409.37656 242.39609 409.73593 241.64609Q410.11093 240.89609 410.76718 240.50546Q411.42343 240.09921 412.25156 240.09921Q413.54843 240.09921 414.3453 240.98984Q415.1578 241.88046 415.1578 243.38046L415.1578 243.45859Q415.1578 244.38046 414.79843 245.11484Q414.43906 245.84921 413.7828 246.27109Q413.12656 246.67734 412.26718 246.67734Q410.98593 246.67734 410.17343 245.78671Q409.37656 244.88046 409.37656 243.39609L409.37656 243.31796ZM410.4703 243.45859Q410.4703 244.50546 410.95468 245.14609Q411.45468 245.78671 412.26718 245.78671Q413.0953 245.78671 413.57968 245.14609Q414.06406 244.48984 414.06406 243.31796Q414.06406 242.28671 413.56406 241.64609Q413.07968 240.98984 412.25156 240.98984Q411.45468 240.98984 410.95468 241.63046Q410.4703 242.25546 410.4703 243.45859ZM420.57968 245.92734Q419.95468 246.67734 418.7203 246.67734Q417.70468 246.67734 417.17343 246.08359Q416.64218 245.48984 416.64218 244.33359L416.64218 240.20859L417.7203 240.20859L417.7203 244.30234Q417.7203 245.75546 418.89218 245.75546Q420.14218 245.75546 420.54843 244.81796L420.54843 240.20859L421.64218 240.20859L421.64218 246.55234L420.61093 246.55234L420.57968 245.92734ZM423.4078 243.33359Q423.4078 241.86484 424.0953 240.98984Q424.7828 240.09921 425.9078 240.09921Q427.01718 240.09921 427.67343 240.84921L427.67343 237.55234L428.75156 237.55234L428.75156 246.55234L427.75156 246.55234L427.70468 245.86484Q427.04843 246.67734 425.89218 246.67734Q424.79843 246.67734 424.0953 245.77109Q423.4078 244.86484 423.4078 243.41171L423.4078 243.33359ZM424.48593 243.45859Q424.48593 244.53671 424.92343 245.14609Q425.37656 245.75546 426.1578 245.75546Q427.18906 245.75546 427.67343 244.81796L427.67343 241.91171Q427.18906 241.02109 426.17343 241.02109Q425.37656 241.02109 424.92343 241.63046Q424.48593 242.23984 424.48593 243.45859ZM437.36093 244.86484Q437.36093 244.42734 437.01718 244.19296Q436.68906 243.94296 435.86093 243.77109Q435.04843 243.59921 434.56406 243.34921Q434.07968 243.09921 433.8453 242.77109Q433.62656 242.42734 433.62656 241.95859Q433.62656 241.17734 434.2828 240.64609Q434.93906 240.09921 435.9703 240.09921Q437.04843 240.09921 437.70468 240.66171Q438.37656 241.20859 438.37656 242.06796L437.29843 242.06796Q437.29843 241.63046 436.9078 241.31796Q436.5328 240.98984 435.9703 240.98984Q435.37656 240.98984 435.0328 241.25546Q434.70468 241.50546 434.70468 241.91171Q434.70468 242.30234 435.01718 242.50546Q435.32968 242.70859 436.14218 242.89609Q436.95468 243.06796 437.45468 243.31796Q437.95468 243.56796 438.18906 243.92734Q438.43906 244.28671 438.43906 244.78671Q438.43906 245.64609 437.75156 246.16171Q437.07968 246.67734 436.00156 246.67734Q435.23593 246.67734 434.64218 246.41171Q434.06406 246.13046 433.73593 245.64609Q433.4078 245.16171 433.4078 244.59921L434.48593 244.59921Q434.51718 245.14609 434.92343 245.47421Q435.32968 245.78671 436.00156 245.78671Q436.61093 245.78671 436.98593 245.53671Q437.36093 245.28671 437.36093 244.86484ZM442.29843 246.67734Q441.00156 246.67734 440.18906 245.83359Q439.39218 244.97421 439.39218 243.55234L439.39218 243.36484Q439.39218 242.41171 439.75156 241.67734Q440.11093 240.92734 440.75156 240.52109Q441.4078 240.09921 442.1578 240.09921Q443.39218 240.09921 444.07968 240.91171Q444.76718 241.72421 444.76718 243.23984L444.76718 243.69296L440.4703 243.69296Q440.50156 244.63046 441.01718 245.20859Q441.54843 245.78671 442.36093 245.78671Q442.92343 245.78671 443.31406 245.55234Q443.7203 245.31796 444.0328 244.92734L444.68906 245.44296Q443.89218 246.67734 442.29843 246.67734ZM442.1578 240.98984Q441.50156 240.98984 441.04843 241.47421Q440.61093 241.94296 440.51718 242.80234L443.68906 242.80234L443.68906 242.72421Q443.64218 241.89609 443.23593 241.44296Q442.8453 240.98984 442.1578 240.98984ZM448.73593 241.17734Q448.48593 241.14609 448.20468 241.14609Q447.12656 241.14609 446.75156 242.05234L446.75156 246.55234L445.67343 246.55234L445.67343 240.20859L446.7203 240.20859L446.73593 240.94296Q447.26718 240.09921 448.25156 240.09921Q448.56406 240.09921 448.73593 240.17734L448.73593 241.17734ZM451.75156 245.08359L453.32968 240.20859L454.43906 240.20859L452.1578 246.55234L451.32968 246.55234L449.0328 240.20859L450.14218 240.20859L451.75156 245.08359ZM456.8453 246.55234L455.76718 246.55234L455.76718 240.20859L456.8453 240.20859L456.8453 246.55234ZM455.67343 238.53671Q455.67343 238.27109 455.82968 238.08359Q456.00156 237.89609 456.31406 237.89609Q456.62656 237.89609 456.7828 238.08359Q456.95468 238.27109 456.95468 238.53671Q456.95468 238.78671 456.7828 238.97421Q456.62656 239.14609 456.31406 239.14609Q456.00156 239.14609 455.82968 238.97421Q455.67343 238.78671 455.67343 238.53671ZM461.20468 245.78671Q461.7828 245.78671 462.2203 245.44296Q462.6578 245.08359 462.70468 244.55234L463.73593 244.55234Q463.70468 245.09921 463.3453 245.59921Q463.00156 246.08359 462.42343 246.38046Q461.86093 246.67734 461.20468 246.67734Q459.9078 246.67734 459.14218 245.81796Q458.39218 244.94296 458.39218 243.44296L458.39218 243.25546Q458.39218 242.33359 458.7203 241.61484Q459.06406 240.89609 459.68906 240.50546Q460.32968 240.09921 461.20468 240.09921Q462.26718 240.09921 462.9703 240.73984Q463.68906 241.36484 463.73593 242.39609L462.70468 242.39609Q462.6578 241.77109 462.23593 241.38046Q461.81406 240.98984 461.20468 240.98984Q460.37656 240.98984 459.92343 241.58359Q459.4703 242.17734 459.4703 243.30234L459.4703 243.50546Q459.4703 244.59921 459.92343 245.19296Q460.37656 245.78671 461.20468 245.78671ZM467.29843 246.67734Q466.00156 246.67734 465.18906 245.83359Q464.39218 244.97421 464.39218 243.55234L464.39218 243.36484Q464.39218 242.41171 464.75156 241.67734Q465.11093 240.92734 465.75156 240.52109Q466.4078 240.09921 467.1578 240.09921Q468.39218 240.09921 469.07968 240.91171Q469.76718 241.72421 469.76718 243.23984L469.76718 243.69296L465.4703 243.69296Q465.50156 244.63046 466.01718 245.20859Q466.54843 245.78671 467.36093 245.78671Q467.92343 245.78671 468.31406 245.55234Q468.7203 245.31796 469.0328 244.92734L469.68906 245.44296Q468.89218 246.67734 467.29843 246.67734ZM467.1578 240.98984Q466.50156 240.98984 466.04843 241.47421Q465.61093 241.94296 465.51718 242.80234L468.68906 242.80234L468.68906 242.72421Q468.64218 241.89609 468.23593 241.44296Q467.8453 240.98984 467.1578 240.98984ZM474.36093 244.86484Q474.36093 244.42734 474.01718 244.19296Q473.68906 243.94296 472.86093 243.77109Q472.04843 243.59921 471.56406 243.34921Q471.07968 243.09921 470.8453 242.77109Q470.62656 242.42734 470.62656 241.95859Q470.62656 241.17734 471.2828 240.64609Q471.93906 240.09921 472.9703 240.09921Q474.04843 240.09921 474.70468 240.66171Q475.37656 241.20859 475.37656 242.06796L474.29843 242.06796Q474.29843 241.63046 473.9078 241.31796Q473.5328 240.98984 472.9703 240.98984Q472.37656 240.98984 472.0328 241.25546Q471.70468 241.50546 471.70468 241.91171Q471.70468 242.30234 472.01718 242.50546Q472.32968 242.70859 473.14218 242.89609Q473.95468 243.06796 474.45468 243.31796Q474.95468 243.56796 475.18906 243.92734Q475.43906 244.28671 475.43906 244.78671Q475.43906 245.64609 474.75156 246.16171Q474.07968 246.67734 473.00156 246.67734Q472.23593 246.67734 471.64218 246.41171Q471.06406 246.13046 470.73593 245.64609Q470.4078 245.16171 470.4078 244.59921L471.48593 244.59921Q471.51718 245.14609 471.92343 245.47421Q472.32968 245.78671 473.00156 245.78671Q473.61093 245.78671 473.98593 245.53671Q474.36093 245.28671 474.36093 244.86484Z" fill-rule="nonzero"/><path fill="#666666" d="M372.8453 238.02109L372.8453 243.81796Q372.82968 245.02109 372.07968 245.80234Q371.32968 246.56796 370.04843 246.66171L369.73593 246.67734Q368.3453 246.67734 367.50156 245.92734Q366.67343 245.16171 366.67343 243.83359L366.67343 238.02109L367.7828 238.02109L367.7828 243.80234Q367.7828 244.72421 368.2828 245.23984Q368.79843 245.75546 369.73593 245.75546Q370.70468 245.75546 371.20468 245.23984Q371.70468 244.72421 371.70468 243.80234L371.70468 238.02109L372.8453 238.02109ZM378.36093 244.86484Q378.36093 244.42734 378.01718 244.19296Q377.68906 243.94296 376.86093 243.77109Q376.04843 243.59921 375.56406 243.34921Q375.07968 243.09921 374.8453 242.77109Q374.62656 242.42734 374.62656 241.95859Q374.62656 241.17734 375.2828 240.64609Q375.93906 240.09921 376.9703 240.09921Q378.04843 240.09921 378.70468 240.66171Q379.37656 241.20859 379.37656 242.06796L378.29843 242.06796Q378.29843 241.63046 377.9078 241.31796Q377.5328 240.98984 376.9703 240.98984Q376.37656 240.98984 376.0328 241.25546Q375.70468 241.50546 375.70468 241.91171Q375.70468 242.30234 376.01718 242.50546Q376.32968 242.70859 377.14218 242.89609Q377.95468 243.06796 378.45468 243.31796Q378.95468 243.56796 379.18906 243.92734Q379.43906 244.28671 379.43906 244.78671Q379.43906 245.64609 378.75156 246.16171Q378.07968 246.67734 377.00156 246.67734Q376.23593 246.67734 375.64218 246.41171Q375.06406 246.13046 374.73593 245.64609Q374.4078 245.16171 374.4078 244.59921L375.48593 244.59921Q375.51718 245.14609 375.92343 245.47421Q376.32968 245.78671 377.00156 245.78671Q377.61093 245.78671 377.98593 245.53671Q378.36093 245.28671 378.36093 244.86484ZM381.8453 246.55234L380.76718 246.55234L380.76718 240.20859L381.8453 240.20859L381.8453 246.55234ZM380.67343 238.53671Q380.67343 238.27109 380.82968 238.08359Q381.00156 237.89609 381.31406 237.89609Q381.62656 237.89609 381.7828 238.08359Q381.95468 238.27109 381.95468 238.53671Q381.95468 238.78671 381.7828 238.97421Q381.62656 239.14609 381.31406 239.14609Q381.00156 239.14609 380.82968 238.97421Q380.67343 238.78671 380.67343 238.53671ZM384.68906 240.20859L384.7203 241.00546Q385.45468 240.09921 386.62656 240.09921Q388.64218 240.09921 388.6578 242.36484L388.6578 246.55234L387.56406 246.55234L387.56406 242.34921Q387.56406 241.67734 387.25156 241.34921Q386.95468 241.02109 386.29843 241.02109Q385.76718 241.02109 385.36093 241.30234Q384.9703 241.58359 384.75156 242.03671L384.75156 246.55234L383.67343 246.55234L383.67343 240.20859L384.68906 240.20859ZM390.4078 243.33359Q390.4078 241.84921 391.0953 240.97421Q391.7828 240.09921 392.9078 240.09921Q394.06406 240.09921 394.7203 240.91171L394.76718 240.20859L395.76718 240.20859L395.76718 246.39609Q395.76718 247.63046 395.0328 248.33359Q394.29843 249.05234 393.07968 249.05234Q392.39218 249.05234 391.73593 248.75546Q391.07968 248.45859 390.73593 247.95859L391.29843 247.30234Q391.98593 248.16171 393.00156 248.16171Q393.7828 248.16171 394.2203 247.70859Q394.67343 247.27109 394.67343 246.45859L394.67343 245.91171Q394.01718 246.67734 392.89218 246.67734Q391.7828 246.67734 391.0953 245.78671Q390.4078 244.88046 390.4078 243.33359ZM391.50156 243.45859Q391.50156 244.52109 391.93906 245.14609Q392.37656 245.75546 393.17343 245.75546Q394.18906 245.75546 394.67343 244.81796L394.67343 241.92734Q394.17343 241.02109 393.17343 241.02109Q392.39218 241.02109 391.93906 241.63046Q391.50156 242.23984 391.50156 243.45859ZM403.20468 245.78671Q403.7828 245.78671 404.2203 245.44296Q404.6578 245.08359 404.70468 244.55234L405.73593 244.55234Q405.70468 245.09921 405.3453 245.59921Q405.00156 246.08359 404.42343 246.38046Q403.86093 246.67734 403.20468 246.67734Q401.9078 246.67734 401.14218 245.81796Q400.39218 244.94296 400.39218 243.44296L400.39218 243.25546Q400.39218 242.33359 400.7203 241.61484Q401.06406 240.89609 401.68906 240.50546Q402.32968 240.09921 403.20468 240.09921Q404.26718 240.09921 404.9703 240.73984Q405.68906 241.36484 405.73593 242.39609L404.70468 242.39609Q404.6578 241.77109 404.23593 241.38046Q403.81406 240.98984 403.20468 240.98984Q402.37656 240.98984 401.92343 241.58359Q401.4703 242.17734 401.4703 243.30234L401.4703 243.50546Q401.4703 244.59921 401.92343 245.19296Q402.37656 245.78671 403.20468 245.78671ZM407.8453 246.55234L406.76718 246.55234L406.76718 237.55234L407.8453 237.55234L407.8453 246.55234ZM409.37656 243.31796Q409.37656 242.39609 409.73593 241.64609Q410.11093 240.89609 410.76718 240.50546Q411.42343 240.09921 412.25156 240.09921Q413.54843 240.09921 414.3453 240.98984Q415.1578 241.88046 415.1578 243.38046L415.1578 243.45859Q415.1578 244.38046 414.79843 245.11484Q414.43906 245.84921 413.7828 246.27109Q413.12656 246.67734 412.26718 246.67734Q410.98593 246.67734 410.17343 245.78671Q409.37656 244.88046 409.37656 243.39609L409.37656 243.31796ZM410.4703 243.45859Q410.4703 244.50546 410.95468 245.14609Q411.45468 245.78671 412.26718 245.78671Q413.0953 245.78671 413.57968 245.14609Q414.06406 244.48984 414.06406 243.31796Q414.06406 242.28671 413.56406 241.64609Q413.07968 240.98984 412.25156 240.98984Q411.45468 240.98984 410.95468 241.63046Q410.4703 242.25546 410.4703 243.45859ZM420.57968 245.92734Q419.95468 246.67734 418.7203 246.67734Q417.70468 246.67734 417.17343 246.08359Q416.64218 245.48984 416.64218 244.33359L416.64218 240.20859L417.7203 240.20859L417.7203 244.30234Q417.7203 245.75546 418.89218 245.75546Q420.14218 245.75546 420.54843 244.81796L420.54843 240.20859L421.64218 240.20859L421.64218 246.55234L420.61093 246.55234L420.57968 245.92734ZM423.4078 243.33359Q423.4078 241.86484 424.0953 240.98984Q424.7828 240.09921 425.9078 240.09921Q427.01718 240.09921 427.67343 240.84921L427.67343 237.55234L428.75156 237.55234L428.75156 246.55234L427.75156 246.55234L427.70468 245.86484Q427.04843 246.67734 425.89218 246.67734Q424.79843 246.67734 424.0953 245.77109Q423.4078 244.86484 423.4078 243.41171L423.4078 243.33359ZM424.48593 243.45859Q424.48593 244.53671 424.92343 245.14609Q425.37656 245.75546 426.1578 245.75546Q427.18906 245.75546 427.67343 244.81796L427.67343 241.91171Q427.18906 241.02109 426.17343 241.02109Q425.37656 241.02109 424.92343 241.63046Q424.48593 242.23984 424.48593 243.45859ZM437.36093 244.86484Q437.36093 244.42734 437.01718 244.19296Q436.68906 243.94296 435.86093 243.77109Q435.04843 243.59921 434.56406 243.34921Q434.07968 243.09921 433.8453 242.77109Q433.62656 242.42734 433.62656 241.95859Q433.62656 241.17734 434.2828 240.64609Q434.93906 240.09921 435.9703 240.09921Q437.04843 240.09921 437.70468 240.66171Q438.37656 241.20859 438.37656 242.06796L437.29843 242.06796Q437.29843 241.63046 436.9078 241.31796Q436.5328 240.98984 435.9703 240.98984Q435.37656 240.98984 435.0328 241.25546Q434.70468 241.50546 434.70468 241.91171Q434.70468 242.30234 435.01718 242.50546Q435.32968 242.70859 436.14218 242.89609Q436.95468 243.06796 437.45468 243.31796Q437.95468 243.56796 438.18906 243.92734Q438.43906 244.28671 438.43906 244.78671Q438.43906 245.64609 437.75156 246.16171Q437.07968 246.67734 436.00156 246.67734Q435.23593 246.67734 434.64218 246.41171Q434.06406 246.13046 433.73593 245.64609Q433.4078 245.16171 433.4078 244.59921L434.48593 244.59921Q434.51718 245.14609 434.92343 245.47421Q435.32968 245.78671 436.00156 245.78671Q436.61093 245.78671 436.98593 245.53671Q437.36093 245.28671 437.36093 244.86484ZM442.29843 246.67734Q441.00156 246.67734 440.18906 245.83359Q439.39218 244.97421 439.39218 243.55234L439.39218 243.36484Q439.39218 242.41171 439.75156 241.67734Q440.11093 240.92734 440.75156 240.52109Q441.4078 240.09921 442.1578 240.09921Q443.39218 240.09921 444.07968 240.91171Q444.76718 241.72421 444.76718 243.23984L444.76718 243.69296L440.4703 243.69296Q440.50156 244.63046 441.01718 245.20859Q441.54843 245.78671 442.36093 245.78671Q442.92343 245.78671 443.31406 245.55234Q443.7203 245.31796 444.0328 244.92734L444.68906 245.44296Q443.89218 246.67734 442.29843 246.67734ZM442.1578 240.98984Q441.50156 240.98984 441.04843 241.47421Q440.61093 241.94296 440.51718 242.80234L443.68906 242.80234L443.68906 242.72421Q443.64218 241.89609 443.23593 241.44296Q442.8453 240.98984 442.1578 240.98984ZM448.73593 241.17734Q448.48593 241.14609 448.20468 241.14609Q447.12656 241.14609 446.75156 242.05234L446.75156 246.55234L445.67343 246.55234L445.67343 240.20859L446.7203 240.20859L446.73593 240.94296Q447.26718 240.09921 448.25156 240.09921Q448.56406 240.09921 448.73593 240.17734L448.73593 241.17734ZM451.75156 245.08359L453.32968 240.20859L454.43906 240.20859L452.1578 246.55234L451.32968 246.55234L449.0328 240.20859L450.14218 240.20859L451.75156 245.08359ZM456.8453 246.55234L455.76718 246.55234L455.76718 240.20859L456.8453 240.20859L456.8453 246.55234ZM455.67343 238.53671Q455.67343 238.27109 455.82968 238.08359Q456.00156 237.89609 456.31406 237.89609Q456.62656 237.89609 456.7828 238.08359Q456.95468 238.27109 456.95468 238.53671Q456.95468 238.78671 456.7828 238.97421Q456.62656 239.14609 456.31406 239.14609Q456.00156 239.14609 455.82968 238.97421Q455.67343 238.78671 455.67343 238.53671ZM461.20468 245.78671Q461.7828 245.78671 462.2203 245.44296Q462.6578 245.08359 462.70468 244.55234L463.73593 244.55234Q463.70468 245.09921 463.3453 245.59921Q463.00156 246.08359 462.42343 246.38046Q461.86093 246.67734 461.20468 246.67734Q459.9078 246.67734 459.14218 245.81796Q458.39218 244.94296 458.39218 243.44296L458.39218 243.25546Q458.39218 242.33359 458.7203 241.61484Q459.06406 240.89609 459.68906 240.50546Q460.32968 240.09921 461.20468 240.09921Q462.26718 240.09921 462.9703 240.73984Q463.68906 241.36484 463.73593 242.39609L462.70468 242.39609Q462.6578 241.77109 462.23593 241.38046Q461.81406 240.98984 461.20468 240.98984Q460.37656 240.98984 459.92343 241.58359Q459.4703 242.17734 459.4703 243.30234L459.4703 243.50546Q459.4703 244.59921 459.92343 245.19296Q460.37656 245.78671 461.20468 245.78671ZM467.29843 246.67734Q466.00156 246.67734 465.18906 245.83359Q464.39218 244.97421 464.39218 243.55234L464.39218 243.36484Q464.39218 242.41171 464.75156 241.67734Q465.11093 240.92734 465.75156 240.52109Q466.4078 240.09921 467.1578 240.09921Q468.39218 240.09921 469.07968 240.91171Q469.76718 241.72421 469.76718 243.23984L469.76718 243.69296L465.4703 243.69296Q465.50156 244.63046 466.01718 245.20859Q466.54843 245.78671 467.36093 245.78671Q467.92343 245.78671 468.31406 245.55234Q468.7203 245.31796 469.0328 244.92734L469.68906 245.44296Q468.89218 246.67734 467.29843 246.67734ZM467.1578 240.98984Q466.50156 240.98984 466.04843 241.47421Q465.61093 241.94296 465.51718 242.80234L468.68906 242.80234L468.68906 242.72421Q468.64218 241.89609 468.23593 241.44296Q467.8453 240.98984 467.1578 240.98984ZM474.36093 244.86484Q474.36093 244.42734 474.01718 244.19296Q473.68906 243.94296 472.86093 243.77109Q472.04843 243.59921 471.56406 243.34921Q471.07968 243.09921 470.8453 242.77109Q470.62656 242.42734 470.62656 241.95859Q470.62656 241.17734 471.2828 240.64609Q471.93906 240.09921 472.9703 240.09921Q474.04843 240.09921 474.70468 240.66171Q475.37656 241.20859 475.37656 242.06796L474.29843 242.06796Q474.29843 241.63046 473.9078 241.31796Q473.5328 240.98984 472.9703 240.98984Q472.37656 240.98984 472.0328 241.25546Q471.70468 241.50546 471.70468 241.91171Q471.70468 242.30234 472.01718 242.50546Q472.32968 242.70859 473.14218 242.89609Q473.95468 243.06796 474.45468 243.31796Q474.95468 243.56796 475.18906 243.92734Q475.43906 244.28671 475.43906 244.78671Q475.43906 245.64609 474.75156 246.16171Q474.07968 246.67734 473.00156 246.67734Q472.23593 246.67734 471.64218 246.41171Q471.06406 246.13046 470.73593 245.64609Q470.4078 245.16171 470.4078 244.59921L471.48593 244.59921Q471.51718 245.14609 471.92343 245.47421Q472.32968 245.78671 473.00156 245.78671Q473.61093 245.78671 473.98593 245.53671Q474.36093 245.28671 474.36093 244.86484Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M475.76328 251.73282L475.76328 257.5297Q475.74765 258.73282 474.99765 259.51407Q474.24765 260.2797 472.9664 260.37344L472.6539 260.38907Q471.26328 260.38907 470.41953 259.63907Q469.5914 258.87344 469.5914 257.54532L469.5914 251.73282L470.70078 251.73282L470.70078 257.51407Q470.70078 258.43594 471.20078 258.95157Q471.7164 259.4672 472.6539 259.4672Q473.62265 259.4672 474.12265 258.95157Q474.62265 258.43594 474.62265 257.51407L474.62265 251.73282L475.76328 251.73282ZM481.2789 258.57657Q481.2789 258.13907 480.93515 257.9047Q480.60703 257.6547 479.7789 257.48282Q478.9664 257.31094 478.48203 257.06094Q477.99765 256.81094 477.76328 256.48282Q477.54453 256.13907 477.54453 255.67032Q477.54453 254.88907 478.20078 254.35782Q478.85703 253.81094 479.88828 253.81094Q480.9664 253.81094 481.62265 254.37344Q482.29453 254.92032 482.29453 255.7797L481.2164 255.7797Q481.2164 255.3422 480.82578 255.0297Q480.45078 254.70157 479.88828 254.70157Q479.29453 254.70157 478.95078 254.9672Q478.62265 255.2172 478.62265 255.62344Q478.62265 256.01407 478.93515 256.2172Q479.24765 256.42032 480.06015 256.60782Q480.87265 256.7797 481.37265 257.0297Q481.87265 257.2797 482.10703 257.63907Q482.35703 257.99844 482.35703 258.49844Q482.35703 259.35782 481.66953 259.87344Q480.99765 260.38907 479.91953 260.38907Q479.1539 260.38907 478.56015 260.12344Q477.98203 259.8422 477.6539 259.35782Q477.32578 258.87344 477.32578 258.31094L478.4039 258.31094Q478.43515 258.85782 478.8414 259.18594Q479.24765 259.49844 479.91953 259.49844Q480.5289 259.49844 480.9039 259.24844Q481.2789 258.99844 481.2789 258.57657ZM484.76328 260.26407L483.68515 260.26407L483.68515 253.92032L484.76328 253.92032L484.76328 260.26407ZM483.5914 252.24844Q483.5914 251.98282 483.74765 251.79532Q483.91953 251.60782 484.23203 251.60782Q484.54453 251.60782 484.70078 251.79532Q484.87265 251.98282 484.87265 252.24844Q484.87265 252.49844 484.70078 252.68594Q484.54453 252.85782 484.23203 252.85782Q483.91953 252.85782 483.74765 252.68594Q483.5914 252.49844 483.5914 252.24844ZM487.60703 253.92032L487.63828 254.7172Q488.37265 253.81094 489.54453 253.81094Q491.56015 253.81094 491.57578 256.07657L491.57578 260.26407L490.48203 260.26407L490.48203 256.06094Q490.48203 255.38907 490.16953 255.06094Q489.87265 254.73282 489.2164 254.73282Q488.68515 254.73282 488.2789 255.01407Q487.88828 255.29532 487.66953 255.74844L487.66953 260.26407L486.5914 260.26407L486.5914 253.92032L487.60703 253.92032ZM493.32578 257.04532Q493.32578 255.56094 494.01328 254.68594Q494.70078 253.81094 495.82578 253.81094Q496.98203 253.81094 497.63828 254.62344L497.68515 253.92032L498.68515 253.92032L498.68515 260.10782Q498.68515 261.3422 497.95078 262.04532Q497.2164 262.76407 495.99765 262.76407Q495.31015 262.76407 494.6539 262.4672Q493.99765 262.17032 493.6539 261.67032L494.2164 261.01407Q494.9039 261.87344 495.91953 261.87344Q496.70078 261.87344 497.13828 261.42032Q497.5914 260.98282 497.5914 260.17032L497.5914 259.62344Q496.93515 260.38907 495.81015 260.38907Q494.70078 260.38907 494.01328 259.49844Q493.32578 258.5922 493.32578 257.04532ZM494.41953 257.17032Q494.41953 258.23282 494.85703 258.85782Q495.29453 259.4672 496.0914 259.4672Q497.10703 259.4672 497.5914 258.5297L497.5914 255.63907Q497.0914 254.73282 496.0914 254.73282Q495.31015 254.73282 494.85703 255.3422Q494.41953 255.95157 494.41953 257.17032ZM504.60703 253.92032L504.63828 254.62344Q505.32578 253.81094 506.51328 253.81094Q507.8414 253.81094 508.32578 254.82657Q508.63828 254.37344 509.13828 254.0922Q509.6539 253.81094 510.3414 253.81094Q512.4352 253.81094 512.46643 256.01407L512.46643 260.26407L511.38828 260.26407L511.38828 256.07657Q511.38828 255.4047 511.07578 255.07657Q510.76328 254.73282 510.0289 254.73282Q509.41953 254.73282 509.01328 255.0922Q508.62265 255.45157 508.56015 256.06094L508.56015 260.26407L507.48203 260.26407L507.48203 256.10782Q507.48203 254.73282 506.12265 254.73282Q505.06015 254.73282 504.66953 255.63907L504.66953 260.26407L503.57578 260.26407L503.57578 253.92032L504.60703 253.92032ZM514.29456 257.0297Q514.29456 256.10782 514.65393 255.35782Q515.02893 254.60782 515.6852 254.2172Q516.34143 253.81094 517.16956 253.81094Q518.46643 253.81094 519.2633 254.70157Q520.0758 255.5922 520.0758 257.0922L520.0758 257.17032Q520.0758 258.0922 519.71643 258.82657Q519.35706 259.56094 518.7008 259.98282Q518.04456 260.38907 517.1852 260.38907Q515.90393 260.38907 515.09143 259.49844Q514.29456 258.5922 514.29456 257.10782L514.29456 257.0297ZM515.3883 257.17032Q515.3883 258.2172 515.8727 258.85782Q516.3727 259.49844 517.1852 259.49844Q518.0133 259.49844 518.4977 258.85782Q518.98206 258.20157 518.98206 257.0297Q518.98206 255.99844 518.48206 255.35782Q517.9977 254.70157 517.16956 254.70157Q516.3727 254.70157 515.8727 255.3422Q515.3883 255.9672 515.3883 257.17032ZM521.3258 257.04532Q521.3258 255.57657 522.0133 254.70157Q522.7008 253.81094 523.8258 253.81094Q524.9352 253.81094 525.59143 254.56094L525.59143 251.26407L526.66956 251.26407L526.66956 260.26407L525.66956 260.26407L525.6227 259.57657Q524.96643 260.38907 523.8102 260.38907Q522.71643 260.38907 522.0133 259.48282Q521.3258 258.57657 521.3258 257.12344L521.3258 257.04532ZM522.40393 257.17032Q522.40393 258.24844 522.84143 258.85782Q523.29456 259.4672 524.0758 259.4672Q525.10706 259.4672 525.59143 258.5297L525.59143 255.62344Q525.10706 254.73282 524.09143 254.73282Q523.29456 254.73282 522.84143 255.3422Q522.40393 255.95157 522.40393 257.17032ZM532.4977 259.63907Q531.8727 260.38907 530.6383 260.38907Q529.6227 260.38907 529.09143 259.79532Q528.5602 259.20157 528.5602 258.04532L528.5602 253.92032L529.6383 253.92032L529.6383 258.01407Q529.6383 259.4672 530.8102 259.4672Q532.0602 259.4672 532.46643 258.5297L532.46643 253.92032L533.5602 253.92032L533.5602 260.26407L532.52893 260.26407L532.4977 259.63907ZM536.7633 260.26407L535.6852 260.26407L535.6852 251.26407L536.7633 251.26407L536.7633 260.26407ZM541.21643 260.38907Q539.91956 260.38907 539.10706 259.54532Q538.3102 258.68594 538.3102 257.26407L538.3102 257.07657Q538.3102 256.12344 538.66956 255.38907Q539.02893 254.63907 539.66956 254.23282Q540.3258 253.81094 541.0758 253.81094Q542.3102 253.81094 542.9977 254.62344Q543.6852 255.43594 543.6852 256.95157L543.6852 257.4047L539.3883 257.4047Q539.41956 258.3422 539.9352 258.92032Q540.46643 259.49844 541.27893 259.49844Q541.84143 259.49844 542.23206 259.26407Q542.6383 259.0297 542.9508 258.63907L543.60706 259.1547Q542.8102 260.38907 541.21643 260.38907ZM541.0758 254.70157Q540.41956 254.70157 539.96643 255.18594Q539.52893 255.6547 539.4352 256.51407L542.60706 256.51407L542.60706 256.43594Q542.5602 255.60782 542.15393 255.1547Q541.7633 254.70157 541.0758 254.70157ZM548.27893 258.57657Q548.27893 258.13907 547.9352 257.9047Q547.60706 257.6547 546.77893 257.48282Q545.96643 257.31094 545.48206 257.06094Q544.9977 256.81094 544.7633 256.48282Q544.54456 256.13907 544.54456 255.67032Q544.54456 254.88907 545.2008 254.35782Q545.85706 253.81094 546.8883 253.81094Q547.96643 253.81094 548.6227 254.37344Q549.29456 254.92032 549.29456 255.7797L548.21643 255.7797Q548.21643 255.3422 547.8258 255.0297Q547.4508 254.70157 546.8883 254.70157Q546.29456 254.70157 545.9508 254.9672Q545.6227 255.2172 545.6227 255.62344Q545.6227 256.01407 545.9352 256.2172Q546.2477 256.42032 547.0602 256.60782Q547.8727 256.7797 548.3727 257.0297Q548.8727 257.2797 549.10706 257.63907Q549.35706 257.99844 549.35706 258.49844Q549.35706 259.35782 548.66956 259.87344Q547.9977 260.38907 546.91956 260.38907Q546.15393 260.38907 545.5602 260.12344Q544.98206 259.8422 544.65393 259.35782Q544.3258 258.87344 544.3258 258.31094L545.40393 258.31094Q545.4352 258.85782 545.84143 259.18594Q546.2477 259.49844 546.91956 259.49844Q547.52893 259.49844 547.90393 259.24844Q548.27893 258.99844 548.27893 258.57657Z" fill-rule="nonzero"/><path fill="#666666" d="M475.76328 251.73282L475.76328 257.5297Q475.74765 258.73282 474.99765 259.51407Q474.24765 260.2797 472.9664 260.37344L472.6539 260.38907Q471.26328 260.38907 470.41953 259.63907Q469.5914 258.87344 469.5914 257.54532L469.5914 251.73282L470.70078 251.73282L470.70078 257.51407Q470.70078 258.43594 471.20078 258.95157Q471.7164 259.4672 472.6539 259.4672Q473.62265 259.4672 474.12265 258.95157Q474.62265 258.43594 474.62265 257.51407L474.62265 251.73282L475.76328 251.73282ZM481.2789 258.57657Q481.2789 258.13907 480.93515 257.9047Q480.60703 257.6547 479.7789 257.48282Q478.9664 257.31094 478.48203 257.06094Q477.99765 256.81094 477.76328 256.48282Q477.54453 256.13907 477.54453 255.67032Q477.54453 254.88907 478.20078 254.35782Q478.85703 253.81094 479.88828 253.81094Q480.9664 253.81094 481.62265 254.37344Q482.29453 254.92032 482.29453 255.7797L481.2164 255.7797Q481.2164 255.3422 480.82578 255.0297Q480.45078 254.70157 479.88828 254.70157Q479.29453 254.70157 478.95078 254.9672Q478.62265 255.2172 478.62265 255.62344Q478.62265 256.01407 478.93515 256.2172Q479.24765 256.42032 480.06015 256.60782Q480.87265 256.7797 481.37265 257.0297Q481.87265 257.2797 482.10703 257.63907Q482.35703 257.99844 482.35703 258.49844Q482.35703 259.35782 481.66953 259.87344Q480.99765 260.38907 479.91953 260.38907Q479.1539 260.38907 478.56015 260.12344Q477.98203 259.8422 477.6539 259.35782Q477.32578 258.87344 477.32578 258.31094L478.4039 258.31094Q478.43515 258.85782 478.8414 259.18594Q479.24765 259.49844 479.91953 259.49844Q480.5289 259.49844 480.9039 259.24844Q481.2789 258.99844 481.2789 258.57657ZM484.76328 260.26407L483.68515 260.26407L483.68515 253.92032L484.76328 253.92032L484.76328 260.26407ZM483.5914 252.24844Q483.5914 251.98282 483.74765 251.79532Q483.91953 251.60782 484.23203 251.60782Q484.54453 251.60782 484.70078 251.79532Q484.87265 251.98282 484.87265 252.24844Q484.87265 252.49844 484.70078 252.68594Q484.54453 252.85782 484.23203 252.85782Q483.91953 252.85782 483.74765 252.68594Q483.5914 252.49844 483.5914 252.24844ZM487.60703 253.92032L487.63828 254.7172Q488.37265 253.81094 489.54453 253.81094Q491.56015 253.81094 491.57578 256.07657L491.57578 260.26407L490.48203 260.26407L490.48203 256.06094Q490.48203 255.38907 490.16953 255.06094Q489.87265 254.73282 489.2164 254.73282Q488.68515 254.73282 488.2789 255.01407Q487.88828 255.29532 487.66953 255.74844L487.66953 260.26407L486.5914 260.26407L486.5914 253.92032L487.60703 253.92032ZM493.32578 257.04532Q493.32578 255.56094 494.01328 254.68594Q494.70078 253.81094 495.82578 253.81094Q496.98203 253.81094 497.63828 254.62344L497.68515 253.92032L498.68515 253.92032L498.68515 260.10782Q498.68515 261.3422 497.95078 262.04532Q497.2164 262.76407 495.99765 262.76407Q495.31015 262.76407 494.6539 262.4672Q493.99765 262.17032 493.6539 261.67032L494.2164 261.01407Q494.9039 261.87344 495.91953 261.87344Q496.70078 261.87344 497.13828 261.42032Q497.5914 260.98282 497.5914 260.17032L497.5914 259.62344Q496.93515 260.38907 495.81015 260.38907Q494.70078 260.38907 494.01328 259.49844Q493.32578 258.5922 493.32578 257.04532ZM494.41953 257.17032Q494.41953 258.23282 494.85703 258.85782Q495.29453 259.4672 496.0914 259.4672Q497.10703 259.4672 497.5914 258.5297L497.5914 255.63907Q497.0914 254.73282 496.0914 254.73282Q495.31015 254.73282 494.85703 255.3422Q494.41953 255.95157 494.41953 257.17032ZM504.60703 253.92032L504.63828 254.62344Q505.32578 253.81094 506.51328 253.81094Q507.8414 253.81094 508.32578 254.82657Q508.63828 254.37344 509.13828 254.0922Q509.6539 253.81094 510.3414 253.81094Q512.4352 253.81094 512.46643 256.01407L512.46643 260.26407L511.38828 260.26407L511.38828 256.07657Q511.38828 255.4047 511.07578 255.07657Q510.76328 254.73282 510.0289 254.73282Q509.41953 254.73282 509.01328 255.0922Q508.62265 255.45157 508.56015 256.06094L508.56015 260.26407L507.48203 260.26407L507.48203 256.10782Q507.48203 254.73282 506.12265 254.73282Q505.06015 254.73282 504.66953 255.63907L504.66953 260.26407L503.57578 260.26407L503.57578 253.92032L504.60703 253.92032ZM514.29456 257.0297Q514.29456 256.10782 514.65393 255.35782Q515.02893 254.60782 515.6852 254.2172Q516.34143 253.81094 517.16956 253.81094Q518.46643 253.81094 519.2633 254.70157Q520.0758 255.5922 520.0758 257.0922L520.0758 257.17032Q520.0758 258.0922 519.71643 258.82657Q519.35706 259.56094 518.7008 259.98282Q518.04456 260.38907 517.1852 260.38907Q515.90393 260.38907 515.09143 259.49844Q514.29456 258.5922 514.29456 257.10782L514.29456 257.0297ZM515.3883 257.17032Q515.3883 258.2172 515.8727 258.85782Q516.3727 259.49844 517.1852 259.49844Q518.0133 259.49844 518.4977 258.85782Q518.98206 258.20157 518.98206 257.0297Q518.98206 255.99844 518.48206 255.35782Q517.9977 254.70157 517.16956 254.70157Q516.3727 254.70157 515.8727 255.3422Q515.3883 255.9672 515.3883 257.17032ZM521.3258 257.04532Q521.3258 255.57657 522.0133 254.70157Q522.7008 253.81094 523.8258 253.81094Q524.9352 253.81094 525.59143 254.56094L525.59143 251.26407L526.66956 251.26407L526.66956 260.26407L525.66956 260.26407L525.6227 259.57657Q524.96643 260.38907 523.8102 260.38907Q522.71643 260.38907 522.0133 259.48282Q521.3258 258.57657 521.3258 257.12344L521.3258 257.04532ZM522.40393 257.17032Q522.40393 258.24844 522.84143 258.85782Q523.29456 259.4672 524.0758 259.4672Q525.10706 259.4672 525.59143 258.5297L525.59143 255.62344Q525.10706 254.73282 524.09143 254.73282Q523.29456 254.73282 522.84143 255.3422Q522.40393 255.95157 522.40393 257.17032ZM532.4977 259.63907Q531.8727 260.38907 530.6383 260.38907Q529.6227 260.38907 529.09143 259.79532Q528.5602 259.20157 528.5602 258.04532L528.5602 253.92032L529.6383 253.92032L529.6383 258.01407Q529.6383 259.4672 530.8102 259.4672Q532.0602 259.4672 532.46643 258.5297L532.46643 253.92032L533.5602 253.92032L533.5602 260.26407L532.52893 260.26407L532.4977 259.63907ZM536.7633 260.26407L535.6852 260.26407L535.6852 251.26407L536.7633 251.26407L536.7633 260.26407ZM541.21643 260.38907Q539.91956 260.38907 539.10706 259.54532Q538.3102 258.68594 538.3102 257.26407L538.3102 257.07657Q538.3102 256.12344 538.66956 255.38907Q539.02893 254.63907 539.66956 254.23282Q540.3258 253.81094 541.0758 253.81094Q542.3102 253.81094 542.9977 254.62344Q543.6852 255.43594 543.6852 256.95157L543.6852 257.4047L539.3883 257.4047Q539.41956 258.3422 539.9352 258.92032Q540.46643 259.49844 541.27893 259.49844Q541.84143 259.49844 542.23206 259.26407Q542.6383 259.0297 542.9508 258.63907L543.60706 259.1547Q542.8102 260.38907 541.21643 260.38907ZM541.0758 254.70157Q540.41956 254.70157 539.96643 255.18594Q539.52893 255.6547 539.4352 256.51407L542.60706 256.51407L542.60706 256.43594Q542.5602 255.60782 542.15393 255.1547Q541.7633 254.70157 541.0758 254.70157ZM548.27893 258.57657Q548.27893 258.13907 547.9352 257.9047Q547.60706 257.6547 546.77893 257.48282Q545.96643 257.31094 545.48206 257.06094Q544.9977 256.81094 544.7633 256.48282Q544.54456 256.13907 544.54456 255.67032Q544.54456 254.88907 545.2008 254.35782Q545.85706 253.81094 546.8883 253.81094Q547.96643 253.81094 548.6227 254.37344Q549.29456 254.92032 549.29456 255.7797L548.21643 255.7797Q548.21643 255.3422 547.8258 255.0297Q547.4508 254.70157 546.8883 254.70157Q546.29456 254.70157 545.9508 254.9672Q545.6227 255.2172 545.6227 255.62344Q545.6227 256.01407 545.9352 256.2172Q546.2477 256.42032 547.0602 256.60782Q547.8727 256.7797 548.3727 257.0297Q548.8727 257.2797 549.10706 257.63907Q549.35706 257.99844 549.35706 258.49844Q549.35706 259.35782 548.66956 259.87344Q547.9977 260.38907 546.91956 260.38907Q546.15393 260.38907 545.5602 260.12344Q544.98206 259.8422 544.65393 259.35782Q544.3258 258.87344 544.3258 258.31094L545.40393 258.31094Q545.4352 258.85782 545.84143 259.18594Q546.2477 259.49844 546.91956 259.49844Q547.52893 259.49844 547.90393 259.24844Q548.27893 258.99844 548.27893 258.57657Z" fill-rule="nonzero"/><path fill="#666666" d="M334.10938 430.90936Q334.10938 430.14374 334.59375 429.64374Q335.09375 429.14374 335.85938 429.14374Q336.64062 429.14374 337.125 429.64374Q337.60938 430.14374 337.60938 430.9406L337.60938 431.3625Q337.60938 432.1281 337.10938 432.6281Q336.625 433.1125 335.875 433.1125Q335.10938 433.1125 334.60938 432.6281Q334.10938 432.1281 334.10938 431.3156L334.10938 430.90936ZM334.92188 431.3625Q334.92188 431.8156 335.17188 432.1125Q335.4375 432.40936 335.875 432.40936Q336.29688 432.40936 336.54688 432.1281Q336.79688 431.83124 336.79688 431.33124L336.79688 430.90936Q336.79688 430.45624 336.54688 430.15936Q336.29688 429.84686 335.85938 429.84686Q335.42188 429.84686 335.17188 430.15936Q334.92188 430.45624 334.92188 430.925L334.92188 431.3625ZM338.26562 435.70624Q338.26562 434.9406 338.75 434.45624Q339.25 433.95624 340.01562 433.95624Q340.78125 433.95624 341.26562 434.45624Q341.76562 434.9406 341.76562 435.7531L341.76562 436.15936Q341.76562 436.925 341.28125 437.425Q340.79688 437.925 340.03125 437.925Q339.26562 437.925 338.76562 437.4406Q338.26562 436.9406 338.26562 436.1281L338.26562 435.70624ZM339.07812 436.15936Q339.07812 436.6281 339.32812 436.925Q339.59375 437.22186 340.03125 437.22186Q340.45312 437.22186 340.70312 436.9406Q340.95312 436.64374 340.95312 436.14374L340.95312 435.70624Q340.95312 435.2375 340.6875 434.95624Q340.4375 434.65936 340.01562 434.65936Q339.59375 434.65936 339.32812 434.95624Q339.07812 435.2375 339.07812 435.7375L339.07812 436.15936ZM336.125 437.15936L335.5 436.76874L339.67188 430.09686L340.28125 430.4875L336.125 437.15936ZM348.40625 436.33124L349.98438 431.45624L351.09375 431.45624L348.8125 437.8L347.98438 437.8L345.6875 431.45624L346.79688 431.45624L348.40625 436.33124ZM354.95312 437.925Q353.65625 437.925 352.84375 437.08124Q352.04688 436.22186 352.04688 434.8L352.04688 434.6125Q352.04688 433.65936 352.40625 432.925Q352.76562 432.175 353.40625 431.76874Q354.0625 431.34686 354.8125 431.34686Q356.04688 431.34686 356.73438 432.15936Q357.42188 432.97186 357.42188 434.4875L357.42188 434.9406L353.125 434.9406Q353.15625 435.8781 353.67188 436.45624Q354.20312 437.03436 355.01562 437.03436Q355.57812 437.03436 355.96875 436.8Q356.375 436.5656 356.6875 436.175L357.34375 436.6906Q356.54688 437.925 354.95312 437.925ZM354.8125 432.2375Q354.15625 432.2375 353.70312 432.72186Q353.26562 433.1906 353.17188 434.05L356.34375 434.05L356.34375 433.97186Q356.29688 433.14374 355.89062 432.6906Q355.5 432.2375 354.8125 432.2375ZM361.39062 432.425Q361.14062 432.39374 360.85938 432.39374Q359.78125 432.39374 359.40625 433.3L359.40625 437.8L358.32812 437.8L358.32812 431.45624L359.375 431.45624L359.39062 432.1906Q359.92188 431.34686 360.90625 431.34686Q361.21875 431.34686 361.39062 431.425L361.39062 432.425ZM364.39062 436.20624L365.875 431.45624L367.03125 431.45624L364.48438 438.78436Q363.89062 440.3625 362.60938 440.3625L362.39062 440.34686L362.0 440.26874L362.0 439.39374L362.28125 439.40936Q362.84375 439.40936 363.14062 439.1906Q363.45312 438.97186 363.65625 438.3781L363.89062 437.72186L361.625 431.45624L362.8125 431.45624L364.39062 436.20624ZM371.03125 434.5656Q371.03125 433.64374 371.39062 432.89374Q371.76562 432.14374 372.42188 431.7531Q373.07812 431.34686 373.90625 431.34686Q375.20312 431.34686 376.0 432.2375Q376.8125 433.1281 376.8125 434.6281L376.8125 434.70624Q376.8125 435.6281 376.45312 436.3625Q376.09375 437.09686 375.4375 437.51874Q374.78125 437.925 373.92188 437.925Q372.64062 437.925 371.82812 437.03436Q371.03125 436.1281 371.03125 434.64374L371.03125 434.5656ZM372.125 434.70624Q372.125 435.7531 372.60938 436.39374Q373.10938 437.03436 373.92188 437.03436Q374.75 437.03436 375.23438 436.39374Q375.71875 435.7375 375.71875 434.5656Q375.71875 433.53436 375.21875 432.89374Q374.73438 432.2375 373.90625 432.2375Q373.10938 432.2375 372.60938 432.8781Q372.125 433.5031 372.125 434.70624ZM381.39062 432.425Q381.14062 432.39374 380.85938 432.39374Q379.78125 432.39374 379.40625 433.3L379.40625 437.8L378.32812 437.8L378.32812 431.45624L379.375 431.45624L379.39062 432.1906Q379.92188 431.34686 380.90625 431.34686Q381.21875 431.34686 381.39062 431.425L381.39062 432.425ZM387.85938 437.03436Q388.4375 437.03436 388.875 436.6906Q389.3125 436.33124 389.35938 435.8L390.39062 435.8Q390.35938 436.34686 390.0 436.84686Q389.65625 437.33124 389.07812 437.6281Q388.51562 437.925 387.85938 437.925Q386.5625 437.925 385.79688 437.0656Q385.04688 436.1906 385.04688 434.6906L385.04688 434.5031Q385.04688 433.58124 385.375 432.8625Q385.71875 432.14374 386.34375 431.7531Q386.98438 431.34686 387.85938 431.34686Q388.92188 431.34686 389.625 431.9875Q390.34375 432.6125 390.39062 433.64374L389.35938 433.64374Q389.3125 433.01874 388.89062 432.6281Q388.46875 432.2375 387.85938 432.2375Q387.03125 432.2375 386.57812 432.83124Q386.125 433.425 386.125 434.55L386.125 434.7531Q386.125 435.84686 386.57812 436.4406Q387.03125 437.03436 387.85938 437.03436ZM394.39062 432.425Q394.14062 432.39374 393.85938 432.39374Q392.78125 432.39374 392.40625 433.3L392.40625 437.8L391.32812 437.8L391.32812 431.45624L392.375 431.45624L392.39062 432.1906Q392.92188 431.34686 393.90625 431.34686Q394.21875 431.34686 394.39062 431.425L394.39062 432.425ZM396.5 437.8L395.42188 437.8L395.42188 431.45624L396.5 431.45624L396.5 437.8ZM395.32812 429.78436Q395.32812 429.51874 395.48438 429.33124Q395.65625 429.14374 395.96875 429.14374Q396.28125 429.14374 396.4375 429.33124Q396.60938 429.51874 396.60938 429.78436Q396.60938 430.03436 396.4375 430.22186Q396.28125 430.39374 395.96875 430.39374Q395.65625 430.39374 395.48438 430.22186Q395.32812 430.03436 395.32812 429.78436ZM399.79688 429.925L399.79688 431.45624L400.96875 431.45624L400.96875 432.3L399.79688 432.3L399.79688 436.22186Q399.79688 436.6125 399.95312 436.8Q400.10938 436.9875 400.48438 436.9875Q400.67188 436.9875 401.0 436.925L401.0 437.8Q400.57812 437.925 400.17188 437.925Q399.45312 437.925 399.07812 437.4875Q398.70312 437.03436 398.70312 436.22186L398.70312 432.3L397.54688 432.3L397.54688 431.45624L398.70312 431.45624L398.70312 429.925L399.79688 429.925ZM403.5 437.8L402.42188 437.8L402.42188 431.45624L403.5 431.45624L403.5 437.8ZM402.32812 429.78436Q402.32812 429.51874 402.48438 429.33124Q402.65625 429.14374 402.96875 429.14374Q403.28125 429.14374 403.4375 429.33124Q403.60938 429.51874 403.60938 429.78436Q403.60938 430.03436 403.4375 430.22186Q403.28125 430.39374 402.96875 430.39374Q402.65625 430.39374 402.48438 430.22186Q402.32812 430.03436 402.32812 429.78436ZM407.85938 437.03436Q408.4375 437.03436 408.875 436.6906Q409.3125 436.33124 409.35938 435.8L410.39062 435.8Q410.35938 436.34686 410.0 436.84686Q409.65625 437.33124 409.07812 437.6281Q408.51562 437.925 407.85938 437.925Q406.5625 437.925 405.79688 437.0656Q405.04688 436.1906 405.04688 434.6906L405.04688 434.5031Q405.04688 433.58124 405.375 432.8625Q405.71875 432.14374 406.34375 431.7531Q406.98438 431.34686 407.85938 431.34686Q408.92188 431.34686 409.625 431.9875Q410.34375 432.6125 410.39062 433.64374L409.35938 433.64374Q409.3125 433.01874 408.89062 432.6281Q408.46875 432.2375 407.85938 432.2375Q407.03125 432.2375 406.57812 432.83124Q406.125 433.425 406.125 434.55L406.125 434.7531Q406.125 435.84686 406.57812 436.4406Q407.03125 437.03436 407.85938 437.03436ZM415.23438 437.8Q415.14062 437.6125 415.07812 437.1281Q414.32812 437.925 413.28125 437.925Q412.34375 437.925 411.73438 437.39374Q411.14062 436.8625 411.14062 436.03436Q411.14062 435.05 411.89062 434.5031Q412.64062 433.95624 414.01562 433.95624L415.0625 433.95624L415.0625 433.45624Q415.0625 432.89374 414.71875 432.5656Q414.39062 432.22186 413.71875 432.22186Q413.14062 432.22186 412.75 432.51874Q412.35938 432.8 412.35938 433.22186L411.26562 433.22186Q411.26562 432.7375 411.59375 432.3Q411.9375 431.8625 412.51562 431.6125Q413.09375 431.34686 413.78125 431.34686Q414.89062 431.34686 415.5 431.89374Q416.125 432.4406 416.15625 433.39374L416.15625 436.3156Q416.15625 437.1906 416.375 437.70624L416.375 437.8L415.23438 437.8ZM413.4375 436.97186Q413.95312 436.97186 414.40625 436.70624Q414.85938 436.4406 415.0625 436.01874L415.0625 434.72186L414.21875 434.72186Q412.21875 434.72186 412.21875 435.89374Q412.21875 436.39374 412.5625 436.6906Q412.90625 436.97186 413.4375 436.97186ZM419.5 437.8L418.42188 437.8L418.42188 428.8L419.5 428.8L419.5 437.8ZM422.5 437.8L421.42188 437.8L421.42188 428.8L422.5 428.8L422.5 437.8ZM426.39062 436.20624L427.875 431.45624L429.03125 431.45624L426.48438 438.78436Q425.89062 440.3625 424.60938 440.3625L424.39062 440.34686L424.0 440.26874L424.0 439.39374L424.28125 439.40936Q424.84375 439.40936 425.14062 439.1906Q425.45312 438.97186 425.65625 438.3781L425.89062 437.72186L423.625 431.45624L424.8125 431.45624L426.39062 436.20624ZM434.5 437.8L433.42188 437.8L433.42188 431.45624L434.5 431.45624L434.5 437.8ZM433.32812 429.78436Q433.32812 429.51874 433.48438 429.33124Q433.65625 429.14374 433.96875 429.14374Q434.28125 429.14374 434.4375 429.33124Q434.60938 429.51874 434.60938 429.78436Q434.60938 430.03436 434.4375 430.22186Q434.28125 430.39374 433.96875 430.39374Q433.65625 430.39374 433.48438 430.22186Q433.32812 430.03436 433.32812 429.78436ZM437.34375 431.45624L437.375 432.15936Q438.0625 431.34686 439.25 431.34686Q440.57812 431.34686 441.0625 432.3625Q441.375 431.90936 441.875 431.6281Q442.39062 431.34686 443.07812 431.34686Q445.17188 431.34686 445.20312 433.55L445.20312 437.8L444.125 437.8L444.125 433.6125Q444.125 432.9406 443.8125 432.6125Q443.5 432.26874 442.76562 432.26874Q442.15625 432.26874 441.75 432.6281Q441.35938 432.9875 441.29688 433.59686L441.29688 437.8L440.21875 437.8L440.21875 433.64374Q440.21875 432.26874 438.85938 432.26874Q437.79688 432.26874 437.40625 433.175L437.40625 437.8L436.3125 437.8L436.3125 431.45624L437.34375 431.45624ZM452.67188 434.70624Q452.67188 436.14374 452.01562 437.03436Q451.35938 437.925 450.21875 437.925Q449.0625 437.925 448.40625 437.1906L448.40625 440.2375L447.32812 440.2375L447.32812 431.45624L448.3125 431.45624L448.35938 432.15936Q449.03125 431.34686 450.20312 431.34686Q451.34375 431.34686 452.0 432.20624Q452.67188 433.0656 452.67188 434.59686L452.67188 434.70624ZM451.59375 434.58124Q451.59375 433.5031 451.125 432.89374Q450.67188 432.26874 449.875 432.26874Q448.89062 432.26874 448.40625 433.1281L448.40625 436.15936Q448.89062 437.03436 449.89062 437.03436Q450.67188 437.03436 451.125 436.425Q451.59375 435.8 451.59375 434.58124ZM454.03125 434.5656Q454.03125 433.64374 454.39062 432.89374Q454.76562 432.14374 455.42188 431.7531Q456.07812 431.34686 456.90625 431.34686Q458.20312 431.34686 459.0 432.2375Q459.8125 433.1281 459.8125 434.6281L459.8125 434.70624Q459.8125 435.6281 459.45312 436.3625Q459.09375 437.09686 458.4375 437.51874Q457.78125 437.925 456.92188 437.925Q455.64062 437.925 454.82812 437.03436Q454.03125 436.1281 454.03125 434.64374L454.03125 434.5656ZM455.125 434.70624Q455.125 435.7531 455.60938 436.39374Q456.10938 437.03436 456.92188 437.03436Q457.75 437.03436 458.23438 436.39374Q458.71875 435.7375 458.71875 434.5656Q458.71875 433.53436 458.21875 432.89374Q457.73438 432.2375 456.90625 432.2375Q456.10938 432.2375 455.60938 432.8781Q455.125 433.5031 455.125 434.70624ZM464.39062 432.425Q464.14062 432.39374 463.85938 432.39374Q462.78125 432.39374 462.40625 433.3L462.40625 437.8L461.32812 437.8L461.32812 431.45624L462.375 431.45624L462.39062 432.1906Q462.92188 431.34686 463.90625 431.34686Q464.21875 431.34686 464.39062 431.425L464.39062 432.425ZM466.79688 429.925L466.79688 431.45624L467.96875 431.45624L467.96875 432.3L466.79688 432.3L466.79688 436.22186Q466.79688 436.6125 466.95312 436.8Q467.10938 436.9875 467.48438 436.9875Q467.67188 436.9875 468.0 436.925L468.0 437.8Q467.57812 437.925 467.17188 437.925Q466.45312 437.925 466.07812 437.4875Q465.70312 437.03436 465.70312 436.22186L465.70312 432.3L464.54688 432.3L464.54688 431.45624L465.70312 431.45624L465.70312 429.925L466.79688 429.925ZM473.23438 437.8Q473.14062 437.6125 473.07812 437.1281Q472.32812 437.925 471.28125 437.925Q470.34375 437.925 469.73438 437.39374Q469.14062 436.8625 469.14062 436.03436Q469.14062 435.05 469.89062 434.5031Q470.64062 433.95624 472.01562 433.95624L473.0625 433.95624L473.0625 433.45624Q473.0625 432.89374 472.71875 432.5656Q472.39062 432.22186 471.71875 432.22186Q471.14062 432.22186 470.75 432.51874Q470.35938 432.8 470.35938 433.22186L469.26562 433.22186Q469.26562 432.7375 469.59375 432.3Q469.9375 431.8625 470.51562 431.6125Q471.09375 431.34686 471.78125 431.34686Q472.89062 431.34686 473.5 431.89374Q474.125 432.4406 474.15625 433.39374L474.15625 436.3156Q474.15625 437.1906 474.375 437.70624L474.375 437.8L473.23438 437.8ZM471.4375 436.97186Q471.95312 436.97186 472.40625 436.70624Q472.85938 436.4406 473.0625 436.01874L473.0625 434.72186L472.21875 434.72186Q470.21875 434.72186 470.21875 435.89374Q470.21875 436.39374 470.5625 436.6906Q470.90625 436.97186 471.4375 436.97186ZM477.34375 431.45624L477.375 432.2531Q478.10938 431.34686 479.28125 431.34686Q481.29688 431.34686 481.3125 433.6125L481.3125 437.8L480.21875 437.8L480.21875 433.59686Q480.21875 432.925 479.90625 432.59686Q479.60938 432.26874 478.95312 432.26874Q478.42188 432.26874 478.01562 432.55Q477.625 432.83124 477.40625 433.28436L477.40625 437.8L476.32812 437.8L476.32812 431.45624L477.34375 431.45624ZM484.79688 429.925L484.79688 431.45624L485.96875 431.45624L485.96875 432.3L484.79688 432.3L484.79688 436.22186Q484.79688 436.6125 484.95312 436.8Q485.10938 436.9875 485.48438 436.9875Q485.67188 436.9875 486.0 436.925L486.0 437.8Q485.57812 437.925 485.17188 437.925Q484.45312 437.925 484.07812 437.4875Q483.70312 437.03436 483.70312 436.22186L483.70312 432.3L482.54688 432.3L482.54688 431.45624L483.70312 431.45624L483.70312 429.925L484.79688 429.925Z" fill-rule="nonzero"/><path fill="#666666" d="M28.309362 311.62396Q27.543737 311.62396 27.043737 311.1396Q26.543737 310.6396 26.543737 309.87396Q26.543737 309.0927 27.043737 308.60834Q27.543737 308.12396 28.340612 308.12396L28.762487 308.12396Q29.528112 308.12396 30.028112 308.62396Q30.512487 309.10834 30.512487 309.85834Q30.512487 310.62396 30.028112 311.12396Q29.528112 311.62396 28.715612 311.62396L28.309362 311.62396ZM28.762487 310.81146Q29.215612 310.81146 29.512487 310.56146Q29.809362 310.29584 29.809362 309.85834Q29.809362 309.43646 29.528112 309.18646Q29.231237 308.93646 28.731237 308.93646L28.309362 308.93646Q27.856237 308.93646 27.559362 309.18646Q27.246862 309.43646 27.246862 309.87396Q27.246862 310.31146 27.559362 310.56146Q27.856237 310.81146 28.324987 310.81146L28.762487 310.81146ZM33.10624 307.4677Q32.340614 307.4677 31.856237 306.98334Q31.356237 306.48334 31.356237 305.7177Q31.356237 304.9521 31.856237 304.4677Q32.340614 303.9677 33.153114 303.9677L33.559364 303.9677Q34.32499 303.9677 34.82499 304.4521Q35.32499 304.93646 35.32499 305.7021Q35.32499 306.4677 34.840614 306.9677Q34.340614 307.4677 33.528114 307.4677L33.10624 307.4677ZM33.559364 306.6552Q34.028114 306.6552 34.32499 306.4052Q34.621864 306.1396 34.621864 305.7021Q34.621864 305.2802 34.340614 305.0302Q34.04374 304.7802 33.54374 304.7802L33.10624 304.7802Q32.63749 304.7802 32.35624 305.04584Q32.059364 305.29584 32.059364 305.7177Q32.059364 306.1396 32.35624 306.4052Q32.63749 306.6552 33.13749 306.6552L33.559364 306.6552ZM34.559364 309.60834L34.16874 310.23334L27.496862 306.06146L27.887487 305.4521L34.559364 309.60834ZM28.856237 298.3896L29.559362 298.35834Q28.746862 297.67084 28.746862 296.48334Q28.746862 295.1552 29.762487 294.67084Q29.309362 294.35834 29.028112 293.85834Q28.746862 293.3427 28.746862 292.6552Q28.746862 290.56146 30.949987 290.5302L35.19999 290.5302L35.19999 291.60834L31.012487 291.60834Q30.340612 291.60834 30.012487 291.92084Q29.668737 292.23334 29.668737 292.9677Q29.668737 293.5771 30.028112 293.98334Q30.387487 294.37396 30.996862 294.43646L35.19999 294.43646L35.19999 295.5146L31.043737 295.5146Q29.668737 295.5146 29.668737 296.87396Q29.668737 297.93646 30.574987 298.3271L35.19999 298.3271L35.19999 299.42084L28.856237 299.42084L28.856237 298.3896ZM31.965612 288.7021Q31.043737 288.7021 30.293737 288.3427Q29.543737 287.9677 29.153112 287.31146Q28.746862 286.6552 28.746862 285.8271Q28.746862 284.5302 29.637487 283.73334Q30.528112 282.92084 32.028114 282.92084L32.10624 282.92084Q33.028114 282.92084 33.76249 283.2802Q34.496864 283.6396 34.91874 284.29584Q35.32499 284.9521 35.32499 285.81146Q35.32499 287.0927 34.434364 287.9052Q33.528114 288.7021 32.04374 288.7021L31.965612 288.7021ZM32.10624 287.60834Q33.153114 287.60834 33.79374 287.12396Q34.434364 286.62396 34.434364 285.81146Q34.434364 284.98334 33.79374 284.49896Q33.13749 284.0146 31.965612 284.0146Q30.934362 284.0146 30.293737 284.5146Q29.637487 284.99896 29.637487 285.8271Q29.637487 286.62396 30.278112 287.12396Q30.903112 287.60834 32.10624 287.60834ZM31.981237 281.67084Q30.512487 281.67084 29.637487 280.98334Q28.746862 280.29584 28.746862 279.17084Q28.746862 278.06146 29.496862 277.4052L26.199987 277.4052L26.199987 276.3271L35.19999 276.3271L35.19999 277.3271L34.51249 277.37396Q35.32499 278.0302 35.32499 279.18646Q35.32499 280.2802 34.41874 280.98334Q33.51249 281.67084 32.059364 281.67084L31.981237 281.67084ZM32.10624 280.5927Q33.184364 280.5927 33.79374 280.1552Q34.403114 279.7021 34.403114 278.92084Q34.403114 277.8896 33.465614 277.4052L30.559362 277.4052Q29.668737 277.8896 29.668737 278.9052Q29.668737 279.7021 30.278112 280.1552Q30.887487 280.5927 32.10624 280.5927ZM35.32499 271.7802Q35.32499 273.0771 34.48124 273.8896Q33.621864 274.68646 32.19999 274.68646L32.01249 274.68646Q31.059362 274.68646 30.324987 274.3271Q29.574987 273.9677 29.168737 273.3271Q28.746862 272.67084 28.746862 271.92084Q28.746862 270.68646 29.559362 269.99896Q30.371862 269.31146 31.887487 269.31146L32.340614 269.31146L32.340614 273.60834Q33.278114 273.5771 33.85624 273.06146Q34.434364 272.5302 34.434364 271.7177Q34.434364 271.1552 34.19999 270.7646Q33.965614 270.35834 33.57499 270.04584L34.090614 269.3896Q35.32499 270.18646 35.32499 271.7802ZM29.637487 271.92084Q29.637487 272.5771 30.121862 273.0302Q30.590612 273.4677 31.449987 273.56146L31.449987 270.3896L31.371862 270.3896Q30.543737 270.43646 30.090612 270.8427Q29.637487 271.23334 29.637487 271.92084ZM29.824987 265.3427Q29.793737 265.5927 29.793737 265.87396Q29.793737 266.9521 30.699987 267.3271L35.19999 267.3271L35.19999 268.4052L28.856237 268.4052L28.856237 267.35834L29.590612 267.3427Q28.746862 266.81146 28.746862 265.8271Q28.746862 265.5146 28.824987 265.3427L29.824987 265.3427ZM35.19999 260.49896Q35.01249 260.5927 34.528114 260.6552Q35.32499 261.4052 35.32499 262.4521Q35.32499 263.3896 34.79374 263.99896Q34.26249 264.5927 33.434364 264.5927Q32.44999 264.5927 31.903112 263.8427Q31.356237 263.0927 31.356237 261.7177L31.356237 260.67084L30.856237 260.67084Q30.293737 260.67084 29.965612 261.0146Q29.621862 261.3427 29.621862 262.0146Q29.621862 262.5927 29.918737 262.98334Q30.199987 263.37396 30.621862 263.37396L30.621862 264.4677Q30.137487 264.4677 29.699987 264.1396Q29.262487 263.79584 29.012487 263.2177Q28.746862 262.6396 28.746862 261.9521Q28.746862 260.8427 29.293737 260.23334Q29.840612 259.60834 30.793737 259.5771L33.715614 259.5771Q34.590614 259.5771 35.10624 259.35834L35.19999 259.35834L35.19999 260.49896ZM34.371864 262.29584Q34.371864 261.7802 34.10624 261.3271Q33.840614 260.87396 33.41874 260.67084L32.121864 260.67084L32.121864 261.5146Q32.121864 263.5146 33.29374 263.5146Q33.79374 263.5146 34.090614 263.17084Q34.371864 262.8271 34.371864 262.29584ZM27.324987 255.93646L28.856237 255.93646L28.856237 254.76459L29.699987 254.76459L29.699987 255.93646L33.621864 255.93646Q34.01249 255.93646 34.19999 255.78021Q34.38749 255.62396 34.38749 255.24896Q34.38749 255.06146 34.32499 254.73334L35.19999 254.73334Q35.32499 255.15521 35.32499 255.56146Q35.32499 256.2802 34.88749 256.6552Q34.434364 257.0302 33.621864 257.0302L29.699987 257.0302L29.699987 258.18646L28.856237 258.18646L28.856237 257.0302L27.324987 257.0302L27.324987 255.93646ZM35.32499 250.78021Q35.32499 252.07709 34.48124 252.88959Q33.621864 253.68646 32.19999 253.68646L32.01249 253.68646Q31.059362 253.68646 30.324987 253.32709Q29.574987 252.96771 29.168737 252.32709Q28.746862 251.67084 28.746862 250.92084Q28.746862 249.68646 29.559362 248.99896Q30.371862 248.31146 31.887487 248.31146L32.340614 248.31146L32.340614 252.60834Q33.278114 252.57709 33.85624 252.06146Q34.434364 251.53021 34.434364 250.71771Q34.434364 250.15521 34.19999 249.76459Q33.965614 249.35834 33.57499 249.04584L34.090614 248.38959Q35.32499 249.18646 35.32499 250.78021ZM29.637487 250.92084Q29.637487 251.57709 30.121862 252.03021Q30.590612 252.46771 31.449987 252.56146L31.449987 249.38959L31.371862 249.38959Q30.543737 249.43646 30.090612 249.84271Q29.637487 250.23334 29.637487 250.92084ZM35.19999 246.23334L35.19999 247.31146L26.199987 247.31146L26.199987 246.23334L35.19999 246.23334ZM33.60624 242.34271L28.856237 240.85834L28.856237 239.70209L36.184364 242.24896Q37.76249 242.84271 37.76249 244.12396L37.746864 244.34271L37.66874 244.73334L36.79374 244.73334L36.809364 244.45209Q36.809364 243.88959 36.590614 243.59271Q36.371864 243.28021 35.778114 243.07709L35.121864 242.84271L28.856237 245.10834L28.856237 243.92084L33.60624 242.34271ZM31.965612 235.70209Q31.043737 235.70209 30.293737 235.34271Q29.543737 234.96771 29.153112 234.31146Q28.746862 233.65521 28.746862 232.82709Q28.746862 231.53021 29.637487 230.73334Q30.528112 229.92084 32.028114 229.92084L32.10624 229.92084Q33.028114 229.92084 33.76249 230.28021Q34.496864 230.63959 34.91874 231.29584Q35.32499 231.95209 35.32499 232.81146Q35.32499 234.09271 34.434364 234.90521Q33.528114 235.70209 32.04374 235.70209L31.965612 235.70209ZM32.10624 234.60834Q33.153114 234.60834 33.79374 234.12396Q34.434364 233.62396 34.434364 232.81146Q34.434364 231.98334 33.79374 231.49896Q33.13749 231.01459 31.965612 231.01459Q30.934362 231.01459 30.293737 231.51459Q29.637487 231.99896 29.637487 232.82709Q29.637487 233.62396 30.278112 234.12396Q30.903112 234.60834 32.10624 234.60834ZM29.824987 225.34271Q29.793737 225.59271 29.793737 225.87396Q29.793737 226.95209 30.699987 227.32709L35.19999 227.32709L35.19999 228.40521L28.856237 228.40521L28.856237 227.35834L29.590612 227.34271Q28.746862 226.81146 28.746862 225.82709Q28.746862 225.51459 28.824987 225.34271L29.824987 225.34271ZM33.73124 219.32709L28.856237 217.74896L28.856237 216.63959L35.19999 218.92084L35.19999 219.74896L28.856237 222.04584L28.856237 220.93646L33.73124 219.32709ZM35.32499 212.78021Q35.32499 214.07709 34.48124 214.88959Q33.621864 215.68646 32.19999 215.68646L32.01249 215.68646Q31.059362 215.68646 30.324987 215.32709Q29.574987 214.96771 29.168737 214.32709Q28.746862 213.67084 28.746862 212.92084Q28.746862 211.68646 29.559362 210.99896Q30.371862 210.31146 31.887487 210.31146L32.340614 210.31146L32.340614 214.60834Q33.278114 214.57709 33.85624 214.06146Q34.434364 213.53021 34.434364 212.71771Q34.434364 212.15521 34.19999 211.76459Q33.965614 211.35834 33.57499 211.04584L34.090614 210.38959Q35.32499 211.18646 35.32499 212.78021ZM29.637487 212.92084Q29.637487 213.57709 30.121862 214.03021Q30.590612 214.46771 31.449987 214.56146L31.449987 211.38959L31.371862 211.38959Q30.543737 211.43646 30.090612 211.84271Q29.637487 212.23334 29.637487 212.92084ZM29.824987 206.34271Q29.793737 206.59271 29.793737 206.87396Q29.793737 207.95209 30.699987 208.32709L35.19999 208.32709L35.19999 209.40521L28.856237 209.40521L28.856237 208.35834L29.590612 208.34271Q28.746862 207.81146 28.746862 206.82709Q28.746862 206.51459 28.824987 206.34271L29.824987 206.34271ZM33.60624 203.34271L28.856237 201.85834L28.856237 200.70209L36.184364 203.24896Q37.76249 203.84271 37.76249 205.12396L37.746864 205.34271L37.66874 205.73334L36.79374 205.73334L36.809364 205.45209Q36.809364 204.88959 36.590614 204.59271Q36.371864 204.28021 35.778114 204.07709L35.121864 203.84271L28.856237 206.10834L28.856237 204.92084L33.60624 203.34271ZM33.51249 192.71771Q33.07499 192.71771 32.840614 193.06146Q32.590614 193.38959 32.41874 194.21771Q32.246864 195.03021 31.996862 195.51459Q31.746862 195.99896 31.418737 196.23334Q31.074987 196.45209 30.606237 196.45209Q29.824987 196.45209 29.293737 195.79584Q28.746862 195.13959 28.746862 194.10834Q28.746862 193.03021 29.309362 192.37396Q29.856237 191.70209 30.715612 191.70209L30.715612 192.78021Q30.278112 192.78021 29.965612 193.17084Q29.637487 193.54584 29.637487 194.10834Q29.637487 194.70209 29.903112 195.04584Q30.153112 195.37396 30.559362 195.37396Q30.949987 195.37396 31.153112 195.06146Q31.356237 194.74896 31.543737 193.93646Q31.715612 193.12396 31.965612 192.62396Q32.215614 192.12396 32.57499 191.88959Q32.934364 191.63959 33.434364 191.63959Q34.29374 191.63959 34.809364 192.32709Q35.32499 192.99896 35.32499 194.07709Q35.32499 194.84271 35.059364 195.43646Q34.778114 196.01459 34.29374 196.34271Q33.809364 196.67084 33.246864 196.67084L33.246864 195.59271Q33.79374 195.56146 34.121864 195.15521Q34.434364 194.74896 34.434364 194.07709Q34.434364 193.46771 34.184364 193.09271Q33.934364 192.71771 33.51249 192.71771ZM35.19999 186.49896Q35.01249 186.59271 34.528114 186.65521Q35.32499 187.40521 35.32499 188.45209Q35.32499 189.38959 34.79374 189.99896Q34.26249 190.59271 33.434364 190.59271Q32.44999 190.59271 31.903112 189.84271Q31.356237 189.09271 31.356237 187.71771L31.356237 186.67084L30.856237 186.67084Q30.293737 186.67084 29.965612 187.01459Q29.621862 187.34271 29.621862 188.01459Q29.621862 188.59271 29.918737 188.98334Q30.199987 189.37396 30.621862 189.37396L30.621862 190.46771Q30.137487 190.46771 29.699987 190.13959Q29.262487 189.79584 29.012487 189.21771Q28.746862 188.63959 28.746862 187.95209Q28.746862 186.84271 29.293737 186.23334Q29.840612 185.60834 30.793737 185.57709L33.715614 185.57709Q34.590614 185.57709 35.10624 185.35834L35.19999 185.35834L35.19999 186.49896ZM34.371864 188.29584Q34.371864 187.78021 34.10624 187.32709Q33.840614 186.87396 33.41874 186.67084L32.121864 186.67084L32.121864 187.51459Q32.121864 189.51459 33.29374 189.51459Q33.79374 189.51459 34.090614 189.17084Q34.371864 188.82709 34.371864 188.29584ZM27.324987 181.93646L28.856237 181.93646L28.856237 180.76459L29.699987 180.76459L29.699987 181.93646L33.621864 181.93646Q34.01249 181.93646 34.19999 181.78021Q34.38749 181.62396 34.38749 181.24896Q34.38749 181.06146 34.32499 180.73334L35.19999 180.73334Q35.32499 181.15521 35.32499 181.56146Q35.32499 182.28021 34.88749 182.65521Q34.434364 183.03021 33.621864 183.03021L29.699987 183.03021L29.699987 184.18646L28.856237 184.18646L28.856237 183.03021L27.324987 183.03021L27.324987 181.93646ZM35.19999 178.23334L35.19999 179.31146L28.856237 179.31146L28.856237 178.23334L35.19999 178.23334ZM27.184362 179.40521Q26.918737 179.40521 26.731237 179.24896Q26.543737 179.07709 26.543737 178.76459Q26.543737 178.45209 26.731237 178.29584Q26.918737 178.12396 27.184362 178.12396Q27.434362 178.12396 27.621862 178.29584Q27.793737 178.45209 27.793737 178.76459Q27.793737 179.07709 27.621862 179.24896Q27.434362 179.40521 27.184362 179.40521ZM33.51249 172.71771Q33.07499 172.71771 32.840614 173.06146Q32.590614 173.38959 32.41874 174.21771Q32.246864 175.03021 31.996862 175.51459Q31.746862 175.99896 31.418737 176.23334Q31.074987 176.45209 30.606237 176.45209Q29.824987 176.45209 29.293737 175.79584Q28.746862 175.13959 28.746862 174.10834Q28.746862 173.03021 29.309362 172.37396Q29.856237 171.70209 30.715612 171.70209L30.715612 172.78021Q30.278112 172.78021 29.965612 173.17084Q29.637487 173.54584 29.637487 174.10834Q29.637487 174.70209 29.903112 175.04584Q30.153112 175.37396 30.559362 175.37396Q30.949987 175.37396 31.153112 175.06146Q31.356237 174.74896 31.543737 173.93646Q31.715612 173.12396 31.965612 172.62396Q32.215614 172.12396 32.57499 171.88959Q32.934364 171.63959 33.434364 171.63959Q34.29374 171.63959 34.809364 172.32709Q35.32499 172.99896 35.32499 174.07709Q35.32499 174.84271 35.059364 175.43646Q34.778114 176.01459 34.29374 176.34271Q33.809364 176.67084 33.246864 176.67084L33.246864 175.59271Q33.79374 175.56146 34.121864 175.15521Q34.434364 174.74896 34.434364 174.07709Q34.434364 173.46771 34.184364 173.09271Q33.934364 172.71771 33.51249 172.71771ZM35.19999 169.87396L29.699987 169.87396L29.699987 170.87396L28.856237 170.87396L28.856237 169.87396L28.215612 169.87396Q27.184362 169.87396 26.637487 169.34271Q26.074987 168.79584 26.074987 167.79584Q26.074987 167.42084 26.168737 167.04584L27.059362 167.10834Q26.996862 167.38959 26.996862 167.68646Q26.996862 168.21771 27.309362 168.51459Q27.621862 168.79584 28.184362 168.79584L28.856237 168.79584L28.856237 167.43646L29.699987 167.43646L29.699987 168.79584L35.19999 168.79584L35.19999 169.87396ZM35.19999 165.23334L35.19999 166.31146L28.856237 166.31146L28.856237 165.23334L35.19999 165.23334ZM27.184362 166.40521Q26.918737 166.40521 26.731237 166.24896Q26.543737 166.07709 26.543737 165.76459Q26.543737 165.45209 26.731237 165.29584Q26.918737 165.12396 27.184362 165.12396Q27.434362 165.12396 27.621862 165.29584Q27.793737 165.45209 27.793737 165.76459Q27.793737 166.07709 27.621862 166.24896Q27.434362 166.40521 27.184362 166.40521ZM35.32499 160.78021Q35.32499 162.07709 34.48124 162.88959Q33.621864 163.68646 32.19999 163.68646L32.01249 163.68646Q31.059362 163.68646 30.324987 163.32709Q29.574987 162.96771 29.168737 162.32709Q28.746862 161.67084 28.746862 160.92084Q28.746862 159.68646 29.559362 158.99896Q30.371862 158.31146 31.887487 158.31146L32.340614 158.31146L32.340614 162.60834Q33.278114 162.57709 33.85624 162.06146Q34.434364 161.53021 34.434364 160.71771Q34.434364 160.15521 34.19999 159.76459Q33.965614 159.35834 33.57499 159.04584L34.090614 158.38959Q35.32499 159.18646 35.32499 160.78021ZM29.637487 160.92084Q29.637487 161.57709 30.121862 162.03021Q30.590612 162.46771 31.449987 162.56146L31.449987 159.38959L31.371862 159.38959Q30.543737 159.43646 30.090612 159.84271Q29.637487 160.23334 29.637487 160.92084ZM31.981237 157.67084Q30.512487 157.67084 29.637487 156.98334Q28.746862 156.29584 28.746862 155.17084Q28.746862 154.06146 29.496862 153.40521L26.199987 153.40521L26.199987 152.32709L35.19999 152.32709L35.19999 153.32709L34.51249 153.37396Q35.32499 154.03021 35.32499 155.18646Q35.32499 156.28021 34.41874 156.98334Q33.51249 157.67084 32.059364 157.67084L31.981237 157.67084ZM32.10624 156.59271Q33.184364 156.59271 33.79374 156.15521Q34.403114 155.70209 34.403114 154.92084Q34.403114 153.88959 33.465614 153.40521L30.559362 153.40521Q29.668737 153.88959 29.668737 154.90521Q29.668737 155.70209 30.278112 156.15521Q30.887487 156.59271 32.10624 156.59271Z" fill-rule="nonzero"/><path fill="#666666" d="M76.2625 387.65936Q76.2625 389.5656 75.60625 390.5031Q74.96562 391.425 73.575 391.425Q72.21562 391.425 71.55937 390.51874Q70.90312 389.6125 70.87187 387.8L70.87187 386.3625Q70.87187 384.47186 71.5125 383.5656Q72.16875 382.64374 73.55937 382.64374Q74.93437 382.64374 75.59062 383.53436Q76.24687 384.40936 76.2625 386.2531L76.2625 387.65936ZM75.16875 386.175Q75.16875 384.8 74.77812 384.175Q74.40312 383.53436 73.55937 383.53436Q72.73125 383.53436 72.34062 384.175Q71.96562 384.8 71.96562 386.09686L71.96562 387.83124Q71.96562 389.20624 72.35625 389.8781Q72.7625 390.53436 73.575 390.53436Q74.37187 390.53436 74.7625 389.90936Q75.15312 389.28436 75.16875 387.95624L75.16875 386.175ZM77.80937 384.40936Q77.80937 383.64374 78.29375 383.14374Q78.79375 382.64374 79.55937 382.64374Q80.34062 382.64374 80.825 383.14374Q81.30937 383.64374 81.30937 384.4406L81.30937 384.8625Q81.30937 385.6281 80.80937 386.1281Q80.325 386.6125 79.575 386.6125Q78.80937 386.6125 78.30937 386.1281Q77.80937 385.6281 77.80937 384.8156L77.80937 384.40936ZM78.62187 384.8625Q78.62187 385.3156 78.87187 385.6125Q79.1375 385.90936 79.575 385.90936Q79.99687 385.90936 80.24687 385.6281Q80.49687 385.33124 80.49687 384.83124L80.49687 384.40936Q80.49687 383.95624 80.24687 383.65936Q79.99687 383.34686 79.55937 383.34686Q79.12187 383.34686 78.87187 383.65936Q78.62187 383.95624 78.62187 384.425L78.62187 384.8625ZM81.96562 389.20624Q81.96562 388.4406 82.45 387.95624Q82.95 387.45624 83.71562 387.45624Q84.48125 387.45624 84.96562 387.95624Q85.46562 388.4406 85.46562 389.2531L85.46562 389.65936Q85.46562 390.425 84.98125 390.925Q84.49687 391.425 83.73125 391.425Q82.96562 391.425 82.46562 390.9406Q81.96562 390.4406 81.96562 389.6281L81.96562 389.20624ZM82.77812 389.65936Q82.77812 390.1281 83.02812 390.425Q83.29375 390.72186 83.73125 390.72186Q84.15312 390.72186 84.40312 390.4406Q84.65312 390.14374 84.65312 389.64374L84.65312 389.20624Q84.65312 388.7375 84.3875 388.45624Q84.1375 388.15936 83.71562 388.15936Q83.29375 388.15936 83.02812 388.45624Q82.77812 388.7375 82.77812 389.2375L82.77812 389.65936ZM79.825 390.65936L79.2 390.26874L83.37187 383.59686L83.98125 383.9875L79.825 390.65936Z" fill-rule="nonzero"/><path fill="#666666" d="M69.49687 310.39166L63.903126 310.39166L63.903126 309.6104L66.85625 306.32916Q67.5125 305.57916 67.7625 305.12604Q68.0125 304.6573 68.0125 304.1573Q68.0125 303.4854 67.60625 303.06354Q67.21562 302.62604 66.52812 302.62604Q65.73125 302.62604 65.27812 303.0948Q64.825 303.5479 64.825 304.37604L63.746876 304.37604Q63.746876 303.18854 64.49687 302.4698Q65.2625 301.7354 66.52812 301.7354Q67.73125 301.7354 68.41875 302.3604Q69.10625 302.9854 69.10625 304.0323Q69.10625 305.2823 67.49687 307.0323L65.21562 309.50104L69.49687 309.50104L69.49687 310.39166ZM71.40312 306.1104L71.84062 301.8604L76.21562 301.8604L76.21562 302.8604L72.7625 302.8604L72.49687 305.18854Q73.1375 304.81354 73.93437 304.81354Q75.09062 304.81354 75.77812 305.5948Q76.46562 306.3604 76.46562 307.6729Q76.46562 308.9854 75.74687 309.75104Q75.04375 310.51666 73.7625 310.51666Q72.6375 310.51666 71.91875 309.89166Q71.2 309.25104 71.10625 308.14166L72.12187 308.14166Q72.23125 308.87604 72.65312 309.25104Q73.075 309.62604 73.7625 309.62604Q74.5125 309.62604 74.95 309.1104Q75.3875 308.5948 75.3875 307.68854Q75.3875 306.82916 74.91875 306.31354Q74.45 305.7979 73.66875 305.7979Q72.96562 305.7979 72.55937 306.0948L72.27812 306.32916L71.40312 306.1104ZM77.80937 303.50104Q77.80937 302.7354 78.29375 302.2354Q78.79375 301.7354 79.55937 301.7354Q80.34062 301.7354 80.825 302.2354Q81.30937 302.7354 81.30937 303.5323L81.30937 303.95416Q81.30937 304.7198 80.80937 305.2198Q80.325 305.70416 79.575 305.70416Q78.80937 305.70416 78.30937 305.2198Q77.80937 304.7198 77.80937 303.9073L77.80937 303.50104ZM78.62187 303.95416Q78.62187 304.4073 78.87187 304.70416Q79.1375 305.00104 79.575 305.00104Q79.99687 305.00104 80.24687 304.7198Q80.49687 304.4229 80.49687 303.9229L80.49687 303.50104Q80.49687 303.0479 80.24687 302.75104Q79.99687 302.43854 79.55937 302.43854Q79.12187 302.43854 78.87187 302.75104Q78.62187 303.0479 78.62187 303.51666L78.62187 303.95416ZM81.96562 308.2979Q81.96562 307.5323 82.45 307.0479Q82.95 306.5479 83.71562 306.5479Q84.48125 306.5479 84.96562 307.0479Q85.46562 307.5323 85.46562 308.3448L85.46562 308.75104Q85.46562 309.51666 84.98125 310.01666Q84.49687 310.51666 83.73125 310.51666Q82.96562 310.51666 82.46562 310.0323Q81.96562 309.5323 81.96562 308.7198L81.96562 308.2979ZM82.77812 308.75104Q82.77812 309.2198 83.02812 309.51666Q83.29375 309.81354 83.73125 309.81354Q84.15312 309.81354 84.40312 309.5323Q84.65312 309.2354 84.65312 308.7354L84.65312 308.2979Q84.65312 307.82916 84.3875 307.5479Q84.1375 307.25104 83.71562 307.25104Q83.29375 307.25104 83.02812 307.5479Q82.77812 307.82916 82.77812 308.32916L82.77812 308.75104ZM79.825 309.75104L79.2 309.3604L83.37187 302.68854L83.98125 303.07916L79.825 309.75104Z" fill-rule="nonzero"/><path fill="#666666" d="M64.40312 225.20209L64.84062 220.95209L69.21562 220.95209L69.21562 221.95209L65.7625 221.95209L65.49687 224.28021Q66.1375 223.90521 66.93437 223.90521Q68.09062 223.90521 68.77812 224.68646Q69.46562 225.45209 69.46562 226.76459Q69.46562 228.07709 68.74687 228.84271Q68.04375 229.60834 66.7625 229.60834Q65.6375 229.60834 64.91875 228.98334Q64.2 228.34271 64.10625 227.23334L65.12187 227.23334Q65.23125 227.96771 65.65312 228.34271Q66.075 228.71771 66.7625 228.71771Q67.5125 228.71771 67.95 228.20209Q68.3875 227.68646 68.3875 226.78021Q68.3875 225.92084 67.91875 225.40521Q67.45 224.88959 66.66875 224.88959Q65.96562 224.88959 65.55937 225.18646L65.27812 225.42084L64.40312 225.20209ZM76.2625 225.84271Q76.2625 227.74896 75.60625 228.68646Q74.96562 229.60834 73.575 229.60834Q72.21562 229.60834 71.55937 228.70209Q70.90312 227.79584 70.87187 225.98334L70.87187 224.54584Q70.87187 222.65521 71.5125 221.74896Q72.16875 220.82709 73.55937 220.82709Q74.93437 220.82709 75.59062 221.71771Q76.24687 222.59271 76.2625 224.43646L76.2625 225.84271ZM75.16875 224.35834Q75.16875 222.98334 74.77812 222.35834Q74.40312 221.71771 73.55937 221.71771Q72.73125 221.71771 72.34062 222.35834Q71.96562 222.98334 71.96562 224.28021L71.96562 226.01459Q71.96562 227.38959 72.35625 228.06146Q72.7625 228.71771 73.575 228.71771Q74.37187 228.71771 74.7625 228.09271Q75.15312 227.46771 75.16875 226.13959L75.16875 224.35834ZM77.80937 222.59271Q77.80937 221.82709 78.29375 221.32709Q78.79375 220.82709 79.55937 220.82709Q80.34062 220.82709 80.825 221.32709Q81.30937 221.82709 81.30937 222.62396L81.30937 223.04584Q81.30937 223.81146 80.80937 224.31146Q80.325 224.79584 79.575 224.79584Q78.80937 224.79584 78.30937 224.31146Q77.80937 223.81146 77.80937 222.99896L77.80937 222.59271ZM78.62187 223.04584Q78.62187 223.49896 78.87187 223.79584Q79.1375 224.09271 79.575 224.09271Q79.99687 224.09271 80.24687 223.81146Q80.49687 223.51459 80.49687 223.01459L80.49687 222.59271Q80.49687 222.13959 80.24687 221.84271Q79.99687 221.53021 79.55937 221.53021Q79.12187 221.53021 78.87187 221.84271Q78.62187 222.13959 78.62187 222.60834L78.62187 223.04584ZM81.96562 227.38959Q81.96562 226.62396 82.45 226.13959Q82.95 225.63959 83.71562 225.63959Q84.48125 225.63959 84.96562 226.13959Q85.46562 226.62396 85.46562 227.43646L85.46562 227.84271Q85.46562 228.60834 84.98125 229.10834Q84.49687 229.60834 83.73125 229.60834Q82.96562 229.60834 82.46562 229.12396Q81.96562 228.62396 81.96562 227.81146L81.96562 227.38959ZM82.77812 227.84271Q82.77812 228.31146 83.02812 228.60834Q83.29375 228.90521 83.73125 228.90521Q84.15312 228.90521 84.40312 228.62396Q84.65312 228.32709 84.65312 227.82709L84.65312 227.38959Q84.65312 226.92084 84.3875 226.63959Q84.1375 226.34271 83.71562 226.34271Q83.29375 226.34271 83.02812 226.63959Q82.77812 226.92084 82.77812 227.42084L82.77812 227.84271ZM79.825 228.84271L79.2 228.45209L83.37187 221.78021L83.98125 222.17084L79.825 228.84271Z" fill-rule="nonzero"/><path fill="#666666" d="M69.41875 140.65312L65.8875 148.575L64.74687 148.575L68.2625 140.93437L63.653126 140.93437L63.653126 140.04375L69.41875 140.04375L69.41875 140.65312ZM71.40312 144.29375L71.84062 140.04375L76.21562 140.04375L76.21562 141.04375L72.7625 141.04375L72.49687 143.37187Q73.1375 142.99687 73.93437 142.99687Q75.09062 142.99687 75.77812 143.77812Q76.46562 144.54375 76.46562 145.85625Q76.46562 147.16875 75.74687 147.93437Q75.04375 148.7 73.7625 148.7Q72.6375 148.7 71.91875 148.075Q71.2 147.43437 71.10625 146.325L72.12187 146.325Q72.23125 147.05937 72.65312 147.43437Q73.075 147.80937 73.7625 147.80937Q74.5125 147.80937 74.95 147.29375Q75.3875 146.77812 75.3875 145.87187Q75.3875 145.0125 74.91875 144.49687Q74.45 143.98125 73.66875 143.98125Q72.96562 143.98125 72.55937 144.27812L72.27812 144.5125L71.40312 144.29375ZM77.80937 141.68437Q77.80937 140.91875 78.29375 140.41875Q78.79375 139.91875 79.55937 139.91875Q80.34062 139.91875 80.825 140.41875Q81.30937 140.91875 81.30937 141.71562L81.30937 142.1375Q81.30937 142.90312 80.80937 143.40312Q80.325 143.8875 79.575 143.8875Q78.80937 143.8875 78.30937 143.40312Q77.80937 142.90312 77.80937 142.09062L77.80937 141.68437ZM78.62187 142.1375Q78.62187 142.59062 78.87187 142.8875Q79.1375 143.18437 79.575 143.18437Q79.99687 143.18437 80.24687 142.90312Q80.49687 142.60625 80.49687 142.10625L80.49687 141.68437Q80.49687 141.23125 80.24687 140.93437Q79.99687 140.62187 79.55937 140.62187Q79.12187 140.62187 78.87187 140.93437Q78.62187 141.23125 78.62187 141.7L78.62187 142.1375ZM81.96562 146.48125Q81.96562 145.71562 82.45 145.23125Q82.95 144.73125 83.71562 144.73125Q84.48125 144.73125 84.96562 145.23125Q85.46562 145.71562 85.46562 146.52812L85.46562 146.93437Q85.46562 147.7 84.98125 148.2Q84.49687 148.7 83.73125 148.7Q82.96562 148.7 82.46562 148.21562Q81.96562 147.71562 81.96562 146.90312L81.96562 146.48125ZM82.77812 146.93437Q82.77812 147.40312 83.02812 147.7Q83.29375 147.99687 83.73125 147.99687Q84.15312 147.99687 84.40312 147.71562Q84.65312 147.41875 84.65312 146.91875L84.65312 146.48125Q84.65312 146.0125 84.3875 145.73125Q84.1375 145.43437 83.71562 145.43437Q83.29375 145.43437 83.02812 145.73125Q82.77812 146.0125 82.77812 146.5125L82.77812 146.93437ZM79.825 147.93437L79.2 147.54375L83.37187 140.87187L83.98125 141.2625L79.825 147.93437Z" fill-rule="nonzero"/><path fill="#666666" d="M60.465626 67.666664L59.3875 67.666664L59.3875 60.447914L57.2 61.24479L57.2 60.260414L60.309376 59.08854L60.465626 59.08854L60.465626 67.666664ZM69.2625 64.02604Q69.2625 65.93229 68.60625 66.86979Q67.96562 67.791664 66.575 67.791664Q65.21562 67.791664 64.55937 66.885414Q63.903126 65.979164 63.871876 64.166664L63.871876 62.729164Q63.871876 60.83854 64.5125 59.93229Q65.16875 59.010414 66.55937 59.010414Q67.93437 59.010414 68.59062 59.90104Q69.24687 60.77604 69.2625 62.61979L69.2625 64.02604ZM68.16875 62.541664Q68.16875 61.166664 67.77812 60.541664Q67.40312 59.90104 66.55937 59.90104Q65.73125 59.90104 65.34062 60.541664Q64.96562 61.166664 64.96562 62.46354L64.96562 64.197914Q64.96562 65.572914 65.35625 66.24479Q65.7625 66.90104 66.575 66.90104Q67.37187 66.90104 67.7625 66.27604Q68.15312 65.65104 68.16875 64.322914L68.16875 62.541664ZM76.2625 64.02604Q76.2625 65.93229 75.60625 66.86979Q74.96562 67.791664 73.575 67.791664Q72.21562 67.791664 71.55937 66.885414Q70.90312 65.979164 70.87187 64.166664L70.87187 62.729164Q70.87187 60.83854 71.5125 59.93229Q72.16875 59.010414 73.55937 59.010414Q74.93437 59.010414 75.59062 59.90104Q76.24687 60.77604 76.2625 62.61979L76.2625 64.02604ZM75.16875 62.541664Q75.16875 61.166664 74.77812 60.541664Q74.40312 59.90104 73.55937 59.90104Q72.73125 59.90104 72.34062 60.541664Q71.96562 61.166664 71.96562 62.46354L71.96562 64.197914Q71.96562 65.572914 72.35625 66.24479Q72.7625 66.90104 73.575 66.90104Q74.37187 66.90104 74.7625 66.27604Q75.15312 65.65104 75.16875 64.322914L75.16875 62.541664ZM77.80937 60.77604Q77.80937 60.010414 78.29375 59.510414Q78.79375 59.010414 79.55937 59.010414Q80.34062 59.010414 80.825 59.510414Q81.30937 60.010414 81.30937 60.80729L81.30937 61.229164Q81.30937 61.99479 80.80937 62.49479Q80.325 62.979164 79.575 62.979164Q78.80937 62.979164 78.30937 62.49479Q77.80937 61.99479 77.80937 61.18229L77.80937 60.77604ZM78.62187 61.229164Q78.62187 61.68229 78.87187 61.979164Q79.1375 62.27604 79.575 62.27604Q79.99687 62.27604 80.24687 61.99479Q80.49687 61.697914 80.49687 61.197914L80.49687 60.77604Q80.49687 60.322914 80.24687 60.02604Q79.99687 59.71354 79.55937 59.71354Q79.12187 59.71354 78.87187 60.02604Q78.62187 60.322914 78.62187 60.791664L78.62187 61.229164ZM81.96562 65.572914Q81.96562 64.80729 82.45 64.322914Q82.95 63.822914 83.71562 63.822914Q84.48125 63.822914 84.96562 64.322914Q85.46562 64.80729 85.46562 65.61979L85.46562 66.02604Q85.46562 66.791664 84.98125 67.291664Q84.49687 67.791664 83.73125 67.791664Q82.96562 67.791664 82.46562 67.30729Q81.96562 66.80729 81.96562 65.99479L81.96562 65.572914ZM82.77812 66.02604Q82.77812 66.49479 83.02812 66.791664Q83.29375 67.08854 83.73125 67.08854Q84.15312 67.08854 84.40312 66.80729Q84.65312 66.510414 84.65312 66.010414L84.65312 65.572914Q84.65312 65.104164 84.3875 64.822914Q84.1375 64.52604 83.71562 64.52604Q83.29375 64.52604 83.02812 64.822914Q82.77812 65.104164 82.77812 65.604164L82.77812 66.02604ZM79.825 67.02604L79.2 66.635414L83.37187 59.96354L83.98125 60.354164L79.825 67.02604Z" fill-rule="nonzero"/><path fill="#666666" d="M90.2625 401.15936Q90.2625 403.0656 89.60625 404.0031Q88.96562 404.925 87.575 404.925Q86.21562 404.925 85.55937 404.01874Q84.90312 403.1125 84.87187 401.3L84.87187 399.8625Q84.87187 397.97186 85.5125 397.0656Q86.16875 396.14374 87.55937 396.14374Q88.93437 396.14374 89.59062 397.03436Q90.24687 397.90936 90.2625 399.7531L90.2625 401.15936ZM89.16875 399.675Q89.16875 398.3 88.77812 397.675Q88.40312 397.03436 87.55937 397.03436Q86.73125 397.03436 86.34062 397.675Q85.96562 398.3 85.96562 399.59686L85.96562 401.33124Q85.96562 402.70624 86.35625 403.3781Q86.7625 404.03436 87.575 404.03436Q88.37187 404.03436 88.7625 403.40936Q89.15312 402.78436 89.16875 401.45624L89.16875 399.675ZM91.80937 397.90936Q91.80937 397.14374 92.29375 396.64374Q92.79375 396.14374 93.55937 396.14374Q94.34062 396.14374 94.825 396.64374Q95.30937 397.14374 95.30937 397.9406L95.30937 398.3625Q95.30937 399.1281 94.80937 399.6281Q94.325 400.1125 93.575 400.1125Q92.80937 400.1125 92.30937 399.6281Q91.80937 399.1281 91.80937 398.3156L91.80937 397.90936ZM92.62187 398.3625Q92.62187 398.8156 92.87187 399.1125Q93.1375 399.40936 93.575 399.40936Q93.99687 399.40936 94.24687 399.1281Q94.49687 398.83124 94.49687 398.33124L94.49687 397.90936Q94.49687 397.45624 94.24687 397.15936Q93.99687 396.84686 93.55937 396.84686Q93.12187 396.84686 92.87187 397.15936Q92.62187 397.45624 92.62187 397.925L92.62187 398.3625ZM95.96562 402.70624Q95.96562 401.9406 96.45 401.45624Q96.95 400.95624 97.71562 400.95624Q98.48125 400.95624 98.96562 401.45624Q99.46562 401.9406 99.46562 402.7531L99.46562 403.15936Q99.46562 403.925 98.98125 404.425Q98.49687 404.925 97.73125 404.925Q96.96562 404.925 96.46562 404.4406Q95.96562 403.9406 95.96562 403.1281L95.96562 402.70624ZM96.77812 403.15936Q96.77812 403.6281 97.02812 403.925Q97.29375 404.22186 97.73125 404.22186Q98.15312 404.22186 98.40312 403.9406Q98.65312 403.64374 98.65312 403.14374L98.65312 402.70624Q98.65312 402.2375 98.3875 401.95624Q98.1375 401.65936 97.71562 401.65936Q97.29375 401.65936 97.02812 401.95624Q96.77812 402.2375 96.77812 402.7375L96.77812 403.15936ZM93.825 404.15936L93.2 403.76874L97.37187 397.09686L97.98125 397.4875L93.825 404.15936Z" fill-rule="nonzero"/><path fill="#666666" d="M245.89688 404.8L240.30313 404.8L240.30313 404.01874L243.25626 400.7375Q243.9125 399.9875 244.1625 399.53436Q244.4125 399.0656 244.4125 398.5656Q244.4125 397.89374 244.00626 397.47186Q243.61563 397.03436 242.92813 397.03436Q242.13126 397.03436 241.67813 397.5031Q241.225 397.95624 241.225 398.78436L240.14688 398.78436Q240.14688 397.59686 240.89688 396.8781Q241.6625 396.14374 242.92813 396.14374Q244.13126 396.14374 244.81876 396.76874Q245.50626 397.39374 245.50626 398.4406Q245.50626 399.6906 243.89688 401.4406L241.61563 403.90936L245.89688 403.90936L245.89688 404.8ZM247.80313 400.51874L248.24063 396.26874L252.61563 396.26874L252.61563 397.26874L249.1625 397.26874L248.89688 399.59686Q249.5375 399.22186 250.33438 399.22186Q251.49063 399.22186 252.17813 400.0031Q252.86563 400.76874 252.86563 402.08124Q252.86563 403.39374 252.14688 404.15936Q251.44376 404.925 250.1625 404.925Q249.0375 404.925 248.31876 404.3Q247.6 403.65936 247.50626 402.55L248.52188 402.55Q248.63126 403.28436 249.05313 403.65936Q249.475 404.03436 250.1625 404.03436Q250.9125 404.03436 251.35 403.51874Q251.7875 403.0031 251.7875 402.09686Q251.7875 401.2375 251.31876 400.72186Q250.85 400.20624 250.06876 400.20624Q249.36563 400.20624 248.95938 400.5031L248.67813 400.7375L247.80313 400.51874ZM254.20938 397.90936Q254.20938 397.14374 254.69376 396.64374Q255.19376 396.14374 255.95938 396.14374Q256.74063 396.14374 257.225 396.64374Q257.70938 397.14374 257.70938 397.9406L257.70938 398.3625Q257.70938 399.1281 257.20938 399.6281Q256.725 400.1125 255.975 400.1125Q255.20938 400.1125 254.70938 399.6281Q254.20938 399.1281 254.20938 398.3156L254.20938 397.90936ZM255.02188 398.3625Q255.02188 398.8156 255.27188 399.1125Q255.5375 399.40936 255.975 399.40936Q256.39688 399.40936 256.64688 399.1281Q256.89688 398.83124 256.89688 398.33124L256.89688 397.90936Q256.89688 397.45624 256.64688 397.15936Q256.39688 396.84686 255.95938 396.84686Q255.52188 396.84686 255.27188 397.15936Q255.02188 397.45624 255.02188 397.925L255.02188 398.3625ZM258.36563 402.70624Q258.36563 401.9406 258.85 401.45624Q259.35 400.95624 260.11563 400.95624Q260.88126 400.95624 261.36563 401.45624Q261.86563 401.9406 261.86563 402.7531L261.86563 403.15936Q261.86563 403.925 261.38126 404.425Q260.89688 404.925 260.13126 404.925Q259.36563 404.925 258.86563 404.4406Q258.36563 403.9406 258.36563 403.1281L258.36563 402.70624ZM259.17813 403.15936Q259.17813 403.6281 259.42813 403.925Q259.69376 404.22186 260.13126 404.22186Q260.55313 404.22186 260.80313 403.9406Q261.05313 403.64374 261.05313 403.14374L261.05313 402.70624Q261.05313 402.2375 260.7875 401.95624Q260.5375 401.65936 260.11563 401.65936Q259.69376 401.65936 259.42813 401.95624Q259.17813 402.2375 259.17813 402.7375L259.17813 403.15936ZM256.225 404.15936L255.6 403.76874L259.77188 397.09686L260.38126 397.4875L256.225 404.15936Z" fill-rule="nonzero"/><path fill="#666666" d="M399.70312 400.51874L400.14062 396.26874L404.51562 396.26874L404.51562 397.26874L401.0625 397.26874L400.79688 399.59686Q401.4375 399.22186 402.23438 399.22186Q403.39062 399.22186 404.07812 400.0031Q404.76562 400.76874 404.76562 402.08124Q404.76562 403.39374 404.04688 404.15936Q403.34375 404.925 402.0625 404.925Q400.9375 404.925 400.21875 404.3Q399.5 403.65936 399.40625 402.55L400.42188 402.55Q400.53125 403.28436 400.95312 403.65936Q401.375 404.03436 402.0625 404.03436Q402.8125 404.03436 403.25 403.51874Q403.6875 403.0031 403.6875 402.09686Q403.6875 401.2375 403.21875 400.72186Q402.75 400.20624 401.96875 400.20624Q401.26562 400.20624 400.85938 400.5031L400.57812 400.7375L399.70312 400.51874ZM411.5625 401.15936Q411.5625 403.0656 410.90625 404.0031Q410.26562 404.925 408.875 404.925Q407.51562 404.925 406.85938 404.01874Q406.20312 403.1125 406.17188 401.3L406.17188 399.8625Q406.17188 397.97186 406.8125 397.0656Q407.46875 396.14374 408.85938 396.14374Q410.23438 396.14374 410.89062 397.03436Q411.54688 397.90936 411.5625 399.7531L411.5625 401.15936ZM410.46875 399.675Q410.46875 398.3 410.07812 397.675Q409.70312 397.03436 408.85938 397.03436Q408.03125 397.03436 407.64062 397.675Q407.26562 398.3 407.26562 399.59686L407.26562 401.33124Q407.26562 402.70624 407.65625 403.3781Q408.0625 404.03436 408.875 404.03436Q409.67188 404.03436 410.0625 403.40936Q410.45312 402.78436 410.46875 401.45624L410.46875 399.675ZM413.10938 397.90936Q413.10938 397.14374 413.59375 396.64374Q414.09375 396.14374 414.85938 396.14374Q415.64062 396.14374 416.125 396.64374Q416.60938 397.14374 416.60938 397.9406L416.60938 398.3625Q416.60938 399.1281 416.10938 399.6281Q415.625 400.1125 414.875 400.1125Q414.10938 400.1125 413.60938 399.6281Q413.10938 399.1281 413.10938 398.3156L413.10938 397.90936ZM413.92188 398.3625Q413.92188 398.8156 414.17188 399.1125Q414.4375 399.40936 414.875 399.40936Q415.29688 399.40936 415.54688 399.1281Q415.79688 398.83124 415.79688 398.33124L415.79688 397.90936Q415.79688 397.45624 415.54688 397.15936Q415.29688 396.84686 414.85938 396.84686Q414.42188 396.84686 414.17188 397.15936Q413.92188 397.45624 413.92188 397.925L413.92188 398.3625ZM417.26562 402.70624Q417.26562 401.9406 417.75 401.45624Q418.25 400.95624 419.01562 400.95624Q419.78125 400.95624 420.26562 401.45624Q420.76562 401.9406 420.76562 402.7531L420.76562 403.15936Q420.76562 403.925 420.28125 404.425Q419.79688 404.925 419.03125 404.925Q418.26562 404.925 417.76562 404.4406Q417.26562 403.9406 417.26562 403.1281L417.26562 402.70624ZM418.07812 403.15936Q418.07812 403.6281 418.32812 403.925Q418.59375 404.22186 419.03125 404.22186Q419.45312 404.22186 419.70312 403.9406Q419.95312 403.64374 419.95312 403.14374L419.95312 402.70624Q419.95312 402.2375 419.6875 401.95624Q419.4375 401.65936 419.01562 401.65936Q418.59375 401.65936 418.32812 401.95624Q418.07812 402.2375 418.07812 402.7375L418.07812 403.15936ZM415.125 404.15936L414.5 403.76874L418.67188 397.09686L419.28125 397.4875L415.125 404.15936Z" fill-rule="nonzero"/><path fill="#666666" d="M563.6188 396.8781L560.0875 404.8L558.9469 404.8L562.4625 397.15936L557.85315 397.15936L557.85315 396.26874L563.6188 396.26874L563.6188 396.8781ZM565.60315 400.51874L566.04065 396.26874L570.41565 396.26874L570.41565 397.26874L566.9625 397.26874L566.6969 399.59686Q567.3375 399.22186 568.1344 399.22186Q569.29065 399.22186 569.97815 400.0031Q570.66565 400.76874 570.66565 402.08124Q570.66565 403.39374 569.9469 404.15936Q569.2438 404.925 567.9625 404.925Q566.8375 404.925 566.1188 404.3Q565.4 403.65936 565.3063 402.55L566.3219 402.55Q566.4313 403.28436 566.85315 403.65936Q567.275 404.03436 567.9625 404.03436Q568.7125 404.03436 569.15 403.51874Q569.5875 403.0031 569.5875 402.09686Q569.5875 401.2375 569.1188 400.72186Q568.65 400.20624 567.8688 400.20624Q567.16565 400.20624 566.7594 400.5031L566.47815 400.7375L565.60315 400.51874ZM572.0094 397.90936Q572.0094 397.14374 572.4938 396.64374Q572.9938 396.14374 573.7594 396.14374Q574.54065 396.14374 575.025 396.64374Q575.5094 397.14374 575.5094 397.9406L575.5094 398.3625Q575.5094 399.1281 575.0094 399.6281Q574.525 400.1125 573.775 400.1125Q573.0094 400.1125 572.5094 399.6281Q572.0094 399.1281 572.0094 398.3156L572.0094 397.90936ZM572.8219 398.3625Q572.8219 398.8156 573.0719 399.1125Q573.3375 399.40936 573.775 399.40936Q574.1969 399.40936 574.4469 399.1281Q574.6969 398.83124 574.6969 398.33124L574.6969 397.90936Q574.6969 397.45624 574.4469 397.15936Q574.1969 396.84686 573.7594 396.84686Q573.3219 396.84686 573.0719 397.15936Q572.8219 397.45624 572.8219 397.925L572.8219 398.3625ZM576.16565 402.70624Q576.16565 401.9406 576.65 401.45624Q577.15 400.95624 577.91565 400.95624Q578.6813 400.95624 579.16565 401.45624Q579.66565 401.9406 579.66565 402.7531L579.66565 403.15936Q579.66565 403.925 579.1813 404.425Q578.6969 404.925 577.9313 404.925Q577.16565 404.925 576.66565 404.4406Q576.16565 403.9406 576.16565 403.1281L576.16565 402.70624ZM576.97815 403.15936Q576.97815 403.6281 577.22815 403.925Q577.4938 404.22186 577.9313 404.22186Q578.35315 404.22186 578.60315 403.9406Q578.85315 403.64374 578.85315 403.14374L578.85315 402.70624Q578.85315 402.2375 578.5875 401.95624Q578.3375 401.65936 577.91565 401.65936Q577.4938 401.65936 577.22815 401.95624Q576.97815 402.2375 576.97815 402.7375L576.97815 403.15936ZM574.025 404.15936L573.4 403.76874L577.5719 397.09686L578.1813 397.4875L574.025 404.15936Z" fill-rule="nonzero"/><path fill="#666666" d="M717.0656 404.8L715.9875 404.8L715.9875 397.58124L713.8 398.3781L713.8 397.39374L716.90936 396.22186L717.0656 396.22186L717.0656 404.8ZM725.8625 401.15936Q725.8625 403.0656 725.20624 404.0031Q724.5656 404.925 723.175 404.925Q721.8156 404.925 721.15936 404.01874Q720.5031 403.1125 720.47186 401.3L720.47186 399.8625Q720.47186 397.97186 721.1125 397.0656Q721.76874 396.14374 723.15936 396.14374Q724.53436 396.14374 725.1906 397.03436Q725.84686 397.90936 725.8625 399.7531L725.8625 401.15936ZM724.76874 399.675Q724.76874 398.3 724.3781 397.675Q724.0031 397.03436 723.15936 397.03436Q722.33124 397.03436 721.9406 397.675Q721.5656 398.3 721.5656 399.59686L721.5656 401.33124Q721.5656 402.70624 721.95624 403.3781Q722.3625 404.03436 723.175 404.03436Q723.97186 404.03436 724.3625 403.40936Q724.7531 402.78436 724.76874 401.45624L724.76874 399.675ZM732.8625 401.15936Q732.8625 403.0656 732.20624 404.0031Q731.5656 404.925 730.175 404.925Q728.8156 404.925 728.15936 404.01874Q727.5031 403.1125 727.47186 401.3L727.47186 399.8625Q727.47186 397.97186 728.1125 397.0656Q728.76874 396.14374 730.15936 396.14374Q731.53436 396.14374 732.1906 397.03436Q732.84686 397.90936 732.8625 399.7531L732.8625 401.15936ZM731.76874 399.675Q731.76874 398.3 731.3781 397.675Q731.0031 397.03436 730.15936 397.03436Q729.33124 397.03436 728.9406 397.675Q728.5656 398.3 728.5656 399.59686L728.5656 401.33124Q728.5656 402.70624 728.95624 403.3781Q729.3625 404.03436 730.175 404.03436Q730.97186 404.03436 731.3625 403.40936Q731.7531 402.78436 731.76874 401.45624L731.76874 399.675ZM734.40936 397.90936Q734.40936 397.14374 734.89374 396.64374Q735.39374 396.14374 736.15936 396.14374Q736.9406 396.14374 737.425 396.64374Q737.90936 397.14374 737.90936 397.9406L737.90936 398.3625Q737.90936 399.1281 737.40936 399.6281Q736.925 400.1125 736.175 400.1125Q735.40936 400.1125 734.90936 399.6281Q734.40936 399.1281 734.40936 398.3156L734.40936 397.90936ZM735.22186 398.3625Q735.22186 398.8156 735.47186 399.1125Q735.7375 399.40936 736.175 399.40936Q736.59686 399.40936 736.84686 399.1281Q737.09686 398.83124 737.09686 398.33124L737.09686 397.90936Q737.09686 397.45624 736.84686 397.15936Q736.59686 396.84686 736.15936 396.84686Q735.72186 396.84686 735.47186 397.15936Q735.22186 397.45624 735.22186 397.925L735.22186 398.3625ZM738.5656 402.70624Q738.5656 401.9406 739.05 401.45624Q739.55 400.95624 740.3156 400.95624Q741.08124 400.95624 741.5656 401.45624Q742.0656 401.9406 742.0656 402.7531L742.0656 403.15936Q742.0656 403.925 741.58124 404.425Q741.09686 404.925 740.33124 404.925Q739.5656 404.925 739.0656 404.4406Q738.5656 403.9406 738.5656 403.1281L738.5656 402.70624ZM739.3781 403.15936Q739.3781 403.6281 739.6281 403.925Q739.89374 404.22186 740.33124 404.22186Q740.7531 404.22186 741.0031 403.9406Q741.2531 403.64374 741.2531 403.14374L741.2531 402.70624Q741.2531 402.2375 740.9875 401.95624Q740.7375 401.65936 740.3156 401.65936Q739.89374 401.65936 739.6281 401.95624Q739.3781 402.2375 739.3781 402.7375L739.3781 403.15936ZM736.425 404.15936L735.8 403.76874L739.97186 397.09686L740.58124 397.4875L736.425 404.15936Z" fill-rule="nonzero"/><path fill="#666666" d="M25.7625 36.2L24.45 36.2L24.45 26.246876L25.7625 26.246876L25.7625 36.2ZM29.340626 28.809376L29.3875 29.621876Q30.2 28.66875 31.575 28.66875Q33.121876 28.66875 33.684376 29.85625Q34.059376 29.325 34.653126 28.996876Q35.246876 28.66875 36.04375 28.66875Q38.48125 28.66875 38.528126 31.246876L38.528126 36.2L37.2625 36.2L37.2625 31.325Q37.2625 30.528126 36.8875 30.1375Q36.528126 29.746876 35.684376 29.746876Q34.965626 29.746876 34.496876 30.16875Q34.04375 30.575 33.965626 31.29375L33.965626 36.2L32.7 36.2L32.7 31.35625Q32.7 29.746876 31.121876 29.746876Q29.871876 29.746876 29.41875 30.79375L29.41875 36.2L28.153126 36.2L28.153126 28.809376L29.340626 28.809376ZM46.403126 32.590626Q46.403126 34.278126 45.621876 35.309376Q44.85625 36.340626 43.54375 36.340626Q42.2 36.340626 41.41875 35.48125L41.41875 39.04375L40.153126 39.04375L40.153126 28.809376L41.309376 28.809376L41.371876 29.621876Q42.153126 28.66875 43.528126 28.66875Q44.85625 28.66875 45.621876 29.66875Q46.403126 30.66875 46.403126 32.465626L46.403126 32.590626ZM45.1375 32.434376Q45.1375 31.184376 44.60625 30.465626Q44.075 29.746876 43.1375 29.746876Q41.996876 29.746876 41.41875 30.7625L41.41875 34.29375Q41.996876 35.309376 43.153126 35.309376Q44.075 35.309376 44.60625 34.590626Q45.1375 33.85625 45.1375 32.434376ZM47.825 32.434376Q47.825 31.340626 48.246876 30.48125Q48.684376 29.60625 49.434376 29.1375Q50.2 28.66875 51.184376 28.66875Q52.684376 28.66875 53.621876 29.715626Q54.559376 30.7625 54.559376 32.496876L54.559376 32.590626Q54.559376 33.66875 54.1375 34.528126Q53.73125 35.371876 52.95 35.85625Q52.184376 36.340626 51.2 36.340626Q49.684376 36.340626 48.746876 35.29375Q47.825 34.246876 47.825 32.528126L47.825 32.434376ZM49.090626 32.590626Q49.090626 33.809376 49.653126 34.559376Q50.23125 35.309376 51.2 35.309376Q52.153126 35.309376 52.715626 34.559376Q53.29375 33.79375 53.29375 32.434376Q53.29375 31.215626 52.715626 30.465626Q52.1375 29.7 51.184376 29.7Q50.246876 29.7 49.66875 30.45Q49.090626 31.2 49.090626 32.590626ZM59.73125 29.934376Q59.45 29.8875 59.10625 29.8875Q57.871876 29.8875 57.41875 30.95L57.41875 36.2L56.153126 36.2L56.153126 28.809376L57.3875 28.809376L57.403126 29.653126Q58.028126 28.66875 59.16875 28.66875Q59.54375 28.66875 59.73125 28.7625L59.73125 29.934376ZM62.871876 27.0125L62.871876 28.809376L64.24687 28.809376L64.24687 29.778126L62.871876 29.778126L62.871876 34.371876Q62.871876 34.809376 63.059376 35.04375Q63.246876 35.2625 63.684376 35.2625Q63.903126 35.2625 64.29375 35.16875L64.29375 36.2Q63.79375 36.340626 63.325 36.340626Q62.465626 36.340626 62.028126 35.825Q61.60625 35.309376 61.60625 34.371876L61.60625 29.778126L60.2625 29.778126L60.2625 28.809376L61.60625 28.809376L61.60625 27.0125L62.871876 27.0125ZM70.73125 36.2Q70.62187 35.98125 70.54375 35.41875Q69.66875 36.340626 68.43437 36.340626Q67.34062 36.340626 66.6375 35.73125Q65.95 35.10625 65.95 34.153126Q65.95 32.996876 66.825 32.35625Q67.7 31.715626 69.29375 31.715626L70.52812 31.715626L70.52812 31.1375Q70.52812 30.465626 70.12187 30.075Q69.73125 29.684376 68.96562 29.684376Q68.27812 29.684376 67.825 30.028126Q67.37187 30.371876 67.37187 30.85625L66.09062 30.85625Q66.09062 30.29375 66.48125 29.778126Q66.8875 29.2625 67.55937 28.965626Q68.23125 28.66875 69.02812 28.66875Q70.30937 28.66875 71.02812 29.309376Q71.7625 29.95 71.79375 31.059376L71.79375 34.465626Q71.79375 35.48125 72.04375 36.090626L72.04375 36.2L70.73125 36.2ZM68.62187 35.23125Q69.21562 35.23125 69.74687 34.934376Q70.29375 34.621876 70.52812 34.121876L70.52812 32.60625L69.52812 32.60625Q67.21562 32.60625 67.21562 33.965626Q67.21562 34.559376 67.60625 34.903126Q67.99687 35.23125 68.62187 35.23125ZM75.35625 28.809376L75.3875 29.73125Q76.24687 28.66875 77.60625 28.66875Q79.95 28.66875 79.98125 31.309376L79.98125 36.2L78.71562 36.2L78.71562 31.309376Q78.7 30.5125 78.34062 30.1375Q77.98125 29.746876 77.23125 29.746876Q76.60625 29.746876 76.1375 30.075Q75.68437 30.403126 75.41875 30.934376L75.41875 36.2L74.15312 36.2L74.15312 28.809376L75.35625 28.809376ZM85.12187 35.309376Q85.79375 35.309376 86.29375 34.903126Q86.80937 34.48125 86.87187 33.871876L88.05937 33.871876Q88.02812 34.496876 87.62187 35.075Q87.21562 35.653126 86.54375 35.996876Q85.87187 36.340626 85.12187 36.340626Q83.60625 36.340626 82.71562 35.340626Q81.825 34.325 81.825 32.575L81.825 32.35625Q81.825 31.278126 82.21562 30.434376Q82.62187 29.590626 83.35625 29.1375Q84.10625 28.66875 85.12187 28.66875Q86.35625 28.66875 87.18437 29.41875Q88.0125 30.153126 88.05937 31.340626L86.87187 31.340626Q86.80937 30.621876 86.325 30.16875Q85.84062 29.7 85.12187 29.7Q84.15312 29.7 83.62187 30.403126Q83.09062 31.090626 83.09062 32.403126L83.09062 32.6375Q83.09062 33.91875 83.62187 34.621876Q84.15312 35.309376 85.12187 35.309376ZM92.23125 36.340626Q90.71562 36.340626 89.77812 35.35625Q88.84062 34.35625 88.84062 32.7L88.84062 32.48125Q88.84062 31.371876 89.2625 30.5125Q89.68437 29.6375 90.43437 29.153126Q91.18437 28.66875 92.075 28.66875Q93.5125 28.66875 94.30937 29.621876Q95.10625 30.559376 95.10625 32.340626L95.10625 32.85625L90.10625 32.85625Q90.12187 33.95 90.73125 34.6375Q91.35625 35.309376 92.29375 35.309376Q92.96562 35.309376 93.41875 35.04375Q93.8875 34.7625 94.24687 34.309376L95.0125 34.903126Q94.09062 36.340626 92.23125 36.340626ZM92.075 29.7Q91.30937 29.7 90.77812 30.2625Q90.2625 30.825 90.1375 31.825L93.84062 31.825L93.84062 31.73125Q93.79375 30.7625 93.325 30.23125Q92.85625 29.7 92.075 29.7ZM101.59062 34.48125L103.43437 28.809376L104.71562 28.809376L102.075 36.2L101.10625 36.2L98.41875 28.809376L99.71562 28.809376L101.59062 34.48125ZM110.46562 34.23125Q110.46562 33.73125 110.075 33.45Q109.68437 33.153126 108.73125 32.95Q107.77812 32.746876 107.2 32.465626Q106.6375 32.16875 106.37187 31.778126Q106.10625 31.3875 106.10625 30.840626Q106.10625 29.91875 106.87187 29.29375Q107.6375 28.66875 108.84062 28.66875Q110.09062 28.66875 110.87187 29.325Q111.65312 29.965626 111.65312 30.98125L110.3875 30.98125Q110.3875 30.45 109.95 30.075Q109.5125 29.7 108.84062 29.7Q108.15312 29.7 107.7625 30.0125Q107.37187 30.309376 107.37187 30.79375Q107.37187 31.246876 107.73125 31.48125Q108.09062 31.715626 109.02812 31.934376Q109.98125 32.1375 110.575 32.434376Q111.16875 32.73125 111.45 33.153126Q111.73125 33.559376 111.73125 34.153126Q111.73125 35.1375 110.93437 35.746876Q110.1375 36.340626 108.87187 36.340626Q107.99687 36.340626 107.30937 36.028126Q106.62187 35.7 106.23125 35.1375Q105.85625 34.575 105.85625 33.91875L107.12187 33.91875Q107.15312 34.559376 107.62187 34.934376Q108.10625 35.309376 108.87187 35.309376Q109.59062 35.309376 110.02812 35.0125Q110.46562 34.715626 110.46562 34.23125ZM113.18437 35.54375Q113.18437 35.215626 113.37187 34.996876Q113.575 34.778126 113.96562 34.778126Q114.35625 34.778126 114.55937 34.996876Q114.7625 35.215626 114.7625 35.54375Q114.7625 35.85625 114.55937 36.075Q114.35625 36.278126 113.96562 36.278126Q113.575 36.278126 113.37187 36.075Q113.18437 35.85625 113.18437 35.54375ZM124.46562 34.23125Q124.46562 33.73125 124.075 33.45Q123.68437 33.153126 122.73125 32.95Q121.77812 32.746876 121.2 32.465626Q120.6375 32.16875 120.37187 31.778126Q120.10625 31.3875 120.10625 30.840626Q120.10625 29.91875 120.87187 29.29375Q121.6375 28.66875 122.84062 28.66875Q124.09062 28.66875 124.87187 29.325Q125.65312 29.965626 125.65312 30.98125L124.3875 30.98125Q124.3875 30.45 123.95 30.075Q123.5125 29.7 122.84062 29.7Q122.15312 29.7 121.7625 30.0125Q121.37187 30.309376 121.37187 30.79375Q121.37187 31.246876 121.73125 31.48125Q122.09062 31.715626 123.02812 31.934376Q123.98125 32.1375 124.575 32.434376Q125.16875 32.73125 125.45 33.153126Q125.73125 33.559376 125.73125 34.153126Q125.73125 35.1375 124.93437 35.746876Q124.1375 36.340626 122.87187 36.340626Q121.99687 36.340626 121.30937 36.028126Q120.62187 35.7 120.23125 35.1375Q119.85625 34.575 119.85625 33.91875L121.12187 33.91875Q121.15312 34.559376 121.62187 34.934376Q122.10625 35.309376 122.87187 35.309376Q123.59062 35.309376 124.02812 35.0125Q124.46562 34.715626 124.46562 34.23125ZM131.73125 36.2Q131.62187 35.98125 131.54375 35.41875Q130.66875 36.340626 129.43437 36.340626Q128.34062 36.340626 127.6375 35.73125Q126.95 35.10625 126.95 34.153126Q126.95 32.996876 127.825 32.35625Q128.7 31.715626 130.29375 31.715626L131.52812 31.715626L131.52812 31.1375Q131.52812 30.465626 131.12187 30.075Q130.73125 29.684376 129.96562 29.684376Q129.27812 29.684376 128.825 30.028126Q128.37187 30.371876 128.37187 30.85625L127.09062 30.85625Q127.09062 30.29375 127.48125 29.778126Q127.8875 29.2625 128.55937 28.965626Q129.23125 28.66875 130.02812 28.66875Q131.30937 28.66875 132.02812 29.309376Q132.7625 29.95 132.79375 31.059376L132.79375 34.465626Q132.79375 35.48125 133.04375 36.090626L133.04375 36.2L131.73125 36.2ZM129.62187 35.23125Q130.21562 35.23125 130.74687 34.934376Q131.29375 34.621876 131.52812 34.121876L131.52812 32.60625L130.52812 32.60625Q128.21562 32.60625 128.21562 33.965626Q128.21562 34.559376 128.60625 34.903126Q128.99687 35.23125 129.62187 35.23125ZM136.87187 27.0125L136.87187 28.809376L138.24687 28.809376L138.24687 29.778126L136.87187 29.778126L136.87187 34.371876Q136.87187 34.809376 137.05937 35.04375Q137.24687 35.2625 137.68437 35.2625Q137.90312 35.2625 138.29375 35.16875L138.29375 36.2Q137.79375 36.340626 137.325 36.340626Q136.46562 36.340626 136.02812 35.825Q135.60625 35.309376 135.60625 34.371876L135.60625 29.778126L134.2625 29.778126L134.2625 28.809376L135.60625 28.809376L135.60625 27.0125L136.87187 27.0125ZM141.52812 36.2L140.2625 36.2L140.2625 28.809376L141.52812 28.809376L141.52812 36.2ZM140.16875 26.840626Q140.16875 26.528126 140.35625 26.325Q140.54375 26.10625 140.90312 26.10625Q141.27812 26.10625 141.46562 26.325Q141.66875 26.528126 141.66875 26.840626Q141.66875 27.153126 141.46562 27.35625Q141.27812 27.559376 140.90312 27.559376Q140.54375 27.559376 140.35625 27.35625Q140.16875 27.153126 140.16875 26.840626ZM147.46562 34.23125Q147.46562 33.73125 147.075 33.45Q146.68437 33.153126 145.73125 32.95Q144.77812 32.746876 144.2 32.465626Q143.6375 32.16875 143.37187 31.778126Q143.10625 31.3875 143.10625 30.840626Q143.10625 29.91875 143.87187 29.29375Q144.6375 28.66875 145.84062 28.66875Q147.09062 28.66875 147.87187 29.325Q148.65312 29.965626 148.65312 30.98125L147.3875 30.98125Q147.3875 30.45 146.95 30.075Q146.5125 29.7 145.84062 29.7Q145.15312 29.7 144.7625 30.0125Q144.37187 30.309376 144.37187 30.79375Q144.37187 31.246876 144.73125 31.48125Q145.09062 31.715626 146.02812 31.934376Q146.98125 32.1375 147.575 32.434376Q148.16875 32.73125 148.45 33.153126Q148.73125 33.559376 148.73125 34.153126Q148.73125 35.1375 147.93437 35.746876Q147.1375 36.340626 145.87187 36.340626Q144.99687 36.340626 144.30937 36.028126Q143.62187 35.7 143.23125 35.1375Q142.85625 34.575 142.85625 33.91875L144.12187 33.91875Q144.15312 34.559376 144.62187 34.934376Q145.10625 35.309376 145.87187 35.309376Q146.59062 35.309376 147.02812 35.0125Q147.46562 34.715626 147.46562 34.23125ZM150.77812 36.2L150.77812 29.778126L149.60625 29.778126L149.60625 28.809376L150.77812 28.809376L150.77812 28.04375Q150.77812 26.85625 151.40312 26.215626Q152.04375 25.559376 153.21562 25.559376Q153.65312 25.559376 154.075 25.66875L154.0125 26.7Q153.68437 26.6375 153.325 26.6375Q152.71562 26.6375 152.37187 26.996876Q152.04375 27.35625 152.04375 28.028126L152.04375 28.809376L153.62187 28.809376L153.62187 29.778126L152.04375 29.778126L152.04375 36.2L150.77812 36.2ZM159.73125 36.2Q159.62187 35.98125 159.54375 35.41875Q158.66875 36.340626 157.43437 36.340626Q156.34062 36.340626 155.6375 35.73125Q154.95 35.10625 154.95 34.153126Q154.95 32.996876 155.825 32.35625Q156.7 31.715626 158.29375 31.715626L159.52812 31.715626L159.52812 31.1375Q159.52812 30.465626 159.12187 30.075Q158.73125 29.684376 157.96562 29.684376Q157.27812 29.684376 156.825 30.028126Q156.37187 30.371876 156.37187 30.85625L155.09062 30.85625Q155.09062 30.29375 155.48125 29.778126Q155.8875 29.2625 156.55937 28.965626Q157.23125 28.66875 158.02812 28.66875Q159.30937 28.66875 160.02812 29.309376Q160.7625 29.95 160.79375 31.059376L160.79375 34.465626Q160.79375 35.48125 161.04375 36.090626L161.04375 36.2L159.73125 36.2ZM157.62187 35.23125Q158.21562 35.23125 158.74687 34.934376Q159.29375 34.621876 159.52812 34.121876L159.52812 32.60625L158.52812 32.60625Q156.21562 32.60625 156.21562 33.965626Q156.21562 34.559376 156.60625 34.903126Q156.99687 35.23125 157.62187 35.23125ZM166.12187 35.309376Q166.79375 35.309376 167.29375 34.903126Q167.80937 34.48125 167.87187 33.871876L169.05937 33.871876Q169.02812 34.496876 168.62187 35.075Q168.21562 35.653126 167.54375 35.996876Q166.87187 36.340626 166.12187 36.340626Q164.60625 36.340626 163.71562 35.340626Q162.825 34.325 162.825 32.575L162.825 32.35625Q162.825 31.278126 163.21562 30.434376Q163.62187 29.590626 164.35625 29.1375Q165.10625 28.66875 166.12187 28.66875Q167.35625 28.66875 168.18437 29.41875Q169.0125 30.153126 169.05937 31.340626L167.87187 31.340626Q167.80937 30.621876 167.325 30.16875Q166.84062 29.7 166.12187 29.7Q165.15312 29.7 164.62187 30.403126Q164.09062 31.090626 164.09062 32.403126L164.09062 32.6375Q164.09062 33.91875 164.62187 34.621876Q165.15312 35.309376 166.12187 35.309376ZM171.87187 27.0125L171.87187 28.809376L173.24687 28.809376L173.24687 29.778126L171.87187 29.778126L171.87187 34.371876Q171.87187 34.809376 172.05937 35.04375Q172.24687 35.2625 172.68437 35.2625Q172.90312 35.2625 173.29375 35.16875L173.29375 36.2Q172.79375 36.340626 172.325 36.340626Q171.46562 36.340626 171.02812 35.825Q170.60625 35.309376 170.60625 34.371876L170.60625 29.778126L169.2625 29.778126L169.2625 28.809376L170.60625 28.809376L170.60625 27.0125L171.87187 27.0125ZM176.52812 36.2L175.2625 36.2L175.2625 28.809376L176.52812 28.809376L176.52812 36.2ZM175.16875 26.840626Q175.16875 26.528126 175.35625 26.325Q175.54375 26.10625 175.90312 26.10625Q176.27812 26.10625 176.46562 26.325Q176.66875 26.528126 176.66875 26.840626Q176.66875 27.153126 176.46562 27.35625Q176.27812 27.559376 175.90312 27.559376Q175.54375 27.559376 175.35625 27.35625Q175.16875 27.153126 175.16875 26.840626ZM177.825 32.434376Q177.825 31.340626 178.24687 30.48125Q178.68437 29.60625 179.43437 29.1375Q180.2 28.66875 181.18437 28.66875Q182.68437 28.66875 183.62187 29.715626Q184.55937 30.7625 184.55937 32.496876L184.55937 32.590626Q184.55937 33.66875 184.1375 34.528126Q183.73125 35.371876 182.95 35.85625Q182.18437 36.340626 181.2 36.340626Q179.68437 36.340626 178.74687 35.29375Q177.825 34.246876 177.825 32.528126L177.825 32.434376ZM179.09062 32.590626Q179.09062 33.809376 179.65312 34.559376Q180.23125 35.309376 181.2 35.309376Q182.15312 35.309376 182.71562 34.559376Q183.29375 33.79375 183.29375 32.434376Q183.29375 31.215626 182.71562 30.465626Q182.1375 29.7 181.18437 29.7Q180.24687 29.7 179.66875 30.45Q179.09062 31.2 179.09062 32.590626ZM187.35625 28.809376L187.3875 29.73125Q188.24687 28.66875 189.60625 28.66875Q191.95 28.66875 191.98125 31.309376L191.98125 36.2L190.71562 36.2L190.71562 31.309376Q190.7 30.5125 190.34062 30.1375Q189.98125 29.746876 189.23125 29.746876Q188.60625 29.746876 188.1375 30.075Q187.68437 30.403126 187.41875 30.934376L187.41875 36.2L186.15312 36.2L186.15312 28.809376L187.35625 28.809376Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig16.svg b/_content/survey2019/fig16.svg
deleted file mode 100644
index 16061f2..0000000
--- a/_content/survey2019/fig16.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 453.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="453" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 453.0L0 453.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M149.5 39.5L149.5 381.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M254.5 39.5L254.5 381.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M359.5 39.5L359.5 381.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M464.5 39.5L464.5 381.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 39.5L569.5 381.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M149.5 39.412994L569.4754 39.412994L569.4754 381.5L149.5 381.5L149.5 39.412994Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 72.0L149.0 63.0L484.0 63.0C485.10458 63.0 486.0 63.89543 486.0 65.0L486.0 70.0C486.0 71.10457 485.10458 72.0 484.0 72.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M149.0 72.0L149.0 63.0L484.0 63.0C485.10458 63.0 486.0 63.89543 486.0 65.0L486.0 70.0C486.0 71.10457 485.10458 72.0 484.0 72.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 136.0L149.0 127.0L457.0 127.0C458.10458 127.0 459.0 127.89543 459.0 129.0L459.0 134.0C459.0 135.10457 458.10458 136.0 457.0 136.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M149.0 136.0L149.0 127.0L457.0 127.0C458.10458 127.0 459.0 127.89543 459.0 129.0L459.0 134.0C459.0 135.10457 458.10458 136.0 457.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 199.0L149.0 190.0L363.0 190.0C364.10458 190.0 365.0 190.89543 365.0 192.0L365.0 197.0C365.0 198.10457 364.10458 199.0 363.0 199.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M149.0 199.0L149.0 190.0L363.0 190.0C364.10458 190.0 365.0 190.89543 365.0 192.0L365.0 197.0C365.0 198.10457 364.10458 199.0 363.0 199.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 263.0L149.0 254.0L322.0 254.0C323.10458 254.0 324.0 254.89543 324.0 256.0L324.0 261.0C324.0 262.10458 323.10458 263.0 322.0 263.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M149.0 263.0L149.0 254.0L322.0 254.0C323.10458 254.0 324.0 254.89543 324.0 256.0L324.0 261.0C324.0 262.10458 323.10458 263.0 322.0 263.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 327.0L149.0 318.0L324.0 318.0C325.10458 318.0 326.0 318.89542 326.0 320.0L326.0 325.0C326.0 326.10458 325.10458 327.0 324.0 327.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M149.0 327.0L149.0 318.0L324.0 318.0C325.10458 318.0 326.0 318.89542 326.0 320.0L326.0 325.0C326.0 326.10458 325.10458 327.0 324.0 327.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 82.0L149.0 73.0L500.0 73.0C501.10458 73.0 502.0 73.89543 502.0 75.0L502.0 80.0C502.0 81.10457 501.10458 82.0 500.0 82.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M149.0 82.0L149.0 73.0L500.0 73.0C501.10458 73.0 502.0 73.89543 502.0 75.0L502.0 80.0C502.0 81.10457 501.10458 82.0 500.0 82.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 146.0L149.0 137.0L464.0 137.0C465.10458 137.0 466.0 137.89543 466.0 139.0L466.0 144.0C466.0 145.10457 465.10458 146.0 464.0 146.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M149.0 146.0L149.0 137.0L464.0 137.0C465.10458 137.0 466.0 137.89543 466.0 139.0L466.0 144.0C466.0 145.10457 465.10458 146.0 464.0 146.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 209.0L149.0 200.0L388.0 200.0C389.10458 200.0 390.0 200.89543 390.0 202.0L390.0 207.0C390.0 208.10457 389.10458 209.0 388.0 209.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M149.0 209.0L149.0 200.0L388.0 200.0C389.10458 200.0 390.0 200.89543 390.0 202.0L390.0 207.0C390.0 208.10457 389.10458 209.0 388.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 273.0L149.0 264.0L335.0 264.0C336.10458 264.0 337.0 264.89542 337.0 266.0L337.0 271.0C337.0 272.10458 336.10458 273.0 335.0 273.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M149.0 273.0L149.0 264.0L335.0 264.0C336.10458 264.0 337.0 264.89542 337.0 266.0L337.0 271.0C337.0 272.10458 336.10458 273.0 335.0 273.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 337.0L149.0 328.0L321.0 328.0C322.10458 328.0 323.0 328.89542 323.0 330.0L323.0 335.0C323.0 336.10458 322.10458 337.0 321.0 337.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M149.0 337.0L149.0 328.0L321.0 328.0C322.10458 328.0 323.0 328.89542 323.0 330.0L323.0 335.0C323.0 336.10458 322.10458 337.0 321.0 337.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 92.0L149.0 83.0L492.0 83.0C493.10458 83.0 494.0 83.89543 494.0 85.0L494.0 90.0C494.0 91.10457 493.10458 92.0 492.0 92.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M149.0 92.0L149.0 83.0L492.0 83.0C493.10458 83.0 494.0 83.89543 494.0 85.0L494.0 90.0C494.0 91.10457 493.10458 92.0 492.0 92.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 156.0L149.0 147.0L447.0 147.0C448.10458 147.0 449.0 147.89543 449.0 149.0L449.0 154.0C449.0 155.10457 448.10458 156.0 447.0 156.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M149.0 156.0L149.0 147.0L447.0 147.0C448.10458 147.0 449.0 147.89543 449.0 149.0L449.0 154.0C449.0 155.10457 448.10458 156.0 447.0 156.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 219.0L149.0 210.0L399.0 210.0C400.10458 210.0 401.0 210.89543 401.0 212.0L401.0 217.0C401.0 218.10457 400.10458 219.0 399.0 219.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M149.0 219.0L149.0 210.0L399.0 210.0C400.10458 210.0 401.0 210.89543 401.0 212.0L401.0 217.0C401.0 218.10457 400.10458 219.0 399.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 283.0L149.0 274.0L339.0 274.0C340.10458 274.0 341.0 274.89542 341.0 276.0L341.0 281.0C341.0 282.10458 340.10458 283.0 339.0 283.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M149.0 283.0L149.0 274.0L339.0 274.0C340.10458 274.0 341.0 274.89542 341.0 276.0L341.0 281.0C341.0 282.10458 340.10458 283.0 339.0 283.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 347.0L149.0 338.0L330.0 338.0C331.10458 338.0 332.0 338.89542 332.0 340.0L332.0 345.0C332.0 346.10458 331.10458 347.0 330.0 347.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M149.0 347.0L149.0 338.0L330.0 338.0C331.10458 338.0 332.0 338.89542 332.0 340.0L332.0 345.0C332.0 346.10458 331.10458 347.0 330.0 347.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 102.0L149.0 93.0L464.0 93.0C465.10458 93.0 466.0 93.89543 466.0 95.0L466.0 100.0C466.0 101.10457 465.10458 102.0 464.0 102.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M149.0 102.0L149.0 93.0L464.0 93.0C465.10458 93.0 466.0 93.89543 466.0 95.0L466.0 100.0C466.0 101.10457 465.10458 102.0 464.0 102.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 166.0L149.0 157.0L451.0 157.0C452.10458 157.0 453.0 157.89543 453.0 159.0L453.0 164.0C453.0 165.10457 452.10458 166.0 451.0 166.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M149.0 166.0L149.0 157.0L451.0 157.0C452.10458 157.0 453.0 157.89543 453.0 159.0L453.0 164.0C453.0 165.10457 452.10458 166.0 451.0 166.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 229.0L149.0 220.0L409.0 220.0C410.10458 220.0 411.0 220.89543 411.0 222.0L411.0 227.0C411.0 228.10457 410.10458 229.0 409.0 229.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M149.0 229.0L149.0 220.0L409.0 220.0C410.10458 220.0 411.0 220.89543 411.0 222.0L411.0 227.0C411.0 228.10457 410.10458 229.0 409.0 229.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 293.0L149.0 284.0L389.0 284.0C390.10458 284.0 391.0 284.89542 391.0 286.0L391.0 291.0C391.0 292.10458 390.10458 293.0 389.0 293.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M149.0 293.0L149.0 284.0L389.0 284.0C390.10458 284.0 391.0 284.89542 391.0 286.0L391.0 291.0C391.0 292.10458 390.10458 293.0 389.0 293.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 357.0L149.0 348.0L350.0 348.0C351.10458 348.0 352.0 348.89542 352.0 350.0L352.0 355.0C352.0 356.10458 351.10458 357.0 350.0 357.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M149.0 357.0L149.0 348.0L350.0 348.0C351.10458 348.0 352.0 348.89542 352.0 350.0L352.0 355.0C352.0 356.10458 351.10458 357.0 350.0 357.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M500.4177 66.25Q500.4177 66.78125 500.13644 67.203125Q499.8552 67.609375 499.37082 67.84375Q499.93332 68.078125 500.24582 68.546875Q500.57394 69.0 500.57394 69.578125Q500.57394 70.5 499.94894 71.046875Q499.33957 71.59375 498.32394 71.59375Q497.2927 71.59375 496.6677 71.046875Q496.05832 70.5 496.05832 69.578125Q496.05832 69.0 496.37082 68.546875Q496.68332 68.078125 497.24582 67.84375Q496.77707 67.609375 496.49582 67.1875Q496.2302 66.765625 496.2302 66.25Q496.2302 65.34375 496.7927 64.828125Q497.37082 64.296875 498.32394 64.296875Q499.26144 64.296875 499.83957 64.828125Q500.4177 65.34375 500.4177 66.25ZM499.68332 69.5625Q499.68332 68.96875 499.2927 68.59375Q498.9177 68.21875 498.30832 68.21875Q497.69894 68.21875 497.32394 68.59375Q496.96457 68.953125 496.96457 69.5625Q496.96457 70.171875 497.32394 70.515625Q497.68332 70.859375 498.32394 70.859375Q498.94894 70.859375 499.30832 70.515625Q499.68332 70.15625 499.68332 69.5625ZM498.32394 65.03125Q497.7927 65.03125 497.44894 65.359375Q497.12082 65.6875 497.12082 66.265625Q497.12082 66.796875 497.44894 67.140625Q497.77707 67.46875 498.30832 67.46875Q498.8552 67.46875 499.18332 67.140625Q499.51144 66.796875 499.51144 66.265625Q499.51144 65.71875 499.1677 65.375Q498.83957 65.03125 498.32394 65.03125ZM506.55832 68.46875Q506.55832 70.046875 506.01144 70.828125Q505.4802 71.59375 504.32394 71.59375Q503.18332 71.59375 502.63644 70.84375Q502.08957 70.09375 502.07394 68.59375L502.07394 67.390625Q502.07394 65.8125 502.6052 65.0625Q503.15207 64.296875 504.30832 64.296875Q505.46457 64.296875 505.99582 65.03125Q506.5427 65.765625 506.55832 67.296875L506.55832 68.46875ZM505.65207 67.234375Q505.65207 66.078125 505.32394 65.5625Q505.01144 65.03125 504.30832 65.03125Q503.62082 65.03125 503.2927 65.5625Q502.9802 66.078125 502.9802 67.15625L502.9802 68.609375Q502.9802 69.765625 503.30832 70.3125Q503.65207 70.859375 504.32394 70.859375Q504.99582 70.859375 505.30832 70.34375Q505.63644 69.828125 505.65207 68.71875L505.65207 67.234375ZM508.02707 65.75Q508.02707 65.125 508.43332 64.703125Q508.83957 64.28125 509.4802 64.28125Q510.13644 64.28125 510.52707 64.703125Q510.93332 65.125 510.93332 65.78125L510.93332 66.140625Q510.93332 66.78125 510.52707 67.1875Q510.12082 67.59375 509.49582 67.59375Q508.8552 67.59375 508.43332 67.1875Q508.02707 66.78125 508.02707 66.09375L508.02707 65.75ZM508.69894 66.140625Q508.69894 66.515625 508.90207 66.765625Q509.12082 67.0 509.49582 67.0Q509.83957 67.0 510.0427 66.765625Q510.26144 66.53125 510.26144 66.109375L510.26144 65.75Q510.26144 65.375 510.0427 65.125Q509.83957 64.875 509.4802 64.875Q509.12082 64.875 508.90207 65.125Q508.69894 65.375 508.69894 65.78125L508.69894 66.140625ZM511.4802 69.75Q511.4802 69.109375 511.88644 68.703125Q512.30835 68.296875 512.93335 68.296875Q513.574 68.296875 513.9802 68.703125Q514.4021 69.109375 514.4021 69.796875L514.4021 70.140625Q514.4021 70.78125 513.99585 71.203125Q513.5896 71.609375 512.949 71.609375Q512.324 71.609375 511.90207 71.203125Q511.4802 70.78125 511.4802 70.109375L511.4802 69.75ZM512.1677 70.140625Q512.1677 70.515625 512.37085 70.765625Q512.5896 71.015625 512.949 71.015625Q513.30835 71.015625 513.5115 70.78125Q513.7302 70.53125 513.7302 70.125L513.7302 69.75Q513.7302 69.375 513.5115 69.125Q513.2927 68.875 512.949 68.875Q512.5896 68.875 512.37085 69.125Q512.1677 69.359375 512.1677 69.78125L512.1677 70.140625ZM509.69894 70.96875L509.18332 70.640625L512.6521 65.078125L513.1677 65.40625L509.69894 70.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M500.4177 66.25Q500.4177 66.78125 500.13644 67.203125Q499.8552 67.609375 499.37082 67.84375Q499.93332 68.078125 500.24582 68.546875Q500.57394 69.0 500.57394 69.578125Q500.57394 70.5 499.94894 71.046875Q499.33957 71.59375 498.32394 71.59375Q497.2927 71.59375 496.6677 71.046875Q496.05832 70.5 496.05832 69.578125Q496.05832 69.0 496.37082 68.546875Q496.68332 68.078125 497.24582 67.84375Q496.77707 67.609375 496.49582 67.1875Q496.2302 66.765625 496.2302 66.25Q496.2302 65.34375 496.7927 64.828125Q497.37082 64.296875 498.32394 64.296875Q499.26144 64.296875 499.83957 64.828125Q500.4177 65.34375 500.4177 66.25ZM499.68332 69.5625Q499.68332 68.96875 499.2927 68.59375Q498.9177 68.21875 498.30832 68.21875Q497.69894 68.21875 497.32394 68.59375Q496.96457 68.953125 496.96457 69.5625Q496.96457 70.171875 497.32394 70.515625Q497.68332 70.859375 498.32394 70.859375Q498.94894 70.859375 499.30832 70.515625Q499.68332 70.15625 499.68332 69.5625ZM498.32394 65.03125Q497.7927 65.03125 497.44894 65.359375Q497.12082 65.6875 497.12082 66.265625Q497.12082 66.796875 497.44894 67.140625Q497.77707 67.46875 498.30832 67.46875Q498.8552 67.46875 499.18332 67.140625Q499.51144 66.796875 499.51144 66.265625Q499.51144 65.71875 499.1677 65.375Q498.83957 65.03125 498.32394 65.03125ZM506.55832 68.46875Q506.55832 70.046875 506.01144 70.828125Q505.4802 71.59375 504.32394 71.59375Q503.18332 71.59375 502.63644 70.84375Q502.08957 70.09375 502.07394 68.59375L502.07394 67.390625Q502.07394 65.8125 502.6052 65.0625Q503.15207 64.296875 504.30832 64.296875Q505.46457 64.296875 505.99582 65.03125Q506.5427 65.765625 506.55832 67.296875L506.55832 68.46875ZM505.65207 67.234375Q505.65207 66.078125 505.32394 65.5625Q505.01144 65.03125 504.30832 65.03125Q503.62082 65.03125 503.2927 65.5625Q502.9802 66.078125 502.9802 67.15625L502.9802 68.609375Q502.9802 69.765625 503.30832 70.3125Q503.65207 70.859375 504.32394 70.859375Q504.99582 70.859375 505.30832 70.34375Q505.63644 69.828125 505.65207 68.71875L505.65207 67.234375ZM508.02707 65.75Q508.02707 65.125 508.43332 64.703125Q508.83957 64.28125 509.4802 64.28125Q510.13644 64.28125 510.52707 64.703125Q510.93332 65.125 510.93332 65.78125L510.93332 66.140625Q510.93332 66.78125 510.52707 67.1875Q510.12082 67.59375 509.49582 67.59375Q508.8552 67.59375 508.43332 67.1875Q508.02707 66.78125 508.02707 66.09375L508.02707 65.75ZM508.69894 66.140625Q508.69894 66.515625 508.90207 66.765625Q509.12082 67.0 509.49582 67.0Q509.83957 67.0 510.0427 66.765625Q510.26144 66.53125 510.26144 66.109375L510.26144 65.75Q510.26144 65.375 510.0427 65.125Q509.83957 64.875 509.4802 64.875Q509.12082 64.875 508.90207 65.125Q508.69894 65.375 508.69894 65.78125L508.69894 66.140625ZM511.4802 69.75Q511.4802 69.109375 511.88644 68.703125Q512.30835 68.296875 512.93335 68.296875Q513.574 68.296875 513.9802 68.703125Q514.4021 69.109375 514.4021 69.796875L514.4021 70.140625Q514.4021 70.78125 513.99585 71.203125Q513.5896 71.609375 512.949 71.609375Q512.324 71.609375 511.90207 71.203125Q511.4802 70.78125 511.4802 70.109375L511.4802 69.75ZM512.1677 70.140625Q512.1677 70.515625 512.37085 70.765625Q512.5896 71.015625 512.949 71.015625Q513.30835 71.015625 513.5115 70.78125Q513.7302 70.53125 513.7302 70.125L513.7302 69.75Q513.7302 69.375 513.5115 69.125Q513.2927 68.875 512.949 68.875Q512.5896 68.875 512.37085 69.125Q512.1677 69.359375 512.1677 69.78125L512.1677 70.140625ZM509.69894 70.96875L509.18332 70.640625L512.6521 65.078125L513.1677 65.40625L509.69894 70.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M474.27344 128.89062L471.3203 135.5L470.3828 135.5L473.3047 129.125L469.46094 129.125L469.46094 128.39062L474.27344 128.39062L474.27344 128.89062ZM479.4922 133.10938L480.47656 133.10938L480.47656 133.84375L479.4922 133.84375L479.4922 135.5L478.58594 135.5L478.58594 133.84375L475.35156 133.84375L475.35156 133.3125L478.52344 128.39062L479.4922 128.39062L479.4922 133.10938ZM476.3672 133.10938L478.58594 133.10938L478.58594 129.625L478.47656 129.82812L476.3672 133.10938ZM481.60156 129.75Q481.60156 129.125 482.0078 128.70312Q482.41406 128.28125 483.0547 128.28125Q483.71094 128.28125 484.10156 128.70312Q484.5078 129.125 484.5078 129.78125L484.5078 130.14062Q484.5078 130.78125 484.10156 131.1875Q483.6953 131.59375 483.0703 131.59375Q482.4297 131.59375 482.0078 131.1875Q481.60156 130.78125 481.60156 130.09375L481.60156 129.75ZM482.27344 130.14062Q482.27344 130.51562 482.47656 130.76562Q482.6953 131.0 483.0703 131.0Q483.41406 131.0 483.6172 130.76562Q483.83594 130.53125 483.83594 130.10938L483.83594 129.75Q483.83594 129.375 483.6172 129.125Q483.41406 128.875 483.0547 128.875Q482.6953 128.875 482.47656 129.125Q482.27344 129.375 482.27344 129.78125L482.27344 130.14062ZM485.0547 133.75Q485.0547 133.10938 485.46094 132.70312Q485.8828 132.29688 486.5078 132.29688Q487.14844 132.29688 487.5547 132.70312Q487.97656 133.10938 487.97656 133.79688L487.97656 134.14062Q487.97656 134.78125 487.5703 135.20312Q487.16406 135.60938 486.52344 135.60938Q485.89844 135.60938 485.47656 135.20312Q485.0547 134.78125 485.0547 134.10938L485.0547 133.75ZM485.7422 134.14062Q485.7422 134.51562 485.9453 134.76562Q486.16406 135.01562 486.52344 135.01562Q486.8828 135.01562 487.08594 134.78125Q487.3047 134.53125 487.3047 134.125L487.3047 133.75Q487.3047 133.375 487.08594 133.125Q486.8672 132.875 486.52344 132.875Q486.16406 132.875 485.9453 133.125Q485.7422 133.35938 485.7422 133.78125L485.7422 134.14062ZM483.27344 134.96875L482.7578 134.64062L486.22656 129.07812L486.7422 129.40625L483.27344 134.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M474.27344 128.89062L471.3203 135.5L470.3828 135.5L473.3047 129.125L469.46094 129.125L469.46094 128.39062L474.27344 128.39062L474.27344 128.89062ZM479.4922 133.10938L480.47656 133.10938L480.47656 133.84375L479.4922 133.84375L479.4922 135.5L478.58594 135.5L478.58594 133.84375L475.35156 133.84375L475.35156 133.3125L478.52344 128.39062L479.4922 128.39062L479.4922 133.10938ZM476.3672 133.10938L478.58594 133.10938L478.58594 129.625L478.47656 129.82812L476.3672 133.10938ZM481.60156 129.75Q481.60156 129.125 482.0078 128.70312Q482.41406 128.28125 483.0547 128.28125Q483.71094 128.28125 484.10156 128.70312Q484.5078 129.125 484.5078 129.78125L484.5078 130.14062Q484.5078 130.78125 484.10156 131.1875Q483.6953 131.59375 483.0703 131.59375Q482.4297 131.59375 482.0078 131.1875Q481.60156 130.78125 481.60156 130.09375L481.60156 129.75ZM482.27344 130.14062Q482.27344 130.51562 482.47656 130.76562Q482.6953 131.0 483.0703 131.0Q483.41406 131.0 483.6172 130.76562Q483.83594 130.53125 483.83594 130.10938L483.83594 129.75Q483.83594 129.375 483.6172 129.125Q483.41406 128.875 483.0547 128.875Q482.6953 128.875 482.47656 129.125Q482.27344 129.375 482.27344 129.78125L482.27344 130.14062ZM485.0547 133.75Q485.0547 133.10938 485.46094 132.70312Q485.8828 132.29688 486.5078 132.29688Q487.14844 132.29688 487.5547 132.70312Q487.97656 133.10938 487.97656 133.79688L487.97656 134.14062Q487.97656 134.78125 487.5703 135.20312Q487.16406 135.60938 486.52344 135.60938Q485.89844 135.60938 485.47656 135.20312Q485.0547 134.78125 485.0547 134.10938L485.0547 133.75ZM485.7422 134.14062Q485.7422 134.51562 485.9453 134.76562Q486.16406 135.01562 486.52344 135.01562Q486.8828 135.01562 487.08594 134.78125Q487.3047 134.53125 487.3047 134.125L487.3047 133.75Q487.3047 133.375 487.08594 133.125Q486.8672 132.875 486.52344 132.875Q486.16406 132.875 485.9453 133.125Q485.7422 133.35938 485.7422 133.78125L485.7422 134.14062ZM483.27344 134.96875L482.7578 134.64062L486.22656 129.07812L486.7422 129.40625L483.27344 134.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M376.41275 194.9375L376.78775 191.39062L380.42838 191.39062L380.42838 192.21875L377.55338 192.21875L377.33463 194.15625Q377.85025 193.85938 378.52213 193.85938Q379.49088 193.85938 380.05338 194.5Q380.6315 195.14062 380.6315 196.23438Q380.6315 197.32812 380.03775 197.96875Q379.444 198.59375 378.3815 198.59375Q377.444 198.59375 376.83463 198.07812Q376.24088 197.54688 376.16275 196.625L377.02213 196.625Q377.10025 197.23438 377.444 197.54688Q377.80338 197.85938 378.3815 197.85938Q379.0065 197.85938 379.36588 197.4375Q379.72525 197.0 379.72525 196.25Q379.72525 195.53125 379.33463 195.10938Q378.95963 194.67188 378.30338 194.67188Q377.72525 194.67188 377.3815 194.92188L377.14713 195.125L376.41275 194.9375ZM384.97525 198.5L384.069 198.5L384.069 192.48438L382.24088 193.14062L382.24088 192.32812L384.83463 191.35938L384.97525 191.35938L384.97525 198.5ZM387.92838 192.75Q387.92838 192.125 388.33463 191.70312Q388.74088 191.28125 389.3815 191.28125Q390.03775 191.28125 390.42838 191.70312Q390.83463 192.125 390.83463 192.78125L390.83463 193.14062Q390.83463 193.78125 390.42838 194.1875Q390.02213 194.59375 389.39713 194.59375Q388.7565 194.59375 388.33463 194.1875Q387.92838 193.78125 387.92838 193.09375L387.92838 192.75ZM388.60025 193.14062Q388.60025 193.51562 388.80338 193.76562Q389.02213 194.0 389.39713 194.0Q389.74088 194.0 389.944 193.76562Q390.16275 193.53125 390.16275 193.10938L390.16275 192.75Q390.16275 192.375 389.944 192.125Q389.74088 191.875 389.3815 191.875Q389.02213 191.875 388.80338 192.125Q388.60025 192.375 388.60025 192.78125L388.60025 193.14062ZM391.3815 196.75Q391.3815 196.10938 391.78775 195.70312Q392.20963 195.29688 392.83463 195.29688Q393.47525 195.29688 393.8815 195.70312Q394.30338 196.10938 394.30338 196.79688L394.30338 197.14062Q394.30338 197.78125 393.89713 198.20312Q393.49088 198.60938 392.85025 198.60938Q392.22525 198.60938 391.80338 198.20312Q391.3815 197.78125 391.3815 197.10938L391.3815 196.75ZM392.069 197.14062Q392.069 197.51562 392.27213 197.76562Q392.49088 198.01562 392.85025 198.01562Q393.20963 198.01562 393.41275 197.78125Q393.6315 197.53125 393.6315 197.125L393.6315 196.75Q393.6315 196.375 393.41275 196.125Q393.194 195.875 392.85025 195.875Q392.49088 195.875 392.27213 196.125Q392.069 196.35938 392.069 196.78125L392.069 197.14062ZM389.60025 197.96875L389.08463 197.64062L392.55338 192.07812L393.069 192.40625L389.60025 197.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M376.41275 194.9375L376.78775 191.39062L380.42838 191.39062L380.42838 192.21875L377.55338 192.21875L377.33463 194.15625Q377.85025 193.85938 378.52213 193.85938Q379.49088 193.85938 380.05338 194.5Q380.6315 195.14062 380.6315 196.23438Q380.6315 197.32812 380.03775 197.96875Q379.444 198.59375 378.3815 198.59375Q377.444 198.59375 376.83463 198.07812Q376.24088 197.54688 376.16275 196.625L377.02213 196.625Q377.10025 197.23438 377.444 197.54688Q377.80338 197.85938 378.3815 197.85938Q379.0065 197.85938 379.36588 197.4375Q379.72525 197.0 379.72525 196.25Q379.72525 195.53125 379.33463 195.10938Q378.95963 194.67188 378.30338 194.67188Q377.72525 194.67188 377.3815 194.92188L377.14713 195.125L376.41275 194.9375ZM384.97525 198.5L384.069 198.5L384.069 192.48438L382.24088 193.14062L382.24088 192.32812L384.83463 191.35938L384.97525 191.35938L384.97525 198.5ZM387.92838 192.75Q387.92838 192.125 388.33463 191.70312Q388.74088 191.28125 389.3815 191.28125Q390.03775 191.28125 390.42838 191.70312Q390.83463 192.125 390.83463 192.78125L390.83463 193.14062Q390.83463 193.78125 390.42838 194.1875Q390.02213 194.59375 389.39713 194.59375Q388.7565 194.59375 388.33463 194.1875Q387.92838 193.78125 387.92838 193.09375L387.92838 192.75ZM388.60025 193.14062Q388.60025 193.51562 388.80338 193.76562Q389.02213 194.0 389.39713 194.0Q389.74088 194.0 389.944 193.76562Q390.16275 193.53125 390.16275 193.10938L390.16275 192.75Q390.16275 192.375 389.944 192.125Q389.74088 191.875 389.3815 191.875Q389.02213 191.875 388.80338 192.125Q388.60025 192.375 388.60025 192.78125L388.60025 193.14062ZM391.3815 196.75Q391.3815 196.10938 391.78775 195.70312Q392.20963 195.29688 392.83463 195.29688Q393.47525 195.29688 393.8815 195.70312Q394.30338 196.10938 394.30338 196.79688L394.30338 197.14062Q394.30338 197.78125 393.89713 198.20312Q393.49088 198.60938 392.85025 198.60938Q392.22525 198.60938 391.80338 198.20312Q391.3815 197.78125 391.3815 197.10938L391.3815 196.75ZM392.069 197.14062Q392.069 197.51562 392.27213 197.76562Q392.49088 198.01562 392.85025 198.01562Q393.20963 198.01562 393.41275 197.78125Q393.6315 197.53125 393.6315 197.125L393.6315 196.75Q393.6315 196.375 393.41275 196.125Q393.194 195.875 392.85025 195.875Q392.49088 195.875 392.27213 196.125Q392.069 196.35938 392.069 196.78125L392.069 197.14062ZM389.60025 197.96875L389.08463 197.64062L392.55338 192.07812L393.069 192.40625L389.60025 197.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M338.74866 260.10938L339.73303 260.10938L339.73303 260.84375L338.74866 260.84375L338.74866 262.5L337.8424 262.5L337.8424 260.84375L334.60803 260.84375L334.60803 260.3125L337.7799 255.39062L338.74866 255.39062L338.74866 260.10938ZM335.62366 260.10938L337.8424 260.10938L337.8424 256.625L337.73303 256.82812L335.62366 260.10938ZM345.5924 262.5L340.93616 262.5L340.93616 261.84375L343.38928 259.10938Q343.93616 258.5 344.13928 258.10938Q344.35803 257.71875 344.35803 257.29688Q344.35803 256.75 344.01428 256.39062Q343.68616 256.03125 343.12366 256.03125Q342.45178 256.03125 342.07678 256.42188Q341.70178 256.79688 341.70178 257.48438L340.79553 257.48438Q340.79553 256.5 341.42053 255.90625Q342.06116 255.29688 343.12366 255.29688Q344.10803 255.29688 344.68616 255.8125Q345.26428 256.32812 345.26428 257.20312Q345.26428 258.25 343.92053 259.70312L342.0299 261.76562L345.5924 261.76562L345.5924 262.5ZM346.85803 256.75Q346.85803 256.125 347.26428 255.70312Q347.67053 255.28125 348.31116 255.28125Q348.9674 255.28125 349.35803 255.70312Q349.76428 256.125 349.76428 256.78125L349.76428 257.14062Q349.76428 257.78125 349.35803 258.1875Q348.95178 258.59375 348.32678 258.59375Q347.68616 258.59375 347.26428 258.1875Q346.85803 257.78125 346.85803 257.09375L346.85803 256.75ZM347.5299 257.14062Q347.5299 257.51562 347.73303 257.76562Q347.95178 258.0 348.32678 258.0Q348.67053 258.0 348.87366 257.76562Q349.0924 257.53125 349.0924 257.10938L349.0924 256.75Q349.0924 256.375 348.87366 256.125Q348.67053 255.875 348.31116 255.875Q347.95178 255.875 347.73303 256.125Q347.5299 256.375 347.5299 256.78125L347.5299 257.14062ZM350.31116 260.75Q350.31116 260.10938 350.7174 259.70312Q351.13928 259.29688 351.76428 259.29688Q352.4049 259.29688 352.81116 259.70312Q353.23303 260.10938 353.23303 260.79688L353.23303 261.14062Q353.23303 261.78125 352.82678 262.20312Q352.42053 262.60938 351.7799 262.60938Q351.1549 262.60938 350.73303 262.20312Q350.31116 261.78125 350.31116 261.10938L350.31116 260.75ZM350.99866 261.14062Q350.99866 261.51562 351.20178 261.76562Q351.42053 262.01562 351.7799 262.01562Q352.13928 262.01562 352.3424 261.78125Q352.56116 261.53125 352.56116 261.125L352.56116 260.75Q352.56116 260.375 352.3424 260.125Q352.12366 259.875 351.7799 259.875Q351.42053 259.875 351.20178 260.125Q350.99866 260.35938 350.99866 260.78125L350.99866 261.14062ZM348.5299 261.96875L348.01428 261.64062L351.48303 256.07812L351.99866 256.40625L348.5299 261.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M338.74866 260.10938L339.73303 260.10938L339.73303 260.84375L338.74866 260.84375L338.74866 262.5L337.8424 262.5L337.8424 260.84375L334.60803 260.84375L334.60803 260.3125L337.7799 255.39062L338.74866 255.39062L338.74866 260.10938ZM335.62366 260.10938L337.8424 260.10938L337.8424 256.625L337.73303 256.82812L335.62366 260.10938ZM345.5924 262.5L340.93616 262.5L340.93616 261.84375L343.38928 259.10938Q343.93616 258.5 344.13928 258.10938Q344.35803 257.71875 344.35803 257.29688Q344.35803 256.75 344.01428 256.39062Q343.68616 256.03125 343.12366 256.03125Q342.45178 256.03125 342.07678 256.42188Q341.70178 256.79688 341.70178 257.48438L340.79553 257.48438Q340.79553 256.5 341.42053 255.90625Q342.06116 255.29688 343.12366 255.29688Q344.10803 255.29688 344.68616 255.8125Q345.26428 256.32812 345.26428 257.20312Q345.26428 258.25 343.92053 259.70312L342.0299 261.76562L345.5924 261.76562L345.5924 262.5ZM346.85803 256.75Q346.85803 256.125 347.26428 255.70312Q347.67053 255.28125 348.31116 255.28125Q348.9674 255.28125 349.35803 255.70312Q349.76428 256.125 349.76428 256.78125L349.76428 257.14062Q349.76428 257.78125 349.35803 258.1875Q348.95178 258.59375 348.32678 258.59375Q347.68616 258.59375 347.26428 258.1875Q346.85803 257.78125 346.85803 257.09375L346.85803 256.75ZM347.5299 257.14062Q347.5299 257.51562 347.73303 257.76562Q347.95178 258.0 348.32678 258.0Q348.67053 258.0 348.87366 257.76562Q349.0924 257.53125 349.0924 257.10938L349.0924 256.75Q349.0924 256.375 348.87366 256.125Q348.67053 255.875 348.31116 255.875Q347.95178 255.875 347.73303 256.125Q347.5299 256.375 347.5299 256.78125L347.5299 257.14062ZM350.31116 260.75Q350.31116 260.10938 350.7174 259.70312Q351.13928 259.29688 351.76428 259.29688Q352.4049 259.29688 352.81116 259.70312Q353.23303 260.10938 353.23303 260.79688L353.23303 261.14062Q353.23303 261.78125 352.82678 262.20312Q352.42053 262.60938 351.7799 262.60938Q351.1549 262.60938 350.73303 262.20312Q350.31116 261.78125 350.31116 261.10938L350.31116 260.75ZM350.99866 261.14062Q350.99866 261.51562 351.20178 261.76562Q351.42053 262.01562 351.7799 262.01562Q352.13928 262.01562 352.3424 261.78125Q352.56116 261.53125 352.56116 261.125L352.56116 260.75Q352.56116 260.375 352.3424 260.125Q352.12366 259.875 351.7799 259.875Q351.42053 259.875 351.20178 260.125Q350.99866 260.35938 350.99866 260.78125L350.99866 261.14062ZM348.5299 261.96875L348.01428 261.64062L351.48303 256.07812L351.99866 256.40625L348.5299 261.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M340.7686 324.10938L341.75296 324.10938L341.75296 324.84375L340.7686 324.84375L340.7686 326.5L339.86234 326.5L339.86234 324.84375L336.62796 324.84375L336.62796 324.3125L339.79984 319.39062L340.7686 319.39062L340.7686 324.10938ZM337.6436 324.10938L339.86234 324.10938L339.86234 320.625L339.75296 320.82812L337.6436 324.10938ZM347.61234 326.5L342.9561 326.5L342.9561 325.84375L345.4092 323.10938Q345.9561 322.5 346.1592 322.10938Q346.37796 321.71875 346.37796 321.29688Q346.37796 320.75 346.0342 320.39062Q345.7061 320.03125 345.1436 320.03125Q344.4717 320.03125 344.0967 320.42188Q343.7217 320.79688 343.7217 321.48438L342.81546 321.48438Q342.81546 320.5 343.44046 319.90625Q344.0811 319.29688 345.1436 319.29688Q346.12796 319.29688 346.7061 319.8125Q347.2842 320.32812 347.2842 321.20312Q347.2842 322.25 345.94046 323.70312L344.04984 325.76562L347.61234 325.76562L347.61234 326.5ZM348.87796 320.75Q348.87796 320.125 349.2842 319.70312Q349.69046 319.28125 350.3311 319.28125Q350.98734 319.28125 351.37796 319.70312Q351.7842 320.125 351.7842 320.78125L351.7842 321.14062Q351.7842 321.78125 351.37796 322.1875Q350.9717 322.59375 350.3467 322.59375Q349.7061 322.59375 349.2842 322.1875Q348.87796 321.78125 348.87796 321.09375L348.87796 320.75ZM349.54984 321.14062Q349.54984 321.51562 349.75296 321.76562Q349.9717 322.0 350.3467 322.0Q350.69046 322.0 350.8936 321.76562Q351.11234 321.53125 351.11234 321.10938L351.11234 320.75Q351.11234 320.375 350.8936 320.125Q350.69046 319.875 350.3311 319.875Q349.9717 319.875 349.75296 320.125Q349.54984 320.375 349.54984 320.78125L349.54984 321.14062ZM352.3311 324.75Q352.3311 324.10938 352.73734 323.70312Q353.1592 323.29688 353.7842 323.29688Q354.42484 323.29688 354.8311 323.70312Q355.25296 324.10938 355.25296 324.79688L355.25296 325.14062Q355.25296 325.78125 354.8467 326.20312Q354.44046 326.60938 353.79984 326.60938Q353.17484 326.60938 352.75296 326.20312Q352.3311 325.78125 352.3311 325.10938L352.3311 324.75ZM353.0186 325.14062Q353.0186 325.51562 353.2217 325.76562Q353.44046 326.01562 353.79984 326.01562Q354.1592 326.01562 354.36234 325.78125Q354.5811 325.53125 354.5811 325.125L354.5811 324.75Q354.5811 324.375 354.36234 324.125Q354.1436 323.875 353.79984 323.875Q353.44046 323.875 353.2217 324.125Q353.0186 324.35938 353.0186 324.78125L353.0186 325.14062ZM350.54984 325.96875L350.0342 325.64062L353.50296 320.07812L354.0186 320.40625L350.54984 325.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M340.7686 324.10938L341.75296 324.10938L341.75296 324.84375L340.7686 324.84375L340.7686 326.5L339.86234 326.5L339.86234 324.84375L336.62796 324.84375L336.62796 324.3125L339.79984 319.39062L340.7686 319.39062L340.7686 324.10938ZM337.6436 324.10938L339.86234 324.10938L339.86234 320.625L339.75296 320.82812L337.6436 324.10938ZM347.61234 326.5L342.9561 326.5L342.9561 325.84375L345.4092 323.10938Q345.9561 322.5 346.1592 322.10938Q346.37796 321.71875 346.37796 321.29688Q346.37796 320.75 346.0342 320.39062Q345.7061 320.03125 345.1436 320.03125Q344.4717 320.03125 344.0967 320.42188Q343.7217 320.79688 343.7217 321.48438L342.81546 321.48438Q342.81546 320.5 343.44046 319.90625Q344.0811 319.29688 345.1436 319.29688Q346.12796 319.29688 346.7061 319.8125Q347.2842 320.32812 347.2842 321.20312Q347.2842 322.25 345.94046 323.70312L344.04984 325.76562L347.61234 325.76562L347.61234 326.5ZM348.87796 320.75Q348.87796 320.125 349.2842 319.70312Q349.69046 319.28125 350.3311 319.28125Q350.98734 319.28125 351.37796 319.70312Q351.7842 320.125 351.7842 320.78125L351.7842 321.14062Q351.7842 321.78125 351.37796 322.1875Q350.9717 322.59375 350.3467 322.59375Q349.7061 322.59375 349.2842 322.1875Q348.87796 321.78125 348.87796 321.09375L348.87796 320.75ZM349.54984 321.14062Q349.54984 321.51562 349.75296 321.76562Q349.9717 322.0 350.3467 322.0Q350.69046 322.0 350.8936 321.76562Q351.11234 321.53125 351.11234 321.10938L351.11234 320.75Q351.11234 320.375 350.8936 320.125Q350.69046 319.875 350.3311 319.875Q349.9717 319.875 349.75296 320.125Q349.54984 320.375 349.54984 320.78125L349.54984 321.14062ZM352.3311 324.75Q352.3311 324.10938 352.73734 323.70312Q353.1592 323.29688 353.7842 323.29688Q354.42484 323.29688 354.8311 323.70312Q355.25296 324.10938 355.25296 324.79688L355.25296 325.14062Q355.25296 325.78125 354.8467 326.20312Q354.44046 326.60938 353.79984 326.60938Q353.17484 326.60938 352.75296 326.20312Q352.3311 325.78125 352.3311 325.10938L352.3311 324.75ZM353.0186 325.14062Q353.0186 325.51562 353.2217 325.76562Q353.44046 326.01562 353.79984 326.01562Q354.1592 326.01562 354.36234 325.78125Q354.5811 325.53125 354.5811 325.125L354.5811 324.75Q354.5811 324.375 354.36234 324.125Q354.1436 323.875 353.79984 323.875Q353.44046 323.875 353.2217 324.125Q353.0186 324.35938 353.0186 324.78125L353.0186 325.14062ZM350.54984 325.96875L350.0342 325.64062L353.50296 320.07812L354.0186 320.40625L350.54984 325.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M516.6955 76.25Q516.6955 76.78125 516.41425 77.203125Q516.133 77.609375 515.6486 77.84375Q516.2111 78.078125 516.5236 78.546875Q516.85175 79.0 516.85175 79.578125Q516.85175 80.5 516.22675 81.046875Q515.6174 81.59375 514.60175 81.59375Q513.5705 81.59375 512.9455 81.046875Q512.3361 80.5 512.3361 79.578125Q512.3361 79.0 512.6486 78.546875Q512.9611 78.078125 513.5236 77.84375Q513.0549 77.609375 512.7736 77.1875Q512.508 76.765625 512.508 76.25Q512.508 75.34375 513.0705 74.828125Q513.6486 74.296875 514.60175 74.296875Q515.53925 74.296875 516.1174 74.828125Q516.6955 75.34375 516.6955 76.25ZM515.9611 79.5625Q515.9611 78.96875 515.5705 78.59375Q515.1955 78.21875 514.5861 78.21875Q513.97675 78.21875 513.60175 78.59375Q513.2424 78.953125 513.2424 79.5625Q513.2424 80.171875 513.60175 80.515625Q513.9611 80.859375 514.60175 80.859375Q515.22675 80.859375 515.5861 80.515625Q515.9611 80.15625 515.9611 79.5625ZM514.60175 75.03125Q514.0705 75.03125 513.72675 75.359375Q513.3986 75.6875 513.3986 76.265625Q513.3986 76.796875 513.72675 77.140625Q514.0549 77.46875 514.5861 77.46875Q515.133 77.46875 515.4611 77.140625Q515.78925 76.796875 515.78925 76.265625Q515.78925 75.71875 515.4455 75.375Q515.1174 75.03125 514.60175 75.03125ZM522.1955 79.109375L523.1799 79.109375L523.1799 79.84375L522.1955 79.84375L522.1955 81.5L521.28925 81.5L521.28925 79.84375L518.0549 79.84375L518.0549 79.3125L521.22675 74.390625L522.1955 74.390625L522.1955 79.109375ZM519.0705 79.109375L521.28925 79.109375L521.28925 75.625L521.1799 75.828125L519.0705 79.109375ZM524.3049 75.75Q524.3049 75.125 524.7111 74.703125Q525.1174 74.28125 525.758 74.28125Q526.41425 74.28125 526.8049 74.703125Q527.2111 75.125 527.2111 75.78125L527.2111 76.140625Q527.2111 76.78125 526.8049 77.1875Q526.3986 77.59375 525.7736 77.59375Q525.133 77.59375 524.7111 77.1875Q524.3049 76.78125 524.3049 76.09375L524.3049 75.75ZM524.97675 76.140625Q524.97675 76.515625 525.1799 76.765625Q525.3986 77.0 525.7736 77.0Q526.1174 77.0 526.3205 76.765625Q526.53925 76.53125 526.53925 76.109375L526.53925 75.75Q526.53925 75.375 526.3205 75.125Q526.1174 74.875 525.758 74.875Q525.3986 74.875 525.1799 75.125Q524.97675 75.375 524.97675 75.78125L524.97675 76.140625ZM527.758 79.75Q527.758 79.109375 528.16425 78.703125Q528.5861 78.296875 529.2111 78.296875Q529.85175 78.296875 530.258 78.703125Q530.6799 79.109375 530.6799 79.796875L530.6799 80.140625Q530.6799 80.78125 530.2736 81.203125Q529.8674 81.609375 529.22675 81.609375Q528.60175 81.609375 528.1799 81.203125Q527.758 80.78125 527.758 80.109375L527.758 79.75ZM528.4455 80.140625Q528.4455 80.515625 528.6486 80.765625Q528.8674 81.015625 529.22675 81.015625Q529.5861 81.015625 529.78925 80.78125Q530.008 80.53125 530.008 80.125L530.008 79.75Q530.008 79.375 529.78925 79.125Q529.5705 78.875 529.22675 78.875Q528.8674 78.875 528.6486 79.125Q528.4455 79.359375 528.4455 79.78125L528.4455 80.140625ZM525.97675 80.96875L525.4611 80.640625L528.9299 75.078125L529.4455 75.40625L525.97675 80.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M516.6955 76.25Q516.6955 76.78125 516.41425 77.203125Q516.133 77.609375 515.6486 77.84375Q516.2111 78.078125 516.5236 78.546875Q516.85175 79.0 516.85175 79.578125Q516.85175 80.5 516.22675 81.046875Q515.6174 81.59375 514.60175 81.59375Q513.5705 81.59375 512.9455 81.046875Q512.3361 80.5 512.3361 79.578125Q512.3361 79.0 512.6486 78.546875Q512.9611 78.078125 513.5236 77.84375Q513.0549 77.609375 512.7736 77.1875Q512.508 76.765625 512.508 76.25Q512.508 75.34375 513.0705 74.828125Q513.6486 74.296875 514.60175 74.296875Q515.53925 74.296875 516.1174 74.828125Q516.6955 75.34375 516.6955 76.25ZM515.9611 79.5625Q515.9611 78.96875 515.5705 78.59375Q515.1955 78.21875 514.5861 78.21875Q513.97675 78.21875 513.60175 78.59375Q513.2424 78.953125 513.2424 79.5625Q513.2424 80.171875 513.60175 80.515625Q513.9611 80.859375 514.60175 80.859375Q515.22675 80.859375 515.5861 80.515625Q515.9611 80.15625 515.9611 79.5625ZM514.60175 75.03125Q514.0705 75.03125 513.72675 75.359375Q513.3986 75.6875 513.3986 76.265625Q513.3986 76.796875 513.72675 77.140625Q514.0549 77.46875 514.5861 77.46875Q515.133 77.46875 515.4611 77.140625Q515.78925 76.796875 515.78925 76.265625Q515.78925 75.71875 515.4455 75.375Q515.1174 75.03125 514.60175 75.03125ZM522.1955 79.109375L523.1799 79.109375L523.1799 79.84375L522.1955 79.84375L522.1955 81.5L521.28925 81.5L521.28925 79.84375L518.0549 79.84375L518.0549 79.3125L521.22675 74.390625L522.1955 74.390625L522.1955 79.109375ZM519.0705 79.109375L521.28925 79.109375L521.28925 75.625L521.1799 75.828125L519.0705 79.109375ZM524.3049 75.75Q524.3049 75.125 524.7111 74.703125Q525.1174 74.28125 525.758 74.28125Q526.41425 74.28125 526.8049 74.703125Q527.2111 75.125 527.2111 75.78125L527.2111 76.140625Q527.2111 76.78125 526.8049 77.1875Q526.3986 77.59375 525.7736 77.59375Q525.133 77.59375 524.7111 77.1875Q524.3049 76.78125 524.3049 76.09375L524.3049 75.75ZM524.97675 76.140625Q524.97675 76.515625 525.1799 76.765625Q525.3986 77.0 525.7736 77.0Q526.1174 77.0 526.3205 76.765625Q526.53925 76.53125 526.53925 76.109375L526.53925 75.75Q526.53925 75.375 526.3205 75.125Q526.1174 74.875 525.758 74.875Q525.3986 74.875 525.1799 75.125Q524.97675 75.375 524.97675 75.78125L524.97675 76.140625ZM527.758 79.75Q527.758 79.109375 528.16425 78.703125Q528.5861 78.296875 529.2111 78.296875Q529.85175 78.296875 530.258 78.703125Q530.6799 79.109375 530.6799 79.796875L530.6799 80.140625Q530.6799 80.78125 530.2736 81.203125Q529.8674 81.609375 529.22675 81.609375Q528.60175 81.609375 528.1799 81.203125Q527.758 80.78125 527.758 80.109375L527.758 79.75ZM528.4455 80.140625Q528.4455 80.515625 528.6486 80.765625Q528.8674 81.015625 529.22675 81.015625Q529.5861 81.015625 529.78925 80.78125Q530.008 80.53125 530.008 80.125L530.008 79.75Q530.008 79.375 529.78925 79.125Q529.5705 78.875 529.22675 78.875Q528.8674 78.875 528.6486 79.125Q528.4455 79.359375 528.4455 79.78125L528.4455 80.140625ZM525.97675 80.96875L525.4611 80.640625L528.9299 75.078125L529.4455 75.40625L525.97675 80.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M480.99628 138.89062L478.04315 145.5L477.10565 145.5L480.02753 139.125L476.18378 139.125L476.18378 138.39062L480.99628 138.39062L480.99628 138.89062ZM482.80878 141.9375L483.18378 138.39062L486.8244 138.39062L486.8244 139.21875L483.9494 139.21875L483.73065 141.15625Q484.24628 140.85938 484.91815 140.85938Q485.8869 140.85938 486.4494 141.5Q487.02753 142.14062 487.02753 143.23438Q487.02753 144.32812 486.43378 144.96875Q485.84003 145.59375 484.77753 145.59375Q483.84003 145.59375 483.23065 145.07812Q482.6369 144.54688 482.55878 143.625L483.41815 143.625Q483.49628 144.23438 483.84003 144.54688Q484.1994 144.85938 484.77753 144.85938Q485.40253 144.85938 485.7619 144.4375Q486.12128 144.0 486.12128 143.25Q486.12128 142.53125 485.73065 142.10938Q485.35565 141.67188 484.6994 141.67188Q484.12128 141.67188 483.77753 141.92188L483.54315 142.125L482.80878 141.9375ZM488.3244 139.75Q488.3244 139.125 488.73065 138.70312Q489.1369 138.28125 489.77753 138.28125Q490.43378 138.28125 490.8244 138.70312Q491.23065 139.125 491.23065 139.78125L491.23065 140.14062Q491.23065 140.78125 490.8244 141.1875Q490.41815 141.59375 489.79315 141.59375Q489.15253 141.59375 488.73065 141.1875Q488.3244 140.78125 488.3244 140.09375L488.3244 139.75ZM488.99628 140.14062Q488.99628 140.51562 489.1994 140.76562Q489.41815 141.0 489.79315 141.0Q490.1369 141.0 490.34003 140.76562Q490.55878 140.53125 490.55878 140.10938L490.55878 139.75Q490.55878 139.375 490.34003 139.125Q490.1369 138.875 489.77753 138.875Q489.41815 138.875 489.1994 139.125Q488.99628 139.375 488.99628 139.78125L488.99628 140.14062ZM491.77753 143.75Q491.77753 143.10938 492.18378 142.70312Q492.60565 142.29688 493.23065 142.29688Q493.87128 142.29688 494.27753 142.70312Q494.6994 143.10938 494.6994 143.79688L494.6994 144.14062Q494.6994 144.78125 494.29315 145.20312Q493.8869 145.60938 493.24628 145.60938Q492.62128 145.60938 492.1994 145.20312Q491.77753 144.78125 491.77753 144.10938L491.77753 143.75ZM492.46503 144.14062Q492.46503 144.51562 492.66815 144.76562Q492.8869 145.01562 493.24628 145.01562Q493.60565 145.01562 493.80878 144.78125Q494.02753 144.53125 494.02753 144.125L494.02753 143.75Q494.02753 143.375 493.80878 143.125Q493.59003 142.875 493.24628 142.875Q492.8869 142.875 492.66815 143.125Q492.46503 143.35938 492.46503 143.78125L492.46503 144.14062ZM489.99628 144.96875L489.48065 144.64062L492.9494 139.07812L493.46503 139.40625L489.99628 144.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M480.99628 138.89062L478.04315 145.5L477.10565 145.5L480.02753 139.125L476.18378 139.125L476.18378 138.39062L480.99628 138.39062L480.99628 138.89062ZM482.80878 141.9375L483.18378 138.39062L486.8244 138.39062L486.8244 139.21875L483.9494 139.21875L483.73065 141.15625Q484.24628 140.85938 484.91815 140.85938Q485.8869 140.85938 486.4494 141.5Q487.02753 142.14062 487.02753 143.23438Q487.02753 144.32812 486.43378 144.96875Q485.84003 145.59375 484.77753 145.59375Q483.84003 145.59375 483.23065 145.07812Q482.6369 144.54688 482.55878 143.625L483.41815 143.625Q483.49628 144.23438 483.84003 144.54688Q484.1994 144.85938 484.77753 144.85938Q485.40253 144.85938 485.7619 144.4375Q486.12128 144.0 486.12128 143.25Q486.12128 142.53125 485.73065 142.10938Q485.35565 141.67188 484.6994 141.67188Q484.12128 141.67188 483.77753 141.92188L483.54315 142.125L482.80878 141.9375ZM488.3244 139.75Q488.3244 139.125 488.73065 138.70312Q489.1369 138.28125 489.77753 138.28125Q490.43378 138.28125 490.8244 138.70312Q491.23065 139.125 491.23065 139.78125L491.23065 140.14062Q491.23065 140.78125 490.8244 141.1875Q490.41815 141.59375 489.79315 141.59375Q489.15253 141.59375 488.73065 141.1875Q488.3244 140.78125 488.3244 140.09375L488.3244 139.75ZM488.99628 140.14062Q488.99628 140.51562 489.1994 140.76562Q489.41815 141.0 489.79315 141.0Q490.1369 141.0 490.34003 140.76562Q490.55878 140.53125 490.55878 140.10938L490.55878 139.75Q490.55878 139.375 490.34003 139.125Q490.1369 138.875 489.77753 138.875Q489.41815 138.875 489.1994 139.125Q488.99628 139.375 488.99628 139.78125L488.99628 140.14062ZM491.77753 143.75Q491.77753 143.10938 492.18378 142.70312Q492.60565 142.29688 493.23065 142.29688Q493.87128 142.29688 494.27753 142.70312Q494.6994 143.10938 494.6994 143.79688L494.6994 144.14062Q494.6994 144.78125 494.29315 145.20312Q493.8869 145.60938 493.24628 145.60938Q492.62128 145.60938 492.1994 145.20312Q491.77753 144.78125 491.77753 144.10938L491.77753 143.75ZM492.46503 144.14062Q492.46503 144.51562 492.66815 144.76562Q492.8869 145.01562 493.24628 145.01562Q493.60565 145.01562 493.80878 144.78125Q494.02753 144.53125 494.02753 144.125L494.02753 143.75Q494.02753 143.375 493.80878 143.125Q493.59003 142.875 493.24628 142.875Q492.8869 142.875 492.66815 143.125Q492.46503 143.35938 492.46503 143.78125L492.46503 144.14062ZM489.99628 144.96875L489.48065 144.64062L492.9494 139.07812L493.46503 139.40625L489.99628 144.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M401.33655 204.9375L401.71155 201.39062L405.35217 201.39062L405.35217 202.21875L402.47717 202.21875L402.25842 204.15625Q402.77405 203.85938 403.44592 203.85938Q404.41467 203.85938 404.97717 204.5Q405.5553 205.14062 405.5553 206.23438Q405.5553 207.32812 404.96155 207.96875Q404.3678 208.59375 403.3053 208.59375Q402.3678 208.59375 401.75842 208.07812Q401.16467 207.54688 401.08655 206.625L401.94592 206.625Q402.02405 207.23438 402.3678 207.54688Q402.72717 207.85938 403.3053 207.85938Q403.9303 207.85938 404.28967 207.4375Q404.64905 207.0 404.64905 206.25Q404.64905 205.53125 404.25842 205.10938Q403.88342 204.67188 403.22717 204.67188Q402.64905 204.67188 402.3053 204.92188L402.07092 205.125L401.33655 204.9375ZM411.52405 201.89062L408.57092 208.5L407.63342 208.5L410.5553 202.125L406.71155 202.125L406.71155 201.39062L411.52405 201.39062L411.52405 201.89062ZM412.85217 202.75Q412.85217 202.125 413.25842 201.70312Q413.66467 201.28125 414.3053 201.28125Q414.96155 201.28125 415.35217 201.70312Q415.75842 202.125 415.75842 202.78125L415.75842 203.14062Q415.75842 203.78125 415.35217 204.1875Q414.94592 204.59375 414.32092 204.59375Q413.6803 204.59375 413.25842 204.1875Q412.85217 203.78125 412.85217 203.09375L412.85217 202.75ZM413.52405 203.14062Q413.52405 203.51562 413.72717 203.76562Q413.94592 204.0 414.32092 204.0Q414.66467 204.0 414.8678 203.76562Q415.08655 203.53125 415.08655 203.10938L415.08655 202.75Q415.08655 202.375 414.8678 202.125Q414.66467 201.875 414.3053 201.875Q413.94592 201.875 413.72717 202.125Q413.52405 202.375 413.52405 202.78125L413.52405 203.14062ZM416.3053 206.75Q416.3053 206.10938 416.71155 205.70312Q417.13342 205.29688 417.75842 205.29688Q418.39905 205.29688 418.8053 205.70312Q419.22717 206.10938 419.22717 206.79688L419.22717 207.14062Q419.22717 207.78125 418.82092 208.20312Q418.41467 208.60938 417.77405 208.60938Q417.14905 208.60938 416.72717 208.20312Q416.3053 207.78125 416.3053 207.10938L416.3053 206.75ZM416.9928 207.14062Q416.9928 207.51562 417.19592 207.76562Q417.41467 208.01562 417.77405 208.01562Q418.13342 208.01562 418.33655 207.78125Q418.5553 207.53125 418.5553 207.125L418.5553 206.75Q418.5553 206.375 418.33655 206.125Q418.1178 205.875 417.77405 205.875Q417.41467 205.875 417.19592 206.125Q416.9928 206.35938 416.9928 206.78125L416.9928 207.14062ZM414.52405 207.96875L414.00842 207.64062L417.47717 202.07812L417.9928 202.40625L414.52405 207.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M401.33655 204.9375L401.71155 201.39062L405.35217 201.39062L405.35217 202.21875L402.47717 202.21875L402.25842 204.15625Q402.77405 203.85938 403.44592 203.85938Q404.41467 203.85938 404.97717 204.5Q405.5553 205.14062 405.5553 206.23438Q405.5553 207.32812 404.96155 207.96875Q404.3678 208.59375 403.3053 208.59375Q402.3678 208.59375 401.75842 208.07812Q401.16467 207.54688 401.08655 206.625L401.94592 206.625Q402.02405 207.23438 402.3678 207.54688Q402.72717 207.85938 403.3053 207.85938Q403.9303 207.85938 404.28967 207.4375Q404.64905 207.0 404.64905 206.25Q404.64905 205.53125 404.25842 205.10938Q403.88342 204.67188 403.22717 204.67188Q402.64905 204.67188 402.3053 204.92188L402.07092 205.125L401.33655 204.9375ZM411.52405 201.89062L408.57092 208.5L407.63342 208.5L410.5553 202.125L406.71155 202.125L406.71155 201.39062L411.52405 201.39062L411.52405 201.89062ZM412.85217 202.75Q412.85217 202.125 413.25842 201.70312Q413.66467 201.28125 414.3053 201.28125Q414.96155 201.28125 415.35217 201.70312Q415.75842 202.125 415.75842 202.78125L415.75842 203.14062Q415.75842 203.78125 415.35217 204.1875Q414.94592 204.59375 414.32092 204.59375Q413.6803 204.59375 413.25842 204.1875Q412.85217 203.78125 412.85217 203.09375L412.85217 202.75ZM413.52405 203.14062Q413.52405 203.51562 413.72717 203.76562Q413.94592 204.0 414.32092 204.0Q414.66467 204.0 414.8678 203.76562Q415.08655 203.53125 415.08655 203.10938L415.08655 202.75Q415.08655 202.375 414.8678 202.125Q414.66467 201.875 414.3053 201.875Q413.94592 201.875 413.72717 202.125Q413.52405 202.375 413.52405 202.78125L413.52405 203.14062ZM416.3053 206.75Q416.3053 206.10938 416.71155 205.70312Q417.13342 205.29688 417.75842 205.29688Q418.39905 205.29688 418.8053 205.70312Q419.22717 206.10938 419.22717 206.79688L419.22717 207.14062Q419.22717 207.78125 418.82092 208.20312Q418.41467 208.60938 417.77405 208.60938Q417.14905 208.60938 416.72717 208.20312Q416.3053 207.78125 416.3053 207.10938L416.3053 206.75ZM416.9928 207.14062Q416.9928 207.51562 417.19592 207.76562Q417.41467 208.01562 417.77405 208.01562Q418.13342 208.01562 418.33655 207.78125Q418.5553 207.53125 418.5553 207.125L418.5553 206.75Q418.5553 206.375 418.33655 206.125Q418.1178 205.875 417.77405 205.875Q417.41467 205.875 417.19592 206.125Q416.9928 206.35938 416.9928 206.78125L416.9928 207.14062ZM414.52405 207.96875L414.00842 207.64062L417.47717 202.07812L417.9928 202.40625L414.52405 207.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.90182 270.10938L352.8862 270.10938L352.8862 270.84375L351.90182 270.84375L351.90182 272.5L350.99557 272.5L350.99557 270.84375L347.7612 270.84375L347.7612 270.3125L350.93307 265.39062L351.90182 265.39062L351.90182 270.10938ZM348.77682 270.10938L350.99557 270.10938L350.99557 266.625L350.8862 266.82812L348.77682 270.10938ZM354.49557 268.9375L354.87057 265.39062L358.5112 265.39062L358.5112 266.21875L355.6362 266.21875L355.41745 268.15625Q355.93307 267.85938 356.60495 267.85938Q357.5737 267.85938 358.1362 268.5Q358.71432 269.14062 358.71432 270.23438Q358.71432 271.32812 358.12057 271.96875Q357.52682 272.59375 356.46432 272.59375Q355.52682 272.59375 354.91745 272.07812Q354.3237 271.54688 354.24557 270.625L355.10495 270.625Q355.18307 271.23438 355.52682 271.54688Q355.8862 271.85938 356.46432 271.85938Q357.08932 271.85938 357.4487 271.4375Q357.80807 271.0 357.80807 270.25Q357.80807 269.53125 357.41745 269.10938Q357.04245 268.67188 356.3862 268.67188Q355.80807 268.67188 355.46432 268.92188L355.22995 269.125L354.49557 268.9375ZM360.0112 266.75Q360.0112 266.125 360.41745 265.70312Q360.8237 265.28125 361.46432 265.28125Q362.12057 265.28125 362.5112 265.70312Q362.91745 266.125 362.91745 266.78125L362.91745 267.14062Q362.91745 267.78125 362.5112 268.1875Q362.10495 268.59375 361.47995 268.59375Q360.83932 268.59375 360.41745 268.1875Q360.0112 267.78125 360.0112 267.09375L360.0112 266.75ZM360.68307 267.14062Q360.68307 267.51562 360.8862 267.76562Q361.10495 268.0 361.47995 268.0Q361.8237 268.0 362.02682 267.76562Q362.24557 267.53125 362.24557 267.10938L362.24557 266.75Q362.24557 266.375 362.02682 266.125Q361.8237 265.875 361.46432 265.875Q361.10495 265.875 360.8862 266.125Q360.68307 266.375 360.68307 266.78125L360.68307 267.14062ZM363.46432 270.75Q363.46432 270.10938 363.87057 269.70312Q364.29245 269.29688 364.91745 269.29688Q365.55807 269.29688 365.96432 269.70312Q366.3862 270.10938 366.3862 270.79688L366.3862 271.14062Q366.3862 271.78125 365.97995 272.20312Q365.5737 272.60938 364.93307 272.60938Q364.30807 272.60938 363.8862 272.20312Q363.46432 271.78125 363.46432 271.10938L363.46432 270.75ZM364.15182 271.14062Q364.15182 271.51562 364.35495 271.76562Q364.5737 272.01562 364.93307 272.01562Q365.29245 272.01562 365.49557 271.78125Q365.71432 271.53125 365.71432 271.125L365.71432 270.75Q365.71432 270.375 365.49557 270.125Q365.27682 269.875 364.93307 269.875Q364.5737 269.875 364.35495 270.125Q364.15182 270.35938 364.15182 270.78125L364.15182 271.14062ZM361.68307 271.96875L361.16745 271.64062L364.6362 266.07812L365.15182 266.40625L361.68307 271.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M351.90182 270.10938L352.8862 270.10938L352.8862 270.84375L351.90182 270.84375L351.90182 272.5L350.99557 272.5L350.99557 270.84375L347.7612 270.84375L347.7612 270.3125L350.93307 265.39062L351.90182 265.39062L351.90182 270.10938ZM348.77682 270.10938L350.99557 270.10938L350.99557 266.625L350.8862 266.82812L348.77682 270.10938ZM354.49557 268.9375L354.87057 265.39062L358.5112 265.39062L358.5112 266.21875L355.6362 266.21875L355.41745 268.15625Q355.93307 267.85938 356.60495 267.85938Q357.5737 267.85938 358.1362 268.5Q358.71432 269.14062 358.71432 270.23438Q358.71432 271.32812 358.12057 271.96875Q357.52682 272.59375 356.46432 272.59375Q355.52682 272.59375 354.91745 272.07812Q354.3237 271.54688 354.24557 270.625L355.10495 270.625Q355.18307 271.23438 355.52682 271.54688Q355.8862 271.85938 356.46432 271.85938Q357.08932 271.85938 357.4487 271.4375Q357.80807 271.0 357.80807 270.25Q357.80807 269.53125 357.41745 269.10938Q357.04245 268.67188 356.3862 268.67188Q355.80807 268.67188 355.46432 268.92188L355.22995 269.125L354.49557 268.9375ZM360.0112 266.75Q360.0112 266.125 360.41745 265.70312Q360.8237 265.28125 361.46432 265.28125Q362.12057 265.28125 362.5112 265.70312Q362.91745 266.125 362.91745 266.78125L362.91745 267.14062Q362.91745 267.78125 362.5112 268.1875Q362.10495 268.59375 361.47995 268.59375Q360.83932 268.59375 360.41745 268.1875Q360.0112 267.78125 360.0112 267.09375L360.0112 266.75ZM360.68307 267.14062Q360.68307 267.51562 360.8862 267.76562Q361.10495 268.0 361.47995 268.0Q361.8237 268.0 362.02682 267.76562Q362.24557 267.53125 362.24557 267.10938L362.24557 266.75Q362.24557 266.375 362.02682 266.125Q361.8237 265.875 361.46432 265.875Q361.10495 265.875 360.8862 266.125Q360.68307 266.375 360.68307 266.78125L360.68307 267.14062ZM363.46432 270.75Q363.46432 270.10938 363.87057 269.70312Q364.29245 269.29688 364.91745 269.29688Q365.55807 269.29688 365.96432 269.70312Q366.3862 270.10938 366.3862 270.79688L366.3862 271.14062Q366.3862 271.78125 365.97995 272.20312Q365.5737 272.60938 364.93307 272.60938Q364.30807 272.60938 363.8862 272.20312Q363.46432 271.78125 363.46432 271.10938L363.46432 270.75ZM364.15182 271.14062Q364.15182 271.51562 364.35495 271.76562Q364.5737 272.01562 364.93307 272.01562Q365.29245 272.01562 365.49557 271.78125Q365.71432 271.53125 365.71432 271.125L365.71432 270.75Q365.71432 270.375 365.49557 270.125Q365.27682 269.875 364.93307 269.875Q364.5737 269.875 364.35495 270.125Q364.15182 270.35938 364.15182 270.78125L364.15182 271.14062ZM361.68307 271.96875L361.16745 271.64062L364.6362 266.07812L365.15182 266.40625L361.68307 271.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M337.636 334.10938L338.62036 334.10938L338.62036 334.84375L337.636 334.84375L337.636 336.5L336.72974 336.5L336.72974 334.84375L333.49536 334.84375L333.49536 334.3125L336.66724 329.39062L337.636 329.39062L337.636 334.10938ZM334.511 334.10938L336.72974 334.10938L336.72974 330.625L336.62036 330.82812L334.511 334.10938ZM342.79224 336.5L341.886 336.5L341.886 330.48438L340.05786 331.14062L340.05786 330.32812L342.6516 329.35938L342.79224 329.35938L342.79224 336.5ZM345.74536 330.75Q345.74536 330.125 346.1516 329.70312Q346.55786 329.28125 347.1985 329.28125Q347.85474 329.28125 348.24536 329.70312Q348.6516 330.125 348.6516 330.78125L348.6516 331.14062Q348.6516 331.78125 348.24536 332.1875Q347.8391 332.59375 347.2141 332.59375Q346.5735 332.59375 346.1516 332.1875Q345.74536 331.78125 345.74536 331.09375L345.74536 330.75ZM346.41724 331.14062Q346.41724 331.51562 346.62036 331.76562Q346.8391 332.0 347.2141 332.0Q347.55786 332.0 347.761 331.76562Q347.97974 331.53125 347.97974 331.10938L347.97974 330.75Q347.97974 330.375 347.761 330.125Q347.55786 329.875 347.1985 329.875Q346.8391 329.875 346.62036 330.125Q346.41724 330.375 346.41724 330.78125L346.41724 331.14062ZM349.1985 334.75Q349.1985 334.10938 349.60474 333.70312Q350.0266 333.29688 350.6516 333.29688Q351.29224 333.29688 351.6985 333.70312Q352.12036 334.10938 352.12036 334.79688L352.12036 335.14062Q352.12036 335.78125 351.7141 336.20312Q351.30786 336.60938 350.66724 336.60938Q350.04224 336.60938 349.62036 336.20312Q349.1985 335.78125 349.1985 335.10938L349.1985 334.75ZM349.886 335.14062Q349.886 335.51562 350.0891 335.76562Q350.30786 336.01562 350.66724 336.01562Q351.0266 336.01562 351.22974 335.78125Q351.4485 335.53125 351.4485 335.125L351.4485 334.75Q351.4485 334.375 351.22974 334.125Q351.011 333.875 350.66724 333.875Q350.30786 333.875 350.0891 334.125Q349.886 334.35938 349.886 334.78125L349.886 335.14062ZM347.41724 335.96875L346.9016 335.64062L350.37036 330.07812L350.886 330.40625L347.41724 335.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M337.636 334.10938L338.62036 334.10938L338.62036 334.84375L337.636 334.84375L337.636 336.5L336.72974 336.5L336.72974 334.84375L333.49536 334.84375L333.49536 334.3125L336.66724 329.39062L337.636 329.39062L337.636 334.10938ZM334.511 334.10938L336.72974 334.10938L336.72974 330.625L336.62036 330.82812L334.511 334.10938ZM342.79224 336.5L341.886 336.5L341.886 330.48438L340.05786 331.14062L340.05786 330.32812L342.6516 329.35938L342.79224 329.35938L342.79224 336.5ZM345.74536 330.75Q345.74536 330.125 346.1516 329.70312Q346.55786 329.28125 347.1985 329.28125Q347.85474 329.28125 348.24536 329.70312Q348.6516 330.125 348.6516 330.78125L348.6516 331.14062Q348.6516 331.78125 348.24536 332.1875Q347.8391 332.59375 347.2141 332.59375Q346.5735 332.59375 346.1516 332.1875Q345.74536 331.78125 345.74536 331.09375L345.74536 330.75ZM346.41724 331.14062Q346.41724 331.51562 346.62036 331.76562Q346.8391 332.0 347.2141 332.0Q347.55786 332.0 347.761 331.76562Q347.97974 331.53125 347.97974 331.10938L347.97974 330.75Q347.97974 330.375 347.761 330.125Q347.55786 329.875 347.1985 329.875Q346.8391 329.875 346.62036 330.125Q346.41724 330.375 346.41724 330.78125L346.41724 331.14062ZM349.1985 334.75Q349.1985 334.10938 349.60474 333.70312Q350.0266 333.29688 350.6516 333.29688Q351.29224 333.29688 351.6985 333.70312Q352.12036 334.10938 352.12036 334.79688L352.12036 335.14062Q352.12036 335.78125 351.7141 336.20312Q351.30786 336.60938 350.66724 336.60938Q350.04224 336.60938 349.62036 336.20312Q349.1985 335.78125 349.1985 335.10938L349.1985 334.75ZM349.886 335.14062Q349.886 335.51562 350.0891 335.76562Q350.30786 336.01562 350.66724 336.01562Q351.0266 336.01562 351.22974 335.78125Q351.4485 335.53125 351.4485 335.125L351.4485 334.75Q351.4485 334.375 351.22974 334.125Q351.011 333.875 350.66724 333.875Q350.30786 333.875 350.0891 334.125Q349.886 334.35938 349.886 334.78125L349.886 335.14062ZM347.41724 335.96875L346.9016 335.64062L350.37036 330.07812L350.886 330.40625L347.41724 335.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M509.04184 86.25Q509.04184 86.78125 508.7606 87.203125Q508.47934 87.609375 507.99496 87.84375Q508.55746 88.078125 508.86996 88.546875Q509.1981 89.0 509.1981 89.578125Q509.1981 90.5 508.5731 91.046875Q507.9637 91.59375 506.9481 91.59375Q505.91684 91.59375 505.29184 91.046875Q504.68246 90.5 504.68246 89.578125Q504.68246 89.0 504.99496 88.546875Q505.30746 88.078125 505.86996 87.84375Q505.4012 87.609375 505.11996 87.1875Q504.85434 86.765625 504.85434 86.25Q504.85434 85.34375 505.41684 84.828125Q505.99496 84.296875 506.9481 84.296875Q507.8856 84.296875 508.4637 84.828125Q509.04184 85.34375 509.04184 86.25ZM508.30746 89.5625Q508.30746 88.96875 507.91684 88.59375Q507.54184 88.21875 506.93246 88.21875Q506.3231 88.21875 505.9481 88.59375Q505.5887 88.953125 505.5887 89.5625Q505.5887 90.171875 505.9481 90.515625Q506.30746 90.859375 506.9481 90.859375Q507.5731 90.859375 507.93246 90.515625Q508.30746 90.15625 508.30746 89.5625ZM506.9481 85.03125Q506.41684 85.03125 506.0731 85.359375Q505.74496 85.6875 505.74496 86.265625Q505.74496 86.796875 506.0731 87.140625Q506.4012 87.46875 506.93246 87.46875Q507.47934 87.46875 507.80746 87.140625Q508.1356 86.796875 508.1356 86.265625Q508.1356 85.71875 507.79184 85.375Q507.4637 85.03125 506.9481 85.03125ZM515.38556 91.5L510.72934 91.5L510.72934 90.84375L513.18243 88.109375Q513.7293 87.5 513.93243 87.109375Q514.1512 86.71875 514.1512 86.296875Q514.1512 85.75 513.80743 85.390625Q513.4793 85.03125 512.9168 85.03125Q512.24493 85.03125 511.86996 85.421875Q511.49496 85.796875 511.49496 86.484375L510.5887 86.484375Q510.5887 85.5 511.2137 84.90625Q511.85434 84.296875 512.9168 84.296875Q513.9012 84.296875 514.4793 84.8125Q515.05743 85.328125 515.05743 86.203125Q515.05743 87.25 513.7137 88.703125L511.8231 90.765625L515.38556 90.765625L515.38556 91.5ZM516.6512 85.75Q516.6512 85.125 517.05743 84.703125Q517.4637 84.28125 518.1043 84.28125Q518.76056 84.28125 519.1512 84.703125Q519.55743 85.125 519.55743 85.78125L519.55743 86.140625Q519.55743 86.78125 519.1512 87.1875Q518.74493 87.59375 518.11993 87.59375Q517.4793 87.59375 517.05743 87.1875Q516.6512 86.78125 516.6512 86.09375L516.6512 85.75ZM517.32306 86.140625Q517.32306 86.515625 517.5262 86.765625Q517.74493 87.0 518.11993 87.0Q518.4637 87.0 518.6668 86.765625Q518.88556 86.53125 518.88556 86.109375L518.88556 85.75Q518.88556 85.375 518.6668 85.125Q518.4637 84.875 518.1043 84.875Q517.74493 84.875 517.5262 85.125Q517.32306 85.375 517.32306 85.78125L517.32306 86.140625ZM520.1043 89.75Q520.1043 89.109375 520.51056 88.703125Q520.93243 88.296875 521.55743 88.296875Q522.19806 88.296875 522.6043 88.703125Q523.0262 89.109375 523.0262 89.796875L523.0262 90.140625Q523.0262 90.78125 522.61993 91.203125Q522.2137 91.609375 521.57306 91.609375Q520.94806 91.609375 520.5262 91.203125Q520.1043 90.78125 520.1043 90.109375L520.1043 89.75ZM520.7918 90.140625Q520.7918 90.515625 520.99493 90.765625Q521.2137 91.015625 521.57306 91.015625Q521.93243 91.015625 522.13556 90.78125Q522.3543 90.53125 522.3543 90.125L522.3543 89.75Q522.3543 89.375 522.13556 89.125Q521.9168 88.875 521.57306 88.875Q521.2137 88.875 520.99493 89.125Q520.7918 89.359375 520.7918 89.78125L520.7918 90.140625ZM518.32306 90.96875L517.80743 90.640625L521.2762 85.078125L521.7918 85.40625L518.32306 90.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M509.04184 86.25Q509.04184 86.78125 508.7606 87.203125Q508.47934 87.609375 507.99496 87.84375Q508.55746 88.078125 508.86996 88.546875Q509.1981 89.0 509.1981 89.578125Q509.1981 90.5 508.5731 91.046875Q507.9637 91.59375 506.9481 91.59375Q505.91684 91.59375 505.29184 91.046875Q504.68246 90.5 504.68246 89.578125Q504.68246 89.0 504.99496 88.546875Q505.30746 88.078125 505.86996 87.84375Q505.4012 87.609375 505.11996 87.1875Q504.85434 86.765625 504.85434 86.25Q504.85434 85.34375 505.41684 84.828125Q505.99496 84.296875 506.9481 84.296875Q507.8856 84.296875 508.4637 84.828125Q509.04184 85.34375 509.04184 86.25ZM508.30746 89.5625Q508.30746 88.96875 507.91684 88.59375Q507.54184 88.21875 506.93246 88.21875Q506.3231 88.21875 505.9481 88.59375Q505.5887 88.953125 505.5887 89.5625Q505.5887 90.171875 505.9481 90.515625Q506.30746 90.859375 506.9481 90.859375Q507.5731 90.859375 507.93246 90.515625Q508.30746 90.15625 508.30746 89.5625ZM506.9481 85.03125Q506.41684 85.03125 506.0731 85.359375Q505.74496 85.6875 505.74496 86.265625Q505.74496 86.796875 506.0731 87.140625Q506.4012 87.46875 506.93246 87.46875Q507.47934 87.46875 507.80746 87.140625Q508.1356 86.796875 508.1356 86.265625Q508.1356 85.71875 507.79184 85.375Q507.4637 85.03125 506.9481 85.03125ZM515.3856 91.5L510.72934 91.5L510.72934 90.84375L513.1825 88.109375Q513.7294 87.5 513.9325 87.109375Q514.15125 86.71875 514.15125 86.296875Q514.15125 85.75 513.8075 85.390625Q513.4794 85.03125 512.9169 85.03125Q512.245 85.03125 511.86996 85.421875Q511.49496 85.796875 511.49496 86.484375L510.5887 86.484375Q510.5887 85.5 511.2137 84.90625Q511.85434 84.296875 512.9169 84.296875Q513.90125 84.296875 514.4794 84.8125Q515.0575 85.328125 515.0575 86.203125Q515.0575 87.25 513.71375 88.703125L511.8231 90.765625L515.3856 90.765625L515.3856 91.5ZM516.65125 85.75Q516.65125 85.125 517.0575 84.703125Q517.46375 84.28125 518.1044 84.28125Q518.7606 84.28125 519.15125 84.703125Q519.5575 85.125 519.5575 85.78125L519.5575 86.140625Q519.5575 86.78125 519.15125 87.1875Q518.745 87.59375 518.12 87.59375Q517.4794 87.59375 517.0575 87.1875Q516.65125 86.78125 516.65125 86.09375L516.65125 85.75ZM517.3231 86.140625Q517.3231 86.515625 517.52625 86.765625Q517.745 87.0 518.12 87.0Q518.46375 87.0 518.6669 86.765625Q518.8856 86.53125 518.8856 86.109375L518.8856 85.75Q518.8856 85.375 518.6669 85.125Q518.46375 84.875 518.1044 84.875Q517.745 84.875 517.52625 85.125Q517.3231 85.375 517.3231 85.78125L517.3231 86.140625ZM520.1044 89.75Q520.1044 89.109375 520.5106 88.703125Q520.9325 88.296875 521.5575 88.296875Q522.1981 88.296875 522.6044 88.703125Q523.02625 89.109375 523.02625 89.796875L523.02625 90.140625Q523.02625 90.78125 522.62 91.203125Q522.21375 91.609375 521.5731 91.609375Q520.9481 91.609375 520.52625 91.203125Q520.1044 90.78125 520.1044 90.109375L520.1044 89.75ZM520.7919 90.140625Q520.7919 90.515625 520.995 90.765625Q521.21375 91.015625 521.5731 91.015625Q521.9325 91.015625 522.1356 90.78125Q522.3544 90.53125 522.3544 90.125L522.3544 89.75Q522.3544 89.375 522.1356 89.125Q521.9169 88.875 521.5731 88.875Q521.21375 88.875 520.995 89.125Q520.7919 89.359375 520.7919 89.78125L520.7919 90.140625ZM518.3231 90.96875L517.8075 90.640625L521.27625 85.078125L521.7919 85.40625L518.3231 90.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M464.49783 148.89062L461.5447 155.5L460.6072 155.5L463.52908 149.125L459.68533 149.125L459.68533 148.39062L464.49783 148.39062L464.49783 148.89062ZM468.87283 155.5L467.96658 155.5L467.96658 149.48438L466.13846 150.14062L466.13846 149.32812L468.7322 148.35938L468.87283 148.35938L468.87283 155.5ZM471.82596 149.75Q471.82596 149.125 472.2322 148.70312Q472.63846 148.28125 473.27908 148.28125Q473.93533 148.28125 474.32596 148.70312Q474.7322 149.125 474.7322 149.78125L474.7322 150.14062Q474.7322 150.78125 474.32596 151.1875Q473.9197 151.59375 473.2947 151.59375Q472.65408 151.59375 472.2322 151.1875Q471.82596 150.78125 471.82596 150.09375L471.82596 149.75ZM472.49783 150.14062Q472.49783 150.51562 472.70096 150.76562Q472.9197 151.0 473.2947 151.0Q473.63846 151.0 473.84158 150.76562Q474.06033 150.53125 474.06033 150.10938L474.06033 149.75Q474.06033 149.375 473.84158 149.125Q473.63846 148.875 473.27908 148.875Q472.9197 148.875 472.70096 149.125Q472.49783 149.375 472.49783 149.78125L472.49783 150.14062ZM475.27908 153.75Q475.27908 153.10938 475.68533 152.70312Q476.1072 152.29688 476.7322 152.29688Q477.37283 152.29688 477.77908 152.70312Q478.20096 153.10938 478.20096 153.79688L478.20096 154.14062Q478.20096 154.78125 477.7947 155.20312Q477.38846 155.60938 476.74783 155.60938Q476.12283 155.60938 475.70096 155.20312Q475.27908 154.78125 475.27908 154.10938L475.27908 153.75ZM475.96658 154.14062Q475.96658 154.51562 476.1697 154.76562Q476.38846 155.01562 476.74783 155.01562Q477.1072 155.01562 477.31033 154.78125Q477.52908 154.53125 477.52908 154.125L477.52908 153.75Q477.52908 153.375 477.31033 153.125Q477.09158 152.875 476.74783 152.875Q476.38846 152.875 476.1697 153.125Q475.96658 153.35938 475.96658 153.78125L475.96658 154.14062ZM473.49783 154.96875L472.9822 154.64062L476.45096 149.07812L476.96658 149.40625L473.49783 154.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M464.49783 148.89062L461.5447 155.5L460.6072 155.5L463.52908 149.125L459.68533 149.125L459.68533 148.39062L464.49783 148.39062L464.49783 148.89062ZM468.87283 155.5L467.96658 155.5L467.96658 149.48438L466.13846 150.14062L466.13846 149.32812L468.7322 148.35938L468.87283 148.35938L468.87283 155.5ZM471.82596 149.75Q471.82596 149.125 472.2322 148.70312Q472.63846 148.28125 473.27908 148.28125Q473.93533 148.28125 474.32596 148.70312Q474.7322 149.125 474.7322 149.78125L474.7322 150.14062Q474.7322 150.78125 474.32596 151.1875Q473.9197 151.59375 473.2947 151.59375Q472.65408 151.59375 472.2322 151.1875Q471.82596 150.78125 471.82596 150.09375L471.82596 149.75ZM472.49783 150.14062Q472.49783 150.51562 472.70096 150.76562Q472.9197 151.0 473.2947 151.0Q473.63846 151.0 473.84158 150.76562Q474.06033 150.53125 474.06033 150.10938L474.06033 149.75Q474.06033 149.375 473.84158 149.125Q473.63846 148.875 473.27908 148.875Q472.9197 148.875 472.70096 149.125Q472.49783 149.375 472.49783 149.78125L472.49783 150.14062ZM475.27908 153.75Q475.27908 153.10938 475.68533 152.70312Q476.1072 152.29688 476.7322 152.29688Q477.37283 152.29688 477.77908 152.70312Q478.20096 153.10938 478.20096 153.79688L478.20096 154.14062Q478.20096 154.78125 477.7947 155.20312Q477.38846 155.60938 476.74783 155.60938Q476.12283 155.60938 475.70096 155.20312Q475.27908 154.78125 475.27908 154.10938L475.27908 153.75ZM475.96658 154.14062Q475.96658 154.51562 476.1697 154.76562Q476.38846 155.01562 476.74783 155.01562Q477.1072 155.01562 477.31033 154.78125Q477.52908 154.53125 477.52908 154.125L477.52908 153.75Q477.52908 153.375 477.31033 153.125Q477.09158 152.875 476.74783 152.875Q476.38846 152.875 476.1697 153.125Q475.96658 153.35938 475.96658 153.78125L475.96658 154.14062ZM473.49783 154.96875L472.9822 154.64062L476.45096 149.07812L476.96658 149.40625L473.49783 154.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M414.8588 211.39062L414.8588 212.15625L414.68692 212.15625Q413.64005 212.17188 413.01505 212.78125Q412.39005 213.375 412.28067 214.48438Q412.84317 213.84375 413.81192 213.84375Q414.74942 213.84375 415.2963 214.5Q415.8588 215.14062 415.8588 216.1875Q415.8588 217.28125 415.24942 217.9375Q414.65567 218.59375 413.65567 218.59375Q412.64005 218.59375 411.99942 217.8125Q411.3588 217.03125 411.3588 215.79688L411.3588 215.45312Q411.3588 213.48438 412.18692 212.45312Q413.03067 211.40625 414.68692 211.39062L414.8588 211.39062ZM413.6713 214.59375Q413.20255 214.59375 412.81192 214.875Q412.4213 215.14062 412.26505 215.5625L412.26505 215.89062Q412.26505 216.78125 412.65567 217.3125Q413.06192 217.84375 413.65567 217.84375Q414.26505 217.84375 414.6088 217.40625Q414.96817 216.95312 414.96817 216.21875Q414.96817 215.48438 414.6088 215.04688Q414.24942 214.59375 413.6713 214.59375ZM421.76505 215.46875Q421.76505 217.04688 421.21817 217.82812Q420.68692 218.59375 419.53067 218.59375Q418.39005 218.59375 417.84317 217.84375Q417.2963 217.09375 417.28067 215.59375L417.28067 214.39062Q417.28067 212.8125 417.81192 212.0625Q418.3588 211.29688 419.51505 211.29688Q420.6713 211.29688 421.20255 212.03125Q421.74942 212.76562 421.76505 214.29688L421.76505 215.46875ZM420.8588 214.23438Q420.8588 213.07812 420.53067 212.5625Q420.21817 212.03125 419.51505 212.03125Q418.82755 212.03125 418.49942 212.5625Q418.18692 213.07812 418.18692 214.15625L418.18692 215.60938Q418.18692 216.76562 418.51505 217.3125Q418.8588 217.85938 419.53067 217.85938Q420.20255 217.85938 420.51505 217.34375Q420.84317 216.82812 420.8588 215.71875L420.8588 214.23438ZM423.2338 212.75Q423.2338 212.125 423.64005 211.70312Q424.0463 211.28125 424.68692 211.28125Q425.34317 211.28125 425.7338 211.70312Q426.14005 212.125 426.14005 212.78125L426.14005 213.14062Q426.14005 213.78125 425.7338 214.1875Q425.32755 214.59375 424.70255 214.59375Q424.06192 214.59375 423.64005 214.1875Q423.2338 213.78125 423.2338 213.09375L423.2338 212.75ZM423.90567 213.14062Q423.90567 213.51562 424.1088 213.76562Q424.32755 214.0 424.70255 214.0Q425.0463 214.0 425.24942 213.76562Q425.46817 213.53125 425.46817 213.10938L425.46817 212.75Q425.46817 212.375 425.24942 212.125Q425.0463 211.875 424.68692 211.875Q424.32755 211.875 424.1088 212.125Q423.90567 212.375 423.90567 212.78125L423.90567 213.14062ZM426.68692 216.75Q426.68692 216.10938 427.09317 215.70312Q427.51505 215.29688 428.14005 215.29688Q428.78067 215.29688 429.18692 215.70312Q429.6088 216.10938 429.6088 216.79688L429.6088 217.14062Q429.6088 217.78125 429.20255 218.20312Q428.7963 218.60938 428.15567 218.60938Q427.53067 218.60938 427.1088 218.20312Q426.68692 217.78125 426.68692 217.10938L426.68692 216.75ZM427.37442 217.14062Q427.37442 217.51562 427.57755 217.76562Q427.7963 218.01562 428.15567 218.01562Q428.51505 218.01562 428.71817 217.78125Q428.93692 217.53125 428.93692 217.125L428.93692 216.75Q428.93692 216.375 428.71817 216.125Q428.49942 215.875 428.15567 215.875Q427.7963 215.875 427.57755 216.125Q427.37442 216.35938 427.37442 216.78125L427.37442 217.14062ZM424.90567 217.96875L424.39005 217.64062L427.8588 212.07812L428.37442 212.40625L424.90567 217.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M414.8588 211.39062L414.8588 212.15625L414.68692 212.15625Q413.64005 212.17188 413.01505 212.78125Q412.39005 213.375 412.28067 214.48438Q412.84317 213.84375 413.81192 213.84375Q414.74942 213.84375 415.2963 214.5Q415.8588 215.14062 415.8588 216.1875Q415.8588 217.28125 415.24942 217.9375Q414.65567 218.59375 413.65567 218.59375Q412.64005 218.59375 411.99942 217.8125Q411.3588 217.03125 411.3588 215.79688L411.3588 215.45312Q411.3588 213.48438 412.18692 212.45312Q413.03067 211.40625 414.68692 211.39062L414.8588 211.39062ZM413.6713 214.59375Q413.20255 214.59375 412.81192 214.875Q412.4213 215.14062 412.26505 215.5625L412.26505 215.89062Q412.26505 216.78125 412.65567 217.3125Q413.06192 217.84375 413.65567 217.84375Q414.26505 217.84375 414.6088 217.40625Q414.96817 216.95312 414.96817 216.21875Q414.96817 215.48438 414.6088 215.04688Q414.24942 214.59375 413.6713 214.59375ZM421.76505 215.46875Q421.76505 217.04688 421.21817 217.82812Q420.68692 218.59375 419.53067 218.59375Q418.39005 218.59375 417.84317 217.84375Q417.2963 217.09375 417.28067 215.59375L417.28067 214.39062Q417.28067 212.8125 417.81192 212.0625Q418.3588 211.29688 419.51505 211.29688Q420.6713 211.29688 421.20255 212.03125Q421.74942 212.76562 421.76505 214.29688L421.76505 215.46875ZM420.8588 214.23438Q420.8588 213.07812 420.53067 212.5625Q420.21817 212.03125 419.51505 212.03125Q418.82755 212.03125 418.49942 212.5625Q418.18692 213.07812 418.18692 214.15625L418.18692 215.60938Q418.18692 216.76562 418.51505 217.3125Q418.8588 217.85938 419.53067 217.85938Q420.20255 217.85938 420.51505 217.34375Q420.84317 216.82812 420.8588 215.71875L420.8588 214.23438ZM423.2338 212.75Q423.2338 212.125 423.64005 211.70312Q424.0463 211.28125 424.68692 211.28125Q425.34317 211.28125 425.7338 211.70312Q426.14005 212.125 426.14005 212.78125L426.14005 213.14062Q426.14005 213.78125 425.7338 214.1875Q425.32755 214.59375 424.70255 214.59375Q424.06192 214.59375 423.64005 214.1875Q423.2338 213.78125 423.2338 213.09375L423.2338 212.75ZM423.90567 213.14062Q423.90567 213.51562 424.1088 213.76562Q424.32755 214.0 424.70255 214.0Q425.0463 214.0 425.24942 213.76562Q425.46817 213.53125 425.46817 213.10938L425.46817 212.75Q425.46817 212.375 425.24942 212.125Q425.0463 211.875 424.68692 211.875Q424.32755 211.875 424.1088 212.125Q423.90567 212.375 423.90567 212.78125L423.90567 213.14062ZM426.68692 216.75Q426.68692 216.10938 427.09317 215.70312Q427.51505 215.29688 428.14005 215.29688Q428.78067 215.29688 429.18692 215.70312Q429.6088 216.10938 429.6088 216.79688L429.6088 217.14062Q429.6088 217.78125 429.20255 218.20312Q428.7963 218.60938 428.15567 218.60938Q427.53067 218.60938 427.1088 218.20312Q426.68692 217.78125 426.68692 217.10938L426.68692 216.75ZM427.37442 217.14062Q427.37442 217.51562 427.57755 217.76562Q427.7963 218.01562 428.15567 218.01562Q428.51505 218.01562 428.71817 217.78125Q428.93692 217.53125 428.93692 217.125L428.93692 216.75Q428.93692 216.375 428.71817 216.125Q428.49942 215.875 428.15567 215.875Q427.7963 215.875 427.57755 216.125Q427.37442 216.35938 427.37442 216.78125L427.37442 217.14062ZM424.90567 217.96875L424.39005 217.64062L427.8588 212.07812L428.37442 212.40625L424.90567 217.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M355.11142 280.10938L356.0958 280.10938L356.0958 280.84375L355.11142 280.84375L355.11142 282.5L354.20517 282.5L354.20517 280.84375L350.9708 280.84375L350.9708 280.3125L354.14267 275.39062L355.11142 275.39062L355.11142 280.10938ZM351.98642 280.10938L354.20517 280.10938L354.20517 276.625L354.0958 276.82812L351.98642 280.10938ZM360.8458 275.39062L360.8458 276.15625L360.67392 276.15625Q359.62704 276.17188 359.00204 276.78125Q358.37704 277.375 358.26767 278.48438Q358.83017 277.84375 359.79892 277.84375Q360.73642 277.84375 361.2833 278.5Q361.8458 279.14062 361.8458 280.1875Q361.8458 281.28125 361.23642 281.9375Q360.64267 282.59375 359.64267 282.59375Q358.62704 282.59375 357.98642 281.8125Q357.3458 281.03125 357.3458 279.79688L357.3458 279.45312Q357.3458 277.48438 358.17392 276.45312Q359.01767 275.40625 360.67392 275.39062L360.8458 275.39062ZM359.6583 278.59375Q359.18954 278.59375 358.79892 278.875Q358.4083 279.14062 358.25204 279.5625L358.25204 279.89062Q358.25204 280.78125 358.64267 281.3125Q359.04892 281.84375 359.64267 281.84375Q360.25204 281.84375 360.5958 281.40625Q360.95517 280.95312 360.95517 280.21875Q360.95517 279.48438 360.5958 279.04688Q360.23642 278.59375 359.6583 278.59375ZM363.2208 276.75Q363.2208 276.125 363.62704 275.70312Q364.0333 275.28125 364.67392 275.28125Q365.33017 275.28125 365.7208 275.70312Q366.12704 276.125 366.12704 276.78125L366.12704 277.14062Q366.12704 277.78125 365.7208 278.1875Q365.31454 278.59375 364.68954 278.59375Q364.04892 278.59375 363.62704 278.1875Q363.2208 277.78125 363.2208 277.09375L363.2208 276.75ZM363.89267 277.14062Q363.89267 277.51562 364.0958 277.76562Q364.31454 278.0 364.68954 278.0Q365.0333 278.0 365.23642 277.76562Q365.45517 277.53125 365.45517 277.10938L365.45517 276.75Q365.45517 276.375 365.23642 276.125Q365.0333 275.875 364.67392 275.875Q364.31454 275.875 364.0958 276.125Q363.89267 276.375 363.89267 276.78125L363.89267 277.14062ZM366.67392 280.75Q366.67392 280.10938 367.08017 279.70312Q367.50204 279.29688 368.12704 279.29688Q368.76767 279.29688 369.17392 279.70312Q369.5958 280.10938 369.5958 280.79688L369.5958 281.14062Q369.5958 281.78125 369.18954 282.20312Q368.7833 282.60938 368.14267 282.60938Q367.51767 282.60938 367.0958 282.20312Q366.67392 281.78125 366.67392 281.10938L366.67392 280.75ZM367.36142 281.14062Q367.36142 281.51562 367.56454 281.76562Q367.7833 282.01562 368.14267 282.01562Q368.50204 282.01562 368.70517 281.78125Q368.92392 281.53125 368.92392 281.125L368.92392 280.75Q368.92392 280.375 368.70517 280.125Q368.48642 279.875 368.14267 279.875Q367.7833 279.875 367.56454 280.125Q367.36142 280.35938 367.36142 280.78125L367.36142 281.14062ZM364.89267 281.96875L364.37704 281.64062L367.8458 276.07812L368.36142 276.40625L364.89267 281.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M355.11142 280.10938L356.0958 280.10938L356.0958 280.84375L355.11142 280.84375L355.11142 282.5L354.20517 282.5L354.20517 280.84375L350.9708 280.84375L350.9708 280.3125L354.14267 275.39062L355.11142 275.39062L355.11142 280.10938ZM351.98642 280.10938L354.20517 280.10938L354.20517 276.625L354.0958 276.82812L351.98642 280.10938ZM360.8458 275.39062L360.8458 276.15625L360.67392 276.15625Q359.62704 276.17188 359.00204 276.78125Q358.37704 277.375 358.26767 278.48438Q358.83017 277.84375 359.79892 277.84375Q360.73642 277.84375 361.2833 278.5Q361.8458 279.14062 361.8458 280.1875Q361.8458 281.28125 361.23642 281.9375Q360.64267 282.59375 359.64267 282.59375Q358.62704 282.59375 357.98642 281.8125Q357.3458 281.03125 357.3458 279.79688L357.3458 279.45312Q357.3458 277.48438 358.17392 276.45312Q359.01767 275.40625 360.67392 275.39062L360.8458 275.39062ZM359.6583 278.59375Q359.18954 278.59375 358.79892 278.875Q358.4083 279.14062 358.25204 279.5625L358.25204 279.89062Q358.25204 280.78125 358.64267 281.3125Q359.04892 281.84375 359.64267 281.84375Q360.25204 281.84375 360.5958 281.40625Q360.95517 280.95312 360.95517 280.21875Q360.95517 279.48438 360.5958 279.04688Q360.23642 278.59375 359.6583 278.59375ZM363.2208 276.75Q363.2208 276.125 363.62704 275.70312Q364.0333 275.28125 364.67392 275.28125Q365.33017 275.28125 365.7208 275.70312Q366.12704 276.125 366.12704 276.78125L366.12704 277.14062Q366.12704 277.78125 365.7208 278.1875Q365.31454 278.59375 364.68954 278.59375Q364.04892 278.59375 363.62704 278.1875Q363.2208 277.78125 363.2208 277.09375L363.2208 276.75ZM363.89267 277.14062Q363.89267 277.51562 364.0958 277.76562Q364.31454 278.0 364.68954 278.0Q365.0333 278.0 365.23642 277.76562Q365.45517 277.53125 365.45517 277.10938L365.45517 276.75Q365.45517 276.375 365.23642 276.125Q365.0333 275.875 364.67392 275.875Q364.31454 275.875 364.0958 276.125Q363.89267 276.375 363.89267 276.78125L363.89267 277.14062ZM366.67392 280.75Q366.67392 280.10938 367.08017 279.70312Q367.50204 279.29688 368.12704 279.29688Q368.76767 279.29688 369.17392 279.70312Q369.5958 280.10938 369.5958 280.79688L369.5958 281.14062Q369.5958 281.78125 369.18954 282.20312Q368.7833 282.60938 368.14267 282.60938Q367.51767 282.60938 367.0958 282.20312Q366.67392 281.78125 366.67392 281.10938L366.67392 280.75ZM367.36142 281.14062Q367.36142 281.51562 367.56454 281.76562Q367.7833 282.01562 368.14267 282.01562Q368.50204 282.01562 368.70517 281.78125Q368.92392 281.53125 368.92392 281.125L368.92392 280.75Q368.92392 280.375 368.70517 280.125Q368.48642 279.875 368.14267 279.875Q367.7833 279.875 367.56454 280.125Q367.36142 280.35938 367.36142 280.78125L367.36142 281.14062ZM364.89267 281.96875L364.37704 281.64062L367.8458 276.07812L368.36142 276.40625L364.89267 281.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M346.5555 344.10938L347.5399 344.10938L347.5399 344.84375L346.5555 344.84375L346.5555 346.5L345.64926 346.5L345.64926 344.84375L342.4149 344.84375L342.4149 344.3125L345.58676 339.39062L346.5555 339.39062L346.5555 344.10938ZM343.4305 344.10938L345.64926 344.10938L345.64926 340.625L345.5399 340.82812L343.4305 344.10938ZM350.0555 342.5L350.7274 342.5Q351.368 342.5 351.7274 342.17188Q352.1024 341.84375 352.1024 341.28125Q352.1024 340.03125 350.8524 340.03125Q350.27426 340.03125 349.9149 340.375Q349.57114 340.70312 349.57114 341.25L348.6649 341.25Q348.6649 340.40625 349.2899 339.85938Q349.9149 339.29688 350.8524 339.29688Q351.868 339.29688 352.4305 339.82812Q353.00864 340.35938 353.00864 341.29688Q353.00864 341.76562 352.71176 342.20312Q352.4149 342.64062 351.88364 342.85938Q352.4774 343.03125 352.7899 343.46875Q353.118 343.89062 353.118 344.51562Q353.118 345.46875 352.493 346.03125Q351.868 346.59375 350.868 346.59375Q349.868 346.59375 349.2274 346.0625Q348.6024 345.51562 348.6024 344.625L349.52426 344.625Q349.52426 345.1875 349.88364 345.53125Q350.243 345.85938 350.868 345.85938Q351.52426 345.85938 351.868 345.51562Q352.21176 345.17188 352.21176 344.53125Q352.21176 343.92188 351.82114 343.59375Q351.44614 343.25 350.7274 343.25L350.0555 343.25L350.0555 342.5ZM354.6649 340.75Q354.6649 340.125 355.07114 339.70312Q355.4774 339.28125 356.118 339.28125Q356.77426 339.28125 357.1649 339.70312Q357.57114 340.125 357.57114 340.78125L357.57114 341.14062Q357.57114 341.78125 357.1649 342.1875Q356.75864 342.59375 356.13364 342.59375Q355.493 342.59375 355.07114 342.1875Q354.6649 341.78125 354.6649 341.09375L354.6649 340.75ZM355.33676 341.14062Q355.33676 341.51562 355.5399 341.76562Q355.75864 342.0 356.13364 342.0Q356.4774 342.0 356.6805 341.76562Q356.89926 341.53125 356.89926 341.10938L356.89926 340.75Q356.89926 340.375 356.6805 340.125Q356.4774 339.875 356.118 339.875Q355.75864 339.875 355.5399 340.125Q355.33676 340.375 355.33676 340.78125L355.33676 341.14062ZM358.118 344.75Q358.118 344.10938 358.52426 343.70312Q358.94614 343.29688 359.57114 343.29688Q360.21176 343.29688 360.618 343.70312Q361.0399 344.10938 361.0399 344.79688L361.0399 345.14062Q361.0399 345.78125 360.63364 346.20312Q360.2274 346.60938 359.58676 346.60938Q358.96176 346.60938 358.5399 346.20312Q358.118 345.78125 358.118 345.10938L358.118 344.75ZM358.8055 345.14062Q358.8055 345.51562 359.00864 345.76562Q359.2274 346.01562 359.58676 346.01562Q359.94614 346.01562 360.14926 345.78125Q360.368 345.53125 360.368 345.125L360.368 344.75Q360.368 344.375 360.14926 344.125Q359.9305 343.875 359.58676 343.875Q359.2274 343.875 359.00864 344.125Q358.8055 344.35938 358.8055 344.78125L358.8055 345.14062ZM356.33676 345.96875L355.82114 345.64062L359.2899 340.07812L359.8055 340.40625L356.33676 345.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M346.5555 344.10938L347.5399 344.10938L347.5399 344.84375L346.5555 344.84375L346.5555 346.5L345.64926 346.5L345.64926 344.84375L342.4149 344.84375L342.4149 344.3125L345.58676 339.39062L346.5555 339.39062L346.5555 344.10938ZM343.4305 344.10938L345.64926 344.10938L345.64926 340.625L345.5399 340.82812L343.4305 344.10938ZM350.0555 342.5L350.7274 342.5Q351.368 342.5 351.7274 342.17188Q352.1024 341.84375 352.1024 341.28125Q352.1024 340.03125 350.8524 340.03125Q350.27426 340.03125 349.9149 340.375Q349.57114 340.70312 349.57114 341.25L348.6649 341.25Q348.6649 340.40625 349.2899 339.85938Q349.9149 339.29688 350.8524 339.29688Q351.868 339.29688 352.4305 339.82812Q353.00864 340.35938 353.00864 341.29688Q353.00864 341.76562 352.71176 342.20312Q352.4149 342.64062 351.88364 342.85938Q352.4774 343.03125 352.7899 343.46875Q353.118 343.89062 353.118 344.51562Q353.118 345.46875 352.493 346.03125Q351.868 346.59375 350.868 346.59375Q349.868 346.59375 349.2274 346.0625Q348.6024 345.51562 348.6024 344.625L349.52426 344.625Q349.52426 345.1875 349.88364 345.53125Q350.243 345.85938 350.868 345.85938Q351.52426 345.85938 351.868 345.51562Q352.21176 345.17188 352.21176 344.53125Q352.21176 343.92188 351.82114 343.59375Q351.44614 343.25 350.7274 343.25L350.0555 343.25L350.0555 342.5ZM354.6649 340.75Q354.6649 340.125 355.07114 339.70312Q355.4774 339.28125 356.118 339.28125Q356.77426 339.28125 357.1649 339.70312Q357.57114 340.125 357.57114 340.78125L357.57114 341.14062Q357.57114 341.78125 357.1649 342.1875Q356.75864 342.59375 356.13364 342.59375Q355.493 342.59375 355.07114 342.1875Q354.6649 341.78125 354.6649 341.09375L354.6649 340.75ZM355.33676 341.14062Q355.33676 341.51562 355.5399 341.76562Q355.75864 342.0 356.13364 342.0Q356.4774 342.0 356.6805 341.76562Q356.89926 341.53125 356.89926 341.10938L356.89926 340.75Q356.89926 340.375 356.6805 340.125Q356.4774 339.875 356.118 339.875Q355.75864 339.875 355.5399 340.125Q355.33676 340.375 355.33676 340.78125L355.33676 341.14062ZM358.118 344.75Q358.118 344.10938 358.52426 343.70312Q358.94614 343.29688 359.57114 343.29688Q360.21176 343.29688 360.618 343.70312Q361.0399 344.10938 361.0399 344.79688L361.0399 345.14062Q361.0399 345.78125 360.63364 346.20312Q360.2274 346.60938 359.58676 346.60938Q358.96176 346.60938 358.5399 346.20312Q358.118 345.78125 358.118 345.10938L358.118 344.75ZM358.8055 345.14062Q358.8055 345.51562 359.00864 345.76562Q359.2274 346.01562 359.58676 346.01562Q359.94614 346.01562 360.14926 345.78125Q360.368 345.53125 360.368 345.125L360.368 344.75Q360.368 344.375 360.14926 344.125Q359.9305 343.875 359.58676 343.875Q359.2274 343.875 359.00864 344.125Q358.8055 344.35938 358.8055 344.78125L358.8055 345.14062ZM356.33676 345.96875L355.82114 345.64062L359.2899 340.07812L359.8055 340.40625L356.33676 345.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M481.5404 94.890625L478.58728 101.5L477.64978 101.5L480.57166 95.125L476.7279 95.125L476.7279 94.390625L481.5404 94.390625L481.5404 94.890625ZM483.3529 97.9375L483.7279 94.390625L487.36853 94.390625L487.36853 95.21875L484.49353 95.21875L484.27478 97.15625Q484.7904 96.859375 485.46228 96.859375Q486.43103 96.859375 486.99353 97.5Q487.57166 98.140625 487.57166 99.234375Q487.57166 100.328125 486.9779 100.96875Q486.38416 101.59375 485.32166 101.59375Q484.38416 101.59375 483.77478 101.078125Q483.18103 100.546875 483.1029 99.625L483.96228 99.625Q484.0404 100.234375 484.38416 100.546875Q484.74353 100.859375 485.32166 100.859375Q485.94666 100.859375 486.30603 100.4375Q486.6654 100.0 486.6654 99.25Q486.6654 98.53125 486.27478 98.109375Q485.89978 97.671875 485.24353 97.671875Q484.6654 97.671875 484.32166 97.921875L484.08728 98.125L483.3529 97.9375ZM488.86853 95.75Q488.86853 95.125 489.27478 94.703125Q489.68103 94.28125 490.32166 94.28125Q490.9779 94.28125 491.36853 94.703125Q491.77478 95.125 491.77478 95.78125L491.77478 96.140625Q491.77478 96.78125 491.36853 97.1875Q490.96228 97.59375 490.33728 97.59375Q489.69666 97.59375 489.27478 97.1875Q488.86853 96.78125 488.86853 96.09375L488.86853 95.75ZM489.5404 96.140625Q489.5404 96.515625 489.74353 96.765625Q489.96228 97.0 490.33728 97.0Q490.68103 97.0 490.88416 96.765625Q491.1029 96.53125 491.1029 96.109375L491.1029 95.75Q491.1029 95.375 490.88416 95.125Q490.68103 94.875 490.32166 94.875Q489.96228 94.875 489.74353 95.125Q489.5404 95.375 489.5404 95.78125L489.5404 96.140625ZM492.32166 99.75Q492.32166 99.109375 492.7279 98.703125Q493.14978 98.296875 493.77478 98.296875Q494.4154 98.296875 494.82166 98.703125Q495.24353 99.109375 495.24353 99.796875L495.24353 100.140625Q495.24353 100.78125 494.83728 101.203125Q494.43103 101.609375 493.7904 101.609375Q493.1654 101.609375 492.74353 101.203125Q492.32166 100.78125 492.32166 100.109375L492.32166 99.75ZM493.00916 100.140625Q493.00916 100.515625 493.21228 100.765625Q493.43103 101.015625 493.7904 101.015625Q494.14978 101.015625 494.3529 100.78125Q494.57166 100.53125 494.57166 100.125L494.57166 99.75Q494.57166 99.375 494.3529 99.125Q494.13416 98.875 493.7904 98.875Q493.43103 98.875 493.21228 99.125Q493.00916 99.359375 493.00916 99.78125L493.00916 100.140625ZM490.5404 100.96875L490.02478 100.640625L493.49353 95.078125L494.00916 95.40625L490.5404 100.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M481.5404 94.890625L478.58728 101.5L477.64978 101.5L480.57166 95.125L476.7279 95.125L476.7279 94.390625L481.5404 94.390625L481.5404 94.890625ZM483.3529 97.9375L483.7279 94.390625L487.36853 94.390625L487.36853 95.21875L484.49353 95.21875L484.27478 97.15625Q484.7904 96.859375 485.46228 96.859375Q486.43103 96.859375 486.99353 97.5Q487.57166 98.140625 487.57166 99.234375Q487.57166 100.328125 486.9779 100.96875Q486.38416 101.59375 485.32166 101.59375Q484.38416 101.59375 483.77478 101.078125Q483.18103 100.546875 483.1029 99.625L483.96228 99.625Q484.0404 100.234375 484.38416 100.546875Q484.74353 100.859375 485.32166 100.859375Q485.94666 100.859375 486.30603 100.4375Q486.6654 100.0 486.6654 99.25Q486.6654 98.53125 486.27478 98.109375Q485.89978 97.671875 485.24353 97.671875Q484.6654 97.671875 484.32166 97.921875L484.08728 98.125L483.3529 97.9375ZM488.86853 95.75Q488.86853 95.125 489.27478 94.703125Q489.68103 94.28125 490.32166 94.28125Q490.9779 94.28125 491.36853 94.703125Q491.77478 95.125 491.77478 95.78125L491.77478 96.140625Q491.77478 96.78125 491.36853 97.1875Q490.96228 97.59375 490.33728 97.59375Q489.69666 97.59375 489.27478 97.1875Q488.86853 96.78125 488.86853 96.09375L488.86853 95.75ZM489.5404 96.140625Q489.5404 96.515625 489.74353 96.765625Q489.96228 97.0 490.33728 97.0Q490.68103 97.0 490.88416 96.765625Q491.1029 96.53125 491.1029 96.109375L491.1029 95.75Q491.1029 95.375 490.88416 95.125Q490.68103 94.875 490.32166 94.875Q489.96228 94.875 489.74353 95.125Q489.5404 95.375 489.5404 95.78125L489.5404 96.140625ZM492.32166 99.75Q492.32166 99.109375 492.7279 98.703125Q493.14978 98.296875 493.77478 98.296875Q494.4154 98.296875 494.82166 98.703125Q495.24353 99.109375 495.24353 99.796875L495.24353 100.140625Q495.24353 100.78125 494.83728 101.203125Q494.43103 101.609375 493.7904 101.609375Q493.1654 101.609375 492.74353 101.203125Q492.32166 100.78125 492.32166 100.109375L492.32166 99.75ZM493.00916 100.140625Q493.00916 100.515625 493.21228 100.765625Q493.43103 101.015625 493.7904 101.015625Q494.14978 101.015625 494.3529 100.78125Q494.57166 100.53125 494.57166 100.125L494.57166 99.75Q494.57166 99.375 494.3529 99.125Q494.13416 98.875 493.7904 98.875Q493.43103 98.875 493.21228 99.125Q493.00916 99.359375 493.00916 99.78125L493.00916 100.140625ZM490.5404 100.96875L490.02478 100.640625L493.49353 95.078125L494.00916 95.40625L490.5404 100.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M468.5998 158.89062L465.64667 165.5L464.70917 165.5L467.63104 159.125L463.7873 159.125L463.7873 158.39062L468.5998 158.39062L468.5998 158.89062ZM474.6623 165.5L470.00604 165.5L470.00604 164.84375L472.45917 162.10938Q473.00604 161.5 473.20917 161.10938Q473.42792 160.71875 473.42792 160.29688Q473.42792 159.75 473.08417 159.39062Q472.75604 159.03125 472.19354 159.03125Q471.52167 159.03125 471.14667 159.42188Q470.77167 159.79688 470.77167 160.48438L469.86542 160.48438Q469.86542 159.5 470.49042 158.90625Q471.13104 158.29688 472.19354 158.29688Q473.17792 158.29688 473.75604 158.8125Q474.33417 159.32812 474.33417 160.20312Q474.33417 161.25 472.99042 162.70312L471.0998 164.76562L474.6623 164.76562L474.6623 165.5ZM475.92792 159.75Q475.92792 159.125 476.33417 158.70312Q476.74042 158.28125 477.38104 158.28125Q478.0373 158.28125 478.42792 158.70312Q478.83417 159.125 478.83417 159.78125L478.83417 160.14062Q478.83417 160.78125 478.42792 161.1875Q478.02167 161.59375 477.39667 161.59375Q476.75604 161.59375 476.33417 161.1875Q475.92792 160.78125 475.92792 160.09375L475.92792 159.75ZM476.5998 160.14062Q476.5998 160.51562 476.80292 160.76562Q477.02167 161.0 477.39667 161.0Q477.74042 161.0 477.94354 160.76562Q478.1623 160.53125 478.1623 160.10938L478.1623 159.75Q478.1623 159.375 477.94354 159.125Q477.74042 158.875 477.38104 158.875Q477.02167 158.875 476.80292 159.125Q476.5998 159.375 476.5998 159.78125L476.5998 160.14062ZM479.38104 163.75Q479.38104 163.10938 479.7873 162.70312Q480.20917 162.29688 480.83417 162.29688Q481.4748 162.29688 481.88104 162.70312Q482.30292 163.10938 482.30292 163.79688L482.30292 164.14062Q482.30292 164.78125 481.89667 165.20312Q481.49042 165.60938 480.8498 165.60938Q480.2248 165.60938 479.80292 165.20312Q479.38104 164.78125 479.38104 164.10938L479.38104 163.75ZM480.06854 164.14062Q480.06854 164.51562 480.27167 164.76562Q480.49042 165.01562 480.8498 165.01562Q481.20917 165.01562 481.4123 164.78125Q481.63104 164.53125 481.63104 164.125L481.63104 163.75Q481.63104 163.375 481.4123 163.125Q481.19354 162.875 480.8498 162.875Q480.49042 162.875 480.27167 163.125Q480.06854 163.35938 480.06854 163.78125L480.06854 164.14062ZM477.5998 164.96875L477.08417 164.64062L480.55292 159.07812L481.06854 159.40625L477.5998 164.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M468.5998 158.89062L465.64667 165.5L464.70917 165.5L467.63104 159.125L463.7873 159.125L463.7873 158.39062L468.5998 158.39062L468.5998 158.89062ZM474.6623 165.5L470.00604 165.5L470.00604 164.84375L472.45917 162.10938Q473.00604 161.5 473.20917 161.10938Q473.42792 160.71875 473.42792 160.29688Q473.42792 159.75 473.08417 159.39062Q472.75604 159.03125 472.19354 159.03125Q471.52167 159.03125 471.14667 159.42188Q470.77167 159.79688 470.77167 160.48438L469.86542 160.48438Q469.86542 159.5 470.49042 158.90625Q471.13104 158.29688 472.19354 158.29688Q473.17792 158.29688 473.75604 158.8125Q474.33417 159.32812 474.33417 160.20312Q474.33417 161.25 472.99042 162.70312L471.0998 164.76562L474.6623 164.76562L474.6623 165.5ZM475.92792 159.75Q475.92792 159.125 476.33417 158.70312Q476.74042 158.28125 477.38104 158.28125Q478.0373 158.28125 478.42792 158.70312Q478.83417 159.125 478.83417 159.78125L478.83417 160.14062Q478.83417 160.78125 478.42792 161.1875Q478.02167 161.59375 477.39667 161.59375Q476.75604 161.59375 476.33417 161.1875Q475.92792 160.78125 475.92792 160.09375L475.92792 159.75ZM476.5998 160.14062Q476.5998 160.51562 476.80292 160.76562Q477.02167 161.0 477.39667 161.0Q477.74042 161.0 477.94354 160.76562Q478.1623 160.53125 478.1623 160.10938L478.1623 159.75Q478.1623 159.375 477.94354 159.125Q477.74042 158.875 477.38104 158.875Q477.02167 158.875 476.80292 159.125Q476.5998 159.375 476.5998 159.78125L476.5998 160.14062ZM479.38104 163.75Q479.38104 163.10938 479.7873 162.70312Q480.20917 162.29688 480.83417 162.29688Q481.4748 162.29688 481.88104 162.70312Q482.30292 163.10938 482.30292 163.79688L482.30292 164.14062Q482.30292 164.78125 481.89667 165.20312Q481.49042 165.60938 480.8498 165.60938Q480.2248 165.60938 479.80292 165.20312Q479.38104 164.78125 479.38104 164.10938L479.38104 163.75ZM480.06854 164.14062Q480.06854 164.51562 480.27167 164.76562Q480.49042 165.01562 480.8498 165.01562Q481.20917 165.01562 481.4123 164.78125Q481.63104 164.53125 481.63104 164.125L481.63104 163.75Q481.63104 163.375 481.4123 163.125Q481.19354 162.875 480.8498 162.875Q480.49042 162.875 480.27167 163.125Q480.06854 163.35938 480.06854 163.78125L480.06854 164.14062ZM477.5998 164.96875L477.08417 164.64062L480.55292 159.07812L481.06854 159.40625L477.5998 164.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M425.0913 221.39062L425.0913 222.15625L424.91943 222.15625Q423.87256 222.17188 423.24756 222.78125Q422.62256 223.375 422.51318 224.48438Q423.07568 223.84375 424.04443 223.84375Q424.98193 223.84375 425.5288 224.5Q426.0913 225.14062 426.0913 226.1875Q426.0913 227.28125 425.48193 227.9375Q424.88818 228.59375 423.88818 228.59375Q422.87256 228.59375 422.23193 227.8125Q421.5913 227.03125 421.5913 225.79688L421.5913 225.45312Q421.5913 223.48438 422.41943 222.45312Q423.26318 221.40625 424.91943 221.39062L425.0913 221.39062ZM423.9038 224.59375Q423.43506 224.59375 423.04443 224.875Q422.6538 225.14062 422.49756 225.5625L422.49756 225.89062Q422.49756 226.78125 422.88818 227.3125Q423.29443 227.84375 423.88818 227.84375Q424.49756 227.84375 424.8413 227.40625Q425.20068 226.95312 425.20068 226.21875Q425.20068 225.48438 424.8413 225.04688Q424.48193 224.59375 423.9038 224.59375ZM432.20068 228.5L427.54443 228.5L427.54443 227.84375L429.99756 225.10938Q430.54443 224.5 430.74756 224.10938Q430.9663 223.71875 430.9663 223.29688Q430.9663 222.75 430.62256 222.39062Q430.29443 222.03125 429.73193 222.03125Q429.06006 222.03125 428.68506 222.42188Q428.31006 222.79688 428.31006 223.48438L427.4038 223.48438Q427.4038 222.5 428.0288 221.90625Q428.66943 221.29688 429.73193 221.29688Q430.7163 221.29688 431.29443 221.8125Q431.87256 222.32812 431.87256 223.20312Q431.87256 224.25 430.5288 225.70312L428.63818 227.76562L432.20068 227.76562L432.20068 228.5ZM433.4663 222.75Q433.4663 222.125 433.87256 221.70312Q434.2788 221.28125 434.91943 221.28125Q435.57568 221.28125 435.9663 221.70312Q436.37256 222.125 436.37256 222.78125L436.37256 223.14062Q436.37256 223.78125 435.9663 224.1875Q435.56006 224.59375 434.93506 224.59375Q434.29443 224.59375 433.87256 224.1875Q433.4663 223.78125 433.4663 223.09375L433.4663 222.75ZM434.13818 223.14062Q434.13818 223.51562 434.3413 223.76562Q434.56006 224.0 434.93506 224.0Q435.2788 224.0 435.48193 223.76562Q435.70068 223.53125 435.70068 223.10938L435.70068 222.75Q435.70068 222.375 435.48193 222.125Q435.2788 221.875 434.91943 221.875Q434.56006 221.875 434.3413 222.125Q434.13818 222.375 434.13818 222.78125L434.13818 223.14062ZM436.91943 226.75Q436.91943 226.10938 437.32568 225.70312Q437.74756 225.29688 438.37256 225.29688Q439.01318 225.29688 439.41943 225.70312Q439.8413 226.10938 439.8413 226.79688L439.8413 227.14062Q439.8413 227.78125 439.43506 228.20312Q439.0288 228.60938 438.38818 228.60938Q437.76318 228.60938 437.3413 228.20312Q436.91943 227.78125 436.91943 227.10938L436.91943 226.75ZM437.60693 227.14062Q437.60693 227.51562 437.81006 227.76562Q438.0288 228.01562 438.38818 228.01562Q438.74756 228.01562 438.95068 227.78125Q439.16943 227.53125 439.16943 227.125L439.16943 226.75Q439.16943 226.375 438.95068 226.125Q438.73193 225.875 438.38818 225.875Q438.0288 225.875 437.81006 226.125Q437.60693 226.35938 437.60693 226.78125L437.60693 227.14062ZM435.13818 227.96875L434.62256 227.64062L438.0913 222.07812L438.60693 222.40625L435.13818 227.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M425.0913 221.39062L425.0913 222.15625L424.91943 222.15625Q423.87256 222.17188 423.24756 222.78125Q422.62256 223.375 422.51318 224.48438Q423.07568 223.84375 424.04443 223.84375Q424.98193 223.84375 425.5288 224.5Q426.0913 225.14062 426.0913 226.1875Q426.0913 227.28125 425.48193 227.9375Q424.88818 228.59375 423.88818 228.59375Q422.87256 228.59375 422.23193 227.8125Q421.5913 227.03125 421.5913 225.79688L421.5913 225.45312Q421.5913 223.48438 422.41943 222.45312Q423.26318 221.40625 424.91943 221.39062L425.0913 221.39062ZM423.9038 224.59375Q423.43506 224.59375 423.04443 224.875Q422.6538 225.14062 422.49756 225.5625L422.49756 225.89062Q422.49756 226.78125 422.88818 227.3125Q423.29443 227.84375 423.88818 227.84375Q424.49756 227.84375 424.8413 227.40625Q425.20068 226.95312 425.20068 226.21875Q425.20068 225.48438 424.8413 225.04688Q424.48193 224.59375 423.9038 224.59375ZM432.20068 228.5L427.54443 228.5L427.54443 227.84375L429.99756 225.10938Q430.54443 224.5 430.74756 224.10938Q430.9663 223.71875 430.9663 223.29688Q430.9663 222.75 430.62256 222.39062Q430.29443 222.03125 429.73193 222.03125Q429.06006 222.03125 428.68506 222.42188Q428.31006 222.79688 428.31006 223.48438L427.4038 223.48438Q427.4038 222.5 428.0288 221.90625Q428.66943 221.29688 429.73193 221.29688Q430.7163 221.29688 431.29443 221.8125Q431.87256 222.32812 431.87256 223.20312Q431.87256 224.25 430.5288 225.70312L428.63818 227.76562L432.20068 227.76562L432.20068 228.5ZM433.4663 222.75Q433.4663 222.125 433.87256 221.70312Q434.2788 221.28125 434.91943 221.28125Q435.57568 221.28125 435.9663 221.70312Q436.37256 222.125 436.37256 222.78125L436.37256 223.14062Q436.37256 223.78125 435.9663 224.1875Q435.56006 224.59375 434.93506 224.59375Q434.29443 224.59375 433.87256 224.1875Q433.4663 223.78125 433.4663 223.09375L433.4663 222.75ZM434.13818 223.14062Q434.13818 223.51562 434.3413 223.76562Q434.56006 224.0 434.93506 224.0Q435.2788 224.0 435.48193 223.76562Q435.70068 223.53125 435.70068 223.10938L435.70068 222.75Q435.70068 222.375 435.48193 222.125Q435.2788 221.875 434.91943 221.875Q434.56006 221.875 434.3413 222.125Q434.13818 222.375 434.13818 222.78125L434.13818 223.14062ZM436.91943 226.75Q436.91943 226.10938 437.32568 225.70312Q437.74756 225.29688 438.37256 225.29688Q439.01318 225.29688 439.41943 225.70312Q439.8413 226.10938 439.8413 226.79688L439.8413 227.14062Q439.8413 227.78125 439.43506 228.20312Q439.0288 228.60938 438.38818 228.60938Q437.76318 228.60938 437.3413 228.20312Q436.91943 227.78125 436.91943 227.10938L436.91943 226.75ZM437.60693 227.14062Q437.60693 227.51562 437.81006 227.76562Q438.0288 228.01562 438.38818 228.01562Q438.74756 228.01562 438.95068 227.78125Q439.16943 227.53125 439.16943 227.125L439.16943 226.75Q439.16943 226.375 438.95068 226.125Q438.73193 225.875 438.38818 225.875Q438.0288 225.875 437.81006 226.125Q437.60693 226.35938 437.60693 226.78125L437.60693 227.14062ZM435.13818 227.96875L434.62256 227.64062L438.0913 222.07812L438.60693 222.40625L435.13818 227.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M401.96692 288.9375L402.34192 285.39062L405.98254 285.39062L405.98254 286.21875L403.10754 286.21875L402.8888 288.15625Q403.40442 287.85938 404.0763 287.85938Q405.04504 287.85938 405.60754 288.5Q406.18567 289.14062 406.18567 290.23438Q406.18567 291.32812 405.59192 291.96875Q404.99817 292.59375 403.93567 292.59375Q402.99817 292.59375 402.3888 292.07812Q401.79504 291.54688 401.71692 290.625L402.5763 290.625Q402.65442 291.23438 402.99817 291.54688Q403.35754 291.85938 403.93567 291.85938Q404.56067 291.85938 404.92004 291.4375Q405.27942 291.0 405.27942 290.25Q405.27942 289.53125 404.8888 289.10938Q404.5138 288.67188 403.85754 288.67188Q403.27942 288.67188 402.93567 288.92188L402.7013 289.125L401.96692 288.9375ZM412.15442 285.89062L409.2013 292.5L408.2638 292.5L411.18567 286.125L407.34192 286.125L407.34192 285.39062L412.15442 285.39062L412.15442 285.89062ZM413.48254 286.75Q413.48254 286.125 413.8888 285.70312Q414.29504 285.28125 414.93567 285.28125Q415.59192 285.28125 415.98254 285.70312Q416.3888 286.125 416.3888 286.78125L416.3888 287.14062Q416.3888 287.78125 415.98254 288.1875Q415.5763 288.59375 414.9513 288.59375Q414.31067 288.59375 413.8888 288.1875Q413.48254 287.78125 413.48254 287.09375L413.48254 286.75ZM414.15442 287.14062Q414.15442 287.51562 414.35754 287.76562Q414.5763 288.0 414.9513 288.0Q415.29504 288.0 415.49817 287.76562Q415.71692 287.53125 415.71692 287.10938L415.71692 286.75Q415.71692 286.375 415.49817 286.125Q415.29504 285.875 414.93567 285.875Q414.5763 285.875 414.35754 286.125Q414.15442 286.375 414.15442 286.78125L414.15442 287.14062ZM416.93567 290.75Q416.93567 290.10938 417.34192 289.70312Q417.7638 289.29688 418.3888 289.29688Q419.02942 289.29688 419.43567 289.70312Q419.85754 290.10938 419.85754 290.79688L419.85754 291.14062Q419.85754 291.78125 419.4513 292.20312Q419.04504 292.60938 418.40442 292.60938Q417.77942 292.60938 417.35754 292.20312Q416.93567 291.78125 416.93567 291.10938L416.93567 290.75ZM417.62317 291.14062Q417.62317 291.51562 417.8263 291.76562Q418.04504 292.01562 418.40442 292.01562Q418.7638 292.01562 418.96692 291.78125Q419.18567 291.53125 419.18567 291.125L419.18567 290.75Q419.18567 290.375 418.96692 290.125Q418.74817 289.875 418.40442 289.875Q418.04504 289.875 417.8263 290.125Q417.62317 290.35938 417.62317 290.78125L417.62317 291.14062ZM415.15442 291.96875L414.6388 291.64062L418.10754 286.07812L418.62317 286.40625L415.15442 291.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M401.96692 288.9375L402.34192 285.39062L405.98254 285.39062L405.98254 286.21875L403.10754 286.21875L402.8888 288.15625Q403.40442 287.85938 404.0763 287.85938Q405.04504 287.85938 405.60754 288.5Q406.18567 289.14062 406.18567 290.23438Q406.18567 291.32812 405.59192 291.96875Q404.99817 292.59375 403.93567 292.59375Q402.99817 292.59375 402.3888 292.07812Q401.79504 291.54688 401.71692 290.625L402.5763 290.625Q402.65442 291.23438 402.99817 291.54688Q403.35754 291.85938 403.93567 291.85938Q404.56067 291.85938 404.92004 291.4375Q405.27942 291.0 405.27942 290.25Q405.27942 289.53125 404.8888 289.10938Q404.5138 288.67188 403.85754 288.67188Q403.27942 288.67188 402.93567 288.92188L402.7013 289.125L401.96692 288.9375ZM412.15442 285.89062L409.2013 292.5L408.2638 292.5L411.18567 286.125L407.34192 286.125L407.34192 285.39062L412.15442 285.39062L412.15442 285.89062ZM413.48254 286.75Q413.48254 286.125 413.8888 285.70312Q414.29504 285.28125 414.93567 285.28125Q415.59192 285.28125 415.98254 285.70312Q416.3888 286.125 416.3888 286.78125L416.3888 287.14062Q416.3888 287.78125 415.98254 288.1875Q415.5763 288.59375 414.9513 288.59375Q414.31067 288.59375 413.8888 288.1875Q413.48254 287.78125 413.48254 287.09375L413.48254 286.75ZM414.15442 287.14062Q414.15442 287.51562 414.35754 287.76562Q414.5763 288.0 414.9513 288.0Q415.29504 288.0 415.49817 287.76562Q415.71692 287.53125 415.71692 287.10938L415.71692 286.75Q415.71692 286.375 415.49817 286.125Q415.29504 285.875 414.93567 285.875Q414.5763 285.875 414.35754 286.125Q414.15442 286.375 414.15442 286.78125L414.15442 287.14062ZM416.93567 290.75Q416.93567 290.10938 417.34192 289.70312Q417.7638 289.29688 418.3888 289.29688Q419.02942 289.29688 419.43567 289.70312Q419.85754 290.10938 419.85754 290.79688L419.85754 291.14062Q419.85754 291.78125 419.4513 292.20312Q419.04504 292.60938 418.40442 292.60938Q417.77942 292.60938 417.35754 292.20312Q416.93567 291.78125 416.93567 291.10938L416.93567 290.75ZM417.62317 291.14062Q417.62317 291.51562 417.8263 291.76562Q418.04504 292.01562 418.40442 292.01562Q418.7638 292.01562 418.96692 291.78125Q419.18567 291.53125 419.18567 291.125L419.18567 290.75Q419.18567 290.375 418.96692 290.125Q418.74817 289.875 418.40442 289.875Q418.04504 289.875 417.8263 290.125Q417.62317 290.35938 417.62317 290.78125L417.62317 291.14062ZM415.15442 291.96875L414.6388 291.64062L418.10754 286.07812L418.62317 286.40625L415.15442 291.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M366.8958 354.10938L367.8802 354.10938L367.8802 354.84375L366.8958 354.84375L366.8958 356.5L365.98956 356.5L365.98956 354.84375L362.7552 354.84375L362.7552 354.3125L365.92706 349.39062L366.8958 349.39062L366.8958 354.10938ZM363.7708 354.10938L365.98956 354.10938L365.98956 350.625L365.8802 350.82812L363.7708 354.10938ZM373.3958 351.25Q373.3958 351.78125 373.11456 352.20312Q372.8333 352.60938 372.34894 352.84375Q372.91144 353.07812 373.22394 353.54688Q373.55206 354.0 373.55206 354.57812Q373.55206 355.5 372.92706 356.04688Q372.3177 356.59375 371.30206 356.59375Q370.2708 356.59375 369.6458 356.04688Q369.03644 355.5 369.03644 354.57812Q369.03644 354.0 369.34894 353.54688Q369.66144 353.07812 370.22394 352.84375Q369.7552 352.60938 369.47394 352.1875Q369.2083 351.76562 369.2083 351.25Q369.2083 350.34375 369.7708 349.82812Q370.34894 349.29688 371.30206 349.29688Q372.23956 349.29688 372.8177 349.82812Q373.3958 350.34375 373.3958 351.25ZM372.66144 354.5625Q372.66144 353.96875 372.2708 353.59375Q371.8958 353.21875 371.28644 353.21875Q370.67706 353.21875 370.30206 353.59375Q369.9427 353.95312 369.9427 354.5625Q369.9427 355.17188 370.30206 355.51562Q370.66144 355.85938 371.30206 355.85938Q371.92706 355.85938 372.28644 355.51562Q372.66144 355.15625 372.66144 354.5625ZM371.30206 350.03125Q370.7708 350.03125 370.42706 350.35938Q370.09894 350.6875 370.09894 351.26562Q370.09894 351.79688 370.42706 352.14062Q370.7552 352.46875 371.28644 352.46875Q371.8333 352.46875 372.16144 352.14062Q372.48956 351.79688 372.48956 351.26562Q372.48956 350.71875 372.1458 350.375Q371.8177 350.03125 371.30206 350.03125ZM375.0052 350.75Q375.0052 350.125 375.41144 349.70312Q375.8177 349.28125 376.4583 349.28125Q377.11456 349.28125 377.5052 349.70312Q377.91144 350.125 377.91144 350.78125L377.91144 351.14062Q377.91144 351.78125 377.5052 352.1875Q377.09894 352.59375 376.47394 352.59375Q375.8333 352.59375 375.41144 352.1875Q375.0052 351.78125 375.0052 351.09375L375.0052 350.75ZM375.67706 351.14062Q375.67706 351.51562 375.8802 351.76562Q376.09894 352.0 376.47394 352.0Q376.8177 352.0 377.0208 351.76562Q377.23956 351.53125 377.23956 351.10938L377.23956 350.75Q377.23956 350.375 377.0208 350.125Q376.8177 349.875 376.4583 349.875Q376.09894 349.875 375.8802 350.125Q375.67706 350.375 375.67706 350.78125L375.67706 351.14062ZM378.4583 354.75Q378.4583 354.10938 378.86456 353.70312Q379.28644 353.29688 379.91144 353.29688Q380.55206 353.29688 380.9583 353.70312Q381.3802 354.10938 381.3802 354.79688L381.3802 355.14062Q381.3802 355.78125 380.97394 356.20312Q380.5677 356.60938 379.92706 356.60938Q379.30206 356.60938 378.8802 356.20312Q378.4583 355.78125 378.4583 355.10938L378.4583 354.75ZM379.1458 355.14062Q379.1458 355.51562 379.34894 355.76562Q379.5677 356.01562 379.92706 356.01562Q380.28644 356.01562 380.48956 355.78125Q380.7083 355.53125 380.7083 355.125L380.7083 354.75Q380.7083 354.375 380.48956 354.125Q380.2708 353.875 379.92706 353.875Q379.5677 353.875 379.34894 354.125Q379.1458 354.35938 379.1458 354.78125L379.1458 355.14062ZM376.67706 355.96875L376.16144 355.64062L379.6302 350.07812L380.1458 350.40625L376.67706 355.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M366.8958 354.10938L367.8802 354.10938L367.8802 354.84375L366.8958 354.84375L366.8958 356.5L365.98956 356.5L365.98956 354.84375L362.7552 354.84375L362.7552 354.3125L365.92706 349.39062L366.8958 349.39062L366.8958 354.10938ZM363.7708 354.10938L365.98956 354.10938L365.98956 350.625L365.8802 350.82812L363.7708 354.10938ZM373.3958 351.25Q373.3958 351.78125 373.11456 352.20312Q372.8333 352.60938 372.34894 352.84375Q372.91144 353.07812 373.22394 353.54688Q373.55206 354.0 373.55206 354.57812Q373.55206 355.5 372.92706 356.04688Q372.3177 356.59375 371.30206 356.59375Q370.2708 356.59375 369.6458 356.04688Q369.03644 355.5 369.03644 354.57812Q369.03644 354.0 369.34894 353.54688Q369.66144 353.07812 370.22394 352.84375Q369.7552 352.60938 369.47394 352.1875Q369.2083 351.76562 369.2083 351.25Q369.2083 350.34375 369.7708 349.82812Q370.34894 349.29688 371.30206 349.29688Q372.23956 349.29688 372.8177 349.82812Q373.3958 350.34375 373.3958 351.25ZM372.66144 354.5625Q372.66144 353.96875 372.2708 353.59375Q371.8958 353.21875 371.28644 353.21875Q370.67706 353.21875 370.30206 353.59375Q369.9427 353.95312 369.9427 354.5625Q369.9427 355.17188 370.30206 355.51562Q370.66144 355.85938 371.30206 355.85938Q371.92706 355.85938 372.28644 355.51562Q372.66144 355.15625 372.66144 354.5625ZM371.30206 350.03125Q370.7708 350.03125 370.42706 350.35938Q370.09894 350.6875 370.09894 351.26562Q370.09894 351.79688 370.42706 352.14062Q370.7552 352.46875 371.28644 352.46875Q371.8333 352.46875 372.16144 352.14062Q372.48956 351.79688 372.48956 351.26562Q372.48956 350.71875 372.1458 350.375Q371.8177 350.03125 371.30206 350.03125ZM375.0052 350.75Q375.0052 350.125 375.41144 349.70312Q375.8177 349.28125 376.4583 349.28125Q377.11456 349.28125 377.5052 349.70312Q377.91144 350.125 377.91144 350.78125L377.91144 351.14062Q377.91144 351.78125 377.5052 352.1875Q377.09894 352.59375 376.47394 352.59375Q375.8333 352.59375 375.41144 352.1875Q375.0052 351.78125 375.0052 351.09375L375.0052 350.75ZM375.67706 351.14062Q375.67706 351.51562 375.8802 351.76562Q376.09894 352.0 376.47394 352.0Q376.8177 352.0 377.0208 351.76562Q377.23956 351.53125 377.23956 351.10938L377.23956 350.75Q377.23956 350.375 377.0208 350.125Q376.8177 349.875 376.4583 349.875Q376.09894 349.875 375.8802 350.125Q375.67706 350.375 375.67706 350.78125L375.67706 351.14062ZM378.4583 354.75Q378.4583 354.10938 378.86456 353.70312Q379.28644 353.29688 379.91144 353.29688Q380.55206 353.29688 380.9583 353.70312Q381.3802 354.10938 381.3802 354.79688L381.3802 355.14062Q381.3802 355.78125 380.97394 356.20312Q380.5677 356.60938 379.92706 356.60938Q379.30206 356.60938 378.8802 356.20312Q378.4583 355.78125 378.4583 355.10938L378.4583 354.75ZM379.1458 355.14062Q379.1458 355.51562 379.34894 355.76562Q379.5677 356.01562 379.92706 356.01562Q380.28644 356.01562 380.48956 355.78125Q380.7083 355.53125 380.7083 355.125L380.7083 354.75Q380.7083 354.375 380.48956 354.125Q380.2708 353.875 379.92706 353.875Q379.5677 353.875 379.34894 354.125Q379.1458 354.35938 379.1458 354.78125L379.1458 355.14062ZM376.67706 355.96875L376.16144 355.64062L379.6302 350.07812L380.1458 350.40625L376.67706 355.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M284.09708 413.77615Q284.09708 413.01053 284.58145 412.51053Q285.08145 412.01053 285.84708 412.01053Q286.62833 412.01053 287.1127 412.51053Q287.59708 413.01053 287.59708 413.8074L287.59708 414.22928Q287.59708 414.9949 287.09708 415.4949Q286.6127 415.97928 285.8627 415.97928Q285.09708 415.97928 284.59708 415.4949Q284.09708 414.9949 284.09708 414.1824L284.09708 413.77615ZM284.90958 414.22928Q284.90958 414.6824 285.15958 414.97928Q285.4252 415.27615 285.8627 415.27615Q286.28458 415.27615 286.53458 414.9949Q286.78458 414.69803 286.78458 414.19803L286.78458 413.77615Q286.78458 413.32303 286.53458 413.02615Q286.28458 412.71365 285.84708 412.71365Q285.40958 412.71365 285.15958 413.02615Q284.90958 413.32303 284.90958 413.79178L284.90958 414.22928ZM288.25333 418.57303Q288.25333 417.8074 288.7377 417.32303Q289.2377 416.82303 290.00333 416.82303Q290.76895 416.82303 291.25333 417.32303Q291.75333 417.8074 291.75333 418.6199L291.75333 419.02615Q291.75333 419.79178 291.26895 420.29178Q290.78458 420.79178 290.01895 420.79178Q289.25333 420.79178 288.75333 420.3074Q288.25333 419.8074 288.25333 418.9949L288.25333 418.57303ZM289.06583 419.02615Q289.06583 419.4949 289.31583 419.79178Q289.58145 420.08865 290.01895 420.08865Q290.44083 420.08865 290.69083 419.8074Q290.94083 419.51053 290.94083 419.01053L290.94083 418.57303Q290.94083 418.10428 290.6752 417.82303Q290.4252 417.52615 290.00333 417.52615Q289.58145 417.52615 289.31583 417.82303Q289.06583 418.10428 289.06583 418.60428L289.06583 419.02615ZM286.1127 420.02615L285.4877 419.63553L289.65958 412.96365L290.26895 413.35428L286.1127 420.02615ZM296.01895 417.4324Q296.01895 416.51053 296.37833 415.76053Q296.75333 415.01053 297.40958 414.6199Q298.06583 414.21365 298.89395 414.21365Q300.19083 414.21365 300.9877 415.10428Q301.8002 415.9949 301.8002 417.4949L301.8002 417.57303Q301.8002 418.4949 301.44083 419.22928Q301.08145 419.96365 300.4252 420.38553Q299.76895 420.79178 298.90958 420.79178Q297.62833 420.79178 296.81583 419.90115Q296.01895 418.9949 296.01895 417.51053L296.01895 417.4324ZM297.1127 417.57303Q297.1127 418.6199 297.59708 419.26053Q298.09708 419.90115 298.90958 419.90115Q299.7377 419.90115 300.22208 419.26053Q300.70645 418.60428 300.70645 417.4324Q300.70645 416.40115 300.20645 415.76053Q299.72208 415.10428 298.89395 415.10428Q298.09708 415.10428 297.59708 415.7449Q297.1127 416.3699 297.1127 417.57303ZM303.84708 420.66678L303.84708 415.16678L302.84708 415.16678L302.84708 414.32303L303.84708 414.32303L303.84708 413.6824Q303.84708 412.65115 304.37833 412.10428Q304.9252 411.54178 305.9252 411.54178Q306.3002 411.54178 306.6752 411.63553L306.6127 412.52615Q306.33145 412.46365 306.03458 412.46365Q305.50333 412.46365 305.20645 412.77615Q304.9252 413.08865 304.9252 413.65115L304.9252 414.32303L306.28458 414.32303L306.28458 415.16678L304.9252 415.16678L304.9252 420.66678L303.84708 420.66678ZM313.37833 415.29178Q313.12833 415.26053 312.84708 415.26053Q311.76895 415.26053 311.39395 416.16678L311.39395 420.66678L310.31583 420.66678L310.31583 414.32303L311.3627 414.32303L311.37833 415.0574Q311.90958 414.21365 312.89395 414.21365Q313.20645 414.21365 313.37833 414.29178L313.37833 415.29178ZM316.94083 420.79178Q315.64395 420.79178 314.83145 419.94803Q314.03458 419.08865 314.03458 417.66678L314.03458 417.47928Q314.03458 416.52615 314.39395 415.79178Q314.75333 415.04178 315.39395 414.63553Q316.0502 414.21365 316.8002 414.21365Q318.03458 414.21365 318.72208 415.02615Q319.40958 415.83865 319.40958 417.35428L319.40958 417.8074L315.1127 417.8074Q315.14395 418.7449 315.65958 419.32303Q316.19083 419.90115 317.00333 419.90115Q317.56583 419.90115 317.95645 419.66678Q318.3627 419.4324 318.6752 419.04178L319.33145 419.5574Q318.53458 420.79178 316.94083 420.79178ZM316.8002 415.10428Q316.14395 415.10428 315.69083 415.58865Q315.25333 416.0574 315.15958 416.91678L318.33145 416.91678L318.33145 416.83865Q318.28458 416.01053 317.87833 415.5574Q317.4877 415.10428 316.8002 415.10428ZM324.00333 418.97928Q324.00333 418.54178 323.65958 418.3074Q323.33145 418.0574 322.50333 417.88553Q321.69083 417.71365 321.20645 417.46365Q320.72208 417.21365 320.4877 416.88553Q320.26895 416.54178 320.26895 416.07303Q320.26895 415.29178 320.9252 414.76053Q321.58145 414.21365 322.6127 414.21365Q323.69083 414.21365 324.34708 414.77615Q325.01895 415.32303 325.01895 416.1824L323.94083 416.1824Q323.94083 415.7449 323.5502 415.4324Q323.1752 415.10428 322.6127 415.10428Q322.01895 415.10428 321.6752 415.3699Q321.34708 415.6199 321.34708 416.02615Q321.34708 416.41678 321.65958 416.6199Q321.97208 416.82303 322.78458 417.01053Q323.59708 417.1824 324.09708 417.4324Q324.59708 417.6824 324.83145 418.04178Q325.08145 418.40115 325.08145 418.90115Q325.08145 419.76053 324.39395 420.27615Q323.72208 420.79178 322.64395 420.79178Q321.87833 420.79178 321.28458 420.52615Q320.70645 420.2449 320.37833 419.76053Q320.0502 419.27615 320.0502 418.71365L321.12833 418.71365Q321.15958 419.26053 321.56583 419.58865Q321.97208 419.90115 322.64395 419.90115Q323.25333 419.90115 323.62833 419.65115Q324.00333 419.40115 324.00333 418.97928ZM331.65958 417.57303Q331.65958 419.01053 331.00333 419.90115Q330.34708 420.79178 329.20645 420.79178Q328.0502 420.79178 327.39395 420.0574L327.39395 423.10428L326.31583 423.10428L326.31583 414.32303L327.3002 414.32303L327.34708 415.02615Q328.01895 414.21365 329.19083 414.21365Q330.33145 414.21365 330.9877 415.07303Q331.65958 415.9324 331.65958 417.46365L331.65958 417.57303ZM330.58145 417.44803Q330.58145 416.3699 330.1127 415.76053Q329.65958 415.13553 328.8627 415.13553Q327.87833 415.13553 327.39395 415.9949L327.39395 419.02615Q327.87833 419.90115 328.87833 419.90115Q329.65958 419.90115 330.1127 419.29178Q330.58145 418.66678 330.58145 417.44803ZM333.01895 417.4324Q333.01895 416.51053 333.37833 415.76053Q333.75333 415.01053 334.40958 414.6199Q335.06583 414.21365 335.89395 414.21365Q337.19083 414.21365 337.9877 415.10428Q338.8002 415.9949 338.8002 417.4949L338.8002 417.57303Q338.8002 418.4949 338.44083 419.22928Q338.08145 419.96365 337.4252 420.38553Q336.76895 420.79178 335.90958 420.79178Q334.62833 420.79178 333.81583 419.90115Q333.01895 418.9949 333.01895 417.51053L333.01895 417.4324ZM334.1127 417.57303Q334.1127 418.6199 334.59708 419.26053Q335.09708 419.90115 335.90958 419.90115Q336.7377 419.90115 337.22208 419.26053Q337.70645 418.60428 337.70645 417.4324Q337.70645 416.40115 337.20645 415.76053Q336.72208 415.10428 335.89395 415.10428Q335.09708 415.10428 334.59708 415.7449Q334.1127 416.3699 334.1127 417.57303ZM341.33145 414.32303L341.3627 415.1199Q342.09708 414.21365 343.26895 414.21365Q345.28458 414.21365 345.3002 416.47928L345.3002 420.66678L344.20645 420.66678L344.20645 416.46365Q344.20645 415.79178 343.89395 415.46365Q343.59708 415.13553 342.94083 415.13553Q342.40958 415.13553 342.00333 415.41678Q341.6127 415.69803 341.39395 416.15115L341.39395 420.66678L340.31583 420.66678L340.31583 414.32303L341.33145 414.32303ZM347.0502 417.44803Q347.0502 415.97928 347.7377 415.10428Q348.4252 414.21365 349.5502 414.21365Q350.65958 414.21365 351.31583 414.96365L351.31583 411.66678L352.39395 411.66678L352.39395 420.66678L351.39395 420.66678L351.34708 419.97928Q350.69083 420.79178 349.53458 420.79178Q348.44083 420.79178 347.7377 419.88553Q347.0502 418.97928 347.0502 417.52615L347.0502 417.44803ZM348.12833 417.57303Q348.12833 418.65115 348.56583 419.26053Q349.01895 419.8699 349.8002 419.8699Q350.83145 419.8699 351.31583 418.9324L351.31583 416.02615Q350.83145 415.13553 349.81583 415.13553Q349.01895 415.13553 348.56583 415.7449Q348.12833 416.35428 348.12833 417.57303ZM356.94083 420.79178Q355.64395 420.79178 354.83145 419.94803Q354.03458 419.08865 354.03458 417.66678L354.03458 417.47928Q354.03458 416.52615 354.39395 415.79178Q354.75333 415.04178 355.39395 414.63553Q356.0502 414.21365 356.8002 414.21365Q358.03458 414.21365 358.72208 415.02615Q359.40958 415.83865 359.40958 417.35428L359.40958 417.8074L355.1127 417.8074Q355.14395 418.7449 355.65958 419.32303Q356.19083 419.90115 357.00333 419.90115Q357.56583 419.90115 357.95645 419.66678Q358.3627 419.4324 358.6752 419.04178L359.33145 419.5574Q358.53458 420.79178 356.94083 420.79178ZM356.8002 415.10428Q356.14395 415.10428 355.69083 415.58865Q355.25333 416.0574 355.15958 416.91678L358.33145 416.91678L358.33145 416.83865Q358.28458 416.01053 357.87833 415.5574Q357.4877 415.10428 356.8002 415.10428ZM361.33145 414.32303L361.3627 415.1199Q362.09708 414.21365 363.26895 414.21365Q365.28458 414.21365 365.3002 416.47928L365.3002 420.66678L364.20645 420.66678L364.20645 416.46365Q364.20645 415.79178 363.89395 415.46365Q363.59708 415.13553 362.94083 415.13553Q362.40958 415.13553 362.00333 415.41678Q361.6127 415.69803 361.39395 416.15115L361.39395 420.66678L360.31583 420.66678L360.31583 414.32303L361.33145 414.32303ZM368.78458 412.79178L368.78458 414.32303L369.95645 414.32303L369.95645 415.16678L368.78458 415.16678L368.78458 419.08865Q368.78458 419.47928 368.94083 419.66678Q369.09708 419.85428 369.47208 419.85428Q369.65958 419.85428 369.9877 419.79178L369.9877 420.66678Q369.56583 420.79178 369.15958 420.79178Q368.44083 420.79178 368.06583 420.35428Q367.69083 419.90115 367.69083 419.08865L367.69083 415.16678L366.53458 415.16678L366.53458 414.32303L367.69083 414.32303L367.69083 412.79178L368.78458 412.79178ZM375.00333 418.97928Q375.00333 418.54178 374.65958 418.3074Q374.33145 418.0574 373.50333 417.88553Q372.69083 417.71365 372.20645 417.46365Q371.72208 417.21365 371.4877 416.88553Q371.26895 416.54178 371.26895 416.07303Q371.26895 415.29178 371.9252 414.76053Q372.58145 414.21365 373.6127 414.21365Q374.69083 414.21365 375.34708 414.77615Q376.01895 415.32303 376.01895 416.1824L374.94083 416.1824Q374.94083 415.7449 374.5502 415.4324Q374.1752 415.10428 373.6127 415.10428Q373.01895 415.10428 372.6752 415.3699Q372.34708 415.6199 372.34708 416.02615Q372.34708 416.41678 372.65958 416.6199Q372.97208 416.82303 373.78458 417.01053Q374.59708 417.1824 375.09708 417.4324Q375.59708 417.6824 375.83145 418.04178Q376.08145 418.40115 376.08145 418.90115Q376.08145 419.76053 375.39395 420.27615Q374.72208 420.79178 373.64395 420.79178Q372.87833 420.79178 372.28458 420.52615Q371.70645 420.2449 371.37833 419.76053Q371.0502 419.27615 371.0502 418.71365L372.12833 418.71365Q372.15958 419.26053 372.56583 419.58865Q372.97208 419.90115 373.64395 419.90115Q374.25333 419.90115 374.62833 419.65115Q375.00333 419.40115 375.00333 418.97928ZM385.9252 419.16678L387.14395 414.32303L388.22208 414.32303L386.37833 420.66678L385.50333 420.66678L383.95645 415.85428L382.45645 420.66678L381.58145 420.66678L379.7377 414.32303L380.81583 414.32303L382.06583 419.07303L383.5502 414.32303L384.40958 414.32303L385.9252 419.16678ZM390.39395 415.08865Q391.1127 414.21365 392.26895 414.21365Q394.28458 414.21365 394.3002 416.47928L394.3002 420.66678L393.20645 420.66678L393.20645 416.46365Q393.20645 415.79178 392.89395 415.46365Q392.59708 415.13553 391.94083 415.13553Q391.40958 415.13553 391.00333 415.41678Q390.6127 415.69803 390.39395 416.15115L390.39395 420.66678L389.31583 420.66678L389.31583 411.66678L390.39395 411.66678L390.39395 415.08865ZM396.01895 417.4324Q396.01895 416.51053 396.37833 415.76053Q396.75333 415.01053 397.40958 414.6199Q398.06583 414.21365 398.89395 414.21365Q400.19083 414.21365 400.9877 415.10428Q401.8002 415.9949 401.8002 417.4949L401.8002 417.57303Q401.8002 418.4949 401.44083 419.22928Q401.08145 419.96365 400.4252 420.38553Q399.76895 420.79178 398.90958 420.79178Q397.62833 420.79178 396.81583 419.90115Q396.01895 418.9949 396.01895 417.51053L396.01895 417.4324ZM397.1127 417.57303Q397.1127 418.6199 397.59708 419.26053Q398.09708 419.90115 398.90958 419.90115Q399.7377 419.90115 400.22208 419.26053Q400.70645 418.60428 400.70645 417.4324Q400.70645 416.40115 400.20645 415.76053Q399.72208 415.10428 398.89395 415.10428Q398.09708 415.10428 397.59708 415.7449Q397.1127 416.3699 397.1127 417.57303ZM410.22208 420.66678Q410.12833 420.47928 410.06583 419.9949Q409.31583 420.79178 408.26895 420.79178Q407.33145 420.79178 406.72208 420.26053Q406.12833 419.72928 406.12833 418.90115Q406.12833 417.91678 406.87833 417.3699Q407.62833 416.82303 409.00333 416.82303L410.0502 416.82303L410.0502 416.32303Q410.0502 415.76053 409.70645 415.4324Q409.37833 415.08865 408.70645 415.08865Q408.12833 415.08865 407.7377 415.38553Q407.34708 415.66678 407.34708 416.08865L406.25333 416.08865Q406.25333 415.60428 406.58145 415.16678Q406.9252 414.72928 407.50333 414.47928Q408.08145 414.21365 408.76895 414.21365Q409.87833 414.21365 410.4877 414.76053Q411.1127 415.3074 411.14395 416.26053L411.14395 419.1824Q411.14395 420.0574 411.3627 420.57303L411.3627 420.66678L410.22208 420.66678ZM408.4252 419.83865Q408.94083 419.83865 409.39395 419.57303Q409.84708 419.3074 410.0502 418.88553L410.0502 417.58865L409.20645 417.58865Q407.20645 417.58865 407.20645 418.76053Q407.20645 419.26053 407.5502 419.5574Q407.89395 419.83865 408.4252 419.83865ZM413.0502 417.44803Q413.0502 415.96365 413.7377 415.08865Q414.4252 414.21365 415.5502 414.21365Q416.70645 414.21365 417.3627 415.02615L417.40958 414.32303L418.40958 414.32303L418.40958 420.51053Q418.40958 421.7449 417.6752 422.44803Q416.94083 423.16678 415.72208 423.16678Q415.03458 423.16678 414.37833 422.8699Q413.72208 422.57303 413.37833 422.07303L413.94083 421.41678Q414.62833 422.27615 415.64395 422.27615Q416.4252 422.27615 416.8627 421.82303Q417.31583 421.38553 417.31583 420.57303L417.31583 420.02615Q416.65958 420.79178 415.53458 420.79178Q414.4252 420.79178 413.7377 419.90115Q413.0502 418.9949 413.0502 417.44803ZM414.14395 417.57303Q414.14395 418.63553 414.58145 419.26053Q415.01895 419.8699 415.81583 419.8699Q416.83145 419.8699 417.31583 418.9324L417.31583 416.04178Q416.81583 415.13553 415.81583 415.13553Q415.03458 415.13553 414.58145 415.7449Q414.14395 416.35428 414.14395 417.57303ZM423.37833 415.29178Q423.12833 415.26053 422.84708 415.26053Q421.76895 415.26053 421.39395 416.16678L421.39395 420.66678L420.31583 420.66678L420.31583 414.32303L421.3627 414.32303L421.37833 415.0574Q421.90958 414.21365 422.89395 414.21365Q423.20645 414.21365 423.37833 414.29178L423.37833 415.29178ZM426.94083 420.79178Q425.64395 420.79178 424.83145 419.94803Q424.03458 419.08865 424.03458 417.66678L424.03458 417.47928Q424.03458 416.52615 424.39395 415.79178Q424.75333 415.04178 425.39395 414.63553Q426.0502 414.21365 426.8002 414.21365Q428.03458 414.21365 428.72208 415.02615Q429.40958 415.83865 429.40958 417.35428L429.40958 417.8074L425.1127 417.8074Q425.14395 418.7449 425.65958 419.32303Q426.19083 419.90115 427.00333 419.90115Q427.56583 419.90115 427.95645 419.66678Q428.3627 419.4324 428.6752 419.04178L429.33145 419.5574Q428.53458 420.79178 426.94083 420.79178ZM426.8002 415.10428Q426.14395 415.10428 425.69083 415.58865Q425.25333 416.0574 425.15958 416.91678L428.33145 416.91678L428.33145 416.83865Q428.28458 416.01053 427.87833 415.5574Q427.4877 415.10428 426.8002 415.10428ZM432.94083 420.79178Q431.64395 420.79178 430.83145 419.94803Q430.03458 419.08865 430.03458 417.66678L430.03458 417.47928Q430.03458 416.52615 430.39395 415.79178Q430.75333 415.04178 431.39395 414.63553Q432.0502 414.21365 432.8002 414.21365Q434.03458 414.21365 434.72208 415.02615Q435.40958 415.83865 435.40958 417.35428L435.40958 417.8074L431.1127 417.8074Q431.14395 418.7449 431.65958 419.32303Q432.19083 419.90115 433.00333 419.90115Q433.56583 419.90115 433.95645 419.66678Q434.3627 419.4324 434.6752 419.04178L435.33145 419.5574Q434.53458 420.79178 432.94083 420.79178ZM432.8002 415.10428Q432.14395 415.10428 431.69083 415.58865Q431.25333 416.0574 431.15958 416.91678L434.33145 416.91678L434.33145 416.83865Q434.28458 416.01053 433.87833 415.5574Q433.4877 415.10428 432.8002 415.10428Z" fill-rule="nonzero"/><path fill="#666666" d="M36.703125 79.57351L35.578125 79.57351L35.578125 71.04226L36.703125 71.04226L36.703125 79.57351ZM41.859375 79.57351L41.859375 74.07351L40.859375 74.07351L40.859375 73.22976L41.859375 73.22976L41.859375 72.589134Q41.859375 71.557884 42.390625 71.01101Q42.9375 70.44851 43.9375 70.44851Q44.3125 70.44851 44.6875 70.54226L44.625 71.432884Q44.34375 71.370384 44.046875 71.370384Q43.515625 71.370384 43.21875 71.682884Q42.9375 71.995384 42.9375 72.557884L42.9375 73.22976L44.296875 73.22976L44.296875 74.07351L42.9375 74.07351L42.9375 79.57351L41.859375 79.57351ZM47.953125 79.69851Q46.65625 79.69851 45.84375 78.85476Q45.046875 77.995384 45.046875 76.57351L45.046875 76.38601Q45.046875 75.432884 45.40625 74.69851Q45.765625 73.94851 46.40625 73.54226Q47.0625 73.120384 47.8125 73.120384Q49.046875 73.120384 49.734375 73.932884Q50.421875 74.745384 50.421875 76.26101L50.421875 76.714134L46.125 76.714134Q46.15625 77.651634 46.671875 78.22976Q47.203125 78.807884 48.015625 78.807884Q48.578125 78.807884 48.96875 78.57351Q49.375 78.339134 49.6875 77.94851L50.34375 78.464134Q49.546875 79.69851 47.953125 79.69851ZM47.8125 74.01101Q47.15625 74.01101 46.703125 74.495384Q46.265625 74.964134 46.171875 75.82351L49.34375 75.82351L49.34375 75.745384Q49.296875 74.91726 48.890625 74.464134Q48.5 74.01101 47.8125 74.01101ZM53.953125 79.69851Q52.65625 79.69851 51.84375 78.85476Q51.046875 77.995384 51.046875 76.57351L51.046875 76.38601Q51.046875 75.432884 51.40625 74.69851Q51.765625 73.94851 52.40625 73.54226Q53.0625 73.120384 53.8125 73.120384Q55.046875 73.120384 55.734375 73.932884Q56.421875 74.745384 56.421875 76.26101L56.421875 76.714134L52.125 76.714134Q52.15625 77.651634 52.671875 78.22976Q53.203125 78.807884 54.015625 78.807884Q54.578125 78.807884 54.96875 78.57351Q55.375 78.339134 55.6875 77.94851L56.34375 78.464134Q55.546875 79.69851 53.953125 79.69851ZM53.8125 74.01101Q53.15625 74.01101 52.703125 74.495384Q52.265625 74.964134 52.171875 75.82351L55.34375 75.82351L55.34375 75.745384Q55.296875 74.91726 54.890625 74.464134Q54.5 74.01101 53.8125 74.01101ZM58.5 79.57351L57.421875 79.57351L57.421875 70.57351L58.5 70.57351L58.5 79.57351ZM68.9375 78.07351L70.15625 73.22976L71.234375 73.22976L69.390625 79.57351L68.515625 79.57351L66.96875 74.76101L65.46875 79.57351L64.59375 79.57351L62.75 73.22976L63.828125 73.22976L65.078125 77.97976L66.5625 73.22976L67.421875 73.22976L68.9375 78.07351ZM74.953125 79.69851Q73.65625 79.69851 72.84375 78.85476Q72.046875 77.995384 72.046875 76.57351L72.046875 76.38601Q72.046875 75.432884 72.40625 74.69851Q72.765625 73.94851 73.40625 73.54226Q74.0625 73.120384 74.8125 73.120384Q76.046875 73.120384 76.734375 73.932884Q77.421875 74.745384 77.421875 76.26101L77.421875 76.714134L73.125 76.714134Q73.15625 77.651634 73.671875 78.22976Q74.203125 78.807884 75.015625 78.807884Q75.578125 78.807884 75.96875 78.57351Q76.375 78.339134 76.6875 77.94851L77.34375 78.464134Q76.546875 79.69851 74.953125 79.69851ZM74.8125 74.01101Q74.15625 74.01101 73.703125 74.495384Q73.265625 74.964134 73.171875 75.82351L76.34375 75.82351L76.34375 75.745384Q76.296875 74.91726 75.890625 74.464134Q75.5 74.01101 74.8125 74.01101ZM79.5 79.57351L78.421875 79.57351L78.421875 70.57351L79.5 70.57351L79.5 79.57351ZM83.859375 78.807884Q84.4375 78.807884 84.875 78.464134Q85.3125 78.10476 85.359375 77.57351L86.390625 77.57351Q86.359375 78.120384 86.0 78.620384Q85.65625 79.10476 85.078125 79.401634Q84.515625 79.69851 83.859375 79.69851Q82.5625 79.69851 81.796875 78.839134Q81.046875 77.964134 81.046875 76.464134L81.046875 76.276634Q81.046875 75.35476 81.375 74.63601Q81.71875 73.91726 82.34375 73.526634Q82.984375 73.120384 83.859375 73.120384Q84.921875 73.120384 85.625 73.76101Q86.34375 74.38601 86.390625 75.41726L85.359375 75.41726Q85.3125 74.79226 84.890625 74.401634Q84.46875 74.01101 83.859375 74.01101Q83.03125 74.01101 82.578125 74.60476Q82.125 75.19851 82.125 76.32351L82.125 76.526634Q82.125 77.620384 82.578125 78.214134Q83.03125 78.807884 83.859375 78.807884ZM87.03125 76.339134Q87.03125 75.41726 87.390625 74.66726Q87.765625 73.91726 88.421875 73.526634Q89.078125 73.120384 89.90625 73.120384Q91.203125 73.120384 92.0 74.01101Q92.8125 74.901634 92.8125 76.401634L92.8125 76.47976Q92.8125 77.401634 92.453125 78.13601Q92.09375 78.870384 91.4375 79.29226Q90.78125 79.69851 89.921875 79.69851Q88.640625 79.69851 87.828125 78.807884Q87.03125 77.901634 87.03125 76.41726L87.03125 76.339134ZM88.125 76.47976Q88.125 77.526634 88.609375 78.16726Q89.109375 78.807884 89.921875 78.807884Q90.75 78.807884 91.234375 78.16726Q91.71875 77.51101 91.71875 76.339134Q91.71875 75.307884 91.21875 74.66726Q90.734375 74.01101 89.90625 74.01101Q89.109375 74.01101 88.609375 74.651634Q88.125 75.276634 88.125 76.47976ZM95.34375 73.22976L95.375 73.932884Q96.0625 73.120384 97.25 73.120384Q98.578125 73.120384 99.0625 74.13601Q99.375 73.682884 99.875 73.401634Q100.390625 73.120384 101.078125 73.120384Q103.171875 73.120384 103.203125 75.32351L103.203125 79.57351L102.125 79.57351L102.125 75.38601Q102.125 74.714134 101.8125 74.38601Q101.5 74.04226 100.765625 74.04226Q100.15625 74.04226 99.75 74.401634Q99.359375 74.76101 99.296875 75.370384L99.296875 79.57351L98.21875 79.57351L98.21875 75.41726Q98.21875 74.04226 96.859375 74.04226Q95.796875 74.04226 95.40625 74.94851L95.40625 79.57351L94.3125 79.57351L94.3125 73.22976L95.34375 73.22976ZM107.953125 79.69851Q106.65625 79.69851 105.84375 78.85476Q105.046875 77.995384 105.046875 76.57351L105.046875 76.38601Q105.046875 75.432884 105.40625 74.69851Q105.765625 73.94851 106.40625 73.54226Q107.0625 73.120384 107.8125 73.120384Q109.046875 73.120384 109.734375 73.932884Q110.421875 74.745384 110.421875 76.26101L110.421875 76.714134L106.125 76.714134Q106.15625 77.651634 106.671875 78.22976Q107.203125 78.807884 108.015625 78.807884Q108.578125 78.807884 108.96875 78.57351Q109.375 78.339134 109.6875 77.94851L110.34375 78.464134Q109.546875 79.69851 107.953125 79.69851ZM107.8125 74.01101Q107.15625 74.01101 106.703125 74.495384Q106.265625 74.964134 106.171875 75.82351L109.34375 75.82351L109.34375 75.745384Q109.296875 74.91726 108.890625 74.464134Q108.5 74.01101 107.8125 74.01101ZM115.5 79.57351L114.421875 79.57351L114.421875 73.22976L115.5 73.22976L115.5 79.57351ZM114.328125 71.557884Q114.328125 71.29226 114.484375 71.10476Q114.65625 70.91726 114.96875 70.91726Q115.28125 70.91726 115.4375 71.10476Q115.609375 71.29226 115.609375 71.557884Q115.609375 71.807884 115.4375 71.995384Q115.28125 72.16726 114.96875 72.16726Q114.65625 72.16726 114.484375 71.995384Q114.328125 71.807884 114.328125 71.557884ZM118.34375 73.22976L118.375 74.026634Q119.109375 73.120384 120.28125 73.120384Q122.296875 73.120384 122.3125 75.38601L122.3125 79.57351L121.21875 79.57351L121.21875 75.370384Q121.21875 74.69851 120.90625 74.370384Q120.609375 74.04226 119.953125 74.04226Q119.421875 74.04226 119.015625 74.32351Q118.625 74.60476 118.40625 75.057884L118.40625 79.57351L117.328125 79.57351L117.328125 73.22976L118.34375 73.22976ZM128.79688 71.69851L128.79688 73.22976L129.96875 73.22976L129.96875 74.07351L128.79688 74.07351L128.79688 77.995384Q128.79688 78.38601 128.95312 78.57351Q129.10938 78.76101 129.48438 78.76101Q129.67188 78.76101 130.0 78.69851L130.0 79.57351Q129.57812 79.69851 129.17188 79.69851Q128.45312 79.69851 128.07812 79.26101Q127.703125 78.807884 127.703125 77.995384L127.703125 74.07351L126.546875 74.07351L126.546875 73.22976L127.703125 73.22976L127.703125 71.69851L128.79688 71.69851ZM132.40625 73.995384Q133.125 73.120384 134.28125 73.120384Q136.29688 73.120384 136.3125 75.38601L136.3125 79.57351L135.21875 79.57351L135.21875 75.370384Q135.21875 74.69851 134.90625 74.370384Q134.60938 74.04226 133.95312 74.04226Q133.42188 74.04226 133.01562 74.32351Q132.625 74.60476 132.40625 75.057884L132.40625 79.57351L131.32812 79.57351L131.32812 70.57351L132.40625 70.57351L132.40625 73.995384ZM140.95312 79.69851Q139.65625 79.69851 138.84375 78.85476Q138.04688 77.995384 138.04688 76.57351L138.04688 76.38601Q138.04688 75.432884 138.40625 74.69851Q138.76562 73.94851 139.40625 73.54226Q140.0625 73.120384 140.8125 73.120384Q142.04688 73.120384 142.73438 73.932884Q143.42188 74.745384 143.42188 76.26101L143.42188 76.714134L139.125 76.714134Q139.15625 77.651634 139.67188 78.22976Q140.20312 78.807884 141.01562 78.807884Q141.57812 78.807884 141.96875 78.57351Q142.375 78.339134 142.6875 77.94851L143.34375 78.464134Q142.54688 79.69851 140.95312 79.69851ZM140.8125 74.01101Q140.15625 74.01101 139.70312 74.495384Q139.26562 74.964134 139.17188 75.82351L142.34375 75.82351L142.34375 75.745384Q142.29688 74.91726 141.89062 74.464134Q141.5 74.01101 140.8125 74.01101Z" fill-rule="nonzero"/><path fill="#666666" d="M70.796875 93.44851Q70.359375 94.07351 69.578125 94.38601Q68.796875 94.69851 67.765625 94.69851Q66.734375 94.69851 65.921875 94.214134Q65.109375 93.714134 64.671875 92.807884Q64.234375 91.901634 64.21875 90.714134L64.21875 89.97976Q64.21875 88.04226 65.109375 86.97976Q66.015625 85.91726 67.640625 85.91726Q68.984375 85.91726 69.796875 86.60476Q70.609375 87.29226 70.796875 88.54226L69.671875 88.54226Q69.34375 86.85476 67.65625 86.85476Q66.515625 86.85476 65.9375 87.651634Q65.359375 88.432884 65.34375 89.94851L65.34375 90.63601Q65.34375 92.07351 66.0 92.932884Q66.65625 93.776634 67.78125 93.776634Q68.40625 93.776634 68.875 93.63601Q69.359375 93.495384 69.671875 93.151634L69.671875 91.245384L67.703125 91.245384L67.703125 90.32351L70.796875 90.32351L70.796875 93.44851ZM72.03125 91.339134Q72.03125 90.41726 72.390625 89.66726Q72.765625 88.91726 73.421875 88.526634Q74.078125 88.120384 74.90625 88.120384Q76.203125 88.120384 77.0 89.01101Q77.8125 89.901634 77.8125 91.401634L77.8125 91.47976Q77.8125 92.401634 77.453125 93.13601Q77.09375 93.870384 76.4375 94.29226Q75.78125 94.69851 74.921875 94.69851Q73.640625 94.69851 72.828125 93.807884Q72.03125 92.901634 72.03125 91.41726L72.03125 91.339134ZM73.125 91.47976Q73.125 92.526634 73.609375 93.16726Q74.109375 93.807884 74.921875 93.807884Q75.75 93.807884 76.234375 93.16726Q76.71875 92.51101 76.71875 91.339134Q76.71875 90.307884 76.21875 89.66726Q75.734375 89.01101 74.90625 89.01101Q74.109375 89.01101 73.609375 89.651634Q73.125 90.276634 73.125 91.47976ZM84.859375 93.807884Q85.4375 93.807884 85.875 93.464134Q86.3125 93.10476 86.359375 92.57351L87.390625 92.57351Q87.359375 93.120384 87.0 93.620384Q86.65625 94.10476 86.078125 94.401634Q85.515625 94.69851 84.859375 94.69851Q83.5625 94.69851 82.796875 93.839134Q82.046875 92.964134 82.046875 91.464134L82.046875 91.276634Q82.046875 90.35476 82.375 89.63601Q82.71875 88.91726 83.34375 88.526634Q83.984375 88.120384 84.859375 88.120384Q85.921875 88.120384 86.625 88.76101Q87.34375 89.38601 87.390625 90.41726L86.359375 90.41726Q86.3125 89.79226 85.890625 89.401634Q85.46875 89.01101 84.859375 89.01101Q84.03125 89.01101 83.578125 89.60476Q83.125 90.19851 83.125 91.32351L83.125 91.526634Q83.125 92.620384 83.578125 93.214134Q84.03125 93.807884 84.859375 93.807884ZM88.03125 91.339134Q88.03125 90.41726 88.390625 89.66726Q88.765625 88.91726 89.421875 88.526634Q90.078125 88.120384 90.90625 88.120384Q92.203125 88.120384 93.0 89.01101Q93.8125 89.901634 93.8125 91.401634L93.8125 91.47976Q93.8125 92.401634 93.453125 93.13601Q93.09375 93.870384 92.4375 94.29226Q91.78125 94.69851 90.921875 94.69851Q89.640625 94.69851 88.828125 93.807884Q88.03125 92.901634 88.03125 91.41726L88.03125 91.339134ZM89.125 91.47976Q89.125 92.526634 89.609375 93.16726Q90.109375 93.807884 90.921875 93.807884Q91.75 93.807884 92.234375 93.16726Q92.71875 92.51101 92.71875 91.339134Q92.71875 90.307884 92.21875 89.66726Q91.734375 89.01101 90.90625 89.01101Q90.109375 89.01101 89.609375 89.651634Q89.125 90.276634 89.125 91.47976ZM96.34375 88.22976L96.375 88.932884Q97.0625 88.120384 98.25 88.120384Q99.578125 88.120384 100.0625 89.13601Q100.375 88.682884 100.875 88.401634Q101.390625 88.120384 102.078125 88.120384Q104.171875 88.120384 104.203125 90.32351L104.203125 94.57351L103.125 94.57351L103.125 90.38601Q103.125 89.714134 102.8125 89.38601Q102.5 89.04226 101.765625 89.04226Q101.15625 89.04226 100.75 89.401634Q100.359375 89.76101 100.296875 90.370384L100.296875 94.57351L99.21875 94.57351L99.21875 90.41726Q99.21875 89.04226 97.859375 89.04226Q96.796875 89.04226 96.40625 89.94851L96.40625 94.57351L95.3125 94.57351L95.3125 88.22976L96.34375 88.22976ZM107.34375 88.22976L107.375 88.932884Q108.0625 88.120384 109.25 88.120384Q110.578125 88.120384 111.0625 89.13601Q111.375 88.682884 111.875 88.401634Q112.390625 88.120384 113.078125 88.120384Q115.171875 88.120384 115.203125 90.32351L115.203125 94.57351L114.125 94.57351L114.125 90.38601Q114.125 89.714134 113.8125 89.38601Q113.5 89.04226 112.765625 89.04226Q112.15625 89.04226 111.75 89.401634Q111.359375 89.76101 111.296875 90.370384L111.296875 94.57351L110.21875 94.57351L110.21875 90.41726Q110.21875 89.04226 108.859375 89.04226Q107.796875 89.04226 107.40625 89.94851L107.40625 94.57351L106.3125 94.57351L106.3125 88.22976L107.34375 88.22976ZM121.234375 93.94851Q120.609375 94.69851 119.375 94.69851Q118.359375 94.69851 117.828125 94.10476Q117.296875 93.51101 117.296875 92.35476L117.296875 88.22976L118.375 88.22976L118.375 92.32351Q118.375 93.776634 119.546875 93.776634Q120.796875 93.776634 121.203125 92.839134L121.203125 88.22976L122.296875 88.22976L122.296875 94.57351L121.265625 94.57351L121.234375 93.94851ZM125.34375 88.22976L125.375 89.026634Q126.109375 88.120384 127.28125 88.120384Q129.29688 88.120384 129.3125 90.38601L129.3125 94.57351L128.21875 94.57351L128.21875 90.370384Q128.21875 89.69851 127.90625 89.370384Q127.609375 89.04226 126.953125 89.04226Q126.421875 89.04226 126.015625 89.32351Q125.625 89.60476 125.40625 90.057884L125.40625 94.57351L124.328125 94.57351L124.328125 88.22976L125.34375 88.22976ZM132.5 94.57351L131.42188 94.57351L131.42188 88.22976L132.5 88.22976L132.5 94.57351ZM131.32812 86.557884Q131.32812 86.29226 131.48438 86.10476Q131.65625 85.91726 131.96875 85.91726Q132.28125 85.91726 132.4375 86.10476Q132.60938 86.29226 132.60938 86.557884Q132.60938 86.807884 132.4375 86.995384Q132.28125 87.16726 131.96875 87.16726Q131.65625 87.16726 131.48438 86.995384Q131.32812 86.807884 131.32812 86.557884ZM135.79688 86.69851L135.79688 88.22976L136.96875 88.22976L136.96875 89.07351L135.79688 89.07351L135.79688 92.995384Q135.79688 93.38601 135.95312 93.57351Q136.10938 93.76101 136.48438 93.76101Q136.67188 93.76101 137.0 93.69851L137.0 94.57351Q136.57812 94.69851 136.17188 94.69851Q135.45312 94.69851 135.07812 94.26101Q134.70312 93.807884 134.70312 92.995384L134.70312 89.07351L133.54688 89.07351L133.54688 88.22976L134.70312 88.22976L134.70312 86.69851L135.79688 86.69851ZM140.39062 92.97976L141.875 88.22976L143.03125 88.22976L140.48438 95.557884Q139.89062 97.13601 138.60938 97.13601L138.39062 97.120384L138.0 97.04226L138.0 96.16726L138.28125 96.182884Q138.84375 96.182884 139.14062 95.964134Q139.45312 95.745384 139.65625 95.151634L139.89062 94.495384L137.625 88.22976L138.8125 88.22976L140.39062 92.97976Z" fill-rule="nonzero"/><path fill="#666666" d="M34.703125 143.515L33.578125 143.515L33.578125 134.98375L34.703125 134.98375L34.703125 143.515ZM43.234375 143.515Q43.140625 143.3275 43.078125 142.84312Q42.328125 143.64 41.28125 143.64Q40.34375 143.64 39.734375 143.10875Q39.140625 142.5775 39.140625 141.74937Q39.140625 140.765 39.890625 140.21812Q40.640625 139.67125 42.015625 139.67125L43.0625 139.67125L43.0625 139.17125Q43.0625 138.60875 42.71875 138.28062Q42.390625 137.93687 41.71875 137.93687Q41.140625 137.93687 40.75 138.23375Q40.359375 138.515 40.359375 138.93687L39.265625 138.93687Q39.265625 138.4525 39.59375 138.015Q39.9375 137.5775 40.515625 137.3275Q41.09375 137.06187 41.78125 137.06187Q42.890625 137.06187 43.5 137.60875Q44.125 138.15562 44.15625 139.10875L44.15625 142.03062Q44.15625 142.90562 44.375 143.42125L44.375 143.515L43.234375 143.515ZM41.4375 142.68687Q41.953125 142.68687 42.40625 142.42125Q42.859375 142.15562 43.0625 141.73375L43.0625 140.43687L42.21875 140.43687Q40.21875 140.43687 40.21875 141.60875Q40.21875 142.10875 40.5625 142.40562Q40.90625 142.68687 41.4375 142.68687ZM47.34375 137.17125L47.375 137.87437Q48.0625 137.06187 49.25 137.06187Q50.578125 137.06187 51.0625 138.0775Q51.375 137.62437 51.875 137.34312Q52.390625 137.06187 53.078125 137.06187Q55.171875 137.06187 55.203125 139.265L55.203125 143.515L54.125 143.515L54.125 139.3275Q54.125 138.65562 53.8125 138.3275Q53.5 137.98375 52.765625 137.98375Q52.15625 137.98375 51.75 138.34312Q51.359375 138.7025 51.296875 139.31187L51.296875 143.515L50.21875 143.515L50.21875 139.35875Q50.21875 137.98375 48.859375 137.98375Q47.796875 137.98375 47.40625 138.89L47.40625 143.515L46.3125 143.515L46.3125 137.17125L47.34375 137.17125ZM62.859375 142.74937Q63.4375 142.74937 63.875 142.40562Q64.3125 142.04625 64.359375 141.515L65.390625 141.515Q65.359375 142.06187 65.0 142.56187Q64.65625 143.04625 64.078125 143.34312Q63.515625 143.64 62.859375 143.64Q61.5625 143.64 60.796875 142.78062Q60.046875 141.90562 60.046875 140.40562L60.046875 140.21812Q60.046875 139.29625 60.375 138.5775Q60.71875 137.85875 61.34375 137.46812Q61.984375 137.06187 62.859375 137.06187Q63.921875 137.06187 64.625 137.7025Q65.34375 138.3275 65.390625 139.35875L64.359375 139.35875Q64.3125 138.73375 63.890625 138.34312Q63.46875 137.9525 62.859375 137.9525Q62.03125 137.9525 61.578125 138.54625Q61.125 139.14 61.125 140.265L61.125 140.46812Q61.125 141.56187 61.578125 142.15562Q62.03125 142.74937 62.859375 142.74937ZM66.03125 140.28062Q66.03125 139.35875 66.390625 138.60875Q66.765625 137.85875 67.421875 137.46812Q68.078125 137.06187 68.90625 137.06187Q70.203125 137.06187 71.0 137.9525Q71.8125 138.84312 71.8125 140.34312L71.8125 140.42125Q71.8125 141.34312 71.453125 142.0775Q71.09375 142.81187 70.4375 143.23375Q69.78125 143.64 68.921875 143.64Q67.640625 143.64 66.828125 142.74937Q66.03125 141.84312 66.03125 140.35875L66.03125 140.28062ZM67.125 140.42125Q67.125 141.46812 67.609375 142.10875Q68.109375 142.74937 68.921875 142.74937Q69.75 142.74937 70.234375 142.10875Q70.71875 141.4525 70.71875 140.28062Q70.71875 139.24937 70.21875 138.60875Q69.734375 137.9525 68.90625 137.9525Q68.109375 137.9525 67.609375 138.59312Q67.125 139.21812 67.125 140.42125ZM74.34375 137.17125L74.375 137.96812Q75.109375 137.06187 76.28125 137.06187Q78.296875 137.06187 78.3125 139.3275L78.3125 143.515L77.21875 143.515L77.21875 139.31187Q77.21875 138.64 76.90625 138.31187Q76.609375 137.98375 75.953125 137.98375Q75.421875 137.98375 75.015625 138.265Q74.625 138.54625 74.40625 138.99937L74.40625 143.515L73.328125 143.515L73.328125 137.17125L74.34375 137.17125ZM80.859375 143.515L80.859375 138.015L79.859375 138.015L79.859375 137.17125L80.859375 137.17125L80.859375 136.53062Q80.859375 135.49937 81.390625 134.9525Q81.9375 134.39 82.9375 134.39Q83.3125 134.39 83.6875 134.48375L83.625 135.37437Q83.34375 135.31187 83.046875 135.31187Q82.515625 135.31187 82.21875 135.62437Q81.9375 135.93687 81.9375 136.49937L81.9375 137.17125L83.296875 137.17125L83.296875 138.015L81.9375 138.015L81.9375 143.515L80.859375 143.515ZM85.5 143.515L84.421875 143.515L84.421875 137.17125L85.5 137.17125L85.5 143.515ZM84.328125 135.49937Q84.328125 135.23375 84.484375 135.04625Q84.65625 134.85875 84.96875 134.85875Q85.28125 134.85875 85.4375 135.04625Q85.609375 135.23375 85.609375 135.49937Q85.609375 135.74937 85.4375 135.93687Q85.28125 136.10875 84.96875 136.10875Q84.65625 136.10875 84.484375 135.93687Q84.328125 135.74937 84.328125 135.49937ZM87.0625 140.29625Q87.0625 138.8275 87.75 137.9525Q88.4375 137.06187 89.5625 137.06187Q90.671875 137.06187 91.328125 137.81187L91.328125 134.515L92.40625 134.515L92.40625 143.515L91.40625 143.515L91.359375 142.8275Q90.703125 143.64 89.546875 143.64Q88.453125 143.64 87.75 142.73375Q87.0625 141.8275 87.0625 140.37437L87.0625 140.29625ZM88.140625 140.42125Q88.140625 141.49937 88.578125 142.10875Q89.03125 142.71812 89.8125 142.71812Q90.84375 142.71812 91.328125 141.78062L91.328125 138.87437Q90.84375 137.98375 89.828125 137.98375Q89.03125 137.98375 88.578125 138.59312Q88.140625 139.2025 88.140625 140.42125ZM96.953125 143.64Q95.65625 143.64 94.84375 142.79625Q94.046875 141.93687 94.046875 140.515L94.046875 140.3275Q94.046875 139.37437 94.40625 138.64Q94.765625 137.89 95.40625 137.48375Q96.0625 137.06187 96.8125 137.06187Q98.046875 137.06187 98.734375 137.87437Q99.421875 138.68687 99.421875 140.2025L99.421875 140.65562L95.125 140.65562Q95.15625 141.59312 95.671875 142.17125Q96.203125 142.74937 97.015625 142.74937Q97.578125 142.74937 97.96875 142.515Q98.375 142.28062 98.6875 141.89L99.34375 142.40562Q98.546875 143.64 96.953125 143.64ZM96.8125 137.9525Q96.15625 137.9525 95.703125 138.43687Q95.265625 138.90562 95.171875 139.765L98.34375 139.765L98.34375 139.68687Q98.296875 138.85875 97.890625 138.40562Q97.5 137.9525 96.8125 137.9525ZM101.34375 137.17125L101.375 137.96812Q102.109375 137.06187 103.28125 137.06187Q105.296875 137.06187 105.3125 139.3275L105.3125 143.515L104.21875 143.515L104.21875 139.31187Q104.21875 138.64 103.90625 138.31187Q103.609375 137.98375 102.953125 137.98375Q102.421875 137.98375 102.015625 138.265Q101.625 138.54625 101.40625 138.99937L101.40625 143.515L100.328125 143.515L100.328125 137.17125L101.34375 137.17125ZM108.796875 135.64L108.796875 137.17125L109.96875 137.17125L109.96875 138.015L108.796875 138.015L108.796875 141.93687Q108.796875 142.3275 108.953125 142.515Q109.109375 142.7025 109.484375 142.7025Q109.671875 142.7025 110.0 142.64L110.0 143.515Q109.578125 143.64 109.171875 143.64Q108.453125 143.64 108.078125 143.2025Q107.703125 142.74937 107.703125 141.93687L107.703125 138.015L106.546875 138.015L106.546875 137.17125L107.703125 137.17125L107.703125 135.64L108.796875 135.64ZM115.5 143.515L114.421875 143.515L114.421875 137.17125L115.5 137.17125L115.5 143.515ZM114.328125 135.49937Q114.328125 135.23375 114.484375 135.04625Q114.65625 134.85875 114.96875 134.85875Q115.28125 134.85875 115.4375 135.04625Q115.609375 135.23375 115.609375 135.49937Q115.609375 135.74937 115.4375 135.93687Q115.28125 136.10875 114.96875 136.10875Q114.65625 136.10875 114.484375 135.93687Q114.328125 135.74937 114.328125 135.49937ZM118.34375 137.17125L118.375 137.96812Q119.109375 137.06187 120.28125 137.06187Q122.296875 137.06187 122.3125 139.3275L122.3125 143.515L121.21875 143.515L121.21875 139.31187Q121.21875 138.64 120.90625 138.31187Q120.609375 137.98375 119.953125 137.98375Q119.421875 137.98375 119.015625 138.265Q118.625 138.54625 118.40625 138.99937L118.40625 143.515L117.328125 143.515L117.328125 137.17125L118.34375 137.17125ZM128.79688 135.64L128.79688 137.17125L129.96875 137.17125L129.96875 138.015L128.79688 138.015L128.79688 141.93687Q128.79688 142.3275 128.95312 142.515Q129.10938 142.7025 129.48438 142.7025Q129.67188 142.7025 130.0 142.64L130.0 143.515Q129.57812 143.64 129.17188 143.64Q128.45312 143.64 128.07812 143.2025Q127.703125 142.74937 127.703125 141.93687L127.703125 138.015L126.546875 138.015L126.546875 137.17125L127.703125 137.17125L127.703125 135.64L128.79688 135.64ZM132.40625 137.93687Q133.125 137.06187 134.28125 137.06187Q136.29688 137.06187 136.3125 139.3275L136.3125 143.515L135.21875 143.515L135.21875 139.31187Q135.21875 138.64 134.90625 138.31187Q134.60938 137.98375 133.95312 137.98375Q133.42188 137.98375 133.01562 138.265Q132.625 138.54625 132.40625 138.99937L132.40625 143.515L131.32812 143.515L131.32812 134.515L132.40625 134.515L132.40625 137.93687ZM140.95312 143.64Q139.65625 143.64 138.84375 142.79625Q138.04688 141.93687 138.04688 140.515L138.04688 140.3275Q138.04688 139.37437 138.40625 138.64Q138.76562 137.89 139.40625 137.48375Q140.0625 137.06187 140.8125 137.06187Q142.04688 137.06187 142.73438 137.87437Q143.42188 138.68687 143.42188 140.2025L143.42188 140.65562L139.125 140.65562Q139.15625 141.59312 139.67188 142.17125Q140.20312 142.74937 141.01562 142.74937Q141.57812 142.74937 141.96875 142.515Q142.375 142.28062 142.6875 141.89L143.34375 142.40562Q142.54688 143.64 140.95312 143.64ZM140.8125 137.9525Q140.15625 137.9525 139.70312 138.43687Q139.26562 138.90562 139.17188 139.765L142.34375 139.765L142.34375 139.68687Q142.29688 138.85875 141.89062 138.40562Q141.5 137.9525 140.8125 137.9525Z" fill-rule="nonzero"/><path fill="#666666" d="M57.5 158.515L56.421875 158.515L56.421875 149.515L57.5 149.515L57.5 158.515ZM61.953125 158.64Q60.65625 158.64 59.84375 157.79625Q59.046875 156.93687 59.046875 155.515L59.046875 155.3275Q59.046875 154.37437 59.40625 153.64Q59.765625 152.89 60.40625 152.48375Q61.0625 152.06187 61.8125 152.06187Q63.046875 152.06187 63.734375 152.87437Q64.421875 153.68687 64.421875 155.2025L64.421875 155.65562L60.125 155.65562Q60.15625 156.59312 60.671875 157.17125Q61.203125 157.74937 62.015625 157.74937Q62.578125 157.74937 62.96875 157.515Q63.375 157.28062 63.6875 156.89L64.34375 157.40562Q63.546875 158.64 61.953125 158.64ZM61.8125 152.9525Q61.15625 152.9525 60.703125 153.43687Q60.265625 153.90562 60.171875 154.765L63.34375 154.765L63.34375 154.68687Q63.296875 153.85875 62.890625 153.40562Q62.5 152.9525 61.8125 152.9525ZM69.234375 158.515Q69.140625 158.3275 69.078125 157.84312Q68.328125 158.64 67.28125 158.64Q66.34375 158.64 65.734375 158.10875Q65.140625 157.5775 65.140625 156.74937Q65.140625 155.765 65.890625 155.21812Q66.640625 154.67125 68.015625 154.67125L69.0625 154.67125L69.0625 154.17125Q69.0625 153.60875 68.71875 153.28062Q68.390625 152.93687 67.71875 152.93687Q67.140625 152.93687 66.75 153.23375Q66.359375 153.515 66.359375 153.93687L65.265625 153.93687Q65.265625 153.4525 65.59375 153.015Q65.9375 152.5775 66.515625 152.3275Q67.09375 152.06187 67.78125 152.06187Q68.890625 152.06187 69.5 152.60875Q70.125 153.15562 70.15625 154.10875L70.15625 157.03062Q70.15625 157.90562 70.375 158.42125L70.375 158.515L69.234375 158.515ZM67.4375 157.68687Q67.953125 157.68687 68.40625 157.42125Q68.859375 157.15562 69.0625 156.73375L69.0625 155.43687L68.21875 155.43687Q66.21875 155.43687 66.21875 156.60875Q66.21875 157.10875 66.5625 157.40562Q66.90625 157.68687 67.4375 157.68687ZM72.0625 155.29625Q72.0625 153.8275 72.75 152.9525Q73.4375 152.06187 74.5625 152.06187Q75.671875 152.06187 76.328125 152.81187L76.328125 149.515L77.40625 149.515L77.40625 158.515L76.40625 158.515L76.359375 157.8275Q75.703125 158.64 74.546875 158.64Q73.453125 158.64 72.75 157.73375Q72.0625 156.8275 72.0625 155.37437L72.0625 155.29625ZM73.140625 155.42125Q73.140625 156.49937 73.578125 157.10875Q74.03125 157.71812 74.8125 157.71812Q75.84375 157.71812 76.328125 156.78062L76.328125 153.87437Q75.84375 152.98375 74.828125 152.98375Q74.03125 152.98375 73.578125 153.59312Q73.140625 154.2025 73.140625 155.42125ZM81.953125 158.64Q80.65625 158.64 79.84375 157.79625Q79.046875 156.93687 79.046875 155.515L79.046875 155.3275Q79.046875 154.37437 79.40625 153.64Q79.765625 152.89 80.40625 152.48375Q81.0625 152.06187 81.8125 152.06187Q83.046875 152.06187 83.734375 152.87437Q84.421875 153.68687 84.421875 155.2025L84.421875 155.65562L80.125 155.65562Q80.15625 156.59312 80.671875 157.17125Q81.203125 157.74937 82.015625 157.74937Q82.578125 157.74937 82.96875 157.515Q83.375 157.28062 83.6875 156.89L84.34375 157.40562Q83.546875 158.64 81.953125 158.64ZM81.8125 152.9525Q81.15625 152.9525 80.703125 153.43687Q80.265625 153.90562 80.171875 154.765L83.34375 154.765L83.34375 154.68687Q83.296875 153.85875 82.890625 153.40562Q82.5 152.9525 81.8125 152.9525ZM88.390625 153.14Q88.140625 153.10875 87.859375 153.10875Q86.78125 153.10875 86.40625 154.015L86.40625 158.515L85.328125 158.515L85.328125 152.17125L86.375 152.17125L86.390625 152.90562Q86.921875 152.06187 87.90625 152.06187Q88.21875 152.06187 88.390625 152.14L88.390625 153.14ZM93.015625 156.8275Q93.015625 156.39 92.671875 156.15562Q92.34375 155.90562 91.515625 155.73375Q90.703125 155.56187 90.21875 155.31187Q89.734375 155.06187 89.5 154.73375Q89.28125 154.39 89.28125 153.92125Q89.28125 153.14 89.9375 152.60875Q90.59375 152.06187 91.625 152.06187Q92.703125 152.06187 93.359375 152.62437Q94.03125 153.17125 94.03125 154.03062L92.953125 154.03062Q92.953125 153.59312 92.5625 153.28062Q92.1875 152.9525 91.625 152.9525Q91.03125 152.9525 90.6875 153.21812Q90.359375 153.46812 90.359375 153.87437Q90.359375 154.265 90.671875 154.46812Q90.984375 154.67125 91.796875 154.85875Q92.609375 155.03062 93.109375 155.28062Q93.609375 155.53062 93.84375 155.89Q94.09375 156.24937 94.09375 156.74937Q94.09375 157.60875 93.40625 158.12437Q92.734375 158.64 91.65625 158.64Q90.890625 158.64 90.296875 158.37437Q89.71875 158.09312 89.390625 157.60875Q89.0625 157.12437 89.0625 156.56187L90.140625 156.56187Q90.171875 157.10875 90.578125 157.43687Q90.984375 157.74937 91.65625 157.74937Q92.265625 157.74937 92.640625 157.49937Q93.015625 157.24937 93.015625 156.8275ZM96.40625 152.93687Q97.125 152.06187 98.28125 152.06187Q100.296875 152.06187 100.3125 154.3275L100.3125 158.515L99.21875 158.515L99.21875 154.31187Q99.21875 153.64 98.90625 153.31187Q98.609375 152.98375 97.953125 152.98375Q97.421875 152.98375 97.015625 153.265Q96.625 153.54625 96.40625 153.99937L96.40625 158.515L95.328125 158.515L95.328125 149.515L96.40625 149.515L96.40625 152.93687ZM103.5 158.515L102.421875 158.515L102.421875 152.17125L103.5 152.17125L103.5 158.515ZM102.328125 150.49937Q102.328125 150.23375 102.484375 150.04625Q102.65625 149.85875 102.96875 149.85875Q103.28125 149.85875 103.4375 150.04625Q103.609375 150.23375 103.609375 150.49937Q103.609375 150.74937 103.4375 150.93687Q103.28125 151.10875 102.96875 151.10875Q102.65625 151.10875 102.484375 150.93687Q102.328125 150.74937 102.328125 150.49937ZM110.671875 155.42125Q110.671875 156.85875 110.015625 157.74937Q109.359375 158.64 108.21875 158.64Q107.0625 158.64 106.40625 157.90562L106.40625 160.9525L105.328125 160.9525L105.328125 152.17125L106.3125 152.17125L106.359375 152.87437Q107.03125 152.06187 108.203125 152.06187Q109.34375 152.06187 110.0 152.92125Q110.671875 153.78062 110.671875 155.31187L110.671875 155.42125ZM109.59375 155.29625Q109.59375 154.21812 109.125 153.60875Q108.671875 152.98375 107.875 152.98375Q106.890625 152.98375 106.40625 153.84312L106.40625 156.87437Q106.890625 157.74937 107.890625 157.74937Q108.671875 157.74937 109.125 157.14Q109.59375 156.515 109.59375 155.29625ZM115.03125 155.28062Q115.03125 154.35875 115.390625 153.60875Q115.765625 152.85875 116.421875 152.46812Q117.078125 152.06187 117.90625 152.06187Q119.203125 152.06187 120.0 152.9525Q120.8125 153.84312 120.8125 155.34312L120.8125 155.42125Q120.8125 156.34312 120.453125 157.0775Q120.09375 157.81187 119.4375 158.23375Q118.78125 158.64 117.921875 158.64Q116.640625 158.64 115.828125 157.74937Q115.03125 156.84312 115.03125 155.35875L115.03125 155.28062ZM116.125 155.42125Q116.125 156.46812 116.609375 157.10875Q117.109375 157.74937 117.921875 157.74937Q118.75 157.74937 119.234375 157.10875Q119.71875 156.4525 119.71875 155.28062Q119.71875 154.24937 119.21875 153.60875Q118.734375 152.9525 117.90625 152.9525Q117.109375 152.9525 116.609375 153.59312Q116.125 154.21812 116.125 155.42125ZM122.859375 158.515L122.859375 153.015L121.859375 153.015L121.859375 152.17125L122.859375 152.17125L122.859375 151.53062Q122.859375 150.49937 123.390625 149.9525Q123.9375 149.39 124.9375 149.39Q125.3125 149.39 125.6875 149.48375L125.625 150.37437Q125.34375 150.31187 125.046875 150.31187Q124.515625 150.31187 124.21875 150.62437Q123.9375 150.93687 123.9375 151.49937L123.9375 152.17125L125.296875 152.17125L125.296875 153.015L123.9375 153.015L123.9375 158.515L122.859375 158.515ZM135.79688 157.39Q135.35938 158.015 134.57812 158.3275Q133.79688 158.64 132.76562 158.64Q131.73438 158.64 130.92188 158.15562Q130.10938 157.65562 129.67188 156.74937Q129.23438 155.84312 129.21875 154.65562L129.21875 153.92125Q129.21875 151.98375 130.10938 150.92125Q131.01562 149.85875 132.64062 149.85875Q133.98438 149.85875 134.79688 150.54625Q135.60938 151.23375 135.79688 152.48375L134.67188 152.48375Q134.34375 150.79625 132.65625 150.79625Q131.51562 150.79625 130.9375 151.59312Q130.35938 152.37437 130.34375 153.89L130.34375 154.5775Q130.34375 156.015 131.0 156.87437Q131.65625 157.71812 132.78125 157.71812Q133.40625 157.71812 133.875 157.5775Q134.35938 157.43687 134.67188 157.09312L134.67188 155.18687L132.70312 155.18687L132.70312 154.265L135.79688 154.265L135.79688 157.39ZM137.03125 155.28062Q137.03125 154.35875 137.39062 153.60875Q137.76562 152.85875 138.42188 152.46812Q139.07812 152.06187 139.90625 152.06187Q141.20312 152.06187 142.0 152.9525Q142.8125 153.84312 142.8125 155.34312L142.8125 155.42125Q142.8125 156.34312 142.45312 157.0775Q142.09375 157.81187 141.4375 158.23375Q140.78125 158.64 139.92188 158.64Q138.64062 158.64 137.82812 157.74937Q137.03125 156.84312 137.03125 155.35875L137.03125 155.28062ZM138.125 155.42125Q138.125 156.46812 138.60938 157.10875Q139.10938 157.74937 139.92188 157.74937Q140.75 157.74937 141.23438 157.10875Q141.71875 156.4525 141.71875 155.28062Q141.71875 154.24937 141.21875 153.60875Q140.73438 152.9525 139.90625 152.9525Q139.10938 152.9525 138.60938 153.59312Q138.125 154.21812 138.125 155.42125Z" fill-rule="nonzero"/><path fill="#666666" d="M55.703125 199.9565L54.578125 199.9565L54.578125 191.42525L55.703125 191.42525L55.703125 199.9565ZM60.859375 199.9565L60.859375 194.4565L59.859375 194.4565L59.859375 193.61275L60.859375 193.61275L60.859375 192.97212Q60.859375 191.94087 61.390625 191.394Q61.9375 190.8315 62.9375 190.8315Q63.3125 190.8315 63.6875 190.92525L63.625 191.81587Q63.34375 191.75337 63.046875 191.75337Q62.515625 191.75337 62.21875 192.06587Q61.9375 192.37837 61.9375 192.94087L61.9375 193.61275L63.296875 193.61275L63.296875 194.4565L61.9375 194.4565L61.9375 199.9565L60.859375 199.9565ZM66.953125 200.0815Q65.65625 200.0815 64.84375 199.23775Q64.046875 198.37837 64.046875 196.9565L64.046875 196.769Q64.046875 195.81587 64.40625 195.0815Q64.765625 194.3315 65.40625 193.92525Q66.0625 193.50337 66.8125 193.50337Q68.046875 193.50337 68.734375 194.31587Q69.421875 195.12837 69.421875 196.644L69.421875 197.09712L65.125 197.09712Q65.15625 198.03462 65.671875 198.61275Q66.203125 199.19087 67.015625 199.19087Q67.578125 199.19087 67.96875 198.9565Q68.375 198.72212 68.6875 198.3315L69.34375 198.84712Q68.546875 200.0815 66.953125 200.0815ZM66.8125 194.394Q66.15625 194.394 65.703125 194.87837Q65.265625 195.34712 65.171875 196.2065L68.34375 196.2065L68.34375 196.12837Q68.296875 195.30025 67.890625 194.84712Q67.5 194.394 66.8125 194.394ZM72.953125 200.0815Q71.65625 200.0815 70.84375 199.23775Q70.046875 198.37837 70.046875 196.9565L70.046875 196.769Q70.046875 195.81587 70.40625 195.0815Q70.765625 194.3315 71.40625 193.92525Q72.0625 193.50337 72.8125 193.50337Q74.046875 193.50337 74.734375 194.31587Q75.421875 195.12837 75.421875 196.644L75.421875 197.09712L71.125 197.09712Q71.15625 198.03462 71.671875 198.61275Q72.203125 199.19087 73.015625 199.19087Q73.578125 199.19087 73.96875 198.9565Q74.375 198.72212 74.6875 198.3315L75.34375 198.84712Q74.546875 200.0815 72.953125 200.0815ZM72.8125 194.394Q72.15625 194.394 71.703125 194.87837Q71.265625 195.34712 71.171875 196.2065L74.34375 196.2065L74.34375 196.12837Q74.296875 195.30025 73.890625 194.84712Q73.5 194.394 72.8125 194.394ZM77.5 199.9565L76.421875 199.9565L76.421875 190.9565L77.5 190.9565L77.5 199.9565ZM87.9375 198.4565L89.15625 193.61275L90.234375 193.61275L88.390625 199.9565L87.515625 199.9565L85.96875 195.144L84.46875 199.9565L83.59375 199.9565L81.75 193.61275L82.828125 193.61275L84.078125 198.36275L85.5625 193.61275L86.421875 193.61275L87.9375 198.4565ZM93.953125 200.0815Q92.65625 200.0815 91.84375 199.23775Q91.046875 198.37837 91.046875 196.9565L91.046875 196.769Q91.046875 195.81587 91.40625 195.0815Q91.765625 194.3315 92.40625 193.92525Q93.0625 193.50337 93.8125 193.50337Q95.046875 193.50337 95.734375 194.31587Q96.421875 195.12837 96.421875 196.644L96.421875 197.09712L92.125 197.09712Q92.15625 198.03462 92.671875 198.61275Q93.203125 199.19087 94.015625 199.19087Q94.578125 199.19087 94.96875 198.9565Q95.375 198.72212 95.6875 198.3315L96.34375 198.84712Q95.546875 200.0815 93.953125 200.0815ZM93.8125 194.394Q93.15625 194.394 92.703125 194.87837Q92.265625 195.34712 92.171875 196.2065L95.34375 196.2065L95.34375 196.12837Q95.296875 195.30025 94.890625 194.84712Q94.5 194.394 93.8125 194.394ZM98.5 199.9565L97.421875 199.9565L97.421875 190.9565L98.5 190.9565L98.5 199.9565ZM102.859375 199.19087Q103.4375 199.19087 103.875 198.84712Q104.3125 198.48775 104.359375 197.9565L105.390625 197.9565Q105.359375 198.50337 105.0 199.00337Q104.65625 199.48775 104.078125 199.78462Q103.515625 200.0815 102.859375 200.0815Q101.5625 200.0815 100.796875 199.22212Q100.046875 198.34712 100.046875 196.84712L100.046875 196.65962Q100.046875 195.73775 100.375 195.019Q100.71875 194.30025 101.34375 193.90962Q101.984375 193.50337 102.859375 193.50337Q103.921875 193.50337 104.625 194.144Q105.34375 194.769 105.390625 195.80025L104.359375 195.80025Q104.3125 195.17525 103.890625 194.78462Q103.46875 194.394 102.859375 194.394Q102.03125 194.394 101.578125 194.98775Q101.125 195.5815 101.125 196.7065L101.125 196.90962Q101.125 198.00337 101.578125 198.59712Q102.03125 199.19087 102.859375 199.19087ZM106.03125 196.72212Q106.03125 195.80025 106.390625 195.05025Q106.765625 194.30025 107.421875 193.90962Q108.078125 193.50337 108.90625 193.50337Q110.203125 193.50337 111.0 194.394Q111.8125 195.28462 111.8125 196.78462L111.8125 196.86275Q111.8125 197.78462 111.453125 198.519Q111.09375 199.25337 110.4375 199.67525Q109.78125 200.0815 108.921875 200.0815Q107.640625 200.0815 106.828125 199.19087Q106.03125 198.28462 106.03125 196.80025L106.03125 196.72212ZM107.125 196.86275Q107.125 197.90962 107.609375 198.55025Q108.109375 199.19087 108.921875 199.19087Q109.75 199.19087 110.234375 198.55025Q110.71875 197.894 110.71875 196.72212Q110.71875 195.69087 110.21875 195.05025Q109.734375 194.394 108.90625 194.394Q108.109375 194.394 107.609375 195.03462Q107.125 195.65962 107.125 196.86275ZM114.34375 193.61275L114.375 194.31587Q115.0625 193.50337 116.25 193.50337Q117.578125 193.50337 118.0625 194.519Q118.375 194.06587 118.875 193.78462Q119.390625 193.50337 120.078125 193.50337Q122.171875 193.50337 122.203125 195.7065L122.203125 199.9565L121.125 199.9565L121.125 195.769Q121.125 195.09712 120.8125 194.769Q120.5 194.42525 119.765625 194.42525Q119.15625 194.42525 118.75 194.78462Q118.359375 195.144 118.296875 195.75337L118.296875 199.9565L117.21875 199.9565L117.21875 195.80025Q117.21875 194.42525 115.859375 194.42525Q114.796875 194.42525 114.40625 195.3315L114.40625 199.9565L113.3125 199.9565L113.3125 193.61275L114.34375 193.61275ZM126.953125 200.0815Q125.65625 200.0815 124.84375 199.23775Q124.046875 198.37837 124.046875 196.9565L124.046875 196.769Q124.046875 195.81587 124.40625 195.0815Q124.765625 194.3315 125.40625 193.92525Q126.0625 193.50337 126.8125 193.50337Q128.04688 193.50337 128.73438 194.31587Q129.42188 195.12837 129.42188 196.644L129.42188 197.09712L125.125 197.09712Q125.15625 198.03462 125.671875 198.61275Q126.203125 199.19087 127.015625 199.19087Q127.578125 199.19087 127.96875 198.9565Q128.375 198.72212 128.6875 198.3315L129.34375 198.84712Q128.54688 200.0815 126.953125 200.0815ZM126.8125 194.394Q126.15625 194.394 125.703125 194.87837Q125.265625 195.34712 125.171875 196.2065L128.34375 196.2065L128.34375 196.12837Q128.29688 195.30025 127.890625 194.84712Q127.5 194.394 126.8125 194.394ZM134.79688 192.0815L134.79688 193.61275L135.96875 193.61275L135.96875 194.4565L134.79688 194.4565L134.79688 198.37837Q134.79688 198.769 134.95312 198.9565Q135.10938 199.144 135.48438 199.144Q135.67188 199.144 136.0 199.0815L136.0 199.9565Q135.57812 200.0815 135.17188 200.0815Q134.45312 200.0815 134.07812 199.644Q133.70312 199.19087 133.70312 198.37837L133.70312 194.4565L132.54688 194.4565L132.54688 193.61275L133.70312 193.61275L133.70312 192.0815L134.79688 192.0815ZM137.03125 196.72212Q137.03125 195.80025 137.39062 195.05025Q137.76562 194.30025 138.42188 193.90962Q139.07812 193.50337 139.90625 193.50337Q141.20312 193.50337 142.0 194.394Q142.8125 195.28462 142.8125 196.78462L142.8125 196.86275Q142.8125 197.78462 142.45312 198.519Q142.09375 199.25337 141.4375 199.67525Q140.78125 200.0815 139.92188 200.0815Q138.64062 200.0815 137.82812 199.19087Q137.03125 198.28462 137.03125 196.80025L137.03125 196.72212ZM138.125 196.86275Q138.125 197.90962 138.60938 198.55025Q139.10938 199.19087 139.92188 199.19087Q140.75 199.19087 141.23438 198.55025Q141.71875 197.894 141.71875 196.72212Q141.71875 195.69087 141.21875 195.05025Q140.73438 194.394 139.90625 194.394Q139.10938 194.394 138.60938 195.03462Q138.125 195.65962 138.125 196.86275Z" fill-rule="nonzero"/><path fill="#666666" d="M39.859375 214.19087Q40.4375 214.19087 40.875 213.84712Q41.3125 213.48775 41.359375 212.9565L42.390625 212.9565Q42.359375 213.50337 42.0 214.00337Q41.65625 214.48775 41.078125 214.78462Q40.515625 215.0815 39.859375 215.0815Q38.5625 215.0815 37.796875 214.22212Q37.046875 213.34712 37.046875 211.84712L37.046875 211.65962Q37.046875 210.73775 37.375 210.019Q37.71875 209.30025 38.34375 208.90962Q38.984375 208.50337 39.859375 208.50337Q40.921875 208.50337 41.625 209.144Q42.34375 209.769 42.390625 210.80025L41.359375 210.80025Q41.3125 210.17525 40.890625 209.78462Q40.46875 209.394 39.859375 209.394Q39.03125 209.394 38.578125 209.98775Q38.125 210.5815 38.125 211.7065L38.125 211.90962Q38.125 213.00337 38.578125 213.59712Q39.03125 214.19087 39.859375 214.19087ZM43.03125 211.72212Q43.03125 210.80025 43.390625 210.05025Q43.765625 209.30025 44.421875 208.90962Q45.078125 208.50337 45.90625 208.50337Q47.203125 208.50337 48.0 209.394Q48.8125 210.28462 48.8125 211.78462L48.8125 211.86275Q48.8125 212.78462 48.453125 213.519Q48.09375 214.25337 47.4375 214.67525Q46.78125 215.0815 45.921875 215.0815Q44.640625 215.0815 43.828125 214.19087Q43.03125 213.28462 43.03125 211.80025L43.03125 211.72212ZM44.125 211.86275Q44.125 212.90962 44.609375 213.55025Q45.109375 214.19087 45.921875 214.19087Q46.75 214.19087 47.234375 213.55025Q47.71875 212.894 47.71875 211.72212Q47.71875 210.69087 47.21875 210.05025Q46.734375 209.394 45.90625 209.394Q45.109375 209.394 44.609375 210.03462Q44.125 210.65962 44.125 211.86275ZM51.34375 208.61275L51.375 209.40962Q52.109375 208.50337 53.28125 208.50337Q55.296875 208.50337 55.3125 210.769L55.3125 214.9565L54.21875 214.9565L54.21875 210.75337Q54.21875 210.0815 53.90625 209.75337Q53.609375 209.42525 52.953125 209.42525Q52.421875 209.42525 52.015625 209.7065Q51.625 209.98775 51.40625 210.44087L51.40625 214.9565L50.328125 214.9565L50.328125 208.61275L51.34375 208.61275ZM58.796875 207.0815L58.796875 208.61275L59.96875 208.61275L59.96875 209.4565L58.796875 209.4565L58.796875 213.37837Q58.796875 213.769 58.953125 213.9565Q59.109375 214.144 59.484375 214.144Q59.671875 214.144 60.0 214.0815L60.0 214.9565Q59.578125 215.0815 59.171875 215.0815Q58.453125 215.0815 58.078125 214.644Q57.703125 214.19087 57.703125 213.37837L57.703125 209.4565L56.546875 209.4565L56.546875 208.61275L57.703125 208.61275L57.703125 207.0815L58.796875 207.0815ZM64.390625 209.5815Q64.140625 209.55025 63.859375 209.55025Q62.78125 209.55025 62.40625 210.4565L62.40625 214.9565L61.328125 214.9565L61.328125 208.61275L62.375 208.61275L62.390625 209.34712Q62.921875 208.50337 63.90625 208.50337Q64.21875 208.50337 64.390625 208.5815L64.390625 209.5815ZM66.5 214.9565L65.421875 214.9565L65.421875 208.61275L66.5 208.61275L66.5 214.9565ZM65.328125 206.94087Q65.328125 206.67525 65.484375 206.48775Q65.65625 206.30025 65.96875 206.30025Q66.28125 206.30025 66.4375 206.48775Q66.609375 206.67525 66.609375 206.94087Q66.609375 207.19087 66.4375 207.37837Q66.28125 207.55025 65.96875 207.55025Q65.65625 207.55025 65.484375 207.37837Q65.328125 207.19087 65.328125 206.94087ZM73.6875 211.86275Q73.6875 213.31587 73.015625 214.2065Q72.359375 215.0815 71.234375 215.0815Q70.03125 215.0815 69.375 214.22212L69.3125 214.9565L68.328125 214.9565L68.328125 205.9565L69.40625 205.9565L69.40625 209.31587Q70.0625 208.50337 71.21875 208.50337Q72.375 208.50337 73.03125 209.37837Q73.6875 210.23775 73.6875 211.769L73.6875 211.86275ZM72.609375 211.73775Q72.609375 210.62837 72.171875 210.03462Q71.75 209.42525 70.953125 209.42525Q69.875 209.42525 69.40625 210.40962L69.40625 213.15962Q69.90625 214.15962 70.953125 214.15962Q71.734375 214.15962 72.171875 213.55025Q72.609375 212.94087 72.609375 211.73775ZM79.234375 214.3315Q78.609375 215.0815 77.375 215.0815Q76.359375 215.0815 75.828125 214.48775Q75.296875 213.894 75.296875 212.73775L75.296875 208.61275L76.375 208.61275L76.375 212.7065Q76.375 214.15962 77.546875 214.15962Q78.796875 214.15962 79.203125 213.22212L79.203125 208.61275L80.296875 208.61275L80.296875 214.9565L79.265625 214.9565L79.234375 214.3315ZM83.796875 207.0815L83.796875 208.61275L84.96875 208.61275L84.96875 209.4565L83.796875 209.4565L83.796875 213.37837Q83.796875 213.769 83.953125 213.9565Q84.109375 214.144 84.484375 214.144Q84.671875 214.144 85.0 214.0815L85.0 214.9565Q84.578125 215.0815 84.171875 215.0815Q83.453125 215.0815 83.078125 214.644Q82.703125 214.19087 82.703125 213.37837L82.703125 209.4565L81.546875 209.4565L81.546875 208.61275L82.703125 208.61275L82.703125 207.0815L83.796875 207.0815ZM88.953125 215.0815Q87.65625 215.0815 86.84375 214.23775Q86.046875 213.37837 86.046875 211.9565L86.046875 211.769Q86.046875 210.81587 86.40625 210.0815Q86.765625 209.3315 87.40625 208.92525Q88.0625 208.50337 88.8125 208.50337Q90.046875 208.50337 90.734375 209.31587Q91.421875 210.12837 91.421875 211.644L91.421875 212.09712L87.125 212.09712Q87.15625 213.03462 87.671875 213.61275Q88.203125 214.19087 89.015625 214.19087Q89.578125 214.19087 89.96875 213.9565Q90.375 213.72212 90.6875 213.3315L91.34375 213.84712Q90.546875 215.0815 88.953125 215.0815ZM88.8125 209.394Q88.15625 209.394 87.703125 209.87837Q87.265625 210.34712 87.171875 211.2065L90.34375 211.2065L90.34375 211.12837Q90.296875 210.30025 89.890625 209.84712Q89.5 209.394 88.8125 209.394ZM96.796875 207.0815L96.796875 208.61275L97.96875 208.61275L97.96875 209.4565L96.796875 209.4565L96.796875 213.37837Q96.796875 213.769 96.953125 213.9565Q97.109375 214.144 97.484375 214.144Q97.671875 214.144 98.0 214.0815L98.0 214.9565Q97.578125 215.0815 97.171875 215.0815Q96.453125 215.0815 96.078125 214.644Q95.703125 214.19087 95.703125 213.37837L95.703125 209.4565L94.546875 209.4565L94.546875 208.61275L95.703125 208.61275L95.703125 207.0815L96.796875 207.0815ZM99.03125 211.72212Q99.03125 210.80025 99.390625 210.05025Q99.765625 209.30025 100.421875 208.90962Q101.078125 208.50337 101.90625 208.50337Q103.203125 208.50337 104.0 209.394Q104.8125 210.28462 104.8125 211.78462L104.8125 211.86275Q104.8125 212.78462 104.453125 213.519Q104.09375 214.25337 103.4375 214.67525Q102.78125 215.0815 101.921875 215.0815Q100.640625 215.0815 99.828125 214.19087Q99.03125 213.28462 99.03125 211.80025L99.03125 211.72212ZM100.125 211.86275Q100.125 212.90962 100.609375 213.55025Q101.109375 214.19087 101.921875 214.19087Q102.75 214.19087 103.234375 213.55025Q103.71875 212.894 103.71875 211.72212Q103.71875 210.69087 103.21875 210.05025Q102.734375 209.394 101.90625 209.394Q101.109375 209.394 100.609375 210.03462Q100.125 210.65962 100.125 211.86275ZM110.796875 207.0815L110.796875 208.61275L111.96875 208.61275L111.96875 209.4565L110.796875 209.4565L110.796875 213.37837Q110.796875 213.769 110.953125 213.9565Q111.109375 214.144 111.484375 214.144Q111.671875 214.144 112.0 214.0815L112.0 214.9565Q111.578125 215.0815 111.171875 215.0815Q110.453125 215.0815 110.078125 214.644Q109.703125 214.19087 109.703125 213.37837L109.703125 209.4565L108.546875 209.4565L108.546875 208.61275L109.703125 208.61275L109.703125 207.0815L110.796875 207.0815ZM114.40625 209.37837Q115.125 208.50337 116.28125 208.50337Q118.296875 208.50337 118.3125 210.769L118.3125 214.9565L117.21875 214.9565L117.21875 210.75337Q117.21875 210.0815 116.90625 209.75337Q116.609375 209.42525 115.953125 209.42525Q115.421875 209.42525 115.015625 209.7065Q114.625 209.98775 114.40625 210.44087L114.40625 214.9565L113.328125 214.9565L113.328125 205.9565L114.40625 205.9565L114.40625 209.37837ZM122.953125 215.0815Q121.65625 215.0815 120.84375 214.23775Q120.046875 213.37837 120.046875 211.9565L120.046875 211.769Q120.046875 210.81587 120.40625 210.0815Q120.765625 209.3315 121.40625 208.92525Q122.0625 208.50337 122.8125 208.50337Q124.046875 208.50337 124.734375 209.31587Q125.421875 210.12837 125.421875 211.644L125.421875 212.09712L121.125 212.09712Q121.15625 213.03462 121.671875 213.61275Q122.203125 214.19087 123.015625 214.19087Q123.578125 214.19087 123.96875 213.9565Q124.375 213.72212 124.6875 213.3315L125.34375 213.84712Q124.546875 215.0815 122.953125 215.0815ZM122.8125 209.394Q122.15625 209.394 121.703125 209.87837Q121.265625 210.34712 121.171875 211.2065L124.34375 211.2065L124.34375 211.12837Q124.296875 210.30025 123.890625 209.84712Q123.5 209.394 122.8125 209.394ZM135.79688 213.8315Q135.35938 214.4565 134.57812 214.769Q133.79688 215.0815 132.76562 215.0815Q131.73438 215.0815 130.92188 214.59712Q130.10938 214.09712 129.67188 213.19087Q129.23438 212.28462 129.21875 211.09712L129.21875 210.36275Q129.21875 208.42525 130.10938 207.36275Q131.01562 206.30025 132.64062 206.30025Q133.98438 206.30025 134.79688 206.98775Q135.60938 207.67525 135.79688 208.92525L134.67188 208.92525Q134.34375 207.23775 132.65625 207.23775Q131.51562 207.23775 130.9375 208.03462Q130.35938 208.81587 130.34375 210.3315L130.34375 211.019Q130.34375 212.4565 131.0 213.31587Q131.65625 214.15962 132.78125 214.15962Q133.40625 214.15962 133.875 214.019Q134.35938 213.87837 134.67188 213.53462L134.67188 211.62837L132.70312 211.62837L132.70312 210.7065L135.79688 210.7065L135.79688 213.8315ZM137.03125 211.72212Q137.03125 210.80025 137.39062 210.05025Q137.76562 209.30025 138.42188 208.90962Q139.07812 208.50337 139.90625 208.50337Q141.20312 208.50337 142.0 209.394Q142.8125 210.28462 142.8125 211.78462L142.8125 211.86275Q142.8125 212.78462 142.45312 213.519Q142.09375 214.25337 141.4375 214.67525Q140.78125 215.0815 139.92188 215.0815Q138.64062 215.0815 137.82812 214.19087Q137.03125 213.28462 137.03125 211.80025L137.03125 211.72212ZM138.125 211.86275Q138.125 212.90962 138.60938 213.55025Q139.10938 214.19087 139.92188 214.19087Q140.75 214.19087 141.23438 213.55025Q141.71875 212.894 141.71875 211.72212Q141.71875 210.69087 141.21875 210.05025Q140.73438 209.394 139.90625 209.394Q139.10938 209.394 138.60938 210.03462Q138.125 210.65962 138.125 211.86275Z" fill-rule="nonzero"/><path fill="#666666" d="M112.671875 226.86275Q112.671875 228.30025 112.015625 229.19087Q111.359375 230.0815 110.21875 230.0815Q109.0625 230.0815 108.40625 229.34712L108.40625 232.394L107.328125 232.394L107.328125 223.61275L108.3125 223.61275L108.359375 224.31587Q109.03125 223.50337 110.203125 223.50337Q111.34375 223.50337 112.0 224.36275Q112.671875 225.22212 112.671875 226.75337L112.671875 226.86275ZM111.59375 226.73775Q111.59375 225.65962 111.125 225.05025Q110.671875 224.42525 109.875 224.42525Q108.890625 224.42525 108.40625 225.28462L108.40625 228.31587Q108.890625 229.19087 109.890625 229.19087Q110.671875 229.19087 111.125 228.5815Q111.59375 227.9565 111.59375 226.73775ZM117.390625 224.5815Q117.140625 224.55025 116.859375 224.55025Q115.78125 224.55025 115.40625 225.4565L115.40625 229.9565L114.328125 229.9565L114.328125 223.61275L115.375 223.61275L115.390625 224.34712Q115.921875 223.50337 116.90625 223.50337Q117.21875 223.50337 117.390625 223.5815L117.390625 224.5815ZM118.03125 226.72212Q118.03125 225.80025 118.390625 225.05025Q118.765625 224.30025 119.421875 223.90962Q120.078125 223.50337 120.90625 223.50337Q122.203125 223.50337 123.0 224.394Q123.8125 225.28462 123.8125 226.78462L123.8125 226.86275Q123.8125 227.78462 123.453125 228.519Q123.09375 229.25337 122.4375 229.67525Q121.78125 230.0815 120.921875 230.0815Q119.640625 230.0815 118.828125 229.19087Q118.03125 228.28462 118.03125 226.80025L118.03125 226.72212ZM119.125 226.86275Q119.125 227.90962 119.609375 228.55025Q120.109375 229.19087 120.921875 229.19087Q121.75 229.19087 122.234375 228.55025Q122.71875 227.894 122.71875 226.72212Q122.71875 225.69087 122.21875 225.05025Q121.734375 224.394 120.90625 224.394Q120.109375 224.394 119.609375 225.03462Q119.125 225.65962 119.125 226.86275ZM126.4375 223.61275L126.4375 230.69087Q126.4375 232.519 124.78125 232.519Q124.421875 232.519 124.125 232.40962L124.125 231.55025Q124.3125 231.59712 124.609375 231.59712Q124.96875 231.59712 125.15625 231.394Q125.359375 231.2065 125.359375 230.7065L125.359375 223.61275L126.4375 223.61275ZM125.25 221.94087Q125.25 221.67525 125.40625 221.48775Q125.5625 221.30025 125.875 221.30025Q126.1875 221.30025 126.34375 221.48775Q126.515625 221.67525 126.515625 221.94087Q126.515625 222.19087 126.34375 222.37837Q126.1875 222.55025 125.875 222.55025Q125.5625 222.55025 125.40625 222.37837Q125.25 222.19087 125.25 221.94087ZM130.95312 230.0815Q129.65625 230.0815 128.84375 229.23775Q128.04688 228.37837 128.04688 226.9565L128.04688 226.769Q128.04688 225.81587 128.40625 225.0815Q128.76562 224.3315 129.40625 223.92525Q130.0625 223.50337 130.8125 223.50337Q132.04688 223.50337 132.73438 224.31587Q133.42188 225.12837 133.42188 226.644L133.42188 227.09712L129.125 227.09712Q129.15625 228.03462 129.67188 228.61275Q130.20312 229.19087 131.01562 229.19087Q131.57812 229.19087 131.96875 228.9565Q132.375 228.72212 132.6875 228.3315L133.34375 228.84712Q132.54688 230.0815 130.95312 230.0815ZM130.8125 224.394Q130.15625 224.394 129.70312 224.87837Q129.26562 225.34712 129.17188 226.2065L132.34375 226.2065L132.34375 226.12837Q132.29688 225.30025 131.89062 224.84712Q131.5 224.394 130.8125 224.394ZM136.85938 229.19087Q137.4375 229.19087 137.875 228.84712Q138.3125 228.48775 138.35938 227.9565L139.39062 227.9565Q139.35938 228.50337 139.0 229.00337Q138.65625 229.48775 138.07812 229.78462Q137.51562 230.0815 136.85938 230.0815Q135.5625 230.0815 134.79688 229.22212Q134.04688 228.34712 134.04688 226.84712L134.04688 226.65962Q134.04688 225.73775 134.375 225.019Q134.71875 224.30025 135.34375 223.90962Q135.98438 223.50337 136.85938 223.50337Q137.92188 223.50337 138.625 224.144Q139.34375 224.769 139.39062 225.80025L138.35938 225.80025Q138.3125 225.17525 137.89062 224.78462Q137.46875 224.394 136.85938 224.394Q136.03125 224.394 135.57812 224.98775Q135.125 225.5815 135.125 226.7065L135.125 226.90962Q135.125 228.00337 135.57812 228.59712Q136.03125 229.19087 136.85938 229.19087ZM141.79688 222.0815L141.79688 223.61275L142.96875 223.61275L142.96875 224.4565L141.79688 224.4565L141.79688 228.37837Q141.79688 228.769 141.95312 228.9565Q142.10938 229.144 142.48438 229.144Q142.67188 229.144 143.0 229.0815L143.0 229.9565Q142.57812 230.0815 142.17188 230.0815Q141.45312 230.0815 141.07812 229.644Q140.70312 229.19087 140.70312 228.37837L140.70312 224.4565L139.54688 224.4565L139.54688 223.61275L140.70312 223.61275L140.70312 222.0815L141.79688 222.0815Z" fill-rule="nonzero"/><path fill="#666666" d="M72.390625 256.2886L69.640625 256.2886L69.640625 263.89798L68.53125 263.89798L68.53125 256.2886L65.78125 256.2886L65.78125 255.36673L72.390625 255.36673L72.390625 256.2886ZM74.40625 258.31985Q75.125 257.44485 76.28125 257.44485Q78.296875 257.44485 78.3125 259.71048L78.3125 263.89798L77.21875 263.89798L77.21875 259.69485Q77.21875 259.02298 76.90625 258.69485Q76.609375 258.36673 75.953125 258.36673Q75.421875 258.36673 75.015625 258.64798Q74.625 258.92923 74.40625 259.38235L74.40625 263.89798L73.328125 263.89798L73.328125 254.89798L74.40625 254.89798L74.40625 258.31985ZM82.953125 264.02298Q81.65625 264.02298 80.84375 263.17923Q80.046875 262.31985 80.046875 260.89798L80.046875 260.71048Q80.046875 259.75735 80.40625 259.02298Q80.765625 258.27298 81.40625 257.86673Q82.0625 257.44485 82.8125 257.44485Q84.046875 257.44485 84.734375 258.25735Q85.421875 259.06985 85.421875 260.58548L85.421875 261.0386L81.125 261.0386Q81.15625 261.9761 81.671875 262.55423Q82.203125 263.13235 83.015625 263.13235Q83.578125 263.13235 83.96875 262.89798Q84.375 262.6636 84.6875 262.27298L85.34375 262.7886Q84.546875 264.02298 82.953125 264.02298ZM82.8125 258.33548Q82.15625 258.33548 81.703125 258.81985Q81.265625 259.2886 81.171875 260.14798L84.34375 260.14798L84.34375 260.06985Q84.296875 259.24173 83.890625 258.7886Q83.5 258.33548 82.8125 258.33548ZM95.796875 262.77298Q95.359375 263.39798 94.578125 263.71048Q93.796875 264.02298 92.765625 264.02298Q91.734375 264.02298 90.921875 263.5386Q90.109375 263.0386 89.671875 262.13235Q89.234375 261.2261 89.21875 260.0386L89.21875 259.30423Q89.21875 257.36673 90.109375 256.30423Q91.015625 255.24173 92.640625 255.24173Q93.984375 255.24173 94.796875 255.92923Q95.609375 256.61673 95.796875 257.86673L94.671875 257.86673Q94.34375 256.17923 92.65625 256.17923Q91.515625 256.17923 90.9375 256.9761Q90.359375 257.75735 90.34375 259.27298L90.34375 259.96048Q90.34375 261.39798 91.0 262.25735Q91.65625 263.1011 92.78125 263.1011Q93.40625 263.1011 93.875 262.96048Q94.359375 262.81985 94.671875 262.4761L94.671875 260.56985L92.703125 260.56985L92.703125 259.64798L95.796875 259.64798L95.796875 262.77298ZM97.03125 260.6636Q97.03125 259.74173 97.390625 258.99173Q97.765625 258.24173 98.421875 257.8511Q99.078125 257.44485 99.90625 257.44485Q101.203125 257.44485 102.0 258.33548Q102.8125 259.2261 102.8125 260.7261L102.8125 260.80423Q102.8125 261.7261 102.453125 262.46048Q102.09375 263.19485 101.4375 263.61673Q100.78125 264.02298 99.921875 264.02298Q98.640625 264.02298 97.828125 263.13235Q97.03125 262.2261 97.03125 260.74173L97.03125 260.6636ZM98.125 260.80423Q98.125 261.8511 98.609375 262.49173Q99.109375 263.13235 99.921875 263.13235Q100.75 263.13235 101.234375 262.49173Q101.71875 261.83548 101.71875 260.6636Q101.71875 259.63235 101.21875 258.99173Q100.734375 258.33548 99.90625 258.33548Q99.109375 258.33548 98.609375 258.9761Q98.125 259.6011 98.125 260.80423ZM112.671875 260.80423Q112.671875 262.24173 112.015625 263.13235Q111.359375 264.02298 110.21875 264.02298Q109.0625 264.02298 108.40625 263.2886L108.40625 266.33548L107.328125 266.33548L107.328125 257.55423L108.3125 257.55423L108.359375 258.25735Q109.03125 257.44485 110.203125 257.44485Q111.34375 257.44485 112.0 258.30423Q112.671875 259.1636 112.671875 260.69485L112.671875 260.80423ZM111.59375 260.67923Q111.59375 259.6011 111.125 258.99173Q110.671875 258.36673 109.875 258.36673Q108.890625 258.36673 108.40625 259.2261L108.40625 262.25735Q108.890625 263.13235 109.890625 263.13235Q110.671875 263.13235 111.125 262.52298Q111.59375 261.89798 111.59375 260.67923ZM117.390625 258.52298Q117.140625 258.49173 116.859375 258.49173Q115.78125 258.49173 115.40625 259.39798L115.40625 263.89798L114.328125 263.89798L114.328125 257.55423L115.375 257.55423L115.390625 258.2886Q115.921875 257.44485 116.90625 257.44485Q117.21875 257.44485 117.390625 257.52298L117.390625 258.52298ZM118.03125 260.6636Q118.03125 259.74173 118.390625 258.99173Q118.765625 258.24173 119.421875 257.8511Q120.078125 257.44485 120.90625 257.44485Q122.203125 257.44485 123.0 258.33548Q123.8125 259.2261 123.8125 260.7261L123.8125 260.80423Q123.8125 261.7261 123.453125 262.46048Q123.09375 263.19485 122.4375 263.61673Q121.78125 264.02298 120.921875 264.02298Q119.640625 264.02298 118.828125 263.13235Q118.03125 262.2261 118.03125 260.74173L118.03125 260.6636ZM119.125 260.80423Q119.125 261.8511 119.609375 262.49173Q120.109375 263.13235 120.921875 263.13235Q121.75 263.13235 122.234375 262.49173Q122.71875 261.83548 122.71875 260.6636Q122.71875 259.63235 122.21875 258.99173Q121.734375 258.33548 120.90625 258.33548Q120.109375 258.33548 119.609375 258.9761Q119.125 259.6011 119.125 260.80423ZM126.4375 257.55423L126.4375 264.63235Q126.4375 266.46048 124.78125 266.46048Q124.421875 266.46048 124.125 266.3511L124.125 265.49173Q124.3125 265.5386 124.609375 265.5386Q124.96875 265.5386 125.15625 265.33548Q125.359375 265.14798 125.359375 264.64798L125.359375 257.55423L126.4375 257.55423ZM125.25 255.88235Q125.25 255.61673 125.40625 255.42923Q125.5625 255.24173 125.875 255.24173Q126.1875 255.24173 126.34375 255.42923Q126.515625 255.61673 126.515625 255.88235Q126.515625 256.13235 126.34375 256.31985Q126.1875 256.49173 125.875 256.49173Q125.5625 256.49173 125.40625 256.31985Q125.25 256.13235 125.25 255.88235ZM130.95312 264.02298Q129.65625 264.02298 128.84375 263.17923Q128.04688 262.31985 128.04688 260.89798L128.04688 260.71048Q128.04688 259.75735 128.40625 259.02298Q128.76562 258.27298 129.40625 257.86673Q130.0625 257.44485 130.8125 257.44485Q132.04688 257.44485 132.73438 258.25735Q133.42188 259.06985 133.42188 260.58548L133.42188 261.0386L129.125 261.0386Q129.15625 261.9761 129.67188 262.55423Q130.20312 263.13235 131.01562 263.13235Q131.57812 263.13235 131.96875 262.89798Q132.375 262.6636 132.6875 262.27298L133.34375 262.7886Q132.54688 264.02298 130.95312 264.02298ZM130.8125 258.33548Q130.15625 258.33548 129.70312 258.81985Q129.26562 259.2886 129.17188 260.14798L132.34375 260.14798L132.34375 260.06985Q132.29688 259.24173 131.89062 258.7886Q131.5 258.33548 130.8125 258.33548ZM136.85938 263.13235Q137.4375 263.13235 137.875 262.7886Q138.3125 262.42923 138.35938 261.89798L139.39062 261.89798Q139.35938 262.44485 139.0 262.94485Q138.65625 263.42923 138.07812 263.7261Q137.51562 264.02298 136.85938 264.02298Q135.5625 264.02298 134.79688 263.1636Q134.04688 262.2886 134.04688 260.7886L134.04688 260.6011Q134.04688 259.67923 134.375 258.96048Q134.71875 258.24173 135.34375 257.8511Q135.98438 257.44485 136.85938 257.44485Q137.92188 257.44485 138.625 258.08548Q139.34375 258.71048 139.39062 259.74173L138.35938 259.74173Q138.3125 259.11673 137.89062 258.7261Q137.46875 258.33548 136.85938 258.33548Q136.03125 258.33548 135.57812 258.92923Q135.125 259.52298 135.125 260.64798L135.125 260.8511Q135.125 261.94485 135.57812 262.5386Q136.03125 263.13235 136.85938 263.13235ZM141.79688 256.02298L141.79688 257.55423L142.96875 257.55423L142.96875 258.39798L141.79688 258.39798L141.79688 262.31985Q141.79688 262.71048 141.95312 262.89798Q142.10938 263.08548 142.48438 263.08548Q142.67188 263.08548 143.0 263.02298L143.0 263.89798Q142.57812 264.02298 142.17188 264.02298Q141.45312 264.02298 141.07812 263.58548Q140.70312 263.13235 140.70312 262.31985L140.70312 258.39798L139.54688 258.39798L139.54688 257.55423L140.70312 257.55423L140.70312 256.02298L141.79688 256.02298Z" fill-rule="nonzero"/><path fill="#666666" d="M89.5 278.89798L88.421875 278.89798L88.421875 269.89798L89.5 269.89798L89.5 278.89798ZM93.953125 279.02298Q92.65625 279.02298 91.84375 278.17923Q91.046875 277.31985 91.046875 275.89798L91.046875 275.71048Q91.046875 274.75735 91.40625 274.02298Q91.765625 273.27298 92.40625 272.86673Q93.0625 272.44485 93.8125 272.44485Q95.046875 272.44485 95.734375 273.25735Q96.421875 274.06985 96.421875 275.58548L96.421875 276.0386L92.125 276.0386Q92.15625 276.9761 92.671875 277.55423Q93.203125 278.13235 94.015625 278.13235Q94.578125 278.13235 94.96875 277.89798Q95.375 277.6636 95.6875 277.27298L96.34375 277.7886Q95.546875 279.02298 93.953125 279.02298ZM93.8125 273.33548Q93.15625 273.33548 92.703125 273.81985Q92.265625 274.2886 92.171875 275.14798L95.34375 275.14798L95.34375 275.06985Q95.296875 274.24173 94.890625 273.7886Q94.5 273.33548 93.8125 273.33548ZM101.234375 278.89798Q101.140625 278.71048 101.078125 278.2261Q100.328125 279.02298 99.28125 279.02298Q98.34375 279.02298 97.734375 278.49173Q97.140625 277.96048 97.140625 277.13235Q97.140625 276.14798 97.890625 275.6011Q98.640625 275.05423 100.015625 275.05423L101.0625 275.05423L101.0625 274.55423Q101.0625 273.99173 100.71875 273.6636Q100.390625 273.31985 99.71875 273.31985Q99.140625 273.31985 98.75 273.61673Q98.359375 273.89798 98.359375 274.31985L97.265625 274.31985Q97.265625 273.83548 97.59375 273.39798Q97.9375 272.96048 98.515625 272.71048Q99.09375 272.44485 99.78125 272.44485Q100.890625 272.44485 101.5 272.99173Q102.125 273.5386 102.15625 274.49173L102.15625 277.4136Q102.15625 278.2886 102.375 278.80423L102.375 278.89798L101.234375 278.89798ZM99.4375 278.06985Q99.953125 278.06985 100.40625 277.80423Q100.859375 277.5386 101.0625 277.11673L101.0625 275.81985L100.21875 275.81985Q98.21875 275.81985 98.21875 276.99173Q98.21875 277.49173 98.5625 277.7886Q98.90625 278.06985 99.4375 278.06985ZM104.0625 275.67923Q104.0625 274.21048 104.75 273.33548Q105.4375 272.44485 106.5625 272.44485Q107.671875 272.44485 108.328125 273.19485L108.328125 269.89798L109.40625 269.89798L109.40625 278.89798L108.40625 278.89798L108.359375 278.21048Q107.703125 279.02298 106.546875 279.02298Q105.453125 279.02298 104.75 278.11673Q104.0625 277.21048 104.0625 275.75735L104.0625 275.67923ZM105.140625 275.80423Q105.140625 276.88235 105.578125 277.49173Q106.03125 278.1011 106.8125 278.1011Q107.84375 278.1011 108.328125 277.1636L108.328125 274.25735Q107.84375 273.36673 106.828125 273.36673Q106.03125 273.36673 105.578125 273.9761Q105.140625 274.58548 105.140625 275.80423ZM113.953125 279.02298Q112.65625 279.02298 111.84375 278.17923Q111.046875 277.31985 111.046875 275.89798L111.046875 275.71048Q111.046875 274.75735 111.40625 274.02298Q111.765625 273.27298 112.40625 272.86673Q113.0625 272.44485 113.8125 272.44485Q115.046875 272.44485 115.734375 273.25735Q116.421875 274.06985 116.421875 275.58548L116.421875 276.0386L112.125 276.0386Q112.15625 276.9761 112.671875 277.55423Q113.203125 278.13235 114.015625 278.13235Q114.578125 278.13235 114.96875 277.89798Q115.375 277.6636 115.6875 277.27298L116.34375 277.7886Q115.546875 279.02298 113.953125 279.02298ZM113.8125 273.33548Q113.15625 273.33548 112.703125 273.81985Q112.265625 274.2886 112.171875 275.14798L115.34375 275.14798L115.34375 275.06985Q115.296875 274.24173 114.890625 273.7886Q114.5 273.33548 113.8125 273.33548ZM120.390625 273.52298Q120.140625 273.49173 119.859375 273.49173Q118.78125 273.49173 118.40625 274.39798L118.40625 278.89798L117.328125 278.89798L117.328125 272.55423L118.375 272.55423L118.390625 273.2886Q118.921875 272.44485 119.90625 272.44485Q120.21875 272.44485 120.390625 272.52298L120.390625 273.52298ZM125.015625 277.21048Q125.015625 276.77298 124.671875 276.5386Q124.34375 276.2886 123.515625 276.11673Q122.703125 275.94485 122.21875 275.69485Q121.734375 275.44485 121.5 275.11673Q121.28125 274.77298 121.28125 274.30423Q121.28125 273.52298 121.9375 272.99173Q122.59375 272.44485 123.625 272.44485Q124.703125 272.44485 125.359375 273.00735Q126.03125 273.55423 126.03125 274.4136L124.953125 274.4136Q124.953125 273.9761 124.5625 273.6636Q124.1875 273.33548 123.625 273.33548Q123.03125 273.33548 122.6875 273.6011Q122.359375 273.8511 122.359375 274.25735Q122.359375 274.64798 122.671875 274.8511Q122.984375 275.05423 123.796875 275.24173Q124.609375 275.4136 125.109375 275.6636Q125.609375 275.9136 125.84375 276.27298Q126.09375 276.63235 126.09375 277.13235Q126.09375 277.99173 125.40625 278.50735Q124.734375 279.02298 123.65625 279.02298Q122.890625 279.02298 122.296875 278.75735Q121.71875 278.4761 121.390625 277.99173Q121.0625 277.50735 121.0625 276.94485L122.140625 276.94485Q122.171875 277.49173 122.578125 277.81985Q122.984375 278.13235 123.65625 278.13235Q124.265625 278.13235 124.640625 277.88235Q125.015625 277.63235 125.015625 277.21048ZM128.40625 273.31985Q129.125 272.44485 130.28125 272.44485Q132.29688 272.44485 132.3125 274.71048L132.3125 278.89798L131.21875 278.89798L131.21875 274.69485Q131.21875 274.02298 130.90625 273.69485Q130.60938 273.36673 129.95312 273.36673Q129.42188 273.36673 129.01562 273.64798Q128.625 273.92923 128.40625 274.38235L128.40625 278.89798L127.328125 278.89798L127.328125 269.89798L128.40625 269.89798L128.40625 273.31985ZM135.5 278.89798L134.42188 278.89798L134.42188 272.55423L135.5 272.55423L135.5 278.89798ZM134.32812 270.88235Q134.32812 270.61673 134.48438 270.42923Q134.65625 270.24173 134.96875 270.24173Q135.28125 270.24173 135.4375 270.42923Q135.60938 270.61673 135.60938 270.88235Q135.60938 271.13235 135.4375 271.31985Q135.28125 271.49173 134.96875 271.49173Q134.65625 271.49173 134.48438 271.31985Q134.32812 271.13235 134.32812 270.88235ZM142.67188 275.80423Q142.67188 277.24173 142.01562 278.13235Q141.35938 279.02298 140.21875 279.02298Q139.0625 279.02298 138.40625 278.2886L138.40625 281.33548L137.32812 281.33548L137.32812 272.55423L138.3125 272.55423L138.35938 273.25735Q139.03125 272.44485 140.20312 272.44485Q141.34375 272.44485 142.0 273.30423Q142.67188 274.1636 142.67188 275.69485L142.67188 275.80423ZM141.59375 275.67923Q141.59375 274.6011 141.125 273.99173Q140.67188 273.36673 139.875 273.36673Q138.89062 273.36673 138.40625 274.2261L138.40625 277.25735Q138.89062 278.13235 139.89062 278.13235Q140.67188 278.13235 141.125 277.52298Q141.59375 276.89798 141.59375 275.67923Z" fill-rule="nonzero"/><path fill="#666666" d="M25.234375 293.27298Q24.609375 294.02298 23.375 294.02298Q22.359375 294.02298 21.828125 293.42923Q21.296875 292.83548 21.296875 291.67923L21.296875 287.55423L22.375 287.55423L22.375 291.64798Q22.375 293.1011 23.546875 293.1011Q24.796875 293.1011 25.203125 292.1636L25.203125 287.55423L26.296875 287.55423L26.296875 293.89798L25.265625 293.89798L25.234375 293.27298ZM29.34375 287.55423L29.375 288.3511Q30.109375 287.44485 31.28125 287.44485Q33.296875 287.44485 33.3125 289.71048L33.3125 293.89798L32.21875 293.89798L32.21875 289.69485Q32.21875 289.02298 31.90625 288.69485Q31.609375 288.36673 30.953125 288.36673Q30.421875 288.36673 30.015625 288.64798Q29.625 288.92923 29.40625 289.38235L29.40625 293.89798L28.328125 293.89798L28.328125 287.55423L29.34375 287.55423ZM35.0625 290.67923Q35.0625 289.21048 35.75 288.33548Q36.4375 287.44485 37.5625 287.44485Q38.671875 287.44485 39.328125 288.19485L39.328125 284.89798L40.40625 284.89798L40.40625 293.89798L39.40625 293.89798L39.359375 293.21048Q38.703125 294.02298 37.546875 294.02298Q36.453125 294.02298 35.75 293.11673Q35.0625 292.21048 35.0625 290.75735L35.0625 290.67923ZM36.140625 290.80423Q36.140625 291.88235 36.578125 292.49173Q37.03125 293.1011 37.8125 293.1011Q38.84375 293.1011 39.328125 292.1636L39.328125 289.25735Q38.84375 288.36673 37.828125 288.36673Q37.03125 288.36673 36.578125 288.9761Q36.140625 289.58548 36.140625 290.80423ZM44.953125 294.02298Q43.65625 294.02298 42.84375 293.17923Q42.046875 292.31985 42.046875 290.89798L42.046875 290.71048Q42.046875 289.75735 42.40625 289.02298Q42.765625 288.27298 43.40625 287.86673Q44.0625 287.44485 44.8125 287.44485Q46.046875 287.44485 46.734375 288.25735Q47.421875 289.06985 47.421875 290.58548L47.421875 291.0386L43.125 291.0386Q43.15625 291.9761 43.671875 292.55423Q44.203125 293.13235 45.015625 293.13235Q45.578125 293.13235 45.96875 292.89798Q46.375 292.6636 46.6875 292.27298L47.34375 292.7886Q46.546875 294.02298 44.953125 294.02298ZM44.8125 288.33548Q44.15625 288.33548 43.703125 288.81985Q43.265625 289.2886 43.171875 290.14798L46.34375 290.14798L46.34375 290.06985Q46.296875 289.24173 45.890625 288.7886Q45.5 288.33548 44.8125 288.33548ZM51.390625 288.52298Q51.140625 288.49173 50.859375 288.49173Q49.78125 288.49173 49.40625 289.39798L49.40625 293.89798L48.328125 293.89798L48.328125 287.55423L49.375 287.55423L49.390625 288.2886Q49.921875 287.44485 50.90625 287.44485Q51.21875 287.44485 51.390625 287.52298L51.390625 288.52298ZM56.015625 292.21048Q56.015625 291.77298 55.671875 291.5386Q55.34375 291.2886 54.515625 291.11673Q53.703125 290.94485 53.21875 290.69485Q52.734375 290.44485 52.5 290.11673Q52.28125 289.77298 52.28125 289.30423Q52.28125 288.52298 52.9375 287.99173Q53.59375 287.44485 54.625 287.44485Q55.703125 287.44485 56.359375 288.00735Q57.03125 288.55423 57.03125 289.4136L55.953125 289.4136Q55.953125 288.9761 55.5625 288.6636Q55.1875 288.33548 54.625 288.33548Q54.03125 288.33548 53.6875 288.6011Q53.359375 288.8511 53.359375 289.25735Q53.359375 289.64798 53.671875 289.8511Q53.984375 290.05423 54.796875 290.24173Q55.609375 290.4136 56.109375 290.6636Q56.609375 290.9136 56.84375 291.27298Q57.09375 291.63235 57.09375 292.13235Q57.09375 292.99173 56.40625 293.50735Q55.734375 294.02298 54.65625 294.02298Q53.890625 294.02298 53.296875 293.75735Q52.71875 293.4761 52.390625 292.99173Q52.0625 292.50735 52.0625 291.94485L53.140625 291.94485Q53.171875 292.49173 53.578125 292.81985Q53.984375 293.13235 54.65625 293.13235Q55.265625 293.13235 55.640625 292.88235Q56.015625 292.63235 56.015625 292.21048ZM59.796875 286.02298L59.796875 287.55423L60.96875 287.55423L60.96875 288.39798L59.796875 288.39798L59.796875 292.31985Q59.796875 292.71048 59.953125 292.89798Q60.109375 293.08548 60.484375 293.08548Q60.671875 293.08548 61.0 293.02298L61.0 293.89798Q60.578125 294.02298 60.171875 294.02298Q59.453125 294.02298 59.078125 293.58548Q58.703125 293.13235 58.703125 292.31985L58.703125 288.39798L57.546875 288.39798L57.546875 287.55423L58.703125 287.55423L58.703125 286.02298L59.796875 286.02298ZM66.234375 293.89798Q66.140625 293.71048 66.078125 293.2261Q65.328125 294.02298 64.28125 294.02298Q63.34375 294.02298 62.734375 293.49173Q62.140625 292.96048 62.140625 292.13235Q62.140625 291.14798 62.890625 290.6011Q63.640625 290.05423 65.015625 290.05423L66.0625 290.05423L66.0625 289.55423Q66.0625 288.99173 65.71875 288.6636Q65.390625 288.31985 64.71875 288.31985Q64.140625 288.31985 63.75 288.61673Q63.359375 288.89798 63.359375 289.31985L62.265625 289.31985Q62.265625 288.83548 62.59375 288.39798Q62.9375 287.96048 63.515625 287.71048Q64.09375 287.44485 64.78125 287.44485Q65.890625 287.44485 66.5 287.99173Q67.125 288.5386 67.15625 289.49173L67.15625 292.4136Q67.15625 293.2886 67.375 293.80423L67.375 293.89798L66.234375 293.89798ZM64.4375 293.06985Q64.953125 293.06985 65.40625 292.80423Q65.859375 292.5386 66.0625 292.11673L66.0625 290.81985L65.21875 290.81985Q63.21875 290.81985 63.21875 291.99173Q63.21875 292.49173 63.5625 292.7886Q63.90625 293.06985 64.4375 293.06985ZM70.34375 287.55423L70.375 288.3511Q71.109375 287.44485 72.28125 287.44485Q74.296875 287.44485 74.3125 289.71048L74.3125 293.89798L73.21875 293.89798L73.21875 289.69485Q73.21875 289.02298 72.90625 288.69485Q72.609375 288.36673 71.953125 288.36673Q71.421875 288.36673 71.015625 288.64798Q70.625 288.92923 70.40625 289.38235L70.40625 293.89798L69.328125 293.89798L69.328125 287.55423L70.34375 287.55423ZM76.0625 290.67923Q76.0625 289.21048 76.75 288.33548Q77.4375 287.44485 78.5625 287.44485Q79.671875 287.44485 80.328125 288.19485L80.328125 284.89798L81.40625 284.89798L81.40625 293.89798L80.40625 293.89798L80.359375 293.21048Q79.703125 294.02298 78.546875 294.02298Q77.453125 294.02298 76.75 293.11673Q76.0625 292.21048 76.0625 290.75735L76.0625 290.67923ZM77.140625 290.80423Q77.140625 291.88235 77.578125 292.49173Q78.03125 293.1011 78.8125 293.1011Q79.84375 293.1011 80.328125 292.1636L80.328125 289.25735Q79.84375 288.36673 78.828125 288.36673Q78.03125 288.36673 77.578125 288.9761Q77.140625 289.58548 77.140625 290.80423ZM87.015625 292.21048Q87.015625 291.77298 86.671875 291.5386Q86.34375 291.2886 85.515625 291.11673Q84.703125 290.94485 84.21875 290.69485Q83.734375 290.44485 83.5 290.11673Q83.28125 289.77298 83.28125 289.30423Q83.28125 288.52298 83.9375 287.99173Q84.59375 287.44485 85.625 287.44485Q86.703125 287.44485 87.359375 288.00735Q88.03125 288.55423 88.03125 289.4136L86.953125 289.4136Q86.953125 288.9761 86.5625 288.6636Q86.1875 288.33548 85.625 288.33548Q85.03125 288.33548 84.6875 288.6011Q84.359375 288.8511 84.359375 289.25735Q84.359375 289.64798 84.671875 289.8511Q84.984375 290.05423 85.796875 290.24173Q86.609375 290.4136 87.109375 290.6636Q87.609375 290.9136 87.84375 291.27298Q88.09375 291.63235 88.09375 292.13235Q88.09375 292.99173 87.40625 293.50735Q86.734375 294.02298 85.65625 294.02298Q84.890625 294.02298 84.296875 293.75735Q83.71875 293.4761 83.390625 292.99173Q83.0625 292.50735 83.0625 291.94485L84.140625 291.94485Q84.171875 292.49173 84.578125 292.81985Q84.984375 293.13235 85.65625 293.13235Q86.265625 293.13235 86.640625 292.88235Q87.015625 292.63235 87.015625 292.21048ZM93.34375 287.55423L93.375 288.25735Q94.0625 287.44485 95.25 287.44485Q96.578125 287.44485 97.0625 288.46048Q97.375 288.00735 97.875 287.7261Q98.390625 287.44485 99.078125 287.44485Q101.171875 287.44485 101.203125 289.64798L101.203125 293.89798L100.125 293.89798L100.125 289.71048Q100.125 289.0386 99.8125 288.71048Q99.5 288.36673 98.765625 288.36673Q98.15625 288.36673 97.75 288.7261Q97.359375 289.08548 97.296875 289.69485L97.296875 293.89798L96.21875 293.89798L96.21875 289.74173Q96.21875 288.36673 94.859375 288.36673Q93.796875 288.36673 93.40625 289.27298L93.40625 293.89798L92.3125 293.89798L92.3125 287.55423L93.34375 287.55423ZM105.390625 292.30423L106.875 287.55423L108.03125 287.55423L105.484375 294.88235Q104.890625 296.46048 103.609375 296.46048L103.390625 296.44485L103.0 296.36673L103.0 295.49173L103.28125 295.50735Q103.84375 295.50735 104.140625 295.2886Q104.453125 295.06985 104.65625 294.4761L104.890625 293.81985L102.625 287.55423L103.8125 287.55423L105.390625 292.30423ZM113.34375 287.55423L113.375 288.3511Q114.109375 287.44485 115.28125 287.44485Q117.296875 287.44485 117.3125 289.71048L117.3125 293.89798L116.21875 293.89798L116.21875 289.69485Q116.21875 289.02298 115.90625 288.69485Q115.609375 288.36673 114.953125 288.36673Q114.421875 288.36673 114.015625 288.64798Q113.625 288.92923 113.40625 289.38235L113.40625 293.89798L112.328125 293.89798L112.328125 287.55423L113.34375 287.55423ZM121.953125 294.02298Q120.65625 294.02298 119.84375 293.17923Q119.046875 292.31985 119.046875 290.89798L119.046875 290.71048Q119.046875 289.75735 119.40625 289.02298Q119.765625 288.27298 120.40625 287.86673Q121.0625 287.44485 121.8125 287.44485Q123.046875 287.44485 123.734375 288.25735Q124.421875 289.06985 124.421875 290.58548L124.421875 291.0386L120.125 291.0386Q120.15625 291.9761 120.671875 292.55423Q121.203125 293.13235 122.015625 293.13235Q122.578125 293.13235 122.96875 292.89798Q123.375 292.6636 123.6875 292.27298L124.34375 292.7886Q123.546875 294.02298 121.953125 294.02298ZM121.8125 288.33548Q121.15625 288.33548 120.703125 288.81985Q120.265625 289.2886 120.171875 290.14798L123.34375 290.14798L123.34375 290.06985Q123.296875 289.24173 122.890625 288.7886Q122.5 288.33548 121.8125 288.33548ZM127.953125 294.02298Q126.65625 294.02298 125.84375 293.17923Q125.046875 292.31985 125.046875 290.89798L125.046875 290.71048Q125.046875 289.75735 125.40625 289.02298Q125.765625 288.27298 126.40625 287.86673Q127.0625 287.44485 127.8125 287.44485Q129.04688 287.44485 129.73438 288.25735Q130.42188 289.06985 130.42188 290.58548L130.42188 291.0386L126.125 291.0386Q126.15625 291.9761 126.671875 292.55423Q127.203125 293.13235 128.01562 293.13235Q128.57812 293.13235 128.96875 292.89798Q129.375 292.6636 129.6875 292.27298L130.34375 292.7886Q129.54688 294.02298 127.953125 294.02298ZM127.8125 288.33548Q127.15625 288.33548 126.703125 288.81985Q126.265625 289.2886 126.171875 290.14798L129.34375 290.14798L129.34375 290.06985Q129.29688 289.24173 128.89062 288.7886Q128.5 288.33548 127.8125 288.33548ZM131.0625 290.67923Q131.0625 289.21048 131.75 288.33548Q132.4375 287.44485 133.5625 287.44485Q134.67188 287.44485 135.32812 288.19485L135.32812 284.89798L136.40625 284.89798L136.40625 293.89798L135.40625 293.89798L135.35938 293.21048Q134.70312 294.02298 133.54688 294.02298Q132.45312 294.02298 131.75 293.11673Q131.0625 292.21048 131.0625 290.75735L131.0625 290.67923ZM132.14062 290.80423Q132.14062 291.88235 132.57812 292.49173Q133.03125 293.1011 133.8125 293.1011Q134.84375 293.1011 135.32812 292.1636L135.32812 289.25735Q134.84375 288.36673 133.82812 288.36673Q133.03125 288.36673 132.57812 288.9761Q132.14062 289.58548 132.14062 290.80423ZM142.01562 292.21048Q142.01562 291.77298 141.67188 291.5386Q141.34375 291.2886 140.51562 291.11673Q139.70312 290.94485 139.21875 290.69485Q138.73438 290.44485 138.5 290.11673Q138.28125 289.77298 138.28125 289.30423Q138.28125 288.52298 138.9375 287.99173Q139.59375 287.44485 140.625 287.44485Q141.70312 287.44485 142.35938 288.00735Q143.03125 288.55423 143.03125 289.4136L141.95312 289.4136Q141.95312 288.9761 141.5625 288.6636Q141.1875 288.33548 140.625 288.33548Q140.03125 288.33548 139.6875 288.6011Q139.35938 288.8511 139.35938 289.25735Q139.35938 289.64798 139.67188 289.8511Q139.98438 290.05423 140.79688 290.24173Q141.60938 290.4136 142.10938 290.6636Q142.60938 290.9136 142.84375 291.27298Q143.09375 291.63235 143.09375 292.13235Q143.09375 292.99173 142.40625 293.50735Q141.73438 294.02298 140.65625 294.02298Q139.89062 294.02298 139.29688 293.75735Q138.71875 293.4761 138.39062 292.99173Q138.0625 292.50735 138.0625 291.94485L139.14062 291.94485Q139.17188 292.49173 139.57812 292.81985Q139.98438 293.13235 140.65625 293.13235Q141.26562 293.13235 141.64062 292.88235Q142.01562 292.63235 142.01562 292.21048Z" fill-rule="nonzero"/><path fill="#666666" d="M71.390625 320.2301L68.640625 320.2301L68.640625 327.83948L67.53125 327.83948L67.53125 320.2301L64.78125 320.2301L64.78125 319.30823L71.390625 319.30823L71.390625 320.2301ZM73.40625 322.26135Q74.125 321.38635 75.28125 321.38635Q77.296875 321.38635 77.3125 323.65198L77.3125 327.83948L76.21875 327.83948L76.21875 323.63635Q76.21875 322.96448 75.90625 322.63635Q75.609375 322.30823 74.953125 322.30823Q74.421875 322.30823 74.015625 322.58948Q73.625 322.87073 73.40625 323.32385L73.40625 327.83948L72.328125 327.83948L72.328125 318.83948L73.40625 318.83948L73.40625 322.26135ZM81.953125 327.96448Q80.65625 327.96448 79.84375 327.12073Q79.046875 326.26135 79.046875 324.83948L79.046875 324.65198Q79.046875 323.69885 79.40625 322.96448Q79.765625 322.21448 80.40625 321.80823Q81.0625 321.38635 81.8125 321.38635Q83.046875 321.38635 83.734375 322.19885Q84.421875 323.01135 84.421875 324.52698L84.421875 324.9801L80.125 324.9801Q80.15625 325.9176 80.671875 326.49573Q81.203125 327.07385 82.015625 327.07385Q82.578125 327.07385 82.96875 326.83948Q83.375 326.6051 83.6875 326.21448L84.34375 326.7301Q83.546875 327.96448 81.953125 327.96448ZM81.8125 322.27698Q81.15625 322.27698 80.703125 322.76135Q80.265625 323.2301 80.171875 324.08948L83.34375 324.08948L83.34375 324.01135Q83.296875 323.18323 82.890625 322.7301Q82.5 322.27698 81.8125 322.27698ZM93.671875 324.74573Q93.671875 326.18323 93.015625 327.07385Q92.359375 327.96448 91.21875 327.96448Q90.0625 327.96448 89.40625 327.2301L89.40625 330.27698L88.328125 330.27698L88.328125 321.49573L89.3125 321.49573L89.359375 322.19885Q90.03125 321.38635 91.203125 321.38635Q92.34375 321.38635 93.0 322.24573Q93.671875 323.1051 93.671875 324.63635L93.671875 324.74573ZM92.59375 324.62073Q92.59375 323.5426 92.125 322.93323Q91.671875 322.30823 90.875 322.30823Q89.890625 322.30823 89.40625 323.1676L89.40625 326.19885Q89.890625 327.07385 90.890625 327.07385Q91.671875 327.07385 92.125 326.46448Q92.59375 325.83948 92.59375 324.62073ZM98.390625 322.46448Q98.140625 322.43323 97.859375 322.43323Q96.78125 322.43323 96.40625 323.33948L96.40625 327.83948L95.328125 327.83948L95.328125 321.49573L96.375 321.49573L96.390625 322.2301Q96.921875 321.38635 97.90625 321.38635Q98.21875 321.38635 98.390625 321.46448L98.390625 322.46448ZM99.03125 324.6051Q99.03125 323.68323 99.390625 322.93323Q99.765625 322.18323 100.421875 321.7926Q101.078125 321.38635 101.90625 321.38635Q103.203125 321.38635 104.0 322.27698Q104.8125 323.1676 104.8125 324.6676L104.8125 324.74573Q104.8125 325.6676 104.453125 326.40198Q104.09375 327.13635 103.4375 327.55823Q102.78125 327.96448 101.921875 327.96448Q100.640625 327.96448 99.828125 327.07385Q99.03125 326.1676 99.03125 324.68323L99.03125 324.6051ZM100.125 324.74573Q100.125 325.7926 100.609375 326.43323Q101.109375 327.07385 101.921875 327.07385Q102.75 327.07385 103.234375 326.43323Q103.71875 325.77698 103.71875 324.6051Q103.71875 323.57385 103.21875 322.93323Q102.734375 322.27698 101.90625 322.27698Q101.109375 322.27698 100.609375 322.9176Q100.125 323.5426 100.125 324.74573ZM108.859375 327.07385Q109.4375 327.07385 109.875 326.7301Q110.3125 326.37073 110.359375 325.83948L111.390625 325.83948Q111.359375 326.38635 111.0 326.88635Q110.65625 327.37073 110.078125 327.6676Q109.515625 327.96448 108.859375 327.96448Q107.5625 327.96448 106.796875 327.1051Q106.046875 326.2301 106.046875 324.7301L106.046875 324.5426Q106.046875 323.62073 106.375 322.90198Q106.71875 322.18323 107.34375 321.7926Q107.984375 321.38635 108.859375 321.38635Q109.921875 321.38635 110.625 322.02698Q111.34375 322.65198 111.390625 323.68323L110.359375 323.68323Q110.3125 323.05823 109.890625 322.6676Q109.46875 322.27698 108.859375 322.27698Q108.03125 322.27698 107.578125 322.87073Q107.125 323.46448 107.125 324.58948L107.125 324.7926Q107.125 325.88635 107.578125 326.4801Q108.03125 327.07385 108.859375 327.07385ZM114.953125 327.96448Q113.65625 327.96448 112.84375 327.12073Q112.046875 326.26135 112.046875 324.83948L112.046875 324.65198Q112.046875 323.69885 112.40625 322.96448Q112.765625 322.21448 113.40625 321.80823Q114.0625 321.38635 114.8125 321.38635Q116.046875 321.38635 116.734375 322.19885Q117.421875 323.01135 117.421875 324.52698L117.421875 324.9801L113.125 324.9801Q113.15625 325.9176 113.671875 326.49573Q114.203125 327.07385 115.015625 327.07385Q115.578125 327.07385 115.96875 326.83948Q116.375 326.6051 116.6875 326.21448L117.34375 326.7301Q116.546875 327.96448 114.953125 327.96448ZM114.8125 322.27698Q114.15625 322.27698 113.703125 322.76135Q113.265625 323.2301 113.171875 324.08948L116.34375 324.08948L116.34375 324.01135Q116.296875 323.18323 115.890625 322.7301Q115.5 322.27698 114.8125 322.27698ZM122.015625 326.15198Q122.015625 325.71448 121.671875 325.4801Q121.34375 325.2301 120.515625 325.05823Q119.703125 324.88635 119.21875 324.63635Q118.734375 324.38635 118.5 324.05823Q118.28125 323.71448 118.28125 323.24573Q118.28125 322.46448 118.9375 321.93323Q119.59375 321.38635 120.625 321.38635Q121.703125 321.38635 122.359375 321.94885Q123.03125 322.49573 123.03125 323.3551L121.953125 323.3551Q121.953125 322.9176 121.5625 322.6051Q121.1875 322.27698 120.625 322.27698Q120.03125 322.27698 119.6875 322.5426Q119.359375 322.7926 119.359375 323.19885Q119.359375 323.58948 119.671875 323.7926Q119.984375 323.99573 120.796875 324.18323Q121.609375 324.3551 122.109375 324.6051Q122.609375 324.8551 122.84375 325.21448Q123.09375 325.57385 123.09375 326.07385Q123.09375 326.93323 122.40625 327.44885Q121.734375 327.96448 120.65625 327.96448Q119.890625 327.96448 119.296875 327.69885Q118.71875 327.4176 118.390625 326.93323Q118.0625 326.44885 118.0625 325.88635L119.140625 325.88635Q119.171875 326.43323 119.578125 326.76135Q119.984375 327.07385 120.65625 327.07385Q121.265625 327.07385 121.640625 326.82385Q122.015625 326.57385 122.015625 326.15198ZM128.01562 326.15198Q128.01562 325.71448 127.671875 325.4801Q127.34375 325.2301 126.515625 325.05823Q125.703125 324.88635 125.21875 324.63635Q124.734375 324.38635 124.5 324.05823Q124.28125 323.71448 124.28125 323.24573Q124.28125 322.46448 124.9375 321.93323Q125.59375 321.38635 126.625 321.38635Q127.703125 321.38635 128.35938 321.94885Q129.03125 322.49573 129.03125 323.3551L127.953125 323.3551Q127.953125 322.9176 127.5625 322.6051Q127.1875 322.27698 126.625 322.27698Q126.03125 322.27698 125.6875 322.5426Q125.359375 322.7926 125.359375 323.19885Q125.359375 323.58948 125.671875 323.7926Q125.984375 323.99573 126.796875 324.18323Q127.609375 324.3551 128.10938 324.6051Q128.60938 324.8551 128.84375 325.21448Q129.09375 325.57385 129.09375 326.07385Q129.09375 326.93323 128.40625 327.44885Q127.734375 327.96448 126.65625 327.96448Q125.890625 327.96448 125.296875 327.69885Q124.71875 327.4176 124.390625 326.93323Q124.0625 326.44885 124.0625 325.88635L125.140625 325.88635Q125.171875 326.43323 125.578125 326.76135Q125.984375 327.07385 126.65625 327.07385Q127.265625 327.07385 127.640625 326.82385Q128.01562 326.57385 128.01562 326.15198ZM133.03125 324.6051Q133.03125 323.68323 133.39062 322.93323Q133.76562 322.18323 134.42188 321.7926Q135.07812 321.38635 135.90625 321.38635Q137.20312 321.38635 138.0 322.27698Q138.8125 323.1676 138.8125 324.6676L138.8125 324.74573Q138.8125 325.6676 138.45312 326.40198Q138.09375 327.13635 137.4375 327.55823Q136.78125 327.96448 135.92188 327.96448Q134.64062 327.96448 133.82812 327.07385Q133.03125 326.1676 133.03125 324.68323L133.03125 324.6051ZM134.125 324.74573Q134.125 325.7926 134.60938 326.43323Q135.10938 327.07385 135.92188 327.07385Q136.75 327.07385 137.23438 326.43323Q137.71875 325.77698 137.71875 324.6051Q137.71875 323.57385 137.21875 322.93323Q136.73438 322.27698 135.90625 322.27698Q135.10938 322.27698 134.60938 322.9176Q134.125 323.5426 134.125 324.74573ZM140.85938 327.83948L140.85938 322.33948L139.85938 322.33948L139.85938 321.49573L140.85938 321.49573L140.85938 320.8551Q140.85938 319.82385 141.39062 319.27698Q141.9375 318.71448 142.9375 318.71448Q143.3125 318.71448 143.6875 318.80823L143.625 319.69885Q143.34375 319.63635 143.04688 319.63635Q142.51562 319.63635 142.21875 319.94885Q141.9375 320.26135 141.9375 320.82385L141.9375 321.49573L143.29688 321.49573L143.29688 322.33948L141.9375 322.33948L141.9375 327.83948L140.85938 327.83948Z" fill-rule="nonzero"/><path fill="#666666" d="M28.859375 342.07385Q29.4375 342.07385 29.875 341.7301Q30.3125 341.37073 30.359375 340.83948L31.390625 340.83948Q31.359375 341.38635 31.0 341.88635Q30.65625 342.37073 30.078125 342.6676Q29.515625 342.96448 28.859375 342.96448Q27.5625 342.96448 26.796875 342.1051Q26.046875 341.2301 26.046875 339.7301L26.046875 339.5426Q26.046875 338.62073 26.375 337.90198Q26.71875 337.18323 27.34375 336.7926Q27.984375 336.38635 28.859375 336.38635Q29.921875 336.38635 30.625 337.02698Q31.34375 337.65198 31.390625 338.68323L30.359375 338.68323Q30.3125 338.05823 29.890625 337.6676Q29.46875 337.27698 28.859375 337.27698Q28.03125 337.27698 27.578125 337.87073Q27.125 338.46448 27.125 339.58948L27.125 339.7926Q27.125 340.88635 27.578125 341.4801Q28.03125 342.07385 28.859375 342.07385ZM32.03125 339.6051Q32.03125 338.68323 32.390625 337.93323Q32.765625 337.18323 33.421875 336.7926Q34.078125 336.38635 34.90625 336.38635Q36.203125 336.38635 37.0 337.27698Q37.8125 338.1676 37.8125 339.6676L37.8125 339.74573Q37.8125 340.6676 37.453125 341.40198Q37.09375 342.13635 36.4375 342.55823Q35.78125 342.96448 34.921875 342.96448Q33.640625 342.96448 32.828125 342.07385Q32.03125 341.1676 32.03125 339.68323L32.03125 339.6051ZM33.125 339.74573Q33.125 340.7926 33.609375 341.43323Q34.109375 342.07385 34.921875 342.07385Q35.75 342.07385 36.234375 341.43323Q36.71875 340.77698 36.71875 339.6051Q36.71875 338.57385 36.21875 337.93323Q35.734375 337.27698 34.90625 337.27698Q34.109375 337.27698 33.609375 337.9176Q33.125 338.5426 33.125 339.74573ZM40.34375 336.49573L40.375 337.2926Q41.109375 336.38635 42.28125 336.38635Q44.296875 336.38635 44.3125 338.65198L44.3125 342.83948L43.21875 342.83948L43.21875 338.63635Q43.21875 337.96448 42.90625 337.63635Q42.609375 337.30823 41.953125 337.30823Q41.421875 337.30823 41.015625 337.58948Q40.625 337.87073 40.40625 338.32385L40.40625 342.83948L39.328125 342.83948L39.328125 336.49573L40.34375 336.49573ZM47.796875 334.96448L47.796875 336.49573L48.96875 336.49573L48.96875 337.33948L47.796875 337.33948L47.796875 341.26135Q47.796875 341.65198 47.953125 341.83948Q48.109375 342.02698 48.484375 342.02698Q48.671875 342.02698 49.0 341.96448L49.0 342.83948Q48.578125 342.96448 48.171875 342.96448Q47.453125 342.96448 47.078125 342.52698Q46.703125 342.07385 46.703125 341.26135L46.703125 337.33948L45.546875 337.33948L45.546875 336.49573L46.703125 336.49573L46.703125 334.96448L47.796875 334.96448ZM53.390625 337.46448Q53.140625 337.43323 52.859375 337.43323Q51.78125 337.43323 51.40625 338.33948L51.40625 342.83948L50.328125 342.83948L50.328125 336.49573L51.375 336.49573L51.390625 337.2301Q51.921875 336.38635 52.90625 336.38635Q53.21875 336.38635 53.390625 336.46448L53.390625 337.46448ZM55.5 342.83948L54.421875 342.83948L54.421875 336.49573L55.5 336.49573L55.5 342.83948ZM54.328125 334.82385Q54.328125 334.55823 54.484375 334.37073Q54.65625 334.18323 54.96875 334.18323Q55.28125 334.18323 55.4375 334.37073Q55.609375 334.55823 55.609375 334.82385Q55.609375 335.07385 55.4375 335.26135Q55.28125 335.43323 54.96875 335.43323Q54.65625 335.43323 54.484375 335.26135Q54.328125 335.07385 54.328125 334.82385ZM62.6875 339.74573Q62.6875 341.19885 62.015625 342.08948Q61.359375 342.96448 60.234375 342.96448Q59.03125 342.96448 58.375 342.1051L58.3125 342.83948L57.328125 342.83948L57.328125 333.83948L58.40625 333.83948L58.40625 337.19885Q59.0625 336.38635 60.21875 336.38635Q61.375 336.38635 62.03125 337.26135Q62.6875 338.12073 62.6875 339.65198L62.6875 339.74573ZM61.609375 339.62073Q61.609375 338.51135 61.171875 337.9176Q60.75 337.30823 59.953125 337.30823Q58.875 337.30823 58.40625 338.2926L58.40625 341.0426Q58.90625 342.0426 59.953125 342.0426Q60.734375 342.0426 61.171875 341.43323Q61.609375 340.82385 61.609375 339.62073ZM68.234375 342.21448Q67.609375 342.96448 66.375 342.96448Q65.359375 342.96448 64.828125 342.37073Q64.296875 341.77698 64.296875 340.62073L64.296875 336.49573L65.375 336.49573L65.375 340.58948Q65.375 342.0426 66.546875 342.0426Q67.796875 342.0426 68.203125 341.1051L68.203125 336.49573L69.296875 336.49573L69.296875 342.83948L68.265625 342.83948L68.234375 342.21448ZM72.796875 334.96448L72.796875 336.49573L73.96875 336.49573L73.96875 337.33948L72.796875 337.33948L72.796875 341.26135Q72.796875 341.65198 72.953125 341.83948Q73.109375 342.02698 73.484375 342.02698Q73.671875 342.02698 74.0 341.96448L74.0 342.83948Q73.578125 342.96448 73.171875 342.96448Q72.453125 342.96448 72.078125 342.52698Q71.703125 342.07385 71.703125 341.26135L71.703125 337.33948L70.546875 337.33948L70.546875 336.49573L71.703125 336.49573L71.703125 334.96448L72.796875 334.96448ZM76.5 342.83948L75.421875 342.83948L75.421875 336.49573L76.5 336.49573L76.5 342.83948ZM75.328125 334.82385Q75.328125 334.55823 75.484375 334.37073Q75.65625 334.18323 75.96875 334.18323Q76.28125 334.18323 76.4375 334.37073Q76.609375 334.55823 76.609375 334.82385Q76.609375 335.07385 76.4375 335.26135Q76.28125 335.43323 75.96875 335.43323Q75.65625 335.43323 75.484375 335.26135Q75.328125 335.07385 75.328125 334.82385ZM79.34375 336.49573L79.375 337.2926Q80.109375 336.38635 81.28125 336.38635Q83.296875 336.38635 83.3125 338.65198L83.3125 342.83948L82.21875 342.83948L82.21875 338.63635Q82.21875 337.96448 81.90625 337.63635Q81.609375 337.30823 80.953125 337.30823Q80.421875 337.30823 80.015625 337.58948Q79.625 337.87073 79.40625 338.32385L79.40625 342.83948L78.328125 342.83948L78.328125 336.49573L79.34375 336.49573ZM85.0625 339.62073Q85.0625 338.13635 85.75 337.26135Q86.4375 336.38635 87.5625 336.38635Q88.71875 336.38635 89.375 337.19885L89.421875 336.49573L90.421875 336.49573L90.421875 342.68323Q90.421875 343.9176 89.6875 344.62073Q88.953125 345.33948 87.734375 345.33948Q87.046875 345.33948 86.390625 345.0426Q85.734375 344.74573 85.390625 344.24573L85.953125 343.58948Q86.640625 344.44885 87.65625 344.44885Q88.4375 344.44885 88.875 343.99573Q89.328125 343.55823 89.328125 342.74573L89.328125 342.19885Q88.671875 342.96448 87.546875 342.96448Q86.4375 342.96448 85.75 342.07385Q85.0625 341.1676 85.0625 339.62073ZM86.15625 339.74573Q86.15625 340.80823 86.59375 341.43323Q87.03125 342.0426 87.828125 342.0426Q88.84375 342.0426 89.328125 341.1051L89.328125 338.21448Q88.828125 337.30823 87.828125 337.30823Q87.046875 337.30823 86.59375 337.9176Q86.15625 338.52698 86.15625 339.74573ZM96.796875 334.96448L96.796875 336.49573L97.96875 336.49573L97.96875 337.33948L96.796875 337.33948L96.796875 341.26135Q96.796875 341.65198 96.953125 341.83948Q97.109375 342.02698 97.484375 342.02698Q97.671875 342.02698 98.0 341.96448L98.0 342.83948Q97.578125 342.96448 97.171875 342.96448Q96.453125 342.96448 96.078125 342.52698Q95.703125 342.07385 95.703125 341.26135L95.703125 337.33948L94.546875 337.33948L94.546875 336.49573L95.703125 336.49573L95.703125 334.96448L96.796875 334.96448ZM99.03125 339.6051Q99.03125 338.68323 99.390625 337.93323Q99.765625 337.18323 100.421875 336.7926Q101.078125 336.38635 101.90625 336.38635Q103.203125 336.38635 104.0 337.27698Q104.8125 338.1676 104.8125 339.6676L104.8125 339.74573Q104.8125 340.6676 104.453125 341.40198Q104.09375 342.13635 103.4375 342.55823Q102.78125 342.96448 101.921875 342.96448Q100.640625 342.96448 99.828125 342.07385Q99.03125 341.1676 99.03125 339.68323L99.03125 339.6051ZM100.125 339.74573Q100.125 340.7926 100.609375 341.43323Q101.109375 342.07385 101.921875 342.07385Q102.75 342.07385 103.234375 341.43323Q103.71875 340.77698 103.71875 339.6051Q103.71875 338.57385 103.21875 337.93323Q102.734375 337.27698 101.90625 337.27698Q101.109375 337.27698 100.609375 337.9176Q100.125 338.5426 100.125 339.74573ZM110.796875 334.96448L110.796875 336.49573L111.96875 336.49573L111.96875 337.33948L110.796875 337.33948L110.796875 341.26135Q110.796875 341.65198 110.953125 341.83948Q111.109375 342.02698 111.484375 342.02698Q111.671875 342.02698 112.0 341.96448L112.0 342.83948Q111.578125 342.96448 111.171875 342.96448Q110.453125 342.96448 110.078125 342.52698Q109.703125 342.07385 109.703125 341.26135L109.703125 337.33948L108.546875 337.33948L108.546875 336.49573L109.703125 336.49573L109.703125 334.96448L110.796875 334.96448ZM114.40625 337.26135Q115.125 336.38635 116.28125 336.38635Q118.296875 336.38635 118.3125 338.65198L118.3125 342.83948L117.21875 342.83948L117.21875 338.63635Q117.21875 337.96448 116.90625 337.63635Q116.609375 337.30823 115.953125 337.30823Q115.421875 337.30823 115.015625 337.58948Q114.625 337.87073 114.40625 338.32385L114.40625 342.83948L113.328125 342.83948L113.328125 333.83948L114.40625 333.83948L114.40625 337.26135ZM122.953125 342.96448Q121.65625 342.96448 120.84375 342.12073Q120.046875 341.26135 120.046875 339.83948L120.046875 339.65198Q120.046875 338.69885 120.40625 337.96448Q120.765625 337.21448 121.40625 336.80823Q122.0625 336.38635 122.8125 336.38635Q124.046875 336.38635 124.734375 337.19885Q125.421875 338.01135 125.421875 339.52698L125.421875 339.9801L121.125 339.9801Q121.15625 340.9176 121.671875 341.49573Q122.203125 342.07385 123.015625 342.07385Q123.578125 342.07385 123.96875 341.83948Q124.375 341.6051 124.6875 341.21448L125.34375 341.7301Q124.546875 342.96448 122.953125 342.96448ZM122.8125 337.27698Q122.15625 337.27698 121.703125 337.76135Q121.265625 338.2301 121.171875 339.08948L124.34375 339.08948L124.34375 339.01135Q124.296875 338.18323 123.890625 337.7301Q123.5 337.27698 122.8125 337.27698ZM135.79688 341.71448Q135.35938 342.33948 134.57812 342.65198Q133.79688 342.96448 132.76562 342.96448Q131.73438 342.96448 130.92188 342.4801Q130.10938 341.9801 129.67188 341.07385Q129.23438 340.1676 129.21875 338.9801L129.21875 338.24573Q129.21875 336.30823 130.10938 335.24573Q131.01562 334.18323 132.64062 334.18323Q133.98438 334.18323 134.79688 334.87073Q135.60938 335.55823 135.79688 336.80823L134.67188 336.80823Q134.34375 335.12073 132.65625 335.12073Q131.51562 335.12073 130.9375 335.9176Q130.35938 336.69885 130.34375 338.21448L130.34375 338.90198Q130.34375 340.33948 131.0 341.19885Q131.65625 342.0426 132.78125 342.0426Q133.40625 342.0426 133.875 341.90198Q134.35938 341.76135 134.67188 341.4176L134.67188 339.51135L132.70312 339.51135L132.70312 338.58948L135.79688 338.58948L135.79688 341.71448ZM137.03125 339.6051Q137.03125 338.68323 137.39062 337.93323Q137.76562 337.18323 138.42188 336.7926Q139.07812 336.38635 139.90625 336.38635Q141.20312 336.38635 142.0 337.27698Q142.8125 338.1676 142.8125 339.6676L142.8125 339.74573Q142.8125 340.6676 142.45312 341.40198Q142.09375 342.13635 141.4375 342.55823Q140.78125 342.96448 139.92188 342.96448Q138.64062 342.96448 137.82812 342.07385Q137.03125 341.1676 137.03125 339.68323L137.03125 339.6051ZM138.125 339.74573Q138.125 340.7926 138.60938 341.43323Q139.10938 342.07385 139.92188 342.07385Q140.75 342.07385 141.23438 341.43323Q141.71875 340.77698 141.71875 339.6051Q141.71875 338.57385 141.21875 337.93323Q140.73438 337.27698 139.90625 337.27698Q139.10938 337.27698 138.60938 337.9176Q138.125 338.5426 138.125 339.74573Z" fill-rule="nonzero"/><path fill="#666666" d="M37.671875 354.74573Q37.671875 356.18323 37.015625 357.07385Q36.359375 357.96448 35.21875 357.96448Q34.0625 357.96448 33.40625 357.2301L33.40625 360.27698L32.328125 360.27698L32.328125 351.49573L33.3125 351.49573L33.359375 352.19885Q34.03125 351.38635 35.203125 351.38635Q36.34375 351.38635 37.0 352.24573Q37.671875 353.1051 37.671875 354.63635L37.671875 354.74573ZM36.59375 354.62073Q36.59375 353.5426 36.125 352.93323Q35.671875 352.30823 34.875 352.30823Q33.890625 352.30823 33.40625 353.1676L33.40625 356.19885Q33.890625 357.07385 34.890625 357.07385Q35.671875 357.07385 36.125 356.46448Q36.59375 355.83948 36.59375 354.62073ZM42.390625 352.46448Q42.140625 352.43323 41.859375 352.43323Q40.78125 352.43323 40.40625 353.33948L40.40625 357.83948L39.328125 357.83948L39.328125 351.49573L40.375 351.49573L40.390625 352.2301Q40.921875 351.38635 41.90625 351.38635Q42.21875 351.38635 42.390625 351.46448L42.390625 352.46448ZM43.03125 354.6051Q43.03125 353.68323 43.390625 352.93323Q43.765625 352.18323 44.421875 351.7926Q45.078125 351.38635 45.90625 351.38635Q47.203125 351.38635 48.0 352.27698Q48.8125 353.1676 48.8125 354.6676L48.8125 354.74573Q48.8125 355.6676 48.453125 356.40198Q48.09375 357.13635 47.4375 357.55823Q46.78125 357.96448 45.921875 357.96448Q44.640625 357.96448 43.828125 357.07385Q43.03125 356.1676 43.03125 354.68323L43.03125 354.6051ZM44.125 354.74573Q44.125 355.7926 44.609375 356.43323Q45.109375 357.07385 45.921875 357.07385Q46.75 357.07385 47.234375 356.43323Q47.71875 355.77698 47.71875 354.6051Q47.71875 353.57385 47.21875 352.93323Q46.734375 352.27698 45.90625 352.27698Q45.109375 352.27698 44.609375 352.9176Q44.125 353.5426 44.125 354.74573ZM51.4375 351.49573L51.4375 358.57385Q51.4375 360.40198 49.78125 360.40198Q49.421875 360.40198 49.125 360.2926L49.125 359.43323Q49.3125 359.4801 49.609375 359.4801Q49.96875 359.4801 50.15625 359.27698Q50.359375 359.08948 50.359375 358.58948L50.359375 351.49573L51.4375 351.49573ZM50.25 349.82385Q50.25 349.55823 50.40625 349.37073Q50.5625 349.18323 50.875 349.18323Q51.1875 349.18323 51.34375 349.37073Q51.515625 349.55823 51.515625 349.82385Q51.515625 350.07385 51.34375 350.26135Q51.1875 350.43323 50.875 350.43323Q50.5625 350.43323 50.40625 350.26135Q50.25 350.07385 50.25 349.82385ZM55.953125 357.96448Q54.65625 357.96448 53.84375 357.12073Q53.046875 356.26135 53.046875 354.83948L53.046875 354.65198Q53.046875 353.69885 53.40625 352.96448Q53.765625 352.21448 54.40625 351.80823Q55.0625 351.38635 55.8125 351.38635Q57.046875 351.38635 57.734375 352.19885Q58.421875 353.01135 58.421875 354.52698L58.421875 354.9801L54.125 354.9801Q54.15625 355.9176 54.671875 356.49573Q55.203125 357.07385 56.015625 357.07385Q56.578125 357.07385 56.96875 356.83948Q57.375 356.6051 57.6875 356.21448L58.34375 356.7301Q57.546875 357.96448 55.953125 357.96448ZM55.8125 352.27698Q55.15625 352.27698 54.703125 352.76135Q54.265625 353.2301 54.171875 354.08948L57.34375 354.08948L57.34375 354.01135Q57.296875 353.18323 56.890625 352.7301Q56.5 352.27698 55.8125 352.27698ZM61.859375 357.07385Q62.4375 357.07385 62.875 356.7301Q63.3125 356.37073 63.359375 355.83948L64.390625 355.83948Q64.359375 356.38635 64.0 356.88635Q63.65625 357.37073 63.078125 357.6676Q62.515625 357.96448 61.859375 357.96448Q60.5625 357.96448 59.796875 357.1051Q59.046875 356.2301 59.046875 354.7301L59.046875 354.5426Q59.046875 353.62073 59.375 352.90198Q59.71875 352.18323 60.34375 351.7926Q60.984375 351.38635 61.859375 351.38635Q62.921875 351.38635 63.625 352.02698Q64.34375 352.65198 64.390625 353.68323L63.359375 353.68323Q63.3125 353.05823 62.890625 352.6676Q62.46875 352.27698 61.859375 352.27698Q61.03125 352.27698 60.578125 352.87073Q60.125 353.46448 60.125 354.58948L60.125 354.7926Q60.125 355.88635 60.578125 356.4801Q61.03125 357.07385 61.859375 357.07385ZM66.796875 349.96448L66.796875 351.49573L67.96875 351.49573L67.96875 352.33948L66.796875 352.33948L66.796875 356.26135Q66.796875 356.65198 66.953125 356.83948Q67.109375 357.02698 67.484375 357.02698Q67.671875 357.02698 68.0 356.96448L68.0 357.83948Q67.578125 357.96448 67.171875 357.96448Q66.453125 357.96448 66.078125 357.52698Q65.703125 357.07385 65.703125 356.26135L65.703125 352.33948L64.546875 352.33948L64.546875 351.49573L65.703125 351.49573L65.703125 349.96448L66.796875 349.96448ZM73.5 357.83948L72.421875 357.83948L72.421875 351.49573L73.5 351.49573L73.5 357.83948ZM72.328125 349.82385Q72.328125 349.55823 72.484375 349.37073Q72.65625 349.18323 72.96875 349.18323Q73.28125 349.18323 73.4375 349.37073Q73.609375 349.55823 73.609375 349.82385Q73.609375 350.07385 73.4375 350.26135Q73.28125 350.43323 72.96875 350.43323Q72.65625 350.43323 72.484375 350.26135Q72.328125 350.07385 72.328125 349.82385ZM79.015625 356.15198Q79.015625 355.71448 78.671875 355.4801Q78.34375 355.2301 77.515625 355.05823Q76.703125 354.88635 76.21875 354.63635Q75.734375 354.38635 75.5 354.05823Q75.28125 353.71448 75.28125 353.24573Q75.28125 352.46448 75.9375 351.93323Q76.59375 351.38635 77.625 351.38635Q78.703125 351.38635 79.359375 351.94885Q80.03125 352.49573 80.03125 353.3551L78.953125 353.3551Q78.953125 352.9176 78.5625 352.6051Q78.1875 352.27698 77.625 352.27698Q77.03125 352.27698 76.6875 352.5426Q76.359375 352.7926 76.359375 353.19885Q76.359375 353.58948 76.671875 353.7926Q76.984375 353.99573 77.796875 354.18323Q78.609375 354.3551 79.109375 354.6051Q79.609375 354.8551 79.84375 355.21448Q80.09375 355.57385 80.09375 356.07385Q80.09375 356.93323 79.40625 357.44885Q78.734375 357.96448 77.65625 357.96448Q76.890625 357.96448 76.296875 357.69885Q75.71875 357.4176 75.390625 356.93323Q75.0625 356.44885 75.0625 355.88635L76.140625 355.88635Q76.171875 356.43323 76.578125 356.76135Q76.984375 357.07385 77.65625 357.07385Q78.265625 357.07385 78.640625 356.82385Q79.015625 356.57385 79.015625 356.15198ZM86.859375 357.07385Q87.4375 357.07385 87.875 356.7301Q88.3125 356.37073 88.359375 355.83948L89.390625 355.83948Q89.359375 356.38635 89.0 356.88635Q88.65625 357.37073 88.078125 357.6676Q87.515625 357.96448 86.859375 357.96448Q85.5625 357.96448 84.796875 357.1051Q84.046875 356.2301 84.046875 354.7301L84.046875 354.5426Q84.046875 353.62073 84.375 352.90198Q84.71875 352.18323 85.34375 351.7926Q85.984375 351.38635 86.859375 351.38635Q87.921875 351.38635 88.625 352.02698Q89.34375 352.65198 89.390625 353.68323L88.359375 353.68323Q88.3125 353.05823 87.890625 352.6676Q87.46875 352.27698 86.859375 352.27698Q86.03125 352.27698 85.578125 352.87073Q85.125 353.46448 85.125 354.58948L85.125 354.7926Q85.125 355.88635 85.578125 356.4801Q86.03125 357.07385 86.859375 357.07385ZM91.5 357.83948L90.421875 357.83948L90.421875 348.83948L91.5 348.83948L91.5 357.83948ZM95.953125 357.96448Q94.65625 357.96448 93.84375 357.12073Q93.046875 356.26135 93.046875 354.83948L93.046875 354.65198Q93.046875 353.69885 93.40625 352.96448Q93.765625 352.21448 94.40625 351.80823Q95.0625 351.38635 95.8125 351.38635Q97.046875 351.38635 97.734375 352.19885Q98.421875 353.01135 98.421875 354.52698L98.421875 354.9801L94.125 354.9801Q94.15625 355.9176 94.671875 356.49573Q95.203125 357.07385 96.015625 357.07385Q96.578125 357.07385 96.96875 356.83948Q97.375 356.6051 97.6875 356.21448L98.34375 356.7301Q97.546875 357.96448 95.953125 357.96448ZM95.8125 352.27698Q95.15625 352.27698 94.703125 352.76135Q94.265625 353.2301 94.171875 354.08948L97.34375 354.08948L97.34375 354.01135Q97.296875 353.18323 96.890625 352.7301Q96.5 352.27698 95.8125 352.27698ZM103.234375 357.83948Q103.140625 357.65198 103.078125 357.1676Q102.328125 357.96448 101.28125 357.96448Q100.34375 357.96448 99.734375 357.43323Q99.140625 356.90198 99.140625 356.07385Q99.140625 355.08948 99.890625 354.5426Q100.640625 353.99573 102.015625 353.99573L103.0625 353.99573L103.0625 353.49573Q103.0625 352.93323 102.71875 352.6051Q102.390625 352.26135 101.71875 352.26135Q101.140625 352.26135 100.75 352.55823Q100.359375 352.83948 100.359375 353.26135L99.265625 353.26135Q99.265625 352.77698 99.59375 352.33948Q99.9375 351.90198 100.515625 351.65198Q101.09375 351.38635 101.78125 351.38635Q102.890625 351.38635 103.5 351.93323Q104.125 352.4801 104.15625 353.43323L104.15625 356.3551Q104.15625 357.2301 104.375 357.74573L104.375 357.83948L103.234375 357.83948ZM101.4375 357.01135Q101.953125 357.01135 102.40625 356.74573Q102.859375 356.4801 103.0625 356.05823L103.0625 354.76135L102.21875 354.76135Q100.21875 354.76135 100.21875 355.93323Q100.21875 356.43323 100.5625 356.7301Q100.90625 357.01135 101.4375 357.01135ZM109.390625 352.46448Q109.140625 352.43323 108.859375 352.43323Q107.78125 352.43323 107.40625 353.33948L107.40625 357.83948L106.328125 357.83948L106.328125 351.49573L107.375 351.49573L107.390625 352.2301Q107.921875 351.38635 108.90625 351.38635Q109.21875 351.38635 109.390625 351.46448L109.390625 352.46448ZM114.796875 349.96448L114.796875 351.49573L115.96875 351.49573L115.96875 352.33948L114.796875 352.33948L114.796875 356.26135Q114.796875 356.65198 114.953125 356.83948Q115.109375 357.02698 115.484375 357.02698Q115.671875 357.02698 116.0 356.96448L116.0 357.83948Q115.578125 357.96448 115.171875 357.96448Q114.453125 357.96448 114.078125 357.52698Q113.703125 357.07385 113.703125 356.26135L113.703125 352.33948L112.546875 352.33948L112.546875 351.49573L113.703125 351.49573L113.703125 349.96448L114.796875 349.96448ZM117.03125 354.6051Q117.03125 353.68323 117.390625 352.93323Q117.765625 352.18323 118.421875 351.7926Q119.078125 351.38635 119.90625 351.38635Q121.203125 351.38635 122.0 352.27698Q122.8125 353.1676 122.8125 354.6676L122.8125 354.74573Q122.8125 355.6676 122.453125 356.40198Q122.09375 357.13635 121.4375 357.55823Q120.78125 357.96448 119.921875 357.96448Q118.640625 357.96448 117.828125 357.07385Q117.03125 356.1676 117.03125 354.68323L117.03125 354.6051ZM118.125 354.74573Q118.125 355.7926 118.609375 356.43323Q119.109375 357.07385 119.921875 357.07385Q120.75 357.07385 121.234375 356.43323Q121.71875 355.77698 121.71875 354.6051Q121.71875 353.57385 121.21875 352.93323Q120.734375 352.27698 119.90625 352.27698Q119.109375 352.27698 118.609375 352.9176Q118.125 353.5426 118.125 354.74573ZM128.34375 351.49573L128.375 352.19885Q129.0625 351.38635 130.25 351.38635Q131.57812 351.38635 132.0625 352.40198Q132.375 351.94885 132.875 351.6676Q133.39062 351.38635 134.07812 351.38635Q136.17188 351.38635 136.20312 353.58948L136.20312 357.83948L135.125 357.83948L135.125 353.65198Q135.125 352.9801 134.8125 352.65198Q134.5 352.30823 133.76562 352.30823Q133.15625 352.30823 132.75 352.6676Q132.35938 353.02698 132.29688 353.63635L132.29688 357.83948L131.21875 357.83948L131.21875 353.68323Q131.21875 352.30823 129.85938 352.30823Q128.79688 352.30823 128.40625 353.21448L128.40625 357.83948L127.3125 357.83948L127.3125 351.49573L128.34375 351.49573ZM140.95312 357.96448Q139.65625 357.96448 138.84375 357.12073Q138.04688 356.26135 138.04688 354.83948L138.04688 354.65198Q138.04688 353.69885 138.40625 352.96448Q138.76562 352.21448 139.40625 351.80823Q140.0625 351.38635 140.8125 351.38635Q142.04688 351.38635 142.73438 352.19885Q143.42188 353.01135 143.42188 354.52698L143.42188 354.9801L139.125 354.9801Q139.15625 355.9176 139.67188 356.49573Q140.20312 357.07385 141.01562 357.07385Q141.57812 357.07385 141.96875 356.83948Q142.375 356.6051 142.6875 356.21448L143.34375 356.7301Q142.54688 357.96448 140.95312 357.96448ZM140.8125 352.27698Q140.15625 352.27698 139.70312 352.76135Q139.26562 353.2301 139.17188 354.08948L142.34375 354.08948L142.34375 354.01135Q142.29688 353.18323 141.89062 352.7301Q141.5 352.27698 140.8125 352.27698Z" fill-rule="nonzero"/><path fill="#666666" d="M147.5625 395.85938Q147.5625 397.76562 146.90625 398.70312Q146.26562 399.625 144.875 399.625Q143.51562 399.625 142.85938 398.71875Q142.20312 397.8125 142.17188 396.0L142.17188 394.5625Q142.17188 392.67188 142.8125 391.76562Q143.46875 390.84375 144.85938 390.84375Q146.23438 390.84375 146.89062 391.73438Q147.54688 392.60938 147.5625 394.45312L147.5625 395.85938ZM146.46875 394.375Q146.46875 393.0 146.07812 392.375Q145.70312 391.73438 144.85938 391.73438Q144.03125 391.73438 143.64062 392.375Q143.26562 393.0 143.26562 394.29688L143.26562 396.03125Q143.26562 397.40625 143.65625 398.07812Q144.0625 398.73438 144.875 398.73438Q145.67188 398.73438 146.0625 398.10938Q146.45312 397.48438 146.46875 396.15625L146.46875 394.375ZM149.10938 392.60938Q149.10938 391.84375 149.59375 391.34375Q150.09375 390.84375 150.85938 390.84375Q151.64062 390.84375 152.125 391.34375Q152.60938 391.84375 152.60938 392.64062L152.60938 393.0625Q152.60938 393.82812 152.10938 394.32812Q151.625 394.8125 150.875 394.8125Q150.10938 394.8125 149.60938 394.32812Q149.10938 393.82812 149.10938 393.01562L149.10938 392.60938ZM149.92188 393.0625Q149.92188 393.51562 150.17188 393.8125Q150.4375 394.10938 150.875 394.10938Q151.29688 394.10938 151.54688 393.82812Q151.79688 393.53125 151.79688 393.03125L151.79688 392.60938Q151.79688 392.15625 151.54688 391.85938Q151.29688 391.54688 150.85938 391.54688Q150.42188 391.54688 150.17188 391.85938Q149.92188 392.15625 149.92188 392.625L149.92188 393.0625ZM153.26562 397.40625Q153.26562 396.64062 153.75 396.15625Q154.25 395.65625 155.01562 395.65625Q155.78125 395.65625 156.26562 396.15625Q156.76562 396.64062 156.76562 397.45312L156.76562 397.85938Q156.76562 398.625 156.28125 399.125Q155.79688 399.625 155.03125 399.625Q154.26562 399.625 153.76562 399.14062Q153.26562 398.64062 153.26562 397.82812L153.26562 397.40625ZM154.07812 397.85938Q154.07812 398.32812 154.32812 398.625Q154.59375 398.92188 155.03125 398.92188Q155.45312 398.92188 155.70312 398.64062Q155.95312 398.34375 155.95312 397.84375L155.95312 397.40625Q155.95312 396.9375 155.6875 396.65625Q155.4375 396.35938 155.01562 396.35938Q154.59375 396.35938 154.32812 396.65625Q154.07812 396.9375 154.07812 397.4375L154.07812 397.85938ZM151.125 398.85938L150.5 398.46875L154.67188 391.79688L155.28125 392.1875L151.125 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M249.29073 399.5L243.69698 399.5L243.69698 398.71875L246.6501 395.4375Q247.30635 394.6875 247.55635 394.23438Q247.80635 393.76562 247.80635 393.26562Q247.80635 392.59375 247.4001 392.17188Q247.00948 391.73438 246.32198 391.73438Q245.5251 391.73438 245.07198 392.20312Q244.61885 392.65625 244.61885 393.48438L243.54073 393.48438Q243.54073 392.29688 244.29073 391.57812Q245.05635 390.84375 246.32198 390.84375Q247.5251 390.84375 248.2126 391.46875Q248.9001 392.09375 248.9001 393.14062Q248.9001 394.39062 247.29073 396.14062L245.00948 398.60938L249.29073 398.60938L249.29073 399.5ZM251.19698 395.21875L251.63448 390.96875L256.00946 390.96875L256.00946 391.96875L252.55635 391.96875L252.29073 394.29688Q252.93135 393.92188 253.72823 393.92188Q254.88448 393.92188 255.57198 394.70312Q256.25946 395.46875 256.25946 396.78125Q256.25946 398.09375 255.54073 398.85938Q254.8376 399.625 253.55635 399.625Q252.43135 399.625 251.7126 399.0Q250.99385 398.35938 250.9001 397.25L251.91573 397.25Q252.0251 397.98438 252.44698 398.35938Q252.86885 398.73438 253.55635 398.73438Q254.30635 398.73438 254.74385 398.21875Q255.18135 397.70312 255.18135 396.79688Q255.18135 395.9375 254.7126 395.42188Q254.24385 394.90625 253.4626 394.90625Q252.75948 394.90625 252.35323 395.20312L252.07198 395.4375L251.19698 395.21875ZM257.6032 392.60938Q257.6032 391.84375 258.0876 391.34375Q258.5876 390.84375 259.3532 390.84375Q260.13446 390.84375 260.61884 391.34375Q261.1032 391.84375 261.1032 392.64062L261.1032 393.0625Q261.1032 393.82812 260.6032 394.32812Q260.11884 394.8125 259.36884 394.8125Q258.6032 394.8125 258.1032 394.32812Q257.6032 393.82812 257.6032 393.01562L257.6032 392.60938ZM258.4157 393.0625Q258.4157 393.51562 258.6657 393.8125Q258.93134 394.10938 259.36884 394.10938Q259.7907 394.10938 260.0407 393.82812Q260.2907 393.53125 260.2907 393.03125L260.2907 392.60938Q260.2907 392.15625 260.0407 391.85938Q259.7907 391.54688 259.3532 391.54688Q258.9157 391.54688 258.6657 391.85938Q258.4157 392.15625 258.4157 392.625L258.4157 393.0625ZM261.75946 397.40625Q261.75946 396.64062 262.24384 396.15625Q262.74384 395.65625 263.50946 395.65625Q264.2751 395.65625 264.75946 396.15625Q265.25946 396.64062 265.25946 397.45312L265.25946 397.85938Q265.25946 398.625 264.7751 399.125Q264.2907 399.625 263.5251 399.625Q262.75946 399.625 262.25946 399.14062Q261.75946 398.64062 261.75946 397.82812L261.75946 397.40625ZM262.57196 397.85938Q262.57196 398.32812 262.82196 398.625Q263.0876 398.92188 263.5251 398.92188Q263.94696 398.92188 264.19696 398.64062Q264.44696 398.34375 264.44696 397.84375L264.44696 397.40625Q264.44696 396.9375 264.18134 396.65625Q263.93134 396.35938 263.50946 396.35938Q263.0876 396.35938 262.82196 396.65625Q262.57196 396.9375 262.57196 397.4375L262.57196 397.85938ZM259.61884 398.85938L258.99384 398.46875L263.1657 391.79688L263.7751 392.1875L259.61884 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M349.19083 395.21875L349.62833 390.96875L354.00333 390.96875L354.00333 391.96875L350.5502 391.96875L350.28458 394.29688Q350.9252 393.92188 351.72208 393.92188Q352.87833 393.92188 353.56583 394.70312Q354.25333 395.46875 354.25333 396.78125Q354.25333 398.09375 353.53458 398.85938Q352.83145 399.625 351.5502 399.625Q350.4252 399.625 349.70645 399.0Q348.9877 398.35938 348.89395 397.25L349.90958 397.25Q350.01895 397.98438 350.44083 398.35938Q350.8627 398.73438 351.5502 398.73438Q352.3002 398.73438 352.7377 398.21875Q353.1752 397.70312 353.1752 396.79688Q353.1752 395.9375 352.70645 395.42188Q352.2377 394.90625 351.45645 394.90625Q350.75333 394.90625 350.34708 395.20312L350.06583 395.4375L349.19083 395.21875ZM361.0502 395.85938Q361.0502 397.76562 360.39395 398.70312Q359.75333 399.625 358.3627 399.625Q357.00333 399.625 356.34708 398.71875Q355.69083 397.8125 355.65958 396.0L355.65958 394.5625Q355.65958 392.67188 356.3002 391.76562Q356.95645 390.84375 358.34708 390.84375Q359.72208 390.84375 360.37833 391.73438Q361.03458 392.60938 361.0502 394.45312L361.0502 395.85938ZM359.95645 394.375Q359.95645 393.0 359.56583 392.375Q359.19083 391.73438 358.34708 391.73438Q357.51895 391.73438 357.12833 392.375Q356.75333 393.0 356.75333 394.29688L356.75333 396.03125Q356.75333 397.40625 357.14395 398.07812Q357.5502 398.73438 358.3627 398.73438Q359.15958 398.73438 359.5502 398.10938Q359.94083 397.48438 359.95645 396.15625L359.95645 394.375ZM362.59708 392.60938Q362.59708 391.84375 363.08145 391.34375Q363.58145 390.84375 364.34708 390.84375Q365.12833 390.84375 365.6127 391.34375Q366.09708 391.84375 366.09708 392.64062L366.09708 393.0625Q366.09708 393.82812 365.59708 394.32812Q365.1127 394.8125 364.3627 394.8125Q363.59708 394.8125 363.09708 394.32812Q362.59708 393.82812 362.59708 393.01562L362.59708 392.60938ZM363.40958 393.0625Q363.40958 393.51562 363.65958 393.8125Q363.9252 394.10938 364.3627 394.10938Q364.78458 394.10938 365.03458 393.82812Q365.28458 393.53125 365.28458 393.03125L365.28458 392.60938Q365.28458 392.15625 365.03458 391.85938Q364.78458 391.54688 364.34708 391.54688Q363.90958 391.54688 363.65958 391.85938Q363.40958 392.15625 363.40958 392.625L363.40958 393.0625ZM366.75333 397.40625Q366.75333 396.64062 367.2377 396.15625Q367.7377 395.65625 368.50333 395.65625Q369.26895 395.65625 369.75333 396.15625Q370.25333 396.64062 370.25333 397.45312L370.25333 397.85938Q370.25333 398.625 369.76895 399.125Q369.28458 399.625 368.51895 399.625Q367.75333 399.625 367.25333 399.14062Q366.75333 398.64062 366.75333 397.82812L366.75333 397.40625ZM367.56583 397.85938Q367.56583 398.32812 367.81583 398.625Q368.08145 398.92188 368.51895 398.92188Q368.94083 398.92188 369.19083 398.64062Q369.44083 398.34375 369.44083 397.84375L369.44083 397.40625Q369.44083 396.9375 369.1752 396.65625Q368.9252 396.35938 368.50333 396.35938Q368.08145 396.35938 367.81583 396.65625Q367.56583 396.9375 367.56583 397.4375L367.56583 397.85938ZM364.6127 398.85938L363.9877 398.46875L368.15958 391.79688L368.76895 392.1875L364.6127 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M459.20032 391.57812L455.66907 399.5L454.52844 399.5L458.04407 391.85938L453.4347 391.85938L453.4347 390.96875L459.20032 390.96875L459.20032 391.57812ZM461.1847 395.21875L461.6222 390.96875L465.9972 390.96875L465.9972 391.96875L462.54407 391.96875L462.27844 394.29688Q462.91907 393.92188 463.71594 393.92188Q464.8722 393.92188 465.5597 394.70312Q466.2472 395.46875 466.2472 396.78125Q466.2472 398.09375 465.52844 398.85938Q464.82532 399.625 463.54407 399.625Q462.41907 399.625 461.70032 399.0Q460.98157 398.35938 460.88782 397.25L461.90344 397.25Q462.01282 397.98438 462.4347 398.35938Q462.85657 398.73438 463.54407 398.73438Q464.29407 398.73438 464.73157 398.21875Q465.16907 397.70312 465.16907 396.79688Q465.16907 395.9375 464.70032 395.42188Q464.23157 394.90625 463.45032 394.90625Q462.7472 394.90625 462.34094 395.20312L462.0597 395.4375L461.1847 395.21875ZM467.59094 392.60938Q467.59094 391.84375 468.07532 391.34375Q468.57532 390.84375 469.34094 390.84375Q470.1222 390.84375 470.60657 391.34375Q471.09094 391.84375 471.09094 392.64062L471.09094 393.0625Q471.09094 393.82812 470.59094 394.32812Q470.10657 394.8125 469.35657 394.8125Q468.59094 394.8125 468.09094 394.32812Q467.59094 393.82812 467.59094 393.01562L467.59094 392.60938ZM468.40344 393.0625Q468.40344 393.51562 468.65344 393.8125Q468.91907 394.10938 469.35657 394.10938Q469.77844 394.10938 470.02844 393.82812Q470.27844 393.53125 470.27844 393.03125L470.27844 392.60938Q470.27844 392.15625 470.02844 391.85938Q469.77844 391.54688 469.34094 391.54688Q468.90344 391.54688 468.65344 391.85938Q468.40344 392.15625 468.40344 392.625L468.40344 393.0625ZM471.7472 397.40625Q471.7472 396.64062 472.23157 396.15625Q472.73157 395.65625 473.4972 395.65625Q474.26282 395.65625 474.7472 396.15625Q475.2472 396.64062 475.2472 397.45312L475.2472 397.85938Q475.2472 398.625 474.76282 399.125Q474.27844 399.625 473.51282 399.625Q472.7472 399.625 472.2472 399.14062Q471.7472 398.64062 471.7472 397.82812L471.7472 397.40625ZM472.5597 397.85938Q472.5597 398.32812 472.8097 398.625Q473.07532 398.92188 473.51282 398.92188Q473.9347 398.92188 474.1847 398.64062Q474.4347 398.34375 474.4347 397.84375L474.4347 397.40625Q474.4347 396.9375 474.16907 396.65625Q473.91907 396.35938 473.4972 396.35938Q473.07532 396.35938 472.8097 396.65625Q472.5597 396.9375 472.5597 397.4375L472.5597 397.85938ZM469.60657 398.85938L468.98157 398.46875L473.15344 391.79688L473.76282 392.1875L469.60657 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M558.741 399.5L557.6629 399.5L557.6629 392.28125L555.4754 393.07812L555.4754 392.09375L558.5848 390.92188L558.741 390.92188L558.741 399.5ZM567.5379 395.85938Q567.5379 397.76562 566.88165 398.70312Q566.241 399.625 564.8504 399.625Q563.491 399.625 562.8348 398.71875Q562.1785 397.8125 562.1473 396.0L562.1473 394.5625Q562.1473 392.67188 562.7879 391.76562Q563.44415 390.84375 564.8348 390.84375Q566.2098 390.84375 566.866 391.73438Q567.5223 392.60938 567.5379 394.45312L567.5379 395.85938ZM566.44415 394.375Q566.44415 393.0 566.0535 392.375Q565.6785 391.73438 564.8348 391.73438Q564.00665 391.73438 563.616 392.375Q563.241 393.0 563.241 394.29688L563.241 396.03125Q563.241 397.40625 563.63165 398.07812Q564.0379 398.73438 564.8504 398.73438Q565.6473 398.73438 566.0379 398.10938Q566.4285 397.48438 566.44415 396.15625L566.44415 394.375ZM574.5379 395.85938Q574.5379 397.76562 573.88165 398.70312Q573.241 399.625 571.8504 399.625Q570.491 399.625 569.8348 398.71875Q569.1785 397.8125 569.1473 396.0L569.1473 394.5625Q569.1473 392.67188 569.7879 391.76562Q570.44415 390.84375 571.8348 390.84375Q573.2098 390.84375 573.866 391.73438Q574.5223 392.60938 574.5379 394.45312L574.5379 395.85938ZM573.44415 394.375Q573.44415 393.0 573.0535 392.375Q572.6785 391.73438 571.8348 391.73438Q571.00665 391.73438 570.616 392.375Q570.241 393.0 570.241 394.29688L570.241 396.03125Q570.241 397.40625 570.63165 398.07812Q571.0379 398.73438 571.8504 398.73438Q572.6473 398.73438 573.0379 398.10938Q573.4285 397.48438 573.44415 396.15625L573.44415 394.375ZM576.0848 392.60938Q576.0848 391.84375 576.56915 391.34375Q577.06915 390.84375 577.8348 390.84375Q578.616 390.84375 579.1004 391.34375Q579.5848 391.84375 579.5848 392.64062L579.5848 393.0625Q579.5848 393.82812 579.0848 394.32812Q578.6004 394.8125 577.8504 394.8125Q577.0848 394.8125 576.5848 394.32812Q576.0848 393.82812 576.0848 393.01562L576.0848 392.60938ZM576.8973 393.0625Q576.8973 393.51562 577.1473 393.8125Q577.4129 394.10938 577.8504 394.10938Q578.2723 394.10938 578.5223 393.82812Q578.7723 393.53125 578.7723 393.03125L578.7723 392.60938Q578.7723 392.15625 578.5223 391.85938Q578.2723 391.54688 577.8348 391.54688Q577.3973 391.54688 577.1473 391.85938Q576.8973 392.15625 576.8973 392.625L576.8973 393.0625ZM580.241 397.40625Q580.241 396.64062 580.7254 396.15625Q581.2254 395.65625 581.991 395.65625Q582.75665 395.65625 583.241 396.15625Q583.741 396.64062 583.741 397.45312L583.741 397.85938Q583.741 398.625 583.25665 399.125Q582.7723 399.625 582.00665 399.625Q581.241 399.625 580.741 399.14062Q580.241 398.64062 580.241 397.82812L580.241 397.40625ZM581.0535 397.85938Q581.0535 398.32812 581.3035 398.625Q581.56915 398.92188 582.00665 398.92188Q582.4285 398.92188 582.6785 398.64062Q582.9285 398.34375 582.9285 397.84375L582.9285 397.40625Q582.9285 396.9375 582.6629 396.65625Q582.4129 396.35938 581.991 396.35938Q581.56915 396.35938 581.3035 396.65625Q581.0535 396.9375 581.0535 397.4375L581.0535 397.85938ZM578.1004 398.85938L577.4754 398.46875L581.6473 391.79688L582.25665 392.1875L578.1004 398.85938Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M220.21387 433.91812C220.21387 433.36584 220.66158 432.91812 221.21387 432.91812L231.21387 432.91812C231.76616 432.91812 232.21387 433.36584 232.21387 433.91812L232.21387 443.91812C232.21387 444.47043 231.76616 444.91812 231.21387 444.91812L221.21387 444.91812C220.66158 444.91812 220.21387 444.47043 220.21387 443.91812Z" fill-rule="nonzero"/><path fill="#666666" d="M246.51074 443.41812L240.91699 443.41812L240.91699 442.63687L243.87012 439.35562Q244.52637 438.60562 244.77637 438.1525Q245.02637 437.68375 245.02637 437.18375Q245.02637 436.51187 244.62012 436.09Q244.22949 435.6525 243.54199 435.6525Q242.74512 435.6525 242.29199 436.12125Q241.83887 436.57437 241.83887 437.4025L240.76074 437.4025Q240.76074 436.215 241.51074 435.49625Q242.27637 434.76187 243.54199 434.76187Q244.74512 434.76187 245.43262 435.38687Q246.12012 436.01187 246.12012 437.05875Q246.12012 438.30875 244.51074 440.05875L242.22949 442.5275L246.51074 442.5275L246.51074 443.41812ZM253.27637 439.7775Q253.27637 441.68375 252.62012 442.62125Q251.97949 443.54312 250.58887 443.54312Q249.22949 443.54312 248.57324 442.63687Q247.91699 441.73062 247.88574 439.91812L247.88574 438.48062Q247.88574 436.59 248.52637 435.68375Q249.18262 434.76187 250.57324 434.76187Q251.94824 434.76187 252.60449 435.6525Q253.26074 436.5275 253.27637 438.37125L253.27637 439.7775ZM252.18262 438.29312Q252.18262 436.91812 251.79199 436.29312Q251.41699 435.6525 250.57324 435.6525Q249.74512 435.6525 249.35449 436.29312Q248.97949 436.91812 248.97949 438.215L248.97949 439.94937Q248.97949 441.32437 249.37012 441.99625Q249.77637 442.6525 250.58887 442.6525Q251.38574 442.6525 251.77637 442.0275Q252.16699 441.4025 252.18262 440.07437L252.18262 438.29312ZM258.4795 443.41812L257.40137 443.41812L257.40137 436.19937L255.21387 436.99625L255.21387 436.01187L258.32324 434.84L258.4795 434.84L258.4795 443.41812ZM266.18262 434.88687L266.18262 435.79312L265.9795 435.79312Q264.71387 435.82437 263.96387 436.55875Q263.21387 437.2775 263.08887 438.59Q263.77637 437.82437 264.93262 437.82437Q266.042 437.82437 266.71387 438.60562Q267.38574 439.38687 267.38574 440.63687Q267.38574 441.94937 266.667 442.74625Q265.94824 443.54312 264.7295 443.54312Q263.51074 443.54312 262.74512 442.60562Q261.99512 441.6525 261.99512 440.16812L261.99512 439.76187Q261.99512 437.4025 262.99512 436.1525Q263.99512 434.9025 265.9795 434.88687L266.18262 434.88687ZM264.76074 438.73062Q264.19824 438.73062 263.7295 439.05875Q263.26074 439.38687 263.07324 439.9025L263.07324 440.29312Q263.07324 441.35562 263.542 441.99625Q264.02637 442.63687 264.7295 442.63687Q265.46387 442.63687 265.88574 442.10562Q266.30762 441.55875 266.30762 440.68375Q266.30762 439.80875 265.88574 439.2775Q265.46387 438.73062 264.76074 438.73062Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M284.21387 433.91812C284.21387 433.36584 284.6616 432.91812 285.21387 432.91812L295.21387 432.91812C295.76614 432.91812 296.21387 433.36584 296.21387 433.91812L296.21387 443.91812C296.21387 444.47043 295.76614 444.91812 295.21387 444.91812L285.21387 444.91812C284.6616 444.91812 284.21387 444.47043 284.21387 443.91812Z" fill-rule="nonzero"/><path fill="#666666" d="M310.51074 443.41812L304.917 443.41812L304.917 442.63687L307.87012 439.35562Q308.52637 438.60562 308.77637 438.1525Q309.02637 437.68375 309.02637 437.18375Q309.02637 436.51187 308.62012 436.09Q308.2295 435.6525 307.542 435.6525Q306.74512 435.6525 306.292 436.12125Q305.83887 436.57437 305.83887 437.4025L304.76074 437.4025Q304.76074 436.215 305.51074 435.49625Q306.27637 434.76187 307.542 434.76187Q308.74512 434.76187 309.43262 435.38687Q310.12012 436.01187 310.12012 437.05875Q310.12012 438.30875 308.51074 440.05875L306.2295 442.5275L310.51074 442.5275L310.51074 443.41812ZM317.27637 439.7775Q317.27637 441.68375 316.62012 442.62125Q315.9795 443.54312 314.58887 443.54312Q313.2295 443.54312 312.57324 442.63687Q311.917 441.73062 311.88574 439.91812L311.88574 438.48062Q311.88574 436.59 312.52637 435.68375Q313.18262 434.76187 314.57324 434.76187Q315.94824 434.76187 316.6045 435.6525Q317.26074 436.5275 317.27637 438.37125L317.27637 439.7775ZM316.18262 438.29312Q316.18262 436.91812 315.792 436.29312Q315.417 435.6525 314.57324 435.6525Q313.74512 435.6525 313.3545 436.29312Q312.9795 436.91812 312.9795 438.215L312.9795 439.94937Q312.9795 441.32437 313.37012 441.99625Q313.77637 442.6525 314.58887 442.6525Q315.38574 442.6525 315.77637 442.0275Q316.167 441.4025 316.18262 440.07437L316.18262 438.29312ZM322.4795 443.41812L321.40137 443.41812L321.40137 436.19937L319.21387 436.99625L319.21387 436.01187L322.32324 434.84L322.4795 434.84L322.4795 443.41812ZM331.43262 435.49625L327.90137 443.41812L326.76074 443.41812L330.27637 435.7775L325.667 435.7775L325.667 434.88687L331.43262 434.88687L331.43262 435.49625Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M348.21387 433.91812C348.21387 433.36584 348.6616 432.91812 349.21387 432.91812L359.21387 432.91812C359.76614 432.91812 360.21387 433.36584 360.21387 433.91812L360.21387 443.91812C360.21387 444.47043 359.76614 444.91812 359.21387 444.91812L349.21387 444.91812C348.6616 444.91812 348.21387 444.47043 348.21387 443.91812Z" fill-rule="nonzero"/><path fill="#666666" d="M374.51074 443.41812L368.917 443.41812L368.917 442.63687L371.87012 439.35562Q372.52637 438.60562 372.77637 438.1525Q373.02637 437.68375 373.02637 437.18375Q373.02637 436.51187 372.62012 436.09Q372.2295 435.6525 371.542 435.6525Q370.74512 435.6525 370.292 436.12125Q369.83887 436.57437 369.83887 437.4025L368.76074 437.4025Q368.76074 436.215 369.51074 435.49625Q370.27637 434.76187 371.542 434.76187Q372.74512 434.76187 373.43262 435.38687Q374.12012 436.01187 374.12012 437.05875Q374.12012 438.30875 372.51074 440.05875L370.2295 442.5275L374.51074 442.5275L374.51074 443.41812ZM381.27637 439.7775Q381.27637 441.68375 380.62012 442.62125Q379.9795 443.54312 378.58887 443.54312Q377.2295 443.54312 376.57324 442.63687Q375.917 441.73062 375.88574 439.91812L375.88574 438.48062Q375.88574 436.59 376.52637 435.68375Q377.18262 434.76187 378.57324 434.76187Q379.94824 434.76187 380.6045 435.6525Q381.26074 436.5275 381.27637 438.37125L381.27637 439.7775ZM380.18262 438.29312Q380.18262 436.91812 379.792 436.29312Q379.417 435.6525 378.57324 435.6525Q377.74512 435.6525 377.3545 436.29312Q376.9795 436.91812 376.9795 438.215L376.9795 439.94937Q376.9795 441.32437 377.37012 441.99625Q377.77637 442.6525 378.58887 442.6525Q379.38574 442.6525 379.77637 442.0275Q380.167 441.4025 380.18262 440.07437L380.18262 438.29312ZM386.4795 443.41812L385.40137 443.41812L385.40137 436.19937L383.21387 436.99625L383.21387 436.01187L386.32324 434.84L386.4795 434.84L386.4795 443.41812ZM395.1045 437.10562Q395.1045 437.74625 394.76074 438.24625Q394.417 438.74625 393.8545 439.0275Q394.51074 439.30875 394.90137 439.87125Q395.292 440.41812 395.292 441.12125Q395.292 442.215 394.542 442.88687Q393.80762 443.54312 392.58887 443.54312Q391.3545 443.54312 390.6045 442.88687Q389.87012 442.215 389.87012 441.12125Q389.87012 440.41812 390.24512 439.87125Q390.62012 439.30875 391.292 439.0275Q390.7295 438.74625 390.40137 438.24625Q390.07324 437.74625 390.07324 437.10562Q390.07324 436.0275 390.76074 435.4025Q391.44824 434.76187 392.58887 434.76187Q393.71387 434.76187 394.40137 435.4025Q395.1045 436.0275 395.1045 437.10562ZM394.21387 441.09Q394.21387 440.37125 393.76074 439.93375Q393.30762 439.48062 392.57324 439.48062Q391.83887 439.48062 391.38574 439.93375Q390.94824 440.37125 390.94824 441.10562Q390.94824 441.82437 391.38574 442.24625Q391.82324 442.6525 392.58887 442.6525Q393.33887 442.6525 393.77637 442.23062Q394.21387 441.80875 394.21387 441.09ZM392.58887 435.6525Q391.94824 435.6525 391.542 436.05875Q391.15137 436.44937 391.15137 437.13687Q391.15137 437.7775 391.542 438.18375Q391.93262 438.59 392.57324 438.59Q393.2295 438.59 393.62012 438.18375Q394.01074 437.7775 394.01074 437.13687Q394.01074 436.48062 393.6045 436.07437Q393.19824 435.6525 392.58887 435.6525Z" fill-rule="nonzero"/><path fill="#00add8" d="M412.21387 433.91812C412.21387 433.36584 412.6616 432.91812 413.21387 432.91812L423.21387 432.91812C423.76614 432.91812 424.21387 433.36584 424.21387 433.91812L424.21387 443.91812C424.21387 444.47043 423.76614 444.91812 423.21387 444.91812L413.21387 444.91812C412.6616 444.91812 412.21387 444.47043 412.21387 443.91812Z" fill-rule="nonzero"/><path fill="#666666" d="M438.51074 443.41812L432.917 443.41812L432.917 442.63687L435.87012 439.35562Q436.52637 438.60562 436.77637 438.1525Q437.02637 437.68375 437.02637 437.18375Q437.02637 436.51187 436.62012 436.09Q436.2295 435.6525 435.542 435.6525Q434.74512 435.6525 434.292 436.12125Q433.83887 436.57437 433.83887 437.4025L432.76074 437.4025Q432.76074 436.215 433.51074 435.49625Q434.27637 434.76187 435.542 434.76187Q436.74512 434.76187 437.43262 435.38687Q438.12012 436.01187 438.12012 437.05875Q438.12012 438.30875 436.51074 440.05875L434.2295 442.5275L438.51074 442.5275L438.51074 443.41812ZM445.27637 439.7775Q445.27637 441.68375 444.62012 442.62125Q443.9795 443.54312 442.58887 443.54312Q441.2295 443.54312 440.57324 442.63687Q439.917 441.73062 439.88574 439.91812L439.88574 438.48062Q439.88574 436.59 440.52637 435.68375Q441.18262 434.76187 442.57324 434.76187Q443.94824 434.76187 444.6045 435.6525Q445.26074 436.5275 445.27637 438.37125L445.27637 439.7775ZM444.18262 438.29312Q444.18262 436.91812 443.792 436.29312Q443.417 435.6525 442.57324 435.6525Q441.74512 435.6525 441.3545 436.29312Q440.9795 436.91812 440.9795 438.215L440.9795 439.94937Q440.9795 441.32437 441.37012 441.99625Q441.77637 442.6525 442.58887 442.6525Q443.38574 442.6525 443.77637 442.0275Q444.167 441.4025 444.18262 440.07437L444.18262 438.29312ZM450.4795 443.41812L449.40137 443.41812L449.40137 436.19937L447.21387 436.99625L447.21387 436.01187L450.32324 434.84L450.4795 434.84L450.4795 443.41812ZM458.07324 439.66812Q457.74512 440.07437 457.26074 440.32437Q456.792 440.55875 456.2295 440.55875Q455.49512 440.55875 454.94824 440.19937Q454.40137 439.84 454.1045 439.18375Q453.80762 438.51187 453.80762 437.715Q453.80762 436.87125 454.12012 436.18375Q454.44824 435.49625 455.042 435.13687Q455.65137 434.76187 456.44824 434.76187Q457.71387 434.76187 458.43262 435.715Q459.167 436.66812 459.167 438.29312L459.167 438.60562Q459.167 441.10562 458.18262 442.24625Q457.19824 443.38687 455.21387 443.41812L454.99512 443.41812L454.99512 442.51187L455.2295 442.51187Q456.57324 442.48062 457.292 441.80875Q458.01074 441.13687 458.07324 439.66812ZM456.40137 439.66812Q456.94824 439.66812 457.40137 439.34Q457.87012 438.99625 458.08887 438.51187L458.08887 438.07437Q458.08887 437.01187 457.62012 436.34Q457.15137 435.66812 456.44824 435.66812Q455.7295 435.66812 455.292 436.215Q454.87012 436.76187 454.87012 437.66812Q454.87012 438.54312 455.27637 439.10562Q455.69824 439.66812 456.40137 439.66812ZM463.99512 439.94937Q463.99512 438.63687 464.33887 437.41812Q464.69824 436.19937 465.40137 435.19937Q466.1045 434.19937 466.87012 433.79312L467.08887 434.51187Q466.2295 435.16812 465.68262 436.51187Q465.13574 437.85562 465.08887 439.5275L465.07324 440.0275Q465.07324 442.29312 465.90137 443.94937Q466.40137 444.94937 467.08887 445.51187L466.87012 446.16812Q466.08887 445.74625 465.37012 444.715Q463.99512 442.73062 463.99512 439.94937ZM469.05762 437.07437L469.08887 437.87125Q469.82324 436.965 470.99512 436.965Q473.01074 436.965 473.02637 439.23062L473.02637 443.41812L471.93262 443.41812L471.93262 439.215Q471.93262 438.54312 471.62012 438.215Q471.32324 437.88687 470.667 437.88687Q470.13574 437.88687 469.7295 438.16812Q469.33887 438.44937 469.12012 438.9025L469.12012 443.41812L468.042 443.41812L468.042 437.07437L469.05762 437.07437ZM479.99512 438.6525L475.1045 438.6525L475.1045 437.69937L479.99512 437.69937L479.99512 438.6525ZM479.99512 441.07437L475.1045 441.07437L475.1045 440.13687L479.99512 440.13687L479.99512 441.07437ZM482.417 439.13687L482.8545 434.88687L487.2295 434.88687L487.2295 435.88687L483.77637 435.88687L483.51074 438.215Q484.15137 437.84 484.94824 437.84Q486.1045 437.84 486.792 438.62125Q487.4795 439.38687 487.4795 440.69937Q487.4795 442.01187 486.76074 442.7775Q486.05762 443.54312 484.77637 443.54312Q483.65137 443.54312 482.93262 442.91812Q482.21387 442.2775 482.12012 441.16812L483.13574 441.16812Q483.24512 441.9025 483.667 442.2775Q484.08887 442.6525 484.77637 442.6525Q485.52637 442.6525 485.96387 442.13687Q486.40137 441.62125 486.40137 440.715Q486.40137 439.85562 485.93262 439.34Q485.46387 438.82437 484.68262 438.82437Q483.9795 438.82437 483.57324 439.12125L483.292 439.35562L482.417 439.13687ZM488.99512 445.12125L488.38574 444.69937Q488.93262 443.93375 488.96387 443.10562L488.96387 442.13687L490.02637 442.13687L490.02637 442.98062Q490.02637 443.57437 489.7295 444.16812Q489.43262 444.76187 488.99512 445.12125ZM496.1045 437.10562Q496.1045 437.74625 495.76074 438.24625Q495.417 438.74625 494.8545 439.0275Q495.51074 439.30875 495.90137 439.87125Q496.292 440.41812 496.292 441.12125Q496.292 442.215 495.542 442.88687Q494.80762 443.54312 493.58887 443.54312Q492.3545 443.54312 491.6045 442.88687Q490.87012 442.215 490.87012 441.12125Q490.87012 440.41812 491.24512 439.87125Q491.62012 439.30875 492.292 439.0275Q491.7295 438.74625 491.40137 438.24625Q491.07324 437.74625 491.07324 437.10562Q491.07324 436.0275 491.76074 435.4025Q492.44824 434.76187 493.58887 434.76187Q494.71387 434.76187 495.40137 435.4025Q496.1045 436.0275 496.1045 437.10562ZM495.21387 441.09Q495.21387 440.37125 494.76074 439.93375Q494.30762 439.48062 493.57324 439.48062Q492.83887 439.48062 492.38574 439.93375Q491.94824 440.37125 491.94824 441.10562Q491.94824 441.82437 492.38574 442.24625Q492.82324 442.6525 493.58887 442.6525Q494.33887 442.6525 494.77637 442.23062Q495.21387 441.80875 495.21387 441.09ZM493.58887 435.6525Q492.94824 435.6525 492.542 436.05875Q492.15137 436.44937 492.15137 437.13687Q492.15137 437.7775 492.542 438.18375Q492.93262 438.59 493.57324 438.59Q494.2295 438.59 494.62012 438.18375Q495.01074 437.7775 495.01074 437.13687Q495.01074 436.48062 494.6045 436.07437Q494.19824 435.6525 493.58887 435.6525ZM503.51074 443.41812L497.917 443.41812L497.917 442.63687L500.87012 439.35562Q501.52637 438.60562 501.77637 438.1525Q502.02637 437.68375 502.02637 437.18375Q502.02637 436.51187 501.62012 436.09Q501.2295 435.6525 500.542 435.6525Q499.74512 435.6525 499.292 436.12125Q498.83887 436.57437 498.83887 437.4025L497.76074 437.4025Q497.76074 436.215 498.51074 435.49625Q499.27637 434.76187 500.542 434.76187Q501.74512 434.76187 502.43262 435.38687Q503.12012 436.01187 503.12012 437.05875Q503.12012 438.30875 501.51074 440.05875L499.2295 442.5275L503.51074 442.5275L503.51074 443.41812ZM509.18262 434.88687L509.18262 435.79312L508.9795 435.79312Q507.71387 435.82437 506.96387 436.55875Q506.21387 437.2775 506.08887 438.59Q506.77637 437.82437 507.93262 437.82437Q509.042 437.82437 509.71387 438.60562Q510.38574 439.38687 510.38574 440.63687Q510.38574 441.94937 509.667 442.74625Q508.94824 443.54312 507.7295 443.54312Q506.51074 443.54312 505.74512 442.60562Q504.99512 441.6525 504.99512 440.16812L504.99512 439.76187Q504.99512 437.4025 505.99512 436.1525Q506.99512 434.9025 508.9795 434.88687L509.18262 434.88687ZM507.76074 438.73062Q507.19824 438.73062 506.7295 439.05875Q506.26074 439.38687 506.07324 439.9025L506.07324 440.29312Q506.07324 441.35562 506.542 441.99625Q507.02637 442.63687 507.7295 442.63687Q508.46387 442.63687 508.88574 442.10562Q509.30762 441.55875 509.30762 440.68375Q509.30762 439.80875 508.88574 439.2775Q508.46387 438.73062 507.76074 438.73062ZM514.542 440.01187Q514.542 441.32437 514.19824 442.5275Q513.8545 443.715 513.13574 444.73062Q512.4326 445.74625 511.667 446.16812L511.43262 445.51187Q512.33887 444.82437 512.88574 443.37125Q513.4326 441.9025 513.44824 440.13687L513.44824 439.94937Q513.44824 438.715 513.1826 437.6525Q512.9326 436.59 512.46387 435.76187Q512.01074 434.91812 511.43262 434.44937L511.667 433.79312Q512.4326 434.215 513.13574 435.215Q513.83887 436.215 514.1826 437.43375Q514.542 438.63687 514.542 440.01187Z" fill-rule="nonzero"/><path fill="#666666" d="M30.68125 20.430101L27.478125 20.430101L27.478125 29.305101L26.18125 29.305101L26.18125 20.430101L22.978125 20.430101L22.978125 19.351976L30.68125 19.351976L30.68125 20.430101ZM31.275 25.539476Q31.275 24.445726 31.696875 23.586351Q32.134377 22.711351 32.884377 22.242601Q33.65 21.773851 34.634377 21.773851Q36.134377 21.773851 37.071877 22.820726Q38.009377 23.867601 38.009377 25.601976L38.009377 25.695726Q38.009377 26.773851 37.5875 27.633226Q37.18125 28.476976 36.4 28.961351Q35.634377 29.445726 34.65 29.445726Q33.134377 29.445726 32.196877 28.398851Q31.275 27.351976 31.275 25.633226L31.275 25.539476ZM32.540627 25.695726Q32.540627 26.914476 33.103127 27.664476Q33.68125 28.414476 34.65 28.414476Q35.603127 28.414476 36.165627 27.664476Q36.74375 26.898851 36.74375 25.539476Q36.74375 24.320726 36.165627 23.570726Q35.5875 22.805101 34.634377 22.805101Q33.696877 22.805101 33.11875 23.555101Q32.540627 24.305101 32.540627 25.695726ZM49.15 27.555101L50.571877 21.914476L51.8375 21.914476L49.696877 29.305101L48.665627 29.305101L46.86875 23.695726L45.11875 29.305101L44.0875 29.305101L41.946877 21.914476L43.196877 21.914476L44.665627 27.445726L46.384377 21.914476L47.4 21.914476L49.15 27.555101ZM54.86875 22.805101Q55.7125 21.773851 57.05625 21.773851Q59.4 21.773851 59.43125 24.414476L59.43125 29.305101L58.165627 29.305101L58.165627 24.414476Q58.15 23.617601 57.790627 23.242601Q57.43125 22.851976 56.68125 22.851976Q56.05625 22.851976 55.5875 23.180101Q55.134377 23.508226 54.86875 24.039476L54.86875 29.305101L53.603127 29.305101L53.603127 18.805101L54.86875 18.805101L54.86875 22.805101ZM66.18125 29.305101Q66.07188 29.086351 65.99375 28.523851Q65.11875 29.445726 63.884377 29.445726Q62.790627 29.445726 62.0875 28.836351Q61.4 28.211351 61.4 27.258226Q61.4 26.101976 62.275 25.461351Q63.15 24.820726 64.74375 24.820726L65.97813 24.820726L65.97813 24.242601Q65.97813 23.570726 65.57188 23.180101Q65.18125 22.789476 64.41563 22.789476Q63.728127 22.789476 63.275 23.133226Q62.821877 23.476976 62.821877 23.961351L61.540627 23.961351Q61.540627 23.398851 61.93125 22.883226Q62.3375 22.367601 63.009377 22.070726Q63.68125 21.773851 64.47813 21.773851Q65.75938 21.773851 66.47813 22.414476Q67.2125 23.055101 67.24375 24.164476L67.24375 27.570726Q67.24375 28.586351 67.49375 29.195726L67.49375 29.305101L66.18125 29.305101ZM64.07188 28.336351Q64.66563 28.336351 65.19688 28.039476Q65.74375 27.726976 65.97813 27.226976L65.97813 25.711351L64.97813 25.711351Q62.665627 25.711351 62.665627 27.070726Q62.665627 27.664476 63.05625 28.008226Q63.446877 28.336351 64.07188 28.336351ZM71.32188 20.117601L71.32188 21.914476L72.69688 21.914476L72.69688 22.883226L71.32188 22.883226L71.32188 27.476976Q71.32188 27.914476 71.50938 28.148851Q71.69688 28.367601 72.13438 28.367601Q72.35313 28.367601 72.74375 28.273851L72.74375 29.305101Q72.24375 29.445726 71.775 29.445726Q70.91563 29.445726 70.47813 28.930101Q70.05625 28.414476 70.05625 27.476976L70.05625 22.883226L68.7125 22.883226L68.7125 21.914476L70.05625 21.914476L70.05625 20.117601L71.32188 20.117601ZM80.68125 29.445726Q79.16563 29.445726 78.22813 28.461351Q77.29063 27.461351 77.29063 25.805101L77.29063 25.586351Q77.29063 24.476976 77.7125 23.617601Q78.13438 22.742601 78.88438 22.258226Q79.63438 21.773851 80.525 21.773851Q81.9625 21.773851 82.75938 22.726976Q83.55625 23.664476 83.55625 25.445726L83.55625 25.961351L78.55625 25.961351Q78.57188 27.055101 79.18125 27.742601Q79.80625 28.414476 80.74375 28.414476Q81.41563 28.414476 81.86875 28.148851Q82.3375 27.867601 82.69688 27.414476L83.4625 28.008226Q82.54063 29.445726 80.68125 29.445726ZM80.525 22.805101Q79.75938 22.805101 79.22813 23.367601Q78.7125 23.930101 78.5875 24.930101L82.29063 24.930101L82.29063 24.836351Q82.24375 23.867601 81.775 23.336351Q81.30625 22.805101 80.525 22.805101ZM87.0875 24.601976L88.72813 21.914476L90.2125 21.914476L87.79063 25.570726L90.275 29.305101L88.82188 29.305101L87.10313 26.539476L85.4 29.305101L83.93125 29.305101L86.43125 25.570726L84.00938 21.914476L85.4625 21.914476L87.0875 24.601976ZM93.32188 20.117601L93.32188 21.914476L94.69688 21.914476L94.69688 22.883226L93.32188 22.883226L93.32188 27.476976Q93.32188 27.914476 93.50938 28.148851Q93.69688 28.367601 94.13438 28.367601Q94.35313 28.367601 94.74375 28.273851L94.74375 29.305101Q94.24375 29.445726 93.775 29.445726Q92.91563 29.445726 92.47813 28.930101Q92.05625 28.414476 92.05625 27.476976L92.05625 22.883226L90.7125 22.883226L90.7125 21.914476L92.05625 21.914476L92.05625 20.117601L93.32188 20.117601ZM99.68125 29.445726Q98.16563 29.445726 97.22813 28.461351Q96.29063 27.461351 96.29063 25.805101L96.29063 25.586351Q96.29063 24.476976 96.7125 23.617601Q97.13438 22.742601 97.88438 22.258226Q98.63438 21.773851 99.525 21.773851Q100.9625 21.773851 101.75938 22.726976Q102.55625 23.664476 102.55625 25.445726L102.55625 25.961351L97.55625 25.961351Q97.57188 27.055101 98.18125 27.742601Q98.80625 28.414476 99.74375 28.414476Q100.41563 28.414476 100.86875 28.148851Q101.3375 27.867601 101.69688 27.414476L102.4625 28.008226Q101.54063 29.445726 99.68125 29.445726ZM99.525 22.805101Q98.75938 22.805101 98.22813 23.367601Q97.7125 23.930101 97.5875 24.930101L101.29063 24.930101L101.29063 24.836351Q101.24375 23.867601 100.775 23.336351Q100.30625 22.805101 99.525 22.805101ZM104.80625 21.914476L104.8375 22.836351Q105.69688 21.773851 107.05625 21.773851Q109.4 21.773851 109.43125 24.414476L109.43125 29.305101L108.16563 29.305101L108.16563 24.414476Q108.15 23.617601 107.79063 23.242601Q107.43125 22.851976 106.68125 22.851976Q106.05625 22.851976 105.5875 23.180101Q105.13438 23.508226 104.86875 24.039476L104.86875 29.305101L103.60313 29.305101L103.60313 21.914476L104.80625 21.914476ZM113.32188 20.117601L113.32188 21.914476L114.69688 21.914476L114.69688 22.883226L113.32188 22.883226L113.32188 27.476976Q113.32188 27.914476 113.50938 28.148851Q113.69688 28.367601 114.13438 28.367601Q114.35313 28.367601 114.74375 28.273851L114.74375 29.305101Q114.24375 29.445726 113.775 29.445726Q112.91563 29.445726 112.47813 28.930101Q112.05625 28.414476 112.05625 27.476976L112.05625 22.883226L110.7125 22.883226L110.7125 21.914476L112.05625 21.914476L112.05625 20.117601L113.32188 20.117601ZM119.30625 25.539476Q119.30625 23.836351 120.10313 22.805101Q120.91563 21.773851 122.2125 21.773851Q123.525 21.773851 124.275 22.664476L124.275 18.805101L125.54063 18.805101L125.54063 29.305101L124.38438 29.305101L124.32188 28.508226Q123.55625 29.445726 122.2125 29.445726Q120.91563 29.445726 120.10313 28.398851Q119.30625 27.336351 119.30625 25.633226L119.30625 25.539476ZM120.57188 25.695726Q120.57188 26.945726 121.0875 27.664476Q121.60313 28.367601 122.525 28.367601Q123.72813 28.367601 124.275 27.289476L124.275 23.883226Q123.7125 22.851976 122.54063 22.851976Q121.60313 22.851976 121.0875 23.570726Q120.57188 24.273851 120.57188 25.695726ZM127.275 25.539476Q127.275 24.445726 127.69688 23.586351Q128.13437 22.711351 128.88437 22.242601Q129.65 21.773851 130.63437 21.773851Q132.13437 21.773851 133.07187 22.820726Q134.00937 23.867601 134.00937 25.601976L134.00937 25.695726Q134.00937 26.773851 133.5875 27.633226Q133.18124 28.476976 132.4 28.961351Q131.63437 29.445726 130.65 29.445726Q129.13437 29.445726 128.19687 28.398851Q127.275 27.351976 127.275 25.633226L127.275 25.539476ZM128.54062 25.695726Q128.54062 26.914476 129.10312 27.664476Q129.68124 28.414476 130.65 28.414476Q131.60312 28.414476 132.16562 27.664476Q132.74374 26.898851 132.74374 25.539476Q132.74374 24.320726 132.16562 23.570726Q131.5875 22.805101 130.63437 22.805101Q129.69687 22.805101 129.11874 23.555101Q128.54062 24.305101 128.54062 25.695726ZM141.025 27.445726L142.74374 21.914476L144.10312 21.914476L141.13437 30.445726Q140.44687 32.289474 138.93124 32.289474L138.69687 32.27385L138.22812 32.1801L138.22812 31.164476L138.57187 31.180101Q139.2125 31.180101 139.57187 30.914476Q139.93124 30.664476 140.16562 29.976976L140.44687 29.226976L137.80624 21.914476L139.18124 21.914476L141.025 27.445726ZM145.275 25.539476Q145.275 24.445726 145.69687 23.586351Q146.13437 22.711351 146.88437 22.242601Q147.65 21.773851 148.63437 21.773851Q150.13437 21.773851 151.07187 22.820726Q152.00937 23.867601 152.00937 25.601976L152.00937 25.695726Q152.00937 26.773851 151.5875 27.633226Q151.18124 28.476976 150.4 28.961351Q149.63437 29.445726 148.65 29.445726Q147.13437 29.445726 146.19687 28.398851Q145.275 27.351976 145.275 25.633226L145.275 25.539476ZM146.54062 25.695726Q146.54062 26.914476 147.10312 27.664476Q147.68124 28.414476 148.65 28.414476Q149.60312 28.414476 150.16562 27.664476Q150.74374 26.898851 150.74374 25.539476Q150.74374 24.320726 150.16562 23.570726Q149.5875 22.805101 148.63437 22.805101Q147.69687 22.805101 147.11874 23.555101Q146.54062 24.305101 146.54062 25.695726ZM158.18124 28.570726Q157.43124 29.445726 156.00937 29.445726Q154.82187 29.445726 154.19687 28.758226Q153.5875 28.070726 153.5875 26.726976L153.5875 21.914476L154.8375 21.914476L154.8375 26.680101Q154.8375 28.367601 156.2125 28.367601Q157.66562 28.367601 158.13437 27.289476L158.13437 21.914476L159.4 21.914476L159.4 29.305101L158.19687 29.305101L158.18124 28.570726ZM169.18124 29.305101Q169.07187 29.086351 168.99374 28.523851Q168.11874 29.445726 166.88437 29.445726Q165.79062 29.445726 165.0875 28.836351Q164.4 28.211351 164.4 27.258226Q164.4 26.101976 165.275 25.461351Q166.15 24.820726 167.74374 24.820726L168.97812 24.820726L168.97812 24.242601Q168.97812 23.570726 168.57187 23.180101Q168.18124 22.789476 167.41562 22.789476Q166.72812 22.789476 166.275 23.133226Q165.82187 23.476976 165.82187 23.961351L164.54062 23.961351Q164.54062 23.398851 164.93124 22.883226Q165.3375 22.367601 166.00937 22.070726Q166.68124 21.773851 167.47812 21.773851Q168.75937 21.773851 169.47812 22.414476Q170.2125 23.055101 170.24374 24.164476L170.24374 27.570726Q170.24374 28.586351 170.49374 29.195726L170.49374 29.305101L169.18124 29.305101ZM167.07187 28.336351Q167.66562 28.336351 168.19687 28.039476Q168.74374 27.726976 168.97812 27.226976L168.97812 25.711351L167.97812 25.711351Q165.66562 25.711351 165.66562 27.070726Q165.66562 27.664476 166.05624 28.008226Q166.44687 28.336351 167.07187 28.336351ZM172.30624 25.539476Q172.30624 23.820726 173.10312 22.805101Q173.9 21.773851 175.22812 21.773851Q176.57187 21.773851 177.3375 22.726976L177.4 21.914476L178.55624 21.914476L178.55624 29.133226Q178.55624 30.570726 177.69687 31.383226Q176.85312 32.21135 175.41562 32.21135Q174.61874 32.21135 173.85312 31.867601Q173.0875 31.539476 172.68124 30.945726L173.3375 30.180101Q174.15 31.180101 175.32187 31.180101Q176.24374 31.180101 176.75937 30.664476Q177.29062 30.148851 177.29062 29.195726L177.29062 28.570726Q176.525 29.445726 175.2125 29.445726Q173.91562 29.445726 173.10312 28.398851Q172.30624 27.351976 172.30624 25.539476ZM173.57187 25.695726Q173.57187 26.945726 174.0875 27.664476Q174.60312 28.367601 175.525 28.367601Q176.72812 28.367601 177.29062 27.273851L177.29062 23.898851Q176.69687 22.851976 175.54062 22.851976Q174.61874 22.851976 174.0875 23.570726Q173.57187 24.273851 173.57187 25.695726ZM184.18124 23.039476Q183.9 22.992601 183.55624 22.992601Q182.32187 22.992601 181.86874 24.055101L181.86874 29.305101L180.60312 29.305101L180.60312 21.914476L181.8375 21.914476L181.85312 22.758226Q182.47812 21.773851 183.61874 21.773851Q183.99374 21.773851 184.18124 21.867601L184.18124 23.039476ZM188.68124 29.445726Q187.16562 29.445726 186.22812 28.461351Q185.29062 27.461351 185.29062 25.805101L185.29062 25.586351Q185.29062 24.476976 185.7125 23.617601Q186.13437 22.742601 186.88437 22.258226Q187.63437 21.773851 188.525 21.773851Q189.9625 21.773851 190.75937 22.726976Q191.55624 23.664476 191.55624 25.445726L191.55624 25.961351L186.55624 25.961351Q186.57187 27.055101 187.18124 27.742601Q187.80624 28.414476 188.74374 28.414476Q189.41562 28.414476 189.86874 28.148851Q190.3375 27.867601 190.69687 27.414476L191.4625 28.008226Q190.54062 29.445726 188.68124 29.445726ZM188.525 22.805101Q187.75937 22.805101 187.22812 23.367601Q186.7125 23.930101 186.5875 24.930101L190.29062 24.930101L190.29062 24.836351Q190.24374 23.867601 189.775 23.336351Q189.30624 22.805101 188.525 22.805101ZM195.68124 29.445726Q194.16562 29.445726 193.22812 28.461351Q192.29062 27.461351 192.29062 25.805101L192.29062 25.586351Q192.29062 24.476976 192.7125 23.617601Q193.13437 22.742601 193.88437 22.258226Q194.63437 21.773851 195.525 21.773851Q196.9625 21.773851 197.75937 22.726976Q198.55624 23.664476 198.55624 25.445726L198.55624 25.961351L193.55624 25.961351Q193.57187 27.055101 194.18124 27.742601Q194.80624 28.414476 195.74374 28.414476Q196.41562 28.414476 196.86874 28.148851Q197.3375 27.867601 197.69687 27.414476L198.4625 28.008226Q197.54062 29.445726 195.68124 29.445726ZM195.525 22.805101Q194.75937 22.805101 194.22812 23.367601Q193.7125 23.930101 193.5875 24.930101L197.29062 24.930101L197.29062 24.836351Q197.24374 23.867601 196.775 23.336351Q196.30624 22.805101 195.525 22.805101ZM202.275 25.539476Q202.275 24.445726 202.69687 23.586351Q203.13437 22.711351 203.88437 22.242601Q204.65 21.773851 205.63437 21.773851Q207.13437 21.773851 208.07187 22.820726Q209.00937 23.867601 209.00937 25.601976L209.00937 25.695726Q209.00937 26.773851 208.5875 27.633226Q208.18124 28.476976 207.4 28.961351Q206.63437 29.445726 205.65 29.445726Q204.13437 29.445726 203.19687 28.398851Q202.275 27.351976 202.275 25.633226L202.275 25.539476ZM203.54062 25.695726Q203.54062 26.914476 204.10312 27.664476Q204.68124 28.414476 205.65 28.414476Q206.60312 28.414476 207.16562 27.664476Q207.74374 26.898851 207.74374 25.539476Q207.74374 24.320726 207.16562 23.570726Q206.5875 22.805101 205.63437 22.805101Q204.69687 22.805101 204.11874 23.555101Q203.54062 24.305101 203.54062 25.695726ZM214.18124 23.039476Q213.9 22.992601 213.55624 22.992601Q212.32187 22.992601 211.86874 24.055101L211.86874 29.305101L210.60312 29.305101L210.60312 21.914476L211.8375 21.914476L211.85312 22.758226Q212.47812 21.773851 213.61874 21.773851Q213.99374 21.773851 214.18124 21.867601L214.18124 23.039476ZM218.30624 25.539476Q218.30624 23.836351 219.10312 22.805101Q219.91562 21.773851 221.2125 21.773851Q222.525 21.773851 223.275 22.664476L223.275 18.805101L224.54062 18.805101L224.54062 29.305101L223.38437 29.305101L223.32187 28.508226Q222.55624 29.445726 221.2125 29.445726Q219.91562 29.445726 219.10312 28.398851Q218.30624 27.336351 218.30624 25.633226L218.30624 25.539476ZM219.57187 25.695726Q219.57187 26.945726 220.0875 27.664476Q220.60312 28.367601 221.525 28.367601Q222.72812 28.367601 223.275 27.289476L223.275 23.883226Q222.7125 22.851976 221.54062 22.851976Q220.60312 22.851976 220.0875 23.570726Q219.57187 24.273851 219.57187 25.695726ZM227.97812 29.305101L226.7125 29.305101L226.7125 21.914476L227.97812 21.914476L227.97812 29.305101ZM226.61874 19.945726Q226.61874 19.633226 226.80624 19.430101Q226.99374 19.211351 227.35312 19.211351Q227.72812 19.211351 227.91562 19.430101Q228.11874 19.633226 228.11874 19.945726Q228.11874 20.258226 227.91562 20.461351Q227.72812 20.664476 227.35312 20.664476Q226.99374 20.664476 226.80624 20.461351Q226.61874 20.258226 226.61874 19.945726ZM233.91562 27.336351Q233.91562 26.836351 233.525 26.555101Q233.13437 26.258226 232.18124 26.055101Q231.22812 25.851976 230.65 25.570726Q230.0875 25.273851 229.82187 24.883226Q229.55624 24.492601 229.55624 23.945726Q229.55624 23.023851 230.32187 22.398851Q231.0875 21.773851 232.29062 21.773851Q233.54062 21.773851 234.32187 22.430101Q235.10312 23.070726 235.10312 24.086351L233.8375 24.086351Q233.8375 23.555101 233.4 23.180101Q232.9625 22.805101 232.29062 22.805101Q231.60312 22.805101 231.2125 23.117601Q230.82187 23.414476 230.82187 23.898851Q230.82187 24.351976 231.18124 24.586351Q231.54062 24.820726 232.47812 25.039476Q233.43124 25.242601 234.025 25.539476Q234.61874 25.836351 234.9 26.258226Q235.18124 26.664476 235.18124 27.258226Q235.18124 28.242601 234.38437 28.851976Q233.5875 29.445726 232.32187 29.445726Q231.44687 29.445726 230.75937 29.133226Q230.07187 28.805101 229.68124 28.242601Q229.30624 27.680101 229.30624 27.023851L230.57187 27.023851Q230.60312 27.664476 231.07187 28.039476Q231.55624 28.414476 232.32187 28.414476Q233.04062 28.414476 233.47812 28.117601Q233.91562 27.820726 233.91562 27.336351ZM241.18124 29.305101Q241.07187 29.086351 240.99374 28.523851Q240.11874 29.445726 238.88437 29.445726Q237.79062 29.445726 237.0875 28.836351Q236.4 28.211351 236.4 27.258226Q236.4 26.101976 237.275 25.461351Q238.15 24.820726 239.74374 24.820726L240.97812 24.820726L240.97812 24.242601Q240.97812 23.570726 240.57187 23.180101Q240.18124 22.789476 239.41562 22.789476Q238.72812 22.789476 238.275 23.133226Q237.82187 23.476976 237.82187 23.961351L236.54062 23.961351Q236.54062 23.398851 236.93124 22.883226Q237.3375 22.367601 238.00937 22.070726Q238.68124 21.773851 239.47812 21.773851Q240.75937 21.773851 241.47812 22.414476Q242.2125 23.055101 242.24374 24.164476L242.24374 27.570726Q242.24374 28.586351 242.49374 29.195726L242.49374 29.305101L241.18124 29.305101ZM239.07187 28.336351Q239.66562 28.336351 240.19687 28.039476Q240.74374 27.726976 240.97812 27.226976L240.97812 25.711351L239.97812 25.711351Q237.66562 25.711351 237.66562 27.070726Q237.66562 27.664476 238.05624 28.008226Q238.44687 28.336351 239.07187 28.336351ZM244.30624 25.539476Q244.30624 23.820726 245.10312 22.805101Q245.9 21.773851 247.22812 21.773851Q248.57187 21.773851 249.3375 22.726976L249.4 21.914476L250.55624 21.914476L250.55624 29.133226Q250.55624 30.570726 249.69687 31.383226Q248.85312 32.21135 247.41562 32.21135Q246.61874 32.21135 245.85312 31.867601Q245.0875 31.539476 244.68124 30.945726L245.3375 30.180101Q246.15 31.180101 247.32187 31.180101Q248.24374 31.180101 248.75937 30.664476Q249.29062 30.148851 249.29062 29.195726L249.29062 28.570726Q248.525 29.445726 247.2125 29.445726Q245.91562 29.445726 245.10312 28.398851Q244.30624 27.351976 244.30624 25.539476ZM245.57187 25.695726Q245.57187 26.945726 246.0875 27.664476Q246.60312 28.367601 247.525 28.367601Q248.72812 28.367601 249.29062 27.273851L249.29062 23.898851Q248.69687 22.851976 247.54062 22.851976Q246.61874 22.851976 246.0875 23.570726Q245.57187 24.273851 245.57187 25.695726ZM256.18124 23.039476Q255.9 22.992601 255.55624 22.992601Q254.32187 22.992601 253.86874 24.055101L253.86874 29.305101L252.60312 29.305101L252.60312 21.914476L253.8375 21.914476L253.85312 22.758226Q254.47812 21.773851 255.61874 21.773851Q255.99374 21.773851 256.18124 21.867601L256.18124 23.039476ZM260.68124 29.445726Q259.16562 29.445726 258.22812 28.461351Q257.29062 27.461351 257.29062 25.805101L257.29062 25.586351Q257.29062 24.476976 257.7125 23.617601Q258.13437 22.742601 258.88437 22.258226Q259.63437 21.773851 260.525 21.773851Q261.9625 21.773851 262.75937 22.726976Q263.55624 23.664476 263.55624 25.445726L263.55624 25.961351L258.55624 25.961351Q258.57187 27.055101 259.18124 27.742601Q259.80624 28.414476 260.74374 28.414476Q261.41562 28.414476 261.86874 28.148851Q262.3375 27.867601 262.69687 27.414476L263.4625 28.008226Q262.54062 29.445726 260.68124 29.445726ZM260.525 22.805101Q259.75937 22.805101 259.22812 23.367601Q258.7125 23.930101 258.5875 24.930101L262.29062 24.930101L262.29062 24.836351Q262.24374 23.867601 261.775 23.336351Q261.30624 22.805101 260.525 22.805101ZM267.68124 29.445726Q266.16562 29.445726 265.22812 28.461351Q264.29062 27.461351 264.29062 25.805101L264.29062 25.586351Q264.29062 24.476976 264.7125 23.617601Q265.13437 22.742601 265.88437 22.258226Q266.63437 21.773851 267.525 21.773851Q268.9625 21.773851 269.75937 22.726976Q270.55624 23.664476 270.55624 25.445726L270.55624 25.961351L265.55624 25.961351Q265.57187 27.055101 266.18124 27.742601Q266.80624 28.414476 267.74374 28.414476Q268.41562 28.414476 268.86874 28.148851Q269.3375 27.867601 269.69687 27.414476L270.4625 28.008226Q269.54062 29.445726 267.68124 29.445726ZM267.525 22.805101Q266.75937 22.805101 266.22812 23.367601Q265.7125 23.930101 265.5875 24.930101L269.29062 24.930101L269.29062 24.836351Q269.24374 23.867601 268.775 23.336351Q268.30624 22.805101 267.525 22.805101ZM281.15 27.555101L282.57187 21.914476L283.8375 21.914476L281.69687 29.305101L280.66562 29.305101L278.86874 23.695726L277.11874 29.305101L276.0875 29.305101L273.94687 21.914476L275.19687 21.914476L276.66562 27.445726L278.38437 21.914476L279.4 21.914476L281.15 27.555101ZM286.97812 29.305101L285.7125 29.305101L285.7125 21.914476L286.97812 21.914476L286.97812 29.305101ZM285.61874 19.945726Q285.61874 19.633226 285.80624 19.430101Q285.99374 19.211351 286.35312 19.211351Q286.72812 19.211351 286.91562 19.430101Q287.11874 19.633226 287.11874 19.945726Q287.11874 20.258226 286.91562 20.461351Q286.72812 20.664476 286.35312 20.664476Q285.99374 20.664476 285.80624 20.461351Q285.61874 20.258226 285.61874 19.945726ZM290.32187 20.117601L290.32187 21.914476L291.69687 21.914476L291.69687 22.883226L290.32187 22.883226L290.32187 27.476976Q290.32187 27.914476 290.50937 28.148851Q290.69687 28.367601 291.13437 28.367601Q291.35312 28.367601 291.74374 28.273851L291.74374 29.305101Q291.24374 29.445726 290.775 29.445726Q289.91562 29.445726 289.47812 28.930101Q289.05624 28.414476 289.05624 27.476976L289.05624 22.883226L287.7125 22.883226L287.7125 21.914476L289.05624 21.914476L289.05624 20.117601L290.32187 20.117601ZM294.86874 22.805101Q295.7125 21.773851 297.05624 21.773851Q299.4 21.773851 299.43124 24.414476L299.43124 29.305101L298.16562 29.305101L298.16562 24.414476Q298.15 23.617601 297.79062 23.242601Q297.43124 22.851976 296.68124 22.851976Q296.05624 22.851976 295.5875 23.180101Q295.13437 23.508226 294.86874 24.039476L294.86874 29.305101L293.60312 29.305101L293.60312 18.805101L294.86874 18.805101L294.86874 22.805101ZM306.32187 20.117601L306.32187 21.914476L307.69687 21.914476L307.69687 22.883226L306.32187 22.883226L306.32187 27.476976Q306.32187 27.914476 306.50937 28.148851Q306.69687 28.367601 307.13437 28.367601Q307.35312 28.367601 307.74374 28.273851L307.74374 29.305101Q307.24374 29.445726 306.775 29.445726Q305.91562 29.445726 305.47812 28.930101Q305.05624 28.414476 305.05624 27.476976L305.05624 22.883226L303.7125 22.883226L303.7125 21.914476L305.05624 21.914476L305.05624 20.117601L306.32187 20.117601ZM310.86874 22.805101Q311.7125 21.773851 313.05624 21.773851Q315.4 21.773851 315.43124 24.414476L315.43124 29.305101L314.16562 29.305101L314.16562 24.414476Q314.15 23.617601 313.79062 23.242601Q313.43124 22.851976 312.68124 22.851976Q312.05624 22.851976 311.5875 23.180101Q311.13437 23.508226 310.86874 24.039476L310.86874 29.305101L309.60312 29.305101L309.60312 18.805101L310.86874 18.805101L310.86874 22.805101ZM320.68124 29.445726Q319.16562 29.445726 318.22812 28.461351Q317.29062 27.461351 317.29062 25.805101L317.29062 25.586351Q317.29062 24.476976 317.7125 23.617601Q318.13437 22.742601 318.88437 22.258226Q319.63437 21.773851 320.525 21.773851Q321.9625 21.773851 322.75937 22.726976Q323.55624 23.664476 323.55624 25.445726L323.55624 25.961351L318.55624 25.961351Q318.57187 27.055101 319.18124 27.742601Q319.80624 28.414476 320.74374 28.414476Q321.41562 28.414476 321.86874 28.148851Q322.3375 27.867601 322.69687 27.414476L323.4625 28.008226Q322.54062 29.445726 320.68124 29.445726ZM320.525 22.805101Q319.75937 22.805101 319.22812 23.367601Q318.7125 23.930101 318.5875 24.930101L322.29062 24.930101L322.29062 24.836351Q322.24374 23.867601 321.775 23.336351Q321.30624 22.805101 320.525 22.805101ZM328.22812 29.305101L328.22812 22.883226L327.05624 22.883226L327.05624 21.914476L328.22812 21.914476L328.22812 21.148851Q328.22812 19.961351 328.85312 19.320726Q329.49374 18.664476 330.66562 18.664476Q331.10312 18.664476 331.525 18.773851L331.4625 19.805101Q331.13437 19.742601 330.775 19.742601Q330.16562 19.742601 329.82187 20.101976Q329.49374 20.461351 329.49374 21.133226L329.49374 21.914476L331.07187 21.914476L331.07187 22.883226L329.49374 22.883226L329.49374 29.305101L328.22812 29.305101ZM332.275 25.539476Q332.275 24.445726 332.69687 23.586351Q333.13437 22.711351 333.88437 22.242601Q334.65 21.773851 335.63437 21.773851Q337.13437 21.773851 338.07187 22.820726Q339.00937 23.867601 339.00937 25.601976L339.00937 25.695726Q339.00937 26.773851 338.5875 27.633226Q338.18124 28.476976 337.4 28.961351Q336.63437 29.445726 335.65 29.445726Q334.13437 29.445726 333.19687 28.398851Q332.275 27.351976 332.275 25.633226L332.275 25.539476ZM333.54062 25.695726Q333.54062 26.914476 334.10312 27.664476Q334.68124 28.414476 335.65 28.414476Q336.60312 28.414476 337.16562 27.664476Q337.74374 26.898851 337.74374 25.539476Q337.74374 24.320726 337.16562 23.570726Q336.5875 22.805101 335.63437 22.805101Q334.69687 22.805101 334.11874 23.555101Q333.54062 24.305101 333.54062 25.695726ZM341.97812 29.305101L340.7125 29.305101L340.7125 18.805101L341.97812 18.805101L341.97812 29.305101ZM344.97812 29.305101L343.7125 29.305101L343.7125 18.805101L344.97812 18.805101L344.97812 29.305101ZM346.275 25.539476Q346.275 24.445726 346.69687 23.586351Q347.13437 22.711351 347.88437 22.242601Q348.65 21.773851 349.63437 21.773851Q351.13437 21.773851 352.07187 22.820726Q353.00937 23.867601 353.00937 25.601976L353.00937 25.695726Q353.00937 26.773851 352.5875 27.633226Q352.18124 28.476976 351.4 28.961351Q350.63437 29.445726 349.65 29.445726Q348.13437 29.445726 347.19687 28.398851Q346.275 27.351976 346.275 25.633226L346.275 25.539476ZM347.54062 25.695726Q347.54062 26.914476 348.10312 27.664476Q348.68124 28.414476 349.65 28.414476Q350.60312 28.414476 351.16562 27.664476Q351.74374 26.898851 351.74374 25.539476Q351.74374 24.320726 351.16562 23.570726Q350.5875 22.805101 349.63437 22.805101Q348.69687 22.805101 348.11874 23.555101Q347.54062 24.305101 347.54062 25.695726ZM361.15 27.555101L362.57187 21.914476L363.8375 21.914476L361.69687 29.305101L360.66562 29.305101L358.86874 23.695726L357.11874 29.305101L356.0875 29.305101L353.94687 21.914476L355.19687 21.914476L356.66562 27.445726L358.38437 21.914476L359.4 21.914476L361.15 27.555101ZM366.97812 29.305101L365.7125 29.305101L365.7125 21.914476L366.97812 21.914476L366.97812 29.305101ZM365.61874 19.945726Q365.61874 19.633226 365.80624 19.430101Q365.99374 19.211351 366.35312 19.211351Q366.72812 19.211351 366.91562 19.430101Q367.11874 19.633226 367.11874 19.945726Q367.11874 20.258226 366.91562 20.461351Q366.72812 20.664476 366.35312 20.664476Q365.99374 20.664476 365.80624 20.461351Q365.61874 20.258226 365.61874 19.945726ZM369.80624 21.914476L369.8375 22.836351Q370.69687 21.773851 372.05624 21.773851Q374.4 21.773851 374.43124 24.414476L374.43124 29.305101L373.16562 29.305101L373.16562 24.414476Q373.15 23.617601 372.79062 23.242601Q372.43124 22.851976 371.68124 22.851976Q371.05624 22.851976 370.5875 23.180101Q370.13437 23.508226 369.86874 24.039476L369.86874 29.305101L368.60312 29.305101L368.60312 21.914476L369.80624 21.914476ZM376.30624 25.539476Q376.30624 23.820726 377.10312 22.805101Q377.9 21.773851 379.22812 21.773851Q380.57187 21.773851 381.3375 22.726976L381.4 21.914476L382.55624 21.914476L382.55624 29.133226Q382.55624 30.570726 381.69687 31.383226Q380.85312 32.21135 379.41562 32.21135Q378.61874 32.21135 377.85312 31.867601Q377.0875 31.539476 376.68124 30.945726L377.3375 30.180101Q378.15 31.180101 379.32187 31.180101Q380.24374 31.180101 380.75937 30.664476Q381.29062 30.148851 381.29062 29.195726L381.29062 28.570726Q380.525 29.445726 379.2125 29.445726Q377.91562 29.445726 377.10312 28.398851Q376.30624 27.351976 376.30624 25.539476ZM377.57187 25.695726Q377.57187 26.945726 378.0875 27.664476Q378.60312 28.367601 379.525 28.367601Q380.72812 28.367601 381.29062 27.273851L381.29062 23.898851Q380.69687 22.851976 379.54062 22.851976Q378.61874 22.851976 378.0875 23.570726Q377.57187 24.273851 377.57187 25.695726ZM391.91562 27.336351Q391.91562 26.836351 391.525 26.555101Q391.13437 26.258226 390.18124 26.055101Q389.22812 25.851976 388.65 25.570726Q388.0875 25.273851 387.82187 24.883226Q387.55624 24.492601 387.55624 23.945726Q387.55624 23.023851 388.32187 22.398851Q389.0875 21.773851 390.29062 21.773851Q391.54062 21.773851 392.32187 22.430101Q393.10312 23.070726 393.10312 24.086351L391.8375 24.086351Q391.8375 23.555101 391.4 23.180101Q390.9625 22.805101 390.29062 22.805101Q389.60312 22.805101 389.2125 23.117601Q388.82187 23.414476 388.82187 23.898851Q388.82187 24.351976 389.18124 24.586351Q389.54062 24.820726 390.47812 25.039476Q391.43124 25.242601 392.025 25.539476Q392.61874 25.836351 392.9 26.258226Q393.18124 26.664476 393.18124 27.258226Q393.18124 28.242601 392.38437 28.851976Q391.5875 29.445726 390.32187 29.445726Q389.44687 29.445726 388.75937 29.133226Q388.07187 28.805101 387.68124 28.242601Q387.30624 27.680101 387.30624 27.023851L388.57187 27.023851Q388.60312 27.664476 389.07187 28.039476Q389.55624 28.414476 390.32187 28.414476Q391.04062 28.414476 391.47812 28.117601Q391.91562 27.820726 391.91562 27.336351ZM396.32187 20.117601L396.32187 21.914476L397.69687 21.914476L397.69687 22.883226L396.32187 22.883226L396.32187 27.476976Q396.32187 27.914476 396.50937 28.148851Q396.69687 28.367601 397.13437 28.367601Q397.35312 28.367601 397.74374 28.273851L397.74374 29.305101Q397.24374 29.445726 396.775 29.445726Q395.91562 29.445726 395.47812 28.930101Q395.05624 28.414476 395.05624 27.476976L395.05624 22.883226L393.7125 22.883226L393.7125 21.914476L395.05624 21.914476L395.05624 20.117601L396.32187 20.117601ZM404.18124 29.305101Q404.07187 29.086351 403.99374 28.523851Q403.11874 29.445726 401.88437 29.445726Q400.79062 29.445726 400.0875 28.836351Q399.4 28.211351 399.4 27.258226Q399.4 26.101976 400.275 25.461351Q401.15 24.820726 402.74374 24.820726L403.97812 24.820726L403.97812 24.242601Q403.97812 23.570726 403.57187 23.180101Q403.18124 22.789476 402.41562 22.789476Q401.72812 22.789476 401.275 23.133226Q400.82187 23.476976 400.82187 23.961351L399.54062 23.961351Q399.54062 23.398851 399.93124 22.883226Q400.3375 22.367601 401.00937 22.070726Q401.68124 21.773851 402.47812 21.773851Q403.75937 21.773851 404.47812 22.414476Q405.2125 23.055101 405.24374 24.164476L405.24374 27.570726Q405.24374 28.586351 405.49374 29.195726L405.49374 29.305101L404.18124 29.305101ZM402.07187 28.336351Q402.66562 28.336351 403.19687 28.039476Q403.74374 27.726976 403.97812 27.226976L403.97812 25.711351L402.97812 25.711351Q400.66562 25.711351 400.66562 27.070726Q400.66562 27.664476 401.05624 28.008226Q401.44687 28.336351 402.07187 28.336351ZM409.32187 20.117601L409.32187 21.914476L410.69687 21.914476L410.69687 22.883226L409.32187 22.883226L409.32187 27.476976Q409.32187 27.914476 409.50937 28.148851Q409.69687 28.367601 410.13437 28.367601Q410.35312 28.367601 410.74374 28.273851L410.74374 29.305101Q410.24374 29.445726 409.775 29.445726Q408.91562 29.445726 408.47812 28.930101Q408.05624 28.414476 408.05624 27.476976L408.05624 22.883226L406.7125 22.883226L406.7125 21.914476L408.05624 21.914476L408.05624 20.117601L409.32187 20.117601ZM415.68124 29.445726Q414.16562 29.445726 413.22812 28.461351Q412.29062 27.461351 412.29062 25.805101L412.29062 25.586351Q412.29062 24.476976 412.7125 23.617601Q413.13437 22.742601 413.88437 22.258226Q414.63437 21.773851 415.525 21.773851Q416.9625 21.773851 417.75937 22.726976Q418.55624 23.664476 418.55624 25.445726L418.55624 25.961351L413.55624 25.961351Q413.57187 27.055101 414.18124 27.742601Q414.80624 28.414476 415.74374 28.414476Q416.41562 28.414476 416.86874 28.148851Q417.3375 27.867601 417.69687 27.414476L418.4625 28.008226Q417.54062 29.445726 415.68124 29.445726ZM415.525 22.805101Q414.75937 22.805101 414.22812 23.367601Q413.7125 23.930101 413.5875 24.930101L417.29062 24.930101L417.29062 24.836351Q417.24374 23.867601 416.775 23.336351Q416.30624 22.805101 415.525 22.805101ZM420.79062 21.914476L420.8375 22.726976Q421.65 21.773851 423.025 21.773851Q424.57187 21.773851 425.13437 22.961351Q425.50937 22.430101 426.10312 22.101976Q426.69687 21.773851 427.49374 21.773851Q429.93124 21.773851 429.97812 24.351976L429.97812 29.305101L428.7125 29.305101L428.7125 24.430101Q428.7125 23.633226 428.3375 23.242601Q427.97812 22.851976 427.13437 22.851976Q426.41562 22.851976 425.94687 23.273851Q425.49374 23.680101 425.41562 24.398851L425.41562 29.305101L424.15 29.305101L424.15 24.461351Q424.15 22.851976 422.57187 22.851976Q421.32187 22.851976 420.86874 23.898851L420.86874 29.305101L419.60312 29.305101L419.60312 21.914476L420.79062 21.914476ZM434.68124 29.445726Q433.16562 29.445726 432.22812 28.461351Q431.29062 27.461351 431.29062 25.805101L431.29062 25.586351Q431.29062 24.476976 431.7125 23.617601Q432.13437 22.742601 432.88437 22.258226Q433.63437 21.773851 434.525 21.773851Q435.9625 21.773851 436.75937 22.726976Q437.55624 23.664476 437.55624 25.445726L437.55624 25.961351L432.55624 25.961351Q432.57187 27.055101 433.18124 27.742601Q433.80624 28.414476 434.74374 28.414476Q435.41562 28.414476 435.86874 28.148851Q436.3375 27.867601 436.69687 27.414476L437.4625 28.008226Q436.54062 29.445726 434.68124 29.445726ZM434.525 22.805101Q433.75937 22.805101 433.22812 23.367601Q432.7125 23.930101 432.5875 24.930101L436.29062 24.930101L436.29062 24.836351Q436.24374 23.867601 435.775 23.336351Q435.30624 22.805101 434.525 22.805101ZM439.80624 21.914476L439.8375 22.836351Q440.69687 21.773851 442.05624 21.773851Q444.4 21.773851 444.43124 24.414476L444.43124 29.305101L443.16562 29.305101L443.16562 24.414476Q443.15 23.617601 442.79062 23.242601Q442.43124 22.851976 441.68124 22.851976Q441.05624 22.851976 440.5875 23.180101Q440.13437 23.508226 439.86874 24.039476L439.86874 29.305101L438.60312 29.305101L438.60312 21.914476L439.80624 21.914476ZM448.32187 20.117601L448.32187 21.914476L449.69687 21.914476L449.69687 22.883226L448.32187 22.883226L448.32187 27.476976Q448.32187 27.914476 448.50937 28.148851Q448.69687 28.367601 449.13437 28.367601Q449.35312 28.367601 449.74374 28.273851L449.74374 29.305101Q449.24374 29.445726 448.775 29.445726Q447.91562 29.445726 447.47812 28.930101Q447.05624 28.414476 447.05624 27.476976L447.05624 22.883226L445.7125 22.883226L445.7125 21.914476L447.05624 21.914476L447.05624 20.117601L448.32187 20.117601ZM455.91562 27.336351Q455.91562 26.836351 455.525 26.555101Q455.13437 26.258226 454.18124 26.055101Q453.22812 25.851976 452.65 25.570726Q452.0875 25.273851 451.82187 24.883226Q451.55624 24.492601 451.55624 23.945726Q451.55624 23.023851 452.32187 22.398851Q453.0875 21.773851 454.29062 21.773851Q455.54062 21.773851 456.32187 22.430101Q457.10312 23.070726 457.10312 24.086351L455.8375 24.086351Q455.8375 23.555101 455.4 23.180101Q454.9625 22.805101 454.29062 22.805101Q453.60312 22.805101 453.2125 23.117601Q452.82187 23.414476 452.82187 23.898851Q452.82187 24.351976 453.18124 24.586351Q453.54062 24.820726 454.47812 25.039476Q455.43124 25.242601 456.025 25.539476Q456.61874 25.836351 456.9 26.258226Q457.18124 26.664476 457.18124 27.258226Q457.18124 28.242601 456.38437 28.851976Q455.5875 29.445726 454.32187 29.445726Q453.44687 29.445726 452.75937 29.133226Q452.07187 28.805101 451.68124 28.242601Q451.30624 27.680101 451.30624 27.023851L452.57187 27.023851Q452.60312 27.664476 453.07187 28.039476Q453.55624 28.414476 454.32187 28.414476Q455.04062 28.414476 455.47812 28.117601Q455.91562 27.820726 455.91562 27.336351ZM460.0875 26.508226Q460.10312 25.695726 460.275 25.226976Q460.44687 24.742601 460.97812 24.164476L461.86874 23.242601Q462.44687 22.601976 462.44687 21.851976Q462.44687 21.133226 462.07187 20.726976Q461.69687 20.320726 460.97812 20.320726Q460.275 20.320726 459.85312 20.695726Q459.43124 21.055101 459.43124 21.680101L458.16562 21.680101Q458.18124 20.570726 458.94687 19.898851Q459.72812 19.211351 460.97812 19.211351Q462.25937 19.211351 462.97812 19.914476Q463.7125 20.601976 463.7125 21.805101Q463.7125 23.008226 462.60312 24.164476L461.85312 24.914476Q461.35312 25.461351 461.35312 26.508226L460.0875 26.508226ZM460.04062 28.664476Q460.04062 28.367601 460.22812 28.164476Q460.41562 27.945726 460.775 27.945726Q461.15 27.945726 461.3375 28.164476Q461.54062 28.367601 461.54062 28.680101Q461.54062 28.976976 461.3375 29.180101Q461.15 29.383226 460.775 29.383226Q460.41562 29.383226 460.22812 29.180101Q460.04062 28.976976 460.04062 28.664476Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig17.svg b/_content/survey2019/fig17.svg
deleted file mode 100644
index e3989dd..0000000
--- a/_content/survey2019/fig17.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 609.0 506.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="609" height="506" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L609.0 0L609.0 506.0L0 506.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M145.5 60.5L145.5 429.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M230.5 60.5L230.5 429.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M316.5 60.5L316.5 429.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M401.5 60.5L401.5 429.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M486.5 60.5L486.5 429.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M571.5 60.5L571.5 429.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M145.5 60.28717L571.9525 60.28717L571.9525 429.06735L145.5 429.06735L145.5 60.28717Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 84.0L145.0 69.0L442.0 69.0L442.0 84.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 84.0L145.0 69.0L442.0 69.0L442.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 106.0L145.0 91.0L171.0 91.0L171.0 106.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 106.0L145.0 91.0L171.0 91.0L171.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 129.0L145.0 114.0L162.0 114.0L162.0 129.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 129.0L145.0 114.0L162.0 114.0L162.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 151.0L145.0 136.0L158.0 136.0L158.0 151.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 151.0L145.0 136.0L158.0 136.0L158.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 174.0L145.0 159.0L155.0 159.0L155.0 174.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 174.0L145.0 159.0L155.0 159.0L155.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 196.0L145.0 181.0L154.0 181.0L154.0 196.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 196.0L145.0 181.0L154.0 181.0L154.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 219.0L145.0 204.0L154.0 204.0L154.0 219.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 219.0L145.0 204.0L154.0 204.0L154.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 241.0L145.0 226.0L153.0 226.0L153.0 241.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 241.0L145.0 226.0L153.0 226.0L153.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 264.0L145.0 249.0L153.0 249.0L153.0 264.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 264.0L145.0 249.0L153.0 249.0L153.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 287.0L145.0 272.0L152.0 272.0L152.0 287.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 287.0L145.0 272.0L152.0 272.0L152.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 309.0L145.0 294.0L150.0 294.0L150.0 309.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 309.0L145.0 294.0L150.0 294.0L150.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 332.0L145.0 317.0L150.0 317.0L150.0 332.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 332.0L145.0 317.0L150.0 317.0L150.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 354.0L145.0 339.0L149.0 339.0L149.0 354.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 354.0L145.0 339.0L149.0 339.0L149.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 377.0L145.0 362.0L148.0 362.0L148.0 377.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 377.0L145.0 362.0L148.0 362.0L148.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 399.0L145.0 384.0L147.0 384.0L147.0 399.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 399.0L145.0 384.0L147.0 384.0L147.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 422.0L145.0 407.0L156.0 407.0L156.0 422.0Z" fill-rule="nonzero"/><path fill="#00acd7" clip-path="url(#id_0)" d="M145.0 422.0L145.0 407.0L156.0 407.0L156.0 422.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M442.0 84.0L442.0 69.0L514.0 69.0L514.0 84.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M442.0 84.0L442.0 69.0L514.0 69.0L514.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 106.0L171.0 91.0L256.0 91.0L256.0 106.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M171.0 106.0L171.0 91.0L256.0 91.0L256.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M162.0 129.0L162.0 114.0L191.0 114.0L191.0 129.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M162.0 129.0L162.0 114.0L191.0 114.0L191.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 151.0L158.0 136.0L186.0 136.0L186.0 151.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M158.0 151.0L158.0 136.0L186.0 136.0L186.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M155.0 174.0L155.0 159.0L176.0 159.0L176.0 174.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M155.0 174.0L155.0 159.0L176.0 159.0L176.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M154.0 196.0L154.0 181.0L190.0 181.0L190.0 196.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M154.0 196.0L154.0 181.0L190.0 181.0L190.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M154.0 219.0L154.0 204.0L182.0 204.0L182.0 219.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M154.0 219.0L154.0 204.0L182.0 204.0L182.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M153.0 241.0L153.0 226.0L183.0 226.0L183.0 241.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M153.0 241.0L153.0 226.0L183.0 226.0L183.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M153.0 264.0L153.0 249.0L171.0 249.0L171.0 264.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M153.0 264.0L153.0 249.0L171.0 249.0L171.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M152.0 287.0L152.0 272.0L164.0 272.0L164.0 287.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M152.0 287.0L152.0 272.0L164.0 272.0L164.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 309.0L150.0 294.0L163.0 294.0L163.0 309.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M150.0 309.0L150.0 294.0L163.0 294.0L163.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 332.0L150.0 317.0L165.0 317.0L165.0 332.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M150.0 332.0L150.0 317.0L165.0 317.0L165.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 354.0L149.0 339.0L153.0 339.0L153.0 354.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M149.0 354.0L149.0 339.0L153.0 339.0L153.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M148.0 377.0L148.0 362.0L153.0 362.0L153.0 377.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M148.0 377.0L148.0 362.0L153.0 362.0L153.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M147.0 399.0L147.0 384.0L162.0 384.0L162.0 399.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M147.0 399.0L147.0 384.0L162.0 384.0L162.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M156.0 422.0L156.0 407.0L173.0 407.0L173.0 422.0Z" fill-rule="nonzero"/><path fill="#2eb8da" clip-path="url(#id_0)" d="M156.0 422.0L156.0 407.0L173.0 407.0L173.0 422.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M514.0 84.0L514.0 69.0L543.0 69.0L543.0 84.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M514.0 84.0L514.0 69.0L543.0 69.0L543.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M256.0 106.0L256.0 91.0L325.0 91.0L325.0 106.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M256.0 106.0L256.0 91.0L325.0 91.0L325.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M191.0 129.0L191.0 114.0L220.0 114.0L220.0 129.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M191.0 129.0L191.0 114.0L220.0 114.0L220.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M186.0 151.0L186.0 136.0L220.0 136.0L220.0 151.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M186.0 151.0L186.0 136.0L220.0 136.0L220.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M176.0 174.0L176.0 159.0L195.0 159.0L195.0 174.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M176.0 174.0L176.0 159.0L195.0 159.0L195.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M190.0 196.0L190.0 181.0L243.0 181.0L243.0 196.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M190.0 196.0L190.0 181.0L243.0 181.0L243.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M182.0 219.0L182.0 204.0L218.0 204.0L218.0 219.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M182.0 219.0L182.0 204.0L218.0 204.0L218.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M183.0 241.0L183.0 226.0L218.0 226.0L218.0 241.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M183.0 241.0L183.0 226.0L218.0 226.0L218.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 264.0L171.0 249.0L197.0 249.0L197.0 264.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M171.0 264.0L171.0 249.0L197.0 249.0L197.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M164.0 287.0L164.0 272.0L175.0 272.0L175.0 287.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M164.0 287.0L164.0 272.0L175.0 272.0L175.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M163.0 309.0L163.0 294.0L174.0 294.0L174.0 309.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M163.0 309.0L163.0 294.0L174.0 294.0L174.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M165.0 332.0L165.0 317.0L177.0 317.0L177.0 332.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M165.0 332.0L165.0 317.0L177.0 317.0L177.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M153.0 354.0L153.0 339.0L159.0 339.0L159.0 354.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M153.0 354.0L153.0 339.0L159.0 339.0L159.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M153.0 377.0L153.0 362.0L162.0 362.0L162.0 377.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M153.0 377.0L153.0 362.0L162.0 362.0L162.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M162.0 399.0L162.0 384.0L195.0 384.0L195.0 399.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M162.0 399.0L162.0 384.0L195.0 384.0L195.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M173.0 422.0L173.0 407.0L187.0 407.0L187.0 422.0Z" fill-rule="nonzero"/><path fill="#5cc4dd" clip-path="url(#id_0)" d="M173.0 422.0L173.0 407.0L187.0 407.0L187.0 422.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M543.0 84.0L543.0 69.0L558.0 69.0L558.0 84.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M543.0 84.0L543.0 69.0L558.0 69.0L558.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M325.0 106.0L325.0 91.0L384.0 91.0L384.0 106.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M325.0 106.0L325.0 91.0L384.0 91.0L384.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M220.0 129.0L220.0 114.0L247.0 114.0L247.0 129.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M220.0 129.0L220.0 114.0L247.0 114.0L247.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M220.0 151.0L220.0 136.0L257.0 136.0L257.0 151.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M220.0 151.0L220.0 136.0L257.0 136.0L257.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 174.0L195.0 159.0L213.0 159.0L213.0 174.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M195.0 174.0L195.0 159.0L213.0 159.0L213.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 196.0L243.0 181.0L301.0 181.0L301.0 196.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M243.0 196.0L243.0 181.0L301.0 181.0L301.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M218.0 219.0L218.0 204.0L248.0 204.0L248.0 219.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M218.0 219.0L218.0 204.0L248.0 204.0L248.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M218.0 241.0L218.0 226.0L260.0 226.0L260.0 241.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M218.0 241.0L218.0 226.0L260.0 226.0L260.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M197.0 264.0L197.0 249.0L228.0 249.0L228.0 264.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M197.0 264.0L197.0 249.0L228.0 249.0L228.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M175.0 287.0L175.0 272.0L189.0 272.0L189.0 287.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M175.0 287.0L175.0 272.0L189.0 272.0L189.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M174.0 309.0L174.0 294.0L188.0 294.0L188.0 309.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M174.0 309.0L174.0 294.0L188.0 294.0L188.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M177.0 332.0L177.0 317.0L193.0 317.0L193.0 332.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M177.0 332.0L177.0 317.0L193.0 317.0L193.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M159.0 354.0L159.0 339.0L166.0 339.0L166.0 354.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M159.0 354.0L159.0 339.0L166.0 339.0L166.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M162.0 377.0L162.0 362.0L171.0 362.0L171.0 377.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M162.0 377.0L162.0 362.0L171.0 362.0L171.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M195.0 399.0L195.0 384.0L232.0 384.0L232.0 399.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M195.0 399.0L195.0 384.0L232.0 384.0L232.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M187.0 422.0L187.0 407.0L199.0 407.0L199.0 422.0Z" fill-rule="nonzero"/><path fill="#8ad0e0" clip-path="url(#id_0)" d="M187.0 422.0L187.0 407.0L199.0 407.0L199.0 422.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M558.0 84.0L558.0 69.0L567.0 69.0C568.10455 69.0 569.0 69.89543 569.0 71.0L569.0 82.0C569.0 83.10457 568.10455 84.0 567.0 84.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M558.0 84.0L558.0 69.0L567.0 69.0C568.10455 69.0 569.0 69.89543 569.0 71.0L569.0 82.0C569.0 83.10457 568.10455 84.0 567.0 84.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M384.0 106.0L384.0 91.0L430.0 91.0C431.10458 91.0 432.0 91.89543 432.0 93.0L432.0 104.0C432.0 105.10457 431.10458 106.0 430.0 106.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M384.0 106.0L384.0 91.0L430.0 91.0C431.10458 91.0 432.0 91.89543 432.0 93.0L432.0 104.0C432.0 105.10457 431.10458 106.0 430.0 106.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M247.0 129.0L247.0 114.0L274.0 114.0C275.10458 114.0 276.0 114.89543 276.0 116.0L276.0 127.0C276.0 128.10457 275.10458 129.0 274.0 129.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M247.0 129.0L247.0 114.0L274.0 114.0C275.10458 114.0 276.0 114.89543 276.0 116.0L276.0 127.0C276.0 128.10457 275.10458 129.0 274.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M257.0 151.0L257.0 136.0L304.0 136.0C305.10458 136.0 306.0 136.89543 306.0 138.0L306.0 149.0C306.0 150.10457 305.10458 151.0 304.0 151.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M257.0 151.0L257.0 136.0L304.0 136.0C305.10458 136.0 306.0 136.89543 306.0 138.0L306.0 149.0C306.0 150.10457 305.10458 151.0 304.0 151.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M213.0 174.0L213.0 159.0L220.0 159.0C221.10457 159.0 222.0 159.89543 222.0 161.0L222.0 172.0C222.0 173.10457 221.10457 174.0 220.0 174.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M213.0 174.0L213.0 159.0L220.0 159.0C221.10457 159.0 222.0 159.89543 222.0 161.0L222.0 172.0C222.0 173.10457 221.10457 174.0 220.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M301.0 196.0L301.0 181.0L363.0 181.0C364.10458 181.0 365.0 181.89543 365.0 183.0L365.0 194.0C365.0 195.10457 364.10458 196.0 363.0 196.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M301.0 196.0L301.0 181.0L363.0 181.0C364.10458 181.0 365.0 181.89543 365.0 183.0L365.0 194.0C365.0 195.10457 364.10458 196.0 363.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M248.0 219.0L248.0 204.0L272.0 204.0C273.10458 204.0 274.0 204.89543 274.0 206.0L274.0 217.0C274.0 218.10457 273.10458 219.0 272.0 219.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M248.0 219.0L248.0 204.0L272.0 204.0C273.10458 204.0 274.0 204.89543 274.0 206.0L274.0 217.0C274.0 218.10457 273.10458 219.0 272.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M260.0 241.0L260.0 226.0L298.0 226.0C299.10458 226.0 300.0 226.89543 300.0 228.0L300.0 239.0C300.0 240.10457 299.10458 241.0 298.0 241.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M260.0 241.0L260.0 226.0L298.0 226.0C299.10458 226.0 300.0 226.89543 300.0 228.0L300.0 239.0C300.0 240.10457 299.10458 241.0 298.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M228.0 264.0L228.0 249.0L261.0 249.0C262.10458 249.0 263.0 249.89543 263.0 251.0L263.0 262.0C263.0 263.10458 262.10458 264.0 261.0 264.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M228.0 264.0L228.0 249.0L261.0 249.0C262.10458 249.0 263.0 249.89543 263.0 251.0L263.0 262.0C263.0 263.10458 262.10458 264.0 261.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M189.0 287.0L189.0 272.0L205.0 272.0C206.10457 272.0 207.0 272.89542 207.0 274.0L207.0 285.0C207.0 286.10458 206.10457 287.0 205.0 287.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M189.0 287.0L189.0 272.0L205.0 272.0C206.10457 272.0 207.0 272.89542 207.0 274.0L207.0 285.0C207.0 286.10458 206.10457 287.0 205.0 287.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M188.0 309.0L188.0 294.0L201.0 294.0C202.10457 294.0 203.0 294.89542 203.0 296.0L203.0 307.0C203.0 308.10458 202.10457 309.0 201.0 309.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M188.0 309.0L188.0 294.0L201.0 294.0C202.10457 294.0 203.0 294.89542 203.0 296.0L203.0 307.0C203.0 308.10458 202.10457 309.0 201.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M193.0 332.0L193.0 317.0L211.0 317.0C212.10457 317.0 213.0 317.89542 213.0 319.0L213.0 330.0C213.0 331.10458 212.10457 332.0 211.0 332.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M193.0 332.0L193.0 317.0L211.0 317.0C212.10457 317.0 213.0 317.89542 213.0 319.0L213.0 330.0C213.0 331.10458 212.10457 332.0 211.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M166.0 354.0L166.0 339.0L171.0 339.0C172.10457 339.0 173.0 339.89542 173.0 341.0L173.0 352.0C173.0 353.10458 172.10457 354.0 171.0 354.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M166.0 354.0L166.0 339.0L171.0 339.0C172.10457 339.0 173.0 339.89542 173.0 341.0L173.0 352.0C173.0 353.10458 172.10457 354.0 171.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 377.0L171.0 362.0L177.0 362.0C178.10457 362.0 179.0 362.89542 179.0 364.0L179.0 375.0C179.0 376.10458 178.10457 377.0 177.0 377.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M171.0 377.0L171.0 362.0L177.0 362.0C178.10457 362.0 179.0 362.89542 179.0 364.0L179.0 375.0C179.0 376.10458 178.10457 377.0 177.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M232.0 399.0L232.0 384.0L266.0 384.0C267.10458 384.0 268.0 384.89542 268.0 386.0L268.0 397.0C268.0 398.10458 267.10458 399.0 266.0 399.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M232.0 399.0L232.0 384.0L266.0 384.0C267.10458 384.0 268.0 384.89542 268.0 386.0L268.0 397.0C268.0 398.10458 267.10458 399.0 266.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M199.0 422.0L199.0 407.0L208.0 407.0C209.10457 407.0 210.0 407.89542 210.0 409.0L210.0 420.0C210.0 421.10458 209.10457 422.0 208.0 422.0Z" fill-rule="nonzero"/><path fill="#b8dce3" clip-path="url(#id_0)" d="M199.0 422.0L199.0 407.0L208.0 407.0C209.10457 407.0 210.0 407.89542 210.0 409.0L210.0 420.0C210.0 421.10458 209.10457 422.0 208.0 422.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M586.08356 76.75Q585.75543 77.15625 585.27106 77.40625Q584.8023 77.640625 584.2398 77.640625Q583.50543 77.640625 582.95856 77.28125Q582.4117 76.921875 582.1148 76.265625Q581.81793 75.59375 581.81793 74.796875Q581.81793 73.953125 582.13043 73.265625Q582.45856 72.578125 583.0523 72.21875Q583.6617 71.84375 584.45856 71.84375Q585.7242 71.84375 586.44293 72.796875Q587.1773 73.75 587.1773 75.375L587.1773 75.6875Q587.1773 78.1875 586.19293 79.328125Q585.20856 80.46875 583.2242 80.5L583.00543 80.5L583.00543 79.59375L583.2398 79.59375Q584.58356 79.5625 585.3023 78.890625Q586.02106 78.21875 586.08356 76.75ZM584.4117 76.75Q584.95856 76.75 585.4117 76.421875Q585.88043 76.078125 586.0992 75.59375L586.0992 75.15625Q586.0992 74.09375 585.63043 73.421875Q585.1617 72.75 584.45856 72.75Q583.7398 72.75 583.3023 73.296875Q582.88043 73.84375 582.88043 74.75Q582.88043 75.625 583.2867 76.1875Q583.70856 76.75 584.4117 76.75ZM593.08356 76.75Q592.75543 77.15625 592.27106 77.40625Q591.8023 77.640625 591.2398 77.640625Q590.50543 77.640625 589.95856 77.28125Q589.4117 76.921875 589.1148 76.265625Q588.81793 75.59375 588.81793 74.796875Q588.81793 73.953125 589.13043 73.265625Q589.45856 72.578125 590.0523 72.21875Q590.6617 71.84375 591.45856 71.84375Q592.7242 71.84375 593.44293 72.796875Q594.1773 73.75 594.1773 75.375L594.1773 75.6875Q594.1773 78.1875 593.19293 79.328125Q592.20856 80.46875 590.2242 80.5L590.00543 80.5L590.00543 79.59375L590.2398 79.59375Q591.58356 79.5625 592.3023 78.890625Q593.02106 78.21875 593.08356 76.75ZM591.4117 76.75Q591.95856 76.75 592.4117 76.421875Q592.88043 76.078125 593.0992 75.59375L593.0992 75.15625Q593.0992 74.09375 592.63043 73.421875Q592.1617 72.75 591.45856 72.75Q590.7398 72.75 590.3023 73.296875Q589.88043 73.84375 589.88043 74.75Q589.88043 75.625 590.2867 76.1875Q590.70856 76.75 591.4117 76.75ZM595.83356 73.609375Q595.83356 72.84375 596.31793 72.34375Q596.81793 71.84375 597.58356 71.84375Q598.3648 71.84375 598.8492 72.34375Q599.33356 72.84375 599.33356 73.640625L599.33356 74.0625Q599.33356 74.828125 598.83356 75.328125Q598.3492 75.8125 597.5992 75.8125Q596.83356 75.8125 596.33356 75.328125Q595.83356 74.828125 595.83356 74.015625L595.83356 73.609375ZM596.64606 74.0625Q596.64606 74.515625 596.89606 74.8125Q597.1617 75.109375 597.5992 75.109375Q598.02106 75.109375 598.27106 74.828125Q598.52106 74.53125 598.52106 74.03125L598.52106 73.609375Q598.52106 73.15625 598.27106 72.859375Q598.02106 72.546875 597.58356 72.546875Q597.14606 72.546875 596.89606 72.859375Q596.64606 73.15625 596.64606 73.625L596.64606 74.0625ZM599.9898 78.40625Q599.9898 77.640625 600.4742 77.15625Q600.9742 76.65625 601.7398 76.65625Q602.50543 76.65625 602.9898 77.15625Q603.4898 77.640625 603.4898 78.453125L603.4898 78.859375Q603.4898 79.625 603.00543 80.125Q602.52106 80.625 601.75543 80.625Q600.9898 80.625 600.4898 80.140625Q599.9898 79.640625 599.9898 78.828125L599.9898 78.40625ZM600.8023 78.859375Q600.8023 79.328125 601.0523 79.625Q601.31793 79.921875 601.75543 79.921875Q602.1773 79.921875 602.4273 79.640625Q602.6773 79.34375 602.6773 78.84375L602.6773 78.40625Q602.6773 77.9375 602.4117 77.65625Q602.1617 77.359375 601.7398 77.359375Q601.31793 77.359375 601.0523 77.65625Q600.8023 77.9375 600.8023 78.4375L600.8023 78.859375ZM597.8492 79.859375L597.2242 79.46875L601.39606 72.796875L602.00543 73.1875L597.8492 79.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M586.08356 76.75Q585.75543 77.15625 585.27106 77.40625Q584.8023 77.640625 584.2398 77.640625Q583.50543 77.640625 582.95856 77.28125Q582.4117 76.921875 582.1148 76.265625Q581.81793 75.59375 581.81793 74.796875Q581.81793 73.953125 582.13043 73.265625Q582.45856 72.578125 583.0523 72.21875Q583.6617 71.84375 584.45856 71.84375Q585.7242 71.84375 586.44293 72.796875Q587.1773 73.75 587.1773 75.375L587.1773 75.6875Q587.1773 78.1875 586.19293 79.328125Q585.20856 80.46875 583.2242 80.5L583.00543 80.5L583.00543 79.59375L583.2398 79.59375Q584.58356 79.5625 585.3023 78.890625Q586.02106 78.21875 586.08356 76.75ZM584.4117 76.75Q584.95856 76.75 585.4117 76.421875Q585.88043 76.078125 586.0992 75.59375L586.0992 75.15625Q586.0992 74.09375 585.63043 73.421875Q585.1617 72.75 584.45856 72.75Q583.7398 72.75 583.3023 73.296875Q582.88043 73.84375 582.88043 74.75Q582.88043 75.625 583.2867 76.1875Q583.70856 76.75 584.4117 76.75ZM593.08356 76.75Q592.75543 77.15625 592.27106 77.40625Q591.8023 77.640625 591.2398 77.640625Q590.50543 77.640625 589.95856 77.28125Q589.4117 76.921875 589.1148 76.265625Q588.81793 75.59375 588.81793 74.796875Q588.81793 73.953125 589.13043 73.265625Q589.45856 72.578125 590.0523 72.21875Q590.6617 71.84375 591.45856 71.84375Q592.7242 71.84375 593.44293 72.796875Q594.1773 73.75 594.1773 75.375L594.1773 75.6875Q594.1773 78.1875 593.19293 79.328125Q592.20856 80.46875 590.2242 80.5L590.00543 80.5L590.00543 79.59375L590.2398 79.59375Q591.58356 79.5625 592.3023 78.890625Q593.02106 78.21875 593.08356 76.75ZM591.4117 76.75Q591.95856 76.75 592.4117 76.421875Q592.88043 76.078125 593.0992 75.59375L593.0992 75.15625Q593.0992 74.09375 592.63043 73.421875Q592.1617 72.75 591.45856 72.75Q590.7398 72.75 590.3023 73.296875Q589.88043 73.84375 589.88043 74.75Q589.88043 75.625 590.2867 76.1875Q590.70856 76.75 591.4117 76.75ZM595.83356 73.609375Q595.83356 72.84375 596.31793 72.34375Q596.81793 71.84375 597.58356 71.84375Q598.3648 71.84375 598.8492 72.34375Q599.33356 72.84375 599.33356 73.640625L599.33356 74.0625Q599.33356 74.828125 598.83356 75.328125Q598.3492 75.8125 597.5992 75.8125Q596.83356 75.8125 596.33356 75.328125Q595.83356 74.828125 595.83356 74.015625L595.83356 73.609375ZM596.64606 74.0625Q596.64606 74.515625 596.89606 74.8125Q597.1617 75.109375 597.5992 75.109375Q598.02106 75.109375 598.27106 74.828125Q598.52106 74.53125 598.52106 74.03125L598.52106 73.609375Q598.52106 73.15625 598.27106 72.859375Q598.02106 72.546875 597.58356 72.546875Q597.14606 72.546875 596.89606 72.859375Q596.64606 73.15625 596.64606 73.625L596.64606 74.0625ZM599.9898 78.40625Q599.9898 77.640625 600.4742 77.15625Q600.9742 76.65625 601.7398 76.65625Q602.50543 76.65625 602.9898 77.15625Q603.4898 77.640625 603.4898 78.453125L603.4898 78.859375Q603.4898 79.625 603.00543 80.125Q602.52106 80.625 601.75543 80.625Q600.9898 80.625 600.4898 80.140625Q599.9898 79.640625 599.9898 78.828125L599.9898 78.40625ZM600.8023 78.859375Q600.8023 79.328125 601.0523 79.625Q601.31793 79.921875 601.75543 79.921875Q602.1773 79.921875 602.4273 79.640625Q602.6773 79.34375 602.6773 78.84375L602.6773 78.40625Q602.6773 77.9375 602.4117 77.65625Q602.1617 77.359375 601.7398 77.359375Q601.31793 77.359375 601.0523 77.65625Q600.8023 77.9375 600.8023 78.4375L600.8023 78.859375ZM597.8492 79.859375L597.2242 79.46875L601.39606 72.796875L602.00543 73.1875L597.8492 79.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M449.34094 93.96875L449.34094 94.875L449.13782 94.875Q447.8722 94.90625 447.1222 95.640625Q446.3722 96.359375 446.2472 97.671875Q446.9347 96.90625 448.09094 96.90625Q449.20032 96.90625 449.8722 97.6875Q450.54407 98.46875 450.54407 99.71875Q450.54407 101.03125 449.82532 101.828125Q449.10657 102.625 447.88782 102.625Q446.66907 102.625 445.90344 101.6875Q445.15344 100.734375 445.15344 99.25L445.15344 98.84375Q445.15344 96.484375 446.15344 95.234375Q447.15344 93.984375 449.13782 93.96875L449.34094 93.96875ZM447.91907 97.8125Q447.35657 97.8125 446.88782 98.140625Q446.41907 98.46875 446.23157 98.984375L446.23157 99.375Q446.23157 100.4375 446.70032 101.078125Q447.1847 101.71875 447.88782 101.71875Q448.6222 101.71875 449.04407 101.1875Q449.46594 100.640625 449.46594 99.765625Q449.46594 98.890625 449.04407 98.359375Q448.6222 97.8125 447.91907 97.8125ZM457.59094 94.578125L454.0597 102.5L452.91907 102.5L456.4347 94.859375L451.82532 94.859375L451.82532 93.96875L457.59094 93.96875L457.59094 94.578125ZM458.98157 95.609375Q458.98157 94.84375 459.46594 94.34375Q459.96594 93.84375 460.73157 93.84375Q461.51282 93.84375 461.9972 94.34375Q462.48157 94.84375 462.48157 95.640625L462.48157 96.0625Q462.48157 96.828125 461.98157 97.328125Q461.4972 97.8125 460.7472 97.8125Q459.98157 97.8125 459.48157 97.328125Q458.98157 96.828125 458.98157 96.015625L458.98157 95.609375ZM459.79407 96.0625Q459.79407 96.515625 460.04407 96.8125Q460.3097 97.109375 460.7472 97.109375Q461.16907 97.109375 461.41907 96.828125Q461.66907 96.53125 461.66907 96.03125L461.66907 95.609375Q461.66907 95.15625 461.41907 94.859375Q461.16907 94.546875 460.73157 94.546875Q460.29407 94.546875 460.04407 94.859375Q459.79407 95.15625 459.79407 95.625L459.79407 96.0625ZM463.13782 100.40625Q463.13782 99.640625 463.6222 99.15625Q464.1222 98.65625 464.88782 98.65625Q465.65344 98.65625 466.13782 99.15625Q466.63782 99.640625 466.63782 100.453125L466.63782 100.859375Q466.63782 101.625 466.15344 102.125Q465.66907 102.625 464.90344 102.625Q464.13782 102.625 463.63782 102.140625Q463.13782 101.640625 463.13782 100.828125L463.13782 100.40625ZM463.95032 100.859375Q463.95032 101.328125 464.20032 101.625Q464.46594 101.921875 464.90344 101.921875Q465.32532 101.921875 465.57532 101.640625Q465.82532 101.34375 465.82532 100.84375L465.82532 100.40625Q465.82532 99.9375 465.5597 99.65625Q465.3097 99.359375 464.88782 99.359375Q464.46594 99.359375 464.20032 99.65625Q463.95032 99.9375 463.95032 100.4375L463.95032 100.859375ZM460.9972 101.859375L460.3722 101.46875L464.54407 94.796875L465.15344 95.1875L460.9972 101.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M449.34094 93.96875L449.34094 94.875L449.13782 94.875Q447.8722 94.90625 447.1222 95.640625Q446.3722 96.359375 446.2472 97.671875Q446.9347 96.90625 448.09094 96.90625Q449.20032 96.90625 449.8722 97.6875Q450.54407 98.46875 450.54407 99.71875Q450.54407 101.03125 449.82532 101.828125Q449.10657 102.625 447.88782 102.625Q446.66907 102.625 445.90344 101.6875Q445.15344 100.734375 445.15344 99.25L445.15344 98.84375Q445.15344 96.484375 446.15344 95.234375Q447.15344 93.984375 449.13782 93.96875L449.34094 93.96875ZM447.91907 97.8125Q447.35657 97.8125 446.88782 98.140625Q446.41907 98.46875 446.23157 98.984375L446.23157 99.375Q446.23157 100.4375 446.70032 101.078125Q447.1847 101.71875 447.88782 101.71875Q448.6222 101.71875 449.04407 101.1875Q449.46594 100.640625 449.46594 99.765625Q449.46594 98.890625 449.04407 98.359375Q448.6222 97.8125 447.91907 97.8125ZM457.59094 94.578125L454.0597 102.5L452.91907 102.5L456.4347 94.859375L451.82532 94.859375L451.82532 93.96875L457.59094 93.96875L457.59094 94.578125ZM458.98157 95.609375Q458.98157 94.84375 459.46594 94.34375Q459.96594 93.84375 460.73157 93.84375Q461.51282 93.84375 461.9972 94.34375Q462.48157 94.84375 462.48157 95.640625L462.48157 96.0625Q462.48157 96.828125 461.98157 97.328125Q461.4972 97.8125 460.7472 97.8125Q459.98157 97.8125 459.48157 97.328125Q458.98157 96.828125 458.98157 96.015625L458.98157 95.609375ZM459.79407 96.0625Q459.79407 96.515625 460.04407 96.8125Q460.3097 97.109375 460.7472 97.109375Q461.16907 97.109375 461.41907 96.828125Q461.66907 96.53125 461.66907 96.03125L461.66907 95.609375Q461.66907 95.15625 461.41907 94.859375Q461.16907 94.546875 460.73157 94.546875Q460.29407 94.546875 460.04407 94.859375Q459.79407 95.15625 459.79407 95.625L459.79407 96.0625ZM463.13782 100.40625Q463.13782 99.640625 463.6222 99.15625Q464.1222 98.65625 464.88782 98.65625Q465.65344 98.65625 466.13782 99.15625Q466.63782 99.640625 466.63782 100.453125L466.63782 100.859375Q466.63782 101.625 466.15344 102.125Q465.66907 102.625 464.90344 102.625Q464.13782 102.625 463.63782 102.140625Q463.13782 101.640625 463.13782 100.828125L463.13782 100.40625ZM463.95032 100.859375Q463.95032 101.328125 464.20032 101.625Q464.46594 101.921875 464.90344 101.921875Q465.32532 101.921875 465.57532 101.640625Q465.82532 101.34375 465.82532 100.84375L465.82532 100.40625Q465.82532 99.9375 465.5597 99.65625Q465.3097 99.359375 464.88782 99.359375Q464.46594 99.359375 464.20032 99.65625Q463.95032 99.9375 463.95032 100.4375L463.95032 100.859375ZM460.9972 101.859375L460.3722 101.46875L464.54407 94.796875L465.15344 95.1875L460.9972 101.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M290.55826 120.703125L291.37076 120.703125Q292.152 120.6875 292.5895 120.296875Q293.027 119.90625 293.027 119.234375Q293.027 117.734375 291.527 117.734375Q290.82388 117.734375 290.402 118.140625Q289.99576 118.546875 289.99576 119.203125L288.902 119.203125Q288.902 118.1875 289.63638 117.515625Q290.38638 116.84375 291.527 116.84375Q292.73013 116.84375 293.41763 117.484375Q294.10513 118.125 294.10513 119.265625Q294.10513 119.828125 293.74576 120.34375Q293.38638 120.859375 292.76138 121.125Q293.4645 121.34375 293.8395 121.859375Q294.23013 122.375 294.23013 123.125Q294.23013 124.265625 293.48013 124.953125Q292.73013 125.625 291.527 125.625Q290.3395 125.625 289.57388 124.96875Q288.82388 124.3125 288.82388 123.25L289.91763 123.25Q289.91763 123.921875 290.35513 124.328125Q290.79263 124.734375 291.54263 124.734375Q292.32388 124.734375 292.73013 124.328125Q293.152 123.90625 293.152 123.140625Q293.152 122.40625 292.69888 122.015625Q292.24576 121.609375 291.37076 121.59375L290.55826 121.59375L290.55826 120.703125ZM299.54263 125.5L298.4645 125.5L298.4645 118.28125L296.277 119.078125L296.277 118.09375L299.38638 116.921875L299.54263 116.921875L299.54263 125.5ZM302.88638 118.609375Q302.88638 117.84375 303.37076 117.34375Q303.87076 116.84375 304.63638 116.84375Q305.41763 116.84375 305.902 117.34375Q306.38638 117.84375 306.38638 118.640625L306.38638 119.0625Q306.38638 119.828125 305.88638 120.328125Q305.402 120.8125 304.652 120.8125Q303.88638 120.8125 303.38638 120.328125Q302.88638 119.828125 302.88638 119.015625L302.88638 118.609375ZM303.69888 119.0625Q303.69888 119.515625 303.94888 119.8125Q304.2145 120.109375 304.652 120.109375Q305.07388 120.109375 305.32388 119.828125Q305.57388 119.53125 305.57388 119.03125L305.57388 118.609375Q305.57388 118.15625 305.32388 117.859375Q305.07388 117.546875 304.63638 117.546875Q304.19888 117.546875 303.94888 117.859375Q303.69888 118.15625 303.69888 118.625L303.69888 119.0625ZM307.04263 123.40625Q307.04263 122.640625 307.527 122.15625Q308.027 121.65625 308.79263 121.65625Q309.55826 121.65625 310.04263 122.15625Q310.54263 122.640625 310.54263 123.453125L310.54263 123.859375Q310.54263 124.625 310.05826 125.125Q309.57388 125.625 308.80826 125.625Q308.04263 125.625 307.54263 125.140625Q307.04263 124.640625 307.04263 123.828125L307.04263 123.40625ZM307.85513 123.859375Q307.85513 124.328125 308.10513 124.625Q308.37076 124.921875 308.80826 124.921875Q309.23013 124.921875 309.48013 124.640625Q309.73013 124.34375 309.73013 123.84375L309.73013 123.40625Q309.73013 122.9375 309.4645 122.65625Q309.2145 122.359375 308.79263 122.359375Q308.37076 122.359375 308.10513 122.65625Q307.85513 122.9375 307.85513 123.4375L307.85513 123.859375ZM304.902 124.859375L304.277 124.46875L308.44888 117.796875L309.05826 118.1875L304.902 124.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M290.55826 120.703125L291.37076 120.703125Q292.152 120.6875 292.5895 120.296875Q293.027 119.90625 293.027 119.234375Q293.027 117.734375 291.527 117.734375Q290.82388 117.734375 290.402 118.140625Q289.99576 118.546875 289.99576 119.203125L288.902 119.203125Q288.902 118.1875 289.63638 117.515625Q290.38638 116.84375 291.527 116.84375Q292.73013 116.84375 293.41763 117.484375Q294.10513 118.125 294.10513 119.265625Q294.10513 119.828125 293.74576 120.34375Q293.38638 120.859375 292.76138 121.125Q293.4645 121.34375 293.8395 121.859375Q294.23013 122.375 294.23013 123.125Q294.23013 124.265625 293.48013 124.953125Q292.73013 125.625 291.527 125.625Q290.3395 125.625 289.57388 124.96875Q288.82388 124.3125 288.82388 123.25L289.91763 123.25Q289.91763 123.921875 290.35513 124.328125Q290.79263 124.734375 291.54263 124.734375Q292.32388 124.734375 292.73013 124.328125Q293.152 123.90625 293.152 123.140625Q293.152 122.40625 292.69888 122.015625Q292.24576 121.609375 291.37076 121.59375L290.55826 121.59375L290.55826 120.703125ZM299.54263 125.5L298.4645 125.5L298.4645 118.28125L296.277 119.078125L296.277 118.09375L299.38638 116.921875L299.54263 116.921875L299.54263 125.5ZM302.88638 118.609375Q302.88638 117.84375 303.37076 117.34375Q303.87076 116.84375 304.63638 116.84375Q305.41763 116.84375 305.902 117.34375Q306.38638 117.84375 306.38638 118.640625L306.38638 119.0625Q306.38638 119.828125 305.88638 120.328125Q305.402 120.8125 304.652 120.8125Q303.88638 120.8125 303.38638 120.328125Q302.88638 119.828125 302.88638 119.015625L302.88638 118.609375ZM303.69888 119.0625Q303.69888 119.515625 303.94888 119.8125Q304.2145 120.109375 304.652 120.109375Q305.07388 120.109375 305.32388 119.828125Q305.57388 119.53125 305.57388 119.03125L305.57388 118.609375Q305.57388 118.15625 305.32388 117.859375Q305.07388 117.546875 304.63638 117.546875Q304.19888 117.546875 303.94888 117.859375Q303.69888 118.15625 303.69888 118.625L303.69888 119.0625ZM307.04263 123.40625Q307.04263 122.640625 307.527 122.15625Q308.027 121.65625 308.79263 121.65625Q309.55826 121.65625 310.04263 122.15625Q310.54263 122.640625 310.54263 123.453125L310.54263 123.859375Q310.54263 124.625 310.05826 125.125Q309.57388 125.625 308.80826 125.625Q308.04263 125.625 307.54263 125.140625Q307.04263 124.640625 307.04263 123.828125L307.04263 123.40625ZM307.85513 123.859375Q307.85513 124.328125 308.10513 124.625Q308.37076 124.921875 308.80826 124.921875Q309.23013 124.921875 309.48013 124.640625Q309.73013 124.34375 309.73013 123.84375L309.73013 123.40625Q309.73013 122.9375 309.4645 122.65625Q309.2145 122.359375 308.79263 122.359375Q308.37076 122.359375 308.10513 122.65625Q307.85513 122.9375 307.85513 123.4375L307.85513 123.859375ZM304.902 124.859375L304.277 124.46875L308.44888 117.796875L309.05826 118.1875L304.902 124.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M320.7756 142.70312L321.5881 142.70312Q322.36935 142.6875 322.80685 142.29688Q323.24435 141.90625 323.24435 141.23438Q323.24435 139.73438 321.74435 139.73438Q321.04123 139.73438 320.61935 140.14062Q320.2131 140.54688 320.2131 141.20312L319.11935 141.20312Q319.11935 140.1875 319.85373 139.51562Q320.60373 138.84375 321.74435 138.84375Q322.94748 138.84375 323.63498 139.48438Q324.32248 140.125 324.32248 141.26562Q324.32248 141.82812 323.9631 142.34375Q323.60373 142.85938 322.97873 143.125Q323.68185 143.34375 324.05685 143.85938Q324.44748 144.375 324.44748 145.125Q324.44748 146.26562 323.69748 146.95312Q322.94748 147.625 321.74435 147.625Q320.55685 147.625 319.79123 146.96875Q319.04123 146.3125 319.04123 145.25L320.13498 145.25Q320.13498 145.92188 320.57248 146.32812Q321.00998 146.73438 321.75998 146.73438Q322.54123 146.73438 322.94748 146.32812Q323.36935 145.90625 323.36935 145.14062Q323.36935 144.40625 322.91623 144.01562Q322.4631 143.60938 321.5881 143.59375L320.7756 143.59375L320.7756 142.70312ZM331.38498 141.1875Q331.38498 141.82812 331.04123 142.32812Q330.69748 142.82812 330.13498 143.10938Q330.79123 143.39062 331.18185 143.95312Q331.57248 144.5 331.57248 145.20312Q331.57248 146.29688 330.82248 146.96875Q330.0881 147.625 328.86935 147.625Q327.63498 147.625 326.88498 146.96875Q326.1506 146.29688 326.1506 145.20312Q326.1506 144.5 326.5256 143.95312Q326.9006 143.39062 327.57248 143.10938Q327.00998 142.82812 326.68185 142.32812Q326.35373 141.82812 326.35373 141.1875Q326.35373 140.10938 327.04123 139.48438Q327.72873 138.84375 328.86935 138.84375Q329.99435 138.84375 330.68185 139.48438Q331.38498 140.10938 331.38498 141.1875ZM330.49435 145.17188Q330.49435 144.45312 330.04123 144.01562Q329.5881 143.5625 328.85373 143.5625Q328.11935 143.5625 327.66623 144.01562Q327.22873 144.45312 327.22873 145.1875Q327.22873 145.90625 327.66623 146.32812Q328.10373 146.73438 328.86935 146.73438Q329.61935 146.73438 330.05685 146.3125Q330.49435 145.89062 330.49435 145.17188ZM328.86935 139.73438Q328.22873 139.73438 327.82248 140.14062Q327.43185 140.53125 327.43185 141.21875Q327.43185 141.85938 327.82248 142.26562Q328.2131 142.67188 328.85373 142.67188Q329.50998 142.67188 329.9006 142.26562Q330.29123 141.85938 330.29123 141.21875Q330.29123 140.5625 329.88498 140.15625Q329.47873 139.73438 328.86935 139.73438ZM333.10373 140.60938Q333.10373 139.84375 333.5881 139.34375Q334.0881 138.84375 334.85373 138.84375Q335.63498 138.84375 336.11935 139.34375Q336.60373 139.84375 336.60373 140.64062L336.60373 141.0625Q336.60373 141.82812 336.10373 142.32812Q335.61935 142.8125 334.86935 142.8125Q334.10373 142.8125 333.60373 142.32812Q333.10373 141.82812 333.10373 141.01562L333.10373 140.60938ZM333.91623 141.0625Q333.91623 141.51562 334.16623 141.8125Q334.43185 142.10938 334.86935 142.10938Q335.29123 142.10938 335.54123 141.82812Q335.79123 141.53125 335.79123 141.03125L335.79123 140.60938Q335.79123 140.15625 335.54123 139.85938Q335.29123 139.54688 334.85373 139.54688Q334.41623 139.54688 334.16623 139.85938Q333.91623 140.15625 333.91623 140.625L333.91623 141.0625ZM337.25998 145.40625Q337.25998 144.64062 337.74435 144.15625Q338.24435 143.65625 339.00998 143.65625Q339.7756 143.65625 340.25998 144.15625Q340.75998 144.64062 340.75998 145.45312L340.75998 145.85938Q340.75998 146.625 340.2756 147.125Q339.79123 147.625 339.0256 147.625Q338.25998 147.625 337.75998 147.14062Q337.25998 146.64062 337.25998 145.82812L337.25998 145.40625ZM338.07248 145.85938Q338.07248 146.32812 338.32248 146.625Q338.5881 146.92188 339.0256 146.92188Q339.44748 146.92188 339.69748 146.64062Q339.94748 146.34375 339.94748 145.84375L339.94748 145.40625Q339.94748 144.9375 339.68185 144.65625Q339.43185 144.35938 339.00998 144.35938Q338.5881 144.35938 338.32248 144.65625Q338.07248 144.9375 338.07248 145.4375L338.07248 145.85938ZM335.11935 146.85938L334.49435 146.46875L338.66623 139.79688L339.2756 140.1875L335.11935 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M320.7756 142.70312L321.5881 142.70312Q322.36935 142.6875 322.80685 142.29688Q323.24435 141.90625 323.24435 141.23438Q323.24435 139.73438 321.74435 139.73438Q321.04123 139.73438 320.61935 140.14062Q320.2131 140.54688 320.2131 141.20312L319.11935 141.20312Q319.11935 140.1875 319.85373 139.51562Q320.60373 138.84375 321.74435 138.84375Q322.94748 138.84375 323.63498 139.48438Q324.32248 140.125 324.32248 141.26562Q324.32248 141.82812 323.9631 142.34375Q323.60373 142.85938 322.97873 143.125Q323.68185 143.34375 324.05685 143.85938Q324.44748 144.375 324.44748 145.125Q324.44748 146.26562 323.69748 146.95312Q322.94748 147.625 321.74435 147.625Q320.55685 147.625 319.79123 146.96875Q319.04123 146.3125 319.04123 145.25L320.13498 145.25Q320.13498 145.92188 320.57248 146.32812Q321.00998 146.73438 321.75998 146.73438Q322.54123 146.73438 322.94748 146.32812Q323.36935 145.90625 323.36935 145.14062Q323.36935 144.40625 322.91623 144.01562Q322.4631 143.60938 321.5881 143.59375L320.7756 143.59375L320.7756 142.70312ZM331.38498 141.1875Q331.38498 141.82812 331.04123 142.32812Q330.69748 142.82812 330.13498 143.10938Q330.79123 143.39062 331.18185 143.95312Q331.57248 144.5 331.57248 145.20312Q331.57248 146.29688 330.82248 146.96875Q330.0881 147.625 328.86935 147.625Q327.63498 147.625 326.88498 146.96875Q326.1506 146.29688 326.1506 145.20312Q326.1506 144.5 326.5256 143.95312Q326.9006 143.39062 327.57248 143.10938Q327.00998 142.82812 326.68185 142.32812Q326.35373 141.82812 326.35373 141.1875Q326.35373 140.10938 327.04123 139.48438Q327.72873 138.84375 328.86935 138.84375Q329.99435 138.84375 330.68185 139.48438Q331.38498 140.10938 331.38498 141.1875ZM330.49435 145.17188Q330.49435 144.45312 330.04123 144.01562Q329.5881 143.5625 328.85373 143.5625Q328.11935 143.5625 327.66623 144.01562Q327.22873 144.45312 327.22873 145.1875Q327.22873 145.90625 327.66623 146.32812Q328.10373 146.73438 328.86935 146.73438Q329.61935 146.73438 330.05685 146.3125Q330.49435 145.89062 330.49435 145.17188ZM328.86935 139.73438Q328.22873 139.73438 327.82248 140.14062Q327.43185 140.53125 327.43185 141.21875Q327.43185 141.85938 327.82248 142.26562Q328.2131 142.67188 328.85373 142.67188Q329.50998 142.67188 329.9006 142.26562Q330.29123 141.85938 330.29123 141.21875Q330.29123 140.5625 329.88498 140.15625Q329.47873 139.73438 328.86935 139.73438ZM333.10373 140.60938Q333.10373 139.84375 333.5881 139.34375Q334.0881 138.84375 334.85373 138.84375Q335.63498 138.84375 336.11935 139.34375Q336.60373 139.84375 336.60373 140.64062L336.60373 141.0625Q336.60373 141.82812 336.10373 142.32812Q335.61935 142.8125 334.86935 142.8125Q334.10373 142.8125 333.60373 142.32812Q333.10373 141.82812 333.10373 141.01562L333.10373 140.60938ZM333.91623 141.0625Q333.91623 141.51562 334.16623 141.8125Q334.43185 142.10938 334.86935 142.10938Q335.29123 142.10938 335.54123 141.82812Q335.79123 141.53125 335.79123 141.03125L335.79123 140.60938Q335.79123 140.15625 335.54123 139.85938Q335.29123 139.54688 334.85373 139.54688Q334.41623 139.54688 334.16623 139.85938Q333.91623 140.15625 333.91623 140.625L333.91623 141.0625ZM337.25998 145.40625Q337.25998 144.64062 337.74435 144.15625Q338.24435 143.65625 339.00998 143.65625Q339.7756 143.65625 340.25998 144.15625Q340.75998 144.64062 340.75998 145.45312L340.75998 145.85938Q340.75998 146.625 340.2756 147.125Q339.79123 147.625 339.0256 147.625Q338.25998 147.625 337.75998 147.14062Q337.25998 146.64062 337.25998 145.82812L337.25998 145.40625ZM338.07248 145.85938Q338.07248 146.32812 338.32248 146.625Q338.5881 146.92188 339.0256 146.92188Q339.44748 146.92188 339.69748 146.64062Q339.94748 146.34375 339.94748 145.84375L339.94748 145.40625Q339.94748 144.9375 339.68185 144.65625Q339.43185 144.35938 339.00998 144.35938Q338.5881 144.35938 338.32248 144.65625Q338.07248 144.9375 338.07248 145.4375L338.07248 145.85938ZM335.11935 146.85938L334.49435 146.46875L338.66623 139.79688L339.2756 140.1875L335.11935 146.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M237.92235 170.5L236.84422 170.5L236.84422 163.28125L234.65672 164.07812L234.65672 163.09375L237.7661 161.92188L237.92235 161.92188L237.92235 170.5ZM246.54735 164.1875Q246.54735 164.82812 246.2036 165.32812Q245.85985 165.82812 245.29735 166.10938Q245.9536 166.39062 246.34422 166.95312Q246.73485 167.5 246.73485 168.20312Q246.73485 169.29688 245.98485 169.96875Q245.25047 170.625 244.03172 170.625Q242.79735 170.625 242.04735 169.96875Q241.31297 169.29688 241.31297 168.20312Q241.31297 167.5 241.68797 166.95312Q242.06297 166.39062 242.73485 166.10938Q242.17235 165.82812 241.84422 165.32812Q241.5161 164.82812 241.5161 164.1875Q241.5161 163.10938 242.2036 162.48438Q242.8911 161.84375 244.03172 161.84375Q245.15672 161.84375 245.84422 162.48438Q246.54735 163.10938 246.54735 164.1875ZM245.65672 168.17188Q245.65672 167.45312 245.2036 167.01562Q244.75047 166.5625 244.0161 166.5625Q243.28172 166.5625 242.8286 167.01562Q242.3911 167.45312 242.3911 168.1875Q242.3911 168.90625 242.8286 169.32812Q243.2661 169.73438 244.03172 169.73438Q244.78172 169.73438 245.21922 169.3125Q245.65672 168.89062 245.65672 168.17188ZM244.03172 162.73438Q243.3911 162.73438 242.98485 163.14062Q242.59422 163.53125 242.59422 164.21875Q242.59422 164.85938 242.98485 165.26562Q243.37547 165.67188 244.0161 165.67188Q244.67235 165.67188 245.06297 165.26562Q245.4536 164.85938 245.4536 164.21875Q245.4536 163.5625 245.04735 163.15625Q244.6411 162.73438 244.03172 162.73438ZM248.2661 163.60938Q248.2661 162.84375 248.75047 162.34375Q249.25047 161.84375 250.0161 161.84375Q250.79735 161.84375 251.28172 162.34375Q251.7661 162.84375 251.7661 163.64062L251.7661 164.0625Q251.7661 164.82812 251.2661 165.32812Q250.78172 165.8125 250.03172 165.8125Q249.2661 165.8125 248.7661 165.32812Q248.2661 164.82812 248.2661 164.01562L248.2661 163.60938ZM249.0786 164.0625Q249.0786 164.51562 249.3286 164.8125Q249.59422 165.10938 250.03172 165.10938Q250.4536 165.10938 250.7036 164.82812Q250.9536 164.53125 250.9536 164.03125L250.9536 163.60938Q250.9536 163.15625 250.7036 162.85938Q250.4536 162.54688 250.0161 162.54688Q249.5786 162.54688 249.3286 162.85938Q249.0786 163.15625 249.0786 163.625L249.0786 164.0625ZM252.42235 168.40625Q252.42235 167.64062 252.90672 167.15625Q253.40672 166.65625 254.17235 166.65625Q254.93797 166.65625 255.42235 167.15625Q255.92235 167.64062 255.92235 168.45312L255.92235 168.85938Q255.92235 169.625 255.43797 170.125Q254.9536 170.625 254.18797 170.625Q253.42235 170.625 252.92235 170.14062Q252.42235 169.64062 252.42235 168.82812L252.42235 168.40625ZM253.23485 168.85938Q253.23485 169.32812 253.48485 169.625Q253.75047 169.92188 254.18797 169.92188Q254.60985 169.92188 254.85985 169.64062Q255.10985 169.34375 255.10985 168.84375L255.10985 168.40625Q255.10985 167.9375 254.84422 167.65625Q254.59422 167.35938 254.17235 167.35938Q253.75047 167.35938 253.48485 167.65625Q253.23485 167.9375 253.23485 168.4375L253.23485 168.85938ZM250.28172 169.85938L249.65672 169.46875L253.8286 162.79688L254.43797 163.1875L250.28172 169.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M237.92235 170.5L236.84422 170.5L236.84422 163.28125L234.65672 164.07812L234.65672 163.09375L237.7661 161.92188L237.92235 161.92188L237.92235 170.5ZM246.54735 164.1875Q246.54735 164.82812 246.2036 165.32812Q245.85985 165.82812 245.29735 166.10938Q245.9536 166.39062 246.34422 166.95312Q246.73485 167.5 246.73485 168.20312Q246.73485 169.29688 245.98485 169.96875Q245.25047 170.625 244.03172 170.625Q242.79735 170.625 242.04735 169.96875Q241.31297 169.29688 241.31297 168.20312Q241.31297 167.5 241.68797 166.95312Q242.06297 166.39062 242.73485 166.10938Q242.17235 165.82812 241.84422 165.32812Q241.5161 164.82812 241.5161 164.1875Q241.5161 163.10938 242.2036 162.48438Q242.8911 161.84375 244.03172 161.84375Q245.15672 161.84375 245.84422 162.48438Q246.54735 163.10938 246.54735 164.1875ZM245.65672 168.17188Q245.65672 167.45312 245.2036 167.01562Q244.75047 166.5625 244.0161 166.5625Q243.28172 166.5625 242.8286 167.01562Q242.3911 167.45312 242.3911 168.1875Q242.3911 168.90625 242.8286 169.32812Q243.2661 169.73438 244.03172 169.73438Q244.78172 169.73438 245.21922 169.3125Q245.65672 168.89062 245.65672 168.17188ZM244.03172 162.73438Q243.3911 162.73438 242.98485 163.14062Q242.59422 163.53125 242.59422 164.21875Q242.59422 164.85938 242.98485 165.26562Q243.37547 165.67188 244.0161 165.67188Q244.67235 165.67188 245.06297 165.26562Q245.4536 164.85938 245.4536 164.21875Q245.4536 163.5625 245.04735 163.15625Q244.6411 162.73438 244.03172 162.73438ZM248.2661 163.60938Q248.2661 162.84375 248.75047 162.34375Q249.25047 161.84375 250.0161 161.84375Q250.79735 161.84375 251.28172 162.34375Q251.7661 162.84375 251.7661 163.64062L251.7661 164.0625Q251.7661 164.82812 251.2661 165.32812Q250.78172 165.8125 250.03172 165.8125Q249.2661 165.8125 248.7661 165.32812Q248.2661 164.82812 248.2661 164.01562L248.2661 163.60938ZM249.0786 164.0625Q249.0786 164.51562 249.3286 164.8125Q249.59422 165.10938 250.03172 165.10938Q250.4536 165.10938 250.7036 164.82812Q250.9536 164.53125 250.9536 164.03125L250.9536 163.60938Q250.9536 163.15625 250.7036 162.85938Q250.4536 162.54688 250.0161 162.54688Q249.5786 162.54688 249.3286 162.85938Q249.0786 163.15625 249.0786 163.625L249.0786 164.0625ZM252.42235 168.40625Q252.42235 167.64062 252.90672 167.15625Q253.40672 166.65625 254.17235 166.65625Q254.93797 166.65625 255.42235 167.15625Q255.92235 167.64062 255.92235 168.45312L255.92235 168.85938Q255.92235 169.625 255.43797 170.125Q254.9536 170.625 254.18797 170.625Q253.42235 170.625 252.92235 170.14062Q252.42235 169.64062 252.42235 168.82812L252.42235 168.40625ZM253.23485 168.85938Q253.23485 169.32812 253.48485 169.625Q253.75047 169.92188 254.18797 169.92188Q254.60985 169.92188 254.85985 169.64062Q255.10985 169.34375 255.10985 168.84375L255.10985 168.40625Q255.10985 167.9375 254.84422 167.65625Q254.59422 167.35938 254.17235 167.35938Q253.75047 167.35938 253.48485 167.65625Q253.23485 167.9375 253.23485 168.4375L253.23485 168.85938ZM250.28172 169.85938L249.65672 169.46875L253.8286 162.79688L254.43797 163.1875L250.28172 169.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M378.0089 188.21875L378.4464 183.96875L382.8214 183.96875L382.8214 184.96875L379.3683 184.96875L379.10266 187.29688Q379.7433 186.92188 380.54016 186.92188Q381.6964 186.92188 382.3839 187.70312Q383.0714 188.46875 383.0714 189.78125Q383.0714 191.09375 382.35266 191.85938Q381.64954 192.625 380.3683 192.625Q379.2433 192.625 378.52454 192.0Q377.8058 191.35938 377.71204 190.25L378.72766 190.25Q378.83704 190.98438 379.2589 191.35938Q379.6808 191.73438 380.3683 191.73438Q381.1183 191.73438 381.5558 191.21875Q381.9933 190.70312 381.9933 189.79688Q381.9933 188.9375 381.52454 188.42188Q381.0558 187.90625 380.27454 187.90625Q379.5714 187.90625 379.16516 188.20312L378.8839 188.4375L378.0089 188.21875ZM388.0714 192.5L386.9933 192.5L386.9933 185.28125L384.8058 186.07812L384.8058 185.09375L387.91516 183.92188L388.0714 183.92188L388.0714 192.5ZM391.41516 185.60938Q391.41516 184.84375 391.89954 184.34375Q392.39954 183.84375 393.16516 183.84375Q393.9464 183.84375 394.4308 184.34375Q394.91516 184.84375 394.91516 185.64062L394.91516 186.0625Q394.91516 186.82812 394.41516 187.32812Q393.9308 187.8125 393.1808 187.8125Q392.41516 187.8125 391.91516 187.32812Q391.41516 186.82812 391.41516 186.01562L391.41516 185.60938ZM392.22766 186.0625Q392.22766 186.51562 392.47766 186.8125Q392.7433 187.10938 393.1808 187.10938Q393.60266 187.10938 393.85266 186.82812Q394.10266 186.53125 394.10266 186.03125L394.10266 185.60938Q394.10266 185.15625 393.85266 184.85938Q393.60266 184.54688 393.16516 184.54688Q392.72766 184.54688 392.47766 184.85938Q392.22766 185.15625 392.22766 185.625L392.22766 186.0625ZM395.5714 190.40625Q395.5714 189.64062 396.0558 189.15625Q396.5558 188.65625 397.3214 188.65625Q398.08704 188.65625 398.5714 189.15625Q399.0714 189.64062 399.0714 190.45312L399.0714 190.85938Q399.0714 191.625 398.58704 192.125Q398.10266 192.625 397.33704 192.625Q396.5714 192.625 396.0714 192.14062Q395.5714 191.64062 395.5714 190.82812L395.5714 190.40625ZM396.3839 190.85938Q396.3839 191.32812 396.6339 191.625Q396.89954 191.92188 397.33704 191.92188Q397.7589 191.92188 398.0089 191.64062Q398.2589 191.34375 398.2589 190.84375L398.2589 190.40625Q398.2589 189.9375 397.9933 189.65625Q397.7433 189.35938 397.3214 189.35938Q396.89954 189.35938 396.6339 189.65625Q396.3839 189.9375 396.3839 190.4375L396.3839 190.85938ZM393.4308 191.85938L392.8058 191.46875L396.97766 184.79688L397.58704 185.1875L393.4308 191.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M378.0089 188.21875L378.4464 183.96875L382.8214 183.96875L382.8214 184.96875L379.3683 184.96875L379.10266 187.29688Q379.7433 186.92188 380.54016 186.92188Q381.6964 186.92188 382.3839 187.70312Q383.0714 188.46875 383.0714 189.78125Q383.0714 191.09375 382.35266 191.85938Q381.64954 192.625 380.3683 192.625Q379.2433 192.625 378.52454 192.0Q377.8058 191.35938 377.71204 190.25L378.72766 190.25Q378.83704 190.98438 379.2589 191.35938Q379.6808 191.73438 380.3683 191.73438Q381.1183 191.73438 381.5558 191.21875Q381.9933 190.70312 381.9933 189.79688Q381.9933 188.9375 381.52454 188.42188Q381.0558 187.90625 380.27454 187.90625Q379.5714 187.90625 379.16516 188.20312L378.8839 188.4375L378.0089 188.21875ZM388.0714 192.5L386.9933 192.5L386.9933 185.28125L384.8058 186.07812L384.8058 185.09375L387.91516 183.92188L388.0714 183.92188L388.0714 192.5ZM391.41516 185.60938Q391.41516 184.84375 391.89954 184.34375Q392.39954 183.84375 393.16516 183.84375Q393.9464 183.84375 394.4308 184.34375Q394.91516 184.84375 394.91516 185.64062L394.91516 186.0625Q394.91516 186.82812 394.41516 187.32812Q393.9308 187.8125 393.1808 187.8125Q392.41516 187.8125 391.91516 187.32812Q391.41516 186.82812 391.41516 186.01562L391.41516 185.60938ZM392.22766 186.0625Q392.22766 186.51562 392.47766 186.8125Q392.7433 187.10938 393.1808 187.10938Q393.60266 187.10938 393.85266 186.82812Q394.10266 186.53125 394.10266 186.03125L394.10266 185.60938Q394.10266 185.15625 393.85266 184.85938Q393.60266 184.54688 393.16516 184.54688Q392.72766 184.54688 392.47766 184.85938Q392.22766 185.15625 392.22766 185.625L392.22766 186.0625ZM395.5714 190.40625Q395.5714 189.64062 396.0558 189.15625Q396.5558 188.65625 397.3214 188.65625Q398.08704 188.65625 398.5714 189.15625Q399.0714 189.64062 399.0714 190.45312L399.0714 190.85938Q399.0714 191.625 398.58704 192.125Q398.10266 192.625 397.33704 192.625Q396.5714 192.625 396.0714 192.14062Q395.5714 191.64062 395.5714 190.82812L395.5714 190.40625ZM396.3839 190.85938Q396.3839 191.32812 396.6339 191.625Q396.89954 191.92188 397.33704 191.92188Q397.7589 191.92188 398.0089 191.64062Q398.2589 191.34375 398.2589 190.84375L398.2589 190.40625Q398.2589 189.9375 397.9933 189.65625Q397.7433 189.35938 397.3214 189.35938Q396.89954 189.35938 396.6339 189.65625Q396.3839 189.9375 396.3839 190.4375L396.3839 190.85938ZM393.4308 191.85938L392.8058 191.46875L396.97766 184.79688L397.58704 185.1875L393.4308 191.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.1525 210.70312L288.965 210.70312Q289.74625 210.6875 290.18375 210.29688Q290.62125 209.90625 290.62125 209.23438Q290.62125 207.73438 289.12125 207.73438Q288.41812 207.73438 287.99625 208.14062Q287.59 208.54688 287.59 209.20312L286.49625 209.20312Q286.49625 208.1875 287.23062 207.51562Q287.98062 206.84375 289.12125 206.84375Q290.32437 206.84375 291.01187 207.48438Q291.69937 208.125 291.69937 209.26562Q291.69937 209.82812 291.34 210.34375Q290.98062 210.85938 290.35562 211.125Q291.05875 211.34375 291.43375 211.85938Q291.82437 212.375 291.82437 213.125Q291.82437 214.26562 291.07437 214.95312Q290.32437 215.625 289.12125 215.625Q287.93375 215.625 287.16812 214.96875Q286.41812 214.3125 286.41812 213.25L287.51187 213.25Q287.51187 213.92188 287.94937 214.32812Q288.38687 214.73438 289.13687 214.73438Q289.91812 214.73438 290.32437 214.32812Q290.74625 213.90625 290.74625 213.14062Q290.74625 212.40625 290.29312 212.01562Q289.84 211.60938 288.965 211.59375L288.1525 211.59375L288.1525 210.70312ZM298.93375 211.85938Q298.93375 213.76562 298.2775 214.70312Q297.63687 215.625 296.24625 215.625Q294.88687 215.625 294.23062 214.71875Q293.57437 213.8125 293.54312 212.0L293.54312 210.5625Q293.54312 208.67188 294.18375 207.76562Q294.84 206.84375 296.23062 206.84375Q297.60562 206.84375 298.26187 207.73438Q298.91812 208.60938 298.93375 210.45312L298.93375 211.85938ZM297.84 210.375Q297.84 209.0 297.44937 208.375Q297.07437 207.73438 296.23062 207.73438Q295.4025 207.73438 295.01187 208.375Q294.63687 209.0 294.63687 210.29688L294.63687 212.03125Q294.63687 213.40625 295.0275 214.07812Q295.43375 214.73438 296.24625 214.73438Q297.04312 214.73438 297.43375 214.10938Q297.82437 213.48438 297.84 212.15625L297.84 210.375ZM300.48062 208.60938Q300.48062 207.84375 300.965 207.34375Q301.465 206.84375 302.23062 206.84375Q303.01187 206.84375 303.49625 207.34375Q303.98062 207.84375 303.98062 208.64062L303.98062 209.0625Q303.98062 209.82812 303.48062 210.32812Q302.99625 210.8125 302.24625 210.8125Q301.48062 210.8125 300.98062 210.32812Q300.48062 209.82812 300.48062 209.01562L300.48062 208.60938ZM301.29312 209.0625Q301.29312 209.51562 301.54312 209.8125Q301.80875 210.10938 302.24625 210.10938Q302.66812 210.10938 302.91812 209.82812Q303.16812 209.53125 303.16812 209.03125L303.16812 208.60938Q303.16812 208.15625 302.91812 207.85938Q302.66812 207.54688 302.23062 207.54688Q301.79312 207.54688 301.54312 207.85938Q301.29312 208.15625 301.29312 208.625L301.29312 209.0625ZM304.63687 213.40625Q304.63687 212.64062 305.12125 212.15625Q305.62125 211.65625 306.38687 211.65625Q307.1525 211.65625 307.63687 212.15625Q308.13687 212.64062 308.13687 213.45312L308.13687 213.85938Q308.13687 214.625 307.6525 215.125Q307.16812 215.625 306.4025 215.625Q305.63687 215.625 305.13687 215.14062Q304.63687 214.64062 304.63687 213.82812L304.63687 213.40625ZM305.44937 213.85938Q305.44937 214.32812 305.69937 214.625Q305.965 214.92188 306.4025 214.92188Q306.82437 214.92188 307.07437 214.64062Q307.32437 214.34375 307.32437 213.84375L307.32437 213.40625Q307.32437 212.9375 307.05875 212.65625Q306.80875 212.35938 306.38687 212.35938Q305.965 212.35938 305.69937 212.65625Q305.44937 212.9375 305.44937 213.4375L305.44937 213.85938ZM302.49625 214.85938L301.87125 214.46875L306.04312 207.79688L306.6525 208.1875L302.49625 214.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M288.1525 210.70312L288.965 210.70312Q289.74625 210.6875 290.18375 210.29688Q290.62125 209.90625 290.62125 209.23438Q290.62125 207.73438 289.12125 207.73438Q288.41812 207.73438 287.99625 208.14062Q287.59 208.54688 287.59 209.20312L286.49625 209.20312Q286.49625 208.1875 287.23062 207.51562Q287.98062 206.84375 289.12125 206.84375Q290.32437 206.84375 291.01187 207.48438Q291.69937 208.125 291.69937 209.26562Q291.69937 209.82812 291.34 210.34375Q290.98062 210.85938 290.35562 211.125Q291.05875 211.34375 291.43375 211.85938Q291.82437 212.375 291.82437 213.125Q291.82437 214.26562 291.07437 214.95312Q290.32437 215.625 289.12125 215.625Q287.93375 215.625 287.16812 214.96875Q286.41812 214.3125 286.41812 213.25L287.51187 213.25Q287.51187 213.92188 287.94937 214.32812Q288.38687 214.73438 289.13687 214.73438Q289.91812 214.73438 290.32437 214.32812Q290.74625 213.90625 290.74625 213.14062Q290.74625 212.40625 290.29312 212.01562Q289.84 211.60938 288.965 211.59375L288.1525 211.59375L288.1525 210.70312ZM298.93375 211.85938Q298.93375 213.76562 298.2775 214.70312Q297.63687 215.625 296.24625 215.625Q294.88687 215.625 294.23062 214.71875Q293.57437 213.8125 293.54312 212.0L293.54312 210.5625Q293.54312 208.67188 294.18375 207.76562Q294.84 206.84375 296.23062 206.84375Q297.60562 206.84375 298.26187 207.73438Q298.91812 208.60938 298.93375 210.45312L298.93375 211.85938ZM297.84 210.375Q297.84 209.0 297.44937 208.375Q297.07437 207.73438 296.23062 207.73438Q295.4025 207.73438 295.01187 208.375Q294.63687 209.0 294.63687 210.29688L294.63687 212.03125Q294.63687 213.40625 295.0275 214.07812Q295.43375 214.73438 296.24625 214.73438Q297.04312 214.73438 297.43375 214.10938Q297.82437 213.48438 297.84 212.15625L297.84 210.375ZM300.48062 208.60938Q300.48062 207.84375 300.965 207.34375Q301.465 206.84375 302.23062 206.84375Q303.01187 206.84375 303.49625 207.34375Q303.98062 207.84375 303.98062 208.64062L303.98062 209.0625Q303.98062 209.82812 303.48062 210.32812Q302.99625 210.8125 302.24625 210.8125Q301.48062 210.8125 300.98062 210.32812Q300.48062 209.82812 300.48062 209.01562L300.48062 208.60938ZM301.29312 209.0625Q301.29312 209.51562 301.54312 209.8125Q301.80875 210.10938 302.24625 210.10938Q302.66812 210.10938 302.91812 209.82812Q303.16812 209.53125 303.16812 209.03125L303.16812 208.60938Q303.16812 208.15625 302.91812 207.85938Q302.66812 207.54688 302.23062 207.54688Q301.79312 207.54688 301.54312 207.85938Q301.29312 208.15625 301.29312 208.625L301.29312 209.0625ZM304.63687 213.40625Q304.63687 212.64062 305.12125 212.15625Q305.62125 211.65625 306.38687 211.65625Q307.1525 211.65625 307.63687 212.15625Q308.13687 212.64062 308.13687 213.45312L308.13687 213.85938Q308.13687 214.625 307.6525 215.125Q307.16812 215.625 306.4025 215.625Q305.63687 215.625 305.13687 215.14062Q304.63687 214.64062 304.63687 213.82812L304.63687 213.40625ZM305.44937 213.85938Q305.44937 214.32812 305.69937 214.625Q305.965 214.92188 306.4025 214.92188Q306.82437 214.92188 307.07437 214.64062Q307.32437 214.34375 307.32437 213.84375L307.32437 213.40625Q307.32437 212.9375 307.05875 212.65625Q306.80875 212.35938 306.38687 212.35938Q305.965 212.35938 305.69937 212.65625Q305.44937 212.9375 305.44937 213.4375L305.44937 213.85938ZM302.49625 214.85938L301.87125 214.46875L306.04312 207.79688L306.6525 208.1875L302.49625 214.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.1361 232.70312L314.9486 232.70312Q315.72986 232.6875 316.16736 232.29688Q316.60486 231.90625 316.60486 231.23438Q316.60486 229.73438 315.10486 229.73438Q314.40173 229.73438 313.97986 230.14062Q313.5736 230.54688 313.5736 231.20312L312.47986 231.20312Q312.47986 230.1875 313.21423 229.51562Q313.96423 228.84375 315.10486 228.84375Q316.30798 228.84375 316.99548 229.48438Q317.68298 230.125 317.68298 231.26562Q317.68298 231.82812 317.3236 232.34375Q316.96423 232.85938 316.33923 233.125Q317.04236 233.34375 317.41736 233.85938Q317.80798 234.375 317.80798 235.125Q317.80798 236.26562 317.05798 236.95312Q316.30798 237.625 315.10486 237.625Q313.91736 237.625 313.15173 236.96875Q312.40173 236.3125 312.40173 235.25L313.49548 235.25Q313.49548 235.92188 313.93298 236.32812Q314.37048 236.73438 315.12048 236.73438Q315.90173 236.73438 316.30798 236.32812Q316.72986 235.90625 316.72986 235.14062Q316.72986 234.40625 316.27673 234.01562Q315.8236 233.60938 314.9486 233.59375L314.1361 233.59375L314.1361 232.70312ZM323.8236 228.96875L323.8236 229.875L323.62048 229.875Q322.35486 229.90625 321.60486 230.64062Q320.85486 231.35938 320.72986 232.67188Q321.41736 231.90625 322.5736 231.90625Q323.68298 231.90625 324.35486 232.6875Q325.02673 233.46875 325.02673 234.71875Q325.02673 236.03125 324.30798 236.82812Q323.58923 237.625 322.37048 237.625Q321.15173 237.625 320.3861 236.6875Q319.6361 235.73438 319.6361 234.25L319.6361 233.84375Q319.6361 231.48438 320.6361 230.23438Q321.6361 228.98438 323.62048 228.96875L323.8236 228.96875ZM322.40173 232.8125Q321.83923 232.8125 321.37048 233.14062Q320.90173 233.46875 320.71423 233.98438L320.71423 234.375Q320.71423 235.4375 321.18298 236.07812Q321.66736 236.71875 322.37048 236.71875Q323.10486 236.71875 323.52673 236.1875Q323.9486 235.64062 323.9486 234.76562Q323.9486 233.89062 323.52673 233.35938Q323.10486 232.8125 322.40173 232.8125ZM326.46423 230.60938Q326.46423 229.84375 326.9486 229.34375Q327.4486 228.84375 328.21423 228.84375Q328.99548 228.84375 329.47986 229.34375Q329.96423 229.84375 329.96423 230.64062L329.96423 231.0625Q329.96423 231.82812 329.46423 232.32812Q328.97986 232.8125 328.22986 232.8125Q327.46423 232.8125 326.96423 232.32812Q326.46423 231.82812 326.46423 231.01562L326.46423 230.60938ZM327.27673 231.0625Q327.27673 231.51562 327.52673 231.8125Q327.79236 232.10938 328.22986 232.10938Q328.65173 232.10938 328.90173 231.82812Q329.15173 231.53125 329.15173 231.03125L329.15173 230.60938Q329.15173 230.15625 328.90173 229.85938Q328.65173 229.54688 328.21423 229.54688Q327.77673 229.54688 327.52673 229.85938Q327.27673 230.15625 327.27673 230.625L327.27673 231.0625ZM330.62048 235.40625Q330.62048 234.64062 331.10486 234.15625Q331.60486 233.65625 332.37048 233.65625Q333.1361 233.65625 333.62048 234.15625Q334.12048 234.64062 334.12048 235.45312L334.12048 235.85938Q334.12048 236.625 333.6361 237.125Q333.15173 237.625 332.3861 237.625Q331.62048 237.625 331.12048 237.14062Q330.62048 236.64062 330.62048 235.82812L330.62048 235.40625ZM331.43298 235.85938Q331.43298 236.32812 331.68298 236.625Q331.9486 236.92188 332.3861 236.92188Q332.80798 236.92188 333.05798 236.64062Q333.30798 236.34375 333.30798 235.84375L333.30798 235.40625Q333.30798 234.9375 333.04236 234.65625Q332.79236 234.35938 332.37048 234.35938Q331.9486 234.35938 331.68298 234.65625Q331.43298 234.9375 331.43298 235.4375L331.43298 235.85938ZM328.47986 236.85938L327.85486 236.46875L332.02673 229.79688L332.6361 230.1875L328.47986 236.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M314.1361 232.70312L314.9486 232.70312Q315.72986 232.6875 316.16736 232.29688Q316.60486 231.90625 316.60486 231.23438Q316.60486 229.73438 315.10486 229.73438Q314.40173 229.73438 313.97986 230.14062Q313.5736 230.54688 313.5736 231.20312L312.47986 231.20312Q312.47986 230.1875 313.21423 229.51562Q313.96423 228.84375 315.10486 228.84375Q316.30798 228.84375 316.99548 229.48438Q317.68298 230.125 317.68298 231.26562Q317.68298 231.82812 317.3236 232.34375Q316.96423 232.85938 316.33923 233.125Q317.04236 233.34375 317.41736 233.85938Q317.80798 234.375 317.80798 235.125Q317.80798 236.26562 317.05798 236.95312Q316.30798 237.625 315.10486 237.625Q313.91736 237.625 313.15173 236.96875Q312.40173 236.3125 312.40173 235.25L313.49548 235.25Q313.49548 235.92188 313.93298 236.32812Q314.37048 236.73438 315.12048 236.73438Q315.90173 236.73438 316.30798 236.32812Q316.72986 235.90625 316.72986 235.14062Q316.72986 234.40625 316.27673 234.01562Q315.8236 233.60938 314.9486 233.59375L314.1361 233.59375L314.1361 232.70312ZM323.8236 228.96875L323.8236 229.875L323.62048 229.875Q322.35486 229.90625 321.60486 230.64062Q320.85486 231.35938 320.72986 232.67188Q321.41736 231.90625 322.5736 231.90625Q323.68298 231.90625 324.35486 232.6875Q325.02673 233.46875 325.02673 234.71875Q325.02673 236.03125 324.30798 236.82812Q323.58923 237.625 322.37048 237.625Q321.15173 237.625 320.3861 236.6875Q319.6361 235.73438 319.6361 234.25L319.6361 233.84375Q319.6361 231.48438 320.6361 230.23438Q321.6361 228.98438 323.62048 228.96875L323.8236 228.96875ZM322.40173 232.8125Q321.83923 232.8125 321.37048 233.14062Q320.90173 233.46875 320.71423 233.98438L320.71423 234.375Q320.71423 235.4375 321.18298 236.07812Q321.66736 236.71875 322.37048 236.71875Q323.10486 236.71875 323.52673 236.1875Q323.9486 235.64062 323.9486 234.76562Q323.9486 233.89062 323.52673 233.35938Q323.10486 232.8125 322.40173 232.8125ZM326.46423 230.60938Q326.46423 229.84375 326.9486 229.34375Q327.4486 228.84375 328.21423 228.84375Q328.99548 228.84375 329.47986 229.34375Q329.96423 229.84375 329.96423 230.64062L329.96423 231.0625Q329.96423 231.82812 329.46423 232.32812Q328.97986 232.8125 328.22986 232.8125Q327.46423 232.8125 326.96423 232.32812Q326.46423 231.82812 326.46423 231.01562L326.46423 230.60938ZM327.27673 231.0625Q327.27673 231.51562 327.52673 231.8125Q327.79236 232.10938 328.22986 232.10938Q328.65173 232.10938 328.90173 231.82812Q329.15173 231.53125 329.15173 231.03125L329.15173 230.60938Q329.15173 230.15625 328.90173 229.85938Q328.65173 229.54688 328.21423 229.54688Q327.77673 229.54688 327.52673 229.85938Q327.27673 230.15625 327.27673 230.625L327.27673 231.0625ZM330.62048 235.40625Q330.62048 234.64062 331.10486 234.15625Q331.60486 233.65625 332.37048 233.65625Q333.1361 233.65625 333.62048 234.15625Q334.12048 234.64062 334.12048 235.45312L334.12048 235.85938Q334.12048 236.625 333.6361 237.125Q333.15173 237.625 332.3861 237.625Q331.62048 237.625 331.12048 237.14062Q330.62048 236.64062 330.62048 235.82812L330.62048 235.40625ZM331.43298 235.85938Q331.43298 236.32812 331.68298 236.625Q331.9486 236.92188 332.3861 236.92188Q332.80798 236.92188 333.05798 236.64062Q333.30798 236.34375 333.30798 235.84375L333.30798 235.40625Q333.30798 234.9375 333.04236 234.65625Q332.79236 234.35938 332.37048 234.35938Q331.9486 234.35938 331.68298 234.65625Q331.43298 234.9375 331.43298 235.4375L331.43298 235.85938ZM328.47986 236.85938L327.85486 236.46875L332.02673 229.79688L332.6361 230.1875L328.47986 236.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M281.59787 260.5L276.00412 260.5L276.00412 259.71875L278.95724 256.4375Q279.6135 255.6875 279.8635 255.23438Q280.1135 254.76562 280.1135 254.26562Q280.1135 253.59375 279.70724 253.17188Q279.31662 252.73438 278.62912 252.73438Q277.83224 252.73438 277.37912 253.20312Q276.926 253.65625 276.926 254.48438L275.84787 254.48438Q275.84787 253.29688 276.59787 252.57812Q277.3635 251.84375 278.62912 251.84375Q279.83224 251.84375 280.51974 252.46875Q281.20724 253.09375 281.20724 254.14062Q281.20724 255.39062 279.59787 257.14062L277.31662 259.60938L281.59787 259.60938L281.59787 260.5ZM288.19162 254.1875Q288.19162 254.82812 287.84787 255.32812Q287.50412 255.82812 286.94162 256.10938Q287.59787 256.39062 287.9885 256.95312Q288.37912 257.5 288.37912 258.20312Q288.37912 259.29688 287.62912 259.96875Q286.89474 260.625 285.676 260.625Q284.44162 260.625 283.69162 259.96875Q282.95724 259.29688 282.95724 258.20312Q282.95724 257.5 283.33224 256.95312Q283.70724 256.39062 284.37912 256.10938Q283.81662 255.82812 283.4885 255.32812Q283.16037 254.82812 283.16037 254.1875Q283.16037 253.10938 283.84787 252.48438Q284.53537 251.84375 285.676 251.84375Q286.801 251.84375 287.4885 252.48438Q288.19162 253.10938 288.19162 254.1875ZM287.301 258.17188Q287.301 257.45312 286.84787 257.01562Q286.39474 256.5625 285.66037 256.5625Q284.926 256.5625 284.47287 257.01562Q284.03537 257.45312 284.03537 258.1875Q284.03537 258.90625 284.47287 259.32812Q284.91037 259.73438 285.676 259.73438Q286.426 259.73438 286.8635 259.3125Q287.301 258.89062 287.301 258.17188ZM285.676 252.73438Q285.03537 252.73438 284.62912 253.14062Q284.2385 253.53125 284.2385 254.21875Q284.2385 254.85938 284.62912 255.26562Q285.01974 255.67188 285.66037 255.67188Q286.31662 255.67188 286.70724 255.26562Q287.09787 254.85938 287.09787 254.21875Q287.09787 253.5625 286.69162 253.15625Q286.28537 252.73438 285.676 252.73438ZM289.91037 253.60938Q289.91037 252.84375 290.39474 252.34375Q290.89474 251.84375 291.66037 251.84375Q292.44162 251.84375 292.926 252.34375Q293.41037 252.84375 293.41037 253.64062L293.41037 254.0625Q293.41037 254.82812 292.91037 255.32812Q292.426 255.8125 291.676 255.8125Q290.91037 255.8125 290.41037 255.32812Q289.91037 254.82812 289.91037 254.01562L289.91037 253.60938ZM290.72287 254.0625Q290.72287 254.51562 290.97287 254.8125Q291.2385 255.10938 291.676 255.10938Q292.09787 255.10938 292.34787 254.82812Q292.59787 254.53125 292.59787 254.03125L292.59787 253.60938Q292.59787 253.15625 292.34787 252.85938Q292.09787 252.54688 291.66037 252.54688Q291.22287 252.54688 290.97287 252.85938Q290.72287 253.15625 290.72287 253.625L290.72287 254.0625ZM294.06662 258.40625Q294.06662 257.64062 294.551 257.15625Q295.051 256.65625 295.81662 256.65625Q296.58224 256.65625 297.06662 257.15625Q297.56662 257.64062 297.56662 258.45312L297.56662 258.85938Q297.56662 259.625 297.08224 260.125Q296.59787 260.625 295.83224 260.625Q295.06662 260.625 294.56662 260.14062Q294.06662 259.64062 294.06662 258.82812L294.06662 258.40625ZM294.87912 258.85938Q294.87912 259.32812 295.12912 259.625Q295.39474 259.92188 295.83224 259.92188Q296.25412 259.92188 296.50412 259.64062Q296.75412 259.34375 296.75412 258.84375L296.75412 258.40625Q296.75412 257.9375 296.4885 257.65625Q296.2385 257.35938 295.81662 257.35938Q295.39474 257.35938 295.12912 257.65625Q294.87912 257.9375 294.87912 258.4375L294.87912 258.85938ZM291.926 259.85938L291.301 259.46875L295.47287 252.79688L296.08224 253.1875L291.926 259.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M281.59787 260.5L276.00412 260.5L276.00412 259.71875L278.95724 256.4375Q279.6135 255.6875 279.8635 255.23438Q280.1135 254.76562 280.1135 254.26562Q280.1135 253.59375 279.70724 253.17188Q279.31662 252.73438 278.62912 252.73438Q277.83224 252.73438 277.37912 253.20312Q276.926 253.65625 276.926 254.48438L275.84787 254.48438Q275.84787 253.29688 276.59787 252.57812Q277.3635 251.84375 278.62912 251.84375Q279.83224 251.84375 280.51974 252.46875Q281.20724 253.09375 281.20724 254.14062Q281.20724 255.39062 279.59787 257.14062L277.31662 259.60938L281.59787 259.60938L281.59787 260.5ZM288.19162 254.1875Q288.19162 254.82812 287.84787 255.32812Q287.50412 255.82812 286.94162 256.10938Q287.59787 256.39062 287.9885 256.95312Q288.37912 257.5 288.37912 258.20312Q288.37912 259.29688 287.62912 259.96875Q286.89474 260.625 285.676 260.625Q284.44162 260.625 283.69162 259.96875Q282.95724 259.29688 282.95724 258.20312Q282.95724 257.5 283.33224 256.95312Q283.70724 256.39062 284.37912 256.10938Q283.81662 255.82812 283.4885 255.32812Q283.16037 254.82812 283.16037 254.1875Q283.16037 253.10938 283.84787 252.48438Q284.53537 251.84375 285.676 251.84375Q286.801 251.84375 287.4885 252.48438Q288.19162 253.10938 288.19162 254.1875ZM287.301 258.17188Q287.301 257.45312 286.84787 257.01562Q286.39474 256.5625 285.66037 256.5625Q284.926 256.5625 284.47287 257.01562Q284.03537 257.45312 284.03537 258.1875Q284.03537 258.90625 284.47287 259.32812Q284.91037 259.73438 285.676 259.73438Q286.426 259.73438 286.8635 259.3125Q287.301 258.89062 287.301 258.17188ZM285.676 252.73438Q285.03537 252.73438 284.62912 253.14062Q284.2385 253.53125 284.2385 254.21875Q284.2385 254.85938 284.62912 255.26562Q285.01974 255.67188 285.66037 255.67188Q286.31662 255.67188 286.70724 255.26562Q287.09787 254.85938 287.09787 254.21875Q287.09787 253.5625 286.69162 253.15625Q286.28537 252.73438 285.676 252.73438ZM289.91037 253.60938Q289.91037 252.84375 290.39474 252.34375Q290.89474 251.84375 291.66037 251.84375Q292.44162 251.84375 292.926 252.34375Q293.41037 252.84375 293.41037 253.64062L293.41037 254.0625Q293.41037 254.82812 292.91037 255.32812Q292.426 255.8125 291.676 255.8125Q290.91037 255.8125 290.41037 255.32812Q289.91037 254.82812 289.91037 254.01562L289.91037 253.60938ZM290.72287 254.0625Q290.72287 254.51562 290.97287 254.8125Q291.2385 255.10938 291.676 255.10938Q292.09787 255.10938 292.34787 254.82812Q292.59787 254.53125 292.59787 254.03125L292.59787 253.60938Q292.59787 253.15625 292.34787 252.85938Q292.09787 252.54688 291.66037 252.54688Q291.22287 252.54688 290.97287 252.85938Q290.72287 253.15625 290.72287 253.625L290.72287 254.0625ZM294.06662 258.40625Q294.06662 257.64062 294.551 257.15625Q295.051 256.65625 295.81662 256.65625Q296.58224 256.65625 297.06662 257.15625Q297.56662 257.64062 297.56662 258.45312L297.56662 258.85938Q297.56662 259.625 297.08224 260.125Q296.59787 260.625 295.83224 260.625Q295.06662 260.625 294.56662 260.14062Q294.06662 259.64062 294.06662 258.82812L294.06662 258.40625ZM294.87912 258.85938Q294.87912 259.32812 295.12912 259.625Q295.39474 259.92188 295.83224 259.92188Q296.25412 259.92188 296.50412 259.64062Q296.75412 259.34375 296.75412 258.84375L296.75412 258.40625Q296.75412 257.9375 296.4885 257.65625Q296.2385 257.35938 295.81662 257.35938Q295.39474 257.35938 295.12912 257.65625Q294.87912 257.9375 294.87912 258.4375L294.87912 258.85938ZM291.926 259.85938L291.301 259.46875L295.47287 252.79688L296.08224 253.1875L291.926 259.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M222.80774 283.5L221.72961 283.5L221.72961 276.28125L219.54211 277.07812L219.54211 276.09375L222.65149 274.92188L222.80774 274.92188L222.80774 283.5ZM230.82336 280.64062L232.01086 280.64062L232.01086 281.51562L230.82336 281.51562L230.82336 283.5L229.74524 283.5L229.74524 281.51562L225.85461 281.51562L225.85461 280.875L229.66711 274.96875L230.82336 274.96875L230.82336 280.64062ZM227.08899 280.64062L229.74524 280.64062L229.74524 276.45312L229.60461 276.6875L227.08899 280.64062ZM233.15149 276.60938Q233.15149 275.84375 233.63586 275.34375Q234.13586 274.84375 234.90149 274.84375Q235.68274 274.84375 236.16711 275.34375Q236.65149 275.84375 236.65149 276.64062L236.65149 277.0625Q236.65149 277.82812 236.15149 278.32812Q235.66711 278.8125 234.91711 278.8125Q234.15149 278.8125 233.65149 278.32812Q233.15149 277.82812 233.15149 277.01562L233.15149 276.60938ZM233.96399 277.0625Q233.96399 277.51562 234.21399 277.8125Q234.47961 278.10938 234.91711 278.10938Q235.33899 278.10938 235.58899 277.82812Q235.83899 277.53125 235.83899 277.03125L235.83899 276.60938Q235.83899 276.15625 235.58899 275.85938Q235.33899 275.54688 234.90149 275.54688Q234.46399 275.54688 234.21399 275.85938Q233.96399 276.15625 233.96399 276.625L233.96399 277.0625ZM237.30774 281.40625Q237.30774 280.64062 237.79211 280.15625Q238.29211 279.65625 239.05774 279.65625Q239.82336 279.65625 240.30774 280.15625Q240.80774 280.64062 240.80774 281.45312L240.80774 281.85938Q240.80774 282.625 240.32336 283.125Q239.83899 283.625 239.07336 283.625Q238.30774 283.625 237.80774 283.14062Q237.30774 282.64062 237.30774 281.82812L237.30774 281.40625ZM238.12024 281.85938Q238.12024 282.32812 238.37024 282.625Q238.63586 282.92188 239.07336 282.92188Q239.49524 282.92188 239.74524 282.64062Q239.99524 282.34375 239.99524 281.84375L239.99524 281.40625Q239.99524 280.9375 239.72961 280.65625Q239.47961 280.35938 239.05774 280.35938Q238.63586 280.35938 238.37024 280.65625Q238.12024 280.9375 238.12024 281.4375L238.12024 281.85938ZM235.16711 282.85938L234.54211 282.46875L238.71399 275.79688L239.32336 276.1875L235.16711 282.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M222.80774 283.5L221.72961 283.5L221.72961 276.28125L219.54211 277.07812L219.54211 276.09375L222.65149 274.92188L222.80774 274.92188L222.80774 283.5ZM230.82336 280.64062L232.01086 280.64062L232.01086 281.51562L230.82336 281.51562L230.82336 283.5L229.74524 283.5L229.74524 281.51562L225.85461 281.51562L225.85461 280.875L229.66711 274.96875L230.82336 274.96875L230.82336 280.64062ZM227.08899 280.64062L229.74524 280.64062L229.74524 276.45312L229.60461 276.6875L227.08899 280.64062ZM233.15149 276.60938Q233.15149 275.84375 233.63586 275.34375Q234.13586 274.84375 234.90149 274.84375Q235.68274 274.84375 236.16711 275.34375Q236.65149 275.84375 236.65149 276.64062L236.65149 277.0625Q236.65149 277.82812 236.15149 278.32812Q235.66711 278.8125 234.91711 278.8125Q234.15149 278.8125 233.65149 278.32812Q233.15149 277.82812 233.15149 277.01562L233.15149 276.60938ZM233.96399 277.0625Q233.96399 277.51562 234.21399 277.8125Q234.47961 278.10938 234.91711 278.10938Q235.33899 278.10938 235.58899 277.82812Q235.83899 277.53125 235.83899 277.03125L235.83899 276.60938Q235.83899 276.15625 235.58899 275.85938Q235.33899 275.54688 234.90149 275.54688Q234.46399 275.54688 234.21399 275.85938Q233.96399 276.15625 233.96399 276.625L233.96399 277.0625ZM237.30774 281.40625Q237.30774 280.64062 237.79211 280.15625Q238.29211 279.65625 239.05774 279.65625Q239.82336 279.65625 240.30774 280.15625Q240.80774 280.64062 240.80774 281.45312L240.80774 281.85938Q240.80774 282.625 240.32336 283.125Q239.83899 283.625 239.07336 283.625Q238.30774 283.625 237.80774 283.14062Q237.30774 282.64062 237.30774 281.82812L237.30774 281.40625ZM238.12024 281.85938Q238.12024 282.32812 238.37024 282.625Q238.63586 282.92188 239.07336 282.92188Q239.49524 282.92188 239.74524 282.64062Q239.99524 282.34375 239.99524 281.84375L239.99524 281.40625Q239.99524 280.9375 239.72961 280.65625Q239.47961 280.35938 239.05774 280.35938Q238.63586 280.35938 238.37024 280.65625Q238.12024 280.9375 238.12024 281.4375L238.12024 281.85938ZM235.16711 282.85938L234.54211 282.46875L238.71399 275.79688L239.32336 276.1875L235.16711 282.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M219.22583 305.5L218.1477 305.5L218.1477 298.28125L215.9602 299.07812L215.9602 298.09375L219.06958 296.92188L219.22583 296.92188L219.22583 305.5ZM224.24146 300.70312L225.05396 300.70312Q225.8352 300.6875 226.2727 300.29688Q226.7102 299.90625 226.7102 299.23438Q226.7102 297.73438 225.2102 297.73438Q224.50708 297.73438 224.0852 298.14062Q223.67896 298.54688 223.67896 299.20312L222.5852 299.20312Q222.5852 298.1875 223.31958 297.51562Q224.06958 296.84375 225.2102 296.84375Q226.41333 296.84375 227.10083 297.48438Q227.78833 298.125 227.78833 299.26562Q227.78833 299.82812 227.42896 300.34375Q227.06958 300.85938 226.44458 301.125Q227.1477 301.34375 227.5227 301.85938Q227.91333 302.375 227.91333 303.125Q227.91333 304.26562 227.16333 304.95312Q226.41333 305.625 225.2102 305.625Q224.0227 305.625 223.25708 304.96875Q222.50708 304.3125 222.50708 303.25L223.60083 303.25Q223.60083 303.92188 224.03833 304.32812Q224.47583 304.73438 225.22583 304.73438Q226.00708 304.73438 226.41333 304.32812Q226.8352 303.90625 226.8352 303.14062Q226.8352 302.40625 226.38208 302.01562Q225.92896 301.60938 225.05396 301.59375L224.24146 301.59375L224.24146 300.70312ZM229.56958 298.60938Q229.56958 297.84375 230.05396 297.34375Q230.55396 296.84375 231.31958 296.84375Q232.10083 296.84375 232.5852 297.34375Q233.06958 297.84375 233.06958 298.64062L233.06958 299.0625Q233.06958 299.82812 232.56958 300.32812Q232.0852 300.8125 231.3352 300.8125Q230.56958 300.8125 230.06958 300.32812Q229.56958 299.82812 229.56958 299.01562L229.56958 298.60938ZM230.38208 299.0625Q230.38208 299.51562 230.63208 299.8125Q230.8977 300.10938 231.3352 300.10938Q231.75708 300.10938 232.00708 299.82812Q232.25708 299.53125 232.25708 299.03125L232.25708 298.60938Q232.25708 298.15625 232.00708 297.85938Q231.75708 297.54688 231.31958 297.54688Q230.88208 297.54688 230.63208 297.85938Q230.38208 298.15625 230.38208 298.625L230.38208 299.0625ZM233.72583 303.40625Q233.72583 302.64062 234.2102 302.15625Q234.7102 301.65625 235.47583 301.65625Q236.24146 301.65625 236.72583 302.15625Q237.22583 302.64062 237.22583 303.45312L237.22583 303.85938Q237.22583 304.625 236.74146 305.125Q236.25708 305.625 235.49146 305.625Q234.72583 305.625 234.22583 305.14062Q233.72583 304.64062 233.72583 303.82812L233.72583 303.40625ZM234.53833 303.85938Q234.53833 304.32812 234.78833 304.625Q235.05396 304.92188 235.49146 304.92188Q235.91333 304.92188 236.16333 304.64062Q236.41333 304.34375 236.41333 303.84375L236.41333 303.40625Q236.41333 302.9375 236.1477 302.65625Q235.8977 302.35938 235.47583 302.35938Q235.05396 302.35938 234.78833 302.65625Q234.53833 302.9375 234.53833 303.4375L234.53833 303.85938ZM231.5852 304.85938L230.9602 304.46875L235.13208 297.79688L235.74146 298.1875L231.5852 304.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M219.22583 305.5L218.1477 305.5L218.1477 298.28125L215.9602 299.07812L215.9602 298.09375L219.06958 296.92188L219.22583 296.92188L219.22583 305.5ZM224.24146 300.70312L225.05396 300.70312Q225.8352 300.6875 226.2727 300.29688Q226.7102 299.90625 226.7102 299.23438Q226.7102 297.73438 225.2102 297.73438Q224.50708 297.73438 224.0852 298.14062Q223.67896 298.54688 223.67896 299.20312L222.5852 299.20312Q222.5852 298.1875 223.31958 297.51562Q224.06958 296.84375 225.2102 296.84375Q226.41333 296.84375 227.10083 297.48438Q227.78833 298.125 227.78833 299.26562Q227.78833 299.82812 227.42896 300.34375Q227.06958 300.85938 226.44458 301.125Q227.1477 301.34375 227.5227 301.85938Q227.91333 302.375 227.91333 303.125Q227.91333 304.26562 227.16333 304.95312Q226.41333 305.625 225.2102 305.625Q224.0227 305.625 223.25708 304.96875Q222.50708 304.3125 222.50708 303.25L223.60083 303.25Q223.60083 303.92188 224.03833 304.32812Q224.47583 304.73438 225.22583 304.73438Q226.00708 304.73438 226.41333 304.32812Q226.8352 303.90625 226.8352 303.14062Q226.8352 302.40625 226.38208 302.01562Q225.92896 301.60938 225.05396 301.59375L224.24146 301.59375L224.24146 300.70312ZM229.56958 298.60938Q229.56958 297.84375 230.05396 297.34375Q230.55396 296.84375 231.31958 296.84375Q232.10083 296.84375 232.5852 297.34375Q233.06958 297.84375 233.06958 298.64062L233.06958 299.0625Q233.06958 299.82812 232.56958 300.32812Q232.0852 300.8125 231.3352 300.8125Q230.56958 300.8125 230.06958 300.32812Q229.56958 299.82812 229.56958 299.01562L229.56958 298.60938ZM230.38208 299.0625Q230.38208 299.51562 230.63208 299.8125Q230.8977 300.10938 231.3352 300.10938Q231.75708 300.10938 232.00708 299.82812Q232.25708 299.53125 232.25708 299.03125L232.25708 298.60938Q232.25708 298.15625 232.00708 297.85938Q231.75708 297.54688 231.31958 297.54688Q230.88208 297.54688 230.63208 297.85938Q230.38208 298.15625 230.38208 298.625L230.38208 299.0625ZM233.72583 303.40625Q233.72583 302.64062 234.2102 302.15625Q234.7102 301.65625 235.47583 301.65625Q236.24146 301.65625 236.72583 302.15625Q237.22583 302.64062 237.22583 303.45312L237.22583 303.85938Q237.22583 304.625 236.74146 305.125Q236.25708 305.625 235.49146 305.625Q234.72583 305.625 234.22583 305.14062Q233.72583 304.64062 233.72583 303.82812L233.72583 303.40625ZM234.53833 303.85938Q234.53833 304.32812 234.78833 304.625Q235.05396 304.92188 235.49146 304.92188Q235.91333 304.92188 236.16333 304.64062Q236.41333 304.34375 236.41333 303.84375L236.41333 303.40625Q236.41333 302.9375 236.1477 302.65625Q235.8977 302.35938 235.47583 302.35938Q235.05396 302.35938 234.78833 302.65625Q234.53833 302.9375 234.53833 303.4375L234.53833 303.85938ZM231.5852 304.85938L230.9602 304.46875L235.13208 297.79688L235.74146 298.1875L231.5852 304.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.89243 328.5L227.8143 328.5L227.8143 321.28125L225.6268 322.07812L225.6268 321.09375L228.73618 319.92188L228.89243 319.92188L228.89243 328.5ZM236.59555 319.96875L236.59555 320.875L236.39243 320.875Q235.1268 320.90625 234.3768 321.64062Q233.6268 322.35938 233.5018 323.67188Q234.1893 322.90625 235.34555 322.90625Q236.45493 322.90625 237.1268 323.6875Q237.79868 324.46875 237.79868 325.71875Q237.79868 327.03125 237.07993 327.82812Q236.36118 328.625 235.14243 328.625Q233.92368 328.625 233.15805 327.6875Q232.40805 326.73438 232.40805 325.25L232.40805 324.84375Q232.40805 322.48438 233.40805 321.23438Q234.40805 319.98438 236.39243 319.96875L236.59555 319.96875ZM235.17368 323.8125Q234.61118 323.8125 234.14243 324.14062Q233.67368 324.46875 233.48618 324.98438L233.48618 325.375Q233.48618 326.4375 233.95493 327.07812Q234.4393 327.71875 235.14243 327.71875Q235.8768 327.71875 236.29868 327.1875Q236.72055 326.64062 236.72055 325.76562Q236.72055 324.89062 236.29868 324.35938Q235.8768 323.8125 235.17368 323.8125ZM239.23618 321.60938Q239.23618 320.84375 239.72055 320.34375Q240.22055 319.84375 240.98618 319.84375Q241.76743 319.84375 242.2518 320.34375Q242.73618 320.84375 242.73618 321.64062L242.73618 322.0625Q242.73618 322.82812 242.23618 323.32812Q241.7518 323.8125 241.0018 323.8125Q240.23618 323.8125 239.73618 323.32812Q239.23618 322.82812 239.23618 322.01562L239.23618 321.60938ZM240.04868 322.0625Q240.04868 322.51562 240.29868 322.8125Q240.5643 323.10938 241.0018 323.10938Q241.42368 323.10938 241.67368 322.82812Q241.92368 322.53125 241.92368 322.03125L241.92368 321.60938Q241.92368 321.15625 241.67368 320.85938Q241.42368 320.54688 240.98618 320.54688Q240.54868 320.54688 240.29868 320.85938Q240.04868 321.15625 240.04868 321.625L240.04868 322.0625ZM243.39243 326.40625Q243.39243 325.64062 243.8768 325.15625Q244.3768 324.65625 245.14243 324.65625Q245.90805 324.65625 246.39243 325.15625Q246.89243 325.64062 246.89243 326.45312L246.89243 326.85938Q246.89243 327.625 246.40805 328.125Q245.92368 328.625 245.15805 328.625Q244.39243 328.625 243.89243 328.14062Q243.39243 327.64062 243.39243 326.82812L243.39243 326.40625ZM244.20493 326.85938Q244.20493 327.32812 244.45493 327.625Q244.72055 327.92188 245.15805 327.92188Q245.57993 327.92188 245.82993 327.64062Q246.07993 327.34375 246.07993 326.84375L246.07993 326.40625Q246.07993 325.9375 245.8143 325.65625Q245.5643 325.35938 245.14243 325.35938Q244.72055 325.35938 244.45493 325.65625Q244.20493 325.9375 244.20493 326.4375L244.20493 326.85938ZM241.2518 327.85938L240.6268 327.46875L244.79868 320.79688L245.40805 321.1875L241.2518 327.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M228.89243 328.5L227.8143 328.5L227.8143 321.28125L225.6268 322.07812L225.6268 321.09375L228.73618 319.92188L228.89243 319.92188L228.89243 328.5ZM236.59555 319.96875L236.59555 320.875L236.39243 320.875Q235.1268 320.90625 234.3768 321.64062Q233.6268 322.35938 233.5018 323.67188Q234.1893 322.90625 235.34555 322.90625Q236.45493 322.90625 237.1268 323.6875Q237.79868 324.46875 237.79868 325.71875Q237.79868 327.03125 237.07993 327.82812Q236.36118 328.625 235.14243 328.625Q233.92368 328.625 233.15805 327.6875Q232.40805 326.73438 232.40805 325.25L232.40805 324.84375Q232.40805 322.48438 233.40805 321.23438Q234.40805 319.98438 236.39243 319.96875L236.59555 319.96875ZM235.17368 323.8125Q234.61118 323.8125 234.14243 324.14062Q233.67368 324.46875 233.48618 324.98438L233.48618 325.375Q233.48618 326.4375 233.95493 327.07812Q234.4393 327.71875 235.14243 327.71875Q235.8768 327.71875 236.29868 327.1875Q236.72055 326.64062 236.72055 325.76562Q236.72055 324.89062 236.29868 324.35938Q235.8768 323.8125 235.17368 323.8125ZM239.23618 321.60938Q239.23618 320.84375 239.72055 320.34375Q240.22055 319.84375 240.98618 319.84375Q241.76743 319.84375 242.2518 320.34375Q242.73618 320.84375 242.73618 321.64062L242.73618 322.0625Q242.73618 322.82812 242.23618 323.32812Q241.7518 323.8125 241.0018 323.8125Q240.23618 323.8125 239.73618 323.32812Q239.23618 322.82812 239.23618 322.01562L239.23618 321.60938ZM240.04868 322.0625Q240.04868 322.51562 240.29868 322.8125Q240.5643 323.10938 241.0018 323.10938Q241.42368 323.10938 241.67368 322.82812Q241.92368 322.53125 241.92368 322.03125L241.92368 321.60938Q241.92368 321.15625 241.67368 320.85938Q241.42368 320.54688 240.98618 320.54688Q240.54868 320.54688 240.29868 320.85938Q240.04868 321.15625 240.04868 321.625L240.04868 322.0625ZM243.39243 326.40625Q243.39243 325.64062 243.8768 325.15625Q244.3768 324.65625 245.14243 324.65625Q245.90805 324.65625 246.39243 325.15625Q246.89243 325.64062 246.89243 326.45312L246.89243 326.85938Q246.89243 327.625 246.40805 328.125Q245.92368 328.625 245.15805 328.625Q244.39243 328.625 243.89243 328.14062Q243.39243 327.64062 243.39243 326.82812L243.39243 326.40625ZM244.20493 326.85938Q244.20493 327.32812 244.45493 327.625Q244.72055 327.92188 245.15805 327.92188Q245.57993 327.92188 245.82993 327.64062Q246.07993 327.34375 246.07993 326.84375L246.07993 326.40625Q246.07993 325.9375 245.8143 325.65625Q245.5643 325.35938 245.14243 325.35938Q244.72055 325.35938 244.45493 325.65625Q244.20493 325.9375 244.20493 326.4375L244.20493 326.85938ZM241.2518 327.85938L240.6268 327.46875L244.79868 320.79688L245.40805 321.1875L241.2518 327.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.12428 341.96875L190.12428 342.875L189.92116 342.875Q188.65553 342.90625 187.90553 343.64062Q187.15553 344.35938 187.03053 345.67188Q187.71803 344.90625 188.87428 344.90625Q189.98366 344.90625 190.65553 345.6875Q191.32741 346.46875 191.32741 347.71875Q191.32741 349.03125 190.60866 349.82812Q189.88991 350.625 188.67116 350.625Q187.45241 350.625 186.68678 349.6875Q185.93678 348.73438 185.93678 347.25L185.93678 346.84375Q185.93678 344.48438 186.93678 343.23438Q187.93678 341.98438 189.92116 341.96875L190.12428 341.96875ZM188.70241 345.8125Q188.13991 345.8125 187.67116 346.14062Q187.20241 346.46875 187.01491 346.98438L187.01491 347.375Q187.01491 348.4375 187.48366 349.07812Q187.96803 349.71875 188.67116 349.71875Q189.40553 349.71875 189.82741 349.1875Q190.24928 348.64062 190.24928 347.76562Q190.24928 346.89062 189.82741 346.35938Q189.40553 345.8125 188.70241 345.8125ZM192.76491 343.60938Q192.76491 342.84375 193.24928 342.34375Q193.74928 341.84375 194.51491 341.84375Q195.29616 341.84375 195.78053 342.34375Q196.26491 342.84375 196.26491 343.64062L196.26491 344.0625Q196.26491 344.82812 195.76491 345.32812Q195.28053 345.8125 194.53053 345.8125Q193.76491 345.8125 193.26491 345.32812Q192.76491 344.82812 192.76491 344.01562L192.76491 343.60938ZM193.57741 344.0625Q193.57741 344.51562 193.82741 344.8125Q194.09303 345.10938 194.53053 345.10938Q194.95241 345.10938 195.20241 344.82812Q195.45241 344.53125 195.45241 344.03125L195.45241 343.60938Q195.45241 343.15625 195.20241 342.85938Q194.95241 342.54688 194.51491 342.54688Q194.07741 342.54688 193.82741 342.85938Q193.57741 343.15625 193.57741 343.625L193.57741 344.0625ZM196.92116 348.40625Q196.92116 347.64062 197.40553 347.15625Q197.90553 346.65625 198.67116 346.65625Q199.43678 346.65625 199.92116 347.15625Q200.42116 347.64062 200.42116 348.45312L200.42116 348.85938Q200.42116 349.625 199.93678 350.125Q199.45241 350.625 198.68678 350.625Q197.92116 350.625 197.42116 350.14062Q196.92116 349.64062 196.92116 348.82812L196.92116 348.40625ZM197.73366 348.85938Q197.73366 349.32812 197.98366 349.625Q198.24928 349.92188 198.68678 349.92188Q199.10866 349.92188 199.35866 349.64062Q199.60866 349.34375 199.60866 348.84375L199.60866 348.40625Q199.60866 347.9375 199.34303 347.65625Q199.09303 347.35938 198.67116 347.35938Q198.24928 347.35938 197.98366 347.65625Q197.73366 347.9375 197.73366 348.4375L197.73366 348.85938ZM194.78053 349.85938L194.15553 349.46875L198.32741 342.79688L198.93678 343.1875L194.78053 349.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M190.12428 341.96875L190.12428 342.875L189.92116 342.875Q188.65553 342.90625 187.90553 343.64062Q187.15553 344.35938 187.03053 345.67188Q187.71803 344.90625 188.87428 344.90625Q189.98366 344.90625 190.65553 345.6875Q191.32741 346.46875 191.32741 347.71875Q191.32741 349.03125 190.60866 349.82812Q189.88991 350.625 188.67116 350.625Q187.45241 350.625 186.68678 349.6875Q185.93678 348.73438 185.93678 347.25L185.93678 346.84375Q185.93678 344.48438 186.93678 343.23438Q187.93678 341.98438 189.92116 341.96875L190.12428 341.96875ZM188.70241 345.8125Q188.13991 345.8125 187.67116 346.14062Q187.20241 346.46875 187.01491 346.98438L187.01491 347.375Q187.01491 348.4375 187.48366 349.07812Q187.96803 349.71875 188.67116 349.71875Q189.40553 349.71875 189.82741 349.1875Q190.24928 348.64062 190.24928 347.76562Q190.24928 346.89062 189.82741 346.35938Q189.40553 345.8125 188.70241 345.8125ZM192.76491 343.60938Q192.76491 342.84375 193.24928 342.34375Q193.74928 341.84375 194.51491 341.84375Q195.29616 341.84375 195.78053 342.34375Q196.26491 342.84375 196.26491 343.64062L196.26491 344.0625Q196.26491 344.82812 195.76491 345.32812Q195.28053 345.8125 194.53053 345.8125Q193.76491 345.8125 193.26491 345.32812Q192.76491 344.82812 192.76491 344.01562L192.76491 343.60938ZM193.57741 344.0625Q193.57741 344.51562 193.82741 344.8125Q194.09303 345.10938 194.53053 345.10938Q194.95241 345.10938 195.20241 344.82812Q195.45241 344.53125 195.45241 344.03125L195.45241 343.60938Q195.45241 343.15625 195.20241 342.85938Q194.95241 342.54688 194.51491 342.54688Q194.07741 342.54688 193.82741 342.85938Q193.57741 343.15625 193.57741 343.625L193.57741 344.0625ZM196.92116 348.40625Q196.92116 347.64062 197.40553 347.15625Q197.90553 346.65625 198.67116 346.65625Q199.43678 346.65625 199.92116 347.15625Q200.42116 347.64062 200.42116 348.45312L200.42116 348.85938Q200.42116 349.625 199.93678 350.125Q199.45241 350.625 198.68678 350.625Q197.92116 350.625 197.42116 350.14062Q196.92116 349.64062 196.92116 348.82812L196.92116 348.40625ZM197.73366 348.85938Q197.73366 349.32812 197.98366 349.625Q198.24928 349.92188 198.68678 349.92188Q199.10866 349.92188 199.35866 349.64062Q199.60866 349.34375 199.60866 348.84375L199.60866 348.40625Q199.60866 347.9375 199.34303 347.65625Q199.09303 347.35938 198.67116 347.35938Q198.24928 347.35938 197.98366 347.65625Q197.73366 347.9375 197.73366 348.4375L197.73366 348.85938ZM194.78053 349.85938L194.15553 349.46875L198.32741 342.79688L198.93678 343.1875L194.78053 349.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.64948 367.1875Q196.64948 367.82812 196.30573 368.32812Q195.96198 368.82812 195.39948 369.10938Q196.05573 369.39062 196.44635 369.95312Q196.83698 370.5 196.83698 371.20312Q196.83698 372.29688 196.08698 372.96875Q195.3526 373.625 194.13385 373.625Q192.89948 373.625 192.14948 372.96875Q191.4151 372.29688 191.4151 371.20312Q191.4151 370.5 191.7901 369.95312Q192.1651 369.39062 192.83698 369.10938Q192.27448 368.82812 191.94635 368.32812Q191.61823 367.82812 191.61823 367.1875Q191.61823 366.10938 192.30573 365.48438Q192.99323 364.84375 194.13385 364.84375Q195.25885 364.84375 195.94635 365.48438Q196.64948 366.10938 196.64948 367.1875ZM195.75885 371.17188Q195.75885 370.45312 195.30573 370.01562Q194.8526 369.5625 194.11823 369.5625Q193.38385 369.5625 192.93073 370.01562Q192.49323 370.45312 192.49323 371.1875Q192.49323 371.90625 192.93073 372.32812Q193.36823 372.73438 194.13385 372.73438Q194.88385 372.73438 195.32135 372.3125Q195.75885 371.89062 195.75885 371.17188ZM194.13385 365.73438Q193.49323 365.73438 193.08698 366.14062Q192.69635 366.53125 192.69635 367.21875Q192.69635 367.85938 193.08698 368.26562Q193.4776 368.67188 194.11823 368.67188Q194.77448 368.67188 195.1651 368.26562Q195.55573 367.85938 195.55573 367.21875Q195.55573 366.5625 195.14948 366.15625Q194.74323 365.73438 194.13385 365.73438ZM198.36823 366.60938Q198.36823 365.84375 198.8526 365.34375Q199.3526 364.84375 200.11823 364.84375Q200.89948 364.84375 201.38385 365.34375Q201.86823 365.84375 201.86823 366.64062L201.86823 367.0625Q201.86823 367.82812 201.36823 368.32812Q200.88385 368.8125 200.13385 368.8125Q199.36823 368.8125 198.86823 368.32812Q198.36823 367.82812 198.36823 367.01562L198.36823 366.60938ZM199.18073 367.0625Q199.18073 367.51562 199.43073 367.8125Q199.69635 368.10938 200.13385 368.10938Q200.55573 368.10938 200.80573 367.82812Q201.05573 367.53125 201.05573 367.03125L201.05573 366.60938Q201.05573 366.15625 200.80573 365.85938Q200.55573 365.54688 200.11823 365.54688Q199.68073 365.54688 199.43073 365.85938Q199.18073 366.15625 199.18073 366.625L199.18073 367.0625ZM202.52448 371.40625Q202.52448 370.64062 203.00885 370.15625Q203.50885 369.65625 204.27448 369.65625Q205.0401 369.65625 205.52448 370.15625Q206.02448 370.64062 206.02448 371.45312L206.02448 371.85938Q206.02448 372.625 205.5401 373.125Q205.05573 373.625 204.2901 373.625Q203.52448 373.625 203.02448 373.14062Q202.52448 372.64062 202.52448 371.82812L202.52448 371.40625ZM203.33698 371.85938Q203.33698 372.32812 203.58698 372.625Q203.8526 372.92188 204.2901 372.92188Q204.71198 372.92188 204.96198 372.64062Q205.21198 372.34375 205.21198 371.84375L205.21198 371.40625Q205.21198 370.9375 204.94635 370.65625Q204.69635 370.35938 204.27448 370.35938Q203.8526 370.35938 203.58698 370.65625Q203.33698 370.9375 203.33698 371.4375L203.33698 371.85938ZM200.38385 372.85938L199.75885 372.46875L203.93073 365.79688L204.5401 366.1875L200.38385 372.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M196.64948 367.1875Q196.64948 367.82812 196.30573 368.32812Q195.96198 368.82812 195.39948 369.10938Q196.05573 369.39062 196.44635 369.95312Q196.83698 370.5 196.83698 371.20312Q196.83698 372.29688 196.08698 372.96875Q195.3526 373.625 194.13385 373.625Q192.89948 373.625 192.14948 372.96875Q191.4151 372.29688 191.4151 371.20312Q191.4151 370.5 191.7901 369.95312Q192.1651 369.39062 192.83698 369.10938Q192.27448 368.82812 191.94635 368.32812Q191.61823 367.82812 191.61823 367.1875Q191.61823 366.10938 192.30573 365.48438Q192.99323 364.84375 194.13385 364.84375Q195.25885 364.84375 195.94635 365.48438Q196.64948 366.10938 196.64948 367.1875ZM195.75885 371.17188Q195.75885 370.45312 195.30573 370.01562Q194.8526 369.5625 194.11823 369.5625Q193.38385 369.5625 192.93073 370.01562Q192.49323 370.45312 192.49323 371.1875Q192.49323 371.90625 192.93073 372.32812Q193.36823 372.73438 194.13385 372.73438Q194.88385 372.73438 195.32135 372.3125Q195.75885 371.89062 195.75885 371.17188ZM194.13385 365.73438Q193.49323 365.73438 193.08698 366.14062Q192.69635 366.53125 192.69635 367.21875Q192.69635 367.85938 193.08698 368.26562Q193.4776 368.67188 194.11823 368.67188Q194.77448 368.67188 195.1651 368.26562Q195.55573 367.85938 195.55573 367.21875Q195.55573 366.5625 195.14948 366.15625Q194.74323 365.73438 194.13385 365.73438ZM198.36823 366.60938Q198.36823 365.84375 198.8526 365.34375Q199.3526 364.84375 200.11823 364.84375Q200.89948 364.84375 201.38385 365.34375Q201.86823 365.84375 201.86823 366.64062L201.86823 367.0625Q201.86823 367.82812 201.36823 368.32812Q200.88385 368.8125 200.13385 368.8125Q199.36823 368.8125 198.86823 368.32812Q198.36823 367.82812 198.36823 367.01562L198.36823 366.60938ZM199.18073 367.0625Q199.18073 367.51562 199.43073 367.8125Q199.69635 368.10938 200.13385 368.10938Q200.55573 368.10938 200.80573 367.82812Q201.05573 367.53125 201.05573 367.03125L201.05573 366.60938Q201.05573 366.15625 200.80573 365.85938Q200.55573 365.54688 200.11823 365.54688Q199.68073 365.54688 199.43073 365.85938Q199.18073 366.15625 199.18073 366.625L199.18073 367.0625ZM202.52448 371.40625Q202.52448 370.64062 203.00885 370.15625Q203.50885 369.65625 204.27448 369.65625Q205.0401 369.65625 205.52448 370.15625Q206.02448 370.64062 206.02448 371.45312L206.02448 371.85938Q206.02448 372.625 205.5401 373.125Q205.05573 373.625 204.2901 373.625Q203.52448 373.625 203.02448 373.14062Q202.52448 372.64062 202.52448 371.82812L202.52448 371.40625ZM203.33698 371.85938Q203.33698 372.32812 203.58698 372.625Q203.8526 372.92188 204.2901 372.92188Q204.71198 372.92188 204.96198 372.64062Q205.21198 372.34375 205.21198 371.84375L205.21198 371.40625Q205.21198 370.9375 204.94635 370.65625Q204.69635 370.35938 204.27448 370.35938Q203.8526 370.35938 203.58698 370.65625Q203.33698 370.9375 203.33698 371.4375L203.33698 371.85938ZM200.38385 372.85938L199.75885 372.46875L203.93073 365.79688L204.5401 366.1875L200.38385 372.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.75803 395.5L281.16428 395.5L281.16428 394.71875L284.1174 391.4375Q284.77365 390.6875 285.02365 390.23438Q285.27365 389.76562 285.27365 389.26562Q285.27365 388.59375 284.8674 388.17188Q284.47678 387.73438 283.78928 387.73438Q282.9924 387.73438 282.53928 388.20312Q282.08615 388.65625 282.08615 389.48438L281.00803 389.48438Q281.00803 388.29688 281.75803 387.57812Q282.52365 386.84375 283.78928 386.84375Q284.9924 386.84375 285.6799 387.46875Q286.3674 388.09375 286.3674 389.14062Q286.3674 390.39062 284.75803 392.14062L282.47678 394.60938L286.75803 394.60938L286.75803 395.5ZM292.32053 391.75Q291.9924 392.15625 291.50803 392.40625Q291.03928 392.64062 290.47678 392.64062Q289.7424 392.64062 289.19553 392.28125Q288.64865 391.92188 288.35178 391.26562Q288.0549 390.59375 288.0549 389.79688Q288.0549 388.95312 288.3674 388.26562Q288.69553 387.57812 289.28928 387.21875Q289.89865 386.84375 290.69553 386.84375Q291.96115 386.84375 292.6799 387.79688Q293.41428 388.75 293.41428 390.375L293.41428 390.6875Q293.41428 393.1875 292.4299 394.32812Q291.44553 395.46875 289.46115 395.5L289.2424 395.5L289.2424 394.59375L289.47678 394.59375Q290.82053 394.5625 291.53928 393.89062Q292.25803 393.21875 292.32053 391.75ZM290.64865 391.75Q291.19553 391.75 291.64865 391.42188Q292.1174 391.07812 292.33615 390.59375L292.33615 390.15625Q292.33615 389.09375 291.8674 388.42188Q291.39865 387.75 290.69553 387.75Q289.97678 387.75 289.53928 388.29688Q289.1174 388.84375 289.1174 389.75Q289.1174 390.625 289.52365 391.1875Q289.94553 391.75 290.64865 391.75ZM295.07053 388.60938Q295.07053 387.84375 295.5549 387.34375Q296.0549 386.84375 296.82053 386.84375Q297.60178 386.84375 298.08615 387.34375Q298.57053 387.84375 298.57053 388.64062L298.57053 389.0625Q298.57053 389.82812 298.07053 390.32812Q297.58615 390.8125 296.83615 390.8125Q296.07053 390.8125 295.57053 390.32812Q295.07053 389.82812 295.07053 389.01562L295.07053 388.60938ZM295.88303 389.0625Q295.88303 389.51562 296.13303 389.8125Q296.39865 390.10938 296.83615 390.10938Q297.25803 390.10938 297.50803 389.82812Q297.75803 389.53125 297.75803 389.03125L297.75803 388.60938Q297.75803 388.15625 297.50803 387.85938Q297.25803 387.54688 296.82053 387.54688Q296.38303 387.54688 296.13303 387.85938Q295.88303 388.15625 295.88303 388.625L295.88303 389.0625ZM299.22678 393.40625Q299.22678 392.64062 299.71115 392.15625Q300.21115 391.65625 300.97678 391.65625Q301.7424 391.65625 302.22678 392.15625Q302.72678 392.64062 302.72678 393.45312L302.72678 393.85938Q302.72678 394.625 302.2424 395.125Q301.75803 395.625 300.9924 395.625Q300.22678 395.625 299.72678 395.14062Q299.22678 394.64062 299.22678 393.82812L299.22678 393.40625ZM300.03928 393.85938Q300.03928 394.32812 300.28928 394.625Q300.5549 394.92188 300.9924 394.92188Q301.41428 394.92188 301.66428 394.64062Q301.91428 394.34375 301.91428 393.84375L301.91428 393.40625Q301.91428 392.9375 301.64865 392.65625Q301.39865 392.35938 300.97678 392.35938Q300.5549 392.35938 300.28928 392.65625Q300.03928 392.9375 300.03928 393.4375L300.03928 393.85938ZM297.08615 394.85938L296.46115 394.46875L300.63303 387.79688L301.2424 388.1875L297.08615 394.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M286.75803 395.5L281.16428 395.5L281.16428 394.71875L284.1174 391.4375Q284.77365 390.6875 285.02365 390.23438Q285.27365 389.76562 285.27365 389.26562Q285.27365 388.59375 284.8674 388.17188Q284.47678 387.73438 283.78928 387.73438Q282.9924 387.73438 282.53928 388.20312Q282.08615 388.65625 282.08615 389.48438L281.00803 389.48438Q281.00803 388.29688 281.75803 387.57812Q282.52365 386.84375 283.78928 386.84375Q284.9924 386.84375 285.6799 387.46875Q286.3674 388.09375 286.3674 389.14062Q286.3674 390.39062 284.75803 392.14062L282.47678 394.60938L286.75803 394.60938L286.75803 395.5ZM292.32053 391.75Q291.9924 392.15625 291.50803 392.40625Q291.03928 392.64062 290.47678 392.64062Q289.7424 392.64062 289.19553 392.28125Q288.64865 391.92188 288.35178 391.26562Q288.0549 390.59375 288.0549 389.79688Q288.0549 388.95312 288.3674 388.26562Q288.69553 387.57812 289.28928 387.21875Q289.89865 386.84375 290.69553 386.84375Q291.96115 386.84375 292.6799 387.79688Q293.41428 388.75 293.41428 390.375L293.41428 390.6875Q293.41428 393.1875 292.4299 394.32812Q291.44553 395.46875 289.46115 395.5L289.2424 395.5L289.2424 394.59375L289.47678 394.59375Q290.82053 394.5625 291.53928 393.89062Q292.25803 393.21875 292.32053 391.75ZM290.64865 391.75Q291.19553 391.75 291.64865 391.42188Q292.1174 391.07812 292.33615 390.59375L292.33615 390.15625Q292.33615 389.09375 291.8674 388.42188Q291.39865 387.75 290.69553 387.75Q289.97678 387.75 289.53928 388.29688Q289.1174 388.84375 289.1174 389.75Q289.1174 390.625 289.52365 391.1875Q289.94553 391.75 290.64865 391.75ZM295.07053 388.60938Q295.07053 387.84375 295.5549 387.34375Q296.0549 386.84375 296.82053 386.84375Q297.60178 386.84375 298.08615 387.34375Q298.57053 387.84375 298.57053 388.64062L298.57053 389.0625Q298.57053 389.82812 298.07053 390.32812Q297.58615 390.8125 296.83615 390.8125Q296.07053 390.8125 295.57053 390.32812Q295.07053 389.82812 295.07053 389.01562L295.07053 388.60938ZM295.88303 389.0625Q295.88303 389.51562 296.13303 389.8125Q296.39865 390.10938 296.83615 390.10938Q297.25803 390.10938 297.50803 389.82812Q297.75803 389.53125 297.75803 389.03125L297.75803 388.60938Q297.75803 388.15625 297.50803 387.85938Q297.25803 387.54688 296.82053 387.54688Q296.38303 387.54688 296.13303 387.85938Q295.88303 388.15625 295.88303 388.625L295.88303 389.0625ZM299.22678 393.40625Q299.22678 392.64062 299.71115 392.15625Q300.21115 391.65625 300.97678 391.65625Q301.7424 391.65625 302.22678 392.15625Q302.72678 392.64062 302.72678 393.45312L302.72678 393.85938Q302.72678 394.625 302.2424 395.125Q301.75803 395.625 300.9924 395.625Q300.22678 395.625 299.72678 395.14062Q299.22678 394.64062 299.22678 393.82812L299.22678 393.40625ZM300.03928 393.85938Q300.03928 394.32812 300.28928 394.625Q300.5549 394.92188 300.9924 394.92188Q301.41428 394.92188 301.66428 394.64062Q301.91428 394.34375 301.91428 393.84375L301.91428 393.40625Q301.91428 392.9375 301.64865 392.65625Q301.39865 392.35938 300.97678 392.35938Q300.5549 392.35938 300.28928 392.65625Q300.03928 392.9375 300.03928 393.4375L300.03928 393.85938ZM297.08615 394.85938L296.46115 394.46875L300.63303 387.79688L301.2424 388.1875L297.08615 394.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M226.16609 418.5L225.08797 418.5L225.08797 411.28125L222.90047 412.07812L222.90047 411.09375L226.00984 409.92188L226.16609 409.92188L226.16609 418.5ZM230.10359 414.21875L230.54109 409.96875L234.91609 409.96875L234.91609 410.96875L231.46297 410.96875L231.19734 413.29688Q231.83797 412.92188 232.63484 412.92188Q233.79109 412.92188 234.47859 413.70312Q235.16609 414.46875 235.16609 415.78125Q235.16609 417.09375 234.44734 417.85938Q233.74422 418.625 232.46297 418.625Q231.33797 418.625 230.61922 418.0Q229.90047 417.35938 229.80672 416.25L230.82234 416.25Q230.93172 416.98438 231.35359 417.35938Q231.77547 417.73438 232.46297 417.73438Q233.21297 417.73438 233.65047 417.21875Q234.08797 416.70312 234.08797 415.79688Q234.08797 414.9375 233.61922 414.42188Q233.15047 413.90625 232.36922 413.90625Q231.66609 413.90625 231.25984 414.20312L230.97859 414.4375L230.10359 414.21875ZM236.50984 411.60938Q236.50984 410.84375 236.99422 410.34375Q237.49422 409.84375 238.25984 409.84375Q239.04109 409.84375 239.52547 410.34375Q240.00984 410.84375 240.00984 411.64062L240.00984 412.0625Q240.00984 412.82812 239.50984 413.32812Q239.02547 413.8125 238.27547 413.8125Q237.50984 413.8125 237.00984 413.32812Q236.50984 412.82812 236.50984 412.01562L236.50984 411.60938ZM237.32234 412.0625Q237.32234 412.51562 237.57234 412.8125Q237.83797 413.10938 238.27547 413.10938Q238.69734 413.10938 238.94734 412.82812Q239.19734 412.53125 239.19734 412.03125L239.19734 411.60938Q239.19734 411.15625 238.94734 410.85938Q238.69734 410.54688 238.25984 410.54688Q237.82234 410.54688 237.57234 410.85938Q237.32234 411.15625 237.32234 411.625L237.32234 412.0625ZM240.66609 416.40625Q240.66609 415.64062 241.15047 415.15625Q241.65047 414.65625 242.41609 414.65625Q243.18172 414.65625 243.66609 415.15625Q244.16609 415.64062 244.16609 416.45312L244.16609 416.85938Q244.16609 417.625 243.68172 418.125Q243.19734 418.625 242.43172 418.625Q241.66609 418.625 241.16609 418.14062Q240.66609 417.64062 240.66609 416.82812L240.66609 416.40625ZM241.47859 416.85938Q241.47859 417.32812 241.72859 417.625Q241.99422 417.92188 242.43172 417.92188Q242.85359 417.92188 243.10359 417.64062Q243.35359 417.34375 243.35359 416.84375L243.35359 416.40625Q243.35359 415.9375 243.08797 415.65625Q242.83797 415.35938 242.41609 415.35938Q241.99422 415.35938 241.72859 415.65625Q241.47859 415.9375 241.47859 416.4375L241.47859 416.85938ZM238.52547 417.85938L237.90047 417.46875L242.07234 410.79688L242.68172 411.1875L238.52547 417.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M226.16609 418.5L225.08797 418.5L225.08797 411.28125L222.90047 412.07812L222.90047 411.09375L226.00984 409.92188L226.16609 409.92188L226.16609 418.5ZM230.10359 414.21875L230.54109 409.96875L234.91609 409.96875L234.91609 410.96875L231.46297 410.96875L231.19734 413.29688Q231.83797 412.92188 232.63484 412.92188Q233.79109 412.92188 234.47859 413.70312Q235.16609 414.46875 235.16609 415.78125Q235.16609 417.09375 234.44734 417.85938Q233.74422 418.625 232.46297 418.625Q231.33797 418.625 230.61922 418.0Q229.90047 417.35938 229.80672 416.25L230.82234 416.25Q230.93172 416.98438 231.35359 417.35938Q231.77547 417.73438 232.46297 417.73438Q233.21297 417.73438 233.65047 417.21875Q234.08797 416.70312 234.08797 415.79688Q234.08797 414.9375 233.61922 414.42188Q233.15047 413.90625 232.36922 413.90625Q231.66609 413.90625 231.25984 414.20312L230.97859 414.4375L230.10359 414.21875ZM236.50984 411.60938Q236.50984 410.84375 236.99422 410.34375Q237.49422 409.84375 238.25984 409.84375Q239.04109 409.84375 239.52547 410.34375Q240.00984 410.84375 240.00984 411.64062L240.00984 412.0625Q240.00984 412.82812 239.50984 413.32812Q239.02547 413.8125 238.27547 413.8125Q237.50984 413.8125 237.00984 413.32812Q236.50984 412.82812 236.50984 412.01562L236.50984 411.60938ZM237.32234 412.0625Q237.32234 412.51562 237.57234 412.8125Q237.83797 413.10938 238.27547 413.10938Q238.69734 413.10938 238.94734 412.82812Q239.19734 412.53125 239.19734 412.03125L239.19734 411.60938Q239.19734 411.15625 238.94734 410.85938Q238.69734 410.54688 238.25984 410.54688Q237.82234 410.54688 237.57234 410.85938Q237.32234 411.15625 237.32234 411.625L237.32234 412.0625ZM240.66609 416.40625Q240.66609 415.64062 241.15047 415.15625Q241.65047 414.65625 242.41609 414.65625Q243.18172 414.65625 243.66609 415.15625Q244.16609 415.64062 244.16609 416.45312L244.16609 416.85938Q244.16609 417.625 243.68172 418.125Q243.19734 418.625 242.43172 418.625Q241.66609 418.625 241.16609 418.14062Q240.66609 417.64062 240.66609 416.82812L240.66609 416.40625ZM241.47859 416.85938Q241.47859 417.32812 241.72859 417.625Q241.99422 417.92188 242.43172 417.92188Q242.85359 417.92188 243.10359 417.64062Q243.35359 417.34375 243.35359 416.84375L243.35359 416.40625Q243.35359 415.9375 243.08797 415.65625Q242.83797 415.35938 242.41609 415.35938Q241.99422 415.35938 241.72859 415.65625Q241.47859 415.9375 241.47859 416.4375L241.47859 416.85938ZM238.52547 417.85938L237.90047 417.46875L242.07234 410.79688L242.68172 411.1875L238.52547 417.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.33563 461.82147Q285.33563 461.05585 285.82 460.55585Q286.32 460.05585 287.08563 460.05585Q287.86688 460.05585 288.35126 460.55585Q288.83563 461.05585 288.83563 461.85272L288.83563 462.2746Q288.83563 463.04022 288.33563 463.54022Q287.85126 464.0246 287.10126 464.0246Q286.33563 464.0246 285.83563 463.54022Q285.33563 463.04022 285.33563 462.22772L285.33563 461.82147ZM286.14813 462.2746Q286.14813 462.72772 286.39813 463.0246Q286.66376 463.32147 287.10126 463.32147Q287.52313 463.32147 287.77313 463.04022Q288.02313 462.74335 288.02313 462.24335L288.02313 461.82147Q288.02313 461.36835 287.77313 461.07147Q287.52313 460.75897 287.08563 460.75897Q286.64813 460.75897 286.39813 461.07147Q286.14813 461.36835 286.14813 461.8371L286.14813 462.2746ZM289.49188 466.61835Q289.49188 465.85272 289.97626 465.36835Q290.47626 464.86835 291.24188 464.86835Q292.0075 464.86835 292.49188 465.36835Q292.99188 465.85272 292.99188 466.66522L292.99188 467.07147Q292.99188 467.8371 292.5075 468.3371Q292.02313 468.8371 291.2575 468.8371Q290.49188 468.8371 289.99188 468.35272Q289.49188 467.85272 289.49188 467.04022L289.49188 466.61835ZM290.30438 467.07147Q290.30438 467.54022 290.55438 467.8371Q290.82 468.13397 291.2575 468.13397Q291.67938 468.13397 291.92938 467.85272Q292.17938 467.55585 292.17938 467.05585L292.17938 466.61835Q292.17938 466.1496 291.91376 465.86835Q291.66376 465.57147 291.24188 465.57147Q290.82 465.57147 290.55438 465.86835Q290.30438 466.1496 290.30438 466.6496L290.30438 467.07147ZM287.35126 468.07147L286.72626 467.68085L290.89813 461.00897L291.5075 461.3996L287.35126 468.07147ZM297.2575 465.47772Q297.2575 464.55585 297.61688 463.80585Q297.99188 463.05585 298.64813 462.66522Q299.30438 462.25897 300.1325 462.25897Q301.42938 462.25897 302.22626 463.1496Q303.03876 464.04022 303.03876 465.54022L303.03876 465.61835Q303.03876 466.54022 302.67938 467.2746Q302.32 468.00897 301.66376 468.43085Q301.0075 468.8371 300.14813 468.8371Q298.86688 468.8371 298.05438 467.94647Q297.2575 467.04022 297.2575 465.55585L297.2575 465.47772ZM298.35126 465.61835Q298.35126 466.66522 298.83563 467.30585Q299.33563 467.94647 300.14813 467.94647Q300.97626 467.94647 301.46063 467.30585Q301.945 466.6496 301.945 465.47772Q301.945 464.44647 301.445 463.80585Q300.96063 463.1496 300.1325 463.1496Q299.33563 463.1496 298.83563 463.79022Q298.35126 464.41522 298.35126 465.61835ZM305.08563 468.7121L305.08563 463.2121L304.08563 463.2121L304.08563 462.36835L305.08563 462.36835L305.08563 461.72772Q305.08563 460.69647 305.61688 460.1496Q306.16376 459.5871 307.16376 459.5871Q307.53876 459.5871 307.91376 459.68085L307.85126 460.57147Q307.57 460.50897 307.27313 460.50897Q306.74188 460.50897 306.445 460.82147Q306.16376 461.13397 306.16376 461.69647L306.16376 462.36835L307.52313 462.36835L307.52313 463.2121L306.16376 463.2121L306.16376 468.7121L305.08563 468.7121ZM314.61688 463.3371Q314.36688 463.30585 314.08563 463.30585Q313.0075 463.30585 312.6325 464.2121L312.6325 468.7121L311.55438 468.7121L311.55438 462.36835L312.60126 462.36835L312.61688 463.10272Q313.14813 462.25897 314.1325 462.25897Q314.445 462.25897 314.61688 462.3371L314.61688 463.3371ZM318.17938 468.8371Q316.8825 468.8371 316.07 467.99335Q315.27313 467.13397 315.27313 465.7121L315.27313 465.5246Q315.27313 464.57147 315.6325 463.8371Q315.99188 463.0871 316.6325 462.68085Q317.28876 462.25897 318.03876 462.25897Q319.27313 462.25897 319.96063 463.07147Q320.64813 463.88397 320.64813 465.3996L320.64813 465.85272L316.35126 465.85272Q316.3825 466.79022 316.89813 467.36835Q317.42938 467.94647 318.24188 467.94647Q318.80438 467.94647 319.195 467.7121Q319.60126 467.47772 319.91376 467.0871L320.57 467.60272Q319.77313 468.8371 318.17938 468.8371ZM318.03876 463.1496Q317.3825 463.1496 316.92938 463.63397Q316.49188 464.10272 316.39813 464.9621L319.57 464.9621L319.57 464.88397Q319.52313 464.05585 319.11688 463.60272Q318.72626 463.1496 318.03876 463.1496ZM325.24188 467.0246Q325.24188 466.5871 324.89813 466.35272Q324.57 466.10272 323.74188 465.93085Q322.92938 465.75897 322.445 465.50897Q321.96063 465.25897 321.72626 464.93085Q321.5075 464.5871 321.5075 464.11835Q321.5075 463.3371 322.16376 462.80585Q322.82 462.25897 323.85126 462.25897Q324.92938 462.25897 325.58563 462.82147Q326.2575 463.36835 326.2575 464.22772L325.17938 464.22772Q325.17938 463.79022 324.78876 463.47772Q324.41376 463.1496 323.85126 463.1496Q323.2575 463.1496 322.91376 463.41522Q322.58563 463.66522 322.58563 464.07147Q322.58563 464.4621 322.89813 464.66522Q323.21063 464.86835 324.02313 465.05585Q324.83563 465.22772 325.33563 465.47772Q325.83563 465.72772 326.07 466.0871Q326.32 466.44647 326.32 466.94647Q326.32 467.80585 325.6325 468.32147Q324.96063 468.8371 323.8825 468.8371Q323.11688 468.8371 322.52313 468.57147Q321.945 468.29022 321.61688 467.80585Q321.28876 467.32147 321.28876 466.75897L322.36688 466.75897Q322.39813 467.30585 322.80438 467.63397Q323.21063 467.94647 323.8825 467.94647Q324.49188 467.94647 324.86688 467.69647Q325.24188 467.44647 325.24188 467.0246ZM332.89813 465.61835Q332.89813 467.05585 332.24188 467.94647Q331.58563 468.8371 330.445 468.8371Q329.28876 468.8371 328.6325 468.10272L328.6325 471.1496L327.55438 471.1496L327.55438 462.36835L328.53876 462.36835L328.58563 463.07147Q329.2575 462.25897 330.42938 462.25897Q331.57 462.25897 332.22626 463.11835Q332.89813 463.97772 332.89813 465.50897L332.89813 465.61835ZM331.82 465.49335Q331.82 464.41522 331.35126 463.80585Q330.89813 463.18085 330.10126 463.18085Q329.11688 463.18085 328.6325 464.04022L328.6325 467.07147Q329.11688 467.94647 330.11688 467.94647Q330.89813 467.94647 331.35126 467.3371Q331.82 466.7121 331.82 465.49335ZM334.2575 465.47772Q334.2575 464.55585 334.61688 463.80585Q334.99188 463.05585 335.64813 462.66522Q336.30438 462.25897 337.1325 462.25897Q338.42938 462.25897 339.22626 463.1496Q340.03876 464.04022 340.03876 465.54022L340.03876 465.61835Q340.03876 466.54022 339.67938 467.2746Q339.32 468.00897 338.66376 468.43085Q338.0075 468.8371 337.14813 468.8371Q335.86688 468.8371 335.05438 467.94647Q334.2575 467.04022 334.2575 465.55585L334.2575 465.47772ZM335.35126 465.61835Q335.35126 466.66522 335.83563 467.30585Q336.33563 467.94647 337.14813 467.94647Q337.97626 467.94647 338.46063 467.30585Q338.945 466.6496 338.945 465.47772Q338.945 464.44647 338.445 463.80585Q337.96063 463.1496 337.1325 463.1496Q336.33563 463.1496 335.83563 463.79022Q335.35126 464.41522 335.35126 465.61835ZM342.57 462.36835L342.60126 463.16522Q343.33563 462.25897 344.5075 462.25897Q346.52313 462.25897 346.53876 464.5246L346.53876 468.7121L345.445 468.7121L345.445 464.50897Q345.445 463.8371 345.1325 463.50897Q344.83563 463.18085 344.17938 463.18085Q343.64813 463.18085 343.24188 463.4621Q342.85126 463.74335 342.6325 464.19647L342.6325 468.7121L341.55438 468.7121L341.55438 462.36835L342.57 462.36835ZM348.28876 465.49335Q348.28876 464.0246 348.97626 463.1496Q349.66376 462.25897 350.78876 462.25897Q351.89813 462.25897 352.55438 463.00897L352.55438 459.7121L353.6325 459.7121L353.6325 468.7121L352.6325 468.7121L352.58563 468.0246Q351.92938 468.8371 350.77313 468.8371Q349.67938 468.8371 348.97626 467.93085Q348.28876 467.0246 348.28876 465.57147L348.28876 465.49335ZM349.36688 465.61835Q349.36688 466.69647 349.80438 467.30585Q350.2575 467.91522 351.03876 467.91522Q352.07 467.91522 352.55438 466.97772L352.55438 464.07147Q352.07 463.18085 351.05438 463.18085Q350.2575 463.18085 349.80438 463.79022Q349.36688 464.3996 349.36688 465.61835ZM358.17938 468.8371Q356.8825 468.8371 356.07 467.99335Q355.27313 467.13397 355.27313 465.7121L355.27313 465.5246Q355.27313 464.57147 355.6325 463.8371Q355.99188 463.0871 356.6325 462.68085Q357.28876 462.25897 358.03876 462.25897Q359.27313 462.25897 359.96063 463.07147Q360.64813 463.88397 360.64813 465.3996L360.64813 465.85272L356.35126 465.85272Q356.3825 466.79022 356.89813 467.36835Q357.42938 467.94647 358.24188 467.94647Q358.80438 467.94647 359.195 467.7121Q359.60126 467.47772 359.91376 467.0871L360.57 467.60272Q359.77313 468.8371 358.17938 468.8371ZM358.03876 463.1496Q357.3825 463.1496 356.92938 463.63397Q356.49188 464.10272 356.39813 464.9621L359.57 464.9621L359.57 464.88397Q359.52313 464.05585 359.11688 463.60272Q358.72626 463.1496 358.03876 463.1496ZM362.57 462.36835L362.60126 463.16522Q363.33563 462.25897 364.5075 462.25897Q366.52313 462.25897 366.53876 464.5246L366.53876 468.7121L365.445 468.7121L365.445 464.50897Q365.445 463.8371 365.1325 463.50897Q364.83563 463.18085 364.17938 463.18085Q363.64813 463.18085 363.24188 463.4621Q362.85126 463.74335 362.6325 464.19647L362.6325 468.7121L361.55438 468.7121L361.55438 462.36835L362.57 462.36835ZM370.02313 460.8371L370.02313 462.36835L371.195 462.36835L371.195 463.2121L370.02313 463.2121L370.02313 467.13397Q370.02313 467.5246 370.17938 467.7121Q370.33563 467.8996 370.71063 467.8996Q370.89813 467.8996 371.22626 467.8371L371.22626 468.7121Q370.80438 468.8371 370.39813 468.8371Q369.67938 468.8371 369.30438 468.3996Q368.92938 467.94647 368.92938 467.13397L368.92938 463.2121L367.77313 463.2121L367.77313 462.36835L368.92938 462.36835L368.92938 460.8371L370.02313 460.8371ZM376.24188 467.0246Q376.24188 466.5871 375.89813 466.35272Q375.57 466.10272 374.74188 465.93085Q373.92938 465.75897 373.445 465.50897Q372.96063 465.25897 372.72626 464.93085Q372.5075 464.5871 372.5075 464.11835Q372.5075 463.3371 373.16376 462.80585Q373.82 462.25897 374.85126 462.25897Q375.92938 462.25897 376.58563 462.82147Q377.2575 463.36835 377.2575 464.22772L376.17938 464.22772Q376.17938 463.79022 375.78876 463.47772Q375.41376 463.1496 374.85126 463.1496Q374.2575 463.1496 373.91376 463.41522Q373.58563 463.66522 373.58563 464.07147Q373.58563 464.4621 373.89813 464.66522Q374.21063 464.86835 375.02313 465.05585Q375.83563 465.22772 376.33563 465.47772Q376.83563 465.72772 377.07 466.0871Q377.32 466.44647 377.32 466.94647Q377.32 467.80585 376.6325 468.32147Q375.96063 468.8371 374.8825 468.8371Q374.11688 468.8371 373.52313 468.57147Q372.945 468.29022 372.61688 467.80585Q372.28876 467.32147 372.28876 466.75897L373.36688 466.75897Q373.39813 467.30585 373.80438 467.63397Q374.21063 467.94647 374.8825 467.94647Q375.49188 467.94647 375.86688 467.69647Q376.24188 467.44647 376.24188 467.0246ZM381.5075 465.24335Q381.5075 463.93085 381.85126 462.7121Q382.21063 461.49335 382.91376 460.49335Q383.61688 459.49335 384.3825 459.0871L384.60126 459.80585Q383.74188 460.4621 383.195 461.80585Q382.64813 463.1496 382.60126 464.82147L382.58563 465.32147Q382.58563 467.5871 383.41376 469.24335Q383.91376 470.24335 384.60126 470.80585L384.3825 471.4621Q383.60126 471.04022 382.8825 470.00897Q381.5075 468.0246 381.5075 465.24335ZM386.57 462.36835L386.60126 463.16522Q387.33563 462.25897 388.5075 462.25897Q390.52313 462.25897 390.53876 464.5246L390.53876 468.7121L389.445 468.7121L389.445 464.50897Q389.445 463.8371 389.1325 463.50897Q388.83563 463.18085 388.17938 463.18085Q387.64813 463.18085 387.24188 463.4621Q386.85126 463.74335 386.6325 464.19647L386.6325 468.7121L385.55438 468.7121L385.55438 462.36835L386.57 462.36835ZM397.5075 463.94647L392.61688 463.94647L392.61688 462.99335L397.5075 462.99335L397.5075 463.94647ZM397.5075 466.36835L392.61688 466.36835L392.61688 465.43085L397.5075 465.43085L397.5075 466.36835ZM403.695 460.18085L403.695 461.0871L403.49188 461.0871Q402.22626 461.11835 401.47626 461.85272Q400.72626 462.57147 400.60126 463.88397Q401.28876 463.11835 402.445 463.11835Q403.55438 463.11835 404.22626 463.8996Q404.89813 464.68085 404.89813 465.93085Q404.89813 467.24335 404.17938 468.04022Q403.46063 468.8371 402.24188 468.8371Q401.02313 468.8371 400.2575 467.8996Q399.5075 466.94647 399.5075 465.4621L399.5075 465.05585Q399.5075 462.69647 400.5075 461.44647Q401.5075 460.19647 403.49188 460.18085L403.695 460.18085ZM402.27313 464.0246Q401.71063 464.0246 401.24188 464.35272Q400.77313 464.68085 400.58563 465.19647L400.58563 465.5871Q400.58563 466.6496 401.05438 467.29022Q401.53876 467.93085 402.24188 467.93085Q402.97626 467.93085 403.39813 467.3996Q403.82 466.85272 403.82 465.97772Q403.82 465.10272 403.39813 464.57147Q402.97626 464.0246 402.27313 464.0246ZM406.5075 470.41522L405.89813 469.99335Q406.445 469.22772 406.47626 468.3996L406.47626 467.43085L407.53876 467.43085L407.53876 468.2746Q407.53876 468.86835 407.24188 469.4621Q406.945 470.05585 406.5075 470.41522ZM414.02313 468.7121L408.42938 468.7121L408.42938 467.93085L411.3825 464.6496Q412.03876 463.8996 412.28876 463.44647Q412.53876 462.97772 412.53876 462.47772Q412.53876 461.80585 412.1325 461.38397Q411.74188 460.94647 411.05438 460.94647Q410.2575 460.94647 409.80438 461.41522Q409.35126 461.86835 409.35126 462.69647L408.27313 462.69647Q408.27313 461.50897 409.02313 460.79022Q409.78876 460.05585 411.05438 460.05585Q412.2575 460.05585 412.945 460.68085Q413.6325 461.30585 413.6325 462.35272Q413.6325 463.60272 412.02313 465.35272L409.74188 467.82147L414.02313 467.82147L414.02313 468.7121ZM415.92938 464.43085L416.36688 460.18085L420.74188 460.18085L420.74188 461.18085L417.28876 461.18085L417.02313 463.50897Q417.66376 463.13397 418.46063 463.13397Q419.61688 463.13397 420.30438 463.91522Q420.99188 464.68085 420.99188 465.99335Q420.99188 467.30585 420.27313 468.07147Q419.57 468.8371 418.28876 468.8371Q417.16376 468.8371 416.445 468.2121Q415.72626 467.57147 415.6325 466.4621L416.64813 466.4621Q416.7575 467.19647 417.17938 467.57147Q417.60126 467.94647 418.28876 467.94647Q419.03876 467.94647 419.47626 467.43085Q419.91376 466.91522 419.91376 466.00897Q419.91376 465.1496 419.445 464.63397Q418.97626 464.11835 418.195 464.11835Q417.49188 464.11835 417.08563 464.41522L416.80438 464.6496L415.92938 464.43085ZM427.78876 465.07147Q427.78876 466.97772 427.1325 467.91522Q426.49188 468.8371 425.10126 468.8371Q423.74188 468.8371 423.08563 467.93085Q422.42938 467.0246 422.39813 465.2121L422.39813 463.7746Q422.39813 461.88397 423.03876 460.97772Q423.695 460.05585 425.08563 460.05585Q426.46063 460.05585 427.11688 460.94647Q427.77313 461.82147 427.78876 463.66522L427.78876 465.07147ZM426.695 463.5871Q426.695 462.2121 426.30438 461.5871Q425.92938 460.94647 425.08563 460.94647Q424.2575 460.94647 423.86688 461.5871Q423.49188 462.2121 423.49188 463.50897L423.49188 465.24335Q423.49188 466.61835 423.8825 467.29022Q424.28876 467.94647 425.10126 467.94647Q425.89813 467.94647 426.28876 467.32147Q426.67938 466.69647 426.695 465.36835L426.695 463.5871ZM432.05438 465.30585Q432.05438 466.61835 431.71063 467.82147Q431.36688 469.00897 430.64813 470.0246Q429.945 471.04022 429.17938 471.4621L428.945 470.80585Q429.85126 470.11835 430.39813 468.66522Q430.945 467.19647 430.96063 465.43085L430.96063 465.24335Q430.96063 464.00897 430.695 462.94647Q430.445 461.88397 429.97626 461.05585Q429.52313 460.2121 428.945 459.74335L429.17938 459.0871Q429.945 459.50897 430.64813 460.50897Q431.35126 461.50897 431.695 462.72772Q432.05438 463.93085 432.05438 465.30585Z" fill-rule="nonzero"/><path fill="#666666" d="M131.79688 78.88704Q131.35938 79.51204 130.57812 79.82454Q129.79688 80.13704 128.76562 80.13704Q127.734375 80.13704 126.921875 79.652664Q126.109375 79.152664 125.671875 78.246414Q125.234375 77.340164 125.21875 76.152664L125.21875 75.41829Q125.21875 73.48079 126.109375 72.41829Q127.015625 71.35579 128.64062 71.35579Q129.98438 71.35579 130.79688 72.04329Q131.60938 72.73079 131.79688 73.98079L130.67188 73.98079Q130.34375 72.29329 128.65625 72.29329Q127.515625 72.29329 126.9375 73.090164Q126.359375 73.871414 126.34375 75.38704L126.34375 76.07454Q126.34375 77.51204 127.0 78.371414Q127.65625 79.215164 128.78125 79.215164Q129.40625 79.215164 129.875 79.07454Q130.35938 78.933914 130.67188 78.590164L130.67188 76.683914L128.70312 76.683914L128.70312 75.76204L131.79688 75.76204L131.79688 78.88704ZM133.03125 76.777664Q133.03125 75.85579 133.39062 75.10579Q133.76562 74.35579 134.42188 73.965164Q135.07812 73.558914 135.90625 73.558914Q137.20312 73.558914 138.0 74.44954Q138.8125 75.340164 138.8125 76.840164L138.8125 76.91829Q138.8125 77.840164 138.45312 78.57454Q138.09375 79.308914 137.4375 79.73079Q136.78125 80.13704 135.92188 80.13704Q134.64062 80.13704 133.82812 79.246414Q133.03125 78.340164 133.03125 76.85579L133.03125 76.777664ZM134.125 76.91829Q134.125 77.965164 134.60938 78.60579Q135.10938 79.246414 135.92188 79.246414Q136.75 79.246414 137.23438 78.60579Q137.71875 77.94954 137.71875 76.777664Q137.71875 75.746414 137.21875 75.10579Q136.73438 74.44954 135.90625 74.44954Q135.10938 74.44954 134.60938 75.090164Q134.125 75.715164 134.125 76.91829Z" fill-rule="nonzero"/><path fill="#666666" d="M102.609375 99.22365L102.609375 102.5674L101.484375 102.5674L101.484375 94.03615L104.640625 94.03615Q106.03125 94.03615 106.828125 94.7549Q107.625 95.45802 107.625 96.64552Q107.625 97.8799 106.84375 98.55177Q106.078125 99.22365 104.625 99.22365L102.609375 99.22365ZM102.609375 98.30177L104.640625 98.30177Q105.546875 98.30177 106.015625 97.8799Q106.5 97.45802 106.5 96.66115Q106.5 95.89552 106.015625 95.4424Q105.546875 94.97365 104.703125 94.95802L102.609375 94.95802L102.609375 98.30177ZM111.390625 100.97365L112.875 96.22365L114.03125 96.22365L111.484375 103.55177Q110.890625 105.1299 109.609375 105.1299L109.390625 105.11427L109.0 105.03615L109.0 104.16115L109.28125 104.17677Q109.84375 104.17677 110.140625 103.95802Q110.453125 103.73927 110.65625 103.14552L110.890625 102.48927L108.625 96.22365L109.8125 96.22365L111.390625 100.97365ZM116.796875 94.6924L116.796875 96.22365L117.96875 96.22365L117.96875 97.0674L116.796875 97.0674L116.796875 100.98927Q116.796875 101.3799 116.953125 101.5674Q117.109375 101.7549 117.484375 101.7549Q117.671875 101.7549 118.0 101.6924L118.0 102.5674Q117.578125 102.6924 117.171875 102.6924Q116.453125 102.6924 116.078125 102.2549Q115.703125 101.80177 115.703125 100.98927L115.703125 97.0674L114.546875 97.0674L114.546875 96.22365L115.703125 96.22365L115.703125 94.6924L116.796875 94.6924ZM120.40625 96.98927Q121.125 96.11427 122.28125 96.11427Q124.296875 96.11427 124.3125 98.3799L124.3125 102.5674L123.21875 102.5674L123.21875 98.36427Q123.21875 97.6924 122.90625 97.36427Q122.609375 97.03615 121.953125 97.03615Q121.421875 97.03615 121.015625 97.3174Q120.625 97.59865 120.40625 98.05177L120.40625 102.5674L119.328125 102.5674L119.328125 93.5674L120.40625 93.5674L120.40625 96.98927ZM126.03125 99.33302Q126.03125 98.41115 126.390625 97.66115Q126.765625 96.91115 127.421875 96.52052Q128.07812 96.11427 128.90625 96.11427Q130.20312 96.11427 131.0 97.0049Q131.8125 97.89552 131.8125 99.39552L131.8125 99.47365Q131.8125 100.39552 131.45312 101.1299Q131.09375 101.86427 130.4375 102.28615Q129.78125 102.6924 128.92188 102.6924Q127.640625 102.6924 126.828125 101.80177Q126.03125 100.89552 126.03125 99.41115L126.03125 99.33302ZM127.125 99.47365Q127.125 100.52052 127.609375 101.16115Q128.10938 101.80177 128.92188 101.80177Q129.75 101.80177 130.23438 101.16115Q130.71875 100.5049 130.71875 99.33302Q130.71875 98.30177 130.21875 97.66115Q129.73438 97.0049 128.90625 97.0049Q128.10938 97.0049 127.609375 97.64552Q127.125 98.27052 127.125 99.47365ZM134.34375 96.22365L134.375 97.02052Q135.10938 96.11427 136.28125 96.11427Q138.29688 96.11427 138.3125 98.3799L138.3125 102.5674L137.21875 102.5674L137.21875 98.36427Q137.21875 97.6924 136.90625 97.36427Q136.60938 97.03615 135.95312 97.03615Q135.42188 97.03615 135.01562 97.3174Q134.625 97.59865 134.40625 98.05177L134.40625 102.5674L133.32812 102.5674L133.32812 96.22365L134.34375 96.22365Z" fill-rule="nonzero"/><path fill="#666666" d="M119.625 121.66964L117.609375 121.66964L117.609375 125.122765L116.484375 125.122765L116.484375 116.591515L119.3125 116.591515Q120.75 116.591515 121.515625 117.247765Q122.296875 117.904015 122.296875 119.154015Q122.296875 119.95089 121.859375 120.54464Q121.4375 121.13839 120.671875 121.435265L122.671875 125.04464L122.671875 125.122765L121.46875 125.122765L119.625 121.66964ZM117.609375 120.747765L119.34375 120.747765Q120.1875 120.747765 120.671875 120.32589Q121.171875 119.88839 121.171875 119.154015Q121.171875 118.372765 120.703125 117.95089Q120.234375 117.529015 119.34375 117.51339L117.609375 117.51339L117.609375 120.747765ZM127.234375 124.497765Q126.609375 125.247765 125.375 125.247765Q124.359375 125.247765 123.828125 124.654015Q123.296875 124.060265 123.296875 122.904015L123.296875 118.779015L124.375 118.779015L124.375 122.872765Q124.375 124.32589 125.546875 124.32589Q126.796875 124.32589 127.203125 123.38839L127.203125 118.779015L128.29688 118.779015L128.29688 125.122765L127.265625 125.122765L127.234375 124.497765ZM134.01562 123.435265Q134.01562 122.997765 133.67188 122.76339Q133.34375 122.51339 132.51562 122.341515Q131.70312 122.16964 131.21875 121.91964Q130.73438 121.66964 130.5 121.341515Q130.28125 120.997765 130.28125 120.529015Q130.28125 119.747765 130.9375 119.216515Q131.59375 118.66964 132.625 118.66964Q133.70312 118.66964 134.35938 119.23214Q135.03125 119.779015 135.03125 120.63839L133.95312 120.63839Q133.95312 120.20089 133.5625 119.88839Q133.1875 119.560265 132.625 119.560265Q132.03125 119.560265 131.6875 119.82589Q131.35938 120.07589 131.35938 120.48214Q131.35938 120.872765 131.67188 121.07589Q131.98438 121.279015 132.79688 121.466515Q133.60938 121.63839 134.10938 121.88839Q134.60938 122.13839 134.84375 122.497765Q135.09375 122.85714 135.09375 123.35714Q135.09375 124.216515 134.40625 124.73214Q133.73438 125.247765 132.65625 125.247765Q131.89062 125.247765 131.29688 124.98214Q130.71875 124.70089 130.39062 124.216515Q130.0625 123.73214 130.0625 123.16964L131.14062 123.16964Q131.17188 123.716515 131.57812 124.04464Q131.98438 124.35714 132.65625 124.35714Q133.26562 124.35714 133.64062 124.10714Q134.01562 123.85714 134.01562 123.435265ZM137.79688 117.247765L137.79688 118.779015L138.96875 118.779015L138.96875 119.622765L137.79688 119.622765L137.79688 123.54464Q137.79688 123.935265 137.95312 124.122765Q138.10938 124.310265 138.48438 124.310265Q138.67188 124.310265 139.0 124.247765L139.0 125.122765Q138.57812 125.247765 138.17188 125.247765Q137.45312 125.247765 137.07812 124.810265Q136.70312 124.35714 136.70312 123.54464L136.70312 119.622765L135.54688 119.622765L135.54688 118.779015L136.70312 118.779015L136.70312 117.247765L137.79688 117.247765Z" fill-rule="nonzero"/><path fill="#666666" d="M117.0625 139.14688L118.203125 139.14688L118.203125 145.19376Q118.203125 146.4125 117.453125 147.11563Q116.71875 147.80313 115.5 147.80313Q114.234375 147.80313 113.515625 147.14688Q112.8125 146.49063 112.8125 145.31876L113.9375 145.31876Q113.9375 146.05313 114.328125 146.475Q114.734375 146.88126 115.5 146.88126Q116.203125 146.88126 116.625 146.44376Q117.0625 145.99063 117.0625 145.20938L117.0625 139.14688ZM124.234375 147.67813Q124.140625 147.49063 124.078125 147.00626Q123.328125 147.80313 122.28125 147.80313Q121.34375 147.80313 120.734375 147.27188Q120.140625 146.74063 120.140625 145.9125Q120.140625 144.92813 120.890625 144.38126Q121.640625 143.83438 123.015625 143.83438L124.0625 143.83438L124.0625 143.33438Q124.0625 142.77188 123.71875 142.44376Q123.390625 142.1 122.71875 142.1Q122.140625 142.1 121.75 142.39688Q121.359375 142.67813 121.359375 143.1L120.265625 143.1Q120.265625 142.61563 120.59375 142.17813Q120.9375 141.74063 121.515625 141.49063Q122.09375 141.225 122.78125 141.225Q123.890625 141.225 124.5 141.77188Q125.125 142.31876 125.15625 143.27188L125.15625 146.19376Q125.15625 147.06876 125.375 147.58438L125.375 147.67813L124.234375 147.67813ZM122.4375 146.85Q122.953125 146.85 123.40625 146.58438Q123.859375 146.31876 124.0625 145.89688L124.0625 144.6L123.21875 144.6Q121.21875 144.6 121.21875 145.77188Q121.21875 146.27188 121.5625 146.56876Q121.90625 146.85 122.4375 146.85ZM129.40625 146.20938L130.98438 141.33438L132.09375 141.33438L129.8125 147.67813L128.98438 147.67813L126.6875 141.33438L127.796875 141.33438L129.40625 146.20938ZM137.23438 147.67813Q137.14062 147.49063 137.07812 147.00626Q136.32812 147.80313 135.28125 147.80313Q134.34375 147.80313 133.73438 147.27188Q133.14062 146.74063 133.14062 145.9125Q133.14062 144.92813 133.89062 144.38126Q134.64062 143.83438 136.01562 143.83438L137.0625 143.83438L137.0625 143.33438Q137.0625 142.77188 136.71875 142.44376Q136.39062 142.1 135.71875 142.1Q135.14062 142.1 134.75 142.39688Q134.35938 142.67813 134.35938 143.1L133.26562 143.1Q133.26562 142.61563 133.59375 142.17813Q133.9375 141.74063 134.51562 141.49063Q135.09375 141.225 135.78125 141.225Q136.89062 141.225 137.5 141.77188Q138.125 142.31876 138.15625 143.27188L138.15625 146.19376Q138.15625 147.06876 138.375 147.58438L138.375 147.67813L137.23438 147.67813ZM135.4375 146.85Q135.95312 146.85 136.40625 146.58438Q136.85938 146.31876 137.0625 145.89688L137.0625 144.6L136.21875 144.6Q134.21875 144.6 134.21875 145.77188Q134.21875 146.27188 134.5625 146.56876Q134.90625 146.85 135.4375 146.85Z" fill-rule="nonzero"/><path fill="#666666" d="M131.76562 167.53036Q131.60938 168.87411 130.76562 169.62411Q129.92188 170.35849 128.53125 170.35849Q127.015625 170.35849 126.109375 169.28036Q125.203125 168.18661 125.203125 166.35849L125.203125 165.54599Q125.203125 164.35849 125.625 163.45224Q126.046875 162.54599 126.828125 162.06161Q127.609375 161.57724 128.625 161.57724Q129.98438 161.57724 130.79688 162.34286Q131.625 163.10849 131.76562 164.43661L130.64062 164.43661Q130.48438 163.42099 130.0 162.96786Q129.51562 162.51474 128.625 162.51474Q127.546875 162.51474 126.9375 163.31161Q126.328125 164.10849 126.328125 165.57724L126.328125 166.40536Q126.328125 167.79599 126.90625 168.62411Q127.484375 169.43661 128.53125 169.43661Q129.46875 169.43661 129.96875 169.01474Q130.46875 168.57724 130.64062 167.53036L131.76562 167.53036ZM136.98438 167.82724L135.4375 167.82724L134.96875 170.23349L134.125 170.23349L134.59375 167.82724L133.20312 167.82724L133.20312 167.03036L134.75 167.03036L135.15625 164.95224L133.64062 164.95224L133.64062 164.13974L135.3125 164.13974L135.79688 161.70224L136.625 161.70224L136.15625 164.13974L137.70312 164.13974L138.17188 161.70224L139.01562 161.70224L138.54688 164.13974L139.73438 164.13974L139.73438 164.95224L138.39062 164.95224L137.98438 167.03036L139.29688 167.03036L139.29688 167.82724L137.82812 167.82724L137.35938 170.23349L136.51562 170.23349L136.98438 167.82724ZM135.59375 167.03036L137.14062 167.03036L137.54688 164.95224L136.0 164.95224L135.59375 167.03036Z" fill-rule="nonzero"/><path fill="#666666" d="M86.0625 184.2576L87.203125 184.2576L87.203125 190.30447Q87.203125 191.52322 86.453125 192.22635Q85.71875 192.91385 84.5 192.91385Q83.234375 192.91385 82.515625 192.2576Q81.8125 191.60135 81.8125 190.42947L82.9375 190.42947Q82.9375 191.16385 83.328125 191.58572Q83.734375 191.99197 84.5 191.99197Q85.203125 191.99197 85.625 191.55447Q86.0625 191.10135 86.0625 190.3201L86.0625 184.2576ZM93.234375 192.78885Q93.140625 192.60135 93.078125 192.11697Q92.328125 192.91385 91.28125 192.91385Q90.34375 192.91385 89.734375 192.3826Q89.140625 191.85135 89.140625 191.02322Q89.140625 190.03885 89.890625 189.49197Q90.640625 188.9451 92.015625 188.9451L93.0625 188.9451L93.0625 188.4451Q93.0625 187.8826 92.71875 187.55447Q92.390625 187.21072 91.71875 187.21072Q91.140625 187.21072 90.75 187.5076Q90.359375 187.78885 90.359375 188.21072L89.265625 188.21072Q89.265625 187.72635 89.59375 187.28885Q89.9375 186.85135 90.515625 186.60135Q91.09375 186.33572 91.78125 186.33572Q92.890625 186.33572 93.5 186.8826Q94.125 187.42947 94.15625 188.3826L94.15625 191.30447Q94.15625 192.17947 94.375 192.6951L94.375 192.78885L93.234375 192.78885ZM91.4375 191.96072Q91.953125 191.96072 92.40625 191.6951Q92.859375 191.42947 93.0625 191.0076L93.0625 189.71072L92.21875 189.71072Q90.21875 189.71072 90.21875 190.8826Q90.21875 191.3826 90.5625 191.67947Q90.90625 191.96072 91.4375 191.96072ZM98.40625 191.3201L99.984375 186.4451L101.09375 186.4451L98.8125 192.78885L97.984375 192.78885L95.6875 186.4451L96.796875 186.4451L98.40625 191.3201ZM106.234375 192.78885Q106.140625 192.60135 106.078125 192.11697Q105.328125 192.91385 104.28125 192.91385Q103.34375 192.91385 102.734375 192.3826Q102.140625 191.85135 102.140625 191.02322Q102.140625 190.03885 102.890625 189.49197Q103.640625 188.9451 105.015625 188.9451L106.0625 188.9451L106.0625 188.4451Q106.0625 187.8826 105.71875 187.55447Q105.390625 187.21072 104.71875 187.21072Q104.140625 187.21072 103.75 187.5076Q103.359375 187.78885 103.359375 188.21072L102.265625 188.21072Q102.265625 187.72635 102.59375 187.28885Q102.9375 186.85135 103.515625 186.60135Q104.09375 186.33572 104.78125 186.33572Q105.890625 186.33572 106.5 186.8826Q107.125 187.42947 107.15625 188.3826L107.15625 191.30447Q107.15625 192.17947 107.375 192.6951L107.375 192.78885L106.234375 192.78885ZM104.4375 191.96072Q104.953125 191.96072 105.40625 191.6951Q105.859375 191.42947 106.0625 191.0076L106.0625 189.71072L105.21875 189.71072Q103.21875 189.71072 103.21875 190.8826Q103.21875 191.3826 103.5625 191.67947Q103.90625 191.96072 104.4375 191.96072ZM112.0 188.99197Q110.5625 188.5701 109.890625 187.96072Q109.234375 187.35135 109.234375 186.46072Q109.234375 185.46072 110.03125 184.80447Q110.84375 184.1326 112.140625 184.1326Q113.015625 184.1326 113.703125 184.47635Q114.390625 184.8201 114.765625 185.41385Q115.15625 186.0076 115.15625 186.72635L114.015625 186.72635Q114.015625 185.9451 113.515625 185.5076Q113.03125 185.0701 112.140625 185.0701Q111.3125 185.0701 110.84375 185.4451Q110.375 185.80447 110.375 186.4451Q110.375 186.97635 110.8125 187.33572Q111.265625 187.6951 112.328125 187.99197Q113.390625 188.28885 113.984375 188.64822Q114.59375 189.0076 114.875 189.49197Q115.171875 189.97635 115.171875 190.61697Q115.171875 191.66385 114.359375 192.28885Q113.546875 192.91385 112.203125 192.91385Q111.3125 192.91385 110.546875 192.5701Q109.796875 192.22635 109.375 191.64822Q108.96875 191.05447 108.96875 190.3201L110.09375 190.3201Q110.09375 191.08572 110.671875 191.53885Q111.25 191.99197 112.203125 191.99197Q113.09375 191.99197 113.5625 191.6326Q114.03125 191.2576 114.03125 190.6326Q114.03125 190.0076 113.59375 189.66385Q113.15625 189.3201 112.0 188.99197ZM118.859375 192.02322Q119.4375 192.02322 119.875 191.67947Q120.3125 191.3201 120.359375 190.78885L121.390625 190.78885Q121.359375 191.33572 121.0 191.83572Q120.65625 192.3201 120.078125 192.61697Q119.515625 192.91385 118.859375 192.91385Q117.5625 192.91385 116.796875 192.05447Q116.046875 191.17947 116.046875 189.67947L116.046875 189.49197Q116.046875 188.5701 116.375 187.85135Q116.71875 187.1326 117.34375 186.74197Q117.984375 186.33572 118.859375 186.33572Q119.921875 186.33572 120.625 186.97635Q121.34375 187.60135 121.390625 188.6326L120.359375 188.6326Q120.3125 188.0076 119.890625 187.61697Q119.46875 187.22635 118.859375 187.22635Q118.03125 187.22635 117.578125 187.8201Q117.125 188.41385 117.125 189.53885L117.125 189.74197Q117.125 190.83572 117.578125 191.42947Q118.03125 192.02322 118.859375 192.02322ZM125.390625 187.41385Q125.140625 187.3826 124.859375 187.3826Q123.78125 187.3826 123.40625 188.28885L123.40625 192.78885L122.328125 192.78885L122.328125 186.4451L123.375 186.4451L123.390625 187.17947Q123.921875 186.33572 124.90625 186.33572Q125.21875 186.33572 125.390625 186.41385L125.390625 187.41385ZM127.5 192.78885L126.421875 192.78885L126.421875 186.4451L127.5 186.4451L127.5 192.78885ZM126.328125 184.77322Q126.328125 184.5076 126.484375 184.3201Q126.65625 184.1326 126.96875 184.1326Q127.28125 184.1326 127.4375 184.3201Q127.609375 184.5076 127.609375 184.77322Q127.609375 185.02322 127.4375 185.21072Q127.28125 185.3826 126.96875 185.3826Q126.65625 185.3826 126.484375 185.21072Q126.328125 185.02322 126.328125 184.77322ZM134.67188 189.6951Q134.67188 191.1326 134.01562 192.02322Q133.35938 192.91385 132.21875 192.91385Q131.0625 192.91385 130.40625 192.17947L130.40625 195.22635L129.32812 195.22635L129.32812 186.4451L130.3125 186.4451L130.35938 187.14822Q131.03125 186.33572 132.20312 186.33572Q133.34375 186.33572 134.0 187.1951Q134.67188 188.05447 134.67188 189.58572L134.67188 189.6951ZM133.59375 189.5701Q133.59375 188.49197 133.125 187.8826Q132.67188 187.2576 131.875 187.2576Q130.89062 187.2576 130.40625 188.11697L130.40625 191.14822Q130.89062 192.02322 131.89062 192.02322Q132.67188 192.02322 133.125 191.41385Q133.59375 190.78885 133.59375 189.5701ZM137.79688 184.91385L137.79688 186.4451L138.96875 186.4451L138.96875 187.28885L137.79688 187.28885L137.79688 191.21072Q137.79688 191.60135 137.95312 191.78885Q138.10938 191.97635 138.48438 191.97635Q138.67188 191.97635 139.0 191.91385L139.0 192.78885Q138.57812 192.91385 138.17188 192.91385Q137.45312 192.91385 137.07812 192.47635Q136.70312 192.02322 136.70312 191.21072L136.70312 187.28885L135.54688 187.28885L135.54688 186.4451L136.70312 186.4451L136.70312 184.91385L137.79688 184.91385Z" fill-rule="nonzero"/><path fill="#666666" d="M89.390625 207.73483L86.640625 207.73483L86.640625 215.34421L85.53125 215.34421L85.53125 207.73483L82.78125 207.73483L82.78125 206.81296L89.390625 206.81296L89.390625 207.73483ZM92.390625 213.75046L93.875 209.00046L95.03125 209.00046L92.484375 216.32858Q91.890625 217.90671 90.609375 217.90671L90.390625 217.89108L90.0 217.81296L90.0 216.93796L90.28125 216.95358Q90.84375 216.95358 91.140625 216.73483Q91.453125 216.51608 91.65625 215.92233L91.890625 215.26608L89.625 209.00046L90.8125 209.00046L92.390625 213.75046ZM101.671875 212.25046Q101.671875 213.68796 101.015625 214.57858Q100.359375 215.46921 99.21875 215.46921Q98.0625 215.46921 97.40625 214.73483L97.40625 217.78171L96.328125 217.78171L96.328125 209.00046L97.3125 209.00046L97.359375 209.70358Q98.03125 208.89108 99.203125 208.89108Q100.34375 208.89108 101.0 209.75046Q101.671875 210.60983 101.671875 212.14108L101.671875 212.25046ZM100.59375 212.12546Q100.59375 211.04733 100.125 210.43796Q99.671875 209.81296 98.875 209.81296Q97.890625 209.81296 97.40625 210.67233L97.40625 213.70358Q97.890625 214.57858 98.890625 214.57858Q99.671875 214.57858 100.125 213.96921Q100.59375 213.34421 100.59375 212.12546ZM105.953125 215.46921Q104.65625 215.46921 103.84375 214.62546Q103.046875 213.76608 103.046875 212.34421L103.046875 212.15671Q103.046875 211.20358 103.40625 210.46921Q103.765625 209.71921 104.40625 209.31296Q105.0625 208.89108 105.8125 208.89108Q107.046875 208.89108 107.734375 209.70358Q108.421875 210.51608 108.421875 212.03171L108.421875 212.48483L104.125 212.48483Q104.15625 213.42233 104.671875 214.00046Q105.203125 214.57858 106.015625 214.57858Q106.578125 214.57858 106.96875 214.34421Q107.375 214.10983 107.6875 213.71921L108.34375 214.23483Q107.546875 215.46921 105.953125 215.46921ZM105.8125 209.78171Q105.15625 209.78171 104.703125 210.26608Q104.265625 210.73483 104.171875 211.59421L107.34375 211.59421L107.34375 211.51608Q107.296875 210.68796 106.890625 210.23483Q106.5 209.78171 105.8125 209.78171ZM112.0 211.54733Q110.5625 211.12546 109.890625 210.51608Q109.234375 209.90671 109.234375 209.01608Q109.234375 208.01608 110.03125 207.35983Q110.84375 206.68796 112.140625 206.68796Q113.015625 206.68796 113.703125 207.03171Q114.390625 207.37546 114.765625 207.96921Q115.15625 208.56296 115.15625 209.28171L114.015625 209.28171Q114.015625 208.50046 113.515625 208.06296Q113.03125 207.62546 112.140625 207.62546Q111.3125 207.62546 110.84375 208.00046Q110.375 208.35983 110.375 209.00046Q110.375 209.53171 110.8125 209.89108Q111.265625 210.25046 112.328125 210.54733Q113.390625 210.84421 113.984375 211.20358Q114.59375 211.56296 114.875 212.04733Q115.171875 212.53171 115.171875 213.17233Q115.171875 214.21921 114.359375 214.84421Q113.546875 215.46921 112.203125 215.46921Q111.3125 215.46921 110.546875 215.12546Q109.796875 214.78171 109.375 214.20358Q108.96875 213.60983 108.96875 212.87546L110.09375 212.87546Q110.09375 213.64108 110.671875 214.09421Q111.25 214.54733 112.203125 214.54733Q113.09375 214.54733 113.5625 214.18796Q114.03125 213.81296 114.03125 213.18796Q114.03125 212.56296 113.59375 212.21921Q113.15625 211.87546 112.0 211.54733ZM118.859375 214.57858Q119.4375 214.57858 119.875 214.23483Q120.3125 213.87546 120.359375 213.34421L121.390625 213.34421Q121.359375 213.89108 121.0 214.39108Q120.65625 214.87546 120.078125 215.17233Q119.515625 215.46921 118.859375 215.46921Q117.5625 215.46921 116.796875 214.60983Q116.046875 213.73483 116.046875 212.23483L116.046875 212.04733Q116.046875 211.12546 116.375 210.40671Q116.71875 209.68796 117.34375 209.29733Q117.984375 208.89108 118.859375 208.89108Q119.921875 208.89108 120.625 209.53171Q121.34375 210.15671 121.390625 211.18796L120.359375 211.18796Q120.3125 210.56296 119.890625 210.17233Q119.46875 209.78171 118.859375 209.78171Q118.03125 209.78171 117.578125 210.37546Q117.125 210.96921 117.125 212.09421L117.125 212.29733Q117.125 213.39108 117.578125 213.98483Q118.03125 214.57858 118.859375 214.57858ZM125.390625 209.96921Q125.140625 209.93796 124.859375 209.93796Q123.78125 209.93796 123.40625 210.84421L123.40625 215.34421L122.328125 215.34421L122.328125 209.00046L123.375 209.00046L123.390625 209.73483Q123.921875 208.89108 124.90625 208.89108Q125.21875 208.89108 125.390625 208.96921L125.390625 209.96921ZM127.5 215.34421L126.421875 215.34421L126.421875 209.00046L127.5 209.00046L127.5 215.34421ZM126.328125 207.32858Q126.328125 207.06296 126.484375 206.87546Q126.65625 206.68796 126.96875 206.68796Q127.28125 206.68796 127.4375 206.87546Q127.609375 207.06296 127.609375 207.32858Q127.609375 207.57858 127.4375 207.76608Q127.28125 207.93796 126.96875 207.93796Q126.65625 207.93796 126.484375 207.76608Q126.328125 207.57858 126.328125 207.32858ZM134.67188 212.25046Q134.67188 213.68796 134.01562 214.57858Q133.35938 215.46921 132.21875 215.46921Q131.0625 215.46921 130.40625 214.73483L130.40625 217.78171L129.32812 217.78171L129.32812 209.00046L130.3125 209.00046L130.35938 209.70358Q131.03125 208.89108 132.20312 208.89108Q133.34375 208.89108 134.0 209.75046Q134.67188 210.60983 134.67188 212.14108L134.67188 212.25046ZM133.59375 212.12546Q133.59375 211.04733 133.125 210.43796Q132.67188 209.81296 131.875 209.81296Q130.89062 209.81296 130.40625 210.67233L130.40625 213.70358Q130.89062 214.57858 131.89062 214.57858Q132.67188 214.57858 133.125 213.96921Q133.59375 213.34421 133.59375 212.12546ZM137.79688 207.46921L137.79688 209.00046L138.96875 209.00046L138.96875 209.84421L137.79688 209.84421L137.79688 213.76608Q137.79688 214.15671 137.95312 214.34421Q138.10938 214.53171 138.48438 214.53171Q138.67188 214.53171 139.0 214.46921L139.0 215.34421Q138.57812 215.46921 138.17188 215.46921Q137.45312 215.46921 137.07812 215.03171Q136.70312 214.57858 136.70312 213.76608L136.70312 209.84421L135.54688 209.84421L135.54688 209.00046L136.70312 209.00046L136.70312 207.46921L137.79688 207.46921Z" fill-rule="nonzero"/><path fill="#666666" d="M138.76562 235.19646Q138.60938 236.5402 137.76562 237.2902Q136.92188 238.02458 135.53125 238.02458Q134.01562 238.02458 133.10938 236.94646Q132.20312 235.8527 132.20312 234.02458L132.20312 233.21208Q132.20312 232.02458 132.625 231.11833Q133.04688 230.21208 133.82812 229.7277Q134.60938 229.24333 135.625 229.24333Q136.98438 229.24333 137.79688 230.00896Q138.625 230.77458 138.76562 232.1027L137.64062 232.1027Q137.48438 231.08708 137.0 230.63396Q136.51562 230.18083 135.625 230.18083Q134.54688 230.18083 133.9375 230.9777Q133.32812 231.77458 133.32812 233.24333L133.32812 234.07146Q133.32812 235.46208 133.90625 236.2902Q134.48438 237.1027 135.53125 237.1027Q136.46875 237.1027 136.96875 236.68083Q137.46875 236.24333 137.64062 235.19646L138.76562 235.19646Z" fill-rule="nonzero"/><path fill="#666666" d="M124.765625 257.7518Q124.609375 259.09555 123.765625 259.84555Q122.921875 260.57993 121.53125 260.57993Q120.015625 260.57993 119.109375 259.5018Q118.203125 258.40805 118.203125 256.57993L118.203125 255.76743Q118.203125 254.57993 118.625 253.67368Q119.046875 252.76743 119.828125 252.28305Q120.609375 251.79868 121.625 251.79868Q122.984375 251.79868 123.796875 252.5643Q124.625 253.32993 124.765625 254.65805L123.640625 254.65805Q123.484375 253.64243 123.0 253.1893Q122.515625 252.73618 121.625 252.73618Q120.546875 252.73618 119.9375 253.53305Q119.328125 254.32993 119.328125 255.79868L119.328125 256.6268Q119.328125 258.01743 119.90625 258.84555Q120.484375 259.65805 121.53125 259.65805Q122.46875 259.65805 122.96875 259.23618Q123.46875 258.79868 123.640625 257.7518L124.765625 257.7518ZM129.42188 255.8768L131.8125 255.8768L131.8125 256.90805L129.42188 256.90805L129.42188 259.59555L128.34375 259.59555L128.34375 256.90805L125.953125 256.90805L125.953125 255.8768L128.34375 255.8768L128.34375 253.39243L129.42188 253.39243L129.42188 255.8768ZM136.42188 255.8768L138.8125 255.8768L138.8125 256.90805L136.42188 256.90805L136.42188 259.59555L135.34375 259.59555L135.34375 256.90805L132.95312 256.90805L132.95312 255.8768L135.34375 255.8768L135.34375 253.39243L136.42188 253.39243L136.42188 255.8768Z" fill-rule="nonzero"/><path fill="#666666" d="M110.65625 279.04156L109.609375 280.1197L109.609375 283.0103L108.484375 283.0103L108.484375 274.47906L109.609375 274.47906L109.609375 278.6978L113.40625 274.47906L114.765625 274.47906L111.40625 278.2447L115.03125 283.0103L113.6875 283.0103L110.65625 279.04156ZM116.03125 279.77594Q116.03125 278.85406 116.390625 278.10406Q116.765625 277.35406 117.421875 276.96344Q118.078125 276.5572 118.90625 276.5572Q120.203125 276.5572 121.0 277.4478Q121.8125 278.33844 121.8125 279.83844L121.8125 279.91656Q121.8125 280.83844 121.453125 281.5728Q121.09375 282.3072 120.4375 282.72906Q119.78125 283.1353 118.921875 283.1353Q117.640625 283.1353 116.828125 282.2447Q116.03125 281.33844 116.03125 279.85406L116.03125 279.77594ZM117.125 279.91656Q117.125 280.96344 117.609375 281.60406Q118.109375 282.2447 118.921875 282.2447Q119.75 282.2447 120.234375 281.60406Q120.71875 280.9478 120.71875 279.77594Q120.71875 278.7447 120.21875 278.10406Q119.734375 277.4478 118.90625 277.4478Q118.109375 277.4478 117.609375 278.08844Q117.125 278.71344 117.125 279.91656ZM124.796875 275.1353L124.796875 276.66656L125.96875 276.66656L125.96875 277.5103L124.796875 277.5103L124.796875 281.4322Q124.796875 281.8228 124.953125 282.0103Q125.109375 282.1978 125.484375 282.1978Q125.671875 282.1978 126.0 282.1353L126.0 283.0103Q125.578125 283.1353 125.171875 283.1353Q124.453125 283.1353 124.078125 282.6978Q123.703125 282.2447 123.703125 281.4322L123.703125 277.5103L122.546875 277.5103L122.546875 276.66656L123.703125 276.66656L123.703125 275.1353L124.796875 275.1353ZM128.5 283.0103L127.421875 283.0103L127.421875 274.0103L128.5 274.0103L128.5 283.0103ZM131.5 283.0103L130.42188 283.0103L130.42188 276.66656L131.5 276.66656L131.5 283.0103ZM130.32812 274.9947Q130.32812 274.72906 130.48438 274.54156Q130.65625 274.35406 130.96875 274.35406Q131.28125 274.35406 131.4375 274.54156Q131.60938 274.72906 131.60938 274.9947Q131.60938 275.2447 131.4375 275.4322Q131.28125 275.60406 130.96875 275.60406Q130.65625 275.60406 130.48438 275.4322Q130.32812 275.2447 130.32812 274.9947ZM134.34375 276.66656L134.375 277.46344Q135.10938 276.5572 136.28125 276.5572Q138.29688 276.5572 138.3125 278.8228L138.3125 283.0103L137.21875 283.0103L137.21875 278.8072Q137.21875 278.1353 136.90625 277.8072Q136.60938 277.47906 135.95312 277.47906Q135.42188 277.47906 135.01562 277.7603Q134.625 278.04156 134.40625 278.4947L134.40625 283.0103L133.32812 283.0103L133.32812 276.66656L134.34375 276.66656Z" fill-rule="nonzero"/><path fill="#666666" d="M116.625 302.11255L114.609375 302.11255L114.609375 305.56567L113.484375 305.56567L113.484375 297.03442L116.3125 297.03442Q117.75 297.03442 118.515625 297.69067Q119.296875 298.34692 119.296875 299.59692Q119.296875 300.3938 118.859375 300.98755Q118.4375 301.5813 117.671875 301.87817L119.671875 305.48755L119.671875 305.56567L118.46875 305.56567L116.625 302.11255ZM114.609375 301.19067L116.34375 301.19067Q117.1875 301.19067 117.671875 300.7688Q118.171875 300.3313 118.171875 299.59692Q118.171875 298.81567 117.703125 298.3938Q117.234375 297.97192 116.34375 297.9563L114.609375 297.9563L114.609375 301.19067ZM124.234375 304.94067Q123.609375 305.69067 122.375 305.69067Q121.359375 305.69067 120.828125 305.09692Q120.296875 304.50317 120.296875 303.34692L120.296875 299.22192L121.375 299.22192L121.375 303.31567Q121.375 304.7688 122.546875 304.7688Q123.796875 304.7688 124.203125 303.8313L124.203125 299.22192L125.296875 299.22192L125.296875 305.56567L124.265625 305.56567L124.234375 304.94067ZM132.6875 302.47192Q132.6875 303.92505 132.01562 304.81567Q131.35938 305.69067 130.23438 305.69067Q129.03125 305.69067 128.375 304.8313L128.3125 305.56567L127.328125 305.56567L127.328125 296.56567L128.40625 296.56567L128.40625 299.92505Q129.0625 299.11255 130.21875 299.11255Q131.375 299.11255 132.03125 299.98755Q132.6875 300.84692 132.6875 302.37817L132.6875 302.47192ZM131.60938 302.34692Q131.60938 301.23755 131.17188 300.6438Q130.75 300.03442 129.95312 300.03442Q128.875 300.03442 128.40625 301.0188L128.40625 303.7688Q128.90625 304.7688 129.95312 304.7688Q130.73438 304.7688 131.17188 304.15942Q131.60938 303.55005 131.60938 302.34692ZM136.39062 303.97192L137.875 299.22192L139.03125 299.22192L136.48438 306.55005Q135.89062 308.12817 134.60938 308.12817L134.39062 308.11255L134.0 308.03442L134.0 307.15942L134.28125 307.17505Q134.84375 307.17505 135.14062 306.9563Q135.45312 306.73755 135.65625 306.1438L135.89062 305.48755L133.625 299.22192L134.8125 299.22192L136.39062 303.97192Z" fill-rule="nonzero"/><path fill="#666666" d="M116.609375 324.77728L116.609375 328.12103L115.484375 328.12103L115.484375 319.58978L118.640625 319.58978Q120.03125 319.58978 120.828125 320.30853Q121.625 321.01166 121.625 322.19916Q121.625 323.43353 120.84375 324.1054Q120.078125 324.77728 118.625 324.77728L116.609375 324.77728ZM116.609375 323.8554L118.640625 323.8554Q119.546875 323.8554 120.015625 323.43353Q120.5 323.01166 120.5 322.21478Q120.5 321.44916 120.015625 320.99603Q119.546875 320.52728 118.703125 320.51166L116.609375 320.51166L116.609375 323.8554ZM130.04688 328.12103L128.92188 328.12103L128.92188 324.18353L124.609375 324.18353L124.609375 328.12103L123.484375 328.12103L123.484375 319.58978L124.609375 319.58978L124.609375 323.26166L128.92188 323.26166L128.92188 319.58978L130.04688 319.58978L130.04688 328.12103ZM133.60938 324.77728L133.60938 328.12103L132.48438 328.12103L132.48438 319.58978L135.64062 319.58978Q137.03125 319.58978 137.82812 320.30853Q138.625 321.01166 138.625 322.19916Q138.625 323.43353 137.84375 324.1054Q137.07812 324.77728 135.625 324.77728L133.60938 324.77728ZM133.60938 323.8554L135.64062 323.8554Q136.54688 323.8554 137.01562 323.43353Q137.5 323.01166 137.5 322.21478Q137.5 321.44916 137.01562 320.99603Q136.54688 320.52728 135.70312 320.51166L133.60938 320.51166L133.60938 323.8554Z" fill-rule="nonzero"/><path fill="#666666" d="M113.0 346.87952Q111.5625 346.45764 110.890625 345.84827Q110.234375 345.2389 110.234375 344.34827Q110.234375 343.34827 111.03125 342.69202Q111.84375 342.02014 113.140625 342.02014Q114.015625 342.02014 114.703125 342.3639Q115.390625 342.70764 115.765625 343.3014Q116.15625 343.89514 116.15625 344.6139L115.015625 344.6139Q115.015625 343.83264 114.515625 343.39514Q114.03125 342.95764 113.140625 342.95764Q112.3125 342.95764 111.84375 343.33264Q111.375 343.69202 111.375 344.33264Q111.375 344.8639 111.8125 345.22327Q112.265625 345.58264 113.328125 345.87952Q114.390625 346.1764 114.984375 346.53577Q115.59375 346.89514 115.875 347.37952Q116.171875 347.8639 116.171875 348.50452Q116.171875 349.5514 115.359375 350.1764Q114.546875 350.8014 113.203125 350.8014Q112.3125 350.8014 111.546875 350.45764Q110.796875 350.1139 110.375 349.53577Q109.96875 348.94202 109.96875 348.20764L111.09375 348.20764Q111.09375 348.97327 111.671875 349.4264Q112.25 349.87952 113.203125 349.87952Q114.09375 349.87952 114.5625 349.52014Q115.03125 349.14514 115.03125 348.52014Q115.03125 347.89514 114.59375 347.5514Q114.15625 347.20764 113.0 346.87952ZM119.859375 349.91077Q120.4375 349.91077 120.875 349.56702Q121.3125 349.20764 121.359375 348.6764L122.390625 348.6764Q122.359375 349.22327 122.0 349.72327Q121.65625 350.20764 121.078125 350.50452Q120.515625 350.8014 119.859375 350.8014Q118.5625 350.8014 117.796875 349.94202Q117.046875 349.06702 117.046875 347.56702L117.046875 347.37952Q117.046875 346.45764 117.375 345.7389Q117.71875 345.02014 118.34375 344.62952Q118.984375 344.22327 119.859375 344.22327Q120.921875 344.22327 121.625 344.8639Q122.34375 345.4889 122.390625 346.52014L121.359375 346.52014Q121.3125 345.89514 120.890625 345.50452Q120.46875 345.1139 119.859375 345.1139Q119.03125 345.1139 118.578125 345.70764Q118.125 346.3014 118.125 347.4264L118.125 347.62952Q118.125 348.72327 118.578125 349.31702Q119.03125 349.91077 119.859375 349.91077ZM127.234375 350.6764Q127.140625 350.4889 127.078125 350.00452Q126.328125 350.8014 125.28125 350.8014Q124.34375 350.8014 123.734375 350.27014Q123.140625 349.7389 123.140625 348.91077Q123.140625 347.9264 123.890625 347.37952Q124.640625 346.83264 126.015625 346.83264L127.0625 346.83264L127.0625 346.33264Q127.0625 345.77014 126.71875 345.44202Q126.390625 345.09827 125.71875 345.09827Q125.140625 345.09827 124.75 345.39514Q124.359375 345.6764 124.359375 346.09827L123.265625 346.09827Q123.265625 345.6139 123.59375 345.1764Q123.9375 344.7389 124.515625 344.4889Q125.09375 344.22327 125.78125 344.22327Q126.890625 344.22327 127.5 344.77014Q128.125 345.31702 128.15625 346.27014L128.15625 349.19202Q128.15625 350.06702 128.375 350.58264L128.375 350.6764L127.234375 350.6764ZM125.4375 349.84827Q125.953125 349.84827 126.40625 349.58264Q126.859375 349.31702 127.0625 348.89514L127.0625 347.59827L126.21875 347.59827Q124.21875 347.59827 124.21875 348.77014Q124.21875 349.27014 124.5625 349.56702Q124.90625 349.84827 125.4375 349.84827ZM131.5 350.6764L130.42188 350.6764L130.42188 341.6764L131.5 341.6764L131.5 350.6764ZM137.23438 350.6764Q137.14062 350.4889 137.07812 350.00452Q136.32812 350.8014 135.28125 350.8014Q134.34375 350.8014 133.73438 350.27014Q133.14062 349.7389 133.14062 348.91077Q133.14062 347.9264 133.89062 347.37952Q134.64062 346.83264 136.01562 346.83264L137.0625 346.83264L137.0625 346.33264Q137.0625 345.77014 136.71875 345.44202Q136.39062 345.09827 135.71875 345.09827Q135.14062 345.09827 134.75 345.39514Q134.35938 345.6764 134.35938 346.09827L133.26562 346.09827Q133.26562 345.6139 133.59375 345.1764Q133.9375 344.7389 134.51562 344.4889Q135.09375 344.22327 135.78125 344.22327Q136.89062 344.22327 137.5 344.77014Q138.125 345.31702 138.15625 346.27014L138.15625 349.19202Q138.15625 350.06702 138.375 350.58264L138.375 350.6764L137.23438 350.6764ZM135.4375 349.84827Q135.95312 349.84827 136.40625 349.58264Q136.85938 349.31702 137.0625 348.89514L137.0625 347.59827L136.21875 347.59827Q134.21875 347.59827 134.21875 348.77014Q134.21875 349.27014 134.5625 349.56702Q134.90625 349.84827 135.4375 349.84827Z" fill-rule="nonzero"/><path fill="#666666" d="M116.0 369.43488Q114.5625 369.013 113.890625 368.40363Q113.234375 367.79425 113.234375 366.90363Q113.234375 365.90363 114.03125 365.24738Q114.84375 364.5755 116.140625 364.5755Q117.015625 364.5755 117.703125 364.91925Q118.390625 365.263 118.765625 365.85675Q119.15625 366.4505 119.15625 367.16925L118.015625 367.16925Q118.015625 366.388 117.515625 365.9505Q117.03125 365.513 116.140625 365.513Q115.3125 365.513 114.84375 365.888Q114.375 366.24738 114.375 366.888Q114.375 367.41925 114.8125 367.77863Q115.265625 368.138 116.328125 368.43488Q117.390625 368.73175 117.984375 369.09113Q118.59375 369.4505 118.875 369.93488Q119.171875 370.41925 119.171875 371.05988Q119.171875 372.10675 118.359375 372.73175Q117.546875 373.35675 116.203125 373.35675Q115.3125 373.35675 114.546875 373.013Q113.796875 372.66925 113.375 372.09113Q112.96875 371.49738 112.96875 370.763L114.09375 370.763Q114.09375 371.52863 114.671875 371.98175Q115.25 372.43488 116.203125 372.43488Q117.09375 372.43488 117.5625 372.0755Q118.03125 371.7005 118.03125 371.0755Q118.03125 370.4505 117.59375 370.10675Q117.15625 369.763 116.0 369.43488ZM125.9375 371.73175L127.15625 366.888L128.23438 366.888L126.390625 373.23175L125.515625 373.23175L123.96875 368.41925L122.46875 373.23175L121.59375 373.23175L119.75 366.888L120.828125 366.888L122.078125 371.638L123.5625 366.888L124.421875 366.888L125.9375 371.73175ZM130.5 373.23175L129.42188 373.23175L129.42188 366.888L130.5 366.888L130.5 373.23175ZM129.32812 365.21613Q129.32812 364.9505 129.48438 364.763Q129.65625 364.5755 129.96875 364.5755Q130.28125 364.5755 130.4375 364.763Q130.60938 364.9505 130.60938 365.21613Q130.60938 365.46613 130.4375 365.65363Q130.28125 365.8255 129.96875 365.8255Q129.65625 365.8255 129.48438 365.65363Q129.32812 365.46613 129.32812 365.21613ZM132.85938 373.23175L132.85938 367.73175L131.85938 367.73175L131.85938 366.888L132.85938 366.888L132.85938 366.24738Q132.85938 365.21613 133.39062 364.66925Q133.9375 364.10675 134.9375 364.10675Q135.3125 364.10675 135.6875 364.2005L135.625 365.09113Q135.34375 365.02863 135.04688 365.02863Q134.51562 365.02863 134.21875 365.34113Q133.9375 365.65363 133.9375 366.21613L133.9375 366.888L135.29688 366.888L135.29688 367.73175L133.9375 367.73175L133.9375 373.23175L132.85938 373.23175ZM137.79688 365.35675L137.79688 366.888L138.96875 366.888L138.96875 367.73175L137.79688 367.73175L137.79688 371.65363Q137.79688 372.04425 137.95312 372.23175Q138.10938 372.41925 138.48438 372.41925Q138.67188 372.41925 139.0 372.35675L139.0 373.23175Q138.57812 373.35675 138.17188 373.35675Q137.45312 373.35675 137.07812 372.91925Q136.70312 372.46613 136.70312 371.65363L136.70312 367.73175L135.54688 367.73175L135.54688 366.888L136.70312 366.888L136.70312 365.35675L137.79688 365.35675Z" fill-rule="nonzero"/><path fill="#666666" d="M113.484375 395.7871L113.484375 387.25586L116.28125 387.25586Q117.671875 387.25586 118.359375 387.83398Q119.0625 388.39648 119.0625 389.52148Q119.0625 390.13086 118.71875 390.5996Q118.390625 391.05273 117.796875 391.30273Q118.5 391.49023 118.890625 392.0371Q119.296875 392.56836 119.296875 393.31836Q119.296875 394.4746 118.546875 395.13086Q117.8125 395.7871 116.453125 395.7871L113.484375 395.7871ZM114.609375 391.80273L114.609375 394.86523L116.46875 394.86523Q117.265625 394.86523 117.71875 394.45898Q118.171875 394.05273 118.171875 393.33398Q118.171875 391.80273 116.484375 391.80273L114.609375 391.80273ZM114.609375 390.89648L116.3125 390.89648Q117.046875 390.89648 117.484375 390.5371Q117.9375 390.1621 117.9375 389.52148Q117.9375 388.81836 117.53125 388.50586Q117.125 388.17773 116.28125 388.17773L114.609375 388.17773L114.609375 390.89648ZM124.234375 395.7871Q124.140625 395.5996 124.078125 395.11523Q123.328125 395.9121 122.28125 395.9121Q121.34375 395.9121 120.734375 395.38086Q120.140625 394.8496 120.140625 394.02148Q120.140625 393.0371 120.890625 392.49023Q121.640625 391.94336 123.015625 391.94336L124.0625 391.94336L124.0625 391.44336Q124.0625 390.88086 123.71875 390.55273Q123.390625 390.20898 122.71875 390.20898Q122.140625 390.20898 121.75 390.50586Q121.359375 390.7871 121.359375 391.20898L120.265625 391.20898Q120.265625 390.7246 120.59375 390.2871Q120.9375 389.8496 121.515625 389.5996Q122.09375 389.33398 122.78125 389.33398Q123.890625 389.33398 124.5 389.88086Q125.125 390.42773 125.15625 391.38086L125.15625 394.30273Q125.15625 395.17773 125.375 395.69336L125.375 395.7871L124.234375 395.7871ZM122.4375 394.95898Q122.953125 394.95898 123.40625 394.69336Q123.859375 394.42773 124.0625 394.00586L124.0625 392.70898L123.21875 392.70898Q121.21875 392.70898 121.21875 393.88086Q121.21875 394.38086 121.5625 394.67773Q121.90625 394.95898 122.4375 394.95898ZM131.01562 394.0996Q131.01562 393.6621 130.67188 393.42773Q130.34375 393.17773 129.51562 393.00586Q128.70312 392.83398 128.21875 392.58398Q127.734375 392.33398 127.5 392.00586Q127.28125 391.6621 127.28125 391.19336Q127.28125 390.4121 127.9375 389.88086Q128.59375 389.33398 129.625 389.33398Q130.70312 389.33398 131.35938 389.89648Q132.03125 390.44336 132.03125 391.30273L130.95312 391.30273Q130.95312 390.86523 130.5625 390.55273Q130.1875 390.2246 129.625 390.2246Q129.03125 390.2246 128.6875 390.49023Q128.35938 390.74023 128.35938 391.14648Q128.35938 391.5371 128.67188 391.74023Q128.98438 391.94336 129.79688 392.13086Q130.60938 392.30273 131.10938 392.55273Q131.60938 392.80273 131.84375 393.1621Q132.09375 393.52148 132.09375 394.02148Q132.09375 394.88086 131.40625 395.39648Q130.73438 395.9121 129.65625 395.9121Q128.89062 395.9121 128.29688 395.64648Q127.71875 395.36523 127.390625 394.88086Q127.0625 394.39648 127.0625 393.83398L128.14062 393.83398Q128.17188 394.38086 128.57812 394.70898Q128.98438 395.02148 129.65625 395.02148Q130.26562 395.02148 130.64062 394.77148Q131.01562 394.52148 131.01562 394.0996ZM134.40625 390.20898Q135.125 389.33398 136.28125 389.33398Q138.29688 389.33398 138.3125 391.5996L138.3125 395.7871L137.21875 395.7871L137.21875 391.58398Q137.21875 390.9121 136.90625 390.58398Q136.60938 390.25586 135.95312 390.25586Q135.42188 390.25586 135.01562 390.5371Q134.625 390.81836 134.40625 391.27148L134.40625 395.7871L133.32812 395.7871L133.32812 386.7871L134.40625 386.7871L134.40625 390.20898Z" fill-rule="nonzero"/><path fill="#666666" d="M118.046875 414.3581Q118.046875 415.6081 117.625 416.5456Q117.203125 417.46747 116.421875 417.96747Q115.65625 418.46747 114.625 418.46747Q113.625 418.46747 112.84375 417.96747Q112.0625 417.46747 111.625 416.56122Q111.203125 415.63934 111.1875 414.4206L111.1875 413.81122Q111.1875 412.57684 111.609375 411.63934Q112.046875 410.70184 112.828125 410.20184Q113.609375 409.68622 114.625 409.68622Q115.640625 409.68622 116.421875 410.18622Q117.203125 410.68622 117.625 411.62372Q118.046875 412.56122 118.046875 413.81122L118.046875 414.3581ZM116.9375 413.7956Q116.9375 412.27997 116.328125 411.46747Q115.71875 410.65497 114.625 410.65497Q113.546875 410.65497 112.9375 411.46747Q112.328125 412.27997 112.3125 413.71747L112.3125 414.3581Q112.3125 415.82684 112.921875 416.6706Q113.546875 417.49872 114.625 417.49872Q115.71875 417.49872 116.3125 416.71747Q116.921875 415.9206 116.9375 414.43622L116.9375 413.7956ZM120.796875 410.46747L120.796875 411.99872L121.96875 411.99872L121.96875 412.84247L120.796875 412.84247L120.796875 416.76434Q120.796875 417.15497 120.953125 417.34247Q121.109375 417.52997 121.484375 417.52997Q121.671875 417.52997 122.0 417.46747L122.0 418.34247Q121.578125 418.46747 121.171875 418.46747Q120.453125 418.46747 120.078125 418.02997Q119.703125 417.57684 119.703125 416.76434L119.703125 412.84247L118.546875 412.84247L118.546875 411.99872L119.703125 411.99872L119.703125 410.46747L120.796875 410.46747ZM124.40625 412.76434Q125.125 411.88934 126.28125 411.88934Q128.29688 411.88934 128.3125 414.15497L128.3125 418.34247L127.21875 418.34247L127.21875 414.13934Q127.21875 413.46747 126.90625 413.13934Q126.609375 412.81122 125.953125 412.81122Q125.421875 412.81122 125.015625 413.09247Q124.625 413.37372 124.40625 413.82684L124.40625 418.34247L123.328125 418.34247L123.328125 409.34247L124.40625 409.34247L124.40625 412.76434ZM132.95312 418.46747Q131.65625 418.46747 130.84375 417.62372Q130.04688 416.76434 130.04688 415.34247L130.04688 415.15497Q130.04688 414.20184 130.40625 413.46747Q130.76562 412.71747 131.40625 412.31122Q132.0625 411.88934 132.8125 411.88934Q134.04688 411.88934 134.73438 412.70184Q135.42188 413.51434 135.42188 415.02997L135.42188 415.4831L131.125 415.4831Q131.15625 416.4206 131.67188 416.99872Q132.20312 417.57684 133.01562 417.57684Q133.57812 417.57684 133.96875 417.34247Q134.375 417.1081 134.6875 416.71747L135.34375 417.2331Q134.54688 418.46747 132.95312 418.46747ZM132.8125 412.77997Q132.15625 412.77997 131.70312 413.26434Q131.26562 413.7331 131.17188 414.59247L134.34375 414.59247L134.34375 414.51434Q134.29688 413.68622 133.89062 413.2331Q133.5 412.77997 132.8125 412.77997ZM139.39062 412.96747Q139.14062 412.93622 138.85938 412.93622Q137.78125 412.93622 137.40625 413.84247L137.40625 418.34247L136.32812 418.34247L136.32812 411.99872L137.375 411.99872L137.39062 412.7331Q137.92188 411.88934 138.90625 411.88934Q139.21875 411.88934 139.39062 411.96747L139.39062 412.96747Z" fill-rule="nonzero"/><path fill="#666666" d="M143.5625 443.42673Q143.5625 445.33298 142.90625 446.27048Q142.26562 447.19235 140.875 447.19235Q139.51562 447.19235 138.85938 446.2861Q138.20312 445.37985 138.17188 443.56735L138.17188 442.12985Q138.17188 440.23923 138.8125 439.33298Q139.46875 438.4111 140.85938 438.4111Q142.23438 438.4111 142.89062 439.30173Q143.54688 440.17673 143.5625 442.02048L143.5625 443.42673ZM142.46875 441.94235Q142.46875 440.56735 142.07812 439.94235Q141.70312 439.30173 140.85938 439.30173Q140.03125 439.30173 139.64062 439.94235Q139.26562 440.56735 139.26562 441.86423L139.26562 443.5986Q139.26562 444.9736 139.65625 445.64548Q140.0625 446.30173 140.875 446.30173Q141.67188 446.30173 142.0625 445.67673Q142.45312 445.05173 142.46875 443.7236L142.46875 441.94235ZM145.10938 440.17673Q145.10938 439.4111 145.59375 438.9111Q146.09375 438.4111 146.85938 438.4111Q147.64062 438.4111 148.125 438.9111Q148.60938 439.4111 148.60938 440.20798L148.60938 440.62985Q148.60938 441.39548 148.10938 441.89548Q147.625 442.37985 146.875 442.37985Q146.10938 442.37985 145.60938 441.89548Q145.10938 441.39548 145.10938 440.58298L145.10938 440.17673ZM145.92188 440.62985Q145.92188 441.08298 146.17188 441.37985Q146.4375 441.67673 146.875 441.67673Q147.29688 441.67673 147.54688 441.39548Q147.79688 441.0986 147.79688 440.5986L147.79688 440.17673Q147.79688 439.7236 147.54688 439.42673Q147.29688 439.11423 146.85938 439.11423Q146.42188 439.11423 146.17188 439.42673Q145.92188 439.7236 145.92188 440.19235L145.92188 440.62985ZM149.26562 444.9736Q149.26562 444.20798 149.75 443.7236Q150.25 443.2236 151.01562 443.2236Q151.78125 443.2236 152.26562 443.7236Q152.76562 444.20798 152.76562 445.02048L152.76562 445.42673Q152.76562 446.19235 152.28125 446.69235Q151.79688 447.19235 151.03125 447.19235Q150.26562 447.19235 149.76562 446.70798Q149.26562 446.20798 149.26562 445.39548L149.26562 444.9736ZM150.07812 445.42673Q150.07812 445.89548 150.32812 446.19235Q150.59375 446.48923 151.03125 446.48923Q151.45312 446.48923 151.70312 446.20798Q151.95312 445.9111 151.95312 445.4111L151.95312 444.9736Q151.95312 444.50485 151.6875 444.2236Q151.4375 443.92673 151.01562 443.92673Q150.59375 443.92673 150.32812 444.2236Q150.07812 444.50485 150.07812 445.00485L150.07812 445.42673ZM147.125 446.42673L146.5 446.0361L150.67188 439.36423L151.28125 439.75485L147.125 446.42673Z" fill-rule="nonzero"/><path fill="#666666" d="M225.58737 447.06735L219.99362 447.06735L219.99362 446.2861L222.94675 443.00485Q223.603 442.25485 223.853 441.80173Q224.103 441.33298 224.103 440.83298Q224.103 440.1611 223.69675 439.73923Q223.30612 439.30173 222.61862 439.30173Q221.82175 439.30173 221.36862 439.77048Q220.9155 440.2236 220.9155 441.05173L219.83737 441.05173Q219.83737 439.86423 220.58737 439.14548Q221.353 438.4111 222.61862 438.4111Q223.82175 438.4111 224.50925 439.0361Q225.19675 439.6611 225.19675 440.70798Q225.19675 441.95798 223.58737 443.70798L221.30612 446.17673L225.58737 446.17673L225.58737 447.06735ZM232.353 443.42673Q232.353 445.33298 231.69675 446.27048Q231.05612 447.19235 229.6655 447.19235Q228.30612 447.19235 227.64987 446.2861Q226.99362 445.37985 226.96237 443.56735L226.96237 442.12985Q226.96237 440.23923 227.603 439.33298Q228.25925 438.4111 229.64987 438.4111Q231.02487 438.4111 231.68112 439.30173Q232.33737 440.17673 232.353 442.02048L232.353 443.42673ZM231.25925 441.94235Q231.25925 440.56735 230.86862 439.94235Q230.49362 439.30173 229.64987 439.30173Q228.82175 439.30173 228.43112 439.94235Q228.05612 440.56735 228.05612 441.86423L228.05612 443.5986Q228.05612 444.9736 228.44675 445.64548Q228.853 446.30173 229.6655 446.30173Q230.46237 446.30173 230.853 445.67673Q231.24362 445.05173 231.25925 443.7236L231.25925 441.94235ZM233.89987 440.17673Q233.89987 439.4111 234.38425 438.9111Q234.88425 438.4111 235.64987 438.4111Q236.43112 438.4111 236.9155 438.9111Q237.39987 439.4111 237.39987 440.20798L237.39987 440.62985Q237.39987 441.39548 236.89987 441.89548Q236.4155 442.37985 235.6655 442.37985Q234.89987 442.37985 234.39987 441.89548Q233.89987 441.39548 233.89987 440.58298L233.89987 440.17673ZM234.71237 440.62985Q234.71237 441.08298 234.96237 441.37985Q235.228 441.67673 235.6655 441.67673Q236.08737 441.67673 236.33737 441.39548Q236.58737 441.0986 236.58737 440.5986L236.58737 440.17673Q236.58737 439.7236 236.33737 439.42673Q236.08737 439.11423 235.64987 439.11423Q235.21237 439.11423 234.96237 439.42673Q234.71237 439.7236 234.71237 440.19235L234.71237 440.62985ZM238.05612 444.9736Q238.05612 444.20798 238.5405 443.7236Q239.0405 443.2236 239.80612 443.2236Q240.57175 443.2236 241.05612 443.7236Q241.55612 444.20798 241.55612 445.02048L241.55612 445.42673Q241.55612 446.19235 241.07175 446.69235Q240.58737 447.19235 239.82175 447.19235Q239.05612 447.19235 238.55612 446.70798Q238.05612 446.20798 238.05612 445.39548L238.05612 444.9736ZM238.86862 445.42673Q238.86862 445.89548 239.11862 446.19235Q239.38425 446.48923 239.82175 446.48923Q240.24362 446.48923 240.49362 446.20798Q240.74362 445.9111 240.74362 445.4111L240.74362 444.9736Q240.74362 444.50485 240.478 444.2236Q240.228 443.92673 239.80612 443.92673Q239.38425 443.92673 239.11862 444.2236Q238.86862 444.50485 238.86862 445.00485L238.86862 445.42673ZM235.9155 446.42673L235.2905 446.0361L239.46237 439.36423L240.07175 439.75485L235.9155 446.42673Z" fill-rule="nonzero"/><path fill="#666666" d="M309.86224 444.20798L311.04974 444.20798L311.04974 445.08298L309.86224 445.08298L309.86224 447.06735L308.78412 447.06735L308.78412 445.08298L304.8935 445.08298L304.8935 444.44235L308.706 438.5361L309.86224 438.5361L309.86224 444.20798ZM306.12787 444.20798L308.78412 444.20798L308.78412 440.02048L308.6435 440.25485L306.12787 444.20798ZM317.6435 443.42673Q317.6435 445.33298 316.98724 446.27048Q316.34662 447.19235 314.956 447.19235Q313.59662 447.19235 312.94037 446.2861Q312.28412 445.37985 312.25287 443.56735L312.25287 442.12985Q312.25287 440.23923 312.8935 439.33298Q313.54974 438.4111 314.94037 438.4111Q316.31537 438.4111 316.97162 439.30173Q317.62787 440.17673 317.6435 442.02048L317.6435 443.42673ZM316.54974 441.94235Q316.54974 440.56735 316.15912 439.94235Q315.78412 439.30173 314.94037 439.30173Q314.11224 439.30173 313.72162 439.94235Q313.34662 440.56735 313.34662 441.86423L313.34662 443.5986Q313.34662 444.9736 313.73724 445.64548Q314.1435 446.30173 314.956 446.30173Q315.75287 446.30173 316.1435 445.67673Q316.53412 445.05173 316.54974 443.7236L316.54974 441.94235ZM319.19037 440.17673Q319.19037 439.4111 319.67474 438.9111Q320.17474 438.4111 320.94037 438.4111Q321.72162 438.4111 322.206 438.9111Q322.69037 439.4111 322.69037 440.20798L322.69037 440.62985Q322.69037 441.39548 322.19037 441.89548Q321.706 442.37985 320.956 442.37985Q320.19037 442.37985 319.69037 441.89548Q319.19037 441.39548 319.19037 440.58298L319.19037 440.17673ZM320.00287 440.62985Q320.00287 441.08298 320.25287 441.37985Q320.5185 441.67673 320.956 441.67673Q321.37787 441.67673 321.62787 441.39548Q321.87787 441.0986 321.87787 440.5986L321.87787 440.17673Q321.87787 439.7236 321.62787 439.42673Q321.37787 439.11423 320.94037 439.11423Q320.50287 439.11423 320.25287 439.42673Q320.00287 439.7236 320.00287 440.19235L320.00287 440.62985ZM323.34662 444.9736Q323.34662 444.20798 323.831 443.7236Q324.331 443.2236 325.09662 443.2236Q325.86224 443.2236 326.34662 443.7236Q326.84662 444.20798 326.84662 445.02048L326.84662 445.42673Q326.84662 446.19235 326.36224 446.69235Q325.87787 447.19235 325.11224 447.19235Q324.34662 447.19235 323.84662 446.70798Q323.34662 446.20798 323.34662 445.39548L323.34662 444.9736ZM324.15912 445.42673Q324.15912 445.89548 324.40912 446.19235Q324.67474 446.48923 325.11224 446.48923Q325.53412 446.48923 325.78412 446.20798Q326.03412 445.9111 326.03412 445.4111L326.03412 444.9736Q326.03412 444.50485 325.7685 444.2236Q325.5185 443.92673 325.09662 443.92673Q324.67474 443.92673 324.40912 444.2236Q324.15912 444.50485 324.15912 445.00485L324.15912 445.42673ZM321.206 446.42673L320.581 446.0361L324.75287 439.36423L325.36224 439.75485L321.206 446.42673Z" fill-rule="nonzero"/><path fill="#666666" d="M394.84024 438.5361L394.84024 439.44235L394.63712 439.44235Q393.3715 439.4736 392.6215 440.20798Q391.8715 440.92673 391.7465 442.23923Q392.434 441.4736 393.59024 441.4736Q394.69962 441.4736 395.3715 442.25485Q396.04337 443.0361 396.04337 444.2861Q396.04337 445.5986 395.32462 446.39548Q394.60587 447.19235 393.38712 447.19235Q392.16837 447.19235 391.40274 446.25485Q390.65274 445.30173 390.65274 443.81735L390.65274 443.4111Q390.65274 441.05173 391.65274 439.80173Q392.65274 438.55173 394.63712 438.5361L394.84024 438.5361ZM393.41837 442.37985Q392.85587 442.37985 392.38712 442.70798Q391.91837 443.0361 391.73087 443.55173L391.73087 443.94235Q391.73087 445.00485 392.19962 445.64548Q392.684 446.2861 393.38712 446.2861Q394.1215 446.2861 394.54337 445.75485Q394.96524 445.20798 394.96524 444.33298Q394.96524 443.45798 394.54337 442.92673Q394.1215 442.37985 393.41837 442.37985ZM402.934 443.42673Q402.934 445.33298 402.27774 446.27048Q401.63712 447.19235 400.2465 447.19235Q398.88712 447.19235 398.23087 446.2861Q397.57462 445.37985 397.54337 443.56735L397.54337 442.12985Q397.54337 440.23923 398.184 439.33298Q398.84024 438.4111 400.23087 438.4111Q401.60587 438.4111 402.26212 439.30173Q402.91837 440.17673 402.934 442.02048L402.934 443.42673ZM401.84024 441.94235Q401.84024 440.56735 401.44962 439.94235Q401.07462 439.30173 400.23087 439.30173Q399.40274 439.30173 399.01212 439.94235Q398.63712 440.56735 398.63712 441.86423L398.63712 443.5986Q398.63712 444.9736 399.02774 445.64548Q399.434 446.30173 400.2465 446.30173Q401.04337 446.30173 401.434 445.67673Q401.82462 445.05173 401.84024 443.7236L401.84024 441.94235ZM404.48087 440.17673Q404.48087 439.4111 404.96524 438.9111Q405.46524 438.4111 406.23087 438.4111Q407.01212 438.4111 407.4965 438.9111Q407.98087 439.4111 407.98087 440.20798L407.98087 440.62985Q407.98087 441.39548 407.48087 441.89548Q406.9965 442.37985 406.2465 442.37985Q405.48087 442.37985 404.98087 441.89548Q404.48087 441.39548 404.48087 440.58298L404.48087 440.17673ZM405.29337 440.62985Q405.29337 441.08298 405.54337 441.37985Q405.809 441.67673 406.2465 441.67673Q406.66837 441.67673 406.91837 441.39548Q407.16837 441.0986 407.16837 440.5986L407.16837 440.17673Q407.16837 439.7236 406.91837 439.42673Q406.66837 439.11423 406.23087 439.11423Q405.79337 439.11423 405.54337 439.42673Q405.29337 439.7236 405.29337 440.19235L405.29337 440.62985ZM408.63712 444.9736Q408.63712 444.20798 409.1215 443.7236Q409.6215 443.2236 410.38712 443.2236Q411.15274 443.2236 411.63712 443.7236Q412.13712 444.20798 412.13712 445.02048L412.13712 445.42673Q412.13712 446.19235 411.65274 446.69235Q411.16837 447.19235 410.40274 447.19235Q409.63712 447.19235 409.13712 446.70798Q408.63712 446.20798 408.63712 445.39548L408.63712 444.9736ZM409.44962 445.42673Q409.44962 445.89548 409.69962 446.19235Q409.96524 446.48923 410.40274 446.48923Q410.82462 446.48923 411.07462 446.20798Q411.32462 445.9111 411.32462 445.4111L411.32462 444.9736Q411.32462 444.50485 411.059 444.2236Q410.809 443.92673 410.38712 443.92673Q409.96524 443.92673 409.69962 444.2236Q409.44962 444.50485 409.44962 445.00485L409.44962 445.42673ZM406.4965 446.42673L405.8715 446.0361L410.04337 439.36423L410.65274 439.75485L406.4965 446.42673Z" fill-rule="nonzero"/><path fill="#666666" d="M481.0526 440.75485Q481.0526 441.39548 480.70886 441.89548Q480.3651 442.39548 479.8026 442.67673Q480.45886 442.95798 480.8495 443.52048Q481.2401 444.06735 481.2401 444.77048Q481.2401 445.86423 480.4901 446.5361Q479.75574 447.19235 478.537 447.19235Q477.3026 447.19235 476.5526 446.5361Q475.81824 445.86423 475.81824 444.77048Q475.81824 444.06735 476.19324 443.52048Q476.56824 442.95798 477.2401 442.67673Q476.6776 442.39548 476.3495 441.89548Q476.02136 441.39548 476.02136 440.75485Q476.02136 439.67673 476.70886 439.05173Q477.39636 438.4111 478.537 438.4111Q479.662 438.4111 480.3495 439.05173Q481.0526 439.67673 481.0526 440.75485ZM480.162 444.73923Q480.162 444.02048 479.70886 443.58298Q479.25574 443.12985 478.52136 443.12985Q477.787 443.12985 477.33386 443.58298Q476.89636 444.02048 476.89636 444.75485Q476.89636 445.4736 477.33386 445.89548Q477.77136 446.30173 478.537 446.30173Q479.287 446.30173 479.7245 445.87985Q480.162 445.45798 480.162 444.73923ZM478.537 439.30173Q477.89636 439.30173 477.4901 439.70798Q477.0995 440.0986 477.0995 440.7861Q477.0995 441.42673 477.4901 441.83298Q477.88074 442.23923 478.52136 442.23923Q479.1776 442.23923 479.56824 441.83298Q479.95886 441.42673 479.95886 440.7861Q479.95886 440.12985 479.5526 439.7236Q479.14636 439.30173 478.537 439.30173ZM488.2245 443.42673Q488.2245 445.33298 487.56824 446.27048Q486.9276 447.19235 485.537 447.19235Q484.1776 447.19235 483.52136 446.2861Q482.8651 445.37985 482.83386 443.56735L482.83386 442.12985Q482.83386 440.23923 483.4745 439.33298Q484.13074 438.4111 485.52136 438.4111Q486.89636 438.4111 487.5526 439.30173Q488.20886 440.17673 488.2245 442.02048L488.2245 443.42673ZM487.13074 441.94235Q487.13074 440.56735 486.7401 439.94235Q486.3651 439.30173 485.52136 439.30173Q484.69324 439.30173 484.3026 439.94235Q483.9276 440.56735 483.9276 441.86423L483.9276 443.5986Q483.9276 444.9736 484.31824 445.64548Q484.7245 446.30173 485.537 446.30173Q486.33386 446.30173 486.7245 445.67673Q487.1151 445.05173 487.13074 443.7236L487.13074 441.94235ZM489.77136 440.17673Q489.77136 439.4111 490.25574 438.9111Q490.75574 438.4111 491.52136 438.4111Q492.3026 438.4111 492.787 438.9111Q493.27136 439.4111 493.27136 440.20798L493.27136 440.62985Q493.27136 441.39548 492.77136 441.89548Q492.287 442.37985 491.537 442.37985Q490.77136 442.37985 490.27136 441.89548Q489.77136 441.39548 489.77136 440.58298L489.77136 440.17673ZM490.58386 440.62985Q490.58386 441.08298 490.83386 441.37985Q491.0995 441.67673 491.537 441.67673Q491.95886 441.67673 492.20886 441.39548Q492.45886 441.0986 492.45886 440.5986L492.45886 440.17673Q492.45886 439.7236 492.20886 439.42673Q491.95886 439.11423 491.52136 439.11423Q491.08386 439.11423 490.83386 439.42673Q490.58386 439.7236 490.58386 440.19235L490.58386 440.62985ZM493.9276 444.9736Q493.9276 444.20798 494.412 443.7236Q494.912 443.2236 495.6776 443.2236Q496.44324 443.2236 496.9276 443.7236Q497.4276 444.20798 497.4276 445.02048L497.4276 445.42673Q497.4276 446.19235 496.94324 446.69235Q496.45886 447.19235 495.69324 447.19235Q494.9276 447.19235 494.4276 446.70798Q493.9276 446.20798 493.9276 445.39548L493.9276 444.9736ZM494.7401 445.42673Q494.7401 445.89548 494.9901 446.19235Q495.25574 446.48923 495.69324 446.48923Q496.1151 446.48923 496.3651 446.20798Q496.6151 445.9111 496.6151 445.4111L496.6151 444.9736Q496.6151 444.50485 496.3495 444.2236Q496.0995 443.92673 495.6776 443.92673Q495.25574 443.92673 494.9901 444.2236Q494.7401 444.50485 494.7401 445.00485L494.7401 445.42673ZM491.787 446.42673L491.162 446.0361L495.33386 439.36423L495.94324 439.75485L491.787 446.42673Z" fill-rule="nonzero"/><path fill="#666666" d="M561.21814 447.06735L560.14 447.06735L560.14 439.8486L557.9525 440.64548L557.9525 439.6611L561.0619 438.48923L561.21814 438.48923L561.21814 447.06735ZM570.015 443.42673Q570.015 445.33298 569.35876 446.27048Q568.71814 447.19235 567.3275 447.19235Q565.96814 447.19235 565.3119 446.2861Q564.65564 445.37985 564.6244 443.56735L564.6244 442.12985Q564.6244 440.23923 565.265 439.33298Q565.92126 438.4111 567.3119 438.4111Q568.6869 438.4111 569.34314 439.30173Q569.9994 440.17673 570.015 442.02048L570.015 443.42673ZM568.92126 441.94235Q568.92126 440.56735 568.53064 439.94235Q568.15564 439.30173 567.3119 439.30173Q566.48376 439.30173 566.09314 439.94235Q565.71814 440.56735 565.71814 441.86423L565.71814 443.5986Q565.71814 444.9736 566.10876 445.64548Q566.515 446.30173 567.3275 446.30173Q568.1244 446.30173 568.515 445.67673Q568.90564 445.05173 568.92126 443.7236L568.92126 441.94235ZM577.015 443.42673Q577.015 445.33298 576.35876 446.27048Q575.71814 447.19235 574.3275 447.19235Q572.96814 447.19235 572.3119 446.2861Q571.65564 445.37985 571.6244 443.56735L571.6244 442.12985Q571.6244 440.23923 572.265 439.33298Q572.92126 438.4111 574.3119 438.4111Q575.6869 438.4111 576.34314 439.30173Q576.9994 440.17673 577.015 442.02048L577.015 443.42673ZM575.92126 441.94235Q575.92126 440.56735 575.53064 439.94235Q575.15564 439.30173 574.3119 439.30173Q573.48376 439.30173 573.09314 439.94235Q572.71814 440.56735 572.71814 441.86423L572.71814 443.5986Q572.71814 444.9736 573.10876 445.64548Q573.515 446.30173 574.3275 446.30173Q575.1244 446.30173 575.515 445.67673Q575.90564 445.05173 575.92126 443.7236L575.92126 441.94235ZM578.5619 440.17673Q578.5619 439.4111 579.04626 438.9111Q579.54626 438.4111 580.3119 438.4111Q581.09314 438.4111 581.5775 438.9111Q582.0619 439.4111 582.0619 440.20798L582.0619 440.62985Q582.0619 441.39548 581.5619 441.89548Q581.0775 442.37985 580.3275 442.37985Q579.5619 442.37985 579.0619 441.89548Q578.5619 441.39548 578.5619 440.58298L578.5619 440.17673ZM579.3744 440.62985Q579.3744 441.08298 579.6244 441.37985Q579.89 441.67673 580.3275 441.67673Q580.7494 441.67673 580.9994 441.39548Q581.2494 441.0986 581.2494 440.5986L581.2494 440.17673Q581.2494 439.7236 580.9994 439.42673Q580.7494 439.11423 580.3119 439.11423Q579.8744 439.11423 579.6244 439.42673Q579.3744 439.7236 579.3744 440.19235L579.3744 440.62985ZM582.71814 444.9736Q582.71814 444.20798 583.2025 443.7236Q583.7025 443.2236 584.46814 443.2236Q585.23376 443.2236 585.71814 443.7236Q586.21814 444.20798 586.21814 445.02048L586.21814 445.42673Q586.21814 446.19235 585.73376 446.69235Q585.2494 447.19235 584.48376 447.19235Q583.71814 447.19235 583.21814 446.70798Q582.71814 446.20798 582.71814 445.39548L582.71814 444.9736ZM583.53064 445.42673Q583.53064 445.89548 583.78064 446.19235Q584.04626 446.48923 584.48376 446.48923Q584.90564 446.48923 585.15564 446.20798Q585.40564 445.9111 585.40564 445.4111L585.40564 444.9736Q585.40564 444.50485 585.14 444.2236Q584.89 443.92673 584.46814 443.92673Q584.04626 443.92673 583.78064 444.2236Q583.53064 444.50485 583.53064 445.00485L583.53064 445.42673ZM580.5775 446.42673L579.9525 446.0361L584.1244 439.36423L584.73376 439.75485L580.5775 446.42673Z" fill-rule="nonzero"/><path fill="#00acd7" d="M210.32802 484.34903C210.32802 483.79675 210.77574 483.34903 211.32802 483.34903L221.32802 483.34903C221.88031 483.34903 222.32802 483.79675 222.32802 484.34903L222.32802 494.34903C222.32802 494.90134 221.88031 495.34903 221.32802 495.34903L211.32802 495.34903C210.77574 495.34903 210.32802 494.90134 210.32802 494.34903Z" fill-rule="nonzero"/><path fill="#666666" d="M234.45302 490.3959L232.4374 490.3959L232.4374 493.84903L231.3124 493.84903L231.3124 485.31778L234.14052 485.31778Q235.57802 485.31778 236.34364 485.97403Q237.1249 486.63028 237.1249 487.88028Q237.1249 488.67715 236.6874 489.2709Q236.26552 489.86465 235.4999 490.16153L237.4999 493.7709L237.4999 493.84903L236.29677 493.84903L234.45302 490.3959ZM232.4374 489.47403L234.17177 489.47403Q235.01552 489.47403 235.4999 489.05215Q235.9999 488.61465 235.9999 487.88028Q235.9999 487.09903 235.53114 486.67715Q235.0624 486.25528 234.17177 486.23965L232.4374 486.23965L232.4374 489.47403ZM242.0624 493.84903Q241.96864 493.66153 241.90614 493.17715Q241.15614 493.97403 240.10927 493.97403Q239.17177 493.97403 238.5624 493.44278Q237.96864 492.91153 237.96864 492.0834Q237.96864 491.09903 238.71864 490.55215Q239.46864 490.00528 240.84364 490.00528L241.89052 490.00528L241.89052 489.50528Q241.89052 488.94278 241.54677 488.61465Q241.21864 488.2709 240.54677 488.2709Q239.96864 488.2709 239.57802 488.56778Q239.1874 488.84903 239.1874 489.2709L238.09364 489.2709Q238.09364 488.78653 238.42177 488.34903Q238.76552 487.91153 239.34364 487.66153Q239.92177 487.3959 240.60927 487.3959Q241.71864 487.3959 242.32802 487.94278Q242.95302 488.48965 242.98427 489.44278L242.98427 492.36465Q242.98427 493.23965 243.20302 493.75528L243.20302 493.84903L242.0624 493.84903ZM240.26552 493.0209Q240.78114 493.0209 241.23427 492.75528Q241.6874 492.48965 241.89052 492.06778L241.89052 490.7709L241.04677 490.7709Q239.04677 490.7709 239.04677 491.94278Q239.04677 492.44278 239.39052 492.73965Q239.73427 493.0209 240.26552 493.0209ZM246.17177 487.50528L246.20302 488.30215Q246.9374 487.3959 248.10927 487.3959Q250.1249 487.3959 250.14052 489.66153L250.14052 493.84903L249.04677 493.84903L249.04677 489.6459Q249.04677 488.97403 248.73427 488.6459Q248.4374 488.31778 247.78114 488.31778Q247.2499 488.31778 246.84364 488.59903Q246.45302 488.88028 246.23427 489.3334L246.23427 493.84903L245.15614 493.84903L245.15614 487.50528L246.17177 487.50528ZM253.92177 490.91153L253.23427 491.61465L253.23427 493.84903L252.15614 493.84903L252.15614 484.84903L253.23427 484.84903L253.23427 490.28653L253.8124 489.59903L255.79677 487.50528L257.10925 487.50528L254.64052 490.16153L257.40613 493.84903L256.12488 493.84903L253.92177 490.91153ZM260.78113 493.97403Q259.48425 493.97403 258.67175 493.13028Q257.87488 492.2709 257.87488 490.84903L257.87488 490.66153Q257.87488 489.7084 258.23425 488.97403Q258.59363 488.22403 259.23425 487.81778Q259.8905 487.3959 260.6405 487.3959Q261.87488 487.3959 262.56238 488.2084Q263.24988 489.0209 263.24988 490.53653L263.24988 490.98965L258.953 490.98965Q258.98425 491.92715 259.49988 492.50528Q260.03113 493.0834 260.84363 493.0834Q261.40613 493.0834 261.79675 492.84903Q262.203 492.61465 262.5155 492.22403L263.17175 492.73965Q262.37488 493.97403 260.78113 493.97403ZM260.6405 488.28653Q259.98425 488.28653 259.53113 488.7709Q259.09363 489.23965 258.99988 490.09903L262.17175 490.09903L262.17175 490.0209Q262.12488 489.19278 261.71863 488.73965Q261.328 488.28653 260.6405 488.28653ZM263.8905 490.63028Q263.8905 489.16153 264.578 488.28653Q265.2655 487.3959 266.3905 487.3959Q267.49988 487.3959 268.15613 488.1459L268.15613 484.84903L269.23425 484.84903L269.23425 493.84903L268.23425 493.84903L268.18738 493.16153Q267.53113 493.97403 266.37488 493.97403Q265.28113 493.97403 264.578 493.06778Q263.8905 492.16153 263.8905 490.7084L263.8905 490.63028ZM264.96863 490.75528Q264.96863 491.8334 265.40613 492.44278Q265.85925 493.05215 266.6405 493.05215Q267.67175 493.05215 268.15613 492.11465L268.15613 489.2084Q267.67175 488.31778 266.65613 488.31778Q265.85925 488.31778 265.40613 488.92715Q264.96863 489.53653 264.96863 490.75528ZM277.59363 493.84903L276.5155 493.84903L276.5155 486.63028L274.328 487.42715L274.328 486.44278L277.43738 485.2709L277.59363 485.2709L277.59363 493.84903ZM284.84363 492.16153Q284.84363 491.72403 284.49988 491.48965Q284.17175 491.23965 283.34363 491.06778Q282.53113 490.8959 282.04675 490.6459Q281.56238 490.3959 281.328 490.06778Q281.10925 489.72403 281.10925 489.25528Q281.10925 488.47403 281.7655 487.94278Q282.42175 487.3959 283.453 487.3959Q284.53113 487.3959 285.18738 487.9584Q285.85925 488.50528 285.85925 489.36465L284.78113 489.36465Q284.78113 488.92715 284.3905 488.61465Q284.0155 488.28653 283.453 488.28653Q282.85925 488.28653 282.5155 488.55215Q282.18738 488.80215 282.18738 489.2084Q282.18738 489.59903 282.49988 489.80215Q282.81238 490.00528 283.62488 490.19278Q284.43738 490.36465 284.93738 490.61465Q285.43738 490.86465 285.67175 491.22403Q285.92175 491.5834 285.92175 492.0834Q285.92175 492.94278 285.23425 493.4584Q284.56238 493.97403 283.48425 493.97403Q282.71863 493.97403 282.12488 493.7084Q281.54675 493.42715 281.21863 492.94278Q280.8905 492.4584 280.8905 491.8959L281.96863 491.8959Q281.99988 492.44278 282.40613 492.7709Q282.81238 493.0834 283.48425 493.0834Q284.09363 493.0834 284.46863 492.8334Q284.84363 492.5834 284.84363 492.16153ZM288.62488 485.97403L288.62488 487.50528L289.79675 487.50528L289.79675 488.34903L288.62488 488.34903L288.62488 492.2709Q288.62488 492.66153 288.78113 492.84903Q288.93738 493.03653 289.31238 493.03653Q289.49988 493.03653 289.828 492.97403L289.828 493.84903Q289.40613 493.97403 288.99988 493.97403Q288.28113 493.97403 287.90613 493.53653Q287.53113 493.0834 287.53113 492.2709L287.53113 488.34903L286.37488 488.34903L286.37488 487.50528L287.53113 487.50528L287.53113 485.97403L288.62488 485.97403Z" fill-rule="nonzero"/><path fill="#2eb8da" d="M306.32803 484.34903C306.32803 483.79675 306.77573 483.34903 307.32803 483.34903L317.32803 483.34903C317.8803 483.34903 318.32803 483.79675 318.32803 484.34903L318.32803 494.34903C318.32803 494.90134 317.8803 495.34903 317.32803 495.34903L307.32803 495.34903C306.77573 495.34903 306.32803 494.90134 306.32803 494.34903Z" fill-rule="nonzero"/><path fill="#666666" d="M332.6249 493.84903L327.03116 493.84903L327.03116 493.06778L329.98428 489.78653Q330.64053 489.03653 330.89053 488.5834Q331.14053 488.11465 331.14053 487.61465Q331.14053 486.94278 330.73428 486.5209Q330.34366 486.0834 329.65616 486.0834Q328.85928 486.0834 328.40616 486.55215Q327.95303 487.00528 327.95303 487.8334L326.8749 487.8334Q326.8749 486.6459 327.6249 485.92715Q328.39053 485.19278 329.65616 485.19278Q330.85928 485.19278 331.54678 485.81778Q332.23428 486.44278 332.23428 487.48965Q332.23428 488.73965 330.6249 490.48965L328.34366 492.9584L332.6249 492.9584L332.6249 493.84903ZM335.17178 487.50528L335.20303 488.30215Q335.9374 487.3959 337.10928 487.3959Q339.1249 487.3959 339.14053 489.66153L339.14053 493.84903L338.04678 493.84903L338.04678 489.6459Q338.04678 488.97403 337.73428 488.6459Q337.4374 488.31778 336.78116 488.31778Q336.2499 488.31778 335.84366 488.59903Q335.45303 488.88028 335.23428 489.3334L335.23428 493.84903L334.15616 493.84903L334.15616 487.50528L335.17178 487.50528ZM340.89053 490.63028Q340.89053 489.16153 341.57803 488.28653Q342.26553 487.3959 343.39053 487.3959Q344.4999 487.3959 345.15616 488.1459L345.15616 484.84903L346.23428 484.84903L346.23428 493.84903L345.23428 493.84903L345.1874 493.16153Q344.53116 493.97403 343.3749 493.97403Q342.28116 493.97403 341.57803 493.06778Q340.89053 492.16153 340.89053 490.7084L340.89053 490.63028ZM341.96866 490.75528Q341.96866 491.8334 342.40616 492.44278Q342.85928 493.05215 343.64053 493.05215Q344.67178 493.05215 345.15616 492.11465L345.15616 489.2084Q344.67178 488.31778 343.65616 488.31778Q342.85928 488.31778 342.40616 488.92715Q341.96866 489.53653 341.96866 490.75528Z" fill-rule="nonzero"/><path fill="#5cc4dd" d="M363.32803 484.34903C363.32803 483.79675 363.77573 483.34903 364.32803 483.34903L374.32803 483.34903C374.8803 483.34903 375.32803 483.79675 375.32803 484.34903L375.32803 494.34903C375.32803 494.90134 374.8803 495.34903 374.32803 495.34903L364.32803 495.34903C363.77573 495.34903 363.32803 494.90134 363.32803 494.34903Z" fill-rule="nonzero"/><path fill="#666666" d="M385.60928 489.05215L386.42178 489.05215Q387.20303 489.03653 387.64053 488.6459Q388.07803 488.25528 388.07803 487.5834Q388.07803 486.0834 386.57803 486.0834Q385.8749 486.0834 385.45303 486.48965Q385.04678 486.8959 385.04678 487.55215L383.95303 487.55215Q383.95303 486.53653 384.6874 485.86465Q385.4374 485.19278 386.57803 485.19278Q387.78116 485.19278 388.46866 485.8334Q389.15616 486.47403 389.15616 487.61465Q389.15616 488.17715 388.79678 488.69278Q388.4374 489.2084 387.8124 489.47403Q388.51553 489.69278 388.89053 490.2084Q389.28116 490.72403 389.28116 491.47403Q389.28116 492.61465 388.53116 493.30215Q387.78116 493.97403 386.57803 493.97403Q385.39053 493.97403 384.6249 493.31778Q383.8749 492.66153 383.8749 491.59903L384.96866 491.59903Q384.96866 492.2709 385.40616 492.67715Q385.84366 493.0834 386.59366 493.0834Q387.3749 493.0834 387.78116 492.67715Q388.20303 492.25528 388.20303 491.48965Q388.20303 490.75528 387.7499 490.36465Q387.29678 489.9584 386.42178 489.94278L385.60928 489.94278L385.60928 489.05215ZM394.21866 488.47403Q393.96866 488.44278 393.6874 488.44278Q392.60928 488.44278 392.23428 489.34903L392.23428 493.84903L391.15616 493.84903L391.15616 487.50528L392.20303 487.50528L392.21866 488.23965Q392.7499 487.3959 393.73428 487.3959Q394.04678 487.3959 394.21866 487.47403L394.21866 488.47403ZM394.89053 490.63028Q394.89053 489.16153 395.57803 488.28653Q396.26553 487.3959 397.39053 487.3959Q398.4999 487.3959 399.15616 488.1459L399.15616 484.84903L400.23428 484.84903L400.23428 493.84903L399.23428 493.84903L399.1874 493.16153Q398.53116 493.97403 397.3749 493.97403Q396.28116 493.97403 395.57803 493.06778Q394.89053 492.16153 394.89053 490.7084L394.89053 490.63028ZM395.96866 490.75528Q395.96866 491.8334 396.40616 492.44278Q396.85928 493.05215 397.64053 493.05215Q398.67178 493.05215 399.15616 492.11465L399.15616 489.2084Q398.67178 488.31778 397.65616 488.31778Q396.85928 488.31778 396.40616 488.92715Q395.96866 489.53653 395.96866 490.75528Z" fill-rule="nonzero"/><path fill="#8ad0e0" d="M417.32803 484.34903C417.32803 483.79675 417.77573 483.34903 418.32803 483.34903L428.32803 483.34903C428.8803 483.34903 429.32803 483.79675 429.32803 484.34903L429.32803 494.34903C429.32803 494.90134 428.8803 495.34903 428.32803 495.34903L418.32803 495.34903C417.77573 495.34903 417.32803 494.90134 417.32803 494.34903Z" fill-rule="nonzero"/><path fill="#666666" d="M442.60928 490.98965L443.79678 490.98965L443.79678 491.86465L442.60928 491.86465L442.60928 493.84903L441.53116 493.84903L441.53116 491.86465L437.64053 491.86465L437.64053 491.22403L441.45303 485.31778L442.60928 485.31778L442.60928 490.98965ZM438.8749 490.98965L441.53116 490.98965L441.53116 486.80215L441.39053 487.03653L438.8749 490.98965ZM446.6249 485.97403L446.6249 487.50528L447.79678 487.50528L447.79678 488.34903L446.6249 488.34903L446.6249 492.2709Q446.6249 492.66153 446.78116 492.84903Q446.9374 493.03653 447.3124 493.03653Q447.4999 493.03653 447.82803 492.97403L447.82803 493.84903Q447.40616 493.97403 446.9999 493.97403Q446.28116 493.97403 445.90616 493.53653Q445.53116 493.0834 445.53116 492.2709L445.53116 488.34903L444.3749 488.34903L444.3749 487.50528L445.53116 487.50528L445.53116 485.97403L446.6249 485.97403ZM450.23428 488.2709Q450.95303 487.3959 452.10928 487.3959Q454.1249 487.3959 454.14053 489.66153L454.14053 493.84903L453.04678 493.84903L453.04678 489.6459Q453.04678 488.97403 452.73428 488.6459Q452.4374 488.31778 451.78116 488.31778Q451.2499 488.31778 450.84366 488.59903Q450.45303 488.88028 450.23428 489.3334L450.23428 493.84903L449.15616 493.84903L449.15616 484.84903L450.23428 484.84903L450.23428 488.2709Z" fill-rule="nonzero"/><path fill="#b8dce3" d="M471.32803 484.34903C471.32803 483.79675 471.77573 483.34903 472.32803 483.34903L482.32803 483.34903C482.8803 483.34903 483.32803 483.79675 483.32803 484.34903L483.32803 494.34903C483.32803 494.90134 482.8803 495.34903 482.32803 495.34903L472.32803 495.34903C471.77573 495.34903 471.32803 494.90134 471.32803 494.34903Z" fill-rule="nonzero"/><path fill="#666666" d="M492.53116 489.56778L492.96866 485.31778L497.34366 485.31778L497.34366 486.31778L493.89053 486.31778L493.6249 488.6459Q494.26553 488.2709 495.0624 488.2709Q496.21866 488.2709 496.90616 489.05215Q497.59366 489.81778 497.59366 491.13028Q497.59366 492.44278 496.8749 493.2084Q496.17178 493.97403 494.89053 493.97403Q493.76553 493.97403 493.04678 493.34903Q492.32803 492.7084 492.23428 491.59903L493.2499 491.59903Q493.35928 492.3334 493.78116 492.7084Q494.20303 493.0834 494.89053 493.0834Q495.64053 493.0834 496.07803 492.56778Q496.51553 492.05215 496.51553 491.1459Q496.51553 490.28653 496.04678 489.7709Q495.57803 489.25528 494.79678 489.25528Q494.09366 489.25528 493.6874 489.55215L493.40616 489.78653L492.53116 489.56778ZM500.6249 485.97403L500.6249 487.50528L501.79678 487.50528L501.79678 488.34903L500.6249 488.34903L500.6249 492.2709Q500.6249 492.66153 500.78116 492.84903Q500.9374 493.03653 501.3124 493.03653Q501.4999 493.03653 501.82803 492.97403L501.82803 493.84903Q501.40616 493.97403 500.9999 493.97403Q500.28116 493.97403 499.90616 493.53653Q499.53116 493.0834 499.53116 492.2709L499.53116 488.34903L498.3749 488.34903L498.3749 487.50528L499.53116 487.50528L499.53116 485.97403L500.6249 485.97403ZM504.23428 488.2709Q504.95303 487.3959 506.10928 487.3959Q508.1249 487.3959 508.14053 489.66153L508.14053 493.84903L507.04678 493.84903L507.04678 489.6459Q507.04678 488.97403 506.73428 488.6459Q506.4374 488.31778 505.78116 488.31778Q505.2499 488.31778 504.84366 488.59903Q504.45303 488.88028 504.23428 489.3334L504.23428 493.84903L503.15616 493.84903L503.15616 484.84903L504.23428 484.84903L504.23428 488.2709Z" fill-rule="nonzero"/><path fill="#666666" d="M30.1125 28.994118L27.76875 28.994118L27.76875 33.025368L26.45625 33.025368L26.45625 23.072243L29.7375 23.072243Q31.425 23.072243 32.33125 23.837868Q33.2375 24.603493 33.2375 26.072243Q33.2375 26.994118 32.7375 27.681618Q32.2375 28.369118 31.33125 28.712868L33.675 32.947243L33.675 33.025368L32.26875 33.025368L30.1125 28.994118ZM27.76875 27.931618L29.784374 27.931618Q30.76875 27.931618 31.346874 27.431618Q31.925 26.915993 31.925 26.072243Q31.925 25.150368 31.3625 24.665993Q30.815624 24.165993 29.784374 24.150368L27.76875 24.150368L27.76875 27.931618ZM39.83125 33.025368Q39.721874 32.806618 39.64375 32.244118Q38.76875 33.165993 37.534374 33.165993Q36.440624 33.165993 35.7375 32.556618Q35.05 31.931618 35.05 30.978493Q35.05 29.822243 35.925 29.181618Q36.8 28.540993 38.39375 28.540993L39.628124 28.540993L39.628124 27.962868Q39.628124 27.290993 39.221874 26.900368Q38.83125 26.509743 38.065624 26.509743Q37.378124 26.509743 36.925 26.853493Q36.471874 27.197243 36.471874 27.681618L35.190624 27.681618Q35.190624 27.119118 35.58125 26.603493Q35.9875 26.087868 36.659374 25.790993Q37.33125 25.494118 38.128124 25.494118Q39.409374 25.494118 40.128124 26.134743Q40.8625 26.775368 40.89375 27.884743L40.89375 31.290993Q40.89375 32.306618 41.14375 32.915993L41.14375 33.025368L39.83125 33.025368ZM37.721874 32.056618Q38.315624 32.056618 38.846874 31.759743Q39.39375 31.447243 39.628124 30.947243L39.628124 29.431618L38.628124 29.431618Q36.315624 29.431618 36.315624 30.790993Q36.315624 31.384743 36.70625 31.728493Q37.096874 32.056618 37.721874 32.056618ZM44.45625 25.634743L44.4875 26.556618Q45.346874 25.494118 46.70625 25.494118Q49.05 25.494118 49.08125 28.134743L49.08125 33.025368L47.815624 33.025368L47.815624 28.134743Q47.8 27.337868 47.440624 26.962868Q47.08125 26.572243 46.33125 26.572243Q45.70625 26.572243 45.2375 26.900368Q44.784374 27.228493 44.51875 27.759743L44.51875 33.025368L43.253124 33.025368L43.253124 25.634743L44.45625 25.634743ZM53.315624 29.603493L52.534374 30.431618L52.534374 33.025368L51.26875 33.025368L51.26875 22.525368L52.534374 22.525368L52.534374 28.869118L53.20625 28.056618L55.503124 25.634743L57.05 25.634743L54.175 28.712868L57.378124 33.025368L55.89375 33.025368L53.315624 29.603493ZM62.971874 23.837868L62.971874 25.634743L64.34688 25.634743L64.34688 26.603493L62.971874 26.603493L62.971874 31.197243Q62.971874 31.634743 63.159374 31.869118Q63.346874 32.087868 63.784374 32.087868Q64.00313 32.087868 64.39375 31.994118L64.39375 33.025368Q63.89375 33.165993 63.425 33.165993Q62.565624 33.165993 62.128124 32.650368Q61.70625 32.134743 61.70625 31.197243L61.70625 26.603493L60.3625 26.603493L60.3625 25.634743L61.70625 25.634743L61.70625 23.837868L62.971874 23.837868ZM67.51875 26.525368Q68.3625 25.494118 69.70625 25.494118Q72.05 25.494118 72.08125 28.134743L72.08125 33.025368L70.81563 33.025368L70.81563 28.134743Q70.8 27.337868 70.44063 26.962868Q70.08125 26.572243 69.33125 26.572243Q68.70625 26.572243 68.2375 26.900368Q67.78438 27.228493 67.51875 27.759743L67.51875 33.025368L66.25313 33.025368L66.25313 22.525368L67.51875 22.525368L67.51875 26.525368ZM77.33125 33.165993Q75.81563 33.165993 74.87813 32.181618Q73.94063 31.181618 73.94063 29.525368L73.94063 29.306618Q73.94063 28.197243 74.3625 27.337868Q74.78438 26.462868 75.53438 25.978493Q76.28438 25.494118 77.175 25.494118Q78.6125 25.494118 79.40938 26.447243Q80.20625 27.384743 80.20625 29.165993L80.20625 29.681618L75.20625 29.681618Q75.22188 30.775368 75.83125 31.462868Q76.45625 32.134743 77.39375 32.134743Q78.06563 32.134743 78.51875 31.869118Q78.9875 31.587868 79.34688 31.134743L80.1125 31.728493Q79.19063 33.165993 77.33125 33.165993ZM77.175 26.525368Q76.40938 26.525368 75.87813 27.087868Q75.3625 27.650368 75.2375 28.650368L78.94063 28.650368L78.94063 28.556618Q78.89375 27.587868 78.425 27.056618Q77.95625 26.525368 77.175 26.525368ZM84.87813 33.025368L84.87813 26.603493L83.70625 26.603493L83.70625 25.634743L84.87813 25.634743L84.87813 24.869118Q84.87813 23.681618 85.50313 23.040993Q86.14375 22.384743 87.31563 22.384743Q87.75313 22.384743 88.175 22.494118L88.1125 23.525368Q87.78438 23.462868 87.425 23.462868Q86.81563 23.462868 86.47188 23.822243Q86.14375 24.181618 86.14375 24.853493L86.14375 25.634743L87.72188 25.634743L87.72188 26.603493L86.14375 26.603493L86.14375 33.025368L84.87813 33.025368ZM88.925 29.259743Q88.925 28.165993 89.34688 27.306618Q89.78438 26.431618 90.53438 25.962868Q91.3 25.494118 92.28438 25.494118Q93.78438 25.494118 94.72188 26.540993Q95.65938 27.587868 95.65938 29.322243L95.65938 29.415993Q95.65938 30.494118 95.2375 31.353493Q94.83125 32.197243 94.05 32.681618Q93.28438 33.165993 92.3 33.165993Q90.78438 33.165993 89.84688 32.119118Q88.925 31.072243 88.925 29.353493L88.925 29.259743ZM90.19063 29.415993Q90.19063 30.634743 90.75313 31.384743Q91.33125 32.134743 92.3 32.134743Q93.25313 32.134743 93.81563 31.384743Q94.39375 30.619118 94.39375 29.259743Q94.39375 28.040993 93.81563 27.290993Q93.2375 26.525368 92.28438 26.525368Q91.34688 26.525368 90.76875 27.275368Q90.19063 28.025368 90.19063 29.415993ZM98.62813 33.025368L97.3625 33.025368L97.3625 22.525368L98.62813 22.525368L98.62813 33.025368ZM101.62813 33.025368L100.3625 33.025368L100.3625 22.525368L101.62813 22.525368L101.62813 33.025368ZM102.925 29.259743Q102.925 28.165993 103.34688 27.306618Q103.78438 26.431618 104.53438 25.962868Q105.3 25.494118 106.28438 25.494118Q107.78438 25.494118 108.72188 26.540993Q109.65938 27.587868 109.65938 29.322243L109.65938 29.415993Q109.65938 30.494118 109.2375 31.353493Q108.83125 32.197243 108.05 32.681618Q107.28438 33.165993 106.3 33.165993Q104.78438 33.165993 103.84688 32.119118Q102.925 31.072243 102.925 29.353493L102.925 29.259743ZM104.19063 29.415993Q104.19063 30.634743 104.75313 31.384743Q105.33125 32.134743 106.3 32.134743Q107.25313 32.134743 107.81563 31.384743Q108.39375 30.619118 108.39375 29.259743Q108.39375 28.040993 107.81563 27.290993Q107.2375 26.525368 106.28438 26.525368Q105.34688 26.525368 104.76875 27.275368Q104.19063 28.025368 104.19063 29.415993ZM117.8 31.275368L119.22188 25.634743L120.4875 25.634743L118.34688 33.025368L117.31563 33.025368L115.51875 27.415993L113.76875 33.025368L112.7375 33.025368L110.59688 25.634743L111.84688 25.634743L113.31563 31.165993L115.03438 25.634743L116.05 25.634743L117.8 31.275368ZM123.62813 33.025368L122.3625 33.025368L122.3625 25.634743L123.62813 25.634743L123.62813 33.025368ZM122.26875 23.665993Q122.26875 23.353493 122.45625 23.150368Q122.64375 22.931618 123.00313 22.931618Q123.37813 22.931618 123.56563 23.150368Q123.76875 23.353493 123.76875 23.665993Q123.76875 23.978493 123.56563 24.181618Q123.37813 24.384743 123.00313 24.384743Q122.64375 24.384743 122.45625 24.181618Q122.26875 23.978493 122.26875 23.665993ZM126.45625 25.634743L126.4875 26.556618Q127.34688 25.494118 128.70625 25.494118Q131.05 25.494118 131.08125 28.134743L131.08125 33.025368L129.81563 33.025368L129.81563 28.134743Q129.8 27.337868 129.44063 26.962868Q129.08125 26.572243 128.33125 26.572243Q127.70625 26.572243 127.2375 26.900368Q126.78438 27.228493 126.51875 27.759743L126.51875 33.025368L125.25313 33.025368L125.25313 25.634743L126.45625 25.634743ZM132.95625 29.259743Q132.95625 27.540993 133.75313 26.525368Q134.55 25.494118 135.87813 25.494118Q137.22188 25.494118 137.9875 26.447243L138.05 25.634743L139.20625 25.634743L139.20625 32.853493Q139.20625 34.290993 138.34688 35.103493Q137.50313 35.931618 136.06563 35.931618Q135.26875 35.931618 134.50313 35.587868Q133.7375 35.259743 133.33125 34.665993L133.9875 33.900368Q134.8 34.900368 135.97188 34.900368Q136.89375 34.900368 137.40938 34.384743Q137.94063 33.869118 137.94063 32.915993L137.94063 32.290993Q137.175 33.165993 135.8625 33.165993Q134.56563 33.165993 133.75313 32.119118Q132.95625 31.072243 132.95625 29.259743ZM134.22188 29.415993Q134.22188 30.665993 134.7375 31.384743Q135.25313 32.087868 136.175 32.087868Q137.37813 32.087868 137.94063 30.994118L137.94063 27.619118Q137.34688 26.572243 136.19063 26.572243Q135.26875 26.572243 134.7375 27.290993Q134.22188 27.994118 134.22188 29.415993ZM150.50313 29.415993Q150.50313 31.103493 149.72188 32.134743Q148.95625 33.165993 147.64375 33.165993Q146.3 33.165993 145.51875 32.306618L145.51875 35.869118L144.25313 35.869118L144.25313 25.634743L145.40938 25.634743L145.47188 26.447243Q146.25313 25.494118 147.62813 25.494118Q148.95625 25.494118 149.72188 26.494118Q150.50313 27.494118 150.50313 29.290993L150.50313 29.415993ZM149.2375 29.259743Q149.2375 28.009743 148.70625 27.290993Q148.175 26.572243 147.2375 26.572243Q146.09688 26.572243 145.51875 27.587868L145.51875 31.119118Q146.09688 32.134743 147.25313 32.134743Q148.175 32.134743 148.70625 31.415993Q149.2375 30.681618 149.2375 29.259743ZM155.83125 26.759743Q155.55 26.712868 155.20625 26.712868Q153.97188 26.712868 153.51875 27.775368L153.51875 33.025368L152.25313 33.025368L152.25313 25.634743L153.4875 25.634743L153.50313 26.478493Q154.12813 25.494118 155.26875 25.494118Q155.64375 25.494118 155.83125 25.587868L155.83125 26.759743ZM156.925 29.259743Q156.925 28.165993 157.34688 27.306618Q157.78438 26.431618 158.53438 25.962868Q159.3 25.494118 160.28438 25.494118Q161.78438 25.494118 162.72188 26.540993Q163.65938 27.587868 163.65938 29.322243L163.65938 29.415993Q163.65938 30.494118 163.2375 31.353493Q162.83125 32.197243 162.05 32.681618Q161.28438 33.165993 160.3 33.165993Q158.78438 33.165993 157.84688 32.119118Q156.925 31.072243 156.925 29.353493L156.925 29.259743ZM158.19063 29.415993Q158.19063 30.634743 158.75313 31.384743Q159.33125 32.134743 160.3 32.134743Q161.25313 32.134743 161.81563 31.384743Q162.39375 30.619118 162.39375 29.259743Q162.39375 28.040993 161.81563 27.290993Q161.2375 26.525368 160.28438 26.525368Q159.34688 26.525368 158.76875 27.275368Q158.19063 28.025368 158.19063 29.415993ZM164.95625 29.259743Q164.95625 27.540993 165.75313 26.525368Q166.55 25.494118 167.87813 25.494118Q169.22188 25.494118 169.9875 26.447243L170.05 25.634743L171.20625 25.634743L171.20625 32.853493Q171.20625 34.290993 170.34688 35.103493Q169.50313 35.931618 168.06563 35.931618Q167.26875 35.931618 166.50313 35.587868Q165.7375 35.259743 165.33125 34.665993L165.9875 33.900368Q166.8 34.900368 167.97188 34.900368Q168.89375 34.900368 169.40938 34.384743Q169.94063 33.869118 169.94063 32.915993L169.94063 32.290993Q169.175 33.165993 167.8625 33.165993Q166.56563 33.165993 165.75313 32.119118Q164.95625 31.072243 164.95625 29.259743ZM166.22188 29.415993Q166.22188 30.665993 166.7375 31.384743Q167.25313 32.087868 168.175 32.087868Q169.37813 32.087868 169.94063 30.994118L169.94063 27.619118Q169.34688 26.572243 168.19063 26.572243Q167.26875 26.572243 166.7375 27.290993Q166.22188 27.994118 166.22188 29.415993ZM176.83125 26.759743Q176.55 26.712868 176.20625 26.712868Q174.97188 26.712868 174.51875 27.775368L174.51875 33.025368L173.25313 33.025368L173.25313 25.634743L174.4875 25.634743L174.50313 26.478493Q175.12813 25.494118 176.26875 25.494118Q176.64375 25.494118 176.83125 25.587868L176.83125 26.759743ZM182.83125 33.025368Q182.72188 32.806618 182.64375 32.244118Q181.76875 33.165993 180.53438 33.165993Q179.44063 33.165993 178.7375 32.556618Q178.05 31.931618 178.05 30.978493Q178.05 29.822243 178.925 29.181618Q179.8 28.540993 181.39375 28.540993L182.62813 28.540993L182.62813 27.962868Q182.62813 27.290993 182.22188 26.900368Q181.83125 26.509743 181.06563 26.509743Q180.37813 26.509743 179.925 26.853493Q179.47188 27.197243 179.47188 27.681618L178.19063 27.681618Q178.19063 27.119118 178.58125 26.603493Q178.9875 26.087868 179.65938 25.790993Q180.33125 25.494118 181.12813 25.494118Q182.40938 25.494118 183.12813 26.134743Q183.8625 26.775368 183.89375 27.884743L183.89375 31.290993Q183.89375 32.306618 184.14375 32.915993L184.14375 33.025368L182.83125 33.025368ZM180.72188 32.056618Q181.31563 32.056618 181.84688 31.759743Q182.39375 31.447243 182.62813 30.947243L182.62813 29.431618L181.62813 29.431618Q179.31563 29.431618 179.31563 30.790993Q179.31563 31.384743 179.70625 31.728493Q180.09688 32.056618 180.72188 32.056618ZM187.44063 25.634743L187.4875 26.447243Q188.3 25.494118 189.675 25.494118Q191.22188 25.494118 191.78438 26.681618Q192.15938 26.150368 192.75313 25.822243Q193.34688 25.494118 194.14375 25.494118Q196.58125 25.494118 196.62813 28.072243L196.62813 33.025368L195.3625 33.025368L195.3625 28.150368Q195.3625 27.353493 194.9875 26.962868Q194.62813 26.572243 193.78438 26.572243Q193.06563 26.572243 192.59688 26.994118Q192.14375 27.400368 192.06563 28.119118L192.06563 33.025368L190.8 33.025368L190.8 28.181618Q190.8 26.572243 189.22188 26.572243Q187.97188 26.572243 187.51875 27.619118L187.51875 33.025368L186.25313 33.025368L186.25313 25.634743L187.44063 25.634743ZM199.44063 25.634743L199.4875 26.447243Q200.3 25.494118 201.675 25.494118Q203.22188 25.494118 203.78438 26.681618Q204.15938 26.150368 204.75313 25.822243Q205.34688 25.494118 206.14375 25.494118Q208.58125 25.494118 208.62813 28.072243L208.62813 33.025368L207.3625 33.025368L207.3625 28.150368Q207.3625 27.353493 206.9875 26.962868Q206.62813 26.572243 205.78438 26.572243Q205.06563 26.572243 204.59688 26.994118Q204.14375 27.400368 204.06563 28.119118L204.06563 33.025368L202.8 33.025368L202.8 28.181618Q202.8 26.572243 201.22188 26.572243Q199.97188 26.572243 199.51875 27.619118L199.51875 33.025368L198.25313 33.025368L198.25313 25.634743L199.44063 25.634743ZM211.62813 33.025368L210.3625 33.025368L210.3625 25.634743L211.62813 25.634743L211.62813 33.025368ZM210.26875 23.665993Q210.26875 23.353493 210.45625 23.150368Q210.64375 22.931618 211.00313 22.931618Q211.37813 22.931618 211.56563 23.150368Q211.76875 23.353493 211.76875 23.665993Q211.76875 23.978493 211.56563 24.181618Q211.37813 24.384743 211.00313 24.384743Q210.64375 24.384743 210.45625 24.181618Q210.26875 23.978493 210.26875 23.665993ZM214.45625 25.634743L214.4875 26.556618Q215.34688 25.494118 216.70625 25.494118Q219.05 25.494118 219.08125 28.134743L219.08125 33.025368L217.81563 33.025368L217.81563 28.134743Q217.8 27.337868 217.44063 26.962868Q217.08125 26.572243 216.33125 26.572243Q215.70625 26.572243 215.2375 26.900368Q214.78438 27.228493 214.51875 27.759743L214.51875 33.025368L213.25313 33.025368L213.25313 25.634743L214.45625 25.634743ZM220.95625 29.259743Q220.95625 27.540993 221.75313 26.525368Q222.55 25.494118 223.87813 25.494118Q225.22188 25.494118 225.9875 26.447243L226.05 25.634743L227.20625 25.634743L227.20625 32.853493Q227.20625 34.290993 226.34688 35.103493Q225.50313 35.931618 224.06563 35.931618Q223.26875 35.931618 222.50313 35.587868Q221.7375 35.259743 221.33125 34.665993L221.9875 33.900368Q222.8 34.900368 223.97188 34.900368Q224.89375 34.900368 225.40938 34.384743Q225.94063 33.869118 225.94063 32.915993L225.94063 32.290993Q225.175 33.165993 223.8625 33.165993Q222.56563 33.165993 221.75313 32.119118Q220.95625 31.072243 220.95625 29.259743ZM222.22188 29.415993Q222.22188 30.665993 222.7375 31.384743Q223.25313 32.087868 224.175 32.087868Q225.37813 32.087868 225.94063 30.994118L225.94063 27.619118Q225.34688 26.572243 224.19063 26.572243Q223.26875 26.572243 222.7375 27.290993Q222.22188 27.994118 222.22188 29.415993ZM233.62813 33.025368L232.3625 33.025368L232.3625 22.525368L233.62813 22.525368L233.62813 33.025368ZM239.83125 33.025368Q239.72188 32.806618 239.64375 32.244118Q238.76875 33.165993 237.53438 33.165993Q236.44063 33.165993 235.7375 32.556618Q235.05 31.931618 235.05 30.978493Q235.05 29.822243 235.925 29.181618Q236.8 28.540993 238.39375 28.540993L239.62813 28.540993L239.62813 27.962868Q239.62813 27.290993 239.22188 26.900368Q238.83125 26.509743 238.06563 26.509743Q237.37813 26.509743 236.925 26.853493Q236.47188 27.197243 236.47188 27.681618L235.19063 27.681618Q235.19063 27.119118 235.58125 26.603493Q235.9875 26.087868 236.65938 25.790993Q237.33125 25.494118 238.12813 25.494118Q239.40938 25.494118 240.12813 26.134743Q240.8625 26.775368 240.89375 27.884743L240.89375 31.290993Q240.89375 32.306618 241.14375 32.915993L241.14375 33.025368L239.83125 33.025368ZM237.72188 32.056618Q238.31563 32.056618 238.84688 31.759743Q239.39375 31.447243 239.62813 30.947243L239.62813 29.431618L238.62813 29.431618Q236.31563 29.431618 236.31563 30.790993Q236.31563 31.384743 236.70625 31.728493Q237.09688 32.056618 237.72188 32.056618ZM244.45625 25.634743L244.4875 26.556618Q245.34688 25.494118 246.70625 25.494118Q249.05 25.494118 249.08125 28.134743L249.08125 33.025368L247.81563 33.025368L247.81563 28.134743Q247.8 27.337868 247.44063 26.962868Q247.08125 26.572243 246.33125 26.572243Q245.70625 26.572243 245.2375 26.900368Q244.78438 27.228493 244.51875 27.759743L244.51875 33.025368L243.25313 33.025368L243.25313 25.634743L244.45625 25.634743ZM250.95625 29.259743Q250.95625 27.540993 251.75313 26.525368Q252.55 25.494118 253.87813 25.494118Q255.22188 25.494118 255.9875 26.447243L256.05 25.634743L257.20624 25.634743L257.20624 32.853493Q257.20624 34.290993 256.34686 35.103493Q255.50313 35.931618 254.06563 35.931618Q253.26875 35.931618 252.50313 35.587868Q251.7375 35.259743 251.33125 34.665993L251.9875 33.900368Q252.8 34.900368 253.97188 34.900368Q254.89375 34.900368 255.40938 34.384743Q255.94063 33.869118 255.94063 32.915993L255.94063 32.290993Q255.175 33.165993 253.8625 33.165993Q252.56563 33.165993 251.75313 32.119118Q250.95625 31.072243 250.95625 29.259743ZM252.22188 29.415993Q252.22188 30.665993 252.7375 31.384743Q253.25313 32.087868 254.175 32.087868Q255.37813 32.087868 255.94063 30.994118L255.94063 27.619118Q255.34688 26.572243 254.19063 26.572243Q253.26875 26.572243 252.7375 27.290993Q252.22188 27.994118 252.22188 29.415993ZM263.83124 32.290993Q263.08124 33.165993 261.65936 33.165993Q260.47186 33.165993 259.84686 32.478493Q259.2375 31.790993 259.2375 30.447243L259.2375 25.634743L260.4875 25.634743L260.4875 30.400368Q260.4875 32.087868 261.8625 32.087868Q263.3156 32.087868 263.78436 31.009743L263.78436 25.634743L265.05 25.634743L265.05 33.025368L263.84686 33.025368L263.83124 32.290993ZM271.83124 33.025368Q271.72186 32.806618 271.64374 32.244118Q270.76874 33.165993 269.53436 33.165993Q268.4406 33.165993 267.7375 32.556618Q267.05 31.931618 267.05 30.978493Q267.05 29.822243 267.925 29.181618Q268.8 28.540993 270.39374 28.540993L271.6281 28.540993L271.6281 27.962868Q271.6281 27.290993 271.22186 26.900368Q270.83124 26.509743 270.0656 26.509743Q269.3781 26.509743 268.925 26.853493Q268.47186 27.197243 268.47186 27.681618L267.1906 27.681618Q267.1906 27.119118 267.58124 26.603493Q267.9875 26.087868 268.65936 25.790993Q269.33124 25.494118 270.1281 25.494118Q271.40936 25.494118 272.1281 26.134743Q272.8625 26.775368 272.89374 27.884743L272.89374 31.290993Q272.89374 32.306618 273.14374 32.915993L273.14374 33.025368L271.83124 33.025368ZM269.72186 32.056618Q270.3156 32.056618 270.84686 31.759743Q271.39374 31.447243 271.6281 30.947243L271.6281 29.431618L270.6281 29.431618Q268.3156 29.431618 268.3156 30.790993Q268.3156 31.384743 268.70624 31.728493Q269.09686 32.056618 269.72186 32.056618ZM274.95624 29.259743Q274.95624 27.540993 275.7531 26.525368Q276.55 25.494118 277.8781 25.494118Q279.22186 25.494118 279.9875 26.447243L280.05 25.634743L281.20624 25.634743L281.20624 32.853493Q281.20624 34.290993 280.34686 35.103493Q279.5031 35.931618 278.0656 35.931618Q277.26874 35.931618 276.5031 35.587868Q275.7375 35.259743 275.33124 34.665993L275.9875 33.900368Q276.8 34.900368 277.97186 34.900368Q278.89374 34.900368 279.40936 34.384743Q279.9406 33.869118 279.9406 32.915993L279.9406 32.290993Q279.175 33.165993 277.8625 33.165993Q276.5656 33.165993 275.7531 32.119118Q274.95624 31.072243 274.95624 29.259743ZM276.22186 29.415993Q276.22186 30.665993 276.7375 31.384743Q277.2531 32.087868 278.175 32.087868Q279.3781 32.087868 279.9406 30.994118L279.9406 27.619118Q279.34686 26.572243 278.1906 26.572243Q277.26874 26.572243 276.7375 27.290993Q276.22186 27.994118 276.22186 29.415993ZM286.33124 33.165993Q284.8156 33.165993 283.8781 32.181618Q282.9406 31.181618 282.9406 29.525368L282.9406 29.306618Q282.9406 28.197243 283.3625 27.337868Q283.78436 26.462868 284.53436 25.978493Q285.28436 25.494118 286.175 25.494118Q287.6125 25.494118 288.40936 26.447243Q289.20624 27.384743 289.20624 29.165993L289.20624 29.681618L284.20624 29.681618Q284.22186 30.775368 284.83124 31.462868Q285.45624 32.134743 286.39374 32.134743Q287.0656 32.134743 287.51874 31.869118Q287.9875 31.587868 288.34686 31.134743L289.1125 31.728493Q288.1906 33.165993 286.33124 33.165993ZM286.175 26.525368Q285.40936 26.525368 284.8781 27.087868Q284.3625 27.650368 284.2375 28.650368L287.9406 28.650368L287.9406 28.556618Q287.89374 27.587868 287.425 27.056618Q286.95624 26.525368 286.175 26.525368ZM294.5656 31.056618Q294.5656 30.556618 294.175 30.275368Q293.78436 29.978493 292.83124 29.775368Q291.8781 29.572243 291.3 29.290993Q290.7375 28.994118 290.47186 28.603493Q290.20624 28.212868 290.20624 27.665993Q290.20624 26.744118 290.97186 26.119118Q291.7375 25.494118 292.9406 25.494118Q294.1906 25.494118 294.97186 26.150368Q295.7531 26.790993 295.7531 27.806618L294.4875 27.806618Q294.4875 27.275368 294.05 26.900368Q293.6125 26.525368 292.9406 26.525368Q292.2531 26.525368 291.8625 26.837868Q291.47186 27.134743 291.47186 27.619118Q291.47186 28.072243 291.83124 28.306618Q292.1906 28.540993 293.1281 28.759743Q294.08124 28.962868 294.675 29.259743Q295.26874 29.556618 295.55 29.978493Q295.83124 30.384743 295.83124 30.978493Q295.83124 31.962868 295.03436 32.572243Q294.2375 33.165993 292.97186 33.165993Q292.09686 33.165993 291.40936 32.853493Q290.72186 32.525368 290.33124 31.962868Q289.95624 31.400368 289.95624 30.744118L291.22186 30.744118Q291.2531 31.384743 291.72186 31.759743Q292.20624 32.134743 292.97186 32.134743Q293.6906 32.134743 294.1281 31.837868Q294.5656 31.540993 294.5656 31.056618ZM301.6281 33.025368L300.3625 33.025368L300.3625 25.634743L301.6281 25.634743L301.6281 33.025368ZM300.26874 23.665993Q300.26874 23.353493 300.45624 23.150368Q300.64374 22.931618 301.0031 22.931618Q301.3781 22.931618 301.5656 23.150368Q301.76874 23.353493 301.76874 23.665993Q301.76874 23.978493 301.5656 24.181618Q301.3781 24.384743 301.0031 24.384743Q300.64374 24.384743 300.45624 24.181618Q300.26874 23.978493 300.26874 23.665993ZM304.45624 25.634743L304.4875 26.556618Q305.34686 25.494118 306.70624 25.494118Q309.05 25.494118 309.08124 28.134743L309.08124 33.025368L307.8156 33.025368L307.8156 28.134743Q307.8 27.337868 307.4406 26.962868Q307.08124 26.572243 306.33124 26.572243Q305.70624 26.572243 305.2375 26.900368Q304.78436 27.228493 304.51874 27.759743L304.51874 33.025368L303.2531 33.025368L303.2531 25.634743L304.45624 25.634743ZM315.97186 23.837868L315.97186 25.634743L317.34686 25.634743L317.34686 26.603493L315.97186 26.603493L315.97186 31.197243Q315.97186 31.634743 316.15936 31.869118Q316.34686 32.087868 316.78436 32.087868Q317.0031 32.087868 317.39374 31.994118L317.39374 33.025368Q316.89374 33.165993 316.425 33.165993Q315.5656 33.165993 315.1281 32.650368Q314.70624 32.134743 314.70624 31.197243L314.70624 26.603493L313.3625 26.603493L313.3625 25.634743L314.70624 25.634743L314.70624 23.837868L315.97186 23.837868ZM322.33124 33.165993Q320.8156 33.165993 319.8781 32.181618Q318.9406 31.181618 318.9406 29.525368L318.9406 29.306618Q318.9406 28.197243 319.3625 27.337868Q319.78436 26.462868 320.53436 25.978493Q321.28436 25.494118 322.175 25.494118Q323.6125 25.494118 324.40936 26.447243Q325.20624 27.384743 325.20624 29.165993L325.20624 29.681618L320.20624 29.681618Q320.22186 30.775368 320.83124 31.462868Q321.45624 32.134743 322.39374 32.134743Q323.0656 32.134743 323.51874 31.869118Q323.9875 31.587868 324.34686 31.134743L325.1125 31.728493Q324.1906 33.165993 322.33124 33.165993ZM322.175 26.525368Q321.40936 26.525368 320.8781 27.087868Q320.3625 27.650368 320.2375 28.650368L323.9406 28.650368L323.9406 28.556618Q323.89374 27.587868 323.425 27.056618Q322.95624 26.525368 322.175 26.525368ZM329.83124 26.759743Q329.55 26.712868 329.20624 26.712868Q327.97186 26.712868 327.51874 27.775368L327.51874 33.025368L326.2531 33.025368L326.2531 25.634743L327.4875 25.634743L327.5031 26.478493Q328.1281 25.494118 329.26874 25.494118Q329.64374 25.494118 329.83124 25.587868L329.83124 26.759743ZM332.4406 25.634743L332.4875 26.447243Q333.3 25.494118 334.675 25.494118Q336.22186 25.494118 336.78436 26.681618Q337.15936 26.150368 337.7531 25.822243Q338.34686 25.494118 339.14374 25.494118Q341.58124 25.494118 341.6281 28.072243L341.6281 33.025368L340.3625 33.025368L340.3625 28.150368Q340.3625 27.353493 339.9875 26.962868Q339.6281 26.572243 338.78436 26.572243Q338.0656 26.572243 337.59686 26.994118Q337.14374 27.400368 337.0656 28.119118L337.0656 33.025368L335.8 33.025368L335.8 28.181618Q335.8 26.572243 334.22186 26.572243Q332.97186 26.572243 332.51874 27.619118L332.51874 33.025368L331.2531 33.025368L331.2531 25.634743L332.4406 25.634743ZM347.5656 31.056618Q347.5656 30.556618 347.175 30.275368Q346.78436 29.978493 345.83124 29.775368Q344.8781 29.572243 344.3 29.290993Q343.7375 28.994118 343.47186 28.603493Q343.20624 28.212868 343.20624 27.665993Q343.20624 26.744118 343.97186 26.119118Q344.7375 25.494118 345.9406 25.494118Q347.1906 25.494118 347.97186 26.150368Q348.7531 26.790993 348.7531 27.806618L347.4875 27.806618Q347.4875 27.275368 347.05 26.900368Q346.6125 26.525368 345.9406 26.525368Q345.2531 26.525368 344.8625 26.837868Q344.47186 27.134743 344.47186 27.619118Q344.47186 28.072243 344.83124 28.306618Q345.1906 28.540993 346.1281 28.759743Q347.08124 28.962868 347.675 29.259743Q348.26874 29.556618 348.55 29.978493Q348.83124 30.384743 348.83124 30.978493Q348.83124 31.962868 348.03436 32.572243Q347.2375 33.165993 345.97186 33.165993Q345.09686 33.165993 344.40936 32.853493Q343.72186 32.525368 343.33124 31.962868Q342.95624 31.400368 342.95624 30.744118L344.22186 30.744118Q344.2531 31.384743 344.72186 31.759743Q345.20624 32.134743 345.97186 32.134743Q346.6906 32.134743 347.1281 31.837868Q347.5656 31.540993 347.5656 31.056618ZM352.925 29.259743Q352.925 28.165993 353.34686 27.306618Q353.78436 26.431618 354.53436 25.962868Q355.3 25.494118 356.28436 25.494118Q357.78436 25.494118 358.72186 26.540993Q359.65936 27.587868 359.65936 29.322243L359.65936 29.415993Q359.65936 30.494118 359.2375 31.353493Q358.83124 32.197243 358.05 32.681618Q357.28436 33.165993 356.3 33.165993Q354.78436 33.165993 353.84686 32.119118Q352.925 31.072243 352.925 29.353493L352.925 29.259743ZM354.1906 29.415993Q354.1906 30.634743 354.7531 31.384743Q355.33124 32.134743 356.3 32.134743Q357.2531 32.134743 357.8156 31.384743Q358.39374 30.619118 358.39374 29.259743Q358.39374 28.040993 357.8156 27.290993Q357.2375 26.525368 356.28436 26.525368Q355.34686 26.525368 354.76874 27.275368Q354.1906 28.025368 354.1906 29.415993ZM361.8781 33.025368L361.8781 26.603493L360.70624 26.603493L360.70624 25.634743L361.8781 25.634743L361.8781 24.869118Q361.8781 23.681618 362.5031 23.040993Q363.14374 22.384743 364.3156 22.384743Q364.7531 22.384743 365.175 22.494118L365.1125 23.525368Q364.78436 23.462868 364.425 23.462868Q363.8156 23.462868 363.47186 23.822243Q363.14374 24.181618 363.14374 24.853493L363.14374 25.634743L364.72186 25.634743L364.72186 26.603493L363.14374 26.603493L363.14374 33.025368L361.8781 33.025368ZM371.675 31.165993L373.39374 25.634743L374.7531 25.634743L371.78436 34.165993Q371.09686 36.009743 369.58124 36.009743L369.34686 35.994118L368.8781 35.900368L368.8781 34.884743L369.22186 34.900368Q369.8625 34.900368 370.22186 34.634743Q370.58124 34.384743 370.8156 33.697243L371.09686 32.947243L368.45624 25.634743L369.83124 25.634743L371.675 31.165993ZM375.925 29.259743Q375.925 28.165993 376.34686 27.306618Q376.78436 26.431618 377.53436 25.962868Q378.3 25.494118 379.28436 25.494118Q380.78436 25.494118 381.72186 26.540993Q382.65936 27.587868 382.65936 29.322243L382.65936 29.415993Q382.65936 30.494118 382.2375 31.353493Q381.83124 32.197243 381.05 32.681618Q380.28436 33.165993 379.3 33.165993Q377.78436 33.165993 376.84686 32.119118Q375.925 31.072243 375.925 29.353493L375.925 29.259743ZM377.1906 29.415993Q377.1906 30.634743 377.7531 31.384743Q378.33124 32.134743 379.3 32.134743Q380.2531 32.134743 380.8156 31.384743Q381.39374 30.619118 381.39374 29.259743Q381.39374 28.040993 380.8156 27.290993Q380.2375 26.525368 379.28436 26.525368Q378.34686 26.525368 377.76874 27.275368Q377.1906 28.025368 377.1906 29.415993ZM388.83124 32.290993Q388.08124 33.165993 386.65936 33.165993Q385.47186 33.165993 384.84686 32.478493Q384.2375 31.790993 384.2375 30.447243L384.2375 25.634743L385.4875 25.634743L385.4875 30.400368Q385.4875 32.087868 386.8625 32.087868Q388.3156 32.087868 388.78436 31.009743L388.78436 25.634743L390.05 25.634743L390.05 33.025368L388.84686 33.025368L388.83124 32.290993ZM395.83124 26.759743Q395.55 26.712868 395.20624 26.712868Q393.97186 26.712868 393.51874 27.775368L393.51874 33.025368L392.2531 33.025368L392.2531 25.634743L393.4875 25.634743L393.5031 26.478493Q394.1281 25.494118 395.26874 25.494118Q395.64374 25.494118 395.83124 25.587868L395.83124 26.759743ZM406.5031 29.415993Q406.5031 31.103493 405.72186 32.134743Q404.95624 33.165993 403.64374 33.165993Q402.3 33.165993 401.51874 32.306618L401.51874 35.869118L400.2531 35.869118L400.2531 25.634743L401.40936 25.634743L401.47186 26.447243Q402.2531 25.494118 403.6281 25.494118Q404.95624 25.494118 405.72186 26.494118Q406.5031 27.494118 406.5031 29.290993L406.5031 29.415993ZM405.2375 29.259743Q405.2375 28.009743 404.70624 27.290993Q404.175 26.572243 403.2375 26.572243Q402.09686 26.572243 401.51874 27.587868L401.51874 31.119118Q402.09686 32.134743 403.2531 32.134743Q404.175 32.134743 404.70624 31.415993Q405.2375 30.681618 405.2375 29.259743ZM411.83124 26.759743Q411.55 26.712868 411.20624 26.712868Q409.97186 26.712868 409.51874 27.775368L409.51874 33.025368L408.2531 33.025368L408.2531 25.634743L409.4875 25.634743L409.5031 26.478493Q410.1281 25.494118 411.26874 25.494118Q411.64374 25.494118 411.83124 25.587868L411.83124 26.759743ZM416.33124 33.165993Q414.8156 33.165993 413.8781 32.181618Q412.9406 31.181618 412.9406 29.525368L412.9406 29.306618Q412.9406 28.197243 413.3625 27.337868Q413.78436 26.462868 414.53436 25.978493Q415.28436 25.494118 416.175 25.494118Q417.6125 25.494118 418.40936 26.447243Q419.20624 27.384743 419.20624 29.165993L419.20624 29.681618L414.20624 29.681618Q414.22186 30.775368 414.83124 31.462868Q415.45624 32.134743 416.39374 32.134743Q417.0656 32.134743 417.51874 31.869118Q417.9875 31.587868 418.34686 31.134743L419.1125 31.728493Q418.1906 33.165993 416.33124 33.165993ZM416.175 26.525368Q415.40936 26.525368 414.8781 27.087868Q414.3625 27.650368 414.2375 28.650368L417.9406 28.650368L417.9406 28.556618Q417.89374 27.587868 417.425 27.056618Q416.95624 26.525368 416.175 26.525368ZM420.8781 33.025368L420.8781 26.603493L419.70624 26.603493L419.70624 25.634743L420.8781 25.634743L420.8781 24.869118Q420.8781 23.681618 421.5031 23.040993Q422.14374 22.384743 423.3156 22.384743Q423.7531 22.384743 424.175 22.494118L424.1125 23.525368Q423.78436 23.462868 423.425 23.462868Q422.8156 23.462868 422.47186 23.822243Q422.14374 24.181618 422.14374 24.853493L422.14374 25.634743L423.72186 25.634743L423.72186 26.603493L422.14374 26.603493L422.14374 33.025368L420.8781 33.025368ZM428.33124 33.165993Q426.8156 33.165993 425.8781 32.181618Q424.9406 31.181618 424.9406 29.525368L424.9406 29.306618Q424.9406 28.197243 425.3625 27.337868Q425.78436 26.462868 426.53436 25.978493Q427.28436 25.494118 428.175 25.494118Q429.6125 25.494118 430.40936 26.447243Q431.20624 27.384743 431.20624 29.165993L431.20624 29.681618L426.20624 29.681618Q426.22186 30.775368 426.83124 31.462868Q427.45624 32.134743 428.39374 32.134743Q429.0656 32.134743 429.51874 31.869118Q429.9875 31.587868 430.34686 31.134743L431.1125 31.728493Q430.1906 33.165993 428.33124 33.165993ZM428.175 26.525368Q427.40936 26.525368 426.8781 27.087868Q426.3625 27.650368 426.2375 28.650368L429.9406 28.650368L429.9406 28.556618Q429.89374 27.587868 429.425 27.056618Q428.95624 26.525368 428.175 26.525368ZM435.83124 26.759743Q435.55 26.712868 435.20624 26.712868Q433.97186 26.712868 433.51874 27.775368L433.51874 33.025368L432.2531 33.025368L432.2531 25.634743L433.4875 25.634743L433.5031 26.478493Q434.1281 25.494118 435.26874 25.494118Q435.64374 25.494118 435.83124 25.587868L435.83124 26.759743ZM440.33124 33.165993Q438.8156 33.165993 437.8781 32.181618Q436.9406 31.181618 436.9406 29.525368L436.9406 29.306618Q436.9406 28.197243 437.3625 27.337868Q437.78436 26.462868 438.53436 25.978493Q439.28436 25.494118 440.175 25.494118Q441.6125 25.494118 442.40936 26.447243Q443.20624 27.384743 443.20624 29.165993L443.20624 29.681618L438.20624 29.681618Q438.22186 30.775368 438.83124 31.462868Q439.45624 32.134743 440.39374 32.134743Q441.0656 32.134743 441.51874 31.869118Q441.9875 31.587868 442.34686 31.134743L443.1125 31.728493Q442.1906 33.165993 440.33124 33.165993ZM440.175 26.525368Q439.40936 26.525368 438.8781 27.087868Q438.3625 27.650368 438.2375 28.650368L441.9406 28.650368L441.9406 28.556618Q441.89374 27.587868 441.425 27.056618Q440.95624 26.525368 440.175 26.525368ZM445.45624 25.634743L445.4875 26.556618Q446.34686 25.494118 447.70624 25.494118Q450.05 25.494118 450.08124 28.134743L450.08124 33.025368L448.8156 33.025368L448.8156 28.134743Q448.8 27.337868 448.4406 26.962868Q448.08124 26.572243 447.33124 26.572243Q446.70624 26.572243 446.2375 26.900368Q445.78436 27.228493 445.51874 27.759743L445.51874 33.025368L444.2531 33.025368L444.2531 25.634743L445.45624 25.634743ZM455.22186 32.134743Q455.89374 32.134743 456.39374 31.728493Q456.90936 31.306618 456.97186 30.697243L458.15936 30.697243Q458.1281 31.322243 457.72186 31.900368Q457.3156 32.478493 456.64374 32.822243Q455.97186 33.165993 455.22186 33.165993Q453.70624 33.165993 452.8156 32.165993Q451.925 31.150368 451.925 29.400368L451.925 29.181618Q451.925 28.103493 452.3156 27.259743Q452.72186 26.415993 453.45624 25.962868Q454.20624 25.494118 455.22186 25.494118Q456.45624 25.494118 457.28436 26.244118Q458.1125 26.978493 458.15936 28.165993L456.97186 28.165993Q456.90936 27.447243 456.425 26.994118Q455.9406 26.525368 455.22186 26.525368Q454.2531 26.525368 453.72186 27.228493Q453.1906 27.915993 453.1906 29.228493L453.1906 29.462868Q453.1906 30.744118 453.72186 31.447243Q454.2531 32.134743 455.22186 32.134743ZM462.33124 33.165993Q460.8156 33.165993 459.8781 32.181618Q458.9406 31.181618 458.9406 29.525368L458.9406 29.306618Q458.9406 28.197243 459.3625 27.337868Q459.78436 26.462868 460.53436 25.978493Q461.28436 25.494118 462.175 25.494118Q463.6125 25.494118 464.40936 26.447243Q465.20624 27.384743 465.20624 29.165993L465.20624 29.681618L460.20624 29.681618Q460.22186 30.775368 460.83124 31.462868Q461.45624 32.134743 462.39374 32.134743Q463.0656 32.134743 463.51874 31.869118Q463.9875 31.587868 464.34686 31.134743L465.1125 31.728493Q464.1906 33.165993 462.33124 33.165993ZM462.175 26.525368Q461.40936 26.525368 460.8781 27.087868Q460.3625 27.650368 460.2375 28.650368L463.9406 28.650368L463.9406 28.556618Q463.89374 27.587868 463.425 27.056618Q462.95624 26.525368 462.175 26.525368ZM469.20624 28.978493Q469.20624 27.447243 469.6125 26.025368Q470.03436 24.603493 470.84686 23.447243Q471.675 22.275368 472.5656 21.790993L472.8156 22.634743Q471.8156 23.400368 471.175 24.978493Q470.55 26.540993 470.4875 28.478493L470.47186 29.072243Q470.47186 31.712868 471.4406 33.650368Q472.01874 34.806618 472.8156 35.462868L472.5656 36.244118Q471.64374 35.728493 470.8156 34.540993Q469.20624 32.212868 469.20624 28.978493ZM477.22186 32.134743Q477.89374 32.134743 478.39374 31.728493Q478.90936 31.306618 478.97186 30.697243L480.15936 30.697243Q480.1281 31.322243 479.72186 31.900368Q479.3156 32.478493 478.64374 32.822243Q477.97186 33.165993 477.22186 33.165993Q475.70624 33.165993 474.8156 32.165993Q473.925 31.150368 473.925 29.400368L473.925 29.181618Q473.925 28.103493 474.3156 27.259743Q474.72186 26.415993 475.45624 25.962868Q476.20624 25.494118 477.22186 25.494118Q478.45624 25.494118 479.28436 26.244118Q480.1125 26.978493 480.15936 28.165993L478.97186 28.165993Q478.90936 27.447243 478.425 26.994118Q477.9406 26.525368 477.22186 26.525368Q476.2531 26.525368 475.72186 27.228493Q475.1906 27.915993 475.1906 29.228493L475.1906 29.462868Q475.1906 30.744118 475.72186 31.447243Q476.2531 32.134743 477.22186 32.134743ZM482.51874 26.525368Q483.3625 25.494118 484.70624 25.494118Q487.05 25.494118 487.08124 28.134743L487.08124 33.025368L485.8156 33.025368L485.8156 28.134743Q485.8 27.337868 485.4406 26.962868Q485.08124 26.572243 484.33124 26.572243Q483.70624 26.572243 483.2375 26.900368Q482.78436 27.228493 482.51874 27.759743L482.51874 33.025368L481.2531 33.025368L481.2531 22.525368L482.51874 22.525368L482.51874 26.525368ZM488.925 29.259743Q488.925 28.165993 489.34686 27.306618Q489.78436 26.431618 490.53436 25.962868Q491.3 25.494118 492.28436 25.494118Q493.78436 25.494118 494.72186 26.540993Q495.65936 27.587868 495.65936 29.322243L495.65936 29.415993Q495.65936 30.494118 495.2375 31.353493Q494.83124 32.197243 494.05 32.681618Q493.28436 33.165993 492.3 33.165993Q490.78436 33.165993 489.84686 32.119118Q488.925 31.072243 488.925 29.353493L488.925 29.259743ZM490.1906 29.415993Q490.1906 30.634743 490.7531 31.384743Q491.33124 32.134743 492.3 32.134743Q493.2531 32.134743 493.8156 31.384743Q494.39374 30.619118 494.39374 29.259743Q494.39374 28.040993 493.8156 27.290993Q493.2375 26.525368 492.28436 26.525368Q491.34686 26.525368 490.76874 27.275368Q490.1906 28.025368 490.1906 29.415993ZM496.925 29.259743Q496.925 28.165993 497.34686 27.306618Q497.78436 26.431618 498.53436 25.962868Q499.3 25.494118 500.28436 25.494118Q501.78436 25.494118 502.72186 26.540993Q503.65936 27.587868 503.65936 29.322243L503.65936 29.415993Q503.65936 30.494118 503.2375 31.353493Q502.83124 32.197243 502.05 32.681618Q501.28436 33.165993 500.3 33.165993Q498.78436 33.165993 497.84686 32.119118Q496.925 31.072243 496.925 29.353493L496.925 29.259743ZM498.1906 29.415993Q498.1906 30.634743 498.7531 31.384743Q499.33124 32.134743 500.3 32.134743Q501.2531 32.134743 501.8156 31.384743Q502.39374 30.619118 502.39374 29.259743Q502.39374 28.040993 501.8156 27.290993Q501.2375 26.525368 500.28436 26.525368Q499.34686 26.525368 498.76874 27.275368Q498.1906 28.025368 498.1906 29.415993ZM509.5656 31.056618Q509.5656 30.556618 509.175 30.275368Q508.78436 29.978493 507.83124 29.775368Q506.8781 29.572243 506.3 29.290993Q505.7375 28.994118 505.47186 28.603493Q505.20624 28.212868 505.20624 27.665993Q505.20624 26.744118 505.97186 26.119118Q506.7375 25.494118 507.9406 25.494118Q509.1906 25.494118 509.97186 26.150368Q510.7531 26.790993 510.7531 27.806618L509.4875 27.806618Q509.4875 27.275368 509.05 26.900368Q508.6125 26.525368 507.9406 26.525368Q507.2531 26.525368 506.8625 26.837868Q506.47186 27.134743 506.47186 27.619118Q506.47186 28.072243 506.83124 28.306618Q507.1906 28.540993 508.1281 28.759743Q509.08124 28.962868 509.675 29.259743Q510.26874 29.556618 510.55 29.978493Q510.83124 30.384743 510.83124 30.978493Q510.83124 31.962868 510.03436 32.572243Q509.2375 33.165993 507.97186 33.165993Q507.09686 33.165993 506.40936 32.853493Q505.72186 32.525368 505.33124 31.962868Q504.95624 31.400368 504.95624 30.744118L506.22186 30.744118Q506.2531 31.384743 506.72186 31.759743Q507.20624 32.134743 507.97186 32.134743Q508.6906 32.134743 509.1281 31.837868Q509.5656 31.540993 509.5656 31.056618ZM515.33124 33.165993Q513.8156 33.165993 512.8781 32.181618Q511.9406 31.181618 511.9406 29.525368L511.9406 29.306618Q511.9406 28.197243 512.3625 27.337868Q512.78436 26.462868 513.53436 25.978493Q514.28436 25.494118 515.175 25.494118Q516.6125 25.494118 517.40936 26.447243Q518.20624 27.384743 518.20624 29.165993L518.20624 29.681618L513.20624 29.681618Q513.22186 30.775368 513.83124 31.462868Q514.45624 32.134743 515.39374 32.134743Q516.0656 32.134743 516.51874 31.869118Q516.9875 31.587868 517.34686 31.134743L518.1125 31.728493Q517.1906 33.165993 515.33124 33.165993ZM515.175 26.525368Q514.40936 26.525368 513.8781 27.087868Q513.3625 27.650368 513.2375 28.650368L516.9406 28.650368L516.9406 28.556618Q516.89374 27.587868 516.425 27.056618Q515.95624 26.525368 515.175 26.525368ZM526.83124 32.290993Q526.08124 33.165993 524.65936 33.165993Q523.47186 33.165993 522.84686 32.478493Q522.2375 31.790993 522.2375 30.447243L522.2375 25.634743L523.4875 25.634743L523.4875 30.400368Q523.4875 32.087868 524.8625 32.087868Q526.3156 32.087868 526.78436 31.009743L526.78436 25.634743L528.05 25.634743L528.05 33.025368L526.84686 33.025368L526.83124 32.290993ZM536.5031 29.415993Q536.5031 31.103493 535.72186 32.134743Q534.95624 33.165993 533.64374 33.165993Q532.3 33.165993 531.51874 32.306618L531.51874 35.869118L530.2531 35.869118L530.2531 25.634743L531.40936 25.634743L531.47186 26.447243Q532.2531 25.494118 533.6281 25.494118Q534.95624 25.494118 535.72186 26.494118Q536.5031 27.494118 536.5031 29.290993L536.5031 29.415993ZM535.2375 29.259743Q535.2375 28.009743 534.70624 27.290993Q534.175 26.572243 533.2375 26.572243Q532.09686 26.572243 531.51874 27.587868L531.51874 31.119118Q532.09686 32.134743 533.2531 32.134743Q534.175 32.134743 534.70624 31.415993Q535.2375 30.681618 535.2375 29.259743ZM542.97186 23.837868L542.97186 25.634743L544.34686 25.634743L544.34686 26.603493L542.97186 26.603493L542.97186 31.197243Q542.97186 31.634743 543.15936 31.869118Q543.34686 32.087868 543.78436 32.087868Q544.0031 32.087868 544.39374 31.994118L544.39374 33.025368Q543.89374 33.165993 543.425 33.165993Q542.5656 33.165993 542.1281 32.650368Q541.70624 32.134743 541.70624 31.197243L541.70624 26.603493L540.3625 26.603493L540.3625 25.634743L541.70624 25.634743L541.70624 23.837868L542.97186 23.837868ZM545.925 29.259743Q545.925 28.165993 546.34686 27.306618Q546.78436 26.431618 547.53436 25.962868Q548.3 25.494118 549.28436 25.494118Q550.78436 25.494118 551.72186 26.540993Q552.65936 27.587868 552.65936 29.322243L552.65936 29.415993Q552.65936 30.494118 552.2375 31.353493Q551.83124 32.197243 551.05 32.681618Q550.28436 33.165993 549.3 33.165993Q547.78436 33.165993 546.84686 32.119118Q545.925 31.072243 545.925 29.353493L545.925 29.259743ZM547.1906 29.415993Q547.1906 30.634743 547.7531 31.384743Q548.33124 32.134743 549.3 32.134743Q550.2531 32.134743 550.8156 31.384743Q551.39374 30.619118 551.39374 29.259743Q551.39374 28.040993 550.8156 27.290993Q550.2375 26.525368 549.28436 26.525368Q548.34686 26.525368 547.76874 27.275368Q547.1906 28.025368 547.1906 29.415993Z" fill-rule="nonzero"/><path fill="#666666" d="M28.675 48.165993L30.39375 42.634743L31.753124 42.634743L28.784374 51.165993Q28.096874 53.009743 26.58125 53.009743L26.346874 52.994118L25.878124 52.900368L25.878124 51.884743L26.221874 51.900368Q26.8625 51.900368 27.221874 51.634743Q27.58125 51.384743 27.815624 50.697243L28.096874 49.947243L25.45625 42.634743L26.83125 42.634743L28.675 48.165993ZM32.925 46.259743Q32.925 45.165993 33.346874 44.306618Q33.784374 43.431618 34.534374 42.962868Q35.3 42.494118 36.284374 42.494118Q37.784374 42.494118 38.721874 43.540993Q39.659374 44.587868 39.659374 46.322243L39.659374 46.415993Q39.659374 47.494118 39.2375 48.353493Q38.83125 49.197243 38.05 49.681618Q37.284374 50.165993 36.3 50.165993Q34.784374 50.165993 33.846874 49.119118Q32.925 48.072243 32.925 46.353493L32.925 46.259743ZM34.190624 46.415993Q34.190624 47.634743 34.753124 48.384743Q35.33125 49.134743 36.3 49.134743Q37.253124 49.134743 37.815624 48.384743Q38.39375 47.619118 38.39375 46.259743Q38.39375 45.040993 37.815624 44.290993Q37.2375 43.525368 36.284374 43.525368Q35.346874 43.525368 34.76875 44.275368Q34.190624 45.025368 34.190624 46.415993ZM45.83125 49.290993Q45.08125 50.165993 43.659374 50.165993Q42.471874 50.165993 41.846874 49.478493Q41.2375 48.790993 41.2375 47.447243L41.2375 42.634743L42.4875 42.634743L42.4875 47.400368Q42.4875 49.087868 43.8625 49.087868Q45.315624 49.087868 45.784374 48.009743L45.784374 42.634743L47.05 42.634743L47.05 50.025368L45.846874 50.025368L45.83125 49.290993ZM52.83125 43.759743Q52.55 43.712868 52.20625 43.712868Q50.971874 43.712868 50.51875 44.775368L50.51875 50.025368L49.253124 50.025368L49.253124 42.634743L50.4875 42.634743L50.503124 43.478493Q51.128124 42.494118 52.26875 42.494118Q52.64375 42.494118 52.83125 42.587868L52.83125 43.759743ZM58.971874 40.837868L58.971874 42.634743L60.346874 42.634743L60.346874 43.603493L58.971874 43.603493L58.971874 48.197243Q58.971874 48.634743 59.159374 48.869118Q59.346874 49.087868 59.784374 49.087868Q60.003124 49.087868 60.39375 48.994118L60.39375 50.025368Q59.89375 50.165993 59.425 50.165993Q58.565624 50.165993 58.128124 49.650368Q57.70625 49.134743 57.70625 48.197243L57.70625 43.603493L56.3625 43.603493L56.3625 42.634743L57.70625 42.634743L57.70625 40.837868L58.971874 40.837868ZM61.925 46.259743Q61.925 45.165993 62.346874 44.306618Q62.784374 43.431618 63.534374 42.962868Q64.3 42.494118 65.28438 42.494118Q66.78438 42.494118 67.72188 43.540993Q68.65938 44.587868 68.65938 46.322243L68.65938 46.415993Q68.65938 47.494118 68.2375 48.353493Q67.83125 49.197243 67.05 49.681618Q66.28438 50.165993 65.3 50.165993Q63.784374 50.165993 62.846874 49.119118Q61.925 48.072243 61.925 46.353493L61.925 46.259743ZM63.190624 46.415993Q63.190624 47.634743 63.753124 48.384743Q64.33125 49.134743 65.3 49.134743Q66.25313 49.134743 66.81563 48.384743Q67.39375 47.619118 67.39375 46.259743Q67.39375 45.040993 66.81563 44.290993Q66.2375 43.525368 65.28438 43.525368Q64.34688 43.525368 63.76875 44.275368Q63.190624 45.025368 63.190624 46.415993ZM76.50313 46.415993Q76.50313 48.103493 75.72188 49.134743Q74.95625 50.165993 73.64375 50.165993Q72.3 50.165993 71.51875 49.306618L71.51875 52.869118L70.25313 52.869118L70.25313 42.634743L71.40938 42.634743L71.47188 43.447243Q72.25313 42.494118 73.62813 42.494118Q74.95625 42.494118 75.72188 43.494118Q76.50313 44.494118 76.50313 46.290993L76.50313 46.415993ZM75.2375 46.259743Q75.2375 45.009743 74.70625 44.290993Q74.175 43.572243 73.2375 43.572243Q72.09688 43.572243 71.51875 44.587868L71.51875 48.119118Q72.09688 49.134743 73.25313 49.134743Q74.175 49.134743 74.70625 48.415993Q75.2375 47.681618 75.2375 46.259743ZM81.70625 45.040993L82.22188 40.072243L87.31563 40.072243L87.31563 41.244118L83.28438 41.244118L82.9875 43.947243Q83.72188 43.525368 84.64375 43.525368Q86.00313 43.525368 86.8 44.431618Q87.6125 45.322243 87.6125 46.853493Q87.6125 48.384743 86.76875 49.275368Q85.94063 50.165993 84.45625 50.165993Q83.14375 50.165993 82.3 49.431618Q81.47188 48.697243 81.34688 47.400368L82.55 47.400368Q82.65938 48.259743 83.14375 48.697243Q83.64375 49.134743 84.45625 49.134743Q85.33125 49.134743 85.83125 48.540993Q86.34688 47.931618 86.34688 46.869118Q86.34688 45.869118 85.8 45.275368Q85.25313 44.665993 84.34688 44.665993Q83.53438 44.665993 83.05 45.025368L82.72188 45.290993L81.70625 45.040993ZM93.62813 50.025368L92.3625 50.025368L92.3625 39.525368L93.62813 39.525368L93.62813 50.025368ZM99.83125 50.025368Q99.72188 49.806618 99.64375 49.244118Q98.76875 50.165993 97.53438 50.165993Q96.44063 50.165993 95.7375 49.556618Q95.05 48.931618 95.05 47.978493Q95.05 46.822243 95.925 46.181618Q96.8 45.540993 98.39375 45.540993L99.62813 45.540993L99.62813 44.962868Q99.62813 44.290993 99.22188 43.900368Q98.83125 43.509743 98.06563 43.509743Q97.37813 43.509743 96.925 43.853493Q96.47188 44.197243 96.47188 44.681618L95.19063 44.681618Q95.19063 44.119118 95.58125 43.603493Q95.9875 43.087868 96.65938 42.790993Q97.33125 42.494118 98.12813 42.494118Q99.40938 42.494118 100.12813 43.134743Q100.8625 43.775368 100.89375 44.884743L100.89375 48.290993Q100.89375 49.306618 101.14375 49.915993L101.14375 50.025368L99.83125 50.025368ZM97.72188 49.056618Q98.31563 49.056618 98.84688 48.759743Q99.39375 48.447243 99.62813 47.947243L99.62813 46.431618L98.62813 46.431618Q96.31563 46.431618 96.31563 47.790993Q96.31563 48.384743 96.70625 48.728493Q97.09688 49.056618 97.72188 49.056618ZM104.45625 42.634743L104.4875 43.556618Q105.34688 42.494118 106.70625 42.494118Q109.05 42.494118 109.08125 45.134743L109.08125 50.025368L107.81563 50.025368L107.81563 45.134743Q107.8 44.337868 107.44063 43.962868Q107.08125 43.572243 106.33125 43.572243Q105.70625 43.572243 105.2375 43.900368Q104.78438 44.228493 104.51875 44.759743L104.51875 50.025368L103.25313 50.025368L103.25313 42.634743L104.45625 42.634743ZM110.95625 46.259743Q110.95625 44.540993 111.75313 43.525368Q112.55 42.494118 113.87813 42.494118Q115.22188 42.494118 115.9875 43.447243L116.05 42.634743L117.20625 42.634743L117.20625 49.853493Q117.20625 51.290993 116.34688 52.103493Q115.50313 52.931618 114.06563 52.931618Q113.26875 52.931618 112.50313 52.587868Q111.7375 52.259743 111.33125 51.665993L111.9875 50.900368Q112.8 51.900368 113.97188 51.900368Q114.89375 51.900368 115.40938 51.384743Q115.94063 50.869118 115.94063 49.915993L115.94063 49.290993Q115.175 50.165993 113.8625 50.165993Q112.56563 50.165993 111.75313 49.119118Q110.95625 48.072243 110.95625 46.259743ZM112.22188 46.415993Q112.22188 47.665993 112.7375 48.384743Q113.25313 49.087868 114.175 49.087868Q115.37813 49.087868 115.94063 47.994118L115.94063 44.619118Q115.34688 43.572243 114.19063 43.572243Q113.26875 43.572243 112.7375 44.290993Q112.22188 44.994118 112.22188 46.415993ZM123.83125 49.290993Q123.08125 50.165993 121.65938 50.165993Q120.47188 50.165993 119.84688 49.478493Q119.2375 48.790993 119.2375 47.447243L119.2375 42.634743L120.4875 42.634743L120.4875 47.400368Q120.4875 49.087868 121.8625 49.087868Q123.31563 49.087868 123.78438 48.009743L123.78438 42.634743L125.05 42.634743L125.05 50.025368L123.84688 50.025368L123.83125 49.290993ZM131.83125 50.025368Q131.72188 49.806618 131.64375 49.244118Q130.76875 50.165993 129.53438 50.165993Q128.44063 50.165993 127.7375 49.556618Q127.05 48.931618 127.05 47.978493Q127.05 46.822243 127.925 46.181618Q128.8 45.540993 130.39375 45.540993L131.62813 45.540993L131.62813 44.962868Q131.62813 44.290993 131.22188 43.900368Q130.83125 43.509743 130.06563 43.509743Q129.37813 43.509743 128.925 43.853493Q128.47188 44.197243 128.47188 44.681618L127.19063 44.681618Q127.19063 44.119118 127.58125 43.603493Q127.9875 43.087868 128.65938 42.790993Q129.33125 42.494118 130.12813 42.494118Q131.40938 42.494118 132.12813 43.134743Q132.8625 43.775368 132.89375 44.884743L132.89375 48.290993Q132.89375 49.306618 133.14375 49.915993L133.14375 50.025368L131.83125 50.025368ZM129.72188 49.056618Q130.31563 49.056618 130.84688 48.759743Q131.39375 48.447243 131.62813 47.947243L131.62813 46.431618L130.62813 46.431618Q128.31563 46.431618 128.31563 47.790993Q128.31563 48.384743 128.70625 48.728493Q129.09688 49.056618 129.72188 49.056618ZM134.95625 46.259743Q134.95625 44.540993 135.75313 43.525368Q136.55 42.494118 137.87813 42.494118Q139.22188 42.494118 139.9875 43.447243L140.05 42.634743L141.20625 42.634743L141.20625 49.853493Q141.20625 51.290993 140.34688 52.103493Q139.50313 52.931618 138.06563 52.931618Q137.26875 52.931618 136.50313 52.587868Q135.7375 52.259743 135.33125 51.665993L135.9875 50.900368Q136.8 51.900368 137.97188 51.900368Q138.89375 51.900368 139.40938 51.384743Q139.94063 50.869118 139.94063 49.915993L139.94063 49.290993Q139.175 50.165993 137.8625 50.165993Q136.56563 50.165993 135.75313 49.119118Q134.95625 48.072243 134.95625 46.259743ZM136.22188 46.415993Q136.22188 47.665993 136.7375 48.384743Q137.25313 49.087868 138.175 49.087868Q139.37813 49.087868 139.94063 47.994118L139.94063 44.619118Q139.34688 43.572243 138.19063 43.572243Q137.26875 43.572243 136.7375 44.290993Q136.22188 44.994118 136.22188 46.415993ZM146.33125 50.165993Q144.81563 50.165993 143.87813 49.181618Q142.94063 48.181618 142.94063 46.525368L142.94063 46.306618Q142.94063 45.197243 143.3625 44.337868Q143.78438 43.462868 144.53438 42.978493Q145.28438 42.494118 146.175 42.494118Q147.6125 42.494118 148.40938 43.447243Q149.20625 44.384743 149.20625 46.165993L149.20625 46.681618L144.20625 46.681618Q144.22188 47.775368 144.83125 48.462868Q145.45625 49.134743 146.39375 49.134743Q147.06563 49.134743 147.51875 48.869118Q147.9875 48.587868 148.34688 48.134743L149.1125 48.728493Q148.19063 50.165993 146.33125 50.165993ZM146.175 43.525368Q145.40938 43.525368 144.87813 44.087868Q144.3625 44.650368 144.2375 45.650368L147.94063 45.650368L147.94063 45.556618Q147.89375 44.587868 147.425 44.056618Q146.95625 43.525368 146.175 43.525368ZM154.56563 48.056618Q154.56563 47.556618 154.175 47.275368Q153.78438 46.978493 152.83125 46.775368Q151.87813 46.572243 151.3 46.290993Q150.7375 45.994118 150.47188 45.603493Q150.20625 45.212868 150.20625 44.665993Q150.20625 43.744118 150.97188 43.119118Q151.7375 42.494118 152.94063 42.494118Q154.19063 42.494118 154.97188 43.150368Q155.75313 43.790993 155.75313 44.806618L154.4875 44.806618Q154.4875 44.275368 154.05 43.900368Q153.6125 43.525368 152.94063 43.525368Q152.25313 43.525368 151.8625 43.837868Q151.47188 44.134743 151.47188 44.619118Q151.47188 45.072243 151.83125 45.306618Q152.19063 45.540993 153.12813 45.759743Q154.08125 45.962868 154.675 46.259743Q155.26875 46.556618 155.55 46.978493Q155.83125 47.384743 155.83125 47.978493Q155.83125 48.962868 155.03438 49.572243Q154.2375 50.165993 152.97188 50.165993Q152.09688 50.165993 151.40938 49.853493Q150.72188 49.525368 150.33125 48.962868Q149.95625 48.400368 149.95625 47.744118L151.22188 47.744118Q151.25313 48.384743 151.72188 48.759743Q152.20625 49.134743 152.97188 49.134743Q153.69063 49.134743 154.12813 48.837868Q154.56563 48.540993 154.56563 48.056618ZM160.175 46.056618Q160.175 47.572243 159.76875 48.978493Q159.37813 50.369118 158.55 51.556618Q157.72188 52.744118 156.83125 53.244118L156.56563 52.462868Q157.6125 51.665993 158.25313 49.962868Q158.89375 48.259743 158.90938 46.197243L158.90938 45.978493Q158.90938 44.540993 158.59688 43.306618Q158.3 42.072243 157.76875 41.103493Q157.2375 40.119118 156.56563 39.572243L156.83125 38.790993Q157.72188 39.290993 158.53438 40.462868Q159.3625 41.634743 159.76875 43.040993Q160.175 44.447243 160.175 46.056618ZM162.28438 49.369118Q162.28438 49.040993 162.47188 48.822243Q162.675 48.603493 163.06563 48.603493Q163.45625 48.603493 163.65938 48.822243Q163.8625 49.040993 163.8625 49.369118Q163.8625 49.681618 163.65938 49.900368Q163.45625 50.103493 163.06563 50.103493Q162.675 50.103493 162.47188 49.900368Q162.28438 49.681618 162.28438 49.369118ZM162.28438 43.369118Q162.28438 43.040993 162.47188 42.822243Q162.675 42.603493 163.06563 42.603493Q163.45625 42.603493 163.65938 42.822243Q163.8625 43.040993 163.8625 43.369118Q163.8625 43.681618 163.65938 43.900368Q163.45625 44.103493 163.06563 44.103493Q162.675 44.103493 162.47188 43.900368Q162.28438 43.681618 162.28438 43.369118Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig18.svg b/_content/survey2019/fig18.svg
deleted file mode 100644
index b95c0a5..0000000
--- a/_content/survey2019/fig18.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 157.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="157" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 157.0L0 157.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M7.5 26.5L7.5 76.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M124.5 26.5L124.5 76.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M241.5 26.5L241.5 76.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M358.5 26.5L358.5 76.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M475.5 26.5L475.5 76.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M592.5 26.5L592.5 76.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M7.875 26.953323L592.125 26.953323L592.125 76.01582L7.875 76.01582L7.875 26.953323Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M8.0 63.0L8.0 39.0L47.0 39.0L47.0 63.0Z" fill-rule="nonzero"/><path fill="#a61c00" clip-path="url(#id_0)" d="M8.0 63.0L8.0 39.0L47.0 39.0L47.0 63.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M47.0 63.0L47.0 39.0L203.0 39.0L203.0 63.0Z" fill-rule="nonzero"/><path fill="#f1c232" clip-path="url(#id_0)" d="M47.0 63.0L47.0 39.0L203.0 39.0L203.0 63.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M203.0 63.0L203.0 39.0L590.0 39.0C591.10455 39.0 592.0 39.89543 592.0 41.0L592.0 61.0C592.0 62.10457 591.10455 63.0 590.0 63.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M203.0 63.0L203.0 39.0L590.0 39.0C591.10455 39.0 592.0 39.89543 592.0 41.0L592.0 61.0C592.0 62.10457 591.10455 63.0 590.0 63.0Z" fill-rule="nonzero"/><path stroke="#a61c00" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M25.538893 47.578125L22.007643 55.5L20.867018 55.5L24.382643 47.859375L19.773268 47.859375L19.773268 46.96875L25.538893 46.96875L25.538893 47.578125ZM26.929518 48.609375Q26.929518 47.84375 27.413893 47.34375Q27.913893 46.84375 28.679518 46.84375Q29.460768 46.84375 29.945143 47.34375Q30.429518 47.84375 30.429518 48.640625L30.429518 49.0625Q30.429518 49.828125 29.929518 50.328125Q29.445143 50.8125 28.695143 50.8125Q27.929518 50.8125 27.429518 50.328125Q26.929518 49.828125 26.929518 49.015625L26.929518 48.609375ZM27.742018 49.0625Q27.742018 49.515625 27.992018 49.8125Q28.257643 50.109375 28.695143 50.109375Q29.117018 50.109375 29.367018 49.828125Q29.617018 49.53125 29.617018 49.03125L29.617018 48.609375Q29.617018 48.15625 29.367018 47.859375Q29.117018 47.546875 28.679518 47.546875Q28.242018 47.546875 27.992018 47.859375Q27.742018 48.15625 27.742018 48.625L27.742018 49.0625ZM31.085768 53.40625Q31.085768 52.640625 31.570143 52.15625Q32.07014 51.65625 32.835766 51.65625Q33.60139 51.65625 34.085766 52.15625Q34.585766 52.640625 34.585766 53.453125L34.585766 53.859375Q34.585766 54.625 34.10139 55.125Q33.617016 55.625 32.85139 55.625Q32.085766 55.625 31.585768 55.140625Q31.085768 54.640625 31.085768 53.828125L31.085768 53.40625ZM31.898268 53.859375Q31.898268 54.328125 32.148266 54.625Q32.41389 54.921875 32.85139 54.921875Q33.273266 54.921875 33.523266 54.640625Q33.773266 54.34375 33.773266 53.84375L33.773266 53.40625Q33.773266 52.9375 33.50764 52.65625Q33.25764 52.359375 32.835766 52.359375Q32.41389 52.359375 32.148266 52.65625Q31.898268 52.9375 31.898268 53.4375L31.898268 53.859375ZM28.945143 54.859375L28.320143 54.46875L32.492016 47.796875L33.10139 48.1875L28.945143 54.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M25.538893 47.578125L22.007643 55.5L20.867018 55.5L24.382643 47.859375L19.773268 47.859375L19.773268 46.96875L25.538893 46.96875L25.538893 47.578125ZM26.929518 48.609375Q26.929518 47.84375 27.413893 47.34375Q27.913893 46.84375 28.679518 46.84375Q29.460768 46.84375 29.945143 47.34375Q30.429518 47.84375 30.429518 48.640625L30.429518 49.0625Q30.429518 49.828125 29.929518 50.328125Q29.445143 50.8125 28.695143 50.8125Q27.929518 50.8125 27.429518 50.328125Q26.929518 49.828125 26.929518 49.015625L26.929518 48.609375ZM27.742018 49.0625Q27.742018 49.515625 27.992018 49.8125Q28.257643 50.109375 28.695143 50.109375Q29.117018 50.109375 29.367018 49.828125Q29.617018 49.53125 29.617018 49.03125L29.617018 48.609375Q29.617018 48.15625 29.367018 47.859375Q29.117018 47.546875 28.679518 47.546875Q28.242018 47.546875 27.992018 47.859375Q27.742018 48.15625 27.742018 48.625L27.742018 49.0625ZM31.085768 53.40625Q31.085768 52.640625 31.570143 52.15625Q32.070145 51.65625 32.83577 51.65625Q33.601395 51.65625 34.08577 52.15625Q34.58577 52.640625 34.58577 53.453125L34.58577 53.859375Q34.58577 54.625 34.101395 55.125Q33.61702 55.625 32.851395 55.625Q32.08577 55.625 31.585768 55.140625Q31.085768 54.640625 31.085768 53.828125L31.085768 53.40625ZM31.898268 53.859375Q31.898268 54.328125 32.14827 54.625Q32.413895 54.921875 32.851395 54.921875Q33.27327 54.921875 33.52327 54.640625Q33.77327 54.34375 33.77327 53.84375L33.77327 53.40625Q33.77327 52.9375 33.507645 52.65625Q33.257645 52.359375 32.83577 52.359375Q32.413895 52.359375 32.14827 52.65625Q31.898268 52.9375 31.898268 53.4375L31.898268 53.859375ZM28.945143 54.859375L28.320143 54.46875L32.49202 47.796875L33.101395 48.1875L28.945143 54.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M119.52934 55.5L113.93559 55.5L113.93559 54.71875L116.88872 51.4375Q117.54497 50.6875 117.79497 50.234375Q118.04497 49.765625 118.04497 49.265625Q118.04497 48.59375 117.63872 48.171875Q117.24809 47.734375 116.56059 47.734375Q115.76372 47.734375 115.31059 48.203125Q114.85747 48.65625 114.85747 49.484375L113.77934 49.484375Q113.77934 48.296875 114.52934 47.578125Q115.29497 46.84375 116.56059 46.84375Q117.76372 46.84375 118.45122 47.46875Q119.13872 48.09375 119.13872 49.140625Q119.13872 50.390625 117.52934 52.140625L115.24809 54.609375L119.52934 54.609375L119.52934 55.5ZM126.45122 47.578125L122.91997 55.5L121.77934 55.5L125.29497 47.859375L120.68559 47.859375L120.68559 46.96875L126.45122 46.96875L126.45122 47.578125ZM127.84184 48.609375Q127.84184 47.84375 128.32622 47.34375Q128.82622 46.84375 129.59184 46.84375Q130.3731 46.84375 130.85747 47.34375Q131.34184 47.84375 131.34184 48.640625L131.34184 49.0625Q131.34184 49.828125 130.84184 50.328125Q130.35747 50.8125 129.60747 50.8125Q128.84184 50.8125 128.34184 50.328125Q127.84184 49.828125 127.84184 49.015625L127.84184 48.609375ZM128.65434 49.0625Q128.65434 49.515625 128.90434 49.8125Q129.16997 50.109375 129.60747 50.109375Q130.02934 50.109375 130.27934 49.828125Q130.52934 49.53125 130.52934 49.03125L130.52934 48.609375Q130.52934 48.15625 130.27934 47.859375Q130.02934 47.546875 129.59184 47.546875Q129.15434 47.546875 128.90434 47.859375Q128.65434 48.15625 128.65434 48.625L128.65434 49.0625ZM131.9981 53.40625Q131.9981 52.640625 132.48247 52.15625Q132.98247 51.65625 133.7481 51.65625Q134.51372 51.65625 134.9981 52.15625Q135.4981 52.640625 135.4981 53.453125L135.4981 53.859375Q135.4981 54.625 135.01372 55.125Q134.52934 55.625 133.76372 55.625Q132.9981 55.625 132.4981 55.140625Q131.9981 54.640625 131.9981 53.828125L131.9981 53.40625ZM132.8106 53.859375Q132.8106 54.328125 133.0606 54.625Q133.32622 54.921875 133.76372 54.921875Q134.1856 54.921875 134.4356 54.640625Q134.6856 54.34375 134.6856 53.84375L134.6856 53.40625Q134.6856 52.9375 134.41997 52.65625Q134.16997 52.359375 133.7481 52.359375Q133.32622 52.359375 133.0606 52.65625Q132.8106 52.9375 132.8106 53.4375L132.8106 53.859375ZM129.85747 54.859375L129.23247 54.46875L133.40434 47.796875L134.01372 48.1875L129.85747 54.859375Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M390.88107 46.96875L390.88107 47.875L390.67795 47.875Q389.41232 47.90625 388.66232 48.640625Q387.91232 49.359375 387.78732 50.671875Q388.47482 49.90625 389.63107 49.90625Q390.74045 49.90625 391.41232 50.6875Q392.0842 51.46875 392.0842 52.71875Q392.0842 54.03125 391.36545 54.828125Q390.6467 55.625 389.42795 55.625Q388.2092 55.625 387.44357 54.6875Q386.69357 53.734375 386.69357 52.25L386.69357 51.84375Q386.69357 49.484375 387.69357 48.234375Q388.69357 46.984375 390.67795 46.96875L390.88107 46.96875ZM389.4592 50.8125Q388.8967 50.8125 388.42795 51.140625Q387.9592 51.46875 387.7717 51.984375L387.7717 52.375Q387.7717 53.4375 388.24045 54.078125Q388.72482 54.71875 389.42795 54.71875Q390.16232 54.71875 390.5842 54.1875Q391.00607 53.640625 391.00607 52.765625Q391.00607 51.890625 390.5842 51.359375Q390.16232 50.8125 389.4592 50.8125ZM399.13107 47.578125L395.59982 55.5L394.4592 55.5L397.97482 47.859375L393.36545 47.859375L393.36545 46.96875L399.13107 46.96875L399.13107 47.578125ZM400.5217 48.609375Q400.5217 47.84375 401.00607 47.34375Q401.50607 46.84375 402.2717 46.84375Q403.05295 46.84375 403.53732 47.34375Q404.0217 47.84375 404.0217 48.640625L404.0217 49.0625Q404.0217 49.828125 403.5217 50.328125Q403.03732 50.8125 402.28732 50.8125Q401.5217 50.8125 401.0217 50.328125Q400.5217 49.828125 400.5217 49.015625L400.5217 48.609375ZM401.3342 49.0625Q401.3342 49.515625 401.5842 49.8125Q401.84982 50.109375 402.28732 50.109375Q402.7092 50.109375 402.9592 49.828125Q403.2092 49.53125 403.2092 49.03125L403.2092 48.609375Q403.2092 48.15625 402.9592 47.859375Q402.7092 47.546875 402.2717 47.546875Q401.8342 47.546875 401.5842 47.859375Q401.3342 48.15625 401.3342 48.625L401.3342 49.0625ZM404.67795 53.40625Q404.67795 52.640625 405.16232 52.15625Q405.66232 51.65625 406.42795 51.65625Q407.19357 51.65625 407.67795 52.15625Q408.17795 52.640625 408.17795 53.453125L408.17795 53.859375Q408.17795 54.625 407.69357 55.125Q407.2092 55.625 406.44357 55.625Q405.67795 55.625 405.17795 55.140625Q404.67795 54.640625 404.67795 53.828125L404.67795 53.40625ZM405.49045 53.859375Q405.49045 54.328125 405.74045 54.625Q406.00607 54.921875 406.44357 54.921875Q406.86545 54.921875 407.11545 54.640625Q407.36545 54.34375 407.36545 53.84375L407.36545 53.40625Q407.36545 52.9375 407.09982 52.65625Q406.84982 52.359375 406.42795 52.359375Q406.00607 52.359375 405.74045 52.65625Q405.49045 52.9375 405.49045 53.4375L405.49045 53.859375ZM402.53732 54.859375L401.91232 54.46875L406.0842 47.796875L406.69357 48.1875L402.53732 54.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M390.88107 46.96875L390.88107 47.875L390.67795 47.875Q389.41232 47.90625 388.66232 48.640625Q387.91232 49.359375 387.78732 50.671875Q388.47482 49.90625 389.63107 49.90625Q390.74045 49.90625 391.41232 50.6875Q392.0842 51.46875 392.0842 52.71875Q392.0842 54.03125 391.36545 54.828125Q390.6467 55.625 389.42795 55.625Q388.2092 55.625 387.44357 54.6875Q386.69357 53.734375 386.69357 52.25L386.69357 51.84375Q386.69357 49.484375 387.69357 48.234375Q388.69357 46.984375 390.67795 46.96875L390.88107 46.96875ZM389.4592 50.8125Q388.8967 50.8125 388.42795 51.140625Q387.9592 51.46875 387.7717 51.984375L387.7717 52.375Q387.7717 53.4375 388.24045 54.078125Q388.72482 54.71875 389.42795 54.71875Q390.16232 54.71875 390.5842 54.1875Q391.00607 53.640625 391.00607 52.765625Q391.00607 51.890625 390.5842 51.359375Q390.16232 50.8125 389.4592 50.8125ZM399.13107 47.578125L395.59982 55.5L394.4592 55.5L397.97482 47.859375L393.36545 47.859375L393.36545 46.96875L399.13107 46.96875L399.13107 47.578125ZM400.5217 48.609375Q400.5217 47.84375 401.00607 47.34375Q401.50607 46.84375 402.2717 46.84375Q403.05295 46.84375 403.53732 47.34375Q404.0217 47.84375 404.0217 48.640625L404.0217 49.0625Q404.0217 49.828125 403.5217 50.328125Q403.03732 50.8125 402.28732 50.8125Q401.5217 50.8125 401.0217 50.328125Q400.5217 49.828125 400.5217 49.015625L400.5217 48.609375ZM401.3342 49.0625Q401.3342 49.515625 401.5842 49.8125Q401.84982 50.109375 402.28732 50.109375Q402.7092 50.109375 402.9592 49.828125Q403.2092 49.53125 403.2092 49.03125L403.2092 48.609375Q403.2092 48.15625 402.9592 47.859375Q402.7092 47.546875 402.2717 47.546875Q401.8342 47.546875 401.5842 47.859375Q401.3342 48.15625 401.3342 48.625L401.3342 49.0625ZM404.67795 53.40625Q404.67795 52.640625 405.16232 52.15625Q405.66232 51.65625 406.42795 51.65625Q407.19357 51.65625 407.67795 52.15625Q408.17795 52.640625 408.17795 53.453125L408.17795 53.859375Q408.17795 54.625 407.69357 55.125Q407.2092 55.625 406.44357 55.625Q405.67795 55.625 405.17795 55.140625Q404.67795 54.640625 404.67795 53.828125L404.67795 53.40625ZM405.49045 53.859375Q405.49045 54.328125 405.74045 54.625Q406.00607 54.921875 406.44357 54.921875Q406.86545 54.921875 407.11545 54.640625Q407.36545 54.34375 407.36545 53.84375L407.36545 53.40625Q407.36545 52.9375 407.09982 52.65625Q406.84982 52.359375 406.42795 52.359375Q406.00607 52.359375 405.74045 52.65625Q405.49045 52.9375 405.49045 53.4375L405.49045 53.859375ZM402.53732 54.859375L401.91232 54.46875L406.0842 47.796875L406.69357 48.1875L402.53732 54.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M232.60938 116.52787Q232.60938 115.762245 233.09375 115.262245Q233.59375 114.762245 234.35938 114.762245Q235.14062 114.762245 235.625 115.262245Q236.10938 115.762245 236.10938 116.55912L236.10938 116.980995Q236.10938 117.74662 235.60938 118.24662Q235.125 118.730995 234.375 118.730995Q233.60938 118.730995 233.10938 118.24662Q232.60938 117.74662 232.60938 116.93412L232.60938 116.52787ZM233.42188 116.980995Q233.42188 117.43412 233.67188 117.730995Q233.9375 118.02787 234.375 118.02787Q234.79688 118.02787 235.04688 117.74662Q235.29688 117.449745 235.29688 116.949745L235.29688 116.52787Q235.29688 116.074745 235.04688 115.77787Q234.79688 115.46537 234.35938 115.46537Q233.92188 115.46537 233.67188 115.77787Q233.42188 116.074745 233.42188 116.543495L233.42188 116.980995ZM236.76562 121.324745Q236.76562 120.55912 237.25 120.074745Q237.75 119.574745 238.51562 119.574745Q239.28125 119.574745 239.76562 120.074745Q240.26562 120.55912 240.26562 121.37162L240.26562 121.77787Q240.26562 122.543495 239.78125 123.043495Q239.29688 123.543495 238.53125 123.543495Q237.76562 123.543495 237.26562 123.05912Q236.76562 122.55912 236.76562 121.74662L236.76562 121.324745ZM237.57812 121.77787Q237.57812 122.24662 237.82812 122.543495Q238.09375 122.84037 238.53125 122.84037Q238.95312 122.84037 239.20312 122.55912Q239.45312 122.262245 239.45312 121.762245L239.45312 121.324745Q239.45312 120.855995 239.1875 120.574745Q238.9375 120.27787 238.51562 120.27787Q238.09375 120.27787 237.82812 120.574745Q237.57812 120.855995 237.57812 121.355995L237.57812 121.77787ZM234.625 122.77787L234.0 122.387245L238.17188 115.71537L238.78125 116.105995L234.625 122.77787ZM244.53125 120.18412Q244.53125 119.262245 244.89062 118.512245Q245.26562 117.762245 245.92188 117.37162Q246.57812 116.96537 247.40625 116.96537Q248.70312 116.96537 249.5 117.855995Q250.3125 118.74662 250.3125 120.24662L250.3125 120.324745Q250.3125 121.24662 249.95312 121.980995Q249.59375 122.71537 248.9375 123.137245Q248.28125 123.543495 247.42188 123.543495Q246.14062 123.543495 245.32812 122.65287Q244.53125 121.74662 244.53125 120.262245L244.53125 120.18412ZM245.625 120.324745Q245.625 121.37162 246.10938 122.012245Q246.60938 122.65287 247.42188 122.65287Q248.25 122.65287 248.73438 122.012245Q249.21875 121.355995 249.21875 120.18412Q249.21875 119.15287 248.71875 118.512245Q248.23438 117.855995 247.40625 117.855995Q246.60938 117.855995 246.10938 118.49662Q245.625 119.12162 245.625 120.324745ZM252.35938 123.418495L252.35938 117.918495L251.35938 117.918495L251.35938 117.074745L252.35938 117.074745L252.35938 116.43412Q252.35938 115.40287 252.89062 114.855995Q253.4375 114.293495 254.4375 114.293495Q254.8125 114.293495 255.1875 114.387245L255.125 115.27787Q254.84375 115.21537 254.54688 115.21537Q254.01562 115.21537 253.71875 115.52787Q253.4375 115.84037 253.4375 116.40287L253.4375 117.074745L254.79688 117.074745L254.79688 117.918495L253.4375 117.918495L253.4375 123.418495L252.35938 123.418495ZM261.89062 118.043495Q261.64062 118.012245 261.35938 118.012245Q260.28125 118.012245 259.90625 118.918495L259.90625 123.418495L258.82812 123.418495L258.82812 117.074745L259.875 117.074745L259.89062 117.80912Q260.42188 116.96537 261.40625 116.96537Q261.71875 116.96537 261.89062 117.043495L261.89062 118.043495ZM265.45312 123.543495Q264.15625 123.543495 263.34375 122.699745Q262.54688 121.84037 262.54688 120.418495L262.54688 120.230995Q262.54688 119.27787 262.90625 118.543495Q263.26562 117.793495 263.90625 117.387245Q264.5625 116.96537 265.3125 116.96537Q266.54688 116.96537 267.23438 117.77787Q267.92188 118.59037 267.92188 120.105995L267.92188 120.55912L263.625 120.55912Q263.65625 121.49662 264.17188 122.074745Q264.70312 122.65287 265.51562 122.65287Q266.07812 122.65287 266.46875 122.418495Q266.875 122.18412 267.1875 121.793495L267.84375 122.30912Q267.04688 123.543495 265.45312 123.543495ZM265.3125 117.855995Q264.65625 117.855995 264.20312 118.34037Q263.76562 118.80912 263.67188 119.668495L266.84375 119.668495L266.84375 119.59037Q266.79688 118.762245 266.39062 118.30912Q266.0 117.855995 265.3125 117.855995ZM272.51562 121.730995Q272.51562 121.293495 272.17188 121.05912Q271.84375 120.80912 271.01562 120.637245Q270.20312 120.46537 269.71875 120.21537Q269.23438 119.96537 269.0 119.637245Q268.78125 119.293495 268.78125 118.824745Q268.78125 118.043495 269.4375 117.512245Q270.09375 116.96537 271.125 116.96537Q272.20312 116.96537 272.85938 117.52787Q273.53125 118.074745 273.53125 118.93412L272.45312 118.93412Q272.45312 118.49662 272.0625 118.18412Q271.6875 117.855995 271.125 117.855995Q270.53125 117.855995 270.1875 118.12162Q269.85938 118.37162 269.85938 118.77787Q269.85938 119.168495 270.17188 119.37162Q270.48438 119.574745 271.29688 119.762245Q272.10938 119.93412 272.60938 120.18412Q273.10938 120.43412 273.34375 120.793495Q273.59375 121.15287 273.59375 121.65287Q273.59375 122.512245 272.90625 123.02787Q272.23438 123.543495 271.15625 123.543495Q270.39062 123.543495 269.79688 123.27787Q269.21875 122.99662 268.89062 122.512245Q268.5625 122.02787 268.5625 121.46537L269.64062 121.46537Q269.67188 122.012245 270.07812 122.34037Q270.48438 122.65287 271.15625 122.65287Q271.76562 122.65287 272.14062 122.40287Q272.51562 122.15287 272.51562 121.730995ZM280.17188 120.324745Q280.17188 121.762245 279.51562 122.65287Q278.85938 123.543495 277.71875 123.543495Q276.5625 123.543495 275.90625 122.80912L275.90625 125.855995L274.82812 125.855995L274.82812 117.074745L275.8125 117.074745L275.85938 117.77787Q276.53125 116.96537 277.70312 116.96537Q278.84375 116.96537 279.5 117.824745Q280.17188 118.68412 280.17188 120.21537L280.17188 120.324745ZM279.09375 120.199745Q279.09375 119.12162 278.625 118.512245Q278.17188 117.887245 277.375 117.887245Q276.39062 117.887245 275.90625 118.74662L275.90625 121.77787Q276.39062 122.65287 277.39062 122.65287Q278.17188 122.65287 278.625 122.043495Q279.09375 121.418495 279.09375 120.199745ZM281.53125 120.18412Q281.53125 119.262245 281.89062 118.512245Q282.26562 117.762245 282.92188 117.37162Q283.57812 116.96537 284.40625 116.96537Q285.70312 116.96537 286.5 117.855995Q287.3125 118.74662 287.3125 120.24662L287.3125 120.324745Q287.3125 121.24662 286.95312 121.980995Q286.59375 122.71537 285.9375 123.137245Q285.28125 123.543495 284.42188 123.543495Q283.14062 123.543495 282.32812 122.65287Q281.53125 121.74662 281.53125 120.262245L281.53125 120.18412ZM282.625 120.324745Q282.625 121.37162 283.10938 122.012245Q283.60938 122.65287 284.42188 122.65287Q285.25 122.65287 285.73438 122.012245Q286.21875 121.355995 286.21875 120.18412Q286.21875 119.15287 285.71875 118.512245Q285.23438 117.855995 284.40625 117.855995Q283.60938 117.855995 283.10938 118.49662Q282.625 119.12162 282.625 120.324745ZM289.84375 117.074745L289.875 117.87162Q290.60938 116.96537 291.78125 116.96537Q293.79688 116.96537 293.8125 119.230995L293.8125 123.418495L292.71875 123.418495L292.71875 119.21537Q292.71875 118.543495 292.40625 118.21537Q292.10938 117.887245 291.45312 117.887245Q290.92188 117.887245 290.51562 118.168495Q290.125 118.449745 289.90625 118.90287L289.90625 123.418495L288.82812 123.418495L288.82812 117.074745L289.84375 117.074745ZM299.51562 121.730995Q299.51562 121.293495 299.17188 121.05912Q298.84375 120.80912 298.01562 120.637245Q297.20312 120.46537 296.71875 120.21537Q296.23438 119.96537 296.0 119.637245Q295.78125 119.293495 295.78125 118.824745Q295.78125 118.043495 296.4375 117.512245Q297.09375 116.96537 298.125 116.96537Q299.20312 116.96537 299.85938 117.52787Q300.53125 118.074745 300.53125 118.93412L299.45312 118.93412Q299.45312 118.49662 299.0625 118.18412Q298.6875 117.855995 298.125 117.855995Q297.53125 117.855995 297.1875 118.12162Q296.85938 118.37162 296.85938 118.77787Q296.85938 119.168495 297.17188 119.37162Q297.48438 119.574745 298.29688 119.762245Q299.10938 119.93412 299.60938 120.18412Q300.10938 120.43412 300.34375 120.793495Q300.59375 121.15287 300.59375 121.65287Q300.59375 122.512245 299.90625 123.02787Q299.23438 123.543495 298.15625 123.543495Q297.39062 123.543495 296.79688 123.27787Q296.21875 122.99662 295.89062 122.512245Q295.5625 122.02787 295.5625 121.46537L296.64062 121.46537Q296.67188 122.012245 297.07812 122.34037Q297.48438 122.65287 298.15625 122.65287Q298.76562 122.65287 299.14062 122.40287Q299.51562 122.15287 299.51562 121.730995ZM304.45312 123.543495Q303.15625 123.543495 302.34375 122.699745Q301.54688 121.84037 301.54688 120.418495L301.54688 120.230995Q301.54688 119.27787 301.90625 118.543495Q302.26562 117.793495 302.90625 117.387245Q303.5625 116.96537 304.3125 116.96537Q305.54688 116.96537 306.23438 117.77787Q306.92188 118.59037 306.92188 120.105995L306.92188 120.55912L302.625 120.55912Q302.65625 121.49662 303.17188 122.074745Q303.70312 122.65287 304.51562 122.65287Q305.07812 122.65287 305.46875 122.418495Q305.875 122.18412 306.1875 121.793495L306.84375 122.30912Q306.04688 123.543495 304.45312 123.543495ZM304.3125 117.855995Q303.65625 117.855995 303.20312 118.34037Q302.76562 118.80912 302.67188 119.668495L305.84375 119.668495L305.84375 119.59037Q305.79688 118.762245 305.39062 118.30912Q305.0 117.855995 304.3125 117.855995ZM311.51562 121.730995Q311.51562 121.293495 311.17188 121.05912Q310.84375 120.80912 310.01562 120.637245Q309.20312 120.46537 308.71875 120.21537Q308.23438 119.96537 308.0 119.637245Q307.78125 119.293495 307.78125 118.824745Q307.78125 118.043495 308.4375 117.512245Q309.09375 116.96537 310.125 116.96537Q311.20312 116.96537 311.85938 117.52787Q312.53125 118.074745 312.53125 118.93412L311.45312 118.93412Q311.45312 118.49662 311.0625 118.18412Q310.6875 117.855995 310.125 117.855995Q309.53125 117.855995 309.1875 118.12162Q308.85938 118.37162 308.85938 118.77787Q308.85938 119.168495 309.17188 119.37162Q309.48438 119.574745 310.29688 119.762245Q311.10938 119.93412 311.60938 120.18412Q312.10938 120.43412 312.34375 120.793495Q312.59375 121.15287 312.59375 121.65287Q312.59375 122.512245 311.90625 123.02787Q311.23438 123.543495 310.15625 123.543495Q309.39062 123.543495 308.79688 123.27787Q308.21875 122.99662 307.89062 122.512245Q307.5625 122.02787 307.5625 121.46537L308.64062 121.46537Q308.67188 122.012245 309.07812 122.34037Q309.48438 122.65287 310.15625 122.65287Q310.76562 122.65287 311.14062 122.40287Q311.51562 122.15287 311.51562 121.730995ZM316.78125 119.949745Q316.78125 118.637245 317.125 117.418495Q317.48438 116.199745 318.1875 115.199745Q318.89062 114.199745 319.65625 113.793495L319.875 114.512245Q319.01562 115.168495 318.46875 116.512245Q317.92188 117.855995 317.875 119.52787L317.85938 120.02787Q317.85938 122.293495 318.6875 123.949745Q319.1875 124.949745 319.875 125.512245L319.65625 126.168495Q318.875 125.74662 318.15625 124.71537Q316.78125 122.730995 316.78125 119.949745ZM321.84375 117.074745L321.875 117.87162Q322.60938 116.96537 323.78125 116.96537Q325.79688 116.96537 325.8125 119.230995L325.8125 123.418495L324.71875 123.418495L324.71875 119.21537Q324.71875 118.543495 324.40625 118.21537Q324.10938 117.887245 323.45312 117.887245Q322.92188 117.887245 322.51562 118.168495Q322.125 118.449745 321.90625 118.90287L321.90625 123.418495L320.82812 123.418495L320.82812 117.074745L321.84375 117.074745ZM332.78125 118.65287L327.89062 118.65287L327.89062 117.699745L332.78125 117.699745L332.78125 118.65287ZM332.78125 121.074745L327.89062 121.074745L327.89062 120.137245L332.78125 120.137245L332.78125 121.074745ZM340.21875 115.49662L336.6875 123.418495L335.54688 123.418495L339.0625 115.77787L334.45312 115.77787L334.45312 114.887245L340.21875 114.887245L340.21875 115.49662ZM341.78125 125.12162L341.17188 124.699745Q341.71875 123.93412 341.75 123.105995L341.75 122.137245L342.8125 122.137245L342.8125 122.980995Q342.8125 123.574745 342.51562 124.168495Q342.21875 124.762245 341.78125 125.12162ZM348.89062 117.105995Q348.89062 117.74662 348.54688 118.24662Q348.20312 118.74662 347.64062 119.02787Q348.29688 119.30912 348.6875 119.87162Q349.07812 120.418495 349.07812 121.12162Q349.07812 122.21537 348.32812 122.887245Q347.59375 123.543495 346.375 123.543495Q345.14062 123.543495 344.39062 122.887245Q343.65625 122.21537 343.65625 121.12162Q343.65625 120.418495 344.03125 119.87162Q344.40625 119.30912 345.07812 119.02787Q344.51562 118.74662 344.1875 118.24662Q343.85938 117.74662 343.85938 117.105995Q343.85938 116.02787 344.54688 115.40287Q345.23438 114.762245 346.375 114.762245Q347.5 114.762245 348.1875 115.40287Q348.89062 116.02787 348.89062 117.105995ZM348.0 121.09037Q348.0 120.37162 347.54688 119.93412Q347.09375 119.480995 346.35938 119.480995Q345.625 119.480995 345.17188 119.93412Q344.73438 120.37162 344.73438 121.105995Q344.73438 121.824745 345.17188 122.24662Q345.60938 122.65287 346.375 122.65287Q347.125 122.65287 347.5625 122.230995Q348.0 121.80912 348.0 121.09037ZM346.375 115.65287Q345.73438 115.65287 345.32812 116.05912Q344.9375 116.449745 344.9375 117.137245Q344.9375 117.77787 345.32812 118.18412Q345.71875 118.59037 346.35938 118.59037Q347.01562 118.59037 347.40625 118.18412Q347.79688 117.77787 347.79688 117.137245Q347.79688 116.480995 347.39062 116.074745Q346.98438 115.65287 346.375 115.65287ZM356.29688 123.418495L350.70312 123.418495L350.70312 122.637245L353.65625 119.355995Q354.3125 118.605995 354.5625 118.15287Q354.8125 117.68412 354.8125 117.18412Q354.8125 116.512245 354.40625 116.09037Q354.01562 115.65287 353.32812 115.65287Q352.53125 115.65287 352.07812 116.12162Q351.625 116.574745 351.625 117.40287L350.54688 117.40287Q350.54688 116.21537 351.29688 115.49662Q352.0625 114.762245 353.32812 114.762245Q354.53125 114.762245 355.21875 115.387245Q355.90625 116.012245 355.90625 117.05912Q355.90625 118.30912 354.29688 120.05912L352.01562 122.52787L356.29688 122.52787L356.29688 123.418495ZM363.21875 115.49662L359.6875 123.418495L358.54688 123.418495L362.0625 115.77787L357.45312 115.77787L357.45312 114.887245L363.21875 114.887245L363.21875 115.49662ZM367.32812 120.012245Q367.32812 121.324745 366.98438 122.52787Q366.64062 123.71537 365.92188 124.730995Q365.21875 125.74662 364.45312 126.168495L364.21875 125.512245Q365.125 124.824745 365.67188 123.37162Q366.21875 121.90287 366.23438 120.137245L366.23438 119.949745Q366.23438 118.71537 365.96875 117.65287Q365.71875 116.59037 365.25 115.762245Q364.79688 114.918495 364.21875 114.449745L364.45312 113.793495Q365.21875 114.21537 365.92188 115.21537Q366.625 116.21537 366.96875 117.43412Q367.32812 118.637245 367.32812 120.012245Z" fill-rule="nonzero"/><path fill="#666666" d="M119.52187 94.01582L113.92812 94.01582L113.92812 93.23457L116.88125 89.95332Q117.5375 89.20332 117.7875 88.7502Q118.0375 88.28145 118.0375 87.78145Q118.0375 87.10957 117.63125 86.6877Q117.24062 86.2502 116.55312 86.2502Q115.75625 86.2502 115.30312 86.71895Q114.85 87.17207 114.85 88.0002L113.77187 88.0002Q113.77187 86.8127 114.52187 86.09395Q115.2875 85.35957 116.55312 85.35957Q117.75625 85.35957 118.44375 85.98457Q119.13125 86.60957 119.13125 87.65645Q119.13125 88.90645 117.52187 90.65645L115.24062 93.1252L119.52187 93.1252L119.52187 94.01582ZM126.2875 90.3752Q126.2875 92.28145 125.63125 93.21895Q124.99062 94.14082 123.6 94.14082Q122.24062 94.14082 121.58437 93.23457Q120.92812 92.32832 120.89687 90.51582L120.89687 89.07832Q120.89687 87.1877 121.5375 86.28145Q122.19375 85.35957 123.58437 85.35957Q124.95937 85.35957 125.61562 86.2502Q126.27187 87.1252 126.2875 88.96895L126.2875 90.3752ZM125.19375 88.89082Q125.19375 87.51582 124.80312 86.89082Q124.42812 86.2502 123.58437 86.2502Q122.75625 86.2502 122.36562 86.89082Q121.99062 87.51582 121.99062 88.8127L121.99062 90.54707Q121.99062 91.92207 122.38125 92.59395Q122.7875 93.2502 123.6 93.2502Q124.39687 93.2502 124.7875 92.6252Q125.17812 92.0002 125.19375 90.67207L125.19375 88.89082ZM127.83437 87.1252Q127.83437 86.35957 128.31876 85.85957Q128.81876 85.35957 129.58438 85.35957Q130.36563 85.35957 130.85 85.85957Q131.33438 86.35957 131.33438 87.15645L131.33438 87.57832Q131.33438 88.34395 130.83438 88.84395Q130.35 89.32832 129.6 89.32832Q128.83438 89.32832 128.33438 88.84395Q127.83437 88.34395 127.83437 87.53145L127.83437 87.1252ZM128.64688 87.57832Q128.64688 88.03145 128.89688 88.32832Q129.1625 88.6252 129.6 88.6252Q130.02188 88.6252 130.27188 88.34395Q130.52188 88.04707 130.52188 87.54707L130.52188 87.1252Q130.52188 86.67207 130.27188 86.3752Q130.02188 86.0627 129.58438 86.0627Q129.14688 86.0627 128.89688 86.3752Q128.64688 86.67207 128.64688 87.14082L128.64688 87.57832ZM131.99063 91.92207Q131.99063 91.15645 132.475 90.67207Q132.975 90.17207 133.74063 90.17207Q134.50626 90.17207 134.99063 90.67207Q135.49063 91.15645 135.49063 91.96895L135.49063 92.3752Q135.49063 93.14082 135.00626 93.64082Q134.52188 94.14082 133.75626 94.14082Q132.99063 94.14082 132.49063 93.65645Q131.99063 93.15645 131.99063 92.34395L131.99063 91.92207ZM132.80313 92.3752Q132.80313 92.84395 133.05313 93.14082Q133.31876 93.4377 133.75626 93.4377Q134.17813 93.4377 134.42813 93.15645Q134.67813 92.85957 134.67813 92.35957L134.67813 91.92207Q134.67813 91.45332 134.4125 91.17207Q134.1625 90.8752 133.74063 90.8752Q133.31876 90.8752 133.05313 91.17207Q132.80313 91.45332 132.80313 91.95332L132.80313 92.3752ZM129.85 93.3752L129.225 92.98457L133.39688 86.3127L134.00626 86.70332L129.85 93.3752Z" fill-rule="nonzero"/><path fill="#666666" d="M235.35625 91.15645L236.54375 91.15645L236.54375 92.03145L235.35625 92.03145L235.35625 94.01582L234.27812 94.01582L234.27812 92.03145L230.3875 92.03145L230.3875 91.39082L234.2 85.48457L235.35625 85.48457L235.35625 91.15645ZM231.62187 91.15645L234.27812 91.15645L234.27812 86.96895L234.1375 87.20332L231.62187 91.15645ZM243.1375 90.3752Q243.1375 92.28145 242.48125 93.21895Q241.84062 94.14082 240.45 94.14082Q239.09062 94.14082 238.43437 93.23457Q237.77812 92.32832 237.74687 90.51582L237.74687 89.07832Q237.74687 87.1877 238.3875 86.28145Q239.04375 85.35957 240.43437 85.35957Q241.80937 85.35957 242.46562 86.2502Q243.12187 87.1252 243.1375 88.96895L243.1375 90.3752ZM242.04375 88.89082Q242.04375 87.51582 241.65312 86.89082Q241.27812 86.2502 240.43437 86.2502Q239.60625 86.2502 239.21562 86.89082Q238.84062 87.51582 238.84062 88.8127L238.84062 90.54707Q238.84062 91.92207 239.23125 92.59395Q239.6375 93.2502 240.45 93.2502Q241.24687 93.2502 241.6375 92.6252Q242.02812 92.0002 242.04375 90.67207L242.04375 88.89082ZM244.68437 87.1252Q244.68437 86.35957 245.16875 85.85957Q245.66875 85.35957 246.43437 85.35957Q247.21562 85.35957 247.7 85.85957Q248.18437 86.35957 248.18437 87.15645L248.18437 87.57832Q248.18437 88.34395 247.68437 88.84395Q247.2 89.32832 246.45 89.32832Q245.68437 89.32832 245.18437 88.84395Q244.68437 88.34395 244.68437 87.53145L244.68437 87.1252ZM245.49687 87.57832Q245.49687 88.03145 245.74687 88.32832Q246.0125 88.6252 246.45 88.6252Q246.87187 88.6252 247.12187 88.34395Q247.37187 88.04707 247.37187 87.54707L247.37187 87.1252Q247.37187 86.67207 247.12187 86.3752Q246.87187 86.0627 246.43437 86.0627Q245.99687 86.0627 245.74687 86.3752Q245.49687 86.67207 245.49687 87.14082L245.49687 87.57832ZM248.84062 91.92207Q248.84062 91.15645 249.325 90.67207Q249.825 90.17207 250.59062 90.17207Q251.35625 90.17207 251.84062 90.67207Q252.34062 91.15645 252.34062 91.96895L252.34062 92.3752Q252.34062 93.14082 251.85625 93.64082Q251.37187 94.14082 250.60625 94.14082Q249.84062 94.14082 249.34062 93.65645Q248.84062 93.15645 248.84062 92.34395L248.84062 91.92207ZM249.65312 92.3752Q249.65312 92.84395 249.90312 93.14082Q250.16875 93.4377 250.60625 93.4377Q251.02812 93.4377 251.27812 93.15645Q251.52812 92.85957 251.52812 92.35957L251.52812 91.92207Q251.52812 91.45332 251.2625 91.17207Q251.0125 90.8752 250.59062 90.8752Q250.16875 90.8752 249.90312 91.17207Q249.65312 91.45332 249.65312 91.95332L249.65312 92.3752ZM246.7 93.3752L246.075 92.98457L250.24687 86.3127L250.85625 86.70332L246.7 93.3752Z" fill-rule="nonzero"/><path fill="#666666" d="M351.89374 85.48457L351.89374 86.39082L351.6906 86.39082Q350.425 86.42207 349.675 87.15645Q348.925 87.8752 348.8 89.1877Q349.4875 88.42207 350.64374 88.42207Q351.7531 88.42207 352.425 89.20332Q353.09686 89.98457 353.09686 91.23457Q353.09686 92.54707 352.3781 93.34395Q351.65936 94.14082 350.4406 94.14082Q349.22186 94.14082 348.45624 93.20332Q347.70624 92.2502 347.70624 90.76582L347.70624 90.35957Q347.70624 88.0002 348.70624 86.7502Q349.70624 85.5002 351.6906 85.48457L351.89374 85.48457ZM350.47186 89.32832Q349.90936 89.32832 349.4406 89.65645Q348.97186 89.98457 348.78436 90.5002L348.78436 90.89082Q348.78436 91.95332 349.2531 92.59395Q349.7375 93.23457 350.4406 93.23457Q351.175 93.23457 351.59686 92.70332Q352.01874 92.15645 352.01874 91.28145Q352.01874 90.40645 351.59686 89.8752Q351.175 89.32832 350.47186 89.32832ZM359.9875 90.3752Q359.9875 92.28145 359.33124 93.21895Q358.6906 94.14082 357.3 94.14082Q355.9406 94.14082 355.28436 93.23457Q354.6281 92.32832 354.59686 90.51582L354.59686 89.07832Q354.59686 87.1877 355.2375 86.28145Q355.89374 85.35957 357.28436 85.35957Q358.65936 85.35957 359.3156 86.2502Q359.97186 87.1252 359.9875 88.96895L359.9875 90.3752ZM358.89374 88.89082Q358.89374 87.51582 358.5031 86.89082Q358.1281 86.2502 357.28436 86.2502Q356.45624 86.2502 356.0656 86.89082Q355.6906 87.51582 355.6906 88.8127L355.6906 90.54707Q355.6906 91.92207 356.08124 92.59395Q356.4875 93.2502 357.3 93.2502Q358.09686 93.2502 358.4875 92.6252Q358.8781 92.0002 358.89374 90.67207L358.89374 88.89082ZM361.53436 87.1252Q361.53436 86.35957 362.01874 85.85957Q362.51874 85.35957 363.28436 85.35957Q364.0656 85.35957 364.55 85.85957Q365.03436 86.35957 365.03436 87.15645L365.03436 87.57832Q365.03436 88.34395 364.53436 88.84395Q364.05 89.32832 363.3 89.32832Q362.53436 89.32832 362.03436 88.84395Q361.53436 88.34395 361.53436 87.53145L361.53436 87.1252ZM362.34686 87.57832Q362.34686 88.03145 362.59686 88.32832Q362.8625 88.6252 363.3 88.6252Q363.72186 88.6252 363.97186 88.34395Q364.22186 88.04707 364.22186 87.54707L364.22186 87.1252Q364.22186 86.67207 363.97186 86.3752Q363.72186 86.0627 363.28436 86.0627Q362.84686 86.0627 362.59686 86.3752Q362.34686 86.67207 362.34686 87.14082L362.34686 87.57832ZM365.6906 91.92207Q365.6906 91.15645 366.175 90.67207Q366.675 90.17207 367.4406 90.17207Q368.20624 90.17207 368.6906 90.67207Q369.1906 91.15645 369.1906 91.96895L369.1906 92.3752Q369.1906 93.14082 368.70624 93.64082Q368.22186 94.14082 367.45624 94.14082Q366.6906 94.14082 366.1906 93.65645Q365.6906 93.15645 365.6906 92.34395L365.6906 91.92207ZM366.5031 92.3752Q366.5031 92.84395 366.7531 93.14082Q367.01874 93.4377 367.45624 93.4377Q367.8781 93.4377 368.1281 93.15645Q368.3781 92.85957 368.3781 92.35957L368.3781 91.92207Q368.3781 91.45332 368.1125 91.17207Q367.8625 90.8752 367.4406 90.8752Q367.01874 90.8752 366.7531 91.17207Q366.5031 91.45332 366.5031 91.95332L366.5031 92.3752ZM363.55 93.3752L362.925 92.98457L367.09686 86.3127L367.70624 86.70332L363.55 93.3752Z" fill-rule="nonzero"/><path fill="#666666" d="M469.66562 87.70332Q469.66562 88.34395 469.32187 88.84395Q468.97812 89.34395 468.41562 89.6252Q469.07187 89.90645 469.4625 90.46895Q469.85312 91.01582 469.85312 91.71895Q469.85312 92.8127 469.10312 93.48457Q468.36874 94.14082 467.15 94.14082Q465.91562 94.14082 465.16562 93.48457Q464.43124 92.8127 464.43124 91.71895Q464.43124 91.01582 464.80624 90.46895Q465.18124 89.90645 465.85312 89.6252Q465.29062 89.34395 464.9625 88.84395Q464.63437 88.34395 464.63437 87.70332Q464.63437 86.6252 465.32187 86.0002Q466.00937 85.35957 467.15 85.35957Q468.275 85.35957 468.9625 86.0002Q469.66562 86.6252 469.66562 87.70332ZM468.775 91.6877Q468.775 90.96895 468.32187 90.53145Q467.86874 90.07832 467.13437 90.07832Q466.4 90.07832 465.94687 90.53145Q465.50937 90.96895 465.50937 91.70332Q465.50937 92.42207 465.94687 92.84395Q466.38437 93.2502 467.15 93.2502Q467.9 93.2502 468.3375 92.82832Q468.775 92.40645 468.775 91.6877ZM467.15 86.2502Q466.50937 86.2502 466.10312 86.65645Q465.7125 87.04707 465.7125 87.73457Q465.7125 88.3752 466.10312 88.78145Q466.49374 89.1877 467.13437 89.1877Q467.79062 89.1877 468.18124 88.78145Q468.57187 88.3752 468.57187 87.73457Q468.57187 87.07832 468.16562 86.67207Q467.75937 86.2502 467.15 86.2502ZM476.8375 90.3752Q476.8375 92.28145 476.18124 93.21895Q475.54062 94.14082 474.15 94.14082Q472.79062 94.14082 472.13437 93.23457Q471.47812 92.32832 471.44687 90.51582L471.44687 89.07832Q471.44687 87.1877 472.0875 86.28145Q472.74374 85.35957 474.13437 85.35957Q475.50937 85.35957 476.16562 86.2502Q476.82187 87.1252 476.8375 88.96895L476.8375 90.3752ZM475.74374 88.89082Q475.74374 87.51582 475.35312 86.89082Q474.97812 86.2502 474.13437 86.2502Q473.30624 86.2502 472.91562 86.89082Q472.54062 87.51582 472.54062 88.8127L472.54062 90.54707Q472.54062 91.92207 472.93124 92.59395Q473.3375 93.2502 474.15 93.2502Q474.94687 93.2502 475.3375 92.6252Q475.72812 92.0002 475.74374 90.67207L475.74374 88.89082ZM478.38437 87.1252Q478.38437 86.35957 478.86874 85.85957Q479.36874 85.35957 480.13437 85.35957Q480.91562 85.35957 481.4 85.85957Q481.88437 86.35957 481.88437 87.15645L481.88437 87.57832Q481.88437 88.34395 481.38437 88.84395Q480.9 89.32832 480.15 89.32832Q479.38437 89.32832 478.88437 88.84395Q478.38437 88.34395 478.38437 87.53145L478.38437 87.1252ZM479.19687 87.57832Q479.19687 88.03145 479.44687 88.32832Q479.7125 88.6252 480.15 88.6252Q480.57187 88.6252 480.82187 88.34395Q481.07187 88.04707 481.07187 87.54707L481.07187 87.1252Q481.07187 86.67207 480.82187 86.3752Q480.57187 86.0627 480.13437 86.0627Q479.69687 86.0627 479.44687 86.3752Q479.19687 86.67207 479.19687 87.14082L479.19687 87.57832ZM482.54062 91.92207Q482.54062 91.15645 483.025 90.67207Q483.525 90.17207 484.29062 90.17207Q485.05624 90.17207 485.54062 90.67207Q486.04062 91.15645 486.04062 91.96895L486.04062 92.3752Q486.04062 93.14082 485.55624 93.64082Q485.07187 94.14082 484.30624 94.14082Q483.54062 94.14082 483.04062 93.65645Q482.54062 93.15645 482.54062 92.34395L482.54062 91.92207ZM483.35312 92.3752Q483.35312 92.84395 483.60312 93.14082Q483.86874 93.4377 484.30624 93.4377Q484.72812 93.4377 484.97812 93.15645Q485.22812 92.85957 485.22812 92.35957L485.22812 91.92207Q485.22812 91.45332 484.9625 91.17207Q484.7125 90.8752 484.29062 90.8752Q483.86874 90.8752 483.60312 91.17207Q483.35312 91.45332 483.35312 91.95332L483.35312 92.3752ZM480.4 93.3752L479.775 92.98457L483.94687 86.3127L484.55624 86.70332L480.4 93.3752Z" fill-rule="nonzero"/><path fill="#a61c00" d="M182.5 136.98865C182.5 136.43637 182.94771 135.98865 183.5 135.98865L193.5 135.98865C194.05229 135.98865 194.5 136.43637 194.5 136.98865L194.5 146.98865C194.5 147.54094 194.05229 147.98865 193.5 147.98865L183.5 147.98865C182.94771 147.98865 182.5 147.54094 182.5 146.98865Z" fill-rule="nonzero"/><path fill="#666666" d="M203.48438 146.48865L203.48438 137.9574L205.90625 137.9574Q207.01562 137.9574 207.85938 138.4574Q208.71875 138.94177 209.1875 139.84802Q209.65625 140.75427 209.65625 141.94177L209.65625 142.47302Q209.65625 143.69177 209.1875 144.59802Q208.73438 145.50427 207.85938 145.98865Q207.0 146.47302 205.85938 146.48865L203.48438 146.48865ZM204.60938 138.87927L204.60938 145.56677L205.79688 145.56677Q207.09375 145.56677 207.8125 144.7699Q208.54688 143.9574 208.54688 142.4574L208.54688 141.9574Q208.54688 140.50427 207.85938 139.7074Q207.1875 138.8949 205.92188 138.87927L204.60938 138.87927ZM213.95312 146.61365Q212.65625 146.61365 211.84375 145.7699Q211.04688 144.91052 211.04688 143.48865L211.04688 143.30115Q211.04688 142.34802 211.40625 141.61365Q211.76562 140.86365 212.40625 140.4574Q213.0625 140.03552 213.8125 140.03552Q215.04688 140.03552 215.73438 140.84802Q216.42188 141.66052 216.42188 143.17615L216.42188 143.62927L212.125 143.62927Q212.15625 144.56677 212.67188 145.1449Q213.20312 145.72302 214.01562 145.72302Q214.57812 145.72302 214.96875 145.48865Q215.375 145.25427 215.6875 144.86365L216.34375 145.37927Q215.54688 146.61365 213.95312 146.61365ZM213.8125 140.92615Q213.15625 140.92615 212.70312 141.41052Q212.26562 141.87927 212.17188 142.73865L215.34375 142.73865L215.34375 142.66052Q215.29688 141.8324 214.89062 141.37927Q214.5 140.92615 213.8125 140.92615ZM218.79688 138.61365L218.79688 140.1449L219.96875 140.1449L219.96875 140.98865L218.79688 140.98865L218.79688 144.91052Q218.79688 145.30115 218.95312 145.48865Q219.10938 145.67615 219.48438 145.67615Q219.67188 145.67615 220.0 145.61365L220.0 146.48865Q219.57812 146.61365 219.17188 146.61365Q218.45312 146.61365 218.07812 146.17615Q217.70312 145.72302 217.70312 144.91052L217.70312 140.98865L216.54688 140.98865L216.54688 140.1449L217.70312 140.1449L217.70312 138.61365L218.79688 138.61365ZM224.39062 141.11365Q224.14062 141.0824 223.85938 141.0824Q222.78125 141.0824 222.40625 141.98865L222.40625 146.48865L221.32812 146.48865L221.32812 140.1449L222.375 140.1449L222.39062 140.87927Q222.92188 140.03552 223.90625 140.03552Q224.21875 140.03552 224.39062 140.11365L224.39062 141.11365ZM229.23438 146.48865Q229.14062 146.30115 229.07812 145.81677Q228.32812 146.61365 227.28125 146.61365Q226.34375 146.61365 225.73438 146.0824Q225.14062 145.55115 225.14062 144.72302Q225.14062 143.73865 225.89062 143.19177Q226.64062 142.6449 228.01562 142.6449L229.0625 142.6449L229.0625 142.1449Q229.0625 141.5824 228.71875 141.25427Q228.39062 140.91052 227.71875 140.91052Q227.14062 140.91052 226.75 141.2074Q226.35938 141.48865 226.35938 141.91052L225.26562 141.91052Q225.26562 141.42615 225.59375 140.98865Q225.9375 140.55115 226.51562 140.30115Q227.09375 140.03552 227.78125 140.03552Q228.89062 140.03552 229.5 140.5824Q230.125 141.12927 230.15625 142.0824L230.15625 145.00427Q230.15625 145.87927 230.375 146.3949L230.375 146.48865L229.23438 146.48865ZM227.4375 145.66052Q227.95312 145.66052 228.40625 145.3949Q228.85938 145.12927 229.0625 144.7074L229.0625 143.41052L228.21875 143.41052Q226.21875 143.41052 226.21875 144.5824Q226.21875 145.0824 226.5625 145.37927Q226.90625 145.66052 227.4375 145.66052ZM234.85938 145.72302Q235.4375 145.72302 235.875 145.37927Q236.3125 145.0199 236.35938 144.48865L237.39062 144.48865Q237.35938 145.03552 237.0 145.53552Q236.65625 146.0199 236.07812 146.31677Q235.51562 146.61365 234.85938 146.61365Q233.5625 146.61365 232.79688 145.75427Q232.04688 144.87927 232.04688 143.37927L232.04688 143.19177Q232.04688 142.2699 232.375 141.55115Q232.71875 140.8324 233.34375 140.44177Q233.98438 140.03552 234.85938 140.03552Q235.92188 140.03552 236.625 140.67615Q237.34375 141.30115 237.39062 142.3324L236.35938 142.3324Q236.3125 141.7074 235.89062 141.31677Q235.46875 140.92615 234.85938 140.92615Q234.03125 140.92615 233.57812 141.5199Q233.125 142.11365 233.125 143.23865L233.125 143.44177Q233.125 144.53552 233.57812 145.12927Q234.03125 145.72302 234.85938 145.72302ZM239.79688 138.61365L239.79688 140.1449L240.96875 140.1449L240.96875 140.98865L239.79688 140.98865L239.79688 144.91052Q239.79688 145.30115 239.95312 145.48865Q240.10938 145.67615 240.48438 145.67615Q240.67188 145.67615 241.0 145.61365L241.0 146.48865Q240.57812 146.61365 240.17188 146.61365Q239.45312 146.61365 239.07812 146.17615Q238.70312 145.72302 238.70312 144.91052L238.70312 140.98865L237.54688 140.98865L237.54688 140.1449L238.70312 140.1449L238.70312 138.61365L239.79688 138.61365ZM242.03125 143.25427Q242.03125 142.3324 242.39062 141.5824Q242.76562 140.8324 243.42188 140.44177Q244.07812 140.03552 244.90625 140.03552Q246.20312 140.03552 247.0 140.92615Q247.8125 141.81677 247.8125 143.31677L247.8125 143.3949Q247.8125 144.31677 247.45312 145.05115Q247.09375 145.78552 246.4375 146.2074Q245.78125 146.61365 244.92188 146.61365Q243.64062 146.61365 242.82812 145.72302Q242.03125 144.81677 242.03125 143.3324L242.03125 143.25427ZM243.125 143.3949Q243.125 144.44177 243.60938 145.0824Q244.10938 145.72302 244.92188 145.72302Q245.75 145.72302 246.23438 145.0824Q246.71875 144.42615 246.71875 143.25427Q246.71875 142.22302 246.21875 141.5824Q245.73438 140.92615 244.90625 140.92615Q244.10938 140.92615 243.60938 141.56677Q243.125 142.19177 243.125 143.3949ZM252.39062 141.11365Q252.14062 141.0824 251.85938 141.0824Q250.78125 141.0824 250.40625 141.98865L250.40625 146.48865L249.32812 146.48865L249.32812 140.1449L250.375 140.1449L250.39062 140.87927Q250.92188 140.03552 251.90625 140.03552Q252.21875 140.03552 252.39062 140.11365L252.39062 141.11365Z" fill-rule="nonzero"/><path fill="#f1c232" d="M268.5 136.98865C268.5 136.43637 268.94772 135.98865 269.5 135.98865L279.5 135.98865C280.05228 135.98865 280.5 136.43637 280.5 136.98865L280.5 146.98865C280.5 147.54094 280.05228 147.98865 279.5 147.98865L269.5 147.98865C268.94772 147.98865 268.5 147.54094 268.5 146.98865Z" fill-rule="nonzero"/><path fill="#666666" d="M290.60938 143.1449L290.60938 146.48865L289.48438 146.48865L289.48438 137.9574L292.64062 137.9574Q294.03125 137.9574 294.82812 138.67615Q295.625 139.37927 295.625 140.56677Q295.625 141.80115 294.84375 142.47302Q294.07812 143.1449 292.625 143.1449L290.60938 143.1449ZM290.60938 142.22302L292.64062 142.22302Q293.54688 142.22302 294.01562 141.80115Q294.5 141.37927 294.5 140.5824Q294.5 139.81677 294.01562 139.36365Q293.54688 138.8949 292.70312 138.87927L290.60938 138.87927L290.60938 142.22302ZM301.23438 146.48865Q301.14062 146.30115 301.07812 145.81677Q300.32812 146.61365 299.28125 146.61365Q298.34375 146.61365 297.73438 146.0824Q297.14062 145.55115 297.14062 144.72302Q297.14062 143.73865 297.89062 143.19177Q298.64062 142.6449 300.01562 142.6449L301.0625 142.6449L301.0625 142.1449Q301.0625 141.5824 300.71875 141.25427Q300.39062 140.91052 299.71875 140.91052Q299.14062 140.91052 298.75 141.2074Q298.35938 141.48865 298.35938 141.91052L297.26562 141.91052Q297.26562 141.42615 297.59375 140.98865Q297.9375 140.55115 298.51562 140.30115Q299.09375 140.03552 299.78125 140.03552Q300.89062 140.03552 301.5 140.5824Q302.125 141.12927 302.15625 142.0824L302.15625 145.00427Q302.15625 145.87927 302.375 146.3949L302.375 146.48865L301.23438 146.48865ZM299.4375 145.66052Q299.95312 145.66052 300.40625 145.3949Q300.85938 145.12927 301.0625 144.7074L301.0625 143.41052L300.21875 143.41052Q298.21875 143.41052 298.21875 144.5824Q298.21875 145.0824 298.5625 145.37927Q298.90625 145.66052 299.4375 145.66052ZM308.01562 144.80115Q308.01562 144.36365 307.67188 144.12927Q307.34375 143.87927 306.51562 143.7074Q305.70312 143.53552 305.21875 143.28552Q304.73438 143.03552 304.5 142.7074Q304.28125 142.36365 304.28125 141.8949Q304.28125 141.11365 304.9375 140.5824Q305.59375 140.03552 306.625 140.03552Q307.70312 140.03552 308.35938 140.59802Q309.03125 141.1449 309.03125 142.00427L307.95312 142.00427Q307.95312 141.56677 307.5625 141.25427Q307.1875 140.92615 306.625 140.92615Q306.03125 140.92615 305.6875 141.19177Q305.35938 141.44177 305.35938 141.84802Q305.35938 142.23865 305.67188 142.44177Q305.98438 142.6449 306.79688 142.8324Q307.60938 143.00427 308.10938 143.25427Q308.60938 143.50427 308.84375 143.86365Q309.09375 144.22302 309.09375 144.72302Q309.09375 145.5824 308.40625 146.09802Q307.73438 146.61365 306.65625 146.61365Q305.89062 146.61365 305.29688 146.34802Q304.71875 146.06677 304.39062 145.5824Q304.0625 145.09802 304.0625 144.53552L305.14062 144.53552Q305.17188 145.0824 305.57812 145.41052Q305.98438 145.72302 306.65625 145.72302Q307.26562 145.72302 307.64062 145.47302Q308.01562 145.22302 308.01562 144.80115ZM314.01562 144.80115Q314.01562 144.36365 313.67188 144.12927Q313.34375 143.87927 312.51562 143.7074Q311.70312 143.53552 311.21875 143.28552Q310.73438 143.03552 310.5 142.7074Q310.28125 142.36365 310.28125 141.8949Q310.28125 141.11365 310.9375 140.5824Q311.59375 140.03552 312.625 140.03552Q313.70312 140.03552 314.35938 140.59802Q315.03125 141.1449 315.03125 142.00427L313.95312 142.00427Q313.95312 141.56677 313.5625 141.25427Q313.1875 140.92615 312.625 140.92615Q312.03125 140.92615 311.6875 141.19177Q311.35938 141.44177 311.35938 141.84802Q311.35938 142.23865 311.67188 142.44177Q311.98438 142.6449 312.79688 142.8324Q313.60938 143.00427 314.10938 143.25427Q314.60938 143.50427 314.84375 143.86365Q315.09375 144.22302 315.09375 144.72302Q315.09375 145.5824 314.40625 146.09802Q313.73438 146.61365 312.65625 146.61365Q311.89062 146.61365 311.29688 146.34802Q310.71875 146.06677 310.39062 145.5824Q310.0625 145.09802 310.0625 144.53552L311.14062 144.53552Q311.17188 145.0824 311.57812 145.41052Q311.98438 145.72302 312.65625 145.72302Q313.26562 145.72302 313.64062 145.47302Q314.01562 145.22302 314.01562 144.80115ZM317.5 146.48865L316.42188 146.48865L316.42188 140.1449L317.5 140.1449L317.5 146.48865ZM316.32812 138.47302Q316.32812 138.2074 316.48438 138.0199Q316.65625 137.8324 316.96875 137.8324Q317.28125 137.8324 317.4375 138.0199Q317.60938 138.2074 317.60938 138.47302Q317.60938 138.72302 317.4375 138.91052Q317.28125 139.0824 316.96875 139.0824Q316.65625 139.0824 316.48438 138.91052Q316.32812 138.72302 316.32812 138.47302ZM321.40625 145.0199L322.98438 140.1449L324.09375 140.1449L321.8125 146.48865L320.98438 146.48865L318.6875 140.1449L319.79688 140.1449L321.40625 145.0199ZM327.95312 146.61365Q326.65625 146.61365 325.84375 145.7699Q325.04688 144.91052 325.04688 143.48865L325.04688 143.30115Q325.04688 142.34802 325.40625 141.61365Q325.76562 140.86365 326.40625 140.4574Q327.0625 140.03552 327.8125 140.03552Q329.04688 140.03552 329.73438 140.84802Q330.42188 141.66052 330.42188 143.17615L330.42188 143.62927L326.125 143.62927Q326.15625 144.56677 326.67188 145.1449Q327.20312 145.72302 328.01562 145.72302Q328.57812 145.72302 328.96875 145.48865Q329.375 145.25427 329.6875 144.86365L330.34375 145.37927Q329.54688 146.61365 327.95312 146.61365ZM327.8125 140.92615Q327.15625 140.92615 326.70312 141.41052Q326.26562 141.87927 326.17188 142.73865L329.34375 142.73865L329.34375 142.66052Q329.29688 141.8324 328.89062 141.37927Q328.5 140.92615 327.8125 140.92615Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M346.5 136.98865C346.5 136.43637 346.94772 135.98865 347.5 135.98865L357.5 135.98865C358.05228 135.98865 358.5 136.43637 358.5 136.98865L358.5 146.98865C358.5 147.54094 358.05228 147.98865 357.5 147.98865L347.5 147.98865C346.94772 147.98865 346.5 147.54094 346.5 146.98865Z" fill-rule="nonzero"/><path fill="#666666" d="M368.60938 143.1449L368.60938 146.48865L367.48438 146.48865L367.48438 137.9574L370.64062 137.9574Q372.03125 137.9574 372.82812 138.67615Q373.625 139.37927 373.625 140.56677Q373.625 141.80115 372.84375 142.47302Q372.07812 143.1449 370.625 143.1449L368.60938 143.1449ZM368.60938 142.22302L370.64062 142.22302Q371.54688 142.22302 372.01562 141.80115Q372.5 141.37927 372.5 140.5824Q372.5 139.81677 372.01562 139.36365Q371.54688 138.8949 370.70312 138.87927L368.60938 138.87927L368.60938 142.22302ZM378.39062 141.11365Q378.14062 141.0824 377.85938 141.0824Q376.78125 141.0824 376.40625 141.98865L376.40625 146.48865L375.32812 146.48865L375.32812 140.1449L376.375 140.1449L376.39062 140.87927Q376.92188 140.03552 377.90625 140.03552Q378.21875 140.03552 378.39062 140.11365L378.39062 141.11365ZM379.03125 143.25427Q379.03125 142.3324 379.39062 141.5824Q379.76562 140.8324 380.42188 140.44177Q381.07812 140.03552 381.90625 140.03552Q383.20312 140.03552 384.0 140.92615Q384.8125 141.81677 384.8125 143.31677L384.8125 143.3949Q384.8125 144.31677 384.45312 145.05115Q384.09375 145.78552 383.4375 146.2074Q382.78125 146.61365 381.92188 146.61365Q380.64062 146.61365 379.82812 145.72302Q379.03125 144.81677 379.03125 143.3324L379.03125 143.25427ZM380.125 143.3949Q380.125 144.44177 380.60938 145.0824Q381.10938 145.72302 381.92188 145.72302Q382.75 145.72302 383.23438 145.0824Q383.71875 144.42615 383.71875 143.25427Q383.71875 142.22302 383.21875 141.5824Q382.73438 140.92615 381.90625 140.92615Q381.10938 140.92615 380.60938 141.56677Q380.125 142.19177 380.125 143.3949ZM387.34375 140.1449L387.375 140.84802Q388.0625 140.03552 389.25 140.03552Q390.57812 140.03552 391.0625 141.05115Q391.375 140.59802 391.875 140.31677Q392.39062 140.03552 393.07812 140.03552Q395.17188 140.03552 395.20312 142.23865L395.20312 146.48865L394.125 146.48865L394.125 142.30115Q394.125 141.62927 393.8125 141.30115Q393.5 140.9574 392.76562 140.9574Q392.15625 140.9574 391.75 141.31677Q391.35938 141.67615 391.29688 142.28552L391.29688 146.48865L390.21875 146.48865L390.21875 142.3324Q390.21875 140.9574 388.85938 140.9574Q387.79688 140.9574 387.40625 141.86365L387.40625 146.48865L386.3125 146.48865L386.3125 140.1449L387.34375 140.1449ZM397.03125 143.25427Q397.03125 142.3324 397.39062 141.5824Q397.76562 140.8324 398.42188 140.44177Q399.07812 140.03552 399.90625 140.03552Q401.20312 140.03552 402.0 140.92615Q402.8125 141.81677 402.8125 143.31677L402.8125 143.3949Q402.8125 144.31677 402.45312 145.05115Q402.09375 145.78552 401.4375 146.2074Q400.78125 146.61365 399.92188 146.61365Q398.64062 146.61365 397.82812 145.72302Q397.03125 144.81677 397.03125 143.3324L397.03125 143.25427ZM398.125 143.3949Q398.125 144.44177 398.60938 145.0824Q399.10938 145.72302 399.92188 145.72302Q400.75 145.72302 401.23438 145.0824Q401.71875 144.42615 401.71875 143.25427Q401.71875 142.22302 401.21875 141.5824Q400.73438 140.92615 399.90625 140.92615Q399.10938 140.92615 398.60938 141.56677Q398.125 142.19177 398.125 143.3949ZM405.79688 138.61365L405.79688 140.1449L406.96875 140.1449L406.96875 140.98865L405.79688 140.98865L405.79688 144.91052Q405.79688 145.30115 405.95312 145.48865Q406.10938 145.67615 406.48438 145.67615Q406.67188 145.67615 407.0 145.61365L407.0 146.48865Q406.57812 146.61365 406.17188 146.61365Q405.45312 146.61365 405.07812 146.17615Q404.70312 145.72302 404.70312 144.91052L404.70312 140.98865L403.54688 140.98865L403.54688 140.1449L404.70312 140.1449L404.70312 138.61365L405.79688 138.61365ZM410.95312 146.61365Q409.65625 146.61365 408.84375 145.7699Q408.04688 144.91052 408.04688 143.48865L408.04688 143.30115Q408.04688 142.34802 408.40625 141.61365Q408.76562 140.86365 409.40625 140.4574Q410.0625 140.03552 410.8125 140.03552Q412.04688 140.03552 412.73438 140.84802Q413.42188 141.66052 413.42188 143.17615L413.42188 143.62927L409.125 143.62927Q409.15625 144.56677 409.67188 145.1449Q410.20312 145.72302 411.01562 145.72302Q411.57812 145.72302 411.96875 145.48865Q412.375 145.25427 412.6875 144.86365L413.34375 145.37927Q412.54688 146.61365 410.95312 146.61365ZM410.8125 140.92615Q410.15625 140.92615 409.70312 141.41052Q409.26562 141.87927 409.17188 142.73865L412.34375 142.73865L412.34375 142.66052Q412.29688 141.8324 411.89062 141.37927Q411.5 140.92615 410.8125 140.92615ZM417.39062 141.11365Q417.14062 141.0824 416.85938 141.0824Q415.78125 141.0824 415.40625 141.98865L415.40625 146.48865L414.32812 146.48865L414.32812 140.1449L415.375 140.1449L415.39062 140.87927Q415.92188 140.03552 416.90625 140.03552Q417.21875 140.03552 417.39062 140.11365L417.39062 141.11365Z" fill-rule="nonzero"/><path fill="#666666" d="M16.6625 20.033249L15.334375 20.033249L10.31875 12.361374L10.31875 20.033249L9.00625 20.033249L9.00625 10.080124L10.31875 10.080124L15.35 17.783249L15.35 10.080124L16.6625 10.080124L16.6625 20.033249ZM20.31875 16.142624L20.31875 20.033249L19.00625 20.033249L19.00625 10.080124L22.678125 10.080124Q24.303125 10.080124 25.225 10.923874Q26.1625 11.751999 26.1625 13.126999Q26.1625 14.564499 25.25625 15.361374Q24.35 16.142624 22.6625 16.142624L20.31875 16.142624ZM20.31875 15.064499L22.678125 15.064499Q23.725 15.064499 24.2875 14.564499Q24.85 14.064499 24.85 13.142624Q24.85 12.251999 24.2875 11.720749Q23.725 11.173874 22.75625 11.158249L20.31875 11.158249L20.31875 15.064499ZM30.94375 15.595749Q29.25625 15.111374 28.475 14.408249Q27.709375 13.689499 27.709375 12.658249Q27.709375 11.486374 28.646875 10.720749Q29.584375 9.939499 31.1 9.939499Q32.115623 9.939499 32.9125 10.345749Q33.725 10.736374 34.1625 11.439499Q34.615623 12.126999 34.615623 12.955124L33.2875 12.955124Q33.2875 12.048874 32.709373 11.533249Q32.146873 11.017624 31.1 11.017624Q30.13125 11.017624 29.584375 11.455124Q29.0375 11.876999 29.0375 12.642624Q29.0375 13.251999 29.553125 13.673874Q30.06875 14.080124 31.303125 14.439499Q32.553123 14.783249 33.25625 15.205124Q33.959373 15.626999 34.2875 16.189499Q34.63125 16.751999 34.63125 17.501999Q34.63125 18.720749 33.678123 19.455124Q32.740623 20.173874 31.1625 20.173874Q30.13125 20.173874 29.240625 19.783249Q28.365625 19.376999 27.88125 18.705124Q27.396875 18.017624 27.396875 17.142624L28.709375 17.142624Q28.709375 18.048874 29.38125 18.580124Q30.053125 19.095749 31.1625 19.095749Q32.209373 19.095749 32.75625 18.673874Q33.303123 18.251999 33.303123 17.517624Q33.303123 16.783249 32.7875 16.392624Q32.2875 15.986374 30.94375 15.595749ZM39.00625 20.033249L39.00625 10.080124L41.81875 10.080124Q43.115623 10.080124 44.115623 10.658249Q45.115623 11.220749 45.646873 12.283249Q46.19375 13.345749 46.209373 14.720749L46.209373 15.361374Q46.209373 16.767624 45.6625 17.830124Q45.115623 18.876999 44.1 19.455124Q43.1 20.017624 41.75625 20.033249L39.00625 20.033249ZM40.31875 11.158249L40.31875 18.955124L41.69375 18.955124Q43.209373 18.955124 44.053123 18.017624Q44.9125 17.080124 44.9125 15.330124L44.9125 14.751999Q44.9125 13.048874 44.115623 12.111374Q43.31875 11.173874 41.85 11.158249L40.31875 11.158249ZM49.178123 20.033249L47.9125 20.033249L47.9125 12.642624L49.178123 12.642624L49.178123 20.033249ZM47.81875 10.673874Q47.81875 10.361374 48.00625 10.158249Q48.19375 9.939499 48.553123 9.939499Q48.928123 9.939499 49.115623 10.158249Q49.31875 10.361374 49.31875 10.673874Q49.31875 10.986374 49.115623 11.189499Q48.928123 11.392624 48.553123 11.392624Q48.19375 11.392624 48.00625 11.189499Q47.81875 10.986374 47.81875 10.673874ZM55.115623 18.064499Q55.115623 17.564499 54.725 17.283249Q54.334373 16.986374 53.38125 16.783249Q52.428123 16.580124 51.85 16.298874Q51.2875 16.001999 51.021873 15.611374Q50.75625 15.220749 50.75625 14.673874Q50.75625 13.751999 51.521873 13.126999Q52.2875 12.501999 53.490623 12.501999Q54.740623 12.501999 55.521873 13.158249Q56.303123 13.798874 56.303123 14.814499L55.0375 14.814499Q55.0375 14.283249 54.6 13.908249Q54.1625 13.533249 53.490623 13.533249Q52.803123 13.533249 52.4125 13.845749Q52.021873 14.142624 52.021873 14.626999Q52.021873 15.080124 52.38125 15.314499Q52.740623 15.548874 53.678123 15.767624Q54.63125 15.970749 55.225 16.267624Q55.81875 16.564499 56.1 16.986374Q56.38125 17.392624 56.38125 17.986374Q56.38125 18.970749 55.584373 19.580124Q54.7875 20.173874 53.521873 20.173874Q52.646873 20.173874 51.959373 19.861374Q51.271873 19.533249 50.88125 18.970749Q50.50625 18.408249 50.50625 17.751999L51.771873 17.751999Q51.803123 18.392624 52.271873 18.767624Q52.75625 19.142624 53.521873 19.142624Q54.240623 19.142624 54.678123 18.845749Q55.115623 18.548874 55.115623 18.064499ZM59.521873 10.845749L59.521873 12.642624L60.896873 12.642624L60.896873 13.611374L59.521873 13.611374L59.521873 18.205124Q59.521873 18.642624 59.709373 18.876999Q59.896873 19.095749 60.334373 19.095749Q60.553123 19.095749 60.94375 19.001999L60.94375 20.033249Q60.44375 20.173874 59.975 20.173874Q59.115623 20.173874 58.678123 19.658249Q58.25625 19.142624 58.25625 18.205124L58.25625 13.611374L56.9125 13.611374L56.9125 12.642624L58.25625 12.642624L58.25625 10.845749L59.521873 10.845749ZM66.38125 13.767624Q66.1 13.720749 65.75625 13.720749Q64.52187 13.720749 64.06875 14.783249L64.06875 20.033249L62.803123 20.033249L62.803123 12.642624L64.0375 12.642624L64.05312 13.486374Q64.67812 12.501999 65.81875 12.501999Q66.19375 12.501999 66.38125 12.595749L66.38125 13.767624ZM69.17812 20.033249L67.9125 20.033249L67.9125 12.642624L69.17812 12.642624L69.17812 20.033249ZM67.81875 10.673874Q67.81875 10.361374 68.00625 10.158249Q68.19375 9.939499 68.55312 9.939499Q68.92812 9.939499 69.11562 10.158249Q69.31875 10.361374 69.31875 10.673874Q69.31875 10.986374 69.11562 11.189499Q68.92812 11.392624 68.55312 11.392624Q68.19375 11.392624 68.00625 11.189499Q67.81875 10.986374 67.81875 10.673874ZM77.06875 16.423874Q77.06875 18.111374 76.2875 19.142624Q75.50625 20.173874 74.19375 20.173874Q72.80312 20.173874 72.0375 19.173874L71.975 20.033249L70.80312 20.033249L70.80312 9.533249L72.06875 9.533249L72.06875 13.455124Q72.83437 12.501999 74.17812 12.501999Q75.5375 12.501999 76.30312 13.517624Q77.06875 14.533249 77.06875 16.314499L77.06875 16.423874ZM75.80312 16.267624Q75.80312 14.986374 75.30312 14.283249Q74.80312 13.580124 73.86562 13.580124Q72.61562 13.580124 72.06875 14.736374L72.06875 17.939499Q72.64687 19.095749 73.88125 19.095749Q74.7875 19.095749 75.2875 18.392624Q75.80312 17.689499 75.80312 16.267624ZM83.38125 19.298874Q82.63125 20.173874 81.20937 20.173874Q80.02187 20.173874 79.39687 19.486374Q78.7875 18.798874 78.7875 17.455124L78.7875 12.642624L80.0375 12.642624L80.0375 17.408249Q80.0375 19.095749 81.4125 19.095749Q82.86562 19.095749 83.33437 18.017624L83.33437 12.642624L84.6 12.642624L84.6 20.033249L83.39687 20.033249L83.38125 19.298874ZM88.52187 10.845749L88.52187 12.642624L89.89687 12.642624L89.89687 13.611374L88.52187 13.611374L88.52187 18.205124Q88.52187 18.642624 88.70937 18.876999Q88.89687 19.095749 89.33437 19.095749Q89.55312 19.095749 89.94375 19.001999L89.94375 20.033249Q89.44375 20.173874 88.975 20.173874Q88.11562 20.173874 87.67812 19.658249Q87.25625 19.142624 87.25625 18.205124L87.25625 13.611374L85.9125 13.611374L85.9125 12.642624L87.25625 12.642624L87.25625 10.845749L88.52187 10.845749ZM93.17812 20.033249L91.9125 20.033249L91.9125 12.642624L93.17812 12.642624L93.17812 20.033249ZM91.81875 10.673874Q91.81875 10.361374 92.00625 10.158249Q92.19375 9.939499 92.55312 9.939499Q92.92812 9.939499 93.11562 10.158249Q93.31875 10.361374 93.31875 10.673874Q93.31875 10.986374 93.11562 11.189499Q92.92812 11.392624 92.55312 11.392624Q92.19375 11.392624 92.00625 11.189499Q91.81875 10.986374 91.81875 10.673874ZM94.475 16.267624Q94.475 15.173874 94.89687 14.314499Q95.33437 13.439499 96.08437 12.970749Q96.85 12.501999 97.83437 12.501999Q99.33437 12.501999 100.27187 13.548874Q101.20937 14.595749 101.20937 16.330124L101.20937 16.423874Q101.20937 17.501999 100.7875 18.361374Q100.38125 19.205124 99.6 19.689499Q98.83437 20.173874 97.85 20.173874Q96.33437 20.173874 95.39687 19.126999Q94.475 18.080124 94.475 16.361374L94.475 16.267624ZM95.74062 16.423874Q95.74062 17.642624 96.30312 18.392624Q96.88125 19.142624 97.85 19.142624Q98.80312 19.142624 99.36562 18.392624Q99.94375 17.626999 99.94375 16.267624Q99.94375 15.048874 99.36562 14.298874Q98.7875 13.533249 97.83437 13.533249Q96.89687 13.533249 96.31875 14.283249Q95.74062 15.033249 95.74062 16.423874ZM104.00625 12.642624L104.0375 13.564499Q104.89687 12.501999 106.25625 12.501999Q108.6 12.501999 108.63125 15.142624L108.63125 20.033249L107.36562 20.033249L107.36562 15.142624Q107.35 14.345749 106.99062 13.970749Q106.63125 13.580124 105.88125 13.580124Q105.25625 13.580124 104.7875 13.908249Q104.33437 14.236374 104.06875 14.767624L104.06875 20.033249L102.80312 20.033249L102.80312 12.642624L104.00625 12.642624Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig19.svg b/_content/survey2019/fig19.svg
deleted file mode 100644
index d711090..0000000
--- a/_content/survey2019/fig19.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 837.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="837" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 837.0L0 837.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M150.5 64.5L150.5 758.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M255.5 64.5L255.5 758.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M360.5 64.5L360.5 758.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M465.5 64.5L465.5 758.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M570.5 64.5L570.5 758.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M150.5 64.423035L570.9803 64.423035L570.9803 758.77765L150.5 758.77765L150.5 64.423035Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 95.0L150.0 86.0L461.0 86.0C462.10458 86.0 463.0 86.89543 463.0 88.0L463.0 93.0C463.0 94.10457 462.10458 95.0 461.0 95.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 95.0L150.0 86.0L461.0 86.0C462.10458 86.0 463.0 86.89543 463.0 88.0L463.0 93.0C463.0 94.10457 462.10458 95.0 461.0 95.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 156.0L150.0 147.0L471.0 147.0C472.10458 147.0 473.0 147.89543 473.0 149.0L473.0 154.0C473.0 155.10457 472.10458 156.0 471.0 156.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 156.0L150.0 147.0L471.0 147.0C472.10458 147.0 473.0 147.89543 473.0 149.0L473.0 154.0C473.0 155.10457 472.10458 156.0 471.0 156.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 217.0L150.0 208.0L352.0 208.0C353.10458 208.0 354.0 208.89543 354.0 210.0L354.0 215.0C354.0 216.10457 353.10458 217.0 352.0 217.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 217.0L150.0 208.0L352.0 208.0C353.10458 208.0 354.0 208.89543 354.0 210.0L354.0 215.0C354.0 216.10457 353.10458 217.0 352.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 278.0L150.0 269.0L419.0 269.0C420.10458 269.0 421.0 269.89542 421.0 271.0L421.0 276.0C421.0 277.10458 420.10458 278.0 419.0 278.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 278.0L150.0 269.0L419.0 269.0C420.10458 269.0 421.0 269.89542 421.0 271.0L421.0 276.0C421.0 277.10458 420.10458 278.0 419.0 278.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 339.0L150.0 330.0L309.0 330.0C310.10458 330.0 311.0 330.89542 311.0 332.0L311.0 337.0C311.0 338.10458 310.10458 339.0 309.0 339.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 339.0L150.0 330.0L309.0 330.0C310.10458 330.0 311.0 330.89542 311.0 332.0L311.0 337.0C311.0 338.10458 310.10458 339.0 309.0 339.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 401.0L150.0 392.0L376.0 392.0C377.10458 392.0 378.0 392.89542 378.0 394.0L378.0 399.0C378.0 400.10458 377.10458 401.0 376.0 401.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 401.0L150.0 392.0L376.0 392.0C377.10458 392.0 378.0 392.89542 378.0 394.0L378.0 399.0C378.0 400.10458 377.10458 401.0 376.0 401.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 462.0L150.0 453.0L322.0 453.0C323.10458 453.0 324.0 453.89542 324.0 455.0L324.0 460.0C324.0 461.10458 323.10458 462.0 322.0 462.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 462.0L150.0 453.0L322.0 453.0C323.10458 453.0 324.0 453.89542 324.0 455.0L324.0 460.0C324.0 461.10458 323.10458 462.0 322.0 462.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 706.0L150.0 697.0L168.0 697.0C169.10457 697.0 170.0 697.89545 170.0 699.0L170.0 704.0C170.0 705.10455 169.10457 706.0 168.0 706.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M150.0 706.0L150.0 697.0L168.0 697.0C169.10457 697.0 170.0 697.89545 170.0 699.0L170.0 704.0C170.0 705.10455 169.10457 706.0 168.0 706.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 105.0L150.0 96.0L490.0 96.0C491.10458 96.0 492.0 96.89543 492.0 98.0L492.0 103.0C492.0 104.10457 491.10458 105.0 490.0 105.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 105.0L150.0 96.0L490.0 96.0C491.10458 96.0 492.0 96.89543 492.0 98.0L492.0 103.0C492.0 104.10457 491.10458 105.0 490.0 105.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 166.0L150.0 157.0L477.0 157.0C478.10458 157.0 479.0 157.89543 479.0 159.0L479.0 164.0C479.0 165.10457 478.10458 166.0 477.0 166.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 166.0L150.0 157.0L477.0 157.0C478.10458 157.0 479.0 157.89543 479.0 159.0L479.0 164.0C479.0 165.10457 478.10458 166.0 477.0 166.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 227.0L150.0 218.0L349.0 218.0C350.10458 218.0 351.0 218.89543 351.0 220.0L351.0 225.0C351.0 226.10457 350.10458 227.0 349.0 227.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 227.0L150.0 218.0L349.0 218.0C350.10458 218.0 351.0 218.89543 351.0 220.0L351.0 225.0C351.0 226.10457 350.10458 227.0 349.0 227.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 288.0L150.0 279.0L402.0 279.0C403.10458 279.0 404.0 279.89542 404.0 281.0L404.0 286.0C404.0 287.10458 403.10458 288.0 402.0 288.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 288.0L150.0 279.0L402.0 279.0C403.10458 279.0 404.0 279.89542 404.0 281.0L404.0 286.0C404.0 287.10458 403.10458 288.0 402.0 288.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 349.0L150.0 340.0L319.0 340.0C320.10458 340.0 321.0 340.89542 321.0 342.0L321.0 347.0C321.0 348.10458 320.10458 349.0 319.0 349.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 349.0L150.0 340.0L319.0 340.0C320.10458 340.0 321.0 340.89542 321.0 342.0L321.0 347.0C321.0 348.10458 320.10458 349.0 319.0 349.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 411.0L150.0 402.0L380.0 402.0C381.10458 402.0 382.0 402.89542 382.0 404.0L382.0 409.0C382.0 410.10458 381.10458 411.0 380.0 411.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 411.0L150.0 402.0L380.0 402.0C381.10458 402.0 382.0 402.89542 382.0 404.0L382.0 409.0C382.0 410.10458 381.10458 411.0 380.0 411.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 472.0L150.0 463.0L319.0 463.0C320.10458 463.0 321.0 463.89542 321.0 465.0L321.0 470.0C321.0 471.10458 320.10458 472.0 319.0 472.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 472.0L150.0 463.0L319.0 463.0C320.10458 463.0 321.0 463.89542 321.0 465.0L321.0 470.0C321.0 471.10458 320.10458 472.0 319.0 472.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 716.0L150.0 707.0L163.0 707.0C164.10457 707.0 165.0 707.89545 165.0 709.0L165.0 714.0C165.0 715.10455 164.10457 716.0 163.0 716.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M150.0 716.0L150.0 707.0L163.0 707.0C164.10457 707.0 165.0 707.89545 165.0 709.0L165.0 714.0C165.0 715.10455 164.10457 716.0 163.0 716.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 115.0L150.0 106.0L530.0 106.0C531.10455 106.0 532.0 106.89543 532.0 108.0L532.0 113.0C532.0 114.10457 531.10455 115.0 530.0 115.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 115.0L150.0 106.0L530.0 106.0C531.10455 106.0 532.0 106.89543 532.0 108.0L532.0 113.0C532.0 114.10457 531.10455 115.0 530.0 115.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 176.0L150.0 167.0L480.0 167.0C481.10458 167.0 482.0 167.89543 482.0 169.0L482.0 174.0C482.0 175.10457 481.10458 176.0 480.0 176.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 176.0L150.0 167.0L480.0 167.0C481.10458 167.0 482.0 167.89543 482.0 169.0L482.0 174.0C482.0 175.10457 481.10458 176.0 480.0 176.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 237.0L150.0 228.0L305.0 228.0C306.10458 228.0 307.0 228.89543 307.0 230.0L307.0 235.0C307.0 236.10457 306.10458 237.0 305.0 237.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 237.0L150.0 228.0L305.0 228.0C306.10458 228.0 307.0 228.89543 307.0 230.0L307.0 235.0C307.0 236.10457 306.10458 237.0 305.0 237.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 298.0L150.0 289.0L389.0 289.0C390.10458 289.0 391.0 289.89542 391.0 291.0L391.0 296.0C391.0 297.10458 390.10458 298.0 389.0 298.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 298.0L150.0 289.0L389.0 289.0C390.10458 289.0 391.0 289.89542 391.0 291.0L391.0 296.0C391.0 297.10458 390.10458 298.0 389.0 298.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 359.0L150.0 350.0L348.0 350.0C349.10458 350.0 350.0 350.89542 350.0 352.0L350.0 357.0C350.0 358.10458 349.10458 359.0 348.0 359.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 359.0L150.0 350.0L348.0 350.0C349.10458 350.0 350.0 350.89542 350.0 352.0L350.0 357.0C350.0 358.10458 349.10458 359.0 348.0 359.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 421.0L150.0 412.0L384.0 412.0C385.10458 412.0 386.0 412.89542 386.0 414.0L386.0 419.0C386.0 420.10458 385.10458 421.0 384.0 421.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 421.0L150.0 412.0L384.0 412.0C385.10458 412.0 386.0 412.89542 386.0 414.0L386.0 419.0C386.0 420.10458 385.10458 421.0 384.0 421.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 482.0L150.0 473.0L318.0 473.0C319.10458 473.0 320.0 473.89542 320.0 475.0L320.0 480.0C320.0 481.10458 319.10458 482.0 318.0 482.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 482.0L150.0 473.0L318.0 473.0C319.10458 473.0 320.0 473.89542 320.0 475.0L320.0 480.0C320.0 481.10458 319.10458 482.0 318.0 482.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 543.0L150.0 534.0L175.0 534.0C176.10457 534.0 177.0 534.89545 177.0 536.0L177.0 541.0C177.0 542.10455 176.10457 543.0 175.0 543.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 543.0L150.0 534.0L175.0 534.0C176.10457 534.0 177.0 534.89545 177.0 536.0L177.0 541.0C177.0 542.10455 176.10457 543.0 175.0 543.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 604.0L150.0 595.0L168.0 595.0C169.10457 595.0 170.0 595.89545 170.0 597.0L170.0 602.0C170.0 603.10455 169.10457 604.0 168.0 604.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 604.0L150.0 595.0L168.0 595.0C169.10457 595.0 170.0 595.89545 170.0 597.0L170.0 602.0C170.0 603.10455 169.10457 604.0 168.0 604.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 665.0L150.0 656.0L159.0 656.0C160.10457 656.0 161.0 656.89545 161.0 658.0L161.0 663.0C161.0 664.10455 160.10457 665.0 159.0 665.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 665.0L150.0 656.0L159.0 656.0C160.10457 656.0 161.0 656.89545 161.0 658.0L161.0 663.0C161.0 664.10455 160.10457 665.0 159.0 665.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 726.0L150.0 717.0L158.0 717.0C159.10457 717.0 160.0 717.89545 160.0 719.0L160.0 724.0C160.0 725.10455 159.10457 726.0 158.0 726.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M150.0 726.0L150.0 717.0L158.0 717.0C159.10457 717.0 160.0 717.89545 160.0 719.0L160.0 724.0C160.0 725.10455 159.10457 726.0 158.0 726.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 125.0L150.0 116.0L522.0 116.0C523.10455 116.0 524.0 116.89543 524.0 118.0L524.0 123.0C524.0 124.10457 523.10455 125.0 522.0 125.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 125.0L150.0 116.0L522.0 116.0C523.10455 116.0 524.0 116.89543 524.0 118.0L524.0 123.0C524.0 124.10457 523.10455 125.0 522.0 125.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 186.0L150.0 177.0L473.0 177.0C474.10458 177.0 475.0 177.89543 475.0 179.0L475.0 184.0C475.0 185.10457 474.10458 186.0 473.0 186.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 186.0L150.0 177.0L473.0 177.0C474.10458 177.0 475.0 177.89543 475.0 179.0L475.0 184.0C475.0 185.10457 474.10458 186.0 473.0 186.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 247.0L150.0 238.0L399.0 238.0C400.10458 238.0 401.0 238.89543 401.0 240.0L401.0 245.0C401.0 246.10457 400.10458 247.0 399.0 247.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 247.0L150.0 238.0L399.0 238.0C400.10458 238.0 401.0 238.89543 401.0 240.0L401.0 245.0C401.0 246.10457 400.10458 247.0 399.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 308.0L150.0 299.0L396.0 299.0C397.10458 299.0 398.0 299.89542 398.0 301.0L398.0 306.0C398.0 307.10458 397.10458 308.0 396.0 308.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 308.0L150.0 299.0L396.0 299.0C397.10458 299.0 398.0 299.89542 398.0 301.0L398.0 306.0C398.0 307.10458 397.10458 308.0 396.0 308.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 369.0L150.0 360.0L368.0 360.0C369.10458 360.0 370.0 360.89542 370.0 362.0L370.0 367.0C370.0 368.10458 369.10458 369.0 368.0 369.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 369.0L150.0 360.0L368.0 360.0C369.10458 360.0 370.0 360.89542 370.0 362.0L370.0 367.0C370.0 368.10458 369.10458 369.0 368.0 369.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 431.0L150.0 422.0L359.0 422.0C360.10458 422.0 361.0 422.89542 361.0 424.0L361.0 429.0C361.0 430.10458 360.10458 431.0 359.0 431.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 431.0L150.0 422.0L359.0 422.0C360.10458 422.0 361.0 422.89542 361.0 424.0L361.0 429.0C361.0 430.10458 360.10458 431.0 359.0 431.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 492.0L150.0 483.0L345.0 483.0C346.10458 483.0 347.0 483.89542 347.0 485.0L347.0 490.0C347.0 491.10458 346.10458 492.0 345.0 492.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 492.0L150.0 483.0L345.0 483.0C346.10458 483.0 347.0 483.89542 347.0 485.0L347.0 490.0C347.0 491.10458 346.10458 492.0 345.0 492.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 553.0L150.0 544.0L192.0 544.0C193.10457 544.0 194.0 544.89545 194.0 546.0L194.0 551.0C194.0 552.10455 193.10457 553.0 192.0 553.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 553.0L150.0 544.0L192.0 544.0C193.10457 544.0 194.0 544.89545 194.0 546.0L194.0 551.0C194.0 552.10455 193.10457 553.0 192.0 553.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 614.0L150.0 605.0L170.0 605.0C171.10457 605.0 172.0 605.89545 172.0 607.0L172.0 612.0C172.0 613.10455 171.10457 614.0 170.0 614.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 614.0L150.0 605.0L170.0 605.0C171.10457 605.0 172.0 605.89545 172.0 607.0L172.0 612.0C172.0 613.10455 171.10457 614.0 170.0 614.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 675.0L150.0 666.0L161.0 666.0C162.10457 666.0 163.0 666.89545 163.0 668.0L163.0 673.0C163.0 674.10455 162.10457 675.0 161.0 675.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 675.0L150.0 666.0L161.0 666.0C162.10457 666.0 163.0 666.89545 163.0 668.0L163.0 673.0C163.0 674.10455 162.10457 675.0 161.0 675.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M150.0 736.0L150.0 727.0L157.0 727.0C158.10457 727.0 159.0 727.89545 159.0 729.0L159.0 734.0C159.0 735.10455 158.10457 736.0 157.0 736.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M150.0 736.0L150.0 727.0L157.0 727.0C158.10457 727.0 159.0 727.89545 159.0 729.0L159.0 734.0C159.0 735.10455 158.10457 736.0 157.0 736.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M473.70087 90.9375L474.07587 87.390625L477.7165 87.390625L477.7165 88.21875L474.8415 88.21875L474.62274 90.15625Q475.13837 89.859375 475.81024 89.859375Q476.779 89.859375 477.3415 90.5Q477.91962 91.140625 477.91962 92.234375Q477.91962 93.328125 477.32587 93.96875Q476.73212 94.59375 475.66962 94.59375Q474.73212 94.59375 474.12274 94.078125Q473.529 93.546875 473.45087 92.625L474.31024 92.625Q474.38837 93.234375 474.73212 93.546875Q475.0915 93.859375 475.66962 93.859375Q476.29462 93.859375 476.654 93.4375Q477.01337 93.0 477.01337 92.25Q477.01337 91.53125 476.62274 91.109375Q476.24774 90.671875 475.5915 90.671875Q475.01337 90.671875 474.66962 90.921875L474.43524 91.125L473.70087 90.9375ZM482.74774 91.375Q482.4665 91.71875 482.07587 91.921875Q481.68524 92.125 481.2165 92.125Q480.60712 92.125 480.13837 91.828125Q479.68524 91.515625 479.43524 90.96875Q479.18524 90.421875 479.18524 89.75Q479.18524 89.046875 479.45087 88.46875Q479.73212 87.890625 480.23212 87.59375Q480.73212 87.296875 481.38837 87.296875Q482.45087 87.296875 483.06024 88.09375Q483.66962 88.875 483.66962 90.234375L483.66962 90.5Q483.66962 92.578125 482.8415 93.53125Q482.029 94.484375 480.37274 94.5L480.18524 94.5L480.18524 93.75L480.38837 93.75Q481.49774 93.71875 482.0915 93.15625Q482.70087 92.59375 482.74774 91.375ZM481.35712 91.375Q481.81024 91.375 482.18524 91.09375Q482.57587 90.8125 482.76337 90.40625L482.76337 90.046875Q482.76337 89.15625 482.37274 88.609375Q481.98212 88.046875 481.404 88.046875Q480.79462 88.046875 480.43524 88.5Q480.07587 88.953125 480.07587 89.703125Q480.07587 90.4375 480.41962 90.90625Q480.779 91.375 481.35712 91.375ZM485.2165 88.75Q485.2165 88.125 485.62274 87.703125Q486.029 87.28125 486.66962 87.28125Q487.32587 87.28125 487.7165 87.703125Q488.12274 88.125 488.12274 88.78125L488.12274 89.140625Q488.12274 89.78125 487.7165 90.1875Q487.31024 90.59375 486.68524 90.59375Q486.04462 90.59375 485.62274 90.1875Q485.2165 89.78125 485.2165 89.09375L485.2165 88.75ZM485.88837 89.140625Q485.88837 89.515625 486.0915 89.765625Q486.31024 90.0 486.68524 90.0Q487.029 90.0 487.23212 89.765625Q487.45087 89.53125 487.45087 89.109375L487.45087 88.75Q487.45087 88.375 487.23212 88.125Q487.029 87.875 486.66962 87.875Q486.31024 87.875 486.0915 88.125Q485.88837 88.375 485.88837 88.78125L485.88837 89.140625ZM488.66962 92.75Q488.66962 92.109375 489.07587 91.703125Q489.49774 91.296875 490.12274 91.296875Q490.76337 91.296875 491.16962 91.703125Q491.5915 92.109375 491.5915 92.796875L491.5915 93.140625Q491.5915 93.78125 491.18524 94.203125Q490.779 94.609375 490.13837 94.609375Q489.51337 94.609375 489.0915 94.203125Q488.66962 93.78125 488.66962 93.109375L488.66962 92.75ZM489.35712 93.140625Q489.35712 93.515625 489.56024 93.765625Q489.779 94.015625 490.13837 94.015625Q490.49774 94.015625 490.70087 93.78125Q490.91962 93.53125 490.91962 93.125L490.91962 92.75Q490.91962 92.375 490.70087 92.125Q490.48212 91.875 490.13837 91.875Q489.779 91.875 489.56024 92.125Q489.35712 92.359375 489.35712 92.78125L489.35712 93.140625ZM486.88837 93.96875L486.37274 93.640625L489.8415 88.078125L490.35712 88.40625L486.88837 93.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M473.70087 90.9375L474.07587 87.390625L477.7165 87.390625L477.7165 88.21875L474.8415 88.21875L474.62274 90.15625Q475.13837 89.859375 475.81024 89.859375Q476.779 89.859375 477.3415 90.5Q477.91962 91.140625 477.91962 92.234375Q477.91962 93.328125 477.32587 93.96875Q476.73212 94.59375 475.66962 94.59375Q474.73212 94.59375 474.12274 94.078125Q473.529 93.546875 473.45087 92.625L474.31024 92.625Q474.38837 93.234375 474.73212 93.546875Q475.0915 93.859375 475.66962 93.859375Q476.29462 93.859375 476.654 93.4375Q477.01337 93.0 477.01337 92.25Q477.01337 91.53125 476.62274 91.109375Q476.24774 90.671875 475.5915 90.671875Q475.01337 90.671875 474.66962 90.921875L474.43524 91.125L473.70087 90.9375ZM482.74774 91.375Q482.4665 91.71875 482.07587 91.921875Q481.68524 92.125 481.2165 92.125Q480.60712 92.125 480.13837 91.828125Q479.68524 91.515625 479.43524 90.96875Q479.18524 90.421875 479.18524 89.75Q479.18524 89.046875 479.45087 88.46875Q479.73212 87.890625 480.23212 87.59375Q480.73212 87.296875 481.38837 87.296875Q482.45087 87.296875 483.06024 88.09375Q483.66962 88.875 483.66962 90.234375L483.66962 90.5Q483.66962 92.578125 482.8415 93.53125Q482.029 94.484375 480.37274 94.5L480.18524 94.5L480.18524 93.75L480.38837 93.75Q481.49774 93.71875 482.0915 93.15625Q482.70087 92.59375 482.74774 91.375ZM481.35712 91.375Q481.81024 91.375 482.18524 91.09375Q482.57587 90.8125 482.76337 90.40625L482.76337 90.046875Q482.76337 89.15625 482.37274 88.609375Q481.98212 88.046875 481.404 88.046875Q480.79462 88.046875 480.43524 88.5Q480.07587 88.953125 480.07587 89.703125Q480.07587 90.4375 480.41962 90.90625Q480.779 91.375 481.35712 91.375ZM485.2165 88.75Q485.2165 88.125 485.62274 87.703125Q486.029 87.28125 486.66962 87.28125Q487.32587 87.28125 487.7165 87.703125Q488.12274 88.125 488.12274 88.78125L488.12274 89.140625Q488.12274 89.78125 487.7165 90.1875Q487.31024 90.59375 486.68524 90.59375Q486.04462 90.59375 485.62274 90.1875Q485.2165 89.78125 485.2165 89.09375L485.2165 88.75ZM485.88837 89.140625Q485.88837 89.515625 486.0915 89.765625Q486.31024 90.0 486.68524 90.0Q487.029 90.0 487.23212 89.765625Q487.45087 89.53125 487.45087 89.109375L487.45087 88.75Q487.45087 88.375 487.23212 88.125Q487.029 87.875 486.66962 87.875Q486.31024 87.875 486.0915 88.125Q485.88837 88.375 485.88837 88.78125L485.88837 89.140625ZM488.66962 92.75Q488.66962 92.109375 489.07587 91.703125Q489.49774 91.296875 490.12274 91.296875Q490.76337 91.296875 491.16962 91.703125Q491.5915 92.109375 491.5915 92.796875L491.5915 93.140625Q491.5915 93.78125 491.18524 94.203125Q490.779 94.609375 490.13837 94.609375Q489.51337 94.609375 489.0915 94.203125Q488.66962 93.78125 488.66962 93.109375L488.66962 92.75ZM489.35712 93.140625Q489.35712 93.515625 489.56024 93.765625Q489.779 94.015625 490.13837 94.015625Q490.49774 94.015625 490.70087 93.78125Q490.91962 93.53125 490.91962 93.125L490.91962 92.75Q490.91962 92.375 490.70087 92.125Q490.48212 91.875 490.13837 91.875Q489.779 91.875 489.56024 92.125Q489.35712 92.359375 489.35712 92.78125L489.35712 93.140625ZM486.88837 93.96875L486.37274 93.640625L489.8415 88.078125L490.35712 88.40625L486.88837 93.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M487.32477 148.39062L487.32477 149.15625L487.1529 149.15625Q486.10602 149.17188 485.48102 149.78125Q484.85602 150.375 484.74664 151.48438Q485.30914 150.84375 486.2779 150.84375Q487.2154 150.84375 487.76227 151.5Q488.32477 152.14062 488.32477 153.1875Q488.32477 154.28125 487.7154 154.9375Q487.12164 155.59375 486.12164 155.59375Q485.10602 155.59375 484.4654 154.8125Q483.82477 154.03125 483.82477 152.79688L483.82477 152.45312Q483.82477 150.48438 484.6529 149.45312Q485.49664 148.40625 487.1529 148.39062L487.32477 148.39062ZM486.13727 151.59375Q485.66852 151.59375 485.2779 151.875Q484.88727 152.14062 484.73102 152.5625L484.73102 152.89062Q484.73102 153.78125 485.12164 154.3125Q485.5279 154.84375 486.12164 154.84375Q486.73102 154.84375 487.07477 154.40625Q487.43414 153.95312 487.43414 153.21875Q487.43414 152.48438 487.07477 152.04688Q486.7154 151.59375 486.13727 151.59375ZM492.74664 155.5L491.8404 155.5L491.8404 149.48438L490.01227 150.14062L490.01227 149.32812L492.60602 148.35938L492.74664 148.35938L492.74664 155.5ZM495.69977 149.75Q495.69977 149.125 496.10602 148.70312Q496.51227 148.28125 497.1529 148.28125Q497.80914 148.28125 498.19977 148.70312Q498.60602 149.125 498.60602 149.78125L498.60602 150.14062Q498.60602 150.78125 498.19977 151.1875Q497.79352 151.59375 497.16852 151.59375Q496.5279 151.59375 496.10602 151.1875Q495.69977 150.78125 495.69977 150.09375L495.69977 149.75ZM496.37164 150.14062Q496.37164 150.51562 496.57477 150.76562Q496.79352 151.0 497.16852 151.0Q497.51227 151.0 497.7154 150.76562Q497.93414 150.53125 497.93414 150.10938L497.93414 149.75Q497.93414 149.375 497.7154 149.125Q497.51227 148.875 497.1529 148.875Q496.79352 148.875 496.57477 149.125Q496.37164 149.375 496.37164 149.78125L496.37164 150.14062ZM499.1529 153.75Q499.1529 153.10938 499.55914 152.70312Q499.98102 152.29688 500.60602 152.29688Q501.24664 152.29688 501.6529 152.70312Q502.07477 153.10938 502.07477 153.79688L502.07477 154.14062Q502.07477 154.78125 501.66852 155.20312Q501.26227 155.60938 500.62164 155.60938Q499.99664 155.60938 499.57477 155.20312Q499.1529 154.78125 499.1529 154.10938L499.1529 153.75ZM499.8404 154.14062Q499.8404 154.51562 500.04352 154.76562Q500.26227 155.01562 500.62164 155.01562Q500.98102 155.01562 501.18414 154.78125Q501.4029 154.53125 501.4029 154.125L501.4029 153.75Q501.4029 153.375 501.18414 153.125Q500.9654 152.875 500.62164 152.875Q500.26227 152.875 500.04352 153.125Q499.8404 153.35938 499.8404 153.78125L499.8404 154.14062ZM497.37164 154.96875L496.85602 154.64062L500.32477 149.07812L500.8404 149.40625L497.37164 154.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M487.32477 148.39062L487.32477 149.15625L487.1529 149.15625Q486.10602 149.17188 485.48102 149.78125Q484.85602 150.375 484.74664 151.48438Q485.30914 150.84375 486.2779 150.84375Q487.2154 150.84375 487.76227 151.5Q488.32477 152.14062 488.32477 153.1875Q488.32477 154.28125 487.7154 154.9375Q487.12164 155.59375 486.12164 155.59375Q485.10602 155.59375 484.4654 154.8125Q483.82477 154.03125 483.82477 152.79688L483.82477 152.45312Q483.82477 150.48438 484.6529 149.45312Q485.49664 148.40625 487.1529 148.39062L487.32477 148.39062ZM486.13727 151.59375Q485.66852 151.59375 485.2779 151.875Q484.88727 152.14062 484.73102 152.5625L484.73102 152.89062Q484.73102 153.78125 485.12164 154.3125Q485.5279 154.84375 486.12164 154.84375Q486.73102 154.84375 487.07477 154.40625Q487.43414 153.95312 487.43414 153.21875Q487.43414 152.48438 487.07477 152.04688Q486.7154 151.59375 486.13727 151.59375ZM492.74664 155.5L491.8404 155.5L491.8404 149.48438L490.01227 150.14062L490.01227 149.32812L492.60602 148.35938L492.74664 148.35938L492.74664 155.5ZM495.69977 149.75Q495.69977 149.125 496.10602 148.70312Q496.51227 148.28125 497.1529 148.28125Q497.80914 148.28125 498.19977 148.70312Q498.60602 149.125 498.60602 149.78125L498.60602 150.14062Q498.60602 150.78125 498.19977 151.1875Q497.79352 151.59375 497.16852 151.59375Q496.5279 151.59375 496.10602 151.1875Q495.69977 150.78125 495.69977 150.09375L495.69977 149.75ZM496.37164 150.14062Q496.37164 150.51562 496.57477 150.76562Q496.79352 151.0 497.16852 151.0Q497.51227 151.0 497.7154 150.76562Q497.93414 150.53125 497.93414 150.10938L497.93414 149.75Q497.93414 149.375 497.7154 149.125Q497.51227 148.875 497.1529 148.875Q496.79352 148.875 496.57477 149.125Q496.37164 149.375 496.37164 149.78125L496.37164 150.14062ZM499.1529 153.75Q499.1529 153.10938 499.55914 152.70312Q499.98102 152.29688 500.60602 152.29688Q501.24664 152.29688 501.6529 152.70312Q502.07477 153.10938 502.07477 153.79688L502.07477 154.14062Q502.07477 154.78125 501.66852 155.20312Q501.26227 155.60938 500.62164 155.60938Q499.99664 155.60938 499.57477 155.20312Q499.1529 154.78125 499.1529 154.10938L499.1529 153.75ZM499.8404 154.14062Q499.8404 154.51562 500.04352 154.76562Q500.26227 155.01562 500.62164 155.01562Q500.98102 155.01562 501.18414 154.78125Q501.4029 154.53125 501.4029 154.125L501.4029 153.75Q501.4029 153.375 501.18414 153.125Q500.9654 152.875 500.62164 152.875Q500.26227 152.875 500.04352 153.125Q499.8404 153.35938 499.8404 153.78125L499.8404 154.14062ZM497.37164 154.96875L496.85602 154.64062L500.32477 149.07812L500.8404 149.40625L497.37164 154.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M365.89688 212.5L366.56876 212.5Q367.20938 212.5 367.56876 212.17188Q367.94376 211.84375 367.94376 211.28125Q367.94376 210.03125 366.69376 210.03125Q366.11563 210.03125 365.75626 210.375Q365.4125 210.70312 365.4125 211.25L364.50626 211.25Q364.50626 210.40625 365.13126 209.85938Q365.75626 209.29688 366.69376 209.29688Q367.70938 209.29688 368.27188 209.82812Q368.85 210.35938 368.85 211.29688Q368.85 211.76562 368.55313 212.20312Q368.25626 212.64062 367.725 212.85938Q368.31876 213.03125 368.63126 213.46875Q368.95938 213.89062 368.95938 214.51562Q368.95938 215.46875 368.33438 216.03125Q367.70938 216.59375 366.70938 216.59375Q365.70938 216.59375 365.06876 216.0625Q364.44376 215.51562 364.44376 214.625L365.36563 214.625Q365.36563 215.1875 365.725 215.53125Q366.08438 215.85938 366.70938 215.85938Q367.36563 215.85938 367.70938 215.51562Q368.05313 215.17188 368.05313 214.53125Q368.05313 213.92188 367.6625 213.59375Q367.2875 213.25 366.56876 213.25L365.89688 213.25L365.89688 212.5ZM374.0375 213.375Q373.75626 213.71875 373.36563 213.92188Q372.975 214.125 372.50626 214.125Q371.89688 214.125 371.42813 213.82812Q370.975 213.51562 370.725 212.96875Q370.475 212.42188 370.475 211.75Q370.475 211.04688 370.74063 210.46875Q371.02188 209.89062 371.52188 209.59375Q372.02188 209.29688 372.67813 209.29688Q373.74063 209.29688 374.35 210.09375Q374.95938 210.875 374.95938 212.23438L374.95938 212.5Q374.95938 214.57812 374.13126 215.53125Q373.31876 216.48438 371.6625 216.5L371.475 216.5L371.475 215.75L371.67813 215.75Q372.7875 215.71875 373.38126 215.15625Q373.99063 214.59375 374.0375 213.375ZM372.64688 213.375Q373.1 213.375 373.475 213.09375Q373.86563 212.8125 374.05313 212.40625L374.05313 212.04688Q374.05313 211.15625 373.6625 210.60938Q373.27188 210.04688 372.69376 210.04688Q372.08438 210.04688 371.725 210.5Q371.36563 210.95312 371.36563 211.70312Q371.36563 212.4375 371.70938 212.90625Q372.06876 213.375 372.64688 213.375ZM376.50626 210.75Q376.50626 210.125 376.9125 209.70312Q377.31876 209.28125 377.95938 209.28125Q378.61563 209.28125 379.00626 209.70312Q379.4125 210.125 379.4125 210.78125L379.4125 211.14062Q379.4125 211.78125 379.00626 212.1875Q378.6 212.59375 377.975 212.59375Q377.33438 212.59375 376.9125 212.1875Q376.50626 211.78125 376.50626 211.09375L376.50626 210.75ZM377.17813 211.14062Q377.17813 211.51562 377.38126 211.76562Q377.6 212.0 377.975 212.0Q378.31876 212.0 378.52188 211.76562Q378.74063 211.53125 378.74063 211.10938L378.74063 210.75Q378.74063 210.375 378.52188 210.125Q378.31876 209.875 377.95938 209.875Q377.6 209.875 377.38126 210.125Q377.17813 210.375 377.17813 210.78125L377.17813 211.14062ZM379.95938 214.75Q379.95938 214.10938 380.36563 213.70312Q380.7875 213.29688 381.4125 213.29688Q382.05313 213.29688 382.45938 213.70312Q382.88126 214.10938 382.88126 214.79688L382.88126 215.14062Q382.88126 215.78125 382.475 216.20312Q382.06876 216.60938 381.42813 216.60938Q380.80313 216.60938 380.38126 216.20312Q379.95938 215.78125 379.95938 215.10938L379.95938 214.75ZM380.64688 215.14062Q380.64688 215.51562 380.85 215.76562Q381.06876 216.01562 381.42813 216.01562Q381.7875 216.01562 381.99063 215.78125Q382.20938 215.53125 382.20938 215.125L382.20938 214.75Q382.20938 214.375 381.99063 214.125Q381.77188 213.875 381.42813 213.875Q381.06876 213.875 380.85 214.125Q380.64688 214.35938 380.64688 214.78125L380.64688 215.14062ZM378.17813 215.96875L377.6625 215.64062L381.13126 210.07812L381.64688 210.40625L378.17813 215.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M365.89688 212.5L366.56876 212.5Q367.20938 212.5 367.56876 212.17188Q367.94376 211.84375 367.94376 211.28125Q367.94376 210.03125 366.69376 210.03125Q366.11563 210.03125 365.75626 210.375Q365.4125 210.70312 365.4125 211.25L364.50626 211.25Q364.50626 210.40625 365.13126 209.85938Q365.75626 209.29688 366.69376 209.29688Q367.70938 209.29688 368.27188 209.82812Q368.85 210.35938 368.85 211.29688Q368.85 211.76562 368.55313 212.20312Q368.25626 212.64062 367.725 212.85938Q368.31876 213.03125 368.63126 213.46875Q368.95938 213.89062 368.95938 214.51562Q368.95938 215.46875 368.33438 216.03125Q367.70938 216.59375 366.70938 216.59375Q365.70938 216.59375 365.06876 216.0625Q364.44376 215.51562 364.44376 214.625L365.36563 214.625Q365.36563 215.1875 365.725 215.53125Q366.08438 215.85938 366.70938 215.85938Q367.36563 215.85938 367.70938 215.51562Q368.05313 215.17188 368.05313 214.53125Q368.05313 213.92188 367.6625 213.59375Q367.2875 213.25 366.56876 213.25L365.89688 213.25L365.89688 212.5ZM374.0375 213.375Q373.75626 213.71875 373.36563 213.92188Q372.975 214.125 372.50626 214.125Q371.89688 214.125 371.42813 213.82812Q370.975 213.51562 370.725 212.96875Q370.475 212.42188 370.475 211.75Q370.475 211.04688 370.74063 210.46875Q371.02188 209.89062 371.52188 209.59375Q372.02188 209.29688 372.67813 209.29688Q373.74063 209.29688 374.35 210.09375Q374.95938 210.875 374.95938 212.23438L374.95938 212.5Q374.95938 214.57812 374.13126 215.53125Q373.31876 216.48438 371.6625 216.5L371.475 216.5L371.475 215.75L371.67813 215.75Q372.7875 215.71875 373.38126 215.15625Q373.99063 214.59375 374.0375 213.375ZM372.64688 213.375Q373.1 213.375 373.475 213.09375Q373.86563 212.8125 374.05313 212.40625L374.05313 212.04688Q374.05313 211.15625 373.6625 210.60938Q373.27188 210.04688 372.69376 210.04688Q372.08438 210.04688 371.725 210.5Q371.36563 210.95312 371.36563 211.70312Q371.36563 212.4375 371.70938 212.90625Q372.06876 213.375 372.64688 213.375ZM376.50626 210.75Q376.50626 210.125 376.9125 209.70312Q377.31876 209.28125 377.95938 209.28125Q378.61563 209.28125 379.00626 209.70312Q379.4125 210.125 379.4125 210.78125L379.4125 211.14062Q379.4125 211.78125 379.00626 212.1875Q378.6 212.59375 377.975 212.59375Q377.33438 212.59375 376.9125 212.1875Q376.50626 211.78125 376.50626 211.09375L376.50626 210.75ZM377.17813 211.14062Q377.17813 211.51562 377.38126 211.76562Q377.6 212.0 377.975 212.0Q378.31876 212.0 378.52188 211.76562Q378.74063 211.53125 378.74063 211.10938L378.74063 210.75Q378.74063 210.375 378.52188 210.125Q378.31876 209.875 377.95938 209.875Q377.6 209.875 377.38126 210.125Q377.17813 210.375 377.17813 210.78125L377.17813 211.14062ZM379.95938 214.75Q379.95938 214.10938 380.36563 213.70312Q380.7875 213.29688 381.4125 213.29688Q382.05313 213.29688 382.45938 213.70312Q382.88126 214.10938 382.88126 214.79688L382.88126 215.14062Q382.88126 215.78125 382.475 216.20312Q382.06876 216.60938 381.42813 216.60938Q380.80313 216.60938 380.38126 216.20312Q379.95938 215.78125 379.95938 215.10938L379.95938 214.75ZM380.64688 215.14062Q380.64688 215.51562 380.85 215.76562Q381.06876 216.01562 381.42813 216.01562Q381.7875 216.01562 381.99063 215.78125Q382.20938 215.53125 382.20938 215.125L382.20938 214.75Q382.20938 214.375 381.99063 214.125Q381.77188 213.875 381.42813 213.875Q381.06876 213.875 380.85 214.125Q380.64688 214.35938 380.64688 214.78125L380.64688 215.14062ZM378.17813 215.96875L377.6625 215.64062L381.13126 210.07812L381.64688 210.40625L378.17813 215.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M432.34213 273.9375L432.71713 270.39062L436.35776 270.39062L436.35776 271.21875L433.48276 271.21875L433.264 273.15625Q433.77963 272.85938 434.4515 272.85938Q435.42026 272.85938 435.98276 273.5Q436.56088 274.14062 436.56088 275.23438Q436.56088 276.32812 435.96713 276.96875Q435.37338 277.59375 434.31088 277.59375Q433.37338 277.59375 432.764 277.07812Q432.17026 276.54688 432.09213 275.625L432.9515 275.625Q433.02963 276.23438 433.37338 276.54688Q433.73276 276.85938 434.31088 276.85938Q434.93588 276.85938 435.29526 276.4375Q435.65463 276.0 435.65463 275.25Q435.65463 274.53125 435.264 274.10938Q434.889 273.67188 434.23276 273.67188Q433.65463 273.67188 433.31088 273.92188L433.0765 274.125L432.34213 273.9375ZM442.59213 277.5L437.93588 277.5L437.93588 276.84375L440.389 274.10938Q440.93588 273.5 441.139 273.10938Q441.35776 272.71875 441.35776 272.29688Q441.35776 271.75 441.014 271.39062Q440.68588 271.03125 440.12338 271.03125Q439.4515 271.03125 439.0765 271.42188Q438.7015 271.79688 438.7015 272.48438L437.79526 272.48438Q437.79526 271.5 438.42026 270.90625Q439.06088 270.29688 440.12338 270.29688Q441.10776 270.29688 441.68588 270.8125Q442.264 271.32812 442.264 272.20312Q442.264 273.25 440.92026 274.70312L439.02963 276.76562L442.59213 276.76562L442.59213 277.5ZM443.85776 271.75Q443.85776 271.125 444.264 270.70312Q444.67026 270.28125 445.31088 270.28125Q445.96713 270.28125 446.35776 270.70312Q446.764 271.125 446.764 271.78125L446.764 272.14062Q446.764 272.78125 446.35776 273.1875Q445.9515 273.59375 445.3265 273.59375Q444.68588 273.59375 444.264 273.1875Q443.85776 272.78125 443.85776 272.09375L443.85776 271.75ZM444.52963 272.14062Q444.52963 272.51562 444.73276 272.76562Q444.9515 273.0 445.3265 273.0Q445.67026 273.0 445.87338 272.76562Q446.09213 272.53125 446.09213 272.10938L446.09213 271.75Q446.09213 271.375 445.87338 271.125Q445.67026 270.875 445.31088 270.875Q444.9515 270.875 444.73276 271.125Q444.52963 271.375 444.52963 271.78125L444.52963 272.14062ZM447.31088 275.75Q447.31088 275.10938 447.71713 274.70312Q448.139 274.29688 448.764 274.29688Q449.40463 274.29688 449.81088 274.70312Q450.23276 275.10938 450.23276 275.79688L450.23276 276.14062Q450.23276 276.78125 449.8265 277.20312Q449.42026 277.60938 448.77963 277.60938Q448.15463 277.60938 447.73276 277.20312Q447.31088 276.78125 447.31088 276.10938L447.31088 275.75ZM447.99838 276.14062Q447.99838 276.51562 448.2015 276.76562Q448.42026 277.01562 448.77963 277.01562Q449.139 277.01562 449.34213 276.78125Q449.56088 276.53125 449.56088 276.125L449.56088 275.75Q449.56088 275.375 449.34213 275.125Q449.12338 274.875 448.77963 274.875Q448.42026 274.875 448.2015 275.125Q447.99838 275.35938 447.99838 275.78125L447.99838 276.14062ZM445.52963 276.96875L445.014 276.64062L448.48276 271.07812L448.99838 271.40625L445.52963 276.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M432.34213 273.9375L432.71713 270.39062L436.35776 270.39062L436.35776 271.21875L433.48276 271.21875L433.264 273.15625Q433.77963 272.85938 434.4515 272.85938Q435.42026 272.85938 435.98276 273.5Q436.56088 274.14062 436.56088 275.23438Q436.56088 276.32812 435.96713 276.96875Q435.37338 277.59375 434.31088 277.59375Q433.37338 277.59375 432.764 277.07812Q432.17026 276.54688 432.09213 275.625L432.9515 275.625Q433.02963 276.23438 433.37338 276.54688Q433.73276 276.85938 434.31088 276.85938Q434.93588 276.85938 435.29526 276.4375Q435.65463 276.0 435.65463 275.25Q435.65463 274.53125 435.264 274.10938Q434.889 273.67188 434.23276 273.67188Q433.65463 273.67188 433.31088 273.92188L433.0765 274.125L432.34213 273.9375ZM442.59213 277.5L437.93588 277.5L437.93588 276.84375L440.389 274.10938Q440.93588 273.5 441.139 273.10938Q441.35776 272.71875 441.35776 272.29688Q441.35776 271.75 441.014 271.39062Q440.68588 271.03125 440.12338 271.03125Q439.4515 271.03125 439.0765 271.42188Q438.7015 271.79688 438.7015 272.48438L437.79526 272.48438Q437.79526 271.5 438.42026 270.90625Q439.06088 270.29688 440.12338 270.29688Q441.10776 270.29688 441.68588 270.8125Q442.264 271.32812 442.264 272.20312Q442.264 273.25 440.92026 274.70312L439.02963 276.76562L442.59213 276.76562L442.59213 277.5ZM443.85776 271.75Q443.85776 271.125 444.264 270.70312Q444.67026 270.28125 445.31088 270.28125Q445.96713 270.28125 446.35776 270.70312Q446.764 271.125 446.764 271.78125L446.764 272.14062Q446.764 272.78125 446.35776 273.1875Q445.9515 273.59375 445.3265 273.59375Q444.68588 273.59375 444.264 273.1875Q443.85776 272.78125 443.85776 272.09375L443.85776 271.75ZM444.52963 272.14062Q444.52963 272.51562 444.73276 272.76562Q444.9515 273.0 445.3265 273.0Q445.67026 273.0 445.87338 272.76562Q446.09213 272.53125 446.09213 272.10938L446.09213 271.75Q446.09213 271.375 445.87338 271.125Q445.67026 270.875 445.31088 270.875Q444.9515 270.875 444.73276 271.125Q444.52963 271.375 444.52963 271.78125L444.52963 272.14062ZM447.31088 275.75Q447.31088 275.10938 447.71713 274.70312Q448.139 274.29688 448.764 274.29688Q449.40463 274.29688 449.81088 274.70312Q450.23276 275.10938 450.23276 275.79688L450.23276 276.14062Q450.23276 276.78125 449.8265 277.20312Q449.42026 277.60938 448.77963 277.60938Q448.15463 277.60938 447.73276 277.20312Q447.31088 276.78125 447.31088 276.10938L447.31088 275.75ZM447.99838 276.14062Q447.99838 276.51562 448.2015 276.76562Q448.42026 277.01562 448.77963 277.01562Q449.139 277.01562 449.34213 276.78125Q449.56088 276.53125 449.56088 276.125L449.56088 275.75Q449.56088 275.375 449.34213 275.125Q449.12338 274.875 448.77963 274.875Q448.42026 274.875 448.2015 275.125Q447.99838 275.35938 447.99838 275.78125L447.99838 276.14062ZM445.52963 276.96875L445.014 276.64062L448.48276 271.07812L448.99838 271.40625L445.52963 276.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M323.2457 334.5L323.91757 334.5Q324.5582 334.5 324.91757 334.17188Q325.29257 333.84375 325.29257 333.28125Q325.29257 332.03125 324.04257 332.03125Q323.46445 332.03125 323.10507 332.375Q322.76132 332.70312 322.76132 333.25L321.85507 333.25Q321.85507 332.40625 322.48007 331.85938Q323.10507 331.29688 324.04257 331.29688Q325.0582 331.29688 325.6207 331.82812Q326.19882 332.35938 326.19882 333.29688Q326.19882 333.76562 325.90195 334.20312Q325.60507 334.64062 325.07382 334.85938Q325.66757 335.03125 325.98007 335.46875Q326.3082 335.89062 326.3082 336.51562Q326.3082 337.46875 325.6832 338.03125Q325.0582 338.59375 324.0582 338.59375Q323.0582 338.59375 322.41757 338.0625Q321.79257 337.51562 321.79257 336.625L322.71445 336.625Q322.71445 337.1875 323.07382 337.53125Q323.4332 337.85938 324.0582 337.85938Q324.71445 337.85938 325.0582 337.51562Q325.40195 337.17188 325.40195 336.53125Q325.40195 335.92188 325.01132 335.59375Q324.63632 335.25 323.91757 335.25L323.2457 335.25L323.2457 334.5ZM330.90195 338.5L329.9957 338.5L329.9957 332.48438L328.16757 333.14062L328.16757 332.32812L330.76132 331.35938L330.90195 331.35938L330.90195 338.5ZM333.85507 332.75Q333.85507 332.125 334.26132 331.70312Q334.66757 331.28125 335.3082 331.28125Q335.96445 331.28125 336.35507 331.70312Q336.76132 332.125 336.76132 332.78125L336.76132 333.14062Q336.76132 333.78125 336.35507 334.1875Q335.94882 334.59375 335.32382 334.59375Q334.6832 334.59375 334.26132 334.1875Q333.85507 333.78125 333.85507 333.09375L333.85507 332.75ZM334.52695 333.14062Q334.52695 333.51562 334.73007 333.76562Q334.94882 334.0 335.32382 334.0Q335.66757 334.0 335.8707 333.76562Q336.08945 333.53125 336.08945 333.10938L336.08945 332.75Q336.08945 332.375 335.8707 332.125Q335.66757 331.875 335.3082 331.875Q334.94882 331.875 334.73007 332.125Q334.52695 332.375 334.52695 332.78125L334.52695 333.14062ZM337.3082 336.75Q337.3082 336.10938 337.71445 335.70312Q338.13632 335.29688 338.76132 335.29688Q339.40195 335.29688 339.8082 335.70312Q340.23007 336.10938 340.23007 336.79688L340.23007 337.14062Q340.23007 337.78125 339.82382 338.20312Q339.41757 338.60938 338.77695 338.60938Q338.15195 338.60938 337.73007 338.20312Q337.3082 337.78125 337.3082 337.10938L337.3082 336.75ZM337.9957 337.14062Q337.9957 337.51562 338.19882 337.76562Q338.41757 338.01562 338.77695 338.01562Q339.13632 338.01562 339.33945 337.78125Q339.5582 337.53125 339.5582 337.125L339.5582 336.75Q339.5582 336.375 339.33945 336.125Q339.1207 335.875 338.77695 335.875Q338.41757 335.875 338.19882 336.125Q337.9957 336.35938 337.9957 336.78125L337.9957 337.14062ZM335.52695 337.96875L335.01132 337.64062L338.48007 332.07812L338.9957 332.40625L335.52695 337.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M323.2457 334.5L323.91757 334.5Q324.5582 334.5 324.91757 334.17188Q325.29257 333.84375 325.29257 333.28125Q325.29257 332.03125 324.04257 332.03125Q323.46445 332.03125 323.10507 332.375Q322.76132 332.70312 322.76132 333.25L321.85507 333.25Q321.85507 332.40625 322.48007 331.85938Q323.10507 331.29688 324.04257 331.29688Q325.0582 331.29688 325.6207 331.82812Q326.19882 332.35938 326.19882 333.29688Q326.19882 333.76562 325.90195 334.20312Q325.60507 334.64062 325.07382 334.85938Q325.66757 335.03125 325.98007 335.46875Q326.3082 335.89062 326.3082 336.51562Q326.3082 337.46875 325.6832 338.03125Q325.0582 338.59375 324.0582 338.59375Q323.0582 338.59375 322.41757 338.0625Q321.79257 337.51562 321.79257 336.625L322.71445 336.625Q322.71445 337.1875 323.07382 337.53125Q323.4332 337.85938 324.0582 337.85938Q324.71445 337.85938 325.0582 337.51562Q325.40195 337.17188 325.40195 336.53125Q325.40195 335.92188 325.01132 335.59375Q324.63632 335.25 323.91757 335.25L323.2457 335.25L323.2457 334.5ZM330.90195 338.5L329.9957 338.5L329.9957 332.48438L328.16757 333.14062L328.16757 332.32812L330.76132 331.35938L330.90195 331.35938L330.90195 338.5ZM333.85507 332.75Q333.85507 332.125 334.26132 331.70312Q334.66757 331.28125 335.3082 331.28125Q335.96445 331.28125 336.35507 331.70312Q336.76132 332.125 336.76132 332.78125L336.76132 333.14062Q336.76132 333.78125 336.35507 334.1875Q335.94882 334.59375 335.32382 334.59375Q334.6832 334.59375 334.26132 334.1875Q333.85507 333.78125 333.85507 333.09375L333.85507 332.75ZM334.52695 333.14062Q334.52695 333.51562 334.73007 333.76562Q334.94882 334.0 335.32382 334.0Q335.66757 334.0 335.8707 333.76562Q336.08945 333.53125 336.08945 333.10938L336.08945 332.75Q336.08945 332.375 335.8707 332.125Q335.66757 331.875 335.3082 331.875Q334.94882 331.875 334.73007 332.125Q334.52695 332.375 334.52695 332.78125L334.52695 333.14062ZM337.3082 336.75Q337.3082 336.10938 337.71445 335.70312Q338.13632 335.29688 338.76132 335.29688Q339.40195 335.29688 339.8082 335.70312Q340.23007 336.10938 340.23007 336.79688L340.23007 337.14062Q340.23007 337.78125 339.82382 338.20312Q339.41757 338.60938 338.77695 338.60938Q338.15195 338.60938 337.73007 338.20312Q337.3082 337.78125 337.3082 337.10938L337.3082 336.75ZM337.9957 337.14062Q337.9957 337.51562 338.19882 337.76562Q338.41757 338.01562 338.77695 338.01562Q339.13632 338.01562 339.33945 337.78125Q339.5582 337.53125 339.5582 337.125L339.5582 336.75Q339.5582 336.375 339.33945 336.125Q339.1207 335.875 338.77695 335.875Q338.41757 335.875 338.19882 336.125Q337.9957 336.35938 337.9957 336.78125L337.9957 337.14062ZM335.52695 337.96875L335.01132 337.64062L338.48007 332.07812L338.9957 332.40625L335.52695 337.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M392.23557 398.10938L393.21994 398.10938L393.21994 398.84375L392.23557 398.84375L392.23557 400.5L391.3293 400.5L391.3293 398.84375L388.09494 398.84375L388.09494 398.3125L391.2668 393.39062L392.23557 393.39062L392.23557 398.10938ZM389.11057 398.10938L391.3293 398.10938L391.3293 394.625L391.21994 394.82812L389.11057 398.10938ZM395.73557 396.5L396.40744 396.5Q397.04807 396.5 397.40744 396.17188Q397.78244 395.84375 397.78244 395.28125Q397.78244 394.03125 396.53244 394.03125Q395.9543 394.03125 395.59494 394.375Q395.2512 394.70312 395.2512 395.25L394.34494 395.25Q394.34494 394.40625 394.96994 393.85938Q395.59494 393.29688 396.53244 393.29688Q397.54807 393.29688 398.11057 393.82812Q398.6887 394.35938 398.6887 395.29688Q398.6887 395.76562 398.3918 396.20312Q398.09494 396.64062 397.5637 396.85938Q398.15744 397.03125 398.46994 397.46875Q398.79807 397.89062 398.79807 398.51562Q398.79807 399.46875 398.17307 400.03125Q397.54807 400.59375 396.54807 400.59375Q395.54807 400.59375 394.90744 400.0625Q394.28244 399.51562 394.28244 398.625L395.2043 398.625Q395.2043 399.1875 395.5637 399.53125Q395.92307 399.85938 396.54807 399.85938Q397.2043 399.85938 397.54807 399.51562Q397.8918 399.17188 397.8918 398.53125Q397.8918 397.92188 397.5012 397.59375Q397.1262 397.25 396.40744 397.25L395.73557 397.25L395.73557 396.5ZM400.34494 394.75Q400.34494 394.125 400.7512 393.70312Q401.15744 393.28125 401.79807 393.28125Q402.4543 393.28125 402.84494 393.70312Q403.2512 394.125 403.2512 394.78125L403.2512 395.14062Q403.2512 395.78125 402.84494 396.1875Q402.4387 396.59375 401.8137 396.59375Q401.17307 396.59375 400.7512 396.1875Q400.34494 395.78125 400.34494 395.09375L400.34494 394.75ZM401.0168 395.14062Q401.0168 395.51562 401.21994 395.76562Q401.4387 396.0 401.8137 396.0Q402.15744 396.0 402.36057 395.76562Q402.5793 395.53125 402.5793 395.10938L402.5793 394.75Q402.5793 394.375 402.36057 394.125Q402.15744 393.875 401.79807 393.875Q401.4387 393.875 401.21994 394.125Q401.0168 394.375 401.0168 394.78125L401.0168 395.14062ZM403.79807 398.75Q403.79807 398.10938 404.2043 397.70312Q404.6262 397.29688 405.2512 397.29688Q405.8918 397.29688 406.29807 397.70312Q406.71994 398.10938 406.71994 398.79688L406.71994 399.14062Q406.71994 399.78125 406.3137 400.20312Q405.90744 400.60938 405.2668 400.60938Q404.6418 400.60938 404.21994 400.20312Q403.79807 399.78125 403.79807 399.10938L403.79807 398.75ZM404.48557 399.14062Q404.48557 399.51562 404.6887 399.76562Q404.90744 400.01562 405.2668 400.01562Q405.6262 400.01562 405.8293 399.78125Q406.04807 399.53125 406.04807 399.125L406.04807 398.75Q406.04807 398.375 405.8293 398.125Q405.61057 397.875 405.2668 397.875Q404.90744 397.875 404.6887 398.125Q404.48557 398.35938 404.48557 398.78125L404.48557 399.14062ZM402.0168 399.96875L401.5012 399.64062L404.96994 394.07812L405.48557 394.40625L402.0168 399.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M392.23557 398.10938L393.21994 398.10938L393.21994 398.84375L392.23557 398.84375L392.23557 400.5L391.3293 400.5L391.3293 398.84375L388.09494 398.84375L388.09494 398.3125L391.2668 393.39062L392.23557 393.39062L392.23557 398.10938ZM389.11057 398.10938L391.3293 398.10938L391.3293 394.625L391.21994 394.82812L389.11057 398.10938ZM395.73557 396.5L396.40744 396.5Q397.04807 396.5 397.40744 396.17188Q397.78244 395.84375 397.78244 395.28125Q397.78244 394.03125 396.53244 394.03125Q395.9543 394.03125 395.59494 394.375Q395.2512 394.70312 395.2512 395.25L394.34494 395.25Q394.34494 394.40625 394.96994 393.85938Q395.59494 393.29688 396.53244 393.29688Q397.54807 393.29688 398.11057 393.82812Q398.6887 394.35938 398.6887 395.29688Q398.6887 395.76562 398.3918 396.20312Q398.09494 396.64062 397.5637 396.85938Q398.15744 397.03125 398.46994 397.46875Q398.79807 397.89062 398.79807 398.51562Q398.79807 399.46875 398.17307 400.03125Q397.54807 400.59375 396.54807 400.59375Q395.54807 400.59375 394.90744 400.0625Q394.28244 399.51562 394.28244 398.625L395.2043 398.625Q395.2043 399.1875 395.5637 399.53125Q395.92307 399.85938 396.54807 399.85938Q397.2043 399.85938 397.54807 399.51562Q397.8918 399.17188 397.8918 398.53125Q397.8918 397.92188 397.5012 397.59375Q397.1262 397.25 396.40744 397.25L395.73557 397.25L395.73557 396.5ZM400.34494 394.75Q400.34494 394.125 400.7512 393.70312Q401.15744 393.28125 401.79807 393.28125Q402.4543 393.28125 402.84494 393.70312Q403.2512 394.125 403.2512 394.78125L403.2512 395.14062Q403.2512 395.78125 402.84494 396.1875Q402.4387 396.59375 401.8137 396.59375Q401.17307 396.59375 400.7512 396.1875Q400.34494 395.78125 400.34494 395.09375L400.34494 394.75ZM401.0168 395.14062Q401.0168 395.51562 401.21994 395.76562Q401.4387 396.0 401.8137 396.0Q402.15744 396.0 402.36057 395.76562Q402.5793 395.53125 402.5793 395.10938L402.5793 394.75Q402.5793 394.375 402.36057 394.125Q402.15744 393.875 401.79807 393.875Q401.4387 393.875 401.21994 394.125Q401.0168 394.375 401.0168 394.78125L401.0168 395.14062ZM403.79807 398.75Q403.79807 398.10938 404.2043 397.70312Q404.6262 397.29688 405.2512 397.29688Q405.8918 397.29688 406.29807 397.70312Q406.71994 398.10938 406.71994 398.79688L406.71994 399.14062Q406.71994 399.78125 406.3137 400.20312Q405.90744 400.60938 405.2668 400.60938Q404.6418 400.60938 404.21994 400.20312Q403.79807 399.78125 403.79807 399.10938L403.79807 398.75ZM404.48557 399.14062Q404.48557 399.51562 404.6887 399.76562Q404.90744 400.01562 405.2668 400.01562Q405.6262 400.01562 405.8293 399.78125Q406.04807 399.53125 406.04807 399.125L406.04807 398.75Q406.04807 398.375 405.8293 398.125Q405.61057 397.875 405.2668 397.875Q404.90744 397.875 404.6887 398.125Q404.48557 398.35938 404.48557 398.78125L404.48557 399.14062ZM402.0168 399.96875L401.5012 399.64062L404.96994 394.07812L405.48557 394.40625L402.0168 399.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M336.0267 457.5L336.69858 457.5Q337.3392 457.5 337.69858 457.17188Q338.07358 456.84375 338.07358 456.28125Q338.07358 455.03125 336.82358 455.03125Q336.24545 455.03125 335.88608 455.375Q335.54233 455.70312 335.54233 456.25L334.63608 456.25Q334.63608 455.40625 335.26108 454.85938Q335.88608 454.29688 336.82358 454.29688Q337.8392 454.29688 338.4017 454.82812Q338.97983 455.35938 338.97983 456.29688Q338.97983 456.76562 338.68295 457.20312Q338.38608 457.64062 337.85483 457.85938Q338.44858 458.03125 338.76108 458.46875Q339.0892 458.89062 339.0892 459.51562Q339.0892 460.46875 338.4642 461.03125Q337.8392 461.59375 336.8392 461.59375Q335.8392 461.59375 335.19858 461.0625Q334.57358 460.51562 334.57358 459.625L335.49545 459.625Q335.49545 460.1875 335.85483 460.53125Q336.2142 460.85938 336.8392 460.85938Q337.49545 460.85938 337.8392 460.51562Q338.18295 460.17188 338.18295 459.53125Q338.18295 458.92188 337.79233 458.59375Q337.41733 458.25 336.69858 458.25L336.0267 458.25L336.0267 457.5ZM342.0267 457.5L342.69858 457.5Q343.3392 457.5 343.69858 457.17188Q344.07358 456.84375 344.07358 456.28125Q344.07358 455.03125 342.82358 455.03125Q342.24545 455.03125 341.88608 455.375Q341.54233 455.70312 341.54233 456.25L340.63608 456.25Q340.63608 455.40625 341.26108 454.85938Q341.88608 454.29688 342.82358 454.29688Q343.8392 454.29688 344.4017 454.82812Q344.97983 455.35938 344.97983 456.29688Q344.97983 456.76562 344.68295 457.20312Q344.38608 457.64062 343.85483 457.85938Q344.44858 458.03125 344.76108 458.46875Q345.0892 458.89062 345.0892 459.51562Q345.0892 460.46875 344.4642 461.03125Q343.8392 461.59375 342.8392 461.59375Q341.8392 461.59375 341.19858 461.0625Q340.57358 460.51562 340.57358 459.625L341.49545 459.625Q341.49545 460.1875 341.85483 460.53125Q342.2142 460.85938 342.8392 460.85938Q343.49545 460.85938 343.8392 460.51562Q344.18295 460.17188 344.18295 459.53125Q344.18295 458.92188 343.79233 458.59375Q343.41733 458.25 342.69858 458.25L342.0267 458.25L342.0267 457.5ZM346.63608 455.75Q346.63608 455.125 347.04233 454.70312Q347.44858 454.28125 348.0892 454.28125Q348.74545 454.28125 349.13608 454.70312Q349.54233 455.125 349.54233 455.78125L349.54233 456.14062Q349.54233 456.78125 349.13608 457.1875Q348.72983 457.59375 348.10483 457.59375Q347.4642 457.59375 347.04233 457.1875Q346.63608 456.78125 346.63608 456.09375L346.63608 455.75ZM347.30795 456.14062Q347.30795 456.51562 347.51108 456.76562Q347.72983 457.0 348.10483 457.0Q348.44858 457.0 348.6517 456.76562Q348.87045 456.53125 348.87045 456.10938L348.87045 455.75Q348.87045 455.375 348.6517 455.125Q348.44858 454.875 348.0892 454.875Q347.72983 454.875 347.51108 455.125Q347.30795 455.375 347.30795 455.78125L347.30795 456.14062ZM350.0892 459.75Q350.0892 459.10938 350.49545 458.70312Q350.91733 458.29688 351.54233 458.29688Q352.18295 458.29688 352.5892 458.70312Q353.01108 459.10938 353.01108 459.79688L353.01108 460.14062Q353.01108 460.78125 352.60483 461.20312Q352.19858 461.60938 351.55795 461.60938Q350.93295 461.60938 350.51108 461.20312Q350.0892 460.78125 350.0892 460.10938L350.0892 459.75ZM350.7767 460.14062Q350.7767 460.51562 350.97983 460.76562Q351.19858 461.01562 351.55795 461.01562Q351.91733 461.01562 352.12045 460.78125Q352.3392 460.53125 352.3392 460.125L352.3392 459.75Q352.3392 459.375 352.12045 459.125Q351.9017 458.875 351.55795 458.875Q351.19858 458.875 350.97983 459.125Q350.7767 459.35938 350.7767 459.78125L350.7767 460.14062ZM348.30795 460.96875L347.79233 460.64062L351.26108 455.07812L351.7767 455.40625L348.30795 460.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M336.0267 457.5L336.69858 457.5Q337.3392 457.5 337.69858 457.17188Q338.07358 456.84375 338.07358 456.28125Q338.07358 455.03125 336.82358 455.03125Q336.24545 455.03125 335.88608 455.375Q335.54233 455.70312 335.54233 456.25L334.63608 456.25Q334.63608 455.40625 335.26108 454.85938Q335.88608 454.29688 336.82358 454.29688Q337.8392 454.29688 338.4017 454.82812Q338.97983 455.35938 338.97983 456.29688Q338.97983 456.76562 338.68295 457.20312Q338.38608 457.64062 337.85483 457.85938Q338.44858 458.03125 338.76108 458.46875Q339.0892 458.89062 339.0892 459.51562Q339.0892 460.46875 338.4642 461.03125Q337.8392 461.59375 336.8392 461.59375Q335.8392 461.59375 335.19858 461.0625Q334.57358 460.51562 334.57358 459.625L335.49545 459.625Q335.49545 460.1875 335.85483 460.53125Q336.2142 460.85938 336.8392 460.85938Q337.49545 460.85938 337.8392 460.51562Q338.18295 460.17188 338.18295 459.53125Q338.18295 458.92188 337.79233 458.59375Q337.41733 458.25 336.69858 458.25L336.0267 458.25L336.0267 457.5ZM342.0267 457.5L342.69858 457.5Q343.3392 457.5 343.69858 457.17188Q344.07358 456.84375 344.07358 456.28125Q344.07358 455.03125 342.82358 455.03125Q342.24545 455.03125 341.88608 455.375Q341.54233 455.70312 341.54233 456.25L340.63608 456.25Q340.63608 455.40625 341.26108 454.85938Q341.88608 454.29688 342.82358 454.29688Q343.8392 454.29688 344.4017 454.82812Q344.97983 455.35938 344.97983 456.29688Q344.97983 456.76562 344.68295 457.20312Q344.38608 457.64062 343.85483 457.85938Q344.44858 458.03125 344.76108 458.46875Q345.0892 458.89062 345.0892 459.51562Q345.0892 460.46875 344.4642 461.03125Q343.8392 461.59375 342.8392 461.59375Q341.8392 461.59375 341.19858 461.0625Q340.57358 460.51562 340.57358 459.625L341.49545 459.625Q341.49545 460.1875 341.85483 460.53125Q342.2142 460.85938 342.8392 460.85938Q343.49545 460.85938 343.8392 460.51562Q344.18295 460.17188 344.18295 459.53125Q344.18295 458.92188 343.79233 458.59375Q343.41733 458.25 342.69858 458.25L342.0267 458.25L342.0267 457.5ZM346.63608 455.75Q346.63608 455.125 347.04233 454.70312Q347.44858 454.28125 348.0892 454.28125Q348.74545 454.28125 349.13608 454.70312Q349.54233 455.125 349.54233 455.78125L349.54233 456.14062Q349.54233 456.78125 349.13608 457.1875Q348.72983 457.59375 348.10483 457.59375Q347.4642 457.59375 347.04233 457.1875Q346.63608 456.78125 346.63608 456.09375L346.63608 455.75ZM347.30795 456.14062Q347.30795 456.51562 347.51108 456.76562Q347.72983 457.0 348.10483 457.0Q348.44858 457.0 348.6517 456.76562Q348.87045 456.53125 348.87045 456.10938L348.87045 455.75Q348.87045 455.375 348.6517 455.125Q348.44858 454.875 348.0892 454.875Q347.72983 454.875 347.51108 455.125Q347.30795 455.375 347.30795 455.78125L347.30795 456.14062ZM350.0892 459.75Q350.0892 459.10938 350.49545 458.70312Q350.91733 458.29688 351.54233 458.29688Q352.18295 458.29688 352.5892 458.70312Q353.01108 459.10938 353.01108 459.79688L353.01108 460.14062Q353.01108 460.78125 352.60483 461.20312Q352.19858 461.60938 351.55795 461.60938Q350.93295 461.60938 350.51108 461.20312Q350.0892 460.78125 350.0892 460.10938L350.0892 459.75ZM350.7767 460.14062Q350.7767 460.51562 350.97983 460.76562Q351.19858 461.01562 351.55795 461.01562Q351.91733 461.01562 352.12045 460.78125Q352.3392 460.53125 352.3392 460.125L352.3392 459.75Q352.3392 459.375 352.12045 459.125Q351.9017 458.875 351.55795 458.875Q351.19858 458.875 350.97983 459.125Q350.7767 459.35938 350.7767 459.78125L350.7767 460.14062ZM348.30795 460.96875L347.79233 460.64062L351.26108 455.07812L351.7767 455.40625L348.30795 460.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M184.58037 703.1094L185.56474 703.1094L185.56474 703.84375L184.58037 703.84375L184.58037 705.5L183.67412 705.5L183.67412 703.84375L180.43974 703.84375L180.43974 703.3125L183.61162 698.3906L184.58037 698.3906L184.58037 703.1094ZM181.45537 703.1094L183.67412 703.1094L183.67412 699.625L183.56474 699.8281L181.45537 703.1094ZM186.68974 699.75Q186.68974 699.125 187.096 698.7031Q187.50224 698.28125 188.14287 698.28125Q188.79912 698.28125 189.18974 698.7031Q189.596 699.125 189.596 699.78125L189.596 700.1406Q189.596 700.78125 189.18974 701.1875Q188.7835 701.59375 188.1585 701.59375Q187.51787 701.59375 187.096 701.1875Q186.68974 700.78125 186.68974 700.09375L186.68974 699.75ZM187.36162 700.1406Q187.36162 700.5156 187.56474 700.7656Q187.7835 701.0 188.1585 701.0Q188.50224 701.0 188.70537 700.7656Q188.92412 700.53125 188.92412 700.1094L188.92412 699.75Q188.92412 699.375 188.70537 699.125Q188.50224 698.875 188.14287 698.875Q187.7835 698.875 187.56474 699.125Q187.36162 699.375 187.36162 699.78125L187.36162 700.1406ZM190.14287 703.75Q190.14287 703.1094 190.54912 702.7031Q190.971 702.2969 191.596 702.2969Q192.23662 702.2969 192.64287 702.7031Q193.06474 703.1094 193.06474 703.7969L193.06474 704.1406Q193.06474 704.78125 192.6585 705.2031Q192.25224 705.6094 191.61162 705.6094Q190.98662 705.6094 190.56474 705.2031Q190.14287 704.78125 190.14287 704.1094L190.14287 703.75ZM190.83037 704.1406Q190.83037 704.5156 191.0335 704.7656Q191.25224 705.0156 191.61162 705.0156Q191.971 705.0156 192.17412 704.78125Q192.39287 704.53125 192.39287 704.125L192.39287 703.75Q192.39287 703.375 192.17412 703.125Q191.95537 702.875 191.61162 702.875Q191.25224 702.875 191.0335 703.125Q190.83037 703.3594 190.83037 703.78125L190.83037 704.1406ZM188.36162 704.96875L187.846 704.6406L191.31474 699.0781L191.83037 699.40625L188.36162 704.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M184.58037 703.1094L185.56474 703.1094L185.56474 703.84375L184.58037 703.84375L184.58037 705.5L183.67412 705.5L183.67412 703.84375L180.43974 703.84375L180.43974 703.3125L183.61162 698.3906L184.58037 698.3906L184.58037 703.1094ZM181.45537 703.1094L183.67412 703.1094L183.67412 699.625L183.56474 699.8281L181.45537 703.1094ZM186.68974 699.75Q186.68974 699.125 187.096 698.7031Q187.50224 698.28125 188.14287 698.28125Q188.79912 698.28125 189.18974 698.7031Q189.596 699.125 189.596 699.78125L189.596 700.1406Q189.596 700.78125 189.18974 701.1875Q188.7835 701.59375 188.1585 701.59375Q187.51787 701.59375 187.096 701.1875Q186.68974 700.78125 186.68974 700.09375L186.68974 699.75ZM187.36162 700.1406Q187.36162 700.5156 187.56474 700.7656Q187.7835 701.0 188.1585 701.0Q188.50224 701.0 188.70537 700.7656Q188.92412 700.53125 188.92412 700.1094L188.92412 699.75Q188.92412 699.375 188.70537 699.125Q188.50224 698.875 188.14287 698.875Q187.7835 698.875 187.56474 699.125Q187.36162 699.375 187.36162 699.78125L187.36162 700.1406ZM190.14287 703.75Q190.14287 703.1094 190.54912 702.7031Q190.971 702.2969 191.596 702.2969Q192.23662 702.2969 192.64287 702.7031Q193.06474 703.1094 193.06474 703.7969L193.06474 704.1406Q193.06474 704.78125 192.6585 705.2031Q192.25224 705.6094 191.61162 705.6094Q190.98662 705.6094 190.56474 705.2031Q190.14287 704.78125 190.14287 704.1094L190.14287 703.75ZM190.83037 704.1406Q190.83037 704.5156 191.0335 704.7656Q191.25224 705.0156 191.61162 705.0156Q191.971 705.0156 192.17412 704.78125Q192.39287 704.53125 192.39287 704.125L192.39287 703.75Q192.39287 703.375 192.17412 703.125Q191.95537 702.875 191.61162 702.875Q191.25224 702.875 191.0335 703.125Q190.83037 703.3594 190.83037 703.78125L190.83037 704.1406ZM188.36162 704.96875L187.846 704.6406L191.31474 699.0781L191.83037 699.40625L188.36162 704.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M505.7948 97.390625L505.7948 98.15625L505.62292 98.15625Q504.57605 98.171875 503.95105 98.78125Q503.32605 99.375 503.21667 100.484375Q503.77917 99.84375 504.74792 99.84375Q505.68542 99.84375 506.2323 100.5Q506.7948 101.140625 506.7948 102.1875Q506.7948 103.28125 506.18542 103.9375Q505.59167 104.59375 504.59167 104.59375Q503.57605 104.59375 502.93542 103.8125Q502.2948 103.03125 502.2948 101.796875L502.2948 101.453125Q502.2948 99.484375 503.12292 98.453125Q503.96667 97.40625 505.62292 97.390625L505.7948 97.390625ZM504.6073 100.59375Q504.13855 100.59375 503.74792 100.875Q503.3573 101.140625 503.20105 101.5625L503.20105 101.890625Q503.20105 102.78125 503.59167 103.3125Q503.99792 103.84375 504.59167 103.84375Q505.20105 103.84375 505.5448 103.40625Q505.90417 102.953125 505.90417 102.21875Q505.90417 101.484375 505.5448 101.046875Q505.18542 100.59375 504.6073 100.59375ZM508.65417 100.9375L509.02917 97.390625L512.6698 97.390625L512.6698 98.21875L509.7948 98.21875L509.57605 100.15625Q510.09167 99.859375 510.76355 99.859375Q511.7323 99.859375 512.2948 100.5Q512.8729 101.140625 512.8729 102.234375Q512.8729 103.328125 512.2792 103.96875Q511.68542 104.59375 510.62292 104.59375Q509.68542 104.59375 509.07605 104.078125Q508.4823 103.546875 508.40417 102.625L509.26355 102.625Q509.34167 103.234375 509.68542 103.546875Q510.0448 103.859375 510.62292 103.859375Q511.24792 103.859375 511.6073 103.4375Q511.96667 103.0 511.96667 102.25Q511.96667 101.53125 511.57605 101.109375Q511.20105 100.671875 510.5448 100.671875Q509.96667 100.671875 509.62292 100.921875L509.38855 101.125L508.65417 100.9375ZM514.1698 98.75Q514.1698 98.125 514.57605 97.703125Q514.9823 97.28125 515.6229 97.28125Q516.2792 97.28125 516.6698 97.703125Q517.07605 98.125 517.07605 98.78125L517.07605 99.140625Q517.07605 99.78125 516.6698 100.1875Q516.26355 100.59375 515.63855 100.59375Q514.9979 100.59375 514.57605 100.1875Q514.1698 99.78125 514.1698 99.09375L514.1698 98.75ZM514.8417 99.140625Q514.8417 99.515625 515.0448 99.765625Q515.26355 100.0 515.63855 100.0Q515.9823 100.0 516.1854 99.765625Q516.4042 99.53125 516.4042 99.109375L516.4042 98.75Q516.4042 98.375 516.1854 98.125Q515.9823 97.875 515.6229 97.875Q515.26355 97.875 515.0448 98.125Q514.8417 98.375 514.8417 98.78125L514.8417 99.140625ZM517.6229 102.75Q517.6229 102.109375 518.0292 101.703125Q518.45105 101.296875 519.07605 101.296875Q519.7167 101.296875 520.1229 101.703125Q520.5448 102.109375 520.5448 102.796875L520.5448 103.140625Q520.5448 103.78125 520.13855 104.203125Q519.7323 104.609375 519.0917 104.609375Q518.4667 104.609375 518.0448 104.203125Q517.6229 103.78125 517.6229 103.109375L517.6229 102.75ZM518.3104 103.140625Q518.3104 103.515625 518.51355 103.765625Q518.7323 104.015625 519.0917 104.015625Q519.45105 104.015625 519.6542 103.78125Q519.8729 103.53125 519.8729 103.125L519.8729 102.75Q519.8729 102.375 519.6542 102.125Q519.4354 101.875 519.0917 101.875Q518.7323 101.875 518.51355 102.125Q518.3104 102.359375 518.3104 102.78125L518.3104 103.140625ZM515.8417 103.96875L515.32605 103.640625L518.7948 98.078125L519.3104 98.40625L515.8417 103.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M505.7948 97.390625L505.7948 98.15625L505.62292 98.15625Q504.57605 98.171875 503.95105 98.78125Q503.32605 99.375 503.21667 100.484375Q503.77917 99.84375 504.74792 99.84375Q505.68542 99.84375 506.2323 100.5Q506.7948 101.140625 506.7948 102.1875Q506.7948 103.28125 506.18542 103.9375Q505.59167 104.59375 504.59167 104.59375Q503.57605 104.59375 502.93542 103.8125Q502.2948 103.03125 502.2948 101.796875L502.2948 101.453125Q502.2948 99.484375 503.12292 98.453125Q503.96667 97.40625 505.62292 97.390625L505.7948 97.390625ZM504.6073 100.59375Q504.13855 100.59375 503.74792 100.875Q503.3573 101.140625 503.20105 101.5625L503.20105 101.890625Q503.20105 102.78125 503.59167 103.3125Q503.99792 103.84375 504.59167 103.84375Q505.20105 103.84375 505.5448 103.40625Q505.90417 102.953125 505.90417 102.21875Q505.90417 101.484375 505.5448 101.046875Q505.18542 100.59375 504.6073 100.59375ZM508.65417 100.9375L509.02917 97.390625L512.6698 97.390625L512.6698 98.21875L509.7948 98.21875L509.57605 100.15625Q510.09167 99.859375 510.76355 99.859375Q511.7323 99.859375 512.2948 100.5Q512.8729 101.140625 512.8729 102.234375Q512.8729 103.328125 512.2792 103.96875Q511.68542 104.59375 510.62292 104.59375Q509.68542 104.59375 509.07605 104.078125Q508.4823 103.546875 508.40417 102.625L509.26355 102.625Q509.34167 103.234375 509.68542 103.546875Q510.0448 103.859375 510.62292 103.859375Q511.24792 103.859375 511.6073 103.4375Q511.96667 103.0 511.96667 102.25Q511.96667 101.53125 511.57605 101.109375Q511.20105 100.671875 510.5448 100.671875Q509.96667 100.671875 509.62292 100.921875L509.38855 101.125L508.65417 100.9375ZM514.1698 98.75Q514.1698 98.125 514.57605 97.703125Q514.9823 97.28125 515.6229 97.28125Q516.2792 97.28125 516.6698 97.703125Q517.07605 98.125 517.07605 98.78125L517.07605 99.140625Q517.07605 99.78125 516.6698 100.1875Q516.26355 100.59375 515.63855 100.59375Q514.9979 100.59375 514.57605 100.1875Q514.1698 99.78125 514.1698 99.09375L514.1698 98.75ZM514.8417 99.140625Q514.8417 99.515625 515.0448 99.765625Q515.26355 100.0 515.63855 100.0Q515.9823 100.0 516.1854 99.765625Q516.4042 99.53125 516.4042 99.109375L516.4042 98.75Q516.4042 98.375 516.1854 98.125Q515.9823 97.875 515.6229 97.875Q515.26355 97.875 515.0448 98.125Q514.8417 98.375 514.8417 98.78125L514.8417 99.140625ZM517.6229 102.75Q517.6229 102.109375 518.0292 101.703125Q518.45105 101.296875 519.07605 101.296875Q519.7167 101.296875 520.1229 101.703125Q520.5448 102.109375 520.5448 102.796875L520.5448 103.140625Q520.5448 103.78125 520.13855 104.203125Q519.7323 104.609375 519.0917 104.609375Q518.4667 104.609375 518.0448 104.203125Q517.6229 103.78125 517.6229 103.109375L517.6229 102.75ZM518.3104 103.140625Q518.3104 103.515625 518.51355 103.765625Q518.7323 104.015625 519.0917 104.015625Q519.45105 104.015625 519.6542 103.78125Q519.8729 103.53125 519.8729 103.125L519.8729 102.75Q519.8729 102.375 519.6542 102.125Q519.4354 101.875 519.0917 101.875Q518.7323 101.875 518.51355 102.125Q518.3104 102.359375 518.3104 102.78125L518.3104 103.140625ZM515.8417 103.96875L515.32605 103.640625L518.7948 98.078125L519.3104 98.40625L515.8417 103.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M493.22464 158.39062L493.22464 159.15625L493.05276 159.15625Q492.0059 159.17188 491.3809 159.78125Q490.7559 160.375 490.6465 161.48438Q491.209 160.84375 492.17776 160.84375Q493.11526 160.84375 493.66214 161.5Q494.22464 162.14062 494.22464 163.1875Q494.22464 164.28125 493.61526 164.9375Q493.0215 165.59375 492.0215 165.59375Q491.0059 165.59375 490.36526 164.8125Q489.72464 164.03125 489.72464 162.79688L489.72464 162.45312Q489.72464 160.48438 490.55276 159.45312Q491.3965 158.40625 493.05276 158.39062L493.22464 158.39062ZM492.03714 161.59375Q491.5684 161.59375 491.17776 161.875Q490.78714 162.14062 490.6309 162.5625L490.6309 162.89062Q490.6309 163.78125 491.0215 164.3125Q491.42776 164.84375 492.0215 164.84375Q492.6309 164.84375 492.97464 164.40625Q493.334 163.95312 493.334 163.21875Q493.334 162.48438 492.97464 162.04688Q492.61526 161.59375 492.03714 161.59375ZM496.99026 161.5L497.66214 161.5Q498.30276 161.5 498.66214 161.17188Q499.03714 160.84375 499.03714 160.28125Q499.03714 159.03125 497.78714 159.03125Q497.209 159.03125 496.84964 159.375Q496.5059 159.70312 496.5059 160.25L495.59964 160.25Q495.59964 159.40625 496.22464 158.85938Q496.84964 158.29688 497.78714 158.29688Q498.80276 158.29688 499.36526 158.82812Q499.9434 159.35938 499.9434 160.29688Q499.9434 160.76562 499.6465 161.20312Q499.34964 161.64062 498.8184 161.85938Q499.41214 162.03125 499.72464 162.46875Q500.05276 162.89062 500.05276 163.51562Q500.05276 164.46875 499.42776 165.03125Q498.80276 165.59375 497.80276 165.59375Q496.80276 165.59375 496.16214 165.0625Q495.53714 164.51562 495.53714 163.625L496.459 163.625Q496.459 164.1875 496.8184 164.53125Q497.17776 164.85938 497.80276 164.85938Q498.459 164.85938 498.80276 164.51562Q499.1465 164.17188 499.1465 163.53125Q499.1465 162.92188 498.7559 162.59375Q498.3809 162.25 497.66214 162.25L496.99026 162.25L496.99026 161.5ZM501.59964 159.75Q501.59964 159.125 502.0059 158.70312Q502.41214 158.28125 503.05276 158.28125Q503.709 158.28125 504.09964 158.70312Q504.5059 159.125 504.5059 159.78125L504.5059 160.14062Q504.5059 160.78125 504.09964 161.1875Q503.6934 161.59375 503.0684 161.59375Q502.42776 161.59375 502.0059 161.1875Q501.59964 160.78125 501.59964 160.09375L501.59964 159.75ZM502.2715 160.14062Q502.2715 160.51562 502.47464 160.76562Q502.6934 161.0 503.0684 161.0Q503.41214 161.0 503.61526 160.76562Q503.834 160.53125 503.834 160.10938L503.834 159.75Q503.834 159.375 503.61526 159.125Q503.41214 158.875 503.05276 158.875Q502.6934 158.875 502.47464 159.125Q502.2715 159.375 502.2715 159.78125L502.2715 160.14062ZM505.05276 163.75Q505.05276 163.10938 505.459 162.70312Q505.8809 162.29688 506.5059 162.29688Q507.1465 162.29688 507.55276 162.70312Q507.97464 163.10938 507.97464 163.79688L507.97464 164.14062Q507.97464 164.78125 507.5684 165.20312Q507.16214 165.60938 506.5215 165.60938Q505.8965 165.60938 505.47464 165.20312Q505.05276 164.78125 505.05276 164.10938L505.05276 163.75ZM505.74026 164.14062Q505.74026 164.51562 505.9434 164.76562Q506.16214 165.01562 506.5215 165.01562Q506.8809 165.01562 507.084 164.78125Q507.30276 164.53125 507.30276 164.125L507.30276 163.75Q507.30276 163.375 507.084 163.125Q506.86526 162.875 506.5215 162.875Q506.16214 162.875 505.9434 163.125Q505.74026 163.35938 505.74026 163.78125L505.74026 164.14062ZM503.2715 164.96875L502.7559 164.64062L506.22464 159.07812L506.74026 159.40625L503.2715 164.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M493.22464 158.39062L493.22464 159.15625L493.05276 159.15625Q492.0059 159.17188 491.3809 159.78125Q490.7559 160.375 490.6465 161.48438Q491.209 160.84375 492.17776 160.84375Q493.11526 160.84375 493.66214 161.5Q494.22464 162.14062 494.22464 163.1875Q494.22464 164.28125 493.61526 164.9375Q493.0215 165.59375 492.0215 165.59375Q491.0059 165.59375 490.36526 164.8125Q489.72464 164.03125 489.72464 162.79688L489.72464 162.45312Q489.72464 160.48438 490.55276 159.45312Q491.3965 158.40625 493.05276 158.39062L493.22464 158.39062ZM492.03714 161.59375Q491.5684 161.59375 491.17776 161.875Q490.78714 162.14062 490.6309 162.5625L490.6309 162.89062Q490.6309 163.78125 491.0215 164.3125Q491.42776 164.84375 492.0215 164.84375Q492.6309 164.84375 492.97464 164.40625Q493.334 163.95312 493.334 163.21875Q493.334 162.48438 492.97464 162.04688Q492.61526 161.59375 492.03714 161.59375ZM496.99026 161.5L497.66214 161.5Q498.30276 161.5 498.66214 161.17188Q499.03714 160.84375 499.03714 160.28125Q499.03714 159.03125 497.78714 159.03125Q497.209 159.03125 496.84964 159.375Q496.5059 159.70312 496.5059 160.25L495.59964 160.25Q495.59964 159.40625 496.22464 158.85938Q496.84964 158.29688 497.78714 158.29688Q498.80276 158.29688 499.36526 158.82812Q499.9434 159.35938 499.9434 160.29688Q499.9434 160.76562 499.6465 161.20312Q499.34964 161.64062 498.8184 161.85938Q499.41214 162.03125 499.72464 162.46875Q500.05276 162.89062 500.05276 163.51562Q500.05276 164.46875 499.42776 165.03125Q498.80276 165.59375 497.80276 165.59375Q496.80276 165.59375 496.16214 165.0625Q495.53714 164.51562 495.53714 163.625L496.459 163.625Q496.459 164.1875 496.8184 164.53125Q497.17776 164.85938 497.80276 164.85938Q498.459 164.85938 498.80276 164.51562Q499.1465 164.17188 499.1465 163.53125Q499.1465 162.92188 498.7559 162.59375Q498.3809 162.25 497.66214 162.25L496.99026 162.25L496.99026 161.5ZM501.59964 159.75Q501.59964 159.125 502.0059 158.70312Q502.41214 158.28125 503.05276 158.28125Q503.709 158.28125 504.09964 158.70312Q504.5059 159.125 504.5059 159.78125L504.5059 160.14062Q504.5059 160.78125 504.09964 161.1875Q503.6934 161.59375 503.0684 161.59375Q502.42776 161.59375 502.0059 161.1875Q501.59964 160.78125 501.59964 160.09375L501.59964 159.75ZM502.2715 160.14062Q502.2715 160.51562 502.47464 160.76562Q502.6934 161.0 503.0684 161.0Q503.41214 161.0 503.61526 160.76562Q503.834 160.53125 503.834 160.10938L503.834 159.75Q503.834 159.375 503.61526 159.125Q503.41214 158.875 503.05276 158.875Q502.6934 158.875 502.47464 159.125Q502.2715 159.375 502.2715 159.78125L502.2715 160.14062ZM505.05276 163.75Q505.05276 163.10938 505.459 162.70312Q505.8809 162.29688 506.5059 162.29688Q507.1465 162.29688 507.55276 162.70312Q507.97464 163.10938 507.97464 163.79688L507.97464 164.14062Q507.97464 164.78125 507.5684 165.20312Q507.16214 165.60938 506.5215 165.60938Q505.8965 165.60938 505.47464 165.20312Q505.05276 164.78125 505.05276 164.10938L505.05276 163.75ZM505.74026 164.14062Q505.74026 164.51562 505.9434 164.76562Q506.16214 165.01562 506.5215 165.01562Q506.8809 165.01562 507.084 164.78125Q507.30276 164.53125 507.30276 164.125L507.30276 163.75Q507.30276 163.375 507.084 163.125Q506.86526 162.875 506.5215 162.875Q506.16214 162.875 505.9434 163.125Q505.74026 163.35938 505.74026 163.78125L505.74026 164.14062ZM503.2715 164.96875L502.7559 164.64062L506.22464 159.07812L506.74026 159.40625L503.2715 164.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M363.02603 222.5L363.6979 222.5Q364.33853 222.5 364.6979 222.17188Q365.0729 221.84375 365.0729 221.28125Q365.0729 220.03125 363.8229 220.03125Q363.24478 220.03125 362.8854 220.375Q362.54166 220.70312 362.54166 221.25L361.6354 221.25Q361.6354 220.40625 362.2604 219.85938Q362.8854 219.29688 363.8229 219.29688Q364.83853 219.29688 365.40103 219.82812Q365.97916 220.35938 365.97916 221.29688Q365.97916 221.76562 365.68228 222.20312Q365.3854 222.64062 364.85416 222.85938Q365.4479 223.03125 365.7604 223.46875Q366.08853 223.89062 366.08853 224.51562Q366.08853 225.46875 365.46353 226.03125Q364.83853 226.59375 363.83853 226.59375Q362.83853 226.59375 362.1979 226.0625Q361.5729 225.51562 361.5729 224.625L362.49478 224.625Q362.49478 225.1875 362.85416 225.53125Q363.21353 225.85938 363.83853 225.85938Q364.49478 225.85938 364.83853 225.51562Q365.18228 225.17188 365.18228 224.53125Q365.18228 223.92188 364.79166 223.59375Q364.41666 223.25 363.6979 223.25L363.02603 223.25L363.02603 222.5ZM372.02603 221.25Q372.02603 221.78125 371.74478 222.20312Q371.46353 222.60938 370.97916 222.84375Q371.54166 223.07812 371.85416 223.54688Q372.18228 224.0 372.18228 224.57812Q372.18228 225.5 371.55728 226.04688Q370.9479 226.59375 369.93228 226.59375Q368.90103 226.59375 368.27603 226.04688Q367.66666 225.5 367.66666 224.57812Q367.66666 224.0 367.97916 223.54688Q368.29166 223.07812 368.85416 222.84375Q368.3854 222.60938 368.10416 222.1875Q367.83853 221.76562 367.83853 221.25Q367.83853 220.34375 368.40103 219.82812Q368.97916 219.29688 369.93228 219.29688Q370.86978 219.29688 371.4479 219.82812Q372.02603 220.34375 372.02603 221.25ZM371.29166 224.5625Q371.29166 223.96875 370.90103 223.59375Q370.52603 223.21875 369.91666 223.21875Q369.30728 223.21875 368.93228 223.59375Q368.5729 223.95312 368.5729 224.5625Q368.5729 225.17188 368.93228 225.51562Q369.29166 225.85938 369.93228 225.85938Q370.55728 225.85938 370.91666 225.51562Q371.29166 225.15625 371.29166 224.5625ZM369.93228 220.03125Q369.40103 220.03125 369.05728 220.35938Q368.72916 220.6875 368.72916 221.26562Q368.72916 221.79688 369.05728 222.14062Q369.3854 222.46875 369.91666 222.46875Q370.46353 222.46875 370.79166 222.14062Q371.11978 221.79688 371.11978 221.26562Q371.11978 220.71875 370.77603 220.375Q370.4479 220.03125 369.93228 220.03125ZM373.6354 220.75Q373.6354 220.125 374.04166 219.70312Q374.4479 219.28125 375.08853 219.28125Q375.74478 219.28125 376.1354 219.70312Q376.54166 220.125 376.54166 220.78125L376.54166 221.14062Q376.54166 221.78125 376.1354 222.1875Q375.72916 222.59375 375.10416 222.59375Q374.46353 222.59375 374.04166 222.1875Q373.6354 221.78125 373.6354 221.09375L373.6354 220.75ZM374.30728 221.14062Q374.30728 221.51562 374.5104 221.76562Q374.72916 222.0 375.10416 222.0Q375.4479 222.0 375.65103 221.76562Q375.86978 221.53125 375.86978 221.10938L375.86978 220.75Q375.86978 220.375 375.65103 220.125Q375.4479 219.875 375.08853 219.875Q374.72916 219.875 374.5104 220.125Q374.30728 220.375 374.30728 220.78125L374.30728 221.14062ZM377.08853 224.75Q377.08853 224.10938 377.49478 223.70312Q377.91666 223.29688 378.54166 223.29688Q379.18228 223.29688 379.58853 223.70312Q380.0104 224.10938 380.0104 224.79688L380.0104 225.14062Q380.0104 225.78125 379.60416 226.20312Q379.1979 226.60938 378.55728 226.60938Q377.93228 226.60938 377.5104 226.20312Q377.08853 225.78125 377.08853 225.10938L377.08853 224.75ZM377.77603 225.14062Q377.77603 225.51562 377.97916 225.76562Q378.1979 226.01562 378.55728 226.01562Q378.91666 226.01562 379.11978 225.78125Q379.33853 225.53125 379.33853 225.125L379.33853 224.75Q379.33853 224.375 379.11978 224.125Q378.90103 223.875 378.55728 223.875Q378.1979 223.875 377.97916 224.125Q377.77603 224.35938 377.77603 224.78125L377.77603 225.14062ZM375.30728 225.96875L374.79166 225.64062L378.2604 220.07812L378.77603 220.40625L375.30728 225.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M363.02603 222.5L363.6979 222.5Q364.33853 222.5 364.6979 222.17188Q365.0729 221.84375 365.0729 221.28125Q365.0729 220.03125 363.8229 220.03125Q363.24478 220.03125 362.8854 220.375Q362.54166 220.70312 362.54166 221.25L361.6354 221.25Q361.6354 220.40625 362.2604 219.85938Q362.8854 219.29688 363.8229 219.29688Q364.83853 219.29688 365.40103 219.82812Q365.97916 220.35938 365.97916 221.29688Q365.97916 221.76562 365.68228 222.20312Q365.3854 222.64062 364.85416 222.85938Q365.4479 223.03125 365.7604 223.46875Q366.08853 223.89062 366.08853 224.51562Q366.08853 225.46875 365.46353 226.03125Q364.83853 226.59375 363.83853 226.59375Q362.83853 226.59375 362.1979 226.0625Q361.5729 225.51562 361.5729 224.625L362.49478 224.625Q362.49478 225.1875 362.85416 225.53125Q363.21353 225.85938 363.83853 225.85938Q364.49478 225.85938 364.83853 225.51562Q365.18228 225.17188 365.18228 224.53125Q365.18228 223.92188 364.79166 223.59375Q364.41666 223.25 363.6979 223.25L363.02603 223.25L363.02603 222.5ZM372.02603 221.25Q372.02603 221.78125 371.74478 222.20312Q371.46353 222.60938 370.97916 222.84375Q371.54166 223.07812 371.85416 223.54688Q372.18228 224.0 372.18228 224.57812Q372.18228 225.5 371.55728 226.04688Q370.9479 226.59375 369.93228 226.59375Q368.90103 226.59375 368.27603 226.04688Q367.66666 225.5 367.66666 224.57812Q367.66666 224.0 367.97916 223.54688Q368.29166 223.07812 368.85416 222.84375Q368.3854 222.60938 368.10416 222.1875Q367.83853 221.76562 367.83853 221.25Q367.83853 220.34375 368.40103 219.82812Q368.97916 219.29688 369.93228 219.29688Q370.86978 219.29688 371.4479 219.82812Q372.02603 220.34375 372.02603 221.25ZM371.29166 224.5625Q371.29166 223.96875 370.90103 223.59375Q370.52603 223.21875 369.91666 223.21875Q369.30728 223.21875 368.93228 223.59375Q368.5729 223.95312 368.5729 224.5625Q368.5729 225.17188 368.93228 225.51562Q369.29166 225.85938 369.93228 225.85938Q370.55728 225.85938 370.91666 225.51562Q371.29166 225.15625 371.29166 224.5625ZM369.93228 220.03125Q369.40103 220.03125 369.05728 220.35938Q368.72916 220.6875 368.72916 221.26562Q368.72916 221.79688 369.05728 222.14062Q369.3854 222.46875 369.91666 222.46875Q370.46353 222.46875 370.79166 222.14062Q371.11978 221.79688 371.11978 221.26562Q371.11978 220.71875 370.77603 220.375Q370.4479 220.03125 369.93228 220.03125ZM373.6354 220.75Q373.6354 220.125 374.04166 219.70312Q374.4479 219.28125 375.08853 219.28125Q375.74478 219.28125 376.1354 219.70312Q376.54166 220.125 376.54166 220.78125L376.54166 221.14062Q376.54166 221.78125 376.1354 222.1875Q375.72916 222.59375 375.10416 222.59375Q374.46353 222.59375 374.04166 222.1875Q373.6354 221.78125 373.6354 221.09375L373.6354 220.75ZM374.30728 221.14062Q374.30728 221.51562 374.5104 221.76562Q374.72916 222.0 375.10416 222.0Q375.4479 222.0 375.65103 221.76562Q375.86978 221.53125 375.86978 221.10938L375.86978 220.75Q375.86978 220.375 375.65103 220.125Q375.4479 219.875 375.08853 219.875Q374.72916 219.875 374.5104 220.125Q374.30728 220.375 374.30728 220.78125L374.30728 221.14062ZM377.08853 224.75Q377.08853 224.10938 377.49478 223.70312Q377.91666 223.29688 378.54166 223.29688Q379.18228 223.29688 379.58853 223.70312Q380.0104 224.10938 380.0104 224.79688L380.0104 225.14062Q380.0104 225.78125 379.60416 226.20312Q379.1979 226.60938 378.55728 226.60938Q377.93228 226.60938 377.5104 226.20312Q377.08853 225.78125 377.08853 225.10938L377.08853 224.75ZM377.77603 225.14062Q377.77603 225.51562 377.97916 225.76562Q378.1979 226.01562 378.55728 226.01562Q378.91666 226.01562 379.11978 225.78125Q379.33853 225.53125 379.33853 225.125L379.33853 224.75Q379.33853 224.375 379.11978 224.125Q378.90103 223.875 378.55728 223.875Q378.1979 223.875 377.97916 224.125Q377.77603 224.35938 377.77603 224.78125L377.77603 225.14062ZM375.30728 225.96875L374.79166 225.64062L378.2604 220.07812L378.77603 220.40625L375.30728 225.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M418.5721 285.10938L419.5565 285.10938L419.5565 285.84375L418.5721 285.84375L418.5721 287.5L417.66586 287.5L417.66586 285.84375L414.4315 285.84375L414.4315 285.3125L417.60336 280.39062L418.5721 280.39062L418.5721 285.10938ZM415.4471 285.10938L417.66586 285.10938L417.66586 281.625L417.5565 281.82812L415.4471 285.10938ZM425.0721 282.25Q425.0721 282.78125 424.79086 283.20312Q424.5096 283.60938 424.02524 283.84375Q424.58774 284.07812 424.90024 284.54688Q425.22836 285.0 425.22836 285.57812Q425.22836 286.5 424.60336 287.04688Q423.994 287.59375 422.97836 287.59375Q421.9471 287.59375 421.3221 287.04688Q420.71274 286.5 420.71274 285.57812Q420.71274 285.0 421.02524 284.54688Q421.33774 284.07812 421.90024 283.84375Q421.4315 283.60938 421.15024 283.1875Q420.8846 282.76562 420.8846 282.25Q420.8846 281.34375 421.4471 280.82812Q422.02524 280.29688 422.97836 280.29688Q423.91586 280.29688 424.494 280.82812Q425.0721 281.34375 425.0721 282.25ZM424.33774 285.5625Q424.33774 284.96875 423.9471 284.59375Q423.5721 284.21875 422.96274 284.21875Q422.35336 284.21875 421.97836 284.59375Q421.619 284.95312 421.619 285.5625Q421.619 286.17188 421.97836 286.51562Q422.33774 286.85938 422.97836 286.85938Q423.60336 286.85938 423.96274 286.51562Q424.33774 286.15625 424.33774 285.5625ZM422.97836 281.03125Q422.4471 281.03125 422.10336 281.35938Q421.77524 281.6875 421.77524 282.26562Q421.77524 282.79688 422.10336 283.14062Q422.4315 283.46875 422.96274 283.46875Q423.5096 283.46875 423.83774 283.14062Q424.16586 282.79688 424.16586 282.26562Q424.16586 281.71875 423.8221 281.375Q423.494 281.03125 422.97836 281.03125ZM426.6815 281.75Q426.6815 281.125 427.08774 280.70312Q427.494 280.28125 428.1346 280.28125Q428.79086 280.28125 429.1815 280.70312Q429.58774 281.125 429.58774 281.78125L429.58774 282.14062Q429.58774 282.78125 429.1815 283.1875Q428.77524 283.59375 428.15024 283.59375Q427.5096 283.59375 427.08774 283.1875Q426.6815 282.78125 426.6815 282.09375L426.6815 281.75ZM427.35336 282.14062Q427.35336 282.51562 427.5565 282.76562Q427.77524 283.0 428.15024 283.0Q428.494 283.0 428.6971 282.76562Q428.91586 282.53125 428.91586 282.10938L428.91586 281.75Q428.91586 281.375 428.6971 281.125Q428.494 280.875 428.1346 280.875Q427.77524 280.875 427.5565 281.125Q427.35336 281.375 427.35336 281.78125L427.35336 282.14062ZM430.1346 285.75Q430.1346 285.10938 430.54086 284.70312Q430.96274 284.29688 431.58774 284.29688Q432.22836 284.29688 432.6346 284.70312Q433.0565 285.10938 433.0565 285.79688L433.0565 286.14062Q433.0565 286.78125 432.65024 287.20312Q432.244 287.60938 431.60336 287.60938Q430.97836 287.60938 430.5565 287.20312Q430.1346 286.78125 430.1346 286.10938L430.1346 285.75ZM430.8221 286.14062Q430.8221 286.51562 431.02524 286.76562Q431.244 287.01562 431.60336 287.01562Q431.96274 287.01562 432.16586 286.78125Q432.3846 286.53125 432.3846 286.125L432.3846 285.75Q432.3846 285.375 432.16586 285.125Q431.9471 284.875 431.60336 284.875Q431.244 284.875 431.02524 285.125Q430.8221 285.35938 430.8221 285.78125L430.8221 286.14062ZM428.35336 286.96875L427.83774 286.64062L431.3065 281.07812L431.8221 281.40625L428.35336 286.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M418.5721 285.10938L419.5565 285.10938L419.5565 285.84375L418.5721 285.84375L418.5721 287.5L417.66586 287.5L417.66586 285.84375L414.4315 285.84375L414.4315 285.3125L417.60336 280.39062L418.5721 280.39062L418.5721 285.10938ZM415.4471 285.10938L417.66586 285.10938L417.66586 281.625L417.5565 281.82812L415.4471 285.10938ZM425.0721 282.25Q425.0721 282.78125 424.79086 283.20312Q424.5096 283.60938 424.02524 283.84375Q424.58774 284.07812 424.90024 284.54688Q425.22836 285.0 425.22836 285.57812Q425.22836 286.5 424.60336 287.04688Q423.994 287.59375 422.97836 287.59375Q421.9471 287.59375 421.3221 287.04688Q420.71274 286.5 420.71274 285.57812Q420.71274 285.0 421.02524 284.54688Q421.33774 284.07812 421.90024 283.84375Q421.4315 283.60938 421.15024 283.1875Q420.8846 282.76562 420.8846 282.25Q420.8846 281.34375 421.4471 280.82812Q422.02524 280.29688 422.97836 280.29688Q423.91586 280.29688 424.494 280.82812Q425.0721 281.34375 425.0721 282.25ZM424.33774 285.5625Q424.33774 284.96875 423.9471 284.59375Q423.5721 284.21875 422.96274 284.21875Q422.35336 284.21875 421.97836 284.59375Q421.619 284.95312 421.619 285.5625Q421.619 286.17188 421.97836 286.51562Q422.33774 286.85938 422.97836 286.85938Q423.60336 286.85938 423.96274 286.51562Q424.33774 286.15625 424.33774 285.5625ZM422.97836 281.03125Q422.4471 281.03125 422.10336 281.35938Q421.77524 281.6875 421.77524 282.26562Q421.77524 282.79688 422.10336 283.14062Q422.4315 283.46875 422.96274 283.46875Q423.5096 283.46875 423.83774 283.14062Q424.16586 282.79688 424.16586 282.26562Q424.16586 281.71875 423.8221 281.375Q423.494 281.03125 422.97836 281.03125ZM426.6815 281.75Q426.6815 281.125 427.08774 280.70312Q427.494 280.28125 428.1346 280.28125Q428.79086 280.28125 429.1815 280.70312Q429.58774 281.125 429.58774 281.78125L429.58774 282.14062Q429.58774 282.78125 429.1815 283.1875Q428.77524 283.59375 428.15024 283.59375Q427.5096 283.59375 427.08774 283.1875Q426.6815 282.78125 426.6815 282.09375L426.6815 281.75ZM427.35336 282.14062Q427.35336 282.51562 427.5565 282.76562Q427.77524 283.0 428.15024 283.0Q428.494 283.0 428.6971 282.76562Q428.91586 282.53125 428.91586 282.10938L428.91586 281.75Q428.91586 281.375 428.6971 281.125Q428.494 280.875 428.1346 280.875Q427.77524 280.875 427.5565 281.125Q427.35336 281.375 427.35336 281.78125L427.35336 282.14062ZM430.1346 285.75Q430.1346 285.10938 430.54086 284.70312Q430.96274 284.29688 431.58774 284.29688Q432.22836 284.29688 432.6346 284.70312Q433.0565 285.10938 433.0565 285.79688L433.0565 286.14062Q433.0565 286.78125 432.65024 287.20312Q432.244 287.60938 431.60336 287.60938Q430.97836 287.60938 430.5565 287.20312Q430.1346 286.78125 430.1346 286.10938L430.1346 285.75ZM430.8221 286.14062Q430.8221 286.51562 431.02524 286.76562Q431.244 287.01562 431.60336 287.01562Q431.96274 287.01562 432.16586 286.78125Q432.3846 286.53125 432.3846 286.125L432.3846 285.75Q432.3846 285.375 432.16586 285.125Q431.9471 284.875 431.60336 284.875Q431.244 284.875 431.02524 285.125Q430.8221 285.35938 430.8221 285.78125L430.8221 286.14062ZM428.35336 286.96875L427.83774 286.64062L431.3065 281.07812L431.8221 281.40625L428.35336 286.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M333.19284 344.5L333.86472 344.5Q334.50534 344.5 334.86472 344.17188Q335.23972 343.84375 335.23972 343.28125Q335.23972 342.03125 333.98972 342.03125Q333.4116 342.03125 333.05222 342.375Q332.70847 342.70312 332.70847 343.25L331.80222 343.25Q331.80222 342.40625 332.42722 341.85938Q333.05222 341.29688 333.98972 341.29688Q335.00534 341.29688 335.56784 341.82812Q336.14597 342.35938 336.14597 343.29688Q336.14597 343.76562 335.8491 344.20312Q335.55222 344.64062 335.02097 344.85938Q335.61472 345.03125 335.92722 345.46875Q336.25534 345.89062 336.25534 346.51562Q336.25534 347.46875 335.63034 348.03125Q335.00534 348.59375 334.00534 348.59375Q333.00534 348.59375 332.36472 348.0625Q331.73972 347.51562 331.73972 346.625L332.6616 346.625Q332.6616 347.1875 333.02097 347.53125Q333.38034 347.85938 334.00534 347.85938Q334.6616 347.85938 335.00534 347.51562Q335.3491 347.17188 335.3491 346.53125Q335.3491 345.92188 334.95847 345.59375Q334.58347 345.25 333.86472 345.25L333.19284 345.25L333.19284 344.5ZM342.5366 348.5L337.88034 348.5L337.88034 347.84375L340.33347 345.10938Q340.88034 344.5 341.08347 344.10938Q341.30222 343.71875 341.30222 343.29688Q341.30222 342.75 340.95847 342.39062Q340.63034 342.03125 340.06784 342.03125Q339.39597 342.03125 339.02097 342.42188Q338.64597 342.79688 338.64597 343.48438L337.73972 343.48438Q337.73972 342.5 338.36472 341.90625Q339.00534 341.29688 340.06784 341.29688Q341.05222 341.29688 341.63034 341.8125Q342.20847 342.32812 342.20847 343.20312Q342.20847 344.25 340.86472 345.70312L338.9741 347.76562L342.5366 347.76562L342.5366 348.5ZM343.80222 342.75Q343.80222 342.125 344.20847 341.70312Q344.61472 341.28125 345.25534 341.28125Q345.9116 341.28125 346.30222 341.70312Q346.70847 342.125 346.70847 342.78125L346.70847 343.14062Q346.70847 343.78125 346.30222 344.1875Q345.89597 344.59375 345.27097 344.59375Q344.63034 344.59375 344.20847 344.1875Q343.80222 343.78125 343.80222 343.09375L343.80222 342.75ZM344.4741 343.14062Q344.4741 343.51562 344.67722 343.76562Q344.89597 344.0 345.27097 344.0Q345.61472 344.0 345.81784 343.76562Q346.0366 343.53125 346.0366 343.10938L346.0366 342.75Q346.0366 342.375 345.81784 342.125Q345.61472 341.875 345.25534 341.875Q344.89597 341.875 344.67722 342.125Q344.4741 342.375 344.4741 342.78125L344.4741 343.14062ZM347.25534 346.75Q347.25534 346.10938 347.6616 345.70312Q348.08347 345.29688 348.70847 345.29688Q349.3491 345.29688 349.75534 345.70312Q350.17722 346.10938 350.17722 346.79688L350.17722 347.14062Q350.17722 347.78125 349.77097 348.20312Q349.36472 348.60938 348.7241 348.60938Q348.0991 348.60938 347.67722 348.20312Q347.25534 347.78125 347.25534 347.10938L347.25534 346.75ZM347.94284 347.14062Q347.94284 347.51562 348.14597 347.76562Q348.36472 348.01562 348.7241 348.01562Q349.08347 348.01562 349.2866 347.78125Q349.50534 347.53125 349.50534 347.125L349.50534 346.75Q349.50534 346.375 349.2866 346.125Q349.06784 345.875 348.7241 345.875Q348.36472 345.875 348.14597 346.125Q347.94284 346.35938 347.94284 346.78125L347.94284 347.14062ZM345.4741 347.96875L344.95847 347.64062L348.42722 342.07812L348.94284 342.40625L345.4741 347.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M333.19284 344.5L333.86472 344.5Q334.50534 344.5 334.86472 344.17188Q335.23972 343.84375 335.23972 343.28125Q335.23972 342.03125 333.98972 342.03125Q333.4116 342.03125 333.05222 342.375Q332.70847 342.70312 332.70847 343.25L331.80222 343.25Q331.80222 342.40625 332.42722 341.85938Q333.05222 341.29688 333.98972 341.29688Q335.00534 341.29688 335.56784 341.82812Q336.14597 342.35938 336.14597 343.29688Q336.14597 343.76562 335.8491 344.20312Q335.55222 344.64062 335.02097 344.85938Q335.61472 345.03125 335.92722 345.46875Q336.25534 345.89062 336.25534 346.51562Q336.25534 347.46875 335.63034 348.03125Q335.00534 348.59375 334.00534 348.59375Q333.00534 348.59375 332.36472 348.0625Q331.73972 347.51562 331.73972 346.625L332.6616 346.625Q332.6616 347.1875 333.02097 347.53125Q333.38034 347.85938 334.00534 347.85938Q334.6616 347.85938 335.00534 347.51562Q335.3491 347.17188 335.3491 346.53125Q335.3491 345.92188 334.95847 345.59375Q334.58347 345.25 333.86472 345.25L333.19284 345.25L333.19284 344.5ZM342.5366 348.5L337.88034 348.5L337.88034 347.84375L340.33347 345.10938Q340.88034 344.5 341.08347 344.10938Q341.30222 343.71875 341.30222 343.29688Q341.30222 342.75 340.95847 342.39062Q340.63034 342.03125 340.06784 342.03125Q339.39597 342.03125 339.02097 342.42188Q338.64597 342.79688 338.64597 343.48438L337.73972 343.48438Q337.73972 342.5 338.36472 341.90625Q339.00534 341.29688 340.06784 341.29688Q341.05222 341.29688 341.63034 341.8125Q342.20847 342.32812 342.20847 343.20312Q342.20847 344.25 340.86472 345.70312L338.9741 347.76562L342.5366 347.76562L342.5366 348.5ZM343.80222 342.75Q343.80222 342.125 344.20847 341.70312Q344.61472 341.28125 345.25534 341.28125Q345.9116 341.28125 346.30222 341.70312Q346.70847 342.125 346.70847 342.78125L346.70847 343.14062Q346.70847 343.78125 346.30222 344.1875Q345.89597 344.59375 345.27097 344.59375Q344.63034 344.59375 344.20847 344.1875Q343.80222 343.78125 343.80222 343.09375L343.80222 342.75ZM344.4741 343.14062Q344.4741 343.51562 344.67722 343.76562Q344.89597 344.0 345.27097 344.0Q345.61472 344.0 345.81784 343.76562Q346.0366 343.53125 346.0366 343.10938L346.0366 342.75Q346.0366 342.375 345.81784 342.125Q345.61472 341.875 345.25534 341.875Q344.89597 341.875 344.67722 342.125Q344.4741 342.375 344.4741 342.78125L344.4741 343.14062ZM347.25534 346.75Q347.25534 346.10938 347.6616 345.70312Q348.08347 345.29688 348.70847 345.29688Q349.3491 345.29688 349.75534 345.70312Q350.17722 346.10938 350.17722 346.79688L350.17722 347.14062Q350.17722 347.78125 349.77097 348.20312Q349.36472 348.60938 348.7241 348.60938Q348.0991 348.60938 347.67722 348.20312Q347.25534 347.78125 347.25534 347.10938L347.25534 346.75ZM347.94284 347.14062Q347.94284 347.51562 348.14597 347.76562Q348.36472 348.01562 348.7241 348.01562Q349.08347 348.01562 349.2866 347.78125Q349.50534 347.53125 349.50534 347.125L349.50534 346.75Q349.50534 346.375 349.2866 346.125Q349.06784 345.875 348.7241 345.875Q348.36472 345.875 348.14597 346.125Q347.94284 346.35938 347.94284 346.78125L347.94284 347.14062ZM345.4741 347.96875L344.95847 347.64062L348.42722 342.07812L348.94284 342.40625L345.4741 347.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M396.7 408.10938L397.6844 408.10938L397.6844 408.84375L396.7 408.84375L396.7 410.5L395.79376 410.5L395.79376 408.84375L392.5594 408.84375L392.5594 408.3125L395.73126 403.39062L396.7 403.39062L396.7 408.10938ZM393.575 408.10938L395.79376 408.10938L395.79376 404.625L395.6844 404.82812L393.575 408.10938ZM402.7 408.10938L403.6844 408.10938L403.6844 408.84375L402.7 408.84375L402.7 410.5L401.79376 410.5L401.79376 408.84375L398.5594 408.84375L398.5594 408.3125L401.73126 403.39062L402.7 403.39062L402.7 408.10938ZM399.575 408.10938L401.79376 408.10938L401.79376 404.625L401.6844 404.82812L399.575 408.10938ZM404.8094 404.75Q404.8094 404.125 405.21564 403.70312Q405.6219 403.28125 406.2625 403.28125Q406.91876 403.28125 407.3094 403.70312Q407.71564 404.125 407.71564 404.78125L407.71564 405.14062Q407.71564 405.78125 407.3094 406.1875Q406.90314 406.59375 406.27814 406.59375Q405.6375 406.59375 405.21564 406.1875Q404.8094 405.78125 404.8094 405.09375L404.8094 404.75ZM405.48126 405.14062Q405.48126 405.51562 405.6844 405.76562Q405.90314 406.0 406.27814 406.0Q406.6219 406.0 406.825 405.76562Q407.04376 405.53125 407.04376 405.10938L407.04376 404.75Q407.04376 404.375 406.825 404.125Q406.6219 403.875 406.2625 403.875Q405.90314 403.875 405.6844 404.125Q405.48126 404.375 405.48126 404.78125L405.48126 405.14062ZM408.2625 408.75Q408.2625 408.10938 408.66876 407.70312Q409.09064 407.29688 409.71564 407.29688Q410.35626 407.29688 410.7625 407.70312Q411.1844 408.10938 411.1844 408.79688L411.1844 409.14062Q411.1844 409.78125 410.77814 410.20312Q410.3719 410.60938 409.73126 410.60938Q409.10626 410.60938 408.6844 410.20312Q408.2625 409.78125 408.2625 409.10938L408.2625 408.75ZM408.95 409.14062Q408.95 409.51562 409.15314 409.76562Q409.3719 410.01562 409.73126 410.01562Q410.09064 410.01562 410.29376 409.78125Q410.5125 409.53125 410.5125 409.125L410.5125 408.75Q410.5125 408.375 410.29376 408.125Q410.075 407.875 409.73126 407.875Q409.3719 407.875 409.15314 408.125Q408.95 408.35938 408.95 408.78125L408.95 409.14062ZM406.48126 409.96875L405.96564 409.64062L409.4344 404.07812L409.95 404.40625L406.48126 409.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M396.7 408.10938L397.6844 408.10938L397.6844 408.84375L396.7 408.84375L396.7 410.5L395.79376 410.5L395.79376 408.84375L392.5594 408.84375L392.5594 408.3125L395.73126 403.39062L396.7 403.39062L396.7 408.10938ZM393.575 408.10938L395.79376 408.10938L395.79376 404.625L395.6844 404.82812L393.575 408.10938ZM402.7 408.10938L403.6844 408.10938L403.6844 408.84375L402.7 408.84375L402.7 410.5L401.79376 410.5L401.79376 408.84375L398.5594 408.84375L398.5594 408.3125L401.73126 403.39062L402.7 403.39062L402.7 408.10938ZM399.575 408.10938L401.79376 408.10938L401.79376 404.625L401.6844 404.82812L399.575 408.10938ZM404.8094 404.75Q404.8094 404.125 405.21564 403.70312Q405.6219 403.28125 406.2625 403.28125Q406.91876 403.28125 407.3094 403.70312Q407.71564 404.125 407.71564 404.78125L407.71564 405.14062Q407.71564 405.78125 407.3094 406.1875Q406.90314 406.59375 406.27814 406.59375Q405.6375 406.59375 405.21564 406.1875Q404.8094 405.78125 404.8094 405.09375L404.8094 404.75ZM405.48126 405.14062Q405.48126 405.51562 405.6844 405.76562Q405.90314 406.0 406.27814 406.0Q406.6219 406.0 406.825 405.76562Q407.04376 405.53125 407.04376 405.10938L407.04376 404.75Q407.04376 404.375 406.825 404.125Q406.6219 403.875 406.2625 403.875Q405.90314 403.875 405.6844 404.125Q405.48126 404.375 405.48126 404.78125L405.48126 405.14062ZM408.2625 408.75Q408.2625 408.10938 408.66876 407.70312Q409.09064 407.29688 409.71564 407.29688Q410.35626 407.29688 410.7625 407.70312Q411.1844 408.10938 411.1844 408.79688L411.1844 409.14062Q411.1844 409.78125 410.77814 410.20312Q410.3719 410.60938 409.73126 410.60938Q409.10626 410.60938 408.6844 410.20312Q408.2625 409.78125 408.2625 409.10938L408.2625 408.75ZM408.95 409.14062Q408.95 409.51562 409.15314 409.76562Q409.3719 410.01562 409.73126 410.01562Q410.09064 410.01562 410.29376 409.78125Q410.5125 409.53125 410.5125 409.125L410.5125 408.75Q410.5125 408.375 410.29376 408.125Q410.075 407.875 409.73126 407.875Q409.3719 407.875 409.15314 408.125Q408.95 408.35938 408.95 408.78125L408.95 409.14062ZM406.48126 409.96875L405.96564 409.64062L409.4344 404.07812L409.95 404.40625L406.48126 409.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M332.52243 467.5L333.1943 467.5Q333.83493 467.5 334.1943 467.17188Q334.5693 466.84375 334.5693 466.28125Q334.5693 465.03125 333.3193 465.03125Q332.74118 465.03125 332.3818 465.375Q332.03806 465.70312 332.03806 466.25L331.1318 466.25Q331.1318 465.40625 331.7568 464.85938Q332.3818 464.29688 333.3193 464.29688Q334.33493 464.29688 334.89743 464.82812Q335.47556 465.35938 335.47556 466.29688Q335.47556 466.76562 335.17868 467.20312Q334.8818 467.64062 334.35056 467.85938Q334.9443 468.03125 335.2568 468.46875Q335.58493 468.89062 335.58493 469.51562Q335.58493 470.46875 334.95993 471.03125Q334.33493 471.59375 333.33493 471.59375Q332.33493 471.59375 331.6943 471.0625Q331.0693 470.51562 331.0693 469.625L331.99118 469.625Q331.99118 470.1875 332.35056 470.53125Q332.70993 470.85938 333.33493 470.85938Q333.99118 470.85938 334.33493 470.51562Q334.67868 470.17188 334.67868 469.53125Q334.67868 468.92188 334.28806 468.59375Q333.91306 468.25 333.1943 468.25L332.52243 468.25L332.52243 467.5ZM341.86618 471.5L337.20993 471.5L337.20993 470.84375L339.66306 468.10938Q340.20993 467.5 340.41306 467.10938Q340.6318 466.71875 340.6318 466.29688Q340.6318 465.75 340.28806 465.39062Q339.95993 465.03125 339.39743 465.03125Q338.72556 465.03125 338.35056 465.42188Q337.97556 465.79688 337.97556 466.48438L337.0693 466.48438Q337.0693 465.5 337.6943 464.90625Q338.33493 464.29688 339.39743 464.29688Q340.3818 464.29688 340.95993 464.8125Q341.53806 465.32812 341.53806 466.20312Q341.53806 467.25 340.1943 468.70312L338.30368 470.76562L341.86618 470.76562L341.86618 471.5ZM343.1318 465.75Q343.1318 465.125 343.53806 464.70312Q343.9443 464.28125 344.58493 464.28125Q345.24118 464.28125 345.6318 464.70312Q346.03806 465.125 346.03806 465.78125L346.03806 466.14062Q346.03806 466.78125 345.6318 467.1875Q345.22556 467.59375 344.60056 467.59375Q343.95993 467.59375 343.53806 467.1875Q343.1318 466.78125 343.1318 466.09375L343.1318 465.75ZM343.80368 466.14062Q343.80368 466.51562 344.0068 466.76562Q344.22556 467.0 344.60056 467.0Q344.9443 467.0 345.14743 466.76562Q345.36618 466.53125 345.36618 466.10938L345.36618 465.75Q345.36618 465.375 345.14743 465.125Q344.9443 464.875 344.58493 464.875Q344.22556 464.875 344.0068 465.125Q343.80368 465.375 343.80368 465.78125L343.80368 466.14062ZM346.58493 469.75Q346.58493 469.10938 346.99118 468.70312Q347.41306 468.29688 348.03806 468.29688Q348.67868 468.29688 349.08493 468.70312Q349.5068 469.10938 349.5068 469.79688L349.5068 470.14062Q349.5068 470.78125 349.10056 471.20312Q348.6943 471.60938 348.05368 471.60938Q347.42868 471.60938 347.0068 471.20312Q346.58493 470.78125 346.58493 470.10938L346.58493 469.75ZM347.27243 470.14062Q347.27243 470.51562 347.47556 470.76562Q347.6943 471.01562 348.05368 471.01562Q348.41306 471.01562 348.61618 470.78125Q348.83493 470.53125 348.83493 470.125L348.83493 469.75Q348.83493 469.375 348.61618 469.125Q348.39743 468.875 348.05368 468.875Q347.6943 468.875 347.47556 469.125Q347.27243 469.35938 347.27243 469.78125L347.27243 470.14062ZM344.80368 470.96875L344.28806 470.64062L347.7568 465.07812L348.27243 465.40625L344.80368 470.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M332.52243 467.5L333.1943 467.5Q333.83493 467.5 334.1943 467.17188Q334.5693 466.84375 334.5693 466.28125Q334.5693 465.03125 333.3193 465.03125Q332.74118 465.03125 332.3818 465.375Q332.03806 465.70312 332.03806 466.25L331.1318 466.25Q331.1318 465.40625 331.7568 464.85938Q332.3818 464.29688 333.3193 464.29688Q334.33493 464.29688 334.89743 464.82812Q335.47556 465.35938 335.47556 466.29688Q335.47556 466.76562 335.17868 467.20312Q334.8818 467.64062 334.35056 467.85938Q334.9443 468.03125 335.2568 468.46875Q335.58493 468.89062 335.58493 469.51562Q335.58493 470.46875 334.95993 471.03125Q334.33493 471.59375 333.33493 471.59375Q332.33493 471.59375 331.6943 471.0625Q331.0693 470.51562 331.0693 469.625L331.99118 469.625Q331.99118 470.1875 332.35056 470.53125Q332.70993 470.85938 333.33493 470.85938Q333.99118 470.85938 334.33493 470.51562Q334.67868 470.17188 334.67868 469.53125Q334.67868 468.92188 334.28806 468.59375Q333.91306 468.25 333.1943 468.25L332.52243 468.25L332.52243 467.5ZM341.86618 471.5L337.20993 471.5L337.20993 470.84375L339.66306 468.10938Q340.20993 467.5 340.41306 467.10938Q340.6318 466.71875 340.6318 466.29688Q340.6318 465.75 340.28806 465.39062Q339.95993 465.03125 339.39743 465.03125Q338.72556 465.03125 338.35056 465.42188Q337.97556 465.79688 337.97556 466.48438L337.0693 466.48438Q337.0693 465.5 337.6943 464.90625Q338.33493 464.29688 339.39743 464.29688Q340.3818 464.29688 340.95993 464.8125Q341.53806 465.32812 341.53806 466.20312Q341.53806 467.25 340.1943 468.70312L338.30368 470.76562L341.86618 470.76562L341.86618 471.5ZM343.1318 465.75Q343.1318 465.125 343.53806 464.70312Q343.9443 464.28125 344.58493 464.28125Q345.24118 464.28125 345.6318 464.70312Q346.03806 465.125 346.03806 465.78125L346.03806 466.14062Q346.03806 466.78125 345.6318 467.1875Q345.22556 467.59375 344.60056 467.59375Q343.95993 467.59375 343.53806 467.1875Q343.1318 466.78125 343.1318 466.09375L343.1318 465.75ZM343.80368 466.14062Q343.80368 466.51562 344.0068 466.76562Q344.22556 467.0 344.60056 467.0Q344.9443 467.0 345.14743 466.76562Q345.36618 466.53125 345.36618 466.10938L345.36618 465.75Q345.36618 465.375 345.14743 465.125Q344.9443 464.875 344.58493 464.875Q344.22556 464.875 344.0068 465.125Q343.80368 465.375 343.80368 465.78125L343.80368 466.14062ZM346.58493 469.75Q346.58493 469.10938 346.99118 468.70312Q347.41306 468.29688 348.03806 468.29688Q348.67868 468.29688 349.08493 468.70312Q349.5068 469.10938 349.5068 469.79688L349.5068 470.14062Q349.5068 470.78125 349.10056 471.20312Q348.6943 471.60938 348.05368 471.60938Q347.42868 471.60938 347.0068 471.20312Q346.58493 470.78125 346.58493 470.10938L346.58493 469.75ZM347.27243 470.14062Q347.27243 470.51562 347.47556 470.76562Q347.6943 471.01562 348.05368 471.01562Q348.41306 471.01562 348.61618 470.78125Q348.83493 470.53125 348.83493 470.125L348.83493 469.75Q348.83493 469.375 348.61618 469.125Q348.39743 468.875 348.05368 468.875Q347.6943 468.875 347.47556 469.125Q347.27243 469.35938 347.27243 469.78125L347.27243 470.14062ZM344.80368 470.96875L344.28806 470.64062L347.7568 465.07812L348.27243 465.40625L344.80368 470.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M177.15524 711.5L177.82712 711.5Q178.46774 711.5 178.82712 711.1719Q179.20212 710.84375 179.20212 710.28125Q179.20212 709.03125 177.95212 709.03125Q177.374 709.03125 177.01462 709.375Q176.67087 709.7031 176.67087 710.25L175.76462 710.25Q175.76462 709.40625 176.38962 708.8594Q177.01462 708.2969 177.95212 708.2969Q178.96774 708.2969 179.53024 708.8281Q180.10837 709.3594 180.10837 710.2969Q180.10837 710.7656 179.8115 711.2031Q179.51462 711.6406 178.98337 711.8594Q179.57712 712.03125 179.88962 712.46875Q180.21774 712.8906 180.21774 713.5156Q180.21774 714.46875 179.59274 715.03125Q178.96774 715.59375 177.96774 715.59375Q176.96774 715.59375 176.32712 715.0625Q175.70212 714.5156 175.70212 713.625L176.624 713.625Q176.624 714.1875 176.98337 714.53125Q177.34274 714.8594 177.96774 714.8594Q178.624 714.8594 178.96774 714.5156Q179.3115 714.1719 179.3115 713.53125Q179.3115 712.9219 178.92087 712.59375Q178.54587 712.25 177.82712 712.25L177.15524 712.25L177.15524 711.5ZM181.76462 709.75Q181.76462 709.125 182.17087 708.7031Q182.57712 708.28125 183.21774 708.28125Q183.874 708.28125 184.26462 708.7031Q184.67087 709.125 184.67087 709.78125L184.67087 710.1406Q184.67087 710.78125 184.26462 711.1875Q183.85837 711.59375 183.23337 711.59375Q182.59274 711.59375 182.17087 711.1875Q181.76462 710.78125 181.76462 710.09375L181.76462 709.75ZM182.4365 710.1406Q182.4365 710.5156 182.63962 710.7656Q182.85837 711.0 183.23337 711.0Q183.57712 711.0 183.78024 710.7656Q183.999 710.53125 183.999 710.1094L183.999 709.75Q183.999 709.375 183.78024 709.125Q183.57712 708.875 183.21774 708.875Q182.85837 708.875 182.63962 709.125Q182.4365 709.375 182.4365 709.78125L182.4365 710.1406ZM185.21774 713.75Q185.21774 713.1094 185.624 712.7031Q186.04587 712.2969 186.67087 712.2969Q187.3115 712.2969 187.71774 712.7031Q188.13962 713.1094 188.13962 713.7969L188.13962 714.1406Q188.13962 714.78125 187.73337 715.2031Q187.32712 715.6094 186.6865 715.6094Q186.0615 715.6094 185.63962 715.2031Q185.21774 714.78125 185.21774 714.1094L185.21774 713.75ZM185.90524 714.1406Q185.90524 714.5156 186.10837 714.7656Q186.32712 715.0156 186.6865 715.0156Q187.04587 715.0156 187.249 714.78125Q187.46774 714.53125 187.46774 714.125L187.46774 713.75Q187.46774 713.375 187.249 713.125Q187.03024 712.875 186.6865 712.875Q186.32712 712.875 186.10837 713.125Q185.90524 713.3594 185.90524 713.78125L185.90524 714.1406ZM183.4365 714.96875L182.92087 714.6406L186.38962 709.0781L186.90524 709.40625L183.4365 714.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M177.15524 711.5L177.82712 711.5Q178.46774 711.5 178.82712 711.1719Q179.20212 710.84375 179.20212 710.28125Q179.20212 709.03125 177.95212 709.03125Q177.374 709.03125 177.01462 709.375Q176.67087 709.7031 176.67087 710.25L175.76462 710.25Q175.76462 709.40625 176.38962 708.8594Q177.01462 708.2969 177.95212 708.2969Q178.96774 708.2969 179.53024 708.8281Q180.10837 709.3594 180.10837 710.2969Q180.10837 710.7656 179.8115 711.2031Q179.51462 711.6406 178.98337 711.8594Q179.57712 712.03125 179.88962 712.46875Q180.21774 712.8906 180.21774 713.5156Q180.21774 714.46875 179.59274 715.03125Q178.96774 715.59375 177.96774 715.59375Q176.96774 715.59375 176.32712 715.0625Q175.70212 714.5156 175.70212 713.625L176.624 713.625Q176.624 714.1875 176.98337 714.53125Q177.34274 714.8594 177.96774 714.8594Q178.624 714.8594 178.96774 714.5156Q179.3115 714.1719 179.3115 713.53125Q179.3115 712.9219 178.92087 712.59375Q178.54587 712.25 177.82712 712.25L177.15524 712.25L177.15524 711.5ZM181.76462 709.75Q181.76462 709.125 182.17087 708.7031Q182.57712 708.28125 183.21774 708.28125Q183.874 708.28125 184.26462 708.7031Q184.67087 709.125 184.67087 709.78125L184.67087 710.1406Q184.67087 710.78125 184.26462 711.1875Q183.85837 711.59375 183.23337 711.59375Q182.59274 711.59375 182.17087 711.1875Q181.76462 710.78125 181.76462 710.09375L181.76462 709.75ZM182.4365 710.1406Q182.4365 710.5156 182.63962 710.7656Q182.85837 711.0 183.23337 711.0Q183.57712 711.0 183.78024 710.7656Q183.999 710.53125 183.999 710.1094L183.999 709.75Q183.999 709.375 183.78024 709.125Q183.57712 708.875 183.21774 708.875Q182.85837 708.875 182.63962 709.125Q182.4365 709.375 182.4365 709.78125L182.4365 710.1406ZM185.21774 713.75Q185.21774 713.1094 185.624 712.7031Q186.04587 712.2969 186.67087 712.2969Q187.3115 712.2969 187.71774 712.7031Q188.13962 713.1094 188.13962 713.7969L188.13962 714.1406Q188.13962 714.78125 187.73337 715.2031Q187.32712 715.6094 186.6865 715.6094Q186.0615 715.6094 185.63962 715.2031Q185.21774 714.78125 185.21774 714.1094L185.21774 713.75ZM185.90524 714.1406Q185.90524 714.5156 186.10837 714.7656Q186.32712 715.0156 186.6865 715.0156Q187.04587 715.0156 187.249 714.78125Q187.46774 714.53125 187.46774 714.125L187.46774 713.75Q187.46774 713.375 187.249 713.125Q187.03024 712.875 186.6865 712.875Q186.32712 712.875 186.10837 713.125Q185.90524 713.3594 185.90524 713.78125L185.90524 714.1406ZM183.4365 714.96875L182.92087 714.6406L186.38962 709.0781L186.90524 709.40625L183.4365 714.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M547.4104 107.890625L544.4573 114.5L543.5198 114.5L546.44165 108.125L542.5979 108.125L542.5979 107.390625L547.4104 107.390625L547.4104 107.890625ZM550.12915 110.5L550.801 110.5Q551.44165 110.5 551.801 110.171875Q552.176 109.84375 552.176 109.28125Q552.176 108.03125 550.926 108.03125Q550.3479 108.03125 549.9885 108.375Q549.6448 108.703125 549.6448 109.25L548.7385 109.25Q548.7385 108.40625 549.3635 107.859375Q549.9885 107.296875 550.926 107.296875Q551.94165 107.296875 552.50415 107.828125Q553.0823 108.359375 553.0823 109.296875Q553.0823 109.765625 552.7854 110.203125Q552.4885 110.640625 551.9573 110.859375Q552.551 111.03125 552.8635 111.46875Q553.19165 111.890625 553.19165 112.515625Q553.19165 113.46875 552.56665 114.03125Q551.94165 114.59375 550.94165 114.59375Q549.94165 114.59375 549.301 114.0625Q548.676 113.515625 548.676 112.625L549.5979 112.625Q549.5979 113.1875 549.9573 113.53125Q550.31665 113.859375 550.94165 113.859375Q551.5979 113.859375 551.94165 113.515625Q552.2854 113.171875 552.2854 112.53125Q552.2854 111.921875 551.8948 111.59375Q551.5198 111.25 550.801 111.25L550.12915 111.25L550.12915 110.5ZM554.7385 108.75Q554.7385 108.125 555.1448 107.703125Q555.551 107.28125 556.19165 107.28125Q556.8479 107.28125 557.2385 107.703125Q557.6448 108.125 557.6448 108.78125L557.6448 109.140625Q557.6448 109.78125 557.2385 110.1875Q556.8323 110.59375 556.2073 110.59375Q555.56665 110.59375 555.1448 110.1875Q554.7385 109.78125 554.7385 109.09375L554.7385 108.75ZM555.4104 109.140625Q555.4104 109.515625 555.6135 109.765625Q555.8323 110.0 556.2073 110.0Q556.551 110.0 556.75415 109.765625Q556.9729 109.53125 556.9729 109.109375L556.9729 108.75Q556.9729 108.375 556.75415 108.125Q556.551 107.875 556.19165 107.875Q555.8323 107.875 555.6135 108.125Q555.4104 108.375 555.4104 108.78125L555.4104 109.140625ZM558.19165 112.75Q558.19165 112.109375 558.5979 111.703125Q559.0198 111.296875 559.6448 111.296875Q560.2854 111.296875 560.69165 111.703125Q561.1135 112.109375 561.1135 112.796875L561.1135 113.140625Q561.1135 113.78125 560.7073 114.203125Q560.301 114.609375 559.6604 114.609375Q559.0354 114.609375 558.6135 114.203125Q558.19165 113.78125 558.19165 113.109375L558.19165 112.75ZM558.87915 113.140625Q558.87915 113.515625 559.0823 113.765625Q559.301 114.015625 559.6604 114.015625Q560.0198 114.015625 560.2229 113.78125Q560.44165 113.53125 560.44165 113.125L560.44165 112.75Q560.44165 112.375 560.2229 112.125Q560.00415 111.875 559.6604 111.875Q559.301 111.875 559.0823 112.125Q558.87915 112.359375 558.87915 112.78125L558.87915 113.140625ZM556.4104 113.96875L555.8948 113.640625L559.3635 108.078125L559.87915 108.40625L556.4104 113.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M547.4104 107.890625L544.4573 114.5L543.5198 114.5L546.44165 108.125L542.5979 108.125L542.5979 107.390625L547.4104 107.390625L547.4104 107.890625ZM550.12915 110.5L550.801 110.5Q551.44165 110.5 551.801 110.171875Q552.176 109.84375 552.176 109.28125Q552.176 108.03125 550.926 108.03125Q550.3479 108.03125 549.9885 108.375Q549.6448 108.703125 549.6448 109.25L548.7385 109.25Q548.7385 108.40625 549.3635 107.859375Q549.9885 107.296875 550.926 107.296875Q551.94165 107.296875 552.50415 107.828125Q553.0823 108.359375 553.0823 109.296875Q553.0823 109.765625 552.7854 110.203125Q552.4885 110.640625 551.9573 110.859375Q552.551 111.03125 552.8635 111.46875Q553.19165 111.890625 553.19165 112.515625Q553.19165 113.46875 552.56665 114.03125Q551.94165 114.59375 550.94165 114.59375Q549.94165 114.59375 549.301 114.0625Q548.676 113.515625 548.676 112.625L549.5979 112.625Q549.5979 113.1875 549.9573 113.53125Q550.31665 113.859375 550.94165 113.859375Q551.5979 113.859375 551.94165 113.515625Q552.2854 113.171875 552.2854 112.53125Q552.2854 111.921875 551.8948 111.59375Q551.5198 111.25 550.801 111.25L550.12915 111.25L550.12915 110.5ZM554.7385 108.75Q554.7385 108.125 555.1448 107.703125Q555.551 107.28125 556.19165 107.28125Q556.8479 107.28125 557.2385 107.703125Q557.6448 108.125 557.6448 108.78125L557.6448 109.140625Q557.6448 109.78125 557.2385 110.1875Q556.8323 110.59375 556.2073 110.59375Q555.56665 110.59375 555.1448 110.1875Q554.7385 109.78125 554.7385 109.09375L554.7385 108.75ZM555.4104 109.140625Q555.4104 109.515625 555.6135 109.765625Q555.8323 110.0 556.2073 110.0Q556.551 110.0 556.75415 109.765625Q556.9729 109.53125 556.9729 109.109375L556.9729 108.75Q556.9729 108.375 556.75415 108.125Q556.551 107.875 556.19165 107.875Q555.8323 107.875 555.6135 108.125Q555.4104 108.375 555.4104 108.78125L555.4104 109.140625ZM558.19165 112.75Q558.19165 112.109375 558.5979 111.703125Q559.0198 111.296875 559.6448 111.296875Q560.2854 111.296875 560.69165 111.703125Q561.1135 112.109375 561.1135 112.796875L561.1135 113.140625Q561.1135 113.78125 560.7073 114.203125Q560.301 114.609375 559.6604 114.609375Q559.0354 114.609375 558.6135 114.203125Q558.19165 113.78125 558.19165 113.109375L558.19165 112.75ZM558.87915 113.140625Q558.87915 113.515625 559.0823 113.765625Q559.301 114.015625 559.6604 114.015625Q560.0198 114.015625 560.2229 113.78125Q560.44165 113.53125 560.44165 113.125L560.44165 112.75Q560.44165 112.375 560.2229 112.125Q560.00415 111.875 559.6604 111.875Q559.301 111.875 559.0823 112.125Q558.87915 112.359375 558.87915 112.78125L558.87915 113.140625ZM556.4104 113.96875L555.8948 113.640625L559.3635 108.078125L559.87915 108.40625L556.4104 113.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M495.7449 168.39062L495.7449 169.15625L495.57303 169.15625Q494.52615 169.17188 493.90115 169.78125Q493.27615 170.375 493.16678 171.48438Q493.72928 170.84375 494.69803 170.84375Q495.63553 170.84375 496.1824 171.5Q496.7449 172.14062 496.7449 173.1875Q496.7449 174.28125 496.13553 174.9375Q495.54178 175.59375 494.54178 175.59375Q493.52615 175.59375 492.88553 174.8125Q492.2449 174.03125 492.2449 172.79688L492.2449 172.45312Q492.2449 170.48438 493.07303 169.45312Q493.91678 168.40625 495.57303 168.39062L495.7449 168.39062ZM494.5574 171.59375Q494.08865 171.59375 493.69803 171.875Q493.3074 172.14062 493.15115 172.5625L493.15115 172.89062Q493.15115 173.78125 493.54178 174.3125Q493.94803 174.84375 494.54178 174.84375Q495.15115 174.84375 495.4949 174.40625Q495.85428 173.95312 495.85428 173.21875Q495.85428 172.48438 495.4949 172.04688Q495.13553 171.59375 494.5574 171.59375ZM499.51053 171.5L500.1824 171.5Q500.82303 171.5 501.1824 171.17188Q501.5574 170.84375 501.5574 170.28125Q501.5574 169.03125 500.3074 169.03125Q499.72928 169.03125 499.3699 169.375Q499.02615 169.70312 499.02615 170.25L498.1199 170.25Q498.1199 169.40625 498.7449 168.85938Q499.3699 168.29688 500.3074 168.29688Q501.32303 168.29688 501.88553 168.82812Q502.46365 169.35938 502.46365 170.29688Q502.46365 170.76562 502.16678 171.20312Q501.8699 171.64062 501.33865 171.85938Q501.9324 172.03125 502.2449 172.46875Q502.57303 172.89062 502.57303 173.51562Q502.57303 174.46875 501.94803 175.03125Q501.32303 175.59375 500.32303 175.59375Q499.32303 175.59375 498.6824 175.0625Q498.0574 174.51562 498.0574 173.625L498.97928 173.625Q498.97928 174.1875 499.33865 174.53125Q499.69803 174.85938 500.32303 174.85938Q500.97928 174.85938 501.32303 174.51562Q501.66678 174.17188 501.66678 173.53125Q501.66678 172.92188 501.27615 172.59375Q500.90115 172.25 500.1824 172.25L499.51053 172.25L499.51053 171.5ZM504.1199 169.75Q504.1199 169.125 504.52615 168.70312Q504.9324 168.28125 505.57303 168.28125Q506.22928 168.28125 506.6199 168.70312Q507.02615 169.125 507.02615 169.78125L507.02615 170.14062Q507.02615 170.78125 506.6199 171.1875Q506.21365 171.59375 505.58865 171.59375Q504.94803 171.59375 504.52615 171.1875Q504.1199 170.78125 504.1199 170.09375L504.1199 169.75ZM504.79178 170.14062Q504.79178 170.51562 504.9949 170.76562Q505.21365 171.0 505.58865 171.0Q505.9324 171.0 506.13553 170.76562Q506.35428 170.53125 506.35428 170.10938L506.35428 169.75Q506.35428 169.375 506.13553 169.125Q505.9324 168.875 505.57303 168.875Q505.21365 168.875 504.9949 169.125Q504.79178 169.375 504.79178 169.78125L504.79178 170.14062ZM507.57303 173.75Q507.57303 173.10938 507.97928 172.70312Q508.40115 172.29688 509.02615 172.29688Q509.66678 172.29688 510.07303 172.70312Q510.4949 173.10938 510.4949 173.79688L510.4949 174.14062Q510.4949 174.78125 510.08865 175.20312Q509.6824 175.60938 509.04178 175.60938Q508.41678 175.60938 507.9949 175.20312Q507.57303 174.78125 507.57303 174.10938L507.57303 173.75ZM508.26053 174.14062Q508.26053 174.51562 508.46365 174.76562Q508.6824 175.01562 509.04178 175.01562Q509.40115 175.01562 509.60428 174.78125Q509.82303 174.53125 509.82303 174.125L509.82303 173.75Q509.82303 173.375 509.60428 173.125Q509.38553 172.875 509.04178 172.875Q508.6824 172.875 508.46365 173.125Q508.26053 173.35938 508.26053 173.78125L508.26053 174.14062ZM505.79178 174.96875L505.27615 174.64062L508.7449 169.07812L509.26053 169.40625L505.79178 174.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M495.7449 168.39062L495.7449 169.15625L495.57303 169.15625Q494.52615 169.17188 493.90115 169.78125Q493.27615 170.375 493.16678 171.48438Q493.72928 170.84375 494.69803 170.84375Q495.63553 170.84375 496.1824 171.5Q496.7449 172.14062 496.7449 173.1875Q496.7449 174.28125 496.13553 174.9375Q495.54178 175.59375 494.54178 175.59375Q493.52615 175.59375 492.88553 174.8125Q492.2449 174.03125 492.2449 172.79688L492.2449 172.45312Q492.2449 170.48438 493.07303 169.45312Q493.91678 168.40625 495.57303 168.39062L495.7449 168.39062ZM494.5574 171.59375Q494.08865 171.59375 493.69803 171.875Q493.3074 172.14062 493.15115 172.5625L493.15115 172.89062Q493.15115 173.78125 493.54178 174.3125Q493.94803 174.84375 494.54178 174.84375Q495.15115 174.84375 495.4949 174.40625Q495.85428 173.95312 495.85428 173.21875Q495.85428 172.48438 495.4949 172.04688Q495.13553 171.59375 494.5574 171.59375ZM499.51053 171.5L500.1824 171.5Q500.82303 171.5 501.1824 171.17188Q501.5574 170.84375 501.5574 170.28125Q501.5574 169.03125 500.3074 169.03125Q499.72928 169.03125 499.3699 169.375Q499.02615 169.70312 499.02615 170.25L498.1199 170.25Q498.1199 169.40625 498.7449 168.85938Q499.3699 168.29688 500.3074 168.29688Q501.32303 168.29688 501.88553 168.82812Q502.46365 169.35938 502.46365 170.29688Q502.46365 170.76562 502.16678 171.20312Q501.8699 171.64062 501.33865 171.85938Q501.9324 172.03125 502.2449 172.46875Q502.57303 172.89062 502.57303 173.51562Q502.57303 174.46875 501.94803 175.03125Q501.32303 175.59375 500.32303 175.59375Q499.32303 175.59375 498.6824 175.0625Q498.0574 174.51562 498.0574 173.625L498.97928 173.625Q498.97928 174.1875 499.33865 174.53125Q499.69803 174.85938 500.32303 174.85938Q500.97928 174.85938 501.32303 174.51562Q501.66678 174.17188 501.66678 173.53125Q501.66678 172.92188 501.27615 172.59375Q500.90115 172.25 500.1824 172.25L499.51053 172.25L499.51053 171.5ZM504.1199 169.75Q504.1199 169.125 504.52615 168.70312Q504.9324 168.28125 505.57303 168.28125Q506.22928 168.28125 506.6199 168.70312Q507.02615 169.125 507.02615 169.78125L507.02615 170.14062Q507.02615 170.78125 506.6199 171.1875Q506.21365 171.59375 505.58865 171.59375Q504.94803 171.59375 504.52615 171.1875Q504.1199 170.78125 504.1199 170.09375L504.1199 169.75ZM504.79178 170.14062Q504.79178 170.51562 504.9949 170.76562Q505.21365 171.0 505.58865 171.0Q505.9324 171.0 506.13553 170.76562Q506.35428 170.53125 506.35428 170.10938L506.35428 169.75Q506.35428 169.375 506.13553 169.125Q505.9324 168.875 505.57303 168.875Q505.21365 168.875 504.9949 169.125Q504.79178 169.375 504.79178 169.78125L504.79178 170.14062ZM507.57303 173.75Q507.57303 173.10938 507.97928 172.70312Q508.40115 172.29688 509.02615 172.29688Q509.66678 172.29688 510.07303 172.70312Q510.4949 173.10938 510.4949 173.79688L510.4949 174.14062Q510.4949 174.78125 510.08865 175.20312Q509.6824 175.60938 509.04178 175.60938Q508.41678 175.60938 507.9949 175.20312Q507.57303 174.78125 507.57303 174.10938L507.57303 173.75ZM508.26053 174.14062Q508.26053 174.51562 508.46365 174.76562Q508.6824 175.01562 509.04178 175.01562Q509.40115 175.01562 509.60428 174.78125Q509.82303 174.53125 509.82303 174.125L509.82303 173.75Q509.82303 173.375 509.60428 173.125Q509.38553 172.875 509.04178 172.875Q508.6824 172.875 508.46365 173.125Q508.26053 173.35938 508.26053 173.78125L508.26053 174.14062ZM505.79178 174.96875L505.27615 174.64062L508.7449 169.07812L509.26053 169.40625L505.79178 174.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M318.87186 232.5L319.54373 232.5Q320.18436 232.5 320.54373 232.17188Q320.91873 231.84375 320.91873 231.28125Q320.91873 230.03125 319.66873 230.03125Q319.0906 230.03125 318.73123 230.375Q318.38748 230.70312 318.38748 231.25L317.48123 231.25Q317.48123 230.40625 318.10623 229.85938Q318.73123 229.29688 319.66873 229.29688Q320.68436 229.29688 321.24686 229.82812Q321.82498 230.35938 321.82498 231.29688Q321.82498 231.76562 321.5281 232.20312Q321.23123 232.64062 320.69998 232.85938Q321.29373 233.03125 321.60623 233.46875Q321.93436 233.89062 321.93436 234.51562Q321.93436 235.46875 321.30936 236.03125Q320.68436 236.59375 319.68436 236.59375Q318.68436 236.59375 318.04373 236.0625Q317.41873 235.51562 317.41873 234.625L318.3406 234.625Q318.3406 235.1875 318.69998 235.53125Q319.05936 235.85938 319.68436 235.85938Q320.3406 235.85938 320.68436 235.51562Q321.0281 235.17188 321.0281 234.53125Q321.0281 233.92188 320.63748 233.59375Q320.26248 233.25 319.54373 233.25L318.87186 233.25L318.87186 232.5ZM328.01248 233.46875Q328.01248 235.04688 327.4656 235.82812Q326.93436 236.59375 325.7781 236.59375Q324.63748 236.59375 324.0906 235.84375Q323.54373 235.09375 323.5281 233.59375L323.5281 232.39062Q323.5281 230.8125 324.05936 230.0625Q324.60623 229.29688 325.76248 229.29688Q326.91873 229.29688 327.44998 230.03125Q327.99686 230.76562 328.01248 232.29688L328.01248 233.46875ZM327.10623 232.23438Q327.10623 231.07812 326.7781 230.5625Q326.4656 230.03125 325.76248 230.03125Q325.07498 230.03125 324.74686 230.5625Q324.43436 231.07812 324.43436 232.15625L324.43436 233.60938Q324.43436 234.76562 324.76248 235.3125Q325.10623 235.85938 325.7781 235.85938Q326.44998 235.85938 326.76248 235.34375Q327.0906 234.82812 327.10623 233.71875L327.10623 232.23438ZM329.48123 230.75Q329.48123 230.125 329.88748 229.70312Q330.29373 229.28125 330.93436 229.28125Q331.5906 229.28125 331.98123 229.70312Q332.38748 230.125 332.38748 230.78125L332.38748 231.14062Q332.38748 231.78125 331.98123 232.1875Q331.57498 232.59375 330.94998 232.59375Q330.30936 232.59375 329.88748 232.1875Q329.48123 231.78125 329.48123 231.09375L329.48123 230.75ZM330.1531 231.14062Q330.1531 231.51562 330.35623 231.76562Q330.57498 232.0 330.94998 232.0Q331.29373 232.0 331.49686 231.76562Q331.7156 231.53125 331.7156 231.10938L331.7156 230.75Q331.7156 230.375 331.49686 230.125Q331.29373 229.875 330.93436 229.875Q330.57498 229.875 330.35623 230.125Q330.1531 230.375 330.1531 230.78125L330.1531 231.14062ZM332.93436 234.75Q332.93436 234.10938 333.3406 233.70312Q333.76248 233.29688 334.38748 233.29688Q335.0281 233.29688 335.43436 233.70312Q335.85623 234.10938 335.85623 234.79688L335.85623 235.14062Q335.85623 235.78125 335.44998 236.20312Q335.04373 236.60938 334.4031 236.60938Q333.7781 236.60938 333.35623 236.20312Q332.93436 235.78125 332.93436 235.10938L332.93436 234.75ZM333.62186 235.14062Q333.62186 235.51562 333.82498 235.76562Q334.04373 236.01562 334.4031 236.01562Q334.76248 236.01562 334.9656 235.78125Q335.18436 235.53125 335.18436 235.125L335.18436 234.75Q335.18436 234.375 334.9656 234.125Q334.74686 233.875 334.4031 233.875Q334.04373 233.875 333.82498 234.125Q333.62186 234.35938 333.62186 234.78125L333.62186 235.14062ZM331.1531 235.96875L330.63748 235.64062L334.10623 230.07812L334.62186 230.40625L331.1531 235.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M318.87186 232.5L319.54373 232.5Q320.18436 232.5 320.54373 232.17188Q320.91873 231.84375 320.91873 231.28125Q320.91873 230.03125 319.66873 230.03125Q319.0906 230.03125 318.73123 230.375Q318.38748 230.70312 318.38748 231.25L317.48123 231.25Q317.48123 230.40625 318.10623 229.85938Q318.73123 229.29688 319.66873 229.29688Q320.68436 229.29688 321.24686 229.82812Q321.82498 230.35938 321.82498 231.29688Q321.82498 231.76562 321.5281 232.20312Q321.23123 232.64062 320.69998 232.85938Q321.29373 233.03125 321.60623 233.46875Q321.93436 233.89062 321.93436 234.51562Q321.93436 235.46875 321.30936 236.03125Q320.68436 236.59375 319.68436 236.59375Q318.68436 236.59375 318.04373 236.0625Q317.41873 235.51562 317.41873 234.625L318.3406 234.625Q318.3406 235.1875 318.69998 235.53125Q319.05936 235.85938 319.68436 235.85938Q320.3406 235.85938 320.68436 235.51562Q321.0281 235.17188 321.0281 234.53125Q321.0281 233.92188 320.63748 233.59375Q320.26248 233.25 319.54373 233.25L318.87186 233.25L318.87186 232.5ZM328.01248 233.46875Q328.01248 235.04688 327.4656 235.82812Q326.93436 236.59375 325.7781 236.59375Q324.63748 236.59375 324.0906 235.84375Q323.54373 235.09375 323.5281 233.59375L323.5281 232.39062Q323.5281 230.8125 324.05936 230.0625Q324.60623 229.29688 325.76248 229.29688Q326.91873 229.29688 327.44998 230.03125Q327.99686 230.76562 328.01248 232.29688L328.01248 233.46875ZM327.10623 232.23438Q327.10623 231.07812 326.7781 230.5625Q326.4656 230.03125 325.76248 230.03125Q325.07498 230.03125 324.74686 230.5625Q324.43436 231.07812 324.43436 232.15625L324.43436 233.60938Q324.43436 234.76562 324.76248 235.3125Q325.10623 235.85938 325.7781 235.85938Q326.44998 235.85938 326.76248 235.34375Q327.0906 234.82812 327.10623 233.71875L327.10623 232.23438ZM329.48123 230.75Q329.48123 230.125 329.88748 229.70312Q330.29373 229.28125 330.93436 229.28125Q331.5906 229.28125 331.98123 229.70312Q332.38748 230.125 332.38748 230.78125L332.38748 231.14062Q332.38748 231.78125 331.98123 232.1875Q331.57498 232.59375 330.94998 232.59375Q330.30936 232.59375 329.88748 232.1875Q329.48123 231.78125 329.48123 231.09375L329.48123 230.75ZM330.1531 231.14062Q330.1531 231.51562 330.35623 231.76562Q330.57498 232.0 330.94998 232.0Q331.29373 232.0 331.49686 231.76562Q331.7156 231.53125 331.7156 231.10938L331.7156 230.75Q331.7156 230.375 331.49686 230.125Q331.29373 229.875 330.93436 229.875Q330.57498 229.875 330.35623 230.125Q330.1531 230.375 330.1531 230.78125L330.1531 231.14062ZM332.93436 234.75Q332.93436 234.10938 333.3406 233.70312Q333.76248 233.29688 334.38748 233.29688Q335.0281 233.29688 335.43436 233.70312Q335.85623 234.10938 335.85623 234.79688L335.85623 235.14062Q335.85623 235.78125 335.44998 236.20312Q335.04373 236.60938 334.4031 236.60938Q333.7781 236.60938 333.35623 236.20312Q332.93436 235.78125 332.93436 235.10938L332.93436 234.75ZM333.62186 235.14062Q333.62186 235.51562 333.82498 235.76562Q334.04373 236.01562 334.4031 236.01562Q334.76248 236.01562 334.9656 235.78125Q335.18436 235.53125 335.18436 235.125L335.18436 234.75Q335.18436 234.375 334.9656 234.125Q334.74686 233.875 334.4031 233.875Q334.04373 233.875 333.82498 234.125Q333.62186 234.35938 333.62186 234.78125L333.62186 235.14062ZM331.1531 235.96875L330.63748 235.64062L334.10623 230.07812L334.62186 230.40625L331.1531 235.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M405.2339 295.10938L406.21826 295.10938L406.21826 295.84375L405.2339 295.84375L405.2339 297.5L404.32764 297.5L404.32764 295.84375L401.09326 295.84375L401.09326 295.3125L404.26514 290.39062L405.2339 290.39062L405.2339 295.10938ZM402.1089 295.10938L404.32764 295.10938L404.32764 291.625L404.21826 291.82812L402.1089 295.10938ZM410.96826 290.39062L410.96826 291.15625L410.7964 291.15625Q409.7495 291.17188 409.1245 291.78125Q408.4995 292.375 408.39014 293.48438Q408.95264 292.84375 409.9214 292.84375Q410.8589 292.84375 411.40576 293.5Q411.96826 294.14062 411.96826 295.1875Q411.96826 296.28125 411.3589 296.9375Q410.76514 297.59375 409.76514 297.59375Q408.7495 297.59375 408.1089 296.8125Q407.46826 296.03125 407.46826 294.79688L407.46826 294.45312Q407.46826 292.48438 408.2964 291.45312Q409.14014 290.40625 410.7964 290.39062L410.96826 290.39062ZM409.78076 293.59375Q409.312 293.59375 408.9214 293.875Q408.53076 294.14062 408.3745 294.5625L408.3745 294.89062Q408.3745 295.78125 408.76514 296.3125Q409.1714 296.84375 409.76514 296.84375Q410.3745 296.84375 410.71826 296.40625Q411.07764 295.95312 411.07764 295.21875Q411.07764 294.48438 410.71826 294.04688Q410.3589 293.59375 409.78076 293.59375ZM413.34326 291.75Q413.34326 291.125 413.7495 290.70312Q414.15576 290.28125 414.7964 290.28125Q415.45264 290.28125 415.84326 290.70312Q416.2495 291.125 416.2495 291.78125L416.2495 292.14062Q416.2495 292.78125 415.84326 293.1875Q415.437 293.59375 414.812 293.59375Q414.1714 293.59375 413.7495 293.1875Q413.34326 292.78125 413.34326 292.09375L413.34326 291.75ZM414.01514 292.14062Q414.01514 292.51562 414.21826 292.76562Q414.437 293.0 414.812 293.0Q415.15576 293.0 415.3589 292.76562Q415.57764 292.53125 415.57764 292.10938L415.57764 291.75Q415.57764 291.375 415.3589 291.125Q415.15576 290.875 414.7964 290.875Q414.437 290.875 414.21826 291.125Q414.01514 291.375 414.01514 291.78125L414.01514 292.14062ZM416.7964 295.75Q416.7964 295.10938 417.20264 294.70312Q417.6245 294.29688 418.2495 294.29688Q418.89014 294.29688 419.2964 294.70312Q419.71826 295.10938 419.71826 295.79688L419.71826 296.14062Q419.71826 296.78125 419.312 297.20312Q418.90576 297.60938 418.26514 297.60938Q417.64014 297.60938 417.21826 297.20312Q416.7964 296.78125 416.7964 296.10938L416.7964 295.75ZM417.4839 296.14062Q417.4839 296.51562 417.687 296.76562Q417.90576 297.01562 418.26514 297.01562Q418.6245 297.01562 418.82764 296.78125Q419.0464 296.53125 419.0464 296.125L419.0464 295.75Q419.0464 295.375 418.82764 295.125Q418.6089 294.875 418.26514 294.875Q417.90576 294.875 417.687 295.125Q417.4839 295.35938 417.4839 295.78125L417.4839 296.14062ZM415.01514 296.96875L414.4995 296.64062L417.96826 291.07812L418.4839 291.40625L415.01514 296.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M405.2339 295.10938L406.21826 295.10938L406.21826 295.84375L405.2339 295.84375L405.2339 297.5L404.32764 297.5L404.32764 295.84375L401.09326 295.84375L401.09326 295.3125L404.26514 290.39062L405.2339 290.39062L405.2339 295.10938ZM402.1089 295.10938L404.32764 295.10938L404.32764 291.625L404.21826 291.82812L402.1089 295.10938ZM410.96826 290.39062L410.96826 291.15625L410.7964 291.15625Q409.7495 291.17188 409.1245 291.78125Q408.4995 292.375 408.39014 293.48438Q408.95264 292.84375 409.9214 292.84375Q410.8589 292.84375 411.40576 293.5Q411.96826 294.14062 411.96826 295.1875Q411.96826 296.28125 411.3589 296.9375Q410.76514 297.59375 409.76514 297.59375Q408.7495 297.59375 408.1089 296.8125Q407.46826 296.03125 407.46826 294.79688L407.46826 294.45312Q407.46826 292.48438 408.2964 291.45312Q409.14014 290.40625 410.7964 290.39062L410.96826 290.39062ZM409.78076 293.59375Q409.312 293.59375 408.9214 293.875Q408.53076 294.14062 408.3745 294.5625L408.3745 294.89062Q408.3745 295.78125 408.76514 296.3125Q409.1714 296.84375 409.76514 296.84375Q410.3745 296.84375 410.71826 296.40625Q411.07764 295.95312 411.07764 295.21875Q411.07764 294.48438 410.71826 294.04688Q410.3589 293.59375 409.78076 293.59375ZM413.34326 291.75Q413.34326 291.125 413.7495 290.70312Q414.15576 290.28125 414.7964 290.28125Q415.45264 290.28125 415.84326 290.70312Q416.2495 291.125 416.2495 291.78125L416.2495 292.14062Q416.2495 292.78125 415.84326 293.1875Q415.437 293.59375 414.812 293.59375Q414.1714 293.59375 413.7495 293.1875Q413.34326 292.78125 413.34326 292.09375L413.34326 291.75ZM414.01514 292.14062Q414.01514 292.51562 414.21826 292.76562Q414.437 293.0 414.812 293.0Q415.15576 293.0 415.3589 292.76562Q415.57764 292.53125 415.57764 292.10938L415.57764 291.75Q415.57764 291.375 415.3589 291.125Q415.15576 290.875 414.7964 290.875Q414.437 290.875 414.21826 291.125Q414.01514 291.375 414.01514 291.78125L414.01514 292.14062ZM416.7964 295.75Q416.7964 295.10938 417.20264 294.70312Q417.6245 294.29688 418.2495 294.29688Q418.89014 294.29688 419.2964 294.70312Q419.71826 295.10938 419.71826 295.79688L419.71826 296.14062Q419.71826 296.78125 419.312 297.20312Q418.90576 297.60938 418.26514 297.60938Q417.64014 297.60938 417.21826 297.20312Q416.7964 296.78125 416.7964 296.10938L416.7964 295.75ZM417.4839 296.14062Q417.4839 296.51562 417.687 296.76562Q417.90576 297.01562 418.26514 297.01562Q418.6245 297.01562 418.82764 296.78125Q419.0464 296.53125 419.0464 296.125L419.0464 295.75Q419.0464 295.375 418.82764 295.125Q418.6089 294.875 418.26514 294.875Q417.90576 294.875 417.687 295.125Q417.4839 295.35938 417.4839 295.78125L417.4839 296.14062ZM415.01514 296.96875L414.4995 296.64062L417.96826 291.07812L418.4839 291.40625L415.01514 296.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M362.04395 354.5L362.71582 354.5Q363.35645 354.5 363.71582 354.17188Q364.09082 353.84375 364.09082 353.28125Q364.09082 352.03125 362.84082 352.03125Q362.2627 352.03125 361.90332 352.375Q361.55957 352.70312 361.55957 353.25L360.65332 353.25Q360.65332 352.40625 361.27832 351.85938Q361.90332 351.29688 362.84082 351.29688Q363.85645 351.29688 364.41895 351.82812Q364.99707 352.35938 364.99707 353.29688Q364.99707 353.76562 364.7002 354.20312Q364.40332 354.64062 363.87207 354.85938Q364.46582 355.03125 364.77832 355.46875Q365.10645 355.89062 365.10645 356.51562Q365.10645 357.46875 364.48145 358.03125Q363.85645 358.59375 362.85645 358.59375Q361.85645 358.59375 361.21582 358.0625Q360.59082 357.51562 360.59082 356.625L361.5127 356.625Q361.5127 357.1875 361.87207 357.53125Q362.23145 357.85938 362.85645 357.85938Q363.5127 357.85938 363.85645 357.51562Q364.2002 357.17188 364.2002 356.53125Q364.2002 355.92188 363.80957 355.59375Q363.43457 355.25 362.71582 355.25L362.04395 355.25L362.04395 354.5ZM371.04395 353.25Q371.04395 353.78125 370.7627 354.20312Q370.48145 354.60938 369.99707 354.84375Q370.55957 355.07812 370.87207 355.54688Q371.2002 356.0 371.2002 356.57812Q371.2002 357.5 370.5752 358.04688Q369.96582 358.59375 368.9502 358.59375Q367.91895 358.59375 367.29395 358.04688Q366.68457 357.5 366.68457 356.57812Q366.68457 356.0 366.99707 355.54688Q367.30957 355.07812 367.87207 354.84375Q367.40332 354.60938 367.12207 354.1875Q366.85645 353.76562 366.85645 353.25Q366.85645 352.34375 367.41895 351.82812Q367.99707 351.29688 368.9502 351.29688Q369.8877 351.29688 370.46582 351.82812Q371.04395 352.34375 371.04395 353.25ZM370.30957 356.5625Q370.30957 355.96875 369.91895 355.59375Q369.54395 355.21875 368.93457 355.21875Q368.3252 355.21875 367.9502 355.59375Q367.59082 355.95312 367.59082 356.5625Q367.59082 357.17188 367.9502 357.51562Q368.30957 357.85938 368.9502 357.85938Q369.5752 357.85938 369.93457 357.51562Q370.30957 357.15625 370.30957 356.5625ZM368.9502 352.03125Q368.41895 352.03125 368.0752 352.35938Q367.74707 352.6875 367.74707 353.26562Q367.74707 353.79688 368.0752 354.14062Q368.40332 354.46875 368.93457 354.46875Q369.48145 354.46875 369.80957 354.14062Q370.1377 353.79688 370.1377 353.26562Q370.1377 352.71875 369.79395 352.375Q369.46582 352.03125 368.9502 352.03125ZM372.65332 352.75Q372.65332 352.125 373.05957 351.70312Q373.46582 351.28125 374.10645 351.28125Q374.7627 351.28125 375.15332 351.70312Q375.55957 352.125 375.55957 352.78125L375.55957 353.14062Q375.55957 353.78125 375.15332 354.1875Q374.74707 354.59375 374.12207 354.59375Q373.48145 354.59375 373.05957 354.1875Q372.65332 353.78125 372.65332 353.09375L372.65332 352.75ZM373.3252 353.14062Q373.3252 353.51562 373.52832 353.76562Q373.74707 354.0 374.12207 354.0Q374.46582 354.0 374.66895 353.76562Q374.8877 353.53125 374.8877 353.10938L374.8877 352.75Q374.8877 352.375 374.66895 352.125Q374.46582 351.875 374.10645 351.875Q373.74707 351.875 373.52832 352.125Q373.3252 352.375 373.3252 352.78125L373.3252 353.14062ZM376.10645 356.75Q376.10645 356.10938 376.5127 355.70312Q376.93457 355.29688 377.55957 355.29688Q378.2002 355.29688 378.60645 355.70312Q379.02832 356.10938 379.02832 356.79688L379.02832 357.14062Q379.02832 357.78125 378.62207 358.20312Q378.21582 358.60938 377.5752 358.60938Q376.9502 358.60938 376.52832 358.20312Q376.10645 357.78125 376.10645 357.10938L376.10645 356.75ZM376.79395 357.14062Q376.79395 357.51562 376.99707 357.76562Q377.21582 358.01562 377.5752 358.01562Q377.93457 358.01562 378.1377 357.78125Q378.35645 357.53125 378.35645 357.125L378.35645 356.75Q378.35645 356.375 378.1377 356.125Q377.91895 355.875 377.5752 355.875Q377.21582 355.875 376.99707 356.125Q376.79395 356.35938 376.79395 356.78125L376.79395 357.14062ZM374.3252 357.96875L373.80957 357.64062L377.27832 352.07812L377.79395 352.40625L374.3252 357.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M362.04395 354.5L362.71582 354.5Q363.35645 354.5 363.71582 354.17188Q364.09082 353.84375 364.09082 353.28125Q364.09082 352.03125 362.84082 352.03125Q362.2627 352.03125 361.90332 352.375Q361.55957 352.70312 361.55957 353.25L360.65332 353.25Q360.65332 352.40625 361.27832 351.85938Q361.90332 351.29688 362.84082 351.29688Q363.85645 351.29688 364.41895 351.82812Q364.99707 352.35938 364.99707 353.29688Q364.99707 353.76562 364.7002 354.20312Q364.40332 354.64062 363.87207 354.85938Q364.46582 355.03125 364.77832 355.46875Q365.10645 355.89062 365.10645 356.51562Q365.10645 357.46875 364.48145 358.03125Q363.85645 358.59375 362.85645 358.59375Q361.85645 358.59375 361.21582 358.0625Q360.59082 357.51562 360.59082 356.625L361.5127 356.625Q361.5127 357.1875 361.87207 357.53125Q362.23145 357.85938 362.85645 357.85938Q363.5127 357.85938 363.85645 357.51562Q364.2002 357.17188 364.2002 356.53125Q364.2002 355.92188 363.80957 355.59375Q363.43457 355.25 362.71582 355.25L362.04395 355.25L362.04395 354.5ZM371.04395 353.25Q371.04395 353.78125 370.7627 354.20312Q370.48145 354.60938 369.99707 354.84375Q370.55957 355.07812 370.87207 355.54688Q371.2002 356.0 371.2002 356.57812Q371.2002 357.5 370.5752 358.04688Q369.96582 358.59375 368.9502 358.59375Q367.91895 358.59375 367.29395 358.04688Q366.68457 357.5 366.68457 356.57812Q366.68457 356.0 366.99707 355.54688Q367.30957 355.07812 367.87207 354.84375Q367.40332 354.60938 367.12207 354.1875Q366.85645 353.76562 366.85645 353.25Q366.85645 352.34375 367.41895 351.82812Q367.99707 351.29688 368.9502 351.29688Q369.8877 351.29688 370.46582 351.82812Q371.04395 352.34375 371.04395 353.25ZM370.30957 356.5625Q370.30957 355.96875 369.91895 355.59375Q369.54395 355.21875 368.93457 355.21875Q368.3252 355.21875 367.9502 355.59375Q367.59082 355.95312 367.59082 356.5625Q367.59082 357.17188 367.9502 357.51562Q368.30957 357.85938 368.9502 357.85938Q369.5752 357.85938 369.93457 357.51562Q370.30957 357.15625 370.30957 356.5625ZM368.9502 352.03125Q368.41895 352.03125 368.0752 352.35938Q367.74707 352.6875 367.74707 353.26562Q367.74707 353.79688 368.0752 354.14062Q368.40332 354.46875 368.93457 354.46875Q369.48145 354.46875 369.80957 354.14062Q370.1377 353.79688 370.1377 353.26562Q370.1377 352.71875 369.79395 352.375Q369.46582 352.03125 368.9502 352.03125ZM372.65332 352.75Q372.65332 352.125 373.05957 351.70312Q373.46582 351.28125 374.10645 351.28125Q374.7627 351.28125 375.15332 351.70312Q375.55957 352.125 375.55957 352.78125L375.55957 353.14062Q375.55957 353.78125 375.15332 354.1875Q374.74707 354.59375 374.12207 354.59375Q373.48145 354.59375 373.05957 354.1875Q372.65332 353.78125 372.65332 353.09375L372.65332 352.75ZM373.3252 353.14062Q373.3252 353.51562 373.52832 353.76562Q373.74707 354.0 374.12207 354.0Q374.46582 354.0 374.66895 353.76562Q374.8877 353.53125 374.8877 353.10938L374.8877 352.75Q374.8877 352.375 374.66895 352.125Q374.46582 351.875 374.10645 351.875Q373.74707 351.875 373.52832 352.125Q373.3252 352.375 373.3252 352.78125L373.3252 353.14062ZM376.10645 356.75Q376.10645 356.10938 376.5127 355.70312Q376.93457 355.29688 377.55957 355.29688Q378.2002 355.29688 378.60645 355.70312Q379.02832 356.10938 379.02832 356.79688L379.02832 357.14062Q379.02832 357.78125 378.62207 358.20312Q378.21582 358.60938 377.5752 358.60938Q376.9502 358.60938 376.52832 358.20312Q376.10645 357.78125 376.10645 357.10938L376.10645 356.75ZM376.79395 357.14062Q376.79395 357.51562 376.99707 357.76562Q377.21582 358.01562 377.5752 358.01562Q377.93457 358.01562 378.1377 357.78125Q378.35645 357.53125 378.35645 357.125L378.35645 356.75Q378.35645 356.375 378.1377 356.125Q377.91895 355.875 377.5752 355.875Q377.21582 355.875 376.99707 356.125Q376.79395 356.35938 376.79395 356.78125L376.79395 357.14062ZM374.3252 357.96875L373.80957 357.64062L377.27832 352.07812L377.79395 352.40625L374.3252 357.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M400.71277 418.10938L401.69714 418.10938L401.69714 418.84375L400.71277 418.84375L400.71277 420.5L399.80652 420.5L399.80652 418.84375L396.57214 418.84375L396.57214 418.3125L399.74402 413.39062L400.71277 413.39062L400.71277 418.10938ZM397.58777 418.10938L399.80652 418.10938L399.80652 414.625L399.69714 414.82812L397.58777 418.10938ZM403.30652 416.9375L403.68152 413.39062L407.32214 413.39062L407.32214 414.21875L404.44714 414.21875L404.2284 416.15625Q404.74402 415.85938 405.4159 415.85938Q406.38464 415.85938 406.94714 416.5Q407.52527 417.14062 407.52527 418.23438Q407.52527 419.32812 406.93152 419.96875Q406.33777 420.59375 405.27527 420.59375Q404.33777 420.59375 403.7284 420.07812Q403.13464 419.54688 403.05652 418.625L403.9159 418.625Q403.99402 419.23438 404.33777 419.54688Q404.69714 419.85938 405.27527 419.85938Q405.90027 419.85938 406.25964 419.4375Q406.61902 419.0 406.61902 418.25Q406.61902 417.53125 406.2284 417.10938Q405.8534 416.67188 405.19714 416.67188Q404.61902 416.67188 404.27527 416.92188L404.0409 417.125L403.30652 416.9375ZM408.82214 414.75Q408.82214 414.125 409.2284 413.70312Q409.63464 413.28125 410.27527 413.28125Q410.93152 413.28125 411.32214 413.70312Q411.7284 414.125 411.7284 414.78125L411.7284 415.14062Q411.7284 415.78125 411.32214 416.1875Q410.9159 416.59375 410.2909 416.59375Q409.65027 416.59375 409.2284 416.1875Q408.82214 415.78125 408.82214 415.09375L408.82214 414.75ZM409.49402 415.14062Q409.49402 415.51562 409.69714 415.76562Q409.9159 416.0 410.2909 416.0Q410.63464 416.0 410.83777 415.76562Q411.05652 415.53125 411.05652 415.10938L411.05652 414.75Q411.05652 414.375 410.83777 414.125Q410.63464 413.875 410.27527 413.875Q409.9159 413.875 409.69714 414.125Q409.49402 414.375 409.49402 414.78125L409.49402 415.14062ZM412.27527 418.75Q412.27527 418.10938 412.68152 417.70312Q413.1034 417.29688 413.7284 417.29688Q414.36902 417.29688 414.77527 417.70312Q415.19714 418.10938 415.19714 418.79688L415.19714 419.14062Q415.19714 419.78125 414.7909 420.20312Q414.38464 420.60938 413.74402 420.60938Q413.11902 420.60938 412.69714 420.20312Q412.27527 419.78125 412.27527 419.10938L412.27527 418.75ZM412.96277 419.14062Q412.96277 419.51562 413.1659 419.76562Q413.38464 420.01562 413.74402 420.01562Q414.1034 420.01562 414.30652 419.78125Q414.52527 419.53125 414.52527 419.125L414.52527 418.75Q414.52527 418.375 414.30652 418.125Q414.08777 417.875 413.74402 417.875Q413.38464 417.875 413.1659 418.125Q412.96277 418.35938 412.96277 418.78125L412.96277 419.14062ZM410.49402 419.96875L409.9784 419.64062L413.44714 414.07812L413.96277 414.40625L410.49402 419.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M400.71277 418.10938L401.69714 418.10938L401.69714 418.84375L400.71277 418.84375L400.71277 420.5L399.80652 420.5L399.80652 418.84375L396.57214 418.84375L396.57214 418.3125L399.74402 413.39062L400.71277 413.39062L400.71277 418.10938ZM397.58777 418.10938L399.80652 418.10938L399.80652 414.625L399.69714 414.82812L397.58777 418.10938ZM403.30652 416.9375L403.68152 413.39062L407.32214 413.39062L407.32214 414.21875L404.44714 414.21875L404.2284 416.15625Q404.74402 415.85938 405.4159 415.85938Q406.38464 415.85938 406.94714 416.5Q407.52527 417.14062 407.52527 418.23438Q407.52527 419.32812 406.93152 419.96875Q406.33777 420.59375 405.27527 420.59375Q404.33777 420.59375 403.7284 420.07812Q403.13464 419.54688 403.05652 418.625L403.9159 418.625Q403.99402 419.23438 404.33777 419.54688Q404.69714 419.85938 405.27527 419.85938Q405.90027 419.85938 406.25964 419.4375Q406.61902 419.0 406.61902 418.25Q406.61902 417.53125 406.2284 417.10938Q405.8534 416.67188 405.19714 416.67188Q404.61902 416.67188 404.27527 416.92188L404.0409 417.125L403.30652 416.9375ZM408.82214 414.75Q408.82214 414.125 409.2284 413.70312Q409.63464 413.28125 410.27527 413.28125Q410.93152 413.28125 411.32214 413.70312Q411.7284 414.125 411.7284 414.78125L411.7284 415.14062Q411.7284 415.78125 411.32214 416.1875Q410.9159 416.59375 410.2909 416.59375Q409.65027 416.59375 409.2284 416.1875Q408.82214 415.78125 408.82214 415.09375L408.82214 414.75ZM409.49402 415.14062Q409.49402 415.51562 409.69714 415.76562Q409.9159 416.0 410.2909 416.0Q410.63464 416.0 410.83777 415.76562Q411.05652 415.53125 411.05652 415.10938L411.05652 414.75Q411.05652 414.375 410.83777 414.125Q410.63464 413.875 410.27527 413.875Q409.9159 413.875 409.69714 414.125Q409.49402 414.375 409.49402 414.78125L409.49402 415.14062ZM412.27527 418.75Q412.27527 418.10938 412.68152 417.70312Q413.1034 417.29688 413.7284 417.29688Q414.36902 417.29688 414.77527 417.70312Q415.19714 418.10938 415.19714 418.79688L415.19714 419.14062Q415.19714 419.78125 414.7909 420.20312Q414.38464 420.60938 413.74402 420.60938Q413.11902 420.60938 412.69714 420.20312Q412.27527 419.78125 412.27527 419.10938L412.27527 418.75ZM412.96277 419.14062Q412.96277 419.51562 413.1659 419.76562Q413.38464 420.01562 413.74402 420.01562Q414.1034 420.01562 414.30652 419.78125Q414.52527 419.53125 414.52527 419.125L414.52527 418.75Q414.52527 418.375 414.30652 418.125Q414.08777 417.875 413.74402 417.875Q413.38464 417.875 413.1659 418.125Q412.96277 418.35938 412.96277 418.78125L412.96277 419.14062ZM410.49402 419.96875L409.9784 419.64062L413.44714 414.07812L413.96277 414.40625L410.49402 419.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M332.08057 477.5L332.75244 477.5Q333.39307 477.5 333.75244 477.17188Q334.12744 476.84375 334.12744 476.28125Q334.12744 475.03125 332.87744 475.03125Q332.29932 475.03125 331.93994 475.375Q331.5962 475.70312 331.5962 476.25L330.68994 476.25Q330.68994 475.40625 331.31494 474.85938Q331.93994 474.29688 332.87744 474.29688Q333.89307 474.29688 334.45557 474.82812Q335.0337 475.35938 335.0337 476.29688Q335.0337 476.76562 334.73682 477.20312Q334.43994 477.64062 333.9087 477.85938Q334.50244 478.03125 334.81494 478.46875Q335.14307 478.89062 335.14307 479.51562Q335.14307 480.46875 334.51807 481.03125Q333.89307 481.59375 332.89307 481.59375Q331.89307 481.59375 331.25244 481.0625Q330.62744 480.51562 330.62744 479.625L331.54932 479.625Q331.54932 480.1875 331.9087 480.53125Q332.26807 480.85938 332.89307 480.85938Q333.54932 480.85938 333.89307 480.51562Q334.23682 480.17188 334.23682 479.53125Q334.23682 478.92188 333.8462 478.59375Q333.4712 478.25 332.75244 478.25L332.08057 478.25L332.08057 477.5ZM341.42432 481.5L336.76807 481.5L336.76807 480.84375L339.2212 478.10938Q339.76807 477.5 339.9712 477.10938Q340.18994 476.71875 340.18994 476.29688Q340.18994 475.75 339.8462 475.39062Q339.51807 475.03125 338.95557 475.03125Q338.2837 475.03125 337.9087 475.42188Q337.5337 475.79688 337.5337 476.48438L336.62744 476.48438Q336.62744 475.5 337.25244 474.90625Q337.89307 474.29688 338.95557 474.29688Q339.93994 474.29688 340.51807 474.8125Q341.0962 475.32812 341.0962 476.20312Q341.0962 477.25 339.75244 478.70312L337.86182 480.76562L341.42432 480.76562L341.42432 481.5ZM342.68994 475.75Q342.68994 475.125 343.0962 474.70312Q343.50244 474.28125 344.14307 474.28125Q344.79932 474.28125 345.18994 474.70312Q345.5962 475.125 345.5962 475.78125L345.5962 476.14062Q345.5962 476.78125 345.18994 477.1875Q344.7837 477.59375 344.1587 477.59375Q343.51807 477.59375 343.0962 477.1875Q342.68994 476.78125 342.68994 476.09375L342.68994 475.75ZM343.36182 476.14062Q343.36182 476.51562 343.56494 476.76562Q343.7837 477.0 344.1587 477.0Q344.50244 477.0 344.70557 476.76562Q344.92432 476.53125 344.92432 476.10938L344.92432 475.75Q344.92432 475.375 344.70557 475.125Q344.50244 474.875 344.14307 474.875Q343.7837 474.875 343.56494 475.125Q343.36182 475.375 343.36182 475.78125L343.36182 476.14062ZM346.14307 479.75Q346.14307 479.10938 346.54932 478.70312Q346.9712 478.29688 347.5962 478.29688Q348.23682 478.29688 348.64307 478.70312Q349.06494 479.10938 349.06494 479.79688L349.06494 480.14062Q349.06494 480.78125 348.6587 481.20312Q348.25244 481.60938 347.61182 481.60938Q346.98682 481.60938 346.56494 481.20312Q346.14307 480.78125 346.14307 480.10938L346.14307 479.75ZM346.83057 480.14062Q346.83057 480.51562 347.0337 480.76562Q347.25244 481.01562 347.61182 481.01562Q347.9712 481.01562 348.17432 480.78125Q348.39307 480.53125 348.39307 480.125L348.39307 479.75Q348.39307 479.375 348.17432 479.125Q347.95557 478.875 347.61182 478.875Q347.25244 478.875 347.0337 479.125Q346.83057 479.35938 346.83057 479.78125L346.83057 480.14062ZM344.36182 480.96875L343.8462 480.64062L347.31494 475.07812L347.83057 475.40625L344.36182 480.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M332.08057 477.5L332.75244 477.5Q333.39307 477.5 333.75244 477.17188Q334.12744 476.84375 334.12744 476.28125Q334.12744 475.03125 332.87744 475.03125Q332.29932 475.03125 331.93994 475.375Q331.5962 475.70312 331.5962 476.25L330.68994 476.25Q330.68994 475.40625 331.31494 474.85938Q331.93994 474.29688 332.87744 474.29688Q333.89307 474.29688 334.45557 474.82812Q335.0337 475.35938 335.0337 476.29688Q335.0337 476.76562 334.73682 477.20312Q334.43994 477.64062 333.9087 477.85938Q334.50244 478.03125 334.81494 478.46875Q335.14307 478.89062 335.14307 479.51562Q335.14307 480.46875 334.51807 481.03125Q333.89307 481.59375 332.89307 481.59375Q331.89307 481.59375 331.25244 481.0625Q330.62744 480.51562 330.62744 479.625L331.54932 479.625Q331.54932 480.1875 331.9087 480.53125Q332.26807 480.85938 332.89307 480.85938Q333.54932 480.85938 333.89307 480.51562Q334.23682 480.17188 334.23682 479.53125Q334.23682 478.92188 333.8462 478.59375Q333.4712 478.25 332.75244 478.25L332.08057 478.25L332.08057 477.5ZM341.42432 481.5L336.76807 481.5L336.76807 480.84375L339.2212 478.10938Q339.76807 477.5 339.9712 477.10938Q340.18994 476.71875 340.18994 476.29688Q340.18994 475.75 339.8462 475.39062Q339.51807 475.03125 338.95557 475.03125Q338.2837 475.03125 337.9087 475.42188Q337.5337 475.79688 337.5337 476.48438L336.62744 476.48438Q336.62744 475.5 337.25244 474.90625Q337.89307 474.29688 338.95557 474.29688Q339.93994 474.29688 340.51807 474.8125Q341.0962 475.32812 341.0962 476.20312Q341.0962 477.25 339.75244 478.70312L337.86182 480.76562L341.42432 480.76562L341.42432 481.5ZM342.68994 475.75Q342.68994 475.125 343.0962 474.70312Q343.50244 474.28125 344.14307 474.28125Q344.79932 474.28125 345.18994 474.70312Q345.5962 475.125 345.5962 475.78125L345.5962 476.14062Q345.5962 476.78125 345.18994 477.1875Q344.7837 477.59375 344.1587 477.59375Q343.51807 477.59375 343.0962 477.1875Q342.68994 476.78125 342.68994 476.09375L342.68994 475.75ZM343.36182 476.14062Q343.36182 476.51562 343.56494 476.76562Q343.7837 477.0 344.1587 477.0Q344.50244 477.0 344.70557 476.76562Q344.92432 476.53125 344.92432 476.10938L344.92432 475.75Q344.92432 475.375 344.70557 475.125Q344.50244 474.875 344.14307 474.875Q343.7837 474.875 343.56494 475.125Q343.36182 475.375 343.36182 475.78125L343.36182 476.14062ZM346.14307 479.75Q346.14307 479.10938 346.54932 478.70312Q346.9712 478.29688 347.5962 478.29688Q348.23682 478.29688 348.64307 478.70312Q349.06494 479.10938 349.06494 479.79688L349.06494 480.14062Q349.06494 480.78125 348.6587 481.20312Q348.25244 481.60938 347.61182 481.60938Q346.98682 481.60938 346.56494 481.20312Q346.14307 480.78125 346.14307 480.10938L346.14307 479.75ZM346.83057 480.14062Q346.83057 480.51562 347.0337 480.76562Q347.25244 481.01562 347.61182 481.01562Q347.9712 481.01562 348.17432 480.78125Q348.39307 480.53125 348.39307 480.125L348.39307 479.75Q348.39307 479.375 348.17432 479.125Q347.95557 478.875 347.61182 478.875Q347.25244 478.875 347.0337 479.125Q346.83057 479.35938 346.83057 479.78125L346.83057 480.14062ZM344.36182 480.96875L343.8462 480.64062L347.31494 475.07812L347.83057 475.40625L344.36182 480.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M188.36067 538.9375L188.73567 535.3906L192.3763 535.3906L192.3763 536.21875L189.5013 536.21875L189.28255 538.15625Q189.79817 537.8594 190.47005 537.8594Q191.4388 537.8594 192.0013 538.5Q192.57942 539.1406 192.57942 540.2344Q192.57942 541.3281 191.98567 541.96875Q191.39192 542.59375 190.32942 542.59375Q189.39192 542.59375 188.78255 542.0781Q188.1888 541.5469 188.11067 540.625L188.97005 540.625Q189.04817 541.2344 189.39192 541.5469Q189.7513 541.8594 190.32942 541.8594Q190.95442 541.8594 191.3138 541.4375Q191.67317 541.0 191.67317 540.25Q191.67317 539.53125 191.28255 539.1094Q190.90755 538.6719 190.2513 538.6719Q189.67317 538.6719 189.32942 538.9219L189.09505 539.125L188.36067 538.9375ZM193.8763 536.75Q193.8763 536.125 194.28255 535.7031Q194.6888 535.28125 195.32942 535.28125Q195.98567 535.28125 196.3763 535.7031Q196.78255 536.125 196.78255 536.78125L196.78255 537.1406Q196.78255 537.78125 196.3763 538.1875Q195.97005 538.59375 195.34505 538.59375Q194.70442 538.59375 194.28255 538.1875Q193.8763 537.78125 193.8763 537.09375L193.8763 536.75ZM194.54817 537.1406Q194.54817 537.5156 194.7513 537.7656Q194.97005 538.0 195.34505 538.0Q195.6888 538.0 195.89192 537.7656Q196.11067 537.53125 196.11067 537.1094L196.11067 536.75Q196.11067 536.375 195.89192 536.125Q195.6888 535.875 195.32942 535.875Q194.97005 535.875 194.7513 536.125Q194.54817 536.375 194.54817 536.78125L194.54817 537.1406ZM197.32942 540.75Q197.32942 540.1094 197.73567 539.7031Q198.15755 539.2969 198.78255 539.2969Q199.42317 539.2969 199.82942 539.7031Q200.2513 540.1094 200.2513 540.7969L200.2513 541.1406Q200.2513 541.78125 199.84505 542.2031Q199.4388 542.6094 198.79817 542.6094Q198.17317 542.6094 197.7513 542.2031Q197.32942 541.78125 197.32942 541.1094L197.32942 540.75ZM198.01692 541.1406Q198.01692 541.5156 198.22005 541.7656Q198.4388 542.0156 198.79817 542.0156Q199.15755 542.0156 199.36067 541.78125Q199.57942 541.53125 199.57942 541.125L199.57942 540.75Q199.57942 540.375 199.36067 540.125Q199.14192 539.875 198.79817 539.875Q198.4388 539.875 198.22005 540.125Q198.01692 540.3594 198.01692 540.78125L198.01692 541.1406ZM195.54817 541.96875L195.03255 541.6406L198.5013 536.0781L199.01692 536.40625L195.54817 541.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M188.36067 538.9375L188.73567 535.3906L192.3763 535.3906L192.3763 536.21875L189.5013 536.21875L189.28255 538.15625Q189.79817 537.8594 190.47005 537.8594Q191.4388 537.8594 192.0013 538.5Q192.57942 539.1406 192.57942 540.2344Q192.57942 541.3281 191.98567 541.96875Q191.39192 542.59375 190.32942 542.59375Q189.39192 542.59375 188.78255 542.0781Q188.1888 541.5469 188.11067 540.625L188.97005 540.625Q189.04817 541.2344 189.39192 541.5469Q189.7513 541.8594 190.32942 541.8594Q190.95442 541.8594 191.3138 541.4375Q191.67317 541.0 191.67317 540.25Q191.67317 539.53125 191.28255 539.1094Q190.90755 538.6719 190.2513 538.6719Q189.67317 538.6719 189.32942 538.9219L189.09505 539.125L188.36067 538.9375ZM193.8763 536.75Q193.8763 536.125 194.28255 535.7031Q194.6888 535.28125 195.32942 535.28125Q195.98567 535.28125 196.3763 535.7031Q196.78255 536.125 196.78255 536.78125L196.78255 537.1406Q196.78255 537.78125 196.3763 538.1875Q195.97005 538.59375 195.34505 538.59375Q194.70442 538.59375 194.28255 538.1875Q193.8763 537.78125 193.8763 537.09375L193.8763 536.75ZM194.54817 537.1406Q194.54817 537.5156 194.7513 537.7656Q194.97005 538.0 195.34505 538.0Q195.6888 538.0 195.89192 537.7656Q196.11067 537.53125 196.11067 537.1094L196.11067 536.75Q196.11067 536.375 195.89192 536.125Q195.6888 535.875 195.32942 535.875Q194.97005 535.875 194.7513 536.125Q194.54817 536.375 194.54817 536.78125L194.54817 537.1406ZM197.32942 540.75Q197.32942 540.1094 197.73567 539.7031Q198.15755 539.2969 198.78255 539.2969Q199.42317 539.2969 199.82942 539.7031Q200.2513 540.1094 200.2513 540.7969L200.2513 541.1406Q200.2513 541.78125 199.84505 542.2031Q199.4388 542.6094 198.79817 542.6094Q198.17317 542.6094 197.7513 542.2031Q197.32942 541.78125 197.32942 541.1094L197.32942 540.75ZM198.01692 541.1406Q198.01692 541.5156 198.22005 541.7656Q198.4388 542.0156 198.79817 542.0156Q199.15755 542.0156 199.36067 541.78125Q199.57942 541.53125 199.57942 541.125L199.57942 540.75Q199.57942 540.375 199.36067 540.125Q199.14192 539.875 198.79817 539.875Q198.4388 539.875 198.22005 540.125Q198.01692 540.3594 198.01692 540.78125L198.01692 541.1406ZM195.54817 541.96875L195.03255 541.6406L198.5013 536.0781L199.01692 536.40625L195.54817 541.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M184.67499 601.1094L185.65936 601.1094L185.65936 601.84375L184.67499 601.84375L184.67499 603.5L183.76874 603.5L183.76874 601.84375L180.53436 601.84375L180.53436 601.3125L183.70624 596.3906L184.67499 596.3906L184.67499 601.1094ZM181.54999 601.1094L183.76874 601.1094L183.76874 597.625L183.65936 597.8281L181.54999 601.1094ZM186.78436 597.75Q186.78436 597.125 187.19061 596.7031Q187.59686 596.28125 188.23749 596.28125Q188.89374 596.28125 189.28436 596.7031Q189.69061 597.125 189.69061 597.78125L189.69061 598.1406Q189.69061 598.78125 189.28436 599.1875Q188.87811 599.59375 188.25311 599.59375Q187.61249 599.59375 187.19061 599.1875Q186.78436 598.78125 186.78436 598.09375L186.78436 597.75ZM187.45624 598.1406Q187.45624 598.5156 187.65936 598.7656Q187.87811 599.0 188.25311 599.0Q188.59686 599.0 188.79999 598.7656Q189.01874 598.53125 189.01874 598.1094L189.01874 597.75Q189.01874 597.375 188.79999 597.125Q188.59686 596.875 188.23749 596.875Q187.87811 596.875 187.65936 597.125Q187.45624 597.375 187.45624 597.78125L187.45624 598.1406ZM190.23749 601.75Q190.23749 601.1094 190.64374 600.7031Q191.06561 600.2969 191.69061 600.2969Q192.33124 600.2969 192.73749 600.7031Q193.15936 601.1094 193.15936 601.7969L193.15936 602.1406Q193.15936 602.78125 192.75311 603.2031Q192.34686 603.6094 191.70624 603.6094Q191.08124 603.6094 190.65936 603.2031Q190.23749 602.78125 190.23749 602.1094L190.23749 601.75ZM190.92499 602.1406Q190.92499 602.5156 191.12811 602.7656Q191.34686 603.0156 191.70624 603.0156Q192.06561 603.0156 192.26874 602.78125Q192.48749 602.53125 192.48749 602.125L192.48749 601.75Q192.48749 601.375 192.26874 601.125Q192.04999 600.875 191.70624 600.875Q191.34686 600.875 191.12811 601.125Q190.92499 601.3594 190.92499 601.78125L190.92499 602.1406ZM188.45624 602.96875L187.94061 602.6406L191.40936 597.0781L191.92499 597.40625L188.45624 602.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M184.67499 601.1094L185.65936 601.1094L185.65936 601.84375L184.67499 601.84375L184.67499 603.5L183.76874 603.5L183.76874 601.84375L180.53436 601.84375L180.53436 601.3125L183.70624 596.3906L184.67499 596.3906L184.67499 601.1094ZM181.54999 601.1094L183.76874 601.1094L183.76874 597.625L183.65936 597.8281L181.54999 601.1094ZM186.78436 597.75Q186.78436 597.125 187.19061 596.7031Q187.59686 596.28125 188.23749 596.28125Q188.89374 596.28125 189.28436 596.7031Q189.69061 597.125 189.69061 597.78125L189.69061 598.1406Q189.69061 598.78125 189.28436 599.1875Q188.87811 599.59375 188.25311 599.59375Q187.61249 599.59375 187.19061 599.1875Q186.78436 598.78125 186.78436 598.09375L186.78436 597.75ZM187.45624 598.1406Q187.45624 598.5156 187.65936 598.7656Q187.87811 599.0 188.25311 599.0Q188.59686 599.0 188.79999 598.7656Q189.01874 598.53125 189.01874 598.1094L189.01874 597.75Q189.01874 597.375 188.79999 597.125Q188.59686 596.875 188.23749 596.875Q187.87811 596.875 187.65936 597.125Q187.45624 597.375 187.45624 597.78125L187.45624 598.1406ZM190.23749 601.75Q190.23749 601.1094 190.64374 600.7031Q191.06561 600.2969 191.69061 600.2969Q192.33124 600.2969 192.73749 600.7031Q193.15936 601.1094 193.15936 601.7969L193.15936 602.1406Q193.15936 602.78125 192.75311 603.2031Q192.34686 603.6094 191.70624 603.6094Q191.08124 603.6094 190.65936 603.2031Q190.23749 602.78125 190.23749 602.1094L190.23749 601.75ZM190.92499 602.1406Q190.92499 602.5156 191.12811 602.7656Q191.34686 603.0156 191.70624 603.0156Q192.06561 603.0156 192.26874 602.78125Q192.48749 602.53125 192.48749 602.125L192.48749 601.75Q192.48749 601.375 192.26874 601.125Q192.04999 600.875 191.70624 600.875Q191.34686 600.875 191.12811 601.125Q190.92499 601.3594 190.92499 601.78125L190.92499 602.1406ZM188.45624 602.96875L187.94061 602.6406L191.40936 597.0781L191.92499 597.40625L188.45624 602.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M175.85599 664.5L171.19974 664.5L171.19974 663.84375L173.65286 661.1094Q174.19974 660.5 174.40286 660.1094Q174.62161 659.71875 174.62161 659.2969Q174.62161 658.75 174.27786 658.3906Q173.94974 658.03125 173.38724 658.03125Q172.71536 658.03125 172.34036 658.4219Q171.96536 658.7969 171.96536 659.4844L171.05911 659.4844Q171.05911 658.5 171.68411 657.90625Q172.32474 657.2969 173.38724 657.2969Q174.37161 657.2969 174.94974 657.8125Q175.52786 658.3281 175.52786 659.2031Q175.52786 660.25 174.18411 661.7031L172.29349 663.7656L175.85599 663.7656L175.85599 664.5ZM177.12161 658.75Q177.12161 658.125 177.52786 657.7031Q177.93411 657.28125 178.57474 657.28125Q179.23099 657.28125 179.62161 657.7031Q180.02786 658.125 180.02786 658.78125L180.02786 659.1406Q180.02786 659.78125 179.62161 660.1875Q179.21536 660.59375 178.59036 660.59375Q177.94974 660.59375 177.52786 660.1875Q177.12161 659.78125 177.12161 659.09375L177.12161 658.75ZM177.79349 659.1406Q177.79349 659.5156 177.99661 659.7656Q178.21536 660.0 178.59036 660.0Q178.93411 660.0 179.13724 659.7656Q179.35599 659.53125 179.35599 659.1094L179.35599 658.75Q179.35599 658.375 179.13724 658.125Q178.93411 657.875 178.57474 657.875Q178.21536 657.875 177.99661 658.125Q177.79349 658.375 177.79349 658.78125L177.79349 659.1406ZM180.57474 662.75Q180.57474 662.1094 180.98099 661.7031Q181.40286 661.2969 182.02786 661.2969Q182.66849 661.2969 183.07474 661.7031Q183.49661 662.1094 183.49661 662.7969L183.49661 663.1406Q183.49661 663.78125 183.09036 664.2031Q182.68411 664.6094 182.04349 664.6094Q181.41849 664.6094 180.99661 664.2031Q180.57474 663.78125 180.57474 663.1094L180.57474 662.75ZM181.26224 663.1406Q181.26224 663.5156 181.46536 663.7656Q181.68411 664.0156 182.04349 664.0156Q182.40286 664.0156 182.60599 663.78125Q182.82474 663.53125 182.82474 663.125L182.82474 662.75Q182.82474 662.375 182.60599 662.125Q182.38724 661.875 182.04349 661.875Q181.68411 661.875 181.46536 662.125Q181.26224 662.3594 181.26224 662.78125L181.26224 663.1406ZM178.79349 663.96875L178.27786 663.6406L181.74661 658.0781L182.26224 658.40625L178.79349 663.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M175.85599 664.5L171.19974 664.5L171.19974 663.84375L173.65286 661.1094Q174.19974 660.5 174.40286 660.1094Q174.62161 659.71875 174.62161 659.2969Q174.62161 658.75 174.27786 658.3906Q173.94974 658.03125 173.38724 658.03125Q172.71536 658.03125 172.34036 658.4219Q171.96536 658.7969 171.96536 659.4844L171.05911 659.4844Q171.05911 658.5 171.68411 657.90625Q172.32474 657.2969 173.38724 657.2969Q174.37161 657.2969 174.94974 657.8125Q175.52786 658.3281 175.52786 659.2031Q175.52786 660.25 174.18411 661.7031L172.29349 663.7656L175.85599 663.7656L175.85599 664.5ZM177.12161 658.75Q177.12161 658.125 177.52786 657.7031Q177.93411 657.28125 178.57474 657.28125Q179.23099 657.28125 179.62161 657.7031Q180.02786 658.125 180.02786 658.78125L180.02786 659.1406Q180.02786 659.78125 179.62161 660.1875Q179.21536 660.59375 178.59036 660.59375Q177.94974 660.59375 177.52786 660.1875Q177.12161 659.78125 177.12161 659.09375L177.12161 658.75ZM177.79349 659.1406Q177.79349 659.5156 177.99661 659.7656Q178.21536 660.0 178.59036 660.0Q178.93411 660.0 179.13724 659.7656Q179.35599 659.53125 179.35599 659.1094L179.35599 658.75Q179.35599 658.375 179.13724 658.125Q178.93411 657.875 178.57474 657.875Q178.21536 657.875 177.99661 658.125Q177.79349 658.375 177.79349 658.78125L177.79349 659.1406ZM180.57474 662.75Q180.57474 662.1094 180.98099 661.7031Q181.40286 661.2969 182.02786 661.2969Q182.66849 661.2969 183.07474 661.7031Q183.49661 662.1094 183.49661 662.7969L183.49661 663.1406Q183.49661 663.78125 183.09036 664.2031Q182.68411 664.6094 182.04349 664.6094Q181.41849 664.6094 180.99661 664.2031Q180.57474 663.78125 180.57474 663.1094L180.57474 662.75ZM181.26224 663.1406Q181.26224 663.5156 181.46536 663.7656Q181.68411 664.0156 182.04349 664.0156Q182.40286 664.0156 182.60599 663.78125Q182.82474 663.53125 182.82474 663.125L182.82474 662.75Q182.82474 662.375 182.60599 662.125Q182.38724 661.875 182.04349 661.875Q181.68411 661.875 181.46536 662.125Q181.26224 662.3594 181.26224 662.78125L181.26224 663.1406ZM178.79349 663.96875L178.27786 663.6406L181.74661 658.0781L182.26224 658.40625L178.79349 663.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M175.05815 725.5L170.4019 725.5L170.4019 724.84375L172.85503 722.1094Q173.4019 721.5 173.60503 721.1094Q173.82378 720.71875 173.82378 720.2969Q173.82378 719.75 173.48003 719.3906Q173.1519 719.03125 172.5894 719.03125Q171.91753 719.03125 171.54253 719.4219Q171.16753 719.7969 171.16753 720.4844L170.26128 720.4844Q170.26128 719.5 170.88628 718.90625Q171.5269 718.2969 172.5894 718.2969Q173.57378 718.2969 174.1519 718.8125Q174.73003 719.3281 174.73003 720.2031Q174.73003 721.25 173.38628 722.7031L171.49565 724.7656L175.05815 724.7656L175.05815 725.5ZM176.32378 719.75Q176.32378 719.125 176.73003 718.7031Q177.13628 718.28125 177.7769 718.28125Q178.43315 718.28125 178.82378 718.7031Q179.23003 719.125 179.23003 719.78125L179.23003 720.1406Q179.23003 720.78125 178.82378 721.1875Q178.41753 721.59375 177.79253 721.59375Q177.1519 721.59375 176.73003 721.1875Q176.32378 720.78125 176.32378 720.09375L176.32378 719.75ZM176.99565 720.1406Q176.99565 720.5156 177.19878 720.7656Q177.41753 721.0 177.79253 721.0Q178.13628 721.0 178.3394 720.7656Q178.55815 720.53125 178.55815 720.1094L178.55815 719.75Q178.55815 719.375 178.3394 719.125Q178.13628 718.875 177.7769 718.875Q177.41753 718.875 177.19878 719.125Q176.99565 719.375 176.99565 719.78125L176.99565 720.1406ZM179.7769 723.75Q179.7769 723.1094 180.18315 722.7031Q180.60503 722.2969 181.23003 722.2969Q181.87065 722.2969 182.2769 722.7031Q182.69878 723.1094 182.69878 723.7969L182.69878 724.1406Q182.69878 724.78125 182.29253 725.2031Q181.88628 725.6094 181.24565 725.6094Q180.62065 725.6094 180.19878 725.2031Q179.7769 724.78125 179.7769 724.1094L179.7769 723.75ZM180.4644 724.1406Q180.4644 724.5156 180.66753 724.7656Q180.88628 725.0156 181.24565 725.0156Q181.60503 725.0156 181.80815 724.78125Q182.0269 724.53125 182.0269 724.125L182.0269 723.75Q182.0269 723.375 181.80815 723.125Q181.5894 722.875 181.24565 722.875Q180.88628 722.875 180.66753 723.125Q180.4644 723.3594 180.4644 723.78125L180.4644 724.1406ZM177.99565 724.96875L177.48003 724.6406L180.94878 719.0781L181.4644 719.40625L177.99565 724.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M175.05815 725.5L170.4019 725.5L170.4019 724.84375L172.85503 722.1094Q173.4019 721.5 173.60503 721.1094Q173.82378 720.71875 173.82378 720.2969Q173.82378 719.75 173.48003 719.3906Q173.1519 719.03125 172.5894 719.03125Q171.91753 719.03125 171.54253 719.4219Q171.16753 719.7969 171.16753 720.4844L170.26128 720.4844Q170.26128 719.5 170.88628 718.90625Q171.5269 718.2969 172.5894 718.2969Q173.57378 718.2969 174.1519 718.8125Q174.73003 719.3281 174.73003 720.2031Q174.73003 721.25 173.38628 722.7031L171.49565 724.7656L175.05815 724.7656L175.05815 725.5ZM176.32378 719.75Q176.32378 719.125 176.73003 718.7031Q177.13628 718.28125 177.7769 718.28125Q178.43315 718.28125 178.82378 718.7031Q179.23003 719.125 179.23003 719.78125L179.23003 720.1406Q179.23003 720.78125 178.82378 721.1875Q178.41753 721.59375 177.79253 721.59375Q177.1519 721.59375 176.73003 721.1875Q176.32378 720.78125 176.32378 720.09375L176.32378 719.75ZM176.99565 720.1406Q176.99565 720.5156 177.19878 720.7656Q177.41753 721.0 177.79253 721.0Q178.13628 721.0 178.3394 720.7656Q178.55815 720.53125 178.55815 720.1094L178.55815 719.75Q178.55815 719.375 178.3394 719.125Q178.13628 718.875 177.7769 718.875Q177.41753 718.875 177.19878 719.125Q176.99565 719.375 176.99565 719.78125L176.99565 720.1406ZM179.7769 723.75Q179.7769 723.1094 180.18315 722.7031Q180.60503 722.2969 181.23003 722.2969Q181.87065 722.2969 182.2769 722.7031Q182.69878 723.1094 182.69878 723.7969L182.69878 724.1406Q182.69878 724.78125 182.29253 725.2031Q181.88628 725.6094 181.24565 725.6094Q180.62065 725.6094 180.19878 725.2031Q179.7769 724.78125 179.7769 724.1094L179.7769 723.75ZM180.4644 724.1406Q180.4644 724.5156 180.66753 724.7656Q180.88628 725.0156 181.24565 725.0156Q181.60503 725.0156 181.80815 724.78125Q182.0269 724.53125 182.0269 724.125L182.0269 723.75Q182.0269 723.375 181.80815 723.125Q181.5894 722.875 181.24565 722.875Q180.88628 722.875 180.66753 723.125Q180.4644 723.3594 180.4644 723.78125L180.4644 724.1406ZM177.99565 724.96875L177.48003 724.6406L180.94878 719.0781L181.4644 719.40625L177.99565 724.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M538.93726 117.890625L535.98413 124.5L535.04663 124.5L537.9685 118.125L534.12476 118.125L534.12476 117.390625L538.93726 117.390625L538.93726 117.890625ZM543.31226 124.5L542.406 124.5L542.406 118.484375L540.5779 119.140625L540.5779 118.328125L543.17163 117.359375L543.31226 117.359375L543.31226 124.5ZM546.2654 118.75Q546.2654 118.125 546.67163 117.703125Q547.0779 117.28125 547.7185 117.28125Q548.37476 117.28125 548.7654 117.703125Q549.17163 118.125 549.17163 118.78125L549.17163 119.140625Q549.17163 119.78125 548.7654 120.1875Q548.35913 120.59375 547.73413 120.59375Q547.0935 120.59375 546.67163 120.1875Q546.2654 119.78125 546.2654 119.09375L546.2654 118.75ZM546.93726 119.140625Q546.93726 119.515625 547.1404 119.765625Q547.35913 120.0 547.73413 120.0Q548.0779 120.0 548.281 119.765625Q548.49976 119.53125 548.49976 119.109375L548.49976 118.75Q548.49976 118.375 548.281 118.125Q548.0779 117.875 547.7185 117.875Q547.35913 117.875 547.1404 118.125Q546.93726 118.375 546.93726 118.78125L546.93726 119.140625ZM549.7185 122.75Q549.7185 122.109375 550.12476 121.703125Q550.54663 121.296875 551.17163 121.296875Q551.81226 121.296875 552.2185 121.703125Q552.6404 122.109375 552.6404 122.796875L552.6404 123.140625Q552.6404 123.78125 552.23413 124.203125Q551.8279 124.609375 551.18726 124.609375Q550.56226 124.609375 550.1404 124.203125Q549.7185 123.78125 549.7185 123.109375L549.7185 122.75ZM550.406 123.140625Q550.406 123.515625 550.60913 123.765625Q550.8279 124.015625 551.18726 124.015625Q551.54663 124.015625 551.74976 123.78125Q551.9685 123.53125 551.9685 123.125L551.9685 122.75Q551.9685 122.375 551.74976 122.125Q551.531 121.875 551.18726 121.875Q550.8279 121.875 550.60913 122.125Q550.406 122.359375 550.406 122.78125L550.406 123.140625ZM547.93726 123.96875L547.42163 123.640625L550.8904 118.078125L551.406 118.40625L547.93726 123.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M538.93726 117.890625L535.98413 124.5L535.04663 124.5L537.9685 118.125L534.12476 118.125L534.12476 117.390625L538.93726 117.390625L538.93726 117.890625ZM543.31226 124.5L542.406 124.5L542.406 118.484375L540.5779 119.140625L540.5779 118.328125L543.17163 117.359375L543.31226 117.359375L543.31226 124.5ZM546.2654 118.75Q546.2654 118.125 546.67163 117.703125Q547.0779 117.28125 547.7185 117.28125Q548.37476 117.28125 548.7654 117.703125Q549.17163 118.125 549.17163 118.78125L549.17163 119.140625Q549.17163 119.78125 548.7654 120.1875Q548.35913 120.59375 547.73413 120.59375Q547.0935 120.59375 546.67163 120.1875Q546.2654 119.78125 546.2654 119.09375L546.2654 118.75ZM546.93726 119.140625Q546.93726 119.515625 547.1404 119.765625Q547.35913 120.0 547.73413 120.0Q548.0779 120.0 548.281 119.765625Q548.49976 119.53125 548.49976 119.109375L548.49976 118.75Q548.49976 118.375 548.281 118.125Q548.0779 117.875 547.7185 117.875Q547.35913 117.875 547.1404 118.125Q546.93726 118.375 546.93726 118.78125L546.93726 119.140625ZM549.7185 122.75Q549.7185 122.109375 550.12476 121.703125Q550.54663 121.296875 551.17163 121.296875Q551.81226 121.296875 552.2185 121.703125Q552.6404 122.109375 552.6404 122.796875L552.6404 123.140625Q552.6404 123.78125 552.23413 124.203125Q551.8279 124.609375 551.18726 124.609375Q550.56226 124.609375 550.1404 124.203125Q549.7185 123.78125 549.7185 123.109375L549.7185 122.75ZM550.406 123.140625Q550.406 123.515625 550.60913 123.765625Q550.8279 124.015625 551.18726 124.015625Q551.54663 124.015625 551.74976 123.78125Q551.9685 123.53125 551.9685 123.125L551.9685 122.75Q551.9685 122.375 551.74976 122.125Q551.531 121.875 551.18726 121.875Q550.8279 121.875 550.60913 122.125Q550.406 122.359375 550.406 122.78125L550.406 123.140625ZM547.93726 123.96875L547.42163 123.640625L550.8904 118.078125L551.406 118.40625L547.93726 123.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M489.25092 178.39062L489.25092 179.15625L489.07904 179.15625Q488.03217 179.17188 487.40717 179.78125Q486.78217 180.375 486.6728 181.48438Q487.2353 180.84375 488.20404 180.84375Q489.14154 180.84375 489.68842 181.5Q490.25092 182.14062 490.25092 183.1875Q490.25092 184.28125 489.64154 184.9375Q489.0478 185.59375 488.0478 185.59375Q487.03217 185.59375 486.39154 184.8125Q485.75092 184.03125 485.75092 182.79688L485.75092 182.45312Q485.75092 180.48438 486.57904 179.45312Q487.4228 178.40625 489.07904 178.39062L489.25092 178.39062ZM488.06342 181.59375Q487.59467 181.59375 487.20404 181.875Q486.81342 182.14062 486.65717 182.5625L486.65717 182.89062Q486.65717 183.78125 487.0478 184.3125Q487.45404 184.84375 488.0478 184.84375Q488.65717 184.84375 489.00092 184.40625Q489.3603 183.95312 489.3603 183.21875Q489.3603 182.48438 489.00092 182.04688Q488.64154 181.59375 488.06342 181.59375ZM496.3603 185.5L491.70404 185.5L491.70404 184.84375L494.15717 182.10938Q494.70404 181.5 494.90717 181.10938Q495.12592 180.71875 495.12592 180.29688Q495.12592 179.75 494.78217 179.39062Q494.45404 179.03125 493.89154 179.03125Q493.21967 179.03125 492.84467 179.42188Q492.46967 179.79688 492.46967 180.48438L491.56342 180.48438Q491.56342 179.5 492.18842 178.90625Q492.82904 178.29688 493.89154 178.29688Q494.87592 178.29688 495.45404 178.8125Q496.03217 179.32812 496.03217 180.20312Q496.03217 181.25 494.68842 182.70312L492.7978 184.76562L496.3603 184.76562L496.3603 185.5ZM497.62592 179.75Q497.62592 179.125 498.03217 178.70312Q498.43842 178.28125 499.07904 178.28125Q499.7353 178.28125 500.12592 178.70312Q500.53217 179.125 500.53217 179.78125L500.53217 180.14062Q500.53217 180.78125 500.12592 181.1875Q499.71967 181.59375 499.09467 181.59375Q498.45404 181.59375 498.03217 181.1875Q497.62592 180.78125 497.62592 180.09375L497.62592 179.75ZM498.2978 180.14062Q498.2978 180.51562 498.50092 180.76562Q498.71967 181.0 499.09467 181.0Q499.43842 181.0 499.64154 180.76562Q499.8603 180.53125 499.8603 180.10938L499.8603 179.75Q499.8603 179.375 499.64154 179.125Q499.43842 178.875 499.07904 178.875Q498.71967 178.875 498.50092 179.125Q498.2978 179.375 498.2978 179.78125L498.2978 180.14062ZM501.07904 183.75Q501.07904 183.10938 501.4853 182.70312Q501.90717 182.29688 502.53217 182.29688Q503.1728 182.29688 503.57904 182.70312Q504.00092 183.10938 504.00092 183.79688L504.00092 184.14062Q504.00092 184.78125 503.59467 185.20312Q503.18842 185.60938 502.5478 185.60938Q501.9228 185.60938 501.50092 185.20312Q501.07904 184.78125 501.07904 184.10938L501.07904 183.75ZM501.76654 184.14062Q501.76654 184.51562 501.96967 184.76562Q502.18842 185.01562 502.5478 185.01562Q502.90717 185.01562 503.1103 184.78125Q503.32904 184.53125 503.32904 184.125L503.32904 183.75Q503.32904 183.375 503.1103 183.125Q502.89154 182.875 502.5478 182.875Q502.18842 182.875 501.96967 183.125Q501.76654 183.35938 501.76654 183.78125L501.76654 184.14062ZM499.2978 184.96875L498.78217 184.64062L502.25092 179.07812L502.76654 179.40625L499.2978 184.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M489.25092 178.39062L489.25092 179.15625L489.07904 179.15625Q488.03217 179.17188 487.40717 179.78125Q486.78217 180.375 486.6728 181.48438Q487.2353 180.84375 488.20404 180.84375Q489.14154 180.84375 489.68842 181.5Q490.25092 182.14062 490.25092 183.1875Q490.25092 184.28125 489.64154 184.9375Q489.0478 185.59375 488.0478 185.59375Q487.03217 185.59375 486.39154 184.8125Q485.75092 184.03125 485.75092 182.79688L485.75092 182.45312Q485.75092 180.48438 486.57904 179.45312Q487.4228 178.40625 489.07904 178.39062L489.25092 178.39062ZM488.06342 181.59375Q487.59467 181.59375 487.20404 181.875Q486.81342 182.14062 486.65717 182.5625L486.65717 182.89062Q486.65717 183.78125 487.0478 184.3125Q487.45404 184.84375 488.0478 184.84375Q488.65717 184.84375 489.00092 184.40625Q489.3603 183.95312 489.3603 183.21875Q489.3603 182.48438 489.00092 182.04688Q488.64154 181.59375 488.06342 181.59375ZM496.3603 185.5L491.70404 185.5L491.70404 184.84375L494.15717 182.10938Q494.70404 181.5 494.90717 181.10938Q495.12592 180.71875 495.12592 180.29688Q495.12592 179.75 494.78217 179.39062Q494.45404 179.03125 493.89154 179.03125Q493.21967 179.03125 492.84467 179.42188Q492.46967 179.79688 492.46967 180.48438L491.56342 180.48438Q491.56342 179.5 492.18842 178.90625Q492.82904 178.29688 493.89154 178.29688Q494.87592 178.29688 495.45404 178.8125Q496.03217 179.32812 496.03217 180.20312Q496.03217 181.25 494.68842 182.70312L492.7978 184.76562L496.3603 184.76562L496.3603 185.5ZM497.62592 179.75Q497.62592 179.125 498.03217 178.70312Q498.43842 178.28125 499.07904 178.28125Q499.7353 178.28125 500.12592 178.70312Q500.53217 179.125 500.53217 179.78125L500.53217 180.14062Q500.53217 180.78125 500.12592 181.1875Q499.71967 181.59375 499.09467 181.59375Q498.45404 181.59375 498.03217 181.1875Q497.62592 180.78125 497.62592 180.09375L497.62592 179.75ZM498.2978 180.14062Q498.2978 180.51562 498.50092 180.76562Q498.71967 181.0 499.09467 181.0Q499.43842 181.0 499.64154 180.76562Q499.8603 180.53125 499.8603 180.10938L499.8603 179.75Q499.8603 179.375 499.64154 179.125Q499.43842 178.875 499.07904 178.875Q498.71967 178.875 498.50092 179.125Q498.2978 179.375 498.2978 179.78125L498.2978 180.14062ZM501.07904 183.75Q501.07904 183.10938 501.4853 182.70312Q501.90717 182.29688 502.53217 182.29688Q503.1728 182.29688 503.57904 182.70312Q504.00092 183.10938 504.00092 183.79688L504.00092 184.14062Q504.00092 184.78125 503.59467 185.20312Q503.18842 185.60938 502.5478 185.60938Q501.9228 185.60938 501.50092 185.20312Q501.07904 184.78125 501.07904 184.10938L501.07904 183.75ZM501.76654 184.14062Q501.76654 184.51562 501.96967 184.76562Q502.18842 185.01562 502.5478 185.01562Q502.90717 185.01562 503.1103 184.78125Q503.32904 184.53125 503.32904 184.125L503.32904 183.75Q503.32904 183.375 503.1103 183.125Q502.89154 182.875 502.5478 182.875Q502.18842 182.875 501.96967 183.125Q501.76654 183.35938 501.76654 183.78125L501.76654 184.14062ZM499.2978 184.96875L498.78217 184.64062L502.25092 179.07812L502.76654 179.40625L499.2978 184.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M415.02585 244.10938L416.01022 244.10938L416.01022 244.84375L415.02585 244.84375L415.02585 246.5L414.1196 246.5L414.1196 244.84375L410.88522 244.84375L410.88522 244.3125L414.0571 239.39062L415.02585 239.39062L415.02585 244.10938ZM411.90085 244.10938L414.1196 244.10938L414.1196 240.625L414.01022 240.82812L411.90085 244.10938ZM421.52585 241.25Q421.52585 241.78125 421.2446 242.20312Q420.96335 242.60938 420.47897 242.84375Q421.04147 243.07812 421.35397 243.54688Q421.6821 244.0 421.6821 244.57812Q421.6821 245.5 421.0571 246.04688Q420.44772 246.59375 419.4321 246.59375Q418.40085 246.59375 417.77585 246.04688Q417.16647 245.5 417.16647 244.57812Q417.16647 244.0 417.47897 243.54688Q417.79147 243.07812 418.35397 242.84375Q417.88522 242.60938 417.60397 242.1875Q417.33835 241.76562 417.33835 241.25Q417.33835 240.34375 417.90085 239.82812Q418.47897 239.29688 419.4321 239.29688Q420.3696 239.29688 420.94772 239.82812Q421.52585 240.34375 421.52585 241.25ZM420.79147 244.5625Q420.79147 243.96875 420.40085 243.59375Q420.02585 243.21875 419.41647 243.21875Q418.8071 243.21875 418.4321 243.59375Q418.07272 243.95312 418.07272 244.5625Q418.07272 245.17188 418.4321 245.51562Q418.79147 245.85938 419.4321 245.85938Q420.0571 245.85938 420.41647 245.51562Q420.79147 245.15625 420.79147 244.5625ZM419.4321 240.03125Q418.90085 240.03125 418.5571 240.35938Q418.22897 240.6875 418.22897 241.26562Q418.22897 241.79688 418.5571 242.14062Q418.88522 242.46875 419.41647 242.46875Q419.96335 242.46875 420.29147 242.14062Q420.6196 241.79688 420.6196 241.26562Q420.6196 240.71875 420.27585 240.375Q419.94772 240.03125 419.4321 240.03125ZM423.13522 240.75Q423.13522 240.125 423.54147 239.70312Q423.94772 239.28125 424.58835 239.28125Q425.2446 239.28125 425.63522 239.70312Q426.04147 240.125 426.04147 240.78125L426.04147 241.14062Q426.04147 241.78125 425.63522 242.1875Q425.22897 242.59375 424.60397 242.59375Q423.96335 242.59375 423.54147 242.1875Q423.13522 241.78125 423.13522 241.09375L423.13522 240.75ZM423.8071 241.14062Q423.8071 241.51562 424.01022 241.76562Q424.22897 242.0 424.60397 242.0Q424.94772 242.0 425.15085 241.76562Q425.3696 241.53125 425.3696 241.10938L425.3696 240.75Q425.3696 240.375 425.15085 240.125Q424.94772 239.875 424.58835 239.875Q424.22897 239.875 424.01022 240.125Q423.8071 240.375 423.8071 240.78125L423.8071 241.14062ZM426.58835 244.75Q426.58835 244.10938 426.9946 243.70312Q427.41647 243.29688 428.04147 243.29688Q428.6821 243.29688 429.08835 243.70312Q429.51022 244.10938 429.51022 244.79688L429.51022 245.14062Q429.51022 245.78125 429.10397 246.20312Q428.69772 246.60938 428.0571 246.60938Q427.4321 246.60938 427.01022 246.20312Q426.58835 245.78125 426.58835 245.10938L426.58835 244.75ZM427.27585 245.14062Q427.27585 245.51562 427.47897 245.76562Q427.69772 246.01562 428.0571 246.01562Q428.41647 246.01562 428.6196 245.78125Q428.83835 245.53125 428.83835 245.125L428.83835 244.75Q428.83835 244.375 428.6196 244.125Q428.40085 243.875 428.0571 243.875Q427.69772 243.875 427.47897 244.125Q427.27585 244.35938 427.27585 244.78125L427.27585 245.14062ZM424.8071 245.96875L424.29147 245.64062L427.76022 240.07812L428.27585 240.40625L424.8071 245.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M415.02585 244.10938L416.01022 244.10938L416.01022 244.84375L415.02585 244.84375L415.02585 246.5L414.1196 246.5L414.1196 244.84375L410.88522 244.84375L410.88522 244.3125L414.0571 239.39062L415.02585 239.39062L415.02585 244.10938ZM411.90085 244.10938L414.1196 244.10938L414.1196 240.625L414.01022 240.82812L411.90085 244.10938ZM421.52585 241.25Q421.52585 241.78125 421.2446 242.20312Q420.96335 242.60938 420.47897 242.84375Q421.04147 243.07812 421.35397 243.54688Q421.6821 244.0 421.6821 244.57812Q421.6821 245.5 421.0571 246.04688Q420.44772 246.59375 419.4321 246.59375Q418.40085 246.59375 417.77585 246.04688Q417.16647 245.5 417.16647 244.57812Q417.16647 244.0 417.47897 243.54688Q417.79147 243.07812 418.35397 242.84375Q417.88522 242.60938 417.60397 242.1875Q417.33835 241.76562 417.33835 241.25Q417.33835 240.34375 417.90085 239.82812Q418.47897 239.29688 419.4321 239.29688Q420.3696 239.29688 420.94772 239.82812Q421.52585 240.34375 421.52585 241.25ZM420.79147 244.5625Q420.79147 243.96875 420.40085 243.59375Q420.02585 243.21875 419.41647 243.21875Q418.8071 243.21875 418.4321 243.59375Q418.07272 243.95312 418.07272 244.5625Q418.07272 245.17188 418.4321 245.51562Q418.79147 245.85938 419.4321 245.85938Q420.0571 245.85938 420.41647 245.51562Q420.79147 245.15625 420.79147 244.5625ZM419.4321 240.03125Q418.90085 240.03125 418.5571 240.35938Q418.22897 240.6875 418.22897 241.26562Q418.22897 241.79688 418.5571 242.14062Q418.88522 242.46875 419.41647 242.46875Q419.96335 242.46875 420.29147 242.14062Q420.6196 241.79688 420.6196 241.26562Q420.6196 240.71875 420.27585 240.375Q419.94772 240.03125 419.4321 240.03125ZM423.13522 240.75Q423.13522 240.125 423.54147 239.70312Q423.94772 239.28125 424.58835 239.28125Q425.2446 239.28125 425.63522 239.70312Q426.04147 240.125 426.04147 240.78125L426.04147 241.14062Q426.04147 241.78125 425.63522 242.1875Q425.22897 242.59375 424.60397 242.59375Q423.96335 242.59375 423.54147 242.1875Q423.13522 241.78125 423.13522 241.09375L423.13522 240.75ZM423.8071 241.14062Q423.8071 241.51562 424.01022 241.76562Q424.22897 242.0 424.60397 242.0Q424.94772 242.0 425.15085 241.76562Q425.3696 241.53125 425.3696 241.10938L425.3696 240.75Q425.3696 240.375 425.15085 240.125Q424.94772 239.875 424.58835 239.875Q424.22897 239.875 424.01022 240.125Q423.8071 240.375 423.8071 240.78125L423.8071 241.14062ZM426.58835 244.75Q426.58835 244.10938 426.9946 243.70312Q427.41647 243.29688 428.04147 243.29688Q428.6821 243.29688 429.08835 243.70312Q429.51022 244.10938 429.51022 244.79688L429.51022 245.14062Q429.51022 245.78125 429.10397 246.20312Q428.69772 246.60938 428.0571 246.60938Q427.4321 246.60938 427.01022 246.20312Q426.58835 245.78125 426.58835 245.10938L426.58835 244.75ZM427.27585 245.14062Q427.27585 245.51562 427.47897 245.76562Q427.69772 246.01562 428.0571 246.01562Q428.41647 246.01562 428.6196 245.78125Q428.83835 245.53125 428.83835 245.125L428.83835 244.75Q428.83835 244.375 428.6196 244.125Q428.40085 243.875 428.0571 243.875Q427.69772 243.875 427.47897 244.125Q427.27585 244.35938 427.27585 244.78125L427.27585 245.14062ZM424.8071 245.96875L424.29147 245.64062L427.76022 240.07812L428.27585 240.40625L424.8071 245.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M412.2692 305.10938L413.25357 305.10938L413.25357 305.84375L412.2692 305.84375L412.2692 307.5L411.36295 307.5L411.36295 305.84375L408.12857 305.84375L408.12857 305.3125L411.30045 300.39062L412.2692 300.39062L412.2692 305.10938ZM409.1442 305.10938L411.36295 305.10938L411.36295 301.625L411.25357 301.82812L409.1442 305.10938ZM419.05045 300.89062L416.09732 307.5L415.15982 307.5L418.0817 301.125L414.23795 301.125L414.23795 300.39062L419.05045 300.39062L419.05045 300.89062ZM420.37857 301.75Q420.37857 301.125 420.78482 300.70312Q421.19107 300.28125 421.8317 300.28125Q422.48795 300.28125 422.87857 300.70312Q423.28482 301.125 423.28482 301.78125L423.28482 302.14062Q423.28482 302.78125 422.87857 303.1875Q422.47232 303.59375 421.84732 303.59375Q421.2067 303.59375 420.78482 303.1875Q420.37857 302.78125 420.37857 302.09375L420.37857 301.75ZM421.05045 302.14062Q421.05045 302.51562 421.25357 302.76562Q421.47232 303.0 421.84732 303.0Q422.19107 303.0 422.3942 302.76562Q422.61295 302.53125 422.61295 302.10938L422.61295 301.75Q422.61295 301.375 422.3942 301.125Q422.19107 300.875 421.8317 300.875Q421.47232 300.875 421.25357 301.125Q421.05045 301.375 421.05045 301.78125L421.05045 302.14062ZM423.8317 305.75Q423.8317 305.10938 424.23795 304.70312Q424.65982 304.29688 425.28482 304.29688Q425.92545 304.29688 426.3317 304.70312Q426.75357 305.10938 426.75357 305.79688L426.75357 306.14062Q426.75357 306.78125 426.34732 307.20312Q425.94107 307.60938 425.30045 307.60938Q424.67545 307.60938 424.25357 307.20312Q423.8317 306.78125 423.8317 306.10938L423.8317 305.75ZM424.5192 306.14062Q424.5192 306.51562 424.72232 306.76562Q424.94107 307.01562 425.30045 307.01562Q425.65982 307.01562 425.86295 306.78125Q426.0817 306.53125 426.0817 306.125L426.0817 305.75Q426.0817 305.375 425.86295 305.125Q425.6442 304.875 425.30045 304.875Q424.94107 304.875 424.72232 305.125Q424.5192 305.35938 424.5192 305.78125L424.5192 306.14062ZM422.05045 306.96875L421.53482 306.64062L425.00357 301.07812L425.5192 301.40625L422.05045 306.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M412.2692 305.10938L413.25357 305.10938L413.25357 305.84375L412.2692 305.84375L412.2692 307.5L411.36295 307.5L411.36295 305.84375L408.12857 305.84375L408.12857 305.3125L411.30045 300.39062L412.2692 300.39062L412.2692 305.10938ZM409.1442 305.10938L411.36295 305.10938L411.36295 301.625L411.25357 301.82812L409.1442 305.10938ZM419.05045 300.89062L416.09732 307.5L415.15982 307.5L418.0817 301.125L414.23795 301.125L414.23795 300.39062L419.05045 300.39062L419.05045 300.89062ZM420.37857 301.75Q420.37857 301.125 420.78482 300.70312Q421.19107 300.28125 421.8317 300.28125Q422.48795 300.28125 422.87857 300.70312Q423.28482 301.125 423.28482 301.78125L423.28482 302.14062Q423.28482 302.78125 422.87857 303.1875Q422.47232 303.59375 421.84732 303.59375Q421.2067 303.59375 420.78482 303.1875Q420.37857 302.78125 420.37857 302.09375L420.37857 301.75ZM421.05045 302.14062Q421.05045 302.51562 421.25357 302.76562Q421.47232 303.0 421.84732 303.0Q422.19107 303.0 422.3942 302.76562Q422.61295 302.53125 422.61295 302.10938L422.61295 301.75Q422.61295 301.375 422.3942 301.125Q422.19107 300.875 421.8317 300.875Q421.47232 300.875 421.25357 301.125Q421.05045 301.375 421.05045 301.78125L421.05045 302.14062ZM423.8317 305.75Q423.8317 305.10938 424.23795 304.70312Q424.65982 304.29688 425.28482 304.29688Q425.92545 304.29688 426.3317 304.70312Q426.75357 305.10938 426.75357 305.79688L426.75357 306.14062Q426.75357 306.78125 426.34732 307.20312Q425.94107 307.60938 425.30045 307.60938Q424.67545 307.60938 424.25357 307.20312Q423.8317 306.78125 423.8317 306.10938L423.8317 305.75ZM424.5192 306.14062Q424.5192 306.51562 424.72232 306.76562Q424.94107 307.01562 425.30045 307.01562Q425.65982 307.01562 425.86295 306.78125Q426.0817 306.53125 426.0817 306.125L426.0817 305.75Q426.0817 305.375 425.86295 305.125Q425.6442 304.875 425.30045 304.875Q424.94107 304.875 424.72232 305.125Q424.5192 305.35938 424.5192 305.78125L424.5192 306.14062ZM422.05045 306.96875L421.53482 306.64062L425.00357 301.07812L425.5192 301.40625L422.05045 306.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M384.70276 366.10938L385.68713 366.10938L385.68713 366.84375L384.70276 366.84375L384.70276 368.5L383.7965 368.5L383.7965 366.84375L380.56213 366.84375L380.56213 366.3125L383.734 361.39062L384.70276 361.39062L384.70276 366.10938ZM381.57776 366.10938L383.7965 366.10938L383.7965 362.625L383.68713 362.82812L381.57776 366.10938ZM391.5465 368.5L386.89026 368.5L386.89026 367.84375L389.34338 365.10938Q389.89026 364.5 390.09338 364.10938Q390.31213 363.71875 390.31213 363.29688Q390.31213 362.75 389.96838 362.39062Q389.64026 362.03125 389.07776 362.03125Q388.40588 362.03125 388.03088 362.42188Q387.65588 362.79688 387.65588 363.48438L386.74963 363.48438Q386.74963 362.5 387.37463 361.90625Q388.01526 361.29688 389.07776 361.29688Q390.06213 361.29688 390.64026 361.8125Q391.21838 362.32812 391.21838 363.20312Q391.21838 364.25 389.87463 365.70312L387.984 367.76562L391.5465 367.76562L391.5465 368.5ZM392.81213 362.75Q392.81213 362.125 393.21838 361.70312Q393.62463 361.28125 394.26526 361.28125Q394.9215 361.28125 395.31213 361.70312Q395.71838 362.125 395.71838 362.78125L395.71838 363.14062Q395.71838 363.78125 395.31213 364.1875Q394.90588 364.59375 394.28088 364.59375Q393.64026 364.59375 393.21838 364.1875Q392.81213 363.78125 392.81213 363.09375L392.81213 362.75ZM393.484 363.14062Q393.484 363.51562 393.68713 363.76562Q393.90588 364.0 394.28088 364.0Q394.62463 364.0 394.82776 363.76562Q395.0465 363.53125 395.0465 363.10938L395.0465 362.75Q395.0465 362.375 394.82776 362.125Q394.62463 361.875 394.26526 361.875Q393.90588 361.875 393.68713 362.125Q393.484 362.375 393.484 362.78125L393.484 363.14062ZM396.26526 366.75Q396.26526 366.10938 396.6715 365.70312Q397.09338 365.29688 397.71838 365.29688Q398.359 365.29688 398.76526 365.70312Q399.18713 366.10938 399.18713 366.79688L399.18713 367.14062Q399.18713 367.78125 398.78088 368.20312Q398.37463 368.60938 397.734 368.60938Q397.109 368.60938 396.68713 368.20312Q396.26526 367.78125 396.26526 367.10938L396.26526 366.75ZM396.95276 367.14062Q396.95276 367.51562 397.15588 367.76562Q397.37463 368.01562 397.734 368.01562Q398.09338 368.01562 398.2965 367.78125Q398.51526 367.53125 398.51526 367.125L398.51526 366.75Q398.51526 366.375 398.2965 366.125Q398.07776 365.875 397.734 365.875Q397.37463 365.875 397.15588 366.125Q396.95276 366.35938 396.95276 366.78125L396.95276 367.14062ZM394.484 367.96875L393.96838 367.64062L397.43713 362.07812L397.95276 362.40625L394.484 367.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M384.70276 366.10938L385.68713 366.10938L385.68713 366.84375L384.70276 366.84375L384.70276 368.5L383.7965 368.5L383.7965 366.84375L380.56213 366.84375L380.56213 366.3125L383.734 361.39062L384.70276 361.39062L384.70276 366.10938ZM381.57776 366.10938L383.7965 366.10938L383.7965 362.625L383.68713 362.82812L381.57776 366.10938ZM391.5465 368.5L386.89026 368.5L386.89026 367.84375L389.34338 365.10938Q389.89026 364.5 390.09338 364.10938Q390.31213 363.71875 390.31213 363.29688Q390.31213 362.75 389.96838 362.39062Q389.64026 362.03125 389.07776 362.03125Q388.40588 362.03125 388.03088 362.42188Q387.65588 362.79688 387.65588 363.48438L386.74963 363.48438Q386.74963 362.5 387.37463 361.90625Q388.01526 361.29688 389.07776 361.29688Q390.06213 361.29688 390.64026 361.8125Q391.21838 362.32812 391.21838 363.20312Q391.21838 364.25 389.87463 365.70312L387.984 367.76562L391.5465 367.76562L391.5465 368.5ZM392.81213 362.75Q392.81213 362.125 393.21838 361.70312Q393.62463 361.28125 394.26526 361.28125Q394.9215 361.28125 395.31213 361.70312Q395.71838 362.125 395.71838 362.78125L395.71838 363.14062Q395.71838 363.78125 395.31213 364.1875Q394.90588 364.59375 394.28088 364.59375Q393.64026 364.59375 393.21838 364.1875Q392.81213 363.78125 392.81213 363.09375L392.81213 362.75ZM393.484 363.14062Q393.484 363.51562 393.68713 363.76562Q393.90588 364.0 394.28088 364.0Q394.62463 364.0 394.82776 363.76562Q395.0465 363.53125 395.0465 363.10938L395.0465 362.75Q395.0465 362.375 394.82776 362.125Q394.62463 361.875 394.26526 361.875Q393.90588 361.875 393.68713 362.125Q393.484 362.375 393.484 362.78125L393.484 363.14062ZM396.26526 366.75Q396.26526 366.10938 396.6715 365.70312Q397.09338 365.29688 397.71838 365.29688Q398.359 365.29688 398.76526 365.70312Q399.18713 366.10938 399.18713 366.79688L399.18713 367.14062Q399.18713 367.78125 398.78088 368.20312Q398.37463 368.60938 397.734 368.60938Q397.109 368.60938 396.68713 368.20312Q396.26526 367.78125 396.26526 367.10938L396.26526 366.75ZM396.95276 367.14062Q396.95276 367.51562 397.15588 367.76562Q397.37463 368.01562 397.734 368.01562Q398.09338 368.01562 398.2965 367.78125Q398.51526 367.53125 398.51526 367.125L398.51526 366.75Q398.51526 366.375 398.2965 366.125Q398.07776 365.875 397.734 365.875Q397.37463 365.875 397.15588 366.125Q396.95276 366.35938 396.95276 366.78125L396.95276 367.14062ZM394.484 367.96875L393.96838 367.64062L397.43713 362.07812L397.95276 362.40625L394.484 367.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M375.20764 428.10938L376.19202 428.10938L376.19202 428.84375L375.20764 428.84375L375.20764 430.5L374.3014 430.5L374.3014 428.84375L371.06702 428.84375L371.06702 428.3125L374.2389 423.39062L375.20764 423.39062L375.20764 428.10938ZM372.08264 428.10938L374.3014 428.10938L374.3014 424.625L374.19202 424.82812L372.08264 428.10938ZM381.84827 427.46875Q381.84827 429.04688 381.3014 429.82812Q380.77014 430.59375 379.6139 430.59375Q378.47327 430.59375 377.9264 429.84375Q377.37952 429.09375 377.3639 427.59375L377.3639 426.39062Q377.3639 424.8125 377.89514 424.0625Q378.44202 423.29688 379.59827 423.29688Q380.75452 423.29688 381.28577 424.03125Q381.83264 424.76562 381.84827 426.29688L381.84827 427.46875ZM380.94202 426.23438Q380.94202 425.07812 380.6139 424.5625Q380.3014 424.03125 379.59827 424.03125Q378.91077 424.03125 378.58264 424.5625Q378.27014 425.07812 378.27014 426.15625L378.27014 427.60938Q378.27014 428.76562 378.59827 429.3125Q378.94202 429.85938 379.6139 429.85938Q380.28577 429.85938 380.59827 429.34375Q380.9264 428.82812 380.94202 427.71875L380.94202 426.23438ZM383.31702 424.75Q383.31702 424.125 383.72327 423.70312Q384.12952 423.28125 384.77014 423.28125Q385.4264 423.28125 385.81702 423.70312Q386.22327 424.125 386.22327 424.78125L386.22327 425.14062Q386.22327 425.78125 385.81702 426.1875Q385.41077 426.59375 384.78577 426.59375Q384.14514 426.59375 383.72327 426.1875Q383.31702 425.78125 383.31702 425.09375L383.31702 424.75ZM383.9889 425.14062Q383.9889 425.51562 384.19202 425.76562Q384.41077 426.0 384.78577 426.0Q385.12952 426.0 385.33264 425.76562Q385.5514 425.53125 385.5514 425.10938L385.5514 424.75Q385.5514 424.375 385.33264 424.125Q385.12952 423.875 384.77014 423.875Q384.41077 423.875 384.19202 424.125Q383.9889 424.375 383.9889 424.78125L383.9889 425.14062ZM386.77014 428.75Q386.77014 428.10938 387.1764 427.70312Q387.59827 427.29688 388.22327 427.29688Q388.8639 427.29688 389.27014 427.70312Q389.69202 428.10938 389.69202 428.79688L389.69202 429.14062Q389.69202 429.78125 389.28577 430.20312Q388.87952 430.60938 388.2389 430.60938Q387.6139 430.60938 387.19202 430.20312Q386.77014 429.78125 386.77014 429.10938L386.77014 428.75ZM387.45764 429.14062Q387.45764 429.51562 387.66077 429.76562Q387.87952 430.01562 388.2389 430.01562Q388.59827 430.01562 388.8014 429.78125Q389.02014 429.53125 389.02014 429.125L389.02014 428.75Q389.02014 428.375 388.8014 428.125Q388.58264 427.875 388.2389 427.875Q387.87952 427.875 387.66077 428.125Q387.45764 428.35938 387.45764 428.78125L387.45764 429.14062ZM384.9889 429.96875L384.47327 429.64062L387.94202 424.07812L388.45764 424.40625L384.9889 429.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M375.20764 428.10938L376.19202 428.10938L376.19202 428.84375L375.20764 428.84375L375.20764 430.5L374.3014 430.5L374.3014 428.84375L371.06702 428.84375L371.06702 428.3125L374.2389 423.39062L375.20764 423.39062L375.20764 428.10938ZM372.08264 428.10938L374.3014 428.10938L374.3014 424.625L374.19202 424.82812L372.08264 428.10938ZM381.84827 427.46875Q381.84827 429.04688 381.3014 429.82812Q380.77014 430.59375 379.6139 430.59375Q378.47327 430.59375 377.9264 429.84375Q377.37952 429.09375 377.3639 427.59375L377.3639 426.39062Q377.3639 424.8125 377.89514 424.0625Q378.44202 423.29688 379.59827 423.29688Q380.75452 423.29688 381.28577 424.03125Q381.83264 424.76562 381.84827 426.29688L381.84827 427.46875ZM380.94202 426.23438Q380.94202 425.07812 380.6139 424.5625Q380.3014 424.03125 379.59827 424.03125Q378.91077 424.03125 378.58264 424.5625Q378.27014 425.07812 378.27014 426.15625L378.27014 427.60938Q378.27014 428.76562 378.59827 429.3125Q378.94202 429.85938 379.6139 429.85938Q380.28577 429.85938 380.59827 429.34375Q380.9264 428.82812 380.94202 427.71875L380.94202 426.23438ZM383.31702 424.75Q383.31702 424.125 383.72327 423.70312Q384.12952 423.28125 384.77014 423.28125Q385.4264 423.28125 385.81702 423.70312Q386.22327 424.125 386.22327 424.78125L386.22327 425.14062Q386.22327 425.78125 385.81702 426.1875Q385.41077 426.59375 384.78577 426.59375Q384.14514 426.59375 383.72327 426.1875Q383.31702 425.78125 383.31702 425.09375L383.31702 424.75ZM383.9889 425.14062Q383.9889 425.51562 384.19202 425.76562Q384.41077 426.0 384.78577 426.0Q385.12952 426.0 385.33264 425.76562Q385.5514 425.53125 385.5514 425.10938L385.5514 424.75Q385.5514 424.375 385.33264 424.125Q385.12952 423.875 384.77014 423.875Q384.41077 423.875 384.19202 424.125Q383.9889 424.375 383.9889 424.78125L383.9889 425.14062ZM386.77014 428.75Q386.77014 428.10938 387.1764 427.70312Q387.59827 427.29688 388.22327 427.29688Q388.8639 427.29688 389.27014 427.70312Q389.69202 428.10938 389.69202 428.79688L389.69202 429.14062Q389.69202 429.78125 389.28577 430.20312Q388.87952 430.60938 388.2389 430.60938Q387.6139 430.60938 387.19202 430.20312Q386.77014 429.78125 386.77014 429.10938L386.77014 428.75ZM387.45764 429.14062Q387.45764 429.51562 387.66077 429.76562Q387.87952 430.01562 388.2389 430.01562Q388.59827 430.01562 388.8014 429.78125Q389.02014 429.53125 389.02014 429.125L389.02014 428.75Q389.02014 428.375 388.8014 428.125Q388.58264 427.875 388.2389 427.875Q387.87952 427.875 387.66077 428.125Q387.45764 428.35938 387.45764 428.78125L387.45764 429.14062ZM384.9889 429.96875L384.47327 429.64062L387.94202 424.07812L388.45764 424.40625L384.9889 429.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M358.86316 487.5L359.53503 487.5Q360.17566 487.5 360.53503 487.17188Q360.91003 486.84375 360.91003 486.28125Q360.91003 485.03125 359.66003 485.03125Q359.0819 485.03125 358.72253 485.375Q358.37878 485.70312 358.37878 486.25L357.47253 486.25Q357.47253 485.40625 358.09753 484.85938Q358.72253 484.29688 359.66003 484.29688Q360.67566 484.29688 361.23816 484.82812Q361.81628 485.35938 361.81628 486.29688Q361.81628 486.76562 361.5194 487.20312Q361.22253 487.64062 360.69128 487.85938Q361.28503 488.03125 361.59753 488.46875Q361.92566 488.89062 361.92566 489.51562Q361.92566 490.46875 361.30066 491.03125Q360.67566 491.59375 359.67566 491.59375Q358.67566 491.59375 358.03503 491.0625Q357.41003 490.51562 357.41003 489.625L358.3319 489.625Q358.3319 490.1875 358.69128 490.53125Q359.05066 490.85938 359.67566 490.85938Q360.3319 490.85938 360.67566 490.51562Q361.0194 490.17188 361.0194 489.53125Q361.0194 488.92188 360.62878 488.59375Q360.25378 488.25 359.53503 488.25L358.86316 488.25L358.86316 487.5ZM368.1444 484.89062L365.19128 491.5L364.25378 491.5L367.17566 485.125L363.3319 485.125L363.3319 484.39062L368.1444 484.39062L368.1444 484.89062ZM369.47253 485.75Q369.47253 485.125 369.87878 484.70312Q370.28503 484.28125 370.92566 484.28125Q371.5819 484.28125 371.97253 484.70312Q372.37878 485.125 372.37878 485.78125L372.37878 486.14062Q372.37878 486.78125 371.97253 487.1875Q371.56628 487.59375 370.94128 487.59375Q370.30066 487.59375 369.87878 487.1875Q369.47253 486.78125 369.47253 486.09375L369.47253 485.75ZM370.1444 486.14062Q370.1444 486.51562 370.34753 486.76562Q370.56628 487.0 370.94128 487.0Q371.28503 487.0 371.48816 486.76562Q371.7069 486.53125 371.7069 486.10938L371.7069 485.75Q371.7069 485.375 371.48816 485.125Q371.28503 484.875 370.92566 484.875Q370.56628 484.875 370.34753 485.125Q370.1444 485.375 370.1444 485.78125L370.1444 486.14062ZM372.92566 489.75Q372.92566 489.10938 373.3319 488.70312Q373.75378 488.29688 374.37878 488.29688Q375.0194 488.29688 375.42566 488.70312Q375.84753 489.10938 375.84753 489.79688L375.84753 490.14062Q375.84753 490.78125 375.44128 491.20312Q375.03503 491.60938 374.3944 491.60938Q373.7694 491.60938 373.34753 491.20312Q372.92566 490.78125 372.92566 490.10938L372.92566 489.75ZM373.61316 490.14062Q373.61316 490.51562 373.81628 490.76562Q374.03503 491.01562 374.3944 491.01562Q374.75378 491.01562 374.9569 490.78125Q375.17566 490.53125 375.17566 490.125L375.17566 489.75Q375.17566 489.375 374.9569 489.125Q374.73816 488.875 374.3944 488.875Q374.03503 488.875 373.81628 489.125Q373.61316 489.35938 373.61316 489.78125L373.61316 490.14062ZM371.1444 490.96875L370.62878 490.64062L374.09753 485.07812L374.61316 485.40625L371.1444 490.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M358.86316 487.5L359.53503 487.5Q360.17566 487.5 360.53503 487.17188Q360.91003 486.84375 360.91003 486.28125Q360.91003 485.03125 359.66003 485.03125Q359.0819 485.03125 358.72253 485.375Q358.37878 485.70312 358.37878 486.25L357.47253 486.25Q357.47253 485.40625 358.09753 484.85938Q358.72253 484.29688 359.66003 484.29688Q360.67566 484.29688 361.23816 484.82812Q361.81628 485.35938 361.81628 486.29688Q361.81628 486.76562 361.5194 487.20312Q361.22253 487.64062 360.69128 487.85938Q361.28503 488.03125 361.59753 488.46875Q361.92566 488.89062 361.92566 489.51562Q361.92566 490.46875 361.30066 491.03125Q360.67566 491.59375 359.67566 491.59375Q358.67566 491.59375 358.03503 491.0625Q357.41003 490.51562 357.41003 489.625L358.3319 489.625Q358.3319 490.1875 358.69128 490.53125Q359.05066 490.85938 359.67566 490.85938Q360.3319 490.85938 360.67566 490.51562Q361.0194 490.17188 361.0194 489.53125Q361.0194 488.92188 360.62878 488.59375Q360.25378 488.25 359.53503 488.25L358.86316 488.25L358.86316 487.5ZM368.1444 484.89062L365.19128 491.5L364.25378 491.5L367.17566 485.125L363.3319 485.125L363.3319 484.39062L368.1444 484.39062L368.1444 484.89062ZM369.47253 485.75Q369.47253 485.125 369.87878 484.70312Q370.28503 484.28125 370.92566 484.28125Q371.5819 484.28125 371.97253 484.70312Q372.37878 485.125 372.37878 485.78125L372.37878 486.14062Q372.37878 486.78125 371.97253 487.1875Q371.56628 487.59375 370.94128 487.59375Q370.30066 487.59375 369.87878 487.1875Q369.47253 486.78125 369.47253 486.09375L369.47253 485.75ZM370.1444 486.14062Q370.1444 486.51562 370.34753 486.76562Q370.56628 487.0 370.94128 487.0Q371.28503 487.0 371.48816 486.76562Q371.7069 486.53125 371.7069 486.10938L371.7069 485.75Q371.7069 485.375 371.48816 485.125Q371.28503 484.875 370.92566 484.875Q370.56628 484.875 370.34753 485.125Q370.1444 485.375 370.1444 485.78125L370.1444 486.14062ZM372.92566 489.75Q372.92566 489.10938 373.3319 488.70312Q373.75378 488.29688 374.37878 488.29688Q375.0194 488.29688 375.42566 488.70312Q375.84753 489.10938 375.84753 489.79688L375.84753 490.14062Q375.84753 490.78125 375.44128 491.20312Q375.03503 491.60938 374.3944 491.60938Q373.7694 491.60938 373.34753 491.20312Q372.92566 490.78125 372.92566 490.10938L372.92566 489.75ZM373.61316 490.14062Q373.61316 490.51562 373.81628 490.76562Q374.03503 491.01562 374.3944 491.01562Q374.75378 491.01562 374.9569 490.78125Q375.17566 490.53125 375.17566 490.125L375.17566 489.75Q375.17566 489.375 374.9569 489.125Q374.73816 488.875 374.3944 488.875Q374.03503 488.875 373.81628 489.125Q373.61316 489.35938 373.61316 489.78125L373.61316 490.14062ZM371.1444 490.96875L370.62878 490.64062L374.09753 485.07812L374.61316 485.40625L371.1444 490.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M208.65495 547.25Q208.65495 547.78125 208.3737 548.2031Q208.09245 548.6094 207.60808 548.84375Q208.17058 549.0781 208.48308 549.5469Q208.8112 550.0 208.8112 550.5781Q208.8112 551.5 208.1862 552.0469Q207.57683 552.59375 206.5612 552.59375Q205.52995 552.59375 204.90495 552.0469Q204.29558 551.5 204.29558 550.5781Q204.29558 550.0 204.60808 549.5469Q204.92058 549.0781 205.48308 548.84375Q205.01433 548.6094 204.73308 548.1875Q204.46745 547.7656 204.46745 547.25Q204.46745 546.34375 205.02995 545.8281Q205.60808 545.2969 206.5612 545.2969Q207.4987 545.2969 208.07683 545.8281Q208.65495 546.34375 208.65495 547.25ZM207.92058 550.5625Q207.92058 549.96875 207.52995 549.59375Q207.15495 549.21875 206.54558 549.21875Q205.9362 549.21875 205.5612 549.59375Q205.20183 549.9531 205.20183 550.5625Q205.20183 551.1719 205.5612 551.5156Q205.92058 551.8594 206.5612 551.8594Q207.1862 551.8594 207.54558 551.5156Q207.92058 551.15625 207.92058 550.5625ZM206.5612 546.03125Q206.02995 546.03125 205.6862 546.3594Q205.35808 546.6875 205.35808 547.2656Q205.35808 547.7969 205.6862 548.1406Q206.01433 548.46875 206.54558 548.46875Q207.09245 548.46875 207.42058 548.1406Q207.7487 547.7969 207.7487 547.2656Q207.7487 546.71875 207.40495 546.375Q207.07683 546.03125 206.5612 546.03125ZM210.26433 546.75Q210.26433 546.125 210.67058 545.7031Q211.07683 545.28125 211.71745 545.28125Q212.3737 545.28125 212.76433 545.7031Q213.17058 546.125 213.17058 546.78125L213.17058 547.1406Q213.17058 547.78125 212.76433 548.1875Q212.35808 548.59375 211.73308 548.59375Q211.09245 548.59375 210.67058 548.1875Q210.26433 547.78125 210.26433 547.09375L210.26433 546.75ZM210.9362 547.1406Q210.9362 547.5156 211.13933 547.7656Q211.35808 548.0 211.73308 548.0Q212.07683 548.0 212.27995 547.7656Q212.4987 547.53125 212.4987 547.1094L212.4987 546.75Q212.4987 546.375 212.27995 546.125Q212.07683 545.875 211.71745 545.875Q211.35808 545.875 211.13933 546.125Q210.9362 546.375 210.9362 546.78125L210.9362 547.1406ZM213.71745 550.75Q213.71745 550.1094 214.1237 549.7031Q214.54558 549.2969 215.17058 549.2969Q215.8112 549.2969 216.21745 549.7031Q216.63933 550.1094 216.63933 550.7969L216.63933 551.1406Q216.63933 551.78125 216.23308 552.2031Q215.82683 552.6094 215.1862 552.6094Q214.5612 552.6094 214.13933 552.2031Q213.71745 551.78125 213.71745 551.1094L213.71745 550.75ZM214.40495 551.1406Q214.40495 551.5156 214.60808 551.7656Q214.82683 552.0156 215.1862 552.0156Q215.54558 552.0156 215.7487 551.78125Q215.96745 551.53125 215.96745 551.125L215.96745 550.75Q215.96745 550.375 215.7487 550.125Q215.52995 549.875 215.1862 549.875Q214.82683 549.875 214.60808 550.125Q214.40495 550.3594 214.40495 550.78125L214.40495 551.1406ZM211.9362 551.96875L211.42058 551.6406L214.88933 546.0781L215.40495 546.40625L211.9362 551.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M208.65495 547.25Q208.65495 547.78125 208.3737 548.2031Q208.09245 548.6094 207.60808 548.84375Q208.17058 549.0781 208.48308 549.5469Q208.8112 550.0 208.8112 550.5781Q208.8112 551.5 208.1862 552.0469Q207.57683 552.59375 206.5612 552.59375Q205.52995 552.59375 204.90495 552.0469Q204.29558 551.5 204.29558 550.5781Q204.29558 550.0 204.60808 549.5469Q204.92058 549.0781 205.48308 548.84375Q205.01433 548.6094 204.73308 548.1875Q204.46745 547.7656 204.46745 547.25Q204.46745 546.34375 205.02995 545.8281Q205.60808 545.2969 206.5612 545.2969Q207.4987 545.2969 208.07683 545.8281Q208.65495 546.34375 208.65495 547.25ZM207.92058 550.5625Q207.92058 549.96875 207.52995 549.59375Q207.15495 549.21875 206.54558 549.21875Q205.9362 549.21875 205.5612 549.59375Q205.20183 549.9531 205.20183 550.5625Q205.20183 551.1719 205.5612 551.5156Q205.92058 551.8594 206.5612 551.8594Q207.1862 551.8594 207.54558 551.5156Q207.92058 551.15625 207.92058 550.5625ZM206.5612 546.03125Q206.02995 546.03125 205.6862 546.3594Q205.35808 546.6875 205.35808 547.2656Q205.35808 547.7969 205.6862 548.1406Q206.01433 548.46875 206.54558 548.46875Q207.09245 548.46875 207.42058 548.1406Q207.7487 547.7969 207.7487 547.2656Q207.7487 546.71875 207.40495 546.375Q207.07683 546.03125 206.5612 546.03125ZM210.26433 546.75Q210.26433 546.125 210.67058 545.7031Q211.07683 545.28125 211.71745 545.28125Q212.3737 545.28125 212.76433 545.7031Q213.17058 546.125 213.17058 546.78125L213.17058 547.1406Q213.17058 547.78125 212.76433 548.1875Q212.35808 548.59375 211.73308 548.59375Q211.09245 548.59375 210.67058 548.1875Q210.26433 547.78125 210.26433 547.09375L210.26433 546.75ZM210.9362 547.1406Q210.9362 547.5156 211.13933 547.7656Q211.35808 548.0 211.73308 548.0Q212.07683 548.0 212.27995 547.7656Q212.4987 547.53125 212.4987 547.1094L212.4987 546.75Q212.4987 546.375 212.27995 546.125Q212.07683 545.875 211.71745 545.875Q211.35808 545.875 211.13933 546.125Q210.9362 546.375 210.9362 546.78125L210.9362 547.1406ZM213.71745 550.75Q213.71745 550.1094 214.1237 549.7031Q214.54558 549.2969 215.17058 549.2969Q215.8112 549.2969 216.21745 549.7031Q216.63933 550.1094 216.63933 550.7969L216.63933 551.1406Q216.63933 551.78125 216.23308 552.2031Q215.82683 552.6094 215.1862 552.6094Q214.5612 552.6094 214.13933 552.2031Q213.71745 551.78125 213.71745 551.1094L213.71745 550.75ZM214.40495 551.1406Q214.40495 551.5156 214.60808 551.7656Q214.82683 552.0156 215.1862 552.0156Q215.54558 552.0156 215.7487 551.78125Q215.96745 551.53125 215.96745 551.125L215.96745 550.75Q215.96745 550.375 215.7487 550.125Q215.52995 549.875 215.1862 549.875Q214.82683 549.875 214.60808 550.125Q214.40495 550.3594 214.40495 550.78125L214.40495 551.1406ZM211.9362 551.96875L211.42058 551.6406L214.88933 546.0781L215.40495 546.40625L211.9362 551.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M186.89815 611.1094L187.88252 611.1094L187.88252 611.84375L186.89815 611.84375L186.89815 613.5L185.9919 613.5L185.9919 611.84375L182.75752 611.84375L182.75752 611.3125L185.9294 606.3906L186.89815 606.3906L186.89815 611.1094ZM183.77315 611.1094L185.9919 611.1094L185.9919 607.625L185.88252 607.8281L183.77315 611.1094ZM189.00752 607.75Q189.00752 607.125 189.41377 606.7031Q189.82002 606.28125 190.46065 606.28125Q191.1169 606.28125 191.50752 606.7031Q191.91377 607.125 191.91377 607.78125L191.91377 608.1406Q191.91377 608.78125 191.50752 609.1875Q191.10127 609.59375 190.47627 609.59375Q189.83565 609.59375 189.41377 609.1875Q189.00752 608.78125 189.00752 608.09375L189.00752 607.75ZM189.6794 608.1406Q189.6794 608.5156 189.88252 608.7656Q190.10127 609.0 190.47627 609.0Q190.82002 609.0 191.02315 608.7656Q191.2419 608.53125 191.2419 608.1094L191.2419 607.75Q191.2419 607.375 191.02315 607.125Q190.82002 606.875 190.46065 606.875Q190.10127 606.875 189.88252 607.125Q189.6794 607.375 189.6794 607.78125L189.6794 608.1406ZM192.46065 611.75Q192.46065 611.1094 192.8669 610.7031Q193.28877 610.2969 193.91377 610.2969Q194.5544 610.2969 194.96065 610.7031Q195.38252 611.1094 195.38252 611.7969L195.38252 612.1406Q195.38252 612.78125 194.97627 613.2031Q194.57002 613.6094 193.9294 613.6094Q193.3044 613.6094 192.88252 613.2031Q192.46065 612.78125 192.46065 612.1094L192.46065 611.75ZM193.14815 612.1406Q193.14815 612.5156 193.35127 612.7656Q193.57002 613.0156 193.9294 613.0156Q194.28877 613.0156 194.4919 612.78125Q194.71065 612.53125 194.71065 612.125L194.71065 611.75Q194.71065 611.375 194.4919 611.125Q194.27315 610.875 193.9294 610.875Q193.57002 610.875 193.35127 611.125Q193.14815 611.3594 193.14815 611.78125L193.14815 612.1406ZM190.6794 612.96875L190.16377 612.6406L193.63252 607.0781L194.14815 607.40625L190.6794 612.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M186.89815 611.1094L187.88252 611.1094L187.88252 611.84375L186.89815 611.84375L186.89815 613.5L185.9919 613.5L185.9919 611.84375L182.75752 611.84375L182.75752 611.3125L185.9294 606.3906L186.89815 606.3906L186.89815 611.1094ZM183.77315 611.1094L185.9919 611.1094L185.9919 607.625L185.88252 607.8281L183.77315 611.1094ZM189.00752 607.75Q189.00752 607.125 189.41377 606.7031Q189.82002 606.28125 190.46065 606.28125Q191.1169 606.28125 191.50752 606.7031Q191.91377 607.125 191.91377 607.78125L191.91377 608.1406Q191.91377 608.78125 191.50752 609.1875Q191.10127 609.59375 190.47627 609.59375Q189.83565 609.59375 189.41377 609.1875Q189.00752 608.78125 189.00752 608.09375L189.00752 607.75ZM189.6794 608.1406Q189.6794 608.5156 189.88252 608.7656Q190.10127 609.0 190.47627 609.0Q190.82002 609.0 191.02315 608.7656Q191.2419 608.53125 191.2419 608.1094L191.2419 607.75Q191.2419 607.375 191.02315 607.125Q190.82002 606.875 190.46065 606.875Q190.10127 606.875 189.88252 607.125Q189.6794 607.375 189.6794 607.78125L189.6794 608.1406ZM192.46065 611.75Q192.46065 611.1094 192.8669 610.7031Q193.28877 610.2969 193.91377 610.2969Q194.5544 610.2969 194.96065 610.7031Q195.38252 611.1094 195.38252 611.7969L195.38252 612.1406Q195.38252 612.78125 194.97627 613.2031Q194.57002 613.6094 193.9294 613.6094Q193.3044 613.6094 192.88252 613.2031Q192.46065 612.78125 192.46065 612.1094L192.46065 611.75ZM193.14815 612.1406Q193.14815 612.5156 193.35127 612.7656Q193.57002 613.0156 193.9294 613.0156Q194.28877 613.0156 194.4919 612.78125Q194.71065 612.53125 194.71065 612.125L194.71065 611.75Q194.71065 611.375 194.4919 611.125Q194.27315 610.875 193.9294 610.875Q193.57002 610.875 193.35127 611.125Q193.14815 611.3594 193.14815 611.78125L193.14815 612.1406ZM190.6794 612.96875L190.16377 612.6406L193.63252 607.0781L194.14815 607.40625L190.6794 612.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M178.30804 674.5L173.6518 674.5L173.6518 673.84375L176.10492 671.1094Q176.6518 670.5 176.85492 670.1094Q177.07367 669.71875 177.07367 669.2969Q177.07367 668.75 176.72992 668.3906Q176.4018 668.03125 175.8393 668.03125Q175.16742 668.03125 174.79242 668.4219Q174.41742 668.7969 174.41742 669.4844L173.51117 669.4844Q173.51117 668.5 174.13617 667.90625Q174.7768 667.2969 175.8393 667.2969Q176.82367 667.2969 177.4018 667.8125Q177.97992 668.3281 177.97992 669.2031Q177.97992 670.25 176.63617 671.7031L174.74554 673.7656L178.30804 673.7656L178.30804 674.5ZM179.57367 668.75Q179.57367 668.125 179.97992 667.7031Q180.38617 667.28125 181.0268 667.28125Q181.68304 667.28125 182.07367 667.7031Q182.47992 668.125 182.47992 668.78125L182.47992 669.1406Q182.47992 669.78125 182.07367 670.1875Q181.66742 670.59375 181.04242 670.59375Q180.4018 670.59375 179.97992 670.1875Q179.57367 669.78125 179.57367 669.09375L179.57367 668.75ZM180.24554 669.1406Q180.24554 669.5156 180.44867 669.7656Q180.66742 670.0 181.04242 670.0Q181.38617 670.0 181.5893 669.7656Q181.80804 669.53125 181.80804 669.1094L181.80804 668.75Q181.80804 668.375 181.5893 668.125Q181.38617 667.875 181.0268 667.875Q180.66742 667.875 180.44867 668.125Q180.24554 668.375 180.24554 668.78125L180.24554 669.1406ZM183.0268 672.75Q183.0268 672.1094 183.43304 671.7031Q183.85492 671.2969 184.47992 671.2969Q185.12054 671.2969 185.5268 671.7031Q185.94867 672.1094 185.94867 672.7969L185.94867 673.1406Q185.94867 673.78125 185.54242 674.2031Q185.13617 674.6094 184.49554 674.6094Q183.87054 674.6094 183.44867 674.2031Q183.0268 673.78125 183.0268 673.1094L183.0268 672.75ZM183.7143 673.1406Q183.7143 673.5156 183.91742 673.7656Q184.13617 674.0156 184.49554 674.0156Q184.85492 674.0156 185.05804 673.78125Q185.2768 673.53125 185.2768 673.125L185.2768 672.75Q185.2768 672.375 185.05804 672.125Q184.8393 671.875 184.49554 671.875Q184.13617 671.875 183.91742 672.125Q183.7143 672.3594 183.7143 672.78125L183.7143 673.1406ZM181.24554 673.96875L180.72992 673.6406L184.19867 668.0781L184.7143 668.40625L181.24554 673.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M178.30804 674.5L173.6518 674.5L173.6518 673.84375L176.10492 671.1094Q176.6518 670.5 176.85492 670.1094Q177.07367 669.71875 177.07367 669.2969Q177.07367 668.75 176.72992 668.3906Q176.4018 668.03125 175.8393 668.03125Q175.16742 668.03125 174.79242 668.4219Q174.41742 668.7969 174.41742 669.4844L173.51117 669.4844Q173.51117 668.5 174.13617 667.90625Q174.7768 667.2969 175.8393 667.2969Q176.82367 667.2969 177.4018 667.8125Q177.97992 668.3281 177.97992 669.2031Q177.97992 670.25 176.63617 671.7031L174.74554 673.7656L178.30804 673.7656L178.30804 674.5ZM179.57367 668.75Q179.57367 668.125 179.97992 667.7031Q180.38617 667.28125 181.0268 667.28125Q181.68304 667.28125 182.07367 667.7031Q182.47992 668.125 182.47992 668.78125L182.47992 669.1406Q182.47992 669.78125 182.07367 670.1875Q181.66742 670.59375 181.04242 670.59375Q180.4018 670.59375 179.97992 670.1875Q179.57367 669.78125 179.57367 669.09375L179.57367 668.75ZM180.24554 669.1406Q180.24554 669.5156 180.44867 669.7656Q180.66742 670.0 181.04242 670.0Q181.38617 670.0 181.5893 669.7656Q181.80804 669.53125 181.80804 669.1094L181.80804 668.75Q181.80804 668.375 181.5893 668.125Q181.38617 667.875 181.0268 667.875Q180.66742 667.875 180.44867 668.125Q180.24554 668.375 180.24554 668.78125L180.24554 669.1406ZM183.0268 672.75Q183.0268 672.1094 183.43304 671.7031Q183.85492 671.2969 184.47992 671.2969Q185.12054 671.2969 185.5268 671.7031Q185.94867 672.1094 185.94867 672.7969L185.94867 673.1406Q185.94867 673.78125 185.54242 674.2031Q185.13617 674.6094 184.49554 674.6094Q183.87054 674.6094 183.44867 674.2031Q183.0268 673.78125 183.0268 673.1094L183.0268 672.75ZM183.7143 673.1406Q183.7143 673.5156 183.91742 673.7656Q184.13617 674.0156 184.49554 674.0156Q184.85492 674.0156 185.05804 673.78125Q185.2768 673.53125 185.2768 673.125L185.2768 672.75Q185.2768 672.375 185.05804 672.125Q184.8393 671.875 184.49554 671.875Q184.13617 671.875 183.91742 672.125Q183.7143 672.3594 183.7143 672.78125L183.7143 673.1406ZM181.24554 673.96875L180.72992 673.6406L184.19867 668.0781L184.7143 668.40625L181.24554 673.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M174.26497 735.5L169.60872 735.5L169.60872 734.84375L172.06184 732.1094Q172.60872 731.5 172.81184 731.1094Q173.0306 730.71875 173.0306 730.2969Q173.0306 729.75 172.68684 729.3906Q172.35872 729.03125 171.79622 729.03125Q171.12434 729.03125 170.74934 729.4219Q170.37434 729.7969 170.37434 730.4844L169.4681 730.4844Q169.4681 729.5 170.0931 728.90625Q170.73372 728.2969 171.79622 728.2969Q172.7806 728.2969 173.35872 728.8125Q173.93684 729.3281 173.93684 730.2031Q173.93684 731.25 172.5931 732.7031L170.70247 734.7656L174.26497 734.7656L174.26497 735.5ZM175.5306 729.75Q175.5306 729.125 175.93684 728.7031Q176.3431 728.28125 176.98372 728.28125Q177.63997 728.28125 178.0306 728.7031Q178.43684 729.125 178.43684 729.78125L178.43684 730.1406Q178.43684 730.78125 178.0306 731.1875Q177.62434 731.59375 176.99934 731.59375Q176.35872 731.59375 175.93684 731.1875Q175.5306 730.78125 175.5306 730.09375L175.5306 729.75ZM176.20247 730.1406Q176.20247 730.5156 176.4056 730.7656Q176.62434 731.0 176.99934 731.0Q177.3431 731.0 177.54622 730.7656Q177.76497 730.53125 177.76497 730.1094L177.76497 729.75Q177.76497 729.375 177.54622 729.125Q177.3431 728.875 176.98372 728.875Q176.62434 728.875 176.4056 729.125Q176.20247 729.375 176.20247 729.78125L176.20247 730.1406ZM178.98372 733.75Q178.98372 733.1094 179.38997 732.7031Q179.81184 732.2969 180.43684 732.2969Q181.07747 732.2969 181.48372 732.7031Q181.9056 733.1094 181.9056 733.7969L181.9056 734.1406Q181.9056 734.78125 181.49934 735.2031Q181.0931 735.6094 180.45247 735.6094Q179.82747 735.6094 179.4056 735.2031Q178.98372 734.78125 178.98372 734.1094L178.98372 733.75ZM179.67122 734.1406Q179.67122 734.5156 179.87434 734.7656Q180.0931 735.0156 180.45247 735.0156Q180.81184 735.0156 181.01497 734.78125Q181.23372 734.53125 181.23372 734.125L181.23372 733.75Q181.23372 733.375 181.01497 733.125Q180.79622 732.875 180.45247 732.875Q180.0931 732.875 179.87434 733.125Q179.67122 733.3594 179.67122 733.78125L179.67122 734.1406ZM177.20247 734.96875L176.68684 734.6406L180.1556 729.0781L180.67122 729.40625L177.20247 734.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M174.26497 735.5L169.60872 735.5L169.60872 734.84375L172.06184 732.1094Q172.60872 731.5 172.81184 731.1094Q173.0306 730.71875 173.0306 730.2969Q173.0306 729.75 172.68684 729.3906Q172.35872 729.03125 171.79622 729.03125Q171.12434 729.03125 170.74934 729.4219Q170.37434 729.7969 170.37434 730.4844L169.4681 730.4844Q169.4681 729.5 170.0931 728.90625Q170.73372 728.2969 171.79622 728.2969Q172.7806 728.2969 173.35872 728.8125Q173.93684 729.3281 173.93684 730.2031Q173.93684 731.25 172.5931 732.7031L170.70247 734.7656L174.26497 734.7656L174.26497 735.5ZM175.5306 729.75Q175.5306 729.125 175.93684 728.7031Q176.3431 728.28125 176.98372 728.28125Q177.63997 728.28125 178.0306 728.7031Q178.43684 729.125 178.43684 729.78125L178.43684 730.1406Q178.43684 730.78125 178.0306 731.1875Q177.62434 731.59375 176.99934 731.59375Q176.35872 731.59375 175.93684 731.1875Q175.5306 730.78125 175.5306 730.09375L175.5306 729.75ZM176.20247 730.1406Q176.20247 730.5156 176.4056 730.7656Q176.62434 731.0 176.99934 731.0Q177.3431 731.0 177.54622 730.7656Q177.76497 730.53125 177.76497 730.1094L177.76497 729.75Q177.76497 729.375 177.54622 729.125Q177.3431 728.875 176.98372 728.875Q176.62434 728.875 176.4056 729.125Q176.20247 729.375 176.20247 729.78125L176.20247 730.1406ZM178.98372 733.75Q178.98372 733.1094 179.38997 732.7031Q179.81184 732.2969 180.43684 732.2969Q181.07747 732.2969 181.48372 732.7031Q181.9056 733.1094 181.9056 733.7969L181.9056 734.1406Q181.9056 734.78125 181.49934 735.2031Q181.0931 735.6094 180.45247 735.6094Q179.82747 735.6094 179.4056 735.2031Q178.98372 734.78125 178.98372 734.1094L178.98372 733.75ZM179.67122 734.1406Q179.67122 734.5156 179.87434 734.7656Q180.0931 735.0156 180.45247 735.0156Q180.81184 735.0156 181.01497 734.78125Q181.23372 734.53125 181.23372 734.125L181.23372 733.75Q181.23372 733.375 181.01497 733.125Q180.79622 732.875 180.45247 732.875Q180.0931 732.875 179.87434 733.125Q179.67122 733.3594 179.67122 733.78125L179.67122 734.1406ZM177.20247 734.96875L176.68684 734.6406L180.1556 729.0781L180.67122 729.40625L177.20247 734.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M314.84952 789.9626Q314.84952 789.19696 315.3339 788.69696Q315.8339 788.19696 316.59952 788.19696Q317.38077 788.19696 317.86514 788.69696Q318.34952 789.19696 318.34952 789.99384L318.34952 790.4157Q318.34952 791.18134 317.84952 791.68134Q317.36514 792.1657 316.61514 792.1657Q315.84952 792.1657 315.34952 791.68134Q314.84952 791.18134 314.84952 790.36884L314.84952 789.9626ZM315.66202 790.4157Q315.66202 790.86884 315.91202 791.1657Q316.17764 791.4626 316.61514 791.4626Q317.03702 791.4626 317.28702 791.18134Q317.53702 790.88446 317.53702 790.38446L317.53702 789.9626Q317.53702 789.50946 317.28702 789.2126Q317.03702 788.9001 316.59952 788.9001Q316.16202 788.9001 315.91202 789.2126Q315.66202 789.50946 315.66202 789.9782L315.66202 790.4157ZM319.00577 794.75946Q319.00577 793.99384 319.49014 793.50946Q319.99014 793.00946 320.75577 793.00946Q321.5214 793.00946 322.00577 793.50946Q322.50577 793.99384 322.50577 794.80634L322.50577 795.2126Q322.50577 795.9782 322.0214 796.4782Q321.53702 796.9782 320.7714 796.9782Q320.00577 796.9782 319.50577 796.49384Q319.00577 795.99384 319.00577 795.18134L319.00577 794.75946ZM319.81827 795.2126Q319.81827 795.68134 320.06827 795.9782Q320.3339 796.2751 320.7714 796.2751Q321.19327 796.2751 321.44327 795.99384Q321.69327 795.69696 321.69327 795.19696L321.69327 794.75946Q321.69327 794.2907 321.42764 794.00946Q321.17764 793.7126 320.75577 793.7126Q320.3339 793.7126 320.06827 794.00946Q319.81827 794.2907 319.81827 794.7907L319.81827 795.2126ZM316.86514 796.2126L316.24014 795.82196L320.41202 789.1501L321.0214 789.5407L316.86514 796.2126ZM326.7714 793.61884Q326.7714 792.69696 327.13077 791.94696Q327.50577 791.19696 328.16202 790.80634Q328.81827 790.4001 329.6464 790.4001Q330.94327 790.4001 331.74014 791.2907Q332.55264 792.18134 332.55264 793.68134L332.55264 793.75946Q332.55264 794.68134 332.19327 795.4157Q331.8339 796.1501 331.17764 796.57196Q330.5214 796.9782 329.66202 796.9782Q328.38077 796.9782 327.56827 796.0876Q326.7714 795.18134 326.7714 793.69696L326.7714 793.61884ZM327.86514 793.75946Q327.86514 794.80634 328.34952 795.44696Q328.84952 796.0876 329.66202 796.0876Q330.49014 796.0876 330.97452 795.44696Q331.4589 794.7907 331.4589 793.61884Q331.4589 792.5876 330.9589 791.94696Q330.47452 791.2907 329.6464 791.2907Q328.84952 791.2907 328.34952 791.93134Q327.86514 792.55634 327.86514 793.75946ZM334.59952 796.8532L334.59952 791.3532L333.59952 791.3532L333.59952 790.50946L334.59952 790.50946L334.59952 789.86884Q334.59952 788.8376 335.13077 788.2907Q335.67764 787.7282 336.67764 787.7282Q337.05264 787.7282 337.42764 787.82196L337.36514 788.7126Q337.0839 788.6501 336.78702 788.6501Q336.25577 788.6501 335.9589 788.9626Q335.67764 789.2751 335.67764 789.8376L335.67764 790.50946L337.03702 790.50946L337.03702 791.3532L335.67764 791.3532L335.67764 796.8532L334.59952 796.8532ZM344.13077 791.4782Q343.88077 791.44696 343.59952 791.44696Q342.5214 791.44696 342.1464 792.3532L342.1464 796.8532L341.06827 796.8532L341.06827 790.50946L342.11514 790.50946L342.13077 791.24384Q342.66202 790.4001 343.6464 790.4001Q343.9589 790.4001 344.13077 790.4782L344.13077 791.4782ZM347.69327 796.9782Q346.3964 796.9782 345.5839 796.13446Q344.78702 795.2751 344.78702 793.8532L344.78702 793.6657Q344.78702 792.7126 345.1464 791.9782Q345.50577 791.2282 346.1464 790.82196Q346.80264 790.4001 347.55264 790.4001Q348.78702 790.4001 349.47452 791.2126Q350.16202 792.0251 350.16202 793.5407L350.16202 793.99384L345.86514 793.99384Q345.8964 794.93134 346.41202 795.50946Q346.94327 796.0876 347.75577 796.0876Q348.31827 796.0876 348.7089 795.8532Q349.11514 795.61884 349.42764 795.2282L350.0839 795.74384Q349.28702 796.9782 347.69327 796.9782ZM347.55264 791.2907Q346.8964 791.2907 346.44327 791.7751Q346.00577 792.24384 345.91202 793.1032L349.0839 793.1032L349.0839 793.0251Q349.03702 792.19696 348.63077 791.74384Q348.24014 791.2907 347.55264 791.2907ZM354.75577 795.1657Q354.75577 794.7282 354.41202 794.49384Q354.0839 794.24384 353.25577 794.07196Q352.44327 793.9001 351.9589 793.6501Q351.47452 793.4001 351.24014 793.07196Q351.0214 792.7282 351.0214 792.25946Q351.0214 791.4782 351.67764 790.94696Q352.3339 790.4001 353.36514 790.4001Q354.44327 790.4001 355.09952 790.9626Q355.7714 791.50946 355.7714 792.36884L354.69327 792.36884Q354.69327 791.93134 354.30264 791.61884Q353.92764 791.2907 353.36514 791.2907Q352.7714 791.2907 352.42764 791.55634Q352.09952 791.80634 352.09952 792.2126Q352.09952 792.6032 352.41202 792.80634Q352.72452 793.00946 353.53702 793.19696Q354.34952 793.36884 354.84952 793.61884Q355.34952 793.86884 355.5839 794.2282Q355.8339 794.5876 355.8339 795.0876Q355.8339 795.94696 355.1464 796.4626Q354.47452 796.9782 353.3964 796.9782Q352.63077 796.9782 352.03702 796.7126Q351.4589 796.43134 351.13077 795.94696Q350.80264 795.4626 350.80264 794.9001L351.88077 794.9001Q351.91202 795.44696 352.31827 795.7751Q352.72452 796.0876 353.3964 796.0876Q354.00577 796.0876 354.38077 795.8376Q354.75577 795.5876 354.75577 795.1657ZM362.41202 793.75946Q362.41202 795.19696 361.75577 796.0876Q361.09952 796.9782 359.9589 796.9782Q358.80264 796.9782 358.1464 796.24384L358.1464 799.2907L357.06827 799.2907L357.06827 790.50946L358.05264 790.50946L358.09952 791.2126Q358.7714 790.4001 359.94327 790.4001Q361.0839 790.4001 361.74014 791.25946Q362.41202 792.11884 362.41202 793.6501L362.41202 793.75946ZM361.3339 793.63446Q361.3339 792.55634 360.86514 791.94696Q360.41202 791.32196 359.61514 791.32196Q358.63077 791.32196 358.1464 792.18134L358.1464 795.2126Q358.63077 796.0876 359.63077 796.0876Q360.41202 796.0876 360.86514 795.4782Q361.3339 794.8532 361.3339 793.63446ZM363.7714 793.61884Q363.7714 792.69696 364.13077 791.94696Q364.50577 791.19696 365.16202 790.80634Q365.81827 790.4001 366.6464 790.4001Q367.94327 790.4001 368.74014 791.2907Q369.55264 792.18134 369.55264 793.68134L369.55264 793.75946Q369.55264 794.68134 369.19327 795.4157Q368.8339 796.1501 368.17764 796.57196Q367.5214 796.9782 366.66202 796.9782Q365.38077 796.9782 364.56827 796.0876Q363.7714 795.18134 363.7714 793.69696L363.7714 793.61884ZM364.86514 793.75946Q364.86514 794.80634 365.34952 795.44696Q365.84952 796.0876 366.66202 796.0876Q367.49014 796.0876 367.97452 795.44696Q368.4589 794.7907 368.4589 793.61884Q368.4589 792.5876 367.9589 791.94696Q367.47452 791.2907 366.6464 791.2907Q365.84952 791.2907 365.34952 791.93134Q364.86514 792.55634 364.86514 793.75946ZM372.0839 790.50946L372.11514 791.30634Q372.84952 790.4001 374.0214 790.4001Q376.03702 790.4001 376.05264 792.6657L376.05264 796.8532L374.9589 796.8532L374.9589 792.6501Q374.9589 791.9782 374.6464 791.6501Q374.34952 791.32196 373.69327 791.32196Q373.16202 791.32196 372.75577 791.6032Q372.36514 791.88446 372.1464 792.3376L372.1464 796.8532L371.06827 796.8532L371.06827 790.50946L372.0839 790.50946ZM377.80264 793.63446Q377.80264 792.1657 378.49014 791.2907Q379.17764 790.4001 380.30264 790.4001Q381.41202 790.4001 382.06827 791.1501L382.06827 787.8532L383.1464 787.8532L383.1464 796.8532L382.1464 796.8532L382.09952 796.1657Q381.44327 796.9782 380.28702 796.9782Q379.19327 796.9782 378.49014 796.07196Q377.80264 795.1657 377.80264 793.7126L377.80264 793.63446ZM378.88077 793.75946Q378.88077 794.8376 379.31827 795.44696Q379.7714 796.05634 380.55264 796.05634Q381.5839 796.05634 382.06827 795.11884L382.06827 792.2126Q381.5839 791.32196 380.56827 791.32196Q379.7714 791.32196 379.31827 791.93134Q378.88077 792.5407 378.88077 793.75946ZM387.69327 796.9782Q386.3964 796.9782 385.5839 796.13446Q384.78702 795.2751 384.78702 793.8532L384.78702 793.6657Q384.78702 792.7126 385.1464 791.9782Q385.50577 791.2282 386.1464 790.82196Q386.80264 790.4001 387.55264 790.4001Q388.78702 790.4001 389.47452 791.2126Q390.16202 792.0251 390.16202 793.5407L390.16202 793.99384L385.86514 793.99384Q385.8964 794.93134 386.41202 795.50946Q386.94327 796.0876 387.75577 796.0876Q388.31827 796.0876 388.7089 795.8532Q389.11514 795.61884 389.42764 795.2282L390.0839 795.74384Q389.28702 796.9782 387.69327 796.9782ZM387.55264 791.2907Q386.8964 791.2907 386.44327 791.7751Q386.00577 792.24384 385.91202 793.1032L389.0839 793.1032L389.0839 793.0251Q389.03702 792.19696 388.63077 791.74384Q388.24014 791.2907 387.55264 791.2907ZM392.0839 790.50946L392.11514 791.30634Q392.84952 790.4001 394.0214 790.4001Q396.03702 790.4001 396.05264 792.6657L396.05264 796.8532L394.9589 796.8532L394.9589 792.6501Q394.9589 791.9782 394.6464 791.6501Q394.34952 791.32196 393.69327 791.32196Q393.16202 791.32196 392.75577 791.6032Q392.36514 791.88446 392.1464 792.3376L392.1464 796.8532L391.06827 796.8532L391.06827 790.50946L392.0839 790.50946ZM399.53702 788.9782L399.53702 790.50946L400.7089 790.50946L400.7089 791.3532L399.53702 791.3532L399.53702 795.2751Q399.53702 795.6657 399.69327 795.8532Q399.84952 796.0407 400.22452 796.0407Q400.41202 796.0407 400.74014 795.9782L400.74014 796.8532Q400.31827 796.9782 399.91202 796.9782Q399.19327 796.9782 398.81827 796.5407Q398.44327 796.0876 398.44327 795.2751L398.44327 791.3532L397.28702 791.3532L397.28702 790.50946L398.44327 790.50946L398.44327 788.9782L399.53702 788.9782ZM405.75577 795.1657Q405.75577 794.7282 405.41202 794.49384Q405.0839 794.24384 404.25577 794.07196Q403.44327 793.9001 402.9589 793.6501Q402.47452 793.4001 402.24014 793.07196Q402.0214 792.7282 402.0214 792.25946Q402.0214 791.4782 402.67764 790.94696Q403.3339 790.4001 404.36514 790.4001Q405.44327 790.4001 406.09952 790.9626Q406.7714 791.50946 406.7714 792.36884L405.69327 792.36884Q405.69327 791.93134 405.30264 791.61884Q404.92764 791.2907 404.36514 791.2907Q403.7714 791.2907 403.42764 791.55634Q403.09952 791.80634 403.09952 792.2126Q403.09952 792.6032 403.41202 792.80634Q403.72452 793.00946 404.53702 793.19696Q405.34952 793.36884 405.84952 793.61884Q406.34952 793.86884 406.5839 794.2282Q406.8339 794.5876 406.8339 795.0876Q406.8339 795.94696 406.1464 796.4626Q405.47452 796.9782 404.3964 796.9782Q403.63077 796.9782 403.03702 796.7126Q402.4589 796.43134 402.13077 795.94696Q401.80264 795.4626 401.80264 794.9001L402.88077 794.9001Q402.91202 795.44696 403.31827 795.7751Q403.72452 796.0876 404.3964 796.0876Q405.00577 796.0876 405.38077 795.8376Q405.75577 795.5876 405.75577 795.1657Z" fill-rule="nonzero"/><path fill="#666666" d="M51.203125 100.48287L47.625 100.48287L46.828125 102.71725L45.671875 102.71725L48.921875 94.186L49.90625 94.186L53.171875 102.71725L52.015625 102.71725L51.203125 100.48287ZM47.96875 99.561L50.875 99.561L49.421875 95.57662L47.96875 99.561ZM55.609375 99.3735L55.609375 102.71725L54.484375 102.71725L54.484375 94.186L57.640625 94.186Q59.03125 94.186 59.828125 94.90475Q60.625 95.60787 60.625 96.79537Q60.625 98.02975 59.84375 98.70162Q59.078125 99.3735 57.625 99.3735L55.609375 99.3735ZM55.609375 98.45162L57.640625 98.45162Q58.546875 98.45162 59.015625 98.02975Q59.5 97.60787 59.5 96.811Q59.5 96.04537 59.015625 95.59225Q58.546875 95.1235 57.703125 95.10787L55.609375 95.10787L55.609375 98.45162ZM63.703125 102.71725L62.578125 102.71725L62.578125 94.186L63.703125 94.186L63.703125 102.71725ZM68.53125 103.45162L67.609375 103.45162L71.171875 94.186L72.09375 94.186L68.53125 103.45162ZM79.625 99.26412L77.609375 99.26412L77.609375 102.71725L76.484375 102.71725L76.484375 94.186L79.3125 94.186Q80.75 94.186 81.515625 94.84225Q82.296875 95.4985 82.296875 96.7485Q82.296875 97.54537 81.859375 98.13912Q81.4375 98.73287 80.671875 99.02975L82.671875 102.63912L82.671875 102.71725L81.46875 102.71725L79.625 99.26412ZM77.609375 98.34225L79.34375 98.34225Q80.1875 98.34225 80.671875 97.92037Q81.171875 97.48287 81.171875 96.7485Q81.171875 95.96725 80.703125 95.54537Q80.234375 95.1235 79.34375 95.10787L77.609375 95.10787L77.609375 98.34225ZM84.609375 99.3735L84.609375 102.71725L83.484375 102.71725L83.484375 94.186L86.640625 94.186Q88.03125 94.186 88.828125 94.90475Q89.625 95.60787 89.625 96.79537Q89.625 98.02975 88.84375 98.70162Q88.078125 99.3735 86.625 99.3735L84.609375 99.3735ZM84.609375 98.45162L86.640625 98.45162Q87.546875 98.45162 88.015625 98.02975Q88.5 97.60787 88.5 96.811Q88.5 96.04537 88.015625 95.59225Q87.546875 95.1235 86.703125 95.10787L84.609375 95.10787L84.609375 98.45162ZM97.765625 100.01412Q97.609375 101.35787 96.765625 102.10787Q95.921875 102.84225 94.53125 102.84225Q93.015625 102.84225 92.109375 101.76412Q91.203125 100.67037 91.203125 98.84225L91.203125 98.02975Q91.203125 96.84225 91.625 95.936Q92.046875 95.02975 92.828125 94.54537Q93.609375 94.061 94.625 94.061Q95.984375 94.061 96.796875 94.82662Q97.625 95.59225 97.765625 96.92037L96.640625 96.92037Q96.484375 95.90475 96.0 95.45162Q95.515625 94.9985 94.625 94.9985Q93.546875 94.9985 92.9375 95.79537Q92.328125 96.59225 92.328125 98.061L92.328125 98.88912Q92.328125 100.27975 92.90625 101.10787Q93.484375 101.92037 94.53125 101.92037Q95.46875 101.92037 95.96875 101.4985Q96.46875 101.061 96.640625 100.01412L97.765625 100.01412ZM106.015625 101.02975Q106.015625 100.59225 105.671875 100.35787Q105.34375 100.10787 104.515625 99.936Q103.703125 99.76412 103.21875 99.51412Q102.734375 99.26412 102.5 98.936Q102.28125 98.59225 102.28125 98.1235Q102.28125 97.34225 102.9375 96.811Q103.59375 96.26412 104.625 96.26412Q105.703125 96.26412 106.359375 96.82662Q107.03125 97.3735 107.03125 98.23287L105.953125 98.23287Q105.953125 97.79537 105.5625 97.48287Q105.1875 97.15475 104.625 97.15475Q104.03125 97.15475 103.6875 97.42037Q103.359375 97.67037 103.359375 98.07662Q103.359375 98.46725 103.671875 98.67037Q103.984375 98.8735 104.796875 99.061Q105.609375 99.23287 106.109375 99.48287Q106.609375 99.73287 106.84375 100.09225Q107.09375 100.45162 107.09375 100.95162Q107.09375 101.811 106.40625 102.32662Q105.734375 102.84225 104.65625 102.84225Q103.890625 102.84225 103.296875 102.57662Q102.71875 102.29537 102.390625 101.811Q102.0625 101.32662 102.0625 100.76412L103.140625 100.76412Q103.171875 101.311 103.578125 101.63912Q103.984375 101.95162 104.65625 101.95162Q105.265625 101.95162 105.640625 101.70162Q106.015625 101.45162 106.015625 101.02975ZM110.953125 102.84225Q109.65625 102.84225 108.84375 101.9985Q108.046875 101.13912 108.046875 99.71725L108.046875 99.52975Q108.046875 98.57662 108.40625 97.84225Q108.765625 97.09225 109.40625 96.686Q110.0625 96.26412 110.8125 96.26412Q112.046875 96.26412 112.734375 97.07662Q113.421875 97.88912 113.421875 99.40475L113.421875 99.85787L109.125 99.85787Q109.15625 100.79537 109.671875 101.3735Q110.203125 101.95162 111.015625 101.95162Q111.578125 101.95162 111.96875 101.71725Q112.375 101.48287 112.6875 101.09225L113.34375 101.60787Q112.546875 102.84225 110.953125 102.84225ZM110.8125 97.15475Q110.15625 97.15475 109.703125 97.63912Q109.265625 98.10787 109.171875 98.96725L112.34375 98.96725L112.34375 98.88912Q112.296875 98.061 111.890625 97.60787Q111.5 97.15475 110.8125 97.15475ZM117.390625 97.34225Q117.140625 97.311 116.859375 97.311Q115.78125 97.311 115.40625 98.21725L115.40625 102.71725L114.328125 102.71725L114.328125 96.3735L115.375 96.3735L115.390625 97.10787Q115.921875 96.26412 116.90625 96.26412Q117.21875 96.26412 117.390625 96.34225L117.390625 97.34225ZM120.40625 101.2485L121.984375 96.3735L123.09375 96.3735L120.8125 102.71725L119.984375 102.71725L117.6875 96.3735L118.796875 96.3735L120.40625 101.2485ZM125.5 102.71725L124.421875 102.71725L124.421875 96.3735L125.5 96.3735L125.5 102.71725ZM124.328125 94.70162Q124.328125 94.436 124.484375 94.2485Q124.65625 94.061 124.96875 94.061Q125.28125 94.061 125.4375 94.2485Q125.609375 94.436 125.609375 94.70162Q125.609375 94.95162 125.4375 95.13912Q125.28125 95.311 124.96875 95.311Q124.65625 95.311 124.484375 95.13912Q124.328125 94.95162 124.328125 94.70162ZM129.85938 101.95162Q130.4375 101.95162 130.875 101.60787Q131.3125 101.2485 131.35938 100.71725L132.39062 100.71725Q132.35938 101.26412 132.0 101.76412Q131.65625 102.2485 131.07812 102.54537Q130.51562 102.84225 129.85938 102.84225Q128.5625 102.84225 127.796875 101.98287Q127.046875 101.10787 127.046875 99.60787L127.046875 99.42037Q127.046875 98.4985 127.375 97.77975Q127.71875 97.061 128.34375 96.67037Q128.98438 96.26412 129.85938 96.26412Q130.92188 96.26412 131.625 96.90475Q132.34375 97.52975 132.39062 98.561L131.35938 98.561Q131.3125 97.936 130.89062 97.54537Q130.46875 97.15475 129.85938 97.15475Q129.03125 97.15475 128.57812 97.7485Q128.125 98.34225 128.125 99.46725L128.125 99.67037Q128.125 100.76412 128.57812 101.35787Q129.03125 101.95162 129.85938 101.95162ZM135.95312 102.84225Q134.65625 102.84225 133.84375 101.9985Q133.04688 101.13912 133.04688 99.71725L133.04688 99.52975Q133.04688 98.57662 133.40625 97.84225Q133.76562 97.09225 134.40625 96.686Q135.0625 96.26412 135.8125 96.26412Q137.04688 96.26412 137.73438 97.07662Q138.42188 97.88912 138.42188 99.40475L138.42188 99.85787L134.125 99.85787Q134.15625 100.79537 134.67188 101.3735Q135.20312 101.95162 136.01562 101.95162Q136.57812 101.95162 136.96875 101.71725Q137.375 101.48287 137.6875 101.09225L138.34375 101.60787Q137.54688 102.84225 135.95312 102.84225ZM135.8125 97.15475Q135.15625 97.15475 134.70312 97.63912Q134.26562 98.10787 134.17188 98.96725L137.34375 98.96725L137.34375 98.88912Q137.29688 98.061 136.89062 97.60787Q136.5 97.15475 135.8125 97.15475ZM143.01562 101.02975Q143.01562 100.59225 142.67188 100.35787Q142.34375 100.10787 141.51562 99.936Q140.70312 99.76412 140.21875 99.51412Q139.73438 99.26412 139.5 98.936Q139.28125 98.59225 139.28125 98.1235Q139.28125 97.34225 139.9375 96.811Q140.59375 96.26412 141.625 96.26412Q142.70312 96.26412 143.35938 96.82662Q144.03125 97.3735 144.03125 98.23287L142.95312 98.23287Q142.95312 97.79537 142.5625 97.48287Q142.1875 97.15475 141.625 97.15475Q141.03125 97.15475 140.6875 97.42037Q140.35938 97.67037 140.35938 98.07662Q140.35938 98.46725 140.67188 98.67037Q140.98438 98.8735 141.79688 99.061Q142.60938 99.23287 143.10938 99.48287Q143.60938 99.73287 143.84375 100.09225Q144.09375 100.45162 144.09375 100.95162Q144.09375 101.811 143.40625 102.32662Q142.73438 102.84225 141.65625 102.84225Q140.89062 102.84225 140.29688 102.57662Q139.71875 102.29537 139.39062 101.811Q139.0625 101.32662 139.0625 100.76412L140.14062 100.76412Q140.17188 101.311 140.57812 101.63912Q140.98438 101.95162 141.65625 101.95162Q142.26562 101.95162 142.64062 101.70162Q143.01562 101.45162 143.01562 101.02975Z" fill-rule="nonzero"/><path fill="#666666" d="M29.28125 114.2485Q29.28125 112.936 29.625 111.71725Q29.984375 110.4985 30.6875 109.4985Q31.390625 108.4985 32.15625 108.09225L32.375 108.811Q31.515625 109.46725 30.96875 110.811Q30.421875 112.15475 30.375 113.82662L30.359375 114.32662Q30.359375 116.59225 31.1875 118.2485Q31.6875 119.2485 32.375 119.811L32.15625 120.46725Q31.375 120.04537 30.65625 119.01412Q29.28125 117.02975 29.28125 114.2485ZM36.390625 112.34225Q36.140625 112.311 35.859375 112.311Q34.78125 112.311 34.40625 113.21725L34.40625 117.71725L33.328125 117.71725L33.328125 111.3735L34.375 111.3735L34.390625 112.10787Q34.921875 111.26412 35.90625 111.26412Q36.21875 111.26412 36.390625 111.34225L36.390625 112.34225ZM39.953125 117.84225Q38.65625 117.84225 37.84375 116.9985Q37.046875 116.13912 37.046875 114.71725L37.046875 114.52975Q37.046875 113.57662 37.40625 112.84225Q37.765625 112.09225 38.40625 111.686Q39.0625 111.26412 39.8125 111.26412Q41.046875 111.26412 41.734375 112.07662Q42.421875 112.88912 42.421875 114.40475L42.421875 114.85787L38.125 114.85787Q38.15625 115.79537 38.671875 116.3735Q39.203125 116.95162 40.015625 116.95162Q40.578125 116.95162 40.96875 116.71725Q41.375 116.48287 41.6875 116.09225L42.34375 116.60787Q41.546875 117.84225 39.953125 117.84225ZM39.8125 112.15475Q39.15625 112.15475 38.703125 112.63912Q38.265625 113.10787 38.171875 113.96725L41.34375 113.96725L41.34375 113.88912Q41.296875 113.061 40.890625 112.60787Q40.5 112.15475 39.8125 112.15475ZM44.796875 109.84225L44.796875 111.3735L45.96875 111.3735L45.96875 112.21725L44.796875 112.21725L44.796875 116.13912Q44.796875 116.52975 44.953125 116.71725Q45.109375 116.90475 45.484375 116.90475Q45.671875 116.90475 46.0 116.84225L46.0 117.71725Q45.578125 117.84225 45.171875 117.84225Q44.453125 117.84225 44.078125 117.40475Q43.703125 116.95162 43.703125 116.13912L43.703125 112.21725L42.546875 112.21725L42.546875 111.3735L43.703125 111.3735L43.703125 109.84225L44.796875 109.84225ZM51.234375 117.09225Q50.609375 117.84225 49.375 117.84225Q48.359375 117.84225 47.828125 117.2485Q47.296875 116.65475 47.296875 115.4985L47.296875 111.3735L48.375 111.3735L48.375 115.46725Q48.375 116.92037 49.546875 116.92037Q50.796875 116.92037 51.203125 115.98287L51.203125 111.3735L52.296875 111.3735L52.296875 117.71725L51.265625 117.71725L51.234375 117.09225ZM57.390625 112.34225Q57.140625 112.311 56.859375 112.311Q55.78125 112.311 55.40625 113.21725L55.40625 117.71725L54.328125 117.71725L54.328125 111.3735L55.375 111.3735L55.390625 112.10787Q55.921875 111.26412 56.90625 111.26412Q57.21875 111.26412 57.390625 111.34225L57.390625 112.34225ZM59.34375 111.3735L59.375 112.17037Q60.109375 111.26412 61.28125 111.26412Q63.296875 111.26412 63.3125 113.52975L63.3125 117.71725L62.21875 117.71725L62.21875 113.51412Q62.21875 112.84225 61.90625 112.51412Q61.609375 112.186 60.953125 112.186Q60.421875 112.186 60.015625 112.46725Q59.625 112.7485 59.40625 113.20162L59.40625 117.71725L58.328125 117.71725L58.328125 111.3735L59.34375 111.3735ZM66.5 117.71725L65.421875 117.71725L65.421875 111.3735L66.5 111.3735L66.5 117.71725ZM65.328125 109.70162Q65.328125 109.436 65.484375 109.2485Q65.65625 109.061 65.96875 109.061Q66.28125 109.061 66.4375 109.2485Q66.609375 109.436 66.609375 109.70162Q66.609375 109.95162 66.4375 110.13912Q66.28125 110.311 65.96875 110.311Q65.65625 110.311 65.484375 110.13912Q65.328125 109.95162 65.328125 109.70162ZM69.34375 111.3735L69.375 112.17037Q70.109375 111.26412 71.28125 111.26412Q73.296875 111.26412 73.3125 113.52975L73.3125 117.71725L72.21875 117.71725L72.21875 113.51412Q72.21875 112.84225 71.90625 112.51412Q71.609375 112.186 70.953125 112.186Q70.421875 112.186 70.015625 112.46725Q69.625 112.7485 69.40625 113.20162L69.40625 117.71725L68.328125 117.71725L68.328125 111.3735L69.34375 111.3735ZM75.0625 114.4985Q75.0625 113.01412 75.75 112.13912Q76.4375 111.26412 77.5625 111.26412Q78.71875 111.26412 79.375 112.07662L79.421875 111.3735L80.421875 111.3735L80.421875 117.561Q80.421875 118.79537 79.6875 119.4985Q78.953125 120.21725 77.734375 120.21725Q77.046875 120.21725 76.390625 119.92037Q75.734375 119.6235 75.390625 119.1235L75.953125 118.46725Q76.640625 119.32662 77.65625 119.32662Q78.4375 119.32662 78.875 118.8735Q79.328125 118.436 79.328125 117.6235L79.328125 117.07662Q78.671875 117.84225 77.546875 117.84225Q76.4375 117.84225 75.75 116.95162Q75.0625 116.04537 75.0625 114.4985ZM76.15625 114.6235Q76.15625 115.686 76.59375 116.311Q77.03125 116.92037 77.828125 116.92037Q78.84375 116.92037 79.328125 115.98287L79.328125 113.09225Q78.828125 112.186 77.828125 112.186Q77.046875 112.186 76.59375 112.79537Q76.15625 113.40475 76.15625 114.6235ZM86.34375 111.3735L86.375 112.17037Q87.109375 111.26412 88.28125 111.26412Q90.296875 111.26412 90.3125 113.52975L90.3125 117.71725L89.21875 117.71725L89.21875 113.51412Q89.21875 112.84225 88.90625 112.51412Q88.609375 112.186 87.953125 112.186Q87.421875 112.186 87.015625 112.46725Q86.625 112.7485 86.40625 113.20162L86.40625 117.71725L85.328125 117.71725L85.328125 111.3735L86.34375 111.3735ZM92.03125 114.48287Q92.03125 113.561 92.390625 112.811Q92.765625 112.061 93.421875 111.67037Q94.078125 111.26412 94.90625 111.26412Q96.203125 111.26412 97.0 112.15475Q97.8125 113.04537 97.8125 114.54537L97.8125 114.6235Q97.8125 115.54537 97.453125 116.27975Q97.09375 117.01412 96.4375 117.436Q95.78125 117.84225 94.921875 117.84225Q93.640625 117.84225 92.828125 116.95162Q92.03125 116.04537 92.03125 114.561L92.03125 114.48287ZM93.125 114.6235Q93.125 115.67037 93.609375 116.311Q94.109375 116.95162 94.921875 116.95162Q95.75 116.95162 96.234375 116.311Q96.71875 115.65475 96.71875 114.48287Q96.71875 113.45162 96.21875 112.811Q95.734375 112.15475 94.90625 112.15475Q94.109375 112.15475 93.609375 112.79537Q93.125 113.42037 93.125 114.6235ZM100.34375 111.3735L100.375 112.17037Q101.109375 111.26412 102.28125 111.26412Q104.296875 111.26412 104.3125 113.52975L104.3125 117.71725L103.21875 117.71725L103.21875 113.51412Q103.21875 112.84225 102.90625 112.51412Q102.609375 112.186 101.953125 112.186Q101.421875 112.186 101.015625 112.46725Q100.625 112.7485 100.40625 113.20162L100.40625 117.71725L99.328125 117.71725L99.328125 111.3735L100.34375 111.3735ZM108.578125 114.52975L105.71875 114.52975L105.71875 113.65475L108.578125 113.65475L108.578125 114.52975ZM116.046875 117.71725L114.921875 117.71725L114.921875 113.77975L110.609375 113.77975L110.609375 117.71725L109.484375 117.71725L109.484375 109.186L110.609375 109.186L110.609375 112.85787L114.921875 112.85787L114.921875 109.186L116.046875 109.186L116.046875 117.71725ZM124.390625 110.10787L121.640625 110.10787L121.640625 117.71725L120.53125 117.71725L120.53125 110.10787L117.78125 110.10787L117.78125 109.186L124.390625 109.186L124.390625 110.10787ZM126.9375 109.186L129.73438 116.13912L132.51562 109.186L133.98438 109.186L133.98438 117.71725L132.85938 117.71725L132.85938 114.38912L132.96875 110.811L130.15625 117.71725L129.29688 117.71725L126.5 110.82662L126.609375 114.38912L126.609375 117.71725L125.484375 117.71725L125.484375 109.186L126.9375 109.186ZM136.625 116.79537L140.67188 116.79537L140.67188 117.71725L135.48438 117.71725L135.48438 109.186L136.625 109.186L136.625 116.79537ZM143.82812 114.311Q143.82812 115.6235 143.48438 116.82662Q143.14062 118.01412 142.42188 119.02975Q141.71875 120.04537 140.95312 120.46725L140.71875 119.811Q141.625 119.1235 142.17188 117.67037Q142.71875 116.20162 142.73438 114.436L142.73438 114.2485Q142.73438 113.01412 142.46875 111.95162Q142.21875 110.88912 141.75 110.061Q141.29688 109.21725 140.71875 108.7485L140.95312 108.09225Q141.71875 108.51412 142.42188 109.51412Q143.125 110.51412 143.46875 111.73287Q143.82812 112.936 143.82812 114.311Z" fill-rule="nonzero"/><path fill="#666666" d="M83.203125 154.1595L79.625 154.1595L78.828125 156.39388L77.671875 156.39388L80.921875 147.86263L81.90625 147.86263L85.171875 156.39388L84.015625 156.39388L83.203125 154.1595ZM79.96875 153.23763L82.875 153.23763L81.421875 149.25325L79.96875 153.23763ZM92.390625 151.01888Q92.140625 150.98763 91.859375 150.98763Q90.78125 150.98763 90.40625 151.89388L90.40625 156.39388L89.328125 156.39388L89.328125 150.05013L90.375 150.05013L90.390625 150.7845Q90.921875 149.94075 91.90625 149.94075Q92.21875 149.94075 92.390625 150.01888L92.390625 151.01888ZM97.234375 155.76888Q96.609375 156.51888 95.375 156.51888Q94.359375 156.51888 93.828125 155.92513Q93.296875 155.33138 93.296875 154.17513L93.296875 150.05013L94.375 150.05013L94.375 154.14388Q94.375 155.597 95.546875 155.597Q96.796875 155.597 97.203125 154.6595L97.203125 150.05013L98.296875 150.05013L98.296875 156.39388L97.265625 156.39388L97.234375 155.76888ZM101.34375 150.05013L101.375 150.847Q102.109375 149.94075 103.28125 149.94075Q105.296875 149.94075 105.3125 152.20638L105.3125 156.39388L104.21875 156.39388L104.21875 152.19075Q104.21875 151.51888 103.90625 151.19075Q103.609375 150.86263 102.953125 150.86263Q102.421875 150.86263 102.015625 151.14388Q101.625 151.42513 101.40625 151.87825L101.40625 156.39388L100.328125 156.39388L100.328125 150.05013L101.34375 150.05013ZM108.34375 150.05013L108.375 150.847Q109.109375 149.94075 110.28125 149.94075Q112.296875 149.94075 112.3125 152.20638L112.3125 156.39388L111.21875 156.39388L111.21875 152.19075Q111.21875 151.51888 110.90625 151.19075Q110.609375 150.86263 109.953125 150.86263Q109.421875 150.86263 109.015625 151.14388Q108.625 151.42513 108.40625 151.87825L108.40625 156.39388L107.328125 156.39388L107.328125 150.05013L108.34375 150.05013ZM118.234375 156.39388Q118.140625 156.20638 118.078125 155.722Q117.328125 156.51888 116.28125 156.51888Q115.34375 156.51888 114.734375 155.98763Q114.140625 155.45638 114.140625 154.62825Q114.140625 153.64388 114.890625 153.097Q115.640625 152.55013 117.015625 152.55013L118.0625 152.55013L118.0625 152.05013Q118.0625 151.48763 117.71875 151.1595Q117.390625 150.81575 116.71875 150.81575Q116.140625 150.81575 115.75 151.11263Q115.359375 151.39388 115.359375 151.81575L114.265625 151.81575Q114.265625 151.33138 114.59375 150.89388Q114.9375 150.45638 115.515625 150.20638Q116.09375 149.94075 116.78125 149.94075Q117.890625 149.94075 118.5 150.48763Q119.125 151.0345 119.15625 151.98763L119.15625 154.9095Q119.15625 155.7845 119.375 156.30013L119.375 156.39388L118.234375 156.39388ZM116.4375 155.56575Q116.953125 155.56575 117.40625 155.30013Q117.859375 155.0345 118.0625 154.61263L118.0625 153.31575L117.21875 153.31575Q115.21875 153.31575 115.21875 154.48763Q115.21875 154.98763 115.5625 155.2845Q115.90625 155.56575 116.4375 155.56575ZM126.6875 153.30013Q126.6875 154.75325 126.015625 155.64388Q125.359375 156.51888 124.234375 156.51888Q123.03125 156.51888 122.375 155.6595L122.3125 156.39388L121.328125 156.39388L121.328125 147.39388L122.40625 147.39388L122.40625 150.75325Q123.0625 149.94075 124.21875 149.94075Q125.375 149.94075 126.03125 150.81575Q126.6875 151.67513 126.6875 153.20638L126.6875 153.30013ZM125.609375 153.17513Q125.609375 152.06575 125.171875 151.472Q124.75 150.86263 123.953125 150.86263Q122.875 150.86263 122.40625 151.847L122.40625 154.597Q122.90625 155.597 123.953125 155.597Q124.734375 155.597 125.171875 154.98763Q125.609375 154.37825 125.609375 153.17513ZM129.5 156.39388L128.42188 156.39388L128.42188 147.39388L129.5 147.39388L129.5 156.39388ZM133.95312 156.51888Q132.65625 156.51888 131.84375 155.67513Q131.04688 154.81575 131.04688 153.39388L131.04688 153.20638Q131.04688 152.25325 131.40625 151.51888Q131.76562 150.76888 132.40625 150.36263Q133.0625 149.94075 133.8125 149.94075Q135.04688 149.94075 135.73438 150.75325Q136.42188 151.56575 136.42188 153.08138L136.42188 153.5345L132.125 153.5345Q132.15625 154.472 132.67188 155.05013Q133.20312 155.62825 134.01562 155.62825Q134.57812 155.62825 134.96875 155.39388Q135.375 155.1595 135.6875 154.76888L136.34375 155.2845Q135.54688 156.51888 133.95312 156.51888ZM133.8125 150.83138Q133.15625 150.83138 132.70312 151.31575Q132.26562 151.7845 132.17188 152.64388L135.34375 152.64388L135.34375 152.56575Q135.29688 151.73763 134.89062 151.2845Q134.5 150.83138 133.8125 150.83138ZM140.53125 157.12825L139.60938 157.12825L143.17188 147.86263L144.09375 147.86263L140.53125 157.12825Z" fill-rule="nonzero"/><path fill="#666666" d="M40.5 171.39388L39.421875 171.39388L39.421875 165.05013L40.5 165.05013L40.5 171.39388ZM39.328125 163.37825Q39.328125 163.11263 39.484375 162.92513Q39.65625 162.73763 39.96875 162.73763Q40.28125 162.73763 40.4375 162.92513Q40.609375 163.11263 40.609375 163.37825Q40.609375 163.62825 40.4375 163.81575Q40.28125 163.98763 39.96875 163.98763Q39.65625 163.98763 39.484375 163.81575Q39.328125 163.62825 39.328125 163.37825ZM43.34375 165.05013L43.375 165.847Q44.109375 164.94075 45.28125 164.94075Q47.296875 164.94075 47.3125 167.20638L47.3125 171.39388L46.21875 171.39388L46.21875 167.19075Q46.21875 166.51888 45.90625 166.19075Q45.609375 165.86263 44.953125 165.86263Q44.421875 165.86263 44.015625 166.14388Q43.625 166.42513 43.40625 166.87825L43.40625 171.39388L42.328125 171.39388L42.328125 165.05013L43.34375 165.05013ZM50.796875 163.51888L50.796875 165.05013L51.96875 165.05013L51.96875 165.89388L50.796875 165.89388L50.796875 169.81575Q50.796875 170.20638 50.953125 170.39388Q51.109375 170.58138 51.484375 170.58138Q51.671875 170.58138 52.0 170.51888L52.0 171.39388Q51.578125 171.51888 51.171875 171.51888Q50.453125 171.51888 50.078125 171.08138Q49.703125 170.62825 49.703125 169.81575L49.703125 165.89388L48.546875 165.89388L48.546875 165.05013L49.703125 165.05013L49.703125 163.51888L50.796875 163.51888ZM55.953125 171.51888Q54.65625 171.51888 53.84375 170.67513Q53.046875 169.81575 53.046875 168.39388L53.046875 168.20638Q53.046875 167.25325 53.40625 166.51888Q53.765625 165.76888 54.40625 165.36263Q55.0625 164.94075 55.8125 164.94075Q57.046875 164.94075 57.734375 165.75325Q58.421875 166.56575 58.421875 168.08138L58.421875 168.5345L54.125 168.5345Q54.15625 169.472 54.671875 170.05013Q55.203125 170.62825 56.015625 170.62825Q56.578125 170.62825 56.96875 170.39388Q57.375 170.1595 57.6875 169.76888L58.34375 170.2845Q57.546875 171.51888 55.953125 171.51888ZM55.8125 165.83138Q55.15625 165.83138 54.703125 166.31575Q54.265625 166.7845 54.171875 167.64388L57.34375 167.64388L57.34375 167.56575Q57.296875 166.73763 56.890625 166.2845Q56.5 165.83138 55.8125 165.83138ZM62.390625 166.01888Q62.140625 165.98763 61.859375 165.98763Q60.78125 165.98763 60.40625 166.89388L60.40625 171.39388L59.328125 171.39388L59.328125 165.05013L60.375 165.05013L60.390625 165.7845Q60.921875 164.94075 61.90625 164.94075Q62.21875 164.94075 62.390625 165.01888L62.390625 166.01888ZM67.234375 171.39388Q67.140625 171.20638 67.078125 170.722Q66.328125 171.51888 65.28125 171.51888Q64.34375 171.51888 63.734375 170.98763Q63.140625 170.45638 63.140625 169.62825Q63.140625 168.64388 63.890625 168.097Q64.640625 167.55013 66.015625 167.55013L67.0625 167.55013L67.0625 167.05013Q67.0625 166.48763 66.71875 166.1595Q66.390625 165.81575 65.71875 165.81575Q65.140625 165.81575 64.75 166.11263Q64.359375 166.39388 64.359375 166.81575L63.265625 166.81575Q63.265625 166.33138 63.59375 165.89388Q63.9375 165.45638 64.515625 165.20638Q65.09375 164.94075 65.78125 164.94075Q66.890625 164.94075 67.5 165.48763Q68.125 166.0345 68.15625 166.98763L68.15625 169.9095Q68.15625 170.7845 68.375 171.30013L68.375 171.39388L67.234375 171.39388ZM65.4375 170.56575Q65.953125 170.56575 66.40625 170.30013Q66.859375 170.0345 67.0625 169.61263L67.0625 168.31575L66.21875 168.31575Q64.21875 168.31575 64.21875 169.48763Q64.21875 169.98763 64.5625 170.2845Q64.90625 170.56575 65.4375 170.56575ZM72.859375 170.62825Q73.4375 170.62825 73.875 170.2845Q74.3125 169.92513 74.359375 169.39388L75.390625 169.39388Q75.359375 169.94075 75.0 170.44075Q74.65625 170.92513 74.078125 171.222Q73.515625 171.51888 72.859375 171.51888Q71.5625 171.51888 70.796875 170.6595Q70.046875 169.7845 70.046875 168.2845L70.046875 168.097Q70.046875 167.17513 70.375 166.45638Q70.71875 165.73763 71.34375 165.347Q71.984375 164.94075 72.859375 164.94075Q73.921875 164.94075 74.625 165.58138Q75.34375 166.20638 75.390625 167.23763L74.359375 167.23763Q74.3125 166.61263 73.890625 166.222Q73.46875 165.83138 72.859375 165.83138Q72.03125 165.83138 71.578125 166.42513Q71.125 167.01888 71.125 168.14388L71.125 168.347Q71.125 169.44075 71.578125 170.0345Q72.03125 170.62825 72.859375 170.62825ZM77.796875 163.51888L77.796875 165.05013L78.96875 165.05013L78.96875 165.89388L77.796875 165.89388L77.796875 169.81575Q77.796875 170.20638 77.953125 170.39388Q78.109375 170.58138 78.484375 170.58138Q78.671875 170.58138 79.0 170.51888L79.0 171.39388Q78.578125 171.51888 78.171875 171.51888Q77.453125 171.51888 77.078125 171.08138Q76.703125 170.62825 76.703125 169.81575L76.703125 165.89388L75.546875 165.89388L75.546875 165.05013L76.703125 165.05013L76.703125 163.51888L77.796875 163.51888ZM81.5 171.39388L80.421875 171.39388L80.421875 165.05013L81.5 165.05013L81.5 171.39388ZM80.328125 163.37825Q80.328125 163.11263 80.484375 162.92513Q80.65625 162.73763 80.96875 162.73763Q81.28125 162.73763 81.4375 162.92513Q81.609375 163.11263 81.609375 163.37825Q81.609375 163.62825 81.4375 163.81575Q81.28125 163.98763 80.96875 163.98763Q80.65625 163.98763 80.484375 163.81575Q80.328125 163.62825 80.328125 163.37825ZM85.40625 169.92513L86.984375 165.05013L88.09375 165.05013L85.8125 171.39388L84.984375 171.39388L82.6875 165.05013L83.796875 165.05013L85.40625 169.92513ZM91.953125 171.51888Q90.65625 171.51888 89.84375 170.67513Q89.046875 169.81575 89.046875 168.39388L89.046875 168.20638Q89.046875 167.25325 89.40625 166.51888Q89.765625 165.76888 90.40625 165.36263Q91.0625 164.94075 91.8125 164.94075Q93.046875 164.94075 93.734375 165.75325Q94.421875 166.56575 94.421875 168.08138L94.421875 168.5345L90.125 168.5345Q90.15625 169.472 90.671875 170.05013Q91.203125 170.62825 92.015625 170.62825Q92.578125 170.62825 92.96875 170.39388Q93.375 170.1595 93.6875 169.76888L94.34375 170.2845Q93.546875 171.51888 91.953125 171.51888ZM91.8125 165.83138Q91.15625 165.83138 90.703125 166.31575Q90.265625 166.7845 90.171875 167.64388L93.34375 167.64388L93.34375 167.56575Q93.296875 166.73763 92.890625 166.2845Q92.5 165.83138 91.8125 165.83138ZM103.671875 168.30013Q103.671875 169.73763 103.015625 170.62825Q102.359375 171.51888 101.21875 171.51888Q100.0625 171.51888 99.40625 170.7845L99.40625 173.83138L98.328125 173.83138L98.328125 165.05013L99.3125 165.05013L99.359375 165.75325Q100.03125 164.94075 101.203125 164.94075Q102.34375 164.94075 103.0 165.80013Q103.671875 166.6595 103.671875 168.19075L103.671875 168.30013ZM102.59375 168.17513Q102.59375 167.097 102.125 166.48763Q101.671875 165.86263 100.875 165.86263Q99.890625 165.86263 99.40625 166.722L99.40625 169.75325Q99.890625 170.62825 100.890625 170.62825Q101.671875 170.62825 102.125 170.01888Q102.59375 169.39388 102.59375 168.17513ZM108.390625 166.01888Q108.140625 165.98763 107.859375 165.98763Q106.78125 165.98763 106.40625 166.89388L106.40625 171.39388L105.328125 171.39388L105.328125 165.05013L106.375 165.05013L106.390625 165.7845Q106.921875 164.94075 107.90625 164.94075Q108.21875 164.94075 108.390625 165.01888L108.390625 166.01888ZM109.03125 168.1595Q109.03125 167.23763 109.390625 166.48763Q109.765625 165.73763 110.421875 165.347Q111.078125 164.94075 111.90625 164.94075Q113.203125 164.94075 114.0 165.83138Q114.8125 166.722 114.8125 168.222L114.8125 168.30013Q114.8125 169.222 114.453125 169.95638Q114.09375 170.69075 113.4375 171.11263Q112.78125 171.51888 111.921875 171.51888Q110.640625 171.51888 109.828125 170.62825Q109.03125 169.722 109.03125 168.23763L109.03125 168.1595ZM110.125 168.30013Q110.125 169.347 110.609375 169.98763Q111.109375 170.62825 111.921875 170.62825Q112.75 170.62825 113.234375 169.98763Q113.71875 169.33138 113.71875 168.1595Q113.71875 167.12825 113.21875 166.48763Q112.734375 165.83138 111.90625 165.83138Q111.109375 165.83138 110.609375 166.472Q110.125 167.097 110.125 168.30013ZM116.0625 168.17513Q116.0625 166.69075 116.75 165.81575Q117.4375 164.94075 118.5625 164.94075Q119.71875 164.94075 120.375 165.75325L120.421875 165.05013L121.421875 165.05013L121.421875 171.23763Q121.421875 172.472 120.6875 173.17513Q119.953125 173.89388 118.734375 173.89388Q118.046875 173.89388 117.390625 173.597Q116.734375 173.30013 116.390625 172.80013L116.953125 172.14388Q117.640625 173.00325 118.65625 173.00325Q119.4375 173.00325 119.875 172.55013Q120.328125 172.11263 120.328125 171.30013L120.328125 170.75325Q119.671875 171.51888 118.546875 171.51888Q117.4375 171.51888 116.75 170.62825Q116.0625 169.722 116.0625 168.17513ZM117.15625 168.30013Q117.15625 169.36263 117.59375 169.98763Q118.03125 170.597 118.828125 170.597Q119.84375 170.597 120.328125 169.6595L120.328125 166.76888Q119.828125 165.86263 118.828125 165.86263Q118.046875 165.86263 117.59375 166.472Q117.15625 167.08138 117.15625 168.30013ZM126.390625 166.01888Q126.140625 165.98763 125.859375 165.98763Q124.78125 165.98763 124.40625 166.89388L124.40625 171.39388L123.328125 171.39388L123.328125 165.05013L124.375 165.05013L124.390625 165.7845Q124.921875 164.94075 125.90625 164.94075Q126.21875 164.94075 126.390625 165.01888L126.390625 166.01888ZM131.23438 171.39388Q131.14062 171.20638 131.07812 170.722Q130.32812 171.51888 129.28125 171.51888Q128.34375 171.51888 127.734375 170.98763Q127.140625 170.45638 127.140625 169.62825Q127.140625 168.64388 127.890625 168.097Q128.64062 167.55013 130.01562 167.55013L131.0625 167.55013L131.0625 167.05013Q131.0625 166.48763 130.71875 166.1595Q130.39062 165.81575 129.71875 165.81575Q129.14062 165.81575 128.75 166.11263Q128.35938 166.39388 128.35938 166.81575L127.265625 166.81575Q127.265625 166.33138 127.59375 165.89388Q127.9375 165.45638 128.51562 165.20638Q129.09375 164.94075 129.78125 164.94075Q130.89062 164.94075 131.5 165.48763Q132.125 166.0345 132.15625 166.98763L132.15625 169.9095Q132.15625 170.7845 132.375 171.30013L132.375 171.39388L131.23438 171.39388ZM129.4375 170.56575Q129.95312 170.56575 130.40625 170.30013Q130.85938 170.0345 131.0625 169.61263L131.0625 168.31575L130.21875 168.31575Q128.21875 168.31575 128.21875 169.48763Q128.21875 169.98763 128.5625 170.2845Q128.90625 170.56575 129.4375 170.56575ZM135.34375 165.05013L135.375 165.75325Q136.0625 164.94075 137.25 164.94075Q138.57812 164.94075 139.0625 165.95638Q139.375 165.50325 139.875 165.222Q140.39062 164.94075 141.07812 164.94075Q143.17188 164.94075 143.20312 167.14388L143.20312 171.39388L142.125 171.39388L142.125 167.20638Q142.125 166.5345 141.8125 166.20638Q141.5 165.86263 140.76562 165.86263Q140.15625 165.86263 139.75 166.222Q139.35938 166.58138 139.29688 167.19075L139.29688 171.39388L138.21875 171.39388L138.21875 167.23763Q138.21875 165.86263 136.85938 165.86263Q135.79688 165.86263 135.40625 166.76888L135.40625 171.39388L134.3125 171.39388L134.3125 165.05013L135.34375 165.05013Z" fill-rule="nonzero"/><path fill="#666666" d="M120.28125 182.92513Q120.28125 181.61263 120.625 180.39388Q120.984375 179.17513 121.6875 178.17513Q122.390625 177.17513 123.15625 176.76888L123.375 177.48763Q122.515625 178.14388 121.96875 179.48763Q121.421875 180.83138 121.375 182.50325L121.359375 183.00325Q121.359375 185.26888 122.1875 186.92513Q122.6875 187.92513 123.375 188.48763L123.15625 189.14388Q122.375 188.722 121.65625 187.69075Q120.28125 185.70638 120.28125 182.92513ZM130.76562 183.69075Q130.60938 185.0345 129.76562 185.7845Q128.92188 186.51888 127.53125 186.51888Q126.015625 186.51888 125.109375 185.44075Q124.203125 184.347 124.203125 182.51888L124.203125 181.70638Q124.203125 180.51888 124.625 179.61263Q125.046875 178.70638 125.828125 178.222Q126.609375 177.73763 127.625 177.73763Q128.98438 177.73763 129.79688 178.50325Q130.625 179.26888 130.76562 180.597L129.64062 180.597Q129.48438 179.58138 129.0 179.12825Q128.51562 178.67513 127.625 178.67513Q126.546875 178.67513 125.9375 179.472Q125.328125 180.26888 125.328125 181.73763L125.328125 182.56575Q125.328125 183.95638 125.90625 184.7845Q126.484375 185.597 127.53125 185.597Q128.46875 185.597 128.96875 185.17513Q129.46875 184.73763 129.64062 183.69075L130.76562 183.69075ZM133.625 185.472L137.67188 185.472L137.67188 186.39388L132.48438 186.39388L132.48438 177.86263L133.625 177.86263L133.625 185.472ZM139.70312 186.39388L138.57812 186.39388L138.57812 177.86263L139.70312 177.86263L139.70312 186.39388ZM143.82812 182.98763Q143.82812 184.30013 143.48438 185.50325Q143.14062 186.69075 142.42188 187.70638Q141.71875 188.722 140.95312 189.14388L140.71875 188.48763Q141.625 187.80013 142.17188 186.347Q142.71875 184.87825 142.73438 183.11263L142.73438 182.92513Q142.73438 181.69075 142.46875 180.62825Q142.21875 179.56575 141.75 178.73763Q141.29688 177.89388 140.71875 177.42513L140.95312 176.76888Q141.71875 177.19075 142.42188 178.19075Q143.125 179.19075 143.46875 180.4095Q143.82812 181.61263 143.82812 182.98763Z" fill-rule="nonzero"/><path fill="#666666" d="M86.625 224.1486L90.671875 224.1486L90.671875 225.07048L85.484375 225.07048L85.484375 216.53923L86.625 216.53923L86.625 224.1486ZM92.5 225.07048L91.421875 225.07048L91.421875 218.72673L92.5 218.72673L92.5 225.07048ZM91.328125 217.05486Q91.328125 216.78923 91.484375 216.60173Q91.65625 216.41423 91.96875 216.41423Q92.28125 216.41423 92.4375 216.60173Q92.609375 216.78923 92.609375 217.05486Q92.609375 217.30486 92.4375 217.49236Q92.28125 217.66423 91.96875 217.66423Q91.65625 217.66423 91.484375 217.49236Q91.328125 217.30486 91.328125 217.05486ZM99.6875 221.97673Q99.6875 223.42986 99.015625 224.32048Q98.359375 225.19548 97.234375 225.19548Q96.03125 225.19548 95.375 224.3361L95.3125 225.07048L94.328125 225.07048L94.328125 216.07048L95.40625 216.07048L95.40625 219.42986Q96.0625 218.61736 97.21875 218.61736Q98.375 218.61736 99.03125 219.49236Q99.6875 220.35173 99.6875 221.88298L99.6875 221.97673ZM98.609375 221.85173Q98.609375 220.74236 98.171875 220.1486Q97.75 219.53923 96.953125 219.53923Q95.875 219.53923 95.40625 220.5236L95.40625 223.2736Q95.90625 224.2736 96.953125 224.2736Q97.734375 224.2736 98.171875 223.66423Q98.609375 223.05486 98.609375 221.85173ZM104.390625 219.69548Q104.140625 219.66423 103.859375 219.66423Q102.78125 219.66423 102.40625 220.57048L102.40625 225.07048L101.328125 225.07048L101.328125 218.72673L102.375 218.72673L102.390625 219.4611Q102.921875 218.61736 103.90625 218.61736Q104.21875 218.61736 104.390625 218.69548L104.390625 219.69548ZM109.234375 225.07048Q109.140625 224.88298 109.078125 224.3986Q108.328125 225.19548 107.28125 225.19548Q106.34375 225.19548 105.734375 224.66423Q105.140625 224.13298 105.140625 223.30486Q105.140625 222.32048 105.890625 221.7736Q106.640625 221.22673 108.015625 221.22673L109.0625 221.22673L109.0625 220.72673Q109.0625 220.16423 108.71875 219.8361Q108.390625 219.49236 107.71875 219.49236Q107.140625 219.49236 106.75 219.78923Q106.359375 220.07048 106.359375 220.49236L105.265625 220.49236Q105.265625 220.00798 105.59375 219.57048Q105.9375 219.13298 106.515625 218.88298Q107.09375 218.61736 107.78125 218.61736Q108.890625 218.61736 109.5 219.16423Q110.125 219.7111 110.15625 220.66423L110.15625 223.5861Q110.15625 224.4611 110.375 224.97673L110.375 225.07048L109.234375 225.07048ZM107.4375 224.24236Q107.953125 224.24236 108.40625 223.97673Q108.859375 223.7111 109.0625 223.28923L109.0625 221.99236L108.21875 221.99236Q106.21875 221.99236 106.21875 223.16423Q106.21875 223.66423 106.5625 223.9611Q106.90625 224.24236 107.4375 224.24236ZM115.390625 219.69548Q115.140625 219.66423 114.859375 219.66423Q113.78125 219.66423 113.40625 220.57048L113.40625 225.07048L112.328125 225.07048L112.328125 218.72673L113.375 218.72673L113.390625 219.4611Q113.921875 218.61736 114.90625 218.61736Q115.21875 218.61736 115.390625 218.69548L115.390625 219.69548ZM117.5 225.07048L116.421875 225.07048L116.421875 218.72673L117.5 218.72673L117.5 225.07048ZM116.328125 217.05486Q116.328125 216.78923 116.484375 216.60173Q116.65625 216.41423 116.96875 216.41423Q117.28125 216.41423 117.4375 216.60173Q117.609375 216.78923 117.609375 217.05486Q117.609375 217.30486 117.4375 217.49236Q117.28125 217.66423 116.96875 217.66423Q116.65625 217.66423 116.484375 217.49236Q116.328125 217.30486 116.328125 217.05486ZM121.953125 225.19548Q120.65625 225.19548 119.84375 224.35173Q119.046875 223.49236 119.046875 222.07048L119.046875 221.88298Q119.046875 220.92986 119.40625 220.19548Q119.765625 219.44548 120.40625 219.03923Q121.0625 218.61736 121.8125 218.61736Q123.046875 218.61736 123.734375 219.42986Q124.421875 220.24236 124.421875 221.75798L124.421875 222.2111L120.125 222.2111Q120.15625 223.1486 120.671875 223.72673Q121.203125 224.30486 122.015625 224.30486Q122.578125 224.30486 122.96875 224.07048Q123.375 223.8361 123.6875 223.44548L124.34375 223.9611Q123.546875 225.19548 121.953125 225.19548ZM121.8125 219.50798Q121.15625 219.50798 120.703125 219.99236Q120.265625 220.4611 120.171875 221.32048L123.34375 221.32048L123.34375 221.24236Q123.296875 220.41423 122.890625 219.9611Q122.5 219.50798 121.8125 219.50798ZM129.01562 223.38298Q129.01562 222.94548 128.67188 222.7111Q128.34375 222.4611 127.515625 222.28923Q126.703125 222.11736 126.21875 221.86736Q125.734375 221.61736 125.5 221.28923Q125.28125 220.94548 125.28125 220.47673Q125.28125 219.69548 125.9375 219.16423Q126.59375 218.61736 127.625 218.61736Q128.70312 218.61736 129.35938 219.17986Q130.03125 219.72673 130.03125 220.5861L128.95312 220.5861Q128.95312 220.1486 128.5625 219.8361Q128.1875 219.50798 127.625 219.50798Q127.03125 219.50798 126.6875 219.7736Q126.359375 220.0236 126.359375 220.42986Q126.359375 220.82048 126.671875 221.0236Q126.984375 221.22673 127.796875 221.41423Q128.60938 221.5861 129.10938 221.8361Q129.60938 222.0861 129.84375 222.44548Q130.09375 222.80486 130.09375 223.30486Q130.09375 224.16423 129.40625 224.67986Q128.73438 225.19548 127.65625 225.19548Q126.890625 225.19548 126.296875 224.92986Q125.71875 224.6486 125.390625 224.16423Q125.0625 223.67986 125.0625 223.11736L126.140625 223.11736Q126.171875 223.66423 126.578125 223.99236Q126.984375 224.30486 127.65625 224.30486Q128.26562 224.30486 128.64062 224.05486Q129.01562 223.80486 129.01562 223.38298ZM134.03125 221.8361Q134.03125 220.91423 134.39062 220.16423Q134.76562 219.41423 135.42188 219.0236Q136.07812 218.61736 136.90625 218.61736Q138.20312 218.61736 139.0 219.50798Q139.8125 220.3986 139.8125 221.8986L139.8125 221.97673Q139.8125 222.8986 139.45312 223.63298Q139.09375 224.36736 138.4375 224.78923Q137.78125 225.19548 136.92188 225.19548Q135.64062 225.19548 134.82812 224.30486Q134.03125 223.3986 134.03125 221.91423L134.03125 221.8361ZM135.125 221.97673Q135.125 223.0236 135.60938 223.66423Q136.10938 224.30486 136.92188 224.30486Q137.75 224.30486 138.23438 223.66423Q138.71875 223.00798 138.71875 221.8361Q138.71875 220.80486 138.21875 220.16423Q137.73438 219.50798 136.90625 219.50798Q136.10938 219.50798 135.60938 220.1486Q135.125 220.7736 135.125 221.97673ZM144.39062 219.69548Q144.14062 219.66423 143.85938 219.66423Q142.78125 219.66423 142.40625 220.57048L142.40625 225.07048L141.32812 225.07048L141.32812 218.72673L142.375 218.72673L142.39062 219.4611Q142.92188 218.61736 143.90625 218.61736Q144.21875 218.61736 144.39062 218.69548L144.39062 219.69548Z" fill-rule="nonzero"/><path fill="#666666" d="M81.859375 240.07048L81.859375 234.57048L80.859375 234.57048L80.859375 233.72673L81.859375 233.72673L81.859375 233.0861Q81.859375 232.05486 82.390625 231.50798Q82.9375 230.94548 83.9375 230.94548Q84.3125 230.94548 84.6875 231.03923L84.625 231.92986Q84.34375 231.86736 84.046875 231.86736Q83.515625 231.86736 83.21875 232.17986Q82.9375 232.49236 82.9375 233.05486L82.9375 233.72673L84.296875 233.72673L84.296875 234.57048L82.9375 234.57048L82.9375 240.07048L81.859375 240.07048ZM88.390625 234.69548Q88.140625 234.66423 87.859375 234.66423Q86.78125 234.66423 86.40625 235.57048L86.40625 240.07048L85.328125 240.07048L85.328125 233.72673L86.375 233.72673L86.390625 234.4611Q86.921875 233.61736 87.90625 233.61736Q88.21875 233.61736 88.390625 233.69548L88.390625 234.69548ZM93.234375 240.07048Q93.140625 239.88298 93.078125 239.3986Q92.328125 240.19548 91.28125 240.19548Q90.34375 240.19548 89.734375 239.66423Q89.140625 239.13298 89.140625 238.30486Q89.140625 237.32048 89.890625 236.7736Q90.640625 236.22673 92.015625 236.22673L93.0625 236.22673L93.0625 235.72673Q93.0625 235.16423 92.71875 234.8361Q92.390625 234.49236 91.71875 234.49236Q91.140625 234.49236 90.75 234.78923Q90.359375 235.07048 90.359375 235.49236L89.265625 235.49236Q89.265625 235.00798 89.59375 234.57048Q89.9375 234.13298 90.515625 233.88298Q91.09375 233.61736 91.78125 233.61736Q92.890625 233.61736 93.5 234.16423Q94.125 234.7111 94.15625 235.66423L94.15625 238.5861Q94.15625 239.4611 94.375 239.97673L94.375 240.07048L93.234375 240.07048ZM91.4375 239.24236Q91.953125 239.24236 92.40625 238.97673Q92.859375 238.7111 93.0625 238.28923L93.0625 236.99236L92.21875 236.99236Q90.21875 236.99236 90.21875 238.16423Q90.21875 238.66423 90.5625 238.9611Q90.90625 239.24236 91.4375 239.24236ZM97.34375 233.72673L97.375 234.42986Q98.0625 233.61736 99.25 233.61736Q100.578125 233.61736 101.0625 234.63298Q101.375 234.17986 101.875 233.8986Q102.390625 233.61736 103.078125 233.61736Q105.171875 233.61736 105.203125 235.82048L105.203125 240.07048L104.125 240.07048L104.125 235.88298Q104.125 235.2111 103.8125 234.88298Q103.5 234.53923 102.765625 234.53923Q102.15625 234.53923 101.75 234.8986Q101.359375 235.25798 101.296875 235.86736L101.296875 240.07048L100.21875 240.07048L100.21875 235.91423Q100.21875 234.53923 98.859375 234.53923Q97.796875 234.53923 97.40625 235.44548L97.40625 240.07048L96.3125 240.07048L96.3125 233.72673L97.34375 233.72673ZM109.953125 240.19548Q108.65625 240.19548 107.84375 239.35173Q107.046875 238.49236 107.046875 237.07048L107.046875 236.88298Q107.046875 235.92986 107.40625 235.19548Q107.765625 234.44548 108.40625 234.03923Q109.0625 233.61736 109.8125 233.61736Q111.046875 233.61736 111.734375 234.42986Q112.421875 235.24236 112.421875 236.75798L112.421875 237.2111L108.125 237.2111Q108.15625 238.1486 108.671875 238.72673Q109.203125 239.30486 110.015625 239.30486Q110.578125 239.30486 110.96875 239.07048Q111.375 238.8361 111.6875 238.44548L112.34375 238.9611Q111.546875 240.19548 109.953125 240.19548ZM109.8125 234.50798Q109.15625 234.50798 108.703125 234.99236Q108.265625 235.4611 108.171875 236.32048L111.34375 236.32048L111.34375 236.24236Q111.296875 235.41423 110.890625 234.9611Q110.5 234.50798 109.8125 234.50798ZM118.9375 238.57048L120.15625 233.72673L121.234375 233.72673L119.390625 240.07048L118.515625 240.07048L116.96875 235.25798L115.46875 240.07048L114.59375 240.07048L112.75 233.72673L113.828125 233.72673L115.078125 238.47673L116.5625 233.72673L117.421875 233.72673L118.9375 238.57048ZM122.03125 236.8361Q122.03125 235.91423 122.390625 235.16423Q122.765625 234.41423 123.421875 234.0236Q124.078125 233.61736 124.90625 233.61736Q126.203125 233.61736 127.0 234.50798Q127.8125 235.3986 127.8125 236.8986L127.8125 236.97673Q127.8125 237.8986 127.453125 238.63298Q127.09375 239.36736 126.4375 239.78923Q125.78125 240.19548 124.921875 240.19548Q123.640625 240.19548 122.828125 239.30486Q122.03125 238.3986 122.03125 236.91423L122.03125 236.8361ZM123.125 236.97673Q123.125 238.0236 123.609375 238.66423Q124.109375 239.30486 124.921875 239.30486Q125.75 239.30486 126.234375 238.66423Q126.71875 238.00798 126.71875 236.8361Q126.71875 235.80486 126.21875 235.16423Q125.734375 234.50798 124.90625 234.50798Q124.109375 234.50798 123.609375 235.1486Q123.125 235.7736 123.125 236.97673ZM132.39062 234.69548Q132.14062 234.66423 131.85938 234.66423Q130.78125 234.66423 130.40625 235.57048L130.40625 240.07048L129.32812 240.07048L129.32812 233.72673L130.375 233.72673L130.39062 234.4611Q130.92188 233.61736 131.90625 233.61736Q132.21875 233.61736 132.39062 233.69548L132.39062 234.69548ZM135.09375 237.13298L134.40625 237.8361L134.40625 240.07048L133.32812 240.07048L133.32812 231.07048L134.40625 231.07048L134.40625 236.50798L134.98438 235.82048L136.96875 233.72673L138.28125 233.72673L135.8125 236.38298L138.57812 240.07048L137.29688 240.07048L135.09375 237.13298ZM143.01562 238.38298Q143.01562 237.94548 142.67188 237.7111Q142.34375 237.4611 141.51562 237.28923Q140.70312 237.11736 140.21875 236.86736Q139.73438 236.61736 139.5 236.28923Q139.28125 235.94548 139.28125 235.47673Q139.28125 234.69548 139.9375 234.16423Q140.59375 233.61736 141.625 233.61736Q142.70312 233.61736 143.35938 234.17986Q144.03125 234.72673 144.03125 235.5861L142.95312 235.5861Q142.95312 235.1486 142.5625 234.8361Q142.1875 234.50798 141.625 234.50798Q141.03125 234.50798 140.6875 234.7736Q140.35938 235.0236 140.35938 235.42986Q140.35938 235.82048 140.67188 236.0236Q140.98438 236.22673 141.79688 236.41423Q142.60938 236.5861 143.10938 236.8361Q143.60938 237.0861 143.84375 237.44548Q144.09375 237.80486 144.09375 238.30486Q144.09375 239.16423 143.40625 239.67986Q142.73438 240.19548 141.65625 240.19548Q140.89062 240.19548 140.29688 239.92986Q139.71875 239.6486 139.39062 239.16423Q139.0625 238.67986 139.0625 238.11736L140.14062 238.11736Q140.17188 238.66423 140.57812 238.99236Q140.98438 239.30486 141.65625 239.30486Q142.26562 239.30486 142.64062 239.05486Q143.01562 238.80486 143.01562 238.38298Z" fill-rule="nonzero"/><path fill="#666666" d="M77.328125 283.5596L77.5 284.6846L77.734375 283.66898L79.421875 277.71585L80.375 277.71585L82.015625 283.66898L82.25 284.70023L82.4375 283.54398L83.765625 277.71585L84.890625 277.71585L82.828125 286.2471L81.796875 286.2471L80.03125 280.02835L79.90625 279.3721L79.765625 280.02835L77.953125 286.2471L76.921875 286.2471L74.859375 277.71585L75.984375 277.71585L77.328125 283.5596ZM88.953125 286.3721Q87.65625 286.3721 86.84375 285.52835Q86.046875 284.66898 86.046875 283.2471L86.046875 283.0596Q86.046875 282.10648 86.40625 281.3721Q86.765625 280.6221 87.40625 280.21585Q88.0625 279.79398 88.8125 279.79398Q90.046875 279.79398 90.734375 280.60648Q91.421875 281.41898 91.421875 282.9346L91.421875 283.38773L87.125 283.38773Q87.15625 284.32523 87.671875 284.90335Q88.203125 285.48148 89.015625 285.48148Q89.578125 285.48148 89.96875 285.2471Q90.375 285.01273 90.6875 284.6221L91.34375 285.13773Q90.546875 286.3721 88.953125 286.3721ZM88.8125 280.6846Q88.15625 280.6846 87.703125 281.16898Q87.265625 281.63773 87.171875 282.4971L90.34375 282.4971L90.34375 282.41898Q90.296875 281.59085 89.890625 281.13773Q89.5 280.6846 88.8125 280.6846ZM97.6875 283.15335Q97.6875 284.60648 97.015625 285.4971Q96.359375 286.3721 95.234375 286.3721Q94.03125 286.3721 93.375 285.51273L93.3125 286.2471L92.328125 286.2471L92.328125 277.2471L93.40625 277.2471L93.40625 280.60648Q94.0625 279.79398 95.21875 279.79398Q96.375 279.79398 97.03125 280.66898Q97.6875 281.52835 97.6875 283.0596L97.6875 283.15335ZM96.609375 283.02835Q96.609375 281.91898 96.171875 281.32523Q95.75 280.71585 94.953125 280.71585Q93.875 280.71585 93.40625 281.70023L93.40625 284.45023Q93.90625 285.45023 94.953125 285.45023Q95.734375 285.45023 96.171875 284.84085Q96.609375 284.23148 96.609375 283.02835ZM106.015625 284.5596Q106.015625 284.1221 105.671875 283.88773Q105.34375 283.63773 104.515625 283.46585Q103.703125 283.29398 103.21875 283.04398Q102.734375 282.79398 102.5 282.46585Q102.28125 282.1221 102.28125 281.65335Q102.28125 280.8721 102.9375 280.34085Q103.59375 279.79398 104.625 279.79398Q105.703125 279.79398 106.359375 280.35648Q107.03125 280.90335 107.03125 281.76273L105.953125 281.76273Q105.953125 281.32523 105.5625 281.01273Q105.1875 280.6846 104.625 280.6846Q104.03125 280.6846 103.6875 280.95023Q103.359375 281.20023 103.359375 281.60648Q103.359375 281.9971 103.671875 282.20023Q103.984375 282.40335 104.796875 282.59085Q105.609375 282.76273 106.109375 283.01273Q106.609375 283.26273 106.84375 283.6221Q107.09375 283.98148 107.09375 284.48148Q107.09375 285.34085 106.40625 285.85648Q105.734375 286.3721 104.65625 286.3721Q103.890625 286.3721 103.296875 286.10648Q102.71875 285.82523 102.390625 285.34085Q102.0625 284.85648 102.0625 284.29398L103.140625 284.29398Q103.171875 284.84085 103.578125 285.16898Q103.984375 285.48148 104.65625 285.48148Q105.265625 285.48148 105.640625 285.23148Q106.015625 284.98148 106.015625 284.5596ZM110.953125 286.3721Q109.65625 286.3721 108.84375 285.52835Q108.046875 284.66898 108.046875 283.2471L108.046875 283.0596Q108.046875 282.10648 108.40625 281.3721Q108.765625 280.6221 109.40625 280.21585Q110.0625 279.79398 110.8125 279.79398Q112.046875 279.79398 112.734375 280.60648Q113.421875 281.41898 113.421875 282.9346L113.421875 283.38773L109.125 283.38773Q109.15625 284.32523 109.671875 284.90335Q110.203125 285.48148 111.015625 285.48148Q111.578125 285.48148 111.96875 285.2471Q112.375 285.01273 112.6875 284.6221L113.34375 285.13773Q112.546875 286.3721 110.953125 286.3721ZM110.8125 280.6846Q110.15625 280.6846 109.703125 281.16898Q109.265625 281.63773 109.171875 282.4971L112.34375 282.4971L112.34375 282.41898Q112.296875 281.59085 111.890625 281.13773Q111.5 280.6846 110.8125 280.6846ZM117.390625 280.8721Q117.140625 280.84085 116.859375 280.84085Q115.78125 280.84085 115.40625 281.7471L115.40625 286.2471L114.328125 286.2471L114.328125 279.90335L115.375 279.90335L115.390625 280.63773Q115.921875 279.79398 116.90625 279.79398Q117.21875 279.79398 117.390625 279.8721L117.390625 280.8721ZM120.40625 284.77835L121.984375 279.90335L123.09375 279.90335L120.8125 286.2471L119.984375 286.2471L117.6875 279.90335L118.796875 279.90335L120.40625 284.77835ZM125.5 286.2471L124.421875 286.2471L124.421875 279.90335L125.5 279.90335L125.5 286.2471ZM124.328125 278.23148Q124.328125 277.96585 124.484375 277.77835Q124.65625 277.59085 124.96875 277.59085Q125.28125 277.59085 125.4375 277.77835Q125.609375 277.96585 125.609375 278.23148Q125.609375 278.48148 125.4375 278.66898Q125.28125 278.84085 124.96875 278.84085Q124.65625 278.84085 124.484375 278.66898Q124.328125 278.48148 124.328125 278.23148ZM129.85938 285.48148Q130.4375 285.48148 130.875 285.13773Q131.3125 284.77835 131.35938 284.2471L132.39062 284.2471Q132.35938 284.79398 132.0 285.29398Q131.65625 285.77835 131.07812 286.07523Q130.51562 286.3721 129.85938 286.3721Q128.5625 286.3721 127.796875 285.51273Q127.046875 284.63773 127.046875 283.13773L127.046875 282.95023Q127.046875 282.02835 127.375 281.3096Q127.71875 280.59085 128.34375 280.20023Q128.98438 279.79398 129.85938 279.79398Q130.92188 279.79398 131.625 280.4346Q132.34375 281.0596 132.39062 282.09085L131.35938 282.09085Q131.3125 281.46585 130.89062 281.07523Q130.46875 280.6846 129.85938 280.6846Q129.03125 280.6846 128.57812 281.27835Q128.125 281.8721 128.125 282.9971L128.125 283.20023Q128.125 284.29398 128.57812 284.88773Q129.03125 285.48148 129.85938 285.48148ZM135.95312 286.3721Q134.65625 286.3721 133.84375 285.52835Q133.04688 284.66898 133.04688 283.2471L133.04688 283.0596Q133.04688 282.10648 133.40625 281.3721Q133.76562 280.6221 134.40625 280.21585Q135.0625 279.79398 135.8125 279.79398Q137.04688 279.79398 137.73438 280.60648Q138.42188 281.41898 138.42188 282.9346L138.42188 283.38773L134.125 283.38773Q134.15625 284.32523 134.67188 284.90335Q135.20312 285.48148 136.01562 285.48148Q136.57812 285.48148 136.96875 285.2471Q137.375 285.01273 137.6875 284.6221L138.34375 285.13773Q137.54688 286.3721 135.95312 286.3721ZM135.8125 280.6846Q135.15625 280.6846 134.70312 281.16898Q134.26562 281.63773 134.17188 282.4971L137.34375 282.4971L137.34375 282.41898Q137.29688 281.59085 136.89062 281.13773Q136.5 280.6846 135.8125 280.6846ZM143.01562 284.5596Q143.01562 284.1221 142.67188 283.88773Q142.34375 283.63773 141.51562 283.46585Q140.70312 283.29398 140.21875 283.04398Q139.73438 282.79398 139.5 282.46585Q139.28125 282.1221 139.28125 281.65335Q139.28125 280.8721 139.9375 280.34085Q140.59375 279.79398 141.625 279.79398Q142.70312 279.79398 143.35938 280.35648Q144.03125 280.90335 144.03125 281.76273L142.95312 281.76273Q142.95312 281.32523 142.5625 281.01273Q142.1875 280.6846 141.625 280.6846Q141.03125 280.6846 140.6875 280.95023Q140.35938 281.20023 140.35938 281.60648Q140.35938 281.9971 140.67188 282.20023Q140.98438 282.40335 141.79688 282.59085Q142.60938 282.76273 143.10938 283.01273Q143.60938 283.26273 143.84375 283.6221Q144.09375 283.98148 144.09375 284.48148Q144.09375 285.34085 143.40625 285.85648Q142.73438 286.3721 141.65625 286.3721Q140.89062 286.3721 140.29688 286.10648Q139.71875 285.82523 139.39062 285.34085Q139.0625 284.85648 139.0625 284.29398L140.14062 284.29398Q140.17188 284.84085 140.57812 285.16898Q140.98438 285.48148 141.65625 285.48148Q142.26562 285.48148 142.64062 285.23148Q143.01562 284.98148 143.01562 284.5596Z" fill-rule="nonzero"/><path fill="#666666" d="M53.28125 297.77835Q53.28125 296.46585 53.625 295.2471Q53.984375 294.02835 54.6875 293.02835Q55.390625 292.02835 56.15625 291.6221L56.375 292.34085Q55.515625 292.9971 54.96875 294.34085Q54.421875 295.6846 54.375 297.35648L54.359375 297.85648Q54.359375 300.1221 55.1875 301.77835Q55.6875 302.77835 56.375 303.34085L56.15625 303.9971Q55.375 303.57523 54.65625 302.54398Q53.28125 300.5596 53.28125 297.77835ZM60.390625 295.8721Q60.140625 295.84085 59.859375 295.84085Q58.78125 295.84085 58.40625 296.7471L58.40625 301.2471L57.328125 301.2471L57.328125 294.90335L58.375 294.90335L58.390625 295.63773Q58.921875 294.79398 59.90625 294.79398Q60.21875 294.79398 60.390625 294.8721L60.390625 295.8721ZM63.953125 301.3721Q62.65625 301.3721 61.84375 300.52835Q61.046875 299.66898 61.046875 298.2471L61.046875 298.0596Q61.046875 297.10648 61.40625 296.3721Q61.765625 295.6221 62.40625 295.21585Q63.0625 294.79398 63.8125 294.79398Q65.046875 294.79398 65.734375 295.60648Q66.421875 296.41898 66.421875 297.9346L66.421875 298.38773L62.125 298.38773Q62.15625 299.32523 62.671875 299.90335Q63.203125 300.48148 64.015625 300.48148Q64.578125 300.48148 64.96875 300.2471Q65.375 300.01273 65.6875 299.6221L66.34375 300.13773Q65.546875 301.3721 63.953125 301.3721ZM63.8125 295.6846Q63.15625 295.6846 62.703125 296.16898Q62.265625 296.63773 62.171875 297.4971L65.34375 297.4971L65.34375 297.41898Q65.296875 296.59085 64.890625 296.13773Q64.5 295.6846 63.8125 295.6846ZM68.796875 293.3721L68.796875 294.90335L69.96875 294.90335L69.96875 295.7471L68.796875 295.7471L68.796875 299.66898Q68.796875 300.0596 68.953125 300.2471Q69.109375 300.4346 69.484375 300.4346Q69.671875 300.4346 70.0 300.3721L70.0 301.2471Q69.578125 301.3721 69.171875 301.3721Q68.453125 301.3721 68.078125 300.9346Q67.703125 300.48148 67.703125 299.66898L67.703125 295.7471L66.546875 295.7471L66.546875 294.90335L67.703125 294.90335L67.703125 293.3721L68.796875 293.3721ZM75.234375 300.6221Q74.609375 301.3721 73.375 301.3721Q72.359375 301.3721 71.828125 300.77835Q71.296875 300.1846 71.296875 299.02835L71.296875 294.90335L72.375 294.90335L72.375 298.9971Q72.375 300.45023 73.546875 300.45023Q74.796875 300.45023 75.203125 299.51273L75.203125 294.90335L76.296875 294.90335L76.296875 301.2471L75.265625 301.2471L75.234375 300.6221ZM81.390625 295.8721Q81.140625 295.84085 80.859375 295.84085Q79.78125 295.84085 79.40625 296.7471L79.40625 301.2471L78.328125 301.2471L78.328125 294.90335L79.375 294.90335L79.390625 295.63773Q79.921875 294.79398 80.90625 294.79398Q81.21875 294.79398 81.390625 294.8721L81.390625 295.8721ZM83.34375 294.90335L83.375 295.70023Q84.109375 294.79398 85.28125 294.79398Q87.296875 294.79398 87.3125 297.0596L87.3125 301.2471L86.21875 301.2471L86.21875 297.04398Q86.21875 296.3721 85.90625 296.04398Q85.609375 295.71585 84.953125 295.71585Q84.421875 295.71585 84.015625 295.9971Q83.625 296.27835 83.40625 296.73148L83.40625 301.2471L82.328125 301.2471L82.328125 294.90335L83.34375 294.90335ZM90.5 301.2471L89.421875 301.2471L89.421875 294.90335L90.5 294.90335L90.5 301.2471ZM89.328125 293.23148Q89.328125 292.96585 89.484375 292.77835Q89.65625 292.59085 89.96875 292.59085Q90.28125 292.59085 90.4375 292.77835Q90.609375 292.96585 90.609375 293.23148Q90.609375 293.48148 90.4375 293.66898Q90.28125 293.84085 89.96875 293.84085Q89.65625 293.84085 89.484375 293.66898Q89.328125 293.48148 89.328125 293.23148ZM93.34375 294.90335L93.375 295.70023Q94.109375 294.79398 95.28125 294.79398Q97.296875 294.79398 97.3125 297.0596L97.3125 301.2471L96.21875 301.2471L96.21875 297.04398Q96.21875 296.3721 95.90625 296.04398Q95.609375 295.71585 94.953125 295.71585Q94.421875 295.71585 94.015625 295.9971Q93.625 296.27835 93.40625 296.73148L93.40625 301.2471L92.328125 301.2471L92.328125 294.90335L93.34375 294.90335ZM99.0625 298.02835Q99.0625 296.54398 99.75 295.66898Q100.4375 294.79398 101.5625 294.79398Q102.71875 294.79398 103.375 295.60648L103.421875 294.90335L104.421875 294.90335L104.421875 301.09085Q104.421875 302.32523 103.6875 303.02835Q102.953125 303.7471 101.734375 303.7471Q101.046875 303.7471 100.390625 303.45023Q99.734375 303.15335 99.390625 302.65335L99.953125 301.9971Q100.640625 302.85648 101.65625 302.85648Q102.4375 302.85648 102.875 302.40335Q103.328125 301.96585 103.328125 301.15335L103.328125 300.60648Q102.671875 301.3721 101.546875 301.3721Q100.4375 301.3721 99.75 300.48148Q99.0625 299.57523 99.0625 298.02835ZM100.15625 298.15335Q100.15625 299.21585 100.59375 299.84085Q101.03125 300.45023 101.828125 300.45023Q102.84375 300.45023 103.328125 299.51273L103.328125 296.6221Q102.828125 295.71585 101.828125 295.71585Q101.046875 295.71585 100.59375 296.32523Q100.15625 296.9346 100.15625 298.15335ZM116.046875 301.2471L114.921875 301.2471L114.921875 297.3096L110.609375 297.3096L110.609375 301.2471L109.484375 301.2471L109.484375 292.71585L110.609375 292.71585L110.609375 296.38773L114.921875 296.38773L114.921875 292.71585L116.046875 292.71585L116.046875 301.2471ZM124.390625 293.63773L121.640625 293.63773L121.640625 301.2471L120.53125 301.2471L120.53125 293.63773L117.78125 293.63773L117.78125 292.71585L124.390625 292.71585L124.390625 293.63773ZM126.9375 292.71585L129.73438 299.66898L132.51562 292.71585L133.98438 292.71585L133.98438 301.2471L132.85938 301.2471L132.85938 297.91898L132.96875 294.34085L130.15625 301.2471L129.29688 301.2471L126.5 294.35648L126.609375 297.91898L126.609375 301.2471L125.484375 301.2471L125.484375 292.71585L126.9375 292.71585ZM136.625 300.32523L140.67188 300.32523L140.67188 301.2471L135.48438 301.2471L135.48438 292.71585L136.625 292.71585L136.625 300.32523ZM143.82812 297.84085Q143.82812 299.15335 143.48438 300.35648Q143.14062 301.54398 142.42188 302.5596Q141.71875 303.57523 140.95312 303.9971L140.71875 303.34085Q141.625 302.65335 142.17188 301.20023Q142.71875 299.73148 142.73438 297.96585L142.73438 297.77835Q142.73438 296.54398 142.46875 295.48148Q142.21875 294.41898 141.75 293.59085Q141.29688 292.7471 140.71875 292.27835L140.95312 291.6221Q141.71875 292.04398 142.42188 293.04398Q143.125 294.04398 143.46875 295.26273Q143.82812 296.46585 143.82812 297.84085Z" fill-rule="nonzero"/><path fill="#666666" d="M38.203125 330.18936L34.625 330.18936L33.828125 332.42374L32.671875 332.42374L35.921875 323.8925L36.90625 323.8925L40.171875 332.42374L39.015625 332.42374L38.203125 330.18936ZM34.96875 329.2675L37.875 329.2675L36.421875 325.2831L34.96875 329.2675ZM45.234375 331.79874Q44.609375 332.54874 43.375 332.54874Q42.359375 332.54874 41.828125 331.955Q41.296875 331.36124 41.296875 330.205L41.296875 326.08L42.375 326.08L42.375 330.17374Q42.375 331.62686 43.546875 331.62686Q44.796875 331.62686 45.203125 330.68936L45.203125 326.08L46.296875 326.08L46.296875 332.42374L45.265625 332.42374L45.234375 331.79874ZM49.796875 324.54874L49.796875 326.08L50.96875 326.08L50.96875 326.92374L49.796875 326.92374L49.796875 330.8456Q49.796875 331.23624 49.953125 331.42374Q50.109375 331.61124 50.484375 331.61124Q50.671875 331.61124 51.0 331.54874L51.0 332.42374Q50.578125 332.54874 50.171875 332.54874Q49.453125 332.54874 49.078125 332.11124Q48.703125 331.6581 48.703125 330.8456L48.703125 326.92374L47.546875 326.92374L47.546875 326.08L48.703125 326.08L48.703125 324.54874L49.796875 324.54874ZM52.03125 329.18936Q52.03125 328.2675 52.390625 327.5175Q52.765625 326.7675 53.421875 326.37686Q54.078125 325.9706 54.90625 325.9706Q56.203125 325.9706 57.0 326.86124Q57.8125 327.75186 57.8125 329.25186L57.8125 329.33Q57.8125 330.25186 57.453125 330.98624Q57.09375 331.7206 56.4375 332.1425Q55.78125 332.54874 54.921875 332.54874Q53.640625 332.54874 52.828125 331.6581Q52.03125 330.75186 52.03125 329.2675L52.03125 329.18936ZM53.125 329.33Q53.125 330.37686 53.609375 331.0175Q54.109375 331.6581 54.921875 331.6581Q55.75 331.6581 56.234375 331.0175Q56.71875 330.36124 56.71875 329.18936Q56.71875 328.1581 56.21875 327.5175Q55.734375 326.86124 54.90625 326.86124Q54.109375 326.86124 53.609375 327.50186Q53.125 328.12686 53.125 329.33ZM60.34375 326.08L60.375 326.7831Q61.0625 325.9706 62.25 325.9706Q63.578125 325.9706 64.0625 326.98624Q64.375 326.5331 64.875 326.25186Q65.390625 325.9706 66.078125 325.9706Q68.171875 325.9706 68.203125 328.17374L68.203125 332.42374L67.125 332.42374L67.125 328.23624Q67.125 327.56436 66.8125 327.23624Q66.5 326.8925 65.765625 326.8925Q65.15625 326.8925 64.75 327.25186Q64.359375 327.61124 64.296875 328.2206L64.296875 332.42374L63.21875 332.42374L63.21875 328.2675Q63.21875 326.8925 61.859375 326.8925Q60.796875 326.8925 60.40625 327.79874L60.40625 332.42374L59.3125 332.42374L59.3125 326.08L60.34375 326.08ZM74.234375 332.42374Q74.140625 332.23624 74.078125 331.75186Q73.328125 332.54874 72.28125 332.54874Q71.34375 332.54874 70.734375 332.0175Q70.140625 331.48624 70.140625 330.6581Q70.140625 329.67374 70.890625 329.12686Q71.640625 328.58 73.015625 328.58L74.0625 328.58L74.0625 328.08Q74.0625 327.5175 73.71875 327.18936Q73.390625 326.8456 72.71875 326.8456Q72.140625 326.8456 71.75 327.1425Q71.359375 327.42374 71.359375 327.8456L70.265625 327.8456Q70.265625 327.36124 70.59375 326.92374Q70.9375 326.48624 71.515625 326.23624Q72.09375 325.9706 72.78125 325.9706Q73.890625 325.9706 74.5 326.5175Q75.125 327.06436 75.15625 328.0175L75.15625 330.93936Q75.15625 331.81436 75.375 332.33L75.375 332.42374L74.234375 332.42374ZM72.4375 331.5956Q72.953125 331.5956 73.40625 331.33Q73.859375 331.06436 74.0625 330.6425L74.0625 329.3456L73.21875 329.3456Q71.21875 329.3456 71.21875 330.5175Q71.21875 331.0175 71.5625 331.31436Q71.90625 331.5956 72.4375 331.5956ZM78.796875 324.54874L78.796875 326.08L79.96875 326.08L79.96875 326.92374L78.796875 326.92374L78.796875 330.8456Q78.796875 331.23624 78.953125 331.42374Q79.109375 331.61124 79.484375 331.61124Q79.671875 331.61124 80.0 331.54874L80.0 332.42374Q79.578125 332.54874 79.171875 332.54874Q78.453125 332.54874 78.078125 332.11124Q77.703125 331.6581 77.703125 330.8456L77.703125 326.92374L76.546875 326.92374L76.546875 326.08L77.703125 326.08L77.703125 324.54874L78.796875 324.54874ZM82.5 332.42374L81.421875 332.42374L81.421875 326.08L82.5 326.08L82.5 332.42374ZM81.328125 324.4081Q81.328125 324.1425 81.484375 323.955Q81.65625 323.7675 81.96875 323.7675Q82.28125 323.7675 82.4375 323.955Q82.609375 324.1425 82.609375 324.4081Q82.609375 324.6581 82.4375 324.8456Q82.28125 325.0175 81.96875 325.0175Q81.65625 325.0175 81.484375 324.8456Q81.328125 324.6581 81.328125 324.4081ZM84.03125 329.18936Q84.03125 328.2675 84.390625 327.5175Q84.765625 326.7675 85.421875 326.37686Q86.078125 325.9706 86.90625 325.9706Q88.203125 325.9706 89.0 326.86124Q89.8125 327.75186 89.8125 329.25186L89.8125 329.33Q89.8125 330.25186 89.453125 330.98624Q89.09375 331.7206 88.4375 332.1425Q87.78125 332.54874 86.921875 332.54874Q85.640625 332.54874 84.828125 331.6581Q84.03125 330.75186 84.03125 329.2675L84.03125 329.18936ZM85.125 329.33Q85.125 330.37686 85.609375 331.0175Q86.109375 331.6581 86.921875 331.6581Q87.75 331.6581 88.234375 331.0175Q88.71875 330.36124 88.71875 329.18936Q88.71875 328.1581 88.21875 327.5175Q87.734375 326.86124 86.90625 326.86124Q86.109375 326.86124 85.609375 327.50186Q85.125 328.12686 85.125 329.33ZM92.34375 326.08L92.375 326.87686Q93.109375 325.9706 94.28125 325.9706Q96.296875 325.9706 96.3125 328.23624L96.3125 332.42374L95.21875 332.42374L95.21875 328.2206Q95.21875 327.54874 94.90625 327.2206Q94.609375 326.8925 93.953125 326.8925Q93.421875 326.8925 93.015625 327.17374Q92.625 327.455 92.40625 327.9081L92.40625 332.42374L91.328125 332.42374L91.328125 326.08L92.34375 326.08ZM101.53125 333.1581L100.609375 333.1581L104.171875 323.8925L105.09375 323.8925L101.53125 333.1581ZM113.015625 330.73624Q113.015625 330.29874 112.671875 330.06436Q112.34375 329.81436 111.515625 329.6425Q110.703125 329.4706 110.21875 329.2206Q109.734375 328.9706 109.5 328.6425Q109.28125 328.29874 109.28125 327.83Q109.28125 327.04874 109.9375 326.5175Q110.59375 325.9706 111.625 325.9706Q112.703125 325.9706 113.359375 326.5331Q114.03125 327.08 114.03125 327.93936L112.953125 327.93936Q112.953125 327.50186 112.5625 327.18936Q112.1875 326.86124 111.625 326.86124Q111.03125 326.86124 110.6875 327.12686Q110.359375 327.37686 110.359375 327.7831Q110.359375 328.17374 110.671875 328.37686Q110.984375 328.58 111.796875 328.7675Q112.609375 328.93936 113.109375 329.18936Q113.609375 329.43936 113.84375 329.79874Q114.09375 330.1581 114.09375 330.6581Q114.09375 331.5175 113.40625 332.0331Q112.734375 332.54874 111.65625 332.54874Q110.890625 332.54874 110.296875 332.2831Q109.71875 332.00186 109.390625 331.5175Q109.0625 331.0331 109.0625 330.4706L110.140625 330.4706Q110.171875 331.0175 110.578125 331.3456Q110.984375 331.6581 111.65625 331.6581Q112.265625 331.6581 112.640625 331.4081Q113.015625 331.1581 113.015625 330.73624ZM117.859375 331.6581Q118.4375 331.6581 118.875 331.31436Q119.3125 330.955 119.359375 330.42374L120.390625 330.42374Q120.359375 330.9706 120.0 331.4706Q119.65625 331.955 119.078125 332.25186Q118.515625 332.54874 117.859375 332.54874Q116.5625 332.54874 115.796875 331.68936Q115.046875 330.81436 115.046875 329.31436L115.046875 329.12686Q115.046875 328.205 115.375 327.48624Q115.71875 326.7675 116.34375 326.37686Q116.984375 325.9706 117.859375 325.9706Q118.921875 325.9706 119.625 326.61124Q120.34375 327.23624 120.390625 328.2675L119.359375 328.2675Q119.3125 327.6425 118.890625 327.25186Q118.46875 326.86124 117.859375 326.86124Q117.03125 326.86124 116.578125 327.455Q116.125 328.04874 116.125 329.17374L116.125 329.37686Q116.125 330.4706 116.578125 331.06436Q117.03125 331.6581 117.859375 331.6581ZM124.390625 327.04874Q124.140625 327.0175 123.859375 327.0175Q122.78125 327.0175 122.40625 327.92374L122.40625 332.42374L121.328125 332.42374L121.328125 326.08L122.375 326.08L122.390625 326.81436Q122.921875 325.9706 123.90625 325.9706Q124.21875 325.9706 124.390625 326.04874L124.390625 327.04874ZM126.5 332.42374L125.421875 332.42374L125.421875 326.08L126.5 326.08L126.5 332.42374ZM125.328125 324.4081Q125.328125 324.1425 125.484375 323.955Q125.65625 323.7675 125.96875 323.7675Q126.28125 323.7675 126.4375 323.955Q126.609375 324.1425 126.609375 324.4081Q126.609375 324.6581 126.4375 324.8456Q126.28125 325.0175 125.96875 325.0175Q125.65625 325.0175 125.484375 324.8456Q125.328125 324.6581 125.328125 324.4081ZM133.67188 329.33Q133.67188 330.7675 133.01562 331.6581Q132.35938 332.54874 131.21875 332.54874Q130.0625 332.54874 129.40625 331.81436L129.40625 334.86124L128.32812 334.86124L128.32812 326.08L129.3125 326.08L129.35938 326.7831Q130.03125 325.9706 131.20312 325.9706Q132.34375 325.9706 133.0 326.83Q133.67188 327.68936 133.67188 329.2206L133.67188 329.33ZM132.59375 329.205Q132.59375 328.12686 132.125 327.5175Q131.67188 326.8925 130.875 326.8925Q129.89062 326.8925 129.40625 327.75186L129.40625 330.7831Q129.89062 331.6581 130.89062 331.6581Q131.67188 331.6581 132.125 331.04874Q132.59375 330.42374 132.59375 329.205ZM136.79688 324.54874L136.79688 326.08L137.96875 326.08L137.96875 326.92374L136.79688 326.92374L136.79688 330.8456Q136.79688 331.23624 136.95312 331.42374Q137.10938 331.61124 137.48438 331.61124Q137.67188 331.61124 138.0 331.54874L138.0 332.42374Q137.57812 332.54874 137.17188 332.54874Q136.45312 332.54874 136.07812 332.11124Q135.70312 331.6581 135.70312 330.8456L135.70312 326.92374L134.54688 326.92374L134.54688 326.08L135.70312 326.08L135.70312 324.54874L136.79688 324.54874ZM143.01562 330.73624Q143.01562 330.29874 142.67188 330.06436Q142.34375 329.81436 141.51562 329.6425Q140.70312 329.4706 140.21875 329.2206Q139.73438 328.9706 139.5 328.6425Q139.28125 328.29874 139.28125 327.83Q139.28125 327.04874 139.9375 326.5175Q140.59375 325.9706 141.625 325.9706Q142.70312 325.9706 143.35938 326.5331Q144.03125 327.08 144.03125 327.93936L142.95312 327.93936Q142.95312 327.50186 142.5625 327.18936Q142.1875 326.86124 141.625 326.86124Q141.03125 326.86124 140.6875 327.12686Q140.35938 327.37686 140.35938 327.7831Q140.35938 328.17374 140.67188 328.37686Q140.98438 328.58 141.79688 328.7675Q142.60938 328.93936 143.10938 329.18936Q143.60938 329.43936 143.84375 329.79874Q144.09375 330.1581 144.09375 330.6581Q144.09375 331.5175 143.40625 332.0331Q142.73438 332.54874 141.65625 332.54874Q140.89062 332.54874 140.29688 332.2831Q139.71875 332.00186 139.39062 331.5175Q139.0625 331.0331 139.0625 330.4706L140.14062 330.4706Q140.17188 331.0175 140.57812 331.3456Q140.98438 331.6581 141.65625 331.6581Q142.26562 331.6581 142.64062 331.4081Q143.01562 331.1581 143.01562 330.73624Z" fill-rule="nonzero"/><path fill="#666666" d="M51.28125 343.955Q51.28125 342.6425 51.625 341.42374Q51.984375 340.205 52.6875 339.205Q53.390625 338.205 54.15625 337.79874L54.375 338.5175Q53.515625 339.17374 52.96875 340.5175Q52.421875 341.86124 52.375 343.5331L52.359375 344.0331Q52.359375 346.29874 53.1875 347.955Q53.6875 348.955 54.375 349.5175L54.15625 350.17374Q53.375 349.75186 52.65625 348.7206Q51.28125 346.73624 51.28125 343.955ZM57.953125 347.54874Q56.65625 347.54874 55.84375 346.705Q55.046875 345.8456 55.046875 344.42374L55.046875 344.23624Q55.046875 343.2831 55.40625 342.54874Q55.765625 341.79874 56.40625 341.3925Q57.0625 340.9706 57.8125 340.9706Q59.046875 340.9706 59.734375 341.7831Q60.421875 342.5956 60.421875 344.11124L60.421875 344.56436L56.125 344.56436Q56.15625 345.50186 56.671875 346.08Q57.203125 346.6581 58.015625 346.6581Q58.578125 346.6581 58.96875 346.42374Q59.375 346.18936 59.6875 345.79874L60.34375 346.31436Q59.546875 347.54874 57.953125 347.54874ZM57.8125 341.86124Q57.15625 341.86124 56.703125 342.3456Q56.265625 342.81436 56.171875 343.67374L59.34375 343.67374L59.34375 343.5956Q59.296875 342.7675 58.890625 342.31436Q58.5 341.86124 57.8125 341.86124ZM61.34375 346.86124Q61.34375 346.58 61.5 346.3925Q61.671875 346.205 62.0 346.205Q62.34375 346.205 62.515625 346.3925Q62.6875 346.58 62.6875 346.86124Q62.6875 347.12686 62.515625 347.31436Q62.34375 347.48624 62.0 347.48624Q61.671875 347.48624 61.5 347.31436Q61.34375 347.12686 61.34375 346.86124ZM64.0625 344.205Q64.0625 342.7206 64.75 341.8456Q65.4375 340.9706 66.5625 340.9706Q67.71875 340.9706 68.375 341.7831L68.421875 341.08L69.421875 341.08L69.421875 347.2675Q69.421875 348.50186 68.6875 349.205Q67.953125 349.92374 66.734375 349.92374Q66.046875 349.92374 65.390625 349.62686Q64.734375 349.33 64.390625 348.83L64.953125 348.17374Q65.640625 349.0331 66.65625 349.0331Q67.4375 349.0331 67.875 348.58Q68.328125 348.1425 68.328125 347.33L68.328125 346.7831Q67.671875 347.54874 66.546875 347.54874Q65.4375 347.54874 64.75 346.6581Q64.0625 345.75186 64.0625 344.205ZM65.15625 344.33Q65.15625 345.3925 65.59375 346.0175Q66.03125 346.62686 66.828125 346.62686Q67.84375 346.62686 68.328125 345.68936L68.328125 342.79874Q67.828125 341.8925 66.828125 341.8925Q66.046875 341.8925 65.59375 342.50186Q65.15625 343.11124 65.15625 344.33ZM71.34375 346.86124Q71.34375 346.58 71.5 346.3925Q71.671875 346.205 72.0 346.205Q72.34375 346.205 72.515625 346.3925Q72.6875 346.58 72.6875 346.86124Q72.6875 347.12686 72.515625 347.31436Q72.34375 347.48624 72.0 347.48624Q71.671875 347.48624 71.5 347.31436Q71.34375 347.12686 71.34375 346.86124ZM74.28125 349.12686L73.671875 348.705Q74.21875 347.93936 74.25 347.11124L74.25 346.1425L75.3125 346.1425L75.3125 346.98624Q75.3125 347.58 75.015625 348.17374Q74.71875 348.7675 74.28125 349.12686ZM79.0625 344.205Q79.0625 342.73624 79.75 341.86124Q80.4375 340.9706 81.5625 340.9706Q82.671875 340.9706 83.328125 341.7206L83.328125 338.42374L84.40625 338.42374L84.40625 347.42374L83.40625 347.42374L83.359375 346.73624Q82.703125 347.54874 81.546875 347.54874Q80.453125 347.54874 79.75 346.6425Q79.0625 345.73624 79.0625 344.2831L79.0625 344.205ZM80.140625 344.33Q80.140625 345.4081 80.578125 346.0175Q81.03125 346.62686 81.8125 346.62686Q82.84375 346.62686 83.328125 345.68936L83.328125 342.7831Q82.84375 341.8925 81.828125 341.8925Q81.03125 341.8925 80.578125 342.50186Q80.140625 343.11124 80.140625 344.33ZM88.953125 347.54874Q87.65625 347.54874 86.84375 346.705Q86.046875 345.8456 86.046875 344.42374L86.046875 344.23624Q86.046875 343.2831 86.40625 342.54874Q86.765625 341.79874 87.40625 341.3925Q88.0625 340.9706 88.8125 340.9706Q90.046875 340.9706 90.734375 341.7831Q91.421875 342.5956 91.421875 344.11124L91.421875 344.56436L87.125 344.56436Q87.15625 345.50186 87.671875 346.08Q88.203125 346.6581 89.015625 346.6581Q89.578125 346.6581 89.96875 346.42374Q90.375 346.18936 90.6875 345.79874L91.34375 346.31436Q90.546875 347.54874 88.953125 347.54874ZM88.8125 341.86124Q88.15625 341.86124 87.703125 342.3456Q87.265625 342.81436 87.171875 343.67374L90.34375 343.67374L90.34375 343.5956Q90.296875 342.7675 89.890625 342.31436Q89.5 341.86124 88.8125 341.86124ZM97.671875 344.33Q97.671875 345.7675 97.015625 346.6581Q96.359375 347.54874 95.21875 347.54874Q94.0625 347.54874 93.40625 346.81436L93.40625 349.86124L92.328125 349.86124L92.328125 341.08L93.3125 341.08L93.359375 341.7831Q94.03125 340.9706 95.203125 340.9706Q96.34375 340.9706 97.0 341.83Q97.671875 342.68936 97.671875 344.2206L97.671875 344.33ZM96.59375 344.205Q96.59375 343.12686 96.125 342.5175Q95.671875 341.8925 94.875 341.8925Q93.890625 341.8925 93.40625 342.75186L93.40625 345.7831Q93.890625 346.6581 94.890625 346.6581Q95.671875 346.6581 96.125 346.04874Q96.59375 345.42374 96.59375 344.205ZM100.5 347.42374L99.421875 347.42374L99.421875 338.42374L100.5 338.42374L100.5 347.42374ZM102.03125 344.18936Q102.03125 343.2675 102.390625 342.5175Q102.765625 341.7675 103.421875 341.37686Q104.078125 340.9706 104.90625 340.9706Q106.203125 340.9706 107.0 341.86124Q107.8125 342.75186 107.8125 344.25186L107.8125 344.33Q107.8125 345.25186 107.453125 345.98624Q107.09375 346.7206 106.4375 347.1425Q105.78125 347.54874 104.921875 347.54874Q103.640625 347.54874 102.828125 346.6581Q102.03125 345.75186 102.03125 344.2675L102.03125 344.18936ZM103.125 344.33Q103.125 345.37686 103.609375 346.0175Q104.109375 346.6581 104.921875 346.6581Q105.75 346.6581 106.234375 346.0175Q106.71875 345.36124 106.71875 344.18936Q106.71875 343.1581 106.21875 342.5175Q105.734375 341.86124 104.90625 341.86124Q104.109375 341.86124 103.609375 342.50186Q103.125 343.12686 103.125 344.33ZM111.390625 345.83L112.875 341.08L114.03125 341.08L111.484375 348.4081Q110.890625 349.98624 109.609375 349.98624L109.390625 349.9706L109.0 349.8925L109.0 349.0175L109.28125 349.0331Q109.84375 349.0331 110.140625 348.81436Q110.453125 348.5956 110.65625 348.00186L110.890625 347.3456L108.625 341.08L109.8125 341.08L111.390625 345.83ZM116.34375 341.08L116.375 341.7831Q117.0625 340.9706 118.25 340.9706Q119.578125 340.9706 120.0625 341.98624Q120.375 341.5331 120.875 341.25186Q121.390625 340.9706 122.078125 340.9706Q124.171875 340.9706 124.203125 343.17374L124.203125 347.42374L123.125 347.42374L123.125 343.23624Q123.125 342.56436 122.8125 342.23624Q122.5 341.8925 121.765625 341.8925Q121.15625 341.8925 120.75 342.25186Q120.359375 342.61124 120.296875 343.2206L120.296875 347.42374L119.21875 347.42374L119.21875 343.2675Q119.21875 341.8925 117.859375 341.8925Q116.796875 341.8925 116.40625 342.79874L116.40625 347.42374L115.3125 347.42374L115.3125 341.08L116.34375 341.08ZM128.95312 347.54874Q127.65625 347.54874 126.84375 346.705Q126.046875 345.8456 126.046875 344.42374L126.046875 344.23624Q126.046875 343.2831 126.40625 342.54874Q126.765625 341.79874 127.40625 341.3925Q128.0625 340.9706 128.8125 340.9706Q130.04688 340.9706 130.73438 341.7831Q131.42188 342.5956 131.42188 344.11124L131.42188 344.56436L127.125 344.56436Q127.15625 345.50186 127.671875 346.08Q128.20312 346.6581 129.01562 346.6581Q129.57812 346.6581 129.96875 346.42374Q130.375 346.18936 130.6875 345.79874L131.34375 346.31436Q130.54688 347.54874 128.95312 347.54874ZM128.8125 341.86124Q128.15625 341.86124 127.703125 342.3456Q127.265625 342.81436 127.171875 343.67374L130.34375 343.67374L130.34375 343.5956Q130.29688 342.7675 129.89062 342.31436Q129.5 341.86124 128.8125 341.86124ZM133.34375 341.08L133.375 341.87686Q134.10938 340.9706 135.28125 340.9706Q137.29688 340.9706 137.3125 343.23624L137.3125 347.42374L136.21875 347.42374L136.21875 343.2206Q136.21875 342.54874 135.90625 342.2206Q135.60938 341.8925 134.95312 341.8925Q134.42188 341.8925 134.01562 342.17374Q133.625 342.455 133.40625 342.9081L133.40625 347.42374L132.32812 347.42374L132.32812 341.08L133.34375 341.08ZM140.79688 339.54874L140.79688 341.08L141.96875 341.08L141.96875 341.92374L140.79688 341.92374L140.79688 345.8456Q140.79688 346.23624 140.95312 346.42374Q141.10938 346.61124 141.48438 346.61124Q141.67188 346.61124 142.0 346.54874L142.0 347.42374Q141.57812 347.54874 141.17188 347.54874Q140.45312 347.54874 140.07812 347.11124Q139.70312 346.6581 139.70312 345.8456L139.70312 341.92374L138.54688 341.92374L138.54688 341.08L139.70312 341.08L139.70312 339.54874L140.79688 339.54874ZM143.28125 349.12686L142.67188 348.705Q143.21875 347.93936 143.25 347.11124L143.25 346.1425L144.3125 346.1425L144.3125 346.98624Q144.3125 347.58 144.01562 348.17374Q143.71875 348.7675 143.28125 349.12686Z" fill-rule="nonzero"/><path fill="#666666" d="M74.859375 361.6581Q75.4375 361.6581 75.875 361.31436Q76.3125 360.955 76.359375 360.42374L77.390625 360.42374Q77.359375 360.9706 77.0 361.4706Q76.65625 361.955 76.078125 362.25186Q75.515625 362.54874 74.859375 362.54874Q73.5625 362.54874 72.796875 361.68936Q72.046875 360.81436 72.046875 359.31436L72.046875 359.12686Q72.046875 358.205 72.375 357.48624Q72.71875 356.7675 73.34375 356.37686Q73.984375 355.9706 74.859375 355.9706Q75.921875 355.9706 76.625 356.61124Q77.34375 357.23624 77.390625 358.2675L76.359375 358.2675Q76.3125 357.6425 75.890625 357.25186Q75.46875 356.86124 74.859375 356.86124Q74.03125 356.86124 73.578125 357.455Q73.125 358.04874 73.125 359.17374L73.125 359.37686Q73.125 360.4706 73.578125 361.06436Q74.03125 361.6581 74.859375 361.6581ZM78.03125 359.18936Q78.03125 358.2675 78.390625 357.5175Q78.765625 356.7675 79.421875 356.37686Q80.078125 355.9706 80.90625 355.9706Q82.203125 355.9706 83.0 356.86124Q83.8125 357.75186 83.8125 359.25186L83.8125 359.33Q83.8125 360.25186 83.453125 360.98624Q83.09375 361.7206 82.4375 362.1425Q81.78125 362.54874 80.921875 362.54874Q79.640625 362.54874 78.828125 361.6581Q78.03125 360.75186 78.03125 359.2675L78.03125 359.18936ZM79.125 359.33Q79.125 360.37686 79.609375 361.0175Q80.109375 361.6581 80.921875 361.6581Q81.75 361.6581 82.234375 361.0175Q82.71875 360.36124 82.71875 359.18936Q82.71875 358.1581 82.21875 357.5175Q81.734375 356.86124 80.90625 356.86124Q80.109375 356.86124 79.609375 357.50186Q79.125 358.12686 79.125 359.33ZM86.34375 356.08L86.375 356.87686Q87.109375 355.9706 88.28125 355.9706Q90.296875 355.9706 90.3125 358.23624L90.3125 362.42374L89.21875 362.42374L89.21875 358.2206Q89.21875 357.54874 88.90625 357.2206Q88.609375 356.8925 87.953125 356.8925Q87.421875 356.8925 87.015625 357.17374Q86.625 357.455 86.40625 357.9081L86.40625 362.42374L85.328125 362.42374L85.328125 356.08L86.34375 356.08ZM92.859375 362.42374L92.859375 356.92374L91.859375 356.92374L91.859375 356.08L92.859375 356.08L92.859375 355.43936Q92.859375 354.4081 93.390625 353.86124Q93.9375 353.29874 94.9375 353.29874Q95.3125 353.29874 95.6875 353.3925L95.625 354.2831Q95.34375 354.2206 95.046875 354.2206Q94.515625 354.2206 94.21875 354.5331Q93.9375 354.8456 93.9375 355.4081L93.9375 356.08L95.296875 356.08L95.296875 356.92374L93.9375 356.92374L93.9375 362.42374L92.859375 362.42374ZM97.5 362.42374L96.421875 362.42374L96.421875 356.08L97.5 356.08L97.5 362.42374ZM96.328125 354.4081Q96.328125 354.1425 96.484375 353.955Q96.65625 353.7675 96.96875 353.7675Q97.28125 353.7675 97.4375 353.955Q97.609375 354.1425 97.609375 354.4081Q97.609375 354.6581 97.4375 354.8456Q97.28125 355.0175 96.96875 355.0175Q96.65625 355.0175 96.484375 354.8456Q96.328125 354.6581 96.328125 354.4081ZM99.0625 359.205Q99.0625 357.7206 99.75 356.8456Q100.4375 355.9706 101.5625 355.9706Q102.71875 355.9706 103.375 356.7831L103.421875 356.08L104.421875 356.08L104.421875 362.2675Q104.421875 363.50186 103.6875 364.205Q102.953125 364.92374 101.734375 364.92374Q101.046875 364.92374 100.390625 364.62686Q99.734375 364.33 99.390625 363.83L99.953125 363.17374Q100.640625 364.0331 101.65625 364.0331Q102.4375 364.0331 102.875 363.58Q103.328125 363.1425 103.328125 362.33L103.328125 361.7831Q102.671875 362.54874 101.546875 362.54874Q100.4375 362.54874 99.75 361.6581Q99.0625 360.75186 99.0625 359.205ZM100.15625 359.33Q100.15625 360.3925 100.59375 361.0175Q101.03125 361.62686 101.828125 361.62686Q102.84375 361.62686 103.328125 360.68936L103.328125 357.79874Q102.828125 356.8925 101.828125 356.8925Q101.046875 356.8925 100.59375 357.50186Q100.15625 358.11124 100.15625 359.33ZM110.234375 361.79874Q109.609375 362.54874 108.375 362.54874Q107.359375 362.54874 106.828125 361.955Q106.296875 361.36124 106.296875 360.205L106.296875 356.08L107.375 356.08L107.375 360.17374Q107.375 361.62686 108.546875 361.62686Q109.796875 361.62686 110.203125 360.68936L110.203125 356.08L111.296875 356.08L111.296875 362.42374L110.265625 362.42374L110.234375 361.79874ZM116.390625 357.04874Q116.140625 357.0175 115.859375 357.0175Q114.78125 357.0175 114.40625 357.92374L114.40625 362.42374L113.328125 362.42374L113.328125 356.08L114.375 356.08L114.390625 356.81436Q114.921875 355.9706 115.90625 355.9706Q116.21875 355.9706 116.390625 356.04874L116.390625 357.04874ZM121.234375 362.42374Q121.140625 362.23624 121.078125 361.75186Q120.328125 362.54874 119.28125 362.54874Q118.34375 362.54874 117.734375 362.0175Q117.140625 361.48624 117.140625 360.6581Q117.140625 359.67374 117.890625 359.12686Q118.640625 358.58 120.015625 358.58L121.0625 358.58L121.0625 358.08Q121.0625 357.5175 120.71875 357.18936Q120.390625 356.8456 119.71875 356.8456Q119.140625 356.8456 118.75 357.1425Q118.359375 357.42374 118.359375 357.8456L117.265625 357.8456Q117.265625 357.36124 117.59375 356.92374Q117.9375 356.48624 118.515625 356.23624Q119.09375 355.9706 119.78125 355.9706Q120.890625 355.9706 121.5 356.5175Q122.125 357.06436 122.15625 358.0175L122.15625 360.93936Q122.15625 361.81436 122.375 362.33L122.375 362.42374L121.234375 362.42374ZM119.4375 361.5956Q119.953125 361.5956 120.40625 361.33Q120.859375 361.06436 121.0625 360.6425L121.0625 359.3456L120.21875 359.3456Q118.21875 359.3456 118.21875 360.5175Q118.21875 361.0175 118.5625 361.31436Q118.90625 361.5956 119.4375 361.5956ZM125.796875 354.54874L125.796875 356.08L126.96875 356.08L126.96875 356.92374L125.796875 356.92374L125.796875 360.8456Q125.796875 361.23624 125.953125 361.42374Q126.109375 361.61124 126.484375 361.61124Q126.671875 361.61124 127.0 361.54874L127.0 362.42374Q126.578125 362.54874 126.171875 362.54874Q125.453125 362.54874 125.078125 362.11124Q124.703125 361.6581 124.703125 360.8456L124.703125 356.92374L123.546875 356.92374L123.546875 356.08L124.703125 356.08L124.703125 354.54874L125.796875 354.54874ZM129.5 362.42374L128.42188 362.42374L128.42188 356.08L129.5 356.08L129.5 362.42374ZM128.32812 354.4081Q128.32812 354.1425 128.48438 353.955Q128.65625 353.7675 128.96875 353.7675Q129.28125 353.7675 129.4375 353.955Q129.60938 354.1425 129.60938 354.4081Q129.60938 354.6581 129.4375 354.8456Q129.28125 355.0175 128.96875 355.0175Q128.65625 355.0175 128.48438 354.8456Q128.32812 354.6581 128.32812 354.4081ZM131.03125 359.18936Q131.03125 358.2675 131.39062 357.5175Q131.76562 356.7675 132.42188 356.37686Q133.07812 355.9706 133.90625 355.9706Q135.20312 355.9706 136.0 356.86124Q136.8125 357.75186 136.8125 359.25186L136.8125 359.33Q136.8125 360.25186 136.45312 360.98624Q136.09375 361.7206 135.4375 362.1425Q134.78125 362.54874 133.92188 362.54874Q132.64062 362.54874 131.82812 361.6581Q131.03125 360.75186 131.03125 359.2675L131.03125 359.18936ZM132.125 359.33Q132.125 360.37686 132.60938 361.0175Q133.10938 361.6581 133.92188 361.6581Q134.75 361.6581 135.23438 361.0175Q135.71875 360.36124 135.71875 359.18936Q135.71875 358.1581 135.21875 357.5175Q134.73438 356.86124 133.90625 356.86124Q133.10938 356.86124 132.60938 357.50186Q132.125 358.12686 132.125 359.33ZM139.34375 356.08L139.375 356.87686Q140.10938 355.9706 141.28125 355.9706Q143.29688 355.9706 143.3125 358.23624L143.3125 362.42374L142.21875 362.42374L142.21875 358.2206Q142.21875 357.54874 141.90625 357.2206Q141.60938 356.8925 140.95312 356.8925Q140.42188 356.8925 140.01562 357.17374Q139.625 357.455 139.40625 357.9081L139.40625 362.42374L138.32812 362.42374L138.32812 356.08L139.34375 356.08Z" fill-rule="nonzero"/><path fill="#666666" d="M69.34375 371.08L69.375 371.7831Q70.0625 370.9706 71.25 370.9706Q72.578125 370.9706 73.0625 371.98624Q73.375 371.5331 73.875 371.25186Q74.390625 370.9706 75.078125 370.9706Q77.171875 370.9706 77.203125 373.17374L77.203125 377.42374L76.125 377.42374L76.125 373.23624Q76.125 372.56436 75.8125 372.23624Q75.5 371.8925 74.765625 371.8925Q74.15625 371.8925 73.75 372.25186Q73.359375 372.61124 73.296875 373.2206L73.296875 377.42374L72.21875 377.42374L72.21875 373.2675Q72.21875 371.8925 70.859375 371.8925Q69.796875 371.8925 69.40625 372.79874L69.40625 377.42374L68.3125 377.42374L68.3125 371.08L69.34375 371.08ZM83.234375 377.42374Q83.140625 377.23624 83.078125 376.75186Q82.328125 377.54874 81.28125 377.54874Q80.34375 377.54874 79.734375 377.0175Q79.140625 376.48624 79.140625 375.6581Q79.140625 374.67374 79.890625 374.12686Q80.640625 373.58 82.015625 373.58L83.0625 373.58L83.0625 373.08Q83.0625 372.5175 82.71875 372.18936Q82.390625 371.8456 81.71875 371.8456Q81.140625 371.8456 80.75 372.1425Q80.359375 372.42374 80.359375 372.8456L79.265625 372.8456Q79.265625 372.36124 79.59375 371.92374Q79.9375 371.48624 80.515625 371.23624Q81.09375 370.9706 81.78125 370.9706Q82.890625 370.9706 83.5 371.5175Q84.125 372.06436 84.15625 373.0175L84.15625 375.93936Q84.15625 376.81436 84.375 377.33L84.375 377.42374L83.234375 377.42374ZM81.4375 376.5956Q81.953125 376.5956 82.40625 376.33Q82.859375 376.06436 83.0625 375.6425L83.0625 374.3456L82.21875 374.3456Q80.21875 374.3456 80.21875 375.5175Q80.21875 376.0175 80.5625 376.31436Q80.90625 376.5956 81.4375 376.5956ZM87.34375 371.08L87.375 371.87686Q88.109375 370.9706 89.28125 370.9706Q91.296875 370.9706 91.3125 373.23624L91.3125 377.42374L90.21875 377.42374L90.21875 373.2206Q90.21875 372.54874 89.90625 372.2206Q89.609375 371.8925 88.953125 371.8925Q88.421875 371.8925 88.015625 372.17374Q87.625 372.455 87.40625 372.9081L87.40625 377.42374L86.328125 377.42374L86.328125 371.08L87.34375 371.08ZM97.234375 377.42374Q97.140625 377.23624 97.078125 376.75186Q96.328125 377.54874 95.28125 377.54874Q94.34375 377.54874 93.734375 377.0175Q93.140625 376.48624 93.140625 375.6581Q93.140625 374.67374 93.890625 374.12686Q94.640625 373.58 96.015625 373.58L97.0625 373.58L97.0625 373.08Q97.0625 372.5175 96.71875 372.18936Q96.390625 371.8456 95.71875 371.8456Q95.140625 371.8456 94.75 372.1425Q94.359375 372.42374 94.359375 372.8456L93.265625 372.8456Q93.265625 372.36124 93.59375 371.92374Q93.9375 371.48624 94.515625 371.23624Q95.09375 370.9706 95.78125 370.9706Q96.890625 370.9706 97.5 371.5175Q98.125 372.06436 98.15625 373.0175L98.15625 375.93936Q98.15625 376.81436 98.375 377.33L98.375 377.42374L97.234375 377.42374ZM95.4375 376.5956Q95.953125 376.5956 96.40625 376.33Q96.859375 376.06436 97.0625 375.6425L97.0625 374.3456L96.21875 374.3456Q94.21875 374.3456 94.21875 375.5175Q94.21875 376.0175 94.5625 376.31436Q94.90625 376.5956 95.4375 376.5956ZM100.0625 374.205Q100.0625 372.7206 100.75 371.8456Q101.4375 370.9706 102.5625 370.9706Q103.71875 370.9706 104.375 371.7831L104.421875 371.08L105.421875 371.08L105.421875 377.2675Q105.421875 378.50186 104.6875 379.205Q103.953125 379.92374 102.734375 379.92374Q102.046875 379.92374 101.390625 379.62686Q100.734375 379.33 100.390625 378.83L100.953125 378.17374Q101.640625 379.0331 102.65625 379.0331Q103.4375 379.0331 103.875 378.58Q104.328125 378.1425 104.328125 377.33L104.328125 376.7831Q103.671875 377.54874 102.546875 377.54874Q101.4375 377.54874 100.75 376.6581Q100.0625 375.75186 100.0625 374.205ZM101.15625 374.33Q101.15625 375.3925 101.59375 376.0175Q102.03125 376.62686 102.828125 376.62686Q103.84375 376.62686 104.328125 375.68936L104.328125 372.79874Q103.828125 371.8925 102.828125 371.8925Q102.046875 371.8925 101.59375 372.50186Q101.15625 373.11124 101.15625 374.33ZM109.953125 377.54874Q108.65625 377.54874 107.84375 376.705Q107.046875 375.8456 107.046875 374.42374L107.046875 374.23624Q107.046875 373.2831 107.40625 372.54874Q107.765625 371.79874 108.40625 371.3925Q109.0625 370.9706 109.8125 370.9706Q111.046875 370.9706 111.734375 371.7831Q112.421875 372.5956 112.421875 374.11124L112.421875 374.56436L108.125 374.56436Q108.15625 375.50186 108.671875 376.08Q109.203125 376.6581 110.015625 376.6581Q110.578125 376.6581 110.96875 376.42374Q111.375 376.18936 111.6875 375.79874L112.34375 376.31436Q111.546875 377.54874 109.953125 377.54874ZM109.8125 371.86124Q109.15625 371.86124 108.703125 372.3456Q108.265625 372.81436 108.171875 373.67374L111.34375 373.67374L111.34375 373.5956Q111.296875 372.7675 110.890625 372.31436Q110.5 371.86124 109.8125 371.86124ZM114.34375 371.08L114.375 371.7831Q115.0625 370.9706 116.25 370.9706Q117.578125 370.9706 118.0625 371.98624Q118.375 371.5331 118.875 371.25186Q119.390625 370.9706 120.078125 370.9706Q122.171875 370.9706 122.203125 373.17374L122.203125 377.42374L121.125 377.42374L121.125 373.23624Q121.125 372.56436 120.8125 372.23624Q120.5 371.8925 119.765625 371.8925Q119.15625 371.8925 118.75 372.25186Q118.359375 372.61124 118.296875 373.2206L118.296875 377.42374L117.21875 377.42374L117.21875 373.2675Q117.21875 371.8925 115.859375 371.8925Q114.796875 371.8925 114.40625 372.79874L114.40625 377.42374L113.3125 377.42374L113.3125 371.08L114.34375 371.08ZM126.953125 377.54874Q125.65625 377.54874 124.84375 376.705Q124.046875 375.8456 124.046875 374.42374L124.046875 374.23624Q124.046875 373.2831 124.40625 372.54874Q124.765625 371.79874 125.40625 371.3925Q126.0625 370.9706 126.8125 370.9706Q128.04688 370.9706 128.73438 371.7831Q129.42188 372.5956 129.42188 374.11124L129.42188 374.56436L125.125 374.56436Q125.15625 375.50186 125.671875 376.08Q126.203125 376.6581 127.015625 376.6581Q127.578125 376.6581 127.96875 376.42374Q128.375 376.18936 128.6875 375.79874L129.34375 376.31436Q128.54688 377.54874 126.953125 377.54874ZM126.8125 371.86124Q126.15625 371.86124 125.703125 372.3456Q125.265625 372.81436 125.171875 373.67374L128.34375 373.67374L128.34375 373.5956Q128.29688 372.7675 127.890625 372.31436Q127.5 371.86124 126.8125 371.86124ZM131.34375 371.08L131.375 371.87686Q132.10938 370.9706 133.28125 370.9706Q135.29688 370.9706 135.3125 373.23624L135.3125 377.42374L134.21875 377.42374L134.21875 373.2206Q134.21875 372.54874 133.90625 372.2206Q133.60938 371.8925 132.95312 371.8925Q132.42188 371.8925 132.01562 372.17374Q131.625 372.455 131.40625 372.9081L131.40625 377.42374L130.32812 377.42374L130.32812 371.08L131.34375 371.08ZM138.79688 369.54874L138.79688 371.08L139.96875 371.08L139.96875 371.92374L138.79688 371.92374L138.79688 375.8456Q138.79688 376.23624 138.95312 376.42374Q139.10938 376.61124 139.48438 376.61124Q139.67188 376.61124 140.0 376.54874L140.0 377.42374Q139.57812 377.54874 139.17188 377.54874Q138.45312 377.54874 138.07812 377.11124Q137.70312 376.6581 137.70312 375.8456L137.70312 371.92374L136.54688 371.92374L136.54688 371.08L137.70312 371.08L137.70312 369.54874L138.79688 369.54874ZM143.82812 374.0175Q143.82812 375.33 143.48438 376.5331Q143.14062 377.7206 142.42188 378.73624Q141.71875 379.75186 140.95312 380.17374L140.71875 379.5175Q141.625 378.83 142.17188 377.37686Q142.71875 375.9081 142.73438 374.1425L142.73438 373.955Q142.73438 372.7206 142.46875 371.6581Q142.21875 370.5956 141.75 369.7675Q141.29688 368.92374 140.71875 368.455L140.95312 367.79874Q141.71875 368.2206 142.42188 369.2206Q143.125 370.2206 143.46875 371.43936Q143.82812 372.6425 143.82812 374.0175Z" fill-rule="nonzero"/><path fill="#666666" d="M34.203125 406.36597L30.625 406.36597L29.828125 408.60034L28.671875 408.60034L31.921875 400.0691L32.90625 400.0691L36.171875 408.60034L35.015625 408.60034L34.203125 406.36597ZM30.96875 405.4441L33.875 405.4441L32.421875 401.45972L30.96875 405.4441ZM37.0625 405.3816Q37.0625 403.89722 37.75 403.02222Q38.4375 402.14722 39.5625 402.14722Q40.71875 402.14722 41.375 402.95972L41.421875 402.2566L42.421875 402.2566L42.421875 408.4441Q42.421875 409.67847 41.6875 410.3816Q40.953125 411.10034 39.734375 411.10034Q39.046875 411.10034 38.390625 410.80347Q37.734375 410.5066 37.390625 410.0066L37.953125 409.35034Q38.640625 410.20972 39.65625 410.20972Q40.4375 410.20972 40.875 409.7566Q41.328125 409.3191 41.328125 408.5066L41.328125 407.95972Q40.671875 408.72534 39.546875 408.72534Q38.4375 408.72534 37.75 407.83472Q37.0625 406.92847 37.0625 405.3816ZM38.15625 405.5066Q38.15625 406.5691 38.59375 407.1941Q39.03125 407.80347 39.828125 407.80347Q40.84375 407.80347 41.328125 406.86597L41.328125 403.97534Q40.828125 403.0691 39.828125 403.0691Q39.046875 403.0691 38.59375 403.67847Q38.15625 404.28784 38.15625 405.5066ZM46.953125 408.72534Q45.65625 408.72534 44.84375 407.8816Q44.046875 407.02222 44.046875 405.60034L44.046875 405.41284Q44.046875 404.45972 44.40625 403.72534Q44.765625 402.97534 45.40625 402.5691Q46.0625 402.14722 46.8125 402.14722Q48.046875 402.14722 48.734375 402.95972Q49.421875 403.77222 49.421875 405.28784L49.421875 405.74097L45.125 405.74097Q45.15625 406.67847 45.671875 407.2566Q46.203125 407.83472 47.015625 407.83472Q47.578125 407.83472 47.96875 407.60034Q48.375 407.36597 48.6875 406.97534L49.34375 407.49097Q48.546875 408.72534 46.953125 408.72534ZM46.8125 403.03784Q46.15625 403.03784 45.703125 403.52222Q45.265625 403.99097 45.171875 404.85034L48.34375 404.85034L48.34375 404.77222Q48.296875 403.9441 47.890625 403.49097Q47.5 403.03784 46.8125 403.03784ZM51.34375 402.2566L51.375 403.05347Q52.109375 402.14722 53.28125 402.14722Q55.296875 402.14722 55.3125 404.41284L55.3125 408.60034L54.21875 408.60034L54.21875 404.39722Q54.21875 403.72534 53.90625 403.39722Q53.609375 403.0691 52.953125 403.0691Q52.421875 403.0691 52.015625 403.35034Q51.625 403.6316 51.40625 404.08472L51.40625 408.60034L50.328125 408.60034L50.328125 402.2566L51.34375 402.2566ZM58.796875 400.72534L58.796875 402.2566L59.96875 402.2566L59.96875 403.10034L58.796875 403.10034L58.796875 407.02222Q58.796875 407.41284 58.953125 407.60034Q59.109375 407.78784 59.484375 407.78784Q59.671875 407.78784 60.0 407.72534L60.0 408.60034Q59.578125 408.72534 59.171875 408.72534Q58.453125 408.72534 58.078125 408.28784Q57.703125 407.83472 57.703125 407.02222L57.703125 403.10034L56.546875 403.10034L56.546875 402.2566L57.703125 402.2566L57.703125 400.72534L58.796875 400.72534ZM65.015625 406.91284Q65.015625 406.47534 64.671875 406.24097Q64.34375 405.99097 63.515625 405.8191Q62.703125 405.64722 62.21875 405.39722Q61.734375 405.14722 61.5 404.8191Q61.28125 404.47534 61.28125 404.0066Q61.28125 403.22534 61.9375 402.6941Q62.59375 402.14722 63.625 402.14722Q64.703125 402.14722 65.359375 402.70972Q66.03125 403.2566 66.03125 404.11597L64.953125 404.11597Q64.953125 403.67847 64.5625 403.36597Q64.1875 403.03784 63.625 403.03784Q63.03125 403.03784 62.6875 403.30347Q62.359375 403.55347 62.359375 403.95972Q62.359375 404.35034 62.671875 404.55347Q62.984375 404.7566 63.796875 404.9441Q64.609375 405.11597 65.109375 405.36597Q65.609375 405.61597 65.84375 405.97534Q66.09375 406.33472 66.09375 406.83472Q66.09375 407.6941 65.40625 408.20972Q64.734375 408.72534 63.65625 408.72534Q62.890625 408.72534 62.296875 408.45972Q61.71875 408.17847 61.390625 407.6941Q61.0625 407.20972 61.0625 406.64722L62.140625 406.64722Q62.171875 407.1941 62.578125 407.52222Q62.984375 407.83472 63.65625 407.83472Q64.265625 407.83472 64.640625 407.58472Q65.015625 407.33472 65.015625 406.91284ZM74.234375 408.60034Q74.140625 408.41284 74.078125 407.92847Q73.328125 408.72534 72.28125 408.72534Q71.34375 408.72534 70.734375 408.1941Q70.140625 407.66284 70.140625 406.83472Q70.140625 405.85034 70.890625 405.30347Q71.640625 404.7566 73.015625 404.7566L74.0625 404.7566L74.0625 404.2566Q74.0625 403.6941 73.71875 403.36597Q73.390625 403.02222 72.71875 403.02222Q72.140625 403.02222 71.75 403.3191Q71.359375 403.60034 71.359375 404.02222L70.265625 404.02222Q70.265625 403.53784 70.59375 403.10034Q70.9375 402.66284 71.515625 402.41284Q72.09375 402.14722 72.78125 402.14722Q73.890625 402.14722 74.5 402.6941Q75.125 403.24097 75.15625 404.1941L75.15625 407.11597Q75.15625 407.99097 75.375 408.5066L75.375 408.60034L74.234375 408.60034ZM72.4375 407.77222Q72.953125 407.77222 73.40625 407.5066Q73.859375 407.24097 74.0625 406.8191L74.0625 405.52222L73.21875 405.52222Q71.21875 405.52222 71.21875 406.6941Q71.21875 407.1941 71.5625 407.49097Q71.90625 407.77222 72.4375 407.77222ZM78.34375 402.2566L78.375 403.05347Q79.109375 402.14722 80.28125 402.14722Q82.296875 402.14722 82.3125 404.41284L82.3125 408.60034L81.21875 408.60034L81.21875 404.39722Q81.21875 403.72534 80.90625 403.39722Q80.609375 403.0691 79.953125 403.0691Q79.421875 403.0691 79.015625 403.35034Q78.625 403.6316 78.40625 404.08472L78.40625 408.60034L77.328125 408.60034L77.328125 402.2566L78.34375 402.2566ZM84.0625 405.3816Q84.0625 403.91284 84.75 403.03784Q85.4375 402.14722 86.5625 402.14722Q87.671875 402.14722 88.328125 402.89722L88.328125 399.60034L89.40625 399.60034L89.40625 408.60034L88.40625 408.60034L88.359375 407.91284Q87.703125 408.72534 86.546875 408.72534Q85.453125 408.72534 84.75 407.8191Q84.0625 406.91284 84.0625 405.45972L84.0625 405.3816ZM85.140625 405.5066Q85.140625 406.58472 85.578125 407.1941Q86.03125 407.80347 86.8125 407.80347Q87.84375 407.80347 88.328125 406.86597L88.328125 403.95972Q87.84375 403.0691 86.828125 403.0691Q86.03125 403.0691 85.578125 403.67847Q85.140625 404.28784 85.140625 405.5066ZM94.0625 405.3816Q94.0625 403.91284 94.75 403.03784Q95.4375 402.14722 96.5625 402.14722Q97.671875 402.14722 98.328125 402.89722L98.328125 399.60034L99.40625 399.60034L99.40625 408.60034L98.40625 408.60034L98.359375 407.91284Q97.703125 408.72534 96.546875 408.72534Q95.453125 408.72534 94.75 407.8191Q94.0625 406.91284 94.0625 405.45972L94.0625 405.3816ZM95.140625 405.5066Q95.140625 406.58472 95.578125 407.1941Q96.03125 407.80347 96.8125 407.80347Q97.84375 407.80347 98.328125 406.86597L98.328125 403.95972Q97.84375 403.0691 96.828125 403.0691Q96.03125 403.0691 95.578125 403.67847Q95.140625 404.28784 95.140625 405.5066ZM105.234375 408.60034Q105.140625 408.41284 105.078125 407.92847Q104.328125 408.72534 103.28125 408.72534Q102.34375 408.72534 101.734375 408.1941Q101.140625 407.66284 101.140625 406.83472Q101.140625 405.85034 101.890625 405.30347Q102.640625 404.7566 104.015625 404.7566L105.0625 404.7566L105.0625 404.2566Q105.0625 403.6941 104.71875 403.36597Q104.390625 403.02222 103.71875 403.02222Q103.140625 403.02222 102.75 403.3191Q102.359375 403.60034 102.359375 404.02222L101.265625 404.02222Q101.265625 403.53784 101.59375 403.10034Q101.9375 402.66284 102.515625 402.41284Q103.09375 402.14722 103.78125 402.14722Q104.890625 402.14722 105.5 402.6941Q106.125 403.24097 106.15625 404.1941L106.15625 407.11597Q106.15625 407.99097 106.375 408.5066L106.375 408.60034L105.234375 408.60034ZM103.4375 407.77222Q103.953125 407.77222 104.40625 407.5066Q104.859375 407.24097 105.0625 406.8191L105.0625 405.52222L104.21875 405.52222Q102.21875 405.52222 102.21875 406.6941Q102.21875 407.1941 102.5625 407.49097Q102.90625 407.77222 103.4375 407.77222ZM110.953125 408.72534Q109.65625 408.72534 108.84375 407.8816Q108.046875 407.02222 108.046875 405.60034L108.046875 405.41284Q108.046875 404.45972 108.40625 403.72534Q108.765625 402.97534 109.40625 402.5691Q110.0625 402.14722 110.8125 402.14722Q112.046875 402.14722 112.734375 402.95972Q113.421875 403.77222 113.421875 405.28784L113.421875 405.74097L109.125 405.74097Q109.15625 406.67847 109.671875 407.2566Q110.203125 407.83472 111.015625 407.83472Q111.578125 407.83472 111.96875 407.60034Q112.375 407.36597 112.6875 406.97534L113.34375 407.49097Q112.546875 408.72534 110.953125 408.72534ZM110.8125 403.03784Q110.15625 403.03784 109.703125 403.52222Q109.265625 403.99097 109.171875 404.85034L112.34375 404.85034L112.34375 404.77222Q112.296875 403.9441 111.890625 403.49097Q111.5 403.03784 110.8125 403.03784ZM115.34375 402.2566L115.375 402.95972Q116.0625 402.14722 117.25 402.14722Q118.578125 402.14722 119.0625 403.16284Q119.375 402.70972 119.875 402.42847Q120.390625 402.14722 121.078125 402.14722Q123.171875 402.14722 123.203125 404.35034L123.203125 408.60034L122.125 408.60034L122.125 404.41284Q122.125 403.74097 121.8125 403.41284Q121.5 403.0691 120.765625 403.0691Q120.15625 403.0691 119.75 403.42847Q119.359375 403.78784 119.296875 404.39722L119.296875 408.60034L118.21875 408.60034L118.21875 404.4441Q118.21875 403.0691 116.859375 403.0691Q115.796875 403.0691 115.40625 403.97534L115.40625 408.60034L114.3125 408.60034L114.3125 402.2566L115.34375 402.2566ZM125.03125 405.36597Q125.03125 404.4441 125.390625 403.6941Q125.765625 402.9441 126.421875 402.55347Q127.078125 402.14722 127.90625 402.14722Q129.20312 402.14722 130.0 403.03784Q130.8125 403.92847 130.8125 405.42847L130.8125 405.5066Q130.8125 406.42847 130.45312 407.16284Q130.09375 407.89722 129.4375 408.3191Q128.78125 408.72534 127.921875 408.72534Q126.640625 408.72534 125.828125 407.83472Q125.03125 406.92847 125.03125 405.4441L125.03125 405.36597ZM126.125 405.5066Q126.125 406.55347 126.609375 407.1941Q127.109375 407.83472 127.921875 407.83472Q128.75 407.83472 129.23438 407.1941Q129.71875 406.53784 129.71875 405.36597Q129.71875 404.33472 129.21875 403.6941Q128.73438 403.03784 127.90625 403.03784Q127.109375 403.03784 126.609375 403.67847Q126.125 404.30347 126.125 405.5066ZM133.34375 402.2566L133.375 403.05347Q134.10938 402.14722 135.28125 402.14722Q137.29688 402.14722 137.3125 404.41284L137.3125 408.60034L136.21875 408.60034L136.21875 404.39722Q136.21875 403.72534 135.90625 403.39722Q135.60938 403.0691 134.95312 403.0691Q134.42188 403.0691 134.01562 403.35034Q133.625 403.6316 133.40625 404.08472L133.40625 408.60034L132.32812 408.60034L132.32812 402.2566L133.34375 402.2566ZM143.01562 406.91284Q143.01562 406.47534 142.67188 406.24097Q142.34375 405.99097 141.51562 405.8191Q140.70312 405.64722 140.21875 405.39722Q139.73438 405.14722 139.5 404.8191Q139.28125 404.47534 139.28125 404.0066Q139.28125 403.22534 139.9375 402.6941Q140.59375 402.14722 141.625 402.14722Q142.70312 402.14722 143.35938 402.70972Q144.03125 403.2566 144.03125 404.11597L142.95312 404.11597Q142.95312 403.67847 142.5625 403.36597Q142.1875 403.03784 141.625 403.03784Q141.03125 403.03784 140.6875 403.30347Q140.35938 403.55347 140.35938 403.95972Q140.35938 404.35034 140.67188 404.55347Q140.98438 404.7566 141.79688 404.9441Q142.60938 405.11597 143.10938 405.36597Q143.60938 405.61597 143.84375 405.97534Q144.09375 406.33472 144.09375 406.83472Q144.09375 407.6941 143.40625 408.20972Q142.73438 408.72534 141.65625 408.72534Q140.89062 408.72534 140.29688 408.45972Q139.71875 408.17847 139.39062 407.6941Q139.0625 407.20972 139.0625 406.64722L140.14062 406.64722Q140.17188 407.1941 140.57812 407.52222Q140.98438 407.83472 141.65625 407.83472Q142.26562 407.83472 142.64062 407.58472Q143.01562 407.33472 143.01562 406.91284Z" fill-rule="nonzero"/><path fill="#666666" d="M53.28125 420.1316Q53.28125 418.8191 53.625 417.60034Q53.984375 416.3816 54.6875 415.3816Q55.390625 414.3816 56.15625 413.97534L56.375 414.6941Q55.515625 415.35034 54.96875 416.6941Q54.421875 418.03784 54.375 419.70972L54.359375 420.20972Q54.359375 422.47534 55.1875 424.1316Q55.6875 425.1316 56.375 425.6941L56.15625 426.35034Q55.375 425.92847 54.65625 424.89722Q53.28125 422.91284 53.28125 420.1316ZM59.953125 423.72534Q58.65625 423.72534 57.84375 422.8816Q57.046875 422.02222 57.046875 420.60034L57.046875 420.41284Q57.046875 419.45972 57.40625 418.72534Q57.765625 417.97534 58.40625 417.5691Q59.0625 417.14722 59.8125 417.14722Q61.046875 417.14722 61.734375 417.95972Q62.421875 418.77222 62.421875 420.28784L62.421875 420.74097L58.125 420.74097Q58.15625 421.67847 58.671875 422.2566Q59.203125 422.83472 60.015625 422.83472Q60.578125 422.83472 60.96875 422.60034Q61.375 422.36597 61.6875 421.97534L62.34375 422.49097Q61.546875 423.72534 59.953125 423.72534ZM59.8125 418.03784Q59.15625 418.03784 58.703125 418.52222Q58.265625 418.99097 58.171875 419.85034L61.34375 419.85034L61.34375 419.77222Q61.296875 418.9441 60.890625 418.49097Q60.5 418.03784 59.8125 418.03784ZM63.34375 423.03784Q63.34375 422.7566 63.5 422.5691Q63.671875 422.3816 64.0 422.3816Q64.34375 422.3816 64.515625 422.5691Q64.6875 422.7566 64.6875 423.03784Q64.6875 423.30347 64.515625 423.49097Q64.34375 423.66284 64.0 423.66284Q63.671875 423.66284 63.5 423.49097Q63.34375 423.30347 63.34375 423.03784ZM66.0625 420.3816Q66.0625 418.89722 66.75 418.02222Q67.4375 417.14722 68.5625 417.14722Q69.71875 417.14722 70.375 417.95972L70.421875 417.2566L71.421875 417.2566L71.421875 423.4441Q71.421875 424.67847 70.6875 425.3816Q69.953125 426.10034 68.734375 426.10034Q68.046875 426.10034 67.390625 425.80347Q66.734375 425.5066 66.390625 425.0066L66.953125 424.35034Q67.640625 425.20972 68.65625 425.20972Q69.4375 425.20972 69.875 424.7566Q70.328125 424.3191 70.328125 423.5066L70.328125 422.95972Q69.671875 423.72534 68.546875 423.72534Q67.4375 423.72534 66.75 422.83472Q66.0625 421.92847 66.0625 420.3816ZM67.15625 420.5066Q67.15625 421.5691 67.59375 422.1941Q68.03125 422.80347 68.828125 422.80347Q69.84375 422.80347 70.328125 421.86597L70.328125 418.97534Q69.828125 418.0691 68.828125 418.0691Q68.046875 418.0691 67.59375 418.67847Q67.15625 419.28784 67.15625 420.5066ZM73.34375 423.03784Q73.34375 422.7566 73.5 422.5691Q73.671875 422.3816 74.0 422.3816Q74.34375 422.3816 74.515625 422.5691Q74.6875 422.7566 74.6875 423.03784Q74.6875 423.30347 74.515625 423.49097Q74.34375 423.66284 74.0 423.66284Q73.671875 423.66284 73.5 423.49097Q73.34375 423.30347 73.34375 423.03784ZM76.28125 425.30347L75.671875 424.8816Q76.21875 424.11597 76.25 423.28784L76.25 422.3191L77.3125 422.3191L77.3125 423.16284Q77.3125 423.7566 77.015625 424.35034Q76.71875 424.9441 76.28125 425.30347ZM82.34375 417.2566L82.375 417.95972Q83.0625 417.14722 84.25 417.14722Q85.578125 417.14722 86.0625 418.16284Q86.375 417.70972 86.875 417.42847Q87.390625 417.14722 88.078125 417.14722Q90.171875 417.14722 90.203125 419.35034L90.203125 423.60034L89.125 423.60034L89.125 419.41284Q89.125 418.74097 88.8125 418.41284Q88.5 418.0691 87.765625 418.0691Q87.15625 418.0691 86.75 418.42847Q86.359375 418.78784 86.296875 419.39722L86.296875 423.60034L85.21875 423.60034L85.21875 419.4441Q85.21875 418.0691 83.859375 418.0691Q82.796875 418.0691 82.40625 418.97534L82.40625 423.60034L81.3125 423.60034L81.3125 417.2566L82.34375 417.2566ZM92.03125 420.36597Q92.03125 419.4441 92.390625 418.6941Q92.765625 417.9441 93.421875 417.55347Q94.078125 417.14722 94.90625 417.14722Q96.203125 417.14722 97.0 418.03784Q97.8125 418.92847 97.8125 420.42847L97.8125 420.5066Q97.8125 421.42847 97.453125 422.16284Q97.09375 422.89722 96.4375 423.3191Q95.78125 423.72534 94.921875 423.72534Q93.640625 423.72534 92.828125 422.83472Q92.03125 421.92847 92.03125 420.4441L92.03125 420.36597ZM93.125 420.5066Q93.125 421.55347 93.609375 422.1941Q94.109375 422.83472 94.921875 422.83472Q95.75 422.83472 96.234375 422.1941Q96.71875 421.53784 96.71875 420.36597Q96.71875 419.33472 96.21875 418.6941Q95.734375 418.03784 94.90625 418.03784Q94.109375 418.03784 93.609375 418.67847Q93.125 419.30347 93.125 420.5066ZM100.34375 417.2566L100.375 418.05347Q101.109375 417.14722 102.28125 417.14722Q104.296875 417.14722 104.3125 419.41284L104.3125 423.60034L103.21875 423.60034L103.21875 419.39722Q103.21875 418.72534 102.90625 418.39722Q102.609375 418.0691 101.953125 418.0691Q101.421875 418.0691 101.015625 418.35034Q100.625 418.6316 100.40625 419.08472L100.40625 423.60034L99.328125 423.60034L99.328125 417.2566L100.34375 417.2566ZM107.5 423.60034L106.421875 423.60034L106.421875 417.2566L107.5 417.2566L107.5 423.60034ZM106.328125 415.58472Q106.328125 415.3191 106.484375 415.1316Q106.65625 414.9441 106.96875 414.9441Q107.28125 414.9441 107.4375 415.1316Q107.609375 415.3191 107.609375 415.58472Q107.609375 415.83472 107.4375 416.02222Q107.28125 416.1941 106.96875 416.1941Q106.65625 416.1941 106.484375 416.02222Q106.328125 415.83472 106.328125 415.58472ZM110.796875 415.72534L110.796875 417.2566L111.96875 417.2566L111.96875 418.10034L110.796875 418.10034L110.796875 422.02222Q110.796875 422.41284 110.953125 422.60034Q111.109375 422.78784 111.484375 422.78784Q111.671875 422.78784 112.0 422.72534L112.0 423.60034Q111.578125 423.72534 111.171875 423.72534Q110.453125 423.72534 110.078125 423.28784Q109.703125 422.83472 109.703125 422.02222L109.703125 418.10034L108.546875 418.10034L108.546875 417.2566L109.703125 417.2566L109.703125 415.72534L110.796875 415.72534ZM113.03125 420.36597Q113.03125 419.4441 113.390625 418.6941Q113.765625 417.9441 114.421875 417.55347Q115.078125 417.14722 115.90625 417.14722Q117.203125 417.14722 118.0 418.03784Q118.8125 418.92847 118.8125 420.42847L118.8125 420.5066Q118.8125 421.42847 118.453125 422.16284Q118.09375 422.89722 117.4375 423.3191Q116.78125 423.72534 115.921875 423.72534Q114.640625 423.72534 113.828125 422.83472Q113.03125 421.92847 113.03125 420.4441L113.03125 420.36597ZM114.125 420.5066Q114.125 421.55347 114.609375 422.1941Q115.109375 422.83472 115.921875 422.83472Q116.75 422.83472 117.234375 422.1941Q117.71875 421.53784 117.71875 420.36597Q117.71875 419.33472 117.21875 418.6941Q116.734375 418.03784 115.90625 418.03784Q115.109375 418.03784 114.609375 418.67847Q114.125 419.30347 114.125 420.5066ZM123.390625 418.22534Q123.140625 418.1941 122.859375 418.1941Q121.78125 418.1941 121.40625 419.10034L121.40625 423.60034L120.328125 423.60034L120.328125 417.2566L121.375 417.2566L121.390625 417.99097Q121.921875 417.14722 122.90625 417.14722Q123.21875 417.14722 123.390625 417.22534L123.390625 418.22534ZM125.5 423.60034L124.421875 423.60034L124.421875 417.2566L125.5 417.2566L125.5 423.60034ZM124.328125 415.58472Q124.328125 415.3191 124.484375 415.1316Q124.65625 414.9441 124.96875 414.9441Q125.28125 414.9441 125.4375 415.1316Q125.609375 415.3191 125.609375 415.58472Q125.609375 415.83472 125.4375 416.02222Q125.28125 416.1941 124.96875 416.1941Q124.65625 416.1941 124.484375 416.02222Q124.328125 415.83472 124.328125 415.58472ZM128.34375 417.2566L128.375 418.05347Q129.10938 417.14722 130.28125 417.14722Q132.29688 417.14722 132.3125 419.41284L132.3125 423.60034L131.21875 423.60034L131.21875 419.39722Q131.21875 418.72534 130.90625 418.39722Q130.60938 418.0691 129.95312 418.0691Q129.42188 418.0691 129.01562 418.35034Q128.625 418.6316 128.40625 419.08472L128.40625 423.60034L127.328125 423.60034L127.328125 417.2566L128.34375 417.2566ZM134.0625 420.3816Q134.0625 418.89722 134.75 418.02222Q135.4375 417.14722 136.5625 417.14722Q137.71875 417.14722 138.375 417.95972L138.42188 417.2566L139.42188 417.2566L139.42188 423.4441Q139.42188 424.67847 138.6875 425.3816Q137.95312 426.10034 136.73438 426.10034Q136.04688 426.10034 135.39062 425.80347Q134.73438 425.5066 134.39062 425.0066L134.95312 424.35034Q135.64062 425.20972 136.65625 425.20972Q137.4375 425.20972 137.875 424.7566Q138.32812 424.3191 138.32812 423.5066L138.32812 422.95972Q137.67188 423.72534 136.54688 423.72534Q135.4375 423.72534 134.75 422.83472Q134.0625 421.92847 134.0625 420.3816ZM135.15625 420.5066Q135.15625 421.5691 135.59375 422.1941Q136.03125 422.80347 136.82812 422.80347Q137.84375 422.80347 138.32812 421.86597L138.32812 418.97534Q137.82812 418.0691 136.82812 418.0691Q136.04688 418.0691 135.59375 418.67847Q135.15625 419.28784 135.15625 420.5066ZM143.82812 420.1941Q143.82812 421.5066 143.48438 422.70972Q143.14062 423.89722 142.42188 424.91284Q141.71875 425.92847 140.95312 426.35034L140.71875 425.6941Q141.625 425.0066 142.17188 423.55347Q142.71875 422.08472 142.73438 420.3191L142.73438 420.1316Q142.73438 418.89722 142.46875 417.83472Q142.21875 416.77222 141.75 415.9441Q141.29688 415.10034 140.71875 414.6316L140.95312 413.97534Q141.71875 414.39722 142.42188 415.39722Q143.125 416.39722 143.46875 417.61597Q143.82812 418.8191 143.82812 420.1941Z" fill-rule="nonzero"/><path fill="#666666" d="M29.484375 462.27698L29.484375 453.74573L31.90625 453.74573Q33.015625 453.74573 33.859375 454.24573Q34.71875 454.7301 35.1875 455.63635Q35.65625 456.5426 35.65625 457.7301L35.65625 458.26135Q35.65625 459.4801 35.1875 460.38635Q34.734375 461.2926 33.859375 461.77698Q33.0 462.26135 31.859375 462.27698L29.484375 462.27698ZM30.609375 454.6676L30.609375 461.3551L31.796875 461.3551Q33.09375 461.3551 33.8125 460.55823Q34.546875 459.74573 34.546875 458.24573L34.546875 457.74573Q34.546875 456.2926 33.859375 455.49573Q33.1875 454.68323 31.921875 454.6676L30.609375 454.6676ZM41.234375 462.27698Q41.140625 462.08948 41.078125 461.6051Q40.328125 462.40198 39.28125 462.40198Q38.34375 462.40198 37.734375 461.87073Q37.140625 461.33948 37.140625 460.51135Q37.140625 459.52698 37.890625 458.9801Q38.640625 458.43323 40.015625 458.43323L41.0625 458.43323L41.0625 457.93323Q41.0625 457.37073 40.71875 457.0426Q40.390625 456.69885 39.71875 456.69885Q39.140625 456.69885 38.75 456.99573Q38.359375 457.27698 38.359375 457.69885L37.265625 457.69885Q37.265625 457.21448 37.59375 456.77698Q37.9375 456.33948 38.515625 456.08948Q39.09375 455.82385 39.78125 455.82385Q40.890625 455.82385 41.5 456.37073Q42.125 456.9176 42.15625 457.87073L42.15625 460.7926Q42.15625 461.6676 42.375 462.18323L42.375 462.27698L41.234375 462.27698ZM39.4375 461.44885Q39.953125 461.44885 40.40625 461.18323Q40.859375 460.9176 41.0625 460.49573L41.0625 459.19885L40.21875 459.19885Q38.21875 459.19885 38.21875 460.37073Q38.21875 460.87073 38.5625 461.1676Q38.90625 461.44885 39.4375 461.44885ZM45.796875 454.40198L45.796875 455.93323L46.96875 455.93323L46.96875 456.77698L45.796875 456.77698L45.796875 460.69885Q45.796875 461.08948 45.953125 461.27698Q46.109375 461.46448 46.484375 461.46448Q46.671875 461.46448 47.0 461.40198L47.0 462.27698Q46.578125 462.40198 46.171875 462.40198Q45.453125 462.40198 45.078125 461.96448Q44.703125 461.51135 44.703125 460.69885L44.703125 456.77698L43.546875 456.77698L43.546875 455.93323L44.703125 455.93323L44.703125 454.40198L45.796875 454.40198ZM52.234375 462.27698Q52.140625 462.08948 52.078125 461.6051Q51.328125 462.40198 50.28125 462.40198Q49.34375 462.40198 48.734375 461.87073Q48.140625 461.33948 48.140625 460.51135Q48.140625 459.52698 48.890625 458.9801Q49.640625 458.43323 51.015625 458.43323L52.0625 458.43323L52.0625 457.93323Q52.0625 457.37073 51.71875 457.0426Q51.390625 456.69885 50.71875 456.69885Q50.140625 456.69885 49.75 456.99573Q49.359375 457.27698 49.359375 457.69885L48.265625 457.69885Q48.265625 457.21448 48.59375 456.77698Q48.9375 456.33948 49.515625 456.08948Q50.09375 455.82385 50.78125 455.82385Q51.890625 455.82385 52.5 456.37073Q53.125 456.9176 53.15625 457.87073L53.15625 460.7926Q53.15625 461.6676 53.375 462.18323L53.375 462.27698L52.234375 462.27698ZM50.4375 461.44885Q50.953125 461.44885 51.40625 461.18323Q51.859375 460.9176 52.0625 460.49573L52.0625 459.19885L51.21875 459.19885Q49.21875 459.19885 49.21875 460.37073Q49.21875 460.87073 49.5625 461.1676Q49.90625 461.44885 50.4375 461.44885ZM63.671875 459.18323Q63.671875 460.62073 63.015625 461.51135Q62.359375 462.40198 61.21875 462.40198Q60.0625 462.40198 59.40625 461.6676L59.40625 464.71448L58.328125 464.71448L58.328125 455.93323L59.3125 455.93323L59.359375 456.63635Q60.03125 455.82385 61.203125 455.82385Q62.34375 455.82385 63.0 456.68323Q63.671875 457.5426 63.671875 459.07385L63.671875 459.18323ZM62.59375 459.05823Q62.59375 457.9801 62.125 457.37073Q61.671875 456.74573 60.875 456.74573Q59.890625 456.74573 59.40625 457.6051L59.40625 460.63635Q59.890625 461.51135 60.890625 461.51135Q61.671875 461.51135 62.125 460.90198Q62.59375 460.27698 62.59375 459.05823ZM68.390625 456.90198Q68.140625 456.87073 67.859375 456.87073Q66.78125 456.87073 66.40625 457.77698L66.40625 462.27698L65.328125 462.27698L65.328125 455.93323L66.375 455.93323L66.390625 456.6676Q66.921875 455.82385 67.90625 455.82385Q68.21875 455.82385 68.390625 455.90198L68.390625 456.90198ZM69.03125 459.0426Q69.03125 458.12073 69.390625 457.37073Q69.765625 456.62073 70.421875 456.2301Q71.078125 455.82385 71.90625 455.82385Q73.203125 455.82385 74.0 456.71448Q74.8125 457.6051 74.8125 459.1051L74.8125 459.18323Q74.8125 460.1051 74.453125 460.83948Q74.09375 461.57385 73.4375 461.99573Q72.78125 462.40198 71.921875 462.40198Q70.640625 462.40198 69.828125 461.51135Q69.03125 460.6051 69.03125 459.12073L69.03125 459.0426ZM70.125 459.18323Q70.125 460.2301 70.609375 460.87073Q71.109375 461.51135 71.921875 461.51135Q72.75 461.51135 73.234375 460.87073Q73.71875 460.21448 73.71875 459.0426Q73.71875 458.01135 73.21875 457.37073Q72.734375 456.71448 71.90625 456.71448Q71.109375 456.71448 70.609375 457.3551Q70.125 457.9801 70.125 459.18323ZM78.859375 461.51135Q79.4375 461.51135 79.875 461.1676Q80.3125 460.80823 80.359375 460.27698L81.390625 460.27698Q81.359375 460.82385 81.0 461.32385Q80.65625 461.80823 80.078125 462.1051Q79.515625 462.40198 78.859375 462.40198Q77.5625 462.40198 76.796875 461.5426Q76.046875 460.6676 76.046875 459.1676L76.046875 458.9801Q76.046875 458.05823 76.375 457.33948Q76.71875 456.62073 77.34375 456.2301Q77.984375 455.82385 78.859375 455.82385Q79.921875 455.82385 80.625 456.46448Q81.34375 457.08948 81.390625 458.12073L80.359375 458.12073Q80.3125 457.49573 79.890625 457.1051Q79.46875 456.71448 78.859375 456.71448Q78.03125 456.71448 77.578125 457.30823Q77.125 457.90198 77.125 459.02698L77.125 459.2301Q77.125 460.32385 77.578125 460.9176Q78.03125 461.51135 78.859375 461.51135ZM84.953125 462.40198Q83.65625 462.40198 82.84375 461.55823Q82.046875 460.69885 82.046875 459.27698L82.046875 459.08948Q82.046875 458.13635 82.40625 457.40198Q82.765625 456.65198 83.40625 456.24573Q84.0625 455.82385 84.8125 455.82385Q86.046875 455.82385 86.734375 456.63635Q87.421875 457.44885 87.421875 458.96448L87.421875 459.4176L83.125 459.4176Q83.15625 460.3551 83.671875 460.93323Q84.203125 461.51135 85.015625 461.51135Q85.578125 461.51135 85.96875 461.27698Q86.375 461.0426 86.6875 460.65198L87.34375 461.1676Q86.546875 462.40198 84.953125 462.40198ZM84.8125 456.71448Q84.15625 456.71448 83.703125 457.19885Q83.265625 457.6676 83.171875 458.52698L86.34375 458.52698L86.34375 458.44885Q86.296875 457.62073 85.890625 457.1676Q85.5 456.71448 84.8125 456.71448ZM92.015625 460.58948Q92.015625 460.15198 91.671875 459.9176Q91.34375 459.6676 90.515625 459.49573Q89.703125 459.32385 89.21875 459.07385Q88.734375 458.82385 88.5 458.49573Q88.28125 458.15198 88.28125 457.68323Q88.28125 456.90198 88.9375 456.37073Q89.59375 455.82385 90.625 455.82385Q91.703125 455.82385 92.359375 456.38635Q93.03125 456.93323 93.03125 457.7926L91.953125 457.7926Q91.953125 457.3551 91.5625 457.0426Q91.1875 456.71448 90.625 456.71448Q90.03125 456.71448 89.6875 456.9801Q89.359375 457.2301 89.359375 457.63635Q89.359375 458.02698 89.671875 458.2301Q89.984375 458.43323 90.796875 458.62073Q91.609375 458.7926 92.109375 459.0426Q92.609375 459.2926 92.84375 459.65198Q93.09375 460.01135 93.09375 460.51135Q93.09375 461.37073 92.40625 461.88635Q91.734375 462.40198 90.65625 462.40198Q89.890625 462.40198 89.296875 462.13635Q88.71875 461.8551 88.390625 461.37073Q88.0625 460.88635 88.0625 460.32385L89.140625 460.32385Q89.171875 460.87073 89.578125 461.19885Q89.984375 461.51135 90.65625 461.51135Q91.265625 461.51135 91.640625 461.26135Q92.015625 461.01135 92.015625 460.58948ZM98.015625 460.58948Q98.015625 460.15198 97.671875 459.9176Q97.34375 459.6676 96.515625 459.49573Q95.703125 459.32385 95.21875 459.07385Q94.734375 458.82385 94.5 458.49573Q94.28125 458.15198 94.28125 457.68323Q94.28125 456.90198 94.9375 456.37073Q95.59375 455.82385 96.625 455.82385Q97.703125 455.82385 98.359375 456.38635Q99.03125 456.93323 99.03125 457.7926L97.953125 457.7926Q97.953125 457.3551 97.5625 457.0426Q97.1875 456.71448 96.625 456.71448Q96.03125 456.71448 95.6875 456.9801Q95.359375 457.2301 95.359375 457.63635Q95.359375 458.02698 95.671875 458.2301Q95.984375 458.43323 96.796875 458.62073Q97.609375 458.7926 98.109375 459.0426Q98.609375 459.2926 98.84375 459.65198Q99.09375 460.01135 99.09375 460.51135Q99.09375 461.37073 98.40625 461.88635Q97.734375 462.40198 96.65625 462.40198Q95.890625 462.40198 95.296875 462.13635Q94.71875 461.8551 94.390625 461.37073Q94.0625 460.88635 94.0625 460.32385L95.140625 460.32385Q95.171875 460.87073 95.578125 461.19885Q95.984375 461.51135 96.65625 461.51135Q97.265625 461.51135 97.640625 461.26135Q98.015625 461.01135 98.015625 460.58948ZM101.5 462.27698L100.421875 462.27698L100.421875 455.93323L101.5 455.93323L101.5 462.27698ZM100.328125 454.26135Q100.328125 453.99573 100.484375 453.80823Q100.65625 453.62073 100.96875 453.62073Q101.28125 453.62073 101.4375 453.80823Q101.609375 453.99573 101.609375 454.26135Q101.609375 454.51135 101.4375 454.69885Q101.28125 454.87073 100.96875 454.87073Q100.65625 454.87073 100.484375 454.69885Q100.328125 454.51135 100.328125 454.26135ZM104.34375 455.93323L104.375 456.7301Q105.109375 455.82385 106.28125 455.82385Q108.296875 455.82385 108.3125 458.08948L108.3125 462.27698L107.21875 462.27698L107.21875 458.07385Q107.21875 457.40198 106.90625 457.07385Q106.609375 456.74573 105.953125 456.74573Q105.421875 456.74573 105.015625 457.02698Q104.625 457.30823 104.40625 457.76135L104.40625 462.27698L103.328125 462.27698L103.328125 455.93323L104.34375 455.93323ZM110.0625 459.05823Q110.0625 457.57385 110.75 456.69885Q111.4375 455.82385 112.5625 455.82385Q113.71875 455.82385 114.375 456.63635L114.421875 455.93323L115.421875 455.93323L115.421875 462.12073Q115.421875 463.3551 114.6875 464.05823Q113.953125 464.77698 112.734375 464.77698Q112.046875 464.77698 111.390625 464.4801Q110.734375 464.18323 110.390625 463.68323L110.953125 463.02698Q111.640625 463.88635 112.65625 463.88635Q113.4375 463.88635 113.875 463.43323Q114.328125 462.99573 114.328125 462.18323L114.328125 461.63635Q113.671875 462.40198 112.546875 462.40198Q111.4375 462.40198 110.75 461.51135Q110.0625 460.6051 110.0625 459.05823ZM111.15625 459.18323Q111.15625 460.24573 111.59375 460.87073Q112.03125 461.4801 112.828125 461.4801Q113.84375 461.4801 114.328125 460.5426L114.328125 457.65198Q113.828125 456.74573 112.828125 456.74573Q112.046875 456.74573 111.59375 457.3551Q111.15625 457.96448 111.15625 459.18323ZM120.28125 458.80823Q120.28125 457.49573 120.625 456.27698Q120.984375 455.05823 121.6875 454.05823Q122.390625 453.05823 123.15625 452.65198L123.375 453.37073Q122.515625 454.02698 121.96875 455.37073Q121.421875 456.71448 121.375 458.38635L121.359375 458.88635Q121.359375 461.15198 122.1875 462.80823Q122.6875 463.80823 123.375 464.37073L123.15625 465.02698Q122.375 464.6051 121.65625 463.57385Q120.28125 461.58948 120.28125 458.80823ZM126.953125 462.40198Q125.65625 462.40198 124.84375 461.55823Q124.046875 460.69885 124.046875 459.27698L124.046875 459.08948Q124.046875 458.13635 124.40625 457.40198Q124.765625 456.65198 125.40625 456.24573Q126.0625 455.82385 126.8125 455.82385Q128.04688 455.82385 128.73438 456.63635Q129.42188 457.44885 129.42188 458.96448L129.42188 459.4176L125.125 459.4176Q125.15625 460.3551 125.671875 460.93323Q126.203125 461.51135 127.015625 461.51135Q127.578125 461.51135 127.96875 461.27698Q128.375 461.0426 128.6875 460.65198L129.34375 461.1676Q128.54688 462.40198 126.953125 462.40198ZM126.8125 456.71448Q126.15625 456.71448 125.703125 457.19885Q125.265625 457.6676 125.171875 458.52698L128.34375 458.52698L128.34375 458.44885Q128.29688 457.62073 127.890625 457.1676Q127.5 456.71448 126.8125 456.71448ZM130.34375 461.71448Q130.34375 461.43323 130.5 461.24573Q130.67188 461.05823 131.0 461.05823Q131.34375 461.05823 131.51562 461.24573Q131.6875 461.43323 131.6875 461.71448Q131.6875 461.9801 131.51562 462.1676Q131.34375 462.33948 131.0 462.33948Q130.67188 462.33948 130.5 462.1676Q130.34375 461.9801 130.34375 461.71448ZM133.0625 459.05823Q133.0625 457.57385 133.75 456.69885Q134.4375 455.82385 135.5625 455.82385Q136.71875 455.82385 137.375 456.63635L137.42188 455.93323L138.42188 455.93323L138.42188 462.12073Q138.42188 463.3551 137.6875 464.05823Q136.95312 464.77698 135.73438 464.77698Q135.04688 464.77698 134.39062 464.4801Q133.73438 464.18323 133.39062 463.68323L133.95312 463.02698Q134.64062 463.88635 135.65625 463.88635Q136.4375 463.88635 136.875 463.43323Q137.32812 462.99573 137.32812 462.18323L137.32812 461.63635Q136.67188 462.40198 135.54688 462.40198Q134.4375 462.40198 133.75 461.51135Q133.0625 460.6051 133.0625 459.05823ZM134.15625 459.18323Q134.15625 460.24573 134.59375 460.87073Q135.03125 461.4801 135.82812 461.4801Q136.84375 461.4801 137.32812 460.5426L137.32812 457.65198Q136.82812 456.74573 135.82812 456.74573Q135.04688 456.74573 134.59375 457.3551Q134.15625 457.96448 134.15625 459.18323ZM140.34375 461.71448Q140.34375 461.43323 140.5 461.24573Q140.67188 461.05823 141.0 461.05823Q141.34375 461.05823 141.51562 461.24573Q141.6875 461.43323 141.6875 461.71448Q141.6875 461.9801 141.51562 462.1676Q141.34375 462.33948 141.0 462.33948Q140.67188 462.33948 140.5 462.1676Q140.34375 461.9801 140.34375 461.71448ZM143.28125 463.9801L142.67188 463.55823Q143.21875 462.7926 143.25 461.96448L143.25 460.99573L144.3125 460.99573L144.3125 461.83948Q144.3125 462.43323 144.01562 463.02698Q143.71875 463.62073 143.28125 463.9801Z" fill-rule="nonzero"/><path fill="#666666" d="M100.671875 474.18323Q100.671875 475.62073 100.015625 476.51135Q99.359375 477.40198 98.21875 477.40198Q97.0625 477.40198 96.40625 476.6676L96.40625 479.71448L95.328125 479.71448L95.328125 470.93323L96.3125 470.93323L96.359375 471.63635Q97.03125 470.82385 98.203125 470.82385Q99.34375 470.82385 100.0 471.68323Q100.671875 472.5426 100.671875 474.07385L100.671875 474.18323ZM99.59375 474.05823Q99.59375 472.9801 99.125 472.37073Q98.671875 471.74573 97.875 471.74573Q96.890625 471.74573 96.40625 472.6051L96.40625 475.63635Q96.890625 476.51135 97.890625 476.51135Q98.671875 476.51135 99.125 475.90198Q99.59375 475.27698 99.59375 474.05823ZM103.5 477.27698L102.421875 477.27698L102.421875 470.93323L103.5 470.93323L103.5 477.27698ZM102.328125 469.26135Q102.328125 468.99573 102.484375 468.80823Q102.65625 468.62073 102.96875 468.62073Q103.28125 468.62073 103.4375 468.80823Q103.609375 468.99573 103.609375 469.26135Q103.609375 469.51135 103.4375 469.69885Q103.28125 469.87073 102.96875 469.87073Q102.65625 469.87073 102.484375 469.69885Q102.328125 469.51135 102.328125 469.26135ZM110.671875 474.18323Q110.671875 475.62073 110.015625 476.51135Q109.359375 477.40198 108.21875 477.40198Q107.0625 477.40198 106.40625 476.6676L106.40625 479.71448L105.328125 479.71448L105.328125 470.93323L106.3125 470.93323L106.359375 471.63635Q107.03125 470.82385 108.203125 470.82385Q109.34375 470.82385 110.0 471.68323Q110.671875 472.5426 110.671875 474.07385L110.671875 474.18323ZM109.59375 474.05823Q109.59375 472.9801 109.125 472.37073Q108.671875 471.74573 107.875 471.74573Q106.890625 471.74573 106.40625 472.6051L106.40625 475.63635Q106.890625 476.51135 107.890625 476.51135Q108.671875 476.51135 109.125 475.90198Q109.59375 475.27698 109.59375 474.05823ZM114.953125 477.40198Q113.65625 477.40198 112.84375 476.55823Q112.046875 475.69885 112.046875 474.27698L112.046875 474.08948Q112.046875 473.13635 112.40625 472.40198Q112.765625 471.65198 113.40625 471.24573Q114.0625 470.82385 114.8125 470.82385Q116.046875 470.82385 116.734375 471.63635Q117.421875 472.44885 117.421875 473.96448L117.421875 474.4176L113.125 474.4176Q113.15625 475.3551 113.671875 475.93323Q114.203125 476.51135 115.015625 476.51135Q115.578125 476.51135 115.96875 476.27698Q116.375 476.0426 116.6875 475.65198L117.34375 476.1676Q116.546875 477.40198 114.953125 477.40198ZM114.8125 471.71448Q114.15625 471.71448 113.703125 472.19885Q113.265625 472.6676 113.171875 473.52698L116.34375 473.52698L116.34375 473.44885Q116.296875 472.62073 115.890625 472.1676Q115.5 471.71448 114.8125 471.71448ZM119.5 477.27698L118.421875 477.27698L118.421875 468.27698L119.5 468.27698L119.5 477.27698ZM122.5 477.27698L121.421875 477.27698L121.421875 470.93323L122.5 470.93323L122.5 477.27698ZM121.328125 469.26135Q121.328125 468.99573 121.484375 468.80823Q121.65625 468.62073 121.96875 468.62073Q122.28125 468.62073 122.4375 468.80823Q122.609375 468.99573 122.609375 469.26135Q122.609375 469.51135 122.4375 469.69885Q122.28125 469.87073 121.96875 469.87073Q121.65625 469.87073 121.484375 469.69885Q121.328125 469.51135 121.328125 469.26135ZM125.34375 470.93323L125.375 471.7301Q126.109375 470.82385 127.28125 470.82385Q129.29688 470.82385 129.3125 473.08948L129.3125 477.27698L128.21875 477.27698L128.21875 473.07385Q128.21875 472.40198 127.90625 472.07385Q127.609375 471.74573 126.953125 471.74573Q126.421875 471.74573 126.015625 472.02698Q125.625 472.30823 125.40625 472.76135L125.40625 477.27698L124.328125 477.27698L124.328125 470.93323L125.34375 470.93323ZM133.95312 477.40198Q132.65625 477.40198 131.84375 476.55823Q131.04688 475.69885 131.04688 474.27698L131.04688 474.08948Q131.04688 473.13635 131.40625 472.40198Q131.76562 471.65198 132.40625 471.24573Q133.0625 470.82385 133.8125 470.82385Q135.04688 470.82385 135.73438 471.63635Q136.42188 472.44885 136.42188 473.96448L136.42188 474.4176L132.125 474.4176Q132.15625 475.3551 132.67188 475.93323Q133.20312 476.51135 134.01562 476.51135Q134.57812 476.51135 134.96875 476.27698Q135.375 476.0426 135.6875 475.65198L136.34375 476.1676Q135.54688 477.40198 133.95312 477.40198ZM133.8125 471.71448Q133.15625 471.71448 132.70312 472.19885Q132.26562 472.6676 132.17188 473.52698L135.34375 473.52698L135.34375 473.44885Q135.29688 472.62073 134.89062 472.1676Q134.5 471.71448 133.8125 471.71448ZM141.01562 475.58948Q141.01562 475.15198 140.67188 474.9176Q140.34375 474.6676 139.51562 474.49573Q138.70312 474.32385 138.21875 474.07385Q137.73438 473.82385 137.5 473.49573Q137.28125 473.15198 137.28125 472.68323Q137.28125 471.90198 137.9375 471.37073Q138.59375 470.82385 139.625 470.82385Q140.70312 470.82385 141.35938 471.38635Q142.03125 471.93323 142.03125 472.7926L140.95312 472.7926Q140.95312 472.3551 140.5625 472.0426Q140.1875 471.71448 139.625 471.71448Q139.03125 471.71448 138.6875 471.9801Q138.35938 472.2301 138.35938 472.63635Q138.35938 473.02698 138.67188 473.2301Q138.98438 473.43323 139.79688 473.62073Q140.60938 473.7926 141.10938 474.0426Q141.60938 474.2926 141.84375 474.65198Q142.09375 475.01135 142.09375 475.51135Q142.09375 476.37073 141.40625 476.88635Q140.73438 477.40198 139.65625 477.40198Q138.89062 477.40198 138.29688 477.13635Q137.71875 476.8551 137.39062 476.37073Q137.0625 475.88635 137.0625 475.32385L138.14062 475.32385Q138.17188 475.87073 138.57812 476.19885Q138.98438 476.51135 139.65625 476.51135Q140.26562 476.51135 140.64062 476.26135Q141.01562 476.01135 141.01562 475.58948ZM143.28125 478.9801L142.67188 478.55823Q143.21875 477.7926 143.25 476.96448L143.25 475.99573L144.3125 475.99573L144.3125 476.83948Q144.3125 477.43323 144.01562 478.02698Q143.71875 478.62073 143.28125 478.9801Z" fill-rule="nonzero"/><path fill="#666666" d="M79.234375 492.27698Q79.140625 492.08948 79.078125 491.6051Q78.328125 492.40198 77.28125 492.40198Q76.34375 492.40198 75.734375 491.87073Q75.140625 491.33948 75.140625 490.51135Q75.140625 489.52698 75.890625 488.9801Q76.640625 488.43323 78.015625 488.43323L79.0625 488.43323L79.0625 487.93323Q79.0625 487.37073 78.71875 487.0426Q78.390625 486.69885 77.71875 486.69885Q77.140625 486.69885 76.75 486.99573Q76.359375 487.27698 76.359375 487.69885L75.265625 487.69885Q75.265625 487.21448 75.59375 486.77698Q75.9375 486.33948 76.515625 486.08948Q77.09375 485.82385 77.78125 485.82385Q78.890625 485.82385 79.5 486.37073Q80.125 486.9176 80.15625 487.87073L80.15625 490.7926Q80.15625 491.6676 80.375 492.18323L80.375 492.27698L79.234375 492.27698ZM77.4375 491.44885Q77.953125 491.44885 78.40625 491.18323Q78.859375 490.9176 79.0625 490.49573L79.0625 489.19885L78.21875 489.19885Q76.21875 489.19885 76.21875 490.37073Q76.21875 490.87073 76.5625 491.1676Q76.90625 491.44885 77.4375 491.44885ZM82.0625 489.05823Q82.0625 487.57385 82.75 486.69885Q83.4375 485.82385 84.5625 485.82385Q85.71875 485.82385 86.375 486.63635L86.421875 485.93323L87.421875 485.93323L87.421875 492.12073Q87.421875 493.3551 86.6875 494.05823Q85.953125 494.77698 84.734375 494.77698Q84.046875 494.77698 83.390625 494.4801Q82.734375 494.18323 82.390625 493.68323L82.953125 493.02698Q83.640625 493.88635 84.65625 493.88635Q85.4375 493.88635 85.875 493.43323Q86.328125 492.99573 86.328125 492.18323L86.328125 491.63635Q85.671875 492.40198 84.546875 492.40198Q83.4375 492.40198 82.75 491.51135Q82.0625 490.6051 82.0625 489.05823ZM83.15625 489.18323Q83.15625 490.24573 83.59375 490.87073Q84.03125 491.4801 84.828125 491.4801Q85.84375 491.4801 86.328125 490.5426L86.328125 487.65198Q85.828125 486.74573 84.828125 486.74573Q84.046875 486.74573 83.59375 487.3551Q83.15625 487.96448 83.15625 489.18323ZM89.0625 489.05823Q89.0625 487.57385 89.75 486.69885Q90.4375 485.82385 91.5625 485.82385Q92.71875 485.82385 93.375 486.63635L93.421875 485.93323L94.421875 485.93323L94.421875 492.12073Q94.421875 493.3551 93.6875 494.05823Q92.953125 494.77698 91.734375 494.77698Q91.046875 494.77698 90.390625 494.4801Q89.734375 494.18323 89.390625 493.68323L89.953125 493.02698Q90.640625 493.88635 91.65625 493.88635Q92.4375 493.88635 92.875 493.43323Q93.328125 492.99573 93.328125 492.18323L93.328125 491.63635Q92.671875 492.40198 91.546875 492.40198Q90.4375 492.40198 89.75 491.51135Q89.0625 490.6051 89.0625 489.05823ZM90.15625 489.18323Q90.15625 490.24573 90.59375 490.87073Q91.03125 491.4801 91.828125 491.4801Q92.84375 491.4801 93.328125 490.5426L93.328125 487.65198Q92.828125 486.74573 91.828125 486.74573Q91.046875 486.74573 90.59375 487.3551Q90.15625 487.96448 90.15625 489.18323ZM99.390625 486.90198Q99.140625 486.87073 98.859375 486.87073Q97.78125 486.87073 97.40625 487.77698L97.40625 492.27698L96.328125 492.27698L96.328125 485.93323L97.375 485.93323L97.390625 486.6676Q97.921875 485.82385 98.90625 485.82385Q99.21875 485.82385 99.390625 485.90198L99.390625 486.90198ZM102.953125 492.40198Q101.65625 492.40198 100.84375 491.55823Q100.046875 490.69885 100.046875 489.27698L100.046875 489.08948Q100.046875 488.13635 100.40625 487.40198Q100.765625 486.65198 101.40625 486.24573Q102.0625 485.82385 102.8125 485.82385Q104.046875 485.82385 104.734375 486.63635Q105.421875 487.44885 105.421875 488.96448L105.421875 489.4176L101.125 489.4176Q101.15625 490.3551 101.671875 490.93323Q102.203125 491.51135 103.015625 491.51135Q103.578125 491.51135 103.96875 491.27698Q104.375 491.0426 104.6875 490.65198L105.34375 491.1676Q104.546875 492.40198 102.953125 492.40198ZM102.8125 486.71448Q102.15625 486.71448 101.703125 487.19885Q101.265625 487.6676 101.171875 488.52698L104.34375 488.52698L104.34375 488.44885Q104.296875 487.62073 103.890625 487.1676Q103.5 486.71448 102.8125 486.71448ZM106.0625 489.05823Q106.0625 487.57385 106.75 486.69885Q107.4375 485.82385 108.5625 485.82385Q109.71875 485.82385 110.375 486.63635L110.421875 485.93323L111.421875 485.93323L111.421875 492.12073Q111.421875 493.3551 110.6875 494.05823Q109.953125 494.77698 108.734375 494.77698Q108.046875 494.77698 107.390625 494.4801Q106.734375 494.18323 106.390625 493.68323L106.953125 493.02698Q107.640625 493.88635 108.65625 493.88635Q109.4375 493.88635 109.875 493.43323Q110.328125 492.99573 110.328125 492.18323L110.328125 491.63635Q109.671875 492.40198 108.546875 492.40198Q107.4375 492.40198 106.75 491.51135Q106.0625 490.6051 106.0625 489.05823ZM107.15625 489.18323Q107.15625 490.24573 107.59375 490.87073Q108.03125 491.4801 108.828125 491.4801Q109.84375 491.4801 110.328125 490.5426L110.328125 487.65198Q109.828125 486.74573 108.828125 486.74573Q108.046875 486.74573 107.59375 487.3551Q107.15625 487.96448 107.15625 489.18323ZM117.234375 492.27698Q117.140625 492.08948 117.078125 491.6051Q116.328125 492.40198 115.28125 492.40198Q114.34375 492.40198 113.734375 491.87073Q113.140625 491.33948 113.140625 490.51135Q113.140625 489.52698 113.890625 488.9801Q114.640625 488.43323 116.015625 488.43323L117.0625 488.43323L117.0625 487.93323Q117.0625 487.37073 116.71875 487.0426Q116.390625 486.69885 115.71875 486.69885Q115.140625 486.69885 114.75 486.99573Q114.359375 487.27698 114.359375 487.69885L113.265625 487.69885Q113.265625 487.21448 113.59375 486.77698Q113.9375 486.33948 114.515625 486.08948Q115.09375 485.82385 115.78125 485.82385Q116.890625 485.82385 117.5 486.37073Q118.125 486.9176 118.15625 487.87073L118.15625 490.7926Q118.15625 491.6676 118.375 492.18323L118.375 492.27698L117.234375 492.27698ZM115.4375 491.44885Q115.953125 491.44885 116.40625 491.18323Q116.859375 490.9176 117.0625 490.49573L117.0625 489.19885L116.21875 489.19885Q114.21875 489.19885 114.21875 490.37073Q114.21875 490.87073 114.5625 491.1676Q114.90625 491.44885 115.4375 491.44885ZM121.796875 484.40198L121.796875 485.93323L122.96875 485.93323L122.96875 486.77698L121.796875 486.77698L121.796875 490.69885Q121.796875 491.08948 121.953125 491.27698Q122.109375 491.46448 122.484375 491.46448Q122.671875 491.46448 123.0 491.40198L123.0 492.27698Q122.578125 492.40198 122.171875 492.40198Q121.453125 492.40198 121.078125 491.96448Q120.703125 491.51135 120.703125 490.69885L120.703125 486.77698L119.546875 486.77698L119.546875 485.93323L120.703125 485.93323L120.703125 484.40198L121.796875 484.40198ZM125.5 492.27698L124.421875 492.27698L124.421875 485.93323L125.5 485.93323L125.5 492.27698ZM124.328125 484.26135Q124.328125 483.99573 124.484375 483.80823Q124.65625 483.62073 124.96875 483.62073Q125.28125 483.62073 125.4375 483.80823Q125.609375 483.99573 125.609375 484.26135Q125.609375 484.51135 125.4375 484.69885Q125.28125 484.87073 124.96875 484.87073Q124.65625 484.87073 124.484375 484.69885Q124.328125 484.51135 124.328125 484.26135ZM127.03125 489.0426Q127.03125 488.12073 127.390625 487.37073Q127.765625 486.62073 128.42188 486.2301Q129.07812 485.82385 129.90625 485.82385Q131.20312 485.82385 132.0 486.71448Q132.8125 487.6051 132.8125 489.1051L132.8125 489.18323Q132.8125 490.1051 132.45312 490.83948Q132.09375 491.57385 131.4375 491.99573Q130.78125 492.40198 129.92188 492.40198Q128.64062 492.40198 127.828125 491.51135Q127.03125 490.6051 127.03125 489.12073L127.03125 489.0426ZM128.125 489.18323Q128.125 490.2301 128.60938 490.87073Q129.10938 491.51135 129.92188 491.51135Q130.75 491.51135 131.23438 490.87073Q131.71875 490.21448 131.71875 489.0426Q131.71875 488.01135 131.21875 487.37073Q130.73438 486.71448 129.90625 486.71448Q129.10938 486.71448 128.60938 487.3551Q128.125 487.9801 128.125 489.18323ZM135.34375 485.93323L135.375 486.7301Q136.10938 485.82385 137.28125 485.82385Q139.29688 485.82385 139.3125 488.08948L139.3125 492.27698L138.21875 492.27698L138.21875 488.07385Q138.21875 487.40198 137.90625 487.07385Q137.60938 486.74573 136.95312 486.74573Q136.42188 486.74573 136.01562 487.02698Q135.625 487.30823 135.40625 487.76135L135.40625 492.27698L134.32812 492.27698L134.32812 485.93323L135.34375 485.93323ZM143.82812 488.87073Q143.82812 490.18323 143.48438 491.38635Q143.14062 492.57385 142.42188 493.58948Q141.71875 494.6051 140.95312 495.02698L140.71875 494.37073Q141.625 493.68323 142.17188 492.2301Q142.71875 490.76135 142.73438 488.99573L142.73438 488.80823Q142.73438 487.57385 142.46875 486.51135Q142.21875 485.44885 141.75 484.62073Q141.29688 483.77698 140.71875 483.30823L140.95312 482.65198Q141.71875 483.07385 142.42188 484.07385Q143.125 485.07385 143.46875 486.2926Q143.82812 487.49573 143.82812 488.87073Z" fill-rule="nonzero"/><path fill="#666666" d="M71.484375 530.9536L71.484375 522.42236L73.90625 522.42236Q75.015625 522.42236 75.859375 522.92236Q76.71875 523.40674 77.1875 524.313Q77.65625 525.21924 77.65625 526.40674L77.65625 526.938Q77.65625 528.15674 77.1875 529.063Q76.734375 529.96924 75.859375 530.4536Q75.0 530.938 73.859375 530.9536L71.484375 530.9536ZM72.609375 523.34424L72.609375 530.03174L73.796875 530.03174Q75.09375 530.03174 75.8125 529.23486Q76.546875 528.42236 76.546875 526.92236L76.546875 526.42236Q76.546875 524.96924 75.859375 524.17236Q75.1875 523.35986 73.921875 523.34424L72.609375 523.34424ZM81.953125 531.0786Q80.65625 531.0786 79.84375 530.23486Q79.046875 529.3755 79.046875 527.9536L79.046875 527.7661Q79.046875 526.813 79.40625 526.0786Q79.765625 525.3286 80.40625 524.92236Q81.0625 524.5005 81.8125 524.5005Q83.046875 524.5005 83.734375 525.313Q84.421875 526.1255 84.421875 527.6411L84.421875 528.09424L80.125 528.09424Q80.15625 529.03174 80.671875 529.60986Q81.203125 530.188 82.015625 530.188Q82.578125 530.188 82.96875 529.9536Q83.375 529.71924 83.6875 529.3286L84.34375 529.84424Q83.546875 531.0786 81.953125 531.0786ZM81.8125 525.3911Q81.15625 525.3911 80.703125 525.8755Q80.265625 526.34424 80.171875 527.2036L83.34375 527.2036L83.34375 527.1255Q83.296875 526.29736 82.890625 525.84424Q82.5 525.3911 81.8125 525.3911ZM89.015625 529.2661Q89.015625 528.8286 88.671875 528.59424Q88.34375 528.34424 87.515625 528.17236Q86.703125 528.0005 86.21875 527.7505Q85.734375 527.5005 85.5 527.17236Q85.28125 526.8286 85.28125 526.35986Q85.28125 525.5786 85.9375 525.04736Q86.59375 524.5005 87.625 524.5005Q88.703125 524.5005 89.359375 525.063Q90.03125 525.60986 90.03125 526.46924L88.953125 526.46924Q88.953125 526.03174 88.5625 525.71924Q88.1875 525.3911 87.625 525.3911Q87.03125 525.3911 86.6875 525.65674Q86.359375 525.90674 86.359375 526.313Q86.359375 526.7036 86.671875 526.90674Q86.984375 527.10986 87.796875 527.29736Q88.609375 527.46924 89.109375 527.71924Q89.609375 527.96924 89.84375 528.3286Q90.09375 528.688 90.09375 529.188Q90.09375 530.04736 89.40625 530.563Q88.734375 531.0786 87.65625 531.0786Q86.890625 531.0786 86.296875 530.813Q85.71875 530.53174 85.390625 530.04736Q85.0625 529.563 85.0625 529.0005L86.140625 529.0005Q86.171875 529.54736 86.578125 529.8755Q86.984375 530.188 87.65625 530.188Q88.265625 530.188 88.640625 529.938Q89.015625 529.688 89.015625 529.2661ZM93.09375 528.0161L92.40625 528.71924L92.40625 530.9536L91.328125 530.9536L91.328125 521.9536L92.40625 521.9536L92.40625 527.3911L92.984375 526.7036L94.96875 524.60986L96.28125 524.60986L93.8125 527.2661L96.578125 530.9536L95.296875 530.9536L93.09375 528.0161ZM98.796875 523.0786L98.796875 524.60986L99.96875 524.60986L99.96875 525.4536L98.796875 525.4536L98.796875 529.3755Q98.796875 529.7661 98.953125 529.9536Q99.109375 530.1411 99.484375 530.1411Q99.671875 530.1411 100.0 530.0786L100.0 530.9536Q99.578125 531.0786 99.171875 531.0786Q98.453125 531.0786 98.078125 530.6411Q97.703125 530.188 97.703125 529.3755L97.703125 525.4536L96.546875 525.4536L96.546875 524.60986L97.703125 524.60986L97.703125 523.0786L98.796875 523.0786ZM101.03125 527.71924Q101.03125 526.79736 101.390625 526.04736Q101.765625 525.29736 102.421875 524.90674Q103.078125 524.5005 103.90625 524.5005Q105.203125 524.5005 106.0 525.3911Q106.8125 526.28174 106.8125 527.78174L106.8125 527.85986Q106.8125 528.78174 106.453125 529.5161Q106.09375 530.2505 105.4375 530.67236Q104.78125 531.0786 103.921875 531.0786Q102.640625 531.0786 101.828125 530.188Q101.03125 529.28174 101.03125 527.79736L101.03125 527.71924ZM102.125 527.85986Q102.125 528.90674 102.609375 529.54736Q103.109375 530.188 103.921875 530.188Q104.75 530.188 105.234375 529.54736Q105.71875 528.8911 105.71875 527.71924Q105.71875 526.688 105.21875 526.04736Q104.734375 525.3911 103.90625 525.3911Q103.109375 525.3911 102.609375 526.03174Q102.125 526.65674 102.125 527.85986ZM113.671875 527.85986Q113.671875 529.29736 113.015625 530.188Q112.359375 531.0786 111.21875 531.0786Q110.0625 531.0786 109.40625 530.34424L109.40625 533.3911L108.328125 533.3911L108.328125 524.60986L109.3125 524.60986L109.359375 525.313Q110.03125 524.5005 111.203125 524.5005Q112.34375 524.5005 113.0 525.35986Q113.671875 526.21924 113.671875 527.7505L113.671875 527.85986ZM112.59375 527.73486Q112.59375 526.65674 112.125 526.04736Q111.671875 525.42236 110.875 525.42236Q109.890625 525.42236 109.40625 526.28174L109.40625 529.313Q109.890625 530.188 110.890625 530.188Q111.671875 530.188 112.125 529.5786Q112.59375 528.9536 112.59375 527.73486ZM118.53125 531.688L117.609375 531.688L121.171875 522.42236L122.09375 522.42236L118.53125 531.688ZM132.79688 529.8286Q132.35938 530.4536 131.57812 530.7661Q130.79688 531.0786 129.76562 531.0786Q128.73438 531.0786 127.921875 530.59424Q127.109375 530.09424 126.671875 529.188Q126.234375 528.28174 126.21875 527.09424L126.21875 526.35986Q126.21875 524.42236 127.109375 523.35986Q128.01562 522.29736 129.64062 522.29736Q130.98438 522.29736 131.79688 522.98486Q132.60938 523.67236 132.79688 524.92236L131.67188 524.92236Q131.34375 523.23486 129.65625 523.23486Q128.51562 523.23486 127.9375 524.03174Q127.359375 524.813 127.34375 526.3286L127.34375 527.0161Q127.34375 528.4536 128.0 529.313Q128.65625 530.15674 129.78125 530.15674Q130.40625 530.15674 130.875 530.0161Q131.35938 529.8755 131.67188 529.53174L131.67188 527.6255L129.70312 527.6255L129.70312 526.7036L132.79688 526.7036L132.79688 529.8286ZM140.5 522.42236L140.5 528.21924Q140.48438 529.42236 139.73438 530.2036Q138.98438 530.96924 137.70312 531.063L137.39062 531.0786Q136.0 531.0786 135.15625 530.3286Q134.32812 529.563 134.32812 528.23486L134.32812 522.42236L135.4375 522.42236L135.4375 528.2036Q135.4375 529.1255 135.9375 529.6411Q136.45312 530.15674 137.39062 530.15674Q138.35938 530.15674 138.85938 529.6411Q139.35938 529.1255 139.35938 528.2036L139.35938 522.42236L140.5 522.42236ZM143.70312 530.9536L142.57812 530.9536L142.57812 522.42236L143.70312 522.42236L143.70312 530.9536Z" fill-rule="nonzero"/><path fill="#666666" d="M82.234375 545.9536Q82.140625 545.7661 82.078125 545.28174Q81.328125 546.0786 80.28125 546.0786Q79.34375 546.0786 78.734375 545.54736Q78.140625 545.0161 78.140625 544.188Q78.140625 543.2036 78.890625 542.65674Q79.640625 542.10986 81.015625 542.10986L82.0625 542.10986L82.0625 541.60986Q82.0625 541.04736 81.71875 540.71924Q81.390625 540.3755 80.71875 540.3755Q80.140625 540.3755 79.75 540.67236Q79.359375 540.9536 79.359375 541.3755L78.265625 541.3755Q78.265625 540.8911 78.59375 540.4536Q78.9375 540.0161 79.515625 539.7661Q80.09375 539.5005 80.78125 539.5005Q81.890625 539.5005 82.5 540.04736Q83.125 540.59424 83.15625 541.54736L83.15625 544.46924Q83.15625 545.34424 83.375 545.85986L83.375 545.9536L82.234375 545.9536ZM80.4375 545.1255Q80.953125 545.1255 81.40625 544.85986Q81.859375 544.59424 82.0625 544.17236L82.0625 542.8755L81.21875 542.8755Q79.21875 542.8755 79.21875 544.04736Q79.21875 544.54736 79.5625 544.84424Q79.90625 545.1255 80.4375 545.1255ZM90.671875 542.85986Q90.671875 544.29736 90.015625 545.188Q89.359375 546.0786 88.21875 546.0786Q87.0625 546.0786 86.40625 545.34424L86.40625 548.3911L85.328125 548.3911L85.328125 539.60986L86.3125 539.60986L86.359375 540.313Q87.03125 539.5005 88.203125 539.5005Q89.34375 539.5005 90.0 540.35986Q90.671875 541.21924 90.671875 542.7505L90.671875 542.85986ZM89.59375 542.73486Q89.59375 541.65674 89.125 541.04736Q88.671875 540.42236 87.875 540.42236Q86.890625 540.42236 86.40625 541.28174L86.40625 544.313Q86.890625 545.188 87.890625 545.188Q88.671875 545.188 89.125 544.5786Q89.59375 543.9536 89.59375 542.73486ZM97.671875 542.85986Q97.671875 544.29736 97.015625 545.188Q96.359375 546.0786 95.21875 546.0786Q94.0625 546.0786 93.40625 545.34424L93.40625 548.3911L92.328125 548.3911L92.328125 539.60986L93.3125 539.60986L93.359375 540.313Q94.03125 539.5005 95.203125 539.5005Q96.34375 539.5005 97.0 540.35986Q97.671875 541.21924 97.671875 542.7505L97.671875 542.85986ZM96.59375 542.73486Q96.59375 541.65674 96.125 541.04736Q95.671875 540.42236 94.875 540.42236Q93.890625 540.42236 93.40625 541.28174L93.40625 544.313Q93.890625 545.188 94.890625 545.188Q95.671875 545.188 96.125 544.5786Q96.59375 543.9536 96.59375 542.73486ZM100.5 545.9536L99.421875 545.9536L99.421875 536.9536L100.5 536.9536L100.5 545.9536ZM103.5 545.9536L102.421875 545.9536L102.421875 539.60986L103.5 539.60986L103.5 545.9536ZM102.328125 537.938Q102.328125 537.67236 102.484375 537.48486Q102.65625 537.29736 102.96875 537.29736Q103.28125 537.29736 103.4375 537.48486Q103.609375 537.67236 103.609375 537.938Q103.609375 538.188 103.4375 538.3755Q103.28125 538.54736 102.96875 538.54736Q102.65625 538.54736 102.484375 538.3755Q102.328125 538.188 102.328125 537.938ZM107.859375 545.188Q108.4375 545.188 108.875 544.84424Q109.3125 544.48486 109.359375 543.9536L110.390625 543.9536Q110.359375 544.5005 110.0 545.0005Q109.65625 545.48486 109.078125 545.78174Q108.515625 546.0786 107.859375 546.0786Q106.5625 546.0786 105.796875 545.21924Q105.046875 544.34424 105.046875 542.84424L105.046875 542.65674Q105.046875 541.73486 105.375 541.0161Q105.71875 540.29736 106.34375 539.90674Q106.984375 539.5005 107.859375 539.5005Q108.921875 539.5005 109.625 540.1411Q110.34375 540.7661 110.390625 541.79736L109.359375 541.79736Q109.3125 541.17236 108.890625 540.78174Q108.46875 540.3911 107.859375 540.3911Q107.03125 540.3911 106.578125 540.98486Q106.125 541.5786 106.125 542.7036L106.125 542.90674Q106.125 544.0005 106.578125 544.59424Q107.03125 545.188 107.859375 545.188ZM115.234375 545.9536Q115.140625 545.7661 115.078125 545.28174Q114.328125 546.0786 113.28125 546.0786Q112.34375 546.0786 111.734375 545.54736Q111.140625 545.0161 111.140625 544.188Q111.140625 543.2036 111.890625 542.65674Q112.640625 542.10986 114.015625 542.10986L115.0625 542.10986L115.0625 541.60986Q115.0625 541.04736 114.71875 540.71924Q114.390625 540.3755 113.71875 540.3755Q113.140625 540.3755 112.75 540.67236Q112.359375 540.9536 112.359375 541.3755L111.265625 541.3755Q111.265625 540.8911 111.59375 540.4536Q111.9375 540.0161 112.515625 539.7661Q113.09375 539.5005 113.78125 539.5005Q114.890625 539.5005 115.5 540.04736Q116.125 540.59424 116.15625 541.54736L116.15625 544.46924Q116.15625 545.34424 116.375 545.85986L116.375 545.9536L115.234375 545.9536ZM113.4375 545.1255Q113.953125 545.1255 114.40625 544.85986Q114.859375 544.59424 115.0625 544.17236L115.0625 542.8755L114.21875 542.8755Q112.21875 542.8755 112.21875 544.04736Q112.21875 544.54736 112.5625 544.84424Q112.90625 545.1255 113.4375 545.1255ZM119.796875 538.0786L119.796875 539.60986L120.96875 539.60986L120.96875 540.4536L119.796875 540.4536L119.796875 544.3755Q119.796875 544.7661 119.953125 544.9536Q120.109375 545.1411 120.484375 545.1411Q120.671875 545.1411 121.0 545.0786L121.0 545.9536Q120.578125 546.0786 120.171875 546.0786Q119.453125 546.0786 119.078125 545.6411Q118.703125 545.188 118.703125 544.3755L118.703125 540.4536L117.546875 540.4536L117.546875 539.60986L118.703125 539.60986L118.703125 538.0786L119.796875 538.0786ZM123.5 545.9536L122.421875 545.9536L122.421875 539.60986L123.5 539.60986L123.5 545.9536ZM122.328125 537.938Q122.328125 537.67236 122.484375 537.48486Q122.65625 537.29736 122.96875 537.29736Q123.28125 537.29736 123.4375 537.48486Q123.609375 537.67236 123.609375 537.938Q123.609375 538.188 123.4375 538.3755Q123.28125 538.54736 122.96875 538.54736Q122.65625 538.54736 122.484375 538.3755Q122.328125 538.188 122.328125 537.938ZM125.03125 542.71924Q125.03125 541.79736 125.390625 541.04736Q125.765625 540.29736 126.421875 539.90674Q127.078125 539.5005 127.90625 539.5005Q129.20312 539.5005 130.0 540.3911Q130.8125 541.28174 130.8125 542.78174L130.8125 542.85986Q130.8125 543.78174 130.45312 544.5161Q130.09375 545.2505 129.4375 545.67236Q128.78125 546.0786 127.921875 546.0786Q126.640625 546.0786 125.828125 545.188Q125.03125 544.28174 125.03125 542.79736L125.03125 542.71924ZM126.125 542.85986Q126.125 543.90674 126.609375 544.54736Q127.109375 545.188 127.921875 545.188Q128.75 545.188 129.23438 544.54736Q129.71875 543.8911 129.71875 542.71924Q129.71875 541.688 129.21875 541.04736Q128.73438 540.3911 127.90625 540.3911Q127.109375 540.3911 126.609375 541.03174Q126.125 541.65674 126.125 542.85986ZM133.34375 539.60986L133.375 540.40674Q134.10938 539.5005 135.28125 539.5005Q137.29688 539.5005 137.3125 541.7661L137.3125 545.9536L136.21875 545.9536L136.21875 541.7505Q136.21875 541.0786 135.90625 540.7505Q135.60938 540.42236 134.95312 540.42236Q134.42188 540.42236 134.01562 540.7036Q133.625 540.98486 133.40625 541.438L133.40625 545.9536L132.32812 545.9536L132.32812 539.60986L133.34375 539.60986ZM143.01562 544.2661Q143.01562 543.8286 142.67188 543.59424Q142.34375 543.34424 141.51562 543.17236Q140.70312 543.0005 140.21875 542.7505Q139.73438 542.5005 139.5 542.17236Q139.28125 541.8286 139.28125 541.35986Q139.28125 540.5786 139.9375 540.04736Q140.59375 539.5005 141.625 539.5005Q142.70312 539.5005 143.35938 540.063Q144.03125 540.60986 144.03125 541.46924L142.95312 541.46924Q142.95312 541.03174 142.5625 540.71924Q142.1875 540.3911 141.625 540.3911Q141.03125 540.3911 140.6875 540.65674Q140.35938 540.90674 140.35938 541.313Q140.35938 541.7036 140.67188 541.90674Q140.98438 542.10986 141.79688 542.29736Q142.60938 542.46924 143.10938 542.71924Q143.60938 542.96924 143.84375 543.3286Q144.09375 543.688 144.09375 544.188Q144.09375 545.04736 143.40625 545.563Q142.73438 546.0786 141.65625 546.0786Q140.89062 546.0786 140.29688 545.813Q139.71875 545.53174 139.39062 545.04736Q139.0625 544.563 139.0625 544.0005L140.14062 544.0005Q140.17188 544.54736 140.57812 544.8755Q140.98438 545.188 141.65625 545.188Q142.26562 545.188 142.64062 544.938Q143.01562 544.688 143.01562 544.2661Z" fill-rule="nonzero"/><path fill="#666666" d="M113.796875 598.5052Q113.359375 599.1302 112.578125 599.4427Q111.796875 599.7552 110.765625 599.7552Q109.734375 599.7552 108.921875 599.2708Q108.109375 598.7708 107.671875 597.86456Q107.234375 596.9583 107.21875 595.7708L107.21875 595.03644Q107.21875 593.09894 108.109375 592.03644Q109.015625 590.97394 110.640625 590.97394Q111.984375 590.97394 112.796875 591.66144Q113.609375 592.34894 113.796875 593.59894L112.671875 593.59894Q112.34375 591.91144 110.65625 591.91144Q109.515625 591.91144 108.9375 592.7083Q108.359375 593.48956 108.34375 595.0052L108.34375 595.6927Q108.34375 597.1302 109.0 597.98956Q109.65625 598.8333 110.78125 598.8333Q111.40625 598.8333 111.875 598.6927Q112.359375 598.55206 112.671875 598.2083L112.671875 596.30206L110.703125 596.30206L110.703125 595.3802L113.796875 595.3802L113.796875 598.5052ZM119.234375 599.6302Q119.140625 599.4427 119.078125 598.9583Q118.328125 599.7552 117.28125 599.7552Q116.34375 599.7552 115.734375 599.22394Q115.140625 598.6927 115.140625 597.86456Q115.140625 596.8802 115.890625 596.3333Q116.640625 595.78644 118.015625 595.78644L119.0625 595.78644L119.0625 595.28644Q119.0625 594.72394 118.71875 594.3958Q118.390625 594.05206 117.71875 594.05206Q117.140625 594.05206 116.75 594.34894Q116.359375 594.6302 116.359375 595.05206L115.265625 595.05206Q115.265625 594.5677 115.59375 594.1302Q115.9375 593.6927 116.515625 593.4427Q117.09375 593.17706 117.78125 593.17706Q118.890625 593.17706 119.5 593.72394Q120.125 594.2708 120.15625 595.22394L120.15625 598.1458Q120.15625 599.0208 120.375 599.53644L120.375 599.6302L119.234375 599.6302ZM117.4375 598.80206Q117.953125 598.80206 118.40625 598.53644Q118.859375 598.2708 119.0625 597.84894L119.0625 596.55206L118.21875 596.55206Q116.21875 596.55206 116.21875 597.72394Q116.21875 598.22394 116.5625 598.5208Q116.90625 598.80206 117.4375 598.80206ZM123.34375 593.28644L123.375 593.98956Q124.0625 593.17706 125.25 593.17706Q126.578125 593.17706 127.0625 594.1927Q127.375 593.73956 127.875 593.4583Q128.39062 593.17706 129.07812 593.17706Q131.17188 593.17706 131.20312 595.3802L131.20312 599.6302L130.125 599.6302L130.125 595.4427Q130.125 594.7708 129.8125 594.4427Q129.5 594.09894 128.76562 594.09894Q128.15625 594.09894 127.75 594.4583Q127.359375 594.8177 127.296875 595.42706L127.296875 599.6302L126.21875 599.6302L126.21875 595.47394Q126.21875 594.09894 124.859375 594.09894Q123.796875 594.09894 123.40625 595.0052L123.40625 599.6302L122.3125 599.6302L122.3125 593.28644L123.34375 593.28644ZM135.95312 599.7552Q134.65625 599.7552 133.84375 598.91144Q133.04688 598.05206 133.04688 596.6302L133.04688 596.4427Q133.04688 595.48956 133.40625 594.7552Q133.76562 594.0052 134.40625 593.59894Q135.0625 593.17706 135.8125 593.17706Q137.04688 593.17706 137.73438 593.98956Q138.42188 594.80206 138.42188 596.3177L138.42188 596.7708L134.125 596.7708Q134.15625 597.7083 134.67188 598.28644Q135.20312 598.86456 136.01562 598.86456Q136.57812 598.86456 136.96875 598.6302Q137.375 598.3958 137.6875 598.0052L138.34375 598.5208Q137.54688 599.7552 135.95312 599.7552ZM135.8125 594.0677Q135.15625 594.0677 134.70312 594.55206Q134.26562 595.0208 134.17188 595.8802L137.34375 595.8802L137.34375 595.80206Q137.29688 594.97394 136.89062 594.5208Q136.5 594.0677 135.8125 594.0677ZM143.01562 597.9427Q143.01562 597.5052 142.67188 597.2708Q142.34375 597.0208 141.51562 596.84894Q140.70312 596.67706 140.21875 596.42706Q139.73438 596.17706 139.5 595.84894Q139.28125 595.5052 139.28125 595.03644Q139.28125 594.2552 139.9375 593.72394Q140.59375 593.17706 141.625 593.17706Q142.70312 593.17706 143.35938 593.73956Q144.03125 594.28644 144.03125 595.1458L142.95312 595.1458Q142.95312 594.7083 142.5625 594.3958Q142.1875 594.0677 141.625 594.0677Q141.03125 594.0677 140.6875 594.3333Q140.35938 594.5833 140.35938 594.98956Q140.35938 595.3802 140.67188 595.5833Q140.98438 595.78644 141.79688 595.97394Q142.60938 596.1458 143.10938 596.3958Q143.60938 596.6458 143.84375 597.0052Q144.09375 597.36456 144.09375 597.86456Q144.09375 598.72394 143.40625 599.23956Q142.73438 599.7552 141.65625 599.7552Q140.89062 599.7552 140.29688 599.48956Q139.71875 599.2083 139.39062 598.72394Q139.0625 598.23956 139.0625 597.67706L140.14062 597.67706Q140.17188 598.22394 140.57812 598.55206Q140.98438 598.86456 141.65625 598.86456Q142.26562 598.86456 142.64062 598.61456Q143.01562 598.36456 143.01562 597.9427Z" fill-rule="nonzero"/><path fill="#666666" d="M80.9375 652.2756L83.734375 659.2287L86.515625 652.2756L87.984375 652.2756L87.984375 660.8068L86.859375 660.8068L86.859375 657.4787L86.96875 653.9006L84.15625 660.8068L83.296875 660.8068L80.5 653.9162L80.609375 657.4787L80.609375 660.8068L79.484375 660.8068L79.484375 652.2756L80.9375 652.2756ZM89.03125 657.57245Q89.03125 656.6506 89.390625 655.9006Q89.765625 655.1506 90.421875 654.75995Q91.078125 654.3537 91.90625 654.3537Q93.203125 654.3537 94.0 655.2443Q94.8125 656.13495 94.8125 657.63495L94.8125 657.7131Q94.8125 658.63495 94.453125 659.3693Q94.09375 660.1037 93.4375 660.5256Q92.78125 660.9318 91.921875 660.9318Q90.640625 660.9318 89.828125 660.0412Q89.03125 659.13495 89.03125 657.6506L89.03125 657.57245ZM90.125 657.7131Q90.125 658.75995 90.609375 659.4006Q91.109375 660.0412 91.921875 660.0412Q92.75 660.0412 93.234375 659.4006Q93.71875 658.7443 93.71875 657.57245Q93.71875 656.5412 93.21875 655.9006Q92.734375 655.2443 91.90625 655.2443Q91.109375 655.2443 90.609375 655.88495Q90.125 656.50995 90.125 657.7131ZM101.6875 657.7131Q101.6875 659.1662 101.015625 660.0568Q100.359375 660.9318 99.234375 660.9318Q98.03125 660.9318 97.375 660.07245L97.3125 660.8068L96.328125 660.8068L96.328125 651.8068L97.40625 651.8068L97.40625 655.1662Q98.0625 654.3537 99.21875 654.3537Q100.375 654.3537 101.03125 655.2287Q101.6875 656.0881 101.6875 657.6193L101.6875 657.7131ZM100.609375 657.5881Q100.609375 656.4787 100.171875 655.88495Q99.75 655.2756 98.953125 655.2756Q97.875 655.2756 97.40625 656.25995L97.40625 659.00995Q97.90625 660.00995 98.953125 660.00995Q99.734375 660.00995 100.171875 659.4006Q100.609375 658.7912 100.609375 657.5881ZM104.5 660.8068L103.421875 660.8068L103.421875 654.4631L104.5 654.4631L104.5 660.8068ZM103.328125 652.7912Q103.328125 652.5256 103.484375 652.3381Q103.65625 652.1506 103.96875 652.1506Q104.28125 652.1506 104.4375 652.3381Q104.609375 652.5256 104.609375 652.7912Q104.609375 653.0412 104.4375 653.2287Q104.28125 653.4006 103.96875 653.4006Q103.65625 653.4006 103.484375 653.2287Q103.328125 653.0412 103.328125 652.7912ZM107.5 660.8068L106.421875 660.8068L106.421875 651.8068L107.5 651.8068L107.5 660.8068ZM111.953125 660.9318Q110.65625 660.9318 109.84375 660.0881Q109.046875 659.2287 109.046875 657.8068L109.046875 657.6193Q109.046875 656.6662 109.40625 655.9318Q109.765625 655.1818 110.40625 654.7756Q111.0625 654.3537 111.8125 654.3537Q113.046875 654.3537 113.734375 655.1662Q114.421875 655.9787 114.421875 657.4943L114.421875 657.94745L110.125 657.94745Q110.15625 658.88495 110.671875 659.4631Q111.203125 660.0412 112.015625 660.0412Q112.578125 660.0412 112.96875 659.8068Q113.375 659.57245 113.6875 659.1818L114.34375 659.69745Q113.546875 660.9318 111.953125 660.9318ZM111.8125 655.2443Q111.15625 655.2443 110.703125 655.7287Q110.265625 656.19745 110.171875 657.0568L113.34375 657.0568L113.34375 656.9787Q113.296875 656.1506 112.890625 655.69745Q112.5 655.2443 111.8125 655.2443ZM122.234375 660.8068Q122.140625 660.6193 122.078125 660.13495Q121.328125 660.9318 120.28125 660.9318Q119.34375 660.9318 118.734375 660.4006Q118.140625 659.8693 118.140625 659.0412Q118.140625 658.0568 118.890625 657.50995Q119.640625 656.9631 121.015625 656.9631L122.0625 656.9631L122.0625 656.4631Q122.0625 655.9006 121.71875 655.57245Q121.390625 655.2287 120.71875 655.2287Q120.140625 655.2287 119.75 655.5256Q119.359375 655.8068 119.359375 656.2287L118.265625 656.2287Q118.265625 655.7443 118.59375 655.3068Q118.9375 654.8693 119.515625 654.6193Q120.09375 654.3537 120.78125 654.3537Q121.890625 654.3537 122.5 654.9006Q123.125 655.44745 123.15625 656.4006L123.15625 659.32245Q123.15625 660.19745 123.375 660.7131L123.375 660.8068L122.234375 660.8068ZM120.4375 659.9787Q120.953125 659.9787 121.40625 659.7131Q121.859375 659.44745 122.0625 659.0256L122.0625 657.7287L121.21875 657.7287Q119.21875 657.7287 119.21875 658.9006Q119.21875 659.4006 119.5625 659.69745Q119.90625 659.9787 120.4375 659.9787ZM130.67188 657.7131Q130.67188 659.1506 130.01562 660.0412Q129.35938 660.9318 128.21875 660.9318Q127.0625 660.9318 126.40625 660.19745L126.40625 663.2443L125.328125 663.2443L125.328125 654.4631L126.3125 654.4631L126.359375 655.1662Q127.03125 654.3537 128.20312 654.3537Q129.34375 654.3537 130.0 655.2131Q130.67188 656.07245 130.67188 657.6037L130.67188 657.7131ZM129.59375 657.5881Q129.59375 656.50995 129.125 655.9006Q128.67188 655.2756 127.875 655.2756Q126.890625 655.2756 126.40625 656.13495L126.40625 659.1662Q126.890625 660.0412 127.890625 660.0412Q128.67188 660.0412 129.125 659.4318Q129.59375 658.8068 129.59375 657.5881ZM137.67188 657.7131Q137.67188 659.1506 137.01562 660.0412Q136.35938 660.9318 135.21875 660.9318Q134.0625 660.9318 133.40625 660.19745L133.40625 663.2443L132.32812 663.2443L132.32812 654.4631L133.3125 654.4631L133.35938 655.1662Q134.03125 654.3537 135.20312 654.3537Q136.34375 654.3537 137.0 655.2131Q137.67188 656.07245 137.67188 657.6037L137.67188 657.7131ZM136.59375 657.5881Q136.59375 656.50995 136.125 655.9006Q135.67188 655.2756 134.875 655.2756Q133.89062 655.2756 133.40625 656.13495L133.40625 659.1662Q133.89062 660.0412 134.89062 660.0412Q135.67188 660.0412 136.125 659.4318Q136.59375 658.8068 136.59375 657.5881ZM143.01562 659.1193Q143.01562 658.6818 142.67188 658.44745Q142.34375 658.19745 141.51562 658.0256Q140.70312 657.8537 140.21875 657.6037Q139.73438 657.3537 139.5 657.0256Q139.28125 656.6818 139.28125 656.2131Q139.28125 655.4318 139.9375 654.9006Q140.59375 654.3537 141.625 654.3537Q142.70312 654.3537 143.35938 654.9162Q144.03125 655.4631 144.03125 656.32245L142.95312 656.32245Q142.95312 655.88495 142.5625 655.57245Q142.1875 655.2443 141.625 655.2443Q141.03125 655.2443 140.6875 655.50995Q140.35938 655.75995 140.35938 656.1662Q140.35938 656.5568 140.67188 656.75995Q140.98438 656.9631 141.79688 657.1506Q142.60938 657.32245 143.10938 657.57245Q143.60938 657.82245 143.84375 658.1818Q144.09375 658.5412 144.09375 659.0412Q144.09375 659.9006 143.40625 660.4162Q142.73438 660.9318 141.65625 660.9318Q140.89062 660.9318 140.29688 660.6662Q139.71875 660.38495 139.39062 659.9006Q139.0625 659.4162 139.0625 658.8537L140.14062 658.8537Q140.17188 659.4006 140.57812 659.7287Q140.98438 660.0412 141.65625 660.0412Q142.26562 660.0412 142.64062 659.7912Q143.01562 659.5412 143.01562 659.1193Z" fill-rule="nonzero"/><path fill="#666666" d="M123.046875 717.9991Q123.046875 719.2491 122.625 720.1866Q122.203125 721.10846 121.421875 721.60846Q120.65625 722.10846 119.625 722.10846Q118.625 722.10846 117.84375 721.60846Q117.0625 721.10846 116.625 720.2022Q116.203125 719.28033 116.1875 718.0616L116.1875 717.4522Q116.1875 716.21783 116.609375 715.28033Q117.046875 714.34283 117.828125 713.84283Q118.609375 713.3272 119.625 713.3272Q120.640625 713.3272 121.421875 713.8272Q122.203125 714.3272 122.625 715.2647Q123.046875 716.2022 123.046875 717.4522L123.046875 717.9991ZM121.9375 717.4366Q121.9375 715.92096 121.328125 715.10846Q120.71875 714.29596 119.625 714.29596Q118.546875 714.29596 117.9375 715.10846Q117.328125 715.92096 117.3125 717.35846L117.3125 717.9991Q117.3125 719.46783 117.921875 720.3116Q118.546875 721.1397 119.625 721.1397Q120.71875 721.1397 121.3125 720.35846Q121.921875 719.5616 121.9375 718.0772L121.9375 717.4366ZM125.796875 714.10846L125.796875 715.6397L126.96875 715.6397L126.96875 716.48346L125.796875 716.48346L125.796875 720.40533Q125.796875 720.79596 125.953125 720.98346Q126.109375 721.17096 126.484375 721.17096Q126.671875 721.17096 127.0 721.10846L127.0 721.98346Q126.578125 722.10846 126.171875 722.10846Q125.453125 722.10846 125.078125 721.67096Q124.703125 721.21783 124.703125 720.40533L124.703125 716.48346L123.546875 716.48346L123.546875 715.6397L124.703125 715.6397L124.703125 714.10846L125.796875 714.10846ZM129.40625 716.40533Q130.125 715.53033 131.28125 715.53033Q133.29688 715.53033 133.3125 717.79596L133.3125 721.98346L132.21875 721.98346L132.21875 717.78033Q132.21875 717.10846 131.90625 716.78033Q131.60938 716.4522 130.95312 716.4522Q130.42188 716.4522 130.01562 716.73346Q129.625 717.0147 129.40625 717.46783L129.40625 721.98346L128.32812 721.98346L128.32812 712.98346L129.40625 712.98346L129.40625 716.40533ZM137.95312 722.10846Q136.65625 722.10846 135.84375 721.2647Q135.04688 720.40533 135.04688 718.98346L135.04688 718.79596Q135.04688 717.84283 135.40625 717.10846Q135.76562 716.35846 136.40625 715.9522Q137.0625 715.53033 137.8125 715.53033Q139.04688 715.53033 139.73438 716.34283Q140.42188 717.15533 140.42188 718.67096L140.42188 719.1241L136.125 719.1241Q136.15625 720.0616 136.67188 720.6397Q137.20312 721.21783 138.01562 721.21783Q138.57812 721.21783 138.96875 720.98346Q139.375 720.7491 139.6875 720.35846L140.34375 720.8741Q139.54688 722.10846 137.95312 722.10846ZM137.8125 716.42096Q137.15625 716.42096 136.70312 716.90533Q136.26562 717.3741 136.17188 718.23346L139.34375 718.23346L139.34375 718.15533Q139.29688 717.3272 138.89062 716.8741Q138.5 716.42096 137.8125 716.42096ZM144.39062 716.60846Q144.14062 716.5772 143.85938 716.5772Q142.78125 716.5772 142.40625 717.48346L142.40625 721.98346L141.32812 721.98346L141.32812 715.6397L142.375 715.6397L142.39062 716.3741Q142.92188 715.53033 143.90625 715.53033Q144.21875 715.53033 144.39062 715.60846L144.39062 716.60846Z" fill-rule="nonzero"/><path fill="#666666" d="M148.5625 773.137Q148.5625 775.0433 147.90625 775.9808Q147.26562 776.90265 145.875 776.90265Q144.51562 776.90265 143.85938 775.9964Q143.20312 775.09015 143.17188 773.27765L143.17188 771.84015Q143.17188 769.9495 143.8125 769.0433Q144.46875 768.1214 145.85938 768.1214Q147.23438 768.1214 147.89062 769.012Q148.54688 769.887 148.5625 771.7308L148.5625 773.137ZM147.46875 771.65265Q147.46875 770.27765 147.07812 769.65265Q146.70312 769.012 145.85938 769.012Q145.03125 769.012 144.64062 769.65265Q144.26562 770.27765 144.26562 771.5745L144.26562 773.3089Q144.26562 774.6839 144.65625 775.3558Q145.0625 776.012 145.875 776.012Q146.67188 776.012 147.0625 775.387Q147.45312 774.762 147.46875 773.4339L147.46875 771.65265ZM150.10938 769.887Q150.10938 769.1214 150.59375 768.6214Q151.09375 768.1214 151.85938 768.1214Q152.64062 768.1214 153.125 768.6214Q153.60938 769.1214 153.60938 769.9183L153.60938 770.34015Q153.60938 771.1058 153.10938 771.6058Q152.625 772.09015 151.875 772.09015Q151.10938 772.09015 150.60938 771.6058Q150.10938 771.1058 150.10938 770.2933L150.10938 769.887ZM150.92188 770.34015Q150.92188 770.7933 151.17188 771.09015Q151.4375 771.387 151.875 771.387Q152.29688 771.387 152.54688 771.1058Q152.79688 770.8089 152.79688 770.3089L152.79688 769.887Q152.79688 769.4339 152.54688 769.137Q152.29688 768.8245 151.85938 768.8245Q151.42188 768.8245 151.17188 769.137Q150.92188 769.4339 150.92188 769.90265L150.92188 770.34015ZM154.26562 774.6839Q154.26562 773.9183 154.75 773.4339Q155.25 772.9339 156.01562 772.9339Q156.78125 772.9339 157.26562 773.4339Q157.76562 773.9183 157.76562 774.7308L157.76562 775.137Q157.76562 775.90265 157.28125 776.40265Q156.79688 776.90265 156.03125 776.90265Q155.26562 776.90265 154.76562 776.4183Q154.26562 775.9183 154.26562 775.1058L154.26562 774.6839ZM155.07812 775.137Q155.07812 775.6058 155.32812 775.90265Q155.59375 776.1995 156.03125 776.1995Q156.45312 776.1995 156.70312 775.9183Q156.95312 775.6214 156.95312 775.1214L156.95312 774.6839Q156.95312 774.21515 156.6875 773.9339Q156.4375 773.637 156.01562 773.637Q155.59375 773.637 155.32812 773.9339Q155.07812 774.21515 155.07812 774.71515L155.07812 775.137ZM152.125 776.137L151.5 775.7464L155.67188 769.0745L156.28125 769.46515L152.125 776.137Z" fill-rule="nonzero"/><path fill="#666666" d="M250.41695 776.77765L244.8232 776.77765L244.8232 775.9964L247.77632 772.71515Q248.43257 771.96515 248.68257 771.512Q248.93257 771.0433 248.93257 770.5433Q248.93257 769.8714 248.52632 769.4495Q248.1357 769.012 247.4482 769.012Q246.65132 769.012 246.1982 769.4808Q245.74507 769.9339 245.74507 770.762L244.66695 770.762Q244.66695 769.5745 245.41695 768.8558Q246.18257 768.1214 247.4482 768.1214Q248.65132 768.1214 249.33882 768.7464Q250.02632 769.3714 250.02632 770.4183Q250.02632 771.6683 248.41695 773.4183L246.1357 775.887L250.41695 775.887L250.41695 776.77765ZM257.18256 773.137Q257.18256 775.0433 256.5263 775.9808Q255.8857 776.90265 254.49507 776.90265Q253.1357 776.90265 252.47945 775.9964Q251.8232 775.09015 251.79195 773.27765L251.79195 771.84015Q251.79195 769.9495 252.43257 769.0433Q253.08882 768.1214 254.47945 768.1214Q255.85445 768.1214 256.51068 769.012Q257.16693 769.887 257.18256 771.7308L257.18256 773.137ZM256.0888 771.65265Q256.0888 770.27765 255.6982 769.65265Q255.3232 769.012 254.47945 769.012Q253.65132 769.012 253.2607 769.65265Q252.8857 770.27765 252.8857 771.5745L252.8857 773.3089Q252.8857 774.6839 253.27632 775.3558Q253.68257 776.012 254.49507 776.012Q255.29195 776.012 255.68257 775.387Q256.07318 774.762 256.0888 773.4339L256.0888 771.65265ZM258.72943 769.887Q258.72943 769.1214 259.2138 768.6214Q259.7138 768.1214 260.47943 768.1214Q261.26068 768.1214 261.74506 768.6214Q262.22943 769.1214 262.22943 769.9183L262.22943 770.34015Q262.22943 771.1058 261.72943 771.6058Q261.24506 772.09015 260.49506 772.09015Q259.72943 772.09015 259.22943 771.6058Q258.72943 771.1058 258.72943 770.2933L258.72943 769.887ZM259.54193 770.34015Q259.54193 770.7933 259.79193 771.09015Q260.05756 771.387 260.49506 771.387Q260.91693 771.387 261.16693 771.1058Q261.41693 770.8089 261.41693 770.3089L261.41693 769.887Q261.41693 769.4339 261.16693 769.137Q260.91693 768.8245 260.47943 768.8245Q260.04193 768.8245 259.79193 769.137Q259.54193 769.4339 259.54193 769.90265L259.54193 770.34015ZM262.88568 774.6839Q262.88568 773.9183 263.37006 773.4339Q263.87006 772.9339 264.63568 772.9339Q265.4013 772.9339 265.88568 773.4339Q266.38568 773.9183 266.38568 774.7308L266.38568 775.137Q266.38568 775.90265 265.9013 776.40265Q265.41693 776.90265 264.6513 776.90265Q263.88568 776.90265 263.38568 776.4183Q262.88568 775.9183 262.88568 775.1058L262.88568 774.6839ZM263.69818 775.137Q263.69818 775.6058 263.94818 775.90265Q264.2138 776.1995 264.6513 776.1995Q265.07318 776.1995 265.32318 775.9183Q265.57318 775.6214 265.57318 775.1214L265.57318 774.6839Q265.57318 774.21515 265.30756 773.9339Q265.05756 773.637 264.63568 773.637Q264.2138 773.637 263.94818 773.9339Q263.69818 774.21515 263.69818 774.71515L263.69818 775.137ZM260.74506 776.137L260.12006 775.7464L264.29193 769.0745L264.9013 769.46515L260.74506 776.137Z" fill-rule="nonzero"/><path fill="#666666" d="M354.5214 773.9183L355.7089 773.9183L355.7089 774.7933L354.5214 774.7933L354.5214 776.77765L353.44327 776.77765L353.44327 774.7933L349.55264 774.7933L349.55264 774.15265L353.36514 768.2464L354.5214 768.2464L354.5214 773.9183ZM350.78702 773.9183L353.44327 773.9183L353.44327 769.7308L353.30264 769.96515L350.78702 773.9183ZM362.30264 773.137Q362.30264 775.0433 361.6464 775.9808Q361.00577 776.90265 359.61514 776.90265Q358.25577 776.90265 357.59952 775.9964Q356.94327 775.09015 356.91202 773.27765L356.91202 771.84015Q356.91202 769.9495 357.55264 769.0433Q358.2089 768.1214 359.59952 768.1214Q360.97452 768.1214 361.63077 769.012Q362.28702 769.887 362.30264 771.7308L362.30264 773.137ZM361.2089 771.65265Q361.2089 770.27765 360.81827 769.65265Q360.44327 769.012 359.59952 769.012Q358.7714 769.012 358.38077 769.65265Q358.00577 770.27765 358.00577 771.5745L358.00577 773.3089Q358.00577 774.6839 358.3964 775.3558Q358.80264 776.012 359.61514 776.012Q360.41202 776.012 360.80264 775.387Q361.19327 774.762 361.2089 773.4339L361.2089 771.65265ZM363.84952 769.887Q363.84952 769.1214 364.3339 768.6214Q364.8339 768.1214 365.59952 768.1214Q366.38077 768.1214 366.86514 768.6214Q367.34952 769.1214 367.34952 769.9183L367.34952 770.34015Q367.34952 771.1058 366.84952 771.6058Q366.36514 772.09015 365.61514 772.09015Q364.84952 772.09015 364.34952 771.6058Q363.84952 771.1058 363.84952 770.2933L363.84952 769.887ZM364.66202 770.34015Q364.66202 770.7933 364.91202 771.09015Q365.17764 771.387 365.61514 771.387Q366.03702 771.387 366.28702 771.1058Q366.53702 770.8089 366.53702 770.3089L366.53702 769.887Q366.53702 769.4339 366.28702 769.137Q366.03702 768.8245 365.59952 768.8245Q365.16202 768.8245 364.91202 769.137Q364.66202 769.4339 364.66202 769.90265L364.66202 770.34015ZM368.00577 774.6839Q368.00577 773.9183 368.49014 773.4339Q368.99014 772.9339 369.75577 772.9339Q370.5214 772.9339 371.00577 773.4339Q371.50577 773.9183 371.50577 774.7308L371.50577 775.137Q371.50577 775.90265 371.0214 776.40265Q370.53702 776.90265 369.7714 776.90265Q369.00577 776.90265 368.50577 776.4183Q368.00577 775.9183 368.00577 775.1058L368.00577 774.6839ZM368.81827 775.137Q368.81827 775.6058 369.06827 775.90265Q369.3339 776.1995 369.7714 776.1995Q370.19327 776.1995 370.44327 775.9183Q370.69327 775.6214 370.69327 775.1214L370.69327 774.6839Q370.69327 774.21515 370.42764 773.9339Q370.17764 773.637 369.75577 773.637Q369.3339 773.637 369.06827 773.9339Q368.81827 774.21515 368.81827 774.71515L368.81827 775.137ZM365.86514 776.137L365.24014 775.7464L369.41202 769.0745L370.0214 769.46515L365.86514 776.137Z" fill-rule="nonzero"/><path fill="#666666" d="M459.32895 768.2464L459.32895 769.15265L459.12582 769.15265Q457.8602 769.1839 457.1102 769.9183Q456.3602 770.637 456.2352 771.9495Q456.9227 771.1839 458.07895 771.1839Q459.18832 771.1839 459.8602 771.96515Q460.53207 772.7464 460.53207 773.9964Q460.53207 775.3089 459.81332 776.1058Q459.09457 776.90265 457.87582 776.90265Q456.65707 776.90265 455.89145 775.96515Q455.14145 775.012 455.14145 773.52765L455.14145 773.1214Q455.14145 770.762 456.14145 769.512Q457.14145 768.262 459.12582 768.2464L459.32895 768.2464ZM457.90707 772.09015Q457.34457 772.09015 456.87582 772.4183Q456.40707 772.7464 456.21957 773.262L456.21957 773.65265Q456.21957 774.71515 456.68832 775.3558Q457.1727 775.9964 457.87582 775.9964Q458.6102 775.9964 459.03207 775.46515Q459.45395 774.9183 459.45395 774.0433Q459.45395 773.1683 459.03207 772.637Q458.6102 772.09015 457.90707 772.09015ZM467.4227 773.137Q467.4227 775.0433 466.76645 775.9808Q466.12582 776.90265 464.7352 776.90265Q463.37582 776.90265 462.71957 775.9964Q462.06332 775.09015 462.03207 773.27765L462.03207 771.84015Q462.03207 769.9495 462.6727 769.0433Q463.32895 768.1214 464.71957 768.1214Q466.09457 768.1214 466.75082 769.012Q467.40707 769.887 467.4227 771.7308L467.4227 773.137ZM466.32895 771.65265Q466.32895 770.27765 465.93832 769.65265Q465.56332 769.012 464.71957 769.012Q463.89145 769.012 463.50082 769.65265Q463.12582 770.27765 463.12582 771.5745L463.12582 773.3089Q463.12582 774.6839 463.51645 775.3558Q463.9227 776.012 464.7352 776.012Q465.53207 776.012 465.9227 775.387Q466.31332 774.762 466.32895 773.4339L466.32895 771.65265ZM468.96957 769.887Q468.96957 769.1214 469.45395 768.6214Q469.95395 768.1214 470.71957 768.1214Q471.50082 768.1214 471.9852 768.6214Q472.46957 769.1214 472.46957 769.9183L472.46957 770.34015Q472.46957 771.1058 471.96957 771.6058Q471.4852 772.09015 470.7352 772.09015Q469.96957 772.09015 469.46957 771.6058Q468.96957 771.1058 468.96957 770.2933L468.96957 769.887ZM469.78207 770.34015Q469.78207 770.7933 470.03207 771.09015Q470.2977 771.387 470.7352 771.387Q471.15707 771.387 471.40707 771.1058Q471.65707 770.8089 471.65707 770.3089L471.65707 769.887Q471.65707 769.4339 471.40707 769.137Q471.15707 768.8245 470.71957 768.8245Q470.28207 768.8245 470.03207 769.137Q469.78207 769.4339 469.78207 769.90265L469.78207 770.34015ZM473.12582 774.6839Q473.12582 773.9183 473.6102 773.4339Q474.1102 772.9339 474.87582 772.9339Q475.64145 772.9339 476.12582 773.4339Q476.62582 773.9183 476.62582 774.7308L476.62582 775.137Q476.62582 775.90265 476.14145 776.40265Q475.65707 776.90265 474.89145 776.90265Q474.12582 776.90265 473.62582 776.4183Q473.12582 775.9183 473.12582 775.1058L473.12582 774.6839ZM473.93832 775.137Q473.93832 775.6058 474.18832 775.90265Q474.45395 776.1995 474.89145 776.1995Q475.31332 776.1995 475.56332 775.9183Q475.81332 775.6214 475.81332 775.1214L475.81332 774.6839Q475.81332 774.21515 475.5477 773.9339Q475.2977 773.637 474.87582 773.637Q474.45395 773.637 474.18832 773.9339Q473.93832 774.21515 473.93832 774.71515L473.93832 775.137ZM470.9852 776.137L470.3602 775.7464L474.53207 769.0745L475.14145 769.46515L470.9852 776.137Z" fill-rule="nonzero"/><path fill="#666666" d="M565.3709 770.46515Q565.3709 771.1058 565.02716 771.6058Q564.6834 772.1058 564.1209 772.387Q564.77716 772.6683 565.1678 773.2308Q565.5584 773.77765 565.5584 774.4808Q565.5584 775.5745 564.8084 776.2464Q564.07404 776.90265 562.8553 776.90265Q561.6209 776.90265 560.8709 776.2464Q560.13654 775.5745 560.13654 774.4808Q560.13654 773.77765 560.51154 773.2308Q560.88654 772.6683 561.5584 772.387Q560.9959 772.1058 560.6678 771.6058Q560.33966 771.1058 560.33966 770.46515Q560.33966 769.387 561.02716 768.762Q561.71466 768.1214 562.8553 768.1214Q563.9803 768.1214 564.6678 768.762Q565.3709 769.387 565.3709 770.46515ZM564.4803 774.4495Q564.4803 773.7308 564.02716 773.2933Q563.57404 772.84015 562.83966 772.84015Q562.1053 772.84015 561.65216 773.2933Q561.21466 773.7308 561.21466 774.46515Q561.21466 775.1839 561.65216 775.6058Q562.08966 776.012 562.8553 776.012Q563.6053 776.012 564.0428 775.59015Q564.4803 775.1683 564.4803 774.4495ZM562.8553 769.012Q562.21466 769.012 561.8084 769.4183Q561.4178 769.8089 561.4178 770.4964Q561.4178 771.137 561.8084 771.5433Q562.19904 771.9495 562.83966 771.9495Q563.4959 771.9495 563.88654 771.5433Q564.27716 771.137 564.27716 770.4964Q564.27716 769.84015 563.8709 769.4339Q563.46466 769.012 562.8553 769.012ZM572.5428 773.137Q572.5428 775.0433 571.88654 775.9808Q571.2459 776.90265 569.8553 776.90265Q568.4959 776.90265 567.83966 775.9964Q567.1834 775.09015 567.15216 773.27765L567.15216 771.84015Q567.15216 769.9495 567.7928 769.0433Q568.44904 768.1214 569.83966 768.1214Q571.21466 768.1214 571.8709 769.012Q572.52716 769.887 572.5428 771.7308L572.5428 773.137ZM571.44904 771.65265Q571.44904 770.27765 571.0584 769.65265Q570.6834 769.012 569.83966 769.012Q569.01154 769.012 568.6209 769.65265Q568.2459 770.27765 568.2459 771.5745L568.2459 773.3089Q568.2459 774.6839 568.63654 775.3558Q569.0428 776.012 569.8553 776.012Q570.65216 776.012 571.0428 775.387Q571.4334 774.762 571.44904 773.4339L571.44904 771.65265ZM574.08966 769.887Q574.08966 769.1214 574.57404 768.6214Q575.07404 768.1214 575.83966 768.1214Q576.6209 768.1214 577.1053 768.6214Q577.58966 769.1214 577.58966 769.9183L577.58966 770.34015Q577.58966 771.1058 577.08966 771.6058Q576.6053 772.09015 575.8553 772.09015Q575.08966 772.09015 574.58966 771.6058Q574.08966 771.1058 574.08966 770.2933L574.08966 769.887ZM574.90216 770.34015Q574.90216 770.7933 575.15216 771.09015Q575.4178 771.387 575.8553 771.387Q576.27716 771.387 576.52716 771.1058Q576.77716 770.8089 576.77716 770.3089L576.77716 769.887Q576.77716 769.4339 576.52716 769.137Q576.27716 768.8245 575.83966 768.8245Q575.40216 768.8245 575.15216 769.137Q574.90216 769.4339 574.90216 769.90265L574.90216 770.34015ZM578.2459 774.6839Q578.2459 773.9183 578.7303 773.4339Q579.2303 772.9339 579.9959 772.9339Q580.76154 772.9339 581.2459 773.4339Q581.7459 773.9183 581.7459 774.7308L581.7459 775.137Q581.7459 775.90265 581.26154 776.40265Q580.77716 776.90265 580.01154 776.90265Q579.2459 776.90265 578.7459 776.4183Q578.2459 775.9183 578.2459 775.1058L578.2459 774.6839ZM579.0584 775.137Q579.0584 775.6058 579.3084 775.90265Q579.57404 776.1995 580.01154 776.1995Q580.4334 776.1995 580.6834 775.9183Q580.9334 775.6214 580.9334 775.1214L580.9334 774.6839Q580.9334 774.21515 580.6678 773.9339Q580.4178 773.637 579.9959 773.637Q579.57404 773.637 579.3084 773.9339Q579.0584 774.21515 579.0584 774.71515L579.0584 775.137ZM576.1053 776.137L575.4803 775.7464L579.65216 769.0745L580.26154 769.46515L576.1053 776.137Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M247.6035 811.4951C247.6035 810.9428 248.05121 810.4951 248.6035 810.4951L258.6035 810.4951C259.1558 810.4951 259.6035 810.9428 259.6035 811.4951L259.6035 821.4951C259.6035 822.04736 259.1558 822.4951 258.6035 822.4951L248.6035 822.4951C248.05121 822.4951 247.6035 822.04736 247.6035 821.4951Z" fill-rule="nonzero"/><path fill="#666666" d="M273.90036 820.9951L268.3066 820.9951L268.3066 820.21387L271.25974 816.9326Q271.916 816.1826 272.166 815.7295Q272.416 815.26074 272.416 814.76074Q272.416 814.08887 272.00974 813.667Q271.6191 813.2295 270.9316 813.2295Q270.13474 813.2295 269.6816 813.69824Q269.2285 814.15137 269.2285 814.9795L268.15036 814.9795Q268.15036 813.792 268.90036 813.07324Q269.666 812.33887 270.9316 812.33887Q272.13474 812.33887 272.82224 812.96387Q273.50974 813.58887 273.50974 814.63574Q273.50974 815.88574 271.90036 817.63574L269.6191 820.1045L273.90036 820.1045L273.90036 820.9951ZM280.666 817.3545Q280.666 819.26074 280.00974 820.19824Q279.3691 821.1201 277.9785 821.1201Q276.6191 821.1201 275.96286 820.21387Q275.3066 819.3076 275.27536 817.4951L275.27536 816.0576Q275.27536 814.167 275.916 813.26074Q276.57224 812.33887 277.96286 812.33887Q279.33786 812.33887 279.9941 813.2295Q280.65036 814.1045 280.666 815.94824L280.666 817.3545ZM279.57224 815.8701Q279.57224 814.4951 279.1816 813.8701Q278.8066 813.2295 277.96286 813.2295Q277.13474 813.2295 276.7441 813.8701Q276.3691 814.4951 276.3691 815.792L276.3691 817.52637Q276.3691 818.90137 276.75974 819.57324Q277.166 820.2295 277.9785 820.2295Q278.77536 820.2295 279.166 819.6045Q279.5566 818.9795 279.57224 817.65137L279.57224 815.8701ZM285.8691 820.9951L284.791 820.9951L284.791 813.77637L282.6035 814.57324L282.6035 813.58887L285.71286 812.417L285.8691 812.417L285.8691 820.9951ZM293.57224 812.46387L293.57224 813.3701L293.3691 813.3701Q292.1035 813.40137 291.3535 814.13574Q290.6035 814.8545 290.4785 816.167Q291.166 815.40137 292.32224 815.40137Q293.4316 815.40137 294.1035 816.1826Q294.77536 816.96387 294.77536 818.21387Q294.77536 819.52637 294.0566 820.32324Q293.33786 821.1201 292.1191 821.1201Q290.90036 821.1201 290.13474 820.1826Q289.38474 819.2295 289.38474 817.7451L289.38474 817.33887Q289.38474 814.9795 290.38474 813.7295Q291.38474 812.4795 293.3691 812.46387L293.57224 812.46387ZM292.15036 816.3076Q291.58786 816.3076 291.1191 816.63574Q290.65036 816.96387 290.46286 817.4795L290.46286 817.8701Q290.46286 818.9326 290.9316 819.57324Q291.416 820.21387 292.1191 820.21387Q292.8535 820.21387 293.27536 819.6826Q293.69724 819.13574 293.69724 818.26074Q293.69724 817.38574 293.27536 816.8545Q292.8535 816.3076 292.15036 816.3076Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M311.6035 811.4951C311.6035 810.9428 312.0512 810.4951 312.6035 810.4951L322.6035 810.4951C323.1558 810.4951 323.6035 810.9428 323.6035 811.4951L323.6035 821.4951C323.6035 822.04736 323.1558 822.4951 322.6035 822.4951L312.6035 822.4951C312.0512 822.4951 311.6035 822.04736 311.6035 821.4951Z" fill-rule="nonzero"/><path fill="#666666" d="M337.90036 820.9951L332.3066 820.9951L332.3066 820.21387L335.25974 816.9326Q335.916 816.1826 336.166 815.7295Q336.416 815.26074 336.416 814.76074Q336.416 814.08887 336.00974 813.667Q335.6191 813.2295 334.9316 813.2295Q334.13474 813.2295 333.6816 813.69824Q333.2285 814.15137 333.2285 814.9795L332.15036 814.9795Q332.15036 813.792 332.90036 813.07324Q333.666 812.33887 334.9316 812.33887Q336.13474 812.33887 336.82224 812.96387Q337.50974 813.58887 337.50974 814.63574Q337.50974 815.88574 335.90036 817.63574L333.6191 820.1045L337.90036 820.1045L337.90036 820.9951ZM344.666 817.3545Q344.666 819.26074 344.00974 820.19824Q343.3691 821.1201 341.9785 821.1201Q340.6191 821.1201 339.96286 820.21387Q339.3066 819.3076 339.27536 817.4951L339.27536 816.0576Q339.27536 814.167 339.916 813.26074Q340.57224 812.33887 341.96286 812.33887Q343.33786 812.33887 343.9941 813.2295Q344.65036 814.1045 344.666 815.94824L344.666 817.3545ZM343.57224 815.8701Q343.57224 814.4951 343.1816 813.8701Q342.8066 813.2295 341.96286 813.2295Q341.13474 813.2295 340.7441 813.8701Q340.3691 814.4951 340.3691 815.792L340.3691 817.52637Q340.3691 818.90137 340.75974 819.57324Q341.166 820.2295 341.9785 820.2295Q342.77536 820.2295 343.166 819.6045Q343.5566 818.9795 343.57224 817.65137L343.57224 815.8701ZM349.8691 820.9951L348.791 820.9951L348.791 813.77637L346.6035 814.57324L346.6035 813.58887L349.71286 812.417L349.8691 812.417L349.8691 820.9951ZM358.82224 813.07324L355.291 820.9951L354.15036 820.9951L357.666 813.3545L353.0566 813.3545L353.0566 812.46387L358.82224 812.46387L358.82224 813.07324Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M375.6035 811.4951C375.6035 810.9428 376.0512 810.4951 376.6035 810.4951L386.6035 810.4951C387.1558 810.4951 387.6035 810.9428 387.6035 811.4951L387.6035 821.4951C387.6035 822.04736 387.1558 822.4951 386.6035 822.4951L376.6035 822.4951C376.0512 822.4951 375.6035 822.04736 375.6035 821.4951Z" fill-rule="nonzero"/><path fill="#666666" d="M401.90036 820.9951L396.3066 820.9951L396.3066 820.21387L399.25974 816.9326Q399.916 816.1826 400.166 815.7295Q400.416 815.26074 400.416 814.76074Q400.416 814.08887 400.00974 813.667Q399.6191 813.2295 398.9316 813.2295Q398.13474 813.2295 397.6816 813.69824Q397.2285 814.15137 397.2285 814.9795L396.15036 814.9795Q396.15036 813.792 396.90036 813.07324Q397.666 812.33887 398.9316 812.33887Q400.13474 812.33887 400.82224 812.96387Q401.50974 813.58887 401.50974 814.63574Q401.50974 815.88574 399.90036 817.63574L397.6191 820.1045L401.90036 820.1045L401.90036 820.9951ZM408.666 817.3545Q408.666 819.26074 408.00974 820.19824Q407.3691 821.1201 405.9785 821.1201Q404.6191 821.1201 403.96286 820.21387Q403.3066 819.3076 403.27536 817.4951L403.27536 816.0576Q403.27536 814.167 403.916 813.26074Q404.57224 812.33887 405.96286 812.33887Q407.33786 812.33887 407.9941 813.2295Q408.65036 814.1045 408.666 815.94824L408.666 817.3545ZM407.57224 815.8701Q407.57224 814.4951 407.1816 813.8701Q406.8066 813.2295 405.96286 813.2295Q405.13474 813.2295 404.7441 813.8701Q404.3691 814.4951 404.3691 815.792L404.3691 817.52637Q404.3691 818.90137 404.75974 819.57324Q405.166 820.2295 405.9785 820.2295Q406.77536 820.2295 407.166 819.6045Q407.5566 818.9795 407.57224 817.65137L407.57224 815.8701ZM413.8691 820.9951L412.791 820.9951L412.791 813.77637L410.6035 814.57324L410.6035 813.58887L413.71286 812.417L413.8691 812.417L413.8691 820.9951ZM422.4941 814.6826Q422.4941 815.32324 422.15036 815.82324Q421.8066 816.32324 421.2441 816.6045Q421.90036 816.88574 422.291 817.44824Q422.6816 817.9951 422.6816 818.69824Q422.6816 819.792 421.9316 820.46387Q421.19724 821.1201 419.9785 821.1201Q418.7441 821.1201 417.9941 820.46387Q417.25974 819.792 417.25974 818.69824Q417.25974 817.9951 417.63474 817.44824Q418.00974 816.88574 418.6816 816.6045Q418.1191 816.32324 417.791 815.82324Q417.46286 815.32324 417.46286 814.6826Q417.46286 813.6045 418.15036 812.9795Q418.83786 812.33887 419.9785 812.33887Q421.1035 812.33887 421.791 812.9795Q422.4941 813.6045 422.4941 814.6826ZM421.6035 818.667Q421.6035 817.94824 421.15036 817.51074Q420.69724 817.0576 419.96286 817.0576Q419.2285 817.0576 418.77536 817.51074Q418.33786 817.94824 418.33786 818.6826Q418.33786 819.40137 418.77536 819.82324Q419.21286 820.2295 419.9785 820.2295Q420.7285 820.2295 421.166 819.8076Q421.6035 819.38574 421.6035 818.667ZM419.9785 813.2295Q419.33786 813.2295 418.9316 813.63574Q418.541 814.02637 418.541 814.71387Q418.541 815.3545 418.9316 815.76074Q419.32224 816.167 419.96286 816.167Q420.6191 816.167 421.00974 815.76074Q421.40036 815.3545 421.40036 814.71387Q421.40036 814.0576 420.9941 813.65137Q420.58786 813.2295 419.9785 813.2295Z" fill-rule="nonzero"/><path fill="#00add8" d="M439.6035 811.4951C439.6035 810.9428 440.0512 810.4951 440.6035 810.4951L450.6035 810.4951C451.1558 810.4951 451.6035 810.9428 451.6035 811.4951L451.6035 821.4951C451.6035 822.04736 451.1558 822.4951 450.6035 822.4951L440.6035 822.4951C440.0512 822.4951 439.6035 822.04736 439.6035 821.4951Z" fill-rule="nonzero"/><path fill="#666666" d="M465.90036 820.9951L460.3066 820.9951L460.3066 820.21387L463.25974 816.9326Q463.916 816.1826 464.166 815.7295Q464.416 815.26074 464.416 814.76074Q464.416 814.08887 464.00974 813.667Q463.6191 813.2295 462.9316 813.2295Q462.13474 813.2295 461.6816 813.69824Q461.2285 814.15137 461.2285 814.9795L460.15036 814.9795Q460.15036 813.792 460.90036 813.07324Q461.666 812.33887 462.9316 812.33887Q464.13474 812.33887 464.82224 812.96387Q465.50974 813.58887 465.50974 814.63574Q465.50974 815.88574 463.90036 817.63574L461.6191 820.1045L465.90036 820.1045L465.90036 820.9951ZM472.666 817.3545Q472.666 819.26074 472.00974 820.19824Q471.3691 821.1201 469.9785 821.1201Q468.6191 821.1201 467.96286 820.21387Q467.3066 819.3076 467.27536 817.4951L467.27536 816.0576Q467.27536 814.167 467.916 813.26074Q468.57224 812.33887 469.96286 812.33887Q471.33786 812.33887 471.9941 813.2295Q472.65036 814.1045 472.666 815.94824L472.666 817.3545ZM471.57224 815.8701Q471.57224 814.4951 471.1816 813.8701Q470.8066 813.2295 469.96286 813.2295Q469.13474 813.2295 468.7441 813.8701Q468.3691 814.4951 468.3691 815.792L468.3691 817.52637Q468.3691 818.90137 468.75974 819.57324Q469.166 820.2295 469.9785 820.2295Q470.77536 820.2295 471.166 819.6045Q471.5566 818.9795 471.57224 817.65137L471.57224 815.8701ZM477.8691 820.9951L476.791 820.9951L476.791 813.77637L474.6035 814.57324L474.6035 813.58887L477.71286 812.417L477.8691 812.417L477.8691 820.9951ZM485.46286 817.2451Q485.13474 817.65137 484.65036 817.90137Q484.1816 818.13574 483.6191 818.13574Q482.88474 818.13574 482.33786 817.77637Q481.791 817.417 481.4941 816.76074Q481.19724 816.08887 481.19724 815.292Q481.19724 814.44824 481.50974 813.76074Q481.83786 813.07324 482.4316 812.71387Q483.041 812.33887 483.83786 812.33887Q485.1035 812.33887 485.82224 813.292Q486.5566 814.2451 486.5566 815.8701L486.5566 816.1826Q486.5566 818.6826 485.57224 819.82324Q484.58786 820.96387 482.6035 820.9951L482.38474 820.9951L482.38474 820.08887L482.6191 820.08887Q483.96286 820.0576 484.6816 819.38574Q485.40036 818.71387 485.46286 817.2451ZM483.791 817.2451Q484.33786 817.2451 484.791 816.917Q485.25974 816.57324 485.4785 816.08887L485.4785 815.65137Q485.4785 814.58887 485.00974 813.917Q484.541 813.2451 483.83786 813.2451Q483.1191 813.2451 482.6816 813.792Q482.25974 814.33887 482.25974 815.2451Q482.25974 816.1201 482.666 816.6826Q483.08786 817.2451 483.791 817.2451ZM491.38474 817.52637Q491.38474 816.21387 491.7285 814.9951Q492.08786 813.77637 492.791 812.77637Q493.4941 811.77637 494.25974 811.3701L494.4785 812.08887Q493.6191 812.7451 493.07224 814.08887Q492.52536 815.4326 492.4785 817.1045L492.46286 817.6045Q492.46286 819.8701 493.291 821.52637Q493.791 822.52637 494.4785 823.08887L494.25974 823.7451Q493.4785 823.32324 492.75974 822.292Q491.38474 820.3076 491.38474 817.52637ZM496.44724 814.65137L496.4785 815.44824Q497.21286 814.542 498.38474 814.542Q500.40036 814.542 500.416 816.8076L500.416 820.9951L499.32224 820.9951L499.32224 816.792Q499.32224 816.1201 499.00974 815.792Q498.71286 815.46387 498.0566 815.46387Q497.52536 815.46387 497.1191 815.7451Q496.7285 816.02637 496.50974 816.4795L496.50974 820.9951L495.4316 820.9951L495.4316 814.65137L496.44724 814.65137ZM507.38474 816.2295L502.4941 816.2295L502.4941 815.27637L507.38474 815.27637L507.38474 816.2295ZM507.38474 818.65137L502.4941 818.65137L502.4941 817.71387L507.38474 817.71387L507.38474 818.65137ZM514.49414 814.6826Q514.49414 815.32324 514.1504 815.82324Q513.80664 816.32324 513.24414 816.6045Q513.9004 816.88574 514.291 817.44824Q514.68164 817.9951 514.68164 818.69824Q514.68164 819.792 513.93164 820.46387Q513.19727 821.1201 511.9785 821.1201Q510.7441 821.1201 509.9941 820.46387Q509.25974 819.792 509.25974 818.69824Q509.25974 817.9951 509.63474 817.44824Q510.00974 816.88574 510.6816 816.6045Q510.1191 816.32324 509.791 815.82324Q509.46286 815.32324 509.46286 814.6826Q509.46286 813.6045 510.15036 812.9795Q510.83786 812.33887 511.9785 812.33887Q513.1035 812.33887 513.791 812.9795Q514.49414 813.6045 514.49414 814.6826ZM513.6035 818.667Q513.6035 817.94824 513.1504 817.51074Q512.69727 817.0576 511.96286 817.0576Q511.2285 817.0576 510.77536 817.51074Q510.33786 817.94824 510.33786 818.6826Q510.33786 819.40137 510.77536 819.82324Q511.21286 820.2295 511.9785 820.2295Q512.7285 820.2295 513.166 819.8076Q513.6035 819.38574 513.6035 818.667ZM511.9785 813.2295Q511.33786 813.2295 510.9316 813.63574Q510.541 814.02637 510.541 814.71387Q510.541 815.3545 510.9316 815.76074Q511.32224 816.167 511.96286 816.167Q512.61914 816.167 513.00977 815.76074Q513.4004 815.3545 513.4004 814.71387Q513.4004 814.0576 512.99414 813.65137Q512.5879 813.2295 511.9785 813.2295ZM516.38477 822.69824L515.7754 822.27637Q516.32227 821.51074 516.3535 820.6826L516.3535 819.71387L517.416 819.71387L517.416 820.5576Q517.416 821.15137 517.11914 821.7451Q516.82227 822.33887 516.38477 822.69824ZM518.80664 816.71387L519.24414 812.46387L523.61914 812.46387L523.61914 813.46387L520.166 813.46387L519.9004 815.792Q520.541 815.417 521.3379 815.417Q522.49414 815.417 523.18164 816.19824Q523.86914 816.96387 523.86914 818.27637Q523.86914 819.58887 523.1504 820.3545Q522.44727 821.1201 521.166 821.1201Q520.041 821.1201 519.32227 820.4951Q518.6035 819.8545 518.50977 818.7451L519.5254 818.7451Q519.63477 819.4795 520.05664 819.8545Q520.4785 820.2295 521.166 820.2295Q521.916 820.2295 522.3535 819.71387Q522.791 819.19824 522.791 818.292Q522.791 817.4326 522.32227 816.917Q521.8535 816.40137 521.07227 816.40137Q520.36914 816.40137 519.9629 816.69824L519.68164 816.9326L518.80664 816.71387ZM530.49414 814.6826Q530.49414 815.32324 530.1504 815.82324Q529.80664 816.32324 529.24414 816.6045Q529.9004 816.88574 530.291 817.44824Q530.68164 817.9951 530.68164 818.69824Q530.68164 819.792 529.93164 820.46387Q529.19727 821.1201 527.9785 821.1201Q526.74414 821.1201 525.99414 820.46387Q525.25977 819.792 525.25977 818.69824Q525.25977 817.9951 525.63477 817.44824Q526.00977 816.88574 526.68164 816.6045Q526.11914 816.32324 525.791 815.82324Q525.4629 815.32324 525.4629 814.6826Q525.4629 813.6045 526.1504 812.9795Q526.8379 812.33887 527.9785 812.33887Q529.1035 812.33887 529.791 812.9795Q530.49414 813.6045 530.49414 814.6826ZM529.6035 818.667Q529.6035 817.94824 529.1504 817.51074Q528.69727 817.0576 527.9629 817.0576Q527.2285 817.0576 526.7754 817.51074Q526.3379 817.94824 526.3379 818.6826Q526.3379 819.40137 526.7754 819.82324Q527.2129 820.2295 527.9785 820.2295Q528.7285 820.2295 529.166 819.8076Q529.6035 819.38574 529.6035 818.667ZM527.9785 813.2295Q527.3379 813.2295 526.93164 813.63574Q526.541 814.02637 526.541 814.71387Q526.541 815.3545 526.93164 815.76074Q527.32227 816.167 527.9629 816.167Q528.61914 816.167 529.00977 815.76074Q529.4004 815.3545 529.4004 814.71387Q529.4004 814.0576 528.99414 813.65137Q528.5879 813.2295 527.9785 813.2295ZM537.666 817.3545Q537.666 819.26074 537.00977 820.19824Q536.36914 821.1201 534.9785 821.1201Q533.61914 821.1201 532.9629 820.21387Q532.30664 819.3076 532.2754 817.4951L532.2754 816.0576Q532.2754 814.167 532.916 813.26074Q533.57227 812.33887 534.9629 812.33887Q536.3379 812.33887 536.99414 813.2295Q537.6504 814.1045 537.666 815.94824L537.666 817.3545ZM536.57227 815.8701Q536.57227 814.4951 536.18164 813.8701Q535.80664 813.2295 534.9629 813.2295Q534.13477 813.2295 533.74414 813.8701Q533.36914 814.4951 533.36914 815.792L533.36914 817.52637Q533.36914 818.90137 533.75977 819.57324Q534.166 820.2295 534.9785 820.2295Q535.7754 820.2295 536.166 819.6045Q536.55664 818.9795 536.57227 817.65137L536.57227 815.8701ZM541.93164 817.58887Q541.93164 818.90137 541.5879 820.1045Q541.24414 821.292 540.5254 822.3076Q539.82227 823.32324 539.05664 823.7451L538.82227 823.08887Q539.7285 822.40137 540.2754 820.94824Q540.82227 819.4795 540.8379 817.71387L540.8379 817.52637Q540.8379 816.292 540.57227 815.2295Q540.32227 814.167 539.8535 813.33887Q539.4004 812.4951 538.82227 812.02637L539.05664 811.3701Q539.82227 811.792 540.5254 812.792Q541.2285 813.792 541.57227 815.01074Q541.93164 816.21387 541.93164 817.58887Z" fill-rule="nonzero"/><path fill="#999999" d="M30.78125 52.932434Q30.78125 51.619934 31.125 50.401184Q31.484375 49.182434 32.1875 48.182434Q32.890625 47.182434 33.65625 46.776184L33.875 47.494934Q33.015625 48.151184 32.46875 49.494934Q31.921875 50.838684 31.875 52.51056L31.859375 53.01056Q31.859375 55.276184 32.6875 56.932434Q33.1875 57.932434 33.875 58.494934L33.65625 59.151184Q32.875 58.72931 32.15625 57.69806Q30.78125 55.713684 30.78125 52.932434ZM38.515625 54.713684Q38.515625 54.276184 38.171875 54.04181Q37.84375 53.79181 37.015625 53.619934Q36.203125 53.44806 35.71875 53.19806Q35.234375 52.94806 35.0 52.619934Q34.78125 52.276184 34.78125 51.807434Q34.78125 51.026184 35.4375 50.494934Q36.09375 49.94806 37.125 49.94806Q38.203125 49.94806 38.859375 50.51056Q39.53125 51.057434 39.53125 51.91681L38.453125 51.91681Q38.453125 51.47931 38.0625 51.16681Q37.6875 50.838684 37.125 50.838684Q36.53125 50.838684 36.1875 51.10431Q35.859375 51.35431 35.859375 51.76056Q35.859375 52.151184 36.171875 52.35431Q36.484375 52.557434 37.296875 52.744934Q38.109375 52.91681 38.609375 53.16681Q39.109375 53.41681 39.34375 53.776184Q39.59375 54.13556 39.59375 54.63556Q39.59375 55.494934 38.90625 56.01056Q38.234375 56.526184 37.15625 56.526184Q36.390625 56.526184 35.796875 56.26056Q35.21875 55.97931 34.890625 55.494934Q34.5625 55.01056 34.5625 54.44806L35.640625 54.44806Q35.671875 54.994934 36.078125 55.32306Q36.484375 55.63556 37.15625 55.63556Q37.765625 55.63556 38.140625 55.38556Q38.515625 55.13556 38.515625 54.713684ZM43.453125 56.526184Q42.15625 56.526184 41.34375 55.682434Q40.546875 54.82306 40.546875 53.401184L40.546875 53.213684Q40.546875 52.26056 40.90625 51.526184Q41.265625 50.776184 41.90625 50.369934Q42.5625 49.94806 43.3125 49.94806Q44.546875 49.94806 45.234375 50.76056Q45.921875 51.57306 45.921875 53.088684L45.921875 53.54181L41.625 53.54181Q41.65625 54.47931 42.171875 55.057434Q42.703125 55.63556 43.515625 55.63556Q44.078125 55.63556 44.46875 55.401184Q44.875 55.16681 45.1875 54.776184L45.84375 55.29181Q45.046875 56.526184 43.453125 56.526184ZM43.3125 50.838684Q42.65625 50.838684 42.203125 51.32306Q41.765625 51.79181 41.671875 52.651184L44.84375 52.651184L44.84375 52.57306Q44.796875 51.744934 44.390625 51.29181Q44.0 50.838684 43.3125 50.838684ZM48.0 56.401184L46.921875 56.401184L46.921875 47.401184L48.0 47.401184L48.0 56.401184ZM52.453125 56.526184Q51.15625 56.526184 50.34375 55.682434Q49.546875 54.82306 49.546875 53.401184L49.546875 53.213684Q49.546875 52.26056 49.90625 51.526184Q50.265625 50.776184 50.90625 50.369934Q51.5625 49.94806 52.3125 49.94806Q53.546875 49.94806 54.234375 50.76056Q54.921875 51.57306 54.921875 53.088684L54.921875 53.54181L50.625 53.54181Q50.65625 54.47931 51.171875 55.057434Q51.703125 55.63556 52.515625 55.63556Q53.078125 55.63556 53.46875 55.401184Q53.875 55.16681 54.1875 54.776184L54.84375 55.29181Q54.046875 56.526184 52.453125 56.526184ZM52.3125 50.838684Q51.65625 50.838684 51.203125 51.32306Q50.765625 51.79181 50.671875 52.651184L53.84375 52.651184L53.84375 52.57306Q53.796875 51.744934 53.390625 51.29181Q53.0 50.838684 52.3125 50.838684ZM58.359375 55.63556Q58.9375 55.63556 59.375 55.29181Q59.8125 54.932434 59.859375 54.401184L60.890625 54.401184Q60.859375 54.94806 60.5 55.44806Q60.15625 55.932434 59.578125 56.22931Q59.015625 56.526184 58.359375 56.526184Q57.0625 56.526184 56.296875 55.66681Q55.546875 54.79181 55.546875 53.29181L55.546875 53.10431Q55.546875 52.182434 55.875 51.463684Q56.21875 50.744934 56.84375 50.35431Q57.484375 49.94806 58.359375 49.94806Q59.421875 49.94806 60.125 50.588684Q60.84375 51.213684 60.890625 52.244934L59.859375 52.244934Q59.8125 51.619934 59.390625 51.22931Q58.96875 50.838684 58.359375 50.838684Q57.53125 50.838684 57.078125 51.432434Q56.625 52.026184 56.625 53.151184L56.625 53.35431Q56.625 54.44806 57.078125 55.04181Q57.53125 55.63556 58.359375 55.63556ZM63.296875 48.526184L63.296875 50.057434L64.46875 50.057434L64.46875 50.901184L63.296875 50.901184L63.296875 54.82306Q63.296875 55.213684 63.453125 55.401184Q63.609375 55.588684 63.984375 55.588684Q64.171875 55.588684 64.5 55.526184L64.5 56.401184Q64.078125 56.526184 63.671875 56.526184Q62.953125 56.526184 62.578125 56.088684Q62.203125 55.63556 62.203125 54.82306L62.203125 50.901184L61.046875 50.901184L61.046875 50.057434L62.203125 50.057434L62.203125 48.526184L63.296875 48.526184ZM72.734375 56.401184Q72.640625 56.213684 72.578125 55.72931Q71.828125 56.526184 70.78125 56.526184Q69.84375 56.526184 69.234375 55.994934Q68.640625 55.463684 68.640625 54.63556Q68.640625 53.651184 69.390625 53.10431Q70.140625 52.557434 71.515625 52.557434L72.5625 52.557434L72.5625 52.057434Q72.5625 51.494934 72.21875 51.16681Q71.890625 50.82306 71.21875 50.82306Q70.640625 50.82306 70.25 51.119934Q69.859375 51.401184 69.859375 51.82306L68.765625 51.82306Q68.765625 51.338684 69.09375 50.901184Q69.4375 50.463684 70.015625 50.213684Q70.59375 49.94806 71.28125 49.94806Q72.390625 49.94806 73.0 50.494934Q73.625 51.04181 73.65625 51.994934L73.65625 54.91681Q73.65625 55.79181 73.875 56.307434L73.875 56.401184L72.734375 56.401184ZM70.9375 55.57306Q71.453125 55.57306 71.90625 55.307434Q72.359375 55.04181 72.5625 54.619934L72.5625 53.32306L71.71875 53.32306Q69.71875 53.32306 69.71875 54.494934Q69.71875 54.994934 70.0625 55.29181Q70.40625 55.57306 70.9375 55.57306ZM77.0 56.401184L75.921875 56.401184L75.921875 47.401184L77.0 47.401184L77.0 56.401184ZM80.0 56.401184L78.921875 56.401184L78.921875 47.401184L80.0 47.401184L80.0 56.401184ZM86.296875 48.526184L86.296875 50.057434L87.46875 50.057434L87.46875 50.901184L86.296875 50.901184L86.296875 54.82306Q86.296875 55.213684 86.453125 55.401184Q86.609375 55.588684 86.984375 55.588684Q87.171875 55.588684 87.5 55.526184L87.5 56.401184Q87.078125 56.526184 86.671875 56.526184Q85.953125 56.526184 85.578125 56.088684Q85.203125 55.63556 85.203125 54.82306L85.203125 50.901184L84.046875 50.901184L84.046875 50.057434L85.203125 50.057434L85.203125 48.526184L86.296875 48.526184ZM89.90625 50.82306Q90.625 49.94806 91.78125 49.94806Q93.796875 49.94806 93.8125 52.213684L93.8125 56.401184L92.71875 56.401184L92.71875 52.19806Q92.71875 51.526184 92.40625 51.19806Q92.109375 50.869934 91.453125 50.869934Q90.921875 50.869934 90.515625 51.151184Q90.125 51.432434 89.90625 51.88556L89.90625 56.401184L88.828125 56.401184L88.828125 47.401184L89.90625 47.401184L89.90625 50.82306ZM99.734375 56.401184Q99.640625 56.213684 99.578125 55.72931Q98.828125 56.526184 97.78125 56.526184Q96.84375 56.526184 96.234375 55.994934Q95.640625 55.463684 95.640625 54.63556Q95.640625 53.651184 96.390625 53.10431Q97.140625 52.557434 98.515625 52.557434L99.5625 52.557434L99.5625 52.057434Q99.5625 51.494934 99.21875 51.16681Q98.890625 50.82306 98.21875 50.82306Q97.640625 50.82306 97.25 51.119934Q96.859375 51.401184 96.859375 51.82306L95.765625 51.82306Q95.765625 51.338684 96.09375 50.901184Q96.4375 50.463684 97.015625 50.213684Q97.59375 49.94806 98.28125 49.94806Q99.390625 49.94806 100.0 50.494934Q100.625 51.04181 100.65625 51.994934L100.65625 54.91681Q100.65625 55.79181 100.875 56.307434L100.875 56.401184L99.734375 56.401184ZM97.9375 55.57306Q98.453125 55.57306 98.90625 55.307434Q99.359375 55.04181 99.5625 54.619934L99.5625 53.32306L98.71875 53.32306Q96.71875 53.32306 96.71875 54.494934Q96.71875 54.994934 97.0625 55.29181Q97.40625 55.57306 97.9375 55.57306ZM104.296875 48.526184L104.296875 50.057434L105.46875 50.057434L105.46875 50.901184L104.296875 50.901184L104.296875 54.82306Q104.296875 55.213684 104.453125 55.401184Q104.609375 55.588684 104.984375 55.588684Q105.171875 55.588684 105.5 55.526184L105.5 56.401184Q105.078125 56.526184 104.671875 56.526184Q103.953125 56.526184 103.578125 56.088684Q103.203125 55.63556 103.203125 54.82306L103.203125 50.901184L102.046875 50.901184L102.046875 50.057434L103.203125 50.057434L103.203125 48.526184L104.296875 48.526184ZM113.734375 56.401184Q113.640625 56.213684 113.578125 55.72931Q112.828125 56.526184 111.78125 56.526184Q110.84375 56.526184 110.234375 55.994934Q109.640625 55.463684 109.640625 54.63556Q109.640625 53.651184 110.390625 53.10431Q111.140625 52.557434 112.515625 52.557434L113.5625 52.557434L113.5625 52.057434Q113.5625 51.494934 113.21875 51.16681Q112.890625 50.82306 112.21875 50.82306Q111.640625 50.82306 111.25 51.119934Q110.859375 51.401184 110.859375 51.82306L109.765625 51.82306Q109.765625 51.338684 110.09375 50.901184Q110.4375 50.463684 111.015625 50.213684Q111.59375 49.94806 112.28125 49.94806Q113.390625 49.94806 114.0 50.494934Q114.625 51.04181 114.65625 51.994934L114.65625 54.91681Q114.65625 55.79181 114.875 56.307434L114.875 56.401184L113.734375 56.401184ZM111.9375 55.57306Q112.453125 55.57306 112.90625 55.307434Q113.359375 55.04181 113.5625 54.619934L113.5625 53.32306L112.71875 53.32306Q110.71875 53.32306 110.71875 54.494934Q110.71875 54.994934 111.0625 55.29181Q111.40625 55.57306 111.9375 55.57306ZM122.171875 53.307434Q122.171875 54.744934 121.515625 55.63556Q120.859375 56.526184 119.71875 56.526184Q118.5625 56.526184 117.90625 55.79181L117.90625 58.838684L116.828125 58.838684L116.828125 50.057434L117.8125 50.057434L117.859375 50.76056Q118.53125 49.94806 119.703125 49.94806Q120.84375 49.94806 121.5 50.807434Q122.171875 51.66681 122.171875 53.19806L122.171875 53.307434ZM121.09375 53.182434Q121.09375 52.10431 120.625 51.494934Q120.171875 50.869934 119.375 50.869934Q118.390625 50.869934 117.90625 51.72931L117.90625 54.76056Q118.390625 55.63556 119.390625 55.63556Q120.171875 55.63556 120.625 55.026184Q121.09375 54.401184 121.09375 53.182434ZM129.17188 53.307434Q129.17188 54.744934 128.51562 55.63556Q127.859375 56.526184 126.71875 56.526184Q125.5625 56.526184 124.90625 55.79181L124.90625 58.838684L123.828125 58.838684L123.828125 50.057434L124.8125 50.057434L124.859375 50.76056Q125.53125 49.94806 126.703125 49.94806Q127.84375 49.94806 128.5 50.807434Q129.17188 51.66681 129.17188 53.19806L129.17188 53.307434ZM128.09375 53.182434Q128.09375 52.10431 127.625 51.494934Q127.171875 50.869934 126.375 50.869934Q125.390625 50.869934 124.90625 51.72931L124.90625 54.76056Q125.390625 55.63556 126.390625 55.63556Q127.171875 55.63556 127.625 55.026184Q128.09375 54.401184 128.09375 53.182434ZM132.0 56.401184L130.92188 56.401184L130.92188 47.401184L132.0 47.401184L132.0 56.401184ZM135.89062 54.807434L137.375 50.057434L138.53125 50.057434L135.98438 57.38556Q135.39062 58.963684 134.10938 58.963684L133.89062 58.94806L133.5 58.869934L133.5 57.994934L133.78125 58.01056Q134.34375 58.01056 134.64062 57.79181Q134.95312 57.57306 135.15625 56.97931L135.39062 56.32306L133.125 50.057434L134.3125 50.057434L135.89062 54.807434ZM142.32812 52.994934Q142.32812 54.307434 141.98438 55.51056Q141.64062 56.69806 140.92188 57.713684Q140.21875 58.72931 139.45312 59.151184L139.21875 58.494934Q140.125 57.807434 140.67188 56.35431Q141.21875 54.88556 141.23438 53.119934L141.23438 52.932434Q141.23438 51.69806 140.96875 50.63556Q140.71875 49.57306 140.25 48.744934Q139.79688 47.901184 139.21875 47.432434L139.45312 46.776184Q140.21875 47.19806 140.92188 48.19806Q141.625 49.19806 141.96875 50.41681Q142.32812 51.619934 142.32812 52.994934Z" fill-rule="nonzero"/><path fill="#666666" d="M32.5625 35.151184L31.25 35.151184L31.25 25.19806L32.5625 25.19806L32.5625 35.151184ZM44.5 33.401184L45.921875 27.76056L47.1875 27.76056L45.046875 35.151184L44.015625 35.151184L42.21875 29.54181L40.46875 35.151184L39.4375 35.151184L37.296875 27.76056L38.546875 27.76056L40.015625 33.29181L41.734375 27.76056L42.75 27.76056L44.5 33.401184ZM52.53125 28.88556Q52.25 28.838684 51.90625 28.838684Q50.671875 28.838684 50.21875 29.901184L50.21875 35.151184L48.953125 35.151184L48.953125 27.76056L50.1875 27.76056L50.203125 28.60431Q50.828125 27.619934 51.96875 27.619934Q52.34375 27.619934 52.53125 27.713684L52.53125 28.88556ZM55.328125 35.151184L54.0625 35.151184L54.0625 27.76056L55.328125 27.76056L55.328125 35.151184ZM53.96875 25.79181Q53.96875 25.47931 54.15625 25.276184Q54.34375 25.057434 54.703125 25.057434Q55.078125 25.057434 55.265625 25.276184Q55.46875 25.47931 55.46875 25.79181Q55.46875 26.10431 55.265625 26.307434Q55.078125 26.51056 54.703125 26.51056Q54.34375 26.51056 54.15625 26.307434Q53.96875 26.10431 53.96875 25.79181ZM58.671875 25.963684L58.671875 27.76056L60.046875 27.76056L60.046875 28.72931L58.671875 28.72931L58.671875 33.32306Q58.671875 33.76056 58.859375 33.994934Q59.046875 34.213684 59.484375 34.213684Q59.703125 34.213684 60.09375 34.119934L60.09375 35.151184Q59.59375 35.29181 59.125 35.29181Q58.265625 35.29181 57.828125 34.776184Q57.40625 34.26056 57.40625 33.32306L57.40625 28.72931L56.0625 28.72931L56.0625 27.76056L57.40625 27.76056L57.40625 25.963684L58.671875 25.963684ZM65.03125 35.29181Q63.515625 35.29181 62.578125 34.307434Q61.640625 33.307434 61.640625 31.651184L61.640625 31.432434Q61.640625 30.32306 62.0625 29.463684Q62.484375 28.588684 63.234375 28.10431Q63.984375 27.619934 64.875 27.619934Q66.3125 27.619934 67.109375 28.57306Q67.90625 29.51056 67.90625 31.29181L67.90625 31.807434L62.90625 31.807434Q62.921875 32.901184 63.53125 33.588684Q64.15625 34.26056 65.09375 34.26056Q65.765625 34.26056 66.21875 33.994934Q66.6875 33.713684 67.046875 33.26056L67.8125 33.85431Q66.890625 35.29181 65.03125 35.29181ZM64.875 28.651184Q64.109375 28.651184 63.578125 29.213684Q63.0625 29.776184 62.9375 30.776184L66.640625 30.776184L66.640625 30.682434Q66.59375 29.713684 66.125 29.182434Q65.65625 28.651184 64.875 28.651184ZM73.671875 25.963684L73.671875 27.76056L75.046875 27.76056L75.046875 28.72931L73.671875 28.72931L73.671875 33.32306Q73.671875 33.76056 73.859375 33.994934Q74.046875 34.213684 74.484375 34.213684Q74.703125 34.213684 75.09375 34.119934L75.09375 35.151184Q74.59375 35.29181 74.125 35.29181Q73.265625 35.29181 72.828125 34.776184Q72.40625 34.26056 72.40625 33.32306L72.40625 28.72931L71.0625 28.72931L71.0625 27.76056L72.40625 27.76056L72.40625 25.963684L73.671875 25.963684ZM78.21875 28.651184Q79.0625 27.619934 80.40625 27.619934Q82.75 27.619934 82.78125 30.26056L82.78125 35.151184L81.515625 35.151184L81.515625 30.26056Q81.5 29.463684 81.140625 29.088684Q80.78125 28.69806 80.03125 28.69806Q79.40625 28.69806 78.9375 29.026184Q78.484375 29.35431 78.21875 29.88556L78.21875 35.151184L76.953125 35.151184L76.953125 24.651184L78.21875 24.651184L78.21875 28.651184ZM88.03125 35.29181Q86.515625 35.29181 85.578125 34.307434Q84.640625 33.307434 84.640625 31.651184L84.640625 31.432434Q84.640625 30.32306 85.0625 29.463684Q85.484375 28.588684 86.234375 28.10431Q86.984375 27.619934 87.875 27.619934Q89.3125 27.619934 90.109375 28.57306Q90.90625 29.51056 90.90625 31.29181L90.90625 31.807434L85.90625 31.807434Q85.921875 32.901184 86.53125 33.588684Q87.15625 34.26056 88.09375 34.26056Q88.765625 34.26056 89.21875 33.994934Q89.6875 33.713684 90.046875 33.26056L90.8125 33.85431Q89.890625 35.29181 88.03125 35.29181ZM87.875 28.651184Q87.109375 28.651184 86.578125 29.213684Q86.0625 29.776184 85.9375 30.776184L89.640625 30.776184L89.640625 30.682434Q89.59375 29.713684 89.125 29.182434Q88.65625 28.651184 87.875 28.651184ZM95.578125 35.151184L95.578125 28.72931L94.40625 28.72931L94.40625 27.76056L95.578125 27.76056L95.578125 26.994934Q95.578125 25.807434 96.203125 25.16681Q96.84375 24.51056 98.015625 24.51056Q98.453125 24.51056 98.875 24.619934L98.8125 25.651184Q98.484375 25.588684 98.125 25.588684Q97.515625 25.588684 97.171875 25.94806Q96.84375 26.307434 96.84375 26.97931L96.84375 27.76056L98.421875 27.76056L98.421875 28.72931L96.84375 28.72931L96.84375 35.151184L95.578125 35.151184ZM99.625 31.38556Q99.625 30.29181 100.046875 29.432434Q100.484375 28.557434 101.234375 28.088684Q102.0 27.619934 102.984375 27.619934Q104.484375 27.619934 105.421875 28.66681Q106.359375 29.713684 106.359375 31.44806L106.359375 31.54181Q106.359375 32.619934 105.9375 33.47931Q105.53125 34.32306 104.75 34.807434Q103.984375 35.29181 103.0 35.29181Q101.484375 35.29181 100.546875 34.244934Q99.625 33.19806 99.625 31.47931L99.625 31.38556ZM100.890625 31.54181Q100.890625 32.76056 101.453125 33.51056Q102.03125 34.26056 103.0 34.26056Q103.953125 34.26056 104.515625 33.51056Q105.09375 32.744934 105.09375 31.38556Q105.09375 30.16681 104.515625 29.41681Q103.9375 28.651184 102.984375 28.651184Q102.046875 28.651184 101.46875 29.401184Q100.890625 30.151184 100.890625 31.54181ZM109.328125 35.151184L108.0625 35.151184L108.0625 24.651184L109.328125 24.651184L109.328125 35.151184ZM112.328125 35.151184L111.0625 35.151184L111.0625 24.651184L112.328125 24.651184L112.328125 35.151184ZM113.625 31.38556Q113.625 30.29181 114.046875 29.432434Q114.484375 28.557434 115.234375 28.088684Q116.0 27.619934 116.984375 27.619934Q118.484375 27.619934 119.421875 28.66681Q120.359375 29.713684 120.359375 31.44806L120.359375 31.54181Q120.359375 32.619934 119.9375 33.47931Q119.53125 34.32306 118.75 34.807434Q117.984375 35.29181 117.0 35.29181Q115.484375 35.29181 114.546875 34.244934Q113.625 33.19806 113.625 31.47931L113.625 31.38556ZM114.890625 31.54181Q114.890625 32.76056 115.453125 33.51056Q116.03125 34.26056 117.0 34.26056Q117.953125 34.26056 118.515625 33.51056Q119.09375 32.744934 119.09375 31.38556Q119.09375 30.16681 118.515625 29.41681Q117.9375 28.651184 116.984375 28.651184Q116.046875 28.651184 115.46875 29.401184Q114.890625 30.151184 114.890625 31.54181ZM128.5 33.401184L129.92188 27.76056L131.1875 27.76056L129.04688 35.151184L128.01562 35.151184L126.21875 29.54181L124.46875 35.151184L123.4375 35.151184L121.296875 27.76056L122.546875 27.76056L124.015625 33.29181L125.734375 27.76056L126.75 27.76056L128.5 33.401184ZM134.32812 35.151184L133.0625 35.151184L133.0625 27.76056L134.32812 27.76056L134.32812 35.151184ZM132.96875 25.79181Q132.96875 25.47931 133.15625 25.276184Q133.34375 25.057434 133.70312 25.057434Q134.07812 25.057434 134.26562 25.276184Q134.46875 25.47931 134.46875 25.79181Q134.46875 26.10431 134.26562 26.307434Q134.07812 26.51056 133.70312 26.51056Q133.34375 26.51056 133.15625 26.307434Q132.96875 26.10431 132.96875 25.79181ZM137.15625 27.76056L137.1875 28.682434Q138.04688 27.619934 139.40625 27.619934Q141.75 27.619934 141.78125 30.26056L141.78125 35.151184L140.51562 35.151184L140.51562 30.26056Q140.5 29.463684 140.14062 29.088684Q139.78125 28.69806 139.03125 28.69806Q138.40625 28.69806 137.9375 29.026184Q137.48438 29.35431 137.21875 29.88556L137.21875 35.151184L135.95312 35.151184L135.95312 27.76056L137.15625 27.76056ZM143.65625 31.38556Q143.65625 29.66681 144.45312 28.651184Q145.25 27.619934 146.57812 27.619934Q147.92188 27.619934 148.6875 28.57306L148.75 27.76056L149.90625 27.76056L149.90625 34.97931Q149.90625 36.41681 149.04688 37.22931Q148.20312 38.057434 146.76562 38.057434Q145.96875 38.057434 145.20312 37.713684Q144.4375 37.38556 144.03125 36.79181L144.6875 36.026184Q145.5 37.026184 146.67188 37.026184Q147.59375 37.026184 148.10938 36.51056Q148.64062 35.994934 148.64062 35.04181L148.64062 34.41681Q147.875 35.29181 146.5625 35.29181Q145.26562 35.29181 144.45312 34.244934Q143.65625 33.19806 143.65625 31.38556ZM144.92188 31.54181Q144.92188 32.79181 145.4375 33.51056Q145.95312 34.213684 146.875 34.213684Q148.07812 34.213684 148.64062 33.119934L148.64062 29.744934Q148.04688 28.69806 146.89062 28.69806Q145.96875 28.69806 145.4375 29.41681Q144.92188 30.119934 144.92188 31.54181ZM156.32812 35.151184L155.0625 35.151184L155.0625 27.76056L156.32812 27.76056L156.32812 35.151184ZM154.96875 25.79181Q154.96875 25.47931 155.15625 25.276184Q155.34375 25.057434 155.70312 25.057434Q156.07812 25.057434 156.26562 25.276184Q156.46875 25.47931 156.46875 25.79181Q156.46875 26.10431 156.26562 26.307434Q156.07812 26.51056 155.70312 26.51056Q155.34375 26.51056 155.15625 26.307434Q154.96875 26.10431 154.96875 25.79181ZM159.15625 27.76056L159.1875 28.682434Q160.04688 27.619934 161.40625 27.619934Q163.75 27.619934 163.78125 30.26056L163.78125 35.151184L162.51562 35.151184L162.51562 30.26056Q162.5 29.463684 162.14062 29.088684Q161.78125 28.69806 161.03125 28.69806Q160.40625 28.69806 159.9375 29.026184Q159.48438 29.35431 159.21875 29.88556L159.21875 35.151184L157.95312 35.151184L157.95312 27.76056L159.15625 27.76056ZM176.5 33.838684Q176.0 34.57306 175.09375 34.932434Q174.1875 35.29181 172.98438 35.29181Q171.76562 35.29181 170.8125 34.72931Q169.875 34.151184 169.35938 33.10431Q168.84375 32.04181 168.82812 30.651184L168.82812 29.79181Q168.82812 27.54181 169.875 26.307434Q170.9375 25.057434 172.82812 25.057434Q174.39062 25.057434 175.34375 25.85431Q176.29688 26.651184 176.5 28.119934L175.1875 28.119934Q174.82812 26.13556 172.84375 26.13556Q171.51562 26.13556 170.82812 27.07306Q170.15625 27.994934 170.15625 29.744934L170.15625 30.557434Q170.15625 32.244934 170.92188 33.22931Q171.6875 34.213684 172.98438 34.213684Q173.73438 34.213684 174.28125 34.057434Q174.84375 33.88556 175.20312 33.494934L175.20312 31.26056L172.89062 31.26056L172.89062 30.19806L176.5 30.19806L176.5 33.838684ZM178.625 31.38556Q178.625 30.29181 179.04688 29.432434Q179.48438 28.557434 180.23438 28.088684Q181.0 27.619934 181.98438 27.619934Q183.48438 27.619934 184.42188 28.66681Q185.35938 29.713684 185.35938 31.44806L185.35938 31.54181Q185.35938 32.619934 184.9375 33.47931Q184.53125 34.32306 183.75 34.807434Q182.98438 35.29181 182.0 35.29181Q180.48438 35.29181 179.54688 34.244934Q178.625 33.19806 178.625 31.47931L178.625 31.38556ZM179.89062 31.54181Q179.89062 32.76056 180.45312 33.51056Q181.03125 34.26056 182.0 34.26056Q182.95312 34.26056 183.51562 33.51056Q184.09375 32.744934 184.09375 31.38556Q184.09375 30.16681 183.51562 29.41681Q182.9375 28.651184 181.98438 28.651184Q181.04688 28.651184 180.46875 29.401184Q179.89062 30.151184 179.89062 31.54181ZM186.98438 34.494934Q186.98438 34.16681 187.17188 33.94806Q187.375 33.72931 187.76562 33.72931Q188.15625 33.72931 188.35938 33.94806Q188.5625 34.16681 188.5625 34.494934Q188.5625 34.807434 188.35938 35.026184Q188.15625 35.22931 187.76562 35.22931Q187.375 35.22931 187.17188 35.026184Q186.98438 34.807434 186.98438 34.494934ZM186.98438 28.494934Q186.98438 28.16681 187.17188 27.94806Q187.375 27.72931 187.76562 27.72931Q188.15625 27.72931 188.35938 27.94806Q188.5625 28.16681 188.5625 28.494934Q188.5625 28.807434 188.35938 29.026184Q188.15625 29.22931 187.76562 29.22931Q187.375 29.22931 187.17188 29.026184Q186.98438 28.807434 186.98438 28.494934Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig2.svg b/_content/survey2019/fig2.svg
deleted file mode 100644
index a62f4d3..0000000
--- a/_content/survey2019/fig2.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 348.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="348" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 348.0L0 348.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 48.5L222.5 292.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 48.5L311.5 292.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 48.5L400.5 292.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 48.5L488.5 292.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 48.5L577.5 292.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 48.5L577.525 48.5L577.525 292.5L222.5 292.5L222.5 48.5Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 78.0L222.0 59.0L240.0 59.0C241.10457 59.0 242.0 59.89543 242.0 61.0L242.0 76.0C242.0 77.10457 241.10457 78.0 240.0 78.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 78.0L222.0 59.0L240.0 59.0C241.10457 59.0 242.0 59.89543 242.0 61.0L242.0 76.0C242.0 77.10457 241.10457 78.0 240.0 78.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 107.0L222.0 88.0L275.0 88.0C276.10458 88.0 277.0 88.89543 277.0 90.0L277.0 105.0C277.0 106.10457 276.10458 107.0 275.0 107.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 107.0L222.0 88.0L275.0 88.0C276.10458 88.0 277.0 88.89543 277.0 90.0L277.0 105.0C277.0 106.10457 276.10458 107.0 275.0 107.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 137.0L222.0 118.0L324.0 118.0C325.10458 118.0 326.0 118.89543 326.0 120.0L326.0 135.0C326.0 136.10457 325.10458 137.0 324.0 137.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 137.0L222.0 118.0L324.0 118.0C325.10458 118.0 326.0 118.89543 326.0 120.0L326.0 135.0C326.0 136.10457 325.10458 137.0 324.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 166.0L222.0 147.0L321.0 147.0C322.10458 147.0 323.0 147.89543 323.0 149.0L323.0 164.0C323.0 165.10457 322.10458 166.0 321.0 166.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 166.0L222.0 147.0L321.0 147.0C322.10458 147.0 323.0 147.89543 323.0 149.0L323.0 164.0C323.0 165.10457 322.10458 166.0 321.0 166.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 195.0L222.0 176.0L290.0 176.0C291.10458 176.0 292.0 176.89543 292.0 178.0L292.0 193.0C292.0 194.10457 291.10458 195.0 290.0 195.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 195.0L222.0 176.0L290.0 176.0C291.10458 176.0 292.0 176.89543 292.0 178.0L292.0 193.0C292.0 194.10457 291.10458 195.0 290.0 195.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 224.0L222.0 205.0L257.0 205.0C258.10458 205.0 259.0 205.89543 259.0 207.0L259.0 222.0C259.0 223.10457 258.10458 224.0 257.0 224.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 224.0L222.0 205.0L257.0 205.0C258.10458 205.0 259.0 205.89543 259.0 207.0L259.0 222.0C259.0 223.10457 258.10458 224.0 257.0 224.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 254.0L222.0 235.0L268.0 235.0C269.10458 235.0 270.0 235.89543 270.0 237.0L270.0 252.0C270.0 253.10457 269.10458 254.0 268.0 254.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 254.0L222.0 235.0L268.0 235.0C269.10458 235.0 270.0 235.89543 270.0 237.0L270.0 252.0C270.0 253.10457 269.10458 254.0 268.0 254.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 283.0L222.0 264.0L234.0 264.0C235.10457 264.0 236.0 264.89542 236.0 266.0L236.0 281.0C236.0 282.10458 235.10457 283.0 234.0 283.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 283.0L222.0 264.0L234.0 264.0C235.10457 264.0 236.0 264.89542 236.0 266.0L236.0 281.0C236.0 282.10458 235.10457 283.0 234.0 283.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M258.80573 69.640625L259.99323 69.640625L259.99323 70.515625L258.80573 70.515625L258.80573 72.5L257.7276 72.5L257.7276 70.515625L253.83696 70.515625L253.83696 69.875L257.64948 63.96875L258.80573 63.96875L258.80573 69.640625ZM255.07133 69.640625L257.7276 69.640625L257.7276 65.453125L257.58698 65.6875L255.07133 69.640625ZM261.13385 65.609375Q261.13385 64.84375 261.61823 64.34375Q262.11823 63.84375 262.88385 63.84375Q263.6651 63.84375 264.14948 64.34375Q264.63385 64.84375 264.63385 65.640625L264.63385 66.0625Q264.63385 66.828125 264.13385 67.328125Q263.64948 67.8125 262.89948 67.8125Q262.13385 67.8125 261.63385 67.328125Q261.13385 66.828125 261.13385 66.015625L261.13385 65.609375ZM261.94635 66.0625Q261.94635 66.515625 262.19635 66.8125Q262.46198 67.109375 262.89948 67.109375Q263.32135 67.109375 263.57135 66.828125Q263.82135 66.53125 263.82135 66.03125L263.82135 65.609375Q263.82135 65.15625 263.57135 64.859375Q263.32135 64.546875 262.88385 64.546875Q262.44635 64.546875 262.19635 64.859375Q261.94635 65.15625 261.94635 65.625L261.94635 66.0625ZM265.2901 70.40625Q265.2901 69.640625 265.77448 69.15625Q266.27448 68.65625 267.0401 68.65625Q267.80573 68.65625 268.2901 69.15625Q268.7901 69.640625 268.7901 70.453125L268.7901 70.859375Q268.7901 71.625 268.30573 72.125Q267.82135 72.625 267.05573 72.625Q266.2901 72.625 265.7901 72.140625Q265.2901 71.640625 265.2901 70.828125L265.2901 70.40625ZM266.1026 70.859375Q266.1026 71.328125 266.3526 71.625Q266.61823 71.921875 267.05573 71.921875Q267.4776 71.921875 267.7276 71.640625Q267.9776 71.34375 267.9776 70.84375L267.9776 70.40625Q267.9776 69.9375 267.71198 69.65625Q267.46198 69.359375 267.0401 69.359375Q266.61823 69.359375 266.3526 69.65625Q266.1026 69.9375 266.1026 70.4375L266.1026 70.859375ZM263.14948 71.859375L262.52448 71.46875L266.69635 64.796875L267.30573 65.1875L263.14948 71.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M258.80573 69.640625L259.99323 69.640625L259.99323 70.515625L258.80573 70.515625L258.80573 72.5L257.7276 72.5L257.7276 70.515625L253.83696 70.515625L253.83696 69.875L257.64948 63.96875L258.80573 63.96875L258.80573 69.640625ZM255.07133 69.640625L257.7276 69.640625L257.7276 65.453125L257.58698 65.6875L255.07133 69.640625ZM261.13385 65.609375Q261.13385 64.84375 261.61823 64.34375Q262.11823 63.84375 262.88385 63.84375Q263.6651 63.84375 264.14948 64.34375Q264.63385 64.84375 264.63385 65.640625L264.63385 66.0625Q264.63385 66.828125 264.13385 67.328125Q263.64948 67.8125 262.89948 67.8125Q262.13385 67.8125 261.63385 67.328125Q261.13385 66.828125 261.13385 66.015625L261.13385 65.609375ZM261.94635 66.0625Q261.94635 66.515625 262.19635 66.8125Q262.46198 67.109375 262.89948 67.109375Q263.32135 67.109375 263.57135 66.828125Q263.82135 66.53125 263.82135 66.03125L263.82135 65.609375Q263.82135 65.15625 263.57135 64.859375Q263.32135 64.546875 262.88385 64.546875Q262.44635 64.546875 262.19635 64.859375Q261.94635 65.15625 261.94635 65.625L261.94635 66.0625ZM265.2901 70.40625Q265.2901 69.640625 265.77448 69.15625Q266.27448 68.65625 267.0401 68.65625Q267.80573 68.65625 268.2901 69.15625Q268.7901 69.640625 268.7901 70.453125L268.7901 70.859375Q268.7901 71.625 268.30573 72.125Q267.82135 72.625 267.05573 72.625Q266.2901 72.625 265.7901 72.140625Q265.2901 71.640625 265.2901 70.828125L265.2901 70.40625ZM266.1026 70.859375Q266.1026 71.328125 266.3526 71.625Q266.61823 71.921875 267.05573 71.921875Q267.4776 71.921875 267.7276 71.640625Q267.9776 71.34375 267.9776 70.84375L267.9776 70.40625Q267.9776 69.9375 267.71198 69.65625Q267.46198 69.359375 267.0401 69.359375Q266.61823 69.359375 266.3526 69.65625Q266.1026 69.9375 266.1026 70.4375L266.1026 70.859375ZM263.14948 71.859375L262.52448 71.46875L266.69635 64.796875L267.30573 65.1875L263.14948 71.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.94055 101.5L291.86243 101.5L291.86243 94.28125L289.67493 95.078125L289.67493 94.09375L292.7843 92.921875L292.94055 92.921875L292.94055 101.5ZM301.9718 101.5L296.37805 101.5L296.37805 100.71875L299.33118 97.4375Q299.98743 96.6875 300.23743 96.234375Q300.48743 95.765625 300.48743 95.265625Q300.48743 94.59375 300.08118 94.171875Q299.69055 93.734375 299.00305 93.734375Q298.20618 93.734375 297.75305 94.203125Q297.29993 94.65625 297.29993 95.484375L296.2218 95.484375Q296.2218 94.296875 296.9718 93.578125Q297.73743 92.84375 299.00305 92.84375Q300.20618 92.84375 300.89368 93.46875Q301.58118 94.09375 301.58118 95.140625Q301.58118 96.390625 299.9718 98.140625L297.69055 100.609375L301.9718 100.609375L301.9718 101.5ZM303.2843 94.609375Q303.2843 93.84375 303.76868 93.34375Q304.26868 92.84375 305.0343 92.84375Q305.81555 92.84375 306.29993 93.34375Q306.7843 93.84375 306.7843 94.640625L306.7843 95.0625Q306.7843 95.828125 306.2843 96.328125Q305.79993 96.8125 305.04993 96.8125Q304.2843 96.8125 303.7843 96.328125Q303.2843 95.828125 303.2843 95.015625L303.2843 94.609375ZM304.0968 95.0625Q304.0968 95.515625 304.3468 95.8125Q304.61243 96.109375 305.04993 96.109375Q305.4718 96.109375 305.7218 95.828125Q305.9718 95.53125 305.9718 95.03125L305.9718 94.609375Q305.9718 94.15625 305.7218 93.859375Q305.4718 93.546875 305.0343 93.546875Q304.5968 93.546875 304.3468 93.859375Q304.0968 94.15625 304.0968 94.625L304.0968 95.0625ZM307.44055 99.40625Q307.44055 98.640625 307.92493 98.15625Q308.42493 97.65625 309.19055 97.65625Q309.95618 97.65625 310.44055 98.15625Q310.94055 98.640625 310.94055 99.453125L310.94055 99.859375Q310.94055 100.625 310.45618 101.125Q309.9718 101.625 309.20618 101.625Q308.44055 101.625 307.94055 101.140625Q307.44055 100.640625 307.44055 99.828125L307.44055 99.40625ZM308.25305 99.859375Q308.25305 100.328125 308.50305 100.625Q308.76868 100.921875 309.20618 100.921875Q309.62805 100.921875 309.87805 100.640625Q310.12805 100.34375 310.12805 99.84375L310.12805 99.40625Q310.12805 98.9375 309.86243 98.65625Q309.61243 98.359375 309.19055 98.359375Q308.76868 98.359375 308.50305 98.65625Q308.25305 98.9375 308.25305 99.4375L308.25305 99.859375ZM305.29993 100.859375L304.67493 100.46875L308.8468 93.796875L309.45618 94.1875L305.29993 100.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M292.94055 101.5L291.86243 101.5L291.86243 94.28125L289.67493 95.078125L289.67493 94.09375L292.7843 92.921875L292.94055 92.921875L292.94055 101.5ZM301.9718 101.5L296.37805 101.5L296.37805 100.71875L299.33118 97.4375Q299.98743 96.6875 300.23743 96.234375Q300.48743 95.765625 300.48743 95.265625Q300.48743 94.59375 300.08118 94.171875Q299.69055 93.734375 299.00305 93.734375Q298.20618 93.734375 297.75305 94.203125Q297.29993 94.65625 297.29993 95.484375L296.2218 95.484375Q296.2218 94.296875 296.9718 93.578125Q297.73743 92.84375 299.00305 92.84375Q300.20618 92.84375 300.89368 93.46875Q301.58118 94.09375 301.58118 95.140625Q301.58118 96.390625 299.9718 98.140625L297.69055 100.609375L301.9718 100.609375L301.9718 101.5ZM303.2843 94.609375Q303.2843 93.84375 303.76868 93.34375Q304.26868 92.84375 305.0343 92.84375Q305.81555 92.84375 306.29993 93.34375Q306.7843 93.84375 306.7843 94.640625L306.7843 95.0625Q306.7843 95.828125 306.2843 96.328125Q305.79993 96.8125 305.04993 96.8125Q304.2843 96.8125 303.7843 96.328125Q303.2843 95.828125 303.2843 95.015625L303.2843 94.609375ZM304.0968 95.0625Q304.0968 95.515625 304.3468 95.8125Q304.61243 96.109375 305.04993 96.109375Q305.4718 96.109375 305.7218 95.828125Q305.9718 95.53125 305.9718 95.03125L305.9718 94.609375Q305.9718 94.15625 305.7218 93.859375Q305.4718 93.546875 305.0343 93.546875Q304.5968 93.546875 304.3468 93.859375Q304.0968 94.15625 304.0968 94.625L304.0968 95.0625ZM307.44055 99.40625Q307.44055 98.640625 307.92493 98.15625Q308.42493 97.65625 309.19055 97.65625Q309.95618 97.65625 310.44055 98.15625Q310.94055 98.640625 310.94055 99.453125L310.94055 99.859375Q310.94055 100.625 310.45618 101.125Q309.9718 101.625 309.20618 101.625Q308.44055 101.625 307.94055 101.140625Q307.44055 100.640625 307.44055 99.828125L307.44055 99.40625ZM308.25305 99.859375Q308.25305 100.328125 308.50305 100.625Q308.76868 100.921875 309.20618 100.921875Q309.62805 100.921875 309.87805 100.640625Q310.12805 100.34375 310.12805 99.84375L310.12805 99.40625Q310.12805 98.9375 309.86243 98.65625Q309.61243 98.359375 309.19055 98.359375Q308.76868 98.359375 308.50305 98.65625Q308.25305 98.9375 308.25305 99.4375L308.25305 99.859375ZM305.29993 100.859375L304.67493 100.46875L308.8468 93.796875L309.45618 94.1875L305.29993 100.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M344.72 131.5L339.12625 131.5L339.12625 130.71875L342.07938 127.4375Q342.73563 126.6875 342.98563 126.234375Q343.23563 125.765625 343.23563 125.265625Q343.23563 124.59375 342.82938 124.171875Q342.43875 123.734375 341.75125 123.734375Q340.95438 123.734375 340.50125 124.203125Q340.04813 124.65625 340.04813 125.484375L338.97 125.484375Q338.97 124.296875 339.72 123.578125Q340.48563 122.84375 341.75125 122.84375Q342.95438 122.84375 343.64188 123.46875Q344.32938 124.09375 344.32938 125.140625Q344.32938 126.390625 342.72 128.14062L340.43875 130.60938L344.72 130.60938L344.72 131.5ZM347.70438 126.703125L348.51688 126.703125Q349.29813 126.6875 349.73563 126.296875Q350.17313 125.90625 350.17313 125.234375Q350.17313 123.734375 348.67313 123.734375Q347.97 123.734375 347.54813 124.140625Q347.14188 124.546875 347.14188 125.203125L346.04813 125.203125Q346.04813 124.1875 346.7825 123.515625Q347.5325 122.84375 348.67313 122.84375Q349.87625 122.84375 350.56375 123.484375Q351.25125 124.125 351.25125 125.265625Q351.25125 125.828125 350.89188 126.34375Q350.5325 126.859375 349.9075 127.125Q350.61063 127.34375 350.98563 127.859375Q351.37625 128.375 351.37625 129.125Q351.37625 130.26562 350.62625 130.95312Q349.87625 131.625 348.67313 131.625Q347.48563 131.625 346.72 130.96875Q345.97 130.3125 345.97 129.25L347.06375 129.25Q347.06375 129.92188 347.50125 130.32812Q347.93875 130.73438 348.68875 130.73438Q349.47 130.73438 349.87625 130.32812Q350.29813 129.90625 350.29813 129.14062Q350.29813 128.40625 349.845 128.01562Q349.39188 127.609375 348.51688 127.59375L347.70438 127.59375L347.70438 126.703125ZM353.0325 124.609375Q353.0325 123.84375 353.51688 123.34375Q354.01688 122.84375 354.7825 122.84375Q355.56375 122.84375 356.04813 123.34375Q356.5325 123.84375 356.5325 124.640625L356.5325 125.0625Q356.5325 125.828125 356.0325 126.328125Q355.54813 126.8125 354.79813 126.8125Q354.0325 126.8125 353.5325 126.328125Q353.0325 125.828125 353.0325 125.015625L353.0325 124.609375ZM353.845 125.0625Q353.845 125.515625 354.095 125.8125Q354.36063 126.109375 354.79813 126.109375Q355.22 126.109375 355.47 125.828125Q355.72 125.53125 355.72 125.03125L355.72 124.609375Q355.72 124.15625 355.47 123.859375Q355.22 123.546875 354.7825 123.546875Q354.345 123.546875 354.095 123.859375Q353.845 124.15625 353.845 124.625L353.845 125.0625ZM357.18875 129.40625Q357.18875 128.64062 357.67313 128.15625Q358.17313 127.65625 358.93875 127.65625Q359.70438 127.65625 360.18875 128.15625Q360.68875 128.64062 360.68875 129.45312L360.68875 129.85938Q360.68875 130.625 360.20438 131.125Q359.72 131.625 358.95438 131.625Q358.18875 131.625 357.68875 131.14062Q357.18875 130.64062 357.18875 129.82812L357.18875 129.40625ZM358.00125 129.85938Q358.00125 130.32812 358.25125 130.625Q358.51688 130.92188 358.95438 130.92188Q359.37625 130.92188 359.62625 130.64062Q359.87625 130.34375 359.87625 129.84375L359.87625 129.40625Q359.87625 128.9375 359.61063 128.65625Q359.36063 128.35938 358.93875 128.35938Q358.51688 128.35938 358.25125 128.65625Q358.00125 128.9375 358.00125 129.4375L358.00125 129.85938ZM355.04813 130.85938L354.42313 130.46875L358.595 123.796875L359.20438 124.1875L355.04813 130.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M344.72 131.5L339.12625 131.5L339.12625 130.71875L342.07938 127.4375Q342.73563 126.6875 342.98563 126.234375Q343.23563 125.765625 343.23563 125.265625Q343.23563 124.59375 342.82938 124.171875Q342.43875 123.734375 341.75125 123.734375Q340.95438 123.734375 340.50125 124.203125Q340.04813 124.65625 340.04813 125.484375L338.97 125.484375Q338.97 124.296875 339.72 123.578125Q340.48563 122.84375 341.75125 122.84375Q342.95438 122.84375 343.64188 123.46875Q344.32938 124.09375 344.32938 125.140625Q344.32938 126.390625 342.72 128.14062L340.43875 130.60938L344.72 130.60938L344.72 131.5ZM347.70438 126.703125L348.51688 126.703125Q349.29813 126.6875 349.73563 126.296875Q350.17313 125.90625 350.17313 125.234375Q350.17313 123.734375 348.67313 123.734375Q347.97 123.734375 347.54813 124.140625Q347.14188 124.546875 347.14188 125.203125L346.04813 125.203125Q346.04813 124.1875 346.7825 123.515625Q347.5325 122.84375 348.67313 122.84375Q349.87625 122.84375 350.56375 123.484375Q351.25125 124.125 351.25125 125.265625Q351.25125 125.828125 350.89188 126.34375Q350.5325 126.859375 349.9075 127.125Q350.61063 127.34375 350.98563 127.859375Q351.37625 128.375 351.37625 129.125Q351.37625 130.26562 350.62625 130.95312Q349.87625 131.625 348.67313 131.625Q347.48563 131.625 346.72 130.96875Q345.97 130.3125 345.97 129.25L347.06375 129.25Q347.06375 129.92188 347.50125 130.32812Q347.93875 130.73438 348.68875 130.73438Q349.47 130.73438 349.87625 130.32812Q350.29813 129.90625 350.29813 129.14062Q350.29813 128.40625 349.845 128.01562Q349.39188 127.609375 348.51688 127.59375L347.70438 127.59375L347.70438 126.703125ZM353.0325 124.609375Q353.0325 123.84375 353.51688 123.34375Q354.01688 122.84375 354.7825 122.84375Q355.56375 122.84375 356.04813 123.34375Q356.5325 123.84375 356.5325 124.640625L356.5325 125.0625Q356.5325 125.828125 356.0325 126.328125Q355.54813 126.8125 354.79813 126.8125Q354.0325 126.8125 353.5325 126.328125Q353.0325 125.828125 353.0325 125.015625L353.0325 124.609375ZM353.845 125.0625Q353.845 125.515625 354.095 125.8125Q354.36063 126.109375 354.79813 126.109375Q355.22 126.109375 355.47 125.828125Q355.72 125.53125 355.72 125.03125L355.72 124.609375Q355.72 124.15625 355.47 123.859375Q355.22 123.546875 354.7825 123.546875Q354.345 123.546875 354.095 123.859375Q353.845 124.15625 353.845 124.625L353.845 125.0625ZM357.18875 129.40625Q357.18875 128.64062 357.67313 128.15625Q358.17313 127.65625 358.93875 127.65625Q359.70438 127.65625 360.18875 128.15625Q360.68875 128.64062 360.68875 129.45312L360.68875 129.85938Q360.68875 130.625 360.20438 131.125Q359.72 131.625 358.95438 131.625Q358.18875 131.625 357.68875 131.14062Q357.18875 130.64062 357.18875 129.82812L357.18875 129.40625ZM358.00125 129.85938Q358.00125 130.32812 358.25125 130.625Q358.51688 130.92188 358.95438 130.92188Q359.37625 130.92188 359.62625 130.64062Q359.87625 130.34375 359.87625 129.84375L359.87625 129.40625Q359.87625 128.9375 359.61063 128.65625Q359.36063 128.35938 358.93875 128.35938Q358.51688 128.35938 358.25125 128.65625Q358.00125 128.9375 358.00125 129.4375L358.00125 129.85938ZM355.04813 130.85938L354.42313 130.46875L358.595 123.796875L359.20438 124.1875L355.04813 130.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M341.13644 160.5L335.5427 160.5L335.5427 159.71875L338.49582 156.4375Q339.15207 155.6875 339.40207 155.23438Q339.65207 154.76562 339.65207 154.26562Q339.65207 153.59375 339.24582 153.17188Q338.8552 152.73438 338.1677 152.73438Q337.37082 152.73438 336.9177 153.20312Q336.46457 153.65625 336.46457 154.48438L335.38644 154.48438Q335.38644 153.29688 336.13644 152.57812Q336.90207 151.84375 338.1677 151.84375Q339.37082 151.84375 340.05832 152.46875Q340.74582 153.09375 340.74582 154.14062Q340.74582 155.39062 339.13644 157.14062L336.8552 159.60938L341.13644 159.60938L341.13644 160.5ZM344.12082 155.70312L344.93332 155.70312Q345.71457 155.6875 346.15207 155.29688Q346.58957 154.90625 346.58957 154.23438Q346.58957 152.73438 345.08957 152.73438Q344.38644 152.73438 343.96457 153.14062Q343.55832 153.54688 343.55832 154.20312L342.46457 154.20312Q342.46457 153.1875 343.19894 152.51562Q343.94894 151.84375 345.08957 151.84375Q346.2927 151.84375 346.9802 152.48438Q347.6677 153.125 347.6677 154.26562Q347.6677 154.82812 347.30832 155.34375Q346.94894 155.85938 346.32394 156.125Q347.02707 156.34375 347.40207 156.85938Q347.7927 157.375 347.7927 158.125Q347.7927 159.26562 347.0427 159.95312Q346.2927 160.625 345.08957 160.625Q343.90207 160.625 343.13644 159.96875Q342.38644 159.3125 342.38644 158.25L343.4802 158.25Q343.4802 158.92188 343.9177 159.32812Q344.3552 159.73438 345.1052 159.73438Q345.88644 159.73438 346.2927 159.32812Q346.71457 158.90625 346.71457 158.14062Q346.71457 157.40625 346.26144 157.01562Q345.80832 156.60938 344.93332 156.59375L344.12082 156.59375L344.12082 155.70312ZM349.44894 153.60938Q349.44894 152.84375 349.93332 152.34375Q350.43332 151.84375 351.19894 151.84375Q351.9802 151.84375 352.46457 152.34375Q352.94894 152.84375 352.94894 153.64062L352.94894 154.0625Q352.94894 154.82812 352.44894 155.32812Q351.96457 155.8125 351.21457 155.8125Q350.44894 155.8125 349.94894 155.32812Q349.44894 154.82812 349.44894 154.01562L349.44894 153.60938ZM350.26144 154.0625Q350.26144 154.51562 350.51144 154.8125Q350.77707 155.10938 351.21457 155.10938Q351.63644 155.10938 351.88644 154.82812Q352.13644 154.53125 352.13644 154.03125L352.13644 153.60938Q352.13644 153.15625 351.88644 152.85938Q351.63644 152.54688 351.19894 152.54688Q350.76144 152.54688 350.51144 152.85938Q350.26144 153.15625 350.26144 153.625L350.26144 154.0625ZM353.6052 158.40625Q353.6052 157.64062 354.08957 157.15625Q354.58957 156.65625 355.3552 156.65625Q356.12082 156.65625 356.6052 157.15625Q357.1052 157.64062 357.1052 158.45312L357.1052 158.85938Q357.1052 159.625 356.62082 160.125Q356.13644 160.625 355.37082 160.625Q354.6052 160.625 354.1052 160.14062Q353.6052 159.64062 353.6052 158.82812L353.6052 158.40625ZM354.4177 158.85938Q354.4177 159.32812 354.6677 159.625Q354.93332 159.92188 355.37082 159.92188Q355.7927 159.92188 356.0427 159.64062Q356.2927 159.34375 356.2927 158.84375L356.2927 158.40625Q356.2927 157.9375 356.02707 157.65625Q355.77707 157.35938 355.3552 157.35938Q354.93332 157.35938 354.6677 157.65625Q354.4177 157.9375 354.4177 158.4375L354.4177 158.85938ZM351.46457 159.85938L350.83957 159.46875L355.01144 152.79688L355.62082 153.1875L351.46457 159.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M341.13644 160.5L335.5427 160.5L335.5427 159.71875L338.49582 156.4375Q339.15207 155.6875 339.40207 155.23438Q339.65207 154.76562 339.65207 154.26562Q339.65207 153.59375 339.24582 153.17188Q338.8552 152.73438 338.1677 152.73438Q337.37082 152.73438 336.9177 153.20312Q336.46457 153.65625 336.46457 154.48438L335.38644 154.48438Q335.38644 153.29688 336.13644 152.57812Q336.90207 151.84375 338.1677 151.84375Q339.37082 151.84375 340.05832 152.46875Q340.74582 153.09375 340.74582 154.14062Q340.74582 155.39062 339.13644 157.14062L336.8552 159.60938L341.13644 159.60938L341.13644 160.5ZM344.12082 155.70312L344.93332 155.70312Q345.71457 155.6875 346.15207 155.29688Q346.58957 154.90625 346.58957 154.23438Q346.58957 152.73438 345.08957 152.73438Q344.38644 152.73438 343.96457 153.14062Q343.55832 153.54688 343.55832 154.20312L342.46457 154.20312Q342.46457 153.1875 343.19894 152.51562Q343.94894 151.84375 345.08957 151.84375Q346.2927 151.84375 346.9802 152.48438Q347.6677 153.125 347.6677 154.26562Q347.6677 154.82812 347.30832 155.34375Q346.94894 155.85938 346.32394 156.125Q347.02707 156.34375 347.40207 156.85938Q347.7927 157.375 347.7927 158.125Q347.7927 159.26562 347.0427 159.95312Q346.2927 160.625 345.08957 160.625Q343.90207 160.625 343.13644 159.96875Q342.38644 159.3125 342.38644 158.25L343.4802 158.25Q343.4802 158.92188 343.9177 159.32812Q344.3552 159.73438 345.1052 159.73438Q345.88644 159.73438 346.2927 159.32812Q346.71457 158.90625 346.71457 158.14062Q346.71457 157.40625 346.26144 157.01562Q345.80832 156.60938 344.93332 156.59375L344.12082 156.59375L344.12082 155.70312ZM349.44894 153.60938Q349.44894 152.84375 349.93332 152.34375Q350.43332 151.84375 351.19894 151.84375Q351.9802 151.84375 352.46457 152.34375Q352.94894 152.84375 352.94894 153.64062L352.94894 154.0625Q352.94894 154.82812 352.44894 155.32812Q351.96457 155.8125 351.21457 155.8125Q350.44894 155.8125 349.94894 155.32812Q349.44894 154.82812 349.44894 154.01562L349.44894 153.60938ZM350.26144 154.0625Q350.26144 154.51562 350.51144 154.8125Q350.77707 155.10938 351.21457 155.10938Q351.63644 155.10938 351.88644 154.82812Q352.13644 154.53125 352.13644 154.03125L352.13644 153.60938Q352.13644 153.15625 351.88644 152.85938Q351.63644 152.54688 351.19894 152.54688Q350.76144 152.54688 350.51144 152.85938Q350.26144 153.15625 350.26144 153.625L350.26144 154.0625ZM353.6052 158.40625Q353.6052 157.64062 354.08957 157.15625Q354.58957 156.65625 355.3552 156.65625Q356.12082 156.65625 356.6052 157.15625Q357.1052 157.64062 357.1052 158.45312L357.1052 158.85938Q357.1052 159.625 356.62082 160.125Q356.13644 160.625 355.37082 160.625Q354.6052 160.625 354.1052 160.14062Q353.6052 159.64062 353.6052 158.82812L353.6052 158.40625ZM354.4177 158.85938Q354.4177 159.32812 354.6677 159.625Q354.93332 159.92188 355.37082 159.92188Q355.7927 159.92188 356.0427 159.64062Q356.2927 159.34375 356.2927 158.84375L356.2927 158.40625Q356.2927 157.9375 356.02707 157.65625Q355.77707 157.35938 355.3552 157.35938Q354.93332 157.35938 354.6677 157.65625Q354.4177 157.9375 354.4177 158.4375L354.4177 158.85938ZM351.46457 159.85938L350.83957 159.46875L355.01144 152.79688L355.62082 153.1875L351.46457 159.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M307.95987 189.5L306.88174 189.5L306.88174 182.28125L304.69424 183.07812L304.69424 182.09375L307.80362 180.92188L307.95987 180.92188L307.95987 189.5ZM315.663 180.96875L315.663 181.875L315.45987 181.875Q314.19424 181.90625 313.44424 182.64062Q312.69424 183.35938 312.56924 184.67188Q313.25674 183.90625 314.413 183.90625Q315.52237 183.90625 316.19424 184.6875Q316.86612 185.46875 316.86612 186.71875Q316.86612 188.03125 316.14737 188.82812Q315.42862 189.625 314.20987 189.625Q312.99112 189.625 312.2255 188.6875Q311.4755 187.73438 311.4755 186.25L311.4755 185.84375Q311.4755 183.48438 312.4755 182.23438Q313.4755 180.98438 315.45987 180.96875L315.663 180.96875ZM314.24112 184.8125Q313.67862 184.8125 313.20987 185.14062Q312.74112 185.46875 312.55362 185.98438L312.55362 186.375Q312.55362 187.4375 313.02237 188.07812Q313.50674 188.71875 314.20987 188.71875Q314.94424 188.71875 315.36612 188.1875Q315.788 187.64062 315.788 186.76562Q315.788 185.89062 315.36612 185.35938Q314.94424 184.8125 314.24112 184.8125ZM318.30362 182.60938Q318.30362 181.84375 318.788 181.34375Q319.288 180.84375 320.05362 180.84375Q320.83487 180.84375 321.31924 181.34375Q321.80362 181.84375 321.80362 182.64062L321.80362 183.0625Q321.80362 183.82812 321.30362 184.32812Q320.81924 184.8125 320.06924 184.8125Q319.30362 184.8125 318.80362 184.32812Q318.30362 183.82812 318.30362 183.01562L318.30362 182.60938ZM319.11612 183.0625Q319.11612 183.51562 319.36612 183.8125Q319.63174 184.10938 320.06924 184.10938Q320.49112 184.10938 320.74112 183.82812Q320.99112 183.53125 320.99112 183.03125L320.99112 182.60938Q320.99112 182.15625 320.74112 181.85938Q320.49112 181.54688 320.05362 181.54688Q319.61612 181.54688 319.36612 181.85938Q319.11612 182.15625 319.11612 182.625L319.11612 183.0625ZM322.45987 187.40625Q322.45987 186.64062 322.94424 186.15625Q323.44424 185.65625 324.20987 185.65625Q324.9755 185.65625 325.45987 186.15625Q325.95987 186.64062 325.95987 187.45312L325.95987 187.85938Q325.95987 188.625 325.4755 189.125Q324.99112 189.625 324.2255 189.625Q323.45987 189.625 322.95987 189.14062Q322.45987 188.64062 322.45987 187.82812L322.45987 187.40625ZM323.27237 187.85938Q323.27237 188.32812 323.52237 188.625Q323.788 188.92188 324.2255 188.92188Q324.64737 188.92188 324.89737 188.64062Q325.14737 188.34375 325.14737 187.84375L325.14737 187.40625Q325.14737 186.9375 324.88174 186.65625Q324.63174 186.35938 324.20987 186.35938Q323.788 186.35938 323.52237 186.65625Q323.27237 186.9375 323.27237 187.4375L323.27237 187.85938ZM320.31924 188.85938L319.69424 188.46875L323.86612 181.79688L324.4755 182.1875L320.31924 188.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M307.95987 189.5L306.88174 189.5L306.88174 182.28125L304.69424 183.07812L304.69424 182.09375L307.80362 180.92188L307.95987 180.92188L307.95987 189.5ZM315.663 180.96875L315.663 181.875L315.45987 181.875Q314.19424 181.90625 313.44424 182.64062Q312.69424 183.35938 312.56924 184.67188Q313.25674 183.90625 314.413 183.90625Q315.52237 183.90625 316.19424 184.6875Q316.86612 185.46875 316.86612 186.71875Q316.86612 188.03125 316.14737 188.82812Q315.42862 189.625 314.20987 189.625Q312.99112 189.625 312.2255 188.6875Q311.4755 187.73438 311.4755 186.25L311.4755 185.84375Q311.4755 183.48438 312.4755 182.23438Q313.4755 180.98438 315.45987 180.96875L315.663 180.96875ZM314.24112 184.8125Q313.67862 184.8125 313.20987 185.14062Q312.74112 185.46875 312.55362 185.98438L312.55362 186.375Q312.55362 187.4375 313.02237 188.07812Q313.50674 188.71875 314.20987 188.71875Q314.94424 188.71875 315.36612 188.1875Q315.788 187.64062 315.788 186.76562Q315.788 185.89062 315.36612 185.35938Q314.94424 184.8125 314.24112 184.8125ZM318.30362 182.60938Q318.30362 181.84375 318.788 181.34375Q319.288 180.84375 320.05362 180.84375Q320.83487 180.84375 321.31924 181.34375Q321.80362 181.84375 321.80362 182.64062L321.80362 183.0625Q321.80362 183.82812 321.30362 184.32812Q320.81924 184.8125 320.06924 184.8125Q319.30362 184.8125 318.80362 184.32812Q318.30362 183.82812 318.30362 183.01562L318.30362 182.60938ZM319.11612 183.0625Q319.11612 183.51562 319.36612 183.8125Q319.63174 184.10938 320.06924 184.10938Q320.49112 184.10938 320.74112 183.82812Q320.99112 183.53125 320.99112 183.03125L320.99112 182.60938Q320.99112 182.15625 320.74112 181.85938Q320.49112 181.54688 320.05362 181.54688Q319.61612 181.54688 319.36612 181.85938Q319.11612 182.15625 319.11612 182.625L319.11612 183.0625ZM322.45987 187.40625Q322.45987 186.64062 322.94424 186.15625Q323.44424 185.65625 324.20987 185.65625Q324.9755 185.65625 325.45987 186.15625Q325.95987 186.64062 325.95987 187.45312L325.95987 187.85938Q325.95987 188.625 325.4755 189.125Q324.99112 189.625 324.2255 189.625Q323.45987 189.625 322.95987 189.14062Q322.45987 188.64062 322.45987 187.82812L322.45987 187.40625ZM323.27237 187.85938Q323.27237 188.32812 323.52237 188.625Q323.788 188.92188 324.2255 188.92188Q324.64737 188.92188 324.89737 188.64062Q325.14737 188.34375 325.14737 187.84375L325.14737 187.40625Q325.14737 186.9375 324.88174 186.65625Q324.63174 186.35938 324.20987 186.35938Q323.788 186.35938 323.52237 186.65625Q323.27237 186.9375 323.27237 187.4375L323.27237 187.85938ZM320.31924 188.85938L319.69424 188.46875L323.86612 181.79688L324.4755 182.1875L320.31924 188.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.12207 212.1875Q277.12207 212.82812 276.77832 213.32812Q276.43457 213.82812 275.87207 214.10938Q276.52832 214.39062 276.91895 214.95312Q277.30957 215.5 277.30957 216.20312Q277.30957 217.29688 276.55957 217.96875Q275.8252 218.625 274.60645 218.625Q273.37207 218.625 272.62207 217.96875Q271.8877 217.29688 271.8877 216.20312Q271.8877 215.5 272.2627 214.95312Q272.6377 214.39062 273.30957 214.10938Q272.74707 213.82812 272.41895 213.32812Q272.09082 212.82812 272.09082 212.1875Q272.09082 211.10938 272.77832 210.48438Q273.46582 209.84375 274.60645 209.84375Q275.73145 209.84375 276.41895 210.48438Q277.12207 211.10938 277.12207 212.1875ZM276.23145 216.17188Q276.23145 215.45312 275.77832 215.01562Q275.3252 214.5625 274.59082 214.5625Q273.85645 214.5625 273.40332 215.01562Q272.96582 215.45312 272.96582 216.1875Q272.96582 216.90625 273.40332 217.32812Q273.84082 217.73438 274.60645 217.73438Q275.35645 217.73438 275.79395 217.3125Q276.23145 216.89062 276.23145 216.17188ZM274.60645 210.73438Q273.96582 210.73438 273.55957 211.14062Q273.16895 211.53125 273.16895 212.21875Q273.16895 212.85938 273.55957 213.26562Q273.9502 213.67188 274.59082 213.67188Q275.24707 213.67188 275.6377 213.26562Q276.02832 212.85938 276.02832 212.21875Q276.02832 211.5625 275.62207 211.15625Q275.21582 210.73438 274.60645 210.73438ZM278.84082 211.60938Q278.84082 210.84375 279.3252 210.34375Q279.8252 209.84375 280.59082 209.84375Q281.37207 209.84375 281.85645 210.34375Q282.34082 210.84375 282.34082 211.64062L282.34082 212.0625Q282.34082 212.82812 281.84082 213.32812Q281.35645 213.8125 280.60645 213.8125Q279.84082 213.8125 279.34082 213.32812Q278.84082 212.82812 278.84082 212.01562L278.84082 211.60938ZM279.65332 212.0625Q279.65332 212.51562 279.90332 212.8125Q280.16895 213.10938 280.60645 213.10938Q281.02832 213.10938 281.27832 212.82812Q281.52832 212.53125 281.52832 212.03125L281.52832 211.60938Q281.52832 211.15625 281.27832 210.85938Q281.02832 210.54688 280.59082 210.54688Q280.15332 210.54688 279.90332 210.85938Q279.65332 211.15625 279.65332 211.625L279.65332 212.0625ZM282.99707 216.40625Q282.99707 215.64062 283.48145 215.15625Q283.98145 214.65625 284.74707 214.65625Q285.5127 214.65625 285.99707 215.15625Q286.49707 215.64062 286.49707 216.45312L286.49707 216.85938Q286.49707 217.625 286.0127 218.125Q285.52832 218.625 284.7627 218.625Q283.99707 218.625 283.49707 218.14062Q282.99707 217.64062 282.99707 216.82812L282.99707 216.40625ZM283.80957 216.85938Q283.80957 217.32812 284.05957 217.625Q284.3252 217.92188 284.7627 217.92188Q285.18457 217.92188 285.43457 217.64062Q285.68457 217.34375 285.68457 216.84375L285.68457 216.40625Q285.68457 215.9375 285.41895 215.65625Q285.16895 215.35938 284.74707 215.35938Q284.3252 215.35938 284.05957 215.65625Q283.80957 215.9375 283.80957 216.4375L283.80957 216.85938ZM280.85645 217.85938L280.23145 217.46875L284.40332 210.79688L285.0127 211.1875L280.85645 217.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M277.12207 212.1875Q277.12207 212.82812 276.77832 213.32812Q276.43457 213.82812 275.87207 214.10938Q276.52832 214.39062 276.91895 214.95312Q277.30957 215.5 277.30957 216.20312Q277.30957 217.29688 276.55957 217.96875Q275.8252 218.625 274.60645 218.625Q273.37207 218.625 272.62207 217.96875Q271.8877 217.29688 271.8877 216.20312Q271.8877 215.5 272.2627 214.95312Q272.6377 214.39062 273.30957 214.10938Q272.74707 213.82812 272.41895 213.32812Q272.09082 212.82812 272.09082 212.1875Q272.09082 211.10938 272.77832 210.48438Q273.46582 209.84375 274.60645 209.84375Q275.73145 209.84375 276.41895 210.48438Q277.12207 211.10938 277.12207 212.1875ZM276.23145 216.17188Q276.23145 215.45312 275.77832 215.01562Q275.3252 214.5625 274.59082 214.5625Q273.85645 214.5625 273.40332 215.01562Q272.96582 215.45312 272.96582 216.1875Q272.96582 216.90625 273.40332 217.32812Q273.84082 217.73438 274.60645 217.73438Q275.35645 217.73438 275.79395 217.3125Q276.23145 216.89062 276.23145 216.17188ZM274.60645 210.73438Q273.96582 210.73438 273.55957 211.14062Q273.16895 211.53125 273.16895 212.21875Q273.16895 212.85938 273.55957 213.26562Q273.9502 213.67188 274.59082 213.67188Q275.24707 213.67188 275.6377 213.26562Q276.02832 212.85938 276.02832 212.21875Q276.02832 211.5625 275.62207 211.15625Q275.21582 210.73438 274.60645 210.73438ZM278.84082 211.60938Q278.84082 210.84375 279.3252 210.34375Q279.8252 209.84375 280.59082 209.84375Q281.37207 209.84375 281.85645 210.34375Q282.34082 210.84375 282.34082 211.64062L282.34082 212.0625Q282.34082 212.82812 281.84082 213.32812Q281.35645 213.8125 280.60645 213.8125Q279.84082 213.8125 279.34082 213.32812Q278.84082 212.82812 278.84082 212.01562L278.84082 211.60938ZM279.65332 212.0625Q279.65332 212.51562 279.90332 212.8125Q280.16895 213.10938 280.60645 213.10938Q281.02832 213.10938 281.27832 212.82812Q281.52832 212.53125 281.52832 212.03125L281.52832 211.60938Q281.52832 211.15625 281.27832 210.85938Q281.02832 210.54688 280.59082 210.54688Q280.15332 210.54688 279.90332 210.85938Q279.65332 211.15625 279.65332 211.625L279.65332 212.0625ZM282.99707 216.40625Q282.99707 215.64062 283.48145 215.15625Q283.98145 214.65625 284.74707 214.65625Q285.5127 214.65625 285.99707 215.15625Q286.49707 215.64062 286.49707 216.45312L286.49707 216.85938Q286.49707 217.625 286.0127 218.125Q285.52832 218.625 284.7627 218.625Q283.99707 218.625 283.49707 218.14062Q282.99707 217.64062 282.99707 216.82812L282.99707 216.40625ZM283.80957 216.85938Q283.80957 217.32812 284.05957 217.625Q284.3252 217.92188 284.7627 217.92188Q285.18457 217.92188 285.43457 217.64062Q285.68457 217.34375 285.68457 216.84375L285.68457 216.40625Q285.68457 215.9375 285.41895 215.65625Q285.16895 215.35938 284.74707 215.35938Q284.3252 215.35938 284.05957 215.65625Q283.80957 215.9375 283.80957 216.4375L283.80957 216.85938ZM280.85645 217.85938L280.23145 217.46875L284.40332 210.79688L285.0127 211.1875L280.85645 217.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.77344 248.5L284.6953 248.5L284.6953 241.28125L282.5078 242.07812L282.5078 241.09375L285.6172 239.92188L285.77344 239.92188L285.77344 248.5ZM292.77344 248.5L291.6953 248.5L291.6953 241.28125L289.5078 242.07812L289.5078 241.09375L292.6172 239.92188L292.77344 239.92188L292.77344 248.5ZM296.1172 241.60938Q296.1172 240.84375 296.60156 240.34375Q297.10156 239.84375 297.8672 239.84375Q298.64844 239.84375 299.1328 240.34375Q299.6172 240.84375 299.6172 241.64062L299.6172 242.0625Q299.6172 242.82812 299.1172 243.32812Q298.6328 243.8125 297.8828 243.8125Q297.1172 243.8125 296.6172 243.32812Q296.1172 242.82812 296.1172 242.01562L296.1172 241.60938ZM296.9297 242.0625Q296.9297 242.51562 297.1797 242.8125Q297.4453 243.10938 297.8828 243.10938Q298.3047 243.10938 298.5547 242.82812Q298.8047 242.53125 298.8047 242.03125L298.8047 241.60938Q298.8047 241.15625 298.5547 240.85938Q298.3047 240.54688 297.8672 240.54688Q297.4297 240.54688 297.1797 240.85938Q296.9297 241.15625 296.9297 241.625L296.9297 242.0625ZM300.27344 246.40625Q300.27344 245.64062 300.7578 245.15625Q301.2578 244.65625 302.02344 244.65625Q302.78906 244.65625 303.27344 245.15625Q303.77344 245.64062 303.77344 246.45312L303.77344 246.85938Q303.77344 247.625 303.28906 248.125Q302.8047 248.625 302.03906 248.625Q301.27344 248.625 300.77344 248.14062Q300.27344 247.64062 300.27344 246.82812L300.27344 246.40625ZM301.08594 246.85938Q301.08594 247.32812 301.33594 247.625Q301.60156 247.92188 302.03906 247.92188Q302.46094 247.92188 302.71094 247.64062Q302.96094 247.34375 302.96094 246.84375L302.96094 246.40625Q302.96094 245.9375 302.6953 245.65625Q302.4453 245.35938 302.02344 245.35938Q301.60156 245.35938 301.33594 245.65625Q301.08594 245.9375 301.08594 246.4375L301.08594 246.85938ZM298.1328 247.85938L297.5078 247.46875L301.6797 240.79688L302.28906 241.1875L298.1328 247.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.77344 248.5L284.6953 248.5L284.6953 241.28125L282.5078 242.07812L282.5078 241.09375L285.6172 239.92188L285.77344 239.92188L285.77344 248.5ZM292.77344 248.5L291.6953 248.5L291.6953 241.28125L289.5078 242.07812L289.5078 241.09375L292.6172 239.92188L292.77344 239.92188L292.77344 248.5ZM296.1172 241.60938Q296.1172 240.84375 296.60156 240.34375Q297.10156 239.84375 297.8672 239.84375Q298.64844 239.84375 299.1328 240.34375Q299.6172 240.84375 299.6172 241.64062L299.6172 242.0625Q299.6172 242.82812 299.1172 243.32812Q298.6328 243.8125 297.8828 243.8125Q297.1172 243.8125 296.6172 243.32812Q296.1172 242.82812 296.1172 242.01562L296.1172 241.60938ZM296.9297 242.0625Q296.9297 242.51562 297.1797 242.8125Q297.4453 243.10938 297.8828 243.10938Q298.3047 243.10938 298.5547 242.82812Q298.8047 242.53125 298.8047 242.03125L298.8047 241.60938Q298.8047 241.15625 298.5547 240.85938Q298.3047 240.54688 297.8672 240.54688Q297.4297 240.54688 297.1797 240.85938Q296.9297 241.15625 296.9297 241.625L296.9297 242.0625ZM300.27344 246.40625Q300.27344 245.64062 300.7578 245.15625Q301.2578 244.65625 302.02344 244.65625Q302.78906 244.65625 303.27344 245.15625Q303.77344 245.64062 303.77344 246.45312L303.77344 246.85938Q303.77344 247.625 303.28906 248.125Q302.8047 248.625 302.03906 248.625Q301.27344 248.625 300.77344 248.14062Q300.27344 247.64062 300.27344 246.82812L300.27344 246.40625ZM301.08594 246.85938Q301.08594 247.32812 301.33594 247.625Q301.60156 247.92188 302.03906 247.92188Q302.46094 247.92188 302.71094 247.64062Q302.96094 247.34375 302.96094 246.84375L302.96094 246.40625Q302.96094 245.9375 302.6953 245.65625Q302.4453 245.35938 302.02344 245.35938Q301.60156 245.35938 301.33594 245.65625Q301.08594 245.9375 301.08594 246.4375L301.08594 246.85938ZM298.1328 247.85938L297.5078 247.46875L301.6797 240.79688L302.28906 241.1875L298.1328 247.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M250.16689 272.70312L250.97939 272.70312Q251.76064 272.6875 252.19814 272.29688Q252.63564 271.90625 252.63564 271.23438Q252.63564 269.73438 251.13564 269.73438Q250.43251 269.73438 250.01064 270.14062Q249.60439 270.54688 249.60439 271.20312L248.51064 271.20312Q248.51064 270.1875 249.24501 269.51562Q249.99501 268.84375 251.13564 268.84375Q252.33876 268.84375 253.02626 269.48438Q253.71376 270.125 253.71376 271.26562Q253.71376 271.82812 253.35439 272.34375Q252.99501 272.85938 252.37001 273.125Q253.07314 273.34375 253.44814 273.85938Q253.83876 274.375 253.83876 275.125Q253.83876 276.26562 253.08876 276.95312Q252.33876 277.625 251.13564 277.625Q249.94814 277.625 249.18251 276.96875Q248.43251 276.3125 248.43251 275.25L249.52626 275.25Q249.52626 275.92188 249.96376 276.32812Q250.40126 276.73438 251.15126 276.73438Q251.93251 276.73438 252.33876 276.32812Q252.76064 275.90625 252.76064 275.14062Q252.76064 274.40625 252.30751 274.01562Q251.85439 273.60938 250.97939 273.59375L250.16689 273.59375L250.16689 272.70312ZM255.49501 270.60938Q255.49501 269.84375 255.97939 269.34375Q256.4794 268.84375 257.24503 268.84375Q258.02628 268.84375 258.51065 269.34375Q258.99503 269.84375 258.99503 270.64062L258.99503 271.0625Q258.99503 271.82812 258.49503 272.32812Q258.01065 272.8125 257.26065 272.8125Q256.49503 272.8125 255.99501 272.32812Q255.49501 271.82812 255.49501 271.01562L255.49501 270.60938ZM256.30753 271.0625Q256.30753 271.51562 256.55753 271.8125Q256.82315 272.10938 257.26065 272.10938Q257.68253 272.10938 257.93253 271.82812Q258.18253 271.53125 258.18253 271.03125L258.18253 270.60938Q258.18253 270.15625 257.93253 269.85938Q257.68253 269.54688 257.24503 269.54688Q256.80753 269.54688 256.55753 269.85938Q256.30753 270.15625 256.30753 270.625L256.30753 271.0625ZM259.65128 275.40625Q259.65128 274.64062 260.13565 274.15625Q260.63565 273.65625 261.40128 273.65625Q262.1669 273.65625 262.65128 274.15625Q263.15128 274.64062 263.15128 275.45312L263.15128 275.85938Q263.15128 276.625 262.6669 277.125Q262.18253 277.625 261.4169 277.625Q260.65128 277.625 260.15128 277.14062Q259.65128 276.64062 259.65128 275.82812L259.65128 275.40625ZM260.46378 275.85938Q260.46378 276.32812 260.71378 276.625Q260.9794 276.92188 261.4169 276.92188Q261.83878 276.92188 262.08878 276.64062Q262.33878 276.34375 262.33878 275.84375L262.33878 275.40625Q262.33878 274.9375 262.07315 274.65625Q261.82315 274.35938 261.40128 274.35938Q260.9794 274.35938 260.71378 274.65625Q260.46378 274.9375 260.46378 275.4375L260.46378 275.85938ZM257.51065 276.85938L256.88565 276.46875L261.05753 269.79688L261.6669 270.1875L257.51065 276.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M250.16689 272.70312L250.97939 272.70312Q251.76064 272.6875 252.19814 272.29688Q252.63564 271.90625 252.63564 271.23438Q252.63564 269.73438 251.13564 269.73438Q250.43251 269.73438 250.01064 270.14062Q249.60439 270.54688 249.60439 271.20312L248.51064 271.20312Q248.51064 270.1875 249.24501 269.51562Q249.99501 268.84375 251.13564 268.84375Q252.33876 268.84375 253.02626 269.48438Q253.71376 270.125 253.71376 271.26562Q253.71376 271.82812 253.35439 272.34375Q252.99501 272.85938 252.37001 273.125Q253.07314 273.34375 253.44814 273.85938Q253.83876 274.375 253.83876 275.125Q253.83876 276.26562 253.08876 276.95312Q252.33876 277.625 251.13564 277.625Q249.94814 277.625 249.18251 276.96875Q248.43251 276.3125 248.43251 275.25L249.52626 275.25Q249.52626 275.92188 249.96376 276.32812Q250.40126 276.73438 251.15126 276.73438Q251.93251 276.73438 252.33876 276.32812Q252.76064 275.90625 252.76064 275.14062Q252.76064 274.40625 252.30751 274.01562Q251.85439 273.60938 250.97939 273.59375L250.16689 273.59375L250.16689 272.70312ZM255.49501 270.60938Q255.49501 269.84375 255.97939 269.34375Q256.47937 268.84375 257.245 268.84375Q258.02625 268.84375 258.51062 269.34375Q258.995 269.84375 258.995 270.64062L258.995 271.0625Q258.995 271.82812 258.495 272.32812Q258.01062 272.8125 257.26062 272.8125Q256.495 272.8125 255.99501 272.32812Q255.49501 271.82812 255.49501 271.01562L255.49501 270.60938ZM256.3075 271.0625Q256.3075 271.51562 256.5575 271.8125Q256.82312 272.10938 257.26062 272.10938Q257.6825 272.10938 257.9325 271.82812Q258.1825 271.53125 258.1825 271.03125L258.1825 270.60938Q258.1825 270.15625 257.9325 269.85938Q257.6825 269.54688 257.245 269.54688Q256.8075 269.54688 256.5575 269.85938Q256.3075 270.15625 256.3075 270.625L256.3075 271.0625ZM259.65125 275.40625Q259.65125 274.64062 260.13562 274.15625Q260.63562 273.65625 261.40125 273.65625Q262.16687 273.65625 262.65125 274.15625Q263.15125 274.64062 263.15125 275.45312L263.15125 275.85938Q263.15125 276.625 262.66687 277.125Q262.1825 277.625 261.41687 277.625Q260.65125 277.625 260.15125 277.14062Q259.65125 276.64062 259.65125 275.82812L259.65125 275.40625ZM260.46375 275.85938Q260.46375 276.32812 260.71375 276.625Q260.97937 276.92188 261.41687 276.92188Q261.83875 276.92188 262.08875 276.64062Q262.33875 276.34375 262.33875 275.84375L262.33875 275.40625Q262.33875 274.9375 262.07312 274.65625Q261.82312 274.35938 261.40125 274.35938Q260.97937 274.35938 260.71375 274.65625Q260.46375 274.9375 260.46375 275.4375L260.46375 275.85938ZM257.51062 276.85938L256.88562 276.46875L261.0575 269.79688L261.66687 270.1875L257.51062 276.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M331.6219 331.84766Q331.6219 331.08203 332.10626 330.58203Q332.60626 330.08203 333.3719 330.08203Q334.15314 330.08203 334.6375 330.58203Q335.1219 331.08203 335.1219 331.8789L335.1219 332.30078Q335.1219 333.0664 334.6219 333.5664Q334.1375 334.05078 333.3875 334.05078Q332.6219 334.05078 332.1219 333.5664Q331.6219 333.0664 331.6219 332.2539L331.6219 331.84766ZM332.4344 332.30078Q332.4344 332.7539 332.6844 333.05078Q332.95 333.34766 333.3875 333.34766Q333.8094 333.34766 334.0594 333.0664Q334.3094 332.76953 334.3094 332.26953L334.3094 331.84766Q334.3094 331.39453 334.0594 331.09766Q333.8094 330.78516 333.3719 330.78516Q332.9344 330.78516 332.6844 331.09766Q332.4344 331.39453 332.4344 331.86328L332.4344 332.30078ZM335.77814 336.64453Q335.77814 335.8789 336.2625 335.39453Q336.7625 334.89453 337.52814 334.89453Q338.29376 334.89453 338.77814 335.39453Q339.27814 335.8789 339.27814 336.6914L339.27814 337.09766Q339.27814 337.86328 338.79376 338.36328Q338.3094 338.86328 337.54376 338.86328Q336.77814 338.86328 336.27814 338.3789Q335.77814 337.8789 335.77814 337.0664L335.77814 336.64453ZM336.59064 337.09766Q336.59064 337.5664 336.84064 337.86328Q337.10626 338.16016 337.54376 338.16016Q337.96564 338.16016 338.21564 337.8789Q338.46564 337.58203 338.46564 337.08203L338.46564 336.64453Q338.46564 336.17578 338.2 335.89453Q337.95 335.59766 337.52814 335.59766Q337.10626 335.59766 336.84064 335.89453Q336.59064 336.17578 336.59064 336.67578L336.59064 337.09766ZM333.6375 338.09766L333.0125 337.70703L337.1844 331.03516L337.79376 331.42578L333.6375 338.09766ZM343.54376 335.5039Q343.54376 334.58203 343.90314 333.83203Q344.27814 333.08203 344.9344 332.6914Q345.59064 332.28516 346.41876 332.28516Q347.71564 332.28516 348.5125 333.17578Q349.325 334.0664 349.325 335.5664L349.325 335.64453Q349.325 336.5664 348.96564 337.30078Q348.60626 338.03516 347.95 338.45703Q347.29376 338.86328 346.4344 338.86328Q345.15314 338.86328 344.34064 337.97266Q343.54376 337.0664 343.54376 335.58203L343.54376 335.5039ZM344.6375 335.64453Q344.6375 336.6914 345.1219 337.33203Q345.6219 337.97266 346.4344 337.97266Q347.2625 337.97266 347.7469 337.33203Q348.23126 336.67578 348.23126 335.5039Q348.23126 334.47266 347.73126 333.83203Q347.2469 333.17578 346.41876 333.17578Q345.6219 333.17578 345.1219 333.8164Q344.6375 334.4414 344.6375 335.64453ZM351.3719 338.73828L351.3719 333.23828L350.3719 333.23828L350.3719 332.39453L351.3719 332.39453L351.3719 331.7539Q351.3719 330.72266 351.90314 330.17578Q352.45 329.61328 353.45 329.61328Q353.825 329.61328 354.2 329.70703L354.1375 330.59766Q353.85626 330.53516 353.5594 330.53516Q353.02814 330.53516 352.73126 330.84766Q352.45 331.16016 352.45 331.72266L352.45 332.39453L353.8094 332.39453L353.8094 333.23828L352.45 333.23828L352.45 338.73828L351.3719 338.73828ZM360.90314 333.36328Q360.65314 333.33203 360.3719 333.33203Q359.29376 333.33203 358.91876 334.23828L358.91876 338.73828L357.84064 338.73828L357.84064 332.39453L358.8875 332.39453L358.90314 333.1289Q359.4344 332.28516 360.41876 332.28516Q360.73126 332.28516 360.90314 332.36328L360.90314 333.36328ZM364.46564 338.86328Q363.16876 338.86328 362.35626 338.01953Q361.5594 337.16016 361.5594 335.73828L361.5594 335.55078Q361.5594 334.59766 361.91876 333.86328Q362.27814 333.11328 362.91876 332.70703Q363.575 332.28516 364.325 332.28516Q365.5594 332.28516 366.2469 333.09766Q366.9344 333.91016 366.9344 335.42578L366.9344 335.8789L362.6375 335.8789Q362.66876 336.8164 363.1844 337.39453Q363.71564 337.97266 364.52814 337.97266Q365.09064 337.97266 365.48126 337.73828Q365.8875 337.5039 366.2 337.11328L366.85626 337.6289Q366.0594 338.86328 364.46564 338.86328ZM364.325 333.17578Q363.66876 333.17578 363.21564 333.66016Q362.77814 334.1289 362.6844 334.98828L365.85626 334.98828L365.85626 334.91016Q365.8094 334.08203 365.40314 333.6289Q365.0125 333.17578 364.325 333.17578ZM371.52814 337.05078Q371.52814 336.61328 371.1844 336.3789Q370.85626 336.1289 370.02814 335.95703Q369.21564 335.78516 368.73126 335.53516Q368.2469 335.28516 368.0125 334.95703Q367.79376 334.61328 367.79376 334.14453Q367.79376 333.36328 368.45 332.83203Q369.10626 332.28516 370.1375 332.28516Q371.21564 332.28516 371.8719 332.84766Q372.54376 333.39453 372.54376 334.2539L371.46564 334.2539Q371.46564 333.8164 371.075 333.5039Q370.7 333.17578 370.1375 333.17578Q369.54376 333.17578 369.2 333.4414Q368.8719 333.6914 368.8719 334.09766Q368.8719 334.48828 369.1844 334.6914Q369.4969 334.89453 370.3094 335.08203Q371.1219 335.2539 371.6219 335.5039Q372.1219 335.7539 372.35626 336.11328Q372.60626 336.47266 372.60626 336.97266Q372.60626 337.83203 371.91876 338.34766Q371.2469 338.86328 370.16876 338.86328Q369.40314 338.86328 368.8094 338.59766Q368.23126 338.3164 367.90314 337.83203Q367.575 337.34766 367.575 336.78516L368.65314 336.78516Q368.6844 337.33203 369.09064 337.66016Q369.4969 337.97266 370.16876 337.97266Q370.77814 337.97266 371.15314 337.72266Q371.52814 337.47266 371.52814 337.05078ZM379.1844 335.64453Q379.1844 337.08203 378.52814 337.97266Q377.8719 338.86328 376.73126 338.86328Q375.575 338.86328 374.91876 338.1289L374.91876 341.17578L373.84064 341.17578L373.84064 332.39453L374.825 332.39453L374.8719 333.09766Q375.54376 332.28516 376.71564 332.28516Q377.85626 332.28516 378.5125 333.14453Q379.1844 334.0039 379.1844 335.53516L379.1844 335.64453ZM378.10626 335.51953Q378.10626 334.4414 377.6375 333.83203Q377.1844 333.20703 376.3875 333.20703Q375.40314 333.20703 374.91876 334.0664L374.91876 337.09766Q375.40314 337.97266 376.40314 337.97266Q377.1844 337.97266 377.6375 337.36328Q378.10626 336.73828 378.10626 335.51953ZM380.54376 335.5039Q380.54376 334.58203 380.90314 333.83203Q381.27814 333.08203 381.9344 332.6914Q382.59064 332.28516 383.41876 332.28516Q384.71564 332.28516 385.5125 333.17578Q386.325 334.0664 386.325 335.5664L386.325 335.64453Q386.325 336.5664 385.96564 337.30078Q385.60626 338.03516 384.95 338.45703Q384.29376 338.86328 383.4344 338.86328Q382.15314 338.86328 381.34064 337.97266Q380.54376 337.0664 380.54376 335.58203L380.54376 335.5039ZM381.6375 335.64453Q381.6375 336.6914 382.1219 337.33203Q382.6219 337.97266 383.4344 337.97266Q384.2625 337.97266 384.7469 337.33203Q385.23126 336.67578 385.23126 335.5039Q385.23126 334.47266 384.73126 333.83203Q384.2469 333.17578 383.41876 333.17578Q382.6219 333.17578 382.1219 333.8164Q381.6375 334.4414 381.6375 335.64453ZM388.85626 332.39453L388.8875 333.1914Q389.6219 332.28516 390.79376 332.28516Q392.8094 332.28516 392.825 334.55078L392.825 338.73828L391.73126 338.73828L391.73126 334.53516Q391.73126 333.86328 391.41876 333.53516Q391.1219 333.20703 390.46564 333.20703Q389.9344 333.20703 389.52814 333.48828Q389.1375 333.76953 388.91876 334.22266L388.91876 338.73828L387.84064 338.73828L387.84064 332.39453L388.85626 332.39453ZM394.575 335.51953Q394.575 334.05078 395.2625 333.17578Q395.95 332.28516 397.075 332.28516Q398.1844 332.28516 398.84064 333.03516L398.84064 329.73828L399.91876 329.73828L399.91876 338.73828L398.91876 338.73828L398.8719 338.05078Q398.21564 338.86328 397.0594 338.86328Q395.96564 338.86328 395.2625 337.95703Q394.575 337.05078 394.575 335.59766L394.575 335.51953ZM395.65314 335.64453Q395.65314 336.72266 396.09064 337.33203Q396.54376 337.9414 397.325 337.9414Q398.35626 337.9414 398.84064 337.0039L398.84064 334.09766Q398.35626 333.20703 397.34064 333.20703Q396.54376 333.20703 396.09064 333.8164Q395.65314 334.42578 395.65314 335.64453ZM404.46564 338.86328Q403.16876 338.86328 402.35626 338.01953Q401.5594 337.16016 401.5594 335.73828L401.5594 335.55078Q401.5594 334.59766 401.91876 333.86328Q402.27814 333.11328 402.91876 332.70703Q403.575 332.28516 404.325 332.28516Q405.5594 332.28516 406.2469 333.09766Q406.9344 333.91016 406.9344 335.42578L406.9344 335.8789L402.6375 335.8789Q402.66876 336.8164 403.1844 337.39453Q403.71564 337.97266 404.52814 337.97266Q405.09064 337.97266 405.48126 337.73828Q405.8875 337.5039 406.2 337.11328L406.85626 337.6289Q406.0594 338.86328 404.46564 338.86328ZM404.325 333.17578Q403.66876 333.17578 403.21564 333.66016Q402.77814 334.1289 402.6844 334.98828L405.85626 334.98828L405.85626 334.91016Q405.8094 334.08203 405.40314 333.6289Q405.0125 333.17578 404.325 333.17578ZM408.85626 332.39453L408.8875 333.1914Q409.6219 332.28516 410.79376 332.28516Q412.8094 332.28516 412.825 334.55078L412.825 338.73828L411.73126 338.73828L411.73126 334.53516Q411.73126 333.86328 411.41876 333.53516Q411.1219 333.20703 410.46564 333.20703Q409.9344 333.20703 409.52814 333.48828Q409.1375 333.76953 408.91876 334.22266L408.91876 338.73828L407.84064 338.73828L407.84064 332.39453L408.85626 332.39453ZM416.3094 330.86328L416.3094 332.39453L417.48126 332.39453L417.48126 333.23828L416.3094 333.23828L416.3094 337.16016Q416.3094 337.55078 416.46564 337.73828Q416.6219 337.92578 416.9969 337.92578Q417.1844 337.92578 417.5125 337.86328L417.5125 338.73828Q417.09064 338.86328 416.6844 338.86328Q415.96564 338.86328 415.59064 338.42578Q415.21564 337.97266 415.21564 337.16016L415.21564 333.23828L414.0594 333.23828L414.0594 332.39453L415.21564 332.39453L415.21564 330.86328L416.3094 330.86328ZM422.52814 337.05078Q422.52814 336.61328 422.1844 336.3789Q421.85626 336.1289 421.02814 335.95703Q420.21564 335.78516 419.73126 335.53516Q419.2469 335.28516 419.0125 334.95703Q418.79376 334.61328 418.79376 334.14453Q418.79376 333.36328 419.45 332.83203Q420.10626 332.28516 421.1375 332.28516Q422.21564 332.28516 422.8719 332.84766Q423.54376 333.39453 423.54376 334.2539L422.46564 334.2539Q422.46564 333.8164 422.075 333.5039Q421.7 333.17578 421.1375 333.17578Q420.54376 333.17578 420.2 333.4414Q419.8719 333.6914 419.8719 334.09766Q419.8719 334.48828 420.1844 334.6914Q420.4969 334.89453 421.3094 335.08203Q422.1219 335.2539 422.6219 335.5039Q423.1219 335.7539 423.35626 336.11328Q423.60626 336.47266 423.60626 336.97266Q423.60626 337.83203 422.91876 338.34766Q422.2469 338.86328 421.16876 338.86328Q420.40314 338.86328 419.8094 338.59766Q419.23126 338.3164 418.90314 337.83203Q418.575 337.34766 418.575 336.78516L419.65314 336.78516Q419.6844 337.33203 420.09064 337.66016Q420.4969 337.97266 421.16876 337.97266Q421.77814 337.97266 422.15314 337.72266Q422.52814 337.47266 422.52814 337.05078ZM427.79376 335.26953Q427.79376 333.95703 428.1375 332.73828Q428.4969 331.51953 429.2 330.51953Q429.90314 329.51953 430.66876 329.11328L430.8875 329.83203Q430.02814 330.48828 429.48126 331.83203Q428.9344 333.17578 428.8875 334.84766L428.8719 335.34766Q428.8719 337.61328 429.7 339.26953Q430.2 340.26953 430.8875 340.83203L430.66876 341.48828Q429.8875 341.0664 429.16876 340.03516Q427.79376 338.05078 427.79376 335.26953ZM432.85626 332.39453L432.8875 333.1914Q433.6219 332.28516 434.79376 332.28516Q436.8094 332.28516 436.825 334.55078L436.825 338.73828L435.73126 338.73828L435.73126 334.53516Q435.73126 333.86328 435.41876 333.53516Q435.1219 333.20703 434.46564 333.20703Q433.9344 333.20703 433.52814 333.48828Q433.1375 333.76953 432.91876 334.22266L432.91876 338.73828L431.84064 338.73828L431.84064 332.39453L432.85626 332.39453ZM443.79376 333.97266L438.90314 333.97266L438.90314 333.01953L443.79376 333.01953L443.79376 333.97266ZM443.79376 336.39453L438.90314 336.39453L438.90314 335.45703L443.79376 335.45703L443.79376 336.39453ZM450.90314 332.42578Q450.90314 333.0664 450.5594 333.5664Q450.21564 334.0664 449.65314 334.34766Q450.3094 334.6289 450.7 335.1914Q451.09064 335.73828 451.09064 336.4414Q451.09064 337.53516 450.34064 338.20703Q449.60626 338.86328 448.3875 338.86328Q447.15314 338.86328 446.40314 338.20703Q445.66876 337.53516 445.66876 336.4414Q445.66876 335.73828 446.04376 335.1914Q446.41876 334.6289 447.09064 334.34766Q446.52814 334.0664 446.2 333.5664Q445.8719 333.0664 445.8719 332.42578Q445.8719 331.34766 446.5594 330.72266Q447.2469 330.08203 448.3875 330.08203Q449.5125 330.08203 450.2 330.72266Q450.90314 331.34766 450.90314 332.42578ZM450.0125 336.41016Q450.0125 335.6914 449.5594 335.2539Q449.10626 334.80078 448.3719 334.80078Q447.6375 334.80078 447.1844 335.2539Q446.7469 335.6914 446.7469 336.42578Q446.7469 337.14453 447.1844 337.5664Q447.6219 337.97266 448.3875 337.97266Q449.1375 337.97266 449.575 337.55078Q450.0125 337.1289 450.0125 336.41016ZM448.3875 330.97266Q447.7469 330.97266 447.34064 331.3789Q446.95 331.76953 446.95 332.45703Q446.95 333.09766 447.34064 333.5039Q447.73126 333.91016 448.3719 333.91016Q449.02814 333.91016 449.41876 333.5039Q449.8094 333.09766 449.8094 332.45703Q449.8094 331.80078 449.40314 331.39453Q448.9969 330.97266 448.3875 330.97266ZM452.79376 340.4414L452.1844 340.01953Q452.73126 339.2539 452.7625 338.42578L452.7625 337.45703L453.825 337.45703L453.825 338.30078Q453.825 338.89453 453.52814 339.48828Q453.23126 340.08203 452.79376 340.4414ZM459.29376 335.8789L460.48126 335.8789L460.48126 336.7539L459.29376 336.7539L459.29376 338.73828L458.21564 338.73828L458.21564 336.7539L454.325 336.7539L454.325 336.11328L458.1375 330.20703L459.29376 330.20703L459.29376 335.8789ZM455.5594 335.8789L458.21564 335.8789L458.21564 331.6914L458.075 331.92578L455.5594 335.8789ZM467.3094 338.73828L461.71564 338.73828L461.71564 337.95703L464.66876 334.67578Q465.325 333.92578 465.575 333.47266Q465.825 333.0039 465.825 332.5039Q465.825 331.83203 465.41876 331.41016Q465.02814 330.97266 464.34064 330.97266Q463.54376 330.97266 463.09064 331.4414Q462.6375 331.89453 462.6375 332.72266L461.5594 332.72266Q461.5594 331.53516 462.3094 330.8164Q463.075 330.08203 464.34064 330.08203Q465.54376 330.08203 466.23126 330.70703Q466.91876 331.33203 466.91876 332.3789Q466.91876 333.6289 465.3094 335.3789L463.02814 337.84766L467.3094 337.84766L467.3094 338.73828ZM472.27814 338.73828L471.2 338.73828L471.2 331.51953L469.0125 332.3164L469.0125 331.33203L472.1219 330.16016L472.27814 330.16016L472.27814 338.73828ZM478.34064 335.33203Q478.34064 336.64453 477.9969 337.84766Q477.65314 339.03516 476.9344 340.05078Q476.23126 341.0664 475.46564 341.48828L475.23126 340.83203Q476.1375 340.14453 476.6844 338.6914Q477.23126 337.22266 477.2469 335.45703L477.2469 335.26953Q477.2469 334.03516 476.98126 332.97266Q476.73126 331.91016 476.2625 331.08203Q475.8094 330.23828 475.23126 329.76953L475.46564 329.11328Q476.23126 329.53516 476.9344 330.53516Q477.6375 331.53516 477.98126 332.7539Q478.34064 333.95703 478.34064 335.33203Z" fill-rule="nonzero"/><path fill="#666666" d="M130.625 71.80267L134.67188 71.80267L134.67188 72.72455L129.48438 72.72455L129.48438 64.1933L130.625 64.1933L130.625 71.80267ZM137.95312 72.84955Q136.65625 72.84955 135.84375 72.0058Q135.04688 71.14642 135.04688 69.72455L135.04688 69.53705Q135.04688 68.58392 135.40625 67.84955Q135.76562 67.09955 136.40625 66.6933Q137.0625 66.27142 137.8125 66.27142Q139.04688 66.27142 139.73438 67.08392Q140.42188 67.89642 140.42188 69.41205L140.42188 69.86517L136.125 69.86517Q136.15625 70.80267 136.67188 71.3808Q137.20312 71.95892 138.01562 71.95892Q138.57812 71.95892 138.96875 71.72455Q139.375 71.49017 139.6875 71.09955L140.34375 71.61517Q139.54688 72.84955 137.95312 72.84955ZM137.8125 67.16205Q137.15625 67.16205 136.70312 67.64642Q136.26562 68.11517 136.17188 68.97455L139.34375 68.97455L139.34375 68.89642Q139.29688 68.0683 138.89062 67.61517Q138.5 67.16205 137.8125 67.16205ZM145.01562 71.03705Q145.01562 70.59955 144.67188 70.36517Q144.34375 70.11517 143.51562 69.9433Q142.70312 69.77142 142.21875 69.52142Q141.73438 69.27142 141.5 68.9433Q141.28125 68.59955 141.28125 68.1308Q141.28125 67.34955 141.9375 66.8183Q142.59375 66.27142 143.625 66.27142Q144.70312 66.27142 145.35938 66.83392Q146.03125 67.3808 146.03125 68.24017L144.95312 68.24017Q144.95312 67.80267 144.5625 67.49017Q144.1875 67.16205 143.625 67.16205Q143.03125 67.16205 142.6875 67.42767Q142.35938 67.67767 142.35938 68.08392Q142.35938 68.47455 142.67188 68.67767Q142.98438 68.8808 143.79688 69.0683Q144.60938 69.24017 145.10938 69.49017Q145.60938 69.74017 145.84375 70.09955Q146.09375 70.45892 146.09375 70.95892Q146.09375 71.8183 145.40625 72.33392Q144.73438 72.84955 143.65625 72.84955Q142.89062 72.84955 142.29688 72.58392Q141.71875 72.30267 141.39062 71.8183Q141.0625 71.33392 141.0625 70.77142L142.14062 70.77142Q142.17188 71.3183 142.57812 71.64642Q142.98438 71.95892 143.65625 71.95892Q144.26562 71.95892 144.64062 71.70892Q145.01562 71.45892 145.01562 71.03705ZM151.01562 71.03705Q151.01562 70.59955 150.67188 70.36517Q150.34375 70.11517 149.51562 69.9433Q148.70312 69.77142 148.21875 69.52142Q147.73438 69.27142 147.5 68.9433Q147.28125 68.59955 147.28125 68.1308Q147.28125 67.34955 147.9375 66.8183Q148.59375 66.27142 149.625 66.27142Q150.70312 66.27142 151.35938 66.83392Q152.03125 67.3808 152.03125 68.24017L150.95312 68.24017Q150.95312 67.80267 150.5625 67.49017Q150.1875 67.16205 149.625 67.16205Q149.03125 67.16205 148.6875 67.42767Q148.35938 67.67767 148.35938 68.08392Q148.35938 68.47455 148.67188 68.67767Q148.98438 68.8808 149.79688 69.0683Q150.60938 69.24017 151.10938 69.49017Q151.60938 69.74017 151.84375 70.09955Q152.09375 70.45892 152.09375 70.95892Q152.09375 71.8183 151.40625 72.33392Q150.73438 72.84955 149.65625 72.84955Q148.89062 72.84955 148.29688 72.58392Q147.71875 72.30267 147.39062 71.8183Q147.0625 71.33392 147.0625 70.77142L148.14062 70.77142Q148.17188 71.3183 148.57812 71.64642Q148.98438 71.95892 149.65625 71.95892Q150.26562 71.95892 150.64062 71.70892Q151.01562 71.45892 151.01562 71.03705ZM157.79688 64.84955L157.79688 66.3808L158.96875 66.3808L158.96875 67.22455L157.79688 67.22455L157.79688 71.14642Q157.79688 71.53705 157.95312 71.72455Q158.10938 71.91205 158.48438 71.91205Q158.67188 71.91205 159.0 71.84955L159.0 72.72455Q158.57812 72.84955 158.17188 72.84955Q157.45312 72.84955 157.07812 72.41205Q156.70312 71.95892 156.70312 71.14642L156.70312 67.22455L155.54688 67.22455L155.54688 66.3808L156.70312 66.3808L156.70312 64.84955L157.79688 64.84955ZM161.40625 67.14642Q162.125 66.27142 163.28125 66.27142Q165.29688 66.27142 165.3125 68.53705L165.3125 72.72455L164.21875 72.72455L164.21875 68.52142Q164.21875 67.84955 163.90625 67.52142Q163.60938 67.1933 162.95312 67.1933Q162.42188 67.1933 162.01562 67.47455Q161.625 67.7558 161.40625 68.20892L161.40625 72.72455L160.32812 72.72455L160.32812 63.72455L161.40625 63.72455L161.40625 67.14642ZM171.23438 72.72455Q171.14062 72.53705 171.07812 72.05267Q170.32812 72.84955 169.28125 72.84955Q168.34375 72.84955 167.73438 72.3183Q167.14062 71.78705 167.14062 70.95892Q167.14062 69.97455 167.89062 69.42767Q168.64062 68.8808 170.01562 68.8808L171.0625 68.8808L171.0625 68.3808Q171.0625 67.8183 170.71875 67.49017Q170.39062 67.14642 169.71875 67.14642Q169.14062 67.14642 168.75 67.4433Q168.35938 67.72455 168.35938 68.14642L167.26562 68.14642Q167.26562 67.66205 167.59375 67.22455Q167.9375 66.78705 168.51562 66.53705Q169.09375 66.27142 169.78125 66.27142Q170.89062 66.27142 171.5 66.8183Q172.125 67.36517 172.15625 68.3183L172.15625 71.24017Q172.15625 72.11517 172.375 72.6308L172.375 72.72455L171.23438 72.72455ZM169.4375 71.89642Q169.95312 71.89642 170.40625 71.6308Q170.85938 71.36517 171.0625 70.9433L171.0625 69.64642L170.21875 69.64642Q168.21875 69.64642 168.21875 70.8183Q168.21875 71.3183 168.5625 71.61517Q168.90625 71.89642 169.4375 71.89642ZM175.34375 66.3808L175.375 67.17767Q176.10938 66.27142 177.28125 66.27142Q179.29688 66.27142 179.3125 68.53705L179.3125 72.72455L178.21875 72.72455L178.21875 68.52142Q178.21875 67.84955 177.90625 67.52142Q177.60938 67.1933 176.95312 67.1933Q176.42188 67.1933 176.01562 67.47455Q175.625 67.7558 175.40625 68.20892L175.40625 72.72455L174.32812 72.72455L174.32812 66.3808L175.34375 66.3808ZM187.76562 72.72455L186.6875 72.72455L186.6875 65.5058L184.5 66.30267L184.5 65.3183L187.60938 64.14642L187.76562 64.14642L187.76562 72.72455ZM196.39062 71.1308L197.875 66.3808L199.03125 66.3808L196.48438 73.70892Q195.89062 75.28705 194.60938 75.28705L194.39062 75.27142L194.0 75.1933L194.0 74.3183L194.28125 74.33392Q194.84375 74.33392 195.14062 74.11517Q195.45312 73.89642 195.65625 73.30267L195.89062 72.64642L193.625 66.3808L194.8125 66.3808L196.39062 71.1308ZM202.95312 72.84955Q201.65625 72.84955 200.84375 72.0058Q200.04688 71.14642 200.04688 69.72455L200.04688 69.53705Q200.04688 68.58392 200.40625 67.84955Q200.76562 67.09955 201.40625 66.6933Q202.0625 66.27142 202.8125 66.27142Q204.04688 66.27142 204.73438 67.08392Q205.42188 67.89642 205.42188 69.41205L205.42188 69.86517L201.125 69.86517Q201.15625 70.80267 201.67188 71.3808Q202.20312 71.95892 203.01562 71.95892Q203.57812 71.95892 203.96875 71.72455Q204.375 71.49017 204.6875 71.09955L205.34375 71.61517Q204.54688 72.84955 202.95312 72.84955ZM202.8125 67.16205Q202.15625 67.16205 201.70312 67.64642Q201.26562 68.11517 201.17188 68.97455L204.34375 68.97455L204.34375 68.89642Q204.29688 68.0683 203.89062 67.61517Q203.5 67.16205 202.8125 67.16205ZM210.23438 72.72455Q210.14062 72.53705 210.07812 72.05267Q209.32812 72.84955 208.28125 72.84955Q207.34375 72.84955 206.73438 72.3183Q206.14062 71.78705 206.14062 70.95892Q206.14062 69.97455 206.89062 69.42767Q207.64062 68.8808 209.01562 68.8808L210.0625 68.8808L210.0625 68.3808Q210.0625 67.8183 209.71875 67.49017Q209.39062 67.14642 208.71875 67.14642Q208.14062 67.14642 207.75 67.4433Q207.35938 67.72455 207.35938 68.14642L206.26562 68.14642Q206.26562 67.66205 206.59375 67.22455Q206.9375 66.78705 207.51562 66.53705Q208.09375 66.27142 208.78125 66.27142Q209.89062 66.27142 210.5 66.8183Q211.125 67.36517 211.15625 68.3183L211.15625 71.24017Q211.15625 72.11517 211.375 72.6308L211.375 72.72455L210.23438 72.72455ZM208.4375 71.89642Q208.95312 71.89642 209.40625 71.6308Q209.85938 71.36517 210.0625 70.9433L210.0625 69.64642L209.21875 69.64642Q207.21875 69.64642 207.21875 70.8183Q207.21875 71.3183 207.5625 71.61517Q207.90625 71.89642 208.4375 71.89642ZM216.39062 67.34955Q216.14062 67.3183 215.85938 67.3183Q214.78125 67.3183 214.40625 68.22455L214.40625 72.72455L213.32812 72.72455L213.32812 66.3808L214.375 66.3808L214.39062 67.11517Q214.92188 66.27142 215.90625 66.27142Q216.21875 66.27142 216.39062 66.34955L216.39062 67.34955Z" fill-rule="nonzero"/><path fill="#666666" d="M166.76562 101.946106L165.6875 101.946106L165.6875 94.727356L163.5 95.52423L163.5 94.539856L166.60938 93.36798L166.76562 93.36798L166.76562 101.946106ZM176.54688 98.133606L170.6875 98.133606L170.6875 97.24298L176.54688 97.24298L176.54688 98.133606ZM183.79688 101.946106L178.20312 101.946106L178.20312 101.164856L181.15625 97.883606Q181.8125 97.133606 182.0625 96.68048Q182.3125 96.21173 182.3125 95.71173Q182.3125 95.039856 181.90625 94.61798Q181.51562 94.18048 180.82812 94.18048Q180.03125 94.18048 179.57812 94.64923Q179.125 95.102356 179.125 95.93048L178.04688 95.93048Q178.04688 94.74298 178.79688 94.02423Q179.5625 93.289856 180.82812 93.289856Q182.03125 93.289856 182.71875 93.914856Q183.40625 94.539856 183.40625 95.58673Q183.40625 96.83673 181.79688 98.58673L179.51562 101.05548L183.79688 101.05548L183.79688 101.946106ZM190.39062 100.352356L191.875 95.602356L193.03125 95.602356L190.48438 102.93048Q189.89062 104.508606 188.60938 104.508606L188.39062 104.49298L188.0 104.414856L188.0 103.539856L188.28125 103.55548Q188.84375 103.55548 189.14062 103.33673Q189.45312 103.11798 189.65625 102.52423L189.89062 101.86798L187.625 95.602356L188.8125 95.602356L190.39062 100.352356ZM196.95312 102.071106Q195.65625 102.071106 194.84375 101.227356Q194.04688 100.36798 194.04688 98.946106L194.04688 98.758606Q194.04688 97.80548 194.40625 97.071106Q194.76562 96.321106 195.40625 95.914856Q196.0625 95.49298 196.8125 95.49298Q198.04688 95.49298 198.73438 96.30548Q199.42188 97.11798 199.42188 98.633606L199.42188 99.08673L195.125 99.08673Q195.15625 100.02423 195.67188 100.602356Q196.20312 101.18048 197.01562 101.18048Q197.57812 101.18048 197.96875 100.946106Q198.375 100.71173 198.6875 100.321106L199.34375 100.83673Q198.54688 102.071106 196.95312 102.071106ZM196.8125 96.383606Q196.15625 96.383606 195.70312 96.86798Q195.26562 97.33673 195.17188 98.196106L198.34375 98.196106L198.34375 98.11798Q198.29688 97.289856 197.89062 96.83673Q197.5 96.383606 196.8125 96.383606ZM204.23438 101.946106Q204.14062 101.758606 204.07812 101.27423Q203.32812 102.071106 202.28125 102.071106Q201.34375 102.071106 200.73438 101.539856Q200.14062 101.008606 200.14062 100.18048Q200.14062 99.196106 200.89062 98.64923Q201.64062 98.102356 203.01562 98.102356L204.0625 98.102356L204.0625 97.602356Q204.0625 97.039856 203.71875 96.71173Q203.39062 96.36798 202.71875 96.36798Q202.14062 96.36798 201.75 96.664856Q201.35938 96.946106 201.35938 97.36798L200.26562 97.36798Q200.26562 96.883606 200.59375 96.446106Q200.9375 96.008606 201.51562 95.758606Q202.09375 95.49298 202.78125 95.49298Q203.89062 95.49298 204.5 96.039856Q205.125 96.58673 205.15625 97.539856L205.15625 100.46173Q205.15625 101.33673 205.375 101.852356L205.375 101.946106L204.23438 101.946106ZM202.4375 101.11798Q202.95312 101.11798 203.40625 100.852356Q203.85938 100.58673 204.0625 100.164856L204.0625 98.86798L203.21875 98.86798Q201.21875 98.86798 201.21875 100.039856Q201.21875 100.539856 201.5625 100.83673Q201.90625 101.11798 202.4375 101.11798ZM210.39062 96.571106Q210.14062 96.539856 209.85938 96.539856Q208.78125 96.539856 208.40625 97.446106L208.40625 101.946106L207.32812 101.946106L207.32812 95.602356L208.375 95.602356L208.39062 96.33673Q208.92188 95.49298 209.90625 95.49298Q210.21875 95.49298 210.39062 95.571106L210.39062 96.571106ZM215.01562 100.258606Q215.01562 99.821106 214.67188 99.58673Q214.34375 99.33673 213.51562 99.164856Q212.70312 98.99298 212.21875 98.74298Q211.73438 98.49298 211.5 98.164856Q211.28125 97.821106 211.28125 97.352356Q211.28125 96.571106 211.9375 96.039856Q212.59375 95.49298 213.625 95.49298Q214.70312 95.49298 215.35938 96.05548Q216.03125 96.602356 216.03125 97.46173L214.95312 97.46173Q214.95312 97.02423 214.5625 96.71173Q214.1875 96.383606 213.625 96.383606Q213.03125 96.383606 212.6875 96.64923Q212.35938 96.89923 212.35938 97.30548Q212.35938 97.696106 212.67188 97.89923Q212.98438 98.102356 213.79688 98.289856Q214.60938 98.46173 215.10938 98.71173Q215.60938 98.96173 215.84375 99.321106Q216.09375 99.68048 216.09375 100.18048Q216.09375 101.039856 215.40625 101.55548Q214.73438 102.071106 213.65625 102.071106Q212.89062 102.071106 212.29688 101.80548Q211.71875 101.52423 211.39062 101.039856Q211.0625 100.55548 211.0625 99.99298L212.14062 99.99298Q212.17188 100.539856 212.57812 100.86798Q212.98438 101.18048 213.65625 101.18048Q214.26562 101.18048 214.64062 100.93048Q215.01562 100.68048 215.01562 100.258606Z" fill-rule="nonzero"/><path fill="#666666" d="M164.78125 126.37079L165.59375 126.37079Q166.375 126.35516 166.8125 125.96454Q167.25 125.57391 167.25 124.90204Q167.25 123.40204 165.75 123.40204Q165.04688 123.40204 164.625 123.80829Q164.21875 124.21454 164.21875 124.87079L163.125 124.87079Q163.125 123.85516 163.85938 123.18329Q164.60938 122.51141 165.75 122.51141Q166.95312 122.51141 167.64062 123.15204Q168.32812 123.79266 168.32812 124.93329Q168.32812 125.49579 167.96875 126.01141Q167.60938 126.52704 166.98438 126.79266Q167.6875 127.01141 168.0625 127.52704Q168.45312 128.04266 168.45312 128.79266Q168.45312 129.93329 167.70312 130.62079Q166.95312 131.29266 165.75 131.29266Q164.5625 131.29266 163.79688 130.63641Q163.04688 129.98016 163.04688 128.91766L164.14062 128.91766Q164.14062 129.58954 164.57812 129.99579Q165.01562 130.40204 165.76562 130.40204Q166.54688 130.40204 166.95312 129.99579Q167.375 129.57391 167.375 128.80829Q167.375 128.07391 166.92188 127.68329Q166.46875 127.27704 165.59375 127.26141L164.78125 127.26141L164.78125 126.37079ZM176.54688 127.35516L170.6875 127.35516L170.6875 126.46454L176.54688 126.46454L176.54688 127.35516ZM178.70312 126.88641L179.14062 122.63641L183.51562 122.63641L183.51562 123.63641L180.0625 123.63641L179.79688 125.96454Q180.4375 125.58954 181.23438 125.58954Q182.39062 125.58954 183.07812 126.37079Q183.76562 127.13641 183.76562 128.44891Q183.76562 129.76141 183.04688 130.52704Q182.34375 131.29266 181.0625 131.29266Q179.9375 131.29266 179.21875 130.66766Q178.5 130.02704 178.40625 128.91766L179.42188 128.91766Q179.53125 129.65204 179.95312 130.02704Q180.375 130.40204 181.0625 130.40204Q181.8125 130.40204 182.25 129.88641Q182.6875 129.37079 182.6875 128.46454Q182.6875 127.60516 182.21875 127.08954Q181.75 126.57391 180.96875 126.57391Q180.26562 126.57391 179.85938 126.87079L179.57812 127.10516L178.70312 126.88641ZM190.39062 129.57391L191.875 124.82391L193.03125 124.82391L190.48438 132.15204Q189.89062 133.73016 188.60938 133.73016L188.39062 133.71454L188.0 133.63641L188.0 132.76141L188.28125 132.77704Q188.84375 132.77704 189.14062 132.55829Q189.45312 132.33954 189.65625 131.74579L189.89062 131.08954L187.625 124.82391L188.8125 124.82391L190.39062 129.57391ZM196.95312 131.29266Q195.65625 131.29266 194.84375 130.44891Q194.04688 129.58954 194.04688 128.16766L194.04688 127.98016Q194.04688 127.02704 194.40625 126.29266Q194.76562 125.54266 195.40625 125.13641Q196.0625 124.71454 196.8125 124.71454Q198.04688 124.71454 198.73438 125.52704Q199.42188 126.33954 199.42188 127.85516L199.42188 128.30829L195.125 128.30829Q195.15625 129.24579 195.67188 129.82391Q196.20312 130.40204 197.01562 130.40204Q197.57812 130.40204 197.96875 130.16766Q198.375 129.93329 198.6875 129.54266L199.34375 130.05829Q198.54688 131.29266 196.95312 131.29266ZM196.8125 125.60516Q196.15625 125.60516 195.70312 126.08954Q195.26562 126.55829 195.17188 127.41766L198.34375 127.41766L198.34375 127.33954Q198.29688 126.51141 197.89062 126.05829Q197.5 125.60516 196.8125 125.60516ZM204.23438 131.16766Q204.14062 130.98016 204.07812 130.49579Q203.32812 131.29266 202.28125 131.29266Q201.34375 131.29266 200.73438 130.76141Q200.14062 130.23016 200.14062 129.40204Q200.14062 128.41766 200.89062 127.87079Q201.64062 127.32391 203.01562 127.32391L204.0625 127.32391L204.0625 126.82391Q204.0625 126.26141 203.71875 125.93329Q203.39062 125.58954 202.71875 125.58954Q202.14062 125.58954 201.75 125.88641Q201.35938 126.16766 201.35938 126.58954L200.26562 126.58954Q200.26562 126.10516 200.59375 125.66766Q200.9375 125.23016 201.51562 124.98016Q202.09375 124.71454 202.78125 124.71454Q203.89062 124.71454 204.5 125.26141Q205.125 125.80829 205.15625 126.76141L205.15625 129.68329Q205.15625 130.55829 205.375 131.07391L205.375 131.16766L204.23438 131.16766ZM202.4375 130.33954Q202.95312 130.33954 203.40625 130.07391Q203.85938 129.80829 204.0625 129.38641L204.0625 128.08954L203.21875 128.08954Q201.21875 128.08954 201.21875 129.26141Q201.21875 129.76141 201.5625 130.05829Q201.90625 130.33954 202.4375 130.33954ZM210.39062 125.79266Q210.14062 125.76141 209.85938 125.76141Q208.78125 125.76141 208.40625 126.66766L208.40625 131.16766L207.32812 131.16766L207.32812 124.82391L208.375 124.82391L208.39062 125.55829Q208.92188 124.71454 209.90625 124.71454Q210.21875 124.71454 210.39062 124.79266L210.39062 125.79266ZM215.01562 129.48016Q215.01562 129.04266 214.67188 128.80829Q214.34375 128.55829 213.51562 128.38641Q212.70312 128.21454 212.21875 127.96454Q211.73438 127.71454 211.5 127.38641Q211.28125 127.04266 211.28125 126.57391Q211.28125 125.79266 211.9375 125.26141Q212.59375 124.71454 213.625 124.71454Q214.70312 124.71454 215.35938 125.27704Q216.03125 125.82391 216.03125 126.68329L214.95312 126.68329Q214.95312 126.24579 214.5625 125.93329Q214.1875 125.60516 213.625 125.60516Q213.03125 125.60516 212.6875 125.87079Q212.35938 126.12079 212.35938 126.52704Q212.35938 126.91766 212.67188 127.12079Q212.98438 127.32391 213.79688 127.51141Q214.60938 127.68329 215.10938 127.93329Q215.60938 128.18329 215.84375 128.54266Q216.09375 128.90204 216.09375 129.40204Q216.09375 130.26141 215.40625 130.77704Q214.73438 131.29266 213.65625 131.29266Q212.89062 131.29266 212.29688 131.02704Q211.71875 130.74579 211.39062 130.26141Q211.0625 129.77704 211.0625 129.21454L212.14062 129.21454Q212.17188 129.76141 212.57812 130.08954Q212.98438 130.40204 213.65625 130.40204Q214.26562 130.40204 214.64062 130.15204Q215.01562 129.90204 215.01562 129.48016Z" fill-rule="nonzero"/><path fill="#666666" d="M160.46875 151.85797L160.46875 152.76422L160.26562 152.76422Q159.0 152.79547 158.25 153.52985Q157.5 154.2486 157.375 155.5611Q158.0625 154.79547 159.21875 154.79547Q160.32812 154.79547 161.0 155.57672Q161.67188 156.35797 161.67188 157.60797Q161.67188 158.92047 160.95312 159.71735Q160.23438 160.51422 159.01562 160.51422Q157.79688 160.51422 157.03125 159.57672Q156.28125 158.6236 156.28125 157.13922L156.28125 156.73297Q156.28125 154.3736 157.28125 153.1236Q158.28125 151.8736 160.26562 151.85797L160.46875 151.85797ZM159.04688 155.70172Q158.48438 155.70172 158.01562 156.02985Q157.54688 156.35797 157.35938 156.8736L157.35938 157.26422Q157.35938 158.32672 157.82812 158.96735Q158.3125 159.60797 159.01562 159.60797Q159.75 159.60797 160.17188 159.07672Q160.59375 158.52985 160.59375 157.65485Q160.59375 156.77985 160.17188 156.2486Q159.75 155.70172 159.04688 155.70172ZM169.54688 156.57672L163.6875 156.57672L163.6875 155.6861L169.54688 155.6861L169.54688 156.57672ZM174.76562 160.38922L173.6875 160.38922L173.6875 153.17047L171.5 153.96735L171.5 152.98297L174.60938 151.8111L174.76562 151.8111L174.76562 160.38922ZM183.5625 156.7486Q183.5625 158.65485 182.90625 159.59235Q182.26562 160.51422 180.875 160.51422Q179.51562 160.51422 178.85938 159.60797Q178.20312 158.70172 178.17188 156.88922L178.17188 155.45172Q178.17188 153.5611 178.8125 152.65485Q179.46875 151.73297 180.85938 151.73297Q182.23438 151.73297 182.89062 152.6236Q183.54688 153.4986 183.5625 155.34235L183.5625 156.7486ZM182.46875 155.26422Q182.46875 153.88922 182.07812 153.26422Q181.70312 152.6236 180.85938 152.6236Q180.03125 152.6236 179.64062 153.26422Q179.26562 153.88922 179.26562 155.1861L179.26562 156.92047Q179.26562 158.29547 179.65625 158.96735Q180.0625 159.6236 180.875 159.6236Q181.67188 159.6236 182.0625 158.9986Q182.45312 158.3736 182.46875 157.04547L182.46875 155.26422ZM190.39062 158.79547L191.875 154.04547L193.03125 154.04547L190.48438 161.3736Q189.89062 162.95172 188.60938 162.95172L188.39062 162.9361L188.0 162.85797L188.0 161.98297L188.28125 161.9986Q188.84375 161.9986 189.14062 161.77985Q189.45312 161.5611 189.65625 160.96735L189.89062 160.3111L187.625 154.04547L188.8125 154.04547L190.39062 158.79547ZM196.95312 160.51422Q195.65625 160.51422 194.84375 159.67047Q194.04688 158.8111 194.04688 157.38922L194.04688 157.20172Q194.04688 156.2486 194.40625 155.51422Q194.76562 154.76422 195.40625 154.35797Q196.0625 153.9361 196.8125 153.9361Q198.04688 153.9361 198.73438 154.7486Q199.42188 155.5611 199.42188 157.07672L199.42188 157.52985L195.125 157.52985Q195.15625 158.46735 195.67188 159.04547Q196.20312 159.6236 197.01562 159.6236Q197.57812 159.6236 197.96875 159.38922Q198.375 159.15485 198.6875 158.76422L199.34375 159.27985Q198.54688 160.51422 196.95312 160.51422ZM196.8125 154.82672Q196.15625 154.82672 195.70312 155.3111Q195.26562 155.77985 195.17188 156.63922L198.34375 156.63922L198.34375 156.5611Q198.29688 155.73297 197.89062 155.27985Q197.5 154.82672 196.8125 154.82672ZM204.23438 160.38922Q204.14062 160.20172 204.07812 159.71735Q203.32812 160.51422 202.28125 160.51422Q201.34375 160.51422 200.73438 159.98297Q200.14062 159.45172 200.14062 158.6236Q200.14062 157.63922 200.89062 157.09235Q201.64062 156.54547 203.01562 156.54547L204.0625 156.54547L204.0625 156.04547Q204.0625 155.48297 203.71875 155.15485Q203.39062 154.8111 202.71875 154.8111Q202.14062 154.8111 201.75 155.10797Q201.35938 155.38922 201.35938 155.8111L200.26562 155.8111Q200.26562 155.32672 200.59375 154.88922Q200.9375 154.45172 201.51562 154.20172Q202.09375 153.9361 202.78125 153.9361Q203.89062 153.9361 204.5 154.48297Q205.125 155.02985 205.15625 155.98297L205.15625 158.90485Q205.15625 159.77985 205.375 160.29547L205.375 160.38922L204.23438 160.38922ZM202.4375 159.5611Q202.95312 159.5611 203.40625 159.29547Q203.85938 159.02985 204.0625 158.60797L204.0625 157.3111L203.21875 157.3111Q201.21875 157.3111 201.21875 158.48297Q201.21875 158.98297 201.5625 159.27985Q201.90625 159.5611 202.4375 159.5611ZM210.39062 155.01422Q210.14062 154.98297 209.85938 154.98297Q208.78125 154.98297 208.40625 155.88922L208.40625 160.38922L207.32812 160.38922L207.32812 154.04547L208.375 154.04547L208.39062 154.77985Q208.92188 153.9361 209.90625 153.9361Q210.21875 153.9361 210.39062 154.01422L210.39062 155.01422ZM215.01562 158.70172Q215.01562 158.26422 214.67188 158.02985Q214.34375 157.77985 213.51562 157.60797Q212.70312 157.4361 212.21875 157.1861Q211.73438 156.9361 211.5 156.60797Q211.28125 156.26422 211.28125 155.79547Q211.28125 155.01422 211.9375 154.48297Q212.59375 153.9361 213.625 153.9361Q214.70312 153.9361 215.35938 154.4986Q216.03125 155.04547 216.03125 155.90485L214.95312 155.90485Q214.95312 155.46735 214.5625 155.15485Q214.1875 154.82672 213.625 154.82672Q213.03125 154.82672 212.6875 155.09235Q212.35938 155.34235 212.35938 155.7486Q212.35938 156.13922 212.67188 156.34235Q212.98438 156.54547 213.79688 156.73297Q214.60938 156.90485 215.10938 157.15485Q215.60938 157.40485 215.84375 157.76422Q216.09375 158.1236 216.09375 158.6236Q216.09375 159.48297 215.40625 159.9986Q214.73438 160.51422 213.65625 160.51422Q212.89062 160.51422 212.29688 160.2486Q211.71875 159.96735 211.39062 159.48297Q211.0625 158.9986 211.0625 158.4361L212.14062 158.4361Q212.17188 158.98297 212.57812 159.3111Q212.98438 159.6236 213.65625 159.6236Q214.26562 159.6236 214.64062 159.3736Q215.01562 159.1236 215.01562 158.70172Z" fill-rule="nonzero"/><path fill="#666666" d="M152.76562 189.61078L151.6875 189.61078L151.6875 182.39203L149.5 183.1889L149.5 182.20453L152.60938 181.03265L152.76562 181.03265L152.76562 189.61078ZM159.76562 189.61078L158.6875 189.61078L158.6875 182.39203L156.5 183.1889L156.5 182.20453L159.60938 181.03265L159.76562 181.03265L159.76562 189.61078ZM169.54688 185.79828L163.6875 185.79828L163.6875 184.90765L169.54688 184.90765L169.54688 185.79828ZM174.76562 189.61078L173.6875 189.61078L173.6875 182.39203L171.5 183.1889L171.5 182.20453L174.60938 181.03265L174.76562 181.03265L174.76562 189.61078ZM178.70312 185.32953L179.14062 181.07953L183.51562 181.07953L183.51562 182.07953L180.0625 182.07953L179.79688 184.40765Q180.4375 184.03265 181.23438 184.03265Q182.39062 184.03265 183.07812 184.8139Q183.76562 185.57953 183.76562 186.89203Q183.76562 188.20453 183.04688 188.97015Q182.34375 189.73578 181.0625 189.73578Q179.9375 189.73578 179.21875 189.11078Q178.5 188.47015 178.40625 187.36078L179.42188 187.36078Q179.53125 188.09515 179.95312 188.47015Q180.375 188.84515 181.0625 188.84515Q181.8125 188.84515 182.25 188.32953Q182.6875 187.8139 182.6875 186.90765Q182.6875 186.04828 182.21875 185.53265Q181.75 185.01703 180.96875 185.01703Q180.26562 185.01703 179.85938 185.3139L179.57812 185.54828L178.70312 185.32953ZM190.39062 188.01703L191.875 183.26703L193.03125 183.26703L190.48438 190.59515Q189.89062 192.17328 188.60938 192.17328L188.39062 192.15765L188.0 192.07953L188.0 191.20453L188.28125 191.22015Q188.84375 191.22015 189.14062 191.0014Q189.45312 190.78265 189.65625 190.1889L189.89062 189.53265L187.625 183.26703L188.8125 183.26703L190.39062 188.01703ZM196.95312 189.73578Q195.65625 189.73578 194.84375 188.89203Q194.04688 188.03265 194.04688 186.61078L194.04688 186.42328Q194.04688 185.47015 194.40625 184.73578Q194.76562 183.98578 195.40625 183.57953Q196.0625 183.15765 196.8125 183.15765Q198.04688 183.15765 198.73438 183.97015Q199.42188 184.78265 199.42188 186.29828L199.42188 186.7514L195.125 186.7514Q195.15625 187.6889 195.67188 188.26703Q196.20312 188.84515 197.01562 188.84515Q197.57812 188.84515 197.96875 188.61078Q198.375 188.3764 198.6875 187.98578L199.34375 188.5014Q198.54688 189.73578 196.95312 189.73578ZM196.8125 184.04828Q196.15625 184.04828 195.70312 184.53265Q195.26562 185.0014 195.17188 185.86078L198.34375 185.86078L198.34375 185.78265Q198.29688 184.95453 197.89062 184.5014Q197.5 184.04828 196.8125 184.04828ZM204.23438 189.61078Q204.14062 189.42328 204.07812 188.9389Q203.32812 189.73578 202.28125 189.73578Q201.34375 189.73578 200.73438 189.20453Q200.14062 188.67328 200.14062 187.84515Q200.14062 186.86078 200.89062 186.3139Q201.64062 185.76703 203.01562 185.76703L204.0625 185.76703L204.0625 185.26703Q204.0625 184.70453 203.71875 184.3764Q203.39062 184.03265 202.71875 184.03265Q202.14062 184.03265 201.75 184.32953Q201.35938 184.61078 201.35938 185.03265L200.26562 185.03265Q200.26562 184.54828 200.59375 184.11078Q200.9375 183.67328 201.51562 183.42328Q202.09375 183.15765 202.78125 183.15765Q203.89062 183.15765 204.5 183.70453Q205.125 184.2514 205.15625 185.20453L205.15625 188.1264Q205.15625 189.0014 205.375 189.51703L205.375 189.61078L204.23438 189.61078ZM202.4375 188.78265Q202.95312 188.78265 203.40625 188.51703Q203.85938 188.2514 204.0625 187.82953L204.0625 186.53265L203.21875 186.53265Q201.21875 186.53265 201.21875 187.70453Q201.21875 188.20453 201.5625 188.5014Q201.90625 188.78265 202.4375 188.78265ZM210.39062 184.23578Q210.14062 184.20453 209.85938 184.20453Q208.78125 184.20453 208.40625 185.11078L208.40625 189.61078L207.32812 189.61078L207.32812 183.26703L208.375 183.26703L208.39062 184.0014Q208.92188 183.15765 209.90625 183.15765Q210.21875 183.15765 210.39062 183.23578L210.39062 184.23578ZM215.01562 187.92328Q215.01562 187.48578 214.67188 187.2514Q214.34375 187.0014 213.51562 186.82953Q212.70312 186.65765 212.21875 186.40765Q211.73438 186.15765 211.5 185.82953Q211.28125 185.48578 211.28125 185.01703Q211.28125 184.23578 211.9375 183.70453Q212.59375 183.15765 213.625 183.15765Q214.70312 183.15765 215.35938 183.72015Q216.03125 184.26703 216.03125 185.1264L214.95312 185.1264Q214.95312 184.6889 214.5625 184.3764Q214.1875 184.04828 213.625 184.04828Q213.03125 184.04828 212.6875 184.3139Q212.35938 184.5639 212.35938 184.97015Q212.35938 185.36078 212.67188 185.5639Q212.98438 185.76703 213.79688 185.95453Q214.60938 186.1264 215.10938 186.3764Q215.60938 186.6264 215.84375 186.98578Q216.09375 187.34515 216.09375 187.84515Q216.09375 188.70453 215.40625 189.22015Q214.73438 189.73578 213.65625 189.73578Q212.89062 189.73578 212.29688 189.47015Q211.71875 189.1889 211.39062 188.70453Q211.0625 188.22015 211.0625 187.65765L212.14062 187.65765Q212.17188 188.20453 212.57812 188.53265Q212.98438 188.84515 213.65625 188.84515Q214.26562 188.84515 214.64062 188.59515Q215.01562 188.34515 215.01562 187.92328Z" fill-rule="nonzero"/><path fill="#666666" d="M152.76562 218.83234L151.6875 218.83234L151.6875 211.61359L149.5 212.41046L149.5 211.42609L152.60938 210.25421L152.76562 210.25421L152.76562 218.83234ZM160.46875 210.30109L160.46875 211.20734L160.26562 211.20734Q159.0 211.23859 158.25 211.97296Q157.5 212.69171 157.375 214.00421Q158.0625 213.23859 159.21875 213.23859Q160.32812 213.23859 161.0 214.01984Q161.67188 214.80109 161.67188 216.05109Q161.67188 217.36359 160.95312 218.16046Q160.23438 218.95734 159.01562 218.95734Q157.79688 218.95734 157.03125 218.01984Q156.28125 217.06671 156.28125 215.58234L156.28125 215.17609Q156.28125 212.81671 157.28125 211.56671Q158.28125 210.31671 160.26562 210.30109L160.46875 210.30109ZM159.04688 214.14484Q158.48438 214.14484 158.01562 214.47296Q157.54688 214.80109 157.35938 215.31671L157.35938 215.70734Q157.35938 216.76984 157.82812 217.41046Q158.3125 218.05109 159.01562 218.05109Q159.75 218.05109 160.17188 217.51984Q160.59375 216.97296 160.59375 216.09796Q160.59375 215.22296 160.17188 214.69171Q159.75 214.14484 159.04688 214.14484ZM169.54688 215.01984L163.6875 215.01984L163.6875 214.12921L169.54688 214.12921L169.54688 215.01984ZM176.79688 218.83234L171.20312 218.83234L171.20312 218.05109L174.15625 214.76984Q174.8125 214.01984 175.0625 213.56671Q175.3125 213.09796 175.3125 212.59796Q175.3125 211.92609 174.90625 211.50421Q174.51562 211.06671 173.82812 211.06671Q173.03125 211.06671 172.57812 211.53546Q172.125 211.98859 172.125 212.81671L171.04688 212.81671Q171.04688 211.62921 171.79688 210.91046Q172.5625 210.17609 173.82812 210.17609Q175.03125 210.17609 175.71875 210.80109Q176.40625 211.42609 176.40625 212.47296Q176.40625 213.72296 174.79688 215.47296L172.51562 217.94171L176.79688 217.94171L176.79688 218.83234ZM183.5625 215.19171Q183.5625 217.09796 182.90625 218.03546Q182.26562 218.95734 180.875 218.95734Q179.51562 218.95734 178.85938 218.05109Q178.20312 217.14484 178.17188 215.33234L178.17188 213.89484Q178.17188 212.00421 178.8125 211.09796Q179.46875 210.17609 180.85938 210.17609Q182.23438 210.17609 182.89062 211.06671Q183.54688 211.94171 183.5625 213.78546L183.5625 215.19171ZM182.46875 213.70734Q182.46875 212.33234 182.07812 211.70734Q181.70312 211.06671 180.85938 211.06671Q180.03125 211.06671 179.64062 211.70734Q179.26562 212.33234 179.26562 213.62921L179.26562 215.36359Q179.26562 216.73859 179.65625 217.41046Q180.0625 218.06671 180.875 218.06671Q181.67188 218.06671 182.0625 217.44171Q182.45312 216.81671 182.46875 215.48859L182.46875 213.70734ZM190.39062 217.23859L191.875 212.48859L193.03125 212.48859L190.48438 219.81671Q189.89062 221.39484 188.60938 221.39484L188.39062 221.37921L188.0 221.30109L188.0 220.42609L188.28125 220.44171Q188.84375 220.44171 189.14062 220.22296Q189.45312 220.00421 189.65625 219.41046L189.89062 218.75421L187.625 212.48859L188.8125 212.48859L190.39062 217.23859ZM196.95312 218.95734Q195.65625 218.95734 194.84375 218.11359Q194.04688 217.25421 194.04688 215.83234L194.04688 215.64484Q194.04688 214.69171 194.40625 213.95734Q194.76562 213.20734 195.40625 212.80109Q196.0625 212.37921 196.8125 212.37921Q198.04688 212.37921 198.73438 213.19171Q199.42188 214.00421 199.42188 215.51984L199.42188 215.97296L195.125 215.97296Q195.15625 216.91046 195.67188 217.48859Q196.20312 218.06671 197.01562 218.06671Q197.57812 218.06671 197.96875 217.83234Q198.375 217.59796 198.6875 217.20734L199.34375 217.72296Q198.54688 218.95734 196.95312 218.95734ZM196.8125 213.26984Q196.15625 213.26984 195.70312 213.75421Q195.26562 214.22296 195.17188 215.08234L198.34375 215.08234L198.34375 215.00421Q198.29688 214.17609 197.89062 213.72296Q197.5 213.26984 196.8125 213.26984ZM204.23438 218.83234Q204.14062 218.64484 204.07812 218.16046Q203.32812 218.95734 202.28125 218.95734Q201.34375 218.95734 200.73438 218.42609Q200.14062 217.89484 200.14062 217.06671Q200.14062 216.08234 200.89062 215.53546Q201.64062 214.98859 203.01562 214.98859L204.0625 214.98859L204.0625 214.48859Q204.0625 213.92609 203.71875 213.59796Q203.39062 213.25421 202.71875 213.25421Q202.14062 213.25421 201.75 213.55109Q201.35938 213.83234 201.35938 214.25421L200.26562 214.25421Q200.26562 213.76984 200.59375 213.33234Q200.9375 212.89484 201.51562 212.64484Q202.09375 212.37921 202.78125 212.37921Q203.89062 212.37921 204.5 212.92609Q205.125 213.47296 205.15625 214.42609L205.15625 217.34796Q205.15625 218.22296 205.375 218.73859L205.375 218.83234L204.23438 218.83234ZM202.4375 218.00421Q202.95312 218.00421 203.40625 217.73859Q203.85938 217.47296 204.0625 217.05109L204.0625 215.75421L203.21875 215.75421Q201.21875 215.75421 201.21875 216.92609Q201.21875 217.42609 201.5625 217.72296Q201.90625 218.00421 202.4375 218.00421ZM210.39062 213.45734Q210.14062 213.42609 209.85938 213.42609Q208.78125 213.42609 208.40625 214.33234L208.40625 218.83234L207.32812 218.83234L207.32812 212.48859L208.375 212.48859L208.39062 213.22296Q208.92188 212.37921 209.90625 212.37921Q210.21875 212.37921 210.39062 212.45734L210.39062 213.45734ZM215.01562 217.14484Q215.01562 216.70734 214.67188 216.47296Q214.34375 216.22296 213.51562 216.05109Q212.70312 215.87921 212.21875 215.62921Q211.73438 215.37921 211.5 215.05109Q211.28125 214.70734 211.28125 214.23859Q211.28125 213.45734 211.9375 212.92609Q212.59375 212.37921 213.625 212.37921Q214.70312 212.37921 215.35938 212.94171Q216.03125 213.48859 216.03125 214.34796L214.95312 214.34796Q214.95312 213.91046 214.5625 213.59796Q214.1875 213.26984 213.625 213.26984Q213.03125 213.26984 212.6875 213.53546Q212.35938 213.78546 212.35938 214.19171Q212.35938 214.58234 212.67188 214.78546Q212.98438 214.98859 213.79688 215.17609Q214.60938 215.34796 215.10938 215.59796Q215.60938 215.84796 215.84375 216.20734Q216.09375 216.56671 216.09375 217.06671Q216.09375 217.92609 215.40625 218.44171Q214.73438 218.95734 213.65625 218.95734Q212.89062 218.95734 212.29688 218.69171Q211.71875 218.41046 211.39062 217.92609Q211.0625 217.44171 211.0625 216.87921L212.14062 216.87921Q212.17188 217.42609 212.57812 217.75421Q212.98438 218.06671 213.65625 218.06671Q214.26562 218.06671 214.64062 217.81671Q215.01562 217.56671 215.01562 217.14484Z" fill-rule="nonzero"/><path fill="#666666" d="M114.9375 239.52264L117.734375 246.47577L120.515625 239.52264L121.984375 239.52264L121.984375 248.0539L120.859375 248.0539L120.859375 244.72577L120.96875 241.14764L118.15625 248.0539L117.296875 248.0539L114.5 241.16327L114.609375 244.72577L114.609375 248.0539L113.484375 248.0539L113.484375 239.52264L114.9375 239.52264ZM123.03125 244.81952Q123.03125 243.89764 123.390625 243.14764Q123.765625 242.39764 124.421875 242.00702Q125.078125 241.60077 125.90625 241.60077Q127.203125 241.60077 128.0 242.4914Q128.8125 243.38202 128.8125 244.88202L128.8125 244.96014Q128.8125 245.88202 128.45312 246.6164Q128.09375 247.35077 127.4375 247.77264Q126.78125 248.1789 125.921875 248.1789Q124.640625 248.1789 123.828125 247.28827Q123.03125 246.38202 123.03125 244.89764L123.03125 244.81952ZM124.125 244.96014Q124.125 246.00702 124.609375 246.64764Q125.109375 247.28827 125.921875 247.28827Q126.75 247.28827 127.234375 246.64764Q127.71875 245.9914 127.71875 244.81952Q127.71875 243.78827 127.21875 243.14764Q126.734375 242.4914 125.90625 242.4914Q125.109375 242.4914 124.609375 243.13202Q124.125 243.75702 124.125 244.96014ZM133.39062 242.6789Q133.14062 242.64764 132.85938 242.64764Q131.78125 242.64764 131.40625 243.5539L131.40625 248.0539L130.32812 248.0539L130.32812 241.71014L131.375 241.71014L131.39062 242.44452Q131.92188 241.60077 132.90625 241.60077Q133.21875 241.60077 133.39062 241.6789L133.39062 242.6789ZM136.95312 248.1789Q135.65625 248.1789 134.84375 247.33514Q134.04688 246.47577 134.04688 245.0539L134.04688 244.8664Q134.04688 243.91327 134.40625 243.1789Q134.76562 242.4289 135.40625 242.02264Q136.0625 241.60077 136.8125 241.60077Q138.04688 241.60077 138.73438 242.41327Q139.42188 243.22577 139.42188 244.7414L139.42188 245.19452L135.125 245.19452Q135.15625 246.13202 135.67188 246.71014Q136.20312 247.28827 137.01562 247.28827Q137.57812 247.28827 137.96875 247.0539Q138.375 246.81952 138.6875 246.4289L139.34375 246.94452Q138.54688 248.1789 136.95312 248.1789ZM136.8125 242.4914Q136.15625 242.4914 135.70312 242.97577Q135.26562 243.44452 135.17188 244.3039L138.34375 244.3039L138.34375 244.22577Q138.29688 243.39764 137.89062 242.94452Q137.5 242.4914 136.8125 242.4914ZM144.79688 240.1789L144.79688 241.71014L145.96875 241.71014L145.96875 242.5539L144.79688 242.5539L144.79688 246.47577Q144.79688 246.8664 144.95312 247.0539Q145.10938 247.2414 145.48438 247.2414Q145.67188 247.2414 146.0 247.1789L146.0 248.0539Q145.57812 248.1789 145.17188 248.1789Q144.45312 248.1789 144.07812 247.7414Q143.70312 247.28827 143.70312 246.47577L143.70312 242.5539L142.54688 242.5539L142.54688 241.71014L143.70312 241.71014L143.70312 240.1789L144.79688 240.1789ZM148.40625 242.47577Q149.125 241.60077 150.28125 241.60077Q152.29688 241.60077 152.3125 243.8664L152.3125 248.0539L151.21875 248.0539L151.21875 243.85077Q151.21875 243.1789 150.90625 242.85077Q150.60938 242.52264 149.95312 242.52264Q149.42188 242.52264 149.01562 242.8039Q148.625 243.08514 148.40625 243.53827L148.40625 248.0539L147.32812 248.0539L147.32812 239.0539L148.40625 239.0539L148.40625 242.47577ZM158.23438 248.0539Q158.14062 247.8664 158.07812 247.38202Q157.32812 248.1789 156.28125 248.1789Q155.34375 248.1789 154.73438 247.64764Q154.14062 247.1164 154.14062 246.28827Q154.14062 245.3039 154.89062 244.75702Q155.64062 244.21014 157.01562 244.21014L158.0625 244.21014L158.0625 243.71014Q158.0625 243.14764 157.71875 242.81952Q157.39062 242.47577 156.71875 242.47577Q156.14062 242.47577 155.75 242.77264Q155.35938 243.0539 155.35938 243.47577L154.26562 243.47577Q154.26562 242.9914 154.59375 242.5539Q154.9375 242.1164 155.51562 241.8664Q156.09375 241.60077 156.78125 241.60077Q157.89062 241.60077 158.5 242.14764Q159.125 242.69452 159.15625 243.64764L159.15625 246.56952Q159.15625 247.44452 159.375 247.96014L159.375 248.0539L158.23438 248.0539ZM156.4375 247.22577Q156.95312 247.22577 157.40625 246.96014Q157.85938 246.69452 158.0625 246.27264L158.0625 244.97577L157.21875 244.97577Q155.21875 244.97577 155.21875 246.14764Q155.21875 246.64764 155.5625 246.94452Q155.90625 247.22577 156.4375 247.22577ZM162.34375 241.71014L162.375 242.50702Q163.10938 241.60077 164.28125 241.60077Q166.29688 241.60077 166.3125 243.8664L166.3125 248.0539L165.21875 248.0539L165.21875 243.85077Q165.21875 243.1789 164.90625 242.85077Q164.60938 242.52264 163.95312 242.52264Q163.42188 242.52264 163.01562 242.8039Q162.625 243.08514 162.40625 243.53827L162.40625 248.0539L161.32812 248.0539L161.32812 241.71014L162.34375 241.71014ZM176.79688 248.0539L171.20312 248.0539L171.20312 247.27264L174.15625 243.9914Q174.8125 243.2414 175.0625 242.78827Q175.3125 242.31952 175.3125 241.81952Q175.3125 241.14764 174.90625 240.72577Q174.51562 240.28827 173.82812 240.28827Q173.03125 240.28827 172.57812 240.75702Q172.125 241.21014 172.125 242.03827L171.04688 242.03827Q171.04688 240.85077 171.79688 240.13202Q172.5625 239.39764 173.82812 239.39764Q175.03125 239.39764 175.71875 240.02264Q176.40625 240.64764 176.40625 241.69452Q176.40625 242.94452 174.79688 244.69452L172.51562 247.16327L176.79688 247.16327L176.79688 248.0539ZM183.5625 244.41327Q183.5625 246.31952 182.90625 247.25702Q182.26562 248.1789 180.875 248.1789Q179.51562 248.1789 178.85938 247.27264Q178.20312 246.3664 178.17188 244.5539L178.17188 243.1164Q178.17188 241.22577 178.8125 240.31952Q179.46875 239.39764 180.85938 239.39764Q182.23438 239.39764 182.89062 240.28827Q183.54688 241.16327 183.5625 243.00702L183.5625 244.41327ZM182.46875 242.9289Q182.46875 241.5539 182.07812 240.9289Q181.70312 240.28827 180.85938 240.28827Q180.03125 240.28827 179.64062 240.9289Q179.26562 241.5539 179.26562 242.85077L179.26562 244.58514Q179.26562 245.96014 179.65625 246.63202Q180.0625 247.28827 180.875 247.28827Q181.67188 247.28827 182.0625 246.66327Q182.45312 246.03827 182.46875 244.71014L182.46875 242.9289ZM190.39062 246.46014L191.875 241.71014L193.03125 241.71014L190.48438 249.03827Q189.89062 250.6164 188.60938 250.6164L188.39062 250.60077L188.0 250.52264L188.0 249.64764L188.28125 249.66327Q188.84375 249.66327 189.14062 249.44452Q189.45312 249.22577 189.65625 248.63202L189.89062 247.97577L187.625 241.71014L188.8125 241.71014L190.39062 246.46014ZM196.95312 248.1789Q195.65625 248.1789 194.84375 247.33514Q194.04688 246.47577 194.04688 245.0539L194.04688 244.8664Q194.04688 243.91327 194.40625 243.1789Q194.76562 242.4289 195.40625 242.02264Q196.0625 241.60077 196.8125 241.60077Q198.04688 241.60077 198.73438 242.41327Q199.42188 243.22577 199.42188 244.7414L199.42188 245.19452L195.125 245.19452Q195.15625 246.13202 195.67188 246.71014Q196.20312 247.28827 197.01562 247.28827Q197.57812 247.28827 197.96875 247.0539Q198.375 246.81952 198.6875 246.4289L199.34375 246.94452Q198.54688 248.1789 196.95312 248.1789ZM196.8125 242.4914Q196.15625 242.4914 195.70312 242.97577Q195.26562 243.44452 195.17188 244.3039L198.34375 244.3039L198.34375 244.22577Q198.29688 243.39764 197.89062 242.94452Q197.5 242.4914 196.8125 242.4914ZM204.23438 248.0539Q204.14062 247.8664 204.07812 247.38202Q203.32812 248.1789 202.28125 248.1789Q201.34375 248.1789 200.73438 247.64764Q200.14062 247.1164 200.14062 246.28827Q200.14062 245.3039 200.89062 244.75702Q201.64062 244.21014 203.01562 244.21014L204.0625 244.21014L204.0625 243.71014Q204.0625 243.14764 203.71875 242.81952Q203.39062 242.47577 202.71875 242.47577Q202.14062 242.47577 201.75 242.77264Q201.35938 243.0539 201.35938 243.47577L200.26562 243.47577Q200.26562 242.9914 200.59375 242.5539Q200.9375 242.1164 201.51562 241.8664Q202.09375 241.60077 202.78125 241.60077Q203.89062 241.60077 204.5 242.14764Q205.125 242.69452 205.15625 243.64764L205.15625 246.56952Q205.15625 247.44452 205.375 247.96014L205.375 248.0539L204.23438 248.0539ZM202.4375 247.22577Q202.95312 247.22577 203.40625 246.96014Q203.85938 246.69452 204.0625 246.27264L204.0625 244.97577L203.21875 244.97577Q201.21875 244.97577 201.21875 246.14764Q201.21875 246.64764 201.5625 246.94452Q201.90625 247.22577 202.4375 247.22577ZM210.39062 242.6789Q210.14062 242.64764 209.85938 242.64764Q208.78125 242.64764 208.40625 243.5539L208.40625 248.0539L207.32812 248.0539L207.32812 241.71014L208.375 241.71014L208.39062 242.44452Q208.92188 241.60077 209.90625 241.60077Q210.21875 241.60077 210.39062 241.6789L210.39062 242.6789ZM215.01562 246.3664Q215.01562 245.9289 214.67188 245.69452Q214.34375 245.44452 213.51562 245.27264Q212.70312 245.10077 212.21875 244.85077Q211.73438 244.60077 211.5 244.27264Q211.28125 243.9289 211.28125 243.46014Q211.28125 242.6789 211.9375 242.14764Q212.59375 241.60077 213.625 241.60077Q214.70312 241.60077 215.35938 242.16327Q216.03125 242.71014 216.03125 243.56952L214.95312 243.56952Q214.95312 243.13202 214.5625 242.81952Q214.1875 242.4914 213.625 242.4914Q213.03125 242.4914 212.6875 242.75702Q212.35938 243.00702 212.35938 243.41327Q212.35938 243.8039 212.67188 244.00702Q212.98438 244.21014 213.79688 244.39764Q214.60938 244.56952 215.10938 244.81952Q215.60938 245.06952 215.84375 245.4289Q216.09375 245.78827 216.09375 246.28827Q216.09375 247.14764 215.40625 247.66327Q214.73438 248.1789 213.65625 248.1789Q212.89062 248.1789 212.29688 247.91327Q211.71875 247.63202 211.39062 247.14764Q211.0625 246.66327 211.0625 246.10077L212.14062 246.10077Q212.17188 246.64764 212.57812 246.97577Q212.98438 247.28827 213.65625 247.28827Q214.26562 247.28827 214.64062 247.03827Q215.01562 246.78827 215.01562 246.3664Z" fill-rule="nonzero"/><path fill="#666666" d="M38.703125 277.27545L37.578125 277.27545L37.578125 268.7442L38.703125 268.7442L38.703125 277.27545ZM40.984375 268.9317L40.859375 271.08795L40.109375 271.08795L40.109375 268.27545L40.984375 268.27545L40.984375 268.9317ZM44.40625 275.8067L45.984375 270.9317L47.09375 270.9317L44.8125 277.27545L43.984375 277.27545L41.6875 270.9317L42.796875 270.9317L44.40625 275.8067ZM50.953125 277.40045Q49.65625 277.40045 48.84375 276.5567Q48.046875 275.69733 48.046875 274.27545L48.046875 274.08795Q48.046875 273.13483 48.40625 272.40045Q48.765625 271.65045 49.40625 271.2442Q50.0625 270.82233 50.8125 270.82233Q52.046875 270.82233 52.734375 271.63483Q53.421875 272.44733 53.421875 273.96295L53.421875 274.41608L49.125 274.41608Q49.15625 275.35358 49.671875 275.9317Q50.203125 276.50983 51.015625 276.50983Q51.578125 276.50983 51.96875 276.27545Q52.375 276.04108 52.6875 275.65045L53.34375 276.16608Q52.546875 277.40045 50.953125 277.40045ZM50.8125 271.71295Q50.15625 271.71295 49.703125 272.19733Q49.265625 272.66608 49.171875 273.52545L52.34375 273.52545L52.34375 273.44733Q52.296875 272.6192 51.890625 272.16608Q51.5 271.71295 50.8125 271.71295ZM58.34375 270.9317L58.375 271.72858Q59.109375 270.82233 60.28125 270.82233Q62.296875 270.82233 62.3125 273.08795L62.3125 277.27545L61.21875 277.27545L61.21875 273.07233Q61.21875 272.40045 60.90625 272.07233Q60.609375 271.7442 59.953125 271.7442Q59.421875 271.7442 59.015625 272.02545Q58.625 272.3067 58.40625 272.75983L58.40625 277.27545L57.328125 277.27545L57.328125 270.9317L58.34375 270.9317ZM66.953125 277.40045Q65.65625 277.40045 64.84375 276.5567Q64.046875 275.69733 64.046875 274.27545L64.046875 274.08795Q64.046875 273.13483 64.40625 272.40045Q64.765625 271.65045 65.40625 271.2442Q66.0625 270.82233 66.8125 270.82233Q68.046875 270.82233 68.734375 271.63483Q69.421875 272.44733 69.421875 273.96295L69.421875 274.41608L65.125 274.41608Q65.15625 275.35358 65.671875 275.9317Q66.203125 276.50983 67.015625 276.50983Q67.578125 276.50983 67.96875 276.27545Q68.375 276.04108 68.6875 275.65045L69.34375 276.16608Q68.546875 277.40045 66.953125 277.40045ZM66.8125 271.71295Q66.15625 271.71295 65.703125 272.19733Q65.265625 272.66608 65.171875 273.52545L68.34375 273.52545L68.34375 273.44733Q68.296875 272.6192 67.890625 272.16608Q67.5 271.71295 66.8125 271.71295ZM72.40625 275.8067L73.984375 270.9317L75.09375 270.9317L72.8125 277.27545L71.984375 277.27545L69.6875 270.9317L70.796875 270.9317L72.40625 275.8067ZM78.953125 277.40045Q77.65625 277.40045 76.84375 276.5567Q76.046875 275.69733 76.046875 274.27545L76.046875 274.08795Q76.046875 273.13483 76.40625 272.40045Q76.765625 271.65045 77.40625 271.2442Q78.0625 270.82233 78.8125 270.82233Q80.046875 270.82233 80.734375 271.63483Q81.421875 272.44733 81.421875 273.96295L81.421875 274.41608L77.125 274.41608Q77.15625 275.35358 77.671875 275.9317Q78.203125 276.50983 79.015625 276.50983Q79.578125 276.50983 79.96875 276.27545Q80.375 276.04108 80.6875 275.65045L81.34375 276.16608Q80.546875 277.40045 78.953125 277.40045ZM78.8125 271.71295Q78.15625 271.71295 77.703125 272.19733Q77.265625 272.66608 77.171875 273.52545L80.34375 273.52545L80.34375 273.44733Q80.296875 272.6192 79.890625 272.16608Q79.5 271.71295 78.8125 271.71295ZM85.390625 271.90045Q85.140625 271.8692 84.859375 271.8692Q83.78125 271.8692 83.40625 272.77545L83.40625 277.27545L82.328125 277.27545L82.328125 270.9317L83.375 270.9317L83.390625 271.66608Q83.921875 270.82233 84.90625 270.82233Q85.21875 270.82233 85.390625 270.90045L85.390625 271.90045ZM91.859375 276.50983Q92.4375 276.50983 92.875 276.16608Q93.3125 275.8067 93.359375 275.27545L94.390625 275.27545Q94.359375 275.82233 94.0 276.32233Q93.65625 276.8067 93.078125 277.10358Q92.515625 277.40045 91.859375 277.40045Q90.5625 277.40045 89.796875 276.54108Q89.046875 275.66608 89.046875 274.16608L89.046875 273.97858Q89.046875 273.0567 89.375 272.33795Q89.71875 271.6192 90.34375 271.22858Q90.984375 270.82233 91.859375 270.82233Q92.921875 270.82233 93.625 271.46295Q94.34375 272.08795 94.390625 273.1192L93.359375 273.1192Q93.3125 272.4942 92.890625 272.10358Q92.46875 271.71295 91.859375 271.71295Q91.03125 271.71295 90.578125 272.3067Q90.125 272.90045 90.125 274.02545L90.125 274.22858Q90.125 275.32233 90.578125 275.91608Q91.03125 276.50983 91.859375 276.50983ZM95.03125 274.04108Q95.03125 273.1192 95.390625 272.3692Q95.765625 271.6192 96.421875 271.22858Q97.078125 270.82233 97.90625 270.82233Q99.203125 270.82233 100.0 271.71295Q100.8125 272.60358 100.8125 274.10358L100.8125 274.1817Q100.8125 275.10358 100.453125 275.83795Q100.09375 276.57233 99.4375 276.9942Q98.78125 277.40045 97.921875 277.40045Q96.640625 277.40045 95.828125 276.50983Q95.03125 275.60358 95.03125 274.1192L95.03125 274.04108ZM96.125 274.1817Q96.125 275.22858 96.609375 275.8692Q97.109375 276.50983 97.921875 276.50983Q98.75 276.50983 99.234375 275.8692Q99.71875 275.21295 99.71875 274.04108Q99.71875 273.00983 99.21875 272.3692Q98.734375 271.71295 97.90625 271.71295Q97.109375 271.71295 96.609375 272.35358Q96.125 272.97858 96.125 274.1817ZM102.0625 274.0567Q102.0625 272.58795 102.75 271.71295Q103.4375 270.82233 104.5625 270.82233Q105.671875 270.82233 106.328125 271.57233L106.328125 268.27545L107.40625 268.27545L107.40625 277.27545L106.40625 277.27545L106.359375 276.58795Q105.703125 277.40045 104.546875 277.40045Q103.453125 277.40045 102.75 276.4942Q102.0625 275.58795 102.0625 274.13483L102.0625 274.0567ZM103.140625 274.1817Q103.140625 275.25983 103.578125 275.8692Q104.03125 276.47858 104.8125 276.47858Q105.84375 276.47858 106.328125 275.54108L106.328125 272.63483Q105.84375 271.7442 104.828125 271.7442Q104.03125 271.7442 103.578125 272.35358Q103.140625 272.96295 103.140625 274.1817ZM111.953125 277.40045Q110.65625 277.40045 109.84375 276.5567Q109.046875 275.69733 109.046875 274.27545L109.046875 274.08795Q109.046875 273.13483 109.40625 272.40045Q109.765625 271.65045 110.40625 271.2442Q111.0625 270.82233 111.8125 270.82233Q113.046875 270.82233 113.734375 271.63483Q114.421875 272.44733 114.421875 273.96295L114.421875 274.41608L110.125 274.41608Q110.15625 275.35358 110.671875 275.9317Q111.203125 276.50983 112.015625 276.50983Q112.578125 276.50983 112.96875 276.27545Q113.375 276.04108 113.6875 275.65045L114.34375 276.16608Q113.546875 277.40045 111.953125 277.40045ZM111.8125 271.71295Q111.15625 271.71295 110.703125 272.19733Q110.265625 272.66608 110.171875 273.52545L113.34375 273.52545L113.34375 273.44733Q113.296875 272.6192 112.890625 272.16608Q112.5 271.71295 111.8125 271.71295ZM115.0625 274.0567Q115.0625 272.58795 115.75 271.71295Q116.4375 270.82233 117.5625 270.82233Q118.671875 270.82233 119.328125 271.57233L119.328125 268.27545L120.40625 268.27545L120.40625 277.27545L119.40625 277.27545L119.359375 276.58795Q118.703125 277.40045 117.546875 277.40045Q116.453125 277.40045 115.75 276.4942Q115.0625 275.58795 115.0625 274.13483L115.0625 274.0567ZM116.140625 274.1817Q116.140625 275.25983 116.578125 275.8692Q117.03125 276.47858 117.8125 276.47858Q118.84375 276.47858 119.328125 275.54108L119.328125 272.63483Q118.84375 271.7442 117.828125 271.7442Q117.03125 271.7442 116.578125 272.35358Q116.140625 272.96295 116.140625 274.1817ZM129.23438 277.27545Q129.14062 277.08795 129.07812 276.60358Q128.32812 277.40045 127.28125 277.40045Q126.34375 277.40045 125.734375 276.8692Q125.140625 276.33795 125.140625 275.50983Q125.140625 274.52545 125.890625 273.97858Q126.640625 273.4317 128.01562 273.4317L129.0625 273.4317L129.0625 272.9317Q129.0625 272.3692 128.71875 272.04108Q128.39062 271.69733 127.71875 271.69733Q127.140625 271.69733 126.75 271.9942Q126.359375 272.27545 126.359375 272.69733L125.265625 272.69733Q125.265625 272.21295 125.59375 271.77545Q125.9375 271.33795 126.515625 271.08795Q127.09375 270.82233 127.78125 270.82233Q128.89062 270.82233 129.5 271.3692Q130.125 271.91608 130.15625 272.8692L130.15625 275.79108Q130.15625 276.66608 130.375 277.1817L130.375 277.27545L129.23438 277.27545ZM127.4375 276.44733Q127.953125 276.44733 128.40625 276.1817Q128.85938 275.91608 129.0625 275.4942L129.0625 274.19733L128.21875 274.19733Q126.21875 274.19733 126.21875 275.3692Q126.21875 275.8692 126.5625 276.16608Q126.90625 276.44733 127.4375 276.44733ZM136.01562 275.58795Q136.01562 275.15045 135.67188 274.91608Q135.34375 274.66608 134.51562 274.4942Q133.70312 274.32233 133.21875 274.07233Q132.73438 273.82233 132.5 273.4942Q132.28125 273.15045 132.28125 272.6817Q132.28125 271.90045 132.9375 271.3692Q133.59375 270.82233 134.625 270.82233Q135.70312 270.82233 136.35938 271.38483Q137.03125 271.9317 137.03125 272.79108L135.95312 272.79108Q135.95312 272.35358 135.5625 272.04108Q135.1875 271.71295 134.625 271.71295Q134.03125 271.71295 133.6875 271.97858Q133.35938 272.22858 133.35938 272.63483Q133.35938 273.02545 133.67188 273.22858Q133.98438 273.4317 134.79688 273.6192Q135.60938 273.79108 136.10938 274.04108Q136.60938 274.29108 136.84375 274.65045Q137.09375 275.00983 137.09375 275.50983Q137.09375 276.3692 136.40625 276.88483Q135.73438 277.40045 134.65625 277.40045Q133.89062 277.40045 133.29688 277.13483Q132.71875 276.85358 132.39062 276.3692Q132.0625 275.88483 132.0625 275.32233L133.14062 275.32233Q133.17188 275.8692 133.57812 276.19733Q133.98438 276.50983 134.65625 276.50983Q135.26562 276.50983 135.64062 276.25983Q136.01562 276.00983 136.01562 275.58795ZM146.67188 274.1817Q146.67188 275.6192 146.01562 276.50983Q145.35938 277.40045 144.21875 277.40045Q143.0625 277.40045 142.40625 276.66608L142.40625 279.71295L141.32812 279.71295L141.32812 270.9317L142.3125 270.9317L142.35938 271.63483Q143.03125 270.82233 144.20312 270.82233Q145.34375 270.82233 146.0 271.6817Q146.67188 272.54108 146.67188 274.07233L146.67188 274.1817ZM145.59375 274.0567Q145.59375 272.97858 145.125 272.3692Q144.67188 271.7442 143.875 271.7442Q142.89062 271.7442 142.40625 272.60358L142.40625 275.63483Q142.89062 276.50983 143.89062 276.50983Q144.67188 276.50983 145.125 275.90045Q145.59375 275.27545 145.59375 274.0567ZM152.23438 277.27545Q152.14062 277.08795 152.07812 276.60358Q151.32812 277.40045 150.28125 277.40045Q149.34375 277.40045 148.73438 276.8692Q148.14062 276.33795 148.14062 275.50983Q148.14062 274.52545 148.89062 273.97858Q149.64062 273.4317 151.01562 273.4317L152.0625 273.4317L152.0625 272.9317Q152.0625 272.3692 151.71875 272.04108Q151.39062 271.69733 150.71875 271.69733Q150.14062 271.69733 149.75 271.9942Q149.35938 272.27545 149.35938 272.69733L148.26562 272.69733Q148.26562 272.21295 148.59375 271.77545Q148.9375 271.33795 149.51562 271.08795Q150.09375 270.82233 150.78125 270.82233Q151.89062 270.82233 152.5 271.3692Q153.125 271.91608 153.15625 272.8692L153.15625 275.79108Q153.15625 276.66608 153.375 277.1817L153.375 277.27545L152.23438 277.27545ZM150.4375 276.44733Q150.95312 276.44733 151.40625 276.1817Q151.85938 275.91608 152.0625 275.4942L152.0625 274.19733L151.21875 274.19733Q149.21875 274.19733 149.21875 275.3692Q149.21875 275.8692 149.5625 276.16608Q149.90625 276.44733 150.4375 276.44733ZM158.39062 271.90045Q158.14062 271.8692 157.85938 271.8692Q156.78125 271.8692 156.40625 272.77545L156.40625 277.27545L155.32812 277.27545L155.32812 270.9317L156.375 270.9317L156.39062 271.66608Q156.92188 270.82233 157.90625 270.82233Q158.21875 270.82233 158.39062 270.90045L158.39062 271.90045ZM160.79688 269.40045L160.79688 270.9317L161.96875 270.9317L161.96875 271.77545L160.79688 271.77545L160.79688 275.69733Q160.79688 276.08795 160.95312 276.27545Q161.10938 276.46295 161.48438 276.46295Q161.67188 276.46295 162.0 276.40045L162.0 277.27545Q161.57812 277.40045 161.17188 277.40045Q160.45312 277.40045 160.07812 276.96295Q159.70312 276.50983 159.70312 275.69733L159.70312 271.77545L158.54688 271.77545L158.54688 270.9317L159.70312 270.9317L159.70312 269.40045L160.79688 269.40045ZM166.03125 274.04108Q166.03125 273.1192 166.39062 272.3692Q166.76562 271.6192 167.42188 271.22858Q168.07812 270.82233 168.90625 270.82233Q170.20312 270.82233 171.0 271.71295Q171.8125 272.60358 171.8125 274.10358L171.8125 274.1817Q171.8125 275.10358 171.45312 275.83795Q171.09375 276.57233 170.4375 276.9942Q169.78125 277.40045 168.92188 277.40045Q167.64062 277.40045 166.82812 276.50983Q166.03125 275.60358 166.03125 274.1192L166.03125 274.04108ZM167.125 274.1817Q167.125 275.22858 167.60938 275.8692Q168.10938 276.50983 168.92188 276.50983Q169.75 276.50983 170.23438 275.8692Q170.71875 275.21295 170.71875 274.04108Q170.71875 273.00983 170.21875 272.3692Q169.73438 271.71295 168.90625 271.71295Q168.10938 271.71295 167.60938 272.35358Q167.125 272.97858 167.125 274.1817ZM173.85938 277.27545L173.85938 271.77545L172.85938 271.77545L172.85938 270.9317L173.85938 270.9317L173.85938 270.29108Q173.85938 269.25983 174.39062 268.71295Q174.9375 268.15045 175.9375 268.15045Q176.3125 268.15045 176.6875 268.2442L176.625 269.13483Q176.34375 269.07233 176.04688 269.07233Q175.51562 269.07233 175.21875 269.38483Q174.9375 269.69733 174.9375 270.25983L174.9375 270.9317L176.29688 270.9317L176.29688 271.77545L174.9375 271.77545L174.9375 277.27545L173.85938 277.27545ZM181.34375 270.9317L181.375 271.63483Q182.0625 270.82233 183.25 270.82233Q184.57812 270.82233 185.0625 271.83795Q185.375 271.38483 185.875 271.10358Q186.39062 270.82233 187.07812 270.82233Q189.17188 270.82233 189.20312 273.02545L189.20312 277.27545L188.125 277.27545L188.125 273.08795Q188.125 272.41608 187.8125 272.08795Q187.5 271.7442 186.76562 271.7442Q186.15625 271.7442 185.75 272.10358Q185.35938 272.46295 185.29688 273.07233L185.29688 277.27545L184.21875 277.27545L184.21875 273.1192Q184.21875 271.7442 182.85938 271.7442Q181.79688 271.7442 181.40625 272.65045L181.40625 277.27545L180.3125 277.27545L180.3125 270.9317L181.34375 270.9317ZM193.39062 275.6817L194.875 270.9317L196.03125 270.9317L193.48438 278.25983Q192.89062 279.83795 191.60938 279.83795L191.39062 279.82233L191.0 279.7442L191.0 278.8692L191.28125 278.88483Q191.84375 278.88483 192.14062 278.66608Q192.45312 278.44733 192.65625 277.85358L192.89062 277.19733L190.625 270.9317L191.8125 270.9317L193.39062 275.6817ZM201.4375 270.9317L201.4375 278.00983Q201.4375 279.83795 199.78125 279.83795Q199.42188 279.83795 199.125 279.72858L199.125 278.8692Q199.3125 278.91608 199.60938 278.91608Q199.96875 278.91608 200.15625 278.71295Q200.35938 278.52545 200.35938 278.02545L200.35938 270.9317L201.4375 270.9317ZM200.25 269.25983Q200.25 268.9942 200.40625 268.8067Q200.5625 268.6192 200.875 268.6192Q201.1875 268.6192 201.34375 268.8067Q201.51562 268.9942 201.51562 269.25983Q201.51562 269.50983 201.34375 269.69733Q201.1875 269.8692 200.875 269.8692Q200.5625 269.8692 200.40625 269.69733Q200.25 269.50983 200.25 269.25983ZM203.03125 274.04108Q203.03125 273.1192 203.39062 272.3692Q203.76562 271.6192 204.42188 271.22858Q205.07812 270.82233 205.90625 270.82233Q207.20312 270.82233 208.0 271.71295Q208.8125 272.60358 208.8125 274.10358L208.8125 274.1817Q208.8125 275.10358 208.45312 275.83795Q208.09375 276.57233 207.4375 276.9942Q206.78125 277.40045 205.92188 277.40045Q204.64062 277.40045 203.82812 276.50983Q203.03125 275.60358 203.03125 274.1192L203.03125 274.04108ZM204.125 274.1817Q204.125 275.22858 204.60938 275.8692Q205.10938 276.50983 205.92188 276.50983Q206.75 276.50983 207.23438 275.8692Q207.71875 275.21295 207.71875 274.04108Q207.71875 273.00983 207.21875 272.3692Q206.73438 271.71295 205.90625 271.71295Q205.10938 271.71295 204.60938 272.35358Q204.125 272.97858 204.125 274.1817ZM215.6875 274.1817Q215.6875 275.63483 215.01562 276.52545Q214.35938 277.40045 213.23438 277.40045Q212.03125 277.40045 211.375 276.54108L211.3125 277.27545L210.32812 277.27545L210.32812 268.27545L211.40625 268.27545L211.40625 271.63483Q212.0625 270.82233 213.21875 270.82233Q214.375 270.82233 215.03125 271.69733Q215.6875 272.5567 215.6875 274.08795L215.6875 274.1817ZM214.60938 274.0567Q214.60938 272.94733 214.17188 272.35358Q213.75 271.7442 212.95312 271.7442Q211.875 271.7442 211.40625 272.72858L211.40625 275.47858Q211.90625 276.47858 212.95312 276.47858Q213.73438 276.47858 214.17188 275.8692Q214.60938 275.25983 214.60938 274.0567Z" fill-rule="nonzero"/><path fill="#666666" d="M220.5625 306.85938Q220.5625 308.76562 219.90625 309.70312Q219.26562 310.625 217.875 310.625Q216.51562 310.625 215.85938 309.71875Q215.20312 308.8125 215.17188 307.0L215.17188 305.5625Q215.17188 303.67188 215.8125 302.76562Q216.46875 301.84375 217.85938 301.84375Q219.23438 301.84375 219.89062 302.73438Q220.54688 303.60938 220.5625 305.45312L220.5625 306.85938ZM219.46875 305.375Q219.46875 304.0 219.07812 303.375Q218.70312 302.73438 217.85938 302.73438Q217.03125 302.73438 216.64062 303.375Q216.26562 304.0 216.26562 305.29688L216.26562 307.03125Q216.26562 308.40625 216.65625 309.07812Q217.0625 309.73438 217.875 309.73438Q218.67188 309.73438 219.0625 309.10938Q219.45312 308.48438 219.46875 307.15625L219.46875 305.375ZM222.10938 303.60938Q222.10938 302.84375 222.59375 302.34375Q223.09375 301.84375 223.85938 301.84375Q224.64062 301.84375 225.125 302.34375Q225.60938 302.84375 225.60938 303.64062L225.60938 304.0625Q225.60938 304.82812 225.10938 305.32812Q224.625 305.8125 223.875 305.8125Q223.10938 305.8125 222.60938 305.32812Q222.10938 304.82812 222.10938 304.01562L222.10938 303.60938ZM222.92188 304.0625Q222.92188 304.51562 223.17188 304.8125Q223.4375 305.10938 223.875 305.10938Q224.29688 305.10938 224.54688 304.82812Q224.79688 304.53125 224.79688 304.03125L224.79688 303.60938Q224.79688 303.15625 224.54688 302.85938Q224.29688 302.54688 223.85938 302.54688Q223.42188 302.54688 223.17188 302.85938Q222.92188 303.15625 222.92188 303.625L222.92188 304.0625ZM226.26562 308.40625Q226.26562 307.64062 226.75 307.15625Q227.25 306.65625 228.01562 306.65625Q228.78125 306.65625 229.26562 307.15625Q229.76562 307.64062 229.76562 308.45312L229.76562 308.85938Q229.76562 309.625 229.28125 310.125Q228.79688 310.625 228.03125 310.625Q227.26562 310.625 226.76562 310.14062Q226.26562 309.64062 226.26562 308.82812L226.26562 308.40625ZM227.07812 308.85938Q227.07812 309.32812 227.32812 309.625Q227.59375 309.92188 228.03125 309.92188Q228.45312 309.92188 228.70312 309.64062Q228.95312 309.34375 228.95312 308.84375L228.95312 308.40625Q228.95312 307.9375 228.6875 307.65625Q228.4375 307.35938 228.01562 307.35938Q227.59375 307.35938 227.32812 307.65625Q227.07812 307.9375 227.07812 308.4375L227.07812 308.85938ZM224.125 309.85938L223.5 309.46875L227.67188 302.79688L228.28125 303.1875L224.125 309.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M306.05313 310.5L300.45938 310.5L300.45938 309.71875L303.4125 306.4375Q304.06876 305.6875 304.31876 305.23438Q304.56876 304.76562 304.56876 304.26562Q304.56876 303.59375 304.1625 303.17188Q303.77188 302.73438 303.08438 302.73438Q302.2875 302.73438 301.83438 303.20312Q301.38126 303.65625 301.38126 304.48438L300.30313 304.48438Q300.30313 303.29688 301.05313 302.57812Q301.81876 301.84375 303.08438 301.84375Q304.2875 301.84375 304.975 302.46875Q305.6625 303.09375 305.6625 304.14062Q305.6625 305.39062 304.05313 307.14062L301.77188 309.60938L306.05313 309.60938L306.05313 310.5ZM312.81876 306.85938Q312.81876 308.76562 312.1625 309.70312Q311.52188 310.625 310.13126 310.625Q308.77188 310.625 308.11563 309.71875Q307.45938 308.8125 307.42813 307.0L307.42813 305.5625Q307.42813 303.67188 308.06876 302.76562Q308.725 301.84375 310.11563 301.84375Q311.49063 301.84375 312.14688 302.73438Q312.80313 303.60938 312.81876 305.45312L312.81876 306.85938ZM311.725 305.375Q311.725 304.0 311.33438 303.375Q310.95938 302.73438 310.11563 302.73438Q309.2875 302.73438 308.89688 303.375Q308.52188 304.0 308.52188 305.29688L308.52188 307.03125Q308.52188 308.40625 308.9125 309.07812Q309.31876 309.73438 310.13126 309.73438Q310.92813 309.73438 311.31876 309.10938Q311.70938 308.48438 311.725 307.15625L311.725 305.375ZM314.36563 303.60938Q314.36563 302.84375 314.85 302.34375Q315.35 301.84375 316.11563 301.84375Q316.89688 301.84375 317.38126 302.34375Q317.86563 302.84375 317.86563 303.64062L317.86563 304.0625Q317.86563 304.82812 317.36563 305.32812Q316.88126 305.8125 316.13126 305.8125Q315.36563 305.8125 314.86563 305.32812Q314.36563 304.82812 314.36563 304.01562L314.36563 303.60938ZM315.17813 304.0625Q315.17813 304.51562 315.42813 304.8125Q315.69376 305.10938 316.13126 305.10938Q316.55313 305.10938 316.80313 304.82812Q317.05313 304.53125 317.05313 304.03125L317.05313 303.60938Q317.05313 303.15625 316.80313 302.85938Q316.55313 302.54688 316.11563 302.54688Q315.67813 302.54688 315.42813 302.85938Q315.17813 303.15625 315.17813 303.625L315.17813 304.0625ZM318.52188 308.40625Q318.52188 307.64062 319.00626 307.15625Q319.50626 306.65625 320.27188 306.65625Q321.0375 306.65625 321.52188 307.15625Q322.02188 307.64062 322.02188 308.45312L322.02188 308.85938Q322.02188 309.625 321.5375 310.125Q321.05313 310.625 320.2875 310.625Q319.52188 310.625 319.02188 310.14062Q318.52188 309.64062 318.52188 308.82812L318.52188 308.40625ZM319.33438 308.85938Q319.33438 309.32812 319.58438 309.625Q319.85 309.92188 320.2875 309.92188Q320.70938 309.92188 320.95938 309.64062Q321.20938 309.34375 321.20938 308.84375L321.20938 308.40625Q321.20938 307.9375 320.94376 307.65625Q320.69376 307.35938 320.27188 307.35938Q319.85 307.35938 319.58438 307.65625Q319.33438 307.9375 319.33438 308.4375L319.33438 308.85938ZM316.38126 309.85938L315.75626 309.46875L319.92813 302.79688L320.5375 303.1875L316.38126 309.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M393.79376 307.64062L394.98126 307.64062L394.98126 308.51562L393.79376 308.51562L393.79376 310.5L392.71564 310.5L392.71564 308.51562L388.825 308.51562L388.825 307.875L392.6375 301.96875L393.79376 301.96875L393.79376 307.64062ZM390.0594 307.64062L392.71564 307.64062L392.71564 303.45312L392.575 303.6875L390.0594 307.64062ZM401.575 306.85938Q401.575 308.76562 400.91876 309.70312Q400.27814 310.625 398.8875 310.625Q397.52814 310.625 396.8719 309.71875Q396.21564 308.8125 396.1844 307.0L396.1844 305.5625Q396.1844 303.67188 396.825 302.76562Q397.48126 301.84375 398.8719 301.84375Q400.2469 301.84375 400.90314 302.73438Q401.5594 303.60938 401.575 305.45312L401.575 306.85938ZM400.48126 305.375Q400.48126 304.0 400.09064 303.375Q399.71564 302.73438 398.8719 302.73438Q398.04376 302.73438 397.65314 303.375Q397.27814 304.0 397.27814 305.29688L397.27814 307.03125Q397.27814 308.40625 397.66876 309.07812Q398.075 309.73438 398.8875 309.73438Q399.6844 309.73438 400.075 309.10938Q400.46564 308.48438 400.48126 307.15625L400.48126 305.375ZM403.1219 303.60938Q403.1219 302.84375 403.60626 302.34375Q404.10626 301.84375 404.8719 301.84375Q405.65314 301.84375 406.1375 302.34375Q406.6219 302.84375 406.6219 303.64062L406.6219 304.0625Q406.6219 304.82812 406.1219 305.32812Q405.6375 305.8125 404.8875 305.8125Q404.1219 305.8125 403.6219 305.32812Q403.1219 304.82812 403.1219 304.01562L403.1219 303.60938ZM403.9344 304.0625Q403.9344 304.51562 404.1844 304.8125Q404.45 305.10938 404.8875 305.10938Q405.3094 305.10938 405.5594 304.82812Q405.8094 304.53125 405.8094 304.03125L405.8094 303.60938Q405.8094 303.15625 405.5594 302.85938Q405.3094 302.54688 404.8719 302.54688Q404.4344 302.54688 404.1844 302.85938Q403.9344 303.15625 403.9344 303.625L403.9344 304.0625ZM407.27814 308.40625Q407.27814 307.64062 407.7625 307.15625Q408.2625 306.65625 409.02814 306.65625Q409.79376 306.65625 410.27814 307.15625Q410.77814 307.64062 410.77814 308.45312L410.77814 308.85938Q410.77814 309.625 410.29376 310.125Q409.8094 310.625 409.04376 310.625Q408.27814 310.625 407.77814 310.14062Q407.27814 309.64062 407.27814 308.82812L407.27814 308.40625ZM408.09064 308.85938Q408.09064 309.32812 408.34064 309.625Q408.60626 309.92188 409.04376 309.92188Q409.46564 309.92188 409.71564 309.64062Q409.96564 309.34375 409.96564 308.84375L409.96564 308.40625Q409.96564 307.9375 409.7 307.65625Q409.45 307.35938 409.02814 307.35938Q408.60626 307.35938 408.34064 307.65625Q408.09064 307.9375 408.09064 308.4375L408.09064 308.85938ZM405.1375 309.85938L404.5125 309.46875L408.6844 302.79688L409.29376 303.1875L405.1375 309.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 301.96875L482.2375 302.875L482.03436 302.875Q480.76874 302.90625 480.01874 303.64062Q479.26874 304.35938 479.14374 305.67188Q479.83124 304.90625 480.9875 304.90625Q482.09686 304.90625 482.76874 305.6875Q483.4406 306.46875 483.4406 307.71875Q483.4406 309.03125 482.72186 309.82812Q482.0031 310.625 480.78436 310.625Q479.5656 310.625 478.8 309.6875Q478.05 308.73438 478.05 307.25L478.05 306.84375Q478.05 304.48438 479.05 303.23438Q480.05 301.98438 482.03436 301.96875L482.2375 301.96875ZM480.8156 305.8125Q480.2531 305.8125 479.78436 306.14062Q479.3156 306.46875 479.1281 306.98438L479.1281 307.375Q479.1281 308.4375 479.59686 309.07812Q480.08124 309.71875 480.78436 309.71875Q481.51874 309.71875 481.9406 309.1875Q482.3625 308.64062 482.3625 307.76562Q482.3625 306.89062 481.9406 306.35938Q481.51874 305.8125 480.8156 305.8125ZM490.33124 306.85938Q490.33124 308.76562 489.675 309.70312Q489.03436 310.625 487.64374 310.625Q486.28436 310.625 485.6281 309.71875Q484.97186 308.8125 484.9406 307.0L484.9406 305.5625Q484.9406 303.67188 485.58124 302.76562Q486.2375 301.84375 487.6281 301.84375Q489.0031 301.84375 489.65936 302.73438Q490.3156 303.60938 490.33124 305.45312L490.33124 306.85938ZM489.2375 305.375Q489.2375 304.0 488.84686 303.375Q488.47186 302.73438 487.6281 302.73438Q486.8 302.73438 486.40936 303.375Q486.03436 304.0 486.03436 305.29688L486.03436 307.03125Q486.03436 308.40625 486.425 309.07812Q486.83124 309.73438 487.64374 309.73438Q488.4406 309.73438 488.83124 309.10938Q489.22186 308.48438 489.2375 307.15625L489.2375 305.375ZM491.8781 303.60938Q491.8781 302.84375 492.3625 302.34375Q492.8625 301.84375 493.6281 301.84375Q494.40936 301.84375 494.89374 302.34375Q495.3781 302.84375 495.3781 303.64062L495.3781 304.0625Q495.3781 304.82812 494.8781 305.32812Q494.39374 305.8125 493.64374 305.8125Q492.8781 305.8125 492.3781 305.32812Q491.8781 304.82812 491.8781 304.01562L491.8781 303.60938ZM492.6906 304.0625Q492.6906 304.51562 492.9406 304.8125Q493.20624 305.10938 493.64374 305.10938Q494.0656 305.10938 494.3156 304.82812Q494.5656 304.53125 494.5656 304.03125L494.5656 303.60938Q494.5656 303.15625 494.3156 302.85938Q494.0656 302.54688 493.6281 302.54688Q493.1906 302.54688 492.9406 302.85938Q492.6906 303.15625 492.6906 303.625L492.6906 304.0625ZM496.03436 308.40625Q496.03436 307.64062 496.51874 307.15625Q497.01874 306.65625 497.78436 306.65625Q498.55 306.65625 499.03436 307.15625Q499.53436 307.64062 499.53436 308.45312L499.53436 308.85938Q499.53436 309.625 499.05 310.125Q498.5656 310.625 497.8 310.625Q497.03436 310.625 496.53436 310.14062Q496.03436 309.64062 496.03436 308.82812L496.03436 308.40625ZM496.84686 308.85938Q496.84686 309.32812 497.09686 309.625Q497.3625 309.92188 497.8 309.92188Q498.22186 309.92188 498.47186 309.64062Q498.72186 309.34375 498.72186 308.84375L498.72186 308.40625Q498.72186 307.9375 498.45624 307.65625Q498.20624 307.35938 497.78436 307.35938Q497.3625 307.35938 497.09686 307.65625Q496.84686 307.9375 496.84686 308.4375L496.84686 308.85938ZM493.89374 309.85938L493.26874 309.46875L497.4406 302.79688L498.05 303.1875L493.89374 309.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M571.91565 304.1875Q571.91565 304.82812 571.5719 305.32812Q571.22815 305.82812 570.66565 306.10938Q571.3219 306.39062 571.7125 306.95312Q572.10315 307.5 572.10315 308.20312Q572.10315 309.29688 571.35315 309.96875Q570.6188 310.625 569.4 310.625Q568.16565 310.625 567.41565 309.96875Q566.6813 309.29688 566.6813 308.20312Q566.6813 307.5 567.0563 306.95312Q567.4313 306.39062 568.10315 306.10938Q567.54065 305.82812 567.2125 305.32812Q566.8844 304.82812 566.8844 304.1875Q566.8844 303.10938 567.5719 302.48438Q568.2594 301.84375 569.4 301.84375Q570.525 301.84375 571.2125 302.48438Q571.91565 303.10938 571.91565 304.1875ZM571.025 308.17188Q571.025 307.45312 570.5719 307.01562Q570.1188 306.5625 569.3844 306.5625Q568.65 306.5625 568.1969 307.01562Q567.7594 307.45312 567.7594 308.1875Q567.7594 308.90625 568.1969 309.32812Q568.6344 309.73438 569.4 309.73438Q570.15 309.73438 570.5875 309.3125Q571.025 308.89062 571.025 308.17188ZM569.4 302.73438Q568.7594 302.73438 568.35315 303.14062Q567.9625 303.53125 567.9625 304.21875Q567.9625 304.85938 568.35315 305.26562Q568.7438 305.67188 569.3844 305.67188Q570.04065 305.67188 570.4313 305.26562Q570.8219 304.85938 570.8219 304.21875Q570.8219 303.5625 570.41565 303.15625Q570.0094 302.73438 569.4 302.73438ZM579.0875 306.85938Q579.0875 308.76562 578.4313 309.70312Q577.79065 310.625 576.4 310.625Q575.04065 310.625 574.3844 309.71875Q573.72815 308.8125 573.6969 307.0L573.6969 305.5625Q573.6969 303.67188 574.3375 302.76562Q574.9938 301.84375 576.3844 301.84375Q577.7594 301.84375 578.41565 302.73438Q579.0719 303.60938 579.0875 305.45312L579.0875 306.85938ZM577.9938 305.375Q577.9938 304.0 577.60315 303.375Q577.22815 302.73438 576.3844 302.73438Q575.5563 302.73438 575.16565 303.375Q574.79065 304.0 574.79065 305.29688L574.79065 307.03125Q574.79065 308.40625 575.1813 309.07812Q575.5875 309.73438 576.4 309.73438Q577.1969 309.73438 577.5875 309.10938Q577.97815 308.48438 577.9938 307.15625L577.9938 305.375ZM580.6344 303.60938Q580.6344 302.84375 581.1188 302.34375Q581.6188 301.84375 582.3844 301.84375Q583.16565 301.84375 583.65 302.34375Q584.1344 302.84375 584.1344 303.64062L584.1344 304.0625Q584.1344 304.82812 583.6344 305.32812Q583.15 305.8125 582.4 305.8125Q581.6344 305.8125 581.1344 305.32812Q580.6344 304.82812 580.6344 304.01562L580.6344 303.60938ZM581.4469 304.0625Q581.4469 304.51562 581.6969 304.8125Q581.9625 305.10938 582.4 305.10938Q582.8219 305.10938 583.0719 304.82812Q583.3219 304.53125 583.3219 304.03125L583.3219 303.60938Q583.3219 303.15625 583.0719 302.85938Q582.8219 302.54688 582.3844 302.54688Q581.9469 302.54688 581.6969 302.85938Q581.4469 303.15625 581.4469 303.625L581.4469 304.0625ZM584.79065 308.40625Q584.79065 307.64062 585.275 307.15625Q585.775 306.65625 586.54065 306.65625Q587.3063 306.65625 587.79065 307.15625Q588.29065 307.64062 588.29065 308.45312L588.29065 308.85938Q588.29065 309.625 587.8063 310.125Q587.3219 310.625 586.5563 310.625Q585.79065 310.625 585.29065 310.14062Q584.79065 309.64062 584.79065 308.82812L584.79065 308.40625ZM585.60315 308.85938Q585.60315 309.32812 585.85315 309.625Q586.1188 309.92188 586.5563 309.92188Q586.97815 309.92188 587.22815 309.64062Q587.47815 309.34375 587.47815 308.84375L587.47815 308.40625Q587.47815 307.9375 587.2125 307.65625Q586.9625 307.35938 586.54065 307.35938Q586.1188 307.35938 585.85315 307.65625Q585.60315 307.9375 585.60315 308.4375L585.60315 308.85938ZM582.65 309.85938L582.025 309.46875L586.1969 302.79688L586.8063 303.1875L582.65 309.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M26.2125 30.4L24.884375 30.4L24.884375 25.80625L19.86875 25.80625L19.86875 30.4L18.55625 30.4L18.55625 20.446875L19.86875 20.446875L19.86875 24.728125L24.884375 24.728125L24.884375 20.446875L26.2125 20.446875L26.2125 30.4ZM28.025 26.634375Q28.025 25.540625 28.446875 24.68125Q28.884375 23.80625 29.634375 23.3375Q30.4 22.86875 31.384375 22.86875Q32.884377 22.86875 33.821877 23.915625Q34.759377 24.9625 34.759377 26.696875L34.759377 26.790625Q34.759377 27.86875 34.3375 28.728125Q33.93125 29.571875 33.15 30.05625Q32.384377 30.540625 31.4 30.540625Q29.884375 30.540625 28.946875 29.49375Q28.025 28.446875 28.025 26.728125L28.025 26.634375ZM29.290625 26.790625Q29.290625 28.009375 29.853125 28.759375Q30.43125 29.509375 31.4 29.509375Q32.353127 29.509375 32.915627 28.759375Q33.49375 27.99375 33.49375 26.634375Q33.49375 25.415625 32.915627 24.665625Q32.3375 23.9 31.384375 23.9Q30.446875 23.9 29.86875 24.65Q29.290625 25.4 29.290625 26.790625ZM42.9 28.65L44.321877 23.009375L45.5875 23.009375L43.446877 30.4L42.415627 30.4L40.61875 24.790625L38.86875 30.4L37.8375 30.4L35.696877 23.009375L36.946877 23.009375L38.415627 28.540625L40.134377 23.009375L41.15 23.009375L42.9 28.65ZM51.540627 23.009375L51.5875 23.821875Q52.4 22.86875 53.775 22.86875Q55.321877 22.86875 55.884377 24.05625Q56.259377 23.525 56.853127 23.196875Q57.446877 22.86875 58.24375 22.86875Q60.68125 22.86875 60.728127 25.446875L60.728127 30.4L59.4625 30.4L59.4625 25.525Q59.4625 24.728125 59.0875 24.3375Q58.728127 23.946875 57.884377 23.946875Q57.165627 23.946875 56.696877 24.36875Q56.24375 24.775 56.165627 25.49375L56.165627 30.4L54.9 30.4L54.9 25.55625Q54.9 23.946875 53.321877 23.946875Q52.071877 23.946875 51.61875 24.99375L51.61875 30.4L50.353127 30.4L50.353127 23.009375L51.540627 23.009375ZM66.93125 30.4Q66.82188 30.18125 66.74375 29.61875Q65.86875 30.540625 64.63438 30.540625Q63.540627 30.540625 62.8375 29.93125Q62.15 29.30625 62.15 28.353125Q62.15 27.196875 63.025 26.55625Q63.9 25.915625 65.49375 25.915625L66.72813 25.915625L66.72813 25.3375Q66.72813 24.665625 66.32188 24.275Q65.93125 23.884375 65.16563 23.884375Q64.47813 23.884375 64.025 24.228125Q63.571877 24.571875 63.571877 25.05625L62.290627 25.05625Q62.290627 24.49375 62.68125 23.978125Q63.0875 23.4625 63.759377 23.165625Q64.43125 22.86875 65.22813 22.86875Q66.50938 22.86875 67.22813 23.509375Q67.9625 24.15 67.99375 25.259375L67.99375 28.665625Q67.99375 29.68125 68.24375 30.290625L68.24375 30.4L66.93125 30.4ZM64.82188 29.43125Q65.41563 29.43125 65.94688 29.134375Q66.49375 28.821875 66.72813 28.321875L66.72813 26.80625L65.72813 26.80625Q63.415627 26.80625 63.415627 28.165625Q63.415627 28.759375 63.80625 29.103125Q64.19688 29.43125 64.82188 29.43125ZM71.55625 23.009375L71.5875 23.93125Q72.44688 22.86875 73.80625 22.86875Q76.15 22.86875 76.18125 25.509375L76.18125 30.4L74.91563 30.4L74.91563 25.509375Q74.9 24.7125 74.54063 24.3375Q74.18125 23.946875 73.43125 23.946875Q72.80625 23.946875 72.3375 24.275Q71.88438 24.603125 71.61875 25.134375L71.61875 30.4L70.35313 30.4L70.35313 23.009375L71.55625 23.009375ZM80.775 28.540625L82.49375 23.009375L83.85313 23.009375L80.88438 31.540625Q80.19688 33.384377 78.68125 33.384377L78.44688 33.36875L77.97813 33.275L77.97813 32.259377L78.32188 32.275Q78.9625 32.275 79.32188 32.009377Q79.68125 31.759375 79.91563 31.071875L80.19688 30.321875L77.55625 23.009375L78.93125 23.009375L80.775 28.540625ZM90.775 28.540625L92.49375 23.009375L93.85313 23.009375L90.88438 31.540625Q90.19688 33.384377 88.68125 33.384377L88.44688 33.36875L87.97813 33.275L87.97813 32.259377L88.32188 32.275Q88.9625 32.275 89.32188 32.009377Q89.68125 31.759375 89.91563 31.071875L90.19688 30.321875L87.55625 23.009375L88.93125 23.009375L90.775 28.540625ZM98.43125 30.540625Q96.91563 30.540625 95.97813 29.55625Q95.04063 28.55625 95.04063 26.9L95.04063 26.68125Q95.04063 25.571875 95.4625 24.7125Q95.88438 23.8375 96.63438 23.353125Q97.38438 22.86875 98.275 22.86875Q99.7125 22.86875 100.50938 23.821875Q101.30625 24.759375 101.30625 26.540625L101.30625 27.05625L96.30625 27.05625Q96.32188 28.15 96.93125 28.8375Q97.55625 29.509375 98.49375 29.509375Q99.16563 29.509375 99.61875 29.24375Q100.0875 28.9625 100.44688 28.509375L101.2125 29.103125Q100.29063 30.540625 98.43125 30.540625ZM98.275 23.9Q97.50938 23.9 96.97813 24.4625Q96.4625 25.025 96.3375 26.025L100.04063 26.025L100.04063 25.93125Q99.99375 24.9625 99.525 24.43125Q99.05625 23.9 98.275 23.9ZM106.93125 30.4Q106.82188 30.18125 106.74375 29.61875Q105.86875 30.540625 104.63438 30.540625Q103.54063 30.540625 102.8375 29.93125Q102.15 29.30625 102.15 28.353125Q102.15 27.196875 103.025 26.55625Q103.9 25.915625 105.49375 25.915625L106.72813 25.915625L106.72813 25.3375Q106.72813 24.665625 106.32188 24.275Q105.93125 23.884375 105.16563 23.884375Q104.47813 23.884375 104.025 24.228125Q103.57188 24.571875 103.57188 25.05625L102.29063 25.05625Q102.29063 24.49375 102.68125 23.978125Q103.0875 23.4625 103.75938 23.165625Q104.43125 22.86875 105.22813 22.86875Q106.50938 22.86875 107.22813 23.509375Q107.9625 24.15 107.99375 25.259375L107.99375 28.665625Q107.99375 29.68125 108.24375 30.290625L108.24375 30.4L106.93125 30.4ZM104.82188 29.43125Q105.41563 29.43125 105.94688 29.134375Q106.49375 28.821875 106.72813 28.321875L106.72813 26.80625L105.72813 26.80625Q103.41563 26.80625 103.41563 28.165625Q103.41563 28.759375 103.80625 29.103125Q104.19688 29.43125 104.82188 29.43125ZM113.93125 24.134375Q113.65 24.0875 113.30625 24.0875Q112.07188 24.0875 111.61875 25.15L111.61875 30.4L110.35313 30.4L110.35313 23.009375L111.5875 23.009375L111.60313 23.853125Q112.22813 22.86875 113.36875 22.86875Q113.74375 22.86875 113.93125 22.9625L113.93125 24.134375ZM119.66563 28.43125Q119.66563 27.93125 119.275 27.65Q118.88438 27.353125 117.93125 27.15Q116.97813 26.946875 116.4 26.665625Q115.8375 26.36875 115.57188 25.978125Q115.30625 25.5875 115.30625 25.040625Q115.30625 24.11875 116.07188 23.49375Q116.8375 22.86875 118.04063 22.86875Q119.29063 22.86875 120.07188 23.525Q120.85313 24.165625 120.85313 25.18125L119.5875 25.18125Q119.5875 24.65 119.15 24.275Q118.7125 23.9 118.04063 23.9Q117.35313 23.9 116.9625 24.2125Q116.57188 24.509375 116.57188 24.99375Q116.57188 25.446875 116.93125 25.68125Q117.29063 25.915625 118.22813 26.134375Q119.18125 26.3375 119.775 26.634375Q120.36875 26.93125 120.65 27.353125Q120.93125 27.759375 120.93125 28.353125Q120.93125 29.3375 120.13438 29.946875Q119.3375 30.540625 118.07188 30.540625Q117.19688 30.540625 116.50938 30.228125Q115.82188 29.9 115.43125 29.3375Q115.05625 28.775 115.05625 28.11875L116.32188 28.11875Q116.35313 28.759375 116.82188 29.134375Q117.30625 29.509375 118.07188 29.509375Q118.79063 29.509375 119.22813 29.2125Q119.66563 28.915625 119.66563 28.43125ZM126.61875 23.9Q127.4625 22.86875 128.80624 22.86875Q131.15 22.86875 131.18124 25.509375L131.18124 30.4L129.91562 30.4L129.91562 25.509375Q129.9 24.7125 129.54062 24.3375Q129.18124 23.946875 128.43124 23.946875Q127.80625 23.946875 127.3375 24.275Q126.88438 24.603125 126.61875 25.134375L126.61875 30.4L125.35313 30.4L125.35313 19.9L126.61875 19.9L126.61875 23.9ZM137.93124 30.4Q137.82187 30.18125 137.74374 29.61875Q136.86874 30.540625 135.63437 30.540625Q134.54062 30.540625 133.8375 29.93125Q133.15 29.30625 133.15 28.353125Q133.15 27.196875 134.025 26.55625Q134.9 25.915625 136.49374 25.915625L137.72812 25.915625L137.72812 25.3375Q137.72812 24.665625 137.32187 24.275Q136.93124 23.884375 136.16562 23.884375Q135.47812 23.884375 135.025 24.228125Q134.57187 24.571875 134.57187 25.05625L133.29062 25.05625Q133.29062 24.49375 133.68124 23.978125Q134.0875 23.4625 134.75937 23.165625Q135.43124 22.86875 136.22812 22.86875Q137.50937 22.86875 138.22812 23.509375Q138.9625 24.15 138.99374 25.259375L138.99374 28.665625Q138.99374 29.68125 139.24374 30.290625L139.24374 30.4L137.93124 30.4ZM135.82187 29.43125Q136.41562 29.43125 136.94687 29.134375Q137.49374 28.821875 137.72812 28.321875L137.72812 26.80625L136.72812 26.80625Q134.41562 26.80625 134.41562 28.165625Q134.41562 28.759375 134.80624 29.103125Q135.19687 29.43125 135.82187 29.43125ZM143.79062 28.68125L145.63437 23.009375L146.91562 23.009375L144.275 30.4L143.30624 30.4L140.61874 23.009375L141.91562 23.009375L143.79062 28.68125ZM151.43124 30.540625Q149.91562 30.540625 148.97812 29.55625Q148.04062 28.55625 148.04062 26.9L148.04062 26.68125Q148.04062 25.571875 148.4625 24.7125Q148.88437 23.8375 149.63437 23.353125Q150.38437 22.86875 151.275 22.86875Q152.7125 22.86875 153.50937 23.821875Q154.30624 24.759375 154.30624 26.540625L154.30624 27.05625L149.30624 27.05625Q149.32187 28.15 149.93124 28.8375Q150.55624 29.509375 151.49374 29.509375Q152.16562 29.509375 152.61874 29.24375Q153.0875 28.9625 153.44687 28.509375L154.2125 29.103125Q153.29062 30.540625 151.43124 30.540625ZM151.275 23.9Q150.50937 23.9 149.97812 24.4625Q149.4625 25.025 149.3375 26.025L153.04062 26.025L153.04062 25.93125Q152.99374 24.9625 152.525 24.43125Q152.05624 23.9 151.275 23.9ZM160.775 28.540625L162.49374 23.009375L163.85312 23.009375L160.88437 31.540625Q160.19687 33.384377 158.68124 33.384377L158.44687 33.36875L157.97812 33.275L157.97812 32.259377L158.32187 32.275Q158.9625 32.275 159.32187 32.009377Q159.68124 31.759375 159.91562 31.071875L160.19687 30.321875L157.55624 23.009375L158.93124 23.009375L160.775 28.540625ZM165.025 26.634375Q165.025 25.540625 165.44687 24.68125Q165.88437 23.80625 166.63437 23.3375Q167.4 22.86875 168.38437 22.86875Q169.88437 22.86875 170.82187 23.915625Q171.75937 24.9625 171.75937 26.696875L171.75937 26.790625Q171.75937 27.86875 171.3375 28.728125Q170.93124 29.571875 170.15 30.05625Q169.38437 30.540625 168.4 30.540625Q166.88437 30.540625 165.94687 29.49375Q165.025 28.446875 165.025 26.728125L165.025 26.634375ZM166.29062 26.790625Q166.29062 28.009375 166.85312 28.759375Q167.43124 29.509375 168.4 29.509375Q169.35312 29.509375 169.91562 28.759375Q170.49374 27.99375 170.49374 26.634375Q170.49374 25.415625 169.91562 24.665625Q169.3375 23.9 168.38437 23.9Q167.44687 23.9 166.86874 24.65Q166.29062 25.4 166.29062 26.790625ZM177.93124 29.665625Q177.18124 30.540625 175.75937 30.540625Q174.57187 30.540625 173.94687 29.853125Q173.3375 29.165625 173.3375 27.821875L173.3375 23.009375L174.5875 23.009375L174.5875 27.775Q174.5875 29.4625 175.9625 29.4625Q177.41562 29.4625 177.88437 28.384375L177.88437 23.009375L179.15 23.009375L179.15 30.4L177.94687 30.4L177.93124 29.665625ZM187.32187 29.509375Q187.99374 29.509375 188.49374 29.103125Q189.00937 28.68125 189.07187 28.071875L190.25937 28.071875Q190.22812 28.696875 189.82187 29.275Q189.41562 29.853125 188.74374 30.196875Q188.07187 30.540625 187.32187 30.540625Q185.80624 30.540625 184.91562 29.540625Q184.025 28.525 184.025 26.775L184.025 26.55625Q184.025 25.478125 184.41562 24.634375Q184.82187 23.790625 185.55624 23.3375Q186.30624 22.86875 187.32187 22.86875Q188.55624 22.86875 189.38437 23.61875Q190.2125 24.353125 190.25937 25.540625L189.07187 25.540625Q189.00937 24.821875 188.525 24.36875Q188.04062 23.9 187.32187 23.9Q186.35312 23.9 185.82187 24.603125Q185.29062 25.290625 185.29062 26.603125L185.29062 26.8375Q185.29062 28.11875 185.82187 28.821875Q186.35312 29.509375 187.32187 29.509375ZM191.025 26.634375Q191.025 25.540625 191.44687 24.68125Q191.88437 23.80625 192.63437 23.3375Q193.4 22.86875 194.38437 22.86875Q195.88437 22.86875 196.82187 23.915625Q197.75937 24.9625 197.75937 26.696875L197.75937 26.790625Q197.75937 27.86875 197.3375 28.728125Q196.93124 29.571875 196.15 30.05625Q195.38437 30.540625 194.4 30.540625Q192.88437 30.540625 191.94687 29.49375Q191.025 28.446875 191.025 26.728125L191.025 26.634375ZM192.29062 26.790625Q192.29062 28.009375 192.85312 28.759375Q193.43124 29.509375 194.4 29.509375Q195.35312 29.509375 195.91562 28.759375Q196.49374 27.99375 196.49374 26.634375Q196.49374 25.415625 195.91562 24.665625Q195.3375 23.9 194.38437 23.9Q193.44687 23.9 192.86874 24.65Q192.29062 25.4 192.29062 26.790625ZM199.05624 26.634375Q199.05624 24.93125 199.85312 23.9Q200.66562 22.86875 201.9625 22.86875Q203.275 22.86875 204.025 23.759375L204.025 19.9L205.29062 19.9L205.29062 30.4L204.13437 30.4L204.07187 29.603125Q203.30624 30.540625 201.9625 30.540625Q200.66562 30.540625 199.85312 29.49375Q199.05624 28.43125 199.05624 26.728125L199.05624 26.634375ZM200.32187 26.790625Q200.32187 28.040625 200.8375 28.759375Q201.35312 29.4625 202.275 29.4625Q203.47812 29.4625 204.025 28.384375L204.025 24.978125Q203.4625 23.946875 202.29062 23.946875Q201.35312 23.946875 200.8375 24.665625Q200.32187 25.36875 200.32187 26.790625ZM210.43124 30.540625Q208.91562 30.540625 207.97812 29.55625Q207.04062 28.55625 207.04062 26.9L207.04062 26.68125Q207.04062 25.571875 207.4625 24.7125Q207.88437 23.8375 208.63437 23.353125Q209.38437 22.86875 210.275 22.86875Q211.7125 22.86875 212.50937 23.821875Q213.30624 24.759375 213.30624 26.540625L213.30624 27.05625L208.30624 27.05625Q208.32187 28.15 208.93124 28.8375Q209.55624 29.509375 210.49374 29.509375Q211.16562 29.509375 211.61874 29.24375Q212.0875 28.9625 212.44687 28.509375L213.2125 29.103125Q212.29062 30.540625 210.43124 30.540625ZM210.275 23.9Q209.50937 23.9 208.97812 24.4625Q208.4625 25.025 208.3375 26.025L212.04062 26.025L212.04062 25.93125Q211.99374 24.9625 211.525 24.43125Q211.05624 23.9 210.275 23.9ZM214.05624 26.634375Q214.05624 24.93125 214.85312 23.9Q215.66562 22.86875 216.9625 22.86875Q218.275 22.86875 219.025 23.759375L219.025 19.9L220.29062 19.9L220.29062 30.4L219.13437 30.4L219.07187 29.603125Q218.30624 30.540625 216.9625 30.540625Q215.66562 30.540625 214.85312 29.49375Q214.05624 28.43125 214.05624 26.728125L214.05624 26.634375ZM215.32187 26.790625Q215.32187 28.040625 215.8375 28.759375Q216.35312 29.4625 217.275 29.4625Q218.47812 29.4625 219.025 28.384375L219.025 24.978125Q218.4625 23.946875 217.29062 23.946875Q216.35312 23.946875 215.8375 24.665625Q215.32187 25.36875 215.32187 26.790625ZM231.60312 26.790625Q231.60312 28.478125 230.82187 29.509375Q230.05624 30.540625 228.74374 30.540625Q227.4 30.540625 226.61874 29.68125L226.61874 33.24375L225.35312 33.24375L225.35312 23.009375L226.50937 23.009375L226.57187 23.821875Q227.35312 22.86875 228.72812 22.86875Q230.05624 22.86875 230.82187 23.86875Q231.60312 24.86875 231.60312 26.665625L231.60312 26.790625ZM230.3375 26.634375Q230.3375 25.384375 229.80624 24.665625Q229.275 23.946875 228.3375 23.946875Q227.19687 23.946875 226.61874 24.9625L226.61874 28.49375Q227.19687 29.509375 228.35312 29.509375Q229.275 29.509375 229.80624 28.790625Q230.3375 28.05625 230.3375 26.634375ZM236.93124 24.134375Q236.65 24.0875 236.30624 24.0875Q235.07187 24.0875 234.61874 25.15L234.61874 30.4L233.35312 30.4L233.35312 23.009375L234.5875 23.009375L234.60312 23.853125Q235.22812 22.86875 236.36874 22.86875Q236.74374 22.86875 236.93124 22.9625L236.93124 24.134375ZM238.025 26.634375Q238.025 25.540625 238.44687 24.68125Q238.88437 23.80625 239.63437 23.3375Q240.4 22.86875 241.38437 22.86875Q242.88437 22.86875 243.82187 23.915625Q244.75937 24.9625 244.75937 26.696875L244.75937 26.790625Q244.75937 27.86875 244.3375 28.728125Q243.93124 29.571875 243.15 30.05625Q242.38437 30.540625 241.4 30.540625Q239.88437 30.540625 238.94687 29.49375Q238.025 28.446875 238.025 26.728125L238.025 26.634375ZM239.29062 26.790625Q239.29062 28.009375 239.85312 28.759375Q240.43124 29.509375 241.4 29.509375Q242.35312 29.509375 242.91562 28.759375Q243.49374 27.99375 243.49374 26.634375Q243.49374 25.415625 242.91562 24.665625Q242.3375 23.9 241.38437 23.9Q240.44687 23.9 239.86874 24.65Q239.29062 25.4 239.29062 26.790625ZM246.97812 30.4L246.97812 23.978125L245.80624 23.978125L245.80624 23.009375L246.97812 23.009375L246.97812 22.24375Q246.97812 21.05625 247.60312 20.415625Q248.24374 19.759375 249.41562 19.759375Q249.85312 19.759375 250.275 19.86875L250.2125 20.9Q249.88437 20.8375 249.525 20.8375Q248.91562 20.8375 248.57187 21.196875Q248.24374 21.55625 248.24374 22.228125L248.24374 23.009375L249.82187 23.009375L249.82187 23.978125L248.24374 23.978125L248.24374 30.4L246.97812 30.4ZM254.43124 30.540625Q252.91562 30.540625 251.97812 29.55625Q251.04062 28.55625 251.04062 26.9L251.04062 26.68125Q251.04062 25.571875 251.4625 24.7125Q251.88437 23.8375 252.63437 23.353125Q253.38437 22.86875 254.275 22.86875Q255.7125 22.86875 256.50937 23.821875Q257.30624 24.759375 257.30624 26.540625L257.30624 27.05625L252.30624 27.05625Q252.32187 28.15 252.93124 28.8375Q253.55624 29.509375 254.49374 29.509375Q255.16562 29.509375 255.61874 29.24375Q256.0875 28.9625 256.44687 28.509375L257.2125 29.103125Q256.29062 30.540625 254.43124 30.540625ZM254.275 23.9Q253.50937 23.9 252.97812 24.4625Q252.4625 25.025 252.3375 26.025L256.04062 26.025L256.04062 25.93125Q255.99374 24.9625 255.525 24.43125Q255.05624 23.9 254.275 23.9ZM262.66562 28.43125Q262.66562 27.93125 262.275 27.65Q261.88437 27.353125 260.93124 27.15Q259.97812 26.946875 259.4 26.665625Q258.8375 26.36875 258.57187 25.978125Q258.30624 25.5875 258.30624 25.040625Q258.30624 24.11875 259.07187 23.49375Q259.8375 22.86875 261.04062 22.86875Q262.29062 22.86875 263.07187 23.525Q263.85312 24.165625 263.85312 25.18125L262.5875 25.18125Q262.5875 24.65 262.15 24.275Q261.7125 23.9 261.04062 23.9Q260.35312 23.9 259.9625 24.2125Q259.57187 24.509375 259.57187 24.99375Q259.57187 25.446875 259.93124 25.68125Q260.29062 25.915625 261.22812 26.134375Q262.18124 26.3375 262.775 26.634375Q263.36874 26.93125 263.65 27.353125Q263.93124 27.759375 263.93124 28.353125Q263.93124 29.3375 263.13437 29.946875Q262.3375 30.540625 261.07187 30.540625Q260.19687 30.540625 259.50937 30.228125Q258.82187 29.9 258.43124 29.3375Q258.05624 28.775 258.05624 28.11875L259.32187 28.11875Q259.35312 28.759375 259.82187 29.134375Q260.30624 29.509375 261.07187 29.509375Q261.79062 29.509375 262.22812 29.2125Q262.66562 28.915625 262.66562 28.43125ZM269.66562 28.43125Q269.66562 27.93125 269.275 27.65Q268.88437 27.353125 267.93124 27.15Q266.97812 26.946875 266.4 26.665625Q265.8375 26.36875 265.57187 25.978125Q265.30624 25.5875 265.30624 25.040625Q265.30624 24.11875 266.07187 23.49375Q266.8375 22.86875 268.04062 22.86875Q269.29062 22.86875 270.07187 23.525Q270.85312 24.165625 270.85312 25.18125L269.5875 25.18125Q269.5875 24.65 269.15 24.275Q268.7125 23.9 268.04062 23.9Q267.35312 23.9 266.9625 24.2125Q266.57187 24.509375 266.57187 24.99375Q266.57187 25.446875 266.93124 25.68125Q267.29062 25.915625 268.22812 26.134375Q269.18124 26.3375 269.775 26.634375Q270.36874 26.93125 270.65 27.353125Q270.93124 27.759375 270.93124 28.353125Q270.93124 29.3375 270.13437 29.946875Q269.3375 30.540625 268.07187 30.540625Q267.19687 30.540625 266.50937 30.228125Q265.82187 29.9 265.43124 29.3375Q265.05624 28.775 265.05624 28.11875L266.32187 28.11875Q266.35312 28.759375 266.82187 29.134375Q267.30624 29.509375 268.07187 29.509375Q268.79062 29.509375 269.22812 29.2125Q269.66562 28.915625 269.66562 28.43125ZM273.72812 30.4L272.4625 30.4L272.4625 23.009375L273.72812 23.009375L273.72812 30.4ZM272.36874 21.040625Q272.36874 20.728125 272.55624 20.525Q272.74374 20.30625 273.10312 20.30625Q273.47812 20.30625 273.66562 20.525Q273.86874 20.728125 273.86874 21.040625Q273.86874 21.353125 273.66562 21.55625Q273.47812 21.759375 273.10312 21.759375Q272.74374 21.759375 272.55624 21.55625Q272.36874 21.353125 272.36874 21.040625ZM275.025 26.634375Q275.025 25.540625 275.44687 24.68125Q275.88437 23.80625 276.63437 23.3375Q277.4 22.86875 278.38437 22.86875Q279.88437 22.86875 280.82187 23.915625Q281.75937 24.9625 281.75937 26.696875L281.75937 26.790625Q281.75937 27.86875 281.3375 28.728125Q280.93124 29.571875 280.15 30.05625Q279.38437 30.540625 278.4 30.540625Q276.88437 30.540625 275.94687 29.49375Q275.025 28.446875 275.025 26.728125L275.025 26.634375ZM276.29062 26.790625Q276.29062 28.009375 276.85312 28.759375Q277.43124 29.509375 278.4 29.509375Q279.35312 29.509375 279.91562 28.759375Q280.49374 27.99375 280.49374 26.634375Q280.49374 25.415625 279.91562 24.665625Q279.3375 23.9 278.38437 23.9Q277.44687 23.9 276.86874 24.65Q276.29062 25.4 276.29062 26.790625ZM284.55624 23.009375L284.5875 23.93125Q285.44687 22.86875 286.80624 22.86875Q289.15 22.86875 289.18124 25.509375L289.18124 30.4L287.91562 30.4L287.91562 25.509375Q287.9 24.7125 287.54062 24.3375Q287.18124 23.946875 286.43124 23.946875Q285.80624 23.946875 285.3375 24.275Q284.88437 24.603125 284.61874 25.134375L284.61874 30.4L283.35312 30.4L283.35312 23.009375L284.55624 23.009375ZM295.93124 30.4Q295.82187 30.18125 295.74374 29.61875Q294.86874 30.540625 293.63437 30.540625Q292.54062 30.540625 291.8375 29.93125Q291.15 29.30625 291.15 28.353125Q291.15 27.196875 292.025 26.55625Q292.9 25.915625 294.49374 25.915625L295.72812 25.915625L295.72812 25.3375Q295.72812 24.665625 295.32187 24.275Q294.93124 23.884375 294.16562 23.884375Q293.47812 23.884375 293.025 24.228125Q292.57187 24.571875 292.57187 25.05625L291.29062 25.05625Q291.29062 24.49375 291.68124 23.978125Q292.0875 23.4625 292.75937 23.165625Q293.43124 22.86875 294.22812 22.86875Q295.50937 22.86875 296.22812 23.509375Q296.9625 24.15 296.99374 25.259375L296.99374 28.665625Q296.99374 29.68125 297.24374 30.290625L297.24374 30.4L295.93124 30.4ZM293.82187 29.43125Q294.41562 29.43125 294.94687 29.134375Q295.49374 28.821875 295.72812 28.321875L295.72812 26.80625L294.72812 26.80625Q292.41562 26.80625 292.41562 28.165625Q292.41562 28.759375 292.80624 29.103125Q293.19687 29.43125 293.82187 29.43125ZM300.72812 30.4L299.4625 30.4L299.4625 19.9L300.72812 19.9L300.72812 30.4ZM303.72812 30.4L302.4625 30.4L302.4625 19.9L303.72812 19.9L303.72812 30.4ZM307.775 28.540625L309.49374 23.009375L310.85312 23.009375L307.88437 31.540625Q307.19687 33.384377 305.68124 33.384377L305.44687 33.36875L304.97812 33.275L304.97812 32.259377L305.32187 32.275Q305.9625 32.275 306.32187 32.009377Q306.68124 31.759375 306.91562 31.071875L307.19687 30.321875L304.55624 23.009375L305.93124 23.009375L307.775 28.540625ZM315.30624 26.353125Q315.30624 24.821875 315.7125 23.4Q316.13437 21.978125 316.94687 20.821875Q317.775 19.65 318.66562 19.165625L318.91562 20.009375Q317.91562 20.775 317.275 22.353125Q316.65 23.915625 316.5875 25.853125L316.57187 26.446875Q316.57187 29.0875 317.54062 31.025Q318.11874 32.18125 318.91562 32.8375L318.66562 33.61875Q317.74374 33.103127 316.91562 31.915625Q315.30624 29.5875 315.30624 26.353125ZM324.93124 30.4Q324.82187 30.18125 324.74374 29.61875Q323.86874 30.540625 322.63437 30.540625Q321.54062 30.540625 320.8375 29.93125Q320.15 29.30625 320.15 28.353125Q320.15 27.196875 321.025 26.55625Q321.9 25.915625 323.49374 25.915625L324.72812 25.915625L324.72812 25.3375Q324.72812 24.665625 324.32187 24.275Q323.93124 23.884375 323.16562 23.884375Q322.47812 23.884375 322.025 24.228125Q321.57187 24.571875 321.57187 25.05625L320.29062 25.05625Q320.29062 24.49375 320.68124 23.978125Q321.0875 23.4625 321.75937 23.165625Q322.43124 22.86875 323.22812 22.86875Q324.50937 22.86875 325.22812 23.509375Q325.9625 24.15 325.99374 25.259375L325.99374 28.665625Q325.99374 29.68125 326.24374 30.290625L326.24374 30.4L324.93124 30.4ZM322.82187 29.43125Q323.41562 29.43125 323.94687 29.134375Q324.49374 28.821875 324.72812 28.321875L324.72812 26.80625L323.72812 26.80625Q321.41562 26.80625 321.41562 28.165625Q321.41562 28.759375 321.80624 29.103125Q322.19687 29.43125 322.82187 29.43125ZM332.66562 28.43125Q332.66562 27.93125 332.275 27.65Q331.88437 27.353125 330.93124 27.15Q329.97812 26.946875 329.4 26.665625Q328.8375 26.36875 328.57187 25.978125Q328.30624 25.5875 328.30624 25.040625Q328.30624 24.11875 329.07187 23.49375Q329.8375 22.86875 331.04062 22.86875Q332.29062 22.86875 333.07187 23.525Q333.85312 24.165625 333.85312 25.18125L332.5875 25.18125Q332.5875 24.65 332.15 24.275Q331.7125 23.9 331.04062 23.9Q330.35312 23.9 329.9625 24.2125Q329.57187 24.509375 329.57187 24.99375Q329.57187 25.446875 329.93124 25.68125Q330.29062 25.915625 331.22812 26.134375Q332.18124 26.3375 332.775 26.634375Q333.36874 26.93125 333.65 27.353125Q333.93124 27.759375 333.93124 28.353125Q333.93124 29.3375 333.13437 29.946875Q332.3375 30.540625 331.07187 30.540625Q330.19687 30.540625 329.50937 30.228125Q328.82187 29.9 328.43124 29.3375Q328.05624 28.775 328.05624 28.11875L329.32187 28.11875Q329.35312 28.759375 329.82187 29.134375Q330.30624 29.509375 331.07187 29.509375Q331.79062 29.509375 332.22812 29.2125Q332.66562 28.915625 332.66562 28.43125ZM344.60312 26.790625Q344.60312 28.478125 343.82187 29.509375Q343.05624 30.540625 341.74374 30.540625Q340.4 30.540625 339.61874 29.68125L339.61874 33.24375L338.35312 33.24375L338.35312 23.009375L339.50937 23.009375L339.57187 23.821875Q340.35312 22.86875 341.72812 22.86875Q343.05624 22.86875 343.82187 23.86875Q344.60312 24.86875 344.60312 26.665625L344.60312 26.790625ZM343.3375 26.634375Q343.3375 25.384375 342.80624 24.665625Q342.275 23.946875 341.3375 23.946875Q340.19687 23.946875 339.61874 24.9625L339.61874 28.49375Q340.19687 29.509375 341.35312 29.509375Q342.275 29.509375 342.80624 28.790625Q343.3375 28.05625 343.3375 26.634375ZM350.93124 30.4Q350.82187 30.18125 350.74374 29.61875Q349.86874 30.540625 348.63437 30.540625Q347.54062 30.540625 346.8375 29.93125Q346.15 29.30625 346.15 28.353125Q346.15 27.196875 347.025 26.55625Q347.9 25.915625 349.49374 25.915625L350.72812 25.915625L350.72812 25.3375Q350.72812 24.665625 350.32187 24.275Q349.93124 23.884375 349.16562 23.884375Q348.47812 23.884375 348.025 24.228125Q347.57187 24.571875 347.57187 25.05625L346.29062 25.05625Q346.29062 24.49375 346.68124 23.978125Q347.0875 23.4625 347.75937 23.165625Q348.43124 22.86875 349.22812 22.86875Q350.50937 22.86875 351.22812 23.509375Q351.9625 24.15 351.99374 25.259375L351.99374 28.665625Q351.99374 29.68125 352.24374 30.290625L352.24374 30.4L350.93124 30.4ZM348.82187 29.43125Q349.41562 29.43125 349.94687 29.134375Q350.49374 28.821875 350.72812 28.321875L350.72812 26.80625L349.72812 26.80625Q347.41562 26.80625 347.41562 28.165625Q347.41562 28.759375 347.80624 29.103125Q348.19687 29.43125 348.82187 29.43125ZM357.93124 24.134375Q357.65 24.0875 357.30624 24.0875Q356.07187 24.0875 355.61874 25.15L355.61874 30.4L354.35312 30.4L354.35312 23.009375L355.5875 23.009375L355.60312 23.853125Q356.22812 22.86875 357.36874 22.86875Q357.74374 22.86875 357.93124 22.9625L357.93124 24.134375ZM361.07187 21.2125L361.07187 23.009375L362.44687 23.009375L362.44687 23.978125L361.07187 23.978125L361.07187 28.571875Q361.07187 29.009375 361.25937 29.24375Q361.44687 29.4625 361.88437 29.4625Q362.10312 29.4625 362.49374 29.36875L362.49374 30.4Q361.99374 30.540625 361.525 30.540625Q360.66562 30.540625 360.22812 30.025Q359.80624 29.509375 359.80624 28.571875L359.80624 23.978125L358.4625 23.978125L358.4625 23.009375L359.80624 23.009375L359.80624 21.2125L361.07187 21.2125ZM367.025 26.634375Q367.025 25.540625 367.44687 24.68125Q367.88437 23.80625 368.63437 23.3375Q369.4 22.86875 370.38437 22.86875Q371.88437 22.86875 372.82187 23.915625Q373.75937 24.9625 373.75937 26.696875L373.75937 26.790625Q373.75937 27.86875 373.3375 28.728125Q372.93124 29.571875 372.15 30.05625Q371.38437 30.540625 370.4 30.540625Q368.88437 30.540625 367.94687 29.49375Q367.025 28.446875 367.025 26.728125L367.025 26.634375ZM368.29062 26.790625Q368.29062 28.009375 368.85312 28.759375Q369.43124 29.509375 370.4 29.509375Q371.35312 29.509375 371.91562 28.759375Q372.49374 27.99375 372.49374 26.634375Q372.49374 25.415625 371.91562 24.665625Q371.3375 23.9 370.38437 23.9Q369.44687 23.9 368.86874 24.65Q368.29062 25.4 368.29062 26.790625ZM375.97812 30.4L375.97812 23.978125L374.80624 23.978125L374.80624 23.009375L375.97812 23.009375L375.97812 22.24375Q375.97812 21.05625 376.60312 20.415625Q377.24374 19.759375 378.41562 19.759375Q378.85312 19.759375 379.275 19.86875L379.2125 20.9Q378.88437 20.8375 378.525 20.8375Q377.91562 20.8375 377.57187 21.196875Q377.24374 21.55625 377.24374 22.228125L377.24374 23.009375L378.82187 23.009375L378.82187 23.978125L377.24374 23.978125L377.24374 30.4L375.97812 30.4ZM385.775 28.540625L387.49374 23.009375L388.85312 23.009375L385.88437 31.540625Q385.19687 33.384377 383.68124 33.384377L383.44687 33.36875L382.97812 33.275L382.97812 32.259377L383.32187 32.275Q383.9625 32.275 384.32187 32.009377Q384.68124 31.759375 384.91562 31.071875L385.19687 30.321875L382.55624 23.009375L383.93124 23.009375L385.775 28.540625ZM390.025 26.634375Q390.025 25.540625 390.44687 24.68125Q390.88437 23.80625 391.63437 23.3375Q392.4 22.86875 393.38437 22.86875Q394.88437 22.86875 395.82187 23.915625Q396.75937 24.9625 396.75937 26.696875L396.75937 26.790625Q396.75937 27.86875 396.3375 28.728125Q395.93124 29.571875 395.15 30.05625Q394.38437 30.540625 393.4 30.540625Q391.88437 30.540625 390.94687 29.49375Q390.025 28.446875 390.025 26.728125L390.025 26.634375ZM391.29062 26.790625Q391.29062 28.009375 391.85312 28.759375Q392.43124 29.509375 393.4 29.509375Q394.35312 29.509375 394.91562 28.759375Q395.49374 27.99375 395.49374 26.634375Q395.49374 25.415625 394.91562 24.665625Q394.3375 23.9 393.38437 23.9Q392.44687 23.9 391.86874 24.65Q391.29062 25.4 391.29062 26.790625ZM402.93124 29.665625Q402.18124 30.540625 400.75937 30.540625Q399.57187 30.540625 398.94687 29.853125Q398.3375 29.165625 398.3375 27.821875L398.3375 23.009375L399.5875 23.009375L399.5875 27.775Q399.5875 29.4625 400.9625 29.4625Q402.41562 29.4625 402.88437 28.384375L402.88437 23.009375L404.15 23.009375L404.15 30.4L402.94687 30.4L402.93124 29.665625ZM409.93124 24.134375Q409.65 24.0875 409.30624 24.0875Q408.07187 24.0875 407.61874 25.15L407.61874 30.4L406.35312 30.4L406.35312 23.009375L407.5875 23.009375L407.60312 23.853125Q408.22812 22.86875 409.36874 22.86875Q409.74374 22.86875 409.93124 22.9625L409.93124 24.134375ZM420.9 28.65L422.32187 23.009375L423.5875 23.009375L421.44687 30.4L420.41562 30.4L418.61874 24.790625L416.86874 30.4L415.8375 30.4L413.69687 23.009375L414.94687 23.009375L416.41562 28.540625L418.13437 23.009375L419.15 23.009375L420.9 28.65ZM425.025 26.634375Q425.025 25.540625 425.44687 24.68125Q425.88437 23.80625 426.63437 23.3375Q427.4 22.86875 428.38437 22.86875Q429.88437 22.86875 430.82187 23.915625Q431.75937 24.9625 431.75937 26.696875L431.75937 26.790625Q431.75937 27.86875 431.3375 28.728125Q430.93124 29.571875 430.15 30.05625Q429.38437 30.540625 428.4 30.540625Q426.88437 30.540625 425.94687 29.49375Q425.025 28.446875 425.025 26.728125L425.025 26.634375ZM426.29062 26.790625Q426.29062 28.009375 426.85312 28.759375Q427.43124 29.509375 428.4 29.509375Q429.35312 29.509375 429.91562 28.759375Q430.49374 27.99375 430.49374 26.634375Q430.49374 25.415625 429.91562 24.665625Q429.3375 23.9 428.38437 23.9Q427.44687 23.9 426.86874 24.65Q426.29062 25.4 426.29062 26.790625ZM436.93124 24.134375Q436.65 24.0875 436.30624 24.0875Q435.07187 24.0875 434.61874 25.15L434.61874 30.4L433.35312 30.4L433.35312 23.009375L434.5875 23.009375L434.60312 23.853125Q435.22812 22.86875 436.36874 22.86875Q436.74374 22.86875 436.93124 22.9625L436.93124 24.134375ZM440.41562 26.978125L439.63437 27.80625L439.63437 30.4L438.36874 30.4L438.36874 19.9L439.63437 19.9L439.63437 26.24375L440.30624 25.43125L442.60312 23.009375L444.15 23.009375L441.275 26.0875L444.47812 30.4L442.99374 30.4L440.41562 26.978125ZM448.275 26.43125Q448.275 27.946875 447.86874 29.353125Q447.47812 30.74375 446.65 31.93125Q445.82187 33.11875 444.93124 33.61875L444.66562 32.8375Q445.7125 32.040627 446.35312 30.3375Q446.99374 28.634375 447.00937 26.571875L447.00937 26.353125Q447.00937 24.915625 446.69687 23.68125Q446.4 22.446875 445.86874 21.478125Q445.3375 20.49375 444.66562 19.946875L444.93124 19.165625Q445.82187 19.665625 446.63437 20.8375Q447.4625 22.009375 447.86874 23.415625Q448.275 24.821875 448.275 26.43125ZM454.72812 30.4L453.4625 30.4L453.4625 23.009375L454.72812 23.009375L454.72812 30.4ZM453.36874 21.040625Q453.36874 20.728125 453.55624 20.525Q453.74374 20.30625 454.10312 20.30625Q454.47812 20.30625 454.66562 20.525Q454.86874 20.728125 454.86874 21.040625Q454.86874 21.353125 454.66562 21.55625Q454.47812 21.759375 454.10312 21.759375Q453.74374 21.759375 453.55624 21.55625Q453.36874 21.353125 453.36874 21.040625ZM457.55624 23.009375L457.5875 23.93125Q458.44687 22.86875 459.80624 22.86875Q462.15 22.86875 462.18124 25.509375L462.18124 30.4L460.91562 30.4L460.91562 25.509375Q460.9 24.7125 460.54062 24.3375Q460.18124 23.946875 459.43124 23.946875Q458.80624 23.946875 458.3375 24.275Q457.88437 24.603125 457.61874 25.134375L457.61874 30.4L456.35312 30.4L456.35312 23.009375L457.55624 23.009375ZM471.93124 30.4Q471.82187 30.18125 471.74374 29.61875Q470.86874 30.540625 469.63437 30.540625Q468.54062 30.540625 467.8375 29.93125Q467.15 29.30625 467.15 28.353125Q467.15 27.196875 468.025 26.55625Q468.9 25.915625 470.49374 25.915625L471.72812 25.915625L471.72812 25.3375Q471.72812 24.665625 471.32187 24.275Q470.93124 23.884375 470.16562 23.884375Q469.47812 23.884375 469.025 24.228125Q468.57187 24.571875 468.57187 25.05625L467.29062 25.05625Q467.29062 24.49375 467.68124 23.978125Q468.0875 23.4625 468.75937 23.165625Q469.43124 22.86875 470.22812 22.86875Q471.50937 22.86875 472.22812 23.509375Q472.9625 24.15 472.99374 25.259375L472.99374 28.665625Q472.99374 29.68125 473.24374 30.290625L473.24374 30.4L471.93124 30.4ZM469.82187 29.43125Q470.41562 29.43125 470.94687 29.134375Q471.49374 28.821875 471.72812 28.321875L471.72812 26.80625L470.72812 26.80625Q468.41562 26.80625 468.41562 28.165625Q468.41562 28.759375 468.80624 29.103125Q469.19687 29.43125 469.82187 29.43125ZM476.55624 23.009375L476.5875 23.93125Q477.44687 22.86875 478.80624 22.86875Q481.15 22.86875 481.18124 25.509375L481.18124 30.4L479.91562 30.4L479.91562 25.509375Q479.9 24.7125 479.54062 24.3375Q479.18124 23.946875 478.43124 23.946875Q477.80624 23.946875 477.3375 24.275Q476.88437 24.603125 476.61874 25.134375L476.61874 30.4L475.35312 30.4L475.35312 23.009375L476.55624 23.009375ZM485.775 28.540625L487.49374 23.009375L488.85312 23.009375L485.88437 31.540625Q485.19687 33.384377 483.68124 33.384377L483.44687 33.36875L482.97812 33.275L482.97812 32.259377L483.32187 32.275Q483.9625 32.275 484.32187 32.009377Q484.68124 31.759375 484.91562 31.071875L485.19687 30.321875L482.55624 23.009375L483.93124 23.009375L485.775 28.540625ZM494.72812 30.4L493.4625 30.4L493.4625 19.9L494.72812 19.9L494.72812 30.4ZM500.93124 30.4Q500.82187 30.18125 500.74374 29.61875Q499.86874 30.540625 498.63437 30.540625Q497.54062 30.540625 496.8375 29.93125Q496.15 29.30625 496.15 28.353125Q496.15 27.196875 497.025 26.55625Q497.9 25.915625 499.49374 25.915625L500.72812 25.915625L500.72812 25.3375Q500.72812 24.665625 500.32187 24.275Q499.93124 23.884375 499.16562 23.884375Q498.47812 23.884375 498.025 24.228125Q497.57187 24.571875 497.57187 25.05625L496.29062 25.05625Q496.29062 24.49375 496.68124 23.978125Q497.0875 23.4625 497.75937 23.165625Q498.43124 22.86875 499.22812 22.86875Q500.50937 22.86875 501.22812 23.509375Q501.9625 24.15 501.99374 25.259375L501.99374 28.665625Q501.99374 29.68125 502.24374 30.290625L502.24374 30.4L500.93124 30.4ZM498.82187 29.43125Q499.41562 29.43125 499.94687 29.134375Q500.49374 28.821875 500.72812 28.321875L500.72812 26.80625L499.72812 26.80625Q497.41562 26.80625 497.41562 28.165625Q497.41562 28.759375 497.80624 29.103125Q498.19687 29.43125 498.82187 29.43125ZM505.55624 23.009375L505.5875 23.93125Q506.44687 22.86875 507.80624 22.86875Q510.15 22.86875 510.18124 25.509375L510.18124 30.4L508.91562 30.4L508.91562 25.509375Q508.9 24.7125 508.54062 24.3375Q508.18124 23.946875 507.43124 23.946875Q506.80624 23.946875 506.3375 24.275Q505.88437 24.603125 505.61874 25.134375L505.61874 30.4L504.35312 30.4L504.35312 23.009375L505.55624 23.009375ZM512.0563 26.634375Q512.0563 24.915625 512.85315 23.9Q513.65 22.86875 514.97815 22.86875Q516.3219 22.86875 517.0875 23.821875L517.15 23.009375L518.3063 23.009375L518.3063 30.228125Q518.3063 31.665625 517.4469 32.478127Q516.60315 33.30625 515.16565 33.30625Q514.3688 33.30625 513.60315 32.9625Q512.8375 32.634377 512.4313 32.040627L513.0875 31.275Q513.9 32.275 515.0719 32.275Q515.9938 32.275 516.5094 31.759375Q517.04065 31.24375 517.04065 30.290625L517.04065 29.665625Q516.275 30.540625 514.9625 30.540625Q513.66565 30.540625 512.85315 29.49375Q512.0563 28.446875 512.0563 26.634375ZM513.3219 26.790625Q513.3219 28.040625 513.8375 28.759375Q514.35315 29.4625 515.275 29.4625Q516.47815 29.4625 517.04065 28.36875L517.04065 24.99375Q516.4469 23.946875 515.29065 23.946875Q514.3688 23.946875 513.8375 24.665625Q513.3219 25.36875 513.3219 26.790625ZM524.9313 29.665625Q524.1813 30.540625 522.7594 30.540625Q521.5719 30.540625 520.9469 29.853125Q520.3375 29.165625 520.3375 27.821875L520.3375 23.009375L521.5875 23.009375L521.5875 27.775Q521.5875 29.4625 522.9625 29.4625Q524.41565 29.4625 524.8844 28.384375L524.8844 23.009375L526.15 23.009375L526.15 30.4L524.9469 30.4L524.9313 29.665625ZM532.9313 30.4Q532.8219 30.18125 532.7438 29.61875Q531.8688 30.540625 530.6344 30.540625Q529.54065 30.540625 528.8375 29.93125Q528.15 29.30625 528.15 28.353125Q528.15 27.196875 529.025 26.55625Q529.9 25.915625 531.4938 25.915625L532.72815 25.915625L532.72815 25.3375Q532.72815 24.665625 532.3219 24.275Q531.9313 23.884375 531.16565 23.884375Q530.47815 23.884375 530.025 24.228125Q529.5719 24.571875 529.5719 25.05625L528.29065 25.05625Q528.29065 24.49375 528.6813 23.978125Q529.0875 23.4625 529.7594 23.165625Q530.4313 22.86875 531.22815 22.86875Q532.5094 22.86875 533.22815 23.509375Q533.9625 24.15 533.9938 25.259375L533.9938 28.665625Q533.9938 29.68125 534.2438 30.290625L534.2438 30.4L532.9313 30.4ZM530.8219 29.43125Q531.41565 29.43125 531.9469 29.134375Q532.4938 28.821875 532.72815 28.321875L532.72815 26.80625L531.72815 26.80625Q529.41565 26.80625 529.41565 28.165625Q529.41565 28.759375 529.8063 29.103125Q530.1969 29.43125 530.8219 29.43125ZM536.0563 26.634375Q536.0563 24.915625 536.85315 23.9Q537.65 22.86875 538.97815 22.86875Q540.3219 22.86875 541.0875 23.821875L541.15 23.009375L542.3063 23.009375L542.3063 30.228125Q542.3063 31.665625 541.4469 32.478127Q540.60315 33.30625 539.16565 33.30625Q538.3688 33.30625 537.60315 32.9625Q536.8375 32.634377 536.4313 32.040627L537.0875 31.275Q537.9 32.275 539.0719 32.275Q539.9938 32.275 540.5094 31.759375Q541.04065 31.24375 541.04065 30.290625L541.04065 29.665625Q540.275 30.540625 538.9625 30.540625Q537.66565 30.540625 536.85315 29.49375Q536.0563 28.446875 536.0563 26.634375ZM537.3219 26.790625Q537.3219 28.040625 537.8375 28.759375Q538.35315 29.4625 539.275 29.4625Q540.47815 29.4625 541.04065 28.36875L541.04065 24.99375Q540.4469 23.946875 539.29065 23.946875Q538.3688 23.946875 537.8375 24.665625Q537.3219 25.36875 537.3219 26.790625ZM547.4313 30.540625Q545.91565 30.540625 544.97815 29.55625Q544.04065 28.55625 544.04065 26.9L544.04065 26.68125Q544.04065 25.571875 544.4625 24.7125Q544.8844 23.8375 545.6344 23.353125Q546.3844 22.86875 547.275 22.86875Q548.7125 22.86875 549.5094 23.821875Q550.3063 24.759375 550.3063 26.540625L550.3063 27.05625L545.3063 27.05625Q545.3219 28.15 545.9313 28.8375Q546.5563 29.509375 547.4938 29.509375Q548.16565 29.509375 548.6188 29.24375Q549.0875 28.9625 549.4469 28.509375L550.2125 29.103125Q549.29065 30.540625 547.4313 30.540625ZM547.275 23.9Q546.5094 23.9 545.97815 24.4625Q545.4625 25.025 545.3375 26.025L549.04065 26.025L549.04065 25.93125Q548.9938 24.9625 548.525 24.43125Q548.0563 23.9 547.275 23.9ZM552.8375 27.603125Q552.85315 26.790625 553.025 26.321875Q553.1969 25.8375 553.72815 25.259375L554.6188 24.3375Q555.1969 23.696875 555.1969 22.946875Q555.1969 22.228125 554.8219 21.821875Q554.4469 21.415625 553.72815 21.415625Q553.025 21.415625 552.60315 21.790625Q552.1813 22.15 552.1813 22.775L550.91565 22.775Q550.9313 21.665625 551.6969 20.99375Q552.47815 20.30625 553.72815 20.30625Q555.0094 20.30625 555.72815 21.009375Q556.4625 21.696875 556.4625 22.9Q556.4625 24.103125 555.35315 25.259375L554.60315 26.009375Q554.10315 26.55625 554.10315 27.603125L552.8375 27.603125ZM552.79065 29.759375Q552.79065 29.4625 552.97815 29.259375Q553.16565 29.040625 553.525 29.040625Q553.9 29.040625 554.0875 29.259375Q554.29065 29.4625 554.29065 29.775Q554.29065 30.071875 554.0875 30.275Q553.9 30.478125 553.525 30.478125Q553.16565 30.478125 552.97815 30.275Q552.79065 30.071875 552.79065 29.759375Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig20.svg b/_content/survey2019/fig20.svg
deleted file mode 100644
index e2db1d6..0000000
--- a/_content/survey2019/fig20.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 523.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="523" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 523.0L0 523.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M158.5 71.5L158.5 462.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M261.5 71.5L261.5 462.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M364.5 71.5L364.5 462.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M466.5 71.5L466.5 462.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 71.5L569.5 462.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M158.5 71.7725L569.77515 71.7725L569.77515 462.7245L158.5 462.7245L158.5 71.7725Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 98.0L158.0 81.0L495.0 81.0C496.10458 81.0 497.0 81.89543 497.0 83.0L497.0 96.0C497.0 97.10457 496.10458 98.0 495.0 98.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 98.0L158.0 81.0L495.0 81.0C496.10458 81.0 497.0 81.89543 497.0 83.0L497.0 96.0C497.0 97.10457 496.10458 98.0 495.0 98.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 123.0L158.0 106.0L388.0 106.0C389.10458 106.0 390.0 106.89543 390.0 108.0L390.0 121.0C390.0 122.10457 389.10458 123.0 388.0 123.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 123.0L158.0 106.0L388.0 106.0C389.10458 106.0 390.0 106.89543 390.0 108.0L390.0 121.0C390.0 122.10457 389.10458 123.0 388.0 123.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 149.0L158.0 132.0L371.0 132.0C372.10458 132.0 373.0 132.89543 373.0 134.0L373.0 147.0C373.0 148.10457 372.10458 149.0 371.0 149.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 149.0L158.0 132.0L371.0 132.0C372.10458 132.0 373.0 132.89543 373.0 134.0L373.0 147.0C373.0 148.10457 372.10458 149.0 371.0 149.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 174.0L158.0 157.0L351.0 157.0C352.10458 157.0 353.0 157.89543 353.0 159.0L353.0 172.0C353.0 173.10457 352.10458 174.0 351.0 174.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 174.0L158.0 157.0L351.0 157.0C352.10458 157.0 353.0 157.89543 353.0 159.0L353.0 172.0C353.0 173.10457 352.10458 174.0 351.0 174.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 200.0L158.0 183.0L348.0 183.0C349.10458 183.0 350.0 183.89543 350.0 185.0L350.0 198.0C350.0 199.10457 349.10458 200.0 348.0 200.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 200.0L158.0 183.0L348.0 183.0C349.10458 183.0 350.0 183.89543 350.0 185.0L350.0 198.0C350.0 199.10457 349.10458 200.0 348.0 200.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 225.0L158.0 208.0L227.0 208.0C228.10457 208.0 229.0 208.89543 229.0 210.0L229.0 223.0C229.0 224.10457 228.10457 225.0 227.0 225.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 225.0L158.0 208.0L227.0 208.0C228.10457 208.0 229.0 208.89543 229.0 210.0L229.0 223.0C229.0 224.10457 228.10457 225.0 227.0 225.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 251.0L158.0 234.0L221.0 234.0C222.10457 234.0 223.0 234.89543 223.0 236.0L223.0 249.0C223.0 250.10457 222.10457 251.0 221.0 251.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 251.0L158.0 234.0L221.0 234.0C222.10457 234.0 223.0 234.89543 223.0 236.0L223.0 249.0C223.0 250.10457 222.10457 251.0 221.0 251.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 276.0L158.0 259.0L201.0 259.0C202.10457 259.0 203.0 259.89542 203.0 261.0L203.0 274.0C203.0 275.10458 202.10457 276.0 201.0 276.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 276.0L158.0 259.0L201.0 259.0C202.10457 259.0 203.0 259.89542 203.0 261.0L203.0 274.0C203.0 275.10458 202.10457 276.0 201.0 276.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 302.0L158.0 285.0L201.0 285.0C202.10457 285.0 203.0 285.89542 203.0 287.0L203.0 300.0C203.0 301.10458 202.10457 302.0 201.0 302.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 302.0L158.0 285.0L201.0 285.0C202.10457 285.0 203.0 285.89542 203.0 287.0L203.0 300.0C203.0 301.10458 202.10457 302.0 201.0 302.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 327.0L158.0 310.0L200.0 310.0C201.10457 310.0 202.0 310.89542 202.0 312.0L202.0 325.0C202.0 326.10458 201.10457 327.0 200.0 327.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 327.0L158.0 310.0L200.0 310.0C201.10457 310.0 202.0 310.89542 202.0 312.0L202.0 325.0C202.0 326.10458 201.10457 327.0 200.0 327.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 353.0L158.0 336.0L189.0 336.0C190.10457 336.0 191.0 336.89542 191.0 338.0L191.0 351.0C191.0 352.10458 190.10457 353.0 189.0 353.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 353.0L158.0 336.0L189.0 336.0C190.10457 336.0 191.0 336.89542 191.0 338.0L191.0 351.0C191.0 352.10458 190.10457 353.0 189.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 378.0L158.0 361.0L181.0 361.0C182.10457 361.0 183.0 361.89542 183.0 363.0L183.0 376.0C183.0 377.10458 182.10457 378.0 181.0 378.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 378.0L158.0 361.0L181.0 361.0C182.10457 361.0 183.0 361.89542 183.0 363.0L183.0 376.0C183.0 377.10458 182.10457 378.0 181.0 378.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 404.0L158.0 387.0L180.0 387.0C181.10457 387.0 182.0 387.89542 182.0 389.0L182.0 402.0C182.0 403.10458 181.10457 404.0 180.0 404.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 404.0L158.0 387.0L180.0 387.0C181.10457 387.0 182.0 387.89542 182.0 389.0L182.0 402.0C182.0 403.10458 181.10457 404.0 180.0 404.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 429.0L158.0 412.0L177.0 412.0C178.10457 412.0 179.0 412.89542 179.0 414.0L179.0 427.0C179.0 428.10458 178.10457 429.0 177.0 429.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 429.0L158.0 412.0L177.0 412.0C178.10457 412.0 179.0 412.89542 179.0 414.0L179.0 427.0C179.0 428.10458 178.10457 429.0 177.0 429.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M158.0 455.0L158.0 438.0L180.0 438.0C181.10457 438.0 182.0 438.89542 182.0 440.0L182.0 453.0C182.0 454.10458 181.10457 455.0 180.0 455.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M158.0 455.0L158.0 438.0L180.0 438.0C181.10457 438.0 182.0 438.89542 182.0 440.0L182.0 453.0C182.0 454.10458 181.10457 455.0 180.0 455.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M514.2279 84.96875L514.2279 85.875L514.0248 85.875Q512.75916 85.90625 512.00916 86.640625Q511.25916 87.359375 511.13416 88.671875Q511.82166 87.90625 512.9779 87.90625Q514.0873 87.90625 514.75916 88.6875Q515.431 89.46875 515.431 90.71875Q515.431 92.03125 514.7123 92.828125Q513.9935 93.625 512.7748 93.625Q511.55603 93.625 510.7904 92.6875Q510.0404 91.734375 510.0404 90.25L510.0404 89.84375Q510.0404 87.484375 511.0404 86.234375Q512.0404 84.984375 514.0248 84.96875L514.2279 84.96875ZM512.806 88.8125Q512.2435 88.8125 511.77478 89.140625Q511.30603 89.46875 511.11853 89.984375L511.11853 90.375Q511.11853 91.4375 511.58728 92.078125Q512.07166 92.71875 512.7748 92.71875Q513.50916 92.71875 513.931 92.1875Q514.3529 91.640625 514.3529 90.765625Q514.3529 89.890625 513.931 89.359375Q513.50916 88.8125 512.806 88.8125ZM521.2279 84.96875L521.2279 85.875L521.0248 85.875Q519.75916 85.90625 519.00916 86.640625Q518.25916 87.359375 518.13416 88.671875Q518.82166 87.90625 519.9779 87.90625Q521.0873 87.90625 521.75916 88.6875Q522.431 89.46875 522.431 90.71875Q522.431 92.03125 521.7123 92.828125Q520.9935 93.625 519.7748 93.625Q518.556 93.625 517.7904 92.6875Q517.0404 91.734375 517.0404 90.25L517.0404 89.84375Q517.0404 87.484375 518.0404 86.234375Q519.0404 84.984375 521.0248 84.96875L521.2279 84.96875ZM519.806 88.8125Q519.2435 88.8125 518.7748 89.140625Q518.306 89.46875 518.1185 89.984375L518.1185 90.375Q518.1185 91.4375 518.5873 92.078125Q519.07166 92.71875 519.7748 92.71875Q520.50916 92.71875 520.931 92.1875Q521.3529 91.640625 521.3529 90.765625Q521.3529 89.890625 520.931 89.359375Q520.50916 88.8125 519.806 88.8125ZM523.8685 86.609375Q523.8685 85.84375 524.3529 85.34375Q524.8529 84.84375 525.6185 84.84375Q526.3998 84.84375 526.88416 85.34375Q527.3685 85.84375 527.3685 86.640625L527.3685 87.0625Q527.3685 87.828125 526.8685 88.328125Q526.38416 88.8125 525.63416 88.8125Q524.8685 88.8125 524.3685 88.328125Q523.8685 87.828125 523.8685 87.015625L523.8685 86.609375ZM524.681 87.0625Q524.681 87.515625 524.931 87.8125Q525.19666 88.109375 525.63416 88.109375Q526.056 88.109375 526.306 87.828125Q526.556 87.53125 526.556 87.03125L526.556 86.609375Q526.556 86.15625 526.306 85.859375Q526.056 85.546875 525.6185 85.546875Q525.181 85.546875 524.931 85.859375Q524.681 86.15625 524.681 86.625L524.681 87.0625ZM528.0248 91.40625Q528.0248 90.640625 528.50916 90.15625Q529.00916 89.65625 529.7748 89.65625Q530.5404 89.65625 531.0248 90.15625Q531.5248 90.640625 531.5248 91.453125L531.5248 91.859375Q531.5248 92.625 531.0404 93.125Q530.556 93.625 529.7904 93.625Q529.0248 93.625 528.5248 93.140625Q528.0248 92.640625 528.0248 91.828125L528.0248 91.40625ZM528.8373 91.859375Q528.8373 92.328125 529.0873 92.625Q529.3529 92.921875 529.7904 92.921875Q530.2123 92.921875 530.4623 92.640625Q530.7123 92.34375 530.7123 91.84375L530.7123 91.40625Q530.7123 90.9375 530.44666 90.65625Q530.19666 90.359375 529.7748 90.359375Q529.3529 90.359375 529.0873 90.65625Q528.8373 90.9375 528.8373 91.4375L528.8373 91.859375ZM525.88416 92.859375L525.25916 92.46875L529.431 85.796875L530.0404 86.1875L525.88416 92.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M514.2279 84.96875L514.2279 85.875L514.0248 85.875Q512.75916 85.90625 512.00916 86.640625Q511.25916 87.359375 511.13416 88.671875Q511.82166 87.90625 512.9779 87.90625Q514.0873 87.90625 514.75916 88.6875Q515.431 89.46875 515.431 90.71875Q515.431 92.03125 514.7123 92.828125Q513.9935 93.625 512.7748 93.625Q511.55603 93.625 510.7904 92.6875Q510.0404 91.734375 510.0404 90.25L510.0404 89.84375Q510.0404 87.484375 511.0404 86.234375Q512.0404 84.984375 514.0248 84.96875L514.2279 84.96875ZM512.806 88.8125Q512.2435 88.8125 511.77478 89.140625Q511.30603 89.46875 511.11853 89.984375L511.11853 90.375Q511.11853 91.4375 511.58728 92.078125Q512.07166 92.71875 512.7748 92.71875Q513.50916 92.71875 513.931 92.1875Q514.3529 91.640625 514.3529 90.765625Q514.3529 89.890625 513.931 89.359375Q513.50916 88.8125 512.806 88.8125ZM521.2279 84.96875L521.2279 85.875L521.0248 85.875Q519.75916 85.90625 519.00916 86.640625Q518.25916 87.359375 518.13416 88.671875Q518.82166 87.90625 519.9779 87.90625Q521.0873 87.90625 521.75916 88.6875Q522.431 89.46875 522.431 90.71875Q522.431 92.03125 521.7123 92.828125Q520.9935 93.625 519.7748 93.625Q518.556 93.625 517.7904 92.6875Q517.0404 91.734375 517.0404 90.25L517.0404 89.84375Q517.0404 87.484375 518.0404 86.234375Q519.0404 84.984375 521.0248 84.96875L521.2279 84.96875ZM519.806 88.8125Q519.2435 88.8125 518.7748 89.140625Q518.306 89.46875 518.1185 89.984375L518.1185 90.375Q518.1185 91.4375 518.5873 92.078125Q519.07166 92.71875 519.7748 92.71875Q520.50916 92.71875 520.931 92.1875Q521.3529 91.640625 521.3529 90.765625Q521.3529 89.890625 520.931 89.359375Q520.50916 88.8125 519.806 88.8125ZM523.8685 86.609375Q523.8685 85.84375 524.3529 85.34375Q524.8529 84.84375 525.6185 84.84375Q526.3998 84.84375 526.88416 85.34375Q527.3685 85.84375 527.3685 86.640625L527.3685 87.0625Q527.3685 87.828125 526.8685 88.328125Q526.38416 88.8125 525.63416 88.8125Q524.8685 88.8125 524.3685 88.328125Q523.8685 87.828125 523.8685 87.015625L523.8685 86.609375ZM524.681 87.0625Q524.681 87.515625 524.931 87.8125Q525.19666 88.109375 525.63416 88.109375Q526.056 88.109375 526.306 87.828125Q526.556 87.53125 526.556 87.03125L526.556 86.609375Q526.556 86.15625 526.306 85.859375Q526.056 85.546875 525.6185 85.546875Q525.181 85.546875 524.931 85.859375Q524.681 86.15625 524.681 86.625L524.681 87.0625ZM528.0248 91.40625Q528.0248 90.640625 528.50916 90.15625Q529.00916 89.65625 529.7748 89.65625Q530.5404 89.65625 531.0248 90.15625Q531.5248 90.640625 531.5248 91.453125L531.5248 91.859375Q531.5248 92.625 531.0404 93.125Q530.556 93.625 529.7904 93.625Q529.0248 93.625 528.5248 93.140625Q528.0248 92.640625 528.0248 91.828125L528.0248 91.40625ZM528.8373 91.859375Q528.8373 92.328125 529.0873 92.625Q529.3529 92.921875 529.7904 92.921875Q530.2123 92.921875 530.4623 92.640625Q530.7123 92.34375 530.7123 91.84375L530.7123 91.40625Q530.7123 90.9375 530.44666 90.65625Q530.19666 90.359375 529.7748 90.359375Q529.3529 90.359375 529.0873 90.65625Q528.8373 90.9375 528.8373 91.4375L528.8373 91.859375ZM525.88416 92.859375L525.25916 92.46875L529.431 85.796875L530.0404 86.1875L525.88416 92.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M407.34683 115.640625L408.53433 115.640625L408.53433 116.515625L407.34683 116.515625L407.34683 118.5L406.2687 118.5L406.2687 116.515625L402.37808 116.515625L402.37808 115.875L406.19058 109.96875L407.34683 109.96875L407.34683 115.640625ZM403.61246 115.640625L406.2687 115.640625L406.2687 111.453125L406.12808 111.6875L403.61246 115.640625ZM410.2687 114.21875L410.7062 109.96875L415.0812 109.96875L415.0812 110.96875L411.62808 110.96875L411.36246 113.296875Q412.00308 112.921875 412.79996 112.921875Q413.9562 112.921875 414.6437 113.703125Q415.3312 114.46875 415.3312 115.78125Q415.3312 117.09375 414.61246 117.859375Q413.90933 118.625 412.62808 118.625Q411.50308 118.625 410.78433 118.0Q410.06558 117.359375 409.97183 116.25L410.98746 116.25Q411.09683 116.984375 411.5187 117.359375Q411.94058 117.734375 412.62808 117.734375Q413.37808 117.734375 413.81558 117.21875Q414.25308 116.703125 414.25308 115.796875Q414.25308 114.9375 413.78433 114.421875Q413.31558 113.90625 412.53433 113.90625Q411.8312 113.90625 411.42496 114.203125L411.1437 114.4375L410.2687 114.21875ZM416.67496 111.609375Q416.67496 110.84375 417.15933 110.34375Q417.65933 109.84375 418.42496 109.84375Q419.2062 109.84375 419.69058 110.34375Q420.17496 110.84375 420.17496 111.640625L420.17496 112.0625Q420.17496 112.828125 419.67496 113.328125Q419.19058 113.8125 418.44058 113.8125Q417.67496 113.8125 417.17496 113.328125Q416.67496 112.828125 416.67496 112.015625L416.67496 111.609375ZM417.48746 112.0625Q417.48746 112.515625 417.73746 112.8125Q418.00308 113.109375 418.44058 113.109375Q418.86246 113.109375 419.11246 112.828125Q419.36246 112.53125 419.36246 112.03125L419.36246 111.609375Q419.36246 111.15625 419.11246 110.859375Q418.86246 110.546875 418.42496 110.546875Q417.98746 110.546875 417.73746 110.859375Q417.48746 111.15625 417.48746 111.625L417.48746 112.0625ZM420.8312 116.40625Q420.8312 115.640625 421.31558 115.15625Q421.81558 114.65625 422.5812 114.65625Q423.34683 114.65625 423.8312 115.15625Q424.3312 115.640625 424.3312 116.453125L424.3312 116.859375Q424.3312 117.625 423.84683 118.125Q423.36246 118.625 422.59683 118.625Q421.8312 118.625 421.3312 118.140625Q420.8312 117.640625 420.8312 116.828125L420.8312 116.40625ZM421.6437 116.859375Q421.6437 117.328125 421.8937 117.625Q422.15933 117.921875 422.59683 117.921875Q423.0187 117.921875 423.2687 117.640625Q423.5187 117.34375 423.5187 116.84375L423.5187 116.40625Q423.5187 115.9375 423.25308 115.65625Q423.00308 115.359375 422.5812 115.359375Q422.15933 115.359375 421.8937 115.65625Q421.6437 115.9375 421.6437 116.4375L421.6437 116.859375ZM418.69058 117.859375L418.06558 117.46875L422.23746 110.796875L422.84683 111.1875L418.69058 117.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M407.34683 115.640625L408.53433 115.640625L408.53433 116.515625L407.34683 116.515625L407.34683 118.5L406.2687 118.5L406.2687 116.515625L402.37808 116.515625L402.37808 115.875L406.19058 109.96875L407.34683 109.96875L407.34683 115.640625ZM403.61246 115.640625L406.2687 115.640625L406.2687 111.453125L406.12808 111.6875L403.61246 115.640625ZM410.2687 114.21875L410.7062 109.96875L415.0812 109.96875L415.0812 110.96875L411.62808 110.96875L411.36246 113.296875Q412.00308 112.921875 412.79996 112.921875Q413.9562 112.921875 414.6437 113.703125Q415.3312 114.46875 415.3312 115.78125Q415.3312 117.09375 414.61246 117.859375Q413.90933 118.625 412.62808 118.625Q411.50308 118.625 410.78433 118.0Q410.06558 117.359375 409.97183 116.25L410.98746 116.25Q411.09683 116.984375 411.5187 117.359375Q411.94058 117.734375 412.62808 117.734375Q413.37808 117.734375 413.81558 117.21875Q414.25308 116.703125 414.25308 115.796875Q414.25308 114.9375 413.78433 114.421875Q413.31558 113.90625 412.53433 113.90625Q411.8312 113.90625 411.42496 114.203125L411.1437 114.4375L410.2687 114.21875ZM416.67496 111.609375Q416.67496 110.84375 417.15933 110.34375Q417.65933 109.84375 418.42496 109.84375Q419.2062 109.84375 419.69058 110.34375Q420.17496 110.84375 420.17496 111.640625L420.17496 112.0625Q420.17496 112.828125 419.67496 113.328125Q419.19058 113.8125 418.44058 113.8125Q417.67496 113.8125 417.17496 113.328125Q416.67496 112.828125 416.67496 112.015625L416.67496 111.609375ZM417.48746 112.0625Q417.48746 112.515625 417.73746 112.8125Q418.00308 113.109375 418.44058 113.109375Q418.86246 113.109375 419.11246 112.828125Q419.36246 112.53125 419.36246 112.03125L419.36246 111.609375Q419.36246 111.15625 419.11246 110.859375Q418.86246 110.546875 418.42496 110.546875Q417.98746 110.546875 417.73746 110.859375Q417.48746 111.15625 417.48746 111.625L417.48746 112.0625ZM420.8312 116.40625Q420.8312 115.640625 421.31558 115.15625Q421.81558 114.65625 422.5812 114.65625Q423.34683 114.65625 423.8312 115.15625Q424.3312 115.640625 424.3312 116.453125L424.3312 116.859375Q424.3312 117.625 423.84683 118.125Q423.36246 118.625 422.59683 118.625Q421.8312 118.625 421.3312 118.140625Q420.8312 117.640625 420.8312 116.828125L420.8312 116.40625ZM421.6437 116.859375Q421.6437 117.328125 421.8937 117.625Q422.15933 117.921875 422.59683 117.921875Q423.0187 117.921875 423.2687 117.640625Q423.5187 117.34375 423.5187 116.84375L423.5187 116.40625Q423.5187 115.9375 423.25308 115.65625Q423.00308 115.359375 422.5812 115.359375Q422.15933 115.359375 421.8937 115.65625Q421.6437 115.9375 421.6437 116.4375L421.6437 116.859375ZM418.69058 117.859375L418.06558 117.46875L422.23746 110.796875L422.84683 111.1875L418.69058 117.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M390.2829 141.64062L391.4704 141.64062L391.4704 142.51562L390.2829 142.51562L390.2829 144.5L389.20477 144.5L389.20477 142.51562L385.31415 142.51562L385.31415 141.875L389.12665 135.96875L390.2829 135.96875L390.2829 141.64062ZM386.54852 141.64062L389.20477 141.64062L389.20477 137.45312L389.06415 137.6875L386.54852 141.64062ZM398.29852 144.5L392.70477 144.5L392.70477 143.71875L395.6579 140.4375Q396.31415 139.6875 396.56415 139.23438Q396.81415 138.76562 396.81415 138.26562Q396.81415 137.59375 396.4079 137.17188Q396.01727 136.73438 395.32977 136.73438Q394.5329 136.73438 394.07977 137.20312Q393.62665 137.65625 393.62665 138.48438L392.54852 138.48438Q392.54852 137.29688 393.29852 136.57812Q394.06415 135.84375 395.32977 135.84375Q396.5329 135.84375 397.2204 136.46875Q397.9079 137.09375 397.9079 138.14062Q397.9079 139.39062 396.29852 141.14062L394.01727 143.60938L398.29852 143.60938L398.29852 144.5ZM399.61102 137.60938Q399.61102 136.84375 400.0954 136.34375Q400.5954 135.84375 401.36102 135.84375Q402.14227 135.84375 402.62665 136.34375Q403.11102 136.84375 403.11102 137.64062L403.11102 138.0625Q403.11102 138.82812 402.61102 139.32812Q402.12665 139.8125 401.37665 139.8125Q400.61102 139.8125 400.11102 139.32812Q399.61102 138.82812 399.61102 138.01562L399.61102 137.60938ZM400.42352 138.0625Q400.42352 138.51562 400.67352 138.8125Q400.93915 139.10938 401.37665 139.10938Q401.79852 139.10938 402.04852 138.82812Q402.29852 138.53125 402.29852 138.03125L402.29852 137.60938Q402.29852 137.15625 402.04852 136.85938Q401.79852 136.54688 401.36102 136.54688Q400.92352 136.54688 400.67352 136.85938Q400.42352 137.15625 400.42352 137.625L400.42352 138.0625ZM403.76727 142.40625Q403.76727 141.64062 404.25165 141.15625Q404.75165 140.65625 405.51727 140.65625Q406.2829 140.65625 406.76727 141.15625Q407.26727 141.64062 407.26727 142.45312L407.26727 142.85938Q407.26727 143.625 406.7829 144.125Q406.29852 144.625 405.5329 144.625Q404.76727 144.625 404.26727 144.14062Q403.76727 143.64062 403.76727 142.82812L403.76727 142.40625ZM404.57977 142.85938Q404.57977 143.32812 404.82977 143.625Q405.0954 143.92188 405.5329 143.92188Q405.95477 143.92188 406.20477 143.64062Q406.45477 143.34375 406.45477 142.84375L406.45477 142.40625Q406.45477 141.9375 406.18915 141.65625Q405.93915 141.35938 405.51727 141.35938Q405.0954 141.35938 404.82977 141.65625Q404.57977 141.9375 404.57977 142.4375L404.57977 142.85938ZM401.62665 143.85938L401.00165 143.46875L405.17352 136.79688L405.7829 137.1875L401.62665 143.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M390.2829 141.64062L391.4704 141.64062L391.4704 142.51562L390.2829 142.51562L390.2829 144.5L389.20477 144.5L389.20477 142.51562L385.31415 142.51562L385.31415 141.875L389.12665 135.96875L390.2829 135.96875L390.2829 141.64062ZM386.54852 141.64062L389.20477 141.64062L389.20477 137.45312L389.06415 137.6875L386.54852 141.64062ZM398.29852 144.5L392.70477 144.5L392.70477 143.71875L395.6579 140.4375Q396.31415 139.6875 396.56415 139.23438Q396.81415 138.76562 396.81415 138.26562Q396.81415 137.59375 396.4079 137.17188Q396.01727 136.73438 395.32977 136.73438Q394.5329 136.73438 394.07977 137.20312Q393.62665 137.65625 393.62665 138.48438L392.54852 138.48438Q392.54852 137.29688 393.29852 136.57812Q394.06415 135.84375 395.32977 135.84375Q396.5329 135.84375 397.2204 136.46875Q397.9079 137.09375 397.9079 138.14062Q397.9079 139.39062 396.29852 141.14062L394.01727 143.60938L398.29852 143.60938L398.29852 144.5ZM399.61102 137.60938Q399.61102 136.84375 400.0954 136.34375Q400.5954 135.84375 401.36102 135.84375Q402.14227 135.84375 402.62665 136.34375Q403.11102 136.84375 403.11102 137.64062L403.11102 138.0625Q403.11102 138.82812 402.61102 139.32812Q402.12665 139.8125 401.37665 139.8125Q400.61102 139.8125 400.11102 139.32812Q399.61102 138.82812 399.61102 138.01562L399.61102 137.60938ZM400.42352 138.0625Q400.42352 138.51562 400.67352 138.8125Q400.93915 139.10938 401.37665 139.10938Q401.79852 139.10938 402.04852 138.82812Q402.29852 138.53125 402.29852 138.03125L402.29852 137.60938Q402.29852 137.15625 402.04852 136.85938Q401.79852 136.54688 401.36102 136.54688Q400.92352 136.54688 400.67352 136.85938Q400.42352 137.15625 400.42352 137.625L400.42352 138.0625ZM403.76727 142.40625Q403.76727 141.64062 404.25165 141.15625Q404.75165 140.65625 405.51727 140.65625Q406.2829 140.65625 406.76727 141.15625Q407.26727 141.64062 407.26727 142.45312L407.26727 142.85938Q407.26727 143.625 406.7829 144.125Q406.29852 144.625 405.5329 144.625Q404.76727 144.625 404.26727 144.14062Q403.76727 143.64062 403.76727 142.82812L403.76727 142.40625ZM404.57977 142.85938Q404.57977 143.32812 404.82977 143.625Q405.0954 143.92188 405.5329 143.92188Q405.95477 143.92188 406.20477 143.64062Q406.45477 143.34375 406.45477 142.84375L406.45477 142.40625Q406.45477 141.9375 406.18915 141.65625Q405.93915 141.35938 405.51727 141.35938Q405.0954 141.35938 404.82977 141.65625Q404.57977 141.9375 404.57977 142.4375L404.57977 142.85938ZM401.62665 143.85938L401.00165 143.46875L405.17352 136.79688L405.7829 137.1875L401.62665 143.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M367.01233 164.70312L367.82483 164.70312Q368.60608 164.6875 369.04358 164.29688Q369.48108 163.90625 369.48108 163.23438Q369.48108 161.73438 367.98108 161.73438Q367.27795 161.73438 366.85608 162.14062Q366.44983 162.54688 366.44983 163.20312L365.35608 163.20312Q365.35608 162.1875 366.09045 161.51562Q366.84045 160.84375 367.98108 160.84375Q369.1842 160.84375 369.8717 161.48438Q370.5592 162.125 370.5592 163.26562Q370.5592 163.82812 370.19983 164.34375Q369.84045 164.85938 369.21545 165.125Q369.91858 165.34375 370.29358 165.85938Q370.6842 166.375 370.6842 167.125Q370.6842 168.26562 369.9342 168.95312Q369.1842 169.625 367.98108 169.625Q366.79358 169.625 366.02795 168.96875Q365.27795 168.3125 365.27795 167.25L366.3717 167.25Q366.3717 167.92188 366.8092 168.32812Q367.2467 168.73438 367.9967 168.73438Q368.77795 168.73438 369.1842 168.32812Q369.60608 167.90625 369.60608 167.14062Q369.60608 166.40625 369.15295 166.01562Q368.69983 165.60938 367.82483 165.59375L367.01233 165.59375L367.01233 164.70312ZM377.6217 163.1875Q377.6217 163.82812 377.27795 164.32812Q376.9342 164.82812 376.3717 165.10938Q377.02795 165.39062 377.41858 165.95312Q377.8092 166.5 377.8092 167.20312Q377.8092 168.29688 377.0592 168.96875Q376.32483 169.625 375.10608 169.625Q373.8717 169.625 373.1217 168.96875Q372.38733 168.29688 372.38733 167.20312Q372.38733 166.5 372.76233 165.95312Q373.13733 165.39062 373.8092 165.10938Q373.2467 164.82812 372.91858 164.32812Q372.59045 163.82812 372.59045 163.1875Q372.59045 162.10938 373.27795 161.48438Q373.96545 160.84375 375.10608 160.84375Q376.23108 160.84375 376.91858 161.48438Q377.6217 162.10938 377.6217 163.1875ZM376.73108 167.17188Q376.73108 166.45312 376.27795 166.01562Q375.82483 165.5625 375.09045 165.5625Q374.35608 165.5625 373.90295 166.01562Q373.46545 166.45312 373.46545 167.1875Q373.46545 167.90625 373.90295 168.32812Q374.34045 168.73438 375.10608 168.73438Q375.85608 168.73438 376.29358 168.3125Q376.73108 167.89062 376.73108 167.17188ZM375.10608 161.73438Q374.46545 161.73438 374.0592 162.14062Q373.66858 162.53125 373.66858 163.21875Q373.66858 163.85938 374.0592 164.26562Q374.44983 164.67188 375.09045 164.67188Q375.7467 164.67188 376.13733 164.26562Q376.52795 163.85938 376.52795 163.21875Q376.52795 162.5625 376.1217 162.15625Q375.71545 161.73438 375.10608 161.73438ZM379.34045 162.60938Q379.34045 161.84375 379.82483 161.34375Q380.32483 160.84375 381.09045 160.84375Q381.8717 160.84375 382.35608 161.34375Q382.84045 161.84375 382.84045 162.64062L382.84045 163.0625Q382.84045 163.82812 382.34045 164.32812Q381.85608 164.8125 381.10608 164.8125Q380.34045 164.8125 379.84045 164.32812Q379.34045 163.82812 379.34045 163.01562L379.34045 162.60938ZM380.15295 163.0625Q380.15295 163.51562 380.40295 163.8125Q380.66858 164.10938 381.10608 164.10938Q381.52795 164.10938 381.77795 163.82812Q382.02795 163.53125 382.02795 163.03125L382.02795 162.60938Q382.02795 162.15625 381.77795 161.85938Q381.52795 161.54688 381.09045 161.54688Q380.65295 161.54688 380.40295 161.85938Q380.15295 162.15625 380.15295 162.625L380.15295 163.0625ZM383.4967 167.40625Q383.4967 166.64062 383.98108 166.15625Q384.48108 165.65625 385.2467 165.65625Q386.01233 165.65625 386.4967 166.15625Q386.9967 166.64062 386.9967 167.45312L386.9967 167.85938Q386.9967 168.625 386.51233 169.125Q386.02795 169.625 385.26233 169.625Q384.4967 169.625 383.9967 169.14062Q383.4967 168.64062 383.4967 167.82812L383.4967 167.40625ZM384.3092 167.85938Q384.3092 168.32812 384.5592 168.625Q384.82483 168.92188 385.26233 168.92188Q385.6842 168.92188 385.9342 168.64062Q386.1842 168.34375 386.1842 167.84375L386.1842 167.40625Q386.1842 166.9375 385.91858 166.65625Q385.66858 166.35938 385.2467 166.35938Q384.82483 166.35938 384.5592 166.65625Q384.3092 166.9375 384.3092 167.4375L384.3092 167.85938ZM381.35608 168.85938L380.73108 168.46875L384.90295 161.79688L385.51233 162.1875L381.35608 168.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M367.01233 164.70312L367.82483 164.70312Q368.60608 164.6875 369.04358 164.29688Q369.48108 163.90625 369.48108 163.23438Q369.48108 161.73438 367.98108 161.73438Q367.27795 161.73438 366.85608 162.14062Q366.44983 162.54688 366.44983 163.20312L365.35608 163.20312Q365.35608 162.1875 366.09045 161.51562Q366.84045 160.84375 367.98108 160.84375Q369.1842 160.84375 369.8717 161.48438Q370.5592 162.125 370.5592 163.26562Q370.5592 163.82812 370.19983 164.34375Q369.84045 164.85938 369.21545 165.125Q369.91858 165.34375 370.29358 165.85938Q370.6842 166.375 370.6842 167.125Q370.6842 168.26562 369.9342 168.95312Q369.1842 169.625 367.98108 169.625Q366.79358 169.625 366.02795 168.96875Q365.27795 168.3125 365.27795 167.25L366.3717 167.25Q366.3717 167.92188 366.8092 168.32812Q367.2467 168.73438 367.9967 168.73438Q368.77795 168.73438 369.1842 168.32812Q369.60608 167.90625 369.60608 167.14062Q369.60608 166.40625 369.15295 166.01562Q368.69983 165.60938 367.82483 165.59375L367.01233 165.59375L367.01233 164.70312ZM377.6217 163.1875Q377.6217 163.82812 377.27795 164.32812Q376.9342 164.82812 376.3717 165.10938Q377.02795 165.39062 377.41858 165.95312Q377.8092 166.5 377.8092 167.20312Q377.8092 168.29688 377.0592 168.96875Q376.32483 169.625 375.10608 169.625Q373.8717 169.625 373.1217 168.96875Q372.38733 168.29688 372.38733 167.20312Q372.38733 166.5 372.76233 165.95312Q373.13733 165.39062 373.8092 165.10938Q373.2467 164.82812 372.91858 164.32812Q372.59045 163.82812 372.59045 163.1875Q372.59045 162.10938 373.27795 161.48438Q373.96545 160.84375 375.10608 160.84375Q376.23108 160.84375 376.91858 161.48438Q377.6217 162.10938 377.6217 163.1875ZM376.73108 167.17188Q376.73108 166.45312 376.27795 166.01562Q375.82483 165.5625 375.09045 165.5625Q374.35608 165.5625 373.90295 166.01562Q373.46545 166.45312 373.46545 167.1875Q373.46545 167.90625 373.90295 168.32812Q374.34045 168.73438 375.10608 168.73438Q375.85608 168.73438 376.29358 168.3125Q376.73108 167.89062 376.73108 167.17188ZM375.10608 161.73438Q374.46545 161.73438 374.0592 162.14062Q373.66858 162.53125 373.66858 163.21875Q373.66858 163.85938 374.0592 164.26562Q374.44983 164.67188 375.09045 164.67188Q375.7467 164.67188 376.13733 164.26562Q376.52795 163.85938 376.52795 163.21875Q376.52795 162.5625 376.1217 162.15625Q375.71545 161.73438 375.10608 161.73438ZM379.34045 162.60938Q379.34045 161.84375 379.82483 161.34375Q380.32483 160.84375 381.09045 160.84375Q381.8717 160.84375 382.35608 161.34375Q382.84045 161.84375 382.84045 162.64062L382.84045 163.0625Q382.84045 163.82812 382.34045 164.32812Q381.85608 164.8125 381.10608 164.8125Q380.34045 164.8125 379.84045 164.32812Q379.34045 163.82812 379.34045 163.01562L379.34045 162.60938ZM380.15295 163.0625Q380.15295 163.51562 380.40295 163.8125Q380.66858 164.10938 381.10608 164.10938Q381.52795 164.10938 381.77795 163.82812Q382.02795 163.53125 382.02795 163.03125L382.02795 162.60938Q382.02795 162.15625 381.77795 161.85938Q381.52795 161.54688 381.09045 161.54688Q380.65295 161.54688 380.40295 161.85938Q380.15295 162.15625 380.15295 162.625L380.15295 163.0625ZM383.4967 167.40625Q383.4967 166.64062 383.98108 166.15625Q384.48108 165.65625 385.2467 165.65625Q386.01233 165.65625 386.4967 166.15625Q386.9967 166.64062 386.9967 167.45312L386.9967 167.85938Q386.9967 168.625 386.51233 169.125Q386.02795 169.625 385.26233 169.625Q384.4967 169.625 383.9967 169.14062Q383.4967 168.64062 383.4967 167.82812L383.4967 167.40625ZM384.3092 167.85938Q384.3092 168.32812 384.5592 168.625Q384.82483 168.92188 385.26233 168.92188Q385.6842 168.92188 385.9342 168.64062Q386.1842 168.34375 386.1842 167.84375L386.1842 167.40625Q386.1842 166.9375 385.91858 166.65625Q385.66858 166.35938 385.2467 166.35938Q384.82483 166.35938 384.5592 166.65625Q384.3092 166.9375 384.3092 167.4375L384.3092 167.85938ZM381.35608 168.85938L380.73108 168.46875L384.90295 161.79688L385.51233 162.1875L381.35608 168.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M364.26376 190.70312L365.07626 190.70312Q365.8575 190.6875 366.295 190.29688Q366.7325 189.90625 366.7325 189.23438Q366.7325 187.73438 365.2325 187.73438Q364.5294 187.73438 364.1075 188.14062Q363.70126 188.54688 363.70126 189.20312L362.6075 189.20312Q362.6075 188.1875 363.3419 187.51562Q364.0919 186.84375 365.2325 186.84375Q366.43564 186.84375 367.12314 187.48438Q367.81064 188.125 367.81064 189.26562Q367.81064 189.82812 367.45126 190.34375Q367.0919 190.85938 366.4669 191.125Q367.17 191.34375 367.545 191.85938Q367.93564 192.375 367.93564 193.125Q367.93564 194.26562 367.18564 194.95312Q366.43564 195.625 365.2325 195.625Q364.045 195.625 363.2794 194.96875Q362.5294 194.3125 362.5294 193.25L363.62314 193.25Q363.62314 193.92188 364.06064 194.32812Q364.49814 194.73438 365.24814 194.73438Q366.0294 194.73438 366.43564 194.32812Q366.8575 193.90625 366.8575 193.14062Q366.8575 192.40625 366.4044 192.01562Q365.95126 191.60938 365.07626 191.59375L364.26376 191.59375L364.26376 190.70312ZM375.20126 187.57812L371.67 195.5L370.5294 195.5L374.045 187.85938L369.43564 187.85938L369.43564 186.96875L375.20126 186.96875L375.20126 187.57812ZM376.5919 188.60938Q376.5919 187.84375 377.07626 187.34375Q377.57626 186.84375 378.3419 186.84375Q379.12314 186.84375 379.6075 187.34375Q380.0919 187.84375 380.0919 188.64062L380.0919 189.0625Q380.0919 189.82812 379.5919 190.32812Q379.1075 190.8125 378.3575 190.8125Q377.5919 190.8125 377.0919 190.32812Q376.5919 189.82812 376.5919 189.01562L376.5919 188.60938ZM377.4044 189.0625Q377.4044 189.51562 377.6544 189.8125Q377.92 190.10938 378.3575 190.10938Q378.7794 190.10938 379.0294 189.82812Q379.2794 189.53125 379.2794 189.03125L379.2794 188.60938Q379.2794 188.15625 379.0294 187.85938Q378.7794 187.54688 378.3419 187.54688Q377.9044 187.54688 377.6544 187.85938Q377.4044 188.15625 377.4044 188.625L377.4044 189.0625ZM380.74814 193.40625Q380.74814 192.64062 381.2325 192.15625Q381.7325 191.65625 382.49814 191.65625Q383.26376 191.65625 383.74814 192.15625Q384.24814 192.64062 384.24814 193.45312L384.24814 193.85938Q384.24814 194.625 383.76376 195.125Q383.2794 195.625 382.51376 195.625Q381.74814 195.625 381.24814 195.14062Q380.74814 194.64062 380.74814 193.82812L380.74814 193.40625ZM381.56064 193.85938Q381.56064 194.32812 381.81064 194.625Q382.07626 194.92188 382.51376 194.92188Q382.93564 194.92188 383.18564 194.64062Q383.43564 194.34375 383.43564 193.84375L383.43564 193.40625Q383.43564 192.9375 383.17 192.65625Q382.92 192.35938 382.49814 192.35938Q382.07626 192.35938 381.81064 192.65625Q381.56064 192.9375 381.56064 193.4375L381.56064 193.85938ZM378.6075 194.85938L377.9825 194.46875L382.1544 187.79688L382.76376 188.1875L378.6075 194.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26376 190.70312L365.07626 190.70312Q365.8575 190.6875 366.295 190.29688Q366.7325 189.90625 366.7325 189.23438Q366.7325 187.73438 365.2325 187.73438Q364.5294 187.73438 364.1075 188.14062Q363.70126 188.54688 363.70126 189.20312L362.6075 189.20312Q362.6075 188.1875 363.3419 187.51562Q364.0919 186.84375 365.2325 186.84375Q366.43564 186.84375 367.12314 187.48438Q367.81064 188.125 367.81064 189.26562Q367.81064 189.82812 367.45126 190.34375Q367.0919 190.85938 366.4669 191.125Q367.17 191.34375 367.545 191.85938Q367.93564 192.375 367.93564 193.125Q367.93564 194.26562 367.18564 194.95312Q366.43564 195.625 365.2325 195.625Q364.045 195.625 363.2794 194.96875Q362.5294 194.3125 362.5294 193.25L363.62314 193.25Q363.62314 193.92188 364.06064 194.32812Q364.49814 194.73438 365.24814 194.73438Q366.0294 194.73438 366.43564 194.32812Q366.8575 193.90625 366.8575 193.14062Q366.8575 192.40625 366.4044 192.01562Q365.95126 191.60938 365.07626 191.59375L364.26376 191.59375L364.26376 190.70312ZM375.20126 187.57812L371.67 195.5L370.5294 195.5L374.045 187.85938L369.43564 187.85938L369.43564 186.96875L375.20126 186.96875L375.20126 187.57812ZM376.5919 188.60938Q376.5919 187.84375 377.07626 187.34375Q377.57626 186.84375 378.3419 186.84375Q379.12314 186.84375 379.6075 187.34375Q380.0919 187.84375 380.0919 188.64062L380.0919 189.0625Q380.0919 189.82812 379.5919 190.32812Q379.1075 190.8125 378.3575 190.8125Q377.5919 190.8125 377.0919 190.32812Q376.5919 189.82812 376.5919 189.01562L376.5919 188.60938ZM377.4044 189.0625Q377.4044 189.51562 377.6544 189.8125Q377.92 190.10938 378.3575 190.10938Q378.7794 190.10938 379.0294 189.82812Q379.2794 189.53125 379.2794 189.03125L379.2794 188.60938Q379.2794 188.15625 379.0294 187.85938Q378.7794 187.54688 378.3419 187.54688Q377.9044 187.54688 377.6544 187.85938Q377.4044 188.15625 377.4044 188.625L377.4044 189.0625ZM380.74814 193.40625Q380.74814 192.64062 381.2325 192.15625Q381.7325 191.65625 382.49814 191.65625Q383.26376 191.65625 383.74814 192.15625Q384.24814 192.64062 384.24814 193.45312L384.24814 193.85938Q384.24814 194.625 383.76376 195.125Q383.2794 195.625 382.51376 195.625Q381.74814 195.625 381.24814 195.14062Q380.74814 194.64062 380.74814 193.82812L380.74814 193.40625ZM381.56064 193.85938Q381.56064 194.32812 381.81064 194.625Q382.07626 194.92188 382.51376 194.92188Q382.93564 194.92188 383.18564 194.64062Q383.43564 194.34375 383.43564 193.84375L383.43564 193.40625Q383.43564 192.9375 383.17 192.65625Q382.92 192.35938 382.49814 192.35938Q382.07626 192.35938 381.81064 192.65625Q381.56064 192.9375 381.56064 193.4375L381.56064 193.85938ZM378.6075 194.85938L377.9825 194.46875L382.1544 187.79688L382.76376 188.1875L378.6075 194.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M245.08276 220.5L244.00464 220.5L244.00464 213.28125L241.81714 214.07812L241.81714 213.09375L244.92651 211.92188L245.08276 211.92188L245.08276 220.5ZM253.09839 217.64062L254.28589 217.64062L254.28589 218.51562L253.09839 218.51562L253.09839 220.5L252.02026 220.5L252.02026 218.51562L248.12964 218.51562L248.12964 217.875L251.94214 211.96875L253.09839 211.96875L253.09839 217.64062ZM249.36401 217.64062L252.02026 217.64062L252.02026 213.45312L251.87964 213.6875L249.36401 217.64062ZM255.42651 213.60938Q255.42651 212.84375 255.91089 212.34375Q256.4109 211.84375 257.1765 211.84375Q257.95776 211.84375 258.44214 212.34375Q258.9265 212.84375 258.9265 213.64062L258.9265 214.0625Q258.9265 214.82812 258.4265 215.32812Q257.94214 215.8125 257.19214 215.8125Q256.4265 215.8125 255.92651 215.32812Q255.42651 214.82812 255.42651 214.01562L255.42651 213.60938ZM256.239 214.0625Q256.239 214.51562 256.489 214.8125Q256.75464 215.10938 257.19214 215.10938Q257.614 215.10938 257.864 214.82812Q258.114 214.53125 258.114 214.03125L258.114 213.60938Q258.114 213.15625 257.864 212.85938Q257.614 212.54688 257.1765 212.54688Q256.739 212.54688 256.489 212.85938Q256.239 213.15625 256.239 213.625L256.239 214.0625ZM259.58276 218.40625Q259.58276 217.64062 260.06714 217.15625Q260.56714 216.65625 261.33276 216.65625Q262.0984 216.65625 262.58276 217.15625Q263.08276 217.64062 263.08276 218.45312L263.08276 218.85938Q263.08276 219.625 262.5984 220.125Q262.114 220.625 261.3484 220.625Q260.58276 220.625 260.08276 220.14062Q259.58276 219.64062 259.58276 218.82812L259.58276 218.40625ZM260.39526 218.85938Q260.39526 219.32812 260.64526 219.625Q260.9109 219.92188 261.3484 219.92188Q261.77026 219.92188 262.02026 219.64062Q262.27026 219.34375 262.27026 218.84375L262.27026 218.40625Q262.27026 217.9375 262.00464 217.65625Q261.75464 217.35938 261.33276 217.35938Q260.9109 217.35938 260.64526 217.65625Q260.39526 217.9375 260.39526 218.4375L260.39526 218.85938ZM257.44214 219.85938L256.81714 219.46875L260.989 212.79688L261.5984 213.1875L257.44214 219.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M245.08276 220.5L244.00464 220.5L244.00464 213.28125L241.81714 214.07812L241.81714 213.09375L244.92651 211.92188L245.08276 211.92188L245.08276 220.5ZM253.09839 217.64062L254.28589 217.64062L254.28589 218.51562L253.09839 218.51562L253.09839 220.5L252.02026 220.5L252.02026 218.51562L248.12964 218.51562L248.12964 217.875L251.94214 211.96875L253.09839 211.96875L253.09839 217.64062ZM249.36401 217.64062L252.02026 217.64062L252.02026 213.45312L251.87964 213.6875L249.36401 217.64062ZM255.42651 213.60938Q255.42651 212.84375 255.91089 212.34375Q256.4109 211.84375 257.1765 211.84375Q257.95776 211.84375 258.44214 212.34375Q258.9265 212.84375 258.9265 213.64062L258.9265 214.0625Q258.9265 214.82812 258.4265 215.32812Q257.94214 215.8125 257.19214 215.8125Q256.4265 215.8125 255.92651 215.32812Q255.42651 214.82812 255.42651 214.01562L255.42651 213.60938ZM256.239 214.0625Q256.239 214.51562 256.489 214.8125Q256.75464 215.10938 257.19214 215.10938Q257.614 215.10938 257.864 214.82812Q258.114 214.53125 258.114 214.03125L258.114 213.60938Q258.114 213.15625 257.864 212.85938Q257.614 212.54688 257.1765 212.54688Q256.739 212.54688 256.489 212.85938Q256.239 213.15625 256.239 213.625L256.239 214.0625ZM259.58276 218.40625Q259.58276 217.64062 260.06714 217.15625Q260.56714 216.65625 261.33276 216.65625Q262.0984 216.65625 262.58276 217.15625Q263.08276 217.64062 263.08276 218.45312L263.08276 218.85938Q263.08276 219.625 262.5984 220.125Q262.114 220.625 261.3484 220.625Q260.58276 220.625 260.08276 220.14062Q259.58276 219.64062 259.58276 218.82812L259.58276 218.40625ZM260.39526 218.85938Q260.39526 219.32812 260.64526 219.625Q260.9109 219.92188 261.3484 219.92188Q261.77026 219.92188 262.02026 219.64062Q262.27026 219.34375 262.27026 218.84375L262.27026 218.40625Q262.27026 217.9375 262.00464 217.65625Q261.75464 217.35938 261.33276 217.35938Q260.9109 217.35938 260.64526 217.65625Q260.39526 217.9375 260.39526 218.4375L260.39526 218.85938ZM257.44214 219.85938L256.81714 219.46875L260.989 212.79688L261.5984 213.1875L257.44214 219.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.84126 246.5L237.76314 246.5L237.76314 239.28125L235.57564 240.07812L235.57564 239.09375L238.68501 237.92188L238.84126 237.92188L238.84126 246.5ZM247.87251 246.5L242.27876 246.5L242.27876 245.71875L245.23189 242.4375Q245.88814 241.6875 246.13814 241.23438Q246.38814 240.76562 246.38814 240.26562Q246.38814 239.59375 245.98189 239.17188Q245.59126 238.73438 244.90376 238.73438Q244.10689 238.73438 243.65376 239.20312Q243.20064 239.65625 243.20064 240.48438L242.12251 240.48438Q242.12251 239.29688 242.87251 238.57812Q243.63814 237.84375 244.90376 237.84375Q246.10689 237.84375 246.79439 238.46875Q247.48189 239.09375 247.48189 240.14062Q247.48189 241.39062 245.87251 243.14062L243.59126 245.60938L247.87251 245.60938L247.87251 246.5ZM249.18501 239.60938Q249.18501 238.84375 249.66939 238.34375Q250.16939 237.84375 250.93501 237.84375Q251.71626 237.84375 252.20064 238.34375Q252.68501 238.84375 252.68501 239.64062L252.68501 240.0625Q252.68501 240.82812 252.18501 241.32812Q251.70064 241.8125 250.95064 241.8125Q250.18501 241.8125 249.68501 241.32812Q249.18501 240.82812 249.18501 240.01562L249.18501 239.60938ZM249.99751 240.0625Q249.99751 240.51562 250.24751 240.8125Q250.51314 241.10938 250.95064 241.10938Q251.37251 241.10938 251.62251 240.82812Q251.87251 240.53125 251.87251 240.03125L251.87251 239.60938Q251.87251 239.15625 251.62251 238.85938Q251.37251 238.54688 250.93501 238.54688Q250.49751 238.54688 250.24751 238.85938Q249.99751 239.15625 249.99751 239.625L249.99751 240.0625ZM253.34126 244.40625Q253.34126 243.64062 253.82564 243.15625Q254.32564 242.65625 255.09126 242.65625Q255.85689 242.65625 256.34128 243.15625Q256.84128 243.64062 256.84128 244.45312L256.84128 244.85938Q256.84128 245.625 256.3569 246.125Q255.87251 246.625 255.10689 246.625Q254.34126 246.625 253.84126 246.14062Q253.34126 245.64062 253.34126 244.82812L253.34126 244.40625ZM254.15376 244.85938Q254.15376 245.32812 254.40376 245.625Q254.66939 245.92188 255.10689 245.92188Q255.52876 245.92188 255.77876 245.64062Q256.02878 245.34375 256.02878 244.84375L256.02878 244.40625Q256.02878 243.9375 255.76314 243.65625Q255.51314 243.35938 255.09126 243.35938Q254.66939 243.35938 254.40376 243.65625Q254.15376 243.9375 254.15376 244.4375L254.15376 244.85938ZM251.20064 245.85938L250.57564 245.46875L254.74751 238.79688L255.35689 239.1875L251.20064 245.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M238.84126 246.5L237.76314 246.5L237.76314 239.28125L235.57564 240.07812L235.57564 239.09375L238.68501 237.92188L238.84126 237.92188L238.84126 246.5ZM247.87251 246.5L242.27876 246.5L242.27876 245.71875L245.23189 242.4375Q245.88814 241.6875 246.13814 241.23438Q246.38814 240.76562 246.38814 240.26562Q246.38814 239.59375 245.98189 239.17188Q245.59126 238.73438 244.90376 238.73438Q244.10689 238.73438 243.65376 239.20312Q243.20064 239.65625 243.20064 240.48438L242.12251 240.48438Q242.12251 239.29688 242.87251 238.57812Q243.63814 237.84375 244.90376 237.84375Q246.10689 237.84375 246.79439 238.46875Q247.48189 239.09375 247.48189 240.14062Q247.48189 241.39062 245.87251 243.14062L243.59126 245.60938L247.87251 245.60938L247.87251 246.5ZM249.18501 239.60938Q249.18501 238.84375 249.66939 238.34375Q250.16939 237.84375 250.93501 237.84375Q251.71626 237.84375 252.20064 238.34375Q252.68501 238.84375 252.68501 239.64062L252.68501 240.0625Q252.68501 240.82812 252.18501 241.32812Q251.70064 241.8125 250.95064 241.8125Q250.18501 241.8125 249.68501 241.32812Q249.18501 240.82812 249.18501 240.01562L249.18501 239.60938ZM249.99751 240.0625Q249.99751 240.51562 250.24751 240.8125Q250.51314 241.10938 250.95064 241.10938Q251.37251 241.10938 251.62251 240.82812Q251.87251 240.53125 251.87251 240.03125L251.87251 239.60938Q251.87251 239.15625 251.62251 238.85938Q251.37251 238.54688 250.93501 238.54688Q250.49751 238.54688 250.24751 238.85938Q249.99751 239.15625 249.99751 239.625L249.99751 240.0625ZM253.34126 244.40625Q253.34126 243.64062 253.82564 243.15625Q254.32564 242.65625 255.09126 242.65625Q255.85689 242.65625 256.34125 243.15625Q256.84125 243.64062 256.84125 244.45312L256.84125 244.85938Q256.84125 245.625 256.35687 246.125Q255.87251 246.625 255.10689 246.625Q254.34126 246.625 253.84126 246.14062Q253.34126 245.64062 253.34126 244.82812L253.34126 244.40625ZM254.15376 244.85938Q254.15376 245.32812 254.40376 245.625Q254.66939 245.92188 255.10689 245.92188Q255.52876 245.92188 255.77876 245.64062Q256.02875 245.34375 256.02875 244.84375L256.02875 244.40625Q256.02875 243.9375 255.76314 243.65625Q255.51314 243.35938 255.09126 243.35938Q254.66939 243.35938 254.40376 243.65625Q254.15376 243.9375 254.15376 244.4375L254.15376 244.85938ZM251.20064 245.85938L250.57564 245.46875L254.74751 238.79688L255.35689 239.1875L251.20064 245.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M220.25241 267.75Q219.92429 268.15625 219.43991 268.40625Q218.97116 268.64062 218.40866 268.64062Q217.67429 268.64062 217.12741 268.28125Q216.58054 267.92188 216.28366 267.26562Q215.98679 266.59375 215.98679 265.79688Q215.98679 264.95312 216.29929 264.26562Q216.62741 263.57812 217.22116 263.21875Q217.83054 262.84375 218.62741 262.84375Q219.89304 262.84375 220.61179 263.79688Q221.34616 264.75 221.34616 266.375L221.34616 266.6875Q221.34616 269.1875 220.36179 270.32812Q219.37741 271.46875 217.39304 271.5L217.17429 271.5L217.17429 270.59375L217.40866 270.59375Q218.75241 270.5625 219.47116 269.89062Q220.18991 269.21875 220.25241 267.75ZM218.58054 267.75Q219.12741 267.75 219.58054 267.42188Q220.04929 267.07812 220.26804 266.59375L220.26804 266.15625Q220.26804 265.09375 219.79929 264.42188Q219.33054 263.75 218.62741 263.75Q217.90866 263.75 217.47116 264.29688Q217.04929 264.84375 217.04929 265.75Q217.04929 266.625 217.45554 267.1875Q217.87741 267.75 218.58054 267.75ZM223.00241 264.60938Q223.00241 263.84375 223.48679 263.34375Q223.98679 262.84375 224.75241 262.84375Q225.53366 262.84375 226.01804 263.34375Q226.50241 263.84375 226.50241 264.64062L226.50241 265.0625Q226.50241 265.82812 226.00241 266.32812Q225.51804 266.8125 224.76804 266.8125Q224.00241 266.8125 223.50241 266.32812Q223.00241 265.82812 223.00241 265.01562L223.00241 264.60938ZM223.81491 265.0625Q223.81491 265.51562 224.06491 265.8125Q224.33054 266.10938 224.76804 266.10938Q225.18991 266.10938 225.43991 265.82812Q225.68991 265.53125 225.68991 265.03125L225.68991 264.60938Q225.68991 264.15625 225.43991 263.85938Q225.18991 263.54688 224.75241 263.54688Q224.31491 263.54688 224.06491 263.85938Q223.81491 264.15625 223.81491 264.625L223.81491 265.0625ZM227.15866 269.40625Q227.15866 268.64062 227.64304 268.15625Q228.14304 267.65625 228.90866 267.65625Q229.67429 267.65625 230.15866 268.15625Q230.65866 268.64062 230.65866 269.45312L230.65866 269.85938Q230.65866 270.625 230.17429 271.125Q229.68991 271.625 228.92429 271.625Q228.15866 271.625 227.65866 271.14062Q227.15866 270.64062 227.15866 269.82812L227.15866 269.40625ZM227.97116 269.85938Q227.97116 270.32812 228.22116 270.625Q228.48679 270.92188 228.92429 270.92188Q229.34616 270.92188 229.59616 270.64062Q229.84616 270.34375 229.84616 269.84375L229.84616 269.40625Q229.84616 268.9375 229.58054 268.65625Q229.33054 268.35938 228.90866 268.35938Q228.48679 268.35938 228.22116 268.65625Q227.97116 268.9375 227.97116 269.4375L227.97116 269.85938ZM225.01804 270.85938L224.39304 270.46875L228.56491 263.79688L229.17429 264.1875L225.01804 270.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M220.25241 267.75Q219.92429 268.15625 219.43991 268.40625Q218.97116 268.64062 218.40866 268.64062Q217.67429 268.64062 217.12741 268.28125Q216.58054 267.92188 216.28366 267.26562Q215.98679 266.59375 215.98679 265.79688Q215.98679 264.95312 216.29929 264.26562Q216.62741 263.57812 217.22116 263.21875Q217.83054 262.84375 218.62741 262.84375Q219.89304 262.84375 220.61179 263.79688Q221.34616 264.75 221.34616 266.375L221.34616 266.6875Q221.34616 269.1875 220.36179 270.32812Q219.37741 271.46875 217.39304 271.5L217.17429 271.5L217.17429 270.59375L217.40866 270.59375Q218.75241 270.5625 219.47116 269.89062Q220.18991 269.21875 220.25241 267.75ZM218.58054 267.75Q219.12741 267.75 219.58054 267.42188Q220.04929 267.07812 220.26804 266.59375L220.26804 266.15625Q220.26804 265.09375 219.79929 264.42188Q219.33054 263.75 218.62741 263.75Q217.90866 263.75 217.47116 264.29688Q217.04929 264.84375 217.04929 265.75Q217.04929 266.625 217.45554 267.1875Q217.87741 267.75 218.58054 267.75ZM223.00241 264.60938Q223.00241 263.84375 223.48679 263.34375Q223.98679 262.84375 224.75241 262.84375Q225.53366 262.84375 226.01804 263.34375Q226.50241 263.84375 226.50241 264.64062L226.50241 265.0625Q226.50241 265.82812 226.00241 266.32812Q225.51804 266.8125 224.76804 266.8125Q224.00241 266.8125 223.50241 266.32812Q223.00241 265.82812 223.00241 265.01562L223.00241 264.60938ZM223.81491 265.0625Q223.81491 265.51562 224.06491 265.8125Q224.33054 266.10938 224.76804 266.10938Q225.18991 266.10938 225.43991 265.82812Q225.68991 265.53125 225.68991 265.03125L225.68991 264.60938Q225.68991 264.15625 225.43991 263.85938Q225.18991 263.54688 224.75241 263.54688Q224.31491 263.54688 224.06491 263.85938Q223.81491 264.15625 223.81491 264.625L223.81491 265.0625ZM227.15866 269.40625Q227.15866 268.64062 227.64304 268.15625Q228.14304 267.65625 228.90866 267.65625Q229.67429 267.65625 230.15866 268.15625Q230.65866 268.64062 230.65866 269.45312L230.65866 269.85938Q230.65866 270.625 230.17429 271.125Q229.68991 271.625 228.92429 271.625Q228.15866 271.625 227.65866 271.14062Q227.15866 270.64062 227.15866 269.82812L227.15866 269.40625ZM227.97116 269.85938Q227.97116 270.32812 228.22116 270.625Q228.48679 270.92188 228.92429 270.92188Q229.34616 270.92188 229.59616 270.64062Q229.84616 270.34375 229.84616 269.84375L229.84616 269.40625Q229.84616 268.9375 229.58054 268.65625Q229.33054 268.35938 228.90866 268.35938Q228.48679 268.35938 228.22116 268.65625Q227.97116 268.9375 227.97116 269.4375L227.97116 269.85938ZM225.01804 270.85938L224.39304 270.46875L228.56491 263.79688L229.17429 264.1875L225.01804 270.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M220.25241 293.75Q219.92429 294.15625 219.43991 294.40625Q218.97116 294.64062 218.40866 294.64062Q217.67429 294.64062 217.12741 294.28125Q216.58054 293.92188 216.28366 293.26562Q215.98679 292.59375 215.98679 291.79688Q215.98679 290.95312 216.29929 290.26562Q216.62741 289.57812 217.22116 289.21875Q217.83054 288.84375 218.62741 288.84375Q219.89304 288.84375 220.61179 289.79688Q221.34616 290.75 221.34616 292.375L221.34616 292.6875Q221.34616 295.1875 220.36179 296.32812Q219.37741 297.46875 217.39304 297.5L217.17429 297.5L217.17429 296.59375L217.40866 296.59375Q218.75241 296.5625 219.47116 295.89062Q220.18991 295.21875 220.25241 293.75ZM218.58054 293.75Q219.12741 293.75 219.58054 293.42188Q220.04929 293.07812 220.26804 292.59375L220.26804 292.15625Q220.26804 291.09375 219.79929 290.42188Q219.33054 289.75 218.62741 289.75Q217.90866 289.75 217.47116 290.29688Q217.04929 290.84375 217.04929 291.75Q217.04929 292.625 217.45554 293.1875Q217.87741 293.75 218.58054 293.75ZM223.00241 290.60938Q223.00241 289.84375 223.48679 289.34375Q223.98679 288.84375 224.75241 288.84375Q225.53366 288.84375 226.01804 289.34375Q226.50241 289.84375 226.50241 290.64062L226.50241 291.0625Q226.50241 291.82812 226.00241 292.32812Q225.51804 292.8125 224.76804 292.8125Q224.00241 292.8125 223.50241 292.32812Q223.00241 291.82812 223.00241 291.01562L223.00241 290.60938ZM223.81491 291.0625Q223.81491 291.51562 224.06491 291.8125Q224.33054 292.10938 224.76804 292.10938Q225.18991 292.10938 225.43991 291.82812Q225.68991 291.53125 225.68991 291.03125L225.68991 290.60938Q225.68991 290.15625 225.43991 289.85938Q225.18991 289.54688 224.75241 289.54688Q224.31491 289.54688 224.06491 289.85938Q223.81491 290.15625 223.81491 290.625L223.81491 291.0625ZM227.15866 295.40625Q227.15866 294.64062 227.64304 294.15625Q228.14304 293.65625 228.90866 293.65625Q229.67429 293.65625 230.15866 294.15625Q230.65866 294.64062 230.65866 295.45312L230.65866 295.85938Q230.65866 296.625 230.17429 297.125Q229.68991 297.625 228.92429 297.625Q228.15866 297.625 227.65866 297.14062Q227.15866 296.64062 227.15866 295.82812L227.15866 295.40625ZM227.97116 295.85938Q227.97116 296.32812 228.22116 296.625Q228.48679 296.92188 228.92429 296.92188Q229.34616 296.92188 229.59616 296.64062Q229.84616 296.34375 229.84616 295.84375L229.84616 295.40625Q229.84616 294.9375 229.58054 294.65625Q229.33054 294.35938 228.90866 294.35938Q228.48679 294.35938 228.22116 294.65625Q227.97116 294.9375 227.97116 295.4375L227.97116 295.85938ZM225.01804 296.85938L224.39304 296.46875L228.56491 289.79688L229.17429 290.1875L225.01804 296.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M220.25241 293.75Q219.92429 294.15625 219.43991 294.40625Q218.97116 294.64062 218.40866 294.64062Q217.67429 294.64062 217.12741 294.28125Q216.58054 293.92188 216.28366 293.26562Q215.98679 292.59375 215.98679 291.79688Q215.98679 290.95312 216.29929 290.26562Q216.62741 289.57812 217.22116 289.21875Q217.83054 288.84375 218.62741 288.84375Q219.89304 288.84375 220.61179 289.79688Q221.34616 290.75 221.34616 292.375L221.34616 292.6875Q221.34616 295.1875 220.36179 296.32812Q219.37741 297.46875 217.39304 297.5L217.17429 297.5L217.17429 296.59375L217.40866 296.59375Q218.75241 296.5625 219.47116 295.89062Q220.18991 295.21875 220.25241 293.75ZM218.58054 293.75Q219.12741 293.75 219.58054 293.42188Q220.04929 293.07812 220.26804 292.59375L220.26804 292.15625Q220.26804 291.09375 219.79929 290.42188Q219.33054 289.75 218.62741 289.75Q217.90866 289.75 217.47116 290.29688Q217.04929 290.84375 217.04929 291.75Q217.04929 292.625 217.45554 293.1875Q217.87741 293.75 218.58054 293.75ZM223.00241 290.60938Q223.00241 289.84375 223.48679 289.34375Q223.98679 288.84375 224.75241 288.84375Q225.53366 288.84375 226.01804 289.34375Q226.50241 289.84375 226.50241 290.64062L226.50241 291.0625Q226.50241 291.82812 226.00241 292.32812Q225.51804 292.8125 224.76804 292.8125Q224.00241 292.8125 223.50241 292.32812Q223.00241 291.82812 223.00241 291.01562L223.00241 290.60938ZM223.81491 291.0625Q223.81491 291.51562 224.06491 291.8125Q224.33054 292.10938 224.76804 292.10938Q225.18991 292.10938 225.43991 291.82812Q225.68991 291.53125 225.68991 291.03125L225.68991 290.60938Q225.68991 290.15625 225.43991 289.85938Q225.18991 289.54688 224.75241 289.54688Q224.31491 289.54688 224.06491 289.85938Q223.81491 290.15625 223.81491 290.625L223.81491 291.0625ZM227.15866 295.40625Q227.15866 294.64062 227.64304 294.15625Q228.14304 293.65625 228.90866 293.65625Q229.67429 293.65625 230.15866 294.15625Q230.65866 294.64062 230.65866 295.45312L230.65866 295.85938Q230.65866 296.625 230.17429 297.125Q229.68991 297.625 228.92429 297.625Q228.15866 297.625 227.65866 297.14062Q227.15866 296.64062 227.15866 295.82812L227.15866 295.40625ZM227.97116 295.85938Q227.97116 296.32812 228.22116 296.625Q228.48679 296.92188 228.92429 296.92188Q229.34616 296.92188 229.59616 296.64062Q229.84616 296.34375 229.84616 295.84375L229.84616 295.40625Q229.84616 294.9375 229.58054 294.65625Q229.33054 294.35938 228.90866 294.35938Q228.48679 294.35938 228.22116 294.65625Q227.97116 294.9375 227.97116 295.4375L227.97116 295.85938ZM225.01804 296.85938L224.39304 296.46875L228.56491 289.79688L229.17429 290.1875L225.01804 296.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M219.90938 316.1875Q219.90938 316.82812 219.56563 317.32812Q219.22188 317.82812 218.65938 318.10938Q219.31563 318.39062 219.70625 318.95312Q220.09688 319.5 220.09688 320.20312Q220.09688 321.29688 219.34688 321.96875Q218.6125 322.625 217.39375 322.625Q216.15938 322.625 215.40938 321.96875Q214.675 321.29688 214.675 320.20312Q214.675 319.5 215.05 318.95312Q215.425 318.39062 216.09688 318.10938Q215.53438 317.82812 215.20625 317.32812Q214.87813 316.82812 214.87813 316.1875Q214.87813 315.10938 215.56563 314.48438Q216.25313 313.84375 217.39375 313.84375Q218.51875 313.84375 219.20625 314.48438Q219.90938 315.10938 219.90938 316.1875ZM219.01875 320.17188Q219.01875 319.45312 218.56563 319.01562Q218.1125 318.5625 217.37813 318.5625Q216.64375 318.5625 216.19063 319.01562Q215.75313 319.45312 215.75313 320.1875Q215.75313 320.90625 216.19063 321.32812Q216.62813 321.73438 217.39375 321.73438Q218.14375 321.73438 218.58125 321.3125Q219.01875 320.89062 219.01875 320.17188ZM217.39375 314.73438Q216.75313 314.73438 216.34688 315.14062Q215.95625 315.53125 215.95625 316.21875Q215.95625 316.85938 216.34688 317.26562Q216.7375 317.67188 217.37813 317.67188Q218.03438 317.67188 218.425 317.26562Q218.81563 316.85938 218.81563 316.21875Q218.81563 315.5625 218.40938 315.15625Q218.00313 314.73438 217.39375 314.73438ZM221.62813 315.60938Q221.62813 314.84375 222.1125 314.34375Q222.6125 313.84375 223.37813 313.84375Q224.15938 313.84375 224.64375 314.34375Q225.12813 314.84375 225.12813 315.64062L225.12813 316.0625Q225.12813 316.82812 224.62813 317.32812Q224.14375 317.8125 223.39375 317.8125Q222.62813 317.8125 222.12813 317.32812Q221.62813 316.82812 221.62813 316.01562L221.62813 315.60938ZM222.44063 316.0625Q222.44063 316.51562 222.69063 316.8125Q222.95625 317.10938 223.39375 317.10938Q223.81563 317.10938 224.06563 316.82812Q224.31563 316.53125 224.31563 316.03125L224.31563 315.60938Q224.31563 315.15625 224.06563 314.85938Q223.81563 314.54688 223.37813 314.54688Q222.94063 314.54688 222.69063 314.85938Q222.44063 315.15625 222.44063 315.625L222.44063 316.0625ZM225.78438 320.40625Q225.78438 319.64062 226.26875 319.15625Q226.76875 318.65625 227.53438 318.65625Q228.3 318.65625 228.78438 319.15625Q229.28438 319.64062 229.28438 320.45312L229.28438 320.85938Q229.28438 321.625 228.8 322.125Q228.31563 322.625 227.55 322.625Q226.78438 322.625 226.28438 322.14062Q225.78438 321.64062 225.78438 320.82812L225.78438 320.40625ZM226.59688 320.85938Q226.59688 321.32812 226.84688 321.625Q227.1125 321.92188 227.55 321.92188Q227.97188 321.92188 228.22188 321.64062Q228.47188 321.34375 228.47188 320.84375L228.47188 320.40625Q228.47188 319.9375 228.20625 319.65625Q227.95625 319.35938 227.53438 319.35938Q227.1125 319.35938 226.84688 319.65625Q226.59688 319.9375 226.59688 320.4375L226.59688 320.85938ZM223.64375 321.85938L223.01875 321.46875L227.19063 314.79688L227.8 315.1875L223.64375 321.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M219.90938 316.1875Q219.90938 316.82812 219.56563 317.32812Q219.22188 317.82812 218.65938 318.10938Q219.31563 318.39062 219.70625 318.95312Q220.09688 319.5 220.09688 320.20312Q220.09688 321.29688 219.34688 321.96875Q218.6125 322.625 217.39375 322.625Q216.15938 322.625 215.40938 321.96875Q214.675 321.29688 214.675 320.20312Q214.675 319.5 215.05 318.95312Q215.425 318.39062 216.09688 318.10938Q215.53438 317.82812 215.20625 317.32812Q214.87813 316.82812 214.87813 316.1875Q214.87813 315.10938 215.56563 314.48438Q216.25313 313.84375 217.39375 313.84375Q218.51875 313.84375 219.20625 314.48438Q219.90938 315.10938 219.90938 316.1875ZM219.01875 320.17188Q219.01875 319.45312 218.56563 319.01562Q218.1125 318.5625 217.37813 318.5625Q216.64375 318.5625 216.19063 319.01562Q215.75313 319.45312 215.75313 320.1875Q215.75313 320.90625 216.19063 321.32812Q216.62813 321.73438 217.39375 321.73438Q218.14375 321.73438 218.58125 321.3125Q219.01875 320.89062 219.01875 320.17188ZM217.39375 314.73438Q216.75313 314.73438 216.34688 315.14062Q215.95625 315.53125 215.95625 316.21875Q215.95625 316.85938 216.34688 317.26562Q216.7375 317.67188 217.37813 317.67188Q218.03438 317.67188 218.425 317.26562Q218.81563 316.85938 218.81563 316.21875Q218.81563 315.5625 218.40938 315.15625Q218.00313 314.73438 217.39375 314.73438ZM221.62813 315.60938Q221.62813 314.84375 222.1125 314.34375Q222.6125 313.84375 223.37813 313.84375Q224.15938 313.84375 224.64375 314.34375Q225.12813 314.84375 225.12813 315.64062L225.12813 316.0625Q225.12813 316.82812 224.62813 317.32812Q224.14375 317.8125 223.39375 317.8125Q222.62813 317.8125 222.12813 317.32812Q221.62813 316.82812 221.62813 316.01562L221.62813 315.60938ZM222.44063 316.0625Q222.44063 316.51562 222.69063 316.8125Q222.95625 317.10938 223.39375 317.10938Q223.81563 317.10938 224.06563 316.82812Q224.31563 316.53125 224.31563 316.03125L224.31563 315.60938Q224.31563 315.15625 224.06563 314.85938Q223.81563 314.54688 223.37813 314.54688Q222.94063 314.54688 222.69063 314.85938Q222.44063 315.15625 222.44063 315.625L222.44063 316.0625ZM225.78438 320.40625Q225.78438 319.64062 226.26875 319.15625Q226.76875 318.65625 227.53438 318.65625Q228.3 318.65625 228.78438 319.15625Q229.28438 319.64062 229.28438 320.45312L229.28438 320.85938Q229.28438 321.625 228.8 322.125Q228.31563 322.625 227.55 322.625Q226.78438 322.625 226.28438 322.14062Q225.78438 321.64062 225.78438 320.82812L225.78438 320.40625ZM226.59688 320.85938Q226.59688 321.32812 226.84688 321.625Q227.1125 321.92188 227.55 321.92188Q227.97188 321.92188 228.22188 321.64062Q228.47188 321.34375 228.47188 320.84375L228.47188 320.40625Q228.47188 319.9375 228.20625 319.65625Q227.95625 319.35938 227.53438 319.35938Q227.1125 319.35938 226.84688 319.65625Q226.59688 319.9375 226.59688 320.4375L226.59688 320.85938ZM223.64375 321.85938L223.01875 321.46875L227.19063 314.79688L227.8 315.1875L223.64375 321.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.93604 339.96875L207.93604 340.875L207.73291 340.875Q206.46729 340.90625 205.71729 341.64062Q204.96729 342.35938 204.84229 343.67188Q205.52979 342.90625 206.68604 342.90625Q207.79541 342.90625 208.46729 343.6875Q209.13916 344.46875 209.13916 345.71875Q209.13916 347.03125 208.42041 347.82812Q207.70166 348.625 206.48291 348.625Q205.26416 348.625 204.49854 347.6875Q203.74854 346.73438 203.74854 345.25L203.74854 344.84375Q203.74854 342.48438 204.74854 341.23438Q205.74854 339.98438 207.73291 339.96875L207.93604 339.96875ZM206.51416 343.8125Q205.95166 343.8125 205.48291 344.14062Q205.01416 344.46875 204.82666 344.98438L204.82666 345.375Q204.82666 346.4375 205.29541 347.07812Q205.77979 347.71875 206.48291 347.71875Q207.21729 347.71875 207.63916 347.1875Q208.06104 346.64062 208.06104 345.76562Q208.06104 344.89062 207.63916 344.35938Q207.21729 343.8125 206.51416 343.8125ZM210.57666 341.60938Q210.57666 340.84375 211.06104 340.34375Q211.56104 339.84375 212.32666 339.84375Q213.10791 339.84375 213.59229 340.34375Q214.07666 340.84375 214.07666 341.64062L214.07666 342.0625Q214.07666 342.82812 213.57666 343.32812Q213.09229 343.8125 212.34229 343.8125Q211.57666 343.8125 211.07666 343.32812Q210.57666 342.82812 210.57666 342.01562L210.57666 341.60938ZM211.38916 342.0625Q211.38916 342.51562 211.63916 342.8125Q211.90479 343.10938 212.34229 343.10938Q212.76416 343.10938 213.01416 342.82812Q213.26416 342.53125 213.26416 342.03125L213.26416 341.60938Q213.26416 341.15625 213.01416 340.85938Q212.76416 340.54688 212.32666 340.54688Q211.88916 340.54688 211.63916 340.85938Q211.38916 341.15625 211.38916 341.625L211.38916 342.0625ZM214.73291 346.40625Q214.73291 345.64062 215.21729 345.15625Q215.71729 344.65625 216.48291 344.65625Q217.24854 344.65625 217.73291 345.15625Q218.23291 345.64062 218.23291 346.45312L218.23291 346.85938Q218.23291 347.625 217.74854 348.125Q217.26416 348.625 216.49854 348.625Q215.73291 348.625 215.23291 348.14062Q214.73291 347.64062 214.73291 346.82812L214.73291 346.40625ZM215.54541 346.85938Q215.54541 347.32812 215.79541 347.625Q216.06104 347.92188 216.49854 347.92188Q216.92041 347.92188 217.17041 347.64062Q217.42041 347.34375 217.42041 346.84375L217.42041 346.40625Q217.42041 345.9375 217.15479 345.65625Q216.90479 345.35938 216.48291 345.35938Q216.06104 345.35938 215.79541 345.65625Q215.54541 345.9375 215.54541 346.4375L215.54541 346.85938ZM212.59229 347.85938L211.96729 347.46875L216.13916 340.79688L216.74854 341.1875L212.59229 347.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M207.93604 339.96875L207.93604 340.875L207.73291 340.875Q206.46729 340.90625 205.71729 341.64062Q204.96729 342.35938 204.84229 343.67188Q205.52979 342.90625 206.68604 342.90625Q207.79541 342.90625 208.46729 343.6875Q209.13916 344.46875 209.13916 345.71875Q209.13916 347.03125 208.42041 347.82812Q207.70166 348.625 206.48291 348.625Q205.26416 348.625 204.49854 347.6875Q203.74854 346.73438 203.74854 345.25L203.74854 344.84375Q203.74854 342.48438 204.74854 341.23438Q205.74854 339.98438 207.73291 339.96875L207.93604 339.96875ZM206.51416 343.8125Q205.95166 343.8125 205.48291 344.14062Q205.01416 344.46875 204.82666 344.98438L204.82666 345.375Q204.82666 346.4375 205.29541 347.07812Q205.77979 347.71875 206.48291 347.71875Q207.21729 347.71875 207.63916 347.1875Q208.06104 346.64062 208.06104 345.76562Q208.06104 344.89062 207.63916 344.35938Q207.21729 343.8125 206.51416 343.8125ZM210.57666 341.60938Q210.57666 340.84375 211.06104 340.34375Q211.56104 339.84375 212.32666 339.84375Q213.10791 339.84375 213.59229 340.34375Q214.07666 340.84375 214.07666 341.64062L214.07666 342.0625Q214.07666 342.82812 213.57666 343.32812Q213.09229 343.8125 212.34229 343.8125Q211.57666 343.8125 211.07666 343.32812Q210.57666 342.82812 210.57666 342.01562L210.57666 341.60938ZM211.38916 342.0625Q211.38916 342.51562 211.63916 342.8125Q211.90479 343.10938 212.34229 343.10938Q212.76416 343.10938 213.01416 342.82812Q213.26416 342.53125 213.26416 342.03125L213.26416 341.60938Q213.26416 341.15625 213.01416 340.85938Q212.76416 340.54688 212.32666 340.54688Q211.88916 340.54688 211.63916 340.85938Q211.38916 341.15625 211.38916 341.625L211.38916 342.0625ZM214.73291 346.40625Q214.73291 345.64062 215.21729 345.15625Q215.71729 344.65625 216.48291 344.65625Q217.24854 344.65625 217.73291 345.15625Q218.23291 345.64062 218.23291 346.45312L218.23291 346.85938Q218.23291 347.625 217.74854 348.125Q217.26416 348.625 216.49854 348.625Q215.73291 348.625 215.23291 348.14062Q214.73291 347.64062 214.73291 346.82812L214.73291 346.40625ZM215.54541 346.85938Q215.54541 347.32812 215.79541 347.625Q216.06104 347.92188 216.49854 347.92188Q216.92041 347.92188 217.17041 347.64062Q217.42041 347.34375 217.42041 346.84375L217.42041 346.40625Q217.42041 345.9375 217.15479 345.65625Q216.90479 345.35938 216.48291 345.35938Q216.06104 345.35938 215.79541 345.65625Q215.54541 345.9375 215.54541 346.4375L215.54541 346.85938ZM212.59229 347.85938L211.96729 347.46875L216.13916 340.79688L216.74854 341.1875L212.59229 347.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.55463 369.21875L196.99213 364.96875L201.36713 364.96875L201.36713 365.96875L197.914 365.96875L197.64838 368.29688Q198.289 367.92188 199.08588 367.92188Q200.24213 367.92188 200.92963 368.70312Q201.61713 369.46875 201.61713 370.78125Q201.61713 372.09375 200.89838 372.85938Q200.19525 373.625 198.914 373.625Q197.789 373.625 197.07025 373.0Q196.3515 372.35938 196.25775 371.25L197.27338 371.25Q197.38275 371.98438 197.80463 372.35938Q198.2265 372.73438 198.914 372.73438Q199.664 372.73438 200.1015 372.21875Q200.539 371.70312 200.539 370.79688Q200.539 369.9375 200.07025 369.42188Q199.6015 368.90625 198.82025 368.90625Q198.11713 368.90625 197.71088 369.20312L197.42963 369.4375L196.55463 369.21875ZM202.96088 366.60938Q202.96088 365.84375 203.44525 365.34375Q203.94525 364.84375 204.71088 364.84375Q205.49213 364.84375 205.9765 365.34375Q206.46088 365.84375 206.46088 366.64062L206.46088 367.0625Q206.46088 367.82812 205.96088 368.32812Q205.4765 368.8125 204.7265 368.8125Q203.96088 368.8125 203.46088 368.32812Q202.96088 367.82812 202.96088 367.01562L202.96088 366.60938ZM203.77338 367.0625Q203.77338 367.51562 204.02338 367.8125Q204.289 368.10938 204.7265 368.10938Q205.14838 368.10938 205.39838 367.82812Q205.64838 367.53125 205.64838 367.03125L205.64838 366.60938Q205.64838 366.15625 205.39838 365.85938Q205.14838 365.54688 204.71088 365.54688Q204.27338 365.54688 204.02338 365.85938Q203.77338 366.15625 203.77338 366.625L203.77338 367.0625ZM207.11713 371.40625Q207.11713 370.64062 207.6015 370.15625Q208.1015 369.65625 208.86713 369.65625Q209.63275 369.65625 210.11713 370.15625Q210.61713 370.64062 210.61713 371.45312L210.61713 371.85938Q210.61713 372.625 210.13275 373.125Q209.64838 373.625 208.88275 373.625Q208.11713 373.625 207.61713 373.14062Q207.11713 372.64062 207.11713 371.82812L207.11713 371.40625ZM207.92963 371.85938Q207.92963 372.32812 208.17963 372.625Q208.44525 372.92188 208.88275 372.92188Q209.30463 372.92188 209.55463 372.64062Q209.80463 372.34375 209.80463 371.84375L209.80463 371.40625Q209.80463 370.9375 209.539 370.65625Q209.289 370.35938 208.86713 370.35938Q208.44525 370.35938 208.17963 370.65625Q207.92963 370.9375 207.92963 371.4375L207.92963 371.85938ZM204.9765 372.85938L204.3515 372.46875L208.52338 365.79688L209.13275 366.1875L204.9765 372.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M196.55463 369.21875L196.99213 364.96875L201.36713 364.96875L201.36713 365.96875L197.914 365.96875L197.64838 368.29688Q198.289 367.92188 199.08588 367.92188Q200.24213 367.92188 200.92963 368.70312Q201.61713 369.46875 201.61713 370.78125Q201.61713 372.09375 200.89838 372.85938Q200.19525 373.625 198.914 373.625Q197.789 373.625 197.07025 373.0Q196.3515 372.35938 196.25775 371.25L197.27338 371.25Q197.38275 371.98438 197.80463 372.35938Q198.2265 372.73438 198.914 372.73438Q199.664 372.73438 200.1015 372.21875Q200.539 371.70312 200.539 370.79688Q200.539 369.9375 200.07025 369.42188Q199.6015 368.90625 198.82025 368.90625Q198.11713 368.90625 197.71088 369.20312L197.42963 369.4375L196.55463 369.21875ZM202.96088 366.60938Q202.96088 365.84375 203.44525 365.34375Q203.94525 364.84375 204.71088 364.84375Q205.49213 364.84375 205.9765 365.34375Q206.46088 365.84375 206.46088 366.64062L206.46088 367.0625Q206.46088 367.82812 205.96088 368.32812Q205.4765 368.8125 204.7265 368.8125Q203.96088 368.8125 203.46088 368.32812Q202.96088 367.82812 202.96088 367.01562L202.96088 366.60938ZM203.77338 367.0625Q203.77338 367.51562 204.02338 367.8125Q204.289 368.10938 204.7265 368.10938Q205.14838 368.10938 205.39838 367.82812Q205.64838 367.53125 205.64838 367.03125L205.64838 366.60938Q205.64838 366.15625 205.39838 365.85938Q205.14838 365.54688 204.71088 365.54688Q204.27338 365.54688 204.02338 365.85938Q203.77338 366.15625 203.77338 366.625L203.77338 367.0625ZM207.11713 371.40625Q207.11713 370.64062 207.6015 370.15625Q208.1015 369.65625 208.86713 369.65625Q209.63275 369.65625 210.11713 370.15625Q210.61713 370.64062 210.61713 371.45312L210.61713 371.85938Q210.61713 372.625 210.13275 373.125Q209.64838 373.625 208.88275 373.625Q208.11713 373.625 207.61713 373.14062Q207.11713 372.64062 207.11713 371.82812L207.11713 371.40625ZM207.92963 371.85938Q207.92963 372.32812 208.17963 372.625Q208.44525 372.92188 208.88275 372.92188Q209.30463 372.92188 209.55463 372.64062Q209.80463 372.34375 209.80463 371.84375L209.80463 371.40625Q209.80463 370.9375 209.539 370.65625Q209.289 370.35938 208.86713 370.35938Q208.44525 370.35938 208.17963 370.65625Q207.92963 370.9375 207.92963 371.4375L207.92963 371.85938ZM204.9765 372.85938L204.3515 372.46875L208.52338 365.79688L209.13275 366.1875L204.9765 372.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.6957 395.21875L196.1332 390.96875L200.5082 390.96875L200.5082 391.96875L197.05507 391.96875L196.78944 394.29688Q197.43007 393.92188 198.22694 393.92188Q199.3832 393.92188 200.0707 394.70312Q200.7582 395.46875 200.7582 396.78125Q200.7582 398.09375 200.03944 398.85938Q199.33632 399.625 198.05507 399.625Q196.93007 399.625 196.21132 399.0Q195.49257 398.35938 195.39882 397.25L196.41444 397.25Q196.52382 397.98438 196.9457 398.35938Q197.36757 398.73438 198.05507 398.73438Q198.80507 398.73438 199.24257 398.21875Q199.68007 397.70312 199.68007 396.79688Q199.68007 395.9375 199.21132 395.42188Q198.74257 394.90625 197.96132 394.90625Q197.2582 394.90625 196.85194 395.20312L196.5707 395.4375L195.6957 395.21875ZM202.10194 392.60938Q202.10194 391.84375 202.58632 391.34375Q203.08632 390.84375 203.85194 390.84375Q204.6332 390.84375 205.11757 391.34375Q205.60194 391.84375 205.60194 392.64062L205.60194 393.0625Q205.60194 393.82812 205.10194 394.32812Q204.61757 394.8125 203.86757 394.8125Q203.10194 394.8125 202.60194 394.32812Q202.10194 393.82812 202.10194 393.01562L202.10194 392.60938ZM202.91444 393.0625Q202.91444 393.51562 203.16444 393.8125Q203.43007 394.10938 203.86757 394.10938Q204.28944 394.10938 204.53944 393.82812Q204.78944 393.53125 204.78944 393.03125L204.78944 392.60938Q204.78944 392.15625 204.53944 391.85938Q204.28944 391.54688 203.85194 391.54688Q203.41444 391.54688 203.16444 391.85938Q202.91444 392.15625 202.91444 392.625L202.91444 393.0625ZM206.2582 397.40625Q206.2582 396.64062 206.74257 396.15625Q207.24257 395.65625 208.0082 395.65625Q208.77382 395.65625 209.2582 396.15625Q209.7582 396.64062 209.7582 397.45312L209.7582 397.85938Q209.7582 398.625 209.27382 399.125Q208.78944 399.625 208.02382 399.625Q207.2582 399.625 206.7582 399.14062Q206.2582 398.64062 206.2582 397.82812L206.2582 397.40625ZM207.0707 397.85938Q207.0707 398.32812 207.3207 398.625Q207.58632 398.92188 208.02382 398.92188Q208.4457 398.92188 208.6957 398.64062Q208.9457 398.34375 208.9457 397.84375L208.9457 397.40625Q208.9457 396.9375 208.68007 396.65625Q208.43007 396.35938 208.0082 396.35938Q207.58632 396.35938 207.3207 396.65625Q207.0707 396.9375 207.0707 397.4375L207.0707 397.85938ZM204.11757 398.85938L203.49257 398.46875L207.66444 391.79688L208.27382 392.1875L204.11757 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M195.6957 395.21875L196.1332 390.96875L200.5082 390.96875L200.5082 391.96875L197.05507 391.96875L196.78944 394.29688Q197.43007 393.92188 198.22694 393.92188Q199.3832 393.92188 200.0707 394.70312Q200.7582 395.46875 200.7582 396.78125Q200.7582 398.09375 200.03944 398.85938Q199.33632 399.625 198.05507 399.625Q196.93007 399.625 196.21132 399.0Q195.49257 398.35938 195.39882 397.25L196.41444 397.25Q196.52382 397.98438 196.9457 398.35938Q197.36757 398.73438 198.05507 398.73438Q198.80507 398.73438 199.24257 398.21875Q199.68007 397.70312 199.68007 396.79688Q199.68007 395.9375 199.21132 395.42188Q198.74257 394.90625 197.96132 394.90625Q197.2582 394.90625 196.85194 395.20312L196.5707 395.4375L195.6957 395.21875ZM202.10194 392.60938Q202.10194 391.84375 202.58632 391.34375Q203.08632 390.84375 203.85194 390.84375Q204.6332 390.84375 205.11757 391.34375Q205.60194 391.84375 205.60194 392.64062L205.60194 393.0625Q205.60194 393.82812 205.10194 394.32812Q204.61757 394.8125 203.86757 394.8125Q203.10194 394.8125 202.60194 394.32812Q202.10194 393.82812 202.10194 393.01562L202.10194 392.60938ZM202.91444 393.0625Q202.91444 393.51562 203.16444 393.8125Q203.43007 394.10938 203.86757 394.10938Q204.28944 394.10938 204.53944 393.82812Q204.78944 393.53125 204.78944 393.03125L204.78944 392.60938Q204.78944 392.15625 204.53944 391.85938Q204.28944 391.54688 203.85194 391.54688Q203.41444 391.54688 203.16444 391.85938Q202.91444 392.15625 202.91444 392.625L202.91444 393.0625ZM206.2582 397.40625Q206.2582 396.64062 206.74257 396.15625Q207.24257 395.65625 208.0082 395.65625Q208.77382 395.65625 209.2582 396.15625Q209.7582 396.64062 209.7582 397.45312L209.7582 397.85938Q209.7582 398.625 209.27382 399.125Q208.78944 399.625 208.02382 399.625Q207.2582 399.625 206.7582 399.14062Q206.2582 398.64062 206.2582 397.82812L206.2582 397.40625ZM207.0707 397.85938Q207.0707 398.32812 207.3207 398.625Q207.58632 398.92188 208.02382 398.92188Q208.4457 398.92188 208.6957 398.64062Q208.9457 398.34375 208.9457 397.84375L208.9457 397.40625Q208.9457 396.9375 208.68007 396.65625Q208.43007 396.35938 208.0082 396.35938Q207.58632 396.35938 207.3207 396.65625Q207.0707 396.9375 207.0707 397.4375L207.0707 397.85938ZM204.11757 398.85938L203.49257 398.46875L207.66444 391.79688L208.27382 392.1875L204.11757 398.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.88004 421.64062L197.06754 421.64062L197.06754 422.51562L195.88004 422.51562L195.88004 424.5L194.80191 424.5L194.80191 422.51562L190.91129 422.51562L190.91129 421.875L194.72379 415.96875L195.88004 415.96875L195.88004 421.64062ZM192.14566 421.64062L194.80191 421.64062L194.80191 417.45312L194.66129 417.6875L192.14566 421.64062ZM198.20816 417.60938Q198.20816 416.84375 198.69254 416.34375Q199.19254 415.84375 199.95816 415.84375Q200.73941 415.84375 201.22379 416.34375Q201.70816 416.84375 201.70816 417.64062L201.70816 418.0625Q201.70816 418.82812 201.20816 419.32812Q200.72379 419.8125 199.97379 419.8125Q199.20816 419.8125 198.70816 419.32812Q198.20816 418.82812 198.20816 418.01562L198.20816 417.60938ZM199.02066 418.0625Q199.02066 418.51562 199.27066 418.8125Q199.53629 419.10938 199.97379 419.10938Q200.39566 419.10938 200.64566 418.82812Q200.89566 418.53125 200.89566 418.03125L200.89566 417.60938Q200.89566 417.15625 200.64566 416.85938Q200.39566 416.54688 199.95816 416.54688Q199.52066 416.54688 199.27066 416.85938Q199.02066 417.15625 199.02066 417.625L199.02066 418.0625ZM202.36441 422.40625Q202.36441 421.64062 202.84879 421.15625Q203.34879 420.65625 204.11441 420.65625Q204.88004 420.65625 205.36441 421.15625Q205.86441 421.64062 205.86441 422.45312L205.86441 422.85938Q205.86441 423.625 205.38004 424.125Q204.89566 424.625 204.13004 424.625Q203.36441 424.625 202.86441 424.14062Q202.36441 423.64062 202.36441 422.82812L202.36441 422.40625ZM203.17691 422.85938Q203.17691 423.32812 203.42691 423.625Q203.69254 423.92188 204.13004 423.92188Q204.55191 423.92188 204.80191 423.64062Q205.05191 423.34375 205.05191 422.84375L205.05191 422.40625Q205.05191 421.9375 204.78629 421.65625Q204.53629 421.35938 204.11441 421.35938Q203.69254 421.35938 203.42691 421.65625Q203.17691 421.9375 203.17691 422.4375L203.17691 422.85938ZM200.22379 423.85938L199.59879 423.46875L203.77066 416.79688L204.38004 417.1875L200.22379 423.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M195.88004 421.64062L197.06754 421.64062L197.06754 422.51562L195.88004 422.51562L195.88004 424.5L194.80191 424.5L194.80191 422.51562L190.91129 422.51562L190.91129 421.875L194.72379 415.96875L195.88004 415.96875L195.88004 421.64062ZM192.14566 421.64062L194.80191 421.64062L194.80191 417.45312L194.66129 417.6875L192.14566 421.64062ZM198.20816 417.60938Q198.20816 416.84375 198.69254 416.34375Q199.19254 415.84375 199.95816 415.84375Q200.73941 415.84375 201.22379 416.34375Q201.70816 416.84375 201.70816 417.64062L201.70816 418.0625Q201.70816 418.82812 201.20816 419.32812Q200.72379 419.8125 199.97379 419.8125Q199.20816 419.8125 198.70816 419.32812Q198.20816 418.82812 198.20816 418.01562L198.20816 417.60938ZM199.02066 418.0625Q199.02066 418.51562 199.27066 418.8125Q199.53629 419.10938 199.97379 419.10938Q200.39566 419.10938 200.64566 418.82812Q200.89566 418.53125 200.89566 418.03125L200.89566 417.60938Q200.89566 417.15625 200.64566 416.85938Q200.39566 416.54688 199.95816 416.54688Q199.52066 416.54688 199.27066 416.85938Q199.02066 417.15625 199.02066 417.625L199.02066 418.0625ZM202.36441 422.40625Q202.36441 421.64062 202.84879 421.15625Q203.34879 420.65625 204.11441 420.65625Q204.88004 420.65625 205.36441 421.15625Q205.86441 421.64062 205.86441 422.45312L205.86441 422.85938Q205.86441 423.625 205.38004 424.125Q204.89566 424.625 204.13004 424.625Q203.36441 424.625 202.86441 424.14062Q202.36441 423.64062 202.36441 422.82812L202.36441 422.40625ZM203.17691 422.85938Q203.17691 423.32812 203.42691 423.625Q203.69254 423.92188 204.13004 423.92188Q204.55191 423.92188 204.80191 423.64062Q205.05191 423.34375 205.05191 422.84375L205.05191 422.40625Q205.05191 421.9375 204.78629 421.65625Q204.53629 421.35938 204.11441 421.35938Q203.69254 421.35938 203.42691 421.65625Q203.17691 421.9375 203.17691 422.4375L203.17691 422.85938ZM200.22379 423.85938L199.59879 423.46875L203.77066 416.79688L204.38004 417.1875L200.22379 423.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.46666 446.21875L195.90416 441.96875L200.27916 441.96875L200.27916 442.96875L196.82603 442.96875L196.56041 445.29688Q197.20103 444.92188 197.99791 444.92188Q199.15416 444.92188 199.84166 445.70312Q200.52916 446.46875 200.52916 447.78125Q200.52916 449.09375 199.81041 449.85938Q199.10728 450.625 197.82603 450.625Q196.70103 450.625 195.98228 450.0Q195.26353 449.35938 195.16978 448.25L196.18541 448.25Q196.29478 448.98438 196.71666 449.35938Q197.13853 449.73438 197.82603 449.73438Q198.57603 449.73438 199.01353 449.21875Q199.45103 448.70312 199.45103 447.79688Q199.45103 446.9375 198.98228 446.42188Q198.51353 445.90625 197.73228 445.90625Q197.02916 445.90625 196.62291 446.20312L196.34166 446.4375L195.46666 446.21875ZM201.87291 443.60938Q201.87291 442.84375 202.35728 442.34375Q202.85728 441.84375 203.62291 441.84375Q204.40416 441.84375 204.88853 442.34375Q205.37291 442.84375 205.37291 443.64062L205.37291 444.0625Q205.37291 444.82812 204.87291 445.32812Q204.38853 445.8125 203.63853 445.8125Q202.87291 445.8125 202.37291 445.32812Q201.87291 444.82812 201.87291 444.01562L201.87291 443.60938ZM202.68541 444.0625Q202.68541 444.51562 202.93541 444.8125Q203.20103 445.10938 203.63853 445.10938Q204.06041 445.10938 204.31041 444.82812Q204.56041 444.53125 204.56041 444.03125L204.56041 443.60938Q204.56041 443.15625 204.31041 442.85938Q204.06041 442.54688 203.62291 442.54688Q203.18541 442.54688 202.93541 442.85938Q202.68541 443.15625 202.68541 443.625L202.68541 444.0625ZM206.02916 448.40625Q206.02916 447.64062 206.51353 447.15625Q207.01353 446.65625 207.77916 446.65625Q208.54478 446.65625 209.02916 447.15625Q209.52916 447.64062 209.52916 448.45312L209.52916 448.85938Q209.52916 449.625 209.04478 450.125Q208.56041 450.625 207.79478 450.625Q207.02916 450.625 206.52916 450.14062Q206.02916 449.64062 206.02916 448.82812L206.02916 448.40625ZM206.84166 448.85938Q206.84166 449.32812 207.09166 449.625Q207.35728 449.92188 207.79478 449.92188Q208.21666 449.92188 208.46666 449.64062Q208.71666 449.34375 208.71666 448.84375L208.71666 448.40625Q208.71666 447.9375 208.45103 447.65625Q208.20103 447.35938 207.77916 447.35938Q207.35728 447.35938 207.09166 447.65625Q206.84166 447.9375 206.84166 448.4375L206.84166 448.85938ZM203.88853 449.85938L203.26353 449.46875L207.43541 442.79688L208.04478 443.1875L203.88853 449.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M195.46666 446.21875L195.90416 441.96875L200.27916 441.96875L200.27916 442.96875L196.82603 442.96875L196.56041 445.29688Q197.20103 444.92188 197.99791 444.92188Q199.15416 444.92188 199.84166 445.70312Q200.52916 446.46875 200.52916 447.78125Q200.52916 449.09375 199.81041 449.85938Q199.10728 450.625 197.82603 450.625Q196.70103 450.625 195.98228 450.0Q195.26353 449.35938 195.16978 448.25L196.18541 448.25Q196.29478 448.98438 196.71666 449.35938Q197.13853 449.73438 197.82603 449.73438Q198.57603 449.73438 199.01353 449.21875Q199.45103 448.70312 199.45103 447.79688Q199.45103 446.9375 198.98228 446.42188Q198.51353 445.90625 197.73228 445.90625Q197.02916 445.90625 196.62291 446.20312L196.34166 446.4375L195.46666 446.21875ZM201.87291 443.60938Q201.87291 442.84375 202.35728 442.34375Q202.85728 441.84375 203.62291 441.84375Q204.40416 441.84375 204.88853 442.34375Q205.37291 442.84375 205.37291 443.64062L205.37291 444.0625Q205.37291 444.82812 204.87291 445.32812Q204.38853 445.8125 203.63853 445.8125Q202.87291 445.8125 202.37291 445.32812Q201.87291 444.82812 201.87291 444.01562L201.87291 443.60938ZM202.68541 444.0625Q202.68541 444.51562 202.93541 444.8125Q203.20103 445.10938 203.63853 445.10938Q204.06041 445.10938 204.31041 444.82812Q204.56041 444.53125 204.56041 444.03125L204.56041 443.60938Q204.56041 443.15625 204.31041 442.85938Q204.06041 442.54688 203.62291 442.54688Q203.18541 442.54688 202.93541 442.85938Q202.68541 443.15625 202.68541 443.625L202.68541 444.0625ZM206.02916 448.40625Q206.02916 447.64062 206.51353 447.15625Q207.01353 446.65625 207.77916 446.65625Q208.54478 446.65625 209.02916 447.15625Q209.52916 447.64062 209.52916 448.45312L209.52916 448.85938Q209.52916 449.625 209.04478 450.125Q208.56041 450.625 207.79478 450.625Q207.02916 450.625 206.52916 450.14062Q206.02916 449.64062 206.02916 448.82812L206.02916 448.40625ZM206.84166 448.85938Q206.84166 449.32812 207.09166 449.625Q207.35728 449.92188 207.79478 449.92188Q208.21666 449.92188 208.46666 449.64062Q208.71666 449.34375 208.71666 448.84375L208.71666 448.40625Q208.71666 447.9375 208.45103 447.65625Q208.20103 447.35938 207.77916 447.35938Q207.35728 447.35938 207.09166 447.65625Q206.84166 447.9375 206.84166 448.4375L206.84166 448.85938ZM203.88853 449.85938L203.26353 449.46875L207.43541 442.79688L208.04478 443.1875L203.88853 449.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M290.74695 500.81314Q290.74695 500.04752 291.23132 499.54752Q291.73132 499.04752 292.49695 499.04752Q293.2782 499.04752 293.76257 499.54752Q294.24695 500.04752 294.24695 500.8444L294.24695 501.26627Q294.24695 502.0319 293.74695 502.5319Q293.26257 503.01627 292.51257 503.01627Q291.74695 503.01627 291.24695 502.5319Q290.74695 502.0319 290.74695 501.2194L290.74695 500.81314ZM291.55945 501.26627Q291.55945 501.7194 291.80945 502.01627Q292.07507 502.31314 292.51257 502.31314Q292.93445 502.31314 293.18445 502.0319Q293.43445 501.73502 293.43445 501.23502L293.43445 500.81314Q293.43445 500.36002 293.18445 500.06314Q292.93445 499.75064 292.49695 499.75064Q292.05945 499.75064 291.80945 500.06314Q291.55945 500.36002 291.55945 500.82877L291.55945 501.26627ZM294.9032 505.61002Q294.9032 504.8444 295.38757 504.36002Q295.88757 503.86002 296.6532 503.86002Q297.41882 503.86002 297.9032 504.36002Q298.4032 504.8444 298.4032 505.6569L298.4032 506.06314Q298.4032 506.82877 297.91882 507.32877Q297.43445 507.82877 296.66882 507.82877Q295.9032 507.82877 295.4032 507.3444Q294.9032 506.8444 294.9032 506.0319L294.9032 505.61002ZM295.7157 506.06314Q295.7157 506.5319 295.9657 506.82877Q296.23132 507.12564 296.66882 507.12564Q297.0907 507.12564 297.3407 506.8444Q297.5907 506.54752 297.5907 506.04752L297.5907 505.61002Q297.5907 505.14127 297.32507 504.86002Q297.07507 504.56314 296.6532 504.56314Q296.23132 504.56314 295.9657 504.86002Q295.7157 505.14127 295.7157 505.64127L295.7157 506.06314ZM292.76257 507.06314L292.13757 506.67252L296.30945 500.00064L296.91882 500.39127L292.76257 507.06314ZM302.66882 504.4694Q302.66882 503.54752 303.0282 502.79752Q303.4032 502.04752 304.05945 501.6569Q304.7157 501.25064 305.54382 501.25064Q306.8407 501.25064 307.63757 502.14127Q308.45007 503.0319 308.45007 504.5319L308.45007 504.61002Q308.45007 505.5319 308.0907 506.26627Q307.73132 507.00064 307.07507 507.42252Q306.41882 507.82877 305.55945 507.82877Q304.2782 507.82877 303.4657 506.93814Q302.66882 506.0319 302.66882 504.54752L302.66882 504.4694ZM303.76257 504.61002Q303.76257 505.6569 304.24695 506.29752Q304.74695 506.93814 305.55945 506.93814Q306.38757 506.93814 306.87195 506.29752Q307.35632 505.64127 307.35632 504.4694Q307.35632 503.43814 306.85632 502.79752Q306.37195 502.14127 305.54382 502.14127Q304.74695 502.14127 304.24695 502.7819Q303.76257 503.4069 303.76257 504.61002ZM310.49695 507.70377L310.49695 502.20377L309.49695 502.20377L309.49695 501.36002L310.49695 501.36002L310.49695 500.7194Q310.49695 499.68814 311.0282 499.14127Q311.57507 498.57877 312.57507 498.57877Q312.95007 498.57877 313.32507 498.67252L313.26257 499.56314Q312.98132 499.50064 312.68445 499.50064Q312.1532 499.50064 311.85632 499.81314Q311.57507 500.12564 311.57507 500.68814L311.57507 501.36002L312.93445 501.36002L312.93445 502.20377L311.57507 502.20377L311.57507 507.70377L310.49695 507.70377ZM320.0282 502.32877Q319.7782 502.29752 319.49695 502.29752Q318.41882 502.29752 318.04382 503.20377L318.04382 507.70377L316.9657 507.70377L316.9657 501.36002L318.01257 501.36002L318.0282 502.0944Q318.55945 501.25064 319.54382 501.25064Q319.85632 501.25064 320.0282 501.32877L320.0282 502.32877ZM323.5907 507.82877Q322.29382 507.82877 321.48132 506.98502Q320.68445 506.12564 320.68445 504.70377L320.68445 504.51627Q320.68445 503.56314 321.04382 502.82877Q321.4032 502.07877 322.04382 501.67252Q322.70007 501.25064 323.45007 501.25064Q324.68445 501.25064 325.37195 502.06314Q326.05945 502.87564 326.05945 504.39127L326.05945 504.8444L321.76257 504.8444Q321.79382 505.7819 322.30945 506.36002Q322.8407 506.93814 323.6532 506.93814Q324.2157 506.93814 324.60632 506.70377Q325.01257 506.4694 325.32507 506.07877L325.98132 506.5944Q325.18445 507.82877 323.5907 507.82877ZM323.45007 502.14127Q322.79382 502.14127 322.3407 502.62564Q321.9032 503.0944 321.80945 503.95377L324.98132 503.95377L324.98132 503.87564Q324.93445 503.04752 324.5282 502.5944Q324.13757 502.14127 323.45007 502.14127ZM330.6532 506.01627Q330.6532 505.57877 330.30945 505.3444Q329.98132 505.0944 329.1532 504.92252Q328.3407 504.75064 327.85632 504.50064Q327.37195 504.25064 327.13757 503.92252Q326.91882 503.57877 326.91882 503.11002Q326.91882 502.32877 327.57507 501.79752Q328.23132 501.25064 329.26257 501.25064Q330.3407 501.25064 330.99695 501.81314Q331.66882 502.36002 331.66882 503.2194L330.5907 503.2194Q330.5907 502.7819 330.20007 502.4694Q329.82507 502.14127 329.26257 502.14127Q328.66882 502.14127 328.32507 502.4069Q327.99695 502.6569 327.99695 503.06314Q327.99695 503.45377 328.30945 503.6569Q328.62195 503.86002 329.43445 504.04752Q330.24695 504.2194 330.74695 504.4694Q331.24695 504.7194 331.48132 505.07877Q331.73132 505.43814 331.73132 505.93814Q331.73132 506.79752 331.04382 507.31314Q330.37195 507.82877 329.29382 507.82877Q328.5282 507.82877 327.93445 507.56314Q327.35632 507.2819 327.0282 506.79752Q326.70007 506.31314 326.70007 505.75064L327.7782 505.75064Q327.80945 506.29752 328.2157 506.62564Q328.62195 506.93814 329.29382 506.93814Q329.9032 506.93814 330.2782 506.68814Q330.6532 506.43814 330.6532 506.01627ZM338.30945 504.61002Q338.30945 506.04752 337.6532 506.93814Q336.99695 507.82877 335.85632 507.82877Q334.70007 507.82877 334.04382 507.0944L334.04382 510.14127L332.9657 510.14127L332.9657 501.36002L333.95007 501.36002L333.99695 502.06314Q334.66882 501.25064 335.8407 501.25064Q336.98132 501.25064 337.63757 502.11002Q338.30945 502.9694 338.30945 504.50064L338.30945 504.61002ZM337.23132 504.48502Q337.23132 503.4069 336.76257 502.79752Q336.30945 502.17252 335.51257 502.17252Q334.5282 502.17252 334.04382 503.0319L334.04382 506.06314Q334.5282 506.93814 335.5282 506.93814Q336.30945 506.93814 336.76257 506.32877Q337.23132 505.70377 337.23132 504.48502ZM339.66882 504.4694Q339.66882 503.54752 340.0282 502.79752Q340.4032 502.04752 341.05945 501.6569Q341.7157 501.25064 342.54382 501.25064Q343.8407 501.25064 344.63757 502.14127Q345.45007 503.0319 345.45007 504.5319L345.45007 504.61002Q345.45007 505.5319 345.0907 506.26627Q344.73132 507.00064 344.07507 507.42252Q343.41882 507.82877 342.55945 507.82877Q341.2782 507.82877 340.4657 506.93814Q339.66882 506.0319 339.66882 504.54752L339.66882 504.4694ZM340.76257 504.61002Q340.76257 505.6569 341.24695 506.29752Q341.74695 506.93814 342.55945 506.93814Q343.38757 506.93814 343.87195 506.29752Q344.35632 505.64127 344.35632 504.4694Q344.35632 503.43814 343.85632 502.79752Q343.37195 502.14127 342.54382 502.14127Q341.74695 502.14127 341.24695 502.7819Q340.76257 503.4069 340.76257 504.61002ZM347.98132 501.36002L348.01257 502.1569Q348.74695 501.25064 349.91882 501.25064Q351.93445 501.25064 351.95007 503.51627L351.95007 507.70377L350.85632 507.70377L350.85632 503.50064Q350.85632 502.82877 350.54382 502.50064Q350.24695 502.17252 349.5907 502.17252Q349.05945 502.17252 348.6532 502.45377Q348.26257 502.73502 348.04382 503.18814L348.04382 507.70377L346.9657 507.70377L346.9657 501.36002L347.98132 501.36002ZM353.70007 504.48502Q353.70007 503.01627 354.38757 502.14127Q355.07507 501.25064 356.20007 501.25064Q357.30945 501.25064 357.9657 502.00064L357.9657 498.70377L359.04382 498.70377L359.04382 507.70377L358.04382 507.70377L357.99695 507.01627Q357.3407 507.82877 356.18445 507.82877Q355.0907 507.82877 354.38757 506.92252Q353.70007 506.01627 353.70007 504.56314L353.70007 504.48502ZM354.7782 504.61002Q354.7782 505.68814 355.2157 506.29752Q355.66882 506.9069 356.45007 506.9069Q357.48132 506.9069 357.9657 505.9694L357.9657 503.06314Q357.48132 502.17252 356.4657 502.17252Q355.66882 502.17252 355.2157 502.7819Q354.7782 503.39127 354.7782 504.61002ZM363.5907 507.82877Q362.29382 507.82877 361.48132 506.98502Q360.68445 506.12564 360.68445 504.70377L360.68445 504.51627Q360.68445 503.56314 361.04382 502.82877Q361.4032 502.07877 362.04382 501.67252Q362.70007 501.25064 363.45007 501.25064Q364.68445 501.25064 365.37195 502.06314Q366.05945 502.87564 366.05945 504.39127L366.05945 504.8444L361.76257 504.8444Q361.79382 505.7819 362.30945 506.36002Q362.8407 506.93814 363.6532 506.93814Q364.2157 506.93814 364.60632 506.70377Q365.01257 506.4694 365.32507 506.07877L365.98132 506.5944Q365.18445 507.82877 363.5907 507.82877ZM363.45007 502.14127Q362.79382 502.14127 362.3407 502.62564Q361.9032 503.0944 361.80945 503.95377L364.98132 503.95377L364.98132 503.87564Q364.93445 503.04752 364.5282 502.5944Q364.13757 502.14127 363.45007 502.14127ZM367.98132 501.36002L368.01257 502.1569Q368.74695 501.25064 369.91882 501.25064Q371.93445 501.25064 371.95007 503.51627L371.95007 507.70377L370.85632 507.70377L370.85632 503.50064Q370.85632 502.82877 370.54382 502.50064Q370.24695 502.17252 369.5907 502.17252Q369.05945 502.17252 368.6532 502.45377Q368.26257 502.73502 368.04382 503.18814L368.04382 507.70377L366.9657 507.70377L366.9657 501.36002L367.98132 501.36002ZM375.43445 499.82877L375.43445 501.36002L376.60632 501.36002L376.60632 502.20377L375.43445 502.20377L375.43445 506.12564Q375.43445 506.51627 375.5907 506.70377Q375.74695 506.89127 376.12195 506.89127Q376.30945 506.89127 376.63757 506.82877L376.63757 507.70377Q376.2157 507.82877 375.80945 507.82877Q375.0907 507.82877 374.7157 507.39127Q374.3407 506.93814 374.3407 506.12564L374.3407 502.20377L373.18445 502.20377L373.18445 501.36002L374.3407 501.36002L374.3407 499.82877L375.43445 499.82877ZM381.6532 506.01627Q381.6532 505.57877 381.30945 505.3444Q380.98132 505.0944 380.1532 504.92252Q379.3407 504.75064 378.85632 504.50064Q378.37195 504.25064 378.13757 503.92252Q377.91882 503.57877 377.91882 503.11002Q377.91882 502.32877 378.57507 501.79752Q379.23132 501.25064 380.26257 501.25064Q381.3407 501.25064 381.99695 501.81314Q382.66882 502.36002 382.66882 503.2194L381.5907 503.2194Q381.5907 502.7819 381.20007 502.4694Q380.82507 502.14127 380.26257 502.14127Q379.66882 502.14127 379.32507 502.4069Q378.99695 502.6569 378.99695 503.06314Q378.99695 503.45377 379.30945 503.6569Q379.62195 503.86002 380.43445 504.04752Q381.24695 504.2194 381.74695 504.4694Q382.24695 504.7194 382.48132 505.07877Q382.73132 505.43814 382.73132 505.93814Q382.73132 506.79752 382.04382 507.31314Q381.37195 507.82877 380.29382 507.82877Q379.5282 507.82877 378.93445 507.56314Q378.35632 507.2819 378.0282 506.79752Q377.70007 506.31314 377.70007 505.75064L378.7782 505.75064Q378.80945 506.29752 379.2157 506.62564Q379.62195 506.93814 380.29382 506.93814Q380.9032 506.93814 381.2782 506.68814Q381.6532 506.43814 381.6532 506.01627ZM386.91882 504.23502Q386.91882 502.92252 387.26257 501.70377Q387.62195 500.48502 388.32507 499.48502Q389.0282 498.48502 389.79382 498.07877L390.01257 498.79752Q389.1532 499.45377 388.60632 500.79752Q388.05945 502.14127 388.01257 503.81314L387.99695 504.31314Q387.99695 506.57877 388.82507 508.23502Q389.32507 509.23502 390.01257 509.79752L389.79382 510.45377Q389.01257 510.0319 388.29382 509.00064Q386.91882 507.01627 386.91882 504.23502ZM391.98132 501.36002L392.01257 502.1569Q392.74695 501.25064 393.91882 501.25064Q395.93445 501.25064 395.95007 503.51627L395.95007 507.70377L394.85632 507.70377L394.85632 503.50064Q394.85632 502.82877 394.54382 502.50064Q394.24695 502.17252 393.5907 502.17252Q393.05945 502.17252 392.6532 502.45377Q392.26257 502.73502 392.04382 503.18814L392.04382 507.70377L390.9657 507.70377L390.9657 501.36002L391.98132 501.36002ZM402.91882 502.93814L398.0282 502.93814L398.0282 501.98502L402.91882 501.98502L402.91882 502.93814ZM402.91882 505.36002L398.0282 505.36002L398.0282 504.42252L402.91882 504.42252L402.91882 505.36002ZM410.0282 501.39127Q410.0282 502.0319 409.68445 502.5319Q409.3407 503.0319 408.7782 503.31314Q409.43445 503.5944 409.82507 504.1569Q410.2157 504.70377 410.2157 505.4069Q410.2157 506.50064 409.4657 507.17252Q408.73132 507.82877 407.51257 507.82877Q406.2782 507.82877 405.5282 507.17252Q404.79382 506.50064 404.79382 505.4069Q404.79382 504.70377 405.16882 504.1569Q405.54382 503.5944 406.2157 503.31314Q405.6532 503.0319 405.32507 502.5319Q404.99695 502.0319 404.99695 501.39127Q404.99695 500.31314 405.68445 499.68814Q406.37195 499.04752 407.51257 499.04752Q408.63757 499.04752 409.32507 499.68814Q410.0282 500.31314 410.0282 501.39127ZM409.13757 505.37564Q409.13757 504.6569 408.68445 504.2194Q408.23132 503.76627 407.49695 503.76627Q406.76257 503.76627 406.30945 504.2194Q405.87195 504.6569 405.87195 505.39127Q405.87195 506.11002 406.30945 506.5319Q406.74695 506.93814 407.51257 506.93814Q408.26257 506.93814 408.70007 506.51627Q409.13757 506.0944 409.13757 505.37564ZM407.51257 499.93814Q406.87195 499.93814 406.4657 500.3444Q406.07507 500.73502 406.07507 501.42252Q406.07507 502.06314 406.4657 502.4694Q406.85632 502.87564 407.49695 502.87564Q408.1532 502.87564 408.54382 502.4694Q408.93445 502.06314 408.93445 501.42252Q408.93445 500.76627 408.5282 500.36002Q408.12195 499.93814 407.51257 499.93814ZM411.91882 509.4069L411.30945 508.98502Q411.85632 508.2194 411.88757 507.39127L411.88757 506.42252L412.95007 506.42252L412.95007 507.26627Q412.95007 507.86002 412.6532 508.45377Q412.35632 509.04752 411.91882 509.4069ZM418.10632 499.17252L418.10632 500.07877L417.9032 500.07877Q416.63757 500.11002 415.88757 500.8444Q415.13757 501.56314 415.01257 502.87564Q415.70007 502.11002 416.85632 502.11002Q417.9657 502.11002 418.63757 502.89127Q419.30945 503.67252 419.30945 504.92252Q419.30945 506.23502 418.5907 507.0319Q417.87195 507.82877 416.6532 507.82877Q415.43445 507.82877 414.66882 506.89127Q413.91882 505.93814 413.91882 504.45377L413.91882 504.04752Q413.91882 501.68814 414.91882 500.43814Q415.91882 499.18814 417.9032 499.17252L418.10632 499.17252ZM416.68445 503.01627Q416.12195 503.01627 415.6532 503.3444Q415.18445 503.67252 414.99695 504.18814L414.99695 504.57877Q414.99695 505.64127 415.4657 506.2819Q415.95007 506.92252 416.6532 506.92252Q417.38757 506.92252 417.80945 506.39127Q418.23132 505.8444 418.23132 504.9694Q418.23132 504.0944 417.80945 503.56314Q417.38757 503.01627 416.68445 503.01627ZM426.35632 499.7819L422.82507 507.70377L421.68445 507.70377L425.20007 500.06314L420.5907 500.06314L420.5907 499.17252L426.35632 499.17252L426.35632 499.7819ZM433.20007 504.06314Q433.20007 505.9694 432.54382 506.9069Q431.9032 507.82877 430.51257 507.82877Q429.1532 507.82877 428.49695 506.92252Q427.8407 506.01627 427.80945 504.20377L427.80945 502.76627Q427.80945 500.87564 428.45007 499.9694Q429.10632 499.04752 430.49695 499.04752Q431.87195 499.04752 432.5282 499.93814Q433.18445 500.81314 433.20007 502.6569L433.20007 504.06314ZM432.10632 502.57877Q432.10632 501.20377 431.7157 500.57877Q431.3407 499.93814 430.49695 499.93814Q429.66882 499.93814 429.2782 500.57877Q428.9032 501.20377 428.9032 502.50064L428.9032 504.23502Q428.9032 505.61002 429.29382 506.2819Q429.70007 506.93814 430.51257 506.93814Q431.30945 506.93814 431.70007 506.31314Q432.0907 505.68814 432.10632 504.36002L432.10632 502.57877ZM437.4657 504.29752Q437.4657 505.61002 437.12195 506.81314Q436.7782 508.00064 436.05945 509.01627Q435.35632 510.0319 434.5907 510.45377L434.35632 509.79752Q435.26257 509.11002 435.80945 507.6569Q436.35632 506.18814 436.37195 504.42252L436.37195 504.23502Q436.37195 503.00064 436.10632 501.93814Q435.85632 500.87564 435.38757 500.04752Q434.93445 499.20377 434.35632 498.73502L434.5907 498.07877Q435.35632 498.50064 436.05945 499.50064Q436.76257 500.50064 437.10632 501.7194Q437.4657 502.92252 437.4657 504.29752Z" fill-rule="nonzero"/><path fill="#666666" d="M58.328125 90.776695L58.5 91.901695L58.734375 90.88607L60.421875 84.932945L61.375 84.932945L63.015625 90.88607L63.25 91.91732L63.4375 90.76107L64.765625 84.932945L65.890625 84.932945L63.828125 93.464195L62.796875 93.464195L61.03125 87.245445L60.90625 86.589195L60.765625 87.245445L58.953125 93.464195L57.921875 93.464195L55.859375 84.932945L56.984375 84.932945L58.328125 90.776695ZM69.953125 93.589195Q68.65625 93.589195 67.84375 92.745445Q67.046875 91.88607 67.046875 90.464195L67.046875 90.276695Q67.046875 89.32357 67.40625 88.589195Q67.765625 87.839195 68.40625 87.432945Q69.0625 87.01107 69.8125 87.01107Q71.046875 87.01107 71.734375 87.82357Q72.421875 88.63607 72.421875 90.151695L72.421875 90.60482L68.125 90.60482Q68.15625 91.54232 68.671875 92.120445Q69.203125 92.69857 70.015625 92.69857Q70.578125 92.69857 70.96875 92.464195Q71.375 92.22982 71.6875 91.839195L72.34375 92.35482Q71.546875 93.589195 69.953125 93.589195ZM69.8125 87.901695Q69.15625 87.901695 68.703125 88.38607Q68.265625 88.85482 68.171875 89.714195L71.34375 89.714195L71.34375 89.63607Q71.296875 88.807945 70.890625 88.35482Q70.5 87.901695 69.8125 87.901695ZM78.6875 90.370445Q78.6875 91.82357 78.015625 92.714195Q77.359375 93.589195 76.234375 93.589195Q75.03125 93.589195 74.375 92.72982L74.3125 93.464195L73.328125 93.464195L73.328125 84.464195L74.40625 84.464195L74.40625 87.82357Q75.0625 87.01107 76.21875 87.01107Q77.375 87.01107 78.03125 87.88607Q78.6875 88.745445 78.6875 90.276695L78.6875 90.370445ZM77.609375 90.245445Q77.609375 89.13607 77.171875 88.54232Q76.75 87.932945 75.953125 87.932945Q74.875 87.932945 74.40625 88.91732L74.40625 91.66732Q74.90625 92.66732 75.953125 92.66732Q76.734375 92.66732 77.171875 92.057945Q77.609375 91.44857 77.609375 90.245445ZM83.0625 90.245445Q83.0625 88.776695 83.75 87.901695Q84.4375 87.01107 85.5625 87.01107Q86.671875 87.01107 87.328125 87.76107L87.328125 84.464195L88.40625 84.464195L88.40625 93.464195L87.40625 93.464195L87.359375 92.776695Q86.703125 93.589195 85.546875 93.589195Q84.453125 93.589195 83.75 92.682945Q83.0625 91.776695 83.0625 90.32357L83.0625 90.245445ZM84.140625 90.370445Q84.140625 91.44857 84.578125 92.057945Q85.03125 92.66732 85.8125 92.66732Q86.84375 92.66732 87.328125 91.72982L87.328125 88.82357Q86.84375 87.932945 85.828125 87.932945Q85.03125 87.932945 84.578125 88.54232Q84.140625 89.151695 84.140625 90.370445ZM92.953125 93.589195Q91.65625 93.589195 90.84375 92.745445Q90.046875 91.88607 90.046875 90.464195L90.046875 90.276695Q90.046875 89.32357 90.40625 88.589195Q90.765625 87.839195 91.40625 87.432945Q92.0625 87.01107 92.8125 87.01107Q94.046875 87.01107 94.734375 87.82357Q95.421875 88.63607 95.421875 90.151695L95.421875 90.60482L91.125 90.60482Q91.15625 91.54232 91.671875 92.120445Q92.203125 92.69857 93.015625 92.69857Q93.578125 92.69857 93.96875 92.464195Q94.375 92.22982 94.6875 91.839195L95.34375 92.35482Q94.546875 93.589195 92.953125 93.589195ZM92.8125 87.901695Q92.15625 87.901695 91.703125 88.38607Q91.265625 88.85482 91.171875 89.714195L94.34375 89.714195L94.34375 89.63607Q94.296875 88.807945 93.890625 88.35482Q93.5 87.901695 92.8125 87.901695ZM98.40625 91.995445L99.984375 87.120445L101.09375 87.120445L98.8125 93.464195L97.984375 93.464195L95.6875 87.120445L96.796875 87.120445L98.40625 91.995445ZM104.953125 93.589195Q103.65625 93.589195 102.84375 92.745445Q102.046875 91.88607 102.046875 90.464195L102.046875 90.276695Q102.046875 89.32357 102.40625 88.589195Q102.765625 87.839195 103.40625 87.432945Q104.0625 87.01107 104.8125 87.01107Q106.046875 87.01107 106.734375 87.82357Q107.421875 88.63607 107.421875 90.151695L107.421875 90.60482L103.125 90.60482Q103.15625 91.54232 103.671875 92.120445Q104.203125 92.69857 105.015625 92.69857Q105.578125 92.69857 105.96875 92.464195Q106.375 92.22982 106.6875 91.839195L107.34375 92.35482Q106.546875 93.589195 104.953125 93.589195ZM104.8125 87.901695Q104.15625 87.901695 103.703125 88.38607Q103.265625 88.85482 103.171875 89.714195L106.34375 89.714195L106.34375 89.63607Q106.296875 88.807945 105.890625 88.35482Q105.5 87.901695 104.8125 87.901695ZM109.5 93.464195L108.421875 93.464195L108.421875 84.464195L109.5 84.464195L109.5 93.464195ZM111.03125 90.22982Q111.03125 89.307945 111.390625 88.557945Q111.765625 87.807945 112.421875 87.41732Q113.078125 87.01107 113.90625 87.01107Q115.203125 87.01107 116.0 87.901695Q116.8125 88.79232 116.8125 90.29232L116.8125 90.370445Q116.8125 91.29232 116.453125 92.026695Q116.09375 92.76107 115.4375 93.182945Q114.78125 93.589195 113.921875 93.589195Q112.640625 93.589195 111.828125 92.69857Q111.03125 91.79232 111.03125 90.307945L111.03125 90.22982ZM112.125 90.370445Q112.125 91.41732 112.609375 92.057945Q113.109375 92.69857 113.921875 92.69857Q114.75 92.69857 115.234375 92.057945Q115.71875 91.401695 115.71875 90.22982Q115.71875 89.19857 115.21875 88.557945Q114.734375 87.901695 113.90625 87.901695Q113.109375 87.901695 112.609375 88.54232Q112.125 89.16732 112.125 90.370445ZM123.671875 90.370445Q123.671875 91.807945 123.015625 92.69857Q122.359375 93.589195 121.21875 93.589195Q120.0625 93.589195 119.40625 92.85482L119.40625 95.901695L118.328125 95.901695L118.328125 87.120445L119.3125 87.120445L119.359375 87.82357Q120.03125 87.01107 121.203125 87.01107Q122.34375 87.01107 123.0 87.870445Q123.671875 88.72982 123.671875 90.26107L123.671875 90.370445ZM122.59375 90.245445Q122.59375 89.16732 122.125 88.557945Q121.671875 87.932945 120.875 87.932945Q119.890625 87.932945 119.40625 88.79232L119.40625 91.82357Q119.890625 92.69857 120.890625 92.69857Q121.671875 92.69857 122.125 92.089195Q122.59375 91.464195 122.59375 90.245445ZM126.34375 87.120445L126.375 87.82357Q127.0625 87.01107 128.25 87.01107Q129.57812 87.01107 130.0625 88.026695Q130.375 87.57357 130.875 87.29232Q131.39062 87.01107 132.07812 87.01107Q134.17188 87.01107 134.20312 89.214195L134.20312 93.464195L133.125 93.464195L133.125 89.276695Q133.125 88.60482 132.8125 88.276695Q132.5 87.932945 131.76562 87.932945Q131.15625 87.932945 130.75 88.29232Q130.35938 88.651695 130.29688 89.26107L130.29688 93.464195L129.21875 93.464195L129.21875 89.307945Q129.21875 87.932945 127.859375 87.932945Q126.796875 87.932945 126.40625 88.839195L126.40625 93.464195L125.3125 93.464195L125.3125 87.120445L126.34375 87.120445ZM138.95312 93.589195Q137.65625 93.589195 136.84375 92.745445Q136.04688 91.88607 136.04688 90.464195L136.04688 90.276695Q136.04688 89.32357 136.40625 88.589195Q136.76562 87.839195 137.40625 87.432945Q138.0625 87.01107 138.8125 87.01107Q140.04688 87.01107 140.73438 87.82357Q141.42188 88.63607 141.42188 90.151695L141.42188 90.60482L137.125 90.60482Q137.15625 91.54232 137.67188 92.120445Q138.20312 92.69857 139.01562 92.69857Q139.57812 92.69857 139.96875 92.464195Q140.375 92.22982 140.6875 91.839195L141.34375 92.35482Q140.54688 93.589195 138.95312 93.589195ZM138.8125 87.901695Q138.15625 87.901695 137.70312 88.38607Q137.26562 88.85482 137.17188 89.714195L140.34375 89.714195L140.34375 89.63607Q140.29688 88.807945 139.89062 88.35482Q139.5 87.901695 138.8125 87.901695ZM143.34375 87.120445L143.375 87.91732Q144.10938 87.01107 145.28125 87.01107Q147.29688 87.01107 147.3125 89.276695L147.3125 93.464195L146.21875 93.464195L146.21875 89.26107Q146.21875 88.589195 145.90625 88.26107Q145.60938 87.932945 144.95312 87.932945Q144.42188 87.932945 144.01562 88.214195Q143.625 88.495445 143.40625 88.94857L143.40625 93.464195L142.32812 93.464195L142.32812 87.120445L143.34375 87.120445ZM150.79688 85.589195L150.79688 87.120445L151.96875 87.120445L151.96875 87.964195L150.79688 87.964195L150.79688 91.88607Q150.79688 92.276695 150.95312 92.464195Q151.10938 92.651695 151.48438 92.651695Q151.67188 92.651695 152.0 92.589195L152.0 93.464195Q151.57812 93.589195 151.17188 93.589195Q150.45312 93.589195 150.07812 93.151695Q149.70312 92.69857 149.70312 91.88607L149.70312 87.964195L148.54688 87.964195L148.54688 87.120445L149.70312 87.120445L149.70312 85.589195L150.79688 85.589195Z" fill-rule="nonzero"/><path fill="#666666" d="M95.484375 118.93338L95.484375 110.40213L97.90625 110.40213Q99.015625 110.40213 99.859375 110.90213Q100.71875 111.386505 101.1875 112.292755Q101.65625 113.199005 101.65625 114.386505L101.65625 114.917755Q101.65625 116.136505 101.1875 117.042755Q100.734375 117.949005 99.859375 118.43338Q99.0 118.917755 97.859375 118.93338L95.484375 118.93338ZM96.609375 111.324005L96.609375 118.011505L97.796875 118.011505Q99.09375 118.011505 99.8125 117.21463Q100.546875 116.40213 100.546875 114.90213L100.546875 114.40213Q100.546875 112.949005 99.859375 112.15213Q99.1875 111.33963 97.921875 111.324005L96.609375 111.324005ZM107.234375 118.93338Q107.140625 118.74588 107.078125 118.261505Q106.328125 119.05838 105.28125 119.05838Q104.34375 119.05838 103.734375 118.52713Q103.140625 117.99588 103.140625 117.167755Q103.140625 116.18338 103.890625 115.636505Q104.640625 115.08963 106.015625 115.08963L107.0625 115.08963L107.0625 114.58963Q107.0625 114.02713 106.71875 113.699005Q106.390625 113.355255 105.71875 113.355255Q105.140625 113.355255 104.75 113.65213Q104.359375 113.93338 104.359375 114.355255L103.265625 114.355255Q103.265625 113.87088 103.59375 113.43338Q103.9375 112.99588 104.515625 112.74588Q105.09375 112.480255 105.78125 112.480255Q106.890625 112.480255 107.5 113.02713Q108.125 113.574005 108.15625 114.52713L108.15625 117.449005Q108.15625 118.324005 108.375 118.83963L108.375 118.93338L107.234375 118.93338ZM105.4375 118.105255Q105.953125 118.105255 106.40625 117.83963Q106.859375 117.574005 107.0625 117.15213L107.0625 115.855255L106.21875 115.855255Q104.21875 115.855255 104.21875 117.02713Q104.21875 117.52713 104.5625 117.824005Q104.90625 118.105255 105.4375 118.105255ZM111.796875 111.05838L111.796875 112.58963L112.96875 112.58963L112.96875 113.43338L111.796875 113.43338L111.796875 117.355255Q111.796875 117.74588 111.953125 117.93338Q112.109375 118.12088 112.484375 118.12088Q112.671875 118.12088 113.0 118.05838L113.0 118.93338Q112.578125 119.05838 112.171875 119.05838Q111.453125 119.05838 111.078125 118.62088Q110.703125 118.167755 110.703125 117.355255L110.703125 113.43338L109.546875 113.43338L109.546875 112.58963L110.703125 112.58963L110.703125 111.05838L111.796875 111.05838ZM118.234375 118.93338Q118.140625 118.74588 118.078125 118.261505Q117.328125 119.05838 116.28125 119.05838Q115.34375 119.05838 114.734375 118.52713Q114.140625 117.99588 114.140625 117.167755Q114.140625 116.18338 114.890625 115.636505Q115.640625 115.08963 117.015625 115.08963L118.0625 115.08963L118.0625 114.58963Q118.0625 114.02713 117.71875 113.699005Q117.390625 113.355255 116.71875 113.355255Q116.140625 113.355255 115.75 113.65213Q115.359375 113.93338 115.359375 114.355255L114.265625 114.355255Q114.265625 113.87088 114.59375 113.43338Q114.9375 112.99588 115.515625 112.74588Q116.09375 112.480255 116.78125 112.480255Q117.890625 112.480255 118.5 113.02713Q119.125 113.574005 119.15625 114.52713L119.15625 117.449005Q119.15625 118.324005 119.375 118.83963L119.375 118.93338L118.234375 118.93338ZM116.4375 118.105255Q116.953125 118.105255 117.40625 117.83963Q117.859375 117.574005 118.0625 117.15213L118.0625 115.855255L117.21875 115.855255Q115.21875 115.855255 115.21875 117.02713Q115.21875 117.52713 115.5625 117.824005Q115.90625 118.105255 116.4375 118.105255ZM126.6875 115.83963Q126.6875 117.292755 126.015625 118.18338Q125.359375 119.05838 124.234375 119.05838Q123.03125 119.05838 122.375 118.199005L122.3125 118.93338L121.328125 118.93338L121.328125 109.93338L122.40625 109.93338L122.40625 113.292755Q123.0625 112.480255 124.21875 112.480255Q125.375 112.480255 126.03125 113.355255Q126.6875 114.21463 126.6875 115.74588L126.6875 115.83963ZM125.609375 115.71463Q125.609375 114.605255 125.171875 114.011505Q124.75 113.40213 123.953125 113.40213Q122.875 113.40213 122.40625 114.386505L122.40625 117.136505Q122.90625 118.136505 123.953125 118.136505Q124.734375 118.136505 125.171875 117.52713Q125.609375 116.917755 125.609375 115.71463ZM132.23438 118.93338Q132.14062 118.74588 132.07812 118.261505Q131.32812 119.05838 130.28125 119.05838Q129.34375 119.05838 128.73438 118.52713Q128.14062 117.99588 128.14062 117.167755Q128.14062 116.18338 128.89062 115.636505Q129.64062 115.08963 131.01562 115.08963L132.0625 115.08963L132.0625 114.58963Q132.0625 114.02713 131.71875 113.699005Q131.39062 113.355255 130.71875 113.355255Q130.14062 113.355255 129.75 113.65213Q129.35938 113.93338 129.35938 114.355255L128.26562 114.355255Q128.26562 113.87088 128.59375 113.43338Q128.9375 112.99588 129.51562 112.74588Q130.09375 112.480255 130.78125 112.480255Q131.89062 112.480255 132.5 113.02713Q133.125 113.574005 133.15625 114.52713L133.15625 117.449005Q133.15625 118.324005 133.375 118.83963L133.375 118.93338L132.23438 118.93338ZM130.4375 118.105255Q130.95312 118.105255 131.40625 117.83963Q131.85938 117.574005 132.0625 117.15213L132.0625 115.855255L131.21875 115.855255Q129.21875 115.855255 129.21875 117.02713Q129.21875 117.52713 129.5625 117.824005Q129.90625 118.105255 130.4375 118.105255ZM139.01562 117.24588Q139.01562 116.80838 138.67188 116.574005Q138.34375 116.324005 137.51562 116.15213Q136.70312 115.980255 136.21875 115.730255Q135.73438 115.480255 135.5 115.15213Q135.28125 114.80838 135.28125 114.33963Q135.28125 113.55838 135.9375 113.02713Q136.59375 112.480255 137.625 112.480255Q138.70312 112.480255 139.35938 113.042755Q140.03125 113.58963 140.03125 114.449005L138.95312 114.449005Q138.95312 114.011505 138.5625 113.699005Q138.1875 113.37088 137.625 113.37088Q137.03125 113.37088 136.6875 113.636505Q136.35938 113.886505 136.35938 114.292755Q136.35938 114.68338 136.67188 114.886505Q136.98438 115.08963 137.79688 115.27713Q138.60938 115.449005 139.10938 115.699005Q139.60938 115.949005 139.84375 116.30838Q140.09375 116.667755 140.09375 117.167755Q140.09375 118.02713 139.40625 118.542755Q138.73438 119.05838 137.65625 119.05838Q136.89062 119.05838 136.29688 118.792755Q135.71875 118.511505 135.39062 118.02713Q135.0625 117.542755 135.0625 116.980255L136.14062 116.980255Q136.17188 117.52713 136.57812 117.855255Q136.98438 118.167755 137.65625 118.167755Q138.26562 118.167755 138.64062 117.917755Q139.01562 117.667755 139.01562 117.24588ZM143.95312 119.05838Q142.65625 119.05838 141.84375 118.21463Q141.04688 117.355255 141.04688 115.93338L141.04688 115.74588Q141.04688 114.792755 141.40625 114.05838Q141.76562 113.30838 142.40625 112.90213Q143.0625 112.480255 143.8125 112.480255Q145.04688 112.480255 145.73438 113.292755Q146.42188 114.105255 146.42188 115.62088L146.42188 116.074005L142.125 116.074005Q142.15625 117.011505 142.67188 117.58963Q143.20312 118.167755 144.01562 118.167755Q144.57812 118.167755 144.96875 117.93338Q145.375 117.699005 145.6875 117.30838L146.34375 117.824005Q145.54688 119.05838 143.95312 119.05838ZM143.8125 113.37088Q143.15625 113.37088 142.70312 113.855255Q142.26562 114.324005 142.17188 115.18338L145.34375 115.18338L145.34375 115.105255Q145.29688 114.27713 144.89062 113.824005Q144.5 113.37088 143.8125 113.37088ZM151.01562 117.24588Q151.01562 116.80838 150.67188 116.574005Q150.34375 116.324005 149.51562 116.15213Q148.70312 115.980255 148.21875 115.730255Q147.73438 115.480255 147.5 115.15213Q147.28125 114.80838 147.28125 114.33963Q147.28125 113.55838 147.9375 113.02713Q148.59375 112.480255 149.625 112.480255Q150.70312 112.480255 151.35938 113.042755Q152.03125 113.58963 152.03125 114.449005L150.95312 114.449005Q150.95312 114.011505 150.5625 113.699005Q150.1875 113.37088 149.625 113.37088Q149.03125 113.37088 148.6875 113.636505Q148.35938 113.886505 148.35938 114.292755Q148.35938 114.68338 148.67188 114.886505Q148.98438 115.08963 149.79688 115.27713Q150.60938 115.449005 151.10938 115.699005Q151.60938 115.949005 151.84375 116.30838Q152.09375 116.667755 152.09375 117.167755Q152.09375 118.02713 151.40625 118.542755Q150.73438 119.05838 149.65625 119.05838Q148.89062 119.05838 148.29688 118.792755Q147.71875 118.511505 147.39062 118.02713Q147.0625 117.542755 147.0625 116.980255L148.14062 116.980255Q148.17188 117.52713 148.57812 117.855255Q148.98438 118.167755 149.65625 118.167755Q150.26562 118.167755 150.64062 117.917755Q151.01562 117.667755 151.01562 117.24588Z" fill-rule="nonzero"/><path fill="#666666" d="M37.046875 144.40257L35.921875 144.40257L31.625 137.82445L31.625 144.40257L30.484375 144.40257L30.484375 135.87132L31.625 135.87132L35.921875 142.4807L35.921875 135.87132L37.046875 135.87132L37.046875 144.40257ZM41.953125 144.52757Q40.65625 144.52757 39.84375 143.68382Q39.046875 142.82445 39.046875 141.40257L39.046875 141.21507Q39.046875 140.26195 39.40625 139.52757Q39.765625 138.77757 40.40625 138.37132Q41.0625 137.94945 41.8125 137.94945Q43.046875 137.94945 43.734375 138.76195Q44.421875 139.57445 44.421875 141.09007L44.421875 141.5432L40.125 141.5432Q40.15625 142.4807 40.671875 143.05882Q41.203125 143.63695 42.015625 143.63695Q42.578125 143.63695 42.96875 143.40257Q43.375 143.1682 43.6875 142.77757L44.34375 143.2932Q43.546875 144.52757 41.953125 144.52757ZM41.8125 138.84007Q41.15625 138.84007 40.703125 139.32445Q40.265625 139.7932 40.171875 140.65257L43.34375 140.65257L43.34375 140.57445Q43.296875 139.74632 42.890625 139.2932Q42.5 138.84007 41.8125 138.84007ZM46.796875 136.52757L46.796875 138.05882L47.96875 138.05882L47.96875 138.90257L46.796875 138.90257L46.796875 142.82445Q46.796875 143.21507 46.953125 143.40257Q47.109375 143.59007 47.484375 143.59007Q47.671875 143.59007 48.0 143.52757L48.0 144.40257Q47.578125 144.52757 47.171875 144.52757Q46.453125 144.52757 46.078125 144.09007Q45.703125 143.63695 45.703125 142.82445L45.703125 138.90257L44.546875 138.90257L44.546875 138.05882L45.703125 138.05882L45.703125 136.52757L46.796875 136.52757ZM54.9375 142.90257L56.15625 138.05882L57.234375 138.05882L55.390625 144.40257L54.515625 144.40257L52.96875 139.59007L51.46875 144.40257L50.59375 144.40257L48.75 138.05882L49.828125 138.05882L51.078125 142.80882L52.5625 138.05882L53.421875 138.05882L54.9375 142.90257ZM58.03125 141.1682Q58.03125 140.24632 58.390625 139.49632Q58.765625 138.74632 59.421875 138.3557Q60.078125 137.94945 60.90625 137.94945Q62.203125 137.94945 63.0 138.84007Q63.8125 139.7307 63.8125 141.2307L63.8125 141.30882Q63.8125 142.2307 63.453125 142.96507Q63.09375 143.69945 62.4375 144.12132Q61.78125 144.52757 60.921875 144.52757Q59.640625 144.52757 58.828125 143.63695Q58.03125 142.7307 58.03125 141.24632L58.03125 141.1682ZM59.125 141.30882Q59.125 142.3557 59.609375 142.99632Q60.109375 143.63695 60.921875 143.63695Q61.75 143.63695 62.234375 142.99632Q62.71875 142.34007 62.71875 141.1682Q62.71875 140.13695 62.21875 139.49632Q61.734375 138.84007 60.90625 138.84007Q60.109375 138.84007 59.609375 139.4807Q59.125 140.1057 59.125 141.30882ZM68.390625 139.02757Q68.140625 138.99632 67.859375 138.99632Q66.78125 138.99632 66.40625 139.90257L66.40625 144.40257L65.328125 144.40257L65.328125 138.05882L66.375 138.05882L66.390625 138.7932Q66.921875 137.94945 67.90625 137.94945Q68.21875 137.94945 68.390625 138.02757L68.390625 139.02757ZM71.09375 141.46507L70.40625 142.1682L70.40625 144.40257L69.328125 144.40257L69.328125 135.40257L70.40625 135.40257L70.40625 140.84007L70.984375 140.15257L72.96875 138.05882L74.28125 138.05882L71.8125 140.71507L74.578125 144.40257L73.296875 144.40257L71.09375 141.46507ZM83.671875 141.30882Q83.671875 142.74632 83.015625 143.63695Q82.359375 144.52757 81.21875 144.52757Q80.0625 144.52757 79.40625 143.7932L79.40625 146.84007L78.328125 146.84007L78.328125 138.05882L79.3125 138.05882L79.359375 138.76195Q80.03125 137.94945 81.203125 137.94945Q82.34375 137.94945 83.0 138.80882Q83.671875 139.6682 83.671875 141.19945L83.671875 141.30882ZM82.59375 141.18382Q82.59375 140.1057 82.125 139.49632Q81.671875 138.87132 80.875 138.87132Q79.890625 138.87132 79.40625 139.7307L79.40625 142.76195Q79.890625 143.63695 80.890625 143.63695Q81.671875 143.63695 82.125 143.02757Q82.59375 142.40257 82.59375 141.18382ZM88.390625 139.02757Q88.140625 138.99632 87.859375 138.99632Q86.78125 138.99632 86.40625 139.90257L86.40625 144.40257L85.328125 144.40257L85.328125 138.05882L86.375 138.05882L86.390625 138.7932Q86.921875 137.94945 87.90625 137.94945Q88.21875 137.94945 88.390625 138.02757L88.390625 139.02757ZM89.03125 141.1682Q89.03125 140.24632 89.390625 139.49632Q89.765625 138.74632 90.421875 138.3557Q91.078125 137.94945 91.90625 137.94945Q93.203125 137.94945 94.0 138.84007Q94.8125 139.7307 94.8125 141.2307L94.8125 141.30882Q94.8125 142.2307 94.453125 142.96507Q94.09375 143.69945 93.4375 144.12132Q92.78125 144.52757 91.921875 144.52757Q90.640625 144.52757 89.828125 143.63695Q89.03125 142.7307 89.03125 141.24632L89.03125 141.1682ZM90.125 141.30882Q90.125 142.3557 90.609375 142.99632Q91.109375 143.63695 91.921875 143.63695Q92.75 143.63695 93.234375 142.99632Q93.71875 142.34007 93.71875 141.1682Q93.71875 140.13695 93.21875 139.49632Q92.734375 138.84007 91.90625 138.84007Q91.109375 138.84007 90.609375 139.4807Q90.125 140.1057 90.125 141.30882ZM96.0625 141.18382Q96.0625 139.69945 96.75 138.82445Q97.4375 137.94945 98.5625 137.94945Q99.71875 137.94945 100.375 138.76195L100.421875 138.05882L101.421875 138.05882L101.421875 144.24632Q101.421875 145.4807 100.6875 146.18382Q99.953125 146.90257 98.734375 146.90257Q98.046875 146.90257 97.390625 146.6057Q96.734375 146.30882 96.390625 145.80882L96.953125 145.15257Q97.640625 146.01195 98.65625 146.01195Q99.4375 146.01195 99.875 145.55882Q100.328125 145.12132 100.328125 144.30882L100.328125 143.76195Q99.671875 144.52757 98.546875 144.52757Q97.4375 144.52757 96.75 143.63695Q96.0625 142.7307 96.0625 141.18382ZM97.15625 141.30882Q97.15625 142.37132 97.59375 142.99632Q98.03125 143.6057 98.828125 143.6057Q99.84375 143.6057 100.328125 142.6682L100.328125 139.77757Q99.828125 138.87132 98.828125 138.87132Q98.046875 138.87132 97.59375 139.4807Q97.15625 140.09007 97.15625 141.30882ZM106.390625 139.02757Q106.140625 138.99632 105.859375 138.99632Q104.78125 138.99632 104.40625 139.90257L104.40625 144.40257L103.328125 144.40257L103.328125 138.05882L104.375 138.05882L104.390625 138.7932Q104.921875 137.94945 105.90625 137.94945Q106.21875 137.94945 106.390625 138.02757L106.390625 139.02757ZM111.234375 144.40257Q111.140625 144.21507 111.078125 143.7307Q110.328125 144.52757 109.28125 144.52757Q108.34375 144.52757 107.734375 143.99632Q107.140625 143.46507 107.140625 142.63695Q107.140625 141.65257 107.890625 141.1057Q108.640625 140.55882 110.015625 140.55882L111.0625 140.55882L111.0625 140.05882Q111.0625 139.49632 110.71875 139.1682Q110.390625 138.82445 109.71875 138.82445Q109.140625 138.82445 108.75 139.12132Q108.359375 139.40257 108.359375 139.82445L107.265625 139.82445Q107.265625 139.34007 107.59375 138.90257Q107.9375 138.46507 108.515625 138.21507Q109.09375 137.94945 109.78125 137.94945Q110.890625 137.94945 111.5 138.49632Q112.125 139.0432 112.15625 139.99632L112.15625 142.9182Q112.15625 143.7932 112.375 144.30882L112.375 144.40257L111.234375 144.40257ZM109.4375 143.57445Q109.953125 143.57445 110.40625 143.30882Q110.859375 143.0432 111.0625 142.62132L111.0625 141.32445L110.21875 141.32445Q108.21875 141.32445 108.21875 142.49632Q108.21875 142.99632 108.5625 143.2932Q108.90625 143.57445 109.4375 143.57445ZM115.34375 138.05882L115.375 138.76195Q116.0625 137.94945 117.25 137.94945Q118.578125 137.94945 119.0625 138.96507Q119.375 138.51195 119.875 138.2307Q120.390625 137.94945 121.078125 137.94945Q123.171875 137.94945 123.203125 140.15257L123.203125 144.40257L122.125 144.40257L122.125 140.21507Q122.125 139.5432 121.8125 139.21507Q121.5 138.87132 120.765625 138.87132Q120.15625 138.87132 119.75 139.2307Q119.359375 139.59007 119.296875 140.19945L119.296875 144.40257L118.21875 144.40257L118.21875 140.24632Q118.21875 138.87132 116.859375 138.87132Q115.796875 138.87132 115.40625 139.77757L115.40625 144.40257L114.3125 144.40257L114.3125 138.05882L115.34375 138.05882ZM126.34375 138.05882L126.375 138.76195Q127.0625 137.94945 128.25 137.94945Q129.57812 137.94945 130.0625 138.96507Q130.375 138.51195 130.875 138.2307Q131.39062 137.94945 132.07812 137.94945Q134.17188 137.94945 134.20312 140.15257L134.20312 144.40257L133.125 144.40257L133.125 140.21507Q133.125 139.5432 132.8125 139.21507Q132.5 138.87132 131.76562 138.87132Q131.15625 138.87132 130.75 139.2307Q130.35938 139.59007 130.29688 140.19945L130.29688 144.40257L129.21875 144.40257L129.21875 140.24632Q129.21875 138.87132 127.859375 138.87132Q126.796875 138.87132 126.40625 139.77757L126.40625 144.40257L125.3125 144.40257L125.3125 138.05882L126.34375 138.05882ZM137.5 144.40257L136.42188 144.40257L136.42188 138.05882L137.5 138.05882L137.5 144.40257ZM136.32812 136.38695Q136.32812 136.12132 136.48438 135.93382Q136.65625 135.74632 136.96875 135.74632Q137.28125 135.74632 137.4375 135.93382Q137.60938 136.12132 137.60938 136.38695Q137.60938 136.63695 137.4375 136.82445Q137.28125 136.99632 136.96875 136.99632Q136.65625 136.99632 136.48438 136.82445Q136.32812 136.63695 136.32812 136.38695ZM140.34375 138.05882L140.375 138.8557Q141.10938 137.94945 142.28125 137.94945Q144.29688 137.94945 144.3125 140.21507L144.3125 144.40257L143.21875 144.40257L143.21875 140.19945Q143.21875 139.52757 142.90625 139.19945Q142.60938 138.87132 141.95312 138.87132Q141.42188 138.87132 141.01562 139.15257Q140.625 139.43382 140.40625 139.88695L140.40625 144.40257L139.32812 144.40257L139.32812 138.05882L140.34375 138.05882ZM146.0625 141.18382Q146.0625 139.69945 146.75 138.82445Q147.4375 137.94945 148.5625 137.94945Q149.71875 137.94945 150.375 138.76195L150.42188 138.05882L151.42188 138.05882L151.42188 144.24632Q151.42188 145.4807 150.6875 146.18382Q149.95312 146.90257 148.73438 146.90257Q148.04688 146.90257 147.39062 146.6057Q146.73438 146.30882 146.39062 145.80882L146.95312 145.15257Q147.64062 146.01195 148.65625 146.01195Q149.4375 146.01195 149.875 145.55882Q150.32812 145.12132 150.32812 144.30882L150.32812 143.76195Q149.67188 144.52757 148.54688 144.52757Q147.4375 144.52757 146.75 143.63695Q146.0625 142.7307 146.0625 141.18382ZM147.15625 141.30882Q147.15625 142.37132 147.59375 142.99632Q148.03125 143.6057 148.82812 143.6057Q149.84375 143.6057 150.32812 142.6682L150.32812 139.77757Q149.82812 138.87132 148.82812 138.87132Q148.04688 138.87132 147.59375 139.4807Q147.15625 140.09007 147.15625 141.30882Z" fill-rule="nonzero"/><path fill="#666666" d="M32.0 166.07487Q30.5625 165.653 29.890625 165.04362Q29.234375 164.43425 29.234375 163.54362Q29.234375 162.54362 30.03125 161.88737Q30.84375 161.2155 32.140625 161.2155Q33.015625 161.2155 33.703125 161.55925Q34.390625 161.903 34.765625 162.49675Q35.15625 163.0905 35.15625 163.80925L34.015625 163.80925Q34.015625 163.028 33.515625 162.5905Q33.03125 162.153 32.140625 162.153Q31.3125 162.153 30.84375 162.528Q30.375 162.88737 30.375 163.528Q30.375 164.05925 30.8125 164.41862Q31.265625 164.778 32.328125 165.07487Q33.390625 165.37175 33.984375 165.73112Q34.59375 166.0905 34.875 166.57487Q35.171875 167.05925 35.171875 167.69987Q35.171875 168.74675 34.359375 169.37175Q33.546875 169.99675 32.203125 169.99675Q31.3125 169.99675 30.546875 169.653Q29.796875 169.30925 29.375 168.73112Q28.96875 168.13737 28.96875 167.403L30.09375 167.403Q30.09375 168.16862 30.671875 168.62175Q31.25 169.07487 32.203125 169.07487Q33.09375 169.07487 33.5625 168.7155Q34.03125 168.3405 34.03125 167.7155Q34.03125 167.0905 33.59375 166.74675Q33.15625 166.403 32.0 166.07487ZM38.390625 168.278L39.875 163.528L41.03125 163.528L38.484375 170.85612Q37.890625 172.43425 36.609375 172.43425L36.390625 172.41862L36.0 172.3405L36.0 171.4655L36.28125 171.48112Q36.84375 171.48112 37.140625 171.26237Q37.453125 171.04362 37.65625 170.44987L37.890625 169.79362L35.625 163.528L36.8125 163.528L38.390625 168.278ZM46.015625 168.18425Q46.015625 167.74675 45.671875 167.51237Q45.34375 167.26237 44.515625 167.0905Q43.703125 166.91862 43.21875 166.66862Q42.734375 166.41862 42.5 166.0905Q42.28125 165.74675 42.28125 165.278Q42.28125 164.49675 42.9375 163.9655Q43.59375 163.41862 44.625 163.41862Q45.703125 163.41862 46.359375 163.98112Q47.03125 164.528 47.03125 165.38737L45.953125 165.38737Q45.953125 164.94987 45.5625 164.63737Q45.1875 164.30925 44.625 164.30925Q44.03125 164.30925 43.6875 164.57487Q43.359375 164.82487 43.359375 165.23112Q43.359375 165.62175 43.671875 165.82487Q43.984375 166.028 44.796875 166.2155Q45.609375 166.38737 46.109375 166.63737Q46.609375 166.88737 46.84375 167.24675Q47.09375 167.60612 47.09375 168.10612Q47.09375 168.9655 46.40625 169.48112Q45.734375 169.99675 44.65625 169.99675Q43.890625 169.99675 43.296875 169.73112Q42.71875 169.44987 42.390625 168.9655Q42.0625 168.48112 42.0625 167.91862L43.140625 167.91862Q43.171875 168.4655 43.578125 168.79362Q43.984375 169.10612 44.65625 169.10612Q45.265625 169.10612 45.640625 168.85612Q46.015625 168.60612 46.015625 168.18425ZM49.796875 161.99675L49.796875 163.528L50.96875 163.528L50.96875 164.37175L49.796875 164.37175L49.796875 168.29362Q49.796875 168.68425 49.953125 168.87175Q50.109375 169.05925 50.484375 169.05925Q50.671875 169.05925 51.0 168.99675L51.0 169.87175Q50.578125 169.99675 50.171875 169.99675Q49.453125 169.99675 49.078125 169.55925Q48.703125 169.10612 48.703125 168.29362L48.703125 164.37175L47.546875 164.37175L47.546875 163.528L48.703125 163.528L48.703125 161.99675L49.796875 161.99675ZM54.953125 169.99675Q53.65625 169.99675 52.84375 169.153Q52.046875 168.29362 52.046875 166.87175L52.046875 166.68425Q52.046875 165.73112 52.40625 164.99675Q52.765625 164.24675 53.40625 163.8405Q54.0625 163.41862 54.8125 163.41862Q56.046875 163.41862 56.734375 164.23112Q57.421875 165.04362 57.421875 166.55925L57.421875 167.01237L53.125 167.01237Q53.15625 167.94987 53.671875 168.528Q54.203125 169.10612 55.015625 169.10612Q55.578125 169.10612 55.96875 168.87175Q56.375 168.63737 56.6875 168.24675L57.34375 168.76237Q56.546875 169.99675 54.953125 169.99675ZM54.8125 164.30925Q54.15625 164.30925 53.703125 164.79362Q53.265625 165.26237 53.171875 166.12175L56.34375 166.12175L56.34375 166.04362Q56.296875 165.2155 55.890625 164.76237Q55.5 164.30925 54.8125 164.30925ZM59.34375 163.528L59.375 164.23112Q60.0625 163.41862 61.25 163.41862Q62.578125 163.41862 63.0625 164.43425Q63.375 163.98112 63.875 163.69987Q64.390625 163.41862 65.078125 163.41862Q67.171875 163.41862 67.203125 165.62175L67.203125 169.87175L66.125 169.87175L66.125 165.68425Q66.125 165.01237 65.8125 164.68425Q65.5 164.3405 64.765625 164.3405Q64.15625 164.3405 63.75 164.69987Q63.359375 165.05925 63.296875 165.66862L63.296875 169.87175L62.21875 169.87175L62.21875 165.7155Q62.21875 164.3405 60.859375 164.3405Q59.796875 164.3405 59.40625 165.24675L59.40625 169.87175L58.3125 169.87175L58.3125 163.528L59.34375 163.528ZM73.015625 168.18425Q73.015625 167.74675 72.671875 167.51237Q72.34375 167.26237 71.515625 167.0905Q70.703125 166.91862 70.21875 166.66862Q69.734375 166.41862 69.5 166.0905Q69.28125 165.74675 69.28125 165.278Q69.28125 164.49675 69.9375 163.9655Q70.59375 163.41862 71.625 163.41862Q72.703125 163.41862 73.359375 163.98112Q74.03125 164.528 74.03125 165.38737L72.953125 165.38737Q72.953125 164.94987 72.5625 164.63737Q72.1875 164.30925 71.625 164.30925Q71.03125 164.30925 70.6875 164.57487Q70.359375 164.82487 70.359375 165.23112Q70.359375 165.62175 70.671875 165.82487Q70.984375 166.028 71.796875 166.2155Q72.609375 166.38737 73.109375 166.63737Q73.609375 166.88737 73.84375 167.24675Q74.09375 167.60612 74.09375 168.10612Q74.09375 168.9655 73.40625 169.48112Q72.734375 169.99675 71.65625 169.99675Q70.890625 169.99675 70.296875 169.73112Q69.71875 169.44987 69.390625 168.9655Q69.0625 168.48112 69.0625 167.91862L70.140625 167.91862Q70.171875 168.4655 70.578125 168.79362Q70.984375 169.10612 71.65625 169.10612Q72.265625 169.10612 72.640625 168.85612Q73.015625 168.60612 73.015625 168.18425ZM83.671875 166.778Q83.671875 168.2155 83.015625 169.10612Q82.359375 169.99675 81.21875 169.99675Q80.0625 169.99675 79.40625 169.26237L79.40625 172.30925L78.328125 172.30925L78.328125 163.528L79.3125 163.528L79.359375 164.23112Q80.03125 163.41862 81.203125 163.41862Q82.34375 163.41862 83.0 164.278Q83.671875 165.13737 83.671875 166.66862L83.671875 166.778ZM82.59375 166.653Q82.59375 165.57487 82.125 164.9655Q81.671875 164.3405 80.875 164.3405Q79.890625 164.3405 79.40625 165.19987L79.40625 168.23112Q79.890625 169.10612 80.890625 169.10612Q81.671875 169.10612 82.125 168.49675Q82.59375 167.87175 82.59375 166.653ZM88.390625 164.49675Q88.140625 164.4655 87.859375 164.4655Q86.78125 164.4655 86.40625 165.37175L86.40625 169.87175L85.328125 169.87175L85.328125 163.528L86.375 163.528L86.390625 164.26237Q86.921875 163.41862 87.90625 163.41862Q88.21875 163.41862 88.390625 163.49675L88.390625 164.49675ZM89.03125 166.63737Q89.03125 165.7155 89.390625 164.9655Q89.765625 164.2155 90.421875 163.82487Q91.078125 163.41862 91.90625 163.41862Q93.203125 163.41862 94.0 164.30925Q94.8125 165.19987 94.8125 166.69987L94.8125 166.778Q94.8125 167.69987 94.453125 168.43425Q94.09375 169.16862 93.4375 169.5905Q92.78125 169.99675 91.921875 169.99675Q90.640625 169.99675 89.828125 169.10612Q89.03125 168.19987 89.03125 166.7155L89.03125 166.63737ZM90.125 166.778Q90.125 167.82487 90.609375 168.4655Q91.109375 169.10612 91.921875 169.10612Q92.75 169.10612 93.234375 168.4655Q93.71875 167.80925 93.71875 166.63737Q93.71875 165.60612 93.21875 164.9655Q92.734375 164.30925 91.90625 164.30925Q91.109375 164.30925 90.609375 164.94987Q90.125 165.57487 90.125 166.778ZM96.0625 166.653Q96.0625 165.16862 96.75 164.29362Q97.4375 163.41862 98.5625 163.41862Q99.71875 163.41862 100.375 164.23112L100.421875 163.528L101.421875 163.528L101.421875 169.7155Q101.421875 170.94987 100.6875 171.653Q99.953125 172.37175 98.734375 172.37175Q98.046875 172.37175 97.390625 172.07487Q96.734375 171.778 96.390625 171.278L96.953125 170.62175Q97.640625 171.48112 98.65625 171.48112Q99.4375 171.48112 99.875 171.028Q100.328125 170.5905 100.328125 169.778L100.328125 169.23112Q99.671875 169.99675 98.546875 169.99675Q97.4375 169.99675 96.75 169.10612Q96.0625 168.19987 96.0625 166.653ZM97.15625 166.778Q97.15625 167.8405 97.59375 168.4655Q98.03125 169.07487 98.828125 169.07487Q99.84375 169.07487 100.328125 168.13737L100.328125 165.24675Q99.828125 164.3405 98.828125 164.3405Q98.046875 164.3405 97.59375 164.94987Q97.15625 165.55925 97.15625 166.778ZM106.390625 164.49675Q106.140625 164.4655 105.859375 164.4655Q104.78125 164.4655 104.40625 165.37175L104.40625 169.87175L103.328125 169.87175L103.328125 163.528L104.375 163.528L104.390625 164.26237Q104.921875 163.41862 105.90625 163.41862Q106.21875 163.41862 106.390625 163.49675L106.390625 164.49675ZM111.234375 169.87175Q111.140625 169.68425 111.078125 169.19987Q110.328125 169.99675 109.28125 169.99675Q108.34375 169.99675 107.734375 169.4655Q107.140625 168.93425 107.140625 168.10612Q107.140625 167.12175 107.890625 166.57487Q108.640625 166.028 110.015625 166.028L111.0625 166.028L111.0625 165.528Q111.0625 164.9655 110.71875 164.63737Q110.390625 164.29362 109.71875 164.29362Q109.140625 164.29362 108.75 164.5905Q108.359375 164.87175 108.359375 165.29362L107.265625 165.29362Q107.265625 164.80925 107.59375 164.37175Q107.9375 163.93425 108.515625 163.68425Q109.09375 163.41862 109.78125 163.41862Q110.890625 163.41862 111.5 163.9655Q112.125 164.51237 112.15625 165.4655L112.15625 168.38737Q112.15625 169.26237 112.375 169.778L112.375 169.87175L111.234375 169.87175ZM109.4375 169.04362Q109.953125 169.04362 110.40625 168.778Q110.859375 168.51237 111.0625 168.0905L111.0625 166.79362L110.21875 166.79362Q108.21875 166.79362 108.21875 167.9655Q108.21875 168.4655 108.5625 168.76237Q108.90625 169.04362 109.4375 169.04362ZM115.34375 163.528L115.375 164.23112Q116.0625 163.41862 117.25 163.41862Q118.578125 163.41862 119.0625 164.43425Q119.375 163.98112 119.875 163.69987Q120.390625 163.41862 121.078125 163.41862Q123.171875 163.41862 123.203125 165.62175L123.203125 169.87175L122.125 169.87175L122.125 165.68425Q122.125 165.01237 121.8125 164.68425Q121.5 164.3405 120.765625 164.3405Q120.15625 164.3405 119.75 164.69987Q119.359375 165.05925 119.296875 165.66862L119.296875 169.87175L118.21875 169.87175L118.21875 165.7155Q118.21875 164.3405 116.859375 164.3405Q115.796875 164.3405 115.40625 165.24675L115.40625 169.87175L114.3125 169.87175L114.3125 163.528L115.34375 163.528ZM126.34375 163.528L126.375 164.23112Q127.0625 163.41862 128.25 163.41862Q129.57812 163.41862 130.0625 164.43425Q130.375 163.98112 130.875 163.69987Q131.39062 163.41862 132.07812 163.41862Q134.17188 163.41862 134.20312 165.62175L134.20312 169.87175L133.125 169.87175L133.125 165.68425Q133.125 165.01237 132.8125 164.68425Q132.5 164.3405 131.76562 164.3405Q131.15625 164.3405 130.75 164.69987Q130.35938 165.05925 130.29688 165.66862L130.29688 169.87175L129.21875 169.87175L129.21875 165.7155Q129.21875 164.3405 127.859375 164.3405Q126.796875 164.3405 126.40625 165.24675L126.40625 169.87175L125.3125 169.87175L125.3125 163.528L126.34375 163.528ZM137.5 169.87175L136.42188 169.87175L136.42188 163.528L137.5 163.528L137.5 169.87175ZM136.32812 161.85612Q136.32812 161.5905 136.48438 161.403Q136.65625 161.2155 136.96875 161.2155Q137.28125 161.2155 137.4375 161.403Q137.60938 161.5905 137.60938 161.85612Q137.60938 162.10612 137.4375 162.29362Q137.28125 162.4655 136.96875 162.4655Q136.65625 162.4655 136.48438 162.29362Q136.32812 162.10612 136.32812 161.85612ZM140.34375 163.528L140.375 164.32487Q141.10938 163.41862 142.28125 163.41862Q144.29688 163.41862 144.3125 165.68425L144.3125 169.87175L143.21875 169.87175L143.21875 165.66862Q143.21875 164.99675 142.90625 164.66862Q142.60938 164.3405 141.95312 164.3405Q141.42188 164.3405 141.01562 164.62175Q140.625 164.903 140.40625 165.35612L140.40625 169.87175L139.32812 169.87175L139.32812 163.528L140.34375 163.528ZM146.0625 166.653Q146.0625 165.16862 146.75 164.29362Q147.4375 163.41862 148.5625 163.41862Q149.71875 163.41862 150.375 164.23112L150.42188 163.528L151.42188 163.528L151.42188 169.7155Q151.42188 170.94987 150.6875 171.653Q149.95312 172.37175 148.73438 172.37175Q148.04688 172.37175 147.39062 172.07487Q146.73438 171.778 146.39062 171.278L146.95312 170.62175Q147.64062 171.48112 148.65625 171.48112Q149.4375 171.48112 149.875 171.028Q150.32812 170.5905 150.32812 169.778L150.32812 169.23112Q149.67188 169.99675 148.54688 169.99675Q147.4375 169.99675 146.75 169.10612Q146.0625 168.19987 146.0625 166.653ZM147.15625 166.778Q147.15625 167.8405 147.59375 168.4655Q148.03125 169.07487 148.82812 169.07487Q149.84375 169.07487 150.32812 168.13737L150.32812 165.24675Q149.82812 164.3405 148.82812 164.3405Q148.04688 164.3405 147.59375 164.94987Q147.15625 165.55925 147.15625 166.778Z" fill-rule="nonzero"/><path fill="#666666" d="M112.484375 195.34094L112.484375 186.8097L114.90625 186.8097Q116.015625 186.8097 116.859375 187.3097Q117.71875 187.79407 118.1875 188.70032Q118.65625 189.60657 118.65625 190.79407L118.65625 191.32532Q118.65625 192.54407 118.1875 193.45032Q117.734375 194.35657 116.859375 194.84094Q116.0 195.32532 114.859375 195.34094L112.484375 195.34094ZM113.609375 187.73157L113.609375 194.41907L114.796875 194.41907Q116.09375 194.41907 116.8125 193.6222Q117.546875 192.8097 117.546875 191.3097L117.546875 190.8097Q117.546875 189.35657 116.859375 188.5597Q116.1875 187.7472 114.921875 187.73157L113.609375 187.73157ZM122.953125 195.46594Q121.65625 195.46594 120.84375 194.6222Q120.046875 193.76282 120.046875 192.34094L120.046875 192.15344Q120.046875 191.20032 120.40625 190.46594Q120.765625 189.71594 121.40625 189.3097Q122.0625 188.88782 122.8125 188.88782Q124.046875 188.88782 124.734375 189.70032Q125.421875 190.51282 125.421875 192.02844L125.421875 192.48157L121.125 192.48157Q121.15625 193.41907 121.671875 193.9972Q122.203125 194.57532 123.015625 194.57532Q123.578125 194.57532 123.96875 194.34094Q124.375 194.10657 124.6875 193.71594L125.34375 194.23157Q124.546875 195.46594 122.953125 195.46594ZM122.8125 189.77844Q122.15625 189.77844 121.703125 190.26282Q121.265625 190.73157 121.171875 191.59094L124.34375 191.59094L124.34375 191.51282Q124.296875 190.6847 123.890625 190.23157Q123.5 189.77844 122.8125 189.77844ZM128.40625 193.8722L129.98438 188.9972L131.09375 188.9972L128.8125 195.34094L127.984375 195.34094L125.6875 188.9972L126.796875 188.9972L128.40625 193.8722ZM139.04688 191.35657Q139.04688 192.60657 138.625 193.54407Q138.20312 194.46594 137.42188 194.96594Q136.65625 195.46594 135.625 195.46594Q134.625 195.46594 133.84375 194.96594Q133.0625 194.46594 132.625 193.5597Q132.20312 192.63782 132.1875 191.41907L132.1875 190.8097Q132.1875 189.57532 132.60938 188.63782Q133.04688 187.70032 133.82812 187.20032Q134.60938 186.6847 135.625 186.6847Q136.64062 186.6847 137.42188 187.1847Q138.20312 187.6847 138.625 188.6222Q139.04688 189.5597 139.04688 190.8097L139.04688 191.35657ZM137.9375 190.79407Q137.9375 189.27844 137.32812 188.46594Q136.71875 187.65344 135.625 187.65344Q134.54688 187.65344 133.9375 188.46594Q133.32812 189.27844 133.3125 190.71594L133.3125 191.35657Q133.3125 192.82532 133.92188 193.66907Q134.54688 194.4972 135.625 194.4972Q136.71875 194.4972 137.3125 193.71594Q137.92188 192.91907 137.9375 191.4347L137.9375 190.79407ZM145.67188 192.2472Q145.67188 193.6847 145.01562 194.57532Q144.35938 195.46594 143.21875 195.46594Q142.0625 195.46594 141.40625 194.73157L141.40625 197.77844L140.32812 197.77844L140.32812 188.9972L141.3125 188.9972L141.35938 189.70032Q142.03125 188.88782 143.20312 188.88782Q144.34375 188.88782 145.0 189.7472Q145.67188 190.60657 145.67188 192.13782L145.67188 192.2472ZM144.59375 192.1222Q144.59375 191.04407 144.125 190.4347Q143.67188 189.8097 142.875 189.8097Q141.89062 189.8097 141.40625 190.66907L141.40625 193.70032Q141.89062 194.57532 142.89062 194.57532Q143.67188 194.57532 144.125 193.96594Q144.59375 193.34094 144.59375 192.1222ZM151.01562 193.65344Q151.01562 193.21594 150.67188 192.98157Q150.34375 192.73157 149.51562 192.5597Q148.70312 192.38782 148.21875 192.13782Q147.73438 191.88782 147.5 191.5597Q147.28125 191.21594 147.28125 190.7472Q147.28125 189.96594 147.9375 189.4347Q148.59375 188.88782 149.625 188.88782Q150.70312 188.88782 151.35938 189.45032Q152.03125 189.9972 152.03125 190.85657L150.95312 190.85657Q150.95312 190.41907 150.5625 190.10657Q150.1875 189.77844 149.625 189.77844Q149.03125 189.77844 148.6875 190.04407Q148.35938 190.29407 148.35938 190.70032Q148.35938 191.09094 148.67188 191.29407Q148.98438 191.4972 149.79688 191.6847Q150.60938 191.85657 151.10938 192.10657Q151.60938 192.35657 151.84375 192.71594Q152.09375 193.07532 152.09375 193.57532Q152.09375 194.4347 151.40625 194.95032Q150.73438 195.46594 149.65625 195.46594Q148.89062 195.46594 148.29688 195.20032Q147.71875 194.91907 147.39062 194.4347Q147.0625 193.95032 147.0625 193.38782L148.14062 193.38782Q148.17188 193.9347 148.57812 194.26282Q148.98438 194.57532 149.65625 194.57532Q150.26562 194.57532 150.64062 194.32532Q151.01562 194.07532 151.01562 193.65344Z" fill-rule="nonzero"/><path fill="#666666" d="M113.0 217.01324Q111.5625 216.59137 110.890625 215.982Q110.234375 215.37262 110.234375 214.482Q110.234375 213.482 111.03125 212.82574Q111.84375 212.15387 113.140625 212.15387Q114.015625 212.15387 114.703125 212.49762Q115.390625 212.84137 115.765625 213.43512Q116.15625 214.02887 116.15625 214.74762L115.015625 214.74762Q115.015625 213.96637 114.515625 213.52887Q114.03125 213.09137 113.140625 213.09137Q112.3125 213.09137 111.84375 213.46637Q111.375 213.82574 111.375 214.46637Q111.375 214.99762 111.8125 215.357Q112.265625 215.71637 113.328125 216.01324Q114.390625 216.31012 114.984375 216.6695Q115.59375 217.02887 115.875 217.51324Q116.171875 217.99762 116.171875 218.63824Q116.171875 219.68512 115.359375 220.31012Q114.546875 220.93512 113.203125 220.93512Q112.3125 220.93512 111.546875 220.59137Q110.796875 220.24762 110.375 219.6695Q109.96875 219.07574 109.96875 218.34137L111.09375 218.34137Q111.09375 219.107 111.671875 219.56012Q112.25 220.01324 113.203125 220.01324Q114.09375 220.01324 114.5625 219.65387Q115.03125 219.27887 115.03125 218.65387Q115.03125 218.02887 114.59375 217.68512Q114.15625 217.34137 113.0 217.01324ZM119.953125 220.93512Q118.65625 220.93512 117.84375 220.09137Q117.046875 219.232 117.046875 217.81012L117.046875 217.62262Q117.046875 216.6695 117.40625 215.93512Q117.765625 215.18512 118.40625 214.77887Q119.0625 214.357 119.8125 214.357Q121.046875 214.357 121.734375 215.1695Q122.421875 215.982 122.421875 217.49762L122.421875 217.95074L118.125 217.95074Q118.15625 218.88824 118.671875 219.46637Q119.203125 220.0445 120.015625 220.0445Q120.578125 220.0445 120.96875 219.81012Q121.375 219.57574 121.6875 219.18512L122.34375 219.70074Q121.546875 220.93512 119.953125 220.93512ZM119.8125 215.24762Q119.15625 215.24762 118.703125 215.732Q118.265625 216.20074 118.171875 217.06012L121.34375 217.06012L121.34375 216.982Q121.296875 216.15387 120.890625 215.70074Q120.5 215.24762 119.8125 215.24762ZM125.859375 220.0445Q126.4375 220.0445 126.875 219.70074Q127.3125 219.34137 127.359375 218.81012L128.39062 218.81012Q128.35938 219.357 128.0 219.857Q127.65625 220.34137 127.078125 220.63824Q126.515625 220.93512 125.859375 220.93512Q124.5625 220.93512 123.796875 220.07574Q123.046875 219.20074 123.046875 217.70074L123.046875 217.51324Q123.046875 216.59137 123.375 215.87262Q123.71875 215.15387 124.34375 214.76324Q124.984375 214.357 125.859375 214.357Q126.921875 214.357 127.625 214.99762Q128.34375 215.62262 128.39062 216.65387L127.359375 216.65387Q127.3125 216.02887 126.890625 215.63824Q126.46875 215.24762 125.859375 215.24762Q125.03125 215.24762 124.578125 215.84137Q124.125 216.43512 124.125 217.56012L124.125 217.76324Q124.125 218.857 124.578125 219.45074Q125.03125 220.0445 125.859375 220.0445ZM133.23438 220.18512Q132.60938 220.93512 131.375 220.93512Q130.35938 220.93512 129.82812 220.34137Q129.29688 219.74762 129.29688 218.59137L129.29688 214.46637L130.375 214.46637L130.375 218.56012Q130.375 220.01324 131.54688 220.01324Q132.79688 220.01324 133.20312 219.07574L133.20312 214.46637L134.29688 214.46637L134.29688 220.81012L133.26562 220.81012L133.23438 220.18512ZM139.39062 215.43512Q139.14062 215.40387 138.85938 215.40387Q137.78125 215.40387 137.40625 216.31012L137.40625 220.81012L136.32812 220.81012L136.32812 214.46637L137.375 214.46637L137.39062 215.20074Q137.92188 214.357 138.90625 214.357Q139.21875 214.357 139.39062 214.43512L139.39062 215.43512ZM141.5 220.81012L140.42188 220.81012L140.42188 214.46637L141.5 214.46637L141.5 220.81012ZM140.32812 212.7945Q140.32812 212.52887 140.48438 212.34137Q140.65625 212.15387 140.96875 212.15387Q141.28125 212.15387 141.4375 212.34137Q141.60938 212.52887 141.60938 212.7945Q141.60938 213.0445 141.4375 213.232Q141.28125 213.40387 140.96875 213.40387Q140.65625 213.40387 140.48438 213.232Q140.32812 213.0445 140.32812 212.7945ZM144.79688 212.93512L144.79688 214.46637L145.96875 214.46637L145.96875 215.31012L144.79688 215.31012L144.79688 219.232Q144.79688 219.62262 144.95312 219.81012Q145.10938 219.99762 145.48438 219.99762Q145.67188 219.99762 146.0 219.93512L146.0 220.81012Q145.57812 220.93512 145.17188 220.93512Q144.45312 220.93512 144.07812 220.49762Q143.70312 220.0445 143.70312 219.232L143.70312 215.31012L142.54688 215.31012L142.54688 214.46637L143.70312 214.46637L143.70312 212.93512L144.79688 212.93512ZM149.39062 219.21637L150.875 214.46637L152.03125 214.46637L149.48438 221.7945Q148.89062 223.37262 147.60938 223.37262L147.39062 223.357L147.0 223.27887L147.0 222.40387L147.28125 222.4195Q147.84375 222.4195 148.14062 222.20074Q148.45312 221.982 148.65625 221.38824L148.89062 220.732L146.625 214.46637L147.8125 214.46637L149.39062 219.21637Z" fill-rule="nonzero"/><path fill="#666666" d="M47.203125 242.51369L43.609375 242.51369L43.609375 246.27931L42.484375 246.27931L42.484375 237.74806L47.78125 237.74806L47.78125 238.66994L43.609375 238.66994L43.609375 241.59181L47.203125 241.59181L47.203125 242.51369ZM50.5 246.27931L49.421875 246.27931L49.421875 239.93556L50.5 239.93556L50.5 246.27931ZM49.328125 238.26369Q49.328125 237.99806 49.484375 237.81056Q49.65625 237.62306 49.96875 237.62306Q50.28125 237.62306 50.4375 237.81056Q50.609375 237.99806 50.609375 238.26369Q50.609375 238.51369 50.4375 238.70119Q50.28125 238.87306 49.96875 238.87306Q49.65625 238.87306 49.484375 238.70119Q49.328125 238.51369 49.328125 238.26369ZM53.34375 239.93556L53.375 240.73244Q54.109375 239.82619 55.28125 239.82619Q57.296875 239.82619 57.3125 242.09181L57.3125 246.27931L56.21875 246.27931L56.21875 242.07619Q56.21875 241.40431 55.90625 241.07619Q55.609375 240.74806 54.953125 240.74806Q54.421875 240.74806 54.015625 241.02931Q53.625 241.31056 53.40625 241.76369L53.40625 246.27931L52.328125 246.27931L52.328125 239.93556L53.34375 239.93556ZM63.234375 246.27931Q63.140625 246.09181 63.078125 245.60744Q62.328125 246.40431 61.28125 246.40431Q60.34375 246.40431 59.734375 245.87306Q59.140625 245.34181 59.140625 244.51369Q59.140625 243.52931 59.890625 242.98244Q60.640625 242.43556 62.015625 242.43556L63.0625 242.43556L63.0625 241.93556Q63.0625 241.37306 62.71875 241.04494Q62.390625 240.70119 61.71875 240.70119Q61.140625 240.70119 60.75 240.99806Q60.359375 241.27931 60.359375 241.70119L59.265625 241.70119Q59.265625 241.21681 59.59375 240.77931Q59.9375 240.34181 60.515625 240.09181Q61.09375 239.82619 61.78125 239.82619Q62.890625 239.82619 63.5 240.37306Q64.125 240.91994 64.15625 241.87306L64.15625 244.79494Q64.15625 245.66994 64.375 246.18556L64.375 246.27931L63.234375 246.27931ZM61.4375 245.45119Q61.953125 245.45119 62.40625 245.18556Q62.859375 244.91994 63.0625 244.49806L63.0625 243.20119L62.21875 243.20119Q60.21875 243.20119 60.21875 244.37306Q60.21875 244.87306 60.5625 245.16994Q60.90625 245.45119 61.4375 245.45119ZM67.34375 239.93556L67.375 240.73244Q68.109375 239.82619 69.28125 239.82619Q71.296875 239.82619 71.3125 242.09181L71.3125 246.27931L70.21875 246.27931L70.21875 242.07619Q70.21875 241.40431 69.90625 241.07619Q69.609375 240.74806 68.953125 240.74806Q68.421875 240.74806 68.015625 241.02931Q67.625 241.31056 67.40625 241.76369L67.40625 246.27931L66.328125 246.27931L66.328125 239.93556L67.34375 239.93556ZM75.859375 245.51369Q76.4375 245.51369 76.875 245.16994Q77.3125 244.81056 77.359375 244.27931L78.390625 244.27931Q78.359375 244.82619 78.0 245.32619Q77.65625 245.81056 77.078125 246.10744Q76.515625 246.40431 75.859375 246.40431Q74.5625 246.40431 73.796875 245.54494Q73.046875 244.66994 73.046875 243.16994L73.046875 242.98244Q73.046875 242.06056 73.375 241.34181Q73.71875 240.62306 74.34375 240.23244Q74.984375 239.82619 75.859375 239.82619Q76.921875 239.82619 77.625 240.46681Q78.34375 241.09181 78.390625 242.12306L77.359375 242.12306Q77.3125 241.49806 76.890625 241.10744Q76.46875 240.71681 75.859375 240.71681Q75.03125 240.71681 74.578125 241.31056Q74.125 241.90431 74.125 243.02931L74.125 243.23244Q74.125 244.32619 74.578125 244.91994Q75.03125 245.51369 75.859375 245.51369ZM81.953125 246.40431Q80.65625 246.40431 79.84375 245.56056Q79.046875 244.70119 79.046875 243.27931L79.046875 243.09181Q79.046875 242.13869 79.40625 241.40431Q79.765625 240.65431 80.40625 240.24806Q81.0625 239.82619 81.8125 239.82619Q83.046875 239.82619 83.734375 240.63869Q84.421875 241.45119 84.421875 242.96681L84.421875 243.41994L80.125 243.41994Q80.15625 244.35744 80.671875 244.93556Q81.203125 245.51369 82.015625 245.51369Q82.578125 245.51369 82.96875 245.27931Q83.375 245.04494 83.6875 244.65431L84.34375 245.16994Q83.546875 246.40431 81.953125 246.40431ZM81.8125 240.71681Q81.15625 240.71681 80.703125 241.20119Q80.265625 241.66994 80.171875 242.52931L83.34375 242.52931L83.34375 242.45119Q83.296875 241.62306 82.890625 241.16994Q82.5 240.71681 81.8125 240.71681ZM88.53125 247.01369L87.609375 247.01369L91.171875 237.74806L92.09375 237.74806L88.53125 247.01369ZM98.859375 245.51369Q99.4375 245.51369 99.875 245.16994Q100.3125 244.81056 100.359375 244.27931L101.390625 244.27931Q101.359375 244.82619 101.0 245.32619Q100.65625 245.81056 100.078125 246.10744Q99.515625 246.40431 98.859375 246.40431Q97.5625 246.40431 96.796875 245.54494Q96.046875 244.66994 96.046875 243.16994L96.046875 242.98244Q96.046875 242.06056 96.375 241.34181Q96.71875 240.62306 97.34375 240.23244Q97.984375 239.82619 98.859375 239.82619Q99.921875 239.82619 100.625 240.46681Q101.34375 241.09181 101.390625 242.12306L100.359375 242.12306Q100.3125 241.49806 99.890625 241.10744Q99.46875 240.71681 98.859375 240.71681Q98.03125 240.71681 97.578125 241.31056Q97.125 241.90431 97.125 243.02931L97.125 243.23244Q97.125 244.32619 97.578125 244.91994Q98.03125 245.51369 98.859375 245.51369ZM102.03125 243.04494Q102.03125 242.12306 102.390625 241.37306Q102.765625 240.62306 103.421875 240.23244Q104.078125 239.82619 104.90625 239.82619Q106.203125 239.82619 107.0 240.71681Q107.8125 241.60744 107.8125 243.10744L107.8125 243.18556Q107.8125 244.10744 107.453125 244.84181Q107.09375 245.57619 106.4375 245.99806Q105.78125 246.40431 104.921875 246.40431Q103.640625 246.40431 102.828125 245.51369Q102.03125 244.60744 102.03125 243.12306L102.03125 243.04494ZM103.125 243.18556Q103.125 244.23244 103.609375 244.87306Q104.109375 245.51369 104.921875 245.51369Q105.75 245.51369 106.234375 244.87306Q106.71875 244.21681 106.71875 243.04494Q106.71875 242.01369 106.21875 241.37306Q105.734375 240.71681 104.90625 240.71681Q104.109375 240.71681 103.609375 241.35744Q103.125 241.98244 103.125 243.18556ZM110.34375 239.93556L110.375 240.63869Q111.0625 239.82619 112.25 239.82619Q113.578125 239.82619 114.0625 240.84181Q114.375 240.38869 114.875 240.10744Q115.390625 239.82619 116.078125 239.82619Q118.171875 239.82619 118.203125 242.02931L118.203125 246.27931L117.125 246.27931L117.125 242.09181Q117.125 241.41994 116.8125 241.09181Q116.5 240.74806 115.765625 240.74806Q115.15625 240.74806 114.75 241.10744Q114.359375 241.46681 114.296875 242.07619L114.296875 246.27931L113.21875 246.27931L113.21875 242.12306Q113.21875 240.74806 111.859375 240.74806Q110.796875 240.74806 110.40625 241.65431L110.40625 246.27931L109.3125 246.27931L109.3125 239.93556L110.34375 239.93556ZM121.34375 239.93556L121.375 240.63869Q122.0625 239.82619 123.25 239.82619Q124.578125 239.82619 125.0625 240.84181Q125.375 240.38869 125.875 240.10744Q126.390625 239.82619 127.078125 239.82619Q129.17188 239.82619 129.20312 242.02931L129.20312 246.27931L128.125 246.27931L128.125 242.09181Q128.125 241.41994 127.8125 241.09181Q127.5 240.74806 126.765625 240.74806Q126.15625 240.74806 125.75 241.10744Q125.359375 241.46681 125.296875 242.07619L125.296875 246.27931L124.21875 246.27931L124.21875 242.12306Q124.21875 240.74806 122.859375 240.74806Q121.796875 240.74806 121.40625 241.65431L121.40625 246.27931L120.3125 246.27931L120.3125 239.93556L121.34375 239.93556ZM133.95312 246.40431Q132.65625 246.40431 131.84375 245.56056Q131.04688 244.70119 131.04688 243.27931L131.04688 243.09181Q131.04688 242.13869 131.40625 241.40431Q131.76562 240.65431 132.40625 240.24806Q133.0625 239.82619 133.8125 239.82619Q135.04688 239.82619 135.73438 240.63869Q136.42188 241.45119 136.42188 242.96681L136.42188 243.41994L132.125 243.41994Q132.15625 244.35744 132.67188 244.93556Q133.20312 245.51369 134.01562 245.51369Q134.57812 245.51369 134.96875 245.27931Q135.375 245.04494 135.6875 244.65431L136.34375 245.16994Q135.54688 246.40431 133.95312 246.40431ZM133.8125 240.71681Q133.15625 240.71681 132.70312 241.20119Q132.26562 241.66994 132.17188 242.52931L135.34375 242.52931L135.34375 242.45119Q135.29688 241.62306 134.89062 241.16994Q134.5 240.71681 133.8125 240.71681ZM140.39062 240.90431Q140.14062 240.87306 139.85938 240.87306Q138.78125 240.87306 138.40625 241.77931L138.40625 246.27931L137.32812 246.27931L137.32812 239.93556L138.375 239.93556L138.39062 240.66994Q138.92188 239.82619 139.90625 239.82619Q140.21875 239.82619 140.39062 239.90431L140.39062 240.90431ZM143.85938 245.51369Q144.4375 245.51369 144.875 245.16994Q145.3125 244.81056 145.35938 244.27931L146.39062 244.27931Q146.35938 244.82619 146.0 245.32619Q145.65625 245.81056 145.07812 246.10744Q144.51562 246.40431 143.85938 246.40431Q142.5625 246.40431 141.79688 245.54494Q141.04688 244.66994 141.04688 243.16994L141.04688 242.98244Q141.04688 242.06056 141.375 241.34181Q141.71875 240.62306 142.34375 240.23244Q142.98438 239.82619 143.85938 239.82619Q144.92188 239.82619 145.625 240.46681Q146.34375 241.09181 146.39062 242.12306L145.35938 242.12306Q145.3125 241.49806 144.89062 241.10744Q144.46875 240.71681 143.85938 240.71681Q143.03125 240.71681 142.57812 241.31056Q142.125 241.90431 142.125 243.02931L142.125 243.23244Q142.125 244.32619 142.57812 244.91994Q143.03125 245.51369 143.85938 245.51369ZM149.95312 246.40431Q148.65625 246.40431 147.84375 245.56056Q147.04688 244.70119 147.04688 243.27931L147.04688 243.09181Q147.04688 242.13869 147.40625 241.40431Q147.76562 240.65431 148.40625 240.24806Q149.0625 239.82619 149.8125 239.82619Q151.04688 239.82619 151.73438 240.63869Q152.42188 241.45119 152.42188 242.96681L152.42188 243.41994L148.125 243.41994Q148.15625 244.35744 148.67188 244.93556Q149.20312 245.51369 150.01562 245.51369Q150.57812 245.51369 150.96875 245.27931Q151.375 245.04494 151.6875 244.65431L152.34375 245.16994Q151.54688 246.40431 149.95312 246.40431ZM149.8125 240.71681Q149.15625 240.71681 148.70312 241.20119Q148.26562 241.66994 148.17188 242.52931L151.34375 242.52931L151.34375 242.45119Q151.29688 241.62306 150.89062 241.16994Q150.5 240.71681 149.8125 240.71681Z" fill-rule="nonzero"/><path fill="#666666" d="M79.484375 271.7485L79.484375 263.21725L81.90625 263.21725Q83.015625 263.21725 83.859375 263.71725Q84.71875 264.20163 85.1875 265.10788Q85.65625 266.01413 85.65625 267.20163L85.65625 267.73288Q85.65625 268.95163 85.1875 269.85788Q84.734375 270.76413 83.859375 271.2485Q83.0 271.73288 81.859375 271.7485L79.484375 271.7485ZM80.609375 264.13913L80.609375 270.82663L81.796875 270.82663Q83.09375 270.82663 83.8125 270.02975Q84.546875 269.21725 84.546875 267.71725L84.546875 267.21725Q84.546875 265.76413 83.859375 264.96725Q83.1875 264.15475 81.921875 264.13913L80.609375 264.13913ZM89.953125 271.8735Q88.65625 271.8735 87.84375 271.02975Q87.046875 270.17038 87.046875 268.7485L87.046875 268.561Q87.046875 267.60788 87.40625 266.8735Q87.765625 266.1235 88.40625 265.71725Q89.0625 265.29538 89.8125 265.29538Q91.046875 265.29538 91.734375 266.10788Q92.421875 266.92038 92.421875 268.436L92.421875 268.88913L88.125 268.88913Q88.15625 269.82663 88.671875 270.40475Q89.203125 270.98288 90.015625 270.98288Q90.578125 270.98288 90.96875 270.7485Q91.375 270.51413 91.6875 270.1235L92.34375 270.63913Q91.546875 271.8735 89.953125 271.8735ZM89.8125 266.186Q89.15625 266.186 88.703125 266.67038Q88.265625 267.13913 88.171875 267.9985L91.34375 267.9985L91.34375 267.92038Q91.296875 267.09225 90.890625 266.63913Q90.5 266.186 89.8125 266.186ZM97.015625 270.061Q97.015625 269.6235 96.671875 269.38913Q96.34375 269.13913 95.515625 268.96725Q94.703125 268.79538 94.21875 268.54538Q93.734375 268.29538 93.5 267.96725Q93.28125 267.6235 93.28125 267.15475Q93.28125 266.3735 93.9375 265.84225Q94.59375 265.29538 95.625 265.29538Q96.703125 265.29538 97.359375 265.85788Q98.03125 266.40475 98.03125 267.26413L96.953125 267.26413Q96.953125 266.82663 96.5625 266.51413Q96.1875 266.186 95.625 266.186Q95.03125 266.186 94.6875 266.45163Q94.359375 266.70163 94.359375 267.10788Q94.359375 267.4985 94.671875 267.70163Q94.984375 267.90475 95.796875 268.09225Q96.609375 268.26413 97.109375 268.51413Q97.609375 268.76413 97.84375 269.1235Q98.09375 269.48288 98.09375 269.98288Q98.09375 270.84225 97.40625 271.35788Q96.734375 271.8735 95.65625 271.8735Q94.890625 271.8735 94.296875 271.60788Q93.71875 271.32663 93.390625 270.84225Q93.0625 270.35788 93.0625 269.79538L94.140625 269.79538Q94.171875 270.34225 94.578125 270.67038Q94.984375 270.98288 95.65625 270.98288Q96.265625 270.98288 96.640625 270.73288Q97.015625 270.48288 97.015625 270.061ZM101.09375 268.811L100.40625 269.51413L100.40625 271.7485L99.328125 271.7485L99.328125 262.7485L100.40625 262.7485L100.40625 268.186L100.984375 267.4985L102.96875 265.40475L104.28125 265.40475L101.8125 268.061L104.578125 271.7485L103.296875 271.7485L101.09375 268.811ZM106.796875 263.8735L106.796875 265.40475L107.96875 265.40475L107.96875 266.2485L106.796875 266.2485L106.796875 270.17038Q106.796875 270.561 106.953125 270.7485Q107.109375 270.936 107.484375 270.936Q107.671875 270.936 108.0 270.8735L108.0 271.7485Q107.578125 271.8735 107.171875 271.8735Q106.453125 271.8735 106.078125 271.436Q105.703125 270.98288 105.703125 270.17038L105.703125 266.2485L104.546875 266.2485L104.546875 265.40475L105.703125 265.40475L105.703125 263.8735L106.796875 263.8735ZM109.03125 268.51413Q109.03125 267.59225 109.390625 266.84225Q109.765625 266.09225 110.421875 265.70163Q111.078125 265.29538 111.90625 265.29538Q113.203125 265.29538 114.0 266.186Q114.8125 267.07663 114.8125 268.57663L114.8125 268.65475Q114.8125 269.57663 114.453125 270.311Q114.09375 271.04538 113.4375 271.46725Q112.78125 271.8735 111.921875 271.8735Q110.640625 271.8735 109.828125 270.98288Q109.03125 270.07663 109.03125 268.59225L109.03125 268.51413ZM110.125 268.65475Q110.125 269.70163 110.609375 270.34225Q111.109375 270.98288 111.921875 270.98288Q112.75 270.98288 113.234375 270.34225Q113.71875 269.686 113.71875 268.51413Q113.71875 267.48288 113.21875 266.84225Q112.734375 266.186 111.90625 266.186Q111.109375 266.186 110.609375 266.82663Q110.125 267.45163 110.125 268.65475ZM121.671875 268.65475Q121.671875 270.09225 121.015625 270.98288Q120.359375 271.8735 119.21875 271.8735Q118.0625 271.8735 117.40625 271.13913L117.40625 274.186L116.328125 274.186L116.328125 265.40475L117.3125 265.40475L117.359375 266.10788Q118.03125 265.29538 119.203125 265.29538Q120.34375 265.29538 121.0 266.15475Q121.671875 267.01413 121.671875 268.54538L121.671875 268.65475ZM120.59375 268.52975Q120.59375 267.45163 120.125 266.84225Q119.671875 266.21725 118.875 266.21725Q117.890625 266.21725 117.40625 267.07663L117.40625 270.10788Q117.890625 270.98288 118.890625 270.98288Q119.671875 270.98288 120.125 270.3735Q120.59375 269.7485 120.59375 268.52975ZM126.53125 272.48288L125.609375 272.48288L129.17188 263.21725L130.09375 263.21725L126.53125 272.48288ZM140.79688 270.6235Q140.35938 271.2485 139.57812 271.561Q138.79688 271.8735 137.76562 271.8735Q136.73438 271.8735 135.92188 271.38913Q135.10938 270.88913 134.67188 269.98288Q134.23438 269.07663 134.21875 267.88913L134.21875 267.15475Q134.21875 265.21725 135.10938 264.15475Q136.01562 263.09225 137.64062 263.09225Q138.98438 263.09225 139.79688 263.77975Q140.60938 264.46725 140.79688 265.71725L139.67188 265.71725Q139.34375 264.02975 137.65625 264.02975Q136.51562 264.02975 135.9375 264.82663Q135.35938 265.60788 135.34375 267.1235L135.34375 267.811Q135.34375 269.2485 136.0 270.10788Q136.65625 270.95163 137.78125 270.95163Q138.40625 270.95163 138.875 270.811Q139.35938 270.67038 139.67188 270.32663L139.67188 268.42038L137.70312 268.42038L137.70312 267.4985L140.79688 267.4985L140.79688 270.6235ZM148.5 263.21725L148.5 269.01413Q148.48438 270.21725 147.73438 270.9985Q146.98438 271.76413 145.70312 271.85788L145.39062 271.8735Q144.0 271.8735 143.15625 271.1235Q142.32812 270.35788 142.32812 269.02975L142.32812 263.21725L143.4375 263.21725L143.4375 268.9985Q143.4375 269.92038 143.9375 270.436Q144.45312 270.95163 145.39062 270.95163Q146.35938 270.95163 146.85938 270.436Q147.35938 269.92038 147.35938 268.9985L147.35938 263.21725L148.5 263.21725ZM151.70312 271.7485L150.57812 271.7485L150.57812 263.21725L151.70312 263.21725L151.70312 271.7485Z" fill-rule="nonzero"/><path fill="#666666" d="M29.3125 293.28018L25.609375 293.28018L25.609375 296.2958L29.90625 296.2958L29.90625 297.21768L24.484375 297.21768L24.484375 288.68643L29.859375 288.68643L29.859375 289.6083L25.609375 289.6083L25.609375 292.3583L29.3125 292.3583L29.3125 293.28018ZM32.34375 290.87393L32.375 291.57706Q33.0625 290.76456 34.25 290.76456Q35.578125 290.76456 36.0625 291.78018Q36.375 291.32706 36.875 291.0458Q37.390625 290.76456 38.078125 290.76456Q40.171875 290.76456 40.203125 292.96768L40.203125 297.21768L39.125 297.21768L39.125 293.03018Q39.125 292.3583 38.8125 292.03018Q38.5 291.68643 37.765625 291.68643Q37.15625 291.68643 36.75 292.0458Q36.359375 292.40518 36.296875 293.01456L36.296875 297.21768L35.21875 297.21768L35.21875 293.06143Q35.21875 291.68643 33.859375 291.68643Q32.796875 291.68643 32.40625 292.59268L32.40625 297.21768L31.3125 297.21768L31.3125 290.87393L32.34375 290.87393ZM47.6875 294.12393Q47.6875 295.57706 47.015625 296.46768Q46.359375 297.34268 45.234375 297.34268Q44.03125 297.34268 43.375 296.4833L43.3125 297.21768L42.328125 297.21768L42.328125 288.21768L43.40625 288.21768L43.40625 291.57706Q44.0625 290.76456 45.21875 290.76456Q46.375 290.76456 47.03125 291.63956Q47.6875 292.49893 47.6875 294.03018L47.6875 294.12393ZM46.609375 293.99893Q46.609375 292.88956 46.171875 292.2958Q45.75 291.68643 44.953125 291.68643Q43.875 291.68643 43.40625 292.6708L43.40625 295.4208Q43.90625 296.4208 44.953125 296.4208Q45.734375 296.4208 46.171875 295.81143Q46.609375 295.20206 46.609375 293.99893ZM51.953125 297.34268Q50.65625 297.34268 49.84375 296.49893Q49.046875 295.63956 49.046875 294.21768L49.046875 294.03018Q49.046875 293.07706 49.40625 292.34268Q49.765625 291.59268 50.40625 291.18643Q51.0625 290.76456 51.8125 290.76456Q53.046875 290.76456 53.734375 291.57706Q54.421875 292.38956 54.421875 293.90518L54.421875 294.3583L50.125 294.3583Q50.15625 295.2958 50.671875 295.87393Q51.203125 296.45206 52.015625 296.45206Q52.578125 296.45206 52.96875 296.21768Q53.375 295.9833 53.6875 295.59268L54.34375 296.1083Q53.546875 297.34268 51.953125 297.34268ZM51.8125 291.65518Q51.15625 291.65518 50.703125 292.13956Q50.265625 292.6083 50.171875 293.46768L53.34375 293.46768L53.34375 293.38956Q53.296875 292.56143 52.890625 292.1083Q52.5 291.65518 51.8125 291.65518ZM55.0625 293.99893Q55.0625 292.53018 55.75 291.65518Q56.4375 290.76456 57.5625 290.76456Q58.671875 290.76456 59.328125 291.51456L59.328125 288.21768L60.40625 288.21768L60.40625 297.21768L59.40625 297.21768L59.359375 296.53018Q58.703125 297.34268 57.546875 297.34268Q56.453125 297.34268 55.75 296.43643Q55.0625 295.53018 55.0625 294.07706L55.0625 293.99893ZM56.140625 294.12393Q56.140625 295.20206 56.578125 295.81143Q57.03125 296.4208 57.8125 296.4208Q58.84375 296.4208 59.328125 295.4833L59.328125 292.57706Q58.84375 291.68643 57.828125 291.68643Q57.03125 291.68643 56.578125 292.2958Q56.140625 292.90518 56.140625 294.12393ZM62.0625 293.99893Q62.0625 292.53018 62.75 291.65518Q63.4375 290.76456 64.5625 290.76456Q65.671875 290.76456 66.328125 291.51456L66.328125 288.21768L67.40625 288.21768L67.40625 297.21768L66.40625 297.21768L66.359375 296.53018Q65.703125 297.34268 64.546875 297.34268Q63.453125 297.34268 62.75 296.43643Q62.0625 295.53018 62.0625 294.07706L62.0625 293.99893ZM63.140625 294.12393Q63.140625 295.20206 63.578125 295.81143Q64.03125 296.4208 64.8125 296.4208Q65.84375 296.4208 66.328125 295.4833L66.328125 292.57706Q65.84375 291.68643 64.828125 291.68643Q64.03125 291.68643 63.578125 292.2958Q63.140625 292.90518 63.140625 294.12393ZM71.953125 297.34268Q70.65625 297.34268 69.84375 296.49893Q69.046875 295.63956 69.046875 294.21768L69.046875 294.03018Q69.046875 293.07706 69.40625 292.34268Q69.765625 291.59268 70.40625 291.18643Q71.0625 290.76456 71.8125 290.76456Q73.046875 290.76456 73.734375 291.57706Q74.421875 292.38956 74.421875 293.90518L74.421875 294.3583L70.125 294.3583Q70.15625 295.2958 70.671875 295.87393Q71.203125 296.45206 72.015625 296.45206Q72.578125 296.45206 72.96875 296.21768Q73.375 295.9833 73.6875 295.59268L74.34375 296.1083Q73.546875 297.34268 71.953125 297.34268ZM71.8125 291.65518Q71.15625 291.65518 70.703125 292.13956Q70.265625 292.6083 70.171875 293.46768L73.34375 293.46768L73.34375 293.38956Q73.296875 292.56143 72.890625 292.1083Q72.5 291.65518 71.8125 291.65518ZM75.0625 293.99893Q75.0625 292.53018 75.75 291.65518Q76.4375 290.76456 77.5625 290.76456Q78.671875 290.76456 79.328125 291.51456L79.328125 288.21768L80.40625 288.21768L80.40625 297.21768L79.40625 297.21768L79.359375 296.53018Q78.703125 297.34268 77.546875 297.34268Q76.453125 297.34268 75.75 296.43643Q75.0625 295.53018 75.0625 294.07706L75.0625 293.99893ZM76.140625 294.12393Q76.140625 295.20206 76.578125 295.81143Q77.03125 296.4208 77.8125 296.4208Q78.84375 296.4208 79.328125 295.4833L79.328125 292.57706Q78.84375 291.68643 77.828125 291.68643Q77.03125 291.68643 76.578125 292.2958Q76.140625 292.90518 76.140625 294.12393ZM85.0625 293.99893Q85.0625 292.53018 85.75 291.65518Q86.4375 290.76456 87.5625 290.76456Q88.671875 290.76456 89.328125 291.51456L89.328125 288.21768L90.40625 288.21768L90.40625 297.21768L89.40625 297.21768L89.359375 296.53018Q88.703125 297.34268 87.546875 297.34268Q86.453125 297.34268 85.75 296.43643Q85.0625 295.53018 85.0625 294.07706L85.0625 293.99893ZM86.140625 294.12393Q86.140625 295.20206 86.578125 295.81143Q87.03125 296.4208 87.8125 296.4208Q88.84375 296.4208 89.328125 295.4833L89.328125 292.57706Q88.84375 291.68643 87.828125 291.68643Q87.03125 291.68643 86.578125 292.2958Q86.140625 292.90518 86.140625 294.12393ZM94.953125 297.34268Q93.65625 297.34268 92.84375 296.49893Q92.046875 295.63956 92.046875 294.21768L92.046875 294.03018Q92.046875 293.07706 92.40625 292.34268Q92.765625 291.59268 93.40625 291.18643Q94.0625 290.76456 94.8125 290.76456Q96.046875 290.76456 96.734375 291.57706Q97.421875 292.38956 97.421875 293.90518L97.421875 294.3583L93.125 294.3583Q93.15625 295.2958 93.671875 295.87393Q94.203125 296.45206 95.015625 296.45206Q95.578125 296.45206 95.96875 296.21768Q96.375 295.9833 96.6875 295.59268L97.34375 296.1083Q96.546875 297.34268 94.953125 297.34268ZM94.8125 291.65518Q94.15625 291.65518 93.703125 292.13956Q93.265625 292.6083 93.171875 293.46768L96.34375 293.46768L96.34375 293.38956Q96.296875 292.56143 95.890625 292.1083Q95.5 291.65518 94.8125 291.65518ZM100.40625 295.74893L101.984375 290.87393L103.09375 290.87393L100.8125 297.21768L99.984375 297.21768L97.6875 290.87393L98.796875 290.87393L100.40625 295.74893ZM105.5 297.21768L104.421875 297.21768L104.421875 290.87393L105.5 290.87393L105.5 297.21768ZM104.328125 289.20206Q104.328125 288.93643 104.484375 288.74893Q104.65625 288.56143 104.96875 288.56143Q105.28125 288.56143 105.4375 288.74893Q105.609375 288.93643 105.609375 289.20206Q105.609375 289.45206 105.4375 289.63956Q105.28125 289.81143 104.96875 289.81143Q104.65625 289.81143 104.484375 289.63956Q104.328125 289.45206 104.328125 289.20206ZM109.859375 296.45206Q110.4375 296.45206 110.875 296.1083Q111.3125 295.74893 111.359375 295.21768L112.390625 295.21768Q112.359375 295.76456 112.0 296.26456Q111.65625 296.74893 111.078125 297.0458Q110.515625 297.34268 109.859375 297.34268Q108.5625 297.34268 107.796875 296.4833Q107.046875 295.6083 107.046875 294.1083L107.046875 293.9208Q107.046875 292.99893 107.375 292.28018Q107.71875 291.56143 108.34375 291.1708Q108.984375 290.76456 109.859375 290.76456Q110.921875 290.76456 111.625 291.40518Q112.34375 292.03018 112.390625 293.06143L111.359375 293.06143Q111.3125 292.43643 110.890625 292.0458Q110.46875 291.65518 109.859375 291.65518Q109.03125 291.65518 108.578125 292.24893Q108.125 292.84268 108.125 293.96768L108.125 294.1708Q108.125 295.26456 108.578125 295.8583Q109.03125 296.45206 109.859375 296.45206ZM115.953125 297.34268Q114.65625 297.34268 113.84375 296.49893Q113.046875 295.63956 113.046875 294.21768L113.046875 294.03018Q113.046875 293.07706 113.40625 292.34268Q113.765625 291.59268 114.40625 291.18643Q115.0625 290.76456 115.8125 290.76456Q117.046875 290.76456 117.734375 291.57706Q118.421875 292.38956 118.421875 293.90518L118.421875 294.3583L114.125 294.3583Q114.15625 295.2958 114.671875 295.87393Q115.203125 296.45206 116.015625 296.45206Q116.578125 296.45206 116.96875 296.21768Q117.375 295.9833 117.6875 295.59268L118.34375 296.1083Q117.546875 297.34268 115.953125 297.34268ZM115.8125 291.65518Q115.15625 291.65518 114.703125 292.13956Q114.265625 292.6083 114.171875 293.46768L117.34375 293.46768L117.34375 293.38956Q117.296875 292.56143 116.890625 292.1083Q116.5 291.65518 115.8125 291.65518ZM123.015625 295.53018Q123.015625 295.09268 122.671875 294.8583Q122.34375 294.6083 121.515625 294.43643Q120.703125 294.26456 120.21875 294.01456Q119.734375 293.76456 119.5 293.43643Q119.28125 293.09268 119.28125 292.62393Q119.28125 291.84268 119.9375 291.31143Q120.59375 290.76456 121.625 290.76456Q122.703125 290.76456 123.359375 291.32706Q124.03125 291.87393 124.03125 292.7333L122.953125 292.7333Q122.953125 292.2958 122.5625 291.9833Q122.1875 291.65518 121.625 291.65518Q121.03125 291.65518 120.6875 291.9208Q120.359375 292.1708 120.359375 292.57706Q120.359375 292.96768 120.671875 293.1708Q120.984375 293.37393 121.796875 293.56143Q122.609375 293.7333 123.109375 293.9833Q123.609375 294.2333 123.84375 294.59268Q124.09375 294.95206 124.09375 295.45206Q124.09375 296.31143 123.40625 296.82706Q122.734375 297.34268 121.65625 297.34268Q120.890625 297.34268 120.296875 297.07706Q119.71875 296.7958 119.390625 296.31143Q119.0625 295.82706 119.0625 295.26456L120.140625 295.26456Q120.171875 295.81143 120.578125 296.13956Q120.984375 296.45206 121.65625 296.45206Q122.265625 296.45206 122.640625 296.20206Q123.015625 295.95206 123.015625 295.53018ZM128.53125 297.95206L127.609375 297.95206L131.17188 288.68643L132.09375 288.68643L128.53125 297.95206ZM137.70312 297.21768L136.57812 297.21768L136.57812 288.68643L137.70312 288.68643L137.70312 297.21768ZM139.03125 293.9833Q139.03125 293.06143 139.39062 292.31143Q139.76562 291.56143 140.42188 291.1708Q141.07812 290.76456 141.90625 290.76456Q143.20312 290.76456 144.0 291.65518Q144.8125 292.5458 144.8125 294.0458L144.8125 294.12393Q144.8125 295.0458 144.45312 295.78018Q144.09375 296.51456 143.4375 296.93643Q142.78125 297.34268 141.92188 297.34268Q140.64062 297.34268 139.82812 296.45206Q139.03125 295.5458 139.03125 294.06143L139.03125 293.9833ZM140.125 294.12393Q140.125 295.1708 140.60938 295.81143Q141.10938 296.45206 141.92188 296.45206Q142.75 296.45206 143.23438 295.81143Q143.71875 295.15518 143.71875 293.9833Q143.71875 292.95206 143.21875 292.31143Q142.73438 291.65518 141.90625 291.65518Q141.10938 291.65518 140.60938 292.2958Q140.125 292.9208 140.125 294.12393ZM152.39062 289.6083L149.64062 289.6083L149.64062 297.21768L148.53125 297.21768L148.53125 289.6083L145.78125 289.6083L145.78125 288.68643L152.39062 288.68643L152.39062 289.6083Z" fill-rule="nonzero"/><path fill="#666666" d="M84.484375 322.68686L84.484375 314.1556L86.90625 314.1556Q88.015625 314.1556 88.859375 314.6556Q89.71875 315.13998 90.1875 316.04623Q90.65625 316.95248 90.65625 318.13998L90.65625 318.67123Q90.65625 319.88998 90.1875 320.79623Q89.734375 321.70248 88.859375 322.18686Q88.0 322.67123 86.859375 322.68686L84.484375 322.68686ZM85.609375 315.07748L85.609375 321.76498L86.796875 321.76498Q88.09375 321.76498 88.8125 320.9681Q89.546875 320.1556 89.546875 318.6556L89.546875 318.1556Q89.546875 316.70248 88.859375 315.9056Q88.1875 315.0931 86.921875 315.07748L85.609375 315.07748ZM96.234375 322.68686Q96.140625 322.49936 96.078125 322.01498Q95.328125 322.81186 94.28125 322.81186Q93.34375 322.81186 92.734375 322.2806Q92.140625 321.74936 92.140625 320.92123Q92.140625 319.93686 92.890625 319.38998Q93.640625 318.8431 95.015625 318.8431L96.0625 318.8431L96.0625 318.3431Q96.0625 317.7806 95.71875 317.45248Q95.390625 317.10873 94.71875 317.10873Q94.140625 317.10873 93.75 317.4056Q93.359375 317.68686 93.359375 318.10873L92.265625 318.10873Q92.265625 317.62436 92.59375 317.18686Q92.9375 316.74936 93.515625 316.49936Q94.09375 316.23373 94.78125 316.23373Q95.890625 316.23373 96.5 316.7806Q97.125 317.32748 97.15625 318.2806L97.15625 321.20248Q97.15625 322.07748 97.375 322.5931L97.375 322.68686L96.234375 322.68686ZM94.4375 321.85873Q94.953125 321.85873 95.40625 321.5931Q95.859375 321.32748 96.0625 320.9056L96.0625 319.60873L95.21875 319.60873Q93.21875 319.60873 93.21875 320.7806Q93.21875 321.2806 93.5625 321.57748Q93.90625 321.85873 94.4375 321.85873ZM100.796875 314.81186L100.796875 316.3431L101.96875 316.3431L101.96875 317.18686L100.796875 317.18686L100.796875 321.10873Q100.796875 321.49936 100.953125 321.68686Q101.109375 321.87436 101.484375 321.87436Q101.671875 321.87436 102.0 321.81186L102.0 322.68686Q101.578125 322.81186 101.171875 322.81186Q100.453125 322.81186 100.078125 322.37436Q99.703125 321.92123 99.703125 321.10873L99.703125 317.18686L98.546875 317.18686L98.546875 316.3431L99.703125 316.3431L99.703125 314.81186L100.796875 314.81186ZM107.234375 322.68686Q107.140625 322.49936 107.078125 322.01498Q106.328125 322.81186 105.28125 322.81186Q104.34375 322.81186 103.734375 322.2806Q103.140625 321.74936 103.140625 320.92123Q103.140625 319.93686 103.890625 319.38998Q104.640625 318.8431 106.015625 318.8431L107.0625 318.8431L107.0625 318.3431Q107.0625 317.7806 106.71875 317.45248Q106.390625 317.10873 105.71875 317.10873Q105.140625 317.10873 104.75 317.4056Q104.359375 317.68686 104.359375 318.10873L103.265625 318.10873Q103.265625 317.62436 103.59375 317.18686Q103.9375 316.74936 104.515625 316.49936Q105.09375 316.23373 105.78125 316.23373Q106.890625 316.23373 107.5 316.7806Q108.125 317.32748 108.15625 318.2806L108.15625 321.20248Q108.15625 322.07748 108.375 322.5931L108.375 322.68686L107.234375 322.68686ZM105.4375 321.85873Q105.953125 321.85873 106.40625 321.5931Q106.859375 321.32748 107.0625 320.9056L107.0625 319.60873L106.21875 319.60873Q104.21875 319.60873 104.21875 320.7806Q104.21875 321.2806 104.5625 321.57748Q104.90625 321.85873 105.4375 321.85873ZM117.015625 320.99936Q117.015625 320.56186 116.671875 320.32748Q116.34375 320.07748 115.515625 319.9056Q114.703125 319.73373 114.21875 319.48373Q113.734375 319.23373 113.5 318.9056Q113.28125 318.56186 113.28125 318.0931Q113.28125 317.31186 113.9375 316.7806Q114.59375 316.23373 115.625 316.23373Q116.703125 316.23373 117.359375 316.79623Q118.03125 317.3431 118.03125 318.20248L116.953125 318.20248Q116.953125 317.76498 116.5625 317.45248Q116.1875 317.12436 115.625 317.12436Q115.03125 317.12436 114.6875 317.38998Q114.359375 317.63998 114.359375 318.04623Q114.359375 318.43686 114.671875 318.63998Q114.984375 318.8431 115.796875 319.0306Q116.609375 319.20248 117.109375 319.45248Q117.609375 319.70248 117.84375 320.06186Q118.09375 320.42123 118.09375 320.92123Q118.09375 321.7806 117.40625 322.29623Q116.734375 322.81186 115.65625 322.81186Q114.890625 322.81186 114.296875 322.54623Q113.71875 322.26498 113.390625 321.7806Q113.0625 321.29623 113.0625 320.73373L114.140625 320.73373Q114.171875 321.2806 114.578125 321.60873Q114.984375 321.92123 115.65625 321.92123Q116.265625 321.92123 116.640625 321.67123Q117.015625 321.42123 117.015625 320.99936ZM121.859375 321.92123Q122.4375 321.92123 122.875 321.57748Q123.3125 321.2181 123.359375 320.68686L124.390625 320.68686Q124.359375 321.23373 124.0 321.73373Q123.65625 322.2181 123.078125 322.51498Q122.515625 322.81186 121.859375 322.81186Q120.5625 322.81186 119.796875 321.95248Q119.046875 321.07748 119.046875 319.57748L119.046875 319.38998Q119.046875 318.4681 119.375 317.74936Q119.71875 317.0306 120.34375 316.63998Q120.984375 316.23373 121.859375 316.23373Q122.921875 316.23373 123.625 316.87436Q124.34375 317.49936 124.390625 318.5306L123.359375 318.5306Q123.3125 317.9056 122.890625 317.51498Q122.46875 317.12436 121.859375 317.12436Q121.03125 317.12436 120.578125 317.7181Q120.125 318.31186 120.125 319.43686L120.125 319.63998Q120.125 320.73373 120.578125 321.32748Q121.03125 321.92123 121.859375 321.92123ZM126.5 322.68686L125.421875 322.68686L125.421875 316.3431L126.5 316.3431L126.5 322.68686ZM125.328125 314.67123Q125.328125 314.4056 125.484375 314.2181Q125.65625 314.0306 125.96875 314.0306Q126.28125 314.0306 126.4375 314.2181Q126.609375 314.4056 126.609375 314.67123Q126.609375 314.92123 126.4375 315.10873Q126.28125 315.2806 125.96875 315.2806Q125.65625 315.2806 125.484375 315.10873Q125.328125 314.92123 125.328125 314.67123ZM130.95312 322.81186Q129.65625 322.81186 128.84375 321.9681Q128.04688 321.10873 128.04688 319.68686L128.04688 319.49936Q128.04688 318.54623 128.40625 317.81186Q128.76562 317.06186 129.40625 316.6556Q130.0625 316.23373 130.8125 316.23373Q132.04688 316.23373 132.73438 317.04623Q133.42188 317.85873 133.42188 319.37436L133.42188 319.82748L129.125 319.82748Q129.15625 320.76498 129.67188 321.3431Q130.20312 321.92123 131.01562 321.92123Q131.57812 321.92123 131.96875 321.68686Q132.375 321.45248 132.6875 321.06186L133.34375 321.57748Q132.54688 322.81186 130.95312 322.81186ZM130.8125 317.12436Q130.15625 317.12436 129.70312 317.60873Q129.26562 318.07748 129.17188 318.93686L132.34375 318.93686L132.34375 318.85873Q132.29688 318.0306 131.89062 317.57748Q131.5 317.12436 130.8125 317.12436ZM135.34375 316.3431L135.375 317.13998Q136.10938 316.23373 137.28125 316.23373Q139.29688 316.23373 139.3125 318.49936L139.3125 322.68686L138.21875 322.68686L138.21875 318.48373Q138.21875 317.81186 137.90625 317.48373Q137.60938 317.1556 136.95312 317.1556Q136.42188 317.1556 136.01562 317.43686Q135.625 317.7181 135.40625 318.17123L135.40625 322.68686L134.32812 322.68686L134.32812 316.3431L135.34375 316.3431ZM143.85938 321.92123Q144.4375 321.92123 144.875 321.57748Q145.3125 321.2181 145.35938 320.68686L146.39062 320.68686Q146.35938 321.23373 146.0 321.73373Q145.65625 322.2181 145.07812 322.51498Q144.51562 322.81186 143.85938 322.81186Q142.5625 322.81186 141.79688 321.95248Q141.04688 321.07748 141.04688 319.57748L141.04688 319.38998Q141.04688 318.4681 141.375 317.74936Q141.71875 317.0306 142.34375 316.63998Q142.98438 316.23373 143.85938 316.23373Q144.92188 316.23373 145.625 316.87436Q146.34375 317.49936 146.39062 318.5306L145.35938 318.5306Q145.3125 317.9056 144.89062 317.51498Q144.46875 317.12436 143.85938 317.12436Q143.03125 317.12436 142.57812 317.7181Q142.125 318.31186 142.125 319.43686L142.125 319.63998Q142.125 320.73373 142.57812 321.32748Q143.03125 321.92123 143.85938 321.92123ZM149.95312 322.81186Q148.65625 322.81186 147.84375 321.9681Q147.04688 321.10873 147.04688 319.68686L147.04688 319.49936Q147.04688 318.54623 147.40625 317.81186Q147.76562 317.06186 148.40625 316.6556Q149.0625 316.23373 149.8125 316.23373Q151.04688 316.23373 151.73438 317.04623Q152.42188 317.85873 152.42188 319.37436L152.42188 319.82748L148.125 319.82748Q148.15625 320.76498 148.67188 321.3431Q149.20312 321.92123 150.01562 321.92123Q150.57812 321.92123 150.96875 321.68686Q151.375 321.45248 151.6875 321.06186L152.34375 321.57748Q151.54688 322.81186 149.95312 322.81186ZM149.8125 317.12436Q149.15625 317.12436 148.70312 317.60873Q148.26562 318.07748 148.17188 318.93686L151.34375 318.93686L151.34375 318.85873Q151.29688 318.0306 150.89062 317.57748Q150.5 317.12436 149.8125 317.12436Z" fill-rule="nonzero"/><path fill="#666666" d="M116.9375 339.6248L119.734375 346.5779L122.515625 339.6248L123.984375 339.6248L123.984375 348.15604L122.859375 348.15604L122.859375 344.8279L122.96875 341.2498L120.15625 348.15604L119.296875 348.15604L116.5 341.2654L116.609375 344.8279L116.609375 348.15604L115.484375 348.15604L115.484375 339.6248L116.9375 339.6248ZM126.625 347.23416L130.67188 347.23416L130.67188 348.15604L125.484375 348.15604L125.484375 339.6248L126.625 339.6248L126.625 347.23416ZM134.53125 348.8904L133.60938 348.8904L137.17188 339.6248L138.09375 339.6248L134.53125 348.8904ZM147.20312 345.92166L143.625 345.92166L142.82812 348.15604L141.67188 348.15604L144.92188 339.6248L145.90625 339.6248L149.17188 348.15604L148.01562 348.15604L147.20312 345.92166ZM143.96875 344.9998L146.875 344.9998L145.42188 341.0154L143.96875 344.9998ZM151.70312 348.15604L150.57812 348.15604L150.57812 339.6248L151.70312 339.6248L151.70312 348.15604Z" fill-rule="nonzero"/><path fill="#666666" d="M116.796875 372.5002Q116.359375 373.1252 115.578125 373.4377Q114.796875 373.7502 113.765625 373.7502Q112.734375 373.7502 111.921875 373.26584Q111.109375 372.76584 110.671875 371.8596Q110.234375 370.95334 110.21875 369.76584L110.21875 369.03146Q110.21875 367.09396 111.109375 366.03146Q112.015625 364.96896 113.640625 364.96896Q114.984375 364.96896 115.796875 365.65646Q116.609375 366.34396 116.796875 367.59396L115.671875 367.59396Q115.34375 365.90646 113.65625 365.90646Q112.515625 365.90646 111.9375 366.70334Q111.359375 367.4846 111.34375 369.0002L111.34375 369.6877Q111.34375 371.1252 112.0 371.9846Q112.65625 372.82834 113.78125 372.82834Q114.40625 372.82834 114.875 372.6877Q115.359375 372.5471 115.671875 372.20334L115.671875 370.2971L113.703125 370.2971L113.703125 369.3752L116.796875 369.3752L116.796875 372.5002ZM122.234375 373.6252Q122.140625 373.4377 122.078125 372.95334Q121.328125 373.7502 120.28125 373.7502Q119.34375 373.7502 118.734375 373.21896Q118.140625 372.6877 118.140625 371.8596Q118.140625 370.8752 118.890625 370.32834Q119.640625 369.78146 121.015625 369.78146L122.0625 369.78146L122.0625 369.28146Q122.0625 368.71896 121.71875 368.39084Q121.390625 368.0471 120.71875 368.0471Q120.140625 368.0471 119.75 368.34396Q119.359375 368.6252 119.359375 369.0471L118.265625 369.0471Q118.265625 368.5627 118.59375 368.1252Q118.9375 367.6877 119.515625 367.4377Q120.09375 367.1721 120.78125 367.1721Q121.890625 367.1721 122.5 367.71896Q123.125 368.26584 123.15625 369.21896L123.15625 372.14084Q123.15625 373.01584 123.375 373.53146L123.375 373.6252L122.234375 373.6252ZM120.4375 372.7971Q120.953125 372.7971 121.40625 372.53146Q121.859375 372.26584 122.0625 371.84396L122.0625 370.5471L121.21875 370.5471Q119.21875 370.5471 119.21875 371.71896Q119.21875 372.21896 119.5625 372.51584Q119.90625 372.7971 120.4375 372.7971ZM126.34375 367.28146L126.375 367.9846Q127.0625 367.1721 128.25 367.1721Q129.57812 367.1721 130.0625 368.1877Q130.375 367.7346 130.875 367.45334Q131.39062 367.1721 132.07812 367.1721Q134.17188 367.1721 134.20312 369.3752L134.20312 373.6252L133.125 373.6252L133.125 369.4377Q133.125 368.76584 132.8125 368.4377Q132.5 368.09396 131.76562 368.09396Q131.15625 368.09396 130.75 368.45334Q130.35938 368.8127 130.29688 369.4221L130.29688 373.6252L129.21875 373.6252L129.21875 369.46896Q129.21875 368.09396 127.859375 368.09396Q126.796875 368.09396 126.40625 369.0002L126.40625 373.6252L125.3125 373.6252L125.3125 367.28146L126.34375 367.28146ZM137.5 373.6252L136.42188 373.6252L136.42188 367.28146L137.5 367.28146L137.5 373.6252ZM136.32812 365.6096Q136.32812 365.34396 136.48438 365.15646Q136.65625 364.96896 136.96875 364.96896Q137.28125 364.96896 137.4375 365.15646Q137.60938 365.34396 137.60938 365.6096Q137.60938 365.8596 137.4375 366.0471Q137.28125 366.21896 136.96875 366.21896Q136.65625 366.21896 136.48438 366.0471Q136.32812 365.8596 136.32812 365.6096ZM140.34375 367.28146L140.375 368.07834Q141.10938 367.1721 142.28125 367.1721Q144.29688 367.1721 144.3125 369.4377L144.3125 373.6252L143.21875 373.6252L143.21875 369.4221Q143.21875 368.7502 142.90625 368.4221Q142.60938 368.09396 141.95312 368.09396Q141.42188 368.09396 141.01562 368.3752Q140.625 368.65646 140.40625 369.1096L140.40625 373.6252L139.32812 373.6252L139.32812 367.28146L140.34375 367.28146ZM146.0625 370.40646Q146.0625 368.9221 146.75 368.0471Q147.4375 367.1721 148.5625 367.1721Q149.71875 367.1721 150.375 367.9846L150.42188 367.28146L151.42188 367.28146L151.42188 373.46896Q151.42188 374.70334 150.6875 375.40646Q149.95312 376.1252 148.73438 376.1252Q148.04688 376.1252 147.39062 375.82834Q146.73438 375.53146 146.39062 375.03146L146.95312 374.3752Q147.64062 375.2346 148.65625 375.2346Q149.4375 375.2346 149.875 374.78146Q150.32812 374.34396 150.32812 373.53146L150.32812 372.9846Q149.67188 373.7502 148.54688 373.7502Q147.4375 373.7502 146.75 372.8596Q146.0625 371.95334 146.0625 370.40646ZM147.15625 370.53146Q147.15625 371.59396 147.59375 372.21896Q148.03125 372.82834 148.82812 372.82834Q149.84375 372.82834 150.32812 371.89084L150.32812 369.0002Q149.82812 368.09396 148.82812 368.09396Q148.04688 368.09396 147.59375 368.70334Q147.15625 369.3127 147.15625 370.53146Z" fill-rule="nonzero"/><path fill="#666666" d="M52.0 395.29755Q50.5625 394.87567 49.890625 394.2663Q49.234375 393.65692 49.234375 392.7663Q49.234375 391.7663 50.03125 391.11005Q50.84375 390.43817 52.140625 390.43817Q53.015625 390.43817 53.703125 390.78192Q54.390625 391.12567 54.765625 391.71942Q55.15625 392.31317 55.15625 393.03192L54.015625 393.03192Q54.015625 392.25067 53.515625 391.81317Q53.03125 391.37567 52.140625 391.37567Q51.3125 391.37567 50.84375 391.75067Q50.375 392.11005 50.375 392.75067Q50.375 393.28192 50.8125 393.6413Q51.265625 394.00067 52.328125 394.29755Q53.390625 394.59442 53.984375 394.9538Q54.59375 395.31317 54.875 395.79755Q55.171875 396.28192 55.171875 396.92255Q55.171875 397.96942 54.359375 398.59442Q53.546875 399.21942 52.203125 399.21942Q51.3125 399.21942 50.546875 398.87567Q49.796875 398.53192 49.375 397.9538Q48.96875 397.36005 48.96875 396.62567L50.09375 396.62567Q50.09375 397.3913 50.671875 397.84442Q51.25 398.29755 52.203125 398.29755Q53.09375 398.29755 53.5625 397.93817Q54.03125 397.56317 54.03125 396.93817Q54.03125 396.31317 53.59375 395.96942Q53.15625 395.62567 52.0 395.29755ZM58.859375 398.3288Q59.4375 398.3288 59.875 397.98505Q60.3125 397.62567 60.359375 397.09442L61.390625 397.09442Q61.359375 397.6413 61.0 398.1413Q60.65625 398.62567 60.078125 398.92255Q59.515625 399.21942 58.859375 399.21942Q57.5625 399.21942 56.796875 398.36005Q56.046875 397.48505 56.046875 395.98505L56.046875 395.79755Q56.046875 394.87567 56.375 394.15692Q56.71875 393.43817 57.34375 393.04755Q57.984375 392.6413 58.859375 392.6413Q59.921875 392.6413 60.625 393.28192Q61.34375 393.90692 61.390625 394.93817L60.359375 394.93817Q60.3125 394.31317 59.890625 393.92255Q59.46875 393.53192 58.859375 393.53192Q58.03125 393.53192 57.578125 394.12567Q57.125 394.71942 57.125 395.84442L57.125 396.04755Q57.125 397.1413 57.578125 397.73505Q58.03125 398.3288 58.859375 398.3288ZM63.5 399.09442L62.421875 399.09442L62.421875 392.75067L63.5 392.75067L63.5 399.09442ZM62.328125 391.0788Q62.328125 390.81317 62.484375 390.62567Q62.65625 390.43817 62.96875 390.43817Q63.28125 390.43817 63.4375 390.62567Q63.609375 390.81317 63.609375 391.0788Q63.609375 391.3288 63.4375 391.5163Q63.28125 391.68817 62.96875 391.68817Q62.65625 391.68817 62.484375 391.5163Q62.328125 391.3288 62.328125 391.0788ZM67.953125 399.21942Q66.65625 399.21942 65.84375 398.37567Q65.046875 397.5163 65.046875 396.09442L65.046875 395.90692Q65.046875 394.9538 65.40625 394.21942Q65.765625 393.46942 66.40625 393.06317Q67.0625 392.6413 67.8125 392.6413Q69.046875 392.6413 69.734375 393.4538Q70.421875 394.2663 70.421875 395.78192L70.421875 396.23505L66.125 396.23505Q66.15625 397.17255 66.671875 397.75067Q67.203125 398.3288 68.015625 398.3288Q68.578125 398.3288 68.96875 398.09442Q69.375 397.86005 69.6875 397.46942L70.34375 397.98505Q69.546875 399.21942 67.953125 399.21942ZM67.8125 393.53192Q67.15625 393.53192 66.703125 394.0163Q66.265625 394.48505 66.171875 395.34442L69.34375 395.34442L69.34375 395.2663Q69.296875 394.43817 68.890625 393.98505Q68.5 393.53192 67.8125 393.53192ZM72.34375 392.75067L72.375 393.54755Q73.109375 392.6413 74.28125 392.6413Q76.296875 392.6413 76.3125 394.90692L76.3125 399.09442L75.21875 399.09442L75.21875 394.8913Q75.21875 394.21942 74.90625 393.8913Q74.609375 393.56317 73.953125 393.56317Q73.421875 393.56317 73.015625 393.84442Q72.625 394.12567 72.40625 394.5788L72.40625 399.09442L71.328125 399.09442L71.328125 392.75067L72.34375 392.75067ZM79.796875 391.21942L79.796875 392.75067L80.96875 392.75067L80.96875 393.59442L79.796875 393.59442L79.796875 397.5163Q79.796875 397.90692 79.953125 398.09442Q80.109375 398.28192 80.484375 398.28192Q80.671875 398.28192 81.0 398.21942L81.0 399.09442Q80.578125 399.21942 80.171875 399.21942Q79.453125 399.21942 79.078125 398.78192Q78.703125 398.3288 78.703125 397.5163L78.703125 393.59442L77.546875 393.59442L77.546875 392.75067L78.703125 392.75067L78.703125 391.21942L79.796875 391.21942ZM83.5 399.09442L82.421875 399.09442L82.421875 392.75067L83.5 392.75067L83.5 399.09442ZM82.328125 391.0788Q82.328125 390.81317 82.484375 390.62567Q82.65625 390.43817 82.96875 390.43817Q83.28125 390.43817 83.4375 390.62567Q83.609375 390.81317 83.609375 391.0788Q83.609375 391.3288 83.4375 391.5163Q83.28125 391.68817 82.96875 391.68817Q82.65625 391.68817 82.484375 391.5163Q82.328125 391.3288 82.328125 391.0788ZM85.859375 399.09442L85.859375 393.59442L84.859375 393.59442L84.859375 392.75067L85.859375 392.75067L85.859375 392.11005Q85.859375 391.0788 86.390625 390.53192Q86.9375 389.96942 87.9375 389.96942Q88.3125 389.96942 88.6875 390.06317L88.625 390.9538Q88.34375 390.8913 88.046875 390.8913Q87.515625 390.8913 87.21875 391.2038Q86.9375 391.5163 86.9375 392.0788L86.9375 392.75067L88.296875 392.75067L88.296875 393.59442L86.9375 393.59442L86.9375 399.09442L85.859375 399.09442ZM90.5 399.09442L89.421875 399.09442L89.421875 392.75067L90.5 392.75067L90.5 399.09442ZM89.328125 391.0788Q89.328125 390.81317 89.484375 390.62567Q89.65625 390.43817 89.96875 390.43817Q90.28125 390.43817 90.4375 390.62567Q90.609375 390.81317 90.609375 391.0788Q90.609375 391.3288 90.4375 391.5163Q90.28125 391.68817 89.96875 391.68817Q89.65625 391.68817 89.484375 391.5163Q89.328125 391.3288 89.328125 391.0788ZM94.859375 398.3288Q95.4375 398.3288 95.875 397.98505Q96.3125 397.62567 96.359375 397.09442L97.390625 397.09442Q97.359375 397.6413 97.0 398.1413Q96.65625 398.62567 96.078125 398.92255Q95.515625 399.21942 94.859375 399.21942Q93.5625 399.21942 92.796875 398.36005Q92.046875 397.48505 92.046875 395.98505L92.046875 395.79755Q92.046875 394.87567 92.375 394.15692Q92.71875 393.43817 93.34375 393.04755Q93.984375 392.6413 94.859375 392.6413Q95.921875 392.6413 96.625 393.28192Q97.34375 393.90692 97.390625 394.93817L96.359375 394.93817Q96.3125 394.31317 95.890625 393.92255Q95.46875 393.53192 94.859375 393.53192Q94.03125 393.53192 93.578125 394.12567Q93.125 394.71942 93.125 395.84442L93.125 396.04755Q93.125 397.1413 93.578125 397.73505Q94.03125 398.3288 94.859375 398.3288ZM101.53125 399.8288L100.609375 399.8288L104.171875 390.56317L105.09375 390.56317L101.53125 399.8288ZM110.34375 392.75067L110.375 393.54755Q111.109375 392.6413 112.28125 392.6413Q114.296875 392.6413 114.3125 394.90692L114.3125 399.09442L113.21875 399.09442L113.21875 394.8913Q113.21875 394.21942 112.90625 393.8913Q112.609375 393.56317 111.953125 393.56317Q111.421875 393.56317 111.015625 393.84442Q110.625 394.12567 110.40625 394.5788L110.40625 399.09442L109.328125 399.09442L109.328125 392.75067L110.34375 392.75067ZM120.234375 398.46942Q119.609375 399.21942 118.375 399.21942Q117.359375 399.21942 116.828125 398.62567Q116.296875 398.03192 116.296875 396.87567L116.296875 392.75067L117.375 392.75067L117.375 396.84442Q117.375 398.29755 118.546875 398.29755Q119.796875 398.29755 120.203125 397.36005L120.203125 392.75067L121.296875 392.75067L121.296875 399.09442L120.265625 399.09442L120.234375 398.46942ZM124.34375 392.75067L124.375 393.4538Q125.0625 392.6413 126.25 392.6413Q127.578125 392.6413 128.0625 393.65692Q128.375 393.2038 128.875 392.92255Q129.39062 392.6413 130.07812 392.6413Q132.17188 392.6413 132.20312 394.84442L132.20312 399.09442L131.125 399.09442L131.125 394.90692Q131.125 394.23505 130.8125 393.90692Q130.5 393.56317 129.76562 393.56317Q129.15625 393.56317 128.75 393.92255Q128.35938 394.28192 128.29688 394.8913L128.29688 399.09442L127.21875 399.09442L127.21875 394.93817Q127.21875 393.56317 125.859375 393.56317Q124.796875 393.56317 124.40625 394.46942L124.40625 399.09442L123.3125 399.09442L123.3125 392.75067L124.34375 392.75067ZM136.95312 399.21942Q135.65625 399.21942 134.84375 398.37567Q134.04688 397.5163 134.04688 396.09442L134.04688 395.90692Q134.04688 394.9538 134.40625 394.21942Q134.76562 393.46942 135.40625 393.06317Q136.0625 392.6413 136.8125 392.6413Q138.04688 392.6413 138.73438 393.4538Q139.42188 394.2663 139.42188 395.78192L139.42188 396.23505L135.125 396.23505Q135.15625 397.17255 135.67188 397.75067Q136.20312 398.3288 137.01562 398.3288Q137.57812 398.3288 137.96875 398.09442Q138.375 397.86005 138.6875 397.46942L139.34375 397.98505Q138.54688 399.21942 136.95312 399.21942ZM136.8125 393.53192Q136.15625 393.53192 135.70312 394.0163Q135.26562 394.48505 135.17188 395.34442L138.34375 395.34442L138.34375 395.2663Q138.29688 394.43817 137.89062 393.98505Q137.5 393.53192 136.8125 393.53192ZM143.39062 393.71942Q143.14062 393.68817 142.85938 393.68817Q141.78125 393.68817 141.40625 394.59442L141.40625 399.09442L140.32812 399.09442L140.32812 392.75067L141.375 392.75067L141.39062 393.48505Q141.92188 392.6413 142.90625 392.6413Q143.21875 392.6413 143.39062 392.71942L143.39062 393.71942ZM145.5 399.09442L144.42188 399.09442L144.42188 392.75067L145.5 392.75067L145.5 399.09442ZM144.32812 391.0788Q144.32812 390.81317 144.48438 390.62567Q144.65625 390.43817 144.96875 390.43817Q145.28125 390.43817 145.4375 390.62567Q145.60938 390.81317 145.60938 391.0788Q145.60938 391.3288 145.4375 391.5163Q145.28125 391.68817 144.96875 391.68817Q144.65625 391.68817 144.48438 391.5163Q144.32812 391.3288 144.32812 391.0788ZM149.85938 398.3288Q150.4375 398.3288 150.875 397.98505Q151.3125 397.62567 151.35938 397.09442L152.39062 397.09442Q152.35938 397.6413 152.0 398.1413Q151.65625 398.62567 151.07812 398.92255Q150.51562 399.21942 149.85938 399.21942Q148.5625 399.21942 147.79688 398.36005Q147.04688 397.48505 147.04688 395.98505L147.04688 395.79755Q147.04688 394.87567 147.375 394.15692Q147.71875 393.43817 148.34375 393.04755Q148.98438 392.6413 149.85938 392.6413Q150.92188 392.6413 151.625 393.28192Q152.34375 393.90692 152.39062 394.93817L151.35938 394.93817Q151.3125 394.31317 150.89062 393.92255Q150.46875 393.53192 149.85938 393.53192Q149.03125 393.53192 148.57812 394.12567Q148.125 394.71942 148.125 395.84442L148.125 396.04755Q148.125 397.1413 148.57812 397.73505Q149.03125 398.3288 149.85938 398.3288Z" fill-rule="nonzero"/><path fill="#666666" d="M118.9375 416.03235L121.734375 422.98547L124.515625 416.03235L125.984375 416.03235L125.984375 424.5636L124.859375 424.5636L124.859375 421.23547L124.96875 417.65735L122.15625 424.5636L121.296875 424.5636L118.5 417.67297L118.609375 421.23547L118.609375 424.5636L117.484375 424.5636L117.484375 416.03235L118.9375 416.03235ZM127.03125 421.32922Q127.03125 420.40735 127.390625 419.65735Q127.765625 418.90735 128.42188 418.51672Q129.07812 418.11047 129.90625 418.11047Q131.20312 418.11047 132.0 419.0011Q132.8125 419.89172 132.8125 421.39172L132.8125 421.46985Q132.8125 422.39172 132.45312 423.1261Q132.09375 423.86047 131.4375 424.28235Q130.78125 424.6886 129.92188 424.6886Q128.64062 424.6886 127.828125 423.79797Q127.03125 422.89172 127.03125 421.40735L127.03125 421.32922ZM128.125 421.46985Q128.125 422.51672 128.60938 423.15735Q129.10938 423.79797 129.92188 423.79797Q130.75 423.79797 131.23438 423.15735Q131.71875 422.5011 131.71875 421.32922Q131.71875 420.29797 131.21875 419.65735Q130.73438 419.0011 129.90625 419.0011Q129.10938 419.0011 128.60938 419.64172Q128.125 420.26672 128.125 421.46985ZM139.6875 421.46985Q139.6875 422.92297 139.01562 423.8136Q138.35938 424.6886 137.23438 424.6886Q136.03125 424.6886 135.375 423.82922L135.3125 424.5636L134.32812 424.5636L134.32812 415.5636L135.40625 415.5636L135.40625 418.92297Q136.0625 418.11047 137.21875 418.11047Q138.375 418.11047 139.03125 418.98547Q139.6875 419.84485 139.6875 421.3761L139.6875 421.46985ZM138.60938 421.34485Q138.60938 420.23547 138.17188 419.64172Q137.75 419.03235 136.95312 419.03235Q135.875 419.03235 135.40625 420.01672L135.40625 422.76672Q135.90625 423.76672 136.95312 423.76672Q137.73438 423.76672 138.17188 423.15735Q138.60938 422.54797 138.60938 421.34485ZM142.5 424.5636L141.42188 424.5636L141.42188 418.21985L142.5 418.21985L142.5 424.5636ZM141.32812 416.54797Q141.32812 416.28235 141.48438 416.09485Q141.65625 415.90735 141.96875 415.90735Q142.28125 415.90735 142.4375 416.09485Q142.60938 416.28235 142.60938 416.54797Q142.60938 416.79797 142.4375 416.98547Q142.28125 417.15735 141.96875 417.15735Q141.65625 417.15735 141.48438 416.98547Q141.32812 416.79797 141.32812 416.54797ZM145.5 424.5636L144.42188 424.5636L144.42188 415.5636L145.5 415.5636L145.5 424.5636ZM149.95312 424.6886Q148.65625 424.6886 147.84375 423.84485Q147.04688 422.98547 147.04688 421.5636L147.04688 421.3761Q147.04688 420.42297 147.40625 419.6886Q147.76562 418.9386 148.40625 418.53235Q149.0625 418.11047 149.8125 418.11047Q151.04688 418.11047 151.73438 418.92297Q152.42188 419.73547 152.42188 421.2511L152.42188 421.70422L148.125 421.70422Q148.15625 422.64172 148.67188 423.21985Q149.20312 423.79797 150.01562 423.79797Q150.57812 423.79797 150.96875 423.5636Q151.375 423.32922 151.6875 422.9386L152.34375 423.45422Q151.54688 424.6886 149.95312 424.6886ZM149.8125 419.0011Q149.15625 419.0011 148.70312 419.48547Q148.26562 419.95422 148.17188 420.8136L151.34375 420.8136L151.34375 420.73547Q151.29688 419.90735 150.89062 419.45422Q150.5 419.0011 149.8125 419.0011Z" fill-rule="nonzero"/><path fill="#666666" d="M131.04688 446.0484Q131.04688 447.2984 130.625 448.2359Q130.20312 449.15778 129.42188 449.65778Q128.65625 450.15778 127.625 450.15778Q126.625 450.15778 125.84375 449.65778Q125.0625 449.15778 124.625 448.25153Q124.203125 447.32965 124.1875 446.1109L124.1875 445.50153Q124.1875 444.26715 124.609375 443.32965Q125.046875 442.39215 125.828125 441.89215Q126.609375 441.37653 127.625 441.37653Q128.64062 441.37653 129.42188 441.87653Q130.20312 442.37653 130.625 443.31403Q131.04688 444.25153 131.04688 445.50153L131.04688 446.0484ZM129.9375 445.4859Q129.9375 443.97028 129.32812 443.15778Q128.71875 442.34528 127.625 442.34528Q126.546875 442.34528 125.9375 443.15778Q125.328125 443.97028 125.3125 445.40778L125.3125 446.0484Q125.3125 447.51715 125.921875 448.3609Q126.546875 449.18903 127.625 449.18903Q128.71875 449.18903 129.3125 448.40778Q129.92188 447.6109 129.9375 446.12653L129.9375 445.4859ZM133.79688 442.15778L133.79688 443.68903L134.96875 443.68903L134.96875 444.53278L133.79688 444.53278L133.79688 448.45465Q133.79688 448.84528 133.95312 449.03278Q134.10938 449.22028 134.48438 449.22028Q134.67188 449.22028 135.0 449.15778L135.0 450.03278Q134.57812 450.15778 134.17188 450.15778Q133.45312 450.15778 133.07812 449.72028Q132.70312 449.26715 132.70312 448.45465L132.70312 444.53278L131.54688 444.53278L131.54688 443.68903L132.70312 443.68903L132.70312 442.15778L133.79688 442.15778ZM137.40625 444.45465Q138.125 443.57965 139.28125 443.57965Q141.29688 443.57965 141.3125 445.84528L141.3125 450.03278L140.21875 450.03278L140.21875 445.82965Q140.21875 445.15778 139.90625 444.82965Q139.60938 444.50153 138.95312 444.50153Q138.42188 444.50153 138.01562 444.78278Q137.625 445.06403 137.40625 445.51715L137.40625 450.03278L136.32812 450.03278L136.32812 441.03278L137.40625 441.03278L137.40625 444.45465ZM145.95312 450.15778Q144.65625 450.15778 143.84375 449.31403Q143.04688 448.45465 143.04688 447.03278L143.04688 446.84528Q143.04688 445.89215 143.40625 445.15778Q143.76562 444.40778 144.40625 444.00153Q145.0625 443.57965 145.8125 443.57965Q147.04688 443.57965 147.73438 444.39215Q148.42188 445.20465 148.42188 446.72028L148.42188 447.1734L144.125 447.1734Q144.15625 448.1109 144.67188 448.68903Q145.20312 449.26715 146.01562 449.26715Q146.57812 449.26715 146.96875 449.03278Q147.375 448.7984 147.6875 448.40778L148.34375 448.9234Q147.54688 450.15778 145.95312 450.15778ZM145.8125 444.47028Q145.15625 444.47028 144.70312 444.95465Q144.26562 445.4234 144.17188 446.28278L147.34375 446.28278L147.34375 446.20465Q147.29688 445.37653 146.89062 444.9234Q146.5 444.47028 145.8125 444.47028ZM152.39062 444.65778Q152.14062 444.62653 151.85938 444.62653Q150.78125 444.62653 150.40625 445.53278L150.40625 450.03278L149.32812 450.03278L149.32812 443.68903L150.375 443.68903L150.39062 444.4234Q150.92188 443.57965 151.90625 443.57965Q152.21875 443.57965 152.39062 443.65778L152.39062 444.65778Z" fill-rule="nonzero"/><path fill="#666666" d="M156.5625 477.08386Q156.5625 478.9901 155.90625 479.9276Q155.26562 480.8495 153.875 480.8495Q152.51562 480.8495 151.85938 479.94324Q151.20312 479.037 151.17188 477.2245L151.17188 475.787Q151.17188 473.89636 151.8125 472.9901Q152.46875 472.06824 153.85938 472.06824Q155.23438 472.06824 155.89062 472.95886Q156.54688 473.83386 156.5625 475.6776L156.5625 477.08386ZM155.46875 475.5995Q155.46875 474.2245 155.07812 473.5995Q154.70312 472.95886 153.85938 472.95886Q153.03125 472.95886 152.64062 473.5995Q152.26562 474.2245 152.26562 475.52136L152.26562 477.25574Q152.26562 478.63074 152.65625 479.3026Q153.0625 479.95886 153.875 479.95886Q154.67188 479.95886 155.0625 479.33386Q155.45312 478.70886 155.46875 477.38074L155.46875 475.5995ZM158.10938 473.83386Q158.10938 473.06824 158.59375 472.56824Q159.09375 472.06824 159.85938 472.06824Q160.64062 472.06824 161.125 472.56824Q161.60938 473.06824 161.60938 473.8651L161.60938 474.287Q161.60938 475.0526 161.10938 475.5526Q160.625 476.037 159.875 476.037Q159.10938 476.037 158.60938 475.5526Q158.10938 475.0526 158.10938 474.2401L158.10938 473.83386ZM158.92188 474.287Q158.92188 474.7401 159.17188 475.037Q159.4375 475.33386 159.875 475.33386Q160.29688 475.33386 160.54688 475.0526Q160.79688 474.75574 160.79688 474.25574L160.79688 473.83386Q160.79688 473.38074 160.54688 473.08386Q160.29688 472.77136 159.85938 472.77136Q159.42188 472.77136 159.17188 473.08386Q158.92188 473.38074 158.92188 473.8495L158.92188 474.287ZM162.26562 478.63074Q162.26562 477.8651 162.75 477.38074Q163.25 476.88074 164.01562 476.88074Q164.78125 476.88074 165.26562 477.38074Q165.76562 477.8651 165.76562 478.6776L165.76562 479.08386Q165.76562 479.8495 165.28125 480.3495Q164.79688 480.8495 164.03125 480.8495Q163.26562 480.8495 162.76562 480.3651Q162.26562 479.8651 162.26562 479.0526L162.26562 478.63074ZM163.07812 479.08386Q163.07812 479.5526 163.32812 479.8495Q163.59375 480.14636 164.03125 480.14636Q164.45312 480.14636 164.70312 479.8651Q164.95312 479.56824 164.95312 479.06824L164.95312 478.63074Q164.95312 478.162 164.6875 477.88074Q164.4375 477.58386 164.01562 477.58386Q163.59375 477.58386 163.32812 477.88074Q163.07812 478.162 163.07812 478.662L163.07812 479.08386ZM160.125 480.08386L159.5 479.69324L163.67188 473.02136L164.28125 473.412L160.125 480.08386Z" fill-rule="nonzero"/><path fill="#666666" d="M256.11566 480.7245L250.52191 480.7245L250.52191 479.94324L253.47504 476.662Q254.13129 475.912 254.38129 475.45886Q254.63129 474.9901 254.63129 474.4901Q254.63129 473.81824 254.22504 473.39636Q253.83441 472.95886 253.14691 472.95886Q252.35004 472.95886 251.89691 473.4276Q251.44379 473.88074 251.44379 474.70886L250.36566 474.70886Q250.36566 473.52136 251.11566 472.8026Q251.88129 472.06824 253.14691 472.06824Q254.35004 472.06824 255.03754 472.69324Q255.72504 473.31824 255.72504 474.3651Q255.72504 475.6151 254.11566 477.3651L251.83441 479.83386L256.11566 479.83386L256.11566 480.7245ZM262.8813 477.08386Q262.8813 478.9901 262.22504 479.9276Q261.5844 480.8495 260.1938 480.8495Q258.8344 480.8495 258.17816 479.94324Q257.5219 479.037 257.49066 477.2245L257.49066 475.787Q257.49066 473.89636 258.1313 472.9901Q258.78754 472.06824 260.17816 472.06824Q261.55316 472.06824 262.2094 472.95886Q262.86566 473.83386 262.8813 475.6776L262.8813 477.08386ZM261.78754 475.5995Q261.78754 474.2245 261.3969 473.5995Q261.0219 472.95886 260.17816 472.95886Q259.35004 472.95886 258.9594 473.5995Q258.5844 474.2245 258.5844 475.52136L258.5844 477.25574Q258.5844 478.63074 258.97504 479.3026Q259.3813 479.95886 260.1938 479.95886Q260.99066 479.95886 261.3813 479.33386Q261.7719 478.70886 261.78754 477.38074L261.78754 475.5995ZM264.42816 473.83386Q264.42816 473.06824 264.91254 472.56824Q265.41254 472.06824 266.17816 472.06824Q266.9594 472.06824 267.4438 472.56824Q267.92816 473.06824 267.92816 473.8651L267.92816 474.287Q267.92816 475.0526 267.42816 475.5526Q266.9438 476.037 266.1938 476.037Q265.42816 476.037 264.92816 475.5526Q264.42816 475.0526 264.42816 474.2401L264.42816 473.83386ZM265.24066 474.287Q265.24066 474.7401 265.49066 475.037Q265.7563 475.33386 266.1938 475.33386Q266.61566 475.33386 266.86566 475.0526Q267.11566 474.75574 267.11566 474.25574L267.11566 473.83386Q267.11566 473.38074 266.86566 473.08386Q266.61566 472.77136 266.17816 472.77136Q265.74066 472.77136 265.49066 473.08386Q265.24066 473.38074 265.24066 473.8495L265.24066 474.287ZM268.5844 478.63074Q268.5844 477.8651 269.0688 477.38074Q269.5688 476.88074 270.3344 476.88074Q271.10004 476.88074 271.5844 477.38074Q272.0844 477.8651 272.0844 478.6776L272.0844 479.08386Q272.0844 479.8495 271.60004 480.3495Q271.11566 480.8495 270.35004 480.8495Q269.5844 480.8495 269.0844 480.3651Q268.5844 479.8651 268.5844 479.0526L268.5844 478.63074ZM269.3969 479.08386Q269.3969 479.5526 269.6469 479.8495Q269.91254 480.14636 270.35004 480.14636Q270.7719 480.14636 271.0219 479.8651Q271.2719 479.56824 271.2719 479.06824L271.2719 478.63074Q271.2719 478.162 271.0063 477.88074Q270.7563 477.58386 270.3344 477.58386Q269.91254 477.58386 269.6469 477.88074Q269.3969 478.162 269.3969 478.662L269.3969 479.08386ZM266.4438 480.08386L265.8188 479.69324L269.99066 473.02136L270.60004 473.412L266.4438 480.08386Z" fill-rule="nonzero"/><path fill="#666666" d="M357.91882 477.8651L359.10632 477.8651L359.10632 478.7401L357.91882 478.7401L357.91882 480.7245L356.8407 480.7245L356.8407 478.7401L352.95007 478.7401L352.95007 478.0995L356.76257 472.19324L357.91882 472.19324L357.91882 477.8651ZM354.18445 477.8651L356.8407 477.8651L356.8407 473.6776L356.70007 473.912L354.18445 477.8651ZM365.70007 477.08386Q365.70007 478.9901 365.04382 479.9276Q364.4032 480.8495 363.01257 480.8495Q361.6532 480.8495 360.99695 479.94324Q360.3407 479.037 360.30945 477.2245L360.30945 475.787Q360.30945 473.89636 360.95007 472.9901Q361.60632 472.06824 362.99695 472.06824Q364.37195 472.06824 365.0282 472.95886Q365.68445 473.83386 365.70007 475.6776L365.70007 477.08386ZM364.60632 475.5995Q364.60632 474.2245 364.2157 473.5995Q363.8407 472.95886 362.99695 472.95886Q362.16882 472.95886 361.7782 473.5995Q361.4032 474.2245 361.4032 475.52136L361.4032 477.25574Q361.4032 478.63074 361.79382 479.3026Q362.20007 479.95886 363.01257 479.95886Q363.80945 479.95886 364.20007 479.33386Q364.5907 478.70886 364.60632 477.38074L364.60632 475.5995ZM367.24695 473.83386Q367.24695 473.06824 367.73132 472.56824Q368.23132 472.06824 368.99695 472.06824Q369.7782 472.06824 370.26257 472.56824Q370.74695 473.06824 370.74695 473.8651L370.74695 474.287Q370.74695 475.0526 370.24695 475.5526Q369.76257 476.037 369.01257 476.037Q368.24695 476.037 367.74695 475.5526Q367.24695 475.0526 367.24695 474.2401L367.24695 473.83386ZM368.05945 474.287Q368.05945 474.7401 368.30945 475.037Q368.57507 475.33386 369.01257 475.33386Q369.43445 475.33386 369.68445 475.0526Q369.93445 474.75574 369.93445 474.25574L369.93445 473.83386Q369.93445 473.38074 369.68445 473.08386Q369.43445 472.77136 368.99695 472.77136Q368.55945 472.77136 368.30945 473.08386Q368.05945 473.38074 368.05945 473.8495L368.05945 474.287ZM371.4032 478.63074Q371.4032 477.8651 371.88757 477.38074Q372.38757 476.88074 373.1532 476.88074Q373.91882 476.88074 374.4032 477.38074Q374.9032 477.8651 374.9032 478.6776L374.9032 479.08386Q374.9032 479.8495 374.41882 480.3495Q373.93445 480.8495 373.16882 480.8495Q372.4032 480.8495 371.9032 480.3651Q371.4032 479.8651 371.4032 479.0526L371.4032 478.63074ZM372.2157 479.08386Q372.2157 479.5526 372.4657 479.8495Q372.73132 480.14636 373.16882 480.14636Q373.5907 480.14636 373.8407 479.8651Q374.0907 479.56824 374.0907 479.06824L374.0907 478.63074Q374.0907 478.162 373.82507 477.88074Q373.57507 477.58386 373.1532 477.58386Q372.73132 477.58386 372.4657 477.88074Q372.2157 478.162 372.2157 478.662L372.2157 479.08386ZM369.26257 480.08386L368.63757 479.69324L372.80945 473.02136L373.41882 473.412L369.26257 480.08386Z" fill-rule="nonzero"/><path fill="#666666" d="M460.4251 472.19324L460.4251 473.0995L460.222 473.0995Q458.95636 473.13074 458.20636 473.8651Q457.45636 474.58386 457.33136 475.89636Q458.01886 475.13074 459.1751 475.13074Q460.2845 475.13074 460.95636 475.912Q461.62823 476.69324 461.62823 477.94324Q461.62823 479.25574 460.9095 480.0526Q460.19073 480.8495 458.972 480.8495Q457.75323 480.8495 456.9876 479.912Q456.2376 478.95886 456.2376 477.4745L456.2376 477.06824Q456.2376 474.70886 457.2376 473.45886Q458.2376 472.20886 460.222 472.19324L460.4251 472.19324ZM459.00323 476.037Q458.44073 476.037 457.972 476.3651Q457.50323 476.69324 457.31573 477.20886L457.31573 477.5995Q457.31573 478.662 457.7845 479.3026Q458.26886 479.94324 458.972 479.94324Q459.70636 479.94324 460.12823 479.412Q460.5501 478.8651 460.5501 477.9901Q460.5501 477.1151 460.12823 476.58386Q459.70636 476.037 459.00323 476.037ZM468.51886 477.08386Q468.51886 478.9901 467.8626 479.9276Q467.222 480.8495 465.83136 480.8495Q464.472 480.8495 463.81573 479.94324Q463.1595 479.037 463.12823 477.2245L463.12823 475.787Q463.12823 473.89636 463.76886 472.9901Q464.4251 472.06824 465.81573 472.06824Q467.19073 472.06824 467.847 472.95886Q468.50323 473.83386 468.51886 475.6776L468.51886 477.08386ZM467.4251 475.5995Q467.4251 474.2245 467.0345 473.5995Q466.6595 472.95886 465.81573 472.95886Q464.9876 472.95886 464.597 473.5995Q464.222 474.2245 464.222 475.52136L464.222 477.25574Q464.222 478.63074 464.6126 479.3026Q465.01886 479.95886 465.83136 479.95886Q466.62823 479.95886 467.01886 479.33386Q467.4095 478.70886 467.4251 477.38074L467.4251 475.5995ZM470.06573 473.83386Q470.06573 473.06824 470.5501 472.56824Q471.0501 472.06824 471.81573 472.06824Q472.597 472.06824 473.08136 472.56824Q473.56573 473.06824 473.56573 473.8651L473.56573 474.287Q473.56573 475.0526 473.06573 475.5526Q472.58136 476.037 471.83136 476.037Q471.06573 476.037 470.56573 475.5526Q470.06573 475.0526 470.06573 474.2401L470.06573 473.83386ZM470.87823 474.287Q470.87823 474.7401 471.12823 475.037Q471.39386 475.33386 471.83136 475.33386Q472.25323 475.33386 472.50323 475.0526Q472.75323 474.75574 472.75323 474.25574L472.75323 473.83386Q472.75323 473.38074 472.50323 473.08386Q472.25323 472.77136 471.81573 472.77136Q471.37823 472.77136 471.12823 473.08386Q470.87823 473.38074 470.87823 473.8495L470.87823 474.287ZM474.222 478.63074Q474.222 477.8651 474.70636 477.38074Q475.20636 476.88074 475.972 476.88074Q476.7376 476.88074 477.222 477.38074Q477.722 477.8651 477.722 478.6776L477.722 479.08386Q477.722 479.8495 477.2376 480.3495Q476.75323 480.8495 475.9876 480.8495Q475.222 480.8495 474.722 480.3651Q474.222 479.8651 474.222 479.0526L474.222 478.63074ZM475.0345 479.08386Q475.0345 479.5526 475.2845 479.8495Q475.5501 480.14636 475.9876 480.14636Q476.4095 480.14636 476.6595 479.8651Q476.9095 479.56824 476.9095 479.06824L476.9095 478.63074Q476.9095 478.162 476.64386 477.88074Q476.39386 477.58386 475.972 477.58386Q475.5501 477.58386 475.2845 477.88074Q475.0345 478.162 475.0345 478.662L475.0345 479.08386ZM472.08136 480.08386L471.45636 479.69324L475.62823 473.02136L476.2376 473.412L472.08136 480.08386Z" fill-rule="nonzero"/><path fill="#666666" d="M564.1658 474.412Q564.1658 475.0526 563.822 475.5526Q563.4783 476.0526 562.9158 476.33386Q563.572 476.6151 563.96265 477.1776Q564.3533 477.7245 564.3533 478.4276Q564.3533 479.52136 563.6033 480.19324Q562.8689 480.8495 561.65015 480.8495Q560.4158 480.8495 559.6658 480.19324Q558.9314 479.52136 558.9314 478.4276Q558.9314 477.7245 559.3064 477.1776Q559.6814 476.6151 560.3533 476.33386Q559.7908 476.0526 559.46265 475.5526Q559.1345 475.0526 559.1345 474.412Q559.1345 473.33386 559.822 472.70886Q560.5095 472.06824 561.65015 472.06824Q562.77515 472.06824 563.46265 472.70886Q564.1658 473.33386 564.1658 474.412ZM563.27515 478.39636Q563.27515 477.6776 562.822 477.2401Q562.3689 476.787 561.6345 476.787Q560.90015 476.787 560.447 477.2401Q560.0095 477.6776 560.0095 478.412Q560.0095 479.13074 560.447 479.5526Q560.8845 479.95886 561.65015 479.95886Q562.40015 479.95886 562.83765 479.537Q563.27515 479.1151 563.27515 478.39636ZM561.65015 472.95886Q561.0095 472.95886 560.6033 473.3651Q560.21265 473.75574 560.21265 474.44324Q560.21265 475.08386 560.6033 475.4901Q560.9939 475.89636 561.6345 475.89636Q562.2908 475.89636 562.6814 475.4901Q563.072 475.08386 563.072 474.44324Q563.072 473.787 562.6658 473.38074Q562.2595 472.95886 561.65015 472.95886ZM571.33765 477.08386Q571.33765 478.9901 570.6814 479.9276Q570.0408 480.8495 568.65015 480.8495Q567.2908 480.8495 566.6345 479.94324Q565.9783 479.037 565.947 477.2245L565.947 475.787Q565.947 473.89636 566.58765 472.9901Q567.2439 472.06824 568.6345 472.06824Q570.0095 472.06824 570.6658 472.95886Q571.322 473.83386 571.33765 475.6776L571.33765 477.08386ZM570.2439 475.5995Q570.2439 474.2245 569.8533 473.5995Q569.4783 472.95886 568.6345 472.95886Q567.8064 472.95886 567.4158 473.5995Q567.0408 474.2245 567.0408 475.52136L567.0408 477.25574Q567.0408 478.63074 567.4314 479.3026Q567.83765 479.95886 568.65015 479.95886Q569.447 479.95886 569.83765 479.33386Q570.2283 478.70886 570.2439 477.38074L570.2439 475.5995ZM572.8845 473.83386Q572.8845 473.06824 573.3689 472.56824Q573.8689 472.06824 574.6345 472.06824Q575.4158 472.06824 575.90015 472.56824Q576.3845 473.06824 576.3845 473.8651L576.3845 474.287Q576.3845 475.0526 575.8845 475.5526Q575.40015 476.037 574.65015 476.037Q573.8845 476.037 573.3845 475.5526Q572.8845 475.0526 572.8845 474.2401L572.8845 473.83386ZM573.697 474.287Q573.697 474.7401 573.947 475.037Q574.21265 475.33386 574.65015 475.33386Q575.072 475.33386 575.322 475.0526Q575.572 474.75574 575.572 474.25574L575.572 473.83386Q575.572 473.38074 575.322 473.08386Q575.072 472.77136 574.6345 472.77136Q574.197 472.77136 573.947 473.08386Q573.697 473.38074 573.697 473.8495L573.697 474.287ZM577.0408 478.63074Q577.0408 477.8651 577.52515 477.38074Q578.02515 476.88074 578.7908 476.88074Q579.5564 476.88074 580.0408 477.38074Q580.5408 477.8651 580.5408 478.6776L580.5408 479.08386Q580.5408 479.8495 580.0564 480.3495Q579.572 480.8495 578.8064 480.8495Q578.0408 480.8495 577.5408 480.3651Q577.0408 479.8651 577.0408 479.0526L577.0408 478.63074ZM577.8533 479.08386Q577.8533 479.5526 578.1033 479.8495Q578.3689 480.14636 578.8064 480.14636Q579.2283 480.14636 579.4783 479.8651Q579.7283 479.56824 579.7283 479.06824L579.7283 478.63074Q579.7283 478.162 579.46265 477.88074Q579.21265 477.58386 578.7908 477.58386Q578.3689 477.58386 578.1033 477.88074Q577.8533 478.162 577.8533 478.662L577.8533 479.08386ZM574.90015 480.08386L574.27515 479.69324L578.447 473.02136L579.0564 473.412L574.90015 480.08386Z" fill-rule="nonzero"/><path fill="#999999" d="M26.93125 54.000023Q26.93125 52.687523 27.275 51.468773Q27.634375 50.250023 28.3375 49.250023Q29.040625 48.250023 29.80625 47.843773L30.025 48.562523Q29.165625 49.218773 28.61875 50.562523Q28.071875 51.906273 28.025 53.578148L28.009375 54.078148Q28.009375 56.343773 28.8375 58.000023Q29.3375 59.000023 30.025 59.562523L29.80625 60.218773Q29.025 59.796898 28.30625 58.765648Q26.93125 56.781273 26.93125 54.000023ZM34.665627 55.781273Q34.665627 55.343773 34.321877 55.109398Q33.99375 54.859398 33.165627 54.687523Q32.353127 54.515648 31.86875 54.265648Q31.384375 54.015648 31.15 53.687523Q30.93125 53.343773 30.93125 52.875023Q30.93125 52.093773 31.5875 51.562523Q32.24375 51.015648 33.275 51.015648Q34.353127 51.015648 35.009377 51.578148Q35.68125 52.125023 35.68125 52.984398L34.603127 52.984398Q34.603127 52.546898 34.2125 52.234398Q33.8375 51.906273 33.275 51.906273Q32.68125 51.906273 32.3375 52.171898Q32.009377 52.421898 32.009377 52.828148Q32.009377 53.218773 32.321877 53.421898Q32.634377 53.625023 33.446877 53.812523Q34.259377 53.984398 34.759377 54.234398Q35.259377 54.484398 35.49375 54.843773Q35.74375 55.203148 35.74375 55.703148Q35.74375 56.562523 35.05625 57.078148Q34.384377 57.593773 33.30625 57.593773Q32.540627 57.593773 31.946875 57.328148Q31.36875 57.046898 31.040625 56.562523Q30.7125 56.078148 30.7125 55.515648L31.790625 55.515648Q31.821875 56.062523 32.228127 56.390648Q32.634377 56.703148 33.30625 56.703148Q33.915627 56.703148 34.290627 56.453148Q34.665627 56.203148 34.665627 55.781273ZM39.603127 57.593773Q38.30625 57.593773 37.49375 56.750023Q36.696877 55.890648 36.696877 54.468773L36.696877 54.281273Q36.696877 53.328148 37.05625 52.593773Q37.415627 51.843773 38.05625 51.437523Q38.7125 51.015648 39.4625 51.015648Q40.696877 51.015648 41.384377 51.828148Q42.071877 52.640648 42.071877 54.156273L42.071877 54.609398L37.775 54.609398Q37.80625 55.546898 38.321877 56.125023Q38.853127 56.703148 39.665627 56.703148Q40.228127 56.703148 40.61875 56.468773Q41.025 56.234398 41.3375 55.843773L41.99375 56.359398Q41.196877 57.593773 39.603127 57.593773ZM39.4625 51.906273Q38.80625 51.906273 38.353127 52.390648Q37.915627 52.859398 37.821877 53.718773L40.99375 53.718773L40.99375 53.640648Q40.946877 52.812523 40.540627 52.359398Q40.15 51.906273 39.4625 51.906273ZM44.15 57.468773L43.071877 57.468773L43.071877 48.468773L44.15 48.468773L44.15 57.468773ZM48.603127 57.593773Q47.30625 57.593773 46.49375 56.750023Q45.696877 55.890648 45.696877 54.468773L45.696877 54.281273Q45.696877 53.328148 46.05625 52.593773Q46.415627 51.843773 47.05625 51.437523Q47.7125 51.015648 48.4625 51.015648Q49.696877 51.015648 50.384377 51.828148Q51.071877 52.640648 51.071877 54.156273L51.071877 54.609398L46.775 54.609398Q46.80625 55.546898 47.321877 56.125023Q47.853127 56.703148 48.665627 56.703148Q49.228127 56.703148 49.61875 56.468773Q50.025 56.234398 50.3375 55.843773L50.99375 56.359398Q50.196877 57.593773 48.603127 57.593773ZM48.4625 51.906273Q47.80625 51.906273 47.353127 52.390648Q46.915627 52.859398 46.821877 53.718773L49.99375 53.718773L49.99375 53.640648Q49.946877 52.812523 49.540627 52.359398Q49.15 51.906273 48.4625 51.906273ZM54.509377 56.703148Q55.0875 56.703148 55.525 56.359398Q55.9625 56.000023 56.009377 55.468773L57.040627 55.468773Q57.009377 56.015648 56.65 56.515648Q56.30625 57.000023 55.728127 57.296898Q55.165627 57.593773 54.509377 57.593773Q53.2125 57.593773 52.446877 56.734398Q51.696877 55.859398 51.696877 54.359398L51.696877 54.171898Q51.696877 53.250023 52.025 52.531273Q52.36875 51.812523 52.99375 51.421898Q53.634377 51.015648 54.509377 51.015648Q55.571877 51.015648 56.275 51.656273Q56.99375 52.281273 57.040627 53.312523L56.009377 53.312523Q55.9625 52.687523 55.540627 52.296898Q55.11875 51.906273 54.509377 51.906273Q53.68125 51.906273 53.228127 52.500023Q52.775 53.093773 52.775 54.218773L52.775 54.421898Q52.775 55.515648 53.228127 56.109398Q53.68125 56.703148 54.509377 56.703148ZM59.446877 49.593773L59.446877 51.125023L60.61875 51.125023L60.61875 51.968773L59.446877 51.968773L59.446877 55.890648Q59.446877 56.281273 59.603127 56.468773Q59.759377 56.656273 60.134377 56.656273Q60.321877 56.656273 60.65 56.593773L60.65 57.468773Q60.228127 57.593773 59.821877 57.593773Q59.103127 57.593773 58.728127 57.156273Q58.353127 56.703148 58.353127 55.890648L58.353127 51.968773L57.196877 51.968773L57.196877 51.125023L58.353127 51.125023L58.353127 49.593773L59.446877 49.593773ZM68.88438 57.468773Q68.79063 57.281273 68.72813 56.796898Q67.97813 57.593773 66.93125 57.593773Q65.99375 57.593773 65.38438 57.062523Q64.79063 56.531273 64.79063 55.703148Q64.79063 54.718773 65.54063 54.171898Q66.29063 53.625023 67.66563 53.625023L68.7125 53.625023L68.7125 53.125023Q68.7125 52.562523 68.36875 52.234398Q68.04063 51.890648 67.36875 51.890648Q66.79063 51.890648 66.4 52.187523Q66.00938 52.468773 66.00938 52.890648L64.91563 52.890648Q64.91563 52.406273 65.24375 51.968773Q65.5875 51.531273 66.16563 51.281273Q66.74375 51.015648 67.43125 51.015648Q68.54063 51.015648 69.15 51.562523Q69.775 52.109398 69.80625 53.062523L69.80625 55.984398Q69.80625 56.859398 70.025 57.375023L70.025 57.468773L68.88438 57.468773ZM67.0875 56.640648Q67.60313 56.640648 68.05625 56.375023Q68.50938 56.109398 68.7125 55.687523L68.7125 54.390648L67.86875 54.390648Q65.86875 54.390648 65.86875 55.562523Q65.86875 56.062523 66.2125 56.359398Q66.55625 56.640648 67.0875 56.640648ZM73.15 57.468773L72.07188 57.468773L72.07188 48.468773L73.15 48.468773L73.15 57.468773ZM76.15 57.468773L75.07188 57.468773L75.07188 48.468773L76.15 48.468773L76.15 57.468773ZM82.44688 49.593773L82.44688 51.125023L83.61875 51.125023L83.61875 51.968773L82.44688 51.968773L82.44688 55.890648Q82.44688 56.281273 82.60313 56.468773Q82.75938 56.656273 83.13438 56.656273Q83.32188 56.656273 83.65 56.593773L83.65 57.468773Q83.22813 57.593773 82.82188 57.593773Q82.10313 57.593773 81.72813 57.156273Q81.35313 56.703148 81.35313 55.890648L81.35313 51.968773L80.19688 51.968773L80.19688 51.125023L81.35313 51.125023L81.35313 49.593773L82.44688 49.593773ZM86.05625 51.890648Q86.775 51.015648 87.93125 51.015648Q89.94688 51.015648 89.9625 53.281273L89.9625 57.468773L88.86875 57.468773L88.86875 53.265648Q88.86875 52.593773 88.55625 52.265648Q88.25938 51.937523 87.60313 51.937523Q87.07188 51.937523 86.66563 52.218773Q86.275 52.500023 86.05625 52.953148L86.05625 57.468773L84.97813 57.468773L84.97813 48.468773L86.05625 48.468773L86.05625 51.890648ZM95.88438 57.468773Q95.79063 57.281273 95.72813 56.796898Q94.97813 57.593773 93.93125 57.593773Q92.99375 57.593773 92.38438 57.062523Q91.79063 56.531273 91.79063 55.703148Q91.79063 54.718773 92.54063 54.171898Q93.29063 53.625023 94.66563 53.625023L95.7125 53.625023L95.7125 53.125023Q95.7125 52.562523 95.36875 52.234398Q95.04063 51.890648 94.36875 51.890648Q93.79063 51.890648 93.4 52.187523Q93.00938 52.468773 93.00938 52.890648L91.91563 52.890648Q91.91563 52.406273 92.24375 51.968773Q92.5875 51.531273 93.16563 51.281273Q93.74375 51.015648 94.43125 51.015648Q95.54063 51.015648 96.15 51.562523Q96.775 52.109398 96.80625 53.062523L96.80625 55.984398Q96.80625 56.859398 97.025 57.375023L97.025 57.468773L95.88438 57.468773ZM94.0875 56.640648Q94.60313 56.640648 95.05625 56.375023Q95.50938 56.109398 95.7125 55.687523L95.7125 54.390648L94.86875 54.390648Q92.86875 54.390648 92.86875 55.562523Q92.86875 56.062523 93.2125 56.359398Q93.55625 56.640648 94.0875 56.640648ZM100.44688 49.593773L100.44688 51.125023L101.61875 51.125023L101.61875 51.968773L100.44688 51.968773L100.44688 55.890648Q100.44688 56.281273 100.60313 56.468773Q100.75938 56.656273 101.13438 56.656273Q101.32188 56.656273 101.65 56.593773L101.65 57.468773Q101.22813 57.593773 100.82188 57.593773Q100.10313 57.593773 99.72813 57.156273Q99.35313 56.703148 99.35313 55.890648L99.35313 51.968773L98.19688 51.968773L98.19688 51.125023L99.35313 51.125023L99.35313 49.593773L100.44688 49.593773ZM109.88438 57.468773Q109.79063 57.281273 109.72813 56.796898Q108.97813 57.593773 107.93125 57.593773Q106.99375 57.593773 106.38438 57.062523Q105.79063 56.531273 105.79063 55.703148Q105.79063 54.718773 106.54063 54.171898Q107.29063 53.625023 108.66563 53.625023L109.7125 53.625023L109.7125 53.125023Q109.7125 52.562523 109.36875 52.234398Q109.04063 51.890648 108.36875 51.890648Q107.79063 51.890648 107.4 52.187523Q107.00938 52.468773 107.00938 52.890648L105.91563 52.890648Q105.91563 52.406273 106.24375 51.968773Q106.5875 51.531273 107.16563 51.281273Q107.74375 51.015648 108.43125 51.015648Q109.54063 51.015648 110.15 51.562523Q110.775 52.109398 110.80625 53.062523L110.80625 55.984398Q110.80625 56.859398 111.025 57.375023L111.025 57.468773L109.88438 57.468773ZM108.0875 56.640648Q108.60313 56.640648 109.05625 56.375023Q109.50938 56.109398 109.7125 55.687523L109.7125 54.390648L108.86875 54.390648Q106.86875 54.390648 106.86875 55.562523Q106.86875 56.062523 107.2125 56.359398Q107.55625 56.640648 108.0875 56.640648ZM118.32188 54.375023Q118.32188 55.812523 117.66563 56.703148Q117.00938 57.593773 115.86875 57.593773Q114.7125 57.593773 114.05625 56.859398L114.05625 59.906273L112.97813 59.906273L112.97813 51.125023L113.9625 51.125023L114.00938 51.828148Q114.68125 51.015648 115.85313 51.015648Q116.99375 51.015648 117.65 51.875023Q118.32188 52.734398 118.32188 54.265648L118.32188 54.375023ZM117.24375 54.250023Q117.24375 53.171898 116.775 52.562523Q116.32188 51.937523 115.525 51.937523Q114.54063 51.937523 114.05625 52.796898L114.05625 55.828148Q114.54063 56.703148 115.54063 56.703148Q116.32188 56.703148 116.775 56.093773Q117.24375 55.468773 117.24375 54.250023ZM125.32188 54.375023Q125.32188 55.812523 124.66563 56.703148Q124.00938 57.593773 122.86875 57.593773Q121.7125 57.593773 121.05625 56.859398L121.05625 59.906273L119.97813 59.906273L119.97813 51.125023L120.9625 51.125023L121.00938 51.828148Q121.68125 51.015648 122.85313 51.015648Q123.99375 51.015648 124.65 51.875023Q125.32188 52.734398 125.32188 54.265648L125.32188 54.375023ZM124.24375 54.250023Q124.24375 53.171898 123.775 52.562523Q123.32188 51.937523 122.525 51.937523Q121.54063 51.937523 121.05625 52.796898L121.05625 55.828148Q121.54063 56.703148 122.54063 56.703148Q123.32188 56.703148 123.775 56.093773Q124.24375 55.468773 124.24375 54.250023ZM128.15 57.468773L127.07188 57.468773L127.07188 48.468773L128.15 48.468773L128.15 57.468773ZM132.04062 55.875023L133.525 51.125023L134.68124 51.125023L132.13437 58.453148Q131.54062 60.031273 130.25937 60.031273L130.04062 60.015648L129.65 59.937523L129.65 59.062523L129.93124 59.078148Q130.49374 59.078148 130.79062 58.859398Q131.10312 58.640648 131.30624 58.046898L131.54062 57.390648L129.275 51.125023L130.4625 51.125023L132.04062 55.875023ZM138.47812 54.062523Q138.47812 55.375023 138.13437 56.578148Q137.79062 57.765648 137.07187 58.781273Q136.36874 59.796898 135.60312 60.218773L135.36874 59.562523Q136.275 58.875023 136.82187 57.421898Q137.36874 55.953148 137.38437 54.187523L137.38437 54.000023Q137.38437 52.765648 137.11874 51.703148Q136.86874 50.640648 136.4 49.812523Q135.94687 48.968773 135.36874 48.500023L135.60312 47.843773Q136.36874 48.265648 137.07187 49.265648Q137.775 50.265648 138.11874 51.484398Q138.47812 52.687523 138.47812 54.062523Z" fill-rule="nonzero"/><path fill="#666666" d="M28.7125 36.218773L27.4 36.218773L27.4 26.265648L28.7125 26.265648L28.7125 36.218773ZM40.65 34.468773L42.071877 28.828148L43.3375 28.828148L41.196877 36.218773L40.165627 36.218773L38.36875 30.609398L36.61875 36.218773L35.5875 36.218773L33.446877 28.828148L34.696877 28.828148L36.165627 34.359398L37.884377 28.828148L38.9 28.828148L40.65 34.468773ZM44.775 32.453148Q44.775 31.359398 45.196877 30.500023Q45.634377 29.625023 46.384377 29.156273Q47.15 28.687523 48.134377 28.687523Q49.634377 28.687523 50.571877 29.734398Q51.509377 30.781273 51.509377 32.515648L51.509377 32.609398Q51.509377 33.687523 51.0875 34.546898Q50.68125 35.390648 49.9 35.875023Q49.134377 36.359398 48.15 36.359398Q46.634377 36.359398 45.696877 35.312523Q44.775 34.265648 44.775 32.546898L44.775 32.453148ZM46.040627 32.609398Q46.040627 33.828148 46.603127 34.578148Q47.18125 35.328148 48.15 35.328148Q49.103127 35.328148 49.665627 34.578148Q50.24375 33.812523 50.24375 32.453148Q50.24375 31.234398 49.665627 30.484398Q49.0875 29.718773 48.134377 29.718773Q47.196877 29.718773 46.61875 30.468773Q46.040627 31.218773 46.040627 32.609398ZM56.68125 29.953148Q56.4 29.906273 56.05625 29.906273Q54.821877 29.906273 54.36875 30.968773L54.36875 36.218773L53.103127 36.218773L53.103127 28.828148L54.3375 28.828148L54.353127 29.671898Q54.978127 28.687523 56.11875 28.687523Q56.49375 28.687523 56.68125 28.781273L56.68125 29.953148ZM60.165627 32.796898L59.384377 33.625023L59.384377 36.218773L58.11875 36.218773L58.11875 25.718773L59.384377 25.718773L59.384377 32.062523L60.05625 31.250023L62.353127 28.828148L63.9 28.828148L61.025 31.906273L64.22813 36.218773L62.74375 36.218773L60.165627 32.796898ZM74.65 34.468773L76.07188 28.828148L77.3375 28.828148L75.19688 36.218773L74.16563 36.218773L72.36875 30.609398L70.61875 36.218773L69.5875 36.218773L67.44688 28.828148L68.69688 28.828148L70.16563 34.359398L71.88438 28.828148L72.9 28.828148L74.65 34.468773ZM80.47813 36.218773L79.2125 36.218773L79.2125 28.828148L80.47813 28.828148L80.47813 36.218773ZM79.11875 26.859398Q79.11875 26.546898 79.30625 26.343773Q79.49375 26.125023 79.85313 26.125023Q80.22813 26.125023 80.41563 26.343773Q80.61875 26.546898 80.61875 26.859398Q80.61875 27.171898 80.41563 27.375023Q80.22813 27.578148 79.85313 27.578148Q79.49375 27.578148 79.30625 27.375023Q79.11875 27.171898 79.11875 26.859398ZM83.82188 27.031273L83.82188 28.828148L85.19688 28.828148L85.19688 29.796898L83.82188 29.796898L83.82188 34.390648Q83.82188 34.828148 84.00938 35.062523Q84.19688 35.281273 84.63438 35.281273Q84.85313 35.281273 85.24375 35.187523L85.24375 36.218773Q84.74375 36.359398 84.275 36.359398Q83.41563 36.359398 82.97813 35.843773Q82.55625 35.328148 82.55625 34.390648L82.55625 29.796898L81.2125 29.796898L81.2125 28.828148L82.55625 28.828148L82.55625 27.031273L83.82188 27.031273ZM88.36875 29.718773Q89.2125 28.687523 90.55625 28.687523Q92.9 28.687523 92.93125 31.328148L92.93125 36.218773L91.66563 36.218773L91.66563 31.328148Q91.65 30.531273 91.29063 30.156273Q90.93125 29.765648 90.18125 29.765648Q89.55625 29.765648 89.0875 30.093773Q88.63438 30.421898 88.36875 30.953148L88.36875 36.218773L87.10313 36.218773L87.10313 25.718773L88.36875 25.718773L88.36875 29.718773ZM105.65 34.906273Q105.15 35.640648 104.24375 36.000023Q103.3375 36.359398 102.13438 36.359398Q100.91563 36.359398 99.9625 35.796898Q99.025 35.218773 98.50938 34.171898Q97.99375 33.109398 97.97813 31.718773L97.97813 30.859398Q97.97813 28.609398 99.025 27.375023Q100.0875 26.125023 101.97813 26.125023Q103.54063 26.125023 104.49375 26.921898Q105.44688 27.718773 105.65 29.187523L104.3375 29.187523Q103.97813 27.203148 101.99375 27.203148Q100.66563 27.203148 99.97813 28.140648Q99.30625 29.062523 99.30625 30.812523L99.30625 31.625023Q99.30625 33.312523 100.07188 34.296898Q100.8375 35.281273 102.13438 35.281273Q102.88438 35.281273 103.43125 35.125023Q103.99375 34.953148 104.35313 34.562523L104.35313 32.328148L102.04063 32.328148L102.04063 31.265648L105.65 31.265648L105.65 34.906273ZM107.775 32.453148Q107.775 31.359398 108.19688 30.500023Q108.63438 29.625023 109.38438 29.156273Q110.15 28.687523 111.13438 28.687523Q112.63438 28.687523 113.57188 29.734398Q114.50938 30.781273 114.50938 32.515648L114.50938 32.609398Q114.50938 33.687523 114.0875 34.546898Q113.68125 35.390648 112.9 35.875023Q112.13438 36.359398 111.15 36.359398Q109.63438 36.359398 108.69688 35.312523Q107.775 34.265648 107.775 32.546898L107.775 32.453148ZM109.04063 32.609398Q109.04063 33.828148 109.60313 34.578148Q110.18125 35.328148 111.15 35.328148Q112.10313 35.328148 112.66563 34.578148Q113.24375 33.812523 113.24375 32.453148Q113.24375 31.234398 112.66563 30.484398Q112.0875 29.718773 111.13438 29.718773Q110.19688 29.718773 109.61875 30.468773Q109.04063 31.218773 109.04063 32.609398ZM120.47813 36.218773L119.2125 36.218773L119.2125 28.828148L120.47813 28.828148L120.47813 36.218773ZM119.11875 26.859398Q119.11875 26.546898 119.30625 26.343773Q119.49375 26.125023 119.85313 26.125023Q120.22813 26.125023 120.41563 26.343773Q120.61875 26.546898 120.61875 26.859398Q120.61875 27.171898 120.41563 27.375023Q120.22813 27.578148 119.85313 27.578148Q119.49375 27.578148 119.30625 27.375023Q119.11875 27.171898 119.11875 26.859398ZM123.30625 28.828148L123.3375 29.750023Q124.19688 28.687523 125.55625 28.687523Q127.9 28.687523 127.93125 31.328148L127.93125 36.218773L126.66563 36.218773L126.66563 31.328148Q126.65 30.531273 126.29063 30.156273Q125.93125 29.765648 125.18125 29.765648Q124.55625 29.765648 124.0875 30.093773Q123.63438 30.421898 123.36875 30.953148L123.36875 36.218773L122.10313 36.218773L122.10313 28.828148L123.30625 28.828148ZM134.82187 27.031273L134.82187 28.828148L136.19687 28.828148L136.19687 29.796898L134.82187 29.796898L134.82187 34.390648Q134.82187 34.828148 135.00937 35.062523Q135.19687 35.281273 135.63437 35.281273Q135.85312 35.281273 136.24374 35.187523L136.24374 36.218773Q135.74374 36.359398 135.275 36.359398Q134.41562 36.359398 133.97812 35.843773Q133.55624 35.328148 133.55624 34.390648L133.55624 29.796898L132.2125 29.796898L132.2125 28.828148L133.55624 28.828148L133.55624 27.031273L134.82187 27.031273ZM139.36874 29.718773Q140.2125 28.687523 141.55624 28.687523Q143.9 28.687523 143.93124 31.328148L143.93124 36.218773L142.66562 36.218773L142.66562 31.328148Q142.65 30.531273 142.29062 30.156273Q141.93124 29.765648 141.18124 29.765648Q140.55624 29.765648 140.0875 30.093773Q139.63437 30.421898 139.36874 30.953148L139.36874 36.218773L138.10312 36.218773L138.10312 25.718773L139.36874 25.718773L139.36874 29.718773ZM149.18124 36.359398Q147.66562 36.359398 146.72812 35.375023Q145.79062 34.375023 145.79062 32.718773L145.79062 32.500023Q145.79062 31.390648 146.2125 30.531273Q146.63437 29.656273 147.38437 29.171898Q148.13437 28.687523 149.025 28.687523Q150.4625 28.687523 151.25937 29.640648Q152.05624 30.578148 152.05624 32.359398L152.05624 32.875023L147.05624 32.875023Q147.07187 33.968773 147.68124 34.656273Q148.30624 35.328148 149.24374 35.328148Q149.91562 35.328148 150.36874 35.062523Q150.8375 34.781273 151.19687 34.328148L151.9625 34.921898Q151.04062 36.359398 149.18124 36.359398ZM149.025 29.718773Q148.25937 29.718773 147.72812 30.281273Q147.2125 30.843773 147.0875 31.843773L150.79062 31.843773L150.79062 31.750023Q150.74374 30.781273 150.275 30.250023Q149.80624 29.718773 149.025 29.718773ZM156.72812 36.218773L156.72812 29.796898L155.55624 29.796898L155.55624 28.828148L156.72812 28.828148L156.72812 28.062523Q156.72812 26.875023 157.35312 26.234398Q157.99374 25.578148 159.16562 25.578148Q159.60312 25.578148 160.025 25.687523L159.9625 26.718773Q159.63437 26.656273 159.275 26.656273Q158.66562 26.656273 158.32187 27.015648Q157.99374 27.375023 157.99374 28.046898L157.99374 28.828148L159.57187 28.828148L159.57187 29.796898L157.99374 29.796898L157.99374 36.218773L156.72812 36.218773ZM160.775 32.453148Q160.775 31.359398 161.19687 30.500023Q161.63437 29.625023 162.38437 29.156273Q163.15 28.687523 164.13437 28.687523Q165.63437 28.687523 166.57187 29.734398Q167.50937 30.781273 167.50937 32.515648L167.50937 32.609398Q167.50937 33.687523 167.0875 34.546898Q166.68124 35.390648 165.9 35.875023Q165.13437 36.359398 164.15 36.359398Q162.63437 36.359398 161.69687 35.312523Q160.775 34.265648 160.775 32.546898L160.775 32.453148ZM162.04062 32.609398Q162.04062 33.828148 162.60312 34.578148Q163.18124 35.328148 164.15 35.328148Q165.10312 35.328148 165.66562 34.578148Q166.24374 33.812523 166.24374 32.453148Q166.24374 31.234398 165.66562 30.484398Q165.0875 29.718773 164.13437 29.718773Q163.19687 29.718773 162.61874 30.468773Q162.04062 31.218773 162.04062 32.609398ZM170.47812 36.218773L169.2125 36.218773L169.2125 25.718773L170.47812 25.718773L170.47812 36.218773ZM173.47812 36.218773L172.2125 36.218773L172.2125 25.718773L173.47812 25.718773L173.47812 36.218773ZM174.775 32.453148Q174.775 31.359398 175.19687 30.500023Q175.63437 29.625023 176.38437 29.156273Q177.15 28.687523 178.13437 28.687523Q179.63437 28.687523 180.57187 29.734398Q181.50937 30.781273 181.50937 32.515648L181.50937 32.609398Q181.50937 33.687523 181.0875 34.546898Q180.68124 35.390648 179.9 35.875023Q179.13437 36.359398 178.15 36.359398Q176.63437 36.359398 175.69687 35.312523Q174.775 34.265648 174.775 32.546898L174.775 32.453148ZM176.04062 32.609398Q176.04062 33.828148 176.60312 34.578148Q177.18124 35.328148 178.15 35.328148Q179.10312 35.328148 179.66562 34.578148Q180.24374 33.812523 180.24374 32.453148Q180.24374 31.234398 179.66562 30.484398Q179.0875 29.718773 178.13437 29.718773Q177.19687 29.718773 176.61874 30.468773Q176.04062 31.218773 176.04062 32.609398ZM189.65 34.468773L191.07187 28.828148L192.3375 28.828148L190.19687 36.218773L189.16562 36.218773L187.36874 30.609398L185.61874 36.218773L184.5875 36.218773L182.44687 28.828148L183.69687 28.828148L185.16562 34.359398L186.88437 28.828148L187.9 28.828148L189.65 34.468773ZM195.47812 36.218773L194.2125 36.218773L194.2125 28.828148L195.47812 28.828148L195.47812 36.218773ZM194.11874 26.859398Q194.11874 26.546898 194.30624 26.343773Q194.49374 26.125023 194.85312 26.125023Q195.22812 26.125023 195.41562 26.343773Q195.61874 26.546898 195.61874 26.859398Q195.61874 27.171898 195.41562 27.375023Q195.22812 27.578148 194.85312 27.578148Q194.49374 27.578148 194.30624 27.375023Q194.11874 27.171898 194.11874 26.859398ZM198.30624 28.828148L198.3375 29.750023Q199.19687 28.687523 200.55624 28.687523Q202.9 28.687523 202.93124 31.328148L202.93124 36.218773L201.66562 36.218773L201.66562 31.328148Q201.65 30.531273 201.29062 30.156273Q200.93124 29.765648 200.18124 29.765648Q199.55624 29.765648 199.0875 30.093773Q198.63437 30.421898 198.36874 30.953148L198.36874 36.218773L197.10312 36.218773L197.10312 28.828148L198.30624 28.828148ZM204.80624 32.453148Q204.80624 30.734398 205.60312 29.718773Q206.4 28.687523 207.72812 28.687523Q209.07187 28.687523 209.8375 29.640648L209.9 28.828148L211.05624 28.828148L211.05624 36.046898Q211.05624 37.484398 210.19687 38.296898Q209.35312 39.125023 207.91562 39.125023Q207.11874 39.125023 206.35312 38.781273Q205.5875 38.453148 205.18124 37.859398L205.8375 37.093773Q206.65 38.093773 207.82187 38.093773Q208.74374 38.093773 209.25937 37.578148Q209.79062 37.062523 209.79062 36.109398L209.79062 35.484398Q209.025 36.359398 207.7125 36.359398Q206.41562 36.359398 205.60312 35.312523Q204.80624 34.265648 204.80624 32.453148ZM206.07187 32.609398Q206.07187 33.859398 206.5875 34.578148Q207.10312 35.281273 208.025 35.281273Q209.22812 35.281273 209.79062 34.187523L209.79062 30.812523Q209.19687 29.765648 208.04062 29.765648Q207.11874 29.765648 206.5875 30.484398Q206.07187 31.187523 206.07187 32.609398ZM220.68124 36.218773Q220.57187 36.000023 220.49374 35.437523Q219.61874 36.359398 218.38437 36.359398Q217.29062 36.359398 216.5875 35.750023Q215.9 35.125023 215.9 34.171898Q215.9 33.015648 216.775 32.375023Q217.65 31.734398 219.24374 31.734398L220.47812 31.734398L220.47812 31.156273Q220.47812 30.484398 220.07187 30.093773Q219.68124 29.703148 218.91562 29.703148Q218.22812 29.703148 217.775 30.046898Q217.32187 30.390648 217.32187 30.875023L216.04062 30.875023Q216.04062 30.312523 216.43124 29.796898Q216.8375 29.281273 217.50937 28.984398Q218.18124 28.687523 218.97812 28.687523Q220.25937 28.687523 220.97812 29.328148Q221.7125 29.968773 221.74374 31.078148L221.74374 34.484398Q221.74374 35.500023 221.99374 36.109398L221.99374 36.218773L220.68124 36.218773ZM218.57187 35.250023Q219.16562 35.250023 219.69687 34.953148Q220.24374 34.640648 220.47812 34.140648L220.47812 32.625023L219.47812 32.625023Q217.16562 32.625023 217.16562 33.984398Q217.16562 34.578148 217.55624 34.921898Q217.94687 35.250023 218.57187 35.250023ZM227.68124 29.953148Q227.4 29.906273 227.05624 29.906273Q225.82187 29.906273 225.36874 30.968773L225.36874 36.218773L224.10312 36.218773L224.10312 28.828148L225.3375 28.828148L225.35312 29.671898Q225.97812 28.687523 227.11874 28.687523Q227.49374 28.687523 227.68124 28.781273L227.68124 29.953148ZM232.18124 36.359398Q230.66562 36.359398 229.72812 35.375023Q228.79062 34.375023 228.79062 32.718773L228.79062 32.500023Q228.79062 31.390648 229.2125 30.531273Q229.63437 29.656273 230.38437 29.171898Q231.13437 28.687523 232.025 28.687523Q233.4625 28.687523 234.25937 29.640648Q235.05624 30.578148 235.05624 32.359398L235.05624 32.875023L230.05624 32.875023Q230.07187 33.968773 230.68124 34.656273Q231.30624 35.328148 232.24374 35.328148Q232.91562 35.328148 233.36874 35.062523Q233.8375 34.781273 234.19687 34.328148L234.9625 34.921898Q234.04062 36.359398 232.18124 36.359398ZM232.025 29.718773Q231.25937 29.718773 230.72812 30.281273Q230.2125 30.843773 230.0875 31.843773L233.79062 31.843773L233.79062 31.750023Q233.74374 30.781273 233.275 30.250023Q232.80624 29.718773 232.025 29.718773ZM240.68124 36.218773Q240.57187 36.000023 240.49374 35.437523Q239.61874 36.359398 238.38437 36.359398Q237.29062 36.359398 236.5875 35.750023Q235.9 35.125023 235.9 34.171898Q235.9 33.015648 236.775 32.375023Q237.65 31.734398 239.24374 31.734398L240.47812 31.734398L240.47812 31.156273Q240.47812 30.484398 240.07187 30.093773Q239.68124 29.703148 238.91562 29.703148Q238.22812 29.703148 237.775 30.046898Q237.32187 30.390648 237.32187 30.875023L236.04062 30.875023Q236.04062 30.312523 236.43124 29.796898Q236.8375 29.281273 237.50937 28.984398Q238.18124 28.687523 238.97812 28.687523Q240.25937 28.687523 240.97812 29.328148Q241.7125 29.968773 241.74374 31.078148L241.74374 34.484398Q241.74374 35.500023 241.99374 36.109398L241.99374 36.218773L240.68124 36.218773ZM238.57187 35.250023Q239.16562 35.250023 239.69687 34.953148Q240.24374 34.640648 240.47812 34.140648L240.47812 32.625023L239.47812 32.625023Q237.16562 32.625023 237.16562 33.984398Q237.16562 34.578148 237.55624 34.921898Q237.94687 35.250023 238.57187 35.250023ZM248.41562 34.250023Q248.41562 33.750023 248.025 33.468773Q247.63437 33.171898 246.68124 32.968773Q245.72812 32.765648 245.15 32.484398Q244.5875 32.187523 244.32187 31.796898Q244.05624 31.406273 244.05624 30.859398Q244.05624 29.937523 244.82187 29.312523Q245.5875 28.687523 246.79062 28.687523Q248.04062 28.687523 248.82187 29.343773Q249.60312 29.984398 249.60312 31.000023L248.3375 31.000023Q248.3375 30.468773 247.9 30.093773Q247.4625 29.718773 246.79062 29.718773Q246.10312 29.718773 245.7125 30.031273Q245.32187 30.328148 245.32187 30.812523Q245.32187 31.265648 245.68124 31.500023Q246.04062 31.734398 246.97812 31.953148Q247.93124 32.156273 248.525 32.453148Q249.11874 32.750023 249.4 33.171898Q249.68124 33.578148 249.68124 34.171898Q249.68124 35.156273 248.88437 35.765648Q248.0875 36.359398 246.82187 36.359398Q245.94687 36.359398 245.25937 36.046898Q244.57187 35.718773 244.18124 35.156273Q243.80624 34.593773 243.80624 33.937523L245.07187 33.937523Q245.10312 34.578148 245.57187 34.953148Q246.05624 35.328148 246.82187 35.328148Q247.54062 35.328148 247.97812 35.031273Q248.41562 34.734398 248.41562 34.250023ZM251.13437 35.562523Q251.13437 35.234398 251.32187 35.015648Q251.525 34.796898 251.91562 34.796898Q252.30624 34.796898 252.50937 35.015648Q252.7125 35.234398 252.7125 35.562523Q252.7125 35.875023 252.50937 36.093773Q252.30624 36.296898 251.91562 36.296898Q251.525 36.296898 251.32187 36.093773Q251.13437 35.875023 251.13437 35.562523ZM251.13437 29.562523Q251.13437 29.234398 251.32187 29.015648Q251.525 28.796898 251.91562 28.796898Q252.30624 28.796898 252.50937 29.015648Q252.7125 29.234398 252.7125 29.562523Q252.7125 29.875023 252.50937 30.093773Q252.30624 30.296898 251.91562 30.296898Q251.525 30.296898 251.32187 30.093773Q251.13437 29.875023 251.13437 29.562523Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig21.svg b/_content/survey2019/fig21.svg
deleted file mode 100644
index 546da47..0000000
--- a/_content/survey2019/fig21.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 406.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="406" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 406.0L0 406.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M243.5 58.5L243.5 343.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M310.5 58.5L310.5 343.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M377.5 58.5L377.5 343.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M443.5 58.5L443.5 343.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M510.5 58.5L510.5 343.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 58.5L577.5 343.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M243.5 58.313175L577.525 58.313175L577.525 343.8527L243.5 343.8527L243.5 58.313175Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 89.0L243.0 69.0L536.0 69.0C537.10455 69.0 538.0 69.89543 538.0 71.0L538.0 87.0C538.0 88.10457 537.10455 89.0 536.0 89.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 89.0L243.0 69.0L536.0 69.0C537.10455 69.0 538.0 69.89543 538.0 71.0L538.0 87.0C538.0 88.10457 537.10455 89.0 536.0 89.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 119.0L243.0 99.0L417.0 99.0C418.10458 99.0 419.0 99.89543 419.0 101.0L419.0 117.0C419.0 118.10457 418.10458 119.0 417.0 119.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 119.0L243.0 99.0L417.0 99.0C418.10458 99.0 419.0 99.89543 419.0 101.0L419.0 117.0C419.0 118.10457 418.10458 119.0 417.0 119.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 150.0L243.0 130.0L403.0 130.0C404.10458 130.0 405.0 130.89543 405.0 132.0L405.0 148.0C405.0 149.10457 404.10458 150.0 403.0 150.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 150.0L243.0 130.0L403.0 130.0C404.10458 130.0 405.0 130.89543 405.0 132.0L405.0 148.0C405.0 149.10457 404.10458 150.0 403.0 150.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 181.0L243.0 161.0L402.0 161.0C403.10458 161.0 404.0 161.89543 404.0 163.0L404.0 179.0C404.0 180.10457 403.10458 181.0 402.0 181.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 181.0L243.0 161.0L402.0 161.0C403.10458 161.0 404.0 161.89543 404.0 163.0L404.0 179.0C404.0 180.10457 403.10458 181.0 402.0 181.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 211.0L243.0 191.0L301.0 191.0C302.10458 191.0 303.0 191.89543 303.0 193.0L303.0 209.0C303.0 210.10457 302.10458 211.0 301.0 211.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 211.0L243.0 191.0L301.0 191.0C302.10458 191.0 303.0 191.89543 303.0 193.0L303.0 209.0C303.0 210.10457 302.10458 211.0 301.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 242.0L243.0 222.0L281.0 222.0C282.10458 222.0 283.0 222.89543 283.0 224.0L283.0 240.0C283.0 241.10457 282.10458 242.0 281.0 242.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 242.0L243.0 222.0L281.0 222.0C282.10458 222.0 283.0 222.89543 283.0 224.0L283.0 240.0C283.0 241.10457 282.10458 242.0 281.0 242.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 272.0L243.0 252.0L273.0 252.0C274.10458 252.0 275.0 252.89543 275.0 254.0L275.0 270.0C275.0 271.10458 274.10458 272.0 273.0 272.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 272.0L243.0 252.0L273.0 252.0C274.10458 252.0 275.0 252.89543 275.0 254.0L275.0 270.0C275.0 271.10458 274.10458 272.0 273.0 272.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 303.0L243.0 283.0L266.0 283.0C267.10458 283.0 268.0 283.89542 268.0 285.0L268.0 301.0C268.0 302.10458 267.10458 303.0 266.0 303.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 303.0L243.0 283.0L266.0 283.0C267.10458 283.0 268.0 283.89542 268.0 285.0L268.0 301.0C268.0 302.10458 267.10458 303.0 266.0 303.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 333.0L243.0 313.0L250.0 313.0C251.10457 313.0 252.0 313.89542 252.0 315.0L252.0 331.0C252.0 332.10458 251.10457 333.0 250.0 333.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 333.0L243.0 313.0L250.0 313.0C251.10457 313.0 252.0 313.89542 252.0 315.0L252.0 331.0C252.0 332.10458 251.10457 333.0 250.0 333.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M555.8518 77.1875Q555.8518 77.828125 555.50806 78.328125Q555.1643 78.828125 554.6018 79.109375Q555.25806 79.390625 555.6487 79.953125Q556.0393 80.5 556.0393 81.203125Q556.0393 82.296875 555.2893 82.96875Q554.55493 83.625 553.3362 83.625Q552.1018 83.625 551.3518 82.96875Q550.61743 82.296875 550.61743 81.203125Q550.61743 80.5 550.99243 79.953125Q551.36743 79.390625 552.0393 79.109375Q551.4768 78.828125 551.1487 78.328125Q550.82056 77.828125 550.82056 77.1875Q550.82056 76.109375 551.50806 75.484375Q552.19556 74.84375 553.3362 74.84375Q554.4612 74.84375 555.1487 75.484375Q555.8518 76.109375 555.8518 77.1875ZM554.9612 81.171875Q554.9612 80.453125 554.50806 80.015625Q554.05493 79.5625 553.32056 79.5625Q552.5862 79.5625 552.13306 80.015625Q551.69556 80.453125 551.69556 81.1875Q551.69556 81.90625 552.13306 82.328125Q552.57056 82.734375 553.3362 82.734375Q554.0862 82.734375 554.5237 82.3125Q554.9612 81.890625 554.9612 81.171875ZM553.3362 75.734375Q552.69556 75.734375 552.2893 76.140625Q551.8987 76.53125 551.8987 77.21875Q551.8987 77.859375 552.2893 78.265625Q552.67993 78.671875 553.32056 78.671875Q553.9768 78.671875 554.36743 78.265625Q554.75806 77.859375 554.75806 77.21875Q554.75806 76.5625 554.3518 76.15625Q553.94556 75.734375 553.3362 75.734375ZM562.8518 77.1875Q562.8518 77.828125 562.50806 78.328125Q562.1643 78.828125 561.6018 79.109375Q562.25806 79.390625 562.6487 79.953125Q563.0393 80.5 563.0393 81.203125Q563.0393 82.296875 562.2893 82.96875Q561.55493 83.625 560.3362 83.625Q559.1018 83.625 558.3518 82.96875Q557.61743 82.296875 557.61743 81.203125Q557.61743 80.5 557.99243 79.953125Q558.36743 79.390625 559.0393 79.109375Q558.4768 78.828125 558.1487 78.328125Q557.82056 77.828125 557.82056 77.1875Q557.82056 76.109375 558.50806 75.484375Q559.19556 74.84375 560.3362 74.84375Q561.4612 74.84375 562.1487 75.484375Q562.8518 76.109375 562.8518 77.1875ZM561.9612 81.171875Q561.9612 80.453125 561.50806 80.015625Q561.05493 79.5625 560.32056 79.5625Q559.5862 79.5625 559.13306 80.015625Q558.69556 80.453125 558.69556 81.1875Q558.69556 81.90625 559.13306 82.328125Q559.57056 82.734375 560.3362 82.734375Q561.0862 82.734375 561.5237 82.3125Q561.9612 81.890625 561.9612 81.171875ZM560.3362 75.734375Q559.69556 75.734375 559.2893 76.140625Q558.8987 76.53125 558.8987 77.21875Q558.8987 77.859375 559.2893 78.265625Q559.67993 78.671875 560.32056 78.671875Q560.9768 78.671875 561.36743 78.265625Q561.75806 77.859375 561.75806 77.21875Q561.75806 76.5625 561.3518 76.15625Q560.94556 75.734375 560.3362 75.734375ZM564.57056 76.609375Q564.57056 75.84375 565.05493 75.34375Q565.55493 74.84375 566.32056 74.84375Q567.1018 74.84375 567.5862 75.34375Q568.07056 75.84375 568.07056 76.640625L568.07056 77.0625Q568.07056 77.828125 567.57056 78.328125Q567.0862 78.8125 566.3362 78.8125Q565.57056 78.8125 565.07056 78.328125Q564.57056 77.828125 564.57056 77.015625L564.57056 76.609375ZM565.38306 77.0625Q565.38306 77.515625 565.63306 77.8125Q565.8987 78.109375 566.3362 78.109375Q566.75806 78.109375 567.00806 77.828125Q567.25806 77.53125 567.25806 77.03125L567.25806 76.609375Q567.25806 76.15625 567.00806 75.859375Q566.75806 75.546875 566.32056 75.546875Q565.88306 75.546875 565.63306 75.859375Q565.38306 76.15625 565.38306 76.625L565.38306 77.0625ZM568.7268 81.40625Q568.7268 80.640625 569.2112 80.15625Q569.7112 79.65625 570.4768 79.65625Q571.24243 79.65625 571.7268 80.15625Q572.2268 80.640625 572.2268 81.453125L572.2268 81.859375Q572.2268 82.625 571.74243 83.125Q571.25806 83.625 570.49243 83.625Q569.7268 83.625 569.2268 83.140625Q568.7268 82.640625 568.7268 81.828125L568.7268 81.40625ZM569.5393 81.859375Q569.5393 82.328125 569.7893 82.625Q570.05493 82.921875 570.49243 82.921875Q570.9143 82.921875 571.1643 82.640625Q571.4143 82.34375 571.4143 81.84375L571.4143 81.40625Q571.4143 80.9375 571.1487 80.65625Q570.8987 80.359375 570.4768 80.359375Q570.05493 80.359375 569.7893 80.65625Q569.5393 80.9375 569.5393 81.4375L569.5393 81.859375ZM566.5862 82.859375L565.9612 82.46875L570.13306 75.796875L570.74243 76.1875L566.5862 82.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M555.8518 77.1875Q555.8518 77.828125 555.50806 78.328125Q555.1643 78.828125 554.6018 79.109375Q555.25806 79.390625 555.6487 79.953125Q556.0393 80.5 556.0393 81.203125Q556.0393 82.296875 555.2893 82.96875Q554.55493 83.625 553.3362 83.625Q552.1018 83.625 551.3518 82.96875Q550.61743 82.296875 550.61743 81.203125Q550.61743 80.5 550.99243 79.953125Q551.36743 79.390625 552.0393 79.109375Q551.4768 78.828125 551.1487 78.328125Q550.82056 77.828125 550.82056 77.1875Q550.82056 76.109375 551.50806 75.484375Q552.19556 74.84375 553.3362 74.84375Q554.4612 74.84375 555.1487 75.484375Q555.8518 76.109375 555.8518 77.1875ZM554.9612 81.171875Q554.9612 80.453125 554.50806 80.015625Q554.05493 79.5625 553.32056 79.5625Q552.5862 79.5625 552.13306 80.015625Q551.69556 80.453125 551.69556 81.1875Q551.69556 81.90625 552.13306 82.328125Q552.57056 82.734375 553.3362 82.734375Q554.0862 82.734375 554.5237 82.3125Q554.9612 81.890625 554.9612 81.171875ZM553.3362 75.734375Q552.69556 75.734375 552.2893 76.140625Q551.8987 76.53125 551.8987 77.21875Q551.8987 77.859375 552.2893 78.265625Q552.67993 78.671875 553.32056 78.671875Q553.9768 78.671875 554.36743 78.265625Q554.75806 77.859375 554.75806 77.21875Q554.75806 76.5625 554.3518 76.15625Q553.94556 75.734375 553.3362 75.734375ZM562.8518 77.1875Q562.8518 77.828125 562.50806 78.328125Q562.1643 78.828125 561.6018 79.109375Q562.25806 79.390625 562.6487 79.953125Q563.0393 80.5 563.0393 81.203125Q563.0393 82.296875 562.2893 82.96875Q561.55493 83.625 560.3362 83.625Q559.1018 83.625 558.3518 82.96875Q557.61743 82.296875 557.61743 81.203125Q557.61743 80.5 557.99243 79.953125Q558.36743 79.390625 559.0393 79.109375Q558.4768 78.828125 558.1487 78.328125Q557.82056 77.828125 557.82056 77.1875Q557.82056 76.109375 558.50806 75.484375Q559.19556 74.84375 560.3362 74.84375Q561.4612 74.84375 562.1487 75.484375Q562.8518 76.109375 562.8518 77.1875ZM561.9612 81.171875Q561.9612 80.453125 561.50806 80.015625Q561.05493 79.5625 560.32056 79.5625Q559.5862 79.5625 559.13306 80.015625Q558.69556 80.453125 558.69556 81.1875Q558.69556 81.90625 559.13306 82.328125Q559.57056 82.734375 560.3362 82.734375Q561.0862 82.734375 561.5237 82.3125Q561.9612 81.890625 561.9612 81.171875ZM560.3362 75.734375Q559.69556 75.734375 559.2893 76.140625Q558.8987 76.53125 558.8987 77.21875Q558.8987 77.859375 559.2893 78.265625Q559.67993 78.671875 560.32056 78.671875Q560.9768 78.671875 561.36743 78.265625Q561.75806 77.859375 561.75806 77.21875Q561.75806 76.5625 561.3518 76.15625Q560.94556 75.734375 560.3362 75.734375ZM564.57056 76.609375Q564.57056 75.84375 565.05493 75.34375Q565.55493 74.84375 566.32056 74.84375Q567.1018 74.84375 567.5862 75.34375Q568.07056 75.84375 568.07056 76.640625L568.07056 77.0625Q568.07056 77.828125 567.57056 78.328125Q567.0862 78.8125 566.3362 78.8125Q565.57056 78.8125 565.07056 78.328125Q564.57056 77.828125 564.57056 77.015625L564.57056 76.609375ZM565.38306 77.0625Q565.38306 77.515625 565.63306 77.8125Q565.8987 78.109375 566.3362 78.109375Q566.75806 78.109375 567.00806 77.828125Q567.25806 77.53125 567.25806 77.03125L567.25806 76.609375Q567.25806 76.15625 567.00806 75.859375Q566.75806 75.546875 566.32056 75.546875Q565.88306 75.546875 565.63306 75.859375Q565.38306 76.15625 565.38306 76.625L565.38306 77.0625ZM568.7268 81.40625Q568.7268 80.640625 569.2112 80.15625Q569.7112 79.65625 570.4768 79.65625Q571.24243 79.65625 571.7268 80.15625Q572.2268 80.640625 572.2268 81.453125L572.2268 81.859375Q572.2268 82.625 571.74243 83.125Q571.25806 83.625 570.49243 83.625Q569.7268 83.625 569.2268 83.140625Q568.7268 82.640625 568.7268 81.828125L568.7268 81.40625ZM569.5393 81.859375Q569.5393 82.328125 569.7893 82.625Q570.05493 82.921875 570.49243 82.921875Q570.9143 82.921875 571.1643 82.640625Q571.4143 82.34375 571.4143 81.84375L571.4143 81.40625Q571.4143 80.9375 571.1487 80.65625Q570.8987 80.359375 570.4768 80.359375Q570.05493 80.359375 569.7893 80.65625Q569.5393 80.9375 569.5393 81.4375L569.5393 81.859375ZM566.5862 82.859375L565.9612 82.46875L570.13306 75.796875L570.74243 76.1875L566.5862 82.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M432.26434 109.21875L432.70184 104.96875L437.07684 104.96875L437.07684 105.96875L433.62372 105.96875L433.3581 108.296875Q433.99872 107.921875 434.7956 107.921875Q435.95184 107.921875 436.63934 108.703125Q437.32684 109.46875 437.32684 110.78125Q437.32684 112.09375 436.6081 112.859375Q435.90497 113.625 434.62372 113.625Q433.49872 113.625 432.77997 113.0Q432.06122 112.359375 431.96747 111.25L432.9831 111.25Q433.09247 111.984375 433.51434 112.359375Q433.93622 112.734375 434.62372 112.734375Q435.37372 112.734375 435.81122 112.21875Q436.24872 111.703125 436.24872 110.796875Q436.24872 109.9375 435.77997 109.421875Q435.31122 108.90625 434.52997 108.90625Q433.82684 108.90625 433.4206 109.203125L433.13934 109.4375L432.26434 109.21875ZM440.34247 108.703125L441.15497 108.703125Q441.93622 108.6875 442.37372 108.296875Q442.81122 107.90625 442.81122 107.234375Q442.81122 105.734375 441.31122 105.734375Q440.6081 105.734375 440.18622 106.140625Q439.77997 106.546875 439.77997 107.203125L438.68622 107.203125Q438.68622 106.1875 439.4206 105.515625Q440.1706 104.84375 441.31122 104.84375Q442.51434 104.84375 443.20184 105.484375Q443.88934 106.125 443.88934 107.265625Q443.88934 107.828125 443.52997 108.34375Q443.1706 108.859375 442.5456 109.125Q443.24872 109.34375 443.62372 109.859375Q444.01434 110.375 444.01434 111.125Q444.01434 112.265625 443.26434 112.953125Q442.51434 113.625 441.31122 113.625Q440.12372 113.625 439.3581 112.96875Q438.6081 112.3125 438.6081 111.25L439.70184 111.25Q439.70184 111.921875 440.13934 112.328125Q440.57684 112.734375 441.32684 112.734375Q442.1081 112.734375 442.51434 112.328125Q442.93622 111.90625 442.93622 111.140625Q442.93622 110.40625 442.4831 110.015625Q442.02997 109.609375 441.15497 109.59375L440.34247 109.59375L440.34247 108.703125ZM445.6706 106.609375Q445.6706 105.84375 446.15497 105.34375Q446.65497 104.84375 447.4206 104.84375Q448.20184 104.84375 448.68622 105.34375Q449.1706 105.84375 449.1706 106.640625L449.1706 107.0625Q449.1706 107.828125 448.6706 108.328125Q448.18622 108.8125 447.43622 108.8125Q446.6706 108.8125 446.1706 108.328125Q445.6706 107.828125 445.6706 107.015625L445.6706 106.609375ZM446.4831 107.0625Q446.4831 107.515625 446.7331 107.8125Q446.99872 108.109375 447.43622 108.109375Q447.8581 108.109375 448.1081 107.828125Q448.3581 107.53125 448.3581 107.03125L448.3581 106.609375Q448.3581 106.15625 448.1081 105.859375Q447.8581 105.546875 447.4206 105.546875Q446.9831 105.546875 446.7331 105.859375Q446.4831 106.15625 446.4831 106.625L446.4831 107.0625ZM449.82684 111.40625Q449.82684 110.640625 450.31122 110.15625Q450.81122 109.65625 451.57684 109.65625Q452.34247 109.65625 452.82684 110.15625Q453.32684 110.640625 453.32684 111.453125L453.32684 111.859375Q453.32684 112.625 452.84247 113.125Q452.3581 113.625 451.59247 113.625Q450.82684 113.625 450.32684 113.140625Q449.82684 112.640625 449.82684 111.828125L449.82684 111.40625ZM450.63934 111.859375Q450.63934 112.328125 450.88934 112.625Q451.15497 112.921875 451.59247 112.921875Q452.01434 112.921875 452.26434 112.640625Q452.51434 112.34375 452.51434 111.84375L452.51434 111.40625Q452.51434 110.9375 452.24872 110.65625Q451.99872 110.359375 451.57684 110.359375Q451.15497 110.359375 450.88934 110.65625Q450.63934 110.9375 450.63934 111.4375L450.63934 111.859375ZM447.68622 112.859375L447.06122 112.46875L451.2331 105.796875L451.84247 106.1875L447.68622 112.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M432.26434 109.21875L432.70184 104.96875L437.07684 104.96875L437.07684 105.96875L433.62372 105.96875L433.3581 108.296875Q433.99872 107.921875 434.7956 107.921875Q435.95184 107.921875 436.63934 108.703125Q437.32684 109.46875 437.32684 110.78125Q437.32684 112.09375 436.6081 112.859375Q435.90497 113.625 434.62372 113.625Q433.49872 113.625 432.77997 113.0Q432.06122 112.359375 431.96747 111.25L432.9831 111.25Q433.09247 111.984375 433.51434 112.359375Q433.93622 112.734375 434.62372 112.734375Q435.37372 112.734375 435.81122 112.21875Q436.24872 111.703125 436.24872 110.796875Q436.24872 109.9375 435.77997 109.421875Q435.31122 108.90625 434.52997 108.90625Q433.82684 108.90625 433.4206 109.203125L433.13934 109.4375L432.26434 109.21875ZM440.34247 108.703125L441.15497 108.703125Q441.93622 108.6875 442.37372 108.296875Q442.81122 107.90625 442.81122 107.234375Q442.81122 105.734375 441.31122 105.734375Q440.6081 105.734375 440.18622 106.140625Q439.77997 106.546875 439.77997 107.203125L438.68622 107.203125Q438.68622 106.1875 439.4206 105.515625Q440.1706 104.84375 441.31122 104.84375Q442.51434 104.84375 443.20184 105.484375Q443.88934 106.125 443.88934 107.265625Q443.88934 107.828125 443.52997 108.34375Q443.1706 108.859375 442.5456 109.125Q443.24872 109.34375 443.62372 109.859375Q444.01434 110.375 444.01434 111.125Q444.01434 112.265625 443.26434 112.953125Q442.51434 113.625 441.31122 113.625Q440.12372 113.625 439.3581 112.96875Q438.6081 112.3125 438.6081 111.25L439.70184 111.25Q439.70184 111.921875 440.13934 112.328125Q440.57684 112.734375 441.32684 112.734375Q442.1081 112.734375 442.51434 112.328125Q442.93622 111.90625 442.93622 111.140625Q442.93622 110.40625 442.4831 110.015625Q442.02997 109.609375 441.15497 109.59375L440.34247 109.59375L440.34247 108.703125ZM445.6706 106.609375Q445.6706 105.84375 446.15497 105.34375Q446.65497 104.84375 447.4206 104.84375Q448.20184 104.84375 448.68622 105.34375Q449.1706 105.84375 449.1706 106.640625L449.1706 107.0625Q449.1706 107.828125 448.6706 108.328125Q448.18622 108.8125 447.43622 108.8125Q446.6706 108.8125 446.1706 108.328125Q445.6706 107.828125 445.6706 107.015625L445.6706 106.609375ZM446.4831 107.0625Q446.4831 107.515625 446.7331 107.8125Q446.99872 108.109375 447.43622 108.109375Q447.8581 108.109375 448.1081 107.828125Q448.3581 107.53125 448.3581 107.03125L448.3581 106.609375Q448.3581 106.15625 448.1081 105.859375Q447.8581 105.546875 447.4206 105.546875Q446.9831 105.546875 446.7331 105.859375Q446.4831 106.15625 446.4831 106.625L446.4831 107.0625ZM449.82684 111.40625Q449.82684 110.640625 450.31122 110.15625Q450.81122 109.65625 451.57684 109.65625Q452.34247 109.65625 452.82684 110.15625Q453.32684 110.640625 453.32684 111.453125L453.32684 111.859375Q453.32684 112.625 452.84247 113.125Q452.3581 113.625 451.59247 113.625Q450.82684 113.625 450.32684 113.140625Q449.82684 112.640625 449.82684 111.828125L449.82684 111.40625ZM450.63934 111.859375Q450.63934 112.328125 450.88934 112.625Q451.15497 112.921875 451.59247 112.921875Q452.01434 112.921875 452.26434 112.640625Q452.51434 112.34375 452.51434 111.84375L452.51434 111.40625Q452.51434 110.9375 452.24872 110.65625Q451.99872 110.359375 451.57684 110.359375Q451.15497 110.359375 450.88934 110.65625Q450.63934 110.9375 450.63934 111.4375L450.63934 111.859375ZM447.68622 112.859375L447.06122 112.46875L451.2331 105.796875L451.84247 106.1875L447.68622 112.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M422.21625 141.64062L423.40375 141.64062L423.40375 142.51562L422.21625 142.51562L422.21625 144.5L421.13812 144.5L421.13812 142.51562L417.2475 142.51562L417.2475 141.875L421.06 135.96875L422.21625 135.96875L422.21625 141.64062ZM418.48187 141.64062L421.13812 141.64062L421.13812 137.45312L420.9975 137.6875L418.48187 141.64062ZM429.82562 138.1875Q429.82562 138.82812 429.48187 139.32812Q429.13812 139.82812 428.57562 140.10938Q429.23187 140.39062 429.6225 140.95312Q430.01312 141.5 430.01312 142.20312Q430.01312 143.29688 429.26312 143.96875Q428.52875 144.625 427.31 144.625Q426.07562 144.625 425.32562 143.96875Q424.59125 143.29688 424.59125 142.20312Q424.59125 141.5 424.96625 140.95312Q425.34125 140.39062 426.01312 140.10938Q425.45062 139.82812 425.1225 139.32812Q424.79437 138.82812 424.79437 138.1875Q424.79437 137.10938 425.48187 136.48438Q426.16937 135.84375 427.31 135.84375Q428.435 135.84375 429.1225 136.48438Q429.82562 137.10938 429.82562 138.1875ZM428.935 142.17188Q428.935 141.45312 428.48187 141.01562Q428.02875 140.5625 427.29437 140.5625Q426.56 140.5625 426.10687 141.01562Q425.66937 141.45312 425.66937 142.1875Q425.66937 142.90625 426.10687 143.32812Q426.54437 143.73438 427.31 143.73438Q428.06 143.73438 428.4975 143.3125Q428.935 142.89062 428.935 142.17188ZM427.31 136.73438Q426.66937 136.73438 426.26312 137.14062Q425.8725 137.53125 425.8725 138.21875Q425.8725 138.85938 426.26312 139.26562Q426.65375 139.67188 427.29437 139.67188Q427.95062 139.67188 428.34125 139.26562Q428.73187 138.85938 428.73187 138.21875Q428.73187 137.5625 428.32562 137.15625Q427.91937 136.73438 427.31 136.73438ZM431.54437 137.60938Q431.54437 136.84375 432.02875 136.34375Q432.52875 135.84375 433.29437 135.84375Q434.07562 135.84375 434.56 136.34375Q435.04437 136.84375 435.04437 137.64062L435.04437 138.0625Q435.04437 138.82812 434.54437 139.32812Q434.06 139.8125 433.31 139.8125Q432.54437 139.8125 432.04437 139.32812Q431.54437 138.82812 431.54437 138.01562L431.54437 137.60938ZM432.35687 138.0625Q432.35687 138.51562 432.60687 138.8125Q432.8725 139.10938 433.31 139.10938Q433.73187 139.10938 433.98187 138.82812Q434.23187 138.53125 434.23187 138.03125L434.23187 137.60938Q434.23187 137.15625 433.98187 136.85938Q433.73187 136.54688 433.29437 136.54688Q432.85687 136.54688 432.60687 136.85938Q432.35687 137.15625 432.35687 137.625L432.35687 138.0625ZM435.70062 142.40625Q435.70062 141.64062 436.185 141.15625Q436.685 140.65625 437.45062 140.65625Q438.21625 140.65625 438.70062 141.15625Q439.20062 141.64062 439.20062 142.45312L439.20062 142.85938Q439.20062 143.625 438.71625 144.125Q438.23187 144.625 437.46625 144.625Q436.70062 144.625 436.20062 144.14062Q435.70062 143.64062 435.70062 142.82812L435.70062 142.40625ZM436.51312 142.85938Q436.51312 143.32812 436.76312 143.625Q437.02875 143.92188 437.46625 143.92188Q437.88812 143.92188 438.13812 143.64062Q438.38812 143.34375 438.38812 142.84375L438.38812 142.40625Q438.38812 141.9375 438.1225 141.65625Q437.8725 141.35938 437.45062 141.35938Q437.02875 141.35938 436.76312 141.65625Q436.51312 141.9375 436.51312 142.4375L436.51312 142.85938ZM433.56 143.85938L432.935 143.46875L437.10687 136.79688L437.71625 137.1875L433.56 143.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M422.21625 141.64062L423.40375 141.64062L423.40375 142.51562L422.21625 142.51562L422.21625 144.5L421.13812 144.5L421.13812 142.51562L417.2475 142.51562L417.2475 141.875L421.06 135.96875L422.21625 135.96875L422.21625 141.64062ZM418.48187 141.64062L421.13812 141.64062L421.13812 137.45312L420.9975 137.6875L418.48187 141.64062ZM429.82562 138.1875Q429.82562 138.82812 429.48187 139.32812Q429.13812 139.82812 428.57562 140.10938Q429.23187 140.39062 429.6225 140.95312Q430.01312 141.5 430.01312 142.20312Q430.01312 143.29688 429.26312 143.96875Q428.52875 144.625 427.31 144.625Q426.07562 144.625 425.32562 143.96875Q424.59125 143.29688 424.59125 142.20312Q424.59125 141.5 424.96625 140.95312Q425.34125 140.39062 426.01312 140.10938Q425.45062 139.82812 425.1225 139.32812Q424.79437 138.82812 424.79437 138.1875Q424.79437 137.10938 425.48187 136.48438Q426.16937 135.84375 427.31 135.84375Q428.435 135.84375 429.1225 136.48438Q429.82562 137.10938 429.82562 138.1875ZM428.935 142.17188Q428.935 141.45312 428.48187 141.01562Q428.02875 140.5625 427.29437 140.5625Q426.56 140.5625 426.10687 141.01562Q425.66937 141.45312 425.66937 142.1875Q425.66937 142.90625 426.10687 143.32812Q426.54437 143.73438 427.31 143.73438Q428.06 143.73438 428.4975 143.3125Q428.935 142.89062 428.935 142.17188ZM427.31 136.73438Q426.66937 136.73438 426.26312 137.14062Q425.8725 137.53125 425.8725 138.21875Q425.8725 138.85938 426.26312 139.26562Q426.65375 139.67188 427.29437 139.67188Q427.95062 139.67188 428.34125 139.26562Q428.73187 138.85938 428.73187 138.21875Q428.73187 137.5625 428.32562 137.15625Q427.91937 136.73438 427.31 136.73438ZM431.54437 137.60938Q431.54437 136.84375 432.02875 136.34375Q432.52875 135.84375 433.29437 135.84375Q434.07562 135.84375 434.56 136.34375Q435.04437 136.84375 435.04437 137.64062L435.04437 138.0625Q435.04437 138.82812 434.54437 139.32812Q434.06 139.8125 433.31 139.8125Q432.54437 139.8125 432.04437 139.32812Q431.54437 138.82812 431.54437 138.01562L431.54437 137.60938ZM432.35687 138.0625Q432.35687 138.51562 432.60687 138.8125Q432.8725 139.10938 433.31 139.10938Q433.73187 139.10938 433.98187 138.82812Q434.23187 138.53125 434.23187 138.03125L434.23187 137.60938Q434.23187 137.15625 433.98187 136.85938Q433.73187 136.54688 433.29437 136.54688Q432.85687 136.54688 432.60687 136.85938Q432.35687 137.15625 432.35687 137.625L432.35687 138.0625ZM435.70062 142.40625Q435.70062 141.64062 436.185 141.15625Q436.685 140.65625 437.45062 140.65625Q438.21625 140.65625 438.70062 141.15625Q439.20062 141.64062 439.20062 142.45312L439.20062 142.85938Q439.20062 143.625 438.71625 144.125Q438.23187 144.625 437.46625 144.625Q436.70062 144.625 436.20062 144.14062Q435.70062 143.64062 435.70062 142.82812L435.70062 142.40625ZM436.51312 142.85938Q436.51312 143.32812 436.76312 143.625Q437.02875 143.92188 437.46625 143.92188Q437.88812 143.92188 438.13812 143.64062Q438.38812 143.34375 438.38812 142.84375L438.38812 142.40625Q438.38812 141.9375 438.1225 141.65625Q437.8725 141.35938 437.45062 141.35938Q437.02875 141.35938 436.76312 141.65625Q436.51312 141.9375 436.51312 142.4375L436.51312 142.85938ZM433.56 143.85938L432.935 143.46875L437.10687 136.79688L437.71625 137.1875L433.56 143.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M421.7471 172.64062L422.9346 172.64062L422.9346 173.51562L421.7471 173.51562L421.7471 175.5L420.66898 175.5L420.66898 173.51562L416.77835 173.51562L416.77835 172.875L420.59085 166.96875L421.7471 166.96875L421.7471 172.64062ZM418.01273 172.64062L420.66898 172.64062L420.66898 168.45312L420.52835 168.6875L418.01273 172.64062ZM429.35648 169.1875Q429.35648 169.82812 429.01273 170.32812Q428.66898 170.82812 428.10648 171.10938Q428.76273 171.39062 429.15335 171.95312Q429.54398 172.5 429.54398 173.20312Q429.54398 174.29688 428.79398 174.96875Q428.0596 175.625 426.84085 175.625Q425.60648 175.625 424.85648 174.96875Q424.1221 174.29688 424.1221 173.20312Q424.1221 172.5 424.4971 171.95312Q424.8721 171.39062 425.54398 171.10938Q424.98148 170.82812 424.65335 170.32812Q424.32523 169.82812 424.32523 169.1875Q424.32523 168.10938 425.01273 167.48438Q425.70023 166.84375 426.84085 166.84375Q427.96585 166.84375 428.65335 167.48438Q429.35648 168.10938 429.35648 169.1875ZM428.46585 173.17188Q428.46585 172.45312 428.01273 172.01562Q427.5596 171.5625 426.82523 171.5625Q426.09085 171.5625 425.63773 172.01562Q425.20023 172.45312 425.20023 173.1875Q425.20023 173.90625 425.63773 174.32812Q426.07523 174.73438 426.84085 174.73438Q427.59085 174.73438 428.02835 174.3125Q428.46585 173.89062 428.46585 173.17188ZM426.84085 167.73438Q426.20023 167.73438 425.79398 168.14062Q425.40335 168.53125 425.40335 169.21875Q425.40335 169.85938 425.79398 170.26562Q426.1846 170.67188 426.82523 170.67188Q427.48148 170.67188 427.8721 170.26562Q428.26273 169.85938 428.26273 169.21875Q428.26273 168.5625 427.85648 168.15625Q427.45023 167.73438 426.84085 167.73438ZM431.07523 168.60938Q431.07523 167.84375 431.5596 167.34375Q432.0596 166.84375 432.82523 166.84375Q433.60648 166.84375 434.09085 167.34375Q434.57523 167.84375 434.57523 168.64062L434.57523 169.0625Q434.57523 169.82812 434.07523 170.32812Q433.59085 170.8125 432.84085 170.8125Q432.07523 170.8125 431.57523 170.32812Q431.07523 169.82812 431.07523 169.01562L431.07523 168.60938ZM431.88773 169.0625Q431.88773 169.51562 432.13773 169.8125Q432.40335 170.10938 432.84085 170.10938Q433.26273 170.10938 433.51273 169.82812Q433.76273 169.53125 433.76273 169.03125L433.76273 168.60938Q433.76273 168.15625 433.51273 167.85938Q433.26273 167.54688 432.82523 167.54688Q432.38773 167.54688 432.13773 167.85938Q431.88773 168.15625 431.88773 168.625L431.88773 169.0625ZM435.23148 173.40625Q435.23148 172.64062 435.71585 172.15625Q436.21585 171.65625 436.98148 171.65625Q437.7471 171.65625 438.23148 172.15625Q438.73148 172.64062 438.73148 173.45312L438.73148 173.85938Q438.73148 174.625 438.2471 175.125Q437.76273 175.625 436.9971 175.625Q436.23148 175.625 435.73148 175.14062Q435.23148 174.64062 435.23148 173.82812L435.23148 173.40625ZM436.04398 173.85938Q436.04398 174.32812 436.29398 174.625Q436.5596 174.92188 436.9971 174.92188Q437.41898 174.92188 437.66898 174.64062Q437.91898 174.34375 437.91898 173.84375L437.91898 173.40625Q437.91898 172.9375 437.65335 172.65625Q437.40335 172.35938 436.98148 172.35938Q436.5596 172.35938 436.29398 172.65625Q436.04398 172.9375 436.04398 173.4375L436.04398 173.85938ZM433.09085 174.85938L432.46585 174.46875L436.63773 167.79688L437.2471 168.1875L433.09085 174.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M421.7471 172.64062L422.9346 172.64062L422.9346 173.51562L421.7471 173.51562L421.7471 175.5L420.66898 175.5L420.66898 173.51562L416.77835 173.51562L416.77835 172.875L420.59085 166.96875L421.7471 166.96875L421.7471 172.64062ZM418.01273 172.64062L420.66898 172.64062L420.66898 168.45312L420.52835 168.6875L418.01273 172.64062ZM429.35648 169.1875Q429.35648 169.82812 429.01273 170.32812Q428.66898 170.82812 428.10648 171.10938Q428.76273 171.39062 429.15335 171.95312Q429.54398 172.5 429.54398 173.20312Q429.54398 174.29688 428.79398 174.96875Q428.0596 175.625 426.84085 175.625Q425.60648 175.625 424.85648 174.96875Q424.1221 174.29688 424.1221 173.20312Q424.1221 172.5 424.4971 171.95312Q424.8721 171.39062 425.54398 171.10938Q424.98148 170.82812 424.65335 170.32812Q424.32523 169.82812 424.32523 169.1875Q424.32523 168.10938 425.01273 167.48438Q425.70023 166.84375 426.84085 166.84375Q427.96585 166.84375 428.65335 167.48438Q429.35648 168.10938 429.35648 169.1875ZM428.46585 173.17188Q428.46585 172.45312 428.01273 172.01562Q427.5596 171.5625 426.82523 171.5625Q426.09085 171.5625 425.63773 172.01562Q425.20023 172.45312 425.20023 173.1875Q425.20023 173.90625 425.63773 174.32812Q426.07523 174.73438 426.84085 174.73438Q427.59085 174.73438 428.02835 174.3125Q428.46585 173.89062 428.46585 173.17188ZM426.84085 167.73438Q426.20023 167.73438 425.79398 168.14062Q425.40335 168.53125 425.40335 169.21875Q425.40335 169.85938 425.79398 170.26562Q426.1846 170.67188 426.82523 170.67188Q427.48148 170.67188 427.8721 170.26562Q428.26273 169.85938 428.26273 169.21875Q428.26273 168.5625 427.85648 168.15625Q427.45023 167.73438 426.84085 167.73438ZM431.07523 168.60938Q431.07523 167.84375 431.5596 167.34375Q432.0596 166.84375 432.82523 166.84375Q433.60648 166.84375 434.09085 167.34375Q434.57523 167.84375 434.57523 168.64062L434.57523 169.0625Q434.57523 169.82812 434.07523 170.32812Q433.59085 170.8125 432.84085 170.8125Q432.07523 170.8125 431.57523 170.32812Q431.07523 169.82812 431.07523 169.01562L431.07523 168.60938ZM431.88773 169.0625Q431.88773 169.51562 432.13773 169.8125Q432.40335 170.10938 432.84085 170.10938Q433.26273 170.10938 433.51273 169.82812Q433.76273 169.53125 433.76273 169.03125L433.76273 168.60938Q433.76273 168.15625 433.51273 167.85938Q433.26273 167.54688 432.82523 167.54688Q432.38773 167.54688 432.13773 167.85938Q431.88773 168.15625 431.88773 168.625L431.88773 169.0625ZM435.23148 173.40625Q435.23148 172.64062 435.71585 172.15625Q436.21585 171.65625 436.98148 171.65625Q437.7471 171.65625 438.23148 172.15625Q438.73148 172.64062 438.73148 173.45312L438.73148 173.85938Q438.73148 174.625 438.2471 175.125Q437.76273 175.625 436.9971 175.625Q436.23148 175.625 435.73148 175.14062Q435.23148 174.64062 435.23148 173.82812L435.23148 173.40625ZM436.04398 173.85938Q436.04398 174.32812 436.29398 174.625Q436.5596 174.92188 436.9971 174.92188Q437.41898 174.92188 437.66898 174.64062Q437.91898 174.34375 437.91898 173.84375L437.91898 173.40625Q437.91898 172.9375 437.65335 172.65625Q437.40335 172.35938 436.98148 172.35938Q436.5596 172.35938 436.29398 172.65625Q436.04398 172.9375 436.04398 173.4375L436.04398 173.85938ZM433.09085 174.85938L432.46585 174.46875L436.63773 167.79688L437.2471 168.1875L433.09085 174.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M319.6587 205.5L318.58057 205.5L318.58057 198.28125L316.39307 199.07812L316.39307 198.09375L319.50244 196.92188L319.6587 196.92188L319.6587 205.5ZM328.2837 199.1875Q328.2837 199.82812 327.93994 200.32812Q327.5962 200.82812 327.0337 201.10938Q327.68994 201.39062 328.08057 201.95312Q328.4712 202.5 328.4712 203.20312Q328.4712 204.29688 327.7212 204.96875Q326.98682 205.625 325.76807 205.625Q324.5337 205.625 323.7837 204.96875Q323.04932 204.29688 323.04932 203.20312Q323.04932 202.5 323.42432 201.95312Q323.79932 201.39062 324.4712 201.10938Q323.9087 200.82812 323.58057 200.32812Q323.25244 199.82812 323.25244 199.1875Q323.25244 198.10938 323.93994 197.48438Q324.62744 196.84375 325.76807 196.84375Q326.89307 196.84375 327.58057 197.48438Q328.2837 198.10938 328.2837 199.1875ZM327.39307 203.17188Q327.39307 202.45312 326.93994 202.01562Q326.48682 201.5625 325.75244 201.5625Q325.01807 201.5625 324.56494 202.01562Q324.12744 202.45312 324.12744 203.1875Q324.12744 203.90625 324.56494 204.32812Q325.00244 204.73438 325.76807 204.73438Q326.51807 204.73438 326.95557 204.3125Q327.39307 203.89062 327.39307 203.17188ZM325.76807 197.73438Q325.12744 197.73438 324.7212 198.14062Q324.33057 198.53125 324.33057 199.21875Q324.33057 199.85938 324.7212 200.26562Q325.11182 200.67188 325.75244 200.67188Q326.4087 200.67188 326.79932 200.26562Q327.18994 199.85938 327.18994 199.21875Q327.18994 198.5625 326.7837 198.15625Q326.37744 197.73438 325.76807 197.73438ZM330.00244 198.60938Q330.00244 197.84375 330.48682 197.34375Q330.98682 196.84375 331.75244 196.84375Q332.5337 196.84375 333.01807 197.34375Q333.50244 197.84375 333.50244 198.64062L333.50244 199.0625Q333.50244 199.82812 333.00244 200.32812Q332.51807 200.8125 331.76807 200.8125Q331.00244 200.8125 330.50244 200.32812Q330.00244 199.82812 330.00244 199.01562L330.00244 198.60938ZM330.81494 199.0625Q330.81494 199.51562 331.06494 199.8125Q331.33057 200.10938 331.76807 200.10938Q332.18994 200.10938 332.43994 199.82812Q332.68994 199.53125 332.68994 199.03125L332.68994 198.60938Q332.68994 198.15625 332.43994 197.85938Q332.18994 197.54688 331.75244 197.54688Q331.31494 197.54688 331.06494 197.85938Q330.81494 198.15625 330.81494 198.625L330.81494 199.0625ZM334.1587 203.40625Q334.1587 202.64062 334.64307 202.15625Q335.14307 201.65625 335.9087 201.65625Q336.67432 201.65625 337.1587 202.15625Q337.6587 202.64062 337.6587 203.45312L337.6587 203.85938Q337.6587 204.625 337.17432 205.125Q336.68994 205.625 335.92432 205.625Q335.1587 205.625 334.6587 205.14062Q334.1587 204.64062 334.1587 203.82812L334.1587 203.40625ZM334.9712 203.85938Q334.9712 204.32812 335.2212 204.625Q335.48682 204.92188 335.92432 204.92188Q336.3462 204.92188 336.5962 204.64062Q336.8462 204.34375 336.8462 203.84375L336.8462 203.40625Q336.8462 202.9375 336.58057 202.65625Q336.33057 202.35938 335.9087 202.35938Q335.48682 202.35938 335.2212 202.65625Q334.9712 202.9375 334.9712 203.4375L334.9712 203.85938ZM332.01807 204.85938L331.39307 204.46875L335.56494 197.79688L336.17432 198.1875L332.01807 204.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M319.6587 205.5L318.58057 205.5L318.58057 198.28125L316.39307 199.07812L316.39307 198.09375L319.50244 196.92188L319.6587 196.92188L319.6587 205.5ZM328.2837 199.1875Q328.2837 199.82812 327.93994 200.32812Q327.5962 200.82812 327.0337 201.10938Q327.68994 201.39062 328.08057 201.95312Q328.4712 202.5 328.4712 203.20312Q328.4712 204.29688 327.7212 204.96875Q326.98682 205.625 325.76807 205.625Q324.5337 205.625 323.7837 204.96875Q323.04932 204.29688 323.04932 203.20312Q323.04932 202.5 323.42432 201.95312Q323.79932 201.39062 324.4712 201.10938Q323.9087 200.82812 323.58057 200.32812Q323.25244 199.82812 323.25244 199.1875Q323.25244 198.10938 323.93994 197.48438Q324.62744 196.84375 325.76807 196.84375Q326.89307 196.84375 327.58057 197.48438Q328.2837 198.10938 328.2837 199.1875ZM327.39307 203.17188Q327.39307 202.45312 326.93994 202.01562Q326.48682 201.5625 325.75244 201.5625Q325.01807 201.5625 324.56494 202.01562Q324.12744 202.45312 324.12744 203.1875Q324.12744 203.90625 324.56494 204.32812Q325.00244 204.73438 325.76807 204.73438Q326.51807 204.73438 326.95557 204.3125Q327.39307 203.89062 327.39307 203.17188ZM325.76807 197.73438Q325.12744 197.73438 324.7212 198.14062Q324.33057 198.53125 324.33057 199.21875Q324.33057 199.85938 324.7212 200.26562Q325.11182 200.67188 325.75244 200.67188Q326.4087 200.67188 326.79932 200.26562Q327.18994 199.85938 327.18994 199.21875Q327.18994 198.5625 326.7837 198.15625Q326.37744 197.73438 325.76807 197.73438ZM330.00244 198.60938Q330.00244 197.84375 330.48682 197.34375Q330.98682 196.84375 331.75244 196.84375Q332.5337 196.84375 333.01807 197.34375Q333.50244 197.84375 333.50244 198.64062L333.50244 199.0625Q333.50244 199.82812 333.00244 200.32812Q332.51807 200.8125 331.76807 200.8125Q331.00244 200.8125 330.50244 200.32812Q330.00244 199.82812 330.00244 199.01562L330.00244 198.60938ZM330.81494 199.0625Q330.81494 199.51562 331.06494 199.8125Q331.33057 200.10938 331.76807 200.10938Q332.18994 200.10938 332.43994 199.82812Q332.68994 199.53125 332.68994 199.03125L332.68994 198.60938Q332.68994 198.15625 332.43994 197.85938Q332.18994 197.54688 331.75244 197.54688Q331.31494 197.54688 331.06494 197.85938Q330.81494 198.15625 330.81494 198.625L330.81494 199.0625ZM334.1587 203.40625Q334.1587 202.64062 334.64307 202.15625Q335.14307 201.65625 335.9087 201.65625Q336.67432 201.65625 337.1587 202.15625Q337.6587 202.64062 337.6587 203.45312L337.6587 203.85938Q337.6587 204.625 337.17432 205.125Q336.68994 205.625 335.92432 205.625Q335.1587 205.625 334.6587 205.14062Q334.1587 204.64062 334.1587 203.82812L334.1587 203.40625ZM334.9712 203.85938Q334.9712 204.32812 335.2212 204.625Q335.48682 204.92188 335.92432 204.92188Q336.3462 204.92188 336.5962 204.64062Q336.8462 204.34375 336.8462 203.84375L336.8462 203.40625Q336.8462 202.9375 336.58057 202.65625Q336.33057 202.35938 335.9087 202.35938Q335.48682 202.35938 335.2212 202.65625Q334.9712 202.9375 334.9712 203.4375L334.9712 203.85938ZM332.01807 204.85938L331.39307 204.46875L335.56494 197.79688L336.17432 198.1875L332.01807 204.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M299.69434 236.5L298.6162 236.5L298.6162 229.28125L296.4287 230.07812L296.4287 229.09375L299.5381 227.92188L299.69434 227.92188L299.69434 236.5ZM308.7256 236.5L303.13184 236.5L303.13184 235.71875L306.08496 232.4375Q306.7412 231.6875 306.9912 231.23438Q307.2412 230.76562 307.2412 230.26562Q307.2412 229.59375 306.83496 229.17188Q306.44434 228.73438 305.75684 228.73438Q304.95996 228.73438 304.50684 229.20312Q304.0537 229.65625 304.0537 230.48438L302.9756 230.48438Q302.9756 229.29688 303.7256 228.57812Q304.4912 227.84375 305.75684 227.84375Q306.95996 227.84375 307.64746 228.46875Q308.33496 229.09375 308.33496 230.14062Q308.33496 231.39062 306.7256 233.14062L304.44434 235.60938L308.7256 235.60938L308.7256 236.5ZM310.0381 229.60938Q310.0381 228.84375 310.52246 228.34375Q311.02246 227.84375 311.7881 227.84375Q312.56934 227.84375 313.0537 228.34375Q313.5381 228.84375 313.5381 229.64062L313.5381 230.0625Q313.5381 230.82812 313.0381 231.32812Q312.5537 231.8125 311.8037 231.8125Q311.0381 231.8125 310.5381 231.32812Q310.0381 230.82812 310.0381 230.01562L310.0381 229.60938ZM310.8506 230.0625Q310.8506 230.51562 311.1006 230.8125Q311.3662 231.10938 311.8037 231.10938Q312.2256 231.10938 312.4756 230.82812Q312.7256 230.53125 312.7256 230.03125L312.7256 229.60938Q312.7256 229.15625 312.4756 228.85938Q312.2256 228.54688 311.7881 228.54688Q311.3506 228.54688 311.1006 228.85938Q310.8506 229.15625 310.8506 229.625L310.8506 230.0625ZM314.19434 234.40625Q314.19434 233.64062 314.6787 233.15625Q315.1787 232.65625 315.94434 232.65625Q316.70996 232.65625 317.19434 233.15625Q317.69434 233.64062 317.69434 234.45312L317.69434 234.85938Q317.69434 235.625 317.20996 236.125Q316.7256 236.625 315.95996 236.625Q315.19434 236.625 314.69434 236.14062Q314.19434 235.64062 314.19434 234.82812L314.19434 234.40625ZM315.00684 234.85938Q315.00684 235.32812 315.25684 235.625Q315.52246 235.92188 315.95996 235.92188Q316.38184 235.92188 316.63184 235.64062Q316.88184 235.34375 316.88184 234.84375L316.88184 234.40625Q316.88184 233.9375 316.6162 233.65625Q316.3662 233.35938 315.94434 233.35938Q315.52246 233.35938 315.25684 233.65625Q315.00684 233.9375 315.00684 234.4375L315.00684 234.85938ZM312.0537 235.85938L311.4287 235.46875L315.6006 228.79688L316.20996 229.1875L312.0537 235.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M299.69434 236.5L298.6162 236.5L298.6162 229.28125L296.4287 230.07812L296.4287 229.09375L299.5381 227.92188L299.69434 227.92188L299.69434 236.5ZM308.7256 236.5L303.13184 236.5L303.13184 235.71875L306.08496 232.4375Q306.7412 231.6875 306.9912 231.23438Q307.2412 230.76562 307.2412 230.26562Q307.2412 229.59375 306.83496 229.17188Q306.44434 228.73438 305.75684 228.73438Q304.95996 228.73438 304.50684 229.20312Q304.0537 229.65625 304.0537 230.48438L302.9756 230.48438Q302.9756 229.29688 303.7256 228.57812Q304.4912 227.84375 305.75684 227.84375Q306.95996 227.84375 307.64746 228.46875Q308.33496 229.09375 308.33496 230.14062Q308.33496 231.39062 306.7256 233.14062L304.44434 235.60938L308.7256 235.60938L308.7256 236.5ZM310.0381 229.60938Q310.0381 228.84375 310.52246 228.34375Q311.02246 227.84375 311.7881 227.84375Q312.56934 227.84375 313.0537 228.34375Q313.5381 228.84375 313.5381 229.64062L313.5381 230.0625Q313.5381 230.82812 313.0381 231.32812Q312.5537 231.8125 311.8037 231.8125Q311.0381 231.8125 310.5381 231.32812Q310.0381 230.82812 310.0381 230.01562L310.0381 229.60938ZM310.8506 230.0625Q310.8506 230.51562 311.1006 230.8125Q311.3662 231.10938 311.8037 231.10938Q312.2256 231.10938 312.4756 230.82812Q312.7256 230.53125 312.7256 230.03125L312.7256 229.60938Q312.7256 229.15625 312.4756 228.85938Q312.2256 228.54688 311.7881 228.54688Q311.3506 228.54688 311.1006 228.85938Q310.8506 229.15625 310.8506 229.625L310.8506 230.0625ZM314.19434 234.40625Q314.19434 233.64062 314.6787 233.15625Q315.1787 232.65625 315.94434 232.65625Q316.70996 232.65625 317.19434 233.15625Q317.69434 233.64062 317.69434 234.45312L317.69434 234.85938Q317.69434 235.625 317.20996 236.125Q316.7256 236.625 315.95996 236.625Q315.19434 236.625 314.69434 236.14062Q314.19434 235.64062 314.19434 234.82812L314.19434 234.40625ZM315.00684 234.85938Q315.00684 235.32812 315.25684 235.625Q315.52246 235.92188 315.95996 235.92188Q316.38184 235.92188 316.63184 235.64062Q316.88184 235.34375 316.88184 234.84375L316.88184 234.40625Q316.88184 233.9375 316.6162 233.65625Q316.3662 233.35938 315.94434 233.35938Q315.52246 233.35938 315.25684 233.65625Q315.00684 233.9375 315.00684 234.4375L315.00684 234.85938ZM312.0537 235.85938L311.4287 235.46875L315.6006 228.79688L316.20996 229.1875L312.0537 235.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M291.4266 262.75Q291.09848 263.15625 290.6141 263.40625Q290.14536 263.64062 289.58286 263.64062Q288.84848 263.64062 288.3016 263.28125Q287.75473 262.92188 287.45786 262.26562Q287.16098 261.59375 287.16098 260.79688Q287.16098 259.95312 287.47348 259.26562Q287.8016 258.57812 288.39536 258.21875Q289.00473 257.84375 289.8016 257.84375Q291.06723 257.84375 291.78598 258.79688Q292.52036 259.75 292.52036 261.375L292.52036 261.6875Q292.52036 264.1875 291.53598 265.32812Q290.5516 266.46875 288.56723 266.5L288.34848 266.5L288.34848 265.59375L288.58286 265.59375Q289.9266 265.5625 290.64536 264.89062Q291.3641 264.21875 291.4266 262.75ZM289.75473 262.75Q290.3016 262.75 290.75473 262.42188Q291.22348 262.07812 291.44223 261.59375L291.44223 261.15625Q291.44223 260.09375 290.97348 259.42188Q290.50473 258.75 289.8016 258.75Q289.08286 258.75 288.64536 259.29688Q288.22348 259.84375 288.22348 260.75Q288.22348 261.625 288.62973 262.1875Q289.0516 262.75 289.75473 262.75ZM294.1766 259.60938Q294.1766 258.84375 294.66098 258.34375Q295.16098 257.84375 295.9266 257.84375Q296.70786 257.84375 297.19223 258.34375Q297.6766 258.84375 297.6766 259.64062L297.6766 260.0625Q297.6766 260.82812 297.1766 261.32812Q296.69223 261.8125 295.94223 261.8125Q295.1766 261.8125 294.6766 261.32812Q294.1766 260.82812 294.1766 260.01562L294.1766 259.60938ZM294.9891 260.0625Q294.9891 260.51562 295.2391 260.8125Q295.50473 261.10938 295.94223 261.10938Q296.3641 261.10938 296.6141 260.82812Q296.8641 260.53125 296.8641 260.03125L296.8641 259.60938Q296.8641 259.15625 296.6141 258.85938Q296.3641 258.54688 295.9266 258.54688Q295.4891 258.54688 295.2391 258.85938Q294.9891 259.15625 294.9891 259.625L294.9891 260.0625ZM298.33286 264.40625Q298.33286 263.64062 298.81723 263.15625Q299.31723 262.65625 300.08286 262.65625Q300.84848 262.65625 301.33286 263.15625Q301.83286 263.64062 301.83286 264.45312L301.83286 264.85938Q301.83286 265.625 301.34848 266.125Q300.8641 266.625 300.09848 266.625Q299.33286 266.625 298.83286 266.14062Q298.33286 265.64062 298.33286 264.82812L298.33286 264.40625ZM299.14536 264.85938Q299.14536 265.32812 299.39536 265.625Q299.66098 265.92188 300.09848 265.92188Q300.52036 265.92188 300.77036 265.64062Q301.02036 265.34375 301.02036 264.84375L301.02036 264.40625Q301.02036 263.9375 300.75473 263.65625Q300.50473 263.35938 300.08286 263.35938Q299.66098 263.35938 299.39536 263.65625Q299.14536 263.9375 299.14536 264.4375L299.14536 264.85938ZM296.19223 265.85938L295.56723 265.46875L299.7391 258.79688L300.34848 259.1875L296.19223 265.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M291.4266 262.75Q291.09848 263.15625 290.6141 263.40625Q290.14536 263.64062 289.58286 263.64062Q288.84848 263.64062 288.3016 263.28125Q287.75473 262.92188 287.45786 262.26562Q287.16098 261.59375 287.16098 260.79688Q287.16098 259.95312 287.47348 259.26562Q287.8016 258.57812 288.39536 258.21875Q289.00473 257.84375 289.8016 257.84375Q291.06723 257.84375 291.78598 258.79688Q292.52036 259.75 292.52036 261.375L292.52036 261.6875Q292.52036 264.1875 291.53598 265.32812Q290.5516 266.46875 288.56723 266.5L288.34848 266.5L288.34848 265.59375L288.58286 265.59375Q289.9266 265.5625 290.64536 264.89062Q291.3641 264.21875 291.4266 262.75ZM289.75473 262.75Q290.3016 262.75 290.75473 262.42188Q291.22348 262.07812 291.44223 261.59375L291.44223 261.15625Q291.44223 260.09375 290.97348 259.42188Q290.50473 258.75 289.8016 258.75Q289.08286 258.75 288.64536 259.29688Q288.22348 259.84375 288.22348 260.75Q288.22348 261.625 288.62973 262.1875Q289.0516 262.75 289.75473 262.75ZM294.1766 259.60938Q294.1766 258.84375 294.66098 258.34375Q295.16098 257.84375 295.9266 257.84375Q296.70786 257.84375 297.19223 258.34375Q297.6766 258.84375 297.6766 259.64062L297.6766 260.0625Q297.6766 260.82812 297.1766 261.32812Q296.69223 261.8125 295.94223 261.8125Q295.1766 261.8125 294.6766 261.32812Q294.1766 260.82812 294.1766 260.01562L294.1766 259.60938ZM294.9891 260.0625Q294.9891 260.51562 295.2391 260.8125Q295.50473 261.10938 295.94223 261.10938Q296.3641 261.10938 296.6141 260.82812Q296.8641 260.53125 296.8641 260.03125L296.8641 259.60938Q296.8641 259.15625 296.6141 258.85938Q296.3641 258.54688 295.9266 258.54688Q295.4891 258.54688 295.2391 258.85938Q294.9891 259.15625 294.9891 259.625L294.9891 260.0625ZM298.33286 264.40625Q298.33286 263.64062 298.81723 263.15625Q299.31723 262.65625 300.08286 262.65625Q300.84848 262.65625 301.33286 263.15625Q301.83286 263.64062 301.83286 264.45312L301.83286 264.85938Q301.83286 265.625 301.34848 266.125Q300.8641 266.625 300.09848 266.625Q299.33286 266.625 298.83286 266.14062Q298.33286 265.64062 298.33286 264.82812L298.33286 264.40625ZM299.14536 264.85938Q299.14536 265.32812 299.39536 265.625Q299.66098 265.92188 300.09848 265.92188Q300.52036 265.92188 300.77036 265.64062Q301.02036 265.34375 301.02036 264.84375L301.02036 264.40625Q301.02036 263.9375 300.75473 263.65625Q300.50473 263.35938 300.08286 263.35938Q299.66098 263.35938 299.39536 263.65625Q299.14536 263.9375 299.14536 264.4375L299.14536 264.85938ZM296.19223 265.85938L295.56723 265.46875L299.7391 258.79688L300.34848 259.1875L296.19223 265.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.00958 289.57812L282.47833 297.5L281.3377 297.5L284.85333 289.85938L280.24396 289.85938L280.24396 288.96875L286.00958 288.96875L286.00958 289.57812ZM287.4002 290.60938Q287.4002 289.84375 287.88458 289.34375Q288.38458 288.84375 289.1502 288.84375Q289.93146 288.84375 290.41583 289.34375Q290.9002 289.84375 290.9002 290.64062L290.9002 291.0625Q290.9002 291.82812 290.4002 292.32812Q289.91583 292.8125 289.16583 292.8125Q288.4002 292.8125 287.9002 292.32812Q287.4002 291.82812 287.4002 291.01562L287.4002 290.60938ZM288.2127 291.0625Q288.2127 291.51562 288.4627 291.8125Q288.72833 292.10938 289.16583 292.10938Q289.5877 292.10938 289.8377 291.82812Q290.0877 291.53125 290.0877 291.03125L290.0877 290.60938Q290.0877 290.15625 289.8377 289.85938Q289.5877 289.54688 289.1502 289.54688Q288.7127 289.54688 288.4627 289.85938Q288.2127 290.15625 288.2127 290.625L288.2127 291.0625ZM291.55646 295.40625Q291.55646 294.64062 292.04083 294.15625Q292.54083 293.65625 293.30646 293.65625Q294.07208 293.65625 294.55646 294.15625Q295.05646 294.64062 295.05646 295.45312L295.05646 295.85938Q295.05646 296.625 294.57208 297.125Q294.0877 297.625 293.32208 297.625Q292.55646 297.625 292.05646 297.14062Q291.55646 296.64062 291.55646 295.82812L291.55646 295.40625ZM292.36896 295.85938Q292.36896 296.32812 292.61896 296.625Q292.88458 296.92188 293.32208 296.92188Q293.74396 296.92188 293.99396 296.64062Q294.24396 296.34375 294.24396 295.84375L294.24396 295.40625Q294.24396 294.9375 293.97833 294.65625Q293.72833 294.35938 293.30646 294.35938Q292.88458 294.35938 292.61896 294.65625Q292.36896 294.9375 292.36896 295.4375L292.36896 295.85938ZM289.41583 296.85938L288.79083 296.46875L292.9627 289.79688L293.57208 290.1875L289.41583 296.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M286.00958 289.57812L282.47833 297.5L281.3377 297.5L284.85333 289.85938L280.24396 289.85938L280.24396 288.96875L286.00958 288.96875L286.00958 289.57812ZM287.4002 290.60938Q287.4002 289.84375 287.88458 289.34375Q288.38458 288.84375 289.1502 288.84375Q289.93146 288.84375 290.41583 289.34375Q290.9002 289.84375 290.9002 290.64062L290.9002 291.0625Q290.9002 291.82812 290.4002 292.32812Q289.91583 292.8125 289.16583 292.8125Q288.4002 292.8125 287.9002 292.32812Q287.4002 291.82812 287.4002 291.01562L287.4002 290.60938ZM288.2127 291.0625Q288.2127 291.51562 288.4627 291.8125Q288.72833 292.10938 289.16583 292.10938Q289.5877 292.10938 289.8377 291.82812Q290.0877 291.53125 290.0877 291.03125L290.0877 290.60938Q290.0877 290.15625 289.8377 289.85938Q289.5877 289.54688 289.1502 289.54688Q288.7127 289.54688 288.4627 289.85938Q288.2127 290.15625 288.2127 290.625L288.2127 291.0625ZM291.55646 295.40625Q291.55646 294.64062 292.04083 294.15625Q292.54083 293.65625 293.30646 293.65625Q294.07208 293.65625 294.55646 294.15625Q295.05646 294.64062 295.05646 295.45312L295.05646 295.85938Q295.05646 296.625 294.57208 297.125Q294.0877 297.625 293.32208 297.625Q292.55646 297.625 292.05646 297.14062Q291.55646 296.64062 291.55646 295.82812L291.55646 295.40625ZM292.36896 295.85938Q292.36896 296.32812 292.61896 296.625Q292.88458 296.92188 293.32208 296.92188Q293.74396 296.92188 293.99396 296.64062Q294.24396 296.34375 294.24396 295.84375L294.24396 295.40625Q294.24396 294.9375 293.97833 294.65625Q293.72833 294.35938 293.30646 294.35938Q292.88458 294.35938 292.61896 294.65625Q292.36896 294.9375 292.36896 295.4375L292.36896 295.85938ZM289.41583 296.85938L288.79083 296.46875L292.9627 289.79688L293.57208 290.1875L289.41583 296.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M269.98068 327.5L264.38693 327.5L264.38693 326.71875L267.34006 323.4375Q267.9963 322.6875 268.2463 322.23438Q268.4963 321.76562 268.4963 321.26562Q268.4963 320.59375 268.09006 320.17188Q267.69943 319.73438 267.01193 319.73438Q266.21506 319.73438 265.76193 320.20312Q265.3088 320.65625 265.3088 321.48438L264.23068 321.48438Q264.23068 320.29688 264.98068 319.57812Q265.7463 318.84375 267.01193 318.84375Q268.21506 318.84375 268.90256 319.46875Q269.59006 320.09375 269.59006 321.14062Q269.59006 322.39062 267.98068 324.14062L265.69943 326.60938L269.98068 326.60938L269.98068 327.5ZM271.29318 320.60938Q271.29318 319.84375 271.77756 319.34375Q272.27756 318.84375 273.04318 318.84375Q273.82443 318.84375 274.3088 319.34375Q274.79318 319.84375 274.79318 320.64062L274.79318 321.0625Q274.79318 321.82812 274.29318 322.32812Q273.8088 322.8125 273.0588 322.8125Q272.29318 322.8125 271.79318 322.32812Q271.29318 321.82812 271.29318 321.01562L271.29318 320.60938ZM272.10568 321.0625Q272.10568 321.51562 272.35568 321.8125Q272.6213 322.10938 273.0588 322.10938Q273.48068 322.10938 273.73068 321.82812Q273.98068 321.53125 273.98068 321.03125L273.98068 320.60938Q273.98068 320.15625 273.73068 319.85938Q273.48068 319.54688 273.04318 319.54688Q272.60568 319.54688 272.35568 319.85938Q272.10568 320.15625 272.10568 320.625L272.10568 321.0625ZM275.44943 325.40625Q275.44943 324.64062 275.9338 324.15625Q276.4338 323.65625 277.19943 323.65625Q277.96506 323.65625 278.44943 324.15625Q278.94943 324.64062 278.94943 325.45312L278.94943 325.85938Q278.94943 326.625 278.46506 327.125Q277.98068 327.625 277.21506 327.625Q276.44943 327.625 275.94943 327.14062Q275.44943 326.64062 275.44943 325.82812L275.44943 325.40625ZM276.26193 325.85938Q276.26193 326.32812 276.51193 326.625Q276.77756 326.92188 277.21506 326.92188Q277.63693 326.92188 277.88693 326.64062Q278.13693 326.34375 278.13693 325.84375L278.13693 325.40625Q278.13693 324.9375 277.8713 324.65625Q277.6213 324.35938 277.19943 324.35938Q276.77756 324.35938 276.51193 324.65625Q276.26193 324.9375 276.26193 325.4375L276.26193 325.85938ZM273.3088 326.85938L272.6838 326.46875L276.85568 319.79688L277.46506 320.1875L273.3088 326.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M269.98068 327.5L264.38693 327.5L264.38693 326.71875L267.34006 323.4375Q267.9963 322.6875 268.2463 322.23438Q268.4963 321.76562 268.4963 321.26562Q268.4963 320.59375 268.09006 320.17188Q267.69943 319.73438 267.01193 319.73438Q266.21506 319.73438 265.76193 320.20312Q265.3088 320.65625 265.3088 321.48438L264.23068 321.48438Q264.23068 320.29688 264.98068 319.57812Q265.7463 318.84375 267.01193 318.84375Q268.21506 318.84375 268.90256 319.46875Q269.59006 320.09375 269.59006 321.14062Q269.59006 322.39062 267.98068 324.14062L265.69943 326.60938L269.98068 326.60938L269.98068 327.5ZM271.29318 320.60938Q271.29318 319.84375 271.77756 319.34375Q272.27756 318.84375 273.04318 318.84375Q273.82443 318.84375 274.3088 319.34375Q274.79318 319.84375 274.79318 320.64062L274.79318 321.0625Q274.79318 321.82812 274.29318 322.32812Q273.8088 322.8125 273.0588 322.8125Q272.29318 322.8125 271.79318 322.32812Q271.29318 321.82812 271.29318 321.01562L271.29318 320.60938ZM272.10568 321.0625Q272.10568 321.51562 272.35568 321.8125Q272.6213 322.10938 273.0588 322.10938Q273.48068 322.10938 273.73068 321.82812Q273.98068 321.53125 273.98068 321.03125L273.98068 320.60938Q273.98068 320.15625 273.73068 319.85938Q273.48068 319.54688 273.04318 319.54688Q272.60568 319.54688 272.35568 319.85938Q272.10568 320.15625 272.10568 320.625L272.10568 321.0625ZM275.44943 325.40625Q275.44943 324.64062 275.9338 324.15625Q276.4338 323.65625 277.19943 323.65625Q277.96506 323.65625 278.44943 324.15625Q278.94943 324.64062 278.94943 325.45312L278.94943 325.85938Q278.94943 326.625 278.46506 327.125Q277.98068 327.625 277.21506 327.625Q276.44943 327.625 275.94943 327.14062Q275.44943 326.64062 275.44943 325.82812L275.44943 325.40625ZM276.26193 325.85938Q276.26193 326.32812 276.51193 326.625Q276.77756 326.92188 277.21506 326.92188Q277.63693 326.92188 277.88693 326.64062Q278.13693 326.34375 278.13693 325.84375L278.13693 325.40625Q278.13693 324.9375 277.8713 324.65625Q277.6213 324.35938 277.19943 324.35938Q276.77756 324.35938 276.51193 324.65625Q276.26193 324.9375 276.26193 325.4375L276.26193 325.85938ZM273.3088 326.85938L272.6838 326.46875L276.85568 319.79688L277.46506 320.1875L273.3088 326.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M337.1219 381.58313Q337.1219 380.8175 337.60626 380.3175Q338.10626 379.8175 338.8719 379.8175Q339.65314 379.8175 340.1375 380.3175Q340.6219 380.8175 340.6219 381.61438L340.6219 382.03625Q340.6219 382.80188 340.1219 383.30188Q339.6375 383.78625 338.8875 383.78625Q338.1219 383.78625 337.6219 383.30188Q337.1219 382.80188 337.1219 381.98938L337.1219 381.58313ZM337.9344 382.03625Q337.9344 382.48938 338.1844 382.78625Q338.45 383.08313 338.8875 383.08313Q339.3094 383.08313 339.5594 382.80188Q339.8094 382.505 339.8094 382.005L339.8094 381.58313Q339.8094 381.13 339.5594 380.83313Q339.3094 380.52063 338.8719 380.52063Q338.4344 380.52063 338.1844 380.83313Q337.9344 381.13 337.9344 381.59875L337.9344 382.03625ZM341.27814 386.38Q341.27814 385.61438 341.7625 385.13Q342.2625 384.63 343.02814 384.63Q343.79376 384.63 344.27814 385.13Q344.77814 385.61438 344.77814 386.42688L344.77814 386.83313Q344.77814 387.59875 344.29376 388.09875Q343.8094 388.59875 343.04376 388.59875Q342.27814 388.59875 341.77814 388.11438Q341.27814 387.61438 341.27814 386.80188L341.27814 386.38ZM342.09064 386.83313Q342.09064 387.30188 342.34064 387.59875Q342.60626 387.89563 343.04376 387.89563Q343.46564 387.89563 343.71564 387.61438Q343.96564 387.3175 343.96564 386.8175L343.96564 386.38Q343.96564 385.91125 343.7 385.63Q343.45 385.33313 343.02814 385.33313Q342.60626 385.33313 342.34064 385.63Q342.09064 385.91125 342.09064 386.41125L342.09064 386.83313ZM339.1375 387.83313L338.5125 387.4425L342.6844 380.77063L343.29376 381.16125L339.1375 387.83313ZM349.04376 385.23938Q349.04376 384.3175 349.40314 383.5675Q349.77814 382.8175 350.4344 382.42688Q351.09064 382.02063 351.91876 382.02063Q353.21564 382.02063 354.0125 382.91125Q354.825 383.80188 354.825 385.30188L354.825 385.38Q354.825 386.30188 354.46564 387.03625Q354.10626 387.77063 353.45 388.1925Q352.79376 388.59875 351.9344 388.59875Q350.65314 388.59875 349.84064 387.70813Q349.04376 386.80188 349.04376 385.3175L349.04376 385.23938ZM350.1375 385.38Q350.1375 386.42688 350.6219 387.0675Q351.1219 387.70813 351.9344 387.70813Q352.7625 387.70813 353.2469 387.0675Q353.73126 386.41125 353.73126 385.23938Q353.73126 384.20813 353.23126 383.5675Q352.7469 382.91125 351.91876 382.91125Q351.1219 382.91125 350.6219 383.55188Q350.1375 384.17688 350.1375 385.38ZM356.8719 388.47375L356.8719 382.97375L355.8719 382.97375L355.8719 382.13L356.8719 382.13L356.8719 381.48938Q356.8719 380.45813 357.40314 379.91125Q357.95 379.34875 358.95 379.34875Q359.325 379.34875 359.7 379.4425L359.6375 380.33313Q359.35626 380.27063 359.0594 380.27063Q358.52814 380.27063 358.23126 380.58313Q357.95 380.89563 357.95 381.45813L357.95 382.13L359.3094 382.13L359.3094 382.97375L357.95 382.97375L357.95 388.47375L356.8719 388.47375ZM366.40314 383.09875Q366.15314 383.0675 365.8719 383.0675Q364.79376 383.0675 364.41876 383.97375L364.41876 388.47375L363.34064 388.47375L363.34064 382.13L364.3875 382.13L364.40314 382.86438Q364.9344 382.02063 365.91876 382.02063Q366.23126 382.02063 366.40314 382.09875L366.40314 383.09875ZM369.96564 388.59875Q368.66876 388.59875 367.85626 387.755Q367.0594 386.89563 367.0594 385.47375L367.0594 385.28625Q367.0594 384.33313 367.41876 383.59875Q367.77814 382.84875 368.41876 382.4425Q369.075 382.02063 369.825 382.02063Q371.0594 382.02063 371.7469 382.83313Q372.4344 383.64563 372.4344 385.16125L372.4344 385.61438L368.1375 385.61438Q368.16876 386.55188 368.6844 387.13Q369.21564 387.70813 370.02814 387.70813Q370.59064 387.70813 370.98126 387.47375Q371.3875 387.23938 371.7 386.84875L372.35626 387.36438Q371.5594 388.59875 369.96564 388.59875ZM369.825 382.91125Q369.16876 382.91125 368.71564 383.39563Q368.27814 383.86438 368.1844 384.72375L371.35626 384.72375L371.35626 384.64563Q371.3094 383.8175 370.90314 383.36438Q370.5125 382.91125 369.825 382.91125ZM377.02814 386.78625Q377.02814 386.34875 376.6844 386.11438Q376.35626 385.86438 375.52814 385.6925Q374.71564 385.52063 374.23126 385.27063Q373.7469 385.02063 373.5125 384.6925Q373.29376 384.34875 373.29376 383.88Q373.29376 383.09875 373.95 382.5675Q374.60626 382.02063 375.6375 382.02063Q376.71564 382.02063 377.3719 382.58313Q378.04376 383.13 378.04376 383.98938L376.96564 383.98938Q376.96564 383.55188 376.575 383.23938Q376.2 382.91125 375.6375 382.91125Q375.04376 382.91125 374.7 383.17688Q374.3719 383.42688 374.3719 383.83313Q374.3719 384.22375 374.6844 384.42688Q374.9969 384.63 375.8094 384.8175Q376.6219 384.98938 377.1219 385.23938Q377.6219 385.48938 377.85626 385.84875Q378.10626 386.20813 378.10626 386.70813Q378.10626 387.5675 377.41876 388.08313Q376.7469 388.59875 375.66876 388.59875Q374.90314 388.59875 374.3094 388.33313Q373.73126 388.05188 373.40314 387.5675Q373.075 387.08313 373.075 386.52063L374.15314 386.52063Q374.1844 387.0675 374.59064 387.39563Q374.9969 387.70813 375.66876 387.70813Q376.27814 387.70813 376.65314 387.45813Q377.02814 387.20813 377.02814 386.78625ZM384.6844 385.38Q384.6844 386.8175 384.02814 387.70813Q383.3719 388.59875 382.23126 388.59875Q381.075 388.59875 380.41876 387.86438L380.41876 390.91125L379.34064 390.91125L379.34064 382.13L380.325 382.13L380.3719 382.83313Q381.04376 382.02063 382.21564 382.02063Q383.35626 382.02063 384.0125 382.88Q384.6844 383.73938 384.6844 385.27063L384.6844 385.38ZM383.60626 385.255Q383.60626 384.17688 383.1375 383.5675Q382.6844 382.9425 381.8875 382.9425Q380.90314 382.9425 380.41876 383.80188L380.41876 386.83313Q380.90314 387.70813 381.90314 387.70813Q382.6844 387.70813 383.1375 387.09875Q383.60626 386.47375 383.60626 385.255ZM386.04376 385.23938Q386.04376 384.3175 386.40314 383.5675Q386.77814 382.8175 387.4344 382.42688Q388.09064 382.02063 388.91876 382.02063Q390.21564 382.02063 391.0125 382.91125Q391.825 383.80188 391.825 385.30188L391.825 385.38Q391.825 386.30188 391.46564 387.03625Q391.10626 387.77063 390.45 388.1925Q389.79376 388.59875 388.9344 388.59875Q387.65314 388.59875 386.84064 387.70813Q386.04376 386.80188 386.04376 385.3175L386.04376 385.23938ZM387.1375 385.38Q387.1375 386.42688 387.6219 387.0675Q388.1219 387.70813 388.9344 387.70813Q389.7625 387.70813 390.2469 387.0675Q390.73126 386.41125 390.73126 385.23938Q390.73126 384.20813 390.23126 383.5675Q389.7469 382.91125 388.91876 382.91125Q388.1219 382.91125 387.6219 383.55188Q387.1375 384.17688 387.1375 385.38ZM394.35626 382.13L394.3875 382.92688Q395.1219 382.02063 396.29376 382.02063Q398.3094 382.02063 398.325 384.28625L398.325 388.47375L397.23126 388.47375L397.23126 384.27063Q397.23126 383.59875 396.91876 383.27063Q396.6219 382.9425 395.96564 382.9425Q395.4344 382.9425 395.02814 383.22375Q394.6375 383.505 394.41876 383.95813L394.41876 388.47375L393.34064 388.47375L393.34064 382.13L394.35626 382.13ZM400.075 385.255Q400.075 383.78625 400.7625 382.91125Q401.45 382.02063 402.575 382.02063Q403.6844 382.02063 404.34064 382.77063L404.34064 379.47375L405.41876 379.47375L405.41876 388.47375L404.41876 388.47375L404.3719 387.78625Q403.71564 388.59875 402.5594 388.59875Q401.46564 388.59875 400.7625 387.6925Q400.075 386.78625 400.075 385.33313L400.075 385.255ZM401.15314 385.38Q401.15314 386.45813 401.59064 387.0675Q402.04376 387.67688 402.825 387.67688Q403.85626 387.67688 404.34064 386.73938L404.34064 383.83313Q403.85626 382.9425 402.84064 382.9425Q402.04376 382.9425 401.59064 383.55188Q401.15314 384.16125 401.15314 385.38ZM409.96564 388.59875Q408.66876 388.59875 407.85626 387.755Q407.0594 386.89563 407.0594 385.47375L407.0594 385.28625Q407.0594 384.33313 407.41876 383.59875Q407.77814 382.84875 408.41876 382.4425Q409.075 382.02063 409.825 382.02063Q411.0594 382.02063 411.7469 382.83313Q412.4344 383.64563 412.4344 385.16125L412.4344 385.61438L408.1375 385.61438Q408.16876 386.55188 408.6844 387.13Q409.21564 387.70813 410.02814 387.70813Q410.59064 387.70813 410.98126 387.47375Q411.3875 387.23938 411.7 386.84875L412.35626 387.36438Q411.5594 388.59875 409.96564 388.59875ZM409.825 382.91125Q409.16876 382.91125 408.71564 383.39563Q408.27814 383.86438 408.1844 384.72375L411.35626 384.72375L411.35626 384.64563Q411.3094 383.8175 410.90314 383.36438Q410.5125 382.91125 409.825 382.91125ZM414.35626 382.13L414.3875 382.92688Q415.1219 382.02063 416.29376 382.02063Q418.3094 382.02063 418.325 384.28625L418.325 388.47375L417.23126 388.47375L417.23126 384.27063Q417.23126 383.59875 416.91876 383.27063Q416.6219 382.9425 415.96564 382.9425Q415.4344 382.9425 415.02814 383.22375Q414.6375 383.505 414.41876 383.95813L414.41876 388.47375L413.34064 388.47375L413.34064 382.13L414.35626 382.13ZM421.8094 380.59875L421.8094 382.13L422.98126 382.13L422.98126 382.97375L421.8094 382.97375L421.8094 386.89563Q421.8094 387.28625 421.96564 387.47375Q422.1219 387.66125 422.4969 387.66125Q422.6844 387.66125 423.0125 387.59875L423.0125 388.47375Q422.59064 388.59875 422.1844 388.59875Q421.46564 388.59875 421.09064 388.16125Q420.71564 387.70813 420.71564 386.89563L420.71564 382.97375L419.5594 382.97375L419.5594 382.13L420.71564 382.13L420.71564 380.59875L421.8094 380.59875ZM428.02814 386.78625Q428.02814 386.34875 427.6844 386.11438Q427.35626 385.86438 426.52814 385.6925Q425.71564 385.52063 425.23126 385.27063Q424.7469 385.02063 424.5125 384.6925Q424.29376 384.34875 424.29376 383.88Q424.29376 383.09875 424.95 382.5675Q425.60626 382.02063 426.6375 382.02063Q427.71564 382.02063 428.3719 382.58313Q429.04376 383.13 429.04376 383.98938L427.96564 383.98938Q427.96564 383.55188 427.575 383.23938Q427.2 382.91125 426.6375 382.91125Q426.04376 382.91125 425.7 383.17688Q425.3719 383.42688 425.3719 383.83313Q425.3719 384.22375 425.6844 384.42688Q425.9969 384.63 426.8094 384.8175Q427.6219 384.98938 428.1219 385.23938Q428.6219 385.48938 428.85626 385.84875Q429.10626 386.20813 429.10626 386.70813Q429.10626 387.5675 428.41876 388.08313Q427.7469 388.59875 426.66876 388.59875Q425.90314 388.59875 425.3094 388.33313Q424.73126 388.05188 424.40314 387.5675Q424.075 387.08313 424.075 386.52063L425.15314 386.52063Q425.1844 387.0675 425.59064 387.39563Q425.9969 387.70813 426.66876 387.70813Q427.27814 387.70813 427.65314 387.45813Q428.02814 387.20813 428.02814 386.78625ZM433.29376 385.005Q433.29376 383.6925 433.6375 382.47375Q433.9969 381.255 434.7 380.255Q435.40314 379.255 436.16876 378.84875L436.3875 379.5675Q435.52814 380.22375 434.98126 381.5675Q434.4344 382.91125 434.3875 384.58313L434.3719 385.08313Q434.3719 387.34875 435.2 389.005Q435.7 390.005 436.3875 390.5675L436.16876 391.22375Q435.3875 390.80188 434.66876 389.77063Q433.29376 387.78625 433.29376 385.005ZM438.35626 382.13L438.3875 382.92688Q439.1219 382.02063 440.29376 382.02063Q442.3094 382.02063 442.325 384.28625L442.325 388.47375L441.23126 388.47375L441.23126 384.27063Q441.23126 383.59875 440.91876 383.27063Q440.6219 382.9425 439.96564 382.9425Q439.4344 382.9425 439.02814 383.22375Q438.6375 383.505 438.41876 383.95813L438.41876 388.47375L437.34064 388.47375L437.34064 382.13L438.35626 382.13ZM449.29376 383.70813L444.40314 383.70813L444.40314 382.755L449.29376 382.755L449.29376 383.70813ZM449.29376 386.13L444.40314 386.13L444.40314 385.1925L449.29376 385.1925L449.29376 386.13ZM455.48126 379.9425L455.48126 380.84875L455.27814 380.84875Q454.0125 380.88 453.2625 381.61438Q452.5125 382.33313 452.3875 383.64563Q453.075 382.88 454.23126 382.88Q455.34064 382.88 456.0125 383.66125Q456.6844 384.4425 456.6844 385.6925Q456.6844 387.005 455.96564 387.80188Q455.2469 388.59875 454.02814 388.59875Q452.8094 388.59875 452.04376 387.66125Q451.29376 386.70813 451.29376 385.22375L451.29376 384.8175Q451.29376 382.45813 452.29376 381.20813Q453.29376 379.95813 455.27814 379.9425L455.48126 379.9425ZM454.0594 383.78625Q453.4969 383.78625 453.02814 384.11438Q452.5594 384.4425 452.3719 384.95813L452.3719 385.34875Q452.3719 386.41125 452.84064 387.05188Q453.325 387.6925 454.02814 387.6925Q454.7625 387.6925 455.1844 387.16125Q455.60626 386.61438 455.60626 385.73938Q455.60626 384.86438 455.1844 384.33313Q454.7625 383.78625 454.0594 383.78625ZM458.29376 390.17688L457.6844 389.755Q458.23126 388.98938 458.2625 388.16125L458.2625 387.1925L459.325 387.1925L459.325 388.03625Q459.325 388.63 459.02814 389.22375Q458.73126 389.8175 458.29376 390.17688ZM464.79376 385.61438L465.98126 385.61438L465.98126 386.48938L464.79376 386.48938L464.79376 388.47375L463.71564 388.47375L463.71564 386.48938L459.825 386.48938L459.825 385.84875L463.6375 379.9425L464.79376 379.9425L464.79376 385.61438ZM461.0594 385.61438L463.71564 385.61438L463.71564 381.42688L463.575 381.66125L461.0594 385.61438ZM472.575 384.83313Q472.575 386.73938 471.91876 387.67688Q471.27814 388.59875 469.8875 388.59875Q468.52814 388.59875 467.8719 387.6925Q467.21564 386.78625 467.1844 384.97375L467.1844 383.53625Q467.1844 381.64563 467.825 380.73938Q468.48126 379.8175 469.8719 379.8175Q471.2469 379.8175 471.90314 380.70813Q472.5594 381.58313 472.575 383.42688L472.575 384.83313ZM471.48126 383.34875Q471.48126 381.97375 471.09064 381.34875Q470.71564 380.70813 469.8719 380.70813Q469.04376 380.70813 468.65314 381.34875Q468.27814 381.97375 468.27814 383.27063L468.27814 385.005Q468.27814 386.38 468.66876 387.05188Q469.075 387.70813 469.8875 387.70813Q470.6844 387.70813 471.075 387.08313Q471.46564 386.45813 471.48126 385.13L471.48126 383.34875ZM479.40314 382.16125Q479.40314 382.80188 479.0594 383.30188Q478.71564 383.80188 478.15314 384.08313Q478.8094 384.36438 479.2 384.92688Q479.59064 385.47375 479.59064 386.17688Q479.59064 387.27063 478.84064 387.9425Q478.10626 388.59875 476.8875 388.59875Q475.65314 388.59875 474.90314 387.9425Q474.16876 387.27063 474.16876 386.17688Q474.16876 385.47375 474.54376 384.92688Q474.91876 384.36438 475.59064 384.08313Q475.02814 383.80188 474.7 383.30188Q474.3719 382.80188 474.3719 382.16125Q474.3719 381.08313 475.0594 380.45813Q475.7469 379.8175 476.8875 379.8175Q478.0125 379.8175 478.7 380.45813Q479.40314 381.08313 479.40314 382.16125ZM478.5125 386.14563Q478.5125 385.42688 478.0594 384.98938Q477.60626 384.53625 476.8719 384.53625Q476.1375 384.53625 475.6844 384.98938Q475.2469 385.42688 475.2469 386.16125Q475.2469 386.88 475.6844 387.30188Q476.1219 387.70813 476.8875 387.70813Q477.6375 387.70813 478.075 387.28625Q478.5125 386.86438 478.5125 386.14563ZM476.8875 380.70813Q476.2469 380.70813 475.84064 381.11438Q475.45 381.505 475.45 382.1925Q475.45 382.83313 475.84064 383.23938Q476.23126 383.64563 476.8719 383.64563Q477.52814 383.64563 477.91876 383.23938Q478.3094 382.83313 478.3094 382.1925Q478.3094 381.53625 477.90314 381.13Q477.4969 380.70813 476.8875 380.70813ZM483.84064 385.0675Q483.84064 386.38 483.4969 387.58313Q483.15314 388.77063 482.4344 389.78625Q481.73126 390.80188 480.96564 391.22375L480.73126 390.5675Q481.6375 389.88 482.1844 388.42688Q482.73126 386.95813 482.7469 385.1925L482.7469 385.005Q482.7469 383.77063 482.48126 382.70813Q482.23126 381.64563 481.7625 380.8175Q481.3094 379.97375 480.73126 379.505L480.96564 378.84875Q481.73126 379.27063 482.4344 380.27063Q483.1375 381.27063 483.48126 382.48938Q483.84064 383.6925 483.84064 385.0675Z" fill-rule="nonzero"/><path fill="#666666" d="M30.703125 75.92699L29.578125 75.92699L29.578125 67.39574L30.703125 67.39574L30.703125 75.92699ZM39.234375 75.30199Q38.609375 76.05199 37.375 76.05199Q36.359375 76.05199 35.828125 75.45824Q35.296875 74.86449 35.296875 73.70824L35.296875 69.58324L36.375 69.58324L36.375 73.67699Q36.375 75.13011 37.546875 75.13011Q38.796875 75.13011 39.203125 74.19261L39.203125 69.58324L40.296875 69.58324L40.296875 75.92699L39.265625 75.92699L39.234375 75.30199ZM46.015625 74.23949Q46.015625 73.80199 45.671875 73.56761Q45.34375 73.31761 44.515625 73.14574Q43.703125 72.97386 43.21875 72.72386Q42.734375 72.47386 42.5 72.14574Q42.28125 71.80199 42.28125 71.33324Q42.28125 70.55199 42.9375 70.02074Q43.59375 69.47386 44.625 69.47386Q45.703125 69.47386 46.359375 70.03636Q47.03125 70.58324 47.03125 71.44261L45.953125 71.44261Q45.953125 71.00511 45.5625 70.69261Q45.1875 70.36449 44.625 70.36449Q44.03125 70.36449 43.6875 70.63011Q43.359375 70.88011 43.359375 71.28636Q43.359375 71.67699 43.671875 71.88011Q43.984375 72.08324 44.796875 72.27074Q45.609375 72.44261 46.109375 72.69261Q46.609375 72.94261 46.84375 73.30199Q47.09375 73.66136 47.09375 74.16136Q47.09375 75.02074 46.40625 75.53636Q45.734375 76.05199 44.65625 76.05199Q43.890625 76.05199 43.296875 75.78636Q42.71875 75.50511 42.390625 75.02074Q42.0625 74.53636 42.0625 73.97386L43.140625 73.97386Q43.171875 74.52074 43.578125 74.84886Q43.984375 75.16136 44.65625 75.16136Q45.265625 75.16136 45.640625 74.91136Q46.015625 74.66136 46.015625 74.23949ZM50.953125 76.05199Q49.65625 76.05199 48.84375 75.20824Q48.046875 74.34886 48.046875 72.92699L48.046875 72.73949Q48.046875 71.78636 48.40625 71.05199Q48.765625 70.30199 49.40625 69.89574Q50.0625 69.47386 50.8125 69.47386Q52.046875 69.47386 52.734375 70.28636Q53.421875 71.09886 53.421875 72.61449L53.421875 73.06761L49.125 73.06761Q49.15625 74.00511 49.671875 74.58324Q50.203125 75.16136 51.015625 75.16136Q51.578125 75.16136 51.96875 74.92699Q52.375 74.69261 52.6875 74.30199L53.34375 74.81761Q52.546875 76.05199 50.953125 76.05199ZM50.8125 70.36449Q50.15625 70.36449 49.703125 70.84886Q49.265625 71.31761 49.171875 72.17699L52.34375 72.17699L52.34375 72.09886Q52.296875 71.27074 51.890625 70.81761Q51.5 70.36449 50.8125 70.36449ZM58.796875 68.05199L58.796875 69.58324L59.96875 69.58324L59.96875 70.42699L58.796875 70.42699L58.796875 74.34886Q58.796875 74.73949 58.953125 74.92699Q59.109375 75.11449 59.484375 75.11449Q59.671875 75.11449 60.0 75.05199L60.0 75.92699Q59.578125 76.05199 59.171875 76.05199Q58.453125 76.05199 58.078125 75.61449Q57.703125 75.16136 57.703125 74.34886L57.703125 70.42699L56.546875 70.42699L56.546875 69.58324L57.703125 69.58324L57.703125 68.05199L58.796875 68.05199ZM63.953125 76.05199Q62.65625 76.05199 61.84375 75.20824Q61.046875 74.34886 61.046875 72.92699L61.046875 72.73949Q61.046875 71.78636 61.40625 71.05199Q61.765625 70.30199 62.40625 69.89574Q63.0625 69.47386 63.8125 69.47386Q65.046875 69.47386 65.734375 70.28636Q66.421875 71.09886 66.421875 72.61449L66.421875 73.06761L62.125 73.06761Q62.15625 74.00511 62.671875 74.58324Q63.203125 75.16136 64.015625 75.16136Q64.578125 75.16136 64.96875 74.92699Q65.375 74.69261 65.6875 74.30199L66.34375 74.81761Q65.546875 76.05199 63.953125 76.05199ZM63.8125 70.36449Q63.15625 70.36449 62.703125 70.84886Q62.265625 71.31761 62.171875 72.17699L65.34375 72.17699L65.34375 72.09886Q65.296875 71.27074 64.890625 70.81761Q64.5 70.36449 63.8125 70.36449ZM69.453125 71.89574L70.859375 69.58324L72.125 69.58324L70.046875 72.72386L72.1875 75.92699L70.9375 75.92699L69.46875 73.55199L68.0 75.92699L66.734375 75.92699L68.875 72.72386L66.8125 69.58324L68.0625 69.58324L69.453125 71.89574ZM74.796875 68.05199L74.796875 69.58324L75.96875 69.58324L75.96875 70.42699L74.796875 70.42699L74.796875 74.34886Q74.796875 74.73949 74.953125 74.92699Q75.109375 75.11449 75.484375 75.11449Q75.671875 75.11449 76.0 75.05199L76.0 75.92699Q75.578125 76.05199 75.171875 76.05199Q74.453125 76.05199 74.078125 75.61449Q73.703125 75.16136 73.703125 74.34886L73.703125 70.42699L72.546875 70.42699L72.546875 69.58324L73.703125 69.58324L73.703125 68.05199L74.796875 68.05199ZM81.5 75.92699L80.421875 75.92699L80.421875 66.92699L81.5 66.92699L81.5 75.92699ZM83.03125 72.69261Q83.03125 71.77074 83.390625 71.02074Q83.765625 70.27074 84.421875 69.88011Q85.078125 69.47386 85.90625 69.47386Q87.203125 69.47386 88.0 70.36449Q88.8125 71.25511 88.8125 72.75511L88.8125 72.83324Q88.8125 73.75511 88.453125 74.48949Q88.09375 75.22386 87.4375 75.64574Q86.78125 76.05199 85.921875 76.05199Q84.640625 76.05199 83.828125 75.16136Q83.03125 74.25511 83.03125 72.77074L83.03125 72.69261ZM84.125 72.83324Q84.125 73.88011 84.609375 74.52074Q85.109375 75.16136 85.921875 75.16136Q86.75 75.16136 87.234375 74.52074Q87.71875 73.86449 87.71875 72.69261Q87.71875 71.66136 87.21875 71.02074Q86.734375 70.36449 85.90625 70.36449Q85.109375 70.36449 84.609375 71.00511Q84.125 71.63011 84.125 72.83324ZM90.0625 72.70824Q90.0625 71.22386 90.75 70.34886Q91.4375 69.47386 92.5625 69.47386Q93.71875 69.47386 94.375 70.28636L94.421875 69.58324L95.421875 69.58324L95.421875 75.77074Q95.421875 77.00511 94.6875 77.70824Q93.953125 78.42699 92.734375 78.42699Q92.046875 78.42699 91.390625 78.13011Q90.734375 77.83324 90.390625 77.33324L90.953125 76.67699Q91.640625 77.53636 92.65625 77.53636Q93.4375 77.53636 93.875 77.08324Q94.328125 76.64574 94.328125 75.83324L94.328125 75.28636Q93.671875 76.05199 92.546875 76.05199Q91.4375 76.05199 90.75 75.16136Q90.0625 74.25511 90.0625 72.70824ZM91.15625 72.83324Q91.15625 73.89574 91.59375 74.52074Q92.03125 75.13011 92.828125 75.13011Q93.84375 75.13011 94.328125 74.19261L94.328125 71.30199Q93.828125 70.39574 92.828125 70.39574Q92.046875 70.39574 91.59375 71.00511Q91.15625 71.61449 91.15625 72.83324ZM101.015625 74.23949Q101.015625 73.80199 100.671875 73.56761Q100.34375 73.31761 99.515625 73.14574Q98.703125 72.97386 98.21875 72.72386Q97.734375 72.47386 97.5 72.14574Q97.28125 71.80199 97.28125 71.33324Q97.28125 70.55199 97.9375 70.02074Q98.59375 69.47386 99.625 69.47386Q100.703125 69.47386 101.359375 70.03636Q102.03125 70.58324 102.03125 71.44261L100.953125 71.44261Q100.953125 71.00511 100.5625 70.69261Q100.1875 70.36449 99.625 70.36449Q99.03125 70.36449 98.6875 70.63011Q98.359375 70.88011 98.359375 71.28636Q98.359375 71.67699 98.671875 71.88011Q98.984375 72.08324 99.796875 72.27074Q100.609375 72.44261 101.109375 72.69261Q101.609375 72.94261 101.84375 73.30199Q102.09375 73.66136 102.09375 74.16136Q102.09375 75.02074 101.40625 75.53636Q100.734375 76.05199 99.65625 76.05199Q98.890625 76.05199 98.296875 75.78636Q97.71875 75.50511 97.390625 75.02074Q97.0625 74.53636 97.0625 73.97386L98.140625 73.97386Q98.171875 74.52074 98.578125 74.84886Q98.984375 75.16136 99.65625 75.16136Q100.265625 75.16136 100.640625 74.91136Q101.015625 74.66136 101.015625 74.23949ZM106.28125 72.45824Q106.28125 71.14574 106.625 69.92699Q106.984375 68.70824 107.6875 67.70824Q108.390625 66.70824 109.15625 66.30199L109.375 67.02074Q108.515625 67.67699 107.96875 69.02074Q107.421875 70.36449 107.375 72.03636L107.359375 72.53636Q107.359375 74.80199 108.1875 76.45824Q108.6875 77.45824 109.375 78.02074L109.15625 78.67699Q108.375 78.25511 107.65625 77.22386Q106.28125 75.23949 106.28125 72.45824ZM110.859375 75.92699L110.859375 70.42699L109.859375 70.42699L109.859375 69.58324L110.859375 69.58324L110.859375 68.94261Q110.859375 67.91136 111.390625 67.36449Q111.9375 66.80199 112.9375 66.80199Q113.3125 66.80199 113.6875 66.89574L113.625 67.78636Q113.34375 67.72386 113.046875 67.72386Q112.515625 67.72386 112.21875 68.03636Q111.9375 68.34886 111.9375 68.91136L111.9375 69.58324L113.296875 69.58324L113.296875 70.42699L111.9375 70.42699L111.9375 75.92699L110.859375 75.92699ZM115.34375 69.58324L115.375 70.28636Q116.0625 69.47386 117.25 69.47386Q118.578125 69.47386 119.0625 70.48949Q119.375 70.03636 119.875 69.75511Q120.390625 69.47386 121.078125 69.47386Q123.171875 69.47386 123.203125 71.67699L123.203125 75.92699L122.125 75.92699L122.125 71.73949Q122.125 71.06761 121.8125 70.73949Q121.5 70.39574 120.765625 70.39574Q120.15625 70.39574 119.75 70.75511Q119.359375 71.11449 119.296875 71.72386L119.296875 75.92699L118.21875 75.92699L118.21875 71.77074Q118.21875 70.39574 116.859375 70.39574Q115.796875 70.39574 115.40625 71.30199L115.40625 75.92699L114.3125 75.92699L114.3125 69.58324L115.34375 69.58324ZM126.796875 68.05199L126.796875 69.58324L127.96875 69.58324L127.96875 70.42699L126.796875 70.42699L126.796875 74.34886Q126.796875 74.73949 126.953125 74.92699Q127.109375 75.11449 127.484375 75.11449Q127.671875 75.11449 128.0 75.05199L128.0 75.92699Q127.578125 76.05199 127.171875 76.05199Q126.453125 76.05199 126.078125 75.61449Q125.703125 75.16136 125.703125 74.34886L125.703125 70.42699L124.546875 70.42699L124.546875 69.58324L125.703125 69.58324L125.703125 68.05199L126.796875 68.05199ZM129.34375 75.36449Q129.34375 75.08324 129.5 74.89574Q129.67188 74.70824 130.0 74.70824Q130.34375 74.70824 130.51562 74.89574Q130.6875 75.08324 130.6875 75.36449Q130.6875 75.63011 130.51562 75.81761Q130.34375 75.98949 130.0 75.98949Q129.67188 75.98949 129.5 75.81761Q129.34375 75.63011 129.34375 75.36449ZM133.60938 72.58324L133.60938 75.92699L132.48438 75.92699L132.48438 67.39574L135.64062 67.39574Q137.03125 67.39574 137.82812 68.11449Q138.625 68.81761 138.625 70.00511Q138.625 71.23949 137.84375 71.91136Q137.07812 72.58324 135.625 72.58324L133.60938 72.58324ZM133.60938 71.66136L135.64062 71.66136Q136.54688 71.66136 137.01562 71.23949Q137.5 70.81761 137.5 70.02074Q137.5 69.25511 137.01562 68.80199Q136.54688 68.33324 135.70312 68.31761L133.60938 68.31761L133.60938 71.66136ZM143.39062 70.55199Q143.14062 70.52074 142.85938 70.52074Q141.78125 70.52074 141.40625 71.42699L141.40625 75.92699L140.32812 75.92699L140.32812 69.58324L141.375 69.58324L141.39062 70.31761Q141.92188 69.47386 142.90625 69.47386Q143.21875 69.47386 143.39062 69.55199L143.39062 70.55199ZM145.5 75.92699L144.42188 75.92699L144.42188 69.58324L145.5 69.58324L145.5 75.92699ZM144.32812 67.91136Q144.32812 67.64574 144.48438 67.45824Q144.65625 67.27074 144.96875 67.27074Q145.28125 67.27074 145.4375 67.45824Q145.60938 67.64574 145.60938 67.91136Q145.60938 68.16136 145.4375 68.34886Q145.28125 68.52074 144.96875 68.52074Q144.65625 68.52074 144.48438 68.34886Q144.32812 68.16136 144.32812 67.91136ZM148.34375 69.58324L148.375 70.38011Q149.10938 69.47386 150.28125 69.47386Q152.29688 69.47386 152.3125 71.73949L152.3125 75.92699L151.21875 75.92699L151.21875 71.72386Q151.21875 71.05199 150.90625 70.72386Q150.60938 70.39574 149.95312 70.39574Q149.42188 70.39574 149.01562 70.67699Q148.625 70.95824 148.40625 71.41136L148.40625 75.92699L147.32812 75.92699L147.32812 69.58324L148.34375 69.58324ZM155.79688 68.05199L155.79688 69.58324L156.96875 69.58324L156.96875 70.42699L155.79688 70.42699L155.79688 74.34886Q155.79688 74.73949 155.95312 74.92699Q156.10938 75.11449 156.48438 75.11449Q156.67188 75.11449 157.0 75.05199L157.0 75.92699Q156.57812 76.05199 156.17188 76.05199Q155.45312 76.05199 155.07812 75.61449Q154.70312 75.16136 154.70312 74.34886L154.70312 70.42699L153.54688 70.42699L153.54688 69.58324L154.70312 69.58324L154.70312 68.05199L155.79688 68.05199ZM158.28125 72.45824Q158.28125 71.14574 158.625 69.92699Q158.98438 68.70824 159.6875 67.70824Q160.39062 66.70824 161.15625 66.30199L161.375 67.02074Q160.51562 67.67699 159.96875 69.02074Q159.42188 70.36449 159.375 72.03636L159.35938 72.53636Q159.35938 74.80199 160.1875 76.45824Q160.6875 77.45824 161.375 78.02074L161.15625 78.67699Q160.375 78.25511 159.65625 77.22386Q158.28125 75.23949 158.28125 72.45824ZM164.82812 72.52074Q164.82812 73.83324 164.48438 75.03636Q164.14062 76.22386 163.42188 77.23949Q162.71875 78.25511 161.95312 78.67699L161.71875 78.02074Q162.625 77.33324 163.17188 75.88011Q163.71875 74.41136 163.73438 72.64574L163.73438 72.45824Q163.73438 71.22386 163.46875 70.16136Q163.21875 69.09886 162.75 68.27074Q162.29688 67.42699 161.71875 66.95824L161.95312 66.30199Q162.71875 66.72386 163.42188 67.72386Q164.125 68.72386 164.46875 69.94261Q164.82812 71.14574 164.82812 72.52074ZM169.03125 72.69261Q169.03125 71.77074 169.39062 71.02074Q169.76562 70.27074 170.42188 69.88011Q171.07812 69.47386 171.90625 69.47386Q173.20312 69.47386 174.0 70.36449Q174.8125 71.25511 174.8125 72.75511L174.8125 72.83324Q174.8125 73.75511 174.45312 74.48949Q174.09375 75.22386 173.4375 75.64574Q172.78125 76.05199 171.92188 76.05199Q170.64062 76.05199 169.82812 75.16136Q169.03125 74.25511 169.03125 72.77074L169.03125 72.69261ZM170.125 72.83324Q170.125 73.88011 170.60938 74.52074Q171.10938 75.16136 171.92188 75.16136Q172.75 75.16136 173.23438 74.52074Q173.71875 73.86449 173.71875 72.69261Q173.71875 71.66136 173.21875 71.02074Q172.73438 70.36449 171.90625 70.36449Q171.10938 70.36449 170.60938 71.00511Q170.125 71.63011 170.125 72.83324ZM179.39062 70.55199Q179.14062 70.52074 178.85938 70.52074Q177.78125 70.52074 177.40625 71.42699L177.40625 75.92699L176.32812 75.92699L176.32812 69.58324L177.375 69.58324L177.39062 70.31761Q177.92188 69.47386 178.90625 69.47386Q179.21875 69.47386 179.39062 69.55199L179.39062 70.55199ZM187.01562 74.23949Q187.01562 73.80199 186.67188 73.56761Q186.34375 73.31761 185.51562 73.14574Q184.70312 72.97386 184.21875 72.72386Q183.73438 72.47386 183.5 72.14574Q183.28125 71.80199 183.28125 71.33324Q183.28125 70.55199 183.9375 70.02074Q184.59375 69.47386 185.625 69.47386Q186.70312 69.47386 187.35938 70.03636Q188.03125 70.58324 188.03125 71.44261L186.95312 71.44261Q186.95312 71.00511 186.5625 70.69261Q186.1875 70.36449 185.625 70.36449Q185.03125 70.36449 184.6875 70.63011Q184.35938 70.88011 184.35938 71.28636Q184.35938 71.67699 184.67188 71.88011Q184.98438 72.08324 185.79688 72.27074Q186.60938 72.44261 187.10938 72.69261Q187.60938 72.94261 187.84375 73.30199Q188.09375 73.66136 188.09375 74.16136Q188.09375 75.02074 187.40625 75.53636Q186.73438 76.05199 185.65625 76.05199Q184.89062 76.05199 184.29688 75.78636Q183.71875 75.50511 183.39062 75.02074Q183.0625 74.53636 183.0625 73.97386L184.14062 73.97386Q184.17188 74.52074 184.57812 74.84886Q184.98438 75.16136 185.65625 75.16136Q186.26562 75.16136 186.64062 74.91136Q187.01562 74.66136 187.01562 74.23949ZM190.5 75.92699L189.42188 75.92699L189.42188 69.58324L190.5 69.58324L190.5 75.92699ZM189.32812 67.91136Q189.32812 67.64574 189.48438 67.45824Q189.65625 67.27074 189.96875 67.27074Q190.28125 67.27074 190.4375 67.45824Q190.60938 67.64574 190.60938 67.91136Q190.60938 68.16136 190.4375 68.34886Q190.28125 68.52074 189.96875 68.52074Q189.65625 68.52074 189.48438 68.34886Q189.32812 68.16136 189.32812 67.91136ZM193.34375 69.58324L193.375 70.28636Q194.0625 69.47386 195.25 69.47386Q196.57812 69.47386 197.0625 70.48949Q197.375 70.03636 197.875 69.75511Q198.39062 69.47386 199.07812 69.47386Q201.17188 69.47386 201.20312 71.67699L201.20312 75.92699L200.125 75.92699L200.125 71.73949Q200.125 71.06761 199.8125 70.73949Q199.5 70.39574 198.76562 70.39574Q198.15625 70.39574 197.75 70.75511Q197.35938 71.11449 197.29688 71.72386L197.29688 75.92699L196.21875 75.92699L196.21875 71.77074Q196.21875 70.39574 194.85938 70.39574Q193.79688 70.39574 193.40625 71.30199L193.40625 75.92699L192.3125 75.92699L192.3125 69.58324L193.34375 69.58324ZM204.5 75.92699L203.42188 75.92699L203.42188 69.58324L204.5 69.58324L204.5 75.92699ZM203.32812 67.91136Q203.32812 67.64574 203.48438 67.45824Q203.65625 67.27074 203.96875 67.27074Q204.28125 67.27074 204.4375 67.45824Q204.60938 67.64574 204.60938 67.91136Q204.60938 68.16136 204.4375 68.34886Q204.28125 68.52074 203.96875 68.52074Q203.65625 68.52074 203.48438 68.34886Q203.32812 68.16136 203.32812 67.91136ZM207.5 75.92699L206.42188 75.92699L206.42188 66.92699L207.5 66.92699L207.5 75.92699ZM213.23438 75.92699Q213.14062 75.73949 213.07812 75.25511Q212.32812 76.05199 211.28125 76.05199Q210.34375 76.05199 209.73438 75.52074Q209.14062 74.98949 209.14062 74.16136Q209.14062 73.17699 209.89062 72.63011Q210.64062 72.08324 212.01562 72.08324L213.0625 72.08324L213.0625 71.58324Q213.0625 71.02074 212.71875 70.69261Q212.39062 70.34886 211.71875 70.34886Q211.14062 70.34886 210.75 70.64574Q210.35938 70.92699 210.35938 71.34886L209.26562 71.34886Q209.26562 70.86449 209.59375 70.42699Q209.9375 69.98949 210.51562 69.73949Q211.09375 69.47386 211.78125 69.47386Q212.89062 69.47386 213.5 70.02074Q214.125 70.56761 214.15625 71.52074L214.15625 74.44261Q214.15625 75.31761 214.375 75.83324L214.375 75.92699L213.23438 75.92699ZM211.4375 75.09886Q211.95312 75.09886 212.40625 74.83324Q212.85938 74.56761 213.0625 74.14574L213.0625 72.84886L212.21875 72.84886Q210.21875 72.84886 210.21875 74.02074Q210.21875 74.52074 210.5625 74.81761Q210.90625 75.09886 211.4375 75.09886ZM219.39062 70.55199Q219.14062 70.52074 218.85938 70.52074Q217.78125 70.52074 217.40625 71.42699L217.40625 75.92699L216.32812 75.92699L216.32812 69.58324L217.375 69.58324L217.39062 70.31761Q217.92188 69.47386 218.90625 69.47386Q219.21875 69.47386 219.39062 69.55199L219.39062 70.55199ZM222.82812 72.52074Q222.82812 73.83324 222.48438 75.03636Q222.14062 76.22386 221.42188 77.23949Q220.71875 78.25511 219.95312 78.67699L219.71875 78.02074Q220.625 77.33324 221.17188 75.88011Q221.71875 74.41136 221.73438 72.64574L221.73438 72.45824Q221.73438 71.22386 221.46875 70.16136Q221.21875 69.09886 220.75 68.27074Q220.29688 67.42699 219.71875 66.95824L219.95312 66.30199Q220.71875 66.72386 221.42188 67.72386Q222.125 68.72386 222.46875 69.94261Q222.82812 71.14574 222.82812 72.52074ZM228.79688 68.05199L228.79688 69.58324L229.96875 69.58324L229.96875 70.42699L228.79688 70.42699L228.79688 74.34886Q228.79688 74.73949 228.95312 74.92699Q229.10938 75.11449 229.48438 75.11449Q229.67188 75.11449 230.0 75.05199L230.0 75.92699Q229.57812 76.05199 229.17188 76.05199Q228.45312 76.05199 228.07812 75.61449Q227.70312 75.16136 227.70312 74.34886L227.70312 70.42699L226.54688 70.42699L226.54688 69.58324L227.70312 69.58324L227.70312 68.05199L228.79688 68.05199ZM231.03125 72.69261Q231.03125 71.77074 231.39062 71.02074Q231.76562 70.27074 232.42188 69.88011Q233.07812 69.47386 233.90625 69.47386Q235.20312 69.47386 236.0 70.36449Q236.8125 71.25511 236.8125 72.75511L236.8125 72.83324Q236.8125 73.75511 236.45312 74.48949Q236.09375 75.22386 235.4375 75.64574Q234.78125 76.05199 233.92188 76.05199Q232.64062 76.05199 231.82812 75.16136Q231.03125 74.25511 231.03125 72.77074L231.03125 72.69261ZM232.125 72.83324Q232.125 73.88011 232.60938 74.52074Q233.10938 75.16136 233.92188 75.16136Q234.75 75.16136 235.23438 74.52074Q235.71875 73.86449 235.71875 72.69261Q235.71875 71.66136 235.21875 71.02074Q234.73438 70.36449 233.90625 70.36449Q233.10938 70.36449 232.60938 71.00511Q232.125 71.63011 232.125 72.83324Z" fill-rule="nonzero"/><path fill="#666666" d="M157.0625 87.70824Q157.0625 86.23949 157.75 85.36449Q158.4375 84.47386 159.5625 84.47386Q160.67188 84.47386 161.32812 85.22386L161.32812 81.92699L162.40625 81.92699L162.40625 90.92699L161.40625 90.92699L161.35938 90.23949Q160.70312 91.05199 159.54688 91.05199Q158.45312 91.05199 157.75 90.14574Q157.0625 89.23949 157.0625 87.78636L157.0625 87.70824ZM158.14062 87.83324Q158.14062 88.91136 158.57812 89.52074Q159.03125 90.13011 159.8125 90.13011Q160.84375 90.13011 161.32812 89.19261L161.32812 86.28636Q160.84375 85.39574 159.82812 85.39574Q159.03125 85.39574 158.57812 86.00511Q158.14062 86.61449 158.14062 87.83324ZM166.95312 91.05199Q165.65625 91.05199 164.84375 90.20824Q164.04688 89.34886 164.04688 87.92699L164.04688 87.73949Q164.04688 86.78636 164.40625 86.05199Q164.76562 85.30199 165.40625 84.89574Q166.0625 84.47386 166.8125 84.47386Q168.04688 84.47386 168.73438 85.28636Q169.42188 86.09886 169.42188 87.61449L169.42188 88.06761L165.125 88.06761Q165.15625 89.00511 165.67188 89.58324Q166.20312 90.16136 167.01562 90.16136Q167.57812 90.16136 167.96875 89.92699Q168.375 89.69261 168.6875 89.30199L169.34375 89.81761Q168.54688 91.05199 166.95312 91.05199ZM166.8125 85.36449Q166.15625 85.36449 165.70312 85.84886Q165.26562 86.31761 165.17188 87.17699L168.34375 87.17699L168.34375 87.09886Q168.29688 86.27074 167.89062 85.81761Q167.5 85.36449 166.8125 85.36449ZM175.6875 87.83324Q175.6875 89.28636 175.01562 90.17699Q174.35938 91.05199 173.23438 91.05199Q172.03125 91.05199 171.375 90.19261L171.3125 90.92699L170.32812 90.92699L170.32812 81.92699L171.40625 81.92699L171.40625 85.28636Q172.0625 84.47386 173.21875 84.47386Q174.375 84.47386 175.03125 85.34886Q175.6875 86.20824 175.6875 87.73949L175.6875 87.83324ZM174.60938 87.70824Q174.60938 86.59886 174.17188 86.00511Q173.75 85.39574 172.95312 85.39574Q171.875 85.39574 171.40625 86.38011L171.40625 89.13011Q171.90625 90.13011 172.95312 90.13011Q173.73438 90.13011 174.17188 89.52074Q174.60938 88.91136 174.60938 87.70824ZM181.23438 90.30199Q180.60938 91.05199 179.375 91.05199Q178.35938 91.05199 177.82812 90.45824Q177.29688 89.86449 177.29688 88.70824L177.29688 84.58324L178.375 84.58324L178.375 88.67699Q178.375 90.13011 179.54688 90.13011Q180.79688 90.13011 181.20312 89.19261L181.20312 84.58324L182.29688 84.58324L182.29688 90.92699L181.26562 90.92699L181.23438 90.30199ZM184.0625 87.70824Q184.0625 86.22386 184.75 85.34886Q185.4375 84.47386 186.5625 84.47386Q187.71875 84.47386 188.375 85.28636L188.42188 84.58324L189.42188 84.58324L189.42188 90.77074Q189.42188 92.00511 188.6875 92.70824Q187.95312 93.42699 186.73438 93.42699Q186.04688 93.42699 185.39062 93.13011Q184.73438 92.83324 184.39062 92.33324L184.95312 91.67699Q185.64062 92.53636 186.65625 92.53636Q187.4375 92.53636 187.875 92.08324Q188.32812 91.64574 188.32812 90.83324L188.32812 90.28636Q187.67188 91.05199 186.54688 91.05199Q185.4375 91.05199 184.75 90.16136Q184.0625 89.25511 184.0625 87.70824ZM185.15625 87.83324Q185.15625 88.89574 185.59375 89.52074Q186.03125 90.13011 186.82812 90.13011Q187.84375 90.13011 188.32812 89.19261L188.32812 86.30199Q187.82812 85.39574 186.82812 85.39574Q186.04688 85.39574 185.59375 86.00511Q185.15625 86.61449 185.15625 87.83324ZM200.79688 89.80199Q200.35938 90.42699 199.57812 90.73949Q198.79688 91.05199 197.76562 91.05199Q196.73438 91.05199 195.92188 90.56761Q195.10938 90.06761 194.67188 89.16136Q194.23438 88.25511 194.21875 87.06761L194.21875 86.33324Q194.21875 84.39574 195.10938 83.33324Q196.01562 82.27074 197.64062 82.27074Q198.98438 82.27074 199.79688 82.95824Q200.60938 83.64574 200.79688 84.89574L199.67188 84.89574Q199.34375 83.20824 197.65625 83.20824Q196.51562 83.20824 195.9375 84.00511Q195.35938 84.78636 195.34375 86.30199L195.34375 86.98949Q195.34375 88.42699 196.0 89.28636Q196.65625 90.13011 197.78125 90.13011Q198.40625 90.13011 198.875 89.98949Q199.35938 89.84886 199.67188 89.50511L199.67188 87.59886L197.70312 87.59886L197.70312 86.67699L200.79688 86.67699L200.79688 89.80199ZM202.03125 87.69261Q202.03125 86.77074 202.39062 86.02074Q202.76562 85.27074 203.42188 84.88011Q204.07812 84.47386 204.90625 84.47386Q206.20312 84.47386 207.0 85.36449Q207.8125 86.25511 207.8125 87.75511L207.8125 87.83324Q207.8125 88.75511 207.45312 89.48949Q207.09375 90.22386 206.4375 90.64574Q205.78125 91.05199 204.92188 91.05199Q203.64062 91.05199 202.82812 90.16136Q202.03125 89.25511 202.03125 87.77074L202.03125 87.69261ZM203.125 87.83324Q203.125 88.88011 203.60938 89.52074Q204.10938 90.16136 204.92188 90.16136Q205.75 90.16136 206.23438 89.52074Q206.71875 88.86449 206.71875 87.69261Q206.71875 86.66136 206.21875 86.02074Q205.73438 85.36449 204.90625 85.36449Q204.10938 85.36449 203.60938 86.00511Q203.125 86.63011 203.125 87.83324ZM214.85938 90.16136Q215.4375 90.16136 215.875 89.81761Q216.3125 89.45824 216.35938 88.92699L217.39062 88.92699Q217.35938 89.47386 217.0 89.97386Q216.65625 90.45824 216.07812 90.75511Q215.51562 91.05199 214.85938 91.05199Q213.5625 91.05199 212.79688 90.19261Q212.04688 89.31761 212.04688 87.81761L212.04688 87.63011Q212.04688 86.70824 212.375 85.98949Q212.71875 85.27074 213.34375 84.88011Q213.98438 84.47386 214.85938 84.47386Q215.92188 84.47386 216.625 85.11449Q217.34375 85.73949 217.39062 86.77074L216.35938 86.77074Q216.3125 86.14574 215.89062 85.75511Q215.46875 85.36449 214.85938 85.36449Q214.03125 85.36449 213.57812 85.95824Q213.125 86.55199 213.125 87.67699L213.125 87.88011Q213.125 88.97386 213.57812 89.56761Q214.03125 90.16136 214.85938 90.16136ZM218.03125 87.69261Q218.03125 86.77074 218.39062 86.02074Q218.76562 85.27074 219.42188 84.88011Q220.07812 84.47386 220.90625 84.47386Q222.20312 84.47386 223.0 85.36449Q223.8125 86.25511 223.8125 87.75511L223.8125 87.83324Q223.8125 88.75511 223.45312 89.48949Q223.09375 90.22386 222.4375 90.64574Q221.78125 91.05199 220.92188 91.05199Q219.64062 91.05199 218.82812 90.16136Q218.03125 89.25511 218.03125 87.77074L218.03125 87.69261ZM219.125 87.83324Q219.125 88.88011 219.60938 89.52074Q220.10938 90.16136 220.92188 90.16136Q221.75 90.16136 222.23438 89.52074Q222.71875 88.86449 222.71875 87.69261Q222.71875 86.66136 222.21875 86.02074Q221.73438 85.36449 220.90625 85.36449Q220.10938 85.36449 219.60938 86.00511Q219.125 86.63011 219.125 87.83324ZM225.0625 87.70824Q225.0625 86.23949 225.75 85.36449Q226.4375 84.47386 227.5625 84.47386Q228.67188 84.47386 229.32812 85.22386L229.32812 81.92699L230.40625 81.92699L230.40625 90.92699L229.40625 90.92699L229.35938 90.23949Q228.70312 91.05199 227.54688 91.05199Q226.45312 91.05199 225.75 90.14574Q225.0625 89.23949 225.0625 87.78636L225.0625 87.70824ZM226.14062 87.83324Q226.14062 88.91136 226.57812 89.52074Q227.03125 90.13011 227.8125 90.13011Q228.84375 90.13011 229.32812 89.19261L229.32812 86.28636Q228.84375 85.39574 227.82812 85.39574Q227.03125 85.39574 226.57812 86.00511Q226.14062 86.61449 226.14062 87.83324ZM234.95312 91.05199Q233.65625 91.05199 232.84375 90.20824Q232.04688 89.34886 232.04688 87.92699L232.04688 87.73949Q232.04688 86.78636 232.40625 86.05199Q232.76562 85.30199 233.40625 84.89574Q234.0625 84.47386 234.8125 84.47386Q236.04688 84.47386 236.73438 85.28636Q237.42188 86.09886 237.42188 87.61449L237.42188 88.06761L233.125 88.06761Q233.15625 89.00511 233.67188 89.58324Q234.20312 90.16136 235.01562 90.16136Q235.57812 90.16136 235.96875 89.92699Q236.375 89.69261 236.6875 89.30199L237.34375 89.81761Q236.54688 91.05199 234.95312 91.05199ZM234.8125 85.36449Q234.15625 85.36449 233.70312 85.84886Q233.26562 86.31761 233.17188 87.17699L236.34375 87.17699L236.34375 87.09886Q236.29688 86.27074 235.89062 85.81761Q235.5 85.36449 234.8125 85.36449Z" fill-rule="nonzero"/><path fill="#666666" d="M23.703125 106.46597L22.578125 106.46597L22.578125 97.93472L23.703125 97.93472L23.703125 106.46597ZM32.234375 105.84097Q31.609375 106.59097 30.375 106.59097Q29.359375 106.59097 28.828125 105.99722Q28.296875 105.40347 28.296875 104.24722L28.296875 100.12222L29.375 100.12222L29.375 104.21597Q29.375 105.6691 30.546875 105.6691Q31.796875 105.6691 32.203125 104.7316L32.203125 100.12222L33.296875 100.12222L33.296875 106.46597L32.265625 106.46597L32.234375 105.84097ZM39.015625 104.77847Q39.015625 104.34097 38.671875 104.1066Q38.34375 103.8566 37.515625 103.68472Q36.703125 103.51285 36.21875 103.26285Q35.734375 103.01285 35.5 102.68472Q35.28125 102.34097 35.28125 101.87222Q35.28125 101.09097 35.9375 100.55972Q36.59375 100.01285 37.625 100.01285Q38.703125 100.01285 39.359375 100.57535Q40.03125 101.12222 40.03125 101.9816L38.953125 101.9816Q38.953125 101.5441 38.5625 101.2316Q38.1875 100.90347 37.625 100.90347Q37.03125 100.90347 36.6875 101.1691Q36.359375 101.4191 36.359375 101.82535Q36.359375 102.21597 36.671875 102.4191Q36.984375 102.62222 37.796875 102.80972Q38.609375 102.9816 39.109375 103.2316Q39.609375 103.4816 39.84375 103.84097Q40.09375 104.20035 40.09375 104.70035Q40.09375 105.55972 39.40625 106.07535Q38.734375 106.59097 37.65625 106.59097Q36.890625 106.59097 36.296875 106.32535Q35.71875 106.0441 35.390625 105.55972Q35.0625 105.07535 35.0625 104.51285L36.140625 104.51285Q36.171875 105.05972 36.578125 105.38785Q36.984375 105.70035 37.65625 105.70035Q38.265625 105.70035 38.640625 105.45035Q39.015625 105.20035 39.015625 104.77847ZM43.953125 106.59097Q42.65625 106.59097 41.84375 105.74722Q41.046875 104.88785 41.046875 103.46597L41.046875 103.27847Q41.046875 102.32535 41.40625 101.59097Q41.765625 100.84097 42.40625 100.43472Q43.0625 100.01285 43.8125 100.01285Q45.046875 100.01285 45.734375 100.82535Q46.421875 101.63785 46.421875 103.15347L46.421875 103.6066L42.125 103.6066Q42.15625 104.5441 42.671875 105.12222Q43.203125 105.70035 44.015625 105.70035Q44.578125 105.70035 44.96875 105.46597Q45.375 105.2316 45.6875 104.84097L46.34375 105.3566Q45.546875 106.59097 43.953125 106.59097ZM43.8125 100.90347Q43.15625 100.90347 42.703125 101.38785Q42.265625 101.8566 42.171875 102.71597L45.34375 102.71597L45.34375 102.63785Q45.296875 101.80972 44.890625 101.3566Q44.5 100.90347 43.8125 100.90347ZM54.234375 106.46597Q54.140625 106.27847 54.078125 105.7941Q53.328125 106.59097 52.28125 106.59097Q51.34375 106.59097 50.734375 106.05972Q50.140625 105.52847 50.140625 104.70035Q50.140625 103.71597 50.890625 103.1691Q51.640625 102.62222 53.015625 102.62222L54.0625 102.62222L54.0625 102.12222Q54.0625 101.55972 53.71875 101.2316Q53.390625 100.88785 52.71875 100.88785Q52.140625 100.88785 51.75 101.18472Q51.359375 101.46597 51.359375 101.88785L50.265625 101.88785Q50.265625 101.40347 50.59375 100.96597Q50.9375 100.52847 51.515625 100.27847Q52.09375 100.01285 52.78125 100.01285Q53.890625 100.01285 54.5 100.55972Q55.125 101.1066 55.15625 102.05972L55.15625 104.9816Q55.15625 105.8566 55.375 106.37222L55.375 106.46597L54.234375 106.46597ZM52.4375 105.63785Q52.953125 105.63785 53.40625 105.37222Q53.859375 105.1066 54.0625 104.68472L54.0625 103.38785L53.21875 103.38785Q51.21875 103.38785 51.21875 104.55972Q51.21875 105.05972 51.5625 105.3566Q51.90625 105.63785 52.4375 105.63785ZM60.0625 103.24722Q60.0625 101.77847 60.75 100.90347Q61.4375 100.01285 62.5625 100.01285Q63.671875 100.01285 64.328125 100.76285L64.328125 97.46597L65.40625 97.46597L65.40625 106.46597L64.40625 106.46597L64.359375 105.77847Q63.703125 106.59097 62.546875 106.59097Q61.453125 106.59097 60.75 105.68472Q60.0625 104.77847 60.0625 103.32535L60.0625 103.24722ZM61.140625 103.37222Q61.140625 104.45035 61.578125 105.05972Q62.03125 105.6691 62.8125 105.6691Q63.84375 105.6691 64.328125 104.7316L64.328125 101.82535Q63.84375 100.93472 62.828125 100.93472Q62.03125 100.93472 61.578125 101.5441Q61.140625 102.15347 61.140625 103.37222ZM69.953125 106.59097Q68.65625 106.59097 67.84375 105.74722Q67.046875 104.88785 67.046875 103.46597L67.046875 103.27847Q67.046875 102.32535 67.40625 101.59097Q67.765625 100.84097 68.40625 100.43472Q69.0625 100.01285 69.8125 100.01285Q71.046875 100.01285 71.734375 100.82535Q72.421875 101.63785 72.421875 103.15347L72.421875 103.6066L68.125 103.6066Q68.15625 104.5441 68.671875 105.12222Q69.203125 105.70035 70.015625 105.70035Q70.578125 105.70035 70.96875 105.46597Q71.375 105.2316 71.6875 104.84097L72.34375 105.3566Q71.546875 106.59097 69.953125 106.59097ZM69.8125 100.90347Q69.15625 100.90347 68.703125 101.38785Q68.265625 101.8566 68.171875 102.71597L71.34375 102.71597L71.34375 102.63785Q71.296875 101.80972 70.890625 101.3566Q70.5 100.90347 69.8125 100.90347ZM78.6875 103.37222Q78.6875 104.82535 78.015625 105.71597Q77.359375 106.59097 76.234375 106.59097Q75.03125 106.59097 74.375 105.7316L74.3125 106.46597L73.328125 106.46597L73.328125 97.46597L74.40625 97.46597L74.40625 100.82535Q75.0625 100.01285 76.21875 100.01285Q77.375 100.01285 78.03125 100.88785Q78.6875 101.74722 78.6875 103.27847L78.6875 103.37222ZM77.609375 103.24722Q77.609375 102.13785 77.171875 101.5441Q76.75 100.93472 75.953125 100.93472Q74.875 100.93472 74.40625 101.9191L74.40625 104.6691Q74.90625 105.6691 75.953125 105.6691Q76.734375 105.6691 77.171875 105.05972Q77.609375 104.45035 77.609375 103.24722ZM84.234375 105.84097Q83.609375 106.59097 82.375 106.59097Q81.359375 106.59097 80.828125 105.99722Q80.296875 105.40347 80.296875 104.24722L80.296875 100.12222L81.375 100.12222L81.375 104.21597Q81.375 105.6691 82.546875 105.6691Q83.796875 105.6691 84.203125 104.7316L84.203125 100.12222L85.296875 100.12222L85.296875 106.46597L84.265625 106.46597L84.234375 105.84097ZM87.0625 103.24722Q87.0625 101.76285 87.75 100.88785Q88.4375 100.01285 89.5625 100.01285Q90.71875 100.01285 91.375 100.82535L91.421875 100.12222L92.421875 100.12222L92.421875 106.30972Q92.421875 107.5441 91.6875 108.24722Q90.953125 108.96597 89.734375 108.96597Q89.046875 108.96597 88.390625 108.6691Q87.734375 108.37222 87.390625 107.87222L87.953125 107.21597Q88.640625 108.07535 89.65625 108.07535Q90.4375 108.07535 90.875 107.62222Q91.328125 107.18472 91.328125 106.37222L91.328125 105.82535Q90.671875 106.59097 89.546875 106.59097Q88.4375 106.59097 87.75 105.70035Q87.0625 104.7941 87.0625 103.24722ZM88.15625 103.37222Q88.15625 104.43472 88.59375 105.05972Q89.03125 105.6691 89.828125 105.6691Q90.84375 105.6691 91.328125 104.7316L91.328125 101.84097Q90.828125 100.93472 89.828125 100.93472Q89.046875 100.93472 88.59375 101.5441Q88.15625 102.15347 88.15625 103.37222ZM94.0625 103.24722Q94.0625 101.76285 94.75 100.88785Q95.4375 100.01285 96.5625 100.01285Q97.71875 100.01285 98.375 100.82535L98.421875 100.12222L99.421875 100.12222L99.421875 106.30972Q99.421875 107.5441 98.6875 108.24722Q97.953125 108.96597 96.734375 108.96597Q96.046875 108.96597 95.390625 108.6691Q94.734375 108.37222 94.390625 107.87222L94.953125 107.21597Q95.640625 108.07535 96.65625 108.07535Q97.4375 108.07535 97.875 107.62222Q98.328125 107.18472 98.328125 106.37222L98.328125 105.82535Q97.671875 106.59097 96.546875 106.59097Q95.4375 106.59097 94.75 105.70035Q94.0625 104.7941 94.0625 103.24722ZM95.15625 103.37222Q95.15625 104.43472 95.59375 105.05972Q96.03125 105.6691 96.828125 105.6691Q97.84375 105.6691 98.328125 104.7316L98.328125 101.84097Q97.828125 100.93472 96.828125 100.93472Q96.046875 100.93472 95.59375 101.5441Q95.15625 102.15347 95.15625 103.37222ZM103.953125 106.59097Q102.65625 106.59097 101.84375 105.74722Q101.046875 104.88785 101.046875 103.46597L101.046875 103.27847Q101.046875 102.32535 101.40625 101.59097Q101.765625 100.84097 102.40625 100.43472Q103.0625 100.01285 103.8125 100.01285Q105.046875 100.01285 105.734375 100.82535Q106.421875 101.63785 106.421875 103.15347L106.421875 103.6066L102.125 103.6066Q102.15625 104.5441 102.671875 105.12222Q103.203125 105.70035 104.015625 105.70035Q104.578125 105.70035 104.96875 105.46597Q105.375 105.2316 105.6875 104.84097L106.34375 105.3566Q105.546875 106.59097 103.953125 106.59097ZM103.8125 100.90347Q103.15625 100.90347 102.703125 101.38785Q102.265625 101.8566 102.171875 102.71597L105.34375 102.71597L105.34375 102.63785Q105.296875 101.80972 104.890625 101.3566Q104.5 100.90347 103.8125 100.90347ZM110.390625 101.09097Q110.140625 101.05972 109.859375 101.05972Q108.78125 101.05972 108.40625 101.96597L108.40625 106.46597L107.328125 106.46597L107.328125 100.12222L108.375 100.12222L108.390625 100.8566Q108.921875 100.01285 109.90625 100.01285Q110.21875 100.01285 110.390625 100.09097L110.390625 101.09097ZM114.28125 102.99722Q114.28125 101.68472 114.625 100.46597Q114.984375 99.24722 115.6875 98.24722Q116.390625 97.24722 117.15625 96.84097L117.375 97.55972Q116.515625 98.21597 115.96875 99.55972Q115.421875 100.90347 115.375 102.57535L115.359375 103.07535Q115.359375 105.34097 116.1875 106.99722Q116.6875 107.99722 117.375 108.55972L117.15625 109.21597Q116.375 108.7941 115.65625 107.76285Q114.28125 105.77847 114.28125 102.99722ZM120.953125 106.59097Q119.65625 106.59097 118.84375 105.74722Q118.046875 104.88785 118.046875 103.46597L118.046875 103.27847Q118.046875 102.32535 118.40625 101.59097Q118.765625 100.84097 119.40625 100.43472Q120.0625 100.01285 120.8125 100.01285Q122.046875 100.01285 122.734375 100.82535Q123.421875 101.63785 123.421875 103.15347L123.421875 103.6066L119.125 103.6066Q119.15625 104.5441 119.671875 105.12222Q120.203125 105.70035 121.015625 105.70035Q121.578125 105.70035 121.96875 105.46597Q122.375 105.2316 122.6875 104.84097L123.34375 105.3566Q122.546875 106.59097 120.953125 106.59097ZM120.8125 100.90347Q120.15625 100.90347 119.703125 101.38785Q119.265625 101.8566 119.171875 102.71597L122.34375 102.71597L122.34375 102.63785Q122.296875 101.80972 121.890625 101.3566Q121.5 100.90347 120.8125 100.90347ZM124.34375 105.90347Q124.34375 105.62222 124.5 105.43472Q124.671875 105.24722 125.0 105.24722Q125.34375 105.24722 125.515625 105.43472Q125.6875 105.62222 125.6875 105.90347Q125.6875 106.1691 125.515625 106.3566Q125.34375 106.52847 125.0 106.52847Q124.671875 106.52847 124.5 106.3566Q124.34375 106.1691 124.34375 105.90347ZM127.0625 103.24722Q127.0625 101.76285 127.75 100.88785Q128.4375 100.01285 129.5625 100.01285Q130.71875 100.01285 131.375 100.82535L131.42188 100.12222L132.42188 100.12222L132.42188 106.30972Q132.42188 107.5441 131.6875 108.24722Q130.95312 108.96597 129.73438 108.96597Q129.04688 108.96597 128.39062 108.6691Q127.734375 108.37222 127.390625 107.87222L127.953125 107.21597Q128.64062 108.07535 129.65625 108.07535Q130.4375 108.07535 130.875 107.62222Q131.32812 107.18472 131.32812 106.37222L131.32812 105.82535Q130.67188 106.59097 129.54688 106.59097Q128.4375 106.59097 127.75 105.70035Q127.0625 104.7941 127.0625 103.24722ZM128.15625 103.37222Q128.15625 104.43472 128.59375 105.05972Q129.03125 105.6691 129.82812 105.6691Q130.84375 105.6691 131.32812 104.7316L131.32812 101.84097Q130.82812 100.93472 129.82812 100.93472Q129.04688 100.93472 128.59375 101.5441Q128.15625 102.15347 128.15625 103.37222ZM134.34375 105.90347Q134.34375 105.62222 134.5 105.43472Q134.67188 105.24722 135.0 105.24722Q135.34375 105.24722 135.51562 105.43472Q135.6875 105.62222 135.6875 105.90347Q135.6875 106.1691 135.51562 106.3566Q135.34375 106.52847 135.0 106.52847Q134.67188 106.52847 134.5 106.3566Q134.34375 106.1691 134.34375 105.90347ZM137.28125 108.1691L136.67188 107.74722Q137.21875 106.9816 137.25 106.15347L137.25 105.18472L138.3125 105.18472L138.3125 106.02847Q138.3125 106.62222 138.01562 107.21597Q137.71875 107.80972 137.28125 108.1691ZM142.48438 106.46597L142.48438 97.93472L144.90625 97.93472Q146.01562 97.93472 146.85938 98.43472Q147.71875 98.9191 148.1875 99.82535Q148.65625 100.7316 148.65625 101.9191L148.65625 102.45035Q148.65625 103.6691 148.1875 104.57535Q147.73438 105.4816 146.85938 105.96597Q146.0 106.45035 144.85938 106.46597L142.48438 106.46597ZM143.60938 98.8566L143.60938 105.5441L144.79688 105.5441Q146.09375 105.5441 146.8125 104.74722Q147.54688 103.93472 147.54688 102.43472L147.54688 101.93472Q147.54688 100.4816 146.85938 99.68472Q146.1875 98.87222 144.92188 98.8566L143.60938 98.8566ZM152.95312 106.59097Q151.65625 106.59097 150.84375 105.74722Q150.04688 104.88785 150.04688 103.46597L150.04688 103.27847Q150.04688 102.32535 150.40625 101.59097Q150.76562 100.84097 151.40625 100.43472Q152.0625 100.01285 152.8125 100.01285Q154.04688 100.01285 154.73438 100.82535Q155.42188 101.63785 155.42188 103.15347L155.42188 103.6066L151.125 103.6066Q151.15625 104.5441 151.67188 105.12222Q152.20312 105.70035 153.01562 105.70035Q153.57812 105.70035 153.96875 105.46597Q154.375 105.2316 154.6875 104.84097L155.34375 105.3566Q154.54688 106.59097 152.95312 106.59097ZM152.8125 100.90347Q152.15625 100.90347 151.70312 101.38785Q151.26562 101.8566 151.17188 102.71597L154.34375 102.71597L154.34375 102.63785Q154.29688 101.80972 153.89062 101.3566Q153.5 100.90347 152.8125 100.90347ZM157.5 106.46597L156.42188 106.46597L156.42188 97.46597L157.5 97.46597L157.5 106.46597ZM161.40625 104.99722L162.98438 100.12222L164.09375 100.12222L161.8125 106.46597L160.98438 106.46597L158.6875 100.12222L159.79688 100.12222L161.40625 104.99722ZM167.95312 106.59097Q166.65625 106.59097 165.84375 105.74722Q165.04688 104.88785 165.04688 103.46597L165.04688 103.27847Q165.04688 102.32535 165.40625 101.59097Q165.76562 100.84097 166.40625 100.43472Q167.0625 100.01285 167.8125 100.01285Q169.04688 100.01285 169.73438 100.82535Q170.42188 101.63785 170.42188 103.15347L170.42188 103.6066L166.125 103.6066Q166.15625 104.5441 166.67188 105.12222Q167.20312 105.70035 168.01562 105.70035Q168.57812 105.70035 168.96875 105.46597Q169.375 105.2316 169.6875 104.84097L170.34375 105.3566Q169.54688 106.59097 167.95312 106.59097ZM167.8125 100.90347Q167.15625 100.90347 166.70312 101.38785Q166.26562 101.8566 166.17188 102.71597L169.34375 102.71597L169.34375 102.63785Q169.29688 101.80972 168.89062 101.3566Q168.5 100.90347 167.8125 100.90347ZM171.28125 108.1691L170.67188 107.74722Q171.21875 106.9816 171.25 106.15347L171.25 105.18472L172.3125 105.18472L172.3125 106.02847Q172.3125 106.62222 172.01562 107.21597Q171.71875 107.80972 171.28125 108.1691ZM182.79688 105.34097Q182.35938 105.96597 181.57812 106.27847Q180.79688 106.59097 179.76562 106.59097Q178.73438 106.59097 177.92188 106.1066Q177.10938 105.6066 176.67188 104.70035Q176.23438 103.7941 176.21875 102.6066L176.21875 101.87222Q176.21875 99.93472 177.10938 98.87222Q178.01562 97.80972 179.64062 97.80972Q180.98438 97.80972 181.79688 98.49722Q182.60938 99.18472 182.79688 100.43472L181.67188 100.43472Q181.34375 98.74722 179.65625 98.74722Q178.51562 98.74722 177.9375 99.5441Q177.35938 100.32535 177.34375 101.84097L177.34375 102.52847Q177.34375 103.96597 178.0 104.82535Q178.65625 105.6691 179.78125 105.6691Q180.40625 105.6691 180.875 105.52847Q181.35938 105.38785 181.67188 105.0441L181.67188 103.13785L179.70312 103.13785L179.70312 102.21597L182.79688 102.21597L182.79688 105.34097ZM184.48438 106.46597L184.48438 97.93472L186.90625 97.93472Q188.01562 97.93472 188.85938 98.43472Q189.71875 98.9191 190.1875 99.82535Q190.65625 100.7316 190.65625 101.9191L190.65625 102.45035Q190.65625 103.6691 190.1875 104.57535Q189.73438 105.4816 188.85938 105.96597Q188.0 106.45035 186.85938 106.46597L184.48438 106.46597ZM185.60938 98.8566L185.60938 105.5441L186.79688 105.5441Q188.09375 105.5441 188.8125 104.74722Q189.54688 103.93472 189.54688 102.43472L189.54688 101.93472Q189.54688 100.4816 188.85938 99.68472Q188.1875 98.87222 186.92188 98.8566L185.60938 98.8566ZM192.48438 106.46597L192.48438 97.93472L195.28125 97.93472Q196.67188 97.93472 197.35938 98.51285Q198.0625 99.07535 198.0625 100.20035Q198.0625 100.80972 197.71875 101.27847Q197.39062 101.7316 196.79688 101.9816Q197.5 102.1691 197.89062 102.71597Q198.29688 103.24722 198.29688 103.99722Q198.29688 105.15347 197.54688 105.80972Q196.8125 106.46597 195.45312 106.46597L192.48438 106.46597ZM193.60938 102.4816L193.60938 105.5441L195.46875 105.5441Q196.26562 105.5441 196.71875 105.13785Q197.17188 104.7316 197.17188 104.01285Q197.17188 102.4816 195.48438 102.4816L193.60938 102.4816ZM193.60938 101.57535L195.3125 101.57535Q196.04688 101.57535 196.48438 101.21597Q196.9375 100.84097 196.9375 100.20035Q196.9375 99.49722 196.53125 99.18472Q196.125 98.8566 195.28125 98.8566L193.60938 98.8566L193.60938 101.57535ZM201.82812 103.05972Q201.82812 104.37222 201.48438 105.57535Q201.14062 106.76285 200.42188 107.77847Q199.71875 108.7941 198.95312 109.21597L198.71875 108.55972Q199.625 107.87222 200.17188 106.4191Q200.71875 104.95035 200.73438 103.18472L200.73438 102.99722Q200.73438 101.76285 200.46875 100.70035Q200.21875 99.63785 199.75 98.80972Q199.29688 97.96597 198.71875 97.49722L198.95312 96.84097Q199.71875 97.26285 200.42188 98.26285Q201.125 99.26285 201.46875 100.4816Q201.82812 101.68472 201.82812 103.05972ZM206.03125 103.2316Q206.03125 102.30972 206.39062 101.55972Q206.76562 100.80972 207.42188 100.4191Q208.07812 100.01285 208.90625 100.01285Q210.20312 100.01285 211.0 100.90347Q211.8125 101.7941 211.8125 103.2941L211.8125 103.37222Q211.8125 104.2941 211.45312 105.02847Q211.09375 105.76285 210.4375 106.18472Q209.78125 106.59097 208.92188 106.59097Q207.64062 106.59097 206.82812 105.70035Q206.03125 104.7941 206.03125 103.30972L206.03125 103.2316ZM207.125 103.37222Q207.125 104.4191 207.60938 105.05972Q208.10938 105.70035 208.92188 105.70035Q209.75 105.70035 210.23438 105.05972Q210.71875 104.40347 210.71875 103.2316Q210.71875 102.20035 210.21875 101.55972Q209.73438 100.90347 208.90625 100.90347Q208.10938 100.90347 207.60938 101.5441Q207.125 102.1691 207.125 103.37222ZM214.34375 100.12222L214.375 100.9191Q215.10938 100.01285 216.28125 100.01285Q218.29688 100.01285 218.3125 102.27847L218.3125 106.46597L217.21875 106.46597L217.21875 102.26285Q217.21875 101.59097 216.90625 101.26285Q216.60938 100.93472 215.95312 100.93472Q215.42188 100.93472 215.01562 101.21597Q214.625 101.49722 214.40625 101.95035L214.40625 106.46597L213.32812 106.46597L213.32812 100.12222L214.34375 100.12222ZM229.79688 105.34097Q229.35938 105.96597 228.57812 106.27847Q227.79688 106.59097 226.76562 106.59097Q225.73438 106.59097 224.92188 106.1066Q224.10938 105.6066 223.67188 104.70035Q223.23438 103.7941 223.21875 102.6066L223.21875 101.87222Q223.21875 99.93472 224.10938 98.87222Q225.01562 97.80972 226.64062 97.80972Q227.98438 97.80972 228.79688 98.49722Q229.60938 99.18472 229.79688 100.43472L228.67188 100.43472Q228.34375 98.74722 226.65625 98.74722Q225.51562 98.74722 224.9375 99.5441Q224.35938 100.32535 224.34375 101.84097L224.34375 102.52847Q224.34375 103.96597 225.0 104.82535Q225.65625 105.6691 226.78125 105.6691Q227.40625 105.6691 227.875 105.52847Q228.35938 105.38785 228.67188 105.0441L228.67188 103.13785L226.70312 103.13785L226.70312 102.21597L229.79688 102.21597L229.79688 105.34097ZM231.03125 103.2316Q231.03125 102.30972 231.39062 101.55972Q231.76562 100.80972 232.42188 100.4191Q233.07812 100.01285 233.90625 100.01285Q235.20312 100.01285 236.0 100.90347Q236.8125 101.7941 236.8125 103.2941L236.8125 103.37222Q236.8125 104.2941 236.45312 105.02847Q236.09375 105.76285 235.4375 106.18472Q234.78125 106.59097 233.92188 106.59097Q232.64062 106.59097 231.82812 105.70035Q231.03125 104.7941 231.03125 103.30972L231.03125 103.2316ZM232.125 103.37222Q232.125 104.4191 232.60938 105.05972Q233.10938 105.70035 233.92188 105.70035Q234.75 105.70035 235.23438 105.05972Q235.71875 104.40347 235.71875 103.2316Q235.71875 102.20035 235.21875 101.55972Q234.73438 100.90347 233.90625 100.90347Q233.10938 100.90347 232.60938 101.5441Q232.125 102.1691 232.125 103.37222Z" fill-rule="nonzero"/><path fill="#666666" d="M53.859375 120.70035Q54.4375 120.70035 54.875 120.3566Q55.3125 119.99722 55.359375 119.46597L56.390625 119.46597Q56.359375 120.01285 56.0 120.51285Q55.65625 120.99722 55.078125 121.2941Q54.515625 121.59097 53.859375 121.59097Q52.5625 121.59097 51.796875 120.7316Q51.046875 119.8566 51.046875 118.3566L51.046875 118.1691Q51.046875 117.24722 51.375 116.52847Q51.71875 115.80972 52.34375 115.4191Q52.984375 115.01285 53.859375 115.01285Q54.921875 115.01285 55.625 115.65347Q56.34375 116.27847 56.390625 117.30972L55.359375 117.30972Q55.3125 116.68472 54.890625 116.2941Q54.46875 115.90347 53.859375 115.90347Q53.03125 115.90347 52.578125 116.49722Q52.125 117.09097 52.125 118.21597L52.125 118.4191Q52.125 119.51285 52.578125 120.1066Q53.03125 120.70035 53.859375 120.70035ZM57.03125 118.2316Q57.03125 117.30972 57.390625 116.55972Q57.765625 115.80972 58.421875 115.4191Q59.078125 115.01285 59.90625 115.01285Q61.203125 115.01285 62.0 115.90347Q62.8125 116.7941 62.8125 118.2941L62.8125 118.37222Q62.8125 119.2941 62.453125 120.02847Q62.09375 120.76285 61.4375 121.18472Q60.78125 121.59097 59.921875 121.59097Q58.640625 121.59097 57.828125 120.70035Q57.03125 119.7941 57.03125 118.30972L57.03125 118.2316ZM58.125 118.37222Q58.125 119.4191 58.609375 120.05972Q59.109375 120.70035 59.921875 120.70035Q60.75 120.70035 61.234375 120.05972Q61.71875 119.40347 61.71875 118.2316Q61.71875 117.20035 61.21875 116.55972Q60.734375 115.90347 59.90625 115.90347Q59.109375 115.90347 58.609375 116.5441Q58.125 117.1691 58.125 118.37222ZM64.0625 118.24722Q64.0625 116.77847 64.75 115.90347Q65.4375 115.01285 66.5625 115.01285Q67.671875 115.01285 68.328125 115.76285L68.328125 112.46597L69.40625 112.46597L69.40625 121.46597L68.40625 121.46597L68.359375 120.77847Q67.703125 121.59097 66.546875 121.59097Q65.453125 121.59097 64.75 120.68472Q64.0625 119.77847 64.0625 118.32535L64.0625 118.24722ZM65.140625 118.37222Q65.140625 119.45035 65.578125 120.05972Q66.03125 120.6691 66.8125 120.6691Q67.84375 120.6691 68.328125 119.7316L68.328125 116.82535Q67.84375 115.93472 66.828125 115.93472Q66.03125 115.93472 65.578125 116.5441Q65.140625 117.15347 65.140625 118.37222ZM73.953125 121.59097Q72.65625 121.59097 71.84375 120.74722Q71.046875 119.88785 71.046875 118.46597L71.046875 118.27847Q71.046875 117.32535 71.40625 116.59097Q71.765625 115.84097 72.40625 115.43472Q73.0625 115.01285 73.8125 115.01285Q75.046875 115.01285 75.734375 115.82535Q76.421875 116.63785 76.421875 118.15347L76.421875 118.6066L72.125 118.6066Q72.15625 119.5441 72.671875 120.12222Q73.203125 120.70035 74.015625 120.70035Q74.578125 120.70035 74.96875 120.46597Q75.375 120.2316 75.6875 119.84097L76.34375 120.3566Q75.546875 121.59097 73.953125 121.59097ZM73.8125 115.90347Q73.15625 115.90347 72.703125 116.38785Q72.265625 116.8566 72.171875 117.71597L75.34375 117.71597L75.34375 117.63785Q75.296875 116.80972 74.890625 116.3566Q74.5 115.90347 73.8125 115.90347ZM83.390625 116.09097Q83.140625 116.05972 82.859375 116.05972Q81.78125 116.05972 81.40625 116.96597L81.40625 121.46597L80.328125 121.46597L80.328125 115.12222L81.375 115.12222L81.390625 115.8566Q81.921875 115.01285 82.90625 115.01285Q83.21875 115.01285 83.390625 115.09097L83.390625 116.09097ZM88.234375 120.84097Q87.609375 121.59097 86.375 121.59097Q85.359375 121.59097 84.828125 120.99722Q84.296875 120.40347 84.296875 119.24722L84.296875 115.12222L85.375 115.12222L85.375 119.21597Q85.375 120.6691 86.546875 120.6691Q87.796875 120.6691 88.203125 119.7316L88.203125 115.12222L89.296875 115.12222L89.296875 121.46597L88.265625 121.46597L88.234375 120.84097ZM92.34375 115.12222L92.375 115.9191Q93.109375 115.01285 94.28125 115.01285Q96.296875 115.01285 96.3125 117.27847L96.3125 121.46597L95.21875 121.46597L95.21875 117.26285Q95.21875 116.59097 94.90625 116.26285Q94.609375 115.93472 93.953125 115.93472Q93.421875 115.93472 93.015625 116.21597Q92.625 116.49722 92.40625 116.95035L92.40625 121.46597L91.328125 121.46597L91.328125 115.12222L92.34375 115.12222ZM99.34375 115.12222L99.375 115.9191Q100.109375 115.01285 101.28125 115.01285Q103.296875 115.01285 103.3125 117.27847L103.3125 121.46597L102.21875 121.46597L102.21875 117.26285Q102.21875 116.59097 101.90625 116.26285Q101.609375 115.93472 100.953125 115.93472Q100.421875 115.93472 100.015625 116.21597Q99.625 116.49722 99.40625 116.95035L99.40625 121.46597L98.328125 121.46597L98.328125 115.12222L99.34375 115.12222ZM106.5 121.46597L105.421875 121.46597L105.421875 115.12222L106.5 115.12222L106.5 121.46597ZM105.328125 113.45035Q105.328125 113.18472 105.484375 112.99722Q105.65625 112.80972 105.96875 112.80972Q106.28125 112.80972 106.4375 112.99722Q106.609375 113.18472 106.609375 113.45035Q106.609375 113.70035 106.4375 113.88785Q106.28125 114.05972 105.96875 114.05972Q105.65625 114.05972 105.484375 113.88785Q105.328125 113.70035 105.328125 113.45035ZM109.34375 115.12222L109.375 115.9191Q110.109375 115.01285 111.28125 115.01285Q113.296875 115.01285 113.3125 117.27847L113.3125 121.46597L112.21875 121.46597L112.21875 117.26285Q112.21875 116.59097 111.90625 116.26285Q111.609375 115.93472 110.953125 115.93472Q110.421875 115.93472 110.015625 116.21597Q109.625 116.49722 109.40625 116.95035L109.40625 121.46597L108.328125 121.46597L108.328125 115.12222L109.34375 115.12222ZM115.0625 118.24722Q115.0625 116.76285 115.75 115.88785Q116.4375 115.01285 117.5625 115.01285Q118.71875 115.01285 119.375 115.82535L119.421875 115.12222L120.421875 115.12222L120.421875 121.30972Q120.421875 122.5441 119.6875 123.24722Q118.953125 123.96597 117.734375 123.96597Q117.046875 123.96597 116.390625 123.6691Q115.734375 123.37222 115.390625 122.87222L115.953125 122.21597Q116.640625 123.07535 117.65625 123.07535Q118.4375 123.07535 118.875 122.62222Q119.328125 122.18472 119.328125 121.37222L119.328125 120.82535Q118.671875 121.59097 117.546875 121.59097Q116.4375 121.59097 115.75 120.70035Q115.0625 119.7941 115.0625 118.24722ZM116.15625 118.37222Q116.15625 119.43472 116.59375 120.05972Q117.03125 120.6691 117.828125 120.6691Q118.84375 120.6691 119.328125 119.7316L119.328125 116.84097Q118.828125 115.93472 117.828125 115.93472Q117.046875 115.93472 116.59375 116.5441Q116.15625 117.15347 116.15625 118.37222ZM125.03125 118.2316Q125.03125 117.30972 125.390625 116.55972Q125.765625 115.80972 126.421875 115.4191Q127.078125 115.01285 127.90625 115.01285Q129.20312 115.01285 130.0 115.90347Q130.8125 116.7941 130.8125 118.2941L130.8125 118.37222Q130.8125 119.2941 130.45312 120.02847Q130.09375 120.76285 129.4375 121.18472Q128.78125 121.59097 127.921875 121.59097Q126.640625 121.59097 125.828125 120.70035Q125.03125 119.7941 125.03125 118.30972L125.03125 118.2316ZM126.125 118.37222Q126.125 119.4191 126.609375 120.05972Q127.109375 120.70035 127.921875 120.70035Q128.75 120.70035 129.23438 120.05972Q129.71875 119.40347 129.71875 118.2316Q129.71875 117.20035 129.21875 116.55972Q128.73438 115.90347 127.90625 115.90347Q127.109375 115.90347 126.609375 116.5441Q126.125 117.1691 126.125 118.37222ZM133.34375 115.12222L133.375 115.9191Q134.10938 115.01285 135.28125 115.01285Q137.29688 115.01285 137.3125 117.27847L137.3125 121.46597L136.21875 121.46597L136.21875 117.26285Q136.21875 116.59097 135.90625 116.26285Q135.60938 115.93472 134.95312 115.93472Q134.42188 115.93472 134.01562 116.21597Q133.625 116.49722 133.40625 116.95035L133.40625 121.46597L132.32812 121.46597L132.32812 115.12222L133.34375 115.12222ZM143.34375 115.12222L143.375 115.82535Q144.0625 115.01285 145.25 115.01285Q146.57812 115.01285 147.0625 116.02847Q147.375 115.57535 147.875 115.2941Q148.39062 115.01285 149.07812 115.01285Q151.17188 115.01285 151.20312 117.21597L151.20312 121.46597L150.125 121.46597L150.125 117.27847Q150.125 116.6066 149.8125 116.27847Q149.5 115.93472 148.76562 115.93472Q148.15625 115.93472 147.75 116.2941Q147.35938 116.65347 147.29688 117.26285L147.29688 121.46597L146.21875 121.46597L146.21875 117.30972Q146.21875 115.93472 144.85938 115.93472Q143.79688 115.93472 143.40625 116.84097L143.40625 121.46597L142.3125 121.46597L142.3125 115.12222L143.34375 115.12222ZM155.39062 119.87222L156.875 115.12222L158.03125 115.12222L155.48438 122.45035Q154.89062 124.02847 153.60938 124.02847L153.39062 124.01285L153.0 123.93472L153.0 123.05972L153.28125 123.07535Q153.84375 123.07535 154.14062 122.8566Q154.45312 122.63785 154.65625 122.0441L154.89062 121.38785L152.625 115.12222L153.8125 115.12222L155.39062 119.87222ZM163.5 121.46597L162.42188 121.46597L162.42188 112.46597L163.5 112.46597L163.5 121.46597ZM165.03125 118.2316Q165.03125 117.30972 165.39062 116.55972Q165.76562 115.80972 166.42188 115.4191Q167.07812 115.01285 167.90625 115.01285Q169.20312 115.01285 170.0 115.90347Q170.8125 116.7941 170.8125 118.2941L170.8125 118.37222Q170.8125 119.2941 170.45312 120.02847Q170.09375 120.76285 169.4375 121.18472Q168.78125 121.59097 167.92188 121.59097Q166.64062 121.59097 165.82812 120.70035Q165.03125 119.7941 165.03125 118.30972L165.03125 118.2316ZM166.125 118.37222Q166.125 119.4191 166.60938 120.05972Q167.10938 120.70035 167.92188 120.70035Q168.75 120.70035 169.23438 120.05972Q169.71875 119.40347 169.71875 118.2316Q169.71875 117.20035 169.21875 116.55972Q168.73438 115.90347 167.90625 115.90347Q167.10938 115.90347 166.60938 116.5441Q166.125 117.1691 166.125 118.37222ZM174.85938 120.70035Q175.4375 120.70035 175.875 120.3566Q176.3125 119.99722 176.35938 119.46597L177.39062 119.46597Q177.35938 120.01285 177.0 120.51285Q176.65625 120.99722 176.07812 121.2941Q175.51562 121.59097 174.85938 121.59097Q173.5625 121.59097 172.79688 120.7316Q172.04688 119.8566 172.04688 118.3566L172.04688 118.1691Q172.04688 117.24722 172.375 116.52847Q172.71875 115.80972 173.34375 115.4191Q173.98438 115.01285 174.85938 115.01285Q175.92188 115.01285 176.625 115.65347Q177.34375 116.27847 177.39062 117.30972L176.35938 117.30972Q176.3125 116.68472 175.89062 116.2941Q175.46875 115.90347 174.85938 115.90347Q174.03125 115.90347 173.57812 116.49722Q173.125 117.09097 173.125 118.21597L173.125 118.4191Q173.125 119.51285 173.57812 120.1066Q174.03125 120.70035 174.85938 120.70035ZM182.23438 121.46597Q182.14062 121.27847 182.07812 120.7941Q181.32812 121.59097 180.28125 121.59097Q179.34375 121.59097 178.73438 121.05972Q178.14062 120.52847 178.14062 119.70035Q178.14062 118.71597 178.89062 118.1691Q179.64062 117.62222 181.01562 117.62222L182.0625 117.62222L182.0625 117.12222Q182.0625 116.55972 181.71875 116.2316Q181.39062 115.88785 180.71875 115.88785Q180.14062 115.88785 179.75 116.18472Q179.35938 116.46597 179.35938 116.88785L178.26562 116.88785Q178.26562 116.40347 178.59375 115.96597Q178.9375 115.52847 179.51562 115.27847Q180.09375 115.01285 180.78125 115.01285Q181.89062 115.01285 182.5 115.55972Q183.125 116.1066 183.15625 117.05972L183.15625 119.9816Q183.15625 120.8566 183.375 121.37222L183.375 121.46597L182.23438 121.46597ZM180.4375 120.63785Q180.95312 120.63785 181.40625 120.37222Q181.85938 120.1066 182.0625 119.68472L182.0625 118.38785L181.21875 118.38785Q179.21875 118.38785 179.21875 119.55972Q179.21875 120.05972 179.5625 120.3566Q179.90625 120.63785 180.4375 120.63785ZM186.5 121.46597L185.42188 121.46597L185.42188 112.46597L186.5 112.46597L186.5 121.46597ZM192.34375 115.12222L192.375 115.82535Q193.0625 115.01285 194.25 115.01285Q195.57812 115.01285 196.0625 116.02847Q196.375 115.57535 196.875 115.2941Q197.39062 115.01285 198.07812 115.01285Q200.17188 115.01285 200.20312 117.21597L200.20312 121.46597L199.125 121.46597L199.125 117.27847Q199.125 116.6066 198.8125 116.27847Q198.5 115.93472 197.76562 115.93472Q197.15625 115.93472 196.75 116.2941Q196.35938 116.65347 196.29688 117.26285L196.29688 121.46597L195.21875 121.46597L195.21875 117.30972Q195.21875 115.93472 193.85938 115.93472Q192.79688 115.93472 192.40625 116.84097L192.40625 121.46597L191.3125 121.46597L191.3125 115.12222L192.34375 115.12222ZM206.23438 121.46597Q206.14062 121.27847 206.07812 120.7941Q205.32812 121.59097 204.28125 121.59097Q203.34375 121.59097 202.73438 121.05972Q202.14062 120.52847 202.14062 119.70035Q202.14062 118.71597 202.89062 118.1691Q203.64062 117.62222 205.01562 117.62222L206.0625 117.62222L206.0625 117.12222Q206.0625 116.55972 205.71875 116.2316Q205.39062 115.88785 204.71875 115.88785Q204.14062 115.88785 203.75 116.18472Q203.35938 116.46597 203.35938 116.88785L202.26562 116.88785Q202.26562 116.40347 202.59375 115.96597Q202.9375 115.52847 203.51562 115.27847Q204.09375 115.01285 204.78125 115.01285Q205.89062 115.01285 206.5 115.55972Q207.125 116.1066 207.15625 117.05972L207.15625 119.9816Q207.15625 120.8566 207.375 121.37222L207.375 121.46597L206.23438 121.46597ZM204.4375 120.63785Q204.95312 120.63785 205.40625 120.37222Q205.85938 120.1066 206.0625 119.68472L206.0625 118.38785L205.21875 118.38785Q203.21875 118.38785 203.21875 119.55972Q203.21875 120.05972 203.5625 120.3566Q203.90625 120.63785 204.4375 120.63785ZM211.85938 120.70035Q212.4375 120.70035 212.875 120.3566Q213.3125 119.99722 213.35938 119.46597L214.39062 119.46597Q214.35938 120.01285 214.0 120.51285Q213.65625 120.99722 213.07812 121.2941Q212.51562 121.59097 211.85938 121.59097Q210.5625 121.59097 209.79688 120.7316Q209.04688 119.8566 209.04688 118.3566L209.04688 118.1691Q209.04688 117.24722 209.375 116.52847Q209.71875 115.80972 210.34375 115.4191Q210.98438 115.01285 211.85938 115.01285Q212.92188 115.01285 213.625 115.65347Q214.34375 116.27847 214.39062 117.30972L213.35938 117.30972Q213.3125 116.68472 212.89062 116.2941Q212.46875 115.90347 211.85938 115.90347Q211.03125 115.90347 210.57812 116.49722Q210.125 117.09097 210.125 118.21597L210.125 118.4191Q210.125 119.51285 210.57812 120.1066Q211.03125 120.70035 211.85938 120.70035ZM216.40625 115.88785Q217.125 115.01285 218.28125 115.01285Q220.29688 115.01285 220.3125 117.27847L220.3125 121.46597L219.21875 121.46597L219.21875 117.26285Q219.21875 116.59097 218.90625 116.26285Q218.60938 115.93472 217.95312 115.93472Q217.42188 115.93472 217.01562 116.21597Q216.625 116.49722 216.40625 116.95035L216.40625 121.46597L215.32812 121.46597L215.32812 112.46597L216.40625 112.46597L216.40625 115.88785ZM223.5 121.46597L222.42188 121.46597L222.42188 115.12222L223.5 115.12222L223.5 121.46597ZM222.32812 113.45035Q222.32812 113.18472 222.48438 112.99722Q222.65625 112.80972 222.96875 112.80972Q223.28125 112.80972 223.4375 112.99722Q223.60938 113.18472 223.60938 113.45035Q223.60938 113.70035 223.4375 113.88785Q223.28125 114.05972 222.96875 114.05972Q222.65625 114.05972 222.48438 113.88785Q222.32812 113.70035 222.32812 113.45035ZM226.34375 115.12222L226.375 115.9191Q227.10938 115.01285 228.28125 115.01285Q230.29688 115.01285 230.3125 117.27847L230.3125 121.46597L229.21875 121.46597L229.21875 117.26285Q229.21875 116.59097 228.90625 116.26285Q228.60938 115.93472 227.95312 115.93472Q227.42188 115.93472 227.01562 116.21597Q226.625 116.49722 226.40625 116.95035L226.40625 121.46597L225.32812 121.46597L225.32812 115.12222L226.34375 115.12222ZM234.95312 121.59097Q233.65625 121.59097 232.84375 120.74722Q232.04688 119.88785 232.04688 118.46597L232.04688 118.27847Q232.04688 117.32535 232.40625 116.59097Q232.76562 115.84097 233.40625 115.43472Q234.0625 115.01285 234.8125 115.01285Q236.04688 115.01285 236.73438 115.82535Q237.42188 116.63785 237.42188 118.15347L237.42188 118.6066L233.125 118.6066Q233.15625 119.5441 233.67188 120.12222Q234.20312 120.70035 235.01562 120.70035Q235.57812 120.70035 235.96875 120.46597Q236.375 120.2316 236.6875 119.84097L237.34375 120.3566Q236.54688 121.59097 234.95312 121.59097ZM234.8125 115.90347Q234.15625 115.90347 233.70312 116.38785Q233.26562 116.8566 233.17188 117.71597L236.34375 117.71597L236.34375 117.63785Q236.29688 116.80972 235.89062 116.3566Q235.5 115.90347 234.8125 115.90347Z" fill-rule="nonzero"/><path fill="#666666" d="M103.703125 144.50496L102.578125 144.50496L102.578125 135.97371L103.703125 135.97371L103.703125 144.50496ZM112.234375 143.87996Q111.609375 144.62996 110.375 144.62996Q109.359375 144.62996 108.828125 144.03621Q108.296875 143.44246 108.296875 142.28621L108.296875 138.16121L109.375 138.16121L109.375 142.25496Q109.375 143.70808 110.546875 143.70808Q111.796875 143.70808 112.203125 142.77058L112.203125 138.16121L113.296875 138.16121L113.296875 144.50496L112.265625 144.50496L112.234375 143.87996ZM119.015625 142.81746Q119.015625 142.37996 118.671875 142.14558Q118.34375 141.89558 117.515625 141.72371Q116.703125 141.55183 116.21875 141.30183Q115.734375 141.05183 115.5 140.72371Q115.28125 140.37996 115.28125 139.91121Q115.28125 139.12996 115.9375 138.59871Q116.59375 138.05183 117.625 138.05183Q118.703125 138.05183 119.359375 138.61433Q120.03125 139.16121 120.03125 140.02058L118.953125 140.02058Q118.953125 139.58308 118.5625 139.27058Q118.1875 138.94246 117.625 138.94246Q117.03125 138.94246 116.6875 139.20808Q116.359375 139.45808 116.359375 139.86433Q116.359375 140.25496 116.671875 140.45808Q116.984375 140.66121 117.796875 140.84871Q118.609375 141.02058 119.109375 141.27058Q119.609375 141.52058 119.84375 141.87996Q120.09375 142.23933 120.09375 142.73933Q120.09375 143.59871 119.40625 144.11433Q118.734375 144.62996 117.65625 144.62996Q116.890625 144.62996 116.296875 144.36433Q115.71875 144.08308 115.390625 143.59871Q115.0625 143.11433 115.0625 142.55183L116.140625 142.55183Q116.171875 143.09871 116.578125 143.42683Q116.984375 143.73933 117.65625 143.73933Q118.265625 143.73933 118.640625 143.48933Q119.015625 143.23933 119.015625 142.81746ZM123.953125 144.62996Q122.65625 144.62996 121.84375 143.78621Q121.046875 142.92683 121.046875 141.50496L121.046875 141.31746Q121.046875 140.36433 121.40625 139.62996Q121.765625 138.87996 122.40625 138.47371Q123.0625 138.05183 123.8125 138.05183Q125.046875 138.05183 125.734375 138.86433Q126.421875 139.67683 126.421875 141.19246L126.421875 141.64558L122.125 141.64558Q122.15625 142.58308 122.671875 143.16121Q123.203125 143.73933 124.015625 143.73933Q124.578125 143.73933 124.96875 143.50496Q125.375 143.27058 125.6875 142.87996L126.34375 143.39558Q125.546875 144.62996 123.953125 144.62996ZM123.8125 138.94246Q123.15625 138.94246 122.703125 139.42683Q122.265625 139.89558 122.171875 140.75496L125.34375 140.75496L125.34375 140.67683Q125.296875 139.84871 124.890625 139.39558Q124.5 138.94246 123.8125 138.94246ZM131.79688 136.62996L131.79688 138.16121L132.96875 138.16121L132.96875 139.00496L131.79688 139.00496L131.79688 142.92683Q131.79688 143.31746 131.95312 143.50496Q132.10938 143.69246 132.48438 143.69246Q132.67188 143.69246 133.0 143.62996L133.0 144.50496Q132.57812 144.62996 132.17188 144.62996Q131.45312 144.62996 131.07812 144.19246Q130.70312 143.73933 130.70312 142.92683L130.70312 139.00496L129.54688 139.00496L129.54688 138.16121L130.70312 138.16121L130.70312 136.62996L131.79688 136.62996ZM135.40625 138.92683Q136.125 138.05183 137.28125 138.05183Q139.29688 138.05183 139.3125 140.31746L139.3125 144.50496L138.21875 144.50496L138.21875 140.30183Q138.21875 139.62996 137.90625 139.30183Q137.60938 138.97371 136.95312 138.97371Q136.42188 138.97371 136.01562 139.25496Q135.625 139.53621 135.40625 139.98933L135.40625 144.50496L134.32812 144.50496L134.32812 135.50496L135.40625 135.50496L135.40625 138.92683ZM143.95312 144.62996Q142.65625 144.62996 141.84375 143.78621Q141.04688 142.92683 141.04688 141.50496L141.04688 141.31746Q141.04688 140.36433 141.40625 139.62996Q141.76562 138.87996 142.40625 138.47371Q143.0625 138.05183 143.8125 138.05183Q145.04688 138.05183 145.73438 138.86433Q146.42188 139.67683 146.42188 141.19246L146.42188 141.64558L142.125 141.64558Q142.15625 142.58308 142.67188 143.16121Q143.20312 143.73933 144.01562 143.73933Q144.57812 143.73933 144.96875 143.50496Q145.375 143.27058 145.6875 142.87996L146.34375 143.39558Q145.54688 144.62996 143.95312 144.62996ZM143.8125 138.94246Q143.15625 138.94246 142.70312 139.42683Q142.26562 139.89558 142.17188 140.75496L145.34375 140.75496L145.34375 140.67683Q145.29688 139.84871 144.89062 139.39558Q144.5 138.94246 143.8125 138.94246ZM156.79688 143.37996Q156.35938 144.00496 155.57812 144.31746Q154.79688 144.62996 153.76562 144.62996Q152.73438 144.62996 151.92188 144.14558Q151.10938 143.64558 150.67188 142.73933Q150.23438 141.83308 150.21875 140.64558L150.21875 139.91121Q150.21875 137.97371 151.10938 136.91121Q152.01562 135.84871 153.64062 135.84871Q154.98438 135.84871 155.79688 136.53621Q156.60938 137.22371 156.79688 138.47371L155.67188 138.47371Q155.34375 136.78621 153.65625 136.78621Q152.51562 136.78621 151.9375 137.58308Q151.35938 138.36433 151.34375 139.87996L151.34375 140.56746Q151.34375 142.00496 152.0 142.86433Q152.65625 143.70808 153.78125 143.70808Q154.40625 143.70808 154.875 143.56746Q155.35938 143.42683 155.67188 143.08308L155.67188 141.17683L153.70312 141.17683L153.70312 140.25496L156.79688 140.25496L156.79688 143.37996ZM158.03125 141.27058Q158.03125 140.34871 158.39062 139.59871Q158.76562 138.84871 159.42188 138.45808Q160.07812 138.05183 160.90625 138.05183Q162.20312 138.05183 163.0 138.94246Q163.8125 139.83308 163.8125 141.33308L163.8125 141.41121Q163.8125 142.33308 163.45312 143.06746Q163.09375 143.80183 162.4375 144.22371Q161.78125 144.62996 160.92188 144.62996Q159.64062 144.62996 158.82812 143.73933Q158.03125 142.83308 158.03125 141.34871L158.03125 141.27058ZM159.125 141.41121Q159.125 142.45808 159.60938 143.09871Q160.10938 143.73933 160.92188 143.73933Q161.75 143.73933 162.23438 143.09871Q162.71875 142.44246 162.71875 141.27058Q162.71875 140.23933 162.21875 139.59871Q161.73438 138.94246 160.90625 138.94246Q160.10938 138.94246 159.60938 139.58308Q159.125 140.20808 159.125 141.41121ZM171.39062 139.12996Q171.14062 139.09871 170.85938 139.09871Q169.78125 139.09871 169.40625 140.00496L169.40625 144.50496L168.32812 144.50496L168.32812 138.16121L169.375 138.16121L169.39062 138.89558Q169.92188 138.05183 170.90625 138.05183Q171.21875 138.05183 171.39062 138.12996L171.39062 139.12996ZM176.23438 144.50496Q176.14062 144.31746 176.07812 143.83308Q175.32812 144.62996 174.28125 144.62996Q173.34375 144.62996 172.73438 144.09871Q172.14062 143.56746 172.14062 142.73933Q172.14062 141.75496 172.89062 141.20808Q173.64062 140.66121 175.01562 140.66121L176.0625 140.66121L176.0625 140.16121Q176.0625 139.59871 175.71875 139.27058Q175.39062 138.92683 174.71875 138.92683Q174.14062 138.92683 173.75 139.22371Q173.35938 139.50496 173.35938 139.92683L172.26562 139.92683Q172.26562 139.44246 172.59375 139.00496Q172.9375 138.56746 173.51562 138.31746Q174.09375 138.05183 174.78125 138.05183Q175.89062 138.05183 176.5 138.59871Q177.125 139.14558 177.15625 140.09871L177.15625 143.02058Q177.15625 143.89558 177.375 144.41121L177.375 144.50496L176.23438 144.50496ZM174.4375 143.67683Q174.95312 143.67683 175.40625 143.41121Q175.85938 143.14558 176.0625 142.72371L176.0625 141.42683L175.21875 141.42683Q173.21875 141.42683 173.21875 142.59871Q173.21875 143.09871 173.5625 143.39558Q173.90625 143.67683 174.4375 143.67683ZM181.85938 143.73933Q182.4375 143.73933 182.875 143.39558Q183.3125 143.03621 183.35938 142.50496L184.39062 142.50496Q184.35938 143.05183 184.0 143.55183Q183.65625 144.03621 183.07812 144.33308Q182.51562 144.62996 181.85938 144.62996Q180.5625 144.62996 179.79688 143.77058Q179.04688 142.89558 179.04688 141.39558L179.04688 141.20808Q179.04688 140.28621 179.375 139.56746Q179.71875 138.84871 180.34375 138.45808Q180.98438 138.05183 181.85938 138.05183Q182.92188 138.05183 183.625 138.69246Q184.34375 139.31746 184.39062 140.34871L183.35938 140.34871Q183.3125 139.72371 182.89062 139.33308Q182.46875 138.94246 181.85938 138.94246Q181.03125 138.94246 180.57812 139.53621Q180.125 140.12996 180.125 141.25496L180.125 141.45808Q180.125 142.55183 180.57812 143.14558Q181.03125 143.73933 181.85938 143.73933ZM187.95312 144.62996Q186.65625 144.62996 185.84375 143.78621Q185.04688 142.92683 185.04688 141.50496L185.04688 141.31746Q185.04688 140.36433 185.40625 139.62996Q185.76562 138.87996 186.40625 138.47371Q187.0625 138.05183 187.8125 138.05183Q189.04688 138.05183 189.73438 138.86433Q190.42188 139.67683 190.42188 141.19246L190.42188 141.64558L186.125 141.64558Q186.15625 142.58308 186.67188 143.16121Q187.20312 143.73933 188.01562 143.73933Q188.57812 143.73933 188.96875 143.50496Q189.375 143.27058 189.6875 142.87996L190.34375 143.39558Q189.54688 144.62996 187.95312 144.62996ZM187.8125 138.94246Q187.15625 138.94246 186.70312 139.42683Q186.26562 139.89558 186.17188 140.75496L189.34375 140.75496L189.34375 140.67683Q189.29688 139.84871 188.89062 139.39558Q188.5 138.94246 187.8125 138.94246ZM194.0625 141.28621Q194.0625 139.81746 194.75 138.94246Q195.4375 138.05183 196.5625 138.05183Q197.67188 138.05183 198.32812 138.80183L198.32812 135.50496L199.40625 135.50496L199.40625 144.50496L198.40625 144.50496L198.35938 143.81746Q197.70312 144.62996 196.54688 144.62996Q195.45312 144.62996 194.75 143.72371Q194.0625 142.81746 194.0625 141.36433L194.0625 141.28621ZM195.14062 141.41121Q195.14062 142.48933 195.57812 143.09871Q196.03125 143.70808 196.8125 143.70808Q197.84375 143.70808 198.32812 142.77058L198.32812 139.86433Q197.84375 138.97371 196.82812 138.97371Q196.03125 138.97371 195.57812 139.58308Q195.14062 140.19246 195.14062 141.41121ZM203.95312 144.62996Q202.65625 144.62996 201.84375 143.78621Q201.04688 142.92683 201.04688 141.50496L201.04688 141.31746Q201.04688 140.36433 201.40625 139.62996Q201.76562 138.87996 202.40625 138.47371Q203.0625 138.05183 203.8125 138.05183Q205.04688 138.05183 205.73438 138.86433Q206.42188 139.67683 206.42188 141.19246L206.42188 141.64558L202.125 141.64558Q202.15625 142.58308 202.67188 143.16121Q203.20312 143.73933 204.01562 143.73933Q204.57812 143.73933 204.96875 143.50496Q205.375 143.27058 205.6875 142.87996L206.34375 143.39558Q205.54688 144.62996 203.95312 144.62996ZM203.8125 138.94246Q203.15625 138.94246 202.70312 139.42683Q202.26562 139.89558 202.17188 140.75496L205.34375 140.75496L205.34375 140.67683Q205.29688 139.84871 204.89062 139.39558Q204.5 138.94246 203.8125 138.94246ZM208.79688 136.62996L208.79688 138.16121L209.96875 138.16121L209.96875 139.00496L208.79688 139.00496L208.79688 142.92683Q208.79688 143.31746 208.95312 143.50496Q209.10938 143.69246 209.48438 143.69246Q209.67188 143.69246 210.0 143.62996L210.0 144.50496Q209.57812 144.62996 209.17188 144.62996Q208.45312 144.62996 208.07812 144.19246Q207.70312 143.73933 207.70312 142.92683L207.70312 139.00496L206.54688 139.00496L206.54688 138.16121L207.70312 138.16121L207.70312 136.62996L208.79688 136.62996ZM213.95312 144.62996Q212.65625 144.62996 211.84375 143.78621Q211.04688 142.92683 211.04688 141.50496L211.04688 141.31746Q211.04688 140.36433 211.40625 139.62996Q211.76562 138.87996 212.40625 138.47371Q213.0625 138.05183 213.8125 138.05183Q215.04688 138.05183 215.73438 138.86433Q216.42188 139.67683 216.42188 141.19246L216.42188 141.64558L212.125 141.64558Q212.15625 142.58308 212.67188 143.16121Q213.20312 143.73933 214.01562 143.73933Q214.57812 143.73933 214.96875 143.50496Q215.375 143.27058 215.6875 142.87996L216.34375 143.39558Q215.54688 144.62996 213.95312 144.62996ZM213.8125 138.94246Q213.15625 138.94246 212.70312 139.42683Q212.26562 139.89558 212.17188 140.75496L215.34375 140.75496L215.34375 140.67683Q215.29688 139.84871 214.89062 139.39558Q214.5 138.94246 213.8125 138.94246ZM219.85938 143.73933Q220.4375 143.73933 220.875 143.39558Q221.3125 143.03621 221.35938 142.50496L222.39062 142.50496Q222.35938 143.05183 222.0 143.55183Q221.65625 144.03621 221.07812 144.33308Q220.51562 144.62996 219.85938 144.62996Q218.5625 144.62996 217.79688 143.77058Q217.04688 142.89558 217.04688 141.39558L217.04688 141.20808Q217.04688 140.28621 217.375 139.56746Q217.71875 138.84871 218.34375 138.45808Q218.98438 138.05183 219.85938 138.05183Q220.92188 138.05183 221.625 138.69246Q222.34375 139.31746 222.39062 140.34871L221.35938 140.34871Q221.3125 139.72371 220.89062 139.33308Q220.46875 138.94246 219.85938 138.94246Q219.03125 138.94246 218.57812 139.53621Q218.125 140.12996 218.125 141.25496L218.125 141.45808Q218.125 142.55183 218.57812 143.14558Q219.03125 143.73933 219.85938 143.73933ZM224.79688 136.62996L224.79688 138.16121L225.96875 138.16121L225.96875 139.00496L224.79688 139.00496L224.79688 142.92683Q224.79688 143.31746 224.95312 143.50496Q225.10938 143.69246 225.48438 143.69246Q225.67188 143.69246 226.0 143.62996L226.0 144.50496Q225.57812 144.62996 225.17188 144.62996Q224.45312 144.62996 224.07812 144.19246Q223.70312 143.73933 223.70312 142.92683L223.70312 139.00496L222.54688 139.00496L222.54688 138.16121L223.70312 138.16121L223.70312 136.62996L224.79688 136.62996ZM227.03125 141.27058Q227.03125 140.34871 227.39062 139.59871Q227.76562 138.84871 228.42188 138.45808Q229.07812 138.05183 229.90625 138.05183Q231.20312 138.05183 232.0 138.94246Q232.8125 139.83308 232.8125 141.33308L232.8125 141.41121Q232.8125 142.33308 232.45312 143.06746Q232.09375 143.80183 231.4375 144.22371Q230.78125 144.62996 229.92188 144.62996Q228.64062 144.62996 227.82812 143.73933Q227.03125 142.83308 227.03125 141.34871L227.03125 141.27058ZM228.125 141.41121Q228.125 142.45808 228.60938 143.09871Q229.10938 143.73933 229.92188 143.73933Q230.75 143.73933 231.23438 143.09871Q231.71875 142.44246 231.71875 141.27058Q231.71875 140.23933 231.21875 139.59871Q230.73438 138.94246 229.90625 138.94246Q229.10938 138.94246 228.60938 139.58308Q228.125 140.20808 228.125 141.41121ZM237.39062 139.12996Q237.14062 139.09871 236.85938 139.09871Q235.78125 139.09871 235.40625 140.00496L235.40625 144.50496L234.32812 144.50496L234.32812 138.16121L235.375 138.16121L235.39062 138.89558Q235.92188 138.05183 236.90625 138.05183Q237.21875 138.05183 237.39062 138.12996L237.39062 139.12996Z" fill-rule="nonzero"/><path fill="#666666" d="M16.703125 167.54395L15.578125 167.54395L15.578125 159.0127L16.703125 159.0127L16.703125 167.54395ZM23.953125 167.66895Q22.65625 167.66895 21.84375 166.8252Q21.046875 165.96582 21.046875 164.54395L21.046875 164.35645Q21.046875 163.40332 21.40625 162.66895Q21.765625 161.91895 22.40625 161.5127Q23.0625 161.09082 23.8125 161.09082Q25.046875 161.09082 25.734375 161.90332Q26.421875 162.71582 26.421875 164.23145L26.421875 164.68457L22.125 164.68457Q22.15625 165.62207 22.671875 166.2002Q23.203125 166.77832 24.015625 166.77832Q24.578125 166.77832 24.96875 166.54395Q25.375 166.30957 25.6875 165.91895L26.34375 166.43457Q25.546875 167.66895 23.953125 167.66895ZM23.8125 161.98145Q23.15625 161.98145 22.703125 162.46582Q22.265625 162.93457 22.171875 163.79395L25.34375 163.79395L25.34375 163.71582Q25.296875 162.8877 24.890625 162.43457Q24.5 161.98145 23.8125 161.98145ZM29.453125 163.5127L30.859375 161.2002L32.125 161.2002L30.046875 164.34082L32.1875 167.54395L30.9375 167.54395L29.46875 165.16895L28.0 167.54395L26.734375 167.54395L28.875 164.34082L26.8125 161.2002L28.0625 161.2002L29.453125 163.5127ZM37.234375 167.54395Q37.140625 167.35645 37.078125 166.87207Q36.328125 167.66895 35.28125 167.66895Q34.34375 167.66895 33.734375 167.1377Q33.140625 166.60645 33.140625 165.77832Q33.140625 164.79395 33.890625 164.24707Q34.640625 163.7002 36.015625 163.7002L37.0625 163.7002L37.0625 163.2002Q37.0625 162.6377 36.71875 162.30957Q36.390625 161.96582 35.71875 161.96582Q35.140625 161.96582 34.75 162.2627Q34.359375 162.54395 34.359375 162.96582L33.265625 162.96582Q33.265625 162.48145 33.59375 162.04395Q33.9375 161.60645 34.515625 161.35645Q35.09375 161.09082 35.78125 161.09082Q36.890625 161.09082 37.5 161.6377Q38.125 162.18457 38.15625 163.1377L38.15625 166.05957Q38.15625 166.93457 38.375 167.4502L38.375 167.54395L37.234375 167.54395ZM35.4375 166.71582Q35.953125 166.71582 36.40625 166.4502Q36.859375 166.18457 37.0625 165.7627L37.0625 164.46582L36.21875 164.46582Q34.21875 164.46582 34.21875 165.6377Q34.21875 166.1377 34.5625 166.43457Q34.90625 166.71582 35.4375 166.71582ZM41.34375 161.2002L41.375 161.90332Q42.0625 161.09082 43.25 161.09082Q44.578125 161.09082 45.0625 162.10645Q45.375 161.65332 45.875 161.37207Q46.390625 161.09082 47.078125 161.09082Q49.171875 161.09082 49.203125 163.29395L49.203125 167.54395L48.125 167.54395L48.125 163.35645Q48.125 162.68457 47.8125 162.35645Q47.5 162.0127 46.765625 162.0127Q46.15625 162.0127 45.75 162.37207Q45.359375 162.73145 45.296875 163.34082L45.296875 167.54395L44.21875 167.54395L44.21875 163.3877Q44.21875 162.0127 42.859375 162.0127Q41.796875 162.0127 41.40625 162.91895L41.40625 167.54395L40.3125 167.54395L40.3125 161.2002L41.34375 161.2002ZM52.5 167.54395L51.421875 167.54395L51.421875 161.2002L52.5 161.2002L52.5 167.54395ZM51.328125 159.52832Q51.328125 159.2627 51.484375 159.0752Q51.65625 158.8877 51.96875 158.8877Q52.28125 158.8877 52.4375 159.0752Q52.609375 159.2627 52.609375 159.52832Q52.609375 159.77832 52.4375 159.96582Q52.28125 160.1377 51.96875 160.1377Q51.65625 160.1377 51.484375 159.96582Q51.328125 159.77832 51.328125 159.52832ZM55.34375 161.2002L55.375 161.99707Q56.109375 161.09082 57.28125 161.09082Q59.296875 161.09082 59.3125 163.35645L59.3125 167.54395L58.21875 167.54395L58.21875 163.34082Q58.21875 162.66895 57.90625 162.34082Q57.609375 162.0127 56.953125 162.0127Q56.421875 162.0127 56.015625 162.29395Q55.625 162.5752 55.40625 163.02832L55.40625 167.54395L54.328125 167.54395L54.328125 161.2002L55.34375 161.2002ZM63.953125 167.66895Q62.65625 167.66895 61.84375 166.8252Q61.046875 165.96582 61.046875 164.54395L61.046875 164.35645Q61.046875 163.40332 61.40625 162.66895Q61.765625 161.91895 62.40625 161.5127Q63.0625 161.09082 63.8125 161.09082Q65.046875 161.09082 65.734375 161.90332Q66.421875 162.71582 66.421875 164.23145L66.421875 164.68457L62.125 164.68457Q62.15625 165.62207 62.671875 166.2002Q63.203125 166.77832 64.015625 166.77832Q64.578125 166.77832 64.96875 166.54395Q65.375 166.30957 65.6875 165.91895L66.34375 166.43457Q65.546875 167.66895 63.953125 167.66895ZM63.8125 161.98145Q63.15625 161.98145 62.703125 162.46582Q62.265625 162.93457 62.171875 163.79395L65.34375 163.79395L65.34375 163.71582Q65.296875 162.8877 64.890625 162.43457Q64.5 161.98145 63.8125 161.98145ZM75.671875 164.4502Q75.671875 165.8877 75.015625 166.77832Q74.359375 167.66895 73.21875 167.66895Q72.0625 167.66895 71.40625 166.93457L71.40625 169.98145L70.328125 169.98145L70.328125 161.2002L71.3125 161.2002L71.359375 161.90332Q72.03125 161.09082 73.203125 161.09082Q74.34375 161.09082 75.0 161.9502Q75.671875 162.80957 75.671875 164.34082L75.671875 164.4502ZM74.59375 164.3252Q74.59375 163.24707 74.125 162.6377Q73.671875 162.0127 72.875 162.0127Q71.890625 162.0127 71.40625 162.87207L71.40625 165.90332Q71.890625 166.77832 72.890625 166.77832Q73.671875 166.77832 74.125 166.16895Q74.59375 165.54395 74.59375 164.3252ZM79.953125 167.66895Q78.65625 167.66895 77.84375 166.8252Q77.046875 165.96582 77.046875 164.54395L77.046875 164.35645Q77.046875 163.40332 77.40625 162.66895Q77.765625 161.91895 78.40625 161.5127Q79.0625 161.09082 79.8125 161.09082Q81.046875 161.09082 81.734375 161.90332Q82.421875 162.71582 82.421875 164.23145L82.421875 164.68457L78.125 164.68457Q78.15625 165.62207 78.671875 166.2002Q79.203125 166.77832 80.015625 166.77832Q80.578125 166.77832 80.96875 166.54395Q81.375 166.30957 81.6875 165.91895L82.34375 166.43457Q81.546875 167.66895 79.953125 167.66895ZM79.8125 161.98145Q79.15625 161.98145 78.703125 162.46582Q78.265625 162.93457 78.171875 163.79395L81.34375 163.79395L81.34375 163.71582Q81.296875 162.8877 80.890625 162.43457Q80.5 161.98145 79.8125 161.98145ZM86.390625 162.16895Q86.140625 162.1377 85.859375 162.1377Q84.78125 162.1377 84.40625 163.04395L84.40625 167.54395L83.328125 167.54395L83.328125 161.2002L84.375 161.2002L84.390625 161.93457Q84.921875 161.09082 85.90625 161.09082Q86.21875 161.09082 86.390625 161.16895L86.390625 162.16895ZM87.859375 167.54395L87.859375 162.04395L86.859375 162.04395L86.859375 161.2002L87.859375 161.2002L87.859375 160.55957Q87.859375 159.52832 88.390625 158.98145Q88.9375 158.41895 89.9375 158.41895Q90.3125 158.41895 90.6875 158.5127L90.625 159.40332Q90.34375 159.34082 90.046875 159.34082Q89.515625 159.34082 89.21875 159.65332Q88.9375 159.96582 88.9375 160.52832L88.9375 161.2002L90.296875 161.2002L90.296875 162.04395L88.9375 162.04395L88.9375 167.54395L87.859375 167.54395ZM91.03125 164.30957Q91.03125 163.3877 91.390625 162.6377Q91.765625 161.8877 92.421875 161.49707Q93.078125 161.09082 93.90625 161.09082Q95.203125 161.09082 96.0 161.98145Q96.8125 162.87207 96.8125 164.37207L96.8125 164.4502Q96.8125 165.37207 96.453125 166.10645Q96.09375 166.84082 95.4375 167.2627Q94.78125 167.66895 93.921875 167.66895Q92.640625 167.66895 91.828125 166.77832Q91.03125 165.87207 91.03125 164.3877L91.03125 164.30957ZM92.125 164.4502Q92.125 165.49707 92.609375 166.1377Q93.109375 166.77832 93.921875 166.77832Q94.75 166.77832 95.234375 166.1377Q95.71875 165.48145 95.71875 164.30957Q95.71875 163.27832 95.21875 162.6377Q94.734375 161.98145 93.90625 161.98145Q93.109375 161.98145 92.609375 162.62207Q92.125 163.24707 92.125 164.4502ZM101.390625 162.16895Q101.140625 162.1377 100.859375 162.1377Q99.78125 162.1377 99.40625 163.04395L99.40625 167.54395L98.328125 167.54395L98.328125 161.2002L99.375 161.2002L99.390625 161.93457Q99.921875 161.09082 100.90625 161.09082Q101.21875 161.09082 101.390625 161.16895L101.390625 162.16895ZM103.34375 161.2002L103.375 161.90332Q104.0625 161.09082 105.25 161.09082Q106.578125 161.09082 107.0625 162.10645Q107.375 161.65332 107.875 161.37207Q108.390625 161.09082 109.078125 161.09082Q111.171875 161.09082 111.203125 163.29395L111.203125 167.54395L110.125 167.54395L110.125 163.35645Q110.125 162.68457 109.8125 162.35645Q109.5 162.0127 108.765625 162.0127Q108.15625 162.0127 107.75 162.37207Q107.359375 162.73145 107.296875 163.34082L107.296875 167.54395L106.21875 167.54395L106.21875 163.3877Q106.21875 162.0127 104.859375 162.0127Q103.796875 162.0127 103.40625 162.91895L103.40625 167.54395L102.3125 167.54395L102.3125 161.2002L103.34375 161.2002ZM117.234375 167.54395Q117.140625 167.35645 117.078125 166.87207Q116.328125 167.66895 115.28125 167.66895Q114.34375 167.66895 113.734375 167.1377Q113.140625 166.60645 113.140625 165.77832Q113.140625 164.79395 113.890625 164.24707Q114.640625 163.7002 116.015625 163.7002L117.0625 163.7002L117.0625 163.2002Q117.0625 162.6377 116.71875 162.30957Q116.390625 161.96582 115.71875 161.96582Q115.140625 161.96582 114.75 162.2627Q114.359375 162.54395 114.359375 162.96582L113.265625 162.96582Q113.265625 162.48145 113.59375 162.04395Q113.9375 161.60645 114.515625 161.35645Q115.09375 161.09082 115.78125 161.09082Q116.890625 161.09082 117.5 161.6377Q118.125 162.18457 118.15625 163.1377L118.15625 166.05957Q118.15625 166.93457 118.375 167.4502L118.375 167.54395L117.234375 167.54395ZM115.4375 166.71582Q115.953125 166.71582 116.40625 166.4502Q116.859375 166.18457 117.0625 165.7627L117.0625 164.46582L116.21875 164.46582Q114.21875 164.46582 114.21875 165.6377Q114.21875 166.1377 114.5625 166.43457Q114.90625 166.71582 115.4375 166.71582ZM121.34375 161.2002L121.375 161.99707Q122.109375 161.09082 123.28125 161.09082Q125.296875 161.09082 125.3125 163.35645L125.3125 167.54395L124.21875 167.54395L124.21875 163.34082Q124.21875 162.66895 123.90625 162.34082Q123.609375 162.0127 122.953125 162.0127Q122.421875 162.0127 122.015625 162.29395Q121.625 162.5752 121.40625 163.02832L121.40625 167.54395L120.328125 167.54395L120.328125 161.2002L121.34375 161.2002ZM129.85938 166.77832Q130.4375 166.77832 130.875 166.43457Q131.3125 166.0752 131.35938 165.54395L132.39062 165.54395Q132.35938 166.09082 132.0 166.59082Q131.65625 167.0752 131.07812 167.37207Q130.51562 167.66895 129.85938 167.66895Q128.5625 167.66895 127.796875 166.80957Q127.046875 165.93457 127.046875 164.43457L127.046875 164.24707Q127.046875 163.3252 127.375 162.60645Q127.71875 161.8877 128.34375 161.49707Q128.98438 161.09082 129.85938 161.09082Q130.92188 161.09082 131.625 161.73145Q132.34375 162.35645 132.39062 163.3877L131.35938 163.3877Q131.3125 162.7627 130.89062 162.37207Q130.46875 161.98145 129.85938 161.98145Q129.03125 161.98145 128.57812 162.5752Q128.125 163.16895 128.125 164.29395L128.125 164.49707Q128.125 165.59082 128.57812 166.18457Q129.03125 166.77832 129.85938 166.77832ZM135.95312 167.66895Q134.65625 167.66895 133.84375 166.8252Q133.04688 165.96582 133.04688 164.54395L133.04688 164.35645Q133.04688 163.40332 133.40625 162.66895Q133.76562 161.91895 134.40625 161.5127Q135.0625 161.09082 135.8125 161.09082Q137.04688 161.09082 137.73438 161.90332Q138.42188 162.71582 138.42188 164.23145L138.42188 164.68457L134.125 164.68457Q134.15625 165.62207 134.67188 166.2002Q135.20312 166.77832 136.01562 166.77832Q136.57812 166.77832 136.96875 166.54395Q137.375 166.30957 137.6875 165.91895L138.34375 166.43457Q137.54688 167.66895 135.95312 167.66895ZM135.8125 161.98145Q135.15625 161.98145 134.70312 162.46582Q134.26562 162.93457 134.17188 163.79395L137.34375 163.79395L137.34375 163.71582Q137.29688 162.8877 136.89062 162.43457Q136.5 161.98145 135.8125 161.98145ZM142.53125 168.27832L141.60938 168.27832L145.17188 159.0127L146.09375 159.0127L142.53125 168.27832ZM151.34375 161.2002L151.375 161.90332Q152.0625 161.09082 153.25 161.09082Q154.57812 161.09082 155.0625 162.10645Q155.375 161.65332 155.875 161.37207Q156.39062 161.09082 157.07812 161.09082Q159.17188 161.09082 159.20312 163.29395L159.20312 167.54395L158.125 167.54395L158.125 163.35645Q158.125 162.68457 157.8125 162.35645Q157.5 162.0127 156.76562 162.0127Q156.15625 162.0127 155.75 162.37207Q155.35938 162.73145 155.29688 163.34082L155.29688 167.54395L154.21875 167.54395L154.21875 163.3877Q154.21875 162.0127 152.85938 162.0127Q151.79688 162.0127 151.40625 162.91895L151.40625 167.54395L150.3125 167.54395L150.3125 161.2002L151.34375 161.2002ZM163.95312 167.66895Q162.65625 167.66895 161.84375 166.8252Q161.04688 165.96582 161.04688 164.54395L161.04688 164.35645Q161.04688 163.40332 161.40625 162.66895Q161.76562 161.91895 162.40625 161.5127Q163.0625 161.09082 163.8125 161.09082Q165.04688 161.09082 165.73438 161.90332Q166.42188 162.71582 166.42188 164.23145L166.42188 164.68457L162.125 164.68457Q162.15625 165.62207 162.67188 166.2002Q163.20312 166.77832 164.01562 166.77832Q164.57812 166.77832 164.96875 166.54395Q165.375 166.30957 165.6875 165.91895L166.34375 166.43457Q165.54688 167.66895 163.95312 167.66895ZM163.8125 161.98145Q163.15625 161.98145 162.70312 162.46582Q162.26562 162.93457 162.17188 163.79395L165.34375 163.79395L165.34375 163.71582Q165.29688 162.8877 164.89062 162.43457Q164.5 161.98145 163.8125 161.98145ZM168.34375 161.2002L168.375 161.90332Q169.0625 161.09082 170.25 161.09082Q171.57812 161.09082 172.0625 162.10645Q172.375 161.65332 172.875 161.37207Q173.39062 161.09082 174.07812 161.09082Q176.17188 161.09082 176.20312 163.29395L176.20312 167.54395L175.125 167.54395L175.125 163.35645Q175.125 162.68457 174.8125 162.35645Q174.5 162.0127 173.76562 162.0127Q173.15625 162.0127 172.75 162.37207Q172.35938 162.73145 172.29688 163.34082L172.29688 167.54395L171.21875 167.54395L171.21875 163.3877Q171.21875 162.0127 169.85938 162.0127Q168.79688 162.0127 168.40625 162.91895L168.40625 167.54395L167.3125 167.54395L167.3125 161.2002L168.34375 161.2002ZM178.03125 164.30957Q178.03125 163.3877 178.39062 162.6377Q178.76562 161.8877 179.42188 161.49707Q180.07812 161.09082 180.90625 161.09082Q182.20312 161.09082 183.0 161.98145Q183.8125 162.87207 183.8125 164.37207L183.8125 164.4502Q183.8125 165.37207 183.45312 166.10645Q183.09375 166.84082 182.4375 167.2627Q181.78125 167.66895 180.92188 167.66895Q179.64062 167.66895 178.82812 166.77832Q178.03125 165.87207 178.03125 164.3877L178.03125 164.30957ZM179.125 164.4502Q179.125 165.49707 179.60938 166.1377Q180.10938 166.77832 180.92188 166.77832Q181.75 166.77832 182.23438 166.1377Q182.71875 165.48145 182.71875 164.30957Q182.71875 163.27832 182.21875 162.6377Q181.73438 161.98145 180.90625 161.98145Q180.10938 161.98145 179.60938 162.62207Q179.125 163.24707 179.125 164.4502ZM188.39062 162.16895Q188.14062 162.1377 187.85938 162.1377Q186.78125 162.1377 186.40625 163.04395L186.40625 167.54395L185.32812 167.54395L185.32812 161.2002L186.375 161.2002L186.39062 161.93457Q186.92188 161.09082 187.90625 161.09082Q188.21875 161.09082 188.39062 161.16895L188.39062 162.16895ZM191.39062 165.9502L192.875 161.2002L194.03125 161.2002L191.48438 168.52832Q190.89062 170.10645 189.60938 170.10645L189.39062 170.09082L189.0 170.0127L189.0 169.1377L189.28125 169.15332Q189.84375 169.15332 190.14062 168.93457Q190.45312 168.71582 190.65625 168.12207L190.89062 167.46582L188.625 161.2002L189.8125 161.2002L191.39062 165.9502ZM203.67188 164.4502Q203.67188 165.8877 203.01562 166.77832Q202.35938 167.66895 201.21875 167.66895Q200.0625 167.66895 199.40625 166.93457L199.40625 169.98145L198.32812 169.98145L198.32812 161.2002L199.3125 161.2002L199.35938 161.90332Q200.03125 161.09082 201.20312 161.09082Q202.34375 161.09082 203.0 161.9502Q203.67188 162.80957 203.67188 164.34082L203.67188 164.4502ZM202.59375 164.3252Q202.59375 163.24707 202.125 162.6377Q201.67188 162.0127 200.875 162.0127Q199.89062 162.0127 199.40625 162.87207L199.40625 165.90332Q199.89062 166.77832 200.89062 166.77832Q201.67188 166.77832 202.125 166.16895Q202.59375 165.54395 202.59375 164.3252ZM208.39062 162.16895Q208.14062 162.1377 207.85938 162.1377Q206.78125 162.1377 206.40625 163.04395L206.40625 167.54395L205.32812 167.54395L205.32812 161.2002L206.375 161.2002L206.39062 161.93457Q206.92188 161.09082 207.90625 161.09082Q208.21875 161.09082 208.39062 161.16895L208.39062 162.16895ZM209.03125 164.30957Q209.03125 163.3877 209.39062 162.6377Q209.76562 161.8877 210.42188 161.49707Q211.07812 161.09082 211.90625 161.09082Q213.20312 161.09082 214.0 161.98145Q214.8125 162.87207 214.8125 164.37207L214.8125 164.4502Q214.8125 165.37207 214.45312 166.10645Q214.09375 166.84082 213.4375 167.2627Q212.78125 167.66895 211.92188 167.66895Q210.64062 167.66895 209.82812 166.77832Q209.03125 165.87207 209.03125 164.3877L209.03125 164.30957ZM210.125 164.4502Q210.125 165.49707 210.60938 166.1377Q211.10938 166.77832 211.92188 166.77832Q212.75 166.77832 213.23438 166.1377Q213.71875 165.48145 213.71875 164.30957Q213.71875 163.27832 213.21875 162.6377Q212.73438 161.98145 211.90625 161.98145Q211.10938 161.98145 210.60938 162.62207Q210.125 163.24707 210.125 164.4502ZM216.85938 167.54395L216.85938 162.04395L215.85938 162.04395L215.85938 161.2002L216.85938 161.2002L216.85938 160.55957Q216.85938 159.52832 217.39062 158.98145Q217.9375 158.41895 218.9375 158.41895Q219.3125 158.41895 219.6875 158.5127L219.625 159.40332Q219.34375 159.34082 219.04688 159.34082Q218.51562 159.34082 218.21875 159.65332Q217.9375 159.96582 217.9375 160.52832L217.9375 161.2002L219.29688 161.2002L219.29688 162.04395L217.9375 162.04395L217.9375 167.54395L216.85938 167.54395ZM221.5 167.54395L220.42188 167.54395L220.42188 161.2002L221.5 161.2002L221.5 167.54395ZM220.32812 159.52832Q220.32812 159.2627 220.48438 159.0752Q220.65625 158.8877 220.96875 158.8877Q221.28125 158.8877 221.4375 159.0752Q221.60938 159.2627 221.60938 159.52832Q221.60938 159.77832 221.4375 159.96582Q221.28125 160.1377 220.96875 160.1377Q220.65625 160.1377 220.48438 159.96582Q220.32812 159.77832 220.32812 159.52832ZM224.5 167.54395L223.42188 167.54395L223.42188 158.54395L224.5 158.54395L224.5 167.54395ZM228.95312 167.66895Q227.65625 167.66895 226.84375 166.8252Q226.04688 165.96582 226.04688 164.54395L226.04688 164.35645Q226.04688 163.40332 226.40625 162.66895Q226.76562 161.91895 227.40625 161.5127Q228.0625 161.09082 228.8125 161.09082Q230.04688 161.09082 230.73438 161.90332Q231.42188 162.71582 231.42188 164.23145L231.42188 164.68457L227.125 164.68457Q227.15625 165.62207 227.67188 166.2002Q228.20312 166.77832 229.01562 166.77832Q229.57812 166.77832 229.96875 166.54395Q230.375 166.30957 230.6875 165.91895L231.34375 166.43457Q230.54688 167.66895 228.95312 167.66895ZM228.8125 161.98145Q228.15625 161.98145 227.70312 162.46582Q227.26562 162.93457 227.17188 163.79395L230.34375 163.79395L230.34375 163.71582Q230.29688 162.8877 229.89062 162.43457Q229.5 161.98145 228.8125 161.98145ZM236.01562 165.85645Q236.01562 165.41895 235.67188 165.18457Q235.34375 164.93457 234.51562 164.7627Q233.70312 164.59082 233.21875 164.34082Q232.73438 164.09082 232.5 163.7627Q232.28125 163.41895 232.28125 162.9502Q232.28125 162.16895 232.9375 161.6377Q233.59375 161.09082 234.625 161.09082Q235.70312 161.09082 236.35938 161.65332Q237.03125 162.2002 237.03125 163.05957L235.95312 163.05957Q235.95312 162.62207 235.5625 162.30957Q235.1875 161.98145 234.625 161.98145Q234.03125 161.98145 233.6875 162.24707Q233.35938 162.49707 233.35938 162.90332Q233.35938 163.29395 233.67188 163.49707Q233.98438 163.7002 234.79688 163.8877Q235.60938 164.05957 236.10938 164.30957Q236.60938 164.55957 236.84375 164.91895Q237.09375 165.27832 237.09375 165.77832Q237.09375 166.6377 236.40625 167.15332Q235.73438 167.66895 234.65625 167.66895Q233.89062 167.66895 233.29688 167.40332Q232.71875 167.12207 232.39062 166.6377Q232.0625 166.15332 232.0625 165.59082L233.14062 165.59082Q233.17188 166.1377 233.57812 166.46582Q233.98438 166.77832 234.65625 166.77832Q235.26562 166.77832 235.64062 166.52832Q236.01562 166.27832 236.01562 165.85645Z" fill-rule="nonzero"/><path fill="#666666" d="M165.85938 182.54395L165.85938 177.04395L164.85938 177.04395L164.85938 176.2002L165.85938 176.2002L165.85938 175.55957Q165.85938 174.52832 166.39062 173.98145Q166.9375 173.41895 167.9375 173.41895Q168.3125 173.41895 168.6875 173.5127L168.625 174.40332Q168.34375 174.34082 168.04688 174.34082Q167.51562 174.34082 167.21875 174.65332Q166.9375 174.96582 166.9375 175.52832L166.9375 176.2002L168.29688 176.2002L168.29688 177.04395L166.9375 177.04395L166.9375 182.54395L165.85938 182.54395ZM172.39062 177.16895Q172.14062 177.1377 171.85938 177.1377Q170.78125 177.1377 170.40625 178.04395L170.40625 182.54395L169.32812 182.54395L169.32812 176.2002L170.375 176.2002L170.39062 176.93457Q170.92188 176.09082 171.90625 176.09082Q172.21875 176.09082 172.39062 176.16895L172.39062 177.16895ZM173.03125 179.30957Q173.03125 178.3877 173.39062 177.6377Q173.76562 176.8877 174.42188 176.49707Q175.07812 176.09082 175.90625 176.09082Q177.20312 176.09082 178.0 176.98145Q178.8125 177.87207 178.8125 179.37207L178.8125 179.4502Q178.8125 180.37207 178.45312 181.10645Q178.09375 181.84082 177.4375 182.2627Q176.78125 182.66895 175.92188 182.66895Q174.64062 182.66895 173.82812 181.77832Q173.03125 180.87207 173.03125 179.3877L173.03125 179.30957ZM174.125 179.4502Q174.125 180.49707 174.60938 181.1377Q175.10938 181.77832 175.92188 181.77832Q176.75 181.77832 177.23438 181.1377Q177.71875 180.48145 177.71875 179.30957Q177.71875 178.27832 177.21875 177.6377Q176.73438 176.98145 175.90625 176.98145Q175.10938 176.98145 174.60938 177.62207Q174.125 178.24707 174.125 179.4502ZM181.34375 176.2002L181.375 176.90332Q182.0625 176.09082 183.25 176.09082Q184.57812 176.09082 185.0625 177.10645Q185.375 176.65332 185.875 176.37207Q186.39062 176.09082 187.07812 176.09082Q189.17188 176.09082 189.20312 178.29395L189.20312 182.54395L188.125 182.54395L188.125 178.35645Q188.125 177.68457 187.8125 177.35645Q187.5 177.0127 186.76562 177.0127Q186.15625 177.0127 185.75 177.37207Q185.35938 177.73145 185.29688 178.34082L185.29688 182.54395L184.21875 182.54395L184.21875 178.3877Q184.21875 177.0127 182.85938 177.0127Q181.79688 177.0127 181.40625 177.91895L181.40625 182.54395L180.3125 182.54395L180.3125 176.2002L181.34375 176.2002ZM200.79688 181.41895Q200.35938 182.04395 199.57812 182.35645Q198.79688 182.66895 197.76562 182.66895Q196.73438 182.66895 195.92188 182.18457Q195.10938 181.68457 194.67188 180.77832Q194.23438 179.87207 194.21875 178.68457L194.21875 177.9502Q194.21875 176.0127 195.10938 174.9502Q196.01562 173.8877 197.64062 173.8877Q198.98438 173.8877 199.79688 174.5752Q200.60938 175.2627 200.79688 176.5127L199.67188 176.5127Q199.34375 174.8252 197.65625 174.8252Q196.51562 174.8252 195.9375 175.62207Q195.35938 176.40332 195.34375 177.91895L195.34375 178.60645Q195.34375 180.04395 196.0 180.90332Q196.65625 181.74707 197.78125 181.74707Q198.40625 181.74707 198.875 181.60645Q199.35938 181.46582 199.67188 181.12207L199.67188 179.21582L197.70312 179.21582L197.70312 178.29395L200.79688 178.29395L200.79688 181.41895ZM202.03125 179.30957Q202.03125 178.3877 202.39062 177.6377Q202.76562 176.8877 203.42188 176.49707Q204.07812 176.09082 204.90625 176.09082Q206.20312 176.09082 207.0 176.98145Q207.8125 177.87207 207.8125 179.37207L207.8125 179.4502Q207.8125 180.37207 207.45312 181.10645Q207.09375 181.84082 206.4375 182.2627Q205.78125 182.66895 204.92188 182.66895Q203.64062 182.66895 202.82812 181.77832Q202.03125 180.87207 202.03125 179.3877L202.03125 179.30957ZM203.125 179.4502Q203.125 180.49707 203.60938 181.1377Q204.10938 181.77832 204.92188 181.77832Q205.75 181.77832 206.23438 181.1377Q206.71875 180.48145 206.71875 179.30957Q206.71875 178.27832 206.21875 177.6377Q205.73438 176.98145 204.90625 176.98145Q204.10938 176.98145 203.60938 177.62207Q203.125 178.24707 203.125 179.4502ZM214.85938 181.77832Q215.4375 181.77832 215.875 181.43457Q216.3125 181.0752 216.35938 180.54395L217.39062 180.54395Q217.35938 181.09082 217.0 181.59082Q216.65625 182.0752 216.07812 182.37207Q215.51562 182.66895 214.85938 182.66895Q213.5625 182.66895 212.79688 181.80957Q212.04688 180.93457 212.04688 179.43457L212.04688 179.24707Q212.04688 178.3252 212.375 177.60645Q212.71875 176.8877 213.34375 176.49707Q213.98438 176.09082 214.85938 176.09082Q215.92188 176.09082 216.625 176.73145Q217.34375 177.35645 217.39062 178.3877L216.35938 178.3877Q216.3125 177.7627 215.89062 177.37207Q215.46875 176.98145 214.85938 176.98145Q214.03125 176.98145 213.57812 177.5752Q213.125 178.16895 213.125 179.29395L213.125 179.49707Q213.125 180.59082 213.57812 181.18457Q214.03125 181.77832 214.85938 181.77832ZM218.03125 179.30957Q218.03125 178.3877 218.39062 177.6377Q218.76562 176.8877 219.42188 176.49707Q220.07812 176.09082 220.90625 176.09082Q222.20312 176.09082 223.0 176.98145Q223.8125 177.87207 223.8125 179.37207L223.8125 179.4502Q223.8125 180.37207 223.45312 181.10645Q223.09375 181.84082 222.4375 182.2627Q221.78125 182.66895 220.92188 182.66895Q219.64062 182.66895 218.82812 181.77832Q218.03125 180.87207 218.03125 179.3877L218.03125 179.30957ZM219.125 179.4502Q219.125 180.49707 219.60938 181.1377Q220.10938 181.77832 220.92188 181.77832Q221.75 181.77832 222.23438 181.1377Q222.71875 180.48145 222.71875 179.30957Q222.71875 178.27832 222.21875 177.6377Q221.73438 176.98145 220.90625 176.98145Q220.10938 176.98145 219.60938 177.62207Q219.125 178.24707 219.125 179.4502ZM225.0625 179.3252Q225.0625 177.85645 225.75 176.98145Q226.4375 176.09082 227.5625 176.09082Q228.67188 176.09082 229.32812 176.84082L229.32812 173.54395L230.40625 173.54395L230.40625 182.54395L229.40625 182.54395L229.35938 181.85645Q228.70312 182.66895 227.54688 182.66895Q226.45312 182.66895 225.75 181.7627Q225.0625 180.85645 225.0625 179.40332L225.0625 179.3252ZM226.14062 179.4502Q226.14062 180.52832 226.57812 181.1377Q227.03125 181.74707 227.8125 181.74707Q228.84375 181.74707 229.32812 180.80957L229.32812 177.90332Q228.84375 177.0127 227.82812 177.0127Q227.03125 177.0127 226.57812 177.62207Q226.14062 178.23145 226.14062 179.4502ZM234.95312 182.66895Q233.65625 182.66895 232.84375 181.8252Q232.04688 180.96582 232.04688 179.54395L232.04688 179.35645Q232.04688 178.40332 232.40625 177.66895Q232.76562 176.91895 233.40625 176.5127Q234.0625 176.09082 234.8125 176.09082Q236.04688 176.09082 236.73438 176.90332Q237.42188 177.71582 237.42188 179.23145L237.42188 179.68457L233.125 179.68457Q233.15625 180.62207 233.67188 181.2002Q234.20312 181.77832 235.01562 181.77832Q235.57812 181.77832 235.96875 181.54395Q236.375 181.30957 236.6875 180.91895L237.34375 181.43457Q236.54688 182.66895 234.95312 182.66895ZM234.8125 176.98145Q234.15625 176.98145 233.70312 177.46582Q233.26562 177.93457 233.17188 178.79395L236.34375 178.79395L236.34375 178.71582Q236.29688 177.8877 235.89062 177.43457Q235.5 176.98145 234.8125 176.98145Z" fill-rule="nonzero"/><path fill="#666666" d="M33.703125 205.58293L32.578125 205.58293L32.578125 197.05168L33.703125 197.05168L33.703125 205.58293ZM40.953125 205.70793Q39.65625 205.70793 38.84375 204.86418Q38.046875 204.0048 38.046875 202.58293L38.046875 202.39543Q38.046875 201.4423 38.40625 200.70793Q38.765625 199.95793 39.40625 199.55168Q40.0625 199.1298 40.8125 199.1298Q42.046875 199.1298 42.734375 199.9423Q43.421875 200.7548 43.421875 202.27043L43.421875 202.72356L39.125 202.72356Q39.15625 203.66106 39.671875 204.23918Q40.203125 204.8173 41.015625 204.8173Q41.578125 204.8173 41.96875 204.58293Q42.375 204.34856 42.6875 203.95793L43.34375 204.47356Q42.546875 205.70793 40.953125 205.70793ZM40.8125 200.02043Q40.15625 200.02043 39.703125 200.5048Q39.265625 200.97356 39.171875 201.83293L42.34375 201.83293L42.34375 201.7548Q42.296875 200.92668 41.890625 200.47356Q41.5 200.02043 40.8125 200.02043ZM46.453125 201.55168L47.859375 199.23918L49.125 199.23918L47.046875 202.3798L49.1875 205.58293L47.9375 205.58293L46.46875 203.20793L45.0 205.58293L43.734375 205.58293L45.875 202.3798L43.8125 199.23918L45.0625 199.23918L46.453125 201.55168ZM54.234375 205.58293Q54.140625 205.39543 54.078125 204.91106Q53.328125 205.70793 52.28125 205.70793Q51.34375 205.70793 50.734375 205.17668Q50.140625 204.64543 50.140625 203.8173Q50.140625 202.83293 50.890625 202.28606Q51.640625 201.73918 53.015625 201.73918L54.0625 201.73918L54.0625 201.23918Q54.0625 200.67668 53.71875 200.34856Q53.390625 200.0048 52.71875 200.0048Q52.140625 200.0048 51.75 200.30168Q51.359375 200.58293 51.359375 201.0048L50.265625 201.0048Q50.265625 200.52043 50.59375 200.08293Q50.9375 199.64543 51.515625 199.39543Q52.09375 199.1298 52.78125 199.1298Q53.890625 199.1298 54.5 199.67668Q55.125 200.22356 55.15625 201.17668L55.15625 204.09856Q55.15625 204.97356 55.375 205.48918L55.375 205.58293L54.234375 205.58293ZM52.4375 204.7548Q52.953125 204.7548 53.40625 204.48918Q53.859375 204.22356 54.0625 203.80168L54.0625 202.5048L53.21875 202.5048Q51.21875 202.5048 51.21875 203.67668Q51.21875 204.17668 51.5625 204.47356Q51.90625 204.7548 52.4375 204.7548ZM58.34375 199.23918L58.375 199.9423Q59.0625 199.1298 60.25 199.1298Q61.578125 199.1298 62.0625 200.14543Q62.375 199.6923 62.875 199.41106Q63.390625 199.1298 64.078125 199.1298Q66.171875 199.1298 66.203125 201.33293L66.203125 205.58293L65.125 205.58293L65.125 201.39543Q65.125 200.72356 64.8125 200.39543Q64.5 200.05168 63.765625 200.05168Q63.15625 200.05168 62.75 200.41106Q62.359375 200.77043 62.296875 201.3798L62.296875 205.58293L61.21875 205.58293L61.21875 201.42668Q61.21875 200.05168 59.859375 200.05168Q58.796875 200.05168 58.40625 200.95793L58.40625 205.58293L57.3125 205.58293L57.3125 199.23918L58.34375 199.23918ZM69.5 205.58293L68.421875 205.58293L68.421875 199.23918L69.5 199.23918L69.5 205.58293ZM68.328125 197.5673Q68.328125 197.30168 68.484375 197.11418Q68.65625 196.92668 68.96875 196.92668Q69.28125 196.92668 69.4375 197.11418Q69.609375 197.30168 69.609375 197.5673Q69.609375 197.8173 69.4375 198.0048Q69.28125 198.17668 68.96875 198.17668Q68.65625 198.17668 68.484375 198.0048Q68.328125 197.8173 68.328125 197.5673ZM72.34375 199.23918L72.375 200.03606Q73.109375 199.1298 74.28125 199.1298Q76.296875 199.1298 76.3125 201.39543L76.3125 205.58293L75.21875 205.58293L75.21875 201.3798Q75.21875 200.70793 74.90625 200.3798Q74.609375 200.05168 73.953125 200.05168Q73.421875 200.05168 73.015625 200.33293Q72.625 200.61418 72.40625 201.0673L72.40625 205.58293L71.328125 205.58293L71.328125 199.23918L72.34375 199.23918ZM80.953125 205.70793Q79.65625 205.70793 78.84375 204.86418Q78.046875 204.0048 78.046875 202.58293L78.046875 202.39543Q78.046875 201.4423 78.40625 200.70793Q78.765625 199.95793 79.40625 199.55168Q80.0625 199.1298 80.8125 199.1298Q82.046875 199.1298 82.734375 199.9423Q83.421875 200.7548 83.421875 202.27043L83.421875 202.72356L79.125 202.72356Q79.15625 203.66106 79.671875 204.23918Q80.203125 204.8173 81.015625 204.8173Q81.578125 204.8173 81.96875 204.58293Q82.375 204.34856 82.6875 203.95793L83.34375 204.47356Q82.546875 205.70793 80.953125 205.70793ZM80.8125 200.02043Q80.15625 200.02043 79.703125 200.5048Q79.265625 200.97356 79.171875 201.83293L82.34375 201.83293L82.34375 201.7548Q82.296875 200.92668 81.890625 200.47356Q81.5 200.02043 80.8125 200.02043ZM88.5 205.58293L87.421875 205.58293L87.421875 196.58293L88.5 196.58293L88.5 205.58293ZM94.234375 205.58293Q94.140625 205.39543 94.078125 204.91106Q93.328125 205.70793 92.28125 205.70793Q91.34375 205.70793 90.734375 205.17668Q90.140625 204.64543 90.140625 203.8173Q90.140625 202.83293 90.890625 202.28606Q91.640625 201.73918 93.015625 201.73918L94.0625 201.73918L94.0625 201.23918Q94.0625 200.67668 93.71875 200.34856Q93.390625 200.0048 92.71875 200.0048Q92.140625 200.0048 91.75 200.30168Q91.359375 200.58293 91.359375 201.0048L90.265625 201.0048Q90.265625 200.52043 90.59375 200.08293Q90.9375 199.64543 91.515625 199.39543Q92.09375 199.1298 92.78125 199.1298Q93.890625 199.1298 94.5 199.67668Q95.125 200.22356 95.15625 201.17668L95.15625 204.09856Q95.15625 204.97356 95.375 205.48918L95.375 205.58293L94.234375 205.58293ZM92.4375 204.7548Q92.953125 204.7548 93.40625 204.48918Q93.859375 204.22356 94.0625 203.80168L94.0625 202.5048L93.21875 202.5048Q91.21875 202.5048 91.21875 203.67668Q91.21875 204.17668 91.5625 204.47356Q91.90625 204.7548 92.4375 204.7548ZM98.796875 197.70793L98.796875 199.23918L99.96875 199.23918L99.96875 200.08293L98.796875 200.08293L98.796875 204.0048Q98.796875 204.39543 98.953125 204.58293Q99.109375 204.77043 99.484375 204.77043Q99.671875 204.77043 100.0 204.70793L100.0 205.58293Q99.578125 205.70793 99.171875 205.70793Q98.453125 205.70793 98.078125 205.27043Q97.703125 204.8173 97.703125 204.0048L97.703125 200.08293L96.546875 200.08293L96.546875 199.23918L97.703125 199.23918L97.703125 197.70793L98.796875 197.70793ZM103.953125 205.70793Q102.65625 205.70793 101.84375 204.86418Q101.046875 204.0048 101.046875 202.58293L101.046875 202.39543Q101.046875 201.4423 101.40625 200.70793Q101.765625 199.95793 102.40625 199.55168Q103.0625 199.1298 103.8125 199.1298Q105.046875 199.1298 105.734375 199.9423Q106.421875 200.7548 106.421875 202.27043L106.421875 202.72356L102.125 202.72356Q102.15625 203.66106 102.671875 204.23918Q103.203125 204.8173 104.015625 204.8173Q104.578125 204.8173 104.96875 204.58293Q105.375 204.34856 105.6875 203.95793L106.34375 204.47356Q105.546875 205.70793 103.953125 205.70793ZM103.8125 200.02043Q103.15625 200.02043 102.703125 200.5048Q102.265625 200.97356 102.171875 201.83293L105.34375 201.83293L105.34375 201.7548Q105.296875 200.92668 104.890625 200.47356Q104.5 200.02043 103.8125 200.02043ZM108.34375 199.23918L108.375 200.03606Q109.109375 199.1298 110.28125 199.1298Q112.296875 199.1298 112.3125 201.39543L112.3125 205.58293L111.21875 205.58293L111.21875 201.3798Q111.21875 200.70793 110.90625 200.3798Q110.609375 200.05168 109.953125 200.05168Q109.421875 200.05168 109.015625 200.33293Q108.625 200.61418 108.40625 201.0673L108.40625 205.58293L107.328125 205.58293L107.328125 199.23918L108.34375 199.23918ZM116.859375 204.8173Q117.4375 204.8173 117.875 204.47356Q118.3125 204.11418 118.359375 203.58293L119.390625 203.58293Q119.359375 204.1298 119.0 204.6298Q118.65625 205.11418 118.078125 205.41106Q117.515625 205.70793 116.859375 205.70793Q115.5625 205.70793 114.796875 204.84856Q114.046875 203.97356 114.046875 202.47356L114.046875 202.28606Q114.046875 201.36418 114.375 200.64543Q114.71875 199.92668 115.34375 199.53606Q115.984375 199.1298 116.859375 199.1298Q117.921875 199.1298 118.625 199.77043Q119.34375 200.39543 119.390625 201.42668L118.359375 201.42668Q118.3125 200.80168 117.890625 200.41106Q117.46875 200.02043 116.859375 200.02043Q116.03125 200.02043 115.578125 200.61418Q115.125 201.20793 115.125 202.33293L115.125 202.53606Q115.125 203.6298 115.578125 204.22356Q116.03125 204.8173 116.859375 204.8173ZM122.390625 203.98918L123.875 199.23918L125.03125 199.23918L122.484375 206.5673Q121.890625 208.14543 120.609375 208.14543L120.390625 208.1298L120.0 208.05168L120.0 207.17668L120.28125 207.1923Q120.84375 207.1923 121.140625 206.97356Q121.453125 206.7548 121.65625 206.16106L121.890625 205.5048L119.625 199.23918L120.8125 199.23918L122.390625 203.98918ZM130.79688 197.70793L130.79688 199.23918L131.96875 199.23918L131.96875 200.08293L130.79688 200.08293L130.79688 204.0048Q130.79688 204.39543 130.95312 204.58293Q131.10938 204.77043 131.48438 204.77043Q131.67188 204.77043 132.0 204.70793L132.0 205.58293Q131.57812 205.70793 131.17188 205.70793Q130.45312 205.70793 130.07812 205.27043Q129.70312 204.8173 129.70312 204.0048L129.70312 200.08293L128.54688 200.08293L128.54688 199.23918L129.70312 199.23918L129.70312 197.70793L130.79688 197.70793ZM136.39062 200.20793Q136.14062 200.17668 135.85938 200.17668Q134.78125 200.17668 134.40625 201.08293L134.40625 205.58293L133.32812 205.58293L133.32812 199.23918L134.375 199.23918L134.39062 199.97356Q134.92188 199.1298 135.90625 199.1298Q136.21875 199.1298 136.39062 199.20793L136.39062 200.20793ZM141.23438 205.58293Q141.14062 205.39543 141.07812 204.91106Q140.32812 205.70793 139.28125 205.70793Q138.34375 205.70793 137.73438 205.17668Q137.14062 204.64543 137.14062 203.8173Q137.14062 202.83293 137.89062 202.28606Q138.64062 201.73918 140.01562 201.73918L141.0625 201.73918L141.0625 201.23918Q141.0625 200.67668 140.71875 200.34856Q140.39062 200.0048 139.71875 200.0048Q139.14062 200.0048 138.75 200.30168Q138.35938 200.58293 138.35938 201.0048L137.26562 201.0048Q137.26562 200.52043 137.59375 200.08293Q137.9375 199.64543 138.51562 199.39543Q139.09375 199.1298 139.78125 199.1298Q140.89062 199.1298 141.5 199.67668Q142.125 200.22356 142.15625 201.17668L142.15625 204.09856Q142.15625 204.97356 142.375 205.48918L142.375 205.58293L141.23438 205.58293ZM139.4375 204.7548Q139.95312 204.7548 140.40625 204.48918Q140.85938 204.22356 141.0625 203.80168L141.0625 202.5048L140.21875 202.5048Q138.21875 202.5048 138.21875 203.67668Q138.21875 204.17668 138.5625 204.47356Q138.90625 204.7548 139.4375 204.7548ZM146.85938 204.8173Q147.4375 204.8173 147.875 204.47356Q148.3125 204.11418 148.35938 203.58293L149.39062 203.58293Q149.35938 204.1298 149.0 204.6298Q148.65625 205.11418 148.07812 205.41106Q147.51562 205.70793 146.85938 205.70793Q145.5625 205.70793 144.79688 204.84856Q144.04688 203.97356 144.04688 202.47356L144.04688 202.28606Q144.04688 201.36418 144.375 200.64543Q144.71875 199.92668 145.34375 199.53606Q145.98438 199.1298 146.85938 199.1298Q147.92188 199.1298 148.625 199.77043Q149.34375 200.39543 149.39062 201.42668L148.35938 201.42668Q148.3125 200.80168 147.89062 200.41106Q147.46875 200.02043 146.85938 200.02043Q146.03125 200.02043 145.57812 200.61418Q145.125 201.20793 145.125 202.33293L145.125 202.53606Q145.125 203.6298 145.57812 204.22356Q146.03125 204.8173 146.85938 204.8173ZM152.95312 205.70793Q151.65625 205.70793 150.84375 204.86418Q150.04688 204.0048 150.04688 202.58293L150.04688 202.39543Q150.04688 201.4423 150.40625 200.70793Q150.76562 199.95793 151.40625 199.55168Q152.0625 199.1298 152.8125 199.1298Q154.04688 199.1298 154.73438 199.9423Q155.42188 200.7548 155.42188 202.27043L155.42188 202.72356L151.125 202.72356Q151.15625 203.66106 151.67188 204.23918Q152.20312 204.8173 153.01562 204.8173Q153.57812 204.8173 153.96875 204.58293Q154.375 204.34856 154.6875 203.95793L155.34375 204.47356Q154.54688 205.70793 152.95312 205.70793ZM152.8125 200.02043Q152.15625 200.02043 151.70312 200.5048Q151.26562 200.97356 151.17188 201.83293L154.34375 201.83293L154.34375 201.7548Q154.29688 200.92668 153.89062 200.47356Q153.5 200.02043 152.8125 200.02043ZM160.01562 203.89543Q160.01562 203.45793 159.67188 203.22356Q159.34375 202.97356 158.51562 202.80168Q157.70312 202.6298 157.21875 202.3798Q156.73438 202.1298 156.5 201.80168Q156.28125 201.45793 156.28125 200.98918Q156.28125 200.20793 156.9375 199.67668Q157.59375 199.1298 158.625 199.1298Q159.70312 199.1298 160.35938 199.6923Q161.03125 200.23918 161.03125 201.09856L159.95312 201.09856Q159.95312 200.66106 159.5625 200.34856Q159.1875 200.02043 158.625 200.02043Q158.03125 200.02043 157.6875 200.28606Q157.35938 200.53606 157.35938 200.9423Q157.35938 201.33293 157.67188 201.53606Q157.98438 201.73918 158.79688 201.92668Q159.60938 202.09856 160.10938 202.34856Q160.60938 202.59856 160.84375 202.95793Q161.09375 203.3173 161.09375 203.8173Q161.09375 204.67668 160.40625 205.1923Q159.73438 205.70793 158.65625 205.70793Q157.89062 205.70793 157.29688 205.4423Q156.71875 205.16106 156.39062 204.67668Q156.0625 204.1923 156.0625 203.6298L157.14062 203.6298Q157.17188 204.17668 157.57812 204.5048Q157.98438 204.8173 158.65625 204.8173Q159.26562 204.8173 159.64062 204.5673Q160.01562 204.3173 160.01562 203.89543ZM165.85938 205.58293L165.85938 200.08293L164.85938 200.08293L164.85938 199.23918L165.85938 199.23918L165.85938 198.59856Q165.85938 197.5673 166.39062 197.02043Q166.9375 196.45793 167.9375 196.45793Q168.3125 196.45793 168.6875 196.55168L168.625 197.4423Q168.34375 197.3798 168.04688 197.3798Q167.51562 197.3798 167.21875 197.6923Q166.9375 198.0048 166.9375 198.5673L166.9375 199.23918L168.29688 199.23918L168.29688 200.08293L166.9375 200.08293L166.9375 205.58293L165.85938 205.58293ZM172.39062 200.20793Q172.14062 200.17668 171.85938 200.17668Q170.78125 200.17668 170.40625 201.08293L170.40625 205.58293L169.32812 205.58293L169.32812 199.23918L170.375 199.23918L170.39062 199.97356Q170.92188 199.1298 171.90625 199.1298Q172.21875 199.1298 172.39062 199.20793L172.39062 200.20793ZM173.03125 202.34856Q173.03125 201.42668 173.39062 200.67668Q173.76562 199.92668 174.42188 199.53606Q175.07812 199.1298 175.90625 199.1298Q177.20312 199.1298 178.0 200.02043Q178.8125 200.91106 178.8125 202.41106L178.8125 202.48918Q178.8125 203.41106 178.45312 204.14543Q178.09375 204.8798 177.4375 205.30168Q176.78125 205.70793 175.92188 205.70793Q174.64062 205.70793 173.82812 204.8173Q173.03125 203.91106 173.03125 202.42668L173.03125 202.34856ZM174.125 202.48918Q174.125 203.53606 174.60938 204.17668Q175.10938 204.8173 175.92188 204.8173Q176.75 204.8173 177.23438 204.17668Q177.71875 203.52043 177.71875 202.34856Q177.71875 201.3173 177.21875 200.67668Q176.73438 200.02043 175.90625 200.02043Q175.10938 200.02043 174.60938 200.66106Q174.125 201.28606 174.125 202.48918ZM181.34375 199.23918L181.375 199.9423Q182.0625 199.1298 183.25 199.1298Q184.57812 199.1298 185.0625 200.14543Q185.375 199.6923 185.875 199.41106Q186.39062 199.1298 187.07812 199.1298Q189.17188 199.1298 189.20312 201.33293L189.20312 205.58293L188.125 205.58293L188.125 201.39543Q188.125 200.72356 187.8125 200.39543Q187.5 200.05168 186.76562 200.05168Q186.15625 200.05168 185.75 200.41106Q185.35938 200.77043 185.29688 201.3798L185.29688 205.58293L184.21875 205.58293L184.21875 201.42668Q184.21875 200.05168 182.85938 200.05168Q181.79688 200.05168 181.40625 200.95793L181.40625 205.58293L180.3125 205.58293L180.3125 199.23918L181.34375 199.23918ZM200.79688 204.45793Q200.35938 205.08293 199.57812 205.39543Q198.79688 205.70793 197.76562 205.70793Q196.73438 205.70793 195.92188 205.22356Q195.10938 204.72356 194.67188 203.8173Q194.23438 202.91106 194.21875 201.72356L194.21875 200.98918Q194.21875 199.05168 195.10938 197.98918Q196.01562 196.92668 197.64062 196.92668Q198.98438 196.92668 199.79688 197.61418Q200.60938 198.30168 200.79688 199.55168L199.67188 199.55168Q199.34375 197.86418 197.65625 197.86418Q196.51562 197.86418 195.9375 198.66106Q195.35938 199.4423 195.34375 200.95793L195.34375 201.64543Q195.34375 203.08293 196.0 203.9423Q196.65625 204.78606 197.78125 204.78606Q198.40625 204.78606 198.875 204.64543Q199.35938 204.5048 199.67188 204.16106L199.67188 202.2548L197.70312 202.2548L197.70312 201.33293L200.79688 201.33293L200.79688 204.45793ZM202.03125 202.34856Q202.03125 201.42668 202.39062 200.67668Q202.76562 199.92668 203.42188 199.53606Q204.07812 199.1298 204.90625 199.1298Q206.20312 199.1298 207.0 200.02043Q207.8125 200.91106 207.8125 202.41106L207.8125 202.48918Q207.8125 203.41106 207.45312 204.14543Q207.09375 204.8798 206.4375 205.30168Q205.78125 205.70793 204.92188 205.70793Q203.64062 205.70793 202.82812 204.8173Q202.03125 203.91106 202.03125 202.42668L202.03125 202.34856ZM203.125 202.48918Q203.125 203.53606 203.60938 204.17668Q204.10938 204.8173 204.92188 204.8173Q205.75 204.8173 206.23438 204.17668Q206.71875 203.52043 206.71875 202.34856Q206.71875 201.3173 206.21875 200.67668Q205.73438 200.02043 204.90625 200.02043Q204.10938 200.02043 203.60938 200.66106Q203.125 201.28606 203.125 202.48918ZM214.85938 204.8173Q215.4375 204.8173 215.875 204.47356Q216.3125 204.11418 216.35938 203.58293L217.39062 203.58293Q217.35938 204.1298 217.0 204.6298Q216.65625 205.11418 216.07812 205.41106Q215.51562 205.70793 214.85938 205.70793Q213.5625 205.70793 212.79688 204.84856Q212.04688 203.97356 212.04688 202.47356L212.04688 202.28606Q212.04688 201.36418 212.375 200.64543Q212.71875 199.92668 213.34375 199.53606Q213.98438 199.1298 214.85938 199.1298Q215.92188 199.1298 216.625 199.77043Q217.34375 200.39543 217.39062 201.42668L216.35938 201.42668Q216.3125 200.80168 215.89062 200.41106Q215.46875 200.02043 214.85938 200.02043Q214.03125 200.02043 213.57812 200.61418Q213.125 201.20793 213.125 202.33293L213.125 202.53606Q213.125 203.6298 213.57812 204.22356Q214.03125 204.8173 214.85938 204.8173ZM218.03125 202.34856Q218.03125 201.42668 218.39062 200.67668Q218.76562 199.92668 219.42188 199.53606Q220.07812 199.1298 220.90625 199.1298Q222.20312 199.1298 223.0 200.02043Q223.8125 200.91106 223.8125 202.41106L223.8125 202.48918Q223.8125 203.41106 223.45312 204.14543Q223.09375 204.8798 222.4375 205.30168Q221.78125 205.70793 220.92188 205.70793Q219.64062 205.70793 218.82812 204.8173Q218.03125 203.91106 218.03125 202.42668L218.03125 202.34856ZM219.125 202.48918Q219.125 203.53606 219.60938 204.17668Q220.10938 204.8173 220.92188 204.8173Q221.75 204.8173 222.23438 204.17668Q222.71875 203.52043 222.71875 202.34856Q222.71875 201.3173 222.21875 200.67668Q221.73438 200.02043 220.90625 200.02043Q220.10938 200.02043 219.60938 200.66106Q219.125 201.28606 219.125 202.48918ZM225.0625 202.36418Q225.0625 200.89543 225.75 200.02043Q226.4375 199.1298 227.5625 199.1298Q228.67188 199.1298 229.32812 199.8798L229.32812 196.58293L230.40625 196.58293L230.40625 205.58293L229.40625 205.58293L229.35938 204.89543Q228.70312 205.70793 227.54688 205.70793Q226.45312 205.70793 225.75 204.80168Q225.0625 203.89543 225.0625 202.4423L225.0625 202.36418ZM226.14062 202.48918Q226.14062 203.5673 226.57812 204.17668Q227.03125 204.78606 227.8125 204.78606Q228.84375 204.78606 229.32812 203.84856L229.32812 200.9423Q228.84375 200.05168 227.82812 200.05168Q227.03125 200.05168 226.57812 200.66106Q226.14062 201.27043 226.14062 202.48918ZM234.95312 205.70793Q233.65625 205.70793 232.84375 204.86418Q232.04688 204.0048 232.04688 202.58293L232.04688 202.39543Q232.04688 201.4423 232.40625 200.70793Q232.76562 199.95793 233.40625 199.55168Q234.0625 199.1298 234.8125 199.1298Q236.04688 199.1298 236.73438 199.9423Q237.42188 200.7548 237.42188 202.27043L237.42188 202.72356L233.125 202.72356Q233.15625 203.66106 233.67188 204.23918Q234.20312 204.8173 235.01562 204.8173Q235.57812 204.8173 235.96875 204.58293Q236.375 204.34856 236.6875 203.95793L237.34375 204.47356Q236.54688 205.70793 234.95312 205.70793ZM234.8125 200.02043Q234.15625 200.02043 233.70312 200.5048Q233.26562 200.97356 233.17188 201.83293L236.34375 201.83293L236.34375 201.7548Q236.29688 200.92668 235.89062 200.47356Q235.5 200.02043 234.8125 200.02043Z" fill-rule="nonzero"/><path fill="#666666" d="M73.703125 228.62192L72.578125 228.62192L72.578125 220.09067L73.703125 220.09067L73.703125 228.62192ZM80.953125 228.74692Q79.65625 228.74692 78.84375 227.90317Q78.046875 227.0438 78.046875 225.62192L78.046875 225.43442Q78.046875 224.4813 78.40625 223.74692Q78.765625 222.99692 79.40625 222.59067Q80.0625 222.1688 80.8125 222.1688Q82.046875 222.1688 82.734375 222.9813Q83.421875 223.7938 83.421875 225.30942L83.421875 225.76254L79.125 225.76254Q79.15625 226.70004 79.671875 227.27817Q80.203125 227.8563 81.015625 227.8563Q81.578125 227.8563 81.96875 227.62192Q82.375 227.38754 82.6875 226.99692L83.34375 227.51254Q82.546875 228.74692 80.953125 228.74692ZM80.8125 223.05942Q80.15625 223.05942 79.703125 223.5438Q79.265625 224.01254 79.171875 224.87192L82.34375 224.87192L82.34375 224.7938Q82.296875 223.96567 81.890625 223.51254Q81.5 223.05942 80.8125 223.05942ZM86.453125 224.59067L87.859375 222.27817L89.125 222.27817L87.046875 225.4188L89.1875 228.62192L87.9375 228.62192L86.46875 226.24692L85.0 228.62192L83.734375 228.62192L85.875 225.4188L83.8125 222.27817L85.0625 222.27817L86.453125 224.59067ZM94.234375 228.62192Q94.140625 228.43442 94.078125 227.95004Q93.328125 228.74692 92.28125 228.74692Q91.34375 228.74692 90.734375 228.21567Q90.140625 227.68442 90.140625 226.8563Q90.140625 225.87192 90.890625 225.32504Q91.640625 224.77817 93.015625 224.77817L94.0625 224.77817L94.0625 224.27817Q94.0625 223.71567 93.71875 223.38754Q93.390625 223.0438 92.71875 223.0438Q92.140625 223.0438 91.75 223.34067Q91.359375 223.62192 91.359375 224.0438L90.265625 224.0438Q90.265625 223.55942 90.59375 223.12192Q90.9375 222.68442 91.515625 222.43442Q92.09375 222.1688 92.78125 222.1688Q93.890625 222.1688 94.5 222.71567Q95.125 223.26254 95.15625 224.21567L95.15625 227.13754Q95.15625 228.01254 95.375 228.52817L95.375 228.62192L94.234375 228.62192ZM92.4375 227.7938Q92.953125 227.7938 93.40625 227.52817Q93.859375 227.26254 94.0625 226.84067L94.0625 225.5438L93.21875 225.5438Q91.21875 225.5438 91.21875 226.71567Q91.21875 227.21567 91.5625 227.51254Q91.90625 227.7938 92.4375 227.7938ZM98.34375 222.27817L98.375 222.9813Q99.0625 222.1688 100.25 222.1688Q101.578125 222.1688 102.0625 223.18442Q102.375 222.7313 102.875 222.45004Q103.390625 222.1688 104.078125 222.1688Q106.171875 222.1688 106.203125 224.37192L106.203125 228.62192L105.125 228.62192L105.125 224.43442Q105.125 223.76254 104.8125 223.43442Q104.5 223.09067 103.765625 223.09067Q103.15625 223.09067 102.75 223.45004Q102.359375 223.80942 102.296875 224.4188L102.296875 228.62192L101.21875 228.62192L101.21875 224.46567Q101.21875 223.09067 99.859375 223.09067Q98.796875 223.09067 98.40625 223.99692L98.40625 228.62192L97.3125 228.62192L97.3125 222.27817L98.34375 222.27817ZM109.5 228.62192L108.421875 228.62192L108.421875 222.27817L109.5 222.27817L109.5 228.62192ZM108.328125 220.6063Q108.328125 220.34067 108.484375 220.15317Q108.65625 219.96567 108.96875 219.96567Q109.28125 219.96567 109.4375 220.15317Q109.609375 220.34067 109.609375 220.6063Q109.609375 220.8563 109.4375 221.0438Q109.28125 221.21567 108.96875 221.21567Q108.65625 221.21567 108.484375 221.0438Q108.328125 220.8563 108.328125 220.6063ZM112.34375 222.27817L112.375 223.07504Q113.109375 222.1688 114.28125 222.1688Q116.296875 222.1688 116.3125 224.43442L116.3125 228.62192L115.21875 228.62192L115.21875 224.4188Q115.21875 223.74692 114.90625 223.4188Q114.609375 223.09067 113.953125 223.09067Q113.421875 223.09067 113.015625 223.37192Q112.625 223.65317 112.40625 224.1063L112.40625 228.62192L111.328125 228.62192L111.328125 222.27817L112.34375 222.27817ZM120.953125 228.74692Q119.65625 228.74692 118.84375 227.90317Q118.046875 227.0438 118.046875 225.62192L118.046875 225.43442Q118.046875 224.4813 118.40625 223.74692Q118.765625 222.99692 119.40625 222.59067Q120.0625 222.1688 120.8125 222.1688Q122.046875 222.1688 122.734375 222.9813Q123.421875 223.7938 123.421875 225.30942L123.421875 225.76254L119.125 225.76254Q119.15625 226.70004 119.671875 227.27817Q120.203125 227.8563 121.015625 227.8563Q121.578125 227.8563 121.96875 227.62192Q122.375 227.38754 122.6875 226.99692L123.34375 227.51254Q122.546875 228.74692 120.953125 228.74692ZM120.8125 223.05942Q120.15625 223.05942 119.703125 223.5438Q119.265625 224.01254 119.171875 224.87192L122.34375 224.87192L122.34375 224.7938Q122.296875 223.96567 121.890625 223.51254Q121.5 223.05942 120.8125 223.05942ZM129.85938 227.8563Q130.4375 227.8563 130.875 227.51254Q131.3125 227.15317 131.35938 226.62192L132.39062 226.62192Q132.35938 227.1688 132.0 227.6688Q131.65625 228.15317 131.07812 228.45004Q130.51562 228.74692 129.85938 228.74692Q128.5625 228.74692 127.796875 227.88754Q127.046875 227.01254 127.046875 225.51254L127.046875 225.32504Q127.046875 224.40317 127.375 223.68442Q127.71875 222.96567 128.34375 222.57504Q128.98438 222.1688 129.85938 222.1688Q130.92188 222.1688 131.625 222.80942Q132.34375 223.43442 132.39062 224.46567L131.35938 224.46567Q131.3125 223.84067 130.89062 223.45004Q130.46875 223.05942 129.85938 223.05942Q129.03125 223.05942 128.57812 223.65317Q128.125 224.24692 128.125 225.37192L128.125 225.57504Q128.125 226.6688 128.57812 227.26254Q129.03125 227.8563 129.85938 227.8563ZM133.03125 225.38754Q133.03125 224.46567 133.39062 223.71567Q133.76562 222.96567 134.42188 222.57504Q135.07812 222.1688 135.90625 222.1688Q137.20312 222.1688 138.0 223.05942Q138.8125 223.95004 138.8125 225.45004L138.8125 225.52817Q138.8125 226.45004 138.45312 227.18442Q138.09375 227.9188 137.4375 228.34067Q136.78125 228.74692 135.92188 228.74692Q134.64062 228.74692 133.82812 227.8563Q133.03125 226.95004 133.03125 225.46567L133.03125 225.38754ZM134.125 225.52817Q134.125 226.57504 134.60938 227.21567Q135.10938 227.8563 135.92188 227.8563Q136.75 227.8563 137.23438 227.21567Q137.71875 226.55942 137.71875 225.38754Q137.71875 224.3563 137.21875 223.71567Q136.73438 223.05942 135.90625 223.05942Q135.10938 223.05942 134.60938 223.70004Q134.125 224.32504 134.125 225.52817ZM143.39062 223.24692Q143.14062 223.21567 142.85938 223.21567Q141.78125 223.21567 141.40625 224.12192L141.40625 228.62192L140.32812 228.62192L140.32812 222.27817L141.375 222.27817L141.39062 223.01254Q141.92188 222.1688 142.90625 222.1688Q143.21875 222.1688 143.39062 222.24692L143.39062 223.24692ZM146.95312 228.74692Q145.65625 228.74692 144.84375 227.90317Q144.04688 227.0438 144.04688 225.62192L144.04688 225.43442Q144.04688 224.4813 144.40625 223.74692Q144.76562 222.99692 145.40625 222.59067Q146.0625 222.1688 146.8125 222.1688Q148.04688 222.1688 148.73438 222.9813Q149.42188 223.7938 149.42188 225.30942L149.42188 225.76254L145.125 225.76254Q145.15625 226.70004 145.67188 227.27817Q146.20312 227.8563 147.01562 227.8563Q147.57812 227.8563 147.96875 227.62192Q148.375 227.38754 148.6875 226.99692L149.34375 227.51254Q148.54688 228.74692 146.95312 228.74692ZM146.8125 223.05942Q146.15625 223.05942 145.70312 223.5438Q145.26562 224.01254 145.17188 224.87192L148.34375 224.87192L148.34375 224.7938Q148.29688 223.96567 147.89062 223.51254Q147.5 223.05942 146.8125 223.05942ZM153.0625 225.40317Q153.0625 223.93442 153.75 223.05942Q154.4375 222.1688 155.5625 222.1688Q156.67188 222.1688 157.32812 222.9188L157.32812 219.62192L158.40625 219.62192L158.40625 228.62192L157.40625 228.62192L157.35938 227.93442Q156.70312 228.74692 155.54688 228.74692Q154.45312 228.74692 153.75 227.84067Q153.0625 226.93442 153.0625 225.4813L153.0625 225.40317ZM154.14062 225.52817Q154.14062 226.6063 154.57812 227.21567Q155.03125 227.82504 155.8125 227.82504Q156.84375 227.82504 157.32812 226.88754L157.32812 223.9813Q156.84375 223.09067 155.82812 223.09067Q155.03125 223.09067 154.57812 223.70004Q154.14062 224.30942 154.14062 225.52817ZM164.23438 227.99692Q163.60938 228.74692 162.375 228.74692Q161.35938 228.74692 160.82812 228.15317Q160.29688 227.55942 160.29688 226.40317L160.29688 222.27817L161.375 222.27817L161.375 226.37192Q161.375 227.82504 162.54688 227.82504Q163.79688 227.82504 164.20312 226.88754L164.20312 222.27817L165.29688 222.27817L165.29688 228.62192L164.26562 228.62192L164.23438 227.99692ZM168.34375 222.27817L168.375 222.9813Q169.0625 222.1688 170.25 222.1688Q171.57812 222.1688 172.0625 223.18442Q172.375 222.7313 172.875 222.45004Q173.39062 222.1688 174.07812 222.1688Q176.17188 222.1688 176.20312 224.37192L176.20312 228.62192L175.125 228.62192L175.125 224.43442Q175.125 223.76254 174.8125 223.43442Q174.5 223.09067 173.76562 223.09067Q173.15625 223.09067 172.75 223.45004Q172.35938 223.80942 172.29688 224.4188L172.29688 228.62192L171.21875 228.62192L171.21875 224.46567Q171.21875 223.09067 169.85938 223.09067Q168.79688 223.09067 168.40625 223.99692L168.40625 228.62192L167.3125 228.62192L167.3125 222.27817L168.34375 222.27817ZM183.67188 225.52817Q183.67188 226.96567 183.01562 227.8563Q182.35938 228.74692 181.21875 228.74692Q180.0625 228.74692 179.40625 228.01254L179.40625 231.05942L178.32812 231.05942L178.32812 222.27817L179.3125 222.27817L179.35938 222.9813Q180.03125 222.1688 181.20312 222.1688Q182.34375 222.1688 183.0 223.02817Q183.67188 223.88754 183.67188 225.4188L183.67188 225.52817ZM182.59375 225.40317Q182.59375 224.32504 182.125 223.71567Q181.67188 223.09067 180.875 223.09067Q179.89062 223.09067 179.40625 223.95004L179.40625 226.9813Q179.89062 227.8563 180.89062 227.8563Q181.67188 227.8563 182.125 227.24692Q182.59375 226.62192 182.59375 225.40317ZM189.01562 226.93442Q189.01562 226.49692 188.67188 226.26254Q188.34375 226.01254 187.51562 225.84067Q186.70312 225.6688 186.21875 225.4188Q185.73438 225.1688 185.5 224.84067Q185.28125 224.49692 185.28125 224.02817Q185.28125 223.24692 185.9375 222.71567Q186.59375 222.1688 187.625 222.1688Q188.70312 222.1688 189.35938 222.7313Q190.03125 223.27817 190.03125 224.13754L188.95312 224.13754Q188.95312 223.70004 188.5625 223.38754Q188.1875 223.05942 187.625 223.05942Q187.03125 223.05942 186.6875 223.32504Q186.35938 223.57504 186.35938 223.9813Q186.35938 224.37192 186.67188 224.57504Q186.98438 224.77817 187.79688 224.96567Q188.60938 225.13754 189.10938 225.38754Q189.60938 225.63754 189.84375 225.99692Q190.09375 226.3563 190.09375 226.8563Q190.09375 227.71567 189.40625 228.2313Q188.73438 228.74692 187.65625 228.74692Q186.89062 228.74692 186.29688 228.4813Q185.71875 228.20004 185.39062 227.71567Q185.0625 227.2313 185.0625 226.6688L186.14062 226.6688Q186.17188 227.21567 186.57812 227.5438Q186.98438 227.8563 187.65625 227.8563Q188.26562 227.8563 188.64062 227.6063Q189.01562 227.3563 189.01562 226.93442ZM194.85938 228.62192L194.85938 223.12192L193.85938 223.12192L193.85938 222.27817L194.85938 222.27817L194.85938 221.63754Q194.85938 220.6063 195.39062 220.05942Q195.9375 219.49692 196.9375 219.49692Q197.3125 219.49692 197.6875 219.59067L197.625 220.4813Q197.34375 220.4188 197.04688 220.4188Q196.51562 220.4188 196.21875 220.7313Q195.9375 221.0438 195.9375 221.6063L195.9375 222.27817L197.29688 222.27817L197.29688 223.12192L195.9375 223.12192L195.9375 228.62192L194.85938 228.62192ZM201.39062 223.24692Q201.14062 223.21567 200.85938 223.21567Q199.78125 223.21567 199.40625 224.12192L199.40625 228.62192L198.32812 228.62192L198.32812 222.27817L199.375 222.27817L199.39062 223.01254Q199.92188 222.1688 200.90625 222.1688Q201.21875 222.1688 201.39062 222.24692L201.39062 223.24692ZM202.03125 225.38754Q202.03125 224.46567 202.39062 223.71567Q202.76562 222.96567 203.42188 222.57504Q204.07812 222.1688 204.90625 222.1688Q206.20312 222.1688 207.0 223.05942Q207.8125 223.95004 207.8125 225.45004L207.8125 225.52817Q207.8125 226.45004 207.45312 227.18442Q207.09375 227.9188 206.4375 228.34067Q205.78125 228.74692 204.92188 228.74692Q203.64062 228.74692 202.82812 227.8563Q202.03125 226.95004 202.03125 225.46567L202.03125 225.38754ZM203.125 225.52817Q203.125 226.57504 203.60938 227.21567Q204.10938 227.8563 204.92188 227.8563Q205.75 227.8563 206.23438 227.21567Q206.71875 226.55942 206.71875 225.38754Q206.71875 224.3563 206.21875 223.71567Q205.73438 223.05942 204.90625 223.05942Q204.10938 223.05942 203.60938 223.70004Q203.125 224.32504 203.125 225.52817ZM210.34375 222.27817L210.375 222.9813Q211.0625 222.1688 212.25 222.1688Q213.57812 222.1688 214.0625 223.18442Q214.375 222.7313 214.875 222.45004Q215.39062 222.1688 216.07812 222.1688Q218.17188 222.1688 218.20312 224.37192L218.20312 228.62192L217.125 228.62192L217.125 224.43442Q217.125 223.76254 216.8125 223.43442Q216.5 223.09067 215.76562 223.09067Q215.15625 223.09067 214.75 223.45004Q214.35938 223.80942 214.29688 224.4188L214.29688 228.62192L213.21875 228.62192L213.21875 224.46567Q213.21875 223.09067 211.85938 223.09067Q210.79688 223.09067 210.40625 223.99692L210.40625 228.62192L209.3125 228.62192L209.3125 222.27817L210.34375 222.27817ZM229.79688 227.49692Q229.35938 228.12192 228.57812 228.43442Q227.79688 228.74692 226.76562 228.74692Q225.73438 228.74692 224.92188 228.26254Q224.10938 227.76254 223.67188 226.8563Q223.23438 225.95004 223.21875 224.76254L223.21875 224.02817Q223.21875 222.09067 224.10938 221.02817Q225.01562 219.96567 226.64062 219.96567Q227.98438 219.96567 228.79688 220.65317Q229.60938 221.34067 229.79688 222.59067L228.67188 222.59067Q228.34375 220.90317 226.65625 220.90317Q225.51562 220.90317 224.9375 221.70004Q224.35938 222.4813 224.34375 223.99692L224.34375 224.68442Q224.34375 226.12192 225.0 226.9813Q225.65625 227.82504 226.78125 227.82504Q227.40625 227.82504 227.875 227.68442Q228.35938 227.5438 228.67188 227.20004L228.67188 225.2938L226.70312 225.2938L226.70312 224.37192L229.79688 224.37192L229.79688 227.49692ZM231.03125 225.38754Q231.03125 224.46567 231.39062 223.71567Q231.76562 222.96567 232.42188 222.57504Q233.07812 222.1688 233.90625 222.1688Q235.20312 222.1688 236.0 223.05942Q236.8125 223.95004 236.8125 225.45004L236.8125 225.52817Q236.8125 226.45004 236.45312 227.18442Q236.09375 227.9188 235.4375 228.34067Q234.78125 228.74692 233.92188 228.74692Q232.64062 228.74692 231.82812 227.8563Q231.03125 226.95004 231.03125 225.46567L231.03125 225.38754ZM232.125 225.52817Q232.125 226.57504 232.60938 227.21567Q233.10938 227.8563 233.92188 227.8563Q234.75 227.8563 235.23438 227.21567Q235.71875 226.55942 235.71875 225.38754Q235.71875 224.3563 235.21875 223.71567Q234.73438 223.05942 233.90625 223.05942Q233.10938 223.05942 232.60938 223.70004Q232.125 224.32504 232.125 225.52817Z" fill-rule="nonzero"/><path fill="#666666" d="M175.23438 243.62192Q175.14062 243.43442 175.07812 242.95004Q174.32812 243.74692 173.28125 243.74692Q172.34375 243.74692 171.73438 243.21567Q171.14062 242.68442 171.14062 241.8563Q171.14062 240.87192 171.89062 240.32504Q172.64062 239.77817 174.01562 239.77817L175.0625 239.77817L175.0625 239.27817Q175.0625 238.71567 174.71875 238.38754Q174.39062 238.0438 173.71875 238.0438Q173.14062 238.0438 172.75 238.34067Q172.35938 238.62192 172.35938 239.0438L171.26562 239.0438Q171.26562 238.55942 171.59375 238.12192Q171.9375 237.68442 172.51562 237.43442Q173.09375 237.1688 173.78125 237.1688Q174.89062 237.1688 175.5 237.71567Q176.125 238.26254 176.15625 239.21567L176.15625 242.13754Q176.15625 243.01254 176.375 243.52817L176.375 243.62192L175.23438 243.62192ZM173.4375 242.7938Q173.95312 242.7938 174.40625 242.52817Q174.85938 242.26254 175.0625 241.84067L175.0625 240.5438L174.21875 240.5438Q172.21875 240.5438 172.21875 241.71567Q172.21875 242.21567 172.5625 242.51254Q172.90625 242.7938 173.4375 242.7938ZM183.67188 240.52817Q183.67188 241.96567 183.01562 242.8563Q182.35938 243.74692 181.21875 243.74692Q180.0625 243.74692 179.40625 243.01254L179.40625 246.05942L178.32812 246.05942L178.32812 237.27817L179.3125 237.27817L179.35938 237.9813Q180.03125 237.1688 181.20312 237.1688Q182.34375 237.1688 183.0 238.02817Q183.67188 238.88754 183.67188 240.4188L183.67188 240.52817ZM182.59375 240.40317Q182.59375 239.32504 182.125 238.71567Q181.67188 238.09067 180.875 238.09067Q179.89062 238.09067 179.40625 238.95004L179.40625 241.9813Q179.89062 242.8563 180.89062 242.8563Q181.67188 242.8563 182.125 242.24692Q182.59375 241.62192 182.59375 240.40317ZM190.67188 240.52817Q190.67188 241.96567 190.01562 242.8563Q189.35938 243.74692 188.21875 243.74692Q187.0625 243.74692 186.40625 243.01254L186.40625 246.05942L185.32812 246.05942L185.32812 237.27817L186.3125 237.27817L186.35938 237.9813Q187.03125 237.1688 188.20312 237.1688Q189.34375 237.1688 190.0 238.02817Q190.67188 238.88754 190.67188 240.4188L190.67188 240.52817ZM189.59375 240.40317Q189.59375 239.32504 189.125 238.71567Q188.67188 238.09067 187.875 238.09067Q186.89062 238.09067 186.40625 238.95004L186.40625 241.9813Q186.89062 242.8563 187.89062 242.8563Q188.67188 242.8563 189.125 242.24692Q189.59375 241.62192 189.59375 240.40317ZM193.5 243.62192L192.42188 243.62192L192.42188 234.62192L193.5 234.62192L193.5 243.62192ZM196.5 243.62192L195.42188 243.62192L195.42188 237.27817L196.5 237.27817L196.5 243.62192ZM195.32812 235.6063Q195.32812 235.34067 195.48438 235.15317Q195.65625 234.96567 195.96875 234.96567Q196.28125 234.96567 196.4375 235.15317Q196.60938 235.34067 196.60938 235.6063Q196.60938 235.8563 196.4375 236.0438Q196.28125 236.21567 195.96875 236.21567Q195.65625 236.21567 195.48438 236.0438Q195.32812 235.8563 195.32812 235.6063ZM200.85938 242.8563Q201.4375 242.8563 201.875 242.51254Q202.3125 242.15317 202.35938 241.62192L203.39062 241.62192Q203.35938 242.1688 203.0 242.6688Q202.65625 243.15317 202.07812 243.45004Q201.51562 243.74692 200.85938 243.74692Q199.5625 243.74692 198.79688 242.88754Q198.04688 242.01254 198.04688 240.51254L198.04688 240.32504Q198.04688 239.40317 198.375 238.68442Q198.71875 237.96567 199.34375 237.57504Q199.98438 237.1688 200.85938 237.1688Q201.92188 237.1688 202.625 237.80942Q203.34375 238.43442 203.39062 239.46567L202.35938 239.46567Q202.3125 238.84067 201.89062 238.45004Q201.46875 238.05942 200.85938 238.05942Q200.03125 238.05942 199.57812 238.65317Q199.125 239.24692 199.125 240.37192L199.125 240.57504Q199.125 241.6688 199.57812 242.26254Q200.03125 242.8563 200.85938 242.8563ZM208.23438 243.62192Q208.14062 243.43442 208.07812 242.95004Q207.32812 243.74692 206.28125 243.74692Q205.34375 243.74692 204.73438 243.21567Q204.14062 242.68442 204.14062 241.8563Q204.14062 240.87192 204.89062 240.32504Q205.64062 239.77817 207.01562 239.77817L208.0625 239.77817L208.0625 239.27817Q208.0625 238.71567 207.71875 238.38754Q207.39062 238.0438 206.71875 238.0438Q206.14062 238.0438 205.75 238.34067Q205.35938 238.62192 205.35938 239.0438L204.26562 239.0438Q204.26562 238.55942 204.59375 238.12192Q204.9375 237.68442 205.51562 237.43442Q206.09375 237.1688 206.78125 237.1688Q207.89062 237.1688 208.5 237.71567Q209.125 238.26254 209.15625 239.21567L209.15625 242.13754Q209.15625 243.01254 209.375 243.52817L209.375 243.62192L208.23438 243.62192ZM206.4375 242.7938Q206.95312 242.7938 207.40625 242.52817Q207.85938 242.26254 208.0625 241.84067L208.0625 240.5438L207.21875 240.5438Q205.21875 240.5438 205.21875 241.71567Q205.21875 242.21567 205.5625 242.51254Q205.90625 242.7938 206.4375 242.7938ZM212.79688 235.74692L212.79688 237.27817L213.96875 237.27817L213.96875 238.12192L212.79688 238.12192L212.79688 242.0438Q212.79688 242.43442 212.95312 242.62192Q213.10938 242.80942 213.48438 242.80942Q213.67188 242.80942 214.0 242.74692L214.0 243.62192Q213.57812 243.74692 213.17188 243.74692Q212.45312 243.74692 212.07812 243.30942Q211.70312 242.8563 211.70312 242.0438L211.70312 238.12192L210.54688 238.12192L210.54688 237.27817L211.70312 237.27817L211.70312 235.74692L212.79688 235.74692ZM216.5 243.62192L215.42188 243.62192L215.42188 237.27817L216.5 237.27817L216.5 243.62192ZM215.32812 235.6063Q215.32812 235.34067 215.48438 235.15317Q215.65625 234.96567 215.96875 234.96567Q216.28125 234.96567 216.4375 235.15317Q216.60938 235.34067 216.60938 235.6063Q216.60938 235.8563 216.4375 236.0438Q216.28125 236.21567 215.96875 236.21567Q215.65625 236.21567 215.48438 236.0438Q215.32812 235.8563 215.32812 235.6063ZM218.03125 240.38754Q218.03125 239.46567 218.39062 238.71567Q218.76562 237.96567 219.42188 237.57504Q220.07812 237.1688 220.90625 237.1688Q222.20312 237.1688 223.0 238.05942Q223.8125 238.95004 223.8125 240.45004L223.8125 240.52817Q223.8125 241.45004 223.45312 242.18442Q223.09375 242.9188 222.4375 243.34067Q221.78125 243.74692 220.92188 243.74692Q219.64062 243.74692 218.82812 242.8563Q218.03125 241.95004 218.03125 240.46567L218.03125 240.38754ZM219.125 240.52817Q219.125 241.57504 219.60938 242.21567Q220.10938 242.8563 220.92188 242.8563Q221.75 242.8563 222.23438 242.21567Q222.71875 241.55942 222.71875 240.38754Q222.71875 239.3563 222.21875 238.71567Q221.73438 238.05942 220.90625 238.05942Q220.10938 238.05942 219.60938 238.70004Q219.125 239.32504 219.125 240.52817ZM226.34375 237.27817L226.375 238.07504Q227.10938 237.1688 228.28125 237.1688Q230.29688 237.1688 230.3125 239.43442L230.3125 243.62192L229.21875 243.62192L229.21875 239.4188Q229.21875 238.74692 228.90625 238.4188Q228.60938 238.09067 227.95312 238.09067Q227.42188 238.09067 227.01562 238.37192Q226.625 238.65317 226.40625 239.1063L226.40625 243.62192L225.32812 243.62192L225.32812 237.27817L226.34375 237.27817ZM236.01562 241.93442Q236.01562 241.49692 235.67188 241.26254Q235.34375 241.01254 234.51562 240.84067Q233.70312 240.6688 233.21875 240.4188Q232.73438 240.1688 232.5 239.84067Q232.28125 239.49692 232.28125 239.02817Q232.28125 238.24692 232.9375 237.71567Q233.59375 237.1688 234.625 237.1688Q235.70312 237.1688 236.35938 237.7313Q237.03125 238.27817 237.03125 239.13754L235.95312 239.13754Q235.95312 238.70004 235.5625 238.38754Q235.1875 238.05942 234.625 238.05942Q234.03125 238.05942 233.6875 238.32504Q233.35938 238.57504 233.35938 238.9813Q233.35938 239.37192 233.67188 239.57504Q233.98438 239.77817 234.79688 239.96567Q235.60938 240.13754 236.10938 240.38754Q236.60938 240.63754 236.84375 240.99692Q237.09375 241.3563 237.09375 241.8563Q237.09375 242.71567 236.40625 243.2313Q235.73438 243.74692 234.65625 243.74692Q233.89062 243.74692 233.29688 243.4813Q232.71875 243.20004 232.39062 242.71567Q232.0625 242.2313 232.0625 241.6688L233.14062 241.6688Q233.17188 242.21567 233.57812 242.5438Q233.98438 242.8563 234.65625 242.8563Q235.26562 242.8563 235.64062 242.6063Q236.01562 242.3563 236.01562 241.93442Z" fill-rule="nonzero"/><path fill="#666666" d="M23.703125 259.1609L22.578125 259.1609L22.578125 250.62964L23.703125 250.62964L23.703125 259.1609ZM32.234375 258.5359Q31.609375 259.2859 30.375 259.2859Q29.359375 259.2859 28.828125 258.69214Q28.296875 258.0984 28.296875 256.94214L28.296875 252.81714L29.375 252.81714L29.375 256.9109Q29.375 258.364 30.546875 258.364Q31.796875 258.364 32.203125 257.4265L32.203125 252.81714L33.296875 252.81714L33.296875 259.1609L32.265625 259.1609L32.234375 258.5359ZM39.015625 257.4734Q39.015625 257.0359 38.671875 256.8015Q38.34375 256.5515 37.515625 256.37964Q36.703125 256.20776 36.21875 255.95776Q35.734375 255.70776 35.5 255.37964Q35.28125 255.03589 35.28125 254.56714Q35.28125 253.78589 35.9375 253.25464Q36.59375 252.70776 37.625 252.70776Q38.703125 252.70776 39.359375 253.27026Q40.03125 253.81714 40.03125 254.67651L38.953125 254.67651Q38.953125 254.23901 38.5625 253.92651Q38.1875 253.59839 37.625 253.59839Q37.03125 253.59839 36.6875 253.86401Q36.359375 254.11401 36.359375 254.52026Q36.359375 254.91089 36.671875 255.11401Q36.984375 255.31714 37.796875 255.50464Q38.609375 255.67651 39.109375 255.92651Q39.609375 256.1765 39.84375 256.5359Q40.09375 256.89526 40.09375 257.39526Q40.09375 258.25464 39.40625 258.77026Q38.734375 259.2859 37.65625 259.2859Q36.890625 259.2859 36.296875 259.02026Q35.71875 258.739 35.390625 258.25464Q35.0625 257.77026 35.0625 257.20776L36.140625 257.20776Q36.171875 257.75464 36.578125 258.08276Q36.984375 258.39526 37.65625 258.39526Q38.265625 258.39526 38.640625 258.14526Q39.015625 257.89526 39.015625 257.4734ZM43.953125 259.2859Q42.65625 259.2859 41.84375 258.44214Q41.046875 257.58276 41.046875 256.1609L41.046875 255.97339Q41.046875 255.02026 41.40625 254.28589Q41.765625 253.53589 42.40625 253.12964Q43.0625 252.70776 43.8125 252.70776Q45.046875 252.70776 45.734375 253.52026Q46.421875 254.33276 46.421875 255.84839L46.421875 256.3015L42.125 256.3015Q42.15625 257.239 42.671875 257.81714Q43.203125 258.39526 44.015625 258.39526Q44.578125 258.39526 44.96875 258.1609Q45.375 257.9265 45.6875 257.5359L46.34375 258.0515Q45.546875 259.2859 43.953125 259.2859ZM43.8125 253.59839Q43.15625 253.59839 42.703125 254.08276Q42.265625 254.55151 42.171875 255.41089L45.34375 255.41089L45.34375 255.33276Q45.296875 254.50464 44.890625 254.05151Q44.5 253.59839 43.8125 253.59839ZM54.234375 259.1609Q54.140625 258.9734 54.078125 258.489Q53.328125 259.2859 52.28125 259.2859Q51.34375 259.2859 50.734375 258.75464Q50.140625 258.2234 50.140625 257.39526Q50.140625 256.4109 50.890625 255.86401Q51.640625 255.31714 53.015625 255.31714L54.0625 255.31714L54.0625 254.81714Q54.0625 254.25464 53.71875 253.92651Q53.390625 253.58276 52.71875 253.58276Q52.140625 253.58276 51.75 253.87964Q51.359375 254.16089 51.359375 254.58276L50.265625 254.58276Q50.265625 254.09839 50.59375 253.66089Q50.9375 253.22339 51.515625 252.97339Q52.09375 252.70776 52.78125 252.70776Q53.890625 252.70776 54.5 253.25464Q55.125 253.80151 55.15625 254.75464L55.15625 257.6765Q55.15625 258.5515 55.375 259.06714L55.375 259.1609L54.234375 259.1609ZM52.4375 258.33276Q52.953125 258.33276 53.40625 258.06714Q53.859375 257.8015 54.0625 257.37964L54.0625 256.08276L53.21875 256.08276Q51.21875 256.08276 51.21875 257.25464Q51.21875 257.75464 51.5625 258.0515Q51.90625 258.33276 52.4375 258.33276ZM60.0625 255.94214Q60.0625 254.47339 60.75 253.59839Q61.4375 252.70776 62.5625 252.70776Q63.671875 252.70776 64.328125 253.45776L64.328125 250.16089L65.40625 250.16089L65.40625 259.1609L64.40625 259.1609L64.359375 258.4734Q63.703125 259.2859 62.546875 259.2859Q61.453125 259.2859 60.75 258.37964Q60.0625 257.4734 60.0625 256.02026L60.0625 255.94214ZM61.140625 256.06714Q61.140625 257.14526 61.578125 257.75464Q62.03125 258.364 62.8125 258.364Q63.84375 258.364 64.328125 257.4265L64.328125 254.52026Q63.84375 253.62964 62.828125 253.62964Q62.03125 253.62964 61.578125 254.23901Q61.140625 254.84839 61.140625 256.06714ZM69.953125 259.2859Q68.65625 259.2859 67.84375 258.44214Q67.046875 257.58276 67.046875 256.1609L67.046875 255.97339Q67.046875 255.02026 67.40625 254.28589Q67.765625 253.53589 68.40625 253.12964Q69.0625 252.70776 69.8125 252.70776Q71.046875 252.70776 71.734375 253.52026Q72.421875 254.33276 72.421875 255.84839L72.421875 256.3015L68.125 256.3015Q68.15625 257.239 68.671875 257.81714Q69.203125 258.39526 70.015625 258.39526Q70.578125 258.39526 70.96875 258.1609Q71.375 257.9265 71.6875 257.5359L72.34375 258.0515Q71.546875 259.2859 69.953125 259.2859ZM69.8125 253.59839Q69.15625 253.59839 68.703125 254.08276Q68.265625 254.55151 68.171875 255.41089L71.34375 255.41089L71.34375 255.33276Q71.296875 254.50464 70.890625 254.05151Q70.5 253.59839 69.8125 253.59839ZM78.6875 256.06714Q78.6875 257.52026 78.015625 258.4109Q77.359375 259.2859 76.234375 259.2859Q75.03125 259.2859 74.375 258.4265L74.3125 259.1609L73.328125 259.1609L73.328125 250.16089L74.40625 250.16089L74.40625 253.52026Q75.0625 252.70776 76.21875 252.70776Q77.375 252.70776 78.03125 253.58276Q78.6875 254.44214 78.6875 255.97339L78.6875 256.06714ZM77.609375 255.94214Q77.609375 254.83276 77.171875 254.23901Q76.75 253.62964 75.953125 253.62964Q74.875 253.62964 74.40625 254.61401L74.40625 257.364Q74.90625 258.364 75.953125 258.364Q76.734375 258.364 77.171875 257.75464Q77.609375 257.14526 77.609375 255.94214ZM84.234375 258.5359Q83.609375 259.2859 82.375 259.2859Q81.359375 259.2859 80.828125 258.69214Q80.296875 258.0984 80.296875 256.94214L80.296875 252.81714L81.375 252.81714L81.375 256.9109Q81.375 258.364 82.546875 258.364Q83.796875 258.364 84.203125 257.4265L84.203125 252.81714L85.296875 252.81714L85.296875 259.1609L84.265625 259.1609L84.234375 258.5359ZM87.0625 255.94214Q87.0625 254.45776 87.75 253.58276Q88.4375 252.70776 89.5625 252.70776Q90.71875 252.70776 91.375 253.52026L91.421875 252.81714L92.421875 252.81714L92.421875 259.00464Q92.421875 260.239 91.6875 260.94214Q90.953125 261.6609 89.734375 261.6609Q89.046875 261.6609 88.390625 261.364Q87.734375 261.06714 87.390625 260.56714L87.953125 259.9109Q88.640625 260.77026 89.65625 260.77026Q90.4375 260.77026 90.875 260.31714Q91.328125 259.87964 91.328125 259.06714L91.328125 258.52026Q90.671875 259.2859 89.546875 259.2859Q88.4375 259.2859 87.75 258.39526Q87.0625 257.489 87.0625 255.94214ZM88.15625 256.06714Q88.15625 257.12964 88.59375 257.75464Q89.03125 258.364 89.828125 258.364Q90.84375 258.364 91.328125 257.4265L91.328125 254.53589Q90.828125 253.62964 89.828125 253.62964Q89.046875 253.62964 88.59375 254.23901Q88.15625 254.84839 88.15625 256.06714ZM94.0625 255.94214Q94.0625 254.45776 94.75 253.58276Q95.4375 252.70776 96.5625 252.70776Q97.71875 252.70776 98.375 253.52026L98.421875 252.81714L99.421875 252.81714L99.421875 259.00464Q99.421875 260.239 98.6875 260.94214Q97.953125 261.6609 96.734375 261.6609Q96.046875 261.6609 95.390625 261.364Q94.734375 261.06714 94.390625 260.56714L94.953125 259.9109Q95.640625 260.77026 96.65625 260.77026Q97.4375 260.77026 97.875 260.31714Q98.328125 259.87964 98.328125 259.06714L98.328125 258.52026Q97.671875 259.2859 96.546875 259.2859Q95.4375 259.2859 94.75 258.39526Q94.0625 257.489 94.0625 255.94214ZM95.15625 256.06714Q95.15625 257.12964 95.59375 257.75464Q96.03125 258.364 96.828125 258.364Q97.84375 258.364 98.328125 257.4265L98.328125 254.53589Q97.828125 253.62964 96.828125 253.62964Q96.046875 253.62964 95.59375 254.23901Q95.15625 254.84839 95.15625 256.06714ZM103.953125 259.2859Q102.65625 259.2859 101.84375 258.44214Q101.046875 257.58276 101.046875 256.1609L101.046875 255.97339Q101.046875 255.02026 101.40625 254.28589Q101.765625 253.53589 102.40625 253.12964Q103.0625 252.70776 103.8125 252.70776Q105.046875 252.70776 105.734375 253.52026Q106.421875 254.33276 106.421875 255.84839L106.421875 256.3015L102.125 256.3015Q102.15625 257.239 102.671875 257.81714Q103.203125 258.39526 104.015625 258.39526Q104.578125 258.39526 104.96875 258.1609Q105.375 257.9265 105.6875 257.5359L106.34375 258.0515Q105.546875 259.2859 103.953125 259.2859ZM103.8125 253.59839Q103.15625 253.59839 102.703125 254.08276Q102.265625 254.55151 102.171875 255.41089L105.34375 255.41089L105.34375 255.33276Q105.296875 254.50464 104.890625 254.05151Q104.5 253.59839 103.8125 253.59839ZM110.390625 253.78589Q110.140625 253.75464 109.859375 253.75464Q108.78125 253.75464 108.40625 254.66089L108.40625 259.1609L107.328125 259.1609L107.328125 252.81714L108.375 252.81714L108.390625 253.55151Q108.921875 252.70776 109.90625 252.70776Q110.21875 252.70776 110.390625 252.78589L110.390625 253.78589ZM114.28125 255.69214Q114.28125 254.37964 114.625 253.16089Q114.984375 251.94214 115.6875 250.94214Q116.390625 249.94214 117.15625 249.53589L117.375 250.25464Q116.515625 250.91089 115.96875 252.25464Q115.421875 253.59839 115.375 255.27026L115.359375 255.77026Q115.359375 258.0359 116.1875 259.69214Q116.6875 260.69214 117.375 261.25464L117.15625 261.9109Q116.375 261.489 115.65625 260.45776Q114.28125 258.4734 114.28125 255.69214ZM120.953125 259.2859Q119.65625 259.2859 118.84375 258.44214Q118.046875 257.58276 118.046875 256.1609L118.046875 255.97339Q118.046875 255.02026 118.40625 254.28589Q118.765625 253.53589 119.40625 253.12964Q120.0625 252.70776 120.8125 252.70776Q122.046875 252.70776 122.734375 253.52026Q123.421875 254.33276 123.421875 255.84839L123.421875 256.3015L119.125 256.3015Q119.15625 257.239 119.671875 257.81714Q120.203125 258.39526 121.015625 258.39526Q121.578125 258.39526 121.96875 258.1609Q122.375 257.9265 122.6875 257.5359L123.34375 258.0515Q122.546875 259.2859 120.953125 259.2859ZM120.8125 253.59839Q120.15625 253.59839 119.703125 254.08276Q119.265625 254.55151 119.171875 255.41089L122.34375 255.41089L122.34375 255.33276Q122.296875 254.50464 121.890625 254.05151Q121.5 253.59839 120.8125 253.59839ZM124.34375 258.5984Q124.34375 258.31714 124.5 258.12964Q124.671875 257.94214 125.0 257.94214Q125.34375 257.94214 125.515625 258.12964Q125.6875 258.31714 125.6875 258.5984Q125.6875 258.864 125.515625 259.0515Q125.34375 259.2234 125.0 259.2234Q124.671875 259.2234 124.5 259.0515Q124.34375 258.864 124.34375 258.5984ZM127.0625 255.94214Q127.0625 254.45776 127.75 253.58276Q128.4375 252.70776 129.5625 252.70776Q130.71875 252.70776 131.375 253.52026L131.42188 252.81714L132.42188 252.81714L132.42188 259.00464Q132.42188 260.239 131.6875 260.94214Q130.95312 261.6609 129.73438 261.6609Q129.04688 261.6609 128.39062 261.364Q127.734375 261.06714 127.390625 260.56714L127.953125 259.9109Q128.64062 260.77026 129.65625 260.77026Q130.4375 260.77026 130.875 260.31714Q131.32812 259.87964 131.32812 259.06714L131.32812 258.52026Q130.67188 259.2859 129.54688 259.2859Q128.4375 259.2859 127.75 258.39526Q127.0625 257.489 127.0625 255.94214ZM128.15625 256.06714Q128.15625 257.12964 128.59375 257.75464Q129.03125 258.364 129.82812 258.364Q130.84375 258.364 131.32812 257.4265L131.32812 254.53589Q130.82812 253.62964 129.82812 253.62964Q129.04688 253.62964 128.59375 254.23901Q128.15625 254.84839 128.15625 256.06714ZM134.34375 258.5984Q134.34375 258.31714 134.5 258.12964Q134.67188 257.94214 135.0 257.94214Q135.34375 257.94214 135.51562 258.12964Q135.6875 258.31714 135.6875 258.5984Q135.6875 258.864 135.51562 259.0515Q135.34375 259.2234 135.0 259.2234Q134.67188 259.2234 134.5 259.0515Q134.34375 258.864 134.34375 258.5984ZM137.28125 260.864L136.67188 260.44214Q137.21875 259.6765 137.25 258.8484L137.25 257.87964L138.3125 257.87964L138.3125 258.7234Q138.3125 259.31714 138.01562 259.9109Q137.71875 260.50464 137.28125 260.864ZM142.48438 259.1609L142.48438 250.62964L144.90625 250.62964Q146.01562 250.62964 146.85938 251.12964Q147.71875 251.61401 148.1875 252.52026Q148.65625 253.42651 148.65625 254.61401L148.65625 255.14526Q148.65625 256.364 148.1875 257.27026Q147.73438 258.1765 146.85938 258.6609Q146.0 259.14526 144.85938 259.1609L142.48438 259.1609ZM143.60938 251.55151L143.60938 258.239L144.79688 258.239Q146.09375 258.239 146.8125 257.44214Q147.54688 256.62964 147.54688 255.12964L147.54688 254.62964Q147.54688 253.17651 146.85938 252.37964Q146.1875 251.56714 144.92188 251.55151L143.60938 251.55151ZM152.95312 259.2859Q151.65625 259.2859 150.84375 258.44214Q150.04688 257.58276 150.04688 256.1609L150.04688 255.97339Q150.04688 255.02026 150.40625 254.28589Q150.76562 253.53589 151.40625 253.12964Q152.0625 252.70776 152.8125 252.70776Q154.04688 252.70776 154.73438 253.52026Q155.42188 254.33276 155.42188 255.84839L155.42188 256.3015L151.125 256.3015Q151.15625 257.239 151.67188 257.81714Q152.20312 258.39526 153.01562 258.39526Q153.57812 258.39526 153.96875 258.1609Q154.375 257.9265 154.6875 257.5359L155.34375 258.0515Q154.54688 259.2859 152.95312 259.2859ZM152.8125 253.59839Q152.15625 253.59839 151.70312 254.08276Q151.26562 254.55151 151.17188 255.41089L154.34375 255.41089L154.34375 255.33276Q154.29688 254.50464 153.89062 254.05151Q153.5 253.59839 152.8125 253.59839ZM157.5 259.1609L156.42188 259.1609L156.42188 250.16089L157.5 250.16089L157.5 259.1609ZM161.40625 257.69214L162.98438 252.81714L164.09375 252.81714L161.8125 259.1609L160.98438 259.1609L158.6875 252.81714L159.79688 252.81714L161.40625 257.69214ZM167.95312 259.2859Q166.65625 259.2859 165.84375 258.44214Q165.04688 257.58276 165.04688 256.1609L165.04688 255.97339Q165.04688 255.02026 165.40625 254.28589Q165.76562 253.53589 166.40625 253.12964Q167.0625 252.70776 167.8125 252.70776Q169.04688 252.70776 169.73438 253.52026Q170.42188 254.33276 170.42188 255.84839L170.42188 256.3015L166.125 256.3015Q166.15625 257.239 166.67188 257.81714Q167.20312 258.39526 168.01562 258.39526Q168.57812 258.39526 168.96875 258.1609Q169.375 257.9265 169.6875 257.5359L170.34375 258.0515Q169.54688 259.2859 167.95312 259.2859ZM167.8125 253.59839Q167.15625 253.59839 166.70312 254.08276Q166.26562 254.55151 166.17188 255.41089L169.34375 255.41089L169.34375 255.33276Q169.29688 254.50464 168.89062 254.05151Q168.5 253.59839 167.8125 253.59839ZM171.28125 260.864L170.67188 260.44214Q171.21875 259.6765 171.25 258.8484L171.25 257.87964L172.3125 257.87964L172.3125 258.7234Q172.3125 259.31714 172.01562 259.9109Q171.71875 260.50464 171.28125 260.864ZM182.79688 258.0359Q182.35938 258.6609 181.57812 258.9734Q180.79688 259.2859 179.76562 259.2859Q178.73438 259.2859 177.92188 258.8015Q177.10938 258.3015 176.67188 257.39526Q176.23438 256.489 176.21875 255.30151L176.21875 254.56714Q176.21875 252.62964 177.10938 251.56714Q178.01562 250.50464 179.64062 250.50464Q180.98438 250.50464 181.79688 251.19214Q182.60938 251.87964 182.79688 253.12964L181.67188 253.12964Q181.34375 251.44214 179.65625 251.44214Q178.51562 251.44214 177.9375 252.23901Q177.35938 253.02026 177.34375 254.53589L177.34375 255.22339Q177.34375 256.6609 178.0 257.52026Q178.65625 258.364 179.78125 258.364Q180.40625 258.364 180.875 258.2234Q181.35938 258.08276 181.67188 257.739L181.67188 255.83276L179.70312 255.83276L179.70312 254.91089L182.79688 254.91089L182.79688 258.0359ZM184.48438 259.1609L184.48438 250.62964L186.90625 250.62964Q188.01562 250.62964 188.85938 251.12964Q189.71875 251.61401 190.1875 252.52026Q190.65625 253.42651 190.65625 254.61401L190.65625 255.14526Q190.65625 256.364 190.1875 257.27026Q189.73438 258.1765 188.85938 258.6609Q188.0 259.14526 186.85938 259.1609L184.48438 259.1609ZM185.60938 251.55151L185.60938 258.239L186.79688 258.239Q188.09375 258.239 188.8125 257.44214Q189.54688 256.62964 189.54688 255.12964L189.54688 254.62964Q189.54688 253.17651 188.85938 252.37964Q188.1875 251.56714 186.92188 251.55151L185.60938 251.55151ZM192.48438 259.1609L192.48438 250.62964L195.28125 250.62964Q196.67188 250.62964 197.35938 251.20776Q198.0625 251.77026 198.0625 252.89526Q198.0625 253.50464 197.71875 253.97339Q197.39062 254.42651 196.79688 254.67651Q197.5 254.86401 197.89062 255.41089Q198.29688 255.94214 198.29688 256.69214Q198.29688 257.8484 197.54688 258.50464Q196.8125 259.1609 195.45312 259.1609L192.48438 259.1609ZM193.60938 255.17651L193.60938 258.239L195.46875 258.239Q196.26562 258.239 196.71875 257.83276Q197.17188 257.4265 197.17188 256.70776Q197.17188 255.17651 195.48438 255.17651L193.60938 255.17651ZM193.60938 254.27026L195.3125 254.27026Q196.04688 254.27026 196.48438 253.91089Q196.9375 253.53589 196.9375 252.89526Q196.9375 252.19214 196.53125 251.87964Q196.125 251.55151 195.28125 251.55151L193.60938 251.55151L193.60938 254.27026ZM201.82812 255.75464Q201.82812 257.06714 201.48438 258.27026Q201.14062 259.45776 200.42188 260.4734Q199.71875 261.489 198.95312 261.9109L198.71875 261.25464Q199.625 260.56714 200.17188 259.114Q200.71875 257.64526 200.73438 255.87964L200.73438 255.69214Q200.73438 254.45776 200.46875 253.39526Q200.21875 252.33276 199.75 251.50464Q199.29688 250.66089 198.71875 250.19214L198.95312 249.53589Q199.71875 249.95776 200.42188 250.95776Q201.125 251.95776 201.46875 253.17651Q201.82812 254.37964 201.82812 255.75464ZM206.03125 255.92651Q206.03125 255.00464 206.39062 254.25464Q206.76562 253.50464 207.42188 253.11401Q208.07812 252.70776 208.90625 252.70776Q210.20312 252.70776 211.0 253.59839Q211.8125 254.48901 211.8125 255.98901L211.8125 256.06714Q211.8125 256.989 211.45312 257.7234Q211.09375 258.45776 210.4375 258.87964Q209.78125 259.2859 208.92188 259.2859Q207.64062 259.2859 206.82812 258.39526Q206.03125 257.489 206.03125 256.00464L206.03125 255.92651ZM207.125 256.06714Q207.125 257.114 207.60938 257.75464Q208.10938 258.39526 208.92188 258.39526Q209.75 258.39526 210.23438 257.75464Q210.71875 257.0984 210.71875 255.92651Q210.71875 254.89526 210.21875 254.25464Q209.73438 253.59839 208.90625 253.59839Q208.10938 253.59839 207.60938 254.23901Q207.125 254.86401 207.125 256.06714ZM214.34375 252.81714L214.375 253.61401Q215.10938 252.70776 216.28125 252.70776Q218.29688 252.70776 218.3125 254.97339L218.3125 259.1609L217.21875 259.1609L217.21875 254.95776Q217.21875 254.28589 216.90625 253.95776Q216.60938 253.62964 215.95312 253.62964Q215.42188 253.62964 215.01562 253.91089Q214.625 254.19214 214.40625 254.64526L214.40625 259.1609L213.32812 259.1609L213.32812 252.81714L214.34375 252.81714ZM229.79688 258.0359Q229.35938 258.6609 228.57812 258.9734Q227.79688 259.2859 226.76562 259.2859Q225.73438 259.2859 224.92188 258.8015Q224.10938 258.3015 223.67188 257.39526Q223.23438 256.489 223.21875 255.30151L223.21875 254.56714Q223.21875 252.62964 224.10938 251.56714Q225.01562 250.50464 226.64062 250.50464Q227.98438 250.50464 228.79688 251.19214Q229.60938 251.87964 229.79688 253.12964L228.67188 253.12964Q228.34375 251.44214 226.65625 251.44214Q225.51562 251.44214 224.9375 252.23901Q224.35938 253.02026 224.34375 254.53589L224.34375 255.22339Q224.34375 256.6609 225.0 257.52026Q225.65625 258.364 226.78125 258.364Q227.40625 258.364 227.875 258.2234Q228.35938 258.08276 228.67188 257.739L228.67188 255.83276L226.70312 255.83276L226.70312 254.91089L229.79688 254.91089L229.79688 258.0359ZM231.03125 255.92651Q231.03125 255.00464 231.39062 254.25464Q231.76562 253.50464 232.42188 253.11401Q233.07812 252.70776 233.90625 252.70776Q235.20312 252.70776 236.0 253.59839Q236.8125 254.48901 236.8125 255.98901L236.8125 256.06714Q236.8125 256.989 236.45312 257.7234Q236.09375 258.45776 235.4375 258.87964Q234.78125 259.2859 233.92188 259.2859Q232.64062 259.2859 231.82812 258.39526Q231.03125 257.489 231.03125 256.00464L231.03125 255.92651ZM232.125 256.06714Q232.125 257.114 232.60938 257.75464Q233.10938 258.39526 233.92188 258.39526Q234.75 258.39526 235.23438 257.75464Q235.71875 257.0984 235.71875 255.92651Q235.71875 254.89526 235.21875 254.25464Q234.73438 253.59839 233.90625 253.59839Q233.10938 253.59839 232.60938 254.23901Q232.125 254.86401 232.125 256.06714Z" fill-rule="nonzero"/><path fill="#666666" d="M51.859375 273.39526Q52.4375 273.39526 52.875 273.0515Q53.3125 272.69214 53.359375 272.1609L54.390625 272.1609Q54.359375 272.70776 54.0 273.20776Q53.65625 273.69214 53.078125 273.989Q52.515625 274.2859 51.859375 274.2859Q50.5625 274.2859 49.796875 273.4265Q49.046875 272.5515 49.046875 271.0515L49.046875 270.864Q49.046875 269.94214 49.375 269.2234Q49.71875 268.50464 50.34375 268.114Q50.984375 267.70776 51.859375 267.70776Q52.921875 267.70776 53.625 268.3484Q54.34375 268.9734 54.390625 270.00464L53.359375 270.00464Q53.3125 269.37964 52.890625 268.989Q52.46875 268.5984 51.859375 268.5984Q51.03125 268.5984 50.578125 269.19214Q50.125 269.7859 50.125 270.9109L50.125 271.114Q50.125 272.20776 50.578125 272.8015Q51.03125 273.39526 51.859375 273.39526ZM55.03125 270.9265Q55.03125 270.00464 55.390625 269.25464Q55.765625 268.50464 56.421875 268.114Q57.078125 267.70776 57.90625 267.70776Q59.203125 267.70776 60.0 268.5984Q60.8125 269.489 60.8125 270.989L60.8125 271.06714Q60.8125 271.989 60.453125 272.7234Q60.09375 273.45776 59.4375 273.87964Q58.78125 274.2859 57.921875 274.2859Q56.640625 274.2859 55.828125 273.39526Q55.03125 272.489 55.03125 271.00464L55.03125 270.9265ZM56.125 271.06714Q56.125 272.114 56.609375 272.75464Q57.109375 273.39526 57.921875 273.39526Q58.75 273.39526 59.234375 272.75464Q59.71875 272.0984 59.71875 270.9265Q59.71875 269.89526 59.21875 269.25464Q58.734375 268.5984 57.90625 268.5984Q57.109375 268.5984 56.609375 269.239Q56.125 269.864 56.125 271.06714ZM62.0625 270.94214Q62.0625 269.4734 62.75 268.5984Q63.4375 267.70776 64.5625 267.70776Q65.671875 267.70776 66.328125 268.45776L66.328125 265.1609L67.40625 265.1609L67.40625 274.1609L66.40625 274.1609L66.359375 273.4734Q65.703125 274.2859 64.546875 274.2859Q63.453125 274.2859 62.75 273.37964Q62.0625 272.4734 62.0625 271.02026L62.0625 270.94214ZM63.140625 271.06714Q63.140625 272.14526 63.578125 272.75464Q64.03125 273.364 64.8125 273.364Q65.84375 273.364 66.328125 272.4265L66.328125 269.52026Q65.84375 268.62964 64.828125 268.62964Q64.03125 268.62964 63.578125 269.239Q63.140625 269.8484 63.140625 271.06714ZM71.953125 274.2859Q70.65625 274.2859 69.84375 273.44214Q69.046875 272.58276 69.046875 271.1609L69.046875 270.9734Q69.046875 270.02026 69.40625 269.2859Q69.765625 268.5359 70.40625 268.12964Q71.0625 267.70776 71.8125 267.70776Q73.046875 267.70776 73.734375 268.52026Q74.421875 269.33276 74.421875 270.8484L74.421875 271.3015L70.125 271.3015Q70.15625 272.239 70.671875 272.81714Q71.203125 273.39526 72.015625 273.39526Q72.578125 273.39526 72.96875 273.1609Q73.375 272.9265 73.6875 272.5359L74.34375 273.0515Q73.546875 274.2859 71.953125 274.2859ZM71.8125 268.5984Q71.15625 268.5984 70.703125 269.08276Q70.265625 269.5515 70.171875 270.4109L73.34375 270.4109L73.34375 270.33276Q73.296875 269.50464 72.890625 269.0515Q72.5 268.5984 71.8125 268.5984ZM81.390625 268.7859Q81.140625 268.75464 80.859375 268.75464Q79.78125 268.75464 79.40625 269.6609L79.40625 274.1609L78.328125 274.1609L78.328125 267.81714L79.375 267.81714L79.390625 268.5515Q79.921875 267.70776 80.90625 267.70776Q81.21875 267.70776 81.390625 267.7859L81.390625 268.7859ZM86.234375 273.5359Q85.609375 274.2859 84.375 274.2859Q83.359375 274.2859 82.828125 273.69214Q82.296875 273.0984 82.296875 271.94214L82.296875 267.81714L83.375 267.81714L83.375 271.9109Q83.375 273.364 84.546875 273.364Q85.796875 273.364 86.203125 272.4265L86.203125 267.81714L87.296875 267.81714L87.296875 274.1609L86.265625 274.1609L86.234375 273.5359ZM90.34375 267.81714L90.375 268.614Q91.109375 267.70776 92.28125 267.70776Q94.296875 267.70776 94.3125 269.9734L94.3125 274.1609L93.21875 274.1609L93.21875 269.95776Q93.21875 269.2859 92.90625 268.95776Q92.609375 268.62964 91.953125 268.62964Q91.421875 268.62964 91.015625 268.9109Q90.625 269.19214 90.40625 269.64526L90.40625 274.1609L89.328125 274.1609L89.328125 267.81714L90.34375 267.81714ZM97.34375 267.81714L97.375 268.614Q98.109375 267.70776 99.28125 267.70776Q101.296875 267.70776 101.3125 269.9734L101.3125 274.1609L100.21875 274.1609L100.21875 269.95776Q100.21875 269.2859 99.90625 268.95776Q99.609375 268.62964 98.953125 268.62964Q98.421875 268.62964 98.015625 268.9109Q97.625 269.19214 97.40625 269.64526L97.40625 274.1609L96.328125 274.1609L96.328125 267.81714L97.34375 267.81714ZM104.5 274.1609L103.421875 274.1609L103.421875 267.81714L104.5 267.81714L104.5 274.1609ZM103.328125 266.14526Q103.328125 265.87964 103.484375 265.69214Q103.65625 265.50464 103.96875 265.50464Q104.28125 265.50464 104.4375 265.69214Q104.609375 265.87964 104.609375 266.14526Q104.609375 266.39526 104.4375 266.58276Q104.28125 266.75464 103.96875 266.75464Q103.65625 266.75464 103.484375 266.58276Q103.328125 266.39526 103.328125 266.14526ZM107.34375 267.81714L107.375 268.614Q108.109375 267.70776 109.28125 267.70776Q111.296875 267.70776 111.3125 269.9734L111.3125 274.1609L110.21875 274.1609L110.21875 269.95776Q110.21875 269.2859 109.90625 268.95776Q109.609375 268.62964 108.953125 268.62964Q108.421875 268.62964 108.015625 268.9109Q107.625 269.19214 107.40625 269.64526L107.40625 274.1609L106.328125 274.1609L106.328125 267.81714L107.34375 267.81714ZM113.0625 270.94214Q113.0625 269.45776 113.75 268.58276Q114.4375 267.70776 115.5625 267.70776Q116.71875 267.70776 117.375 268.52026L117.421875 267.81714L118.421875 267.81714L118.421875 274.00464Q118.421875 275.239 117.6875 275.94214Q116.953125 276.6609 115.734375 276.6609Q115.046875 276.6609 114.390625 276.364Q113.734375 276.06714 113.390625 275.56714L113.953125 274.9109Q114.640625 275.77026 115.65625 275.77026Q116.4375 275.77026 116.875 275.31714Q117.328125 274.87964 117.328125 274.06714L117.328125 273.52026Q116.671875 274.2859 115.546875 274.2859Q114.4375 274.2859 113.75 273.39526Q113.0625 272.489 113.0625 270.94214ZM114.15625 271.06714Q114.15625 272.12964 114.59375 272.75464Q115.03125 273.364 115.828125 273.364Q116.84375 273.364 117.328125 272.4265L117.328125 269.5359Q116.828125 268.62964 115.828125 268.62964Q115.046875 268.62964 114.59375 269.239Q114.15625 269.8484 114.15625 271.06714ZM123.03125 270.9265Q123.03125 270.00464 123.390625 269.25464Q123.765625 268.50464 124.421875 268.114Q125.078125 267.70776 125.90625 267.70776Q127.203125 267.70776 128.0 268.5984Q128.8125 269.489 128.8125 270.989L128.8125 271.06714Q128.8125 271.989 128.45312 272.7234Q128.09375 273.45776 127.4375 273.87964Q126.78125 274.2859 125.921875 274.2859Q124.640625 274.2859 123.828125 273.39526Q123.03125 272.489 123.03125 271.00464L123.03125 270.9265ZM124.125 271.06714Q124.125 272.114 124.609375 272.75464Q125.109375 273.39526 125.921875 273.39526Q126.75 273.39526 127.234375 272.75464Q127.71875 272.0984 127.71875 270.9265Q127.71875 269.89526 127.21875 269.25464Q126.734375 268.5984 125.90625 268.5984Q125.109375 268.5984 124.609375 269.239Q124.125 269.864 124.125 271.06714ZM131.34375 267.81714L131.375 268.614Q132.10938 267.70776 133.28125 267.70776Q135.29688 267.70776 135.3125 269.9734L135.3125 274.1609L134.21875 274.1609L134.21875 269.95776Q134.21875 269.2859 133.90625 268.95776Q133.60938 268.62964 132.95312 268.62964Q132.42188 268.62964 132.01562 268.9109Q131.625 269.19214 131.40625 269.64526L131.40625 274.1609L130.32812 274.1609L130.32812 267.81714L131.34375 267.81714ZM144.23438 274.1609Q144.14062 273.9734 144.07812 273.489Q143.32812 274.2859 142.28125 274.2859Q141.34375 274.2859 140.73438 273.75464Q140.14062 273.2234 140.14062 272.39526Q140.14062 271.4109 140.89062 270.864Q141.64062 270.31714 143.01562 270.31714L144.0625 270.31714L144.0625 269.81714Q144.0625 269.25464 143.71875 268.9265Q143.39062 268.58276 142.71875 268.58276Q142.14062 268.58276 141.75 268.87964Q141.35938 269.1609 141.35938 269.58276L140.26562 269.58276Q140.26562 269.0984 140.59375 268.6609Q140.9375 268.2234 141.51562 267.9734Q142.09375 267.70776 142.78125 267.70776Q143.89062 267.70776 144.5 268.25464Q145.125 268.8015 145.15625 269.75464L145.15625 272.6765Q145.15625 273.5515 145.375 274.06714L145.375 274.1609L144.23438 274.1609ZM142.4375 273.33276Q142.95312 273.33276 143.40625 273.06714Q143.85938 272.8015 144.0625 272.37964L144.0625 271.08276L143.21875 271.08276Q141.21875 271.08276 141.21875 272.25464Q141.21875 272.75464 141.5625 273.0515Q141.90625 273.33276 142.4375 273.33276ZM153.39062 268.7859Q153.14062 268.75464 152.85938 268.75464Q151.78125 268.75464 151.40625 269.6609L151.40625 274.1609L150.32812 274.1609L150.32812 267.81714L151.375 267.81714L151.39062 268.5515Q151.92188 267.70776 152.90625 267.70776Q153.21875 267.70776 153.39062 267.7859L153.39062 268.7859ZM156.95312 274.2859Q155.65625 274.2859 154.84375 273.44214Q154.04688 272.58276 154.04688 271.1609L154.04688 270.9734Q154.04688 270.02026 154.40625 269.2859Q154.76562 268.5359 155.40625 268.12964Q156.0625 267.70776 156.8125 267.70776Q158.04688 267.70776 158.73438 268.52026Q159.42188 269.33276 159.42188 270.8484L159.42188 271.3015L155.125 271.3015Q155.15625 272.239 155.67188 272.81714Q156.20312 273.39526 157.01562 273.39526Q157.57812 273.39526 157.96875 273.1609Q158.375 272.9265 158.6875 272.5359L159.34375 273.0515Q158.54688 274.2859 156.95312 274.2859ZM156.8125 268.5984Q156.15625 268.5984 155.70312 269.08276Q155.26562 269.5515 155.17188 270.4109L158.34375 270.4109L158.34375 270.33276Q158.29688 269.50464 157.89062 269.0515Q157.5 268.5984 156.8125 268.5984ZM161.34375 267.81714L161.375 268.52026Q162.0625 267.70776 163.25 267.70776Q164.57812 267.70776 165.0625 268.7234Q165.375 268.27026 165.875 267.989Q166.39062 267.70776 167.07812 267.70776Q169.17188 267.70776 169.20312 269.9109L169.20312 274.1609L168.125 274.1609L168.125 269.9734Q168.125 269.3015 167.8125 268.9734Q167.5 268.62964 166.76562 268.62964Q166.15625 268.62964 165.75 268.989Q165.35938 269.3484 165.29688 269.95776L165.29688 274.1609L164.21875 274.1609L164.21875 270.00464Q164.21875 268.62964 162.85938 268.62964Q161.79688 268.62964 161.40625 269.5359L161.40625 274.1609L160.3125 274.1609L160.3125 267.81714L161.34375 267.81714ZM171.03125 270.9265Q171.03125 270.00464 171.39062 269.25464Q171.76562 268.50464 172.42188 268.114Q173.07812 267.70776 173.90625 267.70776Q175.20312 267.70776 176.0 268.5984Q176.8125 269.489 176.8125 270.989L176.8125 271.06714Q176.8125 271.989 176.45312 272.7234Q176.09375 273.45776 175.4375 273.87964Q174.78125 274.2859 173.92188 274.2859Q172.64062 274.2859 171.82812 273.39526Q171.03125 272.489 171.03125 271.00464L171.03125 270.9265ZM172.125 271.06714Q172.125 272.114 172.60938 272.75464Q173.10938 273.39526 173.92188 273.39526Q174.75 273.39526 175.23438 272.75464Q175.71875 272.0984 175.71875 270.9265Q175.71875 269.89526 175.21875 269.25464Q174.73438 268.5984 173.90625 268.5984Q173.10938 268.5984 172.60938 269.239Q172.125 269.864 172.125 271.06714ZM179.79688 266.2859L179.79688 267.81714L180.96875 267.81714L180.96875 268.6609L179.79688 268.6609L179.79688 272.58276Q179.79688 272.9734 179.95312 273.1609Q180.10938 273.3484 180.48438 273.3484Q180.67188 273.3484 181.0 273.2859L181.0 274.1609Q180.57812 274.2859 180.17188 274.2859Q179.45312 274.2859 179.07812 273.8484Q178.70312 273.39526 178.70312 272.58276L178.70312 268.6609L177.54688 268.6609L177.54688 267.81714L178.70312 267.81714L178.70312 266.2859L179.79688 266.2859ZM184.95312 274.2859Q183.65625 274.2859 182.84375 273.44214Q182.04688 272.58276 182.04688 271.1609L182.04688 270.9734Q182.04688 270.02026 182.40625 269.2859Q182.76562 268.5359 183.40625 268.12964Q184.0625 267.70776 184.8125 267.70776Q186.04688 267.70776 186.73438 268.52026Q187.42188 269.33276 187.42188 270.8484L187.42188 271.3015L183.125 271.3015Q183.15625 272.239 183.67188 272.81714Q184.20312 273.39526 185.01562 273.39526Q185.57812 273.39526 185.96875 273.1609Q186.375 272.9265 186.6875 272.5359L187.34375 273.0515Q186.54688 274.2859 184.95312 274.2859ZM184.8125 268.5984Q184.15625 268.5984 183.70312 269.08276Q183.26562 269.5515 183.17188 270.4109L186.34375 270.4109L186.34375 270.33276Q186.29688 269.50464 185.89062 269.0515Q185.5 268.5984 184.8125 268.5984ZM192.34375 267.81714L192.375 268.52026Q193.0625 267.70776 194.25 267.70776Q195.57812 267.70776 196.0625 268.7234Q196.375 268.27026 196.875 267.989Q197.39062 267.70776 198.07812 267.70776Q200.17188 267.70776 200.20312 269.9109L200.20312 274.1609L199.125 274.1609L199.125 269.9734Q199.125 269.3015 198.8125 268.9734Q198.5 268.62964 197.76562 268.62964Q197.15625 268.62964 196.75 268.989Q196.35938 269.3484 196.29688 269.95776L196.29688 274.1609L195.21875 274.1609L195.21875 270.00464Q195.21875 268.62964 193.85938 268.62964Q192.79688 268.62964 192.40625 269.5359L192.40625 274.1609L191.3125 274.1609L191.3125 267.81714L192.34375 267.81714ZM206.23438 274.1609Q206.14062 273.9734 206.07812 273.489Q205.32812 274.2859 204.28125 274.2859Q203.34375 274.2859 202.73438 273.75464Q202.14062 273.2234 202.14062 272.39526Q202.14062 271.4109 202.89062 270.864Q203.64062 270.31714 205.01562 270.31714L206.0625 270.31714L206.0625 269.81714Q206.0625 269.25464 205.71875 268.9265Q205.39062 268.58276 204.71875 268.58276Q204.14062 268.58276 203.75 268.87964Q203.35938 269.1609 203.35938 269.58276L202.26562 269.58276Q202.26562 269.0984 202.59375 268.6609Q202.9375 268.2234 203.51562 267.9734Q204.09375 267.70776 204.78125 267.70776Q205.89062 267.70776 206.5 268.25464Q207.125 268.8015 207.15625 269.75464L207.15625 272.6765Q207.15625 273.5515 207.375 274.06714L207.375 274.1609L206.23438 274.1609ZM204.4375 273.33276Q204.95312 273.33276 205.40625 273.06714Q205.85938 272.8015 206.0625 272.37964L206.0625 271.08276L205.21875 271.08276Q203.21875 271.08276 203.21875 272.25464Q203.21875 272.75464 203.5625 273.0515Q203.90625 273.33276 204.4375 273.33276ZM211.85938 273.39526Q212.4375 273.39526 212.875 273.0515Q213.3125 272.69214 213.35938 272.1609L214.39062 272.1609Q214.35938 272.70776 214.0 273.20776Q213.65625 273.69214 213.07812 273.989Q212.51562 274.2859 211.85938 274.2859Q210.5625 274.2859 209.79688 273.4265Q209.04688 272.5515 209.04688 271.0515L209.04688 270.864Q209.04688 269.94214 209.375 269.2234Q209.71875 268.50464 210.34375 268.114Q210.98438 267.70776 211.85938 267.70776Q212.92188 267.70776 213.625 268.3484Q214.34375 268.9734 214.39062 270.00464L213.35938 270.00464Q213.3125 269.37964 212.89062 268.989Q212.46875 268.5984 211.85938 268.5984Q211.03125 268.5984 210.57812 269.19214Q210.125 269.7859 210.125 270.9109L210.125 271.114Q210.125 272.20776 210.57812 272.8015Q211.03125 273.39526 211.85938 273.39526ZM216.40625 268.58276Q217.125 267.70776 218.28125 267.70776Q220.29688 267.70776 220.3125 269.9734L220.3125 274.1609L219.21875 274.1609L219.21875 269.95776Q219.21875 269.2859 218.90625 268.95776Q218.60938 268.62964 217.95312 268.62964Q217.42188 268.62964 217.01562 268.9109Q216.625 269.19214 216.40625 269.64526L216.40625 274.1609L215.32812 274.1609L215.32812 265.1609L216.40625 265.1609L216.40625 268.58276ZM223.5 274.1609L222.42188 274.1609L222.42188 267.81714L223.5 267.81714L223.5 274.1609ZM222.32812 266.14526Q222.32812 265.87964 222.48438 265.69214Q222.65625 265.50464 222.96875 265.50464Q223.28125 265.50464 223.4375 265.69214Q223.60938 265.87964 223.60938 266.14526Q223.60938 266.39526 223.4375 266.58276Q223.28125 266.75464 222.96875 266.75464Q222.65625 266.75464 222.48438 266.58276Q222.32812 266.39526 222.32812 266.14526ZM226.34375 267.81714L226.375 268.614Q227.10938 267.70776 228.28125 267.70776Q230.29688 267.70776 230.3125 269.9734L230.3125 274.1609L229.21875 274.1609L229.21875 269.95776Q229.21875 269.2859 228.90625 268.95776Q228.60938 268.62964 227.95312 268.62964Q227.42188 268.62964 227.01562 268.9109Q226.625 269.19214 226.40625 269.64526L226.40625 274.1609L225.32812 274.1609L225.32812 267.81714L226.34375 267.81714ZM234.95312 274.2859Q233.65625 274.2859 232.84375 273.44214Q232.04688 272.58276 232.04688 271.1609L232.04688 270.9734Q232.04688 270.02026 232.40625 269.2859Q232.76562 268.5359 233.40625 268.12964Q234.0625 267.70776 234.8125 267.70776Q236.04688 267.70776 236.73438 268.52026Q237.42188 269.33276 237.42188 270.8484L237.42188 271.3015L233.125 271.3015Q233.15625 272.239 233.67188 272.81714Q234.20312 273.39526 235.01562 273.39526Q235.57812 273.39526 235.96875 273.1609Q236.375 272.9265 236.6875 272.5359L237.34375 273.0515Q236.54688 274.2859 234.95312 274.2859ZM234.8125 268.5984Q234.15625 268.5984 233.70312 269.08276Q233.26562 269.5515 233.17188 270.4109L236.34375 270.4109L236.34375 270.33276Q236.29688 269.50464 235.89062 269.0515Q235.5 268.5984 234.8125 268.5984Z" fill-rule="nonzero"/><path fill="#666666" d="M104.703125 297.1999L103.578125 297.1999L103.578125 288.66864L104.703125 288.66864L104.703125 297.1999ZM113.234375 296.5749Q112.609375 297.3249 111.375 297.3249Q110.359375 297.3249 109.828125 296.73114Q109.296875 296.1374 109.296875 294.98114L109.296875 290.85614L110.375 290.85614L110.375 294.9499Q110.375 296.403 111.546875 296.403Q112.796875 296.403 113.203125 295.4655L113.203125 290.85614L114.296875 290.85614L114.296875 297.1999L113.265625 297.1999L113.234375 296.5749ZM120.015625 295.5124Q120.015625 295.0749 119.671875 294.8405Q119.34375 294.5905 118.515625 294.41864Q117.703125 294.24677 117.21875 293.99677Q116.734375 293.74677 116.5 293.41864Q116.28125 293.0749 116.28125 292.60614Q116.28125 291.8249 116.9375 291.29364Q117.59375 290.74677 118.625 290.74677Q119.703125 290.74677 120.359375 291.30927Q121.03125 291.85614 121.03125 292.7155L119.953125 292.7155Q119.953125 292.278 119.5625 291.9655Q119.1875 291.6374 118.625 291.6374Q118.03125 291.6374 117.6875 291.903Q117.359375 292.153 117.359375 292.55927Q117.359375 292.9499 117.671875 293.153Q117.984375 293.35614 118.796875 293.54364Q119.609375 293.7155 120.109375 293.9655Q120.609375 294.2155 120.84375 294.5749Q121.09375 294.93427 121.09375 295.43427Q121.09375 296.29364 120.40625 296.80927Q119.734375 297.3249 118.65625 297.3249Q117.890625 297.3249 117.296875 297.05927Q116.71875 296.778 116.390625 296.29364Q116.0625 295.80927 116.0625 295.24677L117.140625 295.24677Q117.171875 295.79364 117.578125 296.12177Q117.984375 296.43427 118.65625 296.43427Q119.265625 296.43427 119.640625 296.18427Q120.015625 295.93427 120.015625 295.5124ZM124.953125 297.3249Q123.65625 297.3249 122.84375 296.48114Q122.046875 295.62177 122.046875 294.1999L122.046875 294.0124Q122.046875 293.05927 122.40625 292.3249Q122.765625 291.5749 123.40625 291.16864Q124.0625 290.74677 124.8125 290.74677Q126.046875 290.74677 126.734375 291.55927Q127.421875 292.37177 127.421875 293.8874L127.421875 294.3405L123.125 294.3405Q123.15625 295.278 123.671875 295.85614Q124.203125 296.43427 125.015625 296.43427Q125.578125 296.43427 125.96875 296.1999Q126.375 295.9655 126.6875 295.5749L127.34375 296.0905Q126.546875 297.3249 124.953125 297.3249ZM124.8125 291.6374Q124.15625 291.6374 123.703125 292.12177Q123.265625 292.5905 123.171875 293.4499L126.34375 293.4499L126.34375 293.37177Q126.296875 292.54364 125.890625 292.0905Q125.5 291.6374 124.8125 291.6374ZM135.23438 297.1999Q135.14062 297.0124 135.07812 296.528Q134.32812 297.3249 133.28125 297.3249Q132.34375 297.3249 131.73438 296.79364Q131.14062 296.2624 131.14062 295.43427Q131.14062 294.4499 131.89062 293.903Q132.64062 293.35614 134.01562 293.35614L135.0625 293.35614L135.0625 292.85614Q135.0625 292.29364 134.71875 291.9655Q134.39062 291.62177 133.71875 291.62177Q133.14062 291.62177 132.75 291.91864Q132.35938 292.1999 132.35938 292.62177L131.26562 292.62177Q131.26562 292.1374 131.59375 291.6999Q131.9375 291.2624 132.51562 291.0124Q133.09375 290.74677 133.78125 290.74677Q134.89062 290.74677 135.5 291.29364Q136.125 291.8405 136.15625 292.79364L136.15625 295.7155Q136.15625 296.5905 136.375 297.10614L136.375 297.1999L135.23438 297.1999ZM133.4375 296.37177Q133.95312 296.37177 134.40625 296.10614Q134.85938 295.8405 135.0625 295.41864L135.0625 294.12177L134.21875 294.12177Q132.21875 294.12177 132.21875 295.29364Q132.21875 295.79364 132.5625 296.0905Q132.90625 296.37177 133.4375 296.37177ZM141.85938 297.1999L141.85938 291.6999L140.85938 291.6999L140.85938 290.85614L141.85938 290.85614L141.85938 290.2155Q141.85938 289.18427 142.39062 288.6374Q142.9375 288.0749 143.9375 288.0749Q144.3125 288.0749 144.6875 288.16864L144.625 289.05927Q144.34375 288.99677 144.04688 288.99677Q143.51562 288.99677 143.21875 289.30927Q142.9375 289.62177 142.9375 290.18427L142.9375 290.85614L144.29688 290.85614L144.29688 291.6999L142.9375 291.6999L142.9375 297.1999L141.85938 297.1999ZM149.23438 296.5749Q148.60938 297.3249 147.375 297.3249Q146.35938 297.3249 145.82812 296.73114Q145.29688 296.1374 145.29688 294.98114L145.29688 290.85614L146.375 290.85614L146.375 294.9499Q146.375 296.403 147.54688 296.403Q148.79688 296.403 149.20312 295.4655L149.20312 290.85614L150.29688 290.85614L150.29688 297.1999L149.26562 297.1999L149.23438 296.5749ZM153.34375 296.30927L157.04688 296.30927L157.04688 297.1999L152.01562 297.1999L152.01562 296.403L155.51562 291.7624L152.0625 291.7624L152.0625 290.85614L156.875 290.85614L156.875 291.62177L153.34375 296.30927ZM159.34375 296.30927L163.04688 296.30927L163.04688 297.1999L158.01562 297.1999L158.01562 296.403L161.51562 291.7624L158.0625 291.7624L158.0625 290.85614L162.875 290.85614L162.875 291.62177L159.34375 296.30927ZM166.95312 297.3249Q165.65625 297.3249 164.84375 296.48114Q164.04688 295.62177 164.04688 294.1999L164.04688 294.0124Q164.04688 293.05927 164.40625 292.3249Q164.76562 291.5749 165.40625 291.16864Q166.0625 290.74677 166.8125 290.74677Q168.04688 290.74677 168.73438 291.55927Q169.42188 292.37177 169.42188 293.8874L169.42188 294.3405L165.125 294.3405Q165.15625 295.278 165.67188 295.85614Q166.20312 296.43427 167.01562 296.43427Q167.57812 296.43427 167.96875 296.1999Q168.375 295.9655 168.6875 295.5749L169.34375 296.0905Q168.54688 297.3249 166.95312 297.3249ZM166.8125 291.6374Q166.15625 291.6374 165.70312 292.12177Q165.26562 292.5905 165.17188 293.4499L168.34375 293.4499L168.34375 293.37177Q168.29688 292.54364 167.89062 292.0905Q167.5 291.6374 166.8125 291.6374ZM173.39062 291.8249Q173.14062 291.79364 172.85938 291.79364Q171.78125 291.79364 171.40625 292.6999L171.40625 297.1999L170.32812 297.1999L170.32812 290.85614L171.375 290.85614L171.39062 291.5905Q171.92188 290.74677 172.90625 290.74677Q173.21875 290.74677 173.39062 290.8249L173.39062 291.8249ZM177.03125 293.9655Q177.03125 293.04364 177.39062 292.29364Q177.76562 291.54364 178.42188 291.153Q179.07812 290.74677 179.90625 290.74677Q181.20312 290.74677 182.0 291.6374Q182.8125 292.528 182.8125 294.028L182.8125 294.10614Q182.8125 295.028 182.45312 295.7624Q182.09375 296.49677 181.4375 296.91864Q180.78125 297.3249 179.92188 297.3249Q178.64062 297.3249 177.82812 296.43427Q177.03125 295.528 177.03125 294.04364L177.03125 293.9655ZM178.125 294.10614Q178.125 295.153 178.60938 295.79364Q179.10938 296.43427 179.92188 296.43427Q180.75 296.43427 181.23438 295.79364Q181.71875 295.1374 181.71875 293.9655Q181.71875 292.93427 181.21875 292.29364Q180.73438 291.6374 179.90625 291.6374Q179.10938 291.6374 178.60938 292.278Q178.125 292.903 178.125 294.10614ZM185.34375 290.85614L185.375 291.653Q186.10938 290.74677 187.28125 290.74677Q189.29688 290.74677 189.3125 293.0124L189.3125 297.1999L188.21875 297.1999L188.21875 292.99677Q188.21875 292.3249 187.90625 291.99677Q187.60938 291.66864 186.95312 291.66864Q186.42188 291.66864 186.01562 291.9499Q185.625 292.23114 185.40625 292.68427L185.40625 297.1999L184.32812 297.1999L184.32812 290.85614L185.34375 290.85614ZM200.79688 296.0749Q200.35938 296.6999 199.57812 297.0124Q198.79688 297.3249 197.76562 297.3249Q196.73438 297.3249 195.92188 296.8405Q195.10938 296.3405 194.67188 295.43427Q194.23438 294.528 194.21875 293.3405L194.21875 292.60614Q194.21875 290.66864 195.10938 289.60614Q196.01562 288.54364 197.64062 288.54364Q198.98438 288.54364 199.79688 289.23114Q200.60938 289.91864 200.79688 291.16864L199.67188 291.16864Q199.34375 289.48114 197.65625 289.48114Q196.51562 289.48114 195.9375 290.278Q195.35938 291.05927 195.34375 292.5749L195.34375 293.2624Q195.34375 294.6999 196.0 295.55927Q196.65625 296.403 197.78125 296.403Q198.40625 296.403 198.875 296.2624Q199.35938 296.12177 199.67188 295.778L199.67188 293.87177L197.70312 293.87177L197.70312 292.9499L200.79688 292.9499L200.79688 296.0749ZM202.03125 293.9655Q202.03125 293.04364 202.39062 292.29364Q202.76562 291.54364 203.42188 291.153Q204.07812 290.74677 204.90625 290.74677Q206.20312 290.74677 207.0 291.6374Q207.8125 292.528 207.8125 294.028L207.8125 294.10614Q207.8125 295.028 207.45312 295.7624Q207.09375 296.49677 206.4375 296.91864Q205.78125 297.3249 204.92188 297.3249Q203.64062 297.3249 202.82812 296.43427Q202.03125 295.528 202.03125 294.04364L202.03125 293.9655ZM203.125 294.10614Q203.125 295.153 203.60938 295.79364Q204.10938 296.43427 204.92188 296.43427Q205.75 296.43427 206.23438 295.79364Q206.71875 295.1374 206.71875 293.9655Q206.71875 292.93427 206.21875 292.29364Q205.73438 291.6374 204.90625 291.6374Q204.10938 291.6374 203.60938 292.278Q203.125 292.903 203.125 294.10614ZM214.85938 296.43427Q215.4375 296.43427 215.875 296.0905Q216.3125 295.73114 216.35938 295.1999L217.39062 295.1999Q217.35938 295.74677 217.0 296.24677Q216.65625 296.73114 216.07812 297.028Q215.51562 297.3249 214.85938 297.3249Q213.5625 297.3249 212.79688 296.4655Q212.04688 295.5905 212.04688 294.0905L212.04688 293.903Q212.04688 292.98114 212.375 292.2624Q212.71875 291.54364 213.34375 291.153Q213.98438 290.74677 214.85938 290.74677Q215.92188 290.74677 216.625 291.3874Q217.34375 292.0124 217.39062 293.04364L216.35938 293.04364Q216.3125 292.41864 215.89062 292.028Q215.46875 291.6374 214.85938 291.6374Q214.03125 291.6374 213.57812 292.23114Q213.125 292.8249 213.125 293.9499L213.125 294.153Q213.125 295.24677 213.57812 295.8405Q214.03125 296.43427 214.85938 296.43427ZM218.03125 293.9655Q218.03125 293.04364 218.39062 292.29364Q218.76562 291.54364 219.42188 291.153Q220.07812 290.74677 220.90625 290.74677Q222.20312 290.74677 223.0 291.6374Q223.8125 292.528 223.8125 294.028L223.8125 294.10614Q223.8125 295.028 223.45312 295.7624Q223.09375 296.49677 222.4375 296.91864Q221.78125 297.3249 220.92188 297.3249Q219.64062 297.3249 218.82812 296.43427Q218.03125 295.528 218.03125 294.04364L218.03125 293.9655ZM219.125 294.10614Q219.125 295.153 219.60938 295.79364Q220.10938 296.43427 220.92188 296.43427Q221.75 296.43427 222.23438 295.79364Q222.71875 295.1374 222.71875 293.9655Q222.71875 292.93427 222.21875 292.29364Q221.73438 291.6374 220.90625 291.6374Q220.10938 291.6374 219.60938 292.278Q219.125 292.903 219.125 294.10614ZM225.0625 293.98114Q225.0625 292.5124 225.75 291.6374Q226.4375 290.74677 227.5625 290.74677Q228.67188 290.74677 229.32812 291.49677L229.32812 288.1999L230.40625 288.1999L230.40625 297.1999L229.40625 297.1999L229.35938 296.5124Q228.70312 297.3249 227.54688 297.3249Q226.45312 297.3249 225.75 296.41864Q225.0625 295.5124 225.0625 294.05927L225.0625 293.98114ZM226.14062 294.10614Q226.14062 295.18427 226.57812 295.79364Q227.03125 296.403 227.8125 296.403Q228.84375 296.403 229.32812 295.4655L229.32812 292.55927Q228.84375 291.66864 227.82812 291.66864Q227.03125 291.66864 226.57812 292.278Q226.14062 292.8874 226.14062 294.10614ZM234.95312 297.3249Q233.65625 297.3249 232.84375 296.48114Q232.04688 295.62177 232.04688 294.1999L232.04688 294.0124Q232.04688 293.05927 232.40625 292.3249Q232.76562 291.5749 233.40625 291.16864Q234.0625 290.74677 234.8125 290.74677Q236.04688 290.74677 236.73438 291.55927Q237.42188 292.37177 237.42188 293.8874L237.42188 294.3405L233.125 294.3405Q233.15625 295.278 233.67188 295.85614Q234.20312 296.43427 235.01562 296.43427Q235.57812 296.43427 235.96875 296.1999Q236.375 295.9655 236.6875 295.5749L237.34375 296.0905Q236.54688 297.3249 234.95312 297.3249ZM234.8125 291.6374Q234.15625 291.6374 233.70312 292.12177Q233.26562 292.5905 233.17188 293.4499L236.34375 293.4499L236.34375 293.37177Q236.29688 292.54364 235.89062 292.0905Q235.5 291.6374 234.8125 291.6374Z" fill-rule="nonzero"/><path fill="#666666" d="M216.04688 323.7545Q216.04688 325.0045 215.625 325.942Q215.20312 326.86386 214.42188 327.36386Q213.65625 327.86386 212.625 327.86386Q211.625 327.86386 210.84375 327.36386Q210.0625 326.86386 209.625 325.9576Q209.20312 325.03574 209.1875 323.817L209.1875 323.2076Q209.1875 321.97324 209.60938 321.03574Q210.04688 320.09824 210.82812 319.59824Q211.60938 319.0826 212.625 319.0826Q213.64062 319.0826 214.42188 319.5826Q215.20312 320.0826 215.625 321.0201Q216.04688 321.9576 216.04688 323.2076L216.04688 323.7545ZM214.9375 323.192Q214.9375 321.67636 214.32812 320.86386Q213.71875 320.05136 212.625 320.05136Q211.54688 320.05136 210.9375 320.86386Q210.32812 321.67636 210.3125 323.11386L210.3125 323.7545Q210.3125 325.22324 210.92188 326.067Q211.54688 326.8951 212.625 326.8951Q213.71875 326.8951 214.3125 326.11386Q214.92188 325.317 214.9375 323.8326L214.9375 323.192ZM218.79688 319.86386L218.79688 321.3951L219.96875 321.3951L219.96875 322.23886L218.79688 322.23886L218.79688 326.16074Q218.79688 326.55136 218.95312 326.73886Q219.10938 326.92636 219.48438 326.92636Q219.67188 326.92636 220.0 326.86386L220.0 327.73886Q219.57812 327.86386 219.17188 327.86386Q218.45312 327.86386 218.07812 327.42636Q217.70312 326.97324 217.70312 326.16074L217.70312 322.23886L216.54688 322.23886L216.54688 321.3951L217.70312 321.3951L217.70312 319.86386L218.79688 319.86386ZM222.40625 322.16074Q223.125 321.28574 224.28125 321.28574Q226.29688 321.28574 226.3125 323.55136L226.3125 327.73886L225.21875 327.73886L225.21875 323.53574Q225.21875 322.86386 224.90625 322.53574Q224.60938 322.2076 223.95312 322.2076Q223.42188 322.2076 223.01562 322.48886Q222.625 322.7701 222.40625 323.22324L222.40625 327.73886L221.32812 327.73886L221.32812 318.73886L222.40625 318.73886L222.40625 322.16074ZM230.95312 327.86386Q229.65625 327.86386 228.84375 327.0201Q228.04688 326.16074 228.04688 324.73886L228.04688 324.55136Q228.04688 323.59824 228.40625 322.86386Q228.76562 322.11386 229.40625 321.7076Q230.0625 321.28574 230.8125 321.28574Q232.04688 321.28574 232.73438 322.09824Q233.42188 322.91074 233.42188 324.42636L233.42188 324.8795L229.125 324.8795Q229.15625 325.817 229.67188 326.3951Q230.20312 326.97324 231.01562 326.97324Q231.57812 326.97324 231.96875 326.73886Q232.375 326.5045 232.6875 326.11386L233.34375 326.6295Q232.54688 327.86386 230.95312 327.86386ZM230.8125 322.17636Q230.15625 322.17636 229.70312 322.66074Q229.26562 323.1295 229.17188 323.98886L232.34375 323.98886L232.34375 323.91074Q232.29688 323.0826 231.89062 322.6295Q231.5 322.17636 230.8125 322.17636ZM237.39062 322.36386Q237.14062 322.3326 236.85938 322.3326Q235.78125 322.3326 235.40625 323.23886L235.40625 327.73886L234.32812 327.73886L234.32812 321.3951L235.375 321.3951L235.39062 322.1295Q235.92188 321.28574 236.90625 321.28574Q237.21875 321.28574 237.39062 321.36386L237.39062 322.36386Z" fill-rule="nonzero"/><path fill="#666666" d="M241.5625 358.21207Q241.5625 360.11832 240.90625 361.05582Q240.26562 361.9777 238.875 361.9777Q237.51562 361.9777 236.85938 361.07144Q236.20312 360.1652 236.17188 358.3527L236.17188 356.9152Q236.17188 355.02457 236.8125 354.11832Q237.46875 353.19644 238.85938 353.19644Q240.23438 353.19644 240.89062 354.08707Q241.54688 354.96207 241.5625 356.80582L241.5625 358.21207ZM240.46875 356.7277Q240.46875 355.3527 240.07812 354.7277Q239.70312 354.08707 238.85938 354.08707Q238.03125 354.08707 237.64062 354.7277Q237.26562 355.3527 237.26562 356.64957L237.26562 358.38394Q237.26562 359.75894 237.65625 360.43082Q238.0625 361.08707 238.875 361.08707Q239.67188 361.08707 240.0625 360.46207Q240.45312 359.83707 240.46875 358.50894L240.46875 356.7277ZM243.10938 354.96207Q243.10938 354.19644 243.59375 353.69644Q244.09375 353.19644 244.85938 353.19644Q245.64062 353.19644 246.125 353.69644Q246.60938 354.19644 246.60938 354.99332L246.60938 355.4152Q246.60938 356.18082 246.10938 356.68082Q245.625 357.1652 244.875 357.1652Q244.10938 357.1652 243.60938 356.68082Q243.10938 356.18082 243.10938 355.36832L243.10938 354.96207ZM243.92188 355.4152Q243.92188 355.86832 244.17188 356.1652Q244.4375 356.46207 244.875 356.46207Q245.29688 356.46207 245.54688 356.18082Q245.79688 355.88394 245.79688 355.38394L245.79688 354.96207Q245.79688 354.50894 245.54688 354.21207Q245.29688 353.89957 244.85938 353.89957Q244.42188 353.89957 244.17188 354.21207Q243.92188 354.50894 243.92188 354.9777L243.92188 355.4152ZM247.26562 359.75894Q247.26562 358.99332 247.75 358.50894Q248.25 358.00894 249.01562 358.00894Q249.78125 358.00894 250.26562 358.50894Q250.76562 358.99332 250.76562 359.80582L250.76562 360.21207Q250.76562 360.9777 250.28125 361.4777Q249.79688 361.9777 249.03125 361.9777Q248.26562 361.9777 247.76562 361.49332Q247.26562 360.99332 247.26562 360.18082L247.26562 359.75894ZM248.07812 360.21207Q248.07812 360.68082 248.32812 360.9777Q248.59375 361.27457 249.03125 361.27457Q249.45312 361.27457 249.70312 360.99332Q249.95312 360.69644 249.95312 360.19644L249.95312 359.75894Q249.95312 359.2902 249.6875 359.00894Q249.4375 358.71207 249.01562 358.71207Q248.59375 358.71207 248.32812 359.00894Q248.07812 359.2902 248.07812 359.7902L248.07812 360.21207ZM245.125 361.21207L244.5 360.82144L248.67188 354.14957L249.28125 354.5402L245.125 361.21207Z" fill-rule="nonzero"/><path fill="#666666" d="M305.10187 361.8527L299.50812 361.8527L299.50812 361.07144L302.46124 357.7902Q303.1175 357.0402 303.3675 356.58707Q303.6175 356.11832 303.6175 355.61832Q303.6175 354.94644 303.21124 354.52457Q302.82062 354.08707 302.13312 354.08707Q301.33624 354.08707 300.88312 354.55582Q300.43 355.00894 300.43 355.83707L299.35187 355.83707Q299.35187 354.64957 300.10187 353.93082Q300.8675 353.19644 302.13312 353.19644Q303.33624 353.19644 304.02374 353.82144Q304.71124 354.44644 304.71124 355.49332Q304.71124 356.74332 303.10187 358.49332L300.82062 360.96207L305.10187 360.96207L305.10187 361.8527ZM311.8675 358.21207Q311.8675 360.11832 311.21124 361.05582Q310.57062 361.9777 309.18 361.9777Q307.82062 361.9777 307.16437 361.07144Q306.50812 360.1652 306.47687 358.3527L306.47687 356.9152Q306.47687 355.02457 307.1175 354.11832Q307.77374 353.19644 309.16437 353.19644Q310.53937 353.19644 311.19562 354.08707Q311.85187 354.96207 311.8675 356.80582L311.8675 358.21207ZM310.77374 356.7277Q310.77374 355.3527 310.38312 354.7277Q310.00812 354.08707 309.16437 354.08707Q308.33624 354.08707 307.94562 354.7277Q307.57062 355.3527 307.57062 356.64957L307.57062 358.38394Q307.57062 359.75894 307.96124 360.43082Q308.3675 361.08707 309.18 361.08707Q309.97687 361.08707 310.3675 360.46207Q310.75812 359.83707 310.77374 358.50894L310.77374 356.7277ZM313.41437 354.96207Q313.41437 354.19644 313.89874 353.69644Q314.39874 353.19644 315.16437 353.19644Q315.94562 353.19644 316.43 353.69644Q316.91437 354.19644 316.91437 354.99332L316.91437 355.4152Q316.91437 356.18082 316.41437 356.68082Q315.93 357.1652 315.18 357.1652Q314.41437 357.1652 313.91437 356.68082Q313.41437 356.18082 313.41437 355.36832L313.41437 354.96207ZM314.22687 355.4152Q314.22687 355.86832 314.47687 356.1652Q314.7425 356.46207 315.18 356.46207Q315.60187 356.46207 315.85187 356.18082Q316.10187 355.88394 316.10187 355.38394L316.10187 354.96207Q316.10187 354.50894 315.85187 354.21207Q315.60187 353.89957 315.16437 353.89957Q314.72687 353.89957 314.47687 354.21207Q314.22687 354.50894 314.22687 354.9777L314.22687 355.4152ZM317.57062 359.75894Q317.57062 358.99332 318.055 358.50894Q318.555 358.00894 319.32062 358.00894Q320.08624 358.00894 320.57062 358.50894Q321.07062 358.99332 321.07062 359.80582L321.07062 360.21207Q321.07062 360.9777 320.58624 361.4777Q320.10187 361.9777 319.33624 361.9777Q318.57062 361.9777 318.07062 361.49332Q317.57062 360.99332 317.57062 360.18082L317.57062 359.75894ZM318.38312 360.21207Q318.38312 360.68082 318.63312 360.9777Q318.89874 361.27457 319.33624 361.27457Q319.75812 361.27457 320.00812 360.99332Q320.25812 360.69644 320.25812 360.19644L320.25812 359.75894Q320.25812 359.2902 319.9925 359.00894Q319.7425 358.71207 319.32062 358.71207Q318.89874 358.71207 318.63312 359.00894Q318.38312 359.2902 318.38312 359.7902L318.38312 360.21207ZM315.43 361.21207L314.805 360.82144L318.97687 354.14957L319.58624 354.5402L315.43 361.21207Z" fill-rule="nonzero"/><path fill="#666666" d="M370.89124 358.99332L372.07874 358.99332L372.07874 359.86832L370.89124 359.86832L370.89124 361.8527L369.8131 361.8527L369.8131 359.86832L365.9225 359.86832L365.9225 359.2277L369.735 353.32144L370.89124 353.32144L370.89124 358.99332ZM367.15686 358.99332L369.8131 358.99332L369.8131 354.80582L369.6725 355.0402L367.15686 358.99332ZM378.6725 358.21207Q378.6725 360.11832 378.01624 361.05582Q377.3756 361.9777 375.985 361.9777Q374.6256 361.9777 373.96936 361.07144Q373.3131 360.1652 373.28186 358.3527L373.28186 356.9152Q373.28186 355.02457 373.9225 354.11832Q374.57874 353.19644 375.96936 353.19644Q377.34436 353.19644 378.0006 354.08707Q378.65686 354.96207 378.6725 356.80582L378.6725 358.21207ZM377.57874 356.7277Q377.57874 355.3527 377.1881 354.7277Q376.8131 354.08707 375.96936 354.08707Q375.14124 354.08707 374.7506 354.7277Q374.3756 355.3527 374.3756 356.64957L374.3756 358.38394Q374.3756 359.75894 374.76624 360.43082Q375.1725 361.08707 375.985 361.08707Q376.78186 361.08707 377.1725 360.46207Q377.5631 359.83707 377.57874 358.50894L377.57874 356.7277ZM380.21936 354.96207Q380.21936 354.19644 380.70374 353.69644Q381.20374 353.19644 381.96936 353.19644Q382.7506 353.19644 383.235 353.69644Q383.71936 354.19644 383.71936 354.99332L383.71936 355.4152Q383.71936 356.18082 383.21936 356.68082Q382.735 357.1652 381.985 357.1652Q381.21936 357.1652 380.71936 356.68082Q380.21936 356.18082 380.21936 355.36832L380.21936 354.96207ZM381.03186 355.4152Q381.03186 355.86832 381.28186 356.1652Q381.5475 356.46207 381.985 356.46207Q382.40686 356.46207 382.65686 356.18082Q382.90686 355.88394 382.90686 355.38394L382.90686 354.96207Q382.90686 354.50894 382.65686 354.21207Q382.40686 353.89957 381.96936 353.89957Q381.53186 353.89957 381.28186 354.21207Q381.03186 354.50894 381.03186 354.9777L381.03186 355.4152ZM384.3756 359.75894Q384.3756 358.99332 384.86 358.50894Q385.36 358.00894 386.1256 358.00894Q386.89124 358.00894 387.3756 358.50894Q387.8756 358.99332 387.8756 359.80582L387.8756 360.21207Q387.8756 360.9777 387.39124 361.4777Q386.90686 361.9777 386.14124 361.9777Q385.3756 361.9777 384.8756 361.49332Q384.3756 360.99332 384.3756 360.18082L384.3756 359.75894ZM385.1881 360.21207Q385.1881 360.68082 385.4381 360.9777Q385.70374 361.27457 386.14124 361.27457Q386.5631 361.27457 386.8131 360.99332Q387.0631 360.69644 387.0631 360.19644L387.0631 359.75894Q387.0631 359.2902 386.7975 359.00894Q386.5475 358.71207 386.1256 358.71207Q385.70374 358.71207 385.4381 359.00894Q385.1881 359.2902 385.1881 359.7902L385.1881 360.21207ZM382.235 361.21207L381.61 360.82144L385.78186 354.14957L386.39124 354.5402L382.235 361.21207Z" fill-rule="nonzero"/><path fill="#666666" d="M437.38376 353.32144L437.38376 354.2277L437.18063 354.2277Q435.915 354.25894 435.165 354.99332Q434.415 355.71207 434.29 357.02457Q434.9775 356.25894 436.13376 356.25894Q437.24313 356.25894 437.915 357.0402Q438.58688 357.82144 438.58688 359.07144Q438.58688 360.38394 437.86813 361.18082Q437.14938 361.9777 435.93063 361.9777Q434.71188 361.9777 433.94626 361.0402Q433.19626 360.08707 433.19626 358.6027L433.19626 358.19644Q433.19626 355.83707 434.19626 354.58707Q435.19626 353.33707 437.18063 353.32144L437.38376 353.32144ZM435.96188 357.1652Q435.39938 357.1652 434.93063 357.49332Q434.46188 357.82144 434.27438 358.33707L434.27438 358.7277Q434.27438 359.7902 434.74313 360.43082Q435.2275 361.07144 435.93063 361.07144Q436.665 361.07144 437.08688 360.5402Q437.50876 359.99332 437.50876 359.11832Q437.50876 358.24332 437.08688 357.71207Q436.665 357.1652 435.96188 357.1652ZM445.4775 358.21207Q445.4775 360.11832 444.82126 361.05582Q444.18063 361.9777 442.79 361.9777Q441.43063 361.9777 440.77438 361.07144Q440.11813 360.1652 440.08688 358.3527L440.08688 356.9152Q440.08688 355.02457 440.7275 354.11832Q441.38376 353.19644 442.77438 353.19644Q444.14938 353.19644 444.80563 354.08707Q445.46188 354.96207 445.4775 356.80582L445.4775 358.21207ZM444.38376 356.7277Q444.38376 355.3527 443.99313 354.7277Q443.61813 354.08707 442.77438 354.08707Q441.94626 354.08707 441.55563 354.7277Q441.18063 355.3527 441.18063 356.64957L441.18063 358.38394Q441.18063 359.75894 441.57126 360.43082Q441.9775 361.08707 442.79 361.08707Q443.58688 361.08707 443.9775 360.46207Q444.36813 359.83707 444.38376 358.50894L444.38376 356.7277ZM447.02438 354.96207Q447.02438 354.19644 447.50876 353.69644Q448.00876 353.19644 448.77438 353.19644Q449.55563 353.19644 450.04 353.69644Q450.52438 354.19644 450.52438 354.99332L450.52438 355.4152Q450.52438 356.18082 450.02438 356.68082Q449.54 357.1652 448.79 357.1652Q448.02438 357.1652 447.52438 356.68082Q447.02438 356.18082 447.02438 355.36832L447.02438 354.96207ZM447.83688 355.4152Q447.83688 355.86832 448.08688 356.1652Q448.3525 356.46207 448.79 356.46207Q449.21188 356.46207 449.46188 356.18082Q449.71188 355.88394 449.71188 355.38394L449.71188 354.96207Q449.71188 354.50894 449.46188 354.21207Q449.21188 353.89957 448.77438 353.89957Q448.33688 353.89957 448.08688 354.21207Q447.83688 354.50894 447.83688 354.9777L447.83688 355.4152ZM451.18063 359.75894Q451.18063 358.99332 451.665 358.50894Q452.165 358.00894 452.93063 358.00894Q453.69626 358.00894 454.18063 358.50894Q454.68063 358.99332 454.68063 359.80582L454.68063 360.21207Q454.68063 360.9777 454.19626 361.4777Q453.71188 361.9777 452.94626 361.9777Q452.18063 361.9777 451.68063 361.49332Q451.18063 360.99332 451.18063 360.18082L451.18063 359.75894ZM451.99313 360.21207Q451.99313 360.68082 452.24313 360.9777Q452.50876 361.27457 452.94626 361.27457Q453.36813 361.27457 453.61813 360.99332Q453.86813 360.69644 453.86813 360.19644L453.86813 359.75894Q453.86813 359.2902 453.6025 359.00894Q453.3525 358.71207 452.93063 358.71207Q452.50876 358.71207 452.24313 359.00894Q451.99313 359.2902 451.99313 359.7902L451.99313 360.21207ZM449.04 361.21207L448.415 360.82144L452.58688 354.14957L453.19626 354.5402L449.04 361.21207Z" fill-rule="nonzero"/><path fill="#666666" d="M505.11063 355.5402Q505.11063 356.18082 504.76688 356.68082Q504.42313 357.18082 503.86063 357.46207Q504.51688 357.74332 504.9075 358.30582Q505.29813 358.8527 505.29813 359.55582Q505.29813 360.64957 504.54813 361.32144Q503.81375 361.9777 502.595 361.9777Q501.36063 361.9777 500.61063 361.32144Q499.87625 360.64957 499.87625 359.55582Q499.87625 358.8527 500.25125 358.30582Q500.62625 357.74332 501.29813 357.46207Q500.73563 357.18082 500.4075 356.68082Q500.07938 356.18082 500.07938 355.5402Q500.07938 354.46207 500.76688 353.83707Q501.45438 353.19644 502.595 353.19644Q503.72 353.19644 504.4075 353.83707Q505.11063 354.46207 505.11063 355.5402ZM504.22 359.52457Q504.22 358.80582 503.76688 358.36832Q503.31375 357.9152 502.57938 357.9152Q501.845 357.9152 501.39188 358.36832Q500.95438 358.80582 500.95438 359.5402Q500.95438 360.25894 501.39188 360.68082Q501.82938 361.08707 502.595 361.08707Q503.345 361.08707 503.7825 360.6652Q504.22 360.24332 504.22 359.52457ZM502.595 354.08707Q501.95438 354.08707 501.54813 354.49332Q501.1575 354.88394 501.1575 355.57144Q501.1575 356.21207 501.54813 356.61832Q501.93875 357.02457 502.57938 357.02457Q503.23563 357.02457 503.62625 356.61832Q504.01688 356.21207 504.01688 355.57144Q504.01688 354.9152 503.61063 354.50894Q503.20438 354.08707 502.595 354.08707ZM512.2825 358.21207Q512.2825 360.11832 511.62625 361.05582Q510.98563 361.9777 509.595 361.9777Q508.23563 361.9777 507.57938 361.07144Q506.92313 360.1652 506.89188 358.3527L506.89188 356.9152Q506.89188 355.02457 507.5325 354.11832Q508.18875 353.19644 509.57938 353.19644Q510.95438 353.19644 511.61063 354.08707Q512.26685 354.96207 512.2825 356.80582L512.2825 358.21207ZM511.18875 356.7277Q511.18875 355.3527 510.79813 354.7277Q510.42313 354.08707 509.57938 354.08707Q508.75125 354.08707 508.36063 354.7277Q507.98563 355.3527 507.98563 356.64957L507.98563 358.38394Q507.98563 359.75894 508.37625 360.43082Q508.7825 361.08707 509.595 361.08707Q510.39188 361.08707 510.7825 360.46207Q511.17313 359.83707 511.18875 358.50894L511.18875 356.7277ZM513.82935 354.96207Q513.82935 354.19644 514.3137 353.69644Q514.8137 353.19644 515.57935 353.19644Q516.3606 353.19644 516.845 353.69644Q517.32935 354.19644 517.32935 354.99332L517.32935 355.4152Q517.32935 356.18082 516.82935 356.68082Q516.345 357.1652 515.595 357.1652Q514.82935 357.1652 514.32935 356.68082Q513.82935 356.18082 513.82935 355.36832L513.82935 354.96207ZM514.64185 355.4152Q514.64185 355.86832 514.89185 356.1652Q515.1575 356.46207 515.595 356.46207Q516.01685 356.46207 516.26685 356.18082Q516.51685 355.88394 516.51685 355.38394L516.51685 354.96207Q516.51685 354.50894 516.26685 354.21207Q516.01685 353.89957 515.57935 353.89957Q515.14185 353.89957 514.89185 354.21207Q514.64185 354.50894 514.64185 354.9777L514.64185 355.4152ZM517.9856 359.75894Q517.9856 358.99332 518.47 358.50894Q518.97 358.00894 519.7356 358.00894Q520.5012 358.00894 520.9856 358.50894Q521.4856 358.99332 521.4856 359.80582L521.4856 360.21207Q521.4856 360.9777 521.0012 361.4777Q520.51685 361.9777 519.7512 361.9777Q518.9856 361.9777 518.4856 361.49332Q517.9856 360.99332 517.9856 360.18082L517.9856 359.75894ZM518.7981 360.21207Q518.7981 360.68082 519.0481 360.9777Q519.3137 361.27457 519.7512 361.27457Q520.1731 361.27457 520.4231 360.99332Q520.6731 360.69644 520.6731 360.19644L520.6731 359.75894Q520.6731 359.2902 520.4075 359.00894Q520.1575 358.71207 519.7356 358.71207Q519.3137 358.71207 519.0481 359.00894Q518.7981 359.2902 518.7981 359.7902L518.7981 360.21207ZM515.845 361.21207L515.22 360.82144L519.39185 354.14957L520.0012 354.5402L515.845 361.21207Z" fill-rule="nonzero"/><path fill="#666666" d="M566.79065 361.8527L565.7125 361.8527L565.7125 354.63394L563.525 355.43082L563.525 354.44644L566.6344 353.27457L566.79065 353.27457L566.79065 361.8527ZM575.5875 358.21207Q575.5875 360.11832 574.9313 361.05582Q574.29065 361.9777 572.9 361.9777Q571.54065 361.9777 570.8844 361.07144Q570.22815 360.1652 570.1969 358.3527L570.1969 356.9152Q570.1969 355.02457 570.8375 354.11832Q571.4938 353.19644 572.8844 353.19644Q574.2594 353.19644 574.91565 354.08707Q575.5719 354.96207 575.5875 356.80582L575.5875 358.21207ZM574.4938 356.7277Q574.4938 355.3527 574.10315 354.7277Q573.72815 354.08707 572.8844 354.08707Q572.0563 354.08707 571.66565 354.7277Q571.29065 355.3527 571.29065 356.64957L571.29065 358.38394Q571.29065 359.75894 571.6813 360.43082Q572.0875 361.08707 572.9 361.08707Q573.6969 361.08707 574.0875 360.46207Q574.47815 359.83707 574.4938 358.50894L574.4938 356.7277ZM582.5875 358.21207Q582.5875 360.11832 581.9313 361.05582Q581.29065 361.9777 579.9 361.9777Q578.54065 361.9777 577.8844 361.07144Q577.22815 360.1652 577.1969 358.3527L577.1969 356.9152Q577.1969 355.02457 577.8375 354.11832Q578.4938 353.19644 579.8844 353.19644Q581.2594 353.19644 581.91565 354.08707Q582.5719 354.96207 582.5875 356.80582L582.5875 358.21207ZM581.4938 356.7277Q581.4938 355.3527 581.10315 354.7277Q580.72815 354.08707 579.8844 354.08707Q579.0563 354.08707 578.66565 354.7277Q578.29065 355.3527 578.29065 356.64957L578.29065 358.38394Q578.29065 359.75894 578.6813 360.43082Q579.0875 361.08707 579.9 361.08707Q580.6969 361.08707 581.0875 360.46207Q581.47815 359.83707 581.4938 358.50894L581.4938 356.7277ZM584.1344 354.96207Q584.1344 354.19644 584.6188 353.69644Q585.1188 353.19644 585.8844 353.19644Q586.66565 353.19644 587.15 353.69644Q587.6344 354.19644 587.6344 354.99332L587.6344 355.4152Q587.6344 356.18082 587.1344 356.68082Q586.65 357.1652 585.9 357.1652Q585.1344 357.1652 584.6344 356.68082Q584.1344 356.18082 584.1344 355.36832L584.1344 354.96207ZM584.9469 355.4152Q584.9469 355.86832 585.1969 356.1652Q585.4625 356.46207 585.9 356.46207Q586.3219 356.46207 586.5719 356.18082Q586.8219 355.88394 586.8219 355.38394L586.8219 354.96207Q586.8219 354.50894 586.5719 354.21207Q586.3219 353.89957 585.8844 353.89957Q585.4469 353.89957 585.1969 354.21207Q584.9469 354.50894 584.9469 354.9777L584.9469 355.4152ZM588.29065 359.75894Q588.29065 358.99332 588.775 358.50894Q589.275 358.00894 590.04065 358.00894Q590.8063 358.00894 591.29065 358.50894Q591.79065 358.99332 591.79065 359.80582L591.79065 360.21207Q591.79065 360.9777 591.3063 361.4777Q590.8219 361.9777 590.0563 361.9777Q589.29065 361.9777 588.79065 361.49332Q588.29065 360.99332 588.29065 360.18082L588.29065 359.75894ZM589.10315 360.21207Q589.10315 360.68082 589.35315 360.9777Q589.6188 361.27457 590.0563 361.27457Q590.47815 361.27457 590.72815 360.99332Q590.97815 360.69644 590.97815 360.19644L590.97815 359.75894Q590.97815 359.2902 590.7125 359.00894Q590.4625 358.71207 590.04065 358.71207Q589.6188 358.71207 589.35315 359.00894Q589.10315 359.2902 589.10315 359.7902L589.10315 360.21207ZM586.15 361.21207L585.525 360.82144L589.6969 354.14957L590.3063 354.5402L586.15 361.21207Z" fill-rule="nonzero"/><path fill="#999999" d="M21.08125 47.434345Q21.08125 46.121845 21.425 44.903095Q21.784374 43.684345 22.4875 42.684345Q23.190624 41.684345 23.95625 41.278095L24.175 41.996845Q23.315624 42.653095 22.76875 43.996845Q22.221874 45.340595 22.175 47.01247L22.159374 47.51247Q22.159374 49.778095 22.9875 51.434345Q23.4875 52.434345 24.175 52.996845L23.95625 53.653095Q23.175 53.23122 22.45625 52.19997Q21.08125 50.215595 21.08125 47.434345ZM28.815624 49.215595Q28.815624 48.778095 28.471874 48.54372Q28.14375 48.29372 27.315624 48.121845Q26.503124 47.94997 26.01875 47.69997Q25.534374 47.44997 25.3 47.121845Q25.08125 46.778095 25.08125 46.309345Q25.08125 45.528095 25.7375 44.996845Q26.39375 44.44997 27.425 44.44997Q28.503124 44.44997 29.159374 45.01247Q29.83125 45.559345 29.83125 46.41872L28.753124 46.41872Q28.753124 45.98122 28.3625 45.66872Q27.9875 45.340595 27.425 45.340595Q26.83125 45.340595 26.4875 45.60622Q26.159374 45.85622 26.159374 46.26247Q26.159374 46.653095 26.471874 46.85622Q26.784374 47.059345 27.596874 47.246845Q28.409374 47.41872 28.909374 47.66872Q29.409374 47.91872 29.64375 48.278095Q29.89375 48.63747 29.89375 49.13747Q29.89375 49.996845 29.20625 50.51247Q28.534374 51.028095 27.45625 51.028095Q26.690624 51.028095 26.096874 50.76247Q25.51875 50.48122 25.190624 49.996845Q24.8625 49.51247 24.8625 48.94997L25.940624 48.94997Q25.971874 49.496845 26.378124 49.82497Q26.784374 50.13747 27.45625 50.13747Q28.065624 50.13747 28.440624 49.88747Q28.815624 49.63747 28.815624 49.215595ZM33.753124 51.028095Q32.45625 51.028095 31.64375 50.184345Q30.846874 49.32497 30.846874 47.903095L30.846874 47.715595Q30.846874 46.76247 31.20625 46.028095Q31.565624 45.278095 32.20625 44.871845Q32.8625 44.44997 33.6125 44.44997Q34.846874 44.44997 35.534374 45.26247Q36.221874 46.07497 36.221874 47.590595L36.221874 48.04372L31.925 48.04372Q31.95625 48.98122 32.471874 49.559345Q33.003124 50.13747 33.815624 50.13747Q34.378124 50.13747 34.76875 49.903095Q35.175 49.66872 35.4875 49.278095L36.14375 49.79372Q35.346874 51.028095 33.753124 51.028095ZM33.6125 45.340595Q32.95625 45.340595 32.503124 45.82497Q32.065624 46.29372 31.971874 47.153095L35.14375 47.153095L35.14375 47.07497Q35.096874 46.246845 34.690624 45.79372Q34.3 45.340595 33.6125 45.340595ZM38.3 50.903095L37.221874 50.903095L37.221874 41.903095L38.3 41.903095L38.3 50.903095ZM42.753124 51.028095Q41.45625 51.028095 40.64375 50.184345Q39.846874 49.32497 39.846874 47.903095L39.846874 47.715595Q39.846874 46.76247 40.20625 46.028095Q40.565624 45.278095 41.20625 44.871845Q41.8625 44.44997 42.6125 44.44997Q43.846874 44.44997 44.534374 45.26247Q45.221874 46.07497 45.221874 47.590595L45.221874 48.04372L40.925 48.04372Q40.95625 48.98122 41.471874 49.559345Q42.003124 50.13747 42.815624 50.13747Q43.378124 50.13747 43.76875 49.903095Q44.175 49.66872 44.4875 49.278095L45.14375 49.79372Q44.346874 51.028095 42.753124 51.028095ZM42.6125 45.340595Q41.95625 45.340595 41.503124 45.82497Q41.065624 46.29372 40.971874 47.153095L44.14375 47.153095L44.14375 47.07497Q44.096874 46.246845 43.690624 45.79372Q43.3 45.340595 42.6125 45.340595ZM48.659374 50.13747Q49.2375 50.13747 49.675 49.79372Q50.1125 49.434345 50.159374 48.903095L51.190624 48.903095Q51.159374 49.44997 50.8 49.94997Q50.45625 50.434345 49.878124 50.73122Q49.315624 51.028095 48.659374 51.028095Q47.3625 51.028095 46.596874 50.16872Q45.846874 49.29372 45.846874 47.79372L45.846874 47.60622Q45.846874 46.684345 46.175 45.965595Q46.51875 45.246845 47.14375 44.85622Q47.784374 44.44997 48.659374 44.44997Q49.721874 44.44997 50.425 45.090595Q51.14375 45.715595 51.190624 46.746845L50.159374 46.746845Q50.1125 46.121845 49.690624 45.73122Q49.26875 45.340595 48.659374 45.340595Q47.83125 45.340595 47.378124 45.934345Q46.925 46.528095 46.925 47.653095L46.925 47.85622Q46.925 48.94997 47.378124 49.54372Q47.83125 50.13747 48.659374 50.13747ZM53.596874 43.028095L53.596874 44.559345L54.76875 44.559345L54.76875 45.403095L53.596874 45.403095L53.596874 49.32497Q53.596874 49.715595 53.753124 49.903095Q53.909374 50.090595 54.284374 50.090595Q54.471874 50.090595 54.8 50.028095L54.8 50.903095Q54.378124 51.028095 53.971874 51.028095Q53.253124 51.028095 52.878124 50.590595Q52.503124 50.13747 52.503124 49.32497L52.503124 45.403095L51.346874 45.403095L51.346874 44.559345L52.503124 44.559345L52.503124 43.028095L53.596874 43.028095ZM63.034374 50.903095Q62.940624 50.715595 62.878124 50.23122Q62.128124 51.028095 61.08125 51.028095Q60.14375 51.028095 59.534374 50.496845Q58.940624 49.965595 58.940624 49.13747Q58.940624 48.153095 59.690624 47.60622Q60.440624 47.059345 61.815624 47.059345L62.8625 47.059345L62.8625 46.559345Q62.8625 45.996845 62.51875 45.66872Q62.190624 45.32497 61.51875 45.32497Q60.940624 45.32497 60.55 45.621845Q60.159374 45.903095 60.159374 46.32497L59.065624 46.32497Q59.065624 45.840595 59.39375 45.403095Q59.7375 44.965595 60.315624 44.715595Q60.89375 44.44997 61.58125 44.44997Q62.690624 44.44997 63.3 44.996845Q63.925 45.54372 63.95625 46.496845L63.95625 49.41872Q63.95625 50.29372 64.175 50.809345L64.175 50.903095L63.034374 50.903095ZM61.2375 50.07497Q61.753124 50.07497 62.20625 49.809345Q62.659374 49.54372 62.8625 49.121845L62.8625 47.82497L62.01875 47.82497Q60.01875 47.82497 60.01875 48.996845Q60.01875 49.496845 60.3625 49.79372Q60.70625 50.07497 61.2375 50.07497ZM67.3 50.903095L66.22188 50.903095L66.22188 41.903095L67.3 41.903095L67.3 50.903095ZM70.3 50.903095L69.22188 50.903095L69.22188 41.903095L70.3 41.903095L70.3 50.903095ZM76.59688 43.028095L76.59688 44.559345L77.76875 44.559345L77.76875 45.403095L76.59688 45.403095L76.59688 49.32497Q76.59688 49.715595 76.75313 49.903095Q76.90938 50.090595 77.28438 50.090595Q77.47188 50.090595 77.8 50.028095L77.8 50.903095Q77.37813 51.028095 76.97188 51.028095Q76.25313 51.028095 75.87813 50.590595Q75.50313 50.13747 75.50313 49.32497L75.50313 45.403095L74.34688 45.403095L74.34688 44.559345L75.50313 44.559345L75.50313 43.028095L76.59688 43.028095ZM80.20625 45.32497Q80.925 44.44997 82.08125 44.44997Q84.09688 44.44997 84.1125 46.715595L84.1125 50.903095L83.01875 50.903095L83.01875 46.69997Q83.01875 46.028095 82.70625 45.69997Q82.40938 45.371845 81.75313 45.371845Q81.22188 45.371845 80.81563 45.653095Q80.425 45.934345 80.20625 46.38747L80.20625 50.903095L79.12813 50.903095L79.12813 41.903095L80.20625 41.903095L80.20625 45.32497ZM90.03438 50.903095Q89.94063 50.715595 89.87813 50.23122Q89.12813 51.028095 88.08125 51.028095Q87.14375 51.028095 86.53438 50.496845Q85.94063 49.965595 85.94063 49.13747Q85.94063 48.153095 86.69063 47.60622Q87.44063 47.059345 88.81563 47.059345L89.8625 47.059345L89.8625 46.559345Q89.8625 45.996845 89.51875 45.66872Q89.19063 45.32497 88.51875 45.32497Q87.94063 45.32497 87.55 45.621845Q87.15938 45.903095 87.15938 46.32497L86.06563 46.32497Q86.06563 45.840595 86.39375 45.403095Q86.7375 44.965595 87.31563 44.715595Q87.89375 44.44997 88.58125 44.44997Q89.69063 44.44997 90.3 44.996845Q90.925 45.54372 90.95625 46.496845L90.95625 49.41872Q90.95625 50.29372 91.175 50.809345L91.175 50.903095L90.03438 50.903095ZM88.2375 50.07497Q88.75313 50.07497 89.20625 49.809345Q89.65938 49.54372 89.8625 49.121845L89.8625 47.82497L89.01875 47.82497Q87.01875 47.82497 87.01875 48.996845Q87.01875 49.496845 87.3625 49.79372Q87.70625 50.07497 88.2375 50.07497ZM94.59688 43.028095L94.59688 44.559345L95.76875 44.559345L95.76875 45.403095L94.59688 45.403095L94.59688 49.32497Q94.59688 49.715595 94.75313 49.903095Q94.90938 50.090595 95.28438 50.090595Q95.47188 50.090595 95.8 50.028095L95.8 50.903095Q95.37813 51.028095 94.97188 51.028095Q94.25313 51.028095 93.87813 50.590595Q93.50313 50.13747 93.50313 49.32497L93.50313 45.403095L92.34688 45.403095L92.34688 44.559345L93.50313 44.559345L93.50313 43.028095L94.59688 43.028095ZM104.03438 50.903095Q103.94063 50.715595 103.87813 50.23122Q103.12813 51.028095 102.08125 51.028095Q101.14375 51.028095 100.53438 50.496845Q99.94063 49.965595 99.94063 49.13747Q99.94063 48.153095 100.69063 47.60622Q101.44063 47.059345 102.81563 47.059345L103.8625 47.059345L103.8625 46.559345Q103.8625 45.996845 103.51875 45.66872Q103.19063 45.32497 102.51875 45.32497Q101.94063 45.32497 101.55 45.621845Q101.15938 45.903095 101.15938 46.32497L100.06563 46.32497Q100.06563 45.840595 100.39375 45.403095Q100.7375 44.965595 101.31563 44.715595Q101.89375 44.44997 102.58125 44.44997Q103.69063 44.44997 104.3 44.996845Q104.925 45.54372 104.95625 46.496845L104.95625 49.41872Q104.95625 50.29372 105.175 50.809345L105.175 50.903095L104.03438 50.903095ZM102.2375 50.07497Q102.75313 50.07497 103.20625 49.809345Q103.65938 49.54372 103.8625 49.121845L103.8625 47.82497L103.01875 47.82497Q101.01875 47.82497 101.01875 48.996845Q101.01875 49.496845 101.3625 49.79372Q101.70625 50.07497 102.2375 50.07497ZM112.47188 47.809345Q112.47188 49.246845 111.81563 50.13747Q111.15938 51.028095 110.01875 51.028095Q108.8625 51.028095 108.20625 50.29372L108.20625 53.340595L107.12813 53.340595L107.12813 44.559345L108.1125 44.559345L108.15938 45.26247Q108.83125 44.44997 110.00313 44.44997Q111.14375 44.44997 111.8 45.309345Q112.47188 46.16872 112.47188 47.69997L112.47188 47.809345ZM111.39375 47.684345Q111.39375 46.60622 110.925 45.996845Q110.47188 45.371845 109.675 45.371845Q108.69063 45.371845 108.20625 46.23122L108.20625 49.26247Q108.69063 50.13747 109.69063 50.13747Q110.47188 50.13747 110.925 49.528095Q111.39375 48.903095 111.39375 47.684345ZM119.47188 47.809345Q119.47188 49.246845 118.81563 50.13747Q118.15938 51.028095 117.01875 51.028095Q115.8625 51.028095 115.20625 50.29372L115.20625 53.340595L114.12813 53.340595L114.12813 44.559345L115.1125 44.559345L115.15938 45.26247Q115.83125 44.44997 117.00313 44.44997Q118.14375 44.44997 118.8 45.309345Q119.47188 46.16872 119.47188 47.69997L119.47188 47.809345ZM118.39375 47.684345Q118.39375 46.60622 117.925 45.996845Q117.47188 45.371845 116.675 45.371845Q115.69063 45.371845 115.20625 46.23122L115.20625 49.26247Q115.69063 50.13747 116.69063 50.13747Q117.47188 50.13747 117.925 49.528095Q118.39375 48.903095 118.39375 47.684345ZM122.3 50.903095L121.22188 50.903095L121.22188 41.903095L122.3 41.903095L122.3 50.903095ZM126.19063 49.309345L127.675 44.559345L128.83125 44.559345L126.28438 51.88747Q125.69063 53.465595 124.40938 53.465595L124.19063 53.44997L123.8 53.371845L123.8 52.496845L124.08125 52.51247Q124.64375 52.51247 124.94063 52.29372Q125.25313 52.07497 125.45625 51.48122L125.69063 50.82497L123.425 44.559345L124.6125 44.559345L126.19063 49.309345ZM132.62813 47.496845Q132.62813 48.809345 132.28438 50.01247Q131.94063 51.19997 131.22188 52.215595Q130.51875 53.23122 129.75313 53.653095L129.51875 52.996845Q130.425 52.309345 130.97188 50.85622Q131.51875 49.38747 131.53438 47.621845L131.53438 47.434345Q131.53438 46.19997 131.26875 45.13747Q131.01875 44.07497 130.55 43.246845Q130.09688 42.403095 129.51875 41.934345L129.75313 41.278095Q130.51875 41.69997 131.22188 42.69997Q131.925 43.69997 132.26875 44.91872Q132.62813 46.121845 132.62813 47.496845Z" fill-rule="nonzero"/><path fill="#666666" d="M22.8625 29.653093L21.55 29.653093L21.55 19.699968L22.8625 19.699968L22.8625 29.653093ZM27.95625 25.887468Q27.95625 24.184343 28.753124 23.153093Q29.565624 22.121843 30.8625 22.121843Q32.175 22.121843 32.925 23.012468L32.925 19.153093L34.190624 19.153093L34.190624 29.653093L33.034374 29.653093L32.971874 28.856218Q32.20625 29.793718 30.8625 29.793718Q29.565624 29.793718 28.753124 28.746843Q27.95625 27.684343 27.95625 25.981218L27.95625 25.887468ZM29.221874 26.043718Q29.221874 27.293718 29.7375 28.012468Q30.253124 28.715593 31.175 28.715593Q32.378124 28.715593 32.925 27.637468L32.925 24.231218Q32.3625 23.199968 31.190624 23.199968Q30.253124 23.199968 29.7375 23.918718Q29.221874 24.621843 29.221874 26.043718ZM39.33125 29.793718Q37.815624 29.793718 36.878124 28.809343Q35.940624 27.809343 35.940624 26.153093L35.940624 25.934343Q35.940624 24.824968 36.3625 23.965593Q36.784374 23.090593 37.534374 22.606218Q38.284374 22.121843 39.175 22.121843Q40.6125 22.121843 41.409374 23.074968Q42.20625 24.012468 42.20625 25.793718L42.20625 26.309343L37.20625 26.309343Q37.221874 27.403093 37.83125 28.090593Q38.45625 28.762468 39.39375 28.762468Q40.065624 28.762468 40.51875 28.496843Q40.9875 28.215593 41.346874 27.762468L42.1125 28.356218Q41.190624 29.793718 39.33125 29.793718ZM39.175 23.153093Q38.409374 23.153093 37.878124 23.715593Q37.3625 24.278093 37.2375 25.278093L40.940624 25.278093L40.940624 25.184343Q40.89375 24.215593 40.425 23.684343Q39.95625 23.153093 39.175 23.153093ZM49.503124 26.043718Q49.503124 27.731218 48.721874 28.762468Q47.95625 29.793718 46.64375 29.793718Q45.3 29.793718 44.51875 28.934343L44.51875 32.49684L43.253124 32.49684L43.253124 22.262468L44.409374 22.262468L44.471874 23.074968Q45.253124 22.121843 46.628124 22.121843Q47.95625 22.121843 48.721874 23.121843Q49.503124 24.121843 49.503124 25.918718L49.503124 26.043718ZM48.2375 25.887468Q48.2375 24.637468 47.70625 23.918718Q47.175 23.199968 46.2375 23.199968Q45.096874 23.199968 44.51875 24.215593L44.51875 27.746843Q45.096874 28.762468 46.253124 28.762468Q47.175 28.762468 47.70625 28.043718Q48.2375 27.309343 48.2375 25.887468ZM54.33125 29.793718Q52.815624 29.793718 51.878124 28.809343Q50.940624 27.809343 50.940624 26.153093L50.940624 25.934343Q50.940624 24.824968 51.3625 23.965593Q51.784374 23.090593 52.534374 22.606218Q53.284374 22.121843 54.175 22.121843Q55.6125 22.121843 56.409374 23.074968Q57.20625 24.012468 57.20625 25.793718L57.20625 26.309343L52.20625 26.309343Q52.221874 27.403093 52.83125 28.090593Q53.45625 28.762468 54.39375 28.762468Q55.065624 28.762468 55.51875 28.496843Q55.9875 28.215593 56.346874 27.762468L57.1125 28.356218Q56.190624 29.793718 54.33125 29.793718ZM54.175 23.153093Q53.409374 23.153093 52.878124 23.715593Q52.3625 24.278093 52.2375 25.278093L55.940624 25.278093L55.940624 25.184343Q55.89375 24.215593 55.425 23.684343Q54.95625 23.153093 54.175 23.153093ZM59.45625 22.262468L59.4875 23.184343Q60.346874 22.121843 61.70625 22.121843Q64.05 22.121843 64.08125 24.762468L64.08125 29.653093L62.815624 29.653093L62.815624 24.762468Q62.8 23.965593 62.440624 23.590593Q62.08125 23.199968 61.33125 23.199968Q60.70625 23.199968 60.2375 23.528093Q59.784374 23.856218 59.51875 24.387468L59.51875 29.653093L58.253124 29.653093L58.253124 22.262468L59.45625 22.262468ZM65.95625 25.887468Q65.95625 24.184343 66.75313 23.153093Q67.56563 22.121843 68.8625 22.121843Q70.175 22.121843 70.925 23.012468L70.925 19.153093L72.19063 19.153093L72.19063 29.653093L71.03438 29.653093L70.97188 28.856218Q70.20625 29.793718 68.8625 29.793718Q67.56563 29.793718 66.75313 28.746843Q65.95625 27.684343 65.95625 25.981218L65.95625 25.887468ZM67.22188 26.043718Q67.22188 27.293718 67.7375 28.012468Q68.25313 28.715593 69.175 28.715593Q70.37813 28.715593 70.925 27.637468L70.925 24.231218Q70.3625 23.199968 69.19063 23.199968Q68.25313 23.199968 67.7375 23.918718Q67.22188 24.621843 67.22188 26.043718ZM81.83125 28.918718Q81.08125 29.793718 79.65938 29.793718Q78.47188 29.793718 77.84688 29.106218Q77.2375 28.418718 77.2375 27.074968L77.2375 22.262468L78.4875 22.262468L78.4875 27.028093Q78.4875 28.715593 79.8625 28.715593Q81.31563 28.715593 81.78438 27.637468L81.78438 22.262468L83.05 22.262468L83.05 29.653093L81.84688 29.653093L81.83125 28.918718ZM91.50313 26.043718Q91.50313 27.731218 90.72188 28.762468Q89.95625 29.793718 88.64375 29.793718Q87.3 29.793718 86.51875 28.934343L86.51875 32.49684L85.25313 32.49684L85.25313 22.262468L86.40938 22.262468L86.47188 23.074968Q87.25313 22.121843 88.62813 22.121843Q89.95625 22.121843 90.72188 23.121843Q91.50313 24.121843 91.50313 25.918718L91.50313 26.043718ZM90.2375 25.887468Q90.2375 24.637468 89.70625 23.918718Q89.175 23.199968 88.2375 23.199968Q87.09688 23.199968 86.51875 24.215593L86.51875 27.746843Q87.09688 28.762468 88.25313 28.762468Q89.175 28.762468 89.70625 28.043718Q90.2375 27.309343 90.2375 25.887468ZM92.925 25.887468Q92.925 24.793718 93.34688 23.934343Q93.78438 23.059343 94.53438 22.590593Q95.3 22.121843 96.28438 22.121843Q97.78438 22.121843 98.72188 23.168718Q99.65938 24.215593 99.65938 25.949968L99.65938 26.043718Q99.65938 27.121843 99.2375 27.981218Q98.83125 28.824968 98.05 29.309343Q97.28438 29.793718 96.3 29.793718Q94.78438 29.793718 93.84688 28.746843Q92.925 27.699968 92.925 25.981218L92.925 25.887468ZM94.19063 26.043718Q94.19063 27.262468 94.75313 28.012468Q95.33125 28.762468 96.3 28.762468Q97.25313 28.762468 97.81563 28.012468Q98.39375 27.246843 98.39375 25.887468Q98.39375 24.668718 97.81563 23.918718Q97.2375 23.153093 96.28438 23.153093Q95.34688 23.153093 94.76875 23.903093Q94.19063 24.653093 94.19063 26.043718ZM102.45625 22.262468L102.4875 23.184343Q103.34688 22.121843 104.70625 22.121843Q107.05 22.121843 107.08125 24.762468L107.08125 29.653093L105.81563 29.653093L105.81563 24.762468Q105.8 23.965593 105.44063 23.590593Q105.08125 23.199968 104.33125 23.199968Q103.70625 23.199968 103.2375 23.528093Q102.78438 23.856218 102.51875 24.387468L102.51875 29.653093L101.25313 29.653093L101.25313 22.262468L102.45625 22.262468ZM113.97188 20.465593L113.97188 22.262468L115.34688 22.262468L115.34688 23.231218L113.97188 23.231218L113.97188 27.824968Q113.97188 28.262468 114.15938 28.496843Q114.34688 28.715593 114.78438 28.715593Q115.00313 28.715593 115.39375 28.621843L115.39375 29.653093Q114.89375 29.793718 114.425 29.793718Q113.56563 29.793718 113.12813 29.278093Q112.70625 28.762468 112.70625 27.824968L112.70625 23.231218L111.3625 23.231218L111.3625 22.262468L112.70625 22.262468L112.70625 20.465593L113.97188 20.465593ZM118.51875 23.153093Q119.3625 22.121843 120.70625 22.121843Q123.05 22.121843 123.08125 24.762468L123.08125 29.653093L121.81563 29.653093L121.81563 24.762468Q121.8 23.965593 121.44063 23.590593Q121.08125 23.199968 120.33125 23.199968Q119.70625 23.199968 119.2375 23.528093Q118.78438 23.856218 118.51875 24.387468L118.51875 29.653093L117.25313 29.653093L117.25313 19.153093L118.51875 19.153093L118.51875 23.153093ZM128.33125 29.793718Q126.81563 29.793718 125.87813 28.809343Q124.94063 27.809343 124.94063 26.153093L124.94063 25.934343Q124.94063 24.824968 125.3625 23.965593Q125.78438 23.090593 126.53438 22.606218Q127.28438 22.121843 128.175 22.121843Q129.6125 22.121843 130.40938 23.074968Q131.20625 24.012468 131.20625 25.793718L131.20625 26.309343L126.20625 26.309343Q126.22188 27.403093 126.83125 28.090593Q127.45625 28.762468 128.39375 28.762468Q129.06563 28.762468 129.51875 28.496843Q129.9875 28.215593 130.34688 27.762468L131.1125 28.356218Q130.19063 29.793718 128.33125 29.793718ZM128.175 23.153093Q127.40938 23.153093 126.87813 23.715593Q126.3625 24.278093 126.2375 25.278093L129.94063 25.278093L129.94063 25.184343Q129.89375 24.215593 129.425 23.684343Q128.95625 23.153093 128.175 23.153093ZM135.87813 29.653093L135.87813 23.231218L134.70625 23.231218L134.70625 22.262468L135.87813 22.262468L135.87813 21.496843Q135.87813 20.309343 136.50313 19.668718Q137.14375 19.012468 138.31563 19.012468Q138.75313 19.012468 139.175 19.121843L139.1125 20.153093Q138.78438 20.090593 138.425 20.090593Q137.81563 20.090593 137.47188 20.449968Q137.14375 20.809343 137.14375 21.481218L137.14375 22.262468L138.72188 22.262468L138.72188 23.231218L137.14375 23.231218L137.14375 29.653093L135.87813 29.653093ZM139.925 25.887468Q139.925 24.793718 140.34688 23.934343Q140.78438 23.059343 141.53438 22.590593Q142.3 22.121843 143.28438 22.121843Q144.78438 22.121843 145.72188 23.168718Q146.65938 24.215593 146.65938 25.949968L146.65938 26.043718Q146.65938 27.121843 146.2375 27.981218Q145.83125 28.824968 145.05 29.309343Q144.28438 29.793718 143.3 29.793718Q141.78438 29.793718 140.84688 28.746843Q139.925 27.699968 139.925 25.981218L139.925 25.887468ZM141.19063 26.043718Q141.19063 27.262468 141.75313 28.012468Q142.33125 28.762468 143.3 28.762468Q144.25313 28.762468 144.81563 28.012468Q145.39375 27.246843 145.39375 25.887468Q145.39375 24.668718 144.81563 23.918718Q144.2375 23.153093 143.28438 23.153093Q142.34688 23.153093 141.76875 23.903093Q141.19063 24.653093 141.19063 26.043718ZM149.62813 29.653093L148.3625 29.653093L148.3625 19.153093L149.62813 19.153093L149.62813 29.653093ZM152.62813 29.653093L151.3625 29.653093L151.3625 19.153093L152.62813 19.153093L152.62813 29.653093ZM153.925 25.887468Q153.925 24.793718 154.34688 23.934343Q154.78438 23.059343 155.53438 22.590593Q156.3 22.121843 157.28438 22.121843Q158.78438 22.121843 159.72188 23.168718Q160.65938 24.215593 160.65938 25.949968L160.65938 26.043718Q160.65938 27.121843 160.2375 27.981218Q159.83125 28.824968 159.05 29.309343Q158.28438 29.793718 157.3 29.793718Q155.78438 29.793718 154.84688 28.746843Q153.925 27.699968 153.925 25.981218L153.925 25.887468ZM155.19063 26.043718Q155.19063 27.262468 155.75313 28.012468Q156.33125 28.762468 157.3 28.762468Q158.25313 28.762468 158.81563 28.012468Q159.39375 27.246843 159.39375 25.887468Q159.39375 24.668718 158.81563 23.918718Q158.2375 23.153093 157.28438 23.153093Q156.34688 23.153093 155.76875 23.903093Q155.19063 24.653093 155.19063 26.043718ZM168.8 27.903093L170.22188 22.262468L171.4875 22.262468L169.34688 29.653093L168.31563 29.653093L166.51875 24.043718L164.76875 29.653093L163.7375 29.653093L161.59688 22.262468L162.84688 22.262468L164.31563 27.793718L166.03438 22.262468L167.05 22.262468L168.8 27.903093ZM174.62813 29.653093L173.3625 29.653093L173.3625 22.262468L174.62813 22.262468L174.62813 29.653093ZM173.26875 20.293718Q173.26875 19.981218 173.45625 19.778093Q173.64375 19.559343 174.00313 19.559343Q174.37813 19.559343 174.56563 19.778093Q174.76875 19.981218 174.76875 20.293718Q174.76875 20.606218 174.56563 20.809343Q174.37813 21.012468 174.00313 21.012468Q173.64375 21.012468 173.45625 20.809343Q173.26875 20.606218 173.26875 20.293718ZM177.45625 22.262468L177.4875 23.184343Q178.34688 22.121843 179.70625 22.121843Q182.05 22.121843 182.08125 24.762468L182.08125 29.653093L180.81563 29.653093L180.81563 24.762468Q180.8 23.965593 180.44063 23.590593Q180.08125 23.199968 179.33125 23.199968Q178.70625 23.199968 178.2375 23.528093Q177.78438 23.856218 177.51875 24.387468L177.51875 29.653093L176.25313 29.653093L176.25313 22.262468L177.45625 22.262468ZM183.95625 25.887468Q183.95625 24.168718 184.75313 23.153093Q185.55 22.121843 186.87813 22.121843Q188.22188 22.121843 188.9875 23.074968L189.05 22.262468L190.20625 22.262468L190.20625 29.481218Q190.20625 30.918718 189.34688 31.731218Q188.50313 32.55934 187.06563 32.55934Q186.26875 32.55934 185.50313 32.21559Q184.7375 31.887468 184.33125 31.293718L184.9875 30.528093Q185.8 31.528093 186.97188 31.528093Q187.89375 31.528093 188.40938 31.012468Q188.94063 30.496843 188.94063 29.543718L188.94063 28.918718Q188.175 29.793718 186.8625 29.793718Q185.56563 29.793718 184.75313 28.746843Q183.95625 27.699968 183.95625 25.887468ZM185.22188 26.043718Q185.22188 27.293718 185.7375 28.012468Q186.25313 28.715593 187.175 28.715593Q188.37813 28.715593 188.94063 27.621843L188.94063 24.246843Q188.34688 23.199968 187.19063 23.199968Q186.26875 23.199968 185.7375 23.918718Q185.22188 24.621843 185.22188 26.043718ZM196.97188 20.465593L196.97188 22.262468L198.34688 22.262468L198.34688 23.231218L196.97188 23.231218L196.97188 27.824968Q196.97188 28.262468 197.15938 28.496843Q197.34688 28.715593 197.78438 28.715593Q198.00313 28.715593 198.39375 28.621843L198.39375 29.653093Q197.89375 29.793718 197.425 29.793718Q196.56563 29.793718 196.12813 29.278093Q195.70625 28.762468 195.70625 27.824968L195.70625 23.231218L194.3625 23.231218L194.3625 22.262468L195.70625 22.262468L195.70625 20.465593L196.97188 20.465593ZM203.33125 29.793718Q201.81563 29.793718 200.87813 28.809343Q199.94063 27.809343 199.94063 26.153093L199.94063 25.934343Q199.94063 24.824968 200.3625 23.965593Q200.78438 23.090593 201.53438 22.606218Q202.28438 22.121843 203.175 22.121843Q204.6125 22.121843 205.40938 23.074968Q206.20625 24.012468 206.20625 25.793718L206.20625 26.309343L201.20625 26.309343Q201.22188 27.403093 201.83125 28.090593Q202.45625 28.762468 203.39375 28.762468Q204.06563 28.762468 204.51875 28.496843Q204.9875 28.215593 205.34688 27.762468L206.1125 28.356218Q205.19063 29.793718 203.33125 29.793718ZM203.175 23.153093Q202.40938 23.153093 201.87813 23.715593Q201.3625 24.278093 201.2375 25.278093L204.94063 25.278093L204.94063 25.184343Q204.89375 24.215593 204.425 23.684343Q203.95625 23.153093 203.175 23.153093ZM210.22188 28.762468Q210.89375 28.762468 211.39375 28.356218Q211.90938 27.934343 211.97188 27.324968L213.15938 27.324968Q213.12813 27.949968 212.72188 28.528093Q212.31563 29.106218 211.64375 29.449968Q210.97188 29.793718 210.22188 29.793718Q208.70625 29.793718 207.81563 28.793718Q206.925 27.778093 206.925 26.028093L206.925 25.809343Q206.925 24.731218 207.31563 23.887468Q207.72188 23.043718 208.45625 22.590593Q209.20625 22.121843 210.22188 22.121843Q211.45625 22.121843 212.28438 22.871843Q213.1125 23.606218 213.15938 24.793718L211.97188 24.793718Q211.90938 24.074968 211.425 23.621843Q210.94063 23.153093 210.22188 23.153093Q209.25313 23.153093 208.72188 23.856218Q208.19063 24.543718 208.19063 25.856218L208.19063 26.090593Q208.19063 27.371843 208.72188 28.074968Q209.25313 28.762468 210.22188 28.762468ZM215.51875 23.153093Q216.3625 22.121843 217.70625 22.121843Q220.05 22.121843 220.08125 24.762468L220.08125 29.653093L218.81563 29.653093L218.81563 24.762468Q218.8 23.965593 218.44063 23.590593Q218.08125 23.199968 217.33125 23.199968Q216.70625 23.199968 216.2375 23.528093Q215.78438 23.856218 215.51875 24.387468L215.51875 29.653093L214.25313 29.653093L214.25313 19.153093L215.51875 19.153093L215.51875 23.153093ZM223.45625 22.262468L223.4875 23.184343Q224.34688 22.121843 225.70625 22.121843Q228.05 22.121843 228.08125 24.762468L228.08125 29.653093L226.81563 29.653093L226.81563 24.762468Q226.8 23.965593 226.44063 23.590593Q226.08125 23.199968 225.33125 23.199968Q224.70625 23.199968 224.2375 23.528093Q223.78438 23.856218 223.51875 24.387468L223.51875 29.653093L222.25313 29.653093L222.25313 22.262468L223.45625 22.262468ZM231.62813 29.653093L230.3625 29.653093L230.3625 22.262468L231.62813 22.262468L231.62813 29.653093ZM230.26875 20.293718Q230.26875 19.981218 230.45625 19.778093Q230.64375 19.559343 231.00313 19.559343Q231.37813 19.559343 231.56563 19.778093Q231.76875 19.981218 231.76875 20.293718Q231.76875 20.606218 231.56563 20.809343Q231.37813 21.012468 231.00313 21.012468Q230.64375 21.012468 230.45625 20.809343Q230.26875 20.606218 230.26875 20.293718ZM232.95625 25.887468Q232.95625 24.153093 233.75313 23.137468Q234.55 22.121843 235.89375 22.121843Q237.20625 22.121843 237.97188 22.996843L238.01875 22.262468L239.19063 22.262468L239.19063 32.49684L237.925 32.49684L237.925 28.965593Q237.15938 29.793718 235.87813 29.793718Q234.55 29.793718 233.75313 28.746843Q232.95625 27.699968 232.95625 25.981218L232.95625 25.887468ZM234.22188 26.043718Q234.22188 27.309343 234.75313 28.043718Q235.28438 28.762468 236.19063 28.762468Q237.33125 28.762468 237.925 27.762468L237.925 24.137468Q237.31563 23.153093 236.20625 23.153093Q235.3 23.153093 234.75313 23.887468Q234.22188 24.621843 234.22188 26.043718ZM245.83125 28.918718Q245.08125 29.793718 243.65938 29.793718Q242.47188 29.793718 241.84688 29.106218Q241.2375 28.418718 241.2375 27.074968L241.2375 22.262468L242.4875 22.262468L242.4875 27.028093Q242.4875 28.715593 243.8625 28.715593Q245.31563 28.715593 245.78438 27.637468L245.78438 22.262468L247.05 22.262468L247.05 29.653093L245.84688 29.653093L245.83125 28.918718ZM252.33125 29.793718Q250.81563 29.793718 249.87813 28.809343Q248.94063 27.809343 248.94063 26.153093L248.94063 25.934343Q248.94063 24.824968 249.3625 23.965593Q249.78438 23.090593 250.53438 22.606218Q251.28438 22.121843 252.175 22.121843Q253.6125 22.121843 254.40938 23.074968Q255.20625 24.012468 255.20625 25.793718L255.20625 26.309343L250.20625 26.309343Q250.22188 27.403093 250.83125 28.090593Q251.45625 28.762468 252.39375 28.762468Q253.06563 28.762468 253.51875 28.496843Q253.9875 28.215593 254.34688 27.762468L255.1125 28.356218Q254.19063 29.793718 252.33125 29.793718ZM252.175 23.153093Q251.40938 23.153093 250.87813 23.715593Q250.3625 24.278093 250.2375 25.278093L253.94063 25.278093L253.94063 25.184343Q253.89375 24.215593 253.425 23.684343Q252.95625 23.153093 252.175 23.153093ZM260.5656 27.684343Q260.5656 27.184343 260.175 26.903093Q259.78436 26.606218 258.83124 26.403093Q257.8781 26.199968 257.3 25.918718Q256.7375 25.621843 256.47186 25.231218Q256.20624 24.840593 256.20624 24.293718Q256.20624 23.371843 256.97186 22.746843Q257.7375 22.121843 258.9406 22.121843Q260.1906 22.121843 260.97186 22.778093Q261.7531 23.418718 261.7531 24.434343L260.4875 24.434343Q260.4875 23.903093 260.05 23.528093Q259.6125 23.153093 258.9406 23.153093Q258.2531 23.153093 257.8625 23.465593Q257.47186 23.762468 257.47186 24.246843Q257.47186 24.699968 257.83124 24.934343Q258.1906 25.168718 259.1281 25.387468Q260.08124 25.590593 260.675 25.887468Q261.26874 26.184343 261.55 26.606218Q261.83124 27.012468 261.83124 27.606218Q261.83124 28.590593 261.03436 29.199968Q260.2375 29.793718 258.97186 29.793718Q258.09686 29.793718 257.40936 29.481218Q256.72186 29.153093 256.33124 28.590593Q255.95625 28.028093 255.95625 27.371843L257.22186 27.371843Q257.2531 28.012468 257.72186 28.387468Q258.20624 28.762468 258.97186 28.762468Q259.6906 28.762468 260.1281 28.465593Q260.5656 28.168718 260.5656 27.684343ZM272.8 27.903093L274.22186 22.262468L275.4875 22.262468L273.34686 29.653093L272.3156 29.653093L270.51874 24.043718L268.76874 29.653093L267.7375 29.653093L265.59686 22.262468L266.84686 22.262468L268.3156 27.793718L270.03436 22.262468L271.05 22.262468L272.8 27.903093ZM278.51874 23.153093Q279.3625 22.121843 280.70624 22.121843Q283.05 22.121843 283.08124 24.762468L283.08124 29.653093L281.8156 29.653093L281.8156 24.762468Q281.8 23.965593 281.4406 23.590593Q281.08124 23.199968 280.33124 23.199968Q279.70624 23.199968 279.2375 23.528093Q278.78436 23.856218 278.51874 24.387468L278.51874 29.653093L277.2531 29.653093L277.2531 19.153093L278.51874 19.153093L278.51874 23.153093ZM288.33124 29.793718Q286.8156 29.793718 285.8781 28.809343Q284.9406 27.809343 284.9406 26.153093L284.9406 25.934343Q284.9406 24.824968 285.3625 23.965593Q285.78436 23.090593 286.53436 22.606218Q287.28436 22.121843 288.175 22.121843Q289.6125 22.121843 290.40936 23.074968Q291.20624 24.012468 291.20624 25.793718L291.20624 26.309343L286.20624 26.309343Q286.22186 27.403093 286.83124 28.090593Q287.45624 28.762468 288.39374 28.762468Q289.0656 28.762468 289.51874 28.496843Q289.9875 28.215593 290.34686 27.762468L291.1125 28.356218Q290.1906 29.793718 288.33124 29.793718ZM288.175 23.153093Q287.40936 23.153093 286.8781 23.715593Q286.3625 24.278093 286.2375 25.278093L289.9406 25.278093L289.9406 25.184343Q289.89374 24.215593 289.425 23.684343Q288.95624 23.153093 288.175 23.153093ZM293.45624 22.262468L293.4875 23.184343Q294.34686 22.121843 295.70624 22.121843Q298.05 22.121843 298.08124 24.762468L298.08124 29.653093L296.8156 29.653093L296.8156 24.762468Q296.8 23.965593 296.4406 23.590593Q296.08124 23.199968 295.33124 23.199968Q294.70624 23.199968 294.2375 23.528093Q293.78436 23.856218 293.51874 24.387468L293.51874 29.653093L292.2531 29.653093L292.2531 22.262468L293.45624 22.262468ZM302.95624 25.887468Q302.95624 24.184343 303.7531 23.153093Q304.5656 22.121843 305.8625 22.121843Q307.175 22.121843 307.925 23.012468L307.925 19.153093L309.1906 19.153093L309.1906 29.653093L308.03436 29.653093L307.97186 28.856218Q307.20624 29.793718 305.8625 29.793718Q304.5656 29.793718 303.7531 28.746843Q302.95624 27.684343 302.95624 25.981218L302.95624 25.887468ZM304.22186 26.043718Q304.22186 27.293718 304.7375 28.012468Q305.2531 28.715593 306.175 28.715593Q307.3781 28.715593 307.925 27.637468L307.925 24.231218Q307.3625 23.199968 306.1906 23.199968Q305.2531 23.199968 304.7375 23.918718Q304.22186 24.621843 304.22186 26.043718ZM314.33124 29.793718Q312.8156 29.793718 311.8781 28.809343Q310.9406 27.809343 310.9406 26.153093L310.9406 25.934343Q310.9406 24.824968 311.3625 23.965593Q311.78436 23.090593 312.53436 22.606218Q313.28436 22.121843 314.175 22.121843Q315.6125 22.121843 316.40936 23.074968Q317.20624 24.012468 317.20624 25.793718L317.20624 26.309343L312.20624 26.309343Q312.22186 27.403093 312.83124 28.090593Q313.45624 28.762468 314.39374 28.762468Q315.0656 28.762468 315.51874 28.496843Q315.9875 28.215593 316.34686 27.762468L317.1125 28.356218Q316.1906 29.793718 314.33124 29.793718ZM314.175 23.153093Q313.40936 23.153093 312.8781 23.715593Q312.3625 24.278093 312.2375 25.278093L315.9406 25.278093L315.9406 25.184343Q315.89374 24.215593 315.425 23.684343Q314.95624 23.153093 314.175 23.153093ZM320.6906 27.934343L322.53436 22.262468L323.8156 22.262468L321.175 29.653093L320.20624 29.653093L317.51874 22.262468L318.8156 22.262468L320.6906 27.934343ZM328.33124 29.793718Q326.8156 29.793718 325.8781 28.809343Q324.9406 27.809343 324.9406 26.153093L324.9406 25.934343Q324.9406 24.824968 325.3625 23.965593Q325.78436 23.090593 326.53436 22.606218Q327.28436 22.121843 328.175 22.121843Q329.6125 22.121843 330.40936 23.074968Q331.20624 24.012468 331.20624 25.793718L331.20624 26.309343L326.20624 26.309343Q326.22186 27.403093 326.83124 28.090593Q327.45624 28.762468 328.39374 28.762468Q329.0656 28.762468 329.51874 28.496843Q329.9875 28.215593 330.34686 27.762468L331.1125 28.356218Q330.1906 29.793718 328.33124 29.793718ZM328.175 23.153093Q327.40936 23.153093 326.8781 23.715593Q326.3625 24.278093 326.2375 25.278093L329.9406 25.278093L329.9406 25.184343Q329.89374 24.215593 329.425 23.684343Q328.95624 23.153093 328.175 23.153093ZM333.6281 29.653093L332.3625 29.653093L332.3625 19.153093L333.6281 19.153093L333.6281 29.653093ZM334.925 25.887468Q334.925 24.793718 335.34686 23.934343Q335.78436 23.059343 336.53436 22.590593Q337.3 22.121843 338.28436 22.121843Q339.78436 22.121843 340.72186 23.168718Q341.65936 24.215593 341.65936 25.949968L341.65936 26.043718Q341.65936 27.121843 341.2375 27.981218Q340.83124 28.824968 340.05 29.309343Q339.28436 29.793718 338.3 29.793718Q336.78436 29.793718 335.84686 28.746843Q334.925 27.699968 334.925 25.981218L334.925 25.887468ZM336.1906 26.043718Q336.1906 27.262468 336.7531 28.012468Q337.33124 28.762468 338.3 28.762468Q339.2531 28.762468 339.8156 28.012468Q340.39374 27.246843 340.39374 25.887468Q340.39374 24.668718 339.8156 23.918718Q339.2375 23.153093 338.28436 23.153093Q337.34686 23.153093 336.76874 23.903093Q336.1906 24.653093 336.1906 26.043718ZM349.5031 26.043718Q349.5031 27.731218 348.72186 28.762468Q347.95624 29.793718 346.64374 29.793718Q345.3 29.793718 344.51874 28.934343L344.51874 32.49684L343.2531 32.49684L343.2531 22.262468L344.40936 22.262468L344.47186 23.074968Q345.2531 22.121843 346.6281 22.121843Q347.95624 22.121843 348.72186 23.121843Q349.5031 24.121843 349.5031 25.918718L349.5031 26.043718ZM348.2375 25.887468Q348.2375 24.637468 347.70624 23.918718Q347.175 23.199968 346.2375 23.199968Q345.09686 23.199968 344.51874 24.215593L344.51874 27.746843Q345.09686 28.762468 346.2531 28.762468Q347.175 28.762468 347.70624 28.043718Q348.2375 27.309343 348.2375 25.887468ZM352.6281 29.653093L351.3625 29.653093L351.3625 22.262468L352.6281 22.262468L352.6281 29.653093ZM351.26874 20.293718Q351.26874 19.981218 351.45624 19.778093Q351.64374 19.559343 352.0031 19.559343Q352.3781 19.559343 352.5656 19.778093Q352.76874 19.981218 352.76874 20.293718Q352.76874 20.606218 352.5656 20.809343Q352.3781 21.012468 352.0031 21.012468Q351.64374 21.012468 351.45624 20.809343Q351.26874 20.606218 351.26874 20.293718ZM355.45624 22.262468L355.4875 23.184343Q356.34686 22.121843 357.70624 22.121843Q360.05 22.121843 360.08124 24.762468L360.08124 29.653093L358.8156 29.653093L358.8156 24.762468Q358.8 23.965593 358.4406 23.590593Q358.08124 23.199968 357.33124 23.199968Q356.70624 23.199968 356.2375 23.528093Q355.78436 23.856218 355.51874 24.387468L355.51874 29.653093L354.2531 29.653093L354.2531 22.262468L355.45624 22.262468ZM361.95624 25.887468Q361.95624 24.168718 362.7531 23.153093Q363.55 22.121843 364.8781 22.121843Q366.22186 22.121843 366.9875 23.074968L367.05 22.262468L368.20624 22.262468L368.20624 29.481218Q368.20624 30.918718 367.34686 31.731218Q366.5031 32.55934 365.0656 32.55934Q364.26874 32.55934 363.5031 32.21559Q362.7375 31.887468 362.33124 31.293718L362.9875 30.528093Q363.8 31.528093 364.97186 31.528093Q365.89374 31.528093 366.40936 31.012468Q366.9406 30.496843 366.9406 29.543718L366.9406 28.918718Q366.175 29.793718 364.8625 29.793718Q363.5656 29.793718 362.7531 28.746843Q361.95624 27.699968 361.95624 25.887468ZM363.22186 26.043718Q363.22186 27.293718 363.7375 28.012468Q364.2531 28.715593 365.175 28.715593Q366.3781 28.715593 366.9406 27.621843L366.9406 24.246843Q366.34686 23.199968 365.1906 23.199968Q364.26874 23.199968 363.7375 23.918718Q363.22186 24.621843 363.22186 26.043718ZM374.6281 29.653093L373.3625 29.653093L373.3625 22.262468L374.6281 22.262468L374.6281 29.653093ZM373.26874 20.293718Q373.26874 19.981218 373.45624 19.778093Q373.64374 19.559343 374.0031 19.559343Q374.3781 19.559343 374.5656 19.778093Q374.76874 19.981218 374.76874 20.293718Q374.76874 20.606218 374.5656 20.809343Q374.3781 21.012468 374.0031 21.012468Q373.64374 21.012468 373.45624 20.809343Q373.26874 20.606218 373.26874 20.293718ZM377.45624 22.262468L377.4875 23.184343Q378.34686 22.121843 379.70624 22.121843Q382.05 22.121843 382.08124 24.762468L382.08124 29.653093L380.8156 29.653093L380.8156 24.762468Q380.8 23.965593 380.4406 23.590593Q380.08124 23.199968 379.33124 23.199968Q378.70624 23.199968 378.2375 23.528093Q377.78436 23.856218 377.51874 24.387468L377.51874 29.653093L376.2531 29.653093L376.2531 22.262468L377.45624 22.262468ZM394.8 28.340593Q394.3 29.074968 393.39374 29.434343Q392.4875 29.793718 391.28436 29.793718Q390.0656 29.793718 389.1125 29.231218Q388.175 28.653093 387.65936 27.606218Q387.14374 26.543718 387.1281 25.153093L387.1281 24.293718Q387.1281 22.043718 388.175 20.809343Q389.2375 19.559343 391.1281 19.559343Q392.6906 19.559343 393.64374 20.356218Q394.59686 21.153093 394.8 22.621843L393.4875 22.621843Q393.1281 20.637468 391.14374 20.637468Q389.8156 20.637468 389.1281 21.574968Q388.45624 22.496843 388.45624 24.246843L388.45624 25.059343Q388.45624 26.746843 389.22186 27.731218Q389.9875 28.715593 391.28436 28.715593Q392.03436 28.715593 392.58124 28.559343Q393.14374 28.387468 393.5031 27.996843L393.5031 25.762468L391.1906 25.762468L391.1906 24.699968L394.8 24.699968L394.8 28.340593ZM396.925 25.887468Q396.925 24.793718 397.34686 23.934343Q397.78436 23.059343 398.53436 22.590593Q399.3 22.121843 400.28436 22.121843Q401.78436 22.121843 402.72186 23.168718Q403.65936 24.215593 403.65936 25.949968L403.65936 26.043718Q403.65936 27.121843 403.2375 27.981218Q402.83124 28.824968 402.05 29.309343Q401.28436 29.793718 400.3 29.793718Q398.78436 29.793718 397.84686 28.746843Q396.925 27.699968 396.925 25.981218L396.925 25.887468ZM398.1906 26.043718Q398.1906 27.262468 398.7531 28.012468Q399.33124 28.762468 400.3 28.762468Q401.2531 28.762468 401.8156 28.012468Q402.39374 27.246843 402.39374 25.887468Q402.39374 24.668718 401.8156 23.918718Q401.2375 23.153093 400.28436 23.153093Q399.34686 23.153093 398.76874 23.903093Q398.1906 24.653093 398.1906 26.043718ZM405.28436 28.996843Q405.28436 28.668718 405.47186 28.449968Q405.675 28.231218 406.0656 28.231218Q406.45624 28.231218 406.65936 28.449968Q406.8625 28.668718 406.8625 28.996843Q406.8625 29.309343 406.65936 29.528093Q406.45624 29.731218 406.0656 29.731218Q405.675 29.731218 405.47186 29.528093Q405.28436 29.309343 405.28436 28.996843ZM405.28436 22.996843Q405.28436 22.668718 405.47186 22.449968Q405.675 22.231218 406.0656 22.231218Q406.45624 22.231218 406.65936 22.449968Q406.8625 22.668718 406.8625 22.996843Q406.8625 23.309343 406.65936 23.528093Q406.45624 23.731218 406.0656 23.731218Q405.675 23.731218 405.47186 23.528093Q405.28436 23.309343 405.28436 22.996843Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig22.svg b/_content/survey2019/fig22.svg
deleted file mode 100644
index e911536..0000000
--- a/_content/survey2019/fig22.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 285.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="285" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 285.0L0 285.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M243.5 54.5L243.5 229.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M310.5 54.5L310.5 229.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M377.5 54.5L377.5 229.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M443.5 54.5L443.5 229.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M510.5 54.5L510.5 229.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 54.5L577.5 229.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M243.5 54.318665L577.525 54.318665L577.525 229.00235L243.5 229.00235L243.5 54.318665Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 82.0L243.0 64.0L538.0 64.0C539.10455 64.0 540.0 64.89543 540.0 66.0L540.0 80.0C540.0 81.10457 539.10455 82.0 538.0 82.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 82.0L243.0 64.0L538.0 64.0C539.10455 64.0 540.0 64.89543 540.0 66.0L540.0 80.0C540.0 81.10457 539.10455 82.0 538.0 82.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 109.0L243.0 91.0L296.0 91.0C297.10458 91.0 298.0 91.89543 298.0 93.0L298.0 107.0C298.0 108.10457 297.10458 109.0 296.0 109.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 109.0L243.0 91.0L296.0 91.0C297.10458 91.0 298.0 91.89543 298.0 93.0L298.0 107.0C298.0 108.10457 297.10458 109.0 296.0 109.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 137.0L243.0 119.0L261.0 119.0C262.10458 119.0 263.0 119.89543 263.0 121.0L263.0 135.0C263.0 136.10457 262.10458 137.0 261.0 137.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 137.0L243.0 119.0L261.0 119.0C262.10458 119.0 263.0 119.89543 263.0 121.0L263.0 135.0C263.0 136.10457 262.10458 137.0 261.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 164.0L243.0 146.0L258.0 146.0C259.10458 146.0 260.0 146.89543 260.0 148.0L260.0 162.0C260.0 163.10457 259.10458 164.0 258.0 164.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 164.0L243.0 146.0L258.0 146.0C259.10458 146.0 260.0 146.89543 260.0 148.0L260.0 162.0C260.0 163.10457 259.10458 164.0 258.0 164.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 192.0L243.0 174.0L253.0 174.0C254.10457 174.0 255.0 174.89543 255.0 176.0L255.0 190.0C255.0 191.10457 254.10457 192.0 253.0 192.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 192.0L243.0 174.0L253.0 174.0C254.10457 174.0 255.0 174.89543 255.0 176.0L255.0 190.0C255.0 191.10457 254.10457 192.0 253.0 192.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M243.0 219.0L243.0 201.0L251.0 201.0C252.10457 201.0 253.0 201.89543 253.0 203.0L253.0 217.0C253.0 218.10457 252.10457 219.0 251.0 219.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M243.0 219.0L243.0 201.0L251.0 201.0C252.10457 201.0 253.0 201.89543 253.0 203.0L253.0 217.0C253.0 218.10457 252.10457 219.0 251.0 219.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M557.94324 71.1875Q557.94324 71.828125 557.5995 72.328125Q557.25574 72.828125 556.69324 73.109375Q557.3495 73.390625 557.7401 73.953125Q558.13074 74.5 558.13074 75.203125Q558.13074 76.296875 557.38074 76.96875Q556.64636 77.625 555.4276 77.625Q554.19324 77.625 553.44324 76.96875Q552.70886 76.296875 552.70886 75.203125Q552.70886 74.5 553.08386 73.953125Q553.45886 73.390625 554.13074 73.109375Q553.56824 72.828125 553.2401 72.328125Q552.912 71.828125 552.912 71.1875Q552.912 70.109375 553.5995 69.484375Q554.287 68.84375 555.4276 68.84375Q556.5526 68.84375 557.2401 69.484375Q557.94324 70.109375 557.94324 71.1875ZM557.0526 75.171875Q557.0526 74.453125 556.5995 74.015625Q556.14636 73.5625 555.412 73.5625Q554.6776 73.5625 554.2245 74.015625Q553.787 74.453125 553.787 75.1875Q553.787 75.90625 554.2245 76.328125Q554.662 76.734375 555.4276 76.734375Q556.1776 76.734375 556.6151 76.3125Q557.0526 75.890625 557.0526 75.171875ZM555.4276 69.734375Q554.787 69.734375 554.38074 70.140625Q553.9901 70.53125 553.9901 71.21875Q553.9901 71.859375 554.38074 72.265625Q554.77136 72.671875 555.412 72.671875Q556.06824 72.671875 556.45886 72.265625Q556.8495 71.859375 556.8495 71.21875Q556.8495 70.5625 556.44324 70.15625Q556.037 69.734375 555.4276 69.734375ZM563.912 73.75Q563.58386 74.15625 563.0995 74.40625Q562.63074 74.640625 562.06824 74.640625Q561.33386 74.640625 560.787 74.28125Q560.2401 73.921875 559.94324 73.265625Q559.64636 72.59375 559.64636 71.796875Q559.64636 70.953125 559.95886 70.265625Q560.287 69.578125 560.88074 69.21875Q561.4901 68.84375 562.287 68.84375Q563.5526 68.84375 564.27136 69.796875Q565.00574 70.75 565.00574 72.375L565.00574 72.6875Q565.00574 75.1875 564.02136 76.328125Q563.037 77.46875 561.0526 77.5L560.83386 77.5L560.83386 76.59375L561.06824 76.59375Q562.412 76.5625 563.13074 75.890625Q563.8495 75.21875 563.912 73.75ZM562.2401 73.75Q562.787 73.75 563.2401 73.421875Q563.70886 73.078125 563.9276 72.59375L563.9276 72.15625Q563.9276 71.09375 563.45886 70.421875Q562.9901 69.75 562.287 69.75Q561.56824 69.75 561.13074 70.296875Q560.70886 70.84375 560.70886 71.75Q560.70886 72.625 561.1151 73.1875Q561.537 73.75 562.2401 73.75ZM566.662 70.609375Q566.662 69.84375 567.14636 69.34375Q567.64636 68.84375 568.412 68.84375Q569.19324 68.84375 569.6776 69.34375Q570.162 69.84375 570.162 70.640625L570.162 71.0625Q570.162 71.828125 569.662 72.328125Q569.1776 72.8125 568.4276 72.8125Q567.662 72.8125 567.162 72.328125Q566.662 71.828125 566.662 71.015625L566.662 70.609375ZM567.4745 71.0625Q567.4745 71.515625 567.7245 71.8125Q567.9901 72.109375 568.4276 72.109375Q568.8495 72.109375 569.0995 71.828125Q569.3495 71.53125 569.3495 71.03125L569.3495 70.609375Q569.3495 70.15625 569.0995 69.859375Q568.8495 69.546875 568.412 69.546875Q567.9745 69.546875 567.7245 69.859375Q567.4745 70.15625 567.4745 70.625L567.4745 71.0625ZM570.81824 75.40625Q570.81824 74.640625 571.3026 74.15625Q571.8026 73.65625 572.56824 73.65625Q573.33386 73.65625 573.81824 74.15625Q574.31824 74.640625 574.31824 75.453125L574.31824 75.859375Q574.31824 76.625 573.83386 77.125Q573.3495 77.625 572.58386 77.625Q571.81824 77.625 571.31824 77.140625Q570.81824 76.640625 570.81824 75.828125L570.81824 75.40625ZM571.63074 75.859375Q571.63074 76.328125 571.88074 76.625Q572.14636 76.921875 572.58386 76.921875Q573.00574 76.921875 573.25574 76.640625Q573.50574 76.34375 573.50574 75.84375L573.50574 75.40625Q573.50574 74.9375 573.2401 74.65625Q572.9901 74.359375 572.56824 74.359375Q572.14636 74.359375 571.88074 74.65625Q571.63074 74.9375 571.63074 75.4375L571.63074 75.859375ZM568.6776 76.859375L568.0526 76.46875L572.2245 69.796875L572.83386 70.1875L568.6776 76.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M557.94324 71.1875Q557.94324 71.828125 557.5995 72.328125Q557.25574 72.828125 556.69324 73.109375Q557.3495 73.390625 557.7401 73.953125Q558.13074 74.5 558.13074 75.203125Q558.13074 76.296875 557.38074 76.96875Q556.64636 77.625 555.4276 77.625Q554.19324 77.625 553.44324 76.96875Q552.70886 76.296875 552.70886 75.203125Q552.70886 74.5 553.08386 73.953125Q553.45886 73.390625 554.13074 73.109375Q553.56824 72.828125 553.2401 72.328125Q552.912 71.828125 552.912 71.1875Q552.912 70.109375 553.5995 69.484375Q554.287 68.84375 555.4276 68.84375Q556.5526 68.84375 557.2401 69.484375Q557.94324 70.109375 557.94324 71.1875ZM557.0526 75.171875Q557.0526 74.453125 556.5995 74.015625Q556.14636 73.5625 555.412 73.5625Q554.6776 73.5625 554.2245 74.015625Q553.787 74.453125 553.787 75.1875Q553.787 75.90625 554.2245 76.328125Q554.662 76.734375 555.4276 76.734375Q556.1776 76.734375 556.6151 76.3125Q557.0526 75.890625 557.0526 75.171875ZM555.4276 69.734375Q554.787 69.734375 554.38074 70.140625Q553.9901 70.53125 553.9901 71.21875Q553.9901 71.859375 554.38074 72.265625Q554.77136 72.671875 555.412 72.671875Q556.06824 72.671875 556.45886 72.265625Q556.8495 71.859375 556.8495 71.21875Q556.8495 70.5625 556.44324 70.15625Q556.037 69.734375 555.4276 69.734375ZM563.912 73.75Q563.58386 74.15625 563.0995 74.40625Q562.63074 74.640625 562.06824 74.640625Q561.33386 74.640625 560.787 74.28125Q560.2401 73.921875 559.94324 73.265625Q559.64636 72.59375 559.64636 71.796875Q559.64636 70.953125 559.95886 70.265625Q560.287 69.578125 560.88074 69.21875Q561.4901 68.84375 562.287 68.84375Q563.5526 68.84375 564.27136 69.796875Q565.00574 70.75 565.00574 72.375L565.00574 72.6875Q565.00574 75.1875 564.02136 76.328125Q563.037 77.46875 561.0526 77.5L560.83386 77.5L560.83386 76.59375L561.06824 76.59375Q562.412 76.5625 563.13074 75.890625Q563.8495 75.21875 563.912 73.75ZM562.2401 73.75Q562.787 73.75 563.2401 73.421875Q563.70886 73.078125 563.9276 72.59375L563.9276 72.15625Q563.9276 71.09375 563.45886 70.421875Q562.9901 69.75 562.287 69.75Q561.56824 69.75 561.13074 70.296875Q560.70886 70.84375 560.70886 71.75Q560.70886 72.625 561.1151 73.1875Q561.537 73.75 562.2401 73.75ZM566.662 70.609375Q566.662 69.84375 567.14636 69.34375Q567.64636 68.84375 568.412 68.84375Q569.19324 68.84375 569.6776 69.34375Q570.162 69.84375 570.162 70.640625L570.162 71.0625Q570.162 71.828125 569.662 72.328125Q569.1776 72.8125 568.4276 72.8125Q567.662 72.8125 567.162 72.328125Q566.662 71.828125 566.662 71.015625L566.662 70.609375ZM567.4745 71.0625Q567.4745 71.515625 567.7245 71.8125Q567.9901 72.109375 568.4276 72.109375Q568.8495 72.109375 569.0995 71.828125Q569.3495 71.53125 569.3495 71.03125L569.3495 70.609375Q569.3495 70.15625 569.0995 69.859375Q568.8495 69.546875 568.412 69.546875Q567.9745 69.546875 567.7245 69.859375Q567.4745 70.15625 567.4745 70.625L567.4745 71.0625ZM570.81824 75.40625Q570.81824 74.640625 571.3026 74.15625Q571.8026 73.65625 572.56824 73.65625Q573.33386 73.65625 573.81824 74.15625Q574.31824 74.640625 574.31824 75.453125L574.31824 75.859375Q574.31824 76.625 573.83386 77.125Q573.3495 77.625 572.58386 77.625Q571.81824 77.625 571.31824 77.140625Q570.81824 76.640625 570.81824 75.828125L570.81824 75.40625ZM571.63074 75.859375Q571.63074 76.328125 571.88074 76.625Q572.14636 76.921875 572.58386 76.921875Q573.00574 76.921875 573.25574 76.640625Q573.50574 76.34375 573.50574 75.84375L573.50574 75.40625Q573.50574 74.9375 573.2401 74.65625Q572.9901 74.359375 572.56824 74.359375Q572.14636 74.359375 571.88074 74.65625Q571.63074 74.9375 571.63074 75.4375L571.63074 75.859375ZM568.6776 76.859375L568.0526 76.46875L572.2245 69.796875L572.83386 70.1875L568.6776 76.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.21945 104.5L313.14133 104.5L313.14133 97.28125L310.95383 98.078125L310.95383 97.09375L314.0632 95.921875L314.21945 95.921875L314.21945 104.5ZM321.92258 95.96875L321.92258 96.875L321.71945 96.875Q320.45383 96.90625 319.70383 97.640625Q318.95383 98.359375 318.82883 99.671875Q319.51633 98.90625 320.67258 98.90625Q321.78195 98.90625 322.45383 99.6875Q323.1257 100.46875 323.1257 101.71875Q323.1257 103.03125 322.40695 103.828125Q321.6882 104.625 320.46945 104.625Q319.2507 104.625 318.48508 103.6875Q317.73508 102.734375 317.73508 101.25L317.73508 100.84375Q317.73508 98.484375 318.73508 97.234375Q319.73508 95.984375 321.71945 95.96875L321.92258 95.96875ZM320.5007 99.8125Q319.9382 99.8125 319.46945 100.140625Q319.0007 100.46875 318.8132 100.984375L318.8132 101.375Q318.8132 102.4375 319.28195 103.078125Q319.76633 103.71875 320.46945 103.71875Q321.20383 103.71875 321.6257 103.1875Q322.04758 102.640625 322.04758 101.765625Q322.04758 100.890625 321.6257 100.359375Q321.20383 99.8125 320.5007 99.8125ZM324.5632 97.609375Q324.5632 96.84375 325.04758 96.34375Q325.54758 95.84375 326.3132 95.84375Q327.09445 95.84375 327.57883 96.34375Q328.0632 96.84375 328.0632 97.640625L328.0632 98.0625Q328.0632 98.828125 327.5632 99.328125Q327.07883 99.8125 326.32883 99.8125Q325.5632 99.8125 325.0632 99.328125Q324.5632 98.828125 324.5632 98.015625L324.5632 97.609375ZM325.3757 98.0625Q325.3757 98.515625 325.6257 98.8125Q325.89133 99.109375 326.32883 99.109375Q326.7507 99.109375 327.0007 98.828125Q327.2507 98.53125 327.2507 98.03125L327.2507 97.609375Q327.2507 97.15625 327.0007 96.859375Q326.7507 96.546875 326.3132 96.546875Q325.8757 96.546875 325.6257 96.859375Q325.3757 97.15625 325.3757 97.625L325.3757 98.0625ZM328.71945 102.40625Q328.71945 101.640625 329.20383 101.15625Q329.70383 100.65625 330.46945 100.65625Q331.23508 100.65625 331.71945 101.15625Q332.21945 101.640625 332.21945 102.453125L332.21945 102.859375Q332.21945 103.625 331.73508 104.125Q331.2507 104.625 330.48508 104.625Q329.71945 104.625 329.21945 104.140625Q328.71945 103.640625 328.71945 102.828125L328.71945 102.40625ZM329.53195 102.859375Q329.53195 103.328125 329.78195 103.625Q330.04758 103.921875 330.48508 103.921875Q330.90695 103.921875 331.15695 103.640625Q331.40695 103.34375 331.40695 102.84375L331.40695 102.40625Q331.40695 101.9375 331.14133 101.65625Q330.89133 101.359375 330.46945 101.359375Q330.04758 101.359375 329.78195 101.65625Q329.53195 101.9375 329.53195 102.4375L329.53195 102.859375ZM326.57883 103.859375L325.95383 103.46875L330.1257 96.796875L330.73508 97.1875L326.57883 103.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M314.21945 104.5L313.14133 104.5L313.14133 97.28125L310.95383 98.078125L310.95383 97.09375L314.0632 95.921875L314.21945 95.921875L314.21945 104.5ZM321.92258 95.96875L321.92258 96.875L321.71945 96.875Q320.45383 96.90625 319.70383 97.640625Q318.95383 98.359375 318.82883 99.671875Q319.51633 98.90625 320.67258 98.90625Q321.78195 98.90625 322.45383 99.6875Q323.1257 100.46875 323.1257 101.71875Q323.1257 103.03125 322.40695 103.828125Q321.6882 104.625 320.46945 104.625Q319.2507 104.625 318.48508 103.6875Q317.73508 102.734375 317.73508 101.25L317.73508 100.84375Q317.73508 98.484375 318.73508 97.234375Q319.73508 95.984375 321.71945 95.96875L321.92258 95.96875ZM320.5007 99.8125Q319.9382 99.8125 319.46945 100.140625Q319.0007 100.46875 318.8132 100.984375L318.8132 101.375Q318.8132 102.4375 319.28195 103.078125Q319.76633 103.71875 320.46945 103.71875Q321.20383 103.71875 321.6257 103.1875Q322.04758 102.640625 322.04758 101.765625Q322.04758 100.890625 321.6257 100.359375Q321.20383 99.8125 320.5007 99.8125ZM324.5632 97.609375Q324.5632 96.84375 325.04758 96.34375Q325.54758 95.84375 326.3132 95.84375Q327.09445 95.84375 327.57883 96.34375Q328.0632 96.84375 328.0632 97.640625L328.0632 98.0625Q328.0632 98.828125 327.5632 99.328125Q327.07883 99.8125 326.32883 99.8125Q325.5632 99.8125 325.0632 99.328125Q324.5632 98.828125 324.5632 98.015625L324.5632 97.609375ZM325.3757 98.0625Q325.3757 98.515625 325.6257 98.8125Q325.89133 99.109375 326.32883 99.109375Q326.7507 99.109375 327.0007 98.828125Q327.2507 98.53125 327.2507 98.03125L327.2507 97.609375Q327.2507 97.15625 327.0007 96.859375Q326.7507 96.546875 326.3132 96.546875Q325.8757 96.546875 325.6257 96.859375Q325.3757 97.15625 325.3757 97.625L325.3757 98.0625ZM328.71945 102.40625Q328.71945 101.640625 329.20383 101.15625Q329.70383 100.65625 330.46945 100.65625Q331.23508 100.65625 331.71945 101.15625Q332.21945 101.640625 332.21945 102.453125L332.21945 102.859375Q332.21945 103.625 331.73508 104.125Q331.2507 104.625 330.48508 104.625Q329.71945 104.625 329.21945 104.140625Q328.71945 103.640625 328.71945 102.828125L328.71945 102.40625ZM329.53195 102.859375Q329.53195 103.328125 329.78195 103.625Q330.04758 103.921875 330.48508 103.921875Q330.90695 103.921875 331.15695 103.640625Q331.40695 103.34375 331.40695 102.84375L331.40695 102.40625Q331.40695 101.9375 331.14133 101.65625Q330.89133 101.359375 330.46945 101.359375Q330.04758 101.359375 329.78195 101.65625Q329.53195 101.9375 329.53195 102.4375L329.53195 102.859375ZM326.57883 103.859375L325.95383 103.46875L330.1257 96.796875L330.73508 97.1875L326.57883 103.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.8842 123.96875L279.8842 124.875L279.68106 124.875Q278.41544 124.90625 277.66544 125.640625Q276.91544 126.359375 276.79044 127.671875Q277.47794 126.90625 278.6342 126.90625Q279.74356 126.90625 280.41544 127.6875Q281.0873 128.46875 281.0873 129.71875Q281.0873 131.03125 280.36856 131.82812Q279.6498 132.625 278.43106 132.625Q277.2123 132.625 276.4467 131.6875Q275.6967 130.73438 275.6967 129.25L275.6967 128.84375Q275.6967 126.484375 276.6967 125.234375Q277.6967 123.984375 279.68106 123.96875L279.8842 123.96875ZM278.4623 127.8125Q277.8998 127.8125 277.43106 128.14062Q276.9623 128.46875 276.7748 128.98438L276.7748 129.375Q276.7748 130.4375 277.24356 131.07812Q277.72794 131.71875 278.43106 131.71875Q279.16544 131.71875 279.5873 131.1875Q280.0092 130.64062 280.0092 129.76562Q280.0092 128.89062 279.5873 128.35938Q279.16544 127.8125 278.4623 127.8125ZM282.5248 125.609375Q282.5248 124.84375 283.0092 124.34375Q283.5092 123.84375 284.2748 123.84375Q285.05606 123.84375 285.54044 124.34375Q286.0248 124.84375 286.0248 125.640625L286.0248 126.0625Q286.0248 126.828125 285.5248 127.328125Q285.04044 127.8125 284.29044 127.8125Q283.5248 127.8125 283.0248 127.328125Q282.5248 126.828125 282.5248 126.015625L282.5248 125.609375ZM283.3373 126.0625Q283.3373 126.515625 283.5873 126.8125Q283.85294 127.109375 284.29044 127.109375Q284.7123 127.109375 284.9623 126.828125Q285.2123 126.53125 285.2123 126.03125L285.2123 125.609375Q285.2123 125.15625 284.9623 124.859375Q284.7123 124.546875 284.2748 124.546875Q283.8373 124.546875 283.5873 124.859375Q283.3373 125.15625 283.3373 125.625L283.3373 126.0625ZM286.68106 130.40625Q286.68106 129.64062 287.16544 129.15625Q287.66544 128.65625 288.43106 128.65625Q289.1967 128.65625 289.68106 129.15625Q290.18106 129.64062 290.18106 130.45312L290.18106 130.85938Q290.18106 131.625 289.6967 132.125Q289.2123 132.625 288.4467 132.625Q287.68106 132.625 287.18106 132.14062Q286.68106 131.64062 286.68106 130.82812L286.68106 130.40625ZM287.49356 130.85938Q287.49356 131.32812 287.74356 131.625Q288.0092 131.92188 288.4467 131.92188Q288.86856 131.92188 289.11856 131.64062Q289.36856 131.34375 289.36856 130.84375L289.36856 130.40625Q289.36856 129.9375 289.10294 129.65625Q288.85294 129.35938 288.43106 129.35938Q288.0092 129.35938 287.74356 129.65625Q287.49356 129.9375 287.49356 130.4375L287.49356 130.85938ZM284.54044 131.85938L283.91544 131.46875L288.0873 124.796875L288.6967 125.1875L284.54044 131.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M279.8842 123.96875L279.8842 124.875L279.68106 124.875Q278.41544 124.90625 277.66544 125.640625Q276.91544 126.359375 276.79044 127.671875Q277.47794 126.90625 278.6342 126.90625Q279.74356 126.90625 280.41544 127.6875Q281.0873 128.46875 281.0873 129.71875Q281.0873 131.03125 280.36856 131.82812Q279.6498 132.625 278.43106 132.625Q277.2123 132.625 276.4467 131.6875Q275.6967 130.73438 275.6967 129.25L275.6967 128.84375Q275.6967 126.484375 276.6967 125.234375Q277.6967 123.984375 279.68106 123.96875L279.8842 123.96875ZM278.4623 127.8125Q277.8998 127.8125 277.43106 128.14062Q276.9623 128.46875 276.7748 128.98438L276.7748 129.375Q276.7748 130.4375 277.24356 131.07812Q277.72794 131.71875 278.43106 131.71875Q279.16544 131.71875 279.5873 131.1875Q280.0092 130.64062 280.0092 129.76562Q280.0092 128.89062 279.5873 128.35938Q279.16544 127.8125 278.4623 127.8125ZM282.5248 125.609375Q282.5248 124.84375 283.0092 124.34375Q283.5092 123.84375 284.2748 123.84375Q285.05606 123.84375 285.54044 124.34375Q286.0248 124.84375 286.0248 125.640625L286.0248 126.0625Q286.0248 126.828125 285.5248 127.328125Q285.04044 127.8125 284.29044 127.8125Q283.5248 127.8125 283.0248 127.328125Q282.5248 126.828125 282.5248 126.015625L282.5248 125.609375ZM283.3373 126.0625Q283.3373 126.515625 283.5873 126.8125Q283.85294 127.109375 284.29044 127.109375Q284.7123 127.109375 284.9623 126.828125Q285.2123 126.53125 285.2123 126.03125L285.2123 125.609375Q285.2123 125.15625 284.9623 124.859375Q284.7123 124.546875 284.2748 124.546875Q283.8373 124.546875 283.5873 124.859375Q283.3373 125.15625 283.3373 125.625L283.3373 126.0625ZM286.68106 130.40625Q286.68106 129.64062 287.16544 129.15625Q287.66544 128.65625 288.43106 128.65625Q289.1967 128.65625 289.68106 129.15625Q290.18106 129.64062 290.18106 130.45312L290.18106 130.85938Q290.18106 131.625 289.6967 132.125Q289.2123 132.625 288.4467 132.625Q287.68106 132.625 287.18106 132.14062Q286.68106 131.64062 286.68106 130.82812L286.68106 130.40625ZM287.49356 130.85938Q287.49356 131.32812 287.74356 131.625Q288.0092 131.92188 288.4467 131.92188Q288.86856 131.92188 289.11856 131.64062Q289.36856 131.34375 289.36856 130.84375L289.36856 130.40625Q289.36856 129.9375 289.10294 129.65625Q288.85294 129.35938 288.43106 129.35938Q288.0092 129.35938 287.74356 129.65625Q287.49356 129.9375 287.49356 130.4375L287.49356 130.85938ZM284.54044 131.85938L283.91544 131.46875L288.0873 124.796875L288.6967 125.1875L284.54044 131.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.8921 155.21875L273.3296 150.96875L277.7046 150.96875L277.7046 151.96875L274.25146 151.96875L273.98584 154.29688Q274.62646 153.92188 275.42334 153.92188Q276.5796 153.92188 277.2671 154.70312Q277.9546 155.46875 277.9546 156.78125Q277.9546 158.09375 277.23584 158.85938Q276.5327 159.625 275.25146 159.625Q274.12646 159.625 273.4077 159.0Q272.68896 158.35938 272.5952 157.25L273.61084 157.25Q273.7202 157.98438 274.1421 158.35938Q274.56396 158.73438 275.25146 158.73438Q276.00146 158.73438 276.43896 158.21875Q276.87646 157.70312 276.87646 156.79688Q276.87646 155.9375 276.4077 155.42188Q275.93896 154.90625 275.1577 154.90625Q274.4546 154.90625 274.04834 155.20312L273.7671 155.4375L272.8921 155.21875ZM279.29834 152.60938Q279.29834 151.84375 279.7827 151.34375Q280.2827 150.84375 281.04834 150.84375Q281.8296 150.84375 282.31396 151.34375Q282.79834 151.84375 282.79834 152.64062L282.79834 153.0625Q282.79834 153.82812 282.29834 154.32812Q281.81396 154.8125 281.06396 154.8125Q280.29834 154.8125 279.79834 154.32812Q279.29834 153.82812 279.29834 153.01562L279.29834 152.60938ZM280.11084 153.0625Q280.11084 153.51562 280.36084 153.8125Q280.62646 154.10938 281.06396 154.10938Q281.48584 154.10938 281.73584 153.82812Q281.98584 153.53125 281.98584 153.03125L281.98584 152.60938Q281.98584 152.15625 281.73584 151.85938Q281.48584 151.54688 281.04834 151.54688Q280.61084 151.54688 280.36084 151.85938Q280.11084 152.15625 280.11084 152.625L280.11084 153.0625ZM283.4546 157.40625Q283.4546 156.64062 283.93896 156.15625Q284.43896 155.65625 285.2046 155.65625Q285.9702 155.65625 286.4546 156.15625Q286.9546 156.64062 286.9546 157.45312L286.9546 157.85938Q286.9546 158.625 286.4702 159.125Q285.98584 159.625 285.2202 159.625Q284.4546 159.625 283.9546 159.14062Q283.4546 158.64062 283.4546 157.82812L283.4546 157.40625ZM284.2671 157.85938Q284.2671 158.32812 284.5171 158.625Q284.7827 158.92188 285.2202 158.92188Q285.6421 158.92188 285.8921 158.64062Q286.1421 158.34375 286.1421 157.84375L286.1421 157.40625Q286.1421 156.9375 285.87646 156.65625Q285.62646 156.35938 285.2046 156.35938Q284.7827 156.35938 284.5171 156.65625Q284.2671 156.9375 284.2671 157.4375L284.2671 157.85938ZM281.31396 158.85938L280.68896 158.46875L284.86084 151.79688L285.4702 152.1875L281.31396 158.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M272.8921 155.21875L273.3296 150.96875L277.7046 150.96875L277.7046 151.96875L274.25146 151.96875L273.98584 154.29688Q274.62646 153.92188 275.42334 153.92188Q276.5796 153.92188 277.2671 154.70312Q277.9546 155.46875 277.9546 156.78125Q277.9546 158.09375 277.23584 158.85938Q276.5327 159.625 275.25146 159.625Q274.12646 159.625 273.4077 159.0Q272.68896 158.35938 272.5952 157.25L273.61084 157.25Q273.7202 157.98438 274.1421 158.35938Q274.56396 158.73438 275.25146 158.73438Q276.00146 158.73438 276.43896 158.21875Q276.87646 157.70312 276.87646 156.79688Q276.87646 155.9375 276.4077 155.42188Q275.93896 154.90625 275.1577 154.90625Q274.4546 154.90625 274.04834 155.20312L273.7671 155.4375L272.8921 155.21875ZM279.29834 152.60938Q279.29834 151.84375 279.7827 151.34375Q280.2827 150.84375 281.04834 150.84375Q281.8296 150.84375 282.31396 151.34375Q282.79834 151.84375 282.79834 152.64062L282.79834 153.0625Q282.79834 153.82812 282.29834 154.32812Q281.81396 154.8125 281.06396 154.8125Q280.29834 154.8125 279.79834 154.32812Q279.29834 153.82812 279.29834 153.01562L279.29834 152.60938ZM280.11084 153.0625Q280.11084 153.51562 280.36084 153.8125Q280.62646 154.10938 281.06396 154.10938Q281.48584 154.10938 281.73584 153.82812Q281.98584 153.53125 281.98584 153.03125L281.98584 152.60938Q281.98584 152.15625 281.73584 151.85938Q281.48584 151.54688 281.04834 151.54688Q280.61084 151.54688 280.36084 151.85938Q280.11084 152.15625 280.11084 152.625L280.11084 153.0625ZM283.4546 157.40625Q283.4546 156.64062 283.93896 156.15625Q284.43896 155.65625 285.2046 155.65625Q285.9702 155.65625 286.4546 156.15625Q286.9546 156.64062 286.9546 157.45312L286.9546 157.85938Q286.9546 158.625 286.4702 159.125Q285.98584 159.625 285.2202 159.625Q284.4546 159.625 283.9546 159.14062Q283.4546 158.64062 283.4546 157.82812L283.4546 157.40625ZM284.2671 157.85938Q284.2671 158.32812 284.5171 158.625Q284.7827 158.92188 285.2202 158.92188Q285.6421 158.92188 285.8921 158.64062Q286.1421 158.34375 286.1421 157.84375L286.1421 157.40625Q286.1421 156.9375 285.87646 156.65625Q285.62646 156.35938 285.2046 156.35938Q284.7827 156.35938 284.5171 156.65625Q284.2671 156.9375 284.2671 157.4375L284.2671 157.85938ZM281.31396 158.85938L280.68896 158.46875L284.86084 151.79688L285.4702 152.1875L281.31396 158.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M268.989 182.70312L269.8015 182.70312Q270.58276 182.6875 271.02026 182.29688Q271.45776 181.90625 271.45776 181.23438Q271.45776 179.73438 269.95776 179.73438Q269.25464 179.73438 268.83276 180.14062Q268.4265 180.54688 268.4265 181.20312L267.33276 181.20312Q267.33276 180.1875 268.06714 179.51562Q268.81714 178.84375 269.95776 178.84375Q271.1609 178.84375 271.8484 179.48438Q272.5359 180.125 272.5359 181.26562Q272.5359 181.82812 272.1765 182.34375Q271.81714 182.85938 271.19214 183.125Q271.89526 183.34375 272.27026 183.85938Q272.6609 184.375 272.6609 185.125Q272.6609 186.26562 271.9109 186.95312Q271.1609 187.625 269.95776 187.625Q268.77026 187.625 268.00464 186.96875Q267.25464 186.3125 267.25464 185.25L268.3484 185.25Q268.3484 185.92188 268.7859 186.32812Q269.2234 186.73438 269.9734 186.73438Q270.75464 186.73438 271.1609 186.32812Q271.58276 185.90625 271.58276 185.14062Q271.58276 184.40625 271.12964 184.01562Q270.6765 183.60938 269.8015 183.59375L268.989 183.59375L268.989 182.70312ZM274.31714 180.60938Q274.31714 179.84375 274.8015 179.34375Q275.3015 178.84375 276.06714 178.84375Q276.8484 178.84375 277.33276 179.34375Q277.81714 179.84375 277.81714 180.64062L277.81714 181.0625Q277.81714 181.82812 277.31714 182.32812Q276.83276 182.8125 276.08276 182.8125Q275.31714 182.8125 274.81714 182.32812Q274.31714 181.82812 274.31714 181.01562L274.31714 180.60938ZM275.12964 181.0625Q275.12964 181.51562 275.37964 181.8125Q275.64526 182.10938 276.08276 182.10938Q276.50464 182.10938 276.75464 181.82812Q277.00464 181.53125 277.00464 181.03125L277.00464 180.60938Q277.00464 180.15625 276.75464 179.85938Q276.50464 179.54688 276.06714 179.54688Q275.62964 179.54688 275.37964 179.85938Q275.12964 180.15625 275.12964 180.625L275.12964 181.0625ZM278.4734 185.40625Q278.4734 184.64062 278.95776 184.15625Q279.45776 183.65625 280.2234 183.65625Q280.989 183.65625 281.4734 184.15625Q281.9734 184.64062 281.9734 185.45312L281.9734 185.85938Q281.9734 186.625 281.489 187.125Q281.00464 187.625 280.239 187.625Q279.4734 187.625 278.9734 187.14062Q278.4734 186.64062 278.4734 185.82812L278.4734 185.40625ZM279.2859 185.85938Q279.2859 186.32812 279.5359 186.625Q279.8015 186.92188 280.239 186.92188Q280.6609 186.92188 280.9109 186.64062Q281.1609 186.34375 281.1609 185.84375L281.1609 185.40625Q281.1609 184.9375 280.89526 184.65625Q280.64526 184.35938 280.2234 184.35938Q279.8015 184.35938 279.5359 184.65625Q279.2859 184.9375 279.2859 185.4375L279.2859 185.85938ZM276.33276 186.85938L275.70776 186.46875L279.87964 179.79688L280.489 180.1875L276.33276 186.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M268.989 182.70312L269.8015 182.70312Q270.58276 182.6875 271.02026 182.29688Q271.45776 181.90625 271.45776 181.23438Q271.45776 179.73438 269.95776 179.73438Q269.25464 179.73438 268.83276 180.14062Q268.4265 180.54688 268.4265 181.20312L267.33276 181.20312Q267.33276 180.1875 268.06714 179.51562Q268.81714 178.84375 269.95776 178.84375Q271.1609 178.84375 271.8484 179.48438Q272.5359 180.125 272.5359 181.26562Q272.5359 181.82812 272.1765 182.34375Q271.81714 182.85938 271.19214 183.125Q271.89526 183.34375 272.27026 183.85938Q272.6609 184.375 272.6609 185.125Q272.6609 186.26562 271.9109 186.95312Q271.1609 187.625 269.95776 187.625Q268.77026 187.625 268.00464 186.96875Q267.25464 186.3125 267.25464 185.25L268.3484 185.25Q268.3484 185.92188 268.7859 186.32812Q269.2234 186.73438 269.9734 186.73438Q270.75464 186.73438 271.1609 186.32812Q271.58276 185.90625 271.58276 185.14062Q271.58276 184.40625 271.12964 184.01562Q270.6765 183.60938 269.8015 183.59375L268.989 183.59375L268.989 182.70312ZM274.31714 180.60938Q274.31714 179.84375 274.8015 179.34375Q275.3015 178.84375 276.06714 178.84375Q276.8484 178.84375 277.33276 179.34375Q277.81714 179.84375 277.81714 180.64062L277.81714 181.0625Q277.81714 181.82812 277.31714 182.32812Q276.83276 182.8125 276.08276 182.8125Q275.31714 182.8125 274.81714 182.32812Q274.31714 181.82812 274.31714 181.01562L274.31714 180.60938ZM275.12964 181.0625Q275.12964 181.51562 275.37964 181.8125Q275.64526 182.10938 276.08276 182.10938Q276.50464 182.10938 276.75464 181.82812Q277.00464 181.53125 277.00464 181.03125L277.00464 180.60938Q277.00464 180.15625 276.75464 179.85938Q276.50464 179.54688 276.06714 179.54688Q275.62964 179.54688 275.37964 179.85938Q275.12964 180.15625 275.12964 180.625L275.12964 181.0625ZM278.4734 185.40625Q278.4734 184.64062 278.95776 184.15625Q279.45776 183.65625 280.2234 183.65625Q280.989 183.65625 281.4734 184.15625Q281.9734 184.64062 281.9734 185.45312L281.9734 185.85938Q281.9734 186.625 281.489 187.125Q281.00464 187.625 280.239 187.625Q279.4734 187.625 278.9734 187.14062Q278.4734 186.64062 278.4734 185.82812L278.4734 185.40625ZM279.2859 185.85938Q279.2859 186.32812 279.5359 186.625Q279.8015 186.92188 280.239 186.92188Q280.6609 186.92188 280.9109 186.64062Q281.1609 186.34375 281.1609 185.84375L281.1609 185.40625Q281.1609 184.9375 280.89526 184.65625Q280.64526 184.35938 280.2234 184.35938Q279.8015 184.35938 279.5359 184.65625Q279.2859 184.9375 279.2859 185.4375L279.2859 185.85938ZM276.33276 186.85938L275.70776 186.46875L279.87964 179.79688L280.489 180.1875L276.33276 186.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M267.23425 209.70312L268.04675 209.70312Q268.828 209.6875 269.2655 209.29688Q269.703 208.90625 269.703 208.23438Q269.703 206.73438 268.203 206.73438Q267.49988 206.73438 267.078 207.14062Q266.67175 207.54688 266.67175 208.20312L265.578 208.20312Q265.578 207.1875 266.31238 206.51562Q267.06238 205.84375 268.203 205.84375Q269.40613 205.84375 270.09363 206.48438Q270.78113 207.125 270.78113 208.26562Q270.78113 208.82812 270.42175 209.34375Q270.06238 209.85938 269.43738 210.125Q270.1405 210.34375 270.5155 210.85938Q270.90613 211.375 270.90613 212.125Q270.90613 213.26562 270.15613 213.95312Q269.40613 214.625 268.203 214.625Q267.0155 214.625 266.24988 213.96875Q265.49988 213.3125 265.49988 212.25L266.59363 212.25Q266.59363 212.92188 267.03113 213.32812Q267.46863 213.73438 268.21863 213.73438Q268.99988 213.73438 269.40613 213.32812Q269.828 212.90625 269.828 212.14062Q269.828 211.40625 269.37488 211.01562Q268.92175 210.60938 268.04675 210.59375L267.23425 210.59375L267.23425 209.70312ZM272.56238 207.60938Q272.56238 206.84375 273.04675 206.34375Q273.54675 205.84375 274.31238 205.84375Q275.09363 205.84375 275.578 206.34375Q276.06238 206.84375 276.06238 207.64062L276.06238 208.0625Q276.06238 208.82812 275.56238 209.32812Q275.078 209.8125 274.328 209.8125Q273.56238 209.8125 273.06238 209.32812Q272.56238 208.82812 272.56238 208.01562L272.56238 207.60938ZM273.37488 208.0625Q273.37488 208.51562 273.62488 208.8125Q273.8905 209.10938 274.328 209.10938Q274.74988 209.10938 274.99988 208.82812Q275.24988 208.53125 275.24988 208.03125L275.24988 207.60938Q275.24988 207.15625 274.99988 206.85938Q274.74988 206.54688 274.31238 206.54688Q273.87488 206.54688 273.62488 206.85938Q273.37488 207.15625 273.37488 207.625L273.37488 208.0625ZM276.71863 212.40625Q276.71863 211.64062 277.203 211.15625Q277.703 210.65625 278.46863 210.65625Q279.23425 210.65625 279.71863 211.15625Q280.21863 211.64062 280.21863 212.45312L280.21863 212.85938Q280.21863 213.625 279.73425 214.125Q279.24988 214.625 278.48425 214.625Q277.71863 214.625 277.21863 214.14062Q276.71863 213.64062 276.71863 212.82812L276.71863 212.40625ZM277.53113 212.85938Q277.53113 213.32812 277.78113 213.625Q278.04675 213.92188 278.48425 213.92188Q278.90613 213.92188 279.15613 213.64062Q279.40613 213.34375 279.40613 212.84375L279.40613 212.40625Q279.40613 211.9375 279.1405 211.65625Q278.8905 211.35938 278.46863 211.35938Q278.04675 211.35938 277.78113 211.65625Q277.53113 211.9375 277.53113 212.4375L277.53113 212.85938ZM274.578 213.85938L273.953 213.46875L278.12488 206.79688L278.73425 207.1875L274.578 213.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M267.23425 209.70312L268.04675 209.70312Q268.828 209.6875 269.2655 209.29688Q269.703 208.90625 269.703 208.23438Q269.703 206.73438 268.203 206.73438Q267.49988 206.73438 267.078 207.14062Q266.67175 207.54688 266.67175 208.20312L265.578 208.20312Q265.578 207.1875 266.31238 206.51562Q267.06238 205.84375 268.203 205.84375Q269.40613 205.84375 270.09363 206.48438Q270.78113 207.125 270.78113 208.26562Q270.78113 208.82812 270.42175 209.34375Q270.06238 209.85938 269.43738 210.125Q270.1405 210.34375 270.5155 210.85938Q270.90613 211.375 270.90613 212.125Q270.90613 213.26562 270.15613 213.95312Q269.40613 214.625 268.203 214.625Q267.0155 214.625 266.24988 213.96875Q265.49988 213.3125 265.49988 212.25L266.59363 212.25Q266.59363 212.92188 267.03113 213.32812Q267.46863 213.73438 268.21863 213.73438Q268.99988 213.73438 269.40613 213.32812Q269.828 212.90625 269.828 212.14062Q269.828 211.40625 269.37488 211.01562Q268.92175 210.60938 268.04675 210.59375L267.23425 210.59375L267.23425 209.70312ZM272.56238 207.60938Q272.56238 206.84375 273.04675 206.34375Q273.54675 205.84375 274.31238 205.84375Q275.09363 205.84375 275.578 206.34375Q276.06238 206.84375 276.06238 207.64062L276.06238 208.0625Q276.06238 208.82812 275.56238 209.32812Q275.078 209.8125 274.328 209.8125Q273.56238 209.8125 273.06238 209.32812Q272.56238 208.82812 272.56238 208.01562L272.56238 207.60938ZM273.37488 208.0625Q273.37488 208.51562 273.62488 208.8125Q273.8905 209.10938 274.328 209.10938Q274.74988 209.10938 274.99988 208.82812Q275.24988 208.53125 275.24988 208.03125L275.24988 207.60938Q275.24988 207.15625 274.99988 206.85938Q274.74988 206.54688 274.31238 206.54688Q273.87488 206.54688 273.62488 206.85938Q273.37488 207.15625 273.37488 207.625L273.37488 208.0625ZM276.71863 212.40625Q276.71863 211.64062 277.203 211.15625Q277.703 210.65625 278.46863 210.65625Q279.23425 210.65625 279.71863 211.15625Q280.21863 211.64062 280.21863 212.45312L280.21863 212.85938Q280.21863 213.625 279.73425 214.125Q279.24988 214.625 278.48425 214.625Q277.71863 214.625 277.21863 214.14062Q276.71863 213.64062 276.71863 212.82812L276.71863 212.40625ZM277.53113 212.85938Q277.53113 213.32812 277.78113 213.625Q278.04675 213.92188 278.48425 213.92188Q278.90613 213.92188 279.15613 213.64062Q279.40613 213.34375 279.40613 212.84375L279.40613 212.40625Q279.40613 211.9375 279.1405 211.65625Q278.8905 211.35938 278.46863 211.35938Q278.04675 211.35938 277.78113 211.65625Q277.53113 211.9375 277.53113 212.4375L277.53113 212.85938ZM274.578 213.85938L273.953 213.46875L278.12488 206.79688L278.73425 207.1875L274.578 213.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M337.1219 266.11038Q337.1219 265.34476 337.60626 264.84476Q338.10626 264.34476 338.8719 264.34476Q339.65314 264.34476 340.1375 264.84476Q340.6219 265.34476 340.6219 266.14163L340.6219 266.5635Q340.6219 267.32913 340.1219 267.82913Q339.6375 268.3135 338.8875 268.3135Q338.1219 268.3135 337.6219 267.82913Q337.1219 267.32913 337.1219 266.51663L337.1219 266.11038ZM337.9344 266.5635Q337.9344 267.01663 338.1844 267.3135Q338.45 267.61038 338.8875 267.61038Q339.3094 267.61038 339.5594 267.32913Q339.8094 267.03226 339.8094 266.53226L339.8094 266.11038Q339.8094 265.65726 339.5594 265.36038Q339.3094 265.04788 338.8719 265.04788Q338.4344 265.04788 338.1844 265.36038Q337.9344 265.65726 337.9344 266.126L337.9344 266.5635ZM341.27814 270.90726Q341.27814 270.14163 341.7625 269.65726Q342.2625 269.15726 343.02814 269.15726Q343.79376 269.15726 344.27814 269.65726Q344.77814 270.14163 344.77814 270.95413L344.77814 271.36038Q344.77814 272.126 344.29376 272.626Q343.8094 273.126 343.04376 273.126Q342.27814 273.126 341.77814 272.64163Q341.27814 272.14163 341.27814 271.32913L341.27814 270.90726ZM342.09064 271.36038Q342.09064 271.82913 342.34064 272.126Q342.60626 272.42288 343.04376 272.42288Q343.46564 272.42288 343.71564 272.14163Q343.96564 271.84476 343.96564 271.34476L343.96564 270.90726Q343.96564 270.4385 343.7 270.15726Q343.45 269.86038 343.02814 269.86038Q342.60626 269.86038 342.34064 270.15726Q342.09064 270.4385 342.09064 270.9385L342.09064 271.36038ZM339.1375 272.36038L338.5125 271.96976L342.6844 265.29788L343.29376 265.6885L339.1375 272.36038ZM349.04376 269.76663Q349.04376 268.84476 349.40314 268.09476Q349.77814 267.34476 350.4344 266.95413Q351.09064 266.54788 351.91876 266.54788Q353.21564 266.54788 354.0125 267.4385Q354.825 268.32913 354.825 269.82913L354.825 269.90726Q354.825 270.82913 354.46564 271.5635Q354.10626 272.29788 353.45 272.71976Q352.79376 273.126 351.9344 273.126Q350.65314 273.126 349.84064 272.23538Q349.04376 271.32913 349.04376 269.84476L349.04376 269.76663ZM350.1375 269.90726Q350.1375 270.95413 350.6219 271.59476Q351.1219 272.23538 351.9344 272.23538Q352.7625 272.23538 353.2469 271.59476Q353.73126 270.9385 353.73126 269.76663Q353.73126 268.73538 353.23126 268.09476Q352.7469 267.4385 351.91876 267.4385Q351.1219 267.4385 350.6219 268.07913Q350.1375 268.70413 350.1375 269.90726ZM356.8719 273.001L356.8719 267.501L355.8719 267.501L355.8719 266.65726L356.8719 266.65726L356.8719 266.01663Q356.8719 264.98538 357.40314 264.4385Q357.95 263.876 358.95 263.876Q359.325 263.876 359.7 263.96976L359.6375 264.86038Q359.35626 264.79788 359.0594 264.79788Q358.52814 264.79788 358.23126 265.11038Q357.95 265.42288 357.95 265.98538L357.95 266.65726L359.3094 266.65726L359.3094 267.501L357.95 267.501L357.95 273.001L356.8719 273.001ZM366.40314 267.626Q366.15314 267.59476 365.8719 267.59476Q364.79376 267.59476 364.41876 268.501L364.41876 273.001L363.34064 273.001L363.34064 266.65726L364.3875 266.65726L364.40314 267.39163Q364.9344 266.54788 365.91876 266.54788Q366.23126 266.54788 366.40314 266.626L366.40314 267.626ZM369.96564 273.126Q368.66876 273.126 367.85626 272.28226Q367.0594 271.42288 367.0594 270.001L367.0594 269.8135Q367.0594 268.86038 367.41876 268.126Q367.77814 267.376 368.41876 266.96976Q369.075 266.54788 369.825 266.54788Q371.0594 266.54788 371.7469 267.36038Q372.4344 268.17288 372.4344 269.6885L372.4344 270.14163L368.1375 270.14163Q368.16876 271.07913 368.6844 271.65726Q369.21564 272.23538 370.02814 272.23538Q370.59064 272.23538 370.98126 272.001Q371.3875 271.76663 371.7 271.376L372.35626 271.89163Q371.5594 273.126 369.96564 273.126ZM369.825 267.4385Q369.16876 267.4385 368.71564 267.92288Q368.27814 268.39163 368.1844 269.251L371.35626 269.251L371.35626 269.17288Q371.3094 268.34476 370.90314 267.89163Q370.5125 267.4385 369.825 267.4385ZM377.02814 271.3135Q377.02814 270.876 376.6844 270.64163Q376.35626 270.39163 375.52814 270.21976Q374.71564 270.04788 374.23126 269.79788Q373.7469 269.54788 373.5125 269.21976Q373.29376 268.876 373.29376 268.40726Q373.29376 267.626 373.95 267.09476Q374.60626 266.54788 375.6375 266.54788Q376.71564 266.54788 377.3719 267.11038Q378.04376 267.65726 378.04376 268.51663L376.96564 268.51663Q376.96564 268.07913 376.575 267.76663Q376.2 267.4385 375.6375 267.4385Q375.04376 267.4385 374.7 267.70413Q374.3719 267.95413 374.3719 268.36038Q374.3719 268.751 374.6844 268.95413Q374.9969 269.15726 375.8094 269.34476Q376.6219 269.51663 377.1219 269.76663Q377.6219 270.01663 377.85626 270.376Q378.10626 270.73538 378.10626 271.23538Q378.10626 272.09476 377.41876 272.61038Q376.7469 273.126 375.66876 273.126Q374.90314 273.126 374.3094 272.86038Q373.73126 272.57913 373.40314 272.09476Q373.075 271.61038 373.075 271.04788L374.15314 271.04788Q374.1844 271.59476 374.59064 271.92288Q374.9969 272.23538 375.66876 272.23538Q376.27814 272.23538 376.65314 271.98538Q377.02814 271.73538 377.02814 271.3135ZM384.6844 269.90726Q384.6844 271.34476 384.02814 272.23538Q383.3719 273.126 382.23126 273.126Q381.075 273.126 380.41876 272.39163L380.41876 275.4385L379.34064 275.4385L379.34064 266.65726L380.325 266.65726L380.3719 267.36038Q381.04376 266.54788 382.21564 266.54788Q383.35626 266.54788 384.0125 267.40726Q384.6844 268.26663 384.6844 269.79788L384.6844 269.90726ZM383.60626 269.78226Q383.60626 268.70413 383.1375 268.09476Q382.6844 267.46976 381.8875 267.46976Q380.90314 267.46976 380.41876 268.32913L380.41876 271.36038Q380.90314 272.23538 381.90314 272.23538Q382.6844 272.23538 383.1375 271.626Q383.60626 271.001 383.60626 269.78226ZM386.04376 269.76663Q386.04376 268.84476 386.40314 268.09476Q386.77814 267.34476 387.4344 266.95413Q388.09064 266.54788 388.91876 266.54788Q390.21564 266.54788 391.0125 267.4385Q391.825 268.32913 391.825 269.82913L391.825 269.90726Q391.825 270.82913 391.46564 271.5635Q391.10626 272.29788 390.45 272.71976Q389.79376 273.126 388.9344 273.126Q387.65314 273.126 386.84064 272.23538Q386.04376 271.32913 386.04376 269.84476L386.04376 269.76663ZM387.1375 269.90726Q387.1375 270.95413 387.6219 271.59476Q388.1219 272.23538 388.9344 272.23538Q389.7625 272.23538 390.2469 271.59476Q390.73126 270.9385 390.73126 269.76663Q390.73126 268.73538 390.23126 268.09476Q389.7469 267.4385 388.91876 267.4385Q388.1219 267.4385 387.6219 268.07913Q387.1375 268.70413 387.1375 269.90726ZM394.35626 266.65726L394.3875 267.45413Q395.1219 266.54788 396.29376 266.54788Q398.3094 266.54788 398.325 268.8135L398.325 273.001L397.23126 273.001L397.23126 268.79788Q397.23126 268.126 396.91876 267.79788Q396.6219 267.46976 395.96564 267.46976Q395.4344 267.46976 395.02814 267.751Q394.6375 268.03226 394.41876 268.48538L394.41876 273.001L393.34064 273.001L393.34064 266.65726L394.35626 266.65726ZM400.075 269.78226Q400.075 268.3135 400.7625 267.4385Q401.45 266.54788 402.575 266.54788Q403.6844 266.54788 404.34064 267.29788L404.34064 264.001L405.41876 264.001L405.41876 273.001L404.41876 273.001L404.3719 272.3135Q403.71564 273.126 402.5594 273.126Q401.46564 273.126 400.7625 272.21976Q400.075 271.3135 400.075 269.86038L400.075 269.78226ZM401.15314 269.90726Q401.15314 270.98538 401.59064 271.59476Q402.04376 272.20413 402.825 272.20413Q403.85626 272.20413 404.34064 271.26663L404.34064 268.36038Q403.85626 267.46976 402.84064 267.46976Q402.04376 267.46976 401.59064 268.07913Q401.15314 268.6885 401.15314 269.90726ZM409.96564 273.126Q408.66876 273.126 407.85626 272.28226Q407.0594 271.42288 407.0594 270.001L407.0594 269.8135Q407.0594 268.86038 407.41876 268.126Q407.77814 267.376 408.41876 266.96976Q409.075 266.54788 409.825 266.54788Q411.0594 266.54788 411.7469 267.36038Q412.4344 268.17288 412.4344 269.6885L412.4344 270.14163L408.1375 270.14163Q408.16876 271.07913 408.6844 271.65726Q409.21564 272.23538 410.02814 272.23538Q410.59064 272.23538 410.98126 272.001Q411.3875 271.76663 411.7 271.376L412.35626 271.89163Q411.5594 273.126 409.96564 273.126ZM409.825 267.4385Q409.16876 267.4385 408.71564 267.92288Q408.27814 268.39163 408.1844 269.251L411.35626 269.251L411.35626 269.17288Q411.3094 268.34476 410.90314 267.89163Q410.5125 267.4385 409.825 267.4385ZM414.35626 266.65726L414.3875 267.45413Q415.1219 266.54788 416.29376 266.54788Q418.3094 266.54788 418.325 268.8135L418.325 273.001L417.23126 273.001L417.23126 268.79788Q417.23126 268.126 416.91876 267.79788Q416.6219 267.46976 415.96564 267.46976Q415.4344 267.46976 415.02814 267.751Q414.6375 268.03226 414.41876 268.48538L414.41876 273.001L413.34064 273.001L413.34064 266.65726L414.35626 266.65726ZM421.8094 265.126L421.8094 266.65726L422.98126 266.65726L422.98126 267.501L421.8094 267.501L421.8094 271.42288Q421.8094 271.8135 421.96564 272.001Q422.1219 272.1885 422.4969 272.1885Q422.6844 272.1885 423.0125 272.126L423.0125 273.001Q422.59064 273.126 422.1844 273.126Q421.46564 273.126 421.09064 272.6885Q420.71564 272.23538 420.71564 271.42288L420.71564 267.501L419.5594 267.501L419.5594 266.65726L420.71564 266.65726L420.71564 265.126L421.8094 265.126ZM428.02814 271.3135Q428.02814 270.876 427.6844 270.64163Q427.35626 270.39163 426.52814 270.21976Q425.71564 270.04788 425.23126 269.79788Q424.7469 269.54788 424.5125 269.21976Q424.29376 268.876 424.29376 268.40726Q424.29376 267.626 424.95 267.09476Q425.60626 266.54788 426.6375 266.54788Q427.71564 266.54788 428.3719 267.11038Q429.04376 267.65726 429.04376 268.51663L427.96564 268.51663Q427.96564 268.07913 427.575 267.76663Q427.2 267.4385 426.6375 267.4385Q426.04376 267.4385 425.7 267.70413Q425.3719 267.95413 425.3719 268.36038Q425.3719 268.751 425.6844 268.95413Q425.9969 269.15726 426.8094 269.34476Q427.6219 269.51663 428.1219 269.76663Q428.6219 270.01663 428.85626 270.376Q429.10626 270.73538 429.10626 271.23538Q429.10626 272.09476 428.41876 272.61038Q427.7469 273.126 426.66876 273.126Q425.90314 273.126 425.3094 272.86038Q424.73126 272.57913 424.40314 272.09476Q424.075 271.61038 424.075 271.04788L425.15314 271.04788Q425.1844 271.59476 425.59064 271.92288Q425.9969 272.23538 426.66876 272.23538Q427.27814 272.23538 427.65314 271.98538Q428.02814 271.73538 428.02814 271.3135ZM433.29376 269.53226Q433.29376 268.21976 433.6375 267.001Q433.9969 265.78226 434.7 264.78226Q435.40314 263.78226 436.16876 263.376L436.3875 264.09476Q435.52814 264.751 434.98126 266.09476Q434.4344 267.4385 434.3875 269.11038L434.3719 269.61038Q434.3719 271.876 435.2 273.53226Q435.7 274.53226 436.3875 275.09476L436.16876 275.751Q435.3875 275.32913 434.66876 274.29788Q433.29376 272.3135 433.29376 269.53226ZM438.35626 266.65726L438.3875 267.45413Q439.1219 266.54788 440.29376 266.54788Q442.3094 266.54788 442.325 268.8135L442.325 273.001L441.23126 273.001L441.23126 268.79788Q441.23126 268.126 440.91876 267.79788Q440.6219 267.46976 439.96564 267.46976Q439.4344 267.46976 439.02814 267.751Q438.6375 268.03226 438.41876 268.48538L438.41876 273.001L437.34064 273.001L437.34064 266.65726L438.35626 266.65726ZM449.29376 268.23538L444.40314 268.23538L444.40314 267.28226L449.29376 267.28226L449.29376 268.23538ZM449.29376 270.65726L444.40314 270.65726L444.40314 269.71976L449.29376 269.71976L449.29376 270.65726ZM451.71564 268.71976L452.15314 264.46976L456.52814 264.46976L456.52814 265.46976L453.075 265.46976L452.8094 267.79788Q453.45 267.42288 454.2469 267.42288Q455.40314 267.42288 456.09064 268.20413Q456.77814 268.96976 456.77814 270.28226Q456.77814 271.59476 456.0594 272.36038Q455.35626 273.126 454.075 273.126Q452.95 273.126 452.23126 272.501Q451.5125 271.86038 451.41876 270.751L452.4344 270.751Q452.54376 271.48538 452.96564 271.86038Q453.3875 272.23538 454.075 272.23538Q454.825 272.23538 455.2625 271.71976Q455.7 271.20413 455.7 270.29788Q455.7 269.4385 455.23126 268.92288Q454.7625 268.40726 453.98126 268.40726Q453.27814 268.40726 452.8719 268.70413L452.59064 268.9385L451.71564 268.71976ZM458.29376 274.70413L457.6844 274.28226Q458.23126 273.51663 458.2625 272.6885L458.2625 271.71976L459.325 271.71976L459.325 272.5635Q459.325 273.15726 459.02814 273.751Q458.73126 274.34476 458.29376 274.70413ZM464.3719 269.251Q464.04376 269.65726 463.5594 269.90726Q463.09064 270.14163 462.52814 270.14163Q461.79376 270.14163 461.2469 269.78226Q460.7 269.42288 460.40314 268.76663Q460.10626 268.09476 460.10626 267.29788Q460.10626 266.45413 460.41876 265.76663Q460.7469 265.07913 461.34064 264.71976Q461.95 264.34476 462.7469 264.34476Q464.0125 264.34476 464.73126 265.29788Q465.46564 266.251 465.46564 267.876L465.46564 268.1885Q465.46564 270.6885 464.48126 271.82913Q463.4969 272.96976 461.5125 273.001L461.29376 273.001L461.29376 272.09476L461.52814 272.09476Q462.8719 272.0635 463.59064 271.39163Q464.3094 270.71976 464.3719 269.251ZM462.7 269.251Q463.2469 269.251 463.7 268.92288Q464.16876 268.57913 464.3875 268.09476L464.3875 267.65726Q464.3875 266.59476 463.91876 265.92288Q463.45 265.251 462.7469 265.251Q462.02814 265.251 461.59064 265.79788Q461.16876 266.34476 461.16876 267.251Q461.16876 268.126 461.575 268.6885Q461.9969 269.251 462.7 269.251ZM472.575 269.36038Q472.575 271.26663 471.91876 272.20413Q471.27814 273.126 469.8875 273.126Q468.52814 273.126 467.8719 272.21976Q467.21564 271.3135 467.1844 269.501L467.1844 268.0635Q467.1844 266.17288 467.825 265.26663Q468.48126 264.34476 469.8719 264.34476Q471.2469 264.34476 471.90314 265.23538Q472.5594 266.11038 472.575 267.95413L472.575 269.36038ZM471.48126 267.876Q471.48126 266.501 471.09064 265.876Q470.71564 265.23538 469.8719 265.23538Q469.04376 265.23538 468.65314 265.876Q468.27814 266.501 468.27814 267.79788L468.27814 269.53226Q468.27814 270.90726 468.66876 271.57913Q469.075 272.23538 469.8875 272.23538Q470.6844 272.23538 471.075 271.61038Q471.46564 270.98538 471.48126 269.65726L471.48126 267.876ZM477.77814 273.001L476.7 273.001L476.7 265.78226L474.5125 266.57913L474.5125 265.59476L477.6219 264.42288L477.77814 264.42288L477.77814 273.001ZM483.84064 269.59476Q483.84064 270.90726 483.4969 272.11038Q483.15314 273.29788 482.4344 274.3135Q481.73126 275.32913 480.96564 275.751L480.73126 275.09476Q481.6375 274.40726 482.1844 272.95413Q482.73126 271.48538 482.7469 269.71976L482.7469 269.53226Q482.7469 268.29788 482.48126 267.23538Q482.23126 266.17288 481.7625 265.34476Q481.3094 264.501 480.73126 264.03226L480.96564 263.376Q481.73126 263.79788 482.4344 264.79788Q483.1375 265.79788 483.48126 267.01663Q483.84064 268.21976 483.84064 269.59476Z" fill-rule="nonzero"/><path fill="#666666" d="M70.9375 68.856155L73.734375 75.80928L76.515625 68.856155L77.984375 68.856155L77.984375 77.387405L76.859375 77.387405L76.859375 74.05928L76.96875 70.481155L74.15625 77.387405L73.296875 77.387405L70.5 70.49678L70.609375 74.05928L70.609375 77.387405L69.484375 77.387405L69.484375 68.856155L70.9375 68.856155ZM79.03125 74.15303Q79.03125 73.231155 79.390625 72.481155Q79.765625 71.731155 80.421875 71.34053Q81.078125 70.93428 81.90625 70.93428Q83.203125 70.93428 84.0 71.824905Q84.8125 72.71553 84.8125 74.21553L84.8125 74.293655Q84.8125 75.21553 84.453125 75.949905Q84.09375 76.68428 83.4375 77.106155Q82.78125 77.512405 81.921875 77.512405Q80.640625 77.512405 79.828125 76.62178Q79.03125 75.71553 79.03125 74.231155L79.03125 74.15303ZM80.125 74.293655Q80.125 75.34053 80.609375 75.981155Q81.109375 76.62178 81.921875 76.62178Q82.75 76.62178 83.234375 75.981155Q83.71875 75.324905 83.71875 74.15303Q83.71875 73.12178 83.21875 72.481155Q82.734375 71.824905 81.90625 71.824905Q81.109375 71.824905 80.609375 72.46553Q80.125 73.09053 80.125 74.293655ZM86.0625 74.168655Q86.0625 72.699905 86.75 71.824905Q87.4375 70.93428 88.5625 70.93428Q89.671875 70.93428 90.328125 71.68428L90.328125 68.387405L91.40625 68.387405L91.40625 77.387405L90.40625 77.387405L90.359375 76.699905Q89.703125 77.512405 88.546875 77.512405Q87.453125 77.512405 86.75 76.606155Q86.0625 75.699905 86.0625 74.24678L86.0625 74.168655ZM87.140625 74.293655Q87.140625 75.37178 87.578125 75.981155Q88.03125 76.59053 88.8125 76.59053Q89.84375 76.59053 90.328125 75.65303L90.328125 72.74678Q89.84375 71.856155 88.828125 71.856155Q88.03125 71.856155 87.578125 72.46553Q87.140625 73.074905 87.140625 74.293655ZM97.234375 76.762405Q96.609375 77.512405 95.375 77.512405Q94.359375 77.512405 93.828125 76.918655Q93.296875 76.324905 93.296875 75.168655L93.296875 71.043655L94.375 71.043655L94.375 75.137405Q94.375 76.59053 95.546875 76.59053Q96.796875 76.59053 97.203125 75.65303L97.203125 71.043655L98.296875 71.043655L98.296875 77.387405L97.265625 77.387405L97.234375 76.762405ZM101.5 77.387405L100.421875 77.387405L100.421875 68.387405L101.5 68.387405L101.5 77.387405ZM105.953125 77.512405Q104.65625 77.512405 103.84375 76.668655Q103.046875 75.80928 103.046875 74.387405L103.046875 74.199905Q103.046875 73.24678 103.40625 72.512405Q103.765625 71.762405 104.40625 71.356155Q105.0625 70.93428 105.8125 70.93428Q107.046875 70.93428 107.734375 71.74678Q108.421875 72.55928 108.421875 74.074905L108.421875 74.52803L104.125 74.52803Q104.15625 75.46553 104.671875 76.043655Q105.203125 76.62178 106.015625 76.62178Q106.578125 76.62178 106.96875 76.387405Q107.375 76.15303 107.6875 75.762405L108.34375 76.27803Q107.546875 77.512405 105.953125 77.512405ZM105.8125 71.824905Q105.15625 71.824905 104.703125 72.30928Q104.265625 72.77803 104.171875 73.637405L107.34375 73.637405L107.34375 73.55928Q107.296875 72.731155 106.890625 72.27803Q106.5 71.824905 105.8125 71.824905ZM113.015625 75.699905Q113.015625 75.262405 112.671875 75.02803Q112.34375 74.77803 111.515625 74.606155Q110.703125 74.43428 110.21875 74.18428Q109.734375 73.93428 109.5 73.606155Q109.28125 73.262405 109.28125 72.793655Q109.28125 72.012405 109.9375 71.481155Q110.59375 70.93428 111.625 70.93428Q112.703125 70.93428 113.359375 71.49678Q114.03125 72.043655 114.03125 72.90303L112.953125 72.90303Q112.953125 72.46553 112.5625 72.15303Q112.1875 71.824905 111.625 71.824905Q111.03125 71.824905 110.6875 72.09053Q110.359375 72.34053 110.359375 72.74678Q110.359375 73.137405 110.671875 73.34053Q110.984375 73.543655 111.796875 73.731155Q112.609375 73.90303 113.109375 74.15303Q113.609375 74.40303 113.84375 74.762405Q114.09375 75.12178 114.09375 75.62178Q114.09375 76.481155 113.40625 76.99678Q112.734375 77.512405 111.65625 77.512405Q110.890625 77.512405 110.296875 77.24678Q109.71875 76.96553 109.390625 76.481155Q109.0625 75.99678 109.0625 75.43428L110.140625 75.43428Q110.171875 75.981155 110.578125 76.30928Q110.984375 76.62178 111.65625 76.62178Q112.265625 76.62178 112.640625 76.37178Q113.015625 76.12178 113.015625 75.699905ZM118.28125 73.918655Q118.28125 72.606155 118.625 71.387405Q118.984375 70.168655 119.6875 69.168655Q120.390625 68.168655 121.15625 67.762405L121.375 68.481155Q120.515625 69.137405 119.96875 70.481155Q119.421875 71.824905 119.375 73.49678L119.359375 73.99678Q119.359375 76.262405 120.1875 77.918655Q120.6875 78.918655 121.375 79.481155L121.15625 80.137405Q120.375 79.71553 119.65625 78.68428Q118.28125 76.699905 118.28125 73.918655ZM124.40625 75.918655L125.984375 71.043655L127.09375 71.043655L124.8125 77.387405L123.984375 77.387405L121.6875 71.043655L122.796875 71.043655L124.40625 75.918655ZM129.5 77.387405L128.42188 77.387405L128.42188 71.043655L129.5 71.043655L129.5 77.387405ZM128.32812 69.37178Q128.32812 69.106155 128.48438 68.918655Q128.65625 68.731155 128.96875 68.731155Q129.28125 68.731155 129.4375 68.918655Q129.60938 69.106155 129.60938 69.37178Q129.60938 69.62178 129.4375 69.80928Q129.28125 69.981155 128.96875 69.981155Q128.65625 69.981155 128.48438 69.80928Q128.32812 69.62178 128.32812 69.37178ZM135.23438 77.387405Q135.14062 77.199905 135.07812 76.71553Q134.32812 77.512405 133.28125 77.512405Q132.34375 77.512405 131.73438 76.981155Q131.14062 76.449905 131.14062 75.62178Q131.14062 74.637405 131.89062 74.09053Q132.64062 73.543655 134.01562 73.543655L135.0625 73.543655L135.0625 73.043655Q135.0625 72.481155 134.71875 72.15303Q134.39062 71.80928 133.71875 71.80928Q133.14062 71.80928 132.75 72.106155Q132.35938 72.387405 132.35938 72.80928L131.26562 72.80928Q131.26562 72.324905 131.59375 71.887405Q131.9375 71.449905 132.51562 71.199905Q133.09375 70.93428 133.78125 70.93428Q134.89062 70.93428 135.5 71.481155Q136.125 72.02803 136.15625 72.981155L136.15625 75.90303Q136.15625 76.77803 136.375 77.293655L136.375 77.387405L135.23438 77.387405ZM133.4375 76.55928Q133.95312 76.55928 134.40625 76.293655Q134.85938 76.02803 135.0625 75.606155L135.0625 74.30928L134.21875 74.30928Q132.21875 74.30928 132.21875 75.481155Q132.21875 75.981155 132.5625 76.27803Q132.90625 76.55928 133.4375 76.55928ZM142.79688 69.512405L142.79688 71.043655L143.96875 71.043655L143.96875 71.887405L142.79688 71.887405L142.79688 75.80928Q142.79688 76.199905 142.95312 76.387405Q143.10938 76.574905 143.48438 76.574905Q143.67188 76.574905 144.0 76.512405L144.0 77.387405Q143.57812 77.512405 143.17188 77.512405Q142.45312 77.512405 142.07812 77.074905Q141.70312 76.62178 141.70312 75.80928L141.70312 71.887405L140.54688 71.887405L140.54688 71.043655L141.70312 71.043655L141.70312 69.512405L142.79688 69.512405ZM146.40625 71.80928Q147.125 70.93428 148.28125 70.93428Q150.29688 70.93428 150.3125 73.199905L150.3125 77.387405L149.21875 77.387405L149.21875 73.18428Q149.21875 72.512405 148.90625 72.18428Q148.60938 71.856155 147.95312 71.856155Q147.42188 71.856155 147.01562 72.137405Q146.625 72.418655 146.40625 72.87178L146.40625 77.387405L145.32812 77.387405L145.32812 68.387405L146.40625 68.387405L146.40625 71.80928ZM154.95312 77.512405Q153.65625 77.512405 152.84375 76.668655Q152.04688 75.80928 152.04688 74.387405L152.04688 74.199905Q152.04688 73.24678 152.40625 72.512405Q152.76562 71.762405 153.40625 71.356155Q154.0625 70.93428 154.8125 70.93428Q156.04688 70.93428 156.73438 71.74678Q157.42188 72.55928 157.42188 74.074905L157.42188 74.52803L153.125 74.52803Q153.15625 75.46553 153.67188 76.043655Q154.20312 76.62178 155.01562 76.62178Q155.57812 76.62178 155.96875 76.387405Q156.375 76.15303 156.6875 75.762405L157.34375 76.27803Q156.54688 77.512405 154.95312 77.512405ZM154.8125 71.824905Q154.15625 71.824905 153.70312 72.30928Q153.26562 72.77803 153.17188 73.637405L156.34375 73.637405L156.34375 73.55928Q156.29688 72.731155 155.89062 72.27803Q155.5 71.824905 154.8125 71.824905ZM161.0625 74.168655Q161.0625 72.68428 161.75 71.80928Q162.4375 70.93428 163.5625 70.93428Q164.71875 70.93428 165.375 71.74678L165.42188 71.043655L166.42188 71.043655L166.42188 77.231155Q166.42188 78.46553 165.6875 79.168655Q164.95312 79.887405 163.73438 79.887405Q163.04688 79.887405 162.39062 79.59053Q161.73438 79.293655 161.39062 78.793655L161.95312 78.137405Q162.64062 78.99678 163.65625 78.99678Q164.4375 78.99678 164.875 78.543655Q165.32812 78.106155 165.32812 77.293655L165.32812 76.74678Q164.67188 77.512405 163.54688 77.512405Q162.4375 77.512405 161.75 76.62178Q161.0625 75.71553 161.0625 74.168655ZM162.15625 74.293655Q162.15625 75.356155 162.59375 75.981155Q163.03125 76.59053 163.82812 76.59053Q164.84375 76.59053 165.32812 75.65303L165.32812 72.762405Q164.82812 71.856155 163.82812 71.856155Q163.04688 71.856155 162.59375 72.46553Q162.15625 73.074905 162.15625 74.293655ZM168.03125 74.15303Q168.03125 73.231155 168.39062 72.481155Q168.76562 71.731155 169.42188 71.34053Q170.07812 70.93428 170.90625 70.93428Q172.20312 70.93428 173.0 71.824905Q173.8125 72.71553 173.8125 74.21553L173.8125 74.293655Q173.8125 75.21553 173.45312 75.949905Q173.09375 76.68428 172.4375 77.106155Q171.78125 77.512405 170.92188 77.512405Q169.64062 77.512405 168.82812 76.62178Q168.03125 75.71553 168.03125 74.231155L168.03125 74.15303ZM169.125 74.293655Q169.125 75.34053 169.60938 75.981155Q170.10938 76.62178 170.92188 76.62178Q171.75 76.62178 172.23438 75.981155Q172.71875 75.324905 172.71875 74.15303Q172.71875 73.12178 172.21875 72.481155Q171.73438 71.824905 170.90625 71.824905Q170.10938 71.824905 169.60938 72.46553Q169.125 73.09053 169.125 74.293655ZM180.85938 76.62178Q181.4375 76.62178 181.875 76.27803Q182.3125 75.918655 182.35938 75.387405L183.39062 75.387405Q183.35938 75.93428 183.0 76.43428Q182.65625 76.918655 182.07812 77.21553Q181.51562 77.512405 180.85938 77.512405Q179.5625 77.512405 178.79688 76.65303Q178.04688 75.77803 178.04688 74.27803L178.04688 74.09053Q178.04688 73.168655 178.375 72.449905Q178.71875 71.731155 179.34375 71.34053Q179.98438 70.93428 180.85938 70.93428Q181.92188 70.93428 182.625 71.574905Q183.34375 72.199905 183.39062 73.231155L182.35938 73.231155Q182.3125 72.606155 181.89062 72.21553Q181.46875 71.824905 180.85938 71.824905Q180.03125 71.824905 179.57812 72.418655Q179.125 73.012405 179.125 74.137405L179.125 74.34053Q179.125 75.43428 179.57812 76.02803Q180.03125 76.62178 180.85938 76.62178ZM184.03125 74.15303Q184.03125 73.231155 184.39062 72.481155Q184.76562 71.731155 185.42188 71.34053Q186.07812 70.93428 186.90625 70.93428Q188.20312 70.93428 189.0 71.824905Q189.8125 72.71553 189.8125 74.21553L189.8125 74.293655Q189.8125 75.21553 189.45312 75.949905Q189.09375 76.68428 188.4375 77.106155Q187.78125 77.512405 186.92188 77.512405Q185.64062 77.512405 184.82812 76.62178Q184.03125 75.71553 184.03125 74.231155L184.03125 74.15303ZM185.125 74.293655Q185.125 75.34053 185.60938 75.981155Q186.10938 76.62178 186.92188 76.62178Q187.75 76.62178 188.23438 75.981155Q188.71875 75.324905 188.71875 74.15303Q188.71875 73.12178 188.21875 72.481155Q187.73438 71.824905 186.90625 71.824905Q186.10938 71.824905 185.60938 72.46553Q185.125 73.09053 185.125 74.293655ZM192.34375 71.043655L192.375 71.74678Q193.0625 70.93428 194.25 70.93428Q195.57812 70.93428 196.0625 71.949905Q196.375 71.49678 196.875 71.21553Q197.39062 70.93428 198.07812 70.93428Q200.17188 70.93428 200.20312 73.137405L200.20312 77.387405L199.125 77.387405L199.125 73.199905Q199.125 72.52803 198.8125 72.199905Q198.5 71.856155 197.76562 71.856155Q197.15625 71.856155 196.75 72.21553Q196.35938 72.574905 196.29688 73.18428L196.29688 77.387405L195.21875 77.387405L195.21875 73.231155Q195.21875 71.856155 193.85938 71.856155Q192.79688 71.856155 192.40625 72.762405L192.40625 77.387405L191.3125 77.387405L191.3125 71.043655L192.34375 71.043655ZM203.34375 71.043655L203.375 71.74678Q204.0625 70.93428 205.25 70.93428Q206.57812 70.93428 207.0625 71.949905Q207.375 71.49678 207.875 71.21553Q208.39062 70.93428 209.07812 70.93428Q211.17188 70.93428 211.20312 73.137405L211.20312 77.387405L210.125 77.387405L210.125 73.199905Q210.125 72.52803 209.8125 72.199905Q209.5 71.856155 208.76562 71.856155Q208.15625 71.856155 207.75 72.21553Q207.35938 72.574905 207.29688 73.18428L207.29688 77.387405L206.21875 77.387405L206.21875 73.231155Q206.21875 71.856155 204.85938 71.856155Q203.79688 71.856155 203.40625 72.762405L203.40625 77.387405L202.3125 77.387405L202.3125 71.043655L203.34375 71.043655ZM217.23438 77.387405Q217.14062 77.199905 217.07812 76.71553Q216.32812 77.512405 215.28125 77.512405Q214.34375 77.512405 213.73438 76.981155Q213.14062 76.449905 213.14062 75.62178Q213.14062 74.637405 213.89062 74.09053Q214.64062 73.543655 216.01562 73.543655L217.0625 73.543655L217.0625 73.043655Q217.0625 72.481155 216.71875 72.15303Q216.39062 71.80928 215.71875 71.80928Q215.14062 71.80928 214.75 72.106155Q214.35938 72.387405 214.35938 72.80928L213.26562 72.80928Q213.26562 72.324905 213.59375 71.887405Q213.9375 71.449905 214.51562 71.199905Q215.09375 70.93428 215.78125 70.93428Q216.89062 70.93428 217.5 71.481155Q218.125 72.02803 218.15625 72.981155L218.15625 75.90303Q218.15625 76.77803 218.375 77.293655L218.375 77.387405L217.23438 77.387405ZM215.4375 76.55928Q215.95312 76.55928 216.40625 76.293655Q216.85938 76.02803 217.0625 75.606155L217.0625 74.30928L216.21875 74.30928Q214.21875 74.30928 214.21875 75.481155Q214.21875 75.981155 214.5625 76.27803Q214.90625 76.55928 215.4375 76.55928ZM221.34375 71.043655L221.375 71.84053Q222.10938 70.93428 223.28125 70.93428Q225.29688 70.93428 225.3125 73.199905L225.3125 77.387405L224.21875 77.387405L224.21875 73.18428Q224.21875 72.512405 223.90625 72.18428Q223.60938 71.856155 222.95312 71.856155Q222.42188 71.856155 222.01562 72.137405Q221.625 72.418655 221.40625 72.87178L221.40625 77.387405L220.32812 77.387405L220.32812 71.043655L221.34375 71.043655ZM227.0625 74.168655Q227.0625 72.699905 227.75 71.824905Q228.4375 70.93428 229.5625 70.93428Q230.67188 70.93428 231.32812 71.68428L231.32812 68.387405L232.40625 68.387405L232.40625 77.387405L231.40625 77.387405L231.35938 76.699905Q230.70312 77.512405 229.54688 77.512405Q228.45312 77.512405 227.75 76.606155Q227.0625 75.699905 227.0625 74.24678L227.0625 74.168655ZM228.14062 74.293655Q228.14062 75.37178 228.57812 75.981155Q229.03125 76.59053 229.8125 76.59053Q230.84375 76.59053 231.32812 75.65303L231.32812 72.74678Q230.84375 71.856155 229.82812 71.856155Q229.03125 71.856155 228.57812 72.46553Q228.14062 73.074905 228.14062 74.293655ZM236.82812 73.981155Q236.82812 75.293655 236.48438 76.49678Q236.14062 77.68428 235.42188 78.699905Q234.71875 79.71553 233.95312 80.137405L233.71875 79.481155Q234.625 78.793655 235.17188 77.34053Q235.71875 75.87178 235.73438 74.106155L235.73438 73.918655Q235.73438 72.68428 235.46875 71.62178Q235.21875 70.55928 234.75 69.731155Q234.29688 68.887405 233.71875 68.418655L233.95312 67.762405Q234.71875 68.18428 235.42188 69.18428Q236.125 70.18428 236.46875 71.40303Q236.82812 72.606155 236.82812 73.981155Z" fill-rule="nonzero"/><path fill="#666666" d="M217.48438 104.896645L217.48438 96.365395L219.90625 96.365395Q221.01562 96.365395 221.85938 96.865395Q222.71875 97.34977 223.1875 98.25602Q223.65625 99.16227 223.65625 100.34977L223.65625 100.88102Q223.65625 102.09977 223.1875 103.00602Q222.73438 103.91227 221.85938 104.396645Q221.0 104.88102 219.85938 104.896645L217.48438 104.896645ZM218.60938 97.28727L218.60938 103.97477L219.79688 103.97477Q221.09375 103.97477 221.8125 103.177895Q222.54688 102.365395 222.54688 100.865395L222.54688 100.365395Q222.54688 98.91227 221.85938 98.115395Q221.1875 97.302895 219.92188 97.28727L218.60938 97.28727ZM227.95312 105.021645Q226.65625 105.021645 225.84375 104.177895Q225.04688 103.31852 225.04688 101.896645L225.04688 101.709145Q225.04688 100.75602 225.40625 100.021645Q225.76562 99.271645 226.40625 98.865395Q227.0625 98.44352 227.8125 98.44352Q229.04688 98.44352 229.73438 99.25602Q230.42188 100.06852 230.42188 101.584145L230.42188 102.03727L226.125 102.03727Q226.15625 102.97477 226.67188 103.552895Q227.20312 104.13102 228.01562 104.13102Q228.57812 104.13102 228.96875 103.896645Q229.375 103.66227 229.6875 103.271645L230.34375 103.78727Q229.54688 105.021645 227.95312 105.021645ZM227.8125 99.334145Q227.15625 99.334145 226.70312 99.81852Q226.26562 100.28727 226.17188 101.146645L229.34375 101.146645L229.34375 101.06852Q229.29688 100.240395 228.89062 99.78727Q228.5 99.334145 227.8125 99.334145ZM236.67188 101.802895Q236.67188 103.240395 236.01562 104.13102Q235.35938 105.021645 234.21875 105.021645Q233.0625 105.021645 232.40625 104.28727L232.40625 107.334145L231.32812 107.334145L231.32812 98.552895L232.3125 98.552895L232.35938 99.25602Q233.03125 98.44352 234.20312 98.44352Q235.34375 98.44352 236.0 99.302895Q236.67188 100.16227 236.67188 101.69352L236.67188 101.802895ZM235.59375 101.677895Q235.59375 100.59977 235.125 99.990395Q234.67188 99.365395 233.875 99.365395Q232.89062 99.365395 232.40625 100.22477L232.40625 103.25602Q232.89062 104.13102 233.89062 104.13102Q234.67188 104.13102 235.125 103.521645Q235.59375 102.896645 235.59375 101.677895Z" fill-rule="nonzero"/><path fill="#666666" d="M192.79688 131.28088Q192.35938 131.90588 191.57812 132.21838Q190.79688 132.53088 189.76562 132.53088Q188.73438 132.53088 187.92188 132.04651Q187.10938 131.54651 186.67188 130.64026Q186.23438 129.73401 186.21875 128.54651L186.21875 127.81213Q186.21875 125.87463 187.10938 124.81213Q188.01562 123.74963 189.64062 123.74963Q190.98438 123.74963 191.79688 124.43713Q192.60938 125.12463 192.79688 126.37463L191.67188 126.37463Q191.34375 124.68713 189.65625 124.68713Q188.51562 124.68713 187.9375 125.48401Q187.35938 126.26526 187.34375 127.78088L187.34375 128.46838Q187.34375 129.90588 188.0 130.76526Q188.65625 131.60901 189.78125 131.60901Q190.40625 131.60901 190.875 131.46838Q191.35938 131.32776 191.67188 130.98401L191.67188 129.07776L189.70312 129.07776L189.70312 128.15588L192.79688 128.15588L192.79688 131.28088ZM194.03125 129.17151Q194.03125 128.24963 194.39062 127.49963Q194.76562 126.74963 195.42188 126.35901Q196.07812 125.95276 196.90625 125.95276Q198.20312 125.95276 199.0 126.84338Q199.8125 127.73401 199.8125 129.23401L199.8125 129.31213Q199.8125 130.23401 199.45312 130.96838Q199.09375 131.70276 198.4375 132.12463Q197.78125 132.53088 196.92188 132.53088Q195.64062 132.53088 194.82812 131.64026Q194.03125 130.73401 194.03125 129.24963L194.03125 129.17151ZM195.125 129.31213Q195.125 130.35901 195.60938 130.99963Q196.10938 131.64026 196.92188 131.64026Q197.75 131.64026 198.23438 130.99963Q198.71875 130.34338 198.71875 129.17151Q198.71875 128.14026 198.21875 127.49963Q197.73438 126.84338 196.90625 126.84338Q196.10938 126.84338 195.60938 127.48401Q195.125 128.10901 195.125 129.31213ZM203.40625 130.93713L204.98438 126.06213L206.09375 126.06213L203.8125 132.40588L202.98438 132.40588L200.6875 126.06213L201.79688 126.06213L203.40625 130.93713ZM209.95312 132.53088Q208.65625 132.53088 207.84375 131.68713Q207.04688 130.82776 207.04688 129.40588L207.04688 129.21838Q207.04688 128.26526 207.40625 127.53088Q207.76562 126.78088 208.40625 126.37463Q209.0625 125.95276 209.8125 125.95276Q211.04688 125.95276 211.73438 126.76526Q212.42188 127.57776 212.42188 129.09338L212.42188 129.54651L208.125 129.54651Q208.15625 130.48401 208.67188 131.06213Q209.20312 131.64026 210.01562 131.64026Q210.57812 131.64026 210.96875 131.40588Q211.375 131.17151 211.6875 130.78088L212.34375 131.29651Q211.54688 132.53088 209.95312 132.53088ZM209.8125 126.84338Q209.15625 126.84338 208.70312 127.32776Q208.26562 127.79651 208.17188 128.65588L211.34375 128.65588L211.34375 128.57776Q211.29688 127.74963 210.89062 127.29651Q210.5 126.84338 209.8125 126.84338ZM214.34375 126.06213L214.375 126.85901Q215.10938 125.95276 216.28125 125.95276Q218.29688 125.95276 218.3125 128.21838L218.3125 132.40588L217.21875 132.40588L217.21875 128.20276Q217.21875 127.53088 216.90625 127.20276Q216.60938 126.87463 215.95312 126.87463Q215.42188 126.87463 215.01562 127.15588Q214.625 127.43713 214.40625 127.89026L214.40625 132.40588L213.32812 132.40588L213.32812 126.06213L214.34375 126.06213ZM220.0625 129.18713Q220.0625 127.71838 220.75 126.84338Q221.4375 125.95276 222.5625 125.95276Q223.67188 125.95276 224.32812 126.70276L224.32812 123.40588L225.40625 123.40588L225.40625 132.40588L224.40625 132.40588L224.35938 131.71838Q223.70312 132.53088 222.54688 132.53088Q221.45312 132.53088 220.75 131.62463Q220.0625 130.71838 220.0625 129.26526L220.0625 129.18713ZM221.14062 129.31213Q221.14062 130.39026 221.57812 130.99963Q222.03125 131.60901 222.8125 131.60901Q223.84375 131.60901 224.32812 130.67151L224.32812 127.76526Q223.84375 126.87463 222.82812 126.87463Q222.03125 126.87463 221.57812 127.48401Q221.14062 128.09338 221.14062 129.31213ZM227.03125 129.17151Q227.03125 128.24963 227.39062 127.49963Q227.76562 126.74963 228.42188 126.35901Q229.07812 125.95276 229.90625 125.95276Q231.20312 125.95276 232.0 126.84338Q232.8125 127.73401 232.8125 129.23401L232.8125 129.31213Q232.8125 130.23401 232.45312 130.96838Q232.09375 131.70276 231.4375 132.12463Q230.78125 132.53088 229.92188 132.53088Q228.64062 132.53088 227.82812 131.64026Q227.03125 130.73401 227.03125 129.24963L227.03125 129.17151ZM228.125 129.31213Q228.125 130.35901 228.60938 130.99963Q229.10938 131.64026 229.92188 131.64026Q230.75 131.64026 231.23438 130.99963Q231.71875 130.34338 231.71875 129.17151Q231.71875 128.14026 231.21875 127.49963Q230.73438 126.84338 229.90625 126.84338Q229.10938 126.84338 228.60938 127.48401Q228.125 128.10901 228.125 129.31213ZM237.39062 127.03088Q237.14062 126.99963 236.85938 126.99963Q235.78125 126.99963 235.40625 127.90588L235.40625 132.40588L234.32812 132.40588L234.32812 126.06213L235.375 126.06213L235.39062 126.79651Q235.92188 125.95276 236.90625 125.95276Q237.21875 125.95276 237.39062 126.03088L237.39062 127.03088Z" fill-rule="nonzero"/><path fill="#666666" d="M209.79688 158.79013Q209.35938 159.41513 208.57812 159.72763Q207.79688 160.04013 206.76562 160.04013Q205.73438 160.04013 204.92188 159.55576Q204.10938 159.05576 203.67188 158.1495Q203.23438 157.24326 203.21875 156.05576L203.21875 155.32138Q203.21875 153.38388 204.10938 152.32138Q205.01562 151.25888 206.64062 151.25888Q207.98438 151.25888 208.79688 151.94638Q209.60938 152.63388 209.79688 153.88388L208.67188 153.88388Q208.34375 152.19638 206.65625 152.19638Q205.51562 152.19638 204.9375 152.99326Q204.35938 153.7745 204.34375 155.29013L204.34375 155.97763Q204.34375 157.41513 205.0 158.2745Q205.65625 159.11826 206.78125 159.11826Q207.40625 159.11826 207.875 158.97763Q208.35938 158.837 208.67188 158.49326L208.67188 156.587L206.70312 156.587L206.70312 155.66513L209.79688 155.66513L209.79688 158.79013ZM211.03125 156.68076Q211.03125 155.75888 211.39062 155.00888Q211.76562 154.25888 212.42188 153.86826Q213.07812 153.462 213.90625 153.462Q215.20312 153.462 216.0 154.35263Q216.8125 155.24326 216.8125 156.74326L216.8125 156.82138Q216.8125 157.74326 216.45312 158.47763Q216.09375 159.212 215.4375 159.63388Q214.78125 160.04013 213.92188 160.04013Q212.64062 160.04013 211.82812 159.1495Q211.03125 158.24326 211.03125 156.75888L211.03125 156.68076ZM212.125 156.82138Q212.125 157.86826 212.60938 158.50888Q213.10938 159.1495 213.92188 159.1495Q214.75 159.1495 215.23438 158.50888Q215.71875 157.85263 215.71875 156.68076Q215.71875 155.6495 215.21875 155.00888Q214.73438 154.35263 213.90625 154.35263Q213.10938 154.35263 212.60938 154.99326Q212.125 155.61826 212.125 156.82138ZM218.0625 156.69638Q218.0625 155.22763 218.75 154.35263Q219.4375 153.462 220.5625 153.462Q221.67188 153.462 222.32812 154.212L222.32812 150.91513L223.40625 150.91513L223.40625 159.91513L222.40625 159.91513L222.35938 159.22763Q221.70312 160.04013 220.54688 160.04013Q219.45312 160.04013 218.75 159.13388Q218.0625 158.22763 218.0625 156.7745L218.0625 156.69638ZM219.14062 156.82138Q219.14062 157.8995 219.57812 158.50888Q220.03125 159.11826 220.8125 159.11826Q221.84375 159.11826 222.32812 158.18076L222.32812 155.2745Q221.84375 154.38388 220.82812 154.38388Q220.03125 154.38388 219.57812 154.99326Q219.14062 155.60263 219.14062 156.82138ZM227.95312 160.04013Q226.65625 160.04013 225.84375 159.19638Q225.04688 158.337 225.04688 156.91513L225.04688 156.72763Q225.04688 155.7745 225.40625 155.04013Q225.76562 154.29013 226.40625 153.88388Q227.0625 153.462 227.8125 153.462Q229.04688 153.462 229.73438 154.2745Q230.42188 155.087 230.42188 156.60263L230.42188 157.05576L226.125 157.05576Q226.15625 157.99326 226.67188 158.57138Q227.20312 159.1495 228.01562 159.1495Q228.57812 159.1495 228.96875 158.91513Q229.375 158.68076 229.6875 158.29013L230.34375 158.80576Q229.54688 160.04013 227.95312 160.04013ZM227.8125 154.35263Q227.15625 154.35263 226.70312 154.837Q226.26562 155.30576 226.17188 156.16513L229.34375 156.16513L229.34375 156.087Q229.29688 155.25888 228.89062 154.80576Q228.5 154.35263 227.8125 154.35263ZM236.67188 156.82138Q236.67188 158.25888 236.01562 159.1495Q235.35938 160.04013 234.21875 160.04013Q233.0625 160.04013 232.40625 159.30576L232.40625 162.35263L231.32812 162.35263L231.32812 153.57138L232.3125 153.57138L232.35938 154.2745Q233.03125 153.462 234.20312 153.462Q235.34375 153.462 236.0 154.32138Q236.67188 155.18076 236.67188 156.712L236.67188 156.82138ZM235.59375 156.69638Q235.59375 155.61826 235.125 155.00888Q234.67188 154.38388 233.875 154.38388Q232.89062 154.38388 232.40625 155.24326L232.40625 158.2745Q232.89062 159.1495 233.89062 159.1495Q234.67188 159.1495 235.125 158.54013Q235.59375 157.91513 235.59375 156.69638Z" fill-rule="nonzero"/><path fill="#666666" d="M217.79688 186.29938Q217.35938 186.92438 216.57812 187.23688Q215.79688 187.54938 214.76562 187.54938Q213.73438 187.54938 212.92188 187.065Q212.10938 186.565 211.67188 185.65875Q211.23438 184.7525 211.21875 183.565L211.21875 182.83063Q211.21875 180.89313 212.10938 179.83063Q213.01562 178.76813 214.64062 178.76813Q215.98438 178.76813 216.79688 179.45563Q217.60938 180.14313 217.79688 181.39313L216.67188 181.39313Q216.34375 179.70563 214.65625 179.70563Q213.51562 179.70563 212.9375 180.5025Q212.35938 181.28375 212.34375 182.79938L212.34375 183.48688Q212.34375 184.92438 213.0 185.78375Q213.65625 186.6275 214.78125 186.6275Q215.40625 186.6275 215.875 186.48688Q216.35938 186.34625 216.67188 186.0025L216.67188 184.09625L214.70312 184.09625L214.70312 183.17438L217.79688 183.17438L217.79688 186.29938ZM220.5 187.42438L219.42188 187.42438L219.42188 178.42438L220.5 178.42438L220.5 187.42438ZM223.5 187.42438L222.42188 187.42438L222.42188 181.08063L223.5 181.08063L223.5 187.42438ZM222.32812 179.40875Q222.32812 179.14313 222.48438 178.95563Q222.65625 178.76813 222.96875 178.76813Q223.28125 178.76813 223.4375 178.95563Q223.60938 179.14313 223.60938 179.40875Q223.60938 179.65875 223.4375 179.84625Q223.28125 180.01813 222.96875 180.01813Q222.65625 180.01813 222.48438 179.84625Q222.32812 179.65875 222.32812 179.40875ZM225.0625 184.20563Q225.0625 182.73688 225.75 181.86188Q226.4375 180.97125 227.5625 180.97125Q228.67188 180.97125 229.32812 181.72125L229.32812 178.42438L230.40625 178.42438L230.40625 187.42438L229.40625 187.42438L229.35938 186.73688Q228.70312 187.54938 227.54688 187.54938Q226.45312 187.54938 225.75 186.64313Q225.0625 185.73688 225.0625 184.28375L225.0625 184.20563ZM226.14062 184.33063Q226.14062 185.40875 226.57812 186.01813Q227.03125 186.6275 227.8125 186.6275Q228.84375 186.6275 229.32812 185.69L229.32812 182.78375Q228.84375 181.89313 227.82812 181.89313Q227.03125 181.89313 226.57812 182.5025Q226.14062 183.11188 226.14062 184.33063ZM234.95312 187.54938Q233.65625 187.54938 232.84375 186.70563Q232.04688 185.84625 232.04688 184.42438L232.04688 184.23688Q232.04688 183.28375 232.40625 182.54938Q232.76562 181.79938 233.40625 181.39313Q234.0625 180.97125 234.8125 180.97125Q236.04688 180.97125 236.73438 181.78375Q237.42188 182.59625 237.42188 184.11188L237.42188 184.565L233.125 184.565Q233.15625 185.5025 233.67188 186.08063Q234.20312 186.65875 235.01562 186.65875Q235.57812 186.65875 235.96875 186.42438Q236.375 186.19 236.6875 185.79938L237.34375 186.315Q236.54688 187.54938 234.95312 187.54938ZM234.8125 181.86188Q234.15625 181.86188 233.70312 182.34625Q233.26562 182.815 233.17188 183.67438L236.34375 183.67438L236.34375 183.59625Q236.29688 182.76813 235.89062 182.315Q235.5 181.86188 234.8125 181.86188Z" fill-rule="nonzero"/><path fill="#666666" d="M216.04688 210.94923Q216.04688 212.19923 215.625 213.13673Q215.20312 214.05861 214.42188 214.55861Q213.65625 215.05861 212.625 215.05861Q211.625 215.05861 210.84375 214.55861Q210.0625 214.05861 209.625 213.15236Q209.20312 212.23048 209.1875 211.01173L209.1875 210.40236Q209.1875 209.16798 209.60938 208.23048Q210.04688 207.29298 210.82812 206.79298Q211.60938 206.27736 212.625 206.27736Q213.64062 206.27736 214.42188 206.77736Q215.20312 207.27736 215.625 208.21486Q216.04688 209.15236 216.04688 210.40236L216.04688 210.94923ZM214.9375 210.38673Q214.9375 208.87111 214.32812 208.05861Q213.71875 207.24611 212.625 207.24611Q211.54688 207.24611 210.9375 208.05861Q210.32812 208.87111 210.3125 210.30861L210.3125 210.94923Q210.3125 212.41798 210.92188 213.26173Q211.54688 214.08986 212.625 214.08986Q213.71875 214.08986 214.3125 213.30861Q214.92188 212.51173 214.9375 211.02736L214.9375 210.38673ZM218.79688 207.05861L218.79688 208.58986L219.96875 208.58986L219.96875 209.43361L218.79688 209.43361L218.79688 213.35548Q218.79688 213.74611 218.95312 213.93361Q219.10938 214.12111 219.48438 214.12111Q219.67188 214.12111 220.0 214.05861L220.0 214.93361Q219.57812 215.05861 219.17188 215.05861Q218.45312 215.05861 218.07812 214.62111Q217.70312 214.16798 217.70312 213.35548L217.70312 209.43361L216.54688 209.43361L216.54688 208.58986L217.70312 208.58986L217.70312 207.05861L218.79688 207.05861ZM222.40625 209.35548Q223.125 208.48048 224.28125 208.48048Q226.29688 208.48048 226.3125 210.74611L226.3125 214.93361L225.21875 214.93361L225.21875 210.73048Q225.21875 210.05861 224.90625 209.73048Q224.60938 209.40236 223.95312 209.40236Q223.42188 209.40236 223.01562 209.68361Q222.625 209.96486 222.40625 210.41798L222.40625 214.93361L221.32812 214.93361L221.32812 205.93361L222.40625 205.93361L222.40625 209.35548ZM230.95312 215.05861Q229.65625 215.05861 228.84375 214.21486Q228.04688 213.35548 228.04688 211.93361L228.04688 211.74611Q228.04688 210.79298 228.40625 210.05861Q228.76562 209.30861 229.40625 208.90236Q230.0625 208.48048 230.8125 208.48048Q232.04688 208.48048 232.73438 209.29298Q233.42188 210.10548 233.42188 211.62111L233.42188 212.07423L229.125 212.07423Q229.15625 213.01173 229.67188 213.58986Q230.20312 214.16798 231.01562 214.16798Q231.57812 214.16798 231.96875 213.93361Q232.375 213.69923 232.6875 213.30861L233.34375 213.82423Q232.54688 215.05861 230.95312 215.05861ZM230.8125 209.37111Q230.15625 209.37111 229.70312 209.85548Q229.26562 210.32423 229.17188 211.18361L232.34375 211.18361L232.34375 211.10548Q232.29688 210.27736 231.89062 209.82423Q231.5 209.37111 230.8125 209.37111ZM237.39062 209.55861Q237.14062 209.52736 236.85938 209.52736Q235.78125 209.52736 235.40625 210.43361L235.40625 214.93361L234.32812 214.93361L234.32812 208.58986L235.375 208.58986L235.39062 209.32423Q235.92188 208.48048 236.90625 208.48048Q237.21875 208.48048 237.39062 208.55861L237.39062 209.55861Z" fill-rule="nonzero"/><path fill="#666666" d="M241.5625 243.36172Q241.5625 245.26797 240.90625 246.20547Q240.26562 247.12735 238.875 247.12735Q237.51562 247.12735 236.85938 246.2211Q236.20312 245.31485 236.17188 243.50235L236.17188 242.06485Q236.17188 240.17422 236.8125 239.26797Q237.46875 238.3461 238.85938 238.3461Q240.23438 238.3461 240.89062 239.23672Q241.54688 240.11172 241.5625 241.95547L241.5625 243.36172ZM240.46875 241.87735Q240.46875 240.50235 240.07812 239.87735Q239.70312 239.23672 238.85938 239.23672Q238.03125 239.23672 237.64062 239.87735Q237.26562 240.50235 237.26562 241.79922L237.26562 243.5336Q237.26562 244.9086 237.65625 245.58047Q238.0625 246.23672 238.875 246.23672Q239.67188 246.23672 240.0625 245.61172Q240.45312 244.98672 240.46875 243.6586L240.46875 241.87735ZM243.10938 240.11172Q243.10938 239.3461 243.59375 238.8461Q244.09375 238.3461 244.85938 238.3461Q245.64062 238.3461 246.125 238.8461Q246.60938 239.3461 246.60938 240.14297L246.60938 240.56485Q246.60938 241.33047 246.10938 241.83047Q245.625 242.31485 244.875 242.31485Q244.10938 242.31485 243.60938 241.83047Q243.10938 241.33047 243.10938 240.51797L243.10938 240.11172ZM243.92188 240.56485Q243.92188 241.01797 244.17188 241.31485Q244.4375 241.61172 244.875 241.61172Q245.29688 241.61172 245.54688 241.33047Q245.79688 241.0336 245.79688 240.5336L245.79688 240.11172Q245.79688 239.6586 245.54688 239.36172Q245.29688 239.04922 244.85938 239.04922Q244.42188 239.04922 244.17188 239.36172Q243.92188 239.6586 243.92188 240.12735L243.92188 240.56485ZM247.26562 244.9086Q247.26562 244.14297 247.75 243.6586Q248.25 243.1586 249.01562 243.1586Q249.78125 243.1586 250.26562 243.6586Q250.76562 244.14297 250.76562 244.95547L250.76562 245.36172Q250.76562 246.12735 250.28125 246.62735Q249.79688 247.12735 249.03125 247.12735Q248.26562 247.12735 247.76562 246.64297Q247.26562 246.14297 247.26562 245.33047L247.26562 244.9086ZM248.07812 245.36172Q248.07812 245.83047 248.32812 246.12735Q248.59375 246.42422 249.03125 246.42422Q249.45312 246.42422 249.70312 246.14297Q249.95312 245.8461 249.95312 245.3461L249.95312 244.9086Q249.95312 244.43985 249.6875 244.1586Q249.4375 243.86172 249.01562 243.86172Q248.59375 243.86172 248.32812 244.1586Q248.07812 244.43985 248.07812 244.93985L248.07812 245.36172ZM245.125 246.36172L244.5 245.9711L248.67188 239.29922L249.28125 239.68985L245.125 246.36172Z" fill-rule="nonzero"/><path fill="#666666" d="M305.10187 247.00235L299.50812 247.00235L299.50812 246.2211L302.46124 242.93985Q303.1175 242.18985 303.3675 241.73672Q303.6175 241.26797 303.6175 240.76797Q303.6175 240.0961 303.21124 239.67422Q302.82062 239.23672 302.13312 239.23672Q301.33624 239.23672 300.88312 239.70547Q300.43 240.1586 300.43 240.98672L299.35187 240.98672Q299.35187 239.79922 300.10187 239.08047Q300.8675 238.3461 302.13312 238.3461Q303.33624 238.3461 304.02374 238.9711Q304.71124 239.5961 304.71124 240.64297Q304.71124 241.89297 303.10187 243.64297L300.82062 246.11172L305.10187 246.11172L305.10187 247.00235ZM311.8675 243.36172Q311.8675 245.26797 311.21124 246.20547Q310.57062 247.12735 309.18 247.12735Q307.82062 247.12735 307.16437 246.2211Q306.50812 245.31485 306.47687 243.50235L306.47687 242.06485Q306.47687 240.17422 307.1175 239.26797Q307.77374 238.3461 309.16437 238.3461Q310.53937 238.3461 311.19562 239.23672Q311.85187 240.11172 311.8675 241.95547L311.8675 243.36172ZM310.77374 241.87735Q310.77374 240.50235 310.38312 239.87735Q310.00812 239.23672 309.16437 239.23672Q308.33624 239.23672 307.94562 239.87735Q307.57062 240.50235 307.57062 241.79922L307.57062 243.5336Q307.57062 244.9086 307.96124 245.58047Q308.3675 246.23672 309.18 246.23672Q309.97687 246.23672 310.3675 245.61172Q310.75812 244.98672 310.77374 243.6586L310.77374 241.87735ZM313.41437 240.11172Q313.41437 239.3461 313.89874 238.8461Q314.39874 238.3461 315.16437 238.3461Q315.94562 238.3461 316.43 238.8461Q316.91437 239.3461 316.91437 240.14297L316.91437 240.56485Q316.91437 241.33047 316.41437 241.83047Q315.93 242.31485 315.18 242.31485Q314.41437 242.31485 313.91437 241.83047Q313.41437 241.33047 313.41437 240.51797L313.41437 240.11172ZM314.22687 240.56485Q314.22687 241.01797 314.47687 241.31485Q314.7425 241.61172 315.18 241.61172Q315.60187 241.61172 315.85187 241.33047Q316.10187 241.0336 316.10187 240.5336L316.10187 240.11172Q316.10187 239.6586 315.85187 239.36172Q315.60187 239.04922 315.16437 239.04922Q314.72687 239.04922 314.47687 239.36172Q314.22687 239.6586 314.22687 240.12735L314.22687 240.56485ZM317.57062 244.9086Q317.57062 244.14297 318.055 243.6586Q318.555 243.1586 319.32062 243.1586Q320.08624 243.1586 320.57062 243.6586Q321.07062 244.14297 321.07062 244.95547L321.07062 245.36172Q321.07062 246.12735 320.58624 246.62735Q320.10187 247.12735 319.33624 247.12735Q318.57062 247.12735 318.07062 246.64297Q317.57062 246.14297 317.57062 245.33047L317.57062 244.9086ZM318.38312 245.36172Q318.38312 245.83047 318.63312 246.12735Q318.89874 246.42422 319.33624 246.42422Q319.75812 246.42422 320.00812 246.14297Q320.25812 245.8461 320.25812 245.3461L320.25812 244.9086Q320.25812 244.43985 319.9925 244.1586Q319.7425 243.86172 319.32062 243.86172Q318.89874 243.86172 318.63312 244.1586Q318.38312 244.43985 318.38312 244.93985L318.38312 245.36172ZM315.43 246.36172L314.805 245.9711L318.97687 239.29922L319.58624 239.68985L315.43 246.36172Z" fill-rule="nonzero"/><path fill="#666666" d="M370.89124 244.14297L372.07874 244.14297L372.07874 245.01797L370.89124 245.01797L370.89124 247.00235L369.8131 247.00235L369.8131 245.01797L365.9225 245.01797L365.9225 244.37735L369.735 238.4711L370.89124 238.4711L370.89124 244.14297ZM367.15686 244.14297L369.8131 244.14297L369.8131 239.95547L369.6725 240.18985L367.15686 244.14297ZM378.6725 243.36172Q378.6725 245.26797 378.01624 246.20547Q377.3756 247.12735 375.985 247.12735Q374.6256 247.12735 373.96936 246.2211Q373.3131 245.31485 373.28186 243.50235L373.28186 242.06485Q373.28186 240.17422 373.9225 239.26797Q374.57874 238.3461 375.96936 238.3461Q377.34436 238.3461 378.0006 239.23672Q378.65686 240.11172 378.6725 241.95547L378.6725 243.36172ZM377.57874 241.87735Q377.57874 240.50235 377.1881 239.87735Q376.8131 239.23672 375.96936 239.23672Q375.14124 239.23672 374.7506 239.87735Q374.3756 240.50235 374.3756 241.79922L374.3756 243.5336Q374.3756 244.9086 374.76624 245.58047Q375.1725 246.23672 375.985 246.23672Q376.78186 246.23672 377.1725 245.61172Q377.5631 244.98672 377.57874 243.6586L377.57874 241.87735ZM380.21936 240.11172Q380.21936 239.3461 380.70374 238.8461Q381.20374 238.3461 381.96936 238.3461Q382.7506 238.3461 383.235 238.8461Q383.71936 239.3461 383.71936 240.14297L383.71936 240.56485Q383.71936 241.33047 383.21936 241.83047Q382.735 242.31485 381.985 242.31485Q381.21936 242.31485 380.71936 241.83047Q380.21936 241.33047 380.21936 240.51797L380.21936 240.11172ZM381.03186 240.56485Q381.03186 241.01797 381.28186 241.31485Q381.5475 241.61172 381.985 241.61172Q382.40686 241.61172 382.65686 241.33047Q382.90686 241.0336 382.90686 240.5336L382.90686 240.11172Q382.90686 239.6586 382.65686 239.36172Q382.40686 239.04922 381.96936 239.04922Q381.53186 239.04922 381.28186 239.36172Q381.03186 239.6586 381.03186 240.12735L381.03186 240.56485ZM384.3756 244.9086Q384.3756 244.14297 384.86 243.6586Q385.36 243.1586 386.1256 243.1586Q386.89124 243.1586 387.3756 243.6586Q387.8756 244.14297 387.8756 244.95547L387.8756 245.36172Q387.8756 246.12735 387.39124 246.62735Q386.90686 247.12735 386.14124 247.12735Q385.3756 247.12735 384.8756 246.64297Q384.3756 246.14297 384.3756 245.33047L384.3756 244.9086ZM385.1881 245.36172Q385.1881 245.83047 385.4381 246.12735Q385.70374 246.42422 386.14124 246.42422Q386.5631 246.42422 386.8131 246.14297Q387.0631 245.8461 387.0631 245.3461L387.0631 244.9086Q387.0631 244.43985 386.7975 244.1586Q386.5475 243.86172 386.1256 243.86172Q385.70374 243.86172 385.4381 244.1586Q385.1881 244.43985 385.1881 244.93985L385.1881 245.36172ZM382.235 246.36172L381.61 245.9711L385.78186 239.29922L386.39124 239.68985L382.235 246.36172Z" fill-rule="nonzero"/><path fill="#666666" d="M437.38376 238.4711L437.38376 239.37735L437.18063 239.37735Q435.915 239.4086 435.165 240.14297Q434.415 240.86172 434.29 242.17422Q434.9775 241.4086 436.13376 241.4086Q437.24313 241.4086 437.915 242.18985Q438.58688 242.9711 438.58688 244.2211Q438.58688 245.5336 437.86813 246.33047Q437.14938 247.12735 435.93063 247.12735Q434.71188 247.12735 433.94626 246.18985Q433.19626 245.23672 433.19626 243.75235L433.19626 243.3461Q433.19626 240.98672 434.19626 239.73672Q435.19626 238.48672 437.18063 238.4711L437.38376 238.4711ZM435.96188 242.31485Q435.39938 242.31485 434.93063 242.64297Q434.46188 242.9711 434.27438 243.48672L434.27438 243.87735Q434.27438 244.93985 434.74313 245.58047Q435.2275 246.2211 435.93063 246.2211Q436.665 246.2211 437.08688 245.68985Q437.50876 245.14297 437.50876 244.26797Q437.50876 243.39297 437.08688 242.86172Q436.665 242.31485 435.96188 242.31485ZM445.4775 243.36172Q445.4775 245.26797 444.82126 246.20547Q444.18063 247.12735 442.79 247.12735Q441.43063 247.12735 440.77438 246.2211Q440.11813 245.31485 440.08688 243.50235L440.08688 242.06485Q440.08688 240.17422 440.7275 239.26797Q441.38376 238.3461 442.77438 238.3461Q444.14938 238.3461 444.80563 239.23672Q445.46188 240.11172 445.4775 241.95547L445.4775 243.36172ZM444.38376 241.87735Q444.38376 240.50235 443.99313 239.87735Q443.61813 239.23672 442.77438 239.23672Q441.94626 239.23672 441.55563 239.87735Q441.18063 240.50235 441.18063 241.79922L441.18063 243.5336Q441.18063 244.9086 441.57126 245.58047Q441.9775 246.23672 442.79 246.23672Q443.58688 246.23672 443.9775 245.61172Q444.36813 244.98672 444.38376 243.6586L444.38376 241.87735ZM447.02438 240.11172Q447.02438 239.3461 447.50876 238.8461Q448.00876 238.3461 448.77438 238.3461Q449.55563 238.3461 450.04 238.8461Q450.52438 239.3461 450.52438 240.14297L450.52438 240.56485Q450.52438 241.33047 450.02438 241.83047Q449.54 242.31485 448.79 242.31485Q448.02438 242.31485 447.52438 241.83047Q447.02438 241.33047 447.02438 240.51797L447.02438 240.11172ZM447.83688 240.56485Q447.83688 241.01797 448.08688 241.31485Q448.3525 241.61172 448.79 241.61172Q449.21188 241.61172 449.46188 241.33047Q449.71188 241.0336 449.71188 240.5336L449.71188 240.11172Q449.71188 239.6586 449.46188 239.36172Q449.21188 239.04922 448.77438 239.04922Q448.33688 239.04922 448.08688 239.36172Q447.83688 239.6586 447.83688 240.12735L447.83688 240.56485ZM451.18063 244.9086Q451.18063 244.14297 451.665 243.6586Q452.165 243.1586 452.93063 243.1586Q453.69626 243.1586 454.18063 243.6586Q454.68063 244.14297 454.68063 244.95547L454.68063 245.36172Q454.68063 246.12735 454.19626 246.62735Q453.71188 247.12735 452.94626 247.12735Q452.18063 247.12735 451.68063 246.64297Q451.18063 246.14297 451.18063 245.33047L451.18063 244.9086ZM451.99313 245.36172Q451.99313 245.83047 452.24313 246.12735Q452.50876 246.42422 452.94626 246.42422Q453.36813 246.42422 453.61813 246.14297Q453.86813 245.8461 453.86813 245.3461L453.86813 244.9086Q453.86813 244.43985 453.6025 244.1586Q453.3525 243.86172 452.93063 243.86172Q452.50876 243.86172 452.24313 244.1586Q451.99313 244.43985 451.99313 244.93985L451.99313 245.36172ZM449.04 246.36172L448.415 245.9711L452.58688 239.29922L453.19626 239.68985L449.04 246.36172Z" fill-rule="nonzero"/><path fill="#666666" d="M505.11063 240.68985Q505.11063 241.33047 504.76688 241.83047Q504.42313 242.33047 503.86063 242.61172Q504.51688 242.89297 504.9075 243.45547Q505.29813 244.00235 505.29813 244.70547Q505.29813 245.79922 504.54813 246.4711Q503.81375 247.12735 502.595 247.12735Q501.36063 247.12735 500.61063 246.4711Q499.87625 245.79922 499.87625 244.70547Q499.87625 244.00235 500.25125 243.45547Q500.62625 242.89297 501.29813 242.61172Q500.73563 242.33047 500.4075 241.83047Q500.07938 241.33047 500.07938 240.68985Q500.07938 239.61172 500.76688 238.98672Q501.45438 238.3461 502.595 238.3461Q503.72 238.3461 504.4075 238.98672Q505.11063 239.61172 505.11063 240.68985ZM504.22 244.67422Q504.22 243.95547 503.76688 243.51797Q503.31375 243.06485 502.57938 243.06485Q501.845 243.06485 501.39188 243.51797Q500.95438 243.95547 500.95438 244.68985Q500.95438 245.4086 501.39188 245.83047Q501.82938 246.23672 502.595 246.23672Q503.345 246.23672 503.7825 245.81485Q504.22 245.39297 504.22 244.67422ZM502.595 239.23672Q501.95438 239.23672 501.54813 239.64297Q501.1575 240.0336 501.1575 240.7211Q501.1575 241.36172 501.54813 241.76797Q501.93875 242.17422 502.57938 242.17422Q503.23563 242.17422 503.62625 241.76797Q504.01688 241.36172 504.01688 240.7211Q504.01688 240.06485 503.61063 239.6586Q503.20438 239.23672 502.595 239.23672ZM512.2825 243.36172Q512.2825 245.26797 511.62625 246.20547Q510.98563 247.12735 509.595 247.12735Q508.23563 247.12735 507.57938 246.2211Q506.92313 245.31485 506.89188 243.50235L506.89188 242.06485Q506.89188 240.17422 507.5325 239.26797Q508.18875 238.3461 509.57938 238.3461Q510.95438 238.3461 511.61063 239.23672Q512.26685 240.11172 512.2825 241.95547L512.2825 243.36172ZM511.18875 241.87735Q511.18875 240.50235 510.79813 239.87735Q510.42313 239.23672 509.57938 239.23672Q508.75125 239.23672 508.36063 239.87735Q507.98563 240.50235 507.98563 241.79922L507.98563 243.5336Q507.98563 244.9086 508.37625 245.58047Q508.7825 246.23672 509.595 246.23672Q510.39188 246.23672 510.7825 245.61172Q511.17313 244.98672 511.18875 243.6586L511.18875 241.87735ZM513.82935 240.11172Q513.82935 239.3461 514.3137 238.8461Q514.8137 238.3461 515.57935 238.3461Q516.3606 238.3461 516.845 238.8461Q517.32935 239.3461 517.32935 240.14297L517.32935 240.56485Q517.32935 241.33047 516.82935 241.83047Q516.345 242.31485 515.595 242.31485Q514.82935 242.31485 514.32935 241.83047Q513.82935 241.33047 513.82935 240.51797L513.82935 240.11172ZM514.64185 240.56485Q514.64185 241.01797 514.89185 241.31485Q515.1575 241.61172 515.595 241.61172Q516.01685 241.61172 516.26685 241.33047Q516.51685 241.0336 516.51685 240.5336L516.51685 240.11172Q516.51685 239.6586 516.26685 239.36172Q516.01685 239.04922 515.57935 239.04922Q515.14185 239.04922 514.89185 239.36172Q514.64185 239.6586 514.64185 240.12735L514.64185 240.56485ZM517.9856 244.9086Q517.9856 244.14297 518.47 243.6586Q518.97 243.1586 519.7356 243.1586Q520.5012 243.1586 520.9856 243.6586Q521.4856 244.14297 521.4856 244.95547L521.4856 245.36172Q521.4856 246.12735 521.0012 246.62735Q520.51685 247.12735 519.7512 247.12735Q518.9856 247.12735 518.4856 246.64297Q517.9856 246.14297 517.9856 245.33047L517.9856 244.9086ZM518.7981 245.36172Q518.7981 245.83047 519.0481 246.12735Q519.3137 246.42422 519.7512 246.42422Q520.1731 246.42422 520.4231 246.14297Q520.6731 245.8461 520.6731 245.3461L520.6731 244.9086Q520.6731 244.43985 520.4075 244.1586Q520.1575 243.86172 519.7356 243.86172Q519.3137 243.86172 519.0481 244.1586Q518.7981 244.43985 518.7981 244.93985L518.7981 245.36172ZM515.845 246.36172L515.22 245.9711L519.39185 239.29922L520.0012 239.68985L515.845 246.36172Z" fill-rule="nonzero"/><path fill="#666666" d="M566.79065 247.00235L565.7125 247.00235L565.7125 239.7836L563.525 240.58047L563.525 239.5961L566.6344 238.42422L566.79065 238.42422L566.79065 247.00235ZM575.5875 243.36172Q575.5875 245.26797 574.9313 246.20547Q574.29065 247.12735 572.9 247.12735Q571.54065 247.12735 570.8844 246.2211Q570.22815 245.31485 570.1969 243.50235L570.1969 242.06485Q570.1969 240.17422 570.8375 239.26797Q571.4938 238.3461 572.8844 238.3461Q574.2594 238.3461 574.91565 239.23672Q575.5719 240.11172 575.5875 241.95547L575.5875 243.36172ZM574.4938 241.87735Q574.4938 240.50235 574.10315 239.87735Q573.72815 239.23672 572.8844 239.23672Q572.0563 239.23672 571.66565 239.87735Q571.29065 240.50235 571.29065 241.79922L571.29065 243.5336Q571.29065 244.9086 571.6813 245.58047Q572.0875 246.23672 572.9 246.23672Q573.6969 246.23672 574.0875 245.61172Q574.47815 244.98672 574.4938 243.6586L574.4938 241.87735ZM582.5875 243.36172Q582.5875 245.26797 581.9313 246.20547Q581.29065 247.12735 579.9 247.12735Q578.54065 247.12735 577.8844 246.2211Q577.22815 245.31485 577.1969 243.50235L577.1969 242.06485Q577.1969 240.17422 577.8375 239.26797Q578.4938 238.3461 579.8844 238.3461Q581.2594 238.3461 581.91565 239.23672Q582.5719 240.11172 582.5875 241.95547L582.5875 243.36172ZM581.4938 241.87735Q581.4938 240.50235 581.10315 239.87735Q580.72815 239.23672 579.8844 239.23672Q579.0563 239.23672 578.66565 239.87735Q578.29065 240.50235 578.29065 241.79922L578.29065 243.5336Q578.29065 244.9086 578.6813 245.58047Q579.0875 246.23672 579.9 246.23672Q580.6969 246.23672 581.0875 245.61172Q581.47815 244.98672 581.4938 243.6586L581.4938 241.87735ZM584.1344 240.11172Q584.1344 239.3461 584.6188 238.8461Q585.1188 238.3461 585.8844 238.3461Q586.66565 238.3461 587.15 238.8461Q587.6344 239.3461 587.6344 240.14297L587.6344 240.56485Q587.6344 241.33047 587.1344 241.83047Q586.65 242.31485 585.9 242.31485Q585.1344 242.31485 584.6344 241.83047Q584.1344 241.33047 584.1344 240.51797L584.1344 240.11172ZM584.9469 240.56485Q584.9469 241.01797 585.1969 241.31485Q585.4625 241.61172 585.9 241.61172Q586.3219 241.61172 586.5719 241.33047Q586.8219 241.0336 586.8219 240.5336L586.8219 240.11172Q586.8219 239.6586 586.5719 239.36172Q586.3219 239.04922 585.8844 239.04922Q585.4469 239.04922 585.1969 239.36172Q584.9469 239.6586 584.9469 240.12735L584.9469 240.56485ZM588.29065 244.9086Q588.29065 244.14297 588.775 243.6586Q589.275 243.1586 590.04065 243.1586Q590.8063 243.1586 591.29065 243.6586Q591.79065 244.14297 591.79065 244.95547L591.79065 245.36172Q591.79065 246.12735 591.3063 246.62735Q590.8219 247.12735 590.0563 247.12735Q589.29065 247.12735 588.79065 246.64297Q588.29065 246.14297 588.29065 245.33047L588.29065 244.9086ZM589.10315 245.36172Q589.10315 245.83047 589.35315 246.12735Q589.6188 246.42422 590.0563 246.42422Q590.47815 246.42422 590.72815 246.14297Q590.97815 245.8461 590.97815 245.3461L590.97815 244.9086Q590.97815 244.43985 590.7125 244.1586Q590.4625 243.86172 590.04065 243.86172Q589.6188 243.86172 589.35315 244.1586Q589.10315 244.43985 589.10315 244.93985L589.10315 245.36172ZM586.15 246.36172L585.525 245.9711L589.6969 239.29922L590.3063 239.68985L586.15 246.36172Z" fill-rule="nonzero"/><path fill="#999999" d="M15.03125 43.470448Q15.03125 42.157948 15.375 40.939198Q15.734375 39.720448 16.4375 38.720448Q17.140625 37.720448 17.90625 37.314198L18.125 38.032948Q17.265625 38.689198 16.71875 40.032948Q16.171875 41.376698 16.125 43.048573L16.109375 43.548573Q16.109375 45.814198 16.9375 47.470448Q17.4375 48.470448 18.125 49.032948L17.90625 49.689198Q17.125 49.267323 16.40625 48.236073Q15.03125 46.251698 15.03125 43.470448ZM22.765625 45.251698Q22.765625 44.814198 22.421875 44.579823Q22.09375 44.329823 21.265625 44.157948Q20.453125 43.986073 19.96875 43.736073Q19.484375 43.486073 19.25 43.157948Q19.03125 42.814198 19.03125 42.345448Q19.03125 41.564198 19.6875 41.032948Q20.34375 40.486073 21.375 40.486073Q22.453125 40.486073 23.109375 41.048573Q23.78125 41.595448 23.78125 42.454823L22.703125 42.454823Q22.703125 42.017323 22.3125 41.704823Q21.9375 41.376698 21.375 41.376698Q20.78125 41.376698 20.4375 41.642323Q20.109375 41.892323 20.109375 42.298573Q20.109375 42.689198 20.421875 42.892323Q20.734375 43.095448 21.546875 43.282948Q22.359375 43.454823 22.859375 43.704823Q23.359375 43.954823 23.59375 44.314198Q23.84375 44.673573 23.84375 45.173573Q23.84375 46.032948 23.15625 46.548573Q22.484375 47.064198 21.40625 47.064198Q20.640625 47.064198 20.046875 46.798573Q19.46875 46.517323 19.140625 46.032948Q18.8125 45.548573 18.8125 44.986073L19.890625 44.986073Q19.921875 45.532948 20.328125 45.861073Q20.734375 46.173573 21.40625 46.173573Q22.015625 46.173573 22.390625 45.923573Q22.765625 45.673573 22.765625 45.251698ZM27.703125 47.064198Q26.40625 47.064198 25.59375 46.220448Q24.796875 45.361073 24.796875 43.939198L24.796875 43.751698Q24.796875 42.798573 25.15625 42.064198Q25.515625 41.314198 26.15625 40.907948Q26.8125 40.486073 27.5625 40.486073Q28.796875 40.486073 29.484375 41.298573Q30.171875 42.111073 30.171875 43.626698L30.171875 44.079823L25.875 44.079823Q25.90625 45.017323 26.421875 45.595448Q26.953125 46.173573 27.765625 46.173573Q28.328125 46.173573 28.71875 45.939198Q29.125 45.704823 29.4375 45.314198L30.09375 45.829823Q29.296875 47.064198 27.703125 47.064198ZM27.5625 41.376698Q26.90625 41.376698 26.453125 41.861073Q26.015625 42.329823 25.921875 43.189198L29.09375 43.189198L29.09375 43.111073Q29.046875 42.282948 28.640625 41.829823Q28.25 41.376698 27.5625 41.376698ZM32.25 46.939198L31.171875 46.939198L31.171875 37.939198L32.25 37.939198L32.25 46.939198ZM36.703125 47.064198Q35.40625 47.064198 34.59375 46.220448Q33.796875 45.361073 33.796875 43.939198L33.796875 43.751698Q33.796875 42.798573 34.15625 42.064198Q34.515625 41.314198 35.15625 40.907948Q35.8125 40.486073 36.5625 40.486073Q37.796875 40.486073 38.484375 41.298573Q39.171875 42.111073 39.171875 43.626698L39.171875 44.079823L34.875 44.079823Q34.90625 45.017323 35.421875 45.595448Q35.953125 46.173573 36.765625 46.173573Q37.328125 46.173573 37.71875 45.939198Q38.125 45.704823 38.4375 45.314198L39.09375 45.829823Q38.296875 47.064198 36.703125 47.064198ZM36.5625 41.376698Q35.90625 41.376698 35.453125 41.861073Q35.015625 42.329823 34.921875 43.189198L38.09375 43.189198L38.09375 43.111073Q38.046875 42.282948 37.640625 41.829823Q37.25 41.376698 36.5625 41.376698ZM42.609375 46.173573Q43.1875 46.173573 43.625 45.829823Q44.0625 45.470448 44.109375 44.939198L45.140625 44.939198Q45.109375 45.486073 44.75 45.986073Q44.40625 46.470448 43.828125 46.767323Q43.265625 47.064198 42.609375 47.064198Q41.3125 47.064198 40.546875 46.204823Q39.796875 45.329823 39.796875 43.829823L39.796875 43.642323Q39.796875 42.720448 40.125 42.001698Q40.46875 41.282948 41.09375 40.892323Q41.734375 40.486073 42.609375 40.486073Q43.671875 40.486073 44.375 41.126698Q45.09375 41.751698 45.140625 42.782948L44.109375 42.782948Q44.0625 42.157948 43.640625 41.767323Q43.21875 41.376698 42.609375 41.376698Q41.78125 41.376698 41.328125 41.970448Q40.875 42.564198 40.875 43.689198L40.875 43.892323Q40.875 44.986073 41.328125 45.579823Q41.78125 46.173573 42.609375 46.173573ZM47.546875 39.064198L47.546875 40.595448L48.71875 40.595448L48.71875 41.439198L47.546875 41.439198L47.546875 45.361073Q47.546875 45.751698 47.703125 45.939198Q47.859375 46.126698 48.234375 46.126698Q48.421875 46.126698 48.75 46.064198L48.75 46.939198Q48.328125 47.064198 47.921875 47.064198Q47.203125 47.064198 46.828125 46.626698Q46.453125 46.173573 46.453125 45.361073L46.453125 41.439198L45.296875 41.439198L45.296875 40.595448L46.453125 40.595448L46.453125 39.064198L47.546875 39.064198ZM56.984375 46.939198Q56.890625 46.751698 56.828125 46.267323Q56.078125 47.064198 55.03125 47.064198Q54.09375 47.064198 53.484375 46.532948Q52.890625 46.001698 52.890625 45.173573Q52.890625 44.189198 53.640625 43.642323Q54.390625 43.095448 55.765625 43.095448L56.8125 43.095448L56.8125 42.595448Q56.8125 42.032948 56.46875 41.704823Q56.140625 41.361073 55.46875 41.361073Q54.890625 41.361073 54.5 41.657948Q54.109375 41.939198 54.109375 42.361073L53.015625 42.361073Q53.015625 41.876698 53.34375 41.439198Q53.6875 41.001698 54.265625 40.751698Q54.84375 40.486073 55.53125 40.486073Q56.640625 40.486073 57.25 41.032948Q57.875 41.579823 57.90625 42.532948L57.90625 45.454823Q57.90625 46.329823 58.125 46.845448L58.125 46.939198L56.984375 46.939198ZM55.1875 46.111073Q55.703125 46.111073 56.15625 45.845448Q56.609375 45.579823 56.8125 45.157948L56.8125 43.861073L55.96875 43.861073Q53.96875 43.861073 53.96875 45.032948Q53.96875 45.532948 54.3125 45.829823Q54.65625 46.111073 55.1875 46.111073ZM61.25 46.939198L60.171875 46.939198L60.171875 37.939198L61.25 37.939198L61.25 46.939198ZM64.25 46.939198L63.171875 46.939198L63.171875 37.939198L64.25 37.939198L64.25 46.939198ZM70.546875 39.064198L70.546875 40.595448L71.71875 40.595448L71.71875 41.439198L70.546875 41.439198L70.546875 45.361073Q70.546875 45.751698 70.703125 45.939198Q70.859375 46.126698 71.234375 46.126698Q71.421875 46.126698 71.75 46.064198L71.75 46.939198Q71.328125 47.064198 70.921875 47.064198Q70.203125 47.064198 69.828125 46.626698Q69.453125 46.173573 69.453125 45.361073L69.453125 41.439198L68.296875 41.439198L68.296875 40.595448L69.453125 40.595448L69.453125 39.064198L70.546875 39.064198ZM74.15625 41.361073Q74.875 40.486073 76.03125 40.486073Q78.046875 40.486073 78.0625 42.751698L78.0625 46.939198L76.96875 46.939198L76.96875 42.736073Q76.96875 42.064198 76.65625 41.736073Q76.359375 41.407948 75.703125 41.407948Q75.171875 41.407948 74.765625 41.689198Q74.375 41.970448 74.15625 42.423573L74.15625 46.939198L73.078125 46.939198L73.078125 37.939198L74.15625 37.939198L74.15625 41.361073ZM83.984375 46.939198Q83.890625 46.751698 83.828125 46.267323Q83.078125 47.064198 82.03125 47.064198Q81.09375 47.064198 80.484375 46.532948Q79.890625 46.001698 79.890625 45.173573Q79.890625 44.189198 80.640625 43.642323Q81.390625 43.095448 82.765625 43.095448L83.8125 43.095448L83.8125 42.595448Q83.8125 42.032948 83.46875 41.704823Q83.140625 41.361073 82.46875 41.361073Q81.890625 41.361073 81.5 41.657948Q81.109375 41.939198 81.109375 42.361073L80.015625 42.361073Q80.015625 41.876698 80.34375 41.439198Q80.6875 41.001698 81.265625 40.751698Q81.84375 40.486073 82.53125 40.486073Q83.640625 40.486073 84.25 41.032948Q84.875 41.579823 84.90625 42.532948L84.90625 45.454823Q84.90625 46.329823 85.125 46.845448L85.125 46.939198L83.984375 46.939198ZM82.1875 46.111073Q82.703125 46.111073 83.15625 45.845448Q83.609375 45.579823 83.8125 45.157948L83.8125 43.861073L82.96875 43.861073Q80.96875 43.861073 80.96875 45.032948Q80.96875 45.532948 81.3125 45.829823Q81.65625 46.111073 82.1875 46.111073ZM88.546875 39.064198L88.546875 40.595448L89.71875 40.595448L89.71875 41.439198L88.546875 41.439198L88.546875 45.361073Q88.546875 45.751698 88.703125 45.939198Q88.859375 46.126698 89.234375 46.126698Q89.421875 46.126698 89.75 46.064198L89.75 46.939198Q89.328125 47.064198 88.921875 47.064198Q88.203125 47.064198 87.828125 46.626698Q87.453125 46.173573 87.453125 45.361073L87.453125 41.439198L86.296875 41.439198L86.296875 40.595448L87.453125 40.595448L87.453125 39.064198L88.546875 39.064198ZM97.984375 46.939198Q97.890625 46.751698 97.828125 46.267323Q97.078125 47.064198 96.03125 47.064198Q95.09375 47.064198 94.484375 46.532948Q93.890625 46.001698 93.890625 45.173573Q93.890625 44.189198 94.640625 43.642323Q95.390625 43.095448 96.765625 43.095448L97.8125 43.095448L97.8125 42.595448Q97.8125 42.032948 97.46875 41.704823Q97.140625 41.361073 96.46875 41.361073Q95.890625 41.361073 95.5 41.657948Q95.109375 41.939198 95.109375 42.361073L94.015625 42.361073Q94.015625 41.876698 94.34375 41.439198Q94.6875 41.001698 95.265625 40.751698Q95.84375 40.486073 96.53125 40.486073Q97.640625 40.486073 98.25 41.032948Q98.875 41.579823 98.90625 42.532948L98.90625 45.454823Q98.90625 46.329823 99.125 46.845448L99.125 46.939198L97.984375 46.939198ZM96.1875 46.111073Q96.703125 46.111073 97.15625 45.845448Q97.609375 45.579823 97.8125 45.157948L97.8125 43.861073L96.96875 43.861073Q94.96875 43.861073 94.96875 45.032948Q94.96875 45.532948 95.3125 45.829823Q95.65625 46.111073 96.1875 46.111073ZM106.421875 43.845448Q106.421875 45.282948 105.765625 46.173573Q105.109375 47.064198 103.96875 47.064198Q102.8125 47.064198 102.15625 46.329823L102.15625 49.376698L101.078125 49.376698L101.078125 40.595448L102.0625 40.595448L102.109375 41.298573Q102.78125 40.486073 103.953125 40.486073Q105.09375 40.486073 105.75 41.345448Q106.421875 42.204823 106.421875 43.736073L106.421875 43.845448ZM105.34375 43.720448Q105.34375 42.642323 104.875 42.032948Q104.421875 41.407948 103.625 41.407948Q102.640625 41.407948 102.15625 42.267323L102.15625 45.298573Q102.640625 46.173573 103.640625 46.173573Q104.421875 46.173573 104.875 45.564198Q105.34375 44.939198 105.34375 43.720448ZM113.421875 43.845448Q113.421875 45.282948 112.765625 46.173573Q112.109375 47.064198 110.96875 47.064198Q109.8125 47.064198 109.15625 46.329823L109.15625 49.376698L108.078125 49.376698L108.078125 40.595448L109.0625 40.595448L109.109375 41.298573Q109.78125 40.486073 110.953125 40.486073Q112.09375 40.486073 112.75 41.345448Q113.421875 42.204823 113.421875 43.736073L113.421875 43.845448ZM112.34375 43.720448Q112.34375 42.642323 111.875 42.032948Q111.421875 41.407948 110.625 41.407948Q109.640625 41.407948 109.15625 42.267323L109.15625 45.298573Q109.640625 46.173573 110.640625 46.173573Q111.421875 46.173573 111.875 45.564198Q112.34375 44.939198 112.34375 43.720448ZM116.25 46.939198L115.171875 46.939198L115.171875 37.939198L116.25 37.939198L116.25 46.939198ZM120.140625 45.345448L121.625 40.595448L122.78125 40.595448L120.234375 47.923573Q119.640625 49.501698 118.359375 49.501698L118.140625 49.486073L117.75 49.407948L117.75 48.532948L118.03125 48.548573Q118.59375 48.548573 118.890625 48.329823Q119.203125 48.111073 119.40625 47.517323L119.640625 46.861073L117.375 40.595448L118.5625 40.595448L120.140625 45.345448ZM126.578125 43.532948Q126.578125 44.845448 126.234375 46.048573Q125.890625 47.236073 125.171875 48.251698Q124.46875 49.267323 123.703125 49.689198L123.46875 49.032948Q124.375 48.345448 124.921875 46.892323Q125.46875 45.423573 125.484375 43.657948L125.484375 43.470448Q125.484375 42.236073 125.21875 41.173573Q124.96875 40.111073 124.5 39.282948Q124.046875 38.439198 123.46875 37.970448L123.703125 37.314198Q124.46875 37.736073 125.171875 38.736073Q125.875 39.736073 126.21875 40.954823Q126.578125 42.157948 126.578125 43.532948Z" fill-rule="nonzero"/><path fill="#666666" d="M16.8125 25.689196L15.5 25.689196L15.5 15.736071L16.8125 15.736071L16.8125 25.689196ZM25.78125 19.42357Q25.5 19.376696 25.15625 19.376696Q23.921875 19.376696 23.46875 20.439196L23.46875 25.689196L22.203125 25.689196L22.203125 18.29857L23.4375 18.29857L23.453125 19.14232Q24.078125 18.157946 25.21875 18.157946Q25.59375 18.157946 25.78125 18.251696L25.78125 19.42357ZM30.28125 25.82982Q28.765625 25.82982 27.828125 24.845446Q26.890625 23.845446 26.890625 22.189196L26.890625 21.970446Q26.890625 20.86107 27.3125 20.001696Q27.734375 19.126696 28.484375 18.64232Q29.234375 18.157946 30.125 18.157946Q31.5625 18.157946 32.359375 19.11107Q33.15625 20.04857 33.15625 21.82982L33.15625 22.345446L28.15625 22.345446Q28.171875 23.439196 28.78125 24.126696Q29.40625 24.79857 30.34375 24.79857Q31.015625 24.79857 31.46875 24.532946Q31.9375 24.251696 32.296875 23.79857L33.0625 24.39232Q32.140625 25.82982 30.28125 25.82982ZM30.125 19.189196Q29.359375 19.189196 28.828125 19.751696Q28.3125 20.314196 28.1875 21.314196L31.890625 21.314196L31.890625 21.220446Q31.84375 20.251696 31.375 19.720446Q30.90625 19.189196 30.125 19.189196ZM33.90625 21.92357Q33.90625 20.20482 34.703125 19.189196Q35.5 18.157946 36.828125 18.157946Q38.171875 18.157946 38.9375 19.11107L39.0 18.29857L40.15625 18.29857L40.15625 25.51732Q40.15625 26.95482 39.296875 27.76732Q38.453125 28.595446 37.015625 28.595446Q36.21875 28.595446 35.453125 28.251696Q34.6875 27.92357 34.28125 27.32982L34.9375 26.564196Q35.75 27.564196 36.921875 27.564196Q37.84375 27.564196 38.359375 27.04857Q38.890625 26.532946 38.890625 25.57982L38.890625 24.95482Q38.125 25.82982 36.8125 25.82982Q35.515625 25.82982 34.703125 24.782946Q33.90625 23.73607 33.90625 21.92357ZM35.171875 22.07982Q35.171875 23.32982 35.6875 24.04857Q36.203125 24.751696 37.125 24.751696Q38.328125 24.751696 38.890625 23.657946L38.890625 20.282946Q38.296875 19.23607 37.140625 19.23607Q36.21875 19.23607 35.6875 19.95482Q35.171875 20.657946 35.171875 22.07982ZM46.78125 24.95482Q46.03125 25.82982 44.609375 25.82982Q43.421875 25.82982 42.796875 25.14232Q42.1875 24.45482 42.1875 23.11107L42.1875 18.29857L43.4375 18.29857L43.4375 23.064196Q43.4375 24.751696 44.8125 24.751696Q46.265625 24.751696 46.734375 23.67357L46.734375 18.29857L48.0 18.29857L48.0 25.689196L46.796875 25.689196L46.78125 24.95482ZM51.578125 25.689196L50.3125 25.689196L50.3125 15.189196L51.578125 15.189196L51.578125 25.689196ZM57.78125 25.689196Q57.671875 25.470446 57.59375 24.907946Q56.71875 25.82982 55.484375 25.82982Q54.390625 25.82982 53.6875 25.220446Q53.0 24.595446 53.0 23.64232Q53.0 22.48607 53.875 21.845446Q54.75 21.20482 56.34375 21.20482L57.578125 21.20482L57.578125 20.626696Q57.578125 19.95482 57.171875 19.564196Q56.78125 19.17357 56.015625 19.17357Q55.328125 19.17357 54.875 19.51732Q54.421875 19.86107 54.421875 20.345446L53.140625 20.345446Q53.140625 19.782946 53.53125 19.26732Q53.9375 18.751696 54.609375 18.45482Q55.28125 18.157946 56.078125 18.157946Q57.359375 18.157946 58.078125 18.79857Q58.8125 19.439196 58.84375 20.54857L58.84375 23.95482Q58.84375 24.970446 59.09375 25.57982L59.09375 25.689196L57.78125 25.689196ZM55.671875 24.720446Q56.265625 24.720446 56.796875 24.42357Q57.34375 24.11107 57.578125 23.61107L57.578125 22.095446L56.578125 22.095446Q54.265625 22.095446 54.265625 23.45482Q54.265625 24.04857 54.65625 24.39232Q55.046875 24.720446 55.671875 24.720446ZM64.78125 19.42357Q64.5 19.376696 64.15625 19.376696Q62.921875 19.376696 62.46875 20.439196L62.46875 25.689196L61.203125 25.689196L61.203125 18.29857L62.4375 18.29857L62.453125 19.14232Q63.078125 18.157946 64.21875 18.157946Q64.59375 18.157946 64.78125 18.251696L64.78125 19.42357ZM67.578125 25.689196L66.3125 25.689196L66.3125 15.189196L67.578125 15.189196L67.578125 25.689196ZM71.625 23.82982L73.34375 18.29857L74.703125 18.29857L71.734375 26.82982Q71.046875 28.67357 69.53125 28.67357L69.296875 28.657946L68.828125 28.564196L68.828125 27.54857L69.171875 27.564196Q69.8125 27.564196 70.171875 27.29857Q70.53125 27.04857 70.765625 26.36107L71.046875 25.61107L68.40625 18.29857L69.78125 18.29857L71.625 23.82982ZM83.78125 24.95482Q83.03125 25.82982 81.609375 25.82982Q80.421875 25.82982 79.796875 25.14232Q79.1875 24.45482 79.1875 23.11107L79.1875 18.29857L80.4375 18.29857L80.4375 23.064196Q80.4375 24.751696 81.8125 24.751696Q83.265625 24.751696 83.734375 23.67357L83.734375 18.29857L85.0 18.29857L85.0 25.689196L83.796875 25.689196L83.78125 24.95482ZM91.515625 23.720446Q91.515625 23.220446 91.125 22.939196Q90.734375 22.64232 89.78125 22.439196Q88.828125 22.23607 88.25 21.95482Q87.6875 21.657946 87.421875 21.26732Q87.15625 20.876696 87.15625 20.32982Q87.15625 19.407946 87.921875 18.782946Q88.6875 18.157946 89.890625 18.157946Q91.140625 18.157946 91.921875 18.814196Q92.703125 19.45482 92.703125 20.470446L91.4375 20.470446Q91.4375 19.939196 91.0 19.564196Q90.5625 19.189196 89.890625 19.189196Q89.203125 19.189196 88.8125 19.501696Q88.421875 19.79857 88.421875 20.282946Q88.421875 20.73607 88.78125 20.970446Q89.140625 21.20482 90.078125 21.42357Q91.03125 21.626696 91.625 21.92357Q92.21875 22.220446 92.5 22.64232Q92.78125 23.04857 92.78125 23.64232Q92.78125 24.626696 91.984375 25.23607Q91.1875 25.82982 89.921875 25.82982Q89.046875 25.82982 88.359375 25.51732Q87.671875 25.189196 87.28125 24.626696Q86.90625 24.064196 86.90625 23.407946L88.171875 23.407946Q88.203125 24.04857 88.671875 24.42357Q89.15625 24.79857 89.921875 24.79857Q90.640625 24.79857 91.078125 24.501696Q91.515625 24.20482 91.515625 23.720446ZM97.28125 25.82982Q95.765625 25.82982 94.828125 24.845446Q93.890625 23.845446 93.890625 22.189196L93.890625 21.970446Q93.890625 20.86107 94.3125 20.001696Q94.734375 19.126696 95.484375 18.64232Q96.234375 18.157946 97.125 18.157946Q98.5625 18.157946 99.359375 19.11107Q100.15625 20.04857 100.15625 21.82982L100.15625 22.345446L95.15625 22.345446Q95.171875 23.439196 95.78125 24.126696Q96.40625 24.79857 97.34375 24.79857Q98.015625 24.79857 98.46875 24.532946Q98.9375 24.251696 99.296875 23.79857L100.0625 24.39232Q99.140625 25.82982 97.28125 25.82982ZM97.125 19.189196Q96.359375 19.189196 95.828125 19.751696Q95.3125 20.314196 95.1875 21.314196L98.890625 21.314196L98.890625 21.220446Q98.84375 20.251696 98.375 19.720446Q97.90625 19.189196 97.125 19.189196ZM105.921875 16.501696L105.921875 18.29857L107.296875 18.29857L107.296875 19.26732L105.921875 19.26732L105.921875 23.86107Q105.921875 24.29857 106.109375 24.532946Q106.296875 24.751696 106.734375 24.751696Q106.953125 24.751696 107.34375 24.657946L107.34375 25.689196Q106.84375 25.82982 106.375 25.82982Q105.515625 25.82982 105.078125 25.314196Q104.65625 24.79857 104.65625 23.86107L104.65625 19.26732L103.3125 19.26732L103.3125 18.29857L104.65625 18.29857L104.65625 16.501696L105.921875 16.501696ZM110.46875 19.189196Q111.3125 18.157946 112.65625 18.157946Q115.0 18.157946 115.03125 20.79857L115.03125 25.689196L113.765625 25.689196L113.765625 20.79857Q113.75 20.001696 113.390625 19.626696Q113.03125 19.23607 112.28125 19.23607Q111.65625 19.23607 111.1875 19.564196Q110.734375 19.89232 110.46875 20.42357L110.46875 25.689196L109.203125 25.689196L109.203125 15.189196L110.46875 15.189196L110.46875 19.189196ZM120.28125 25.82982Q118.765625 25.82982 117.828125 24.845446Q116.890625 23.845446 116.890625 22.189196L116.890625 21.970446Q116.890625 20.86107 117.3125 20.001696Q117.734375 19.126696 118.484375 18.64232Q119.234375 18.157946 120.125 18.157946Q121.5625 18.157946 122.359375 19.11107Q123.15625 20.04857 123.15625 21.82982L123.15625 22.345446L118.15625 22.345446Q118.171875 23.439196 118.78125 24.126696Q119.40625 24.79857 120.34375 24.79857Q121.015625 24.79857 121.46875 24.532946Q121.9375 24.251696 122.296875 23.79857L123.0625 24.39232Q122.140625 25.82982 120.28125 25.82982ZM120.125 19.189196Q119.359375 19.189196 118.828125 19.751696Q118.3125 20.314196 118.1875 21.314196L121.890625 21.314196L121.890625 21.220446Q121.84375 20.251696 121.375 19.720446Q120.90625 19.189196 120.125 19.189196ZM127.828125 25.689196L127.828125 19.26732L126.65625 19.26732L126.65625 18.29857L127.828125 18.29857L127.828125 17.532946Q127.828125 16.345446 128.45312 15.704821Q129.09375 15.048571 130.26562 15.048571Q130.70312 15.048571 131.125 15.157946L131.0625 16.189196Q130.73438 16.126696 130.375 16.126696Q129.76562 16.126696 129.42188 16.48607Q129.09375 16.845446 129.09375 17.51732L129.09375 18.29857L130.67188 18.29857L130.67188 19.26732L129.09375 19.26732L129.09375 25.689196L127.828125 25.689196ZM131.875 21.92357Q131.875 20.82982 132.29688 19.970446Q132.73438 19.095446 133.48438 18.626696Q134.25 18.157946 135.23438 18.157946Q136.73438 18.157946 137.67188 19.20482Q138.60938 20.251696 138.60938 21.98607L138.60938 22.07982Q138.60938 23.157946 138.1875 24.01732Q137.78125 24.86107 137.0 25.345446Q136.23438 25.82982 135.25 25.82982Q133.73438 25.82982 132.79688 24.782946Q131.875 23.73607 131.875 22.01732L131.875 21.92357ZM133.14062 22.07982Q133.14062 23.29857 133.70312 24.04857Q134.28125 24.79857 135.25 24.79857Q136.20312 24.79857 136.76562 24.04857Q137.34375 23.282946 137.34375 21.92357Q137.34375 20.70482 136.76562 19.95482Q136.1875 19.189196 135.23438 19.189196Q134.29688 19.189196 133.71875 19.939196Q133.14062 20.689196 133.14062 22.07982ZM141.57812 25.689196L140.3125 25.689196L140.3125 15.189196L141.57812 15.189196L141.57812 25.689196ZM144.57812 25.689196L143.3125 25.689196L143.3125 15.189196L144.57812 15.189196L144.57812 25.689196ZM145.875 21.92357Q145.875 20.82982 146.29688 19.970446Q146.73438 19.095446 147.48438 18.626696Q148.25 18.157946 149.23438 18.157946Q150.73438 18.157946 151.67188 19.20482Q152.60938 20.251696 152.60938 21.98607L152.60938 22.07982Q152.60938 23.157946 152.1875 24.01732Q151.78125 24.86107 151.0 25.345446Q150.23438 25.82982 149.25 25.82982Q147.73438 25.82982 146.79688 24.782946Q145.875 23.73607 145.875 22.01732L145.875 21.92357ZM147.14062 22.07982Q147.14062 23.29857 147.70312 24.04857Q148.28125 24.79857 149.25 24.79857Q150.20312 24.79857 150.76562 24.04857Q151.34375 23.282946 151.34375 21.92357Q151.34375 20.70482 150.76562 19.95482Q150.1875 19.189196 149.23438 19.189196Q148.29688 19.189196 147.71875 19.939196Q147.14062 20.689196 147.14062 22.07982ZM160.75 23.939196L162.17188 18.29857L163.4375 18.29857L161.29688 25.689196L160.26562 25.689196L158.46875 20.07982L156.71875 25.689196L155.6875 25.689196L153.54688 18.29857L154.79688 18.29857L156.26562 23.82982L157.98438 18.29857L159.0 18.29857L160.75 23.939196ZM166.57812 25.689196L165.3125 25.689196L165.3125 18.29857L166.57812 18.29857L166.57812 25.689196ZM165.21875 16.32982Q165.21875 16.01732 165.40625 15.814196Q165.59375 15.595446 165.95312 15.595446Q166.32812 15.595446 166.51562 15.814196Q166.71875 16.01732 166.71875 16.32982Q166.71875 16.64232 166.51562 16.845446Q166.32812 17.04857 165.95312 17.04857Q165.59375 17.04857 165.40625 16.845446Q165.21875 16.64232 165.21875 16.32982ZM169.40625 18.29857L169.4375 19.220446Q170.29688 18.157946 171.65625 18.157946Q174.0 18.157946 174.03125 20.79857L174.03125 25.689196L172.76562 25.689196L172.76562 20.79857Q172.75 20.001696 172.39062 19.626696Q172.03125 19.23607 171.28125 19.23607Q170.65625 19.23607 170.1875 19.564196Q169.73438 19.89232 169.46875 20.42357L169.46875 25.689196L168.20312 25.689196L168.20312 18.29857L169.40625 18.29857ZM175.90625 21.92357Q175.90625 20.20482 176.70312 19.189196Q177.5 18.157946 178.82812 18.157946Q180.17188 18.157946 180.9375 19.11107L181.0 18.29857L182.15625 18.29857L182.15625 25.51732Q182.15625 26.95482 181.29688 27.76732Q180.45312 28.595446 179.01562 28.595446Q178.21875 28.595446 177.45312 28.251696Q176.6875 27.92357 176.28125 27.32982L176.9375 26.564196Q177.75 27.564196 178.92188 27.564196Q179.84375 27.564196 180.35938 27.04857Q180.89062 26.532946 180.89062 25.57982L180.89062 24.95482Q180.125 25.82982 178.8125 25.82982Q177.51562 25.82982 176.70312 24.782946Q175.90625 23.73607 175.90625 21.92357ZM177.17188 22.07982Q177.17188 23.32982 177.6875 24.04857Q178.20312 24.751696 179.125 24.751696Q180.32812 24.751696 180.89062 23.657946L180.89062 20.282946Q180.29688 19.23607 179.14062 19.23607Q178.21875 19.23607 177.6875 19.95482Q177.17188 20.657946 177.17188 22.07982ZM187.82812 25.689196L187.82812 19.26732L186.65625 19.26732L186.65625 18.29857L187.82812 18.29857L187.82812 17.532946Q187.82812 16.345446 188.45312 15.704821Q189.09375 15.048571 190.26562 15.048571Q190.70312 15.048571 191.125 15.157946L191.0625 16.189196Q190.73438 16.126696 190.375 16.126696Q189.76562 16.126696 189.42188 16.48607Q189.09375 16.845446 189.09375 17.51732L189.09375 18.29857L190.67188 18.29857L190.67188 19.26732L189.09375 19.26732L189.09375 25.689196L187.82812 25.689196ZM191.875 21.92357Q191.875 20.82982 192.29688 19.970446Q192.73438 19.095446 193.48438 18.626696Q194.25 18.157946 195.23438 18.157946Q196.73438 18.157946 197.67188 19.20482Q198.60938 20.251696 198.60938 21.98607L198.60938 22.07982Q198.60938 23.157946 198.1875 24.01732Q197.78125 24.86107 197.0 25.345446Q196.23438 25.82982 195.25 25.82982Q193.73438 25.82982 192.79688 24.782946Q191.875 23.73607 191.875 22.01732L191.875 21.92357ZM193.14062 22.07982Q193.14062 23.29857 193.70312 24.04857Q194.28125 24.79857 195.25 24.79857Q196.20312 24.79857 196.76562 24.04857Q197.34375 23.282946 197.34375 21.92357Q197.34375 20.70482 196.76562 19.95482Q196.1875 19.189196 195.23438 19.189196Q194.29688 19.189196 193.71875 19.939196Q193.14062 20.689196 193.14062 22.07982ZM203.78125 19.42357Q203.5 19.376696 203.15625 19.376696Q201.92188 19.376696 201.46875 20.439196L201.46875 25.689196L200.20312 25.689196L200.20312 18.29857L201.4375 18.29857L201.45312 19.14232Q202.07812 18.157946 203.21875 18.157946Q203.59375 18.157946 203.78125 18.251696L203.78125 19.42357ZM215.75 24.376696Q215.25 25.11107 214.34375 25.470446Q213.4375 25.82982 212.23438 25.82982Q211.01562 25.82982 210.0625 25.26732Q209.125 24.689196 208.60938 23.64232Q208.09375 22.57982 208.07812 21.189196L208.07812 20.32982Q208.07812 18.07982 209.125 16.845446Q210.1875 15.595446 212.07812 15.595446Q213.64062 15.595446 214.59375 16.39232Q215.54688 17.189196 215.75 18.657946L214.4375 18.657946Q214.07812 16.67357 212.09375 16.67357Q210.76562 16.67357 210.07812 17.61107Q209.40625 18.532946 209.40625 20.282946L209.40625 21.095446Q209.40625 22.782946 210.17188 23.76732Q210.9375 24.751696 212.23438 24.751696Q212.98438 24.751696 213.53125 24.595446Q214.09375 24.42357 214.45312 24.032946L214.45312 21.79857L212.14062 21.79857L212.14062 20.73607L215.75 20.73607L215.75 24.376696ZM217.875 21.92357Q217.875 20.82982 218.29688 19.970446Q218.73438 19.095446 219.48438 18.626696Q220.25 18.157946 221.23438 18.157946Q222.73438 18.157946 223.67188 19.20482Q224.60938 20.251696 224.60938 21.98607L224.60938 22.07982Q224.60938 23.157946 224.1875 24.01732Q223.78125 24.86107 223.0 25.345446Q222.23438 25.82982 221.25 25.82982Q219.73438 25.82982 218.79688 24.782946Q217.875 23.73607 217.875 22.01732L217.875 21.92357ZM219.14062 22.07982Q219.14062 23.29857 219.70312 24.04857Q220.28125 24.79857 221.25 24.79857Q222.20312 24.79857 222.76562 24.04857Q223.34375 23.282946 223.34375 21.92357Q223.34375 20.70482 222.76562 19.95482Q222.1875 19.189196 221.23438 19.189196Q220.29688 19.189196 219.71875 19.939196Q219.14062 20.689196 219.14062 22.07982ZM235.45312 22.07982Q235.45312 23.76732 234.67188 24.79857Q233.90625 25.82982 232.59375 25.82982Q231.25 25.82982 230.46875 24.970446L230.46875 28.532946L229.20312 28.532946L229.20312 18.29857L230.35938 18.29857L230.42188 19.11107Q231.20312 18.157946 232.57812 18.157946Q233.90625 18.157946 234.67188 19.157946Q235.45312 20.157946 235.45312 21.95482L235.45312 22.07982ZM234.1875 21.92357Q234.1875 20.67357 233.65625 19.95482Q233.125 19.23607 232.1875 19.23607Q231.04688 19.23607 230.46875 20.251696L230.46875 23.782946Q231.04688 24.79857 232.20312 24.79857Q233.125 24.79857 233.65625 24.07982Q234.1875 23.345446 234.1875 21.92357ZM241.78125 25.689196Q241.67188 25.470446 241.59375 24.907946Q240.71875 25.82982 239.48438 25.82982Q238.39062 25.82982 237.6875 25.220446Q237.0 24.595446 237.0 23.64232Q237.0 22.48607 237.875 21.845446Q238.75 21.20482 240.34375 21.20482L241.57812 21.20482L241.57812 20.626696Q241.57812 19.95482 241.17188 19.564196Q240.78125 19.17357 240.01562 19.17357Q239.32812 19.17357 238.875 19.51732Q238.42188 19.86107 238.42188 20.345446L237.14062 20.345446Q237.14062 19.782946 237.53125 19.26732Q237.9375 18.751696 238.60938 18.45482Q239.28125 18.157946 240.07812 18.157946Q241.35938 18.157946 242.07812 18.79857Q242.8125 19.439196 242.84375 20.54857L242.84375 23.95482Q242.84375 24.970446 243.09375 25.57982L243.09375 25.689196L241.78125 25.689196ZM239.67188 24.720446Q240.26562 24.720446 240.79688 24.42357Q241.34375 24.11107 241.57812 23.61107L241.57812 22.095446L240.57812 22.095446Q238.26562 22.095446 238.26562 23.45482Q238.26562 24.04857 238.65625 24.39232Q239.04688 24.720446 239.67188 24.720446ZM248.17188 24.79857Q248.84375 24.79857 249.34375 24.39232Q249.85938 23.970446 249.92188 23.36107L251.10938 23.36107Q251.07812 23.98607 250.67188 24.564196Q250.26562 25.14232 249.59375 25.48607Q248.92188 25.82982 248.17188 25.82982Q246.65625 25.82982 245.76562 24.82982Q244.875 23.814196 244.875 22.064196L244.875 21.845446Q244.875 20.76732 245.26562 19.92357Q245.67188 19.07982 246.40625 18.626696Q247.15625 18.157946 248.17188 18.157946Q249.40625 18.157946 250.23438 18.907946Q251.0625 19.64232 251.10938 20.82982L249.92188 20.82982Q249.85938 20.11107 249.375 19.657946Q248.89062 19.189196 248.17188 19.189196Q247.20312 19.189196 246.67188 19.89232Q246.14062 20.57982 246.14062 21.89232L246.14062 22.126696Q246.14062 23.407946 246.67188 24.11107Q247.20312 24.79857 248.17188 24.79857ZM254.26562 22.26732L253.48438 23.095446L253.48438 25.689196L252.21875 25.689196L252.21875 15.189196L253.48438 15.189196L253.48438 21.532946L254.15625 20.720446L256.45312 18.29857L258.0 18.29857L255.125 21.376696L258.32812 25.689196L256.84375 25.689196L254.26562 22.26732ZM263.78125 25.689196Q263.67188 25.470446 263.59375 24.907946Q262.71875 25.82982 261.48438 25.82982Q260.39062 25.82982 259.6875 25.220446Q259.0 24.595446 259.0 23.64232Q259.0 22.48607 259.875 21.845446Q260.75 21.20482 262.34375 21.20482L263.57812 21.20482L263.57812 20.626696Q263.57812 19.95482 263.17188 19.564196Q262.78125 19.17357 262.01562 19.17357Q261.32812 19.17357 260.875 19.51732Q260.42188 19.86107 260.42188 20.345446L259.14062 20.345446Q259.14062 19.782946 259.53125 19.26732Q259.9375 18.751696 260.60938 18.45482Q261.28125 18.157946 262.07812 18.157946Q263.35938 18.157946 264.07812 18.79857Q264.8125 19.439196 264.84375 20.54857L264.84375 23.95482Q264.84375 24.970446 265.09375 25.57982L265.09375 25.689196L263.78125 25.689196ZM261.67188 24.720446Q262.26562 24.720446 262.79688 24.42357Q263.34375 24.11107 263.57812 23.61107L263.57812 22.095446L262.57812 22.095446Q260.26562 22.095446 260.26562 23.45482Q260.26562 24.04857 260.65625 24.39232Q261.04688 24.720446 261.67188 24.720446ZM266.90625 21.92357Q266.90625 20.20482 267.70312 19.189196Q268.5 18.157946 269.82812 18.157946Q271.17188 18.157946 271.9375 19.11107L272.0 18.29857L273.15625 18.29857L273.15625 25.51732Q273.15625 26.95482 272.29688 27.76732Q271.45312 28.595446 270.01562 28.595446Q269.21875 28.595446 268.45312 28.251696Q267.6875 27.92357 267.28125 27.32982L267.9375 26.564196Q268.75 27.564196 269.92188 27.564196Q270.84375 27.564196 271.35938 27.04857Q271.89062 26.532946 271.89062 25.57982L271.89062 24.95482Q271.125 25.82982 269.8125 25.82982Q268.51562 25.82982 267.70312 24.782946Q266.90625 23.73607 266.90625 21.92357ZM268.17188 22.07982Q268.17188 23.32982 268.6875 24.04857Q269.20312 24.751696 270.125 24.751696Q271.32812 24.751696 271.89062 23.657946L271.89062 20.282946Q271.29688 19.23607 270.14062 19.23607Q269.21875 19.23607 268.6875 19.95482Q268.17188 20.657946 268.17188 22.07982ZM278.28125 25.82982Q276.76562 25.82982 275.82812 24.845446Q274.89062 23.845446 274.89062 22.189196L274.89062 21.970446Q274.89062 20.86107 275.3125 20.001696Q275.73438 19.126696 276.48438 18.64232Q277.23438 18.157946 278.125 18.157946Q279.5625 18.157946 280.35938 19.11107Q281.15625 20.04857 281.15625 21.82982L281.15625 22.345446L276.15625 22.345446Q276.17188 23.439196 276.78125 24.126696Q277.40625 24.79857 278.34375 24.79857Q279.01562 24.79857 279.46875 24.532946Q279.9375 24.251696 280.29688 23.79857L281.0625 24.39232Q280.14062 25.82982 278.28125 25.82982ZM278.125 19.189196Q277.35938 19.189196 276.82812 19.751696Q276.3125 20.314196 276.1875 21.314196L279.89062 21.314196L279.89062 21.220446Q279.84375 20.251696 279.375 19.720446Q278.90625 19.189196 278.125 19.189196ZM286.39062 18.29857L286.4375 19.11107Q287.25 18.157946 288.625 18.157946Q290.17188 18.157946 290.73438 19.345446Q291.10938 18.814196 291.70312 18.48607Q292.29688 18.157946 293.09375 18.157946Q295.53125 18.157946 295.57812 20.73607L295.57812 25.689196L294.3125 25.689196L294.3125 20.814196Q294.3125 20.01732 293.9375 19.626696Q293.57812 19.23607 292.73438 19.23607Q292.01562 19.23607 291.54688 19.657946Q291.09375 20.064196 291.01562 20.782946L291.01562 25.689196L289.75 25.689196L289.75 20.845446Q289.75 19.23607 288.17188 19.23607Q286.92188 19.23607 286.46875 20.282946L286.46875 25.689196L285.20312 25.689196L285.20312 18.29857L286.39062 18.29857ZM301.78125 25.689196Q301.67188 25.470446 301.59375 24.907946Q300.71875 25.82982 299.48438 25.82982Q298.39062 25.82982 297.6875 25.220446Q297.0 24.595446 297.0 23.64232Q297.0 22.48607 297.875 21.845446Q298.75 21.20482 300.34375 21.20482L301.57812 21.20482L301.57812 20.626696Q301.57812 19.95482 301.17188 19.564196Q300.78125 19.17357 300.01562 19.17357Q299.32812 19.17357 298.875 19.51732Q298.42188 19.86107 298.42188 20.345446L297.14062 20.345446Q297.14062 19.782946 297.53125 19.26732Q297.9375 18.751696 298.60938 18.45482Q299.28125 18.157946 300.07812 18.157946Q301.35938 18.157946 302.07812 18.79857Q302.8125 19.439196 302.84375 20.54857L302.84375 23.95482Q302.84375 24.970446 303.09375 25.57982L303.09375 25.689196L301.78125 25.689196ZM299.67188 24.720446Q300.26562 24.720446 300.79688 24.42357Q301.34375 24.11107 301.57812 23.61107L301.57812 22.095446L300.57812 22.095446Q298.26562 22.095446 298.26562 23.45482Q298.26562 24.04857 298.65625 24.39232Q299.04688 24.720446 299.67188 24.720446ZM306.40625 18.29857L306.4375 19.220446Q307.29688 18.157946 308.65625 18.157946Q311.0 18.157946 311.03125 20.79857L311.03125 25.689196L309.76562 25.689196L309.76562 20.79857Q309.75 20.001696 309.39062 19.626696Q309.03125 19.23607 308.28125 19.23607Q307.65625 19.23607 307.1875 19.564196Q306.73438 19.89232 306.46875 20.42357L306.46875 25.689196L305.20312 25.689196L305.20312 18.29857L306.40625 18.29857ZM317.78125 25.689196Q317.67188 25.470446 317.59375 24.907946Q316.71875 25.82982 315.48438 25.82982Q314.39062 25.82982 313.6875 25.220446Q313.0 24.595446 313.0 23.64232Q313.0 22.48607 313.875 21.845446Q314.75 21.20482 316.34375 21.20482L317.57812 21.20482L317.57812 20.626696Q317.57812 19.95482 317.17188 19.564196Q316.78125 19.17357 316.01562 19.17357Q315.32812 19.17357 314.875 19.51732Q314.42188 19.86107 314.42188 20.345446L313.14062 20.345446Q313.14062 19.782946 313.53125 19.26732Q313.9375 18.751696 314.60938 18.45482Q315.28125 18.157946 316.07812 18.157946Q317.35938 18.157946 318.07812 18.79857Q318.8125 19.439196 318.84375 20.54857L318.84375 23.95482Q318.84375 24.970446 319.09375 25.57982L319.09375 25.689196L317.78125 25.689196ZM315.67188 24.720446Q316.26562 24.720446 316.79688 24.42357Q317.34375 24.11107 317.57812 23.61107L317.57812 22.095446L316.57812 22.095446Q314.26562 22.095446 314.26562 23.45482Q314.26562 24.04857 314.65625 24.39232Q315.04688 24.720446 315.67188 24.720446ZM320.90625 21.92357Q320.90625 20.20482 321.70312 19.189196Q322.5 18.157946 323.82812 18.157946Q325.17188 18.157946 325.9375 19.11107L326.0 18.29857L327.15625 18.29857L327.15625 25.51732Q327.15625 26.95482 326.29688 27.76732Q325.45312 28.595446 324.01562 28.595446Q323.21875 28.595446 322.45312 28.251696Q321.6875 27.92357 321.28125 27.32982L321.9375 26.564196Q322.75 27.564196 323.92188 27.564196Q324.84375 27.564196 325.35938 27.04857Q325.89062 26.532946 325.89062 25.57982L325.89062 24.95482Q325.125 25.82982 323.8125 25.82982Q322.51562 25.82982 321.70312 24.782946Q320.90625 23.73607 320.90625 21.92357ZM322.17188 22.07982Q322.17188 23.32982 322.6875 24.04857Q323.20312 24.751696 324.125 24.751696Q325.32812 24.751696 325.89062 23.657946L325.89062 20.282946Q325.29688 19.23607 324.14062 19.23607Q323.21875 19.23607 322.6875 19.95482Q322.17188 20.657946 322.17188 22.07982ZM332.28125 25.82982Q330.76562 25.82982 329.82812 24.845446Q328.89062 23.845446 328.89062 22.189196L328.89062 21.970446Q328.89062 20.86107 329.3125 20.001696Q329.73438 19.126696 330.48438 18.64232Q331.23438 18.157946 332.125 18.157946Q333.5625 18.157946 334.35938 19.11107Q335.15625 20.04857 335.15625 21.82982L335.15625 22.345446L330.15625 22.345446Q330.17188 23.439196 330.78125 24.126696Q331.40625 24.79857 332.34375 24.79857Q333.01562 24.79857 333.46875 24.532946Q333.9375 24.251696 334.29688 23.79857L335.0625 24.39232Q334.14062 25.82982 332.28125 25.82982ZM332.125 19.189196Q331.35938 19.189196 330.82812 19.751696Q330.3125 20.314196 330.1875 21.314196L333.89062 21.314196L333.89062 21.220446Q333.84375 20.251696 333.375 19.720446Q332.90625 19.189196 332.125 19.189196ZM337.39062 18.29857L337.4375 19.11107Q338.25 18.157946 339.625 18.157946Q341.17188 18.157946 341.73438 19.345446Q342.10938 18.814196 342.70312 18.48607Q343.29688 18.157946 344.09375 18.157946Q346.53125 18.157946 346.57812 20.73607L346.57812 25.689196L345.3125 25.689196L345.3125 20.814196Q345.3125 20.01732 344.9375 19.626696Q344.57812 19.23607 343.73438 19.23607Q343.01562 19.23607 342.54688 19.657946Q342.09375 20.064196 342.01562 20.782946L342.01562 25.689196L340.75 25.689196L340.75 20.845446Q340.75 19.23607 339.17188 19.23607Q337.92188 19.23607 337.46875 20.282946L337.46875 25.689196L336.20312 25.689196L336.20312 18.29857L337.39062 18.29857ZM351.28125 25.82982Q349.76562 25.82982 348.82812 24.845446Q347.89062 23.845446 347.89062 22.189196L347.89062 21.970446Q347.89062 20.86107 348.3125 20.001696Q348.73438 19.126696 349.48438 18.64232Q350.23438 18.157946 351.125 18.157946Q352.5625 18.157946 353.35938 19.11107Q354.15625 20.04857 354.15625 21.82982L354.15625 22.345446L349.15625 22.345446Q349.17188 23.439196 349.78125 24.126696Q350.40625 24.79857 351.34375 24.79857Q352.01562 24.79857 352.46875 24.532946Q352.9375 24.251696 353.29688 23.79857L354.0625 24.39232Q353.14062 25.82982 351.28125 25.82982ZM351.125 19.189196Q350.35938 19.189196 349.82812 19.751696Q349.3125 20.314196 349.1875 21.314196L352.89062 21.314196L352.89062 21.220446Q352.84375 20.251696 352.375 19.720446Q351.90625 19.189196 351.125 19.189196ZM356.40625 18.29857L356.4375 19.220446Q357.29688 18.157946 358.65625 18.157946Q361.0 18.157946 361.03125 20.79857L361.03125 25.689196L359.76562 25.689196L359.76562 20.79857Q359.75 20.001696 359.39062 19.626696Q359.03125 19.23607 358.28125 19.23607Q357.65625 19.23607 357.1875 19.564196Q356.73438 19.89232 356.46875 20.42357L356.46875 25.689196L355.20312 25.689196L355.20312 18.29857L356.40625 18.29857ZM364.92188 16.501696L364.92188 18.29857L366.29688 18.29857L366.29688 19.26732L364.92188 19.26732L364.92188 23.86107Q364.92188 24.29857 365.10938 24.532946Q365.29688 24.751696 365.73438 24.751696Q365.95312 24.751696 366.34375 24.657946L366.34375 25.689196Q365.84375 25.82982 365.375 25.82982Q364.51562 25.82982 364.07812 25.314196Q363.65625 24.79857 363.65625 23.86107L363.65625 19.26732L362.3125 19.26732L362.3125 18.29857L363.65625 18.29857L363.65625 16.501696L364.92188 16.501696ZM368.23438 25.032946Q368.23438 24.70482 368.42188 24.48607Q368.625 24.26732 369.01562 24.26732Q369.40625 24.26732 369.60938 24.48607Q369.8125 24.70482 369.8125 25.032946Q369.8125 25.345446 369.60938 25.564196Q369.40625 25.76732 369.01562 25.76732Q368.625 25.76732 368.42188 25.564196Q368.23438 25.345446 368.23438 25.032946ZM368.23438 19.032946Q368.23438 18.70482 368.42188 18.48607Q368.625 18.26732 369.01562 18.26732Q369.40625 18.26732 369.60938 18.48607Q369.8125 18.70482 369.8125 19.032946Q369.8125 19.345446 369.60938 19.564196Q369.40625 19.76732 369.01562 19.76732Q368.625 19.76732 368.42188 19.564196Q368.23438 19.345446 368.23438 19.032946Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig23.svg b/_content/survey2019/fig23.svg
deleted file mode 100644
index 040c597..0000000
--- a/_content/survey2019/fig23.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 300.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="300" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 300.0L0 300.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M240.5 55.5L240.5 248.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M307.5 55.5L307.5 248.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M375.5 55.5L375.5 248.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M442.5 55.5L442.5 248.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M510.5 55.5L510.5 248.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 55.5L577.5 248.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M240.5 55.024193L577.525 55.024193L577.525 248.48378L240.5 248.48378L240.5 55.024193Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 86.0L240.0 66.0L492.0 66.0C493.10458 66.0 494.0 66.89543 494.0 68.0L494.0 84.0C494.0 85.10457 493.10458 86.0 492.0 86.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 86.0L240.0 66.0L492.0 66.0C493.10458 66.0 494.0 66.89543 494.0 68.0L494.0 84.0C494.0 85.10457 493.10458 86.0 492.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 116.0L240.0 96.0L278.0 96.0C279.10458 96.0 280.0 96.89543 280.0 98.0L280.0 114.0C280.0 115.10457 279.10458 116.0 278.0 116.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 116.0L240.0 96.0L278.0 96.0C279.10458 96.0 280.0 96.89543 280.0 98.0L280.0 114.0C280.0 115.10457 279.10458 116.0 278.0 116.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 147.0L240.0 127.0L245.0 127.0C246.10457 127.0 247.0 127.89543 247.0 129.0L247.0 145.0C247.0 146.10457 246.10457 147.0 245.0 147.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 147.0L240.0 127.0L245.0 127.0C246.10457 127.0 247.0 127.89543 247.0 129.0L247.0 145.0C247.0 146.10457 246.10457 147.0 245.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 177.0L240.0 157.0L241.0 157.0C241.55229 157.0 242.0 157.44771 242.0 158.0L242.0 176.0C242.0 176.55229 241.55229 177.0 241.0 177.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 177.0L240.0 157.0L241.0 157.0C241.55229 157.0 242.0 157.44771 242.0 158.0L242.0 176.0C242.0 176.55229 241.55229 177.0 241.0 177.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 207.0L240.0 187.0L269.0 187.0C270.10458 187.0 271.0 187.89543 271.0 189.0L271.0 205.0C271.0 206.10457 270.10458 207.0 269.0 207.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 207.0L240.0 187.0L269.0 187.0C270.10458 187.0 271.0 187.89543 271.0 189.0L271.0 205.0C271.0 206.10457 270.10458 207.0 269.0 207.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M240.0 238.0L240.0 218.0L245.0 218.0C246.10457 218.0 247.0 218.89543 247.0 220.0L247.0 236.0C247.0 237.10457 246.10457 238.0 245.0 238.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M240.0 238.0L240.0 218.0L245.0 218.0C246.10457 218.0 247.0 218.89543 247.0 220.0L247.0 236.0C247.0 237.10457 246.10457 238.0 245.0 238.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M511.9906 72.578125L508.45935 80.5L507.31873 80.5L510.83435 72.859375L506.22498 72.859375L506.22498 71.96875L511.9906 71.96875L511.9906 72.578125ZM513.975 76.21875L514.4125 71.96875L518.7875 71.96875L518.7875 72.96875L515.33435 72.96875L515.0687 75.296875Q515.70935 74.921875 516.5062 74.921875Q517.6625 74.921875 518.35 75.703125Q519.0375 76.46875 519.0375 77.78125Q519.0375 79.09375 518.3187 79.859375Q517.6156 80.625 516.33435 80.625Q515.20935 80.625 514.4906 80.0Q513.77185 79.359375 513.6781 78.25L514.6937 78.25Q514.8031 78.984375 515.225 79.359375Q515.64685 79.734375 516.33435 79.734375Q517.08435 79.734375 517.52185 79.21875Q517.95935 78.703125 517.95935 77.796875Q517.95935 76.9375 517.4906 76.421875Q517.02185 75.90625 516.2406 75.90625Q515.5375 75.90625 515.1312 76.203125L514.85 76.4375L513.975 76.21875ZM520.3812 73.609375Q520.3812 72.84375 520.8656 72.34375Q521.3656 71.84375 522.1312 71.84375Q522.9125 71.84375 523.39685 72.34375Q523.8812 72.84375 523.8812 73.640625L523.8812 74.0625Q523.8812 74.828125 523.3812 75.328125Q522.89685 75.8125 522.14685 75.8125Q521.3812 75.8125 520.8812 75.328125Q520.3812 74.828125 520.3812 74.015625L520.3812 73.609375ZM521.1937 74.0625Q521.1937 74.515625 521.4437 74.8125Q521.70935 75.109375 522.14685 75.109375Q522.5687 75.109375 522.8187 74.828125Q523.0687 74.53125 523.0687 74.03125L523.0687 73.609375Q523.0687 73.15625 522.8187 72.859375Q522.5687 72.546875 522.1312 72.546875Q521.6937 72.546875 521.4437 72.859375Q521.1937 73.15625 521.1937 73.625L521.1937 74.0625ZM524.5375 78.40625Q524.5375 77.640625 525.02185 77.15625Q525.52185 76.65625 526.2875 76.65625Q527.0531 76.65625 527.5375 77.15625Q528.0375 77.640625 528.0375 78.453125L528.0375 78.859375Q528.0375 79.625 527.5531 80.125Q527.0687 80.625 526.3031 80.625Q525.5375 80.625 525.0375 80.140625Q524.5375 79.640625 524.5375 78.828125L524.5375 78.40625ZM525.35 78.859375Q525.35 79.328125 525.6 79.625Q525.8656 79.921875 526.3031 79.921875Q526.725 79.921875 526.975 79.640625Q527.225 79.34375 527.225 78.84375L527.225 78.40625Q527.225 77.9375 526.95935 77.65625Q526.70935 77.359375 526.2875 77.359375Q525.8656 77.359375 525.6 77.65625Q525.35 77.9375 525.35 78.4375L525.35 78.859375ZM522.39685 79.859375L521.77185 79.46875L525.9437 72.796875L526.5531 73.1875L522.39685 79.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M511.9906 72.578125L508.45935 80.5L507.31873 80.5L510.83435 72.859375L506.22498 72.859375L506.22498 71.96875L511.9906 71.96875L511.9906 72.578125ZM513.975 76.21875L514.4125 71.96875L518.7875 71.96875L518.7875 72.96875L515.33435 72.96875L515.0687 75.296875Q515.70935 74.921875 516.5062 74.921875Q517.6625 74.921875 518.35 75.703125Q519.0375 76.46875 519.0375 77.78125Q519.0375 79.09375 518.3187 79.859375Q517.6156 80.625 516.33435 80.625Q515.20935 80.625 514.4906 80.0Q513.77185 79.359375 513.6781 78.25L514.6937 78.25Q514.8031 78.984375 515.225 79.359375Q515.64685 79.734375 516.33435 79.734375Q517.08435 79.734375 517.52185 79.21875Q517.95935 78.703125 517.95935 77.796875Q517.95935 76.9375 517.4906 76.421875Q517.02185 75.90625 516.2406 75.90625Q515.5375 75.90625 515.1312 76.203125L514.85 76.4375L513.975 76.21875ZM520.3812 73.609375Q520.3812 72.84375 520.8656 72.34375Q521.3656 71.84375 522.1312 71.84375Q522.9125 71.84375 523.39685 72.34375Q523.8812 72.84375 523.8812 73.640625L523.8812 74.0625Q523.8812 74.828125 523.3812 75.328125Q522.89685 75.8125 522.14685 75.8125Q521.3812 75.8125 520.8812 75.328125Q520.3812 74.828125 520.3812 74.015625L520.3812 73.609375ZM521.1937 74.0625Q521.1937 74.515625 521.4437 74.8125Q521.70935 75.109375 522.14685 75.109375Q522.5687 75.109375 522.8187 74.828125Q523.0687 74.53125 523.0687 74.03125L523.0687 73.609375Q523.0687 73.15625 522.8187 72.859375Q522.5687 72.546875 522.1312 72.546875Q521.6937 72.546875 521.4437 72.859375Q521.1937 73.15625 521.1937 73.625L521.1937 74.0625ZM524.5375 78.40625Q524.5375 77.640625 525.02185 77.15625Q525.52185 76.65625 526.2875 76.65625Q527.0531 76.65625 527.5375 77.15625Q528.0375 77.640625 528.0375 78.453125L528.0375 78.859375Q528.0375 79.625 527.5531 80.125Q527.0687 80.625 526.3031 80.625Q525.5375 80.625 525.0375 80.140625Q524.5375 79.640625 524.5375 78.828125L524.5375 78.40625ZM525.35 78.859375Q525.35 79.328125 525.6 79.625Q525.8656 79.921875 526.3031 79.921875Q526.725 79.921875 526.975 79.640625Q527.225 79.34375 527.225 78.84375L527.225 78.40625Q527.225 77.9375 526.95935 77.65625Q526.70935 77.359375 526.2875 77.359375Q525.8656 77.359375 525.6 77.65625Q525.35 77.9375 525.35 78.4375L525.35 78.859375ZM522.39685 79.859375L521.77185 79.46875L525.9437 72.796875L526.5531 73.1875L522.39685 79.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.3042 110.5L295.22607 110.5L295.22607 103.28125L293.03857 104.078125L293.03857 103.09375L296.14795 101.921875L296.3042 101.921875L296.3042 110.5ZM305.33545 110.5L299.7417 110.5L299.7417 109.71875L302.69482 106.4375Q303.35107 105.6875 303.60107 105.234375Q303.85107 104.765625 303.85107 104.265625Q303.85107 103.59375 303.44482 103.171875Q303.0542 102.734375 302.3667 102.734375Q301.56982 102.734375 301.1167 103.203125Q300.66357 103.65625 300.66357 104.484375L299.58545 104.484375Q299.58545 103.296875 300.33545 102.578125Q301.10107 101.84375 302.3667 101.84375Q303.56982 101.84375 304.25732 102.46875Q304.94482 103.09375 304.94482 104.140625Q304.94482 105.390625 303.33545 107.140625L301.0542 109.609375L305.33545 109.609375L305.33545 110.5ZM306.64795 103.609375Q306.64795 102.84375 307.13232 102.34375Q307.63232 101.84375 308.39795 101.84375Q309.1792 101.84375 309.66357 102.34375Q310.14795 102.84375 310.14795 103.640625L310.14795 104.0625Q310.14795 104.828125 309.64795 105.328125Q309.16357 105.8125 308.41357 105.8125Q307.64795 105.8125 307.14795 105.328125Q306.64795 104.828125 306.64795 104.015625L306.64795 103.609375ZM307.46045 104.0625Q307.46045 104.515625 307.71045 104.8125Q307.97607 105.109375 308.41357 105.109375Q308.83545 105.109375 309.08545 104.828125Q309.33545 104.53125 309.33545 104.03125L309.33545 103.609375Q309.33545 103.15625 309.08545 102.859375Q308.83545 102.546875 308.39795 102.546875Q307.96045 102.546875 307.71045 102.859375Q307.46045 103.15625 307.46045 103.625L307.46045 104.0625ZM310.8042 108.40625Q310.8042 107.640625 311.28857 107.15625Q311.78857 106.65625 312.5542 106.65625Q313.31982 106.65625 313.8042 107.15625Q314.3042 107.640625 314.3042 108.453125L314.3042 108.859375Q314.3042 109.625 313.81982 110.125Q313.33545 110.625 312.56982 110.625Q311.8042 110.625 311.3042 110.140625Q310.8042 109.640625 310.8042 108.828125L310.8042 108.40625ZM311.6167 108.859375Q311.6167 109.328125 311.8667 109.625Q312.13232 109.921875 312.56982 109.921875Q312.9917 109.921875 313.2417 109.640625Q313.4917 109.34375 313.4917 108.84375L313.4917 108.40625Q313.4917 107.9375 313.22607 107.65625Q312.97607 107.359375 312.5542 107.359375Q312.13232 107.359375 311.8667 107.65625Q311.6167 107.9375 311.6167 108.4375L311.6167 108.859375ZM308.66357 109.859375L308.03857 109.46875L312.21045 102.796875L312.81982 103.1875L308.66357 109.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M296.3042 110.5L295.22607 110.5L295.22607 103.28125L293.03857 104.078125L293.03857 103.09375L296.14795 101.921875L296.3042 101.921875L296.3042 110.5ZM305.33545 110.5L299.7417 110.5L299.7417 109.71875L302.69482 106.4375Q303.35107 105.6875 303.60107 105.234375Q303.85107 104.765625 303.85107 104.265625Q303.85107 103.59375 303.44482 103.171875Q303.0542 102.734375 302.3667 102.734375Q301.56982 102.734375 301.1167 103.203125Q300.66357 103.65625 300.66357 104.484375L299.58545 104.484375Q299.58545 103.296875 300.33545 102.578125Q301.10107 101.84375 302.3667 101.84375Q303.56982 101.84375 304.25732 102.46875Q304.94482 103.09375 304.94482 104.140625Q304.94482 105.390625 303.33545 107.140625L301.0542 109.609375L305.33545 109.609375L305.33545 110.5ZM306.64795 103.609375Q306.64795 102.84375 307.13232 102.34375Q307.63232 101.84375 308.39795 101.84375Q309.1792 101.84375 309.66357 102.34375Q310.14795 102.84375 310.14795 103.640625L310.14795 104.0625Q310.14795 104.828125 309.64795 105.328125Q309.16357 105.8125 308.41357 105.8125Q307.64795 105.8125 307.14795 105.328125Q306.64795 104.828125 306.64795 104.015625L306.64795 103.609375ZM307.46045 104.0625Q307.46045 104.515625 307.71045 104.8125Q307.97607 105.109375 308.41357 105.109375Q308.83545 105.109375 309.08545 104.828125Q309.33545 104.53125 309.33545 104.03125L309.33545 103.609375Q309.33545 103.15625 309.08545 102.859375Q308.83545 102.546875 308.39795 102.546875Q307.96045 102.546875 307.71045 102.859375Q307.46045 103.15625 307.46045 103.625L307.46045 104.0625ZM310.8042 108.40625Q310.8042 107.640625 311.28857 107.15625Q311.78857 106.65625 312.5542 106.65625Q313.31982 106.65625 313.8042 107.15625Q314.3042 107.640625 314.3042 108.453125L314.3042 108.859375Q314.3042 109.625 313.81982 110.125Q313.33545 110.625 312.56982 110.625Q311.8042 110.625 311.3042 110.140625Q310.8042 109.640625 310.8042 108.828125L310.8042 108.40625ZM311.6167 108.859375Q311.6167 109.328125 311.8667 109.625Q312.13232 109.921875 312.56982 109.921875Q312.9917 109.921875 313.2417 109.640625Q313.4917 109.34375 313.4917 108.84375L313.4917 108.40625Q313.4917 107.9375 313.22607 107.65625Q312.97607 107.359375 312.5542 107.359375Q312.13232 107.359375 311.8667 107.65625Q311.6167 107.9375 311.6167 108.4375L311.6167 108.859375ZM308.66357 109.859375L308.03857 109.46875L312.21045 102.796875L312.81982 103.1875L308.66357 109.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M265.01178 141.5L259.41803 141.5L259.41803 140.71875L262.37115 137.4375Q263.0274 136.6875 263.2774 136.23438Q263.5274 135.76562 263.5274 135.26562Q263.5274 134.59375 263.12115 134.17188Q262.73053 133.73438 262.04303 133.73438Q261.24615 133.73438 260.79303 134.20312Q260.3399 134.65625 260.3399 135.48438L259.26178 135.48438Q259.26178 134.29688 260.01178 133.57812Q260.7774 132.84375 262.04303 132.84375Q263.24615 132.84375 263.93365 133.46875Q264.62115 134.09375 264.62115 135.14062Q264.62115 136.39062 263.01178 138.14062L260.73053 140.60938L265.01178 140.60938L265.01178 141.5ZM266.32428 134.60938Q266.32428 133.84375 266.80865 133.34375Q267.30865 132.84375 268.07428 132.84375Q268.85553 132.84375 269.3399 133.34375Q269.82428 133.84375 269.82428 134.64062L269.82428 135.0625Q269.82428 135.82812 269.32428 136.32812Q268.8399 136.8125 268.0899 136.8125Q267.32428 136.8125 266.82428 136.32812Q266.32428 135.82812 266.32428 135.01562L266.32428 134.60938ZM267.13678 135.0625Q267.13678 135.51562 267.38678 135.8125Q267.6524 136.10938 268.0899 136.10938Q268.51178 136.10938 268.76178 135.82812Q269.01178 135.53125 269.01178 135.03125L269.01178 134.60938Q269.01178 134.15625 268.76178 133.85938Q268.51178 133.54688 268.07428 133.54688Q267.63678 133.54688 267.38678 133.85938Q267.13678 134.15625 267.13678 134.625L267.13678 135.0625ZM270.48053 139.40625Q270.48053 138.64062 270.9649 138.15625Q271.4649 137.65625 272.23053 137.65625Q272.99615 137.65625 273.48053 138.15625Q273.98053 138.64062 273.98053 139.45312L273.98053 139.85938Q273.98053 140.625 273.49615 141.125Q273.01178 141.625 272.24615 141.625Q271.48053 141.625 270.98053 141.14062Q270.48053 140.64062 270.48053 139.82812L270.48053 139.40625ZM271.29303 139.85938Q271.29303 140.32812 271.54303 140.625Q271.80865 140.92188 272.24615 140.92188Q272.66803 140.92188 272.91803 140.64062Q273.16803 140.34375 273.16803 139.84375L273.16803 139.40625Q273.16803 138.9375 272.9024 138.65625Q272.6524 138.35938 272.23053 138.35938Q271.80865 138.35938 271.54303 138.65625Q271.29303 138.9375 271.29303 139.4375L271.29303 139.85938ZM268.3399 140.85938L267.7149 140.46875L271.88678 133.79688L272.49615 134.1875L268.3399 140.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M265.01178 141.5L259.41803 141.5L259.41803 140.71875L262.37115 137.4375Q263.0274 136.6875 263.2774 136.23438Q263.5274 135.76562 263.5274 135.26562Q263.5274 134.59375 263.12115 134.17188Q262.73053 133.73438 262.04303 133.73438Q261.24615 133.73438 260.79303 134.20312Q260.3399 134.65625 260.3399 135.48438L259.26178 135.48438Q259.26178 134.29688 260.01178 133.57812Q260.7774 132.84375 262.04303 132.84375Q263.24615 132.84375 263.93365 133.46875Q264.62115 134.09375 264.62115 135.14062Q264.62115 136.39062 263.01178 138.14062L260.73053 140.60938L265.01178 140.60938L265.01178 141.5ZM266.32428 134.60938Q266.32428 133.84375 266.80865 133.34375Q267.30865 132.84375 268.07428 132.84375Q268.85553 132.84375 269.3399 133.34375Q269.82428 133.84375 269.82428 134.64062L269.82428 135.0625Q269.82428 135.82812 269.32428 136.32812Q268.8399 136.8125 268.0899 136.8125Q267.32428 136.8125 266.82428 136.32812Q266.32428 135.82812 266.32428 135.01562L266.32428 134.60938ZM267.13678 135.0625Q267.13678 135.51562 267.38678 135.8125Q267.6524 136.10938 268.0899 136.10938Q268.51178 136.10938 268.76178 135.82812Q269.01178 135.53125 269.01178 135.03125L269.01178 134.60938Q269.01178 134.15625 268.76178 133.85938Q268.51178 133.54688 268.07428 133.54688Q267.63678 133.54688 267.38678 133.85938Q267.13678 134.15625 267.13678 134.625L267.13678 135.0625ZM270.48053 139.40625Q270.48053 138.64062 270.9649 138.15625Q271.4649 137.65625 272.23053 137.65625Q272.99615 137.65625 273.48053 138.15625Q273.98053 138.64062 273.98053 139.45312L273.98053 139.85938Q273.98053 140.625 273.49615 141.125Q273.01178 141.625 272.24615 141.625Q271.48053 141.625 270.98053 141.14062Q270.48053 140.64062 270.48053 139.82812L270.48053 139.40625ZM271.29303 139.85938Q271.29303 140.32812 271.54303 140.625Q271.80865 140.92188 272.24615 140.92188Q272.66803 140.92188 272.91803 140.64062Q273.16803 140.34375 273.16803 139.84375L273.16803 139.40625Q273.16803 138.9375 272.9024 138.65625Q272.6524 138.35938 272.23053 138.35938Q271.80865 138.35938 271.54303 138.65625Q271.29303 138.9375 271.29303 139.4375L271.29303 139.85938ZM268.3399 140.85938L267.7149 140.46875L271.88678 133.79688L272.49615 134.1875L268.3399 140.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M259.98306 167.85938Q259.98306 169.76562 259.3268 170.70312Q258.6862 171.625 257.29556 171.625Q255.93617 171.625 255.27992 170.71875Q254.62367 169.8125 254.59242 168.0L254.59242 166.5625Q254.59242 164.67188 255.23305 163.76562Q255.8893 162.84375 257.27994 162.84375Q258.65494 162.84375 259.3112 163.73438Q259.96744 164.60938 259.98306 166.45312L259.98306 167.85938ZM258.8893 166.375Q258.8893 165.0 258.4987 164.375Q258.1237 163.73438 257.27994 163.73438Q256.4518 163.73438 256.0612 164.375Q255.68617 165.0 255.68617 166.29688L255.68617 168.03125Q255.68617 169.40625 256.0768 170.07812Q256.48306 170.73438 257.29556 170.73438Q258.09244 170.73438 258.48306 170.10938Q258.8737 169.48438 258.8893 168.15625L258.8893 166.375ZM261.52994 164.60938Q261.52994 163.84375 262.0143 163.34375Q262.5143 162.84375 263.27994 162.84375Q264.0612 162.84375 264.54556 163.34375Q265.02994 163.84375 265.02994 164.64062L265.02994 165.0625Q265.02994 165.82812 264.52994 166.32812Q264.04556 166.8125 263.29556 166.8125Q262.52994 166.8125 262.02994 166.32812Q261.52994 165.82812 261.52994 165.01562L261.52994 164.60938ZM262.34244 165.0625Q262.34244 165.51562 262.59244 165.8125Q262.85806 166.10938 263.29556 166.10938Q263.71744 166.10938 263.96744 165.82812Q264.21744 165.53125 264.21744 165.03125L264.21744 164.60938Q264.21744 164.15625 263.96744 163.85938Q263.71744 163.54688 263.27994 163.54688Q262.84244 163.54688 262.59244 163.85938Q262.34244 164.15625 262.34244 164.625L262.34244 165.0625ZM265.6862 169.40625Q265.6862 168.64062 266.17056 168.15625Q266.67056 167.65625 267.4362 167.65625Q268.2018 167.65625 268.6862 168.15625Q269.1862 168.64062 269.1862 169.45312L269.1862 169.85938Q269.1862 170.625 268.7018 171.125Q268.21744 171.625 267.4518 171.625Q266.6862 171.625 266.1862 171.14062Q265.6862 170.64062 265.6862 169.82812L265.6862 169.40625ZM266.4987 169.85938Q266.4987 170.32812 266.7487 170.625Q267.0143 170.92188 267.4518 170.92188Q267.8737 170.92188 268.1237 170.64062Q268.3737 170.34375 268.3737 169.84375L268.3737 169.40625Q268.3737 168.9375 268.10806 168.65625Q267.85806 168.35938 267.4362 168.35938Q267.0143 168.35938 266.7487 168.65625Q266.4987 168.9375 266.4987 169.4375L266.4987 169.85938ZM263.54556 170.85938L262.92056 170.46875L267.09244 163.79688L267.7018 164.1875L263.54556 170.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M259.98303 167.85938Q259.98303 169.76562 259.32678 170.70312Q258.68616 171.625 257.29553 171.625Q255.93617 171.625 255.27992 170.71875Q254.62367 169.8125 254.59242 168.0L254.59242 166.5625Q254.59242 164.67188 255.23305 163.76562Q255.8893 162.84375 257.2799 162.84375Q258.6549 162.84375 259.31116 163.73438Q259.9674 164.60938 259.98303 166.45312L259.98303 167.85938ZM258.88928 166.375Q258.88928 165.0 258.49866 164.375Q258.12366 163.73438 257.2799 163.73438Q256.45178 163.73438 256.06116 164.375Q255.68617 165.0 255.68617 166.29688L255.68617 168.03125Q255.68617 169.40625 256.07678 170.07812Q256.48303 170.73438 257.29553 170.73438Q258.0924 170.73438 258.48303 170.10938Q258.87366 169.48438 258.88928 168.15625L258.88928 166.375ZM261.5299 164.60938Q261.5299 163.84375 262.01428 163.34375Q262.51428 162.84375 263.2799 162.84375Q264.06116 162.84375 264.54553 163.34375Q265.0299 163.84375 265.0299 164.64062L265.0299 165.0625Q265.0299 165.82812 264.5299 166.32812Q264.04553 166.8125 263.29553 166.8125Q262.5299 166.8125 262.0299 166.32812Q261.5299 165.82812 261.5299 165.01562L261.5299 164.60938ZM262.3424 165.0625Q262.3424 165.51562 262.5924 165.8125Q262.85803 166.10938 263.29553 166.10938Q263.7174 166.10938 263.9674 165.82812Q264.2174 165.53125 264.2174 165.03125L264.2174 164.60938Q264.2174 164.15625 263.9674 163.85938Q263.7174 163.54688 263.2799 163.54688Q262.8424 163.54688 262.5924 163.85938Q262.3424 164.15625 262.3424 164.625L262.3424 165.0625ZM265.68616 169.40625Q265.68616 168.64062 266.17053 168.15625Q266.67053 167.65625 267.43616 167.65625Q268.20178 167.65625 268.68616 168.15625Q269.18616 168.64062 269.18616 169.45312L269.18616 169.85938Q269.18616 170.625 268.70178 171.125Q268.2174 171.625 267.45178 171.625Q266.68616 171.625 266.18616 171.14062Q265.68616 170.64062 265.68616 169.82812L265.68616 169.40625ZM266.49866 169.85938Q266.49866 170.32812 266.74866 170.625Q267.01428 170.92188 267.45178 170.92188Q267.87366 170.92188 268.12366 170.64062Q268.37366 170.34375 268.37366 169.84375L268.37366 169.40625Q268.37366 168.9375 268.10803 168.65625Q267.85803 168.35938 267.43616 168.35938Q267.01428 168.35938 266.74866 168.65625Q266.49866 168.9375 266.49866 169.4375L266.49866 169.85938ZM263.54553 170.85938L262.92053 170.46875L267.0924 163.79688L267.70178 164.1875L263.54553 170.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M287.78278 197.75Q287.45465 198.15625 286.97028 198.40625Q286.50153 198.64062 285.93903 198.64062Q285.20465 198.64062 284.65778 198.28125Q284.1109 197.92188 283.81403 197.26562Q283.51715 196.59375 283.51715 195.79688Q283.51715 194.95312 283.82965 194.26562Q284.15778 193.57812 284.75153 193.21875Q285.3609 192.84375 286.15778 192.84375Q287.4234 192.84375 288.14215 193.79688Q288.87653 194.75 288.87653 196.375L288.87653 196.6875Q288.87653 199.1875 287.89215 200.32812Q286.90778 201.46875 284.9234 201.5L284.70465 201.5L284.70465 200.59375L284.93903 200.59375Q286.28278 200.5625 287.00153 199.89062Q287.72028 199.21875 287.78278 197.75ZM286.1109 197.75Q286.65778 197.75 287.1109 197.42188Q287.57965 197.07812 287.7984 196.59375L287.7984 196.15625Q287.7984 195.09375 287.32965 194.42188Q286.8609 193.75 286.15778 193.75Q285.43903 193.75 285.00153 194.29688Q284.57965 194.84375 284.57965 195.75Q284.57965 196.625 284.9859 197.1875Q285.40778 197.75 286.1109 197.75ZM290.53278 194.60938Q290.53278 193.84375 291.01715 193.34375Q291.51715 192.84375 292.28278 192.84375Q293.06403 192.84375 293.5484 193.34375Q294.03278 193.84375 294.03278 194.64062L294.03278 195.0625Q294.03278 195.82812 293.53278 196.32812Q293.0484 196.8125 292.2984 196.8125Q291.53278 196.8125 291.03278 196.32812Q290.53278 195.82812 290.53278 195.01562L290.53278 194.60938ZM291.34528 195.0625Q291.34528 195.51562 291.59528 195.8125Q291.8609 196.10938 292.2984 196.10938Q292.72028 196.10938 292.97028 195.82812Q293.22028 195.53125 293.22028 195.03125L293.22028 194.60938Q293.22028 194.15625 292.97028 193.85938Q292.72028 193.54688 292.28278 193.54688Q291.84528 193.54688 291.59528 193.85938Q291.34528 194.15625 291.34528 194.625L291.34528 195.0625ZM294.68903 199.40625Q294.68903 198.64062 295.1734 198.15625Q295.6734 197.65625 296.43903 197.65625Q297.20465 197.65625 297.68903 198.15625Q298.18903 198.64062 298.18903 199.45312L298.18903 199.85938Q298.18903 200.625 297.70465 201.125Q297.22028 201.625 296.45465 201.625Q295.68903 201.625 295.18903 201.14062Q294.68903 200.64062 294.68903 199.82812L294.68903 199.40625ZM295.50153 199.85938Q295.50153 200.32812 295.75153 200.625Q296.01715 200.92188 296.45465 200.92188Q296.87653 200.92188 297.12653 200.64062Q297.37653 200.34375 297.37653 199.84375L297.37653 199.40625Q297.37653 198.9375 297.1109 198.65625Q296.8609 198.35938 296.43903 198.35938Q296.01715 198.35938 295.75153 198.65625Q295.50153 198.9375 295.50153 199.4375L295.50153 199.85938ZM292.5484 200.85938L291.9234 200.46875L296.09528 193.79688L296.70465 194.1875L292.5484 200.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M287.78278 197.75Q287.45465 198.15625 286.97028 198.40625Q286.50153 198.64062 285.93903 198.64062Q285.20465 198.64062 284.65778 198.28125Q284.1109 197.92188 283.81403 197.26562Q283.51715 196.59375 283.51715 195.79688Q283.51715 194.95312 283.82965 194.26562Q284.15778 193.57812 284.75153 193.21875Q285.3609 192.84375 286.15778 192.84375Q287.4234 192.84375 288.14215 193.79688Q288.87653 194.75 288.87653 196.375L288.87653 196.6875Q288.87653 199.1875 287.89215 200.32812Q286.90778 201.46875 284.9234 201.5L284.70465 201.5L284.70465 200.59375L284.93903 200.59375Q286.28278 200.5625 287.00153 199.89062Q287.72028 199.21875 287.78278 197.75ZM286.1109 197.75Q286.65778 197.75 287.1109 197.42188Q287.57965 197.07812 287.7984 196.59375L287.7984 196.15625Q287.7984 195.09375 287.32965 194.42188Q286.8609 193.75 286.15778 193.75Q285.43903 193.75 285.00153 194.29688Q284.57965 194.84375 284.57965 195.75Q284.57965 196.625 284.9859 197.1875Q285.40778 197.75 286.1109 197.75ZM290.53278 194.60938Q290.53278 193.84375 291.01715 193.34375Q291.51715 192.84375 292.28278 192.84375Q293.06403 192.84375 293.5484 193.34375Q294.03278 193.84375 294.03278 194.64062L294.03278 195.0625Q294.03278 195.82812 293.53278 196.32812Q293.0484 196.8125 292.2984 196.8125Q291.53278 196.8125 291.03278 196.32812Q290.53278 195.82812 290.53278 195.01562L290.53278 194.60938ZM291.34528 195.0625Q291.34528 195.51562 291.59528 195.8125Q291.8609 196.10938 292.2984 196.10938Q292.72028 196.10938 292.97028 195.82812Q293.22028 195.53125 293.22028 195.03125L293.22028 194.60938Q293.22028 194.15625 292.97028 193.85938Q292.72028 193.54688 292.28278 193.54688Q291.84528 193.54688 291.59528 193.85938Q291.34528 194.15625 291.34528 194.625L291.34528 195.0625ZM294.68903 199.40625Q294.68903 198.64062 295.1734 198.15625Q295.6734 197.65625 296.43903 197.65625Q297.20465 197.65625 297.68903 198.15625Q298.18903 198.64062 298.18903 199.45312L298.18903 199.85938Q298.18903 200.625 297.70465 201.125Q297.22028 201.625 296.45465 201.625Q295.68903 201.625 295.18903 201.14062Q294.68903 200.64062 294.68903 199.82812L294.68903 199.40625ZM295.50153 199.85938Q295.50153 200.32812 295.75153 200.625Q296.01715 200.92188 296.45465 200.92188Q296.87653 200.92188 297.12653 200.64062Q297.37653 200.34375 297.37653 199.84375L297.37653 199.40625Q297.37653 198.9375 297.1109 198.65625Q296.8609 198.35938 296.43903 198.35938Q296.01715 198.35938 295.75153 198.65625Q295.50153 198.9375 295.50153 199.4375L295.50153 199.85938ZM292.5484 200.85938L291.9234 200.46875L296.09528 193.79688L296.70465 194.1875L292.5484 200.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M264.95258 232.5L259.35883 232.5L259.35883 231.71875L262.31195 228.4375Q262.9682 227.6875 263.2182 227.23438Q263.4682 226.76562 263.4682 226.26562Q263.4682 225.59375 263.06195 225.17188Q262.67133 224.73438 261.98383 224.73438Q261.18695 224.73438 260.73383 225.20312Q260.2807 225.65625 260.2807 226.48438L259.20258 226.48438Q259.20258 225.29688 259.95258 224.57812Q260.7182 223.84375 261.98383 223.84375Q263.18695 223.84375 263.87445 224.46875Q264.56195 225.09375 264.56195 226.14062Q264.56195 227.39062 262.95258 229.14062L260.67133 231.60938L264.95258 231.60938L264.95258 232.5ZM266.26508 225.60938Q266.26508 224.84375 266.74945 224.34375Q267.24945 223.84375 268.01508 223.84375Q268.79633 223.84375 269.2807 224.34375Q269.76508 224.84375 269.76508 225.64062L269.76508 226.0625Q269.76508 226.82812 269.26508 227.32812Q268.7807 227.8125 268.0307 227.8125Q267.26508 227.8125 266.76508 227.32812Q266.26508 226.82812 266.26508 226.01562L266.26508 225.60938ZM267.07758 226.0625Q267.07758 226.51562 267.32758 226.8125Q267.5932 227.10938 268.0307 227.10938Q268.45258 227.10938 268.70258 226.82812Q268.95258 226.53125 268.95258 226.03125L268.95258 225.60938Q268.95258 225.15625 268.70258 224.85938Q268.45258 224.54688 268.01508 224.54688Q267.57758 224.54688 267.32758 224.85938Q267.07758 225.15625 267.07758 225.625L267.07758 226.0625ZM270.42133 230.40625Q270.42133 229.64062 270.9057 229.15625Q271.4057 228.65625 272.17133 228.65625Q272.93695 228.65625 273.42133 229.15625Q273.92133 229.64062 273.92133 230.45312L273.92133 230.85938Q273.92133 231.625 273.43695 232.125Q272.95258 232.625 272.18695 232.625Q271.42133 232.625 270.92133 232.14062Q270.42133 231.64062 270.42133 230.82812L270.42133 230.40625ZM271.23383 230.85938Q271.23383 231.32812 271.48383 231.625Q271.74945 231.92188 272.18695 231.92188Q272.60883 231.92188 272.85883 231.64062Q273.10883 231.34375 273.10883 230.84375L273.10883 230.40625Q273.10883 229.9375 272.8432 229.65625Q272.5932 229.35938 272.17133 229.35938Q271.74945 229.35938 271.48383 229.65625Q271.23383 229.9375 271.23383 230.4375L271.23383 230.85938ZM268.2807 231.85938L267.6557 231.46875L271.82758 224.79688L272.43695 225.1875L268.2807 231.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M264.95258 232.5L259.35883 232.5L259.35883 231.71875L262.31195 228.4375Q262.9682 227.6875 263.2182 227.23438Q263.4682 226.76562 263.4682 226.26562Q263.4682 225.59375 263.06195 225.17188Q262.67133 224.73438 261.98383 224.73438Q261.18695 224.73438 260.73383 225.20312Q260.2807 225.65625 260.2807 226.48438L259.20258 226.48438Q259.20258 225.29688 259.95258 224.57812Q260.7182 223.84375 261.98383 223.84375Q263.18695 223.84375 263.87445 224.46875Q264.56195 225.09375 264.56195 226.14062Q264.56195 227.39062 262.95258 229.14062L260.67133 231.60938L264.95258 231.60938L264.95258 232.5ZM266.26508 225.60938Q266.26508 224.84375 266.74945 224.34375Q267.24945 223.84375 268.01508 223.84375Q268.79633 223.84375 269.2807 224.34375Q269.76508 224.84375 269.76508 225.64062L269.76508 226.0625Q269.76508 226.82812 269.26508 227.32812Q268.7807 227.8125 268.0307 227.8125Q267.26508 227.8125 266.76508 227.32812Q266.26508 226.82812 266.26508 226.01562L266.26508 225.60938ZM267.07758 226.0625Q267.07758 226.51562 267.32758 226.8125Q267.5932 227.10938 268.0307 227.10938Q268.45258 227.10938 268.70258 226.82812Q268.95258 226.53125 268.95258 226.03125L268.95258 225.60938Q268.95258 225.15625 268.70258 224.85938Q268.45258 224.54688 268.01508 224.54688Q267.57758 224.54688 267.32758 224.85938Q267.07758 225.15625 267.07758 225.625L267.07758 226.0625ZM270.42133 230.40625Q270.42133 229.64062 270.9057 229.15625Q271.4057 228.65625 272.17133 228.65625Q272.93695 228.65625 273.42133 229.15625Q273.92133 229.64062 273.92133 230.45312L273.92133 230.85938Q273.92133 231.625 273.43695 232.125Q272.95258 232.625 272.18695 232.625Q271.42133 232.625 270.92133 232.14062Q270.42133 231.64062 270.42133 230.82812L270.42133 230.40625ZM271.23383 230.85938Q271.23383 231.32812 271.48383 231.625Q271.74945 231.92188 272.18695 231.92188Q272.60883 231.92188 272.85883 231.64062Q273.10883 231.34375 273.10883 230.84375L273.10883 230.40625Q273.10883 229.9375 272.8432 229.65625Q272.5932 229.35938 272.17133 229.35938Q271.74945 229.35938 271.48383 229.65625Q271.23383 229.9375 271.23383 230.4375L271.23383 230.85938ZM268.2807 231.85938L267.6557 231.46875L271.82758 224.79688L272.43695 225.1875L268.2807 231.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M335.6219 282.71103Q335.6219 281.9454 336.10626 281.4454Q336.60626 280.9454 337.3719 280.9454Q338.15314 280.9454 338.6375 281.4454Q339.1219 281.9454 339.1219 282.74228L339.1219 283.16415Q339.1219 283.92978 338.6219 284.42978Q338.1375 284.91415 337.3875 284.91415Q336.6219 284.91415 336.1219 284.42978Q335.6219 283.92978 335.6219 283.11728L335.6219 282.71103ZM336.4344 283.16415Q336.4344 283.61728 336.6844 283.91415Q336.95 284.21103 337.3875 284.21103Q337.8094 284.21103 338.0594 283.92978Q338.3094 283.6329 338.3094 283.1329L338.3094 282.71103Q338.3094 282.2579 338.0594 281.96103Q337.8094 281.64853 337.3719 281.64853Q336.9344 281.64853 336.6844 281.96103Q336.4344 282.2579 336.4344 282.72665L336.4344 283.16415ZM339.77814 287.5079Q339.77814 286.74228 340.2625 286.2579Q340.7625 285.7579 341.52814 285.7579Q342.29376 285.7579 342.77814 286.2579Q343.27814 286.74228 343.27814 287.55478L343.27814 287.96103Q343.27814 288.72665 342.79376 289.22665Q342.3094 289.72665 341.54376 289.72665Q340.77814 289.72665 340.27814 289.24228Q339.77814 288.74228 339.77814 287.92978L339.77814 287.5079ZM340.59064 287.96103Q340.59064 288.42978 340.84064 288.72665Q341.10626 289.02353 341.54376 289.02353Q341.96564 289.02353 342.21564 288.74228Q342.46564 288.4454 342.46564 287.9454L342.46564 287.5079Q342.46564 287.03915 342.2 286.7579Q341.95 286.46103 341.52814 286.46103Q341.10626 286.46103 340.84064 286.7579Q340.59064 287.03915 340.59064 287.53915L340.59064 287.96103ZM337.6375 288.96103L337.0125 288.5704L341.1844 281.89853L341.79376 282.28915L337.6375 288.96103ZM347.54376 286.36728Q347.54376 285.4454 347.90314 284.6954Q348.27814 283.9454 348.9344 283.55478Q349.59064 283.14853 350.41876 283.14853Q351.71564 283.14853 352.5125 284.03915Q353.325 284.92978 353.325 286.42978L353.325 286.5079Q353.325 287.42978 352.96564 288.16415Q352.60626 288.89853 351.95 289.3204Q351.29376 289.72665 350.4344 289.72665Q349.15314 289.72665 348.34064 288.83603Q347.54376 287.92978 347.54376 286.4454L347.54376 286.36728ZM348.6375 286.5079Q348.6375 287.55478 349.1219 288.1954Q349.6219 288.83603 350.4344 288.83603Q351.2625 288.83603 351.7469 288.1954Q352.23126 287.53915 352.23126 286.36728Q352.23126 285.33603 351.73126 284.6954Q351.2469 284.03915 350.41876 284.03915Q349.6219 284.03915 349.1219 284.67978Q348.6375 285.30478 348.6375 286.5079ZM355.3719 289.60165L355.3719 284.10165L354.3719 284.10165L354.3719 283.2579L355.3719 283.2579L355.3719 282.61728Q355.3719 281.58603 355.90314 281.03915Q356.45 280.47665 357.45 280.47665Q357.825 280.47665 358.2 280.5704L358.1375 281.46103Q357.85626 281.39853 357.5594 281.39853Q357.02814 281.39853 356.73126 281.71103Q356.45 282.02353 356.45 282.58603L356.45 283.2579L357.8094 283.2579L357.8094 284.10165L356.45 284.10165L356.45 289.60165L355.3719 289.60165ZM364.90314 284.22665Q364.65314 284.1954 364.3719 284.1954Q363.29376 284.1954 362.91876 285.10165L362.91876 289.60165L361.84064 289.60165L361.84064 283.2579L362.8875 283.2579L362.90314 283.99228Q363.4344 283.14853 364.41876 283.14853Q364.73126 283.14853 364.90314 283.22665L364.90314 284.22665ZM368.46564 289.72665Q367.16876 289.72665 366.35626 288.8829Q365.5594 288.02353 365.5594 286.60165L365.5594 286.41415Q365.5594 285.46103 365.91876 284.72665Q366.27814 283.97665 366.91876 283.5704Q367.575 283.14853 368.325 283.14853Q369.5594 283.14853 370.2469 283.96103Q370.9344 284.77353 370.9344 286.28915L370.9344 286.74228L366.6375 286.74228Q366.66876 287.67978 367.1844 288.2579Q367.71564 288.83603 368.52814 288.83603Q369.09064 288.83603 369.48126 288.60165Q369.8875 288.36728 370.2 287.97665L370.85626 288.49228Q370.0594 289.72665 368.46564 289.72665ZM368.325 284.03915Q367.66876 284.03915 367.21564 284.52353Q366.77814 284.99228 366.6844 285.85165L369.85626 285.85165L369.85626 285.77353Q369.8094 284.9454 369.40314 284.49228Q369.0125 284.03915 368.325 284.03915ZM375.52814 287.91415Q375.52814 287.47665 375.1844 287.24228Q374.85626 286.99228 374.02814 286.8204Q373.21564 286.64853 372.73126 286.39853Q372.2469 286.14853 372.0125 285.8204Q371.79376 285.47665 371.79376 285.0079Q371.79376 284.22665 372.45 283.6954Q373.10626 283.14853 374.1375 283.14853Q375.21564 283.14853 375.8719 283.71103Q376.54376 284.2579 376.54376 285.11728L375.46564 285.11728Q375.46564 284.67978 375.075 284.36728Q374.7 284.03915 374.1375 284.03915Q373.54376 284.03915 373.2 284.30478Q372.8719 284.55478 372.8719 284.96103Q372.8719 285.35165 373.1844 285.55478Q373.4969 285.7579 374.3094 285.9454Q375.1219 286.11728 375.6219 286.36728Q376.1219 286.61728 376.35626 286.97665Q376.60626 287.33603 376.60626 287.83603Q376.60626 288.6954 375.91876 289.21103Q375.2469 289.72665 374.16876 289.72665Q373.40314 289.72665 372.8094 289.46103Q372.23126 289.17978 371.90314 288.6954Q371.575 288.21103 371.575 287.64853L372.65314 287.64853Q372.6844 288.1954 373.09064 288.52353Q373.4969 288.83603 374.16876 288.83603Q374.77814 288.83603 375.15314 288.58603Q375.52814 288.33603 375.52814 287.91415ZM383.1844 286.5079Q383.1844 287.9454 382.52814 288.83603Q381.8719 289.72665 380.73126 289.72665Q379.575 289.72665 378.91876 288.99228L378.91876 292.03915L377.84064 292.03915L377.84064 283.2579L378.825 283.2579L378.8719 283.96103Q379.54376 283.14853 380.71564 283.14853Q381.85626 283.14853 382.5125 284.0079Q383.1844 284.86728 383.1844 286.39853L383.1844 286.5079ZM382.10626 286.3829Q382.10626 285.30478 381.6375 284.6954Q381.1844 284.0704 380.3875 284.0704Q379.40314 284.0704 378.91876 284.92978L378.91876 287.96103Q379.40314 288.83603 380.40314 288.83603Q381.1844 288.83603 381.6375 288.22665Q382.10626 287.60165 382.10626 286.3829ZM384.54376 286.36728Q384.54376 285.4454 384.90314 284.6954Q385.27814 283.9454 385.9344 283.55478Q386.59064 283.14853 387.41876 283.14853Q388.71564 283.14853 389.5125 284.03915Q390.325 284.92978 390.325 286.42978L390.325 286.5079Q390.325 287.42978 389.96564 288.16415Q389.60626 288.89853 388.95 289.3204Q388.29376 289.72665 387.4344 289.72665Q386.15314 289.72665 385.34064 288.83603Q384.54376 287.92978 384.54376 286.4454L384.54376 286.36728ZM385.6375 286.5079Q385.6375 287.55478 386.1219 288.1954Q386.6219 288.83603 387.4344 288.83603Q388.2625 288.83603 388.7469 288.1954Q389.23126 287.53915 389.23126 286.36728Q389.23126 285.33603 388.73126 284.6954Q388.2469 284.03915 387.41876 284.03915Q386.6219 284.03915 386.1219 284.67978Q385.6375 285.30478 385.6375 286.5079ZM392.85626 283.2579L392.8875 284.05478Q393.6219 283.14853 394.79376 283.14853Q396.8094 283.14853 396.825 285.41415L396.825 289.60165L395.73126 289.60165L395.73126 285.39853Q395.73126 284.72665 395.41876 284.39853Q395.1219 284.0704 394.46564 284.0704Q393.9344 284.0704 393.52814 284.35165Q393.1375 284.6329 392.91876 285.08603L392.91876 289.60165L391.84064 289.60165L391.84064 283.2579L392.85626 283.2579ZM398.575 286.3829Q398.575 284.91415 399.2625 284.03915Q399.95 283.14853 401.075 283.14853Q402.1844 283.14853 402.84064 283.89853L402.84064 280.60165L403.91876 280.60165L403.91876 289.60165L402.91876 289.60165L402.8719 288.91415Q402.21564 289.72665 401.0594 289.72665Q399.96564 289.72665 399.2625 288.8204Q398.575 287.91415 398.575 286.46103L398.575 286.3829ZM399.65314 286.5079Q399.65314 287.58603 400.09064 288.1954Q400.54376 288.80478 401.325 288.80478Q402.35626 288.80478 402.84064 287.86728L402.84064 284.96103Q402.35626 284.0704 401.34064 284.0704Q400.54376 284.0704 400.09064 284.67978Q399.65314 285.28915 399.65314 286.5079ZM408.46564 289.72665Q407.16876 289.72665 406.35626 288.8829Q405.5594 288.02353 405.5594 286.60165L405.5594 286.41415Q405.5594 285.46103 405.91876 284.72665Q406.27814 283.97665 406.91876 283.5704Q407.575 283.14853 408.325 283.14853Q409.5594 283.14853 410.2469 283.96103Q410.9344 284.77353 410.9344 286.28915L410.9344 286.74228L406.6375 286.74228Q406.66876 287.67978 407.1844 288.2579Q407.71564 288.83603 408.52814 288.83603Q409.09064 288.83603 409.48126 288.60165Q409.8875 288.36728 410.2 287.97665L410.85626 288.49228Q410.0594 289.72665 408.46564 289.72665ZM408.325 284.03915Q407.66876 284.03915 407.21564 284.52353Q406.77814 284.99228 406.6844 285.85165L409.85626 285.85165L409.85626 285.77353Q409.8094 284.9454 409.40314 284.49228Q409.0125 284.03915 408.325 284.03915ZM412.85626 283.2579L412.8875 284.05478Q413.6219 283.14853 414.79376 283.14853Q416.8094 283.14853 416.825 285.41415L416.825 289.60165L415.73126 289.60165L415.73126 285.39853Q415.73126 284.72665 415.41876 284.39853Q415.1219 284.0704 414.46564 284.0704Q413.9344 284.0704 413.52814 284.35165Q413.1375 284.6329 412.91876 285.08603L412.91876 289.60165L411.84064 289.60165L411.84064 283.2579L412.85626 283.2579ZM420.3094 281.72665L420.3094 283.2579L421.48126 283.2579L421.48126 284.10165L420.3094 284.10165L420.3094 288.02353Q420.3094 288.41415 420.46564 288.60165Q420.6219 288.78915 420.9969 288.78915Q421.1844 288.78915 421.5125 288.72665L421.5125 289.60165Q421.09064 289.72665 420.6844 289.72665Q419.96564 289.72665 419.59064 289.28915Q419.21564 288.83603 419.21564 288.02353L419.21564 284.10165L418.0594 284.10165L418.0594 283.2579L419.21564 283.2579L419.21564 281.72665L420.3094 281.72665ZM426.52814 287.91415Q426.52814 287.47665 426.1844 287.24228Q425.85626 286.99228 425.02814 286.8204Q424.21564 286.64853 423.73126 286.39853Q423.2469 286.14853 423.0125 285.8204Q422.79376 285.47665 422.79376 285.0079Q422.79376 284.22665 423.45 283.6954Q424.10626 283.14853 425.1375 283.14853Q426.21564 283.14853 426.8719 283.71103Q427.54376 284.2579 427.54376 285.11728L426.46564 285.11728Q426.46564 284.67978 426.075 284.36728Q425.7 284.03915 425.1375 284.03915Q424.54376 284.03915 424.2 284.30478Q423.8719 284.55478 423.8719 284.96103Q423.8719 285.35165 424.1844 285.55478Q424.4969 285.7579 425.3094 285.9454Q426.1219 286.11728 426.6219 286.36728Q427.1219 286.61728 427.35626 286.97665Q427.60626 287.33603 427.60626 287.83603Q427.60626 288.6954 426.91876 289.21103Q426.2469 289.72665 425.16876 289.72665Q424.40314 289.72665 423.8094 289.46103Q423.23126 289.17978 422.90314 288.6954Q422.575 288.21103 422.575 287.64853L423.65314 287.64853Q423.6844 288.1954 424.09064 288.52353Q424.4969 288.83603 425.16876 288.83603Q425.77814 288.83603 426.15314 288.58603Q426.52814 288.33603 426.52814 287.91415ZM431.79376 286.1329Q431.79376 284.8204 432.1375 283.60165Q432.4969 282.3829 433.2 281.3829Q433.90314 280.3829 434.66876 279.97665L434.8875 280.6954Q434.02814 281.35165 433.48126 282.6954Q432.9344 284.03915 432.8875 285.71103L432.8719 286.21103Q432.8719 288.47665 433.7 290.1329Q434.2 291.1329 434.8875 291.6954L434.66876 292.35165Q433.8875 291.92978 433.16876 290.89853Q431.79376 288.91415 431.79376 286.1329ZM436.85626 283.2579L436.8875 284.05478Q437.6219 283.14853 438.79376 283.14853Q440.8094 283.14853 440.825 285.41415L440.825 289.60165L439.73126 289.60165L439.73126 285.39853Q439.73126 284.72665 439.41876 284.39853Q439.1219 284.0704 438.46564 284.0704Q437.9344 284.0704 437.52814 284.35165Q437.1375 284.6329 436.91876 285.08603L436.91876 289.60165L435.84064 289.60165L435.84064 283.2579L436.85626 283.2579ZM447.79376 284.83603L442.90314 284.83603L442.90314 283.8829L447.79376 283.8829L447.79376 284.83603ZM447.79376 287.2579L442.90314 287.2579L442.90314 286.3204L447.79376 286.3204L447.79376 287.2579ZM450.21564 285.3204L450.65314 281.0704L455.02814 281.0704L455.02814 282.0704L451.575 282.0704L451.3094 284.39853Q451.95 284.02353 452.7469 284.02353Q453.90314 284.02353 454.59064 284.80478Q455.27814 285.5704 455.27814 286.8829Q455.27814 288.1954 454.5594 288.96103Q453.85626 289.72665 452.575 289.72665Q451.45 289.72665 450.73126 289.10165Q450.0125 288.46103 449.91876 287.35165L450.9344 287.35165Q451.04376 288.08603 451.46564 288.46103Q451.8875 288.83603 452.575 288.83603Q453.325 288.83603 453.7625 288.3204Q454.2 287.80478 454.2 286.89853Q454.2 286.03915 453.73126 285.52353Q453.2625 285.0079 452.48126 285.0079Q451.77814 285.0079 451.3719 285.30478L451.09064 285.53915L450.21564 285.3204ZM456.79376 291.30478L456.1844 290.8829Q456.73126 290.11728 456.7625 289.28915L456.7625 288.3204L457.825 288.3204L457.825 289.16415Q457.825 289.7579 457.52814 290.35165Q457.23126 290.9454 456.79376 291.30478ZM462.98126 281.0704L462.98126 281.97665L462.77814 281.97665Q461.5125 282.0079 460.7625 282.74228Q460.0125 283.46103 459.8875 284.77353Q460.575 284.0079 461.73126 284.0079Q462.84064 284.0079 463.5125 284.78915Q464.1844 285.5704 464.1844 286.8204Q464.1844 288.1329 463.46564 288.92978Q462.7469 289.72665 461.52814 289.72665Q460.3094 289.72665 459.54376 288.78915Q458.79376 287.83603 458.79376 286.35165L458.79376 285.9454Q458.79376 283.58603 459.79376 282.33603Q460.79376 281.08603 462.77814 281.0704L462.98126 281.0704ZM461.5594 284.91415Q460.9969 284.91415 460.52814 285.24228Q460.0594 285.5704 459.8719 286.08603L459.8719 286.47665Q459.8719 287.53915 460.34064 288.17978Q460.825 288.8204 461.52814 288.8204Q462.2625 288.8204 462.6844 288.28915Q463.10626 287.74228 463.10626 286.86728Q463.10626 285.99228 462.6844 285.46103Q462.2625 284.91415 461.5594 284.91415ZM469.8719 285.85165Q469.54376 286.2579 469.0594 286.5079Q468.59064 286.74228 468.02814 286.74228Q467.29376 286.74228 466.7469 286.3829Q466.2 286.02353 465.90314 285.36728Q465.60626 284.6954 465.60626 283.89853Q465.60626 283.05478 465.91876 282.36728Q466.2469 281.67978 466.84064 281.3204Q467.45 280.9454 468.2469 280.9454Q469.5125 280.9454 470.23126 281.89853Q470.96564 282.85165 470.96564 284.47665L470.96564 284.78915Q470.96564 287.28915 469.98126 288.42978Q468.9969 289.5704 467.0125 289.60165L466.79376 289.60165L466.79376 288.6954L467.02814 288.6954Q468.3719 288.66415 469.09064 287.99228Q469.8094 287.3204 469.8719 285.85165ZM468.2 285.85165Q468.7469 285.85165 469.2 285.52353Q469.66876 285.17978 469.8875 284.6954L469.8875 284.2579Q469.8875 283.1954 469.41876 282.52353Q468.95 281.85165 468.2469 281.85165Q467.52814 281.85165 467.09064 282.39853Q466.66876 282.9454 466.66876 283.85165Q466.66876 284.72665 467.075 285.28915Q467.4969 285.85165 468.2 285.85165ZM477.29376 286.74228L478.48126 286.74228L478.48126 287.61728L477.29376 287.61728L477.29376 289.60165L476.21564 289.60165L476.21564 287.61728L472.325 287.61728L472.325 286.97665L476.1375 281.0704L477.29376 281.0704L477.29376 286.74228ZM473.5594 286.74228L476.21564 286.74228L476.21564 282.55478L476.075 282.78915L473.5594 286.74228ZM482.34064 286.1954Q482.34064 287.5079 481.9969 288.71103Q481.65314 289.89853 480.9344 290.91415Q480.23126 291.92978 479.46564 292.35165L479.23126 291.6954Q480.1375 291.0079 480.6844 289.55478Q481.23126 288.08603 481.2469 286.3204L481.2469 286.1329Q481.2469 284.89853 480.98126 283.83603Q480.73126 282.77353 480.2625 281.9454Q479.8094 281.10165 479.23126 280.6329L479.46564 279.97665Q480.23126 280.39853 480.9344 281.39853Q481.6375 282.39853 481.98126 283.61728Q482.34064 284.8204 482.34064 286.1954Z" fill-rule="nonzero"/><path fill="#666666" d="M132.32812 77.40129L132.5 78.52629L132.73438 77.510666L134.42188 71.55754L135.375 71.55754L137.01562 77.510666L137.25 78.541916L137.4375 77.385666L138.76562 71.55754L139.89062 71.55754L137.82812 80.08879L136.79688 80.08879L135.03125 73.87004L134.90625 73.21379L134.76562 73.87004L132.95312 80.08879L131.92188 80.08879L129.85938 71.55754L130.98438 71.55754L132.32812 77.40129ZM142.5 80.08879L141.42188 80.08879L141.42188 73.74504L142.5 73.74504L142.5 80.08879ZM141.32812 72.073166Q141.32812 71.80754 141.48438 71.62004Q141.65625 71.43254 141.96875 71.43254Q142.28125 71.43254 142.4375 71.62004Q142.60938 71.80754 142.60938 72.073166Q142.60938 72.323166 142.4375 72.510666Q142.28125 72.68254 141.96875 72.68254Q141.65625 72.68254 141.48438 72.510666Q141.32812 72.323166 141.32812 72.073166ZM145.79688 72.21379L145.79688 73.74504L146.96875 73.74504L146.96875 74.58879L145.79688 74.58879L145.79688 78.510666Q145.79688 78.90129 145.95312 79.08879Q146.10938 79.27629 146.48438 79.27629Q146.67188 79.27629 147.0 79.21379L147.0 80.08879Q146.57812 80.21379 146.17188 80.21379Q145.45312 80.21379 145.07812 79.77629Q144.70312 79.323166 144.70312 78.510666L144.70312 74.58879L143.54688 74.58879L143.54688 73.74504L144.70312 73.74504L144.70312 72.21379L145.79688 72.21379ZM149.40625 74.510666Q150.125 73.635666 151.28125 73.635666Q153.29688 73.635666 153.3125 75.90129L153.3125 80.08879L152.21875 80.08879L152.21875 75.885666Q152.21875 75.21379 151.90625 74.885666Q151.60938 74.55754 150.95312 74.55754Q150.42188 74.55754 150.01562 74.83879Q149.625 75.12004 149.40625 75.573166L149.40625 80.08879L148.32812 80.08879L148.32812 71.08879L149.40625 71.08879L149.40625 74.510666ZM156.5 80.08879L155.42188 80.08879L155.42188 73.74504L156.5 73.74504L156.5 80.08879ZM155.32812 72.073166Q155.32812 71.80754 155.48438 71.62004Q155.65625 71.43254 155.96875 71.43254Q156.28125 71.43254 156.4375 71.62004Q156.60938 71.80754 156.60938 72.073166Q156.60938 72.323166 156.4375 72.510666Q156.28125 72.68254 155.96875 72.68254Q155.65625 72.68254 155.48438 72.510666Q155.32812 72.323166 155.32812 72.073166ZM159.34375 73.74504L159.375 74.541916Q160.10938 73.635666 161.28125 73.635666Q163.29688 73.635666 163.3125 75.90129L163.3125 80.08879L162.21875 80.08879L162.21875 75.885666Q162.21875 75.21379 161.90625 74.885666Q161.60938 74.55754 160.95312 74.55754Q160.42188 74.55754 160.01562 74.83879Q159.625 75.12004 159.40625 75.573166L159.40625 80.08879L158.32812 80.08879L158.32812 73.74504L159.34375 73.74504ZM173.5625 76.448166Q173.5625 78.354416 172.90625 79.291916Q172.26562 80.21379 170.875 80.21379Q169.51562 80.21379 168.85938 79.30754Q168.20312 78.40129 168.17188 76.58879L168.17188 75.15129Q168.17188 73.260666 168.8125 72.354416Q169.46875 71.43254 170.85938 71.43254Q172.23438 71.43254 172.89062 72.323166Q173.54688 73.198166 173.5625 75.041916L173.5625 76.448166ZM172.46875 74.96379Q172.46875 73.58879 172.07812 72.96379Q171.70312 72.323166 170.85938 72.323166Q170.03125 72.323166 169.64062 72.96379Q169.26562 73.58879 169.26562 74.885666L169.26562 76.62004Q169.26562 77.99504 169.65625 78.666916Q170.0625 79.323166 170.875 79.323166Q171.67188 79.323166 172.0625 78.698166Q172.45312 78.073166 172.46875 76.74504L172.46875 74.96379ZM181.54688 76.27629L175.6875 76.27629L175.6875 75.385666L181.54688 75.385666L181.54688 76.27629ZM183.70312 75.80754L184.14062 71.55754L188.51562 71.55754L188.51562 72.55754L185.0625 72.55754L184.79688 74.885666Q185.4375 74.510666 186.23438 74.510666Q187.39062 74.510666 188.07812 75.291916Q188.76562 76.05754 188.76562 77.37004Q188.76562 78.68254 188.04688 79.448166Q187.34375 80.21379 186.0625 80.21379Q184.9375 80.21379 184.21875 79.58879Q183.5 78.948166 183.40625 77.83879L184.42188 77.83879Q184.53125 78.573166 184.95312 78.948166Q185.375 79.323166 186.0625 79.323166Q186.8125 79.323166 187.25 78.80754Q187.6875 78.291916 187.6875 77.385666Q187.6875 76.52629 187.21875 76.010666Q186.75 75.49504 185.96875 75.49504Q185.26562 75.49504 184.85938 75.791916L184.57812 76.02629L183.70312 75.80754ZM194.34375 73.74504L194.375 74.448166Q195.0625 73.635666 196.25 73.635666Q197.57812 73.635666 198.0625 74.65129Q198.375 74.198166 198.875 73.916916Q199.39062 73.635666 200.07812 73.635666Q202.17188 73.635666 202.20312 75.83879L202.20312 80.08879L201.125 80.08879L201.125 75.90129Q201.125 75.229416 200.8125 74.90129Q200.5 74.55754 199.76562 74.55754Q199.15625 74.55754 198.75 74.916916Q198.35938 75.27629 198.29688 75.885666L198.29688 80.08879L197.21875 80.08879L197.21875 75.93254Q197.21875 74.55754 195.85938 74.55754Q194.79688 74.55754 194.40625 75.46379L194.40625 80.08879L193.3125 80.08879L193.3125 73.74504L194.34375 73.74504ZM204.03125 76.854416Q204.03125 75.93254 204.39062 75.18254Q204.76562 74.43254 205.42188 74.041916Q206.07812 73.635666 206.90625 73.635666Q208.20312 73.635666 209.0 74.52629Q209.8125 75.416916 209.8125 76.916916L209.8125 76.99504Q209.8125 77.916916 209.45312 78.65129Q209.09375 79.385666 208.4375 79.80754Q207.78125 80.21379 206.92188 80.21379Q205.64062 80.21379 204.82812 79.323166Q204.03125 78.416916 204.03125 76.93254L204.03125 76.854416ZM205.125 76.99504Q205.125 78.041916 205.60938 78.68254Q206.10938 79.323166 206.92188 79.323166Q207.75 79.323166 208.23438 78.68254Q208.71875 78.02629 208.71875 76.854416Q208.71875 75.823166 208.21875 75.18254Q207.73438 74.52629 206.90625 74.52629Q206.10938 74.52629 205.60938 75.166916Q205.125 75.791916 205.125 76.99504ZM212.34375 73.74504L212.375 74.541916Q213.10938 73.635666 214.28125 73.635666Q216.29688 73.635666 216.3125 75.90129L216.3125 80.08879L215.21875 80.08879L215.21875 75.885666Q215.21875 75.21379 214.90625 74.885666Q214.60938 74.55754 213.95312 74.55754Q213.42188 74.55754 213.01562 74.83879Q212.625 75.12004 212.40625 75.573166L212.40625 80.08879L211.32812 80.08879L211.32812 73.74504L212.34375 73.74504ZM219.79688 72.21379L219.79688 73.74504L220.96875 73.74504L220.96875 74.58879L219.79688 74.58879L219.79688 78.510666Q219.79688 78.90129 219.95312 79.08879Q220.10938 79.27629 220.48438 79.27629Q220.67188 79.27629 221.0 79.21379L221.0 80.08879Q220.57812 80.21379 220.17188 80.21379Q219.45312 80.21379 219.07812 79.77629Q218.70312 79.323166 218.70312 78.510666L218.70312 74.58879L217.54688 74.58879L217.54688 73.74504L218.70312 73.74504L218.70312 72.21379L219.79688 72.21379ZM223.40625 74.510666Q224.125 73.635666 225.28125 73.635666Q227.29688 73.635666 227.3125 75.90129L227.3125 80.08879L226.21875 80.08879L226.21875 75.885666Q226.21875 75.21379 225.90625 74.885666Q225.60938 74.55754 224.95312 74.55754Q224.42188 74.55754 224.01562 74.83879Q223.625 75.12004 223.40625 75.573166L223.40625 80.08879L222.32812 80.08879L222.32812 71.08879L223.40625 71.08879L223.40625 74.510666ZM233.01562 78.40129Q233.01562 77.96379 232.67188 77.729416Q232.34375 77.479416 231.51562 77.30754Q230.70312 77.135666 230.21875 76.885666Q229.73438 76.635666 229.5 76.30754Q229.28125 75.96379 229.28125 75.49504Q229.28125 74.71379 229.9375 74.18254Q230.59375 73.635666 231.625 73.635666Q232.70312 73.635666 233.35938 74.198166Q234.03125 74.74504 234.03125 75.604416L232.95312 75.604416Q232.95312 75.166916 232.5625 74.854416Q232.1875 74.52629 231.625 74.52629Q231.03125 74.52629 230.6875 74.791916Q230.35938 75.041916 230.35938 75.448166Q230.35938 75.83879 230.67188 76.041916Q230.98438 76.24504 231.79688 76.43254Q232.60938 76.604416 233.10938 76.854416Q233.60938 77.104416 233.84375 77.46379Q234.09375 77.823166 234.09375 78.323166Q234.09375 79.18254 233.40625 79.698166Q232.73438 80.21379 231.65625 80.21379Q230.89062 80.21379 230.29688 79.948166Q229.71875 79.666916 229.39062 79.18254Q229.0625 78.698166 229.0625 78.135666L230.14062 78.135666Q230.17188 78.68254 230.57812 79.010666Q230.98438 79.323166 231.65625 79.323166Q232.26562 79.323166 232.64062 79.073166Q233.01562 78.823166 233.01562 78.40129Z" fill-rule="nonzero"/><path fill="#666666" d="M137.20312 108.320496L133.625 108.320496L132.82812 110.55487L131.67188 110.55487L134.92188 102.02362L135.90625 102.02362L139.17188 110.55487L138.01562 110.55487L137.20312 108.320496ZM133.96875 107.39862L136.875 107.39862L135.42188 103.414246L133.96875 107.39862ZM140.85938 110.55487L140.85938 105.05487L139.85938 105.05487L139.85938 104.21112L140.85938 104.21112L140.85938 103.570496Q140.85938 102.539246 141.39062 101.99237Q141.9375 101.42987 142.9375 101.42987Q143.3125 101.42987 143.6875 101.52362L143.625 102.414246Q143.34375 102.351746 143.04688 102.351746Q142.51562 102.351746 142.21875 102.664246Q141.9375 102.976746 141.9375 103.539246L141.9375 104.21112L143.29688 104.21112L143.29688 105.05487L141.9375 105.05487L141.9375 110.55487L140.85938 110.55487ZM145.79688 102.67987L145.79688 104.21112L146.96875 104.21112L146.96875 105.05487L145.79688 105.05487L145.79688 108.976746Q145.79688 109.36737 145.95312 109.55487Q146.10938 109.74237 146.48438 109.74237Q146.67188 109.74237 147.0 109.67987L147.0 110.55487Q146.57812 110.67987 146.17188 110.67987Q145.45312 110.67987 145.07812 110.24237Q144.70312 109.789246 144.70312 108.976746L144.70312 105.05487L143.54688 105.05487L143.54688 104.21112L144.70312 104.21112L144.70312 102.67987L145.79688 102.67987ZM150.95312 110.67987Q149.65625 110.67987 148.84375 109.83612Q148.04688 108.976746 148.04688 107.55487L148.04688 107.36737Q148.04688 106.414246 148.40625 105.67987Q148.76562 104.92987 149.40625 104.52362Q150.0625 104.101746 150.8125 104.101746Q152.04688 104.101746 152.73438 104.914246Q153.42188 105.726746 153.42188 107.24237L153.42188 107.695496L149.125 107.695496Q149.15625 108.632996 149.67188 109.21112Q150.20312 109.789246 151.01562 109.789246Q151.57812 109.789246 151.96875 109.55487Q152.375 109.320496 152.6875 108.92987L153.34375 109.445496Q152.54688 110.67987 150.95312 110.67987ZM150.8125 104.99237Q150.15625 104.99237 149.70312 105.476746Q149.26562 105.945496 149.17188 106.80487L152.34375 106.80487L152.34375 106.726746Q152.29688 105.89862 151.89062 105.445496Q151.5 104.99237 150.8125 104.99237ZM157.39062 105.17987Q157.14062 105.14862 156.85938 105.14862Q155.78125 105.14862 155.40625 106.05487L155.40625 110.55487L154.32812 110.55487L154.32812 104.21112L155.375 104.21112L155.39062 104.945496Q155.92188 104.101746 156.90625 104.101746Q157.21875 104.101746 157.39062 104.17987L157.39062 105.17987ZM165.46875 102.02362L165.46875 102.92987L165.26562 102.92987Q164.0 102.96112 163.25 103.695496Q162.5 104.414246 162.375 105.726746Q163.0625 104.96112 164.21875 104.96112Q165.32812 104.96112 166.0 105.74237Q166.67188 106.52362 166.67188 107.77362Q166.67188 109.08612 165.95312 109.882996Q165.23438 110.67987 164.01562 110.67987Q162.79688 110.67987 162.03125 109.74237Q161.28125 108.789246 161.28125 107.30487L161.28125 106.89862Q161.28125 104.539246 162.28125 103.289246Q163.28125 102.039246 165.26562 102.02362L165.46875 102.02362ZM164.04688 105.86737Q163.48438 105.86737 163.01562 106.195496Q162.54688 106.52362 162.35938 107.039246L162.35938 107.42987Q162.35938 108.49237 162.82812 109.132996Q163.3125 109.77362 164.01562 109.77362Q164.75 109.77362 165.17188 109.24237Q165.59375 108.695496 165.59375 107.820496Q165.59375 106.945496 165.17188 106.414246Q164.75 105.86737 164.04688 105.86737ZM174.54688 106.74237L168.6875 106.74237L168.6875 105.851746L174.54688 105.851746L174.54688 106.74237ZM179.76562 110.55487L178.6875 110.55487L178.6875 103.33612L176.5 104.132996L176.5 103.14862L179.60938 101.976746L179.76562 101.976746L179.76562 110.55487ZM186.76562 110.55487L185.6875 110.55487L185.6875 103.33612L183.5 104.132996L183.5 103.14862L186.60938 101.976746L186.76562 101.976746L186.76562 110.55487ZM194.34375 104.21112L194.375 104.914246Q195.0625 104.101746 196.25 104.101746Q197.57812 104.101746 198.0625 105.11737Q198.375 104.664246 198.875 104.382996Q199.39062 104.101746 200.07812 104.101746Q202.17188 104.101746 202.20312 106.30487L202.20312 110.55487L201.125 110.55487L201.125 106.36737Q201.125 105.695496 200.8125 105.36737Q200.5 105.02362 199.76562 105.02362Q199.15625 105.02362 198.75 105.382996Q198.35938 105.74237 198.29688 106.351746L198.29688 110.55487L197.21875 110.55487L197.21875 106.39862Q197.21875 105.02362 195.85938 105.02362Q194.79688 105.02362 194.40625 105.92987L194.40625 110.55487L193.3125 110.55487L193.3125 104.21112L194.34375 104.21112ZM204.03125 107.320496Q204.03125 106.39862 204.39062 105.64862Q204.76562 104.89862 205.42188 104.507996Q206.07812 104.101746 206.90625 104.101746Q208.20312 104.101746 209.0 104.99237Q209.8125 105.882996 209.8125 107.382996L209.8125 107.46112Q209.8125 108.382996 209.45312 109.11737Q209.09375 109.851746 208.4375 110.27362Q207.78125 110.67987 206.92188 110.67987Q205.64062 110.67987 204.82812 109.789246Q204.03125 108.882996 204.03125 107.39862L204.03125 107.320496ZM205.125 107.46112Q205.125 108.507996 205.60938 109.14862Q206.10938 109.789246 206.92188 109.789246Q207.75 109.789246 208.23438 109.14862Q208.71875 108.49237 208.71875 107.320496Q208.71875 106.289246 208.21875 105.64862Q207.73438 104.99237 206.90625 104.99237Q206.10938 104.99237 205.60938 105.632996Q205.125 106.257996 205.125 107.46112ZM212.34375 104.21112L212.375 105.007996Q213.10938 104.101746 214.28125 104.101746Q216.29688 104.101746 216.3125 106.36737L216.3125 110.55487L215.21875 110.55487L215.21875 106.351746Q215.21875 105.67987 214.90625 105.351746Q214.60938 105.02362 213.95312 105.02362Q213.42188 105.02362 213.01562 105.30487Q212.625 105.58612 212.40625 106.039246L212.40625 110.55487L211.32812 110.55487L211.32812 104.21112L212.34375 104.21112ZM219.79688 102.67987L219.79688 104.21112L220.96875 104.21112L220.96875 105.05487L219.79688 105.05487L219.79688 108.976746Q219.79688 109.36737 219.95312 109.55487Q220.10938 109.74237 220.48438 109.74237Q220.67188 109.74237 221.0 109.67987L221.0 110.55487Q220.57812 110.67987 220.17188 110.67987Q219.45312 110.67987 219.07812 110.24237Q218.70312 109.789246 218.70312 108.976746L218.70312 105.05487L217.54688 105.05487L217.54688 104.21112L218.70312 104.21112L218.70312 102.67987L219.79688 102.67987ZM223.40625 104.976746Q224.125 104.101746 225.28125 104.101746Q227.29688 104.101746 227.3125 106.36737L227.3125 110.55487L226.21875 110.55487L226.21875 106.351746Q226.21875 105.67987 225.90625 105.351746Q225.60938 105.02362 224.95312 105.02362Q224.42188 105.02362 224.01562 105.30487Q223.625 105.58612 223.40625 106.039246L223.40625 110.55487L222.32812 110.55487L222.32812 101.55487L223.40625 101.55487L223.40625 104.976746ZM233.01562 108.86737Q233.01562 108.42987 232.67188 108.195496Q232.34375 107.945496 231.51562 107.77362Q230.70312 107.601746 230.21875 107.351746Q229.73438 107.101746 229.5 106.77362Q229.28125 106.42987 229.28125 105.96112Q229.28125 105.17987 229.9375 104.64862Q230.59375 104.101746 231.625 104.101746Q232.70312 104.101746 233.35938 104.664246Q234.03125 105.21112 234.03125 106.070496L232.95312 106.070496Q232.95312 105.632996 232.5625 105.320496Q232.1875 104.99237 231.625 104.99237Q231.03125 104.99237 230.6875 105.257996Q230.35938 105.507996 230.35938 105.914246Q230.35938 106.30487 230.67188 106.507996Q230.98438 106.71112 231.79688 106.89862Q232.60938 107.070496 233.10938 107.320496Q233.60938 107.570496 233.84375 107.92987Q234.09375 108.289246 234.09375 108.789246Q234.09375 109.64862 233.40625 110.164246Q232.73438 110.67987 231.65625 110.67987Q230.89062 110.67987 230.29688 110.414246Q229.71875 110.132996 229.39062 109.64862Q229.0625 109.164246 229.0625 108.601746L230.14062 108.601746Q230.17188 109.14862 230.57812 109.476746Q230.98438 109.789246 231.65625 109.789246Q232.26562 109.789246 232.64062 109.539246Q233.01562 109.289246 233.01562 108.86737Z" fill-rule="nonzero"/><path fill="#666666" d="M157.20312 138.78658L153.625 138.78658L152.82812 141.02095L151.67188 141.02095L154.92188 132.4897L155.90625 132.4897L159.17188 141.02095L158.01562 141.02095L157.20312 138.78658ZM153.96875 137.8647L156.875 137.8647L155.42188 133.88033L153.96875 137.8647ZM160.85938 141.02095L160.85938 135.52095L159.85938 135.52095L159.85938 134.6772L160.85938 134.6772L160.85938 134.03658Q160.85938 133.00533 161.39062 132.45845Q161.9375 131.89595 162.9375 131.89595Q163.3125 131.89595 163.6875 131.9897L163.625 132.88033Q163.34375 132.81783 163.04688 132.81783Q162.51562 132.81783 162.21875 133.13033Q161.9375 133.44283 161.9375 134.00533L161.9375 134.6772L163.29688 134.6772L163.29688 135.52095L161.9375 135.52095L161.9375 141.02095L160.85938 141.02095ZM165.79688 133.14595L165.79688 134.6772L166.96875 134.6772L166.96875 135.52095L165.79688 135.52095L165.79688 139.44283Q165.79688 139.83345 165.95312 140.02095Q166.10938 140.20845 166.48438 140.20845Q166.67188 140.20845 167.0 140.14595L167.0 141.02095Q166.57812 141.14595 166.17188 141.14595Q165.45312 141.14595 165.07812 140.70845Q164.70312 140.25533 164.70312 139.44283L164.70312 135.52095L163.54688 135.52095L163.54688 134.6772L164.70312 134.6772L164.70312 133.14595L165.79688 133.14595ZM170.95312 141.14595Q169.65625 141.14595 168.84375 140.3022Q168.04688 139.44283 168.04688 138.02095L168.04688 137.83345Q168.04688 136.88033 168.40625 136.14595Q168.76562 135.39595 169.40625 134.9897Q170.0625 134.56783 170.8125 134.56783Q172.04688 134.56783 172.73438 135.38033Q173.42188 136.19283 173.42188 137.70845L173.42188 138.16158L169.125 138.16158Q169.15625 139.09908 169.67188 139.6772Q170.20312 140.25533 171.01562 140.25533Q171.57812 140.25533 171.96875 140.02095Q172.375 139.78658 172.6875 139.39595L173.34375 139.91158Q172.54688 141.14595 170.95312 141.14595ZM170.8125 135.45845Q170.15625 135.45845 169.70312 135.94283Q169.26562 136.41158 169.17188 137.27095L172.34375 137.27095L172.34375 137.19283Q172.29688 136.3647 171.89062 135.91158Q171.5 135.45845 170.8125 135.45845ZM177.39062 135.64595Q177.14062 135.6147 176.85938 135.6147Q175.78125 135.6147 175.40625 136.52095L175.40625 141.02095L174.32812 141.02095L174.32812 134.6772L175.375 134.6772L175.39062 135.41158Q175.92188 134.56783 176.90625 134.56783Q177.21875 134.56783 177.39062 134.64595L177.39062 135.64595ZM184.76562 141.02095L183.6875 141.02095L183.6875 133.8022L181.5 134.59908L181.5 133.6147L184.60938 132.44283L184.76562 132.44283L184.76562 141.02095ZM194.54688 137.20845L188.6875 137.20845L188.6875 136.31783L194.54688 136.31783L194.54688 137.20845ZM201.79688 141.02095L196.20312 141.02095L196.20312 140.2397L199.15625 136.95845Q199.8125 136.20845 200.0625 135.75533Q200.3125 135.28658 200.3125 134.78658Q200.3125 134.1147 199.90625 133.69283Q199.51562 133.25533 198.82812 133.25533Q198.03125 133.25533 197.57812 133.72408Q197.125 134.1772 197.125 135.00533L196.04688 135.00533Q196.04688 133.81783 196.79688 133.09908Q197.5625 132.3647 198.82812 132.3647Q200.03125 132.3647 200.71875 132.9897Q201.40625 133.6147 201.40625 134.66158Q201.40625 135.91158 199.79688 137.66158L197.51562 140.13033L201.79688 140.13033L201.79688 141.02095ZM208.39062 139.4272L209.875 134.6772L211.03125 134.6772L208.48438 142.00533Q207.89062 143.58345 206.60938 143.58345L206.39062 143.56783L206.0 143.4897L206.0 142.6147L206.28125 142.63033Q206.84375 142.63033 207.14062 142.41158Q207.45312 142.19283 207.65625 141.59908L207.89062 140.94283L205.625 134.6772L206.8125 134.6772L208.39062 139.4272ZM214.95312 141.14595Q213.65625 141.14595 212.84375 140.3022Q212.04688 139.44283 212.04688 138.02095L212.04688 137.83345Q212.04688 136.88033 212.40625 136.14595Q212.76562 135.39595 213.40625 134.9897Q214.0625 134.56783 214.8125 134.56783Q216.04688 134.56783 216.73438 135.38033Q217.42188 136.19283 217.42188 137.70845L217.42188 138.16158L213.125 138.16158Q213.15625 139.09908 213.67188 139.6772Q214.20312 140.25533 215.01562 140.25533Q215.57812 140.25533 215.96875 140.02095Q216.375 139.78658 216.6875 139.39595L217.34375 139.91158Q216.54688 141.14595 214.95312 141.14595ZM214.8125 135.45845Q214.15625 135.45845 213.70312 135.94283Q213.26562 136.41158 213.17188 137.27095L216.34375 137.27095L216.34375 137.19283Q216.29688 136.3647 215.89062 135.91158Q215.5 135.45845 214.8125 135.45845ZM222.23438 141.02095Q222.14062 140.83345 222.07812 140.34908Q221.32812 141.14595 220.28125 141.14595Q219.34375 141.14595 218.73438 140.6147Q218.14062 140.08345 218.14062 139.25533Q218.14062 138.27095 218.89062 137.72408Q219.64062 137.1772 221.01562 137.1772L222.0625 137.1772L222.0625 136.6772Q222.0625 136.1147 221.71875 135.78658Q221.39062 135.44283 220.71875 135.44283Q220.14062 135.44283 219.75 135.7397Q219.35938 136.02095 219.35938 136.44283L218.26562 136.44283Q218.26562 135.95845 218.59375 135.52095Q218.9375 135.08345 219.51562 134.83345Q220.09375 134.56783 220.78125 134.56783Q221.89062 134.56783 222.5 135.1147Q223.125 135.66158 223.15625 136.6147L223.15625 139.53658Q223.15625 140.41158 223.375 140.9272L223.375 141.02095L222.23438 141.02095ZM220.4375 140.19283Q220.95312 140.19283 221.40625 139.9272Q221.85938 139.66158 222.0625 139.2397L222.0625 137.94283L221.21875 137.94283Q219.21875 137.94283 219.21875 139.1147Q219.21875 139.6147 219.5625 139.91158Q219.90625 140.19283 220.4375 140.19283ZM228.39062 135.64595Q228.14062 135.6147 227.85938 135.6147Q226.78125 135.6147 226.40625 136.52095L226.40625 141.02095L225.32812 141.02095L225.32812 134.6772L226.375 134.6772L226.39062 135.41158Q226.92188 134.56783 227.90625 134.56783Q228.21875 134.56783 228.39062 134.64595L228.39062 135.64595ZM233.01562 139.33345Q233.01562 138.89595 232.67188 138.66158Q232.34375 138.41158 231.51562 138.2397Q230.70312 138.06783 230.21875 137.81783Q229.73438 137.56783 229.5 137.2397Q229.28125 136.89595 229.28125 136.4272Q229.28125 135.64595 229.9375 135.1147Q230.59375 134.56783 231.625 134.56783Q232.70312 134.56783 233.35938 135.13033Q234.03125 135.6772 234.03125 136.53658L232.95312 136.53658Q232.95312 136.09908 232.5625 135.78658Q232.1875 135.45845 231.625 135.45845Q231.03125 135.45845 230.6875 135.72408Q230.35938 135.97408 230.35938 136.38033Q230.35938 136.77095 230.67188 136.97408Q230.98438 137.1772 231.79688 137.3647Q232.60938 137.53658 233.10938 137.78658Q233.60938 138.03658 233.84375 138.39595Q234.09375 138.75533 234.09375 139.25533Q234.09375 140.1147 233.40625 140.63033Q232.73438 141.14595 231.65625 141.14595Q230.89062 141.14595 230.29688 140.88033Q229.71875 140.59908 229.39062 140.1147Q229.0625 139.63033 229.0625 139.06783L230.14062 139.06783Q230.17188 139.6147 230.57812 139.94283Q230.98438 140.25533 231.65625 140.25533Q232.26562 140.25533 232.64062 140.00533Q233.01562 139.75533 233.01562 139.33345Z" fill-rule="nonzero"/><path fill="#666666" d="M113.203125 169.25266L109.625 169.25266L108.828125 171.48703L107.671875 171.48703L110.921875 162.95578L111.90625 162.95578L115.171875 171.48703L114.015625 171.48703L113.203125 169.25266ZM109.96875 168.33078L112.875 168.33078L111.421875 164.3464L109.96875 168.33078ZM116.859375 171.48703L116.859375 165.98703L115.859375 165.98703L115.859375 165.14328L116.859375 165.14328L116.859375 164.50266Q116.859375 163.4714 117.390625 162.92453Q117.9375 162.36203 118.9375 162.36203Q119.3125 162.36203 119.6875 162.45578L119.625 163.3464Q119.34375 163.2839 119.046875 163.2839Q118.515625 163.2839 118.21875 163.5964Q117.9375 163.9089 117.9375 164.4714L117.9375 165.14328L119.296875 165.14328L119.296875 165.98703L117.9375 165.98703L117.9375 171.48703L116.859375 171.48703ZM121.796875 163.61203L121.796875 165.14328L122.96875 165.14328L122.96875 165.98703L121.796875 165.98703L121.796875 169.9089Q121.796875 170.29953 121.953125 170.48703Q122.109375 170.67453 122.484375 170.67453Q122.671875 170.67453 123.0 170.61203L123.0 171.48703Q122.578125 171.61203 122.171875 171.61203Q121.453125 171.61203 121.078125 171.17453Q120.703125 170.7214 120.703125 169.9089L120.703125 165.98703L119.546875 165.98703L119.546875 165.14328L120.703125 165.14328L120.703125 163.61203L121.796875 163.61203ZM126.953125 171.61203Q125.65625 171.61203 124.84375 170.76828Q124.046875 169.9089 124.046875 168.48703L124.046875 168.29953Q124.046875 167.3464 124.40625 166.61203Q124.765625 165.86203 125.40625 165.45578Q126.0625 165.0339 126.8125 165.0339Q128.04688 165.0339 128.73438 165.8464Q129.42188 166.6589 129.42188 168.17453L129.42188 168.62766L125.125 168.62766Q125.15625 169.56516 125.671875 170.14328Q126.203125 170.7214 127.015625 170.7214Q127.578125 170.7214 127.96875 170.48703Q128.375 170.25266 128.6875 169.86203L129.34375 170.37766Q128.54688 171.61203 126.953125 171.61203ZM126.8125 165.92453Q126.15625 165.92453 125.703125 166.4089Q125.265625 166.87766 125.171875 167.73703L128.34375 167.73703L128.34375 167.6589Q128.29688 166.83078 127.890625 166.37766Q127.5 165.92453 126.8125 165.92453ZM133.39062 166.11203Q133.14062 166.08078 132.85938 166.08078Q131.78125 166.08078 131.40625 166.98703L131.40625 171.48703L130.32812 171.48703L130.32812 165.14328L131.375 165.14328L131.39062 165.87766Q131.92188 165.0339 132.90625 165.0339Q133.21875 165.0339 133.39062 165.11203L133.39062 166.11203ZM138.34375 165.14328L138.375 165.8464Q139.0625 165.0339 140.25 165.0339Q141.57812 165.0339 142.0625 166.04953Q142.375 165.5964 142.875 165.31516Q143.39062 165.0339 144.07812 165.0339Q146.17188 165.0339 146.20312 167.23703L146.20312 171.48703L145.125 171.48703L145.125 167.29953Q145.125 166.62766 144.8125 166.29953Q144.5 165.95578 143.76562 165.95578Q143.15625 165.95578 142.75 166.31516Q142.35938 166.67453 142.29688 167.2839L142.29688 171.48703L141.21875 171.48703L141.21875 167.33078Q141.21875 165.95578 139.85938 165.95578Q138.79688 165.95578 138.40625 166.86203L138.40625 171.48703L137.3125 171.48703L137.3125 165.14328L138.34375 165.14328ZM148.03125 168.25266Q148.03125 167.33078 148.39062 166.58078Q148.76562 165.83078 149.42188 165.44016Q150.07812 165.0339 150.90625 165.0339Q152.20312 165.0339 153.0 165.92453Q153.8125 166.81516 153.8125 168.31516L153.8125 168.39328Q153.8125 169.31516 153.45312 170.04953Q153.09375 170.7839 152.4375 171.20578Q151.78125 171.61203 150.92188 171.61203Q149.64062 171.61203 148.82812 170.7214Q148.03125 169.81516 148.03125 168.33078L148.03125 168.25266ZM149.125 168.39328Q149.125 169.44016 149.60938 170.08078Q150.10938 170.7214 150.92188 170.7214Q151.75 170.7214 152.23438 170.08078Q152.71875 169.42453 152.71875 168.25266Q152.71875 167.2214 152.21875 166.58078Q151.73438 165.92453 150.90625 165.92453Q150.10938 165.92453 149.60938 166.56516Q149.125 167.19016 149.125 168.39328ZM158.39062 166.11203Q158.14062 166.08078 157.85938 166.08078Q156.78125 166.08078 156.40625 166.98703L156.40625 171.48703L155.32812 171.48703L155.32812 165.14328L156.375 165.14328L156.39062 165.87766Q156.92188 165.0339 157.90625 165.0339Q158.21875 165.0339 158.39062 165.11203L158.39062 166.11203ZM161.95312 171.61203Q160.65625 171.61203 159.84375 170.76828Q159.04688 169.9089 159.04688 168.48703L159.04688 168.29953Q159.04688 167.3464 159.40625 166.61203Q159.76562 165.86203 160.40625 165.45578Q161.0625 165.0339 161.8125 165.0339Q163.04688 165.0339 163.73438 165.8464Q164.42188 166.6589 164.42188 168.17453L164.42188 168.62766L160.125 168.62766Q160.15625 169.56516 160.67188 170.14328Q161.20312 170.7214 162.01562 170.7214Q162.57812 170.7214 162.96875 170.48703Q163.375 170.25266 163.6875 169.86203L164.34375 170.37766Q163.54688 171.61203 161.95312 171.61203ZM161.8125 165.92453Q161.15625 165.92453 160.70312 166.4089Q160.26562 166.87766 160.17188 167.73703L163.34375 167.73703L163.34375 167.6589Q163.29688 166.83078 162.89062 166.37766Q162.5 165.92453 161.8125 165.92453ZM169.79688 163.61203L169.79688 165.14328L170.96875 165.14328L170.96875 165.98703L169.79688 165.98703L169.79688 169.9089Q169.79688 170.29953 169.95312 170.48703Q170.10938 170.67453 170.48438 170.67453Q170.67188 170.67453 171.0 170.61203L171.0 171.48703Q170.57812 171.61203 170.17188 171.61203Q169.45312 171.61203 169.07812 171.17453Q168.70312 170.7214 168.70312 169.9089L168.70312 165.98703L167.54688 165.98703L167.54688 165.14328L168.70312 165.14328L168.70312 163.61203L169.79688 163.61203ZM173.40625 165.9089Q174.125 165.0339 175.28125 165.0339Q177.29688 165.0339 177.3125 167.29953L177.3125 171.48703L176.21875 171.48703L176.21875 167.2839Q176.21875 166.61203 175.90625 166.2839Q175.60938 165.95578 174.95312 165.95578Q174.42188 165.95578 174.01562 166.23703Q173.625 166.51828 173.40625 166.9714L173.40625 171.48703L172.32812 171.48703L172.32812 162.48703L173.40625 162.48703L173.40625 165.9089ZM183.23438 171.48703Q183.14062 171.29953 183.07812 170.81516Q182.32812 171.61203 181.28125 171.61203Q180.34375 171.61203 179.73438 171.08078Q179.14062 170.54953 179.14062 169.7214Q179.14062 168.73703 179.89062 168.19016Q180.64062 167.64328 182.01562 167.64328L183.0625 167.64328L183.0625 167.14328Q183.0625 166.58078 182.71875 166.25266Q182.39062 165.9089 181.71875 165.9089Q181.14062 165.9089 180.75 166.20578Q180.35938 166.48703 180.35938 166.9089L179.26562 166.9089Q179.26562 166.42453 179.59375 165.98703Q179.9375 165.54953 180.51562 165.29953Q181.09375 165.0339 181.78125 165.0339Q182.89062 165.0339 183.5 165.58078Q184.125 166.12766 184.15625 167.08078L184.15625 170.00266Q184.15625 170.87766 184.375 171.39328L184.375 171.48703L183.23438 171.48703ZM181.4375 170.6589Q181.95312 170.6589 182.40625 170.39328Q182.85938 170.12766 183.0625 169.70578L183.0625 168.4089L182.21875 168.4089Q180.21875 168.4089 180.21875 169.58078Q180.21875 170.08078 180.5625 170.37766Q180.90625 170.6589 181.4375 170.6589ZM187.34375 165.14328L187.375 165.94016Q188.10938 165.0339 189.28125 165.0339Q191.29688 165.0339 191.3125 167.29953L191.3125 171.48703L190.21875 171.48703L190.21875 167.2839Q190.21875 166.61203 189.90625 166.2839Q189.60938 165.95578 188.95312 165.95578Q188.42188 165.95578 188.01562 166.23703Q187.625 166.51828 187.40625 166.9714L187.40625 171.48703L186.32812 171.48703L186.32812 165.14328L187.34375 165.14328ZM201.79688 171.48703L196.20312 171.48703L196.20312 170.70578L199.15625 167.42453Q199.8125 166.67453 200.0625 166.2214Q200.3125 165.75266 200.3125 165.25266Q200.3125 164.58078 199.90625 164.1589Q199.51562 163.7214 198.82812 163.7214Q198.03125 163.7214 197.57812 164.19016Q197.125 164.64328 197.125 165.4714L196.04688 165.4714Q196.04688 164.2839 196.79688 163.56516Q197.5625 162.83078 198.82812 162.83078Q200.03125 162.83078 200.71875 163.45578Q201.40625 164.08078 201.40625 165.12766Q201.40625 166.37766 199.79688 168.12766L197.51562 170.5964L201.79688 170.5964L201.79688 171.48703ZM208.39062 169.89328L209.875 165.14328L211.03125 165.14328L208.48438 172.4714Q207.89062 174.04953 206.60938 174.04953L206.39062 174.0339L206.0 173.95578L206.0 173.08078L206.28125 173.0964Q206.84375 173.0964 207.14062 172.87766Q207.45312 172.6589 207.65625 172.06516L207.89062 171.4089L205.625 165.14328L206.8125 165.14328L208.39062 169.89328ZM214.95312 171.61203Q213.65625 171.61203 212.84375 170.76828Q212.04688 169.9089 212.04688 168.48703L212.04688 168.29953Q212.04688 167.3464 212.40625 166.61203Q212.76562 165.86203 213.40625 165.45578Q214.0625 165.0339 214.8125 165.0339Q216.04688 165.0339 216.73438 165.8464Q217.42188 166.6589 217.42188 168.17453L217.42188 168.62766L213.125 168.62766Q213.15625 169.56516 213.67188 170.14328Q214.20312 170.7214 215.01562 170.7214Q215.57812 170.7214 215.96875 170.48703Q216.375 170.25266 216.6875 169.86203L217.34375 170.37766Q216.54688 171.61203 214.95312 171.61203ZM214.8125 165.92453Q214.15625 165.92453 213.70312 166.4089Q213.26562 166.87766 213.17188 167.73703L216.34375 167.73703L216.34375 167.6589Q216.29688 166.83078 215.89062 166.37766Q215.5 165.92453 214.8125 165.92453ZM222.23438 171.48703Q222.14062 171.29953 222.07812 170.81516Q221.32812 171.61203 220.28125 171.61203Q219.34375 171.61203 218.73438 171.08078Q218.14062 170.54953 218.14062 169.7214Q218.14062 168.73703 218.89062 168.19016Q219.64062 167.64328 221.01562 167.64328L222.0625 167.64328L222.0625 167.14328Q222.0625 166.58078 221.71875 166.25266Q221.39062 165.9089 220.71875 165.9089Q220.14062 165.9089 219.75 166.20578Q219.35938 166.48703 219.35938 166.9089L218.26562 166.9089Q218.26562 166.42453 218.59375 165.98703Q218.9375 165.54953 219.51562 165.29953Q220.09375 165.0339 220.78125 165.0339Q221.89062 165.0339 222.5 165.58078Q223.125 166.12766 223.15625 167.08078L223.15625 170.00266Q223.15625 170.87766 223.375 171.39328L223.375 171.48703L222.23438 171.48703ZM220.4375 170.6589Q220.95312 170.6589 221.40625 170.39328Q221.85938 170.12766 222.0625 169.70578L222.0625 168.4089L221.21875 168.4089Q219.21875 168.4089 219.21875 169.58078Q219.21875 170.08078 219.5625 170.37766Q219.90625 170.6589 220.4375 170.6589ZM228.39062 166.11203Q228.14062 166.08078 227.85938 166.08078Q226.78125 166.08078 226.40625 166.98703L226.40625 171.48703L225.32812 171.48703L225.32812 165.14328L226.375 165.14328L226.39062 165.87766Q226.92188 165.0339 227.90625 165.0339Q228.21875 165.0339 228.39062 165.11203L228.39062 166.11203ZM233.01562 169.79953Q233.01562 169.36203 232.67188 169.12766Q232.34375 168.87766 231.51562 168.70578Q230.70312 168.5339 230.21875 168.2839Q229.73438 168.0339 229.5 167.70578Q229.28125 167.36203 229.28125 166.89328Q229.28125 166.11203 229.9375 165.58078Q230.59375 165.0339 231.625 165.0339Q232.70312 165.0339 233.35938 165.5964Q234.03125 166.14328 234.03125 167.00266L232.95312 167.00266Q232.95312 166.56516 232.5625 166.25266Q232.1875 165.92453 231.625 165.92453Q231.03125 165.92453 230.6875 166.19016Q230.35938 166.44016 230.35938 166.8464Q230.35938 167.23703 230.67188 167.44016Q230.98438 167.64328 231.79688 167.83078Q232.60938 168.00266 233.10938 168.25266Q233.60938 168.50266 233.84375 168.86203Q234.09375 169.2214 234.09375 169.7214Q234.09375 170.58078 233.40625 171.0964Q232.73438 171.61203 231.65625 171.61203Q230.89062 171.61203 230.29688 171.3464Q229.71875 171.06516 229.39062 170.58078Q229.0625 170.0964 229.0625 169.5339L230.14062 169.5339Q230.17188 170.08078 230.57812 170.4089Q230.98438 170.7214 231.65625 170.7214Q232.26562 170.7214 232.64062 170.4714Q233.01562 170.2214 233.01562 169.79953Z" fill-rule="nonzero"/><path fill="#666666" d="M83.703125 201.95311L82.578125 201.95311L82.578125 193.42186L83.703125 193.42186L83.703125 201.95311ZM86.796875 194.07811L86.796875 195.60936L87.96875 195.60936L87.96875 196.45311L86.796875 196.45311L86.796875 200.37498Q86.796875 200.76561 86.953125 200.95311Q87.109375 201.14061 87.484375 201.14061Q87.671875 201.14061 88.0 201.07811L88.0 201.95311Q87.578125 202.07811 87.171875 202.07811Q86.453125 202.07811 86.078125 201.64061Q85.703125 201.18748 85.703125 200.37498L85.703125 196.45311L84.546875 196.45311L84.546875 195.60936L85.703125 195.60936L85.703125 194.07811L86.796875 194.07811ZM89.984375 193.60936L89.859375 195.76561L89.109375 195.76561L89.109375 192.95311L89.984375 192.95311L89.984375 193.60936ZM95.015625 200.26561Q95.015625 199.82811 94.671875 199.59373Q94.34375 199.34373 93.515625 199.17186Q92.703125 198.99998 92.21875 198.74998Q91.734375 198.49998 91.5 198.17186Q91.28125 197.82811 91.28125 197.35936Q91.28125 196.57811 91.9375 196.04686Q92.59375 195.49998 93.625 195.49998Q94.703125 195.49998 95.359375 196.06248Q96.03125 196.60936 96.03125 197.46873L94.953125 197.46873Q94.953125 197.03123 94.5625 196.71873Q94.1875 196.39061 93.625 196.39061Q93.03125 196.39061 92.6875 196.65623Q92.359375 196.90623 92.359375 197.31248Q92.359375 197.70311 92.671875 197.90623Q92.984375 198.10936 93.796875 198.29686Q94.609375 198.46873 95.109375 198.71873Q95.609375 198.96873 95.84375 199.32811Q96.09375 199.68748 96.09375 200.18748Q96.09375 201.04686 95.40625 201.56248Q94.734375 202.07811 93.65625 202.07811Q92.890625 202.07811 92.296875 201.81248Q91.71875 201.53123 91.390625 201.04686Q91.0625 200.56248 91.0625 199.99998L92.140625 199.99998Q92.171875 200.54686 92.578125 200.87498Q92.984375 201.18748 93.65625 201.18748Q94.265625 201.18748 94.640625 200.93748Q95.015625 200.68748 95.015625 200.26561ZM100.0625 198.73436Q100.0625 197.26561 100.75 196.39061Q101.4375 195.49998 102.5625 195.49998Q103.671875 195.49998 104.328125 196.24998L104.328125 192.95311L105.40625 192.95311L105.40625 201.95311L104.40625 201.95311L104.359375 201.26561Q103.703125 202.07811 102.546875 202.07811Q101.453125 202.07811 100.75 201.17186Q100.0625 200.26561 100.0625 198.81248L100.0625 198.73436ZM101.140625 198.85936Q101.140625 199.93748 101.578125 200.54686Q102.03125 201.15623 102.8125 201.15623Q103.84375 201.15623 104.328125 200.21873L104.328125 197.31248Q103.84375 196.42186 102.828125 196.42186Q102.03125 196.42186 101.578125 197.03123Q101.140625 197.64061 101.140625 198.85936ZM108.5 201.95311L107.421875 201.95311L107.421875 195.60936L108.5 195.60936L108.5 201.95311ZM107.328125 193.93748Q107.328125 193.67186 107.484375 193.48436Q107.65625 193.29686 107.96875 193.29686Q108.28125 193.29686 108.4375 193.48436Q108.609375 193.67186 108.609375 193.93748Q108.609375 194.18748 108.4375 194.37498Q108.28125 194.54686 107.96875 194.54686Q107.65625 194.54686 107.484375 194.37498Q107.328125 194.18748 107.328125 193.93748ZM110.859375 201.95311L110.859375 196.45311L109.859375 196.45311L109.859375 195.60936L110.859375 195.60936L110.859375 194.96873Q110.859375 193.93748 111.390625 193.39061Q111.9375 192.82811 112.9375 192.82811Q113.3125 192.82811 113.6875 192.92186L113.625 193.81248Q113.34375 193.74998 113.046875 193.74998Q112.515625 193.74998 112.21875 194.06248Q111.9375 194.37498 111.9375 194.93748L111.9375 195.60936L113.296875 195.60936L113.296875 196.45311L111.9375 196.45311L111.9375 201.95311L110.859375 201.95311ZM114.859375 201.95311L114.859375 196.45311L113.859375 196.45311L113.859375 195.60936L114.859375 195.60936L114.859375 194.96873Q114.859375 193.93748 115.390625 193.39061Q115.9375 192.82811 116.9375 192.82811Q117.3125 192.82811 117.6875 192.92186L117.625 193.81248Q117.34375 193.74998 117.046875 193.74998Q116.515625 193.74998 116.21875 194.06248Q115.9375 194.37498 115.9375 194.93748L115.9375 195.60936L117.296875 195.60936L117.296875 196.45311L115.9375 196.45311L115.9375 201.95311L114.859375 201.95311ZM120.953125 202.07811Q119.65625 202.07811 118.84375 201.23436Q118.046875 200.37498 118.046875 198.95311L118.046875 198.76561Q118.046875 197.81248 118.40625 197.07811Q118.765625 196.32811 119.40625 195.92186Q120.0625 195.49998 120.8125 195.49998Q122.046875 195.49998 122.734375 196.31248Q123.421875 197.12498 123.421875 198.64061L123.421875 199.09373L119.125 199.09373Q119.15625 200.03123 119.671875 200.60936Q120.203125 201.18748 121.015625 201.18748Q121.578125 201.18748 121.96875 200.95311Q122.375 200.71873 122.6875 200.32811L123.34375 200.84373Q122.546875 202.07811 120.953125 202.07811ZM120.8125 196.39061Q120.15625 196.39061 119.703125 196.87498Q119.265625 197.34373 119.171875 198.20311L122.34375 198.20311L122.34375 198.12498Q122.296875 197.29686 121.890625 196.84373Q121.5 196.39061 120.8125 196.39061ZM127.390625 196.57811Q127.140625 196.54686 126.859375 196.54686Q125.78125 196.54686 125.40625 197.45311L125.40625 201.95311L124.328125 201.95311L124.328125 195.60936L125.375 195.60936L125.390625 196.34373Q125.921875 195.49998 126.90625 195.49998Q127.21875 195.49998 127.390625 195.57811L127.390625 196.57811ZM130.95312 202.07811Q129.65625 202.07811 128.84375 201.23436Q128.04688 200.37498 128.04688 198.95311L128.04688 198.76561Q128.04688 197.81248 128.40625 197.07811Q128.76562 196.32811 129.40625 195.92186Q130.0625 195.49998 130.8125 195.49998Q132.04688 195.49998 132.73438 196.31248Q133.42188 197.12498 133.42188 198.64061L133.42188 199.09373L129.125 199.09373Q129.15625 200.03123 129.67188 200.60936Q130.20312 201.18748 131.01562 201.18748Q131.57812 201.18748 131.96875 200.95311Q132.375 200.71873 132.6875 200.32811L133.34375 200.84373Q132.54688 202.07811 130.95312 202.07811ZM130.8125 196.39061Q130.15625 196.39061 129.70312 196.87498Q129.26562 197.34373 129.17188 198.20311L132.34375 198.20311L132.34375 198.12498Q132.29688 197.29686 131.89062 196.84373Q131.5 196.39061 130.8125 196.39061ZM135.34375 195.60936L135.375 196.40623Q136.10938 195.49998 137.28125 195.49998Q139.29688 195.49998 139.3125 197.76561L139.3125 201.95311L138.21875 201.95311L138.21875 197.74998Q138.21875 197.07811 137.90625 196.74998Q137.60938 196.42186 136.95312 196.42186Q136.42188 196.42186 136.01562 196.70311Q135.625 196.98436 135.40625 197.43748L135.40625 201.95311L134.32812 201.95311L134.32812 195.60936L135.34375 195.60936ZM142.79688 194.07811L142.79688 195.60936L143.96875 195.60936L143.96875 196.45311L142.79688 196.45311L142.79688 200.37498Q142.79688 200.76561 142.95312 200.95311Q143.10938 201.14061 143.48438 201.14061Q143.67188 201.14061 144.0 201.07811L144.0 201.95311Q143.57812 202.07811 143.17188 202.07811Q142.45312 202.07811 142.07812 201.64061Q141.70312 201.18748 141.70312 200.37498L141.70312 196.45311L140.54688 196.45311L140.54688 195.60936L141.70312 195.60936L141.70312 194.07811L142.79688 194.07811ZM148.85938 201.95311L148.85938 196.45311L147.85938 196.45311L147.85938 195.60936L148.85938 195.60936L148.85938 194.96873Q148.85938 193.93748 149.39062 193.39061Q149.9375 192.82811 150.9375 192.82811Q151.3125 192.82811 151.6875 192.92186L151.625 193.81248Q151.34375 193.74998 151.04688 193.74998Q150.51562 193.74998 150.21875 194.06248Q149.9375 194.37498 149.9375 194.93748L149.9375 195.60936L151.29688 195.60936L151.29688 196.45311L149.9375 196.45311L149.9375 201.95311L148.85938 201.95311ZM152.03125 198.71873Q152.03125 197.79686 152.39062 197.04686Q152.76562 196.29686 153.42188 195.90623Q154.07812 195.49998 154.90625 195.49998Q156.20312 195.49998 157.0 196.39061Q157.8125 197.28123 157.8125 198.78123L157.8125 198.85936Q157.8125 199.78123 157.45312 200.51561Q157.09375 201.24998 156.4375 201.67186Q155.78125 202.07811 154.92188 202.07811Q153.64062 202.07811 152.82812 201.18748Q152.03125 200.28123 152.03125 198.79686L152.03125 198.71873ZM153.125 198.85936Q153.125 199.90623 153.60938 200.54686Q154.10938 201.18748 154.92188 201.18748Q155.75 201.18748 156.23438 200.54686Q156.71875 199.89061 156.71875 198.71873Q156.71875 197.68748 156.21875 197.04686Q155.73438 196.39061 154.90625 196.39061Q154.10938 196.39061 153.60938 197.03123Q153.125 197.65623 153.125 198.85936ZM162.39062 196.57811Q162.14062 196.54686 161.85938 196.54686Q160.78125 196.54686 160.40625 197.45311L160.40625 201.95311L159.32812 201.95311L159.32812 195.60936L160.375 195.60936L160.39062 196.34373Q160.92188 195.49998 161.90625 195.49998Q162.21875 195.49998 162.39062 195.57811L162.39062 196.57811ZM168.95312 202.07811Q167.65625 202.07811 166.84375 201.23436Q166.04688 200.37498 166.04688 198.95311L166.04688 198.76561Q166.04688 197.81248 166.40625 197.07811Q166.76562 196.32811 167.40625 195.92186Q168.0625 195.49998 168.8125 195.49998Q170.04688 195.49998 170.73438 196.31248Q171.42188 197.12498 171.42188 198.64061L171.42188 199.09373L167.125 199.09373Q167.15625 200.03123 167.67188 200.60936Q168.20312 201.18748 169.01562 201.18748Q169.57812 201.18748 169.96875 200.95311Q170.375 200.71873 170.6875 200.32811L171.34375 200.84373Q170.54688 202.07811 168.95312 202.07811ZM168.8125 196.39061Q168.15625 196.39061 167.70312 196.87498Q167.26562 197.34373 167.17188 198.20311L170.34375 198.20311L170.34375 198.12498Q170.29688 197.29686 169.89062 196.84373Q169.5 196.39061 168.8125 196.39061ZM174.40625 200.48436L175.98438 195.60936L177.09375 195.60936L174.8125 201.95311L173.98438 201.95311L171.6875 195.60936L172.79688 195.60936L174.40625 200.48436ZM180.95312 202.07811Q179.65625 202.07811 178.84375 201.23436Q178.04688 200.37498 178.04688 198.95311L178.04688 198.76561Q178.04688 197.81248 178.40625 197.07811Q178.76562 196.32811 179.40625 195.92186Q180.0625 195.49998 180.8125 195.49998Q182.04688 195.49998 182.73438 196.31248Q183.42188 197.12498 183.42188 198.64061L183.42188 199.09373L179.125 199.09373Q179.15625 200.03123 179.67188 200.60936Q180.20312 201.18748 181.01562 201.18748Q181.57812 201.18748 181.96875 200.95311Q182.375 200.71873 182.6875 200.32811L183.34375 200.84373Q182.54688 202.07811 180.95312 202.07811ZM180.8125 196.39061Q180.15625 196.39061 179.70312 196.87498Q179.26562 197.34373 179.17188 198.20311L182.34375 198.20311L182.34375 198.12498Q182.29688 197.29686 181.89062 196.84373Q181.5 196.39061 180.8125 196.39061ZM187.39062 196.57811Q187.14062 196.54686 186.85938 196.54686Q185.78125 196.54686 185.40625 197.45311L185.40625 201.95311L184.32812 201.95311L184.32812 195.60936L185.375 195.60936L185.39062 196.34373Q185.92188 195.49998 186.90625 195.49998Q187.21875 195.49998 187.39062 195.57811L187.39062 196.57811ZM190.39062 200.35936L191.875 195.60936L193.03125 195.60936L190.48438 202.93748Q189.89062 204.51561 188.60938 204.51561L188.39062 204.49998L188.0 204.42186L188.0 203.54686L188.28125 203.56248Q188.84375 203.56248 189.14062 203.34373Q189.45312 203.12498 189.65625 202.53123L189.89062 201.87498L187.625 195.60936L188.8125 195.60936L190.39062 200.35936ZM200.39062 196.57811Q200.14062 196.54686 199.85938 196.54686Q198.78125 196.54686 198.40625 197.45311L198.40625 201.95311L197.32812 201.95311L197.32812 195.60936L198.375 195.60936L198.39062 196.34373Q198.92188 195.49998 199.90625 195.49998Q200.21875 195.49998 200.39062 195.57811L200.39062 196.57811ZM203.95312 202.07811Q202.65625 202.07811 201.84375 201.23436Q201.04688 200.37498 201.04688 198.95311L201.04688 198.76561Q201.04688 197.81248 201.40625 197.07811Q201.76562 196.32811 202.40625 195.92186Q203.0625 195.49998 203.8125 195.49998Q205.04688 195.49998 205.73438 196.31248Q206.42188 197.12498 206.42188 198.64061L206.42188 199.09373L202.125 199.09373Q202.15625 200.03123 202.67188 200.60936Q203.20312 201.18748 204.01562 201.18748Q204.57812 201.18748 204.96875 200.95311Q205.375 200.71873 205.6875 200.32811L206.34375 200.84373Q205.54688 202.07811 203.95312 202.07811ZM203.8125 196.39061Q203.15625 196.39061 202.70312 196.87498Q202.26562 197.34373 202.17188 198.20311L205.34375 198.20311L205.34375 198.12498Q205.29688 197.29686 204.89062 196.84373Q204.5 196.39061 203.8125 196.39061ZM208.5 201.95311L207.42188 201.95311L207.42188 192.95311L208.5 192.95311L208.5 201.95311ZM212.95312 202.07811Q211.65625 202.07811 210.84375 201.23436Q210.04688 200.37498 210.04688 198.95311L210.04688 198.76561Q210.04688 197.81248 210.40625 197.07811Q210.76562 196.32811 211.40625 195.92186Q212.0625 195.49998 212.8125 195.49998Q214.04688 195.49998 214.73438 196.31248Q215.42188 197.12498 215.42188 198.64061L215.42188 199.09373L211.125 199.09373Q211.15625 200.03123 211.67188 200.60936Q212.20312 201.18748 213.01562 201.18748Q213.57812 201.18748 213.96875 200.95311Q214.375 200.71873 214.6875 200.32811L215.34375 200.84373Q214.54688 202.07811 212.95312 202.07811ZM212.8125 196.39061Q212.15625 196.39061 211.70312 196.87498Q211.26562 197.34373 211.17188 198.20311L214.34375 198.20311L214.34375 198.12498Q214.29688 197.29686 213.89062 196.84373Q213.5 196.39061 212.8125 196.39061ZM220.23438 201.95311Q220.14062 201.76561 220.07812 201.28123Q219.32812 202.07811 218.28125 202.07811Q217.34375 202.07811 216.73438 201.54686Q216.14062 201.01561 216.14062 200.18748Q216.14062 199.20311 216.89062 198.65623Q217.64062 198.10936 219.01562 198.10936L220.0625 198.10936L220.0625 197.60936Q220.0625 197.04686 219.71875 196.71873Q219.39062 196.37498 218.71875 196.37498Q218.14062 196.37498 217.75 196.67186Q217.35938 196.95311 217.35938 197.37498L216.26562 197.37498Q216.26562 196.89061 216.59375 196.45311Q216.9375 196.01561 217.51562 195.76561Q218.09375 195.49998 218.78125 195.49998Q219.89062 195.49998 220.5 196.04686Q221.125 196.59373 221.15625 197.54686L221.15625 200.46873Q221.15625 201.34373 221.375 201.85936L221.375 201.95311L220.23438 201.95311ZM218.4375 201.12498Q218.95312 201.12498 219.40625 200.85936Q219.85938 200.59373 220.0625 200.17186L220.0625 198.87498L219.21875 198.87498Q217.21875 198.87498 217.21875 200.04686Q217.21875 200.54686 217.5625 200.84373Q217.90625 201.12498 218.4375 201.12498ZM227.01562 200.26561Q227.01562 199.82811 226.67188 199.59373Q226.34375 199.34373 225.51562 199.17186Q224.70312 198.99998 224.21875 198.74998Q223.73438 198.49998 223.5 198.17186Q223.28125 197.82811 223.28125 197.35936Q223.28125 196.57811 223.9375 196.04686Q224.59375 195.49998 225.625 195.49998Q226.70312 195.49998 227.35938 196.06248Q228.03125 196.60936 228.03125 197.46873L226.95312 197.46873Q226.95312 197.03123 226.5625 196.71873Q226.1875 196.39061 225.625 196.39061Q225.03125 196.39061 224.6875 196.65623Q224.35938 196.90623 224.35938 197.31248Q224.35938 197.70311 224.67188 197.90623Q224.98438 198.10936 225.79688 198.29686Q226.60938 198.46873 227.10938 198.71873Q227.60938 198.96873 227.84375 199.32811Q228.09375 199.68748 228.09375 200.18748Q228.09375 201.04686 227.40625 201.56248Q226.73438 202.07811 225.65625 202.07811Q224.89062 202.07811 224.29688 201.81248Q223.71875 201.53123 223.39062 201.04686Q223.0625 200.56248 223.0625 199.99998L224.14062 199.99998Q224.17188 200.54686 224.57812 200.87498Q224.98438 201.18748 225.65625 201.18748Q226.26562 201.18748 226.64062 200.93748Q227.01562 200.68748 227.01562 200.26561ZM231.95312 202.07811Q230.65625 202.07811 229.84375 201.23436Q229.04688 200.37498 229.04688 198.95311L229.04688 198.76561Q229.04688 197.81248 229.40625 197.07811Q229.76562 196.32811 230.40625 195.92186Q231.0625 195.49998 231.8125 195.49998Q233.04688 195.49998 233.73438 196.31248Q234.42188 197.12498 234.42188 198.64061L234.42188 199.09373L230.125 199.09373Q230.15625 200.03123 230.67188 200.60936Q231.20312 201.18748 232.01562 201.18748Q232.57812 201.18748 232.96875 200.95311Q233.375 200.71873 233.6875 200.32811L234.34375 200.84373Q233.54688 202.07811 231.95312 202.07811ZM231.8125 196.39061Q231.15625 196.39061 230.70312 196.87498Q230.26562 197.34373 230.17188 198.20311L233.34375 198.20311L233.34375 198.12498Q233.29688 197.29686 232.89062 196.84373Q232.5 196.39061 231.8125 196.39061Z" fill-rule="nonzero"/><path fill="#666666" d="M45.703125 232.41919L44.578125 232.41919L44.578125 223.88794L45.703125 223.88794L45.703125 232.41919ZM50.0625 229.20044Q50.0625 227.73169 50.75 226.85669Q51.4375 225.96606 52.5625 225.96606Q53.671875 225.96606 54.328125 226.71606L54.328125 223.41919L55.40625 223.41919L55.40625 232.41919L54.40625 232.41919L54.359375 231.73169Q53.703125 232.54419 52.546875 232.54419Q51.453125 232.54419 50.75 231.63794Q50.0625 230.73169 50.0625 229.27856L50.0625 229.20044ZM51.140625 229.32544Q51.140625 230.40356 51.578125 231.01294Q52.03125 231.62231 52.8125 231.62231Q53.84375 231.62231 54.328125 230.68481L54.328125 227.77856Q53.84375 226.88794 52.828125 226.88794Q52.03125 226.88794 51.578125 227.49731Q51.140625 228.10669 51.140625 229.32544ZM57.03125 229.18481Q57.03125 228.26294 57.390625 227.51294Q57.765625 226.76294 58.421875 226.37231Q59.078125 225.96606 59.90625 225.96606Q61.203125 225.96606 62.0 226.85669Q62.8125 227.74731 62.8125 229.24731L62.8125 229.32544Q62.8125 230.24731 62.453125 230.98169Q62.09375 231.71606 61.4375 232.13794Q60.78125 232.54419 59.921875 232.54419Q58.640625 232.54419 57.828125 231.65356Q57.03125 230.74731 57.03125 229.26294L57.03125 229.18481ZM58.125 229.32544Q58.125 230.37231 58.609375 231.01294Q59.109375 231.65356 59.921875 231.65356Q60.75 231.65356 61.234375 231.01294Q61.71875 230.35669 61.71875 229.18481Q61.71875 228.15356 61.21875 227.51294Q60.734375 226.85669 59.90625 226.85669Q59.109375 226.85669 58.609375 227.49731Q58.125 228.12231 58.125 229.32544ZM65.34375 226.07544L65.375 226.87231Q66.109375 225.96606 67.28125 225.96606Q69.296875 225.96606 69.3125 228.23169L69.3125 232.41919L68.21875 232.41919L68.21875 228.21606Q68.21875 227.54419 67.90625 227.21606Q67.609375 226.88794 66.953125 226.88794Q66.421875 226.88794 66.015625 227.16919Q65.625 227.45044 65.40625 227.90356L65.40625 232.41919L64.328125 232.41919L64.328125 226.07544L65.34375 226.07544ZM71.984375 224.07544L71.859375 226.23169L71.109375 226.23169L71.109375 223.41919L71.984375 223.41919L71.984375 224.07544ZM74.796875 224.54419L74.796875 226.07544L75.96875 226.07544L75.96875 226.91919L74.796875 226.91919L74.796875 230.84106Q74.796875 231.23169 74.953125 231.41919Q75.109375 231.60669 75.484375 231.60669Q75.671875 231.60669 76.0 231.54419L76.0 232.41919Q75.578125 232.54419 75.171875 232.54419Q74.453125 232.54419 74.078125 232.10669Q73.703125 231.65356 73.703125 230.84106L73.703125 226.91919L72.546875 226.91919L72.546875 226.07544L73.703125 226.07544L73.703125 224.54419L74.796875 224.54419ZM84.234375 231.79419Q83.609375 232.54419 82.375 232.54419Q81.359375 232.54419 80.828125 231.95044Q80.296875 231.35669 80.296875 230.20044L80.296875 226.07544L81.375 226.07544L81.375 230.16919Q81.375 231.62231 82.546875 231.62231Q83.796875 231.62231 84.203125 230.68481L84.203125 226.07544L85.296875 226.07544L85.296875 232.41919L84.265625 232.41919L84.234375 231.79419ZM91.015625 230.73169Q91.015625 230.29419 90.671875 230.05981Q90.34375 229.80981 89.515625 229.63794Q88.703125 229.46606 88.21875 229.21606Q87.734375 228.96606 87.5 228.63794Q87.28125 228.29419 87.28125 227.82544Q87.28125 227.04419 87.9375 226.51294Q88.59375 225.96606 89.625 225.96606Q90.703125 225.96606 91.359375 226.52856Q92.03125 227.07544 92.03125 227.93481L90.953125 227.93481Q90.953125 227.49731 90.5625 227.18481Q90.1875 226.85669 89.625 226.85669Q89.03125 226.85669 88.6875 227.12231Q88.359375 227.37231 88.359375 227.77856Q88.359375 228.16919 88.671875 228.37231Q88.984375 228.57544 89.796875 228.76294Q90.609375 228.93481 91.109375 229.18481Q91.609375 229.43481 91.84375 229.79419Q92.09375 230.15356 92.09375 230.65356Q92.09375 231.51294 91.40625 232.02856Q90.734375 232.54419 89.65625 232.54419Q88.890625 232.54419 88.296875 232.27856Q87.71875 231.99731 87.390625 231.51294Q87.0625 231.02856 87.0625 230.46606L88.140625 230.46606Q88.171875 231.01294 88.578125 231.34106Q88.984375 231.65356 89.65625 231.65356Q90.265625 231.65356 90.640625 231.40356Q91.015625 231.15356 91.015625 230.73169ZM95.953125 232.54419Q94.65625 232.54419 93.84375 231.70044Q93.046875 230.84106 93.046875 229.41919L93.046875 229.23169Q93.046875 228.27856 93.40625 227.54419Q93.765625 226.79419 94.40625 226.38794Q95.0625 225.96606 95.8125 225.96606Q97.046875 225.96606 97.734375 226.77856Q98.421875 227.59106 98.421875 229.10669L98.421875 229.55981L94.125 229.55981Q94.15625 230.49731 94.671875 231.07544Q95.203125 231.65356 96.015625 231.65356Q96.578125 231.65356 96.96875 231.41919Q97.375 231.18481 97.6875 230.79419L98.34375 231.30981Q97.546875 232.54419 95.953125 232.54419ZM95.8125 226.85669Q95.15625 226.85669 94.703125 227.34106Q94.265625 227.80981 94.171875 228.66919L97.34375 228.66919L97.34375 228.59106Q97.296875 227.76294 96.890625 227.30981Q96.5 226.85669 95.8125 226.85669ZM108.796875 231.29419Q108.359375 231.91919 107.578125 232.23169Q106.796875 232.54419 105.765625 232.54419Q104.734375 232.54419 103.921875 232.05981Q103.109375 231.55981 102.671875 230.65356Q102.234375 229.74731 102.21875 228.55981L102.21875 227.82544Q102.21875 225.88794 103.109375 224.82544Q104.015625 223.76294 105.640625 223.76294Q106.984375 223.76294 107.796875 224.45044Q108.609375 225.13794 108.796875 226.38794L107.671875 226.38794Q107.34375 224.70044 105.65625 224.70044Q104.515625 224.70044 103.9375 225.49731Q103.359375 226.27856 103.34375 227.79419L103.34375 228.48169Q103.34375 229.91919 104.0 230.77856Q104.65625 231.62231 105.78125 231.62231Q106.40625 231.62231 106.875 231.48169Q107.359375 231.34106 107.671875 230.99731L107.671875 229.09106L105.703125 229.09106L105.703125 228.16919L108.796875 228.16919L108.796875 231.29419ZM110.03125 229.18481Q110.03125 228.26294 110.390625 227.51294Q110.765625 226.76294 111.421875 226.37231Q112.078125 225.96606 112.90625 225.96606Q114.203125 225.96606 115.0 226.85669Q115.8125 227.74731 115.8125 229.24731L115.8125 229.32544Q115.8125 230.24731 115.453125 230.98169Q115.09375 231.71606 114.4375 232.13794Q113.78125 232.54419 112.921875 232.54419Q111.640625 232.54419 110.828125 231.65356Q110.03125 230.74731 110.03125 229.26294L110.03125 229.18481ZM111.125 229.32544Q111.125 230.37231 111.609375 231.01294Q112.109375 231.65356 112.921875 231.65356Q113.75 231.65356 114.234375 231.01294Q114.71875 230.35669 114.71875 229.18481Q114.71875 228.15356 114.21875 227.51294Q113.734375 226.85669 112.90625 226.85669Q112.109375 226.85669 111.609375 227.49731Q111.125 228.12231 111.125 229.32544ZM121.5 232.41919L120.421875 232.41919L120.421875 226.07544L121.5 226.07544L121.5 232.41919ZM120.328125 224.40356Q120.328125 224.13794 120.484375 223.95044Q120.65625 223.76294 120.96875 223.76294Q121.28125 223.76294 121.4375 223.95044Q121.609375 224.13794 121.609375 224.40356Q121.609375 224.65356 121.4375 224.84106Q121.28125 225.01294 120.96875 225.01294Q120.65625 225.01294 120.484375 224.84106Q120.328125 224.65356 120.328125 224.40356ZM124.34375 226.07544L124.375 226.87231Q125.109375 225.96606 126.28125 225.96606Q128.29688 225.96606 128.3125 228.23169L128.3125 232.41919L127.21875 232.41919L127.21875 228.21606Q127.21875 227.54419 126.90625 227.21606Q126.609375 226.88794 125.953125 226.88794Q125.421875 226.88794 125.015625 227.16919Q124.625 227.45044 124.40625 227.90356L124.40625 232.41919L123.328125 232.41919L123.328125 226.07544L124.34375 226.07544ZM138.67188 229.32544Q138.67188 230.76294 138.01562 231.65356Q137.35938 232.54419 136.21875 232.54419Q135.0625 232.54419 134.40625 231.80981L134.40625 234.85669L133.32812 234.85669L133.32812 226.07544L134.3125 226.07544L134.35938 226.77856Q135.03125 225.96606 136.20312 225.96606Q137.34375 225.96606 138.0 226.82544Q138.67188 227.68481 138.67188 229.21606L138.67188 229.32544ZM137.59375 229.20044Q137.59375 228.12231 137.125 227.51294Q136.67188 226.88794 135.875 226.88794Q134.89062 226.88794 134.40625 227.74731L134.40625 230.77856Q134.89062 231.65356 135.89062 231.65356Q136.67188 231.65356 137.125 231.04419Q137.59375 230.41919 137.59375 229.20044ZM143.39062 227.04419Q143.14062 227.01294 142.85938 227.01294Q141.78125 227.01294 141.40625 227.91919L141.40625 232.41919L140.32812 232.41919L140.32812 226.07544L141.375 226.07544L141.39062 226.80981Q141.92188 225.96606 142.90625 225.96606Q143.21875 225.96606 143.39062 226.04419L143.39062 227.04419ZM144.03125 229.18481Q144.03125 228.26294 144.39062 227.51294Q144.76562 226.76294 145.42188 226.37231Q146.07812 225.96606 146.90625 225.96606Q148.20312 225.96606 149.0 226.85669Q149.8125 227.74731 149.8125 229.24731L149.8125 229.32544Q149.8125 230.24731 149.45312 230.98169Q149.09375 231.71606 148.4375 232.13794Q147.78125 232.54419 146.92188 232.54419Q145.64062 232.54419 144.82812 231.65356Q144.03125 230.74731 144.03125 229.26294L144.03125 229.18481ZM145.125 229.32544Q145.125 230.37231 145.60938 231.01294Q146.10938 231.65356 146.92188 231.65356Q147.75 231.65356 148.23438 231.01294Q148.71875 230.35669 148.71875 229.18481Q148.71875 228.15356 148.21875 227.51294Q147.73438 226.85669 146.90625 226.85669Q146.10938 226.85669 145.60938 227.49731Q145.125 228.12231 145.125 229.32544ZM151.0625 229.20044Q151.0625 227.73169 151.75 226.85669Q152.4375 225.96606 153.5625 225.96606Q154.67188 225.96606 155.32812 226.71606L155.32812 223.41919L156.40625 223.41919L156.40625 232.41919L155.40625 232.41919L155.35938 231.73169Q154.70312 232.54419 153.54688 232.54419Q152.45312 232.54419 151.75 231.63794Q151.0625 230.73169 151.0625 229.27856L151.0625 229.20044ZM152.14062 229.32544Q152.14062 230.40356 152.57812 231.01294Q153.03125 231.62231 153.8125 231.62231Q154.84375 231.62231 155.32812 230.68481L155.32812 227.77856Q154.84375 226.88794 153.82812 226.88794Q153.03125 226.88794 152.57812 227.49731Q152.14062 228.10669 152.14062 229.32544ZM162.23438 231.79419Q161.60938 232.54419 160.375 232.54419Q159.35938 232.54419 158.82812 231.95044Q158.29688 231.35669 158.29688 230.20044L158.29688 226.07544L159.375 226.07544L159.375 230.16919Q159.375 231.62231 160.54688 231.62231Q161.79688 231.62231 162.20312 230.68481L162.20312 226.07544L163.29688 226.07544L163.29688 232.41919L162.26562 232.41919L162.23438 231.79419ZM167.85938 231.65356Q168.4375 231.65356 168.875 231.30981Q169.3125 230.95044 169.35938 230.41919L170.39062 230.41919Q170.35938 230.96606 170.0 231.46606Q169.65625 231.95044 169.07812 232.24731Q168.51562 232.54419 167.85938 232.54419Q166.5625 232.54419 165.79688 231.68481Q165.04688 230.80981 165.04688 229.30981L165.04688 229.12231Q165.04688 228.20044 165.375 227.48169Q165.71875 226.76294 166.34375 226.37231Q166.98438 225.96606 167.85938 225.96606Q168.92188 225.96606 169.625 226.60669Q170.34375 227.23169 170.39062 228.26294L169.35938 228.26294Q169.3125 227.63794 168.89062 227.24731Q168.46875 226.85669 167.85938 226.85669Q167.03125 226.85669 166.57812 227.45044Q166.125 228.04419 166.125 229.16919L166.125 229.37231Q166.125 230.46606 166.57812 231.05981Q167.03125 231.65356 167.85938 231.65356ZM172.79688 224.54419L172.79688 226.07544L173.96875 226.07544L173.96875 226.91919L172.79688 226.91919L172.79688 230.84106Q172.79688 231.23169 172.95312 231.41919Q173.10938 231.60669 173.48438 231.60669Q173.67188 231.60669 174.0 231.54419L174.0 232.41919Q173.57812 232.54419 173.17188 232.54419Q172.45312 232.54419 172.07812 232.10669Q171.70312 231.65356 171.70312 230.84106L171.70312 226.91919L170.54688 226.91919L170.54688 226.07544L171.70312 226.07544L171.70312 224.54419L172.79688 224.54419ZM176.5 232.41919L175.42188 232.41919L175.42188 226.07544L176.5 226.07544L176.5 232.41919ZM175.32812 224.40356Q175.32812 224.13794 175.48438 223.95044Q175.65625 223.76294 175.96875 223.76294Q176.28125 223.76294 176.4375 223.95044Q176.60938 224.13794 176.60938 224.40356Q176.60938 224.65356 176.4375 224.84106Q176.28125 225.01294 175.96875 225.01294Q175.65625 225.01294 175.48438 224.84106Q175.32812 224.65356 175.32812 224.40356ZM178.03125 229.18481Q178.03125 228.26294 178.39062 227.51294Q178.76562 226.76294 179.42188 226.37231Q180.07812 225.96606 180.90625 225.96606Q182.20312 225.96606 183.0 226.85669Q183.8125 227.74731 183.8125 229.24731L183.8125 229.32544Q183.8125 230.24731 183.45312 230.98169Q183.09375 231.71606 182.4375 232.13794Q181.78125 232.54419 180.92188 232.54419Q179.64062 232.54419 178.82812 231.65356Q178.03125 230.74731 178.03125 229.26294L178.03125 229.18481ZM179.125 229.32544Q179.125 230.37231 179.60938 231.01294Q180.10938 231.65356 180.92188 231.65356Q181.75 231.65356 182.23438 231.01294Q182.71875 230.35669 182.71875 229.18481Q182.71875 228.15356 182.21875 227.51294Q181.73438 226.85669 180.90625 226.85669Q180.10938 226.85669 179.60938 227.49731Q179.125 228.12231 179.125 229.32544ZM186.34375 226.07544L186.375 226.87231Q187.10938 225.96606 188.28125 225.96606Q190.29688 225.96606 190.3125 228.23169L190.3125 232.41919L189.21875 232.41919L189.21875 228.21606Q189.21875 227.54419 188.90625 227.21606Q188.60938 226.88794 187.95312 226.88794Q187.42188 226.88794 187.01562 227.16919Q186.625 227.45044 186.40625 227.90356L186.40625 232.41919L185.32812 232.41919L185.32812 226.07544L186.34375 226.07544ZM199.23438 232.41919Q199.14062 232.23169 199.07812 231.74731Q198.32812 232.54419 197.28125 232.54419Q196.34375 232.54419 195.73438 232.01294Q195.14062 231.48169 195.14062 230.65356Q195.14062 229.66919 195.89062 229.12231Q196.64062 228.57544 198.01562 228.57544L199.0625 228.57544L199.0625 228.07544Q199.0625 227.51294 198.71875 227.18481Q198.39062 226.84106 197.71875 226.84106Q197.14062 226.84106 196.75 227.13794Q196.35938 227.41919 196.35938 227.84106L195.26562 227.84106Q195.26562 227.35669 195.59375 226.91919Q195.9375 226.48169 196.51562 226.23169Q197.09375 225.96606 197.78125 225.96606Q198.89062 225.96606 199.5 226.51294Q200.125 227.05981 200.15625 228.01294L200.15625 230.93481Q200.15625 231.80981 200.375 232.32544L200.375 232.41919L199.23438 232.41919ZM197.4375 231.59106Q197.95312 231.59106 198.40625 231.32544Q198.85938 231.05981 199.0625 230.63794L199.0625 229.34106L198.21875 229.34106Q196.21875 229.34106 196.21875 230.51294Q196.21875 231.01294 196.5625 231.30981Q196.90625 231.59106 197.4375 231.59106ZM203.79688 224.54419L203.79688 226.07544L204.96875 226.07544L204.96875 226.91919L203.79688 226.91919L203.79688 230.84106Q203.79688 231.23169 203.95312 231.41919Q204.10938 231.60669 204.48438 231.60669Q204.67188 231.60669 205.0 231.54419L205.0 232.41919Q204.57812 232.54419 204.17188 232.54419Q203.45312 232.54419 203.07812 232.10669Q202.70312 231.65356 202.70312 230.84106L202.70312 226.91919L201.54688 226.91919L201.54688 226.07544L202.70312 226.07544L202.70312 224.54419L203.79688 224.54419ZM214.9375 230.91919L216.15625 226.07544L217.23438 226.07544L215.39062 232.41919L214.51562 232.41919L212.96875 227.60669L211.46875 232.41919L210.59375 232.41919L208.75 226.07544L209.82812 226.07544L211.07812 230.82544L212.5625 226.07544L213.42188 226.07544L214.9375 230.91919ZM218.03125 229.18481Q218.03125 228.26294 218.39062 227.51294Q218.76562 226.76294 219.42188 226.37231Q220.07812 225.96606 220.90625 225.96606Q222.20312 225.96606 223.0 226.85669Q223.8125 227.74731 223.8125 229.24731L223.8125 229.32544Q223.8125 230.24731 223.45312 230.98169Q223.09375 231.71606 222.4375 232.13794Q221.78125 232.54419 220.92188 232.54419Q219.64062 232.54419 218.82812 231.65356Q218.03125 230.74731 218.03125 229.26294L218.03125 229.18481ZM219.125 229.32544Q219.125 230.37231 219.60938 231.01294Q220.10938 231.65356 220.92188 231.65356Q221.75 231.65356 222.23438 231.01294Q222.71875 230.35669 222.71875 229.18481Q222.71875 228.15356 222.21875 227.51294Q221.73438 226.85669 220.90625 226.85669Q220.10938 226.85669 219.60938 227.49731Q219.125 228.12231 219.125 229.32544ZM228.39062 227.04419Q228.14062 227.01294 227.85938 227.01294Q226.78125 227.01294 226.40625 227.91919L226.40625 232.41919L225.32812 232.41919L225.32812 226.07544L226.375 226.07544L226.39062 226.80981Q226.92188 225.96606 227.90625 225.96606Q228.21875 225.96606 228.39062 226.04419L228.39062 227.04419ZM231.09375 229.48169L230.40625 230.18481L230.40625 232.41919L229.32812 232.41919L229.32812 223.41919L230.40625 223.41919L230.40625 228.85669L230.98438 228.16919L232.96875 226.07544L234.28125 226.07544L231.8125 228.73169L234.57812 232.41919L233.29688 232.41919L231.09375 229.48169Z" fill-rule="nonzero"/><path fill="#666666" d="M238.5625 262.84317Q238.5625 264.74942 237.90625 265.68692Q237.26562 266.6088 235.875 266.6088Q234.51562 266.6088 233.85938 265.70255Q233.20312 264.7963 233.17188 262.9838L233.17188 261.5463Q233.17188 259.65567 233.8125 258.74942Q234.46875 257.82755 235.85938 257.82755Q237.23438 257.82755 237.89062 258.71817Q238.54688 259.59317 238.5625 261.43692L238.5625 262.84317ZM237.46875 261.3588Q237.46875 259.9838 237.07812 259.3588Q236.70312 258.71817 235.85938 258.71817Q235.03125 258.71817 234.64062 259.3588Q234.26562 259.9838 234.26562 261.28067L234.26562 263.01505Q234.26562 264.39005 234.65625 265.06192Q235.0625 265.71817 235.875 265.71817Q236.67188 265.71817 237.0625 265.09317Q237.45312 264.46817 237.46875 263.14005L237.46875 261.3588ZM240.10938 259.59317Q240.10938 258.82755 240.59375 258.32755Q241.09375 257.82755 241.85938 257.82755Q242.64062 257.82755 243.125 258.32755Q243.60938 258.82755 243.60938 259.62442L243.60938 260.0463Q243.60938 260.81192 243.10938 261.31192Q242.625 261.7963 241.875 261.7963Q241.10938 261.7963 240.60938 261.31192Q240.10938 260.81192 240.10938 259.99942L240.10938 259.59317ZM240.92188 260.0463Q240.92188 260.49942 241.17188 260.7963Q241.4375 261.09317 241.875 261.09317Q242.29688 261.09317 242.54688 260.81192Q242.79688 260.51505 242.79688 260.01505L242.79688 259.59317Q242.79688 259.14005 242.54688 258.84317Q242.29688 258.53067 241.85938 258.53067Q241.42188 258.53067 241.17188 258.84317Q240.92188 259.14005 240.92188 259.6088L240.92188 260.0463ZM244.26562 264.39005Q244.26562 263.62442 244.75 263.14005Q245.25 262.64005 246.01562 262.64005Q246.78125 262.64005 247.26562 263.14005Q247.76562 263.62442 247.76562 264.43692L247.76562 264.84317Q247.76562 265.6088 247.28125 266.1088Q246.79688 266.6088 246.03125 266.6088Q245.26562 266.6088 244.76562 266.12442Q244.26562 265.62442 244.26562 264.81192L244.26562 264.39005ZM245.07812 264.84317Q245.07812 265.31192 245.32812 265.6088Q245.59375 265.90567 246.03125 265.90567Q246.45312 265.90567 246.70312 265.62442Q246.95312 265.32755 246.95312 264.82755L246.95312 264.39005Q246.95312 263.9213 246.6875 263.64005Q246.4375 263.34317 246.01562 263.34317Q245.59375 263.34317 245.32812 263.64005Q245.07812 263.9213 245.07812 264.4213L245.07812 264.84317ZM242.125 265.84317L241.5 265.45255L245.67188 258.78067L246.28125 259.1713L242.125 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M302.70187 266.4838L297.10812 266.4838L297.10812 265.70255L300.06125 262.4213Q300.7175 261.6713 300.9675 261.21817Q301.2175 260.74942 301.2175 260.24942Q301.2175 259.57755 300.81125 259.15567Q300.42062 258.71817 299.73312 258.71817Q298.93625 258.71817 298.48312 259.18692Q298.03 259.64005 298.03 260.46817L296.95187 260.46817Q296.95187 259.28067 297.70187 258.56192Q298.4675 257.82755 299.73312 257.82755Q300.93625 257.82755 301.62375 258.45255Q302.31125 259.07755 302.31125 260.12442Q302.31125 261.37442 300.70187 263.12442L298.42062 265.59317L302.70187 265.59317L302.70187 266.4838ZM309.4675 262.84317Q309.4675 264.74942 308.81125 265.68692Q308.17062 266.6088 306.78 266.6088Q305.42062 266.6088 304.76437 265.70255Q304.10812 264.7963 304.07687 262.9838L304.07687 261.5463Q304.07687 259.65567 304.7175 258.74942Q305.37375 257.82755 306.76437 257.82755Q308.13937 257.82755 308.79562 258.71817Q309.45187 259.59317 309.4675 261.43692L309.4675 262.84317ZM308.37375 261.3588Q308.37375 259.9838 307.98312 259.3588Q307.60812 258.71817 306.76437 258.71817Q305.93625 258.71817 305.54562 259.3588Q305.17062 259.9838 305.17062 261.28067L305.17062 263.01505Q305.17062 264.39005 305.56125 265.06192Q305.9675 265.71817 306.78 265.71817Q307.57687 265.71817 307.9675 265.09317Q308.35812 264.46817 308.37375 263.14005L308.37375 261.3588ZM311.01437 259.59317Q311.01437 258.82755 311.49875 258.32755Q311.99875 257.82755 312.76437 257.82755Q313.54562 257.82755 314.03 258.32755Q314.51437 258.82755 314.51437 259.62442L314.51437 260.0463Q314.51437 260.81192 314.01437 261.31192Q313.53 261.7963 312.78 261.7963Q312.01437 261.7963 311.51437 261.31192Q311.01437 260.81192 311.01437 259.99942L311.01437 259.59317ZM311.82687 260.0463Q311.82687 260.49942 312.07687 260.7963Q312.3425 261.09317 312.78 261.09317Q313.20187 261.09317 313.45187 260.81192Q313.70187 260.51505 313.70187 260.01505L313.70187 259.59317Q313.70187 259.14005 313.45187 258.84317Q313.20187 258.53067 312.76437 258.53067Q312.32687 258.53067 312.07687 258.84317Q311.82687 259.14005 311.82687 259.6088L311.82687 260.0463ZM315.17062 264.39005Q315.17062 263.62442 315.655 263.14005Q316.155 262.64005 316.92062 262.64005Q317.68625 262.64005 318.17062 263.14005Q318.67062 263.62442 318.67062 264.43692L318.67062 264.84317Q318.67062 265.6088 318.18625 266.1088Q317.70187 266.6088 316.93625 266.6088Q316.17062 266.6088 315.67062 266.12442Q315.17062 265.62442 315.17062 264.81192L315.17062 264.39005ZM315.98312 264.84317Q315.98312 265.31192 316.23312 265.6088Q316.49875 265.90567 316.93625 265.90567Q317.35812 265.90567 317.60812 265.62442Q317.85812 265.32755 317.85812 264.82755L317.85812 264.39005Q317.85812 263.9213 317.5925 263.64005Q317.3425 263.34317 316.92062 263.34317Q316.49875 263.34317 316.23312 263.64005Q315.98312 263.9213 315.98312 264.4213L315.98312 264.84317ZM313.03 265.84317L312.405 265.45255L316.57687 258.78067L317.18625 259.1713L313.03 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M369.09125 263.62442L370.27875 263.62442L370.27875 264.49942L369.09125 264.49942L369.09125 266.4838L368.01312 266.4838L368.01312 264.49942L364.1225 264.49942L364.1225 263.8588L367.935 257.95255L369.09125 257.95255L369.09125 263.62442ZM365.35687 263.62442L368.01312 263.62442L368.01312 259.43692L367.8725 259.6713L365.35687 263.62442ZM376.8725 262.84317Q376.8725 264.74942 376.21625 265.68692Q375.57562 266.6088 374.185 266.6088Q372.82562 266.6088 372.16937 265.70255Q371.51312 264.7963 371.48187 262.9838L371.48187 261.5463Q371.48187 259.65567 372.1225 258.74942Q372.77875 257.82755 374.16937 257.82755Q375.54437 257.82755 376.20062 258.71817Q376.85687 259.59317 376.8725 261.43692L376.8725 262.84317ZM375.77875 261.3588Q375.77875 259.9838 375.38812 259.3588Q375.01312 258.71817 374.16937 258.71817Q373.34125 258.71817 372.95062 259.3588Q372.57562 259.9838 372.57562 261.28067L372.57562 263.01505Q372.57562 264.39005 372.96625 265.06192Q373.3725 265.71817 374.185 265.71817Q374.98187 265.71817 375.3725 265.09317Q375.76312 264.46817 375.77875 263.14005L375.77875 261.3588ZM378.41937 259.59317Q378.41937 258.82755 378.90375 258.32755Q379.40375 257.82755 380.16937 257.82755Q380.95062 257.82755 381.435 258.32755Q381.91937 258.82755 381.91937 259.62442L381.91937 260.0463Q381.91937 260.81192 381.41937 261.31192Q380.935 261.7963 380.185 261.7963Q379.41937 261.7963 378.91937 261.31192Q378.41937 260.81192 378.41937 259.99942L378.41937 259.59317ZM379.23187 260.0463Q379.23187 260.49942 379.48187 260.7963Q379.7475 261.09317 380.185 261.09317Q380.60687 261.09317 380.85687 260.81192Q381.10687 260.51505 381.10687 260.01505L381.10687 259.59317Q381.10687 259.14005 380.85687 258.84317Q380.60687 258.53067 380.16937 258.53067Q379.73187 258.53067 379.48187 258.84317Q379.23187 259.14005 379.23187 259.6088L379.23187 260.0463ZM382.57562 264.39005Q382.57562 263.62442 383.06 263.14005Q383.56 262.64005 384.32562 262.64005Q385.09125 262.64005 385.57562 263.14005Q386.07562 263.62442 386.07562 264.43692L386.07562 264.84317Q386.07562 265.6088 385.59125 266.1088Q385.10687 266.6088 384.34125 266.6088Q383.57562 266.6088 383.07562 266.12442Q382.57562 265.62442 382.57562 264.81192L382.57562 264.39005ZM383.38812 264.84317Q383.38812 265.31192 383.63812 265.6088Q383.90375 265.90567 384.34125 265.90567Q384.76312 265.90567 385.01312 265.62442Q385.26312 265.32755 385.26312 264.82755L385.26312 264.39005Q385.26312 263.9213 384.9975 263.64005Q384.7475 263.34317 384.32562 263.34317Q383.90375 263.34317 383.63812 263.64005Q383.38812 263.9213 383.38812 264.4213L383.38812 264.84317ZM380.435 265.84317L379.81 265.45255L383.98187 258.78067L384.59125 259.1713L380.435 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M436.18375 257.95255L436.18375 258.8588L435.98062 258.8588Q434.715 258.89005 433.965 259.62442Q433.215 260.34317 433.09 261.65567Q433.7775 260.89005 434.93375 260.89005Q436.04312 260.89005 436.715 261.6713Q437.38687 262.45255 437.38687 263.70255Q437.38687 265.01505 436.66812 265.81192Q435.94937 266.6088 434.73062 266.6088Q433.51187 266.6088 432.74625 265.6713Q431.99625 264.71817 431.99625 263.2338L431.99625 262.82755Q431.99625 260.46817 432.99625 259.21817Q433.99625 257.96817 435.98062 257.95255L436.18375 257.95255ZM434.76187 261.7963Q434.19937 261.7963 433.73062 262.12442Q433.26187 262.45255 433.07437 262.96817L433.07437 263.3588Q433.07437 264.4213 433.54312 265.06192Q434.0275 265.70255 434.73062 265.70255Q435.465 265.70255 435.88687 265.1713Q436.30875 264.62442 436.30875 263.74942Q436.30875 262.87442 435.88687 262.34317Q435.465 261.7963 434.76187 261.7963ZM444.2775 262.84317Q444.2775 264.74942 443.62125 265.68692Q442.98062 266.6088 441.59 266.6088Q440.23062 266.6088 439.57437 265.70255Q438.91812 264.7963 438.88687 262.9838L438.88687 261.5463Q438.88687 259.65567 439.5275 258.74942Q440.18375 257.82755 441.57437 257.82755Q442.94937 257.82755 443.60562 258.71817Q444.26187 259.59317 444.2775 261.43692L444.2775 262.84317ZM443.18375 261.3588Q443.18375 259.9838 442.79312 259.3588Q442.41812 258.71817 441.57437 258.71817Q440.74625 258.71817 440.35562 259.3588Q439.98062 259.9838 439.98062 261.28067L439.98062 263.01505Q439.98062 264.39005 440.37125 265.06192Q440.7775 265.71817 441.59 265.71817Q442.38687 265.71817 442.7775 265.09317Q443.16812 264.46817 443.18375 263.14005L443.18375 261.3588ZM445.82437 259.59317Q445.82437 258.82755 446.30875 258.32755Q446.80875 257.82755 447.57437 257.82755Q448.35562 257.82755 448.84 258.32755Q449.32437 258.82755 449.32437 259.62442L449.32437 260.0463Q449.32437 260.81192 448.82437 261.31192Q448.34 261.7963 447.59 261.7963Q446.82437 261.7963 446.32437 261.31192Q445.82437 260.81192 445.82437 259.99942L445.82437 259.59317ZM446.63687 260.0463Q446.63687 260.49942 446.88687 260.7963Q447.1525 261.09317 447.59 261.09317Q448.01187 261.09317 448.26187 260.81192Q448.51187 260.51505 448.51187 260.01505L448.51187 259.59317Q448.51187 259.14005 448.26187 258.84317Q448.01187 258.53067 447.57437 258.53067Q447.13687 258.53067 446.88687 258.84317Q446.63687 259.14005 446.63687 259.6088L446.63687 260.0463ZM449.98062 264.39005Q449.98062 263.62442 450.465 263.14005Q450.965 262.64005 451.73062 262.64005Q452.49625 262.64005 452.98062 263.14005Q453.48062 263.62442 453.48062 264.43692L453.48062 264.84317Q453.48062 265.6088 452.99625 266.1088Q452.51187 266.6088 451.74625 266.6088Q450.98062 266.6088 450.48062 266.12442Q449.98062 265.62442 449.98062 264.81192L449.98062 264.39005ZM450.79312 264.84317Q450.79312 265.31192 451.04312 265.6088Q451.30875 265.90567 451.74625 265.90567Q452.16812 265.90567 452.41812 265.62442Q452.66812 265.32755 452.66812 264.82755L452.66812 264.39005Q452.66812 263.9213 452.4025 263.64005Q452.1525 263.34317 451.73062 263.34317Q451.30875 263.34317 451.04312 263.64005Q450.79312 263.9213 450.79312 264.4213L450.79312 264.84317ZM447.84 265.84317L447.215 265.45255L451.38687 258.78067L451.99625 259.1713L447.84 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M504.51062 260.1713Q504.51062 260.81192 504.16687 261.31192Q503.82312 261.81192 503.26062 262.09317Q503.91687 262.37442 504.3075 262.93692Q504.69812 263.4838 504.69812 264.18692Q504.69812 265.28067 503.94812 265.95255Q503.21375 266.6088 501.995 266.6088Q500.76062 266.6088 500.01062 265.95255Q499.27625 265.28067 499.27625 264.18692Q499.27625 263.4838 499.65125 262.93692Q500.02625 262.37442 500.69812 262.09317Q500.13562 261.81192 499.8075 261.31192Q499.47937 260.81192 499.47937 260.1713Q499.47937 259.09317 500.16687 258.46817Q500.85437 257.82755 501.995 257.82755Q503.12 257.82755 503.8075 258.46817Q504.51062 259.09317 504.51062 260.1713ZM503.62 264.15567Q503.62 263.43692 503.16687 262.99942Q502.71375 262.5463 501.97937 262.5463Q501.245 262.5463 500.79187 262.99942Q500.35437 263.43692 500.35437 264.1713Q500.35437 264.89005 500.79187 265.31192Q501.22937 265.71817 501.995 265.71817Q502.745 265.71817 503.1825 265.2963Q503.62 264.87442 503.62 264.15567ZM501.995 258.71817Q501.35437 258.71817 500.94812 259.12442Q500.5575 259.51505 500.5575 260.20255Q500.5575 260.84317 500.94812 261.24942Q501.33875 261.65567 501.97937 261.65567Q502.63562 261.65567 503.02625 261.24942Q503.41687 260.84317 503.41687 260.20255Q503.41687 259.5463 503.01062 259.14005Q502.60437 258.71817 501.995 258.71817ZM511.6825 262.84317Q511.6825 264.74942 511.02625 265.68692Q510.38562 266.6088 508.995 266.6088Q507.63562 266.6088 506.97937 265.70255Q506.32312 264.7963 506.29187 262.9838L506.29187 261.5463Q506.29187 259.65567 506.9325 258.74942Q507.58875 257.82755 508.97937 257.82755Q510.35437 257.82755 511.01062 258.71817Q511.66687 259.59317 511.6825 261.43692L511.6825 262.84317ZM510.58875 261.3588Q510.58875 259.9838 510.19812 259.3588Q509.82312 258.71817 508.97937 258.71817Q508.15125 258.71817 507.76062 259.3588Q507.38562 259.9838 507.38562 261.28067L507.38562 263.01505Q507.38562 264.39005 507.77625 265.06192Q508.1825 265.71817 508.995 265.71817Q509.79187 265.71817 510.1825 265.09317Q510.57312 264.46817 510.58875 263.14005L510.58875 261.3588ZM513.2294 259.59317Q513.2294 258.82755 513.71375 258.32755Q514.21375 257.82755 514.9794 257.82755Q515.7606 257.82755 516.245 258.32755Q516.7294 258.82755 516.7294 259.62442L516.7294 260.0463Q516.7294 260.81192 516.2294 261.31192Q515.745 261.7963 514.995 261.7963Q514.2294 261.7963 513.7294 261.31192Q513.2294 260.81192 513.2294 259.99942L513.2294 259.59317ZM514.0419 260.0463Q514.0419 260.49942 514.2919 260.7963Q514.5575 261.09317 514.995 261.09317Q515.4169 261.09317 515.6669 260.81192Q515.9169 260.51505 515.9169 260.01505L515.9169 259.59317Q515.9169 259.14005 515.6669 258.84317Q515.4169 258.53067 514.9794 258.53067Q514.5419 258.53067 514.2919 258.84317Q514.0419 259.14005 514.0419 259.6088L514.0419 260.0463ZM517.3856 264.39005Q517.3856 263.62442 517.87 263.14005Q518.37 262.64005 519.1356 262.64005Q519.90125 262.64005 520.3856 263.14005Q520.8856 263.62442 520.8856 264.43692L520.8856 264.84317Q520.8856 265.6088 520.40125 266.1088Q519.9169 266.6088 519.15125 266.6088Q518.3856 266.6088 517.8856 266.12442Q517.3856 265.62442 517.3856 264.81192L517.3856 264.39005ZM518.1981 264.84317Q518.1981 265.31192 518.4481 265.6088Q518.71375 265.90567 519.15125 265.90567Q519.5731 265.90567 519.8231 265.62442Q520.0731 265.32755 520.0731 264.82755L520.0731 264.39005Q520.0731 263.9213 519.8075 263.64005Q519.5575 263.34317 519.1356 263.34317Q518.71375 263.34317 518.4481 263.64005Q518.1981 263.9213 518.1981 264.4213L518.1981 264.84317ZM515.245 265.84317L514.62 265.45255L518.7919 258.78067L519.40125 259.1713L515.245 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M566.79065 266.4838L565.7125 266.4838L565.7125 259.26505L563.525 260.06192L563.525 259.07755L566.6344 257.90567L566.79065 257.90567L566.79065 266.4838ZM575.5875 262.84317Q575.5875 264.74942 574.9313 265.68692Q574.29065 266.6088 572.9 266.6088Q571.54065 266.6088 570.8844 265.70255Q570.22815 264.7963 570.1969 262.9838L570.1969 261.5463Q570.1969 259.65567 570.8375 258.74942Q571.4938 257.82755 572.8844 257.82755Q574.2594 257.82755 574.91565 258.71817Q575.5719 259.59317 575.5875 261.43692L575.5875 262.84317ZM574.4938 261.3588Q574.4938 259.9838 574.10315 259.3588Q573.72815 258.71817 572.8844 258.71817Q572.0563 258.71817 571.66565 259.3588Q571.29065 259.9838 571.29065 261.28067L571.29065 263.01505Q571.29065 264.39005 571.6813 265.06192Q572.0875 265.71817 572.9 265.71817Q573.6969 265.71817 574.0875 265.09317Q574.47815 264.46817 574.4938 263.14005L574.4938 261.3588ZM582.5875 262.84317Q582.5875 264.74942 581.9313 265.68692Q581.29065 266.6088 579.9 266.6088Q578.54065 266.6088 577.8844 265.70255Q577.22815 264.7963 577.1969 262.9838L577.1969 261.5463Q577.1969 259.65567 577.8375 258.74942Q578.4938 257.82755 579.8844 257.82755Q581.2594 257.82755 581.91565 258.71817Q582.5719 259.59317 582.5875 261.43692L582.5875 262.84317ZM581.4938 261.3588Q581.4938 259.9838 581.10315 259.3588Q580.72815 258.71817 579.8844 258.71817Q579.0563 258.71817 578.66565 259.3588Q578.29065 259.9838 578.29065 261.28067L578.29065 263.01505Q578.29065 264.39005 578.6813 265.06192Q579.0875 265.71817 579.9 265.71817Q580.6969 265.71817 581.0875 265.09317Q581.47815 264.46817 581.4938 263.14005L581.4938 261.3588ZM584.1344 259.59317Q584.1344 258.82755 584.6188 258.32755Q585.1188 257.82755 585.8844 257.82755Q586.66565 257.82755 587.15 258.32755Q587.6344 258.82755 587.6344 259.62442L587.6344 260.0463Q587.6344 260.81192 587.1344 261.31192Q586.65 261.7963 585.9 261.7963Q585.1344 261.7963 584.6344 261.31192Q584.1344 260.81192 584.1344 259.99942L584.1344 259.59317ZM584.9469 260.0463Q584.9469 260.49942 585.1969 260.7963Q585.4625 261.09317 585.9 261.09317Q586.3219 261.09317 586.5719 260.81192Q586.8219 260.51505 586.8219 260.01505L586.8219 259.59317Q586.8219 259.14005 586.5719 258.84317Q586.3219 258.53067 585.8844 258.53067Q585.4469 258.53067 585.1969 258.84317Q584.9469 259.14005 584.9469 259.6088L584.9469 260.0463ZM588.29065 264.39005Q588.29065 263.62442 588.775 263.14005Q589.275 262.64005 590.04065 262.64005Q590.8063 262.64005 591.29065 263.14005Q591.79065 263.62442 591.79065 264.43692L591.79065 264.84317Q591.79065 265.6088 591.3063 266.1088Q590.8219 266.6088 590.0563 266.6088Q589.29065 266.6088 588.79065 266.12442Q588.29065 265.62442 588.29065 264.81192L588.29065 264.39005ZM589.10315 264.84317Q589.10315 265.31192 589.35315 265.6088Q589.6188 265.90567 590.0563 265.90567Q590.47815 265.90567 590.72815 265.62442Q590.97815 265.32755 590.97815 264.82755L590.97815 264.39005Q590.97815 263.9213 590.7125 263.64005Q590.4625 263.34317 590.04065 263.34317Q589.6188 263.34317 589.35315 263.64005Q589.10315 263.9213 589.10315 264.4213L589.10315 264.84317ZM586.15 265.84317L585.525 265.45255L589.6969 258.78067L590.3063 259.1713L586.15 265.84317Z" fill-rule="nonzero"/><path fill="#666666" d="M18.296875 23.848576L18.5 25.161076L18.78125 23.973576L20.75 17.036076L21.84375 17.036076L23.765625 23.973576L24.046875 25.1767L24.25 23.848576L25.796875 17.036076L27.125 17.036076L24.703125 26.9892L23.515625 26.9892L21.453125 19.7392L21.296875 18.973576L21.140625 19.7392L19.015625 26.9892L17.828125 26.9892L15.421875 17.036076L16.734375 17.036076L18.296875 23.848576ZM29.21875 20.4892Q30.0625 19.45795 31.40625 19.45795Q33.75 19.45795 33.78125 22.098576L33.78125 26.9892L32.515625 26.9892L32.515625 22.098576Q32.5 21.3017 32.140625 20.9267Q31.78125 20.536076 31.03125 20.536076Q30.40625 20.536076 29.9375 20.8642Q29.484375 21.192326 29.21875 21.723576L29.21875 26.9892L27.953125 26.9892L27.953125 16.4892L29.21875 16.4892L29.21875 20.4892ZM39.03125 27.129826Q37.515625 27.129826 36.578125 26.14545Q35.640625 25.14545 35.640625 23.4892L35.640625 23.27045Q35.640625 22.161076 36.0625 21.3017Q36.484375 20.4267 37.234375 19.942326Q37.984375 19.45795 38.875 19.45795Q40.3125 19.45795 41.109375 20.411076Q41.90625 21.348576 41.90625 23.129826L41.90625 23.64545L36.90625 23.64545Q36.921875 24.7392 37.53125 25.4267Q38.15625 26.098576 39.09375 26.098576Q39.765625 26.098576 40.21875 25.83295Q40.6875 25.5517 41.046875 25.098576L41.8125 25.692326Q40.890625 27.129826 39.03125 27.129826ZM38.875 20.4892Q38.109375 20.4892 37.578125 21.0517Q37.0625 21.6142 36.9375 22.6142L40.640625 22.6142L40.640625 22.52045Q40.59375 21.5517 40.125 21.02045Q39.65625 20.4892 38.875 20.4892ZM44.15625 19.598576L44.1875 20.52045Q45.046875 19.45795 46.40625 19.45795Q48.75 19.45795 48.78125 22.098576L48.78125 26.9892L47.515625 26.9892L47.515625 22.098576Q47.5 21.3017 47.140625 20.9267Q46.78125 20.536076 46.03125 20.536076Q45.40625 20.536076 44.9375 20.8642Q44.484375 21.192326 44.21875 21.723576L44.21875 26.9892L42.953125 26.9892L42.953125 19.598576L44.15625 19.598576ZM58.53125 26.9892Q58.421875 26.77045 58.34375 26.20795Q57.46875 27.129826 56.234375 27.129826Q55.140625 27.129826 54.4375 26.52045Q53.75 25.89545 53.75 24.942326Q53.75 23.786076 54.625 23.14545Q55.5 22.504826 57.09375 22.504826L58.328125 22.504826L58.328125 21.9267Q58.328125 21.254826 57.921875 20.8642Q57.53125 20.473576 56.765625 20.473576Q56.078125 20.473576 55.625 20.817326Q55.171875 21.161076 55.171875 21.64545L53.890625 21.64545Q53.890625 21.08295 54.28125 20.567326Q54.6875 20.0517 55.359375 19.754826Q56.03125 19.45795 56.828125 19.45795Q58.109375 19.45795 58.828125 20.098576Q59.5625 20.7392 59.59375 21.848576L59.59375 25.254826Q59.59375 26.27045 59.84375 26.879826L59.84375 26.9892L58.53125 26.9892ZM56.421875 26.02045Q57.015625 26.02045 57.546875 25.723576Q58.09375 25.411076 58.328125 24.911076L58.328125 23.39545L57.328125 23.39545Q55.015625 23.39545 55.015625 24.754826Q55.015625 25.348576 55.40625 25.692326Q55.796875 26.02045 56.421875 26.02045ZM66.15625 19.598576L66.1875 20.52045Q67.046875 19.45795 68.40625 19.45795Q70.75 19.45795 70.78125 22.098576L70.78125 26.9892L69.515625 26.9892L69.515625 22.098576Q69.5 21.3017 69.140625 20.9267Q68.78125 20.536076 68.03125 20.536076Q67.40625 20.536076 66.9375 20.8642Q66.484375 21.192326 66.21875 21.723576L66.21875 26.9892L64.953125 26.9892L64.953125 19.598576L66.15625 19.598576ZM76.03125 27.129826Q74.515625 27.129826 73.578125 26.14545Q72.640625 25.14545 72.640625 23.4892L72.640625 23.27045Q72.640625 22.161076 73.0625 21.3017Q73.484375 20.4267 74.234375 19.942326Q74.984375 19.45795 75.875 19.45795Q77.3125 19.45795 78.109375 20.411076Q78.90625 21.348576 78.90625 23.129826L78.90625 23.64545L73.90625 23.64545Q73.921875 24.7392 74.53125 25.4267Q75.15625 26.098576 76.09375 26.098576Q76.765625 26.098576 77.21875 25.83295Q77.6875 25.5517 78.046875 25.098576L78.8125 25.692326Q77.890625 27.129826 76.03125 27.129826ZM75.875 20.4892Q75.109375 20.4892 74.578125 21.0517Q74.0625 21.6142 73.9375 22.6142L77.640625 22.6142L77.640625 22.52045Q77.59375 21.5517 77.125 21.02045Q76.65625 20.4892 75.875 20.4892ZM86.5 25.2392L87.921875 19.598576L89.1875 19.598576L87.046875 26.9892L86.015625 26.9892L84.21875 21.379826L82.46875 26.9892L81.4375 26.9892L79.296875 19.598576L80.546875 19.598576L82.015625 25.129826L83.734375 19.598576L84.75 19.598576L86.5 25.2392ZM96.390625 25.27045L98.234375 19.598576L99.515625 19.598576L96.875 26.9892L95.90625 26.9892L93.21875 19.598576L94.515625 19.598576L96.390625 25.27045ZM104.03125 27.129826Q102.515625 27.129826 101.578125 26.14545Q100.640625 25.14545 100.640625 23.4892L100.640625 23.27045Q100.640625 22.161076 101.0625 21.3017Q101.484375 20.4267 102.234375 19.942326Q102.984375 19.45795 103.875 19.45795Q105.3125 19.45795 106.109375 20.411076Q106.90625 21.348576 106.90625 23.129826L106.90625 23.64545L101.90625 23.64545Q101.921875 24.7392 102.53125 25.4267Q103.15625 26.098576 104.09375 26.098576Q104.765625 26.098576 105.21875 25.83295Q105.6875 25.5517 106.046875 25.098576L106.8125 25.692326Q105.890625 27.129826 104.03125 27.129826ZM103.875 20.4892Q103.109375 20.4892 102.578125 21.0517Q102.0625 21.6142 101.9375 22.6142L105.640625 22.6142L105.640625 22.52045Q105.59375 21.5517 105.125 21.02045Q104.65625 20.4892 103.875 20.4892ZM111.53125 20.723576Q111.25 20.6767 110.90625 20.6767Q109.671875 20.6767 109.21875 21.7392L109.21875 26.9892L107.953125 26.9892L107.953125 19.598576L109.1875 19.598576L109.203125 20.442326Q109.828125 19.45795 110.96875 19.45795Q111.34375 19.45795 111.53125 19.5517L111.53125 20.723576ZM117.265625 25.02045Q117.265625 24.52045 116.875 24.2392Q116.484375 23.942326 115.53125 23.7392Q114.578125 23.536076 114.0 23.254826Q113.4375 22.95795 113.171875 22.567326Q112.90625 22.1767 112.90625 21.629826Q112.90625 20.70795 113.671875 20.08295Q114.4375 19.45795 115.640625 19.45795Q116.890625 19.45795 117.671875 20.1142Q118.453125 20.754826 118.453125 21.77045L117.1875 21.77045Q117.1875 21.2392 116.75 20.8642Q116.3125 20.4892 115.640625 20.4892Q114.953125 20.4892 114.5625 20.8017Q114.171875 21.098576 114.171875 21.58295Q114.171875 22.036076 114.53125 22.27045Q114.890625 22.504826 115.828125 22.723576Q116.78125 22.9267 117.375 23.223576Q117.96875 23.52045 118.25 23.942326Q118.53125 24.348576 118.53125 24.942326Q118.53125 25.9267 117.734375 26.536076Q116.9375 27.129826 115.671875 27.129826Q114.796875 27.129826 114.109375 26.817326Q113.421875 26.4892 113.03125 25.9267Q112.65625 25.3642 112.65625 24.70795L113.921875 24.70795Q113.953125 25.348576 114.421875 25.723576Q114.90625 26.098576 115.671875 26.098576Q116.390625 26.098576 116.828125 25.8017Q117.265625 25.504826 117.265625 25.02045ZM121.328125 26.9892L120.0625 26.9892L120.0625 19.598576L121.328125 19.598576L121.328125 26.9892ZM119.96875 17.629826Q119.96875 17.317326 120.15625 17.1142Q120.34375 16.89545 120.703125 16.89545Q121.078125 16.89545 121.265625 17.1142Q121.46875 17.317326 121.46875 17.629826Q121.46875 17.942326 121.265625 18.14545Q121.078125 18.348576 120.703125 18.348576Q120.34375 18.348576 120.15625 18.14545Q119.96875 17.942326 119.96875 17.629826ZM122.625 23.223576Q122.625 22.129826 123.046875 21.27045Q123.484375 20.39545 124.234375 19.9267Q125.0 19.45795 125.984375 19.45795Q127.484375 19.45795 128.42188 20.504826Q129.35938 21.5517 129.35938 23.286076L129.35938 23.379826Q129.35938 24.45795 128.9375 25.317326Q128.53125 26.161076 127.75 26.64545Q126.984375 27.129826 126.0 27.129826Q124.484375 27.129826 123.546875 26.08295Q122.625 25.036076 122.625 23.317326L122.625 23.223576ZM123.890625 23.379826Q123.890625 24.598576 124.453125 25.348576Q125.03125 26.098576 126.0 26.098576Q126.953125 26.098576 127.515625 25.348576Q128.09375 24.58295 128.09375 23.223576Q128.09375 22.004826 127.515625 21.254826Q126.9375 20.4892 125.984375 20.4892Q125.046875 20.4892 124.46875 21.2392Q123.890625 21.9892 123.890625 23.379826ZM132.15625 19.598576L132.1875 20.52045Q133.04688 19.45795 134.40625 19.45795Q136.75 19.45795 136.78125 22.098576L136.78125 26.9892L135.51562 26.9892L135.51562 22.098576Q135.5 21.3017 135.14062 20.9267Q134.78125 20.536076 134.03125 20.536076Q133.40625 20.536076 132.9375 20.8642Q132.48438 21.192326 132.21875 21.723576L132.21875 26.9892L130.95312 26.9892L130.95312 19.598576L132.15625 19.598576ZM141.625 23.223576Q141.625 22.129826 142.04688 21.27045Q142.48438 20.39545 143.23438 19.9267Q144.0 19.45795 144.98438 19.45795Q146.48438 19.45795 147.42188 20.504826Q148.35938 21.5517 148.35938 23.286076L148.35938 23.379826Q148.35938 24.45795 147.9375 25.317326Q147.53125 26.161076 146.75 26.64545Q145.98438 27.129826 145.0 27.129826Q143.48438 27.129826 142.54688 26.08295Q141.625 25.036076 141.625 23.317326L141.625 23.223576ZM142.89062 23.379826Q142.89062 24.598576 143.45312 25.348576Q144.03125 26.098576 145.0 26.098576Q145.95312 26.098576 146.51562 25.348576Q147.09375 24.58295 147.09375 23.223576Q147.09375 22.004826 146.51562 21.254826Q145.9375 20.4892 144.98438 20.4892Q144.04688 20.4892 143.46875 21.2392Q142.89062 21.9892 142.89062 23.379826ZM150.57812 26.9892L150.57812 20.567326L149.40625 20.567326L149.40625 19.598576L150.57812 19.598576L150.57812 18.83295Q150.57812 17.64545 151.20312 17.004826Q151.84375 16.348576 153.01562 16.348576Q153.45312 16.348576 153.875 16.45795L153.8125 17.4892Q153.48438 17.4267 153.125 17.4267Q152.51562 17.4267 152.17188 17.786076Q151.84375 18.14545 151.84375 18.817326L151.84375 19.598576L153.42188 19.598576L153.42188 20.567326L151.84375 20.567326L151.84375 26.9892L150.57812 26.9892ZM165.5 25.6767Q165.0 26.411076 164.09375 26.77045Q163.1875 27.129826 161.98438 27.129826Q160.76562 27.129826 159.8125 26.567326Q158.875 25.9892 158.35938 24.942326Q157.84375 23.879826 157.82812 22.4892L157.82812 21.629826Q157.82812 19.379826 158.875 18.14545Q159.9375 16.89545 161.82812 16.89545Q163.39062 16.89545 164.34375 17.692326Q165.29688 18.4892 165.5 19.95795L164.1875 19.95795Q163.82812 17.973576 161.84375 17.973576Q160.51562 17.973576 159.82812 18.911076Q159.15625 19.83295 159.15625 21.58295L159.15625 22.39545Q159.15625 24.08295 159.92188 25.067326Q160.6875 26.0517 161.98438 26.0517Q162.73438 26.0517 163.28125 25.89545Q163.84375 25.723576 164.20312 25.33295L164.20312 23.098576L161.89062 23.098576L161.89062 22.036076L165.5 22.036076L165.5 25.6767ZM167.625 23.223576Q167.625 22.129826 168.04688 21.27045Q168.48438 20.39545 169.23438 19.9267Q170.0 19.45795 170.98438 19.45795Q172.48438 19.45795 173.42188 20.504826Q174.35938 21.5517 174.35938 23.286076L174.35938 23.379826Q174.35938 24.45795 173.9375 25.317326Q173.53125 26.161076 172.75 26.64545Q171.98438 27.129826 171.0 27.129826Q169.48438 27.129826 168.54688 26.08295Q167.625 25.036076 167.625 23.317326L167.625 23.223576ZM168.89062 23.379826Q168.89062 24.598576 169.45312 25.348576Q170.03125 26.098576 171.0 26.098576Q171.95312 26.098576 172.51562 25.348576Q173.09375 24.58295 173.09375 23.223576Q173.09375 22.004826 172.51562 21.254826Q171.9375 20.4892 170.98438 20.4892Q170.04688 20.4892 169.46875 21.2392Q168.89062 21.9892 168.89062 23.379826ZM180.32812 26.9892L179.0625 26.9892L179.0625 19.598576L180.32812 19.598576L180.32812 26.9892ZM178.96875 17.629826Q178.96875 17.317326 179.15625 17.1142Q179.34375 16.89545 179.70312 16.89545Q180.07812 16.89545 180.26562 17.1142Q180.46875 17.317326 180.46875 17.629826Q180.46875 17.942326 180.26562 18.14545Q180.07812 18.348576 179.70312 18.348576Q179.34375 18.348576 179.15625 18.14545Q178.96875 17.942326 178.96875 17.629826ZM186.26562 25.02045Q186.26562 24.52045 185.875 24.2392Q185.48438 23.942326 184.53125 23.7392Q183.57812 23.536076 183.0 23.254826Q182.4375 22.95795 182.17188 22.567326Q181.90625 22.1767 181.90625 21.629826Q181.90625 20.70795 182.67188 20.08295Q183.4375 19.45795 184.64062 19.45795Q185.89062 19.45795 186.67188 20.1142Q187.45312 20.754826 187.45312 21.77045L186.1875 21.77045Q186.1875 21.2392 185.75 20.8642Q185.3125 20.4892 184.64062 20.4892Q183.95312 20.4892 183.5625 20.8017Q183.17188 21.098576 183.17188 21.58295Q183.17188 22.036076 183.53125 22.27045Q183.89062 22.504826 184.82812 22.723576Q185.78125 22.9267 186.375 23.223576Q186.96875 23.52045 187.25 23.942326Q187.53125 24.348576 187.53125 24.942326Q187.53125 25.9267 186.73438 26.536076Q185.9375 27.129826 184.67188 27.129826Q183.79688 27.129826 183.10938 26.817326Q182.42188 26.4892 182.03125 25.9267Q181.65625 25.3642 181.65625 24.70795L182.92188 24.70795Q182.95312 25.348576 183.42188 25.723576Q183.90625 26.098576 184.67188 26.098576Q185.39062 26.098576 185.82812 25.8017Q186.26562 25.504826 186.26562 25.02045ZM195.53125 20.723576Q195.25 20.6767 194.90625 20.6767Q193.67188 20.6767 193.21875 21.7392L193.21875 26.9892L191.95312 26.9892L191.95312 19.598576L193.1875 19.598576L193.20312 20.442326Q193.82812 19.45795 194.96875 19.45795Q195.34375 19.45795 195.53125 19.5517L195.53125 20.723576ZM200.03125 27.129826Q198.51562 27.129826 197.57812 26.14545Q196.64062 25.14545 196.64062 23.4892L196.64062 23.27045Q196.64062 22.161076 197.0625 21.3017Q197.48438 20.4267 198.23438 19.942326Q198.98438 19.45795 199.875 19.45795Q201.3125 19.45795 202.10938 20.411076Q202.90625 21.348576 202.90625 23.129826L202.90625 23.64545L197.90625 23.64545Q197.92188 24.7392 198.53125 25.4267Q199.15625 26.098576 200.09375 26.098576Q200.76562 26.098576 201.21875 25.83295Q201.6875 25.5517 202.04688 25.098576L202.8125 25.692326Q201.89062 27.129826 200.03125 27.129826ZM199.875 20.4892Q199.10938 20.4892 198.57812 21.0517Q198.0625 21.6142 197.9375 22.6142L201.64062 22.6142L201.64062 22.52045Q201.59375 21.5517 201.125 21.02045Q200.65625 20.4892 199.875 20.4892ZM205.32812 26.9892L204.0625 26.9892L204.0625 16.4892L205.32812 16.4892L205.32812 26.9892ZM210.03125 27.129826Q208.51562 27.129826 207.57812 26.14545Q206.64062 25.14545 206.64062 23.4892L206.64062 23.27045Q206.64062 22.161076 207.0625 21.3017Q207.48438 20.4267 208.23438 19.942326Q208.98438 19.45795 209.875 19.45795Q211.3125 19.45795 212.10938 20.411076Q212.90625 21.348576 212.90625 23.129826L212.90625 23.64545L207.90625 23.64545Q207.92188 24.7392 208.53125 25.4267Q209.15625 26.098576 210.09375 26.098576Q210.76562 26.098576 211.21875 25.83295Q211.6875 25.5517 212.04688 25.098576L212.8125 25.692326Q211.89062 27.129826 210.03125 27.129826ZM209.875 20.4892Q209.10938 20.4892 208.57812 21.0517Q208.0625 21.6142 207.9375 22.6142L211.64062 22.6142L211.64062 22.52045Q211.59375 21.5517 211.125 21.02045Q210.65625 20.4892 209.875 20.4892ZM218.53125 26.9892Q218.42188 26.77045 218.34375 26.20795Q217.46875 27.129826 216.23438 27.129826Q215.14062 27.129826 214.4375 26.52045Q213.75 25.89545 213.75 24.942326Q213.75 23.786076 214.625 23.14545Q215.5 22.504826 217.09375 22.504826L218.32812 22.504826L218.32812 21.9267Q218.32812 21.254826 217.92188 20.8642Q217.53125 20.473576 216.76562 20.473576Q216.07812 20.473576 215.625 20.817326Q215.17188 21.161076 215.17188 21.64545L213.89062 21.64545Q213.89062 21.08295 214.28125 20.567326Q214.6875 20.0517 215.35938 19.754826Q216.03125 19.45795 216.82812 19.45795Q218.10938 19.45795 218.82812 20.098576Q219.5625 20.7392 219.59375 21.848576L219.59375 25.254826Q219.59375 26.27045 219.84375 26.879826L219.84375 26.9892L218.53125 26.9892ZM216.42188 26.02045Q217.01562 26.02045 217.54688 25.723576Q218.09375 25.411076 218.32812 24.911076L218.32812 23.39545L217.32812 23.39545Q215.01562 23.39545 215.01562 24.754826Q215.01562 25.348576 215.40625 25.692326Q215.79688 26.02045 216.42188 26.02045ZM226.26562 25.02045Q226.26562 24.52045 225.875 24.2392Q225.48438 23.942326 224.53125 23.7392Q223.57812 23.536076 223.0 23.254826Q222.4375 22.95795 222.17188 22.567326Q221.90625 22.1767 221.90625 21.629826Q221.90625 20.70795 222.67188 20.08295Q223.4375 19.45795 224.64062 19.45795Q225.89062 19.45795 226.67188 20.1142Q227.45312 20.754826 227.45312 21.77045L226.1875 21.77045Q226.1875 21.2392 225.75 20.8642Q225.3125 20.4892 224.64062 20.4892Q223.95312 20.4892 223.5625 20.8017Q223.17188 21.098576 223.17188 21.58295Q223.17188 22.036076 223.53125 22.27045Q223.89062 22.504826 224.82812 22.723576Q225.78125 22.9267 226.375 23.223576Q226.96875 23.52045 227.25 23.942326Q227.53125 24.348576 227.53125 24.942326Q227.53125 25.9267 226.73438 26.536076Q225.9375 27.129826 224.67188 27.129826Q223.79688 27.129826 223.10938 26.817326Q222.42188 26.4892 222.03125 25.9267Q221.65625 25.3642 221.65625 24.70795L222.92188 24.70795Q222.95312 25.348576 223.42188 25.723576Q223.90625 26.098576 224.67188 26.098576Q225.39062 26.098576 225.82812 25.8017Q226.26562 25.504826 226.26562 25.02045ZM232.03125 27.129826Q230.51562 27.129826 229.57812 26.14545Q228.64062 25.14545 228.64062 23.4892L228.64062 23.27045Q228.64062 22.161076 229.0625 21.3017Q229.48438 20.4267 230.23438 19.942326Q230.98438 19.45795 231.875 19.45795Q233.3125 19.45795 234.10938 20.411076Q234.90625 21.348576 234.90625 23.129826L234.90625 23.64545L229.90625 23.64545Q229.92188 24.7392 230.53125 25.4267Q231.15625 26.098576 232.09375 26.098576Q232.76562 26.098576 233.21875 25.83295Q233.6875 25.5517 234.04688 25.098576L234.8125 25.692326Q233.89062 27.129826 232.03125 27.129826ZM231.875 20.4892Q231.10938 20.4892 230.57812 21.0517Q230.0625 21.6142 229.9375 22.6142L233.64062 22.6142L233.64062 22.52045Q233.59375 21.5517 233.125 21.02045Q232.65625 20.4892 231.875 20.4892ZM235.65625 23.223576Q235.65625 21.52045 236.45312 20.4892Q237.26562 19.45795 238.5625 19.45795Q239.875 19.45795 240.625 20.348576L240.625 16.4892L241.89062 16.4892L241.89062 26.9892L240.73438 26.9892L240.67188 26.192326Q239.90625 27.129826 238.5625 27.129826Q237.26562 27.129826 236.45312 26.08295Q235.65625 25.02045 235.65625 23.317326L235.65625 23.223576ZM236.92188 23.379826Q236.92188 24.629826 237.4375 25.348576Q237.95312 26.0517 238.875 26.0517Q240.07812 26.0517 240.625 24.973576L240.625 21.567326Q240.0625 20.536076 238.89062 20.536076Q237.95312 20.536076 237.4375 21.254826Q236.92188 21.95795 236.92188 23.379826ZM243.92188 28.973576L243.20312 28.473576Q243.84375 27.58295 243.875 26.629826L243.875 25.4892L245.10938 25.4892L245.10938 26.4892Q245.10938 27.1767 244.76562 27.8642Q244.42188 28.5517 243.92188 28.973576ZM256.5 25.2392L257.92188 19.598576L259.1875 19.598576L257.04688 26.9892L256.01562 26.9892L254.21875 21.379826L252.46875 26.9892L251.4375 26.9892L249.29688 19.598576L250.54688 19.598576L252.01562 25.129826L253.73438 19.598576L254.75 19.598576L256.5 25.2392ZM262.21875 20.4892Q263.0625 19.45795 264.40625 19.45795Q266.75 19.45795 266.78125 22.098576L266.78125 26.9892L265.51562 26.9892L265.51562 22.098576Q265.5 21.3017 265.14062 20.9267Q264.78125 20.536076 264.03125 20.536076Q263.40625 20.536076 262.9375 20.8642Q262.48438 21.192326 262.21875 21.723576L262.21875 26.9892L260.95312 26.9892L260.95312 16.4892L262.21875 16.4892L262.21875 20.4892ZM272.03125 27.129826Q270.51562 27.129826 269.57812 26.14545Q268.64062 25.14545 268.64062 23.4892L268.64062 23.27045Q268.64062 22.161076 269.0625 21.3017Q269.48438 20.4267 270.23438 19.942326Q270.98438 19.45795 271.875 19.45795Q273.3125 19.45795 274.10938 20.411076Q274.90625 21.348576 274.90625 23.129826L274.90625 23.64545L269.90625 23.64545Q269.92188 24.7392 270.53125 25.4267Q271.15625 26.098576 272.09375 26.098576Q272.76562 26.098576 273.21875 25.83295Q273.6875 25.5517 274.04688 25.098576L274.8125 25.692326Q273.89062 27.129826 272.03125 27.129826ZM271.875 20.4892Q271.10938 20.4892 270.57812 21.0517Q270.0625 21.6142 269.9375 22.6142L273.64062 22.6142L273.64062 22.52045Q273.59375 21.5517 273.125 21.02045Q272.65625 20.4892 271.875 20.4892ZM277.15625 19.598576L277.1875 20.52045Q278.04688 19.45795 279.40625 19.45795Q281.75 19.45795 281.78125 22.098576L281.78125 26.9892L280.51562 26.9892L280.51562 22.098576Q280.5 21.3017 280.14062 20.9267Q279.78125 20.536076 279.03125 20.536076Q278.40625 20.536076 277.9375 20.8642Q277.48438 21.192326 277.21875 21.723576L277.21875 26.9892L275.95312 26.9892L275.95312 19.598576L277.15625 19.598576ZM286.65625 23.223576Q286.65625 21.52045 287.45312 20.4892Q288.26562 19.45795 289.5625 19.45795Q290.875 19.45795 291.625 20.348576L291.625 16.4892L292.89062 16.4892L292.89062 26.9892L291.73438 26.9892L291.67188 26.192326Q290.90625 27.129826 289.5625 27.129826Q288.26562 27.129826 287.45312 26.08295Q286.65625 25.02045 286.65625 23.317326L286.65625 23.223576ZM287.92188 23.379826Q287.92188 24.629826 288.4375 25.348576Q288.95312 26.0517 289.875 26.0517Q291.07812 26.0517 291.625 24.973576L291.625 21.567326Q291.0625 20.536076 289.89062 20.536076Q288.95312 20.536076 288.4375 21.254826Q287.92188 21.95795 287.92188 23.379826ZM294.625 23.223576Q294.625 22.129826 295.04688 21.27045Q295.48438 20.39545 296.23438 19.9267Q297.0 19.45795 297.98438 19.45795Q299.48438 19.45795 300.42188 20.504826Q301.35938 21.5517 301.35938 23.286076L301.35938 23.379826Q301.35938 24.45795 300.9375 25.317326Q300.53125 26.161076 299.75 26.64545Q298.98438 27.129826 298.0 27.129826Q296.48438 27.129826 295.54688 26.08295Q294.625 25.036076 294.625 23.317326L294.625 23.223576ZM295.89062 23.379826Q295.89062 24.598576 296.45312 25.348576Q297.03125 26.098576 298.0 26.098576Q298.95312 26.098576 299.51562 25.348576Q300.09375 24.58295 300.09375 23.223576Q300.09375 22.004826 299.51562 21.254826Q298.9375 20.4892 297.98438 20.4892Q297.04688 20.4892 296.46875 21.2392Q295.89062 21.9892 295.89062 23.379826ZM306.03125 27.129826Q304.51562 27.129826 303.57812 26.14545Q302.64062 25.14545 302.64062 23.4892L302.64062 23.27045Q302.64062 22.161076 303.0625 21.3017Q303.48438 20.4267 304.23438 19.942326Q304.98438 19.45795 305.875 19.45795Q307.3125 19.45795 308.10938 20.411076Q308.90625 21.348576 308.90625 23.129826L308.90625 23.64545L303.90625 23.64545Q303.92188 24.7392 304.53125 25.4267Q305.15625 26.098576 306.09375 26.098576Q306.76562 26.098576 307.21875 25.83295Q307.6875 25.5517 308.04688 25.098576L308.8125 25.692326Q307.89062 27.129826 306.03125 27.129826ZM305.875 20.4892Q305.10938 20.4892 304.57812 21.0517Q304.0625 21.6142 303.9375 22.6142L307.64062 22.6142L307.64062 22.52045Q307.59375 21.5517 307.125 21.02045Q306.65625 20.4892 305.875 20.4892ZM314.26562 25.02045Q314.26562 24.52045 313.875 24.2392Q313.48438 23.942326 312.53125 23.7392Q311.57812 23.536076 311.0 23.254826Q310.4375 22.95795 310.17188 22.567326Q309.90625 22.1767 309.90625 21.629826Q309.90625 20.70795 310.67188 20.08295Q311.4375 19.45795 312.64062 19.45795Q313.89062 19.45795 314.67188 20.1142Q315.45312 20.754826 315.45312 21.77045L314.1875 21.77045Q314.1875 21.2392 313.75 20.8642Q313.3125 20.4892 312.64062 20.4892Q311.95312 20.4892 311.5625 20.8017Q311.17188 21.098576 311.17188 21.58295Q311.17188 22.036076 311.53125 22.27045Q311.89062 22.504826 312.82812 22.723576Q313.78125 22.9267 314.375 23.223576Q314.96875 23.52045 315.25 23.942326Q315.53125 24.348576 315.53125 24.942326Q315.53125 25.9267 314.73438 26.536076Q313.9375 27.129826 312.67188 27.129826Q311.79688 27.129826 311.10938 26.817326Q310.42188 26.4892 310.03125 25.9267Q309.65625 25.3642 309.65625 24.70795L310.92188 24.70795Q310.95312 25.348576 311.42188 25.723576Q311.90625 26.098576 312.67188 26.098576Q313.39062 26.098576 313.82812 25.8017Q314.26562 25.504826 314.26562 25.02045ZM322.375 25.129826L324.09375 19.598576L325.45312 19.598576L322.48438 28.129826Q321.79688 29.973576 320.28125 29.973576L320.04688 29.95795L319.57812 29.8642L319.57812 28.848576L319.92188 28.8642Q320.5625 28.8642 320.92188 28.598576Q321.28125 28.348576 321.51562 27.661076L321.79688 26.911076L319.15625 19.598576L320.53125 19.598576L322.375 25.129826ZM326.625 23.223576Q326.625 22.129826 327.04688 21.27045Q327.48438 20.39545 328.23438 19.9267Q329.0 19.45795 329.98438 19.45795Q331.48438 19.45795 332.42188 20.504826Q333.35938 21.5517 333.35938 23.286076L333.35938 23.379826Q333.35938 24.45795 332.9375 25.317326Q332.53125 26.161076 331.75 26.64545Q330.98438 27.129826 330.0 27.129826Q328.48438 27.129826 327.54688 26.08295Q326.625 25.036076 326.625 23.317326L326.625 23.223576ZM327.89062 23.379826Q327.89062 24.598576 328.45312 25.348576Q329.03125 26.098576 330.0 26.098576Q330.95312 26.098576 331.51562 25.348576Q332.09375 24.58295 332.09375 23.223576Q332.09375 22.004826 331.51562 21.254826Q330.9375 20.4892 329.98438 20.4892Q329.04688 20.4892 328.46875 21.2392Q327.89062 21.9892 327.89062 23.379826ZM339.53125 26.254826Q338.78125 27.129826 337.35938 27.129826Q336.17188 27.129826 335.54688 26.442326Q334.9375 25.754826 334.9375 24.411076L334.9375 19.598576L336.1875 19.598576L336.1875 24.3642Q336.1875 26.0517 337.5625 26.0517Q339.01562 26.0517 339.48438 24.973576L339.48438 19.598576L340.75 19.598576L340.75 26.9892L339.54688 26.9892L339.53125 26.254826ZM346.53125 20.723576Q346.25 20.6767 345.90625 20.6767Q344.67188 20.6767 344.21875 21.7392L344.21875 26.9892L342.95312 26.9892L342.95312 19.598576L344.1875 19.598576L344.20312 20.442326Q344.82812 19.45795 345.96875 19.45795Q346.34375 19.45795 346.53125 19.5517L346.53125 20.723576ZM352.67188 17.8017L352.67188 19.598576L354.04688 19.598576L354.04688 20.567326L352.67188 20.567326L352.67188 25.161076Q352.67188 25.598576 352.85938 25.83295Q353.04688 26.0517 353.48438 26.0517Q353.70312 26.0517 354.09375 25.95795L354.09375 26.9892Q353.59375 27.129826 353.125 27.129826Q352.26562 27.129826 351.82812 26.6142Q351.40625 26.098576 351.40625 25.161076L351.40625 20.567326L350.0625 20.567326L350.0625 19.598576L351.40625 19.598576L351.40625 17.8017L352.67188 17.8017ZM359.03125 27.129826Q357.51562 27.129826 356.57812 26.14545Q355.64062 25.14545 355.64062 23.4892L355.64062 23.27045Q355.64062 22.161076 356.0625 21.3017Q356.48438 20.4267 357.23438 19.942326Q357.98438 19.45795 358.875 19.45795Q360.3125 19.45795 361.10938 20.411076Q361.90625 21.348576 361.90625 23.129826L361.90625 23.64545L356.90625 23.64545Q356.92188 24.7392 357.53125 25.4267Q358.15625 26.098576 359.09375 26.098576Q359.76562 26.098576 360.21875 25.83295Q360.6875 25.5517 361.04688 25.098576L361.8125 25.692326Q360.89062 27.129826 359.03125 27.129826ZM358.875 20.4892Q358.10938 20.4892 357.57812 21.0517Q357.0625 21.6142 356.9375 22.6142L360.64062 22.6142L360.64062 22.52045Q360.59375 21.5517 360.125 21.02045Q359.65625 20.4892 358.875 20.4892ZM367.53125 26.9892Q367.42188 26.77045 367.34375 26.20795Q366.46875 27.129826 365.23438 27.129826Q364.14062 27.129826 363.4375 26.52045Q362.75 25.89545 362.75 24.942326Q362.75 23.786076 363.625 23.14545Q364.5 22.504826 366.09375 22.504826L367.32812 22.504826L367.32812 21.9267Q367.32812 21.254826 366.92188 20.8642Q366.53125 20.473576 365.76562 20.473576Q365.07812 20.473576 364.625 20.817326Q364.17188 21.161076 364.17188 21.64545L362.89062 21.64545Q362.89062 21.08295 363.28125 20.567326Q363.6875 20.0517 364.35938 19.754826Q365.03125 19.45795 365.82812 19.45795Q367.10938 19.45795 367.82812 20.098576Q368.5625 20.7392 368.59375 21.848576L368.59375 25.254826Q368.59375 26.27045 368.84375 26.879826L368.84375 26.9892L367.53125 26.9892ZM365.42188 26.02045Q366.01562 26.02045 366.54688 25.723576Q367.09375 25.411076 367.32812 24.911076L367.32812 23.39545L366.32812 23.39545Q364.01562 23.39545 364.01562 24.754826Q364.01562 25.348576 364.40625 25.692326Q364.79688 26.02045 365.42188 26.02045ZM372.14062 19.598576L372.1875 20.411076Q373.0 19.45795 374.375 19.45795Q375.92188 19.45795 376.48438 20.64545Q376.85938 20.1142 377.45312 19.786076Q378.04688 19.45795 378.84375 19.45795Q381.28125 19.45795 381.32812 22.036076L381.32812 26.9892L380.0625 26.9892L380.0625 22.1142Q380.0625 21.317326 379.6875 20.9267Q379.32812 20.536076 378.48438 20.536076Q377.76562 20.536076 377.29688 20.95795Q376.84375 21.3642 376.76562 22.08295L376.76562 26.9892L375.5 26.9892L375.5 22.14545Q375.5 20.536076 373.92188 20.536076Q372.67188 20.536076 372.21875 21.58295L372.21875 26.9892L370.95312 26.9892L370.95312 19.598576L372.14062 19.598576ZM390.53125 26.9892Q390.42188 26.77045 390.34375 26.20795Q389.46875 27.129826 388.23438 27.129826Q387.14062 27.129826 386.4375 26.52045Q385.75 25.89545 385.75 24.942326Q385.75 23.786076 386.625 23.14545Q387.5 22.504826 389.09375 22.504826L390.32812 22.504826L390.32812 21.9267Q390.32812 21.254826 389.92188 20.8642Q389.53125 20.473576 388.76562 20.473576Q388.07812 20.473576 387.625 20.817326Q387.17188 21.161076 387.17188 21.64545L385.89062 21.64545Q385.89062 21.08295 386.28125 20.567326Q386.6875 20.0517 387.35938 19.754826Q388.03125 19.45795 388.82812 19.45795Q390.10938 19.45795 390.82812 20.098576Q391.5625 20.7392 391.59375 21.848576L391.59375 25.254826Q391.59375 26.27045 391.84375 26.879826L391.84375 26.9892L390.53125 26.9892ZM388.42188 26.02045Q389.01562 26.02045 389.54688 25.723576Q390.09375 25.411076 390.32812 24.911076L390.32812 23.39545L389.32812 23.39545Q387.01562 23.39545 387.01562 24.754826Q387.01562 25.348576 387.40625 25.692326Q387.79688 26.02045 388.42188 26.02045ZM395.67188 17.8017L395.67188 19.598576L397.04688 19.598576L397.04688 20.567326L395.67188 20.567326L395.67188 25.161076Q395.67188 25.598576 395.85938 25.83295Q396.04688 26.0517 396.48438 26.0517Q396.70312 26.0517 397.09375 25.95795L397.09375 26.9892Q396.59375 27.129826 396.125 27.129826Q395.26562 27.129826 394.82812 26.6142Q394.40625 26.098576 394.40625 25.161076L394.40625 20.567326L393.0625 20.567326L393.0625 19.598576L394.40625 19.598576L394.40625 17.8017L395.67188 17.8017ZM408.5 25.2392L409.92188 19.598576L411.1875 19.598576L409.04688 26.9892L408.01562 26.9892L406.21875 21.379826L404.46875 26.9892L403.4375 26.9892L401.29688 19.598576L402.54688 19.598576L404.01562 25.129826L405.73438 19.598576L406.75 19.598576L408.5 25.2392ZM412.625 23.223576Q412.625 22.129826 413.04688 21.27045Q413.48438 20.39545 414.23438 19.9267Q415.0 19.45795 415.98438 19.45795Q417.48438 19.45795 418.42188 20.504826Q419.35938 21.5517 419.35938 23.286076L419.35938 23.379826Q419.35938 24.45795 418.9375 25.317326Q418.53125 26.161076 417.75 26.64545Q416.98438 27.129826 416.0 27.129826Q414.48438 27.129826 413.54688 26.08295Q412.625 25.036076 412.625 23.317326L412.625 23.223576ZM413.89062 23.379826Q413.89062 24.598576 414.45312 25.348576Q415.03125 26.098576 416.0 26.098576Q416.95312 26.098576 417.51562 25.348576Q418.09375 24.58295 418.09375 23.223576Q418.09375 22.004826 417.51562 21.254826Q416.9375 20.4892 415.98438 20.4892Q415.04688 20.4892 414.46875 21.2392Q413.89062 21.9892 413.89062 23.379826ZM424.53125 20.723576Q424.25 20.6767 423.90625 20.6767Q422.67188 20.6767 422.21875 21.7392L422.21875 26.9892L420.95312 26.9892L420.95312 19.598576L422.1875 19.598576L422.20312 20.442326Q422.82812 19.45795 423.96875 19.45795Q424.34375 19.45795 424.53125 19.5517L424.53125 20.723576ZM428.01562 23.567326L427.23438 24.39545L427.23438 26.9892L425.96875 26.9892L425.96875 16.4892L427.23438 16.4892L427.23438 22.83295L427.90625 22.02045L430.20312 19.598576L431.75 19.598576L428.875 22.6767L432.07812 26.9892L430.59375 26.9892L428.01562 23.567326ZM440.26562 25.02045Q440.26562 24.52045 439.875 24.2392Q439.48438 23.942326 438.53125 23.7392Q437.57812 23.536076 437.0 23.254826Q436.4375 22.95795 436.17188 22.567326Q435.90625 22.1767 435.90625 21.629826Q435.90625 20.70795 436.67188 20.08295Q437.4375 19.45795 438.64062 19.45795Q439.89062 19.45795 440.67188 20.1142Q441.45312 20.754826 441.45312 21.77045L440.1875 21.77045Q440.1875 21.2392 439.75 20.8642Q439.3125 20.4892 438.64062 20.4892Q437.95312 20.4892 437.5625 20.8017Q437.17188 21.098576 437.17188 21.58295Q437.17188 22.036076 437.53125 22.27045Q437.89062 22.504826 438.82812 22.723576Q439.78125 22.9267 440.375 23.223576Q440.96875 23.52045 441.25 23.942326Q441.53125 24.348576 441.53125 24.942326Q441.53125 25.9267 440.73438 26.536076Q439.9375 27.129826 438.67188 27.129826Q437.79688 27.129826 437.10938 26.817326Q436.42188 26.4892 436.03125 25.9267Q435.65625 25.3642 435.65625 24.70795L436.92188 24.70795Q436.95312 25.348576 437.42188 25.723576Q437.90625 26.098576 438.67188 26.098576Q439.39062 26.098576 439.82812 25.8017Q440.26562 25.504826 440.26562 25.02045ZM444.67188 17.8017L444.67188 19.598576L446.04688 19.598576L446.04688 20.567326L444.67188 20.567326L444.67188 25.161076Q444.67188 25.598576 444.85938 25.83295Q445.04688 26.0517 445.48438 26.0517Q445.70312 26.0517 446.09375 25.95795L446.09375 26.9892Q445.59375 27.129826 445.125 27.129826Q444.26562 27.129826 443.82812 26.6142Q443.40625 26.098576 443.40625 25.161076L443.40625 20.567326L442.0625 20.567326L442.0625 19.598576L443.40625 19.598576L443.40625 17.8017L444.67188 17.8017ZM452.53125 26.9892Q452.42188 26.77045 452.34375 26.20795Q451.46875 27.129826 450.23438 27.129826Q449.14062 27.129826 448.4375 26.52045Q447.75 25.89545 447.75 24.942326Q447.75 23.786076 448.625 23.14545Q449.5 22.504826 451.09375 22.504826L452.32812 22.504826L452.32812 21.9267Q452.32812 21.254826 451.92188 20.8642Q451.53125 20.473576 450.76562 20.473576Q450.07812 20.473576 449.625 20.817326Q449.17188 21.161076 449.17188 21.64545L447.89062 21.64545Q447.89062 21.08295 448.28125 20.567326Q448.6875 20.0517 449.35938 19.754826Q450.03125 19.45795 450.82812 19.45795Q452.10938 19.45795 452.82812 20.098576Q453.5625 20.7392 453.59375 21.848576L453.59375 25.254826Q453.59375 26.27045 453.84375 26.879826L453.84375 26.9892L452.53125 26.9892ZM450.42188 26.02045Q451.01562 26.02045 451.54688 25.723576Q452.09375 25.411076 452.32812 24.911076L452.32812 23.39545L451.32812 23.39545Q449.01562 23.39545 449.01562 24.754826Q449.01562 25.348576 449.40625 25.692326Q449.79688 26.02045 450.42188 26.02045ZM459.53125 20.723576Q459.25 20.6767 458.90625 20.6767Q457.67188 20.6767 457.21875 21.7392L457.21875 26.9892L455.95312 26.9892L455.95312 19.598576L457.1875 19.598576L457.20312 20.442326Q457.82812 19.45795 458.96875 19.45795Q459.34375 19.45795 459.53125 19.5517L459.53125 20.723576ZM462.67188 17.8017L462.67188 19.598576L464.04688 19.598576L464.04688 20.567326L462.67188 20.567326L462.67188 25.161076Q462.67188 25.598576 462.85938 25.83295Q463.04688 26.0517 463.48438 26.0517Q463.70312 26.0517 464.09375 25.95795L464.09375 26.9892Q463.59375 27.129826 463.125 27.129826Q462.26562 27.129826 461.82812 26.6142Q461.40625 26.098576 461.40625 25.161076L461.40625 20.567326L460.0625 20.567326L460.0625 19.598576L461.40625 19.598576L461.40625 17.8017L462.67188 17.8017ZM472.03125 27.129826Q470.51562 27.129826 469.57812 26.14545Q468.64062 25.14545 468.64062 23.4892L468.64062 23.27045Q468.64062 22.161076 469.0625 21.3017Q469.48438 20.4267 470.23438 19.942326Q470.98438 19.45795 471.875 19.45795Q473.3125 19.45795 474.10938 20.411076Q474.90625 21.348576 474.90625 23.129826L474.90625 23.64545L469.90625 23.64545Q469.92188 24.7392 470.53125 25.4267Q471.15625 26.098576 472.09375 26.098576Q472.76562 26.098576 473.21875 25.83295Q473.6875 25.5517 474.04688 25.098576L474.8125 25.692326Q473.89062 27.129826 472.03125 27.129826ZM471.875 20.4892Q471.10938 20.4892 470.57812 21.0517Q470.0625 21.6142 469.9375 22.6142L473.64062 22.6142L473.64062 22.52045Q473.59375 21.5517 473.125 21.02045Q472.65625 20.4892 471.875 20.4892ZM478.39062 25.27045L480.23438 19.598576L481.51562 19.598576L478.875 26.9892L477.90625 26.9892L475.21875 19.598576L476.51562 19.598576L478.39062 25.27045ZM487.53125 26.9892Q487.42188 26.77045 487.34375 26.20795Q486.46875 27.129826 485.23438 27.129826Q484.14062 27.129826 483.4375 26.52045Q482.75 25.89545 482.75 24.942326Q482.75 23.786076 483.625 23.14545Q484.5 22.504826 486.09375 22.504826L487.32812 22.504826L487.32812 21.9267Q487.32812 21.254826 486.92188 20.8642Q486.53125 20.473576 485.76562 20.473576Q485.07812 20.473576 484.625 20.817326Q484.17188 21.161076 484.17188 21.64545L482.89062 21.64545Q482.89062 21.08295 483.28125 20.567326Q483.6875 20.0517 484.35938 19.754826Q485.03125 19.45795 485.82812 19.45795Q487.10938 19.45795 487.82812 20.098576Q488.5625 20.7392 488.59375 21.848576L488.59375 25.254826Q488.59375 26.27045 488.84375 26.879826L488.84375 26.9892L487.53125 26.9892ZM485.42188 26.02045Q486.01562 26.02045 486.54688 25.723576Q487.09375 25.411076 487.32812 24.911076L487.32812 23.39545L486.32812 23.39545Q484.01562 23.39545 484.01562 24.754826Q484.01562 25.348576 484.40625 25.692326Q484.79688 26.02045 485.42188 26.02045ZM492.32812 26.9892L491.0625 26.9892L491.0625 16.4892L492.32812 16.4892L492.32812 26.9892ZM498.53125 26.254826Q497.78125 27.129826 496.35938 27.129826Q495.17188 27.129826 494.54688 26.442326Q493.9375 25.754826 493.9375 24.411076L493.9375 19.598576L495.1875 19.598576L495.1875 24.3642Q495.1875 26.0517 496.5625 26.0517Q498.01562 26.0517 498.48438 24.973576L498.48438 19.598576L499.75 19.598576L499.75 26.9892L498.54688 26.9892L498.53125 26.254826ZM506.53125 26.9892Q506.42188 26.77045 506.34375 26.20795Q505.46875 27.129826 504.23438 27.129826Q503.14062 27.129826 502.4375 26.52045Q501.75 25.89545 501.75 24.942326Q501.75 23.786076 502.625 23.14545Q503.5 22.504826 505.09375 22.504826L506.32812 22.504826L506.32812 21.9267Q506.32812 21.254826 505.92188 20.8642Q505.53125 20.473576 504.76562 20.473576Q504.07812 20.473576 503.625 20.817326Q503.17188 21.161076 503.17188 21.64545L501.89062 21.64545Q501.89062 21.08295 502.28125 20.567326Q502.6875 20.0517 503.35938 19.754826Q504.03125 19.45795 504.82812 19.45795Q506.10938 19.45795 506.82812 20.098576Q507.5625 20.7392 507.59375 21.848576L507.59375 25.254826Q507.59375 26.27045 507.84375 26.879826L507.84375 26.9892L506.53125 26.9892ZM504.42188 26.02045Q505.01562 26.02045 505.54688 25.723576Q506.09375 25.411076 506.32812 24.911076L506.32812 23.39545L505.32812 23.39545Q503.01562 23.39545 503.01562 24.754826Q503.01562 25.348576 503.40625 25.692326Q503.79688 26.02045 504.42188 26.02045ZM511.67188 17.8017L511.67188 19.598576L513.0469 19.598576L513.0469 20.567326L511.67188 20.567326L511.67188 25.161076Q511.67188 25.598576 511.85938 25.83295Q512.0469 26.0517 512.4844 26.0517Q512.7031 26.0517 513.09375 25.95795L513.09375 26.9892Q512.59375 27.129826 512.125 27.129826Q511.26562 27.129826 510.82812 26.6142Q510.40625 26.098576 510.40625 25.161076L510.40625 20.567326L509.0625 20.567326L509.0625 19.598576L510.40625 19.598576L510.40625 17.8017L511.67188 17.8017ZM516.3281 26.9892L515.0625 26.9892L515.0625 19.598576L516.3281 19.598576L516.3281 26.9892ZM514.96875 17.629826Q514.96875 17.317326 515.15625 17.1142Q515.34375 16.89545 515.7031 16.89545Q516.0781 16.89545 516.2656 17.1142Q516.46875 17.317326 516.46875 17.629826Q516.46875 17.942326 516.2656 18.14545Q516.0781 18.348576 515.7031 18.348576Q515.34375 18.348576 515.15625 18.14545Q514.96875 17.942326 514.96875 17.629826ZM519.15625 19.598576L519.1875 20.52045Q520.0469 19.45795 521.40625 19.45795Q523.75 19.45795 523.78125 22.098576L523.78125 26.9892L522.5156 26.9892L522.5156 22.098576Q522.5 21.3017 522.1406 20.9267Q521.78125 20.536076 521.03125 20.536076Q520.40625 20.536076 519.9375 20.8642Q519.4844 21.192326 519.21875 21.723576L519.21875 26.9892L517.9531 26.9892L517.9531 19.598576L519.15625 19.598576ZM525.65625 23.223576Q525.65625 21.504826 526.4531 20.4892Q527.25 19.45795 528.5781 19.45795Q529.9219 19.45795 530.6875 20.411076L530.75 19.598576L531.90625 19.598576L531.90625 26.817326Q531.90625 28.254826 531.0469 29.067326Q530.2031 29.89545 528.7656 29.89545Q527.96875 29.89545 527.2031 29.5517Q526.4375 29.223576 526.03125 28.629826L526.6875 27.8642Q527.5 28.8642 528.6719 28.8642Q529.59375 28.8642 530.1094 28.348576Q530.6406 27.83295 530.6406 26.879826L530.6406 26.254826Q529.875 27.129826 528.5625 27.129826Q527.2656 27.129826 526.4531 26.08295Q525.65625 25.036076 525.65625 23.223576ZM526.9219 23.379826Q526.9219 24.629826 527.4375 25.348576Q527.9531 26.0517 528.875 26.0517Q530.0781 26.0517 530.6406 24.95795L530.6406 21.58295Q530.0469 20.536076 528.8906 20.536076Q527.96875 20.536076 527.4375 21.254826Q526.9219 21.95795 526.9219 23.379826ZM538.3281 26.9892L537.0625 26.9892L537.0625 19.598576L538.3281 19.598576L538.3281 26.9892ZM536.96875 17.629826Q536.96875 17.317326 537.15625 17.1142Q537.34375 16.89545 537.7031 16.89545Q538.0781 16.89545 538.2656 17.1142Q538.46875 17.317326 538.46875 17.629826Q538.46875 17.942326 538.2656 18.14545Q538.0781 18.348576 537.7031 18.348576Q537.34375 18.348576 537.15625 18.14545Q536.96875 17.942326 536.96875 17.629826ZM541.6719 17.8017L541.6719 19.598576L543.0469 19.598576L543.0469 20.567326L541.6719 20.567326L541.6719 25.161076Q541.6719 25.598576 541.8594 25.83295Q542.0469 26.0517 542.4844 26.0517Q542.7031 26.0517 543.09375 25.95795L543.09375 26.9892Q542.59375 27.129826 542.125 27.129826Q541.2656 27.129826 540.8281 26.6142Q540.40625 26.098576 540.40625 25.161076L540.40625 20.567326L539.0625 20.567326L539.0625 19.598576L540.40625 19.598576L540.40625 17.8017L541.6719 17.8017ZM548.5781 26.9892L548.5781 20.567326L547.40625 20.567326L547.40625 19.598576L548.5781 19.598576L548.5781 18.83295Q548.5781 17.64545 549.2031 17.004826Q549.84375 16.348576 551.0156 16.348576Q551.4531 16.348576 551.875 16.45795L551.8125 17.4892Q551.4844 17.4267 551.125 17.4267Q550.5156 17.4267 550.1719 17.786076Q549.84375 18.14545 549.84375 18.817326L549.84375 19.598576L551.4219 19.598576L551.4219 20.567326L549.84375 20.567326L549.84375 26.9892L548.5781 26.9892ZM552.625 23.223576Q552.625 22.129826 553.0469 21.27045Q553.4844 20.39545 554.2344 19.9267Q555.0 19.45795 555.9844 19.45795Q557.4844 19.45795 558.4219 20.504826Q559.3594 21.5517 559.3594 23.286076L559.3594 23.379826Q559.3594 24.45795 558.9375 25.317326Q558.53125 26.161076 557.75 26.64545Q556.9844 27.129826 556.0 27.129826Q554.4844 27.129826 553.5469 26.08295Q552.625 25.036076 552.625 23.317326L552.625 23.223576ZM553.8906 23.379826Q553.8906 24.598576 554.4531 25.348576Q555.03125 26.098576 556.0 26.098576Q556.9531 26.098576 557.5156 25.348576Q558.09375 24.58295 558.09375 23.223576Q558.09375 22.004826 557.5156 21.254826Q556.9375 20.4892 555.9844 20.4892Q555.0469 20.4892 554.46875 21.2392Q553.8906 21.9892 553.8906 23.379826ZM564.53125 20.723576Q564.25 20.6767 563.90625 20.6767Q562.6719 20.6767 562.21875 21.7392L562.21875 26.9892L560.9531 26.9892L560.9531 19.598576L562.1875 19.598576L562.2031 20.442326Q562.8281 19.45795 563.96875 19.45795Q564.34375 19.45795 564.53125 19.5517L564.53125 20.723576Z" fill-rule="nonzero"/><path fill="#666666" d="M22.203125 40.379826Q22.203125 42.067326 21.421875 43.098576Q20.65625 44.129826 19.34375 44.129826Q18.0 44.129826 17.21875 43.27045L17.21875 46.83295L15.953125 46.83295L15.953125 36.598576L17.109375 36.598576L17.171875 37.411076Q17.953125 36.45795 19.328125 36.45795Q20.65625 36.45795 21.421875 37.45795Q22.203125 38.45795 22.203125 40.254826L22.203125 40.379826ZM20.9375 40.223576Q20.9375 38.973576 20.40625 38.254826Q19.875 37.536076 18.9375 37.536076Q17.796875 37.536076 17.21875 38.5517L17.21875 42.08295Q17.796875 43.098576 18.953125 43.098576Q19.875 43.098576 20.40625 42.379826Q20.9375 41.64545 20.9375 40.223576ZM27.53125 37.723576Q27.25 37.6767 26.90625 37.6767Q25.671875 37.6767 25.21875 38.7392L25.21875 43.9892L23.953125 43.9892L23.953125 36.598576L25.1875 36.598576L25.203125 37.442326Q25.828125 36.45795 26.96875 36.45795Q27.34375 36.45795 27.53125 36.5517L27.53125 37.723576ZM28.625 40.223576Q28.625 39.129826 29.046875 38.27045Q29.484375 37.39545 30.234375 36.9267Q31.0 36.45795 31.984375 36.45795Q33.484375 36.45795 34.421875 37.504826Q35.359375 38.5517 35.359375 40.286076L35.359375 40.379826Q35.359375 41.45795 34.9375 42.317326Q34.53125 43.161076 33.75 43.64545Q32.984375 44.129826 32.0 44.129826Q30.484375 44.129826 29.546875 43.08295Q28.625 42.036076 28.625 40.317326L28.625 40.223576ZM29.890625 40.379826Q29.890625 41.598576 30.453125 42.348576Q31.03125 43.098576 32.0 43.098576Q32.953125 43.098576 33.515625 42.348576Q34.09375 41.58295 34.09375 40.223576Q34.09375 39.004826 33.515625 38.254826Q32.9375 37.4892 31.984375 37.4892Q31.046875 37.4892 30.46875 38.2392Q29.890625 38.9892 29.890625 40.379826ZM36.65625 40.223576Q36.65625 38.52045 37.453125 37.4892Q38.265625 36.45795 39.5625 36.45795Q40.875 36.45795 41.625 37.348576L41.625 33.4892L42.890625 33.4892L42.890625 43.9892L41.734375 43.9892L41.671875 43.192326Q40.90625 44.129826 39.5625 44.129826Q38.265625 44.129826 37.453125 43.08295Q36.65625 42.02045 36.65625 40.317326L36.65625 40.223576ZM37.921875 40.379826Q37.921875 41.629826 38.4375 42.348576Q38.953125 43.0517 39.875 43.0517Q41.078125 43.0517 41.625 41.973576L41.625 38.567326Q41.0625 37.536076 39.890625 37.536076Q38.953125 37.536076 38.4375 38.254826Q37.921875 38.95795 37.921875 40.379826ZM49.53125 43.254826Q48.78125 44.129826 47.359375 44.129826Q46.171875 44.129826 45.546875 43.442326Q44.9375 42.754826 44.9375 41.411076L44.9375 36.598576L46.1875 36.598576L46.1875 41.3642Q46.1875 43.0517 47.5625 43.0517Q49.015625 43.0517 49.484375 41.973576L49.484375 36.598576L50.75 36.598576L50.75 43.9892L49.546875 43.9892L49.53125 43.254826ZM55.921875 43.098576Q56.59375 43.098576 57.09375 42.692326Q57.609375 42.27045 57.671875 41.661076L58.859375 41.661076Q58.828125 42.286076 58.421875 42.8642Q58.015625 43.442326 57.34375 43.786076Q56.671875 44.129826 55.921875 44.129826Q54.40625 44.129826 53.515625 43.129826Q52.625 42.1142 52.625 40.3642L52.625 40.14545Q52.625 39.067326 53.015625 38.223576Q53.421875 37.379826 54.15625 36.9267Q54.90625 36.45795 55.921875 36.45795Q57.15625 36.45795 57.984375 37.20795Q58.8125 37.942326 58.859375 39.129826L57.671875 39.129826Q57.609375 38.411076 57.125 37.95795Q56.640625 37.4892 55.921875 37.4892Q54.953125 37.4892 54.421875 38.192326Q53.890625 38.879826 53.890625 40.192326L53.890625 40.4267Q53.890625 41.70795 54.421875 42.411076Q54.953125 43.098576 55.921875 43.098576ZM61.671875 34.8017L61.671875 36.598576L63.046875 36.598576L63.046875 37.567326L61.671875 37.567326L61.671875 42.161076Q61.671875 42.598576 61.859375 42.83295Q62.046875 43.0517 62.484375 43.0517Q62.703125 43.0517 63.09375 42.95795L63.09375 43.9892Q62.59375 44.129826 62.125 44.129826Q61.265625 44.129826 60.828125 43.6142Q60.40625 43.098576 60.40625 42.161076L60.40625 37.567326L59.0625 37.567326L59.0625 36.598576L60.40625 36.598576L60.40625 34.8017L61.671875 34.8017ZM66.328125 43.9892L65.0625 43.9892L65.0625 36.598576L66.328125 36.598576L66.328125 43.9892ZM64.96875 34.629826Q64.96875 34.317326 65.15625 34.1142Q65.34375 33.89545 65.703125 33.89545Q66.078125 33.89545 66.265625 34.1142Q66.46875 34.317326 66.46875 34.629826Q66.46875 34.942326 66.265625 35.14545Q66.078125 35.348576 65.703125 35.348576Q65.34375 35.348576 65.15625 35.14545Q64.96875 34.942326 64.96875 34.629826ZM67.625 40.223576Q67.625 39.129826 68.046875 38.27045Q68.484375 37.39545 69.234375 36.9267Q70.0 36.45795 70.984375 36.45795Q72.484375 36.45795 73.421875 37.504826Q74.359375 38.5517 74.359375 40.286076L74.359375 40.379826Q74.359375 41.45795 73.9375 42.317326Q73.53125 43.161076 72.75 43.64545Q71.984375 44.129826 71.0 44.129826Q69.484375 44.129826 68.546875 43.08295Q67.625 42.036076 67.625 40.317326L67.625 40.223576ZM68.890625 40.379826Q68.890625 41.598576 69.453125 42.348576Q70.03125 43.098576 71.0 43.098576Q71.953125 43.098576 72.515625 42.348576Q73.09375 41.58295 73.09375 40.223576Q73.09375 39.004826 72.515625 38.254826Q71.9375 37.4892 70.984375 37.4892Q70.046875 37.4892 69.46875 38.2392Q68.890625 38.9892 68.890625 40.379826ZM77.15625 36.598576L77.1875 37.52045Q78.046875 36.45795 79.40625 36.45795Q81.75 36.45795 81.78125 39.098576L81.78125 43.9892L80.515625 43.9892L80.515625 39.098576Q80.5 38.3017 80.140625 37.9267Q79.78125 37.536076 79.03125 37.536076Q78.40625 37.536076 77.9375 37.8642Q77.484375 38.192326 77.21875 38.723576L77.21875 43.9892L75.953125 43.9892L75.953125 36.598576L77.15625 36.598576ZM91.53125 43.254826Q90.78125 44.129826 89.359375 44.129826Q88.171875 44.129826 87.546875 43.442326Q86.9375 42.754826 86.9375 41.411076L86.9375 36.598576L88.1875 36.598576L88.1875 41.3642Q88.1875 43.0517 89.5625 43.0517Q91.015625 43.0517 91.484375 41.973576L91.484375 36.598576L92.75 36.598576L92.75 43.9892L91.546875 43.9892L91.53125 43.254826ZM99.265625 42.02045Q99.265625 41.52045 98.875 41.2392Q98.484375 40.942326 97.53125 40.7392Q96.578125 40.536076 96.0 40.254826Q95.4375 39.95795 95.171875 39.567326Q94.90625 39.1767 94.90625 38.629826Q94.90625 37.70795 95.671875 37.08295Q96.4375 36.45795 97.640625 36.45795Q98.890625 36.45795 99.671875 37.1142Q100.453125 37.754826 100.453125 38.77045L99.1875 38.77045Q99.1875 38.2392 98.75 37.8642Q98.3125 37.4892 97.640625 37.4892Q96.953125 37.4892 96.5625 37.8017Q96.171875 38.098576 96.171875 38.58295Q96.171875 39.036076 96.53125 39.27045Q96.890625 39.504826 97.828125 39.723576Q98.78125 39.9267 99.375 40.223576Q99.96875 40.52045 100.25 40.942326Q100.53125 41.348576 100.53125 41.942326Q100.53125 42.9267 99.734375 43.536076Q98.9375 44.129826 97.671875 44.129826Q96.796875 44.129826 96.109375 43.817326Q95.421875 43.4892 95.03125 42.9267Q94.65625 42.3642 94.65625 41.70795L95.921875 41.70795Q95.953125 42.348576 96.421875 42.723576Q96.90625 43.098576 97.671875 43.098576Q98.390625 43.098576 98.828125 42.8017Q99.265625 42.504826 99.265625 42.02045ZM105.03125 44.129826Q103.515625 44.129826 102.578125 43.14545Q101.640625 42.14545 101.640625 40.4892L101.640625 40.27045Q101.640625 39.161076 102.0625 38.3017Q102.484375 37.4267 103.234375 36.942326Q103.984375 36.45795 104.875 36.45795Q106.3125 36.45795 107.109375 37.411076Q107.90625 38.348576 107.90625 40.129826L107.90625 40.64545L102.90625 40.64545Q102.921875 41.7392 103.53125 42.4267Q104.15625 43.098576 105.09375 43.098576Q105.765625 43.098576 106.21875 42.83295Q106.6875 42.5517 107.046875 42.098576L107.8125 42.692326Q106.890625 44.129826 105.03125 44.129826ZM104.875 37.4892Q104.109375 37.4892 103.578125 38.0517Q103.0625 38.6142 102.9375 39.6142L106.640625 39.6142L106.640625 39.52045Q106.59375 38.5517 106.125 38.02045Q105.65625 37.4892 104.875 37.4892ZM110.4375 41.192326Q110.453125 40.379826 110.625 39.911076Q110.796875 39.4267 111.328125 38.848576L112.21875 37.9267Q112.796875 37.286076 112.796875 36.536076Q112.796875 35.817326 112.421875 35.411076Q112.046875 35.004826 111.328125 35.004826Q110.625 35.004826 110.203125 35.379826Q109.78125 35.7392 109.78125 36.3642L108.515625 36.3642Q108.53125 35.254826 109.296875 34.58295Q110.078125 33.89545 111.328125 33.89545Q112.609375 33.89545 113.328125 34.598576Q114.0625 35.286076 114.0625 36.4892Q114.0625 37.692326 112.953125 38.848576L112.203125 39.598576Q111.703125 40.14545 111.703125 41.192326L110.4375 41.192326ZM110.390625 43.348576Q110.390625 43.0517 110.578125 42.848576Q110.765625 42.629826 111.125 42.629826Q111.5 42.629826 111.6875 42.848576Q111.890625 43.0517 111.890625 43.3642Q111.890625 43.661076 111.6875 43.8642Q111.5 44.067326 111.125 44.067326Q110.765625 44.067326 110.578125 43.8642Q110.390625 43.661076 110.390625 43.348576ZM118.90625 39.942326Q118.90625 38.411076 119.3125 36.9892Q119.734375 35.567326 120.546875 34.411076Q121.375 33.2392 122.265625 32.754826L122.515625 33.598576Q121.515625 34.3642 120.875 35.942326Q120.25 37.504826 120.1875 39.442326L120.171875 40.036076Q120.171875 42.6767 121.140625 44.6142Q121.71875 45.77045 122.515625 46.4267L122.265625 47.20795Q121.34375 46.692326 120.515625 45.504826Q118.90625 43.1767 118.90625 39.942326ZM127.03125 44.129826Q125.515625 44.129826 124.578125 43.14545Q123.640625 42.14545 123.640625 40.4892L123.640625 40.27045Q123.640625 39.161076 124.0625 38.3017Q124.484375 37.4267 125.234375 36.942326Q125.984375 36.45795 126.875 36.45795Q128.3125 36.45795 129.10938 37.411076Q129.90625 38.348576 129.90625 40.129826L129.90625 40.64545L124.90625 40.64545Q124.921875 41.7392 125.53125 42.4267Q126.15625 43.098576 127.09375 43.098576Q127.765625 43.098576 128.21875 42.83295Q128.6875 42.5517 129.04688 42.098576L129.8125 42.692326Q128.89062 44.129826 127.03125 44.129826ZM126.875 37.4892Q126.109375 37.4892 125.578125 38.0517Q125.0625 38.6142 124.9375 39.6142L128.64062 39.6142L128.64062 39.52045Q128.59375 38.5517 128.125 38.02045Q127.65625 37.4892 126.875 37.4892ZM130.98438 43.33295Q130.98438 43.004826 131.17188 42.786076Q131.375 42.567326 131.76562 42.567326Q132.15625 42.567326 132.35938 42.786076Q132.5625 43.004826 132.5625 43.33295Q132.5625 43.64545 132.35938 43.8642Q132.15625 44.067326 131.76562 44.067326Q131.375 44.067326 131.17188 43.8642Q130.98438 43.64545 130.98438 43.33295ZM134.65625 40.223576Q134.65625 38.504826 135.45312 37.4892Q136.25 36.45795 137.57812 36.45795Q138.92188 36.45795 139.6875 37.411076L139.75 36.598576L140.90625 36.598576L140.90625 43.817326Q140.90625 45.254826 140.04688 46.067326Q139.20312 46.89545 137.76562 46.89545Q136.96875 46.89545 136.20312 46.5517Q135.4375 46.223576 135.03125 45.629826L135.6875 44.8642Q136.5 45.8642 137.67188 45.8642Q138.59375 45.8642 139.10938 45.348576Q139.64062 44.83295 139.64062 43.879826L139.64062 43.254826Q138.875 44.129826 137.5625 44.129826Q136.26562 44.129826 135.45312 43.08295Q134.65625 42.036076 134.65625 40.223576ZM135.92188 40.379826Q135.92188 41.629826 136.4375 42.348576Q136.95312 43.0517 137.875 43.0517Q139.07812 43.0517 139.64062 41.95795L139.64062 38.58295Q139.04688 37.536076 137.89062 37.536076Q136.96875 37.536076 136.4375 38.254826Q135.92188 38.95795 135.92188 40.379826ZM142.98438 43.33295Q142.98438 43.004826 143.17188 42.786076Q143.375 42.567326 143.76562 42.567326Q144.15625 42.567326 144.35938 42.786076Q144.5625 43.004826 144.5625 43.33295Q144.5625 43.64545 144.35938 43.8642Q144.15625 44.067326 143.76562 44.067326Q143.375 44.067326 143.17188 43.8642Q142.98438 43.64545 142.98438 43.33295ZM146.92188 45.973576L146.20312 45.473576Q146.84375 44.58295 146.875 43.629826L146.875 42.4892L148.10938 42.4892L148.10938 43.4892Q148.10938 44.1767 147.76562 44.8642Q147.42188 45.5517 146.92188 45.973576ZM154.14062 36.598576L154.1875 37.411076Q155.0 36.45795 156.375 36.45795Q157.92188 36.45795 158.48438 37.64545Q158.85938 37.1142 159.45312 36.786076Q160.04688 36.45795 160.84375 36.45795Q163.28125 36.45795 163.32812 39.036076L163.32812 43.9892L162.0625 43.9892L162.0625 39.1142Q162.0625 38.317326 161.6875 37.9267Q161.32812 37.536076 160.48438 37.536076Q159.76562 37.536076 159.29688 37.95795Q158.84375 38.3642 158.76562 39.08295L158.76562 43.9892L157.5 43.9892L157.5 39.14545Q157.5 37.536076 155.92188 37.536076Q154.67188 37.536076 154.21875 38.58295L154.21875 43.9892L152.95312 43.9892L152.95312 36.598576L154.14062 36.598576ZM164.625 40.223576Q164.625 39.129826 165.04688 38.27045Q165.48438 37.39545 166.23438 36.9267Q167.0 36.45795 167.98438 36.45795Q169.48438 36.45795 170.42188 37.504826Q171.35938 38.5517 171.35938 40.286076L171.35938 40.379826Q171.35938 41.45795 170.9375 42.317326Q170.53125 43.161076 169.75 43.64545Q168.98438 44.129826 168.0 44.129826Q166.48438 44.129826 165.54688 43.08295Q164.625 42.036076 164.625 40.317326L164.625 40.223576ZM165.89062 40.379826Q165.89062 41.598576 166.45312 42.348576Q167.03125 43.098576 168.0 43.098576Q168.95312 43.098576 169.51562 42.348576Q170.09375 41.58295 170.09375 40.223576Q170.09375 39.004826 169.51562 38.254826Q168.9375 37.4892 167.98438 37.4892Q167.04688 37.4892 166.46875 38.2392Q165.89062 38.9892 165.89062 40.379826ZM175.39062 42.27045L177.23438 36.598576L178.51562 36.598576L175.875 43.9892L174.90625 43.9892L172.21875 36.598576L173.51562 36.598576L175.39062 42.27045ZM181.32812 43.9892L180.0625 43.9892L180.0625 36.598576L181.32812 36.598576L181.32812 43.9892ZM179.96875 34.629826Q179.96875 34.317326 180.15625 34.1142Q180.34375 33.89545 180.70312 33.89545Q181.07812 33.89545 181.26562 34.1142Q181.46875 34.317326 181.46875 34.629826Q181.46875 34.942326 181.26562 35.14545Q181.07812 35.348576 180.70312 35.348576Q180.34375 35.348576 180.15625 35.14545Q179.96875 34.942326 179.96875 34.629826ZM184.15625 36.598576L184.1875 37.52045Q185.04688 36.45795 186.40625 36.45795Q188.75 36.45795 188.78125 39.098576L188.78125 43.9892L187.51562 43.9892L187.51562 39.098576Q187.5 38.3017 187.14062 37.9267Q186.78125 37.536076 186.03125 37.536076Q185.40625 37.536076 184.9375 37.8642Q184.48438 38.192326 184.21875 38.723576L184.21875 43.9892L182.95312 43.9892L182.95312 36.598576L184.15625 36.598576ZM190.65625 40.223576Q190.65625 38.504826 191.45312 37.4892Q192.25 36.45795 193.57812 36.45795Q194.92188 36.45795 195.6875 37.411076L195.75 36.598576L196.90625 36.598576L196.90625 43.817326Q196.90625 45.254826 196.04688 46.067326Q195.20312 46.89545 193.76562 46.89545Q192.96875 46.89545 192.20312 46.5517Q191.4375 46.223576 191.03125 45.629826L191.6875 44.8642Q192.5 45.8642 193.67188 45.8642Q194.59375 45.8642 195.10938 45.348576Q195.64062 44.83295 195.64062 43.879826L195.64062 43.254826Q194.875 44.129826 193.5625 44.129826Q192.26562 44.129826 191.45312 43.08295Q190.65625 42.036076 190.65625 40.223576ZM191.92188 40.379826Q191.92188 41.629826 192.4375 42.348576Q192.95312 43.0517 193.875 43.0517Q195.07812 43.0517 195.64062 41.95795L195.64062 38.58295Q195.04688 37.536076 193.89062 37.536076Q192.96875 37.536076 192.4375 38.254826Q191.92188 38.95795 191.92188 40.379826ZM202.57812 43.9892L202.57812 37.567326L201.40625 37.567326L201.40625 36.598576L202.57812 36.598576L202.57812 35.83295Q202.57812 34.64545 203.20312 34.004826Q203.84375 33.348576 205.01562 33.348576Q205.45312 33.348576 205.875 33.45795L205.8125 34.4892Q205.48438 34.4267 205.125 34.4267Q204.51562 34.4267 204.17188 34.786076Q203.84375 35.14545 203.84375 35.817326L203.84375 36.598576L205.42188 36.598576L205.42188 37.567326L203.84375 37.567326L203.84375 43.9892L202.57812 43.9892ZM210.53125 37.723576Q210.25 37.6767 209.90625 37.6767Q208.67188 37.6767 208.21875 38.7392L208.21875 43.9892L206.95312 43.9892L206.95312 36.598576L208.1875 36.598576L208.20312 37.442326Q208.82812 36.45795 209.96875 36.45795Q210.34375 36.45795 210.53125 36.5517L210.53125 37.723576ZM211.625 40.223576Q211.625 39.129826 212.04688 38.27045Q212.48438 37.39545 213.23438 36.9267Q214.0 36.45795 214.98438 36.45795Q216.48438 36.45795 217.42188 37.504826Q218.35938 38.5517 218.35938 40.286076L218.35938 40.379826Q218.35938 41.45795 217.9375 42.317326Q217.53125 43.161076 216.75 43.64545Q215.98438 44.129826 215.0 44.129826Q213.48438 44.129826 212.54688 43.08295Q211.625 42.036076 211.625 40.317326L211.625 40.223576ZM212.89062 40.379826Q212.89062 41.598576 213.45312 42.348576Q214.03125 43.098576 215.0 43.098576Q215.95312 43.098576 216.51562 42.348576Q217.09375 41.58295 217.09375 40.223576Q217.09375 39.004826 216.51562 38.254826Q215.9375 37.4892 214.98438 37.4892Q214.04688 37.4892 213.46875 38.2392Q212.89062 38.9892 212.89062 40.379826ZM221.14062 36.598576L221.1875 37.411076Q222.0 36.45795 223.375 36.45795Q224.92188 36.45795 225.48438 37.64545Q225.85938 37.1142 226.45312 36.786076Q227.04688 36.45795 227.84375 36.45795Q230.28125 36.45795 230.32812 39.036076L230.32812 43.9892L229.0625 43.9892L229.0625 39.1142Q229.0625 38.317326 228.6875 37.9267Q228.32812 37.536076 227.48438 37.536076Q226.76562 37.536076 226.29688 37.95795Q225.84375 38.3642 225.76562 39.08295L225.76562 43.9892L224.5 43.9892L224.5 39.14545Q224.5 37.536076 222.92188 37.536076Q221.67188 37.536076 221.21875 38.58295L221.21875 43.9892L219.95312 43.9892L219.95312 36.598576L221.14062 36.598576ZM238.98438 43.9892L237.71875 43.9892L237.71875 35.567326L235.15625 36.4892L235.15625 35.348576L238.78125 33.9892L238.98438 33.9892L238.98438 43.9892ZM242.98438 43.33295Q242.98438 43.004826 243.17188 42.786076Q243.375 42.567326 243.76562 42.567326Q244.15625 42.567326 244.35938 42.786076Q244.5625 43.004826 244.5625 43.33295Q244.5625 43.64545 244.35938 43.8642Q244.15625 44.067326 243.76562 44.067326Q243.375 44.067326 243.17188 43.8642Q242.98438 43.64545 242.98438 43.33295ZM250.98438 43.9892L249.71875 43.9892L249.71875 35.567326L247.15625 36.4892L247.15625 35.348576L250.78125 33.9892L250.98438 33.9892L250.98438 43.9892ZM258.98438 43.9892L257.71875 43.9892L257.71875 35.567326L255.15625 36.4892L255.15625 35.348576L258.78125 33.9892L258.98438 33.9892L258.98438 43.9892ZM267.67188 34.8017L267.67188 36.598576L269.04688 36.598576L269.04688 37.567326L267.67188 37.567326L267.67188 42.161076Q267.67188 42.598576 267.85938 42.83295Q268.04688 43.0517 268.48438 43.0517Q268.70312 43.0517 269.09375 42.95795L269.09375 43.9892Q268.59375 44.129826 268.125 44.129826Q267.26562 44.129826 266.82812 43.6142Q266.40625 43.098576 266.40625 42.161076L266.40625 37.567326L265.0625 37.567326L265.0625 36.598576L266.40625 36.598576L266.40625 34.8017L267.67188 34.8017ZM270.625 40.223576Q270.625 39.129826 271.04688 38.27045Q271.48438 37.39545 272.23438 36.9267Q273.0 36.45795 273.98438 36.45795Q275.48438 36.45795 276.42188 37.504826Q277.35938 38.5517 277.35938 40.286076L277.35938 40.379826Q277.35938 41.45795 276.9375 42.317326Q276.53125 43.161076 275.75 43.64545Q274.98438 44.129826 274.0 44.129826Q272.48438 44.129826 271.54688 43.08295Q270.625 42.036076 270.625 40.317326L270.625 40.223576ZM271.89062 40.379826Q271.89062 41.598576 272.45312 42.348576Q273.03125 43.098576 274.0 43.098576Q274.95312 43.098576 275.51562 42.348576Q276.09375 41.58295 276.09375 40.223576Q276.09375 39.004826 275.51562 38.254826Q274.9375 37.4892 273.98438 37.4892Q273.04688 37.4892 272.46875 38.2392Q271.89062 38.9892 271.89062 40.379826ZM285.98438 43.9892L284.71875 43.9892L284.71875 35.567326L282.15625 36.4892L282.15625 35.348576L285.78125 33.9892L285.98438 33.9892L285.98438 43.9892ZM289.98438 43.33295Q289.98438 43.004826 290.17188 42.786076Q290.375 42.567326 290.76562 42.567326Q291.15625 42.567326 291.35938 42.786076Q291.5625 43.004826 291.5625 43.33295Q291.5625 43.64545 291.35938 43.8642Q291.15625 44.067326 290.76562 44.067326Q290.375 44.067326 290.17188 43.8642Q289.98438 43.64545 289.98438 43.33295ZM297.98438 43.9892L296.71875 43.9892L296.71875 35.567326L294.15625 36.4892L294.15625 35.348576L297.78125 33.9892L297.98438 33.9892L297.98438 43.9892ZM308.34375 43.9892L301.82812 43.9892L301.82812 43.08295L305.26562 39.254826Q306.03125 38.379826 306.32812 37.848576Q306.625 37.3017 306.625 36.70795Q306.625 35.942326 306.14062 35.442326Q305.67188 34.942326 304.89062 34.942326Q303.95312 34.942326 303.42188 35.473576Q302.90625 36.004826 302.90625 36.973576L301.64062 36.973576Q301.64062 35.598576 302.51562 34.754826Q303.40625 33.89545 304.89062 33.89545Q306.28125 33.89545 307.07812 34.629826Q307.89062 35.348576 307.89062 36.567326Q307.89062 38.036076 306.01562 40.067326L303.35938 42.95795L308.34375 42.95795L308.34375 43.9892ZM309.92188 45.973576L309.20312 45.473576Q309.84375 44.58295 309.875 43.629826L309.875 42.4892L311.10938 42.4892L311.10938 43.4892Q311.10938 44.1767 310.76562 44.8642Q310.42188 45.5517 309.92188 45.973576ZM315.625 40.223576Q315.625 39.129826 316.04688 38.27045Q316.48438 37.39545 317.23438 36.9267Q318.0 36.45795 318.98438 36.45795Q320.48438 36.45795 321.42188 37.504826Q322.35938 38.5517 322.35938 40.286076L322.35938 40.379826Q322.35938 41.45795 321.9375 42.317326Q321.53125 43.161076 320.75 43.64545Q319.98438 44.129826 319.0 44.129826Q317.48438 44.129826 316.54688 43.08295Q315.625 42.036076 315.625 40.317326L315.625 40.223576ZM316.89062 40.379826Q316.89062 41.598576 317.45312 42.348576Q318.03125 43.098576 319.0 43.098576Q319.95312 43.098576 320.51562 42.348576Q321.09375 41.58295 321.09375 40.223576Q321.09375 39.004826 320.51562 38.254826Q319.9375 37.4892 318.98438 37.4892Q318.04688 37.4892 317.46875 38.2392Q316.89062 38.9892 316.89062 40.379826ZM327.53125 37.723576Q327.25 37.6767 326.90625 37.6767Q325.67188 37.6767 325.21875 38.7392L325.21875 43.9892L323.95312 43.9892L323.95312 36.598576L325.1875 36.598576L325.20312 37.442326Q325.82812 36.45795 326.96875 36.45795Q327.34375 36.45795 327.53125 36.5517L327.53125 37.723576ZM335.98438 43.9892L334.71875 43.9892L334.71875 35.567326L332.15625 36.4892L332.15625 35.348576L335.78125 33.9892L335.98438 33.9892L335.98438 43.9892ZM339.98438 43.33295Q339.98438 43.004826 340.17188 42.786076Q340.375 42.567326 340.76562 42.567326Q341.15625 42.567326 341.35938 42.786076Q341.5625 43.004826 341.5625 43.33295Q341.5625 43.64545 341.35938 43.8642Q341.15625 44.067326 340.76562 44.067326Q340.375 44.067326 340.17188 43.8642Q339.98438 43.64545 339.98438 43.33295ZM347.98438 43.9892L346.71875 43.9892L346.71875 35.567326L344.15625 36.4892L344.15625 35.348576L347.78125 33.9892L347.98438 33.9892L347.98438 43.9892ZM358.34375 43.9892L351.82812 43.9892L351.82812 43.08295L355.26562 39.254826Q356.03125 38.379826 356.32812 37.848576Q356.625 37.3017 356.625 36.70795Q356.625 35.942326 356.14062 35.442326Q355.67188 34.942326 354.89062 34.942326Q353.95312 34.942326 353.42188 35.473576Q352.90625 36.004826 352.90625 36.973576L351.64062 36.973576Q351.64062 35.598576 352.51562 34.754826Q353.40625 33.89545 354.89062 33.89545Q356.28125 33.89545 357.07812 34.629826Q357.89062 35.348576 357.89062 36.567326Q357.89062 38.036076 356.01562 40.067326L353.35938 42.95795L358.34375 42.95795L358.34375 43.9892ZM364.67188 34.8017L364.67188 36.598576L366.04688 36.598576L366.04688 37.567326L364.67188 37.567326L364.67188 42.161076Q364.67188 42.598576 364.85938 42.83295Q365.04688 43.0517 365.48438 43.0517Q365.70312 43.0517 366.09375 42.95795L366.09375 43.9892Q365.59375 44.129826 365.125 44.129826Q364.26562 44.129826 363.82812 43.6142Q363.40625 43.098576 363.40625 42.161076L363.40625 37.567326L362.0625 37.567326L362.0625 36.598576L363.40625 36.598576L363.40625 34.8017L364.67188 34.8017ZM367.625 40.223576Q367.625 39.129826 368.04688 38.27045Q368.48438 37.39545 369.23438 36.9267Q370.0 36.45795 370.98438 36.45795Q372.48438 36.45795 373.42188 37.504826Q374.35938 38.5517 374.35938 40.286076L374.35938 40.379826Q374.35938 41.45795 373.9375 42.317326Q373.53125 43.161076 372.75 43.64545Q371.98438 44.129826 371.0 44.129826Q369.48438 44.129826 368.54688 43.08295Q367.625 42.036076 367.625 40.317326L367.625 40.223576ZM368.89062 40.379826Q368.89062 41.598576 369.45312 42.348576Q370.03125 43.098576 371.0 43.098576Q371.95312 43.098576 372.51562 42.348576Q373.09375 41.58295 373.09375 40.223576Q373.09375 39.004826 372.51562 38.254826Q371.9375 37.4892 370.98438 37.4892Q370.04688 37.4892 369.46875 38.2392Q368.89062 38.9892 368.89062 40.379826ZM382.98438 43.9892L381.71875 43.9892L381.71875 35.567326L379.15625 36.4892L379.15625 35.348576L382.78125 33.9892L382.98438 33.9892L382.98438 43.9892ZM386.98438 43.33295Q386.98438 43.004826 387.17188 42.786076Q387.375 42.567326 387.76562 42.567326Q388.15625 42.567326 388.35938 42.786076Q388.5625 43.004826 388.5625 43.33295Q388.5625 43.64545 388.35938 43.8642Q388.15625 44.067326 387.76562 44.067326Q387.375 44.067326 387.17188 43.8642Q386.98438 43.64545 386.98438 43.33295ZM394.98438 43.9892L393.71875 43.9892L393.71875 35.567326L391.15625 36.4892L391.15625 35.348576L394.78125 33.9892L394.98438 33.9892L394.98438 43.9892ZM400.67188 38.39545L401.60938 38.39545Q402.51562 38.379826 403.01562 37.9267Q403.53125 37.473576 403.53125 36.692326Q403.53125 34.942326 401.79688 34.942326Q400.96875 34.942326 400.48438 35.411076Q400.0 35.879826 400.0 36.64545L398.73438 36.64545Q398.73438 35.45795 399.59375 34.6767Q400.46875 33.89545 401.79688 33.89545Q403.20312 33.89545 404.0 34.64545Q404.79688 35.39545 404.79688 36.70795Q404.79688 37.3642 404.375 37.973576Q403.96875 38.58295 403.23438 38.879826Q404.0625 39.14545 404.5 39.754826Q404.95312 40.348576 404.95312 41.20795Q404.95312 42.5517 404.07812 43.348576Q403.20312 44.129826 401.79688 44.129826Q400.40625 44.129826 399.51562 43.379826Q398.64062 42.6142 398.64062 41.3642L399.92188 41.3642Q399.92188 42.14545 400.42188 42.629826Q400.9375 43.098576 401.79688 43.098576Q402.71875 43.098576 403.20312 42.6142Q403.6875 42.129826 403.6875 41.2392Q403.6875 40.379826 403.15625 39.911076Q402.625 39.442326 401.60938 39.4267L400.67188 39.4267L400.67188 38.39545ZM409.875 40.02045Q409.875 41.536076 409.46875 42.942326Q409.07812 44.33295 408.25 45.52045Q407.42188 46.70795 406.53125 47.20795L406.26562 46.4267Q407.3125 45.629826 407.95312 43.9267Q408.59375 42.223576 408.60938 40.161076L408.60938 39.942326Q408.60938 38.504826 408.29688 37.27045Q408.0 36.036076 407.46875 35.067326Q406.9375 34.08295 406.26562 33.536076L406.53125 32.754826Q407.42188 33.254826 408.23438 34.4267Q409.0625 35.598576 409.46875 37.004826Q409.875 38.411076 409.875 40.02045Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig24.svg b/_content/survey2019/fig24.svg
deleted file mode 100644
index 00c4dbe..0000000
--- a/_content/survey2019/fig24.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 693.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="693" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 693.0L0 693.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 59.5L171.5 609.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 59.5L270.5 609.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 59.5L370.5 609.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 59.5L469.5 609.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 59.5L569.5 609.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 59.69543L569.4754 59.69543L569.4754 609.6203L171.5 609.6203L171.5 59.69543Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 88.0L171.0 79.0L420.0 79.0C421.10458 79.0 422.0 79.89543 422.0 81.0L422.0 86.0C422.0 87.10457 421.10458 88.0 420.0 88.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 88.0L171.0 79.0L420.0 79.0C421.10458 79.0 422.0 79.89543 422.0 81.0L422.0 86.0C422.0 87.10457 421.10458 88.0 420.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 147.0L171.0 138.0L342.0 138.0C343.10458 138.0 344.0 138.89543 344.0 140.0L344.0 145.0C344.0 146.10457 343.10458 147.0 342.0 147.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 147.0L171.0 138.0L342.0 138.0C343.10458 138.0 344.0 138.89543 344.0 140.0L344.0 145.0C344.0 146.10457 343.10458 147.0 342.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 206.0L171.0 197.0L242.0 197.0C243.10457 197.0 244.0 197.89543 244.0 199.0L244.0 204.0C244.0 205.10457 243.10457 206.0 242.0 206.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 206.0L171.0 197.0L242.0 197.0C243.10457 197.0 244.0 197.89543 244.0 199.0L244.0 204.0C244.0 205.10457 243.10457 206.0 242.0 206.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 265.0L171.0 256.0L239.0 256.0C240.10457 256.0 241.0 256.89542 241.0 258.0L241.0 263.0C241.0 264.10458 240.10457 265.0 239.0 265.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 265.0L171.0 256.0L239.0 256.0C240.10457 256.0 241.0 256.89542 241.0 258.0L241.0 263.0C241.0 264.10458 240.10457 265.0 239.0 265.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 324.0L171.0 315.0L189.0 315.0C190.10457 315.0 191.0 315.89542 191.0 317.0L191.0 322.0C191.0 323.10458 190.10457 324.0 189.0 324.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 324.0L171.0 315.0L189.0 315.0C190.10457 315.0 191.0 315.89542 191.0 317.0L191.0 322.0C191.0 323.10458 190.10457 324.0 189.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 441.0L171.0 432.0L190.0 432.0C191.10457 432.0 192.0 432.89542 192.0 434.0L192.0 439.0C192.0 440.10458 191.10457 441.0 190.0 441.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 441.0L171.0 432.0L190.0 432.0C191.10457 432.0 192.0 432.89542 192.0 434.0L192.0 439.0C192.0 440.10458 191.10457 441.0 190.0 441.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 500.0L171.0 491.0L187.0 491.0C188.10457 491.0 189.0 491.89542 189.0 493.0L189.0 498.0C189.0 499.10458 188.10457 500.0 187.0 500.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 500.0L171.0 491.0L187.0 491.0C188.10457 491.0 189.0 491.89542 189.0 493.0L189.0 498.0C189.0 499.10458 188.10457 500.0 187.0 500.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 559.0L171.0 550.0L220.0 550.0C221.10457 550.0 222.0 550.89545 222.0 552.0L222.0 557.0C222.0 558.10455 221.10457 559.0 220.0 559.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 559.0L171.0 550.0L220.0 550.0C221.10457 550.0 222.0 550.89545 222.0 552.0L222.0 557.0C222.0 558.10455 221.10457 559.0 220.0 559.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 98.0L171.0 89.0L407.0 89.0C408.10458 89.0 409.0 89.89543 409.0 91.0L409.0 96.0C409.0 97.10457 408.10458 98.0 407.0 98.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 98.0L171.0 89.0L407.0 89.0C408.10458 89.0 409.0 89.89543 409.0 91.0L409.0 96.0C409.0 97.10457 408.10458 98.0 407.0 98.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 157.0L171.0 148.0L346.0 148.0C347.10458 148.0 348.0 148.89543 348.0 150.0L348.0 155.0C348.0 156.10457 347.10458 157.0 346.0 157.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 157.0L171.0 148.0L346.0 148.0C347.10458 148.0 348.0 148.89543 348.0 150.0L348.0 155.0C348.0 156.10457 347.10458 157.0 346.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 216.0L171.0 207.0L258.0 207.0C259.10458 207.0 260.0 207.89543 260.0 209.0L260.0 214.0C260.0 215.10457 259.10458 216.0 258.0 216.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 216.0L171.0 207.0L258.0 207.0C259.10458 207.0 260.0 207.89543 260.0 209.0L260.0 214.0C260.0 215.10457 259.10458 216.0 258.0 216.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 275.0L171.0 266.0L226.0 266.0C227.10457 266.0 228.0 266.89542 228.0 268.0L228.0 273.0C228.0 274.10458 227.10457 275.0 226.0 275.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 275.0L171.0 266.0L226.0 266.0C227.10457 266.0 228.0 266.89542 228.0 268.0L228.0 273.0C228.0 274.10458 227.10457 275.0 226.0 275.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 334.0L171.0 325.0L194.0 325.0C195.10457 325.0 196.0 325.89542 196.0 327.0L196.0 332.0C196.0 333.10458 195.10457 334.0 194.0 334.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 334.0L171.0 325.0L194.0 325.0C195.10457 325.0 196.0 325.89542 196.0 327.0L196.0 332.0C196.0 333.10458 195.10457 334.0 194.0 334.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 451.0L171.0 442.0L192.0 442.0C193.10457 442.0 194.0 442.89542 194.0 444.0L194.0 449.0C194.0 450.10458 193.10457 451.0 192.0 451.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 451.0L171.0 442.0L192.0 442.0C193.10457 442.0 194.0 442.89542 194.0 444.0L194.0 449.0C194.0 450.10458 193.10457 451.0 192.0 451.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 510.0L171.0 501.0L186.0 501.0C187.10457 501.0 188.0 501.89542 188.0 503.0L188.0 508.0C188.0 509.10458 187.10457 510.0 186.0 510.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 510.0L171.0 501.0L186.0 501.0C187.10457 501.0 188.0 501.89542 188.0 503.0L188.0 508.0C188.0 509.10458 187.10457 510.0 186.0 510.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 569.0L171.0 560.0L223.0 560.0C224.10457 560.0 225.0 560.89545 225.0 562.0L225.0 567.0C225.0 568.10455 224.10457 569.0 223.0 569.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 569.0L171.0 560.0L223.0 560.0C224.10457 560.0 225.0 560.89545 225.0 562.0L225.0 567.0C225.0 568.10455 224.10457 569.0 223.0 569.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 108.0L171.0 99.0L368.0 99.0C369.10458 99.0 370.0 99.89543 370.0 101.0L370.0 106.0C370.0 107.10457 369.10458 108.0 368.0 108.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 108.0L171.0 99.0L368.0 99.0C369.10458 99.0 370.0 99.89543 370.0 101.0L370.0 106.0C370.0 107.10457 369.10458 108.0 368.0 108.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 167.0L171.0 158.0L367.0 158.0C368.10458 158.0 369.0 158.89543 369.0 160.0L369.0 165.0C369.0 166.10457 368.10458 167.0 367.0 167.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 167.0L171.0 158.0L367.0 158.0C368.10458 158.0 369.0 158.89543 369.0 160.0L369.0 165.0C369.0 166.10457 368.10458 167.0 367.0 167.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 226.0L171.0 217.0L288.0 217.0C289.10458 217.0 290.0 217.89543 290.0 219.0L290.0 224.0C290.0 225.10457 289.10458 226.0 288.0 226.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 226.0L171.0 217.0L288.0 217.0C289.10458 217.0 290.0 217.89543 290.0 219.0L290.0 224.0C290.0 225.10457 289.10458 226.0 288.0 226.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 285.0L171.0 276.0L220.0 276.0C221.10457 276.0 222.0 276.89542 222.0 278.0L222.0 283.0C222.0 284.10458 221.10457 285.0 220.0 285.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 285.0L171.0 276.0L220.0 276.0C221.10457 276.0 222.0 276.89542 222.0 278.0L222.0 283.0C222.0 284.10458 221.10457 285.0 220.0 285.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 344.0L171.0 335.0L202.0 335.0C203.10457 335.0 204.0 335.89542 204.0 337.0L204.0 342.0C204.0 343.10458 203.10457 344.0 202.0 344.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 344.0L171.0 335.0L202.0 335.0C203.10457 335.0 204.0 335.89542 204.0 337.0L204.0 342.0C204.0 343.10458 203.10457 344.0 202.0 344.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 402.0L171.0 393.0L181.0 393.0C182.10457 393.0 183.0 393.89542 183.0 395.0L183.0 400.0C183.0 401.10458 182.10457 402.0 181.0 402.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 402.0L171.0 393.0L181.0 393.0C182.10457 393.0 183.0 393.89542 183.0 395.0L183.0 400.0C183.0 401.10458 182.10457 402.0 181.0 402.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 461.0L171.0 452.0L191.0 452.0C192.10457 452.0 193.0 452.89542 193.0 454.0L193.0 459.0C193.0 460.10458 192.10457 461.0 191.0 461.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 461.0L171.0 452.0L191.0 452.0C192.10457 452.0 193.0 452.89542 193.0 454.0L193.0 459.0C193.0 460.10458 192.10457 461.0 191.0 461.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 520.0L171.0 511.0L183.0 511.0C184.10457 511.0 185.0 511.89542 185.0 513.0L185.0 518.0C185.0 519.10455 184.10457 520.0 183.0 520.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 520.0L171.0 511.0L183.0 511.0C184.10457 511.0 185.0 511.89542 185.0 513.0L185.0 518.0C185.0 519.10455 184.10457 520.0 183.0 520.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 579.0L171.0 570.0L218.0 570.0C219.10457 570.0 220.0 570.89545 220.0 572.0L220.0 577.0C220.0 578.10455 219.10457 579.0 218.0 579.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 579.0L171.0 570.0L218.0 570.0C219.10457 570.0 220.0 570.89545 220.0 572.0L220.0 577.0C220.0 578.10455 219.10457 579.0 218.0 579.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 118.0L171.0 109.0L387.0 109.0C388.10458 109.0 389.0 109.89543 389.0 111.0L389.0 116.0C389.0 117.10457 388.10458 118.0 387.0 118.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 118.0L171.0 109.0L387.0 109.0C388.10458 109.0 389.0 109.89543 389.0 111.0L389.0 116.0C389.0 117.10457 388.10458 118.0 387.0 118.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 177.0L171.0 168.0L378.0 168.0C379.10458 168.0 380.0 168.89543 380.0 170.0L380.0 175.0C380.0 176.10457 379.10458 177.0 378.0 177.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 177.0L171.0 168.0L378.0 168.0C379.10458 168.0 380.0 168.89543 380.0 170.0L380.0 175.0C380.0 176.10457 379.10458 177.0 378.0 177.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 236.0L171.0 227.0L288.0 227.0C289.10458 227.0 290.0 227.89543 290.0 229.0L290.0 234.0C290.0 235.10457 289.10458 236.0 288.0 236.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 236.0L171.0 227.0L288.0 227.0C289.10458 227.0 290.0 227.89543 290.0 229.0L290.0 234.0C290.0 235.10457 289.10458 236.0 288.0 236.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 295.0L171.0 286.0L210.0 286.0C211.10457 286.0 212.0 286.89542 212.0 288.0L212.0 293.0C212.0 294.10458 211.10457 295.0 210.0 295.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 295.0L171.0 286.0L210.0 286.0C211.10457 286.0 212.0 286.89542 212.0 288.0L212.0 293.0C212.0 294.10458 211.10457 295.0 210.0 295.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 354.0L171.0 345.0L206.0 345.0C207.10457 345.0 208.0 345.89542 208.0 347.0L208.0 352.0C208.0 353.10458 207.10457 354.0 206.0 354.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 354.0L171.0 345.0L206.0 345.0C207.10457 345.0 208.0 345.89542 208.0 347.0L208.0 352.0C208.0 353.10458 207.10457 354.0 206.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 412.0L171.0 403.0L188.0 403.0C189.10457 403.0 190.0 403.89542 190.0 405.0L190.0 410.0C190.0 411.10458 189.10457 412.0 188.0 412.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 412.0L171.0 403.0L188.0 403.0C189.10457 403.0 190.0 403.89542 190.0 405.0L190.0 410.0C190.0 411.10458 189.10457 412.0 188.0 412.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 471.0L171.0 462.0L186.0 462.0C187.10457 462.0 188.0 462.89542 188.0 464.0L188.0 469.0C188.0 470.10458 187.10457 471.0 186.0 471.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 471.0L171.0 462.0L186.0 462.0C187.10457 462.0 188.0 462.89542 188.0 464.0L188.0 469.0C188.0 470.10458 187.10457 471.0 186.0 471.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 530.0L171.0 521.0L177.0 521.0C178.10457 521.0 179.0 521.89545 179.0 523.0L179.0 528.0C179.0 529.10455 178.10457 530.0 177.0 530.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 530.0L171.0 521.0L177.0 521.0C178.10457 521.0 179.0 521.89545 179.0 523.0L179.0 528.0C179.0 529.10455 178.10457 530.0 177.0 530.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 589.0L171.0 580.0L202.0 580.0C203.10457 580.0 204.0 580.89545 204.0 582.0L204.0 587.0C204.0 588.10455 203.10457 589.0 202.0 589.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 589.0L171.0 580.0L202.0 580.0C203.10457 580.0 204.0 580.89545 204.0 582.0L204.0 587.0C204.0 588.10455 203.10457 589.0 202.0 589.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M433.08585 83.9375L433.46085 80.390625L437.10147 80.390625L437.10147 81.21875L434.22647 81.21875L434.00772 83.15625Q434.52335 82.859375 435.19522 82.859375Q436.16397 82.859375 436.72647 83.5Q437.3046 84.140625 437.3046 85.234375Q437.3046 86.328125 436.71085 86.96875Q436.1171 87.59375 435.0546 87.59375Q434.1171 87.59375 433.50772 87.078125Q432.91397 86.546875 432.83585 85.625L433.69522 85.625Q433.77335 86.234375 434.1171 86.546875Q434.47647 86.859375 435.0546 86.859375Q435.6796 86.859375 436.03897 86.4375Q436.39835 86.0 436.39835 85.25Q436.39835 84.53125 436.00772 84.109375Q435.63272 83.671875 434.97647 83.671875Q434.39835 83.671875 434.0546 83.921875L433.82022 84.125L433.08585 83.9375ZM443.13272 84.46875Q443.13272 86.046875 442.58585 86.828125Q442.0546 87.59375 440.89835 87.59375Q439.75772 87.59375 439.21085 86.84375Q438.66397 86.09375 438.64835 84.59375L438.64835 83.390625Q438.64835 81.8125 439.1796 81.0625Q439.72647 80.296875 440.88272 80.296875Q442.03897 80.296875 442.57022 81.03125Q443.1171 81.765625 443.13272 83.296875L443.13272 84.46875ZM442.22647 83.234375Q442.22647 82.078125 441.89835 81.5625Q441.58585 81.03125 440.88272 81.03125Q440.19522 81.03125 439.8671 81.5625Q439.5546 82.078125 439.5546 83.15625L439.5546 84.609375Q439.5546 85.765625 439.88272 86.3125Q440.22647 86.859375 440.89835 86.859375Q441.57022 86.859375 441.88272 86.34375Q442.21085 85.828125 442.22647 84.71875L442.22647 83.234375ZM444.60147 81.75Q444.60147 81.125 445.00772 80.703125Q445.41397 80.28125 446.0546 80.28125Q446.71085 80.28125 447.10147 80.703125Q447.50772 81.125 447.50772 81.78125L447.50772 82.140625Q447.50772 82.78125 447.10147 83.1875Q446.69522 83.59375 446.07022 83.59375Q445.4296 83.59375 445.00772 83.1875Q444.60147 82.78125 444.60147 82.09375L444.60147 81.75ZM445.27335 82.140625Q445.27335 82.515625 445.47647 82.765625Q445.69522 83.0 446.07022 83.0Q446.41397 83.0 446.6171 82.765625Q446.83585 82.53125 446.83585 82.109375L446.83585 81.75Q446.83585 81.375 446.6171 81.125Q446.41397 80.875 446.0546 80.875Q445.69522 80.875 445.47647 81.125Q445.27335 81.375 445.27335 81.78125L445.27335 82.140625ZM448.0546 85.75Q448.0546 85.109375 448.46085 84.703125Q448.88272 84.296875 449.50772 84.296875Q450.14835 84.296875 450.5546 84.703125Q450.97647 85.109375 450.97647 85.796875L450.97647 86.140625Q450.97647 86.78125 450.57022 87.203125Q450.16397 87.609375 449.52335 87.609375Q448.89835 87.609375 448.47647 87.203125Q448.0546 86.78125 448.0546 86.109375L448.0546 85.75ZM448.7421 86.140625Q448.7421 86.515625 448.94522 86.765625Q449.16397 87.015625 449.52335 87.015625Q449.88272 87.015625 450.08585 86.78125Q450.3046 86.53125 450.3046 86.125L450.3046 85.75Q450.3046 85.375 450.08585 85.125Q449.8671 84.875 449.52335 84.875Q449.16397 84.875 448.94522 85.125Q448.7421 85.359375 448.7421 85.78125L448.7421 86.140625ZM446.27335 86.96875L445.75772 86.640625L449.22647 81.078125L449.7421 81.40625L446.27335 86.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M433.08585 83.9375L433.46085 80.390625L437.10147 80.390625L437.10147 81.21875L434.22647 81.21875L434.00772 83.15625Q434.52335 82.859375 435.19522 82.859375Q436.16397 82.859375 436.72647 83.5Q437.3046 84.140625 437.3046 85.234375Q437.3046 86.328125 436.71085 86.96875Q436.1171 87.59375 435.0546 87.59375Q434.1171 87.59375 433.50772 87.078125Q432.91397 86.546875 432.83585 85.625L433.69522 85.625Q433.77335 86.234375 434.1171 86.546875Q434.47647 86.859375 435.0546 86.859375Q435.6796 86.859375 436.03897 86.4375Q436.39835 86.0 436.39835 85.25Q436.39835 84.53125 436.00772 84.109375Q435.63272 83.671875 434.97647 83.671875Q434.39835 83.671875 434.0546 83.921875L433.82022 84.125L433.08585 83.9375ZM443.13272 84.46875Q443.13272 86.046875 442.58585 86.828125Q442.0546 87.59375 440.89835 87.59375Q439.75772 87.59375 439.21085 86.84375Q438.66397 86.09375 438.64835 84.59375L438.64835 83.390625Q438.64835 81.8125 439.1796 81.0625Q439.72647 80.296875 440.88272 80.296875Q442.03897 80.296875 442.57022 81.03125Q443.1171 81.765625 443.13272 83.296875L443.13272 84.46875ZM442.22647 83.234375Q442.22647 82.078125 441.89835 81.5625Q441.58585 81.03125 440.88272 81.03125Q440.19522 81.03125 439.8671 81.5625Q439.5546 82.078125 439.5546 83.15625L439.5546 84.609375Q439.5546 85.765625 439.88272 86.3125Q440.22647 86.859375 440.89835 86.859375Q441.57022 86.859375 441.88272 86.34375Q442.21085 85.828125 442.22647 84.71875L442.22647 83.234375ZM444.60147 81.75Q444.60147 81.125 445.00772 80.703125Q445.41397 80.28125 446.0546 80.28125Q446.71085 80.28125 447.10147 80.703125Q447.50772 81.125 447.50772 81.78125L447.50772 82.140625Q447.50772 82.78125 447.10147 83.1875Q446.69522 83.59375 446.07022 83.59375Q445.4296 83.59375 445.00772 83.1875Q444.60147 82.78125 444.60147 82.09375L444.60147 81.75ZM445.27335 82.140625Q445.27335 82.515625 445.47647 82.765625Q445.69522 83.0 446.07022 83.0Q446.41397 83.0 446.6171 82.765625Q446.83585 82.53125 446.83585 82.109375L446.83585 81.75Q446.83585 81.375 446.6171 81.125Q446.41397 80.875 446.0546 80.875Q445.69522 80.875 445.47647 81.125Q445.27335 81.375 445.27335 81.78125L445.27335 82.140625ZM448.0546 85.75Q448.0546 85.109375 448.46085 84.703125Q448.88272 84.296875 449.50772 84.296875Q450.14835 84.296875 450.5546 84.703125Q450.97647 85.109375 450.97647 85.796875L450.97647 86.140625Q450.97647 86.78125 450.57022 87.203125Q450.16397 87.609375 449.52335 87.609375Q448.89835 87.609375 448.47647 87.203125Q448.0546 86.78125 448.0546 86.109375L448.0546 85.75ZM448.7421 86.140625Q448.7421 86.515625 448.94522 86.765625Q449.16397 87.015625 449.52335 87.015625Q449.88272 87.015625 450.08585 86.78125Q450.3046 86.53125 450.3046 86.125L450.3046 85.75Q450.3046 85.375 450.08585 85.125Q449.8671 84.875 449.52335 84.875Q449.16397 84.875 448.94522 85.125Q448.7421 85.359375 448.7421 85.78125L448.7421 86.140625ZM446.27335 86.96875L445.75772 86.640625L449.22647 81.078125L449.7421 81.40625L446.27335 86.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M356.2415 142.5L356.91336 142.5Q357.554 142.5 357.91336 142.17188Q358.28836 141.84375 358.28836 141.28125Q358.28836 140.03125 357.03836 140.03125Q356.46024 140.03125 356.10086 140.375Q355.7571 140.70312 355.7571 141.25L354.85086 141.25Q354.85086 140.40625 355.47586 139.85938Q356.10086 139.29688 357.03836 139.29688Q358.054 139.29688 358.6165 139.82812Q359.1946 140.35938 359.1946 141.29688Q359.1946 141.76562 358.89774 142.20312Q358.60086 142.64062 358.0696 142.85938Q358.66336 143.03125 358.97586 143.46875Q359.304 143.89062 359.304 144.51562Q359.304 145.46875 358.679 146.03125Q358.054 146.59375 357.054 146.59375Q356.054 146.59375 355.41336 146.0625Q354.78836 145.51562 354.78836 144.625L355.71024 144.625Q355.71024 145.1875 356.0696 145.53125Q356.429 145.85938 357.054 145.85938Q357.71024 145.85938 358.054 145.51562Q358.39774 145.17188 358.39774 144.53125Q358.39774 143.92188 358.0071 143.59375Q357.6321 143.25 356.91336 143.25L356.2415 143.25L356.2415 142.5ZM361.33524 142.9375L361.71024 139.39062L365.35086 139.39062L365.35086 140.21875L362.47586 140.21875L362.2571 142.15625Q362.77274 141.85938 363.4446 141.85938Q364.41336 141.85938 364.97586 142.5Q365.554 143.14062 365.554 144.23438Q365.554 145.32812 364.96024 145.96875Q364.3665 146.59375 363.304 146.59375Q362.3665 146.59375 361.7571 146.07812Q361.16336 145.54688 361.08524 144.625L361.9446 144.625Q362.02274 145.23438 362.3665 145.54688Q362.72586 145.85938 363.304 145.85938Q363.929 145.85938 364.28836 145.4375Q364.64774 145.0 364.64774 144.25Q364.64774 143.53125 364.2571 143.10938Q363.8821 142.67188 363.22586 142.67188Q362.64774 142.67188 362.304 142.92188L362.0696 143.125L361.33524 142.9375ZM366.85086 140.75Q366.85086 140.125 367.2571 139.70312Q367.66336 139.28125 368.304 139.28125Q368.96024 139.28125 369.35086 139.70312Q369.7571 140.125 369.7571 140.78125L369.7571 141.14062Q369.7571 141.78125 369.35086 142.1875Q368.9446 142.59375 368.3196 142.59375Q367.679 142.59375 367.2571 142.1875Q366.85086 141.78125 366.85086 141.09375L366.85086 140.75ZM367.52274 141.14062Q367.52274 141.51562 367.72586 141.76562Q367.9446 142.0 368.3196 142.0Q368.66336 142.0 368.8665 141.76562Q369.08524 141.53125 369.08524 141.10938L369.08524 140.75Q369.08524 140.375 368.8665 140.125Q368.66336 139.875 368.304 139.875Q367.9446 139.875 367.72586 140.125Q367.52274 140.375 367.52274 140.78125L367.52274 141.14062ZM370.304 144.75Q370.304 144.10938 370.71024 143.70312Q371.1321 143.29688 371.7571 143.29688Q372.39774 143.29688 372.804 143.70312Q373.22586 144.10938 373.22586 144.79688L373.22586 145.14062Q373.22586 145.78125 372.8196 146.20312Q372.41336 146.60938 371.77274 146.60938Q371.14774 146.60938 370.72586 146.20312Q370.304 145.78125 370.304 145.10938L370.304 144.75ZM370.9915 145.14062Q370.9915 145.51562 371.1946 145.76562Q371.41336 146.01562 371.77274 146.01562Q372.1321 146.01562 372.33524 145.78125Q372.554 145.53125 372.554 145.125L372.554 144.75Q372.554 144.375 372.33524 144.125Q372.1165 143.875 371.77274 143.875Q371.41336 143.875 371.1946 144.125Q370.9915 144.35938 370.9915 144.78125L370.9915 145.14062ZM368.52274 145.96875L368.0071 145.64062L371.47586 140.07812L371.9915 140.40625L368.52274 145.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M356.2415 142.5L356.91336 142.5Q357.554 142.5 357.91336 142.17188Q358.28836 141.84375 358.28836 141.28125Q358.28836 140.03125 357.03836 140.03125Q356.46024 140.03125 356.10086 140.375Q355.7571 140.70312 355.7571 141.25L354.85086 141.25Q354.85086 140.40625 355.47586 139.85938Q356.10086 139.29688 357.03836 139.29688Q358.054 139.29688 358.6165 139.82812Q359.1946 140.35938 359.1946 141.29688Q359.1946 141.76562 358.89774 142.20312Q358.60086 142.64062 358.0696 142.85938Q358.66336 143.03125 358.97586 143.46875Q359.304 143.89062 359.304 144.51562Q359.304 145.46875 358.679 146.03125Q358.054 146.59375 357.054 146.59375Q356.054 146.59375 355.41336 146.0625Q354.78836 145.51562 354.78836 144.625L355.71024 144.625Q355.71024 145.1875 356.0696 145.53125Q356.429 145.85938 357.054 145.85938Q357.71024 145.85938 358.054 145.51562Q358.39774 145.17188 358.39774 144.53125Q358.39774 143.92188 358.0071 143.59375Q357.6321 143.25 356.91336 143.25L356.2415 143.25L356.2415 142.5ZM361.33524 142.9375L361.71024 139.39062L365.35086 139.39062L365.35086 140.21875L362.47586 140.21875L362.2571 142.15625Q362.77274 141.85938 363.4446 141.85938Q364.41336 141.85938 364.97586 142.5Q365.554 143.14062 365.554 144.23438Q365.554 145.32812 364.96024 145.96875Q364.3665 146.59375 363.304 146.59375Q362.3665 146.59375 361.7571 146.07812Q361.16336 145.54688 361.08524 144.625L361.9446 144.625Q362.02274 145.23438 362.3665 145.54688Q362.72586 145.85938 363.304 145.85938Q363.929 145.85938 364.28836 145.4375Q364.64774 145.0 364.64774 144.25Q364.64774 143.53125 364.2571 143.10938Q363.8821 142.67188 363.22586 142.67188Q362.64774 142.67188 362.304 142.92188L362.0696 143.125L361.33524 142.9375ZM366.85086 140.75Q366.85086 140.125 367.2571 139.70312Q367.66336 139.28125 368.304 139.28125Q368.96024 139.28125 369.35086 139.70312Q369.7571 140.125 369.7571 140.78125L369.7571 141.14062Q369.7571 141.78125 369.35086 142.1875Q368.9446 142.59375 368.3196 142.59375Q367.679 142.59375 367.2571 142.1875Q366.85086 141.78125 366.85086 141.09375L366.85086 140.75ZM367.52274 141.14062Q367.52274 141.51562 367.72586 141.76562Q367.9446 142.0 368.3196 142.0Q368.66336 142.0 368.8665 141.76562Q369.08524 141.53125 369.08524 141.10938L369.08524 140.75Q369.08524 140.375 368.8665 140.125Q368.66336 139.875 368.304 139.875Q367.9446 139.875 367.72586 140.125Q367.52274 140.375 367.52274 140.78125L367.52274 141.14062ZM370.304 144.75Q370.304 144.10938 370.71024 143.70312Q371.1321 143.29688 371.7571 143.29688Q372.39774 143.29688 372.804 143.70312Q373.22586 144.10938 373.22586 144.79688L373.22586 145.14062Q373.22586 145.78125 372.8196 146.20312Q372.41336 146.60938 371.77274 146.60938Q371.14774 146.60938 370.72586 146.20312Q370.304 145.78125 370.304 145.10938L370.304 144.75ZM370.9915 145.14062Q370.9915 145.51562 371.1946 145.76562Q371.41336 146.01562 371.77274 146.01562Q372.1321 146.01562 372.33524 145.78125Q372.554 145.53125 372.554 145.125L372.554 144.75Q372.554 144.375 372.33524 144.125Q372.1165 143.875 371.77274 143.875Q371.41336 143.875 371.1946 144.125Q370.9915 144.35938 370.9915 144.78125L370.9915 145.14062ZM368.52274 145.96875L368.0071 145.64062L371.47586 140.07812L371.9915 140.40625L368.52274 145.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.09122 205.5L256.18497 205.5L256.18497 199.48438L254.35683 200.14062L254.35683 199.32812L256.9506 198.35938L257.09122 198.35938L257.09122 205.5ZM263.93497 203.10938L264.91934 203.10938L264.91934 203.84375L263.93497 203.84375L263.93497 205.5L263.02872 205.5L263.02872 203.84375L259.79434 203.84375L259.79434 203.3125L262.96622 198.39062L263.93497 198.39062L263.93497 203.10938ZM260.80997 203.10938L263.02872 203.10938L263.02872 199.625L262.91934 199.82812L260.80997 203.10938ZM266.04434 199.75Q266.04434 199.125 266.4506 198.70312Q266.85684 198.28125 267.49747 198.28125Q268.15372 198.28125 268.54434 198.70312Q268.9506 199.125 268.9506 199.78125L268.9506 200.14062Q268.9506 200.78125 268.54434 201.1875Q268.1381 201.59375 267.5131 201.59375Q266.87247 201.59375 266.4506 201.1875Q266.04434 200.78125 266.04434 200.09375L266.04434 199.75ZM266.71622 200.14062Q266.71622 200.51562 266.91934 200.76562Q267.1381 201.0 267.5131 201.0Q267.85684 201.0 268.05997 200.76562Q268.27872 200.53125 268.27872 200.10938L268.27872 199.75Q268.27872 199.375 268.05997 199.125Q267.85684 198.875 267.49747 198.875Q267.1381 198.875 266.91934 199.125Q266.71622 199.375 266.71622 199.78125L266.71622 200.14062ZM269.49747 203.75Q269.49747 203.10938 269.90372 202.70312Q270.3256 202.29688 270.9506 202.29688Q271.59122 202.29688 271.99747 202.70312Q272.41934 203.10938 272.41934 203.79688L272.41934 204.14062Q272.41934 204.78125 272.0131 205.20312Q271.60684 205.60938 270.96622 205.60938Q270.34122 205.60938 269.91934 205.20312Q269.49747 204.78125 269.49747 204.10938L269.49747 203.75ZM270.18497 204.14062Q270.18497 204.51562 270.3881 204.76562Q270.60684 205.01562 270.96622 205.01562Q271.3256 205.01562 271.52872 204.78125Q271.74747 204.53125 271.74747 204.125L271.74747 203.75Q271.74747 203.375 271.52872 203.125Q271.30997 202.875 270.96622 202.875Q270.60684 202.875 270.3881 203.125Q270.18497 203.35938 270.18497 203.78125L270.18497 204.14062ZM267.71622 204.96875L267.2006 204.64062L270.66934 199.07812L271.18497 199.40625L267.71622 204.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M257.0912 205.5L256.18494 205.5L256.18494 199.48438L254.35683 200.14062L254.35683 199.32812L256.95056 198.35938L257.0912 198.35938L257.0912 205.5ZM263.93494 203.10938L264.9193 203.10938L264.9193 203.84375L263.93494 203.84375L263.93494 205.5L263.0287 205.5L263.0287 203.84375L259.7943 203.84375L259.7943 203.3125L262.9662 198.39062L263.93494 198.39062L263.93494 203.10938ZM260.80994 203.10938L263.0287 203.10938L263.0287 199.625L262.9193 199.82812L260.80994 203.10938ZM266.0443 199.75Q266.0443 199.125 266.45056 198.70312Q266.8568 198.28125 267.49744 198.28125Q268.1537 198.28125 268.5443 198.70312Q268.95056 199.125 268.95056 199.78125L268.95056 200.14062Q268.95056 200.78125 268.5443 201.1875Q268.13806 201.59375 267.51306 201.59375Q266.87244 201.59375 266.45056 201.1875Q266.0443 200.78125 266.0443 200.09375L266.0443 199.75ZM266.7162 200.14062Q266.7162 200.51562 266.9193 200.76562Q267.13806 201.0 267.51306 201.0Q267.8568 201.0 268.05994 200.76562Q268.2787 200.53125 268.2787 200.10938L268.2787 199.75Q268.2787 199.375 268.05994 199.125Q267.8568 198.875 267.49744 198.875Q267.13806 198.875 266.9193 199.125Q266.7162 199.375 266.7162 199.78125L266.7162 200.14062ZM269.49744 203.75Q269.49744 203.10938 269.9037 202.70312Q270.32556 202.29688 270.95056 202.29688Q271.5912 202.29688 271.99744 202.70312Q272.4193 203.10938 272.4193 203.79688L272.4193 204.14062Q272.4193 204.78125 272.01306 205.20312Q271.6068 205.60938 270.9662 205.60938Q270.3412 205.60938 269.9193 205.20312Q269.49744 204.78125 269.49744 204.10938L269.49744 203.75ZM270.18494 204.14062Q270.18494 204.51562 270.38806 204.76562Q270.6068 205.01562 270.9662 205.01562Q271.32556 205.01562 271.5287 204.78125Q271.74744 204.53125 271.74744 204.125L271.74744 203.75Q271.74744 203.375 271.5287 203.125Q271.30994 202.875 270.9662 202.875Q270.6068 202.875 270.38806 203.125Q270.18494 203.35938 270.18494 203.78125L270.18494 204.14062ZM267.7162 204.96875L267.20056 204.64062L270.6693 199.07812L271.18494 199.40625L267.7162 204.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M254.39854 264.5L253.4923 264.5L253.4923 258.48438L251.66417 259.14062L251.66417 258.32812L254.25792 257.35938L254.39854 257.35938L254.39854 264.5ZM261.2423 262.10938L262.22668 262.10938L262.22668 262.84375L261.2423 262.84375L261.2423 264.5L260.33606 264.5L260.33606 262.84375L257.10168 262.84375L257.10168 262.3125L260.27356 257.39062L261.2423 257.39062L261.2423 262.10938ZM258.1173 262.10938L260.33606 262.10938L260.33606 258.625L260.22668 258.82812L258.1173 262.10938ZM263.35168 258.75Q263.35168 258.125 263.75793 257.70312Q264.16418 257.28125 264.8048 257.28125Q265.46106 257.28125 265.85168 257.70312Q266.25793 258.125 266.25793 258.78125L266.25793 259.14062Q266.25793 259.78125 265.85168 260.1875Q265.44543 260.59375 264.82043 260.59375Q264.1798 260.59375 263.75793 260.1875Q263.35168 259.78125 263.35168 259.09375L263.35168 258.75ZM264.02356 259.14062Q264.02356 259.51562 264.22668 259.76562Q264.44543 260.0 264.82043 260.0Q265.16418 260.0 265.3673 259.76562Q265.58606 259.53125 265.58606 259.10938L265.58606 258.75Q265.58606 258.375 265.3673 258.125Q265.16418 257.875 264.8048 257.875Q264.44543 257.875 264.22668 258.125Q264.02356 258.375 264.02356 258.78125L264.02356 259.14062ZM266.8048 262.75Q266.8048 262.10938 267.21106 261.70312Q267.63293 261.29688 268.25793 261.29688Q268.89856 261.29688 269.3048 261.70312Q269.72668 262.10938 269.72668 262.79688L269.72668 263.14062Q269.72668 263.78125 269.32043 264.20312Q268.91418 264.60938 268.27356 264.60938Q267.64856 264.60938 267.22668 264.20312Q266.8048 263.78125 266.8048 263.10938L266.8048 262.75ZM267.4923 263.14062Q267.4923 263.51562 267.69543 263.76562Q267.91418 264.01562 268.27356 264.01562Q268.63293 264.01562 268.83606 263.78125Q269.0548 263.53125 269.0548 263.125L269.0548 262.75Q269.0548 262.375 268.83606 262.125Q268.6173 261.875 268.27356 261.875Q267.91418 261.875 267.69543 262.125Q267.4923 262.35938 267.4923 262.78125L267.4923 263.14062ZM265.02356 263.96875L264.50793 263.64062L267.97668 258.07812L268.4923 258.40625L265.02356 263.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M254.39854 264.5L253.4923 264.5L253.4923 258.48438L251.66417 259.14062L251.66417 258.32812L254.25792 257.35938L254.39854 257.35938L254.39854 264.5ZM261.2423 262.10938L262.22668 262.10938L262.22668 262.84375L261.2423 262.84375L261.2423 264.5L260.33606 264.5L260.33606 262.84375L257.10168 262.84375L257.10168 262.3125L260.27356 257.39062L261.2423 257.39062L261.2423 262.10938ZM258.1173 262.10938L260.33606 262.10938L260.33606 258.625L260.22668 258.82812L258.1173 262.10938ZM263.35168 258.75Q263.35168 258.125 263.75793 257.70312Q264.16418 257.28125 264.8048 257.28125Q265.46106 257.28125 265.85168 257.70312Q266.25793 258.125 266.25793 258.78125L266.25793 259.14062Q266.25793 259.78125 265.85168 260.1875Q265.44543 260.59375 264.82043 260.59375Q264.1798 260.59375 263.75793 260.1875Q263.35168 259.78125 263.35168 259.09375L263.35168 258.75ZM264.02356 259.14062Q264.02356 259.51562 264.22668 259.76562Q264.44543 260.0 264.82043 260.0Q265.16418 260.0 265.3673 259.76562Q265.58606 259.53125 265.58606 259.10938L265.58606 258.75Q265.58606 258.375 265.3673 258.125Q265.16418 257.875 264.8048 257.875Q264.44543 257.875 264.22668 258.125Q264.02356 258.375 264.02356 258.78125L264.02356 259.14062ZM266.8048 262.75Q266.8048 262.10938 267.21106 261.70312Q267.63293 261.29688 268.25793 261.29688Q268.89856 261.29688 269.3048 261.70312Q269.72668 262.10938 269.72668 262.79688L269.72668 263.14062Q269.72668 263.78125 269.32043 264.20312Q268.91418 264.60938 268.27356 264.60938Q267.64856 264.60938 267.22668 264.20312Q266.8048 263.78125 266.8048 263.10938L266.8048 262.75ZM267.4923 263.14062Q267.4923 263.51562 267.69543 263.76562Q267.91418 264.01562 268.27356 264.01562Q268.63293 264.01562 268.83606 263.78125Q269.0548 263.53125 269.0548 263.125L269.0548 262.75Q269.0548 262.375 268.83606 262.125Q268.6173 261.875 268.27356 261.875Q267.91418 261.875 267.69543 262.125Q267.4923 262.35938 267.4923 262.78125L267.4923 263.14062ZM265.02356 263.96875L264.50793 263.64062L267.97668 258.07812L268.4923 258.40625L265.02356 263.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M205.09146 321.10938L206.07584 321.10938L206.07584 321.84375L205.09146 321.84375L205.09146 323.5L204.18521 323.5L204.18521 321.84375L200.95084 321.84375L200.95084 321.3125L204.12271 316.39062L205.09146 316.39062L205.09146 321.10938ZM201.96646 321.10938L204.18521 321.10938L204.18521 317.625L204.07584 317.82812L201.96646 321.10938ZM207.20084 317.75Q207.20084 317.125 207.60709 316.70312Q208.01334 316.28125 208.65396 316.28125Q209.31021 316.28125 209.70084 316.70312Q210.10709 317.125 210.10709 317.78125L210.10709 318.14062Q210.10709 318.78125 209.70084 319.1875Q209.29459 319.59375 208.66959 319.59375Q208.02896 319.59375 207.60709 319.1875Q207.20084 318.78125 207.20084 318.09375L207.20084 317.75ZM207.87271 318.14062Q207.87271 318.51562 208.07584 318.76562Q208.29459 319.0 208.66959 319.0Q209.01334 319.0 209.21646 318.76562Q209.43521 318.53125 209.43521 318.10938L209.43521 317.75Q209.43521 317.375 209.21646 317.125Q209.01334 316.875 208.65396 316.875Q208.29459 316.875 208.07584 317.125Q207.87271 317.375 207.87271 317.78125L207.87271 318.14062ZM210.65396 321.75Q210.65396 321.10938 211.06021 320.70312Q211.48209 320.29688 212.10709 320.29688Q212.74771 320.29688 213.15396 320.70312Q213.57584 321.10938 213.57584 321.79688L213.57584 322.14062Q213.57584 322.78125 213.16959 323.20312Q212.76334 323.60938 212.12271 323.60938Q211.49771 323.60938 211.07584 323.20312Q210.65396 322.78125 210.65396 322.10938L210.65396 321.75ZM211.34146 322.14062Q211.34146 322.51562 211.54459 322.76562Q211.76334 323.01562 212.12271 323.01562Q212.48209 323.01562 212.68521 322.78125Q212.90396 322.53125 212.90396 322.125L212.90396 321.75Q212.90396 321.375 212.68521 321.125Q212.46646 320.875 212.12271 320.875Q211.76334 320.875 211.54459 321.125Q211.34146 321.35938 211.34146 321.78125L211.34146 322.14062ZM208.87271 322.96875L208.35709 322.64062L211.82584 317.07812L212.34146 317.40625L208.87271 322.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M205.09146 321.10938L206.07584 321.10938L206.07584 321.84375L205.09146 321.84375L205.09146 323.5L204.18521 323.5L204.18521 321.84375L200.95084 321.84375L200.95084 321.3125L204.12271 316.39062L205.09146 316.39062L205.09146 321.10938ZM201.96646 321.10938L204.18521 321.10938L204.18521 317.625L204.07584 317.82812L201.96646 321.10938ZM207.20084 317.75Q207.20084 317.125 207.60709 316.70312Q208.01334 316.28125 208.65396 316.28125Q209.31021 316.28125 209.70084 316.70312Q210.10709 317.125 210.10709 317.78125L210.10709 318.14062Q210.10709 318.78125 209.70084 319.1875Q209.29459 319.59375 208.66959 319.59375Q208.02896 319.59375 207.60709 319.1875Q207.20084 318.78125 207.20084 318.09375L207.20084 317.75ZM207.87271 318.14062Q207.87271 318.51562 208.07584 318.76562Q208.29459 319.0 208.66959 319.0Q209.01334 319.0 209.21646 318.76562Q209.43521 318.53125 209.43521 318.10938L209.43521 317.75Q209.43521 317.375 209.21646 317.125Q209.01334 316.875 208.65396 316.875Q208.29459 316.875 208.07584 317.125Q207.87271 317.375 207.87271 317.78125L207.87271 318.14062ZM210.65396 321.75Q210.65396 321.10938 211.06021 320.70312Q211.48209 320.29688 212.10709 320.29688Q212.74771 320.29688 213.15396 320.70312Q213.57584 321.10938 213.57584 321.79688L213.57584 322.14062Q213.57584 322.78125 213.16959 323.20312Q212.76334 323.60938 212.12271 323.60938Q211.49771 323.60938 211.07584 323.20312Q210.65396 322.78125 210.65396 322.10938L210.65396 321.75ZM211.34146 322.14062Q211.34146 322.51562 211.54459 322.76562Q211.76334 323.01562 212.12271 323.01562Q212.48209 323.01562 212.68521 322.78125Q212.90396 322.53125 212.90396 322.125L212.90396 321.75Q212.90396 321.375 212.68521 321.125Q212.46646 320.875 212.12271 320.875Q211.76334 320.875 211.54459 321.125Q211.34146 321.35938 211.34146 321.78125L211.34146 322.14062ZM208.87271 322.96875L208.35709 322.64062L211.82584 317.07812L212.34146 317.40625L208.87271 322.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M206.2695 438.10938L207.25388 438.10938L207.25388 438.84375L206.2695 438.84375L206.2695 440.5L205.36325 440.5L205.36325 438.84375L202.12888 438.84375L202.12888 438.3125L205.30075 433.39062L206.2695 433.39062L206.2695 438.10938ZM203.1445 438.10938L205.36325 438.10938L205.36325 434.625L205.25388 434.82812L203.1445 438.10938ZM208.37888 434.75Q208.37888 434.125 208.78513 433.70312Q209.19138 433.28125 209.832 433.28125Q210.48825 433.28125 210.87888 433.70312Q211.28513 434.125 211.28513 434.78125L211.28513 435.14062Q211.28513 435.78125 210.87888 436.1875Q210.47263 436.59375 209.84763 436.59375Q209.207 436.59375 208.78513 436.1875Q208.37888 435.78125 208.37888 435.09375L208.37888 434.75ZM209.05075 435.14062Q209.05075 435.51562 209.25388 435.76562Q209.47263 436.0 209.84763 436.0Q210.19138 436.0 210.3945 435.76562Q210.61325 435.53125 210.61325 435.10938L210.61325 434.75Q210.61325 434.375 210.3945 434.125Q210.19138 433.875 209.832 433.875Q209.47263 433.875 209.25388 434.125Q209.05075 434.375 209.05075 434.78125L209.05075 435.14062ZM211.832 438.75Q211.832 438.10938 212.23825 437.70312Q212.66013 437.29688 213.28513 437.29688Q213.92575 437.29688 214.332 437.70312Q214.75388 438.10938 214.75388 438.79688L214.75388 439.14062Q214.75388 439.78125 214.34763 440.20312Q213.94138 440.60938 213.30075 440.60938Q212.67575 440.60938 212.25388 440.20312Q211.832 439.78125 211.832 439.10938L211.832 438.75ZM212.5195 439.14062Q212.5195 439.51562 212.72263 439.76562Q212.94138 440.01562 213.30075 440.01562Q213.66013 440.01562 213.86325 439.78125Q214.082 439.53125 214.082 439.125L214.082 438.75Q214.082 438.375 213.86325 438.125Q213.6445 437.875 213.30075 437.875Q212.94138 437.875 212.72263 438.125Q212.5195 438.35938 212.5195 438.78125L212.5195 439.14062ZM210.05075 439.96875L209.53513 439.64062L213.00388 434.07812L213.5195 434.40625L210.05075 439.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M206.2695 438.10938L207.25388 438.10938L207.25388 438.84375L206.2695 438.84375L206.2695 440.5L205.36325 440.5L205.36325 438.84375L202.12888 438.84375L202.12888 438.3125L205.30075 433.39062L206.2695 433.39062L206.2695 438.10938ZM203.1445 438.10938L205.36325 438.10938L205.36325 434.625L205.25388 434.82812L203.1445 438.10938ZM208.37888 434.75Q208.37888 434.125 208.78513 433.70312Q209.19138 433.28125 209.832 433.28125Q210.48825 433.28125 210.87888 433.70312Q211.28513 434.125 211.28513 434.78125L211.28513 435.14062Q211.28513 435.78125 210.87888 436.1875Q210.47263 436.59375 209.84763 436.59375Q209.207 436.59375 208.78513 436.1875Q208.37888 435.78125 208.37888 435.09375L208.37888 434.75ZM209.05075 435.14062Q209.05075 435.51562 209.25388 435.76562Q209.47263 436.0 209.84763 436.0Q210.19138 436.0 210.3945 435.76562Q210.61325 435.53125 210.61325 435.10938L210.61325 434.75Q210.61325 434.375 210.3945 434.125Q210.19138 433.875 209.832 433.875Q209.47263 433.875 209.25388 434.125Q209.05075 434.375 209.05075 434.78125L209.05075 435.14062ZM211.832 438.75Q211.832 438.10938 212.23825 437.70312Q212.66013 437.29688 213.28513 437.29688Q213.92575 437.29688 214.332 437.70312Q214.75388 438.10938 214.75388 438.79688L214.75388 439.14062Q214.75388 439.78125 214.34763 440.20312Q213.94138 440.60938 213.30075 440.60938Q212.67575 440.60938 212.25388 440.20312Q211.832 439.78125 211.832 439.10938L211.832 438.75ZM212.5195 439.14062Q212.5195 439.51562 212.72263 439.76562Q212.94138 440.01562 213.30075 440.01562Q213.66013 440.01562 213.86325 439.78125Q214.082 439.53125 214.082 439.125L214.082 438.75Q214.082 438.375 213.86325 438.125Q213.6445 437.875 213.30075 437.875Q212.94138 437.875 212.72263 438.125Q212.5195 438.35938 212.5195 438.78125L212.5195 439.14062ZM210.05075 439.96875L209.53513 439.64062L213.00388 434.07812L213.5195 434.40625L210.05075 439.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.40855 497.10938L204.39293 497.10938L204.39293 497.84375L203.40855 497.84375L203.40855 499.5L202.5023 499.5L202.5023 497.84375L199.26793 497.84375L199.26793 497.3125L202.4398 492.39062L203.40855 492.39062L203.40855 497.10938ZM200.28355 497.10938L202.5023 497.10938L202.5023 493.625L202.39293 493.82812L200.28355 497.10938ZM205.51793 493.75Q205.51793 493.125 205.92418 492.70312Q206.33043 492.28125 206.97105 492.28125Q207.6273 492.28125 208.01793 492.70312Q208.42418 493.125 208.42418 493.78125L208.42418 494.14062Q208.42418 494.78125 208.01793 495.1875Q207.61168 495.59375 206.98668 495.59375Q206.34605 495.59375 205.92418 495.1875Q205.51793 494.78125 205.51793 494.09375L205.51793 493.75ZM206.1898 494.14062Q206.1898 494.51562 206.39293 494.76562Q206.61168 495.0 206.98668 495.0Q207.33043 495.0 207.53355 494.76562Q207.7523 494.53125 207.7523 494.10938L207.7523 493.75Q207.7523 493.375 207.53355 493.125Q207.33043 492.875 206.97105 492.875Q206.61168 492.875 206.39293 493.125Q206.1898 493.375 206.1898 493.78125L206.1898 494.14062ZM208.97105 497.75Q208.97105 497.10938 209.3773 496.70312Q209.79918 496.29688 210.42418 496.29688Q211.0648 496.29688 211.47105 496.70312Q211.89293 497.10938 211.89293 497.79688L211.89293 498.14062Q211.89293 498.78125 211.48668 499.20312Q211.08043 499.60938 210.4398 499.60938Q209.8148 499.60938 209.39293 499.20312Q208.97105 498.78125 208.97105 498.10938L208.97105 497.75ZM209.65855 498.14062Q209.65855 498.51562 209.86168 498.76562Q210.08043 499.01562 210.4398 499.01562Q210.79918 499.01562 211.0023 498.78125Q211.22105 498.53125 211.22105 498.125L211.22105 497.75Q211.22105 497.375 211.0023 497.125Q210.78355 496.875 210.4398 496.875Q210.08043 496.875 209.86168 497.125Q209.65855 497.35938 209.65855 497.78125L209.65855 498.14062ZM207.1898 498.96875L206.67418 498.64062L210.14293 493.07812L210.65855 493.40625L207.1898 498.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.40855 497.10938L204.39293 497.10938L204.39293 497.84375L203.40855 497.84375L203.40855 499.5L202.5023 499.5L202.5023 497.84375L199.26793 497.84375L199.26793 497.3125L202.4398 492.39062L203.40855 492.39062L203.40855 497.10938ZM200.28355 497.10938L202.5023 497.10938L202.5023 493.625L202.39293 493.82812L200.28355 497.10938ZM205.51793 493.75Q205.51793 493.125 205.92418 492.70312Q206.33043 492.28125 206.97105 492.28125Q207.6273 492.28125 208.01793 492.70312Q208.42418 493.125 208.42418 493.78125L208.42418 494.14062Q208.42418 494.78125 208.01793 495.1875Q207.61168 495.59375 206.98668 495.59375Q206.34605 495.59375 205.92418 495.1875Q205.51793 494.78125 205.51793 494.09375L205.51793 493.75ZM206.1898 494.14062Q206.1898 494.51562 206.39293 494.76562Q206.61168 495.0 206.98668 495.0Q207.33043 495.0 207.53355 494.76562Q207.7523 494.53125 207.7523 494.10938L207.7523 493.75Q207.7523 493.375 207.53355 493.125Q207.33043 492.875 206.97105 492.875Q206.61168 492.875 206.39293 493.125Q206.1898 493.375 206.1898 493.78125L206.1898 494.14062ZM208.97105 497.75Q208.97105 497.10938 209.3773 496.70312Q209.79918 496.29688 210.42418 496.29688Q211.0648 496.29688 211.47105 496.70312Q211.89293 497.10938 211.89293 497.79688L211.89293 498.14062Q211.89293 498.78125 211.48668 499.20312Q211.08043 499.60938 210.4398 499.60938Q209.8148 499.60938 209.39293 499.20312Q208.97105 498.78125 208.97105 498.10938L208.97105 497.75ZM209.65855 498.14062Q209.65855 498.51562 209.86168 498.76562Q210.08043 499.01562 210.4398 499.01562Q210.79918 499.01562 211.0023 498.78125Q211.22105 498.53125 211.22105 498.125L211.22105 497.75Q211.22105 497.375 211.0023 497.125Q210.78355 496.875 210.4398 496.875Q210.08043 496.875 209.86168 497.125Q209.65855 497.35938 209.65855 497.78125L209.65855 498.14062ZM207.1898 498.96875L206.67418 498.64062L210.14293 493.07812L210.65855 493.40625L207.1898 498.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M235.7182 558.5L234.81195 558.5L234.81195 552.4844L232.98383 553.1406L232.98383 552.3281L235.57758 551.3594L235.7182 551.3594L235.7182 558.5ZM243.20258 555.46875Q243.20258 557.0469 242.6557 557.8281Q242.12445 558.59375 240.9682 558.59375Q239.82758 558.59375 239.2807 557.84375Q238.73383 557.09375 238.7182 555.59375L238.7182 554.3906Q238.7182 552.8125 239.24945 552.0625Q239.79633 551.2969 240.95258 551.2969Q242.10883 551.2969 242.64008 552.03125Q243.18695 552.7656 243.20258 554.2969L243.20258 555.46875ZM242.29633 554.2344Q242.29633 553.0781 241.9682 552.5625Q241.6557 552.03125 240.95258 552.03125Q240.26508 552.03125 239.93695 552.5625Q239.62445 553.0781 239.62445 554.15625L239.62445 555.6094Q239.62445 556.7656 239.95258 557.3125Q240.29633 557.8594 240.9682 557.8594Q241.64008 557.8594 241.95258 557.34375Q242.2807 556.8281 242.29633 555.71875L242.29633 554.2344ZM244.67133 552.75Q244.67133 552.125 245.07758 551.7031Q245.48383 551.28125 246.12445 551.28125Q246.7807 551.28125 247.17133 551.7031Q247.57758 552.125 247.57758 552.78125L247.57758 553.1406Q247.57758 553.78125 247.17133 554.1875Q246.76508 554.59375 246.14008 554.59375Q245.49945 554.59375 245.07758 554.1875Q244.67133 553.78125 244.67133 553.09375L244.67133 552.75ZM245.3432 553.1406Q245.3432 553.5156 245.54633 553.7656Q245.76508 554.0 246.14008 554.0Q246.48383 554.0 246.68695 553.7656Q246.9057 553.53125 246.9057 553.1094L246.9057 552.75Q246.9057 552.375 246.68695 552.125Q246.48383 551.875 246.12445 551.875Q245.76508 551.875 245.54633 552.125Q245.3432 552.375 245.3432 552.78125L245.3432 553.1406ZM248.12445 556.75Q248.12445 556.1094 248.5307 555.7031Q248.95258 555.2969 249.57758 555.2969Q250.2182 555.2969 250.62445 555.7031Q251.04633 556.1094 251.04633 556.7969L251.04633 557.1406Q251.04633 557.78125 250.64008 558.2031Q250.23383 558.6094 249.5932 558.6094Q248.9682 558.6094 248.54633 558.2031Q248.12445 557.78125 248.12445 557.1094L248.12445 556.75ZM248.81195 557.1406Q248.81195 557.5156 249.01508 557.7656Q249.23383 558.0156 249.5932 558.0156Q249.95258 558.0156 250.1557 557.78125Q250.37445 557.53125 250.37445 557.125L250.37445 556.75Q250.37445 556.375 250.1557 556.125Q249.93695 555.875 249.5932 555.875Q249.23383 555.875 249.01508 556.125Q248.81195 556.3594 248.81195 556.78125L248.81195 557.1406ZM246.3432 557.96875L245.82758 557.6406L249.29633 552.0781L249.81195 552.40625L246.3432 557.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M235.7182 558.5L234.81195 558.5L234.81195 552.4844L232.98383 553.1406L232.98383 552.3281L235.57758 551.3594L235.7182 551.3594L235.7182 558.5ZM243.20258 555.46875Q243.20258 557.0469 242.6557 557.8281Q242.12445 558.59375 240.9682 558.59375Q239.82758 558.59375 239.2807 557.84375Q238.73383 557.09375 238.7182 555.59375L238.7182 554.3906Q238.7182 552.8125 239.24945 552.0625Q239.79633 551.2969 240.95258 551.2969Q242.10883 551.2969 242.64008 552.03125Q243.18695 552.7656 243.20258 554.2969L243.20258 555.46875ZM242.29633 554.2344Q242.29633 553.0781 241.9682 552.5625Q241.6557 552.03125 240.95258 552.03125Q240.26508 552.03125 239.93695 552.5625Q239.62445 553.0781 239.62445 554.15625L239.62445 555.6094Q239.62445 556.7656 239.95258 557.3125Q240.29633 557.8594 240.9682 557.8594Q241.64008 557.8594 241.95258 557.34375Q242.2807 556.8281 242.29633 555.71875L242.29633 554.2344ZM244.67133 552.75Q244.67133 552.125 245.07758 551.7031Q245.48383 551.28125 246.12445 551.28125Q246.7807 551.28125 247.17133 551.7031Q247.57758 552.125 247.57758 552.78125L247.57758 553.1406Q247.57758 553.78125 247.17133 554.1875Q246.76508 554.59375 246.14008 554.59375Q245.49945 554.59375 245.07758 554.1875Q244.67133 553.78125 244.67133 553.09375L244.67133 552.75ZM245.3432 553.1406Q245.3432 553.5156 245.54633 553.7656Q245.76508 554.0 246.14008 554.0Q246.48383 554.0 246.68695 553.7656Q246.9057 553.53125 246.9057 553.1094L246.9057 552.75Q246.9057 552.375 246.68695 552.125Q246.48383 551.875 246.12445 551.875Q245.76508 551.875 245.54633 552.125Q245.3432 552.375 245.3432 552.78125L245.3432 553.1406ZM248.12445 556.75Q248.12445 556.1094 248.5307 555.7031Q248.95258 555.2969 249.57758 555.2969Q250.2182 555.2969 250.62445 555.7031Q251.04633 556.1094 251.04633 556.7969L251.04633 557.1406Q251.04633 557.78125 250.64008 558.2031Q250.23383 558.6094 249.5932 558.6094Q248.9682 558.6094 248.54633 558.2031Q248.12445 557.78125 248.12445 557.1094L248.12445 556.75ZM248.81195 557.1406Q248.81195 557.5156 249.01508 557.7656Q249.23383 558.0156 249.5932 558.0156Q249.95258 558.0156 250.1557 557.78125Q250.37445 557.53125 250.37445 557.125L250.37445 556.75Q250.37445 556.375 250.1557 556.125Q249.93695 555.875 249.5932 555.875Q249.23383 555.875 249.01508 556.125Q248.81195 556.3594 248.81195 556.78125L248.81195 557.1406ZM246.3432 557.96875L245.82758 557.6406L249.29633 552.0781L249.81195 552.40625L246.3432 557.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M423.66336 95.109375L424.64774 95.109375L424.64774 95.84375L423.66336 95.84375L423.66336 97.5L422.7571 97.5L422.7571 95.84375L419.52274 95.84375L419.52274 95.3125L422.6946 90.390625L423.66336 90.390625L423.66336 95.109375ZM420.53836 95.109375L422.7571 95.109375L422.7571 91.625L422.64774 91.828125L420.53836 95.109375ZM430.16336 92.25Q430.16336 92.78125 429.8821 93.203125Q429.60086 93.609375 429.1165 93.84375Q429.679 94.078125 429.9915 94.546875Q430.3196 95.0 430.3196 95.578125Q430.3196 96.5 429.6946 97.046875Q429.08524 97.59375 428.0696 97.59375Q427.03836 97.59375 426.41336 97.046875Q425.804 96.5 425.804 95.578125Q425.804 95.0 426.1165 94.546875Q426.429 94.078125 426.9915 93.84375Q426.52274 93.609375 426.2415 93.1875Q425.97586 92.765625 425.97586 92.25Q425.97586 91.34375 426.53836 90.828125Q427.1165 90.296875 428.0696 90.296875Q429.0071 90.296875 429.58524 90.828125Q430.16336 91.34375 430.16336 92.25ZM429.429 95.5625Q429.429 94.96875 429.03836 94.59375Q428.66336 94.21875 428.054 94.21875Q427.4446 94.21875 427.0696 94.59375Q426.71024 94.953125 426.71024 95.5625Q426.71024 96.171875 427.0696 96.515625Q427.429 96.859375 428.0696 96.859375Q428.6946 96.859375 429.054 96.515625Q429.429 96.15625 429.429 95.5625ZM428.0696 91.03125Q427.53836 91.03125 427.1946 91.359375Q426.8665 91.6875 426.8665 92.265625Q426.8665 92.796875 427.1946 93.140625Q427.52274 93.46875 428.054 93.46875Q428.60086 93.46875 428.929 93.140625Q429.2571 92.796875 429.2571 92.265625Q429.2571 91.71875 428.91336 91.375Q428.58524 91.03125 428.0696 91.03125ZM431.77274 91.75Q431.77274 91.125 432.179 90.703125Q432.58524 90.28125 433.22586 90.28125Q433.8821 90.28125 434.27274 90.703125Q434.679 91.125 434.679 91.78125L434.679 92.140625Q434.679 92.78125 434.27274 93.1875Q433.8665 93.59375 433.2415 93.59375Q432.60086 93.59375 432.179 93.1875Q431.77274 92.78125 431.77274 92.09375L431.77274 91.75ZM432.4446 92.140625Q432.4446 92.515625 432.64774 92.765625Q432.8665 93.0 433.2415 93.0Q433.58524 93.0 433.78836 92.765625Q434.0071 92.53125 434.0071 92.109375L434.0071 91.75Q434.0071 91.375 433.78836 91.125Q433.58524 90.875 433.22586 90.875Q432.8665 90.875 432.64774 91.125Q432.4446 91.375 432.4446 91.78125L432.4446 92.140625ZM435.22586 95.75Q435.22586 95.109375 435.6321 94.703125Q436.054 94.296875 436.679 94.296875Q437.3196 94.296875 437.72586 94.703125Q438.14774 95.109375 438.14774 95.796875L438.14774 96.140625Q438.14774 96.78125 437.7415 97.203125Q437.33524 97.609375 436.6946 97.609375Q436.0696 97.609375 435.64774 97.203125Q435.22586 96.78125 435.22586 96.109375L435.22586 95.75ZM435.91336 96.140625Q435.91336 96.515625 436.1165 96.765625Q436.33524 97.015625 436.6946 97.015625Q437.054 97.015625 437.2571 96.78125Q437.47586 96.53125 437.47586 96.125L437.47586 95.75Q437.47586 95.375 437.2571 95.125Q437.03836 94.875 436.6946 94.875Q436.33524 94.875 436.1165 95.125Q435.91336 95.359375 435.91336 95.78125L435.91336 96.140625ZM433.4446 96.96875L432.929 96.640625L436.39774 91.078125L436.91336 91.40625L433.4446 96.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M423.66336 95.109375L424.64774 95.109375L424.64774 95.84375L423.66336 95.84375L423.66336 97.5L422.7571 97.5L422.7571 95.84375L419.52274 95.84375L419.52274 95.3125L422.6946 90.390625L423.66336 90.390625L423.66336 95.109375ZM420.53836 95.109375L422.7571 95.109375L422.7571 91.625L422.64774 91.828125L420.53836 95.109375ZM430.16336 92.25Q430.16336 92.78125 429.8821 93.203125Q429.60086 93.609375 429.1165 93.84375Q429.679 94.078125 429.9915 94.546875Q430.3196 95.0 430.3196 95.578125Q430.3196 96.5 429.6946 97.046875Q429.08524 97.59375 428.0696 97.59375Q427.03836 97.59375 426.41336 97.046875Q425.804 96.5 425.804 95.578125Q425.804 95.0 426.1165 94.546875Q426.429 94.078125 426.9915 93.84375Q426.52274 93.609375 426.2415 93.1875Q425.97586 92.765625 425.97586 92.25Q425.97586 91.34375 426.53836 90.828125Q427.1165 90.296875 428.0696 90.296875Q429.0071 90.296875 429.58524 90.828125Q430.16336 91.34375 430.16336 92.25ZM429.429 95.5625Q429.429 94.96875 429.03836 94.59375Q428.66336 94.21875 428.054 94.21875Q427.4446 94.21875 427.0696 94.59375Q426.71024 94.953125 426.71024 95.5625Q426.71024 96.171875 427.0696 96.515625Q427.429 96.859375 428.0696 96.859375Q428.6946 96.859375 429.054 96.515625Q429.429 96.15625 429.429 95.5625ZM428.0696 91.03125Q427.53836 91.03125 427.1946 91.359375Q426.8665 91.6875 426.8665 92.265625Q426.8665 92.796875 427.1946 93.140625Q427.52274 93.46875 428.054 93.46875Q428.60086 93.46875 428.929 93.140625Q429.2571 92.796875 429.2571 92.265625Q429.2571 91.71875 428.91336 91.375Q428.58524 91.03125 428.0696 91.03125ZM431.77274 91.75Q431.77274 91.125 432.179 90.703125Q432.58524 90.28125 433.22586 90.28125Q433.8821 90.28125 434.27274 90.703125Q434.679 91.125 434.679 91.78125L434.679 92.140625Q434.679 92.78125 434.27274 93.1875Q433.8665 93.59375 433.2415 93.59375Q432.60086 93.59375 432.179 93.1875Q431.77274 92.78125 431.77274 92.09375L431.77274 91.75ZM432.4446 92.140625Q432.4446 92.515625 432.64774 92.765625Q432.8665 93.0 433.2415 93.0Q433.58524 93.0 433.78836 92.765625Q434.0071 92.53125 434.0071 92.109375L434.0071 91.75Q434.0071 91.375 433.78836 91.125Q433.58524 90.875 433.22586 90.875Q432.8665 90.875 432.64774 91.125Q432.4446 91.375 432.4446 91.78125L432.4446 92.140625ZM435.22586 95.75Q435.22586 95.109375 435.6321 94.703125Q436.054 94.296875 436.679 94.296875Q437.3196 94.296875 437.72586 94.703125Q438.14774 95.109375 438.14774 95.796875L438.14774 96.140625Q438.14774 96.78125 437.7415 97.203125Q437.33524 97.609375 436.6946 97.609375Q436.0696 97.609375 435.64774 97.203125Q435.22586 96.78125 435.22586 96.109375L435.22586 95.75ZM435.91336 96.140625Q435.91336 96.515625 436.1165 96.765625Q436.33524 97.015625 436.6946 97.015625Q437.054 97.015625 437.2571 96.78125Q437.47586 96.53125 437.47586 96.125L437.47586 95.75Q437.47586 95.375 437.2571 95.125Q437.03836 94.875 436.6946 94.875Q436.33524 94.875 436.1165 95.125Q435.91336 95.359375 435.91336 95.78125L435.91336 96.140625ZM433.4446 96.96875L432.929 96.640625L436.39774 91.078125L436.91336 91.40625L433.4446 96.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M360.20688 152.5L360.87875 152.5Q361.51938 152.5 361.87875 152.17188Q362.25375 151.84375 362.25375 151.28125Q362.25375 150.03125 361.00375 150.03125Q360.42563 150.03125 360.06625 150.375Q359.7225 150.70312 359.7225 151.25L358.81625 151.25Q358.81625 150.40625 359.44125 149.85938Q360.06625 149.29688 361.00375 149.29688Q362.01938 149.29688 362.58188 149.82812Q363.16 150.35938 363.16 151.29688Q363.16 151.76562 362.86313 152.20312Q362.56625 152.64062 362.035 152.85938Q362.62875 153.03125 362.94125 153.46875Q363.26938 153.89062 363.26938 154.51562Q363.26938 155.46875 362.64438 156.03125Q362.01938 156.59375 361.01938 156.59375Q360.01938 156.59375 359.37875 156.0625Q358.75375 155.51562 358.75375 154.625L359.67563 154.625Q359.67563 155.1875 360.035 155.53125Q360.39438 155.85938 361.01938 155.85938Q361.67563 155.85938 362.01938 155.51562Q362.36313 155.17188 362.36313 154.53125Q362.36313 153.92188 361.9725 153.59375Q361.5975 153.25 360.87875 153.25L360.20688 153.25L360.20688 152.5ZM368.44125 149.39062L368.44125 150.15625L368.26938 150.15625Q367.2225 150.17188 366.5975 150.78125Q365.9725 151.375 365.86313 152.48438Q366.42563 151.84375 367.39438 151.84375Q368.33188 151.84375 368.87875 152.5Q369.44125 153.14062 369.44125 154.1875Q369.44125 155.28125 368.83188 155.9375Q368.23813 156.59375 367.23813 156.59375Q366.2225 156.59375 365.58188 155.8125Q364.94125 155.03125 364.94125 153.79688L364.94125 153.45312Q364.94125 151.48438 365.76938 150.45312Q366.61313 149.40625 368.26938 149.39062L368.44125 149.39062ZM367.25375 152.59375Q366.785 152.59375 366.39438 152.875Q366.00375 153.14062 365.8475 153.5625L365.8475 153.89062Q365.8475 154.78125 366.23813 155.3125Q366.64438 155.84375 367.23813 155.84375Q367.8475 155.84375 368.19125 155.40625Q368.55063 154.95312 368.55063 154.21875Q368.55063 153.48438 368.19125 153.04688Q367.83188 152.59375 367.25375 152.59375ZM370.81625 150.75Q370.81625 150.125 371.2225 149.70312Q371.62875 149.28125 372.26938 149.28125Q372.92563 149.28125 373.31625 149.70312Q373.7225 150.125 373.7225 150.78125L373.7225 151.14062Q373.7225 151.78125 373.31625 152.1875Q372.91 152.59375 372.285 152.59375Q371.64438 152.59375 371.2225 152.1875Q370.81625 151.78125 370.81625 151.09375L370.81625 150.75ZM371.48813 151.14062Q371.48813 151.51562 371.69125 151.76562Q371.91 152.0 372.285 152.0Q372.62875 152.0 372.83188 151.76562Q373.05063 151.53125 373.05063 151.10938L373.05063 150.75Q373.05063 150.375 372.83188 150.125Q372.62875 149.875 372.26938 149.875Q371.91 149.875 371.69125 150.125Q371.48813 150.375 371.48813 150.78125L371.48813 151.14062ZM374.26938 154.75Q374.26938 154.10938 374.67563 153.70312Q375.0975 153.29688 375.7225 153.29688Q376.36313 153.29688 376.76938 153.70312Q377.19125 154.10938 377.19125 154.79688L377.19125 155.14062Q377.19125 155.78125 376.785 156.20312Q376.37875 156.60938 375.73813 156.60938Q375.11313 156.60938 374.69125 156.20312Q374.26938 155.78125 374.26938 155.10938L374.26938 154.75ZM374.95688 155.14062Q374.95688 155.51562 375.16 155.76562Q375.37875 156.01562 375.73813 156.01562Q376.0975 156.01562 376.30063 155.78125Q376.51938 155.53125 376.51938 155.125L376.51938 154.75Q376.51938 154.375 376.30063 154.125Q376.08188 153.875 375.73813 153.875Q375.37875 153.875 375.16 154.125Q374.95688 154.35938 374.95688 154.78125L374.95688 155.14062ZM372.48813 155.96875L371.9725 155.64062L375.44125 150.07812L375.95688 150.40625L372.48813 155.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M360.20688 152.5L360.87875 152.5Q361.51938 152.5 361.87875 152.17188Q362.25375 151.84375 362.25375 151.28125Q362.25375 150.03125 361.00375 150.03125Q360.42563 150.03125 360.06625 150.375Q359.7225 150.70312 359.7225 151.25L358.81625 151.25Q358.81625 150.40625 359.44125 149.85938Q360.06625 149.29688 361.00375 149.29688Q362.01938 149.29688 362.58188 149.82812Q363.16 150.35938 363.16 151.29688Q363.16 151.76562 362.86313 152.20312Q362.56625 152.64062 362.035 152.85938Q362.62875 153.03125 362.94125 153.46875Q363.26938 153.89062 363.26938 154.51562Q363.26938 155.46875 362.64438 156.03125Q362.01938 156.59375 361.01938 156.59375Q360.01938 156.59375 359.37875 156.0625Q358.75375 155.51562 358.75375 154.625L359.67563 154.625Q359.67563 155.1875 360.035 155.53125Q360.39438 155.85938 361.01938 155.85938Q361.67563 155.85938 362.01938 155.51562Q362.36313 155.17188 362.36313 154.53125Q362.36313 153.92188 361.9725 153.59375Q361.5975 153.25 360.87875 153.25L360.20688 153.25L360.20688 152.5ZM368.44125 149.39062L368.44125 150.15625L368.26938 150.15625Q367.2225 150.17188 366.5975 150.78125Q365.9725 151.375 365.86313 152.48438Q366.42563 151.84375 367.39438 151.84375Q368.33188 151.84375 368.87875 152.5Q369.44125 153.14062 369.44125 154.1875Q369.44125 155.28125 368.83188 155.9375Q368.23813 156.59375 367.23813 156.59375Q366.2225 156.59375 365.58188 155.8125Q364.94125 155.03125 364.94125 153.79688L364.94125 153.45312Q364.94125 151.48438 365.76938 150.45312Q366.61313 149.40625 368.26938 149.39062L368.44125 149.39062ZM367.25375 152.59375Q366.785 152.59375 366.39438 152.875Q366.00375 153.14062 365.8475 153.5625L365.8475 153.89062Q365.8475 154.78125 366.23813 155.3125Q366.64438 155.84375 367.23813 155.84375Q367.8475 155.84375 368.19125 155.40625Q368.55063 154.95312 368.55063 154.21875Q368.55063 153.48438 368.19125 153.04688Q367.83188 152.59375 367.25375 152.59375ZM370.81625 150.75Q370.81625 150.125 371.2225 149.70312Q371.62875 149.28125 372.26938 149.28125Q372.92563 149.28125 373.31625 149.70312Q373.7225 150.125 373.7225 150.78125L373.7225 151.14062Q373.7225 151.78125 373.31625 152.1875Q372.91 152.59375 372.285 152.59375Q371.64438 152.59375 371.2225 152.1875Q370.81625 151.78125 370.81625 151.09375L370.81625 150.75ZM371.48813 151.14062Q371.48813 151.51562 371.69125 151.76562Q371.91 152.0 372.285 152.0Q372.62875 152.0 372.83188 151.76562Q373.05063 151.53125 373.05063 151.10938L373.05063 150.75Q373.05063 150.375 372.83188 150.125Q372.62875 149.875 372.26938 149.875Q371.91 149.875 371.69125 150.125Q371.48813 150.375 371.48813 150.78125L371.48813 151.14062ZM374.26938 154.75Q374.26938 154.10938 374.67563 153.70312Q375.0975 153.29688 375.7225 153.29688Q376.36313 153.29688 376.76938 153.70312Q377.19125 154.10938 377.19125 154.79688L377.19125 155.14062Q377.19125 155.78125 376.785 156.20312Q376.37875 156.60938 375.73813 156.60938Q375.11313 156.60938 374.69125 156.20312Q374.26938 155.78125 374.26938 155.10938L374.26938 154.75ZM374.95688 155.14062Q374.95688 155.51562 375.16 155.76562Q375.37875 156.01562 375.73813 156.01562Q376.0975 156.01562 376.30063 155.78125Q376.51938 155.53125 376.51938 155.125L376.51938 154.75Q376.51938 154.375 376.30063 154.125Q376.08188 153.875 375.73813 153.875Q375.37875 153.875 375.16 154.125Q374.95688 154.35938 374.95688 154.78125L374.95688 155.14062ZM372.48813 155.96875L371.9725 155.64062L375.44125 150.07812L375.95688 150.40625L372.48813 155.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M273.68594 215.5L272.7797 215.5L272.7797 209.48438L270.95157 210.14062L270.95157 209.32812L273.54532 208.35938L273.68594 208.35938L273.68594 215.5ZM281.0297 210.25Q281.0297 210.78125 280.74844 211.20312Q280.4672 211.60938 279.98282 211.84375Q280.54532 212.07812 280.85782 212.54688Q281.18594 213.0 281.18594 213.57812Q281.18594 214.5 280.56094 215.04688Q279.95157 215.59375 278.93594 215.59375Q277.9047 215.59375 277.2797 215.04688Q276.67032 214.5 276.67032 213.57812Q276.67032 213.0 276.98282 212.54688Q277.29532 212.07812 277.85782 211.84375Q277.38907 211.60938 277.10782 211.1875Q276.8422 210.76562 276.8422 210.25Q276.8422 209.34375 277.4047 208.82812Q277.98282 208.29688 278.93594 208.29688Q279.87344 208.29688 280.45157 208.82812Q281.0297 209.34375 281.0297 210.25ZM280.29532 213.5625Q280.29532 212.96875 279.9047 212.59375Q279.5297 212.21875 278.92032 212.21875Q278.31094 212.21875 277.93594 212.59375Q277.57657 212.95312 277.57657 213.5625Q277.57657 214.17188 277.93594 214.51562Q278.29532 214.85938 278.93594 214.85938Q279.56094 214.85938 279.92032 214.51562Q280.29532 214.15625 280.29532 213.5625ZM278.93594 209.03125Q278.4047 209.03125 278.06094 209.35938Q277.73282 209.6875 277.73282 210.26562Q277.73282 210.79688 278.06094 211.14062Q278.38907 211.46875 278.92032 211.46875Q279.4672 211.46875 279.79532 211.14062Q280.12344 210.79688 280.12344 210.26562Q280.12344 209.71875 279.7797 209.375Q279.45157 209.03125 278.93594 209.03125ZM282.63907 209.75Q282.63907 209.125 283.04532 208.70312Q283.45157 208.28125 284.0922 208.28125Q284.74844 208.28125 285.13907 208.70312Q285.54532 209.125 285.54532 209.78125L285.54532 210.14062Q285.54532 210.78125 285.13907 211.1875Q284.73282 211.59375 284.10782 211.59375Q283.4672 211.59375 283.04532 211.1875Q282.63907 210.78125 282.63907 210.09375L282.63907 209.75ZM283.31094 210.14062Q283.31094 210.51562 283.51407 210.76562Q283.73282 211.0 284.10782 211.0Q284.45157 211.0 284.6547 210.76562Q284.87344 210.53125 284.87344 210.10938L284.87344 209.75Q284.87344 209.375 284.6547 209.125Q284.45157 208.875 284.0922 208.875Q283.73282 208.875 283.51407 209.125Q283.31094 209.375 283.31094 209.78125L283.31094 210.14062ZM286.0922 213.75Q286.0922 213.10938 286.49844 212.70312Q286.92032 212.29688 287.54532 212.29688Q288.18594 212.29688 288.5922 212.70312Q289.01407 213.10938 289.01407 213.79688L289.01407 214.14062Q289.01407 214.78125 288.60782 215.20312Q288.20157 215.60938 287.56094 215.60938Q286.93594 215.60938 286.51407 215.20312Q286.0922 214.78125 286.0922 214.10938L286.0922 213.75ZM286.7797 214.14062Q286.7797 214.51562 286.98282 214.76562Q287.20157 215.01562 287.56094 215.01562Q287.92032 215.01562 288.12344 214.78125Q288.3422 214.53125 288.3422 214.125L288.3422 213.75Q288.3422 213.375 288.12344 213.125Q287.9047 212.875 287.56094 212.875Q287.20157 212.875 286.98282 213.125Q286.7797 213.35938 286.7797 213.78125L286.7797 214.14062ZM284.31094 214.96875L283.79532 214.64062L287.26407 209.07812L287.7797 209.40625L284.31094 214.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M273.68594 215.5L272.7797 215.5L272.7797 209.48438L270.95157 210.14062L270.95157 209.32812L273.54532 208.35938L273.68594 208.35938L273.68594 215.5ZM281.0297 210.25Q281.0297 210.78125 280.74844 211.20312Q280.4672 211.60938 279.98282 211.84375Q280.54532 212.07812 280.85782 212.54688Q281.18594 213.0 281.18594 213.57812Q281.18594 214.5 280.56094 215.04688Q279.95157 215.59375 278.93594 215.59375Q277.9047 215.59375 277.2797 215.04688Q276.67032 214.5 276.67032 213.57812Q276.67032 213.0 276.98282 212.54688Q277.29532 212.07812 277.85782 211.84375Q277.38907 211.60938 277.10782 211.1875Q276.8422 210.76562 276.8422 210.25Q276.8422 209.34375 277.4047 208.82812Q277.98282 208.29688 278.93594 208.29688Q279.87344 208.29688 280.45157 208.82812Q281.0297 209.34375 281.0297 210.25ZM280.29532 213.5625Q280.29532 212.96875 279.9047 212.59375Q279.5297 212.21875 278.92032 212.21875Q278.31094 212.21875 277.93594 212.59375Q277.57657 212.95312 277.57657 213.5625Q277.57657 214.17188 277.93594 214.51562Q278.29532 214.85938 278.93594 214.85938Q279.56094 214.85938 279.92032 214.51562Q280.29532 214.15625 280.29532 213.5625ZM278.93594 209.03125Q278.4047 209.03125 278.06094 209.35938Q277.73282 209.6875 277.73282 210.26562Q277.73282 210.79688 278.06094 211.14062Q278.38907 211.46875 278.92032 211.46875Q279.4672 211.46875 279.79532 211.14062Q280.12344 210.79688 280.12344 210.26562Q280.12344 209.71875 279.7797 209.375Q279.45157 209.03125 278.93594 209.03125ZM282.63907 209.75Q282.63907 209.125 283.04532 208.70312Q283.45157 208.28125 284.0922 208.28125Q284.74844 208.28125 285.13907 208.70312Q285.54532 209.125 285.54532 209.78125L285.54532 210.14062Q285.54532 210.78125 285.13907 211.1875Q284.73282 211.59375 284.10782 211.59375Q283.4672 211.59375 283.04532 211.1875Q282.63907 210.78125 282.63907 210.09375L282.63907 209.75ZM283.31094 210.14062Q283.31094 210.51562 283.51407 210.76562Q283.73282 211.0 284.10782 211.0Q284.45157 211.0 284.6547 210.76562Q284.87344 210.53125 284.87344 210.10938L284.87344 209.75Q284.87344 209.375 284.6547 209.125Q284.45157 208.875 284.0922 208.875Q283.73282 208.875 283.51407 209.125Q283.31094 209.375 283.31094 209.78125L283.31094 210.14062ZM286.0922 213.75Q286.0922 213.10938 286.49844 212.70312Q286.92032 212.29688 287.54532 212.29688Q288.18594 212.29688 288.5922 212.70312Q289.01407 213.10938 289.01407 213.79688L289.01407 214.14062Q289.01407 214.78125 288.60782 215.20312Q288.20157 215.60938 287.56094 215.60938Q286.93594 215.60938 286.51407 215.20312Q286.0922 214.78125 286.0922 214.10938L286.0922 213.75ZM286.7797 214.14062Q286.7797 214.51562 286.98282 214.76562Q287.20157 215.01562 287.56094 215.01562Q287.92032 215.01562 288.12344 214.78125Q288.3422 214.53125 288.3422 214.125L288.3422 213.75Q288.3422 213.375 288.12344 213.125Q287.9047 212.875 287.56094 212.875Q287.20157 212.875 286.98282 213.125Q286.7797 213.35938 286.7797 213.78125L286.7797 214.14062ZM284.31094 214.96875L283.79532 214.64062L287.26407 209.07812L287.7797 209.40625L284.31094 214.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M241.3781 274.5L240.47185 274.5L240.47185 268.48438L238.64372 269.14062L238.64372 268.32812L241.23747 267.35938L241.3781 267.35938L241.3781 274.5ZM247.3781 274.5L246.47185 274.5L246.47185 268.48438L244.64372 269.14062L244.64372 268.32812L247.23747 267.35938L247.3781 267.35938L247.3781 274.5ZM250.33122 268.75Q250.33122 268.125 250.73747 267.70312Q251.14372 267.28125 251.78435 267.28125Q252.4406 267.28125 252.83122 267.70312Q253.23747 268.125 253.23747 268.78125L253.23747 269.14062Q253.23747 269.78125 252.83122 270.1875Q252.42497 270.59375 251.79997 270.59375Q251.15935 270.59375 250.73747 270.1875Q250.33122 269.78125 250.33122 269.09375L250.33122 268.75ZM251.0031 269.14062Q251.0031 269.51562 251.20622 269.76562Q251.42497 270.0 251.79997 270.0Q252.14372 270.0 252.34685 269.76562Q252.5656 269.53125 252.5656 269.10938L252.5656 268.75Q252.5656 268.375 252.34685 268.125Q252.14372 267.875 251.78435 267.875Q251.42497 267.875 251.20622 268.125Q251.0031 268.375 251.0031 268.78125L251.0031 269.14062ZM253.78435 272.75Q253.78435 272.10938 254.1906 271.70312Q254.61247 271.29688 255.23747 271.29688Q255.8781 271.29688 256.28433 271.70312Q256.7062 272.10938 256.7062 272.79688L256.7062 273.14062Q256.7062 273.78125 256.29996 274.20312Q255.89372 274.60938 255.2531 274.60938Q254.6281 274.60938 254.20622 274.20312Q253.78435 273.78125 253.78435 273.10938L253.78435 272.75ZM254.47185 273.14062Q254.47185 273.51562 254.67497 273.76562Q254.89372 274.01562 255.2531 274.01562Q255.61247 274.01562 255.8156 273.78125Q256.03433 273.53125 256.03433 273.125L256.03433 272.75Q256.03433 272.375 255.8156 272.125Q255.59685 271.875 255.2531 271.875Q254.89372 271.875 254.67497 272.125Q254.47185 272.35938 254.47185 272.78125L254.47185 273.14062ZM252.0031 273.96875L251.48747 273.64062L254.95622 268.07812L255.47185 268.40625L252.0031 273.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M241.3781 274.5L240.47185 274.5L240.47185 268.48438L238.64372 269.14062L238.64372 268.32812L241.23747 267.35938L241.3781 267.35938L241.3781 274.5ZM247.3781 274.5L246.47185 274.5L246.47185 268.48438L244.64372 269.14062L244.64372 268.32812L247.23747 267.35938L247.3781 267.35938L247.3781 274.5ZM250.33122 268.75Q250.33122 268.125 250.73747 267.70312Q251.14372 267.28125 251.78435 267.28125Q252.4406 267.28125 252.83122 267.70312Q253.23747 268.125 253.23747 268.78125L253.23747 269.14062Q253.23747 269.78125 252.83122 270.1875Q252.42497 270.59375 251.79997 270.59375Q251.15935 270.59375 250.73747 270.1875Q250.33122 269.78125 250.33122 269.09375L250.33122 268.75ZM251.0031 269.14062Q251.0031 269.51562 251.20622 269.76562Q251.42497 270.0 251.79997 270.0Q252.14372 270.0 252.34685 269.76562Q252.5656 269.53125 252.5656 269.10938L252.5656 268.75Q252.5656 268.375 252.34685 268.125Q252.14372 267.875 251.78435 267.875Q251.42497 267.875 251.20622 268.125Q251.0031 268.375 251.0031 268.78125L251.0031 269.14062ZM253.78435 272.75Q253.78435 272.10938 254.1906 271.70312Q254.61247 271.29688 255.23747 271.29688Q255.8781 271.29688 256.28436 271.70312Q256.70624 272.10938 256.70624 272.79688L256.70624 273.14062Q256.70624 273.78125 256.3 274.20312Q255.89372 274.60938 255.2531 274.60938Q254.6281 274.60938 254.20622 274.20312Q253.78435 273.78125 253.78435 273.10938L253.78435 272.75ZM254.47185 273.14062Q254.47185 273.51562 254.67497 273.76562Q254.89372 274.01562 255.2531 274.01562Q255.61247 274.01562 255.8156 273.78125Q256.03436 273.53125 256.03436 273.125L256.03436 272.75Q256.03436 272.375 255.8156 272.125Q255.59685 271.875 255.2531 271.875Q254.89372 271.875 254.67497 272.125Q254.47185 272.35938 254.47185 272.78125L254.47185 273.14062ZM252.0031 273.96875L251.48747 273.64062L254.95622 268.07812L255.47185 268.40625L252.0031 273.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.31099 329.9375L207.68599 326.39062L211.32661 326.39062L211.32661 327.21875L208.45161 327.21875L208.23286 329.15625Q208.74849 328.85938 209.42036 328.85938Q210.38911 328.85938 210.95161 329.5Q211.52974 330.14062 211.52974 331.23438Q211.52974 332.32812 210.93599 332.96875Q210.34224 333.59375 209.27974 333.59375Q208.34224 333.59375 207.73286 333.07812Q207.13911 332.54688 207.06099 331.625L207.92036 331.625Q207.99849 332.23438 208.34224 332.54688Q208.70161 332.85938 209.27974 332.85938Q209.90474 332.85938 210.26411 332.4375Q210.62349 332.0 210.62349 331.25Q210.62349 330.53125 210.23286 330.10938Q209.85786 329.67188 209.20161 329.67188Q208.62349 329.67188 208.27974 329.92188L208.04536 330.125L207.31099 329.9375ZM212.82661 327.75Q212.82661 327.125 213.23286 326.70312Q213.63911 326.28125 214.27974 326.28125Q214.93599 326.28125 215.32661 326.70312Q215.73286 327.125 215.73286 327.78125L215.73286 328.14062Q215.73286 328.78125 215.32661 329.1875Q214.92036 329.59375 214.29536 329.59375Q213.65474 329.59375 213.23286 329.1875Q212.82661 328.78125 212.82661 328.09375L212.82661 327.75ZM213.49849 328.14062Q213.49849 328.51562 213.70161 328.76562Q213.92036 329.0 214.29536 329.0Q214.63911 329.0 214.84224 328.76562Q215.06099 328.53125 215.06099 328.10938L215.06099 327.75Q215.06099 327.375 214.84224 327.125Q214.63911 326.875 214.27974 326.875Q213.92036 326.875 213.70161 327.125Q213.49849 327.375 213.49849 327.78125L213.49849 328.14062ZM216.27974 331.75Q216.27974 331.10938 216.68599 330.70312Q217.10786 330.29688 217.73286 330.29688Q218.37349 330.29688 218.77974 330.70312Q219.20161 331.10938 219.20161 331.79688L219.20161 332.14062Q219.20161 332.78125 218.79536 333.20312Q218.38911 333.60938 217.74849 333.60938Q217.12349 333.60938 216.70161 333.20312Q216.27974 332.78125 216.27974 332.10938L216.27974 331.75ZM216.96724 332.14062Q216.96724 332.51562 217.17036 332.76562Q217.38911 333.01562 217.74849 333.01562Q218.10786 333.01562 218.31099 332.78125Q218.52974 332.53125 218.52974 332.125L218.52974 331.75Q218.52974 331.375 218.31099 331.125Q218.09224 330.875 217.74849 330.875Q217.38911 330.875 217.17036 331.125Q216.96724 331.35938 216.96724 331.78125L216.96724 332.14062ZM214.49849 332.96875L213.98286 332.64062L217.45161 327.07812L217.96724 327.40625L214.49849 332.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M207.31099 329.9375L207.68599 326.39062L211.32661 326.39062L211.32661 327.21875L208.45161 327.21875L208.23286 329.15625Q208.74849 328.85938 209.42036 328.85938Q210.38911 328.85938 210.95161 329.5Q211.52974 330.14062 211.52974 331.23438Q211.52974 332.32812 210.93599 332.96875Q210.34224 333.59375 209.27974 333.59375Q208.34224 333.59375 207.73286 333.07812Q207.13911 332.54688 207.06099 331.625L207.92036 331.625Q207.99849 332.23438 208.34224 332.54688Q208.70161 332.85938 209.27974 332.85938Q209.90474 332.85938 210.26411 332.4375Q210.62349 332.0 210.62349 331.25Q210.62349 330.53125 210.23286 330.10938Q209.85786 329.67188 209.20161 329.67188Q208.62349 329.67188 208.27974 329.92188L208.04536 330.125L207.31099 329.9375ZM212.82661 327.75Q212.82661 327.125 213.23286 326.70312Q213.63911 326.28125 214.27974 326.28125Q214.93599 326.28125 215.32661 326.70312Q215.73286 327.125 215.73286 327.78125L215.73286 328.14062Q215.73286 328.78125 215.32661 329.1875Q214.92036 329.59375 214.29536 329.59375Q213.65474 329.59375 213.23286 329.1875Q212.82661 328.78125 212.82661 328.09375L212.82661 327.75ZM213.49849 328.14062Q213.49849 328.51562 213.70161 328.76562Q213.92036 329.0 214.29536 329.0Q214.63911 329.0 214.84224 328.76562Q215.06099 328.53125 215.06099 328.10938L215.06099 327.75Q215.06099 327.375 214.84224 327.125Q214.63911 326.875 214.27974 326.875Q213.92036 326.875 213.70161 327.125Q213.49849 327.375 213.49849 327.78125L213.49849 328.14062ZM216.27974 331.75Q216.27974 331.10938 216.68599 330.70312Q217.10786 330.29688 217.73286 330.29688Q218.37349 330.29688 218.77974 330.70312Q219.20161 331.10938 219.20161 331.79688L219.20161 332.14062Q219.20161 332.78125 218.79536 333.20312Q218.38911 333.60938 217.74849 333.60938Q217.12349 333.60938 216.70161 333.20312Q216.27974 332.78125 216.27974 332.10938L216.27974 331.75ZM216.96724 332.14062Q216.96724 332.51562 217.17036 332.76562Q217.38911 333.01562 217.74849 333.01562Q218.10786 333.01562 218.31099 332.78125Q218.52974 332.53125 218.52974 332.125L218.52974 331.75Q218.52974 331.375 218.31099 331.125Q218.09224 330.875 217.74849 330.875Q217.38911 330.875 217.17036 331.125Q216.96724 331.35938 216.96724 331.78125L216.96724 332.14062ZM214.49849 332.96875L213.98286 332.64062L217.45161 327.07812L217.96724 327.40625L214.49849 332.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M205.25829 446.9375L205.63329 443.39062L209.27391 443.39062L209.27391 444.21875L206.39891 444.21875L206.18016 446.15625Q206.69579 445.85938 207.36766 445.85938Q208.33641 445.85938 208.89891 446.5Q209.47704 447.14062 209.47704 448.23438Q209.47704 449.32812 208.88329 449.96875Q208.28954 450.59375 207.22704 450.59375Q206.28954 450.59375 205.68016 450.07812Q205.08641 449.54688 205.00829 448.625L205.86766 448.625Q205.94579 449.23438 206.28954 449.54688Q206.64891 449.85938 207.22704 449.85938Q207.85204 449.85938 208.21141 449.4375Q208.57079 449.0 208.57079 448.25Q208.57079 447.53125 208.18016 447.10938Q207.80516 446.67188 207.14891 446.67188Q206.57079 446.67188 206.22704 446.92188L205.99266 447.125L205.25829 446.9375ZM210.77391 444.75Q210.77391 444.125 211.18016 443.70312Q211.58641 443.28125 212.22704 443.28125Q212.88329 443.28125 213.27391 443.70312Q213.68016 444.125 213.68016 444.78125L213.68016 445.14062Q213.68016 445.78125 213.27391 446.1875Q212.86766 446.59375 212.24266 446.59375Q211.60204 446.59375 211.18016 446.1875Q210.77391 445.78125 210.77391 445.09375L210.77391 444.75ZM211.44579 445.14062Q211.44579 445.51562 211.64891 445.76562Q211.86766 446.0 212.24266 446.0Q212.58641 446.0 212.78954 445.76562Q213.00829 445.53125 213.00829 445.10938L213.00829 444.75Q213.00829 444.375 212.78954 444.125Q212.58641 443.875 212.22704 443.875Q211.86766 443.875 211.64891 444.125Q211.44579 444.375 211.44579 444.78125L211.44579 445.14062ZM214.22704 448.75Q214.22704 448.10938 214.63329 447.70312Q215.05516 447.29688 215.68016 447.29688Q216.32079 447.29688 216.72704 447.70312Q217.14891 448.10938 217.14891 448.79688L217.14891 449.14062Q217.14891 449.78125 216.74266 450.20312Q216.33641 450.60938 215.69579 450.60938Q215.07079 450.60938 214.64891 450.20312Q214.22704 449.78125 214.22704 449.10938L214.22704 448.75ZM214.91454 449.14062Q214.91454 449.51562 215.11766 449.76562Q215.33641 450.01562 215.69579 450.01562Q216.05516 450.01562 216.25829 449.78125Q216.47704 449.53125 216.47704 449.125L216.47704 448.75Q216.47704 448.375 216.25829 448.125Q216.03954 447.875 215.69579 447.875Q215.33641 447.875 215.11766 448.125Q214.91454 448.35938 214.91454 448.78125L214.91454 449.14062ZM212.44579 449.96875L211.93016 449.64062L215.39891 444.07812L215.91454 444.40625L212.44579 449.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M205.25829 446.9375L205.63329 443.39062L209.27391 443.39062L209.27391 444.21875L206.39891 444.21875L206.18016 446.15625Q206.69579 445.85938 207.36766 445.85938Q208.33641 445.85938 208.89891 446.5Q209.47704 447.14062 209.47704 448.23438Q209.47704 449.32812 208.88329 449.96875Q208.28954 450.59375 207.22704 450.59375Q206.28954 450.59375 205.68016 450.07812Q205.08641 449.54688 205.00829 448.625L205.86766 448.625Q205.94579 449.23438 206.28954 449.54688Q206.64891 449.85938 207.22704 449.85938Q207.85204 449.85938 208.21141 449.4375Q208.57079 449.0 208.57079 448.25Q208.57079 447.53125 208.18016 447.10938Q207.80516 446.67188 207.14891 446.67188Q206.57079 446.67188 206.22704 446.92188L205.99266 447.125L205.25829 446.9375ZM210.77391 444.75Q210.77391 444.125 211.18016 443.70312Q211.58641 443.28125 212.22704 443.28125Q212.88329 443.28125 213.27391 443.70312Q213.68016 444.125 213.68016 444.78125L213.68016 445.14062Q213.68016 445.78125 213.27391 446.1875Q212.86766 446.59375 212.24266 446.59375Q211.60204 446.59375 211.18016 446.1875Q210.77391 445.78125 210.77391 445.09375L210.77391 444.75ZM211.44579 445.14062Q211.44579 445.51562 211.64891 445.76562Q211.86766 446.0 212.24266 446.0Q212.58641 446.0 212.78954 445.76562Q213.00829 445.53125 213.00829 445.10938L213.00829 444.75Q213.00829 444.375 212.78954 444.125Q212.58641 443.875 212.22704 443.875Q211.86766 443.875 211.64891 444.125Q211.44579 444.375 211.44579 444.78125L211.44579 445.14062ZM214.22704 448.75Q214.22704 448.10938 214.63329 447.70312Q215.05516 447.29688 215.68016 447.29688Q216.32079 447.29688 216.72704 447.70312Q217.14891 448.10938 217.14891 448.79688L217.14891 449.14062Q217.14891 449.78125 216.74266 450.20312Q216.33641 450.60938 215.69579 450.60938Q215.07079 450.60938 214.64891 450.20312Q214.22704 449.78125 214.22704 449.10938L214.22704 448.75ZM214.91454 449.14062Q214.91454 449.51562 215.11766 449.76562Q215.33641 450.01562 215.69579 450.01562Q216.05516 450.01562 216.25829 449.78125Q216.47704 449.53125 216.47704 449.125L216.47704 448.75Q216.47704 448.375 216.25829 448.125Q216.03954 447.875 215.69579 447.875Q215.33641 447.875 215.11766 448.125Q214.91454 448.35938 214.91454 448.78125L214.91454 449.14062ZM212.44579 449.96875L211.93016 449.64062L215.39891 444.07812L215.91454 444.40625L212.44579 449.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.73866 505.5L200.41054 505.5Q201.05116 505.5 201.41054 505.17188Q201.78554 504.84375 201.78554 504.28125Q201.78554 503.03125 200.53554 503.03125Q199.95741 503.03125 199.59804 503.375Q199.25429 503.70312 199.25429 504.25L198.34804 504.25Q198.34804 503.40625 198.97304 502.85938Q199.59804 502.29688 200.53554 502.29688Q201.55116 502.29688 202.11366 502.82812Q202.69179 503.35938 202.69179 504.29688Q202.69179 504.76562 202.39491 505.20312Q202.09804 505.64062 201.56679 505.85938Q202.16054 506.03125 202.47304 506.46875Q202.80116 506.89062 202.80116 507.51562Q202.80116 508.46875 202.17616 509.03125Q201.55116 509.59375 200.55116 509.59375Q199.55116 509.59375 198.91054 509.0625Q198.28554 508.51562 198.28554 507.625L199.20741 507.625Q199.20741 508.1875 199.56679 508.53125Q199.92616 508.85938 200.55116 508.85938Q201.20741 508.85938 201.55116 508.51562Q201.89491 508.17188 201.89491 507.53125Q201.89491 506.92188 201.50429 506.59375Q201.12929 506.25 200.41054 506.25L199.73866 506.25L199.73866 505.5ZM204.34804 503.75Q204.34804 503.125 204.75429 502.70312Q205.16054 502.28125 205.80116 502.28125Q206.45741 502.28125 206.84804 502.70312Q207.25429 503.125 207.25429 503.78125L207.25429 504.14062Q207.25429 504.78125 206.84804 505.1875Q206.44179 505.59375 205.81679 505.59375Q205.17616 505.59375 204.75429 505.1875Q204.34804 504.78125 204.34804 504.09375L204.34804 503.75ZM205.01991 504.14062Q205.01991 504.51562 205.22304 504.76562Q205.44179 505.0 205.81679 505.0Q206.16054 505.0 206.36366 504.76562Q206.58241 504.53125 206.58241 504.10938L206.58241 503.75Q206.58241 503.375 206.36366 503.125Q206.16054 502.875 205.80116 502.875Q205.44179 502.875 205.22304 503.125Q205.01991 503.375 205.01991 503.78125L205.01991 504.14062ZM207.80116 507.75Q207.80116 507.10938 208.20741 506.70312Q208.62929 506.29688 209.25429 506.29688Q209.89491 506.29688 210.30116 506.70312Q210.72304 507.10938 210.72304 507.79688L210.72304 508.14062Q210.72304 508.78125 210.31679 509.20312Q209.91054 509.60938 209.26991 509.60938Q208.64491 509.60938 208.22304 509.20312Q207.80116 508.78125 207.80116 508.10938L207.80116 507.75ZM208.48866 508.14062Q208.48866 508.51562 208.69179 508.76562Q208.91054 509.01562 209.26991 509.01562Q209.62929 509.01562 209.83241 508.78125Q210.05116 508.53125 210.05116 508.125L210.05116 507.75Q210.05116 507.375 209.83241 507.125Q209.61366 506.875 209.26991 506.875Q208.91054 506.875 208.69179 507.125Q208.48866 507.35938 208.48866 507.78125L208.48866 508.14062ZM206.01991 508.96875L205.50429 508.64062L208.97304 503.07812L209.48866 503.40625L206.01991 508.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M199.73866 505.5L200.41054 505.5Q201.05116 505.5 201.41054 505.17188Q201.78554 504.84375 201.78554 504.28125Q201.78554 503.03125 200.53554 503.03125Q199.95741 503.03125 199.59804 503.375Q199.25429 503.70312 199.25429 504.25L198.34804 504.25Q198.34804 503.40625 198.97304 502.85938Q199.59804 502.29688 200.53554 502.29688Q201.55116 502.29688 202.11366 502.82812Q202.69179 503.35938 202.69179 504.29688Q202.69179 504.76562 202.39491 505.20312Q202.09804 505.64062 201.56679 505.85938Q202.16054 506.03125 202.47304 506.46875Q202.80116 506.89062 202.80116 507.51562Q202.80116 508.46875 202.17616 509.03125Q201.55116 509.59375 200.55116 509.59375Q199.55116 509.59375 198.91054 509.0625Q198.28554 508.51562 198.28554 507.625L199.20741 507.625Q199.20741 508.1875 199.56679 508.53125Q199.92616 508.85938 200.55116 508.85938Q201.20741 508.85938 201.55116 508.51562Q201.89491 508.17188 201.89491 507.53125Q201.89491 506.92188 201.50429 506.59375Q201.12929 506.25 200.41054 506.25L199.73866 506.25L199.73866 505.5ZM204.34804 503.75Q204.34804 503.125 204.75429 502.70312Q205.16054 502.28125 205.80116 502.28125Q206.45741 502.28125 206.84804 502.70312Q207.25429 503.125 207.25429 503.78125L207.25429 504.14062Q207.25429 504.78125 206.84804 505.1875Q206.44179 505.59375 205.81679 505.59375Q205.17616 505.59375 204.75429 505.1875Q204.34804 504.78125 204.34804 504.09375L204.34804 503.75ZM205.01991 504.14062Q205.01991 504.51562 205.22304 504.76562Q205.44179 505.0 205.81679 505.0Q206.16054 505.0 206.36366 504.76562Q206.58241 504.53125 206.58241 504.10938L206.58241 503.75Q206.58241 503.375 206.36366 503.125Q206.16054 502.875 205.80116 502.875Q205.44179 502.875 205.22304 503.125Q205.01991 503.375 205.01991 503.78125L205.01991 504.14062ZM207.80116 507.75Q207.80116 507.10938 208.20741 506.70312Q208.62929 506.29688 209.25429 506.29688Q209.89491 506.29688 210.30116 506.70312Q210.72304 507.10938 210.72304 507.79688L210.72304 508.14062Q210.72304 508.78125 210.31679 509.20312Q209.91054 509.60938 209.26991 509.60938Q208.64491 509.60938 208.22304 509.20312Q207.80116 508.78125 207.80116 508.10938L207.80116 507.75ZM208.48866 508.14062Q208.48866 508.51562 208.69179 508.76562Q208.91054 509.01562 209.26991 509.01562Q209.62929 509.01562 209.83241 508.78125Q210.05116 508.53125 210.05116 508.125L210.05116 507.75Q210.05116 507.375 209.83241 507.125Q209.61366 506.875 209.26991 506.875Q208.91054 506.875 208.69179 507.125Q208.48866 507.35938 208.48866 507.78125L208.48866 508.14062ZM206.01991 508.96875L205.50429 508.64062L208.97304 503.07812L209.48866 503.40625L206.01991 508.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.70065 568.5L237.7944 568.5L237.7944 562.4844L235.96628 563.1406L235.96628 562.3281L238.56003 561.3594L238.70065 561.3594L238.70065 568.5ZM244.70065 568.5L243.7944 568.5L243.7944 562.4844L241.96628 563.1406L241.96628 562.3281L244.56003 561.3594L244.70065 561.3594L244.70065 568.5ZM247.65378 562.75Q247.65378 562.125 248.06003 561.7031Q248.46628 561.28125 249.1069 561.28125Q249.76315 561.28125 250.15378 561.7031Q250.56003 562.125 250.56003 562.78125L250.56003 563.1406Q250.56003 563.78125 250.15378 564.1875Q249.74753 564.59375 249.12253 564.59375Q248.4819 564.59375 248.06003 564.1875Q247.65378 563.78125 247.65378 563.09375L247.65378 562.75ZM248.32565 563.1406Q248.32565 563.5156 248.52878 563.7656Q248.74753 564.0 249.12253 564.0Q249.46628 564.0 249.6694 563.7656Q249.88815 563.53125 249.88815 563.1094L249.88815 562.75Q249.88815 562.375 249.6694 562.125Q249.46628 561.875 249.1069 561.875Q248.74753 561.875 248.52878 562.125Q248.32565 562.375 248.32565 562.78125L248.32565 563.1406ZM251.1069 566.75Q251.1069 566.1094 251.51315 565.7031Q251.93503 565.2969 252.56003 565.2969Q253.20065 565.2969 253.6069 565.7031Q254.02878 566.1094 254.02878 566.7969L254.02878 567.1406Q254.02878 567.78125 253.62253 568.2031Q253.21628 568.6094 252.57565 568.6094Q251.95065 568.6094 251.52878 568.2031Q251.1069 567.78125 251.1069 567.1094L251.1069 566.75ZM251.7944 567.1406Q251.7944 567.5156 251.99753 567.7656Q252.21628 568.0156 252.57565 568.0156Q252.93503 568.0156 253.13815 567.78125Q253.3569 567.53125 253.3569 567.125L253.3569 566.75Q253.3569 566.375 253.13815 566.125Q252.9194 565.875 252.57565 565.875Q252.21628 565.875 251.99753 566.125Q251.7944 566.3594 251.7944 566.78125L251.7944 567.1406ZM249.32565 567.96875L248.81003 567.6406L252.27878 562.0781L252.7944 562.40625L249.32565 567.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M238.70065 568.5L237.7944 568.5L237.7944 562.4844L235.96628 563.1406L235.96628 562.3281L238.56003 561.3594L238.70065 561.3594L238.70065 568.5ZM244.70065 568.5L243.7944 568.5L243.7944 562.4844L241.96628 563.1406L241.96628 562.3281L244.56003 561.3594L244.70065 561.3594L244.70065 568.5ZM247.65378 562.75Q247.65378 562.125 248.06003 561.7031Q248.46628 561.28125 249.1069 561.28125Q249.76315 561.28125 250.15378 561.7031Q250.56003 562.125 250.56003 562.78125L250.56003 563.1406Q250.56003 563.78125 250.15378 564.1875Q249.74753 564.59375 249.12253 564.59375Q248.4819 564.59375 248.06003 564.1875Q247.65378 563.78125 247.65378 563.09375L247.65378 562.75ZM248.32565 563.1406Q248.32565 563.5156 248.52878 563.7656Q248.74753 564.0 249.12253 564.0Q249.46628 564.0 249.6694 563.7656Q249.88815 563.53125 249.88815 563.1094L249.88815 562.75Q249.88815 562.375 249.6694 562.125Q249.46628 561.875 249.1069 561.875Q248.74753 561.875 248.52878 562.125Q248.32565 562.375 248.32565 562.78125L248.32565 563.1406ZM251.1069 566.75Q251.1069 566.1094 251.51315 565.7031Q251.93503 565.2969 252.56003 565.2969Q253.20065 565.2969 253.6069 565.7031Q254.02878 566.1094 254.02878 566.7969L254.02878 567.1406Q254.02878 567.78125 253.62253 568.2031Q253.21628 568.6094 252.57565 568.6094Q251.95065 568.6094 251.52878 568.2031Q251.1069 567.78125 251.1069 567.1094L251.1069 566.75ZM251.7944 567.1406Q251.7944 567.5156 251.99753 567.7656Q252.21628 568.0156 252.57565 568.0156Q252.93503 568.0156 253.13815 567.78125Q253.3569 567.53125 253.3569 567.125L253.3569 566.75Q253.3569 566.375 253.13815 566.125Q252.9194 565.875 252.57565 565.875Q252.21628 565.875 251.99753 566.125Q251.7944 566.3594 251.7944 566.78125L251.7944 567.1406ZM249.32565 567.96875L248.81003 567.6406L252.27878 562.0781L252.7944 562.40625L249.32565 567.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M384.49905 105.109375L385.48343 105.109375L385.48343 105.84375L384.49905 105.84375L384.49905 107.5L383.5928 107.5L383.5928 105.84375L380.35843 105.84375L380.35843 105.3125L383.5303 100.390625L384.49905 100.390625L384.49905 105.109375ZM381.37405 105.109375L383.5928 105.109375L383.5928 101.625L383.48343 101.828125L381.37405 105.109375ZM391.13968 104.46875Q391.13968 106.046875 390.5928 106.828125Q390.06155 107.59375 388.9053 107.59375Q387.76468 107.59375 387.2178 106.84375Q386.67093 106.09375 386.6553 104.59375L386.6553 103.390625Q386.6553 101.8125 387.18655 101.0625Q387.73343 100.296875 388.88968 100.296875Q390.04593 100.296875 390.57718 101.03125Q391.12405 101.765625 391.13968 103.296875L391.13968 104.46875ZM390.23343 103.234375Q390.23343 102.078125 389.9053 101.5625Q389.5928 101.03125 388.88968 101.03125Q388.20218 101.03125 387.87405 101.5625Q387.56155 102.078125 387.56155 103.15625L387.56155 104.609375Q387.56155 105.765625 387.88968 106.3125Q388.23343 106.859375 388.9053 106.859375Q389.57718 106.859375 389.88968 106.34375Q390.2178 105.828125 390.23343 104.71875L390.23343 103.234375ZM392.60843 101.75Q392.60843 101.125 393.01468 100.703125Q393.42093 100.28125 394.06155 100.28125Q394.7178 100.28125 395.10843 100.703125Q395.51468 101.125 395.51468 101.78125L395.51468 102.140625Q395.51468 102.78125 395.10843 103.1875Q394.70218 103.59375 394.07718 103.59375Q393.43655 103.59375 393.01468 103.1875Q392.60843 102.78125 392.60843 102.09375L392.60843 101.75ZM393.2803 102.140625Q393.2803 102.515625 393.48343 102.765625Q393.70218 103.0 394.07718 103.0Q394.42093 103.0 394.62405 102.765625Q394.8428 102.53125 394.8428 102.109375L394.8428 101.75Q394.8428 101.375 394.62405 101.125Q394.42093 100.875 394.06155 100.875Q393.70218 100.875 393.48343 101.125Q393.2803 101.375 393.2803 101.78125L393.2803 102.140625ZM396.06155 105.75Q396.06155 105.109375 396.4678 104.703125Q396.88968 104.296875 397.51468 104.296875Q398.1553 104.296875 398.56155 104.703125Q398.98343 105.109375 398.98343 105.796875L398.98343 106.140625Q398.98343 106.78125 398.57718 107.203125Q398.17093 107.609375 397.5303 107.609375Q396.9053 107.609375 396.48343 107.203125Q396.06155 106.78125 396.06155 106.109375L396.06155 105.75ZM396.74905 106.140625Q396.74905 106.515625 396.95218 106.765625Q397.17093 107.015625 397.5303 107.015625Q397.88968 107.015625 398.0928 106.78125Q398.31155 106.53125 398.31155 106.125L398.31155 105.75Q398.31155 105.375 398.0928 105.125Q397.87405 104.875 397.5303 104.875Q397.17093 104.875 396.95218 105.125Q396.74905 105.359375 396.74905 105.78125L396.74905 106.140625ZM394.2803 106.96875L393.76468 106.640625L397.23343 101.078125L397.74905 101.40625L394.2803 106.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M384.49905 105.109375L385.48343 105.109375L385.48343 105.84375L384.49905 105.84375L384.49905 107.5L383.5928 107.5L383.5928 105.84375L380.35843 105.84375L380.35843 105.3125L383.5303 100.390625L384.49905 100.390625L384.49905 105.109375ZM381.37405 105.109375L383.5928 105.109375L383.5928 101.625L383.48343 101.828125L381.37405 105.109375ZM391.13968 104.46875Q391.13968 106.046875 390.5928 106.828125Q390.06155 107.59375 388.9053 107.59375Q387.76468 107.59375 387.2178 106.84375Q386.67093 106.09375 386.6553 104.59375L386.6553 103.390625Q386.6553 101.8125 387.18655 101.0625Q387.73343 100.296875 388.88968 100.296875Q390.04593 100.296875 390.57718 101.03125Q391.12405 101.765625 391.13968 103.296875L391.13968 104.46875ZM390.23343 103.234375Q390.23343 102.078125 389.9053 101.5625Q389.5928 101.03125 388.88968 101.03125Q388.20218 101.03125 387.87405 101.5625Q387.56155 102.078125 387.56155 103.15625L387.56155 104.609375Q387.56155 105.765625 387.88968 106.3125Q388.23343 106.859375 388.9053 106.859375Q389.57718 106.859375 389.88968 106.34375Q390.2178 105.828125 390.23343 104.71875L390.23343 103.234375ZM392.60843 101.75Q392.60843 101.125 393.01468 100.703125Q393.42093 100.28125 394.06155 100.28125Q394.7178 100.28125 395.10843 100.703125Q395.51468 101.125 395.51468 101.78125L395.51468 102.140625Q395.51468 102.78125 395.10843 103.1875Q394.70218 103.59375 394.07718 103.59375Q393.43655 103.59375 393.01468 103.1875Q392.60843 102.78125 392.60843 102.09375L392.60843 101.75ZM393.2803 102.140625Q393.2803 102.515625 393.48343 102.765625Q393.70218 103.0 394.07718 103.0Q394.42093 103.0 394.62405 102.765625Q394.8428 102.53125 394.8428 102.109375L394.8428 101.75Q394.8428 101.375 394.62405 101.125Q394.42093 100.875 394.06155 100.875Q393.70218 100.875 393.48343 101.125Q393.2803 101.375 393.2803 101.78125L393.2803 102.140625ZM396.06155 105.75Q396.06155 105.109375 396.4678 104.703125Q396.88968 104.296875 397.51468 104.296875Q398.1553 104.296875 398.56155 104.703125Q398.98343 105.109375 398.98343 105.796875L398.98343 106.140625Q398.98343 106.78125 398.57718 107.203125Q398.17093 107.609375 397.5303 107.609375Q396.9053 107.609375 396.48343 107.203125Q396.06155 106.78125 396.06155 106.109375L396.06155 105.75ZM396.74905 106.140625Q396.74905 106.515625 396.95218 106.765625Q397.17093 107.015625 397.5303 107.015625Q397.88968 107.015625 398.0928 106.78125Q398.31155 106.53125 398.31155 106.125L398.31155 105.75Q398.31155 105.375 398.0928 105.125Q397.87405 104.875 397.5303 104.875Q397.17093 104.875 396.95218 105.125Q396.74905 105.359375 396.74905 105.78125L396.74905 106.140625ZM394.2803 106.96875L393.76468 106.640625L397.23343 101.078125L397.74905 101.40625L394.2803 106.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M383.45987 164.10938L384.44424 164.10938L384.44424 164.84375L383.45987 164.84375L383.45987 166.5L382.55362 166.5L382.55362 164.84375L379.31924 164.84375L379.31924 164.3125L382.49112 159.39062L383.45987 159.39062L383.45987 164.10938ZM380.33487 164.10938L382.55362 164.10938L382.55362 160.625L382.44424 160.82812L380.33487 164.10938ZM390.1005 163.46875Q390.1005 165.04688 389.55362 165.82812Q389.02237 166.59375 387.86612 166.59375Q386.7255 166.59375 386.17862 165.84375Q385.63174 165.09375 385.61612 163.59375L385.61612 162.39062Q385.61612 160.8125 386.14737 160.0625Q386.69424 159.29688 387.8505 159.29688Q389.00674 159.29688 389.538 160.03125Q390.08487 160.76562 390.1005 162.29688L390.1005 163.46875ZM389.19424 162.23438Q389.19424 161.07812 388.86612 160.5625Q388.55362 160.03125 387.8505 160.03125Q387.163 160.03125 386.83487 160.5625Q386.52237 161.07812 386.52237 162.15625L386.52237 163.60938Q386.52237 164.76562 386.8505 165.3125Q387.19424 165.85938 387.86612 165.85938Q388.538 165.85938 388.8505 165.34375Q389.17862 164.82812 389.19424 163.71875L389.19424 162.23438ZM391.56924 160.75Q391.56924 160.125 391.9755 159.70312Q392.38174 159.28125 393.02237 159.28125Q393.67862 159.28125 394.06924 159.70312Q394.4755 160.125 394.4755 160.78125L394.4755 161.14062Q394.4755 161.78125 394.06924 162.1875Q393.663 162.59375 393.038 162.59375Q392.39737 162.59375 391.9755 162.1875Q391.56924 161.78125 391.56924 161.09375L391.56924 160.75ZM392.24112 161.14062Q392.24112 161.51562 392.44424 161.76562Q392.663 162.0 393.038 162.0Q393.38174 162.0 393.58487 161.76562Q393.80362 161.53125 393.80362 161.10938L393.80362 160.75Q393.80362 160.375 393.58487 160.125Q393.38174 159.875 393.02237 159.875Q392.663 159.875 392.44424 160.125Q392.24112 160.375 392.24112 160.78125L392.24112 161.14062ZM395.02237 164.75Q395.02237 164.10938 395.42862 163.70312Q395.8505 163.29688 396.4755 163.29688Q397.11612 163.29688 397.52237 163.70312Q397.94424 164.10938 397.94424 164.79688L397.94424 165.14062Q397.94424 165.78125 397.538 166.20312Q397.13174 166.60938 396.49112 166.60938Q395.86612 166.60938 395.44424 166.20312Q395.02237 165.78125 395.02237 165.10938L395.02237 164.75ZM395.70987 165.14062Q395.70987 165.51562 395.913 165.76562Q396.13174 166.01562 396.49112 166.01562Q396.8505 166.01562 397.05362 165.78125Q397.27237 165.53125 397.27237 165.125L397.27237 164.75Q397.27237 164.375 397.05362 164.125Q396.83487 163.875 396.49112 163.875Q396.13174 163.875 395.913 164.125Q395.70987 164.35938 395.70987 164.78125L395.70987 165.14062ZM393.24112 165.96875L392.7255 165.64062L396.19424 160.07812L396.70987 160.40625L393.24112 165.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M383.45987 164.10938L384.44424 164.10938L384.44424 164.84375L383.45987 164.84375L383.45987 166.5L382.55362 166.5L382.55362 164.84375L379.31924 164.84375L379.31924 164.3125L382.49112 159.39062L383.45987 159.39062L383.45987 164.10938ZM380.33487 164.10938L382.55362 164.10938L382.55362 160.625L382.44424 160.82812L380.33487 164.10938ZM390.1005 163.46875Q390.1005 165.04688 389.55362 165.82812Q389.02237 166.59375 387.86612 166.59375Q386.7255 166.59375 386.17862 165.84375Q385.63174 165.09375 385.61612 163.59375L385.61612 162.39062Q385.61612 160.8125 386.14737 160.0625Q386.69424 159.29688 387.8505 159.29688Q389.00674 159.29688 389.538 160.03125Q390.08487 160.76562 390.1005 162.29688L390.1005 163.46875ZM389.19424 162.23438Q389.19424 161.07812 388.86612 160.5625Q388.55362 160.03125 387.8505 160.03125Q387.163 160.03125 386.83487 160.5625Q386.52237 161.07812 386.52237 162.15625L386.52237 163.60938Q386.52237 164.76562 386.8505 165.3125Q387.19424 165.85938 387.86612 165.85938Q388.538 165.85938 388.8505 165.34375Q389.17862 164.82812 389.19424 163.71875L389.19424 162.23438ZM391.56924 160.75Q391.56924 160.125 391.9755 159.70312Q392.38174 159.28125 393.02237 159.28125Q393.67862 159.28125 394.06924 159.70312Q394.4755 160.125 394.4755 160.78125L394.4755 161.14062Q394.4755 161.78125 394.06924 162.1875Q393.663 162.59375 393.038 162.59375Q392.39737 162.59375 391.9755 162.1875Q391.56924 161.78125 391.56924 161.09375L391.56924 160.75ZM392.24112 161.14062Q392.24112 161.51562 392.44424 161.76562Q392.663 162.0 393.038 162.0Q393.38174 162.0 393.58487 161.76562Q393.80362 161.53125 393.80362 161.10938L393.80362 160.75Q393.80362 160.375 393.58487 160.125Q393.38174 159.875 393.02237 159.875Q392.663 159.875 392.44424 160.125Q392.24112 160.375 392.24112 160.78125L392.24112 161.14062ZM395.02237 164.75Q395.02237 164.10938 395.42862 163.70312Q395.8505 163.29688 396.4755 163.29688Q397.11612 163.29688 397.52237 163.70312Q397.94424 164.10938 397.94424 164.79688L397.94424 165.14062Q397.94424 165.78125 397.538 166.20312Q397.13174 166.60938 396.49112 166.60938Q395.86612 166.60938 395.44424 166.20312Q395.02237 165.78125 395.02237 165.10938L395.02237 164.75ZM395.70987 165.14062Q395.70987 165.51562 395.913 165.76562Q396.13174 166.01562 396.49112 166.01562Q396.8505 166.01562 397.05362 165.78125Q397.27237 165.53125 397.27237 165.125L397.27237 164.75Q397.27237 164.375 397.05362 164.125Q396.83487 163.875 396.49112 163.875Q396.13174 163.875 395.913 164.125Q395.70987 164.35938 395.70987 164.78125L395.70987 165.14062ZM393.24112 165.96875L392.7255 165.64062L396.19424 160.07812L396.70987 160.40625L393.24112 165.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.90805 225.5L300.2518 225.5L300.2518 224.84375L302.70493 222.10938Q303.2518 221.5 303.45493 221.10938Q303.67368 220.71875 303.67368 220.29688Q303.67368 219.75 303.32993 219.39062Q303.0018 219.03125 302.4393 219.03125Q301.76743 219.03125 301.39243 219.42188Q301.01743 219.79688 301.01743 220.48438L300.11118 220.48438Q300.11118 219.5 300.73618 218.90625Q301.3768 218.29688 302.4393 218.29688Q303.42368 218.29688 304.0018 218.8125Q304.57993 219.32812 304.57993 220.20312Q304.57993 221.25 303.23618 222.70312L301.34555 224.76562L304.90805 224.76562L304.90805 225.5ZM310.0643 223.10938L311.04868 223.10938L311.04868 223.84375L310.0643 223.84375L310.0643 225.5L309.15805 225.5L309.15805 223.84375L305.92368 223.84375L305.92368 223.3125L309.09555 218.39062L310.0643 218.39062L310.0643 223.10938ZM306.9393 223.10938L309.15805 223.10938L309.15805 219.625L309.04868 219.82812L306.9393 223.10938ZM312.17368 219.75Q312.17368 219.125 312.57993 218.70312Q312.98618 218.28125 313.6268 218.28125Q314.28305 218.28125 314.67368 218.70312Q315.07993 219.125 315.07993 219.78125L315.07993 220.14062Q315.07993 220.78125 314.67368 221.1875Q314.26743 221.59375 313.64243 221.59375Q313.0018 221.59375 312.57993 221.1875Q312.17368 220.78125 312.17368 220.09375L312.17368 219.75ZM312.84555 220.14062Q312.84555 220.51562 313.04868 220.76562Q313.26743 221.0 313.64243 221.0Q313.98618 221.0 314.1893 220.76562Q314.40805 220.53125 314.40805 220.10938L314.40805 219.75Q314.40805 219.375 314.1893 219.125Q313.98618 218.875 313.6268 218.875Q313.26743 218.875 313.04868 219.125Q312.84555 219.375 312.84555 219.78125L312.84555 220.14062ZM315.6268 223.75Q315.6268 223.10938 316.03305 222.70312Q316.45493 222.29688 317.07993 222.29688Q317.72055 222.29688 318.1268 222.70312Q318.54868 223.10938 318.54868 223.79688L318.54868 224.14062Q318.54868 224.78125 318.14243 225.20312Q317.73618 225.60938 317.09555 225.60938Q316.47055 225.60938 316.04868 225.20312Q315.6268 224.78125 315.6268 224.10938L315.6268 223.75ZM316.3143 224.14062Q316.3143 224.51562 316.51743 224.76562Q316.73618 225.01562 317.09555 225.01562Q317.45493 225.01562 317.65805 224.78125Q317.8768 224.53125 317.8768 224.125L317.8768 223.75Q317.8768 223.375 317.65805 223.125Q317.4393 222.875 317.09555 222.875Q316.73618 222.875 316.51743 223.125Q316.3143 223.35938 316.3143 223.78125L316.3143 224.14062ZM313.84555 224.96875L313.32993 224.64062L316.79868 219.07812L317.3143 219.40625L313.84555 224.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M304.90805 225.5L300.2518 225.5L300.2518 224.84375L302.70493 222.10938Q303.2518 221.5 303.45493 221.10938Q303.67368 220.71875 303.67368 220.29688Q303.67368 219.75 303.32993 219.39062Q303.0018 219.03125 302.4393 219.03125Q301.76743 219.03125 301.39243 219.42188Q301.01743 219.79688 301.01743 220.48438L300.11118 220.48438Q300.11118 219.5 300.73618 218.90625Q301.3768 218.29688 302.4393 218.29688Q303.42368 218.29688 304.0018 218.8125Q304.57993 219.32812 304.57993 220.20312Q304.57993 221.25 303.23618 222.70312L301.34555 224.76562L304.90805 224.76562L304.90805 225.5ZM310.0643 223.10938L311.04868 223.10938L311.04868 223.84375L310.0643 223.84375L310.0643 225.5L309.15805 225.5L309.15805 223.84375L305.92368 223.84375L305.92368 223.3125L309.09555 218.39062L310.0643 218.39062L310.0643 223.10938ZM306.9393 223.10938L309.15805 223.10938L309.15805 219.625L309.04868 219.82812L306.9393 223.10938ZM312.17368 219.75Q312.17368 219.125 312.57993 218.70312Q312.98618 218.28125 313.6268 218.28125Q314.28305 218.28125 314.67368 218.70312Q315.07993 219.125 315.07993 219.78125L315.07993 220.14062Q315.07993 220.78125 314.67368 221.1875Q314.26743 221.59375 313.64243 221.59375Q313.0018 221.59375 312.57993 221.1875Q312.17368 220.78125 312.17368 220.09375L312.17368 219.75ZM312.84555 220.14062Q312.84555 220.51562 313.04868 220.76562Q313.26743 221.0 313.64243 221.0Q313.98618 221.0 314.1893 220.76562Q314.40805 220.53125 314.40805 220.10938L314.40805 219.75Q314.40805 219.375 314.1893 219.125Q313.98618 218.875 313.6268 218.875Q313.26743 218.875 313.04868 219.125Q312.84555 219.375 312.84555 219.78125L312.84555 220.14062ZM315.6268 223.75Q315.6268 223.10938 316.03305 222.70312Q316.45493 222.29688 317.07993 222.29688Q317.72055 222.29688 318.1268 222.70312Q318.54868 223.10938 318.54868 223.79688L318.54868 224.14062Q318.54868 224.78125 318.14243 225.20312Q317.73618 225.60938 317.09555 225.60938Q316.47055 225.60938 316.04868 225.20312Q315.6268 224.78125 315.6268 224.10938L315.6268 223.75ZM316.3143 224.14062Q316.3143 224.51562 316.51743 224.76562Q316.73618 225.01562 317.09555 225.01562Q317.45493 225.01562 317.65805 224.78125Q317.8768 224.53125 317.8768 224.125L317.8768 223.75Q317.8768 223.375 317.65805 223.125Q317.4393 222.875 317.09555 222.875Q316.73618 222.875 316.51743 223.125Q316.3143 223.35938 316.3143 223.78125L316.3143 224.14062ZM313.84555 224.96875L313.32993 224.64062L316.79868 219.07812L317.3143 219.40625L313.84555 224.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M235.15237 284.5L234.24612 284.5L234.24612 278.48438L232.418 279.14062L232.418 278.32812L235.01175 277.35938L235.15237 277.35938L235.15237 284.5ZM242.63675 281.46875Q242.63675 283.04688 242.08987 283.82812Q241.55862 284.59375 240.40237 284.59375Q239.26175 284.59375 238.71487 283.84375Q238.168 283.09375 238.15237 281.59375L238.15237 280.39062Q238.15237 278.8125 238.68362 278.0625Q239.2305 277.29688 240.38675 277.29688Q241.543 277.29688 242.07425 278.03125Q242.62112 278.76562 242.63675 280.29688L242.63675 281.46875ZM241.7305 280.23438Q241.7305 279.07812 241.40237 278.5625Q241.08987 278.03125 240.38675 278.03125Q239.69925 278.03125 239.37112 278.5625Q239.05862 279.07812 239.05862 280.15625L239.05862 281.60938Q239.05862 282.76562 239.38675 283.3125Q239.7305 283.85938 240.40237 283.85938Q241.07425 283.85938 241.38675 283.34375Q241.71487 282.82812 241.7305 281.71875L241.7305 280.23438ZM244.1055 278.75Q244.1055 278.125 244.51175 277.70312Q244.918 277.28125 245.55862 277.28125Q246.21487 277.28125 246.6055 277.70312Q247.01175 278.125 247.01175 278.78125L247.01175 279.14062Q247.01175 279.78125 246.6055 280.1875Q246.19925 280.59375 245.57425 280.59375Q244.93362 280.59375 244.51175 280.1875Q244.1055 279.78125 244.1055 279.09375L244.1055 278.75ZM244.77737 279.14062Q244.77737 279.51562 244.9805 279.76562Q245.19925 280.0 245.57425 280.0Q245.918 280.0 246.12112 279.76562Q246.33987 279.53125 246.33987 279.10938L246.33987 278.75Q246.33987 278.375 246.12112 278.125Q245.918 277.875 245.55862 277.875Q245.19925 277.875 244.9805 278.125Q244.77737 278.375 244.77737 278.78125L244.77737 279.14062ZM247.55862 282.75Q247.55862 282.10938 247.96487 281.70312Q248.38675 281.29688 249.01175 281.29688Q249.65237 281.29688 250.05862 281.70312Q250.4805 282.10938 250.4805 282.79688L250.4805 283.14062Q250.4805 283.78125 250.07425 284.20312Q249.668 284.60938 249.02737 284.60938Q248.40237 284.60938 247.9805 284.20312Q247.55862 283.78125 247.55862 283.10938L247.55862 282.75ZM248.24612 283.14062Q248.24612 283.51562 248.44925 283.76562Q248.668 284.01562 249.02737 284.01562Q249.38675 284.01562 249.58987 283.78125Q249.80862 283.53125 249.80862 283.125L249.80862 282.75Q249.80862 282.375 249.58987 282.125Q249.37112 281.875 249.02737 281.875Q248.668 281.875 248.44925 282.125Q248.24612 282.35938 248.24612 282.78125L248.24612 283.14062ZM245.77737 283.96875L245.26175 283.64062L248.7305 278.07812L249.24612 278.40625L245.77737 283.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M235.15237 284.5L234.24612 284.5L234.24612 278.48438L232.418 279.14062L232.418 278.32812L235.01175 277.35938L235.15237 277.35938L235.15237 284.5ZM242.63675 281.46875Q242.63675 283.04688 242.08987 283.82812Q241.55862 284.59375 240.40237 284.59375Q239.26175 284.59375 238.71487 283.84375Q238.168 283.09375 238.15237 281.59375L238.15237 280.39062Q238.15237 278.8125 238.68362 278.0625Q239.2305 277.29688 240.38675 277.29688Q241.543 277.29688 242.07425 278.03125Q242.62112 278.76562 242.63675 280.29688L242.63675 281.46875ZM241.7305 280.23438Q241.7305 279.07812 241.40237 278.5625Q241.08987 278.03125 240.38675 278.03125Q239.69925 278.03125 239.37112 278.5625Q239.05862 279.07812 239.05862 280.15625L239.05862 281.60938Q239.05862 282.76562 239.38675 283.3125Q239.7305 283.85938 240.40237 283.85938Q241.07425 283.85938 241.38675 283.34375Q241.71487 282.82812 241.7305 281.71875L241.7305 280.23438ZM244.1055 278.75Q244.1055 278.125 244.51175 277.70312Q244.918 277.28125 245.55862 277.28125Q246.21487 277.28125 246.6055 277.70312Q247.01175 278.125 247.01175 278.78125L247.01175 279.14062Q247.01175 279.78125 246.6055 280.1875Q246.19925 280.59375 245.57425 280.59375Q244.93362 280.59375 244.51175 280.1875Q244.1055 279.78125 244.1055 279.09375L244.1055 278.75ZM244.77737 279.14062Q244.77737 279.51562 244.9805 279.76562Q245.19925 280.0 245.57425 280.0Q245.918 280.0 246.12112 279.76562Q246.33987 279.53125 246.33987 279.10938L246.33987 278.75Q246.33987 278.375 246.12112 278.125Q245.918 277.875 245.55862 277.875Q245.19925 277.875 244.9805 278.125Q244.77737 278.375 244.77737 278.78125L244.77737 279.14062ZM247.55862 282.75Q247.55862 282.10938 247.96487 281.70312Q248.38675 281.29688 249.01175 281.29688Q249.65237 281.29688 250.05862 281.70312Q250.4805 282.10938 250.4805 282.79688L250.4805 283.14062Q250.4805 283.78125 250.07425 284.20312Q249.668 284.60938 249.02737 284.60938Q248.40237 284.60938 247.9805 284.20312Q247.55862 283.78125 247.55862 283.10938L247.55862 282.75ZM248.24612 283.14062Q248.24612 283.51562 248.44925 283.76562Q248.668 284.01562 249.02737 284.01562Q249.38675 284.01562 249.58987 283.78125Q249.80862 283.53125 249.80862 283.125L249.80862 282.75Q249.80862 282.375 249.58987 282.125Q249.37112 281.875 249.02737 281.875Q248.668 281.875 248.44925 282.125Q248.24612 282.35938 248.24612 282.78125L248.24612 283.14062ZM245.77737 283.96875L245.26175 283.64062L248.7305 278.07812L249.24612 278.40625L245.77737 283.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.75218 336.39062L217.75218 337.15625L217.5803 337.15625Q216.53343 337.17188 215.90843 337.78125Q215.28343 338.375 215.17406 339.48438Q215.73656 338.84375 216.7053 338.84375Q217.6428 338.84375 218.18968 339.5Q218.75218 340.14062 218.75218 341.1875Q218.75218 342.28125 218.1428 342.9375Q217.54906 343.59375 216.54906 343.59375Q215.53343 343.59375 214.8928 342.8125Q214.25218 342.03125 214.25218 340.79688L214.25218 340.45312Q214.25218 338.48438 215.0803 337.45312Q215.92406 336.40625 217.5803 336.39062L217.75218 336.39062ZM216.56468 339.59375Q216.09593 339.59375 215.7053 339.875Q215.31468 340.14062 215.15843 340.5625L215.15843 340.89062Q215.15843 341.78125 215.54906 342.3125Q215.9553 342.84375 216.54906 342.84375Q217.15843 342.84375 217.50218 342.40625Q217.86156 341.95312 217.86156 341.21875Q217.86156 340.48438 217.50218 340.04688Q217.1428 339.59375 216.56468 339.59375ZM220.12718 337.75Q220.12718 337.125 220.53343 336.70312Q220.93968 336.28125 221.5803 336.28125Q222.23656 336.28125 222.62718 336.70312Q223.03343 337.125 223.03343 337.78125L223.03343 338.14062Q223.03343 338.78125 222.62718 339.1875Q222.22093 339.59375 221.59593 339.59375Q220.9553 339.59375 220.53343 339.1875Q220.12718 338.78125 220.12718 338.09375L220.12718 337.75ZM220.79906 338.14062Q220.79906 338.51562 221.00218 338.76562Q221.22093 339.0 221.59593 339.0Q221.93968 339.0 222.1428 338.76562Q222.36156 338.53125 222.36156 338.10938L222.36156 337.75Q222.36156 337.375 222.1428 337.125Q221.93968 336.875 221.5803 336.875Q221.22093 336.875 221.00218 337.125Q220.79906 337.375 220.79906 337.78125L220.79906 338.14062ZM223.5803 341.75Q223.5803 341.10938 223.98656 340.70312Q224.40843 340.29688 225.03343 340.29688Q225.67406 340.29688 226.0803 340.70312Q226.50218 341.10938 226.50218 341.79688L226.50218 342.14062Q226.50218 342.78125 226.09593 343.20312Q225.68968 343.60938 225.04906 343.60938Q224.42406 343.60938 224.00218 343.20312Q223.5803 342.78125 223.5803 342.10938L223.5803 341.75ZM224.2678 342.14062Q224.2678 342.51562 224.47093 342.76562Q224.68968 343.01562 225.04906 343.01562Q225.40843 343.01562 225.61156 342.78125Q225.8303 342.53125 225.8303 342.125L225.8303 341.75Q225.8303 341.375 225.61156 341.125Q225.3928 340.875 225.04906 340.875Q224.68968 340.875 224.47093 341.125Q224.2678 341.35938 224.2678 341.78125L224.2678 342.14062ZM221.79906 342.96875L221.28343 342.64062L224.75218 337.07812L225.2678 337.40625L221.79906 342.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M217.75218 336.39062L217.75218 337.15625L217.5803 337.15625Q216.53343 337.17188 215.90843 337.78125Q215.28343 338.375 215.17406 339.48438Q215.73656 338.84375 216.7053 338.84375Q217.6428 338.84375 218.18968 339.5Q218.75218 340.14062 218.75218 341.1875Q218.75218 342.28125 218.1428 342.9375Q217.54906 343.59375 216.54906 343.59375Q215.53343 343.59375 214.8928 342.8125Q214.25218 342.03125 214.25218 340.79688L214.25218 340.45312Q214.25218 338.48438 215.0803 337.45312Q215.92406 336.40625 217.5803 336.39062L217.75218 336.39062ZM216.56468 339.59375Q216.09593 339.59375 215.7053 339.875Q215.31468 340.14062 215.15843 340.5625L215.15843 340.89062Q215.15843 341.78125 215.54906 342.3125Q215.9553 342.84375 216.54906 342.84375Q217.15843 342.84375 217.50218 342.40625Q217.86156 341.95312 217.86156 341.21875Q217.86156 340.48438 217.50218 340.04688Q217.1428 339.59375 216.56468 339.59375ZM220.12718 337.75Q220.12718 337.125 220.53343 336.70312Q220.93968 336.28125 221.5803 336.28125Q222.23656 336.28125 222.62718 336.70312Q223.03343 337.125 223.03343 337.78125L223.03343 338.14062Q223.03343 338.78125 222.62718 339.1875Q222.22093 339.59375 221.59593 339.59375Q220.9553 339.59375 220.53343 339.1875Q220.12718 338.78125 220.12718 338.09375L220.12718 337.75ZM220.79906 338.14062Q220.79906 338.51562 221.00218 338.76562Q221.22093 339.0 221.59593 339.0Q221.93968 339.0 222.1428 338.76562Q222.36156 338.53125 222.36156 338.10938L222.36156 337.75Q222.36156 337.375 222.1428 337.125Q221.93968 336.875 221.5803 336.875Q221.22093 336.875 221.00218 337.125Q220.79906 337.375 220.79906 337.78125L220.79906 338.14062ZM223.5803 341.75Q223.5803 341.10938 223.98656 340.70312Q224.40843 340.29688 225.03343 340.29688Q225.67406 340.29688 226.0803 340.70312Q226.50218 341.10938 226.50218 341.79688L226.50218 342.14062Q226.50218 342.78125 226.09593 343.20312Q225.68968 343.60938 225.04906 343.60938Q224.42406 343.60938 224.00218 343.20312Q223.5803 342.78125 223.5803 342.10938L223.5803 341.75ZM224.2678 342.14062Q224.2678 342.51562 224.47093 342.76562Q224.68968 343.01562 225.04906 343.01562Q225.40843 343.01562 225.61156 342.78125Q225.8303 342.53125 225.8303 342.125L225.8303 341.75Q225.8303 341.375 225.61156 341.125Q225.3928 340.875 225.04906 340.875Q224.68968 340.875 224.47093 341.125Q224.2678 341.35938 224.2678 341.78125L224.2678 342.14062ZM221.79906 342.96875L221.28343 342.64062L224.75218 337.07812L225.2678 337.40625L221.79906 342.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M198.28522 401.5L193.62897 401.5L193.62897 400.84375L196.08209 398.10938Q196.62897 397.5 196.83209 397.10938Q197.05084 396.71875 197.05084 396.29688Q197.05084 395.75 196.70709 395.39062Q196.37897 395.03125 195.81647 395.03125Q195.14459 395.03125 194.76959 395.42188Q194.39459 395.79688 194.39459 396.48438L193.48834 396.48438Q193.48834 395.5 194.11334 394.90625Q194.75397 394.29688 195.81647 394.29688Q196.80084 394.29688 197.37897 394.8125Q197.95709 395.32812 197.95709 396.20312Q197.95709 397.25 196.61334 398.70312L194.72272 400.76562L198.28522 400.76562L198.28522 401.5ZM199.55084 395.75Q199.55084 395.125 199.95709 394.70312Q200.36334 394.28125 201.00397 394.28125Q201.66022 394.28125 202.05084 394.70312Q202.45709 395.125 202.45709 395.78125L202.45709 396.14062Q202.45709 396.78125 202.05084 397.1875Q201.64459 397.59375 201.01959 397.59375Q200.37897 397.59375 199.95709 397.1875Q199.55084 396.78125 199.55084 396.09375L199.55084 395.75ZM200.22272 396.14062Q200.22272 396.51562 200.42584 396.76562Q200.64459 397.0 201.01959 397.0Q201.36334 397.0 201.56647 396.76562Q201.78522 396.53125 201.78522 396.10938L201.78522 395.75Q201.78522 395.375 201.56647 395.125Q201.36334 394.875 201.00397 394.875Q200.64459 394.875 200.42584 395.125Q200.22272 395.375 200.22272 395.78125L200.22272 396.14062ZM203.00397 399.75Q203.00397 399.10938 203.41022 398.70312Q203.83209 398.29688 204.45709 398.29688Q205.09772 398.29688 205.50397 398.70312Q205.92584 399.10938 205.92584 399.79688L205.92584 400.14062Q205.92584 400.78125 205.51959 401.20312Q205.11334 401.60938 204.47272 401.60938Q203.84772 401.60938 203.42584 401.20312Q203.00397 400.78125 203.00397 400.10938L203.00397 399.75ZM203.69147 400.14062Q203.69147 400.51562 203.89459 400.76562Q204.11334 401.01562 204.47272 401.01562Q204.83209 401.01562 205.03522 400.78125Q205.25397 400.53125 205.25397 400.125L205.25397 399.75Q205.25397 399.375 205.03522 399.125Q204.81647 398.875 204.47272 398.875Q204.11334 398.875 203.89459 399.125Q203.69147 399.35938 203.69147 399.78125L203.69147 400.14062ZM201.22272 400.96875L200.70709 400.64062L204.17584 395.07812L204.69147 395.40625L201.22272 400.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M198.28522 401.5L193.62897 401.5L193.62897 400.84375L196.08209 398.10938Q196.62897 397.5 196.83209 397.10938Q197.05084 396.71875 197.05084 396.29688Q197.05084 395.75 196.70709 395.39062Q196.37897 395.03125 195.81647 395.03125Q195.14459 395.03125 194.76959 395.42188Q194.39459 395.79688 194.39459 396.48438L193.48834 396.48438Q193.48834 395.5 194.11334 394.90625Q194.75397 394.29688 195.81647 394.29688Q196.80084 394.29688 197.37897 394.8125Q197.95709 395.32812 197.95709 396.20312Q197.95709 397.25 196.61334 398.70312L194.72272 400.76562L198.28522 400.76562L198.28522 401.5ZM199.55084 395.75Q199.55084 395.125 199.95709 394.70312Q200.36334 394.28125 201.00397 394.28125Q201.66022 394.28125 202.05084 394.70312Q202.45709 395.125 202.45709 395.78125L202.45709 396.14062Q202.45709 396.78125 202.05084 397.1875Q201.64459 397.59375 201.01959 397.59375Q200.37897 397.59375 199.95709 397.1875Q199.55084 396.78125 199.55084 396.09375L199.55084 395.75ZM200.22272 396.14062Q200.22272 396.51562 200.42584 396.76562Q200.64459 397.0 201.01959 397.0Q201.36334 397.0 201.56647 396.76562Q201.78522 396.53125 201.78522 396.10938L201.78522 395.75Q201.78522 395.375 201.56647 395.125Q201.36334 394.875 201.00397 394.875Q200.64459 394.875 200.42584 395.125Q200.22272 395.375 200.22272 395.78125L200.22272 396.14062ZM203.00397 399.75Q203.00397 399.10938 203.41022 398.70312Q203.83209 398.29688 204.45709 398.29688Q205.09772 398.29688 205.50397 398.70312Q205.92584 399.10938 205.92584 399.79688L205.92584 400.14062Q205.92584 400.78125 205.51959 401.20312Q205.11334 401.60938 204.47272 401.60938Q203.84772 401.60938 203.42584 401.20312Q203.00397 400.78125 203.00397 400.10938L203.00397 399.75ZM203.69147 400.14062Q203.69147 400.51562 203.89459 400.76562Q204.11334 401.01562 204.47272 401.01562Q204.83209 401.01562 205.03522 400.78125Q205.25397 400.53125 205.25397 400.125L205.25397 399.75Q205.25397 399.375 205.03522 399.125Q204.81647 398.875 204.47272 398.875Q204.11334 398.875 203.89459 399.125Q203.69147 399.35938 203.69147 399.78125L203.69147 400.14062ZM201.22272 400.96875L200.70709 400.64062L204.17584 395.07812L204.69147 395.40625L201.22272 400.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.72963 458.10938L208.714 458.10938L208.714 458.84375L207.72963 458.84375L207.72963 460.5L206.82338 460.5L206.82338 458.84375L203.589 458.84375L203.589 458.3125L206.76088 453.39062L207.72963 453.39062L207.72963 458.10938ZM204.60463 458.10938L206.82338 458.10938L206.82338 454.625L206.714 454.82812L204.60463 458.10938ZM209.839 454.75Q209.839 454.125 210.24525 453.70312Q210.6515 453.28125 211.29213 453.28125Q211.94838 453.28125 212.339 453.70312Q212.74525 454.125 212.74525 454.78125L212.74525 455.14062Q212.74525 455.78125 212.339 456.1875Q211.93275 456.59375 211.30775 456.59375Q210.66713 456.59375 210.24525 456.1875Q209.839 455.78125 209.839 455.09375L209.839 454.75ZM210.51088 455.14062Q210.51088 455.51562 210.714 455.76562Q210.93275 456.0 211.30775 456.0Q211.6515 456.0 211.85463 455.76562Q212.07338 455.53125 212.07338 455.10938L212.07338 454.75Q212.07338 454.375 211.85463 454.125Q211.6515 453.875 211.29213 453.875Q210.93275 453.875 210.714 454.125Q210.51088 454.375 210.51088 454.78125L210.51088 455.14062ZM213.29213 458.75Q213.29213 458.10938 213.69838 457.70312Q214.12025 457.29688 214.74525 457.29688Q215.38588 457.29688 215.79213 457.70312Q216.214 458.10938 216.214 458.79688L216.214 459.14062Q216.214 459.78125 215.80775 460.20312Q215.4015 460.60938 214.76088 460.60938Q214.13588 460.60938 213.714 460.20312Q213.29213 459.78125 213.29213 459.10938L213.29213 458.75ZM213.97963 459.14062Q213.97963 459.51562 214.18275 459.76562Q214.4015 460.01562 214.76088 460.01562Q215.12025 460.01562 215.32338 459.78125Q215.54213 459.53125 215.54213 459.125L215.54213 458.75Q215.54213 458.375 215.32338 458.125Q215.10463 457.875 214.76088 457.875Q214.4015 457.875 214.18275 458.125Q213.97963 458.35938 213.97963 458.78125L213.97963 459.14062ZM211.51088 459.96875L210.99525 459.64062L214.464 454.07812L214.97963 454.40625L211.51088 459.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M207.72963 458.10938L208.714 458.10938L208.714 458.84375L207.72963 458.84375L207.72963 460.5L206.82338 460.5L206.82338 458.84375L203.589 458.84375L203.589 458.3125L206.76088 453.39062L207.72963 453.39062L207.72963 458.10938ZM204.60463 458.10938L206.82338 458.10938L206.82338 454.625L206.714 454.82812L204.60463 458.10938ZM209.839 454.75Q209.839 454.125 210.24525 453.70312Q210.6515 453.28125 211.29213 453.28125Q211.94838 453.28125 212.339 453.70312Q212.74525 454.125 212.74525 454.78125L212.74525 455.14062Q212.74525 455.78125 212.339 456.1875Q211.93275 456.59375 211.30775 456.59375Q210.66713 456.59375 210.24525 456.1875Q209.839 455.78125 209.839 455.09375L209.839 454.75ZM210.51088 455.14062Q210.51088 455.51562 210.714 455.76562Q210.93275 456.0 211.30775 456.0Q211.6515 456.0 211.85463 455.76562Q212.07338 455.53125 212.07338 455.10938L212.07338 454.75Q212.07338 454.375 211.85463 454.125Q211.6515 453.875 211.29213 453.875Q210.93275 453.875 210.714 454.125Q210.51088 454.375 210.51088 454.78125L210.51088 455.14062ZM213.29213 458.75Q213.29213 458.10938 213.69838 457.70312Q214.12025 457.29688 214.74525 457.29688Q215.38588 457.29688 215.79213 457.70312Q216.214 458.10938 216.214 458.79688L216.214 459.14062Q216.214 459.78125 215.80775 460.20312Q215.4015 460.60938 214.76088 460.60938Q214.13588 460.60938 213.714 460.20312Q213.29213 459.78125 213.29213 459.10938L213.29213 458.75ZM213.97963 459.14062Q213.97963 459.51562 214.18275 459.76562Q214.4015 460.01562 214.76088 460.01562Q215.12025 460.01562 215.32338 459.78125Q215.54213 459.53125 215.54213 459.125L215.54213 458.75Q215.54213 458.375 215.32338 458.125Q215.10463 457.875 214.76088 457.875Q214.4015 457.875 214.18275 458.125Q213.97963 458.35938 213.97963 458.78125L213.97963 459.14062ZM211.51088 459.96875L210.99525 459.64062L214.464 454.07812L214.97963 454.40625L211.51088 459.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.12381 515.5L197.79568 515.5Q198.43631 515.5 198.79568 515.1719Q199.17068 514.84375 199.17068 514.28125Q199.17068 513.03125 197.92068 513.03125Q197.34256 513.03125 196.98318 513.375Q196.63943 513.7031 196.63943 514.25L195.73318 514.25Q195.73318 513.40625 196.35818 512.8594Q196.98318 512.2969 197.92068 512.2969Q198.93631 512.2969 199.49881 512.8281Q200.07693 513.3594 200.07693 514.2969Q200.07693 514.7656 199.78006 515.2031Q199.48318 515.6406 198.95193 515.8594Q199.54568 516.03125 199.85818 516.46875Q200.18631 516.8906 200.18631 517.5156Q200.18631 518.46875 199.56131 519.03125Q198.93631 519.59375 197.93631 519.59375Q196.93631 519.59375 196.29568 519.0625Q195.67068 518.5156 195.67068 517.625L196.59256 517.625Q196.59256 518.1875 196.95193 518.53125Q197.31131 518.8594 197.93631 518.8594Q198.59256 518.8594 198.93631 518.5156Q199.28006 518.1719 199.28006 517.53125Q199.28006 516.9219 198.88943 516.59375Q198.51443 516.25 197.79568 516.25L197.12381 516.25L197.12381 515.5ZM201.73318 513.75Q201.73318 513.125 202.13943 512.7031Q202.54568 512.28125 203.18631 512.28125Q203.84256 512.28125 204.23318 512.7031Q204.63943 513.125 204.63943 513.78125L204.63943 514.1406Q204.63943 514.78125 204.23318 515.1875Q203.82693 515.59375 203.20193 515.59375Q202.56131 515.59375 202.13943 515.1875Q201.73318 514.78125 201.73318 514.09375L201.73318 513.75ZM202.40506 514.1406Q202.40506 514.5156 202.60818 514.7656Q202.82693 515.0 203.20193 515.0Q203.54568 515.0 203.74881 514.7656Q203.96756 514.53125 203.96756 514.1094L203.96756 513.75Q203.96756 513.375 203.74881 513.125Q203.54568 512.875 203.18631 512.875Q202.82693 512.875 202.60818 513.125Q202.40506 513.375 202.40506 513.78125L202.40506 514.1406ZM205.18631 517.75Q205.18631 517.1094 205.59256 516.7031Q206.01443 516.2969 206.63943 516.2969Q207.28006 516.2969 207.68631 516.7031Q208.10818 517.1094 208.10818 517.7969L208.10818 518.1406Q208.10818 518.78125 207.70193 519.2031Q207.29568 519.6094 206.65506 519.6094Q206.03006 519.6094 205.60818 519.2031Q205.18631 518.78125 205.18631 518.1094L205.18631 517.75ZM205.87381 518.1406Q205.87381 518.5156 206.07693 518.7656Q206.29568 519.0156 206.65506 519.0156Q207.01443 519.0156 207.21756 518.78125Q207.43631 518.53125 207.43631 518.125L207.43631 517.75Q207.43631 517.375 207.21756 517.125Q206.99881 516.875 206.65506 516.875Q206.29568 516.875 206.07693 517.125Q205.87381 517.3594 205.87381 517.78125L205.87381 518.1406ZM203.40506 518.96875L202.88943 518.6406L206.35818 513.0781L206.87381 513.40625L203.40506 518.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M197.12381 515.5L197.79568 515.5Q198.43631 515.5 198.79568 515.1719Q199.17068 514.84375 199.17068 514.28125Q199.17068 513.03125 197.92068 513.03125Q197.34256 513.03125 196.98318 513.375Q196.63943 513.7031 196.63943 514.25L195.73318 514.25Q195.73318 513.40625 196.35818 512.8594Q196.98318 512.2969 197.92068 512.2969Q198.93631 512.2969 199.49881 512.8281Q200.07693 513.3594 200.07693 514.2969Q200.07693 514.7656 199.78006 515.2031Q199.48318 515.6406 198.95193 515.8594Q199.54568 516.03125 199.85818 516.46875Q200.18631 516.8906 200.18631 517.5156Q200.18631 518.46875 199.56131 519.03125Q198.93631 519.59375 197.93631 519.59375Q196.93631 519.59375 196.29568 519.0625Q195.67068 518.5156 195.67068 517.625L196.59256 517.625Q196.59256 518.1875 196.95193 518.53125Q197.31131 518.8594 197.93631 518.8594Q198.59256 518.8594 198.93631 518.5156Q199.28006 518.1719 199.28006 517.53125Q199.28006 516.9219 198.88943 516.59375Q198.51443 516.25 197.79568 516.25L197.12381 516.25L197.12381 515.5ZM201.73318 513.75Q201.73318 513.125 202.13943 512.7031Q202.54568 512.28125 203.18631 512.28125Q203.84256 512.28125 204.23318 512.7031Q204.63943 513.125 204.63943 513.78125L204.63943 514.1406Q204.63943 514.78125 204.23318 515.1875Q203.82693 515.59375 203.20193 515.59375Q202.56131 515.59375 202.13943 515.1875Q201.73318 514.78125 201.73318 514.09375L201.73318 513.75ZM202.40506 514.1406Q202.40506 514.5156 202.60818 514.7656Q202.82693 515.0 203.20193 515.0Q203.54568 515.0 203.74881 514.7656Q203.96756 514.53125 203.96756 514.1094L203.96756 513.75Q203.96756 513.375 203.74881 513.125Q203.54568 512.875 203.18631 512.875Q202.82693 512.875 202.60818 513.125Q202.40506 513.375 202.40506 513.78125L202.40506 514.1406ZM205.18631 517.75Q205.18631 517.1094 205.59256 516.7031Q206.01443 516.2969 206.63943 516.2969Q207.28006 516.2969 207.68631 516.7031Q208.10818 517.1094 208.10818 517.7969L208.10818 518.1406Q208.10818 518.78125 207.70193 519.2031Q207.29568 519.6094 206.65506 519.6094Q206.03006 519.6094 205.60818 519.2031Q205.18631 518.78125 205.18631 518.1094L205.18631 517.75ZM205.87381 518.1406Q205.87381 518.5156 206.07693 518.7656Q206.29568 519.0156 206.65506 519.0156Q207.01443 519.0156 207.21756 518.78125Q207.43631 518.53125 207.43631 518.125L207.43631 517.75Q207.43631 517.375 207.21756 517.125Q206.99881 516.875 206.65506 516.875Q206.29568 516.875 206.07693 517.125Q205.87381 517.3594 205.87381 517.78125L205.87381 518.1406ZM203.40506 518.96875L202.88943 518.6406L206.35818 513.0781L206.87381 513.40625L203.40506 518.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.48964 578.5L232.58339 578.5L232.58339 572.4844L230.75526 573.1406L230.75526 572.3281L233.34901 571.3594L233.48964 571.3594L233.48964 578.5ZM240.97401 575.46875Q240.97401 577.0469 240.42714 577.8281Q239.89589 578.59375 238.73964 578.59375Q237.59901 578.59375 237.05214 577.84375Q236.50526 577.09375 236.48964 575.59375L236.48964 574.3906Q236.48964 572.8125 237.02089 572.0625Q237.56776 571.2969 238.72401 571.2969Q239.88026 571.2969 240.41151 572.03125Q240.95839 572.7656 240.97401 574.2969L240.97401 575.46875ZM240.06776 574.2344Q240.06776 573.0781 239.73964 572.5625Q239.42714 572.03125 238.72401 572.03125Q238.03651 572.03125 237.70839 572.5625Q237.39589 573.0781 237.39589 574.15625L237.39589 575.6094Q237.39589 576.7656 237.72401 577.3125Q238.06776 577.8594 238.73964 577.8594Q239.41151 577.8594 239.72401 577.34375Q240.05214 576.8281 240.06776 575.71875L240.06776 574.2344ZM242.44276 572.75Q242.44276 572.125 242.84901 571.7031Q243.25526 571.28125 243.89589 571.28125Q244.55214 571.28125 244.94276 571.7031Q245.34901 572.125 245.34901 572.78125L245.34901 573.1406Q245.34901 573.78125 244.94276 574.1875Q244.53651 574.59375 243.91151 574.59375Q243.27089 574.59375 242.84901 574.1875Q242.44276 573.78125 242.44276 573.09375L242.44276 572.75ZM243.11464 573.1406Q243.11464 573.5156 243.31776 573.7656Q243.53651 574.0 243.91151 574.0Q244.25526 574.0 244.45839 573.7656Q244.67714 573.53125 244.67714 573.1094L244.67714 572.75Q244.67714 572.375 244.45839 572.125Q244.25526 571.875 243.89589 571.875Q243.53651 571.875 243.31776 572.125Q243.11464 572.375 243.11464 572.78125L243.11464 573.1406ZM245.89589 576.75Q245.89589 576.1094 246.30214 575.7031Q246.72401 575.2969 247.34901 575.2969Q247.98964 575.2969 248.39589 575.7031Q248.81776 576.1094 248.81776 576.7969L248.81776 577.1406Q248.81776 577.78125 248.41151 578.2031Q248.00526 578.6094 247.36464 578.6094Q246.73964 578.6094 246.31776 578.2031Q245.89589 577.78125 245.89589 577.1094L245.89589 576.75ZM246.58339 577.1406Q246.58339 577.5156 246.78651 577.7656Q247.00526 578.0156 247.36464 578.0156Q247.72401 578.0156 247.92714 577.78125Q248.14589 577.53125 248.14589 577.125L248.14589 576.75Q248.14589 576.375 247.92714 576.125Q247.70839 575.875 247.36464 575.875Q247.00526 575.875 246.78651 576.125Q246.58339 576.3594 246.58339 576.78125L246.58339 577.1406ZM244.11464 577.96875L243.59901 577.6406L247.06776 572.0781L247.58339 572.40625L244.11464 577.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M233.48964 578.5L232.58339 578.5L232.58339 572.4844L230.75526 573.1406L230.75526 572.3281L233.34901 571.3594L233.48964 571.3594L233.48964 578.5ZM240.97401 575.46875Q240.97401 577.0469 240.42714 577.8281Q239.89589 578.59375 238.73964 578.59375Q237.59901 578.59375 237.05214 577.84375Q236.50526 577.09375 236.48964 575.59375L236.48964 574.3906Q236.48964 572.8125 237.02089 572.0625Q237.56776 571.2969 238.72401 571.2969Q239.88026 571.2969 240.41151 572.03125Q240.95839 572.7656 240.97401 574.2969L240.97401 575.46875ZM240.06776 574.2344Q240.06776 573.0781 239.73964 572.5625Q239.42714 572.03125 238.72401 572.03125Q238.03651 572.03125 237.70839 572.5625Q237.39589 573.0781 237.39589 574.15625L237.39589 575.6094Q237.39589 576.7656 237.72401 577.3125Q238.06776 577.8594 238.73964 577.8594Q239.41151 577.8594 239.72401 577.34375Q240.05214 576.8281 240.06776 575.71875L240.06776 574.2344ZM242.44276 572.75Q242.44276 572.125 242.84901 571.7031Q243.25526 571.28125 243.89589 571.28125Q244.55214 571.28125 244.94276 571.7031Q245.34901 572.125 245.34901 572.78125L245.34901 573.1406Q245.34901 573.78125 244.94276 574.1875Q244.53651 574.59375 243.91151 574.59375Q243.27089 574.59375 242.84901 574.1875Q242.44276 573.78125 242.44276 573.09375L242.44276 572.75ZM243.11464 573.1406Q243.11464 573.5156 243.31776 573.7656Q243.53651 574.0 243.91151 574.0Q244.25526 574.0 244.45839 573.7656Q244.67714 573.53125 244.67714 573.1094L244.67714 572.75Q244.67714 572.375 244.45839 572.125Q244.25526 571.875 243.89589 571.875Q243.53651 571.875 243.31776 572.125Q243.11464 572.375 243.11464 572.78125L243.11464 573.1406ZM245.89589 576.75Q245.89589 576.1094 246.30214 575.7031Q246.72401 575.2969 247.34901 575.2969Q247.98964 575.2969 248.39589 575.7031Q248.81776 576.1094 248.81776 576.7969L248.81776 577.1406Q248.81776 577.78125 248.41151 578.2031Q248.00526 578.6094 247.36464 578.6094Q246.73964 578.6094 246.31776 578.2031Q245.89589 577.78125 245.89589 577.1094L245.89589 576.75ZM246.58339 577.1406Q246.58339 577.5156 246.78651 577.7656Q247.00526 578.0156 247.36464 578.0156Q247.72401 578.0156 247.92714 577.78125Q248.14589 577.53125 248.14589 577.125L248.14589 576.75Q248.14589 576.375 247.92714 576.125Q247.70839 575.875 247.36464 575.875Q247.00526 575.875 246.78651 576.125Q246.58339 576.3594 246.58339 576.78125L246.58339 577.1406ZM244.11464 577.96875L243.59901 577.6406L247.06776 572.0781L247.58339 572.40625L244.11464 577.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M403.7867 115.109375L404.7711 115.109375L404.7711 115.84375L403.7867 115.84375L403.7867 117.5L402.88046 117.5L402.88046 115.84375L399.6461 115.84375L399.6461 115.3125L402.81796 110.390625L403.7867 110.390625L403.7867 115.109375ZM400.6617 115.109375L402.88046 115.109375L402.88046 111.625L402.7711 111.828125L400.6617 115.109375ZM409.7867 115.109375L410.7711 115.109375L410.7711 115.84375L409.7867 115.84375L409.7867 117.5L408.88046 117.5L408.88046 115.84375L405.6461 115.84375L405.6461 115.3125L408.81796 110.390625L409.7867 110.390625L409.7867 115.109375ZM406.6617 115.109375L408.88046 115.109375L408.88046 111.625L408.7711 111.828125L406.6617 115.109375ZM411.8961 111.75Q411.8961 111.125 412.30234 110.703125Q412.7086 110.28125 413.3492 110.28125Q414.00546 110.28125 414.3961 110.703125Q414.80234 111.125 414.80234 111.78125L414.80234 112.140625Q414.80234 112.78125 414.3961 113.1875Q413.98984 113.59375 413.36484 113.59375Q412.7242 113.59375 412.30234 113.1875Q411.8961 112.78125 411.8961 112.09375L411.8961 111.75ZM412.56796 112.140625Q412.56796 112.515625 412.7711 112.765625Q412.98984 113.0 413.36484 113.0Q413.7086 113.0 413.9117 112.765625Q414.13046 112.53125 414.13046 112.109375L414.13046 111.75Q414.13046 111.375 413.9117 111.125Q413.7086 110.875 413.3492 110.875Q412.98984 110.875 412.7711 111.125Q412.56796 111.375 412.56796 111.78125L412.56796 112.140625ZM415.3492 115.75Q415.3492 115.109375 415.75546 114.703125Q416.17734 114.296875 416.80234 114.296875Q417.44296 114.296875 417.8492 114.703125Q418.2711 115.109375 418.2711 115.796875L418.2711 116.140625Q418.2711 116.78125 417.86484 117.203125Q417.4586 117.609375 416.81796 117.609375Q416.19296 117.609375 415.7711 117.203125Q415.3492 116.78125 415.3492 116.109375L415.3492 115.75ZM416.0367 116.140625Q416.0367 116.515625 416.23984 116.765625Q416.4586 117.015625 416.81796 117.015625Q417.17734 117.015625 417.38046 116.78125Q417.5992 116.53125 417.5992 116.125L417.5992 115.75Q417.5992 115.375 417.38046 115.125Q417.1617 114.875 416.81796 114.875Q416.4586 114.875 416.23984 115.125Q416.0367 115.359375 416.0367 115.78125L416.0367 116.140625ZM413.56796 116.96875L413.05234 116.640625L416.5211 111.078125L417.0367 111.40625L413.56796 116.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M403.7867 115.109375L404.7711 115.109375L404.7711 115.84375L403.7867 115.84375L403.7867 117.5L402.88046 117.5L402.88046 115.84375L399.6461 115.84375L399.6461 115.3125L402.81796 110.390625L403.7867 110.390625L403.7867 115.109375ZM400.6617 115.109375L402.88046 115.109375L402.88046 111.625L402.7711 111.828125L400.6617 115.109375ZM409.7867 115.109375L410.7711 115.109375L410.7711 115.84375L409.7867 115.84375L409.7867 117.5L408.88046 117.5L408.88046 115.84375L405.6461 115.84375L405.6461 115.3125L408.81796 110.390625L409.7867 110.390625L409.7867 115.109375ZM406.6617 115.109375L408.88046 115.109375L408.88046 111.625L408.7711 111.828125L406.6617 115.109375ZM411.8961 111.75Q411.8961 111.125 412.30234 110.703125Q412.7086 110.28125 413.3492 110.28125Q414.00546 110.28125 414.3961 110.703125Q414.80234 111.125 414.80234 111.78125L414.80234 112.140625Q414.80234 112.78125 414.3961 113.1875Q413.98984 113.59375 413.36484 113.59375Q412.7242 113.59375 412.30234 113.1875Q411.8961 112.78125 411.8961 112.09375L411.8961 111.75ZM412.56796 112.140625Q412.56796 112.515625 412.7711 112.765625Q412.98984 113.0 413.36484 113.0Q413.7086 113.0 413.9117 112.765625Q414.13046 112.53125 414.13046 112.109375L414.13046 111.75Q414.13046 111.375 413.9117 111.125Q413.7086 110.875 413.3492 110.875Q412.98984 110.875 412.7711 111.125Q412.56796 111.375 412.56796 111.78125L412.56796 112.140625ZM415.3492 115.75Q415.3492 115.109375 415.75546 114.703125Q416.17734 114.296875 416.80234 114.296875Q417.44296 114.296875 417.8492 114.703125Q418.2711 115.109375 418.2711 115.796875L418.2711 116.140625Q418.2711 116.78125 417.86484 117.203125Q417.4586 117.609375 416.81796 117.609375Q416.19296 117.609375 415.7711 117.203125Q415.3492 116.78125 415.3492 116.109375L415.3492 115.75ZM416.0367 116.140625Q416.0367 116.515625 416.23984 116.765625Q416.4586 117.015625 416.81796 117.015625Q417.17734 117.015625 417.38046 116.78125Q417.5992 116.53125 417.5992 116.125L417.5992 115.75Q417.5992 115.375 417.38046 115.125Q417.1617 114.875 416.81796 114.875Q416.4586 114.875 416.23984 115.125Q416.0367 115.359375 416.0367 115.78125L416.0367 116.140625ZM413.56796 116.96875L413.05234 116.640625L416.5211 111.078125L417.0367 111.40625L413.56796 116.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M393.9134 174.10938L394.89777 174.10938L394.89777 174.84375L393.9134 174.84375L393.9134 176.5L393.00714 176.5L393.00714 174.84375L389.77277 174.84375L389.77277 174.3125L392.94464 169.39062L393.9134 169.39062L393.9134 174.10938ZM390.7884 174.10938L393.00714 174.10938L393.00714 170.625L392.89777 170.82812L390.7884 174.10938ZM400.75714 176.5L396.1009 176.5L396.1009 175.84375L398.55402 173.10938Q399.1009 172.5 399.30402 172.10938Q399.52277 171.71875 399.52277 171.29688Q399.52277 170.75 399.17902 170.39062Q398.8509 170.03125 398.2884 170.03125Q397.61652 170.03125 397.24152 170.42188Q396.86652 170.79688 396.86652 171.48438L395.96027 171.48438Q395.96027 170.5 396.58527 169.90625Q397.2259 169.29688 398.2884 169.29688Q399.27277 169.29688 399.8509 169.8125Q400.42902 170.32812 400.42902 171.20312Q400.42902 172.25 399.08527 173.70312L397.19464 175.76562L400.75714 175.76562L400.75714 176.5ZM402.02277 170.75Q402.02277 170.125 402.42902 169.70312Q402.83527 169.28125 403.4759 169.28125Q404.13214 169.28125 404.52277 169.70312Q404.92902 170.125 404.92902 170.78125L404.92902 171.14062Q404.92902 171.78125 404.52277 172.1875Q404.11652 172.59375 403.49152 172.59375Q402.8509 172.59375 402.42902 172.1875Q402.02277 171.78125 402.02277 171.09375L402.02277 170.75ZM402.69464 171.14062Q402.69464 171.51562 402.89777 171.76562Q403.11652 172.0 403.49152 172.0Q403.83527 172.0 404.0384 171.76562Q404.25714 171.53125 404.25714 171.10938L404.25714 170.75Q404.25714 170.375 404.0384 170.125Q403.83527 169.875 403.4759 169.875Q403.11652 169.875 402.89777 170.125Q402.69464 170.375 402.69464 170.78125L402.69464 171.14062ZM405.4759 174.75Q405.4759 174.10938 405.88214 173.70312Q406.30402 173.29688 406.92902 173.29688Q407.56964 173.29688 407.9759 173.70312Q408.39777 174.10938 408.39777 174.79688L408.39777 175.14062Q408.39777 175.78125 407.99152 176.20312Q407.58527 176.60938 406.94464 176.60938Q406.31964 176.60938 405.89777 176.20312Q405.4759 175.78125 405.4759 175.10938L405.4759 174.75ZM406.1634 175.14062Q406.1634 175.51562 406.36652 175.76562Q406.58527 176.01562 406.94464 176.01562Q407.30402 176.01562 407.50714 175.78125Q407.7259 175.53125 407.7259 175.125L407.7259 174.75Q407.7259 174.375 407.50714 174.125Q407.2884 173.875 406.94464 173.875Q406.58527 173.875 406.36652 174.125Q406.1634 174.35938 406.1634 174.78125L406.1634 175.14062ZM403.69464 175.96875L403.17902 175.64062L406.64777 170.07812L407.1634 170.40625L403.69464 175.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M393.9134 174.10938L394.89777 174.10938L394.89777 174.84375L393.9134 174.84375L393.9134 176.5L393.00714 176.5L393.00714 174.84375L389.77277 174.84375L389.77277 174.3125L392.94464 169.39062L393.9134 169.39062L393.9134 174.10938ZM390.7884 174.10938L393.00714 174.10938L393.00714 170.625L392.89777 170.82812L390.7884 174.10938ZM400.75714 176.5L396.1009 176.5L396.1009 175.84375L398.55402 173.10938Q399.1009 172.5 399.30402 172.10938Q399.52277 171.71875 399.52277 171.29688Q399.52277 170.75 399.17902 170.39062Q398.8509 170.03125 398.2884 170.03125Q397.61652 170.03125 397.24152 170.42188Q396.86652 170.79688 396.86652 171.48438L395.96027 171.48438Q395.96027 170.5 396.58527 169.90625Q397.2259 169.29688 398.2884 169.29688Q399.27277 169.29688 399.8509 169.8125Q400.42902 170.32812 400.42902 171.20312Q400.42902 172.25 399.08527 173.70312L397.19464 175.76562L400.75714 175.76562L400.75714 176.5ZM402.02277 170.75Q402.02277 170.125 402.42902 169.70312Q402.83527 169.28125 403.4759 169.28125Q404.13214 169.28125 404.52277 169.70312Q404.92902 170.125 404.92902 170.78125L404.92902 171.14062Q404.92902 171.78125 404.52277 172.1875Q404.11652 172.59375 403.49152 172.59375Q402.8509 172.59375 402.42902 172.1875Q402.02277 171.78125 402.02277 171.09375L402.02277 170.75ZM402.69464 171.14062Q402.69464 171.51562 402.89777 171.76562Q403.11652 172.0 403.49152 172.0Q403.83527 172.0 404.0384 171.76562Q404.25714 171.53125 404.25714 171.10938L404.25714 170.75Q404.25714 170.375 404.0384 170.125Q403.83527 169.875 403.4759 169.875Q403.11652 169.875 402.89777 170.125Q402.69464 170.375 402.69464 170.78125L402.69464 171.14062ZM405.4759 174.75Q405.4759 174.10938 405.88214 173.70312Q406.30402 173.29688 406.92902 173.29688Q407.56964 173.29688 407.9759 173.70312Q408.39777 174.10938 408.39777 174.79688L408.39777 175.14062Q408.39777 175.78125 407.99152 176.20312Q407.58527 176.60938 406.94464 176.60938Q406.31964 176.60938 405.89777 176.20312Q405.4759 175.78125 405.4759 175.10938L405.4759 174.75ZM406.1634 175.14062Q406.1634 175.51562 406.36652 175.76562Q406.58527 176.01562 406.94464 176.01562Q407.30402 176.01562 407.50714 175.78125Q407.7259 175.53125 407.7259 175.125L407.7259 174.75Q407.7259 174.375 407.50714 174.125Q407.2884 173.875 406.94464 173.875Q406.58527 173.875 406.36652 174.125Q406.1634 174.35938 406.1634 174.78125L406.1634 175.14062ZM403.69464 175.96875L403.17902 175.64062L406.64777 170.07812L407.1634 170.40625L403.69464 175.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M305.02988 235.5L300.37363 235.5L300.37363 234.84375L302.82675 232.10938Q303.37363 231.5 303.57675 231.10938Q303.7955 230.71875 303.7955 230.29688Q303.7955 229.75 303.45175 229.39062Q303.12363 229.03125 302.56113 229.03125Q301.88925 229.03125 301.51425 229.42188Q301.13925 229.79688 301.13925 230.48438L300.233 230.48438Q300.233 229.5 300.858 228.90625Q301.49863 228.29688 302.56113 228.29688Q303.5455 228.29688 304.12363 228.8125Q304.70175 229.32812 304.70175 230.20312Q304.70175 231.25 303.358 232.70312L301.46738 234.76562L305.02988 234.76562L305.02988 235.5ZM310.18613 233.10938L311.1705 233.10938L311.1705 233.84375L310.18613 233.84375L310.18613 235.5L309.27988 235.5L309.27988 233.84375L306.0455 233.84375L306.0455 233.3125L309.21738 228.39062L310.18613 228.39062L310.18613 233.10938ZM307.06113 233.10938L309.27988 233.10938L309.27988 229.625L309.1705 229.82812L307.06113 233.10938ZM312.2955 229.75Q312.2955 229.125 312.70175 228.70312Q313.108 228.28125 313.74863 228.28125Q314.40488 228.28125 314.7955 228.70312Q315.20175 229.125 315.20175 229.78125L315.20175 230.14062Q315.20175 230.78125 314.7955 231.1875Q314.38925 231.59375 313.76425 231.59375Q313.12363 231.59375 312.70175 231.1875Q312.2955 230.78125 312.2955 230.09375L312.2955 229.75ZM312.96738 230.14062Q312.96738 230.51562 313.1705 230.76562Q313.38925 231.0 313.76425 231.0Q314.108 231.0 314.31113 230.76562Q314.52988 230.53125 314.52988 230.10938L314.52988 229.75Q314.52988 229.375 314.31113 229.125Q314.108 228.875 313.74863 228.875Q313.38925 228.875 313.1705 229.125Q312.96738 229.375 312.96738 229.78125L312.96738 230.14062ZM315.74863 233.75Q315.74863 233.10938 316.15488 232.70312Q316.57675 232.29688 317.20175 232.29688Q317.84238 232.29688 318.24863 232.70312Q318.6705 233.10938 318.6705 233.79688L318.6705 234.14062Q318.6705 234.78125 318.26425 235.20312Q317.858 235.60938 317.21738 235.60938Q316.59238 235.60938 316.1705 235.20312Q315.74863 234.78125 315.74863 234.10938L315.74863 233.75ZM316.43613 234.14062Q316.43613 234.51562 316.63925 234.76562Q316.858 235.01562 317.21738 235.01562Q317.57675 235.01562 317.77988 234.78125Q317.99863 234.53125 317.99863 234.125L317.99863 233.75Q317.99863 233.375 317.77988 233.125Q317.56113 232.875 317.21738 232.875Q316.858 232.875 316.63925 233.125Q316.43613 233.35938 316.43613 233.78125L316.43613 234.14062ZM313.96738 234.96875L313.45175 234.64062L316.9205 229.07812L317.43613 229.40625L313.96738 234.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M305.02988 235.5L300.37363 235.5L300.37363 234.84375L302.82675 232.10938Q303.37363 231.5 303.57675 231.10938Q303.7955 230.71875 303.7955 230.29688Q303.7955 229.75 303.45175 229.39062Q303.12363 229.03125 302.56113 229.03125Q301.88925 229.03125 301.51425 229.42188Q301.13925 229.79688 301.13925 230.48438L300.233 230.48438Q300.233 229.5 300.858 228.90625Q301.49863 228.29688 302.56113 228.29688Q303.5455 228.29688 304.12363 228.8125Q304.70175 229.32812 304.70175 230.20312Q304.70175 231.25 303.358 232.70312L301.46738 234.76562L305.02988 234.76562L305.02988 235.5ZM310.18613 233.10938L311.1705 233.10938L311.1705 233.84375L310.18613 233.84375L310.18613 235.5L309.27988 235.5L309.27988 233.84375L306.0455 233.84375L306.0455 233.3125L309.21738 228.39062L310.18613 228.39062L310.18613 233.10938ZM307.06113 233.10938L309.27988 233.10938L309.27988 229.625L309.1705 229.82812L307.06113 233.10938ZM312.2955 229.75Q312.2955 229.125 312.70175 228.70312Q313.108 228.28125 313.74863 228.28125Q314.40488 228.28125 314.7955 228.70312Q315.20175 229.125 315.20175 229.78125L315.20175 230.14062Q315.20175 230.78125 314.7955 231.1875Q314.38925 231.59375 313.76425 231.59375Q313.12363 231.59375 312.70175 231.1875Q312.2955 230.78125 312.2955 230.09375L312.2955 229.75ZM312.96738 230.14062Q312.96738 230.51562 313.1705 230.76562Q313.38925 231.0 313.76425 231.0Q314.108 231.0 314.31113 230.76562Q314.52988 230.53125 314.52988 230.10938L314.52988 229.75Q314.52988 229.375 314.31113 229.125Q314.108 228.875 313.74863 228.875Q313.38925 228.875 313.1705 229.125Q312.96738 229.375 312.96738 229.78125L312.96738 230.14062ZM315.74863 233.75Q315.74863 233.10938 316.15488 232.70312Q316.57675 232.29688 317.20175 232.29688Q317.84238 232.29688 318.24863 232.70312Q318.6705 233.10938 318.6705 233.79688L318.6705 234.14062Q318.6705 234.78125 318.26425 235.20312Q317.858 235.60938 317.21738 235.60938Q316.59238 235.60938 316.1705 235.20312Q315.74863 234.78125 315.74863 234.10938L315.74863 233.75ZM316.43613 234.14062Q316.43613 234.51562 316.63925 234.76562Q316.858 235.01562 317.21738 235.01562Q317.57675 235.01562 317.77988 234.78125Q317.99863 234.53125 317.99863 234.125L317.99863 233.75Q317.99863 233.375 317.77988 233.125Q317.56113 232.875 317.21738 232.875Q316.858 232.875 316.63925 233.125Q316.43613 233.35938 316.43613 233.78125L316.43613 234.14062ZM313.96738 234.96875L313.45175 234.64062L316.9205 229.07812L317.43613 229.40625L313.96738 234.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.16711 289.25Q227.16711 289.78125 226.88586 290.20312Q226.60461 290.60938 226.12024 290.84375Q226.68274 291.07812 226.99524 291.54688Q227.32336 292.0 227.32336 292.57812Q227.32336 293.5 226.69836 294.04688Q226.08899 294.59375 225.07336 294.59375Q224.04211 294.59375 223.41711 294.04688Q222.80774 293.5 222.80774 292.57812Q222.80774 292.0 223.12024 291.54688Q223.43274 291.07812 223.99524 290.84375Q223.52649 290.60938 223.24524 290.1875Q222.97961 289.76562 222.97961 289.25Q222.97961 288.34375 223.54211 287.82812Q224.12024 287.29688 225.07336 287.29688Q226.01086 287.29688 226.58899 287.82812Q227.16711 288.34375 227.16711 289.25ZM226.43274 292.5625Q226.43274 291.96875 226.04211 291.59375Q225.66711 291.21875 225.05774 291.21875Q224.44836 291.21875 224.07336 291.59375Q223.71399 291.95312 223.71399 292.5625Q223.71399 293.17188 224.07336 293.51562Q224.43274 293.85938 225.07336 293.85938Q225.69836 293.85938 226.05774 293.51562Q226.43274 293.15625 226.43274 292.5625ZM225.07336 288.03125Q224.54211 288.03125 224.19836 288.35938Q223.87024 288.6875 223.87024 289.26562Q223.87024 289.79688 224.19836 290.14062Q224.52649 290.46875 225.05774 290.46875Q225.60461 290.46875 225.93274 290.14062Q226.26086 289.79688 226.26086 289.26562Q226.26086 288.71875 225.91711 288.375Q225.58899 288.03125 225.07336 288.03125ZM228.77649 288.75Q228.77649 288.125 229.18274 287.70312Q229.58899 287.28125 230.22961 287.28125Q230.88586 287.28125 231.27649 287.70312Q231.68274 288.125 231.68274 288.78125L231.68274 289.14062Q231.68274 289.78125 231.27649 290.1875Q230.87024 290.59375 230.24524 290.59375Q229.60461 290.59375 229.18274 290.1875Q228.77649 289.78125 228.77649 289.09375L228.77649 288.75ZM229.44836 289.14062Q229.44836 289.51562 229.65149 289.76562Q229.87024 290.0 230.24524 290.0Q230.58899 290.0 230.79211 289.76562Q231.01086 289.53125 231.01086 289.10938L231.01086 288.75Q231.01086 288.375 230.79211 288.125Q230.58899 287.875 230.22961 287.875Q229.87024 287.875 229.65149 288.125Q229.44836 288.375 229.44836 288.78125L229.44836 289.14062ZM232.22961 292.75Q232.22961 292.10938 232.63586 291.70312Q233.05774 291.29688 233.68274 291.29688Q234.32336 291.29688 234.72961 291.70312Q235.15149 292.10938 235.15149 292.79688L235.15149 293.14062Q235.15149 293.78125 234.74524 294.20312Q234.33899 294.60938 233.69836 294.60938Q233.07336 294.60938 232.65149 294.20312Q232.22961 293.78125 232.22961 293.10938L232.22961 292.75ZM232.91711 293.14062Q232.91711 293.51562 233.12024 293.76562Q233.33899 294.01562 233.69836 294.01562Q234.05774 294.01562 234.26086 293.78125Q234.47961 293.53125 234.47961 293.125L234.47961 292.75Q234.47961 292.375 234.26086 292.125Q234.04211 291.875 233.69836 291.875Q233.33899 291.875 233.12024 292.125Q232.91711 292.35938 232.91711 292.78125L232.91711 293.14062ZM230.44836 293.96875L229.93274 293.64062L233.40149 288.07812L233.91711 288.40625L230.44836 293.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M227.16711 289.25Q227.16711 289.78125 226.88586 290.20312Q226.60461 290.60938 226.12024 290.84375Q226.68274 291.07812 226.99524 291.54688Q227.32336 292.0 227.32336 292.57812Q227.32336 293.5 226.69836 294.04688Q226.08899 294.59375 225.07336 294.59375Q224.04211 294.59375 223.41711 294.04688Q222.80774 293.5 222.80774 292.57812Q222.80774 292.0 223.12024 291.54688Q223.43274 291.07812 223.99524 290.84375Q223.52649 290.60938 223.24524 290.1875Q222.97961 289.76562 222.97961 289.25Q222.97961 288.34375 223.54211 287.82812Q224.12024 287.29688 225.07336 287.29688Q226.01086 287.29688 226.58899 287.82812Q227.16711 288.34375 227.16711 289.25ZM226.43274 292.5625Q226.43274 291.96875 226.04211 291.59375Q225.66711 291.21875 225.05774 291.21875Q224.44836 291.21875 224.07336 291.59375Q223.71399 291.95312 223.71399 292.5625Q223.71399 293.17188 224.07336 293.51562Q224.43274 293.85938 225.07336 293.85938Q225.69836 293.85938 226.05774 293.51562Q226.43274 293.15625 226.43274 292.5625ZM225.07336 288.03125Q224.54211 288.03125 224.19836 288.35938Q223.87024 288.6875 223.87024 289.26562Q223.87024 289.79688 224.19836 290.14062Q224.52649 290.46875 225.05774 290.46875Q225.60461 290.46875 225.93274 290.14062Q226.26086 289.79688 226.26086 289.26562Q226.26086 288.71875 225.91711 288.375Q225.58899 288.03125 225.07336 288.03125ZM228.77649 288.75Q228.77649 288.125 229.18274 287.70312Q229.58899 287.28125 230.22961 287.28125Q230.88586 287.28125 231.27649 287.70312Q231.68274 288.125 231.68274 288.78125L231.68274 289.14062Q231.68274 289.78125 231.27649 290.1875Q230.87024 290.59375 230.24524 290.59375Q229.60461 290.59375 229.18274 290.1875Q228.77649 289.78125 228.77649 289.09375L228.77649 288.75ZM229.44836 289.14062Q229.44836 289.51562 229.65149 289.76562Q229.87024 290.0 230.24524 290.0Q230.58899 290.0 230.79211 289.76562Q231.01086 289.53125 231.01086 289.10938L231.01086 288.75Q231.01086 288.375 230.79211 288.125Q230.58899 287.875 230.22961 287.875Q229.87024 287.875 229.65149 288.125Q229.44836 288.375 229.44836 288.78125L229.44836 289.14062ZM232.22961 292.75Q232.22961 292.10938 232.63586 291.70312Q233.05774 291.29688 233.68274 291.29688Q234.32336 291.29688 234.72961 291.70312Q235.15149 292.10938 235.15149 292.79688L235.15149 293.14062Q235.15149 293.78125 234.74524 294.20312Q234.33899 294.60938 233.69836 294.60938Q233.07336 294.60938 232.65149 294.20312Q232.22961 293.78125 232.22961 293.10938L232.22961 292.75ZM232.91711 293.14062Q232.91711 293.51562 233.12024 293.76562Q233.33899 294.01562 233.69836 294.01562Q234.05774 294.01562 234.26086 293.78125Q234.47961 293.53125 234.47961 293.125L234.47961 292.75Q234.47961 292.375 234.26086 292.125Q234.04211 291.875 233.69836 291.875Q233.33899 291.875 233.12024 292.125Q232.91711 292.35938 232.91711 292.78125L232.91711 293.14062ZM230.44836 293.96875L229.93274 293.64062L233.40149 288.07812L233.91711 288.40625L230.44836 293.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M223.04538 346.89062L220.09225 353.5L219.15475 353.5L222.07663 347.125L218.23288 347.125L218.23288 346.39062L223.04538 346.39062L223.04538 346.89062ZM224.3735 347.75Q224.3735 347.125 224.77975 346.70312Q225.186 346.28125 225.82663 346.28125Q226.48288 346.28125 226.8735 346.70312Q227.27975 347.125 227.27975 347.78125L227.27975 348.14062Q227.27975 348.78125 226.8735 349.1875Q226.46725 349.59375 225.84225 349.59375Q225.20163 349.59375 224.77975 349.1875Q224.3735 348.78125 224.3735 348.09375L224.3735 347.75ZM225.04538 348.14062Q225.04538 348.51562 225.2485 348.76562Q225.46725 349.0 225.84225 349.0Q226.186 349.0 226.38913 348.76562Q226.60788 348.53125 226.60788 348.10938L226.60788 347.75Q226.60788 347.375 226.38913 347.125Q226.186 346.875 225.82663 346.875Q225.46725 346.875 225.2485 347.125Q225.04538 347.375 225.04538 347.78125L225.04538 348.14062ZM227.82663 351.75Q227.82663 351.10938 228.23288 350.70312Q228.65475 350.29688 229.27975 350.29688Q229.92038 350.29688 230.32663 350.70312Q230.7485 351.10938 230.7485 351.79688L230.7485 352.14062Q230.7485 352.78125 230.34225 353.20312Q229.936 353.60938 229.29538 353.60938Q228.67038 353.60938 228.2485 353.20312Q227.82663 352.78125 227.82663 352.10938L227.82663 351.75ZM228.51413 352.14062Q228.51413 352.51562 228.71725 352.76562Q228.936 353.01562 229.29538 353.01562Q229.65475 353.01562 229.85788 352.78125Q230.07663 352.53125 230.07663 352.125L230.07663 351.75Q230.07663 351.375 229.85788 351.125Q229.63913 350.875 229.29538 350.875Q228.936 350.875 228.71725 351.125Q228.51413 351.35938 228.51413 351.78125L228.51413 352.14062ZM226.04538 352.96875L225.52975 352.64062L228.9985 347.07812L229.51413 347.40625L226.04538 352.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M223.04538 346.89062L220.09225 353.5L219.15475 353.5L222.07663 347.125L218.23288 347.125L218.23288 346.39062L223.04538 346.39062L223.04538 346.89062ZM224.3735 347.75Q224.3735 347.125 224.77975 346.70312Q225.186 346.28125 225.82663 346.28125Q226.48288 346.28125 226.8735 346.70312Q227.27975 347.125 227.27975 347.78125L227.27975 348.14062Q227.27975 348.78125 226.8735 349.1875Q226.46725 349.59375 225.84225 349.59375Q225.20163 349.59375 224.77975 349.1875Q224.3735 348.78125 224.3735 348.09375L224.3735 347.75ZM225.04538 348.14062Q225.04538 348.51562 225.2485 348.76562Q225.46725 349.0 225.84225 349.0Q226.186 349.0 226.38913 348.76562Q226.60788 348.53125 226.60788 348.10938L226.60788 347.75Q226.60788 347.375 226.38913 347.125Q226.186 346.875 225.82663 346.875Q225.46725 346.875 225.2485 347.125Q225.04538 347.375 225.04538 347.78125L225.04538 348.14062ZM227.82663 351.75Q227.82663 351.10938 228.23288 350.70312Q228.65475 350.29688 229.27975 350.29688Q229.92038 350.29688 230.32663 350.70312Q230.7485 351.10938 230.7485 351.79688L230.7485 352.14062Q230.7485 352.78125 230.34225 353.20312Q229.936 353.60938 229.29538 353.60938Q228.67038 353.60938 228.2485 353.20312Q227.82663 352.78125 227.82663 352.10938L227.82663 351.75ZM228.51413 352.14062Q228.51413 352.51562 228.71725 352.76562Q228.936 353.01562 229.29538 353.01562Q229.65475 353.01562 229.85788 352.78125Q230.07663 352.53125 230.07663 352.125L230.07663 351.75Q230.07663 351.375 229.85788 351.125Q229.63913 350.875 229.29538 350.875Q228.936 350.875 228.71725 351.125Q228.51413 351.35938 228.51413 351.78125L228.51413 352.14062ZM226.04538 352.96875L225.52975 352.64062L228.9985 347.07812L229.51413 347.40625L226.04538 352.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M204.4521 409.10938L205.43648 409.10938L205.43648 409.84375L204.4521 409.84375L204.4521 411.5L203.54585 411.5L203.54585 409.84375L200.31148 409.84375L200.31148 409.3125L203.48335 404.39062L204.4521 404.39062L204.4521 409.10938ZM201.3271 409.10938L203.54585 409.10938L203.54585 405.625L203.43648 405.82812L201.3271 409.10938ZM206.56148 405.75Q206.56148 405.125 206.96773 404.70312Q207.37398 404.28125 208.0146 404.28125Q208.67085 404.28125 209.06148 404.70312Q209.46773 405.125 209.46773 405.78125L209.46773 406.14062Q209.46773 406.78125 209.06148 407.1875Q208.65523 407.59375 208.03023 407.59375Q207.3896 407.59375 206.96773 407.1875Q206.56148 406.78125 206.56148 406.09375L206.56148 405.75ZM207.23335 406.14062Q207.23335 406.51562 207.43648 406.76562Q207.65523 407.0 208.03023 407.0Q208.37398 407.0 208.5771 406.76562Q208.79585 406.53125 208.79585 406.10938L208.79585 405.75Q208.79585 405.375 208.5771 405.125Q208.37398 404.875 208.0146 404.875Q207.65523 404.875 207.43648 405.125Q207.23335 405.375 207.23335 405.78125L207.23335 406.14062ZM210.0146 409.75Q210.0146 409.10938 210.42085 408.70312Q210.84273 408.29688 211.46773 408.29688Q212.10835 408.29688 212.5146 408.70312Q212.93648 409.10938 212.93648 409.79688L212.93648 410.14062Q212.93648 410.78125 212.53023 411.20312Q212.12398 411.60938 211.48335 411.60938Q210.85835 411.60938 210.43648 411.20312Q210.0146 410.78125 210.0146 410.10938L210.0146 409.75ZM210.7021 410.14062Q210.7021 410.51562 210.90523 410.76562Q211.12398 411.01562 211.48335 411.01562Q211.84273 411.01562 212.04585 410.78125Q212.2646 410.53125 212.2646 410.125L212.2646 409.75Q212.2646 409.375 212.04585 409.125Q211.8271 408.875 211.48335 408.875Q211.12398 408.875 210.90523 409.125Q210.7021 409.35938 210.7021 409.78125L210.7021 410.14062ZM208.23335 410.96875L207.71773 410.64062L211.18648 405.07812L211.7021 405.40625L208.23335 410.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M204.4521 409.10938L205.43648 409.10938L205.43648 409.84375L204.4521 409.84375L204.4521 411.5L203.54585 411.5L203.54585 409.84375L200.31148 409.84375L200.31148 409.3125L203.48335 404.39062L204.4521 404.39062L204.4521 409.10938ZM201.3271 409.10938L203.54585 409.10938L203.54585 405.625L203.43648 405.82812L201.3271 409.10938ZM206.56148 405.75Q206.56148 405.125 206.96773 404.70312Q207.37398 404.28125 208.0146 404.28125Q208.67085 404.28125 209.06148 404.70312Q209.46773 405.125 209.46773 405.78125L209.46773 406.14062Q209.46773 406.78125 209.06148 407.1875Q208.65523 407.59375 208.03023 407.59375Q207.3896 407.59375 206.96773 407.1875Q206.56148 406.78125 206.56148 406.09375L206.56148 405.75ZM207.23335 406.14062Q207.23335 406.51562 207.43648 406.76562Q207.65523 407.0 208.03023 407.0Q208.37398 407.0 208.5771 406.76562Q208.79585 406.53125 208.79585 406.10938L208.79585 405.75Q208.79585 405.375 208.5771 405.125Q208.37398 404.875 208.0146 404.875Q207.65523 404.875 207.43648 405.125Q207.23335 405.375 207.23335 405.78125L207.23335 406.14062ZM210.0146 409.75Q210.0146 409.10938 210.42085 408.70312Q210.84273 408.29688 211.46773 408.29688Q212.10835 408.29688 212.5146 408.70312Q212.93648 409.10938 212.93648 409.79688L212.93648 410.14062Q212.93648 410.78125 212.53023 411.20312Q212.12398 411.60938 211.48335 411.60938Q210.85835 411.60938 210.43648 411.20312Q210.0146 410.78125 210.0146 410.10938L210.0146 409.75ZM210.7021 410.14062Q210.7021 410.51562 210.90523 410.76562Q211.12398 411.01562 211.48335 411.01562Q211.84273 411.01562 212.04585 410.78125Q212.2646 410.53125 212.2646 410.125L212.2646 409.75Q212.2646 409.375 212.04585 409.125Q211.8271 408.875 211.48335 408.875Q211.12398 408.875 210.90523 409.125Q210.7021 409.35938 210.7021 409.78125L210.7021 410.14062ZM208.23335 410.96875L207.71773 410.64062L211.18648 405.07812L211.7021 405.40625L208.23335 410.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.41707 466.5L200.08894 466.5Q200.72957 466.5 201.08894 466.17188Q201.46394 465.84375 201.46394 465.28125Q201.46394 464.03125 200.21394 464.03125Q199.63582 464.03125 199.27644 464.375Q198.9327 464.70312 198.9327 465.25L198.02644 465.25Q198.02644 464.40625 198.65144 463.85938Q199.27644 463.29688 200.21394 463.29688Q201.22957 463.29688 201.79207 463.82812Q202.3702 464.35938 202.3702 465.29688Q202.3702 465.76562 202.07332 466.20312Q201.77644 466.64062 201.2452 466.85938Q201.83894 467.03125 202.15144 467.46875Q202.47957 467.89062 202.47957 468.51562Q202.47957 469.46875 201.85457 470.03125Q201.22957 470.59375 200.22957 470.59375Q199.22957 470.59375 198.58894 470.0625Q197.96394 469.51562 197.96394 468.625L198.88582 468.625Q198.88582 469.1875 199.2452 469.53125Q199.60457 469.85938 200.22957 469.85938Q200.88582 469.85938 201.22957 469.51562Q201.57332 469.17188 201.57332 468.53125Q201.57332 467.92188 201.1827 467.59375Q200.8077 467.25 200.08894 467.25L199.41707 467.25L199.41707 466.5ZM204.02644 464.75Q204.02644 464.125 204.4327 463.70312Q204.83894 463.28125 205.47957 463.28125Q206.13582 463.28125 206.52644 463.70312Q206.9327 464.125 206.9327 464.78125L206.9327 465.14062Q206.9327 465.78125 206.52644 466.1875Q206.1202 466.59375 205.4952 466.59375Q204.85457 466.59375 204.4327 466.1875Q204.02644 465.78125 204.02644 465.09375L204.02644 464.75ZM204.69832 465.14062Q204.69832 465.51562 204.90144 465.76562Q205.1202 466.0 205.4952 466.0Q205.83894 466.0 206.04207 465.76562Q206.26082 465.53125 206.26082 465.10938L206.26082 464.75Q206.26082 464.375 206.04207 464.125Q205.83894 463.875 205.47957 463.875Q205.1202 463.875 204.90144 464.125Q204.69832 464.375 204.69832 464.78125L204.69832 465.14062ZM207.47957 468.75Q207.47957 468.10938 207.88582 467.70312Q208.3077 467.29688 208.9327 467.29688Q209.57332 467.29688 209.97957 467.70312Q210.40144 468.10938 210.40144 468.79688L210.40144 469.14062Q210.40144 469.78125 209.9952 470.20312Q209.58894 470.60938 208.94832 470.60938Q208.32332 470.60938 207.90144 470.20312Q207.47957 469.78125 207.47957 469.10938L207.47957 468.75ZM208.16707 469.14062Q208.16707 469.51562 208.3702 469.76562Q208.58894 470.01562 208.94832 470.01562Q209.3077 470.01562 209.51082 469.78125Q209.72957 469.53125 209.72957 469.125L209.72957 468.75Q209.72957 468.375 209.51082 468.125Q209.29207 467.875 208.94832 467.875Q208.58894 467.875 208.3702 468.125Q208.16707 468.35938 208.16707 468.78125L208.16707 469.14062ZM205.69832 469.96875L205.1827 469.64062L208.65144 464.07812L209.16707 464.40625L205.69832 469.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M199.41707 466.5L200.08894 466.5Q200.72957 466.5 201.08894 466.17188Q201.46394 465.84375 201.46394 465.28125Q201.46394 464.03125 200.21394 464.03125Q199.63582 464.03125 199.27644 464.375Q198.9327 464.70312 198.9327 465.25L198.02644 465.25Q198.02644 464.40625 198.65144 463.85938Q199.27644 463.29688 200.21394 463.29688Q201.22957 463.29688 201.79207 463.82812Q202.3702 464.35938 202.3702 465.29688Q202.3702 465.76562 202.07332 466.20312Q201.77644 466.64062 201.2452 466.85938Q201.83894 467.03125 202.15144 467.46875Q202.47957 467.89062 202.47957 468.51562Q202.47957 469.46875 201.85457 470.03125Q201.22957 470.59375 200.22957 470.59375Q199.22957 470.59375 198.58894 470.0625Q197.96394 469.51562 197.96394 468.625L198.88582 468.625Q198.88582 469.1875 199.2452 469.53125Q199.60457 469.85938 200.22957 469.85938Q200.88582 469.85938 201.22957 469.51562Q201.57332 469.17188 201.57332 468.53125Q201.57332 467.92188 201.1827 467.59375Q200.8077 467.25 200.08894 467.25L199.41707 467.25L199.41707 466.5ZM204.02644 464.75Q204.02644 464.125 204.4327 463.70312Q204.83894 463.28125 205.47957 463.28125Q206.13582 463.28125 206.52644 463.70312Q206.9327 464.125 206.9327 464.78125L206.9327 465.14062Q206.9327 465.78125 206.52644 466.1875Q206.1202 466.59375 205.4952 466.59375Q204.85457 466.59375 204.4327 466.1875Q204.02644 465.78125 204.02644 465.09375L204.02644 464.75ZM204.69832 465.14062Q204.69832 465.51562 204.90144 465.76562Q205.1202 466.0 205.4952 466.0Q205.83894 466.0 206.04207 465.76562Q206.26082 465.53125 206.26082 465.10938L206.26082 464.75Q206.26082 464.375 206.04207 464.125Q205.83894 463.875 205.47957 463.875Q205.1202 463.875 204.90144 464.125Q204.69832 464.375 204.69832 464.78125L204.69832 465.14062ZM207.47957 468.75Q207.47957 468.10938 207.88582 467.70312Q208.3077 467.29688 208.9327 467.29688Q209.57332 467.29688 209.97957 467.70312Q210.40144 468.10938 210.40144 468.79688L210.40144 469.14062Q210.40144 469.78125 209.9952 470.20312Q209.58894 470.60938 208.94832 470.60938Q208.32332 470.60938 207.90144 470.20312Q207.47957 469.78125 207.47957 469.10938L207.47957 468.75ZM208.16707 469.14062Q208.16707 469.51562 208.3702 469.76562Q208.58894 470.01562 208.94832 470.01562Q209.3077 470.01562 209.51082 469.78125Q209.72957 469.53125 209.72957 469.125L209.72957 468.75Q209.72957 468.375 209.51082 468.125Q209.29207 467.875 208.94832 467.875Q208.58894 467.875 208.3702 468.125Q208.16707 468.35938 208.16707 468.78125L208.16707 469.14062ZM205.69832 469.96875L205.1827 469.64062L208.65144 464.07812L209.16707 464.40625L205.69832 469.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.42184 529.5L189.7656 529.5L189.7656 528.84375L192.21872 526.1094Q192.7656 525.5 192.96872 525.1094Q193.18747 524.71875 193.18747 524.2969Q193.18747 523.75 192.84372 523.3906Q192.5156 523.03125 191.9531 523.03125Q191.28122 523.03125 190.90622 523.4219Q190.53122 523.7969 190.53122 524.4844L189.62497 524.4844Q189.62497 523.5 190.24997 522.90625Q190.8906 522.2969 191.9531 522.2969Q192.93747 522.2969 193.5156 522.8125Q194.09372 523.3281 194.09372 524.2031Q194.09372 525.25 192.74997 526.7031L190.85934 528.7656L194.42184 528.7656L194.42184 529.5ZM195.68747 523.75Q195.68747 523.125 196.09372 522.7031Q196.49997 522.28125 197.1406 522.28125Q197.79684 522.28125 198.18747 522.7031Q198.59372 523.125 198.59372 523.78125L198.59372 524.1406Q198.59372 524.78125 198.18747 525.1875Q197.78122 525.59375 197.15622 525.59375Q196.5156 525.59375 196.09372 525.1875Q195.68747 524.78125 195.68747 524.09375L195.68747 523.75ZM196.35934 524.1406Q196.35934 524.5156 196.56247 524.7656Q196.78122 525.0 197.15622 525.0Q197.49997 525.0 197.7031 524.7656Q197.92184 524.53125 197.92184 524.1094L197.92184 523.75Q197.92184 523.375 197.7031 523.125Q197.49997 522.875 197.1406 522.875Q196.78122 522.875 196.56247 523.125Q196.35934 523.375 196.35934 523.78125L196.35934 524.1406ZM199.1406 527.75Q199.1406 527.1094 199.54684 526.7031Q199.96872 526.2969 200.59372 526.2969Q201.23434 526.2969 201.6406 526.7031Q202.06247 527.1094 202.06247 527.7969L202.06247 528.1406Q202.06247 528.78125 201.65622 529.2031Q201.24997 529.6094 200.60934 529.6094Q199.98434 529.6094 199.56247 529.2031Q199.1406 528.78125 199.1406 528.1094L199.1406 527.75ZM199.8281 528.1406Q199.8281 528.5156 200.03122 528.7656Q200.24997 529.0156 200.60934 529.0156Q200.96872 529.0156 201.17184 528.78125Q201.3906 528.53125 201.3906 528.125L201.3906 527.75Q201.3906 527.375 201.17184 527.125Q200.9531 526.875 200.60934 526.875Q200.24997 526.875 200.03122 527.125Q199.8281 527.3594 199.8281 527.78125L199.8281 528.1406ZM197.35934 528.96875L196.84372 528.6406L200.31247 523.0781L200.8281 523.40625L197.35934 528.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M194.42184 529.5L189.7656 529.5L189.7656 528.84375L192.21872 526.1094Q192.7656 525.5 192.96872 525.1094Q193.18747 524.71875 193.18747 524.2969Q193.18747 523.75 192.84372 523.3906Q192.5156 523.03125 191.9531 523.03125Q191.28122 523.03125 190.90622 523.4219Q190.53122 523.7969 190.53122 524.4844L189.62497 524.4844Q189.62497 523.5 190.24997 522.90625Q190.8906 522.2969 191.9531 522.2969Q192.93747 522.2969 193.5156 522.8125Q194.09372 523.3281 194.09372 524.2031Q194.09372 525.25 192.74997 526.7031L190.85934 528.7656L194.42184 528.7656L194.42184 529.5ZM195.68747 523.75Q195.68747 523.125 196.09372 522.7031Q196.49997 522.28125 197.1406 522.28125Q197.79684 522.28125 198.18747 522.7031Q198.59372 523.125 198.59372 523.78125L198.59372 524.1406Q198.59372 524.78125 198.18747 525.1875Q197.78122 525.59375 197.15622 525.59375Q196.5156 525.59375 196.09372 525.1875Q195.68747 524.78125 195.68747 524.09375L195.68747 523.75ZM196.35934 524.1406Q196.35934 524.5156 196.56247 524.7656Q196.78122 525.0 197.15622 525.0Q197.49997 525.0 197.7031 524.7656Q197.92184 524.53125 197.92184 524.1094L197.92184 523.75Q197.92184 523.375 197.7031 523.125Q197.49997 522.875 197.1406 522.875Q196.78122 522.875 196.56247 523.125Q196.35934 523.375 196.35934 523.78125L196.35934 524.1406ZM199.1406 527.75Q199.1406 527.1094 199.54684 526.7031Q199.96872 526.2969 200.59372 526.2969Q201.23434 526.2969 201.6406 526.7031Q202.06247 527.1094 202.06247 527.7969L202.06247 528.1406Q202.06247 528.78125 201.65622 529.2031Q201.24997 529.6094 200.60934 529.6094Q199.98434 529.6094 199.56247 529.2031Q199.1406 528.78125 199.1406 528.1094L199.1406 527.75ZM199.8281 528.1406Q199.8281 528.5156 200.03122 528.7656Q200.24997 529.0156 200.60934 529.0156Q200.96872 529.0156 201.17184 528.78125Q201.3906 528.53125 201.3906 528.125L201.3906 527.75Q201.3906 527.375 201.17184 527.125Q200.9531 526.875 200.60934 526.875Q200.24997 526.875 200.03122 527.125Q199.8281 527.3594 199.8281 527.78125L199.8281 528.1406ZM197.35934 528.96875L196.84372 528.6406L200.31247 523.0781L200.8281 523.40625L197.35934 528.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.66225 581.3906L217.66225 582.15625L217.49037 582.15625Q216.4435 582.1719 215.8185 582.78125Q215.1935 583.375 215.08412 584.4844Q215.64662 583.84375 216.61537 583.84375Q217.55287 583.84375 218.09975 584.5Q218.66225 585.1406 218.66225 586.1875Q218.66225 587.28125 218.05287 587.9375Q217.45912 588.59375 216.45912 588.59375Q215.4435 588.59375 214.80287 587.8125Q214.16225 587.03125 214.16225 585.7969L214.16225 585.4531Q214.16225 583.4844 214.99037 582.4531Q215.83412 581.40625 217.49037 581.3906L217.66225 581.3906ZM216.47475 584.59375Q216.006 584.59375 215.61537 584.875Q215.22475 585.1406 215.0685 585.5625L215.0685 585.8906Q215.0685 586.78125 215.45912 587.3125Q215.86537 587.84375 216.45912 587.84375Q217.0685 587.84375 217.41225 587.40625Q217.77162 586.9531 217.77162 586.21875Q217.77162 585.4844 217.41225 585.0469Q217.05287 584.59375 216.47475 584.59375ZM220.03725 582.75Q220.03725 582.125 220.4435 581.7031Q220.84975 581.28125 221.49037 581.28125Q222.14662 581.28125 222.53725 581.7031Q222.9435 582.125 222.9435 582.78125L222.9435 583.1406Q222.9435 583.78125 222.53725 584.1875Q222.131 584.59375 221.506 584.59375Q220.86537 584.59375 220.4435 584.1875Q220.03725 583.78125 220.03725 583.09375L220.03725 582.75ZM220.70912 583.1406Q220.70912 583.5156 220.91225 583.7656Q221.131 584.0 221.506 584.0Q221.84975 584.0 222.05287 583.7656Q222.27162 583.53125 222.27162 583.1094L222.27162 582.75Q222.27162 582.375 222.05287 582.125Q221.84975 581.875 221.49037 581.875Q221.131 581.875 220.91225 582.125Q220.70912 582.375 220.70912 582.78125L220.70912 583.1406ZM223.49037 586.75Q223.49037 586.1094 223.89662 585.7031Q224.3185 585.2969 224.9435 585.2969Q225.58412 585.2969 225.99037 585.7031Q226.41225 586.1094 226.41225 586.7969L226.41225 587.1406Q226.41225 587.78125 226.006 588.2031Q225.59975 588.6094 224.95912 588.6094Q224.33412 588.6094 223.91225 588.2031Q223.49037 587.78125 223.49037 587.1094L223.49037 586.75ZM224.17787 587.1406Q224.17787 587.5156 224.381 587.7656Q224.59975 588.0156 224.95912 588.0156Q225.3185 588.0156 225.52162 587.78125Q225.74037 587.53125 225.74037 587.125L225.74037 586.75Q225.74037 586.375 225.52162 586.125Q225.30287 585.875 224.95912 585.875Q224.59975 585.875 224.381 586.125Q224.17787 586.3594 224.17787 586.78125L224.17787 587.1406ZM221.70912 587.96875L221.1935 587.6406L224.66225 582.0781L225.17787 582.40625L221.70912 587.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M217.66225 581.3906L217.66225 582.15625L217.49037 582.15625Q216.4435 582.1719 215.8185 582.78125Q215.1935 583.375 215.08412 584.4844Q215.64662 583.84375 216.61537 583.84375Q217.55287 583.84375 218.09975 584.5Q218.66225 585.1406 218.66225 586.1875Q218.66225 587.28125 218.05287 587.9375Q217.45912 588.59375 216.45912 588.59375Q215.4435 588.59375 214.80287 587.8125Q214.16225 587.03125 214.16225 585.7969L214.16225 585.4531Q214.16225 583.4844 214.99037 582.4531Q215.83412 581.40625 217.49037 581.3906L217.66225 581.3906ZM216.47475 584.59375Q216.006 584.59375 215.61537 584.875Q215.22475 585.1406 215.0685 585.5625L215.0685 585.8906Q215.0685 586.78125 215.45912 587.3125Q215.86537 587.84375 216.45912 587.84375Q217.0685 587.84375 217.41225 587.40625Q217.77162 586.9531 217.77162 586.21875Q217.77162 585.4844 217.41225 585.0469Q217.05287 584.59375 216.47475 584.59375ZM220.03725 582.75Q220.03725 582.125 220.4435 581.7031Q220.84975 581.28125 221.49037 581.28125Q222.14662 581.28125 222.53725 581.7031Q222.9435 582.125 222.9435 582.78125L222.9435 583.1406Q222.9435 583.78125 222.53725 584.1875Q222.131 584.59375 221.506 584.59375Q220.86537 584.59375 220.4435 584.1875Q220.03725 583.78125 220.03725 583.09375L220.03725 582.75ZM220.70912 583.1406Q220.70912 583.5156 220.91225 583.7656Q221.131 584.0 221.506 584.0Q221.84975 584.0 222.05287 583.7656Q222.27162 583.53125 222.27162 583.1094L222.27162 582.75Q222.27162 582.375 222.05287 582.125Q221.84975 581.875 221.49037 581.875Q221.131 581.875 220.91225 582.125Q220.70912 582.375 220.70912 582.78125L220.70912 583.1406ZM223.49037 586.75Q223.49037 586.1094 223.89662 585.7031Q224.3185 585.2969 224.9435 585.2969Q225.58412 585.2969 225.99037 585.7031Q226.41225 586.1094 226.41225 586.7969L226.41225 587.1406Q226.41225 587.78125 226.006 588.2031Q225.59975 588.6094 224.95912 588.6094Q224.33412 588.6094 223.91225 588.2031Q223.49037 587.78125 223.49037 587.1094L223.49037 586.75ZM224.17787 587.1406Q224.17787 587.5156 224.381 587.7656Q224.59975 588.0156 224.95912 588.0156Q225.3185 588.0156 225.52162 587.78125Q225.74037 587.53125 225.74037 587.125L225.74037 586.75Q225.74037 586.375 225.52162 586.125Q225.30287 585.875 224.95912 585.875Q224.59975 585.875 224.381 586.125Q224.17787 586.3594 224.17787 586.78125L224.17787 587.1406ZM221.70912 587.96875L221.1935 587.6406L224.66225 582.0781L225.17787 582.40625L221.70912 587.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M324.59708 642.97736Q324.59708 642.21173 325.08145 641.71173Q325.58145 641.21173 326.34708 641.21173Q327.12833 641.21173 327.6127 641.71173Q328.09708 642.21173 328.09708 643.0086L328.09708 643.4305Q328.09708 644.1961 327.59708 644.6961Q327.1127 645.1805 326.3627 645.1805Q325.59708 645.1805 325.09708 644.6961Q324.59708 644.1961 324.59708 643.3836L324.59708 642.97736ZM325.40958 643.4305Q325.40958 643.8836 325.65958 644.1805Q325.9252 644.47736 326.3627 644.47736Q326.78458 644.47736 327.03458 644.1961Q327.28458 643.89923 327.28458 643.39923L327.28458 642.97736Q327.28458 642.52423 327.03458 642.22736Q326.78458 641.91486 326.34708 641.91486Q325.90958 641.91486 325.65958 642.22736Q325.40958 642.52423 325.40958 642.993L325.40958 643.4305ZM328.75333 647.77423Q328.75333 647.0086 329.2377 646.52423Q329.7377 646.02423 330.50333 646.02423Q331.26895 646.02423 331.75333 646.52423Q332.25333 647.0086 332.25333 647.8211L332.25333 648.22736Q332.25333 648.993 331.76895 649.493Q331.28458 649.993 330.51895 649.993Q329.75333 649.993 329.25333 649.5086Q328.75333 649.0086 328.75333 648.1961L328.75333 647.77423ZM329.56583 648.22736Q329.56583 648.6961 329.81583 648.993Q330.08145 649.28986 330.51895 649.28986Q330.94083 649.28986 331.19083 649.0086Q331.44083 648.71173 331.44083 648.21173L331.44083 647.77423Q331.44083 647.3055 331.1752 647.02423Q330.9252 646.72736 330.50333 646.72736Q330.08145 646.72736 329.81583 647.02423Q329.56583 647.3055 329.56583 647.8055L329.56583 648.22736ZM326.6127 649.22736L325.9877 648.83673L330.15958 642.16486L330.76895 642.5555L326.6127 649.22736ZM336.51895 646.6336Q336.51895 645.71173 336.87833 644.96173Q337.25333 644.21173 337.90958 643.8211Q338.56583 643.41486 339.39395 643.41486Q340.69083 643.41486 341.4877 644.3055Q342.3002 645.1961 342.3002 646.6961L342.3002 646.77423Q342.3002 647.6961 341.94083 648.4305Q341.58145 649.16486 340.9252 649.58673Q340.26895 649.993 339.40958 649.993Q338.12833 649.993 337.31583 649.10236Q336.51895 648.1961 336.51895 646.71173L336.51895 646.6336ZM337.6127 646.77423Q337.6127 647.8211 338.09708 648.46173Q338.59708 649.10236 339.40958 649.10236Q340.2377 649.10236 340.72208 648.46173Q341.20645 647.8055 341.20645 646.6336Q341.20645 645.60236 340.70645 644.96173Q340.22208 644.3055 339.39395 644.3055Q338.59708 644.3055 338.09708 644.9461Q337.6127 645.5711 337.6127 646.77423ZM344.34708 649.868L344.34708 644.368L343.34708 644.368L343.34708 643.52423L344.34708 643.52423L344.34708 642.8836Q344.34708 641.85236 344.87833 641.3055Q345.4252 640.743 346.4252 640.743Q346.8002 640.743 347.1752 640.83673L347.1127 641.72736Q346.83145 641.66486 346.53458 641.66486Q346.00333 641.66486 345.70645 641.97736Q345.4252 642.28986 345.4252 642.85236L345.4252 643.52423L346.78458 643.52423L346.78458 644.368L345.4252 644.368L345.4252 649.868L344.34708 649.868ZM353.87833 644.493Q353.62833 644.46173 353.34708 644.46173Q352.26895 644.46173 351.89395 645.368L351.89395 649.868L350.81583 649.868L350.81583 643.52423L351.8627 643.52423L351.87833 644.2586Q352.40958 643.41486 353.39395 643.41486Q353.70645 643.41486 353.87833 643.493L353.87833 644.493ZM357.44083 649.993Q356.14395 649.993 355.33145 649.14923Q354.53458 648.28986 354.53458 646.868L354.53458 646.6805Q354.53458 645.72736 354.89395 644.993Q355.25333 644.243 355.89395 643.83673Q356.5502 643.41486 357.3002 643.41486Q358.53458 643.41486 359.22208 644.22736Q359.90958 645.03986 359.90958 646.5555L359.90958 647.0086L355.6127 647.0086Q355.64395 647.9461 356.15958 648.52423Q356.69083 649.10236 357.50333 649.10236Q358.06583 649.10236 358.45645 648.868Q358.8627 648.6336 359.1752 648.243L359.83145 648.7586Q359.03458 649.993 357.44083 649.993ZM357.3002 644.3055Q356.64395 644.3055 356.19083 644.78986Q355.75333 645.2586 355.65958 646.118L358.83145 646.118L358.83145 646.03986Q358.78458 645.21173 358.37833 644.7586Q357.9877 644.3055 357.3002 644.3055ZM364.50333 648.1805Q364.50333 647.743 364.15958 647.5086Q363.83145 647.2586 363.00333 647.08673Q362.19083 646.91486 361.70645 646.66486Q361.22208 646.41486 360.9877 646.08673Q360.76895 645.743 360.76895 645.27423Q360.76895 644.493 361.4252 643.96173Q362.08145 643.41486 363.1127 643.41486Q364.19083 643.41486 364.84708 643.97736Q365.51895 644.52423 365.51895 645.3836L364.44083 645.3836Q364.44083 644.9461 364.0502 644.6336Q363.6752 644.3055 363.1127 644.3055Q362.51895 644.3055 362.1752 644.5711Q361.84708 644.8211 361.84708 645.22736Q361.84708 645.618 362.15958 645.8211Q362.47208 646.02423 363.28458 646.21173Q364.09708 646.3836 364.59708 646.6336Q365.09708 646.8836 365.33145 647.243Q365.58145 647.60236 365.58145 648.10236Q365.58145 648.96173 364.89395 649.47736Q364.22208 649.993 363.14395 649.993Q362.37833 649.993 361.78458 649.72736Q361.20645 649.4461 360.87833 648.96173Q360.5502 648.47736 360.5502 647.91486L361.62833 647.91486Q361.65958 648.46173 362.06583 648.78986Q362.47208 649.10236 363.14395 649.10236Q363.75333 649.10236 364.12833 648.85236Q364.50333 648.60236 364.50333 648.1805ZM372.15958 646.77423Q372.15958 648.21173 371.50333 649.10236Q370.84708 649.993 369.70645 649.993Q368.5502 649.993 367.89395 649.2586L367.89395 652.3055L366.81583 652.3055L366.81583 643.52423L367.8002 643.52423L367.84708 644.22736Q368.51895 643.41486 369.69083 643.41486Q370.83145 643.41486 371.4877 644.27423Q372.15958 645.1336 372.15958 646.66486L372.15958 646.77423ZM371.08145 646.64923Q371.08145 645.5711 370.6127 644.96173Q370.15958 644.33673 369.3627 644.33673Q368.37833 644.33673 367.89395 645.1961L367.89395 648.22736Q368.37833 649.10236 369.37833 649.10236Q370.15958 649.10236 370.6127 648.493Q371.08145 647.868 371.08145 646.64923ZM373.51895 646.6336Q373.51895 645.71173 373.87833 644.96173Q374.25333 644.21173 374.90958 643.8211Q375.56583 643.41486 376.39395 643.41486Q377.69083 643.41486 378.4877 644.3055Q379.3002 645.1961 379.3002 646.6961L379.3002 646.77423Q379.3002 647.6961 378.94083 648.4305Q378.58145 649.16486 377.9252 649.58673Q377.26895 649.993 376.40958 649.993Q375.12833 649.993 374.31583 649.10236Q373.51895 648.1961 373.51895 646.71173L373.51895 646.6336ZM374.6127 646.77423Q374.6127 647.8211 375.09708 648.46173Q375.59708 649.10236 376.40958 649.10236Q377.2377 649.10236 377.72208 648.46173Q378.20645 647.8055 378.20645 646.6336Q378.20645 645.60236 377.70645 644.96173Q377.22208 644.3055 376.39395 644.3055Q375.59708 644.3055 375.09708 644.9461Q374.6127 645.5711 374.6127 646.77423ZM381.83145 643.52423L381.8627 644.3211Q382.59708 643.41486 383.76895 643.41486Q385.78458 643.41486 385.8002 645.6805L385.8002 649.868L384.70645 649.868L384.70645 645.66486Q384.70645 644.993 384.39395 644.66486Q384.09708 644.33673 383.44083 644.33673Q382.90958 644.33673 382.50333 644.618Q382.1127 644.89923 381.89395 645.35236L381.89395 649.868L380.81583 649.868L380.81583 643.52423L381.83145 643.52423ZM387.5502 646.64923Q387.5502 645.1805 388.2377 644.3055Q388.9252 643.41486 390.0502 643.41486Q391.15958 643.41486 391.81583 644.16486L391.81583 640.868L392.89395 640.868L392.89395 649.868L391.89395 649.868L391.84708 649.1805Q391.19083 649.993 390.03458 649.993Q388.94083 649.993 388.2377 649.08673Q387.5502 648.1805 387.5502 646.72736L387.5502 646.64923ZM388.62833 646.77423Q388.62833 647.85236 389.06583 648.46173Q389.51895 649.0711 390.3002 649.0711Q391.33145 649.0711 391.81583 648.1336L391.81583 645.22736Q391.33145 644.33673 390.31583 644.33673Q389.51895 644.33673 389.06583 644.9461Q388.62833 645.5555 388.62833 646.77423ZM397.44083 649.993Q396.14395 649.993 395.33145 649.14923Q394.53458 648.28986 394.53458 646.868L394.53458 646.6805Q394.53458 645.72736 394.89395 644.993Q395.25333 644.243 395.89395 643.83673Q396.5502 643.41486 397.3002 643.41486Q398.53458 643.41486 399.22208 644.22736Q399.90958 645.03986 399.90958 646.5555L399.90958 647.0086L395.6127 647.0086Q395.64395 647.9461 396.15958 648.52423Q396.69083 649.10236 397.50333 649.10236Q398.06583 649.10236 398.45645 648.868Q398.8627 648.6336 399.1752 648.243L399.83145 648.7586Q399.03458 649.993 397.44083 649.993ZM397.3002 644.3055Q396.64395 644.3055 396.19083 644.78986Q395.75333 645.2586 395.65958 646.118L398.83145 646.118L398.83145 646.03986Q398.78458 645.21173 398.37833 644.7586Q397.9877 644.3055 397.3002 644.3055ZM401.83145 643.52423L401.8627 644.3211Q402.59708 643.41486 403.76895 643.41486Q405.78458 643.41486 405.8002 645.6805L405.8002 649.868L404.70645 649.868L404.70645 645.66486Q404.70645 644.993 404.39395 644.66486Q404.09708 644.33673 403.44083 644.33673Q402.90958 644.33673 402.50333 644.618Q402.1127 644.89923 401.89395 645.35236L401.89395 649.868L400.81583 649.868L400.81583 643.52423L401.83145 643.52423ZM409.28458 641.993L409.28458 643.52423L410.45645 643.52423L410.45645 644.368L409.28458 644.368L409.28458 648.28986Q409.28458 648.6805 409.44083 648.868Q409.59708 649.0555 409.97208 649.0555Q410.15958 649.0555 410.4877 648.993L410.4877 649.868Q410.06583 649.993 409.65958 649.993Q408.94083 649.993 408.56583 649.5555Q408.19083 649.10236 408.19083 648.28986L408.19083 644.368L407.03458 644.368L407.03458 643.52423L408.19083 643.52423L408.19083 641.993L409.28458 641.993ZM415.50333 648.1805Q415.50333 647.743 415.15958 647.5086Q414.83145 647.2586 414.00333 647.08673Q413.19083 646.91486 412.70645 646.66486Q412.22208 646.41486 411.9877 646.08673Q411.76895 645.743 411.76895 645.27423Q411.76895 644.493 412.4252 643.96173Q413.08145 643.41486 414.1127 643.41486Q415.19083 643.41486 415.84708 643.97736Q416.51895 644.52423 416.51895 645.3836L415.44083 645.3836Q415.44083 644.9461 415.0502 644.6336Q414.6752 644.3055 414.1127 644.3055Q413.51895 644.3055 413.1752 644.5711Q412.84708 644.8211 412.84708 645.22736Q412.84708 645.618 413.15958 645.8211Q413.47208 646.02423 414.28458 646.21173Q415.09708 646.3836 415.59708 646.6336Q416.09708 646.8836 416.33145 647.243Q416.58145 647.60236 416.58145 648.10236Q416.58145 648.96173 415.89395 649.47736Q415.22208 649.993 414.14395 649.993Q413.37833 649.993 412.78458 649.72736Q412.20645 649.4461 411.87833 648.96173Q411.5502 648.47736 411.5502 647.91486L412.62833 647.91486Q412.65958 648.46173 413.06583 648.78986Q413.47208 649.10236 414.14395 649.10236Q414.75333 649.10236 415.12833 648.85236Q415.50333 648.60236 415.50333 648.1805Z" fill-rule="nonzero"/><path fill="#666666" d="M39.0 92.599014Q37.5625 92.17714 36.890625 91.567764Q36.234375 90.95839 36.234375 90.067764Q36.234375 89.067764 37.03125 88.411514Q37.84375 87.73964 39.140625 87.73964Q40.015625 87.73964 40.703125 88.08339Q41.390625 88.42714 41.765625 89.02089Q42.15625 89.61464 42.15625 90.33339L41.015625 90.33339Q41.015625 89.55214 40.515625 89.11464Q40.03125 88.67714 39.140625 88.67714Q38.3125 88.67714 37.84375 89.05214Q37.375 89.411514 37.375 90.05214Q37.375 90.58339 37.8125 90.942764Q38.265625 91.30214 39.328125 91.599014Q40.390625 91.89589 40.984375 92.255264Q41.59375 92.61464 41.875 93.099014Q42.171875 93.58339 42.171875 94.224014Q42.171875 95.27089 41.359375 95.89589Q40.546875 96.52089 39.203125 96.52089Q38.3125 96.52089 37.546875 96.17714Q36.796875 95.83339 36.375 95.255264Q35.96875 94.661514 35.96875 93.92714L37.09375 93.92714Q37.09375 94.692764 37.671875 95.14589Q38.25 95.599014 39.203125 95.599014Q40.09375 95.599014 40.5625 95.23964Q41.03125 94.86464 41.03125 94.23964Q41.03125 93.61464 40.59375 93.27089Q40.15625 92.92714 39.0 92.599014ZM45.953125 96.52089Q44.65625 96.52089 43.84375 95.67714Q43.046875 94.817764 43.046875 93.39589L43.046875 93.20839Q43.046875 92.255264 43.40625 91.52089Q43.765625 90.77089 44.40625 90.36464Q45.0625 89.942764 45.8125 89.942764Q47.046875 89.942764 47.734375 90.755264Q48.421875 91.567764 48.421875 93.08339L48.421875 93.536514L44.125 93.536514Q44.15625 94.474014 44.671875 95.05214Q45.203125 95.630264 46.015625 95.630264Q46.578125 95.630264 46.96875 95.39589Q47.375 95.161514 47.6875 94.77089L48.34375 95.286514Q47.546875 96.52089 45.953125 96.52089ZM45.8125 90.83339Q45.15625 90.83339 44.703125 91.317764Q44.265625 91.786514 44.171875 92.64589L47.34375 92.64589L47.34375 92.567764Q47.296875 91.73964 46.890625 91.286514Q46.5 90.83339 45.8125 90.83339ZM50.5 96.39589L49.421875 96.39589L49.421875 87.39589L50.5 87.39589L50.5 96.39589ZM52.859375 96.39589L52.859375 90.89589L51.859375 90.89589L51.859375 90.05214L52.859375 90.05214L52.859375 89.411514Q52.859375 88.380264 53.390625 87.83339Q53.9375 87.27089 54.9375 87.27089Q55.3125 87.27089 55.6875 87.36464L55.625 88.255264Q55.34375 88.192764 55.046875 88.192764Q54.515625 88.192764 54.21875 88.505264Q53.9375 88.817764 53.9375 89.380264L53.9375 90.05214L55.296875 90.05214L55.296875 90.89589L53.9375 90.89589L53.9375 96.39589L52.859375 96.39589ZM58.578125 93.20839L55.71875 93.20839L55.71875 92.33339L58.578125 92.33339L58.578125 93.20839ZM59.03125 93.161514Q59.03125 92.23964 59.390625 91.48964Q59.765625 90.73964 60.421875 90.349014Q61.078125 89.942764 61.90625 89.942764Q63.203125 89.942764 64.0 90.83339Q64.8125 91.724014 64.8125 93.224014L64.8125 93.30214Q64.8125 94.224014 64.453125 94.95839Q64.09375 95.692764 63.4375 96.11464Q62.78125 96.52089 61.921875 96.52089Q60.640625 96.52089 59.828125 95.630264Q59.03125 94.724014 59.03125 93.23964L59.03125 93.161514ZM60.125 93.30214Q60.125 94.349014 60.609375 94.98964Q61.109375 95.630264 61.921875 95.630264Q62.75 95.630264 63.234375 94.98964Q63.71875 94.33339 63.71875 93.161514Q63.71875 92.130264 63.21875 91.48964Q62.734375 90.83339 61.90625 90.83339Q61.109375 90.83339 60.609375 91.474014Q60.125 92.099014 60.125 93.30214ZM71.9375 94.89589L73.15625 90.05214L74.234375 90.05214L72.390625 96.39589L71.515625 96.39589L69.96875 91.58339L68.46875 96.39589L67.59375 96.39589L65.75 90.05214L66.828125 90.05214L68.078125 94.80214L69.5625 90.05214L70.421875 90.05214L71.9375 94.89589ZM76.34375 90.05214L76.375 90.849014Q77.109375 89.942764 78.28125 89.942764Q80.296875 89.942764 80.3125 92.20839L80.3125 96.39589L79.21875 96.39589L79.21875 92.192764Q79.21875 91.52089 78.90625 91.192764Q78.609375 90.86464 77.953125 90.86464Q77.421875 90.86464 77.015625 91.14589Q76.625 91.42714 76.40625 91.880264L76.40625 96.39589L75.328125 96.39589L75.328125 90.05214L76.34375 90.05214ZM84.953125 96.52089Q83.65625 96.52089 82.84375 95.67714Q82.046875 94.817764 82.046875 93.39589L82.046875 93.20839Q82.046875 92.255264 82.40625 91.52089Q82.765625 90.77089 83.40625 90.36464Q84.0625 89.942764 84.8125 89.942764Q86.046875 89.942764 86.734375 90.755264Q87.421875 91.567764 87.421875 93.08339L87.421875 93.536514L83.125 93.536514Q83.15625 94.474014 83.671875 95.05214Q84.203125 95.630264 85.015625 95.630264Q85.578125 95.630264 85.96875 95.39589Q86.375 95.161514 86.6875 94.77089L87.34375 95.286514Q86.546875 96.52089 84.953125 96.52089ZM84.8125 90.83339Q84.15625 90.83339 83.703125 91.317764Q83.265625 91.786514 83.171875 92.64589L86.34375 92.64589L86.34375 92.567764Q86.296875 91.73964 85.890625 91.286514Q85.5 90.83339 84.8125 90.83339ZM88.0625 93.17714Q88.0625 91.70839 88.75 90.83339Q89.4375 89.942764 90.5625 89.942764Q91.671875 89.942764 92.328125 90.692764L92.328125 87.39589L93.40625 87.39589L93.40625 96.39589L92.40625 96.39589L92.359375 95.70839Q91.703125 96.52089 90.546875 96.52089Q89.453125 96.52089 88.75 95.61464Q88.0625 94.70839 88.0625 93.255264L88.0625 93.17714ZM89.140625 93.30214Q89.140625 94.380264 89.578125 94.98964Q90.03125 95.599014 90.8125 95.599014Q91.84375 95.599014 92.328125 94.661514L92.328125 91.755264Q91.84375 90.86464 90.828125 90.86464Q90.03125 90.86464 89.578125 91.474014Q89.140625 92.08339 89.140625 93.30214ZM98.03125 93.161514Q98.03125 92.23964 98.390625 91.48964Q98.765625 90.73964 99.421875 90.349014Q100.078125 89.942764 100.90625 89.942764Q102.203125 89.942764 103.0 90.83339Q103.8125 91.724014 103.8125 93.224014L103.8125 93.30214Q103.8125 94.224014 103.453125 94.95839Q103.09375 95.692764 102.4375 96.11464Q101.78125 96.52089 100.921875 96.52089Q99.640625 96.52089 98.828125 95.630264Q98.03125 94.724014 98.03125 93.23964L98.03125 93.161514ZM99.125 93.30214Q99.125 94.349014 99.609375 94.98964Q100.109375 95.630264 100.921875 95.630264Q101.75 95.630264 102.234375 94.98964Q102.71875 94.33339 102.71875 93.161514Q102.71875 92.130264 102.21875 91.48964Q101.734375 90.83339 100.90625 90.83339Q100.109375 90.83339 99.609375 91.474014Q99.125 92.099014 99.125 93.30214ZM108.390625 91.02089Q108.140625 90.98964 107.859375 90.98964Q106.78125 90.98964 106.40625 91.89589L106.40625 96.39589L105.328125 96.39589L105.328125 90.05214L106.375 90.05214L106.390625 90.786514Q106.921875 89.942764 107.90625 89.942764Q108.21875 89.942764 108.390625 90.02089L108.390625 91.02089ZM114.859375 95.630264Q115.4375 95.630264 115.875 95.286514Q116.3125 94.92714 116.359375 94.39589L117.390625 94.39589Q117.359375 94.942764 117.0 95.442764Q116.65625 95.92714 116.078125 96.224014Q115.515625 96.52089 114.859375 96.52089Q113.5625 96.52089 112.796875 95.661514Q112.046875 94.786514 112.046875 93.286514L112.046875 93.099014Q112.046875 92.17714 112.375 91.45839Q112.71875 90.73964 113.34375 90.349014Q113.984375 89.942764 114.859375 89.942764Q115.921875 89.942764 116.625 90.58339Q117.34375 91.20839 117.390625 92.23964L116.359375 92.23964Q116.3125 91.61464 115.890625 91.224014Q115.46875 90.83339 114.859375 90.83339Q114.03125 90.83339 113.578125 91.42714Q113.125 92.02089 113.125 93.14589L113.125 93.349014Q113.125 94.442764 113.578125 95.036514Q114.03125 95.630264 114.859375 95.630264ZM118.03125 93.161514Q118.03125 92.23964 118.390625 91.48964Q118.765625 90.73964 119.421875 90.349014Q120.078125 89.942764 120.90625 89.942764Q122.203125 89.942764 123.0 90.83339Q123.8125 91.724014 123.8125 93.224014L123.8125 93.30214Q123.8125 94.224014 123.453125 94.95839Q123.09375 95.692764 122.4375 96.11464Q121.78125 96.52089 120.921875 96.52089Q119.640625 96.52089 118.828125 95.630264Q118.03125 94.724014 118.03125 93.23964L118.03125 93.161514ZM119.125 93.30214Q119.125 94.349014 119.609375 94.98964Q120.109375 95.630264 120.921875 95.630264Q121.75 95.630264 122.234375 94.98964Q122.71875 94.33339 122.71875 93.161514Q122.71875 92.130264 122.21875 91.48964Q121.734375 90.83339 120.90625 90.83339Q120.109375 90.83339 119.609375 91.474014Q119.125 92.099014 119.125 93.30214ZM126.34375 90.05214L126.375 90.755264Q127.0625 89.942764 128.25 89.942764Q129.57812 89.942764 130.0625 90.95839Q130.375 90.505264 130.875 90.224014Q131.39062 89.942764 132.07812 89.942764Q134.17188 89.942764 134.20312 92.14589L134.20312 96.39589L133.125 96.39589L133.125 92.20839Q133.125 91.536514 132.8125 91.20839Q132.5 90.86464 131.76562 90.86464Q131.15625 90.86464 130.75 91.224014Q130.35938 91.58339 130.29688 92.192764L130.29688 96.39589L129.21875 96.39589L129.21875 92.23964Q129.21875 90.86464 127.859375 90.86464Q126.796875 90.86464 126.40625 91.77089L126.40625 96.39589L125.3125 96.39589L125.3125 90.05214L126.34375 90.05214ZM141.67188 93.30214Q141.67188 94.73964 141.01562 95.630264Q140.35938 96.52089 139.21875 96.52089Q138.0625 96.52089 137.40625 95.786514L137.40625 98.83339L136.32812 98.83339L136.32812 90.05214L137.3125 90.05214L137.35938 90.755264Q138.03125 89.942764 139.20312 89.942764Q140.34375 89.942764 141.0 90.80214Q141.67188 91.661514 141.67188 93.192764L141.67188 93.30214ZM140.59375 93.17714Q140.59375 92.099014 140.125 91.48964Q139.67188 90.86464 138.875 90.86464Q137.89062 90.86464 137.40625 91.724014L137.40625 94.755264Q137.89062 95.630264 138.89062 95.630264Q139.67188 95.630264 140.125 95.02089Q140.59375 94.39589 140.59375 93.17714ZM147.23438 96.39589Q147.14062 96.20839 147.07812 95.724014Q146.32812 96.52089 145.28125 96.52089Q144.34375 96.52089 143.73438 95.98964Q143.14062 95.45839 143.14062 94.630264Q143.14062 93.64589 143.89062 93.099014Q144.64062 92.55214 146.01562 92.55214L147.0625 92.55214L147.0625 92.05214Q147.0625 91.48964 146.71875 91.161514Q146.39062 90.817764 145.71875 90.817764Q145.14062 90.817764 144.75 91.11464Q144.35938 91.39589 144.35938 91.817764L143.26562 91.817764Q143.26562 91.33339 143.59375 90.89589Q143.9375 90.45839 144.51562 90.20839Q145.09375 89.942764 145.78125 89.942764Q146.89062 89.942764 147.5 90.48964Q148.125 91.036514 148.15625 91.98964L148.15625 94.911514Q148.15625 95.786514 148.375 96.30214L148.375 96.39589L147.23438 96.39589ZM145.4375 95.567764Q145.95312 95.567764 146.40625 95.30214Q146.85938 95.036514 147.0625 94.61464L147.0625 93.317764L146.21875 93.317764Q144.21875 93.317764 144.21875 94.48964Q144.21875 94.98964 144.5625 95.286514Q144.90625 95.567764 145.4375 95.567764ZM151.34375 90.05214L151.375 90.849014Q152.10938 89.942764 153.28125 89.942764Q155.29688 89.942764 155.3125 92.20839L155.3125 96.39589L154.21875 96.39589L154.21875 92.192764Q154.21875 91.52089 153.90625 91.192764Q153.60938 90.86464 152.95312 90.86464Q152.42188 90.86464 152.01562 91.14589Q151.625 91.42714 151.40625 91.880264L151.40625 96.39589L150.32812 96.39589L150.32812 90.05214L151.34375 90.05214ZM159.39062 94.80214L160.875 90.05214L162.03125 90.05214L159.48438 97.380264Q158.89062 98.95839 157.60938 98.95839L157.39062 98.942764L157.0 98.86464L157.0 97.98964L157.28125 98.005264Q157.84375 98.005264 158.14062 97.786514Q158.45312 97.567764 158.65625 96.974014L158.89062 96.317764L156.625 90.05214L157.8125 90.05214L159.39062 94.80214ZM165.57812 93.20839L162.71875 93.20839L162.71875 92.33339L165.57812 92.33339L165.57812 93.20839Z" fill-rule="nonzero"/><path fill="#666666" d="M89.03125 108.161514Q89.03125 107.23964 89.390625 106.48964Q89.765625 105.73964 90.421875 105.349014Q91.078125 104.942764 91.90625 104.942764Q93.203125 104.942764 94.0 105.83339Q94.8125 106.724014 94.8125 108.224014L94.8125 108.30214Q94.8125 109.224014 94.453125 109.95839Q94.09375 110.692764 93.4375 111.11464Q92.78125 111.52089 91.921875 111.52089Q90.640625 111.52089 89.828125 110.630264Q89.03125 109.724014 89.03125 108.23964L89.03125 108.161514ZM90.125 108.30214Q90.125 109.349014 90.609375 109.98964Q91.109375 110.630264 91.921875 110.630264Q92.75 110.630264 93.234375 109.98964Q93.71875 109.33339 93.71875 108.161514Q93.71875 107.130264 93.21875 106.48964Q92.734375 105.83339 91.90625 105.83339Q91.109375 105.83339 90.609375 106.474014Q90.125 107.099014 90.125 108.30214ZM101.9375 109.89589L103.15625 105.05214L104.234375 105.05214L102.390625 111.39589L101.515625 111.39589L99.96875 106.58339L98.46875 111.39589L97.59375 111.39589L95.75 105.05214L96.828125 105.05214L98.078125 109.80214L99.5625 105.05214L100.421875 105.05214L101.9375 109.89589ZM106.34375 105.05214L106.375 105.849014Q107.109375 104.942764 108.28125 104.942764Q110.296875 104.942764 110.3125 107.20839L110.3125 111.39589L109.21875 111.39589L109.21875 107.192764Q109.21875 106.52089 108.90625 106.192764Q108.609375 105.86464 107.953125 105.86464Q107.421875 105.86464 107.015625 106.14589Q106.625 106.42714 106.40625 106.880264L106.40625 111.39589L105.328125 111.39589L105.328125 105.05214L106.34375 105.05214ZM114.953125 111.52089Q113.65625 111.52089 112.84375 110.67714Q112.046875 109.817764 112.046875 108.39589L112.046875 108.20839Q112.046875 107.255264 112.40625 106.52089Q112.765625 105.77089 113.40625 105.36464Q114.0625 104.942764 114.8125 104.942764Q116.046875 104.942764 116.734375 105.755264Q117.421875 106.567764 117.421875 108.08339L117.421875 108.536514L113.125 108.536514Q113.15625 109.474014 113.671875 110.05214Q114.203125 110.630264 115.015625 110.630264Q115.578125 110.630264 115.96875 110.39589Q116.375 110.161514 116.6875 109.77089L117.34375 110.286514Q116.546875 111.52089 114.953125 111.52089ZM114.8125 105.83339Q114.15625 105.83339 113.703125 106.317764Q113.265625 106.786514 113.171875 107.64589L116.34375 107.64589L116.34375 107.567764Q116.296875 106.73964 115.890625 106.286514Q115.5 105.83339 114.8125 105.83339ZM118.0625 108.17714Q118.0625 106.70839 118.75 105.83339Q119.4375 104.942764 120.5625 104.942764Q121.671875 104.942764 122.328125 105.692764L122.328125 102.39589L123.40625 102.39589L123.40625 111.39589L122.40625 111.39589L122.359375 110.70839Q121.703125 111.52089 120.546875 111.52089Q119.453125 111.52089 118.75 110.61464Q118.0625 109.70839 118.0625 108.255264L118.0625 108.17714ZM119.140625 108.30214Q119.140625 109.380264 119.578125 109.98964Q120.03125 110.599014 120.8125 110.599014Q121.84375 110.599014 122.328125 109.661514L122.328125 106.755264Q121.84375 105.86464 120.828125 105.86464Q120.03125 105.86464 119.578125 106.474014Q119.140625 107.08339 119.140625 108.30214ZM132.01562 109.70839Q132.01562 109.27089 131.67188 109.036514Q131.34375 108.786514 130.51562 108.61464Q129.70312 108.442764 129.21875 108.192764Q128.73438 107.942764 128.5 107.61464Q128.28125 107.27089 128.28125 106.80214Q128.28125 106.02089 128.9375 105.48964Q129.59375 104.942764 130.625 104.942764Q131.70312 104.942764 132.35938 105.505264Q133.03125 106.05214 133.03125 106.911514L131.95312 106.911514Q131.95312 106.474014 131.5625 106.161514Q131.1875 105.83339 130.625 105.83339Q130.03125 105.83339 129.6875 106.099014Q129.35938 106.349014 129.35938 106.755264Q129.35938 107.14589 129.67188 107.349014Q129.98438 107.55214 130.79688 107.73964Q131.60938 107.911514 132.10938 108.161514Q132.60938 108.411514 132.84375 108.77089Q133.09375 109.130264 133.09375 109.630264Q133.09375 110.48964 132.40625 111.005264Q131.73438 111.52089 130.65625 111.52089Q129.89062 111.52089 129.29688 111.255264Q128.71875 110.974014 128.39062 110.48964Q128.0625 110.005264 128.0625 109.442764L129.14062 109.442764Q129.17188 109.98964 129.57812 110.317764Q129.98438 110.630264 130.65625 110.630264Q131.26562 110.630264 131.64062 110.380264Q132.01562 110.130264 132.01562 109.70839ZM136.95312 111.52089Q135.65625 111.52089 134.84375 110.67714Q134.04688 109.817764 134.04688 108.39589L134.04688 108.20839Q134.04688 107.255264 134.40625 106.52089Q134.76562 105.77089 135.40625 105.36464Q136.0625 104.942764 136.8125 104.942764Q138.04688 104.942764 138.73438 105.755264Q139.42188 106.567764 139.42188 108.08339L139.42188 108.536514L135.125 108.536514Q135.15625 109.474014 135.67188 110.05214Q136.20312 110.630264 137.01562 110.630264Q137.57812 110.630264 137.96875 110.39589Q138.375 110.161514 138.6875 109.77089L139.34375 110.286514Q138.54688 111.52089 136.95312 111.52089ZM136.8125 105.83339Q136.15625 105.83339 135.70312 106.317764Q135.26562 106.786514 135.17188 107.64589L138.34375 107.64589L138.34375 107.567764Q138.29688 106.73964 137.89062 106.286514Q137.5 105.83339 136.8125 105.83339ZM143.39062 106.02089Q143.14062 105.98964 142.85938 105.98964Q141.78125 105.98964 141.40625 106.89589L141.40625 111.39589L140.32812 111.39589L140.32812 105.05214L141.375 105.05214L141.39062 105.786514Q141.92188 104.942764 142.90625 104.942764Q143.21875 104.942764 143.39062 105.02089L143.39062 106.02089ZM146.40625 109.92714L147.98438 105.05214L149.09375 105.05214L146.8125 111.39589L145.98438 111.39589L143.6875 105.05214L144.79688 105.05214L146.40625 109.92714ZM152.95312 111.52089Q151.65625 111.52089 150.84375 110.67714Q150.04688 109.817764 150.04688 108.39589L150.04688 108.20839Q150.04688 107.255264 150.40625 106.52089Q150.76562 105.77089 151.40625 105.36464Q152.0625 104.942764 152.8125 104.942764Q154.04688 104.942764 154.73438 105.755264Q155.42188 106.567764 155.42188 108.08339L155.42188 108.536514L151.125 108.536514Q151.15625 109.474014 151.67188 110.05214Q152.20312 110.630264 153.01562 110.630264Q153.57812 110.630264 153.96875 110.39589Q154.375 110.161514 154.6875 109.77089L155.34375 110.286514Q154.54688 111.52089 152.95312 111.52089ZM152.8125 105.83339Q152.15625 105.83339 151.70312 106.317764Q151.26562 106.786514 151.17188 107.64589L154.34375 107.64589L154.34375 107.567764Q154.29688 106.73964 153.89062 106.286514Q153.5 105.83339 152.8125 105.83339ZM159.39062 106.02089Q159.14062 105.98964 158.85938 105.98964Q157.78125 105.98964 157.40625 106.89589L157.40625 111.39589L156.32812 111.39589L156.32812 105.05214L157.375 105.05214L157.39062 105.786514Q157.92188 104.942764 158.90625 104.942764Q159.21875 104.942764 159.39062 105.02089L159.39062 106.02089ZM164.01562 109.70839Q164.01562 109.27089 163.67188 109.036514Q163.34375 108.786514 162.51562 108.61464Q161.70312 108.442764 161.21875 108.192764Q160.73438 107.942764 160.5 107.61464Q160.28125 107.27089 160.28125 106.80214Q160.28125 106.02089 160.9375 105.48964Q161.59375 104.942764 162.625 104.942764Q163.70312 104.942764 164.35938 105.505264Q165.03125 106.05214 165.03125 106.911514L163.95312 106.911514Q163.95312 106.474014 163.5625 106.161514Q163.1875 105.83339 162.625 105.83339Q162.03125 105.83339 161.6875 106.099014Q161.35938 106.349014 161.35938 106.755264Q161.35938 107.14589 161.67188 107.349014Q161.98438 107.55214 162.79688 107.73964Q163.60938 107.911514 164.10938 108.161514Q164.60938 108.411514 164.84375 108.77089Q165.09375 109.130264 165.09375 109.630264Q165.09375 110.48964 164.40625 111.005264Q163.73438 111.52089 162.65625 111.52089Q161.89062 111.52089 161.29688 111.255264Q160.71875 110.974014 160.39062 110.48964Q160.0625 110.005264 160.0625 109.442764L161.14062 109.442764Q161.17188 109.98964 161.57812 110.317764Q161.98438 110.630264 162.65625 110.630264Q163.26562 110.630264 163.64062 110.380264Q164.01562 110.130264 164.01562 109.70839Z" fill-rule="nonzero"/><path fill="#666666" d="M51.203125 152.977L47.625 152.977L46.828125 155.21138L45.671875 155.21138L48.921875 146.68013L49.90625 146.68013L53.171875 155.21138L52.015625 155.21138L51.203125 152.977ZM47.96875 152.05513L50.875 152.05513L49.421875 148.07076L47.96875 152.05513ZM55.34375 148.86763L55.375 149.57076Q56.0625 148.75826 57.25 148.75826Q58.578125 148.75826 59.0625 149.77388Q59.375 149.32076 59.875 149.0395Q60.390625 148.75826 61.078125 148.75826Q63.171875 148.75826 63.203125 150.96138L63.203125 155.21138L62.125 155.21138L62.125 151.02388Q62.125 150.352 61.8125 150.02388Q61.5 149.68013 60.765625 149.68013Q60.15625 149.68013 59.75 150.0395Q59.359375 150.39888 59.296875 151.00826L59.296875 155.21138L58.21875 155.21138L58.21875 151.05513Q58.21875 149.68013 56.859375 149.68013Q55.796875 149.68013 55.40625 150.58638L55.40625 155.21138L54.3125 155.21138L54.3125 148.86763L55.34375 148.86763ZM69.234375 155.21138Q69.140625 155.02388 69.078125 154.5395Q68.328125 155.33638 67.28125 155.33638Q66.34375 155.33638 65.734375 154.80513Q65.140625 154.27388 65.140625 153.44576Q65.140625 152.46138 65.890625 151.9145Q66.640625 151.36763 68.015625 151.36763L69.0625 151.36763L69.0625 150.86763Q69.0625 150.30513 68.71875 149.977Q68.390625 149.63326 67.71875 149.63326Q67.140625 149.63326 66.75 149.93013Q66.359375 150.21138 66.359375 150.63326L65.265625 150.63326Q65.265625 150.14888 65.59375 149.71138Q65.9375 149.27388 66.515625 149.02388Q67.09375 148.75826 67.78125 148.75826Q68.890625 148.75826 69.5 149.30513Q70.125 149.852 70.15625 150.80513L70.15625 153.727Q70.15625 154.602 70.375 155.11763L70.375 155.21138L69.234375 155.21138ZM67.4375 154.38326Q67.953125 154.38326 68.40625 154.11763Q68.859375 153.852 69.0625 153.43013L69.0625 152.13326L68.21875 152.13326Q66.21875 152.13326 66.21875 153.30513Q66.21875 153.80513 66.5625 154.102Q66.90625 154.38326 67.4375 154.38326ZM73.34375 154.32076L77.046875 154.32076L77.046875 155.21138L72.015625 155.21138L72.015625 154.4145L75.515625 149.77388L72.0625 149.77388L72.0625 148.86763L76.875 148.86763L76.875 149.63326L73.34375 154.32076ZM78.03125 151.977Q78.03125 151.05513 78.390625 150.30513Q78.765625 149.55513 79.421875 149.1645Q80.078125 148.75826 80.90625 148.75826Q82.203125 148.75826 83.0 149.64888Q83.8125 150.5395 83.8125 152.0395L83.8125 152.11763Q83.8125 153.0395 83.453125 153.77388Q83.09375 154.50826 82.4375 154.93013Q81.78125 155.33638 80.921875 155.33638Q79.640625 155.33638 78.828125 154.44576Q78.03125 153.5395 78.03125 152.05513L78.03125 151.977ZM79.125 152.11763Q79.125 153.1645 79.609375 153.80513Q80.109375 154.44576 80.921875 154.44576Q81.75 154.44576 82.234375 153.80513Q82.71875 153.14888 82.71875 151.977Q82.71875 150.94576 82.21875 150.30513Q81.734375 149.64888 80.90625 149.64888Q80.109375 149.64888 79.609375 150.2895Q79.125 150.9145 79.125 152.11763ZM86.34375 148.86763L86.375 149.6645Q87.109375 148.75826 88.28125 148.75826Q90.296875 148.75826 90.3125 151.02388L90.3125 155.21138L89.21875 155.21138L89.21875 151.00826Q89.21875 150.33638 88.90625 150.00826Q88.609375 149.68013 87.953125 149.68013Q87.421875 149.68013 87.015625 149.96138Q86.625 150.24263 86.40625 150.69576L86.40625 155.21138L85.328125 155.21138L85.328125 148.86763L86.34375 148.86763ZM97.328125 152.52388L97.5 153.64888L97.734375 152.63326L99.421875 146.68013L100.375 146.68013L102.015625 152.63326L102.25 153.6645L102.4375 152.50826L103.765625 146.68013L104.890625 146.68013L102.828125 155.21138L101.796875 155.21138L100.03125 148.99263L99.90625 148.33638L99.765625 148.99263L97.953125 155.21138L96.921875 155.21138L94.859375 146.68013L95.984375 146.68013L97.328125 152.52388ZM108.953125 155.33638Q107.65625 155.33638 106.84375 154.49263Q106.046875 153.63326 106.046875 152.21138L106.046875 152.02388Q106.046875 151.07076 106.40625 150.33638Q106.765625 149.58638 107.40625 149.18013Q108.0625 148.75826 108.8125 148.75826Q110.046875 148.75826 110.734375 149.57076Q111.421875 150.38326 111.421875 151.89888L111.421875 152.352L107.125 152.352Q107.15625 153.2895 107.671875 153.86763Q108.203125 154.44576 109.015625 154.44576Q109.578125 154.44576 109.96875 154.21138Q110.375 153.977 110.6875 153.58638L111.34375 154.102Q110.546875 155.33638 108.953125 155.33638ZM108.8125 149.64888Q108.15625 149.64888 107.703125 150.13326Q107.265625 150.602 107.171875 151.46138L110.34375 151.46138L110.34375 151.38326Q110.296875 150.55513 109.890625 150.102Q109.5 149.64888 108.8125 149.64888ZM117.6875 152.11763Q117.6875 153.57076 117.015625 154.46138Q116.359375 155.33638 115.234375 155.33638Q114.03125 155.33638 113.375 154.477L113.3125 155.21138L112.328125 155.21138L112.328125 146.21138L113.40625 146.21138L113.40625 149.57076Q114.0625 148.75826 115.21875 148.75826Q116.375 148.75826 117.03125 149.63326Q117.6875 150.49263 117.6875 152.02388L117.6875 152.11763ZM116.609375 151.99263Q116.609375 150.88326 116.171875 150.2895Q115.75 149.68013 114.953125 149.68013Q113.875 149.68013 113.40625 150.6645L113.40625 153.4145Q113.90625 154.4145 114.953125 154.4145Q115.734375 154.4145 116.171875 153.80513Q116.609375 153.19576 116.609375 151.99263ZM125.0 151.4145Q123.5625 150.99263 122.890625 150.38326Q122.234375 149.77388 122.234375 148.88326Q122.234375 147.88326 123.03125 147.227Q123.84375 146.55513 125.140625 146.55513Q126.015625 146.55513 126.703125 146.89888Q127.390625 147.24263 127.765625 147.83638Q128.15625 148.43013 128.15625 149.14888L127.015625 149.14888Q127.015625 148.36763 126.515625 147.93013Q126.03125 147.49263 125.140625 147.49263Q124.3125 147.49263 123.84375 147.86763Q123.375 148.227 123.375 148.86763Q123.375 149.39888 123.8125 149.75826Q124.265625 150.11763 125.328125 150.4145Q126.390625 150.71138 126.984375 151.07076Q127.59375 151.43013 127.875 151.9145Q128.17188 152.39888 128.17188 153.0395Q128.17188 154.08638 127.359375 154.71138Q126.546875 155.33638 125.203125 155.33638Q124.3125 155.33638 123.546875 154.99263Q122.796875 154.64888 122.375 154.07076Q121.96875 153.477 121.96875 152.74263L123.09375 152.74263Q123.09375 153.50826 123.671875 153.96138Q124.25 154.4145 125.203125 154.4145Q126.09375 154.4145 126.5625 154.05513Q127.03125 153.68013 127.03125 153.05513Q127.03125 152.43013 126.59375 152.08638Q126.15625 151.74263 125.0 151.4145ZM131.95312 155.33638Q130.65625 155.33638 129.84375 154.49263Q129.04688 153.63326 129.04688 152.21138L129.04688 152.02388Q129.04688 151.07076 129.40625 150.33638Q129.76562 149.58638 130.40625 149.18013Q131.0625 148.75826 131.8125 148.75826Q133.04688 148.75826 133.73438 149.57076Q134.42188 150.38326 134.42188 151.89888L134.42188 152.352L130.125 152.352Q130.15625 153.2895 130.67188 153.86763Q131.20312 154.44576 132.01562 154.44576Q132.57812 154.44576 132.96875 154.21138Q133.375 153.977 133.6875 153.58638L134.34375 154.102Q133.54688 155.33638 131.95312 155.33638ZM131.8125 149.64888Q131.15625 149.64888 130.70312 150.13326Q130.26562 150.602 130.17188 151.46138L133.34375 151.46138L133.34375 151.38326Q133.29688 150.55513 132.89062 150.102Q132.5 149.64888 131.8125 149.64888ZM138.39062 149.83638Q138.14062 149.80513 137.85938 149.80513Q136.78125 149.80513 136.40625 150.71138L136.40625 155.21138L135.32812 155.21138L135.32812 148.86763L136.375 148.86763L136.39062 149.602Q136.92188 148.75826 137.90625 148.75826Q138.21875 148.75826 138.39062 148.83638L138.39062 149.83638ZM141.40625 153.74263L142.98438 148.86763L144.09375 148.86763L141.8125 155.21138L140.98438 155.21138L138.6875 148.86763L139.79688 148.86763L141.40625 153.74263ZM146.5 155.21138L145.42188 155.21138L145.42188 148.86763L146.5 148.86763L146.5 155.21138ZM145.32812 147.19576Q145.32812 146.93013 145.48438 146.74263Q145.65625 146.55513 145.96875 146.55513Q146.28125 146.55513 146.4375 146.74263Q146.60938 146.93013 146.60938 147.19576Q146.60938 147.44576 146.4375 147.63326Q146.28125 147.80513 145.96875 147.80513Q145.65625 147.80513 145.48438 147.63326Q145.32812 147.44576 145.32812 147.19576ZM150.85938 154.44576Q151.4375 154.44576 151.875 154.102Q152.3125 153.74263 152.35938 153.21138L153.39062 153.21138Q153.35938 153.75826 153.0 154.25826Q152.65625 154.74263 152.07812 155.0395Q151.51562 155.33638 150.85938 155.33638Q149.5625 155.33638 148.79688 154.477Q148.04688 153.602 148.04688 152.102L148.04688 151.9145Q148.04688 150.99263 148.375 150.27388Q148.71875 149.55513 149.34375 149.1645Q149.98438 148.75826 150.85938 148.75826Q151.92188 148.75826 152.625 149.39888Q153.34375 150.02388 153.39062 151.05513L152.35938 151.05513Q152.3125 150.43013 151.89062 150.0395Q151.46875 149.64888 150.85938 149.64888Q150.03125 149.64888 149.57812 150.24263Q149.125 150.83638 149.125 151.96138L149.125 152.1645Q149.125 153.25826 149.57812 153.852Q150.03125 154.44576 150.85938 154.44576ZM156.95312 155.33638Q155.65625 155.33638 154.84375 154.49263Q154.04688 153.63326 154.04688 152.21138L154.04688 152.02388Q154.04688 151.07076 154.40625 150.33638Q154.76562 149.58638 155.40625 149.18013Q156.0625 148.75826 156.8125 148.75826Q158.04688 148.75826 158.73438 149.57076Q159.42188 150.38326 159.42188 151.89888L159.42188 152.352L155.125 152.352Q155.15625 153.2895 155.67188 153.86763Q156.20312 154.44576 157.01562 154.44576Q157.57812 154.44576 157.96875 154.21138Q158.375 153.977 158.6875 153.58638L159.34375 154.102Q158.54688 155.33638 156.95312 155.33638ZM156.8125 149.64888Q156.15625 149.64888 155.70312 150.13326Q155.26562 150.602 155.17188 151.46138L158.34375 151.46138L158.34375 151.38326Q158.29688 150.55513 157.89062 150.102Q157.5 149.64888 156.8125 149.64888ZM164.01562 153.52388Q164.01562 153.08638 163.67188 152.852Q163.34375 152.602 162.51562 152.43013Q161.70312 152.25826 161.21875 152.00826Q160.73438 151.75826 160.5 151.43013Q160.28125 151.08638 160.28125 150.61763Q160.28125 149.83638 160.9375 149.30513Q161.59375 148.75826 162.625 148.75826Q163.70312 148.75826 164.35938 149.32076Q165.03125 149.86763 165.03125 150.727L163.95312 150.727Q163.95312 150.2895 163.5625 149.977Q163.1875 149.64888 162.625 149.64888Q162.03125 149.64888 161.6875 149.9145Q161.35938 150.1645 161.35938 150.57076Q161.35938 150.96138 161.67188 151.1645Q161.98438 151.36763 162.79688 151.55513Q163.60938 151.727 164.10938 151.977Q164.60938 152.227 164.84375 152.58638Q165.09375 152.94576 165.09375 153.44576Q165.09375 154.30513 164.40625 154.82076Q163.73438 155.33638 162.65625 155.33638Q161.89062 155.33638 161.29688 155.07076Q160.71875 154.7895 160.39062 154.30513Q160.0625 153.82076 160.0625 153.25826L161.14062 153.25826Q161.17188 153.80513 161.57812 154.13326Q161.98438 154.44576 162.65625 154.44576Q163.26562 154.44576 163.64062 154.19576Q164.01562 153.94576 164.01562 153.52388Z" fill-rule="nonzero"/><path fill="#666666" d="M132.28125 166.74263Q132.28125 165.43013 132.625 164.21138Q132.98438 162.99263 133.6875 161.99263Q134.39062 160.99263 135.15625 160.58638L135.375 161.30513Q134.51562 161.96138 133.96875 163.30513Q133.42188 164.64888 133.375 166.32076L133.35938 166.82076Q133.35938 169.08638 134.1875 170.74263Q134.6875 171.74263 135.375 172.30513L135.15625 172.96138Q134.375 172.5395 133.65625 171.50826Q132.28125 169.52388 132.28125 166.74263ZM141.20312 167.977L137.625 167.977L136.82812 170.21138L135.67188 170.21138L138.92188 161.68013L139.90625 161.68013L143.17188 170.21138L142.01562 170.21138L141.20312 167.977ZM137.96875 167.05513L140.875 167.05513L139.42188 163.07076L137.96875 167.05513ZM146.32812 167.52388L146.5 168.64888L146.73438 167.63326L148.42188 161.68013L149.375 161.68013L151.01562 167.63326L151.25 168.6645L151.4375 167.50826L152.76562 161.68013L153.89062 161.68013L151.82812 170.21138L150.79688 170.21138L149.03125 163.99263L148.90625 163.33638L148.76562 163.99263L146.95312 170.21138L145.92188 170.21138L143.85938 161.68013L144.98438 161.68013L146.32812 167.52388ZM158.0 166.4145Q156.5625 165.99263 155.89062 165.38326Q155.23438 164.77388 155.23438 163.88326Q155.23438 162.88326 156.03125 162.227Q156.84375 161.55513 158.14062 161.55513Q159.01562 161.55513 159.70312 161.89888Q160.39062 162.24263 160.76562 162.83638Q161.15625 163.43013 161.15625 164.14888L160.01562 164.14888Q160.01562 163.36763 159.51562 162.93013Q159.03125 162.49263 158.14062 162.49263Q157.3125 162.49263 156.84375 162.86763Q156.375 163.227 156.375 163.86763Q156.375 164.39888 156.8125 164.75826Q157.26562 165.11763 158.32812 165.4145Q159.39062 165.71138 159.98438 166.07076Q160.59375 166.43013 160.875 166.9145Q161.17188 167.39888 161.17188 168.0395Q161.17188 169.08638 160.35938 169.71138Q159.54688 170.33638 158.20312 170.33638Q157.3125 170.33638 156.54688 169.99263Q155.79688 169.64888 155.375 169.07076Q154.96875 168.477 154.96875 167.74263L156.09375 167.74263Q156.09375 168.50826 156.67188 168.96138Q157.25 169.4145 158.20312 169.4145Q159.09375 169.4145 159.5625 169.05513Q160.03125 168.68013 160.03125 168.05513Q160.03125 167.43013 159.59375 167.08638Q159.15625 166.74263 158.0 166.4145ZM164.82812 166.80513Q164.82812 168.11763 164.48438 169.32076Q164.14062 170.50826 163.42188 171.52388Q162.71875 172.5395 161.95312 172.96138L161.71875 172.30513Q162.625 171.61763 163.17188 170.1645Q163.71875 168.69576 163.73438 166.93013L163.73438 166.74263Q163.73438 165.50826 163.46875 164.44576Q163.21875 163.38326 162.75 162.55513Q162.29688 161.71138 161.71875 161.24263L161.95312 160.58638Q162.71875 161.00826 163.42188 162.00826Q164.125 163.00826 164.46875 164.227Q164.82812 165.43013 164.82812 166.80513Z" fill-rule="nonzero"/><path fill="#666666" d="M48.796875 212.90189Q48.359375 213.52689 47.578125 213.83939Q46.796875 214.15189 45.765625 214.15189Q44.734375 214.15189 43.921875 213.66751Q43.109375 213.16751 42.671875 212.26126Q42.234375 211.35501 42.21875 210.16751L42.21875 209.43314Q42.21875 207.49564 43.109375 206.43314Q44.015625 205.37064 45.640625 205.37064Q46.984375 205.37064 47.796875 206.05814Q48.609375 206.74564 48.796875 207.99564L47.671875 207.99564Q47.34375 206.30814 45.65625 206.30814Q44.515625 206.30814 43.9375 207.10501Q43.359375 207.88626 43.34375 209.40189L43.34375 210.08939Q43.34375 211.52689 44.0 212.38626Q44.65625 213.23001 45.78125 213.23001Q46.40625 213.23001 46.875 213.08939Q47.359375 212.94876 47.671875 212.60501L47.671875 210.69876L45.703125 210.69876L45.703125 209.77689L48.796875 209.77689L48.796875 212.90189ZM50.03125 210.79251Q50.03125 209.87064 50.390625 209.12064Q50.765625 208.37064 51.421875 207.98001Q52.078125 207.57376 52.90625 207.57376Q54.203125 207.57376 55.0 208.46439Q55.8125 209.35501 55.8125 210.85501L55.8125 210.93314Q55.8125 211.85501 55.453125 212.58939Q55.09375 213.32376 54.4375 213.74564Q53.78125 214.15189 52.921875 214.15189Q51.640625 214.15189 50.828125 213.26126Q50.03125 212.35501 50.03125 210.87064L50.03125 210.79251ZM51.125 210.93314Q51.125 211.98001 51.609375 212.62064Q52.109375 213.26126 52.921875 213.26126Q53.75 213.26126 54.234375 212.62064Q54.71875 211.96439 54.71875 210.79251Q54.71875 209.76126 54.21875 209.12064Q53.734375 208.46439 52.90625 208.46439Q52.109375 208.46439 51.609375 209.10501Q51.125 209.73001 51.125 210.93314ZM57.03125 210.79251Q57.03125 209.87064 57.390625 209.12064Q57.765625 208.37064 58.421875 207.98001Q59.078125 207.57376 59.90625 207.57376Q61.203125 207.57376 62.0 208.46439Q62.8125 209.35501 62.8125 210.85501L62.8125 210.93314Q62.8125 211.85501 62.453125 212.58939Q62.09375 213.32376 61.4375 213.74564Q60.78125 214.15189 59.921875 214.15189Q58.640625 214.15189 57.828125 213.26126Q57.03125 212.35501 57.03125 210.87064L57.03125 210.79251ZM58.125 210.93314Q58.125 211.98001 58.609375 212.62064Q59.109375 213.26126 59.921875 213.26126Q60.75 213.26126 61.234375 212.62064Q61.71875 211.96439 61.71875 210.79251Q61.71875 209.76126 61.21875 209.12064Q60.734375 208.46439 59.90625 208.46439Q59.109375 208.46439 58.609375 209.10501Q58.125 209.73001 58.125 210.93314ZM64.0625 210.80814Q64.0625 209.32376 64.75 208.44876Q65.4375 207.57376 66.5625 207.57376Q67.71875 207.57376 68.375 208.38626L68.421875 207.68314L69.421875 207.68314L69.421875 213.87064Q69.421875 215.10501 68.6875 215.80814Q67.953125 216.52689 66.734375 216.52689Q66.046875 216.52689 65.390625 216.23001Q64.734375 215.93314 64.390625 215.43314L64.953125 214.77689Q65.640625 215.63626 66.65625 215.63626Q67.4375 215.63626 67.875 215.18314Q68.328125 214.74564 68.328125 213.93314L68.328125 213.38626Q67.671875 214.15189 66.546875 214.15189Q65.4375 214.15189 64.75 213.26126Q64.0625 212.35501 64.0625 210.80814ZM65.15625 210.93314Q65.15625 211.99564 65.59375 212.62064Q66.03125 213.23001 66.828125 213.23001Q67.84375 213.23001 68.328125 212.29251L68.328125 209.40189Q67.828125 208.49564 66.828125 208.49564Q66.046875 208.49564 65.59375 209.10501Q65.15625 209.71439 65.15625 210.93314ZM72.5 214.02689L71.421875 214.02689L71.421875 205.02689L72.5 205.02689L72.5 214.02689ZM76.953125 214.15189Q75.65625 214.15189 74.84375 213.30814Q74.046875 212.44876 74.046875 211.02689L74.046875 210.83939Q74.046875 209.88626 74.40625 209.15189Q74.765625 208.40189 75.40625 207.99564Q76.0625 207.57376 76.8125 207.57376Q78.046875 207.57376 78.734375 208.38626Q79.421875 209.19876 79.421875 210.71439L79.421875 211.16751L75.125 211.16751Q75.15625 212.10501 75.671875 212.68314Q76.203125 213.26126 77.015625 213.26126Q77.578125 213.26126 77.96875 213.02689Q78.375 212.79251 78.6875 212.40189L79.34375 212.91751Q78.546875 214.15189 76.953125 214.15189ZM76.8125 208.46439Q76.15625 208.46439 75.703125 208.94876Q75.265625 209.41751 75.171875 210.27689L78.34375 210.27689L78.34375 210.19876Q78.296875 209.37064 77.890625 208.91751Q77.5 208.46439 76.8125 208.46439ZM89.765625 211.32376Q89.609375 212.66751 88.765625 213.41751Q87.921875 214.15189 86.53125 214.15189Q85.015625 214.15189 84.109375 213.07376Q83.203125 211.98001 83.203125 210.15189L83.203125 209.33939Q83.203125 208.15189 83.625 207.24564Q84.046875 206.33939 84.828125 205.85501Q85.609375 205.37064 86.625 205.37064Q87.984375 205.37064 88.796875 206.13626Q89.625 206.90189 89.765625 208.23001L88.640625 208.23001Q88.484375 207.21439 88.0 206.76126Q87.515625 206.30814 86.625 206.30814Q85.546875 206.30814 84.9375 207.10501Q84.328125 207.90189 84.328125 209.37064L84.328125 210.19876Q84.328125 211.58939 84.90625 212.41751Q85.484375 213.23001 86.53125 213.23001Q87.46875 213.23001 87.96875 212.80814Q88.46875 212.37064 88.640625 211.32376L89.765625 211.32376ZM92.5 214.02689L91.421875 214.02689L91.421875 205.02689L92.5 205.02689L92.5 214.02689ZM94.03125 210.79251Q94.03125 209.87064 94.390625 209.12064Q94.765625 208.37064 95.421875 207.98001Q96.078125 207.57376 96.90625 207.57376Q98.203125 207.57376 99.0 208.46439Q99.8125 209.35501 99.8125 210.85501L99.8125 210.93314Q99.8125 211.85501 99.453125 212.58939Q99.09375 213.32376 98.4375 213.74564Q97.78125 214.15189 96.921875 214.15189Q95.640625 214.15189 94.828125 213.26126Q94.03125 212.35501 94.03125 210.87064L94.03125 210.79251ZM95.125 210.93314Q95.125 211.98001 95.609375 212.62064Q96.109375 213.26126 96.921875 213.26126Q97.75 213.26126 98.234375 212.62064Q98.71875 211.96439 98.71875 210.79251Q98.71875 209.76126 98.21875 209.12064Q97.734375 208.46439 96.90625 208.46439Q96.109375 208.46439 95.609375 209.10501Q95.125 209.73001 95.125 210.93314ZM105.234375 213.40189Q104.609375 214.15189 103.375 214.15189Q102.359375 214.15189 101.828125 213.55814Q101.296875 212.96439 101.296875 211.80814L101.296875 207.68314L102.375 207.68314L102.375 211.77689Q102.375 213.23001 103.546875 213.23001Q104.796875 213.23001 105.203125 212.29251L105.203125 207.68314L106.296875 207.68314L106.296875 214.02689L105.265625 214.02689L105.234375 213.40189ZM108.0625 210.80814Q108.0625 209.33939 108.75 208.46439Q109.4375 207.57376 110.5625 207.57376Q111.671875 207.57376 112.328125 208.32376L112.328125 205.02689L113.40625 205.02689L113.40625 214.02689L112.40625 214.02689L112.359375 213.33939Q111.703125 214.15189 110.546875 214.15189Q109.453125 214.15189 108.75 213.24564Q108.0625 212.33939 108.0625 210.88626L108.0625 210.80814ZM109.140625 210.93314Q109.140625 212.01126 109.578125 212.62064Q110.03125 213.23001 110.8125 213.23001Q111.84375 213.23001 112.328125 212.29251L112.328125 209.38626Q111.84375 208.49564 110.828125 208.49564Q110.03125 208.49564 109.578125 209.10501Q109.140625 209.71439 109.140625 210.93314ZM119.609375 210.68314L119.609375 214.02689L118.484375 214.02689L118.484375 205.49564L121.640625 205.49564Q123.03125 205.49564 123.828125 206.21439Q124.625 206.91751 124.625 208.10501Q124.625 209.33939 123.84375 210.01126Q123.078125 210.68314 121.625 210.68314L119.609375 210.68314ZM119.609375 209.76126L121.640625 209.76126Q122.546875 209.76126 123.015625 209.33939Q123.5 208.91751 123.5 208.12064Q123.5 207.35501 123.015625 206.90189Q122.546875 206.43314 121.703125 206.41751L119.609375 206.41751L119.609375 209.76126ZM127.5 214.02689L126.421875 214.02689L126.421875 205.02689L127.5 205.02689L127.5 214.02689ZM133.23438 214.02689Q133.14062 213.83939 133.07812 213.35501Q132.32812 214.15189 131.28125 214.15189Q130.34375 214.15189 129.73438 213.62064Q129.14062 213.08939 129.14062 212.26126Q129.14062 211.27689 129.89062 210.73001Q130.64062 210.18314 132.01562 210.18314L133.0625 210.18314L133.0625 209.68314Q133.0625 209.12064 132.71875 208.79251Q132.39062 208.44876 131.71875 208.44876Q131.14062 208.44876 130.75 208.74564Q130.35938 209.02689 130.35938 209.44876L129.26562 209.44876Q129.26562 208.96439 129.59375 208.52689Q129.9375 208.08939 130.51562 207.83939Q131.09375 207.57376 131.78125 207.57376Q132.89062 207.57376 133.5 208.12064Q134.125 208.66751 134.15625 209.62064L134.15625 212.54251Q134.15625 213.41751 134.375 213.93314L134.375 214.02689L133.23438 214.02689ZM131.4375 213.19876Q131.95312 213.19876 132.40625 212.93314Q132.85938 212.66751 133.0625 212.24564L133.0625 210.94876L132.21875 210.94876Q130.21875 210.94876 130.21875 212.12064Q130.21875 212.62064 130.5625 212.91751Q130.90625 213.19876 131.4375 213.19876ZM137.79688 206.15189L137.79688 207.68314L138.96875 207.68314L138.96875 208.52689L137.79688 208.52689L137.79688 212.44876Q137.79688 212.83939 137.95312 213.02689Q138.10938 213.21439 138.48438 213.21439Q138.67188 213.21439 139.0 213.15189L139.0 214.02689Q138.57812 214.15189 138.17188 214.15189Q137.45312 214.15189 137.07812 213.71439Q136.70312 213.26126 136.70312 212.44876L136.70312 208.52689L135.54688 208.52689L135.54688 207.68314L136.70312 207.68314L136.70312 206.15189L137.79688 206.15189ZM140.85938 214.02689L140.85938 208.52689L139.85938 208.52689L139.85938 207.68314L140.85938 207.68314L140.85938 207.04251Q140.85938 206.01126 141.39062 205.46439Q141.9375 204.90189 142.9375 204.90189Q143.3125 204.90189 143.6875 204.99564L143.625 205.88626Q143.34375 205.82376 143.04688 205.82376Q142.51562 205.82376 142.21875 206.13626Q141.9375 206.44876 141.9375 207.01126L141.9375 207.68314L143.29688 207.68314L143.29688 208.52689L141.9375 208.52689L141.9375 214.02689L140.85938 214.02689ZM144.03125 210.79251Q144.03125 209.87064 144.39062 209.12064Q144.76562 208.37064 145.42188 207.98001Q146.07812 207.57376 146.90625 207.57376Q148.20312 207.57376 149.0 208.46439Q149.8125 209.35501 149.8125 210.85501L149.8125 210.93314Q149.8125 211.85501 149.45312 212.58939Q149.09375 213.32376 148.4375 213.74564Q147.78125 214.15189 146.92188 214.15189Q145.64062 214.15189 144.82812 213.26126Q144.03125 212.35501 144.03125 210.87064L144.03125 210.79251ZM145.125 210.93314Q145.125 211.98001 145.60938 212.62064Q146.10938 213.26126 146.92188 213.26126Q147.75 213.26126 148.23438 212.62064Q148.71875 211.96439 148.71875 210.79251Q148.71875 209.76126 148.21875 209.12064Q147.73438 208.46439 146.90625 208.46439Q146.10938 208.46439 145.60938 209.10501Q145.125 209.73001 145.125 210.93314ZM154.39062 208.65189Q154.14062 208.62064 153.85938 208.62064Q152.78125 208.62064 152.40625 209.52689L152.40625 214.02689L151.32812 214.02689L151.32812 207.68314L152.375 207.68314L152.39062 208.41751Q152.92188 207.57376 153.90625 207.57376Q154.21875 207.57376 154.39062 207.65189L154.39062 208.65189ZM156.34375 207.68314L156.375 208.38626Q157.0625 207.57376 158.25 207.57376Q159.57812 207.57376 160.0625 208.58939Q160.375 208.13626 160.875 207.85501Q161.39062 207.57376 162.07812 207.57376Q164.17188 207.57376 164.20312 209.77689L164.20312 214.02689L163.125 214.02689L163.125 209.83939Q163.125 209.16751 162.8125 208.83939Q162.5 208.49564 161.76562 208.49564Q161.15625 208.49564 160.75 208.85501Q160.35938 209.21439 160.29688 209.82376L160.29688 214.02689L159.21875 214.02689L159.21875 209.87064Q159.21875 208.49564 157.85938 208.49564Q156.79688 208.49564 156.40625 209.40189L156.40625 214.02689L155.3125 214.02689L155.3125 207.68314L156.34375 207.68314Z" fill-rule="nonzero"/><path fill="#666666" d="M134.28125 225.55814Q134.28125 224.24564 134.625 223.02689Q134.98438 221.80814 135.6875 220.80814Q136.39062 219.80814 137.15625 219.40189L137.375 220.12064Q136.51562 220.77689 135.96875 222.12064Q135.42188 223.46439 135.375 225.13626L135.35938 225.63626Q135.35938 227.90189 136.1875 229.55814Q136.6875 230.55814 137.375 231.12064L137.15625 231.77689Q136.375 231.35501 135.65625 230.32376Q134.28125 228.33939 134.28125 225.55814ZM144.79688 227.90189Q144.35938 228.52689 143.57812 228.83939Q142.79688 229.15189 141.76562 229.15189Q140.73438 229.15189 139.92188 228.66751Q139.10938 228.16751 138.67188 227.26126Q138.23438 226.35501 138.21875 225.16751L138.21875 224.43314Q138.21875 222.49564 139.10938 221.43314Q140.01562 220.37064 141.64062 220.37064Q142.98438 220.37064 143.79688 221.05814Q144.60938 221.74564 144.79688 222.99564L143.67188 222.99564Q143.34375 221.30814 141.65625 221.30814Q140.51562 221.30814 139.9375 222.10501Q139.35938 222.88626 139.34375 224.40189L139.34375 225.08939Q139.34375 226.52689 140.0 227.38626Q140.65625 228.23001 141.78125 228.23001Q142.40625 228.23001 142.875 228.08939Q143.35938 227.94876 143.67188 227.60501L143.67188 225.69876L141.70312 225.69876L141.70312 224.77689L144.79688 224.77689L144.79688 227.90189ZM152.76562 226.32376Q152.60938 227.66751 151.76562 228.41751Q150.92188 229.15189 149.53125 229.15189Q148.01562 229.15189 147.10938 228.07376Q146.20312 226.98001 146.20312 225.15189L146.20312 224.33939Q146.20312 223.15189 146.625 222.24564Q147.04688 221.33939 147.82812 220.85501Q148.60938 220.37064 149.625 220.37064Q150.98438 220.37064 151.79688 221.13626Q152.625 221.90189 152.76562 223.23001L151.64062 223.23001Q151.48438 222.21439 151.0 221.76126Q150.51562 221.30814 149.625 221.30814Q148.54688 221.30814 147.9375 222.10501Q147.32812 222.90189 147.32812 224.37064L147.32812 225.19876Q147.32812 226.58939 147.90625 227.41751Q148.48438 228.23001 149.53125 228.23001Q150.46875 228.23001 150.96875 227.80814Q151.46875 227.37064 151.64062 226.32376L152.76562 226.32376ZM155.60938 225.68314L155.60938 229.02689L154.48438 229.02689L154.48438 220.49564L157.64062 220.49564Q159.03125 220.49564 159.82812 221.21439Q160.625 221.91751 160.625 223.10501Q160.625 224.33939 159.84375 225.01126Q159.07812 225.68314 157.625 225.68314L155.60938 225.68314ZM155.60938 224.76126L157.64062 224.76126Q158.54688 224.76126 159.01562 224.33939Q159.5 223.91751 159.5 223.12064Q159.5 222.35501 159.01562 221.90189Q158.54688 221.43314 157.70312 221.41751L155.60938 221.41751L155.60938 224.76126ZM164.82812 225.62064Q164.82812 226.93314 164.48438 228.13626Q164.14062 229.32376 163.42188 230.33939Q162.71875 231.35501 161.95312 231.77689L161.71875 231.12064Q162.625 230.43314 163.17188 228.98001Q163.71875 227.51126 163.73438 225.74564L163.73438 225.55814Q163.73438 224.32376 163.46875 223.26126Q163.21875 222.19876 162.75 221.37064Q162.29688 220.52689 161.71875 220.05814L161.95312 219.40189Q162.71875 219.82376 163.42188 220.82376Q164.125 221.82376 164.46875 223.04251Q164.82812 224.24564 164.82812 225.62064Z" fill-rule="nonzero"/><path fill="#666666" d="M94.484375 280.34238L94.484375 271.81113L96.90625 271.81113Q98.015625 271.81113 98.859375 272.31113Q99.71875 272.7955 100.1875 273.70175Q100.65625 274.608 100.65625 275.7955L100.65625 276.32675Q100.65625 277.5455 100.1875 278.45175Q99.734375 279.358 98.859375 279.84238Q98.0 280.32675 96.859375 280.34238L94.484375 280.34238ZM95.609375 272.733L95.609375 279.4205L96.796875 279.4205Q98.09375 279.4205 98.8125 278.62363Q99.546875 277.81113 99.546875 276.31113L99.546875 275.81113Q99.546875 274.358 98.859375 273.56113Q98.1875 272.74863 96.921875 272.733L95.609375 272.733ZM103.5 280.34238L102.421875 280.34238L102.421875 273.99863L103.5 273.99863L103.5 280.34238ZM102.328125 272.32675Q102.328125 272.06113 102.484375 271.87363Q102.65625 271.68613 102.96875 271.68613Q103.28125 271.68613 103.4375 271.87363Q103.609375 272.06113 103.609375 272.32675Q103.609375 272.57675 103.4375 272.76425Q103.28125 272.93613 102.96875 272.93613Q102.65625 272.93613 102.484375 272.76425Q102.328125 272.57675 102.328125 272.32675ZM105.0625 277.12363Q105.0625 275.63925 105.75 274.76425Q106.4375 273.88925 107.5625 273.88925Q108.71875 273.88925 109.375 274.70175L109.421875 273.99863L110.421875 273.99863L110.421875 280.18613Q110.421875 281.4205 109.6875 282.12363Q108.953125 282.84238 107.734375 282.84238Q107.046875 282.84238 106.390625 282.5455Q105.734375 282.24863 105.390625 281.74863L105.953125 281.09238Q106.640625 281.95175 107.65625 281.95175Q108.4375 281.95175 108.875 281.49863Q109.328125 281.06113 109.328125 280.24863L109.328125 279.70175Q108.671875 280.46738 107.546875 280.46738Q106.4375 280.46738 105.75 279.57675Q105.0625 278.6705 105.0625 277.12363ZM106.15625 277.24863Q106.15625 278.31113 106.59375 278.93613Q107.03125 279.5455 107.828125 279.5455Q108.84375 279.5455 109.328125 278.608L109.328125 275.71738Q108.828125 274.81113 107.828125 274.81113Q107.046875 274.81113 106.59375 275.4205Q106.15625 276.02988 106.15625 277.24863ZM113.5 280.34238L112.421875 280.34238L112.421875 273.99863L113.5 273.99863L113.5 280.34238ZM112.328125 272.32675Q112.328125 272.06113 112.484375 271.87363Q112.65625 271.68613 112.96875 271.68613Q113.28125 271.68613 113.4375 271.87363Q113.609375 272.06113 113.609375 272.32675Q113.609375 272.57675 113.4375 272.76425Q113.28125 272.93613 112.96875 272.93613Q112.65625 272.93613 112.484375 272.76425Q112.328125 272.57675 112.328125 272.32675ZM116.796875 272.46738L116.796875 273.99863L117.96875 273.99863L117.96875 274.84238L116.796875 274.84238L116.796875 278.76425Q116.796875 279.15488 116.953125 279.34238Q117.109375 279.52988 117.484375 279.52988Q117.671875 279.52988 118.0 279.46738L118.0 280.34238Q117.578125 280.46738 117.171875 280.46738Q116.453125 280.46738 116.078125 280.02988Q115.703125 279.57675 115.703125 278.76425L115.703125 274.84238L114.546875 274.84238L114.546875 273.99863L115.703125 273.99863L115.703125 272.46738L116.796875 272.46738ZM123.234375 280.34238Q123.140625 280.15488 123.078125 279.6705Q122.328125 280.46738 121.28125 280.46738Q120.34375 280.46738 119.734375 279.93613Q119.140625 279.40488 119.140625 278.57675Q119.140625 277.59238 119.890625 277.0455Q120.640625 276.49863 122.015625 276.49863L123.0625 276.49863L123.0625 275.99863Q123.0625 275.43613 122.71875 275.108Q122.390625 274.76425 121.71875 274.76425Q121.140625 274.76425 120.75 275.06113Q120.359375 275.34238 120.359375 275.76425L119.265625 275.76425Q119.265625 275.27988 119.59375 274.84238Q119.9375 274.40488 120.515625 274.15488Q121.09375 273.88925 121.78125 273.88925Q122.890625 273.88925 123.5 274.43613Q124.125 274.983 124.15625 275.93613L124.15625 278.858Q124.15625 279.733 124.375 280.24863L124.375 280.34238L123.234375 280.34238ZM121.4375 279.51425Q121.953125 279.51425 122.40625 279.24863Q122.859375 278.983 123.0625 278.56113L123.0625 277.26425L122.21875 277.26425Q120.21875 277.26425 120.21875 278.43613Q120.21875 278.93613 120.5625 279.233Q120.90625 279.51425 121.4375 279.51425ZM127.5 280.34238L126.421875 280.34238L126.421875 271.34238L127.5 271.34238L127.5 280.34238ZM139.04688 276.358Q139.04688 277.608 138.625 278.5455Q138.20312 279.46738 137.42188 279.96738Q136.65625 280.46738 135.625 280.46738Q134.625 280.46738 133.84375 279.96738Q133.0625 279.46738 132.625 278.56113Q132.20312 277.63925 132.1875 276.4205L132.1875 275.81113Q132.1875 274.57675 132.60938 273.63925Q133.04688 272.70175 133.82812 272.20175Q134.60938 271.68613 135.625 271.68613Q136.64062 271.68613 137.42188 272.18613Q138.20312 272.68613 138.625 273.62363Q139.04688 274.56113 139.04688 275.81113L139.04688 276.358ZM137.9375 275.7955Q137.9375 274.27988 137.32812 273.46738Q136.71875 272.65488 135.625 272.65488Q134.54688 272.65488 133.9375 273.46738Q133.32812 274.27988 133.3125 275.71738L133.3125 276.358Q133.3125 277.82675 133.92188 278.6705Q134.54688 279.49863 135.625 279.49863Q136.71875 279.49863 137.3125 278.71738Q137.92188 277.9205 137.9375 276.43613L137.9375 275.7955ZM142.85938 279.57675Q143.4375 279.57675 143.875 279.233Q144.3125 278.87363 144.35938 278.34238L145.39062 278.34238Q145.35938 278.88925 145.0 279.38925Q144.65625 279.87363 144.07812 280.1705Q143.51562 280.46738 142.85938 280.46738Q141.5625 280.46738 140.79688 279.608Q140.04688 278.733 140.04688 277.233L140.04688 277.0455Q140.04688 276.12363 140.375 275.40488Q140.71875 274.68613 141.34375 274.2955Q141.98438 273.88925 142.85938 273.88925Q143.92188 273.88925 144.625 274.52988Q145.34375 275.15488 145.39062 276.18613L144.35938 276.18613Q144.3125 275.56113 143.89062 275.1705Q143.46875 274.77988 142.85938 274.77988Q142.03125 274.77988 141.57812 275.37363Q141.125 275.96738 141.125 277.09238L141.125 277.2955Q141.125 278.38925 141.57812 278.983Q142.03125 279.57675 142.85938 279.57675ZM148.95312 280.46738Q147.65625 280.46738 146.84375 279.62363Q146.04688 278.76425 146.04688 277.34238L146.04688 277.15488Q146.04688 276.20175 146.40625 275.46738Q146.76562 274.71738 147.40625 274.31113Q148.0625 273.88925 148.8125 273.88925Q150.04688 273.88925 150.73438 274.70175Q151.42188 275.51425 151.42188 277.02988L151.42188 277.483L147.125 277.483Q147.15625 278.4205 147.67188 278.99863Q148.20312 279.57675 149.01562 279.57675Q149.57812 279.57675 149.96875 279.34238Q150.375 279.108 150.6875 278.71738L151.34375 279.233Q150.54688 280.46738 148.95312 280.46738ZM148.8125 274.77988Q148.15625 274.77988 147.70312 275.26425Q147.26562 275.733 147.17188 276.59238L150.34375 276.59238L150.34375 276.51425Q150.29688 275.68613 149.89062 275.233Q149.5 274.77988 148.8125 274.77988ZM156.23438 280.34238Q156.14062 280.15488 156.07812 279.6705Q155.32812 280.46738 154.28125 280.46738Q153.34375 280.46738 152.73438 279.93613Q152.14062 279.40488 152.14062 278.57675Q152.14062 277.59238 152.89062 277.0455Q153.64062 276.49863 155.01562 276.49863L156.0625 276.49863L156.0625 275.99863Q156.0625 275.43613 155.71875 275.108Q155.39062 274.76425 154.71875 274.76425Q154.14062 274.76425 153.75 275.06113Q153.35938 275.34238 153.35938 275.76425L152.26562 275.76425Q152.26562 275.27988 152.59375 274.84238Q152.9375 274.40488 153.51562 274.15488Q154.09375 273.88925 154.78125 273.88925Q155.89062 273.88925 156.5 274.43613Q157.125 274.983 157.15625 275.93613L157.15625 278.858Q157.15625 279.733 157.375 280.24863L157.375 280.34238L156.23438 280.34238ZM154.4375 279.51425Q154.95312 279.51425 155.40625 279.24863Q155.85938 278.983 156.0625 278.56113L156.0625 277.26425L155.21875 277.26425Q153.21875 277.26425 153.21875 278.43613Q153.21875 278.93613 153.5625 279.233Q153.90625 279.51425 154.4375 279.51425ZM160.34375 273.99863L160.375 274.7955Q161.10938 273.88925 162.28125 273.88925Q164.29688 273.88925 164.3125 276.15488L164.3125 280.34238L163.21875 280.34238L163.21875 276.13925Q163.21875 275.46738 162.90625 275.13925Q162.60938 274.81113 161.95312 274.81113Q161.42188 274.81113 161.01562 275.09238Q160.625 275.37363 160.40625 275.82675L160.40625 280.34238L159.32812 280.34238L159.32812 273.99863L160.34375 273.99863Z" fill-rule="nonzero"/><path fill="#666666" d="M82.9375 330.62662L85.734375 337.57974L88.515625 330.62662L89.984375 330.62662L89.984375 339.15787L88.859375 339.15787L88.859375 335.82974L88.96875 332.25162L86.15625 339.15787L85.296875 339.15787L82.5 332.26724L82.609375 335.82974L82.609375 339.15787L81.484375 339.15787L81.484375 330.62662L82.9375 330.62662ZM92.5 339.15787L91.421875 339.15787L91.421875 332.81412L92.5 332.81412L92.5 339.15787ZM91.328125 331.14224Q91.328125 330.87662 91.484375 330.68912Q91.65625 330.50162 91.96875 330.50162Q92.28125 330.50162 92.4375 330.68912Q92.609375 330.87662 92.609375 331.14224Q92.609375 331.39224 92.4375 331.57974Q92.28125 331.75162 91.96875 331.75162Q91.65625 331.75162 91.484375 331.57974Q91.328125 331.39224 91.328125 331.14224ZM96.859375 338.39224Q97.4375 338.39224 97.875 338.0485Q98.3125 337.68912 98.359375 337.15787L99.390625 337.15787Q99.359375 337.70474 99.0 338.20474Q98.65625 338.68912 98.078125 338.986Q97.515625 339.28287 96.859375 339.28287Q95.5625 339.28287 94.796875 338.4235Q94.046875 337.5485 94.046875 336.0485L94.046875 335.861Q94.046875 334.93912 94.375 334.22037Q94.71875 333.50162 95.34375 333.111Q95.984375 332.70474 96.859375 332.70474Q97.921875 332.70474 98.625 333.34537Q99.34375 333.97037 99.390625 335.00162L98.359375 335.00162Q98.3125 334.37662 97.890625 333.986Q97.46875 333.59537 96.859375 333.59537Q96.03125 333.59537 95.578125 334.18912Q95.125 334.78287 95.125 335.90787L95.125 336.111Q95.125 337.20474 95.578125 337.7985Q96.03125 338.39224 96.859375 338.39224ZM103.390625 333.78287Q103.140625 333.75162 102.859375 333.75162Q101.78125 333.75162 101.40625 334.65787L101.40625 339.15787L100.328125 339.15787L100.328125 332.81412L101.375 332.81412L101.390625 333.5485Q101.921875 332.70474 102.90625 332.70474Q103.21875 332.70474 103.390625 332.78287L103.390625 333.78287ZM104.03125 335.9235Q104.03125 335.00162 104.390625 334.25162Q104.765625 333.50162 105.421875 333.111Q106.078125 332.70474 106.90625 332.70474Q108.203125 332.70474 109.0 333.59537Q109.8125 334.486 109.8125 335.986L109.8125 336.06412Q109.8125 336.986 109.453125 337.72037Q109.09375 338.45474 108.4375 338.87662Q107.78125 339.28287 106.921875 339.28287Q105.640625 339.28287 104.828125 338.39224Q104.03125 337.486 104.03125 336.00162L104.03125 335.9235ZM105.125 336.06412Q105.125 337.111 105.609375 337.75162Q106.109375 338.39224 106.921875 338.39224Q107.75 338.39224 108.234375 337.75162Q108.71875 337.09537 108.71875 335.9235Q108.71875 334.89224 108.21875 334.25162Q107.734375 333.59537 106.90625 333.59537Q106.109375 333.59537 105.609375 334.236Q105.125 334.861 105.125 336.06412ZM115.015625 337.47037Q115.015625 337.03287 114.671875 336.7985Q114.34375 336.5485 113.515625 336.37662Q112.703125 336.20474 112.21875 335.95474Q111.734375 335.70474 111.5 335.37662Q111.28125 335.03287 111.28125 334.56412Q111.28125 333.78287 111.9375 333.25162Q112.59375 332.70474 113.625 332.70474Q114.703125 332.70474 115.359375 333.26724Q116.03125 333.81412 116.03125 334.6735L114.953125 334.6735Q114.953125 334.236 114.5625 333.9235Q114.1875 333.59537 113.625 333.59537Q113.03125 333.59537 112.6875 333.861Q112.359375 334.111 112.359375 334.51724Q112.359375 334.90787 112.671875 335.111Q112.984375 335.31412 113.796875 335.50162Q114.609375 335.6735 115.109375 335.9235Q115.609375 336.1735 115.84375 336.53287Q116.09375 336.89224 116.09375 337.39224Q116.09375 338.25162 115.40625 338.76724Q114.734375 339.28287 113.65625 339.28287Q112.890625 339.28287 112.296875 339.01724Q111.71875 338.736 111.390625 338.25162Q111.0625 337.76724 111.0625 337.20474L112.140625 337.20474Q112.171875 337.75162 112.578125 338.07974Q112.984375 338.39224 113.65625 338.39224Q114.265625 338.39224 114.640625 338.14224Q115.015625 337.89224 115.015625 337.47037ZM117.03125 335.9235Q117.03125 335.00162 117.390625 334.25162Q117.765625 333.50162 118.421875 333.111Q119.078125 332.70474 119.90625 332.70474Q121.203125 332.70474 122.0 333.59537Q122.8125 334.486 122.8125 335.986L122.8125 336.06412Q122.8125 336.986 122.453125 337.72037Q122.09375 338.45474 121.4375 338.87662Q120.78125 339.28287 119.921875 339.28287Q118.640625 339.28287 117.828125 338.39224Q117.03125 337.486 117.03125 336.00162L117.03125 335.9235ZM118.125 336.06412Q118.125 337.111 118.609375 337.75162Q119.109375 338.39224 119.921875 338.39224Q120.75 338.39224 121.234375 337.75162Q121.71875 337.09537 121.71875 335.9235Q121.71875 334.89224 121.21875 334.25162Q120.734375 333.59537 119.90625 333.59537Q119.109375 333.59537 118.609375 334.236Q118.125 334.861 118.125 336.06412ZM124.859375 339.15787L124.859375 333.65787L123.859375 333.65787L123.859375 332.81412L124.859375 332.81412L124.859375 332.1735Q124.859375 331.14224 125.390625 330.59537Q125.9375 330.03287 126.9375 330.03287Q127.3125 330.03287 127.6875 330.12662L127.625 331.01724Q127.34375 330.95474 127.046875 330.95474Q126.515625 330.95474 126.21875 331.26724Q125.9375 331.57974 125.9375 332.14224L125.9375 332.81412L127.296875 332.81412L127.296875 333.65787L125.9375 333.65787L125.9375 339.15787L124.859375 339.15787ZM129.79688 331.28287L129.79688 332.81412L130.96875 332.81412L130.96875 333.65787L129.79688 333.65787L129.79688 337.57974Q129.79688 337.97037 129.95312 338.15787Q130.10938 338.34537 130.48438 338.34537Q130.67188 338.34537 131.0 338.28287L131.0 339.15787Q130.57812 339.28287 130.17188 339.28287Q129.45312 339.28287 129.07812 338.84537Q128.70312 338.39224 128.70312 337.57974L128.70312 333.65787L127.546875 333.65787L127.546875 332.81412L128.70312 332.81412L128.70312 331.28287L129.79688 331.28287ZM140.20312 336.9235L136.625 336.9235L135.82812 339.15787L134.67188 339.15787L137.92188 330.62662L138.90625 330.62662L142.17188 339.15787L141.01562 339.15787L140.20312 336.9235ZM136.96875 336.00162L139.875 336.00162L138.42188 332.01724L136.96875 336.00162ZM144.34375 338.26724L148.04688 338.26724L148.04688 339.15787L143.01562 339.15787L143.01562 338.361L146.51562 333.72037L143.0625 333.72037L143.0625 332.81412L147.875 332.81412L147.875 333.57974L144.34375 338.26724ZM153.23438 338.53287Q152.60938 339.28287 151.375 339.28287Q150.35938 339.28287 149.82812 338.68912Q149.29688 338.09537 149.29688 336.93912L149.29688 332.81412L150.375 332.81412L150.375 336.90787Q150.375 338.361 151.54688 338.361Q152.79688 338.361 153.20312 337.4235L153.20312 332.81412L154.29688 332.81412L154.29688 339.15787L153.26562 339.15787L153.23438 338.53287ZM159.39062 333.78287Q159.14062 333.75162 158.85938 333.75162Q157.78125 333.75162 157.40625 334.65787L157.40625 339.15787L156.32812 339.15787L156.32812 332.81412L157.375 332.81412L157.39062 333.5485Q157.92188 332.70474 158.90625 332.70474Q159.21875 332.70474 159.39062 332.78287L159.39062 333.78287ZM162.95312 339.28287Q161.65625 339.28287 160.84375 338.43912Q160.04688 337.57974 160.04688 336.15787L160.04688 335.97037Q160.04688 335.01724 160.40625 334.28287Q160.76562 333.53287 161.40625 333.12662Q162.0625 332.70474 162.8125 332.70474Q164.04688 332.70474 164.73438 333.51724Q165.42188 334.32974 165.42188 335.84537L165.42188 336.2985L161.125 336.2985Q161.15625 337.236 161.67188 337.81412Q162.20312 338.39224 163.01562 338.39224Q163.57812 338.39224 163.96875 338.15787Q164.375 337.9235 164.6875 337.53287L165.34375 338.0485Q164.54688 339.28287 162.95312 339.28287ZM162.8125 333.59537Q162.15625 333.59537 161.70312 334.07974Q161.26562 334.5485 161.17188 335.40787L164.34375 335.40787L164.34375 335.32974Q164.29688 334.50162 163.89062 334.0485Q163.5 333.59537 162.8125 333.59537Z" fill-rule="nonzero"/><path fill="#666666" d="M49.203125 395.73898L45.625 395.73898L44.828125 397.97336L43.671875 397.97336L46.921875 389.4421L47.90625 389.4421L51.171875 397.97336L50.015625 397.97336L49.203125 395.73898ZM45.96875 394.8171L48.875 394.8171L47.421875 390.83273L45.96875 394.8171ZM53.5 397.97336L52.421875 397.97336L52.421875 388.97336L53.5 388.97336L53.5 397.97336ZM56.5 397.97336L55.421875 397.97336L55.421875 391.6296L56.5 391.6296L56.5 397.97336ZM55.328125 389.95773Q55.328125 389.6921 55.484375 389.5046Q55.65625 389.3171 55.96875 389.3171Q56.28125 389.3171 56.4375 389.5046Q56.609375 389.6921 56.609375 389.95773Q56.609375 390.20773 56.4375 390.39523Q56.28125 390.5671 55.96875 390.5671Q55.65625 390.5671 55.484375 390.39523Q55.328125 390.20773 55.328125 389.95773ZM60.390625 396.3796L61.875 391.6296L63.03125 391.6296L60.484375 398.95773Q59.890625 400.53586 58.609375 400.53586L58.390625 400.52023L58.0 400.4421L58.0 399.5671L58.28125 399.58273Q58.84375 399.58273 59.140625 399.36398Q59.453125 399.14523 59.65625 398.55148L59.890625 397.89523L57.625 391.6296L58.8125 391.6296L60.390625 396.3796ZM68.234375 397.34836Q67.609375 398.09836 66.375 398.09836Q65.359375 398.09836 64.828125 397.5046Q64.296875 396.91086 64.296875 395.7546L64.296875 391.6296L65.375 391.6296L65.375 395.72336Q65.375 397.17648 66.546875 397.17648Q67.796875 397.17648 68.203125 396.23898L68.203125 391.6296L69.296875 391.6296L69.296875 397.97336L68.265625 397.97336L68.234375 397.34836ZM72.34375 391.6296L72.375 392.42648Q73.109375 391.52023 74.28125 391.52023Q76.296875 391.52023 76.3125 393.78586L76.3125 397.97336L75.21875 397.97336L75.21875 393.77023Q75.21875 393.09836 74.90625 392.77023Q74.609375 392.4421 73.953125 392.4421Q73.421875 392.4421 73.015625 392.72336Q72.625 393.0046 72.40625 393.45773L72.40625 397.97336L71.328125 397.97336L71.328125 391.6296L72.34375 391.6296ZM81.53125 398.70773L80.609375 398.70773L84.171875 389.4421L85.09375 389.4421L81.53125 398.70773ZM94.203125 395.73898L90.625 395.73898L89.828125 397.97336L88.671875 397.97336L91.921875 389.4421L92.90625 389.4421L96.171875 397.97336L95.015625 397.97336L94.203125 395.73898ZM90.96875 394.8171L93.875 394.8171L92.421875 390.83273L90.96875 394.8171ZM98.5 397.97336L97.421875 397.97336L97.421875 388.97336L98.5 388.97336L98.5 397.97336ZM101.5 397.97336L100.421875 397.97336L100.421875 391.6296L101.5 391.6296L101.5 397.97336ZM100.328125 389.95773Q100.328125 389.6921 100.484375 389.5046Q100.65625 389.3171 100.96875 389.3171Q101.28125 389.3171 101.4375 389.5046Q101.609375 389.6921 101.609375 389.95773Q101.609375 390.20773 101.4375 390.39523Q101.28125 390.5671 100.96875 390.5671Q100.65625 390.5671 100.484375 390.39523Q100.328125 390.20773 100.328125 389.95773ZM108.6875 394.8796Q108.6875 396.33273 108.015625 397.22336Q107.359375 398.09836 106.234375 398.09836Q105.03125 398.09836 104.375 397.23898L104.3125 397.97336L103.328125 397.97336L103.328125 388.97336L104.40625 388.97336L104.40625 392.33273Q105.0625 391.52023 106.21875 391.52023Q107.375 391.52023 108.03125 392.39523Q108.6875 393.2546 108.6875 394.78586L108.6875 394.8796ZM107.609375 394.7546Q107.609375 393.64523 107.171875 393.05148Q106.75 392.4421 105.953125 392.4421Q104.875 392.4421 104.40625 393.42648L104.40625 396.17648Q104.90625 397.17648 105.953125 397.17648Q106.734375 397.17648 107.171875 396.5671Q107.609375 395.95773 107.609375 394.7546ZM114.234375 397.97336Q114.140625 397.78586 114.078125 397.30148Q113.328125 398.09836 112.28125 398.09836Q111.34375 398.09836 110.734375 397.5671Q110.140625 397.03586 110.140625 396.20773Q110.140625 395.22336 110.890625 394.67648Q111.640625 394.1296 113.015625 394.1296L114.0625 394.1296L114.0625 393.6296Q114.0625 393.0671 113.71875 392.73898Q113.390625 392.39523 112.71875 392.39523Q112.140625 392.39523 111.75 392.6921Q111.359375 392.97336 111.359375 393.39523L110.265625 393.39523Q110.265625 392.91086 110.59375 392.47336Q110.9375 392.03586 111.515625 391.78586Q112.09375 391.52023 112.78125 391.52023Q113.890625 391.52023 114.5 392.0671Q115.125 392.61398 115.15625 393.5671L115.15625 396.48898Q115.15625 397.36398 115.375 397.8796L115.375 397.97336L114.234375 397.97336ZM112.4375 397.14523Q112.953125 397.14523 113.40625 396.8796Q113.859375 396.61398 114.0625 396.1921L114.0625 394.89523L113.21875 394.89523Q111.21875 394.89523 111.21875 396.0671Q111.21875 396.5671 111.5625 396.86398Q111.90625 397.14523 112.4375 397.14523ZM122.6875 394.8796Q122.6875 396.33273 122.015625 397.22336Q121.359375 398.09836 120.234375 398.09836Q119.03125 398.09836 118.375 397.23898L118.3125 397.97336L117.328125 397.97336L117.328125 388.97336L118.40625 388.97336L118.40625 392.33273Q119.0625 391.52023 120.21875 391.52023Q121.375 391.52023 122.03125 392.39523Q122.6875 393.2546 122.6875 394.78586L122.6875 394.8796ZM121.609375 394.7546Q121.609375 393.64523 121.171875 393.05148Q120.75 392.4421 119.953125 392.4421Q118.875 392.4421 118.40625 393.42648L118.40625 396.17648Q118.90625 397.17648 119.953125 397.17648Q120.734375 397.17648 121.171875 396.5671Q121.609375 395.95773 121.609375 394.7546ZM128.23438 397.97336Q128.14062 397.78586 128.07812 397.30148Q127.328125 398.09836 126.28125 398.09836Q125.34375 398.09836 124.734375 397.5671Q124.140625 397.03586 124.140625 396.20773Q124.140625 395.22336 124.890625 394.67648Q125.640625 394.1296 127.015625 394.1296L128.0625 394.1296L128.0625 393.6296Q128.0625 393.0671 127.71875 392.73898Q127.390625 392.39523 126.71875 392.39523Q126.140625 392.39523 125.75 392.6921Q125.359375 392.97336 125.359375 393.39523L124.265625 393.39523Q124.265625 392.91086 124.59375 392.47336Q124.9375 392.03586 125.515625 391.78586Q126.09375 391.52023 126.78125 391.52023Q127.890625 391.52023 128.5 392.0671Q129.125 392.61398 129.15625 393.5671L129.15625 396.48898Q129.15625 397.36398 129.375 397.8796L129.375 397.97336L128.23438 397.97336ZM126.4375 397.14523Q126.953125 397.14523 127.40625 396.8796Q127.859375 396.61398 128.0625 396.1921L128.0625 394.89523L127.21875 394.89523Q125.21875 394.89523 125.21875 396.0671Q125.21875 396.5671 125.5625 396.86398Q125.90625 397.14523 126.4375 397.14523ZM140.76562 395.27023Q140.60938 396.61398 139.76562 397.36398Q138.92188 398.09836 137.53125 398.09836Q136.01562 398.09836 135.10938 397.02023Q134.20312 395.92648 134.20312 394.09836L134.20312 393.28586Q134.20312 392.09836 134.625 391.1921Q135.04688 390.28586 135.82812 389.80148Q136.60938 389.3171 137.625 389.3171Q138.98438 389.3171 139.79688 390.08273Q140.625 390.84836 140.76562 392.17648L139.64062 392.17648Q139.48438 391.16086 139.0 390.70773Q138.51562 390.2546 137.625 390.2546Q136.54688 390.2546 135.9375 391.05148Q135.32812 391.84836 135.32812 393.3171L135.32812 394.14523Q135.32812 395.53586 135.90625 396.36398Q136.48438 397.17648 137.53125 397.17648Q138.46875 397.17648 138.96875 396.7546Q139.46875 396.3171 139.64062 395.27023L140.76562 395.27023ZM143.5 397.97336L142.42188 397.97336L142.42188 388.97336L143.5 388.97336L143.5 397.97336ZM145.03125 394.73898Q145.03125 393.8171 145.39062 393.0671Q145.76562 392.3171 146.42188 391.92648Q147.07812 391.52023 147.90625 391.52023Q149.20312 391.52023 150.0 392.41086Q150.8125 393.30148 150.8125 394.80148L150.8125 394.8796Q150.8125 395.80148 150.45312 396.53586Q150.09375 397.27023 149.4375 397.6921Q148.78125 398.09836 147.92188 398.09836Q146.64062 398.09836 145.82812 397.20773Q145.03125 396.30148 145.03125 394.8171L145.03125 394.73898ZM146.125 394.8796Q146.125 395.92648 146.60938 396.5671Q147.10938 397.20773 147.92188 397.20773Q148.75 397.20773 149.23438 396.5671Q149.71875 395.91086 149.71875 394.73898Q149.71875 393.70773 149.21875 393.0671Q148.73438 392.41086 147.90625 392.41086Q147.10938 392.41086 146.60938 393.05148Q146.125 393.67648 146.125 394.8796ZM156.23438 397.34836Q155.60938 398.09836 154.375 398.09836Q153.35938 398.09836 152.82812 397.5046Q152.29688 396.91086 152.29688 395.7546L152.29688 391.6296L153.375 391.6296L153.375 395.72336Q153.375 397.17648 154.54688 397.17648Q155.79688 397.17648 156.20312 396.23898L156.20312 391.6296L157.29688 391.6296L157.29688 397.97336L156.26562 397.97336L156.23438 397.34836ZM159.0625 394.7546Q159.0625 393.28586 159.75 392.41086Q160.4375 391.52023 161.5625 391.52023Q162.67188 391.52023 163.32812 392.27023L163.32812 388.97336L164.40625 388.97336L164.40625 397.97336L163.40625 397.97336L163.35938 397.28586Q162.70312 398.09836 161.54688 398.09836Q160.45312 398.09836 159.75 397.1921Q159.0625 396.28586 159.0625 394.83273L159.0625 394.7546ZM160.14062 394.8796Q160.14062 395.95773 160.57812 396.5671Q161.03125 397.17648 161.8125 397.17648Q162.84375 397.17648 163.32812 396.23898L163.32812 393.33273Q162.84375 392.4421 161.82812 392.4421Q161.03125 392.4421 160.57812 393.05148Q160.14062 393.66086 160.14062 394.8796Z" fill-rule="nonzero"/><path fill="#666666" d="M134.04688 456.78888L132.92188 456.78888L132.92188 452.85138L128.60938 452.85138L128.60938 456.78888L127.484375 456.78888L127.484375 448.25763L128.60938 448.25763L128.60938 451.9295L132.92188 451.9295L132.92188 448.25763L134.04688 448.25763L134.04688 456.78888ZM138.95312 456.91388Q137.65625 456.91388 136.84375 456.07013Q136.04688 455.21075 136.04688 453.78888L136.04688 453.60138Q136.04688 452.64825 136.40625 451.91388Q136.76562 451.16388 137.40625 450.75763Q138.0625 450.33575 138.8125 450.33575Q140.04688 450.33575 140.73438 451.14825Q141.42188 451.96075 141.42188 453.47638L141.42188 453.9295L137.125 453.9295Q137.15625 454.867 137.67188 455.44513Q138.20312 456.02325 139.01562 456.02325Q139.57812 456.02325 139.96875 455.78888Q140.375 455.5545 140.6875 455.16388L141.34375 455.6795Q140.54688 456.91388 138.95312 456.91388ZM138.8125 451.22638Q138.15625 451.22638 137.70312 451.71075Q137.26562 452.1795 137.17188 453.03888L140.34375 453.03888L140.34375 452.96075Q140.29688 452.13263 139.89062 451.6795Q139.5 451.22638 138.8125 451.22638ZM145.39062 451.41388Q145.14062 451.38263 144.85938 451.38263Q143.78125 451.38263 143.40625 452.28888L143.40625 456.78888L142.32812 456.78888L142.32812 450.44513L143.375 450.44513L143.39062 451.1795Q143.92188 450.33575 144.90625 450.33575Q145.21875 450.33575 145.39062 450.41388L145.39062 451.41388ZM146.03125 453.5545Q146.03125 452.63263 146.39062 451.88263Q146.76562 451.13263 147.42188 450.742Q148.07812 450.33575 148.90625 450.33575Q150.20312 450.33575 151.0 451.22638Q151.8125 452.117 151.8125 453.617L151.8125 453.69513Q151.8125 454.617 151.45312 455.35138Q151.09375 456.08575 150.4375 456.50763Q149.78125 456.91388 148.92188 456.91388Q147.64062 456.91388 146.82812 456.02325Q146.03125 455.117 146.03125 453.63263L146.03125 453.5545ZM147.125 453.69513Q147.125 454.742 147.60938 455.38263Q148.10938 456.02325 148.92188 456.02325Q149.75 456.02325 150.23438 455.38263Q150.71875 454.72638 150.71875 453.5545Q150.71875 452.52325 150.21875 451.88263Q149.73438 451.22638 148.90625 451.22638Q148.10938 451.22638 147.60938 451.867Q147.125 452.492 147.125 453.69513ZM155.09375 453.85138L154.40625 454.5545L154.40625 456.78888L153.32812 456.78888L153.32812 447.78888L154.40625 447.78888L154.40625 453.22638L154.98438 452.53888L156.96875 450.44513L158.28125 450.44513L155.8125 453.10138L158.57812 456.78888L157.29688 456.78888L155.09375 453.85138ZM163.23438 456.16388Q162.60938 456.91388 161.375 456.91388Q160.35938 456.91388 159.82812 456.32013Q159.29688 455.72638 159.29688 454.57013L159.29688 450.44513L160.375 450.44513L160.375 454.53888Q160.375 455.992 161.54688 455.992Q162.79688 455.992 163.20312 455.0545L163.20312 450.44513L164.29688 450.44513L164.29688 456.78888L163.26562 456.78888L163.23438 456.16388Z" fill-rule="nonzero"/><path fill="#666666" d="M131.625 514.6825L135.67188 514.6825L135.67188 515.6044L130.48438 515.6044L130.48438 507.07312L131.625 507.07312L131.625 514.6825ZM137.5 515.6044L136.42188 515.6044L136.42188 509.26062L137.5 509.26062L137.5 515.6044ZM136.32812 507.58875Q136.32812 507.32312 136.48438 507.13562Q136.65625 506.94812 136.96875 506.94812Q137.28125 506.94812 137.4375 507.13562Q137.60938 507.32312 137.60938 507.58875Q137.60938 507.83875 137.4375 508.02625Q137.28125 508.19812 136.96875 508.19812Q136.65625 508.19812 136.48438 508.02625Q136.32812 507.83875 136.32812 507.58875ZM140.34375 509.26062L140.375 510.0575Q141.10938 509.15125 142.28125 509.15125Q144.29688 509.15125 144.3125 511.41687L144.3125 515.6044L143.21875 515.6044L143.21875 511.40125Q143.21875 510.72937 142.90625 510.40125Q142.60938 510.07312 141.95312 510.07312Q141.42188 510.07312 141.01562 510.35437Q140.625 510.63562 140.40625 511.08875L140.40625 515.6044L139.32812 515.6044L139.32812 509.26062L140.34375 509.26062ZM146.03125 512.37Q146.03125 511.44812 146.39062 510.69812Q146.76562 509.94812 147.42188 509.5575Q148.07812 509.15125 148.90625 509.15125Q150.20312 509.15125 151.0 510.04187Q151.8125 510.9325 151.8125 512.4325L151.8125 512.5106Q151.8125 513.4325 151.45312 514.1669Q151.09375 514.90125 150.4375 515.3231Q149.78125 515.7294 148.92188 515.7294Q147.64062 515.7294 146.82812 514.83875Q146.03125 513.9325 146.03125 512.4481L146.03125 512.37ZM147.125 512.5106Q147.125 513.5575 147.60938 514.1981Q148.10938 514.83875 148.92188 514.83875Q149.75 514.83875 150.23438 514.1981Q150.71875 513.5419 150.71875 512.37Q150.71875 511.33875 150.21875 510.69812Q149.73438 510.04187 148.90625 510.04187Q148.10938 510.04187 147.60938 510.6825Q147.125 511.3075 147.125 512.5106ZM153.0625 512.3856Q153.0625 510.91687 153.75 510.04187Q154.4375 509.15125 155.5625 509.15125Q156.67188 509.15125 157.32812 509.90125L157.32812 506.60437L158.40625 506.60437L158.40625 515.6044L157.40625 515.6044L157.35938 514.9169Q156.70312 515.7294 155.54688 515.7294Q154.45312 515.7294 153.75 514.8231Q153.0625 513.9169 153.0625 512.46375L153.0625 512.3856ZM154.14062 512.5106Q154.14062 513.58875 154.57812 514.1981Q155.03125 514.8075 155.8125 514.8075Q156.84375 514.8075 157.32812 513.87L157.32812 510.96375Q156.84375 510.07312 155.82812 510.07312Q155.03125 510.07312 154.57812 510.6825Q154.14062 511.29187 154.14062 512.5106ZM162.95312 515.7294Q161.65625 515.7294 160.84375 514.8856Q160.04688 514.02625 160.04688 512.6044L160.04688 512.4169Q160.04688 511.46375 160.40625 510.72937Q160.76562 509.97937 161.40625 509.57312Q162.0625 509.15125 162.8125 509.15125Q164.04688 509.15125 164.73438 509.96375Q165.42188 510.77625 165.42188 512.2919L165.42188 512.745L161.125 512.745Q161.15625 513.6825 161.67188 514.2606Q162.20312 514.83875 163.01562 514.83875Q163.57812 514.83875 163.96875 514.6044Q164.375 514.37 164.6875 513.9794L165.34375 514.495Q164.54688 515.7294 162.95312 515.7294ZM162.8125 510.04187Q162.15625 510.04187 161.70312 510.52625Q161.26562 510.995 161.17188 511.85437L164.34375 511.85437L164.34375 511.77625Q164.29688 510.94812 163.89062 510.495Q163.5 510.04187 162.8125 510.04187Z" fill-rule="nonzero"/><path fill="#666666" d="M144.04688 570.4355Q144.04688 571.6855 143.625 572.623Q143.20312 573.54486 142.42188 574.04486Q141.65625 574.54486 140.625 574.54486Q139.625 574.54486 138.84375 574.04486Q138.0625 573.54486 137.625 572.6386Q137.20312 571.71674 137.1875 570.498L137.1875 569.8886Q137.1875 568.65424 137.60938 567.71674Q138.04688 566.77924 138.82812 566.27924Q139.60938 565.7636 140.625 565.7636Q141.64062 565.7636 142.42188 566.2636Q143.20312 566.7636 143.625 567.7011Q144.04688 568.6386 144.04688 569.8886L144.04688 570.4355ZM142.9375 569.873Q142.9375 568.35736 142.32812 567.54486Q141.71875 566.73236 140.625 566.73236Q139.54688 566.73236 138.9375 567.54486Q138.32812 568.35736 138.3125 569.79486L138.3125 570.4355Q138.3125 571.90424 138.92188 572.748Q139.54688 573.5761 140.625 573.5761Q141.71875 573.5761 142.3125 572.79486Q142.92188 571.998 142.9375 570.5136L142.9375 569.873ZM146.79688 566.54486L146.79688 568.0761L147.96875 568.0761L147.96875 568.91986L146.79688 568.91986L146.79688 572.84174Q146.79688 573.23236 146.95312 573.41986Q147.10938 573.60736 147.48438 573.60736Q147.67188 573.60736 148.0 573.54486L148.0 574.41986Q147.57812 574.54486 147.17188 574.54486Q146.45312 574.54486 146.07812 574.10736Q145.70312 573.65424 145.70312 572.84174L145.70312 568.91986L144.54688 568.91986L144.54688 568.0761L145.70312 568.0761L145.70312 566.54486L146.79688 566.54486ZM150.40625 568.84174Q151.125 567.96674 152.28125 567.96674Q154.29688 567.96674 154.3125 570.23236L154.3125 574.41986L153.21875 574.41986L153.21875 570.21674Q153.21875 569.54486 152.90625 569.21674Q152.60938 568.8886 151.95312 568.8886Q151.42188 568.8886 151.01562 569.16986Q150.625 569.4511 150.40625 569.90424L150.40625 574.41986L149.32812 574.41986L149.32812 565.41986L150.40625 565.41986L150.40625 568.84174ZM158.95312 574.54486Q157.65625 574.54486 156.84375 573.7011Q156.04688 572.84174 156.04688 571.41986L156.04688 571.23236Q156.04688 570.27924 156.40625 569.54486Q156.76562 568.79486 157.40625 568.3886Q158.0625 567.96674 158.8125 567.96674Q160.04688 567.96674 160.73438 568.77924Q161.42188 569.59174 161.42188 571.10736L161.42188 571.5605L157.125 571.5605Q157.15625 572.498 157.67188 573.0761Q158.20312 573.65424 159.01562 573.65424Q159.57812 573.65424 159.96875 573.41986Q160.375 573.1855 160.6875 572.79486L161.34375 573.3105Q160.54688 574.54486 158.95312 574.54486ZM158.8125 568.85736Q158.15625 568.85736 157.70312 569.34174Q157.26562 569.8105 157.17188 570.66986L160.34375 570.66986L160.34375 570.59174Q160.29688 569.7636 159.89062 569.3105Q159.5 568.85736 158.8125 568.85736ZM165.39062 569.04486Q165.14062 569.0136 164.85938 569.0136Q163.78125 569.0136 163.40625 569.91986L163.40625 574.41986L162.32812 574.41986L162.32812 568.0761L163.375 568.0761L163.39062 568.8105Q163.92188 567.96674 164.90625 567.96674Q165.21875 567.96674 165.39062 568.04486L165.39062 569.04486Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 623.9797Q169.5625 625.8859 168.90625 626.8234Q168.26562 627.7453 166.875 627.7453Q165.51562 627.7453 164.85938 626.83905Q164.20312 625.9328 164.17188 624.1203L164.17188 622.6828Q164.17188 620.7922 164.8125 619.8859Q165.46875 618.96405 166.85938 618.96405Q168.23438 618.96405 168.89062 619.8547Q169.54688 620.7297 169.5625 622.5734L169.5625 623.9797ZM168.46875 622.4953Q168.46875 621.1203 168.07812 620.4953Q167.70312 619.8547 166.85938 619.8547Q166.03125 619.8547 165.64062 620.4953Q165.26562 621.1203 165.26562 622.4172L165.26562 624.15155Q165.26562 625.52655 165.65625 626.1984Q166.0625 626.8547 166.875 626.8547Q167.67188 626.8547 168.0625 626.2297Q168.45312 625.6047 168.46875 624.27655L168.46875 622.4953ZM171.10938 620.7297Q171.10938 619.96405 171.59375 619.46405Q172.09375 618.96405 172.85938 618.96405Q173.64062 618.96405 174.125 619.46405Q174.60938 619.96405 174.60938 620.7609L174.60938 621.1828Q174.60938 621.9484 174.10938 622.4484Q173.625 622.9328 172.875 622.9328Q172.10938 622.9328 171.60938 622.4484Q171.10938 621.9484 171.10938 621.1359L171.10938 620.7297ZM171.92188 621.1828Q171.92188 621.6359 172.17188 621.9328Q172.4375 622.2297 172.875 622.2297Q173.29688 622.2297 173.54688 621.9484Q173.79688 621.65155 173.79688 621.15155L173.79688 620.7297Q173.79688 620.27655 173.54688 619.9797Q173.29688 619.6672 172.85938 619.6672Q172.42188 619.6672 172.17188 619.9797Q171.92188 620.27655 171.92188 620.7453L171.92188 621.1828ZM175.26562 625.52655Q175.26562 624.7609 175.75 624.27655Q176.25 623.77655 177.01562 623.77655Q177.78125 623.77655 178.26562 624.27655Q178.76562 624.7609 178.76562 625.5734L178.76562 625.9797Q178.76562 626.7453 178.28125 627.2453Q177.79688 627.7453 177.03125 627.7453Q176.26562 627.7453 175.76562 627.2609Q175.26562 626.7609 175.26562 625.9484L175.26562 625.52655ZM176.07812 625.9797Q176.07812 626.4484 176.32812 626.7453Q176.59375 627.0422 177.03125 627.0422Q177.45312 627.0422 177.70312 626.7609Q177.95312 626.46405 177.95312 625.96405L177.95312 625.52655Q177.95312 625.0578 177.6875 624.77655Q177.4375 624.4797 177.01562 624.4797Q176.59375 624.4797 176.32812 624.77655Q176.07812 625.0578 176.07812 625.5578L176.07812 625.9797ZM173.125 626.9797L172.5 626.58905L176.67188 619.9172L177.28125 620.3078L173.125 626.9797Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 627.6203L260.197 627.6203L260.197 626.83905L263.15012 623.5578Q263.80637 622.8078 264.05637 622.3547Q264.30637 621.8859 264.30637 621.3859Q264.30637 620.71405 263.90012 620.2922Q263.5095 619.8547 262.822 619.8547Q262.02512 619.8547 261.572 620.3234Q261.11887 620.77655 261.11887 621.6047L260.04074 621.6047Q260.04074 620.4172 260.79074 619.6984Q261.55637 618.96405 262.822 618.96405Q264.02512 618.96405 264.71262 619.58905Q265.40012 620.21405 265.40012 621.2609Q265.40012 622.5109 263.79074 624.2609L261.5095 626.7297L265.79074 626.7297L265.79074 627.6203ZM272.55637 623.9797Q272.55637 625.8859 271.90012 626.8234Q271.2595 627.7453 269.86887 627.7453Q268.5095 627.7453 267.85324 626.83905Q267.197 625.9328 267.16574 624.1203L267.16574 622.6828Q267.16574 620.7922 267.80637 619.8859Q268.46262 618.96405 269.85324 618.96405Q271.22824 618.96405 271.8845 619.8547Q272.54074 620.7297 272.55637 622.5734L272.55637 623.9797ZM271.46262 622.4953Q271.46262 621.1203 271.072 620.4953Q270.697 619.8547 269.85324 619.8547Q269.02512 619.8547 268.6345 620.4953Q268.2595 621.1203 268.2595 622.4172L268.2595 624.15155Q268.2595 625.52655 268.65012 626.1984Q269.05637 626.8547 269.86887 626.8547Q270.66574 626.8547 271.05637 626.2297Q271.447 625.6047 271.46262 624.27655L271.46262 622.4953ZM274.10324 620.7297Q274.10324 619.96405 274.58762 619.46405Q275.08762 618.96405 275.85324 618.96405Q276.6345 618.96405 277.11887 619.46405Q277.60324 619.96405 277.60324 620.7609L277.60324 621.1828Q277.60324 621.9484 277.10324 622.4484Q276.61887 622.9328 275.86887 622.9328Q275.10324 622.9328 274.60324 622.4484Q274.10324 621.9484 274.10324 621.1359L274.10324 620.7297ZM274.91574 621.1828Q274.91574 621.6359 275.16574 621.9328Q275.43137 622.2297 275.86887 622.2297Q276.29074 622.2297 276.54074 621.9484Q276.79074 621.65155 276.79074 621.15155L276.79074 620.7297Q276.79074 620.27655 276.54074 619.9797Q276.29074 619.6672 275.85324 619.6672Q275.41574 619.6672 275.16574 619.9797Q274.91574 620.27655 274.91574 620.7453L274.91574 621.1828ZM278.2595 625.52655Q278.2595 624.7609 278.74387 624.27655Q279.24387 623.77655 280.0095 623.77655Q280.77512 623.77655 281.2595 624.27655Q281.7595 624.7609 281.7595 625.5734L281.7595 625.9797Q281.7595 626.7453 281.27512 627.2453Q280.79074 627.7453 280.02512 627.7453Q279.2595 627.7453 278.7595 627.2609Q278.2595 626.7609 278.2595 625.9484L278.2595 625.52655ZM279.072 625.9797Q279.072 626.4484 279.322 626.7453Q279.58762 627.0422 280.02512 627.0422Q280.447 627.0422 280.697 626.7609Q280.947 626.46405 280.947 625.96405L280.947 625.52655Q280.947 625.0578 280.68137 624.77655Q280.43137 624.4797 280.0095 624.4797Q279.58762 624.4797 279.322 624.77655Q279.072 625.0578 279.072 625.5578L279.072 625.9797ZM276.11887 626.9797L275.49387 626.58905L279.66574 619.9172L280.27512 620.3078L276.11887 626.9797Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 624.7609L365.45645 624.7609L365.45645 625.6359L364.26895 625.6359L364.26895 627.6203L363.19083 627.6203L363.19083 625.6359L359.3002 625.6359L359.3002 624.9953L363.1127 619.08905L364.26895 619.08905L364.26895 624.7609ZM360.53458 624.7609L363.19083 624.7609L363.19083 620.5734L363.0502 620.8078L360.53458 624.7609ZM372.0502 623.9797Q372.0502 625.8859 371.39395 626.8234Q370.75333 627.7453 369.3627 627.7453Q368.00333 627.7453 367.34708 626.83905Q366.69083 625.9328 366.65958 624.1203L366.65958 622.6828Q366.65958 620.7922 367.3002 619.8859Q367.95645 618.96405 369.34708 618.96405Q370.72208 618.96405 371.37833 619.8547Q372.03458 620.7297 372.0502 622.5734L372.0502 623.9797ZM370.95645 622.4953Q370.95645 621.1203 370.56583 620.4953Q370.19083 619.8547 369.34708 619.8547Q368.51895 619.8547 368.12833 620.4953Q367.75333 621.1203 367.75333 622.4172L367.75333 624.15155Q367.75333 625.52655 368.14395 626.1984Q368.5502 626.8547 369.3627 626.8547Q370.15958 626.8547 370.5502 626.2297Q370.94083 625.6047 370.95645 624.27655L370.95645 622.4953ZM373.59708 620.7297Q373.59708 619.96405 374.08145 619.46405Q374.58145 618.96405 375.34708 618.96405Q376.12833 618.96405 376.6127 619.46405Q377.09708 619.96405 377.09708 620.7609L377.09708 621.1828Q377.09708 621.9484 376.59708 622.4484Q376.1127 622.9328 375.3627 622.9328Q374.59708 622.9328 374.09708 622.4484Q373.59708 621.9484 373.59708 621.1359L373.59708 620.7297ZM374.40958 621.1828Q374.40958 621.6359 374.65958 621.9328Q374.9252 622.2297 375.3627 622.2297Q375.78458 622.2297 376.03458 621.9484Q376.28458 621.65155 376.28458 621.15155L376.28458 620.7297Q376.28458 620.27655 376.03458 619.9797Q375.78458 619.6672 375.34708 619.6672Q374.90958 619.6672 374.65958 619.9797Q374.40958 620.27655 374.40958 620.7453L374.40958 621.1828ZM377.75333 625.52655Q377.75333 624.7609 378.2377 624.27655Q378.7377 623.77655 379.50333 623.77655Q380.26895 623.77655 380.75333 624.27655Q381.25333 624.7609 381.25333 625.5734L381.25333 625.9797Q381.25333 626.7453 380.76895 627.2453Q380.28458 627.7453 379.51895 627.7453Q378.75333 627.7453 378.25333 627.2609Q377.75333 626.7609 377.75333 625.9484L377.75333 625.52655ZM378.56583 625.9797Q378.56583 626.4484 378.81583 626.7453Q379.08145 627.0422 379.51895 627.0422Q379.94083 627.0422 380.19083 626.7609Q380.44083 626.46405 380.44083 625.96405L380.44083 625.52655Q380.44083 625.0578 380.1752 624.77655Q379.9252 624.4797 379.50333 624.4797Q379.08145 624.4797 378.81583 624.77655Q378.56583 625.0578 378.56583 625.5578L378.56583 625.9797ZM375.6127 626.9797L374.9877 626.58905L379.15958 619.9172L379.76895 620.3078L375.6127 626.9797Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 619.08905L463.45032 619.9953L463.2472 619.9953Q461.98157 620.02655 461.23157 620.7609Q460.48157 621.4797 460.35657 622.7922Q461.04407 622.02655 462.20032 622.02655Q463.3097 622.02655 463.98157 622.8078Q464.65344 623.58905 464.65344 624.83905Q464.65344 626.15155 463.9347 626.9484Q463.21594 627.7453 461.9972 627.7453Q460.77844 627.7453 460.01282 626.8078Q459.26282 625.8547 459.26282 624.3703L459.26282 623.96405Q459.26282 621.6047 460.26282 620.3547Q461.26282 619.1047 463.2472 619.08905L463.45032 619.08905ZM462.02844 622.9328Q461.46594 622.9328 460.9972 623.2609Q460.52844 623.58905 460.34094 624.1047L460.34094 624.4953Q460.34094 625.5578 460.8097 626.1984Q461.29407 626.83905 461.9972 626.83905Q462.73157 626.83905 463.15344 626.3078Q463.57532 625.7609 463.57532 624.8859Q463.57532 624.0109 463.15344 623.4797Q462.73157 622.9328 462.02844 622.9328ZM471.54407 623.9797Q471.54407 625.8859 470.88782 626.8234Q470.2472 627.7453 468.85657 627.7453Q467.4972 627.7453 466.84094 626.83905Q466.1847 625.9328 466.15344 624.1203L466.15344 622.6828Q466.15344 620.7922 466.79407 619.8859Q467.45032 618.96405 468.84094 618.96405Q470.21594 618.96405 470.8722 619.8547Q471.52844 620.7297 471.54407 622.5734L471.54407 623.9797ZM470.45032 622.4953Q470.45032 621.1203 470.0597 620.4953Q469.6847 619.8547 468.84094 619.8547Q468.01282 619.8547 467.6222 620.4953Q467.2472 621.1203 467.2472 622.4172L467.2472 624.15155Q467.2472 625.52655 467.63782 626.1984Q468.04407 626.8547 468.85657 626.8547Q469.65344 626.8547 470.04407 626.2297Q470.4347 625.6047 470.45032 624.27655L470.45032 622.4953ZM473.09094 620.7297Q473.09094 619.96405 473.57532 619.46405Q474.07532 618.96405 474.84094 618.96405Q475.6222 618.96405 476.10657 619.46405Q476.59094 619.96405 476.59094 620.7609L476.59094 621.1828Q476.59094 621.9484 476.09094 622.4484Q475.60657 622.9328 474.85657 622.9328Q474.09094 622.9328 473.59094 622.4484Q473.09094 621.9484 473.09094 621.1359L473.09094 620.7297ZM473.90344 621.1828Q473.90344 621.6359 474.15344 621.9328Q474.41907 622.2297 474.85657 622.2297Q475.27844 622.2297 475.52844 621.9484Q475.77844 621.65155 475.77844 621.15155L475.77844 620.7297Q475.77844 620.27655 475.52844 619.9797Q475.27844 619.6672 474.84094 619.6672Q474.40344 619.6672 474.15344 619.9797Q473.90344 620.27655 473.90344 620.7453L473.90344 621.1828ZM477.2472 625.52655Q477.2472 624.7609 477.73157 624.27655Q478.23157 623.77655 478.9972 623.77655Q479.76282 623.77655 480.2472 624.27655Q480.7472 624.7609 480.7472 625.5734L480.7472 625.9797Q480.7472 626.7453 480.26282 627.2453Q479.77844 627.7453 479.01282 627.7453Q478.2472 627.7453 477.7472 627.2609Q477.2472 626.7609 477.2472 625.9484L477.2472 625.52655ZM478.0597 625.9797Q478.0597 626.4484 478.3097 626.7453Q478.57532 627.0422 479.01282 627.0422Q479.4347 627.0422 479.6847 626.7609Q479.9347 626.46405 479.9347 625.96405L479.9347 625.52655Q479.9347 625.0578 479.66907 624.77655Q479.41907 624.4797 478.9972 624.4797Q478.57532 624.4797 478.3097 624.77655Q478.0597 625.0578 478.0597 625.5578L478.0597 625.9797ZM475.10657 626.9797L474.48157 626.58905L478.65344 619.9172L479.26282 620.3078L475.10657 626.9797Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 621.3078Q563.866 621.9484 563.5223 622.4484Q563.1785 622.9484 562.616 623.2297Q563.2723 623.5109 563.6629 624.0734Q564.0535 624.6203 564.0535 625.3234Q564.0535 626.4172 563.3035 627.08905Q562.56915 627.7453 561.3504 627.7453Q560.116 627.7453 559.366 627.08905Q558.63165 626.4172 558.63165 625.3234Q558.63165 624.6203 559.00665 624.0734Q559.38165 623.5109 560.0535 623.2297Q559.491 622.9484 559.1629 622.4484Q558.8348 621.9484 558.8348 621.3078Q558.8348 620.2297 559.5223 619.6047Q560.2098 618.96405 561.3504 618.96405Q562.4754 618.96405 563.1629 619.6047Q563.866 620.2297 563.866 621.3078ZM562.9754 625.2922Q562.9754 624.5734 562.5223 624.1359Q562.06915 623.6828 561.3348 623.6828Q560.6004 623.6828 560.1473 624.1359Q559.7098 624.5734 559.7098 625.3078Q559.7098 626.02655 560.1473 626.4484Q560.5848 626.8547 561.3504 626.8547Q562.1004 626.8547 562.5379 626.4328Q562.9754 626.0109 562.9754 625.2922ZM561.3504 619.8547Q560.7098 619.8547 560.3035 620.2609Q559.9129 620.65155 559.9129 621.33905Q559.9129 621.9797 560.3035 622.3859Q560.69415 622.7922 561.3348 622.7922Q561.991 622.7922 562.38165 622.3859Q562.7723 621.9797 562.7723 621.33905Q562.7723 620.6828 562.366 620.27655Q561.9598 619.8547 561.3504 619.8547ZM571.0379 623.9797Q571.0379 625.8859 570.38165 626.8234Q569.741 627.7453 568.3504 627.7453Q566.991 627.7453 566.3348 626.83905Q565.6785 625.9328 565.6473 624.1203L565.6473 622.6828Q565.6473 620.7922 566.2879 619.8859Q566.94415 618.96405 568.3348 618.96405Q569.7098 618.96405 570.366 619.8547Q571.0223 620.7297 571.0379 622.5734L571.0379 623.9797ZM569.94415 622.4953Q569.94415 621.1203 569.5535 620.4953Q569.1785 619.8547 568.3348 619.8547Q567.50665 619.8547 567.116 620.4953Q566.741 621.1203 566.741 622.4172L566.741 624.15155Q566.741 625.52655 567.13165 626.1984Q567.5379 626.8547 568.3504 626.8547Q569.1473 626.8547 569.5379 626.2297Q569.9285 625.6047 569.94415 624.27655L569.94415 622.4953ZM572.5848 620.7297Q572.5848 619.96405 573.06915 619.46405Q573.56915 618.96405 574.3348 618.96405Q575.116 618.96405 575.6004 619.46405Q576.0848 619.96405 576.0848 620.7609L576.0848 621.1828Q576.0848 621.9484 575.5848 622.4484Q575.1004 622.9328 574.3504 622.9328Q573.5848 622.9328 573.0848 622.4484Q572.5848 621.9484 572.5848 621.1359L572.5848 620.7297ZM573.3973 621.1828Q573.3973 621.6359 573.6473 621.9328Q573.9129 622.2297 574.3504 622.2297Q574.7723 622.2297 575.0223 621.9484Q575.2723 621.65155 575.2723 621.15155L575.2723 620.7297Q575.2723 620.27655 575.0223 619.9797Q574.7723 619.6672 574.3348 619.6672Q573.8973 619.6672 573.6473 619.9797Q573.3973 620.27655 573.3973 620.7453L573.3973 621.1828ZM576.741 625.52655Q576.741 624.7609 577.2254 624.27655Q577.7254 623.77655 578.491 623.77655Q579.25665 623.77655 579.741 624.27655Q580.241 624.7609 580.241 625.5734L580.241 625.9797Q580.241 626.7453 579.75665 627.2453Q579.2723 627.7453 578.50665 627.7453Q577.741 627.7453 577.241 627.2609Q576.741 626.7609 576.741 625.9484L576.741 625.52655ZM577.5535 625.9797Q577.5535 626.4484 577.8035 626.7453Q578.06915 627.0422 578.50665 627.0422Q578.9285 627.0422 579.1785 626.7609Q579.4285 626.46405 579.4285 625.96405L579.4285 625.52655Q579.4285 625.0578 579.1629 624.77655Q578.9129 624.4797 578.491 624.4797Q578.06915 624.4797 577.8035 624.77655Q577.5535 625.0578 577.5535 625.5578L577.5535 625.9797ZM574.6004 626.9797L573.9754 626.58905L578.1473 619.9172L578.75665 620.3078L574.6004 626.9797Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M235.21387 668.56134C235.21387 668.00903 235.66158 667.56134 236.21387 667.56134L246.21387 667.56134C246.76616 667.56134 247.21387 668.00903 247.21387 668.56134L247.21387 678.56134C247.21387 679.1136 246.76616 679.56134 246.21387 679.56134L236.21387 679.56134C235.66158 679.56134 235.21387 679.1136 235.21387 678.56134Z" fill-rule="nonzero"/><path fill="#666666" d="M261.51074 678.06134L255.91699 678.06134L255.91699 677.2801L258.87012 673.99884Q259.52637 673.24884 259.77637 672.7957Q260.02637 672.32697 260.02637 671.82697Q260.02637 671.1551 259.62012 670.7332Q259.2295 670.2957 258.542 670.2957Q257.74512 670.2957 257.292 670.76447Q256.83887 671.2176 256.83887 672.0457L255.76074 672.0457Q255.76074 670.8582 256.51074 670.13947Q257.27637 669.4051 258.542 669.4051Q259.74512 669.4051 260.43262 670.0301Q261.12012 670.6551 261.12012 671.70197Q261.12012 672.95197 259.51074 674.70197L257.2295 677.1707L261.51074 677.1707L261.51074 678.06134ZM268.27637 674.4207Q268.27637 676.32697 267.62012 677.26447Q266.9795 678.18634 265.58887 678.18634Q264.2295 678.18634 263.57324 677.2801Q262.917 676.37384 262.88574 674.56134L262.88574 673.12384Q262.88574 671.2332 263.52637 670.32697Q264.18262 669.4051 265.57324 669.4051Q266.94824 669.4051 267.6045 670.2957Q268.26074 671.1707 268.27637 673.01447L268.27637 674.4207ZM267.18262 672.93634Q267.18262 671.56134 266.792 670.93634Q266.417 670.2957 265.57324 670.2957Q264.74512 670.2957 264.3545 670.93634Q263.9795 671.56134 263.9795 672.8582L263.9795 674.5926Q263.9795 675.9676 264.37012 676.63947Q264.77637 677.2957 265.58887 677.2957Q266.38574 677.2957 266.77637 676.6707Q267.167 676.0457 267.18262 674.7176L267.18262 672.93634ZM273.4795 678.06134L272.40137 678.06134L272.40137 670.8426L270.21387 671.63947L270.21387 670.6551L273.32324 669.4832L273.4795 669.4832L273.4795 678.06134ZM281.18262 669.5301L281.18262 670.43634L280.9795 670.43634Q279.71387 670.4676 278.96387 671.20197Q278.21387 671.9207 278.08887 673.2332Q278.77637 672.4676 279.93262 672.4676Q281.042 672.4676 281.71387 673.24884Q282.38574 674.0301 282.38574 675.2801Q282.38574 676.5926 281.667 677.38947Q280.94824 678.18634 279.7295 678.18634Q278.51074 678.18634 277.74512 677.24884Q276.99512 676.2957 276.99512 674.81134L276.99512 674.4051Q276.99512 672.0457 277.99512 670.7957Q278.99512 669.5457 280.9795 669.5301L281.18262 669.5301ZM279.76074 673.37384Q279.19824 673.37384 278.7295 673.70197Q278.26074 674.0301 278.07324 674.5457L278.07324 674.93634Q278.07324 675.99884 278.542 676.63947Q279.02637 677.2801 279.7295 677.2801Q280.46387 677.2801 280.88574 676.74884Q281.30762 676.20197 281.30762 675.32697Q281.30762 674.45197 280.88574 673.9207Q280.46387 673.37384 279.76074 673.37384Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M299.21387 668.56134C299.21387 668.00903 299.6616 667.56134 300.21387 667.56134L310.21387 667.56134C310.76614 667.56134 311.21387 668.00903 311.21387 668.56134L311.21387 678.56134C311.21387 679.1136 310.76614 679.56134 310.21387 679.56134L300.21387 679.56134C299.6616 679.56134 299.21387 679.1136 299.21387 678.56134Z" fill-rule="nonzero"/><path fill="#666666" d="M325.51074 678.06134L319.917 678.06134L319.917 677.2801L322.87012 673.99884Q323.52637 673.24884 323.77637 672.7957Q324.02637 672.32697 324.02637 671.82697Q324.02637 671.1551 323.62012 670.7332Q323.2295 670.2957 322.542 670.2957Q321.74512 670.2957 321.292 670.76447Q320.83887 671.2176 320.83887 672.0457L319.76074 672.0457Q319.76074 670.8582 320.51074 670.13947Q321.27637 669.4051 322.542 669.4051Q323.74512 669.4051 324.43262 670.0301Q325.12012 670.6551 325.12012 671.70197Q325.12012 672.95197 323.51074 674.70197L321.2295 677.1707L325.51074 677.1707L325.51074 678.06134ZM332.27637 674.4207Q332.27637 676.32697 331.62012 677.26447Q330.9795 678.18634 329.58887 678.18634Q328.2295 678.18634 327.57324 677.2801Q326.917 676.37384 326.88574 674.56134L326.88574 673.12384Q326.88574 671.2332 327.52637 670.32697Q328.18262 669.4051 329.57324 669.4051Q330.94824 669.4051 331.6045 670.2957Q332.26074 671.1707 332.27637 673.01447L332.27637 674.4207ZM331.18262 672.93634Q331.18262 671.56134 330.792 670.93634Q330.417 670.2957 329.57324 670.2957Q328.74512 670.2957 328.3545 670.93634Q327.9795 671.56134 327.9795 672.8582L327.9795 674.5926Q327.9795 675.9676 328.37012 676.63947Q328.77637 677.2957 329.58887 677.2957Q330.38574 677.2957 330.77637 676.6707Q331.167 676.0457 331.18262 674.7176L331.18262 672.93634ZM337.4795 678.06134L336.40137 678.06134L336.40137 670.8426L334.21387 671.63947L334.21387 670.6551L337.32324 669.4832L337.4795 669.4832L337.4795 678.06134ZM346.43262 670.13947L342.90137 678.06134L341.76074 678.06134L345.27637 670.4207L340.667 670.4207L340.667 669.5301L346.43262 669.5301L346.43262 670.13947Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M363.21387 668.56134C363.21387 668.00903 363.6616 667.56134 364.21387 667.56134L374.21387 667.56134C374.76614 667.56134 375.21387 668.00903 375.21387 668.56134L375.21387 678.56134C375.21387 679.1136 374.76614 679.56134 374.21387 679.56134L364.21387 679.56134C363.6616 679.56134 363.21387 679.1136 363.21387 678.56134Z" fill-rule="nonzero"/><path fill="#666666" d="M389.51074 678.06134L383.917 678.06134L383.917 677.2801L386.87012 673.99884Q387.52637 673.24884 387.77637 672.7957Q388.02637 672.32697 388.02637 671.82697Q388.02637 671.1551 387.62012 670.7332Q387.2295 670.2957 386.542 670.2957Q385.74512 670.2957 385.292 670.76447Q384.83887 671.2176 384.83887 672.0457L383.76074 672.0457Q383.76074 670.8582 384.51074 670.13947Q385.27637 669.4051 386.542 669.4051Q387.74512 669.4051 388.43262 670.0301Q389.12012 670.6551 389.12012 671.70197Q389.12012 672.95197 387.51074 674.70197L385.2295 677.1707L389.51074 677.1707L389.51074 678.06134ZM396.27637 674.4207Q396.27637 676.32697 395.62012 677.26447Q394.9795 678.18634 393.58887 678.18634Q392.2295 678.18634 391.57324 677.2801Q390.917 676.37384 390.88574 674.56134L390.88574 673.12384Q390.88574 671.2332 391.52637 670.32697Q392.18262 669.4051 393.57324 669.4051Q394.94824 669.4051 395.6045 670.2957Q396.26074 671.1707 396.27637 673.01447L396.27637 674.4207ZM395.18262 672.93634Q395.18262 671.56134 394.792 670.93634Q394.417 670.2957 393.57324 670.2957Q392.74512 670.2957 392.3545 670.93634Q391.9795 671.56134 391.9795 672.8582L391.9795 674.5926Q391.9795 675.9676 392.37012 676.63947Q392.77637 677.2957 393.58887 677.2957Q394.38574 677.2957 394.77637 676.6707Q395.167 676.0457 395.18262 674.7176L395.18262 672.93634ZM401.4795 678.06134L400.40137 678.06134L400.40137 670.8426L398.21387 671.63947L398.21387 670.6551L401.32324 669.4832L401.4795 669.4832L401.4795 678.06134ZM410.1045 671.74884Q410.1045 672.38947 409.76074 672.88947Q409.417 673.38947 408.8545 673.6707Q409.51074 673.95197 409.90137 674.51447Q410.292 675.06134 410.292 675.76447Q410.292 676.8582 409.542 677.5301Q408.80762 678.18634 407.58887 678.18634Q406.3545 678.18634 405.6045 677.5301Q404.87012 676.8582 404.87012 675.76447Q404.87012 675.06134 405.24512 674.51447Q405.62012 673.95197 406.292 673.6707Q405.7295 673.38947 405.40137 672.88947Q405.07324 672.38947 405.07324 671.74884Q405.07324 670.6707 405.76074 670.0457Q406.44824 669.4051 407.58887 669.4051Q408.71387 669.4051 409.40137 670.0457Q410.1045 670.6707 410.1045 671.74884ZM409.21387 675.7332Q409.21387 675.01447 408.76074 674.57697Q408.30762 674.12384 407.57324 674.12384Q406.83887 674.12384 406.38574 674.57697Q405.94824 675.01447 405.94824 675.74884Q405.94824 676.4676 406.38574 676.88947Q406.82324 677.2957 407.58887 677.2957Q408.33887 677.2957 408.77637 676.87384Q409.21387 676.45197 409.21387 675.7332ZM407.58887 670.2957Q406.94824 670.2957 406.542 670.70197Q406.15137 671.0926 406.15137 671.7801Q406.15137 672.4207 406.542 672.82697Q406.93262 673.2332 407.57324 673.2332Q408.2295 673.2332 408.62012 672.82697Q409.01074 672.4207 409.01074 671.7801Q409.01074 671.12384 408.6045 670.7176Q408.19824 670.2957 407.58887 670.2957Z" fill-rule="nonzero"/><path fill="#00add8" d="M427.21387 668.56134C427.21387 668.00903 427.6616 667.56134 428.21387 667.56134L438.21387 667.56134C438.76614 667.56134 439.21387 668.00903 439.21387 668.56134L439.21387 678.56134C439.21387 679.1136 438.76614 679.56134 438.21387 679.56134L428.21387 679.56134C427.6616 679.56134 427.21387 679.1136 427.21387 678.56134Z" fill-rule="nonzero"/><path fill="#666666" d="M453.51074 678.06134L447.917 678.06134L447.917 677.2801L450.87012 673.99884Q451.52637 673.24884 451.77637 672.7957Q452.02637 672.32697 452.02637 671.82697Q452.02637 671.1551 451.62012 670.7332Q451.2295 670.2957 450.542 670.2957Q449.74512 670.2957 449.292 670.76447Q448.83887 671.2176 448.83887 672.0457L447.76074 672.0457Q447.76074 670.8582 448.51074 670.13947Q449.27637 669.4051 450.542 669.4051Q451.74512 669.4051 452.43262 670.0301Q453.12012 670.6551 453.12012 671.70197Q453.12012 672.95197 451.51074 674.70197L449.2295 677.1707L453.51074 677.1707L453.51074 678.06134ZM460.27637 674.4207Q460.27637 676.32697 459.62012 677.26447Q458.9795 678.18634 457.58887 678.18634Q456.2295 678.18634 455.57324 677.2801Q454.917 676.37384 454.88574 674.56134L454.88574 673.12384Q454.88574 671.2332 455.52637 670.32697Q456.18262 669.4051 457.57324 669.4051Q458.94824 669.4051 459.6045 670.2957Q460.26074 671.1707 460.27637 673.01447L460.27637 674.4207ZM459.18262 672.93634Q459.18262 671.56134 458.792 670.93634Q458.417 670.2957 457.57324 670.2957Q456.74512 670.2957 456.3545 670.93634Q455.9795 671.56134 455.9795 672.8582L455.9795 674.5926Q455.9795 675.9676 456.37012 676.63947Q456.77637 677.2957 457.58887 677.2957Q458.38574 677.2957 458.77637 676.6707Q459.167 676.0457 459.18262 674.7176L459.18262 672.93634ZM465.4795 678.06134L464.40137 678.06134L464.40137 670.8426L462.21387 671.63947L462.21387 670.6551L465.32324 669.4832L465.4795 669.4832L465.4795 678.06134ZM473.07324 674.31134Q472.74512 674.7176 472.26074 674.9676Q471.792 675.20197 471.2295 675.20197Q470.49512 675.20197 469.94824 674.8426Q469.40137 674.4832 469.1045 673.82697Q468.80762 673.1551 468.80762 672.3582Q468.80762 671.51447 469.12012 670.82697Q469.44824 670.13947 470.042 669.7801Q470.65137 669.4051 471.44824 669.4051Q472.71387 669.4051 473.43262 670.3582Q474.167 671.31134 474.167 672.93634L474.167 673.24884Q474.167 675.74884 473.18262 676.88947Q472.19824 678.0301 470.21387 678.06134L469.99512 678.06134L469.99512 677.1551L470.2295 677.1551Q471.57324 677.12384 472.292 676.45197Q473.01074 675.7801 473.07324 674.31134ZM471.40137 674.31134Q471.94824 674.31134 472.40137 673.9832Q472.87012 673.63947 473.08887 673.1551L473.08887 672.7176Q473.08887 671.6551 472.62012 670.9832Q472.15137 670.31134 471.44824 670.31134Q470.7295 670.31134 470.292 670.8582Q469.87012 671.4051 469.87012 672.31134Q469.87012 673.18634 470.27637 673.74884Q470.69824 674.31134 471.40137 674.31134ZM478.99512 674.5926Q478.99512 673.2801 479.33887 672.06134Q479.69824 670.8426 480.40137 669.8426Q481.1045 668.8426 481.87012 668.43634L482.08887 669.1551Q481.2295 669.81134 480.68262 671.1551Q480.13574 672.49884 480.08887 674.1707L480.07324 674.6707Q480.07324 676.93634 480.90137 678.5926Q481.40137 679.5926 482.08887 680.1551L481.87012 680.81134Q481.08887 680.38947 480.37012 679.3582Q478.99512 677.37384 478.99512 674.5926ZM484.05762 671.7176L484.08887 672.51447Q484.82324 671.6082 485.99512 671.6082Q488.01074 671.6082 488.02637 673.87384L488.02637 678.06134L486.93262 678.06134L486.93262 673.8582Q486.93262 673.18634 486.62012 672.8582Q486.32324 672.5301 485.667 672.5301Q485.13574 672.5301 484.7295 672.81134Q484.33887 673.0926 484.12012 673.5457L484.12012 678.06134L483.042 678.06134L483.042 671.7176L484.05762 671.7176ZM494.99512 673.2957L490.1045 673.2957L490.1045 672.3426L494.99512 672.3426L494.99512 673.2957ZM494.99512 675.7176L490.1045 675.7176L490.1045 674.7801L494.99512 674.7801L494.99512 675.7176ZM502.43262 670.13947L498.90137 678.06134L497.76074 678.06134L501.27637 670.4207L496.667 670.4207L496.667 669.5301L502.43262 669.5301L502.43262 670.13947ZM503.99512 679.76447L503.38574 679.3426Q503.93262 678.57697 503.96387 677.74884L503.96387 676.7801L505.02637 676.7801L505.02637 677.62384Q505.02637 678.2176 504.7295 678.81134Q504.43262 679.4051 503.99512 679.76447ZM510.49512 675.20197L511.68262 675.20197L511.68262 676.07697L510.49512 676.07697L510.49512 678.06134L509.417 678.06134L509.417 676.07697L505.52637 676.07697L505.52637 675.43634L509.33887 669.5301L510.49512 669.5301L510.49512 675.20197ZM506.76074 675.20197L509.417 675.20197L509.417 671.01447L509.27637 671.24884L506.76074 675.20197ZM513.417 673.7801L513.8545 669.5301L518.2295 669.5301L518.2295 670.5301L514.77637 670.5301L514.51074 672.8582Q515.15137 672.4832 515.94824 672.4832Q517.1045 672.4832 517.792 673.26447Q518.4795 674.0301 518.4795 675.3426Q518.4795 676.6551 517.76074 677.4207Q517.0576 678.18634 515.77637 678.18634Q514.65137 678.18634 513.9326 677.56134Q513.21387 676.9207 513.1201 675.81134L514.13574 675.81134Q514.2451 676.5457 514.667 676.9207Q515.08887 677.2957 515.77637 677.2957Q516.52637 677.2957 516.96387 676.7801Q517.40137 676.26447 517.40137 675.3582Q517.40137 674.49884 516.9326 673.9832Q516.46387 673.4676 515.6826 673.4676Q514.9795 673.4676 514.57324 673.76447L514.292 673.99884L513.417 673.7801ZM525.4326 670.13947L521.90137 678.06134L520.76074 678.06134L524.27637 670.4207L519.667 670.4207L519.667 669.5301L525.4326 669.5301L525.4326 670.13947ZM529.542 674.6551Q529.542 675.9676 529.19824 677.1707Q528.8545 678.3582 528.13574 679.37384Q527.4326 680.38947 526.667 680.81134L526.4326 680.1551Q527.33887 679.4676 527.88574 678.01447Q528.4326 676.5457 528.44824 674.7801L528.44824 674.5926Q528.44824 673.3582 528.1826 672.2957Q527.9326 671.2332 527.46387 670.4051Q527.01074 669.56134 526.4326 669.0926L526.667 668.43634Q527.4326 668.8582 528.13574 669.8582Q528.83887 670.8582 529.1826 672.07697Q529.542 673.2801 529.542 674.6551Z" fill-rule="nonzero"/><path fill="#999999" d="M30.78125 51.3069Q30.78125 49.9944 31.125 48.77565Q31.484375 47.5569 32.1875 46.5569Q32.890625 45.5569 33.65625 45.15065L33.875 45.8694Q33.015625 46.52565 32.46875 47.8694Q31.921875 49.21315 31.875 50.885025L31.859375 51.385025Q31.859375 53.65065 32.6875 55.3069Q33.1875 56.3069 33.875 56.8694L33.65625 57.52565Q32.875 57.103775 32.15625 56.072525Q30.78125 54.08815 30.78125 51.3069ZM38.515625 53.08815Q38.515625 52.65065 38.171875 52.416275Q37.84375 52.166275 37.015625 51.9944Q36.203125 51.822525 35.71875 51.572525Q35.234375 51.322525 35.0 50.9944Q34.78125 50.65065 34.78125 50.1819Q34.78125 49.40065 35.4375 48.8694Q36.09375 48.322525 37.125 48.322525Q38.203125 48.322525 38.859375 48.885025Q39.53125 49.4319 39.53125 50.291275L38.453125 50.291275Q38.453125 49.853775 38.0625 49.541275Q37.6875 49.21315 37.125 49.21315Q36.53125 49.21315 36.1875 49.478775Q35.859375 49.728775 35.859375 50.135025Q35.859375 50.52565 36.171875 50.728775Q36.484375 50.9319 37.296875 51.1194Q38.109375 51.291275 38.609375 51.541275Q39.109375 51.791275 39.34375 52.15065Q39.59375 52.510025 39.59375 53.010025Q39.59375 53.8694 38.90625 54.385025Q38.234375 54.90065 37.15625 54.90065Q36.390625 54.90065 35.796875 54.635025Q35.21875 54.353775 34.890625 53.8694Q34.5625 53.385025 34.5625 52.822525L35.640625 52.822525Q35.671875 53.3694 36.078125 53.697525Q36.484375 54.010025 37.15625 54.010025Q37.765625 54.010025 38.140625 53.760025Q38.515625 53.510025 38.515625 53.08815ZM43.453125 54.90065Q42.15625 54.90065 41.34375 54.0569Q40.546875 53.197525 40.546875 51.77565L40.546875 51.58815Q40.546875 50.635025 40.90625 49.90065Q41.265625 49.15065 41.90625 48.7444Q42.5625 48.322525 43.3125 48.322525Q44.546875 48.322525 45.234375 49.135025Q45.921875 49.947525 45.921875 51.46315L45.921875 51.916275L41.625 51.916275Q41.65625 52.853775 42.171875 53.4319Q42.703125 54.010025 43.515625 54.010025Q44.078125 54.010025 44.46875 53.77565Q44.875 53.541275 45.1875 53.15065L45.84375 53.666275Q45.046875 54.90065 43.453125 54.90065ZM43.3125 49.21315Q42.65625 49.21315 42.203125 49.697525Q41.765625 50.166275 41.671875 51.02565L44.84375 51.02565L44.84375 50.947525Q44.796875 50.1194 44.390625 49.666275Q44.0 49.21315 43.3125 49.21315ZM48.0 54.77565L46.921875 54.77565L46.921875 45.77565L48.0 45.77565L48.0 54.77565ZM52.453125 54.90065Q51.15625 54.90065 50.34375 54.0569Q49.546875 53.197525 49.546875 51.77565L49.546875 51.58815Q49.546875 50.635025 49.90625 49.90065Q50.265625 49.15065 50.90625 48.7444Q51.5625 48.322525 52.3125 48.322525Q53.546875 48.322525 54.234375 49.135025Q54.921875 49.947525 54.921875 51.46315L54.921875 51.916275L50.625 51.916275Q50.65625 52.853775 51.171875 53.4319Q51.703125 54.010025 52.515625 54.010025Q53.078125 54.010025 53.46875 53.77565Q53.875 53.541275 54.1875 53.15065L54.84375 53.666275Q54.046875 54.90065 52.453125 54.90065ZM52.3125 49.21315Q51.65625 49.21315 51.203125 49.697525Q50.765625 50.166275 50.671875 51.02565L53.84375 51.02565L53.84375 50.947525Q53.796875 50.1194 53.390625 49.666275Q53.0 49.21315 52.3125 49.21315ZM58.359375 54.010025Q58.9375 54.010025 59.375 53.666275Q59.8125 53.3069 59.859375 52.77565L60.890625 52.77565Q60.859375 53.322525 60.5 53.822525Q60.15625 54.3069 59.578125 54.603775Q59.015625 54.90065 58.359375 54.90065Q57.0625 54.90065 56.296875 54.041275Q55.546875 53.166275 55.546875 51.666275L55.546875 51.478775Q55.546875 50.5569 55.875 49.83815Q56.21875 49.1194 56.84375 48.728775Q57.484375 48.322525 58.359375 48.322525Q59.421875 48.322525 60.125 48.96315Q60.84375 49.58815 60.890625 50.6194L59.859375 50.6194Q59.8125 49.9944 59.390625 49.603775Q58.96875 49.21315 58.359375 49.21315Q57.53125 49.21315 57.078125 49.8069Q56.625 50.40065 56.625 51.52565L56.625 51.728775Q56.625 52.822525 57.078125 53.416275Q57.53125 54.010025 58.359375 54.010025ZM63.296875 46.90065L63.296875 48.4319L64.46875 48.4319L64.46875 49.27565L63.296875 49.27565L63.296875 53.197525Q63.296875 53.58815 63.453125 53.77565Q63.609375 53.96315 63.984375 53.96315Q64.171875 53.96315 64.5 53.90065L64.5 54.77565Q64.078125 54.90065 63.671875 54.90065Q62.953125 54.90065 62.578125 54.46315Q62.203125 54.010025 62.203125 53.197525L62.203125 49.27565L61.046875 49.27565L61.046875 48.4319L62.203125 48.4319L62.203125 46.90065L63.296875 46.90065ZM72.734375 54.77565Q72.640625 54.58815 72.578125 54.103775Q71.828125 54.90065 70.78125 54.90065Q69.84375 54.90065 69.234375 54.3694Q68.640625 53.83815 68.640625 53.010025Q68.640625 52.02565 69.390625 51.478775Q70.140625 50.9319 71.515625 50.9319L72.5625 50.9319L72.5625 50.4319Q72.5625 49.8694 72.21875 49.541275Q71.890625 49.197525 71.21875 49.197525Q70.640625 49.197525 70.25 49.4944Q69.859375 49.77565 69.859375 50.197525L68.765625 50.197525Q68.765625 49.71315 69.09375 49.27565Q69.4375 48.83815 70.015625 48.58815Q70.59375 48.322525 71.28125 48.322525Q72.390625 48.322525 73.0 48.8694Q73.625 49.416275 73.65625 50.3694L73.65625 53.291275Q73.65625 54.166275 73.875 54.6819L73.875 54.77565L72.734375 54.77565ZM70.9375 53.947525Q71.453125 53.947525 71.90625 53.6819Q72.359375 53.416275 72.5625 52.9944L72.5625 51.697525L71.71875 51.697525Q69.71875 51.697525 69.71875 52.8694Q69.71875 53.3694 70.0625 53.666275Q70.40625 53.947525 70.9375 53.947525ZM77.0 54.77565L75.921875 54.77565L75.921875 45.77565L77.0 45.77565L77.0 54.77565ZM80.0 54.77565L78.921875 54.77565L78.921875 45.77565L80.0 45.77565L80.0 54.77565ZM86.296875 46.90065L86.296875 48.4319L87.46875 48.4319L87.46875 49.27565L86.296875 49.27565L86.296875 53.197525Q86.296875 53.58815 86.453125 53.77565Q86.609375 53.96315 86.984375 53.96315Q87.171875 53.96315 87.5 53.90065L87.5 54.77565Q87.078125 54.90065 86.671875 54.90065Q85.953125 54.90065 85.578125 54.46315Q85.203125 54.010025 85.203125 53.197525L85.203125 49.27565L84.046875 49.27565L84.046875 48.4319L85.203125 48.4319L85.203125 46.90065L86.296875 46.90065ZM89.90625 49.197525Q90.625 48.322525 91.78125 48.322525Q93.796875 48.322525 93.8125 50.58815L93.8125 54.77565L92.71875 54.77565L92.71875 50.572525Q92.71875 49.90065 92.40625 49.572525Q92.109375 49.2444 91.453125 49.2444Q90.921875 49.2444 90.515625 49.52565Q90.125 49.8069 89.90625 50.260025L89.90625 54.77565L88.828125 54.77565L88.828125 45.77565L89.90625 45.77565L89.90625 49.197525ZM99.734375 54.77565Q99.640625 54.58815 99.578125 54.103775Q98.828125 54.90065 97.78125 54.90065Q96.84375 54.90065 96.234375 54.3694Q95.640625 53.83815 95.640625 53.010025Q95.640625 52.02565 96.390625 51.478775Q97.140625 50.9319 98.515625 50.9319L99.5625 50.9319L99.5625 50.4319Q99.5625 49.8694 99.21875 49.541275Q98.890625 49.197525 98.21875 49.197525Q97.640625 49.197525 97.25 49.4944Q96.859375 49.77565 96.859375 50.197525L95.765625 50.197525Q95.765625 49.71315 96.09375 49.27565Q96.4375 48.83815 97.015625 48.58815Q97.59375 48.322525 98.28125 48.322525Q99.390625 48.322525 100.0 48.8694Q100.625 49.416275 100.65625 50.3694L100.65625 53.291275Q100.65625 54.166275 100.875 54.6819L100.875 54.77565L99.734375 54.77565ZM97.9375 53.947525Q98.453125 53.947525 98.90625 53.6819Q99.359375 53.416275 99.5625 52.9944L99.5625 51.697525L98.71875 51.697525Q96.71875 51.697525 96.71875 52.8694Q96.71875 53.3694 97.0625 53.666275Q97.40625 53.947525 97.9375 53.947525ZM104.296875 46.90065L104.296875 48.4319L105.46875 48.4319L105.46875 49.27565L104.296875 49.27565L104.296875 53.197525Q104.296875 53.58815 104.453125 53.77565Q104.609375 53.96315 104.984375 53.96315Q105.171875 53.96315 105.5 53.90065L105.5 54.77565Q105.078125 54.90065 104.671875 54.90065Q103.953125 54.90065 103.578125 54.46315Q103.203125 54.010025 103.203125 53.197525L103.203125 49.27565L102.046875 49.27565L102.046875 48.4319L103.203125 48.4319L103.203125 46.90065L104.296875 46.90065ZM113.734375 54.77565Q113.640625 54.58815 113.578125 54.103775Q112.828125 54.90065 111.78125 54.90065Q110.84375 54.90065 110.234375 54.3694Q109.640625 53.83815 109.640625 53.010025Q109.640625 52.02565 110.390625 51.478775Q111.140625 50.9319 112.515625 50.9319L113.5625 50.9319L113.5625 50.4319Q113.5625 49.8694 113.21875 49.541275Q112.890625 49.197525 112.21875 49.197525Q111.640625 49.197525 111.25 49.4944Q110.859375 49.77565 110.859375 50.197525L109.765625 50.197525Q109.765625 49.71315 110.09375 49.27565Q110.4375 48.83815 111.015625 48.58815Q111.59375 48.322525 112.28125 48.322525Q113.390625 48.322525 114.0 48.8694Q114.625 49.416275 114.65625 50.3694L114.65625 53.291275Q114.65625 54.166275 114.875 54.6819L114.875 54.77565L113.734375 54.77565ZM111.9375 53.947525Q112.453125 53.947525 112.90625 53.6819Q113.359375 53.416275 113.5625 52.9944L113.5625 51.697525L112.71875 51.697525Q110.71875 51.697525 110.71875 52.8694Q110.71875 53.3694 111.0625 53.666275Q111.40625 53.947525 111.9375 53.947525ZM122.171875 51.6819Q122.171875 53.1194 121.515625 54.010025Q120.859375 54.90065 119.71875 54.90065Q118.5625 54.90065 117.90625 54.166275L117.90625 57.21315L116.828125 57.21315L116.828125 48.4319L117.8125 48.4319L117.859375 49.135025Q118.53125 48.322525 119.703125 48.322525Q120.84375 48.322525 121.5 49.1819Q122.171875 50.041275 122.171875 51.572525L122.171875 51.6819ZM121.09375 51.5569Q121.09375 50.478775 120.625 49.8694Q120.171875 49.2444 119.375 49.2444Q118.390625 49.2444 117.90625 50.103775L117.90625 53.135025Q118.390625 54.010025 119.390625 54.010025Q120.171875 54.010025 120.625 53.40065Q121.09375 52.77565 121.09375 51.5569ZM129.17188 51.6819Q129.17188 53.1194 128.51562 54.010025Q127.859375 54.90065 126.71875 54.90065Q125.5625 54.90065 124.90625 54.166275L124.90625 57.21315L123.828125 57.21315L123.828125 48.4319L124.8125 48.4319L124.859375 49.135025Q125.53125 48.322525 126.703125 48.322525Q127.84375 48.322525 128.5 49.1819Q129.17188 50.041275 129.17188 51.572525L129.17188 51.6819ZM128.09375 51.5569Q128.09375 50.478775 127.625 49.8694Q127.171875 49.2444 126.375 49.2444Q125.390625 49.2444 124.90625 50.103775L124.90625 53.135025Q125.390625 54.010025 126.390625 54.010025Q127.171875 54.010025 127.625 53.40065Q128.09375 52.77565 128.09375 51.5569ZM132.0 54.77565L130.92188 54.77565L130.92188 45.77565L132.0 45.77565L132.0 54.77565ZM135.89062 53.1819L137.375 48.4319L138.53125 48.4319L135.98438 55.760025Q135.39062 57.33815 134.10938 57.33815L133.89062 57.322525L133.5 57.2444L133.5 56.3694L133.78125 56.385025Q134.34375 56.385025 134.64062 56.166275Q134.95312 55.947525 135.15625 55.353775L135.39062 54.697525L133.125 48.4319L134.3125 48.4319L135.89062 53.1819ZM142.32812 51.3694Q142.32812 52.6819 141.98438 53.885025Q141.64062 55.072525 140.92188 56.08815Q140.21875 57.103775 139.45312 57.52565L139.21875 56.8694Q140.125 56.1819 140.67188 54.728775Q141.21875 53.260025 141.23438 51.4944L141.23438 51.3069Q141.23438 50.072525 140.96875 49.010025Q140.71875 47.947525 140.25 47.1194Q139.79688 46.27565 139.21875 45.8069L139.45312 45.15065Q140.21875 45.572525 140.92188 46.572525Q141.625 47.572525 141.96875 48.791275Q142.32812 49.9944 142.32812 51.3694Z" fill-rule="nonzero"/><path fill="#666666" d="M32.84375 23.572525L36.109375 31.697525L39.359375 23.572525L41.0625 23.572525L41.0625 33.52565L39.75 33.52565L39.75 29.65065L39.875 25.46315L36.609375 33.52565L35.59375 33.52565L32.34375 25.478775L32.46875 29.65065L32.46875 33.52565L31.15625 33.52565L31.15625 23.572525L32.84375 23.572525ZM45.375 31.666275L47.09375 26.135025L48.453125 26.135025L45.484375 34.666275Q44.796875 36.510025 43.28125 36.510025L43.046875 36.4944L42.578125 36.40065L42.578125 35.385025L42.921875 35.40065Q43.5625 35.40065 43.921875 35.135025Q44.28125 34.885025 44.515625 34.197525L44.796875 33.447525L42.15625 26.135025L43.53125 26.135025L45.375 31.666275ZM54.671875 24.33815L54.671875 26.135025L56.046875 26.135025L56.046875 27.103775L54.671875 27.103775L54.671875 31.697525Q54.671875 32.135025 54.859375 32.3694Q55.046875 32.58815 55.484375 32.58815Q55.703125 32.58815 56.09375 32.4944L56.09375 33.52565Q55.59375 33.666275 55.125 33.666275Q54.265625 33.666275 53.828125 33.15065Q53.40625 32.635025 53.40625 31.697525L53.40625 27.103775L52.0625 27.103775L52.0625 26.135025L53.40625 26.135025L53.40625 24.33815L54.671875 24.33815ZM61.03125 33.666275Q59.515625 33.666275 58.578125 32.6819Q57.640625 31.6819 57.640625 30.02565L57.640625 29.8069Q57.640625 28.697525 58.0625 27.83815Q58.484375 26.96315 59.234375 26.478775Q59.984375 25.9944 60.875 25.9944Q62.3125 25.9944 63.109375 26.947525Q63.90625 27.885025 63.90625 29.666275L63.90625 30.1819L58.90625 30.1819Q58.921875 31.27565 59.53125 31.96315Q60.15625 32.635025 61.09375 32.635025Q61.765625 32.635025 62.21875 32.3694Q62.6875 32.08815 63.046875 31.635025L63.8125 32.228775Q62.890625 33.666275 61.03125 33.666275ZM60.875 27.02565Q60.109375 27.02565 59.578125 27.58815Q59.0625 28.15065 58.9375 29.15065L62.640625 29.15065L62.640625 29.0569Q62.59375 28.08815 62.125 27.5569Q61.65625 27.02565 60.875 27.02565ZM69.53125 33.52565Q69.421875 33.3069 69.34375 32.7444Q68.46875 33.666275 67.234375 33.666275Q66.140625 33.666275 65.4375 33.0569Q64.75 32.4319 64.75 31.478775Q64.75 30.322525 65.625 29.6819Q66.5 29.041275 68.09375 29.041275L69.328125 29.041275L69.328125 28.46315Q69.328125 27.791275 68.921875 27.40065Q68.53125 27.010025 67.765625 27.010025Q67.078125 27.010025 66.625 27.353775Q66.171875 27.697525 66.171875 28.1819L64.890625 28.1819Q64.890625 27.6194 65.28125 27.103775Q65.6875 26.58815 66.359375 26.291275Q67.03125 25.9944 67.828125 25.9944Q69.109375 25.9944 69.828125 26.635025Q70.5625 27.27565 70.59375 28.385025L70.59375 31.791275Q70.59375 32.8069 70.84375 33.416275L70.84375 33.52565L69.53125 33.52565ZM67.421875 32.5569Q68.015625 32.5569 68.546875 32.260025Q69.09375 31.947525 69.328125 31.447525L69.328125 29.9319L68.328125 29.9319Q66.015625 29.9319 66.015625 31.291275Q66.015625 31.885025 66.40625 32.228775Q66.796875 32.5569 67.421875 32.5569ZM74.140625 26.135025L74.1875 26.947525Q75.0 25.9944 76.375 25.9944Q77.921875 25.9944 78.484375 27.1819Q78.859375 26.65065 79.453125 26.322525Q80.046875 25.9944 80.84375 25.9944Q83.28125 25.9944 83.328125 28.572525L83.328125 33.52565L82.0625 33.52565L82.0625 28.65065Q82.0625 27.853775 81.6875 27.46315Q81.328125 27.072525 80.484375 27.072525Q79.765625 27.072525 79.296875 27.4944Q78.84375 27.90065 78.765625 28.6194L78.765625 33.52565L77.5 33.52565L77.5 28.6819Q77.5 27.072525 75.921875 27.072525Q74.671875 27.072525 74.21875 28.1194L74.21875 33.52565L72.953125 33.52565L72.953125 26.135025L74.140625 26.135025ZM92.53125 33.52565Q92.421875 33.3069 92.34375 32.7444Q91.46875 33.666275 90.234375 33.666275Q89.140625 33.666275 88.4375 33.0569Q87.75 32.4319 87.75 31.478775Q87.75 30.322525 88.625 29.6819Q89.5 29.041275 91.09375 29.041275L92.328125 29.041275L92.328125 28.46315Q92.328125 27.791275 91.921875 27.40065Q91.53125 27.010025 90.765625 27.010025Q90.078125 27.010025 89.625 27.353775Q89.171875 27.697525 89.171875 28.1819L87.890625 28.1819Q87.890625 27.6194 88.28125 27.103775Q88.6875 26.58815 89.359375 26.291275Q90.03125 25.9944 90.828125 25.9944Q92.109375 25.9944 92.828125 26.635025Q93.5625 27.27565 93.59375 28.385025L93.59375 31.791275Q93.59375 32.8069 93.84375 33.416275L93.84375 33.52565L92.53125 33.52565ZM90.421875 32.5569Q91.015625 32.5569 91.546875 32.260025Q92.09375 31.947525 92.328125 31.447525L92.328125 29.9319L91.328125 29.9319Q89.015625 29.9319 89.015625 31.291275Q89.015625 31.885025 89.40625 32.228775Q89.796875 32.5569 90.421875 32.5569ZM97.671875 24.33815L97.671875 26.135025L99.046875 26.135025L99.046875 27.103775L97.671875 27.103775L97.671875 31.697525Q97.671875 32.135025 97.859375 32.3694Q98.046875 32.58815 98.484375 32.58815Q98.703125 32.58815 99.09375 32.4944L99.09375 33.52565Q98.59375 33.666275 98.125 33.666275Q97.265625 33.666275 96.828125 33.15065Q96.40625 32.635025 96.40625 31.697525L96.40625 27.103775L95.0625 27.103775L95.0625 26.135025L96.40625 26.135025L96.40625 24.33815L97.671875 24.33815ZM110.5 31.77565L111.921875 26.135025L113.1875 26.135025L111.046875 33.52565L110.015625 33.52565L108.21875 27.916275L106.46875 33.52565L105.4375 33.52565L103.296875 26.135025L104.546875 26.135025L106.015625 31.666275L107.734375 26.135025L108.75 26.135025L110.5 31.77565ZM114.625 29.760025Q114.625 28.666275 115.046875 27.8069Q115.484375 26.9319 116.234375 26.46315Q117.0 25.9944 117.984375 25.9944Q119.484375 25.9944 120.421875 27.041275Q121.359375 28.08815 121.359375 29.822525L121.359375 29.916275Q121.359375 30.9944 120.9375 31.853775Q120.53125 32.697525 119.75 33.1819Q118.984375 33.666275 118.0 33.666275Q116.484375 33.666275 115.546875 32.6194Q114.625 31.572525 114.625 29.853775L114.625 29.760025ZM115.890625 29.916275Q115.890625 31.135025 116.453125 31.885025Q117.03125 32.635025 118.0 32.635025Q118.953125 32.635025 119.515625 31.885025Q120.09375 31.1194 120.09375 29.760025Q120.09375 28.541275 119.515625 27.791275Q118.9375 27.02565 117.984375 27.02565Q117.046875 27.02565 116.46875 27.77565Q115.890625 28.52565 115.890625 29.916275ZM126.53125 27.260025Q126.25 27.21315 125.90625 27.21315Q124.671875 27.21315 124.21875 28.27565L124.21875 33.52565L122.953125 33.52565L122.953125 26.135025L124.1875 26.135025L124.203125 26.978775Q124.828125 25.9944 125.96875 25.9944Q126.34375 25.9944 126.53125 26.08815L126.53125 27.260025ZM130.01562 30.103775L129.23438 30.9319L129.23438 33.52565L127.96875 33.52565L127.96875 23.02565L129.23438 23.02565L129.23438 29.3694L129.90625 28.5569L132.20312 26.135025L133.75 26.135025L130.875 29.21315L134.07812 33.52565L132.59375 33.52565L130.01562 30.103775ZM137.65625 29.760025Q137.65625 28.0569 138.45312 27.02565Q139.26562 25.9944 140.5625 25.9944Q141.875 25.9944 142.625 26.885025L142.625 23.02565L143.89062 23.02565L143.89062 33.52565L142.73438 33.52565L142.67188 32.728775Q141.90625 33.666275 140.5625 33.666275Q139.26562 33.666275 138.45312 32.6194Q137.65625 31.5569 137.65625 29.853775L137.65625 29.760025ZM138.92188 29.916275Q138.92188 31.166275 139.4375 31.885025Q139.95312 32.58815 140.875 32.58815Q142.07812 32.58815 142.625 31.510025L142.625 28.103775Q142.0625 27.072525 140.89062 27.072525Q139.95312 27.072525 139.4375 27.791275Q138.92188 28.4944 138.92188 29.916275ZM149.03125 33.666275Q147.51562 33.666275 146.57812 32.6819Q145.64062 31.6819 145.64062 30.02565L145.64062 29.8069Q145.64062 28.697525 146.0625 27.83815Q146.48438 26.96315 147.23438 26.478775Q147.98438 25.9944 148.875 25.9944Q150.3125 25.9944 151.10938 26.947525Q151.90625 27.885025 151.90625 29.666275L151.90625 30.1819L146.90625 30.1819Q146.92188 31.27565 147.53125 31.96315Q148.15625 32.635025 149.09375 32.635025Q149.76562 32.635025 150.21875 32.3694Q150.6875 32.08815 151.04688 31.635025L151.8125 32.228775Q150.89062 33.666275 149.03125 33.666275ZM148.875 27.02565Q148.10938 27.02565 147.57812 27.58815Q147.0625 28.15065 146.9375 29.15065L150.64062 29.15065L150.64062 29.0569Q150.59375 28.08815 150.125 27.5569Q149.65625 27.02565 148.875 27.02565ZM159.20312 29.916275Q159.20312 31.603775 158.42188 32.635025Q157.65625 33.666275 156.34375 33.666275Q155.0 33.666275 154.21875 32.8069L154.21875 36.3694L152.95312 36.3694L152.95312 26.135025L154.10938 26.135025L154.17188 26.947525Q154.95312 25.9944 156.32812 25.9944Q157.65625 25.9944 158.42188 26.9944Q159.20312 27.9944 159.20312 29.791275L159.20312 29.916275ZM157.9375 29.760025Q157.9375 28.510025 157.40625 27.791275Q156.875 27.072525 155.9375 27.072525Q154.79688 27.072525 154.21875 28.08815L154.21875 31.6194Q154.79688 32.635025 155.95312 32.635025Q156.875 32.635025 157.40625 31.916275Q157.9375 31.1819 157.9375 29.760025ZM162.32812 33.52565L161.0625 33.52565L161.0625 23.02565L162.32812 23.02565L162.32812 33.52565ZM163.625 29.760025Q163.625 28.666275 164.04688 27.8069Q164.48438 26.9319 165.23438 26.46315Q166.0 25.9944 166.98438 25.9944Q168.48438 25.9944 169.42188 27.041275Q170.35938 28.08815 170.35938 29.822525L170.35938 29.916275Q170.35938 30.9944 169.9375 31.853775Q169.53125 32.697525 168.75 33.1819Q167.98438 33.666275 167.0 33.666275Q165.48438 33.666275 164.54688 32.6194Q163.625 31.572525 163.625 29.853775L163.625 29.760025ZM164.89062 29.916275Q164.89062 31.135025 165.45312 31.885025Q166.03125 32.635025 167.0 32.635025Q167.95312 32.635025 168.51562 31.885025Q169.09375 31.1194 169.09375 29.760025Q169.09375 28.541275 168.51562 27.791275Q167.9375 27.02565 166.98438 27.02565Q166.04688 27.02565 165.46875 27.77565Q164.89062 28.52565 164.89062 29.916275ZM174.375 31.666275L176.09375 26.135025L177.45312 26.135025L174.48438 34.666275Q173.79688 36.510025 172.28125 36.510025L172.04688 36.4944L171.57812 36.40065L171.57812 35.385025L171.92188 35.40065Q172.5625 35.40065 172.92188 35.135025Q173.28125 34.885025 173.51562 34.197525L173.79688 33.447525L171.15625 26.135025L172.53125 26.135025L174.375 31.666275ZM183.26562 31.5569Q183.26562 31.0569 182.875 30.77565Q182.48438 30.478775 181.53125 30.27565Q180.57812 30.072525 180.0 29.791275Q179.4375 29.4944 179.17188 29.103775Q178.90625 28.71315 178.90625 28.166275Q178.90625 27.2444 179.67188 26.6194Q180.4375 25.9944 181.64062 25.9944Q182.89062 25.9944 183.67188 26.65065Q184.45312 27.291275 184.45312 28.3069L183.1875 28.3069Q183.1875 27.77565 182.75 27.40065Q182.3125 27.02565 181.64062 27.02565Q180.95312 27.02565 180.5625 27.33815Q180.17188 27.635025 180.17188 28.1194Q180.17188 28.572525 180.53125 28.8069Q180.89062 29.041275 181.82812 29.260025Q182.78125 29.46315 183.375 29.760025Q183.96875 30.0569 184.25 30.478775Q184.53125 30.885025 184.53125 31.478775Q184.53125 32.46315 183.73438 33.072525Q182.9375 33.666275 181.67188 33.666275Q180.79688 33.666275 180.10938 33.353775Q179.42188 33.02565 179.03125 32.46315Q178.65625 31.90065 178.65625 31.2444L179.92188 31.2444Q179.95312 31.885025 180.42188 32.260025Q180.90625 32.635025 181.67188 32.635025Q182.39062 32.635025 182.82812 32.33815Q183.26562 32.041275 183.26562 31.5569ZM196.5 32.21315Q196.0 32.947525 195.09375 33.3069Q194.1875 33.666275 192.98438 33.666275Q191.76562 33.666275 190.8125 33.103775Q189.875 32.52565 189.35938 31.478775Q188.84375 30.416275 188.82812 29.02565L188.82812 28.166275Q188.82812 25.916275 189.875 24.6819Q190.9375 23.4319 192.82812 23.4319Q194.39062 23.4319 195.34375 24.228775Q196.29688 25.02565 196.5 26.4944L195.1875 26.4944Q194.82812 24.510025 192.84375 24.510025Q191.51562 24.510025 190.82812 25.447525Q190.15625 26.3694 190.15625 28.1194L190.15625 28.9319Q190.15625 30.6194 190.92188 31.603775Q191.6875 32.58815 192.98438 32.58815Q193.73438 32.58815 194.28125 32.4319Q194.84375 32.260025 195.20312 31.8694L195.20312 29.635025L192.89062 29.635025L192.89062 28.572525L196.5 28.572525L196.5 32.21315ZM198.625 29.760025Q198.625 28.666275 199.04688 27.8069Q199.48438 26.9319 200.23438 26.46315Q201.0 25.9944 201.98438 25.9944Q203.48438 25.9944 204.42188 27.041275Q205.35938 28.08815 205.35938 29.822525L205.35938 29.916275Q205.35938 30.9944 204.9375 31.853775Q204.53125 32.697525 203.75 33.1819Q202.98438 33.666275 202.0 33.666275Q200.48438 33.666275 199.54688 32.6194Q198.625 31.572525 198.625 29.853775L198.625 29.760025ZM199.89062 29.916275Q199.89062 31.135025 200.45312 31.885025Q201.03125 32.635025 202.0 32.635025Q202.95312 32.635025 203.51562 31.885025Q204.09375 31.1194 204.09375 29.760025Q204.09375 28.541275 203.51562 27.791275Q202.9375 27.02565 201.98438 27.02565Q201.04688 27.02565 200.46875 27.77565Q199.89062 28.52565 199.89062 29.916275ZM216.20312 29.916275Q216.20312 31.603775 215.42188 32.635025Q214.65625 33.666275 213.34375 33.666275Q212.0 33.666275 211.21875 32.8069L211.21875 36.3694L209.95312 36.3694L209.95312 26.135025L211.10938 26.135025L211.17188 26.947525Q211.95312 25.9944 213.32812 25.9944Q214.65625 25.9944 215.42188 26.9944Q216.20312 27.9944 216.20312 29.791275L216.20312 29.916275ZM214.9375 29.760025Q214.9375 28.510025 214.40625 27.791275Q213.875 27.072525 212.9375 27.072525Q211.79688 27.072525 211.21875 28.08815L211.21875 31.6194Q211.79688 32.635025 212.95312 32.635025Q213.875 32.635025 214.40625 31.916275Q214.9375 31.1819 214.9375 29.760025ZM221.53125 27.260025Q221.25 27.21315 220.90625 27.21315Q219.67188 27.21315 219.21875 28.27565L219.21875 33.52565L217.95312 33.52565L217.95312 26.135025L219.1875 26.135025L219.20312 26.978775Q219.82812 25.9944 220.96875 25.9944Q221.34375 25.9944 221.53125 26.08815L221.53125 27.260025ZM222.625 29.760025Q222.625 28.666275 223.04688 27.8069Q223.48438 26.9319 224.23438 26.46315Q225.0 25.9944 225.98438 25.9944Q227.48438 25.9944 228.42188 27.041275Q229.35938 28.08815 229.35938 29.822525L229.35938 29.916275Q229.35938 30.9944 228.9375 31.853775Q228.53125 32.697525 227.75 33.1819Q226.98438 33.666275 226.0 33.666275Q224.48438 33.666275 223.54688 32.6194Q222.625 31.572525 222.625 29.853775L222.625 29.760025ZM223.89062 29.916275Q223.89062 31.135025 224.45312 31.885025Q225.03125 32.635025 226.0 32.635025Q226.95312 32.635025 227.51562 31.885025Q228.09375 31.1194 228.09375 29.760025Q228.09375 28.541275 227.51562 27.791275Q226.9375 27.02565 225.98438 27.02565Q225.04688 27.02565 224.46875 27.77565Q223.89062 28.52565 223.89062 29.916275ZM230.65625 29.760025Q230.65625 28.041275 231.45312 27.02565Q232.25 25.9944 233.57812 25.9944Q234.92188 25.9944 235.6875 26.947525L235.75 26.135025L236.90625 26.135025L236.90625 33.353775Q236.90625 34.791275 236.04688 35.603775Q235.20312 36.4319 233.76562 36.4319Q232.96875 36.4319 232.20312 36.08815Q231.4375 35.760025 231.03125 35.166275L231.6875 34.40065Q232.5 35.40065 233.67188 35.40065Q234.59375 35.40065 235.10938 34.885025Q235.64062 34.3694 235.64062 33.416275L235.64062 32.791275Q234.875 33.666275 233.5625 33.666275Q232.26562 33.666275 231.45312 32.6194Q230.65625 31.572525 230.65625 29.760025ZM231.92188 29.916275Q231.92188 31.166275 232.4375 31.885025Q232.95312 32.58815 233.875 32.58815Q235.07812 32.58815 235.64062 31.4944L235.64062 28.1194Q235.04688 27.072525 233.89062 27.072525Q232.96875 27.072525 232.4375 27.791275Q231.92188 28.4944 231.92188 29.916275ZM242.53125 27.260025Q242.25 27.21315 241.90625 27.21315Q240.67188 27.21315 240.21875 28.27565L240.21875 33.52565L238.95312 33.52565L238.95312 26.135025L240.1875 26.135025L240.20312 26.978775Q240.82812 25.9944 241.96875 25.9944Q242.34375 25.9944 242.53125 26.08815L242.53125 27.260025ZM248.53125 33.52565Q248.42188 33.3069 248.34375 32.7444Q247.46875 33.666275 246.23438 33.666275Q245.14062 33.666275 244.4375 33.0569Q243.75 32.4319 243.75 31.478775Q243.75 30.322525 244.625 29.6819Q245.5 29.041275 247.09375 29.041275L248.32812 29.041275L248.32812 28.46315Q248.32812 27.791275 247.92188 27.40065Q247.53125 27.010025 246.76562 27.010025Q246.07812 27.010025 245.625 27.353775Q245.17188 27.697525 245.17188 28.1819L243.89062 28.1819Q243.89062 27.6194 244.28125 27.103775Q244.6875 26.58815 245.35938 26.291275Q246.03125 25.9944 246.82812 25.9944Q248.10938 25.9944 248.82812 26.635025Q249.5625 27.27565 249.59375 28.385025L249.59375 31.791275Q249.59375 32.8069 249.84375 33.416275L249.84375 33.52565L248.53125 33.52565ZM246.42188 32.5569Q247.01562 32.5569 247.54688 32.260025Q248.09375 31.947525 248.32812 31.447525L248.32812 29.9319L247.32812 29.9319Q245.01562 29.9319 245.01562 31.291275Q245.01562 31.885025 245.40625 32.228775Q245.79688 32.5569 246.42188 32.5569ZM253.14062 26.135025L253.1875 26.947525Q254.0 25.9944 255.375 25.9944Q256.92188 25.9944 257.48438 27.1819Q257.85938 26.65065 258.45312 26.322525Q259.04688 25.9944 259.84375 25.9944Q262.28125 25.9944 262.32812 28.572525L262.32812 33.52565L261.0625 33.52565L261.0625 28.65065Q261.0625 27.853775 260.6875 27.46315Q260.32812 27.072525 259.48438 27.072525Q258.76562 27.072525 258.29688 27.4944Q257.84375 27.90065 257.76562 28.6194L257.76562 33.52565L256.5 33.52565L256.5 28.6819Q256.5 27.072525 254.92188 27.072525Q253.67188 27.072525 253.21875 28.1194L253.21875 33.52565L251.95312 33.52565L251.95312 26.135025L253.14062 26.135025ZM268.26562 31.5569Q268.26562 31.0569 267.875 30.77565Q267.48438 30.478775 266.53125 30.27565Q265.57812 30.072525 265.0 29.791275Q264.4375 29.4944 264.17188 29.103775Q263.90625 28.71315 263.90625 28.166275Q263.90625 27.2444 264.67188 26.6194Q265.4375 25.9944 266.64062 25.9944Q267.89062 25.9944 268.67188 26.65065Q269.45312 27.291275 269.45312 28.3069L268.1875 28.3069Q268.1875 27.77565 267.75 27.40065Q267.3125 27.02565 266.64062 27.02565Q265.95312 27.02565 265.5625 27.33815Q265.17188 27.635025 265.17188 28.1194Q265.17188 28.572525 265.53125 28.8069Q265.89062 29.041275 266.82812 29.260025Q267.78125 29.46315 268.375 29.760025Q268.96875 30.0569 269.25 30.478775Q269.53125 30.885025 269.53125 31.478775Q269.53125 32.46315 268.73438 33.072525Q267.9375 33.666275 266.67188 33.666275Q265.79688 33.666275 265.10938 33.353775Q264.42188 33.02565 264.03125 32.46315Q263.65625 31.90065 263.65625 31.2444L264.92188 31.2444Q264.95312 31.885025 265.42188 32.260025Q265.90625 32.635025 266.67188 32.635025Q267.39062 32.635025 267.82812 32.33815Q268.26562 32.041275 268.26562 31.5569ZM275.67188 24.33815L275.67188 26.135025L277.04688 26.135025L277.04688 27.103775L275.67188 27.103775L275.67188 31.697525Q275.67188 32.135025 275.85938 32.3694Q276.04688 32.58815 276.48438 32.58815Q276.70312 32.58815 277.09375 32.4944L277.09375 33.52565Q276.59375 33.666275 276.125 33.666275Q275.26562 33.666275 274.82812 33.15065Q274.40625 32.635025 274.40625 31.697525L274.40625 27.103775L273.0625 27.103775L273.0625 26.135025L274.40625 26.135025L274.40625 24.33815L275.67188 24.33815ZM278.625 29.760025Q278.625 28.666275 279.04688 27.8069Q279.48438 26.9319 280.23438 26.46315Q281.0 25.9944 281.98438 25.9944Q283.48438 25.9944 284.42188 27.041275Q285.35938 28.08815 285.35938 29.822525L285.35938 29.916275Q285.35938 30.9944 284.9375 31.853775Q284.53125 32.697525 283.75 33.1819Q282.98438 33.666275 282.0 33.666275Q280.48438 33.666275 279.54688 32.6194Q278.625 31.572525 278.625 29.853775L278.625 29.760025ZM279.89062 29.916275Q279.89062 31.135025 280.45312 31.885025Q281.03125 32.635025 282.0 32.635025Q282.95312 32.635025 283.51562 31.885025Q284.09375 31.1194 284.09375 29.760025Q284.09375 28.541275 283.51562 27.791275Q282.9375 27.02565 281.98438 27.02565Q281.04688 27.02565 280.46875 27.77565Q279.89062 28.52565 279.89062 29.916275ZM286.98438 32.8694Q286.98438 32.541275 287.17188 32.322525Q287.375 32.103775 287.76562 32.103775Q288.15625 32.103775 288.35938 32.322525Q288.5625 32.541275 288.5625 32.8694Q288.5625 33.1819 288.35938 33.40065Q288.15625 33.603775 287.76562 33.603775Q287.375 33.603775 287.17188 33.40065Q286.98438 33.1819 286.98438 32.8694ZM286.98438 26.8694Q286.98438 26.541275 287.17188 26.322525Q287.375 26.103775 287.76562 26.103775Q288.15625 26.103775 288.35938 26.322525Q288.5625 26.541275 288.5625 26.8694Q288.5625 27.1819 288.35938 27.40065Q288.15625 27.603775 287.76562 27.603775Q287.375 27.603775 287.17188 27.40065Q286.98438 27.1819 286.98438 26.8694Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig25.svg b/_content/survey2019/fig25.svg
deleted file mode 100644
index b58bd5c..0000000
--- a/_content/survey2019/fig25.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 591.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="591" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 591.0L0 591.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 74.5L171.5 530.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 74.5L270.5 530.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 74.5L370.5 530.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 74.5L469.5 530.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 74.5L569.5 530.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 74.945656L569.4754 74.945656L569.4754 530.5L171.5 530.5L171.5 74.945656Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 107.0L171.0 86.0L495.0 86.0C496.10458 86.0 497.0 86.89543 497.0 88.0L497.0 105.0C497.0 106.10457 496.10458 107.0 495.0 107.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 107.0L171.0 86.0L495.0 86.0C496.10458 86.0 497.0 86.89543 497.0 88.0L497.0 105.0C497.0 106.10457 496.10458 107.0 495.0 107.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 139.0L171.0 118.0L487.0 118.0C488.10458 118.0 489.0 118.89543 489.0 120.0L489.0 137.0C489.0 138.10457 488.10458 139.0 487.0 139.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 139.0L171.0 118.0L487.0 118.0C488.10458 118.0 489.0 118.89543 489.0 120.0L489.0 137.0C489.0 138.10457 488.10458 139.0 487.0 139.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 171.0L171.0 150.0L424.0 150.0C425.10458 150.0 426.0 150.89543 426.0 152.0L426.0 169.0C426.0 170.10457 425.10458 171.0 424.0 171.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 171.0L171.0 150.0L424.0 150.0C425.10458 150.0 426.0 150.89543 426.0 152.0L426.0 169.0C426.0 170.10457 425.10458 171.0 424.0 171.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 203.0L171.0 182.0L404.0 182.0C405.10458 182.0 406.0 182.89543 406.0 184.0L406.0 201.0C406.0 202.10457 405.10458 203.0 404.0 203.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 203.0L171.0 182.0L404.0 182.0C405.10458 182.0 406.0 182.89543 406.0 184.0L406.0 201.0C406.0 202.10457 405.10458 203.0 404.0 203.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 234.0L171.0 213.0L345.0 213.0C346.10458 213.0 347.0 213.89543 347.0 215.0L347.0 232.0C347.0 233.10457 346.10458 234.0 345.0 234.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 234.0L171.0 213.0L345.0 213.0C346.10458 213.0 347.0 213.89543 347.0 215.0L347.0 232.0C347.0 233.10457 346.10458 234.0 345.0 234.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 266.0L171.0 245.0L335.0 245.0C336.10458 245.0 337.0 245.89543 337.0 247.0L337.0 264.0C337.0 265.10458 336.10458 266.0 335.0 266.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 266.0L171.0 245.0L335.0 245.0C336.10458 245.0 337.0 245.89543 337.0 247.0L337.0 264.0C337.0 265.10458 336.10458 266.0 335.0 266.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 298.0L171.0 277.0L326.0 277.0C327.10458 277.0 328.0 277.89542 328.0 279.0L328.0 296.0C328.0 297.10458 327.10458 298.0 326.0 298.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 298.0L171.0 277.0L326.0 277.0C327.10458 277.0 328.0 277.89542 328.0 279.0L328.0 296.0C328.0 297.10458 327.10458 298.0 326.0 298.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 330.0L171.0 309.0L308.0 309.0C309.10458 309.0 310.0 309.89542 310.0 311.0L310.0 328.0C310.0 329.10458 309.10458 330.0 308.0 330.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 330.0L171.0 309.0L308.0 309.0C309.10458 309.0 310.0 309.89542 310.0 311.0L310.0 328.0C310.0 329.10458 309.10458 330.0 308.0 330.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 361.0L171.0 340.0L277.0 340.0C278.10458 340.0 279.0 340.89542 279.0 342.0L279.0 359.0C279.0 360.10458 278.10458 361.0 277.0 361.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 361.0L171.0 340.0L277.0 340.0C278.10458 340.0 279.0 340.89542 279.0 342.0L279.0 359.0C279.0 360.10458 278.10458 361.0 277.0 361.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 393.0L171.0 372.0L260.0 372.0C261.10458 372.0 262.0 372.89542 262.0 374.0L262.0 391.0C262.0 392.10458 261.10458 393.0 260.0 393.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 393.0L171.0 372.0L260.0 372.0C261.10458 372.0 262.0 372.89542 262.0 374.0L262.0 391.0C262.0 392.10458 261.10458 393.0 260.0 393.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 425.0L171.0 404.0L254.0 404.0C255.10457 404.0 256.0 404.89542 256.0 406.0L256.0 423.0C256.0 424.10458 255.10457 425.0 254.0 425.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 425.0L171.0 404.0L254.0 404.0C255.10457 404.0 256.0 404.89542 256.0 406.0L256.0 423.0C256.0 424.10458 255.10457 425.0 254.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 457.0L171.0 436.0L220.0 436.0C221.10457 436.0 222.0 436.89542 222.0 438.0L222.0 455.0C222.0 456.10458 221.10457 457.0 220.0 457.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 457.0L171.0 436.0L220.0 436.0C221.10457 436.0 222.0 436.89542 222.0 438.0L222.0 455.0C222.0 456.10458 221.10457 457.0 220.0 457.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 488.0L171.0 467.0L206.0 467.0C207.10457 467.0 208.0 467.89542 208.0 469.0L208.0 486.0C208.0 487.10458 207.10457 488.0 206.0 488.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 488.0L171.0 467.0L206.0 467.0C207.10457 467.0 208.0 467.89542 208.0 469.0L208.0 486.0C208.0 487.10458 207.10457 488.0 206.0 488.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 520.0L171.0 499.0L191.0 499.0C192.10457 499.0 193.0 499.89542 193.0 501.0L193.0 518.0C193.0 519.10455 192.10457 520.0 191.0 520.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 520.0L171.0 499.0L191.0 499.0C192.10457 499.0 193.0 499.89542 193.0 501.0L193.0 518.0C193.0 519.10455 192.10457 520.0 191.0 520.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M513.808 91.96875L513.808 92.875L513.60486 92.875Q512.33923 92.90625 511.58923 93.640625Q510.83923 94.359375 510.71423 95.671875Q511.40173 94.90625 512.558 94.90625Q513.66736 94.90625 514.33923 95.6875Q515.0111 96.46875 515.0111 97.71875Q515.0111 99.03125 514.29236 99.828125Q513.5736 100.625 512.35486 100.625Q511.1361 100.625 510.37048 99.6875Q509.62048 98.734375 509.62048 97.25L509.62048 96.84375Q509.62048 94.484375 510.62048 93.234375Q511.62048 91.984375 513.60486 91.96875L513.808 91.96875ZM512.3861 95.8125Q511.8236 95.8125 511.35486 96.140625Q510.8861 96.46875 510.6986 96.984375L510.6986 97.375Q510.6986 98.4375 511.16736 99.078125Q511.65173 99.71875 512.35486 99.71875Q513.08923 99.71875 513.5111 99.1875Q513.933 98.640625 513.933 97.765625Q513.933 96.890625 513.5111 96.359375Q513.08923 95.8125 512.3861 95.8125ZM517.04236 96.21875L517.47986 91.96875L521.85486 91.96875L521.85486 92.96875L518.40173 92.96875L518.1361 95.296875Q518.77673 94.921875 519.5736 94.921875Q520.72986 94.921875 521.41736 95.703125Q522.10486 96.46875 522.10486 97.78125Q522.10486 99.09375 521.3861 99.859375Q520.683 100.625 519.40173 100.625Q518.27673 100.625 517.558 100.0Q516.83923 99.359375 516.7455 98.25L517.7611 98.25Q517.8705 98.984375 518.29236 99.359375Q518.71423 99.734375 519.40173 99.734375Q520.15173 99.734375 520.58923 99.21875Q521.02673 98.703125 521.02673 97.796875Q521.02673 96.9375 520.558 96.421875Q520.08923 95.90625 519.308 95.90625Q518.60486 95.90625 518.1986 96.203125L517.91736 96.4375L517.04236 96.21875ZM523.4486 93.609375Q523.4486 92.84375 523.933 92.34375Q524.433 91.84375 525.1986 91.84375Q525.97986 91.84375 526.46423 92.34375Q526.9486 92.84375 526.9486 93.640625L526.9486 94.0625Q526.9486 94.828125 526.4486 95.328125Q525.96423 95.8125 525.21423 95.8125Q524.4486 95.8125 523.9486 95.328125Q523.4486 94.828125 523.4486 94.015625L523.4486 93.609375ZM524.2611 94.0625Q524.2611 94.515625 524.5111 94.8125Q524.77673 95.109375 525.21423 95.109375Q525.6361 95.109375 525.8861 94.828125Q526.1361 94.53125 526.1361 94.03125L526.1361 93.609375Q526.1361 93.15625 525.8861 92.859375Q525.6361 92.546875 525.1986 92.546875Q524.7611 92.546875 524.5111 92.859375Q524.2611 93.15625 524.2611 93.625L524.2611 94.0625ZM527.60486 98.40625Q527.60486 97.640625 528.08923 97.15625Q528.58923 96.65625 529.35486 96.65625Q530.1205 96.65625 530.60486 97.15625Q531.10486 97.640625 531.10486 98.453125L531.10486 98.859375Q531.10486 99.625 530.6205 100.125Q530.1361 100.625 529.3705 100.625Q528.60486 100.625 528.10486 100.140625Q527.60486 99.640625 527.60486 98.828125L527.60486 98.40625ZM528.41736 98.859375Q528.41736 99.328125 528.66736 99.625Q528.933 99.921875 529.3705 99.921875Q529.79236 99.921875 530.04236 99.640625Q530.29236 99.34375 530.29236 98.84375L530.29236 98.40625Q530.29236 97.9375 530.02673 97.65625Q529.77673 97.359375 529.35486 97.359375Q528.933 97.359375 528.66736 97.65625Q528.41736 97.9375 528.41736 98.4375L528.41736 98.859375ZM525.46423 99.859375L524.83923 99.46875L529.0111 92.796875L529.6205 93.1875L525.46423 99.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M513.808 91.96875L513.808 92.875L513.60486 92.875Q512.33923 92.90625 511.58923 93.640625Q510.83923 94.359375 510.71423 95.671875Q511.40173 94.90625 512.558 94.90625Q513.66736 94.90625 514.33923 95.6875Q515.0111 96.46875 515.0111 97.71875Q515.0111 99.03125 514.29236 99.828125Q513.5736 100.625 512.35486 100.625Q511.1361 100.625 510.37048 99.6875Q509.62048 98.734375 509.62048 97.25L509.62048 96.84375Q509.62048 94.484375 510.62048 93.234375Q511.62048 91.984375 513.60486 91.96875L513.808 91.96875ZM512.3861 95.8125Q511.8236 95.8125 511.35486 96.140625Q510.8861 96.46875 510.6986 96.984375L510.6986 97.375Q510.6986 98.4375 511.16736 99.078125Q511.65173 99.71875 512.35486 99.71875Q513.08923 99.71875 513.5111 99.1875Q513.933 98.640625 513.933 97.765625Q513.933 96.890625 513.5111 96.359375Q513.08923 95.8125 512.3861 95.8125ZM517.04236 96.21875L517.47986 91.96875L521.85486 91.96875L521.85486 92.96875L518.40173 92.96875L518.1361 95.296875Q518.77673 94.921875 519.5736 94.921875Q520.72986 94.921875 521.41736 95.703125Q522.10486 96.46875 522.10486 97.78125Q522.10486 99.09375 521.3861 99.859375Q520.683 100.625 519.40173 100.625Q518.27673 100.625 517.558 100.0Q516.83923 99.359375 516.7455 98.25L517.7611 98.25Q517.8705 98.984375 518.29236 99.359375Q518.71423 99.734375 519.40173 99.734375Q520.15173 99.734375 520.58923 99.21875Q521.02673 98.703125 521.02673 97.796875Q521.02673 96.9375 520.558 96.421875Q520.08923 95.90625 519.308 95.90625Q518.60486 95.90625 518.1986 96.203125L517.91736 96.4375L517.04236 96.21875ZM523.4486 93.609375Q523.4486 92.84375 523.933 92.34375Q524.433 91.84375 525.1986 91.84375Q525.97986 91.84375 526.46423 92.34375Q526.9486 92.84375 526.9486 93.640625L526.9486 94.0625Q526.9486 94.828125 526.4486 95.328125Q525.96423 95.8125 525.21423 95.8125Q524.4486 95.8125 523.9486 95.328125Q523.4486 94.828125 523.4486 94.015625L523.4486 93.609375ZM524.2611 94.0625Q524.2611 94.515625 524.5111 94.8125Q524.77673 95.109375 525.21423 95.109375Q525.6361 95.109375 525.8861 94.828125Q526.1361 94.53125 526.1361 94.03125L526.1361 93.609375Q526.1361 93.15625 525.8861 92.859375Q525.6361 92.546875 525.1986 92.546875Q524.7611 92.546875 524.5111 92.859375Q524.2611 93.15625 524.2611 93.625L524.2611 94.0625ZM527.60486 98.40625Q527.60486 97.640625 528.08923 97.15625Q528.58923 96.65625 529.35486 96.65625Q530.1205 96.65625 530.60486 97.15625Q531.10486 97.640625 531.10486 98.453125L531.10486 98.859375Q531.10486 99.625 530.6205 100.125Q530.1361 100.625 529.3705 100.625Q528.60486 100.625 528.10486 100.140625Q527.60486 99.640625 527.60486 98.828125L527.60486 98.40625ZM528.41736 98.859375Q528.41736 99.328125 528.66736 99.625Q528.933 99.921875 529.3705 99.921875Q529.79236 99.921875 530.04236 99.640625Q530.29236 99.34375 530.29236 98.84375L530.29236 98.40625Q530.29236 97.9375 530.02673 97.65625Q529.77673 97.359375 529.35486 97.359375Q528.933 97.359375 528.66736 97.65625Q528.41736 97.9375 528.41736 98.4375L528.41736 98.859375ZM525.46423 99.859375L524.83923 99.46875L529.0111 92.796875L529.6205 93.1875L525.46423 99.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M506.27988 123.96875L506.27988 124.875L506.07675 124.875Q504.81113 124.90625 504.06113 125.640625Q503.31113 126.359375 503.18613 127.671875Q503.87363 126.90625 505.02988 126.90625Q506.13925 126.90625 506.81113 127.6875Q507.483 128.46875 507.483 129.71875Q507.483 131.03125 506.76425 131.82812Q506.0455 132.625 504.82675 132.625Q503.608 132.625 502.84238 131.6875Q502.09238 130.73438 502.09238 129.25L502.09238 128.84375Q502.09238 126.484375 503.09238 125.234375Q504.09238 123.984375 506.07675 123.96875L506.27988 123.96875ZM504.858 127.8125Q504.2955 127.8125 503.82675 128.14062Q503.358 128.46875 503.1705 128.98438L503.1705 129.375Q503.1705 130.4375 503.63925 131.07812Q504.12363 131.71875 504.82675 131.71875Q505.56113 131.71875 505.983 131.1875Q506.40488 130.64062 506.40488 129.76562Q506.40488 128.89062 505.983 128.35938Q505.56113 127.8125 504.858 127.8125ZM513.5924 129.64062L514.7799 129.64062L514.7799 130.51562L513.5924 130.51562L513.5924 132.5L512.5143 132.5L512.5143 130.51562L508.62363 130.51562L508.62363 129.875L512.43616 123.96875L513.5924 123.96875L513.5924 129.64062ZM509.858 129.64062L512.5143 129.64062L512.5143 125.453125L512.37366 125.6875L509.858 129.64062ZM515.92053 125.609375Q515.92053 124.84375 516.4049 124.34375Q516.9049 123.84375 517.67053 123.84375Q518.4518 123.84375 518.93616 124.34375Q519.42053 124.84375 519.42053 125.640625L519.42053 126.0625Q519.42053 126.828125 518.92053 127.328125Q518.43616 127.8125 517.68616 127.8125Q516.92053 127.8125 516.42053 127.328125Q515.92053 126.828125 515.92053 126.015625L515.92053 125.609375ZM516.73303 126.0625Q516.73303 126.515625 516.98303 126.8125Q517.24866 127.109375 517.68616 127.109375Q518.10803 127.109375 518.35803 126.828125Q518.60803 126.53125 518.60803 126.03125L518.60803 125.609375Q518.60803 125.15625 518.35803 124.859375Q518.10803 124.546875 517.67053 124.546875Q517.23303 124.546875 516.98303 124.859375Q516.73303 125.15625 516.73303 125.625L516.73303 126.0625ZM520.0768 130.40625Q520.0768 129.64062 520.56116 129.15625Q521.06116 128.65625 521.8268 128.65625Q522.5924 128.65625 523.0768 129.15625Q523.5768 129.64062 523.5768 130.45312L523.5768 130.85938Q523.5768 131.625 523.0924 132.125Q522.60803 132.625 521.8424 132.625Q521.0768 132.625 520.5768 132.14062Q520.0768 131.64062 520.0768 130.82812L520.0768 130.40625ZM520.8893 130.85938Q520.8893 131.32812 521.1393 131.625Q521.4049 131.92188 521.8424 131.92188Q522.2643 131.92188 522.5143 131.64062Q522.7643 131.34375 522.7643 130.84375L522.7643 130.40625Q522.7643 129.9375 522.49866 129.65625Q522.24866 129.35938 521.8268 129.35938Q521.4049 129.35938 521.1393 129.65625Q520.8893 129.9375 520.8893 130.4375L520.8893 130.85938ZM517.93616 131.85938L517.31116 131.46875L521.48303 124.796875L522.0924 125.1875L517.93616 131.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M506.27988 123.96875L506.27988 124.875L506.07675 124.875Q504.81113 124.90625 504.06113 125.640625Q503.31113 126.359375 503.18613 127.671875Q503.87363 126.90625 505.02988 126.90625Q506.13925 126.90625 506.81113 127.6875Q507.483 128.46875 507.483 129.71875Q507.483 131.03125 506.76425 131.82812Q506.0455 132.625 504.82675 132.625Q503.608 132.625 502.84238 131.6875Q502.09238 130.73438 502.09238 129.25L502.09238 128.84375Q502.09238 126.484375 503.09238 125.234375Q504.09238 123.984375 506.07675 123.96875L506.27988 123.96875ZM504.858 127.8125Q504.2955 127.8125 503.82675 128.14062Q503.358 128.46875 503.1705 128.98438L503.1705 129.375Q503.1705 130.4375 503.63925 131.07812Q504.12363 131.71875 504.82675 131.71875Q505.56113 131.71875 505.983 131.1875Q506.40488 130.64062 506.40488 129.76562Q506.40488 128.89062 505.983 128.35938Q505.56113 127.8125 504.858 127.8125ZM513.5924 129.64062L514.7799 129.64062L514.7799 130.51562L513.5924 130.51562L513.5924 132.5L512.5143 132.5L512.5143 130.51562L508.62363 130.51562L508.62363 129.875L512.43616 123.96875L513.5924 123.96875L513.5924 129.64062ZM509.858 129.64062L512.5143 129.64062L512.5143 125.453125L512.37366 125.6875L509.858 129.64062ZM515.92053 125.609375Q515.92053 124.84375 516.4049 124.34375Q516.9049 123.84375 517.67053 123.84375Q518.4518 123.84375 518.93616 124.34375Q519.42053 124.84375 519.42053 125.640625L519.42053 126.0625Q519.42053 126.828125 518.92053 127.328125Q518.43616 127.8125 517.68616 127.8125Q516.92053 127.8125 516.42053 127.328125Q515.92053 126.828125 515.92053 126.015625L515.92053 125.609375ZM516.73303 126.0625Q516.73303 126.515625 516.98303 126.8125Q517.24866 127.109375 517.68616 127.109375Q518.10803 127.109375 518.35803 126.828125Q518.60803 126.53125 518.60803 126.03125L518.60803 125.609375Q518.60803 125.15625 518.35803 124.859375Q518.10803 124.546875 517.67053 124.546875Q517.23303 124.546875 516.98303 124.859375Q516.73303 125.15625 516.73303 125.625L516.73303 126.0625ZM520.0768 130.40625Q520.0768 129.64062 520.56116 129.15625Q521.06116 128.65625 521.8268 128.65625Q522.5924 128.65625 523.0768 129.15625Q523.5768 129.64062 523.5768 130.45312L523.5768 130.85938Q523.5768 131.625 523.0924 132.125Q522.60803 132.625 521.8424 132.625Q521.0768 132.625 520.5768 132.14062Q520.0768 131.64062 520.0768 130.82812L520.0768 130.40625ZM520.8893 130.85938Q520.8893 131.32812 521.1393 131.625Q521.4049 131.92188 521.8424 131.92188Q522.2643 131.92188 522.5143 131.64062Q522.7643 131.34375 522.7643 130.84375L522.7643 130.40625Q522.7643 129.9375 522.49866 129.65625Q522.24866 129.35938 521.8268 129.35938Q521.4049 129.35938 521.1393 129.65625Q520.8893 129.9375 520.8893 130.4375L520.8893 130.85938ZM517.93616 131.85938L517.31116 131.46875L521.48303 124.796875L522.0924 125.1875L517.93616 131.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M438.81317 160.21875L439.25067 155.96875L443.62567 155.96875L443.62567 156.96875L440.17255 156.96875L439.90692 159.29688Q440.54755 158.92188 441.34442 158.92188Q442.50067 158.92188 443.18817 159.70312Q443.87567 160.46875 443.87567 161.78125Q443.87567 163.09375 443.15692 163.85938Q442.4538 164.625 441.17255 164.625Q440.04755 164.625 439.3288 164.0Q438.61005 163.35938 438.5163 162.25L439.53192 162.25Q439.6413 162.98438 440.06317 163.35938Q440.48505 163.73438 441.17255 163.73438Q441.92255 163.73438 442.36005 163.21875Q442.79755 162.70312 442.79755 161.79688Q442.79755 160.9375 442.3288 160.42188Q441.86005 159.90625 441.0788 159.90625Q440.37567 159.90625 439.96942 160.20312L439.68817 160.4375L438.81317 160.21875ZM448.87567 164.5L447.79755 164.5L447.79755 157.28125L445.61005 158.07812L445.61005 157.09375L448.71942 155.92188L448.87567 155.92188L448.87567 164.5ZM452.21942 157.60938Q452.21942 156.84375 452.7038 156.34375Q453.2038 155.84375 453.96942 155.84375Q454.75067 155.84375 455.23505 156.34375Q455.71942 156.84375 455.71942 157.64062L455.71942 158.0625Q455.71942 158.82812 455.21942 159.32812Q454.73505 159.8125 453.98505 159.8125Q453.21942 159.8125 452.71942 159.32812Q452.21942 158.82812 452.21942 158.01562L452.21942 157.60938ZM453.03192 158.0625Q453.03192 158.51562 453.28192 158.8125Q453.54755 159.10938 453.98505 159.10938Q454.40692 159.10938 454.65692 158.82812Q454.90692 158.53125 454.90692 158.03125L454.90692 157.60938Q454.90692 157.15625 454.65692 156.85938Q454.40692 156.54688 453.96942 156.54688Q453.53192 156.54688 453.28192 156.85938Q453.03192 157.15625 453.03192 157.625L453.03192 158.0625ZM456.37567 162.40625Q456.37567 161.64062 456.86005 161.15625Q457.36005 160.65625 458.12567 160.65625Q458.8913 160.65625 459.37567 161.15625Q459.87567 161.64062 459.87567 162.45312L459.87567 162.85938Q459.87567 163.625 459.3913 164.125Q458.90692 164.625 458.1413 164.625Q457.37567 164.625 456.87567 164.14062Q456.37567 163.64062 456.37567 162.82812L456.37567 162.40625ZM457.18817 162.85938Q457.18817 163.32812 457.43817 163.625Q457.7038 163.92188 458.1413 163.92188Q458.56317 163.92188 458.81317 163.64062Q459.06317 163.34375 459.06317 162.84375L459.06317 162.40625Q459.06317 161.9375 458.79755 161.65625Q458.54755 161.35938 458.12567 161.35938Q457.7038 161.35938 457.43817 161.65625Q457.18817 161.9375 457.18817 162.4375L457.18817 162.85938ZM454.23505 163.85938L453.61005 163.46875L457.78192 156.79688L458.3913 157.1875L454.23505 163.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M438.81317 160.21875L439.25067 155.96875L443.62567 155.96875L443.62567 156.96875L440.17255 156.96875L439.90692 159.29688Q440.54755 158.92188 441.34442 158.92188Q442.50067 158.92188 443.18817 159.70312Q443.87567 160.46875 443.87567 161.78125Q443.87567 163.09375 443.15692 163.85938Q442.4538 164.625 441.17255 164.625Q440.04755 164.625 439.3288 164.0Q438.61005 163.35938 438.5163 162.25L439.53192 162.25Q439.6413 162.98438 440.06317 163.35938Q440.48505 163.73438 441.17255 163.73438Q441.92255 163.73438 442.36005 163.21875Q442.79755 162.70312 442.79755 161.79688Q442.79755 160.9375 442.3288 160.42188Q441.86005 159.90625 441.0788 159.90625Q440.37567 159.90625 439.96942 160.20312L439.68817 160.4375L438.81317 160.21875ZM448.87567 164.5L447.79755 164.5L447.79755 157.28125L445.61005 158.07812L445.61005 157.09375L448.71942 155.92188L448.87567 155.92188L448.87567 164.5ZM452.21942 157.60938Q452.21942 156.84375 452.7038 156.34375Q453.2038 155.84375 453.96942 155.84375Q454.75067 155.84375 455.23505 156.34375Q455.71942 156.84375 455.71942 157.64062L455.71942 158.0625Q455.71942 158.82812 455.21942 159.32812Q454.73505 159.8125 453.98505 159.8125Q453.21942 159.8125 452.71942 159.32812Q452.21942 158.82812 452.21942 158.01562L452.21942 157.60938ZM453.03192 158.0625Q453.03192 158.51562 453.28192 158.8125Q453.54755 159.10938 453.98505 159.10938Q454.40692 159.10938 454.65692 158.82812Q454.90692 158.53125 454.90692 158.03125L454.90692 157.60938Q454.90692 157.15625 454.65692 156.85938Q454.40692 156.54688 453.96942 156.54688Q453.53192 156.54688 453.28192 156.85938Q453.03192 157.15625 453.03192 157.625L453.03192 158.0625ZM456.37567 162.40625Q456.37567 161.64062 456.86005 161.15625Q457.36005 160.65625 458.12567 160.65625Q458.8913 160.65625 459.37567 161.15625Q459.87567 161.64062 459.87567 162.45312L459.87567 162.85938Q459.87567 163.625 459.3913 164.125Q458.90692 164.625 458.1413 164.625Q457.37567 164.625 456.87567 164.14062Q456.37567 163.64062 456.37567 162.82812L456.37567 162.40625ZM457.18817 162.85938Q457.18817 163.32812 457.43817 163.625Q457.7038 163.92188 458.1413 163.92188Q458.56317 163.92188 458.81317 163.64062Q459.06317 163.34375 459.06317 162.84375L459.06317 162.40625Q459.06317 161.9375 458.79755 161.65625Q458.54755 161.35938 458.12567 161.35938Q457.7038 161.35938 457.43817 161.65625Q457.18817 161.9375 457.18817 162.4375L457.18817 162.85938ZM454.23505 163.85938L453.61005 163.46875L457.78192 156.79688L458.3913 157.1875L454.23505 163.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M423.34436 193.64062L424.53186 193.64062L424.53186 194.51562L423.34436 194.51562L423.34436 196.5L422.26624 196.5L422.26624 194.51562L418.3756 194.51562L418.3756 193.875L422.1881 187.96875L423.34436 187.96875L423.34436 193.64062ZM419.61 193.64062L422.26624 193.64062L422.26624 189.45312L422.1256 189.6875L419.61 193.64062ZM431.28186 188.57812L427.7506 196.5L426.61 196.5L430.1256 188.85938L425.51624 188.85938L425.51624 187.96875L431.28186 187.96875L431.28186 188.57812ZM432.6725 189.60938Q432.6725 188.84375 433.15686 188.34375Q433.65686 187.84375 434.4225 187.84375Q435.20374 187.84375 435.6881 188.34375Q436.1725 188.84375 436.1725 189.64062L436.1725 190.0625Q436.1725 190.82812 435.6725 191.32812Q435.1881 191.8125 434.4381 191.8125Q433.6725 191.8125 433.1725 191.32812Q432.6725 190.82812 432.6725 190.01562L432.6725 189.60938ZM433.485 190.0625Q433.485 190.51562 433.735 190.8125Q434.0006 191.10938 434.4381 191.10938Q434.86 191.10938 435.11 190.82812Q435.36 190.53125 435.36 190.03125L435.36 189.60938Q435.36 189.15625 435.11 188.85938Q434.86 188.54688 434.4225 188.54688Q433.985 188.54688 433.735 188.85938Q433.485 189.15625 433.485 189.625L433.485 190.0625ZM436.82874 194.40625Q436.82874 193.64062 437.3131 193.15625Q437.8131 192.65625 438.57874 192.65625Q439.34436 192.65625 439.82874 193.15625Q440.32874 193.64062 440.32874 194.45312L440.32874 194.85938Q440.32874 195.625 439.84436 196.125Q439.36 196.625 438.59436 196.625Q437.82874 196.625 437.32874 196.14062Q436.82874 195.64062 436.82874 194.82812L436.82874 194.40625ZM437.64124 194.85938Q437.64124 195.32812 437.89124 195.625Q438.15686 195.92188 438.59436 195.92188Q439.01624 195.92188 439.26624 195.64062Q439.51624 195.34375 439.51624 194.84375L439.51624 194.40625Q439.51624 193.9375 439.2506 193.65625Q439.0006 193.35938 438.57874 193.35938Q438.15686 193.35938 437.89124 193.65625Q437.64124 193.9375 437.64124 194.4375L437.64124 194.85938ZM434.6881 195.85938L434.0631 195.46875L438.235 188.79688L438.84436 189.1875L434.6881 195.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M423.34436 193.64062L424.53186 193.64062L424.53186 194.51562L423.34436 194.51562L423.34436 196.5L422.26624 196.5L422.26624 194.51562L418.3756 194.51562L418.3756 193.875L422.1881 187.96875L423.34436 187.96875L423.34436 193.64062ZM419.61 193.64062L422.26624 193.64062L422.26624 189.45312L422.1256 189.6875L419.61 193.64062ZM431.28186 188.57812L427.7506 196.5L426.61 196.5L430.1256 188.85938L425.51624 188.85938L425.51624 187.96875L431.28186 187.96875L431.28186 188.57812ZM432.6725 189.60938Q432.6725 188.84375 433.15686 188.34375Q433.65686 187.84375 434.4225 187.84375Q435.20374 187.84375 435.6881 188.34375Q436.1725 188.84375 436.1725 189.64062L436.1725 190.0625Q436.1725 190.82812 435.6725 191.32812Q435.1881 191.8125 434.4381 191.8125Q433.6725 191.8125 433.1725 191.32812Q432.6725 190.82812 432.6725 190.01562L432.6725 189.60938ZM433.485 190.0625Q433.485 190.51562 433.735 190.8125Q434.0006 191.10938 434.4381 191.10938Q434.86 191.10938 435.11 190.82812Q435.36 190.53125 435.36 190.03125L435.36 189.60938Q435.36 189.15625 435.11 188.85938Q434.86 188.54688 434.4225 188.54688Q433.985 188.54688 433.735 188.85938Q433.485 189.15625 433.485 189.625L433.485 190.0625ZM436.82874 194.40625Q436.82874 193.64062 437.3131 193.15625Q437.8131 192.65625 438.57874 192.65625Q439.34436 192.65625 439.82874 193.15625Q440.32874 193.64062 440.32874 194.45312L440.32874 194.85938Q440.32874 195.625 439.84436 196.125Q439.36 196.625 438.59436 196.625Q437.82874 196.625 437.32874 196.14062Q436.82874 195.64062 436.82874 194.82812L436.82874 194.40625ZM437.64124 194.85938Q437.64124 195.32812 437.89124 195.625Q438.15686 195.92188 438.59436 195.92188Q439.01624 195.92188 439.26624 195.64062Q439.51624 195.34375 439.51624 194.84375L439.51624 194.40625Q439.51624 193.9375 439.2506 193.65625Q439.0006 193.35938 438.57874 193.35938Q438.15686 193.35938 437.89124 193.65625Q437.64124 193.9375 437.64124 194.4375L437.64124 194.85938ZM434.6881 195.85938L434.0631 195.46875L438.235 188.79688L438.84436 189.1875L434.6881 195.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M361.28888 222.70312L362.10138 222.70312Q362.88263 222.6875 363.32013 222.29688Q363.75763 221.90625 363.75763 221.23438Q363.75763 219.73438 362.25763 219.73438Q361.5545 219.73438 361.13263 220.14062Q360.72638 220.54688 360.72638 221.20312L359.63263 221.20312Q359.63263 220.1875 360.367 219.51562Q361.117 218.84375 362.25763 218.84375Q363.46075 218.84375 364.14825 219.48438Q364.83575 220.125 364.83575 221.26562Q364.83575 221.82812 364.47638 222.34375Q364.117 222.85938 363.492 223.125Q364.19513 223.34375 364.57013 223.85938Q364.96075 224.375 364.96075 225.125Q364.96075 226.26562 364.21075 226.95312Q363.46075 227.625 362.25763 227.625Q361.07013 227.625 360.3045 226.96875Q359.5545 226.3125 359.5545 225.25L360.64825 225.25Q360.64825 225.92188 361.08575 226.32812Q361.52325 226.73438 362.27325 226.73438Q363.0545 226.73438 363.46075 226.32812Q363.88263 225.90625 363.88263 225.14062Q363.88263 224.40625 363.4295 224.01562Q362.97638 223.60938 362.10138 223.59375L361.28888 223.59375L361.28888 222.70312ZM367.21075 223.21875L367.64825 218.96875L372.02325 218.96875L372.02325 219.96875L368.57013 219.96875L368.3045 222.29688Q368.94513 221.92188 369.742 221.92188Q370.89825 221.92188 371.58575 222.70312Q372.27325 223.46875 372.27325 224.78125Q372.27325 226.09375 371.5545 226.85938Q370.85138 227.625 369.57013 227.625Q368.44513 227.625 367.72638 227.0Q367.00763 226.35938 366.91388 225.25L367.9295 225.25Q368.03888 225.98438 368.46075 226.35938Q368.88263 226.73438 369.57013 226.73438Q370.32013 226.73438 370.75763 226.21875Q371.19513 225.70312 371.19513 224.79688Q371.19513 223.9375 370.72638 223.42188Q370.25763 222.90625 369.47638 222.90625Q368.77325 222.90625 368.367 223.20312L368.08575 223.4375L367.21075 223.21875ZM373.617 220.60938Q373.617 219.84375 374.10138 219.34375Q374.60138 218.84375 375.367 218.84375Q376.14825 218.84375 376.63263 219.34375Q377.117 219.84375 377.117 220.64062L377.117 221.0625Q377.117 221.82812 376.617 222.32812Q376.13263 222.8125 375.38263 222.8125Q374.617 222.8125 374.117 222.32812Q373.617 221.82812 373.617 221.01562L373.617 220.60938ZM374.4295 221.0625Q374.4295 221.51562 374.6795 221.8125Q374.94513 222.10938 375.38263 222.10938Q375.8045 222.10938 376.0545 221.82812Q376.3045 221.53125 376.3045 221.03125L376.3045 220.60938Q376.3045 220.15625 376.0545 219.85938Q375.8045 219.54688 375.367 219.54688Q374.9295 219.54688 374.6795 219.85938Q374.4295 220.15625 374.4295 220.625L374.4295 221.0625ZM377.77325 225.40625Q377.77325 224.64062 378.25763 224.15625Q378.75763 223.65625 379.52325 223.65625Q380.28888 223.65625 380.77325 224.15625Q381.27325 224.64062 381.27325 225.45312L381.27325 225.85938Q381.27325 226.625 380.78888 227.125Q380.3045 227.625 379.53888 227.625Q378.77325 227.625 378.27325 227.14062Q377.77325 226.64062 377.77325 225.82812L377.77325 225.40625ZM378.58575 225.85938Q378.58575 226.32812 378.83575 226.625Q379.10138 226.92188 379.53888 226.92188Q379.96075 226.92188 380.21075 226.64062Q380.46075 226.34375 380.46075 225.84375L380.46075 225.40625Q380.46075 224.9375 380.19513 224.65625Q379.94513 224.35938 379.52325 224.35938Q379.10138 224.35938 378.83575 224.65625Q378.58575 224.9375 378.58575 225.4375L378.58575 225.85938ZM375.63263 226.85938L375.00763 226.46875L379.1795 219.79688L379.78888 220.1875L375.63263 226.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M361.28888 222.70312L362.10138 222.70312Q362.88263 222.6875 363.32013 222.29688Q363.75763 221.90625 363.75763 221.23438Q363.75763 219.73438 362.25763 219.73438Q361.5545 219.73438 361.13263 220.14062Q360.72638 220.54688 360.72638 221.20312L359.63263 221.20312Q359.63263 220.1875 360.367 219.51562Q361.117 218.84375 362.25763 218.84375Q363.46075 218.84375 364.14825 219.48438Q364.83575 220.125 364.83575 221.26562Q364.83575 221.82812 364.47638 222.34375Q364.117 222.85938 363.492 223.125Q364.19513 223.34375 364.57013 223.85938Q364.96075 224.375 364.96075 225.125Q364.96075 226.26562 364.21075 226.95312Q363.46075 227.625 362.25763 227.625Q361.07013 227.625 360.3045 226.96875Q359.5545 226.3125 359.5545 225.25L360.64825 225.25Q360.64825 225.92188 361.08575 226.32812Q361.52325 226.73438 362.27325 226.73438Q363.0545 226.73438 363.46075 226.32812Q363.88263 225.90625 363.88263 225.14062Q363.88263 224.40625 363.4295 224.01562Q362.97638 223.60938 362.10138 223.59375L361.28888 223.59375L361.28888 222.70312ZM367.21075 223.21875L367.64825 218.96875L372.02325 218.96875L372.02325 219.96875L368.57013 219.96875L368.3045 222.29688Q368.94513 221.92188 369.742 221.92188Q370.89825 221.92188 371.58575 222.70312Q372.27325 223.46875 372.27325 224.78125Q372.27325 226.09375 371.5545 226.85938Q370.85138 227.625 369.57013 227.625Q368.44513 227.625 367.72638 227.0Q367.00763 226.35938 366.91388 225.25L367.9295 225.25Q368.03888 225.98438 368.46075 226.35938Q368.88263 226.73438 369.57013 226.73438Q370.32013 226.73438 370.75763 226.21875Q371.19513 225.70312 371.19513 224.79688Q371.19513 223.9375 370.72638 223.42188Q370.25763 222.90625 369.47638 222.90625Q368.77325 222.90625 368.367 223.20312L368.08575 223.4375L367.21075 223.21875ZM373.617 220.60938Q373.617 219.84375 374.10138 219.34375Q374.60138 218.84375 375.367 218.84375Q376.14825 218.84375 376.63263 219.34375Q377.117 219.84375 377.117 220.64062L377.117 221.0625Q377.117 221.82812 376.617 222.32812Q376.13263 222.8125 375.38263 222.8125Q374.617 222.8125 374.117 222.32812Q373.617 221.82812 373.617 221.01562L373.617 220.60938ZM374.4295 221.0625Q374.4295 221.51562 374.6795 221.8125Q374.94513 222.10938 375.38263 222.10938Q375.8045 222.10938 376.0545 221.82812Q376.3045 221.53125 376.3045 221.03125L376.3045 220.60938Q376.3045 220.15625 376.0545 219.85938Q375.8045 219.54688 375.367 219.54688Q374.9295 219.54688 374.6795 219.85938Q374.4295 220.15625 374.4295 220.625L374.4295 221.0625ZM377.77325 225.40625Q377.77325 224.64062 378.25763 224.15625Q378.75763 223.65625 379.52325 223.65625Q380.28888 223.65625 380.77325 224.15625Q381.27325 224.64062 381.27325 225.45312L381.27325 225.85938Q381.27325 226.625 380.78888 227.125Q380.3045 227.625 379.53888 227.625Q378.77325 227.625 378.27325 227.14062Q377.77325 226.64062 377.77325 225.82812L377.77325 225.40625ZM378.58575 225.85938Q378.58575 226.32812 378.83575 226.625Q379.10138 226.92188 379.53888 226.92188Q379.96075 226.92188 380.21075 226.64062Q380.46075 226.34375 380.46075 225.84375L380.46075 225.40625Q380.46075 224.9375 380.19513 224.65625Q379.94513 224.35938 379.52325 224.35938Q379.10138 224.35938 378.83575 224.65625Q378.58575 224.9375 378.58575 225.4375L378.58575 225.85938ZM375.63263 226.85938L375.00763 226.46875L379.1795 219.79688L379.78888 220.1875L375.63263 226.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.0462 254.70312L351.8587 254.70312Q352.63995 254.6875 353.07745 254.29688Q353.51495 253.90625 353.51495 253.23438Q353.51495 251.73438 352.01495 251.73438Q351.31183 251.73438 350.88995 252.14062Q350.4837 252.54688 350.4837 253.20312L349.38995 253.20312Q349.38995 252.1875 350.12433 251.51562Q350.87433 250.84375 352.01495 250.84375Q353.21808 250.84375 353.90558 251.48438Q354.59308 252.125 354.59308 253.26562Q354.59308 253.82812 354.2337 254.34375Q353.87433 254.85938 353.24933 255.125Q353.95245 255.34375 354.32745 255.85938Q354.71808 256.375 354.71808 257.125Q354.71808 258.26562 353.96808 258.95312Q353.21808 259.625 352.01495 259.625Q350.82745 259.625 350.06183 258.96875Q349.31183 258.3125 349.31183 257.25L350.40558 257.25Q350.40558 257.92188 350.84308 258.32812Q351.28058 258.73438 352.03058 258.73438Q352.81183 258.73438 353.21808 258.32812Q353.63995 257.90625 353.63995 257.14062Q353.63995 256.40625 353.18683 256.01562Q352.7337 255.60938 351.8587 255.59375L351.0462 255.59375L351.0462 254.70312ZM358.0462 254.70312L358.8587 254.70312Q359.63995 254.6875 360.07745 254.29688Q360.51495 253.90625 360.51495 253.23438Q360.51495 251.73438 359.01495 251.73438Q358.31183 251.73438 357.88995 252.14062Q357.4837 252.54688 357.4837 253.20312L356.38995 253.20312Q356.38995 252.1875 357.12433 251.51562Q357.87433 250.84375 359.01495 250.84375Q360.21808 250.84375 360.90558 251.48438Q361.59308 252.125 361.59308 253.26562Q361.59308 253.82812 361.2337 254.34375Q360.87433 254.85938 360.24933 255.125Q360.95245 255.34375 361.32745 255.85938Q361.71808 256.375 361.71808 257.125Q361.71808 258.26562 360.96808 258.95312Q360.21808 259.625 359.01495 259.625Q357.82745 259.625 357.06183 258.96875Q356.31183 258.3125 356.31183 257.25L357.40558 257.25Q357.40558 257.92188 357.84308 258.32812Q358.28058 258.73438 359.03058 258.73438Q359.81183 258.73438 360.21808 258.32812Q360.63995 257.90625 360.63995 257.14062Q360.63995 256.40625 360.18683 256.01562Q359.7337 255.60938 358.8587 255.59375L358.0462 255.59375L358.0462 254.70312ZM363.37433 252.60938Q363.37433 251.84375 363.8587 251.34375Q364.3587 250.84375 365.12433 250.84375Q365.90558 250.84375 366.38995 251.34375Q366.87433 251.84375 366.87433 252.64062L366.87433 253.0625Q366.87433 253.82812 366.37433 254.32812Q365.88995 254.8125 365.13995 254.8125Q364.37433 254.8125 363.87433 254.32812Q363.37433 253.82812 363.37433 253.01562L363.37433 252.60938ZM364.18683 253.0625Q364.18683 253.51562 364.43683 253.8125Q364.70245 254.10938 365.13995 254.10938Q365.56183 254.10938 365.81183 253.82812Q366.06183 253.53125 366.06183 253.03125L366.06183 252.60938Q366.06183 252.15625 365.81183 251.85938Q365.56183 251.54688 365.12433 251.54688Q364.68683 251.54688 364.43683 251.85938Q364.18683 252.15625 364.18683 252.625L364.18683 253.0625ZM367.53058 257.40625Q367.53058 256.64062 368.01495 256.15625Q368.51495 255.65625 369.28058 255.65625Q370.0462 255.65625 370.53058 256.15625Q371.03058 256.64062 371.03058 257.45312L371.03058 257.85938Q371.03058 258.625 370.5462 259.125Q370.06183 259.625 369.2962 259.625Q368.53058 259.625 368.03058 259.14062Q367.53058 258.64062 367.53058 257.82812L367.53058 257.40625ZM368.34308 257.85938Q368.34308 258.32812 368.59308 258.625Q368.8587 258.92188 369.2962 258.92188Q369.71808 258.92188 369.96808 258.64062Q370.21808 258.34375 370.21808 257.84375L370.21808 257.40625Q370.21808 256.9375 369.95245 256.65625Q369.70245 256.35938 369.28058 256.35938Q368.8587 256.35938 368.59308 256.65625Q368.34308 256.9375 368.34308 257.4375L368.34308 257.85938ZM365.38995 258.85938L364.76495 258.46875L368.93683 251.79688L369.5462 252.1875L365.38995 258.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M351.0462 254.70312L351.8587 254.70312Q352.63995 254.6875 353.07745 254.29688Q353.51495 253.90625 353.51495 253.23438Q353.51495 251.73438 352.01495 251.73438Q351.31183 251.73438 350.88995 252.14062Q350.4837 252.54688 350.4837 253.20312L349.38995 253.20312Q349.38995 252.1875 350.12433 251.51562Q350.87433 250.84375 352.01495 250.84375Q353.21808 250.84375 353.90558 251.48438Q354.59308 252.125 354.59308 253.26562Q354.59308 253.82812 354.2337 254.34375Q353.87433 254.85938 353.24933 255.125Q353.95245 255.34375 354.32745 255.85938Q354.71808 256.375 354.71808 257.125Q354.71808 258.26562 353.96808 258.95312Q353.21808 259.625 352.01495 259.625Q350.82745 259.625 350.06183 258.96875Q349.31183 258.3125 349.31183 257.25L350.40558 257.25Q350.40558 257.92188 350.84308 258.32812Q351.28058 258.73438 352.03058 258.73438Q352.81183 258.73438 353.21808 258.32812Q353.63995 257.90625 353.63995 257.14062Q353.63995 256.40625 353.18683 256.01562Q352.7337 255.60938 351.8587 255.59375L351.0462 255.59375L351.0462 254.70312ZM358.0462 254.70312L358.8587 254.70312Q359.63995 254.6875 360.07745 254.29688Q360.51495 253.90625 360.51495 253.23438Q360.51495 251.73438 359.01495 251.73438Q358.31183 251.73438 357.88995 252.14062Q357.4837 252.54688 357.4837 253.20312L356.38995 253.20312Q356.38995 252.1875 357.12433 251.51562Q357.87433 250.84375 359.01495 250.84375Q360.21808 250.84375 360.90558 251.48438Q361.59308 252.125 361.59308 253.26562Q361.59308 253.82812 361.2337 254.34375Q360.87433 254.85938 360.24933 255.125Q360.95245 255.34375 361.32745 255.85938Q361.71808 256.375 361.71808 257.125Q361.71808 258.26562 360.96808 258.95312Q360.21808 259.625 359.01495 259.625Q357.82745 259.625 357.06183 258.96875Q356.31183 258.3125 356.31183 257.25L357.40558 257.25Q357.40558 257.92188 357.84308 258.32812Q358.28058 258.73438 359.03058 258.73438Q359.81183 258.73438 360.21808 258.32812Q360.63995 257.90625 360.63995 257.14062Q360.63995 256.40625 360.18683 256.01562Q359.7337 255.60938 358.8587 255.59375L358.0462 255.59375L358.0462 254.70312ZM363.37433 252.60938Q363.37433 251.84375 363.8587 251.34375Q364.3587 250.84375 365.12433 250.84375Q365.90558 250.84375 366.38995 251.34375Q366.87433 251.84375 366.87433 252.64062L366.87433 253.0625Q366.87433 253.82812 366.37433 254.32812Q365.88995 254.8125 365.13995 254.8125Q364.37433 254.8125 363.87433 254.32812Q363.37433 253.82812 363.37433 253.01562L363.37433 252.60938ZM364.18683 253.0625Q364.18683 253.51562 364.43683 253.8125Q364.70245 254.10938 365.13995 254.10938Q365.56183 254.10938 365.81183 253.82812Q366.06183 253.53125 366.06183 253.03125L366.06183 252.60938Q366.06183 252.15625 365.81183 251.85938Q365.56183 251.54688 365.12433 251.54688Q364.68683 251.54688 364.43683 251.85938Q364.18683 252.15625 364.18683 252.625L364.18683 253.0625ZM367.53058 257.40625Q367.53058 256.64062 368.01495 256.15625Q368.51495 255.65625 369.28058 255.65625Q370.0462 255.65625 370.53058 256.15625Q371.03058 256.64062 371.03058 257.45312L371.03058 257.85938Q371.03058 258.625 370.5462 259.125Q370.06183 259.625 369.2962 259.625Q368.53058 259.625 368.03058 259.14062Q367.53058 258.64062 367.53058 257.82812L367.53058 257.40625ZM368.34308 257.85938Q368.34308 258.32812 368.59308 258.625Q368.8587 258.92188 369.2962 258.92188Q369.71808 258.92188 369.96808 258.64062Q370.21808 258.34375 370.21808 257.84375L370.21808 257.40625Q370.21808 256.9375 369.95245 256.65625Q369.70245 256.35938 369.28058 256.35938Q368.8587 256.35938 368.59308 256.65625Q368.34308 256.9375 368.34308 257.4375L368.34308 257.85938ZM365.38995 258.85938L364.76495 258.46875L368.93683 251.79688L369.5462 252.1875L365.38995 258.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M342.67413 286.70312L343.48663 286.70312Q344.26788 286.6875 344.70538 286.29688Q345.14288 285.90625 345.14288 285.23438Q345.14288 283.73438 343.64288 283.73438Q342.93976 283.73438 342.51788 284.14062Q342.11163 284.54688 342.11163 285.20312L341.01788 285.20312Q341.01788 284.1875 341.75226 283.51562Q342.50226 282.84375 343.64288 282.84375Q344.846 282.84375 345.5335 283.48438Q346.221 284.125 346.221 285.26562Q346.221 285.82812 345.86163 286.34375Q345.50226 286.85938 344.87726 287.125Q345.58038 287.34375 345.95538 287.85938Q346.346 288.375 346.346 289.125Q346.346 290.26562 345.596 290.95312Q344.846 291.625 343.64288 291.625Q342.45538 291.625 341.68976 290.96875Q340.93976 290.3125 340.93976 289.25L342.0335 289.25Q342.0335 289.92188 342.471 290.32812Q342.9085 290.73438 343.6585 290.73438Q344.43976 290.73438 344.846 290.32812Q345.26788 289.90625 345.26788 289.14062Q345.26788 288.40625 344.81476 288.01562Q344.36163 287.60938 343.48663 287.59375L342.67413 287.59375L342.67413 286.70312ZM353.68976 291.5L348.096 291.5L348.096 290.71875L351.04913 287.4375Q351.70538 286.6875 351.95538 286.23438Q352.20538 285.76562 352.20538 285.26562Q352.20538 284.59375 351.79913 284.17188Q351.4085 283.73438 350.721 283.73438Q349.92413 283.73438 349.471 284.20312Q349.01788 284.65625 349.01788 285.48438L347.93976 285.48438Q347.93976 284.29688 348.68976 283.57812Q349.45538 282.84375 350.721 282.84375Q351.92413 282.84375 352.61163 283.46875Q353.29913 284.09375 353.29913 285.14062Q353.29913 286.39062 351.68976 288.14062L349.4085 290.60938L353.68976 290.60938L353.68976 291.5ZM355.00226 284.60938Q355.00226 283.84375 355.48663 283.34375Q355.98663 282.84375 356.75226 282.84375Q357.5335 282.84375 358.01788 283.34375Q358.50226 283.84375 358.50226 284.64062L358.50226 285.0625Q358.50226 285.82812 358.00226 286.32812Q357.51788 286.8125 356.76788 286.8125Q356.00226 286.8125 355.50226 286.32812Q355.00226 285.82812 355.00226 285.01562L355.00226 284.60938ZM355.81476 285.0625Q355.81476 285.51562 356.06476 285.8125Q356.33038 286.10938 356.76788 286.10938Q357.18976 286.10938 357.43976 285.82812Q357.68976 285.53125 357.68976 285.03125L357.68976 284.60938Q357.68976 284.15625 357.43976 283.85938Q357.18976 283.54688 356.75226 283.54688Q356.31476 283.54688 356.06476 283.85938Q355.81476 284.15625 355.81476 284.625L355.81476 285.0625ZM359.1585 289.40625Q359.1585 288.64062 359.64288 288.15625Q360.14288 287.65625 360.9085 287.65625Q361.67413 287.65625 362.1585 288.15625Q362.6585 288.64062 362.6585 289.45312L362.6585 289.85938Q362.6585 290.625 362.17413 291.125Q361.68976 291.625 360.92413 291.625Q360.1585 291.625 359.6585 291.14062Q359.1585 290.64062 359.1585 289.82812L359.1585 289.40625ZM359.971 289.85938Q359.971 290.32812 360.221 290.625Q360.48663 290.92188 360.92413 290.92188Q361.346 290.92188 361.596 290.64062Q361.846 290.34375 361.846 289.84375L361.846 289.40625Q361.846 288.9375 361.58038 288.65625Q361.33038 288.35938 360.9085 288.35938Q360.48663 288.35938 360.221 288.65625Q359.971 288.9375 359.971 289.4375L359.971 289.85938ZM357.01788 290.85938L356.39288 290.46875L360.56476 283.79688L361.17413 284.1875L357.01788 290.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M342.67413 286.70312L343.48663 286.70312Q344.26788 286.6875 344.70538 286.29688Q345.14288 285.90625 345.14288 285.23438Q345.14288 283.73438 343.64288 283.73438Q342.93976 283.73438 342.51788 284.14062Q342.11163 284.54688 342.11163 285.20312L341.01788 285.20312Q341.01788 284.1875 341.75226 283.51562Q342.50226 282.84375 343.64288 282.84375Q344.846 282.84375 345.5335 283.48438Q346.221 284.125 346.221 285.26562Q346.221 285.82812 345.86163 286.34375Q345.50226 286.85938 344.87726 287.125Q345.58038 287.34375 345.95538 287.85938Q346.346 288.375 346.346 289.125Q346.346 290.26562 345.596 290.95312Q344.846 291.625 343.64288 291.625Q342.45538 291.625 341.68976 290.96875Q340.93976 290.3125 340.93976 289.25L342.0335 289.25Q342.0335 289.92188 342.471 290.32812Q342.9085 290.73438 343.6585 290.73438Q344.43976 290.73438 344.846 290.32812Q345.26788 289.90625 345.26788 289.14062Q345.26788 288.40625 344.81476 288.01562Q344.36163 287.60938 343.48663 287.59375L342.67413 287.59375L342.67413 286.70312ZM353.68976 291.5L348.096 291.5L348.096 290.71875L351.04913 287.4375Q351.70538 286.6875 351.95538 286.23438Q352.20538 285.76562 352.20538 285.26562Q352.20538 284.59375 351.79913 284.17188Q351.4085 283.73438 350.721 283.73438Q349.92413 283.73438 349.471 284.20312Q349.01788 284.65625 349.01788 285.48438L347.93976 285.48438Q347.93976 284.29688 348.68976 283.57812Q349.45538 282.84375 350.721 282.84375Q351.92413 282.84375 352.61163 283.46875Q353.29913 284.09375 353.29913 285.14062Q353.29913 286.39062 351.68976 288.14062L349.4085 290.60938L353.68976 290.60938L353.68976 291.5ZM355.00226 284.60938Q355.00226 283.84375 355.48663 283.34375Q355.98663 282.84375 356.75226 282.84375Q357.5335 282.84375 358.01788 283.34375Q358.50226 283.84375 358.50226 284.64062L358.50226 285.0625Q358.50226 285.82812 358.00226 286.32812Q357.51788 286.8125 356.76788 286.8125Q356.00226 286.8125 355.50226 286.32812Q355.00226 285.82812 355.00226 285.01562L355.00226 284.60938ZM355.81476 285.0625Q355.81476 285.51562 356.06476 285.8125Q356.33038 286.10938 356.76788 286.10938Q357.18976 286.10938 357.43976 285.82812Q357.68976 285.53125 357.68976 285.03125L357.68976 284.60938Q357.68976 284.15625 357.43976 283.85938Q357.18976 283.54688 356.75226 283.54688Q356.31476 283.54688 356.06476 283.85938Q355.81476 284.15625 355.81476 284.625L355.81476 285.0625ZM359.1585 289.40625Q359.1585 288.64062 359.64288 288.15625Q360.14288 287.65625 360.9085 287.65625Q361.67413 287.65625 362.1585 288.15625Q362.6585 288.64062 362.6585 289.45312L362.6585 289.85938Q362.6585 290.625 362.17413 291.125Q361.68976 291.625 360.92413 291.625Q360.1585 291.625 359.6585 291.14062Q359.1585 290.64062 359.1585 289.82812L359.1585 289.40625ZM359.971 289.85938Q359.971 290.32812 360.221 290.625Q360.48663 290.92188 360.92413 290.92188Q361.346 290.92188 361.596 290.64062Q361.846 290.34375 361.846 289.84375L361.846 289.40625Q361.846 288.9375 361.58038 288.65625Q361.33038 288.35938 360.9085 288.35938Q360.48663 288.35938 360.221 288.65625Q359.971 288.9375 359.971 289.4375L359.971 289.85938ZM357.01788 290.85938L356.39288 290.46875L360.56476 283.79688L361.17413 284.1875L357.01788 290.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M328.4386 323.5L322.84485 323.5L322.84485 322.71875L325.79797 319.4375Q326.45422 318.6875 326.70422 318.23438Q326.95422 317.76562 326.95422 317.26562Q326.95422 316.59375 326.54797 316.17188Q326.15735 315.73438 325.46985 315.73438Q324.67297 315.73438 324.21985 316.20312Q323.76672 316.65625 323.76672 317.48438L322.6886 317.48438Q322.6886 316.29688 323.4386 315.57812Q324.20422 314.84375 325.46985 314.84375Q326.67297 314.84375 327.36047 315.46875Q328.04797 316.09375 328.04797 317.14062Q328.04797 318.39062 326.4386 320.14062L324.15735 322.60938L328.4386 322.60938L328.4386 323.5ZM335.03235 317.1875Q335.03235 317.82812 334.6886 318.32812Q334.34485 318.82812 333.78235 319.10938Q334.4386 319.39062 334.82922 319.95312Q335.21985 320.5 335.21985 321.20312Q335.21985 322.29688 334.46985 322.96875Q333.73547 323.625 332.51672 323.625Q331.28235 323.625 330.53235 322.96875Q329.79797 322.29688 329.79797 321.20312Q329.79797 320.5 330.17297 319.95312Q330.54797 319.39062 331.21985 319.10938Q330.65735 318.82812 330.32922 318.32812Q330.0011 317.82812 330.0011 317.1875Q330.0011 316.10938 330.6886 315.48438Q331.3761 314.84375 332.51672 314.84375Q333.64172 314.84375 334.32922 315.48438Q335.03235 316.10938 335.03235 317.1875ZM334.14172 321.17188Q334.14172 320.45312 333.6886 320.01562Q333.23547 319.5625 332.5011 319.5625Q331.76672 319.5625 331.3136 320.01562Q330.8761 320.45312 330.8761 321.1875Q330.8761 321.90625 331.3136 322.32812Q331.7511 322.73438 332.51672 322.73438Q333.26672 322.73438 333.70422 322.3125Q334.14172 321.89062 334.14172 321.17188ZM332.51672 315.73438Q331.8761 315.73438 331.46985 316.14062Q331.07922 316.53125 331.07922 317.21875Q331.07922 317.85938 331.46985 318.26562Q331.86047 318.67188 332.5011 318.67188Q333.15735 318.67188 333.54797 318.26562Q333.9386 317.85938 333.9386 317.21875Q333.9386 316.5625 333.53235 316.15625Q333.1261 315.73438 332.51672 315.73438ZM336.7511 316.60938Q336.7511 315.84375 337.23547 315.34375Q337.73547 314.84375 338.5011 314.84375Q339.28235 314.84375 339.76672 315.34375Q340.2511 315.84375 340.2511 316.64062L340.2511 317.0625Q340.2511 317.82812 339.7511 318.32812Q339.26672 318.8125 338.51672 318.8125Q337.7511 318.8125 337.2511 318.32812Q336.7511 317.82812 336.7511 317.01562L336.7511 316.60938ZM337.5636 317.0625Q337.5636 317.51562 337.8136 317.8125Q338.07922 318.10938 338.51672 318.10938Q338.9386 318.10938 339.1886 317.82812Q339.4386 317.53125 339.4386 317.03125L339.4386 316.60938Q339.4386 316.15625 339.1886 315.85938Q338.9386 315.54688 338.5011 315.54688Q338.0636 315.54688 337.8136 315.85938Q337.5636 316.15625 337.5636 316.625L337.5636 317.0625ZM340.90735 321.40625Q340.90735 320.64062 341.39172 320.15625Q341.89172 319.65625 342.65735 319.65625Q343.42297 319.65625 343.90735 320.15625Q344.40735 320.64062 344.40735 321.45312L344.40735 321.85938Q344.40735 322.625 343.92297 323.125Q343.4386 323.625 342.67297 323.625Q341.90735 323.625 341.40735 323.14062Q340.90735 322.64062 340.90735 321.82812L340.90735 321.40625ZM341.71985 321.85938Q341.71985 322.32812 341.96985 322.625Q342.23547 322.92188 342.67297 322.92188Q343.09485 322.92188 343.34485 322.64062Q343.59485 322.34375 343.59485 321.84375L343.59485 321.40625Q343.59485 320.9375 343.32922 320.65625Q343.07922 320.35938 342.65735 320.35938Q342.23547 320.35938 341.96985 320.65625Q341.71985 320.9375 341.71985 321.4375L341.71985 321.85938ZM338.76672 322.85938L338.14172 322.46875L342.3136 315.79688L342.92297 316.1875L338.76672 322.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M328.4386 323.5L322.84485 323.5L322.84485 322.71875L325.79797 319.4375Q326.45422 318.6875 326.70422 318.23438Q326.95422 317.76562 326.95422 317.26562Q326.95422 316.59375 326.54797 316.17188Q326.15735 315.73438 325.46985 315.73438Q324.67297 315.73438 324.21985 316.20312Q323.76672 316.65625 323.76672 317.48438L322.6886 317.48438Q322.6886 316.29688 323.4386 315.57812Q324.20422 314.84375 325.46985 314.84375Q326.67297 314.84375 327.36047 315.46875Q328.04797 316.09375 328.04797 317.14062Q328.04797 318.39062 326.4386 320.14062L324.15735 322.60938L328.4386 322.60938L328.4386 323.5ZM335.03235 317.1875Q335.03235 317.82812 334.6886 318.32812Q334.34485 318.82812 333.78235 319.10938Q334.4386 319.39062 334.82922 319.95312Q335.21985 320.5 335.21985 321.20312Q335.21985 322.29688 334.46985 322.96875Q333.73547 323.625 332.51672 323.625Q331.28235 323.625 330.53235 322.96875Q329.79797 322.29688 329.79797 321.20312Q329.79797 320.5 330.17297 319.95312Q330.54797 319.39062 331.21985 319.10938Q330.65735 318.82812 330.32922 318.32812Q330.0011 317.82812 330.0011 317.1875Q330.0011 316.10938 330.6886 315.48438Q331.3761 314.84375 332.51672 314.84375Q333.64172 314.84375 334.32922 315.48438Q335.03235 316.10938 335.03235 317.1875ZM334.14172 321.17188Q334.14172 320.45312 333.6886 320.01562Q333.23547 319.5625 332.5011 319.5625Q331.76672 319.5625 331.3136 320.01562Q330.8761 320.45312 330.8761 321.1875Q330.8761 321.90625 331.3136 322.32812Q331.7511 322.73438 332.51672 322.73438Q333.26672 322.73438 333.70422 322.3125Q334.14172 321.89062 334.14172 321.17188ZM332.51672 315.73438Q331.8761 315.73438 331.46985 316.14062Q331.07922 316.53125 331.07922 317.21875Q331.07922 317.85938 331.46985 318.26562Q331.86047 318.67188 332.5011 318.67188Q333.15735 318.67188 333.54797 318.26562Q333.9386 317.85938 333.9386 317.21875Q333.9386 316.5625 333.53235 316.15625Q333.1261 315.73438 332.51672 315.73438ZM336.7511 316.60938Q336.7511 315.84375 337.23547 315.34375Q337.73547 314.84375 338.5011 314.84375Q339.28235 314.84375 339.76672 315.34375Q340.2511 315.84375 340.2511 316.64062L340.2511 317.0625Q340.2511 317.82812 339.7511 318.32812Q339.26672 318.8125 338.51672 318.8125Q337.7511 318.8125 337.2511 318.32812Q336.7511 317.82812 336.7511 317.01562L336.7511 316.60938ZM337.5636 317.0625Q337.5636 317.51562 337.8136 317.8125Q338.07922 318.10938 338.51672 318.10938Q338.9386 318.10938 339.1886 317.82812Q339.4386 317.53125 339.4386 317.03125L339.4386 316.60938Q339.4386 316.15625 339.1886 315.85938Q338.9386 315.54688 338.5011 315.54688Q338.0636 315.54688 337.8136 315.85938Q337.5636 316.15625 337.5636 316.625L337.5636 317.0625ZM340.90735 321.40625Q340.90735 320.64062 341.39172 320.15625Q341.89172 319.65625 342.65735 319.65625Q343.42297 319.65625 343.90735 320.15625Q344.40735 320.64062 344.40735 321.45312L344.40735 321.85938Q344.40735 322.625 343.92297 323.125Q343.4386 323.625 342.67297 323.625Q341.90735 323.625 341.40735 323.14062Q340.90735 322.64062 340.90735 321.82812L340.90735 321.40625ZM341.71985 321.85938Q341.71985 322.32812 341.96985 322.625Q342.23547 322.92188 342.67297 322.92188Q343.09485 322.92188 343.34485 322.64062Q343.59485 322.34375 343.59485 321.84375L343.59485 321.40625Q343.59485 320.9375 343.32922 320.65625Q343.07922 320.35938 342.65735 320.35938Q342.23547 320.35938 341.96985 320.65625Q341.71985 320.9375 341.71985 321.4375L341.71985 321.85938ZM338.76672 322.85938L338.14172 322.46875L342.3136 315.79688L342.92297 316.1875L338.76672 322.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M297.11743 354.5L291.52368 354.5L291.52368 353.71875L294.4768 350.4375Q295.13306 349.6875 295.38306 349.23438Q295.63306 348.76562 295.63306 348.26562Q295.63306 347.59375 295.2268 347.17188Q294.83618 346.73438 294.14868 346.73438Q293.3518 346.73438 292.89868 347.20312Q292.44556 347.65625 292.44556 348.48438L291.36743 348.48438Q291.36743 347.29688 292.11743 346.57812Q292.88306 345.84375 294.14868 345.84375Q295.3518 345.84375 296.0393 346.46875Q296.7268 347.09375 296.7268 348.14062Q296.7268 349.39062 295.11743 351.14062L292.83618 353.60938L297.11743 353.60938L297.11743 354.5ZM304.11743 354.5L298.52368 354.5L298.52368 353.71875L301.4768 350.4375Q302.13306 349.6875 302.38306 349.23438Q302.63306 348.76562 302.63306 348.26562Q302.63306 347.59375 302.2268 347.17188Q301.83618 346.73438 301.14868 346.73438Q300.3518 346.73438 299.89868 347.20312Q299.44556 347.65625 299.44556 348.48438L298.36743 348.48438Q298.36743 347.29688 299.11743 346.57812Q299.88306 345.84375 301.14868 345.84375Q302.3518 345.84375 303.0393 346.46875Q303.7268 347.09375 303.7268 348.14062Q303.7268 349.39062 302.11743 351.14062L299.83618 353.60938L304.11743 353.60938L304.11743 354.5ZM305.42993 347.60938Q305.42993 346.84375 305.9143 346.34375Q306.4143 345.84375 307.17993 345.84375Q307.96118 345.84375 308.44556 346.34375Q308.92993 346.84375 308.92993 347.64062L308.92993 348.0625Q308.92993 348.82812 308.42993 349.32812Q307.94556 349.8125 307.19556 349.8125Q306.42993 349.8125 305.92993 349.32812Q305.42993 348.82812 305.42993 348.01562L305.42993 347.60938ZM306.24243 348.0625Q306.24243 348.51562 306.49243 348.8125Q306.75806 349.10938 307.19556 349.10938Q307.61743 349.10938 307.86743 348.82812Q308.11743 348.53125 308.11743 348.03125L308.11743 347.60938Q308.11743 347.15625 307.86743 346.85938Q307.61743 346.54688 307.17993 346.54688Q306.74243 346.54688 306.49243 346.85938Q306.24243 347.15625 306.24243 347.625L306.24243 348.0625ZM309.58618 352.40625Q309.58618 351.64062 310.07056 351.15625Q310.57056 350.65625 311.33618 350.65625Q312.1018 350.65625 312.58618 351.15625Q313.08618 351.64062 313.08618 352.45312L313.08618 352.85938Q313.08618 353.625 312.6018 354.125Q312.11743 354.625 311.3518 354.625Q310.58618 354.625 310.08618 354.14062Q309.58618 353.64062 309.58618 352.82812L309.58618 352.40625ZM310.39868 352.85938Q310.39868 353.32812 310.64868 353.625Q310.9143 353.92188 311.3518 353.92188Q311.77368 353.92188 312.02368 353.64062Q312.27368 353.34375 312.27368 352.84375L312.27368 352.40625Q312.27368 351.9375 312.00806 351.65625Q311.75806 351.35938 311.33618 351.35938Q310.9143 351.35938 310.64868 351.65625Q310.39868 351.9375 310.39868 352.4375L310.39868 352.85938ZM307.44556 353.85938L306.82056 353.46875L310.99243 346.79688L311.6018 347.1875L307.44556 353.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M297.11743 354.5L291.52368 354.5L291.52368 353.71875L294.4768 350.4375Q295.13306 349.6875 295.38306 349.23438Q295.63306 348.76562 295.63306 348.26562Q295.63306 347.59375 295.2268 347.17188Q294.83618 346.73438 294.14868 346.73438Q293.3518 346.73438 292.89868 347.20312Q292.44556 347.65625 292.44556 348.48438L291.36743 348.48438Q291.36743 347.29688 292.11743 346.57812Q292.88306 345.84375 294.14868 345.84375Q295.3518 345.84375 296.0393 346.46875Q296.7268 347.09375 296.7268 348.14062Q296.7268 349.39062 295.11743 351.14062L292.83618 353.60938L297.11743 353.60938L297.11743 354.5ZM304.11743 354.5L298.52368 354.5L298.52368 353.71875L301.4768 350.4375Q302.13306 349.6875 302.38306 349.23438Q302.63306 348.76562 302.63306 348.26562Q302.63306 347.59375 302.2268 347.17188Q301.83618 346.73438 301.14868 346.73438Q300.3518 346.73438 299.89868 347.20312Q299.44556 347.65625 299.44556 348.48438L298.36743 348.48438Q298.36743 347.29688 299.11743 346.57812Q299.88306 345.84375 301.14868 345.84375Q302.3518 345.84375 303.0393 346.46875Q303.7268 347.09375 303.7268 348.14062Q303.7268 349.39062 302.11743 351.14062L299.83618 353.60938L304.11743 353.60938L304.11743 354.5ZM305.42993 347.60938Q305.42993 346.84375 305.9143 346.34375Q306.4143 345.84375 307.17993 345.84375Q307.96118 345.84375 308.44556 346.34375Q308.92993 346.84375 308.92993 347.64062L308.92993 348.0625Q308.92993 348.82812 308.42993 349.32812Q307.94556 349.8125 307.19556 349.8125Q306.42993 349.8125 305.92993 349.32812Q305.42993 348.82812 305.42993 348.01562L305.42993 347.60938ZM306.24243 348.0625Q306.24243 348.51562 306.49243 348.8125Q306.75806 349.10938 307.19556 349.10938Q307.61743 349.10938 307.86743 348.82812Q308.11743 348.53125 308.11743 348.03125L308.11743 347.60938Q308.11743 347.15625 307.86743 346.85938Q307.61743 346.54688 307.17993 346.54688Q306.74243 346.54688 306.49243 346.85938Q306.24243 347.15625 306.24243 347.625L306.24243 348.0625ZM309.58618 352.40625Q309.58618 351.64062 310.07056 351.15625Q310.57056 350.65625 311.33618 350.65625Q312.1018 350.65625 312.58618 351.15625Q313.08618 351.64062 313.08618 352.45312L313.08618 352.85938Q313.08618 353.625 312.6018 354.125Q312.11743 354.625 311.3518 354.625Q310.58618 354.625 310.08618 354.14062Q309.58618 353.64062 309.58618 352.82812L309.58618 352.40625ZM310.39868 352.85938Q310.39868 353.32812 310.64868 353.625Q310.9143 353.92188 311.3518 353.92188Q311.77368 353.92188 312.02368 353.64062Q312.27368 353.34375 312.27368 352.84375L312.27368 352.40625Q312.27368 351.9375 312.00806 351.65625Q311.75806 351.35938 311.33618 351.35938Q310.9143 351.35938 310.64868 351.65625Q310.39868 351.9375 310.39868 352.4375L310.39868 352.85938ZM307.44556 353.85938L306.82056 353.46875L310.99243 346.79688L311.6018 347.1875L307.44556 353.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.65884 386.5L277.58072 386.5L277.58072 379.28125L275.39322 380.07812L275.39322 379.09375L278.5026 377.92188L278.65884 377.92188L278.65884 386.5ZM287.28384 380.1875Q287.28384 380.82812 286.9401 381.32812Q286.59634 381.82812 286.03384 382.10938Q286.6901 382.39062 287.08072 382.95312Q287.47134 383.5 287.47134 384.20312Q287.47134 385.29688 286.72134 385.96875Q285.98697 386.625 284.76822 386.625Q283.53384 386.625 282.78384 385.96875Q282.04947 385.29688 282.04947 384.20312Q282.04947 383.5 282.42447 382.95312Q282.79947 382.39062 283.47134 382.10938Q282.90884 381.82812 282.58072 381.32812Q282.2526 380.82812 282.2526 380.1875Q282.2526 379.10938 282.9401 378.48438Q283.6276 377.84375 284.76822 377.84375Q285.89322 377.84375 286.58072 378.48438Q287.28384 379.10938 287.28384 380.1875ZM286.39322 384.17188Q286.39322 383.45312 285.9401 383.01562Q285.48697 382.5625 284.7526 382.5625Q284.01822 382.5625 283.5651 383.01562Q283.1276 383.45312 283.1276 384.1875Q283.1276 384.90625 283.5651 385.32812Q284.0026 385.73438 284.76822 385.73438Q285.51822 385.73438 285.95572 385.3125Q286.39322 384.89062 286.39322 384.17188ZM284.76822 378.73438Q284.1276 378.73438 283.72134 379.14062Q283.33072 379.53125 283.33072 380.21875Q283.33072 380.85938 283.72134 381.26562Q284.11197 381.67188 284.7526 381.67188Q285.40884 381.67188 285.79947 381.26562Q286.1901 380.85938 286.1901 380.21875Q286.1901 379.5625 285.78384 379.15625Q285.3776 378.73438 284.76822 378.73438ZM289.0026 379.60938Q289.0026 378.84375 289.48697 378.34375Q289.98697 377.84375 290.7526 377.84375Q291.53384 377.84375 292.01822 378.34375Q292.5026 378.84375 292.5026 379.64062L292.5026 380.0625Q292.5026 380.82812 292.0026 381.32812Q291.51822 381.8125 290.76822 381.8125Q290.0026 381.8125 289.5026 381.32812Q289.0026 380.82812 289.0026 380.01562L289.0026 379.60938ZM289.8151 380.0625Q289.8151 380.51562 290.0651 380.8125Q290.33072 381.10938 290.76822 381.10938Q291.1901 381.10938 291.4401 380.82812Q291.6901 380.53125 291.6901 380.03125L291.6901 379.60938Q291.6901 379.15625 291.4401 378.85938Q291.1901 378.54688 290.7526 378.54688Q290.3151 378.54688 290.0651 378.85938Q289.8151 379.15625 289.8151 379.625L289.8151 380.0625ZM293.15884 384.40625Q293.15884 383.64062 293.64322 383.15625Q294.14322 382.65625 294.90884 382.65625Q295.67447 382.65625 296.15884 383.15625Q296.65884 383.64062 296.65884 384.45312L296.65884 384.85938Q296.65884 385.625 296.17447 386.125Q295.6901 386.625 294.92447 386.625Q294.15884 386.625 293.65884 386.14062Q293.15884 385.64062 293.15884 384.82812L293.15884 384.40625ZM293.97134 384.85938Q293.97134 385.32812 294.22134 385.625Q294.48697 385.92188 294.92447 385.92188Q295.34634 385.92188 295.59634 385.64062Q295.84634 385.34375 295.84634 384.84375L295.84634 384.40625Q295.84634 383.9375 295.58072 383.65625Q295.33072 383.35938 294.90884 383.35938Q294.48697 383.35938 294.22134 383.65625Q293.97134 383.9375 293.97134 384.4375L293.97134 384.85938ZM291.01822 385.85938L290.39322 385.46875L294.5651 378.79688L295.17447 379.1875L291.01822 385.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.65884 386.5L277.58072 386.5L277.58072 379.28125L275.39322 380.07812L275.39322 379.09375L278.5026 377.92188L278.65884 377.92188L278.65884 386.5ZM287.28384 380.1875Q287.28384 380.82812 286.9401 381.32812Q286.59634 381.82812 286.03384 382.10938Q286.6901 382.39062 287.08072 382.95312Q287.47134 383.5 287.47134 384.20312Q287.47134 385.29688 286.72134 385.96875Q285.98697 386.625 284.76822 386.625Q283.53384 386.625 282.78384 385.96875Q282.04947 385.29688 282.04947 384.20312Q282.04947 383.5 282.42447 382.95312Q282.79947 382.39062 283.47134 382.10938Q282.90884 381.82812 282.58072 381.32812Q282.2526 380.82812 282.2526 380.1875Q282.2526 379.10938 282.9401 378.48438Q283.6276 377.84375 284.76822 377.84375Q285.89322 377.84375 286.58072 378.48438Q287.28384 379.10938 287.28384 380.1875ZM286.39322 384.17188Q286.39322 383.45312 285.9401 383.01562Q285.48697 382.5625 284.7526 382.5625Q284.01822 382.5625 283.5651 383.01562Q283.1276 383.45312 283.1276 384.1875Q283.1276 384.90625 283.5651 385.32812Q284.0026 385.73438 284.76822 385.73438Q285.51822 385.73438 285.95572 385.3125Q286.39322 384.89062 286.39322 384.17188ZM284.76822 378.73438Q284.1276 378.73438 283.72134 379.14062Q283.33072 379.53125 283.33072 380.21875Q283.33072 380.85938 283.72134 381.26562Q284.11197 381.67188 284.7526 381.67188Q285.40884 381.67188 285.79947 381.26562Q286.1901 380.85938 286.1901 380.21875Q286.1901 379.5625 285.78384 379.15625Q285.3776 378.73438 284.76822 378.73438ZM289.0026 379.60938Q289.0026 378.84375 289.48697 378.34375Q289.98697 377.84375 290.7526 377.84375Q291.53384 377.84375 292.01822 378.34375Q292.5026 378.84375 292.5026 379.64062L292.5026 380.0625Q292.5026 380.82812 292.0026 381.32812Q291.51822 381.8125 290.76822 381.8125Q290.0026 381.8125 289.5026 381.32812Q289.0026 380.82812 289.0026 380.01562L289.0026 379.60938ZM289.8151 380.0625Q289.8151 380.51562 290.0651 380.8125Q290.33072 381.10938 290.76822 381.10938Q291.1901 381.10938 291.4401 380.82812Q291.6901 380.53125 291.6901 380.03125L291.6901 379.60938Q291.6901 379.15625 291.4401 378.85938Q291.1901 378.54688 290.7526 378.54688Q290.3151 378.54688 290.0651 378.85938Q289.8151 379.15625 289.8151 379.625L289.8151 380.0625ZM293.15884 384.40625Q293.15884 383.64062 293.64322 383.15625Q294.14322 382.65625 294.90884 382.65625Q295.67447 382.65625 296.15884 383.15625Q296.65884 383.64062 296.65884 384.45312L296.65884 384.85938Q296.65884 385.625 296.17447 386.125Q295.6901 386.625 294.92447 386.625Q294.15884 386.625 293.65884 386.14062Q293.15884 385.64062 293.15884 384.82812L293.15884 384.40625ZM293.97134 384.85938Q293.97134 385.32812 294.22134 385.625Q294.48697 385.92188 294.92447 385.92188Q295.34634 385.92188 295.59634 385.64062Q295.84634 385.34375 295.84634 384.84375L295.84634 384.40625Q295.84634 383.9375 295.58072 383.65625Q295.33072 383.35938 294.90884 383.35938Q294.48697 383.35938 294.22134 383.65625Q293.97134 383.9375 293.97134 384.4375L293.97134 384.85938ZM291.01822 385.85938L290.39322 385.46875L294.5651 378.79688L295.17447 379.1875L291.01822 385.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.55478 418.5L271.47665 418.5L271.47665 411.28125L269.28915 412.07812L269.28915 411.09375L272.39853 409.92188L272.55478 409.92188L272.55478 418.5ZM281.5079 410.57812L277.97665 418.5L276.83603 418.5L280.35165 410.85938L275.74228 410.85938L275.74228 409.96875L281.5079 409.96875L281.5079 410.57812ZM282.89853 411.60938Q282.89853 410.84375 283.3829 410.34375Q283.8829 409.84375 284.64853 409.84375Q285.42978 409.84375 285.91415 410.34375Q286.39853 410.84375 286.39853 411.64062L286.39853 412.0625Q286.39853 412.82812 285.89853 413.32812Q285.41415 413.8125 284.66415 413.8125Q283.89853 413.8125 283.39853 413.32812Q282.89853 412.82812 282.89853 412.01562L282.89853 411.60938ZM283.71103 412.0625Q283.71103 412.51562 283.96103 412.8125Q284.22665 413.10938 284.66415 413.10938Q285.08603 413.10938 285.33603 412.82812Q285.58603 412.53125 285.58603 412.03125L285.58603 411.60938Q285.58603 411.15625 285.33603 410.85938Q285.08603 410.54688 284.64853 410.54688Q284.21103 410.54688 283.96103 410.85938Q283.71103 411.15625 283.71103 411.625L283.71103 412.0625ZM287.05478 416.40625Q287.05478 415.64062 287.53915 415.15625Q288.03915 414.65625 288.80478 414.65625Q289.5704 414.65625 290.05478 415.15625Q290.55478 415.64062 290.55478 416.45312L290.55478 416.85938Q290.55478 417.625 290.0704 418.125Q289.58603 418.625 288.8204 418.625Q288.05478 418.625 287.55478 418.14062Q287.05478 417.64062 287.05478 416.82812L287.05478 416.40625ZM287.86728 416.85938Q287.86728 417.32812 288.11728 417.625Q288.3829 417.92188 288.8204 417.92188Q289.24228 417.92188 289.49228 417.64062Q289.74228 417.34375 289.74228 416.84375L289.74228 416.40625Q289.74228 415.9375 289.47665 415.65625Q289.22665 415.35938 288.80478 415.35938Q288.3829 415.35938 288.11728 415.65625Q287.86728 415.9375 287.86728 416.4375L287.86728 416.85938ZM284.91415 417.85938L284.28915 417.46875L288.46103 410.79688L289.0704 411.1875L284.91415 417.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M272.55478 418.5L271.47665 418.5L271.47665 411.28125L269.28915 412.07812L269.28915 411.09375L272.39853 409.92188L272.55478 409.92188L272.55478 418.5ZM281.5079 410.57812L277.97665 418.5L276.83603 418.5L280.35165 410.85938L275.74228 410.85938L275.74228 409.96875L281.5079 409.96875L281.5079 410.57812ZM282.89853 411.60938Q282.89853 410.84375 283.3829 410.34375Q283.8829 409.84375 284.64853 409.84375Q285.42978 409.84375 285.91415 410.34375Q286.39853 410.84375 286.39853 411.64062L286.39853 412.0625Q286.39853 412.82812 285.89853 413.32812Q285.41415 413.8125 284.66415 413.8125Q283.89853 413.8125 283.39853 413.32812Q282.89853 412.82812 282.89853 412.01562L282.89853 411.60938ZM283.71103 412.0625Q283.71103 412.51562 283.96103 412.8125Q284.22665 413.10938 284.66415 413.10938Q285.08603 413.10938 285.33603 412.82812Q285.58603 412.53125 285.58603 412.03125L285.58603 411.60938Q285.58603 411.15625 285.33603 410.85938Q285.08603 410.54688 284.64853 410.54688Q284.21103 410.54688 283.96103 410.85938Q283.71103 411.15625 283.71103 411.625L283.71103 412.0625ZM287.05478 416.40625Q287.05478 415.64062 287.53915 415.15625Q288.03915 414.65625 288.80478 414.65625Q289.5704 414.65625 290.05478 415.15625Q290.55478 415.64062 290.55478 416.45312L290.55478 416.85938Q290.55478 417.625 290.0704 418.125Q289.58603 418.625 288.8204 418.625Q288.05478 418.625 287.55478 418.14062Q287.05478 417.64062 287.05478 416.82812L287.05478 416.40625ZM287.86728 416.85938Q287.86728 417.32812 288.11728 417.625Q288.3829 417.92188 288.8204 417.92188Q289.24228 417.92188 289.49228 417.64062Q289.74228 417.34375 289.74228 416.84375L289.74228 416.40625Q289.74228 415.9375 289.47665 415.65625Q289.22665 415.35938 288.80478 415.35938Q288.3829 415.35938 288.11728 415.65625Q287.86728 415.9375 287.86728 416.4375L287.86728 416.85938ZM284.91415 417.85938L284.28915 417.46875L288.46103 410.79688L289.0704 411.1875L284.91415 417.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.46124 450.5L237.38312 450.5L237.38312 443.28125L235.19562 444.07812L235.19562 443.09375L238.305 441.92188L238.46124 441.92188L238.46124 450.5ZM247.25812 446.85938Q247.25812 448.76562 246.60187 449.70312Q245.96124 450.625 244.57062 450.625Q243.21124 450.625 242.555 449.71875Q241.89874 448.8125 241.8675 447.0L241.8675 445.5625Q241.8675 443.67188 242.50812 442.76562Q243.16437 441.84375 244.555 441.84375Q245.93 441.84375 246.58624 442.73438Q247.2425 443.60938 247.25812 445.45312L247.25812 446.85938ZM246.16437 445.375Q246.16437 444.0 245.77374 443.375Q245.39874 442.73438 244.555 442.73438Q243.72687 442.73438 243.33624 443.375Q242.96124 444.0 242.96124 445.29688L242.96124 447.03125Q242.96124 448.40625 243.35187 449.07812Q243.75812 449.73438 244.57062 449.73438Q245.3675 449.73438 245.75812 449.10938Q246.14874 448.48438 246.16437 447.15625L246.16437 445.375ZM248.805 443.60938Q248.805 442.84375 249.28937 442.34375Q249.78937 441.84375 250.555 441.84375Q251.33624 441.84375 251.82062 442.34375Q252.305 442.84375 252.305 443.64062L252.305 444.0625Q252.305 444.82812 251.805 445.32812Q251.32062 445.8125 250.57062 445.8125Q249.805 445.8125 249.305 445.32812Q248.805 444.82812 248.805 444.01562L248.805 443.60938ZM249.6175 444.0625Q249.6175 444.51562 249.8675 444.8125Q250.13312 445.10938 250.57062 445.10938Q250.9925 445.10938 251.2425 444.82812Q251.4925 444.53125 251.4925 444.03125L251.4925 443.60938Q251.4925 443.15625 251.2425 442.85938Q250.9925 442.54688 250.555 442.54688Q250.1175 442.54688 249.8675 442.85938Q249.6175 443.15625 249.6175 443.625L249.6175 444.0625ZM252.96124 448.40625Q252.96124 447.64062 253.44562 447.15625Q253.94562 446.65625 254.71124 446.65625Q255.47687 446.65625 255.96124 447.15625Q256.46124 447.64062 256.46124 448.45312L256.46124 448.85938Q256.46124 449.625 255.97687 450.125Q255.4925 450.625 254.72687 450.625Q253.96124 450.625 253.46124 450.14062Q252.96124 449.64062 252.96124 448.82812L252.96124 448.40625ZM253.77374 448.85938Q253.77374 449.32812 254.02374 449.625Q254.28937 449.92188 254.72687 449.92188Q255.14874 449.92188 255.39874 449.64062Q255.64874 449.34375 255.64874 448.84375L255.64874 448.40625Q255.64874 447.9375 255.38312 447.65625Q255.13312 447.35938 254.71124 447.35938Q254.28937 447.35938 254.02374 447.65625Q253.77374 447.9375 253.77374 448.4375L253.77374 448.85938ZM250.82062 449.85938L250.19562 449.46875L254.3675 442.79688L254.97687 443.1875L250.82062 449.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M238.46124 450.5L237.38312 450.5L237.38312 443.28125L235.19562 444.07812L235.19562 443.09375L238.305 441.92188L238.46124 441.92188L238.46124 450.5ZM247.25812 446.85938Q247.25812 448.76562 246.60187 449.70312Q245.96124 450.625 244.57062 450.625Q243.21124 450.625 242.555 449.71875Q241.89874 448.8125 241.8675 447.0L241.8675 445.5625Q241.8675 443.67188 242.50812 442.76562Q243.16437 441.84375 244.555 441.84375Q245.93 441.84375 246.58624 442.73438Q247.2425 443.60938 247.25812 445.45312L247.25812 446.85938ZM246.16437 445.375Q246.16437 444.0 245.77374 443.375Q245.39874 442.73438 244.555 442.73438Q243.72687 442.73438 243.33624 443.375Q242.96124 444.0 242.96124 445.29688L242.96124 447.03125Q242.96124 448.40625 243.35187 449.07812Q243.75812 449.73438 244.57062 449.73438Q245.3675 449.73438 245.75812 449.10938Q246.14874 448.48438 246.16437 447.15625L246.16437 445.375ZM248.805 443.60938Q248.805 442.84375 249.28937 442.34375Q249.78937 441.84375 250.555 441.84375Q251.33624 441.84375 251.82062 442.34375Q252.305 442.84375 252.305 443.64062L252.305 444.0625Q252.305 444.82812 251.805 445.32812Q251.32062 445.8125 250.57062 445.8125Q249.805 445.8125 249.305 445.32812Q248.805 444.82812 248.805 444.01562L248.805 443.60938ZM249.6175 444.0625Q249.6175 444.51562 249.8675 444.8125Q250.13312 445.10938 250.57062 445.10938Q250.9925 445.10938 251.2425 444.82812Q251.4925 444.53125 251.4925 444.03125L251.4925 443.60938Q251.4925 443.15625 251.2425 442.85938Q250.9925 442.54688 250.555 442.54688Q250.1175 442.54688 249.8675 442.85938Q249.6175 443.15625 249.6175 443.625L249.6175 444.0625ZM252.96124 448.40625Q252.96124 447.64062 253.44562 447.15625Q253.94562 446.65625 254.71124 446.65625Q255.47687 446.65625 255.96124 447.15625Q256.46124 447.64062 256.46124 448.45312L256.46124 448.85938Q256.46124 449.625 255.97687 450.125Q255.4925 450.625 254.72687 450.625Q253.96124 450.625 253.46124 450.14062Q252.96124 449.64062 252.96124 448.82812L252.96124 448.40625ZM253.77374 448.85938Q253.77374 449.32812 254.02374 449.625Q254.28937 449.92188 254.72687 449.92188Q255.14874 449.92188 255.39874 449.64062Q255.64874 449.34375 255.64874 448.84375L255.64874 448.40625Q255.64874 447.9375 255.38312 447.65625Q255.13312 447.35938 254.71124 447.35938Q254.28937 447.35938 254.02374 447.65625Q253.77374 447.9375 253.77374 448.4375L253.77374 448.85938ZM250.82062 449.85938L250.19562 449.46875L254.3675 442.79688L254.97687 443.1875L250.82062 449.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.88057 473.57812L222.34932 481.5L221.2087 481.5L224.72432 473.85938L220.11494 473.85938L220.11494 472.96875L225.88057 472.96875L225.88057 473.57812ZM227.2712 474.60938Q227.2712 473.84375 227.75557 473.34375Q228.25557 472.84375 229.0212 472.84375Q229.80244 472.84375 230.28682 473.34375Q230.7712 473.84375 230.7712 474.64062L230.7712 475.0625Q230.7712 475.82812 230.2712 476.32812Q229.78682 476.8125 229.03682 476.8125Q228.2712 476.8125 227.7712 476.32812Q227.2712 475.82812 227.2712 475.01562L227.2712 474.60938ZM228.0837 475.0625Q228.0837 475.51562 228.3337 475.8125Q228.59932 476.10938 229.03682 476.10938Q229.4587 476.10938 229.7087 475.82812Q229.9587 475.53125 229.9587 475.03125L229.9587 474.60938Q229.9587 474.15625 229.7087 473.85938Q229.4587 473.54688 229.0212 473.54688Q228.5837 473.54688 228.3337 473.85938Q228.0837 474.15625 228.0837 474.625L228.0837 475.0625ZM231.42744 479.40625Q231.42744 478.64062 231.91182 478.15625Q232.41182 477.65625 233.17744 477.65625Q233.94307 477.65625 234.42744 478.15625Q234.92744 478.64062 234.92744 479.45312L234.92744 479.85938Q234.92744 480.625 234.44307 481.125Q233.9587 481.625 233.19307 481.625Q232.42744 481.625 231.92744 481.14062Q231.42744 480.64062 231.42744 479.82812L231.42744 479.40625ZM232.23994 479.85938Q232.23994 480.32812 232.48994 480.625Q232.75557 480.92188 233.19307 480.92188Q233.61494 480.92188 233.86494 480.64062Q234.11494 480.34375 234.11494 479.84375L234.11494 479.40625Q234.11494 478.9375 233.84932 478.65625Q233.59932 478.35938 233.17744 478.35938Q232.75557 478.35938 232.48994 478.65625Q232.23994 478.9375 232.23994 479.4375L232.23994 479.85938ZM229.28682 480.85938L228.66182 480.46875L232.8337 473.79688L233.44307 474.1875L229.28682 480.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M225.88057 473.57812L222.34932 481.5L221.2087 481.5L224.72432 473.85938L220.11494 473.85938L220.11494 472.96875L225.88057 472.96875L225.88057 473.57812ZM227.2712 474.60938Q227.2712 473.84375 227.75557 473.34375Q228.25557 472.84375 229.0212 472.84375Q229.80244 472.84375 230.28682 473.34375Q230.7712 473.84375 230.7712 474.64062L230.7712 475.0625Q230.7712 475.82812 230.2712 476.32812Q229.78682 476.8125 229.03682 476.8125Q228.2712 476.8125 227.7712 476.32812Q227.2712 475.82812 227.2712 475.01562L227.2712 474.60938ZM228.0837 475.0625Q228.0837 475.51562 228.3337 475.8125Q228.59932 476.10938 229.03682 476.10938Q229.4587 476.10938 229.7087 475.82812Q229.9587 475.53125 229.9587 475.03125L229.9587 474.60938Q229.9587 474.15625 229.7087 473.85938Q229.4587 473.54688 229.0212 473.54688Q228.5837 473.54688 228.3337 473.85938Q228.0837 474.15625 228.0837 474.625L228.0837 475.0625ZM231.42744 479.40625Q231.42744 478.64062 231.91182 478.15625Q232.41182 477.65625 233.17744 477.65625Q233.94307 477.65625 234.42744 478.15625Q234.92744 478.64062 234.92744 479.45312L234.92744 479.85938Q234.92744 480.625 234.44307 481.125Q233.9587 481.625 233.19307 481.625Q232.42744 481.625 231.92744 481.14062Q231.42744 480.64062 231.42744 479.82812L231.42744 479.40625ZM232.23994 479.85938Q232.23994 480.32812 232.48994 480.625Q232.75557 480.92188 233.19307 480.92188Q233.61494 480.92188 233.86494 480.64062Q234.11494 480.34375 234.11494 479.84375L234.11494 479.40625Q234.11494 478.9375 233.84932 478.65625Q233.59932 478.35938 233.17744 478.35938Q232.75557 478.35938 232.48994 478.65625Q232.23994 478.9375 232.23994 479.4375L232.23994 479.85938ZM229.28682 480.85938L228.66182 480.46875L232.8337 473.79688L233.44307 474.1875L229.28682 480.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M210.77359 510.64062L211.96109 510.64062L211.96109 511.51562L210.77359 511.51562L210.77359 513.5L209.69547 513.5L209.69547 511.51562L205.80484 511.51562L205.80484 510.875L209.61734 504.96875L210.77359 504.96875L210.77359 510.64062ZM207.03922 510.64062L209.69547 510.64062L209.69547 506.45312L209.55484 506.6875L207.03922 510.64062ZM213.10172 506.60938Q213.10172 505.84375 213.58609 505.34375Q214.08609 504.84375 214.85172 504.84375Q215.63297 504.84375 216.11734 505.34375Q216.60172 505.84375 216.60172 506.64062L216.60172 507.0625Q216.60172 507.82812 216.10172 508.32812Q215.61734 508.8125 214.86734 508.8125Q214.10172 508.8125 213.60172 508.32812Q213.10172 507.82812 213.10172 507.01562L213.10172 506.60938ZM213.91422 507.0625Q213.91422 507.51562 214.16422 507.8125Q214.42984 508.10938 214.86734 508.10938Q215.28922 508.10938 215.53922 507.82812Q215.78922 507.53125 215.78922 507.03125L215.78922 506.60938Q215.78922 506.15625 215.53922 505.85938Q215.28922 505.54688 214.85172 505.54688Q214.41422 505.54688 214.16422 505.85938Q213.91422 506.15625 213.91422 506.625L213.91422 507.0625ZM217.25797 511.40625Q217.25797 510.64062 217.74234 510.15625Q218.24234 509.65625 219.00797 509.65625Q219.77359 509.65625 220.25797 510.15625Q220.75797 510.64062 220.75797 511.45312L220.75797 511.85938Q220.75797 512.625 220.27359 513.125Q219.78922 513.625 219.02359 513.625Q218.25797 513.625 217.75797 513.1406Q217.25797 512.6406 217.25797 511.82812L217.25797 511.40625ZM218.07047 511.85938Q218.07047 512.3281 218.32047 512.625Q218.58609 512.9219 219.02359 512.9219Q219.44547 512.9219 219.69547 512.6406Q219.94547 512.34375 219.94547 511.84375L219.94547 511.40625Q219.94547 510.9375 219.67984 510.65625Q219.42984 510.35938 219.00797 510.35938Q218.58609 510.35938 218.32047 510.65625Q218.07047 510.9375 218.07047 511.4375L218.07047 511.85938ZM215.11734 512.8594L214.49234 512.46875L218.66422 505.79688L219.27359 506.1875L215.11734 512.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M210.77359 510.64062L211.96109 510.64062L211.96109 511.51562L210.77359 511.51562L210.77359 513.5L209.69547 513.5L209.69547 511.51562L205.80484 511.51562L205.80484 510.875L209.61734 504.96875L210.77359 504.96875L210.77359 510.64062ZM207.03922 510.64062L209.69547 510.64062L209.69547 506.45312L209.55484 506.6875L207.03922 510.64062ZM213.10172 506.60938Q213.10172 505.84375 213.58609 505.34375Q214.08609 504.84375 214.85172 504.84375Q215.63297 504.84375 216.11734 505.34375Q216.60172 505.84375 216.60172 506.64062L216.60172 507.0625Q216.60172 507.82812 216.10172 508.32812Q215.61734 508.8125 214.86734 508.8125Q214.10172 508.8125 213.60172 508.32812Q213.10172 507.82812 213.10172 507.01562L213.10172 506.60938ZM213.91422 507.0625Q213.91422 507.51562 214.16422 507.8125Q214.42984 508.10938 214.86734 508.10938Q215.28922 508.10938 215.53922 507.82812Q215.78922 507.53125 215.78922 507.03125L215.78922 506.60938Q215.78922 506.15625 215.53922 505.85938Q215.28922 505.54688 214.85172 505.54688Q214.41422 505.54688 214.16422 505.85938Q213.91422 506.15625 213.91422 506.625L213.91422 507.0625ZM217.25797 511.40625Q217.25797 510.64062 217.74234 510.15625Q218.24234 509.65625 219.00797 509.65625Q219.77359 509.65625 220.25797 510.15625Q220.75797 510.64062 220.75797 511.45312L220.75797 511.85938Q220.75797 512.625 220.27359 513.125Q219.78922 513.625 219.02359 513.625Q218.25797 513.625 217.75797 513.1406Q217.25797 512.6406 217.25797 511.82812L217.25797 511.40625ZM218.07047 511.85938Q218.07047 512.3281 218.32047 512.625Q218.58609 512.9219 219.02359 512.9219Q219.44547 512.9219 219.69547 512.6406Q219.94547 512.34375 219.94547 511.84375L219.94547 511.40625Q219.94547 510.9375 219.67984 510.65625Q219.42984 510.35938 219.00797 510.35938Q218.58609 510.35938 218.32047 510.65625Q218.07047 510.9375 218.07047 511.4375L218.07047 511.85938ZM215.11734 512.8594L214.49234 512.46875L218.66422 505.79688L219.27359 506.1875L215.11734 512.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M217.59709 567.9489Q217.59709 567.1833 218.08147 566.6833Q218.58147 566.1833 219.34709 566.1833Q220.12834 566.1833 220.61272 566.6833Q221.09709 567.1833 221.09709 567.98016L221.09709 568.40204Q221.09709 569.16766 220.59709 569.66766Q220.11272 570.15204 219.36272 570.15204Q218.59709 570.15204 218.09709 569.66766Q217.59709 569.16766 217.59709 568.35516L217.59709 567.9489ZM218.40959 568.40204Q218.40959 568.85516 218.65959 569.15204Q218.92522 569.4489 219.36272 569.4489Q219.78459 569.4489 220.03459 569.16766Q220.28459 568.8708 220.28459 568.3708L220.28459 567.9489Q220.28459 567.4958 220.03459 567.1989Q219.78459 566.8864 219.34709 566.8864Q218.90959 566.8864 218.65959 567.1989Q218.40959 567.4958 218.40959 567.96454L218.40959 568.40204ZM221.75334 572.7458Q221.75334 571.98016 222.23772 571.4958Q222.73772 570.9958 223.50334 570.9958Q224.26897 570.9958 224.75334 571.4958Q225.25334 571.98016 225.25334 572.79266L225.25334 573.1989Q225.25334 573.96454 224.76897 574.46454Q224.28459 574.96454 223.51897 574.96454Q222.75334 574.96454 222.25334 574.48016Q221.75334 573.98016 221.75334 573.16766L221.75334 572.7458ZM222.56584 573.1989Q222.56584 573.66766 222.81584 573.96454Q223.08147 574.2614 223.51897 574.2614Q223.94084 574.2614 224.19084 573.98016Q224.44084 573.6833 224.44084 573.1833L224.44084 572.7458Q224.44084 572.27704 224.17522 571.9958Q223.92522 571.6989 223.50334 571.6989Q223.08147 571.6989 222.81584 571.9958Q222.56584 572.27704 222.56584 572.77704L222.56584 573.1989ZM219.61272 574.1989L218.98772 573.8083L223.15959 567.1364L223.76897 567.52704L219.61272 574.1989ZM229.51897 571.60516Q229.51897 570.6833 229.87834 569.9333Q230.25334 569.1833 230.90959 568.79266Q231.56584 568.3864 232.39397 568.3864Q233.69084 568.3864 234.48772 569.27704Q235.30022 570.16766 235.30022 571.66766L235.30022 571.7458Q235.30022 572.66766 234.94084 573.40204Q234.58147 574.1364 233.92522 574.5583Q233.26897 574.96454 232.40959 574.96454Q231.12834 574.96454 230.31584 574.0739Q229.51897 573.16766 229.51897 571.6833L229.51897 571.60516ZM230.61272 571.7458Q230.61272 572.79266 231.09709 573.4333Q231.59709 574.0739 232.40959 574.0739Q233.23772 574.0739 233.72209 573.4333Q234.20647 572.77704 234.20647 571.60516Q234.20647 570.5739 233.70647 569.9333Q233.22209 569.27704 232.39397 569.27704Q231.59709 569.27704 231.09709 569.91766Q230.61272 570.54266 230.61272 571.7458ZM237.34709 574.83954L237.34709 569.33954L236.34709 569.33954L236.34709 568.4958L237.34709 568.4958L237.34709 567.85516Q237.34709 566.8239 237.87834 566.27704Q238.42522 565.71454 239.42522 565.71454Q239.80022 565.71454 240.17522 565.8083L240.11272 566.6989Q239.83147 566.6364 239.53459 566.6364Q239.00334 566.6364 238.70647 566.9489Q238.42522 567.2614 238.42522 567.8239L238.42522 568.4958L239.78459 568.4958L239.78459 569.33954L238.42522 569.33954L238.42522 574.83954L237.34709 574.83954ZM246.87834 569.46454Q246.62834 569.4333 246.34709 569.4333Q245.26897 569.4333 244.89397 570.33954L244.89397 574.83954L243.81584 574.83954L243.81584 568.4958L244.86272 568.4958L244.87834 569.23016Q245.40959 568.3864 246.39397 568.3864Q246.70647 568.3864 246.87834 568.46454L246.87834 569.46454ZM250.44084 574.96454Q249.14397 574.96454 248.33147 574.1208Q247.53459 573.2614 247.53459 571.83954L247.53459 571.65204Q247.53459 570.6989 247.89397 569.96454Q248.25334 569.21454 248.89397 568.8083Q249.55022 568.3864 250.30022 568.3864Q251.53459 568.3864 252.22209 569.1989Q252.90959 570.0114 252.90959 571.52704L252.90959 571.98016L248.61272 571.98016Q248.64397 572.91766 249.15959 573.4958Q249.69084 574.0739 250.50334 574.0739Q251.06584 574.0739 251.45647 573.83954Q251.86272 573.60516 252.17522 573.21454L252.83147 573.73016Q252.03459 574.96454 250.44084 574.96454ZM250.30022 569.27704Q249.64397 569.27704 249.19084 569.7614Q248.75334 570.23016 248.65959 571.08954L251.83147 571.08954L251.83147 571.0114Q251.78459 570.1833 251.37834 569.73016Q250.98772 569.27704 250.30022 569.27704ZM257.50336 573.15204Q257.50336 572.71454 257.1596 572.48016Q256.83148 572.23016 256.00336 572.0583Q255.19084 571.8864 254.70647 571.6364Q254.22209 571.3864 253.98772 571.0583Q253.76897 570.71454 253.76897 570.2458Q253.76897 569.46454 254.42522 568.9333Q255.08147 568.3864 256.11273 568.3864Q257.19086 568.3864 257.8471 568.9489Q258.51898 569.4958 258.51898 570.35516L257.44086 570.35516Q257.44086 569.91766 257.05023 569.60516Q256.67523 569.27704 256.11273 569.27704Q255.51897 569.27704 255.17522 569.54266Q254.84709 569.79266 254.84709 570.1989Q254.84709 570.58954 255.15959 570.79266Q255.47209 570.9958 256.2846 571.1833Q257.0971 571.35516 257.5971 571.60516Q258.0971 571.85516 258.33148 572.21454Q258.58148 572.5739 258.58148 573.0739Q258.58148 573.9333 257.89398 574.4489Q257.2221 574.96454 256.14398 574.96454Q255.37834 574.96454 254.78459 574.6989Q254.20647 574.41766 253.87834 573.9333Q253.55022 573.4489 253.55022 572.8864L254.62834 572.8864Q254.65959 573.4333 255.06584 573.7614Q255.47209 574.0739 256.14398 574.0739Q256.75336 574.0739 257.12836 573.8239Q257.50336 573.5739 257.50336 573.15204ZM265.1596 571.7458Q265.1596 573.1833 264.50336 574.0739Q263.8471 574.96454 262.70648 574.96454Q261.55023 574.96454 260.89398 574.23016L260.89398 577.27704L259.81586 577.27704L259.81586 568.4958L260.80023 568.4958L260.8471 569.1989Q261.51898 568.3864 262.69086 568.3864Q263.83148 568.3864 264.48773 569.2458Q265.1596 570.10516 265.1596 571.6364L265.1596 571.7458ZM264.08148 571.6208Q264.08148 570.54266 263.61273 569.9333Q263.1596 569.3083 262.36273 569.3083Q261.37836 569.3083 260.89398 570.16766L260.89398 573.1989Q261.37836 574.0739 262.37836 574.0739Q263.1596 574.0739 263.61273 573.46454Q264.08148 572.83954 264.08148 571.6208ZM266.51898 571.60516Q266.51898 570.6833 266.87836 569.9333Q267.25336 569.1833 267.9096 568.79266Q268.56586 568.3864 269.39398 568.3864Q270.69086 568.3864 271.48773 569.27704Q272.30023 570.16766 272.30023 571.66766L272.30023 571.7458Q272.30023 572.66766 271.94086 573.40204Q271.58148 574.1364 270.92523 574.5583Q270.26898 574.96454 269.4096 574.96454Q268.12836 574.96454 267.31586 574.0739Q266.51898 573.16766 266.51898 571.6833L266.51898 571.60516ZM267.61273 571.7458Q267.61273 572.79266 268.0971 573.4333Q268.5971 574.0739 269.4096 574.0739Q270.23773 574.0739 270.7221 573.4333Q271.20648 572.77704 271.20648 571.60516Q271.20648 570.5739 270.70648 569.9333Q270.2221 569.27704 269.39398 569.27704Q268.5971 569.27704 268.0971 569.91766Q267.61273 570.54266 267.61273 571.7458ZM274.83148 568.4958L274.86273 569.29266Q275.5971 568.3864 276.76898 568.3864Q278.7846 568.3864 278.80023 570.65204L278.80023 574.83954L277.70648 574.83954L277.70648 570.6364Q277.70648 569.96454 277.39398 569.6364Q277.0971 569.3083 276.44086 569.3083Q275.9096 569.3083 275.50336 569.58954Q275.11273 569.8708 274.89398 570.3239L274.89398 574.83954L273.81586 574.83954L273.81586 568.4958L274.83148 568.4958ZM280.55023 571.6208Q280.55023 570.15204 281.23773 569.27704Q281.92523 568.3864 283.05023 568.3864Q284.1596 568.3864 284.81586 569.1364L284.81586 565.83954L285.89398 565.83954L285.89398 574.83954L284.89398 574.83954L284.8471 574.15204Q284.19086 574.96454 283.0346 574.96454Q281.94086 574.96454 281.23773 574.0583Q280.55023 573.15204 280.55023 571.6989L280.55023 571.6208ZM281.62836 571.7458Q281.62836 572.8239 282.06586 573.4333Q282.51898 574.04266 283.30023 574.04266Q284.33148 574.04266 284.81586 573.10516L284.81586 570.1989Q284.33148 569.3083 283.31586 569.3083Q282.51898 569.3083 282.06586 569.91766Q281.62836 570.52704 281.62836 571.7458ZM290.44086 574.96454Q289.14398 574.96454 288.33148 574.1208Q287.5346 573.2614 287.5346 571.83954L287.5346 571.65204Q287.5346 570.6989 287.89398 569.96454Q288.25336 569.21454 288.89398 568.8083Q289.55023 568.3864 290.30023 568.3864Q291.5346 568.3864 292.2221 569.1989Q292.9096 570.0114 292.9096 571.52704L292.9096 571.98016L288.61273 571.98016Q288.64398 572.91766 289.1596 573.4958Q289.69086 574.0739 290.50336 574.0739Q291.06586 574.0739 291.45648 573.83954Q291.86273 573.60516 292.17523 573.21454L292.83148 573.73016Q292.0346 574.96454 290.44086 574.96454ZM290.30023 569.27704Q289.64398 569.27704 289.19086 569.7614Q288.75336 570.23016 288.6596 571.08954L291.83148 571.08954L291.83148 571.0114Q291.7846 570.1833 291.37836 569.73016Q290.98773 569.27704 290.30023 569.27704ZM294.83148 568.4958L294.86273 569.29266Q295.5971 568.3864 296.76898 568.3864Q298.7846 568.3864 298.80023 570.65204L298.80023 574.83954L297.70648 574.83954L297.70648 570.6364Q297.70648 569.96454 297.39398 569.6364Q297.0971 569.3083 296.44086 569.3083Q295.9096 569.3083 295.50336 569.58954Q295.11273 569.8708 294.89398 570.3239L294.89398 574.83954L293.81586 574.83954L293.81586 568.4958L294.83148 568.4958ZM302.2846 566.96454L302.2846 568.4958L303.45648 568.4958L303.45648 569.33954L302.2846 569.33954L302.2846 573.2614Q302.2846 573.65204 302.44086 573.83954Q302.5971 574.02704 302.9721 574.02704Q303.1596 574.02704 303.48773 573.96454L303.48773 574.83954Q303.06586 574.96454 302.6596 574.96454Q301.94086 574.96454 301.56586 574.52704Q301.19086 574.0739 301.19086 573.2614L301.19086 569.33954L300.0346 569.33954L300.0346 568.4958L301.19086 568.4958L301.19086 566.96454L302.2846 566.96454ZM308.50336 573.15204Q308.50336 572.71454 308.1596 572.48016Q307.83148 572.23016 307.00336 572.0583Q306.19086 571.8864 305.70648 571.6364Q305.2221 571.3864 304.98773 571.0583Q304.76898 570.71454 304.76898 570.2458Q304.76898 569.46454 305.42523 568.9333Q306.08148 568.3864 307.11273 568.3864Q308.19086 568.3864 308.8471 568.9489Q309.51898 569.4958 309.51898 570.35516L308.44086 570.35516Q308.44086 569.91766 308.05023 569.60516Q307.67523 569.27704 307.11273 569.27704Q306.51898 569.27704 306.17523 569.54266Q305.8471 569.79266 305.8471 570.1989Q305.8471 570.58954 306.1596 570.79266Q306.4721 570.9958 307.2846 571.1833Q308.0971 571.35516 308.5971 571.60516Q309.0971 571.85516 309.33148 572.21454Q309.58148 572.5739 309.58148 573.0739Q309.58148 573.9333 308.89398 574.4489Q308.2221 574.96454 307.14398 574.96454Q306.37836 574.96454 305.7846 574.6989Q305.20648 574.41766 304.87836 573.9333Q304.55023 573.4489 304.55023 572.8864L305.62836 572.8864Q305.6596 573.4333 306.06586 573.7614Q306.4721 574.0739 307.14398 574.0739Q307.75336 574.0739 308.12836 573.8239Q308.50336 573.5739 308.50336 573.15204ZM319.42523 573.33954L320.64398 568.4958L321.7221 568.4958L319.87836 574.83954L319.00336 574.83954L317.45648 570.02704L315.95648 574.83954L315.08148 574.83954L313.23773 568.4958L314.31586 568.4958L315.56586 573.2458L317.05023 568.4958L317.9096 568.4958L319.42523 573.33954ZM323.89398 569.2614Q324.61273 568.3864 325.76898 568.3864Q327.7846 568.3864 327.80023 570.65204L327.80023 574.83954L326.70648 574.83954L326.70648 570.6364Q326.70648 569.96454 326.39398 569.6364Q326.0971 569.3083 325.44086 569.3083Q324.9096 569.3083 324.50336 569.58954Q324.11273 569.8708 323.89398 570.3239L323.89398 574.83954L322.81586 574.83954L322.81586 565.83954L323.89398 565.83954L323.89398 569.2614ZM329.51898 571.60516Q329.51898 570.6833 329.87836 569.9333Q330.25336 569.1833 330.9096 568.79266Q331.56586 568.3864 332.39398 568.3864Q333.69086 568.3864 334.48773 569.27704Q335.30023 570.16766 335.30023 571.66766L335.30023 571.7458Q335.30023 572.66766 334.94086 573.40204Q334.58148 574.1364 333.92523 574.5583Q333.26898 574.96454 332.4096 574.96454Q331.12836 574.96454 330.31586 574.0739Q329.51898 573.16766 329.51898 571.6833L329.51898 571.60516ZM330.61273 571.7458Q330.61273 572.79266 331.0971 573.4333Q331.5971 574.0739 332.4096 574.0739Q333.23773 574.0739 333.7221 573.4333Q334.20648 572.77704 334.20648 571.60516Q334.20648 570.5739 333.70648 569.9333Q333.2221 569.27704 332.39398 569.27704Q331.5971 569.27704 331.0971 569.91766Q330.61273 570.54266 330.61273 571.7458ZM343.7221 574.21454Q343.0971 574.96454 341.86273 574.96454Q340.8471 574.96454 340.31586 574.3708Q339.7846 573.77704 339.7846 572.6208L339.7846 568.4958L340.86273 568.4958L340.86273 572.58954Q340.86273 574.04266 342.0346 574.04266Q343.2846 574.04266 343.69086 573.10516L343.69086 568.4958L344.7846 568.4958L344.7846 574.83954L343.75336 574.83954L343.7221 574.21454ZM350.50336 573.15204Q350.50336 572.71454 350.1596 572.48016Q349.83148 572.23016 349.00336 572.0583Q348.19086 571.8864 347.70648 571.6364Q347.2221 571.3864 346.98773 571.0583Q346.76898 570.71454 346.76898 570.2458Q346.76898 569.46454 347.42523 568.9333Q348.08148 568.3864 349.11273 568.3864Q350.19086 568.3864 350.8471 568.9489Q351.51898 569.4958 351.51898 570.35516L350.44086 570.35516Q350.44086 569.91766 350.05023 569.60516Q349.67523 569.27704 349.11273 569.27704Q348.51898 569.27704 348.17523 569.54266Q347.8471 569.79266 347.8471 570.1989Q347.8471 570.58954 348.1596 570.79266Q348.4721 570.9958 349.2846 571.1833Q350.0971 571.35516 350.5971 571.60516Q351.0971 571.85516 351.33148 572.21454Q351.58148 572.5739 351.58148 573.0739Q351.58148 573.9333 350.89398 574.4489Q350.2221 574.96454 349.14398 574.96454Q348.37836 574.96454 347.7846 574.6989Q347.20648 574.41766 346.87836 573.9333Q346.55023 573.4489 346.55023 572.8864L347.62836 572.8864Q347.6596 573.4333 348.06586 573.7614Q348.4721 574.0739 349.14398 574.0739Q349.75336 574.0739 350.12836 573.8239Q350.50336 573.5739 350.50336 573.15204ZM355.44086 574.96454Q354.14398 574.96454 353.33148 574.1208Q352.5346 573.2614 352.5346 571.83954L352.5346 571.65204Q352.5346 570.6989 352.89398 569.96454Q353.25336 569.21454 353.89398 568.8083Q354.55023 568.3864 355.30023 568.3864Q356.5346 568.3864 357.2221 569.1989Q357.9096 570.0114 357.9096 571.52704L357.9096 571.98016L353.61273 571.98016Q353.64398 572.91766 354.1596 573.4958Q354.69086 574.0739 355.50336 574.0739Q356.06586 574.0739 356.45648 573.83954Q356.86273 573.60516 357.17523 573.21454L357.83148 573.73016Q357.0346 574.96454 355.44086 574.96454ZM355.30023 569.27704Q354.64398 569.27704 354.19086 569.7614Q353.75336 570.23016 353.6596 571.08954L356.83148 571.08954L356.83148 571.0114Q356.7846 570.1833 356.37836 569.73016Q355.98773 569.27704 355.30023 569.27704ZM363.2846 566.96454L363.2846 568.4958L364.45648 568.4958L364.45648 569.33954L363.2846 569.33954L363.2846 573.2614Q363.2846 573.65204 363.44086 573.83954Q363.5971 574.02704 363.9721 574.02704Q364.1596 574.02704 364.48773 573.96454L364.48773 574.83954Q364.06586 574.96454 363.6596 574.96454Q362.94086 574.96454 362.56586 574.52704Q362.19086 574.0739 362.19086 573.2614L362.19086 569.33954L361.0346 569.33954L361.0346 568.4958L362.19086 568.4958L362.19086 566.96454L363.2846 566.96454ZM366.89398 569.2614Q367.61273 568.3864 368.76898 568.3864Q370.7846 568.3864 370.80023 570.65204L370.80023 574.83954L369.70648 574.83954L369.70648 570.6364Q369.70648 569.96454 369.39398 569.6364Q369.0971 569.3083 368.44086 569.3083Q367.9096 569.3083 367.50336 569.58954Q367.11273 569.8708 366.89398 570.3239L366.89398 574.83954L365.81586 574.83954L365.81586 565.83954L366.89398 565.83954L366.89398 569.2614ZM375.44086 574.96454Q374.14398 574.96454 373.33148 574.1208Q372.5346 573.2614 372.5346 571.83954L372.5346 571.65204Q372.5346 570.6989 372.89398 569.96454Q373.25336 569.21454 373.89398 568.8083Q374.55023 568.3864 375.30023 568.3864Q376.5346 568.3864 377.2221 569.1989Q377.9096 570.0114 377.9096 571.52704L377.9096 571.98016L373.61273 571.98016Q373.64398 572.91766 374.1596 573.4958Q374.69086 574.0739 375.50336 574.0739Q376.06586 574.0739 376.45648 573.83954Q376.86273 573.60516 377.17523 573.21454L377.83148 573.73016Q377.0346 574.96454 375.44086 574.96454ZM375.30023 569.27704Q374.64398 569.27704 374.19086 569.7614Q373.75336 570.23016 373.6596 571.08954L376.83148 571.08954L376.83148 571.0114Q376.7846 570.1833 376.37836 569.73016Q375.98773 569.27704 375.30023 569.27704ZM381.55023 571.6208Q381.55023 570.1364 382.23773 569.2614Q382.92523 568.3864 384.05023 568.3864Q385.20648 568.3864 385.86273 569.1989L385.9096 568.4958L386.9096 568.4958L386.9096 574.6833Q386.9096 575.91766 386.17523 576.6208Q385.44086 577.33954 384.2221 577.33954Q383.5346 577.33954 382.87836 577.04266Q382.2221 576.7458 381.87836 576.2458L382.44086 575.58954Q383.12836 576.4489 384.14398 576.4489Q384.92523 576.4489 385.36273 575.9958Q385.81586 575.5583 385.81586 574.7458L385.81586 574.1989Q385.1596 574.96454 384.0346 574.96454Q382.92523 574.96454 382.23773 574.0739Q381.55023 573.16766 381.55023 571.6208ZM382.64398 571.7458Q382.64398 572.8083 383.08148 573.4333Q383.51898 574.04266 384.31586 574.04266Q385.33148 574.04266 385.81586 573.10516L385.81586 570.21454Q385.31586 569.3083 384.31586 569.3083Q383.5346 569.3083 383.08148 569.91766Q382.64398 570.52704 382.64398 571.7458ZM389.98773 574.83954L388.9096 574.83954L388.9096 568.4958L389.98773 568.4958L389.98773 574.83954ZM388.81586 566.8239Q388.81586 566.5583 388.9721 566.3708Q389.14398 566.1833 389.45648 566.1833Q389.76898 566.1833 389.92523 566.3708Q390.0971 566.5583 390.0971 566.8239Q390.0971 567.0739 389.92523 567.2614Q389.76898 567.4333 389.45648 567.4333Q389.14398 567.4333 388.9721 567.2614Q388.81586 567.0739 388.81586 566.8239ZM393.89398 573.3708L395.4721 568.4958L396.58148 568.4958L394.30023 574.83954L393.4721 574.83954L391.17523 568.4958L392.2846 568.4958L393.89398 573.3708ZM400.44086 574.96454Q399.14398 574.96454 398.33148 574.1208Q397.5346 573.2614 397.5346 571.83954L397.5346 571.65204Q397.5346 570.6989 397.89398 569.96454Q398.25336 569.21454 398.89398 568.8083Q399.55023 568.3864 400.30023 568.3864Q401.5346 568.3864 402.2221 569.1989Q402.9096 570.0114 402.9096 571.52704L402.9096 571.98016L398.61273 571.98016Q398.64398 572.91766 399.1596 573.4958Q399.69086 574.0739 400.50336 574.0739Q401.06586 574.0739 401.45648 573.83954Q401.86273 573.60516 402.17523 573.21454L402.83148 573.73016Q402.0346 574.96454 400.44086 574.96454ZM400.30023 569.27704Q399.64398 569.27704 399.19086 569.7614Q398.75336 570.23016 398.6596 571.08954L401.83148 571.08954L401.83148 571.0114Q401.7846 570.1833 401.37836 569.73016Q400.98773 569.27704 400.30023 569.27704ZM404.83148 568.4958L404.86273 569.29266Q405.5971 568.3864 406.76898 568.3864Q408.7846 568.3864 408.80023 570.65204L408.80023 574.83954L407.70648 574.83954L407.70648 570.6364Q407.70648 569.96454 407.39398 569.6364Q407.0971 569.3083 406.44086 569.3083Q405.9096 569.3083 405.50336 569.58954Q405.11273 569.8708 404.89398 570.3239L404.89398 574.83954L403.81586 574.83954L403.81586 568.4958L404.83148 568.4958ZM416.3471 574.0739Q416.92523 574.0739 417.36273 573.73016Q417.80023 573.3708 417.8471 572.83954L418.87836 572.83954Q418.8471 573.3864 418.48773 573.8864Q418.14398 574.3708 417.56586 574.66766Q417.00336 574.96454 416.3471 574.96454Q415.05023 574.96454 414.2846 574.10516Q413.5346 573.23016 413.5346 571.73016L413.5346 571.54266Q413.5346 570.6208 413.86273 569.90204Q414.20648 569.1833 414.83148 568.79266Q415.4721 568.3864 416.3471 568.3864Q417.4096 568.3864 418.11273 569.02704Q418.83148 569.65204 418.87836 570.6833L417.8471 570.6833Q417.80023 570.0583 417.37836 569.66766Q416.95648 569.27704 416.3471 569.27704Q415.51898 569.27704 415.06586 569.8708Q414.61273 570.46454 414.61273 571.58954L414.61273 571.79266Q414.61273 572.8864 415.06586 573.48016Q415.51898 574.0739 416.3471 574.0739ZM420.98773 574.83954L419.9096 574.83954L419.9096 565.83954L420.98773 565.83954L420.98773 574.83954ZM422.51898 571.60516Q422.51898 570.6833 422.87836 569.9333Q423.25336 569.1833 423.9096 568.79266Q424.56586 568.3864 425.39398 568.3864Q426.69086 568.3864 427.48773 569.27704Q428.30023 570.16766 428.30023 571.66766L428.30023 571.7458Q428.30023 572.66766 427.94086 573.40204Q427.58148 574.1364 426.92523 574.5583Q426.26898 574.96454 425.4096 574.96454Q424.12836 574.96454 423.31586 574.0739Q422.51898 573.16766 422.51898 571.6833L422.51898 571.60516ZM423.61273 571.7458Q423.61273 572.79266 424.0971 573.4333Q424.5971 574.0739 425.4096 574.0739Q426.23773 574.0739 426.7221 573.4333Q427.20648 572.77704 427.20648 571.60516Q427.20648 570.5739 426.70648 569.9333Q426.2221 569.27704 425.39398 569.27704Q424.5971 569.27704 424.0971 569.91766Q423.61273 570.54266 423.61273 571.7458ZM433.7221 574.21454Q433.0971 574.96454 431.86273 574.96454Q430.8471 574.96454 430.31586 574.3708Q429.7846 573.77704 429.7846 572.6208L429.7846 568.4958L430.86273 568.4958L430.86273 572.58954Q430.86273 574.04266 432.0346 574.04266Q433.2846 574.04266 433.69086 573.10516L433.69086 568.4958L434.7846 568.4958L434.7846 574.83954L433.75336 574.83954L433.7221 574.21454ZM436.55023 571.6208Q436.55023 570.15204 437.23773 569.27704Q437.92523 568.3864 439.05023 568.3864Q440.1596 568.3864 440.81586 569.1364L440.81586 565.83954L441.89398 565.83954L441.89398 574.83954L440.89398 574.83954L440.8471 574.15204Q440.19086 574.96454 439.0346 574.96454Q437.94086 574.96454 437.23773 574.0583Q436.55023 573.15204 436.55023 571.6989L436.55023 571.6208ZM437.62836 571.7458Q437.62836 572.8239 438.06586 573.4333Q438.51898 574.04266 439.30023 574.04266Q440.33148 574.04266 440.81586 573.10516L440.81586 570.1989Q440.33148 569.3083 439.31586 569.3083Q438.51898 569.3083 438.06586 569.91766Q437.62836 570.52704 437.62836 571.7458ZM452.1596 571.7458Q452.1596 573.1833 451.50336 574.0739Q450.8471 574.96454 449.70648 574.96454Q448.55023 574.96454 447.89398 574.23016L447.89398 577.27704L446.81586 577.27704L446.81586 568.4958L447.80023 568.4958L447.8471 569.1989Q448.51898 568.3864 449.69086 568.3864Q450.83148 568.3864 451.48773 569.2458Q452.1596 570.10516 452.1596 571.6364L452.1596 571.7458ZM451.08148 571.6208Q451.08148 570.54266 450.61273 569.9333Q450.1596 569.3083 449.36273 569.3083Q448.37836 569.3083 447.89398 570.16766L447.89398 573.1989Q448.37836 574.0739 449.37836 574.0739Q450.1596 574.0739 450.61273 573.46454Q451.08148 572.83954 451.08148 571.6208ZM456.87836 569.46454Q456.62836 569.4333 456.3471 569.4333Q455.26898 569.4333 454.89398 570.33954L454.89398 574.83954L453.81586 574.83954L453.81586 568.4958L454.86273 568.4958L454.87836 569.23016Q455.4096 568.3864 456.39398 568.3864Q456.70648 568.3864 456.87836 568.46454L456.87836 569.46454ZM457.51898 571.60516Q457.51898 570.6833 457.87836 569.9333Q458.25336 569.1833 458.9096 568.79266Q459.56586 568.3864 460.39398 568.3864Q461.69086 568.3864 462.48773 569.27704Q463.30023 570.16766 463.30023 571.66766L463.30023 571.7458Q463.30023 572.66766 462.94086 573.40204Q462.58148 574.1364 461.92523 574.5583Q461.26898 574.96454 460.4096 574.96454Q459.12836 574.96454 458.31586 574.0739Q457.51898 573.16766 457.51898 571.6833L457.51898 571.60516ZM458.61273 571.7458Q458.61273 572.79266 459.0971 573.4333Q459.5971 574.0739 460.4096 574.0739Q461.23773 574.0739 461.7221 573.4333Q462.20648 572.77704 462.20648 571.60516Q462.20648 570.5739 461.70648 569.9333Q461.2221 569.27704 460.39398 569.27704Q459.5971 569.27704 459.0971 569.91766Q458.61273 570.54266 458.61273 571.7458ZM466.89398 573.3708L468.4721 568.4958L469.58148 568.4958L467.30023 574.83954L466.4721 574.83954L464.17523 568.4958L465.2846 568.4958L466.89398 573.3708ZM471.98773 574.83954L470.9096 574.83954L470.9096 568.4958L471.98773 568.4958L471.98773 574.83954ZM470.81586 566.8239Q470.81586 566.5583 470.9721 566.3708Q471.14398 566.1833 471.45648 566.1833Q471.76898 566.1833 471.92523 566.3708Q472.0971 566.5583 472.0971 566.8239Q472.0971 567.0739 471.92523 567.2614Q471.76898 567.4333 471.45648 567.4333Q471.14398 567.4333 470.9721 567.2614Q470.81586 567.0739 470.81586 566.8239ZM473.55023 571.6208Q473.55023 570.15204 474.23773 569.27704Q474.92523 568.3864 476.05023 568.3864Q477.1596 568.3864 477.81586 569.1364L477.81586 565.83954L478.89398 565.83954L478.89398 574.83954L477.89398 574.83954L477.8471 574.15204Q477.19086 574.96454 476.0346 574.96454Q474.94086 574.96454 474.23773 574.0583Q473.55023 573.15204 473.55023 571.6989L473.55023 571.6208ZM474.62836 571.7458Q474.62836 572.8239 475.06586 573.4333Q475.51898 574.04266 476.30023 574.04266Q477.33148 574.04266 477.81586 573.10516L477.81586 570.1989Q477.33148 569.3083 476.31586 569.3083Q475.51898 569.3083 475.06586 569.91766Q474.62836 570.52704 474.62836 571.7458ZM483.44086 574.96454Q482.14398 574.96454 481.33148 574.1208Q480.5346 573.2614 480.5346 571.83954L480.5346 571.65204Q480.5346 570.6989 480.89398 569.96454Q481.25336 569.21454 481.89398 568.8083Q482.55023 568.3864 483.30023 568.3864Q484.5346 568.3864 485.2221 569.1989Q485.9096 570.0114 485.9096 571.52704L485.9096 571.98016L481.61273 571.98016Q481.64398 572.91766 482.1596 573.4958Q482.69086 574.0739 483.50336 574.0739Q484.06586 574.0739 484.45648 573.83954Q484.86273 573.60516 485.17523 573.21454L485.83148 573.73016Q485.0346 574.96454 483.44086 574.96454ZM483.30023 569.27704Q482.64398 569.27704 482.19086 569.7614Q481.75336 570.23016 481.6596 571.08954L484.83148 571.08954L484.83148 571.0114Q484.7846 570.1833 484.37836 569.73016Q483.98773 569.27704 483.30023 569.27704ZM489.87836 569.46454Q489.62836 569.4333 489.3471 569.4333Q488.26898 569.4333 487.89398 570.33954L487.89398 574.83954L486.81586 574.83954L486.81586 568.4958L487.86273 568.4958L487.87836 569.23016Q488.4096 568.3864 489.39398 568.3864Q489.70648 568.3864 489.87836 568.46454L489.87836 569.46454Z" fill-rule="nonzero"/><path fill="#666666" d="M120.203125 98.63979L116.625 98.63979L115.828125 100.87417L114.671875 100.87417L117.921875 92.34292L118.90625 92.34292L122.171875 100.87417L121.015625 100.87417L120.203125 98.63979ZM116.96875 97.71792L119.875 97.71792L118.421875 93.73354L116.96875 97.71792ZM125.328125 98.18667L125.5 99.31167L125.734375 98.29604L127.421875 92.34292L128.375 92.34292L130.01562 98.29604L130.25 99.32729L130.4375 98.17104L131.76562 92.34292L132.89062 92.34292L130.82812 100.87417L129.79688 100.87417L128.03125 94.65542L127.90625 93.99917L127.765625 94.65542L125.953125 100.87417L124.921875 100.87417L122.859375 92.34292L123.984375 92.34292L125.328125 98.18667ZM137.0 97.07729Q135.5625 96.65542 134.89062 96.04604Q134.23438 95.43667 134.23438 94.54604Q134.23438 93.54604 135.03125 92.88979Q135.84375 92.21792 137.14062 92.21792Q138.01562 92.21792 138.70312 92.56167Q139.39062 92.90542 139.76562 93.49917Q140.15625 94.09292 140.15625 94.81167L139.01562 94.81167Q139.01562 94.03042 138.51562 93.59292Q138.03125 93.15542 137.14062 93.15542Q136.3125 93.15542 135.84375 93.53042Q135.375 93.88979 135.375 94.53042Q135.375 95.06167 135.8125 95.42104Q136.26562 95.78042 137.32812 96.07729Q138.39062 96.37417 138.98438 96.73354Q139.59375 97.09292 139.875 97.57729Q140.17188 98.06167 140.17188 98.70229Q140.17188 99.74917 139.35938 100.37417Q138.54688 100.99917 137.20312 100.99917Q136.3125 100.99917 135.54688 100.65542Q134.79688 100.31167 134.375 99.73354Q133.96875 99.13979 133.96875 98.40542L135.09375 98.40542Q135.09375 99.17104 135.67188 99.62417Q136.25 100.07729 137.20312 100.07729Q138.09375 100.07729 138.5625 99.71792Q139.03125 99.34292 139.03125 98.71792Q139.03125 98.09292 138.59375 97.74917Q138.15625 97.40542 137.0 97.07729ZM149.3125 96.93667L145.60938 96.93667L145.60938 99.95229L149.90625 99.95229L149.90625 100.87417L144.48438 100.87417L144.48438 92.34292L149.85938 92.34292L149.85938 93.26479L145.60938 93.26479L145.60938 96.01479L149.3125 96.01479L149.3125 96.93667ZM157.76562 98.17104Q157.60938 99.51479 156.76562 100.26479Q155.92188 100.99917 154.53125 100.99917Q153.01562 100.99917 152.10938 99.92104Q151.20312 98.82729 151.20312 96.99917L151.20312 96.18667Q151.20312 94.99917 151.625 94.09292Q152.04688 93.18667 152.82812 92.70229Q153.60938 92.21792 154.625 92.21792Q155.98438 92.21792 156.79688 92.98354Q157.625 93.74917 157.76562 95.07729L156.64062 95.07729Q156.48438 94.06167 156.0 93.60854Q155.51562 93.15542 154.625 93.15542Q153.54688 93.15542 152.9375 93.95229Q152.32812 94.74917 152.32812 96.21792L152.32812 97.04604Q152.32812 98.43667 152.90625 99.26479Q153.48438 100.07729 154.53125 100.07729Q155.46875 100.07729 155.96875 99.65542Q156.46875 99.21792 156.64062 98.17104L157.76562 98.17104ZM164.79688 100.87417L159.20312 100.87417L159.20312 100.09292L162.15625 96.81167Q162.8125 96.06167 163.0625 95.60854Q163.3125 95.13979 163.3125 94.63979Q163.3125 93.96792 162.90625 93.54604Q162.51562 93.10854 161.82812 93.10854Q161.03125 93.10854 160.57812 93.57729Q160.125 94.03042 160.125 94.85854L159.04688 94.85854Q159.04688 93.67104 159.79688 92.95229Q160.5625 92.21792 161.82812 92.21792Q163.03125 92.21792 163.71875 92.84292Q164.40625 93.46792 164.40625 94.51479Q164.40625 95.76479 162.79688 97.51479L160.51562 99.98354L164.79688 99.98354L164.79688 100.87417Z" fill-rule="nonzero"/><path fill="#666666" d="M70.796875 123.99512Q70.359375 124.62012 69.578125 124.93262Q68.796875 125.24512 67.765625 125.24512Q66.734375 125.24512 65.921875 124.76074Q65.109375 124.26074 64.671875 123.35449Q64.234375 122.44824 64.21875 121.26074L64.21875 120.52637Q64.21875 118.58887 65.109375 117.52637Q66.015625 116.46387 67.640625 116.46387Q68.984375 116.46387 69.796875 117.15137Q70.609375 117.83887 70.796875 119.08887L69.671875 119.08887Q69.34375 117.40137 67.65625 117.40137Q66.515625 117.40137 65.9375 118.19824Q65.359375 118.97949 65.34375 120.49512L65.34375 121.18262Q65.34375 122.62012 66.0 123.47949Q66.65625 124.32324 67.78125 124.32324Q68.40625 124.32324 68.875 124.18262Q69.359375 124.04199 69.671875 123.69824L69.671875 121.79199L67.703125 121.79199L67.703125 120.87012L70.796875 120.87012L70.796875 123.99512ZM72.03125 121.88574Q72.03125 120.96387 72.390625 120.21387Q72.765625 119.46387 73.421875 119.07324Q74.078125 118.66699 74.90625 118.66699Q76.203125 118.66699 77.0 119.55762Q77.8125 120.44824 77.8125 121.94824L77.8125 122.02637Q77.8125 122.94824 77.453125 123.68262Q77.09375 124.41699 76.4375 124.83887Q75.78125 125.24512 74.921875 125.24512Q73.640625 125.24512 72.828125 124.35449Q72.03125 123.44824 72.03125 121.96387L72.03125 121.88574ZM73.125 122.02637Q73.125 123.07324 73.609375 123.71387Q74.109375 124.35449 74.921875 124.35449Q75.75 124.35449 76.234375 123.71387Q76.71875 123.05762 76.71875 121.88574Q76.71875 120.85449 76.21875 120.21387Q75.734375 119.55762 74.90625 119.55762Q74.109375 119.55762 73.609375 120.19824Q73.125 120.82324 73.125 122.02637ZM79.03125 121.88574Q79.03125 120.96387 79.390625 120.21387Q79.765625 119.46387 80.421875 119.07324Q81.078125 118.66699 81.90625 118.66699Q83.203125 118.66699 84.0 119.55762Q84.8125 120.44824 84.8125 121.94824L84.8125 122.02637Q84.8125 122.94824 84.453125 123.68262Q84.09375 124.41699 83.4375 124.83887Q82.78125 125.24512 81.921875 125.24512Q80.640625 125.24512 79.828125 124.35449Q79.03125 123.44824 79.03125 121.96387L79.03125 121.88574ZM80.125 122.02637Q80.125 123.07324 80.609375 123.71387Q81.109375 124.35449 81.921875 124.35449Q82.75 124.35449 83.234375 123.71387Q83.71875 123.05762 83.71875 121.88574Q83.71875 120.85449 83.21875 120.21387Q82.734375 119.55762 81.90625 119.55762Q81.109375 119.55762 80.609375 120.19824Q80.125 120.82324 80.125 122.02637ZM86.0625 121.90137Q86.0625 120.41699 86.75 119.54199Q87.4375 118.66699 88.5625 118.66699Q89.71875 118.66699 90.375 119.47949L90.421875 118.77637L91.421875 118.77637L91.421875 124.96387Q91.421875 126.19824 90.6875 126.90137Q89.953125 127.62012 88.734375 127.62012Q88.046875 127.62012 87.390625 127.32324Q86.734375 127.02637 86.390625 126.52637L86.953125 125.87012Q87.640625 126.72949 88.65625 126.72949Q89.4375 126.72949 89.875 126.27637Q90.328125 125.83887 90.328125 125.02637L90.328125 124.47949Q89.671875 125.24512 88.546875 125.24512Q87.4375 125.24512 86.75 124.35449Q86.0625 123.44824 86.0625 121.90137ZM87.15625 122.02637Q87.15625 123.08887 87.59375 123.71387Q88.03125 124.32324 88.828125 124.32324Q89.84375 124.32324 90.328125 123.38574L90.328125 120.49512Q89.828125 119.58887 88.828125 119.58887Q88.046875 119.58887 87.59375 120.19824Q87.15625 120.80762 87.15625 122.02637ZM94.5 125.12012L93.421875 125.12012L93.421875 116.12012L94.5 116.12012L94.5 125.12012ZM98.953125 125.24512Q97.65625 125.24512 96.84375 124.40137Q96.046875 123.54199 96.046875 122.12012L96.046875 121.93262Q96.046875 120.97949 96.40625 120.24512Q96.765625 119.49512 97.40625 119.08887Q98.0625 118.66699 98.8125 118.66699Q100.046875 118.66699 100.734375 119.47949Q101.421875 120.29199 101.421875 121.80762L101.421875 122.26074L97.125 122.26074Q97.15625 123.19824 97.671875 123.77637Q98.203125 124.35449 99.015625 124.35449Q99.578125 124.35449 99.96875 124.12012Q100.375 123.88574 100.6875 123.49512L101.34375 124.01074Q100.546875 125.24512 98.953125 125.24512ZM98.8125 119.55762Q98.15625 119.55762 97.703125 120.04199Q97.265625 120.51074 97.171875 121.37012L100.34375 121.37012L100.34375 121.29199Q100.296875 120.46387 99.890625 120.01074Q99.5 119.55762 98.8125 119.55762ZM107.65625 121.15137L106.609375 122.22949L106.609375 125.12012L105.484375 125.12012L105.484375 116.58887L106.609375 116.58887L106.609375 120.80762L110.40625 116.58887L111.765625 116.58887L108.40625 120.35449L112.03125 125.12012L110.6875 125.12012L107.65625 121.15137ZM117.234375 124.49512Q116.609375 125.24512 115.375 125.24512Q114.359375 125.24512 113.828125 124.65137Q113.296875 124.05762 113.296875 122.90137L113.296875 118.77637L114.375 118.77637L114.375 122.87012Q114.375 124.32324 115.546875 124.32324Q116.796875 124.32324 117.203125 123.38574L117.203125 118.77637L118.296875 118.77637L118.296875 125.12012L117.265625 125.12012L117.234375 124.49512ZM125.6875 122.02637Q125.6875 123.47949 125.015625 124.37012Q124.359375 125.24512 123.234375 125.24512Q122.03125 125.24512 121.375 124.38574L121.3125 125.12012L120.328125 125.12012L120.328125 116.12012L121.40625 116.12012L121.40625 119.47949Q122.0625 118.66699 123.21875 118.66699Q124.375 118.66699 125.03125 119.54199Q125.6875 120.40137 125.6875 121.93262L125.6875 122.02637ZM124.609375 121.90137Q124.609375 120.79199 124.171875 120.19824Q123.75 119.58887 122.953125 119.58887Q121.875 119.58887 121.40625 120.57324L121.40625 123.32324Q121.90625 124.32324 122.953125 124.32324Q123.734375 124.32324 124.171875 123.71387Q124.609375 123.10449 124.609375 121.90137ZM129.95312 125.24512Q128.65625 125.24512 127.84375 124.40137Q127.046875 123.54199 127.046875 122.12012L127.046875 121.93262Q127.046875 120.97949 127.40625 120.24512Q127.765625 119.49512 128.40625 119.08887Q129.0625 118.66699 129.8125 118.66699Q131.04688 118.66699 131.73438 119.47949Q132.42188 120.29199 132.42188 121.80762L132.42188 122.26074L128.125 122.26074Q128.15625 123.19824 128.67188 123.77637Q129.20312 124.35449 130.01562 124.35449Q130.57812 124.35449 130.96875 124.12012Q131.375 123.88574 131.6875 123.49512L132.34375 124.01074Q131.54688 125.24512 129.95312 125.24512ZM129.8125 119.55762Q129.15625 119.55762 128.70312 120.04199Q128.26562 120.51074 128.17188 121.37012L131.34375 121.37012L131.34375 121.29199Q131.29688 120.46387 130.89062 120.01074Q130.5 119.55762 129.8125 119.55762ZM136.39062 119.74512Q136.14062 119.71387 135.85938 119.71387Q134.78125 119.71387 134.40625 120.62012L134.40625 125.12012L133.32812 125.12012L133.32812 118.77637L134.375 118.77637L134.39062 119.51074Q134.92188 118.66699 135.90625 118.66699Q136.21875 118.66699 136.39062 118.74512L136.39062 119.74512ZM138.34375 118.77637L138.375 119.57324Q139.10938 118.66699 140.28125 118.66699Q142.29688 118.66699 142.3125 120.93262L142.3125 125.12012L141.21875 125.12012L141.21875 120.91699Q141.21875 120.24512 140.90625 119.91699Q140.60938 119.58887 139.95312 119.58887Q139.42188 119.58887 139.01562 119.87012Q138.625 120.15137 138.40625 120.60449L138.40625 125.12012L137.32812 125.12012L137.32812 118.77637L138.34375 118.77637ZM146.95312 125.24512Q145.65625 125.24512 144.84375 124.40137Q144.04688 123.54199 144.04688 122.12012L144.04688 121.93262Q144.04688 120.97949 144.40625 120.24512Q144.76562 119.49512 145.40625 119.08887Q146.0625 118.66699 146.8125 118.66699Q148.04688 118.66699 148.73438 119.47949Q149.42188 120.29199 149.42188 121.80762L149.42188 122.26074L145.125 122.26074Q145.15625 123.19824 145.67188 123.77637Q146.20312 124.35449 147.01562 124.35449Q147.57812 124.35449 147.96875 124.12012Q148.375 123.88574 148.6875 123.49512L149.34375 124.01074Q148.54688 125.24512 146.95312 125.24512ZM146.8125 119.55762Q146.15625 119.55762 145.70312 120.04199Q145.26562 120.51074 145.17188 121.37012L148.34375 121.37012L148.34375 121.29199Q148.29688 120.46387 147.89062 120.01074Q147.5 119.55762 146.8125 119.55762ZM151.79688 117.24512L151.79688 118.77637L152.96875 118.77637L152.96875 119.62012L151.79688 119.62012L151.79688 123.54199Q151.79688 123.93262 151.95312 124.12012Q152.10938 124.30762 152.48438 124.30762Q152.67188 124.30762 153.0 124.24512L153.0 125.12012Q152.57812 125.24512 152.17188 125.24512Q151.45312 125.24512 151.07812 124.80762Q150.70312 124.35449 150.70312 123.54199L150.70312 119.62012L149.54688 119.62012L149.54688 118.77637L150.70312 118.77637L150.70312 117.24512L151.79688 117.24512ZM156.95312 125.24512Q155.65625 125.24512 154.84375 124.40137Q154.04688 123.54199 154.04688 122.12012L154.04688 121.93262Q154.04688 120.97949 154.40625 120.24512Q154.76562 119.49512 155.40625 119.08887Q156.0625 118.66699 156.8125 118.66699Q158.04688 118.66699 158.73438 119.47949Q159.42188 120.29199 159.42188 121.80762L159.42188 122.26074L155.125 122.26074Q155.15625 123.19824 155.67188 123.77637Q156.20312 124.35449 157.01562 124.35449Q157.57812 124.35449 157.96875 124.12012Q158.375 123.88574 158.6875 123.49512L159.34375 124.01074Q158.54688 125.24512 156.95312 125.24512ZM156.8125 119.55762Q156.15625 119.55762 155.70312 120.04199Q155.26562 120.51074 155.17188 121.37012L158.34375 121.37012L158.34375 121.29199Q158.29688 120.46387 157.89062 120.01074Q157.5 119.55762 156.8125 119.55762ZM164.01562 123.43262Q164.01562 122.99512 163.67188 122.76074Q163.34375 122.51074 162.51562 122.33887Q161.70312 122.16699 161.21875 121.91699Q160.73438 121.66699 160.5 121.33887Q160.28125 120.99512 160.28125 120.52637Q160.28125 119.74512 160.9375 119.21387Q161.59375 118.66699 162.625 118.66699Q163.70312 118.66699 164.35938 119.22949Q165.03125 119.77637 165.03125 120.63574L163.95312 120.63574Q163.95312 120.19824 163.5625 119.88574Q163.1875 119.55762 162.625 119.55762Q162.03125 119.55762 161.6875 119.82324Q161.35938 120.07324 161.35938 120.47949Q161.35938 120.87012 161.67188 121.07324Q161.98438 121.27637 162.79688 121.46387Q163.60938 121.63574 164.10938 121.88574Q164.60938 122.13574 164.84375 122.49512Q165.09375 122.85449 165.09375 123.35449Q165.09375 124.21387 164.40625 124.72949Q163.73438 125.24512 162.65625 125.24512Q161.89062 125.24512 161.29688 124.97949Q160.71875 124.69824 160.39062 124.21387Q160.0625 123.72949 160.0625 123.16699L161.14062 123.16699Q161.17188 123.71387 161.57812 124.04199Q161.98438 124.35449 162.65625 124.35449Q163.26562 124.35449 163.64062 124.10449Q164.01562 123.85449 164.01562 123.43262Z" fill-rule="nonzero"/><path fill="#666666" d="M134.3125 136.18262L130.60938 136.18262L130.60938 139.19824L134.90625 139.19824L134.90625 140.12012L129.48438 140.12012L129.48438 131.58887L134.85938 131.58887L134.85938 132.51074L130.60938 132.51074L130.60938 135.26074L134.3125 135.26074L134.3125 136.18262ZM137.34375 133.77637L137.375 134.57324Q138.10938 133.66699 139.28125 133.66699Q141.29688 133.66699 141.3125 135.93262L141.3125 140.12012L140.21875 140.12012L140.21875 135.91699Q140.21875 135.24512 139.90625 134.91699Q139.60938 134.58887 138.95312 134.58887Q138.42188 134.58887 138.01562 134.87012Q137.625 135.15137 137.40625 135.60449L137.40625 140.12012L136.32812 140.12012L136.32812 133.77637L137.34375 133.77637ZM143.0625 136.90137Q143.0625 135.41699 143.75 134.54199Q144.4375 133.66699 145.5625 133.66699Q146.71875 133.66699 147.375 134.47949L147.42188 133.77637L148.42188 133.77637L148.42188 139.96387Q148.42188 141.19824 147.6875 141.90137Q146.95312 142.62012 145.73438 142.62012Q145.04688 142.62012 144.39062 142.32324Q143.73438 142.02637 143.39062 141.52637L143.95312 140.87012Q144.64062 141.72949 145.65625 141.72949Q146.4375 141.72949 146.875 141.27637Q147.32812 140.83887 147.32812 140.02637L147.32812 139.47949Q146.67188 140.24512 145.54688 140.24512Q144.4375 140.24512 143.75 139.35449Q143.0625 138.44824 143.0625 136.90137ZM144.15625 137.02637Q144.15625 138.08887 144.59375 138.71387Q145.03125 139.32324 145.82812 139.32324Q146.84375 139.32324 147.32812 138.38574L147.32812 135.49512Q146.82812 134.58887 145.82812 134.58887Q145.04688 134.58887 144.59375 135.19824Q144.15625 135.80762 144.15625 137.02637ZM151.5 140.12012L150.42188 140.12012L150.42188 133.77637L151.5 133.77637L151.5 140.12012ZM150.32812 132.10449Q150.32812 131.83887 150.48438 131.65137Q150.65625 131.46387 150.96875 131.46387Q151.28125 131.46387 151.4375 131.65137Q151.60938 131.83887 151.60938 132.10449Q151.60938 132.35449 151.4375 132.54199Q151.28125 132.71387 150.96875 132.71387Q150.65625 132.71387 150.48438 132.54199Q150.32812 132.35449 150.32812 132.10449ZM154.34375 133.77637L154.375 134.57324Q155.10938 133.66699 156.28125 133.66699Q158.29688 133.66699 158.3125 135.93262L158.3125 140.12012L157.21875 140.12012L157.21875 135.91699Q157.21875 135.24512 156.90625 134.91699Q156.60938 134.58887 155.95312 134.58887Q155.42188 134.58887 155.01562 134.87012Q154.625 135.15137 154.40625 135.60449L154.40625 140.12012L153.32812 140.12012L153.32812 133.77637L154.34375 133.77637ZM162.95312 140.24512Q161.65625 140.24512 160.84375 139.40137Q160.04688 138.54199 160.04688 137.12012L160.04688 136.93262Q160.04688 135.97949 160.40625 135.24512Q160.76562 134.49512 161.40625 134.08887Q162.0625 133.66699 162.8125 133.66699Q164.04688 133.66699 164.73438 134.47949Q165.42188 135.29199 165.42188 136.80762L165.42188 137.26074L161.125 137.26074Q161.15625 138.19824 161.67188 138.77637Q162.20312 139.35449 163.01562 139.35449Q163.57812 139.35449 163.96875 139.12012Q164.375 138.88574 164.6875 138.49512L165.34375 139.01074Q164.54688 140.24512 162.95312 140.24512ZM162.8125 134.55762Q162.15625 134.55762 161.70312 135.04199Q161.26562 135.51074 161.17188 136.37012L164.34375 136.37012L164.34375 136.29199Q164.29688 135.46387 163.89062 135.01074Q163.5 134.55762 162.8125 134.55762Z" fill-rule="nonzero"/><path fill="#666666" d="M46.203125 162.13168L42.625 162.13168L41.828125 164.36606L40.671875 164.36606L43.921875 155.83481L44.90625 155.83481L48.171875 164.36606L47.015625 164.36606L46.203125 162.13168ZM42.96875 161.20981L45.875 161.20981L44.421875 157.22543L42.96875 161.20981ZM50.34375 163.47543L54.046875 163.47543L54.046875 164.36606L49.015625 164.36606L49.015625 163.56918L52.515625 158.92856L49.0625 158.92856L49.0625 158.02231L53.875 158.02231L53.875 158.78793L50.34375 163.47543ZM59.234375 163.74106Q58.609375 164.49106 57.375 164.49106Q56.359375 164.49106 55.828125 163.89731Q55.296875 163.30356 55.296875 162.14731L55.296875 158.02231L56.375 158.02231L56.375 162.11606Q56.375 163.56918 57.546875 163.56918Q58.796875 163.56918 59.203125 162.63168L59.203125 158.02231L60.296875 158.02231L60.296875 164.36606L59.265625 164.36606L59.234375 163.74106ZM65.390625 158.99106Q65.140625 158.95981 64.859375 158.95981Q63.78125 158.95981 63.40625 159.86606L63.40625 164.36606L62.328125 164.36606L62.328125 158.02231L63.375 158.02231L63.390625 158.75668Q63.921875 157.91293 64.90625 157.91293Q65.21875 157.91293 65.390625 157.99106L65.390625 158.99106ZM68.953125 164.49106Q67.65625 164.49106 66.84375 163.64731Q66.046875 162.78793 66.046875 161.36606L66.046875 161.17856Q66.046875 160.22543 66.40625 159.49106Q66.765625 158.74106 67.40625 158.33481Q68.0625 157.91293 68.8125 157.91293Q70.046875 157.91293 70.734375 158.72543Q71.421875 159.53793 71.421875 161.05356L71.421875 161.50668L67.125 161.50668Q67.15625 162.44418 67.671875 163.02231Q68.203125 163.60043 69.015625 163.60043Q69.578125 163.60043 69.96875 163.36606Q70.375 163.13168 70.6875 162.74106L71.34375 163.25668Q70.546875 164.49106 68.953125 164.49106ZM68.8125 158.80356Q68.15625 158.80356 67.703125 159.28793Q67.265625 159.75668 67.171875 160.61606L70.34375 160.61606L70.34375 160.53793Q70.296875 159.70981 69.890625 159.25668Q69.5 158.80356 68.8125 158.80356ZM78.3125 162.86606L80.75 155.83481L81.984375 155.83481L78.8125 164.36606L77.828125 164.36606L74.671875 155.83481L75.890625 155.83481L78.3125 162.86606ZM84.5 164.36606L83.421875 164.36606L83.421875 158.02231L84.5 158.02231L84.5 164.36606ZM83.328125 156.35043Q83.328125 156.08481 83.484375 155.89731Q83.65625 155.70981 83.96875 155.70981Q84.28125 155.70981 84.4375 155.89731Q84.609375 156.08481 84.609375 156.35043Q84.609375 156.60043 84.4375 156.78793Q84.28125 156.95981 83.96875 156.95981Q83.65625 156.95981 83.484375 156.78793Q83.328125 156.60043 83.328125 156.35043ZM89.390625 158.99106Q89.140625 158.95981 88.859375 158.95981Q87.78125 158.95981 87.40625 159.86606L87.40625 164.36606L86.328125 164.36606L86.328125 158.02231L87.375 158.02231L87.390625 158.75668Q87.921875 157.91293 88.90625 157.91293Q89.21875 157.91293 89.390625 157.99106L89.390625 158.99106ZM91.796875 156.49106L91.796875 158.02231L92.96875 158.02231L92.96875 158.86606L91.796875 158.86606L91.796875 162.78793Q91.796875 163.17856 91.953125 163.36606Q92.109375 163.55356 92.484375 163.55356Q92.671875 163.55356 93.0 163.49106L93.0 164.36606Q92.578125 164.49106 92.171875 164.49106Q91.453125 164.49106 91.078125 164.05356Q90.703125 163.60043 90.703125 162.78793L90.703125 158.86606L89.546875 158.86606L89.546875 158.02231L90.703125 158.02231L90.703125 156.49106L91.796875 156.49106ZM98.234375 163.74106Q97.609375 164.49106 96.375 164.49106Q95.359375 164.49106 94.828125 163.89731Q94.296875 163.30356 94.296875 162.14731L94.296875 158.02231L95.375 158.02231L95.375 162.11606Q95.375 163.56918 96.546875 163.56918Q97.796875 163.56918 98.203125 162.63168L98.203125 158.02231L99.296875 158.02231L99.296875 164.36606L98.265625 164.36606L98.234375 163.74106ZM105.234375 164.36606Q105.140625 164.17856 105.078125 163.69418Q104.328125 164.49106 103.28125 164.49106Q102.34375 164.49106 101.734375 163.95981Q101.140625 163.42856 101.140625 162.60043Q101.140625 161.61606 101.890625 161.06918Q102.640625 160.52231 104.015625 160.52231L105.0625 160.52231L105.0625 160.02231Q105.0625 159.45981 104.71875 159.13168Q104.390625 158.78793 103.71875 158.78793Q103.140625 158.78793 102.75 159.08481Q102.359375 159.36606 102.359375 159.78793L101.265625 159.78793Q101.265625 159.30356 101.59375 158.86606Q101.9375 158.42856 102.515625 158.17856Q103.09375 157.91293 103.78125 157.91293Q104.890625 157.91293 105.5 158.45981Q106.125 159.00668 106.15625 159.95981L106.15625 162.88168Q106.15625 163.75668 106.375 164.27231L106.375 164.36606L105.234375 164.36606ZM103.4375 163.53793Q103.953125 163.53793 104.40625 163.27231Q104.859375 163.00668 105.0625 162.58481L105.0625 161.28793L104.21875 161.28793Q102.21875 161.28793 102.21875 162.45981Q102.21875 162.95981 102.5625 163.25668Q102.90625 163.53793 103.4375 163.53793ZM109.5 164.36606L108.421875 164.36606L108.421875 155.36606L109.5 155.36606L109.5 164.36606ZM115.9375 155.83481L118.734375 162.78793L121.515625 155.83481L122.984375 155.83481L122.984375 164.36606L121.859375 164.36606L121.859375 161.03793L121.96875 157.45981L119.15625 164.36606L118.296875 164.36606L115.5 157.47543L115.609375 161.03793L115.609375 164.36606L114.484375 164.36606L114.484375 155.83481L115.9375 155.83481ZM128.23438 164.36606Q128.14062 164.17856 128.07812 163.69418Q127.328125 164.49106 126.28125 164.49106Q125.34375 164.49106 124.734375 163.95981Q124.140625 163.42856 124.140625 162.60043Q124.140625 161.61606 124.890625 161.06918Q125.640625 160.52231 127.015625 160.52231L128.0625 160.52231L128.0625 160.02231Q128.0625 159.45981 127.71875 159.13168Q127.390625 158.78793 126.71875 158.78793Q126.140625 158.78793 125.75 159.08481Q125.359375 159.36606 125.359375 159.78793L124.265625 159.78793Q124.265625 159.30356 124.59375 158.86606Q124.9375 158.42856 125.515625 158.17856Q126.09375 157.91293 126.78125 157.91293Q127.890625 157.91293 128.5 158.45981Q129.125 159.00668 129.15625 159.95981L129.15625 162.88168Q129.15625 163.75668 129.375 164.27231L129.375 164.36606L128.23438 164.36606ZM126.4375 163.53793Q126.953125 163.53793 127.40625 163.27231Q127.859375 163.00668 128.0625 162.58481L128.0625 161.28793L127.21875 161.28793Q125.21875 161.28793 125.21875 162.45981Q125.21875 162.95981 125.5625 163.25668Q125.90625 163.53793 126.4375 163.53793ZM133.85938 163.60043Q134.4375 163.60043 134.875 163.25668Q135.3125 162.89731 135.35938 162.36606L136.39062 162.36606Q136.35938 162.91293 136.0 163.41293Q135.65625 163.89731 135.07812 164.19418Q134.51562 164.49106 133.85938 164.49106Q132.5625 164.49106 131.79688 163.63168Q131.04688 162.75668 131.04688 161.25668L131.04688 161.06918Q131.04688 160.14731 131.375 159.42856Q131.71875 158.70981 132.34375 158.31918Q132.98438 157.91293 133.85938 157.91293Q134.92188 157.91293 135.625 158.55356Q136.34375 159.17856 136.39062 160.20981L135.35938 160.20981Q135.3125 159.58481 134.89062 159.19418Q134.46875 158.80356 133.85938 158.80356Q133.03125 158.80356 132.57812 159.39731Q132.125 159.99106 132.125 161.11606L132.125 161.31918Q132.125 162.41293 132.57812 163.00668Q133.03125 163.60043 133.85938 163.60043ZM138.40625 158.78793Q139.125 157.91293 140.28125 157.91293Q142.29688 157.91293 142.3125 160.17856L142.3125 164.36606L141.21875 164.36606L141.21875 160.16293Q141.21875 159.49106 140.90625 159.16293Q140.60938 158.83481 139.95312 158.83481Q139.42188 158.83481 139.01562 159.11606Q138.625 159.39731 138.40625 159.85043L138.40625 164.36606L137.32812 164.36606L137.32812 155.36606L138.40625 155.36606L138.40625 158.78793ZM145.5 164.36606L144.42188 164.36606L144.42188 158.02231L145.5 158.02231L145.5 164.36606ZM144.32812 156.35043Q144.32812 156.08481 144.48438 155.89731Q144.65625 155.70981 144.96875 155.70981Q145.28125 155.70981 145.4375 155.89731Q145.60938 156.08481 145.60938 156.35043Q145.60938 156.60043 145.4375 156.78793Q145.28125 156.95981 144.96875 156.95981Q144.65625 156.95981 144.48438 156.78793Q144.32812 156.60043 144.32812 156.35043ZM148.34375 158.02231L148.375 158.81918Q149.10938 157.91293 150.28125 157.91293Q152.29688 157.91293 152.3125 160.17856L152.3125 164.36606L151.21875 164.36606L151.21875 160.16293Q151.21875 159.49106 150.90625 159.16293Q150.60938 158.83481 149.95312 158.83481Q149.42188 158.83481 149.01562 159.11606Q148.625 159.39731 148.40625 159.85043L148.40625 164.36606L147.32812 164.36606L147.32812 158.02231L148.34375 158.02231ZM156.95312 164.49106Q155.65625 164.49106 154.84375 163.64731Q154.04688 162.78793 154.04688 161.36606L154.04688 161.17856Q154.04688 160.22543 154.40625 159.49106Q154.76562 158.74106 155.40625 158.33481Q156.0625 157.91293 156.8125 157.91293Q158.04688 157.91293 158.73438 158.72543Q159.42188 159.53793 159.42188 161.05356L159.42188 161.50668L155.125 161.50668Q155.15625 162.44418 155.67188 163.02231Q156.20312 163.60043 157.01562 163.60043Q157.57812 163.60043 157.96875 163.36606Q158.375 163.13168 158.6875 162.74106L159.34375 163.25668Q158.54688 164.49106 156.95312 164.49106ZM156.8125 158.80356Q156.15625 158.80356 155.70312 159.28793Q155.26562 159.75668 155.17188 160.61606L158.34375 160.61606L158.34375 160.53793Q158.29688 159.70981 157.89062 159.25668Q157.5 158.80356 156.8125 158.80356ZM164.01562 162.67856Q164.01562 162.24106 163.67188 162.00668Q163.34375 161.75668 162.51562 161.58481Q161.70312 161.41293 161.21875 161.16293Q160.73438 160.91293 160.5 160.58481Q160.28125 160.24106 160.28125 159.77231Q160.28125 158.99106 160.9375 158.45981Q161.59375 157.91293 162.625 157.91293Q163.70312 157.91293 164.35938 158.47543Q165.03125 159.02231 165.03125 159.88168L163.95312 159.88168Q163.95312 159.44418 163.5625 159.13168Q163.1875 158.80356 162.625 158.80356Q162.03125 158.80356 161.6875 159.06918Q161.35938 159.31918 161.35938 159.72543Q161.35938 160.11606 161.67188 160.31918Q161.98438 160.52231 162.79688 160.70981Q163.60938 160.88168 164.10938 161.13168Q164.60938 161.38168 164.84375 161.74106Q165.09375 162.10043 165.09375 162.60043Q165.09375 163.45981 164.40625 163.97543Q163.73438 164.49106 162.65625 164.49106Q161.89062 164.49106 161.29688 164.22543Q160.71875 163.94418 160.39062 163.45981Q160.0625 162.97543 160.0625 162.41293L161.14062 162.41293Q161.17188 162.95981 161.57812 163.28793Q161.98438 163.60043 162.65625 163.60043Q163.26562 163.60043 163.64062 163.35043Q164.01562 163.10043 164.01562 162.67856Z" fill-rule="nonzero"/><path fill="#666666" d="M35.203125 193.87764L31.625 193.87764L30.828125 196.11201L29.671875 196.11201L32.921875 187.58076L33.90625 187.58076L37.171875 196.11201L36.015625 196.11201L35.203125 193.87764ZM31.96875 192.95576L34.875 192.95576L33.421875 188.97139L31.96875 192.95576ZM39.34375 195.22139L43.046875 195.22139L43.046875 196.11201L38.015625 196.11201L38.015625 195.31514L41.515625 190.67451L38.0625 190.67451L38.0625 189.76826L42.875 189.76826L42.875 190.53389L39.34375 195.22139ZM48.234375 195.48701Q47.609375 196.23701 46.375 196.23701Q45.359375 196.23701 44.828125 195.64326Q44.296875 195.04951 44.296875 193.89326L44.296875 189.76826L45.375 189.76826L45.375 193.86201Q45.375 195.31514 46.546875 195.31514Q47.796875 195.31514 48.203125 194.37764L48.203125 189.76826L49.296875 189.76826L49.296875 196.11201L48.265625 196.11201L48.234375 195.48701ZM54.390625 190.73701Q54.140625 190.70576 53.859375 190.70576Q52.78125 190.70576 52.40625 191.61201L52.40625 196.11201L51.328125 196.11201L51.328125 189.76826L52.375 189.76826L52.390625 190.50264Q52.921875 189.65889 53.90625 189.65889Q54.21875 189.65889 54.390625 189.73701L54.390625 190.73701ZM57.953125 196.23701Q56.65625 196.23701 55.84375 195.39326Q55.046875 194.53389 55.046875 193.11201L55.046875 192.92451Q55.046875 191.97139 55.40625 191.23701Q55.765625 190.48701 56.40625 190.08076Q57.0625 189.65889 57.8125 189.65889Q59.046875 189.65889 59.734375 190.47139Q60.421875 191.28389 60.421875 192.79951L60.421875 193.25264L56.125 193.25264Q56.15625 194.19014 56.671875 194.76826Q57.203125 195.34639 58.015625 195.34639Q58.578125 195.34639 58.96875 195.11201Q59.375 194.87764 59.6875 194.48701L60.34375 195.00264Q59.546875 196.23701 57.953125 196.23701ZM57.8125 190.54951Q57.15625 190.54951 56.703125 191.03389Q56.265625 191.50264 56.171875 192.36201L59.34375 192.36201L59.34375 192.28389Q59.296875 191.45576 58.890625 191.00264Q58.5 190.54951 57.8125 190.54951ZM66.65625 192.14326L65.609375 193.22139L65.609375 196.11201L64.484375 196.11201L64.484375 187.58076L65.609375 187.58076L65.609375 191.79951L69.40625 187.58076L70.765625 187.58076L67.40625 191.34639L71.03125 196.11201L69.6875 196.11201L66.65625 192.14326ZM76.234375 195.48701Q75.609375 196.23701 74.375 196.23701Q73.359375 196.23701 72.828125 195.64326Q72.296875 195.04951 72.296875 193.89326L72.296875 189.76826L73.375 189.76826L73.375 193.86201Q73.375 195.31514 74.546875 195.31514Q75.796875 195.31514 76.203125 194.37764L76.203125 189.76826L77.296875 189.76826L77.296875 196.11201L76.265625 196.11201L76.234375 195.48701ZM84.6875 193.01826Q84.6875 194.47139 84.015625 195.36201Q83.359375 196.23701 82.234375 196.23701Q81.03125 196.23701 80.375 195.37764L80.3125 196.11201L79.328125 196.11201L79.328125 187.11201L80.40625 187.11201L80.40625 190.47139Q81.0625 189.65889 82.21875 189.65889Q83.375 189.65889 84.03125 190.53389Q84.6875 191.39326 84.6875 192.92451L84.6875 193.01826ZM83.609375 192.89326Q83.609375 191.78389 83.171875 191.19014Q82.75 190.58076 81.953125 190.58076Q80.875 190.58076 80.40625 191.56514L80.40625 194.31514Q80.90625 195.31514 81.953125 195.31514Q82.734375 195.31514 83.171875 194.70576Q83.609375 194.09639 83.609375 192.89326ZM88.953125 196.23701Q87.65625 196.23701 86.84375 195.39326Q86.046875 194.53389 86.046875 193.11201L86.046875 192.92451Q86.046875 191.97139 86.40625 191.23701Q86.765625 190.48701 87.40625 190.08076Q88.0625 189.65889 88.8125 189.65889Q90.046875 189.65889 90.734375 190.47139Q91.421875 191.28389 91.421875 192.79951L91.421875 193.25264L87.125 193.25264Q87.15625 194.19014 87.671875 194.76826Q88.203125 195.34639 89.015625 195.34639Q89.578125 195.34639 89.96875 195.11201Q90.375 194.87764 90.6875 194.48701L91.34375 195.00264Q90.546875 196.23701 88.953125 196.23701ZM88.8125 190.54951Q88.15625 190.54951 87.703125 191.03389Q87.265625 191.50264 87.171875 192.36201L90.34375 192.36201L90.34375 192.28389Q90.296875 191.45576 89.890625 191.00264Q89.5 190.54951 88.8125 190.54951ZM95.390625 190.73701Q95.140625 190.70576 94.859375 190.70576Q93.78125 190.70576 93.40625 191.61201L93.40625 196.11201L92.328125 196.11201L92.328125 189.76826L93.375 189.76826L93.390625 190.50264Q93.921875 189.65889 94.90625 189.65889Q95.21875 189.65889 95.390625 189.73701L95.390625 190.73701ZM97.34375 189.76826L97.375 190.56514Q98.109375 189.65889 99.28125 189.65889Q101.296875 189.65889 101.3125 191.92451L101.3125 196.11201L100.21875 196.11201L100.21875 191.90889Q100.21875 191.23701 99.90625 190.90889Q99.609375 190.58076 98.953125 190.58076Q98.421875 190.58076 98.015625 190.86201Q97.625 191.14326 97.40625 191.59639L97.40625 196.11201L96.328125 196.11201L96.328125 189.76826L97.34375 189.76826ZM105.953125 196.23701Q104.65625 196.23701 103.84375 195.39326Q103.046875 194.53389 103.046875 193.11201L103.046875 192.92451Q103.046875 191.97139 103.40625 191.23701Q103.765625 190.48701 104.40625 190.08076Q105.0625 189.65889 105.8125 189.65889Q107.046875 189.65889 107.734375 190.47139Q108.421875 191.28389 108.421875 192.79951L108.421875 193.25264L104.125 193.25264Q104.15625 194.19014 104.671875 194.76826Q105.203125 195.34639 106.015625 195.34639Q106.578125 195.34639 106.96875 195.11201Q107.375 194.87764 107.6875 194.48701L108.34375 195.00264Q107.546875 196.23701 105.953125 196.23701ZM105.8125 190.54951Q105.15625 190.54951 104.703125 191.03389Q104.265625 191.50264 104.171875 192.36201L107.34375 192.36201L107.34375 192.28389Q107.296875 191.45576 106.890625 191.00264Q106.5 190.54951 105.8125 190.54951ZM110.796875 188.23701L110.796875 189.76826L111.96875 189.76826L111.96875 190.61201L110.796875 190.61201L110.796875 194.53389Q110.796875 194.92451 110.953125 195.11201Q111.109375 195.29951 111.484375 195.29951Q111.671875 195.29951 112.0 195.23701L112.0 196.11201Q111.578125 196.23701 111.171875 196.23701Q110.453125 196.23701 110.078125 195.79951Q109.703125 195.34639 109.703125 194.53389L109.703125 190.61201L108.546875 190.61201L108.546875 189.76826L109.703125 189.76826L109.703125 188.23701L110.796875 188.23701ZM115.953125 196.23701Q114.65625 196.23701 113.84375 195.39326Q113.046875 194.53389 113.046875 193.11201L113.046875 192.92451Q113.046875 191.97139 113.40625 191.23701Q113.765625 190.48701 114.40625 190.08076Q115.0625 189.65889 115.8125 189.65889Q117.046875 189.65889 117.734375 190.47139Q118.421875 191.28389 118.421875 192.79951L118.421875 193.25264L114.125 193.25264Q114.15625 194.19014 114.671875 194.76826Q115.203125 195.34639 116.015625 195.34639Q116.578125 195.34639 116.96875 195.11201Q117.375 194.87764 117.6875 194.48701L118.34375 195.00264Q117.546875 196.23701 115.953125 196.23701ZM115.8125 190.54951Q115.15625 190.54951 114.703125 191.03389Q114.265625 191.50264 114.171875 192.36201L117.34375 192.36201L117.34375 192.28389Q117.296875 191.45576 116.890625 191.00264Q116.5 190.54951 115.8125 190.54951ZM123.015625 194.42451Q123.015625 193.98701 122.671875 193.75264Q122.34375 193.50264 121.515625 193.33076Q120.703125 193.15889 120.21875 192.90889Q119.734375 192.65889 119.5 192.33076Q119.28125 191.98701 119.28125 191.51826Q119.28125 190.73701 119.9375 190.20576Q120.59375 189.65889 121.625 189.65889Q122.703125 189.65889 123.359375 190.22139Q124.03125 190.76826 124.03125 191.62764L122.953125 191.62764Q122.953125 191.19014 122.5625 190.87764Q122.1875 190.54951 121.625 190.54951Q121.03125 190.54951 120.6875 190.81514Q120.359375 191.06514 120.359375 191.47139Q120.359375 191.86201 120.671875 192.06514Q120.984375 192.26826 121.796875 192.45576Q122.609375 192.62764 123.109375 192.87764Q123.609375 193.12764 123.84375 193.48701Q124.09375 193.84639 124.09375 194.34639Q124.09375 195.20576 123.40625 195.72139Q122.734375 196.23701 121.65625 196.23701Q120.890625 196.23701 120.296875 195.97139Q119.71875 195.69014 119.390625 195.20576Q119.0625 194.72139 119.0625 194.15889L120.140625 194.15889Q120.171875 194.70576 120.578125 195.03389Q120.984375 195.34639 121.65625 195.34639Q122.265625 195.34639 122.640625 195.09639Q123.015625 194.84639 123.015625 194.42451ZM131.0 192.31514Q129.5625 191.89326 128.89062 191.28389Q128.23438 190.67451 128.23438 189.78389Q128.23438 188.78389 129.03125 188.12764Q129.84375 187.45576 131.14062 187.45576Q132.01562 187.45576 132.70312 187.79951Q133.39062 188.14326 133.76562 188.73701Q134.15625 189.33076 134.15625 190.04951L133.01562 190.04951Q133.01562 189.26826 132.51562 188.83076Q132.03125 188.39326 131.14062 188.39326Q130.3125 188.39326 129.84375 188.76826Q129.375 189.12764 129.375 189.76826Q129.375 190.29951 129.8125 190.65889Q130.26562 191.01826 131.32812 191.31514Q132.39062 191.61201 132.98438 191.97139Q133.59375 192.33076 133.875 192.81514Q134.17188 193.29951 134.17188 193.94014Q134.17188 194.98701 133.35938 195.61201Q132.54688 196.23701 131.20312 196.23701Q130.3125 196.23701 129.54688 195.89326Q128.79688 195.54951 128.375 194.97139Q127.96875 194.37764 127.96875 193.64326L129.09375 193.64326Q129.09375 194.40889 129.67188 194.86201Q130.25 195.31514 131.20312 195.31514Q132.09375 195.31514 132.5625 194.95576Q133.03125 194.58076 133.03125 193.95576Q133.03125 193.33076 132.59375 192.98701Q132.15625 192.64326 131.0 192.31514ZM137.95312 196.23701Q136.65625 196.23701 135.84375 195.39326Q135.04688 194.53389 135.04688 193.11201L135.04688 192.92451Q135.04688 191.97139 135.40625 191.23701Q135.76562 190.48701 136.40625 190.08076Q137.0625 189.65889 137.8125 189.65889Q139.04688 189.65889 139.73438 190.47139Q140.42188 191.28389 140.42188 192.79951L140.42188 193.25264L136.125 193.25264Q136.15625 194.19014 136.67188 194.76826Q137.20312 195.34639 138.01562 195.34639Q138.57812 195.34639 138.96875 195.11201Q139.375 194.87764 139.6875 194.48701L140.34375 195.00264Q139.54688 196.23701 137.95312 196.23701ZM137.8125 190.54951Q137.15625 190.54951 136.70312 191.03389Q136.26562 191.50264 136.17188 192.36201L139.34375 192.36201L139.34375 192.28389Q139.29688 191.45576 138.89062 191.00264Q138.5 190.54951 137.8125 190.54951ZM144.39062 190.73701Q144.14062 190.70576 143.85938 190.70576Q142.78125 190.70576 142.40625 191.61201L142.40625 196.11201L141.32812 196.11201L141.32812 189.76826L142.375 189.76826L142.39062 190.50264Q142.92188 189.65889 143.90625 189.65889Q144.21875 189.65889 144.39062 189.73701L144.39062 190.73701ZM147.40625 194.64326L148.98438 189.76826L150.09375 189.76826L147.8125 196.11201L146.98438 196.11201L144.6875 189.76826L145.79688 189.76826L147.40625 194.64326ZM152.5 196.11201L151.42188 196.11201L151.42188 189.76826L152.5 189.76826L152.5 196.11201ZM151.32812 188.09639Q151.32812 187.83076 151.48438 187.64326Q151.65625 187.45576 151.96875 187.45576Q152.28125 187.45576 152.4375 187.64326Q152.60938 187.83076 152.60938 188.09639Q152.60938 188.34639 152.4375 188.53389Q152.28125 188.70576 151.96875 188.70576Q151.65625 188.70576 151.48438 188.53389Q151.32812 188.34639 151.32812 188.09639ZM156.85938 195.34639Q157.4375 195.34639 157.875 195.00264Q158.3125 194.64326 158.35938 194.11201L159.39062 194.11201Q159.35938 194.65889 159.0 195.15889Q158.65625 195.64326 158.07812 195.94014Q157.51562 196.23701 156.85938 196.23701Q155.5625 196.23701 154.79688 195.37764Q154.04688 194.50264 154.04688 193.00264L154.04688 192.81514Q154.04688 191.89326 154.375 191.17451Q154.71875 190.45576 155.34375 190.06514Q155.98438 189.65889 156.85938 189.65889Q157.92188 189.65889 158.625 190.29951Q159.34375 190.92451 159.39062 191.95576L158.35938 191.95576Q158.3125 191.33076 157.89062 190.94014Q157.46875 190.54951 156.85938 190.54951Q156.03125 190.54951 155.57812 191.14326Q155.125 191.73701 155.125 192.86201L155.125 193.06514Q155.125 194.15889 155.57812 194.75264Q156.03125 195.34639 156.85938 195.34639ZM162.95312 196.23701Q161.65625 196.23701 160.84375 195.39326Q160.04688 194.53389 160.04688 193.11201L160.04688 192.92451Q160.04688 191.97139 160.40625 191.23701Q160.76562 190.48701 161.40625 190.08076Q162.0625 189.65889 162.8125 189.65889Q164.04688 189.65889 164.73438 190.47139Q165.42188 191.28389 165.42188 192.79951L165.42188 193.25264L161.125 193.25264Q161.15625 194.19014 161.67188 194.76826Q162.20312 195.34639 163.01562 195.34639Q163.57812 195.34639 163.96875 195.11201Q164.375 194.87764 164.6875 194.48701L165.34375 195.00264Q164.54688 196.23701 162.95312 196.23701ZM162.8125 190.54951Q162.15625 190.54951 161.70312 191.03389Q161.26562 191.50264 161.17188 192.36201L164.34375 192.36201L164.34375 192.28389Q164.29688 191.45576 163.89062 191.00264Q163.5 190.54951 162.8125 190.54951Z" fill-rule="nonzero"/><path fill="#666666" d="M41.796875 226.73296Q41.359375 227.35796 40.578125 227.67046Q39.796875 227.98296 38.765625 227.98296Q37.734375 227.98296 36.921875 227.49858Q36.109375 226.99858 35.671875 226.09233Q35.234375 225.18608 35.21875 223.99858L35.21875 223.2642Q35.21875 221.3267 36.109375 220.2642Q37.015625 219.2017 38.640625 219.2017Q39.984375 219.2017 40.796875 219.8892Q41.609375 220.5767 41.796875 221.8267L40.671875 221.8267Q40.34375 220.1392 38.65625 220.1392Q37.515625 220.1392 36.9375 220.93608Q36.359375 221.71733 36.34375 223.23296L36.34375 223.92046Q36.34375 225.35796 37.0 226.21733Q37.65625 227.06108 38.78125 227.06108Q39.40625 227.06108 39.875 226.92046Q40.359375 226.77983 40.671875 226.43608L40.671875 224.52983L38.703125 224.52983L38.703125 223.60796L41.796875 223.60796L41.796875 226.73296ZM43.03125 224.62358Q43.03125 223.7017 43.390625 222.9517Q43.765625 222.2017 44.421875 221.81108Q45.078125 221.40483 45.90625 221.40483Q47.203125 221.40483 48.0 222.29546Q48.8125 223.18608 48.8125 224.68608L48.8125 224.7642Q48.8125 225.68608 48.453125 226.42046Q48.09375 227.15483 47.4375 227.5767Q46.78125 227.98296 45.921875 227.98296Q44.640625 227.98296 43.828125 227.09233Q43.03125 226.18608 43.03125 224.7017L43.03125 224.62358ZM44.125 224.7642Q44.125 225.81108 44.609375 226.4517Q45.109375 227.09233 45.921875 227.09233Q46.75 227.09233 47.234375 226.4517Q47.71875 225.79546 47.71875 224.62358Q47.71875 223.59233 47.21875 222.9517Q46.734375 222.29546 45.90625 222.29546Q45.109375 222.29546 44.609375 222.93608Q44.125 223.56108 44.125 224.7642ZM50.03125 224.62358Q50.03125 223.7017 50.390625 222.9517Q50.765625 222.2017 51.421875 221.81108Q52.078125 221.40483 52.90625 221.40483Q54.203125 221.40483 55.0 222.29546Q55.8125 223.18608 55.8125 224.68608L55.8125 224.7642Q55.8125 225.68608 55.453125 226.42046Q55.09375 227.15483 54.4375 227.5767Q53.78125 227.98296 52.921875 227.98296Q51.640625 227.98296 50.828125 227.09233Q50.03125 226.18608 50.03125 224.7017L50.03125 224.62358ZM51.125 224.7642Q51.125 225.81108 51.609375 226.4517Q52.109375 227.09233 52.921875 227.09233Q53.75 227.09233 54.234375 226.4517Q54.71875 225.79546 54.71875 224.62358Q54.71875 223.59233 54.21875 222.9517Q53.734375 222.29546 52.90625 222.29546Q52.109375 222.29546 51.609375 222.93608Q51.125 223.56108 51.125 224.7642ZM57.0625 224.6392Q57.0625 223.15483 57.75 222.27983Q58.4375 221.40483 59.5625 221.40483Q60.71875 221.40483 61.375 222.21733L61.421875 221.5142L62.421875 221.5142L62.421875 227.7017Q62.421875 228.93608 61.6875 229.6392Q60.953125 230.35796 59.734375 230.35796Q59.046875 230.35796 58.390625 230.06108Q57.734375 229.7642 57.390625 229.2642L57.953125 228.60796Q58.640625 229.46733 59.65625 229.46733Q60.4375 229.46733 60.875 229.0142Q61.328125 228.5767 61.328125 227.7642L61.328125 227.21733Q60.671875 227.98296 59.546875 227.98296Q58.4375 227.98296 57.75 227.09233Q57.0625 226.18608 57.0625 224.6392ZM58.15625 224.7642Q58.15625 225.8267 58.59375 226.4517Q59.03125 227.06108 59.828125 227.06108Q60.84375 227.06108 61.328125 226.12358L61.328125 223.23296Q60.828125 222.3267 59.828125 222.3267Q59.046875 222.3267 58.59375 222.93608Q58.15625 223.54546 58.15625 224.7642ZM65.5 227.85796L64.421875 227.85796L64.421875 218.85796L65.5 218.85796L65.5 227.85796ZM69.953125 227.98296Q68.65625 227.98296 67.84375 227.1392Q67.046875 226.27983 67.046875 224.85796L67.046875 224.67046Q67.046875 223.71733 67.40625 222.98296Q67.765625 222.23296 68.40625 221.8267Q69.0625 221.40483 69.8125 221.40483Q71.046875 221.40483 71.734375 222.21733Q72.421875 223.02983 72.421875 224.54546L72.421875 224.99858L68.125 224.99858Q68.15625 225.93608 68.671875 226.5142Q69.203125 227.09233 70.015625 227.09233Q70.578125 227.09233 70.96875 226.85796Q71.375 226.62358 71.6875 226.23296L72.34375 226.74858Q71.546875 227.98296 69.953125 227.98296ZM69.8125 222.29546Q69.15625 222.29546 68.703125 222.77983Q68.265625 223.24858 68.171875 224.10796L71.34375 224.10796L71.34375 224.02983Q71.296875 223.2017 70.890625 222.74858Q70.5 222.29546 69.8125 222.29546ZM82.765625 225.15483Q82.609375 226.49858 81.765625 227.24858Q80.921875 227.98296 79.53125 227.98296Q78.015625 227.98296 77.109375 226.90483Q76.203125 225.81108 76.203125 223.98296L76.203125 223.17046Q76.203125 221.98296 76.625 221.0767Q77.046875 220.17046 77.828125 219.68608Q78.609375 219.2017 79.625 219.2017Q80.984375 219.2017 81.796875 219.96733Q82.625 220.73296 82.765625 222.06108L81.640625 222.06108Q81.484375 221.04546 81.0 220.59233Q80.515625 220.1392 79.625 220.1392Q78.546875 220.1392 77.9375 220.93608Q77.328125 221.73296 77.328125 223.2017L77.328125 224.02983Q77.328125 225.42046 77.90625 226.24858Q78.484375 227.06108 79.53125 227.06108Q80.46875 227.06108 80.96875 226.6392Q81.46875 226.2017 81.640625 225.15483L82.765625 225.15483ZM84.03125 224.62358Q84.03125 223.7017 84.390625 222.9517Q84.765625 222.2017 85.421875 221.81108Q86.078125 221.40483 86.90625 221.40483Q88.203125 221.40483 89.0 222.29546Q89.8125 223.18608 89.8125 224.68608L89.8125 224.7642Q89.8125 225.68608 89.453125 226.42046Q89.09375 227.15483 88.4375 227.5767Q87.78125 227.98296 86.921875 227.98296Q85.640625 227.98296 84.828125 227.09233Q84.03125 226.18608 84.03125 224.7017L84.03125 224.62358ZM85.125 224.7642Q85.125 225.81108 85.609375 226.4517Q86.109375 227.09233 86.921875 227.09233Q87.75 227.09233 88.234375 226.4517Q88.71875 225.79546 88.71875 224.62358Q88.71875 223.59233 88.21875 222.9517Q87.734375 222.29546 86.90625 222.29546Q86.109375 222.29546 85.609375 222.93608Q85.125 223.56108 85.125 224.7642ZM92.34375 221.5142L92.375 222.21733Q93.0625 221.40483 94.25 221.40483Q95.578125 221.40483 96.0625 222.42046Q96.375 221.96733 96.875 221.68608Q97.390625 221.40483 98.078125 221.40483Q100.171875 221.40483 100.203125 223.60796L100.203125 227.85796L99.125 227.85796L99.125 223.67046Q99.125 222.99858 98.8125 222.67046Q98.5 222.3267 97.765625 222.3267Q97.15625 222.3267 96.75 222.68608Q96.359375 223.04546 96.296875 223.65483L96.296875 227.85796L95.21875 227.85796L95.21875 223.7017Q95.21875 222.3267 93.859375 222.3267Q92.796875 222.3267 92.40625 223.23296L92.40625 227.85796L91.3125 227.85796L91.3125 221.5142L92.34375 221.5142ZM107.671875 224.7642Q107.671875 226.2017 107.015625 227.09233Q106.359375 227.98296 105.21875 227.98296Q104.0625 227.98296 103.40625 227.24858L103.40625 230.29546L102.328125 230.29546L102.328125 221.5142L103.3125 221.5142L103.359375 222.21733Q104.03125 221.40483 105.203125 221.40483Q106.34375 221.40483 107.0 222.2642Q107.671875 223.12358 107.671875 224.65483L107.671875 224.7642ZM106.59375 224.6392Q106.59375 223.56108 106.125 222.9517Q105.671875 222.3267 104.875 222.3267Q103.890625 222.3267 103.40625 223.18608L103.40625 226.21733Q103.890625 227.09233 104.890625 227.09233Q105.671875 227.09233 106.125 226.48296Q106.59375 225.85796 106.59375 224.6392ZM113.234375 227.23296Q112.609375 227.98296 111.375 227.98296Q110.359375 227.98296 109.828125 227.3892Q109.296875 226.79546 109.296875 225.6392L109.296875 221.5142L110.375 221.5142L110.375 225.60796Q110.375 227.06108 111.546875 227.06108Q112.796875 227.06108 113.203125 226.12358L113.203125 221.5142L114.296875 221.5142L114.296875 227.85796L113.265625 227.85796L113.234375 227.23296ZM117.796875 219.98296L117.796875 221.5142L118.96875 221.5142L118.96875 222.35796L117.796875 222.35796L117.796875 226.27983Q117.796875 226.67046 117.953125 226.85796Q118.109375 227.04546 118.484375 227.04546Q118.671875 227.04546 119.0 226.98296L119.0 227.85796Q118.578125 227.98296 118.171875 227.98296Q117.453125 227.98296 117.078125 227.54546Q116.703125 227.09233 116.703125 226.27983L116.703125 222.35796L115.546875 222.35796L115.546875 221.5142L116.703125 221.5142L116.703125 219.98296L117.796875 219.98296ZM122.953125 227.98296Q121.65625 227.98296 120.84375 227.1392Q120.046875 226.27983 120.046875 224.85796L120.046875 224.67046Q120.046875 223.71733 120.40625 222.98296Q120.765625 222.23296 121.40625 221.8267Q122.0625 221.40483 122.8125 221.40483Q124.046875 221.40483 124.734375 222.21733Q125.421875 223.02983 125.421875 224.54546L125.421875 224.99858L121.125 224.99858Q121.15625 225.93608 121.671875 226.5142Q122.203125 227.09233 123.015625 227.09233Q123.578125 227.09233 123.96875 226.85796Q124.375 226.62358 124.6875 226.23296L125.34375 226.74858Q124.546875 227.98296 122.953125 227.98296ZM122.8125 222.29546Q122.15625 222.29546 121.703125 222.77983Q121.265625 223.24858 121.171875 224.10796L124.34375 224.10796L124.34375 224.02983Q124.296875 223.2017 123.890625 222.74858Q123.5 222.29546 122.8125 222.29546ZM134.3125 223.92046L130.60938 223.92046L130.60938 226.93608L134.90625 226.93608L134.90625 227.85796L129.48438 227.85796L129.48438 219.3267L134.85938 219.3267L134.85938 220.24858L130.60938 220.24858L130.60938 222.99858L134.3125 222.99858L134.3125 223.92046ZM137.34375 221.5142L137.375 222.31108Q138.10938 221.40483 139.28125 221.40483Q141.29688 221.40483 141.3125 223.67046L141.3125 227.85796L140.21875 227.85796L140.21875 223.65483Q140.21875 222.98296 139.90625 222.65483Q139.60938 222.3267 138.95312 222.3267Q138.42188 222.3267 138.01562 222.60796Q137.625 222.8892 137.40625 223.34233L137.40625 227.85796L136.32812 227.85796L136.32812 221.5142L137.34375 221.5142ZM143.0625 224.6392Q143.0625 223.15483 143.75 222.27983Q144.4375 221.40483 145.5625 221.40483Q146.71875 221.40483 147.375 222.21733L147.42188 221.5142L148.42188 221.5142L148.42188 227.7017Q148.42188 228.93608 147.6875 229.6392Q146.95312 230.35796 145.73438 230.35796Q145.04688 230.35796 144.39062 230.06108Q143.73438 229.7642 143.39062 229.2642L143.95312 228.60796Q144.64062 229.46733 145.65625 229.46733Q146.4375 229.46733 146.875 229.0142Q147.32812 228.5767 147.32812 227.7642L147.32812 227.21733Q146.67188 227.98296 145.54688 227.98296Q144.4375 227.98296 143.75 227.09233Q143.0625 226.18608 143.0625 224.6392ZM144.15625 224.7642Q144.15625 225.8267 144.59375 226.4517Q145.03125 227.06108 145.82812 227.06108Q146.84375 227.06108 147.32812 226.12358L147.32812 223.23296Q146.82812 222.3267 145.82812 222.3267Q145.04688 222.3267 144.59375 222.93608Q144.15625 223.54546 144.15625 224.7642ZM151.5 227.85796L150.42188 227.85796L150.42188 221.5142L151.5 221.5142L151.5 227.85796ZM150.32812 219.84233Q150.32812 219.5767 150.48438 219.3892Q150.65625 219.2017 150.96875 219.2017Q151.28125 219.2017 151.4375 219.3892Q151.60938 219.5767 151.60938 219.84233Q151.60938 220.09233 151.4375 220.27983Q151.28125 220.4517 150.96875 220.4517Q150.65625 220.4517 150.48438 220.27983Q150.32812 220.09233 150.32812 219.84233ZM154.34375 221.5142L154.375 222.31108Q155.10938 221.40483 156.28125 221.40483Q158.29688 221.40483 158.3125 223.67046L158.3125 227.85796L157.21875 227.85796L157.21875 223.65483Q157.21875 222.98296 156.90625 222.65483Q156.60938 222.3267 155.95312 222.3267Q155.42188 222.3267 155.01562 222.60796Q154.625 222.8892 154.40625 223.34233L154.40625 227.85796L153.32812 227.85796L153.32812 221.5142L154.34375 221.5142ZM162.95312 227.98296Q161.65625 227.98296 160.84375 227.1392Q160.04688 226.27983 160.04688 224.85796L160.04688 224.67046Q160.04688 223.71733 160.40625 222.98296Q160.76562 222.23296 161.40625 221.8267Q162.0625 221.40483 162.8125 221.40483Q164.04688 221.40483 164.73438 222.21733Q165.42188 223.02983 165.42188 224.54546L165.42188 224.99858L161.125 224.99858Q161.15625 225.93608 161.67188 226.5142Q162.20312 227.09233 163.01562 227.09233Q163.57812 227.09233 163.96875 226.85796Q164.375 226.62358 164.6875 226.23296L165.34375 226.74858Q164.54688 227.98296 162.95312 227.98296ZM162.8125 222.29546Q162.15625 222.29546 161.70312 222.77983Q161.26562 223.24858 161.17188 224.10796L164.34375 224.10796L164.34375 224.02983Q164.29688 223.2017 163.89062 222.74858Q163.5 222.29546 162.8125 222.29546Z" fill-rule="nonzero"/><path fill="#666666" d="M97.203125 257.36954L93.625 257.36954L92.828125 259.6039L91.671875 259.6039L94.921875 251.07266L95.90625 251.07266L99.171875 259.6039L98.015625 259.6039L97.203125 257.36954ZM93.96875 256.44766L96.875 256.44766L95.421875 252.46329L93.96875 256.44766ZM102.328125 256.9164L102.5 258.0414L102.734375 257.0258L104.421875 251.07266L105.375 251.07266L107.015625 257.0258L107.25 258.05704L107.4375 256.9008L108.765625 251.07266L109.890625 251.07266L107.828125 259.6039L106.796875 259.6039L105.03125 253.38516L104.90625 252.72891L104.765625 253.38516L102.953125 259.6039L101.921875 259.6039L99.859375 251.07266L100.984375 251.07266L102.328125 256.9164ZM114.0 255.80704Q112.5625 255.38516 111.890625 254.77579Q111.234375 254.16641 111.234375 253.27579Q111.234375 252.27579 112.03125 251.61954Q112.84375 250.94766 114.140625 250.94766Q115.015625 250.94766 115.703125 251.29141Q116.390625 251.63516 116.765625 252.22891Q117.15625 252.82266 117.15625 253.54141L116.015625 253.54141Q116.015625 252.76016 115.515625 252.32266Q115.03125 251.88516 114.140625 251.88516Q113.3125 251.88516 112.84375 252.26016Q112.375 252.61954 112.375 253.26016Q112.375 253.79141 112.8125 254.15079Q113.265625 254.51016 114.328125 254.80704Q115.390625 255.10391 115.984375 255.46329Q116.59375 255.82266 116.875 256.30704Q117.171875 256.7914 117.171875 257.43204Q117.171875 258.4789 116.359375 259.1039Q115.546875 259.7289 114.203125 259.7289Q113.3125 259.7289 112.546875 259.38516Q111.796875 259.0414 111.375 258.4633Q110.96875 257.86954 110.96875 257.13516L112.09375 257.13516Q112.09375 257.9008 112.671875 258.3539Q113.25 258.80704 114.203125 258.80704Q115.09375 258.80704 115.5625 258.44766Q116.03125 258.07266 116.03125 257.44766Q116.03125 256.82266 115.59375 256.4789Q115.15625 256.13516 114.0 255.80704ZM122.625 258.68204L126.671875 258.68204L126.671875 259.6039L121.484375 259.6039L121.484375 251.07266L122.625 251.07266L122.625 258.68204ZM131.23438 259.6039Q131.14062 259.4164 131.07812 258.93204Q130.32812 259.7289 129.28125 259.7289Q128.34375 259.7289 127.734375 259.19766Q127.140625 258.6664 127.140625 257.8383Q127.140625 256.8539 127.890625 256.30704Q128.64062 255.76016 130.01562 255.76016L131.0625 255.76016L131.0625 255.26016Q131.0625 254.69766 130.71875 254.36954Q130.39062 254.02579 129.71875 254.02579Q129.14062 254.02579 128.75 254.32266Q128.35938 254.60391 128.35938 255.02579L127.265625 255.02579Q127.265625 254.54141 127.59375 254.10391Q127.9375 253.66641 128.51562 253.41641Q129.09375 253.15079 129.78125 253.15079Q130.89062 253.15079 131.5 253.69766Q132.125 254.24454 132.15625 255.19766L132.15625 258.11954Q132.15625 258.99454 132.375 259.51016L132.375 259.6039L131.23438 259.6039ZM129.4375 258.7758Q129.95312 258.7758 130.40625 258.51016Q130.85938 258.24454 131.0625 257.82266L131.0625 256.5258L130.21875 256.5258Q128.21875 256.5258 128.21875 257.69766Q128.21875 258.19766 128.5625 258.49454Q128.90625 258.7758 129.4375 258.7758ZM135.34375 253.26016L135.375 253.96329Q136.0625 253.15079 137.25 253.15079Q138.57812 253.15079 139.0625 254.16641Q139.375 253.71329 139.875 253.43204Q140.39062 253.15079 141.07812 253.15079Q143.17188 253.15079 143.20312 255.35391L143.20312 259.6039L142.125 259.6039L142.125 255.41641Q142.125 254.74454 141.8125 254.41641Q141.5 254.07266 140.76562 254.07266Q140.15625 254.07266 139.75 254.43204Q139.35938 254.79141 139.29688 255.40079L139.29688 259.6039L138.21875 259.6039L138.21875 255.44766Q138.21875 254.07266 136.85938 254.07266Q135.79688 254.07266 135.40625 254.97891L135.40625 259.6039L134.3125 259.6039L134.3125 253.26016L135.34375 253.26016ZM150.6875 256.51016Q150.6875 257.9633 150.01562 258.8539Q149.35938 259.7289 148.23438 259.7289Q147.03125 259.7289 146.375 258.86954L146.3125 259.6039L145.32812 259.6039L145.32812 250.60391L146.40625 250.60391L146.40625 253.96329Q147.0625 253.15079 148.21875 253.15079Q149.375 253.15079 150.03125 254.02579Q150.6875 254.88516 150.6875 256.4164L150.6875 256.51016ZM149.60938 256.38516Q149.60938 255.27579 149.17188 254.68204Q148.75 254.07266 147.95312 254.07266Q146.875 254.07266 146.40625 255.05704L146.40625 257.80704Q146.90625 258.80704 147.95312 258.80704Q148.73438 258.80704 149.17188 258.19766Q149.60938 257.5883 149.60938 256.38516ZM152.0625 256.38516Q152.0625 254.91641 152.75 254.04141Q153.4375 253.15079 154.5625 253.15079Q155.67188 253.15079 156.32812 253.90079L156.32812 250.60391L157.40625 250.60391L157.40625 259.6039L156.40625 259.6039L156.35938 258.9164Q155.70312 259.7289 154.54688 259.7289Q153.45312 259.7289 152.75 258.82266Q152.0625 257.9164 152.0625 256.4633L152.0625 256.38516ZM153.14062 256.51016Q153.14062 257.5883 153.57812 258.19766Q154.03125 258.80704 154.8125 258.80704Q155.84375 258.80704 156.32812 257.86954L156.32812 254.96329Q155.84375 254.07266 154.82812 254.07266Q154.03125 254.07266 153.57812 254.68204Q153.14062 255.29141 153.14062 256.51016ZM163.23438 259.6039Q163.14062 259.4164 163.07812 258.93204Q162.32812 259.7289 161.28125 259.7289Q160.34375 259.7289 159.73438 259.19766Q159.14062 258.6664 159.14062 257.8383Q159.14062 256.8539 159.89062 256.30704Q160.64062 255.76016 162.01562 255.76016L163.0625 255.76016L163.0625 255.26016Q163.0625 254.69766 162.71875 254.36954Q162.39062 254.02579 161.71875 254.02579Q161.14062 254.02579 160.75 254.32266Q160.35938 254.60391 160.35938 255.02579L159.26562 255.02579Q159.26562 254.54141 159.59375 254.10391Q159.9375 253.66641 160.51562 253.41641Q161.09375 253.15079 161.78125 253.15079Q162.89062 253.15079 163.5 253.69766Q164.125 254.24454 164.15625 255.19766L164.15625 258.11954Q164.15625 258.99454 164.375 259.51016L164.375 259.6039L163.23438 259.6039ZM161.4375 258.7758Q161.95312 258.7758 162.40625 258.51016Q162.85938 258.24454 163.0625 257.82266L163.0625 256.5258L162.21875 256.5258Q160.21875 256.5258 160.21875 257.69766Q160.21875 258.19766 160.5625 258.49454Q160.90625 258.7758 161.4375 258.7758Z" fill-rule="nonzero"/><path fill="#666666" d="M42.203125 281.61548L38.625 281.61548L37.828125 283.84985L36.671875 283.84985L39.921875 275.3186L40.90625 275.3186L44.171875 283.84985L43.015625 283.84985L42.203125 281.61548ZM38.96875 280.6936L41.875 280.6936L40.421875 276.70923L38.96875 280.6936ZM47.328125 281.16235L47.5 282.28735L47.734375 281.27173L49.421875 275.3186L50.375 275.3186L52.015625 281.27173L52.25 282.30298L52.4375 281.14673L53.765625 275.3186L54.890625 275.3186L52.828125 283.84985L51.796875 283.84985L50.03125 277.6311L49.90625 276.97485L49.765625 277.6311L47.953125 283.84985L46.921875 283.84985L44.859375 275.3186L45.984375 275.3186L47.328125 281.16235ZM59.0 280.05298Q57.5625 279.6311 56.890625 279.02173Q56.234375 278.41235 56.234375 277.52173Q56.234375 276.52173 57.03125 275.86548Q57.84375 275.1936 59.140625 275.1936Q60.015625 275.1936 60.703125 275.53735Q61.390625 275.8811 61.765625 276.47485Q62.15625 277.0686 62.15625 277.78735L61.015625 277.78735Q61.015625 277.0061 60.515625 276.5686Q60.03125 276.1311 59.140625 276.1311Q58.3125 276.1311 57.84375 276.5061Q57.375 276.86548 57.375 277.5061Q57.375 278.03735 57.8125 278.39673Q58.265625 278.7561 59.328125 279.05298Q60.390625 279.34985 60.984375 279.70923Q61.59375 280.0686 61.875 280.55298Q62.171875 281.03735 62.171875 281.67798Q62.171875 282.72485 61.359375 283.34985Q60.546875 283.97485 59.203125 283.97485Q58.3125 283.97485 57.546875 283.6311Q56.796875 283.28735 56.375 282.70923Q55.96875 282.11548 55.96875 281.3811L57.09375 281.3811Q57.09375 282.14673 57.671875 282.59985Q58.25 283.05298 59.203125 283.05298Q60.09375 283.05298 60.5625 282.6936Q61.03125 282.3186 61.03125 281.6936Q61.03125 281.0686 60.59375 280.72485Q60.15625 280.3811 59.0 280.05298ZM71.3125 279.91235L67.609375 279.91235L67.609375 282.92798L71.90625 282.92798L71.90625 283.84985L66.484375 283.84985L66.484375 275.3186L71.859375 275.3186L71.859375 276.24048L67.609375 276.24048L67.609375 278.99048L71.3125 278.99048L71.3125 279.91235ZM74.5 283.84985L73.421875 283.84985L73.421875 274.84985L74.5 274.84985L74.5 283.84985ZM80.234375 283.84985Q80.140625 283.66235 80.078125 283.17798Q79.328125 283.97485 78.28125 283.97485Q77.34375 283.97485 76.734375 283.4436Q76.140625 282.91235 76.140625 282.08423Q76.140625 281.09985 76.890625 280.55298Q77.640625 280.0061 79.015625 280.0061L80.0625 280.0061L80.0625 279.5061Q80.0625 278.9436 79.71875 278.61548Q79.390625 278.27173 78.71875 278.27173Q78.140625 278.27173 77.75 278.5686Q77.359375 278.84985 77.359375 279.27173L76.265625 279.27173Q76.265625 278.78735 76.59375 278.34985Q76.9375 277.91235 77.515625 277.66235Q78.09375 277.39673 78.78125 277.39673Q79.890625 277.39673 80.5 277.9436Q81.125 278.49048 81.15625 279.4436L81.15625 282.36548Q81.15625 283.24048 81.375 283.7561L81.375 283.84985L80.234375 283.84985ZM78.4375 283.02173Q78.953125 283.02173 79.40625 282.7561Q79.859375 282.49048 80.0625 282.0686L80.0625 280.77173L79.21875 280.77173Q77.21875 280.77173 77.21875 281.9436Q77.21875 282.4436 77.5625 282.74048Q77.90625 283.02173 78.4375 283.02173ZM87.015625 282.16235Q87.015625 281.72485 86.671875 281.49048Q86.34375 281.24048 85.515625 281.0686Q84.703125 280.89673 84.21875 280.64673Q83.734375 280.39673 83.5 280.0686Q83.28125 279.72485 83.28125 279.2561Q83.28125 278.47485 83.9375 277.9436Q84.59375 277.39673 85.625 277.39673Q86.703125 277.39673 87.359375 277.95923Q88.03125 278.5061 88.03125 279.36548L86.953125 279.36548Q86.953125 278.92798 86.5625 278.61548Q86.1875 278.28735 85.625 278.28735Q85.03125 278.28735 84.6875 278.55298Q84.359375 278.80298 84.359375 279.20923Q84.359375 279.59985 84.671875 279.80298Q84.984375 280.0061 85.796875 280.1936Q86.609375 280.36548 87.109375 280.61548Q87.609375 280.86548 87.84375 281.22485Q88.09375 281.58423 88.09375 282.08423Q88.09375 282.9436 87.40625 283.45923Q86.734375 283.97485 85.65625 283.97485Q84.890625 283.97485 84.296875 283.70923Q83.71875 283.42798 83.390625 282.9436Q83.0625 282.45923 83.0625 281.89673L84.140625 281.89673Q84.171875 282.4436 84.578125 282.77173Q84.984375 283.08423 85.65625 283.08423Q86.265625 283.08423 86.640625 282.83423Q87.015625 282.58423 87.015625 282.16235ZM90.796875 275.97485L90.796875 277.5061L91.96875 277.5061L91.96875 278.34985L90.796875 278.34985L90.796875 282.27173Q90.796875 282.66235 90.953125 282.84985Q91.109375 283.03735 91.484375 283.03735Q91.671875 283.03735 92.0 282.97485L92.0 283.84985Q91.578125 283.97485 91.171875 283.97485Q90.453125 283.97485 90.078125 283.53735Q89.703125 283.08423 89.703125 282.27173L89.703125 278.34985L88.546875 278.34985L88.546875 277.5061L89.703125 277.5061L89.703125 275.97485L90.796875 275.97485ZM94.5 283.84985L93.421875 283.84985L93.421875 277.5061L94.5 277.5061L94.5 283.84985ZM93.328125 275.83423Q93.328125 275.5686 93.484375 275.3811Q93.65625 275.1936 93.96875 275.1936Q94.28125 275.1936 94.4375 275.3811Q94.609375 275.5686 94.609375 275.83423Q94.609375 276.08423 94.4375 276.27173Q94.28125 276.4436 93.96875 276.4436Q93.65625 276.4436 93.484375 276.27173Q93.328125 276.08423 93.328125 275.83423ZM98.859375 283.08423Q99.4375 283.08423 99.875 282.74048Q100.3125 282.3811 100.359375 281.84985L101.390625 281.84985Q101.359375 282.39673 101.0 282.89673Q100.65625 283.3811 100.078125 283.67798Q99.515625 283.97485 98.859375 283.97485Q97.5625 283.97485 96.796875 283.11548Q96.046875 282.24048 96.046875 280.74048L96.046875 280.55298Q96.046875 279.6311 96.375 278.91235Q96.71875 278.1936 97.34375 277.80298Q97.984375 277.39673 98.859375 277.39673Q99.921875 277.39673 100.625 278.03735Q101.34375 278.66235 101.390625 279.6936L100.359375 279.6936Q100.3125 279.0686 99.890625 278.67798Q99.46875 278.28735 98.859375 278.28735Q98.03125 278.28735 97.578125 278.8811Q97.125 279.47485 97.125 280.59985L97.125 280.80298Q97.125 281.89673 97.578125 282.49048Q98.03125 283.08423 98.859375 283.08423ZM107.65625 279.8811L106.609375 280.95923L106.609375 283.84985L105.484375 283.84985L105.484375 275.3186L106.609375 275.3186L106.609375 279.53735L110.40625 275.3186L111.765625 275.3186L108.40625 279.08423L112.03125 283.84985L110.6875 283.84985L107.65625 279.8811ZM117.234375 283.22485Q116.609375 283.97485 115.375 283.97485Q114.359375 283.97485 113.828125 283.3811Q113.296875 282.78735 113.296875 281.6311L113.296875 277.5061L114.375 277.5061L114.375 281.59985Q114.375 283.05298 115.546875 283.05298Q116.796875 283.05298 117.203125 282.11548L117.203125 277.5061L118.296875 277.5061L118.296875 283.84985L117.265625 283.84985L117.234375 283.22485ZM125.6875 280.7561Q125.6875 282.20923 125.015625 283.09985Q124.359375 283.97485 123.234375 283.97485Q122.03125 283.97485 121.375 283.11548L121.3125 283.84985L120.328125 283.84985L120.328125 274.84985L121.40625 274.84985L121.40625 278.20923Q122.0625 277.39673 123.21875 277.39673Q124.375 277.39673 125.03125 278.27173Q125.6875 279.1311 125.6875 280.66235L125.6875 280.7561ZM124.609375 280.6311Q124.609375 279.52173 124.171875 278.92798Q123.75 278.3186 122.953125 278.3186Q121.875 278.3186 121.40625 279.30298L121.40625 282.05298Q121.90625 283.05298 122.953125 283.05298Q123.734375 283.05298 124.171875 282.4436Q124.609375 281.83423 124.609375 280.6311ZM129.95312 283.97485Q128.65625 283.97485 127.84375 283.1311Q127.046875 282.27173 127.046875 280.84985L127.046875 280.66235Q127.046875 279.70923 127.40625 278.97485Q127.765625 278.22485 128.40625 277.8186Q129.0625 277.39673 129.8125 277.39673Q131.04688 277.39673 131.73438 278.20923Q132.42188 279.02173 132.42188 280.53735L132.42188 280.99048L128.125 280.99048Q128.15625 281.92798 128.67188 282.5061Q129.20312 283.08423 130.01562 283.08423Q130.57812 283.08423 130.96875 282.84985Q131.375 282.61548 131.6875 282.22485L132.34375 282.74048Q131.54688 283.97485 129.95312 283.97485ZM129.8125 278.28735Q129.15625 278.28735 128.70312 278.77173Q128.26562 279.24048 128.17188 280.09985L131.34375 280.09985L131.34375 280.02173Q131.29688 279.1936 130.89062 278.74048Q130.5 278.28735 129.8125 278.28735ZM136.39062 278.47485Q136.14062 278.4436 135.85938 278.4436Q134.78125 278.4436 134.40625 279.34985L134.40625 283.84985L133.32812 283.84985L133.32812 277.5061L134.375 277.5061L134.39062 278.24048Q134.92188 277.39673 135.90625 277.39673Q136.21875 277.39673 136.39062 277.47485L136.39062 278.47485ZM138.34375 277.5061L138.375 278.30298Q139.10938 277.39673 140.28125 277.39673Q142.29688 277.39673 142.3125 279.66235L142.3125 283.84985L141.21875 283.84985L141.21875 279.64673Q141.21875 278.97485 140.90625 278.64673Q140.60938 278.3186 139.95312 278.3186Q139.42188 278.3186 139.01562 278.59985Q138.625 278.8811 138.40625 279.33423L138.40625 283.84985L137.32812 283.84985L137.32812 277.5061L138.34375 277.5061ZM146.95312 283.97485Q145.65625 283.97485 144.84375 283.1311Q144.04688 282.27173 144.04688 280.84985L144.04688 280.66235Q144.04688 279.70923 144.40625 278.97485Q144.76562 278.22485 145.40625 277.8186Q146.0625 277.39673 146.8125 277.39673Q148.04688 277.39673 148.73438 278.20923Q149.42188 279.02173 149.42188 280.53735L149.42188 280.99048L145.125 280.99048Q145.15625 281.92798 145.67188 282.5061Q146.20312 283.08423 147.01562 283.08423Q147.57812 283.08423 147.96875 282.84985Q148.375 282.61548 148.6875 282.22485L149.34375 282.74048Q148.54688 283.97485 146.95312 283.97485ZM146.8125 278.28735Q146.15625 278.28735 145.70312 278.77173Q145.26562 279.24048 145.17188 280.09985L148.34375 280.09985L148.34375 280.02173Q148.29688 279.1936 147.89062 278.74048Q147.5 278.28735 146.8125 278.28735ZM151.79688 275.97485L151.79688 277.5061L152.96875 277.5061L152.96875 278.34985L151.79688 278.34985L151.79688 282.27173Q151.79688 282.66235 151.95312 282.84985Q152.10938 283.03735 152.48438 283.03735Q152.67188 283.03735 153.0 282.97485L153.0 283.84985Q152.57812 283.97485 152.17188 283.97485Q151.45312 283.97485 151.07812 283.53735Q150.70312 283.08423 150.70312 282.27173L150.70312 278.34985L149.54688 278.34985L149.54688 277.5061L150.70312 277.5061L150.70312 275.97485L151.79688 275.97485ZM156.95312 283.97485Q155.65625 283.97485 154.84375 283.1311Q154.04688 282.27173 154.04688 280.84985L154.04688 280.66235Q154.04688 279.70923 154.40625 278.97485Q154.76562 278.22485 155.40625 277.8186Q156.0625 277.39673 156.8125 277.39673Q158.04688 277.39673 158.73438 278.20923Q159.42188 279.02173 159.42188 280.53735L159.42188 280.99048L155.125 280.99048Q155.15625 281.92798 155.67188 282.5061Q156.20312 283.08423 157.01562 283.08423Q157.57812 283.08423 157.96875 282.84985Q158.375 282.61548 158.6875 282.22485L159.34375 282.74048Q158.54688 283.97485 156.95312 283.97485ZM156.8125 278.28735Q156.15625 278.28735 155.70312 278.77173Q155.26562 279.24048 155.17188 280.09985L158.34375 280.09985L158.34375 280.02173Q158.29688 279.1936 157.89062 278.74048Q157.5 278.28735 156.8125 278.28735ZM164.01562 282.16235Q164.01562 281.72485 163.67188 281.49048Q163.34375 281.24048 162.51562 281.0686Q161.70312 280.89673 161.21875 280.64673Q160.73438 280.39673 160.5 280.0686Q160.28125 279.72485 160.28125 279.2561Q160.28125 278.47485 160.9375 277.9436Q161.59375 277.39673 162.625 277.39673Q163.70312 277.39673 164.35938 277.95923Q165.03125 278.5061 165.03125 279.36548L163.95312 279.36548Q163.95312 278.92798 163.5625 278.61548Q163.1875 278.28735 162.625 278.28735Q162.03125 278.28735 161.6875 278.55298Q161.35938 278.80298 161.35938 279.20923Q161.35938 279.59985 161.67188 279.80298Q161.98438 280.0061 162.79688 280.1936Q163.60938 280.36548 164.10938 280.61548Q164.60938 280.86548 164.84375 281.22485Q165.09375 281.58423 165.09375 282.08423Q165.09375 282.9436 164.40625 283.45923Q163.73438 283.97485 162.65625 283.97485Q161.89062 283.97485 161.29688 283.70923Q160.71875 283.42798 160.39062 282.9436Q160.0625 282.45923 160.0625 281.89673L161.14062 281.89673Q161.17188 282.4436 161.57812 282.77173Q161.98438 283.08423 162.65625 283.08423Q163.26562 283.08423 163.64062 282.83423Q164.01562 282.58423 164.01562 282.16235Z" fill-rule="nonzero"/><path fill="#666666" d="M131.0 295.05298Q129.5625 294.6311 128.89062 294.02173Q128.23438 293.41235 128.23438 292.52173Q128.23438 291.52173 129.03125 290.86548Q129.84375 290.1936 131.14062 290.1936Q132.01562 290.1936 132.70312 290.53735Q133.39062 290.8811 133.76562 291.47485Q134.15625 292.0686 134.15625 292.78735L133.01562 292.78735Q133.01562 292.0061 132.51562 291.5686Q132.03125 291.1311 131.14062 291.1311Q130.3125 291.1311 129.84375 291.5061Q129.375 291.86548 129.375 292.5061Q129.375 293.03735 129.8125 293.39673Q130.26562 293.7561 131.32812 294.05298Q132.39062 294.34985 132.98438 294.70923Q133.59375 295.0686 133.875 295.55298Q134.17188 296.03735 134.17188 296.67798Q134.17188 297.72485 133.35938 298.34985Q132.54688 298.97485 131.20312 298.97485Q130.3125 298.97485 129.54688 298.6311Q128.79688 298.28735 128.375 297.70923Q127.96875 297.11548 127.96875 296.3811L129.09375 296.3811Q129.09375 297.14673 129.67188 297.59985Q130.25 298.05298 131.20312 298.05298Q132.09375 298.05298 132.5625 297.6936Q133.03125 297.3186 133.03125 296.6936Q133.03125 296.0686 132.59375 295.72485Q132.15625 295.3811 131.0 295.05298ZM137.95312 298.97485Q136.65625 298.97485 135.84375 298.1311Q135.04688 297.27173 135.04688 295.84985L135.04688 295.66235Q135.04688 294.70923 135.40625 293.97485Q135.76562 293.22485 136.40625 292.8186Q137.0625 292.39673 137.8125 292.39673Q139.04688 292.39673 139.73438 293.20923Q140.42188 294.02173 140.42188 295.53735L140.42188 295.99048L136.125 295.99048Q136.15625 296.92798 136.67188 297.5061Q137.20312 298.08423 138.01562 298.08423Q138.57812 298.08423 138.96875 297.84985Q139.375 297.61548 139.6875 297.22485L140.34375 297.74048Q139.54688 298.97485 137.95312 298.97485ZM137.8125 293.28735Q137.15625 293.28735 136.70312 293.77173Q136.26562 294.24048 136.17188 295.09985L139.34375 295.09985L139.34375 295.02173Q139.29688 294.1936 138.89062 293.74048Q138.5 293.28735 137.8125 293.28735ZM144.39062 293.47485Q144.14062 293.4436 143.85938 293.4436Q142.78125 293.4436 142.40625 294.34985L142.40625 298.84985L141.32812 298.84985L141.32812 292.5061L142.375 292.5061L142.39062 293.24048Q142.92188 292.39673 143.90625 292.39673Q144.21875 292.39673 144.39062 292.47485L144.39062 293.47485ZM147.40625 297.3811L148.98438 292.5061L150.09375 292.5061L147.8125 298.84985L146.98438 298.84985L144.6875 292.5061L145.79688 292.5061L147.40625 297.3811ZM152.5 298.84985L151.42188 298.84985L151.42188 292.5061L152.5 292.5061L152.5 298.84985ZM151.32812 290.83423Q151.32812 290.5686 151.48438 290.3811Q151.65625 290.1936 151.96875 290.1936Q152.28125 290.1936 152.4375 290.3811Q152.60938 290.5686 152.60938 290.83423Q152.60938 291.08423 152.4375 291.27173Q152.28125 291.4436 151.96875 291.4436Q151.65625 291.4436 151.48438 291.27173Q151.32812 291.08423 151.32812 290.83423ZM156.85938 298.08423Q157.4375 298.08423 157.875 297.74048Q158.3125 297.3811 158.35938 296.84985L159.39062 296.84985Q159.35938 297.39673 159.0 297.89673Q158.65625 298.3811 158.07812 298.67798Q157.51562 298.97485 156.85938 298.97485Q155.5625 298.97485 154.79688 298.11548Q154.04688 297.24048 154.04688 295.74048L154.04688 295.55298Q154.04688 294.6311 154.375 293.91235Q154.71875 293.1936 155.34375 292.80298Q155.98438 292.39673 156.85938 292.39673Q157.92188 292.39673 158.625 293.03735Q159.34375 293.66235 159.39062 294.6936L158.35938 294.6936Q158.3125 294.0686 157.89062 293.67798Q157.46875 293.28735 156.85938 293.28735Q156.03125 293.28735 155.57812 293.8811Q155.125 294.47485 155.125 295.59985L155.125 295.80298Q155.125 296.89673 155.57812 297.49048Q156.03125 298.08423 156.85938 298.08423ZM162.95312 298.97485Q161.65625 298.97485 160.84375 298.1311Q160.04688 297.27173 160.04688 295.84985L160.04688 295.66235Q160.04688 294.70923 160.40625 293.97485Q160.76562 293.22485 161.40625 292.8186Q162.0625 292.39673 162.8125 292.39673Q164.04688 292.39673 164.73438 293.20923Q165.42188 294.02173 165.42188 295.53735L165.42188 295.99048L161.125 295.99048Q161.15625 296.92798 161.67188 297.5061Q162.20312 298.08423 163.01562 298.08423Q163.57812 298.08423 163.96875 297.84985Q164.375 297.61548 164.6875 297.22485L165.34375 297.74048Q164.54688 298.97485 162.95312 298.97485ZM162.8125 293.28735Q162.15625 293.28735 161.70312 293.77173Q161.26562 294.24048 161.17188 295.09985L164.34375 295.09985L164.34375 295.02173Q164.29688 294.1936 163.89062 293.74048Q163.5 293.28735 162.8125 293.28735Z" fill-rule="nonzero"/><path fill="#666666" d="M50.203125 313.36142L46.625 313.36142L45.828125 315.5958L44.671875 315.5958L47.921875 307.06454L48.90625 307.06454L52.171875 315.5958L51.015625 315.5958L50.203125 313.36142ZM46.96875 312.43954L49.875 312.43954L48.421875 308.45517L46.96875 312.43954ZM55.328125 312.9083L55.5 314.0333L55.734375 313.01767L57.421875 307.06454L58.375 307.06454L60.015625 313.01767L60.25 314.04892L60.4375 312.89267L61.765625 307.06454L62.890625 307.06454L60.828125 315.5958L59.796875 315.5958L58.03125 309.37704L57.90625 308.7208L57.765625 309.37704L55.953125 315.5958L54.921875 315.5958L52.859375 307.06454L53.984375 307.06454L55.328125 312.9083ZM67.0 311.79892Q65.5625 311.37704 64.890625 310.76767Q64.234375 310.1583 64.234375 309.26767Q64.234375 308.26767 65.03125 307.61142Q65.84375 306.93954 67.140625 306.93954Q68.015625 306.93954 68.703125 307.2833Q69.390625 307.62704 69.765625 308.2208Q70.15625 308.81454 70.15625 309.5333L69.015625 309.5333Q69.015625 308.75204 68.515625 308.31454Q68.03125 307.87704 67.140625 307.87704Q66.3125 307.87704 65.84375 308.25204Q65.375 308.61142 65.375 309.25204Q65.375 309.7833 65.8125 310.14267Q66.265625 310.50204 67.328125 310.79892Q68.390625 311.0958 68.984375 311.45517Q69.59375 311.81454 69.875 312.29892Q70.171875 312.7833 70.171875 313.42392Q70.171875 314.4708 69.359375 315.0958Q68.546875 315.7208 67.203125 315.7208Q66.3125 315.7208 65.546875 315.37704Q64.796875 315.0333 64.375 314.45517Q63.96875 313.86142 63.96875 313.12704L65.09375 313.12704Q65.09375 313.89267 65.671875 314.3458Q66.25 314.79892 67.203125 314.79892Q68.09375 314.79892 68.5625 314.43954Q69.03125 314.06454 69.03125 313.43954Q69.03125 312.81454 68.59375 312.4708Q68.15625 312.12704 67.0 311.79892ZM79.3125 311.6583L75.609375 311.6583L75.609375 314.67392L79.90625 314.67392L79.90625 315.5958L74.484375 315.5958L74.484375 307.06454L79.859375 307.06454L79.859375 307.98642L75.609375 307.98642L75.609375 310.73642L79.3125 310.73642L79.3125 311.6583ZM82.5 315.5958L81.421875 315.5958L81.421875 306.5958L82.5 306.5958L82.5 315.5958ZM88.234375 315.5958Q88.140625 315.4083 88.078125 314.92392Q87.328125 315.7208 86.28125 315.7208Q85.34375 315.7208 84.734375 315.18954Q84.140625 314.6583 84.140625 313.83017Q84.140625 312.8458 84.890625 312.29892Q85.640625 311.75204 87.015625 311.75204L88.0625 311.75204L88.0625 311.25204Q88.0625 310.68954 87.71875 310.36142Q87.390625 310.01767 86.71875 310.01767Q86.140625 310.01767 85.75 310.31454Q85.359375 310.5958 85.359375 311.01767L84.265625 311.01767Q84.265625 310.5333 84.59375 310.0958Q84.9375 309.6583 85.515625 309.4083Q86.09375 309.14267 86.78125 309.14267Q87.890625 309.14267 88.5 309.68954Q89.125 310.23642 89.15625 311.18954L89.15625 314.11142Q89.15625 314.98642 89.375 315.50204L89.375 315.5958L88.234375 315.5958ZM86.4375 314.76767Q86.953125 314.76767 87.40625 314.50204Q87.859375 314.23642 88.0625 313.81454L88.0625 312.51767L87.21875 312.51767Q85.21875 312.51767 85.21875 313.68954Q85.21875 314.18954 85.5625 314.48642Q85.90625 314.76767 86.4375 314.76767ZM95.015625 313.9083Q95.015625 313.4708 94.671875 313.23642Q94.34375 312.98642 93.515625 312.81454Q92.703125 312.64267 92.21875 312.39267Q91.734375 312.14267 91.5 311.81454Q91.28125 311.4708 91.28125 311.00204Q91.28125 310.2208 91.9375 309.68954Q92.59375 309.14267 93.625 309.14267Q94.703125 309.14267 95.359375 309.70517Q96.03125 310.25204 96.03125 311.11142L94.953125 311.11142Q94.953125 310.67392 94.5625 310.36142Q94.1875 310.0333 93.625 310.0333Q93.03125 310.0333 92.6875 310.29892Q92.359375 310.54892 92.359375 310.95517Q92.359375 311.3458 92.671875 311.54892Q92.984375 311.75204 93.796875 311.93954Q94.609375 312.11142 95.109375 312.36142Q95.609375 312.61142 95.84375 312.9708Q96.09375 313.33017 96.09375 313.83017Q96.09375 314.68954 95.40625 315.20517Q94.734375 315.7208 93.65625 315.7208Q92.890625 315.7208 92.296875 315.45517Q91.71875 315.17392 91.390625 314.68954Q91.0625 314.20517 91.0625 313.64267L92.140625 313.64267Q92.171875 314.18954 92.578125 314.51767Q92.984375 314.83017 93.65625 314.83017Q94.265625 314.83017 94.640625 314.58017Q95.015625 314.33017 95.015625 313.9083ZM98.796875 307.7208L98.796875 309.25204L99.96875 309.25204L99.96875 310.0958L98.796875 310.0958L98.796875 314.01767Q98.796875 314.4083 98.953125 314.5958Q99.109375 314.7833 99.484375 314.7833Q99.671875 314.7833 100.0 314.7208L100.0 315.5958Q99.578125 315.7208 99.171875 315.7208Q98.453125 315.7208 98.078125 315.2833Q97.703125 314.83017 97.703125 314.01767L97.703125 310.0958L96.546875 310.0958L96.546875 309.25204L97.703125 309.25204L97.703125 307.7208L98.796875 307.7208ZM102.5 315.5958L101.421875 315.5958L101.421875 309.25204L102.5 309.25204L102.5 315.5958ZM101.328125 307.58017Q101.328125 307.31454 101.484375 307.12704Q101.65625 306.93954 101.96875 306.93954Q102.28125 306.93954 102.4375 307.12704Q102.609375 307.31454 102.609375 307.58017Q102.609375 307.83017 102.4375 308.01767Q102.28125 308.18954 101.96875 308.18954Q101.65625 308.18954 101.484375 308.01767Q101.328125 307.83017 101.328125 307.58017ZM106.859375 314.83017Q107.4375 314.83017 107.875 314.48642Q108.3125 314.12704 108.359375 313.5958L109.390625 313.5958Q109.359375 314.14267 109.0 314.64267Q108.65625 315.12704 108.078125 315.42392Q107.515625 315.7208 106.859375 315.7208Q105.5625 315.7208 104.796875 314.86142Q104.046875 313.98642 104.046875 312.48642L104.046875 312.29892Q104.046875 311.37704 104.375 310.6583Q104.71875 309.93954 105.34375 309.54892Q105.984375 309.14267 106.859375 309.14267Q107.921875 309.14267 108.625 309.7833Q109.34375 310.4083 109.390625 311.43954L108.359375 311.43954Q108.3125 310.81454 107.890625 310.42392Q107.46875 310.0333 106.859375 310.0333Q106.03125 310.0333 105.578125 310.62704Q105.125 311.2208 105.125 312.3458L105.125 312.54892Q105.125 313.64267 105.578125 314.23642Q106.03125 314.83017 106.859375 314.83017ZM119.765625 312.89267Q119.609375 314.23642 118.765625 314.98642Q117.921875 315.7208 116.53125 315.7208Q115.015625 315.7208 114.109375 314.64267Q113.203125 313.54892 113.203125 311.7208L113.203125 310.9083Q113.203125 309.7208 113.625 308.81454Q114.046875 307.9083 114.828125 307.42392Q115.609375 306.93954 116.625 306.93954Q117.984375 306.93954 118.796875 307.70517Q119.625 308.4708 119.765625 309.79892L118.640625 309.79892Q118.484375 308.7833 118.0 308.33017Q117.515625 307.87704 116.625 307.87704Q115.546875 307.87704 114.9375 308.67392Q114.328125 309.4708 114.328125 310.93954L114.328125 311.76767Q114.328125 313.1583 114.90625 313.98642Q115.484375 314.79892 116.53125 314.79892Q117.46875 314.79892 117.96875 314.37704Q118.46875 313.93954 118.640625 312.89267L119.765625 312.89267ZM121.03125 312.36142Q121.03125 311.43954 121.390625 310.68954Q121.765625 309.93954 122.421875 309.54892Q123.078125 309.14267 123.90625 309.14267Q125.203125 309.14267 126.0 310.0333Q126.8125 310.92392 126.8125 312.42392L126.8125 312.50204Q126.8125 313.42392 126.453125 314.1583Q126.09375 314.89267 125.4375 315.31454Q124.78125 315.7208 123.921875 315.7208Q122.640625 315.7208 121.828125 314.83017Q121.03125 313.92392 121.03125 312.43954L121.03125 312.36142ZM122.125 312.50204Q122.125 313.54892 122.609375 314.18954Q123.109375 314.83017 123.921875 314.83017Q124.75 314.83017 125.234375 314.18954Q125.71875 313.5333 125.71875 312.36142Q125.71875 311.33017 125.21875 310.68954Q124.734375 310.0333 123.90625 310.0333Q123.109375 310.0333 122.609375 310.67392Q122.125 311.29892 122.125 312.50204ZM129.34375 309.25204L129.375 310.04892Q130.10938 309.14267 131.28125 309.14267Q133.29688 309.14267 133.3125 311.4083L133.3125 315.5958L132.21875 315.5958L132.21875 311.39267Q132.21875 310.7208 131.90625 310.39267Q131.60938 310.06454 130.95312 310.06454Q130.42188 310.06454 130.01562 310.3458Q129.625 310.62704 129.40625 311.08017L129.40625 315.5958L128.32812 315.5958L128.32812 309.25204L129.34375 309.25204ZM136.79688 307.7208L136.79688 309.25204L137.96875 309.25204L137.96875 310.0958L136.79688 310.0958L136.79688 314.01767Q136.79688 314.4083 136.95312 314.5958Q137.10938 314.7833 137.48438 314.7833Q137.67188 314.7833 138.0 314.7208L138.0 315.5958Q137.57812 315.7208 137.17188 315.7208Q136.45312 315.7208 136.07812 315.2833Q135.70312 314.83017 135.70312 314.01767L135.70312 310.0958L134.54688 310.0958L134.54688 309.25204L135.70312 309.25204L135.70312 307.7208L136.79688 307.7208ZM143.23438 315.5958Q143.14062 315.4083 143.07812 314.92392Q142.32812 315.7208 141.28125 315.7208Q140.34375 315.7208 139.73438 315.18954Q139.14062 314.6583 139.14062 313.83017Q139.14062 312.8458 139.89062 312.29892Q140.64062 311.75204 142.01562 311.75204L143.0625 311.75204L143.0625 311.25204Q143.0625 310.68954 142.71875 310.36142Q142.39062 310.01767 141.71875 310.01767Q141.14062 310.01767 140.75 310.31454Q140.35938 310.5958 140.35938 311.01767L139.26562 311.01767Q139.26562 310.5333 139.59375 310.0958Q139.9375 309.6583 140.51562 309.4083Q141.09375 309.14267 141.78125 309.14267Q142.89062 309.14267 143.5 309.68954Q144.125 310.23642 144.15625 311.18954L144.15625 314.11142Q144.15625 314.98642 144.375 315.50204L144.375 315.5958L143.23438 315.5958ZM141.4375 314.76767Q141.95312 314.76767 142.40625 314.50204Q142.85938 314.23642 143.0625 313.81454L143.0625 312.51767L142.21875 312.51767Q140.21875 312.51767 140.21875 313.68954Q140.21875 314.18954 140.5625 314.48642Q140.90625 314.76767 141.4375 314.76767ZM147.5 315.5958L146.42188 315.5958L146.42188 309.25204L147.5 309.25204L147.5 315.5958ZM146.32812 307.58017Q146.32812 307.31454 146.48438 307.12704Q146.65625 306.93954 146.96875 306.93954Q147.28125 306.93954 147.4375 307.12704Q147.60938 307.31454 147.60938 307.58017Q147.60938 307.83017 147.4375 308.01767Q147.28125 308.18954 146.96875 308.18954Q146.65625 308.18954 146.48438 308.01767Q146.32812 307.83017 146.32812 307.58017ZM150.34375 309.25204L150.375 310.04892Q151.10938 309.14267 152.28125 309.14267Q154.29688 309.14267 154.3125 311.4083L154.3125 315.5958L153.21875 315.5958L153.21875 311.39267Q153.21875 310.7208 152.90625 310.39267Q152.60938 310.06454 151.95312 310.06454Q151.42188 310.06454 151.01562 310.3458Q150.625 310.62704 150.40625 311.08017L150.40625 315.5958L149.32812 315.5958L149.32812 309.25204L150.34375 309.25204ZM158.95312 315.7208Q157.65625 315.7208 156.84375 314.87704Q156.04688 314.01767 156.04688 312.5958L156.04688 312.4083Q156.04688 311.45517 156.40625 310.7208Q156.76562 309.9708 157.40625 309.56454Q158.0625 309.14267 158.8125 309.14267Q160.04688 309.14267 160.73438 309.95517Q161.42188 310.76767 161.42188 312.2833L161.42188 312.73642L157.125 312.73642Q157.15625 313.67392 157.67188 314.25204Q158.20312 314.83017 159.01562 314.83017Q159.57812 314.83017 159.96875 314.5958Q160.375 314.36142 160.6875 313.9708L161.34375 314.48642Q160.54688 315.7208 158.95312 315.7208ZM158.8125 310.0333Q158.15625 310.0333 157.70312 310.51767Q157.26562 310.98642 157.17188 311.8458L160.34375 311.8458L160.34375 311.76767Q160.29688 310.93954 159.89062 310.48642Q159.5 310.0333 158.8125 310.0333ZM165.39062 310.2208Q165.14062 310.18954 164.85938 310.18954Q163.78125 310.18954 163.40625 311.0958L163.40625 315.5958L162.32812 315.5958L162.32812 309.25204L163.375 309.25204L163.39062 309.98642Q163.92188 309.14267 164.90625 309.14267Q165.21875 309.14267 165.39062 309.2208L165.39062 310.2208Z" fill-rule="nonzero"/><path fill="#666666" d="M131.0 326.79892Q129.5625 326.37704 128.89062 325.76767Q128.23438 325.1583 128.23438 324.26767Q128.23438 323.26767 129.03125 322.61142Q129.84375 321.93954 131.14062 321.93954Q132.01562 321.93954 132.70312 322.2833Q133.39062 322.62704 133.76562 323.2208Q134.15625 323.81454 134.15625 324.5333L133.01562 324.5333Q133.01562 323.75204 132.51562 323.31454Q132.03125 322.87704 131.14062 322.87704Q130.3125 322.87704 129.84375 323.25204Q129.375 323.61142 129.375 324.25204Q129.375 324.7833 129.8125 325.14267Q130.26562 325.50204 131.32812 325.79892Q132.39062 326.0958 132.98438 326.45517Q133.59375 326.81454 133.875 327.29892Q134.17188 327.7833 134.17188 328.42392Q134.17188 329.4708 133.35938 330.0958Q132.54688 330.7208 131.20312 330.7208Q130.3125 330.7208 129.54688 330.37704Q128.79688 330.0333 128.375 329.45517Q127.96875 328.86142 127.96875 328.12704L129.09375 328.12704Q129.09375 328.89267 129.67188 329.3458Q130.25 329.79892 131.20312 329.79892Q132.09375 329.79892 132.5625 329.43954Q133.03125 329.06454 133.03125 328.43954Q133.03125 327.81454 132.59375 327.4708Q132.15625 327.12704 131.0 326.79892ZM137.95312 330.7208Q136.65625 330.7208 135.84375 329.87704Q135.04688 329.01767 135.04688 327.5958L135.04688 327.4083Q135.04688 326.45517 135.40625 325.7208Q135.76562 324.9708 136.40625 324.56454Q137.0625 324.14267 137.8125 324.14267Q139.04688 324.14267 139.73438 324.95517Q140.42188 325.76767 140.42188 327.2833L140.42188 327.73642L136.125 327.73642Q136.15625 328.67392 136.67188 329.25204Q137.20312 329.83017 138.01562 329.83017Q138.57812 329.83017 138.96875 329.5958Q139.375 329.36142 139.6875 328.9708L140.34375 329.48642Q139.54688 330.7208 137.95312 330.7208ZM137.8125 325.0333Q137.15625 325.0333 136.70312 325.51767Q136.26562 325.98642 136.17188 326.8458L139.34375 326.8458L139.34375 326.76767Q139.29688 325.93954 138.89062 325.48642Q138.5 325.0333 137.8125 325.0333ZM144.39062 325.2208Q144.14062 325.18954 143.85938 325.18954Q142.78125 325.18954 142.40625 326.0958L142.40625 330.5958L141.32812 330.5958L141.32812 324.25204L142.375 324.25204L142.39062 324.98642Q142.92188 324.14267 143.90625 324.14267Q144.21875 324.14267 144.39062 324.2208L144.39062 325.2208ZM147.40625 329.12704L148.98438 324.25204L150.09375 324.25204L147.8125 330.5958L146.98438 330.5958L144.6875 324.25204L145.79688 324.25204L147.40625 329.12704ZM152.5 330.5958L151.42188 330.5958L151.42188 324.25204L152.5 324.25204L152.5 330.5958ZM151.32812 322.58017Q151.32812 322.31454 151.48438 322.12704Q151.65625 321.93954 151.96875 321.93954Q152.28125 321.93954 152.4375 322.12704Q152.60938 322.31454 152.60938 322.58017Q152.60938 322.83017 152.4375 323.01767Q152.28125 323.18954 151.96875 323.18954Q151.65625 323.18954 151.48438 323.01767Q151.32812 322.83017 151.32812 322.58017ZM156.85938 329.83017Q157.4375 329.83017 157.875 329.48642Q158.3125 329.12704 158.35938 328.5958L159.39062 328.5958Q159.35938 329.14267 159.0 329.64267Q158.65625 330.12704 158.07812 330.42392Q157.51562 330.7208 156.85938 330.7208Q155.5625 330.7208 154.79688 329.86142Q154.04688 328.98642 154.04688 327.48642L154.04688 327.29892Q154.04688 326.37704 154.375 325.6583Q154.71875 324.93954 155.34375 324.54892Q155.98438 324.14267 156.85938 324.14267Q157.92188 324.14267 158.625 324.7833Q159.34375 325.4083 159.39062 326.43954L158.35938 326.43954Q158.3125 325.81454 157.89062 325.42392Q157.46875 325.0333 156.85938 325.0333Q156.03125 325.0333 155.57812 325.62704Q155.125 326.2208 155.125 327.3458L155.125 327.54892Q155.125 328.64267 155.57812 329.23642Q156.03125 329.83017 156.85938 329.83017ZM162.95312 330.7208Q161.65625 330.7208 160.84375 329.87704Q160.04688 329.01767 160.04688 327.5958L160.04688 327.4083Q160.04688 326.45517 160.40625 325.7208Q160.76562 324.9708 161.40625 324.56454Q162.0625 324.14267 162.8125 324.14267Q164.04688 324.14267 164.73438 324.95517Q165.42188 325.76767 165.42188 327.2833L165.42188 327.73642L161.125 327.73642Q161.15625 328.67392 161.67188 329.25204Q162.20312 329.83017 163.01562 329.83017Q163.57812 329.83017 163.96875 329.5958Q164.375 329.36142 164.6875 328.9708L165.34375 329.48642Q164.54688 330.7208 162.95312 330.7208ZM162.8125 325.0333Q162.15625 325.0333 161.70312 325.51767Q161.26562 325.98642 161.17188 326.8458L164.34375 326.8458L164.34375 326.76767Q164.29688 325.93954 163.89062 325.48642Q163.5 325.0333 162.8125 325.0333Z" fill-rule="nonzero"/><path fill="#666666" d="M69.796875 353.71674Q69.359375 354.34174 68.578125 354.65424Q67.796875 354.96674 66.765625 354.96674Q65.734375 354.96674 64.921875 354.48236Q64.109375 353.98236 63.671875 353.0761Q63.234375 352.16986 63.21875 350.98236L63.21875 350.248Q63.21875 348.3105 64.109375 347.248Q65.015625 346.1855 66.640625 346.1855Q67.984375 346.1855 68.796875 346.873Q69.609375 347.5605 69.796875 348.8105L68.671875 348.8105Q68.34375 347.123 66.65625 347.123Q65.515625 347.123 64.9375 347.91986Q64.359375 348.7011 64.34375 350.21674L64.34375 350.90424Q64.34375 352.34174 65.0 353.2011Q65.65625 354.04486 66.78125 354.04486Q67.40625 354.04486 67.875 353.90424Q68.359375 353.7636 68.671875 353.41986L68.671875 351.5136L66.703125 351.5136L66.703125 350.59174L69.796875 350.59174L69.796875 353.71674ZM71.03125 351.60736Q71.03125 350.6855 71.390625 349.9355Q71.765625 349.1855 72.421875 348.79486Q73.078125 348.3886 73.90625 348.3886Q75.203125 348.3886 76.0 349.27924Q76.8125 350.16986 76.8125 351.66986L76.8125 351.748Q76.8125 352.66986 76.453125 353.40424Q76.09375 354.1386 75.4375 354.5605Q74.78125 354.96674 73.921875 354.96674Q72.640625 354.96674 71.828125 354.0761Q71.03125 353.16986 71.03125 351.6855L71.03125 351.60736ZM72.125 351.748Q72.125 352.79486 72.609375 353.4355Q73.109375 354.0761 73.921875 354.0761Q74.75 354.0761 75.234375 353.4355Q75.71875 352.77924 75.71875 351.60736Q75.71875 350.5761 75.21875 349.9355Q74.734375 349.27924 73.90625 349.27924Q73.109375 349.27924 72.609375 349.91986Q72.125 350.54486 72.125 351.748ZM78.03125 351.60736Q78.03125 350.6855 78.390625 349.9355Q78.765625 349.1855 79.421875 348.79486Q80.078125 348.3886 80.90625 348.3886Q82.203125 348.3886 83.0 349.27924Q83.8125 350.16986 83.8125 351.66986L83.8125 351.748Q83.8125 352.66986 83.453125 353.40424Q83.09375 354.1386 82.4375 354.5605Q81.78125 354.96674 80.921875 354.96674Q79.640625 354.96674 78.828125 354.0761Q78.03125 353.16986 78.03125 351.6855L78.03125 351.60736ZM79.125 351.748Q79.125 352.79486 79.609375 353.4355Q80.109375 354.0761 80.921875 354.0761Q81.75 354.0761 82.234375 353.4355Q82.71875 352.77924 82.71875 351.60736Q82.71875 350.5761 82.21875 349.9355Q81.734375 349.27924 80.90625 349.27924Q80.109375 349.27924 79.609375 349.91986Q79.125 350.54486 79.125 351.748ZM85.0625 351.623Q85.0625 350.1386 85.75 349.2636Q86.4375 348.3886 87.5625 348.3886Q88.71875 348.3886 89.375 349.2011L89.421875 348.498L90.421875 348.498L90.421875 354.6855Q90.421875 355.91986 89.6875 356.623Q88.953125 357.34174 87.734375 357.34174Q87.046875 357.34174 86.390625 357.04486Q85.734375 356.748 85.390625 356.248L85.953125 355.59174Q86.640625 356.4511 87.65625 356.4511Q88.4375 356.4511 88.875 355.998Q89.328125 355.5605 89.328125 354.748L89.328125 354.2011Q88.671875 354.96674 87.546875 354.96674Q86.4375 354.96674 85.75 354.0761Q85.0625 353.16986 85.0625 351.623ZM86.15625 351.748Q86.15625 352.8105 86.59375 353.4355Q87.03125 354.04486 87.828125 354.04486Q88.84375 354.04486 89.328125 353.10736L89.328125 350.21674Q88.828125 349.3105 87.828125 349.3105Q87.046875 349.3105 86.59375 349.91986Q86.15625 350.52924 86.15625 351.748ZM93.5 354.84174L92.421875 354.84174L92.421875 345.84174L93.5 345.84174L93.5 354.84174ZM97.953125 354.96674Q96.65625 354.96674 95.84375 354.123Q95.046875 353.2636 95.046875 351.84174L95.046875 351.65424Q95.046875 350.7011 95.40625 349.96674Q95.765625 349.21674 96.40625 348.8105Q97.0625 348.3886 97.8125 348.3886Q99.046875 348.3886 99.734375 349.2011Q100.421875 350.0136 100.421875 351.52924L100.421875 351.98236L96.125 351.98236Q96.15625 352.91986 96.671875 353.498Q97.203125 354.0761 98.015625 354.0761Q98.578125 354.0761 98.96875 353.84174Q99.375 353.60736 99.6875 353.21674L100.34375 353.73236Q99.546875 354.96674 97.953125 354.96674ZM97.8125 349.27924Q97.15625 349.27924 96.703125 349.7636Q96.265625 350.23236 96.171875 351.09174L99.34375 351.09174L99.34375 351.0136Q99.296875 350.1855 98.890625 349.73236Q98.5 349.27924 97.8125 349.27924ZM109.203125 352.60736L105.625 352.60736L104.828125 354.84174L103.671875 354.84174L106.921875 346.3105L107.90625 346.3105L111.171875 354.84174L110.015625 354.84174L109.203125 352.60736ZM105.96875 351.6855L108.875 351.6855L107.421875 347.7011L105.96875 351.6855ZM117.671875 351.748Q117.671875 353.1855 117.015625 354.0761Q116.359375 354.96674 115.21875 354.96674Q114.0625 354.96674 113.40625 354.23236L113.40625 357.27924L112.328125 357.27924L112.328125 348.498L113.3125 348.498L113.359375 349.2011Q114.03125 348.3886 115.203125 348.3886Q116.34375 348.3886 117.0 349.248Q117.671875 350.10736 117.671875 351.6386L117.671875 351.748ZM116.59375 351.623Q116.59375 350.54486 116.125 349.9355Q115.671875 349.3105 114.875 349.3105Q113.890625 349.3105 113.40625 350.16986L113.40625 353.2011Q113.890625 354.0761 114.890625 354.0761Q115.671875 354.0761 116.125 353.46674Q116.59375 352.84174 116.59375 351.623ZM124.671875 351.748Q124.671875 353.1855 124.015625 354.0761Q123.359375 354.96674 122.21875 354.96674Q121.0625 354.96674 120.40625 354.23236L120.40625 357.27924L119.328125 357.27924L119.328125 348.498L120.3125 348.498L120.359375 349.2011Q121.03125 348.3886 122.203125 348.3886Q123.34375 348.3886 124.0 349.248Q124.671875 350.10736 124.671875 351.6386L124.671875 351.748ZM123.59375 351.623Q123.59375 350.54486 123.125 349.9355Q122.671875 349.3105 121.875 349.3105Q120.890625 349.3105 120.40625 350.16986L120.40625 353.2011Q120.890625 354.0761 121.890625 354.0761Q122.671875 354.0761 123.125 353.46674Q123.59375 352.84174 123.59375 351.623ZM134.3125 350.90424L130.60938 350.90424L130.60938 353.91986L134.90625 353.91986L134.90625 354.84174L129.48438 354.84174L129.48438 346.3105L134.85938 346.3105L134.85938 347.23236L130.60938 347.23236L130.60938 349.98236L134.3125 349.98236L134.3125 350.90424ZM137.34375 348.498L137.375 349.29486Q138.10938 348.3886 139.28125 348.3886Q141.29688 348.3886 141.3125 350.65424L141.3125 354.84174L140.21875 354.84174L140.21875 350.6386Q140.21875 349.96674 139.90625 349.6386Q139.60938 349.3105 138.95312 349.3105Q138.42188 349.3105 138.01562 349.59174Q137.625 349.873 137.40625 350.3261L137.40625 354.84174L136.32812 354.84174L136.32812 348.498L137.34375 348.498ZM143.0625 351.623Q143.0625 350.1386 143.75 349.2636Q144.4375 348.3886 145.5625 348.3886Q146.71875 348.3886 147.375 349.2011L147.42188 348.498L148.42188 348.498L148.42188 354.6855Q148.42188 355.91986 147.6875 356.623Q146.95312 357.34174 145.73438 357.34174Q145.04688 357.34174 144.39062 357.04486Q143.73438 356.748 143.39062 356.248L143.95312 355.59174Q144.64062 356.4511 145.65625 356.4511Q146.4375 356.4511 146.875 355.998Q147.32812 355.5605 147.32812 354.748L147.32812 354.2011Q146.67188 354.96674 145.54688 354.96674Q144.4375 354.96674 143.75 354.0761Q143.0625 353.16986 143.0625 351.623ZM144.15625 351.748Q144.15625 352.8105 144.59375 353.4355Q145.03125 354.04486 145.82812 354.04486Q146.84375 354.04486 147.32812 353.10736L147.32812 350.21674Q146.82812 349.3105 145.82812 349.3105Q145.04688 349.3105 144.59375 349.91986Q144.15625 350.52924 144.15625 351.748ZM151.5 354.84174L150.42188 354.84174L150.42188 348.498L151.5 348.498L151.5 354.84174ZM150.32812 346.8261Q150.32812 346.5605 150.48438 346.373Q150.65625 346.1855 150.96875 346.1855Q151.28125 346.1855 151.4375 346.373Q151.60938 346.5605 151.60938 346.8261Q151.60938 347.0761 151.4375 347.2636Q151.28125 347.4355 150.96875 347.4355Q150.65625 347.4355 150.48438 347.2636Q150.32812 347.0761 150.32812 346.8261ZM154.34375 348.498L154.375 349.29486Q155.10938 348.3886 156.28125 348.3886Q158.29688 348.3886 158.3125 350.65424L158.3125 354.84174L157.21875 354.84174L157.21875 350.6386Q157.21875 349.96674 156.90625 349.6386Q156.60938 349.3105 155.95312 349.3105Q155.42188 349.3105 155.01562 349.59174Q154.625 349.873 154.40625 350.3261L154.40625 354.84174L153.32812 354.84174L153.32812 348.498L154.34375 348.498ZM162.95312 354.96674Q161.65625 354.96674 160.84375 354.123Q160.04688 353.2636 160.04688 351.84174L160.04688 351.65424Q160.04688 350.7011 160.40625 349.96674Q160.76562 349.21674 161.40625 348.8105Q162.0625 348.3886 162.8125 348.3886Q164.04688 348.3886 164.73438 349.2011Q165.42188 350.0136 165.42188 351.52924L165.42188 351.98236L161.125 351.98236Q161.15625 352.91986 161.67188 353.498Q162.20312 354.0761 163.01562 354.0761Q163.57812 354.0761 163.96875 353.84174Q164.375 353.60736 164.6875 353.21674L165.34375 353.73236Q164.54688 354.96674 162.95312 354.96674ZM162.8125 349.27924Q162.15625 349.27924 161.70312 349.7636Q161.26562 350.23236 161.17188 351.09174L164.34375 351.09174L164.34375 351.0136Q164.29688 350.1855 163.89062 349.73236Q163.5 349.27924 162.8125 349.27924Z" fill-rule="nonzero"/><path fill="#666666" d="M84.203125 376.85333L80.625 376.85333L79.828125 379.0877L78.671875 379.0877L81.921875 370.55646L82.90625 370.55646L86.171875 379.0877L85.015625 379.0877L84.203125 376.85333ZM80.96875 375.93146L83.875 375.93146L82.421875 371.94708L80.96875 375.93146ZM88.34375 378.19708L92.046875 378.19708L92.046875 379.0877L87.015625 379.0877L87.015625 378.29083L90.515625 373.6502L87.0625 373.6502L87.0625 372.74396L91.875 372.74396L91.875 373.50958L88.34375 378.19708ZM97.234375 378.4627Q96.609375 379.2127 95.375 379.2127Q94.359375 379.2127 93.828125 378.61896Q93.296875 378.0252 93.296875 376.86896L93.296875 372.74396L94.375 372.74396L94.375 376.8377Q94.375 378.29083 95.546875 378.29083Q96.796875 378.29083 97.203125 377.35333L97.203125 372.74396L98.296875 372.74396L98.296875 379.0877L97.265625 379.0877L97.234375 378.4627ZM103.390625 373.7127Q103.140625 373.68146 102.859375 373.68146Q101.78125 373.68146 101.40625 374.5877L101.40625 379.0877L100.328125 379.0877L100.328125 372.74396L101.375 372.74396L101.390625 373.47833Q101.921875 372.63458 102.90625 372.63458Q103.21875 372.63458 103.390625 372.7127L103.390625 373.7127ZM106.953125 379.2127Q105.65625 379.2127 104.84375 378.36896Q104.046875 377.50958 104.046875 376.0877L104.046875 375.9002Q104.046875 374.94708 104.40625 374.2127Q104.765625 373.4627 105.40625 373.05646Q106.0625 372.63458 106.8125 372.63458Q108.046875 372.63458 108.734375 373.44708Q109.421875 374.25958 109.421875 375.7752L109.421875 376.22833L105.125 376.22833Q105.15625 377.16583 105.671875 377.74396Q106.203125 378.32208 107.015625 378.32208Q107.578125 378.32208 107.96875 378.0877Q108.375 377.85333 108.6875 377.4627L109.34375 377.97833Q108.546875 379.2127 106.953125 379.2127ZM106.8125 373.5252Q106.15625 373.5252 105.703125 374.00958Q105.265625 374.47833 105.171875 375.3377L108.34375 375.3377L108.34375 375.25958Q108.296875 374.43146 107.890625 373.97833Q107.5 373.5252 106.8125 373.5252ZM119.765625 376.38458Q119.609375 377.72833 118.765625 378.47833Q117.921875 379.2127 116.53125 379.2127Q115.015625 379.2127 114.109375 378.13458Q113.203125 377.04083 113.203125 375.2127L113.203125 374.4002Q113.203125 373.2127 113.625 372.30646Q114.046875 371.4002 114.828125 370.91583Q115.609375 370.43146 116.625 370.43146Q117.984375 370.43146 118.796875 371.19708Q119.625 371.9627 119.765625 373.29083L118.640625 373.29083Q118.484375 372.2752 118.0 371.82208Q117.515625 371.36896 116.625 371.36896Q115.546875 371.36896 114.9375 372.16583Q114.328125 372.9627 114.328125 374.43146L114.328125 375.25958Q114.328125 376.6502 114.90625 377.47833Q115.484375 378.29083 116.53125 378.29083Q117.46875 378.29083 117.96875 377.86896Q118.46875 377.43146 118.640625 376.38458L119.765625 376.38458ZM121.03125 375.85333Q121.03125 374.93146 121.390625 374.18146Q121.765625 373.43146 122.421875 373.04083Q123.078125 372.63458 123.90625 372.63458Q125.203125 372.63458 126.0 373.5252Q126.8125 374.41583 126.8125 375.91583L126.8125 375.99396Q126.8125 376.91583 126.453125 377.6502Q126.09375 378.38458 125.4375 378.80646Q124.78125 379.2127 123.921875 379.2127Q122.640625 379.2127 121.828125 378.32208Q121.03125 377.41583 121.03125 375.93146L121.03125 375.85333ZM122.125 375.99396Q122.125 377.04083 122.609375 377.68146Q123.109375 378.32208 123.921875 378.32208Q124.75 378.32208 125.234375 377.68146Q125.71875 377.0252 125.71875 375.85333Q125.71875 374.82208 125.21875 374.18146Q124.734375 373.5252 123.90625 373.5252Q123.109375 373.5252 122.609375 374.16583Q122.125 374.79083 122.125 375.99396ZM129.34375 372.74396L129.375 373.54083Q130.10938 372.63458 131.28125 372.63458Q133.29688 372.63458 133.3125 374.9002L133.3125 379.0877L132.21875 379.0877L132.21875 374.88458Q132.21875 374.2127 131.90625 373.88458Q131.60938 373.55646 130.95312 373.55646Q130.42188 373.55646 130.01562 373.8377Q129.625 374.11896 129.40625 374.57208L129.40625 379.0877L128.32812 379.0877L128.32812 372.74396L129.34375 372.74396ZM136.79688 371.2127L136.79688 372.74396L137.96875 372.74396L137.96875 373.5877L136.79688 373.5877L136.79688 377.50958Q136.79688 377.9002 136.95312 378.0877Q137.10938 378.2752 137.48438 378.2752Q137.67188 378.2752 138.0 378.2127L138.0 379.0877Q137.57812 379.2127 137.17188 379.2127Q136.45312 379.2127 136.07812 378.7752Q135.70312 378.32208 135.70312 377.50958L135.70312 373.5877L134.54688 373.5877L134.54688 372.74396L135.70312 372.74396L135.70312 371.2127L136.79688 371.2127ZM143.23438 379.0877Q143.14062 378.9002 143.07812 378.41583Q142.32812 379.2127 141.28125 379.2127Q140.34375 379.2127 139.73438 378.68146Q139.14062 378.1502 139.14062 377.32208Q139.14062 376.3377 139.89062 375.79083Q140.64062 375.24396 142.01562 375.24396L143.0625 375.24396L143.0625 374.74396Q143.0625 374.18146 142.71875 373.85333Q142.39062 373.50958 141.71875 373.50958Q141.14062 373.50958 140.75 373.80646Q140.35938 374.0877 140.35938 374.50958L139.26562 374.50958Q139.26562 374.0252 139.59375 373.5877Q139.9375 373.1502 140.51562 372.9002Q141.09375 372.63458 141.78125 372.63458Q142.89062 372.63458 143.5 373.18146Q144.125 373.72833 144.15625 374.68146L144.15625 377.60333Q144.15625 378.47833 144.375 378.99396L144.375 379.0877L143.23438 379.0877ZM141.4375 378.25958Q141.95312 378.25958 142.40625 377.99396Q142.85938 377.72833 143.0625 377.30646L143.0625 376.00958L142.21875 376.00958Q140.21875 376.00958 140.21875 377.18146Q140.21875 377.68146 140.5625 377.97833Q140.90625 378.25958 141.4375 378.25958ZM147.5 379.0877L146.42188 379.0877L146.42188 372.74396L147.5 372.74396L147.5 379.0877ZM146.32812 371.07208Q146.32812 370.80646 146.48438 370.61896Q146.65625 370.43146 146.96875 370.43146Q147.28125 370.43146 147.4375 370.61896Q147.60938 370.80646 147.60938 371.07208Q147.60938 371.32208 147.4375 371.50958Q147.28125 371.68146 146.96875 371.68146Q146.65625 371.68146 146.48438 371.50958Q146.32812 371.32208 146.32812 371.07208ZM150.34375 372.74396L150.375 373.54083Q151.10938 372.63458 152.28125 372.63458Q154.29688 372.63458 154.3125 374.9002L154.3125 379.0877L153.21875 379.0877L153.21875 374.88458Q153.21875 374.2127 152.90625 373.88458Q152.60938 373.55646 151.95312 373.55646Q151.42188 373.55646 151.01562 373.8377Q150.625 374.11896 150.40625 374.57208L150.40625 379.0877L149.32812 379.0877L149.32812 372.74396L150.34375 372.74396ZM158.95312 379.2127Q157.65625 379.2127 156.84375 378.36896Q156.04688 377.50958 156.04688 376.0877L156.04688 375.9002Q156.04688 374.94708 156.40625 374.2127Q156.76562 373.4627 157.40625 373.05646Q158.0625 372.63458 158.8125 372.63458Q160.04688 372.63458 160.73438 373.44708Q161.42188 374.25958 161.42188 375.7752L161.42188 376.22833L157.125 376.22833Q157.15625 377.16583 157.67188 377.74396Q158.20312 378.32208 159.01562 378.32208Q159.57812 378.32208 159.96875 378.0877Q160.375 377.85333 160.6875 377.4627L161.34375 377.97833Q160.54688 379.2127 158.95312 379.2127ZM158.8125 373.5252Q158.15625 373.5252 157.70312 374.00958Q157.26562 374.47833 157.17188 375.3377L160.34375 375.3377L160.34375 375.25958Q160.29688 374.43146 159.89062 373.97833Q159.5 373.5252 158.8125 373.5252ZM165.39062 373.7127Q165.14062 373.68146 164.85938 373.68146Q163.78125 373.68146 163.40625 374.5877L163.40625 379.0877L162.32812 379.0877L162.32812 372.74396L163.375 372.74396L163.39062 373.47833Q163.92188 372.63458 164.90625 372.63458Q165.21875 372.63458 165.39062 372.7127L165.39062 373.7127Z" fill-rule="nonzero"/><path fill="#666666" d="M115.703125 394.0877L114.578125 394.0877L114.578125 385.55646L115.703125 385.55646L115.703125 394.0877ZM118.34375 387.74396L118.375 388.54083Q119.109375 387.63458 120.28125 387.63458Q122.296875 387.63458 122.3125 389.9002L122.3125 394.0877L121.21875 394.0877L121.21875 389.88458Q121.21875 389.2127 120.90625 388.88458Q120.609375 388.55646 119.953125 388.55646Q119.421875 388.55646 119.015625 388.8377Q118.625 389.11896 118.40625 389.57208L118.40625 394.0877L117.328125 394.0877L117.328125 387.74396L118.34375 387.74396ZM128.01562 392.4002Q128.01562 391.9627 127.671875 391.72833Q127.34375 391.47833 126.515625 391.30646Q125.703125 391.13458 125.21875 390.88458Q124.734375 390.63458 124.5 390.30646Q124.28125 389.9627 124.28125 389.49396Q124.28125 388.7127 124.9375 388.18146Q125.59375 387.63458 126.625 387.63458Q127.703125 387.63458 128.35938 388.19708Q129.03125 388.74396 129.03125 389.60333L127.953125 389.60333Q127.953125 389.16583 127.5625 388.85333Q127.1875 388.5252 126.625 388.5252Q126.03125 388.5252 125.6875 388.79083Q125.359375 389.04083 125.359375 389.44708Q125.359375 389.8377 125.671875 390.04083Q125.984375 390.24396 126.796875 390.43146Q127.609375 390.60333 128.10938 390.85333Q128.60938 391.10333 128.84375 391.4627Q129.09375 391.82208 129.09375 392.32208Q129.09375 393.18146 128.40625 393.69708Q127.734375 394.2127 126.65625 394.2127Q125.890625 394.2127 125.296875 393.94708Q124.71875 393.66583 124.390625 393.18146Q124.0625 392.69708 124.0625 392.13458L125.140625 392.13458Q125.171875 392.68146 125.578125 393.00958Q125.984375 393.32208 126.65625 393.32208Q127.265625 393.32208 127.640625 393.07208Q128.01562 392.82208 128.01562 392.4002ZM131.79688 386.2127L131.79688 387.74396L132.96875 387.74396L132.96875 388.5877L131.79688 388.5877L131.79688 392.50958Q131.79688 392.9002 131.95312 393.0877Q132.10938 393.2752 132.48438 393.2752Q132.67188 393.2752 133.0 393.2127L133.0 394.0877Q132.57812 394.2127 132.17188 394.2127Q131.45312 394.2127 131.07812 393.7752Q130.70312 393.32208 130.70312 392.50958L130.70312 388.5877L129.54688 388.5877L129.54688 387.74396L130.70312 387.74396L130.70312 386.2127L131.79688 386.2127ZM138.23438 394.0877Q138.14062 393.9002 138.07812 393.41583Q137.32812 394.2127 136.28125 394.2127Q135.34375 394.2127 134.73438 393.68146Q134.14062 393.1502 134.14062 392.32208Q134.14062 391.3377 134.89062 390.79083Q135.64062 390.24396 137.01562 390.24396L138.0625 390.24396L138.0625 389.74396Q138.0625 389.18146 137.71875 388.85333Q137.39062 388.50958 136.71875 388.50958Q136.14062 388.50958 135.75 388.80646Q135.35938 389.0877 135.35938 389.50958L134.26562 389.50958Q134.26562 389.0252 134.59375 388.5877Q134.9375 388.1502 135.51562 387.9002Q136.09375 387.63458 136.78125 387.63458Q137.89062 387.63458 138.5 388.18146Q139.125 388.72833 139.15625 389.68146L139.15625 392.60333Q139.15625 393.47833 139.375 393.99396L139.375 394.0877L138.23438 394.0877ZM136.4375 393.25958Q136.95312 393.25958 137.40625 392.99396Q137.85938 392.72833 138.0625 392.30646L138.0625 391.00958L137.21875 391.00958Q135.21875 391.00958 135.21875 392.18146Q135.21875 392.68146 135.5625 392.97833Q135.90625 393.25958 136.4375 393.25958ZM142.34375 387.74396L142.375 388.54083Q143.10938 387.63458 144.28125 387.63458Q146.29688 387.63458 146.3125 389.9002L146.3125 394.0877L145.21875 394.0877L145.21875 389.88458Q145.21875 389.2127 144.90625 388.88458Q144.60938 388.55646 143.95312 388.55646Q143.42188 388.55646 143.01562 388.8377Q142.625 389.11896 142.40625 389.57208L142.40625 394.0877L141.32812 394.0877L141.32812 387.74396L142.34375 387.74396ZM150.85938 393.32208Q151.4375 393.32208 151.875 392.97833Q152.3125 392.61896 152.35938 392.0877L153.39062 392.0877Q153.35938 392.63458 153.0 393.13458Q152.65625 393.61896 152.07812 393.91583Q151.51562 394.2127 150.85938 394.2127Q149.5625 394.2127 148.79688 393.35333Q148.04688 392.47833 148.04688 390.97833L148.04688 390.79083Q148.04688 389.86896 148.375 389.1502Q148.71875 388.43146 149.34375 388.04083Q149.98438 387.63458 150.85938 387.63458Q151.92188 387.63458 152.625 388.2752Q153.34375 388.9002 153.39062 389.93146L152.35938 389.93146Q152.3125 389.30646 151.89062 388.91583Q151.46875 388.5252 150.85938 388.5252Q150.03125 388.5252 149.57812 389.11896Q149.125 389.7127 149.125 390.8377L149.125 391.04083Q149.125 392.13458 149.57812 392.72833Q150.03125 393.32208 150.85938 393.32208ZM156.95312 394.2127Q155.65625 394.2127 154.84375 393.36896Q154.04688 392.50958 154.04688 391.0877L154.04688 390.9002Q154.04688 389.94708 154.40625 389.2127Q154.76562 388.4627 155.40625 388.05646Q156.0625 387.63458 156.8125 387.63458Q158.04688 387.63458 158.73438 388.44708Q159.42188 389.25958 159.42188 390.7752L159.42188 391.22833L155.125 391.22833Q155.15625 392.16583 155.67188 392.74396Q156.20312 393.32208 157.01562 393.32208Q157.57812 393.32208 157.96875 393.0877Q158.375 392.85333 158.6875 392.4627L159.34375 392.97833Q158.54688 394.2127 156.95312 394.2127ZM156.8125 388.5252Q156.15625 388.5252 155.70312 389.00958Q155.26562 389.47833 155.17188 390.3377L158.34375 390.3377L158.34375 390.25958Q158.29688 389.43146 157.89062 388.97833Q157.5 388.5252 156.8125 388.5252ZM164.01562 392.4002Q164.01562 391.9627 163.67188 391.72833Q163.34375 391.47833 162.51562 391.30646Q161.70312 391.13458 161.21875 390.88458Q160.73438 390.63458 160.5 390.30646Q160.28125 389.9627 160.28125 389.49396Q160.28125 388.7127 160.9375 388.18146Q161.59375 387.63458 162.625 387.63458Q163.70312 387.63458 164.35938 388.19708Q165.03125 388.74396 165.03125 389.60333L163.95312 389.60333Q163.95312 389.16583 163.5625 388.85333Q163.1875 388.5252 162.625 388.5252Q162.03125 388.5252 161.6875 388.79083Q161.35938 389.04083 161.35938 389.44708Q161.35938 389.8377 161.67188 390.04083Q161.98438 390.24396 162.79688 390.43146Q163.60938 390.60333 164.10938 390.85333Q164.60938 391.10333 164.84375 391.4627Q165.09375 391.82208 165.09375 392.32208Q165.09375 393.18146 164.40625 393.69708Q163.73438 394.2127 162.65625 394.2127Q161.89062 394.2127 161.29688 393.94708Q160.71875 393.66583 160.39062 393.18146Q160.0625 392.69708 160.0625 392.13458L161.14062 392.13458Q161.17188 392.68146 161.57812 393.00958Q161.98438 393.32208 162.65625 393.32208Q163.26562 393.32208 163.64062 393.07208Q164.01562 392.82208 164.01562 392.4002Z" fill-rule="nonzero"/><path fill="#666666" d="M42.796875 417.20865Q42.359375 417.83365 41.578125 418.14615Q40.796875 418.45865 39.765625 418.45865Q38.734375 418.45865 37.921875 417.97427Q37.109375 417.47427 36.671875 416.56802Q36.234375 415.66177 36.21875 414.47427L36.21875 413.7399Q36.21875 411.8024 37.109375 410.7399Q38.015625 409.6774 39.640625 409.6774Q40.984375 409.6774 41.796875 410.3649Q42.609375 411.0524 42.796875 412.3024L41.671875 412.3024Q41.34375 410.6149 39.65625 410.6149Q38.515625 410.6149 37.9375 411.41177Q37.359375 412.19302 37.34375 413.70865L37.34375 414.39615Q37.34375 415.83365 38.0 416.69302Q38.65625 417.53677 39.78125 417.53677Q40.40625 417.53677 40.875 417.39615Q41.359375 417.25552 41.671875 416.91177L41.671875 415.00552L39.703125 415.00552L39.703125 414.08365L42.796875 414.08365L42.796875 417.20865ZM44.03125 415.09927Q44.03125 414.1774 44.390625 413.4274Q44.765625 412.6774 45.421875 412.28677Q46.078125 411.88052 46.90625 411.88052Q48.203125 411.88052 49.0 412.77115Q49.8125 413.66177 49.8125 415.16177L49.8125 415.2399Q49.8125 416.16177 49.453125 416.89615Q49.09375 417.63052 48.4375 418.0524Q47.78125 418.45865 46.921875 418.45865Q45.640625 418.45865 44.828125 417.56802Q44.03125 416.66177 44.03125 415.1774L44.03125 415.09927ZM45.125 415.2399Q45.125 416.28677 45.609375 416.9274Q46.109375 417.56802 46.921875 417.56802Q47.75 417.56802 48.234375 416.9274Q48.71875 416.27115 48.71875 415.09927Q48.71875 414.06802 48.21875 413.4274Q47.734375 412.77115 46.90625 412.77115Q46.109375 412.77115 45.609375 413.41177Q45.125 414.03677 45.125 415.2399ZM51.03125 415.09927Q51.03125 414.1774 51.390625 413.4274Q51.765625 412.6774 52.421875 412.28677Q53.078125 411.88052 53.90625 411.88052Q55.203125 411.88052 56.0 412.77115Q56.8125 413.66177 56.8125 415.16177L56.8125 415.2399Q56.8125 416.16177 56.453125 416.89615Q56.09375 417.63052 55.4375 418.0524Q54.78125 418.45865 53.921875 418.45865Q52.640625 418.45865 51.828125 417.56802Q51.03125 416.66177 51.03125 415.1774L51.03125 415.09927ZM52.125 415.2399Q52.125 416.28677 52.609375 416.9274Q53.109375 417.56802 53.921875 417.56802Q54.75 417.56802 55.234375 416.9274Q55.71875 416.27115 55.71875 415.09927Q55.71875 414.06802 55.21875 413.4274Q54.734375 412.77115 53.90625 412.77115Q53.109375 412.77115 52.609375 413.41177Q52.125 414.03677 52.125 415.2399ZM58.0625 415.1149Q58.0625 413.63052 58.75 412.75552Q59.4375 411.88052 60.5625 411.88052Q61.71875 411.88052 62.375 412.69302L62.421875 411.9899L63.421875 411.9899L63.421875 418.1774Q63.421875 419.41177 62.6875 420.1149Q61.953125 420.83365 60.734375 420.83365Q60.046875 420.83365 59.390625 420.53677Q58.734375 420.2399 58.390625 419.7399L58.953125 419.08365Q59.640625 419.94302 60.65625 419.94302Q61.4375 419.94302 61.875 419.4899Q62.328125 419.0524 62.328125 418.2399L62.328125 417.69302Q61.671875 418.45865 60.546875 418.45865Q59.4375 418.45865 58.75 417.56802Q58.0625 416.66177 58.0625 415.1149ZM59.15625 415.2399Q59.15625 416.3024 59.59375 416.9274Q60.03125 417.53677 60.828125 417.53677Q61.84375 417.53677 62.328125 416.59927L62.328125 413.70865Q61.828125 412.8024 60.828125 412.8024Q60.046875 412.8024 59.59375 413.41177Q59.15625 414.02115 59.15625 415.2399ZM66.5 418.33365L65.421875 418.33365L65.421875 409.33365L66.5 409.33365L66.5 418.33365ZM70.953125 418.45865Q69.65625 418.45865 68.84375 417.6149Q68.046875 416.75552 68.046875 415.33365L68.046875 415.14615Q68.046875 414.19302 68.40625 413.45865Q68.765625 412.70865 69.40625 412.3024Q70.0625 411.88052 70.8125 411.88052Q72.046875 411.88052 72.734375 412.69302Q73.421875 413.50552 73.421875 415.02115L73.421875 415.47427L69.125 415.47427Q69.15625 416.41177 69.671875 416.9899Q70.203125 417.56802 71.015625 417.56802Q71.578125 417.56802 71.96875 417.33365Q72.375 417.09927 72.6875 416.70865L73.34375 417.22427Q72.546875 418.45865 70.953125 418.45865ZM70.8125 412.77115Q70.15625 412.77115 69.703125 413.25552Q69.265625 413.72427 69.171875 414.58365L72.34375 414.58365L72.34375 414.50552Q72.296875 413.6774 71.890625 413.22427Q71.5 412.77115 70.8125 412.77115ZM83.765625 415.63052Q83.609375 416.97427 82.765625 417.72427Q81.921875 418.45865 80.53125 418.45865Q79.015625 418.45865 78.109375 417.38052Q77.203125 416.28677 77.203125 414.45865L77.203125 413.64615Q77.203125 412.45865 77.625 411.5524Q78.046875 410.64615 78.828125 410.16177Q79.609375 409.6774 80.625 409.6774Q81.984375 409.6774 82.796875 410.44302Q83.625 411.20865 83.765625 412.53677L82.640625 412.53677Q82.484375 411.52115 82.0 411.06802Q81.515625 410.6149 80.625 410.6149Q79.546875 410.6149 78.9375 411.41177Q78.328125 412.20865 78.328125 413.6774L78.328125 414.50552Q78.328125 415.89615 78.90625 416.72427Q79.484375 417.53677 80.53125 417.53677Q81.46875 417.53677 81.96875 417.1149Q82.46875 416.6774 82.640625 415.63052L83.765625 415.63052ZM86.5 418.33365L85.421875 418.33365L85.421875 409.33365L86.5 409.33365L86.5 418.33365ZM88.03125 415.09927Q88.03125 414.1774 88.390625 413.4274Q88.765625 412.6774 89.421875 412.28677Q90.078125 411.88052 90.90625 411.88052Q92.203125 411.88052 93.0 412.77115Q93.8125 413.66177 93.8125 415.16177L93.8125 415.2399Q93.8125 416.16177 93.453125 416.89615Q93.09375 417.63052 92.4375 418.0524Q91.78125 418.45865 90.921875 418.45865Q89.640625 418.45865 88.828125 417.56802Q88.03125 416.66177 88.03125 415.1774L88.03125 415.09927ZM89.125 415.2399Q89.125 416.28677 89.609375 416.9274Q90.109375 417.56802 90.921875 417.56802Q91.75 417.56802 92.234375 416.9274Q92.71875 416.27115 92.71875 415.09927Q92.71875 414.06802 92.21875 413.4274Q91.734375 412.77115 90.90625 412.77115Q90.109375 412.77115 89.609375 413.41177Q89.125 414.03677 89.125 415.2399ZM99.234375 417.70865Q98.609375 418.45865 97.375 418.45865Q96.359375 418.45865 95.828125 417.8649Q95.296875 417.27115 95.296875 416.1149L95.296875 411.9899L96.375 411.9899L96.375 416.08365Q96.375 417.53677 97.546875 417.53677Q98.796875 417.53677 99.203125 416.59927L99.203125 411.9899L100.296875 411.9899L100.296875 418.33365L99.265625 418.33365L99.234375 417.70865ZM102.0625 415.1149Q102.0625 413.64615 102.75 412.77115Q103.4375 411.88052 104.5625 411.88052Q105.671875 411.88052 106.328125 412.63052L106.328125 409.33365L107.40625 409.33365L107.40625 418.33365L106.40625 418.33365L106.359375 417.64615Q105.703125 418.45865 104.546875 418.45865Q103.453125 418.45865 102.75 417.5524Q102.0625 416.64615 102.0625 415.19302L102.0625 415.1149ZM103.140625 415.2399Q103.140625 416.31802 103.578125 416.9274Q104.03125 417.53677 104.8125 417.53677Q105.84375 417.53677 106.328125 416.59927L106.328125 413.69302Q105.84375 412.8024 104.828125 412.8024Q104.03125 412.8024 103.578125 413.41177Q103.140625 414.02115 103.140625 415.2399ZM117.203125 414.56802L113.609375 414.56802L113.609375 418.33365L112.484375 418.33365L112.484375 409.8024L117.78125 409.8024L117.78125 410.72427L113.609375 410.72427L113.609375 413.64615L117.203125 413.64615L117.203125 414.56802ZM123.234375 417.70865Q122.609375 418.45865 121.375 418.45865Q120.359375 418.45865 119.828125 417.8649Q119.296875 417.27115 119.296875 416.1149L119.296875 411.9899L120.375 411.9899L120.375 416.08365Q120.375 417.53677 121.546875 417.53677Q122.796875 417.53677 123.203125 416.59927L123.203125 411.9899L124.296875 411.9899L124.296875 418.33365L123.265625 418.33365L123.234375 417.70865ZM127.34375 411.9899L127.375 412.78677Q128.10938 411.88052 129.28125 411.88052Q131.29688 411.88052 131.3125 414.14615L131.3125 418.33365L130.21875 418.33365L130.21875 414.13052Q130.21875 413.45865 129.90625 413.13052Q129.60938 412.8024 128.95312 412.8024Q128.42188 412.8024 128.01562 413.08365Q127.625 413.3649 127.40625 413.81802L127.40625 418.33365L126.328125 418.33365L126.328125 411.9899L127.34375 411.9899ZM135.85938 417.56802Q136.4375 417.56802 136.875 417.22427Q137.3125 416.8649 137.35938 416.33365L138.39062 416.33365Q138.35938 416.88052 138.0 417.38052Q137.65625 417.8649 137.07812 418.16177Q136.51562 418.45865 135.85938 418.45865Q134.5625 418.45865 133.79688 417.59927Q133.04688 416.72427 133.04688 415.22427L133.04688 415.03677Q133.04688 414.1149 133.375 413.39615Q133.71875 412.6774 134.34375 412.28677Q134.98438 411.88052 135.85938 411.88052Q136.92188 411.88052 137.625 412.52115Q138.34375 413.14615 138.39062 414.1774L137.35938 414.1774Q137.3125 413.5524 136.89062 413.16177Q136.46875 412.77115 135.85938 412.77115Q135.03125 412.77115 134.57812 413.3649Q134.125 413.95865 134.125 415.08365L134.125 415.28677Q134.125 416.38052 134.57812 416.97427Q135.03125 417.56802 135.85938 417.56802ZM140.79688 410.45865L140.79688 411.9899L141.96875 411.9899L141.96875 412.83365L140.79688 412.83365L140.79688 416.75552Q140.79688 417.14615 140.95312 417.33365Q141.10938 417.52115 141.48438 417.52115Q141.67188 417.52115 142.0 417.45865L142.0 418.33365Q141.57812 418.45865 141.17188 418.45865Q140.45312 418.45865 140.07812 418.02115Q139.70312 417.56802 139.70312 416.75552L139.70312 412.83365L138.54688 412.83365L138.54688 411.9899L139.70312 411.9899L139.70312 410.45865L140.79688 410.45865ZM144.5 418.33365L143.42188 418.33365L143.42188 411.9899L144.5 411.9899L144.5 418.33365ZM143.32812 410.31802Q143.32812 410.0524 143.48438 409.8649Q143.65625 409.6774 143.96875 409.6774Q144.28125 409.6774 144.4375 409.8649Q144.60938 410.0524 144.60938 410.31802Q144.60938 410.56802 144.4375 410.75552Q144.28125 410.9274 143.96875 410.9274Q143.65625 410.9274 143.48438 410.75552Q143.32812 410.56802 143.32812 410.31802ZM146.03125 415.09927Q146.03125 414.1774 146.39062 413.4274Q146.76562 412.6774 147.42188 412.28677Q148.07812 411.88052 148.90625 411.88052Q150.20312 411.88052 151.0 412.77115Q151.8125 413.66177 151.8125 415.16177L151.8125 415.2399Q151.8125 416.16177 151.45312 416.89615Q151.09375 417.63052 150.4375 418.0524Q149.78125 418.45865 148.92188 418.45865Q147.64062 418.45865 146.82812 417.56802Q146.03125 416.66177 146.03125 415.1774L146.03125 415.09927ZM147.125 415.2399Q147.125 416.28677 147.60938 416.9274Q148.10938 417.56802 148.92188 417.56802Q149.75 417.56802 150.23438 416.9274Q150.71875 416.27115 150.71875 415.09927Q150.71875 414.06802 150.21875 413.4274Q149.73438 412.77115 148.90625 412.77115Q148.10938 412.77115 147.60938 413.41177Q147.125 414.03677 147.125 415.2399ZM154.34375 411.9899L154.375 412.78677Q155.10938 411.88052 156.28125 411.88052Q158.29688 411.88052 158.3125 414.14615L158.3125 418.33365L157.21875 418.33365L157.21875 414.13052Q157.21875 413.45865 156.90625 413.13052Q156.60938 412.8024 155.95312 412.8024Q155.42188 412.8024 155.01562 413.08365Q154.625 413.3649 154.40625 413.81802L154.40625 418.33365L153.32812 418.33365L153.32812 411.9899L154.34375 411.9899ZM164.01562 416.64615Q164.01562 416.20865 163.67188 415.97427Q163.34375 415.72427 162.51562 415.5524Q161.70312 415.38052 161.21875 415.13052Q160.73438 414.88052 160.5 414.5524Q160.28125 414.20865 160.28125 413.7399Q160.28125 412.95865 160.9375 412.4274Q161.59375 411.88052 162.625 411.88052Q163.70312 411.88052 164.35938 412.44302Q165.03125 412.9899 165.03125 413.84927L163.95312 413.84927Q163.95312 413.41177 163.5625 413.09927Q163.1875 412.77115 162.625 412.77115Q162.03125 412.77115 161.6875 413.03677Q161.35938 413.28677 161.35938 413.69302Q161.35938 414.08365 161.67188 414.28677Q161.98438 414.4899 162.79688 414.6774Q163.60938 414.84927 164.10938 415.09927Q164.60938 415.34927 164.84375 415.70865Q165.09375 416.06802 165.09375 416.56802Q165.09375 417.4274 164.40625 417.94302Q163.73438 418.45865 162.65625 418.45865Q161.89062 418.45865 161.29688 418.19302Q160.71875 417.91177 160.39062 417.4274Q160.0625 416.94302 160.0625 416.38052L161.14062 416.38052Q161.17188 416.9274 161.57812 417.25552Q161.98438 417.56802 162.65625 417.56802Q163.26562 417.56802 163.64062 417.31802Q164.01562 417.06802 164.01562 416.64615Z" fill-rule="nonzero"/><path fill="#666666" d="M75.796875 448.9546Q75.359375 449.5796 74.578125 449.8921Q73.796875 450.2046 72.765625 450.2046Q71.734375 450.2046 70.921875 449.7202Q70.109375 449.2202 69.671875 448.31396Q69.234375 447.4077 69.21875 446.2202L69.21875 445.48584Q69.21875 443.54834 70.109375 442.48584Q71.015625 441.42334 72.640625 441.42334Q73.984375 441.42334 74.796875 442.11084Q75.609375 442.79834 75.796875 444.04834L74.671875 444.04834Q74.34375 442.36084 72.65625 442.36084Q71.515625 442.36084 70.9375 443.1577Q70.359375 443.93896 70.34375 445.4546L70.34375 446.1421Q70.34375 447.5796 71.0 448.43896Q71.65625 449.2827 72.78125 449.2827Q73.40625 449.2827 73.875 449.1421Q74.359375 449.00146 74.671875 448.6577L74.671875 446.75146L72.703125 446.75146L72.703125 445.8296L75.796875 445.8296L75.796875 448.9546ZM77.03125 446.8452Q77.03125 445.92334 77.390625 445.17334Q77.765625 444.42334 78.421875 444.0327Q79.078125 443.62646 79.90625 443.62646Q81.203125 443.62646 82.0 444.5171Q82.8125 445.4077 82.8125 446.9077L82.8125 446.98584Q82.8125 447.9077 82.453125 448.6421Q82.09375 449.37646 81.4375 449.79834Q80.78125 450.2046 79.921875 450.2046Q78.640625 450.2046 77.828125 449.31396Q77.03125 448.4077 77.03125 446.92334L77.03125 446.8452ZM78.125 446.98584Q78.125 448.0327 78.609375 448.67334Q79.109375 449.31396 79.921875 449.31396Q80.75 449.31396 81.234375 448.67334Q81.71875 448.0171 81.71875 446.8452Q81.71875 445.81396 81.21875 445.17334Q80.734375 444.5171 79.90625 444.5171Q79.109375 444.5171 78.609375 445.1577Q78.125 445.7827 78.125 446.98584ZM84.03125 446.8452Q84.03125 445.92334 84.390625 445.17334Q84.765625 444.42334 85.421875 444.0327Q86.078125 443.62646 86.90625 443.62646Q88.203125 443.62646 89.0 444.5171Q89.8125 445.4077 89.8125 446.9077L89.8125 446.98584Q89.8125 447.9077 89.453125 448.6421Q89.09375 449.37646 88.4375 449.79834Q87.78125 450.2046 86.921875 450.2046Q85.640625 450.2046 84.828125 449.31396Q84.03125 448.4077 84.03125 446.92334L84.03125 446.8452ZM85.125 446.98584Q85.125 448.0327 85.609375 448.67334Q86.109375 449.31396 86.921875 449.31396Q87.75 449.31396 88.234375 448.67334Q88.71875 448.0171 88.71875 446.8452Q88.71875 445.81396 88.21875 445.17334Q87.734375 444.5171 86.90625 444.5171Q86.109375 444.5171 85.609375 445.1577Q85.125 445.7827 85.125 446.98584ZM91.0625 446.86084Q91.0625 445.37646 91.75 444.50146Q92.4375 443.62646 93.5625 443.62646Q94.71875 443.62646 95.375 444.43896L95.421875 443.73584L96.421875 443.73584L96.421875 449.92334Q96.421875 451.1577 95.6875 451.86084Q94.953125 452.5796 93.734375 452.5796Q93.046875 452.5796 92.390625 452.2827Q91.734375 451.98584 91.390625 451.48584L91.953125 450.8296Q92.640625 451.68896 93.65625 451.68896Q94.4375 451.68896 94.875 451.23584Q95.328125 450.79834 95.328125 449.98584L95.328125 449.43896Q94.671875 450.2046 93.546875 450.2046Q92.4375 450.2046 91.75 449.31396Q91.0625 448.4077 91.0625 446.86084ZM92.15625 446.98584Q92.15625 448.04834 92.59375 448.67334Q93.03125 449.2827 93.828125 449.2827Q94.84375 449.2827 95.328125 448.3452L95.328125 445.4546Q94.828125 444.54834 93.828125 444.54834Q93.046875 444.54834 92.59375 445.1577Q92.15625 445.7671 92.15625 446.98584ZM99.5 450.0796L98.421875 450.0796L98.421875 441.0796L99.5 441.0796L99.5 450.0796ZM103.953125 450.2046Q102.65625 450.2046 101.84375 449.36084Q101.046875 448.50146 101.046875 447.0796L101.046875 446.8921Q101.046875 445.93896 101.40625 445.2046Q101.765625 444.4546 102.40625 444.04834Q103.0625 443.62646 103.8125 443.62646Q105.046875 443.62646 105.734375 444.43896Q106.421875 445.25146 106.421875 446.7671L106.421875 447.2202L102.125 447.2202Q102.15625 448.1577 102.671875 448.73584Q103.203125 449.31396 104.015625 449.31396Q104.578125 449.31396 104.96875 449.0796Q105.375 448.8452 105.6875 448.4546L106.34375 448.9702Q105.546875 450.2046 103.953125 450.2046ZM103.8125 444.5171Q103.15625 444.5171 102.703125 445.00146Q102.265625 445.4702 102.171875 446.3296L105.34375 446.3296L105.34375 446.25146Q105.296875 445.42334 104.890625 444.9702Q104.5 444.5171 103.8125 444.5171ZM116.765625 447.37646Q116.609375 448.7202 115.765625 449.4702Q114.921875 450.2046 113.53125 450.2046Q112.015625 450.2046 111.109375 449.12646Q110.203125 448.0327 110.203125 446.2046L110.203125 445.3921Q110.203125 444.2046 110.625 443.29834Q111.046875 442.3921 111.828125 441.9077Q112.609375 441.42334 113.625 441.42334Q114.984375 441.42334 115.796875 442.18896Q116.625 442.9546 116.765625 444.2827L115.640625 444.2827Q115.484375 443.2671 115.0 442.81396Q114.515625 442.36084 113.625 442.36084Q112.546875 442.36084 111.9375 443.1577Q111.328125 443.9546 111.328125 445.42334L111.328125 446.25146Q111.328125 447.6421 111.90625 448.4702Q112.484375 449.2827 113.53125 449.2827Q114.46875 449.2827 114.96875 448.86084Q115.46875 448.42334 115.640625 447.37646L116.765625 447.37646ZM119.5 450.0796L118.421875 450.0796L118.421875 441.0796L119.5 441.0796L119.5 450.0796ZM121.03125 446.8452Q121.03125 445.92334 121.390625 445.17334Q121.765625 444.42334 122.421875 444.0327Q123.078125 443.62646 123.90625 443.62646Q125.203125 443.62646 126.0 444.5171Q126.8125 445.4077 126.8125 446.9077L126.8125 446.98584Q126.8125 447.9077 126.453125 448.6421Q126.09375 449.37646 125.4375 449.79834Q124.78125 450.2046 123.921875 450.2046Q122.640625 450.2046 121.828125 449.31396Q121.03125 448.4077 121.03125 446.92334L121.03125 446.8452ZM122.125 446.98584Q122.125 448.0327 122.609375 448.67334Q123.109375 449.31396 123.921875 449.31396Q124.75 449.31396 125.234375 448.67334Q125.71875 448.0171 125.71875 446.8452Q125.71875 445.81396 125.21875 445.17334Q124.734375 444.5171 123.90625 444.5171Q123.109375 444.5171 122.609375 445.1577Q122.125 445.7827 122.125 446.98584ZM132.23438 449.4546Q131.60938 450.2046 130.375 450.2046Q129.35938 450.2046 128.82812 449.61084Q128.29688 449.0171 128.29688 447.86084L128.29688 443.73584L129.375 443.73584L129.375 447.8296Q129.375 449.2827 130.54688 449.2827Q131.79688 449.2827 132.20312 448.3452L132.20312 443.73584L133.29688 443.73584L133.29688 450.0796L132.26562 450.0796L132.23438 449.4546ZM135.0625 446.86084Q135.0625 445.3921 135.75 444.5171Q136.4375 443.62646 137.5625 443.62646Q138.67188 443.62646 139.32812 444.37646L139.32812 441.0796L140.40625 441.0796L140.40625 450.0796L139.40625 450.0796L139.35938 449.3921Q138.70312 450.2046 137.54688 450.2046Q136.45312 450.2046 135.75 449.29834Q135.0625 448.3921 135.0625 446.93896L135.0625 446.86084ZM136.14062 446.98584Q136.14062 448.06396 136.57812 448.67334Q137.03125 449.2827 137.8125 449.2827Q138.84375 449.2827 139.32812 448.3452L139.32812 445.43896Q138.84375 444.54834 137.82812 444.54834Q137.03125 444.54834 136.57812 445.1577Q136.14062 445.7671 136.14062 446.98584ZM148.625 446.62646L146.60938 446.62646L146.60938 450.0796L145.48438 450.0796L145.48438 441.54834L148.3125 441.54834Q149.75 441.54834 150.51562 442.2046Q151.29688 442.86084 151.29688 444.11084Q151.29688 444.9077 150.85938 445.50146Q150.4375 446.0952 149.67188 446.3921L151.67188 450.00146L151.67188 450.0796L150.46875 450.0796L148.625 446.62646ZM146.60938 445.7046L148.34375 445.7046Q149.1875 445.7046 149.67188 445.2827Q150.17188 444.8452 150.17188 444.11084Q150.17188 443.3296 149.70312 442.9077Q149.23438 442.48584 148.34375 442.4702L146.60938 442.4702L146.60938 445.7046ZM156.23438 449.4546Q155.60938 450.2046 154.375 450.2046Q153.35938 450.2046 152.82812 449.61084Q152.29688 449.0171 152.29688 447.86084L152.29688 443.73584L153.375 443.73584L153.375 447.8296Q153.375 449.2827 154.54688 449.2827Q155.79688 449.2827 156.20312 448.3452L156.20312 443.73584L157.29688 443.73584L157.29688 450.0796L156.26562 450.0796L156.23438 449.4546ZM160.34375 443.73584L160.375 444.5327Q161.10938 443.62646 162.28125 443.62646Q164.29688 443.62646 164.3125 445.8921L164.3125 450.0796L163.21875 450.0796L163.21875 445.87646Q163.21875 445.2046 162.90625 444.87646Q162.60938 444.54834 161.95312 444.54834Q161.42188 444.54834 161.01562 444.8296Q160.625 445.11084 160.40625 445.56396L160.40625 450.0796L159.32812 450.0796L159.32812 443.73584L160.34375 443.73584Z" fill-rule="nonzero"/><path fill="#666666" d="M83.203125 479.59116L79.625 479.59116L78.828125 481.82553L77.671875 481.82553L80.921875 473.29428L81.90625 473.29428L85.171875 481.82553L84.015625 481.82553L83.203125 479.59116ZM79.96875 478.66928L82.875 478.66928L81.421875 474.6849L79.96875 478.66928ZM87.34375 480.9349L91.046875 480.9349L91.046875 481.82553L86.015625 481.82553L86.015625 481.02866L89.515625 476.38803L86.0625 476.38803L86.0625 475.48178L90.875 475.48178L90.875 476.2474L87.34375 480.9349ZM96.234375 481.20053Q95.609375 481.95053 94.375 481.95053Q93.359375 481.95053 92.828125 481.35678Q92.296875 480.76303 92.296875 479.60678L92.296875 475.48178L93.375 475.48178L93.375 479.57553Q93.375 481.02866 94.546875 481.02866Q95.796875 481.02866 96.203125 480.09116L96.203125 475.48178L97.296875 475.48178L97.296875 481.82553L96.265625 481.82553L96.234375 481.20053ZM102.390625 476.45053Q102.140625 476.41928 101.859375 476.41928Q100.78125 476.41928 100.40625 477.32553L100.40625 481.82553L99.328125 481.82553L99.328125 475.48178L100.375 475.48178L100.390625 476.21616Q100.921875 475.3724 101.90625 475.3724Q102.21875 475.3724 102.390625 475.45053L102.390625 476.45053ZM105.953125 481.95053Q104.65625 481.95053 103.84375 481.10678Q103.046875 480.2474 103.046875 478.82553L103.046875 478.63803Q103.046875 477.6849 103.40625 476.95053Q103.765625 476.20053 104.40625 475.79428Q105.0625 475.3724 105.8125 475.3724Q107.046875 475.3724 107.734375 476.1849Q108.421875 476.9974 108.421875 478.51303L108.421875 478.96616L104.125 478.96616Q104.15625 479.90366 104.671875 480.48178Q105.203125 481.0599 106.015625 481.0599Q106.578125 481.0599 106.96875 480.82553Q107.375 480.59116 107.6875 480.20053L108.34375 480.71616Q107.546875 481.95053 105.953125 481.95053ZM105.8125 476.26303Q105.15625 476.26303 104.703125 476.7474Q104.265625 477.21616 104.171875 478.07553L107.34375 478.07553L107.34375 477.9974Q107.296875 477.16928 106.890625 476.71616Q106.5 476.26303 105.8125 476.26303ZM117.203125 478.0599L113.609375 478.0599L113.609375 481.82553L112.484375 481.82553L112.484375 473.29428L117.78125 473.29428L117.78125 474.21616L113.609375 474.21616L113.609375 477.13803L117.203125 477.13803L117.203125 478.0599ZM123.234375 481.20053Q122.609375 481.95053 121.375 481.95053Q120.359375 481.95053 119.828125 481.35678Q119.296875 480.76303 119.296875 479.60678L119.296875 475.48178L120.375 475.48178L120.375 479.57553Q120.375 481.02866 121.546875 481.02866Q122.796875 481.02866 123.203125 480.09116L123.203125 475.48178L124.296875 475.48178L124.296875 481.82553L123.265625 481.82553L123.234375 481.20053ZM127.34375 475.48178L127.375 476.27866Q128.10938 475.3724 129.28125 475.3724Q131.29688 475.3724 131.3125 477.63803L131.3125 481.82553L130.21875 481.82553L130.21875 477.6224Q130.21875 476.95053 129.90625 476.6224Q129.60938 476.29428 128.95312 476.29428Q128.42188 476.29428 128.01562 476.57553Q127.625 476.85678 127.40625 477.3099L127.40625 481.82553L126.328125 481.82553L126.328125 475.48178L127.34375 475.48178ZM135.85938 481.0599Q136.4375 481.0599 136.875 480.71616Q137.3125 480.35678 137.35938 479.82553L138.39062 479.82553Q138.35938 480.3724 138.0 480.8724Q137.65625 481.35678 137.07812 481.65366Q136.51562 481.95053 135.85938 481.95053Q134.5625 481.95053 133.79688 481.09116Q133.04688 480.21616 133.04688 478.71616L133.04688 478.52866Q133.04688 477.60678 133.375 476.88803Q133.71875 476.16928 134.34375 475.77866Q134.98438 475.3724 135.85938 475.3724Q136.92188 475.3724 137.625 476.01303Q138.34375 476.63803 138.39062 477.66928L137.35938 477.66928Q137.3125 477.04428 136.89062 476.65366Q136.46875 476.26303 135.85938 476.26303Q135.03125 476.26303 134.57812 476.85678Q134.125 477.45053 134.125 478.57553L134.125 478.77866Q134.125 479.8724 134.57812 480.46616Q135.03125 481.0599 135.85938 481.0599ZM140.79688 473.95053L140.79688 475.48178L141.96875 475.48178L141.96875 476.32553L140.79688 476.32553L140.79688 480.2474Q140.79688 480.63803 140.95312 480.82553Q141.10938 481.01303 141.48438 481.01303Q141.67188 481.01303 142.0 480.95053L142.0 481.82553Q141.57812 481.95053 141.17188 481.95053Q140.45312 481.95053 140.07812 481.51303Q139.70312 481.0599 139.70312 480.2474L139.70312 476.32553L138.54688 476.32553L138.54688 475.48178L139.70312 475.48178L139.70312 473.95053L140.79688 473.95053ZM144.5 481.82553L143.42188 481.82553L143.42188 475.48178L144.5 475.48178L144.5 481.82553ZM143.32812 473.8099Q143.32812 473.54428 143.48438 473.35678Q143.65625 473.16928 143.96875 473.16928Q144.28125 473.16928 144.4375 473.35678Q144.60938 473.54428 144.60938 473.8099Q144.60938 474.0599 144.4375 474.2474Q144.28125 474.41928 143.96875 474.41928Q143.65625 474.41928 143.48438 474.2474Q143.32812 474.0599 143.32812 473.8099ZM146.03125 478.59116Q146.03125 477.66928 146.39062 476.91928Q146.76562 476.16928 147.42188 475.77866Q148.07812 475.3724 148.90625 475.3724Q150.20312 475.3724 151.0 476.26303Q151.8125 477.15366 151.8125 478.65366L151.8125 478.73178Q151.8125 479.65366 151.45312 480.38803Q151.09375 481.1224 150.4375 481.54428Q149.78125 481.95053 148.92188 481.95053Q147.64062 481.95053 146.82812 481.0599Q146.03125 480.15366 146.03125 478.66928L146.03125 478.59116ZM147.125 478.73178Q147.125 479.77866 147.60938 480.41928Q148.10938 481.0599 148.92188 481.0599Q149.75 481.0599 150.23438 480.41928Q150.71875 479.76303 150.71875 478.59116Q150.71875 477.5599 150.21875 476.91928Q149.73438 476.26303 148.90625 476.26303Q148.10938 476.26303 147.60938 476.90366Q147.125 477.52866 147.125 478.73178ZM154.34375 475.48178L154.375 476.27866Q155.10938 475.3724 156.28125 475.3724Q158.29688 475.3724 158.3125 477.63803L158.3125 481.82553L157.21875 481.82553L157.21875 477.6224Q157.21875 476.95053 156.90625 476.6224Q156.60938 476.29428 155.95312 476.29428Q155.42188 476.29428 155.01562 476.57553Q154.625 476.85678 154.40625 477.3099L154.40625 481.82553L153.32812 481.82553L153.32812 475.48178L154.34375 475.48178ZM164.01562 480.13803Q164.01562 479.70053 163.67188 479.46616Q163.34375 479.21616 162.51562 479.04428Q161.70312 478.8724 161.21875 478.6224Q160.73438 478.3724 160.5 478.04428Q160.28125 477.70053 160.28125 477.23178Q160.28125 476.45053 160.9375 475.91928Q161.59375 475.3724 162.625 475.3724Q163.70312 475.3724 164.35938 475.9349Q165.03125 476.48178 165.03125 477.34116L163.95312 477.34116Q163.95312 476.90366 163.5625 476.59116Q163.1875 476.26303 162.625 476.26303Q162.03125 476.26303 161.6875 476.52866Q161.35938 476.77866 161.35938 477.1849Q161.35938 477.57553 161.67188 477.77866Q161.98438 477.98178 162.79688 478.16928Q163.60938 478.34116 164.10938 478.59116Q164.60938 478.84116 164.84375 479.20053Q165.09375 479.5599 165.09375 480.0599Q165.09375 480.91928 164.40625 481.4349Q163.73438 481.95053 162.65625 481.95053Q161.89062 481.95053 161.29688 481.6849Q160.71875 481.40366 160.39062 480.91928Q160.0625 480.4349 160.0625 479.8724L161.14062 479.8724Q161.17188 480.41928 161.57812 480.7474Q161.98438 481.0599 162.65625 481.0599Q163.26562 481.0599 163.64062 480.8099Q164.01562 480.5599 164.01562 480.13803Z" fill-rule="nonzero"/><path fill="#666666" d="M74.046875 513.5715L72.921875 513.5715L68.625 506.99335L68.625 513.5715L67.484375 513.5715L67.484375 505.04022L68.625 505.04022L72.921875 511.6496L72.921875 505.04022L74.046875 505.04022L74.046875 513.5715ZM76.03125 510.3371Q76.03125 509.41522 76.390625 508.66522Q76.765625 507.91522 77.421875 507.5246Q78.078125 507.11835 78.90625 507.11835Q80.203125 507.11835 81.0 508.00897Q81.8125 508.8996 81.8125 510.3996L81.8125 510.47772Q81.8125 511.3996 81.453125 512.134Q81.09375 512.86835 80.4375 513.2902Q79.78125 513.6965 78.921875 513.6965Q77.640625 513.6965 76.828125 512.80585Q76.03125 511.8996 76.03125 510.41522L76.03125 510.3371ZM77.125 510.47772Q77.125 511.5246 77.609375 512.1652Q78.109375 512.80585 78.921875 512.80585Q79.75 512.80585 80.234375 512.1652Q80.71875 511.50897 80.71875 510.3371Q80.71875 509.30585 80.21875 508.66522Q79.734375 508.00897 78.90625 508.00897Q78.109375 508.00897 77.609375 508.6496Q77.125 509.2746 77.125 510.47772ZM84.34375 507.22772L84.375 508.0246Q85.109375 507.11835 86.28125 507.11835Q88.296875 507.11835 88.3125 509.38397L88.3125 513.5715L87.21875 513.5715L87.21875 509.36835Q87.21875 508.69647 86.90625 508.36835Q86.609375 508.04022 85.953125 508.04022Q85.421875 508.04022 85.015625 508.32147Q84.625 508.60272 84.40625 509.05585L84.40625 513.5715L83.328125 513.5715L83.328125 507.22772L84.34375 507.22772ZM92.953125 513.6965Q91.65625 513.6965 90.84375 512.8527Q90.046875 511.99335 90.046875 510.57147L90.046875 510.38397Q90.046875 509.43085 90.40625 508.69647Q90.765625 507.94647 91.40625 507.54022Q92.0625 507.11835 92.8125 507.11835Q94.046875 507.11835 94.734375 507.93085Q95.421875 508.74335 95.421875 510.25897L95.421875 510.7121L91.125 510.7121Q91.15625 511.6496 91.671875 512.2277Q92.203125 512.80585 93.015625 512.80585Q93.578125 512.80585 93.96875 512.5715Q94.375 512.3371 94.6875 511.94647L95.34375 512.4621Q94.546875 513.6965 92.953125 513.6965ZM92.8125 508.00897Q92.15625 508.00897 91.703125 508.49335Q91.265625 508.9621 91.171875 509.82147L94.34375 509.82147L94.34375 509.74335Q94.296875 508.91522 93.890625 508.4621Q93.5 508.00897 92.8125 508.00897ZM99.03125 510.3371Q99.03125 509.41522 99.390625 508.66522Q99.765625 507.91522 100.421875 507.5246Q101.078125 507.11835 101.90625 507.11835Q103.203125 507.11835 104.0 508.00897Q104.8125 508.8996 104.8125 510.3996L104.8125 510.47772Q104.8125 511.3996 104.453125 512.134Q104.09375 512.86835 103.4375 513.2902Q102.78125 513.6965 101.921875 513.6965Q100.640625 513.6965 99.828125 512.80585Q99.03125 511.8996 99.03125 510.41522L99.03125 510.3371ZM100.125 510.47772Q100.125 511.5246 100.609375 512.1652Q101.109375 512.80585 101.921875 512.80585Q102.75 512.80585 103.234375 512.1652Q103.71875 511.50897 103.71875 510.3371Q103.71875 509.30585 103.21875 508.66522Q102.734375 508.00897 101.90625 508.00897Q101.109375 508.00897 100.609375 508.6496Q100.125 509.2746 100.125 510.47772ZM106.859375 513.5715L106.859375 508.07147L105.859375 508.07147L105.859375 507.22772L106.859375 507.22772L106.859375 506.5871Q106.859375 505.55585 107.390625 505.00897Q107.9375 504.44647 108.9375 504.44647Q109.3125 504.44647 109.6875 504.54022L109.625 505.43085Q109.34375 505.36835 109.046875 505.36835Q108.515625 505.36835 108.21875 505.68085Q107.9375 505.99335 107.9375 506.55585L107.9375 507.22772L109.296875 507.22772L109.296875 508.07147L107.9375 508.07147L107.9375 513.5715L106.859375 513.5715ZM114.796875 505.69647L114.796875 507.22772L115.96875 507.22772L115.96875 508.07147L114.796875 508.07147L114.796875 511.99335Q114.796875 512.384 114.953125 512.5715Q115.109375 512.759 115.484375 512.759Q115.671875 512.759 116.0 512.6965L116.0 513.5715Q115.578125 513.6965 115.171875 513.6965Q114.453125 513.6965 114.078125 513.259Q113.703125 512.80585 113.703125 511.99335L113.703125 508.07147L112.546875 508.07147L112.546875 507.22772L113.703125 507.22772L113.703125 505.69647L114.796875 505.69647ZM118.40625 507.99335Q119.125 507.11835 120.28125 507.11835Q122.296875 507.11835 122.3125 509.38397L122.3125 513.5715L121.21875 513.5715L121.21875 509.36835Q121.21875 508.69647 120.90625 508.36835Q120.609375 508.04022 119.953125 508.04022Q119.421875 508.04022 119.015625 508.32147Q118.625 508.60272 118.40625 509.05585L118.40625 513.5715L117.328125 513.5715L117.328125 504.57147L118.40625 504.57147L118.40625 507.99335ZM126.953125 513.6965Q125.65625 513.6965 124.84375 512.8527Q124.046875 511.99335 124.046875 510.57147L124.046875 510.38397Q124.046875 509.43085 124.40625 508.69647Q124.765625 507.94647 125.40625 507.54022Q126.0625 507.11835 126.8125 507.11835Q128.04688 507.11835 128.73438 507.93085Q129.42188 508.74335 129.42188 510.25897L129.42188 510.7121L125.125 510.7121Q125.15625 511.6496 125.671875 512.2277Q126.203125 512.80585 127.015625 512.80585Q127.578125 512.80585 127.96875 512.5715Q128.375 512.3371 128.6875 511.94647L129.34375 512.4621Q128.54688 513.6965 126.953125 513.6965ZM126.8125 508.00897Q126.15625 508.00897 125.703125 508.49335Q125.265625 508.9621 125.171875 509.82147L128.34375 509.82147L128.34375 509.74335Q128.29688 508.91522 127.890625 508.4621Q127.5 508.00897 126.8125 508.00897ZM137.23438 513.5715Q137.14062 513.384 137.07812 512.8996Q136.32812 513.6965 135.28125 513.6965Q134.34375 513.6965 133.73438 513.1652Q133.14062 512.634 133.14062 511.80585Q133.14062 510.82147 133.89062 510.2746Q134.64062 509.72772 136.01562 509.72772L137.0625 509.72772L137.0625 509.22772Q137.0625 508.66522 136.71875 508.3371Q136.39062 507.99335 135.71875 507.99335Q135.14062 507.99335 134.75 508.29022Q134.35938 508.57147 134.35938 508.99335L133.26562 508.99335Q133.26562 508.50897 133.59375 508.07147Q133.9375 507.63397 134.51562 507.38397Q135.09375 507.11835 135.78125 507.11835Q136.89062 507.11835 137.5 507.66522Q138.125 508.2121 138.15625 509.16522L138.15625 512.0871Q138.15625 512.9621 138.375 513.4777L138.375 513.5715L137.23438 513.5715ZM135.4375 512.74335Q135.95312 512.74335 136.40625 512.4777Q136.85938 512.2121 137.0625 511.79022L137.0625 510.49335L136.21875 510.49335Q134.21875 510.49335 134.21875 511.66522Q134.21875 512.1652 134.5625 512.4621Q134.90625 512.74335 135.4375 512.74335ZM145.6875 510.47772Q145.6875 511.93085 145.01562 512.8215Q144.35938 513.6965 143.23438 513.6965Q142.03125 513.6965 141.375 512.8371L141.3125 513.5715L140.32812 513.5715L140.32812 504.57147L141.40625 504.57147L141.40625 507.93085Q142.0625 507.11835 143.21875 507.11835Q144.375 507.11835 145.03125 507.99335Q145.6875 508.85272 145.6875 510.38397L145.6875 510.47772ZM144.60938 510.35272Q144.60938 509.24335 144.17188 508.6496Q143.75 508.04022 142.95312 508.04022Q141.875 508.04022 141.40625 509.0246L141.40625 511.7746Q141.90625 512.7746 142.95312 512.7746Q143.73438 512.7746 144.17188 512.1652Q144.60938 511.55585 144.60938 510.35272ZM147.03125 510.3371Q147.03125 509.41522 147.39062 508.66522Q147.76562 507.91522 148.42188 507.5246Q149.07812 507.11835 149.90625 507.11835Q151.20312 507.11835 152.0 508.00897Q152.8125 508.8996 152.8125 510.3996L152.8125 510.47772Q152.8125 511.3996 152.45312 512.134Q152.09375 512.86835 151.4375 513.2902Q150.78125 513.6965 149.92188 513.6965Q148.64062 513.6965 147.82812 512.80585Q147.03125 511.8996 147.03125 510.41522L147.03125 510.3371ZM148.125 510.47772Q148.125 511.5246 148.60938 512.1652Q149.10938 512.80585 149.92188 512.80585Q150.75 512.80585 151.23438 512.1652Q151.71875 511.50897 151.71875 510.3371Q151.71875 509.30585 151.21875 508.66522Q150.73438 508.00897 149.90625 508.00897Q149.10938 508.00897 148.60938 508.6496Q148.125 509.2746 148.125 510.47772ZM156.40625 512.1027L157.98438 507.22772L159.09375 507.22772L156.8125 513.5715L155.98438 513.5715L153.6875 507.22772L154.79688 507.22772L156.40625 512.1027ZM162.95312 513.6965Q161.65625 513.6965 160.84375 512.8527Q160.04688 511.99335 160.04688 510.57147L160.04688 510.38397Q160.04688 509.43085 160.40625 508.69647Q160.76562 507.94647 161.40625 507.54022Q162.0625 507.11835 162.8125 507.11835Q164.04688 507.11835 164.73438 507.93085Q165.42188 508.74335 165.42188 510.25897L165.42188 510.7121L161.125 510.7121Q161.15625 511.6496 161.67188 512.2277Q162.20312 512.80585 163.01562 512.80585Q163.57812 512.80585 163.96875 512.5715Q164.375 512.3371 164.6875 511.94647L165.34375 512.4621Q164.54688 513.6965 162.95312 513.6965ZM162.8125 508.00897Q162.15625 508.00897 161.70312 508.49335Q161.26562 508.9621 161.17188 509.82147L164.34375 509.82147L164.34375 509.74335Q164.29688 508.91522 163.89062 508.4621Q163.5 508.00897 162.8125 508.00897Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 544.8594Q169.5625 546.7656 168.90625 547.7031Q168.26562 548.625 166.875 548.625Q165.51562 548.625 164.85938 547.71875Q164.20312 546.8125 164.17188 545.0L164.17188 543.5625Q164.17188 541.6719 164.8125 540.7656Q165.46875 539.84375 166.85938 539.84375Q168.23438 539.84375 168.89062 540.7344Q169.54688 541.6094 169.5625 543.4531L169.5625 544.8594ZM168.46875 543.375Q168.46875 542.0 168.07812 541.375Q167.70312 540.7344 166.85938 540.7344Q166.03125 540.7344 165.64062 541.375Q165.26562 542.0 165.26562 543.2969L165.26562 545.03125Q165.26562 546.40625 165.65625 547.0781Q166.0625 547.7344 166.875 547.7344Q167.67188 547.7344 168.0625 547.1094Q168.45312 546.4844 168.46875 545.15625L168.46875 543.375ZM171.10938 541.6094Q171.10938 540.84375 171.59375 540.34375Q172.09375 539.84375 172.85938 539.84375Q173.64062 539.84375 174.125 540.34375Q174.60938 540.84375 174.60938 541.6406L174.60938 542.0625Q174.60938 542.8281 174.10938 543.3281Q173.625 543.8125 172.875 543.8125Q172.10938 543.8125 171.60938 543.3281Q171.10938 542.8281 171.10938 542.0156L171.10938 541.6094ZM171.92188 542.0625Q171.92188 542.5156 172.17188 542.8125Q172.4375 543.1094 172.875 543.1094Q173.29688 543.1094 173.54688 542.8281Q173.79688 542.53125 173.79688 542.03125L173.79688 541.6094Q173.79688 541.15625 173.54688 540.8594Q173.29688 540.5469 172.85938 540.5469Q172.42188 540.5469 172.17188 540.8594Q171.92188 541.15625 171.92188 541.625L171.92188 542.0625ZM175.26562 546.40625Q175.26562 545.6406 175.75 545.15625Q176.25 544.65625 177.01562 544.65625Q177.78125 544.65625 178.26562 545.15625Q178.76562 545.6406 178.76562 546.4531L178.76562 546.8594Q178.76562 547.625 178.28125 548.125Q177.79688 548.625 177.03125 548.625Q176.26562 548.625 175.76562 548.1406Q175.26562 547.6406 175.26562 546.8281L175.26562 546.40625ZM176.07812 546.8594Q176.07812 547.3281 176.32812 547.625Q176.59375 547.9219 177.03125 547.9219Q177.45312 547.9219 177.70312 547.6406Q177.95312 547.34375 177.95312 546.84375L177.95312 546.40625Q177.95312 545.9375 177.6875 545.65625Q177.4375 545.3594 177.01562 545.3594Q176.59375 545.3594 176.32812 545.65625Q176.07812 545.9375 176.07812 546.4375L176.07812 546.8594ZM173.125 547.8594L172.5 547.46875L176.67188 540.7969L177.28125 541.1875L173.125 547.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 548.5L260.197 548.5L260.197 547.71875L263.15012 544.4375Q263.80637 543.6875 264.05637 543.2344Q264.30637 542.7656 264.30637 542.2656Q264.30637 541.59375 263.90012 541.1719Q263.5095 540.7344 262.822 540.7344Q262.02512 540.7344 261.572 541.2031Q261.11887 541.65625 261.11887 542.4844L260.04074 542.4844Q260.04074 541.2969 260.79074 540.5781Q261.55637 539.84375 262.822 539.84375Q264.02512 539.84375 264.71262 540.46875Q265.40012 541.09375 265.40012 542.1406Q265.40012 543.3906 263.79074 545.1406L261.5095 547.6094L265.79074 547.6094L265.79074 548.5ZM272.55637 544.8594Q272.55637 546.7656 271.90012 547.7031Q271.2595 548.625 269.86887 548.625Q268.5095 548.625 267.85324 547.71875Q267.197 546.8125 267.16574 545.0L267.16574 543.5625Q267.16574 541.6719 267.80637 540.7656Q268.46262 539.84375 269.85324 539.84375Q271.22824 539.84375 271.8845 540.7344Q272.54074 541.6094 272.55637 543.4531L272.55637 544.8594ZM271.46262 543.375Q271.46262 542.0 271.072 541.375Q270.697 540.7344 269.85324 540.7344Q269.02512 540.7344 268.6345 541.375Q268.2595 542.0 268.2595 543.2969L268.2595 545.03125Q268.2595 546.40625 268.65012 547.0781Q269.05637 547.7344 269.86887 547.7344Q270.66574 547.7344 271.05637 547.1094Q271.447 546.4844 271.46262 545.15625L271.46262 543.375ZM274.10324 541.6094Q274.10324 540.84375 274.58762 540.34375Q275.08762 539.84375 275.85324 539.84375Q276.6345 539.84375 277.11887 540.34375Q277.60324 540.84375 277.60324 541.6406L277.60324 542.0625Q277.60324 542.8281 277.10324 543.3281Q276.61887 543.8125 275.86887 543.8125Q275.10324 543.8125 274.60324 543.3281Q274.10324 542.8281 274.10324 542.0156L274.10324 541.6094ZM274.91574 542.0625Q274.91574 542.5156 275.16574 542.8125Q275.43137 543.1094 275.86887 543.1094Q276.29074 543.1094 276.54074 542.8281Q276.79074 542.53125 276.79074 542.03125L276.79074 541.6094Q276.79074 541.15625 276.54074 540.8594Q276.29074 540.5469 275.85324 540.5469Q275.41574 540.5469 275.16574 540.8594Q274.91574 541.15625 274.91574 541.625L274.91574 542.0625ZM278.2595 546.40625Q278.2595 545.6406 278.74387 545.15625Q279.24387 544.65625 280.0095 544.65625Q280.77512 544.65625 281.2595 545.15625Q281.7595 545.6406 281.7595 546.4531L281.7595 546.8594Q281.7595 547.625 281.27512 548.125Q280.79074 548.625 280.02512 548.625Q279.2595 548.625 278.7595 548.1406Q278.2595 547.6406 278.2595 546.8281L278.2595 546.40625ZM279.072 546.8594Q279.072 547.3281 279.322 547.625Q279.58762 547.9219 280.02512 547.9219Q280.447 547.9219 280.697 547.6406Q280.947 547.34375 280.947 546.84375L280.947 546.40625Q280.947 545.9375 280.68137 545.65625Q280.43137 545.3594 280.0095 545.3594Q279.58762 545.3594 279.322 545.65625Q279.072 545.9375 279.072 546.4375L279.072 546.8594ZM276.11887 547.8594L275.49387 547.46875L279.66574 540.7969L280.27512 541.1875L276.11887 547.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 545.6406L365.45645 545.6406L365.45645 546.5156L364.26895 546.5156L364.26895 548.5L363.19083 548.5L363.19083 546.5156L359.3002 546.5156L359.3002 545.875L363.1127 539.96875L364.26895 539.96875L364.26895 545.6406ZM360.53458 545.6406L363.19083 545.6406L363.19083 541.4531L363.0502 541.6875L360.53458 545.6406ZM372.0502 544.8594Q372.0502 546.7656 371.39395 547.7031Q370.75333 548.625 369.3627 548.625Q368.00333 548.625 367.34708 547.71875Q366.69083 546.8125 366.65958 545.0L366.65958 543.5625Q366.65958 541.6719 367.3002 540.7656Q367.95645 539.84375 369.34708 539.84375Q370.72208 539.84375 371.37833 540.7344Q372.03458 541.6094 372.0502 543.4531L372.0502 544.8594ZM370.95645 543.375Q370.95645 542.0 370.56583 541.375Q370.19083 540.7344 369.34708 540.7344Q368.51895 540.7344 368.12833 541.375Q367.75333 542.0 367.75333 543.2969L367.75333 545.03125Q367.75333 546.40625 368.14395 547.0781Q368.5502 547.7344 369.3627 547.7344Q370.15958 547.7344 370.5502 547.1094Q370.94083 546.4844 370.95645 545.15625L370.95645 543.375ZM373.59708 541.6094Q373.59708 540.84375 374.08145 540.34375Q374.58145 539.84375 375.34708 539.84375Q376.12833 539.84375 376.6127 540.34375Q377.09708 540.84375 377.09708 541.6406L377.09708 542.0625Q377.09708 542.8281 376.59708 543.3281Q376.1127 543.8125 375.3627 543.8125Q374.59708 543.8125 374.09708 543.3281Q373.59708 542.8281 373.59708 542.0156L373.59708 541.6094ZM374.40958 542.0625Q374.40958 542.5156 374.65958 542.8125Q374.9252 543.1094 375.3627 543.1094Q375.78458 543.1094 376.03458 542.8281Q376.28458 542.53125 376.28458 542.03125L376.28458 541.6094Q376.28458 541.15625 376.03458 540.8594Q375.78458 540.5469 375.34708 540.5469Q374.90958 540.5469 374.65958 540.8594Q374.40958 541.15625 374.40958 541.625L374.40958 542.0625ZM377.75333 546.40625Q377.75333 545.6406 378.2377 545.15625Q378.7377 544.65625 379.50333 544.65625Q380.26895 544.65625 380.75333 545.15625Q381.25333 545.6406 381.25333 546.4531L381.25333 546.8594Q381.25333 547.625 380.76895 548.125Q380.28458 548.625 379.51895 548.625Q378.75333 548.625 378.25333 548.1406Q377.75333 547.6406 377.75333 546.8281L377.75333 546.40625ZM378.56583 546.8594Q378.56583 547.3281 378.81583 547.625Q379.08145 547.9219 379.51895 547.9219Q379.94083 547.9219 380.19083 547.6406Q380.44083 547.34375 380.44083 546.84375L380.44083 546.40625Q380.44083 545.9375 380.1752 545.65625Q379.9252 545.3594 379.50333 545.3594Q379.08145 545.3594 378.81583 545.65625Q378.56583 545.9375 378.56583 546.4375L378.56583 546.8594ZM375.6127 547.8594L374.9877 547.46875L379.15958 540.7969L379.76895 541.1875L375.6127 547.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 539.96875L463.45032 540.875L463.2472 540.875Q461.98157 540.90625 461.23157 541.6406Q460.48157 542.3594 460.35657 543.6719Q461.04407 542.90625 462.20032 542.90625Q463.3097 542.90625 463.98157 543.6875Q464.65344 544.46875 464.65344 545.71875Q464.65344 547.03125 463.9347 547.8281Q463.21594 548.625 461.9972 548.625Q460.77844 548.625 460.01282 547.6875Q459.26282 546.7344 459.26282 545.25L459.26282 544.84375Q459.26282 542.4844 460.26282 541.2344Q461.26282 539.9844 463.2472 539.96875L463.45032 539.96875ZM462.02844 543.8125Q461.46594 543.8125 460.9972 544.1406Q460.52844 544.46875 460.34094 544.9844L460.34094 545.375Q460.34094 546.4375 460.8097 547.0781Q461.29407 547.71875 461.9972 547.71875Q462.73157 547.71875 463.15344 547.1875Q463.57532 546.6406 463.57532 545.7656Q463.57532 544.8906 463.15344 544.3594Q462.73157 543.8125 462.02844 543.8125ZM471.54407 544.8594Q471.54407 546.7656 470.88782 547.7031Q470.2472 548.625 468.85657 548.625Q467.4972 548.625 466.84094 547.71875Q466.1847 546.8125 466.15344 545.0L466.15344 543.5625Q466.15344 541.6719 466.79407 540.7656Q467.45032 539.84375 468.84094 539.84375Q470.21594 539.84375 470.8722 540.7344Q471.52844 541.6094 471.54407 543.4531L471.54407 544.8594ZM470.45032 543.375Q470.45032 542.0 470.0597 541.375Q469.6847 540.7344 468.84094 540.7344Q468.01282 540.7344 467.6222 541.375Q467.2472 542.0 467.2472 543.2969L467.2472 545.03125Q467.2472 546.40625 467.63782 547.0781Q468.04407 547.7344 468.85657 547.7344Q469.65344 547.7344 470.04407 547.1094Q470.4347 546.4844 470.45032 545.15625L470.45032 543.375ZM473.09094 541.6094Q473.09094 540.84375 473.57532 540.34375Q474.07532 539.84375 474.84094 539.84375Q475.6222 539.84375 476.10657 540.34375Q476.59094 540.84375 476.59094 541.6406L476.59094 542.0625Q476.59094 542.8281 476.09094 543.3281Q475.60657 543.8125 474.85657 543.8125Q474.09094 543.8125 473.59094 543.3281Q473.09094 542.8281 473.09094 542.0156L473.09094 541.6094ZM473.90344 542.0625Q473.90344 542.5156 474.15344 542.8125Q474.41907 543.1094 474.85657 543.1094Q475.27844 543.1094 475.52844 542.8281Q475.77844 542.53125 475.77844 542.03125L475.77844 541.6094Q475.77844 541.15625 475.52844 540.8594Q475.27844 540.5469 474.84094 540.5469Q474.40344 540.5469 474.15344 540.8594Q473.90344 541.15625 473.90344 541.625L473.90344 542.0625ZM477.2472 546.40625Q477.2472 545.6406 477.73157 545.15625Q478.23157 544.65625 478.9972 544.65625Q479.76282 544.65625 480.2472 545.15625Q480.7472 545.6406 480.7472 546.4531L480.7472 546.8594Q480.7472 547.625 480.26282 548.125Q479.77844 548.625 479.01282 548.625Q478.2472 548.625 477.7472 548.1406Q477.2472 547.6406 477.2472 546.8281L477.2472 546.40625ZM478.0597 546.8594Q478.0597 547.3281 478.3097 547.625Q478.57532 547.9219 479.01282 547.9219Q479.4347 547.9219 479.6847 547.6406Q479.9347 547.34375 479.9347 546.84375L479.9347 546.40625Q479.9347 545.9375 479.66907 545.65625Q479.41907 545.3594 478.9972 545.3594Q478.57532 545.3594 478.3097 545.65625Q478.0597 545.9375 478.0597 546.4375L478.0597 546.8594ZM475.10657 547.8594L474.48157 547.46875L478.65344 540.7969L479.26282 541.1875L475.10657 547.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 542.1875Q563.866 542.8281 563.5223 543.3281Q563.1785 543.8281 562.616 544.1094Q563.2723 544.3906 563.6629 544.9531Q564.0535 545.5 564.0535 546.2031Q564.0535 547.2969 563.3035 547.96875Q562.56915 548.625 561.3504 548.625Q560.116 548.625 559.366 547.96875Q558.63165 547.2969 558.63165 546.2031Q558.63165 545.5 559.00665 544.9531Q559.38165 544.3906 560.0535 544.1094Q559.491 543.8281 559.1629 543.3281Q558.8348 542.8281 558.8348 542.1875Q558.8348 541.1094 559.5223 540.4844Q560.2098 539.84375 561.3504 539.84375Q562.4754 539.84375 563.1629 540.4844Q563.866 541.1094 563.866 542.1875ZM562.9754 546.1719Q562.9754 545.4531 562.5223 545.0156Q562.06915 544.5625 561.3348 544.5625Q560.6004 544.5625 560.1473 545.0156Q559.7098 545.4531 559.7098 546.1875Q559.7098 546.90625 560.1473 547.3281Q560.5848 547.7344 561.3504 547.7344Q562.1004 547.7344 562.5379 547.3125Q562.9754 546.8906 562.9754 546.1719ZM561.3504 540.7344Q560.7098 540.7344 560.3035 541.1406Q559.9129 541.53125 559.9129 542.21875Q559.9129 542.8594 560.3035 543.2656Q560.69415 543.6719 561.3348 543.6719Q561.991 543.6719 562.38165 543.2656Q562.7723 542.8594 562.7723 542.21875Q562.7723 541.5625 562.366 541.15625Q561.9598 540.7344 561.3504 540.7344ZM571.0379 544.8594Q571.0379 546.7656 570.38165 547.7031Q569.741 548.625 568.3504 548.625Q566.991 548.625 566.3348 547.71875Q565.6785 546.8125 565.6473 545.0L565.6473 543.5625Q565.6473 541.6719 566.2879 540.7656Q566.94415 539.84375 568.3348 539.84375Q569.7098 539.84375 570.366 540.7344Q571.0223 541.6094 571.0379 543.4531L571.0379 544.8594ZM569.94415 543.375Q569.94415 542.0 569.5535 541.375Q569.1785 540.7344 568.3348 540.7344Q567.50665 540.7344 567.116 541.375Q566.741 542.0 566.741 543.2969L566.741 545.03125Q566.741 546.40625 567.13165 547.0781Q567.5379 547.7344 568.3504 547.7344Q569.1473 547.7344 569.5379 547.1094Q569.9285 546.4844 569.94415 545.15625L569.94415 543.375ZM572.5848 541.6094Q572.5848 540.84375 573.06915 540.34375Q573.56915 539.84375 574.3348 539.84375Q575.116 539.84375 575.6004 540.34375Q576.0848 540.84375 576.0848 541.6406L576.0848 542.0625Q576.0848 542.8281 575.5848 543.3281Q575.1004 543.8125 574.3504 543.8125Q573.5848 543.8125 573.0848 543.3281Q572.5848 542.8281 572.5848 542.0156L572.5848 541.6094ZM573.3973 542.0625Q573.3973 542.5156 573.6473 542.8125Q573.9129 543.1094 574.3504 543.1094Q574.7723 543.1094 575.0223 542.8281Q575.2723 542.53125 575.2723 542.03125L575.2723 541.6094Q575.2723 541.15625 575.0223 540.8594Q574.7723 540.5469 574.3348 540.5469Q573.8973 540.5469 573.6473 540.8594Q573.3973 541.15625 573.3973 541.625L573.3973 542.0625ZM576.741 546.40625Q576.741 545.6406 577.2254 545.15625Q577.7254 544.65625 578.491 544.65625Q579.25665 544.65625 579.741 545.15625Q580.241 545.6406 580.241 546.4531L580.241 546.8594Q580.241 547.625 579.75665 548.125Q579.2723 548.625 578.50665 548.625Q577.741 548.625 577.241 548.1406Q576.741 547.6406 576.741 546.8281L576.741 546.40625ZM577.5535 546.8594Q577.5535 547.3281 577.8035 547.625Q578.06915 547.9219 578.50665 547.9219Q578.9285 547.9219 579.1785 547.6406Q579.4285 547.34375 579.4285 546.84375L579.4285 546.40625Q579.4285 545.9375 579.1629 545.65625Q578.9129 545.3594 578.491 545.3594Q578.06915 545.3594 577.8035 545.65625Q577.5535 545.9375 577.5535 546.4375L577.5535 546.8594ZM574.6004 547.8594L573.9754 547.46875L578.1473 540.7969L578.75665 541.1875L574.6004 547.8594Z" fill-rule="nonzero"/><path fill="#999999" d="M30.33125 56.38407Q30.33125 55.07157 30.675 53.85282Q31.034374 52.63407 31.7375 51.63407Q32.440624 50.63407 33.20625 50.22782L33.425 50.94657Q32.565624 51.60282 32.01875 52.94657Q31.471874 54.29032 31.425 55.962196L31.409374 56.462196Q31.409374 58.72782 32.2375 60.38407Q32.7375 61.38407 33.425 61.94657L33.20625 62.60282Q32.425 62.180946 31.70625 61.149696Q30.33125 59.16532 30.33125 56.38407ZM38.065624 58.16532Q38.065624 57.72782 37.721874 57.493446Q37.39375 57.243446 36.565624 57.07157Q35.753124 56.899696 35.26875 56.649696Q34.784374 56.399696 34.55 56.07157Q34.33125 55.72782 34.33125 55.25907Q34.33125 54.47782 34.9875 53.94657Q35.64375 53.399696 36.675 53.399696Q37.753124 53.399696 38.409374 53.962196Q39.08125 54.50907 39.08125 55.368446L38.003124 55.368446Q38.003124 54.930946 37.6125 54.618446Q37.2375 54.29032 36.675 54.29032Q36.08125 54.29032 35.7375 54.555946Q35.409374 54.805946 35.409374 55.212196Q35.409374 55.60282 35.721874 55.805946Q36.034374 56.00907 36.846874 56.19657Q37.659374 56.368446 38.159374 56.618446Q38.659374 56.868446 38.89375 57.22782Q39.14375 57.587196 39.14375 58.087196Q39.14375 58.94657 38.45625 59.462196Q37.784374 59.97782 36.70625 59.97782Q35.940624 59.97782 35.346874 59.712196Q34.76875 59.430946 34.440624 58.94657Q34.1125 58.462196 34.1125 57.899696L35.190624 57.899696Q35.221874 58.44657 35.628124 58.774696Q36.034374 59.087196 36.70625 59.087196Q37.315624 59.087196 37.690624 58.837196Q38.065624 58.587196 38.065624 58.16532ZM43.003124 59.97782Q41.70625 59.97782 40.89375 59.13407Q40.096874 58.274696 40.096874 56.85282L40.096874 56.66532Q40.096874 55.712196 40.45625 54.97782Q40.815624 54.22782 41.45625 53.82157Q42.1125 53.399696 42.8625 53.399696Q44.096874 53.399696 44.784374 54.212196Q45.471874 55.024696 45.471874 56.54032L45.471874 56.993446L41.175 56.993446Q41.20625 57.930946 41.721874 58.50907Q42.253124 59.087196 43.065624 59.087196Q43.628124 59.087196 44.01875 58.85282Q44.425 58.618446 44.7375 58.22782L45.39375 58.743446Q44.596874 59.97782 43.003124 59.97782ZM42.8625 54.29032Q42.20625 54.29032 41.753124 54.774696Q41.315624 55.243446 41.221874 56.10282L44.39375 56.10282L44.39375 56.024696Q44.346874 55.19657 43.940624 54.743446Q43.55 54.29032 42.8625 54.29032ZM47.55 59.85282L46.471874 59.85282L46.471874 50.85282L47.55 50.85282L47.55 59.85282ZM52.003124 59.97782Q50.70625 59.97782 49.89375 59.13407Q49.096874 58.274696 49.096874 56.85282L49.096874 56.66532Q49.096874 55.712196 49.45625 54.97782Q49.815624 54.22782 50.45625 53.82157Q51.1125 53.399696 51.8625 53.399696Q53.096874 53.399696 53.784374 54.212196Q54.471874 55.024696 54.471874 56.54032L54.471874 56.993446L50.175 56.993446Q50.20625 57.930946 50.721874 58.50907Q51.253124 59.087196 52.065624 59.087196Q52.628124 59.087196 53.01875 58.85282Q53.425 58.618446 53.7375 58.22782L54.39375 58.743446Q53.596874 59.97782 52.003124 59.97782ZM51.8625 54.29032Q51.20625 54.29032 50.753124 54.774696Q50.315624 55.243446 50.221874 56.10282L53.39375 56.10282L53.39375 56.024696Q53.346874 55.19657 52.940624 54.743446Q52.55 54.29032 51.8625 54.29032ZM57.909374 59.087196Q58.4875 59.087196 58.925 58.743446Q59.3625 58.38407 59.409374 57.85282L60.440624 57.85282Q60.409374 58.399696 60.05 58.899696Q59.70625 59.38407 59.128124 59.680946Q58.565624 59.97782 57.909374 59.97782Q56.6125 59.97782 55.846874 59.118446Q55.096874 58.243446 55.096874 56.743446L55.096874 56.555946Q55.096874 55.63407 55.425 54.91532Q55.76875 54.19657 56.39375 53.805946Q57.034374 53.399696 57.909374 53.399696Q58.971874 53.399696 59.675 54.04032Q60.39375 54.66532 60.440624 55.69657L59.409374 55.69657Q59.3625 55.07157 58.940624 54.680946Q58.51875 54.29032 57.909374 54.29032Q57.08125 54.29032 56.628124 54.88407Q56.175 55.47782 56.175 56.60282L56.175 56.805946Q56.175 57.899696 56.628124 58.493446Q57.08125 59.087196 57.909374 59.087196ZM62.846874 51.97782L62.846874 53.50907L64.01875 53.50907L64.01875 54.35282L62.846874 54.35282L62.846874 58.274696Q62.846874 58.66532 63.003124 58.85282Q63.159374 59.04032 63.534374 59.04032Q63.721874 59.04032 64.05 58.97782L64.05 59.85282Q63.628124 59.97782 63.221874 59.97782Q62.503124 59.97782 62.128124 59.54032Q61.753124 59.087196 61.753124 58.274696L61.753124 54.35282L60.596874 54.35282L60.596874 53.50907L61.753124 53.50907L61.753124 51.97782L62.846874 51.97782ZM72.28438 59.85282Q72.19063 59.66532 72.12813 59.180946Q71.37813 59.97782 70.33125 59.97782Q69.39375 59.97782 68.78438 59.44657Q68.19063 58.91532 68.19063 58.087196Q68.19063 57.10282 68.94063 56.555946Q69.69063 56.00907 71.06563 56.00907L72.1125 56.00907L72.1125 55.50907Q72.1125 54.94657 71.76875 54.618446Q71.44063 54.274696 70.76875 54.274696Q70.19063 54.274696 69.8 54.57157Q69.40938 54.85282 69.40938 55.274696L68.31563 55.274696Q68.31563 54.79032 68.64375 54.35282Q68.9875 53.91532 69.56563 53.66532Q70.14375 53.399696 70.83125 53.399696Q71.94063 53.399696 72.55 53.94657Q73.175 54.493446 73.20625 55.44657L73.20625 58.368446Q73.20625 59.243446 73.425 59.75907L73.425 59.85282L72.28438 59.85282ZM70.4875 59.024696Q71.00313 59.024696 71.45625 58.75907Q71.90938 58.493446 72.1125 58.07157L72.1125 56.774696L71.26875 56.774696Q69.26875 56.774696 69.26875 57.94657Q69.26875 58.44657 69.6125 58.743446Q69.95625 59.024696 70.4875 59.024696ZM76.55 59.85282L75.47188 59.85282L75.47188 50.85282L76.55 50.85282L76.55 59.85282ZM79.55 59.85282L78.47188 59.85282L78.47188 50.85282L79.55 50.85282L79.55 59.85282ZM85.84688 51.97782L85.84688 53.50907L87.01875 53.50907L87.01875 54.35282L85.84688 54.35282L85.84688 58.274696Q85.84688 58.66532 86.00313 58.85282Q86.15938 59.04032 86.53438 59.04032Q86.72188 59.04032 87.05 58.97782L87.05 59.85282Q86.62813 59.97782 86.22188 59.97782Q85.50313 59.97782 85.12813 59.54032Q84.75313 59.087196 84.75313 58.274696L84.75313 54.35282L83.59688 54.35282L83.59688 53.50907L84.75313 53.50907L84.75313 51.97782L85.84688 51.97782ZM89.45625 54.274696Q90.175 53.399696 91.33125 53.399696Q93.34688 53.399696 93.3625 55.66532L93.3625 59.85282L92.26875 59.85282L92.26875 55.649696Q92.26875 54.97782 91.95625 54.649696Q91.65938 54.32157 91.00313 54.32157Q90.47188 54.32157 90.06563 54.60282Q89.675 54.88407 89.45625 55.337196L89.45625 59.85282L88.37813 59.85282L88.37813 50.85282L89.45625 50.85282L89.45625 54.274696ZM99.28438 59.85282Q99.19063 59.66532 99.12813 59.180946Q98.37813 59.97782 97.33125 59.97782Q96.39375 59.97782 95.78438 59.44657Q95.19063 58.91532 95.19063 58.087196Q95.19063 57.10282 95.94063 56.555946Q96.69063 56.00907 98.06563 56.00907L99.1125 56.00907L99.1125 55.50907Q99.1125 54.94657 98.76875 54.618446Q98.44063 54.274696 97.76875 54.274696Q97.19063 54.274696 96.8 54.57157Q96.40938 54.85282 96.40938 55.274696L95.31563 55.274696Q95.31563 54.79032 95.64375 54.35282Q95.9875 53.91532 96.56563 53.66532Q97.14375 53.399696 97.83125 53.399696Q98.94063 53.399696 99.55 53.94657Q100.175 54.493446 100.20625 55.44657L100.20625 58.368446Q100.20625 59.243446 100.425 59.75907L100.425 59.85282L99.28438 59.85282ZM97.4875 59.024696Q98.00313 59.024696 98.45625 58.75907Q98.90938 58.493446 99.1125 58.07157L99.1125 56.774696L98.26875 56.774696Q96.26875 56.774696 96.26875 57.94657Q96.26875 58.44657 96.6125 58.743446Q96.95625 59.024696 97.4875 59.024696ZM103.84688 51.97782L103.84688 53.50907L105.01875 53.50907L105.01875 54.35282L103.84688 54.35282L103.84688 58.274696Q103.84688 58.66532 104.00313 58.85282Q104.15938 59.04032 104.53438 59.04032Q104.72188 59.04032 105.05 58.97782L105.05 59.85282Q104.62813 59.97782 104.22188 59.97782Q103.50313 59.97782 103.12813 59.54032Q102.75313 59.087196 102.75313 58.274696L102.75313 54.35282L101.59688 54.35282L101.59688 53.50907L102.75313 53.50907L102.75313 51.97782L103.84688 51.97782ZM113.28438 59.85282Q113.19063 59.66532 113.12813 59.180946Q112.37813 59.97782 111.33125 59.97782Q110.39375 59.97782 109.78438 59.44657Q109.19063 58.91532 109.19063 58.087196Q109.19063 57.10282 109.94063 56.555946Q110.69063 56.00907 112.06563 56.00907L113.1125 56.00907L113.1125 55.50907Q113.1125 54.94657 112.76875 54.618446Q112.44063 54.274696 111.76875 54.274696Q111.19063 54.274696 110.8 54.57157Q110.40938 54.85282 110.40938 55.274696L109.31563 55.274696Q109.31563 54.79032 109.64375 54.35282Q109.9875 53.91532 110.56563 53.66532Q111.14375 53.399696 111.83125 53.399696Q112.94063 53.399696 113.55 53.94657Q114.175 54.493446 114.20625 55.44657L114.20625 58.368446Q114.20625 59.243446 114.425 59.75907L114.425 59.85282L113.28438 59.85282ZM111.4875 59.024696Q112.00313 59.024696 112.45625 58.75907Q112.90938 58.493446 113.1125 58.07157L113.1125 56.774696L112.26875 56.774696Q110.26875 56.774696 110.26875 57.94657Q110.26875 58.44657 110.6125 58.743446Q110.95625 59.024696 111.4875 59.024696ZM121.72188 56.75907Q121.72188 58.19657 121.06563 59.087196Q120.40938 59.97782 119.26875 59.97782Q118.1125 59.97782 117.45625 59.243446L117.45625 62.29032L116.37813 62.29032L116.37813 53.50907L117.3625 53.50907L117.40938 54.212196Q118.08125 53.399696 119.25313 53.399696Q120.39375 53.399696 121.05 54.25907Q121.72188 55.118446 121.72188 56.649696L121.72188 56.75907ZM120.64375 56.63407Q120.64375 55.555946 120.175 54.94657Q119.72188 54.32157 118.925 54.32157Q117.94063 54.32157 117.45625 55.180946L117.45625 58.212196Q117.94063 59.087196 118.94063 59.087196Q119.72188 59.087196 120.175 58.47782Q120.64375 57.85282 120.64375 56.63407ZM128.72188 56.75907Q128.72188 58.19657 128.06563 59.087196Q127.40938 59.97782 126.26875 59.97782Q125.1125 59.97782 124.45625 59.243446L124.45625 62.29032L123.37813 62.29032L123.37813 53.50907L124.3625 53.50907L124.40938 54.212196Q125.08125 53.399696 126.25313 53.399696Q127.39375 53.399696 128.05 54.25907Q128.72188 55.118446 128.72188 56.649696L128.72188 56.75907ZM127.64375 56.63407Q127.64375 55.555946 127.175 54.94657Q126.72188 54.32157 125.925 54.32157Q124.94063 54.32157 124.45625 55.180946L124.45625 58.212196Q124.94063 59.087196 125.94063 59.087196Q126.72188 59.087196 127.175 58.47782Q127.64375 57.85282 127.64375 56.63407ZM131.55 59.85282L130.47188 59.85282L130.47188 50.85282L131.55 50.85282L131.55 59.85282ZM135.44063 58.25907L136.925 53.50907L138.08125 53.50907L135.53438 60.837196Q134.94063 62.41532 133.65938 62.41532L133.44063 62.399696L133.05 62.32157L133.05 61.44657L133.33125 61.462196Q133.89375 61.462196 134.19063 61.243446Q134.50313 61.024696 134.70625 60.430946L134.94063 59.774696L132.675 53.50907L133.8625 53.50907L135.44063 58.25907ZM141.87813 56.44657Q141.87813 57.75907 141.53438 58.962196Q141.19063 60.149696 140.47188 61.16532Q139.76875 62.180946 139.00313 62.60282L138.76875 61.94657Q139.675 61.25907 140.22188 59.805946Q140.76875 58.337196 140.78438 56.57157L140.78438 56.38407Q140.78438 55.149696 140.51875 54.087196Q140.26875 53.024696 139.8 52.19657Q139.34688 51.35282 138.76875 50.88407L139.00313 50.22782Q139.76875 50.649696 140.47188 51.649696Q141.175 52.649696 141.51875 53.868446Q141.87813 55.07157 141.87813 56.44657Z" fill-rule="nonzero"/><path fill="#666666" d="M32.39375 28.649696L35.659374 36.774696L38.909374 28.649696L40.6125 28.649696L40.6125 38.60282L39.3 38.60282L39.3 34.72782L39.425 30.540321L36.159374 38.60282L35.14375 38.60282L31.89375 30.555946L32.01875 34.72782L32.01875 38.60282L30.70625 38.60282L30.70625 28.649696L32.39375 28.649696ZM44.925 36.743446L46.64375 31.212196L48.003124 31.212196L45.034374 39.743446Q44.346874 41.587196 42.83125 41.587196L42.596874 41.57157L42.128124 41.47782L42.128124 40.462196L42.471874 40.47782Q43.1125 40.47782 43.471874 40.212196Q43.83125 39.962196 44.065624 39.274696L44.346874 38.524696L41.70625 31.212196L43.08125 31.212196L44.925 36.743446ZM54.221874 29.415321L54.221874 31.212196L55.596874 31.212196L55.596874 32.180946L54.221874 32.180946L54.221874 36.774696Q54.221874 37.212196 54.409374 37.44657Q54.596874 37.66532 55.034374 37.66532Q55.253124 37.66532 55.64375 37.57157L55.64375 38.60282Q55.14375 38.743446 54.675 38.743446Q53.815624 38.743446 53.378124 38.22782Q52.95625 37.712196 52.95625 36.774696L52.95625 32.180946L51.6125 32.180946L51.6125 31.212196L52.95625 31.212196L52.95625 29.415321L54.221874 29.415321ZM60.58125 38.743446Q59.065624 38.743446 58.128124 37.75907Q57.190624 36.75907 57.190624 35.10282L57.190624 34.88407Q57.190624 33.774696 57.6125 32.91532Q58.034374 32.04032 58.784374 31.555946Q59.534374 31.071571 60.425 31.071571Q61.8625 31.071571 62.659374 32.024696Q63.45625 32.962196 63.45625 34.743446L63.45625 35.25907L58.45625 35.25907Q58.471874 36.35282 59.08125 37.04032Q59.70625 37.712196 60.64375 37.712196Q61.315624 37.712196 61.76875 37.44657Q62.2375 37.16532 62.596874 36.712196L63.3625 37.305946Q62.440624 38.743446 60.58125 38.743446ZM60.425 32.10282Q59.659374 32.10282 59.128124 32.66532Q58.6125 33.22782 58.4875 34.22782L62.190624 34.22782L62.190624 34.13407Q62.14375 33.16532 61.675 32.63407Q61.20625 32.10282 60.425 32.10282ZM69.08125 38.60282Q68.97188 38.38407 68.89375 37.82157Q68.01875 38.743446 66.78438 38.743446Q65.69063 38.743446 64.9875 38.13407Q64.3 37.50907 64.3 36.555946Q64.3 35.399696 65.175 34.75907Q66.05 34.118446 67.64375 34.118446L68.87813 34.118446L68.87813 33.54032Q68.87813 32.868446 68.47188 32.47782Q68.08125 32.087196 67.31563 32.087196Q66.62813 32.087196 66.175 32.430946Q65.72188 32.774696 65.72188 33.25907L64.44063 33.25907Q64.44063 32.69657 64.83125 32.180946Q65.2375 31.665321 65.90938 31.368446Q66.58125 31.071571 67.37813 31.071571Q68.65938 31.071571 69.37813 31.712196Q70.1125 32.35282 70.14375 33.462196L70.14375 36.868446Q70.14375 37.88407 70.39375 38.493446L70.39375 38.60282L69.08125 38.60282ZM66.97188 37.63407Q67.56563 37.63407 68.09688 37.337196Q68.64375 37.024696 68.87813 36.524696L68.87813 35.00907L67.87813 35.00907Q65.56563 35.00907 65.56563 36.368446Q65.56563 36.962196 65.95625 37.305946Q66.34688 37.63407 66.97188 37.63407ZM73.69063 31.212196L73.7375 32.024696Q74.55 31.071571 75.925 31.071571Q77.47188 31.071571 78.03438 32.25907Q78.40938 31.727821 79.00313 31.399696Q79.59688 31.071571 80.39375 31.071571Q82.83125 31.071571 82.87813 33.649696L82.87813 38.60282L81.6125 38.60282L81.6125 33.72782Q81.6125 32.930946 81.2375 32.54032Q80.87813 32.149696 80.03438 32.149696Q79.31563 32.149696 78.84688 32.57157Q78.39375 32.97782 78.31563 33.69657L78.31563 38.60282L77.05 38.60282L77.05 33.75907Q77.05 32.149696 75.47188 32.149696Q74.22188 32.149696 73.76875 33.19657L73.76875 38.60282L72.50313 38.60282L72.50313 31.212196L73.69063 31.212196ZM92.08125 38.60282Q91.97188 38.38407 91.89375 37.82157Q91.01875 38.743446 89.78438 38.743446Q88.69063 38.743446 87.9875 38.13407Q87.3 37.50907 87.3 36.555946Q87.3 35.399696 88.175 34.75907Q89.05 34.118446 90.64375 34.118446L91.87813 34.118446L91.87813 33.54032Q91.87813 32.868446 91.47188 32.47782Q91.08125 32.087196 90.31563 32.087196Q89.62813 32.087196 89.175 32.430946Q88.72188 32.774696 88.72188 33.25907L87.44063 33.25907Q87.44063 32.69657 87.83125 32.180946Q88.2375 31.665321 88.90938 31.368446Q89.58125 31.071571 90.37813 31.071571Q91.65938 31.071571 92.37813 31.712196Q93.1125 32.35282 93.14375 33.462196L93.14375 36.868446Q93.14375 37.88407 93.39375 38.493446L93.39375 38.60282L92.08125 38.60282ZM89.97188 37.63407Q90.56563 37.63407 91.09688 37.337196Q91.64375 37.024696 91.87813 36.524696L91.87813 35.00907L90.87813 35.00907Q88.56563 35.00907 88.56563 36.368446Q88.56563 36.962196 88.95625 37.305946Q89.34688 37.63407 89.97188 37.63407ZM97.22188 29.415321L97.22188 31.212196L98.59688 31.212196L98.59688 32.180946L97.22188 32.180946L97.22188 36.774696Q97.22188 37.212196 97.40938 37.44657Q97.59688 37.66532 98.03438 37.66532Q98.25313 37.66532 98.64375 37.57157L98.64375 38.60282Q98.14375 38.743446 97.675 38.743446Q96.81563 38.743446 96.37813 38.22782Q95.95625 37.712196 95.95625 36.774696L95.95625 32.180946L94.6125 32.180946L94.6125 31.212196L95.95625 31.212196L95.95625 29.415321L97.22188 29.415321ZM110.05 36.85282L111.47188 31.212196L112.7375 31.212196L110.59688 38.60282L109.56563 38.60282L107.76875 32.993446L106.01875 38.60282L104.9875 38.60282L102.84688 31.212196L104.09688 31.212196L105.56563 36.743446L107.28438 31.212196L108.3 31.212196L110.05 36.85282ZM114.175 34.837196Q114.175 33.743446 114.59688 32.88407Q115.03438 32.00907 115.78438 31.540321Q116.55 31.071571 117.53438 31.071571Q119.03438 31.071571 119.97188 32.118446Q120.90938 33.16532 120.90938 34.899696L120.90938 34.993446Q120.90938 36.07157 120.4875 36.930946Q120.08125 37.774696 119.3 38.25907Q118.53438 38.743446 117.55 38.743446Q116.03438 38.743446 115.09688 37.69657Q114.175 36.649696 114.175 34.930946L114.175 34.837196ZM115.44063 34.993446Q115.44063 36.212196 116.00313 36.962196Q116.58125 37.712196 117.55 37.712196Q118.50313 37.712196 119.06563 36.962196Q119.64375 36.19657 119.64375 34.837196Q119.64375 33.618446 119.06563 32.868446Q118.4875 32.10282 117.53438 32.10282Q116.59688 32.10282 116.01875 32.85282Q115.44063 33.60282 115.44063 34.993446ZM126.08125 32.337196Q125.8 32.29032 125.45625 32.29032Q124.22188 32.29032 123.76875 33.35282L123.76875 38.60282L122.50313 38.60282L122.50313 31.212196L123.7375 31.212196L123.75313 32.055946Q124.37813 31.071571 125.51875 31.071571Q125.89375 31.071571 126.08125 31.165321L126.08125 32.337196ZM129.56563 35.180946L128.78438 36.00907L128.78438 38.60282L127.51875 38.60282L127.51875 28.102821L128.78438 28.102821L128.78438 34.44657L129.45625 33.63407L131.75313 31.212196L133.3 31.212196L130.425 34.29032L133.62813 38.60282L132.14375 38.60282L129.56563 35.180946ZM137.20625 34.837196Q137.20625 33.13407 138.00313 32.10282Q138.81563 31.071571 140.1125 31.071571Q141.425 31.071571 142.175 31.962196L142.175 28.102821L143.44063 28.102821L143.44063 38.60282L142.28438 38.60282L142.22188 37.805946Q141.45625 38.743446 140.1125 38.743446Q138.81563 38.743446 138.00313 37.69657Q137.20625 36.63407 137.20625 34.930946L137.20625 34.837196ZM138.47188 34.993446Q138.47188 36.243446 138.9875 36.962196Q139.50313 37.66532 140.425 37.66532Q141.62813 37.66532 142.175 36.587196L142.175 33.180946Q141.6125 32.149696 140.44063 32.149696Q139.50313 32.149696 138.9875 32.868446Q138.47188 33.57157 138.47188 34.993446ZM148.58125 38.743446Q147.06563 38.743446 146.12813 37.75907Q145.19063 36.75907 145.19063 35.10282L145.19063 34.88407Q145.19063 33.774696 145.6125 32.91532Q146.03438 32.04032 146.78438 31.555946Q147.53438 31.071571 148.425 31.071571Q149.8625 31.071571 150.65938 32.024696Q151.45625 32.962196 151.45625 34.743446L151.45625 35.25907L146.45625 35.25907Q146.47188 36.35282 147.08125 37.04032Q147.70625 37.712196 148.64375 37.712196Q149.31563 37.712196 149.76875 37.44657Q150.2375 37.16532 150.59688 36.712196L151.3625 37.305946Q150.44063 38.743446 148.58125 38.743446ZM148.425 32.10282Q147.65938 32.10282 147.12813 32.66532Q146.6125 33.22782 146.4875 34.22782L150.19063 34.22782L150.19063 34.13407Q150.14375 33.16532 149.675 32.63407Q149.20625 32.10282 148.425 32.10282ZM158.75313 34.993446Q158.75313 36.680946 157.97188 37.712196Q157.20625 38.743446 155.89375 38.743446Q154.55 38.743446 153.76875 37.88407L153.76875 41.44657L152.50313 41.44657L152.50313 31.212196L153.65938 31.212196L153.72188 32.024696Q154.50313 31.071571 155.87813 31.071571Q157.20625 31.071571 157.97188 32.07157Q158.75313 33.07157 158.75313 34.868446L158.75313 34.993446ZM157.4875 34.837196Q157.4875 33.587196 156.95625 32.868446Q156.425 32.149696 155.4875 32.149696Q154.34688 32.149696 153.76875 33.16532L153.76875 36.69657Q154.34688 37.712196 155.50313 37.712196Q156.425 37.712196 156.95625 36.993446Q157.4875 36.25907 157.4875 34.837196ZM161.87813 38.60282L160.6125 38.60282L160.6125 28.102821L161.87813 28.102821L161.87813 38.60282ZM163.175 34.837196Q163.175 33.743446 163.59688 32.88407Q164.03438 32.00907 164.78438 31.540321Q165.55 31.071571 166.53438 31.071571Q168.03438 31.071571 168.97188 32.118446Q169.90938 33.16532 169.90938 34.899696L169.90938 34.993446Q169.90938 36.07157 169.4875 36.930946Q169.08125 37.774696 168.3 38.25907Q167.53438 38.743446 166.55 38.743446Q165.03438 38.743446 164.09688 37.69657Q163.175 36.649696 163.175 34.930946L163.175 34.837196ZM164.44063 34.993446Q164.44063 36.212196 165.00313 36.962196Q165.58125 37.712196 166.55 37.712196Q167.50313 37.712196 168.06563 36.962196Q168.64375 36.19657 168.64375 34.837196Q168.64375 33.618446 168.06563 32.868446Q167.4875 32.10282 166.53438 32.10282Q165.59688 32.10282 165.01875 32.85282Q164.44063 33.60282 164.44063 34.993446ZM173.925 36.743446L175.64375 31.212196L177.00313 31.212196L174.03438 39.743446Q173.34688 41.587196 171.83125 41.587196L171.59688 41.57157L171.12813 41.47782L171.12813 40.462196L171.47188 40.47782Q172.1125 40.47782 172.47188 40.212196Q172.83125 39.962196 173.06563 39.274696L173.34688 38.524696L170.70625 31.212196L172.08125 31.212196L173.925 36.743446ZM182.81563 36.63407Q182.81563 36.13407 182.425 35.85282Q182.03438 35.555946 181.08125 35.35282Q180.12813 35.149696 179.55 34.868446Q178.9875 34.57157 178.72188 34.180946Q178.45625 33.79032 178.45625 33.243446Q178.45625 32.32157 179.22188 31.696571Q179.9875 31.071571 181.19063 31.071571Q182.44063 31.071571 183.22188 31.727821Q184.00313 32.368446 184.00313 33.38407L182.7375 33.38407Q182.7375 32.85282 182.3 32.47782Q181.8625 32.10282 181.19063 32.10282Q180.50313 32.10282 180.1125 32.41532Q179.72188 32.712196 179.72188 33.19657Q179.72188 33.649696 180.08125 33.88407Q180.44063 34.118446 181.37813 34.337196Q182.33125 34.54032 182.925 34.837196Q183.51875 35.13407 183.8 35.555946Q184.08125 35.962196 184.08125 36.555946Q184.08125 37.54032 183.28438 38.149696Q182.4875 38.743446 181.22188 38.743446Q180.34688 38.743446 179.65938 38.430946Q178.97188 38.10282 178.58125 37.54032Q178.20625 36.97782 178.20625 36.32157L179.47188 36.32157Q179.50313 36.962196 179.97188 37.337196Q180.45625 37.712196 181.22188 37.712196Q181.94063 37.712196 182.37813 37.41532Q182.81563 37.118446 182.81563 36.63407ZM196.05 37.29032Q195.55 38.024696 194.64375 38.38407Q193.7375 38.743446 192.53438 38.743446Q191.31563 38.743446 190.3625 38.180946Q189.425 37.60282 188.90938 36.555946Q188.39375 35.493446 188.37813 34.10282L188.37813 33.243446Q188.37813 30.993446 189.425 29.759071Q190.4875 28.509071 192.37813 28.509071Q193.94063 28.509071 194.89375 29.305946Q195.84688 30.102821 196.05 31.571571L194.7375 31.571571Q194.37813 29.587196 192.39375 29.587196Q191.06563 29.587196 190.37813 30.524696Q189.70625 31.446571 189.70625 33.19657L189.70625 34.00907Q189.70625 35.69657 190.47188 36.680946Q191.2375 37.66532 192.53438 37.66532Q193.28438 37.66532 193.83125 37.50907Q194.39375 37.337196 194.75313 36.94657L194.75313 34.712196L192.44063 34.712196L192.44063 33.649696L196.05 33.649696L196.05 37.29032ZM198.175 34.837196Q198.175 33.743446 198.59688 32.88407Q199.03438 32.00907 199.78438 31.540321Q200.55 31.071571 201.53438 31.071571Q203.03438 31.071571 203.97188 32.118446Q204.90938 33.16532 204.90938 34.899696L204.90938 34.993446Q204.90938 36.07157 204.4875 36.930946Q204.08125 37.774696 203.3 38.25907Q202.53438 38.743446 201.55 38.743446Q200.03438 38.743446 199.09688 37.69657Q198.175 36.649696 198.175 34.930946L198.175 34.837196ZM199.44063 34.993446Q199.44063 36.212196 200.00313 36.962196Q200.58125 37.712196 201.55 37.712196Q202.50313 37.712196 203.06563 36.962196Q203.64375 36.19657 203.64375 34.837196Q203.64375 33.618446 203.06563 32.868446Q202.4875 32.10282 201.53438 32.10282Q200.59688 32.10282 200.01875 32.85282Q199.44063 33.60282 199.44063 34.993446ZM215.75313 34.993446Q215.75313 36.680946 214.97188 37.712196Q214.20625 38.743446 212.89375 38.743446Q211.55 38.743446 210.76875 37.88407L210.76875 41.44657L209.50313 41.44657L209.50313 31.212196L210.65938 31.212196L210.72188 32.024696Q211.50313 31.071571 212.87813 31.071571Q214.20625 31.071571 214.97188 32.07157Q215.75313 33.07157 215.75313 34.868446L215.75313 34.993446ZM214.4875 34.837196Q214.4875 33.587196 213.95625 32.868446Q213.425 32.149696 212.4875 32.149696Q211.34688 32.149696 210.76875 33.16532L210.76875 36.69657Q211.34688 37.712196 212.50313 37.712196Q213.425 37.712196 213.95625 36.993446Q214.4875 36.25907 214.4875 34.837196ZM221.08125 32.337196Q220.8 32.29032 220.45625 32.29032Q219.22188 32.29032 218.76875 33.35282L218.76875 38.60282L217.50313 38.60282L217.50313 31.212196L218.7375 31.212196L218.75313 32.055946Q219.37813 31.071571 220.51875 31.071571Q220.89375 31.071571 221.08125 31.165321L221.08125 32.337196ZM222.175 34.837196Q222.175 33.743446 222.59688 32.88407Q223.03438 32.00907 223.78438 31.540321Q224.55 31.071571 225.53438 31.071571Q227.03438 31.071571 227.97188 32.118446Q228.90938 33.16532 228.90938 34.899696L228.90938 34.993446Q228.90938 36.07157 228.4875 36.930946Q228.08125 37.774696 227.3 38.25907Q226.53438 38.743446 225.55 38.743446Q224.03438 38.743446 223.09688 37.69657Q222.175 36.649696 222.175 34.930946L222.175 34.837196ZM223.44063 34.993446Q223.44063 36.212196 224.00313 36.962196Q224.58125 37.712196 225.55 37.712196Q226.50313 37.712196 227.06563 36.962196Q227.64375 36.19657 227.64375 34.837196Q227.64375 33.618446 227.06563 32.868446Q226.4875 32.10282 225.53438 32.10282Q224.59688 32.10282 224.01875 32.85282Q223.44063 33.60282 223.44063 34.993446ZM230.20625 34.837196Q230.20625 33.118446 231.00313 32.10282Q231.8 31.071571 233.12813 31.071571Q234.47188 31.071571 235.2375 32.024696L235.3 31.212196L236.45625 31.212196L236.45625 38.430946Q236.45625 39.868446 235.59688 40.680946Q234.75313 41.50907 233.31563 41.50907Q232.51875 41.50907 231.75313 41.16532Q230.9875 40.837196 230.58125 40.243446L231.2375 39.47782Q232.05 40.47782 233.22188 40.47782Q234.14375 40.47782 234.65938 39.962196Q235.19063 39.44657 235.19063 38.493446L235.19063 37.868446Q234.425 38.743446 233.1125 38.743446Q231.81563 38.743446 231.00313 37.69657Q230.20625 36.649696 230.20625 34.837196ZM231.47188 34.993446Q231.47188 36.243446 231.9875 36.962196Q232.50313 37.66532 233.425 37.66532Q234.62813 37.66532 235.19063 36.57157L235.19063 33.19657Q234.59688 32.149696 233.44063 32.149696Q232.51875 32.149696 231.9875 32.868446Q231.47188 33.57157 231.47188 34.993446ZM242.08125 32.337196Q241.8 32.29032 241.45625 32.29032Q240.22188 32.29032 239.76875 33.35282L239.76875 38.60282L238.50313 38.60282L238.50313 31.212196L239.7375 31.212196L239.75313 32.055946Q240.37813 31.071571 241.51875 31.071571Q241.89375 31.071571 242.08125 31.165321L242.08125 32.337196ZM248.08125 38.60282Q247.97188 38.38407 247.89375 37.82157Q247.01875 38.743446 245.78438 38.743446Q244.69063 38.743446 243.9875 38.13407Q243.3 37.50907 243.3 36.555946Q243.3 35.399696 244.175 34.75907Q245.05 34.118446 246.64375 34.118446L247.87813 34.118446L247.87813 33.54032Q247.87813 32.868446 247.47188 32.47782Q247.08125 32.087196 246.31563 32.087196Q245.62813 32.087196 245.175 32.430946Q244.72188 32.774696 244.72188 33.25907L243.44063 33.25907Q243.44063 32.69657 243.83125 32.180946Q244.2375 31.665321 244.90938 31.368446Q245.58125 31.071571 246.37813 31.071571Q247.65938 31.071571 248.37813 31.712196Q249.1125 32.35282 249.14375 33.462196L249.14375 36.868446Q249.14375 37.88407 249.39375 38.493446L249.39375 38.60282L248.08125 38.60282ZM245.97188 37.63407Q246.56563 37.63407 247.09688 37.337196Q247.64375 37.024696 247.87813 36.524696L247.87813 35.00907L246.87813 35.00907Q244.56563 35.00907 244.56563 36.368446Q244.56563 36.962196 244.95625 37.305946Q245.34688 37.63407 245.97188 37.63407ZM252.69063 31.212196L252.7375 32.024696Q253.55 31.071571 254.925 31.071571Q256.47186 31.071571 257.03436 32.25907Q257.40936 31.727821 258.0031 31.399696Q258.59686 31.071571 259.39374 31.071571Q261.83124 31.071571 261.8781 33.649696L261.8781 38.60282L260.6125 38.60282L260.6125 33.72782Q260.6125 32.930946 260.2375 32.54032Q259.8781 32.149696 259.03436 32.149696Q258.3156 32.149696 257.84686 32.57157Q257.39374 32.97782 257.3156 33.69657L257.3156 38.60282L256.05 38.60282L256.05 33.75907Q256.05 32.149696 254.47188 32.149696Q253.22188 32.149696 252.76875 33.19657L252.76875 38.60282L251.50313 38.60282L251.50313 31.212196L252.69063 31.212196ZM267.8156 36.63407Q267.8156 36.13407 267.425 35.85282Q267.03436 35.555946 266.08124 35.35282Q265.1281 35.149696 264.55 34.868446Q263.9875 34.57157 263.72186 34.180946Q263.45624 33.79032 263.45624 33.243446Q263.45624 32.32157 264.22186 31.696571Q264.9875 31.071571 266.1906 31.071571Q267.4406 31.071571 268.22186 31.727821Q269.0031 32.368446 269.0031 33.38407L267.7375 33.38407Q267.7375 32.85282 267.3 32.47782Q266.8625 32.10282 266.1906 32.10282Q265.5031 32.10282 265.1125 32.41532Q264.72186 32.712196 264.72186 33.19657Q264.72186 33.649696 265.08124 33.88407Q265.4406 34.118446 266.3781 34.337196Q267.33124 34.54032 267.925 34.837196Q268.51874 35.13407 268.8 35.555946Q269.08124 35.962196 269.08124 36.555946Q269.08124 37.54032 268.28436 38.149696Q267.4875 38.743446 266.22186 38.743446Q265.34686 38.743446 264.65936 38.430946Q263.97186 38.10282 263.58124 37.54032Q263.20624 36.97782 263.20624 36.32157L264.47186 36.32157Q264.5031 36.962196 264.97186 37.337196Q265.45624 37.712196 266.22186 37.712196Q266.9406 37.712196 267.3781 37.41532Q267.8156 37.118446 267.8156 36.63407ZM275.22186 29.415321L275.22186 31.212196L276.59686 31.212196L276.59686 32.180946L275.22186 32.180946L275.22186 36.774696Q275.22186 37.212196 275.40936 37.44657Q275.59686 37.66532 276.03436 37.66532Q276.2531 37.66532 276.64374 37.57157L276.64374 38.60282Q276.14374 38.743446 275.675 38.743446Q274.8156 38.743446 274.3781 38.22782Q273.95624 37.712196 273.95624 36.774696L273.95624 32.180946L272.6125 32.180946L272.6125 31.212196L273.95624 31.212196L273.95624 29.415321L275.22186 29.415321ZM278.175 34.837196Q278.175 33.743446 278.59686 32.88407Q279.03436 32.00907 279.78436 31.540321Q280.55 31.071571 281.53436 31.071571Q283.03436 31.071571 283.97186 32.118446Q284.90936 33.16532 284.90936 34.899696L284.90936 34.993446Q284.90936 36.07157 284.4875 36.930946Q284.08124 37.774696 283.3 38.25907Q282.53436 38.743446 281.55 38.743446Q280.03436 38.743446 279.09686 37.69657Q278.175 36.649696 278.175 34.930946L278.175 34.837196ZM279.4406 34.993446Q279.4406 36.212196 280.0031 36.962196Q280.58124 37.712196 281.55 37.712196Q282.5031 37.712196 283.0656 36.962196Q283.64374 36.19657 283.64374 34.837196Q283.64374 33.618446 283.0656 32.868446Q282.4875 32.10282 281.53436 32.10282Q280.59686 32.10282 280.01874 32.85282Q279.4406 33.60282 279.4406 34.993446ZM286.53436 37.94657Q286.53436 37.618446 286.72186 37.399696Q286.925 37.180946 287.3156 37.180946Q287.70624 37.180946 287.90936 37.399696Q288.1125 37.618446 288.1125 37.94657Q288.1125 38.25907 287.90936 38.47782Q287.70624 38.680946 287.3156 38.680946Q286.925 38.680946 286.72186 38.47782Q286.53436 38.25907 286.53436 37.94657ZM286.53436 31.946571Q286.53436 31.618446 286.72186 31.399696Q286.925 31.180946 287.3156 31.180946Q287.70624 31.180946 287.90936 31.399696Q288.1125 31.618446 288.1125 31.946571Q288.1125 32.25907 287.90936 32.47782Q287.70624 32.680946 287.3156 32.680946Q286.925 32.680946 286.72186 32.47782Q286.53436 32.25907 286.53436 31.946571Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig26.svg b/_content/survey2019/fig26.svg
deleted file mode 100644
index e00ac57..0000000
--- a/_content/survey2019/fig26.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 620.0 279.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="620" height="279" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L620.0 0L620.0 279.0L0 279.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M66.5 46.5L66.5 181.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M198.5 46.5L198.5 181.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M330.5 46.5L330.5 181.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 46.5L462.5 181.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M594.5 46.5L594.5 181.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M66.339455 46.549583L594.85614 46.549583L594.85614 181.84822L66.339455 181.84822L66.339455 46.549583Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M66.0 87.0L66.0 61.0L70.0 61.0L70.0 87.0Z" fill-rule="nonzero"/><path fill="#85200c" clip-path="url(#id_0)" d="M66.0 87.0L66.0 61.0L70.0 61.0L70.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M66.0 127.0L66.0 101.0L69.0 101.0L69.0 127.0Z" fill-rule="nonzero"/><path fill="#85200c" clip-path="url(#id_0)" d="M66.0 127.0L66.0 101.0L69.0 101.0L69.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M66.0 168.0L66.0 142.0L76.0 142.0L76.0 168.0Z" fill-rule="nonzero"/><path fill="#85200c" clip-path="url(#id_0)" d="M66.0 168.0L66.0 142.0L76.0 142.0L76.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M70.0 87.0L70.0 61.0L73.0 61.0L73.0 87.0Z" fill-rule="nonzero"/><path fill="#cc4125" clip-path="url(#id_0)" d="M70.0 87.0L70.0 61.0L73.0 61.0L73.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M69.0 127.0L69.0 101.0L73.0 101.0L73.0 127.0Z" fill-rule="nonzero"/><path fill="#cc4125" clip-path="url(#id_0)" d="M69.0 127.0L69.0 101.0L73.0 101.0L73.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M76.0 168.0L76.0 142.0L85.0 142.0L85.0 168.0Z" fill-rule="nonzero"/><path fill="#cc4125" clip-path="url(#id_0)" d="M76.0 168.0L76.0 142.0L85.0 142.0L85.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M73.0 87.0L73.0 61.0L79.0 61.0L79.0 87.0Z" fill-rule="nonzero"/><path fill="#e6b8af" clip-path="url(#id_0)" d="M73.0 87.0L73.0 61.0L79.0 61.0L79.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M73.0 127.0L73.0 101.0L81.0 101.0L81.0 127.0Z" fill-rule="nonzero"/><path fill="#e6b8af" clip-path="url(#id_0)" d="M73.0 127.0L73.0 101.0L81.0 101.0L81.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M85.0 168.0L85.0 142.0L109.0 142.0L109.0 168.0Z" fill-rule="nonzero"/><path fill="#e6b8af" clip-path="url(#id_0)" d="M85.0 168.0L85.0 142.0L109.0 142.0L109.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M79.0 87.0L79.0 61.0L170.0 61.0L170.0 87.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M79.0 87.0L79.0 61.0L170.0 61.0L170.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M81.0 127.0L81.0 101.0L176.0 101.0L176.0 127.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M81.0 127.0L81.0 101.0L176.0 101.0L176.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M109.0 168.0L109.0 142.0L292.0 142.0L292.0 168.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M109.0 168.0L109.0 142.0L292.0 142.0L292.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M170.0 87.0L170.0 61.0L209.0 61.0L209.0 87.0Z" fill-rule="nonzero"/><path fill="#b6d7a8" clip-path="url(#id_0)" d="M170.0 87.0L170.0 61.0L209.0 61.0L209.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M176.0 127.0L176.0 101.0L215.0 101.0L215.0 127.0Z" fill-rule="nonzero"/><path fill="#b6d7a8" clip-path="url(#id_0)" d="M176.0 127.0L176.0 101.0L215.0 101.0L215.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M292.0 168.0L292.0 142.0L335.0 142.0L335.0 168.0Z" fill-rule="nonzero"/><path fill="#b6d7a8" clip-path="url(#id_0)" d="M292.0 168.0L292.0 142.0L335.0 142.0L335.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M209.0 87.0L209.0 61.0L359.0 61.0L359.0 87.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M209.0 87.0L209.0 61.0L359.0 61.0L359.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M215.0 127.0L215.0 101.0L376.0 101.0L376.0 127.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M215.0 127.0L215.0 101.0L376.0 101.0L376.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M335.0 168.0L335.0 142.0L462.0 142.0L462.0 168.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M335.0 168.0L335.0 142.0L462.0 142.0L462.0 168.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M359.0 87.0L359.0 61.0L593.0 61.0C594.10455 61.0 595.0 61.89543 595.0 63.0L595.0 85.0C595.0 86.10457 594.10455 87.0 593.0 87.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M359.0 87.0L359.0 61.0L593.0 61.0C594.10455 61.0 595.0 61.89543 595.0 63.0L595.0 85.0C595.0 86.10457 594.10455 87.0 593.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M376.0 127.0L376.0 101.0L593.0 101.0C594.10455 101.0 595.0 101.89543 595.0 103.0L595.0 125.0C595.0 126.10457 594.10455 127.0 593.0 127.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M376.0 127.0L376.0 101.0L593.0 101.0C594.10455 101.0 595.0 101.89543 595.0 103.0L595.0 125.0C595.0 126.10457 594.10455 127.0 593.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M462.0 168.0L462.0 142.0L593.0 142.0C594.10455 142.0 595.0 142.89543 595.0 144.0L595.0 166.0C595.0 167.10457 594.10455 168.0 593.0 168.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M462.0 168.0L462.0 142.0L593.0 142.0C594.10455 142.0 595.0 142.89543 595.0 144.0L595.0 166.0C595.0 167.10457 594.10455 168.0 593.0 168.0Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M146.23018 78.5L145.15205 78.5L145.15205 71.28125L142.96455 72.078125L142.96455 71.09375L146.07393 69.921875L146.23018 69.921875L146.23018 78.5ZM155.1833 70.578125L151.65205 78.5L150.51143 78.5L154.02705 70.859375L149.41768 70.859375L149.41768 69.96875L155.1833 69.96875L155.1833 70.578125ZM156.57393 71.609375Q156.57393 70.84375 157.0583 70.34375Q157.5583 69.84375 158.32393 69.84375Q159.10518 69.84375 159.58955 70.34375Q160.07393 70.84375 160.07393 71.640625L160.07393 72.0625Q160.07393 72.828125 159.57393 73.328125Q159.08955 73.8125 158.33955 73.8125Q157.57393 73.8125 157.07393 73.328125Q156.57393 72.828125 156.57393 72.015625L156.57393 71.609375ZM157.38643 72.0625Q157.38643 72.515625 157.63643 72.8125Q157.90205 73.109375 158.33955 73.109375Q158.76143 73.109375 159.01143 72.828125Q159.26143 72.53125 159.26143 72.03125L159.26143 71.609375Q159.26143 71.15625 159.01143 70.859375Q158.76143 70.546875 158.32393 70.546875Q157.88643 70.546875 157.63643 70.859375Q157.38643 71.15625 157.38643 71.625L157.38643 72.0625ZM160.73018 76.40625Q160.73018 75.640625 161.21455 75.15625Q161.71455 74.65625 162.48018 74.65625Q163.2458 74.65625 163.73018 75.15625Q164.23018 75.640625 164.23018 76.453125L164.23018 76.859375Q164.23018 77.625 163.7458 78.125Q163.26143 78.625 162.4958 78.625Q161.73018 78.625 161.23018 78.140625Q160.73018 77.640625 160.73018 76.828125L160.73018 76.40625ZM161.54268 76.859375Q161.54268 77.328125 161.79268 77.625Q162.0583 77.921875 162.4958 77.921875Q162.91768 77.921875 163.16768 77.640625Q163.41768 77.34375 163.41768 76.84375L163.41768 76.40625Q163.41768 75.9375 163.15205 75.65625Q162.90205 75.359375 162.48018 75.359375Q162.0583 75.359375 161.79268 75.65625Q161.54268 75.9375 161.54268 76.4375L161.54268 76.859375ZM158.58955 77.859375L157.96455 77.46875L162.13643 70.796875L162.7458 71.1875L158.58955 77.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M146.23018 78.5L145.15205 78.5L145.15205 71.28125L142.96455 72.078125L142.96455 71.09375L146.07393 69.921875L146.23018 69.921875L146.23018 78.5ZM155.1833 70.578125L151.65205 78.5L150.51143 78.5L154.02705 70.859375L149.41768 70.859375L149.41768 69.96875L155.1833 69.96875L155.1833 70.578125ZM156.57393 71.609375Q156.57393 70.84375 157.0583 70.34375Q157.5583 69.84375 158.32393 69.84375Q159.10518 69.84375 159.58955 70.34375Q160.07393 70.84375 160.07393 71.640625L160.07393 72.0625Q160.07393 72.828125 159.57393 73.328125Q159.08955 73.8125 158.33955 73.8125Q157.57393 73.8125 157.07393 73.328125Q156.57393 72.828125 156.57393 72.015625L156.57393 71.609375ZM157.38643 72.0625Q157.38643 72.515625 157.63643 72.8125Q157.90205 73.109375 158.33955 73.109375Q158.76143 73.109375 159.01143 72.828125Q159.26143 72.53125 159.26143 72.03125L159.26143 71.609375Q159.26143 71.15625 159.01143 70.859375Q158.76143 70.546875 158.32393 70.546875Q157.88643 70.546875 157.63643 70.859375Q157.38643 71.15625 157.38643 71.625L157.38643 72.0625ZM160.73018 76.40625Q160.73018 75.640625 161.21455 75.15625Q161.71455 74.65625 162.48018 74.65625Q163.2458 74.65625 163.73018 75.15625Q164.23018 75.640625 164.23018 76.453125L164.23018 76.859375Q164.23018 77.625 163.7458 78.125Q163.26143 78.625 162.4958 78.625Q161.73018 78.625 161.23018 78.140625Q160.73018 77.640625 160.73018 76.828125L160.73018 76.40625ZM161.54268 76.859375Q161.54268 77.328125 161.79268 77.625Q162.0583 77.921875 162.4958 77.921875Q162.91768 77.921875 163.16768 77.640625Q163.41768 77.34375 163.41768 76.84375L163.41768 76.40625Q163.41768 75.9375 163.15205 75.65625Q162.90205 75.359375 162.48018 75.359375Q162.0583 75.359375 161.79268 75.65625Q161.54268 75.9375 161.54268 76.4375L161.54268 76.859375ZM158.58955 77.859375L157.96455 77.46875L162.13643 70.796875L162.7458 71.1875L158.58955 77.859375Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M152.15337 118.5L151.07524 118.5L151.07524 111.28125L148.88774 112.078125L148.88774 111.09375L151.99712 109.921875L152.15337 109.921875L152.15337 118.5ZM160.77837 112.1875Q160.77837 112.828125 160.43462 113.328125Q160.09087 113.828125 159.52837 114.109375Q160.18462 114.390625 160.57524 114.953125Q160.96587 115.5 160.96587 116.203125Q160.96587 117.296875 160.21587 117.96875Q159.48149 118.625 158.26274 118.625Q157.02837 118.625 156.27837 117.96875Q155.54399 117.296875 155.54399 116.203125Q155.54399 115.5 155.91899 114.953125Q156.29399 114.390625 156.96587 114.109375Q156.40337 113.828125 156.07524 113.328125Q155.74712 112.828125 155.74712 112.1875Q155.74712 111.109375 156.43462 110.484375Q157.12212 109.84375 158.26274 109.84375Q159.38774 109.84375 160.07524 110.484375Q160.77837 111.109375 160.77837 112.1875ZM159.88774 116.171875Q159.88774 115.453125 159.43462 115.015625Q158.98149 114.5625 158.24712 114.5625Q157.51274 114.5625 157.05962 115.015625Q156.62212 115.453125 156.62212 116.1875Q156.62212 116.90625 157.05962 117.328125Q157.49712 117.734375 158.26274 117.734375Q159.01274 117.734375 159.45024 117.3125Q159.88774 116.890625 159.88774 116.171875ZM158.26274 110.734375Q157.62212 110.734375 157.21587 111.140625Q156.82524 111.53125 156.82524 112.21875Q156.82524 112.859375 157.21587 113.265625Q157.60649 113.671875 158.24712 113.671875Q158.90337 113.671875 159.29399 113.265625Q159.68462 112.859375 159.68462 112.21875Q159.68462 111.5625 159.27837 111.15625Q158.87212 110.734375 158.26274 110.734375ZM162.49712 111.609375Q162.49712 110.84375 162.98149 110.34375Q163.48149 109.84375 164.24712 109.84375Q165.02837 109.84375 165.51274 110.34375Q165.99712 110.84375 165.99712 111.640625L165.99712 112.0625Q165.99712 112.828125 165.49712 113.328125Q165.01274 113.8125 164.26274 113.8125Q163.49712 113.8125 162.99712 113.328125Q162.49712 112.828125 162.49712 112.015625L162.49712 111.609375ZM163.30962 112.0625Q163.30962 112.515625 163.55962 112.8125Q163.82524 113.109375 164.26274 113.109375Q164.68462 113.109375 164.93462 112.828125Q165.18462 112.53125 165.18462 112.03125L165.18462 111.609375Q165.18462 111.15625 164.93462 110.859375Q164.68462 110.546875 164.24712 110.546875Q163.80962 110.546875 163.55962 110.859375Q163.30962 111.15625 163.30962 111.625L163.30962 112.0625ZM166.65337 116.40625Q166.65337 115.640625 167.13774 115.15625Q167.63774 114.65625 168.40337 114.65625Q169.16899 114.65625 169.65337 115.15625Q170.15337 115.640625 170.15337 116.453125L170.15337 116.859375Q170.15337 117.625 169.66899 118.125Q169.18462 118.625 168.41899 118.625Q167.65337 118.625 167.15337 118.140625Q166.65337 117.640625 166.65337 116.828125L166.65337 116.40625ZM167.46587 116.859375Q167.46587 117.328125 167.71587 117.625Q167.98149 117.921875 168.41899 117.921875Q168.84087 117.921875 169.09087 117.640625Q169.34087 117.34375 169.34087 116.84375L169.34087 116.40625Q169.34087 115.9375 169.07524 115.65625Q168.82524 115.359375 168.40337 115.359375Q167.98149 115.359375 167.71587 115.65625Q167.46587 115.9375 167.46587 116.4375L167.46587 116.859375ZM164.51274 117.859375L163.88774 117.46875L168.05962 110.796875L168.66899 111.1875L164.51274 117.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M152.15337 118.5L151.07524 118.5L151.07524 111.28125L148.88774 112.078125L148.88774 111.09375L151.99712 109.921875L152.15337 109.921875L152.15337 118.5ZM160.77837 112.1875Q160.77837 112.828125 160.43462 113.328125Q160.09087 113.828125 159.52837 114.109375Q160.18462 114.390625 160.57524 114.953125Q160.96587 115.5 160.96587 116.203125Q160.96587 117.296875 160.21587 117.96875Q159.48149 118.625 158.26274 118.625Q157.02837 118.625 156.27837 117.96875Q155.54399 117.296875 155.54399 116.203125Q155.54399 115.5 155.91899 114.953125Q156.29399 114.390625 156.96587 114.109375Q156.40337 113.828125 156.07524 113.328125Q155.74712 112.828125 155.74712 112.1875Q155.74712 111.109375 156.43462 110.484375Q157.12212 109.84375 158.26274 109.84375Q159.38774 109.84375 160.07524 110.484375Q160.77837 111.109375 160.77837 112.1875ZM159.88774 116.171875Q159.88774 115.453125 159.43462 115.015625Q158.98149 114.5625 158.24712 114.5625Q157.51274 114.5625 157.05962 115.015625Q156.62212 115.453125 156.62212 116.1875Q156.62212 116.90625 157.05962 117.328125Q157.49712 117.734375 158.26274 117.734375Q159.01274 117.734375 159.45024 117.3125Q159.88774 116.890625 159.88774 116.171875ZM158.26274 110.734375Q157.62212 110.734375 157.21587 111.140625Q156.82524 111.53125 156.82524 112.21875Q156.82524 112.859375 157.21587 113.265625Q157.60649 113.671875 158.24712 113.671875Q158.90337 113.671875 159.29399 113.265625Q159.68462 112.859375 159.68462 112.21875Q159.68462 111.5625 159.27837 111.15625Q158.87212 110.734375 158.26274 110.734375ZM162.49712 111.609375Q162.49712 110.84375 162.98149 110.34375Q163.48149 109.84375 164.24712 109.84375Q165.02837 109.84375 165.51274 110.34375Q165.99712 110.84375 165.99712 111.640625L165.99712 112.0625Q165.99712 112.828125 165.49712 113.328125Q165.01274 113.8125 164.26274 113.8125Q163.49712 113.8125 162.99712 113.328125Q162.49712 112.828125 162.49712 112.015625L162.49712 111.609375ZM163.30962 112.0625Q163.30962 112.515625 163.55962 112.8125Q163.82524 113.109375 164.26274 113.109375Q164.68462 113.109375 164.93462 112.828125Q165.18462 112.53125 165.18462 112.03125L165.18462 111.609375Q165.18462 111.15625 164.93462 110.859375Q164.68462 110.546875 164.24712 110.546875Q163.80962 110.546875 163.55962 110.859375Q163.30962 111.15625 163.30962 111.625L163.30962 112.0625ZM166.65337 116.40625Q166.65337 115.640625 167.13774 115.15625Q167.63774 114.65625 168.40337 114.65625Q169.16899 114.65625 169.65337 115.15625Q170.15337 115.640625 170.15337 116.453125L170.15337 116.859375Q170.15337 117.625 169.66899 118.125Q169.18462 118.625 168.41899 118.625Q167.65337 118.625 167.15337 118.140625Q166.65337 117.640625 166.65337 116.828125L166.65337 116.40625ZM167.46587 116.859375Q167.46587 117.328125 167.71587 117.625Q167.98149 117.921875 168.41899 117.921875Q168.84087 117.921875 169.09087 117.640625Q169.34087 117.34375 169.34087 116.84375L169.34087 116.40625Q169.34087 115.9375 169.07524 115.65625Q168.82524 115.359375 168.40337 115.359375Q167.98149 115.359375 167.71587 115.65625Q167.46587 115.9375 167.46587 116.4375L167.46587 116.859375ZM164.51274 117.859375L163.88774 117.46875L168.05962 110.796875L168.66899 111.1875L164.51274 117.859375Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M266.54138 154.70312L267.35388 154.70312Q268.13513 154.6875 268.57263 154.29688Q269.01013 153.90625 269.01013 153.23438Q269.01013 151.73438 267.51013 151.73438Q266.807 151.73438 266.38513 152.14062Q265.97888 152.54688 265.97888 153.20312L264.88513 153.20312Q264.88513 152.1875 265.6195 151.51562Q266.3695 150.84375 267.51013 150.84375Q268.71326 150.84375 269.40076 151.48438Q270.08826 152.125 270.08826 153.26562Q270.08826 153.82812 269.72888 154.34375Q269.3695 154.85938 268.7445 155.125Q269.44763 155.34375 269.82263 155.85938Q270.21326 156.375 270.21326 157.125Q270.21326 158.26562 269.46326 158.95312Q268.71326 159.625 267.51013 159.625Q266.32263 159.625 265.557 158.96875Q264.807 158.3125 264.807 157.25L265.90076 157.25Q265.90076 157.92188 266.33826 158.32812Q266.77576 158.73438 267.52576 158.73438Q268.307 158.73438 268.71326 158.32812Q269.13513 157.90625 269.13513 157.14062Q269.13513 156.40625 268.682 156.01562Q268.22888 155.60938 267.35388 155.59375L266.54138 155.59375L266.54138 154.70312ZM272.46326 155.21875L272.90076 150.96875L277.27576 150.96875L277.27576 151.96875L273.82263 151.96875L273.557 154.29688Q274.19763 153.92188 274.9945 153.92188Q276.15076 153.92188 276.83826 154.70312Q277.52576 155.46875 277.52576 156.78125Q277.52576 158.09375 276.807 158.85938Q276.10388 159.625 274.82263 159.625Q273.69763 159.625 272.97888 159.0Q272.26013 158.35938 272.16638 157.25L273.182 157.25Q273.29138 157.98438 273.71326 158.35938Q274.13513 158.73438 274.82263 158.73438Q275.57263 158.73438 276.01013 158.21875Q276.44763 157.70312 276.44763 156.79688Q276.44763 155.9375 275.97888 155.42188Q275.51013 154.90625 274.72888 154.90625Q274.02576 154.90625 273.6195 155.20312L273.33826 155.4375L272.46326 155.21875ZM278.8695 152.60938Q278.8695 151.84375 279.35388 151.34375Q279.85388 150.84375 280.6195 150.84375Q281.40076 150.84375 281.88513 151.34375Q282.3695 151.84375 282.3695 152.64062L282.3695 153.0625Q282.3695 153.82812 281.8695 154.32812Q281.38513 154.8125 280.63513 154.8125Q279.8695 154.8125 279.3695 154.32812Q278.8695 153.82812 278.8695 153.01562L278.8695 152.60938ZM279.682 153.0625Q279.682 153.51562 279.932 153.8125Q280.19763 154.10938 280.63513 154.10938Q281.057 154.10938 281.307 153.82812Q281.557 153.53125 281.557 153.03125L281.557 152.60938Q281.557 152.15625 281.307 151.85938Q281.057 151.54688 280.6195 151.54688Q280.182 151.54688 279.932 151.85938Q279.682 152.15625 279.682 152.625L279.682 153.0625ZM283.02576 157.40625Q283.02576 156.64062 283.51013 156.15625Q284.01013 155.65625 284.77576 155.65625Q285.54138 155.65625 286.02576 156.15625Q286.52576 156.64062 286.52576 157.45312L286.52576 157.85938Q286.52576 158.625 286.04138 159.125Q285.557 159.625 284.79138 159.625Q284.02576 159.625 283.52576 159.14062Q283.02576 158.64062 283.02576 157.82812L283.02576 157.40625ZM283.83826 157.85938Q283.83826 158.32812 284.08826 158.625Q284.35388 158.92188 284.79138 158.92188Q285.21326 158.92188 285.46326 158.64062Q285.71326 158.34375 285.71326 157.84375L285.71326 157.40625Q285.71326 156.9375 285.44763 156.65625Q285.19763 156.35938 284.77576 156.35938Q284.35388 156.35938 284.08826 156.65625Q283.83826 156.9375 283.83826 157.4375L283.83826 157.85938ZM280.88513 158.85938L280.26013 158.46875L284.432 151.79688L285.04138 152.1875L280.88513 158.85938Z" fill-rule="nonzero"/><path fill="#434343" d="M266.54138 154.70312L267.35388 154.70312Q268.13513 154.6875 268.57263 154.29688Q269.01013 153.90625 269.01013 153.23438Q269.01013 151.73438 267.51013 151.73438Q266.807 151.73438 266.38513 152.14062Q265.97888 152.54688 265.97888 153.20312L264.88513 153.20312Q264.88513 152.1875 265.6195 151.51562Q266.3695 150.84375 267.51013 150.84375Q268.71326 150.84375 269.40076 151.48438Q270.08826 152.125 270.08826 153.26562Q270.08826 153.82812 269.72888 154.34375Q269.3695 154.85938 268.7445 155.125Q269.44763 155.34375 269.82263 155.85938Q270.21326 156.375 270.21326 157.125Q270.21326 158.26562 269.46326 158.95312Q268.71326 159.625 267.51013 159.625Q266.32263 159.625 265.557 158.96875Q264.807 158.3125 264.807 157.25L265.90076 157.25Q265.90076 157.92188 266.33826 158.32812Q266.77576 158.73438 267.52576 158.73438Q268.307 158.73438 268.71326 158.32812Q269.13513 157.90625 269.13513 157.14062Q269.13513 156.40625 268.682 156.01562Q268.22888 155.60938 267.35388 155.59375L266.54138 155.59375L266.54138 154.70312ZM272.46326 155.21875L272.90076 150.96875L277.27576 150.96875L277.27576 151.96875L273.82263 151.96875L273.557 154.29688Q274.19763 153.92188 274.9945 153.92188Q276.15076 153.92188 276.83826 154.70312Q277.52576 155.46875 277.52576 156.78125Q277.52576 158.09375 276.807 158.85938Q276.10388 159.625 274.82263 159.625Q273.69763 159.625 272.97888 159.0Q272.26013 158.35938 272.16638 157.25L273.182 157.25Q273.29138 157.98438 273.71326 158.35938Q274.13513 158.73438 274.82263 158.73438Q275.57263 158.73438 276.01013 158.21875Q276.44763 157.70312 276.44763 156.79688Q276.44763 155.9375 275.97888 155.42188Q275.51013 154.90625 274.72888 154.90625Q274.02576 154.90625 273.6195 155.20312L273.33826 155.4375L272.46326 155.21875ZM278.8695 152.60938Q278.8695 151.84375 279.35388 151.34375Q279.85388 150.84375 280.6195 150.84375Q281.40076 150.84375 281.88513 151.34375Q282.3695 151.84375 282.3695 152.64062L282.3695 153.0625Q282.3695 153.82812 281.8695 154.32812Q281.38513 154.8125 280.63513 154.8125Q279.8695 154.8125 279.3695 154.32812Q278.8695 153.82812 278.8695 153.01562L278.8695 152.60938ZM279.682 153.0625Q279.682 153.51562 279.932 153.8125Q280.19763 154.10938 280.63513 154.10938Q281.057 154.10938 281.307 153.82812Q281.557 153.53125 281.557 153.03125L281.557 152.60938Q281.557 152.15625 281.307 151.85938Q281.057 151.54688 280.6195 151.54688Q280.182 151.54688 279.932 151.85938Q279.682 152.15625 279.682 152.625L279.682 153.0625ZM283.02576 157.40625Q283.02576 156.64062 283.51013 156.15625Q284.01013 155.65625 284.77576 155.65625Q285.54138 155.65625 286.02576 156.15625Q286.52576 156.64062 286.52576 157.45312L286.52576 157.85938Q286.52576 158.625 286.04138 159.125Q285.557 159.625 284.79138 159.625Q284.02576 159.625 283.52576 159.14062Q283.02576 158.64062 283.02576 157.82812L283.02576 157.40625ZM283.83826 157.85938Q283.83826 158.32812 284.08826 158.625Q284.35388 158.92188 284.79138 158.92188Q285.21326 158.92188 285.46326 158.64062Q285.71326 158.34375 285.71326 157.84375L285.71326 157.40625Q285.71326 156.9375 285.44763 156.65625Q285.19763 156.35938 284.77576 156.35938Q284.35388 156.35938 284.08826 156.65625Q283.83826 156.9375 283.83826 157.4375L283.83826 157.85938ZM280.88513 158.85938L280.26013 158.46875L284.432 151.79688L285.04138 152.1875L280.88513 158.85938Z" fill-rule="nonzero"/><path stroke="#b6d7a8" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M194.41975 70.578125L190.8885 78.5L189.74788 78.5L193.2635 70.859375L188.65413 70.859375L188.65413 69.96875L194.41975 69.96875L194.41975 70.578125ZM195.81038 71.609375Q195.81038 70.84375 196.29475 70.34375Q196.79475 69.84375 197.56038 69.84375Q198.34163 69.84375 198.826 70.34375Q199.31038 70.84375 199.31038 71.640625L199.31038 72.0625Q199.31038 72.828125 198.81038 73.328125Q198.326 73.8125 197.576 73.8125Q196.81038 73.8125 196.31038 73.328125Q195.81038 72.828125 195.81038 72.015625L195.81038 71.609375ZM196.62288 72.0625Q196.62288 72.515625 196.87288 72.8125Q197.1385 73.109375 197.576 73.109375Q197.99788 73.109375 198.24788 72.828125Q198.49788 72.53125 198.49788 72.03125L198.49788 71.609375Q198.49788 71.15625 198.24788 70.859375Q197.99788 70.546875 197.56038 70.546875Q197.12288 70.546875 196.87288 70.859375Q196.62288 71.15625 196.62288 71.625L196.62288 72.0625ZM199.96663 76.40625Q199.96663 75.640625 200.451 75.15625Q200.951 74.65625 201.71663 74.65625Q202.48225 74.65625 202.96663 75.15625Q203.46663 75.640625 203.46663 76.453125L203.46663 76.859375Q203.46663 77.625 202.98225 78.125Q202.49788 78.625 201.73225 78.625Q200.96663 78.625 200.46663 78.140625Q199.96663 77.640625 199.96663 76.828125L199.96663 76.40625ZM200.77913 76.859375Q200.77913 77.328125 201.02913 77.625Q201.29475 77.921875 201.73225 77.921875Q202.15413 77.921875 202.40413 77.640625Q202.65413 77.34375 202.65413 76.84375L202.65413 76.40625Q202.65413 75.9375 202.3885 75.65625Q202.1385 75.359375 201.71663 75.359375Q201.29475 75.359375 201.02913 75.65625Q200.77913 75.9375 200.77913 76.4375L200.77913 76.859375ZM197.826 77.859375L197.201 77.46875L201.37288 70.796875L201.98225 71.1875L197.826 77.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M194.41975 70.578125L190.8885 78.5L189.74788 78.5L193.2635 70.859375L188.65413 70.859375L188.65413 69.96875L194.41975 69.96875L194.41975 70.578125ZM195.81038 71.609375Q195.81038 70.84375 196.29475 70.34375Q196.79475 69.84375 197.56038 69.84375Q198.34163 69.84375 198.826 70.34375Q199.31038 70.84375 199.31038 71.640625L199.31038 72.0625Q199.31038 72.828125 198.81038 73.328125Q198.326 73.8125 197.576 73.8125Q196.81038 73.8125 196.31038 73.328125Q195.81038 72.828125 195.81038 72.015625L195.81038 71.609375ZM196.62288 72.0625Q196.62288 72.515625 196.87288 72.8125Q197.1385 73.109375 197.576 73.109375Q197.99788 73.109375 198.24788 72.828125Q198.49788 72.53125 198.49788 72.03125L198.49788 71.609375Q198.49788 71.15625 198.24788 70.859375Q197.99788 70.546875 197.56038 70.546875Q197.12288 70.546875 196.87288 70.859375Q196.62288 71.15625 196.62288 71.625L196.62288 72.0625ZM199.96663 76.40625Q199.96663 75.640625 200.451 75.15625Q200.951 74.65625 201.71663 74.65625Q202.48225 74.65625 202.96663 75.15625Q203.46663 75.640625 203.46663 76.453125L203.46663 76.859375Q203.46663 77.625 202.98225 78.125Q202.49788 78.625 201.73225 78.625Q200.96663 78.625 200.46663 78.140625Q199.96663 77.640625 199.96663 76.828125L199.96663 76.40625ZM200.77913 76.859375Q200.77913 77.328125 201.02913 77.625Q201.29475 77.921875 201.73225 77.921875Q202.15413 77.921875 202.40413 77.640625Q202.65413 77.34375 202.65413 76.84375L202.65413 76.40625Q202.65413 75.9375 202.3885 75.65625Q202.1385 75.359375 201.71663 75.359375Q201.29475 75.359375 201.02913 75.65625Q200.77913 75.9375 200.77913 76.4375L200.77913 76.859375ZM197.826 77.859375L197.201 77.46875L201.37288 70.796875L201.98225 71.1875L197.826 77.859375Z" fill-rule="nonzero"/><path stroke="#b6d7a8" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M200.53815 110.578125L197.0069 118.5L195.86627 118.5L199.3819 110.859375L194.77252 110.859375L194.77252 109.96875L200.53815 109.96875L200.53815 110.578125ZM201.92877 111.609375Q201.92877 110.84375 202.41315 110.34375Q202.91315 109.84375 203.67877 109.84375Q204.46002 109.84375 204.9444 110.34375Q205.42877 110.84375 205.42877 111.640625L205.42877 112.0625Q205.42877 112.828125 204.92877 113.328125Q204.4444 113.8125 203.6944 113.8125Q202.92877 113.8125 202.42877 113.328125Q201.92877 112.828125 201.92877 112.015625L201.92877 111.609375ZM202.74127 112.0625Q202.74127 112.515625 202.99127 112.8125Q203.2569 113.109375 203.6944 113.109375Q204.11627 113.109375 204.36627 112.828125Q204.61627 112.53125 204.61627 112.03125L204.61627 111.609375Q204.61627 111.15625 204.36627 110.859375Q204.11627 110.546875 203.67877 110.546875Q203.24127 110.546875 202.99127 110.859375Q202.74127 111.15625 202.74127 111.625L202.74127 112.0625ZM206.08502 116.40625Q206.08502 115.640625 206.5694 115.15625Q207.0694 114.65625 207.83502 114.65625Q208.60065 114.65625 209.08502 115.15625Q209.58502 115.640625 209.58502 116.453125L209.58502 116.859375Q209.58502 117.625 209.10065 118.125Q208.61627 118.625 207.85065 118.625Q207.08502 118.625 206.58502 118.140625Q206.08502 117.640625 206.08502 116.828125L206.08502 116.40625ZM206.89752 116.859375Q206.89752 117.328125 207.14752 117.625Q207.41315 117.921875 207.85065 117.921875Q208.27252 117.921875 208.52252 117.640625Q208.77252 117.34375 208.77252 116.84375L208.77252 116.40625Q208.77252 115.9375 208.5069 115.65625Q208.2569 115.359375 207.83502 115.359375Q207.41315 115.359375 207.14752 115.65625Q206.89752 115.9375 206.89752 116.4375L206.89752 116.859375ZM203.9444 117.859375L203.3194 117.46875L207.49127 110.796875L208.10065 111.1875L203.9444 117.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M200.53815 110.578125L197.0069 118.5L195.86627 118.5L199.3819 110.859375L194.77252 110.859375L194.77252 109.96875L200.53815 109.96875L200.53815 110.578125ZM201.92877 111.609375Q201.92877 110.84375 202.41315 110.34375Q202.91315 109.84375 203.67877 109.84375Q204.46002 109.84375 204.9444 110.34375Q205.42877 110.84375 205.42877 111.640625L205.42877 112.0625Q205.42877 112.828125 204.92877 113.328125Q204.4444 113.8125 203.6944 113.8125Q202.92877 113.8125 202.42877 113.328125Q201.92877 112.828125 201.92877 112.015625L201.92877 111.609375ZM202.74127 112.0625Q202.74127 112.515625 202.99127 112.8125Q203.2569 113.109375 203.6944 113.109375Q204.11627 113.109375 204.36627 112.828125Q204.61627 112.53125 204.61627 112.03125L204.61627 111.609375Q204.61627 111.15625 204.36627 110.859375Q204.11627 110.546875 203.67877 110.546875Q203.24127 110.546875 202.99127 110.859375Q202.74127 111.15625 202.74127 111.625L202.74127 112.0625ZM206.08502 116.40625Q206.08502 115.640625 206.5694 115.15625Q207.0694 114.65625 207.83502 114.65625Q208.60065 114.65625 209.08502 115.15625Q209.58502 115.640625 209.58502 116.453125L209.58502 116.859375Q209.58502 117.625 209.10065 118.125Q208.61627 118.625 207.85065 118.625Q207.08502 118.625 206.58502 118.140625Q206.08502 117.640625 206.08502 116.828125L206.08502 116.40625ZM206.89752 116.859375Q206.89752 117.328125 207.14752 117.625Q207.41315 117.921875 207.85065 117.921875Q208.27252 117.921875 208.52252 117.640625Q208.77252 117.34375 208.77252 116.84375L208.77252 116.40625Q208.77252 115.9375 208.5069 115.65625Q208.2569 115.359375 207.83502 115.359375Q207.41315 115.359375 207.14752 115.65625Q206.89752 115.9375 206.89752 116.4375L206.89752 116.859375ZM203.9444 117.859375L203.3194 117.46875L207.49127 110.796875L208.10065 111.1875L203.9444 117.859375Z" fill-rule="nonzero"/><path stroke="#b6d7a8" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M320.09274 153.1875Q320.09274 153.82812 319.749 154.32812Q319.40524 154.82812 318.84274 155.10938Q319.499 155.39062 319.88962 155.95312Q320.28024 156.5 320.28024 157.20312Q320.28024 158.29688 319.53024 158.96875Q318.79587 159.625 317.57712 159.625Q316.34274 159.625 315.59274 158.96875Q314.85837 158.29688 314.85837 157.20312Q314.85837 156.5 315.23337 155.95312Q315.60837 155.39062 316.28024 155.10938Q315.71774 154.82812 315.38962 154.32812Q315.0615 153.82812 315.0615 153.1875Q315.0615 152.10938 315.749 151.48438Q316.4365 150.84375 317.57712 150.84375Q318.70212 150.84375 319.38962 151.48438Q320.09274 152.10938 320.09274 153.1875ZM319.20212 157.17188Q319.20212 156.45312 318.749 156.01562Q318.29587 155.5625 317.5615 155.5625Q316.82712 155.5625 316.374 156.01562Q315.9365 156.45312 315.9365 157.1875Q315.9365 157.90625 316.374 158.32812Q316.8115 158.73438 317.57712 158.73438Q318.32712 158.73438 318.76462 158.3125Q319.20212 157.89062 319.20212 157.17188ZM317.57712 151.73438Q316.9365 151.73438 316.53024 152.14062Q316.13962 152.53125 316.13962 153.21875Q316.13962 153.85938 316.53024 154.26562Q316.92087 154.67188 317.5615 154.67188Q318.21774 154.67188 318.60837 154.26562Q318.999 153.85938 318.999 153.21875Q318.999 152.5625 318.59274 152.15625Q318.1865 151.73438 317.57712 151.73438ZM321.8115 152.60938Q321.8115 151.84375 322.29587 151.34375Q322.79587 150.84375 323.5615 150.84375Q324.34274 150.84375 324.82712 151.34375Q325.3115 151.84375 325.3115 152.64062L325.3115 153.0625Q325.3115 153.82812 324.8115 154.32812Q324.32712 154.8125 323.57712 154.8125Q322.8115 154.8125 322.3115 154.32812Q321.8115 153.82812 321.8115 153.01562L321.8115 152.60938ZM322.624 153.0625Q322.624 153.51562 322.874 153.8125Q323.13962 154.10938 323.57712 154.10938Q323.999 154.10938 324.249 153.82812Q324.499 153.53125 324.499 153.03125L324.499 152.60938Q324.499 152.15625 324.249 151.85938Q323.999 151.54688 323.5615 151.54688Q323.124 151.54688 322.874 151.85938Q322.624 152.15625 322.624 152.625L322.624 153.0625ZM325.96774 157.40625Q325.96774 156.64062 326.45212 156.15625Q326.95212 155.65625 327.71774 155.65625Q328.48337 155.65625 328.96774 156.15625Q329.46774 156.64062 329.46774 157.45312L329.46774 157.85938Q329.46774 158.625 328.98337 159.125Q328.499 159.625 327.73337 159.625Q326.96774 159.625 326.46774 159.14062Q325.96774 158.64062 325.96774 157.82812L325.96774 157.40625ZM326.78024 157.85938Q326.78024 158.32812 327.03024 158.625Q327.29587 158.92188 327.73337 158.92188Q328.15524 158.92188 328.40524 158.64062Q328.65524 158.34375 328.65524 157.84375L328.65524 157.40625Q328.65524 156.9375 328.38962 156.65625Q328.13962 156.35938 327.71774 156.35938Q327.29587 156.35938 327.03024 156.65625Q326.78024 156.9375 326.78024 157.4375L326.78024 157.85938ZM323.82712 158.85938L323.20212 158.46875L327.374 151.79688L327.98337 152.1875L323.82712 158.85938Z" fill-rule="nonzero"/><path fill="#434343" d="M320.09274 153.1875Q320.09274 153.82812 319.749 154.32812Q319.40524 154.82812 318.84274 155.10938Q319.499 155.39062 319.88962 155.95312Q320.28024 156.5 320.28024 157.20312Q320.28024 158.29688 319.53024 158.96875Q318.79587 159.625 317.57712 159.625Q316.34274 159.625 315.59274 158.96875Q314.85837 158.29688 314.85837 157.20312Q314.85837 156.5 315.23337 155.95312Q315.60837 155.39062 316.28024 155.10938Q315.71774 154.82812 315.38962 154.32812Q315.0615 153.82812 315.0615 153.1875Q315.0615 152.10938 315.749 151.48438Q316.4365 150.84375 317.57712 150.84375Q318.70212 150.84375 319.38962 151.48438Q320.09274 152.10938 320.09274 153.1875ZM319.20212 157.17188Q319.20212 156.45312 318.749 156.01562Q318.29587 155.5625 317.5615 155.5625Q316.82712 155.5625 316.374 156.01562Q315.9365 156.45312 315.9365 157.1875Q315.9365 157.90625 316.374 158.32812Q316.8115 158.73438 317.57712 158.73438Q318.32712 158.73438 318.76462 158.3125Q319.20212 157.89062 319.20212 157.17188ZM317.57712 151.73438Q316.9365 151.73438 316.53024 152.14062Q316.13962 152.53125 316.13962 153.21875Q316.13962 153.85938 316.53024 154.26562Q316.92087 154.67188 317.5615 154.67188Q318.21774 154.67188 318.60837 154.26562Q318.999 153.85938 318.999 153.21875Q318.999 152.5625 318.59274 152.15625Q318.1865 151.73438 317.57712 151.73438ZM321.8115 152.60938Q321.8115 151.84375 322.29587 151.34375Q322.79587 150.84375 323.5615 150.84375Q324.34274 150.84375 324.82712 151.34375Q325.3115 151.84375 325.3115 152.64062L325.3115 153.0625Q325.3115 153.82812 324.8115 154.32812Q324.32712 154.8125 323.57712 154.8125Q322.8115 154.8125 322.3115 154.32812Q321.8115 153.82812 321.8115 153.01562L321.8115 152.60938ZM322.624 153.0625Q322.624 153.51562 322.874 153.8125Q323.13962 154.10938 323.57712 154.10938Q323.999 154.10938 324.249 153.82812Q324.499 153.53125 324.499 153.03125L324.499 152.60938Q324.499 152.15625 324.249 151.85938Q323.999 151.54688 323.5615 151.54688Q323.124 151.54688 322.874 151.85938Q322.624 152.15625 322.624 152.625L322.624 153.0625ZM325.96774 157.40625Q325.96774 156.64062 326.45212 156.15625Q326.95212 155.65625 327.71774 155.65625Q328.48337 155.65625 328.96774 156.15625Q329.46774 156.64062 329.46774 157.45312L329.46774 157.85938Q329.46774 158.625 328.98337 159.125Q328.499 159.625 327.73337 159.625Q326.96774 159.625 326.46774 159.14062Q325.96774 158.64062 325.96774 157.82812L325.96774 157.40625ZM326.78024 157.85938Q326.78024 158.32812 327.03024 158.625Q327.29587 158.92188 327.73337 158.92188Q328.15524 158.92188 328.40524 158.64062Q328.65524 158.34375 328.65524 157.84375L328.65524 157.40625Q328.65524 156.9375 328.38962 156.65625Q328.13962 156.35938 327.71774 156.35938Q327.29587 156.35938 327.03024 156.65625Q326.78024 156.9375 326.78024 157.4375L326.78024 157.85938ZM323.82712 158.85938L323.20212 158.46875L327.374 151.79688L327.98337 152.1875L323.82712 158.85938Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M337.0303 78.5L331.43655 78.5L331.43655 77.71875L334.38968 74.4375Q335.04593 73.6875 335.29593 73.234375Q335.54593 72.765625 335.54593 72.265625Q335.54593 71.59375 335.13968 71.171875Q334.74905 70.734375 334.06155 70.734375Q333.26468 70.734375 332.81155 71.203125Q332.35843 71.65625 332.35843 72.484375L331.2803 72.484375Q331.2803 71.296875 332.0303 70.578125Q332.79593 69.84375 334.06155 69.84375Q335.26468 69.84375 335.95218 70.46875Q336.63968 71.09375 336.63968 72.140625Q336.63968 73.390625 335.0303 75.140625L332.74905 77.609375L337.0303 77.609375L337.0303 78.5ZM343.62405 72.1875Q343.62405 72.828125 343.2803 73.328125Q342.93655 73.828125 342.37405 74.109375Q343.0303 74.390625 343.42093 74.953125Q343.81155 75.5 343.81155 76.203125Q343.81155 77.296875 343.06155 77.96875Q342.32718 78.625 341.10843 78.625Q339.87405 78.625 339.12405 77.96875Q338.38968 77.296875 338.38968 76.203125Q338.38968 75.5 338.76468 74.953125Q339.13968 74.390625 339.81155 74.109375Q339.24905 73.828125 338.92093 73.328125Q338.5928 72.828125 338.5928 72.1875Q338.5928 71.109375 339.2803 70.484375Q339.9678 69.84375 341.10843 69.84375Q342.23343 69.84375 342.92093 70.484375Q343.62405 71.109375 343.62405 72.1875ZM342.73343 76.171875Q342.73343 75.453125 342.2803 75.015625Q341.82718 74.5625 341.0928 74.5625Q340.35843 74.5625 339.9053 75.015625Q339.4678 75.453125 339.4678 76.1875Q339.4678 76.90625 339.9053 77.328125Q340.3428 77.734375 341.10843 77.734375Q341.85843 77.734375 342.29593 77.3125Q342.73343 76.890625 342.73343 76.171875ZM341.10843 70.734375Q340.4678 70.734375 340.06155 71.140625Q339.67093 71.53125 339.67093 72.21875Q339.67093 72.859375 340.06155 73.265625Q340.45218 73.671875 341.0928 73.671875Q341.74905 73.671875 342.13968 73.265625Q342.5303 72.859375 342.5303 72.21875Q342.5303 71.5625 342.12405 71.15625Q341.7178 70.734375 341.10843 70.734375ZM345.3428 71.609375Q345.3428 70.84375 345.82718 70.34375Q346.32718 69.84375 347.0928 69.84375Q347.87405 69.84375 348.35843 70.34375Q348.8428 70.84375 348.8428 71.640625L348.8428 72.0625Q348.8428 72.828125 348.3428 73.328125Q347.85843 73.8125 347.10843 73.8125Q346.3428 73.8125 345.8428 73.328125Q345.3428 72.828125 345.3428 72.015625L345.3428 71.609375ZM346.1553 72.0625Q346.1553 72.515625 346.4053 72.8125Q346.67093 73.109375 347.10843 73.109375Q347.5303 73.109375 347.7803 72.828125Q348.0303 72.53125 348.0303 72.03125L348.0303 71.609375Q348.0303 71.15625 347.7803 70.859375Q347.5303 70.546875 347.0928 70.546875Q346.6553 70.546875 346.4053 70.859375Q346.1553 71.15625 346.1553 71.625L346.1553 72.0625ZM349.49905 76.40625Q349.49905 75.640625 349.98343 75.15625Q350.48343 74.65625 351.24905 74.65625Q352.01468 74.65625 352.49905 75.15625Q352.99905 75.640625 352.99905 76.453125L352.99905 76.859375Q352.99905 77.625 352.51468 78.125Q352.0303 78.625 351.26468 78.625Q350.49905 78.625 349.99905 78.140625Q349.49905 77.640625 349.49905 76.828125L349.49905 76.40625ZM350.31155 76.859375Q350.31155 77.328125 350.56155 77.625Q350.82718 77.921875 351.26468 77.921875Q351.68655 77.921875 351.93655 77.640625Q352.18655 77.34375 352.18655 76.84375L352.18655 76.40625Q352.18655 75.9375 351.92093 75.65625Q351.67093 75.359375 351.24905 75.359375Q350.82718 75.359375 350.56155 75.65625Q350.31155 75.9375 350.31155 76.4375L350.31155 76.859375ZM347.35843 77.859375L346.73343 77.46875L350.9053 70.796875L351.51468 71.1875L347.35843 77.859375Z" fill-rule="nonzero"/><path fill="#ffffff" d="M337.0303 78.5L331.43655 78.5L331.43655 77.71875L334.38968 74.4375Q335.04593 73.6875 335.29593 73.234375Q335.54593 72.765625 335.54593 72.265625Q335.54593 71.59375 335.13968 71.171875Q334.74905 70.734375 334.06155 70.734375Q333.26468 70.734375 332.81155 71.203125Q332.35843 71.65625 332.35843 72.484375L331.2803 72.484375Q331.2803 71.296875 332.0303 70.578125Q332.79593 69.84375 334.06155 69.84375Q335.26468 69.84375 335.95218 70.46875Q336.63968 71.09375 336.63968 72.140625Q336.63968 73.390625 335.0303 75.140625L332.74905 77.609375L337.0303 77.609375L337.0303 78.5ZM343.62405 72.1875Q343.62405 72.828125 343.2803 73.328125Q342.93655 73.828125 342.37405 74.109375Q343.0303 74.390625 343.42093 74.953125Q343.81155 75.5 343.81155 76.203125Q343.81155 77.296875 343.06155 77.96875Q342.32718 78.625 341.10843 78.625Q339.87405 78.625 339.12405 77.96875Q338.38968 77.296875 338.38968 76.203125Q338.38968 75.5 338.76468 74.953125Q339.13968 74.390625 339.81155 74.109375Q339.24905 73.828125 338.92093 73.328125Q338.5928 72.828125 338.5928 72.1875Q338.5928 71.109375 339.2803 70.484375Q339.9678 69.84375 341.10843 69.84375Q342.23343 69.84375 342.92093 70.484375Q343.62405 71.109375 343.62405 72.1875ZM342.73343 76.171875Q342.73343 75.453125 342.2803 75.015625Q341.82718 74.5625 341.0928 74.5625Q340.35843 74.5625 339.9053 75.015625Q339.4678 75.453125 339.4678 76.1875Q339.4678 76.90625 339.9053 77.328125Q340.3428 77.734375 341.10843 77.734375Q341.85843 77.734375 342.29593 77.3125Q342.73343 76.890625 342.73343 76.171875ZM341.10843 70.734375Q340.4678 70.734375 340.06155 71.140625Q339.67093 71.53125 339.67093 72.21875Q339.67093 72.859375 340.06155 73.265625Q340.45218 73.671875 341.0928 73.671875Q341.74905 73.671875 342.13968 73.265625Q342.5303 72.859375 342.5303 72.21875Q342.5303 71.5625 342.12405 71.15625Q341.7178 70.734375 341.10843 70.734375ZM345.3428 71.609375Q345.3428 70.84375 345.82718 70.34375Q346.32718 69.84375 347.0928 69.84375Q347.87405 69.84375 348.35843 70.34375Q348.8428 70.84375 348.8428 71.640625L348.8428 72.0625Q348.8428 72.828125 348.3428 73.328125Q347.85843 73.8125 347.10843 73.8125Q346.3428 73.8125 345.8428 73.328125Q345.3428 72.828125 345.3428 72.015625L345.3428 71.609375ZM346.1553 72.0625Q346.1553 72.515625 346.4053 72.8125Q346.67093 73.109375 347.10843 73.109375Q347.5303 73.109375 347.7803 72.828125Q348.0303 72.53125 348.0303 72.03125L348.0303 71.609375Q348.0303 71.15625 347.7803 70.859375Q347.5303 70.546875 347.0928 70.546875Q346.6553 70.546875 346.4053 70.859375Q346.1553 71.15625 346.1553 71.625L346.1553 72.0625ZM349.49905 76.40625Q349.49905 75.640625 349.98343 75.15625Q350.48343 74.65625 351.24905 74.65625Q352.01468 74.65625 352.49905 75.15625Q352.99905 75.640625 352.99905 76.453125L352.99905 76.859375Q352.99905 77.625 352.51468 78.125Q352.0303 78.625 351.26468 78.625Q350.49905 78.625 349.99905 78.140625Q349.49905 77.640625 349.49905 76.828125L349.49905 76.40625ZM350.31155 76.859375Q350.31155 77.328125 350.56155 77.625Q350.82718 77.921875 351.26468 77.921875Q351.68655 77.921875 351.93655 77.640625Q352.18655 77.34375 352.18655 76.84375L352.18655 76.40625Q352.18655 75.9375 351.92093 75.65625Q351.67093 75.359375 351.24905 75.359375Q350.82718 75.359375 350.56155 75.65625Q350.31155 75.9375 350.31155 76.4375L350.31155 76.859375ZM347.35843 77.859375L346.73343 77.46875L350.9053 70.796875L351.51468 71.1875L347.35843 77.859375Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M350.64084 113.703125L351.45334 113.703125Q352.2346 113.6875 352.6721 113.296875Q353.1096 112.90625 353.1096 112.234375Q353.1096 110.734375 351.6096 110.734375Q350.90646 110.734375 350.4846 111.140625Q350.07834 111.546875 350.07834 112.203125L348.9846 112.203125Q348.9846 111.1875 349.71896 110.515625Q350.46896 109.84375 351.6096 109.84375Q352.8127 109.84375 353.5002 110.484375Q354.1877 111.125 354.1877 112.265625Q354.1877 112.828125 353.82834 113.34375Q353.46896 113.859375 352.84396 114.125Q353.5471 114.34375 353.9221 114.859375Q354.3127 115.375 354.3127 116.125Q354.3127 117.265625 353.5627 117.953125Q352.8127 118.625 351.6096 118.625Q350.4221 118.625 349.65646 117.96875Q348.90646 117.3125 348.90646 116.25L350.0002 116.25Q350.0002 116.921875 350.4377 117.328125Q350.8752 117.734375 351.6252 117.734375Q352.40646 117.734375 352.8127 117.328125Q353.2346 116.90625 353.2346 116.140625Q353.2346 115.40625 352.78146 115.015625Q352.32834 114.609375 351.45334 114.59375L350.64084 114.59375L350.64084 113.703125ZM361.4221 114.859375Q361.4221 116.765625 360.76584 117.703125Q360.1252 118.625 358.7346 118.625Q357.3752 118.625 356.71896 117.71875Q356.0627 116.8125 356.03146 115.0L356.03146 113.5625Q356.03146 111.671875 356.6721 110.765625Q357.32834 109.84375 358.71896 109.84375Q360.09396 109.84375 360.7502 110.734375Q361.40646 111.609375 361.4221 113.453125L361.4221 114.859375ZM360.32834 113.375Q360.32834 112.0 359.9377 111.375Q359.5627 110.734375 358.71896 110.734375Q357.89084 110.734375 357.5002 111.375Q357.1252 112.0 357.1252 113.296875L357.1252 115.03125Q357.1252 116.40625 357.51584 117.078125Q357.9221 117.734375 358.7346 117.734375Q359.53146 117.734375 359.9221 117.109375Q360.3127 116.484375 360.32834 115.15625L360.32834 113.375ZM362.96896 111.609375Q362.96896 110.84375 363.45334 110.34375Q363.95334 109.84375 364.71896 109.84375Q365.5002 109.84375 365.9846 110.34375Q366.46896 110.84375 366.46896 111.640625L366.46896 112.0625Q366.46896 112.828125 365.96896 113.328125Q365.4846 113.8125 364.7346 113.8125Q363.96896 113.8125 363.46896 113.328125Q362.96896 112.828125 362.96896 112.015625L362.96896 111.609375ZM363.78146 112.0625Q363.78146 112.515625 364.03146 112.8125Q364.2971 113.109375 364.7346 113.109375Q365.15646 113.109375 365.40646 112.828125Q365.65646 112.53125 365.65646 112.03125L365.65646 111.609375Q365.65646 111.15625 365.40646 110.859375Q365.15646 110.546875 364.71896 110.546875Q364.28146 110.546875 364.03146 110.859375Q363.78146 111.15625 363.78146 111.625L363.78146 112.0625ZM367.1252 116.40625Q367.1252 115.640625 367.6096 115.15625Q368.1096 114.65625 368.8752 114.65625Q369.64084 114.65625 370.1252 115.15625Q370.6252 115.640625 370.6252 116.453125L370.6252 116.859375Q370.6252 117.625 370.14084 118.125Q369.65646 118.625 368.89084 118.625Q368.1252 118.625 367.6252 118.140625Q367.1252 117.640625 367.1252 116.828125L367.1252 116.40625ZM367.9377 116.859375Q367.9377 117.328125 368.1877 117.625Q368.45334 117.921875 368.89084 117.921875Q369.3127 117.921875 369.5627 117.640625Q369.8127 117.34375 369.8127 116.84375L369.8127 116.40625Q369.8127 115.9375 369.5471 115.65625Q369.2971 115.359375 368.8752 115.359375Q368.45334 115.359375 368.1877 115.65625Q367.9377 115.9375 367.9377 116.4375L367.9377 116.859375ZM364.9846 117.859375L364.3596 117.46875L368.53146 110.796875L369.14084 111.1875L364.9846 117.859375Z" fill-rule="nonzero"/><path fill="#ffffff" d="M350.64084 113.703125L351.45334 113.703125Q352.2346 113.6875 352.6721 113.296875Q353.1096 112.90625 353.1096 112.234375Q353.1096 110.734375 351.6096 110.734375Q350.90646 110.734375 350.4846 111.140625Q350.07834 111.546875 350.07834 112.203125L348.9846 112.203125Q348.9846 111.1875 349.71896 110.515625Q350.46896 109.84375 351.6096 109.84375Q352.8127 109.84375 353.5002 110.484375Q354.1877 111.125 354.1877 112.265625Q354.1877 112.828125 353.82834 113.34375Q353.46896 113.859375 352.84396 114.125Q353.5471 114.34375 353.9221 114.859375Q354.3127 115.375 354.3127 116.125Q354.3127 117.265625 353.5627 117.953125Q352.8127 118.625 351.6096 118.625Q350.4221 118.625 349.65646 117.96875Q348.90646 117.3125 348.90646 116.25L350.0002 116.25Q350.0002 116.921875 350.4377 117.328125Q350.8752 117.734375 351.6252 117.734375Q352.40646 117.734375 352.8127 117.328125Q353.2346 116.90625 353.2346 116.140625Q353.2346 115.40625 352.78146 115.015625Q352.32834 114.609375 351.45334 114.59375L350.64084 114.59375L350.64084 113.703125ZM361.4221 114.859375Q361.4221 116.765625 360.76584 117.703125Q360.1252 118.625 358.7346 118.625Q357.3752 118.625 356.71896 117.71875Q356.0627 116.8125 356.03146 115.0L356.03146 113.5625Q356.03146 111.671875 356.6721 110.765625Q357.32834 109.84375 358.71896 109.84375Q360.09396 109.84375 360.7502 110.734375Q361.40646 111.609375 361.4221 113.453125L361.4221 114.859375ZM360.32834 113.375Q360.32834 112.0 359.9377 111.375Q359.5627 110.734375 358.71896 110.734375Q357.89084 110.734375 357.5002 111.375Q357.1252 112.0 357.1252 113.296875L357.1252 115.03125Q357.1252 116.40625 357.51584 117.078125Q357.9221 117.734375 358.7346 117.734375Q359.53146 117.734375 359.9221 117.109375Q360.3127 116.484375 360.32834 115.15625L360.32834 113.375ZM362.96896 111.609375Q362.96896 110.84375 363.45334 110.34375Q363.95334 109.84375 364.71896 109.84375Q365.5002 109.84375 365.9846 110.34375Q366.46896 110.84375 366.46896 111.640625L366.46896 112.0625Q366.46896 112.828125 365.96896 113.328125Q365.4846 113.8125 364.7346 113.8125Q363.96896 113.8125 363.46896 113.328125Q362.96896 112.828125 362.96896 112.015625L362.96896 111.609375ZM363.78146 112.0625Q363.78146 112.515625 364.03146 112.8125Q364.2971 113.109375 364.7346 113.109375Q365.15646 113.109375 365.40646 112.828125Q365.65646 112.53125 365.65646 112.03125L365.65646 111.609375Q365.65646 111.15625 365.40646 110.859375Q365.15646 110.546875 364.71896 110.546875Q364.28146 110.546875 364.03146 110.859375Q363.78146 111.15625 363.78146 111.625L363.78146 112.0625ZM367.1252 116.40625Q367.1252 115.640625 367.6096 115.15625Q368.1096 114.65625 368.8752 114.65625Q369.64084 114.65625 370.1252 115.15625Q370.6252 115.640625 370.6252 116.453125L370.6252 116.859375Q370.6252 117.625 370.14084 118.125Q369.65646 118.625 368.89084 118.625Q368.1252 118.625 367.6252 118.140625Q367.1252 117.640625 367.1252 116.828125L367.1252 116.40625ZM367.9377 116.859375Q367.9377 117.328125 368.1877 117.625Q368.45334 117.921875 368.89084 117.921875Q369.3127 117.921875 369.5627 117.640625Q369.8127 117.34375 369.8127 116.84375L369.8127 116.40625Q369.8127 115.9375 369.5471 115.65625Q369.2971 115.359375 368.8752 115.359375Q368.45334 115.359375 368.1877 115.65625Q367.9377 115.9375 367.9377 116.4375L367.9377 116.859375ZM364.9846 117.859375L364.3596 117.46875L368.53146 110.796875L369.14084 111.1875L364.9846 117.859375Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M440.1228 159.5L434.52905 159.5L434.52905 158.71875L437.48218 155.4375Q438.13843 154.6875 438.38843 154.23438Q438.63843 153.76562 438.63843 153.26562Q438.63843 152.59375 438.23218 152.17188Q437.84155 151.73438 437.15405 151.73438Q436.35718 151.73438 435.90405 152.20312Q435.45093 152.65625 435.45093 153.48438L434.3728 153.48438Q434.3728 152.29688 435.1228 151.57812Q435.88843 150.84375 437.15405 150.84375Q438.35718 150.84375 439.04468 151.46875Q439.73218 152.09375 439.73218 153.14062Q439.73218 154.39062 438.1228 156.14062L435.84155 158.60938L440.1228 158.60938L440.1228 159.5ZM446.10718 156.64062L447.29468 156.64062L447.29468 157.51562L446.10718 157.51562L446.10718 159.5L445.02905 159.5L445.02905 157.51562L441.13843 157.51562L441.13843 156.875L444.95093 150.96875L446.10718 150.96875L446.10718 156.64062ZM442.3728 156.64062L445.02905 156.64062L445.02905 152.45312L444.88843 152.6875L442.3728 156.64062ZM448.4353 152.60938Q448.4353 151.84375 448.91968 151.34375Q449.41968 150.84375 450.1853 150.84375Q450.96655 150.84375 451.45093 151.34375Q451.9353 151.84375 451.9353 152.64062L451.9353 153.0625Q451.9353 153.82812 451.4353 154.32812Q450.95093 154.8125 450.20093 154.8125Q449.4353 154.8125 448.9353 154.32812Q448.4353 153.82812 448.4353 153.01562L448.4353 152.60938ZM449.2478 153.0625Q449.2478 153.51562 449.4978 153.8125Q449.76343 154.10938 450.20093 154.10938Q450.6228 154.10938 450.8728 153.82812Q451.1228 153.53125 451.1228 153.03125L451.1228 152.60938Q451.1228 152.15625 450.8728 151.85938Q450.6228 151.54688 450.1853 151.54688Q449.7478 151.54688 449.4978 151.85938Q449.2478 152.15625 449.2478 152.625L449.2478 153.0625ZM452.59155 157.40625Q452.59155 156.64062 453.07593 156.15625Q453.57593 155.65625 454.34155 155.65625Q455.10718 155.65625 455.59155 156.15625Q456.09155 156.64062 456.09155 157.45312L456.09155 157.85938Q456.09155 158.625 455.60718 159.125Q455.1228 159.625 454.35718 159.625Q453.59155 159.625 453.09155 159.14062Q452.59155 158.64062 452.59155 157.82812L452.59155 157.40625ZM453.40405 157.85938Q453.40405 158.32812 453.65405 158.625Q453.91968 158.92188 454.35718 158.92188Q454.77905 158.92188 455.02905 158.64062Q455.27905 158.34375 455.27905 157.84375L455.27905 157.40625Q455.27905 156.9375 455.01343 156.65625Q454.76343 156.35938 454.34155 156.35938Q453.91968 156.35938 453.65405 156.65625Q453.40405 156.9375 453.40405 157.4375L453.40405 157.85938ZM450.45093 158.85938L449.82593 158.46875L453.9978 151.79688L454.60718 152.1875L450.45093 158.85938Z" fill-rule="nonzero"/><path fill="#ffffff" d="M440.1228 159.5L434.52905 159.5L434.52905 158.71875L437.48218 155.4375Q438.13843 154.6875 438.38843 154.23438Q438.63843 153.76562 438.63843 153.26562Q438.63843 152.59375 438.23218 152.17188Q437.84155 151.73438 437.15405 151.73438Q436.35718 151.73438 435.90405 152.20312Q435.45093 152.65625 435.45093 153.48438L434.3728 153.48438Q434.3728 152.29688 435.1228 151.57812Q435.88843 150.84375 437.15405 150.84375Q438.35718 150.84375 439.04468 151.46875Q439.73218 152.09375 439.73218 153.14062Q439.73218 154.39062 438.1228 156.14062L435.84155 158.60938L440.1228 158.60938L440.1228 159.5ZM446.10718 156.64062L447.29468 156.64062L447.29468 157.51562L446.10718 157.51562L446.10718 159.5L445.02905 159.5L445.02905 157.51562L441.13843 157.51562L441.13843 156.875L444.95093 150.96875L446.10718 150.96875L446.10718 156.64062ZM442.3728 156.64062L445.02905 156.64062L445.02905 152.45312L444.88843 152.6875L442.3728 156.64062ZM448.4353 152.60938Q448.4353 151.84375 448.91968 151.34375Q449.41968 150.84375 450.1853 150.84375Q450.96655 150.84375 451.45093 151.34375Q451.9353 151.84375 451.9353 152.64062L451.9353 153.0625Q451.9353 153.82812 451.4353 154.32812Q450.95093 154.8125 450.20093 154.8125Q449.4353 154.8125 448.9353 154.32812Q448.4353 153.82812 448.4353 153.01562L448.4353 152.60938ZM449.2478 153.0625Q449.2478 153.51562 449.4978 153.8125Q449.76343 154.10938 450.20093 154.10938Q450.6228 154.10938 450.8728 153.82812Q451.1228 153.53125 451.1228 153.03125L451.1228 152.60938Q451.1228 152.15625 450.8728 151.85938Q450.6228 151.54688 450.1853 151.54688Q449.7478 151.54688 449.4978 151.85938Q449.2478 152.15625 449.2478 152.625L449.2478 153.0625ZM452.59155 157.40625Q452.59155 156.64062 453.07593 156.15625Q453.57593 155.65625 454.34155 155.65625Q455.10718 155.65625 455.59155 156.15625Q456.09155 156.64062 456.09155 157.45312L456.09155 157.85938Q456.09155 158.625 455.60718 159.125Q455.1228 159.625 454.35718 159.625Q453.59155 159.625 453.09155 159.14062Q452.59155 158.64062 452.59155 157.82812L452.59155 157.40625ZM453.40405 157.85938Q453.40405 158.32812 453.65405 158.625Q453.91968 158.92188 454.35718 158.92188Q454.77905 158.92188 455.02905 158.64062Q455.27905 158.34375 455.27905 157.84375L455.27905 157.40625Q455.27905 156.9375 455.01343 156.65625Q454.76343 156.35938 454.34155 156.35938Q453.91968 156.35938 453.65405 156.65625Q453.40405 156.9375 453.40405 157.4375L453.40405 157.85938ZM450.45093 158.85938L449.82593 158.46875L453.9978 151.79688L454.60718 152.1875L450.45093 158.85938Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M572.3374 75.640625L573.5249 75.640625L573.5249 76.515625L572.3374 76.515625L572.3374 78.5L571.2593 78.5L571.2593 76.515625L567.36865 76.515625L567.36865 75.875L571.18115 69.96875L572.3374 69.96875L572.3374 75.640625ZM568.603 75.640625L571.2593 75.640625L571.2593 71.453125L571.11865 71.6875L568.603 75.640625ZM575.2593 74.21875L575.6968 69.96875L580.0718 69.96875L580.0718 70.96875L576.61865 70.96875L576.353 73.296875Q576.99365 72.921875 577.7905 72.921875Q578.9468 72.921875 579.6343 73.703125Q580.3218 74.46875 580.3218 75.78125Q580.3218 77.09375 579.603 77.859375Q578.8999 78.625 577.61865 78.625Q576.49365 78.625 575.7749 78.0Q575.05615 77.359375 574.9624 76.25L575.978 76.25Q576.0874 76.984375 576.5093 77.359375Q576.93115 77.734375 577.61865 77.734375Q578.36865 77.734375 578.80615 77.21875Q579.24365 76.703125 579.24365 75.796875Q579.24365 74.9375 578.7749 74.421875Q578.30615 73.90625 577.5249 73.90625Q576.8218 73.90625 576.4155 74.203125L576.1343 74.4375L575.2593 74.21875ZM581.6655 71.609375Q581.6655 70.84375 582.1499 70.34375Q582.6499 69.84375 583.4155 69.84375Q584.1968 69.84375 584.68115 70.34375Q585.1655 70.84375 585.1655 71.640625L585.1655 72.0625Q585.1655 72.828125 584.6655 73.328125Q584.18115 73.8125 583.43115 73.8125Q582.6655 73.8125 582.1655 73.328125Q581.6655 72.828125 581.6655 72.015625L581.6655 71.609375ZM582.478 72.0625Q582.478 72.515625 582.728 72.8125Q582.99365 73.109375 583.43115 73.109375Q583.853 73.109375 584.103 72.828125Q584.353 72.53125 584.353 72.03125L584.353 71.609375Q584.353 71.15625 584.103 70.859375Q583.853 70.546875 583.4155 70.546875Q582.978 70.546875 582.728 70.859375Q582.478 71.15625 582.478 71.625L582.478 72.0625ZM585.8218 76.40625Q585.8218 75.640625 586.30615 75.15625Q586.80615 74.65625 587.5718 74.65625Q588.3374 74.65625 588.8218 75.15625Q589.3218 75.640625 589.3218 76.453125L589.3218 76.859375Q589.3218 77.625 588.8374 78.125Q588.353 78.625 587.5874 78.625Q586.8218 78.625 586.3218 78.140625Q585.8218 77.640625 585.8218 76.828125L585.8218 76.40625ZM586.6343 76.859375Q586.6343 77.328125 586.8843 77.625Q587.1499 77.921875 587.5874 77.921875Q588.0093 77.921875 588.2593 77.640625Q588.5093 77.34375 588.5093 76.84375L588.5093 76.40625Q588.5093 75.9375 588.24365 75.65625Q587.99365 75.359375 587.5718 75.359375Q587.1499 75.359375 586.8843 75.65625Q586.6343 75.9375 586.6343 76.4375L586.6343 76.859375ZM583.68115 77.859375L583.05615 77.46875L587.228 70.796875L587.8374 71.1875L583.68115 77.859375Z" fill-rule="nonzero"/><path fill="#ffffff" d="M572.3374 75.640625L573.5249 75.640625L573.5249 76.515625L572.3374 76.515625L572.3374 78.5L571.2593 78.5L571.2593 76.515625L567.36865 76.515625L567.36865 75.875L571.18115 69.96875L572.3374 69.96875L572.3374 75.640625ZM568.603 75.640625L571.2593 75.640625L571.2593 71.453125L571.11865 71.6875L568.603 75.640625ZM575.2593 74.21875L575.6968 69.96875L580.0718 69.96875L580.0718 70.96875L576.61865 70.96875L576.353 73.296875Q576.99365 72.921875 577.7905 72.921875Q578.9468 72.921875 579.6343 73.703125Q580.3218 74.46875 580.3218 75.78125Q580.3218 77.09375 579.603 77.859375Q578.8999 78.625 577.61865 78.625Q576.49365 78.625 575.7749 78.0Q575.05615 77.359375 574.9624 76.25L575.978 76.25Q576.0874 76.984375 576.5093 77.359375Q576.93115 77.734375 577.61865 77.734375Q578.36865 77.734375 578.80615 77.21875Q579.24365 76.703125 579.24365 75.796875Q579.24365 74.9375 578.7749 74.421875Q578.30615 73.90625 577.5249 73.90625Q576.8218 73.90625 576.4155 74.203125L576.1343 74.4375L575.2593 74.21875ZM581.6655 71.609375Q581.6655 70.84375 582.1499 70.34375Q582.6499 69.84375 583.4155 69.84375Q584.1968 69.84375 584.68115 70.34375Q585.1655 70.84375 585.1655 71.640625L585.1655 72.0625Q585.1655 72.828125 584.6655 73.328125Q584.18115 73.8125 583.43115 73.8125Q582.6655 73.8125 582.1655 73.328125Q581.6655 72.828125 581.6655 72.015625L581.6655 71.609375ZM582.478 72.0625Q582.478 72.515625 582.728 72.8125Q582.99365 73.109375 583.43115 73.109375Q583.853 73.109375 584.103 72.828125Q584.353 72.53125 584.353 72.03125L584.353 71.609375Q584.353 71.15625 584.103 70.859375Q583.853 70.546875 583.4155 70.546875Q582.978 70.546875 582.728 70.859375Q582.478 71.15625 582.478 71.625L582.478 72.0625ZM585.8218 76.40625Q585.8218 75.640625 586.30615 75.15625Q586.80615 74.65625 587.5718 74.65625Q588.3374 74.65625 588.8218 75.15625Q589.3218 75.640625 589.3218 76.453125L589.3218 76.859375Q589.3218 77.625 588.8374 78.125Q588.353 78.625 587.5874 78.625Q586.8218 78.625 586.3218 78.140625Q585.8218 77.640625 585.8218 76.828125L585.8218 76.40625ZM586.6343 76.859375Q586.6343 77.328125 586.8843 77.625Q587.1499 77.921875 587.5874 77.921875Q588.0093 77.921875 588.2593 77.640625Q588.5093 77.34375 588.5093 76.84375L588.5093 76.40625Q588.5093 75.9375 588.24365 75.65625Q587.99365 75.359375 587.5718 75.359375Q587.1499 75.359375 586.8843 75.65625Q586.6343 75.9375 586.6343 76.4375L586.6343 76.859375ZM583.68115 77.859375L583.05615 77.46875L587.228 70.796875L587.8374 71.1875L583.68115 77.859375Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M572.3374 115.640625L573.5249 115.640625L573.5249 116.515625L572.3374 116.515625L572.3374 118.5L571.2593 118.5L571.2593 116.515625L567.36865 116.515625L567.36865 115.875L571.18115 109.96875L572.3374 109.96875L572.3374 115.640625ZM568.603 115.640625L571.2593 115.640625L571.2593 111.453125L571.11865 111.6875L568.603 115.640625ZM578.3218 118.5L577.24365 118.5L577.24365 111.28125L575.05615 112.078125L575.05615 111.09375L578.1655 109.921875L578.3218 109.921875L578.3218 118.5ZM581.6655 111.609375Q581.6655 110.84375 582.1499 110.34375Q582.6499 109.84375 583.4155 109.84375Q584.1968 109.84375 584.68115 110.34375Q585.1655 110.84375 585.1655 111.640625L585.1655 112.0625Q585.1655 112.828125 584.6655 113.328125Q584.18115 113.8125 583.43115 113.8125Q582.6655 113.8125 582.1655 113.328125Q581.6655 112.828125 581.6655 112.015625L581.6655 111.609375ZM582.478 112.0625Q582.478 112.515625 582.728 112.8125Q582.99365 113.109375 583.43115 113.109375Q583.853 113.109375 584.103 112.828125Q584.353 112.53125 584.353 112.03125L584.353 111.609375Q584.353 111.15625 584.103 110.859375Q583.853 110.546875 583.4155 110.546875Q582.978 110.546875 582.728 110.859375Q582.478 111.15625 582.478 111.625L582.478 112.0625ZM585.8218 116.40625Q585.8218 115.640625 586.30615 115.15625Q586.80615 114.65625 587.5718 114.65625Q588.3374 114.65625 588.8218 115.15625Q589.3218 115.640625 589.3218 116.453125L589.3218 116.859375Q589.3218 117.625 588.8374 118.125Q588.353 118.625 587.5874 118.625Q586.8218 118.625 586.3218 118.140625Q585.8218 117.640625 585.8218 116.828125L585.8218 116.40625ZM586.6343 116.859375Q586.6343 117.328125 586.8843 117.625Q587.1499 117.921875 587.5874 117.921875Q588.0093 117.921875 588.2593 117.640625Q588.5093 117.34375 588.5093 116.84375L588.5093 116.40625Q588.5093 115.9375 588.24365 115.65625Q587.99365 115.359375 587.5718 115.359375Q587.1499 115.359375 586.8843 115.65625Q586.6343 115.9375 586.6343 116.4375L586.6343 116.859375ZM583.68115 117.859375L583.05615 117.46875L587.228 110.796875L587.8374 111.1875L583.68115 117.859375Z" fill-rule="nonzero"/><path fill="#ffffff" d="M572.3374 115.640625L573.5249 115.640625L573.5249 116.515625L572.3374 116.515625L572.3374 118.5L571.2593 118.5L571.2593 116.515625L567.36865 116.515625L567.36865 115.875L571.18115 109.96875L572.3374 109.96875L572.3374 115.640625ZM568.603 115.640625L571.2593 115.640625L571.2593 111.453125L571.11865 111.6875L568.603 115.640625ZM578.3218 118.5L577.24365 118.5L577.24365 111.28125L575.05615 112.078125L575.05615 111.09375L578.1655 109.921875L578.3218 109.921875L578.3218 118.5ZM581.6655 111.609375Q581.6655 110.84375 582.1499 110.34375Q582.6499 109.84375 583.4155 109.84375Q584.1968 109.84375 584.68115 110.34375Q585.1655 110.84375 585.1655 111.640625L585.1655 112.0625Q585.1655 112.828125 584.6655 113.328125Q584.18115 113.8125 583.43115 113.8125Q582.6655 113.8125 582.1655 113.328125Q581.6655 112.828125 581.6655 112.015625L581.6655 111.609375ZM582.478 112.0625Q582.478 112.515625 582.728 112.8125Q582.99365 113.109375 583.43115 113.109375Q583.853 113.109375 584.103 112.828125Q584.353 112.53125 584.353 112.03125L584.353 111.609375Q584.353 111.15625 584.103 110.859375Q583.853 110.546875 583.4155 110.546875Q582.978 110.546875 582.728 110.859375Q582.478 111.15625 582.478 111.625L582.478 112.0625ZM585.8218 116.40625Q585.8218 115.640625 586.30615 115.15625Q586.80615 114.65625 587.5718 114.65625Q588.3374 114.65625 588.8218 115.15625Q589.3218 115.640625 589.3218 116.453125L589.3218 116.859375Q589.3218 117.625 588.8374 118.125Q588.353 118.625 587.5874 118.625Q586.8218 118.625 586.3218 118.140625Q585.8218 117.640625 585.8218 116.828125L585.8218 116.40625ZM586.6343 116.859375Q586.6343 117.328125 586.8843 117.625Q587.1499 117.921875 587.5874 117.921875Q588.0093 117.921875 588.2593 117.640625Q588.5093 117.34375 588.5093 116.84375L588.5093 116.40625Q588.5093 115.9375 588.24365 115.65625Q587.99365 115.359375 587.5718 115.359375Q587.1499 115.359375 586.8843 115.65625Q586.6343 115.9375 586.6343 116.4375L586.6343 116.859375ZM583.68115 117.859375L583.05615 117.46875L587.228 110.796875L587.8374 111.1875L583.68115 117.859375Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M573.353 159.5L567.7593 159.5L567.7593 158.71875L570.7124 155.4375Q571.36865 154.6875 571.61865 154.23438Q571.86865 153.76562 571.86865 153.26562Q571.86865 152.59375 571.4624 152.17188Q571.0718 151.73438 570.3843 151.73438Q569.5874 151.73438 569.1343 152.20312Q568.68115 152.65625 568.68115 153.48438L567.603 153.48438Q567.603 152.29688 568.353 151.57812Q569.11865 150.84375 570.3843 150.84375Q571.5874 150.84375 572.2749 151.46875Q572.9624 152.09375 572.9624 153.14062Q572.9624 154.39062 571.353 156.14062L569.0718 158.60938L573.353 158.60938L573.353 159.5ZM575.2593 155.21875L575.6968 150.96875L580.0718 150.96875L580.0718 151.96875L576.61865 151.96875L576.353 154.29688Q576.99365 153.92188 577.7905 153.92188Q578.9468 153.92188 579.6343 154.70312Q580.3218 155.46875 580.3218 156.78125Q580.3218 158.09375 579.603 158.85938Q578.8999 159.625 577.61865 159.625Q576.49365 159.625 575.7749 159.0Q575.05615 158.35938 574.9624 157.25L575.978 157.25Q576.0874 157.98438 576.5093 158.35938Q576.93115 158.73438 577.61865 158.73438Q578.36865 158.73438 578.80615 158.21875Q579.24365 157.70312 579.24365 156.79688Q579.24365 155.9375 578.7749 155.42188Q578.30615 154.90625 577.5249 154.90625Q576.8218 154.90625 576.4155 155.20312L576.1343 155.4375L575.2593 155.21875ZM581.6655 152.60938Q581.6655 151.84375 582.1499 151.34375Q582.6499 150.84375 583.4155 150.84375Q584.1968 150.84375 584.68115 151.34375Q585.1655 151.84375 585.1655 152.64062L585.1655 153.0625Q585.1655 153.82812 584.6655 154.32812Q584.18115 154.8125 583.43115 154.8125Q582.6655 154.8125 582.1655 154.32812Q581.6655 153.82812 581.6655 153.01562L581.6655 152.60938ZM582.478 153.0625Q582.478 153.51562 582.728 153.8125Q582.99365 154.10938 583.43115 154.10938Q583.853 154.10938 584.103 153.82812Q584.353 153.53125 584.353 153.03125L584.353 152.60938Q584.353 152.15625 584.103 151.85938Q583.853 151.54688 583.4155 151.54688Q582.978 151.54688 582.728 151.85938Q582.478 152.15625 582.478 152.625L582.478 153.0625ZM585.8218 157.40625Q585.8218 156.64062 586.30615 156.15625Q586.80615 155.65625 587.5718 155.65625Q588.3374 155.65625 588.8218 156.15625Q589.3218 156.64062 589.3218 157.45312L589.3218 157.85938Q589.3218 158.625 588.8374 159.125Q588.353 159.625 587.5874 159.625Q586.8218 159.625 586.3218 159.14062Q585.8218 158.64062 585.8218 157.82812L585.8218 157.40625ZM586.6343 157.85938Q586.6343 158.32812 586.8843 158.625Q587.1499 158.92188 587.5874 158.92188Q588.0093 158.92188 588.2593 158.64062Q588.5093 158.34375 588.5093 157.84375L588.5093 157.40625Q588.5093 156.9375 588.24365 156.65625Q587.99365 156.35938 587.5718 156.35938Q587.1499 156.35938 586.8843 156.65625Q586.6343 156.9375 586.6343 157.4375L586.6343 157.85938ZM583.68115 158.85938L583.05615 158.46875L587.228 151.79688L587.8374 152.1875L583.68115 158.85938Z" fill-rule="nonzero"/><path fill="#ffffff" d="M573.353 159.5L567.7593 159.5L567.7593 158.71875L570.7124 155.4375Q571.36865 154.6875 571.61865 154.23438Q571.86865 153.76562 571.86865 153.26562Q571.86865 152.59375 571.4624 152.17188Q571.0718 151.73438 570.3843 151.73438Q569.5874 151.73438 569.1343 152.20312Q568.68115 152.65625 568.68115 153.48438L567.603 153.48438Q567.603 152.29688 568.353 151.57812Q569.11865 150.84375 570.3843 150.84375Q571.5874 150.84375 572.2749 151.46875Q572.9624 152.09375 572.9624 153.14062Q572.9624 154.39062 571.353 156.14062L569.0718 158.60938L573.353 158.60938L573.353 159.5ZM575.2593 155.21875L575.6968 150.96875L580.0718 150.96875L580.0718 151.96875L576.61865 151.96875L576.353 154.29688Q576.99365 153.92188 577.7905 153.92188Q578.9468 153.92188 579.6343 154.70312Q580.3218 155.46875 580.3218 156.78125Q580.3218 158.09375 579.603 158.85938Q578.8999 159.625 577.61865 159.625Q576.49365 159.625 575.7749 159.0Q575.05615 158.35938 574.9624 157.25L575.978 157.25Q576.0874 157.98438 576.5093 158.35938Q576.93115 158.73438 577.61865 158.73438Q578.36865 158.73438 578.80615 158.21875Q579.24365 157.70312 579.24365 156.79688Q579.24365 155.9375 578.7749 155.42188Q578.30615 154.90625 577.5249 154.90625Q576.8218 154.90625 576.4155 155.20312L576.1343 155.4375L575.2593 155.21875ZM581.6655 152.60938Q581.6655 151.84375 582.1499 151.34375Q582.6499 150.84375 583.4155 150.84375Q584.1968 150.84375 584.68115 151.34375Q585.1655 151.84375 585.1655 152.64062L585.1655 153.0625Q585.1655 153.82812 584.6655 154.32812Q584.18115 154.8125 583.43115 154.8125Q582.6655 154.8125 582.1655 154.32812Q581.6655 153.82812 581.6655 153.01562L581.6655 152.60938ZM582.478 153.0625Q582.478 153.51562 582.728 153.8125Q582.99365 154.10938 583.43115 154.10938Q583.853 154.10938 584.103 153.82812Q584.353 153.53125 584.353 153.03125L584.353 152.60938Q584.353 152.15625 584.103 151.85938Q583.853 151.54688 583.4155 151.54688Q582.978 151.54688 582.728 151.85938Q582.478 152.15625 582.478 152.625L582.478 153.0625ZM585.8218 157.40625Q585.8218 156.64062 586.30615 156.15625Q586.80615 155.65625 587.5718 155.65625Q588.3374 155.65625 588.8218 156.15625Q589.3218 156.64062 589.3218 157.45312L589.3218 157.85938Q589.3218 158.625 588.8374 159.125Q588.353 159.625 587.5874 159.625Q586.8218 159.625 586.3218 159.14062Q585.8218 158.64062 585.8218 157.82812L585.8218 157.40625ZM586.6343 157.85938Q586.6343 158.32812 586.8843 158.625Q587.1499 158.92188 587.5874 158.92188Q588.0093 158.92188 588.2593 158.64062Q588.5093 158.34375 588.5093 157.84375L588.5093 157.40625Q588.5093 156.9375 588.24365 156.65625Q587.99365 156.35938 587.5718 156.35938Q587.1499 156.35938 586.8843 156.65625Q586.6343 156.9375 586.6343 157.4375L586.6343 157.85938ZM583.68115 158.85938L583.05615 158.46875L587.228 151.79688L587.8374 152.1875L583.68115 158.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M194.70718 216.81197Q194.70718 216.04634 195.19156 215.54634Q195.69156 215.04634 196.45718 215.04634Q197.23843 215.04634 197.72281 215.54634Q198.20718 216.04634 198.20718 216.84322L198.20718 217.26509Q198.20718 218.03072 197.70718 218.53072Q197.22281 219.01509 196.47281 219.01509Q195.70718 219.01509 195.20718 218.53072Q194.70718 218.03072 194.70718 217.21822L194.70718 216.81197ZM195.51968 217.26509Q195.51968 217.71822 195.76968 218.01509Q196.03531 218.31197 196.47281 218.31197Q196.89468 218.31197 197.14468 218.03072Q197.39468 217.73384 197.39468 217.23384L197.39468 216.81197Q197.39468 216.35884 197.14468 216.06197Q196.89468 215.74947 196.45718 215.74947Q196.01968 215.74947 195.76968 216.06197Q195.51968 216.35884 195.51968 216.82759L195.51968 217.26509ZM198.86343 221.60884Q198.86343 220.84322 199.34781 220.35884Q199.84781 219.85884 200.61343 219.85884Q201.37906 219.85884 201.86343 220.35884Q202.36343 220.84322 202.36343 221.65572L202.36343 222.06197Q202.36343 222.82759 201.87906 223.32759Q201.39468 223.82759 200.62906 223.82759Q199.86343 223.82759 199.36343 223.34322Q198.86343 222.84322 198.86343 222.03072L198.86343 221.60884ZM199.67593 222.06197Q199.67593 222.53072 199.92593 222.82759Q200.19156 223.12447 200.62906 223.12447Q201.05093 223.12447 201.30093 222.84322Q201.55093 222.54634 201.55093 222.04634L201.55093 221.60884Q201.55093 221.14009 201.28531 220.85884Q201.03531 220.56197 200.61343 220.56197Q200.19156 220.56197 199.92593 220.85884Q199.67593 221.14009 199.67593 221.64009L199.67593 222.06197ZM196.72281 223.06197L196.09781 222.67134L200.26968 215.99947L200.87906 216.39009L196.72281 223.06197ZM206.62906 220.46822Q206.62906 219.54634 206.98843 218.79634Q207.36343 218.04634 208.01968 217.65572Q208.67593 217.24947 209.50406 217.24947Q210.80093 217.24947 211.59781 218.14009Q212.41031 219.03072 212.41031 220.53072L212.41031 220.60884Q212.41031 221.53072 212.05093 222.26509Q211.69156 222.99947 211.03531 223.42134Q210.37906 223.82759 209.51968 223.82759Q208.23843 223.82759 207.42593 222.93697Q206.62906 222.03072 206.62906 220.54634L206.62906 220.46822ZM207.72281 220.60884Q207.72281 221.65572 208.20718 222.29634Q208.70718 222.93697 209.51968 222.93697Q210.34781 222.93697 210.83218 222.29634Q211.31656 221.64009 211.31656 220.46822Q211.31656 219.43697 210.81656 218.79634Q210.33218 218.14009 209.50406 218.14009Q208.70718 218.14009 208.20718 218.78072Q207.72281 219.40572 207.72281 220.60884ZM214.45718 223.70259L214.45718 218.20259L213.45718 218.20259L213.45718 217.35884L214.45718 217.35884L214.45718 216.71822Q214.45718 215.68697 214.98843 215.14009Q215.53531 214.57759 216.53531 214.57759Q216.91031 214.57759 217.28531 214.67134L217.22281 215.56197Q216.94156 215.49947 216.64468 215.49947Q216.11343 215.49947 215.81656 215.81197Q215.53531 216.12447 215.53531 216.68697L215.53531 217.35884L216.89468 217.35884L216.89468 218.20259L215.53531 218.20259L215.53531 223.70259L214.45718 223.70259ZM223.98843 218.32759Q223.73843 218.29634 223.45718 218.29634Q222.37906 218.29634 222.00406 219.20259L222.00406 223.70259L220.92593 223.70259L220.92593 217.35884L221.97281 217.35884L221.98843 218.09322Q222.51968 217.24947 223.50406 217.24947Q223.81656 217.24947 223.98843 217.32759L223.98843 218.32759ZM227.55093 223.82759Q226.25406 223.82759 225.44156 222.98384Q224.64468 222.12447 224.64468 220.70259L224.64468 220.51509Q224.64468 219.56197 225.00406 218.82759Q225.36343 218.07759 226.00406 217.67134Q226.66031 217.24947 227.41031 217.24947Q228.64468 217.24947 229.33218 218.06197Q230.01968 218.87447 230.01968 220.39009L230.01968 220.84322L225.72281 220.84322Q225.75406 221.78072 226.26968 222.35884Q226.80093 222.93697 227.61343 222.93697Q228.17593 222.93697 228.56656 222.70259Q228.97281 222.46822 229.28531 222.07759L229.94156 222.59322Q229.14468 223.82759 227.55093 223.82759ZM227.41031 218.14009Q226.75406 218.14009 226.30093 218.62447Q225.86343 219.09322 225.76968 219.95259L228.94156 219.95259L228.94156 219.87447Q228.89468 219.04634 228.48843 218.59322Q228.09781 218.14009 227.41031 218.14009ZM234.61343 222.01509Q234.61343 221.57759 234.26968 221.34322Q233.94156 221.09322 233.11343 220.92134Q232.30093 220.74947 231.81656 220.49947Q231.33218 220.24947 231.09781 219.92134Q230.87906 219.57759 230.87906 219.10884Q230.87906 218.32759 231.53531 217.79634Q232.19156 217.24947 233.22281 217.24947Q234.30093 217.24947 234.95718 217.81197Q235.62906 218.35884 235.62906 219.21822L234.55093 219.21822Q234.55093 218.78072 234.16031 218.46822Q233.78531 218.14009 233.22281 218.14009Q232.62906 218.14009 232.28531 218.40572Q231.95718 218.65572 231.95718 219.06197Q231.95718 219.45259 232.26968 219.65572Q232.58218 219.85884 233.39468 220.04634Q234.20718 220.21822 234.70718 220.46822Q235.20718 220.71822 235.44156 221.07759Q235.69156 221.43697 235.69156 221.93697Q235.69156 222.79634 235.00406 223.31197Q234.33218 223.82759 233.25406 223.82759Q232.48843 223.82759 231.89468 223.56197Q231.31656 223.28072 230.98843 222.79634Q230.66031 222.31197 230.66031 221.74947L231.73843 221.74947Q231.76968 222.29634 232.17593 222.62447Q232.58218 222.93697 233.25406 222.93697Q233.86343 222.93697 234.23843 222.68697Q234.61343 222.43697 234.61343 222.01509ZM242.26968 220.60884Q242.26968 222.04634 241.61343 222.93697Q240.95718 223.82759 239.81656 223.82759Q238.66031 223.82759 238.00406 223.09322L238.00406 226.14009L236.92593 226.14009L236.92593 217.35884L237.91031 217.35884L237.95718 218.06197Q238.62906 217.24947 239.80093 217.24947Q240.94156 217.24947 241.59781 218.10884Q242.26968 218.96822 242.26968 220.49947L242.26968 220.60884ZM241.19156 220.48384Q241.19156 219.40572 240.72281 218.79634Q240.26968 218.17134 239.47281 218.17134Q238.48843 218.17134 238.00406 219.03072L238.00406 222.06197Q238.48843 222.93697 239.48843 222.93697Q240.26968 222.93697 240.72281 222.32759Q241.19156 221.70259 241.19156 220.48384ZM243.62906 220.46822Q243.62906 219.54634 243.98843 218.79634Q244.36343 218.04634 245.01968 217.65572Q245.67593 217.24947 246.50406 217.24947Q247.80093 217.24947 248.59781 218.14009Q249.41031 219.03072 249.41031 220.53072L249.41031 220.60884Q249.41031 221.53072 249.05093 222.26509Q248.69156 222.99947 248.03531 223.42134Q247.37906 223.82759 246.51968 223.82759Q245.23843 223.82759 244.42593 222.93697Q243.62906 222.03072 243.62906 220.54634L243.62906 220.46822ZM244.72281 220.60884Q244.72281 221.65572 245.20718 222.29634Q245.70718 222.93697 246.51968 222.93697Q247.34781 222.93697 247.83218 222.29634Q248.31656 221.64009 248.31656 220.46822Q248.31656 219.43697 247.81656 218.79634Q247.33218 218.14009 246.50406 218.14009Q245.70718 218.14009 245.20718 218.78072Q244.72281 219.40572 244.72281 220.60884ZM251.94156 217.35884L251.97281 218.15572Q252.70718 217.24947 253.87906 217.24947Q255.89468 217.24947 255.91031 219.51509L255.91031 223.70259L254.81656 223.70259L254.81656 219.49947Q254.81656 218.82759 254.50406 218.49947Q254.20718 218.17134 253.55093 218.17134Q253.01968 218.17134 252.61343 218.45259Q252.22281 218.73384 252.00406 219.18697L252.00406 223.70259L250.92593 223.70259L250.92593 217.35884L251.94156 217.35884ZM257.6603 220.48384Q257.6603 219.01509 258.3478 218.14009Q259.0353 217.24947 260.1603 217.24947Q261.26968 217.24947 261.92593 217.99947L261.92593 214.70259L263.00406 214.70259L263.00406 223.70259L262.00406 223.70259L261.95718 223.01509Q261.30093 223.82759 260.14468 223.82759Q259.05093 223.82759 258.3478 222.92134Q257.6603 222.01509 257.6603 220.56197L257.6603 220.48384ZM258.73843 220.60884Q258.73843 221.68697 259.17593 222.29634Q259.62906 222.90572 260.4103 222.90572Q261.44156 222.90572 261.92593 221.96822L261.92593 219.06197Q261.44156 218.17134 260.42593 218.17134Q259.62906 218.17134 259.17593 218.78072Q258.73843 219.39009 258.73843 220.60884ZM267.55093 223.82759Q266.25406 223.82759 265.44156 222.98384Q264.64468 222.12447 264.64468 220.70259L264.64468 220.51509Q264.64468 219.56197 265.00406 218.82759Q265.36343 218.07759 266.00406 217.67134Q266.6603 217.24947 267.4103 217.24947Q268.64468 217.24947 269.33218 218.06197Q270.01968 218.87447 270.01968 220.39009L270.01968 220.84322L265.7228 220.84322Q265.75406 221.78072 266.26968 222.35884Q266.80093 222.93697 267.61343 222.93697Q268.17593 222.93697 268.56656 222.70259Q268.9728 222.46822 269.2853 222.07759L269.94156 222.59322Q269.14468 223.82759 267.55093 223.82759ZM267.4103 218.14009Q266.75406 218.14009 266.30093 218.62447Q265.86343 219.09322 265.76968 219.95259L268.94156 219.95259L268.94156 219.87447Q268.89468 219.04634 268.48843 218.59322Q268.0978 218.14009 267.4103 218.14009ZM271.94156 217.35884L271.9728 218.15572Q272.70718 217.24947 273.87906 217.24947Q275.89468 217.24947 275.9103 219.51509L275.9103 223.70259L274.81656 223.70259L274.81656 219.49947Q274.81656 218.82759 274.50406 218.49947Q274.20718 218.17134 273.55093 218.17134Q273.01968 218.17134 272.61343 218.45259Q272.2228 218.73384 272.00406 219.18697L272.00406 223.70259L270.92593 223.70259L270.92593 217.35884L271.94156 217.35884ZM279.39468 215.82759L279.39468 217.35884L280.56656 217.35884L280.56656 218.20259L279.39468 218.20259L279.39468 222.12447Q279.39468 222.51509 279.55093 222.70259Q279.70718 222.89009 280.08218 222.89009Q280.26968 222.89009 280.5978 222.82759L280.5978 223.70259Q280.17593 223.82759 279.76968 223.82759Q279.05093 223.82759 278.67593 223.39009Q278.30093 222.93697 278.30093 222.12447L278.30093 218.20259L277.14468 218.20259L277.14468 217.35884L278.30093 217.35884L278.30093 215.82759L279.39468 215.82759ZM285.61343 222.01509Q285.61343 221.57759 285.26968 221.34322Q284.94156 221.09322 284.11343 220.92134Q283.30093 220.74947 282.81656 220.49947Q282.33218 220.24947 282.0978 219.92134Q281.87906 219.57759 281.87906 219.10884Q281.87906 218.32759 282.5353 217.79634Q283.19156 217.24947 284.2228 217.24947Q285.30093 217.24947 285.95718 217.81197Q286.62906 218.35884 286.62906 219.21822L285.55093 219.21822Q285.55093 218.78072 285.1603 218.46822Q284.7853 218.14009 284.2228 218.14009Q283.62906 218.14009 283.2853 218.40572Q282.95718 218.65572 282.95718 219.06197Q282.95718 219.45259 283.26968 219.65572Q283.58218 219.85884 284.39468 220.04634Q285.20718 220.21822 285.70718 220.46822Q286.20718 220.71822 286.44156 221.07759Q286.69156 221.43697 286.69156 221.93697Q286.69156 222.79634 286.00406 223.31197Q285.33218 223.82759 284.25406 223.82759Q283.48843 223.82759 282.89468 223.56197Q282.31656 223.28072 281.98843 222.79634Q281.6603 222.31197 281.6603 221.74947L282.73843 221.74947Q282.76968 222.29634 283.17593 222.62447Q283.58218 222.93697 284.25406 222.93697Q284.86343 222.93697 285.23843 222.68697Q285.61343 222.43697 285.61343 222.01509ZM296.5353 222.20259L297.75406 217.35884L298.83218 217.35884L296.98843 223.70259L296.11343 223.70259L294.56656 218.89009L293.06656 223.70259L292.19156 223.70259L290.3478 217.35884L291.42593 217.35884L292.67593 222.10884L294.1603 217.35884L295.01968 217.35884L296.5353 222.20259ZM301.00406 218.12447Q301.7228 217.24947 302.87906 217.24947Q304.89468 217.24947 304.9103 219.51509L304.9103 223.70259L303.81656 223.70259L303.81656 219.49947Q303.81656 218.82759 303.50406 218.49947Q303.20718 218.17134 302.55093 218.17134Q302.01968 218.17134 301.61343 218.45259Q301.2228 218.73384 301.00406 219.18697L301.00406 223.70259L299.92593 223.70259L299.92593 214.70259L301.00406 214.70259L301.00406 218.12447ZM306.62906 220.46822Q306.62906 219.54634 306.98843 218.79634Q307.36343 218.04634 308.01968 217.65572Q308.67593 217.24947 309.50406 217.24947Q310.80093 217.24947 311.5978 218.14009Q312.4103 219.03072 312.4103 220.53072L312.4103 220.60884Q312.4103 221.53072 312.05093 222.26509Q311.69156 222.99947 311.0353 223.42134Q310.37906 223.82759 309.51968 223.82759Q308.23843 223.82759 307.42593 222.93697Q306.62906 222.03072 306.62906 220.54634L306.62906 220.46822ZM307.7228 220.60884Q307.7228 221.65572 308.20718 222.29634Q308.70718 222.93697 309.51968 222.93697Q310.3478 222.93697 310.83218 222.29634Q311.31656 221.64009 311.31656 220.46822Q311.31656 219.43697 310.81656 218.79634Q310.33218 218.14009 309.50406 218.14009Q308.70718 218.14009 308.20718 218.78072Q307.7228 219.40572 307.7228 220.60884ZM320.83218 223.07759Q320.20718 223.82759 318.9728 223.82759Q317.95718 223.82759 317.42593 223.23384Q316.89468 222.64009 316.89468 221.48384L316.89468 217.35884L317.9728 217.35884L317.9728 221.45259Q317.9728 222.90572 319.14468 222.90572Q320.39468 222.90572 320.80093 221.96822L320.80093 217.35884L321.89468 217.35884L321.89468 223.70259L320.86343 223.70259L320.83218 223.07759ZM327.61343 222.01509Q327.61343 221.57759 327.26968 221.34322Q326.94156 221.09322 326.11343 220.92134Q325.30093 220.74947 324.81656 220.49947Q324.33218 220.24947 324.0978 219.92134Q323.87906 219.57759 323.87906 219.10884Q323.87906 218.32759 324.5353 217.79634Q325.19156 217.24947 326.2228 217.24947Q327.30093 217.24947 327.95718 217.81197Q328.62906 218.35884 328.62906 219.21822L327.55093 219.21822Q327.55093 218.78072 327.1603 218.46822Q326.7853 218.14009 326.2228 218.14009Q325.62906 218.14009 325.2853 218.40572Q324.95718 218.65572 324.95718 219.06197Q324.95718 219.45259 325.26968 219.65572Q325.58218 219.85884 326.39468 220.04634Q327.20718 220.21822 327.70718 220.46822Q328.20718 220.71822 328.44156 221.07759Q328.69156 221.43697 328.69156 221.93697Q328.69156 222.79634 328.00406 223.31197Q327.33218 223.82759 326.25406 223.82759Q325.48843 223.82759 324.89468 223.56197Q324.31656 223.28072 323.98843 222.79634Q323.6603 222.31197 323.6603 221.74947L324.73843 221.74947Q324.76968 222.29634 325.17593 222.62447Q325.58218 222.93697 326.25406 222.93697Q326.86343 222.93697 327.23843 222.68697Q327.61343 222.43697 327.61343 222.01509ZM332.55093 223.82759Q331.25406 223.82759 330.44156 222.98384Q329.64468 222.12447 329.64468 220.70259L329.64468 220.51509Q329.64468 219.56197 330.00406 218.82759Q330.36343 218.07759 331.00406 217.67134Q331.6603 217.24947 332.4103 217.24947Q333.64468 217.24947 334.33218 218.06197Q335.01968 218.87447 335.01968 220.39009L335.01968 220.84322L330.7228 220.84322Q330.75406 221.78072 331.26968 222.35884Q331.80093 222.93697 332.61343 222.93697Q333.17593 222.93697 333.56656 222.70259Q333.9728 222.46822 334.2853 222.07759L334.94156 222.59322Q334.14468 223.82759 332.55093 223.82759ZM332.4103 218.14009Q331.75406 218.14009 331.30093 218.62447Q330.86343 219.09322 330.76968 219.95259L333.94156 219.95259L333.94156 219.87447Q333.89468 219.04634 333.48843 218.59322Q333.0978 218.14009 332.4103 218.14009ZM340.39468 215.82759L340.39468 217.35884L341.56656 217.35884L341.56656 218.20259L340.39468 218.20259L340.39468 222.12447Q340.39468 222.51509 340.55093 222.70259Q340.70718 222.89009 341.08218 222.89009Q341.26968 222.89009 341.5978 222.82759L341.5978 223.70259Q341.17593 223.82759 340.76968 223.82759Q340.05093 223.82759 339.67593 223.39009Q339.30093 222.93697 339.30093 222.12447L339.30093 218.20259L338.14468 218.20259L338.14468 217.35884L339.30093 217.35884L339.30093 215.82759L340.39468 215.82759ZM344.00406 218.12447Q344.7228 217.24947 345.87906 217.24947Q347.89468 217.24947 347.9103 219.51509L347.9103 223.70259L346.81656 223.70259L346.81656 219.49947Q346.81656 218.82759 346.50406 218.49947Q346.20718 218.17134 345.55093 218.17134Q345.01968 218.17134 344.61343 218.45259Q344.2228 218.73384 344.00406 219.18697L344.00406 223.70259L342.92593 223.70259L342.92593 214.70259L344.00406 214.70259L344.00406 218.12447ZM352.55093 223.82759Q351.25406 223.82759 350.44156 222.98384Q349.64468 222.12447 349.64468 220.70259L349.64468 220.51509Q349.64468 219.56197 350.00406 218.82759Q350.36343 218.07759 351.00406 217.67134Q351.6603 217.24947 352.4103 217.24947Q353.64468 217.24947 354.33218 218.06197Q355.01968 218.87447 355.01968 220.39009L355.01968 220.84322L350.7228 220.84322Q350.75406 221.78072 351.26968 222.35884Q351.80093 222.93697 352.61343 222.93697Q353.17593 222.93697 353.56656 222.70259Q353.9728 222.46822 354.2853 222.07759L354.94156 222.59322Q354.14468 223.82759 352.55093 223.82759ZM352.4103 218.14009Q351.75406 218.14009 351.30093 218.62447Q350.86343 219.09322 350.76968 219.95259L353.94156 219.95259L353.94156 219.87447Q353.89468 219.04634 353.48843 218.59322Q353.0978 218.14009 352.4103 218.14009ZM358.6603 220.48384Q358.6603 218.99947 359.3478 218.12447Q360.0353 217.24947 361.1603 217.24947Q362.31656 217.24947 362.9728 218.06197L363.01968 217.35884L364.01968 217.35884L364.01968 223.54634Q364.01968 224.78072 363.2853 225.48384Q362.55093 226.20259 361.33218 226.20259Q360.64468 226.20259 359.98843 225.90572Q359.33218 225.60884 358.98843 225.10884L359.55093 224.45259Q360.23843 225.31197 361.25406 225.31197Q362.0353 225.31197 362.4728 224.85884Q362.92593 224.42134 362.92593 223.60884L362.92593 223.06197Q362.26968 223.82759 361.14468 223.82759Q360.0353 223.82759 359.3478 222.93697Q358.6603 222.03072 358.6603 220.48384ZM359.75406 220.60884Q359.75406 221.67134 360.19156 222.29634Q360.62906 222.90572 361.42593 222.90572Q362.44156 222.90572 362.92593 221.96822L362.92593 219.07759Q362.42593 218.17134 361.42593 218.17134Q360.64468 218.17134 360.19156 218.78072Q359.75406 219.39009 359.75406 220.60884ZM367.0978 223.70259L366.01968 223.70259L366.01968 217.35884L367.0978 217.35884L367.0978 223.70259ZM365.92593 215.68697Q365.92593 215.42134 366.08218 215.23384Q366.25406 215.04634 366.56656 215.04634Q366.87906 215.04634 367.0353 215.23384Q367.20718 215.42134 367.20718 215.68697Q367.20718 215.93697 367.0353 216.12447Q366.87906 216.29634 366.56656 216.29634Q366.25406 216.29634 366.08218 216.12447Q365.92593 215.93697 365.92593 215.68697ZM371.00406 222.23384L372.58218 217.35884L373.69156 217.35884L371.4103 223.70259L370.58218 223.70259L368.2853 217.35884L369.39468 217.35884L371.00406 222.23384ZM377.55093 223.82759Q376.25406 223.82759 375.44156 222.98384Q374.64468 222.12447 374.64468 220.70259L374.64468 220.51509Q374.64468 219.56197 375.00406 218.82759Q375.36343 218.07759 376.00406 217.67134Q376.6603 217.24947 377.4103 217.24947Q378.64468 217.24947 379.33218 218.06197Q380.01968 218.87447 380.01968 220.39009L380.01968 220.84322L375.7228 220.84322Q375.75406 221.78072 376.26968 222.35884Q376.80093 222.93697 377.61343 222.93697Q378.17593 222.93697 378.56656 222.70259Q378.9728 222.46822 379.2853 222.07759L379.94156 222.59322Q379.14468 223.82759 377.55093 223.82759ZM377.4103 218.14009Q376.75406 218.14009 376.30093 218.62447Q375.86343 219.09322 375.76968 219.95259L378.94156 219.95259L378.94156 219.87447Q378.89468 219.04634 378.48843 218.59322Q378.0978 218.14009 377.4103 218.14009ZM381.94156 217.35884L381.9728 218.15572Q382.70718 217.24947 383.87906 217.24947Q385.89468 217.24947 385.9103 219.51509L385.9103 223.70259L384.81656 223.70259L384.81656 219.49947Q384.81656 218.82759 384.50406 218.49947Q384.20718 218.17134 383.55093 218.17134Q383.01968 218.17134 382.61343 218.45259Q382.2228 218.73384 382.00406 219.18697L382.00406 223.70259L380.92593 223.70259L380.92593 217.35884L381.94156 217.35884ZM393.45718 222.93697Q394.0353 222.93697 394.4728 222.59322Q394.9103 222.23384 394.95718 221.70259L395.98843 221.70259Q395.95718 222.24947 395.5978 222.74947Q395.25406 223.23384 394.67593 223.53072Q394.11343 223.82759 393.45718 223.82759Q392.1603 223.82759 391.39468 222.96822Q390.64468 222.09322 390.64468 220.59322L390.64468 220.40572Q390.64468 219.48384 390.9728 218.76509Q391.31656 218.04634 391.94156 217.65572Q392.58218 217.24947 393.45718 217.24947Q394.51968 217.24947 395.2228 217.89009Q395.94156 218.51509 395.98843 219.54634L394.95718 219.54634Q394.9103 218.92134 394.48843 218.53072Q394.06656 218.14009 393.45718 218.14009Q392.62906 218.14009 392.17593 218.73384Q391.7228 219.32759 391.7228 220.45259L391.7228 220.65572Q391.7228 221.74947 392.17593 222.34322Q392.62906 222.93697 393.45718 222.93697ZM398.0978 223.70259L397.01968 223.70259L397.01968 214.70259L398.0978 214.70259L398.0978 223.70259ZM399.62906 220.46822Q399.62906 219.54634 399.98843 218.79634Q400.36343 218.04634 401.01968 217.65572Q401.67593 217.24947 402.50406 217.24947Q403.80093 217.24947 404.5978 218.14009Q405.4103 219.03072 405.4103 220.53072L405.4103 220.60884Q405.4103 221.53072 405.05093 222.26509Q404.69156 222.99947 404.0353 223.42134Q403.37906 223.82759 402.51968 223.82759Q401.23843 223.82759 400.42593 222.93697Q399.62906 222.03072 399.62906 220.54634L399.62906 220.46822ZM400.7228 220.60884Q400.7228 221.65572 401.20718 222.29634Q401.70718 222.93697 402.51968 222.93697Q403.3478 222.93697 403.83218 222.29634Q404.31656 221.64009 404.31656 220.46822Q404.31656 219.43697 403.81656 218.79634Q403.33218 218.14009 402.50406 218.14009Q401.70718 218.14009 401.20718 218.78072Q400.7228 219.40572 400.7228 220.60884ZM410.83218 223.07759Q410.20718 223.82759 408.9728 223.82759Q407.95718 223.82759 407.42593 223.23384Q406.89468 222.64009 406.89468 221.48384L406.89468 217.35884L407.9728 217.35884L407.9728 221.45259Q407.9728 222.90572 409.14468 222.90572Q410.39468 222.90572 410.80093 221.96822L410.80093 217.35884L411.89468 217.35884L411.89468 223.70259L410.86343 223.70259L410.83218 223.07759ZM413.6603 220.48384Q413.6603 219.01509 414.3478 218.14009Q415.0353 217.24947 416.1603 217.24947Q417.26968 217.24947 417.92593 217.99947L417.92593 214.70259L419.00406 214.70259L419.00406 223.70259L418.00406 223.70259L417.95718 223.01509Q417.30093 223.82759 416.14468 223.82759Q415.05093 223.82759 414.3478 222.92134Q413.6603 222.01509 413.6603 220.56197L413.6603 220.48384ZM414.73843 220.60884Q414.73843 221.68697 415.17593 222.29634Q415.62906 222.90572 416.4103 222.90572Q417.44156 222.90572 417.92593 221.96822L417.92593 219.06197Q417.44156 218.17134 416.42593 218.17134Q415.62906 218.17134 415.17593 218.78072Q414.73843 219.39009 414.73843 220.60884ZM429.26968 220.60884Q429.26968 222.04634 428.61343 222.93697Q427.95718 223.82759 426.81656 223.82759Q425.6603 223.82759 425.00406 223.09322L425.00406 226.14009L423.92593 226.14009L423.92593 217.35884L424.9103 217.35884L424.95718 218.06197Q425.62906 217.24947 426.80093 217.24947Q427.94156 217.24947 428.5978 218.10884Q429.26968 218.96822 429.26968 220.49947L429.26968 220.60884ZM428.19156 220.48384Q428.19156 219.40572 427.7228 218.79634Q427.26968 218.17134 426.4728 218.17134Q425.48843 218.17134 425.00406 219.03072L425.00406 222.06197Q425.48843 222.93697 426.48843 222.93697Q427.26968 222.93697 427.7228 222.32759Q428.19156 221.70259 428.19156 220.48384ZM433.98843 218.32759Q433.73843 218.29634 433.45718 218.29634Q432.37906 218.29634 432.00406 219.20259L432.00406 223.70259L430.92593 223.70259L430.92593 217.35884L431.9728 217.35884L431.98843 218.09322Q432.51968 217.24947 433.50406 217.24947Q433.81656 217.24947 433.98843 217.32759L433.98843 218.32759ZM434.62906 220.46822Q434.62906 219.54634 434.98843 218.79634Q435.36343 218.04634 436.01968 217.65572Q436.67593 217.24947 437.50406 217.24947Q438.80093 217.24947 439.5978 218.14009Q440.4103 219.03072 440.4103 220.53072L440.4103 220.60884Q440.4103 221.53072 440.05093 222.26509Q439.69156 222.99947 439.0353 223.42134Q438.37906 223.82759 437.51968 223.82759Q436.23843 223.82759 435.42593 222.93697Q434.62906 222.03072 434.62906 220.54634L434.62906 220.46822ZM435.7228 220.60884Q435.7228 221.65572 436.20718 222.29634Q436.70718 222.93697 437.51968 222.93697Q438.3478 222.93697 438.83218 222.29634Q439.31656 221.64009 439.31656 220.46822Q439.31656 219.43697 438.81656 218.79634Q438.33218 218.14009 437.50406 218.14009Q436.70718 218.14009 436.20718 218.78072Q435.7228 219.40572 435.7228 220.60884ZM444.00406 222.23384L445.58218 217.35884L446.69156 217.35884L444.4103 223.70259L443.58218 223.70259L441.2853 217.35884L442.39468 217.35884L444.00406 222.23384ZM449.0978 223.70259L448.01968 223.70259L448.01968 217.35884L449.0978 217.35884L449.0978 223.70259ZM447.92593 215.68697Q447.92593 215.42134 448.08218 215.23384Q448.25406 215.04634 448.56656 215.04634Q448.87906 215.04634 449.0353 215.23384Q449.20718 215.42134 449.20718 215.68697Q449.20718 215.93697 449.0353 216.12447Q448.87906 216.29634 448.56656 216.29634Q448.25406 216.29634 448.08218 216.12447Q447.92593 215.93697 447.92593 215.68697ZM450.6603 220.48384Q450.6603 219.01509 451.3478 218.14009Q452.0353 217.24947 453.1603 217.24947Q454.26968 217.24947 454.92593 217.99947L454.92593 214.70259L456.00406 214.70259L456.00406 223.70259L455.00406 223.70259L454.95718 223.01509Q454.30093 223.82759 453.14468 223.82759Q452.05093 223.82759 451.3478 222.92134Q450.6603 222.01509 450.6603 220.56197L450.6603 220.48384ZM451.73843 220.60884Q451.73843 221.68697 452.17593 222.29634Q452.62906 222.90572 453.4103 222.90572Q454.44156 222.90572 454.92593 221.96822L454.92593 219.06197Q454.44156 218.17134 453.42593 218.17134Q452.62906 218.17134 452.17593 218.78072Q451.73843 219.39009 451.73843 220.60884ZM460.55093 223.82759Q459.25406 223.82759 458.44156 222.98384Q457.64468 222.12447 457.64468 220.70259L457.64468 220.51509Q457.64468 219.56197 458.00406 218.82759Q458.36343 218.07759 459.00406 217.67134Q459.6603 217.24947 460.4103 217.24947Q461.64468 217.24947 462.33218 218.06197Q463.01968 218.87447 463.01968 220.39009L463.01968 220.84322L458.7228 220.84322Q458.75406 221.78072 459.26968 222.35884Q459.80093 222.93697 460.61343 222.93697Q461.17593 222.93697 461.56656 222.70259Q461.9728 222.46822 462.2853 222.07759L462.94156 222.59322Q462.14468 223.82759 460.55093 223.82759ZM460.4103 218.14009Q459.75406 218.14009 459.30093 218.62447Q458.86343 219.09322 458.76968 219.95259L461.94156 219.95259L461.94156 219.87447Q461.89468 219.04634 461.48843 218.59322Q461.0978 218.14009 460.4103 218.14009ZM466.98843 218.32759Q466.73843 218.29634 466.45718 218.29634Q465.37906 218.29634 465.00406 219.20259L465.00406 223.70259L463.92593 223.70259L463.92593 217.35884L464.9728 217.35884L464.98843 218.09322Q465.51968 217.24947 466.50406 217.24947Q466.81656 217.24947 466.98843 217.32759L466.98843 218.32759Z" fill-rule="nonzero"/><path fill="#666666" d="M40.042583 76.07687L36.46446 76.07687L35.667583 78.31125L34.511333 78.31125L37.761333 69.78L38.74571 69.78L42.011333 78.31125L40.855083 78.31125L40.042583 76.07687ZM36.80821 75.155L39.71446 75.155L38.261333 71.17062L36.80821 75.155ZM45.167583 75.62375L45.33946 76.74875L45.573833 75.73312L47.261333 69.78L48.21446 69.78L49.855083 75.73312L50.08946 76.76437L50.27696 75.60812L51.605083 69.78L52.730083 69.78L50.667583 78.31125L49.636333 78.31125L47.87071 72.0925L47.74571 71.43625L47.605083 72.0925L45.792583 78.31125L44.761333 78.31125L42.698833 69.78L43.823833 69.78L45.167583 75.62375ZM56.83946 74.51437Q55.40196 74.0925 54.730083 73.48312Q54.073833 72.87375 54.073833 71.98312Q54.073833 70.98312 54.87071 70.32687Q55.68321 69.655 56.980083 69.655Q57.855083 69.655 58.542583 69.99875Q59.230083 70.3425 59.605083 70.93625Q59.99571 71.53 59.99571 72.24875L58.855083 72.24875Q58.855083 71.4675 58.355083 71.03Q57.87071 70.5925 56.980083 70.5925Q56.15196 70.5925 55.68321 70.9675Q55.21446 71.32687 55.21446 71.9675Q55.21446 72.49875 55.65196 72.85812Q56.105083 73.2175 57.167583 73.51437Q58.230083 73.81125 58.823833 74.17062Q59.43321 74.53 59.71446 75.01437Q60.011333 75.49875 60.011333 76.13937Q60.011333 77.18625 59.198833 77.81125Q58.386333 78.43625 57.042583 78.43625Q56.15196 78.43625 55.386333 78.0925Q54.636333 77.74875 54.21446 77.17062Q53.80821 76.57687 53.80821 75.8425L54.93321 75.8425Q54.93321 76.60812 55.511333 77.06125Q56.08946 77.51437 57.042583 77.51437Q57.93321 77.51437 58.40196 77.155Q58.87071 76.78 58.87071 76.155Q58.87071 75.53 58.43321 75.18625Q57.99571 74.8425 56.83946 74.51437Z" fill-rule="nonzero"/><path fill="#666666" d="M43.636333 117.5739Q43.198833 118.1989 42.417583 118.5114Q41.636333 118.8239 40.605083 118.8239Q39.573833 118.8239 38.761333 118.33952Q37.948833 117.83952 37.511333 116.93327Q37.073833 116.02702 37.05821 114.83952L37.05821 114.10515Q37.05821 112.16765 37.948833 111.10515Q38.855083 110.04265 40.480083 110.04265Q41.823833 110.04265 42.636333 110.73015Q43.448833 111.41765 43.636333 112.66765L42.511333 112.66765Q42.18321 110.98015 40.49571 110.98015Q39.355083 110.98015 38.77696 111.77702Q38.198833 112.55827 38.18321 114.0739L38.18321 114.7614Q38.18321 116.1989 38.83946 117.05827Q39.49571 117.90202 40.62071 117.90202Q41.24571 117.90202 41.71446 117.7614Q42.198833 117.62077 42.511333 117.27702L42.511333 115.37077L40.542583 115.37077L40.542583 114.4489L43.636333 114.4489L43.636333 117.5739ZM51.605083 115.99577Q51.448833 117.33952 50.605083 118.08952Q49.761333 118.8239 48.37071 118.8239Q46.855083 118.8239 45.948833 117.74577Q45.042583 116.65202 45.042583 114.8239L45.042583 114.0114Q45.042583 112.8239 45.46446 111.91765Q45.886333 111.0114 46.667583 110.52702Q47.448833 110.04265 48.46446 110.04265Q49.823833 110.04265 50.636333 110.80827Q51.46446 111.5739 51.605083 112.90202L50.480083 112.90202Q50.323833 111.8864 49.83946 111.43327Q49.355083 110.98015 48.46446 110.98015Q47.386333 110.98015 46.77696 111.77702Q46.167583 112.5739 46.167583 114.04265L46.167583 114.87077Q46.167583 116.2614 46.74571 117.08952Q47.323833 117.90202 48.37071 117.90202Q49.30821 117.90202 49.80821 117.48015Q50.30821 117.04265 50.480083 115.99577L51.605083 115.99577ZM54.448833 115.35515L54.448833 118.6989L53.323833 118.6989L53.323833 110.16765L56.480083 110.16765Q57.87071 110.16765 58.667583 110.8864Q59.46446 111.58952 59.46446 112.77702Q59.46446 114.0114 58.68321 114.68327Q57.917583 115.35515 56.46446 115.35515L54.448833 115.35515ZM54.448833 114.43327L56.480083 114.43327Q57.386333 114.43327 57.855083 114.0114Q58.33946 113.58952 58.33946 112.79265Q58.33946 112.02702 57.855083 111.5739Q57.386333 111.10515 56.542583 111.08952L54.448833 111.08952L54.448833 114.43327Z" fill-rule="nonzero"/><path fill="#666666" d="M35.042583 156.85217L31.464458 156.85217L30.667583 159.08655L29.511333 159.08655L32.761333 150.5553L33.74571 150.5553L37.011333 159.08655L35.855083 159.08655L35.042583 156.85217ZM31.808208 155.9303L34.71446 155.9303L33.261333 151.94592L31.808208 155.9303ZM39.18321 158.19592L42.886333 158.19592L42.886333 159.08655L37.855083 159.08655L37.855083 158.28967L41.355083 153.64905L37.90196 153.64905L37.90196 152.7428L42.71446 152.7428L42.71446 153.50842L39.18321 158.19592ZM48.073833 158.46155Q47.448833 159.21155 46.21446 159.21155Q45.198833 159.21155 44.667583 158.6178Q44.136333 158.02405 44.136333 156.8678L44.136333 152.7428L45.21446 152.7428L45.21446 156.83655Q45.21446 158.28967 46.386333 158.28967Q47.636333 158.28967 48.042583 157.35217L48.042583 152.7428L49.136333 152.7428L49.136333 159.08655L48.105083 159.08655L48.073833 158.46155ZM54.230083 153.71155Q53.980083 153.6803 53.698833 153.6803Q52.62071 153.6803 52.24571 154.58655L52.24571 159.08655L51.167583 159.08655L51.167583 152.7428L52.21446 152.7428L52.230083 153.47717Q52.761333 152.63342 53.74571 152.63342Q54.05821 152.63342 54.230083 152.71155L54.230083 153.71155ZM57.792583 159.21155Q56.49571 159.21155 55.68321 158.3678Q54.886333 157.50842 54.886333 156.08655L54.886333 155.89905Q54.886333 154.94592 55.24571 154.21155Q55.605083 153.46155 56.24571 153.0553Q56.90196 152.63342 57.65196 152.63342Q58.886333 152.63342 59.573833 153.44592Q60.261333 154.25842 60.261333 155.77405L60.261333 156.22717L55.96446 156.22717Q55.99571 157.16467 56.511333 157.7428Q57.042583 158.32092 57.855083 158.32092Q58.417583 158.32092 58.80821 158.08655Q59.21446 157.85217 59.52696 157.46155L60.18321 157.97717Q59.386333 159.21155 57.792583 159.21155ZM57.65196 153.52405Q56.99571 153.52405 56.542583 154.00842Q56.105083 154.47717 56.011333 155.33655L59.18321 155.33655L59.18321 155.25842Q59.136333 154.4303 58.730083 153.97717Q58.33946 153.52405 57.65196 153.52405Z" fill-rule="nonzero"/><path fill="#666666" d="M64.40196 196.2076Q64.40196 198.11385 63.74571 199.05135Q63.105083 199.97322 61.71446 199.97322Q60.355083 199.97322 59.698833 199.06697Q59.042583 198.16072 59.011333 196.34822L59.011333 194.91072Q59.011333 193.0201 59.65196 192.11385Q60.30821 191.19197 61.698833 191.19197Q63.073833 191.19197 63.730083 192.0826Q64.38634 192.9576 64.40196 194.80135L64.40196 196.2076ZM63.30821 194.72322Q63.30821 193.34822 62.917583 192.72322Q62.542583 192.0826 61.698833 192.0826Q60.87071 192.0826 60.480083 192.72322Q60.105083 193.34822 60.105083 194.6451L60.105083 196.37947Q60.105083 197.75447 60.49571 198.42635Q60.90196 199.0826 61.71446 199.0826Q62.511333 199.0826 62.90196 198.4576Q63.292583 197.8326 63.30821 196.50447L63.30821 194.72322ZM65.94884 192.9576Q65.94884 192.19197 66.43321 191.69197Q66.93321 191.19197 67.69884 191.19197Q68.48009 191.19197 68.96446 191.69197Q69.44884 192.19197 69.44884 192.98885L69.44884 193.41072Q69.44884 194.17635 68.94884 194.67635Q68.46446 195.16072 67.71446 195.16072Q66.94884 195.16072 66.44884 194.67635Q65.94884 194.17635 65.94884 193.36385L65.94884 192.9576ZM66.76134 193.41072Q66.76134 193.86385 67.01134 194.16072Q67.27696 194.4576 67.71446 194.4576Q68.13634 194.4576 68.38634 194.17635Q68.63634 193.87947 68.63634 193.37947L68.63634 192.9576Q68.63634 192.50447 68.38634 192.2076Q68.13634 191.8951 67.69884 191.8951Q67.26134 191.8951 67.01134 192.2076Q66.76134 192.50447 66.76134 192.97322L66.76134 193.41072ZM70.10509 197.75447Q70.10509 196.98885 70.58946 196.50447Q71.08946 196.00447 71.85509 196.00447Q72.62071 196.00447 73.10509 196.50447Q73.60509 196.98885 73.60509 197.80135L73.60509 198.2076Q73.60509 198.97322 73.12071 199.47322Q72.63634 199.97322 71.87071 199.97322Q71.10509 199.97322 70.60509 199.48885Q70.10509 198.98885 70.10509 198.17635L70.10509 197.75447ZM70.91759 198.2076Q70.91759 198.67635 71.16759 198.97322Q71.43321 199.2701 71.87071 199.2701Q72.29259 199.2701 72.54259 198.98885Q72.79259 198.69197 72.79259 198.19197L72.79259 197.75447Q72.79259 197.28572 72.52696 197.00447Q72.27696 196.7076 71.85509 196.7076Q71.43321 196.7076 71.16759 197.00447Q70.91759 197.28572 70.91759 197.78572L70.91759 198.2076ZM67.96446 199.2076L67.33946 198.81697L71.51134 192.1451L72.12071 192.53572L67.96446 199.2076Z" fill-rule="nonzero"/><path fill="#666666" d="M193.26552 199.84822L187.67177 199.84822L187.67177 199.06697L190.6249 195.78572Q191.28114 195.03572 191.53114 194.5826Q191.78114 194.11385 191.78114 193.61385Q191.78114 192.94197 191.3749 192.5201Q190.98427 192.0826 190.29677 192.0826Q189.4999 192.0826 189.04677 192.55135Q188.59364 193.00447 188.59364 193.8326L187.51552 193.8326Q187.51552 192.6451 188.26552 191.92635Q189.03114 191.19197 190.29677 191.19197Q191.4999 191.19197 192.1874 191.81697Q192.8749 192.44197 192.8749 193.48885Q192.8749 194.73885 191.26552 196.48885L188.98427 198.9576L193.26552 198.9576L193.26552 199.84822ZM195.17177 195.56697L195.60927 191.31697L199.98427 191.31697L199.98427 192.31697L196.53114 192.31697L196.26552 194.6451Q196.90614 194.2701 197.70302 194.2701Q198.85927 194.2701 199.54677 195.05135Q200.23427 195.81697 200.23427 197.12947Q200.23427 198.44197 199.51552 199.2076Q198.8124 199.97322 197.53114 199.97322Q196.40614 199.97322 195.6874 199.34822Q194.96864 198.7076 194.8749 197.59822L195.89052 197.59822Q195.9999 198.3326 196.42177 198.7076Q196.84364 199.0826 197.53114 199.0826Q198.28114 199.0826 198.71864 198.56697Q199.15614 198.05135 199.15614 197.1451Q199.15614 196.28572 198.6874 195.7701Q198.21864 195.25447 197.4374 195.25447Q196.73427 195.25447 196.32802 195.55135L196.04677 195.78572L195.17177 195.56697ZM201.57802 192.9576Q201.57802 192.19197 202.0624 191.69197Q202.5624 191.19197 203.32802 191.19197Q204.10927 191.19197 204.59364 191.69197Q205.07802 192.19197 205.07802 192.98885L205.07802 193.41072Q205.07802 194.17635 204.57802 194.67635Q204.09364 195.16072 203.34364 195.16072Q202.57802 195.16072 202.07802 194.67635Q201.57802 194.17635 201.57802 193.36385L201.57802 192.9576ZM202.39052 193.41072Q202.39052 193.86385 202.64052 194.16072Q202.90614 194.4576 203.34364 194.4576Q203.76552 194.4576 204.01552 194.17635Q204.26552 193.87947 204.26552 193.37947L204.26552 192.9576Q204.26552 192.50447 204.01552 192.2076Q203.76552 191.8951 203.32802 191.8951Q202.89052 191.8951 202.64052 192.2076Q202.39052 192.50447 202.39052 192.97322L202.39052 193.41072ZM205.73427 197.75447Q205.73427 196.98885 206.21864 196.50447Q206.71864 196.00447 207.48427 196.00447Q208.2499 196.00447 208.73427 196.50447Q209.23427 196.98885 209.23427 197.80135L209.23427 198.2076Q209.23427 198.97322 208.7499 199.47322Q208.26552 199.97322 207.4999 199.97322Q206.73427 199.97322 206.23427 199.48885Q205.73427 198.98885 205.73427 198.17635L205.73427 197.75447ZM206.54677 198.2076Q206.54677 198.67635 206.79677 198.97322Q207.0624 199.2701 207.4999 199.2701Q207.92177 199.2701 208.17177 198.98885Q208.42177 198.69197 208.42177 198.19197L208.42177 197.75447Q208.42177 197.28572 208.15614 197.00447Q207.90614 196.7076 207.48427 196.7076Q207.0624 196.7076 206.79677 197.00447Q206.54677 197.28572 206.54677 197.78572L206.54677 198.2076ZM203.59364 199.2076L202.96864 198.81697L207.14052 192.1451L207.7499 192.53572L203.59364 199.2076Z" fill-rule="nonzero"/><path fill="#666666" d="M320.30093 195.56697L320.73843 191.31697L325.11343 191.31697L325.11343 192.31697L321.6603 192.31697L321.39468 194.6451Q322.0353 194.2701 322.83218 194.2701Q323.98843 194.2701 324.67593 195.05135Q325.36343 195.81697 325.36343 197.12947Q325.36343 198.44197 324.64468 199.2076Q323.94156 199.97322 322.6603 199.97322Q321.5353 199.97322 320.81656 199.34822Q320.0978 198.7076 320.00406 197.59822L321.01968 197.59822Q321.12906 198.3326 321.55093 198.7076Q321.9728 199.0826 322.6603 199.0826Q323.4103 199.0826 323.8478 198.56697Q324.2853 198.05135 324.2853 197.1451Q324.2853 196.28572 323.81656 195.7701Q323.3478 195.25447 322.56656 195.25447Q321.86343 195.25447 321.45718 195.55135L321.17593 195.78572L320.30093 195.56697ZM332.1603 196.2076Q332.1603 198.11385 331.50406 199.05135Q330.86343 199.97322 329.4728 199.97322Q328.11343 199.97322 327.45718 199.06697Q326.80093 198.16072 326.76968 196.34822L326.76968 194.91072Q326.76968 193.0201 327.4103 192.11385Q328.06656 191.19197 329.45718 191.19197Q330.83218 191.19197 331.48843 192.0826Q332.14468 192.9576 332.1603 194.80135L332.1603 196.2076ZM331.06656 194.72322Q331.06656 193.34822 330.67593 192.72322Q330.30093 192.0826 329.45718 192.0826Q328.62906 192.0826 328.23843 192.72322Q327.86343 193.34822 327.86343 194.6451L327.86343 196.37947Q327.86343 197.75447 328.25406 198.42635Q328.6603 199.0826 329.4728 199.0826Q330.26968 199.0826 330.6603 198.4576Q331.05093 197.8326 331.06656 196.50447L331.06656 194.72322ZM333.70718 192.9576Q333.70718 192.19197 334.19156 191.69197Q334.69156 191.19197 335.45718 191.19197Q336.23843 191.19197 336.7228 191.69197Q337.20718 192.19197 337.20718 192.98885L337.20718 193.41072Q337.20718 194.17635 336.70718 194.67635Q336.2228 195.16072 335.4728 195.16072Q334.70718 195.16072 334.20718 194.67635Q333.70718 194.17635 333.70718 193.36385L333.70718 192.9576ZM334.51968 193.41072Q334.51968 193.86385 334.76968 194.16072Q335.0353 194.4576 335.4728 194.4576Q335.89468 194.4576 336.14468 194.17635Q336.39468 193.87947 336.39468 193.37947L336.39468 192.9576Q336.39468 192.50447 336.14468 192.2076Q335.89468 191.8951 335.45718 191.8951Q335.01968 191.8951 334.76968 192.2076Q334.51968 192.50447 334.51968 192.97322L334.51968 193.41072ZM337.86343 197.75447Q337.86343 196.98885 338.3478 196.50447Q338.8478 196.00447 339.61343 196.00447Q340.37906 196.00447 340.86343 196.50447Q341.36343 196.98885 341.36343 197.80135L341.36343 198.2076Q341.36343 198.97322 340.87906 199.47322Q340.39468 199.97322 339.62906 199.97322Q338.86343 199.97322 338.36343 199.48885Q337.86343 198.98885 337.86343 198.17635L337.86343 197.75447ZM338.67593 198.2076Q338.67593 198.67635 338.92593 198.97322Q339.19156 199.2701 339.62906 199.2701Q340.05093 199.2701 340.30093 198.98885Q340.55093 198.69197 340.55093 198.19197L340.55093 197.75447Q340.55093 197.28572 340.2853 197.00447Q340.0353 196.7076 339.61343 196.7076Q339.19156 196.7076 338.92593 197.00447Q338.67593 197.28572 338.67593 197.78572L338.67593 198.2076ZM335.7228 199.2076L335.0978 198.81697L339.26968 192.1451L339.87906 192.53572L335.7228 199.2076Z" fill-rule="nonzero"/><path fill="#666666" d="M457.44574 191.92635L453.9145 199.84822L452.77386 199.84822L456.2895 192.2076L451.6801 192.2076L451.6801 191.31697L457.44574 191.31697L457.44574 191.92635ZM459.4301 195.56697L459.8676 191.31697L464.2426 191.31697L464.2426 192.31697L460.7895 192.31697L460.52386 194.6451Q461.1645 194.2701 461.96136 194.2701Q463.1176 194.2701 463.8051 195.05135Q464.4926 195.81697 464.4926 197.12947Q464.4926 198.44197 463.77386 199.2076Q463.07074 199.97322 461.7895 199.97322Q460.6645 199.97322 459.94574 199.34822Q459.227 198.7076 459.13324 197.59822L460.14886 197.59822Q460.25824 198.3326 460.6801 198.7076Q461.102 199.0826 461.7895 199.0826Q462.5395 199.0826 462.977 198.56697Q463.4145 198.05135 463.4145 197.1451Q463.4145 196.28572 462.94574 195.7701Q462.477 195.25447 461.69574 195.25447Q460.9926 195.25447 460.58636 195.55135L460.3051 195.78572L459.4301 195.56697ZM465.83636 192.9576Q465.83636 192.19197 466.32074 191.69197Q466.82074 191.19197 467.58636 191.19197Q468.3676 191.19197 468.852 191.69197Q469.33636 192.19197 469.33636 192.98885L469.33636 193.41072Q469.33636 194.17635 468.83636 194.67635Q468.352 195.16072 467.602 195.16072Q466.83636 195.16072 466.33636 194.67635Q465.83636 194.17635 465.83636 193.36385L465.83636 192.9576ZM466.64886 193.41072Q466.64886 193.86385 466.89886 194.16072Q467.1645 194.4576 467.602 194.4576Q468.02386 194.4576 468.27386 194.17635Q468.52386 193.87947 468.52386 193.37947L468.52386 192.9576Q468.52386 192.50447 468.27386 192.2076Q468.02386 191.8951 467.58636 191.8951Q467.14886 191.8951 466.89886 192.2076Q466.64886 192.50447 466.64886 192.97322L466.64886 193.41072ZM469.9926 197.75447Q469.9926 196.98885 470.477 196.50447Q470.977 196.00447 471.7426 196.00447Q472.50824 196.00447 472.9926 196.50447Q473.4926 196.98885 473.4926 197.80135L473.4926 198.2076Q473.4926 198.97322 473.00824 199.47322Q472.52386 199.97322 471.75824 199.97322Q470.9926 199.97322 470.4926 199.48885Q469.9926 198.98885 469.9926 198.17635L469.9926 197.75447ZM470.8051 198.2076Q470.8051 198.67635 471.0551 198.97322Q471.32074 199.2701 471.75824 199.2701Q472.1801 199.2701 472.4301 198.98885Q472.6801 198.69197 472.6801 198.19197L472.6801 197.75447Q472.6801 197.28572 472.4145 197.00447Q472.1645 196.7076 471.7426 196.7076Q471.32074 196.7076 471.0551 197.00447Q470.8051 197.28572 470.8051 197.78572L470.8051 198.2076ZM467.852 199.2076L467.227 198.81697L471.39886 192.1451L472.00824 192.53572L467.852 199.2076Z" fill-rule="nonzero"/><path fill="#666666" d="M584.12177 199.84822L583.04364 199.84822L583.04364 192.62947L580.85614 193.42635L580.85614 192.44197L583.9655 191.2701L584.12177 191.2701L584.12177 199.84822ZM592.91864 196.2076Q592.91864 198.11385 592.2624 199.05135Q591.62177 199.97322 590.23114 199.97322Q588.87177 199.97322 588.2155 199.06697Q587.55927 198.16072 587.528 196.34822L587.528 194.91072Q587.528 193.0201 588.16864 192.11385Q588.8249 191.19197 590.2155 191.19197Q591.5905 191.19197 592.24677 192.0826Q592.903 192.9576 592.91864 194.80135L592.91864 196.2076ZM591.8249 194.72322Q591.8249 193.34822 591.43427 192.72322Q591.05927 192.0826 590.2155 192.0826Q589.3874 192.0826 588.99677 192.72322Q588.62177 193.34822 588.62177 194.6451L588.62177 196.37947Q588.62177 197.75447 589.0124 198.42635Q589.41864 199.0826 590.23114 199.0826Q591.028 199.0826 591.41864 198.4576Q591.80927 197.8326 591.8249 196.50447L591.8249 194.72322ZM599.91864 196.2076Q599.91864 198.11385 599.2624 199.05135Q598.62177 199.97322 597.23114 199.97322Q595.87177 199.97322 595.2155 199.06697Q594.55927 198.16072 594.528 196.34822L594.528 194.91072Q594.528 193.0201 595.16864 192.11385Q595.8249 191.19197 597.2155 191.19197Q598.5905 191.19197 599.24677 192.0826Q599.903 192.9576 599.91864 194.80135L599.91864 196.2076ZM598.8249 194.72322Q598.8249 193.34822 598.43427 192.72322Q598.05927 192.0826 597.2155 192.0826Q596.3874 192.0826 595.99677 192.72322Q595.62177 193.34822 595.62177 194.6451L595.62177 196.37947Q595.62177 197.75447 596.0124 198.42635Q596.41864 199.0826 597.23114 199.0826Q598.028 199.0826 598.41864 198.4576Q598.80927 197.8326 598.8249 196.50447L598.8249 194.72322ZM601.4655 192.9576Q601.4655 192.19197 601.9499 191.69197Q602.4499 191.19197 603.2155 191.19197Q603.99677 191.19197 604.48114 191.69197Q604.9655 192.19197 604.9655 192.98885L604.9655 193.41072Q604.9655 194.17635 604.4655 194.67635Q603.98114 195.16072 603.23114 195.16072Q602.4655 195.16072 601.9655 194.67635Q601.4655 194.17635 601.4655 193.36385L601.4655 192.9576ZM602.278 193.41072Q602.278 193.86385 602.528 194.16072Q602.79364 194.4576 603.23114 194.4576Q603.653 194.4576 603.903 194.17635Q604.153 193.87947 604.153 193.37947L604.153 192.9576Q604.153 192.50447 603.903 192.2076Q603.653 191.8951 603.2155 191.8951Q602.778 191.8951 602.528 192.2076Q602.278 192.50447 602.278 192.97322L602.278 193.41072ZM605.62177 197.75447Q605.62177 196.98885 606.10614 196.50447Q606.60614 196.00447 607.37177 196.00447Q608.1374 196.00447 608.62177 196.50447Q609.12177 196.98885 609.12177 197.80135L609.12177 198.2076Q609.12177 198.97322 608.6374 199.47322Q608.153 199.97322 607.3874 199.97322Q606.62177 199.97322 606.12177 199.48885Q605.62177 198.98885 605.62177 198.17635L605.62177 197.75447ZM606.43427 198.2076Q606.43427 198.67635 606.68427 198.97322Q606.9499 199.2701 607.3874 199.2701Q607.80927 199.2701 608.05927 198.98885Q608.30927 198.69197 608.30927 198.19197L608.30927 197.75447Q608.30927 197.28572 608.04364 197.00447Q607.79364 196.7076 607.37177 196.7076Q606.9499 196.7076 606.68427 197.00447Q606.43427 197.28572 606.43427 197.78572L606.43427 198.2076ZM603.48114 199.2076L602.85614 198.81697L607.028 192.1451L607.6374 192.53572L603.48114 199.2076Z" fill-rule="nonzero"/><path fill="#85200c" d="M104.5 238.18636C104.5 237.63406 104.947716 237.18636 105.5 237.18636L115.5 237.18636C116.052284 237.18636 116.5 237.63406 116.5 238.18636L116.5 248.18636C116.5 248.73863 116.052284 249.18636 115.5 249.18636L105.5 249.18636C104.947716 249.18636 104.5 248.73863 104.5 248.18636Z" fill-rule="nonzero"/><path fill="#666666" d="M128.3125 246.18636L130.75 239.1551L131.98438 239.1551L128.8125 247.68636L127.828125 247.68636L124.671875 239.1551L125.890625 239.1551L128.3125 246.18636ZM135.95312 247.81136Q134.65625 247.81136 133.84375 246.9676Q133.04688 246.10823 133.04688 244.68636L133.04688 244.49886Q133.04688 243.54573 133.40625 242.81136Q133.76562 242.06136 134.40625 241.6551Q135.0625 241.23323 135.8125 241.23323Q137.04688 241.23323 137.73438 242.04573Q138.42188 242.85823 138.42188 244.37386L138.42188 244.82698L134.125 244.82698Q134.15625 245.76448 134.67188 246.3426Q135.20312 246.92073 136.01562 246.92073Q136.57812 246.92073 136.96875 246.68636Q137.375 246.45198 137.6875 246.06136L138.34375 246.57698Q137.54688 247.81136 135.95312 247.81136ZM135.8125 242.12386Q135.15625 242.12386 134.70312 242.60823Q134.26562 243.07698 134.17188 243.93636L137.34375 243.93636L137.34375 243.85823Q137.29688 243.0301 136.89062 242.57698Q136.5 242.12386 135.8125 242.12386ZM142.39062 242.31136Q142.14062 242.2801 141.85938 242.2801Q140.78125 242.2801 140.40625 243.18636L140.40625 247.68636L139.32812 247.68636L139.32812 241.3426L140.375 241.3426L140.39062 242.07698Q140.92188 241.23323 141.90625 241.23323Q142.21875 241.23323 142.39062 241.31136L142.39062 242.31136ZM145.39062 246.0926L146.875 241.3426L148.03125 241.3426L145.48438 248.67073Q144.89062 250.24886 143.60938 250.24886L143.39062 250.23323L143.0 250.1551L143.0 249.2801L143.28125 249.29573Q143.84375 249.29573 144.14062 249.07698Q144.45312 248.85823 144.65625 248.26448L144.89062 247.60823L142.625 241.3426L143.8125 241.3426L145.39062 246.0926ZM152.0625 244.4676Q152.0625 242.99886 152.75 242.12386Q153.4375 241.23323 154.5625 241.23323Q155.67188 241.23323 156.32812 241.98323L156.32812 238.68636L157.40625 238.68636L157.40625 247.68636L156.40625 247.68636L156.35938 246.99886Q155.70312 247.81136 154.54688 247.81136Q153.45312 247.81136 152.75 246.9051Q152.0625 245.99886 152.0625 244.54573L152.0625 244.4676ZM153.14062 244.5926Q153.14062 245.67073 153.57812 246.2801Q154.03125 246.88948 154.8125 246.88948Q155.84375 246.88948 156.32812 245.95198L156.32812 243.04573Q155.84375 242.1551 154.82812 242.1551Q154.03125 242.1551 153.57812 242.76448Q153.14062 243.37386 153.14062 244.5926ZM160.5 247.68636L159.42188 247.68636L159.42188 241.3426L160.5 241.3426L160.5 247.68636ZM159.32812 239.67073Q159.32812 239.4051 159.48438 239.2176Q159.65625 239.0301 159.96875 239.0301Q160.28125 239.0301 160.4375 239.2176Q160.60938 239.4051 160.60938 239.67073Q160.60938 239.92073 160.4375 240.10823Q160.28125 240.2801 159.96875 240.2801Q159.65625 240.2801 159.48438 240.10823Q159.32812 239.92073 159.32812 239.67073ZM166.01562 245.99886Q166.01562 245.56136 165.67188 245.32698Q165.34375 245.07698 164.51562 244.9051Q163.70312 244.73323 163.21875 244.48323Q162.73438 244.23323 162.5 243.9051Q162.28125 243.56136 162.28125 243.0926Q162.28125 242.31136 162.9375 241.7801Q163.59375 241.23323 164.625 241.23323Q165.70312 241.23323 166.35938 241.79573Q167.03125 242.3426 167.03125 243.20198L165.95312 243.20198Q165.95312 242.76448 165.5625 242.45198Q165.1875 242.12386 164.625 242.12386Q164.03125 242.12386 163.6875 242.38948Q163.35938 242.63948 163.35938 243.04573Q163.35938 243.43636 163.67188 243.63948Q163.98438 243.8426 164.79688 244.0301Q165.60938 244.20198 166.10938 244.45198Q166.60938 244.70198 166.84375 245.06136Q167.09375 245.42073 167.09375 245.92073Q167.09375 246.7801 166.40625 247.29573Q165.73438 247.81136 164.65625 247.81136Q163.89062 247.81136 163.29688 247.54573Q162.71875 247.26448 162.39062 246.7801Q162.0625 246.29573 162.0625 245.73323L163.14062 245.73323Q163.17188 246.2801 163.57812 246.60823Q163.98438 246.92073 164.65625 246.92073Q165.26562 246.92073 165.64062 246.67073Q166.01562 246.42073 166.01562 245.99886ZM172.01562 245.99886Q172.01562 245.56136 171.67188 245.32698Q171.34375 245.07698 170.51562 244.9051Q169.70312 244.73323 169.21875 244.48323Q168.73438 244.23323 168.5 243.9051Q168.28125 243.56136 168.28125 243.0926Q168.28125 242.31136 168.9375 241.7801Q169.59375 241.23323 170.625 241.23323Q171.70312 241.23323 172.35938 241.79573Q173.03125 242.3426 173.03125 243.20198L171.95312 243.20198Q171.95312 242.76448 171.5625 242.45198Q171.1875 242.12386 170.625 242.12386Q170.03125 242.12386 169.6875 242.38948Q169.35938 242.63948 169.35938 243.04573Q169.35938 243.43636 169.67188 243.63948Q169.98438 243.8426 170.79688 244.0301Q171.60938 244.20198 172.10938 244.45198Q172.60938 244.70198 172.84375 245.06136Q173.09375 245.42073 173.09375 245.92073Q173.09375 246.7801 172.40625 247.29573Q171.73438 247.81136 170.65625 247.81136Q169.89062 247.81136 169.29688 247.54573Q168.71875 247.26448 168.39062 246.7801Q168.0625 246.29573 168.0625 245.73323L169.14062 245.73323Q169.17188 246.2801 169.57812 246.60823Q169.98438 246.92073 170.65625 246.92073Q171.26562 246.92073 171.64062 246.67073Q172.01562 246.42073 172.01562 245.99886ZM178.23438 247.68636Q178.14062 247.49886 178.07812 247.01448Q177.32812 247.81136 176.28125 247.81136Q175.34375 247.81136 174.73438 247.2801Q174.14062 246.74886 174.14062 245.92073Q174.14062 244.93636 174.89062 244.38948Q175.64062 243.8426 177.01562 243.8426L178.0625 243.8426L178.0625 243.3426Q178.0625 242.7801 177.71875 242.45198Q177.39062 242.10823 176.71875 242.10823Q176.14062 242.10823 175.75 242.4051Q175.35938 242.68636 175.35938 243.10823L174.26562 243.10823Q174.26562 242.62386 174.59375 242.18636Q174.9375 241.74886 175.51562 241.49886Q176.09375 241.23323 176.78125 241.23323Q177.89062 241.23323 178.5 241.7801Q179.125 242.32698 179.15625 243.2801L179.15625 246.20198Q179.15625 247.07698 179.375 247.5926L179.375 247.68636L178.23438 247.68636ZM176.4375 246.85823Q176.95312 246.85823 177.40625 246.5926Q177.85938 246.32698 178.0625 245.9051L178.0625 244.60823L177.21875 244.60823Q175.21875 244.60823 175.21875 245.7801Q175.21875 246.2801 175.5625 246.57698Q175.90625 246.85823 176.4375 246.85823ZM182.79688 239.81136L182.79688 241.3426L183.96875 241.3426L183.96875 242.18636L182.79688 242.18636L182.79688 246.10823Q182.79688 246.49886 182.95312 246.68636Q183.10938 246.87386 183.48438 246.87386Q183.67188 246.87386 184.0 246.81136L184.0 247.68636Q183.57812 247.81136 183.17188 247.81136Q182.45312 247.81136 182.07812 247.37386Q181.70312 246.92073 181.70312 246.10823L181.70312 242.18636L180.54688 242.18636L180.54688 241.3426L181.70312 241.3426L181.70312 239.81136L182.79688 239.81136ZM186.5 247.68636L185.42188 247.68636L185.42188 241.3426L186.5 241.3426L186.5 247.68636ZM185.32812 239.67073Q185.32812 239.4051 185.48438 239.2176Q185.65625 239.0301 185.96875 239.0301Q186.28125 239.0301 186.4375 239.2176Q186.60938 239.4051 186.60938 239.67073Q186.60938 239.92073 186.4375 240.10823Q186.28125 240.2801 185.96875 240.2801Q185.65625 240.2801 185.48438 240.10823Q185.32812 239.92073 185.32812 239.67073ZM192.01562 245.99886Q192.01562 245.56136 191.67188 245.32698Q191.34375 245.07698 190.51562 244.9051Q189.70312 244.73323 189.21875 244.48323Q188.73438 244.23323 188.5 243.9051Q188.28125 243.56136 188.28125 243.0926Q188.28125 242.31136 188.9375 241.7801Q189.59375 241.23323 190.625 241.23323Q191.70312 241.23323 192.35938 241.79573Q193.03125 242.3426 193.03125 243.20198L191.95312 243.20198Q191.95312 242.76448 191.5625 242.45198Q191.1875 242.12386 190.625 242.12386Q190.03125 242.12386 189.6875 242.38948Q189.35938 242.63948 189.35938 243.04573Q189.35938 243.43636 189.67188 243.63948Q189.98438 243.8426 190.79688 244.0301Q191.60938 244.20198 192.10938 244.45198Q192.60938 244.70198 192.84375 245.06136Q193.09375 245.42073 193.09375 245.92073Q193.09375 246.7801 192.40625 247.29573Q191.73438 247.81136 190.65625 247.81136Q189.89062 247.81136 189.29688 247.54573Q188.71875 247.26448 188.39062 246.7801Q188.0625 246.29573 188.0625 245.73323L189.14062 245.73323Q189.17188 246.2801 189.57812 246.60823Q189.98438 246.92073 190.65625 246.92073Q191.26562 246.92073 191.64062 246.67073Q192.01562 246.42073 192.01562 245.99886ZM194.85938 247.68636L194.85938 242.18636L193.85938 242.18636L193.85938 241.3426L194.85938 241.3426L194.85938 240.70198Q194.85938 239.67073 195.39062 239.12386Q195.9375 238.56136 196.9375 238.56136Q197.3125 238.56136 197.6875 238.6551L197.625 239.54573Q197.34375 239.48323 197.04688 239.48323Q196.51562 239.48323 196.21875 239.79573Q195.9375 240.10823 195.9375 240.67073L195.9375 241.3426L197.29688 241.3426L197.29688 242.18636L195.9375 242.18636L195.9375 247.68636L194.85938 247.68636ZM199.5 247.68636L198.42188 247.68636L198.42188 241.3426L199.5 241.3426L199.5 247.68636ZM198.32812 239.67073Q198.32812 239.4051 198.48438 239.2176Q198.65625 239.0301 198.96875 239.0301Q199.28125 239.0301 199.4375 239.2176Q199.60938 239.4051 199.60938 239.67073Q199.60938 239.92073 199.4375 240.10823Q199.28125 240.2801 198.96875 240.2801Q198.65625 240.2801 198.48438 240.10823Q198.32812 239.92073 198.32812 239.67073ZM203.95312 247.81136Q202.65625 247.81136 201.84375 246.9676Q201.04688 246.10823 201.04688 244.68636L201.04688 244.49886Q201.04688 243.54573 201.40625 242.81136Q201.76562 242.06136 202.40625 241.6551Q203.0625 241.23323 203.8125 241.23323Q205.04688 241.23323 205.73438 242.04573Q206.42188 242.85823 206.42188 244.37386L206.42188 244.82698L202.125 244.82698Q202.15625 245.76448 202.67188 246.3426Q203.20312 246.92073 204.01562 246.92073Q204.57812 246.92073 204.96875 246.68636Q205.375 246.45198 205.6875 246.06136L206.34375 246.57698Q205.54688 247.81136 203.95312 247.81136ZM203.8125 242.12386Q203.15625 242.12386 202.70312 242.60823Q202.26562 243.07698 202.17188 243.93636L205.34375 243.93636L205.34375 243.85823Q205.29688 243.0301 204.89062 242.57698Q204.5 242.12386 203.8125 242.12386ZM207.0625 244.4676Q207.0625 242.99886 207.75 242.12386Q208.4375 241.23323 209.5625 241.23323Q210.67188 241.23323 211.32812 241.98323L211.32812 238.68636L212.40625 238.68636L212.40625 247.68636L211.40625 247.68636L211.35938 246.99886Q210.70312 247.81136 209.54688 247.81136Q208.45312 247.81136 207.75 246.9051Q207.0625 245.99886 207.0625 244.54573L207.0625 244.4676ZM208.14062 244.5926Q208.14062 245.67073 208.57812 246.2801Q209.03125 246.88948 209.8125 246.88948Q210.84375 246.88948 211.32812 245.95198L211.32812 243.04573Q210.84375 242.1551 209.82812 242.1551Q209.03125 242.1551 208.57812 242.76448Q208.14062 243.37386 208.14062 244.5926Z" fill-rule="nonzero"/><path fill="#cc4125" d="M229.5 238.18636C229.5 237.63406 229.94771 237.18636 230.5 237.18636L240.5 237.18636C241.05229 237.18636 241.5 237.63406 241.5 238.18636L241.5 248.18636C241.5 248.73863 241.05229 249.18636 240.5 249.18636L230.5 249.18636C229.94771 249.18636 229.5 248.73863 229.5 248.18636Z" fill-rule="nonzero"/><path fill="#666666" d="M251.9375 239.1551L254.73438 246.10823L257.51562 239.1551L258.98438 239.1551L258.98438 247.68636L257.85938 247.68636L257.85938 244.35823L257.96875 240.7801L255.15625 247.68636L254.29688 247.68636L251.5 240.79573L251.60938 244.35823L251.60938 247.68636L250.48438 247.68636L250.48438 239.1551L251.9375 239.1551ZM260.03125 244.45198Q260.03125 243.5301 260.39062 242.7801Q260.76562 242.0301 261.42188 241.63948Q262.07812 241.23323 262.90625 241.23323Q264.20312 241.23323 265.0 242.12386Q265.8125 243.01448 265.8125 244.51448L265.8125 244.5926Q265.8125 245.51448 265.45312 246.24886Q265.09375 246.98323 264.4375 247.4051Q263.78125 247.81136 262.92188 247.81136Q261.64062 247.81136 260.82812 246.92073Q260.03125 246.01448 260.03125 244.5301L260.03125 244.45198ZM261.125 244.5926Q261.125 245.63948 261.60938 246.2801Q262.10938 246.92073 262.92188 246.92073Q263.75 246.92073 264.23438 246.2801Q264.71875 245.62386 264.71875 244.45198Q264.71875 243.42073 264.21875 242.7801Q263.73438 242.12386 262.90625 242.12386Q262.10938 242.12386 261.60938 242.76448Q261.125 243.38948 261.125 244.5926ZM267.0625 244.4676Q267.0625 242.99886 267.75 242.12386Q268.4375 241.23323 269.5625 241.23323Q270.67188 241.23323 271.32812 241.98323L271.32812 238.68636L272.40625 238.68636L272.40625 247.68636L271.40625 247.68636L271.35938 246.99886Q270.70312 247.81136 269.54688 247.81136Q268.45312 247.81136 267.75 246.9051Q267.0625 245.99886 267.0625 244.54573L267.0625 244.4676ZM268.14062 244.5926Q268.14062 245.67073 268.57812 246.2801Q269.03125 246.88948 269.8125 246.88948Q270.84375 246.88948 271.32812 245.95198L271.32812 243.04573Q270.84375 242.1551 269.82812 242.1551Q269.03125 242.1551 268.57812 242.76448Q268.14062 243.37386 268.14062 244.5926ZM276.95312 247.81136Q275.65625 247.81136 274.84375 246.9676Q274.04688 246.10823 274.04688 244.68636L274.04688 244.49886Q274.04688 243.54573 274.40625 242.81136Q274.76562 242.06136 275.40625 241.6551Q276.0625 241.23323 276.8125 241.23323Q278.04688 241.23323 278.73438 242.04573Q279.42188 242.85823 279.42188 244.37386L279.42188 244.82698L275.125 244.82698Q275.15625 245.76448 275.67188 246.3426Q276.20312 246.92073 277.01562 246.92073Q277.57812 246.92073 277.96875 246.68636Q278.375 246.45198 278.6875 246.06136L279.34375 246.57698Q278.54688 247.81136 276.95312 247.81136ZM276.8125 242.12386Q276.15625 242.12386 275.70312 242.60823Q275.26562 243.07698 275.17188 243.93636L278.34375 243.93636L278.34375 243.85823Q278.29688 243.0301 277.89062 242.57698Q277.5 242.12386 276.8125 242.12386ZM283.39062 242.31136Q283.14062 242.2801 282.85938 242.2801Q281.78125 242.2801 281.40625 243.18636L281.40625 247.68636L280.32812 247.68636L280.32812 241.3426L281.375 241.3426L281.39062 242.07698Q281.92188 241.23323 282.90625 241.23323Q283.21875 241.23323 283.39062 241.31136L283.39062 242.31136ZM288.23438 247.68636Q288.14062 247.49886 288.07812 247.01448Q287.32812 247.81136 286.28125 247.81136Q285.34375 247.81136 284.73438 247.2801Q284.14062 246.74886 284.14062 245.92073Q284.14062 244.93636 284.89062 244.38948Q285.64062 243.8426 287.01562 243.8426L288.0625 243.8426L288.0625 243.3426Q288.0625 242.7801 287.71875 242.45198Q287.39062 242.10823 286.71875 242.10823Q286.14062 242.10823 285.75 242.4051Q285.35938 242.68636 285.35938 243.10823L284.26562 243.10823Q284.26562 242.62386 284.59375 242.18636Q284.9375 241.74886 285.51562 241.49886Q286.09375 241.23323 286.78125 241.23323Q287.89062 241.23323 288.5 241.7801Q289.125 242.32698 289.15625 243.2801L289.15625 246.20198Q289.15625 247.07698 289.375 247.5926L289.375 247.68636L288.23438 247.68636ZM286.4375 246.85823Q286.95312 246.85823 287.40625 246.5926Q287.85938 246.32698 288.0625 245.9051L288.0625 244.60823L287.21875 244.60823Q285.21875 244.60823 285.21875 245.7801Q285.21875 246.2801 285.5625 246.57698Q285.90625 246.85823 286.4375 246.85823ZM292.79688 239.81136L292.79688 241.3426L293.96875 241.3426L293.96875 242.18636L292.79688 242.18636L292.79688 246.10823Q292.79688 246.49886 292.95312 246.68636Q293.10938 246.87386 293.48438 246.87386Q293.67188 246.87386 294.0 246.81136L294.0 247.68636Q293.57812 247.81136 293.17188 247.81136Q292.45312 247.81136 292.07812 247.37386Q291.70312 246.92073 291.70312 246.10823L291.70312 242.18636L290.54688 242.18636L290.54688 241.3426L291.70312 241.3426L291.70312 239.81136L292.79688 239.81136ZM297.95312 247.81136Q296.65625 247.81136 295.84375 246.9676Q295.04688 246.10823 295.04688 244.68636L295.04688 244.49886Q295.04688 243.54573 295.40625 242.81136Q295.76562 242.06136 296.40625 241.6551Q297.0625 241.23323 297.8125 241.23323Q299.04688 241.23323 299.73438 242.04573Q300.42188 242.85823 300.42188 244.37386L300.42188 244.82698L296.125 244.82698Q296.15625 245.76448 296.67188 246.3426Q297.20312 246.92073 298.01562 246.92073Q298.57812 246.92073 298.96875 246.68636Q299.375 246.45198 299.6875 246.06136L300.34375 246.57698Q299.54688 247.81136 297.95312 247.81136ZM297.8125 242.12386Q297.15625 242.12386 296.70312 242.60823Q296.26562 243.07698 296.17188 243.93636L299.34375 243.93636L299.34375 243.85823Q299.29688 243.0301 298.89062 242.57698Q298.5 242.12386 297.8125 242.12386ZM302.5 247.68636L301.42188 247.68636L301.42188 238.68636L302.5 238.68636L302.5 247.68636ZM306.39062 246.0926L307.875 241.3426L309.03125 241.3426L306.48438 248.67073Q305.89062 250.24886 304.60938 250.24886L304.39062 250.23323L304.0 250.1551L304.0 249.2801L304.28125 249.29573Q304.84375 249.29573 305.14062 249.07698Q305.45312 248.85823 305.65625 248.26448L305.89062 247.60823L303.625 241.3426L304.8125 241.3426L306.39062 246.0926ZM313.0625 244.4676Q313.0625 242.99886 313.75 242.12386Q314.4375 241.23323 315.5625 241.23323Q316.67188 241.23323 317.32812 241.98323L317.32812 238.68636L318.40625 238.68636L318.40625 247.68636L317.40625 247.68636L317.35938 246.99886Q316.70312 247.81136 315.54688 247.81136Q314.45312 247.81136 313.75 246.9051Q313.0625 245.99886 313.0625 244.54573L313.0625 244.4676ZM314.14062 244.5926Q314.14062 245.67073 314.57812 246.2801Q315.03125 246.88948 315.8125 246.88948Q316.84375 246.88948 317.32812 245.95198L317.32812 243.04573Q316.84375 242.1551 315.82812 242.1551Q315.03125 242.1551 314.57812 242.76448Q314.14062 243.37386 314.14062 244.5926ZM321.5 247.68636L320.42188 247.68636L320.42188 241.3426L321.5 241.3426L321.5 247.68636ZM320.32812 239.67073Q320.32812 239.4051 320.48438 239.2176Q320.65625 239.0301 320.96875 239.0301Q321.28125 239.0301 321.4375 239.2176Q321.60938 239.4051 321.60938 239.67073Q321.60938 239.92073 321.4375 240.10823Q321.28125 240.2801 320.96875 240.2801Q320.65625 240.2801 320.48438 240.10823Q320.32812 239.92073 320.32812 239.67073ZM327.01562 245.99886Q327.01562 245.56136 326.67188 245.32698Q326.34375 245.07698 325.51562 244.9051Q324.70312 244.73323 324.21875 244.48323Q323.73438 244.23323 323.5 243.9051Q323.28125 243.56136 323.28125 243.0926Q323.28125 242.31136 323.9375 241.7801Q324.59375 241.23323 325.625 241.23323Q326.70312 241.23323 327.35938 241.79573Q328.03125 242.3426 328.03125 243.20198L326.95312 243.20198Q326.95312 242.76448 326.5625 242.45198Q326.1875 242.12386 325.625 242.12386Q325.03125 242.12386 324.6875 242.38948Q324.35938 242.63948 324.35938 243.04573Q324.35938 243.43636 324.67188 243.63948Q324.98438 243.8426 325.79688 244.0301Q326.60938 244.20198 327.10938 244.45198Q327.60938 244.70198 327.84375 245.06136Q328.09375 245.42073 328.09375 245.92073Q328.09375 246.7801 327.40625 247.29573Q326.73438 247.81136 325.65625 247.81136Q324.89062 247.81136 324.29688 247.54573Q323.71875 247.26448 323.39062 246.7801Q323.0625 246.29573 323.0625 245.73323L324.14062 245.73323Q324.17188 246.2801 324.57812 246.60823Q324.98438 246.92073 325.65625 246.92073Q326.26562 246.92073 326.64062 246.67073Q327.01562 246.42073 327.01562 245.99886ZM333.01562 245.99886Q333.01562 245.56136 332.67188 245.32698Q332.34375 245.07698 331.51562 244.9051Q330.70312 244.73323 330.21875 244.48323Q329.73438 244.23323 329.5 243.9051Q329.28125 243.56136 329.28125 243.0926Q329.28125 242.31136 329.9375 241.7801Q330.59375 241.23323 331.625 241.23323Q332.70312 241.23323 333.35938 241.79573Q334.03125 242.3426 334.03125 243.20198L332.95312 243.20198Q332.95312 242.76448 332.5625 242.45198Q332.1875 242.12386 331.625 242.12386Q331.03125 242.12386 330.6875 242.38948Q330.35938 242.63948 330.35938 243.04573Q330.35938 243.43636 330.67188 243.63948Q330.98438 243.8426 331.79688 244.0301Q332.60938 244.20198 333.10938 244.45198Q333.60938 244.70198 333.84375 245.06136Q334.09375 245.42073 334.09375 245.92073Q334.09375 246.7801 333.40625 247.29573Q332.73438 247.81136 331.65625 247.81136Q330.89062 247.81136 330.29688 247.54573Q329.71875 247.26448 329.39062 246.7801Q329.0625 246.29573 329.0625 245.73323L330.14062 245.73323Q330.17188 246.2801 330.57812 246.60823Q330.98438 246.92073 331.65625 246.92073Q332.26562 246.92073 332.64062 246.67073Q333.01562 246.42073 333.01562 245.99886ZM339.23438 247.68636Q339.14062 247.49886 339.07812 247.01448Q338.32812 247.81136 337.28125 247.81136Q336.34375 247.81136 335.73438 247.2801Q335.14062 246.74886 335.14062 245.92073Q335.14062 244.93636 335.89062 244.38948Q336.64062 243.8426 338.01562 243.8426L339.0625 243.8426L339.0625 243.3426Q339.0625 242.7801 338.71875 242.45198Q338.39062 242.10823 337.71875 242.10823Q337.14062 242.10823 336.75 242.4051Q336.35938 242.68636 336.35938 243.10823L335.26562 243.10823Q335.26562 242.62386 335.59375 242.18636Q335.9375 241.74886 336.51562 241.49886Q337.09375 241.23323 337.78125 241.23323Q338.89062 241.23323 339.5 241.7801Q340.125 242.32698 340.15625 243.2801L340.15625 246.20198Q340.15625 247.07698 340.375 247.5926L340.375 247.68636L339.23438 247.68636ZM337.4375 246.85823Q337.95312 246.85823 338.40625 246.5926Q338.85938 246.32698 339.0625 245.9051L339.0625 244.60823L338.21875 244.60823Q336.21875 244.60823 336.21875 245.7801Q336.21875 246.2801 336.5625 246.57698Q336.90625 246.85823 337.4375 246.85823ZM343.79688 239.81136L343.79688 241.3426L344.96875 241.3426L344.96875 242.18636L343.79688 242.18636L343.79688 246.10823Q343.79688 246.49886 343.95312 246.68636Q344.10938 246.87386 344.48438 246.87386Q344.67188 246.87386 345.0 246.81136L345.0 247.68636Q344.57812 247.81136 344.17188 247.81136Q343.45312 247.81136 343.07812 247.37386Q342.70312 246.92073 342.70312 246.10823L342.70312 242.18636L341.54688 242.18636L341.54688 241.3426L342.70312 241.3426L342.70312 239.81136L343.79688 239.81136ZM347.5 247.68636L346.42188 247.68636L346.42188 241.3426L347.5 241.3426L347.5 247.68636ZM346.32812 239.67073Q346.32812 239.4051 346.48438 239.2176Q346.65625 239.0301 346.96875 239.0301Q347.28125 239.0301 347.4375 239.2176Q347.60938 239.4051 347.60938 239.67073Q347.60938 239.92073 347.4375 240.10823Q347.28125 240.2801 346.96875 240.2801Q346.65625 240.2801 346.48438 240.10823Q346.32812 239.92073 346.32812 239.67073ZM353.01562 245.99886Q353.01562 245.56136 352.67188 245.32698Q352.34375 245.07698 351.51562 244.9051Q350.70312 244.73323 350.21875 244.48323Q349.73438 244.23323 349.5 243.9051Q349.28125 243.56136 349.28125 243.0926Q349.28125 242.31136 349.9375 241.7801Q350.59375 241.23323 351.625 241.23323Q352.70312 241.23323 353.35938 241.79573Q354.03125 242.3426 354.03125 243.20198L352.95312 243.20198Q352.95312 242.76448 352.5625 242.45198Q352.1875 242.12386 351.625 242.12386Q351.03125 242.12386 350.6875 242.38948Q350.35938 242.63948 350.35938 243.04573Q350.35938 243.43636 350.67188 243.63948Q350.98438 243.8426 351.79688 244.0301Q352.60938 244.20198 353.10938 244.45198Q353.60938 244.70198 353.84375 245.06136Q354.09375 245.42073 354.09375 245.92073Q354.09375 246.7801 353.40625 247.29573Q352.73438 247.81136 351.65625 247.81136Q350.89062 247.81136 350.29688 247.54573Q349.71875 247.26448 349.39062 246.7801Q349.0625 246.29573 349.0625 245.73323L350.14062 245.73323Q350.17188 246.2801 350.57812 246.60823Q350.98438 246.92073 351.65625 246.92073Q352.26562 246.92073 352.64062 246.67073Q353.01562 246.42073 353.01562 245.99886ZM355.85938 247.68636L355.85938 242.18636L354.85938 242.18636L354.85938 241.3426L355.85938 241.3426L355.85938 240.70198Q355.85938 239.67073 356.39062 239.12386Q356.9375 238.56136 357.9375 238.56136Q358.3125 238.56136 358.6875 238.6551L358.625 239.54573Q358.34375 239.48323 358.04688 239.48323Q357.51562 239.48323 357.21875 239.79573Q356.9375 240.10823 356.9375 240.67073L356.9375 241.3426L358.29688 241.3426L358.29688 242.18636L356.9375 242.18636L356.9375 247.68636L355.85938 247.68636ZM360.5 247.68636L359.42188 247.68636L359.42188 241.3426L360.5 241.3426L360.5 247.68636ZM359.32812 239.67073Q359.32812 239.4051 359.48438 239.2176Q359.65625 239.0301 359.96875 239.0301Q360.28125 239.0301 360.4375 239.2176Q360.60938 239.4051 360.60938 239.67073Q360.60938 239.92073 360.4375 240.10823Q360.28125 240.2801 359.96875 240.2801Q359.65625 240.2801 359.48438 240.10823Q359.32812 239.92073 359.32812 239.67073ZM364.95312 247.81136Q363.65625 247.81136 362.84375 246.9676Q362.04688 246.10823 362.04688 244.68636L362.04688 244.49886Q362.04688 243.54573 362.40625 242.81136Q362.76562 242.06136 363.40625 241.6551Q364.0625 241.23323 364.8125 241.23323Q366.04688 241.23323 366.73438 242.04573Q367.42188 242.85823 367.42188 244.37386L367.42188 244.82698L363.125 244.82698Q363.15625 245.76448 363.67188 246.3426Q364.20312 246.92073 365.01562 246.92073Q365.57812 246.92073 365.96875 246.68636Q366.375 246.45198 366.6875 246.06136L367.34375 246.57698Q366.54688 247.81136 364.95312 247.81136ZM364.8125 242.12386Q364.15625 242.12386 363.70312 242.60823Q363.26562 243.07698 363.17188 243.93636L366.34375 243.93636L366.34375 243.85823Q366.29688 243.0301 365.89062 242.57698Q365.5 242.12386 364.8125 242.12386ZM368.0625 244.4676Q368.0625 242.99886 368.75 242.12386Q369.4375 241.23323 370.5625 241.23323Q371.67188 241.23323 372.32812 241.98323L372.32812 238.68636L373.40625 238.68636L373.40625 247.68636L372.40625 247.68636L372.35938 246.99886Q371.70312 247.81136 370.54688 247.81136Q369.45312 247.81136 368.75 246.9051Q368.0625 245.99886 368.0625 244.54573L368.0625 244.4676ZM369.14062 244.5926Q369.14062 245.67073 369.57812 246.2801Q370.03125 246.88948 370.8125 246.88948Q371.84375 246.88948 372.32812 245.95198L372.32812 243.04573Q371.84375 242.1551 370.82812 242.1551Q370.03125 242.1551 369.57812 242.76448Q369.14062 243.37386 369.14062 244.5926Z" fill-rule="nonzero"/><path fill="#e6b8af" d="M390.5 238.18636C390.5 237.63406 390.94772 237.18636 391.5 237.18636L401.5 237.18636C402.05228 237.18636 402.5 237.63406 402.5 238.18636L402.5 248.18636C402.5 248.73863 402.05228 249.18636 401.5 249.18636L391.5 249.18636C390.94772 249.18636 390.5 248.73863 390.5 248.18636Z" fill-rule="nonzero"/><path fill="#666666" d="M414.0 243.88948Q412.5625 243.4676 411.89062 242.85823Q411.23438 242.24886 411.23438 241.35823Q411.23438 240.35823 412.03125 239.70198Q412.84375 239.0301 414.14062 239.0301Q415.01562 239.0301 415.70312 239.37386Q416.39062 239.7176 416.76562 240.31136Q417.15625 240.9051 417.15625 241.62386L416.01562 241.62386Q416.01562 240.8426 415.51562 240.4051Q415.03125 239.9676 414.14062 239.9676Q413.3125 239.9676 412.84375 240.3426Q412.375 240.70198 412.375 241.3426Q412.375 241.87386 412.8125 242.23323Q413.26562 242.5926 414.32812 242.88948Q415.39062 243.18636 415.98438 243.54573Q416.59375 243.9051 416.875 244.38948Q417.17188 244.87386 417.17188 245.51448Q417.17188 246.56136 416.35938 247.18636Q415.54688 247.81136 414.20312 247.81136Q413.3125 247.81136 412.54688 247.4676Q411.79688 247.12386 411.375 246.54573Q410.96875 245.95198 410.96875 245.2176L412.09375 245.2176Q412.09375 245.98323 412.67188 246.43636Q413.25 246.88948 414.20312 246.88948Q415.09375 246.88948 415.5625 246.5301Q416.03125 246.1551 416.03125 245.5301Q416.03125 244.9051 415.59375 244.56136Q415.15625 244.2176 414.0 243.88948ZM419.5 247.68636L418.42188 247.68636L418.42188 238.68636L419.5 238.68636L419.5 247.68636ZM422.5 247.68636L421.42188 247.68636L421.42188 241.3426L422.5 241.3426L422.5 247.68636ZM421.32812 239.67073Q421.32812 239.4051 421.48438 239.2176Q421.65625 239.0301 421.96875 239.0301Q422.28125 239.0301 422.4375 239.2176Q422.60938 239.4051 422.60938 239.67073Q422.60938 239.92073 422.4375 240.10823Q422.28125 240.2801 421.96875 240.2801Q421.65625 240.2801 421.48438 240.10823Q421.32812 239.92073 421.32812 239.67073ZM424.0625 244.4676Q424.0625 242.98323 424.75 242.10823Q425.4375 241.23323 426.5625 241.23323Q427.71875 241.23323 428.375 242.04573L428.42188 241.3426L429.42188 241.3426L429.42188 247.5301Q429.42188 248.76448 428.6875 249.4676Q427.95312 250.18636 426.73438 250.18636Q426.04688 250.18636 425.39062 249.88948Q424.73438 249.5926 424.39062 249.0926L424.95312 248.43636Q425.64062 249.29573 426.65625 249.29573Q427.4375 249.29573 427.875 248.8426Q428.32812 248.4051 428.32812 247.5926L428.32812 247.04573Q427.67188 247.81136 426.54688 247.81136Q425.4375 247.81136 424.75 246.92073Q424.0625 246.01448 424.0625 244.4676ZM425.15625 244.5926Q425.15625 245.6551 425.59375 246.2801Q426.03125 246.88948 426.82812 246.88948Q427.84375 246.88948 428.32812 245.95198L428.32812 243.06136Q427.82812 242.1551 426.82812 242.1551Q426.04688 242.1551 425.59375 242.76448Q425.15625 243.37386 425.15625 244.5926ZM432.40625 242.10823Q433.125 241.23323 434.28125 241.23323Q436.29688 241.23323 436.3125 243.49886L436.3125 247.68636L435.21875 247.68636L435.21875 243.48323Q435.21875 242.81136 434.90625 242.48323Q434.60938 242.1551 433.95312 242.1551Q433.42188 242.1551 433.01562 242.43636Q432.625 242.7176 432.40625 243.17073L432.40625 247.68636L431.32812 247.68636L431.32812 238.68636L432.40625 238.68636L432.40625 242.10823ZM439.79688 239.81136L439.79688 241.3426L440.96875 241.3426L440.96875 242.18636L439.79688 242.18636L439.79688 246.10823Q439.79688 246.49886 439.95312 246.68636Q440.10938 246.87386 440.48438 246.87386Q440.67188 246.87386 441.0 246.81136L441.0 247.68636Q440.57812 247.81136 440.17188 247.81136Q439.45312 247.81136 439.07812 247.37386Q438.70312 246.92073 438.70312 246.10823L438.70312 242.18636L437.54688 242.18636L437.54688 241.3426L438.70312 241.3426L438.70312 239.81136L439.79688 239.81136ZM443.5 247.68636L442.42188 247.68636L442.42188 238.68636L443.5 238.68636L443.5 247.68636ZM447.39062 246.0926L448.875 241.3426L450.03125 241.3426L447.48438 248.67073Q446.89062 250.24886 445.60938 250.24886L445.39062 250.23323L445.0 250.1551L445.0 249.2801L445.28125 249.29573Q445.84375 249.29573 446.14062 249.07698Q446.45312 248.85823 446.65625 248.26448L446.89062 247.60823L444.625 241.3426L445.8125 241.3426L447.39062 246.0926ZM454.0625 244.4676Q454.0625 242.99886 454.75 242.12386Q455.4375 241.23323 456.5625 241.23323Q457.67188 241.23323 458.32812 241.98323L458.32812 238.68636L459.40625 238.68636L459.40625 247.68636L458.40625 247.68636L458.35938 246.99886Q457.70312 247.81136 456.54688 247.81136Q455.45312 247.81136 454.75 246.9051Q454.0625 245.99886 454.0625 244.54573L454.0625 244.4676ZM455.14062 244.5926Q455.14062 245.67073 455.57812 246.2801Q456.03125 246.88948 456.8125 246.88948Q457.84375 246.88948 458.32812 245.95198L458.32812 243.04573Q457.84375 242.1551 456.82812 242.1551Q456.03125 242.1551 455.57812 242.76448Q455.14062 243.37386 455.14062 244.5926ZM462.5 247.68636L461.42188 247.68636L461.42188 241.3426L462.5 241.3426L462.5 247.68636ZM461.32812 239.67073Q461.32812 239.4051 461.48438 239.2176Q461.65625 239.0301 461.96875 239.0301Q462.28125 239.0301 462.4375 239.2176Q462.60938 239.4051 462.60938 239.67073Q462.60938 239.92073 462.4375 240.10823Q462.28125 240.2801 461.96875 240.2801Q461.65625 240.2801 461.48438 240.10823Q461.32812 239.92073 461.32812 239.67073ZM468.01562 245.99886Q468.01562 245.56136 467.67188 245.32698Q467.34375 245.07698 466.51562 244.9051Q465.70312 244.73323 465.21875 244.48323Q464.73438 244.23323 464.5 243.9051Q464.28125 243.56136 464.28125 243.0926Q464.28125 242.31136 464.9375 241.7801Q465.59375 241.23323 466.625 241.23323Q467.70312 241.23323 468.35938 241.79573Q469.03125 242.3426 469.03125 243.20198L467.95312 243.20198Q467.95312 242.76448 467.5625 242.45198Q467.1875 242.12386 466.625 242.12386Q466.03125 242.12386 465.6875 242.38948Q465.35938 242.63948 465.35938 243.04573Q465.35938 243.43636 465.67188 243.63948Q465.98438 243.8426 466.79688 244.0301Q467.60938 244.20198 468.10938 244.45198Q468.60938 244.70198 468.84375 245.06136Q469.09375 245.42073 469.09375 245.92073Q469.09375 246.7801 468.40625 247.29573Q467.73438 247.81136 466.65625 247.81136Q465.89062 247.81136 465.29688 247.54573Q464.71875 247.26448 464.39062 246.7801Q464.0625 246.29573 464.0625 245.73323L465.14062 245.73323Q465.17188 246.2801 465.57812 246.60823Q465.98438 246.92073 466.65625 246.92073Q467.26562 246.92073 467.64062 246.67073Q468.01562 246.42073 468.01562 245.99886ZM474.01562 245.99886Q474.01562 245.56136 473.67188 245.32698Q473.34375 245.07698 472.51562 244.9051Q471.70312 244.73323 471.21875 244.48323Q470.73438 244.23323 470.5 243.9051Q470.28125 243.56136 470.28125 243.0926Q470.28125 242.31136 470.9375 241.7801Q471.59375 241.23323 472.625 241.23323Q473.70312 241.23323 474.35938 241.79573Q475.03125 242.3426 475.03125 243.20198L473.95312 243.20198Q473.95312 242.76448 473.5625 242.45198Q473.1875 242.12386 472.625 242.12386Q472.03125 242.12386 471.6875 242.38948Q471.35938 242.63948 471.35938 243.04573Q471.35938 243.43636 471.67188 243.63948Q471.98438 243.8426 472.79688 244.0301Q473.60938 244.20198 474.10938 244.45198Q474.60938 244.70198 474.84375 245.06136Q475.09375 245.42073 475.09375 245.92073Q475.09375 246.7801 474.40625 247.29573Q473.73438 247.81136 472.65625 247.81136Q471.89062 247.81136 471.29688 247.54573Q470.71875 247.26448 470.39062 246.7801Q470.0625 246.29573 470.0625 245.73323L471.14062 245.73323Q471.17188 246.2801 471.57812 246.60823Q471.98438 246.92073 472.65625 246.92073Q473.26562 246.92073 473.64062 246.67073Q474.01562 246.42073 474.01562 245.99886ZM480.23438 247.68636Q480.14062 247.49886 480.07812 247.01448Q479.32812 247.81136 478.28125 247.81136Q477.34375 247.81136 476.73438 247.2801Q476.14062 246.74886 476.14062 245.92073Q476.14062 244.93636 476.89062 244.38948Q477.64062 243.8426 479.01562 243.8426L480.0625 243.8426L480.0625 243.3426Q480.0625 242.7801 479.71875 242.45198Q479.39062 242.10823 478.71875 242.10823Q478.14062 242.10823 477.75 242.4051Q477.35938 242.68636 477.35938 243.10823L476.26562 243.10823Q476.26562 242.62386 476.59375 242.18636Q476.9375 241.74886 477.51562 241.49886Q478.09375 241.23323 478.78125 241.23323Q479.89062 241.23323 480.5 241.7801Q481.125 242.32698 481.15625 243.2801L481.15625 246.20198Q481.15625 247.07698 481.375 247.5926L481.375 247.68636L480.23438 247.68636ZM478.4375 246.85823Q478.95312 246.85823 479.40625 246.5926Q479.85938 246.32698 480.0625 245.9051L480.0625 244.60823L479.21875 244.60823Q477.21875 244.60823 477.21875 245.7801Q477.21875 246.2801 477.5625 246.57698Q477.90625 246.85823 478.4375 246.85823ZM484.79688 239.81136L484.79688 241.3426L485.96875 241.3426L485.96875 242.18636L484.79688 242.18636L484.79688 246.10823Q484.79688 246.49886 484.95312 246.68636Q485.10938 246.87386 485.48438 246.87386Q485.67188 246.87386 486.0 246.81136L486.0 247.68636Q485.57812 247.81136 485.17188 247.81136Q484.45312 247.81136 484.07812 247.37386Q483.70312 246.92073 483.70312 246.10823L483.70312 242.18636L482.54688 242.18636L482.54688 241.3426L483.70312 241.3426L483.70312 239.81136L484.79688 239.81136ZM488.5 247.68636L487.42188 247.68636L487.42188 241.3426L488.5 241.3426L488.5 247.68636ZM487.32812 239.67073Q487.32812 239.4051 487.48438 239.2176Q487.65625 239.0301 487.96875 239.0301Q488.28125 239.0301 488.4375 239.2176Q488.60938 239.4051 488.60938 239.67073Q488.60938 239.92073 488.4375 240.10823Q488.28125 240.2801 487.96875 240.2801Q487.65625 240.2801 487.48438 240.10823Q487.32812 239.92073 487.32812 239.67073ZM494.01562 245.99886Q494.01562 245.56136 493.67188 245.32698Q493.34375 245.07698 492.51562 244.9051Q491.70312 244.73323 491.21875 244.48323Q490.73438 244.23323 490.5 243.9051Q490.28125 243.56136 490.28125 243.0926Q490.28125 242.31136 490.9375 241.7801Q491.59375 241.23323 492.625 241.23323Q493.70312 241.23323 494.35938 241.79573Q495.03125 242.3426 495.03125 243.20198L493.95312 243.20198Q493.95312 242.76448 493.5625 242.45198Q493.1875 242.12386 492.625 242.12386Q492.03125 242.12386 491.6875 242.38948Q491.35938 242.63948 491.35938 243.04573Q491.35938 243.43636 491.67188 243.63948Q491.98438 243.8426 492.79688 244.0301Q493.60938 244.20198 494.10938 244.45198Q494.60938 244.70198 494.84375 245.06136Q495.09375 245.42073 495.09375 245.92073Q495.09375 246.7801 494.40625 247.29573Q493.73438 247.81136 492.65625 247.81136Q491.89062 247.81136 491.29688 247.54573Q490.71875 247.26448 490.39062 246.7801Q490.0625 246.29573 490.0625 245.73323L491.14062 245.73323Q491.17188 246.2801 491.57812 246.60823Q491.98438 246.92073 492.65625 246.92073Q493.26562 246.92073 493.64062 246.67073Q494.01562 246.42073 494.01562 245.99886ZM496.85938 247.68636L496.85938 242.18636L495.85938 242.18636L495.85938 241.3426L496.85938 241.3426L496.85938 240.70198Q496.85938 239.67073 497.39062 239.12386Q497.9375 238.56136 498.9375 238.56136Q499.3125 238.56136 499.6875 238.6551L499.625 239.54573Q499.34375 239.48323 499.04688 239.48323Q498.51562 239.48323 498.21875 239.79573Q497.9375 240.10823 497.9375 240.67073L497.9375 241.3426L499.29688 241.3426L499.29688 242.18636L497.9375 242.18636L497.9375 247.68636L496.85938 247.68636ZM501.5 247.68636L500.42188 247.68636L500.42188 241.3426L501.5 241.3426L501.5 247.68636ZM500.32812 239.67073Q500.32812 239.4051 500.48438 239.2176Q500.65625 239.0301 500.96875 239.0301Q501.28125 239.0301 501.4375 239.2176Q501.60938 239.4051 501.60938 239.67073Q501.60938 239.92073 501.4375 240.10823Q501.28125 240.2801 500.96875 240.2801Q500.65625 240.2801 500.48438 240.10823Q500.32812 239.92073 500.32812 239.67073ZM505.95312 247.81136Q504.65625 247.81136 503.84375 246.9676Q503.04688 246.10823 503.04688 244.68636L503.04688 244.49886Q503.04688 243.54573 503.40625 242.81136Q503.76562 242.06136 504.40625 241.6551Q505.0625 241.23323 505.8125 241.23323Q507.04688 241.23323 507.73438 242.04573Q508.42188 242.85823 508.42188 244.37386L508.42188 244.82698L504.125 244.82698Q504.15625 245.76448 504.67188 246.3426Q505.20312 246.92073 506.01562 246.92073Q506.57812 246.92073 506.96875 246.68636Q507.375 246.45198 507.6875 246.06136L508.34375 246.57698Q507.54688 247.81136 505.95312 247.81136ZM505.8125 242.12386Q505.15625 242.12386 504.70312 242.60823Q504.26562 243.07698 504.17188 243.93636L507.34375 243.93636L507.34375 243.85823Q507.29688 243.0301 506.89062 242.57698Q506.5 242.12386 505.8125 242.12386ZM509.0625 244.4676Q509.0625 242.99886 509.75 242.12386Q510.4375 241.23323 511.5625 241.23323Q512.6719 241.23323 513.3281 241.98323L513.3281 238.68636L514.40625 238.68636L514.40625 247.68636L513.40625 247.68636L513.3594 246.99886Q512.7031 247.81136 511.54688 247.81136Q510.45312 247.81136 509.75 246.9051Q509.0625 245.99886 509.0625 244.54573L509.0625 244.4676ZM510.14062 244.5926Q510.14062 245.67073 510.57812 246.2801Q511.03125 246.88948 511.8125 246.88948Q512.84375 246.88948 513.3281 245.95198L513.3281 243.04573Q512.84375 242.1551 511.82812 242.1551Q511.03125 242.1551 510.57812 242.76448Q510.14062 243.37386 510.14062 244.5926Z" fill-rule="nonzero"/><path fill="#cccccc" d="M23.5 257.18634C23.5 256.63406 23.947716 256.18634 24.5 256.18634L34.5 256.18634C35.052284 256.18634 35.5 256.63406 35.5 257.18634L35.5 267.18634C35.5 267.73865 35.052284 268.18634 34.5 268.18634L24.5 268.18634C23.947716 268.18634 23.5 267.73865 23.5 267.18634Z" fill-rule="nonzero"/><path fill="#666666" d="M51.046875 266.68634L49.921875 266.68634L45.625 260.10822L45.625 266.68634L44.484375 266.68634L44.484375 258.1551L45.625 258.1551L49.921875 264.76447L49.921875 258.1551L51.046875 258.1551L51.046875 266.68634ZM55.953125 266.81134Q54.65625 266.81134 53.84375 265.9676Q53.046875 265.10822 53.046875 263.68634L53.046875 263.49884Q53.046875 262.54572 53.40625 261.81134Q53.765625 261.06134 54.40625 260.6551Q55.0625 260.23322 55.8125 260.23322Q57.046875 260.23322 57.734375 261.04572Q58.421875 261.85822 58.421875 263.37384L58.421875 263.82697L54.125 263.82697Q54.15625 264.76447 54.671875 265.3426Q55.203125 265.92072 56.015625 265.92072Q56.578125 265.92072 56.96875 265.68634Q57.375 265.45197 57.6875 265.06134L58.34375 265.57697Q57.546875 266.81134 55.953125 266.81134ZM55.8125 261.12384Q55.15625 261.12384 54.703125 261.60822Q54.265625 262.07697 54.171875 262.93634L57.34375 262.93634L57.34375 262.85822Q57.296875 262.0301 56.890625 261.57697Q56.5 261.12384 55.8125 261.12384ZM60.5 266.68634L59.421875 266.68634L59.421875 260.3426L60.5 260.3426L60.5 266.68634ZM59.328125 258.67072Q59.328125 258.4051 59.484375 258.2176Q59.65625 258.0301 59.96875 258.0301Q60.28125 258.0301 60.4375 258.2176Q60.609375 258.4051 60.609375 258.67072Q60.609375 258.92072 60.4375 259.10822Q60.28125 259.2801 59.96875 259.2801Q59.65625 259.2801 59.484375 259.10822Q59.328125 258.92072 59.328125 258.67072ZM63.796875 258.81134L63.796875 260.3426L64.96875 260.3426L64.96875 261.18634L63.796875 261.18634L63.796875 265.10822Q63.796875 265.49884 63.953125 265.68634Q64.109375 265.87384 64.484375 265.87384Q64.671875 265.87384 65.0 265.81134L65.0 266.68634Q64.578125 266.81134 64.171875 266.81134Q63.453125 266.81134 63.078125 266.37384Q62.703125 265.92072 62.703125 265.10822L62.703125 261.18634L61.546875 261.18634L61.546875 260.3426L62.703125 260.3426L62.703125 258.81134L63.796875 258.81134ZM67.40625 261.10822Q68.125 260.23322 69.28125 260.23322Q71.296875 260.23322 71.3125 262.49884L71.3125 266.68634L70.21875 266.68634L70.21875 262.48322Q70.21875 261.81134 69.90625 261.48322Q69.609375 261.1551 68.953125 261.1551Q68.421875 261.1551 68.015625 261.43634Q67.625 261.7176 67.40625 262.17072L67.40625 266.68634L66.328125 266.68634L66.328125 257.68634L67.40625 257.68634L67.40625 261.10822ZM75.953125 266.81134Q74.65625 266.81134 73.84375 265.9676Q73.046875 265.10822 73.046875 263.68634L73.046875 263.49884Q73.046875 262.54572 73.40625 261.81134Q73.765625 261.06134 74.40625 260.6551Q75.0625 260.23322 75.8125 260.23322Q77.046875 260.23322 77.734375 261.04572Q78.421875 261.85822 78.421875 263.37384L78.421875 263.82697L74.125 263.82697Q74.15625 264.76447 74.671875 265.3426Q75.203125 265.92072 76.015625 265.92072Q76.578125 265.92072 76.96875 265.68634Q77.375 265.45197 77.6875 265.06134L78.34375 265.57697Q77.546875 266.81134 75.953125 266.81134ZM75.8125 261.12384Q75.15625 261.12384 74.703125 261.60822Q74.265625 262.07697 74.171875 262.93634L77.34375 262.93634L77.34375 262.85822Q77.296875 262.0301 76.890625 261.57697Q76.5 261.12384 75.8125 261.12384ZM82.390625 261.31134Q82.140625 261.2801 81.859375 261.2801Q80.78125 261.2801 80.40625 262.18634L80.40625 266.68634L79.328125 266.68634L79.328125 260.3426L80.375 260.3426L80.390625 261.07697Q80.921875 260.23322 81.90625 260.23322Q82.21875 260.23322 82.390625 260.31134L82.390625 261.31134ZM90.015625 264.99884Q90.015625 264.56134 89.671875 264.32697Q89.34375 264.07697 88.515625 263.9051Q87.703125 263.73322 87.21875 263.48322Q86.734375 263.23322 86.5 262.9051Q86.28125 262.56134 86.28125 262.0926Q86.28125 261.31134 86.9375 260.7801Q87.59375 260.23322 88.625 260.23322Q89.703125 260.23322 90.359375 260.79572Q91.03125 261.3426 91.03125 262.20197L89.953125 262.20197Q89.953125 261.76447 89.5625 261.45197Q89.1875 261.12384 88.625 261.12384Q88.03125 261.12384 87.6875 261.38947Q87.359375 261.63947 87.359375 262.04572Q87.359375 262.43634 87.671875 262.63947Q87.984375 262.8426 88.796875 263.0301Q89.609375 263.20197 90.109375 263.45197Q90.609375 263.70197 90.84375 264.06134Q91.09375 264.42072 91.09375 264.92072Q91.09375 265.7801 90.40625 266.29572Q89.734375 266.81134 88.65625 266.81134Q87.890625 266.81134 87.296875 266.54572Q86.71875 266.26447 86.390625 265.7801Q86.0625 265.29572 86.0625 264.73322L87.140625 264.73322Q87.171875 265.2801 87.578125 265.60822Q87.984375 265.92072 88.65625 265.92072Q89.265625 265.92072 89.640625 265.67072Q90.015625 265.42072 90.015625 264.99884ZM96.234375 266.68634Q96.140625 266.49884 96.078125 266.01447Q95.328125 266.81134 94.28125 266.81134Q93.34375 266.81134 92.734375 266.2801Q92.140625 265.74884 92.140625 264.92072Q92.140625 263.93634 92.890625 263.38947Q93.640625 262.8426 95.015625 262.8426L96.0625 262.8426L96.0625 262.3426Q96.0625 261.7801 95.71875 261.45197Q95.390625 261.10822 94.71875 261.10822Q94.140625 261.10822 93.75 261.4051Q93.359375 261.68634 93.359375 262.10822L92.265625 262.10822Q92.265625 261.62384 92.59375 261.18634Q92.9375 260.74884 93.515625 260.49884Q94.09375 260.23322 94.78125 260.23322Q95.890625 260.23322 96.5 260.7801Q97.125 261.32697 97.15625 262.2801L97.15625 265.20197Q97.15625 266.07697 97.375 266.5926L97.375 266.68634L96.234375 266.68634ZM94.4375 265.85822Q94.953125 265.85822 95.40625 265.5926Q95.859375 265.32697 96.0625 264.9051L96.0625 263.60822L95.21875 263.60822Q93.21875 263.60822 93.21875 264.7801Q93.21875 265.2801 93.5625 265.57697Q93.90625 265.85822 94.4375 265.85822ZM100.796875 258.81134L100.796875 260.3426L101.96875 260.3426L101.96875 261.18634L100.796875 261.18634L100.796875 265.10822Q100.796875 265.49884 100.953125 265.68634Q101.109375 265.87384 101.484375 265.87384Q101.671875 265.87384 102.0 265.81134L102.0 266.68634Q101.578125 266.81134 101.171875 266.81134Q100.453125 266.81134 100.078125 266.37384Q99.703125 265.92072 99.703125 265.10822L99.703125 261.18634L98.546875 261.18634L98.546875 260.3426L99.703125 260.3426L99.703125 258.81134L100.796875 258.81134ZM104.5 266.68634L103.421875 266.68634L103.421875 260.3426L104.5 260.3426L104.5 266.68634ZM103.328125 258.67072Q103.328125 258.4051 103.484375 258.2176Q103.65625 258.0301 103.96875 258.0301Q104.28125 258.0301 104.4375 258.2176Q104.609375 258.4051 104.609375 258.67072Q104.609375 258.92072 104.4375 259.10822Q104.28125 259.2801 103.96875 259.2801Q103.65625 259.2801 103.484375 259.10822Q103.328125 258.92072 103.328125 258.67072ZM110.015625 264.99884Q110.015625 264.56134 109.671875 264.32697Q109.34375 264.07697 108.515625 263.9051Q107.703125 263.73322 107.21875 263.48322Q106.734375 263.23322 106.5 262.9051Q106.28125 262.56134 106.28125 262.0926Q106.28125 261.31134 106.9375 260.7801Q107.59375 260.23322 108.625 260.23322Q109.703125 260.23322 110.359375 260.79572Q111.03125 261.3426 111.03125 262.20197L109.953125 262.20197Q109.953125 261.76447 109.5625 261.45197Q109.1875 261.12384 108.625 261.12384Q108.03125 261.12384 107.6875 261.38947Q107.359375 261.63947 107.359375 262.04572Q107.359375 262.43634 107.671875 262.63947Q107.984375 262.8426 108.796875 263.0301Q109.609375 263.20197 110.109375 263.45197Q110.609375 263.70197 110.84375 264.06134Q111.09375 264.42072 111.09375 264.92072Q111.09375 265.7801 110.40625 266.29572Q109.734375 266.81134 108.65625 266.81134Q107.890625 266.81134 107.296875 266.54572Q106.71875 266.26447 106.390625 265.7801Q106.0625 265.29572 106.0625 264.73322L107.140625 264.73322Q107.171875 265.2801 107.578125 265.60822Q107.984375 265.92072 108.65625 265.92072Q109.265625 265.92072 109.640625 265.67072Q110.015625 265.42072 110.015625 264.99884ZM112.859375 266.68634L112.859375 261.18634L111.859375 261.18634L111.859375 260.3426L112.859375 260.3426L112.859375 259.70197Q112.859375 258.67072 113.390625 258.12384Q113.9375 257.56134 114.9375 257.56134Q115.3125 257.56134 115.6875 257.6551L115.625 258.54572Q115.34375 258.48322 115.046875 258.48322Q114.515625 258.48322 114.21875 258.79572Q113.9375 259.10822 113.9375 259.67072L113.9375 260.3426L115.296875 260.3426L115.296875 261.18634L113.9375 261.18634L113.9375 266.68634L112.859375 266.68634ZM117.5 266.68634L116.421875 266.68634L116.421875 260.3426L117.5 260.3426L117.5 266.68634ZM116.328125 258.67072Q116.328125 258.4051 116.484375 258.2176Q116.65625 258.0301 116.96875 258.0301Q117.28125 258.0301 117.4375 258.2176Q117.609375 258.4051 117.609375 258.67072Q117.609375 258.92072 117.4375 259.10822Q117.28125 259.2801 116.96875 259.2801Q116.65625 259.2801 116.484375 259.10822Q116.328125 258.92072 116.328125 258.67072ZM121.953125 266.81134Q120.65625 266.81134 119.84375 265.9676Q119.046875 265.10822 119.046875 263.68634L119.046875 263.49884Q119.046875 262.54572 119.40625 261.81134Q119.765625 261.06134 120.40625 260.6551Q121.0625 260.23322 121.8125 260.23322Q123.046875 260.23322 123.734375 261.04572Q124.421875 261.85822 124.421875 263.37384L124.421875 263.82697L120.125 263.82697Q120.15625 264.76447 120.671875 265.3426Q121.203125 265.92072 122.015625 265.92072Q122.578125 265.92072 122.96875 265.68634Q123.375 265.45197 123.6875 265.06134L124.34375 265.57697Q123.546875 266.81134 121.953125 266.81134ZM121.8125 261.12384Q121.15625 261.12384 120.703125 261.60822Q120.265625 262.07697 120.171875 262.93634L123.34375 262.93634L123.34375 262.85822Q123.296875 262.0301 122.890625 261.57697Q122.5 261.12384 121.8125 261.12384ZM125.0625 263.4676Q125.0625 261.99884 125.75 261.12384Q126.4375 260.23322 127.5625 260.23322Q128.67188 260.23322 129.32812 260.98322L129.32812 257.68634L130.40625 257.68634L130.40625 266.68634L129.40625 266.68634L129.35938 265.99884Q128.70312 266.81134 127.546875 266.81134Q126.453125 266.81134 125.75 265.9051Q125.0625 264.99884 125.0625 263.54572L125.0625 263.4676ZM126.140625 263.5926Q126.140625 264.67072 126.578125 265.2801Q127.03125 265.88947 127.8125 265.88947Q128.84375 265.88947 129.32812 264.95197L129.32812 262.04572Q128.84375 261.1551 127.828125 261.1551Q127.03125 261.1551 126.578125 261.76447Q126.140625 262.37384 126.140625 263.5926ZM136.34375 260.3426L136.375 261.13947Q137.10938 260.23322 138.28125 260.23322Q140.29688 260.23322 140.3125 262.49884L140.3125 266.68634L139.21875 266.68634L139.21875 262.48322Q139.21875 261.81134 138.90625 261.48322Q138.60938 261.1551 137.95312 261.1551Q137.42188 261.1551 137.01562 261.43634Q136.625 261.7176 136.40625 262.17072L136.40625 266.68634L135.32812 266.68634L135.32812 260.3426L136.34375 260.3426ZM142.03125 263.45197Q142.03125 262.5301 142.39062 261.7801Q142.76562 261.0301 143.42188 260.63947Q144.07812 260.23322 144.90625 260.23322Q146.20312 260.23322 147.0 261.12384Q147.8125 262.01447 147.8125 263.51447L147.8125 263.5926Q147.8125 264.51447 147.45312 265.24884Q147.09375 265.98322 146.4375 266.4051Q145.78125 266.81134 144.92188 266.81134Q143.64062 266.81134 142.82812 265.92072Q142.03125 265.01447 142.03125 263.5301L142.03125 263.45197ZM143.125 263.5926Q143.125 264.63947 143.60938 265.2801Q144.10938 265.92072 144.92188 265.92072Q145.75 265.92072 146.23438 265.2801Q146.71875 264.62384 146.71875 263.45197Q146.71875 262.42072 146.21875 261.7801Q145.73438 261.12384 144.90625 261.12384Q144.10938 261.12384 143.60938 261.76447Q143.125 262.38947 143.125 263.5926ZM152.39062 261.31134Q152.14062 261.2801 151.85938 261.2801Q150.78125 261.2801 150.40625 262.18634L150.40625 266.68634L149.32812 266.68634L149.32812 260.3426L150.375 260.3426L150.39062 261.07697Q150.92188 260.23322 151.90625 260.23322Q152.21875 260.23322 152.39062 260.31134L152.39062 261.31134ZM156.0625 263.4676Q156.0625 261.99884 156.75 261.12384Q157.4375 260.23322 158.5625 260.23322Q159.67188 260.23322 160.32812 260.98322L160.32812 257.68634L161.40625 257.68634L161.40625 266.68634L160.40625 266.68634L160.35938 265.99884Q159.70312 266.81134 158.54688 266.81134Q157.45312 266.81134 156.75 265.9051Q156.0625 264.99884 156.0625 263.54572L156.0625 263.4676ZM157.14062 263.5926Q157.14062 264.67072 157.57812 265.2801Q158.03125 265.88947 158.8125 265.88947Q159.84375 265.88947 160.32812 264.95197L160.32812 262.04572Q159.84375 261.1551 158.82812 261.1551Q158.03125 261.1551 157.57812 261.76447Q157.14062 262.37384 157.14062 263.5926ZM164.5 266.68634L163.42188 266.68634L163.42188 260.3426L164.5 260.3426L164.5 266.68634ZM163.32812 258.67072Q163.32812 258.4051 163.48438 258.2176Q163.65625 258.0301 163.96875 258.0301Q164.28125 258.0301 164.4375 258.2176Q164.60938 258.4051 164.60938 258.67072Q164.60938 258.92072 164.4375 259.10822Q164.28125 259.2801 163.96875 259.2801Q163.65625 259.2801 163.48438 259.10822Q163.32812 258.92072 163.32812 258.67072ZM170.01562 264.99884Q170.01562 264.56134 169.67188 264.32697Q169.34375 264.07697 168.51562 263.9051Q167.70312 263.73322 167.21875 263.48322Q166.73438 263.23322 166.5 262.9051Q166.28125 262.56134 166.28125 262.0926Q166.28125 261.31134 166.9375 260.7801Q167.59375 260.23322 168.625 260.23322Q169.70312 260.23322 170.35938 260.79572Q171.03125 261.3426 171.03125 262.20197L169.95312 262.20197Q169.95312 261.76447 169.5625 261.45197Q169.1875 261.12384 168.625 261.12384Q168.03125 261.12384 167.6875 261.38947Q167.35938 261.63947 167.35938 262.04572Q167.35938 262.43634 167.67188 262.63947Q167.98438 262.8426 168.79688 263.0301Q169.60938 263.20197 170.10938 263.45197Q170.60938 263.70197 170.84375 264.06134Q171.09375 264.42072 171.09375 264.92072Q171.09375 265.7801 170.40625 266.29572Q169.73438 266.81134 168.65625 266.81134Q167.89062 266.81134 167.29688 266.54572Q166.71875 266.26447 166.39062 265.7801Q166.0625 265.29572 166.0625 264.73322L167.14062 264.73322Q167.17188 265.2801 167.57812 265.60822Q167.98438 265.92072 168.65625 265.92072Q169.26562 265.92072 169.64062 265.67072Q170.01562 265.42072 170.01562 264.99884ZM176.01562 264.99884Q176.01562 264.56134 175.67188 264.32697Q175.34375 264.07697 174.51562 263.9051Q173.70312 263.73322 173.21875 263.48322Q172.73438 263.23322 172.5 262.9051Q172.28125 262.56134 172.28125 262.0926Q172.28125 261.31134 172.9375 260.7801Q173.59375 260.23322 174.625 260.23322Q175.70312 260.23322 176.35938 260.79572Q177.03125 261.3426 177.03125 262.20197L175.95312 262.20197Q175.95312 261.76447 175.5625 261.45197Q175.1875 261.12384 174.625 261.12384Q174.03125 261.12384 173.6875 261.38947Q173.35938 261.63947 173.35938 262.04572Q173.35938 262.43634 173.67188 262.63947Q173.98438 262.8426 174.79688 263.0301Q175.60938 263.20197 176.10938 263.45197Q176.60938 263.70197 176.84375 264.06134Q177.09375 264.42072 177.09375 264.92072Q177.09375 265.7801 176.40625 266.29572Q175.73438 266.81134 174.65625 266.81134Q173.89062 266.81134 173.29688 266.54572Q172.71875 266.26447 172.39062 265.7801Q172.0625 265.29572 172.0625 264.73322L173.14062 264.73322Q173.17188 265.2801 173.57812 265.60822Q173.98438 265.92072 174.65625 265.92072Q175.26562 265.92072 175.64062 265.67072Q176.01562 265.42072 176.01562 264.99884ZM182.23438 266.68634Q182.14062 266.49884 182.07812 266.01447Q181.32812 266.81134 180.28125 266.81134Q179.34375 266.81134 178.73438 266.2801Q178.14062 265.74884 178.14062 264.92072Q178.14062 263.93634 178.89062 263.38947Q179.64062 262.8426 181.01562 262.8426L182.0625 262.8426L182.0625 262.3426Q182.0625 261.7801 181.71875 261.45197Q181.39062 261.10822 180.71875 261.10822Q180.14062 261.10822 179.75 261.4051Q179.35938 261.68634 179.35938 262.10822L178.26562 262.10822Q178.26562 261.62384 178.59375 261.18634Q178.9375 260.74884 179.51562 260.49884Q180.09375 260.23322 180.78125 260.23322Q181.89062 260.23322 182.5 260.7801Q183.125 261.32697 183.15625 262.2801L183.15625 265.20197Q183.15625 266.07697 183.375 266.5926L183.375 266.68634L182.23438 266.68634ZM180.4375 265.85822Q180.95312 265.85822 181.40625 265.5926Q181.85938 265.32697 182.0625 264.9051L182.0625 263.60822L181.21875 263.60822Q179.21875 263.60822 179.21875 264.7801Q179.21875 265.2801 179.5625 265.57697Q179.90625 265.85822 180.4375 265.85822ZM186.79688 258.81134L186.79688 260.3426L187.96875 260.3426L187.96875 261.18634L186.79688 261.18634L186.79688 265.10822Q186.79688 265.49884 186.95312 265.68634Q187.10938 265.87384 187.48438 265.87384Q187.67188 265.87384 188.0 265.81134L188.0 266.68634Q187.57812 266.81134 187.17188 266.81134Q186.45312 266.81134 186.07812 266.37384Q185.70312 265.92072 185.70312 265.10822L185.70312 261.18634L184.54688 261.18634L184.54688 260.3426L185.70312 260.3426L185.70312 258.81134L186.79688 258.81134ZM190.5 266.68634L189.42188 266.68634L189.42188 260.3426L190.5 260.3426L190.5 266.68634ZM189.32812 258.67072Q189.32812 258.4051 189.48438 258.2176Q189.65625 258.0301 189.96875 258.0301Q190.28125 258.0301 190.4375 258.2176Q190.60938 258.4051 190.60938 258.67072Q190.60938 258.92072 190.4375 259.10822Q190.28125 259.2801 189.96875 259.2801Q189.65625 259.2801 189.48438 259.10822Q189.32812 258.92072 189.32812 258.67072ZM196.01562 264.99884Q196.01562 264.56134 195.67188 264.32697Q195.34375 264.07697 194.51562 263.9051Q193.70312 263.73322 193.21875 263.48322Q192.73438 263.23322 192.5 262.9051Q192.28125 262.56134 192.28125 262.0926Q192.28125 261.31134 192.9375 260.7801Q193.59375 260.23322 194.625 260.23322Q195.70312 260.23322 196.35938 260.79572Q197.03125 261.3426 197.03125 262.20197L195.95312 262.20197Q195.95312 261.76447 195.5625 261.45197Q195.1875 261.12384 194.625 261.12384Q194.03125 261.12384 193.6875 261.38947Q193.35938 261.63947 193.35938 262.04572Q193.35938 262.43634 193.67188 262.63947Q193.98438 262.8426 194.79688 263.0301Q195.60938 263.20197 196.10938 263.45197Q196.60938 263.70197 196.84375 264.06134Q197.09375 264.42072 197.09375 264.92072Q197.09375 265.7801 196.40625 266.29572Q195.73438 266.81134 194.65625 266.81134Q193.89062 266.81134 193.29688 266.54572Q192.71875 266.26447 192.39062 265.7801Q192.0625 265.29572 192.0625 264.73322L193.14062 264.73322Q193.17188 265.2801 193.57812 265.60822Q193.98438 265.92072 194.65625 265.92072Q195.26562 265.92072 195.64062 265.67072Q196.01562 265.42072 196.01562 264.99884ZM198.85938 266.68634L198.85938 261.18634L197.85938 261.18634L197.85938 260.3426L198.85938 260.3426L198.85938 259.70197Q198.85938 258.67072 199.39062 258.12384Q199.9375 257.56134 200.9375 257.56134Q201.3125 257.56134 201.6875 257.6551L201.625 258.54572Q201.34375 258.48322 201.04688 258.48322Q200.51562 258.48322 200.21875 258.79572Q199.9375 259.10822 199.9375 259.67072L199.9375 260.3426L201.29688 260.3426L201.29688 261.18634L199.9375 261.18634L199.9375 266.68634L198.85938 266.68634ZM203.5 266.68634L202.42188 266.68634L202.42188 260.3426L203.5 260.3426L203.5 266.68634ZM202.32812 258.67072Q202.32812 258.4051 202.48438 258.2176Q202.65625 258.0301 202.96875 258.0301Q203.28125 258.0301 203.4375 258.2176Q203.60938 258.4051 203.60938 258.67072Q203.60938 258.92072 203.4375 259.10822Q203.28125 259.2801 202.96875 259.2801Q202.65625 259.2801 202.48438 259.10822Q202.32812 258.92072 202.32812 258.67072ZM207.95312 266.81134Q206.65625 266.81134 205.84375 265.9676Q205.04688 265.10822 205.04688 263.68634L205.04688 263.49884Q205.04688 262.54572 205.40625 261.81134Q205.76562 261.06134 206.40625 260.6551Q207.0625 260.23322 207.8125 260.23322Q209.04688 260.23322 209.73438 261.04572Q210.42188 261.85822 210.42188 263.37384L210.42188 263.82697L206.125 263.82697Q206.15625 264.76447 206.67188 265.3426Q207.20312 265.92072 208.01562 265.92072Q208.57812 265.92072 208.96875 265.68634Q209.375 265.45197 209.6875 265.06134L210.34375 265.57697Q209.54688 266.81134 207.95312 266.81134ZM207.8125 261.12384Q207.15625 261.12384 206.70312 261.60822Q206.26562 262.07697 206.17188 262.93634L209.34375 262.93634L209.34375 262.85822Q209.29688 262.0301 208.89062 261.57697Q208.5 261.12384 207.8125 261.12384ZM211.0625 263.4676Q211.0625 261.99884 211.75 261.12384Q212.4375 260.23322 213.5625 260.23322Q214.67188 260.23322 215.32812 260.98322L215.32812 257.68634L216.40625 257.68634L216.40625 266.68634L215.40625 266.68634L215.35938 265.99884Q214.70312 266.81134 213.54688 266.81134Q212.45312 266.81134 211.75 265.9051Q211.0625 264.99884 211.0625 263.54572L211.0625 263.4676ZM212.14062 263.5926Q212.14062 264.67072 212.57812 265.2801Q213.03125 265.88947 213.8125 265.88947Q214.84375 265.88947 215.32812 264.95197L215.32812 262.04572Q214.84375 261.1551 213.82812 261.1551Q213.03125 261.1551 212.57812 261.76447Q212.14062 262.37384 212.14062 263.5926Z" fill-rule="nonzero"/><path fill="#b6d7a8" d="M233.5 257.18634C233.5 256.63406 233.94771 256.18634 234.5 256.18634L244.5 256.18634C245.05229 256.18634 245.5 256.63406 245.5 257.18634L245.5 267.18634C245.5 267.73865 245.05229 268.18634 244.5 268.18634L234.5 268.18634C233.94771 268.18634 233.5 267.73865 233.5 267.18634Z" fill-rule="nonzero"/><path fill="#666666" d="M257.0 262.88947Q255.5625 262.4676 254.89062 261.85822Q254.23438 261.24884 254.23438 260.35822Q254.23438 259.35822 255.03125 258.70197Q255.84375 258.0301 257.14062 258.0301Q258.01562 258.0301 258.70312 258.37384Q259.39062 258.7176 259.76562 259.31134Q260.15625 259.9051 260.15625 260.62384L259.01562 260.62384Q259.01562 259.8426 258.51562 259.4051Q258.03125 258.9676 257.14062 258.9676Q256.3125 258.9676 255.84375 259.3426Q255.375 259.70197 255.375 260.3426Q255.375 260.87384 255.8125 261.23322Q256.26562 261.5926 257.32812 261.88947Q258.39062 262.18634 258.98438 262.54572Q259.59375 262.9051 259.875 263.38947Q260.17188 263.87384 260.17188 264.51447Q260.17188 265.56134 259.35938 266.18634Q258.54688 266.81134 257.20312 266.81134Q256.3125 266.81134 255.54688 266.4676Q254.79688 266.12384 254.375 265.54572Q253.96875 264.95197 253.96875 264.2176L255.09375 264.2176Q255.09375 264.98322 255.67188 265.43634Q256.25 265.88947 257.20312 265.88947Q258.09375 265.88947 258.5625 265.5301Q259.03125 265.1551 259.03125 264.5301Q259.03125 263.9051 258.59375 263.56134Q258.15625 263.2176 257.0 262.88947ZM262.5 266.68634L261.42188 266.68634L261.42188 257.68634L262.5 257.68634L262.5 266.68634ZM265.5 266.68634L264.42188 266.68634L264.42188 260.3426L265.5 260.3426L265.5 266.68634ZM264.32812 258.67072Q264.32812 258.4051 264.48438 258.2176Q264.65625 258.0301 264.96875 258.0301Q265.28125 258.0301 265.4375 258.2176Q265.60938 258.4051 265.60938 258.67072Q265.60938 258.92072 265.4375 259.10822Q265.28125 259.2801 264.96875 259.2801Q264.65625 259.2801 264.48438 259.10822Q264.32812 258.92072 264.32812 258.67072ZM267.0625 263.4676Q267.0625 261.98322 267.75 261.10822Q268.4375 260.23322 269.5625 260.23322Q270.71875 260.23322 271.375 261.04572L271.42188 260.3426L272.42188 260.3426L272.42188 266.5301Q272.42188 267.76447 271.6875 268.4676Q270.95312 269.18634 269.73438 269.18634Q269.04688 269.18634 268.39062 268.88947Q267.73438 268.5926 267.39062 268.0926L267.95312 267.43634Q268.64062 268.29572 269.65625 268.29572Q270.4375 268.29572 270.875 267.8426Q271.32812 267.4051 271.32812 266.5926L271.32812 266.04572Q270.67188 266.81134 269.54688 266.81134Q268.4375 266.81134 267.75 265.92072Q267.0625 265.01447 267.0625 263.4676ZM268.15625 263.5926Q268.15625 264.6551 268.59375 265.2801Q269.03125 265.88947 269.82812 265.88947Q270.84375 265.88947 271.32812 264.95197L271.32812 262.06134Q270.82812 261.1551 269.82812 261.1551Q269.04688 261.1551 268.59375 261.76447Q268.15625 262.37384 268.15625 263.5926ZM275.40625 261.10822Q276.125 260.23322 277.28125 260.23322Q279.29688 260.23322 279.3125 262.49884L279.3125 266.68634L278.21875 266.68634L278.21875 262.48322Q278.21875 261.81134 277.90625 261.48322Q277.60938 261.1551 276.95312 261.1551Q276.42188 261.1551 276.01562 261.43634Q275.625 261.7176 275.40625 262.17072L275.40625 266.68634L274.32812 266.68634L274.32812 257.68634L275.40625 257.68634L275.40625 261.10822ZM282.79688 258.81134L282.79688 260.3426L283.96875 260.3426L283.96875 261.18634L282.79688 261.18634L282.79688 265.10822Q282.79688 265.49884 282.95312 265.68634Q283.10938 265.87384 283.48438 265.87384Q283.67188 265.87384 284.0 265.81134L284.0 266.68634Q283.57812 266.81134 283.17188 266.81134Q282.45312 266.81134 282.07812 266.37384Q281.70312 265.92072 281.70312 265.10822L281.70312 261.18634L280.54688 261.18634L280.54688 260.3426L281.70312 260.3426L281.70312 258.81134L282.79688 258.81134ZM286.5 266.68634L285.42188 266.68634L285.42188 257.68634L286.5 257.68634L286.5 266.68634ZM290.39062 265.0926L291.875 260.3426L293.03125 260.3426L290.48438 267.67072Q289.89062 269.24884 288.60938 269.24884L288.39062 269.23322L288.0 269.1551L288.0 268.2801L288.28125 268.29572Q288.84375 268.29572 289.14062 268.07697Q289.45312 267.85822 289.65625 267.26447L289.89062 266.60822L287.625 260.3426L288.8125 260.3426L290.39062 265.0926ZM301.01562 264.99884Q301.01562 264.56134 300.67188 264.32697Q300.34375 264.07697 299.51562 263.9051Q298.70312 263.73322 298.21875 263.48322Q297.73438 263.23322 297.5 262.9051Q297.28125 262.56134 297.28125 262.0926Q297.28125 261.31134 297.9375 260.7801Q298.59375 260.23322 299.625 260.23322Q300.70312 260.23322 301.35938 260.79572Q302.03125 261.3426 302.03125 262.20197L300.95312 262.20197Q300.95312 261.76447 300.5625 261.45197Q300.1875 261.12384 299.625 261.12384Q299.03125 261.12384 298.6875 261.38947Q298.35938 261.63947 298.35938 262.04572Q298.35938 262.43634 298.67188 262.63947Q298.98438 262.8426 299.79688 263.0301Q300.60938 263.20197 301.10938 263.45197Q301.60938 263.70197 301.84375 264.06134Q302.09375 264.42072 302.09375 264.92072Q302.09375 265.7801 301.40625 266.29572Q300.73438 266.81134 299.65625 266.81134Q298.89062 266.81134 298.29688 266.54572Q297.71875 266.26447 297.39062 265.7801Q297.0625 265.29572 297.0625 264.73322L298.14062 264.73322Q298.17188 265.2801 298.57812 265.60822Q298.98438 265.92072 299.65625 265.92072Q300.26562 265.92072 300.64062 265.67072Q301.01562 265.42072 301.01562 264.99884ZM307.23438 266.68634Q307.14062 266.49884 307.07812 266.01447Q306.32812 266.81134 305.28125 266.81134Q304.34375 266.81134 303.73438 266.2801Q303.14062 265.74884 303.14062 264.92072Q303.14062 263.93634 303.89062 263.38947Q304.64062 262.8426 306.01562 262.8426L307.0625 262.8426L307.0625 262.3426Q307.0625 261.7801 306.71875 261.45197Q306.39062 261.10822 305.71875 261.10822Q305.14062 261.10822 304.75 261.4051Q304.35938 261.68634 304.35938 262.10822L303.26562 262.10822Q303.26562 261.62384 303.59375 261.18634Q303.9375 260.74884 304.51562 260.49884Q305.09375 260.23322 305.78125 260.23322Q306.89062 260.23322 307.5 260.7801Q308.125 261.32697 308.15625 262.2801L308.15625 265.20197Q308.15625 266.07697 308.375 266.5926L308.375 266.68634L307.23438 266.68634ZM305.4375 265.85822Q305.95312 265.85822 306.40625 265.5926Q306.85938 265.32697 307.0625 264.9051L307.0625 263.60822L306.21875 263.60822Q304.21875 263.60822 304.21875 264.7801Q304.21875 265.2801 304.5625 265.57697Q304.90625 265.85822 305.4375 265.85822ZM311.79688 258.81134L311.79688 260.3426L312.96875 260.3426L312.96875 261.18634L311.79688 261.18634L311.79688 265.10822Q311.79688 265.49884 311.95312 265.68634Q312.10938 265.87384 312.48438 265.87384Q312.67188 265.87384 313.0 265.81134L313.0 266.68634Q312.57812 266.81134 312.17188 266.81134Q311.45312 266.81134 311.07812 266.37384Q310.70312 265.92072 310.70312 265.10822L310.70312 261.18634L309.54688 261.18634L309.54688 260.3426L310.70312 260.3426L310.70312 258.81134L311.79688 258.81134ZM315.5 266.68634L314.42188 266.68634L314.42188 260.3426L315.5 260.3426L315.5 266.68634ZM314.32812 258.67072Q314.32812 258.4051 314.48438 258.2176Q314.65625 258.0301 314.96875 258.0301Q315.28125 258.0301 315.4375 258.2176Q315.60938 258.4051 315.60938 258.67072Q315.60938 258.92072 315.4375 259.10822Q315.28125 259.2801 314.96875 259.2801Q314.65625 259.2801 314.48438 259.10822Q314.32812 258.92072 314.32812 258.67072ZM321.01562 264.99884Q321.01562 264.56134 320.67188 264.32697Q320.34375 264.07697 319.51562 263.9051Q318.70312 263.73322 318.21875 263.48322Q317.73438 263.23322 317.5 262.9051Q317.28125 262.56134 317.28125 262.0926Q317.28125 261.31134 317.9375 260.7801Q318.59375 260.23322 319.625 260.23322Q320.70312 260.23322 321.35938 260.79572Q322.03125 261.3426 322.03125 262.20197L320.95312 262.20197Q320.95312 261.76447 320.5625 261.45197Q320.1875 261.12384 319.625 261.12384Q319.03125 261.12384 318.6875 261.38947Q318.35938 261.63947 318.35938 262.04572Q318.35938 262.43634 318.67188 262.63947Q318.98438 262.8426 319.79688 263.0301Q320.60938 263.20197 321.10938 263.45197Q321.60938 263.70197 321.84375 264.06134Q322.09375 264.42072 322.09375 264.92072Q322.09375 265.7801 321.40625 266.29572Q320.73438 266.81134 319.65625 266.81134Q318.89062 266.81134 318.29688 266.54572Q317.71875 266.26447 317.39062 265.7801Q317.0625 265.29572 317.0625 264.73322L318.14062 264.73322Q318.17188 265.2801 318.57812 265.60822Q318.98438 265.92072 319.65625 265.92072Q320.26562 265.92072 320.64062 265.67072Q321.01562 265.42072 321.01562 264.99884ZM323.85938 266.68634L323.85938 261.18634L322.85938 261.18634L322.85938 260.3426L323.85938 260.3426L323.85938 259.70197Q323.85938 258.67072 324.39062 258.12384Q324.9375 257.56134 325.9375 257.56134Q326.3125 257.56134 326.6875 257.6551L326.625 258.54572Q326.34375 258.48322 326.04688 258.48322Q325.51562 258.48322 325.21875 258.79572Q324.9375 259.10822 324.9375 259.67072L324.9375 260.3426L326.29688 260.3426L326.29688 261.18634L324.9375 261.18634L324.9375 266.68634L323.85938 266.68634ZM328.5 266.68634L327.42188 266.68634L327.42188 260.3426L328.5 260.3426L328.5 266.68634ZM327.32812 258.67072Q327.32812 258.4051 327.48438 258.2176Q327.65625 258.0301 327.96875 258.0301Q328.28125 258.0301 328.4375 258.2176Q328.60938 258.4051 328.60938 258.67072Q328.60938 258.92072 328.4375 259.10822Q328.28125 259.2801 327.96875 259.2801Q327.65625 259.2801 327.48438 259.10822Q327.32812 258.92072 327.32812 258.67072ZM332.95312 266.81134Q331.65625 266.81134 330.84375 265.9676Q330.04688 265.10822 330.04688 263.68634L330.04688 263.49884Q330.04688 262.54572 330.40625 261.81134Q330.76562 261.06134 331.40625 260.6551Q332.0625 260.23322 332.8125 260.23322Q334.04688 260.23322 334.73438 261.04572Q335.42188 261.85822 335.42188 263.37384L335.42188 263.82697L331.125 263.82697Q331.15625 264.76447 331.67188 265.3426Q332.20312 265.92072 333.01562 265.92072Q333.57812 265.92072 333.96875 265.68634Q334.375 265.45197 334.6875 265.06134L335.34375 265.57697Q334.54688 266.81134 332.95312 266.81134ZM332.8125 261.12384Q332.15625 261.12384 331.70312 261.60822Q331.26562 262.07697 331.17188 262.93634L334.34375 262.93634L334.34375 262.85822Q334.29688 262.0301 333.89062 261.57697Q333.5 261.12384 332.8125 261.12384ZM336.0625 263.4676Q336.0625 261.99884 336.75 261.12384Q337.4375 260.23322 338.5625 260.23322Q339.67188 260.23322 340.32812 260.98322L340.32812 257.68634L341.40625 257.68634L341.40625 266.68634L340.40625 266.68634L340.35938 265.99884Q339.70312 266.81134 338.54688 266.81134Q337.45312 266.81134 336.75 265.9051Q336.0625 264.99884 336.0625 263.54572L336.0625 263.4676ZM337.14062 263.5926Q337.14062 264.67072 337.57812 265.2801Q338.03125 265.88947 338.8125 265.88947Q339.84375 265.88947 340.32812 264.95197L340.32812 262.04572Q339.84375 261.1551 338.82812 261.1551Q338.03125 261.1551 337.57812 261.76447Q337.14062 262.37384 337.14062 263.5926Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M358.5 257.18634C358.5 256.63406 358.94772 256.18634 359.5 256.18634L369.5 256.18634C370.05228 256.18634 370.5 256.63406 370.5 257.18634L370.5 267.18634C370.5 267.73865 370.05228 268.18634 369.5 268.18634L359.5 268.18634C358.94772 268.18634 358.5 267.73865 358.5 267.18634Z" fill-rule="nonzero"/><path fill="#666666" d="M380.9375 258.1551L383.73438 265.10822L386.51562 258.1551L387.98438 258.1551L387.98438 266.68634L386.85938 266.68634L386.85938 263.35822L386.96875 259.7801L384.15625 266.68634L383.29688 266.68634L380.5 259.79572L380.60938 263.35822L380.60938 266.68634L379.48438 266.68634L379.48438 258.1551L380.9375 258.1551ZM389.03125 263.45197Q389.03125 262.5301 389.39062 261.7801Q389.76562 261.0301 390.42188 260.63947Q391.07812 260.23322 391.90625 260.23322Q393.20312 260.23322 394.0 261.12384Q394.8125 262.01447 394.8125 263.51447L394.8125 263.5926Q394.8125 264.51447 394.45312 265.24884Q394.09375 265.98322 393.4375 266.4051Q392.78125 266.81134 391.92188 266.81134Q390.64062 266.81134 389.82812 265.92072Q389.03125 265.01447 389.03125 263.5301L389.03125 263.45197ZM390.125 263.5926Q390.125 264.63947 390.60938 265.2801Q391.10938 265.92072 391.92188 265.92072Q392.75 265.92072 393.23438 265.2801Q393.71875 264.62384 393.71875 263.45197Q393.71875 262.42072 393.21875 261.7801Q392.73438 261.12384 391.90625 261.12384Q391.10938 261.12384 390.60938 261.76447Q390.125 262.38947 390.125 263.5926ZM396.0625 263.4676Q396.0625 261.99884 396.75 261.12384Q397.4375 260.23322 398.5625 260.23322Q399.67188 260.23322 400.32812 260.98322L400.32812 257.68634L401.40625 257.68634L401.40625 266.68634L400.40625 266.68634L400.35938 265.99884Q399.70312 266.81134 398.54688 266.81134Q397.45312 266.81134 396.75 265.9051Q396.0625 264.99884 396.0625 263.54572L396.0625 263.4676ZM397.14062 263.5926Q397.14062 264.67072 397.57812 265.2801Q398.03125 265.88947 398.8125 265.88947Q399.84375 265.88947 400.32812 264.95197L400.32812 262.04572Q399.84375 261.1551 398.82812 261.1551Q398.03125 261.1551 397.57812 261.76447Q397.14062 262.37384 397.14062 263.5926ZM405.95312 266.81134Q404.65625 266.81134 403.84375 265.9676Q403.04688 265.10822 403.04688 263.68634L403.04688 263.49884Q403.04688 262.54572 403.40625 261.81134Q403.76562 261.06134 404.40625 260.6551Q405.0625 260.23322 405.8125 260.23322Q407.04688 260.23322 407.73438 261.04572Q408.42188 261.85822 408.42188 263.37384L408.42188 263.82697L404.125 263.82697Q404.15625 264.76447 404.67188 265.3426Q405.20312 265.92072 406.01562 265.92072Q406.57812 265.92072 406.96875 265.68634Q407.375 265.45197 407.6875 265.06134L408.34375 265.57697Q407.54688 266.81134 405.95312 266.81134ZM405.8125 261.12384Q405.15625 261.12384 404.70312 261.60822Q404.26562 262.07697 404.17188 262.93634L407.34375 262.93634L407.34375 262.85822Q407.29688 262.0301 406.89062 261.57697Q406.5 261.12384 405.8125 261.12384ZM412.39062 261.31134Q412.14062 261.2801 411.85938 261.2801Q410.78125 261.2801 410.40625 262.18634L410.40625 266.68634L409.32812 266.68634L409.32812 260.3426L410.375 260.3426L410.39062 261.07697Q410.92188 260.23322 411.90625 260.23322Q412.21875 260.23322 412.39062 260.31134L412.39062 261.31134ZM417.23438 266.68634Q417.14062 266.49884 417.07812 266.01447Q416.32812 266.81134 415.28125 266.81134Q414.34375 266.81134 413.73438 266.2801Q413.14062 265.74884 413.14062 264.92072Q413.14062 263.93634 413.89062 263.38947Q414.64062 262.8426 416.01562 262.8426L417.0625 262.8426L417.0625 262.3426Q417.0625 261.7801 416.71875 261.45197Q416.39062 261.10822 415.71875 261.10822Q415.14062 261.10822 414.75 261.4051Q414.35938 261.68634 414.35938 262.10822L413.26562 262.10822Q413.26562 261.62384 413.59375 261.18634Q413.9375 260.74884 414.51562 260.49884Q415.09375 260.23322 415.78125 260.23322Q416.89062 260.23322 417.5 260.7801Q418.125 261.32697 418.15625 262.2801L418.15625 265.20197Q418.15625 266.07697 418.375 266.5926L418.375 266.68634L417.23438 266.68634ZM415.4375 265.85822Q415.95312 265.85822 416.40625 265.5926Q416.85938 265.32697 417.0625 264.9051L417.0625 263.60822L416.21875 263.60822Q414.21875 263.60822 414.21875 264.7801Q414.21875 265.2801 414.5625 265.57697Q414.90625 265.85822 415.4375 265.85822ZM421.79688 258.81134L421.79688 260.3426L422.96875 260.3426L422.96875 261.18634L421.79688 261.18634L421.79688 265.10822Q421.79688 265.49884 421.95312 265.68634Q422.10938 265.87384 422.48438 265.87384Q422.67188 265.87384 423.0 265.81134L423.0 266.68634Q422.57812 266.81134 422.17188 266.81134Q421.45312 266.81134 421.07812 266.37384Q420.70312 265.92072 420.70312 265.10822L420.70312 261.18634L419.54688 261.18634L419.54688 260.3426L420.70312 260.3426L420.70312 258.81134L421.79688 258.81134ZM426.95312 266.81134Q425.65625 266.81134 424.84375 265.9676Q424.04688 265.10822 424.04688 263.68634L424.04688 263.49884Q424.04688 262.54572 424.40625 261.81134Q424.76562 261.06134 425.40625 260.6551Q426.0625 260.23322 426.8125 260.23322Q428.04688 260.23322 428.73438 261.04572Q429.42188 261.85822 429.42188 263.37384L429.42188 263.82697L425.125 263.82697Q425.15625 264.76447 425.67188 265.3426Q426.20312 265.92072 427.01562 265.92072Q427.57812 265.92072 427.96875 265.68634Q428.375 265.45197 428.6875 265.06134L429.34375 265.57697Q428.54688 266.81134 426.95312 266.81134ZM426.8125 261.12384Q426.15625 261.12384 425.70312 261.60822Q425.26562 262.07697 425.17188 262.93634L428.34375 262.93634L428.34375 262.85822Q428.29688 262.0301 427.89062 261.57697Q427.5 261.12384 426.8125 261.12384ZM431.5 266.68634L430.42188 266.68634L430.42188 257.68634L431.5 257.68634L431.5 266.68634ZM435.39062 265.0926L436.875 260.3426L438.03125 260.3426L435.48438 267.67072Q434.89062 269.24884 433.60938 269.24884L433.39062 269.23322L433.0 269.1551L433.0 268.2801L433.28125 268.29572Q433.84375 268.29572 434.14062 268.07697Q434.45312 267.85822 434.65625 267.26447L434.89062 266.60822L432.625 260.3426L433.8125 260.3426L435.39062 265.0926ZM446.01562 264.99884Q446.01562 264.56134 445.67188 264.32697Q445.34375 264.07697 444.51562 263.9051Q443.70312 263.73322 443.21875 263.48322Q442.73438 263.23322 442.5 262.9051Q442.28125 262.56134 442.28125 262.0926Q442.28125 261.31134 442.9375 260.7801Q443.59375 260.23322 444.625 260.23322Q445.70312 260.23322 446.35938 260.79572Q447.03125 261.3426 447.03125 262.20197L445.95312 262.20197Q445.95312 261.76447 445.5625 261.45197Q445.1875 261.12384 444.625 261.12384Q444.03125 261.12384 443.6875 261.38947Q443.35938 261.63947 443.35938 262.04572Q443.35938 262.43634 443.67188 262.63947Q443.98438 262.8426 444.79688 263.0301Q445.60938 263.20197 446.10938 263.45197Q446.60938 263.70197 446.84375 264.06134Q447.09375 264.42072 447.09375 264.92072Q447.09375 265.7801 446.40625 266.29572Q445.73438 266.81134 444.65625 266.81134Q443.89062 266.81134 443.29688 266.54572Q442.71875 266.26447 442.39062 265.7801Q442.0625 265.29572 442.0625 264.73322L443.14062 264.73322Q443.17188 265.2801 443.57812 265.60822Q443.98438 265.92072 444.65625 265.92072Q445.26562 265.92072 445.64062 265.67072Q446.01562 265.42072 446.01562 264.99884ZM452.23438 266.68634Q452.14062 266.49884 452.07812 266.01447Q451.32812 266.81134 450.28125 266.81134Q449.34375 266.81134 448.73438 266.2801Q448.14062 265.74884 448.14062 264.92072Q448.14062 263.93634 448.89062 263.38947Q449.64062 262.8426 451.01562 262.8426L452.0625 262.8426L452.0625 262.3426Q452.0625 261.7801 451.71875 261.45197Q451.39062 261.10822 450.71875 261.10822Q450.14062 261.10822 449.75 261.4051Q449.35938 261.68634 449.35938 262.10822L448.26562 262.10822Q448.26562 261.62384 448.59375 261.18634Q448.9375 260.74884 449.51562 260.49884Q450.09375 260.23322 450.78125 260.23322Q451.89062 260.23322 452.5 260.7801Q453.125 261.32697 453.15625 262.2801L453.15625 265.20197Q453.15625 266.07697 453.375 266.5926L453.375 266.68634L452.23438 266.68634ZM450.4375 265.85822Q450.95312 265.85822 451.40625 265.5926Q451.85938 265.32697 452.0625 264.9051L452.0625 263.60822L451.21875 263.60822Q449.21875 263.60822 449.21875 264.7801Q449.21875 265.2801 449.5625 265.57697Q449.90625 265.85822 450.4375 265.85822ZM456.79688 258.81134L456.79688 260.3426L457.96875 260.3426L457.96875 261.18634L456.79688 261.18634L456.79688 265.10822Q456.79688 265.49884 456.95312 265.68634Q457.10938 265.87384 457.48438 265.87384Q457.67188 265.87384 458.0 265.81134L458.0 266.68634Q457.57812 266.81134 457.17188 266.81134Q456.45312 266.81134 456.07812 266.37384Q455.70312 265.92072 455.70312 265.10822L455.70312 261.18634L454.54688 261.18634L454.54688 260.3426L455.70312 260.3426L455.70312 258.81134L456.79688 258.81134ZM460.5 266.68634L459.42188 266.68634L459.42188 260.3426L460.5 260.3426L460.5 266.68634ZM459.32812 258.67072Q459.32812 258.4051 459.48438 258.2176Q459.65625 258.0301 459.96875 258.0301Q460.28125 258.0301 460.4375 258.2176Q460.60938 258.4051 460.60938 258.67072Q460.60938 258.92072 460.4375 259.10822Q460.28125 259.2801 459.96875 259.2801Q459.65625 259.2801 459.48438 259.10822Q459.32812 258.92072 459.32812 258.67072ZM466.01562 264.99884Q466.01562 264.56134 465.67188 264.32697Q465.34375 264.07697 464.51562 263.9051Q463.70312 263.73322 463.21875 263.48322Q462.73438 263.23322 462.5 262.9051Q462.28125 262.56134 462.28125 262.0926Q462.28125 261.31134 462.9375 260.7801Q463.59375 260.23322 464.625 260.23322Q465.70312 260.23322 466.35938 260.79572Q467.03125 261.3426 467.03125 262.20197L465.95312 262.20197Q465.95312 261.76447 465.5625 261.45197Q465.1875 261.12384 464.625 261.12384Q464.03125 261.12384 463.6875 261.38947Q463.35938 261.63947 463.35938 262.04572Q463.35938 262.43634 463.67188 262.63947Q463.98438 262.8426 464.79688 263.0301Q465.60938 263.20197 466.10938 263.45197Q466.60938 263.70197 466.84375 264.06134Q467.09375 264.42072 467.09375 264.92072Q467.09375 265.7801 466.40625 266.29572Q465.73438 266.81134 464.65625 266.81134Q463.89062 266.81134 463.29688 266.54572Q462.71875 266.26447 462.39062 265.7801Q462.0625 265.29572 462.0625 264.73322L463.14062 264.73322Q463.17188 265.2801 463.57812 265.60822Q463.98438 265.92072 464.65625 265.92072Q465.26562 265.92072 465.64062 265.67072Q466.01562 265.42072 466.01562 264.99884ZM469.5 266.68634L468.42188 266.68634L468.42188 260.3426L469.5 260.3426L469.5 266.68634ZM468.32812 258.67072Q468.32812 258.4051 468.48438 258.2176Q468.65625 258.0301 468.96875 258.0301Q469.28125 258.0301 469.4375 258.2176Q469.60938 258.4051 469.60938 258.67072Q469.60938 258.92072 469.4375 259.10822Q469.28125 259.2801 468.96875 259.2801Q468.65625 259.2801 468.48438 259.10822Q468.32812 258.92072 468.32812 258.67072ZM471.85938 266.68634L471.85938 261.18634L470.85938 261.18634L470.85938 260.3426L471.85938 260.3426L471.85938 259.70197Q471.85938 258.67072 472.39062 258.12384Q472.9375 257.56134 473.9375 257.56134Q474.3125 257.56134 474.6875 257.6551L474.625 258.54572Q474.34375 258.48322 474.04688 258.48322Q473.51562 258.48322 473.21875 258.79572Q472.9375 259.10822 472.9375 259.67072L472.9375 260.3426L474.29688 260.3426L474.29688 261.18634L472.9375 261.18634L472.9375 266.68634L471.85938 266.68634ZM477.95312 266.81134Q476.65625 266.81134 475.84375 265.9676Q475.04688 265.10822 475.04688 263.68634L475.04688 263.49884Q475.04688 262.54572 475.40625 261.81134Q475.76562 261.06134 476.40625 260.6551Q477.0625 260.23322 477.8125 260.23322Q479.04688 260.23322 479.73438 261.04572Q480.42188 261.85822 480.42188 263.37384L480.42188 263.82697L476.125 263.82697Q476.15625 264.76447 476.67188 265.3426Q477.20312 265.92072 478.01562 265.92072Q478.57812 265.92072 478.96875 265.68634Q479.375 265.45197 479.6875 265.06134L480.34375 265.57697Q479.54688 266.81134 477.95312 266.81134ZM477.8125 261.12384Q477.15625 261.12384 476.70312 261.60822Q476.26562 262.07697 476.17188 262.93634L479.34375 262.93634L479.34375 262.85822Q479.29688 262.0301 478.89062 261.57697Q478.5 261.12384 477.8125 261.12384ZM481.0625 263.4676Q481.0625 261.99884 481.75 261.12384Q482.4375 260.23322 483.5625 260.23322Q484.67188 260.23322 485.32812 260.98322L485.32812 257.68634L486.40625 257.68634L486.40625 266.68634L485.40625 266.68634L485.35938 265.99884Q484.70312 266.81134 483.54688 266.81134Q482.45312 266.81134 481.75 265.9051Q481.0625 264.99884 481.0625 263.54572L481.0625 263.4676ZM482.14062 263.5926Q482.14062 264.67072 482.57812 265.2801Q483.03125 265.88947 483.8125 265.88947Q484.84375 265.88947 485.32812 264.95197L485.32812 262.04572Q484.84375 261.1551 483.82812 261.1551Q483.03125 261.1551 482.57812 261.76447Q482.14062 262.37384 482.14062 263.5926Z" fill-rule="nonzero"/><path fill="#38761d" d="M503.5 257.18634C503.5 256.63406 503.94772 256.18634 504.5 256.18634L514.5 256.18634C515.0523 256.18634 515.5 256.63406 515.5 257.18634L515.5 267.18634C515.5 267.73865 515.0523 268.18634 514.5 268.18634L504.5 268.18634C503.94772 268.18634 503.5 267.73865 503.5 267.18634Z" fill-rule="nonzero"/><path fill="#666666" d="M527.3125 265.18634L529.75 258.1551L530.9844 258.1551L527.8125 266.68634L526.8281 266.68634L523.6719 258.1551L524.8906 258.1551L527.3125 265.18634ZM534.9531 266.81134Q533.65625 266.81134 532.84375 265.9676Q532.0469 265.10822 532.0469 263.68634L532.0469 263.49884Q532.0469 262.54572 532.40625 261.81134Q532.7656 261.06134 533.40625 260.6551Q534.0625 260.23322 534.8125 260.23322Q536.0469 260.23322 536.7344 261.04572Q537.4219 261.85822 537.4219 263.37384L537.4219 263.82697L533.125 263.82697Q533.15625 264.76447 533.6719 265.3426Q534.2031 265.92072 535.0156 265.92072Q535.5781 265.92072 535.96875 265.68634Q536.375 265.45197 536.6875 265.06134L537.34375 265.57697Q536.5469 266.81134 534.9531 266.81134ZM534.8125 261.12384Q534.15625 261.12384 533.7031 261.60822Q533.2656 262.07697 533.1719 262.93634L536.34375 262.93634L536.34375 262.85822Q536.2969 262.0301 535.8906 261.57697Q535.5 261.12384 534.8125 261.12384ZM541.3906 261.31134Q541.1406 261.2801 540.8594 261.2801Q539.78125 261.2801 539.40625 262.18634L539.40625 266.68634L538.3281 266.68634L538.3281 260.3426L539.375 260.3426L539.3906 261.07697Q539.9219 260.23322 540.90625 260.23322Q541.21875 260.23322 541.3906 260.31134L541.3906 261.31134ZM544.3906 265.0926L545.875 260.3426L547.03125 260.3426L544.4844 267.67072Q543.8906 269.24884 542.6094 269.24884L542.3906 269.23322L542.0 269.1551L542.0 268.2801L542.28125 268.29572Q542.84375 268.29572 543.1406 268.07697Q543.4531 267.85822 543.65625 267.26447L543.8906 266.60822L541.625 260.3426L542.8125 260.3426L544.3906 265.0926ZM555.0156 264.99884Q555.0156 264.56134 554.6719 264.32697Q554.34375 264.07697 553.5156 263.9051Q552.7031 263.73322 552.21875 263.48322Q551.7344 263.23322 551.5 262.9051Q551.28125 262.56134 551.28125 262.0926Q551.28125 261.31134 551.9375 260.7801Q552.59375 260.23322 553.625 260.23322Q554.7031 260.23322 555.3594 260.79572Q556.03125 261.3426 556.03125 262.20197L554.9531 262.20197Q554.9531 261.76447 554.5625 261.45197Q554.1875 261.12384 553.625 261.12384Q553.03125 261.12384 552.6875 261.38947Q552.3594 261.63947 552.3594 262.04572Q552.3594 262.43634 552.6719 262.63947Q552.9844 262.8426 553.7969 263.0301Q554.6094 263.20197 555.1094 263.45197Q555.6094 263.70197 555.84375 264.06134Q556.09375 264.42072 556.09375 264.92072Q556.09375 265.7801 555.40625 266.29572Q554.7344 266.81134 553.65625 266.81134Q552.8906 266.81134 552.2969 266.54572Q551.71875 266.26447 551.3906 265.7801Q551.0625 265.29572 551.0625 264.73322L552.1406 264.73322Q552.1719 265.2801 552.5781 265.60822Q552.9844 265.92072 553.65625 265.92072Q554.2656 265.92072 554.6406 265.67072Q555.0156 265.42072 555.0156 264.99884ZM561.2344 266.68634Q561.1406 266.49884 561.0781 266.01447Q560.3281 266.81134 559.28125 266.81134Q558.34375 266.81134 557.7344 266.2801Q557.1406 265.74884 557.1406 264.92072Q557.1406 263.93634 557.8906 263.38947Q558.6406 262.8426 560.0156 262.8426L561.0625 262.8426L561.0625 262.3426Q561.0625 261.7801 560.71875 261.45197Q560.3906 261.10822 559.71875 261.10822Q559.1406 261.10822 558.75 261.4051Q558.3594 261.68634 558.3594 262.10822L557.2656 262.10822Q557.2656 261.62384 557.59375 261.18634Q557.9375 260.74884 558.5156 260.49884Q559.09375 260.23322 559.78125 260.23322Q560.8906 260.23322 561.5 260.7801Q562.125 261.32697 562.15625 262.2801L562.15625 265.20197Q562.15625 266.07697 562.375 266.5926L562.375 266.68634L561.2344 266.68634ZM559.4375 265.85822Q559.9531 265.85822 560.40625 265.5926Q560.8594 265.32697 561.0625 264.9051L561.0625 263.60822L560.21875 263.60822Q558.21875 263.60822 558.21875 264.7801Q558.21875 265.2801 558.5625 265.57697Q558.90625 265.85822 559.4375 265.85822ZM565.7969 258.81134L565.7969 260.3426L566.96875 260.3426L566.96875 261.18634L565.7969 261.18634L565.7969 265.10822Q565.7969 265.49884 565.9531 265.68634Q566.1094 265.87384 566.4844 265.87384Q566.6719 265.87384 567.0 265.81134L567.0 266.68634Q566.5781 266.81134 566.1719 266.81134Q565.4531 266.81134 565.0781 266.37384Q564.7031 265.92072 564.7031 265.10822L564.7031 261.18634L563.5469 261.18634L563.5469 260.3426L564.7031 260.3426L564.7031 258.81134L565.7969 258.81134ZM569.5 266.68634L568.4219 266.68634L568.4219 260.3426L569.5 260.3426L569.5 266.68634ZM568.3281 258.67072Q568.3281 258.4051 568.4844 258.2176Q568.65625 258.0301 568.96875 258.0301Q569.28125 258.0301 569.4375 258.2176Q569.6094 258.4051 569.6094 258.67072Q569.6094 258.92072 569.4375 259.10822Q569.28125 259.2801 568.96875 259.2801Q568.65625 259.2801 568.4844 259.10822Q568.3281 258.92072 568.3281 258.67072ZM575.0156 264.99884Q575.0156 264.56134 574.6719 264.32697Q574.34375 264.07697 573.5156 263.9051Q572.7031 263.73322 572.21875 263.48322Q571.7344 263.23322 571.5 262.9051Q571.28125 262.56134 571.28125 262.0926Q571.28125 261.31134 571.9375 260.7801Q572.59375 260.23322 573.625 260.23322Q574.7031 260.23322 575.3594 260.79572Q576.03125 261.3426 576.03125 262.20197L574.9531 262.20197Q574.9531 261.76447 574.5625 261.45197Q574.1875 261.12384 573.625 261.12384Q573.03125 261.12384 572.6875 261.38947Q572.3594 261.63947 572.3594 262.04572Q572.3594 262.43634 572.6719 262.63947Q572.9844 262.8426 573.7969 263.0301Q574.6094 263.20197 575.1094 263.45197Q575.6094 263.70197 575.84375 264.06134Q576.09375 264.42072 576.09375 264.92072Q576.09375 265.7801 575.40625 266.29572Q574.7344 266.81134 573.65625 266.81134Q572.8906 266.81134 572.2969 266.54572Q571.71875 266.26447 571.3906 265.7801Q571.0625 265.29572 571.0625 264.73322L572.1406 264.73322Q572.1719 265.2801 572.5781 265.60822Q572.9844 265.92072 573.65625 265.92072Q574.2656 265.92072 574.6406 265.67072Q575.0156 265.42072 575.0156 264.99884ZM577.8594 266.68634L577.8594 261.18634L576.8594 261.18634L576.8594 260.3426L577.8594 260.3426L577.8594 259.70197Q577.8594 258.67072 578.3906 258.12384Q578.9375 257.56134 579.9375 257.56134Q580.3125 257.56134 580.6875 257.6551L580.625 258.54572Q580.34375 258.48322 580.0469 258.48322Q579.5156 258.48322 579.21875 258.79572Q578.9375 259.10822 578.9375 259.67072L578.9375 260.3426L580.2969 260.3426L580.2969 261.18634L578.9375 261.18634L578.9375 266.68634L577.8594 266.68634ZM582.5 266.68634L581.4219 266.68634L581.4219 260.3426L582.5 260.3426L582.5 266.68634ZM581.3281 258.67072Q581.3281 258.4051 581.4844 258.2176Q581.65625 258.0301 581.96875 258.0301Q582.28125 258.0301 582.4375 258.2176Q582.6094 258.4051 582.6094 258.67072Q582.6094 258.92072 582.4375 259.10822Q582.28125 259.2801 581.96875 259.2801Q581.65625 259.2801 581.4844 259.10822Q581.3281 258.92072 581.3281 258.67072ZM586.9531 266.81134Q585.65625 266.81134 584.84375 265.9676Q584.0469 265.10822 584.0469 263.68634L584.0469 263.49884Q584.0469 262.54572 584.40625 261.81134Q584.7656 261.06134 585.40625 260.6551Q586.0625 260.23322 586.8125 260.23322Q588.0469 260.23322 588.7344 261.04572Q589.4219 261.85822 589.4219 263.37384L589.4219 263.82697L585.125 263.82697Q585.15625 264.76447 585.6719 265.3426Q586.2031 265.92072 587.0156 265.92072Q587.5781 265.92072 587.96875 265.68634Q588.375 265.45197 588.6875 265.06134L589.34375 265.57697Q588.5469 266.81134 586.9531 266.81134ZM586.8125 261.12384Q586.15625 261.12384 585.7031 261.60822Q585.2656 262.07697 585.1719 262.93634L588.34375 262.93634L588.34375 262.85822Q588.2969 262.0301 587.8906 261.57697Q587.5 261.12384 586.8125 261.12384ZM590.0625 263.4676Q590.0625 261.99884 590.75 261.12384Q591.4375 260.23322 592.5625 260.23322Q593.6719 260.23322 594.3281 260.98322L594.3281 257.68634L595.40625 257.68634L595.40625 266.68634L594.40625 266.68634L594.3594 265.99884Q593.7031 266.81134 592.5469 266.81134Q591.4531 266.81134 590.75 265.9051Q590.0625 264.99884 590.0625 263.54572L590.0625 263.4676ZM591.1406 263.5926Q591.1406 264.67072 591.5781 265.2801Q592.03125 265.88947 592.8125 265.88947Q593.84375 265.88947 594.3281 264.95197L594.3281 262.04572Q593.84375 261.1551 592.8281 261.1551Q592.03125 261.1551 591.5781 261.76447Q591.1406 262.37384 591.1406 263.5926Z" fill-rule="nonzero"/><path fill="#666666" d="M22.7625 19.6864Q22.7625 21.15515 22.2625 22.2489Q21.778126 23.327024 20.871876 23.90515Q19.965626 24.483274 18.7625 24.483274Q17.590626 24.483274 16.684376 23.90515Q15.778125 23.327024 15.278125 22.264524Q14.778125 21.1864 14.7625 19.78015L14.7625 19.0614Q14.7625 17.6239 15.2625 16.53015Q15.7625 15.420774 16.66875 14.842649Q17.575 14.248899 18.7625 14.248899Q19.95 14.248899 20.85625 14.827024Q21.778126 15.405149 22.2625 16.514524Q22.7625 17.608274 22.7625 19.0614L22.7625 19.6864ZM21.45 19.045774Q21.45 17.28015 20.73125 16.327024Q20.028126 15.373899 18.7625 15.373899Q17.5125 15.373899 16.79375 16.327024Q16.090626 17.28015 16.059376 18.952024L16.059376 19.6864Q16.059376 21.40515 16.778126 22.389524Q17.5125 23.358274 18.7625 23.358274Q20.04375 23.358274 20.73125 22.4364Q21.434376 21.514524 21.45 19.78015L21.45 19.045774ZM27.340626 22.6239L29.184376 16.952024L30.465626 16.952024L27.825 24.34265L26.85625 24.34265L24.16875 16.952024L25.465626 16.952024L27.340626 22.6239ZM34.98125 24.483274Q33.465626 24.483274 32.528126 23.4989Q31.590626 22.4989 31.590626 20.84265L31.590626 20.6239Q31.590626 19.514524 32.0125 18.65515Q32.434376 17.78015 33.184376 17.295774Q33.934376 16.8114 34.825 16.8114Q36.2625 16.8114 37.059376 17.764524Q37.85625 18.702024 37.85625 20.483274L37.85625 20.9989L32.85625 20.9989Q32.871876 22.09265 33.48125 22.78015Q34.10625 23.452024 35.04375 23.452024Q35.715626 23.452024 36.16875 23.1864Q36.6375 22.90515 36.996876 22.452024L37.7625 23.045774Q36.840626 24.483274 34.98125 24.483274ZM34.825 17.84265Q34.059376 17.84265 33.528126 18.40515Q33.0125 18.96765 32.8875 19.96765L36.590626 19.96765L36.590626 19.8739Q36.54375 18.90515 36.075 18.3739Q35.60625 17.84265 34.825 17.84265ZM42.48125 18.077024Q42.2 18.03015 41.85625 18.03015Q40.621876 18.03015 40.16875 19.09265L40.16875 24.34265L38.903126 24.34265L38.903126 16.952024L40.1375 16.952024L40.153126 17.795774Q40.778126 16.8114 41.91875 16.8114Q42.29375 16.8114 42.48125 16.90515L42.48125 18.077024ZM48.48125 24.34265Q48.371876 24.1239 48.29375 23.5614Q47.41875 24.483274 46.184376 24.483274Q45.090626 24.483274 44.3875 23.8739Q43.7 23.2489 43.7 22.295774Q43.7 21.139524 44.575 20.4989Q45.45 19.858274 47.04375 19.858274L48.278126 19.858274L48.278126 19.28015Q48.278126 18.608274 47.871876 18.21765Q47.48125 17.827024 46.715626 17.827024Q46.028126 17.827024 45.575 18.170774Q45.121876 18.514524 45.121876 18.9989L43.840626 18.9989Q43.840626 18.4364 44.23125 17.920774Q44.6375 17.40515 45.309376 17.108274Q45.98125 16.8114 46.778126 16.8114Q48.059376 16.8114 48.778126 17.452024Q49.5125 18.09265 49.54375 19.202024L49.54375 22.608274Q49.54375 23.6239 49.79375 24.233274L49.79375 24.34265L48.48125 24.34265ZM46.371876 23.3739Q46.965626 23.3739 47.496876 23.077024Q48.04375 22.764524 48.278126 22.264524L48.278126 20.7489L47.278126 20.7489Q44.965626 20.7489 44.965626 22.108274Q44.965626 22.702024 45.35625 23.045774Q45.746876 23.3739 46.371876 23.3739ZM53.278126 24.34265L52.0125 24.34265L52.0125 13.842649L53.278126 13.842649L53.278126 24.34265ZM56.278126 24.34265L55.0125 24.34265L55.0125 13.842649L56.278126 13.842649L56.278126 24.34265ZM57.871876 26.327024L57.153126 25.827024Q57.79375 24.9364 57.825 23.983274L57.825 22.84265L59.059376 22.84265L59.059376 23.84265Q59.059376 24.53015 58.715626 25.21765Q58.371876 25.90515 57.871876 26.327024ZM65.16875 17.84265Q66.0125 16.8114 67.35625 16.8114Q69.7 16.8114 69.73125 19.452024L69.73125 24.34265L68.46562 24.34265L68.46562 19.452024Q68.45 18.65515 68.09062 18.28015Q67.73125 17.889524 66.98125 17.889524Q66.35625 17.889524 65.8875 18.21765Q65.43437 18.545774 65.16875 19.077024L65.16875 24.34265L63.903126 24.34265L63.903126 13.842649L65.16875 13.842649L65.16875 17.84265ZM71.575 20.577024Q71.575 19.483274 71.99687 18.6239Q72.43437 17.7489 73.18437 17.28015Q73.95 16.8114 74.93437 16.8114Q76.43437 16.8114 77.37187 17.858274Q78.30937 18.90515 78.30937 20.639524L78.30937 20.733274Q78.30937 21.8114 77.8875 22.670774Q77.48125 23.514524 76.7 23.9989Q75.93437 24.483274 74.95 24.483274Q73.43437 24.483274 72.49687 23.4364Q71.575 22.389524 71.575 20.670774L71.575 20.577024ZM72.84062 20.733274Q72.84062 21.952024 73.40312 22.702024Q73.98125 23.452024 74.95 23.452024Q75.90312 23.452024 76.46562 22.702024Q77.04375 21.9364 77.04375 20.577024Q77.04375 19.358274 76.46562 18.608274Q75.8875 17.84265 74.93437 17.84265Q73.99687 17.84265 73.41875 18.59265Q72.84062 19.34265 72.84062 20.733274ZM86.45 22.59265L87.87187 16.952024L89.1375 16.952024L86.99687 24.34265L85.96562 24.34265L84.16875 18.733274L82.41875 24.34265L81.3875 24.34265L79.24687 16.952024L80.49687 16.952024L81.96562 22.483274L83.68437 16.952024L84.7 16.952024L86.45 22.59265ZM98.21562 22.3739Q98.21562 21.8739 97.825 21.59265Q97.43437 21.295774 96.48125 21.09265Q95.52812 20.889524 94.95 20.608274Q94.3875 20.3114 94.12187 19.920774Q93.85625 19.53015 93.85625 18.983274Q93.85625 18.0614 94.62187 17.4364Q95.3875 16.8114 96.59062 16.8114Q97.84062 16.8114 98.62187 17.46765Q99.40312 18.108274 99.40312 19.1239L98.1375 19.1239Q98.1375 18.59265 97.7 18.21765Q97.2625 17.84265 96.59062 17.84265Q95.90312 17.84265 95.5125 18.15515Q95.12187 18.452024 95.12187 18.9364Q95.12187 19.389524 95.48125 19.6239Q95.84062 19.858274 96.77812 20.077024Q97.73125 20.28015 98.325 20.577024Q98.91875 20.8739 99.2 21.295774Q99.48125 21.702024 99.48125 22.295774Q99.48125 23.28015 98.68437 23.889524Q97.8875 24.483274 96.62187 24.483274Q95.74687 24.483274 95.05937 24.170774Q94.37187 23.84265 93.98125 23.28015Q93.60625 22.71765 93.60625 22.0614L94.87187 22.0614Q94.90312 22.702024 95.37187 23.077024Q95.85625 23.452024 96.62187 23.452024Q97.34062 23.452024 97.77812 23.15515Q98.21562 22.858274 98.21562 22.3739ZM105.48125 24.34265Q105.37187 24.1239 105.29375 23.5614Q104.41875 24.483274 103.18437 24.483274Q102.09062 24.483274 101.3875 23.8739Q100.7 23.2489 100.7 22.295774Q100.7 21.139524 101.575 20.4989Q102.45 19.858274 104.04375 19.858274L105.27812 19.858274L105.27812 19.28015Q105.27812 18.608274 104.87187 18.21765Q104.48125 17.827024 103.71562 17.827024Q103.02812 17.827024 102.575 18.170774Q102.12187 18.514524 102.12187 18.9989L100.84062 18.9989Q100.84062 18.4364 101.23125 17.920774Q101.6375 17.40515 102.30937 17.108274Q102.98125 16.8114 103.77812 16.8114Q105.05937 16.8114 105.77812 17.452024Q106.5125 18.09265 106.54375 19.202024L106.54375 22.608274Q106.54375 23.6239 106.79375 24.233274L106.79375 24.34265L105.48125 24.34265ZM103.37187 23.3739Q103.96562 23.3739 104.49687 23.077024Q105.04375 22.764524 105.27812 22.264524L105.27812 20.7489L104.27812 20.7489Q101.96562 20.7489 101.96562 22.108274Q101.96562 22.702024 102.35625 23.045774Q102.74687 23.3739 103.37187 23.3739ZM110.62187 15.155149L110.62187 16.952024L111.99687 16.952024L111.99687 17.920774L110.62187 17.920774L110.62187 22.514524Q110.62187 22.952024 110.80937 23.1864Q110.99687 23.40515 111.43437 23.40515Q111.65312 23.40515 112.04375 23.3114L112.04375 24.34265Q111.54375 24.483274 111.075 24.483274Q110.21562 24.483274 109.77812 23.96765Q109.35625 23.452024 109.35625 22.514524L109.35625 17.920774L108.0125 17.920774L108.0125 16.952024L109.35625 16.952024L109.35625 15.155149L110.62187 15.155149ZM115.27812 24.34265L114.0125 24.34265L114.0125 16.952024L115.27812 16.952024L115.27812 24.34265ZM113.91875 14.983274Q113.91875 14.670774 114.10625 14.467649Q114.29375 14.248899 114.65312 14.248899Q115.02812 14.248899 115.21562 14.467649Q115.41875 14.670774 115.41875 14.983274Q115.41875 15.295774 115.21562 15.498899Q115.02812 15.702024 114.65312 15.702024Q114.29375 15.702024 114.10625 15.498899Q113.91875 15.295774 113.91875 14.983274ZM121.21562 22.3739Q121.21562 21.8739 120.825 21.59265Q120.43437 21.295774 119.48125 21.09265Q118.52812 20.889524 117.95 20.608274Q117.3875 20.3114 117.12187 19.920774Q116.85625 19.53015 116.85625 18.983274Q116.85625 18.0614 117.62187 17.4364Q118.3875 16.8114 119.59062 16.8114Q120.84062 16.8114 121.62187 17.46765Q122.40312 18.108274 122.40312 19.1239L121.1375 19.1239Q121.1375 18.59265 120.7 18.21765Q120.2625 17.84265 119.59062 17.84265Q118.90312 17.84265 118.5125 18.15515Q118.12187 18.452024 118.12187 18.9364Q118.12187 19.389524 118.48125 19.6239Q118.84062 19.858274 119.77812 20.077024Q120.73125 20.28015 121.325 20.577024Q121.91875 20.8739 122.2 21.295774Q122.48125 21.702024 122.48125 22.295774Q122.48125 23.28015 121.68437 23.889524Q120.8875 24.483274 119.62187 24.483274Q118.74687 24.483274 118.05937 24.170774Q117.37187 23.84265 116.98125 23.28015Q116.60625 22.71765 116.60625 22.0614L117.87187 22.0614Q117.90312 22.702024 118.37187 23.077024Q118.85625 23.452024 119.62187 23.452024Q120.34062 23.452024 120.77812 23.15515Q121.21562 22.858274 121.21562 22.3739ZM124.52812 24.34265L124.52812 17.920774L123.35625 17.920774L123.35625 16.952024L124.52812 16.952024L124.52812 16.1864Q124.52812 14.998899 125.15312 14.358274Q125.79375 13.702024 126.96562 13.702024Q127.40312 13.702024 127.825 13.811399L127.7625 14.842649Q127.43437 14.780149 127.075 14.780149Q126.46562 14.780149 126.12187 15.139524Q125.79375 15.498899 125.79375 16.170774L125.79375 16.952024L127.37187 16.952024L127.37187 17.920774L125.79375 17.920774L125.79375 24.34265L124.52812 24.34265ZM130.27812 24.34265L129.0125 24.34265L129.0125 16.952024L130.27812 16.952024L130.27812 24.34265ZM128.91875 14.983274Q128.91875 14.670774 129.10625 14.467649Q129.29375 14.248899 129.65312 14.248899Q130.02812 14.248899 130.21562 14.467649Q130.41875 14.670774 130.41875 14.983274Q130.41875 15.295774 130.21562 15.498899Q130.02812 15.702024 129.65312 15.702024Q129.29375 15.702024 129.10625 15.498899Q128.91875 15.295774 128.91875 14.983274ZM134.98125 24.483274Q133.46562 24.483274 132.52812 23.4989Q131.59062 22.4989 131.59062 20.84265L131.59062 20.6239Q131.59062 19.514524 132.0125 18.65515Q132.43437 17.78015 133.18437 17.295774Q133.93437 16.8114 134.825 16.8114Q136.2625 16.8114 137.05937 17.764524Q137.85625 18.702024 137.85625 20.483274L137.85625 20.9989L132.85625 20.9989Q132.87187 22.09265 133.48125 22.78015Q134.10625 23.452024 135.04375 23.452024Q135.71562 23.452024 136.16875 23.1864Q136.6375 22.90515 136.99687 22.452024L137.7625 23.045774Q136.84062 24.483274 134.98125 24.483274ZM134.825 17.84265Q134.05937 17.84265 133.52812 18.40515Q133.0125 18.96765 132.8875 19.96765L136.59062 19.96765L136.59062 19.8739Q136.54375 18.90515 136.075 18.3739Q135.60625 17.84265 134.825 17.84265ZM138.60625 20.577024Q138.60625 18.8739 139.40312 17.84265Q140.21562 16.8114 141.5125 16.8114Q142.825 16.8114 143.575 17.702024L143.575 13.842649L144.84062 13.842649L144.84062 24.34265L143.68437 24.34265L143.62187 23.545774Q142.85625 24.483274 141.5125 24.483274Q140.21562 24.483274 139.40312 23.4364Q138.60625 22.3739 138.60625 20.670774L138.60625 20.577024ZM139.87187 20.733274Q139.87187 21.983274 140.3875 22.702024Q140.90312 23.40515 141.825 23.40515Q143.02812 23.40515 143.575 22.327024L143.575 18.920774Q143.0125 17.889524 141.84062 17.889524Q140.90312 17.889524 140.3875 18.608274Q139.87187 19.3114 139.87187 20.733274ZM149.575 20.577024Q149.575 19.483274 149.99687 18.6239Q150.43437 17.7489 151.18437 17.28015Q151.95 16.8114 152.93437 16.8114Q154.43437 16.8114 155.37187 17.858274Q156.30937 18.90515 156.30937 20.639524L156.30937 20.733274Q156.30937 21.8114 155.8875 22.670774Q155.48125 23.514524 154.7 23.9989Q153.93437 24.483274 152.95 24.483274Q151.43437 24.483274 150.49687 23.4364Q149.575 22.389524 149.575 20.670774L149.575 20.577024ZM150.84062 20.733274Q150.84062 21.952024 151.40312 22.702024Q151.98125 23.452024 152.95 23.452024Q153.90312 23.452024 154.46562 22.702024Q155.04375 21.9364 155.04375 20.577024Q155.04375 19.358274 154.46562 18.608274Q153.8875 17.84265 152.93437 17.84265Q151.99687 17.84265 151.41875 18.59265Q150.84062 19.34265 150.84062 20.733274ZM161.48125 18.077024Q161.2 18.03015 160.85625 18.03015Q159.62187 18.03015 159.16875 19.09265L159.16875 24.34265L157.90312 24.34265L157.90312 16.952024L159.1375 16.952024L159.15312 17.795774Q159.77812 16.8114 160.91875 16.8114Q161.29375 16.8114 161.48125 16.90515L161.48125 18.077024ZM165.60625 20.577024Q165.60625 18.8739 166.40312 17.84265Q167.21562 16.8114 168.5125 16.8114Q169.825 16.8114 170.575 17.702024L170.575 13.842649L171.84062 13.842649L171.84062 24.34265L170.68437 24.34265L170.62187 23.545774Q169.85625 24.483274 168.5125 24.483274Q167.21562 24.483274 166.40312 23.4364Q165.60625 22.3739 165.60625 20.670774L165.60625 20.577024ZM166.87187 20.733274Q166.87187 21.983274 167.3875 22.702024Q167.90312 23.40515 168.825 23.40515Q170.02812 23.40515 170.575 22.327024L170.575 18.920774Q170.0125 17.889524 168.84062 17.889524Q167.90312 17.889524 167.3875 18.608274Q166.87187 19.3114 166.87187 20.733274ZM175.27812 24.34265L174.0125 24.34265L174.0125 16.952024L175.27812 16.952024L175.27812 24.34265ZM173.91875 14.983274Q173.91875 14.670774 174.10625 14.467649Q174.29375 14.248899 174.65312 14.248899Q175.02812 14.248899 175.21562 14.467649Q175.41875 14.670774 175.41875 14.983274Q175.41875 15.295774 175.21562 15.498899Q175.02812 15.702024 174.65312 15.702024Q174.29375 15.702024 174.10625 15.498899Q173.91875 15.295774 173.91875 14.983274ZM181.21562 22.3739Q181.21562 21.8739 180.825 21.59265Q180.43437 21.295774 179.48125 21.09265Q178.52812 20.889524 177.95 20.608274Q177.3875 20.3114 177.12187 19.920774Q176.85625 19.53015 176.85625 18.983274Q176.85625 18.0614 177.62187 17.4364Q178.3875 16.8114 179.59062 16.8114Q180.84062 16.8114 181.62187 17.46765Q182.40312 18.108274 182.40312 19.1239L181.1375 19.1239Q181.1375 18.59265 180.7 18.21765Q180.2625 17.84265 179.59062 17.84265Q178.90312 17.84265 178.5125 18.15515Q178.12187 18.452024 178.12187 18.9364Q178.12187 19.389524 178.48125 19.6239Q178.84062 19.858274 179.77812 20.077024Q180.73125 20.28015 181.325 20.577024Q181.91875 20.8739 182.2 21.295774Q182.48125 21.702024 182.48125 22.295774Q182.48125 23.28015 181.68437 23.889524Q180.8875 24.483274 179.62187 24.483274Q178.74687 24.483274 178.05937 24.170774Q177.37187 23.84265 176.98125 23.28015Q176.60625 22.71765 176.60625 22.0614L177.87187 22.0614Q177.90312 22.702024 178.37187 23.077024Q178.85625 23.452024 179.62187 23.452024Q180.34062 23.452024 180.77812 23.15515Q181.21562 22.858274 181.21562 22.3739ZM188.21562 22.3739Q188.21562 21.8739 187.825 21.59265Q187.43437 21.295774 186.48125 21.09265Q185.52812 20.889524 184.95 20.608274Q184.3875 20.3114 184.12187 19.920774Q183.85625 19.53015 183.85625 18.983274Q183.85625 18.0614 184.62187 17.4364Q185.3875 16.8114 186.59062 16.8114Q187.84062 16.8114 188.62187 17.46765Q189.40312 18.108274 189.40312 19.1239L188.1375 19.1239Q188.1375 18.59265 187.7 18.21765Q187.2625 17.84265 186.59062 17.84265Q185.90312 17.84265 185.5125 18.15515Q185.12187 18.452024 185.12187 18.9364Q185.12187 19.389524 185.48125 19.6239Q185.84062 19.858274 186.77812 20.077024Q187.73125 20.28015 188.325 20.577024Q188.91875 20.8739 189.2 21.295774Q189.48125 21.702024 189.48125 22.295774Q189.48125 23.28015 188.68437 23.889524Q187.8875 24.483274 186.62187 24.483274Q185.74687 24.483274 185.05937 24.170774Q184.37187 23.84265 183.98125 23.28015Q183.60625 22.71765 183.60625 22.0614L184.87187 22.0614Q184.90312 22.702024 185.37187 23.077024Q185.85625 23.452024 186.62187 23.452024Q187.34062 23.452024 187.77812 23.15515Q188.21562 22.858274 188.21562 22.3739ZM195.48125 24.34265Q195.37187 24.1239 195.29375 23.5614Q194.41875 24.483274 193.18437 24.483274Q192.09062 24.483274 191.3875 23.8739Q190.7 23.2489 190.7 22.295774Q190.7 21.139524 191.575 20.4989Q192.45 19.858274 194.04375 19.858274L195.27812 19.858274L195.27812 19.28015Q195.27812 18.608274 194.87187 18.21765Q194.48125 17.827024 193.71562 17.827024Q193.02812 17.827024 192.575 18.170774Q192.12187 18.514524 192.12187 18.9989L190.84062 18.9989Q190.84062 18.4364 191.23125 17.920774Q191.6375 17.40515 192.30937 17.108274Q192.98125 16.8114 193.77812 16.8114Q195.05937 16.8114 195.77812 17.452024Q196.5125 18.09265 196.54375 19.202024L196.54375 22.608274Q196.54375 23.6239 196.79375 24.233274L196.79375 24.34265L195.48125 24.34265ZM193.37187 23.3739Q193.96562 23.3739 194.49687 23.077024Q195.04375 22.764524 195.27812 22.264524L195.27812 20.7489L194.27812 20.7489Q191.96562 20.7489 191.96562 22.108274Q191.96562 22.702024 192.35625 23.045774Q192.74687 23.3739 193.37187 23.3739ZM200.62187 15.155149L200.62187 16.952024L201.99687 16.952024L201.99687 17.920774L200.62187 17.920774L200.62187 22.514524Q200.62187 22.952024 200.80937 23.1864Q200.99687 23.40515 201.43437 23.40515Q201.65312 23.40515 202.04375 23.3114L202.04375 24.34265Q201.54375 24.483274 201.075 24.483274Q200.21562 24.483274 199.77812 23.96765Q199.35625 23.452024 199.35625 22.514524L199.35625 17.920774L198.0125 17.920774L198.0125 16.952024L199.35625 16.952024L199.35625 15.155149L200.62187 15.155149ZM205.27812 24.34265L204.0125 24.34265L204.0125 16.952024L205.27812 16.952024L205.27812 24.34265ZM203.91875 14.983274Q203.91875 14.670774 204.10625 14.467649Q204.29375 14.248899 204.65312 14.248899Q205.02812 14.248899 205.21562 14.467649Q205.41875 14.670774 205.41875 14.983274Q205.41875 15.295774 205.21562 15.498899Q205.02812 15.702024 204.65312 15.702024Q204.29375 15.702024 204.10625 15.498899Q203.91875 15.295774 203.91875 14.983274ZM211.21562 22.3739Q211.21562 21.8739 210.825 21.59265Q210.43437 21.295774 209.48125 21.09265Q208.52812 20.889524 207.95 20.608274Q207.3875 20.3114 207.12187 19.920774Q206.85625 19.53015 206.85625 18.983274Q206.85625 18.0614 207.62187 17.4364Q208.3875 16.8114 209.59062 16.8114Q210.84062 16.8114 211.62187 17.46765Q212.40312 18.108274 212.40312 19.1239L211.1375 19.1239Q211.1375 18.59265 210.7 18.21765Q210.2625 17.84265 209.59062 17.84265Q208.90312 17.84265 208.5125 18.15515Q208.12187 18.452024 208.12187 18.9364Q208.12187 19.389524 208.48125 19.6239Q208.84062 19.858274 209.77812 20.077024Q210.73125 20.28015 211.325 20.577024Q211.91875 20.8739 212.2 21.295774Q212.48125 21.702024 212.48125 22.295774Q212.48125 23.28015 211.68437 23.889524Q210.8875 24.483274 209.62187 24.483274Q208.74687 24.483274 208.05937 24.170774Q207.37187 23.84265 206.98125 23.28015Q206.60625 22.71765 206.60625 22.0614L207.87187 22.0614Q207.90312 22.702024 208.37187 23.077024Q208.85625 23.452024 209.62187 23.452024Q210.34062 23.452024 210.77812 23.15515Q211.21562 22.858274 211.21562 22.3739ZM214.52812 24.34265L214.52812 17.920774L213.35625 17.920774L213.35625 16.952024L214.52812 16.952024L214.52812 16.1864Q214.52812 14.998899 215.15312 14.358274Q215.79375 13.702024 216.96562 13.702024Q217.40312 13.702024 217.825 13.811399L217.7625 14.842649Q217.43437 14.780149 217.075 14.780149Q216.46562 14.780149 216.12187 15.139524Q215.79375 15.498899 215.79375 16.170774L215.79375 16.952024L217.37187 16.952024L217.37187 17.920774L215.79375 17.920774L215.79375 24.34265L214.52812 24.34265ZM220.27812 24.34265L219.0125 24.34265L219.0125 16.952024L220.27812 16.952024L220.27812 24.34265ZM218.91875 14.983274Q218.91875 14.670774 219.10625 14.467649Q219.29375 14.248899 219.65312 14.248899Q220.02812 14.248899 220.21562 14.467649Q220.41875 14.670774 220.41875 14.983274Q220.41875 15.295774 220.21562 15.498899Q220.02812 15.702024 219.65312 15.702024Q219.29375 15.702024 219.10625 15.498899Q218.91875 15.295774 218.91875 14.983274ZM224.98125 24.483274Q223.46562 24.483274 222.52812 23.4989Q221.59062 22.4989 221.59062 20.84265L221.59062 20.6239Q221.59062 19.514524 222.0125 18.65515Q222.43437 17.78015 223.18437 17.295774Q223.93437 16.8114 224.825 16.8114Q226.2625 16.8114 227.05937 17.764524Q227.85625 18.702024 227.85625 20.483274L227.85625 20.9989L222.85625 20.9989Q222.87187 22.09265 223.48125 22.78015Q224.10625 23.452024 225.04375 23.452024Q225.71562 23.452024 226.16875 23.1864Q226.6375 22.90515 226.99687 22.452024L227.7625 23.045774Q226.84062 24.483274 224.98125 24.483274ZM224.825 17.84265Q224.05937 17.84265 223.52812 18.40515Q223.0125 18.96765 222.8875 19.96765L226.59062 19.96765L226.59062 19.8739Q226.54375 18.90515 226.075 18.3739Q225.60625 17.84265 224.825 17.84265ZM228.60625 20.577024Q228.60625 18.8739 229.40312 17.84265Q230.21562 16.8114 231.5125 16.8114Q232.825 16.8114 233.575 17.702024L233.575 13.842649L234.84062 13.842649L234.84062 24.34265L233.68437 24.34265L233.62187 23.545774Q232.85625 24.483274 231.5125 24.483274Q230.21562 24.483274 229.40312 23.4364Q228.60625 22.3739 228.60625 20.670774L228.60625 20.577024ZM229.87187 20.733274Q229.87187 21.983274 230.3875 22.702024Q230.90312 23.40515 231.825 23.40515Q233.02812 23.40515 233.575 22.327024L233.575 18.920774Q233.0125 17.889524 231.84062 17.889524Q230.90312 17.889524 230.3875 18.608274Q229.87187 19.3114 229.87187 20.733274ZM241.16875 17.84265Q242.0125 16.8114 243.35625 16.8114Q245.7 16.8114 245.73125 19.452024L245.73125 24.34265L244.46562 24.34265L244.46562 19.452024Q244.45 18.65515 244.09062 18.28015Q243.73125 17.889524 242.98125 17.889524Q242.35625 17.889524 241.8875 18.21765Q241.43437 18.545774 241.16875 19.077024L241.16875 24.34265L239.90312 24.34265L239.90312 13.842649L241.16875 13.842649L241.16875 17.84265ZM252.48125 24.34265Q252.37187 24.1239 252.29375 23.5614Q251.41875 24.483274 250.18437 24.483274Q249.09062 24.483274 248.3875 23.8739Q247.7 23.2489 247.7 22.295774Q247.7 21.139524 248.575 20.4989Q249.45 19.858274 251.04375 19.858274L252.27812 19.858274L252.27812 19.28015Q252.27812 18.608274 251.87187 18.21765Q251.48125 17.827024 250.71562 17.827024Q250.02812 17.827024 249.575 18.170774Q249.12187 18.514524 249.12187 18.9989L247.84062 18.9989Q247.84062 18.4364 248.23125 17.920774Q248.6375 17.40515 249.30937 17.108274Q249.98125 16.8114 250.77812 16.8114Q252.05937 16.8114 252.77812 17.452024Q253.5125 18.09265 253.54375 19.202024L253.54375 22.608274Q253.54375 23.6239 253.79375 24.233274L253.79375 24.34265L252.48125 24.34265ZM250.37187 23.3739Q250.96562 23.3739 251.49687 23.077024Q252.04375 22.764524 252.27812 22.264524L252.27812 20.7489L251.27812 20.7489Q248.96562 20.7489 248.96562 22.108274Q248.96562 22.702024 249.35625 23.045774Q249.74687 23.3739 250.37187 23.3739ZM258.34064 22.6239L260.1844 16.952024L261.46564 16.952024L258.825 24.34265L257.85626 24.34265L255.16875 16.952024L256.46564 16.952024L258.34064 22.6239ZM265.98126 24.483274Q264.46564 24.483274 263.52814 23.4989Q262.59064 22.4989 262.59064 20.84265L262.59064 20.6239Q262.59064 19.514524 263.0125 18.65515Q263.4344 17.78015 264.1844 17.295774Q264.9344 16.8114 265.825 16.8114Q267.2625 16.8114 268.0594 17.764524Q268.85626 18.702024 268.85626 20.483274L268.85626 20.9989L263.85626 20.9989Q263.8719 22.09265 264.48126 22.78015Q265.10626 23.452024 266.04376 23.452024Q266.71564 23.452024 267.16876 23.1864Q267.6375 22.90515 267.9969 22.452024L268.7625 23.045774Q267.84064 24.483274 265.98126 24.483274ZM265.825 17.84265Q265.0594 17.84265 264.52814 18.40515Q264.0125 18.96765 263.8875 19.96765L267.59064 19.96765L267.59064 19.8739Q267.54376 18.90515 267.075 18.3739Q266.60626 17.84265 265.825 17.84265ZM275.325 22.483274L277.04376 16.952024L278.40314 16.952024L275.4344 25.483274Q274.7469 27.327024 273.23126 27.327024L272.9969 27.3114L272.52814 27.21765L272.52814 26.202024L272.8719 26.21765Q273.5125 26.21765 273.8719 25.952024Q274.23126 25.702024 274.46564 25.014524L274.7469 24.264524L272.10626 16.952024L273.48126 16.952024L275.325 22.483274ZM279.575 20.577024Q279.575 19.483274 279.9969 18.6239Q280.4344 17.7489 281.1844 17.28015Q281.95 16.8114 282.9344 16.8114Q284.4344 16.8114 285.3719 17.858274Q286.3094 18.90515 286.3094 20.639524L286.3094 20.733274Q286.3094 21.8114 285.8875 22.670774Q285.48126 23.514524 284.7 23.9989Q283.9344 24.483274 282.95 24.483274Q281.4344 24.483274 280.4969 23.4364Q279.575 22.389524 279.575 20.670774L279.575 20.577024ZM280.84064 20.733274Q280.84064 21.952024 281.40314 22.702024Q281.98126 23.452024 282.95 23.452024Q283.90314 23.452024 284.46564 22.702024Q285.04376 21.9364 285.04376 20.577024Q285.04376 19.358274 284.46564 18.608274Q283.8875 17.84265 282.9344 17.84265Q281.9969 17.84265 281.41876 18.59265Q280.84064 19.34265 280.84064 20.733274ZM292.48126 23.608274Q291.73126 24.483274 290.3094 24.483274Q289.1219 24.483274 288.4969 23.795774Q287.8875 23.108274 287.8875 21.764524L287.8875 16.952024L289.1375 16.952024L289.1375 21.71765Q289.1375 23.40515 290.5125 23.40515Q291.96564 23.40515 292.4344 22.327024L292.4344 16.952024L293.7 16.952024L293.7 24.34265L292.4969 24.34265L292.48126 23.608274ZM305.16876 20.733274Q305.16876 22.420774 304.3875 23.452024Q303.60626 24.483274 302.29376 24.483274Q300.90314 24.483274 300.1375 23.483274L300.075 24.34265L298.90314 24.34265L298.90314 13.842649L300.16876 13.842649L300.16876 17.764524Q300.9344 16.8114 302.27814 16.8114Q303.6375 16.8114 304.40314 17.827024Q305.16876 18.84265 305.16876 20.6239L305.16876 20.733274ZM303.90314 20.577024Q303.90314 19.295774 303.40314 18.59265Q302.90314 17.889524 301.96564 17.889524Q300.71564 17.889524 300.16876 19.045774L300.16876 22.2489Q300.7469 23.40515 301.98126 23.40515Q302.8875 23.40515 303.3875 22.702024Q303.90314 21.9989 303.90314 20.577024ZM309.98126 24.483274Q308.46564 24.483274 307.52814 23.4989Q306.59064 22.4989 306.59064 20.84265L306.59064 20.6239Q306.59064 19.514524 307.0125 18.65515Q307.4344 17.78015 308.1844 17.295774Q308.9344 16.8114 309.825 16.8114Q311.2625 16.8114 312.0594 17.764524Q312.85626 18.702024 312.85626 20.483274L312.85626 20.9989L307.85626 20.9989Q307.8719 22.09265 308.48126 22.78015Q309.10626 23.452024 310.04376 23.452024Q310.71564 23.452024 311.16876 23.1864Q311.6375 22.90515 311.9969 22.452024L312.7625 23.045774Q311.84064 24.483274 309.98126 24.483274ZM309.825 17.84265Q309.0594 17.84265 308.52814 18.40515Q308.0125 18.96765 307.8875 19.96765L311.59064 19.96765L311.59064 19.8739Q311.54376 18.90515 311.075 18.3739Q310.60626 17.84265 309.825 17.84265ZM316.98126 24.483274Q315.46564 24.483274 314.52814 23.4989Q313.59064 22.4989 313.59064 20.84265L313.59064 20.6239Q313.59064 19.514524 314.0125 18.65515Q314.4344 17.78015 315.1844 17.295774Q315.9344 16.8114 316.825 16.8114Q318.2625 16.8114 319.0594 17.764524Q319.85626 18.702024 319.85626 20.483274L319.85626 20.9989L314.85626 20.9989Q314.8719 22.09265 315.48126 22.78015Q316.10626 23.452024 317.04376 23.452024Q317.71564 23.452024 318.16876 23.1864Q318.6375 22.90515 318.9969 22.452024L319.7625 23.045774Q318.84064 24.483274 316.98126 24.483274ZM316.825 17.84265Q316.0594 17.84265 315.52814 18.40515Q315.0125 18.96765 314.8875 19.96765L318.59064 19.96765L318.59064 19.8739Q318.54376 18.90515 318.075 18.3739Q317.60626 17.84265 316.825 17.84265ZM322.10626 16.952024L322.1375 17.8739Q322.9969 16.8114 324.35626 16.8114Q326.7 16.8114 326.73126 19.452024L326.73126 24.34265L325.46564 24.34265L325.46564 19.452024Q325.45 18.65515 325.09064 18.28015Q324.73126 17.889524 323.98126 17.889524Q323.35626 17.889524 322.8875 18.21765Q322.4344 18.545774 322.16876 19.077024L322.16876 24.34265L320.90314 24.34265L320.90314 16.952024L322.10626 16.952024ZM336.48126 23.608274Q335.73126 24.483274 334.3094 24.483274Q333.1219 24.483274 332.4969 23.795774Q331.8875 23.108274 331.8875 21.764524L331.8875 16.952024L333.1375 16.952024L333.1375 21.71765Q333.1375 23.40515 334.5125 23.40515Q335.96564 23.40515 336.4344 22.327024L336.4344 16.952024L337.7 16.952024L337.7 24.34265L336.4969 24.34265L336.48126 23.608274ZM344.21564 22.3739Q344.21564 21.8739 343.825 21.59265Q343.4344 21.295774 342.48126 21.09265Q341.52814 20.889524 340.95 20.608274Q340.3875 20.3114 340.1219 19.920774Q339.85626 19.53015 339.85626 18.983274Q339.85626 18.0614 340.6219 17.4364Q341.3875 16.8114 342.59064 16.8114Q343.84064 16.8114 344.6219 17.46765Q345.40314 18.108274 345.40314 19.1239L344.1375 19.1239Q344.1375 18.59265 343.7 18.21765Q343.2625 17.84265 342.59064 17.84265Q341.90314 17.84265 341.5125 18.15515Q341.1219 18.452024 341.1219 18.9364Q341.1219 19.389524 341.48126 19.6239Q341.84064 19.858274 342.77814 20.077024Q343.73126 20.28015 344.325 20.577024Q344.91876 20.8739 345.2 21.295774Q345.48126 21.702024 345.48126 22.295774Q345.48126 23.28015 344.6844 23.889524Q343.8875 24.483274 342.6219 24.483274Q341.7469 24.483274 341.0594 24.170774Q340.3719 23.84265 339.98126 23.28015Q339.60626 22.71765 339.60626 22.0614L340.8719 22.0614Q340.90314 22.702024 341.3719 23.077024Q341.85626 23.452024 342.6219 23.452024Q343.34064 23.452024 343.77814 23.15515Q344.21564 22.858274 344.21564 22.3739ZM348.27814 24.34265L347.0125 24.34265L347.0125 16.952024L348.27814 16.952024L348.27814 24.34265ZM346.91876 14.983274Q346.91876 14.670774 347.10626 14.467649Q347.29376 14.248899 347.65314 14.248899Q348.02814 14.248899 348.21564 14.467649Q348.41876 14.670774 348.41876 14.983274Q348.41876 15.295774 348.21564 15.498899Q348.02814 15.702024 347.65314 15.702024Q347.29376 15.702024 347.10626 15.498899Q346.91876 15.295774 346.91876 14.983274ZM351.10626 16.952024L351.1375 17.8739Q351.9969 16.8114 353.35626 16.8114Q355.7 16.8114 355.73126 19.452024L355.73126 24.34265L354.46564 24.34265L354.46564 19.452024Q354.45 18.65515 354.09064 18.28015Q353.73126 17.889524 352.98126 17.889524Q352.35626 17.889524 351.8875 18.21765Q351.4344 18.545774 351.16876 19.077024L351.16876 24.34265L349.90314 24.34265L349.90314 16.952024L351.10626 16.952024ZM357.60626 20.577024Q357.60626 18.858274 358.40314 17.84265Q359.2 16.8114 360.52814 16.8114Q361.8719 16.8114 362.6375 17.764524L362.7 16.952024L363.85626 16.952024L363.85626 24.170774Q363.85626 25.608274 362.9969 26.420774Q362.15314 27.2489 360.71564 27.2489Q359.91876 27.2489 359.15314 26.90515Q358.3875 26.577024 357.98126 25.983274L358.6375 25.21765Q359.45 26.21765 360.6219 26.21765Q361.54376 26.21765 362.0594 25.702024Q362.59064 25.1864 362.59064 24.233274L362.59064 23.608274Q361.825 24.483274 360.5125 24.483274Q359.21564 24.483274 358.40314 23.4364Q357.60626 22.389524 357.60626 20.577024ZM358.8719 20.733274Q358.8719 21.983274 359.3875 22.702024Q359.90314 23.40515 360.825 23.40515Q362.02814 23.40515 362.59064 22.3114L362.59064 18.9364Q361.9969 17.889524 360.84064 17.889524Q359.91876 17.889524 359.3875 18.608274Q358.8719 19.3114 358.8719 20.733274ZM376.45 23.03015Q375.95 23.764524 375.04376 24.1239Q374.1375 24.483274 372.9344 24.483274Q371.71564 24.483274 370.7625 23.920774Q369.825 23.34265 369.3094 22.295774Q368.79376 21.233274 368.77814 19.84265L368.77814 18.983274Q368.77814 16.733274 369.825 15.498899Q370.8875 14.248899 372.77814 14.248899Q374.34064 14.248899 375.29376 15.045774Q376.2469 15.842649 376.45 17.3114L375.1375 17.3114Q374.77814 15.327024 372.79376 15.327024Q371.46564 15.327024 370.77814 16.264524Q370.10626 17.1864 370.10626 18.9364L370.10626 19.7489Q370.10626 21.4364 370.8719 22.420774Q371.6375 23.40515 372.9344 23.40515Q373.6844 23.40515 374.23126 23.2489Q374.79376 23.077024 375.15314 22.6864L375.15314 20.452024L372.84064 20.452024L372.84064 19.389524L376.45 19.389524L376.45 23.03015ZM378.575 20.577024Q378.575 19.483274 378.9969 18.6239Q379.4344 17.7489 380.1844 17.28015Q380.95 16.8114 381.9344 16.8114Q383.4344 16.8114 384.3719 17.858274Q385.3094 18.90515 385.3094 20.639524L385.3094 20.733274Q385.3094 21.8114 384.8875 22.670774Q384.48126 23.514524 383.7 23.9989Q382.9344 24.483274 381.95 24.483274Q380.4344 24.483274 379.4969 23.4364Q378.575 22.389524 378.575 20.670774L378.575 20.577024ZM379.84064 20.733274Q379.84064 21.952024 380.40314 22.702024Q380.98126 23.452024 381.95 23.452024Q382.90314 23.452024 383.46564 22.702024Q384.04376 21.9364 384.04376 20.577024Q384.04376 19.358274 383.46564 18.608274Q382.8875 17.84265 381.9344 17.84265Q380.9969 17.84265 380.41876 18.59265Q379.84064 19.34265 379.84064 20.733274ZM389.575 20.577024Q389.575 19.483274 389.9969 18.6239Q390.4344 17.7489 391.1844 17.28015Q391.95 16.8114 392.9344 16.8114Q394.4344 16.8114 395.3719 17.858274Q396.3094 18.90515 396.3094 20.639524L396.3094 20.733274Q396.3094 21.8114 395.8875 22.670774Q395.48126 23.514524 394.7 23.9989Q393.9344 24.483274 392.95 24.483274Q391.4344 24.483274 390.4969 23.4364Q389.575 22.389524 389.575 20.670774L389.575 20.577024ZM390.84064 20.733274Q390.84064 21.952024 391.40314 22.702024Q391.98126 23.452024 392.95 23.452024Q393.90314 23.452024 394.46564 22.702024Q395.04376 21.9364 395.04376 20.577024Q395.04376 19.358274 394.46564 18.608274Q393.8875 17.84265 392.9344 17.84265Q391.9969 17.84265 391.41876 18.59265Q390.84064 19.34265 390.84064 20.733274ZM399.10626 16.952024L399.1375 17.8739Q399.9969 16.8114 401.35626 16.8114Q403.7 16.8114 403.73126 19.452024L403.73126 24.34265L402.46564 24.34265L402.46564 19.452024Q402.45 18.65515 402.09064 18.28015Q401.73126 17.889524 400.98126 17.889524Q400.35626 17.889524 399.8875 18.21765Q399.4344 18.545774 399.16876 19.077024L399.16876 24.34265L397.90314 24.34265L397.90314 16.952024L399.10626 16.952024ZM411.52814 13.998899L410.21564 13.998899L410.21564 25.4364L411.52814 25.4364L411.52814 26.483274L408.95 26.483274L408.95 12.967649L411.52814 12.967649L411.52814 13.998899ZM415.8719 23.452024Q416.54376 23.452024 417.04376 23.045774Q417.5594 22.6239 417.6219 22.014524L418.8094 22.014524Q418.77814 22.639524 418.3719 23.21765Q417.96564 23.795774 417.29376 24.139524Q416.6219 24.483274 415.8719 24.483274Q414.35626 24.483274 413.46564 23.483274Q412.575 22.46765 412.575 20.71765L412.575 20.4989Q412.575 19.420774 412.96564 18.577024Q413.3719 17.733274 414.10626 17.28015Q414.85626 16.8114 415.8719 16.8114Q417.10626 16.8114 417.9344 17.5614Q418.7625 18.295774 418.8094 19.483274L417.6219 19.483274Q417.5594 18.764524 417.075 18.3114Q416.59064 17.84265 415.8719 17.84265Q414.90314 17.84265 414.3719 18.545774Q413.84064 19.233274 413.84064 20.545774L413.84064 20.78015Q413.84064 22.0614 414.3719 22.764524Q414.90314 23.452024 415.8719 23.452024ZM421.27814 24.34265L420.0125 24.34265L420.0125 13.842649L421.27814 13.842649L421.27814 24.34265ZM422.575 20.577024Q422.575 19.483274 422.9969 18.6239Q423.4344 17.7489 424.1844 17.28015Q424.95 16.8114 425.9344 16.8114Q427.4344 16.8114 428.3719 17.858274Q429.3094 18.90515 429.3094 20.639524L429.3094 20.733274Q429.3094 21.8114 428.8875 22.670774Q428.48126 23.514524 427.7 23.9989Q426.9344 24.483274 425.95 24.483274Q424.4344 24.483274 423.4969 23.4364Q422.575 22.389524 422.575 20.670774L422.575 20.577024ZM423.84064 20.733274Q423.84064 21.952024 424.40314 22.702024Q424.98126 23.452024 425.95 23.452024Q426.90314 23.452024 427.46564 22.702024Q428.04376 21.9364 428.04376 20.577024Q428.04376 19.358274 427.46564 18.608274Q426.8875 17.84265 425.9344 17.84265Q424.9969 17.84265 424.41876 18.59265Q423.84064 19.34265 423.84064 20.733274ZM435.48126 23.608274Q434.73126 24.483274 433.3094 24.483274Q432.1219 24.483274 431.4969 23.795774Q430.8875 23.108274 430.8875 21.764524L430.8875 16.952024L432.1375 16.952024L432.1375 21.71765Q432.1375 23.40515 433.5125 23.40515Q434.96564 23.40515 435.4344 22.327024L435.4344 16.952024L436.7 16.952024L436.7 24.34265L435.4969 24.34265L435.48126 23.608274ZM438.60626 20.577024Q438.60626 18.8739 439.40314 17.84265Q440.21564 16.8114 441.5125 16.8114Q442.825 16.8114 443.575 17.702024L443.575 13.842649L444.84064 13.842649L444.84064 24.34265L443.6844 24.34265L443.6219 23.545774Q442.85626 24.483274 441.5125 24.483274Q440.21564 24.483274 439.40314 23.4364Q438.60626 22.3739 438.60626 20.670774L438.60626 20.577024ZM439.8719 20.733274Q439.8719 21.983274 440.3875 22.702024Q440.90314 23.40515 441.825 23.40515Q443.02814 23.40515 443.575 22.327024L443.575 18.920774Q443.0125 17.889524 441.84064 17.889524Q440.90314 17.889524 440.3875 18.608274Q439.8719 19.3114 439.8719 20.733274ZM456.15314 20.733274Q456.15314 22.420774 455.3719 23.452024Q454.60626 24.483274 453.29376 24.483274Q451.95 24.483274 451.16876 23.6239L451.16876 27.1864L449.90314 27.1864L449.90314 16.952024L451.0594 16.952024L451.1219 17.764524Q451.90314 16.8114 453.27814 16.8114Q454.60626 16.8114 455.3719 17.8114Q456.15314 18.8114 456.15314 20.608274L456.15314 20.733274ZM454.8875 20.577024Q454.8875 19.327024 454.35626 18.608274Q453.825 17.889524 452.8875 17.889524Q451.7469 17.889524 451.16876 18.90515L451.16876 22.4364Q451.7469 23.452024 452.90314 23.452024Q453.825 23.452024 454.35626 22.733274Q454.8875 21.9989 454.8875 20.577024ZM461.48126 18.077024Q461.2 18.03015 460.85626 18.03015Q459.6219 18.03015 459.16876 19.09265L459.16876 24.34265L457.90314 24.34265L457.90314 16.952024L459.1375 16.952024L459.15314 17.795774Q459.77814 16.8114 460.91876 16.8114Q461.29376 16.8114 461.48126 16.90515L461.48126 18.077024ZM462.575 20.577024Q462.575 19.483274 462.9969 18.6239Q463.4344 17.7489 464.1844 17.28015Q464.95 16.8114 465.9344 16.8114Q467.4344 16.8114 468.3719 17.858274Q469.3094 18.90515 469.3094 20.639524L469.3094 20.733274Q469.3094 21.8114 468.8875 22.670774Q468.48126 23.514524 467.7 23.9989Q466.9344 24.483274 465.95 24.483274Q464.4344 24.483274 463.4969 23.4364Q462.575 22.389524 462.575 20.670774L462.575 20.577024ZM463.84064 20.733274Q463.84064 21.952024 464.40314 22.702024Q464.98126 23.452024 465.95 23.452024Q466.90314 23.452024 467.46564 22.702024Q468.04376 21.9364 468.04376 20.577024Q468.04376 19.358274 467.46564 18.608274Q466.8875 17.84265 465.9344 17.84265Q464.9969 17.84265 464.41876 18.59265Q463.84064 19.34265 463.84064 20.733274ZM473.34064 22.6239L475.1844 16.952024L476.46564 16.952024L473.825 24.34265L472.85626 24.34265L470.16876 16.952024L471.46564 16.952024L473.34064 22.6239ZM479.27814 24.34265L478.0125 24.34265L478.0125 16.952024L479.27814 16.952024L479.27814 24.34265ZM477.91876 14.983274Q477.91876 14.670774 478.10626 14.467649Q478.29376 14.248899 478.65314 14.248899Q479.02814 14.248899 479.21564 14.467649Q479.41876 14.670774 479.41876 14.983274Q479.41876 15.295774 479.21564 15.498899Q479.02814 15.702024 478.65314 15.702024Q478.29376 15.702024 478.10626 15.498899Q477.91876 15.295774 477.91876 14.983274ZM480.60626 20.577024Q480.60626 18.8739 481.40314 17.84265Q482.21564 16.8114 483.5125 16.8114Q484.825 16.8114 485.575 17.702024L485.575 13.842649L486.84064 13.842649L486.84064 24.34265L485.6844 24.34265L485.6219 23.545774Q484.85626 24.483274 483.5125 24.483274Q482.21564 24.483274 481.40314 23.4364Q480.60626 22.3739 480.60626 20.670774L480.60626 20.577024ZM481.8719 20.733274Q481.8719 21.983274 482.3875 22.702024Q482.90314 23.40515 483.825 23.40515Q485.02814 23.40515 485.575 22.327024L485.575 18.920774Q485.0125 17.889524 483.84064 17.889524Q482.90314 17.889524 482.3875 18.608274Q481.8719 19.3114 481.8719 20.733274ZM491.98126 24.483274Q490.46564 24.483274 489.52814 23.4989Q488.59064 22.4989 488.59064 20.84265L488.59064 20.6239Q488.59064 19.514524 489.0125 18.65515Q489.4344 17.78015 490.1844 17.295774Q490.9344 16.8114 491.825 16.8114Q493.2625 16.8114 494.0594 17.764524Q494.85626 18.702024 494.85626 20.483274L494.85626 20.9989L489.85626 20.9989Q489.8719 22.09265 490.48126 22.78015Q491.10626 23.452024 492.04376 23.452024Q492.71564 23.452024 493.16876 23.1864Q493.6375 22.90515 493.9969 22.452024L494.7625 23.045774Q493.84064 24.483274 491.98126 24.483274ZM491.825 17.84265Q491.0594 17.84265 490.52814 18.40515Q490.0125 18.96765 489.8875 19.96765L493.59064 19.96765L493.59064 19.8739Q493.54376 18.90515 493.075 18.3739Q492.60626 17.84265 491.825 17.84265ZM499.48126 18.077024Q499.2 18.03015 498.85626 18.03015Q497.6219 18.03015 497.16876 19.09265L497.16876 24.34265L495.90314 24.34265L495.90314 16.952024L497.1375 16.952024L497.15314 17.795774Q497.77814 16.8114 498.91876 16.8114Q499.29376 16.8114 499.48126 16.90515L499.48126 18.077024ZM500.0125 12.967649L502.59064 12.967649L502.59064 26.483274L500.0125 26.483274L500.0125 25.4364L501.325 25.4364L501.325 13.998899L500.0125 13.998899L500.0125 12.967649ZM507.60626 20.577024Q507.60626 18.8739 508.40314 17.84265Q509.21564 16.8114 510.5125 16.8114Q511.825 16.8114 512.575 17.702024L512.575 13.842649L513.84064 13.842649L513.84064 24.34265L512.6844 24.34265L512.6219 23.545774Q511.85626 24.483274 510.5125 24.483274Q509.21564 24.483274 508.40314 23.4364Q507.60626 22.3739 507.60626 20.670774L507.60626 20.577024ZM508.8719 20.733274Q508.8719 21.983274 509.3875 22.702024Q509.90314 23.40515 510.825 23.40515Q512.02814 23.40515 512.575 22.327024L512.575 18.920774Q512.0125 17.889524 510.84064 17.889524Q509.90314 17.889524 509.3875 18.608274Q508.8719 19.3114 508.8719 20.733274ZM520.48126 23.608274Q519.73126 24.483274 518.3094 24.483274Q517.1219 24.483274 516.4969 23.795774Q515.8875 23.108274 515.8875 21.764524L515.8875 16.952024L517.1375 16.952024L517.1375 21.71765Q517.1375 23.40515 518.5125 23.40515Q519.96564 23.40515 520.4344 22.327024L520.4344 16.952024L521.7 16.952024L521.7 24.34265L520.4969 24.34265L520.48126 23.608274ZM527.48126 18.077024Q527.2 18.03015 526.85626 18.03015Q525.6219 18.03015 525.16876 19.09265L525.16876 24.34265L523.90314 24.34265L523.90314 16.952024L525.1375 16.952024L525.15314 17.795774Q525.77814 16.8114 526.91876 16.8114Q527.29376 16.8114 527.48126 16.90515L527.48126 18.077024ZM530.27814 24.34265L529.0125 24.34265L529.0125 16.952024L530.27814 16.952024L530.27814 24.34265ZM528.91876 14.983274Q528.91876 14.670774 529.10626 14.467649Q529.29376 14.248899 529.65314 14.248899Q530.02814 14.248899 530.21564 14.467649Q530.41876 14.670774 530.41876 14.983274Q530.41876 15.295774 530.21564 15.498899Q530.02814 15.702024 529.65314 15.702024Q529.29376 15.702024 529.10626 15.498899Q528.91876 15.295774 528.91876 14.983274ZM533.10626 16.952024L533.1375 17.8739Q533.9969 16.8114 535.35626 16.8114Q537.7 16.8114 537.73126 19.452024L537.73126 24.34265L536.46564 24.34265L536.46564 19.452024Q536.45 18.65515 536.09064 18.28015Q535.73126 17.889524 534.98126 17.889524Q534.35626 17.889524 533.8875 18.21765Q533.4344 18.545774 533.16876 19.077024L533.16876 24.34265L531.90314 24.34265L531.90314 16.952024L533.10626 16.952024ZM539.60626 20.577024Q539.60626 18.858274 540.40314 17.84265Q541.2 16.8114 542.52814 16.8114Q543.8719 16.8114 544.6375 17.764524L544.7 16.952024L545.85626 16.952024L545.85626 24.170774Q545.85626 25.608274 544.9969 26.420774Q544.15314 27.2489 542.71564 27.2489Q541.91876 27.2489 541.15314 26.90515Q540.3875 26.577024 539.98126 25.983274L540.6375 25.21765Q541.45 26.21765 542.6219 26.21765Q543.54376 26.21765 544.0594 25.702024Q544.59064 25.1864 544.59064 24.233274L544.59064 23.608274Q543.825 24.483274 542.5125 24.483274Q541.21564 24.483274 540.40314 23.4364Q539.60626 22.389524 539.60626 20.577024ZM540.8719 20.733274Q540.8719 21.983274 541.3875 22.702024Q541.90314 23.40515 542.825 23.40515Q544.02814 23.40515 544.59064 22.3114L544.59064 18.9364Q543.9969 17.889524 542.84064 17.889524Q541.91876 17.889524 541.3875 18.608274Q540.8719 19.3114 540.8719 20.733274ZM552.6219 15.155149L552.6219 16.952024L553.9969 16.952024L553.9969 17.920774L552.6219 17.920774L552.6219 22.514524Q552.6219 22.952024 552.8094 23.1864Q552.9969 23.40515 553.4344 23.40515Q553.65314 23.40515 554.04376 23.3114L554.04376 24.34265Q553.54376 24.483274 553.075 24.483274Q552.21564 24.483274 551.77814 23.96765Q551.35626 23.452024 551.35626 22.514524L551.35626 17.920774L550.0125 17.920774L550.0125 16.952024L551.35626 16.952024L551.35626 15.155149L552.6219 15.155149ZM557.16876 17.84265Q558.0125 16.8114 559.35626 16.8114Q561.7 16.8114 561.73126 19.452024L561.73126 24.34265L560.46564 24.34265L560.46564 19.452024Q560.45 18.65515 560.09064 18.28015Q559.73126 17.889524 558.98126 17.889524Q558.35626 17.889524 557.8875 18.21765Q557.4344 18.545774 557.16876 19.077024L557.16876 24.34265L555.90314 24.34265L555.90314 13.842649L557.16876 13.842649L557.16876 17.84265ZM566.98126 24.483274Q565.46564 24.483274 564.52814 23.4989Q563.59064 22.4989 563.59064 20.84265L563.59064 20.6239Q563.59064 19.514524 564.0125 18.65515Q564.4344 17.78015 565.1844 17.295774Q565.9344 16.8114 566.825 16.8114Q568.2625 16.8114 569.0594 17.764524Q569.85626 18.702024 569.85626 20.483274L569.85626 20.9989L564.85626 20.9989Q564.8719 22.09265 565.48126 22.78015Q566.10626 23.452024 567.04376 23.452024Q567.71564 23.452024 568.16876 23.1864Q568.6375 22.90515 568.9969 22.452024L569.7625 23.045774Q568.84064 24.483274 566.98126 24.483274ZM566.825 17.84265Q566.0594 17.84265 565.52814 18.40515Q565.0125 18.96765 564.8875 19.96765L568.59064 19.96765L568.59064 19.8739Q568.54376 18.90515 568.075 18.3739Q567.60626 17.84265 566.825 17.84265ZM580.15314 20.733274Q580.15314 22.420774 579.3719 23.452024Q578.60626 24.483274 577.29376 24.483274Q575.95 24.483274 575.16876 23.6239L575.16876 27.1864L573.90314 27.1864L573.90314 16.952024L575.0594 16.952024L575.1219 17.764524Q575.90314 16.8114 577.27814 16.8114Q578.60626 16.8114 579.3719 17.8114Q580.15314 18.8114 580.15314 20.608274L580.15314 20.733274ZM578.8875 20.577024Q578.8875 19.327024 578.35626 18.608274Q577.825 17.889524 576.8875 17.889524Q575.7469 17.889524 575.16876 18.90515L575.16876 22.4364Q575.7469 23.452024 576.90314 23.452024Q577.825 23.452024 578.35626 22.733274Q578.8875 21.9989 578.8875 20.577024ZM586.48126 24.34265Q586.3719 24.1239 586.29376 23.5614Q585.41876 24.483274 584.1844 24.483274Q583.09064 24.483274 582.3875 23.8739Q581.7 23.2489 581.7 22.295774Q581.7 21.139524 582.575 20.4989Q583.45 19.858274 585.04376 19.858274L586.27814 19.858274L586.27814 19.28015Q586.27814 18.608274 585.8719 18.21765Q585.48126 17.827024 584.71564 17.827024Q584.02814 17.827024 583.575 18.170774Q583.1219 18.514524 583.1219 18.9989L581.84064 18.9989Q581.84064 18.4364 582.23126 17.920774Q582.6375 17.40515 583.3094 17.108274Q583.98126 16.8114 584.77814 16.8114Q586.0594 16.8114 586.77814 17.452024Q587.5125 18.09265 587.54376 19.202024L587.54376 22.608274Q587.54376 23.6239 587.79376 24.233274L587.79376 24.34265L586.48126 24.34265ZM584.3719 23.3739Q584.96564 23.3739 585.4969 23.077024Q586.04376 22.764524 586.27814 22.264524L586.27814 20.7489L585.27814 20.7489Q582.96564 20.7489 582.96564 22.108274Q582.96564 22.702024 583.35626 23.045774Q583.7469 23.3739 584.3719 23.3739ZM594.21564 22.3739Q594.21564 21.8739 593.825 21.59265Q593.4344 21.295774 592.48126 21.09265Q591.52814 20.889524 590.95 20.608274Q590.3875 20.3114 590.1219 19.920774Q589.85626 19.53015 589.85626 18.983274Q589.85626 18.0614 590.6219 17.4364Q591.3875 16.8114 592.59064 16.8114Q593.84064 16.8114 594.6219 17.46765Q595.40314 18.108274 595.40314 19.1239L594.1375 19.1239Q594.1375 18.59265 593.7 18.21765Q593.2625 17.84265 592.59064 17.84265Q591.90314 17.84265 591.5125 18.15515Q591.1219 18.452024 591.1219 18.9364Q591.1219 19.389524 591.48126 19.6239Q591.84064 19.858274 592.77814 20.077024Q593.73126 20.28015 594.325 20.577024Q594.91876 20.8739 595.2 21.295774Q595.48126 21.702024 595.48126 22.295774Q595.48126 23.28015 594.6844 23.889524Q593.8875 24.483274 592.6219 24.483274Q591.7469 24.483274 591.0594 24.170774Q590.3719 23.84265 589.98126 23.28015Q589.60626 22.71765 589.60626 22.0614L590.8719 22.0614Q590.90314 22.702024 591.3719 23.077024Q591.85626 23.452024 592.6219 23.452024Q593.34064 23.452024 593.77814 23.15515Q594.21564 22.858274 594.21564 22.3739ZM598.6219 15.155149L598.6219 16.952024L599.9969 16.952024L599.9969 17.920774L598.6219 17.920774L598.6219 22.514524Q598.6219 22.952024 598.8094 23.1864Q598.9969 23.40515 599.4344 23.40515Q599.65314 23.40515 600.04376 23.3114L600.04376 24.34265Q599.54376 24.483274 599.075 24.483274Q598.21564 24.483274 597.77814 23.96765Q597.35626 23.452024 597.35626 22.514524L597.35626 17.920774L596.0125 17.920774L596.0125 16.952024L597.35626 16.952024L597.35626 15.155149L598.6219 15.155149Z" fill-rule="nonzero"/><path fill="#666666" d="M17.325 39.483276L19.04375 33.952026L20.403126 33.952026L17.434376 42.483276Q16.746876 44.327026 15.23125 44.327026L14.996875 44.3114L14.528125 44.21765L14.528125 43.202026L14.871875 43.21765Q15.5125 43.21765 15.871875 42.952026Q16.23125 42.702026 16.465626 42.014526L16.746876 41.264526L14.10625 33.952026L15.48125 33.952026L17.325 39.483276ZM24.98125 41.483276Q23.465626 41.483276 22.528126 40.4989Q21.590626 39.4989 21.590626 37.84265L21.590626 37.6239Q21.590626 36.514526 22.0125 35.65515Q22.434376 34.78015 23.184376 34.295776Q23.934376 33.8114 24.825 33.8114Q26.2625 33.8114 27.059376 34.764526Q27.85625 35.702026 27.85625 37.483276L27.85625 37.9989L22.85625 37.9989Q22.871876 39.09265 23.48125 39.78015Q24.10625 40.452026 25.04375 40.452026Q25.715626 40.452026 26.16875 40.1864Q26.6375 39.90515 26.996876 39.452026L27.7625 40.045776Q26.840626 41.483276 24.98125 41.483276ZM24.825 34.84265Q24.059376 34.84265 23.528126 35.40515Q23.0125 35.96765 22.8875 36.96765L26.590626 36.96765L26.590626 36.8739Q26.54375 35.90515 26.075 35.3739Q25.60625 34.84265 24.825 34.84265ZM33.48125 41.34265Q33.371876 41.1239 33.29375 40.5614Q32.41875 41.483276 31.184376 41.483276Q30.090626 41.483276 29.3875 40.8739Q28.7 40.2489 28.7 39.295776Q28.7 38.139526 29.575 37.4989Q30.45 36.858276 32.04375 36.858276L33.278126 36.858276L33.278126 36.28015Q33.278126 35.608276 32.871876 35.21765Q32.48125 34.827026 31.715626 34.827026Q31.028126 34.827026 30.575 35.170776Q30.121876 35.514526 30.121876 35.9989L28.840626 35.9989Q28.840626 35.4364 29.23125 34.920776Q29.6375 34.40515 30.309376 34.108276Q30.98125 33.8114 31.778126 33.8114Q33.059376 33.8114 33.778126 34.452026Q34.5125 35.09265 34.54375 36.202026L34.54375 39.608276Q34.54375 40.6239 34.79375 41.233276L34.79375 41.34265L33.48125 41.34265ZM31.371876 40.3739Q31.965626 40.3739 32.496876 40.077026Q33.04375 39.764526 33.278126 39.264526L33.278126 37.7489L32.278126 37.7489Q29.965626 37.7489 29.965626 39.108276Q29.965626 39.702026 30.35625 40.045776Q30.746876 40.3739 31.371876 40.3739ZM40.48125 35.077026Q40.2 35.03015 39.85625 35.03015Q38.621876 35.03015 38.16875 36.09265L38.16875 41.34265L36.903126 41.34265L36.903126 33.952026L38.1375 33.952026L38.153126 34.795776Q38.778126 33.8114 39.91875 33.8114Q40.29375 33.8114 40.48125 33.90515L40.48125 35.077026ZM43.3875 38.545776Q43.403126 37.733276 43.575 37.264526Q43.746876 36.78015 44.278126 36.202026L45.16875 35.28015Q45.746876 34.639526 45.746876 33.889526Q45.746876 33.170776 45.371876 32.764526Q44.996876 32.358276 44.278126 32.358276Q43.575 32.358276 43.153126 32.733276Q42.73125 33.09265 42.73125 33.71765L41.465626 33.71765Q41.48125 32.608276 42.246876 31.936401Q43.028126 31.248901 44.278126 31.248901Q45.559376 31.248901 46.278126 31.952026Q47.0125 32.639526 47.0125 33.84265Q47.0125 35.045776 45.903126 36.202026L45.153126 36.952026Q44.653126 37.4989 44.653126 38.545776L43.3875 38.545776ZM43.340626 40.702026Q43.340626 40.40515 43.528126 40.202026Q43.715626 39.983276 44.075 39.983276Q44.45 39.983276 44.6375 40.202026Q44.840626 40.40515 44.840626 40.71765Q44.840626 41.014526 44.6375 41.21765Q44.45 41.420776 44.075 41.420776Q43.715626 41.420776 43.528126 41.21765Q43.340626 41.014526 43.340626 40.702026Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig27.svg b/_content/survey2019/fig27.svg
deleted file mode 100644
index a09dd32..0000000
--- a/_content/survey2019/fig27.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 624.0 778.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="624" height="778" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L624.0 0L624.0 778.0L0 778.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M178.5 70.5L178.5 699.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M281.5 70.5L281.5 699.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M385.5 70.5L385.5 699.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 70.5L488.5 699.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M592.5 70.5L592.5 699.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M178.5 70.44263L592.25446 70.44263L592.25446 699.5L178.5 699.5L178.5 70.44263Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 104.0L178.0 94.0L477.0 94.0C478.10458 94.0 479.0 94.89543 479.0 96.0L479.0 102.0C479.0 103.10457 478.10458 104.0 477.0 104.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 104.0L178.0 94.0L477.0 94.0C478.10458 94.0 479.0 94.89543 479.0 96.0L479.0 102.0C479.0 103.10457 478.10458 104.0 477.0 104.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 171.0L178.0 161.0L411.0 161.0C412.10458 161.0 413.0 161.89543 413.0 163.0L413.0 169.0C413.0 170.10457 412.10458 171.0 411.0 171.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 171.0L178.0 161.0L411.0 161.0C412.10458 161.0 413.0 161.89543 413.0 163.0L413.0 169.0C413.0 170.10457 412.10458 171.0 411.0 171.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 238.0L178.0 228.0L260.0 228.0C261.10458 228.0 262.0 228.89543 262.0 230.0L262.0 236.0C262.0 237.10457 261.10458 238.0 260.0 238.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 238.0L178.0 228.0L260.0 228.0C261.10458 228.0 262.0 228.89543 262.0 230.0L262.0 236.0C262.0 237.10457 261.10458 238.0 260.0 238.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 306.0L178.0 296.0L347.0 296.0C348.10458 296.0 349.0 296.89542 349.0 298.0L349.0 304.0C349.0 305.10458 348.10458 306.0 347.0 306.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 306.0L178.0 296.0L347.0 296.0C348.10458 296.0 349.0 296.89542 349.0 298.0L349.0 304.0C349.0 305.10458 348.10458 306.0 347.0 306.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 373.0L178.0 363.0L297.0 363.0C298.10458 363.0 299.0 363.89542 299.0 365.0L299.0 371.0C299.0 372.10458 298.10458 373.0 297.0 373.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 373.0L178.0 363.0L297.0 363.0C298.10458 363.0 299.0 363.89542 299.0 365.0L299.0 371.0C299.0 372.10458 298.10458 373.0 297.0 373.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 508.0L178.0 498.0L221.0 498.0C222.10457 498.0 223.0 498.89542 223.0 500.0L223.0 506.0C223.0 507.10458 222.10457 508.0 221.0 508.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 508.0L178.0 498.0L221.0 498.0C222.10457 498.0 223.0 498.89542 223.0 500.0L223.0 506.0C223.0 507.10458 222.10457 508.0 221.0 508.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 575.0L178.0 565.0L201.0 565.0C202.10457 565.0 203.0 565.89545 203.0 567.0L203.0 573.0C203.0 574.10455 202.10457 575.0 201.0 575.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 575.0L178.0 565.0L201.0 565.0C202.10457 565.0 203.0 565.89545 203.0 567.0L203.0 573.0C203.0 574.10455 202.10457 575.0 201.0 575.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 642.0L178.0 632.0L238.0 632.0C239.10457 632.0 240.0 632.89545 240.0 634.0L240.0 640.0C240.0 641.10455 239.10457 642.0 238.0 642.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M178.0 642.0L178.0 632.0L238.0 632.0C239.10457 632.0 240.0 632.89545 240.0 634.0L240.0 640.0C240.0 641.10455 239.10457 642.0 238.0 642.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 115.0L178.0 105.0L500.0 105.0C501.10458 105.0 502.0 105.89543 502.0 107.0L502.0 113.0C502.0 114.10457 501.10458 115.0 500.0 115.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 115.0L178.0 105.0L500.0 105.0C501.10458 105.0 502.0 105.89543 502.0 107.0L502.0 113.0C502.0 114.10457 501.10458 115.0 500.0 115.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 182.0L178.0 172.0L403.0 172.0C404.10458 172.0 405.0 172.89543 405.0 174.0L405.0 180.0C405.0 181.10457 404.10458 182.0 403.0 182.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 182.0L178.0 172.0L403.0 172.0C404.10458 172.0 405.0 172.89543 405.0 174.0L405.0 180.0C405.0 181.10457 404.10458 182.0 403.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 249.0L178.0 239.0L305.0 239.0C306.10458 239.0 307.0 239.89543 307.0 241.0L307.0 247.0C307.0 248.10457 306.10458 249.0 305.0 249.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 249.0L178.0 239.0L305.0 239.0C306.10458 239.0 307.0 239.89543 307.0 241.0L307.0 247.0C307.0 248.10457 306.10458 249.0 305.0 249.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 317.0L178.0 307.0L288.0 307.0C289.10458 307.0 290.0 307.89542 290.0 309.0L290.0 315.0C290.0 316.10458 289.10458 317.0 288.0 317.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 317.0L178.0 307.0L288.0 307.0C289.10458 307.0 290.0 307.89542 290.0 309.0L290.0 315.0C290.0 316.10458 289.10458 317.0 288.0 317.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 384.0L178.0 374.0L292.0 374.0C293.10458 374.0 294.0 374.89542 294.0 376.0L294.0 382.0C294.0 383.10458 293.10458 384.0 292.0 384.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 384.0L178.0 374.0L292.0 374.0C293.10458 374.0 294.0 374.89542 294.0 376.0L294.0 382.0C294.0 383.10458 293.10458 384.0 292.0 384.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 519.0L178.0 509.0L244.0 509.0C245.10457 509.0 246.0 509.89542 246.0 511.0L246.0 517.0C246.0 518.10455 245.10457 519.0 244.0 519.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 519.0L178.0 509.0L244.0 509.0C245.10457 509.0 246.0 509.89542 246.0 511.0L246.0 517.0C246.0 518.10455 245.10457 519.0 244.0 519.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 586.0L178.0 576.0L209.0 576.0C210.10457 576.0 211.0 576.89545 211.0 578.0L211.0 584.0C211.0 585.10455 210.10457 586.0 209.0 586.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 586.0L178.0 576.0L209.0 576.0C210.10457 576.0 211.0 576.89545 211.0 578.0L211.0 584.0C211.0 585.10455 210.10457 586.0 209.0 586.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 653.0L178.0 643.0L245.0 643.0C246.10457 643.0 247.0 643.89545 247.0 645.0L247.0 651.0C247.0 652.10455 246.10457 653.0 245.0 653.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M178.0 653.0L178.0 643.0L245.0 643.0C246.10457 643.0 247.0 643.89545 247.0 645.0L247.0 651.0C247.0 652.10455 246.10457 653.0 245.0 653.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 126.0L178.0 116.0L486.0 116.0C487.10458 116.0 488.0 116.89543 488.0 118.0L488.0 124.0C488.0 125.10457 487.10458 126.0 486.0 126.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 126.0L178.0 116.0L486.0 116.0C487.10458 116.0 488.0 116.89543 488.0 118.0L488.0 124.0C488.0 125.10457 487.10458 126.0 486.0 126.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 193.0L178.0 183.0L396.0 183.0C397.10458 183.0 398.0 183.89543 398.0 185.0L398.0 191.0C398.0 192.10457 397.10458 193.0 396.0 193.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 193.0L178.0 183.0L396.0 183.0C397.10458 183.0 398.0 183.89543 398.0 185.0L398.0 191.0C398.0 192.10457 397.10458 193.0 396.0 193.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 260.0L178.0 250.0L321.0 250.0C322.10458 250.0 323.0 250.89543 323.0 252.0L323.0 258.0C323.0 259.10458 322.10458 260.0 321.0 260.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 260.0L178.0 250.0L321.0 250.0C322.10458 250.0 323.0 250.89543 323.0 252.0L323.0 258.0C323.0 259.10458 322.10458 260.0 321.0 260.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 328.0L178.0 318.0L294.0 318.0C295.10458 318.0 296.0 318.89542 296.0 320.0L296.0 326.0C296.0 327.10458 295.10458 328.0 294.0 328.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 328.0L178.0 318.0L294.0 318.0C295.10458 318.0 296.0 318.89542 296.0 320.0L296.0 326.0C296.0 327.10458 295.10458 328.0 294.0 328.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 395.0L178.0 385.0L298.0 385.0C299.10458 385.0 300.0 385.89542 300.0 387.0L300.0 393.0C300.0 394.10458 299.10458 395.0 298.0 395.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 395.0L178.0 385.0L298.0 385.0C299.10458 385.0 300.0 385.89542 300.0 387.0L300.0 393.0C300.0 394.10458 299.10458 395.0 298.0 395.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 530.0L178.0 520.0L242.0 520.0C243.10457 520.0 244.0 520.89545 244.0 522.0L244.0 528.0C244.0 529.10455 243.10457 530.0 242.0 530.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 530.0L178.0 520.0L242.0 520.0C243.10457 520.0 244.0 520.89545 244.0 522.0L244.0 528.0C244.0 529.10455 243.10457 530.0 242.0 530.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 597.0L178.0 587.0L213.0 587.0C214.10457 587.0 215.0 587.89545 215.0 589.0L215.0 595.0C215.0 596.10455 214.10457 597.0 213.0 597.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 597.0L178.0 587.0L213.0 587.0C214.10457 587.0 215.0 587.89545 215.0 589.0L215.0 595.0C215.0 596.10455 214.10457 597.0 213.0 597.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 664.0L178.0 654.0L228.0 654.0C229.10457 654.0 230.0 654.89545 230.0 656.0L230.0 662.0C230.0 663.10455 229.10457 664.0 228.0 664.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M178.0 664.0L178.0 654.0L228.0 654.0C229.10457 654.0 230.0 654.89545 230.0 656.0L230.0 662.0C230.0 663.10455 229.10457 664.0 228.0 664.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 137.0L178.0 127.0L467.0 127.0C468.10458 127.0 469.0 127.89543 469.0 129.0L469.0 135.0C469.0 136.10457 468.10458 137.0 467.0 137.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 137.0L178.0 127.0L467.0 127.0C468.10458 127.0 469.0 127.89543 469.0 129.0L469.0 135.0C469.0 136.10457 468.10458 137.0 467.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 204.0L178.0 194.0L366.0 194.0C367.10458 194.0 368.0 194.89543 368.0 196.0L368.0 202.0C368.0 203.10457 367.10458 204.0 366.0 204.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 204.0L178.0 194.0L366.0 194.0C367.10458 194.0 368.0 194.89543 368.0 196.0L368.0 202.0C368.0 203.10457 367.10458 204.0 366.0 204.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 271.0L178.0 261.0L308.0 261.0C309.10458 261.0 310.0 261.89542 310.0 263.0L310.0 269.0C310.0 270.10458 309.10458 271.0 308.0 271.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 271.0L178.0 261.0L308.0 261.0C309.10458 261.0 310.0 261.89542 310.0 263.0L310.0 269.0C310.0 270.10458 309.10458 271.0 308.0 271.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 339.0L178.0 329.0L274.0 329.0C275.10458 329.0 276.0 329.89542 276.0 331.0L276.0 337.0C276.0 338.10458 275.10458 339.0 274.0 339.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 339.0L178.0 329.0L274.0 329.0C275.10458 329.0 276.0 329.89542 276.0 331.0L276.0 337.0C276.0 338.10458 275.10458 339.0 274.0 339.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 406.0L178.0 396.0L270.0 396.0C271.10458 396.0 272.0 396.89542 272.0 398.0L272.0 404.0C272.0 405.10458 271.10458 406.0 270.0 406.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 406.0L178.0 396.0L270.0 396.0C271.10458 396.0 272.0 396.89542 272.0 398.0L272.0 404.0C272.0 405.10458 271.10458 406.0 270.0 406.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 473.0L178.0 463.0L224.0 463.0C225.10457 463.0 226.0 463.89542 226.0 465.0L226.0 471.0C226.0 472.10458 225.10457 473.0 224.0 473.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 473.0L178.0 463.0L224.0 463.0C225.10457 463.0 226.0 463.89542 226.0 465.0L226.0 471.0C226.0 472.10458 225.10457 473.0 224.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 541.0L178.0 531.0L210.0 531.0C211.10457 531.0 212.0 531.89545 212.0 533.0L212.0 539.0C212.0 540.10455 211.10457 541.0 210.0 541.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 541.0L178.0 531.0L210.0 531.0C211.10457 531.0 212.0 531.89545 212.0 533.0L212.0 539.0C212.0 540.10455 211.10457 541.0 210.0 541.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 608.0L178.0 598.0L208.0 598.0C209.10457 598.0 210.0 598.89545 210.0 600.0L210.0 606.0C210.0 607.10455 209.10457 608.0 208.0 608.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 608.0L178.0 598.0L208.0 598.0C209.10457 598.0 210.0 598.89545 210.0 600.0L210.0 606.0C210.0 607.10455 209.10457 608.0 208.0 608.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M178.0 675.0L178.0 665.0L232.0 665.0C233.10457 665.0 234.0 665.89545 234.0 667.0L234.0 673.0C234.0 674.10455 233.10457 675.0 232.0 675.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M178.0 675.0L178.0 665.0L232.0 665.0C233.10457 665.0 234.0 665.89545 234.0 667.0L234.0 673.0C234.0 674.10455 233.10457 675.0 232.0 675.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M490.335 99.4375L490.71 95.890625L494.35062 95.890625L494.35062 96.71875L491.47562 96.71875L491.25687 98.65625Q491.7725 98.359375 492.44437 98.359375Q493.41312 98.359375 493.97562 99.0Q494.55374 99.640625 494.55374 100.734375Q494.55374 101.828125 493.96 102.46875Q493.36624 103.09375 492.30374 103.09375Q491.36624 103.09375 490.75687 102.578125Q490.16312 102.046875 490.085 101.125L490.94437 101.125Q491.0225 101.734375 491.36624 102.046875Q491.72562 102.359375 492.30374 102.359375Q492.92874 102.359375 493.28812 101.9375Q493.6475 101.5 493.6475 100.75Q493.6475 100.03125 493.25687 99.609375Q492.88187 99.171875 492.22562 99.171875Q491.6475 99.171875 491.30374 99.421875L491.06937 99.625L490.335 99.4375ZM500.24124 97.75Q500.24124 98.28125 499.96 98.703125Q499.67874 99.109375 499.19437 99.34375Q499.75687 99.578125 500.06937 100.046875Q500.3975 100.5 500.3975 101.078125Q500.3975 102.0 499.7725 102.546875Q499.16312 103.09375 498.1475 103.09375Q497.11624 103.09375 496.49124 102.546875Q495.88187 102.0 495.88187 101.078125Q495.88187 100.5 496.19437 100.046875Q496.50687 99.578125 497.06937 99.34375Q496.60062 99.109375 496.31937 98.6875Q496.05374 98.265625 496.05374 97.75Q496.05374 96.84375 496.61624 96.328125Q497.19437 95.796875 498.1475 95.796875Q499.085 95.796875 499.66312 96.328125Q500.24124 96.84375 500.24124 97.75ZM499.50687 101.0625Q499.50687 100.46875 499.11624 100.09375Q498.74124 99.71875 498.13187 99.71875Q497.5225 99.71875 497.1475 100.09375Q496.78812 100.453125 496.78812 101.0625Q496.78812 101.671875 497.1475 102.015625Q497.50687 102.359375 498.1475 102.359375Q498.7725 102.359375 499.13187 102.015625Q499.50687 101.65625 499.50687 101.0625ZM498.1475 96.53125Q497.61624 96.53125 497.2725 96.859375Q496.94437 97.1875 496.94437 97.765625Q496.94437 98.296875 497.2725 98.640625Q497.60062 98.96875 498.13187 98.96875Q498.67874 98.96875 499.00687 98.640625Q499.335 98.296875 499.335 97.765625Q499.335 97.21875 498.99124 96.875Q498.66312 96.53125 498.1475 96.53125ZM501.85062 97.25Q501.85062 96.625 502.25687 96.203125Q502.66312 95.78125 503.30374 95.78125Q503.96 95.78125 504.35062 96.203125Q504.75687 96.625 504.75687 97.28125L504.75687 97.640625Q504.75687 98.28125 504.35062 98.6875Q503.94437 99.09375 503.31937 99.09375Q502.67874 99.09375 502.25687 98.6875Q501.85062 98.28125 501.85062 97.59375L501.85062 97.25ZM502.5225 97.640625Q502.5225 98.015625 502.72562 98.265625Q502.94437 98.5 503.31937 98.5Q503.66312 98.5 503.86624 98.265625Q504.085 98.03125 504.085 97.609375L504.085 97.25Q504.085 96.875 503.86624 96.625Q503.66312 96.375 503.30374 96.375Q502.94437 96.375 502.72562 96.625Q502.5225 96.875 502.5225 97.28125L502.5225 97.640625ZM505.30374 101.25Q505.30374 100.609375 505.71 100.203125Q506.13187 99.796875 506.75687 99.796875Q507.3975 99.796875 507.80374 100.203125Q508.22562 100.609375 508.22562 101.296875L508.22562 101.640625Q508.22562 102.28125 507.81937 102.703125Q507.41312 103.109375 506.7725 103.109375Q506.1475 103.109375 505.72562 102.703125Q505.30374 102.28125 505.30374 101.609375L505.30374 101.25ZM505.99124 101.640625Q505.99124 102.015625 506.19437 102.265625Q506.41312 102.515625 506.7725 102.515625Q507.13187 102.515625 507.335 102.28125Q507.55374 102.03125 507.55374 101.625L507.55374 101.25Q507.55374 100.875 507.335 100.625Q507.11624 100.375 506.7725 100.375Q506.41312 100.375 506.19437 100.625Q505.99124 100.859375 505.99124 101.28125L505.99124 101.640625ZM503.5225 102.46875L503.00687 102.140625L506.47562 96.578125L506.99124 96.90625L503.5225 102.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M490.335 99.4375L490.71 95.890625L494.35062 95.890625L494.35062 96.71875L491.47562 96.71875L491.25687 98.65625Q491.7725 98.359375 492.44437 98.359375Q493.41312 98.359375 493.97562 99.0Q494.55374 99.640625 494.55374 100.734375Q494.55374 101.828125 493.96 102.46875Q493.36624 103.09375 492.30374 103.09375Q491.36624 103.09375 490.75687 102.578125Q490.16312 102.046875 490.085 101.125L490.94437 101.125Q491.0225 101.734375 491.36624 102.046875Q491.72562 102.359375 492.30374 102.359375Q492.92874 102.359375 493.28812 101.9375Q493.6475 101.5 493.6475 100.75Q493.6475 100.03125 493.25687 99.609375Q492.88187 99.171875 492.22562 99.171875Q491.6475 99.171875 491.30374 99.421875L491.06937 99.625L490.335 99.4375ZM500.24124 97.75Q500.24124 98.28125 499.96 98.703125Q499.67874 99.109375 499.19437 99.34375Q499.75687 99.578125 500.06937 100.046875Q500.3975 100.5 500.3975 101.078125Q500.3975 102.0 499.7725 102.546875Q499.16312 103.09375 498.1475 103.09375Q497.11624 103.09375 496.49124 102.546875Q495.88187 102.0 495.88187 101.078125Q495.88187 100.5 496.19437 100.046875Q496.50687 99.578125 497.06937 99.34375Q496.60062 99.109375 496.31937 98.6875Q496.05374 98.265625 496.05374 97.75Q496.05374 96.84375 496.61624 96.328125Q497.19437 95.796875 498.1475 95.796875Q499.085 95.796875 499.66312 96.328125Q500.24124 96.84375 500.24124 97.75ZM499.50687 101.0625Q499.50687 100.46875 499.11624 100.09375Q498.74124 99.71875 498.13187 99.71875Q497.5225 99.71875 497.1475 100.09375Q496.78812 100.453125 496.78812 101.0625Q496.78812 101.671875 497.1475 102.015625Q497.50687 102.359375 498.1475 102.359375Q498.7725 102.359375 499.13187 102.015625Q499.50687 101.65625 499.50687 101.0625ZM498.1475 96.53125Q497.61624 96.53125 497.2725 96.859375Q496.94437 97.1875 496.94437 97.765625Q496.94437 98.296875 497.2725 98.640625Q497.60062 98.96875 498.13187 98.96875Q498.67874 98.96875 499.00687 98.640625Q499.335 98.296875 499.335 97.765625Q499.335 97.21875 498.99124 96.875Q498.66312 96.53125 498.1475 96.53125ZM501.85062 97.25Q501.85062 96.625 502.25687 96.203125Q502.66312 95.78125 503.30374 95.78125Q503.96 95.78125 504.35062 96.203125Q504.75687 96.625 504.75687 97.28125L504.75687 97.640625Q504.75687 98.28125 504.35062 98.6875Q503.94437 99.09375 503.31937 99.09375Q502.67874 99.09375 502.25687 98.6875Q501.85062 98.28125 501.85062 97.59375L501.85062 97.25ZM502.5225 97.640625Q502.5225 98.015625 502.72562 98.265625Q502.94437 98.5 503.31937 98.5Q503.66312 98.5 503.86624 98.265625Q504.085 98.03125 504.085 97.609375L504.085 97.25Q504.085 96.875 503.86624 96.625Q503.66312 96.375 503.30374 96.375Q502.94437 96.375 502.72562 96.625Q502.5225 96.875 502.5225 97.28125L502.5225 97.640625ZM505.30374 101.25Q505.30374 100.609375 505.71 100.203125Q506.13187 99.796875 506.75687 99.796875Q507.3975 99.796875 507.80374 100.203125Q508.22562 100.609375 508.22562 101.296875L508.22562 101.640625Q508.22562 102.28125 507.81937 102.703125Q507.41312 103.109375 506.7725 103.109375Q506.1475 103.109375 505.72562 102.703125Q505.30374 102.28125 505.30374 101.609375L505.30374 101.25ZM505.99124 101.640625Q505.99124 102.015625 506.19437 102.265625Q506.41312 102.515625 506.7725 102.515625Q507.13187 102.515625 507.335 102.28125Q507.55374 102.03125 507.55374 101.625L507.55374 101.25Q507.55374 100.875 507.335 100.625Q507.11624 100.375 506.7725 100.375Q506.41312 100.375 506.19437 100.625Q505.99124 100.859375 505.99124 101.28125L505.99124 101.640625ZM503.5225 102.46875L503.00687 102.140625L506.47562 96.578125L506.99124 96.90625L503.5225 102.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M427.90192 167.60938L428.8863 167.60938L428.8863 168.34375L427.90192 168.34375L427.90192 170.0L426.99567 170.0L426.99567 168.34375L423.7613 168.34375L423.7613 167.8125L426.93317 162.89062L427.90192 162.89062L427.90192 167.60938ZM424.77692 167.60938L426.99567 167.60938L426.99567 164.125L426.8863 164.32812L424.77692 167.60938ZM430.49567 166.4375L430.87067 162.89062L434.5113 162.89062L434.5113 163.71875L431.6363 163.71875L431.41754 165.65625Q431.93317 165.35938 432.60504 165.35938Q433.5738 165.35938 434.1363 166.0Q434.71442 166.64062 434.71442 167.73438Q434.71442 168.82812 434.12067 169.46875Q433.52692 170.09375 432.46442 170.09375Q431.52692 170.09375 430.91754 169.57812Q430.3238 169.04688 430.24567 168.125L431.10504 168.125Q431.18317 168.73438 431.52692 169.04688Q431.8863 169.35938 432.46442 169.35938Q433.08942 169.35938 433.4488 168.9375Q433.80817 168.5 433.80817 167.75Q433.80817 167.03125 433.41754 166.60938Q433.04254 166.17188 432.3863 166.17188Q431.80817 166.17188 431.46442 166.42188L431.23004 166.625L430.49567 166.4375ZM436.0113 164.25Q436.0113 163.625 436.41754 163.20312Q436.8238 162.78125 437.46442 162.78125Q438.12067 162.78125 438.5113 163.20312Q438.91754 163.625 438.91754 164.28125L438.91754 164.64062Q438.91754 165.28125 438.5113 165.6875Q438.10504 166.09375 437.48004 166.09375Q436.83942 166.09375 436.41754 165.6875Q436.0113 165.28125 436.0113 164.59375L436.0113 164.25ZM436.68317 164.64062Q436.68317 165.01562 436.8863 165.26562Q437.10504 165.5 437.48004 165.5Q437.8238 165.5 438.02692 165.26562Q438.24567 165.03125 438.24567 164.60938L438.24567 164.25Q438.24567 163.875 438.02692 163.625Q437.8238 163.375 437.46442 163.375Q437.10504 163.375 436.8863 163.625Q436.68317 163.875 436.68317 164.28125L436.68317 164.64062ZM439.46442 168.25Q439.46442 167.60938 439.87067 167.20312Q440.29254 166.79688 440.91754 166.79688Q441.55817 166.79688 441.96442 167.20312Q442.3863 167.60938 442.3863 168.29688L442.3863 168.64062Q442.3863 169.28125 441.98004 169.70312Q441.5738 170.10938 440.93317 170.10938Q440.30817 170.10938 439.8863 169.70312Q439.46442 169.28125 439.46442 168.60938L439.46442 168.25ZM440.15192 168.64062Q440.15192 169.01562 440.35504 169.26562Q440.5738 169.51562 440.93317 169.51562Q441.29254 169.51562 441.49567 169.28125Q441.71442 169.03125 441.71442 168.625L441.71442 168.25Q441.71442 167.875 441.49567 167.625Q441.27692 167.375 440.93317 167.375Q440.5738 167.375 440.35504 167.625Q440.15192 167.85938 440.15192 168.28125L440.15192 168.64062ZM437.68317 169.46875L437.16754 169.14062L440.6363 163.57812L441.15192 163.90625L437.68317 169.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M427.90192 167.60938L428.8863 167.60938L428.8863 168.34375L427.90192 168.34375L427.90192 170.0L426.99567 170.0L426.99567 168.34375L423.7613 168.34375L423.7613 167.8125L426.93317 162.89062L427.90192 162.89062L427.90192 167.60938ZM424.77692 167.60938L426.99567 167.60938L426.99567 164.125L426.8863 164.32812L424.77692 167.60938ZM430.49567 166.4375L430.87067 162.89062L434.5113 162.89062L434.5113 163.71875L431.6363 163.71875L431.41754 165.65625Q431.93317 165.35938 432.60504 165.35938Q433.5738 165.35938 434.1363 166.0Q434.71442 166.64062 434.71442 167.73438Q434.71442 168.82812 434.12067 169.46875Q433.52692 170.09375 432.46442 170.09375Q431.52692 170.09375 430.91754 169.57812Q430.3238 169.04688 430.24567 168.125L431.10504 168.125Q431.18317 168.73438 431.52692 169.04688Q431.8863 169.35938 432.46442 169.35938Q433.08942 169.35938 433.4488 168.9375Q433.80817 168.5 433.80817 167.75Q433.80817 167.03125 433.41754 166.60938Q433.04254 166.17188 432.3863 166.17188Q431.80817 166.17188 431.46442 166.42188L431.23004 166.625L430.49567 166.4375ZM436.0113 164.25Q436.0113 163.625 436.41754 163.20312Q436.8238 162.78125 437.46442 162.78125Q438.12067 162.78125 438.5113 163.20312Q438.91754 163.625 438.91754 164.28125L438.91754 164.64062Q438.91754 165.28125 438.5113 165.6875Q438.10504 166.09375 437.48004 166.09375Q436.83942 166.09375 436.41754 165.6875Q436.0113 165.28125 436.0113 164.59375L436.0113 164.25ZM436.68317 164.64062Q436.68317 165.01562 436.8863 165.26562Q437.10504 165.5 437.48004 165.5Q437.8238 165.5 438.02692 165.26562Q438.24567 165.03125 438.24567 164.60938L438.24567 164.25Q438.24567 163.875 438.02692 163.625Q437.8238 163.375 437.46442 163.375Q437.10504 163.375 436.8863 163.625Q436.68317 163.875 436.68317 164.28125L436.68317 164.64062ZM439.46442 168.25Q439.46442 167.60938 439.87067 167.20312Q440.29254 166.79688 440.91754 166.79688Q441.55817 166.79688 441.96442 167.20312Q442.3863 167.60938 442.3863 168.29688L442.3863 168.64062Q442.3863 169.28125 441.98004 169.70312Q441.5738 170.10938 440.93317 170.10938Q440.30817 170.10938 439.8863 169.70312Q439.46442 169.28125 439.46442 168.60938L439.46442 168.25ZM440.15192 168.64062Q440.15192 169.01562 440.35504 169.26562Q440.5738 169.51562 440.93317 169.51562Q441.29254 169.51562 441.49567 169.28125Q441.71442 169.03125 441.71442 168.625L441.71442 168.25Q441.71442 167.875 441.49567 167.625Q441.27692 167.375 440.93317 167.375Q440.5738 167.375 440.35504 167.625Q440.15192 167.85938 440.15192 168.28125L440.15192 168.64062ZM437.68317 169.46875L437.16754 169.14062L440.6363 163.57812L441.15192 163.90625L437.68317 169.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M275.5265 237.0L274.62024 237.0L274.62024 230.98438L272.7921 231.64062L272.7921 230.82812L275.38586 229.85938L275.5265 229.85938L275.5265 237.0ZM282.1046 229.89062L282.1046 230.65625L281.93274 230.65625Q280.88586 230.67188 280.26086 231.28125Q279.63586 231.875 279.5265 232.98438Q280.089 232.34375 281.05774 232.34375Q281.99524 232.34375 282.5421 233.0Q283.1046 233.64062 283.1046 234.6875Q283.1046 235.78125 282.49524 236.4375Q281.9015 237.09375 280.9015 237.09375Q279.88586 237.09375 279.24524 236.3125Q278.6046 235.53125 278.6046 234.29688L278.6046 233.95312Q278.6046 231.98438 279.43274 230.95312Q280.2765 229.90625 281.93274 229.89062L282.1046 229.89062ZM280.9171 233.09375Q280.44836 233.09375 280.05774 233.375Q279.6671 233.64062 279.51086 234.0625L279.51086 234.39062Q279.51086 235.28125 279.9015 235.8125Q280.30774 236.34375 280.9015 236.34375Q281.51086 236.34375 281.8546 235.90625Q282.214 235.45312 282.214 234.71875Q282.214 233.98438 281.8546 233.54688Q281.49524 233.09375 280.9171 233.09375ZM284.4796 231.25Q284.4796 230.625 284.88586 230.20312Q285.2921 229.78125 285.93274 229.78125Q286.589 229.78125 286.9796 230.20312Q287.38586 230.625 287.38586 231.28125L287.38586 231.64062Q287.38586 232.28125 286.9796 232.6875Q286.57336 233.09375 285.94836 233.09375Q285.30774 233.09375 284.88586 232.6875Q284.4796 232.28125 284.4796 231.59375L284.4796 231.25ZM285.1515 231.64062Q285.1515 232.01562 285.3546 232.26562Q285.57336 232.5 285.94836 232.5Q286.2921 232.5 286.49524 232.26562Q286.714 232.03125 286.714 231.60938L286.714 231.25Q286.714 230.875 286.49524 230.625Q286.2921 230.375 285.93274 230.375Q285.57336 230.375 285.3546 230.625Q285.1515 230.875 285.1515 231.28125L285.1515 231.64062ZM287.93274 235.25Q287.93274 234.60938 288.339 234.20312Q288.76086 233.79688 289.38586 233.79688Q290.0265 233.79688 290.43274 234.20312Q290.8546 234.60938 290.8546 235.29688L290.8546 235.64062Q290.8546 236.28125 290.44836 236.70312Q290.0421 237.10938 289.4015 237.10938Q288.7765 237.10938 288.3546 236.70312Q287.93274 236.28125 287.93274 235.60938L287.93274 235.25ZM288.62024 235.64062Q288.62024 236.01562 288.82336 236.26562Q289.0421 236.51562 289.4015 236.51562Q289.76086 236.51562 289.964 236.28125Q290.18274 236.03125 290.18274 235.625L290.18274 235.25Q290.18274 234.875 289.964 234.625Q289.74524 234.375 289.4015 234.375Q289.0421 234.375 288.82336 234.625Q288.62024 234.85938 288.62024 235.28125L288.62024 235.64062ZM286.1515 236.46875L285.63586 236.14062L289.1046 230.57812L289.62024 230.90625L286.1515 236.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M275.5265 237.0L274.62024 237.0L274.62024 230.98438L272.7921 231.64062L272.7921 230.82812L275.38586 229.85938L275.5265 229.85938L275.5265 237.0ZM282.1046 229.89062L282.1046 230.65625L281.93274 230.65625Q280.88586 230.67188 280.26086 231.28125Q279.63586 231.875 279.5265 232.98438Q280.089 232.34375 281.05774 232.34375Q281.99524 232.34375 282.5421 233.0Q283.1046 233.64062 283.1046 234.6875Q283.1046 235.78125 282.49524 236.4375Q281.9015 237.09375 280.9015 237.09375Q279.88586 237.09375 279.24524 236.3125Q278.6046 235.53125 278.6046 234.29688L278.6046 233.95312Q278.6046 231.98438 279.43274 230.95312Q280.2765 229.90625 281.93274 229.89062L282.1046 229.89062ZM280.9171 233.09375Q280.44836 233.09375 280.05774 233.375Q279.6671 233.64062 279.51086 234.0625L279.51086 234.39062Q279.51086 235.28125 279.9015 235.8125Q280.30774 236.34375 280.9015 236.34375Q281.51086 236.34375 281.8546 235.90625Q282.214 235.45312 282.214 234.71875Q282.214 233.98438 281.8546 233.54688Q281.49524 233.09375 280.9171 233.09375ZM284.4796 231.25Q284.4796 230.625 284.88586 230.20312Q285.2921 229.78125 285.93274 229.78125Q286.589 229.78125 286.9796 230.20312Q287.38586 230.625 287.38586 231.28125L287.38586 231.64062Q287.38586 232.28125 286.9796 232.6875Q286.57336 233.09375 285.94836 233.09375Q285.30774 233.09375 284.88586 232.6875Q284.4796 232.28125 284.4796 231.59375L284.4796 231.25ZM285.1515 231.64062Q285.1515 232.01562 285.3546 232.26562Q285.57336 232.5 285.94836 232.5Q286.2921 232.5 286.49524 232.26562Q286.714 232.03125 286.714 231.60938L286.714 231.25Q286.714 230.875 286.49524 230.625Q286.2921 230.375 285.93274 230.375Q285.57336 230.375 285.3546 230.625Q285.1515 230.875 285.1515 231.28125L285.1515 231.64062ZM287.93274 235.25Q287.93274 234.60938 288.339 234.20312Q288.76086 233.79688 289.38586 233.79688Q290.0265 233.79688 290.43274 234.20312Q290.8546 234.60938 290.8546 235.29688L290.8546 235.64062Q290.8546 236.28125 290.44836 236.70312Q290.0421 237.10938 289.4015 237.10938Q288.7765 237.10938 288.3546 236.70312Q287.93274 236.28125 287.93274 235.60938L287.93274 235.25ZM288.62024 235.64062Q288.62024 236.01562 288.82336 236.26562Q289.0421 236.51562 289.4015 236.51562Q289.76086 236.51562 289.964 236.28125Q290.18274 236.03125 290.18274 235.625L290.18274 235.25Q290.18274 234.875 289.964 234.625Q289.74524 234.375 289.4015 234.375Q289.0421 234.375 288.82336 234.625Q288.62024 234.85938 288.62024 235.28125L288.62024 235.64062ZM286.1515 236.46875L285.63586 236.14062L289.1046 230.57812L289.62024 230.90625L286.1515 236.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M360.7781 301.0L361.44998 301.0Q362.0906 301.0 362.44998 300.67188Q362.82498 300.34375 362.82498 299.78125Q362.82498 298.53125 361.57498 298.53125Q360.99686 298.53125 360.63748 298.875Q360.29373 299.20312 360.29373 299.75L359.38748 299.75Q359.38748 298.90625 360.01248 298.35938Q360.63748 297.79688 361.57498 297.79688Q362.5906 297.79688 363.1531 298.32812Q363.73123 298.85938 363.73123 299.79688Q363.73123 300.26562 363.43436 300.70312Q363.13748 301.14062 362.60623 301.35938Q363.19998 301.53125 363.51248 301.96875Q363.8406 302.39062 363.8406 303.01562Q363.8406 303.96875 363.2156 304.53125Q362.5906 305.09375 361.5906 305.09375Q360.5906 305.09375 359.94998 304.5625Q359.32498 304.01562 359.32498 303.125L360.24686 303.125Q360.24686 303.6875 360.60623 304.03125Q360.9656 304.35938 361.5906 304.35938Q362.24686 304.35938 362.5906 304.01562Q362.93436 303.67188 362.93436 303.03125Q362.93436 302.42188 362.54373 302.09375Q362.16873 301.75 361.44998 301.75L360.7781 301.75L360.7781 301.0ZM366.7781 301.0L367.44998 301.0Q368.0906 301.0 368.44998 300.67188Q368.82498 300.34375 368.82498 299.78125Q368.82498 298.53125 367.57498 298.53125Q366.99686 298.53125 366.63748 298.875Q366.29373 299.20312 366.29373 299.75L365.38748 299.75Q365.38748 298.90625 366.01248 298.35938Q366.63748 297.79688 367.57498 297.79688Q368.5906 297.79688 369.1531 298.32812Q369.73123 298.85938 369.73123 299.79688Q369.73123 300.26562 369.43436 300.70312Q369.13748 301.14062 368.60623 301.35938Q369.19998 301.53125 369.51248 301.96875Q369.8406 302.39062 369.8406 303.01562Q369.8406 303.96875 369.2156 304.53125Q368.5906 305.09375 367.5906 305.09375Q366.5906 305.09375 365.94998 304.5625Q365.32498 304.01562 365.32498 303.125L366.24686 303.125Q366.24686 303.6875 366.60623 304.03125Q366.9656 304.35938 367.5906 304.35938Q368.24686 304.35938 368.5906 304.01562Q368.93436 303.67188 368.93436 303.03125Q368.93436 302.42188 368.54373 302.09375Q368.16873 301.75 367.44998 301.75L366.7781 301.75L366.7781 301.0ZM371.38748 299.25Q371.38748 298.625 371.79373 298.20312Q372.19998 297.78125 372.8406 297.78125Q373.49686 297.78125 373.88748 298.20312Q374.29373 298.625 374.29373 299.28125L374.29373 299.64062Q374.29373 300.28125 373.88748 300.6875Q373.48123 301.09375 372.85623 301.09375Q372.2156 301.09375 371.79373 300.6875Q371.38748 300.28125 371.38748 299.59375L371.38748 299.25ZM372.05936 299.64062Q372.05936 300.01562 372.26248 300.26562Q372.48123 300.5 372.85623 300.5Q373.19998 300.5 373.4031 300.26562Q373.62186 300.03125 373.62186 299.60938L373.62186 299.25Q373.62186 298.875 373.4031 298.625Q373.19998 298.375 372.8406 298.375Q372.48123 298.375 372.26248 298.625Q372.05936 298.875 372.05936 299.28125L372.05936 299.64062ZM374.8406 303.25Q374.8406 302.60938 375.24686 302.20312Q375.66873 301.79688 376.29373 301.79688Q376.93436 301.79688 377.3406 302.20312Q377.76248 302.60938 377.76248 303.29688L377.76248 303.64062Q377.76248 304.28125 377.35623 304.70312Q376.94998 305.10938 376.30936 305.10938Q375.68436 305.10938 375.26248 304.70312Q374.8406 304.28125 374.8406 303.60938L374.8406 303.25ZM375.5281 303.64062Q375.5281 304.01562 375.73123 304.26562Q375.94998 304.51562 376.30936 304.51562Q376.66873 304.51562 376.87186 304.28125Q377.0906 304.03125 377.0906 303.625L377.0906 303.25Q377.0906 302.875 376.87186 302.625Q376.6531 302.375 376.30936 302.375Q375.94998 302.375 375.73123 302.625Q375.5281 302.85938 375.5281 303.28125L375.5281 303.64062ZM373.05936 304.46875L372.54373 304.14062L376.01248 298.57812L376.5281 298.90625L373.05936 304.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M360.7781 301.0L361.44998 301.0Q362.0906 301.0 362.44998 300.67188Q362.82498 300.34375 362.82498 299.78125Q362.82498 298.53125 361.57498 298.53125Q360.99686 298.53125 360.63748 298.875Q360.29373 299.20312 360.29373 299.75L359.38748 299.75Q359.38748 298.90625 360.01248 298.35938Q360.63748 297.79688 361.57498 297.79688Q362.5906 297.79688 363.1531 298.32812Q363.73123 298.85938 363.73123 299.79688Q363.73123 300.26562 363.43436 300.70312Q363.13748 301.14062 362.60623 301.35938Q363.19998 301.53125 363.51248 301.96875Q363.8406 302.39062 363.8406 303.01562Q363.8406 303.96875 363.2156 304.53125Q362.5906 305.09375 361.5906 305.09375Q360.5906 305.09375 359.94998 304.5625Q359.32498 304.01562 359.32498 303.125L360.24686 303.125Q360.24686 303.6875 360.60623 304.03125Q360.9656 304.35938 361.5906 304.35938Q362.24686 304.35938 362.5906 304.01562Q362.93436 303.67188 362.93436 303.03125Q362.93436 302.42188 362.54373 302.09375Q362.16873 301.75 361.44998 301.75L360.7781 301.75L360.7781 301.0ZM366.7781 301.0L367.44998 301.0Q368.0906 301.0 368.44998 300.67188Q368.82498 300.34375 368.82498 299.78125Q368.82498 298.53125 367.57498 298.53125Q366.99686 298.53125 366.63748 298.875Q366.29373 299.20312 366.29373 299.75L365.38748 299.75Q365.38748 298.90625 366.01248 298.35938Q366.63748 297.79688 367.57498 297.79688Q368.5906 297.79688 369.1531 298.32812Q369.73123 298.85938 369.73123 299.79688Q369.73123 300.26562 369.43436 300.70312Q369.13748 301.14062 368.60623 301.35938Q369.19998 301.53125 369.51248 301.96875Q369.8406 302.39062 369.8406 303.01562Q369.8406 303.96875 369.2156 304.53125Q368.5906 305.09375 367.5906 305.09375Q366.5906 305.09375 365.94998 304.5625Q365.32498 304.01562 365.32498 303.125L366.24686 303.125Q366.24686 303.6875 366.60623 304.03125Q366.9656 304.35938 367.5906 304.35938Q368.24686 304.35938 368.5906 304.01562Q368.93436 303.67188 368.93436 303.03125Q368.93436 302.42188 368.54373 302.09375Q368.16873 301.75 367.44998 301.75L366.7781 301.75L366.7781 301.0ZM371.38748 299.25Q371.38748 298.625 371.79373 298.20312Q372.19998 297.78125 372.8406 297.78125Q373.49686 297.78125 373.88748 298.20312Q374.29373 298.625 374.29373 299.28125L374.29373 299.64062Q374.29373 300.28125 373.88748 300.6875Q373.48123 301.09375 372.85623 301.09375Q372.2156 301.09375 371.79373 300.6875Q371.38748 300.28125 371.38748 299.59375L371.38748 299.25ZM372.05936 299.64062Q372.05936 300.01562 372.26248 300.26562Q372.48123 300.5 372.85623 300.5Q373.19998 300.5 373.4031 300.26562Q373.62186 300.03125 373.62186 299.60938L373.62186 299.25Q373.62186 298.875 373.4031 298.625Q373.19998 298.375 372.8406 298.375Q372.48123 298.375 372.26248 298.625Q372.05936 298.875 372.05936 299.28125L372.05936 299.64062ZM374.8406 303.25Q374.8406 302.60938 375.24686 302.20312Q375.66873 301.79688 376.29373 301.79688Q376.93436 301.79688 377.3406 302.20312Q377.76248 302.60938 377.76248 303.29688L377.76248 303.64062Q377.76248 304.28125 377.35623 304.70312Q376.94998 305.10938 376.30936 305.10938Q375.68436 305.10938 375.26248 304.70312Q374.8406 304.28125 374.8406 303.60938L374.8406 303.25ZM375.5281 303.64062Q375.5281 304.01562 375.73123 304.26562Q375.94998 304.51562 376.30936 304.51562Q376.66873 304.51562 376.87186 304.28125Q377.0906 304.03125 377.0906 303.625L377.0906 303.25Q377.0906 302.875 376.87186 302.625Q376.6531 302.375 376.30936 302.375Q375.94998 302.375 375.73123 302.625Q375.5281 302.85938 375.5281 303.28125L375.5281 303.64062ZM373.05936 304.46875L372.54373 304.14062L376.01248 298.57812L376.5281 298.90625L373.05936 304.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.48917 372.0L309.83292 372.0L309.83292 371.34375L312.28604 368.60938Q312.83292 368.0 313.03604 367.60938Q313.2548 367.21875 313.2548 366.79688Q313.2548 366.25 312.91104 365.89062Q312.58292 365.53125 312.02042 365.53125Q311.34854 365.53125 310.97354 365.92188Q310.59854 366.29688 310.59854 366.98438L309.6923 366.98438Q309.6923 366.0 310.3173 365.40625Q310.95792 364.79688 312.02042 364.79688Q313.0048 364.79688 313.58292 365.3125Q314.16104 365.82812 314.16104 366.70312Q314.16104 367.75 312.8173 369.20312L310.92667 371.26562L314.48917 371.26562L314.48917 372.0ZM317.14542 368.0L317.8173 368.0Q318.45792 368.0 318.8173 367.67188Q319.1923 367.34375 319.1923 366.78125Q319.1923 365.53125 317.9423 365.53125Q317.36417 365.53125 317.0048 365.875Q316.66104 366.20312 316.66104 366.75L315.7548 366.75Q315.7548 365.90625 316.3798 365.35938Q317.0048 364.79688 317.9423 364.79688Q318.95792 364.79688 319.52042 365.32812Q320.09854 365.85938 320.09854 366.79688Q320.09854 367.26562 319.80167 367.70312Q319.5048 368.14062 318.97354 368.35938Q319.5673 368.53125 319.8798 368.96875Q320.20792 369.39062 320.20792 370.01562Q320.20792 370.96875 319.58292 371.53125Q318.95792 372.09375 317.95792 372.09375Q316.95792 372.09375 316.3173 371.5625Q315.6923 371.01562 315.6923 370.125L316.61417 370.125Q316.61417 370.6875 316.97354 371.03125Q317.33292 371.35938 317.95792 371.35938Q318.61417 371.35938 318.95792 371.01562Q319.30167 370.67188 319.30167 370.03125Q319.30167 369.42188 318.91104 369.09375Q318.53604 368.75 317.8173 368.75L317.14542 368.75L317.14542 368.0ZM321.7548 366.25Q321.7548 365.625 322.16104 365.20312Q322.5673 364.78125 323.20792 364.78125Q323.86417 364.78125 324.2548 365.20312Q324.66104 365.625 324.66104 366.28125L324.66104 366.64062Q324.66104 367.28125 324.2548 367.6875Q323.84854 368.09375 323.22354 368.09375Q322.58292 368.09375 322.16104 367.6875Q321.7548 367.28125 321.7548 366.59375L321.7548 366.25ZM322.42667 366.64062Q322.42667 367.01562 322.6298 367.26562Q322.84854 367.5 323.22354 367.5Q323.5673 367.5 323.77042 367.26562Q323.98917 367.03125 323.98917 366.60938L323.98917 366.25Q323.98917 365.875 323.77042 365.625Q323.5673 365.375 323.20792 365.375Q322.84854 365.375 322.6298 365.625Q322.42667 365.875 322.42667 366.28125L322.42667 366.64062ZM325.20792 370.25Q325.20792 369.60938 325.61417 369.20312Q326.03604 368.79688 326.66104 368.79688Q327.30167 368.79688 327.70792 369.20312Q328.1298 369.60938 328.1298 370.29688L328.1298 370.64062Q328.1298 371.28125 327.72354 371.70312Q327.3173 372.10938 326.67667 372.10938Q326.05167 372.10938 325.6298 371.70312Q325.20792 371.28125 325.20792 370.60938L325.20792 370.25ZM325.89542 370.64062Q325.89542 371.01562 326.09854 371.26562Q326.3173 371.51562 326.67667 371.51562Q327.03604 371.51562 327.23917 371.28125Q327.45792 371.03125 327.45792 370.625L327.45792 370.25Q327.45792 369.875 327.23917 369.625Q327.02042 369.375 326.67667 369.375Q326.3173 369.375 326.09854 369.625Q325.89542 369.85938 325.89542 370.28125L325.89542 370.64062ZM323.42667 371.46875L322.91104 371.14062L326.3798 365.57812L326.89542 365.90625L323.42667 371.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M314.48917 372.0L309.83292 372.0L309.83292 371.34375L312.28604 368.60938Q312.83292 368.0 313.03604 367.60938Q313.2548 367.21875 313.2548 366.79688Q313.2548 366.25 312.91104 365.89062Q312.58292 365.53125 312.02042 365.53125Q311.34854 365.53125 310.97354 365.92188Q310.59854 366.29688 310.59854 366.98438L309.6923 366.98438Q309.6923 366.0 310.3173 365.40625Q310.95792 364.79688 312.02042 364.79688Q313.0048 364.79688 313.58292 365.3125Q314.16104 365.82812 314.16104 366.70312Q314.16104 367.75 312.8173 369.20312L310.92667 371.26562L314.48917 371.26562L314.48917 372.0ZM317.14542 368.0L317.8173 368.0Q318.45792 368.0 318.8173 367.67188Q319.1923 367.34375 319.1923 366.78125Q319.1923 365.53125 317.9423 365.53125Q317.36417 365.53125 317.0048 365.875Q316.66104 366.20312 316.66104 366.75L315.7548 366.75Q315.7548 365.90625 316.3798 365.35938Q317.0048 364.79688 317.9423 364.79688Q318.95792 364.79688 319.52042 365.32812Q320.09854 365.85938 320.09854 366.79688Q320.09854 367.26562 319.80167 367.70312Q319.5048 368.14062 318.97354 368.35938Q319.5673 368.53125 319.8798 368.96875Q320.20792 369.39062 320.20792 370.01562Q320.20792 370.96875 319.58292 371.53125Q318.95792 372.09375 317.95792 372.09375Q316.95792 372.09375 316.3173 371.5625Q315.6923 371.01562 315.6923 370.125L316.61417 370.125Q316.61417 370.6875 316.97354 371.03125Q317.33292 371.35938 317.95792 371.35938Q318.61417 371.35938 318.95792 371.01562Q319.30167 370.67188 319.30167 370.03125Q319.30167 369.42188 318.91104 369.09375Q318.53604 368.75 317.8173 368.75L317.14542 368.75L317.14542 368.0ZM321.7548 366.25Q321.7548 365.625 322.16104 365.20312Q322.5673 364.78125 323.20792 364.78125Q323.86417 364.78125 324.2548 365.20312Q324.66104 365.625 324.66104 366.28125L324.66104 366.64062Q324.66104 367.28125 324.2548 367.6875Q323.84854 368.09375 323.22354 368.09375Q322.58292 368.09375 322.16104 367.6875Q321.7548 367.28125 321.7548 366.59375L321.7548 366.25ZM322.42667 366.64062Q322.42667 367.01562 322.6298 367.26562Q322.84854 367.5 323.22354 367.5Q323.5673 367.5 323.77042 367.26562Q323.98917 367.03125 323.98917 366.60938L323.98917 366.25Q323.98917 365.875 323.77042 365.625Q323.5673 365.375 323.20792 365.375Q322.84854 365.375 322.6298 365.625Q322.42667 365.875 322.42667 366.28125L322.42667 366.64062ZM325.20792 370.25Q325.20792 369.60938 325.61417 369.20312Q326.03604 368.79688 326.66104 368.79688Q327.30167 368.79688 327.70792 369.20312Q328.1298 369.60938 328.1298 370.29688L328.1298 370.64062Q328.1298 371.28125 327.72354 371.70312Q327.3173 372.10938 326.67667 372.10938Q326.05167 372.10938 325.6298 371.70312Q325.20792 371.28125 325.20792 370.60938L325.20792 370.25ZM325.89542 370.64062Q325.89542 371.01562 326.09854 371.26562Q326.3173 371.51562 326.67667 371.51562Q327.03604 371.51562 327.23917 371.28125Q327.45792 371.03125 327.45792 370.625L327.45792 370.25Q327.45792 369.875 327.23917 369.625Q327.02042 369.375 326.67667 369.375Q326.3173 369.375 326.09854 369.625Q325.89542 369.85938 325.89542 370.28125L325.89542 370.64062ZM323.42667 371.46875L322.91104 371.14062L326.3798 365.57812L326.89542 365.90625L323.42667 371.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M236.91243 503.875Q236.63118 504.21875 236.24055 504.42188Q235.84993 504.625 235.38118 504.625Q234.7718 504.625 234.30305 504.32812Q233.84993 504.01562 233.59993 503.46875Q233.34993 502.92188 233.34993 502.25Q233.34993 501.54688 233.61555 500.96875Q233.8968 500.39062 234.3968 500.09375Q234.8968 499.79688 235.55305 499.79688Q236.61555 499.79688 237.22493 500.59375Q237.8343 501.375 237.8343 502.73438L237.8343 503.0Q237.8343 505.07812 237.00618 506.03125Q236.19368 506.98438 234.53743 507.0L234.34993 507.0L234.34993 506.25L234.55305 506.25Q235.66243 506.21875 236.25618 505.65625Q236.86555 505.09375 236.91243 503.875ZM235.5218 503.875Q235.97493 503.875 236.34993 503.59375Q236.74055 503.3125 236.92805 502.90625L236.92805 502.54688Q236.92805 501.65625 236.53743 501.10938Q236.1468 500.54688 235.56868 500.54688Q234.9593 500.54688 234.59993 501.0Q234.24055 501.45312 234.24055 502.20312Q234.24055 502.9375 234.5843 503.40625Q234.94368 503.875 235.5218 503.875ZM239.38118 501.25Q239.38118 500.625 239.78743 500.20312Q240.19368 499.78125 240.8343 499.78125Q241.49055 499.78125 241.88118 500.20312Q242.28743 500.625 242.28743 501.28125L242.28743 501.64062Q242.28743 502.28125 241.88118 502.6875Q241.47493 503.09375 240.84993 503.09375Q240.2093 503.09375 239.78743 502.6875Q239.38118 502.28125 239.38118 501.59375L239.38118 501.25ZM240.05305 501.64062Q240.05305 502.01562 240.25618 502.26562Q240.47493 502.5 240.84993 502.5Q241.19368 502.5 241.3968 502.26562Q241.61555 502.03125 241.61555 501.60938L241.61555 501.25Q241.61555 500.875 241.3968 500.625Q241.19368 500.375 240.8343 500.375Q240.47493 500.375 240.25618 500.625Q240.05305 500.875 240.05305 501.28125L240.05305 501.64062ZM242.8343 505.25Q242.8343 504.60938 243.24055 504.20312Q243.66243 503.79688 244.28743 503.79688Q244.92805 503.79688 245.3343 504.20312Q245.75618 504.60938 245.75618 505.29688L245.75618 505.64062Q245.75618 506.28125 245.34993 506.70312Q244.94368 507.10938 244.30305 507.10938Q243.67805 507.10938 243.25618 506.70312Q242.8343 506.28125 242.8343 505.60938L242.8343 505.25ZM243.5218 505.64062Q243.5218 506.01562 243.72493 506.26562Q243.94368 506.51562 244.30305 506.51562Q244.66243 506.51562 244.86555 506.28125Q245.0843 506.03125 245.0843 505.625L245.0843 505.25Q245.0843 504.875 244.86555 504.625Q244.6468 504.375 244.30305 504.375Q243.94368 504.375 243.72493 504.625Q243.5218 504.85938 243.5218 505.28125L243.5218 505.64062ZM241.05305 506.46875L240.53743 506.14062L244.00618 500.57812L244.5218 500.90625L241.05305 506.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M236.91243 503.875Q236.63118 504.21875 236.24055 504.42188Q235.84993 504.625 235.38118 504.625Q234.7718 504.625 234.30305 504.32812Q233.84993 504.01562 233.59993 503.46875Q233.34993 502.92188 233.34993 502.25Q233.34993 501.54688 233.61555 500.96875Q233.8968 500.39062 234.3968 500.09375Q234.8968 499.79688 235.55305 499.79688Q236.61555 499.79688 237.22493 500.59375Q237.8343 501.375 237.8343 502.73438L237.8343 503.0Q237.8343 505.07812 237.00618 506.03125Q236.19368 506.98438 234.53743 507.0L234.34993 507.0L234.34993 506.25L234.55305 506.25Q235.66243 506.21875 236.25618 505.65625Q236.86555 505.09375 236.91243 503.875ZM235.5218 503.875Q235.97493 503.875 236.34993 503.59375Q236.74055 503.3125 236.92805 502.90625L236.92805 502.54688Q236.92805 501.65625 236.53743 501.10938Q236.1468 500.54688 235.56868 500.54688Q234.9593 500.54688 234.59993 501.0Q234.24055 501.45312 234.24055 502.20312Q234.24055 502.9375 234.5843 503.40625Q234.94368 503.875 235.5218 503.875ZM239.38118 501.25Q239.38118 500.625 239.78743 500.20312Q240.19368 499.78125 240.8343 499.78125Q241.49055 499.78125 241.88118 500.20312Q242.28743 500.625 242.28743 501.28125L242.28743 501.64062Q242.28743 502.28125 241.88118 502.6875Q241.47493 503.09375 240.84993 503.09375Q240.2093 503.09375 239.78743 502.6875Q239.38118 502.28125 239.38118 501.59375L239.38118 501.25ZM240.05305 501.64062Q240.05305 502.01562 240.25618 502.26562Q240.47493 502.5 240.84993 502.5Q241.19368 502.5 241.3968 502.26562Q241.61555 502.03125 241.61555 501.60938L241.61555 501.25Q241.61555 500.875 241.3968 500.625Q241.19368 500.375 240.8343 500.375Q240.47493 500.375 240.25618 500.625Q240.05305 500.875 240.05305 501.28125L240.05305 501.64062ZM242.8343 505.25Q242.8343 504.60938 243.24055 504.20312Q243.66243 503.79688 244.28743 503.79688Q244.92805 503.79688 245.3343 504.20312Q245.75618 504.60938 245.75618 505.29688L245.75618 505.64062Q245.75618 506.28125 245.34993 506.70312Q244.94368 507.10938 244.30305 507.10938Q243.67805 507.10938 243.25618 506.70312Q242.8343 506.28125 242.8343 505.60938L242.8343 505.25ZM243.5218 505.64062Q243.5218 506.01562 243.72493 506.26562Q243.94368 506.51562 244.30305 506.51562Q244.66243 506.51562 244.86555 506.28125Q245.0843 506.03125 245.0843 505.625L245.0843 505.25Q245.0843 504.875 244.86555 504.625Q244.6468 504.375 244.30305 504.375Q243.94368 504.375 243.72493 504.625Q243.5218 504.85938 243.5218 505.28125L243.5218 505.64062ZM241.05305 506.46875L240.53743 506.14062L244.00618 500.57812L244.5218 500.90625L241.05305 506.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M214.01248 570.4375L214.38748 566.8906L218.0281 566.8906L218.0281 567.71875L215.1531 567.71875L214.93436 569.65625Q215.44998 569.3594 216.12186 569.3594Q217.0906 569.3594 217.6531 570.0Q218.23123 570.6406 218.23123 571.7344Q218.23123 572.8281 217.63748 573.46875Q217.04373 574.09375 215.98123 574.09375Q215.04373 574.09375 214.43436 573.5781Q213.8406 573.0469 213.76248 572.125L214.62186 572.125Q214.69998 572.7344 215.04373 573.0469Q215.4031 573.3594 215.98123 573.3594Q216.60623 573.3594 216.9656 572.9375Q217.32498 572.5 217.32498 571.75Q217.32498 571.03125 216.93436 570.6094Q216.55936 570.1719 215.9031 570.1719Q215.32498 570.1719 214.98123 570.4219L214.74686 570.625L214.01248 570.4375ZM219.5281 568.25Q219.5281 567.625 219.93436 567.2031Q220.3406 566.78125 220.98123 566.78125Q221.63748 566.78125 222.0281 567.2031Q222.43436 567.625 222.43436 568.28125L222.43436 568.6406Q222.43436 569.28125 222.0281 569.6875Q221.62186 570.09375 220.99686 570.09375Q220.35623 570.09375 219.93436 569.6875Q219.5281 569.28125 219.5281 568.59375L219.5281 568.25ZM220.19998 568.6406Q220.19998 569.0156 220.4031 569.2656Q220.62186 569.5 220.99686 569.5Q221.3406 569.5 221.54373 569.2656Q221.76248 569.03125 221.76248 568.6094L221.76248 568.25Q221.76248 567.875 221.54373 567.625Q221.3406 567.375 220.98123 567.375Q220.62186 567.375 220.4031 567.625Q220.19998 567.875 220.19998 568.28125L220.19998 568.6406ZM222.98123 572.25Q222.98123 571.6094 223.38748 571.2031Q223.80936 570.7969 224.43436 570.7969Q225.07498 570.7969 225.48123 571.2031Q225.9031 571.6094 225.9031 572.2969L225.9031 572.6406Q225.9031 573.28125 225.49686 573.7031Q225.0906 574.1094 224.44998 574.1094Q223.82498 574.1094 223.4031 573.7031Q222.98123 573.28125 222.98123 572.6094L222.98123 572.25ZM223.66873 572.6406Q223.66873 573.0156 223.87186 573.2656Q224.0906 573.5156 224.44998 573.5156Q224.80936 573.5156 225.01248 573.28125Q225.23123 573.03125 225.23123 572.625L225.23123 572.25Q225.23123 571.875 225.01248 571.625Q224.79373 571.375 224.44998 571.375Q224.0906 571.375 223.87186 571.625Q223.66873 571.8594 223.66873 572.28125L223.66873 572.6406ZM221.19998 573.46875L220.68436 573.1406L224.1531 567.5781L224.66873 567.90625L221.19998 573.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M214.01248 570.4375L214.38748 566.8906L218.0281 566.8906L218.0281 567.71875L215.1531 567.71875L214.93436 569.65625Q215.44998 569.3594 216.12186 569.3594Q217.0906 569.3594 217.6531 570.0Q218.23123 570.6406 218.23123 571.7344Q218.23123 572.8281 217.63748 573.46875Q217.04373 574.09375 215.98123 574.09375Q215.04373 574.09375 214.43436 573.5781Q213.8406 573.0469 213.76248 572.125L214.62186 572.125Q214.69998 572.7344 215.04373 573.0469Q215.4031 573.3594 215.98123 573.3594Q216.60623 573.3594 216.9656 572.9375Q217.32498 572.5 217.32498 571.75Q217.32498 571.03125 216.93436 570.6094Q216.55936 570.1719 215.9031 570.1719Q215.32498 570.1719 214.98123 570.4219L214.74686 570.625L214.01248 570.4375ZM219.5281 568.25Q219.5281 567.625 219.93436 567.2031Q220.3406 566.78125 220.98123 566.78125Q221.63748 566.78125 222.0281 567.2031Q222.43436 567.625 222.43436 568.28125L222.43436 568.6406Q222.43436 569.28125 222.0281 569.6875Q221.62186 570.09375 220.99686 570.09375Q220.35623 570.09375 219.93436 569.6875Q219.5281 569.28125 219.5281 568.59375L219.5281 568.25ZM220.19998 568.6406Q220.19998 569.0156 220.4031 569.2656Q220.62186 569.5 220.99686 569.5Q221.3406 569.5 221.54373 569.2656Q221.76248 569.03125 221.76248 568.6094L221.76248 568.25Q221.76248 567.875 221.54373 567.625Q221.3406 567.375 220.98123 567.375Q220.62186 567.375 220.4031 567.625Q220.19998 567.875 220.19998 568.28125L220.19998 568.6406ZM222.98123 572.25Q222.98123 571.6094 223.38748 571.2031Q223.80936 570.7969 224.43436 570.7969Q225.07498 570.7969 225.48123 571.2031Q225.9031 571.6094 225.9031 572.2969L225.9031 572.6406Q225.9031 573.28125 225.49686 573.7031Q225.0906 574.1094 224.44998 574.1094Q223.82498 574.1094 223.4031 573.7031Q222.98123 573.28125 222.98123 572.6094L222.98123 572.25ZM223.66873 572.6406Q223.66873 573.0156 223.87186 573.2656Q224.0906 573.5156 224.44998 573.5156Q224.80936 573.5156 225.01248 573.28125Q225.23123 573.03125 225.23123 572.625L225.23123 572.25Q225.23123 571.875 225.01248 571.625Q224.79373 571.375 224.44998 571.375Q224.0906 571.375 223.87186 571.625Q223.66873 571.8594 223.66873 572.28125L223.66873 572.6406ZM221.19998 573.46875L220.68436 573.1406L224.1531 567.5781L224.66873 567.90625L221.19998 573.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.44499 641.0L252.53874 641.0L252.53874 634.9844L250.71062 635.6406L250.71062 634.8281L253.30437 633.8594L253.44499 633.8594L253.44499 641.0ZM261.13248 641.0L256.47623 641.0L256.47623 640.34375L258.92935 637.6094Q259.47623 637.0 259.67935 636.6094Q259.8981 636.21875 259.8981 635.7969Q259.8981 635.25 259.55435 634.8906Q259.22623 634.53125 258.66373 634.53125Q257.99185 634.53125 257.61685 634.9219Q257.24185 635.2969 257.24185 635.9844L256.3356 635.9844Q256.3356 635.0 256.9606 634.40625Q257.60123 633.7969 258.66373 633.7969Q259.6481 633.7969 260.22623 634.3125Q260.80435 634.8281 260.80435 635.7031Q260.80435 636.75 259.4606 638.2031L257.56998 640.2656L261.13248 640.2656L261.13248 641.0ZM262.3981 635.25Q262.3981 634.625 262.80435 634.2031Q263.2106 633.78125 263.85123 633.78125Q264.50748 633.78125 264.8981 634.2031Q265.30435 634.625 265.30435 635.28125L265.30435 635.6406Q265.30435 636.28125 264.8981 636.6875Q264.49185 637.09375 263.86685 637.09375Q263.22623 637.09375 262.80435 636.6875Q262.3981 636.28125 262.3981 635.59375L262.3981 635.25ZM263.06998 635.6406Q263.06998 636.0156 263.2731 636.2656Q263.49185 636.5 263.86685 636.5Q264.2106 636.5 264.41373 636.2656Q264.63248 636.03125 264.63248 635.6094L264.63248 635.25Q264.63248 634.875 264.41373 634.625Q264.2106 634.375 263.85123 634.375Q263.49185 634.375 263.2731 634.625Q263.06998 634.875 263.06998 635.28125L263.06998 635.6406ZM265.85123 639.25Q265.85123 638.6094 266.25748 638.2031Q266.67935 637.7969 267.30435 637.7969Q267.94498 637.7969 268.35123 638.2031Q268.7731 638.6094 268.7731 639.2969L268.7731 639.6406Q268.7731 640.28125 268.36685 640.7031Q267.9606 641.1094 267.31998 641.1094Q266.69498 641.1094 266.2731 640.7031Q265.85123 640.28125 265.85123 639.6094L265.85123 639.25ZM266.53873 639.6406Q266.53873 640.0156 266.74185 640.2656Q266.9606 640.5156 267.31998 640.5156Q267.67935 640.5156 267.88248 640.28125Q268.10123 640.03125 268.10123 639.625L268.10123 639.25Q268.10123 638.875 267.88248 638.625Q267.66373 638.375 267.31998 638.375Q266.9606 638.375 266.74185 638.625Q266.53873 638.8594 266.53873 639.28125L266.53873 639.6406ZM264.06998 640.46875L263.55435 640.1406L267.0231 634.5781L267.53873 634.90625L264.06998 640.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M253.44499 641.0L252.53874 641.0L252.53874 634.9844L250.71062 635.6406L250.71062 634.8281L253.30437 633.8594L253.44499 633.8594L253.44499 641.0ZM261.1325 641.0L256.47626 641.0L256.47626 640.34375L258.92938 637.6094Q259.47626 637.0 259.67938 636.6094Q259.89813 636.21875 259.89813 635.7969Q259.89813 635.25 259.55438 634.8906Q259.22626 634.53125 258.66376 634.53125Q257.99188 634.53125 257.61688 634.9219Q257.24188 635.2969 257.24188 635.9844L256.33563 635.9844Q256.33563 635.0 256.96063 634.40625Q257.60126 633.7969 258.66376 633.7969Q259.64813 633.7969 260.22626 634.3125Q260.80438 634.8281 260.80438 635.7031Q260.80438 636.75 259.46063 638.2031L257.57 640.2656L261.1325 640.2656L261.1325 641.0ZM262.39813 635.25Q262.39813 634.625 262.80438 634.2031Q263.21063 633.78125 263.85126 633.78125Q264.5075 633.78125 264.89813 634.2031Q265.30438 634.625 265.30438 635.28125L265.30438 635.6406Q265.30438 636.28125 264.89813 636.6875Q264.49188 637.09375 263.86688 637.09375Q263.22626 637.09375 262.80438 636.6875Q262.39813 636.28125 262.39813 635.59375L262.39813 635.25ZM263.07 635.6406Q263.07 636.0156 263.27313 636.2656Q263.49188 636.5 263.86688 636.5Q264.21063 636.5 264.41376 636.2656Q264.6325 636.03125 264.6325 635.6094L264.6325 635.25Q264.6325 634.875 264.41376 634.625Q264.21063 634.375 263.85126 634.375Q263.49188 634.375 263.27313 634.625Q263.07 634.875 263.07 635.28125L263.07 635.6406ZM265.85126 639.25Q265.85126 638.6094 266.2575 638.2031Q266.67938 637.7969 267.30438 637.7969Q267.945 637.7969 268.35126 638.2031Q268.77313 638.6094 268.77313 639.2969L268.77313 639.6406Q268.77313 640.28125 268.36688 640.7031Q267.96063 641.1094 267.32 641.1094Q266.695 641.1094 266.27313 640.7031Q265.85126 640.28125 265.85126 639.6094L265.85126 639.25ZM266.53876 639.6406Q266.53876 640.0156 266.74188 640.2656Q266.96063 640.5156 267.32 640.5156Q267.67938 640.5156 267.8825 640.28125Q268.10126 640.03125 268.10126 639.625L268.10126 639.25Q268.10126 638.875 267.8825 638.625Q267.66376 638.375 267.32 638.375Q266.96063 638.375 266.74188 638.625Q266.53876 638.8594 266.53876 639.28125L266.53876 639.6406ZM264.07 640.46875L263.55438 640.1406L267.02313 634.5781L267.53876 634.90625L264.07 640.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M516.2939 106.890625L516.2939 107.65625L516.122 107.65625Q515.07513 107.671875 514.45013 108.28125Q513.82513 108.875 513.71576 109.984375Q514.27826 109.34375 515.247 109.34375Q516.1845 109.34375 516.7314 110.0Q517.2939 110.640625 517.2939 111.6875Q517.2939 112.78125 516.6845 113.4375Q516.09076 114.09375 515.09076 114.09375Q514.07513 114.09375 513.4345 113.3125Q512.7939 112.53125 512.7939 111.296875L512.7939 110.953125Q512.7939 108.984375 513.622 107.953125Q514.46576 106.90625 516.122 106.890625L516.2939 106.890625ZM515.1064 110.09375Q514.63763 110.09375 514.247 110.375Q513.8564 110.640625 513.70013 111.0625L513.70013 111.390625Q513.70013 112.28125 514.09076 112.8125Q514.497 113.34375 515.09076 113.34375Q515.70013 113.34375 516.0439 112.90625Q516.40326 112.453125 516.40326 111.71875Q516.40326 110.984375 516.0439 110.546875Q515.6845 110.09375 515.1064 110.09375ZM520.0595 110.0L520.7314 110.0Q521.372 110.0 521.7314 109.671875Q522.1064 109.34375 522.1064 108.78125Q522.1064 107.53125 520.8564 107.53125Q520.27826 107.53125 519.9189 107.875Q519.57513 108.203125 519.57513 108.75L518.6689 108.75Q518.6689 107.90625 519.2939 107.359375Q519.9189 106.796875 520.8564 106.796875Q521.872 106.796875 522.4345 107.328125Q523.01263 107.859375 523.01263 108.796875Q523.01263 109.265625 522.71576 109.703125Q522.4189 110.140625 521.88763 110.359375Q522.4814 110.53125 522.7939 110.96875Q523.122 111.390625 523.122 112.015625Q523.122 112.96875 522.497 113.53125Q521.872 114.09375 520.872 114.09375Q519.872 114.09375 519.2314 113.5625Q518.6064 113.015625 518.6064 112.125L519.52826 112.125Q519.52826 112.6875 519.88763 113.03125Q520.247 113.359375 520.872 113.359375Q521.52826 113.359375 521.872 113.015625Q522.21576 112.671875 522.21576 112.03125Q522.21576 111.421875 521.82513 111.09375Q521.45013 110.75 520.7314 110.75L520.0595 110.75L520.0595 110.0ZM524.6689 108.25Q524.6689 107.625 525.07513 107.203125Q525.4814 106.78125 526.122 106.78125Q526.77826 106.78125 527.1689 107.203125Q527.57513 107.625 527.57513 108.28125L527.57513 108.640625Q527.57513 109.28125 527.1689 109.6875Q526.76263 110.09375 526.13763 110.09375Q525.497 110.09375 525.07513 109.6875Q524.6689 109.28125 524.6689 108.59375L524.6689 108.25ZM525.34076 108.640625Q525.34076 109.015625 525.5439 109.265625Q525.76263 109.5 526.13763 109.5Q526.4814 109.5 526.6845 109.265625Q526.90326 109.03125 526.90326 108.609375L526.90326 108.25Q526.90326 107.875 526.6845 107.625Q526.4814 107.375 526.122 107.375Q525.76263 107.375 525.5439 107.625Q525.34076 107.875 525.34076 108.28125L525.34076 108.640625ZM528.122 112.25Q528.122 111.609375 528.52826 111.203125Q528.95013 110.796875 529.57513 110.796875Q530.21576 110.796875 530.622 111.203125Q531.0439 111.609375 531.0439 112.296875L531.0439 112.640625Q531.0439 113.28125 530.63763 113.703125Q530.2314 114.109375 529.59076 114.109375Q528.96576 114.109375 528.5439 113.703125Q528.122 113.28125 528.122 112.609375L528.122 112.25ZM528.8095 112.640625Q528.8095 113.015625 529.01263 113.265625Q529.2314 113.515625 529.59076 113.515625Q529.95013 113.515625 530.15326 113.28125Q530.372 113.03125 530.372 112.625L530.372 112.25Q530.372 111.875 530.15326 111.625Q529.9345 111.375 529.59076 111.375Q529.2314 111.375 529.01263 111.625Q528.8095 111.859375 528.8095 112.28125L528.8095 112.640625ZM526.34076 113.46875L525.82513 113.140625L529.2939 107.578125L529.8095 107.90625L526.34076 113.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M516.2939 106.890625L516.2939 107.65625L516.122 107.65625Q515.07513 107.671875 514.45013 108.28125Q513.82513 108.875 513.71576 109.984375Q514.27826 109.34375 515.247 109.34375Q516.1845 109.34375 516.7314 110.0Q517.2939 110.640625 517.2939 111.6875Q517.2939 112.78125 516.6845 113.4375Q516.09076 114.09375 515.09076 114.09375Q514.07513 114.09375 513.4345 113.3125Q512.7939 112.53125 512.7939 111.296875L512.7939 110.953125Q512.7939 108.984375 513.622 107.953125Q514.46576 106.90625 516.122 106.890625L516.2939 106.890625ZM515.1064 110.09375Q514.63763 110.09375 514.247 110.375Q513.8564 110.640625 513.70013 111.0625L513.70013 111.390625Q513.70013 112.28125 514.09076 112.8125Q514.497 113.34375 515.09076 113.34375Q515.70013 113.34375 516.0439 112.90625Q516.40326 112.453125 516.40326 111.71875Q516.40326 110.984375 516.0439 110.546875Q515.6845 110.09375 515.1064 110.09375ZM520.0595 110.0L520.7314 110.0Q521.372 110.0 521.7314 109.671875Q522.1064 109.34375 522.1064 108.78125Q522.1064 107.53125 520.8564 107.53125Q520.27826 107.53125 519.9189 107.875Q519.57513 108.203125 519.57513 108.75L518.6689 108.75Q518.6689 107.90625 519.2939 107.359375Q519.9189 106.796875 520.8564 106.796875Q521.872 106.796875 522.4345 107.328125Q523.01263 107.859375 523.01263 108.796875Q523.01263 109.265625 522.71576 109.703125Q522.4189 110.140625 521.88763 110.359375Q522.4814 110.53125 522.7939 110.96875Q523.122 111.390625 523.122 112.015625Q523.122 112.96875 522.497 113.53125Q521.872 114.09375 520.872 114.09375Q519.872 114.09375 519.2314 113.5625Q518.6064 113.015625 518.6064 112.125L519.52826 112.125Q519.52826 112.6875 519.88763 113.03125Q520.247 113.359375 520.872 113.359375Q521.52826 113.359375 521.872 113.015625Q522.21576 112.671875 522.21576 112.03125Q522.21576 111.421875 521.82513 111.09375Q521.45013 110.75 520.7314 110.75L520.0595 110.75L520.0595 110.0ZM524.6689 108.25Q524.6689 107.625 525.07513 107.203125Q525.4814 106.78125 526.122 106.78125Q526.77826 106.78125 527.1689 107.203125Q527.57513 107.625 527.57513 108.28125L527.57513 108.640625Q527.57513 109.28125 527.1689 109.6875Q526.76263 110.09375 526.13763 110.09375Q525.497 110.09375 525.07513 109.6875Q524.6689 109.28125 524.6689 108.59375L524.6689 108.25ZM525.34076 108.640625Q525.34076 109.015625 525.5439 109.265625Q525.76263 109.5 526.13763 109.5Q526.4814 109.5 526.6845 109.265625Q526.90326 109.03125 526.90326 108.609375L526.90326 108.25Q526.90326 107.875 526.6845 107.625Q526.4814 107.375 526.122 107.375Q525.76263 107.375 525.5439 107.625Q525.34076 107.875 525.34076 108.28125L525.34076 108.640625ZM528.122 112.25Q528.122 111.609375 528.52826 111.203125Q528.95013 110.796875 529.57513 110.796875Q530.21576 110.796875 530.622 111.203125Q531.0439 111.609375 531.0439 112.296875L531.0439 112.640625Q531.0439 113.28125 530.63763 113.703125Q530.2314 114.109375 529.59076 114.109375Q528.96576 114.109375 528.5439 113.703125Q528.122 113.28125 528.122 112.609375L528.122 112.25ZM528.8095 112.640625Q528.8095 113.015625 529.01263 113.265625Q529.2314 113.515625 529.59076 113.515625Q529.95013 113.515625 530.15326 113.28125Q530.372 113.03125 530.372 112.625L530.372 112.25Q530.372 111.875 530.15326 111.625Q529.9345 111.375 529.59076 111.375Q529.2314 111.375 529.01263 111.625Q528.8095 111.859375 528.8095 112.28125L528.8095 112.640625ZM526.34076 113.46875L525.82513 113.140625L529.2939 107.578125L529.8095 107.90625L526.34076 113.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M419.26367 178.60938L420.24805 178.60938L420.24805 179.34375L419.26367 179.34375L419.26367 181.0L418.35742 181.0L418.35742 179.34375L415.12305 179.34375L415.12305 178.8125L418.29492 173.89062L419.26367 173.89062L419.26367 178.60938ZM416.13867 178.60938L418.35742 178.60938L418.35742 175.125L418.24805 175.32812L416.13867 178.60938ZM425.26367 178.60938L426.24805 178.60938L426.24805 179.34375L425.26367 179.34375L425.26367 181.0L424.35742 181.0L424.35742 179.34375L421.12305 179.34375L421.12305 178.8125L424.29492 173.89062L425.26367 173.89062L425.26367 178.60938ZM422.13867 178.60938L424.35742 178.60938L424.35742 175.125L424.24805 175.32812L422.13867 178.60938ZM427.37305 175.25Q427.37305 174.625 427.7793 174.20312Q428.18555 173.78125 428.82617 173.78125Q429.48242 173.78125 429.87305 174.20312Q430.2793 174.625 430.2793 175.28125L430.2793 175.64062Q430.2793 176.28125 429.87305 176.6875Q429.4668 177.09375 428.8418 177.09375Q428.20117 177.09375 427.7793 176.6875Q427.37305 176.28125 427.37305 175.59375L427.37305 175.25ZM428.04492 175.64062Q428.04492 176.01562 428.24805 176.26562Q428.4668 176.5 428.8418 176.5Q429.18555 176.5 429.38867 176.26562Q429.60742 176.03125 429.60742 175.60938L429.60742 175.25Q429.60742 174.875 429.38867 174.625Q429.18555 174.375 428.82617 174.375Q428.4668 174.375 428.24805 174.625Q428.04492 174.875 428.04492 175.28125L428.04492 175.64062ZM430.82617 179.25Q430.82617 178.60938 431.23242 178.20312Q431.6543 177.79688 432.2793 177.79688Q432.91992 177.79688 433.32617 178.20312Q433.74805 178.60938 433.74805 179.29688L433.74805 179.64062Q433.74805 180.28125 433.3418 180.70312Q432.93555 181.10938 432.29492 181.10938Q431.66992 181.10938 431.24805 180.70312Q430.82617 180.28125 430.82617 179.60938L430.82617 179.25ZM431.51367 179.64062Q431.51367 180.01562 431.7168 180.26562Q431.93555 180.51562 432.29492 180.51562Q432.6543 180.51562 432.85742 180.28125Q433.07617 180.03125 433.07617 179.625L433.07617 179.25Q433.07617 178.875 432.85742 178.625Q432.63867 178.375 432.29492 178.375Q431.93555 178.375 431.7168 178.625Q431.51367 178.85938 431.51367 179.28125L431.51367 179.64062ZM429.04492 180.46875L428.5293 180.14062L431.99805 174.57812L432.51367 174.90625L429.04492 180.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M419.26367 178.60938L420.24805 178.60938L420.24805 179.34375L419.26367 179.34375L419.26367 181.0L418.35742 181.0L418.35742 179.34375L415.12305 179.34375L415.12305 178.8125L418.29492 173.89062L419.26367 173.89062L419.26367 178.60938ZM416.13867 178.60938L418.35742 178.60938L418.35742 175.125L418.24805 175.32812L416.13867 178.60938ZM425.26367 178.60938L426.24805 178.60938L426.24805 179.34375L425.26367 179.34375L425.26367 181.0L424.35742 181.0L424.35742 179.34375L421.12305 179.34375L421.12305 178.8125L424.29492 173.89062L425.26367 173.89062L425.26367 178.60938ZM422.13867 178.60938L424.35742 178.60938L424.35742 175.125L424.24805 175.32812L422.13867 178.60938ZM427.37305 175.25Q427.37305 174.625 427.7793 174.20312Q428.18555 173.78125 428.82617 173.78125Q429.48242 173.78125 429.87305 174.20312Q430.2793 174.625 430.2793 175.28125L430.2793 175.64062Q430.2793 176.28125 429.87305 176.6875Q429.4668 177.09375 428.8418 177.09375Q428.20117 177.09375 427.7793 176.6875Q427.37305 176.28125 427.37305 175.59375L427.37305 175.25ZM428.04492 175.64062Q428.04492 176.01562 428.24805 176.26562Q428.4668 176.5 428.8418 176.5Q429.18555 176.5 429.38867 176.26562Q429.60742 176.03125 429.60742 175.60938L429.60742 175.25Q429.60742 174.875 429.38867 174.625Q429.18555 174.375 428.82617 174.375Q428.4668 174.375 428.24805 174.625Q428.04492 174.875 428.04492 175.28125L428.04492 175.64062ZM430.82617 179.25Q430.82617 178.60938 431.23242 178.20312Q431.6543 177.79688 432.2793 177.79688Q432.91992 177.79688 433.32617 178.20312Q433.74805 178.60938 433.74805 179.29688L433.74805 179.64062Q433.74805 180.28125 433.3418 180.70312Q432.93555 181.10938 432.29492 181.10938Q431.66992 181.10938 431.24805 180.70312Q430.82617 180.28125 430.82617 179.60938L430.82617 179.25ZM431.51367 179.64062Q431.51367 180.01562 431.7168 180.26562Q431.93555 180.51562 432.29492 180.51562Q432.6543 180.51562 432.85742 180.28125Q433.07617 180.03125 433.07617 179.625L433.07617 179.25Q433.07617 178.875 432.85742 178.625Q432.63867 178.375 432.29492 178.375Q431.93555 178.375 431.7168 178.625Q431.51367 178.85938 431.51367 179.28125L431.51367 179.64062ZM429.04492 180.46875L428.5293 180.14062L431.99805 174.57812L432.51367 174.90625L429.04492 180.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M321.86493 248.0L317.20868 248.0L317.20868 247.34375L319.6618 244.60938Q320.20868 244.0 320.4118 243.60938Q320.63055 243.21875 320.63055 242.79688Q320.63055 242.25 320.2868 241.89062Q319.95868 241.53125 319.39618 241.53125Q318.7243 241.53125 318.3493 241.92188Q317.9743 242.29688 317.9743 242.98438L317.06805 242.98438Q317.06805 242.0 317.69305 241.40625Q318.33368 240.79688 319.39618 240.79688Q320.38055 240.79688 320.95868 241.3125Q321.5368 241.82812 321.5368 242.70312Q321.5368 243.75 320.19305 245.20312L318.30243 247.26562L321.86493 247.26562L321.86493 248.0ZM323.61493 244.4375L323.98993 240.89062L327.63055 240.89062L327.63055 241.71875L324.75555 241.71875L324.5368 243.65625Q325.05243 243.35938 325.7243 243.35938Q326.69305 243.35938 327.25555 244.0Q327.83368 244.64062 327.83368 245.73438Q327.83368 246.82812 327.23993 247.46875Q326.64618 248.09375 325.58368 248.09375Q324.64618 248.09375 324.0368 247.57812Q323.44305 247.04688 323.36493 246.125L324.2243 246.125Q324.30243 246.73438 324.64618 247.04688Q325.00555 247.35938 325.58368 247.35938Q326.20868 247.35938 326.56805 246.9375Q326.92743 246.5 326.92743 245.75Q326.92743 245.03125 326.5368 244.60938Q326.1618 244.17188 325.50555 244.17188Q324.92743 244.17188 324.58368 244.42188L324.3493 244.625L323.61493 244.4375ZM329.13055 242.25Q329.13055 241.625 329.5368 241.20312Q329.94305 240.78125 330.58368 240.78125Q331.23993 240.78125 331.63055 241.20312Q332.0368 241.625 332.0368 242.28125L332.0368 242.64062Q332.0368 243.28125 331.63055 243.6875Q331.2243 244.09375 330.5993 244.09375Q329.95868 244.09375 329.5368 243.6875Q329.13055 243.28125 329.13055 242.59375L329.13055 242.25ZM329.80243 242.64062Q329.80243 243.01562 330.00555 243.26562Q330.2243 243.5 330.5993 243.5Q330.94305 243.5 331.14618 243.26562Q331.36493 243.03125 331.36493 242.60938L331.36493 242.25Q331.36493 241.875 331.14618 241.625Q330.94305 241.375 330.58368 241.375Q330.2243 241.375 330.00555 241.625Q329.80243 241.875 329.80243 242.28125L329.80243 242.64062ZM332.58368 246.25Q332.58368 245.60938 332.98993 245.20312Q333.4118 244.79688 334.0368 244.79688Q334.67743 244.79688 335.08368 245.20312Q335.50555 245.60938 335.50555 246.29688L335.50555 246.64062Q335.50555 247.28125 335.0993 247.70312Q334.69305 248.10938 334.05243 248.10938Q333.42743 248.10938 333.00555 247.70312Q332.58368 247.28125 332.58368 246.60938L332.58368 246.25ZM333.27118 246.64062Q333.27118 247.01562 333.4743 247.26562Q333.69305 247.51562 334.05243 247.51562Q334.4118 247.51562 334.61493 247.28125Q334.83368 247.03125 334.83368 246.625L334.83368 246.25Q334.83368 245.875 334.61493 245.625Q334.39618 245.375 334.05243 245.375Q333.69305 245.375 333.4743 245.625Q333.27118 245.85938 333.27118 246.28125L333.27118 246.64062ZM330.80243 247.46875L330.2868 247.14062L333.75555 241.57812L334.27118 241.90625L330.80243 247.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M321.86493 248.0L317.20868 248.0L317.20868 247.34375L319.6618 244.60938Q320.20868 244.0 320.4118 243.60938Q320.63055 243.21875 320.63055 242.79688Q320.63055 242.25 320.2868 241.89062Q319.95868 241.53125 319.39618 241.53125Q318.7243 241.53125 318.3493 241.92188Q317.9743 242.29688 317.9743 242.98438L317.06805 242.98438Q317.06805 242.0 317.69305 241.40625Q318.33368 240.79688 319.39618 240.79688Q320.38055 240.79688 320.95868 241.3125Q321.5368 241.82812 321.5368 242.70312Q321.5368 243.75 320.19305 245.20312L318.30243 247.26562L321.86493 247.26562L321.86493 248.0ZM323.61493 244.4375L323.98993 240.89062L327.63055 240.89062L327.63055 241.71875L324.75555 241.71875L324.5368 243.65625Q325.05243 243.35938 325.7243 243.35938Q326.69305 243.35938 327.25555 244.0Q327.83368 244.64062 327.83368 245.73438Q327.83368 246.82812 327.23993 247.46875Q326.64618 248.09375 325.58368 248.09375Q324.64618 248.09375 324.0368 247.57812Q323.44305 247.04688 323.36493 246.125L324.2243 246.125Q324.30243 246.73438 324.64618 247.04688Q325.00555 247.35938 325.58368 247.35938Q326.20868 247.35938 326.56805 246.9375Q326.92743 246.5 326.92743 245.75Q326.92743 245.03125 326.5368 244.60938Q326.1618 244.17188 325.50555 244.17188Q324.92743 244.17188 324.58368 244.42188L324.3493 244.625L323.61493 244.4375ZM329.13055 242.25Q329.13055 241.625 329.5368 241.20312Q329.94305 240.78125 330.58368 240.78125Q331.23993 240.78125 331.63055 241.20312Q332.0368 241.625 332.0368 242.28125L332.0368 242.64062Q332.0368 243.28125 331.63055 243.6875Q331.2243 244.09375 330.5993 244.09375Q329.95868 244.09375 329.5368 243.6875Q329.13055 243.28125 329.13055 242.59375L329.13055 242.25ZM329.80243 242.64062Q329.80243 243.01562 330.00555 243.26562Q330.2243 243.5 330.5993 243.5Q330.94305 243.5 331.14618 243.26562Q331.36493 243.03125 331.36493 242.60938L331.36493 242.25Q331.36493 241.875 331.14618 241.625Q330.94305 241.375 330.58368 241.375Q330.2243 241.375 330.00555 241.625Q329.80243 241.875 329.80243 242.28125L329.80243 242.64062ZM332.58368 246.25Q332.58368 245.60938 332.98993 245.20312Q333.4118 244.79688 334.0368 244.79688Q334.67743 244.79688 335.08368 245.20312Q335.50555 245.60938 335.50555 246.29688L335.50555 246.64062Q335.50555 247.28125 335.0993 247.70312Q334.69305 248.10938 334.05243 248.10938Q333.42743 248.10938 333.00555 247.70312Q332.58368 247.28125 332.58368 246.60938L332.58368 246.25ZM333.27118 246.64062Q333.27118 247.01562 333.4743 247.26562Q333.69305 247.51562 334.05243 247.51562Q334.4118 247.51562 334.61493 247.28125Q334.83368 247.03125 334.83368 246.625L334.83368 246.25Q334.83368 245.875 334.61493 245.625Q334.39618 245.375 334.05243 245.375Q333.69305 245.375 333.4743 245.625Q333.27118 245.85938 333.27118 246.28125L333.27118 246.64062ZM330.80243 247.46875L330.2868 247.14062L333.75555 241.57812L334.27118 241.90625L330.80243 247.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.825 316.0L300.16876 316.0L300.16876 315.34375L302.6219 312.60938Q303.16876 312.0 303.3719 311.60938Q303.59064 311.21875 303.59064 310.79688Q303.59064 310.25 303.2469 309.89062Q302.91876 309.53125 302.35626 309.53125Q301.6844 309.53125 301.3094 309.92188Q300.9344 310.29688 300.9344 310.98438L300.02814 310.98438Q300.02814 310.0 300.65314 309.40625Q301.29376 308.79688 302.35626 308.79688Q303.34064 308.79688 303.91876 309.3125Q304.4969 309.82812 304.4969 310.70312Q304.4969 311.75 303.15314 313.20312L301.2625 315.26562L304.825 315.26562L304.825 316.0ZM309.1375 316.0L308.23126 316.0L308.23126 309.98438L306.40314 310.64062L306.40314 309.82812L308.9969 308.85938L309.1375 308.85938L309.1375 316.0ZM312.09064 310.25Q312.09064 309.625 312.4969 309.20312Q312.90314 308.78125 313.54376 308.78125Q314.2 308.78125 314.59064 309.20312Q314.9969 309.625 314.9969 310.28125L314.9969 310.64062Q314.9969 311.28125 314.59064 311.6875Q314.1844 312.09375 313.5594 312.09375Q312.91876 312.09375 312.4969 311.6875Q312.09064 311.28125 312.09064 310.59375L312.09064 310.25ZM312.7625 310.64062Q312.7625 311.01562 312.96564 311.26562Q313.1844 311.5 313.5594 311.5Q313.90314 311.5 314.10626 311.26562Q314.325 311.03125 314.325 310.60938L314.325 310.25Q314.325 309.875 314.10626 309.625Q313.90314 309.375 313.54376 309.375Q313.1844 309.375 312.96564 309.625Q312.7625 309.875 312.7625 310.28125L312.7625 310.64062ZM315.54376 314.25Q315.54376 313.60938 315.95 313.20312Q316.3719 312.79688 316.9969 312.79688Q317.6375 312.79688 318.04376 313.20312Q318.46564 313.60938 318.46564 314.29688L318.46564 314.64062Q318.46564 315.28125 318.0594 315.70312Q317.65314 316.10938 317.0125 316.10938Q316.3875 316.10938 315.96564 315.70312Q315.54376 315.28125 315.54376 314.60938L315.54376 314.25ZM316.23126 314.64062Q316.23126 315.01562 316.4344 315.26562Q316.65314 315.51562 317.0125 315.51562Q317.3719 315.51562 317.575 315.28125Q317.79376 315.03125 317.79376 314.625L317.79376 314.25Q317.79376 313.875 317.575 313.625Q317.35626 313.375 317.0125 313.375Q316.65314 313.375 316.4344 313.625Q316.23126 313.85938 316.23126 314.28125L316.23126 314.64062ZM313.7625 315.46875L313.2469 315.14062L316.71564 309.57812L317.23126 309.90625L313.7625 315.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M304.825 316.0L300.16876 316.0L300.16876 315.34375L302.6219 312.60938Q303.16876 312.0 303.3719 311.60938Q303.59064 311.21875 303.59064 310.79688Q303.59064 310.25 303.2469 309.89062Q302.91876 309.53125 302.35626 309.53125Q301.6844 309.53125 301.3094 309.92188Q300.9344 310.29688 300.9344 310.98438L300.02814 310.98438Q300.02814 310.0 300.65314 309.40625Q301.29376 308.79688 302.35626 308.79688Q303.34064 308.79688 303.91876 309.3125Q304.4969 309.82812 304.4969 310.70312Q304.4969 311.75 303.15314 313.20312L301.2625 315.26562L304.825 315.26562L304.825 316.0ZM309.1375 316.0L308.23126 316.0L308.23126 309.98438L306.40314 310.64062L306.40314 309.82812L308.9969 308.85938L309.1375 308.85938L309.1375 316.0ZM312.09064 310.25Q312.09064 309.625 312.4969 309.20312Q312.90314 308.78125 313.54376 308.78125Q314.2 308.78125 314.59064 309.20312Q314.9969 309.625 314.9969 310.28125L314.9969 310.64062Q314.9969 311.28125 314.59064 311.6875Q314.1844 312.09375 313.5594 312.09375Q312.91876 312.09375 312.4969 311.6875Q312.09064 311.28125 312.09064 310.59375L312.09064 310.25ZM312.7625 310.64062Q312.7625 311.01562 312.96564 311.26562Q313.1844 311.5 313.5594 311.5Q313.90314 311.5 314.10626 311.26562Q314.325 311.03125 314.325 310.60938L314.325 310.25Q314.325 309.875 314.10626 309.625Q313.90314 309.375 313.54376 309.375Q313.1844 309.375 312.96564 309.625Q312.7625 309.875 312.7625 310.28125L312.7625 310.64062ZM315.54376 314.25Q315.54376 313.60938 315.95 313.20312Q316.3719 312.79688 316.9969 312.79688Q317.6375 312.79688 318.04376 313.20312Q318.46564 313.60938 318.46564 314.29688L318.46564 314.64062Q318.46564 315.28125 318.0594 315.70312Q317.65314 316.10938 317.0125 316.10938Q316.3875 316.10938 315.96564 315.70312Q315.54376 315.28125 315.54376 314.60938L315.54376 314.25ZM316.23126 314.64062Q316.23126 315.01562 316.4344 315.26562Q316.65314 315.51562 317.0125 315.51562Q317.3719 315.51562 317.575 315.28125Q317.79376 315.03125 317.79376 314.625L317.79376 314.25Q317.79376 313.875 317.575 313.625Q317.35626 313.375 317.0125 313.375Q316.65314 313.375 316.4344 313.625Q316.23126 313.85938 316.23126 314.28125L316.23126 314.64062ZM313.7625 315.46875L313.2469 315.14062L316.71564 309.57812L317.23126 309.90625L313.7625 315.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.45316 383.0L304.7969 383.0L304.7969 382.34375L307.25003 379.60938Q307.7969 379.0 308.00003 378.60938Q308.21878 378.21875 308.21878 377.79688Q308.21878 377.25 307.87503 376.89062Q307.5469 376.53125 306.9844 376.53125Q306.31253 376.53125 305.93753 376.92188Q305.56253 377.29688 305.56253 377.98438L304.65628 377.98438Q304.65628 377.0 305.28128 376.40625Q305.9219 375.79688 306.9844 375.79688Q307.96878 375.79688 308.5469 376.3125Q309.12503 376.82812 309.12503 377.70312Q309.12503 378.75 307.78128 380.20312L305.89066 382.26562L309.45316 382.26562L309.45316 383.0ZM315.45316 383.0L310.7969 383.0L310.7969 382.34375L313.25003 379.60938Q313.7969 379.0 314.00003 378.60938Q314.21878 378.21875 314.21878 377.79688Q314.21878 377.25 313.87503 376.89062Q313.5469 376.53125 312.9844 376.53125Q312.31253 376.53125 311.93753 376.92188Q311.56253 377.29688 311.56253 377.98438L310.65628 377.98438Q310.65628 377.0 311.28128 376.40625Q311.9219 375.79688 312.9844 375.79688Q313.96878 375.79688 314.5469 376.3125Q315.12503 376.82812 315.12503 377.70312Q315.12503 378.75 313.78128 380.20312L311.89066 382.26562L315.45316 382.26562L315.45316 383.0ZM316.71878 377.25Q316.71878 376.625 317.12503 376.20312Q317.53128 375.78125 318.1719 375.78125Q318.82816 375.78125 319.21878 376.20312Q319.62503 376.625 319.62503 377.28125L319.62503 377.64062Q319.62503 378.28125 319.21878 378.6875Q318.81253 379.09375 318.18753 379.09375Q317.5469 379.09375 317.12503 378.6875Q316.71878 378.28125 316.71878 377.59375L316.71878 377.25ZM317.39066 377.64062Q317.39066 378.01562 317.59378 378.26562Q317.81253 378.5 318.18753 378.5Q318.53128 378.5 318.7344 378.26562Q318.95316 378.03125 318.95316 377.60938L318.95316 377.25Q318.95316 376.875 318.7344 376.625Q318.53128 376.375 318.1719 376.375Q317.81253 376.375 317.59378 376.625Q317.39066 376.875 317.39066 377.28125L317.39066 377.64062ZM320.1719 381.25Q320.1719 380.60938 320.57816 380.20312Q321.00003 379.79688 321.62503 379.79688Q322.26566 379.79688 322.6719 380.20312Q323.09378 380.60938 323.09378 381.29688L323.09378 381.64062Q323.09378 382.28125 322.68753 382.70312Q322.28128 383.10938 321.64066 383.10938Q321.01566 383.10938 320.59378 382.70312Q320.1719 382.28125 320.1719 381.60938L320.1719 381.25ZM320.8594 381.64062Q320.8594 382.01562 321.06253 382.26562Q321.28128 382.51562 321.64066 382.51562Q322.00003 382.51562 322.20316 382.28125Q322.4219 382.03125 322.4219 381.625L322.4219 381.25Q322.4219 380.875 322.20316 380.625Q321.9844 380.375 321.64066 380.375Q321.28128 380.375 321.06253 380.625Q320.8594 380.85938 320.8594 381.28125L320.8594 381.64062ZM318.39066 382.46875L317.87503 382.14062L321.34378 376.57812L321.8594 376.90625L318.39066 382.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M309.45316 383.0L304.7969 383.0L304.7969 382.34375L307.25003 379.60938Q307.7969 379.0 308.00003 378.60938Q308.21878 378.21875 308.21878 377.79688Q308.21878 377.25 307.87503 376.89062Q307.5469 376.53125 306.9844 376.53125Q306.31253 376.53125 305.93753 376.92188Q305.56253 377.29688 305.56253 377.98438L304.65628 377.98438Q304.65628 377.0 305.28128 376.40625Q305.9219 375.79688 306.9844 375.79688Q307.96878 375.79688 308.5469 376.3125Q309.12503 376.82812 309.12503 377.70312Q309.12503 378.75 307.78128 380.20312L305.89066 382.26562L309.45316 382.26562L309.45316 383.0ZM315.45316 383.0L310.7969 383.0L310.7969 382.34375L313.25003 379.60938Q313.7969 379.0 314.00003 378.60938Q314.21878 378.21875 314.21878 377.79688Q314.21878 377.25 313.87503 376.89062Q313.5469 376.53125 312.9844 376.53125Q312.31253 376.53125 311.93753 376.92188Q311.56253 377.29688 311.56253 377.98438L310.65628 377.98438Q310.65628 377.0 311.28128 376.40625Q311.9219 375.79688 312.9844 375.79688Q313.96878 375.79688 314.5469 376.3125Q315.12503 376.82812 315.12503 377.70312Q315.12503 378.75 313.78128 380.20312L311.89066 382.26562L315.45316 382.26562L315.45316 383.0ZM316.71878 377.25Q316.71878 376.625 317.12503 376.20312Q317.53128 375.78125 318.1719 375.78125Q318.82816 375.78125 319.21878 376.20312Q319.62503 376.625 319.62503 377.28125L319.62503 377.64062Q319.62503 378.28125 319.21878 378.6875Q318.81253 379.09375 318.18753 379.09375Q317.5469 379.09375 317.12503 378.6875Q316.71878 378.28125 316.71878 377.59375L316.71878 377.25ZM317.39066 377.64062Q317.39066 378.01562 317.59378 378.26562Q317.81253 378.5 318.18753 378.5Q318.53128 378.5 318.7344 378.26562Q318.95316 378.03125 318.95316 377.60938L318.95316 377.25Q318.95316 376.875 318.7344 376.625Q318.53128 376.375 318.1719 376.375Q317.81253 376.375 317.59378 376.625Q317.39066 376.875 317.39066 377.28125L317.39066 377.64062ZM320.1719 381.25Q320.1719 380.60938 320.57816 380.20312Q321.00003 379.79688 321.62503 379.79688Q322.26566 379.79688 322.6719 380.20312Q323.09378 380.60938 323.09378 381.29688L323.09378 381.64062Q323.09378 382.28125 322.68753 382.70312Q322.28128 383.10938 321.64066 383.10938Q321.01566 383.10938 320.59378 382.70312Q320.1719 382.28125 320.1719 381.60938L320.1719 381.25ZM320.8594 381.64062Q320.8594 382.01562 321.06253 382.26562Q321.28128 382.51562 321.64066 382.51562Q322.00003 382.51562 322.20316 382.28125Q322.4219 382.03125 322.4219 381.625L322.4219 381.25Q322.4219 380.875 322.20316 380.625Q321.9844 380.375 321.64066 380.375Q321.28128 380.375 321.06253 380.625Q320.8594 380.85938 320.8594 381.28125L320.8594 381.64062ZM318.39066 382.46875L317.87503 382.14062L321.34378 376.57812L321.8594 376.90625L318.39066 382.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M259.69626 518.0L258.79 518.0L258.79 511.98438L256.96188 512.6406L256.96188 511.82812L259.55563 510.85938L259.69626 510.85938L259.69626 518.0ZM264.04 514.0L264.71188 514.0Q265.3525 514.0 265.71188 513.6719Q266.08688 513.34375 266.08688 512.78125Q266.08688 511.53125 264.83688 511.53125Q264.25876 511.53125 263.89938 511.875Q263.55563 512.2031 263.55563 512.75L262.64938 512.75Q262.64938 511.90625 263.27438 511.35938Q263.89938 510.79688 264.83688 510.79688Q265.8525 510.79688 266.415 511.32812Q266.99313 511.85938 266.99313 512.7969Q266.99313 513.2656 266.69626 513.7031Q266.39938 514.1406 265.86813 514.3594Q266.46188 514.53125 266.77438 514.96875Q267.1025 515.3906 267.1025 516.0156Q267.1025 516.96875 266.4775 517.53125Q265.8525 518.09375 264.8525 518.09375Q263.8525 518.09375 263.21188 517.5625Q262.58688 517.0156 262.58688 516.125L263.50876 516.125Q263.50876 516.6875 263.86813 517.03125Q264.2275 517.3594 264.8525 517.3594Q265.50876 517.3594 265.8525 517.0156Q266.19626 516.6719 266.19626 516.03125Q266.19626 515.4219 265.80563 515.09375Q265.43063 514.75 264.71188 514.75L264.04 514.75L264.04 514.0ZM268.64938 512.25Q268.64938 511.625 269.05563 511.20312Q269.46188 510.78125 270.1025 510.78125Q270.75876 510.78125 271.14938 511.20312Q271.55563 511.625 271.55563 512.28125L271.55563 512.6406Q271.55563 513.28125 271.14938 513.6875Q270.74313 514.09375 270.11813 514.09375Q269.4775 514.09375 269.05563 513.6875Q268.64938 513.28125 268.64938 512.59375L268.64938 512.25ZM269.32126 512.6406Q269.32126 513.0156 269.52438 513.2656Q269.74313 513.5 270.11813 513.5Q270.46188 513.5 270.665 513.2656Q270.88376 513.03125 270.88376 512.6094L270.88376 512.25Q270.88376 511.875 270.665 511.625Q270.46188 511.375 270.1025 511.375Q269.74313 511.375 269.52438 511.625Q269.32126 511.875 269.32126 512.28125L269.32126 512.6406ZM272.1025 516.25Q272.1025 515.6094 272.50876 515.2031Q272.93063 514.7969 273.55563 514.7969Q274.19626 514.7969 274.6025 515.2031Q275.02438 515.6094 275.02438 516.2969L275.02438 516.6406Q275.02438 517.28125 274.61813 517.7031Q274.21188 518.1094 273.57126 518.1094Q272.94626 518.1094 272.52438 517.7031Q272.1025 517.28125 272.1025 516.6094L272.1025 516.25ZM272.79 516.6406Q272.79 517.0156 272.99313 517.2656Q273.21188 517.5156 273.57126 517.5156Q273.93063 517.5156 274.13376 517.28125Q274.3525 517.03125 274.3525 516.625L274.3525 516.25Q274.3525 515.875 274.13376 515.625Q273.915 515.375 273.57126 515.375Q273.21188 515.375 272.99313 515.625Q272.79 515.8594 272.79 516.28125L272.79 516.6406ZM270.32126 517.46875L269.80563 517.1406L273.27438 511.57812L273.79 511.90625L270.32126 517.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M259.69626 518.0L258.79 518.0L258.79 511.98438L256.96188 512.6406L256.96188 511.82812L259.55563 510.85938L259.69626 510.85938L259.69626 518.0ZM264.04 514.0L264.71188 514.0Q265.3525 514.0 265.71188 513.6719Q266.08688 513.34375 266.08688 512.78125Q266.08688 511.53125 264.83688 511.53125Q264.25876 511.53125 263.89938 511.875Q263.55563 512.2031 263.55563 512.75L262.64938 512.75Q262.64938 511.90625 263.27438 511.35938Q263.89938 510.79688 264.83688 510.79688Q265.8525 510.79688 266.415 511.32812Q266.99313 511.85938 266.99313 512.7969Q266.99313 513.2656 266.69626 513.7031Q266.39938 514.1406 265.86813 514.3594Q266.46188 514.53125 266.77438 514.96875Q267.1025 515.3906 267.1025 516.0156Q267.1025 516.96875 266.4775 517.53125Q265.8525 518.09375 264.8525 518.09375Q263.8525 518.09375 263.21188 517.5625Q262.58688 517.0156 262.58688 516.125L263.50876 516.125Q263.50876 516.6875 263.86813 517.03125Q264.2275 517.3594 264.8525 517.3594Q265.50876 517.3594 265.8525 517.0156Q266.19626 516.6719 266.19626 516.03125Q266.19626 515.4219 265.80563 515.09375Q265.43063 514.75 264.71188 514.75L264.04 514.75L264.04 514.0ZM268.64938 512.25Q268.64938 511.625 269.05563 511.20312Q269.46188 510.78125 270.1025 510.78125Q270.75876 510.78125 271.14938 511.20312Q271.55563 511.625 271.55563 512.28125L271.55563 512.6406Q271.55563 513.28125 271.14938 513.6875Q270.74313 514.09375 270.11813 514.09375Q269.4775 514.09375 269.05563 513.6875Q268.64938 513.28125 268.64938 512.59375L268.64938 512.25ZM269.32126 512.6406Q269.32126 513.0156 269.52438 513.2656Q269.74313 513.5 270.11813 513.5Q270.46188 513.5 270.665 513.2656Q270.88376 513.03125 270.88376 512.6094L270.88376 512.25Q270.88376 511.875 270.665 511.625Q270.46188 511.375 270.1025 511.375Q269.74313 511.375 269.52438 511.625Q269.32126 511.875 269.32126 512.28125L269.32126 512.6406ZM272.1025 516.25Q272.1025 515.6094 272.50876 515.2031Q272.93063 514.7969 273.55563 514.7969Q274.19626 514.7969 274.6025 515.2031Q275.02438 515.6094 275.02438 516.2969L275.02438 516.6406Q275.02438 517.28125 274.61813 517.7031Q274.21188 518.1094 273.57126 518.1094Q272.94626 518.1094 272.52438 517.7031Q272.1025 517.28125 272.1025 516.6094L272.1025 516.25ZM272.79 516.6406Q272.79 517.0156 272.99313 517.2656Q273.21188 517.5156 273.57126 517.5156Q273.93063 517.5156 274.13376 517.28125Q274.3525 517.03125 274.3525 516.625L274.3525 516.25Q274.3525 515.875 274.13376 515.625Q273.915 515.375 273.57126 515.375Q273.21188 515.375 272.99313 515.625Q272.79 515.8594 272.79 516.28125L272.79 516.6406ZM270.32126 517.46875L269.80563 517.1406L273.27438 511.57812L273.79 511.90625L270.32126 517.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.35306 577.8906L225.35306 578.65625L225.18118 578.65625Q224.13431 578.6719 223.50931 579.28125Q222.88431 579.875 222.77493 580.9844Q223.33743 580.34375 224.30618 580.34375Q225.24368 580.34375 225.79056 581.0Q226.35306 581.6406 226.35306 582.6875Q226.35306 583.78125 225.74368 584.4375Q225.14993 585.09375 224.14993 585.09375Q223.13431 585.09375 222.49368 584.3125Q221.85306 583.53125 221.85306 582.2969L221.85306 581.9531Q221.85306 579.9844 222.68118 578.9531Q223.52493 577.90625 225.18118 577.8906L225.35306 577.8906ZM224.16556 581.09375Q223.69681 581.09375 223.30618 581.375Q222.91556 581.6406 222.75931 582.0625L222.75931 582.3906Q222.75931 583.28125 223.14993 583.8125Q223.55618 584.34375 224.14993 584.34375Q224.75931 584.34375 225.10306 583.90625Q225.46243 583.4531 225.46243 582.71875Q225.46243 581.9844 225.10306 581.5469Q224.74368 581.09375 224.16556 581.09375ZM227.72806 579.25Q227.72806 578.625 228.13431 578.2031Q228.54056 577.78125 229.18118 577.78125Q229.83743 577.78125 230.22806 578.2031Q230.63431 578.625 230.63431 579.28125L230.63431 579.6406Q230.63431 580.28125 230.22806 580.6875Q229.82181 581.09375 229.19681 581.09375Q228.55618 581.09375 228.13431 580.6875Q227.72806 580.28125 227.72806 579.59375L227.72806 579.25ZM228.39993 579.6406Q228.39993 580.0156 228.60306 580.2656Q228.82181 580.5 229.19681 580.5Q229.54056 580.5 229.74368 580.2656Q229.96243 580.03125 229.96243 579.6094L229.96243 579.25Q229.96243 578.875 229.74368 578.625Q229.54056 578.375 229.18118 578.375Q228.82181 578.375 228.60306 578.625Q228.39993 578.875 228.39993 579.28125L228.39993 579.6406ZM231.18118 583.25Q231.18118 582.6094 231.58743 582.2031Q232.00931 581.7969 232.63431 581.7969Q233.27493 581.7969 233.68118 582.2031Q234.10306 582.6094 234.10306 583.2969L234.10306 583.6406Q234.10306 584.28125 233.69681 584.7031Q233.29056 585.1094 232.64993 585.1094Q232.02493 585.1094 231.60306 584.7031Q231.18118 584.28125 231.18118 583.6094L231.18118 583.25ZM231.86868 583.6406Q231.86868 584.0156 232.07181 584.2656Q232.29056 584.5156 232.64993 584.5156Q233.00931 584.5156 233.21243 584.28125Q233.43118 584.03125 233.43118 583.625L233.43118 583.25Q233.43118 582.875 233.21243 582.625Q232.99368 582.375 232.64993 582.375Q232.29056 582.375 232.07181 582.625Q231.86868 582.8594 231.86868 583.28125L231.86868 583.6406ZM229.39993 584.46875L228.88431 584.1406L232.35306 578.5781L232.86868 578.90625L229.39993 584.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M225.35306 577.8906L225.35306 578.65625L225.18118 578.65625Q224.13431 578.6719 223.50931 579.28125Q222.88431 579.875 222.77493 580.9844Q223.33743 580.34375 224.30618 580.34375Q225.24368 580.34375 225.79056 581.0Q226.35306 581.6406 226.35306 582.6875Q226.35306 583.78125 225.74368 584.4375Q225.14993 585.09375 224.14993 585.09375Q223.13431 585.09375 222.49368 584.3125Q221.85306 583.53125 221.85306 582.2969L221.85306 581.9531Q221.85306 579.9844 222.68118 578.9531Q223.52493 577.90625 225.18118 577.8906L225.35306 577.8906ZM224.16556 581.09375Q223.69681 581.09375 223.30618 581.375Q222.91556 581.6406 222.75931 582.0625L222.75931 582.3906Q222.75931 583.28125 223.14993 583.8125Q223.55618 584.34375 224.14993 584.34375Q224.75931 584.34375 225.10306 583.90625Q225.46243 583.4531 225.46243 582.71875Q225.46243 581.9844 225.10306 581.5469Q224.74368 581.09375 224.16556 581.09375ZM227.72806 579.25Q227.72806 578.625 228.13431 578.2031Q228.54056 577.78125 229.18118 577.78125Q229.83743 577.78125 230.22806 578.2031Q230.63431 578.625 230.63431 579.28125L230.63431 579.6406Q230.63431 580.28125 230.22806 580.6875Q229.82181 581.09375 229.19681 581.09375Q228.55618 581.09375 228.13431 580.6875Q227.72806 580.28125 227.72806 579.59375L227.72806 579.25ZM228.39993 579.6406Q228.39993 580.0156 228.60306 580.2656Q228.82181 580.5 229.19681 580.5Q229.54056 580.5 229.74368 580.2656Q229.96243 580.03125 229.96243 579.6094L229.96243 579.25Q229.96243 578.875 229.74368 578.625Q229.54056 578.375 229.18118 578.375Q228.82181 578.375 228.60306 578.625Q228.39993 578.875 228.39993 579.28125L228.39993 579.6406ZM231.18118 583.25Q231.18118 582.6094 231.58743 582.2031Q232.00931 581.7969 232.63431 581.7969Q233.27493 581.7969 233.68118 582.2031Q234.10306 582.6094 234.10306 583.2969L234.10306 583.6406Q234.10306 584.28125 233.69681 584.7031Q233.29056 585.1094 232.64993 585.1094Q232.02493 585.1094 231.60306 584.7031Q231.18118 584.28125 231.18118 583.6094L231.18118 583.25ZM231.86868 583.6406Q231.86868 584.0156 232.07181 584.2656Q232.29056 584.5156 232.64993 584.5156Q233.00931 584.5156 233.21243 584.28125Q233.43118 584.03125 233.43118 583.625L233.43118 583.25Q233.43118 582.875 233.21243 582.625Q232.99368 582.375 232.64993 582.375Q232.29056 582.375 232.07181 582.625Q231.86868 582.8594 231.86868 583.28125L231.86868 583.6406ZM229.39993 584.46875L228.88431 584.1406L232.35306 578.5781L232.86868 578.90625L229.39993 584.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M260.11697 652.0L259.21072 652.0L259.21072 645.9844L257.3826 646.6406L257.3826 645.8281L259.97635 644.8594L260.11697 644.8594L260.11697 652.0ZM264.46072 648.0L265.1326 648.0Q265.77322 648.0 266.1326 647.6719Q266.5076 647.34375 266.5076 646.78125Q266.5076 645.53125 265.2576 645.53125Q264.67947 645.53125 264.3201 645.875Q263.97635 646.2031 263.97635 646.75L263.0701 646.75Q263.0701 645.90625 263.6951 645.3594Q264.3201 644.7969 265.2576 644.7969Q266.27322 644.7969 266.83572 645.3281Q267.41385 645.8594 267.41385 646.7969Q267.41385 647.2656 267.11697 647.7031Q266.8201 648.1406 266.28885 648.3594Q266.8826 648.53125 267.1951 648.96875Q267.52322 649.3906 267.52322 650.0156Q267.52322 650.96875 266.89822 651.53125Q266.27322 652.09375 265.27322 652.09375Q264.27322 652.09375 263.6326 651.5625Q263.0076 651.0156 263.0076 650.125L263.92947 650.125Q263.92947 650.6875 264.28885 651.03125Q264.64822 651.3594 265.27322 651.3594Q265.92947 651.3594 266.27322 651.0156Q266.61697 650.6719 266.61697 650.03125Q266.61697 649.4219 266.22635 649.09375Q265.85135 648.75 265.1326 648.75L264.46072 648.75L264.46072 648.0ZM269.0701 646.25Q269.0701 645.625 269.47635 645.2031Q269.8826 644.78125 270.52322 644.78125Q271.17947 644.78125 271.5701 645.2031Q271.97635 645.625 271.97635 646.28125L271.97635 646.6406Q271.97635 647.28125 271.5701 647.6875Q271.16385 648.09375 270.53885 648.09375Q269.89822 648.09375 269.47635 647.6875Q269.0701 647.28125 269.0701 646.59375L269.0701 646.25ZM269.74197 646.6406Q269.74197 647.0156 269.9451 647.2656Q270.16385 647.5 270.53885 647.5Q270.8826 647.5 271.08572 647.2656Q271.30447 647.03125 271.30447 646.6094L271.30447 646.25Q271.30447 645.875 271.08572 645.625Q270.8826 645.375 270.52322 645.375Q270.16385 645.375 269.9451 645.625Q269.74197 645.875 269.74197 646.28125L269.74197 646.6406ZM272.52322 650.25Q272.52322 649.6094 272.92947 649.2031Q273.35135 648.7969 273.97635 648.7969Q274.61697 648.7969 275.02322 649.2031Q275.4451 649.6094 275.4451 650.2969L275.4451 650.6406Q275.4451 651.28125 275.03885 651.7031Q274.6326 652.1094 273.99197 652.1094Q273.36697 652.1094 272.9451 651.7031Q272.52322 651.28125 272.52322 650.6094L272.52322 650.25ZM273.21072 650.6406Q273.21072 651.0156 273.41385 651.2656Q273.6326 651.5156 273.99197 651.5156Q274.35135 651.5156 274.55447 651.28125Q274.77322 651.03125 274.77322 650.625L274.77322 650.25Q274.77322 649.875 274.55447 649.625Q274.33572 649.375 273.99197 649.375Q273.6326 649.375 273.41385 649.625Q273.21072 649.8594 273.21072 650.28125L273.21072 650.6406ZM270.74197 651.46875L270.22635 651.1406L273.6951 645.5781L274.21072 645.90625L270.74197 651.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M260.11697 652.0L259.21072 652.0L259.21072 645.9844L257.3826 646.6406L257.3826 645.8281L259.97635 644.8594L260.11697 644.8594L260.11697 652.0ZM264.46072 648.0L265.1326 648.0Q265.77322 648.0 266.1326 647.6719Q266.5076 647.34375 266.5076 646.78125Q266.5076 645.53125 265.2576 645.53125Q264.67947 645.53125 264.3201 645.875Q263.97635 646.2031 263.97635 646.75L263.0701 646.75Q263.0701 645.90625 263.6951 645.3594Q264.3201 644.7969 265.2576 644.7969Q266.27322 644.7969 266.83572 645.3281Q267.41385 645.8594 267.41385 646.7969Q267.41385 647.2656 267.11697 647.7031Q266.8201 648.1406 266.28885 648.3594Q266.8826 648.53125 267.1951 648.96875Q267.52322 649.3906 267.52322 650.0156Q267.52322 650.96875 266.89822 651.53125Q266.27322 652.09375 265.27322 652.09375Q264.27322 652.09375 263.6326 651.5625Q263.0076 651.0156 263.0076 650.125L263.92947 650.125Q263.92947 650.6875 264.28885 651.03125Q264.64822 651.3594 265.27322 651.3594Q265.92947 651.3594 266.27322 651.0156Q266.61697 650.6719 266.61697 650.03125Q266.61697 649.4219 266.22635 649.09375Q265.85135 648.75 265.1326 648.75L264.46072 648.75L264.46072 648.0ZM269.0701 646.25Q269.0701 645.625 269.47635 645.2031Q269.8826 644.78125 270.52322 644.78125Q271.17947 644.78125 271.5701 645.2031Q271.97635 645.625 271.97635 646.28125L271.97635 646.6406Q271.97635 647.28125 271.5701 647.6875Q271.16385 648.09375 270.53885 648.09375Q269.89822 648.09375 269.47635 647.6875Q269.0701 647.28125 269.0701 646.59375L269.0701 646.25ZM269.74197 646.6406Q269.74197 647.0156 269.9451 647.2656Q270.16385 647.5 270.53885 647.5Q270.8826 647.5 271.08572 647.2656Q271.30447 647.03125 271.30447 646.6094L271.30447 646.25Q271.30447 645.875 271.08572 645.625Q270.8826 645.375 270.52322 645.375Q270.16385 645.375 269.9451 645.625Q269.74197 645.875 269.74197 646.28125L269.74197 646.6406ZM272.52322 650.25Q272.52322 649.6094 272.92947 649.2031Q273.35135 648.7969 273.97635 648.7969Q274.61697 648.7969 275.02322 649.2031Q275.4451 649.6094 275.4451 650.2969L275.4451 650.6406Q275.4451 651.28125 275.03885 651.7031Q274.6326 652.1094 273.99197 652.1094Q273.36697 652.1094 272.9451 651.7031Q272.52322 651.28125 272.52322 650.6094L272.52322 650.25ZM273.21072 650.6406Q273.21072 651.0156 273.41385 651.2656Q273.6326 651.5156 273.99197 651.5156Q274.35135 651.5156 274.55447 651.28125Q274.77322 651.03125 274.77322 650.625L274.77322 650.25Q274.77322 649.875 274.55447 649.625Q274.33572 649.375 273.99197 649.375Q273.6326 649.375 273.41385 649.625Q273.21072 649.8594 273.21072 650.28125L273.21072 650.6406ZM270.74197 651.46875L270.22635 651.1406L273.6951 645.5781L274.21072 645.90625L270.74197 651.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M501.71927 117.890625L501.71927 118.65625L501.5474 118.65625Q500.50052 118.671875 499.87552 119.28125Q499.25052 119.875 499.14114 120.984375Q499.70364 120.34375 500.6724 120.34375Q501.6099 120.34375 502.15677 121.0Q502.71927 121.640625 502.71927 122.6875Q502.71927 123.78125 502.1099 124.4375Q501.51614 125.09375 500.51614 125.09375Q499.50052 125.09375 498.8599 124.3125Q498.21927 123.53125 498.21927 122.296875L498.21927 121.953125Q498.21927 119.984375 499.0474 118.953125Q499.89114 117.90625 501.5474 117.890625L501.71927 117.890625ZM500.53177 121.09375Q500.06302 121.09375 499.6724 121.375Q499.28177 121.640625 499.12552 122.0625L499.12552 122.390625Q499.12552 123.28125 499.51614 123.8125Q499.9224 124.34375 500.51614 124.34375Q501.12552 124.34375 501.46927 123.90625Q501.82864 123.453125 501.82864 122.71875Q501.82864 121.984375 501.46927 121.546875Q501.1099 121.09375 500.53177 121.09375ZM508.62552 121.96875Q508.62552 123.546875 508.07864 124.328125Q507.5474 125.09375 506.39114 125.09375Q505.25052 125.09375 504.70364 124.34375Q504.15677 123.59375 504.14114 122.09375L504.14114 120.890625Q504.14114 119.3125 504.6724 118.5625Q505.21927 117.796875 506.37552 117.796875Q507.53177 117.796875 508.06302 118.53125Q508.6099 119.265625 508.62552 120.796875L508.62552 121.96875ZM507.71927 120.734375Q507.71927 119.578125 507.39114 119.0625Q507.07864 118.53125 506.37552 118.53125Q505.68802 118.53125 505.3599 119.0625Q505.0474 119.578125 505.0474 120.65625L505.0474 122.109375Q505.0474 123.265625 505.37552 123.8125Q505.71927 124.359375 506.39114 124.359375Q507.06302 124.359375 507.37552 123.84375Q507.70364 123.328125 507.71927 122.21875L507.71927 120.734375ZM510.09427 119.25Q510.09427 118.625 510.50052 118.203125Q510.90677 117.78125 511.5474 117.78125Q512.2036 117.78125 512.59424 118.203125Q513.0005 118.625 513.0005 119.28125L513.0005 119.640625Q513.0005 120.28125 512.59424 120.6875Q512.188 121.09375 511.56302 121.09375Q510.9224 121.09375 510.50052 120.6875Q510.09427 120.28125 510.09427 119.59375L510.09427 119.25ZM510.76614 119.640625Q510.76614 120.015625 510.96927 120.265625Q511.18802 120.5 511.56302 120.5Q511.90677 120.5 512.10986 120.265625Q512.3286 120.03125 512.3286 119.609375L512.3286 119.25Q512.3286 118.875 512.10986 118.625Q511.90677 118.375 511.5474 118.375Q511.18802 118.375 510.96927 118.625Q510.76614 118.875 510.76614 119.28125L510.76614 119.640625ZM513.54736 123.25Q513.54736 122.609375 513.9536 122.203125Q514.3755 121.796875 515.0005 121.796875Q515.6411 121.796875 516.04736 122.203125Q516.46924 122.609375 516.46924 123.296875L516.46924 123.640625Q516.46924 124.28125 516.063 124.703125Q515.65674 125.109375 515.0161 125.109375Q514.3911 125.109375 513.96924 124.703125Q513.54736 124.28125 513.54736 123.609375L513.54736 123.25ZM514.23486 123.640625Q514.23486 124.015625 514.438 124.265625Q514.65674 124.515625 515.0161 124.515625Q515.3755 124.515625 515.5786 124.28125Q515.79736 124.03125 515.79736 123.625L515.79736 123.25Q515.79736 122.875 515.5786 122.625Q515.35986 122.375 515.0161 122.375Q514.65674 122.375 514.438 122.625Q514.23486 122.859375 514.23486 123.28125L514.23486 123.640625ZM511.76614 124.46875L511.25052 124.140625L514.71924 118.578125L515.23486 118.90625L511.76614 124.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M501.71927 117.890625L501.71927 118.65625L501.5474 118.65625Q500.50052 118.671875 499.87552 119.28125Q499.25052 119.875 499.14114 120.984375Q499.70364 120.34375 500.6724 120.34375Q501.6099 120.34375 502.15677 121.0Q502.71927 121.640625 502.71927 122.6875Q502.71927 123.78125 502.1099 124.4375Q501.51614 125.09375 500.51614 125.09375Q499.50052 125.09375 498.8599 124.3125Q498.21927 123.53125 498.21927 122.296875L498.21927 121.953125Q498.21927 119.984375 499.0474 118.953125Q499.89114 117.90625 501.5474 117.890625L501.71927 117.890625ZM500.53177 121.09375Q500.06302 121.09375 499.6724 121.375Q499.28177 121.640625 499.12552 122.0625L499.12552 122.390625Q499.12552 123.28125 499.51614 123.8125Q499.9224 124.34375 500.51614 124.34375Q501.12552 124.34375 501.46927 123.90625Q501.82864 123.453125 501.82864 122.71875Q501.82864 121.984375 501.46927 121.546875Q501.1099 121.09375 500.53177 121.09375ZM508.62552 121.96875Q508.62552 123.546875 508.07864 124.328125Q507.5474 125.09375 506.39114 125.09375Q505.25052 125.09375 504.70364 124.34375Q504.15677 123.59375 504.14114 122.09375L504.14114 120.890625Q504.14114 119.3125 504.6724 118.5625Q505.21927 117.796875 506.37552 117.796875Q507.53177 117.796875 508.06302 118.53125Q508.6099 119.265625 508.62552 120.796875L508.62552 121.96875ZM507.71927 120.734375Q507.71927 119.578125 507.39114 119.0625Q507.07864 118.53125 506.37552 118.53125Q505.68802 118.53125 505.3599 119.0625Q505.0474 119.578125 505.0474 120.65625L505.0474 122.109375Q505.0474 123.265625 505.37552 123.8125Q505.71927 124.359375 506.39114 124.359375Q507.06302 124.359375 507.37552 123.84375Q507.70364 123.328125 507.71927 122.21875L507.71927 120.734375ZM510.09427 119.25Q510.09427 118.625 510.50052 118.203125Q510.90677 117.78125 511.5474 117.78125Q512.2036 117.78125 512.59424 118.203125Q513.0005 118.625 513.0005 119.28125L513.0005 119.640625Q513.0005 120.28125 512.59424 120.6875Q512.188 121.09375 511.56302 121.09375Q510.9224 121.09375 510.50052 120.6875Q510.09427 120.28125 510.09427 119.59375L510.09427 119.25ZM510.76614 119.640625Q510.76614 120.015625 510.96927 120.265625Q511.18802 120.5 511.56302 120.5Q511.90677 120.5 512.10986 120.265625Q512.3286 120.03125 512.3286 119.609375L512.3286 119.25Q512.3286 118.875 512.10986 118.625Q511.90677 118.375 511.5474 118.375Q511.18802 118.375 510.96927 118.625Q510.76614 118.875 510.76614 119.28125L510.76614 119.640625ZM513.54736 123.25Q513.54736 122.609375 513.9536 122.203125Q514.3755 121.796875 515.0005 121.796875Q515.6411 121.796875 516.04736 122.203125Q516.46924 122.609375 516.46924 123.296875L516.46924 123.640625Q516.46924 124.28125 516.063 124.703125Q515.65674 125.109375 515.0161 125.109375Q514.3911 125.109375 513.96924 124.703125Q513.54736 124.28125 513.54736 123.609375L513.54736 123.25ZM514.23486 123.640625Q514.23486 124.015625 514.438 124.265625Q514.65674 124.515625 515.0161 124.515625Q515.3755 124.515625 515.5786 124.28125Q515.79736 124.03125 515.79736 123.625L515.79736 123.25Q515.79736 122.875 515.5786 122.625Q515.35986 122.375 515.0161 122.375Q514.65674 122.375 514.438 122.625Q514.23486 122.859375 514.23486 123.28125L514.23486 123.640625ZM511.76614 124.46875L511.25052 124.140625L514.71924 118.578125L515.23486 118.90625L511.76614 124.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M412.61942 189.60938L413.6038 189.60938L413.6038 190.34375L412.61942 190.34375L412.61942 192.0L411.71317 192.0L411.71317 190.34375L408.4788 190.34375L408.4788 189.8125L411.65067 184.89062L412.61942 184.89062L412.61942 189.60938ZM409.49442 189.60938L411.71317 189.60938L411.71317 186.125L411.6038 186.32812L409.49442 189.60938ZM419.46317 192.0L414.80692 192.0L414.80692 191.34375L417.26004 188.60938Q417.80692 188.0 418.01004 187.60938Q418.2288 187.21875 418.2288 186.79688Q418.2288 186.25 417.88504 185.89062Q417.55692 185.53125 416.99442 185.53125Q416.32254 185.53125 415.94754 185.92188Q415.57254 186.29688 415.57254 186.98438L414.6663 186.98438Q414.6663 186.0 415.2913 185.40625Q415.93192 184.79688 416.99442 184.79688Q417.9788 184.79688 418.55692 185.3125Q419.13504 185.82812 419.13504 186.70312Q419.13504 187.75 417.7913 189.20312L415.90067 191.26562L419.46317 191.26562L419.46317 192.0ZM420.7288 186.25Q420.7288 185.625 421.13504 185.20312Q421.5413 184.78125 422.18192 184.78125Q422.83817 184.78125 423.2288 185.20312Q423.63504 185.625 423.63504 186.28125L423.63504 186.64062Q423.63504 187.28125 423.2288 187.6875Q422.82254 188.09375 422.19754 188.09375Q421.55692 188.09375 421.13504 187.6875Q420.7288 187.28125 420.7288 186.59375L420.7288 186.25ZM421.40067 186.64062Q421.40067 187.01562 421.6038 187.26562Q421.82254 187.5 422.19754 187.5Q422.5413 187.5 422.74442 187.26562Q422.96317 187.03125 422.96317 186.60938L422.96317 186.25Q422.96317 185.875 422.74442 185.625Q422.5413 185.375 422.18192 185.375Q421.82254 185.375 421.6038 185.625Q421.40067 185.875 421.40067 186.28125L421.40067 186.64062ZM424.18192 190.25Q424.18192 189.60938 424.58817 189.20312Q425.01004 188.79688 425.63504 188.79688Q426.27567 188.79688 426.68192 189.20312Q427.1038 189.60938 427.1038 190.29688L427.1038 190.64062Q427.1038 191.28125 426.69754 191.70312Q426.2913 192.10938 425.65067 192.10938Q425.02567 192.10938 424.6038 191.70312Q424.18192 191.28125 424.18192 190.60938L424.18192 190.25ZM424.86942 190.64062Q424.86942 191.01562 425.07254 191.26562Q425.2913 191.51562 425.65067 191.51562Q426.01004 191.51562 426.21317 191.28125Q426.43192 191.03125 426.43192 190.625L426.43192 190.25Q426.43192 189.875 426.21317 189.625Q425.99442 189.375 425.65067 189.375Q425.2913 189.375 425.07254 189.625Q424.86942 189.85938 424.86942 190.28125L424.86942 190.64062ZM422.40067 191.46875L421.88504 191.14062L425.3538 185.57812L425.86942 185.90625L422.40067 191.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M412.61942 189.60938L413.6038 189.60938L413.6038 190.34375L412.61942 190.34375L412.61942 192.0L411.71317 192.0L411.71317 190.34375L408.4788 190.34375L408.4788 189.8125L411.65067 184.89062L412.61942 184.89062L412.61942 189.60938ZM409.49442 189.60938L411.71317 189.60938L411.71317 186.125L411.6038 186.32812L409.49442 189.60938ZM419.46317 192.0L414.80692 192.0L414.80692 191.34375L417.26004 188.60938Q417.80692 188.0 418.01004 187.60938Q418.2288 187.21875 418.2288 186.79688Q418.2288 186.25 417.88504 185.89062Q417.55692 185.53125 416.99442 185.53125Q416.32254 185.53125 415.94754 185.92188Q415.57254 186.29688 415.57254 186.98438L414.6663 186.98438Q414.6663 186.0 415.2913 185.40625Q415.93192 184.79688 416.99442 184.79688Q417.9788 184.79688 418.55692 185.3125Q419.13504 185.82812 419.13504 186.70312Q419.13504 187.75 417.7913 189.20312L415.90067 191.26562L419.46317 191.26562L419.46317 192.0ZM420.7288 186.25Q420.7288 185.625 421.13504 185.20312Q421.5413 184.78125 422.18192 184.78125Q422.83817 184.78125 423.2288 185.20312Q423.63504 185.625 423.63504 186.28125L423.63504 186.64062Q423.63504 187.28125 423.2288 187.6875Q422.82254 188.09375 422.19754 188.09375Q421.55692 188.09375 421.13504 187.6875Q420.7288 187.28125 420.7288 186.59375L420.7288 186.25ZM421.40067 186.64062Q421.40067 187.01562 421.6038 187.26562Q421.82254 187.5 422.19754 187.5Q422.5413 187.5 422.74442 187.26562Q422.96317 187.03125 422.96317 186.60938L422.96317 186.25Q422.96317 185.875 422.74442 185.625Q422.5413 185.375 422.18192 185.375Q421.82254 185.375 421.6038 185.625Q421.40067 185.875 421.40067 186.28125L421.40067 186.64062ZM424.18192 190.25Q424.18192 189.60938 424.58817 189.20312Q425.01004 188.79688 425.63504 188.79688Q426.27567 188.79688 426.68192 189.20312Q427.1038 189.60938 427.1038 190.29688L427.1038 190.64062Q427.1038 191.28125 426.69754 191.70312Q426.2913 192.10938 425.65067 192.10938Q425.02567 192.10938 424.6038 191.70312Q424.18192 191.28125 424.18192 190.60938L424.18192 190.25ZM424.86942 190.64062Q424.86942 191.01562 425.07254 191.26562Q425.2913 191.51562 425.65067 191.51562Q426.01004 191.51562 426.21317 191.28125Q426.43192 191.03125 426.43192 190.625L426.43192 190.25Q426.43192 189.875 426.21317 189.625Q425.99442 189.375 425.65067 189.375Q425.2913 189.375 425.07254 189.625Q424.86942 189.85938 424.86942 190.28125L424.86942 190.64062ZM422.40067 191.46875L421.88504 191.14062L425.3538 185.57812L425.86942 185.90625L422.40067 191.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M338.34753 259.0L333.69128 259.0L333.69128 258.34375L336.1444 255.60938Q336.69128 255.0 336.8944 254.60938Q337.11316 254.21875 337.11316 253.79688Q337.11316 253.25 336.7694 252.89062Q336.44128 252.53125 335.87878 252.53125Q335.2069 252.53125 334.8319 252.92188Q334.4569 253.29688 334.4569 253.98438L333.55066 253.98438Q333.55066 253.0 334.17566 252.40625Q334.81628 251.79688 335.87878 251.79688Q336.86316 251.79688 337.44128 252.3125Q338.0194 252.82812 338.0194 253.70312Q338.0194 254.75 336.67566 256.20312L334.78503 258.26562L338.34753 258.26562L338.34753 259.0ZM344.00378 253.75Q344.00378 254.28125 343.72253 254.70312Q343.44128 255.10938 342.9569 255.34375Q343.5194 255.57812 343.8319 256.04688Q344.16003 256.5 344.16003 257.07812Q344.16003 258.0 343.53503 258.54688Q342.92566 259.09375 341.91003 259.09375Q340.87878 259.09375 340.25378 258.54688Q339.6444 258.0 339.6444 257.07812Q339.6444 256.5 339.9569 256.04688Q340.2694 255.57812 340.8319 255.34375Q340.36316 255.10938 340.0819 254.6875Q339.81628 254.26562 339.81628 253.75Q339.81628 252.84375 340.37878 252.32812Q340.9569 251.79688 341.91003 251.79688Q342.84753 251.79688 343.42566 252.32812Q344.00378 252.84375 344.00378 253.75ZM343.2694 257.0625Q343.2694 256.46875 342.87878 256.09375Q342.50378 255.71875 341.8944 255.71875Q341.28503 255.71875 340.91003 256.09375Q340.55066 256.45312 340.55066 257.0625Q340.55066 257.67188 340.91003 258.01562Q341.2694 258.35938 341.91003 258.35938Q342.53503 258.35938 342.8944 258.01562Q343.2694 257.65625 343.2694 257.0625ZM341.91003 252.53125Q341.37878 252.53125 341.03503 252.85938Q340.7069 253.1875 340.7069 253.76562Q340.7069 254.29688 341.03503 254.64062Q341.36316 254.96875 341.8944 254.96875Q342.44128 254.96875 342.7694 254.64062Q343.09753 254.29688 343.09753 253.76562Q343.09753 253.21875 342.75378 252.875Q342.42566 252.53125 341.91003 252.53125ZM345.61316 253.25Q345.61316 252.625 346.0194 252.20312Q346.42566 251.78125 347.06628 251.78125Q347.72253 251.78125 348.11316 252.20312Q348.5194 252.625 348.5194 253.28125L348.5194 253.64062Q348.5194 254.28125 348.11316 254.6875Q347.7069 255.09375 347.0819 255.09375Q346.44128 255.09375 346.0194 254.6875Q345.61316 254.28125 345.61316 253.59375L345.61316 253.25ZM346.28503 253.64062Q346.28503 254.01562 346.48816 254.26562Q346.7069 254.5 347.0819 254.5Q347.42566 254.5 347.62878 254.26562Q347.84753 254.03125 347.84753 253.60938L347.84753 253.25Q347.84753 252.875 347.62878 252.625Q347.42566 252.375 347.06628 252.375Q346.7069 252.375 346.48816 252.625Q346.28503 252.875 346.28503 253.28125L346.28503 253.64062ZM349.06628 257.25Q349.06628 256.60938 349.47253 256.20312Q349.8944 255.79688 350.5194 255.79688Q351.16003 255.79688 351.56628 256.20312Q351.98816 256.60938 351.98816 257.29688L351.98816 257.64062Q351.98816 258.28125 351.5819 258.70312Q351.17566 259.10938 350.53503 259.10938Q349.91003 259.10938 349.48816 258.70312Q349.06628 258.28125 349.06628 257.60938L349.06628 257.25ZM349.75378 257.64062Q349.75378 258.01562 349.9569 258.26562Q350.17566 258.51562 350.53503 258.51562Q350.8944 258.51562 351.09753 258.28125Q351.31628 258.03125 351.31628 257.625L351.31628 257.25Q351.31628 256.875 351.09753 256.625Q350.87878 256.375 350.53503 256.375Q350.17566 256.375 349.9569 256.625Q349.75378 256.85938 349.75378 257.28125L349.75378 257.64062ZM347.28503 258.46875L346.7694 258.14062L350.23816 252.57812L350.75378 252.90625L347.28503 258.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M338.34753 259.0L333.69128 259.0L333.69128 258.34375L336.1444 255.60938Q336.69128 255.0 336.8944 254.60938Q337.11316 254.21875 337.11316 253.79688Q337.11316 253.25 336.7694 252.89062Q336.44128 252.53125 335.87878 252.53125Q335.2069 252.53125 334.8319 252.92188Q334.4569 253.29688 334.4569 253.98438L333.55066 253.98438Q333.55066 253.0 334.17566 252.40625Q334.81628 251.79688 335.87878 251.79688Q336.86316 251.79688 337.44128 252.3125Q338.0194 252.82812 338.0194 253.70312Q338.0194 254.75 336.67566 256.20312L334.78503 258.26562L338.34753 258.26562L338.34753 259.0ZM344.00378 253.75Q344.00378 254.28125 343.72253 254.70312Q343.44128 255.10938 342.9569 255.34375Q343.5194 255.57812 343.8319 256.04688Q344.16003 256.5 344.16003 257.07812Q344.16003 258.0 343.53503 258.54688Q342.92566 259.09375 341.91003 259.09375Q340.87878 259.09375 340.25378 258.54688Q339.6444 258.0 339.6444 257.07812Q339.6444 256.5 339.9569 256.04688Q340.2694 255.57812 340.8319 255.34375Q340.36316 255.10938 340.0819 254.6875Q339.81628 254.26562 339.81628 253.75Q339.81628 252.84375 340.37878 252.32812Q340.9569 251.79688 341.91003 251.79688Q342.84753 251.79688 343.42566 252.32812Q344.00378 252.84375 344.00378 253.75ZM343.2694 257.0625Q343.2694 256.46875 342.87878 256.09375Q342.50378 255.71875 341.8944 255.71875Q341.28503 255.71875 340.91003 256.09375Q340.55066 256.45312 340.55066 257.0625Q340.55066 257.67188 340.91003 258.01562Q341.2694 258.35938 341.91003 258.35938Q342.53503 258.35938 342.8944 258.01562Q343.2694 257.65625 343.2694 257.0625ZM341.91003 252.53125Q341.37878 252.53125 341.03503 252.85938Q340.7069 253.1875 340.7069 253.76562Q340.7069 254.29688 341.03503 254.64062Q341.36316 254.96875 341.8944 254.96875Q342.44128 254.96875 342.7694 254.64062Q343.09753 254.29688 343.09753 253.76562Q343.09753 253.21875 342.75378 252.875Q342.42566 252.53125 341.91003 252.53125ZM345.61316 253.25Q345.61316 252.625 346.0194 252.20312Q346.42566 251.78125 347.06628 251.78125Q347.72253 251.78125 348.11316 252.20312Q348.5194 252.625 348.5194 253.28125L348.5194 253.64062Q348.5194 254.28125 348.11316 254.6875Q347.7069 255.09375 347.0819 255.09375Q346.44128 255.09375 346.0194 254.6875Q345.61316 254.28125 345.61316 253.59375L345.61316 253.25ZM346.28503 253.64062Q346.28503 254.01562 346.48816 254.26562Q346.7069 254.5 347.0819 254.5Q347.42566 254.5 347.62878 254.26562Q347.84753 254.03125 347.84753 253.60938L347.84753 253.25Q347.84753 252.875 347.62878 252.625Q347.42566 252.375 347.06628 252.375Q346.7069 252.375 346.48816 252.625Q346.28503 252.875 346.28503 253.28125L346.28503 253.64062ZM349.06628 257.25Q349.06628 256.60938 349.47253 256.20312Q349.8944 255.79688 350.5194 255.79688Q351.16003 255.79688 351.56628 256.20312Q351.98816 256.60938 351.98816 257.29688L351.98816 257.64062Q351.98816 258.28125 351.5819 258.70312Q351.17566 259.10938 350.53503 259.10938Q349.91003 259.10938 349.48816 258.70312Q349.06628 258.28125 349.06628 257.60938L349.06628 257.25ZM349.75378 257.64062Q349.75378 258.01562 349.9569 258.26562Q350.17566 258.51562 350.53503 258.51562Q350.8944 258.51562 351.09753 258.28125Q351.31628 258.03125 351.31628 257.625L351.31628 257.25Q351.31628 256.875 351.09753 256.625Q350.87878 256.375 350.53503 256.375Q350.17566 256.375 349.9569 256.625Q349.75378 256.85938 349.75378 257.28125L349.75378 257.64062ZM347.28503 258.46875L346.7694 258.14062L350.23816 252.57812L350.75378 252.90625L347.28503 258.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.95245 327.0L306.2962 327.0L306.2962 326.34375L308.74933 323.60938Q309.2962 323.0 309.49933 322.60938Q309.71808 322.21875 309.71808 321.79688Q309.71808 321.25 309.37433 320.89062Q309.0462 320.53125 308.4837 320.53125Q307.81183 320.53125 307.43683 320.92188Q307.06183 321.29688 307.06183 321.98438L306.15558 321.98438Q306.15558 321.0 306.78058 320.40625Q307.4212 319.79688 308.4837 319.79688Q309.46808 319.79688 310.0462 320.3125Q310.62433 320.82812 310.62433 321.70312Q310.62433 322.75 309.28058 324.20312L307.38995 326.26562L310.95245 326.26562L310.95245 327.0ZM313.6087 323.0L314.28058 323.0Q314.9212 323.0 315.28058 322.67188Q315.65558 322.34375 315.65558 321.78125Q315.65558 320.53125 314.40558 320.53125Q313.82745 320.53125 313.46808 320.875Q313.12433 321.20312 313.12433 321.75L312.21808 321.75Q312.21808 320.90625 312.84308 320.35938Q313.46808 319.79688 314.40558 319.79688Q315.4212 319.79688 315.9837 320.32812Q316.56183 320.85938 316.56183 321.79688Q316.56183 322.26562 316.26495 322.70312Q315.96808 323.14062 315.43683 323.35938Q316.03058 323.53125 316.34308 323.96875Q316.6712 324.39062 316.6712 325.01562Q316.6712 325.96875 316.0462 326.53125Q315.4212 327.09375 314.4212 327.09375Q313.4212 327.09375 312.78058 326.5625Q312.15558 326.01562 312.15558 325.125L313.07745 325.125Q313.07745 325.6875 313.43683 326.03125Q313.7962 326.35938 314.4212 326.35938Q315.07745 326.35938 315.4212 326.01562Q315.76495 325.67188 315.76495 325.03125Q315.76495 324.42188 315.37433 324.09375Q314.99933 323.75 314.28058 323.75L313.6087 323.75L313.6087 323.0ZM318.21808 321.25Q318.21808 320.625 318.62433 320.20312Q319.03058 319.78125 319.6712 319.78125Q320.32745 319.78125 320.71808 320.20312Q321.12433 320.625 321.12433 321.28125L321.12433 321.64062Q321.12433 322.28125 320.71808 322.6875Q320.31183 323.09375 319.68683 323.09375Q319.0462 323.09375 318.62433 322.6875Q318.21808 322.28125 318.21808 321.59375L318.21808 321.25ZM318.88995 321.64062Q318.88995 322.01562 319.09308 322.26562Q319.31183 322.5 319.68683 322.5Q320.03058 322.5 320.2337 322.26562Q320.45245 322.03125 320.45245 321.60938L320.45245 321.25Q320.45245 320.875 320.2337 320.625Q320.03058 320.375 319.6712 320.375Q319.31183 320.375 319.09308 320.625Q318.88995 320.875 318.88995 321.28125L318.88995 321.64062ZM321.6712 325.25Q321.6712 324.60938 322.07745 324.20312Q322.49933 323.79688 323.12433 323.79688Q323.76495 323.79688 324.1712 324.20312Q324.59308 324.60938 324.59308 325.29688L324.59308 325.64062Q324.59308 326.28125 324.18683 326.70312Q323.78058 327.10938 323.13995 327.10938Q322.51495 327.10938 322.09308 326.70312Q321.6712 326.28125 321.6712 325.60938L321.6712 325.25ZM322.3587 325.64062Q322.3587 326.01562 322.56183 326.26562Q322.78058 326.51562 323.13995 326.51562Q323.49933 326.51562 323.70245 326.28125Q323.9212 326.03125 323.9212 325.625L323.9212 325.25Q323.9212 324.875 323.70245 324.625Q323.4837 324.375 323.13995 324.375Q322.78058 324.375 322.56183 324.625Q322.3587 324.85938 322.3587 325.28125L322.3587 325.64062ZM319.88995 326.46875L319.37433 326.14062L322.84308 320.57812L323.3587 320.90625L319.88995 326.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M310.95245 327.0L306.2962 327.0L306.2962 326.34375L308.74933 323.60938Q309.2962 323.0 309.49933 322.60938Q309.71808 322.21875 309.71808 321.79688Q309.71808 321.25 309.37433 320.89062Q309.0462 320.53125 308.4837 320.53125Q307.81183 320.53125 307.43683 320.92188Q307.06183 321.29688 307.06183 321.98438L306.15558 321.98438Q306.15558 321.0 306.78058 320.40625Q307.4212 319.79688 308.4837 319.79688Q309.46808 319.79688 310.0462 320.3125Q310.62433 320.82812 310.62433 321.70312Q310.62433 322.75 309.28058 324.20312L307.38995 326.26562L310.95245 326.26562L310.95245 327.0ZM313.6087 323.0L314.28058 323.0Q314.9212 323.0 315.28058 322.67188Q315.65558 322.34375 315.65558 321.78125Q315.65558 320.53125 314.40558 320.53125Q313.82745 320.53125 313.46808 320.875Q313.12433 321.20312 313.12433 321.75L312.21808 321.75Q312.21808 320.90625 312.84308 320.35938Q313.46808 319.79688 314.40558 319.79688Q315.4212 319.79688 315.9837 320.32812Q316.56183 320.85938 316.56183 321.79688Q316.56183 322.26562 316.26495 322.70312Q315.96808 323.14062 315.43683 323.35938Q316.03058 323.53125 316.34308 323.96875Q316.6712 324.39062 316.6712 325.01562Q316.6712 325.96875 316.0462 326.53125Q315.4212 327.09375 314.4212 327.09375Q313.4212 327.09375 312.78058 326.5625Q312.15558 326.01562 312.15558 325.125L313.07745 325.125Q313.07745 325.6875 313.43683 326.03125Q313.7962 326.35938 314.4212 326.35938Q315.07745 326.35938 315.4212 326.01562Q315.76495 325.67188 315.76495 325.03125Q315.76495 324.42188 315.37433 324.09375Q314.99933 323.75 314.28058 323.75L313.6087 323.75L313.6087 323.0ZM318.21808 321.25Q318.21808 320.625 318.62433 320.20312Q319.03058 319.78125 319.6712 319.78125Q320.32745 319.78125 320.71808 320.20312Q321.12433 320.625 321.12433 321.28125L321.12433 321.64062Q321.12433 322.28125 320.71808 322.6875Q320.31183 323.09375 319.68683 323.09375Q319.0462 323.09375 318.62433 322.6875Q318.21808 322.28125 318.21808 321.59375L318.21808 321.25ZM318.88995 321.64062Q318.88995 322.01562 319.09308 322.26562Q319.31183 322.5 319.68683 322.5Q320.03058 322.5 320.2337 322.26562Q320.45245 322.03125 320.45245 321.60938L320.45245 321.25Q320.45245 320.875 320.2337 320.625Q320.03058 320.375 319.6712 320.375Q319.31183 320.375 319.09308 320.625Q318.88995 320.875 318.88995 321.28125L318.88995 321.64062ZM321.6712 325.25Q321.6712 324.60938 322.07745 324.20312Q322.49933 323.79688 323.12433 323.79688Q323.76495 323.79688 324.1712 324.20312Q324.59308 324.60938 324.59308 325.29688L324.59308 325.64062Q324.59308 326.28125 324.18683 326.70312Q323.78058 327.10938 323.13995 327.10938Q322.51495 327.10938 322.09308 326.70312Q321.6712 326.28125 321.6712 325.60938L321.6712 325.25ZM322.3587 325.64062Q322.3587 326.01562 322.56183 326.26562Q322.78058 326.51562 323.13995 326.51562Q323.49933 326.51562 323.70245 326.28125Q323.9212 326.03125 323.9212 325.625L323.9212 325.25Q323.9212 324.875 323.70245 324.625Q323.4837 324.375 323.13995 324.375Q322.78058 324.375 322.56183 324.625Q322.3587 324.85938 322.3587 325.28125L322.3587 325.64062ZM319.88995 326.46875L319.37433 326.14062L322.84308 320.57812L323.3587 320.90625L319.88995 326.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M315.7024 394.0L311.04614 394.0L311.04614 393.34375L313.49927 390.60938Q314.04614 390.0 314.24927 389.60938Q314.46802 389.21875 314.46802 388.79688Q314.46802 388.25 314.12427 387.89062Q313.79614 387.53125 313.23364 387.53125Q312.56177 387.53125 312.18677 387.92188Q311.81177 388.29688 311.81177 388.98438L310.90552 388.98438Q310.90552 388.0 311.53052 387.40625Q312.17114 386.79688 313.23364 386.79688Q314.21802 386.79688 314.79614 387.3125Q315.37427 387.82812 315.37427 388.70312Q315.37427 389.75 314.03052 391.20312L312.1399 393.26562L315.7024 393.26562L315.7024 394.0ZM320.85864 391.60938L321.84302 391.60938L321.84302 392.34375L320.85864 392.34375L320.85864 394.0L319.9524 394.0L319.9524 392.34375L316.71802 392.34375L316.71802 391.8125L319.8899 386.89062L320.85864 386.89062L320.85864 391.60938ZM317.73364 391.60938L319.9524 391.60938L319.9524 388.125L319.84302 388.32812L317.73364 391.60938ZM322.96802 388.25Q322.96802 387.625 323.37427 387.20312Q323.78052 386.78125 324.42114 386.78125Q325.0774 386.78125 325.46802 387.20312Q325.87427 387.625 325.87427 388.28125L325.87427 388.64062Q325.87427 389.28125 325.46802 389.6875Q325.06177 390.09375 324.43677 390.09375Q323.79614 390.09375 323.37427 389.6875Q322.96802 389.28125 322.96802 388.59375L322.96802 388.25ZM323.6399 388.64062Q323.6399 389.01562 323.84302 389.26562Q324.06177 389.5 324.43677 389.5Q324.78052 389.5 324.98364 389.26562Q325.2024 389.03125 325.2024 388.60938L325.2024 388.25Q325.2024 387.875 324.98364 387.625Q324.78052 387.375 324.42114 387.375Q324.06177 387.375 323.84302 387.625Q323.6399 387.875 323.6399 388.28125L323.6399 388.64062ZM326.42114 392.25Q326.42114 391.60938 326.8274 391.20312Q327.24927 390.79688 327.87427 390.79688Q328.5149 390.79688 328.92114 391.20312Q329.34302 391.60938 329.34302 392.29688L329.34302 392.64062Q329.34302 393.28125 328.93677 393.70312Q328.53052 394.10938 327.8899 394.10938Q327.2649 394.10938 326.84302 393.70312Q326.42114 393.28125 326.42114 392.60938L326.42114 392.25ZM327.10864 392.64062Q327.10864 393.01562 327.31177 393.26562Q327.53052 393.51562 327.8899 393.51562Q328.24927 393.51562 328.4524 393.28125Q328.67114 393.03125 328.67114 392.625L328.67114 392.25Q328.67114 391.875 328.4524 391.625Q328.23364 391.375 327.8899 391.375Q327.53052 391.375 327.31177 391.625Q327.10864 391.85938 327.10864 392.28125L327.10864 392.64062ZM324.6399 393.46875L324.12427 393.14062L327.59302 387.57812L328.10864 387.90625L324.6399 393.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M315.7024 394.0L311.04614 394.0L311.04614 393.34375L313.49927 390.60938Q314.04614 390.0 314.24927 389.60938Q314.46802 389.21875 314.46802 388.79688Q314.46802 388.25 314.12427 387.89062Q313.79614 387.53125 313.23364 387.53125Q312.56177 387.53125 312.18677 387.92188Q311.81177 388.29688 311.81177 388.98438L310.90552 388.98438Q310.90552 388.0 311.53052 387.40625Q312.17114 386.79688 313.23364 386.79688Q314.21802 386.79688 314.79614 387.3125Q315.37427 387.82812 315.37427 388.70312Q315.37427 389.75 314.03052 391.20312L312.1399 393.26562L315.7024 393.26562L315.7024 394.0ZM320.85864 391.60938L321.84302 391.60938L321.84302 392.34375L320.85864 392.34375L320.85864 394.0L319.9524 394.0L319.9524 392.34375L316.71802 392.34375L316.71802 391.8125L319.8899 386.89062L320.85864 386.89062L320.85864 391.60938ZM317.73364 391.60938L319.9524 391.60938L319.9524 388.125L319.84302 388.32812L317.73364 391.60938ZM322.96802 388.25Q322.96802 387.625 323.37427 387.20312Q323.78052 386.78125 324.42114 386.78125Q325.0774 386.78125 325.46802 387.20312Q325.87427 387.625 325.87427 388.28125L325.87427 388.64062Q325.87427 389.28125 325.46802 389.6875Q325.06177 390.09375 324.43677 390.09375Q323.79614 390.09375 323.37427 389.6875Q322.96802 389.28125 322.96802 388.59375L322.96802 388.25ZM323.6399 388.64062Q323.6399 389.01562 323.84302 389.26562Q324.06177 389.5 324.43677 389.5Q324.78052 389.5 324.98364 389.26562Q325.2024 389.03125 325.2024 388.60938L325.2024 388.25Q325.2024 387.875 324.98364 387.625Q324.78052 387.375 324.42114 387.375Q324.06177 387.375 323.84302 387.625Q323.6399 387.875 323.6399 388.28125L323.6399 388.64062ZM326.42114 392.25Q326.42114 391.60938 326.8274 391.20312Q327.24927 390.79688 327.87427 390.79688Q328.5149 390.79688 328.92114 391.20312Q329.34302 391.60938 329.34302 392.29688L329.34302 392.64062Q329.34302 393.28125 328.93677 393.70312Q328.53052 394.10938 327.8899 394.10938Q327.2649 394.10938 326.84302 393.70312Q326.42114 393.28125 326.42114 392.60938L326.42114 392.25ZM327.10864 392.64062Q327.10864 393.01562 327.31177 393.26562Q327.53052 393.51562 327.8899 393.51562Q328.24927 393.51562 328.4524 393.28125Q328.67114 393.03125 328.67114 392.625L328.67114 392.25Q328.67114 391.875 328.4524 391.625Q328.23364 391.375 327.8899 391.375Q327.53052 391.375 327.31177 391.625Q327.10864 391.85938 327.10864 392.28125L327.10864 392.64062ZM324.6399 393.46875L324.12427 393.14062L327.59302 387.57812L328.10864 387.90625L324.6399 393.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.45728 529.0L256.55103 529.0L256.55103 522.9844L254.72289 523.6406L254.72289 522.8281L257.31665 521.8594L257.45728 521.8594L257.45728 529.0ZM261.80103 525.0L262.4729 525.0Q263.11353 525.0 263.4729 524.6719Q263.8479 524.34375 263.8479 523.78125Q263.8479 522.53125 262.5979 522.53125Q262.01978 522.53125 261.6604 522.875Q261.31665 523.2031 261.31665 523.75L260.4104 523.75Q260.4104 522.90625 261.0354 522.3594Q261.6604 521.7969 262.5979 521.7969Q263.61353 521.7969 264.17603 522.3281Q264.75415 522.8594 264.75415 523.7969Q264.75415 524.2656 264.45728 524.7031Q264.1604 525.1406 263.62915 525.3594Q264.2229 525.53125 264.5354 525.96875Q264.86353 526.3906 264.86353 527.0156Q264.86353 527.96875 264.23853 528.53125Q263.61353 529.09375 262.61353 529.09375Q261.61353 529.09375 260.9729 528.5625Q260.3479 528.0156 260.3479 527.125L261.26978 527.125Q261.26978 527.6875 261.62915 528.03125Q261.98853 528.3594 262.61353 528.3594Q263.26978 528.3594 263.61353 528.0156Q263.95728 527.6719 263.95728 527.03125Q263.95728 526.4219 263.56665 526.09375Q263.19165 525.75 262.4729 525.75L261.80103 525.75L261.80103 525.0ZM266.4104 523.25Q266.4104 522.625 266.81665 522.2031Q267.2229 521.78125 267.86353 521.78125Q268.51978 521.78125 268.9104 522.2031Q269.31665 522.625 269.31665 523.28125L269.31665 523.6406Q269.31665 524.28125 268.9104 524.6875Q268.50415 525.09375 267.87915 525.09375Q267.23853 525.09375 266.81665 524.6875Q266.4104 524.28125 266.4104 523.59375L266.4104 523.25ZM267.08228 523.6406Q267.08228 524.0156 267.2854 524.2656Q267.50415 524.5 267.87915 524.5Q268.2229 524.5 268.42603 524.2656Q268.64478 524.03125 268.64478 523.6094L268.64478 523.25Q268.64478 522.875 268.42603 522.625Q268.2229 522.375 267.86353 522.375Q267.50415 522.375 267.2854 522.625Q267.08228 522.875 267.08228 523.28125L267.08228 523.6406ZM269.86353 527.25Q269.86353 526.6094 270.26978 526.2031Q270.69165 525.7969 271.31665 525.7969Q271.95728 525.7969 272.36353 526.2031Q272.7854 526.6094 272.7854 527.2969L272.7854 527.6406Q272.7854 528.28125 272.37915 528.7031Q271.9729 529.1094 271.33228 529.1094Q270.70728 529.1094 270.2854 528.7031Q269.86353 528.28125 269.86353 527.6094L269.86353 527.25ZM270.55103 527.6406Q270.55103 528.0156 270.75415 528.2656Q270.9729 528.5156 271.33228 528.5156Q271.69165 528.5156 271.89478 528.28125Q272.11353 528.03125 272.11353 527.625L272.11353 527.25Q272.11353 526.875 271.89478 526.625Q271.67603 526.375 271.33228 526.375Q270.9729 526.375 270.75415 526.625Q270.55103 526.8594 270.55103 527.28125L270.55103 527.6406ZM268.08228 528.46875L267.56665 528.1406L271.0354 522.5781L271.55103 522.90625L268.08228 528.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M257.45728 529.0L256.55103 529.0L256.55103 522.9844L254.72289 523.6406L254.72289 522.8281L257.31665 521.8594L257.45728 521.8594L257.45728 529.0ZM261.80103 525.0L262.4729 525.0Q263.11353 525.0 263.4729 524.6719Q263.8479 524.34375 263.8479 523.78125Q263.8479 522.53125 262.5979 522.53125Q262.01978 522.53125 261.6604 522.875Q261.31665 523.2031 261.31665 523.75L260.4104 523.75Q260.4104 522.90625 261.0354 522.3594Q261.6604 521.7969 262.5979 521.7969Q263.61353 521.7969 264.17603 522.3281Q264.75415 522.8594 264.75415 523.7969Q264.75415 524.2656 264.45728 524.7031Q264.1604 525.1406 263.62915 525.3594Q264.2229 525.53125 264.5354 525.96875Q264.86353 526.3906 264.86353 527.0156Q264.86353 527.96875 264.23853 528.53125Q263.61353 529.09375 262.61353 529.09375Q261.61353 529.09375 260.9729 528.5625Q260.3479 528.0156 260.3479 527.125L261.26978 527.125Q261.26978 527.6875 261.62915 528.03125Q261.98853 528.3594 262.61353 528.3594Q263.26978 528.3594 263.61353 528.0156Q263.95728 527.6719 263.95728 527.03125Q263.95728 526.4219 263.56665 526.09375Q263.19165 525.75 262.4729 525.75L261.80103 525.75L261.80103 525.0ZM266.4104 523.25Q266.4104 522.625 266.81665 522.2031Q267.2229 521.78125 267.86353 521.78125Q268.51978 521.78125 268.9104 522.2031Q269.31665 522.625 269.31665 523.28125L269.31665 523.6406Q269.31665 524.28125 268.9104 524.6875Q268.50415 525.09375 267.87915 525.09375Q267.23853 525.09375 266.81665 524.6875Q266.4104 524.28125 266.4104 523.59375L266.4104 523.25ZM267.08228 523.6406Q267.08228 524.0156 267.2854 524.2656Q267.50415 524.5 267.87915 524.5Q268.2229 524.5 268.42603 524.2656Q268.64478 524.03125 268.64478 523.6094L268.64478 523.25Q268.64478 522.875 268.42603 522.625Q268.2229 522.375 267.86353 522.375Q267.50415 522.375 267.2854 522.625Q267.08228 522.875 267.08228 523.28125L267.08228 523.6406ZM269.86353 527.25Q269.86353 526.6094 270.26978 526.2031Q270.69165 525.7969 271.31665 525.7969Q271.95728 525.7969 272.36353 526.2031Q272.7854 526.6094 272.7854 527.2969L272.7854 527.6406Q272.7854 528.28125 272.37915 528.7031Q271.9729 529.1094 271.33228 529.1094Q270.70728 529.1094 270.2854 528.7031Q269.86353 528.28125 269.86353 527.6094L269.86353 527.25ZM270.55103 527.6406Q270.55103 528.0156 270.75415 528.2656Q270.9729 528.5156 271.33228 528.5156Q271.69165 528.5156 271.89478 528.28125Q272.11353 528.03125 272.11353 527.625L272.11353 527.25Q272.11353 526.875 271.89478 526.625Q271.67603 526.375 271.33228 526.375Q270.9729 526.375 270.75415 526.625Q270.55103 526.8594 270.55103 527.28125L270.55103 527.6406ZM268.08228 528.46875L267.56665 528.1406L271.0354 522.5781L271.55103 522.90625L268.08228 528.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M230.47206 589.3906L227.51894 596.0L226.58144 596.0L229.50331 589.625L225.65956 589.625L225.65956 588.8906L230.47206 588.8906L230.47206 589.3906ZM231.80019 590.25Q231.80019 589.625 232.20644 589.2031Q232.61269 588.78125 233.25331 588.78125Q233.90956 588.78125 234.30019 589.2031Q234.70644 589.625 234.70644 590.28125L234.70644 590.6406Q234.70644 591.28125 234.30019 591.6875Q233.89394 592.09375 233.26894 592.09375Q232.62831 592.09375 232.20644 591.6875Q231.80019 591.28125 231.80019 590.59375L231.80019 590.25ZM232.47206 590.6406Q232.47206 591.0156 232.67519 591.2656Q232.89394 591.5 233.26894 591.5Q233.61269 591.5 233.81581 591.2656Q234.03456 591.03125 234.03456 590.6094L234.03456 590.25Q234.03456 589.875 233.81581 589.625Q233.61269 589.375 233.25331 589.375Q232.89394 589.375 232.67519 589.625Q232.47206 589.875 232.47206 590.28125L232.47206 590.6406ZM235.25331 594.25Q235.25331 593.6094 235.65956 593.2031Q236.08144 592.7969 236.70644 592.7969Q237.34706 592.7969 237.75331 593.2031Q238.17519 593.6094 238.17519 594.2969L238.17519 594.6406Q238.17519 595.28125 237.76894 595.7031Q237.36269 596.1094 236.72206 596.1094Q236.09706 596.1094 235.67519 595.7031Q235.25331 595.28125 235.25331 594.6094L235.25331 594.25ZM235.94081 594.6406Q235.94081 595.0156 236.14394 595.2656Q236.36269 595.5156 236.72206 595.5156Q237.08144 595.5156 237.28456 595.28125Q237.50331 595.03125 237.50331 594.625L237.50331 594.25Q237.50331 593.875 237.28456 593.625Q237.06581 593.375 236.72206 593.375Q236.36269 593.375 236.14394 593.625Q235.94081 593.8594 235.94081 594.28125L235.94081 594.6406ZM233.47206 595.46875L232.95644 595.1406L236.42519 589.5781L236.94081 589.90625L233.47206 595.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M230.47206 589.3906L227.51894 596.0L226.58144 596.0L229.50331 589.625L225.65956 589.625L225.65956 588.8906L230.47206 588.8906L230.47206 589.3906ZM231.80019 590.25Q231.80019 589.625 232.20644 589.2031Q232.61269 588.78125 233.25331 588.78125Q233.90956 588.78125 234.30019 589.2031Q234.70644 589.625 234.70644 590.28125L234.70644 590.6406Q234.70644 591.28125 234.30019 591.6875Q233.89394 592.09375 233.26894 592.09375Q232.62831 592.09375 232.20644 591.6875Q231.80019 591.28125 231.80019 590.59375L231.80019 590.25ZM232.47206 590.6406Q232.47206 591.0156 232.67519 591.2656Q232.89394 591.5 233.26894 591.5Q233.61269 591.5 233.81581 591.2656Q234.03456 591.03125 234.03456 590.6094L234.03456 590.25Q234.03456 589.875 233.81581 589.625Q233.61269 589.375 233.25331 589.375Q232.89394 589.375 232.67519 589.625Q232.47206 589.875 232.47206 590.28125L232.47206 590.6406ZM235.25331 594.25Q235.25331 593.6094 235.65956 593.2031Q236.08144 592.7969 236.70644 592.7969Q237.34706 592.7969 237.75331 593.2031Q238.17519 593.6094 238.17519 594.2969L238.17519 594.6406Q238.17519 595.28125 237.76894 595.7031Q237.36269 596.1094 236.72206 596.1094Q236.09706 596.1094 235.67519 595.7031Q235.25331 595.28125 235.25331 594.6094L235.25331 594.25ZM235.94081 594.6406Q235.94081 595.0156 236.14394 595.2656Q236.36269 595.5156 236.72206 595.5156Q237.08144 595.5156 237.28456 595.28125Q237.50331 595.03125 237.50331 594.625L237.50331 594.25Q237.50331 593.875 237.28456 593.625Q237.06581 593.375 236.72206 593.375Q236.36269 593.375 236.14394 593.625Q235.94081 593.8594 235.94081 594.28125L235.94081 594.6406ZM233.47206 595.46875L232.95644 595.1406L236.42519 589.5781L236.94081 589.90625L233.47206 595.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M243.53879 663.0L242.63254 663.0L242.63254 656.9844L240.80441 657.6406L240.80441 656.8281L243.39816 655.8594L243.53879 655.8594L243.53879 663.0ZM251.02316 659.96875Q251.02316 661.5469 250.47629 662.3281Q249.94504 663.09375 248.78879 663.09375Q247.64816 663.09375 247.10129 662.34375Q246.55441 661.59375 246.53879 660.09375L246.53879 658.8906Q246.53879 657.3125 247.07004 656.5625Q247.61691 655.7969 248.77316 655.7969Q249.92941 655.7969 250.46066 656.53125Q251.00754 657.2656 251.02316 658.7969L251.02316 659.96875ZM250.11691 658.7344Q250.11691 657.5781 249.78879 657.0625Q249.47629 656.53125 248.77316 656.53125Q248.08566 656.53125 247.75754 657.0625Q247.44504 657.5781 247.44504 658.65625L247.44504 660.1094Q247.44504 661.2656 247.77316 661.8125Q248.11691 662.3594 248.78879 662.3594Q249.46066 662.3594 249.77316 661.84375Q250.10129 661.3281 250.11691 660.21875L250.11691 658.7344ZM252.49191 657.25Q252.49191 656.625 252.89816 656.2031Q253.30441 655.78125 253.94504 655.78125Q254.60129 655.78125 254.99191 656.2031Q255.39816 656.625 255.39816 657.28125L255.39816 657.6406Q255.39816 658.28125 254.99191 658.6875Q254.58566 659.09375 253.96066 659.09375Q253.32004 659.09375 252.89816 658.6875Q252.49191 658.28125 252.49191 657.59375L252.49191 657.25ZM253.16379 657.6406Q253.16379 658.0156 253.36691 658.2656Q253.58566 658.5 253.96066 658.5Q254.30441 658.5 254.50754 658.2656Q254.72629 658.03125 254.72629 657.6094L254.72629 657.25Q254.72629 656.875 254.50754 656.625Q254.30441 656.375 253.94504 656.375Q253.58566 656.375 253.36691 656.625Q253.16379 656.875 253.16379 657.28125L253.16379 657.6406ZM255.94504 661.25Q255.94504 660.6094 256.3513 660.2031Q256.77316 659.7969 257.39816 659.7969Q258.0388 659.7969 258.44504 660.2031Q258.8669 660.6094 258.8669 661.2969L258.8669 661.6406Q258.8669 662.28125 258.46066 662.7031Q258.0544 663.1094 257.4138 663.1094Q256.7888 663.1094 256.3669 662.7031Q255.94504 662.28125 255.94504 661.6094L255.94504 661.25ZM256.63254 661.6406Q256.63254 662.0156 256.83566 662.2656Q257.0544 662.5156 257.4138 662.5156Q257.77316 662.5156 257.9763 662.28125Q258.19504 662.03125 258.19504 661.625L258.19504 661.25Q258.19504 660.875 257.9763 660.625Q257.75754 660.375 257.4138 660.375Q257.0544 660.375 256.83566 660.625Q256.63254 660.8594 256.63254 661.28125L256.63254 661.6406ZM254.16379 662.46875L253.64816 662.1406L257.1169 656.5781L257.63254 656.90625L254.16379 662.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M243.53879 663.0L242.63254 663.0L242.63254 656.9844L240.80441 657.6406L240.80441 656.8281L243.39816 655.8594L243.53879 655.8594L243.53879 663.0ZM251.02316 659.96875Q251.02316 661.5469 250.47629 662.3281Q249.94504 663.09375 248.78879 663.09375Q247.64816 663.09375 247.10129 662.34375Q246.55441 661.59375 246.53879 660.09375L246.53879 658.8906Q246.53879 657.3125 247.07004 656.5625Q247.61691 655.7969 248.77316 655.7969Q249.92941 655.7969 250.46066 656.53125Q251.00754 657.2656 251.02316 658.7969L251.02316 659.96875ZM250.11691 658.7344Q250.11691 657.5781 249.78879 657.0625Q249.47629 656.53125 248.77316 656.53125Q248.08566 656.53125 247.75754 657.0625Q247.44504 657.5781 247.44504 658.65625L247.44504 660.1094Q247.44504 661.2656 247.77316 661.8125Q248.11691 662.3594 248.78879 662.3594Q249.46066 662.3594 249.77316 661.84375Q250.10129 661.3281 250.11691 660.21875L250.11691 658.7344ZM252.49191 657.25Q252.49191 656.625 252.89816 656.2031Q253.30441 655.78125 253.94504 655.78125Q254.60129 655.78125 254.99191 656.2031Q255.39816 656.625 255.39816 657.28125L255.39816 657.6406Q255.39816 658.28125 254.99191 658.6875Q254.58566 659.09375 253.96066 659.09375Q253.32004 659.09375 252.89816 658.6875Q252.49191 658.28125 252.49191 657.59375L252.49191 657.25ZM253.16379 657.6406Q253.16379 658.0156 253.36691 658.2656Q253.58566 658.5 253.96066 658.5Q254.30441 658.5 254.50754 658.2656Q254.72629 658.03125 254.72629 657.6094L254.72629 657.25Q254.72629 656.875 254.50754 656.625Q254.30441 656.375 253.94504 656.375Q253.58566 656.375 253.36691 656.625Q253.16379 656.875 253.16379 657.28125L253.16379 657.6406ZM255.94504 661.25Q255.94504 660.6094 256.3513 660.2031Q256.77316 659.7969 257.39816 659.7969Q258.0388 659.7969 258.44504 660.2031Q258.8669 660.6094 258.8669 661.2969L258.8669 661.6406Q258.8669 662.28125 258.46066 662.7031Q258.0544 663.1094 257.4138 663.1094Q256.7888 663.1094 256.3669 662.7031Q255.94504 662.28125 255.94504 661.6094L255.94504 661.25ZM256.63254 661.6406Q256.63254 662.0156 256.83566 662.2656Q257.0544 662.5156 257.4138 662.5156Q257.77316 662.5156 257.9763 662.28125Q258.19504 662.03125 258.19504 661.625L258.19504 661.25Q258.19504 660.875 257.9763 660.625Q257.75754 660.375 257.4138 660.375Q257.0544 660.375 256.83566 660.625Q256.63254 660.8594 256.63254 661.28125L256.63254 661.6406ZM254.16379 662.46875L253.64816 662.1406L257.1169 656.5781L257.63254 656.90625L254.16379 662.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M480.20126 132.4375L480.57626 128.89062L484.2169 128.89062L484.2169 129.71875L481.3419 129.71875L481.12314 131.65625Q481.63876 131.35938 482.31064 131.35938Q483.2794 131.35938 483.8419 132.0Q484.42 132.64062 484.42 133.73438Q484.42 134.82812 483.82626 135.46875Q483.2325 136.09375 482.17 136.09375Q481.2325 136.09375 480.62314 135.57812Q480.0294 135.04688 479.95126 134.125L480.81064 134.125Q480.88876 134.73438 481.2325 135.04688Q481.5919 135.35938 482.17 135.35938Q482.795 135.35938 483.1544 134.9375Q483.51376 134.5 483.51376 133.75Q483.51376 133.03125 483.12314 132.60938Q482.74814 132.17188 482.0919 132.17188Q481.51376 132.17188 481.17 132.42188L480.93564 132.625L480.20126 132.4375ZM489.3419 128.89062L489.3419 129.65625L489.17 129.65625Q488.12314 129.67188 487.49814 130.28125Q486.87314 130.875 486.76376 131.98438Q487.32626 131.34375 488.295 131.34375Q489.2325 131.34375 489.7794 132.0Q490.3419 132.64062 490.3419 133.6875Q490.3419 134.78125 489.7325 135.4375Q489.13876 136.09375 488.13876 136.09375Q487.12314 136.09375 486.4825 135.3125Q485.8419 134.53125 485.8419 133.29688L485.8419 132.95312Q485.8419 130.98438 486.67 129.95312Q487.51376 128.90625 489.17 128.89062L489.3419 128.89062ZM488.1544 132.09375Q487.68564 132.09375 487.295 132.375Q486.9044 132.64062 486.74814 133.0625L486.74814 133.39062Q486.74814 134.28125 487.13876 134.8125Q487.545 135.34375 488.13876 135.34375Q488.74814 135.34375 489.0919 134.90625Q489.45126 134.45312 489.45126 133.71875Q489.45126 132.98438 489.0919 132.54688Q488.7325 132.09375 488.1544 132.09375ZM491.7169 130.25Q491.7169 129.625 492.12314 129.20312Q492.5294 128.78125 493.17 128.78125Q493.82626 128.78125 494.2169 129.20312Q494.62314 129.625 494.62314 130.28125L494.62314 130.64062Q494.62314 131.28125 494.2169 131.6875Q493.81064 132.09375 493.18564 132.09375Q492.545 132.09375 492.12314 131.6875Q491.7169 131.28125 491.7169 130.59375L491.7169 130.25ZM492.38876 130.64062Q492.38876 131.01562 492.5919 131.26562Q492.81064 131.5 493.18564 131.5Q493.5294 131.5 493.7325 131.26562Q493.95126 131.03125 493.95126 130.60938L493.95126 130.25Q493.95126 129.875 493.7325 129.625Q493.5294 129.375 493.17 129.375Q492.81064 129.375 492.5919 129.625Q492.38876 129.875 492.38876 130.28125L492.38876 130.64062ZM495.17 134.25Q495.17 133.60938 495.57626 133.20312Q495.99814 132.79688 496.62314 132.79688Q497.26376 132.79688 497.67 133.20312Q498.0919 133.60938 498.0919 134.29688L498.0919 134.64062Q498.0919 135.28125 497.68564 135.70312Q497.2794 136.10938 496.63876 136.10938Q496.01376 136.10938 495.5919 135.70312Q495.17 135.28125 495.17 134.60938L495.17 134.25ZM495.8575 134.64062Q495.8575 135.01562 496.06064 135.26562Q496.2794 135.51562 496.63876 135.51562Q496.99814 135.51562 497.20126 135.28125Q497.42 135.03125 497.42 134.625L497.42 134.25Q497.42 133.875 497.20126 133.625Q496.9825 133.375 496.63876 133.375Q496.2794 133.375 496.06064 133.625Q495.8575 133.85938 495.8575 134.28125L495.8575 134.64062ZM493.38876 135.46875L492.87314 135.14062L496.3419 129.57812L496.8575 129.90625L493.38876 135.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M480.20126 132.4375L480.57626 128.89062L484.2169 128.89062L484.2169 129.71875L481.3419 129.71875L481.12314 131.65625Q481.63876 131.35938 482.31064 131.35938Q483.2794 131.35938 483.8419 132.0Q484.42 132.64062 484.42 133.73438Q484.42 134.82812 483.82626 135.46875Q483.2325 136.09375 482.17 136.09375Q481.2325 136.09375 480.62314 135.57812Q480.0294 135.04688 479.95126 134.125L480.81064 134.125Q480.88876 134.73438 481.2325 135.04688Q481.5919 135.35938 482.17 135.35938Q482.795 135.35938 483.1544 134.9375Q483.51376 134.5 483.51376 133.75Q483.51376 133.03125 483.12314 132.60938Q482.74814 132.17188 482.0919 132.17188Q481.51376 132.17188 481.17 132.42188L480.93564 132.625L480.20126 132.4375ZM489.3419 128.89062L489.3419 129.65625L489.17 129.65625Q488.12314 129.67188 487.49814 130.28125Q486.87314 130.875 486.76376 131.98438Q487.32626 131.34375 488.295 131.34375Q489.2325 131.34375 489.7794 132.0Q490.3419 132.64062 490.3419 133.6875Q490.3419 134.78125 489.7325 135.4375Q489.13876 136.09375 488.13876 136.09375Q487.12314 136.09375 486.4825 135.3125Q485.8419 134.53125 485.8419 133.29688L485.8419 132.95312Q485.8419 130.98438 486.67 129.95312Q487.51376 128.90625 489.17 128.89062L489.3419 128.89062ZM488.1544 132.09375Q487.68564 132.09375 487.295 132.375Q486.9044 132.64062 486.74814 133.0625L486.74814 133.39062Q486.74814 134.28125 487.13876 134.8125Q487.545 135.34375 488.13876 135.34375Q488.74814 135.34375 489.0919 134.90625Q489.45126 134.45312 489.45126 133.71875Q489.45126 132.98438 489.0919 132.54688Q488.7325 132.09375 488.1544 132.09375ZM491.7169 130.25Q491.7169 129.625 492.12314 129.20312Q492.5294 128.78125 493.17 128.78125Q493.82626 128.78125 494.2169 129.20312Q494.62314 129.625 494.62314 130.28125L494.62314 130.64062Q494.62314 131.28125 494.2169 131.6875Q493.81064 132.09375 493.18564 132.09375Q492.545 132.09375 492.12314 131.6875Q491.7169 131.28125 491.7169 130.59375L491.7169 130.25ZM492.38876 130.64062Q492.38876 131.01562 492.5919 131.26562Q492.81064 131.5 493.18564 131.5Q493.5294 131.5 493.7325 131.26562Q493.95126 131.03125 493.95126 130.60938L493.95126 130.25Q493.95126 129.875 493.7325 129.625Q493.5294 129.375 493.17 129.375Q492.81064 129.375 492.5919 129.625Q492.38876 129.875 492.38876 130.28125L492.38876 130.64062ZM495.17 134.25Q495.17 133.60938 495.57626 133.20312Q495.99814 132.79688 496.62314 132.79688Q497.26376 132.79688 497.67 133.20312Q498.0919 133.60938 498.0919 134.29688L498.0919 134.64062Q498.0919 135.28125 497.68564 135.70312Q497.2794 136.10938 496.63876 136.10938Q496.01376 136.10938 495.5919 135.70312Q495.17 135.28125 495.17 134.60938L495.17 134.25ZM495.8575 134.64062Q495.8575 135.01562 496.06064 135.26562Q496.2794 135.51562 496.63876 135.51562Q496.99814 135.51562 497.20126 135.28125Q497.42 135.03125 497.42 134.625L497.42 134.25Q497.42 133.875 497.20126 133.625Q496.9825 133.375 496.63876 133.375Q496.2794 133.375 496.06064 133.625Q495.8575 133.85938 495.8575 134.28125L495.8575 134.64062ZM493.38876 135.46875L492.87314 135.14062L496.3419 129.57812L496.8575 129.90625L493.38876 135.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M379.6811 199.0L380.35297 199.0Q380.9936 199.0 381.35297 198.67188Q381.72797 198.34375 381.72797 197.78125Q381.72797 196.53125 380.47797 196.53125Q379.89984 196.53125 379.54047 196.875Q379.19672 197.20312 379.19672 197.75L378.29047 197.75Q378.29047 196.90625 378.91547 196.35938Q379.54047 195.79688 380.47797 195.79688Q381.4936 195.79688 382.0561 196.32812Q382.63422 196.85938 382.63422 197.79688Q382.63422 198.26562 382.33734 198.70312Q382.04047 199.14062 381.50922 199.35938Q382.10297 199.53125 382.41547 199.96875Q382.7436 200.39062 382.7436 201.01562Q382.7436 201.96875 382.1186 202.53125Q381.4936 203.09375 380.4936 203.09375Q379.4936 203.09375 378.85297 202.5625Q378.22797 202.01562 378.22797 201.125L379.14984 201.125Q379.14984 201.6875 379.50922 202.03125Q379.8686 202.35938 380.4936 202.35938Q381.14984 202.35938 381.4936 202.01562Q381.83734 201.67188 381.83734 201.03125Q381.83734 200.42188 381.44672 200.09375Q381.07172 199.75 380.35297 199.75L379.6811 199.75L379.6811 199.0ZM388.96234 196.39062L386.00922 203.0L385.07172 203.0L387.9936 196.625L384.14984 196.625L384.14984 195.89062L388.96234 195.89062L388.96234 196.39062ZM390.29047 197.25Q390.29047 196.625 390.69672 196.20312Q391.10297 195.78125 391.7436 195.78125Q392.39984 195.78125 392.79047 196.20312Q393.19672 196.625 393.19672 197.28125L393.19672 197.64062Q393.19672 198.28125 392.79047 198.6875Q392.38422 199.09375 391.75922 199.09375Q391.1186 199.09375 390.69672 198.6875Q390.29047 198.28125 390.29047 197.59375L390.29047 197.25ZM390.96234 197.64062Q390.96234 198.01562 391.16547 198.26562Q391.38422 198.5 391.75922 198.5Q392.10297 198.5 392.3061 198.26562Q392.52484 198.03125 392.52484 197.60938L392.52484 197.25Q392.52484 196.875 392.3061 196.625Q392.10297 196.375 391.7436 196.375Q391.38422 196.375 391.16547 196.625Q390.96234 196.875 390.96234 197.28125L390.96234 197.64062ZM393.7436 201.25Q393.7436 200.60938 394.14984 200.20312Q394.57172 199.79688 395.19672 199.79688Q395.83734 199.79688 396.2436 200.20312Q396.66547 200.60938 396.66547 201.29688L396.66547 201.64062Q396.66547 202.28125 396.25922 202.70312Q395.85297 203.10938 395.21234 203.10938Q394.58734 203.10938 394.16547 202.70312Q393.7436 202.28125 393.7436 201.60938L393.7436 201.25ZM394.4311 201.64062Q394.4311 202.01562 394.63422 202.26562Q394.85297 202.51562 395.21234 202.51562Q395.57172 202.51562 395.77484 202.28125Q395.9936 202.03125 395.9936 201.625L395.9936 201.25Q395.9936 200.875 395.77484 200.625Q395.5561 200.375 395.21234 200.375Q394.85297 200.375 394.63422 200.625Q394.4311 200.85938 394.4311 201.28125L394.4311 201.64062ZM391.96234 202.46875L391.44672 202.14062L394.91547 196.57812L395.4311 196.90625L391.96234 202.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M379.6811 199.0L380.35297 199.0Q380.9936 199.0 381.35297 198.67188Q381.72797 198.34375 381.72797 197.78125Q381.72797 196.53125 380.47797 196.53125Q379.89984 196.53125 379.54047 196.875Q379.19672 197.20312 379.19672 197.75L378.29047 197.75Q378.29047 196.90625 378.91547 196.35938Q379.54047 195.79688 380.47797 195.79688Q381.4936 195.79688 382.0561 196.32812Q382.63422 196.85938 382.63422 197.79688Q382.63422 198.26562 382.33734 198.70312Q382.04047 199.14062 381.50922 199.35938Q382.10297 199.53125 382.41547 199.96875Q382.7436 200.39062 382.7436 201.01562Q382.7436 201.96875 382.1186 202.53125Q381.4936 203.09375 380.4936 203.09375Q379.4936 203.09375 378.85297 202.5625Q378.22797 202.01562 378.22797 201.125L379.14984 201.125Q379.14984 201.6875 379.50922 202.03125Q379.8686 202.35938 380.4936 202.35938Q381.14984 202.35938 381.4936 202.01562Q381.83734 201.67188 381.83734 201.03125Q381.83734 200.42188 381.44672 200.09375Q381.07172 199.75 380.35297 199.75L379.6811 199.75L379.6811 199.0ZM388.96234 196.39062L386.00922 203.0L385.07172 203.0L387.9936 196.625L384.14984 196.625L384.14984 195.89062L388.96234 195.89062L388.96234 196.39062ZM390.29047 197.25Q390.29047 196.625 390.69672 196.20312Q391.10297 195.78125 391.7436 195.78125Q392.39984 195.78125 392.79047 196.20312Q393.19672 196.625 393.19672 197.28125L393.19672 197.64062Q393.19672 198.28125 392.79047 198.6875Q392.38422 199.09375 391.75922 199.09375Q391.1186 199.09375 390.69672 198.6875Q390.29047 198.28125 390.29047 197.59375L390.29047 197.25ZM390.96234 197.64062Q390.96234 198.01562 391.16547 198.26562Q391.38422 198.5 391.75922 198.5Q392.10297 198.5 392.3061 198.26562Q392.52484 198.03125 392.52484 197.60938L392.52484 197.25Q392.52484 196.875 392.3061 196.625Q392.10297 196.375 391.7436 196.375Q391.38422 196.375 391.16547 196.625Q390.96234 196.875 390.96234 197.28125L390.96234 197.64062ZM393.7436 201.25Q393.7436 200.60938 394.14984 200.20312Q394.57172 199.79688 395.19672 199.79688Q395.83734 199.79688 396.2436 200.20312Q396.66547 200.60938 396.66547 201.29688L396.66547 201.64062Q396.66547 202.28125 396.25922 202.70312Q395.85297 203.10938 395.21234 203.10938Q394.58734 203.10938 394.16547 202.70312Q393.7436 202.28125 393.7436 201.60938L393.7436 201.25ZM394.4311 201.64062Q394.4311 202.01562 394.63422 202.26562Q394.85297 202.51562 395.21234 202.51562Q395.57172 202.51562 395.77484 202.28125Q395.9936 202.03125 395.9936 201.625L395.9936 201.25Q395.9936 200.875 395.77484 200.625Q395.5561 200.375 395.21234 200.375Q394.85297 200.375 394.63422 200.625Q394.4311 200.85938 394.4311 201.28125L394.4311 201.64062ZM391.96234 202.46875L391.44672 202.14062L394.91547 196.57812L395.4311 196.90625L391.96234 202.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M325.1954 270.0L320.53915 270.0L320.53915 269.34375L322.99228 266.60938Q323.53915 266.0 323.74228 265.60938Q323.96103 265.21875 323.96103 264.79688Q323.96103 264.25 323.61728 263.89062Q323.28915 263.53125 322.72665 263.53125Q322.05478 263.53125 321.67978 263.92188Q321.30478 264.29688 321.30478 264.98438L320.39853 264.98438Q320.39853 264.0 321.02353 263.40625Q321.66415 262.79688 322.72665 262.79688Q323.71103 262.79688 324.28915 263.3125Q324.86728 263.82812 324.86728 264.70312Q324.86728 265.75 323.52353 267.20312L321.6329 269.26562L325.1954 269.26562L325.1954 270.0ZM326.9454 266.4375L327.3204 262.89062L330.96103 262.89062L330.96103 263.71875L328.08603 263.71875L327.86728 265.65625Q328.3829 265.35938 329.05478 265.35938Q330.02353 265.35938 330.58603 266.0Q331.16415 266.64062 331.16415 267.73438Q331.16415 268.82812 330.5704 269.46875Q329.97665 270.09375 328.91415 270.09375Q327.97665 270.09375 327.36728 269.57812Q326.77353 269.04688 326.6954 268.125L327.55478 268.125Q327.6329 268.73438 327.97665 269.04688Q328.33603 269.35938 328.91415 269.35938Q329.53915 269.35938 329.89853 268.9375Q330.2579 268.5 330.2579 267.75Q330.2579 267.03125 329.86728 266.60938Q329.49228 266.17188 328.83603 266.17188Q328.2579 266.17188 327.91415 266.42188L327.67978 266.625L326.9454 266.4375ZM332.46103 264.25Q332.46103 263.625 332.86728 263.20312Q333.27353 262.78125 333.91415 262.78125Q334.5704 262.78125 334.96103 263.20312Q335.36728 263.625 335.36728 264.28125L335.36728 264.64062Q335.36728 265.28125 334.96103 265.6875Q334.55478 266.09375 333.92978 266.09375Q333.28915 266.09375 332.86728 265.6875Q332.46103 265.28125 332.46103 264.59375L332.46103 264.25ZM333.1329 264.64062Q333.1329 265.01562 333.33603 265.26562Q333.55478 265.5 333.92978 265.5Q334.27353 265.5 334.47665 265.26562Q334.6954 265.03125 334.6954 264.60938L334.6954 264.25Q334.6954 263.875 334.47665 263.625Q334.27353 263.375 333.91415 263.375Q333.55478 263.375 333.33603 263.625Q333.1329 263.875 333.1329 264.28125L333.1329 264.64062ZM335.91415 268.25Q335.91415 267.60938 336.3204 267.20312Q336.74228 266.79688 337.36728 266.79688Q338.0079 266.79688 338.41415 267.20312Q338.83603 267.60938 338.83603 268.29688L338.83603 268.64062Q338.83603 269.28125 338.42978 269.70312Q338.02353 270.10938 337.3829 270.10938Q336.7579 270.10938 336.33603 269.70312Q335.91415 269.28125 335.91415 268.60938L335.91415 268.25ZM336.60165 268.64062Q336.60165 269.01562 336.80478 269.26562Q337.02353 269.51562 337.3829 269.51562Q337.74228 269.51562 337.9454 269.28125Q338.16415 269.03125 338.16415 268.625L338.16415 268.25Q338.16415 267.875 337.9454 267.625Q337.72665 267.375 337.3829 267.375Q337.02353 267.375 336.80478 267.625Q336.60165 267.85938 336.60165 268.28125L336.60165 268.64062ZM334.1329 269.46875L333.61728 269.14062L337.08603 263.57812L337.60165 263.90625L334.1329 269.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M325.1954 270.0L320.53915 270.0L320.53915 269.34375L322.99228 266.60938Q323.53915 266.0 323.74228 265.60938Q323.96103 265.21875 323.96103 264.79688Q323.96103 264.25 323.61728 263.89062Q323.28915 263.53125 322.72665 263.53125Q322.05478 263.53125 321.67978 263.92188Q321.30478 264.29688 321.30478 264.98438L320.39853 264.98438Q320.39853 264.0 321.02353 263.40625Q321.66415 262.79688 322.72665 262.79688Q323.71103 262.79688 324.28915 263.3125Q324.86728 263.82812 324.86728 264.70312Q324.86728 265.75 323.52353 267.20312L321.6329 269.26562L325.1954 269.26562L325.1954 270.0ZM326.9454 266.4375L327.3204 262.89062L330.96103 262.89062L330.96103 263.71875L328.08603 263.71875L327.86728 265.65625Q328.3829 265.35938 329.05478 265.35938Q330.02353 265.35938 330.58603 266.0Q331.16415 266.64062 331.16415 267.73438Q331.16415 268.82812 330.5704 269.46875Q329.97665 270.09375 328.91415 270.09375Q327.97665 270.09375 327.36728 269.57812Q326.77353 269.04688 326.6954 268.125L327.55478 268.125Q327.6329 268.73438 327.97665 269.04688Q328.33603 269.35938 328.91415 269.35938Q329.53915 269.35938 329.89853 268.9375Q330.2579 268.5 330.2579 267.75Q330.2579 267.03125 329.86728 266.60938Q329.49228 266.17188 328.83603 266.17188Q328.2579 266.17188 327.91415 266.42188L327.67978 266.625L326.9454 266.4375ZM332.46103 264.25Q332.46103 263.625 332.86728 263.20312Q333.27353 262.78125 333.91415 262.78125Q334.5704 262.78125 334.96103 263.20312Q335.36728 263.625 335.36728 264.28125L335.36728 264.64062Q335.36728 265.28125 334.96103 265.6875Q334.55478 266.09375 333.92978 266.09375Q333.28915 266.09375 332.86728 265.6875Q332.46103 265.28125 332.46103 264.59375L332.46103 264.25ZM333.1329 264.64062Q333.1329 265.01562 333.33603 265.26562Q333.55478 265.5 333.92978 265.5Q334.27353 265.5 334.47665 265.26562Q334.6954 265.03125 334.6954 264.60938L334.6954 264.25Q334.6954 263.875 334.47665 263.625Q334.27353 263.375 333.91415 263.375Q333.55478 263.375 333.33603 263.625Q333.1329 263.875 333.1329 264.28125L333.1329 264.64062ZM335.91415 268.25Q335.91415 267.60938 336.3204 267.20312Q336.74228 266.79688 337.36728 266.79688Q338.0079 266.79688 338.41415 267.20312Q338.83603 267.60938 338.83603 268.29688L338.83603 268.64062Q338.83603 269.28125 338.42978 269.70312Q338.02353 270.10938 337.3829 270.10938Q336.7579 270.10938 336.33603 269.70312Q335.91415 269.28125 335.91415 268.60938L335.91415 268.25ZM336.60165 268.64062Q336.60165 269.01562 336.80478 269.26562Q337.02353 269.51562 337.3829 269.51562Q337.74228 269.51562 337.9454 269.28125Q338.16415 269.03125 338.16415 268.625L338.16415 268.25Q338.16415 267.875 337.9454 267.625Q337.72665 267.375 337.3829 267.375Q337.02353 267.375 336.80478 267.625Q336.60165 267.85938 336.60165 268.28125L336.60165 268.64062ZM334.1329 269.46875L333.61728 269.14062L337.08603 263.57812L337.60165 263.90625L334.1329 269.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M289.23557 338.0L288.3293 338.0L288.3293 331.98438L286.5012 332.64062L286.5012 331.82812L289.09494 330.85938L289.23557 330.85938L289.23557 338.0ZM295.71994 334.875Q295.4387 335.21875 295.04807 335.42188Q294.65744 335.625 294.1887 335.625Q293.5793 335.625 293.11057 335.32812Q292.65744 335.01562 292.40744 334.46875Q292.15744 333.92188 292.15744 333.25Q292.15744 332.54688 292.42307 331.96875Q292.7043 331.39062 293.2043 331.09375Q293.7043 330.79688 294.36057 330.79688Q295.42307 330.79688 296.03244 331.59375Q296.6418 332.375 296.6418 333.73438L296.6418 334.0Q296.6418 336.07812 295.8137 337.03125Q295.0012 337.98438 293.34494 338.0L293.15744 338.0L293.15744 337.25L293.36057 337.25Q294.46994 337.21875 295.0637 336.65625Q295.67307 336.09375 295.71994 334.875ZM294.3293 334.875Q294.78244 334.875 295.15744 334.59375Q295.54807 334.3125 295.73557 333.90625L295.73557 333.54688Q295.73557 332.65625 295.34494 332.10938Q294.9543 331.54688 294.3762 331.54688Q293.7668 331.54688 293.40744 332.0Q293.04807 332.45312 293.04807 333.20312Q293.04807 333.9375 293.3918 334.40625Q293.7512 334.875 294.3293 334.875ZM298.1887 332.25Q298.1887 331.625 298.59494 331.20312Q299.0012 330.78125 299.6418 330.78125Q300.29807 330.78125 300.6887 331.20312Q301.09494 331.625 301.09494 332.28125L301.09494 332.64062Q301.09494 333.28125 300.6887 333.6875Q300.28244 334.09375 299.65744 334.09375Q299.0168 334.09375 298.59494 333.6875Q298.1887 333.28125 298.1887 332.59375L298.1887 332.25ZM298.86057 332.64062Q298.86057 333.01562 299.0637 333.26562Q299.28244 333.5 299.65744 333.5Q300.0012 333.5 300.2043 333.26562Q300.42307 333.03125 300.42307 332.60938L300.42307 332.25Q300.42307 331.875 300.2043 331.625Q300.0012 331.375 299.6418 331.375Q299.28244 331.375 299.0637 331.625Q298.86057 331.875 298.86057 332.28125L298.86057 332.64062ZM301.6418 336.25Q301.6418 335.60938 302.04807 335.20312Q302.46994 334.79688 303.09494 334.79688Q303.73557 334.79688 304.1418 335.20312Q304.5637 335.60938 304.5637 336.29688L304.5637 336.64062Q304.5637 337.28125 304.15744 337.70312Q303.7512 338.10938 303.11057 338.10938Q302.48557 338.10938 302.0637 337.70312Q301.6418 337.28125 301.6418 336.60938L301.6418 336.25ZM302.3293 336.64062Q302.3293 337.01562 302.53244 337.26562Q302.7512 337.51562 303.11057 337.51562Q303.46994 337.51562 303.67307 337.28125Q303.8918 337.03125 303.8918 336.625L303.8918 336.25Q303.8918 335.875 303.67307 335.625Q303.4543 335.375 303.11057 335.375Q302.7512 335.375 302.53244 335.625Q302.3293 335.85938 302.3293 336.28125L302.3293 336.64062ZM299.86057 337.46875L299.34494 337.14062L302.8137 331.57812L303.3293 331.90625L299.86057 337.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M289.23557 338.0L288.3293 338.0L288.3293 331.98438L286.5012 332.64062L286.5012 331.82812L289.09494 330.85938L289.23557 330.85938L289.23557 338.0ZM295.71994 334.875Q295.4387 335.21875 295.04807 335.42188Q294.65744 335.625 294.1887 335.625Q293.5793 335.625 293.11057 335.32812Q292.65744 335.01562 292.40744 334.46875Q292.15744 333.92188 292.15744 333.25Q292.15744 332.54688 292.42307 331.96875Q292.7043 331.39062 293.2043 331.09375Q293.7043 330.79688 294.36057 330.79688Q295.42307 330.79688 296.03244 331.59375Q296.6418 332.375 296.6418 333.73438L296.6418 334.0Q296.6418 336.07812 295.8137 337.03125Q295.0012 337.98438 293.34494 338.0L293.15744 338.0L293.15744 337.25L293.36057 337.25Q294.46994 337.21875 295.0637 336.65625Q295.67307 336.09375 295.71994 334.875ZM294.3293 334.875Q294.78244 334.875 295.15744 334.59375Q295.54807 334.3125 295.73557 333.90625L295.73557 333.54688Q295.73557 332.65625 295.34494 332.10938Q294.9543 331.54688 294.3762 331.54688Q293.7668 331.54688 293.40744 332.0Q293.04807 332.45312 293.04807 333.20312Q293.04807 333.9375 293.3918 334.40625Q293.7512 334.875 294.3293 334.875ZM298.1887 332.25Q298.1887 331.625 298.59494 331.20312Q299.0012 330.78125 299.6418 330.78125Q300.29807 330.78125 300.6887 331.20312Q301.09494 331.625 301.09494 332.28125L301.09494 332.64062Q301.09494 333.28125 300.6887 333.6875Q300.28244 334.09375 299.65744 334.09375Q299.0168 334.09375 298.59494 333.6875Q298.1887 333.28125 298.1887 332.59375L298.1887 332.25ZM298.86057 332.64062Q298.86057 333.01562 299.0637 333.26562Q299.28244 333.5 299.65744 333.5Q300.0012 333.5 300.2043 333.26562Q300.42307 333.03125 300.42307 332.60938L300.42307 332.25Q300.42307 331.875 300.2043 331.625Q300.0012 331.375 299.6418 331.375Q299.28244 331.375 299.0637 331.625Q298.86057 331.875 298.86057 332.28125L298.86057 332.64062ZM301.6418 336.25Q301.6418 335.60938 302.04807 335.20312Q302.46994 334.79688 303.09494 334.79688Q303.73557 334.79688 304.1418 335.20312Q304.5637 335.60938 304.5637 336.29688L304.5637 336.64062Q304.5637 337.28125 304.15744 337.70312Q303.7512 338.10938 303.11057 338.10938Q302.48557 338.10938 302.0637 337.70312Q301.6418 337.28125 301.6418 336.60938L301.6418 336.25ZM302.3293 336.64062Q302.3293 337.01562 302.53244 337.26562Q302.7512 337.51562 303.11057 337.51562Q303.46994 337.51562 303.67307 337.28125Q303.8918 337.03125 303.8918 336.625L303.8918 336.25Q303.8918 335.875 303.67307 335.625Q303.4543 335.375 303.11057 335.375Q302.7512 335.375 302.53244 335.625Q302.3293 335.85938 302.3293 336.28125L302.3293 336.64062ZM299.86057 337.46875L299.34494 337.14062L302.8137 331.57812L303.3293 331.90625L299.86057 337.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.88196 405.0L284.9757 405.0L284.9757 398.98438L283.14758 399.64062L283.14758 398.82812L285.74133 397.85938L285.88196 397.85938L285.88196 405.0ZM293.2257 399.75Q293.2257 400.28125 292.94446 400.70312Q292.6632 401.10938 292.17883 401.34375Q292.74133 401.57812 293.05383 402.04688Q293.38196 402.5 293.38196 403.07812Q293.38196 404.0 292.75696 404.54688Q292.14758 405.09375 291.13196 405.09375Q290.1007 405.09375 289.4757 404.54688Q288.86633 404.0 288.86633 403.07812Q288.86633 402.5 289.17883 402.04688Q289.49133 401.57812 290.05383 401.34375Q289.58508 401.10938 289.30383 400.6875Q289.0382 400.26562 289.0382 399.75Q289.0382 398.84375 289.6007 398.32812Q290.17883 397.79688 291.13196 397.79688Q292.06946 397.79688 292.64758 398.32812Q293.2257 398.84375 293.2257 399.75ZM292.49133 403.0625Q292.49133 402.46875 292.1007 402.09375Q291.7257 401.71875 291.11633 401.71875Q290.50696 401.71875 290.13196 402.09375Q289.77258 402.45312 289.77258 403.0625Q289.77258 403.67188 290.13196 404.01562Q290.49133 404.35938 291.13196 404.35938Q291.75696 404.35938 292.11633 404.01562Q292.49133 403.65625 292.49133 403.0625ZM291.13196 398.53125Q290.6007 398.53125 290.25696 398.85938Q289.92883 399.1875 289.92883 399.76562Q289.92883 400.29688 290.25696 400.64062Q290.58508 400.96875 291.11633 400.96875Q291.6632 400.96875 291.99133 400.64062Q292.31946 400.29688 292.31946 399.76562Q292.31946 399.21875 291.9757 398.875Q291.64758 398.53125 291.13196 398.53125ZM294.83508 399.25Q294.83508 398.625 295.24133 398.20312Q295.64758 397.78125 296.2882 397.78125Q296.94446 397.78125 297.33508 398.20312Q297.74133 398.625 297.74133 399.28125L297.74133 399.64062Q297.74133 400.28125 297.33508 400.6875Q296.92883 401.09375 296.30383 401.09375Q295.6632 401.09375 295.24133 400.6875Q294.83508 400.28125 294.83508 399.59375L294.83508 399.25ZM295.50696 399.64062Q295.50696 400.01562 295.71008 400.26562Q295.92883 400.5 296.30383 400.5Q296.64758 400.5 296.8507 400.26562Q297.06946 400.03125 297.06946 399.60938L297.06946 399.25Q297.06946 398.875 296.8507 398.625Q296.64758 398.375 296.2882 398.375Q295.92883 398.375 295.71008 398.625Q295.50696 398.875 295.50696 399.28125L295.50696 399.64062ZM298.2882 403.25Q298.2882 402.60938 298.69446 402.20312Q299.11633 401.79688 299.74133 401.79688Q300.38196 401.79688 300.7882 402.20312Q301.21008 402.60938 301.21008 403.29688L301.21008 403.64062Q301.21008 404.28125 300.80383 404.70312Q300.39758 405.10938 299.75696 405.10938Q299.13196 405.10938 298.71008 404.70312Q298.2882 404.28125 298.2882 403.60938L298.2882 403.25ZM298.9757 403.64062Q298.9757 404.01562 299.17883 404.26562Q299.39758 404.51562 299.75696 404.51562Q300.11633 404.51562 300.31946 404.28125Q300.5382 404.03125 300.5382 403.625L300.5382 403.25Q300.5382 402.875 300.31946 402.625Q300.1007 402.375 299.75696 402.375Q299.39758 402.375 299.17883 402.625Q298.9757 402.85938 298.9757 403.28125L298.9757 403.64062ZM296.50696 404.46875L295.99133 404.14062L299.46008 398.57812L299.9757 398.90625L296.50696 404.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M285.88196 405.0L284.9757 405.0L284.9757 398.98438L283.14758 399.64062L283.14758 398.82812L285.74133 397.85938L285.88196 397.85938L285.88196 405.0ZM293.2257 399.75Q293.2257 400.28125 292.94446 400.70312Q292.6632 401.10938 292.17883 401.34375Q292.74133 401.57812 293.05383 402.04688Q293.38196 402.5 293.38196 403.07812Q293.38196 404.0 292.75696 404.54688Q292.14758 405.09375 291.13196 405.09375Q290.1007 405.09375 289.4757 404.54688Q288.86633 404.0 288.86633 403.07812Q288.86633 402.5 289.17883 402.04688Q289.49133 401.57812 290.05383 401.34375Q289.58508 401.10938 289.30383 400.6875Q289.0382 400.26562 289.0382 399.75Q289.0382 398.84375 289.6007 398.32812Q290.17883 397.79688 291.13196 397.79688Q292.06946 397.79688 292.64758 398.32812Q293.2257 398.84375 293.2257 399.75ZM292.49133 403.0625Q292.49133 402.46875 292.1007 402.09375Q291.7257 401.71875 291.11633 401.71875Q290.50696 401.71875 290.13196 402.09375Q289.77258 402.45312 289.77258 403.0625Q289.77258 403.67188 290.13196 404.01562Q290.49133 404.35938 291.13196 404.35938Q291.75696 404.35938 292.11633 404.01562Q292.49133 403.65625 292.49133 403.0625ZM291.13196 398.53125Q290.6007 398.53125 290.25696 398.85938Q289.92883 399.1875 289.92883 399.76562Q289.92883 400.29688 290.25696 400.64062Q290.58508 400.96875 291.11633 400.96875Q291.6632 400.96875 291.99133 400.64062Q292.31946 400.29688 292.31946 399.76562Q292.31946 399.21875 291.9757 398.875Q291.64758 398.53125 291.13196 398.53125ZM294.83508 399.25Q294.83508 398.625 295.24133 398.20312Q295.64758 397.78125 296.2882 397.78125Q296.94446 397.78125 297.33508 398.20312Q297.74133 398.625 297.74133 399.28125L297.74133 399.64062Q297.74133 400.28125 297.33508 400.6875Q296.92883 401.09375 296.30383 401.09375Q295.6632 401.09375 295.24133 400.6875Q294.83508 400.28125 294.83508 399.59375L294.83508 399.25ZM295.50696 399.64062Q295.50696 400.01562 295.71008 400.26562Q295.92883 400.5 296.30383 400.5Q296.64758 400.5 296.8507 400.26562Q297.06946 400.03125 297.06946 399.60938L297.06946 399.25Q297.06946 398.875 296.8507 398.625Q296.64758 398.375 296.2882 398.375Q295.92883 398.375 295.71008 398.625Q295.50696 398.875 295.50696 399.28125L295.50696 399.64062ZM298.2882 403.25Q298.2882 402.60938 298.69446 402.20312Q299.11633 401.79688 299.74133 401.79688Q300.38196 401.79688 300.7882 402.20312Q301.21008 402.60938 301.21008 403.29688L301.21008 403.64062Q301.21008 404.28125 300.80383 404.70312Q300.39758 405.10938 299.75696 405.10938Q299.13196 405.10938 298.71008 404.70312Q298.2882 404.28125 298.2882 403.60938L298.2882 403.25ZM298.9757 403.64062Q298.9757 404.01562 299.17883 404.26562Q299.39758 404.51562 299.75696 404.51562Q300.11633 404.51562 300.31946 404.28125Q300.5382 404.03125 300.5382 403.625L300.5382 403.25Q300.5382 402.875 300.31946 402.625Q300.1007 402.375 299.75696 402.375Q299.39758 402.375 299.17883 402.625Q298.9757 402.85938 298.9757 403.28125L298.9757 403.64062ZM296.50696 404.46875L295.99133 404.14062L299.46008 398.57812L299.9757 398.90625L296.50696 404.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M239.90648 468.875Q239.62523 469.21875 239.2346 469.42188Q238.84398 469.625 238.37523 469.625Q237.76585 469.625 237.2971 469.32812Q236.84398 469.01562 236.59398 468.46875Q236.34398 467.92188 236.34398 467.25Q236.34398 466.54688 236.6096 465.96875Q236.89085 465.39062 237.39085 465.09375Q237.89085 464.79688 238.5471 464.79688Q239.6096 464.79688 240.21898 465.59375Q240.82835 466.375 240.82835 467.73438L240.82835 468.0Q240.82835 470.07812 240.00023 471.03125Q239.18773 471.98438 237.53148 472.0L237.34398 472.0L237.34398 471.25L237.5471 471.25Q238.65648 471.21875 239.25023 470.65625Q239.8596 470.09375 239.90648 468.875ZM238.51585 468.875Q238.96898 468.875 239.34398 468.59375Q239.7346 468.3125 239.9221 467.90625L239.9221 467.54688Q239.9221 466.65625 239.53148 466.10938Q239.14085 465.54688 238.56273 465.54688Q237.95335 465.54688 237.59398 466.0Q237.2346 466.45312 237.2346 467.20312Q237.2346 467.9375 237.57835 468.40625Q237.93773 468.875 238.51585 468.875ZM242.37523 466.25Q242.37523 465.625 242.78148 465.20312Q243.18773 464.78125 243.82835 464.78125Q244.4846 464.78125 244.87523 465.20312Q245.28148 465.625 245.28148 466.28125L245.28148 466.64062Q245.28148 467.28125 244.87523 467.6875Q244.46898 468.09375 243.84398 468.09375Q243.20335 468.09375 242.78148 467.6875Q242.37523 467.28125 242.37523 466.59375L242.37523 466.25ZM243.0471 466.64062Q243.0471 467.01562 243.25023 467.26562Q243.46898 467.5 243.84398 467.5Q244.18773 467.5 244.39085 467.26562Q244.6096 467.03125 244.6096 466.60938L244.6096 466.25Q244.6096 465.875 244.39085 465.625Q244.18773 465.375 243.82835 465.375Q243.46898 465.375 243.25023 465.625Q243.0471 465.875 243.0471 466.28125L243.0471 466.64062ZM245.82835 470.25Q245.82835 469.60938 246.2346 469.20312Q246.65648 468.79688 247.28148 468.79688Q247.9221 468.79688 248.32835 469.20312Q248.75023 469.60938 248.75023 470.29688L248.75023 470.64062Q248.75023 471.28125 248.34398 471.70312Q247.93773 472.10938 247.2971 472.10938Q246.6721 472.10938 246.25023 471.70312Q245.82835 471.28125 245.82835 470.60938L245.82835 470.25ZM246.51585 470.64062Q246.51585 471.01562 246.71898 471.26562Q246.93773 471.51562 247.2971 471.51562Q247.65648 471.51562 247.8596 471.28125Q248.07835 471.03125 248.07835 470.625L248.07835 470.25Q248.07835 469.875 247.8596 469.625Q247.64085 469.375 247.2971 469.375Q246.93773 469.375 246.71898 469.625Q246.51585 469.85938 246.51585 470.28125L246.51585 470.64062ZM244.0471 471.46875L243.53148 471.14062L247.00023 465.57812L247.51585 465.90625L244.0471 471.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M239.90648 468.875Q239.62523 469.21875 239.2346 469.42188Q238.84398 469.625 238.37523 469.625Q237.76585 469.625 237.2971 469.32812Q236.84398 469.01562 236.59398 468.46875Q236.34398 467.92188 236.34398 467.25Q236.34398 466.54688 236.6096 465.96875Q236.89085 465.39062 237.39085 465.09375Q237.89085 464.79688 238.5471 464.79688Q239.6096 464.79688 240.21898 465.59375Q240.82835 466.375 240.82835 467.73438L240.82835 468.0Q240.82835 470.07812 240.00023 471.03125Q239.18773 471.98438 237.53148 472.0L237.34398 472.0L237.34398 471.25L237.5471 471.25Q238.65648 471.21875 239.25023 470.65625Q239.8596 470.09375 239.90648 468.875ZM238.51585 468.875Q238.96898 468.875 239.34398 468.59375Q239.7346 468.3125 239.9221 467.90625L239.9221 467.54688Q239.9221 466.65625 239.53148 466.10938Q239.14085 465.54688 238.56273 465.54688Q237.95335 465.54688 237.59398 466.0Q237.2346 466.45312 237.2346 467.20312Q237.2346 467.9375 237.57835 468.40625Q237.93773 468.875 238.51585 468.875ZM242.37523 466.25Q242.37523 465.625 242.78148 465.20312Q243.18773 464.78125 243.82835 464.78125Q244.4846 464.78125 244.87523 465.20312Q245.28148 465.625 245.28148 466.28125L245.28148 466.64062Q245.28148 467.28125 244.87523 467.6875Q244.46898 468.09375 243.84398 468.09375Q243.20335 468.09375 242.78148 467.6875Q242.37523 467.28125 242.37523 466.59375L242.37523 466.25ZM243.0471 466.64062Q243.0471 467.01562 243.25023 467.26562Q243.46898 467.5 243.84398 467.5Q244.18773 467.5 244.39085 467.26562Q244.6096 467.03125 244.6096 466.60938L244.6096 466.25Q244.6096 465.875 244.39085 465.625Q244.18773 465.375 243.82835 465.375Q243.46898 465.375 243.25023 465.625Q243.0471 465.875 243.0471 466.28125L243.0471 466.64062ZM245.82835 470.25Q245.82835 469.60938 246.2346 469.20312Q246.65648 468.79688 247.28148 468.79688Q247.9221 468.79688 248.32835 469.20312Q248.75023 469.60938 248.75023 470.29688L248.75023 470.64062Q248.75023 471.28125 248.34398 471.70312Q247.93773 472.10938 247.2971 472.10938Q246.6721 472.10938 246.25023 471.70312Q245.82835 471.28125 245.82835 470.60938L245.82835 470.25ZM246.51585 470.64062Q246.51585 471.01562 246.71898 471.26562Q246.93773 471.51562 247.2971 471.51562Q247.65648 471.51562 247.8596 471.28125Q248.07835 471.03125 248.07835 470.625L248.07835 470.25Q248.07835 469.875 247.8596 469.625Q247.64085 469.375 247.2971 469.375Q246.93773 469.375 246.71898 469.625Q246.51585 469.85938 246.51585 470.28125L246.51585 470.64062ZM244.0471 471.46875L243.53148 471.14062L247.00023 465.57812L247.51585 465.90625L244.0471 471.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.30545 533.3906L224.35233 540.0L223.41483 540.0L226.3367 533.625L222.49295 533.625L222.49295 532.8906L227.30545 532.8906L227.30545 533.3906ZM228.63358 534.25Q228.63358 533.625 229.03983 533.2031Q229.44608 532.78125 230.0867 532.78125Q230.74295 532.78125 231.13358 533.2031Q231.53983 533.625 231.53983 534.28125L231.53983 534.6406Q231.53983 535.28125 231.13358 535.6875Q230.72733 536.09375 230.10233 536.09375Q229.4617 536.09375 229.03983 535.6875Q228.63358 535.28125 228.63358 534.59375L228.63358 534.25ZM229.30545 534.6406Q229.30545 535.0156 229.50858 535.2656Q229.72733 535.5 230.10233 535.5Q230.44608 535.5 230.6492 535.2656Q230.86795 535.03125 230.86795 534.6094L230.86795 534.25Q230.86795 533.875 230.6492 533.625Q230.44608 533.375 230.0867 533.375Q229.72733 533.375 229.50858 533.625Q229.30545 533.875 229.30545 534.28125L229.30545 534.6406ZM232.0867 538.25Q232.0867 537.6094 232.49295 537.2031Q232.91483 536.7969 233.53983 536.7969Q234.18045 536.7969 234.5867 537.2031Q235.00858 537.6094 235.00858 538.2969L235.00858 538.6406Q235.00858 539.28125 234.60233 539.7031Q234.19608 540.1094 233.55545 540.1094Q232.93045 540.1094 232.50858 539.7031Q232.0867 539.28125 232.0867 538.6094L232.0867 538.25ZM232.7742 538.6406Q232.7742 539.0156 232.97733 539.2656Q233.19608 539.5156 233.55545 539.5156Q233.91483 539.5156 234.11795 539.28125Q234.3367 539.03125 234.3367 538.625L234.3367 538.25Q234.3367 537.875 234.11795 537.625Q233.8992 537.375 233.55545 537.375Q233.19608 537.375 232.97733 537.625Q232.7742 537.8594 232.7742 538.28125L232.7742 538.6406ZM230.30545 539.46875L229.78983 539.1406L233.25858 533.5781L233.7742 533.90625L230.30545 539.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M227.30545 533.3906L224.35233 540.0L223.41483 540.0L226.3367 533.625L222.49295 533.625L222.49295 532.8906L227.30545 532.8906L227.30545 533.3906ZM228.63358 534.25Q228.63358 533.625 229.03983 533.2031Q229.44608 532.78125 230.0867 532.78125Q230.74295 532.78125 231.13358 533.2031Q231.53983 533.625 231.53983 534.28125L231.53983 534.6406Q231.53983 535.28125 231.13358 535.6875Q230.72733 536.09375 230.10233 536.09375Q229.4617 536.09375 229.03983 535.6875Q228.63358 535.28125 228.63358 534.59375L228.63358 534.25ZM229.30545 534.6406Q229.30545 535.0156 229.50858 535.2656Q229.72733 535.5 230.10233 535.5Q230.44608 535.5 230.6492 535.2656Q230.86795 535.03125 230.86795 534.6094L230.86795 534.25Q230.86795 533.875 230.6492 533.625Q230.44608 533.375 230.0867 533.375Q229.72733 533.375 229.50858 533.625Q229.30545 533.875 229.30545 534.28125L229.30545 534.6406ZM232.0867 538.25Q232.0867 537.6094 232.49295 537.2031Q232.91483 536.7969 233.53983 536.7969Q234.18045 536.7969 234.5867 537.2031Q235.00858 537.6094 235.00858 538.2969L235.00858 538.6406Q235.00858 539.28125 234.60233 539.7031Q234.19608 540.1094 233.55545 540.1094Q232.93045 540.1094 232.50858 539.7031Q232.0867 539.28125 232.0867 538.6094L232.0867 538.25ZM232.7742 538.6406Q232.7742 539.0156 232.97733 539.2656Q233.19608 539.5156 233.55545 539.5156Q233.91483 539.5156 234.11795 539.28125Q234.3367 539.03125 234.3367 538.625L234.3367 538.25Q234.3367 537.875 234.11795 537.625Q233.8992 537.375 233.55545 537.375Q233.19608 537.375 232.97733 537.625Q232.7742 537.8594 232.7742 538.28125L232.7742 538.6406ZM230.30545 539.46875L229.78983 539.1406L233.25858 533.5781L233.7742 533.90625L230.30545 539.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M223.88652 599.8906L223.88652 600.65625L223.71465 600.65625Q222.66777 600.6719 222.04277 601.28125Q221.41777 601.875 221.3084 602.9844Q221.8709 602.34375 222.83965 602.34375Q223.77715 602.34375 224.32402 603.0Q224.88652 603.6406 224.88652 604.6875Q224.88652 605.78125 224.27715 606.4375Q223.6834 607.09375 222.6834 607.09375Q221.66777 607.09375 221.02715 606.3125Q220.38652 605.53125 220.38652 604.2969L220.38652 603.9531Q220.38652 601.9844 221.21465 600.9531Q222.0584 599.90625 223.71465 599.8906L223.88652 599.8906ZM222.69902 603.09375Q222.23027 603.09375 221.83965 603.375Q221.44902 603.6406 221.29277 604.0625L221.29277 604.3906Q221.29277 605.28125 221.6834 605.8125Q222.08965 606.34375 222.6834 606.34375Q223.29277 606.34375 223.63652 605.90625Q223.9959 605.4531 223.9959 604.71875Q223.9959 603.9844 223.63652 603.5469Q223.27715 603.09375 222.69902 603.09375ZM226.26152 601.25Q226.26152 600.625 226.66777 600.2031Q227.07402 599.78125 227.71465 599.78125Q228.3709 599.78125 228.76152 600.2031Q229.16777 600.625 229.16777 601.28125L229.16777 601.6406Q229.16777 602.28125 228.76152 602.6875Q228.35527 603.09375 227.73027 603.09375Q227.08965 603.09375 226.66777 602.6875Q226.26152 602.28125 226.26152 601.59375L226.26152 601.25ZM226.9334 601.6406Q226.9334 602.0156 227.13652 602.2656Q227.35527 602.5 227.73027 602.5Q228.07402 602.5 228.27715 602.2656Q228.4959 602.03125 228.4959 601.6094L228.4959 601.25Q228.4959 600.875 228.27715 600.625Q228.07402 600.375 227.71465 600.375Q227.35527 600.375 227.13652 600.625Q226.9334 600.875 226.9334 601.28125L226.9334 601.6406ZM229.71465 605.25Q229.71465 604.6094 230.1209 604.2031Q230.54277 603.7969 231.16777 603.7969Q231.8084 603.7969 232.21465 604.2031Q232.63652 604.6094 232.63652 605.2969L232.63652 605.6406Q232.63652 606.28125 232.23027 606.7031Q231.82402 607.1094 231.1834 607.1094Q230.5584 607.1094 230.13652 606.7031Q229.71465 606.28125 229.71465 605.6094L229.71465 605.25ZM230.40215 605.6406Q230.40215 606.0156 230.60527 606.2656Q230.82402 606.5156 231.1834 606.5156Q231.54277 606.5156 231.7459 606.28125Q231.96465 606.03125 231.96465 605.625L231.96465 605.25Q231.96465 604.875 231.7459 604.625Q231.52715 604.375 231.1834 604.375Q230.82402 604.375 230.60527 604.625Q230.40215 604.8594 230.40215 605.28125L230.40215 605.6406ZM227.9334 606.46875L227.41777 606.1406L230.88652 600.5781L231.40215 600.90625L227.9334 606.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M223.88652 599.8906L223.88652 600.65625L223.71465 600.65625Q222.66777 600.6719 222.04277 601.28125Q221.41777 601.875 221.3084 602.9844Q221.8709 602.34375 222.83965 602.34375Q223.77715 602.34375 224.32402 603.0Q224.88652 603.6406 224.88652 604.6875Q224.88652 605.78125 224.27715 606.4375Q223.6834 607.09375 222.6834 607.09375Q221.66777 607.09375 221.02715 606.3125Q220.38652 605.53125 220.38652 604.2969L220.38652 603.9531Q220.38652 601.9844 221.21465 600.9531Q222.0584 599.90625 223.71465 599.8906L223.88652 599.8906ZM222.69902 603.09375Q222.23027 603.09375 221.83965 603.375Q221.44902 603.6406 221.29277 604.0625L221.29277 604.3906Q221.29277 605.28125 221.6834 605.8125Q222.08965 606.34375 222.6834 606.34375Q223.29277 606.34375 223.63652 605.90625Q223.9959 605.4531 223.9959 604.71875Q223.9959 603.9844 223.63652 603.5469Q223.27715 603.09375 222.69902 603.09375ZM226.26152 601.25Q226.26152 600.625 226.66777 600.2031Q227.07402 599.78125 227.71465 599.78125Q228.3709 599.78125 228.76152 600.2031Q229.16777 600.625 229.16777 601.28125L229.16777 601.6406Q229.16777 602.28125 228.76152 602.6875Q228.35527 603.09375 227.73027 603.09375Q227.08965 603.09375 226.66777 602.6875Q226.26152 602.28125 226.26152 601.59375L226.26152 601.25ZM226.9334 601.6406Q226.9334 602.0156 227.13652 602.2656Q227.35527 602.5 227.73027 602.5Q228.07402 602.5 228.27715 602.2656Q228.4959 602.03125 228.4959 601.6094L228.4959 601.25Q228.4959 600.875 228.27715 600.625Q228.07402 600.375 227.71465 600.375Q227.35527 600.375 227.13652 600.625Q226.9334 600.875 226.9334 601.28125L226.9334 601.6406ZM229.71465 605.25Q229.71465 604.6094 230.1209 604.2031Q230.54277 603.7969 231.16777 603.7969Q231.8084 603.7969 232.21465 604.2031Q232.63652 604.6094 232.63652 605.2969L232.63652 605.6406Q232.63652 606.28125 232.23027 606.7031Q231.82402 607.1094 231.1834 607.1094Q230.5584 607.1094 230.13652 606.7031Q229.71465 606.28125 229.71465 605.6094L229.71465 605.25ZM230.40215 605.6406Q230.40215 606.0156 230.60527 606.2656Q230.82402 606.5156 231.1834 606.5156Q231.54277 606.5156 231.7459 606.28125Q231.96465 606.03125 231.96465 605.625L231.96465 605.25Q231.96465 604.875 231.7459 604.625Q231.52715 604.375 231.1834 604.375Q230.82402 604.375 230.60527 604.625Q230.40215 604.8594 230.40215 605.28125L230.40215 605.6406ZM227.9334 606.46875L227.41777 606.1406L230.88652 600.5781L231.40215 600.90625L227.9334 606.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M247.35628 674.0L246.45003 674.0L246.45003 667.9844L244.6219 668.6406L244.6219 667.8281L247.21565 666.8594L247.35628 666.8594L247.35628 674.0ZM253.35628 674.0L252.45003 674.0L252.45003 667.9844L250.6219 668.6406L250.6219 667.8281L253.21565 666.8594L253.35628 666.8594L253.35628 674.0ZM256.3094 668.25Q256.3094 667.625 256.71564 667.2031Q257.1219 666.78125 257.7625 666.78125Q258.41876 666.78125 258.8094 667.2031Q259.21564 667.625 259.21564 668.28125L259.21564 668.6406Q259.21564 669.28125 258.8094 669.6875Q258.40314 670.09375 257.77814 670.09375Q257.1375 670.09375 256.71564 669.6875Q256.3094 669.28125 256.3094 668.59375L256.3094 668.25ZM256.98126 668.6406Q256.98126 669.0156 257.1844 669.2656Q257.40314 669.5 257.77814 669.5Q258.1219 669.5 258.325 669.2656Q258.54376 669.03125 258.54376 668.6094L258.54376 668.25Q258.54376 667.875 258.325 667.625Q258.1219 667.375 257.7625 667.375Q257.40314 667.375 257.1844 667.625Q256.98126 667.875 256.98126 668.28125L256.98126 668.6406ZM259.7625 672.25Q259.7625 671.6094 260.16876 671.2031Q260.59064 670.7969 261.21564 670.7969Q261.85626 670.7969 262.2625 671.2031Q262.6844 671.6094 262.6844 672.2969L262.6844 672.6406Q262.6844 673.28125 262.27814 673.7031Q261.8719 674.1094 261.23126 674.1094Q260.60626 674.1094 260.1844 673.7031Q259.7625 673.28125 259.7625 672.6094L259.7625 672.25ZM260.45 672.6406Q260.45 673.0156 260.65314 673.2656Q260.8719 673.5156 261.23126 673.5156Q261.59064 673.5156 261.79376 673.28125Q262.0125 673.03125 262.0125 672.625L262.0125 672.25Q262.0125 671.875 261.79376 671.625Q261.575 671.375 261.23126 671.375Q260.8719 671.375 260.65314 671.625Q260.45 671.8594 260.45 672.28125L260.45 672.6406ZM257.98126 673.46875L257.46564 673.1406L260.9344 667.5781L261.45 667.90625L257.98126 673.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M247.35628 674.0L246.45003 674.0L246.45003 667.9844L244.6219 668.6406L244.6219 667.8281L247.21565 666.8594L247.35628 666.8594L247.35628 674.0ZM253.35628 674.0L252.45003 674.0L252.45003 667.9844L250.6219 668.6406L250.6219 667.8281L253.21565 666.8594L253.35628 666.8594L253.35628 674.0ZM256.3094 668.25Q256.3094 667.625 256.71564 667.2031Q257.1219 666.78125 257.7625 666.78125Q258.41876 666.78125 258.8094 667.2031Q259.21564 667.625 259.21564 668.28125L259.21564 668.6406Q259.21564 669.28125 258.8094 669.6875Q258.40314 670.09375 257.77814 670.09375Q257.1375 670.09375 256.71564 669.6875Q256.3094 669.28125 256.3094 668.59375L256.3094 668.25ZM256.98126 668.6406Q256.98126 669.0156 257.1844 669.2656Q257.40314 669.5 257.77814 669.5Q258.1219 669.5 258.325 669.2656Q258.54376 669.03125 258.54376 668.6094L258.54376 668.25Q258.54376 667.875 258.325 667.625Q258.1219 667.375 257.7625 667.375Q257.40314 667.375 257.1844 667.625Q256.98126 667.875 256.98126 668.28125L256.98126 668.6406ZM259.7625 672.25Q259.7625 671.6094 260.16876 671.2031Q260.59064 670.7969 261.21564 670.7969Q261.85626 670.7969 262.2625 671.2031Q262.6844 671.6094 262.6844 672.2969L262.6844 672.6406Q262.6844 673.28125 262.27814 673.7031Q261.8719 674.1094 261.23126 674.1094Q260.60626 674.1094 260.1844 673.7031Q259.7625 673.28125 259.7625 672.6094L259.7625 672.25ZM260.45 672.6406Q260.45 673.0156 260.65314 673.2656Q260.8719 673.5156 261.23126 673.5156Q261.59064 673.5156 261.79376 673.28125Q262.0125 673.03125 262.0125 672.625L262.0125 672.25Q262.0125 671.875 261.79376 671.625Q261.575 671.375 261.23126 671.375Q260.8719 671.375 260.65314 671.625Q260.45 671.8594 260.45 672.28125L260.45 672.6406ZM257.98126 673.46875L257.46564 673.1406L260.9344 667.5781L261.45 667.90625L257.98126 673.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M309.9866 730.01666Q309.9866 729.25104 310.47098 728.75104Q310.97098 728.25104 311.7366 728.25104Q312.51785 728.25104 313.00223 728.75104Q313.4866 729.25104 313.4866 730.0479L313.4866 730.4698Q313.4866 731.2354 312.9866 731.7354Q312.50223 732.2198 311.75223 732.2198Q310.9866 732.2198 310.4866 731.7354Q309.9866 731.2354 309.9866 730.4229L309.9866 730.01666ZM310.7991 730.4698Q310.7991 730.9229 311.0491 731.2198Q311.31473 731.51666 311.75223 731.51666Q312.1741 731.51666 312.4241 731.2354Q312.6741 730.93854 312.6741 730.43854L312.6741 730.01666Q312.6741 729.56354 312.4241 729.26666Q312.1741 728.95416 311.7366 728.95416Q311.2991 728.95416 311.0491 729.26666Q310.7991 729.56354 310.7991 730.0323L310.7991 730.4698ZM314.14285 734.81354Q314.14285 734.0479 314.62723 733.56354Q315.12723 733.06354 315.89285 733.06354Q316.65848 733.06354 317.14285 733.56354Q317.64285 734.0479 317.64285 734.8604L317.64285 735.26666Q317.64285 736.0323 317.15848 736.5323Q316.6741 737.0323 315.90848 737.0323Q315.14285 737.0323 314.64285 736.5479Q314.14285 736.0479 314.14285 735.2354L314.14285 734.81354ZM314.95535 735.26666Q314.95535 735.7354 315.20535 736.0323Q315.47098 736.32916 315.90848 736.32916Q316.33035 736.32916 316.58035 736.0479Q316.83035 735.75104 316.83035 735.25104L316.83035 734.81354Q316.83035 734.3448 316.56473 734.06354Q316.31473 733.76666 315.89285 733.76666Q315.47098 733.76666 315.20535 734.06354Q314.95535 734.3448 314.95535 734.8448L314.95535 735.26666ZM312.00223 736.26666L311.37723 735.87604L315.5491 729.20416L316.15848 729.5948L312.00223 736.26666ZM321.90848 733.6729Q321.90848 732.75104 322.26785 732.00104Q322.64285 731.25104 323.2991 730.8604Q323.95535 730.45416 324.78348 730.45416Q326.08035 730.45416 326.87723 731.3448Q327.68973 732.2354 327.68973 733.7354L327.68973 733.81354Q327.68973 734.7354 327.33035 735.4698Q326.97098 736.20416 326.31473 736.62604Q325.65848 737.0323 324.7991 737.0323Q323.51785 737.0323 322.70535 736.14166Q321.90848 735.2354 321.90848 733.75104L321.90848 733.6729ZM323.00223 733.81354Q323.00223 734.8604 323.4866 735.50104Q323.9866 736.14166 324.7991 736.14166Q325.62723 736.14166 326.1116 735.50104Q326.59598 734.8448 326.59598 733.6729Q326.59598 732.64166 326.09598 732.00104Q325.6116 731.3448 324.78348 731.3448Q323.9866 731.3448 323.4866 731.9854Q323.00223 732.6104 323.00223 733.81354ZM329.7366 736.9073L329.7366 731.4073L328.7366 731.4073L328.7366 730.56354L329.7366 730.56354L329.7366 729.9229Q329.7366 728.89166 330.26785 728.3448Q330.81473 727.7823 331.81473 727.7823Q332.18973 727.7823 332.56473 727.87604L332.50223 728.76666Q332.22098 728.70416 331.9241 728.70416Q331.39285 728.70416 331.09598 729.01666Q330.81473 729.32916 330.81473 729.89166L330.81473 730.56354L332.1741 730.56354L332.1741 731.4073L330.81473 731.4073L330.81473 736.9073L329.7366 736.9073ZM339.26785 731.5323Q339.01785 731.50104 338.7366 731.50104Q337.65848 731.50104 337.28348 732.4073L337.28348 736.9073L336.20535 736.9073L336.20535 730.56354L337.25223 730.56354L337.26785 731.2979Q337.7991 730.45416 338.78348 730.45416Q339.09598 730.45416 339.26785 730.5323L339.26785 731.5323ZM342.83035 737.0323Q341.53348 737.0323 340.72098 736.18854Q339.9241 735.32916 339.9241 733.9073L339.9241 733.7198Q339.9241 732.76666 340.28348 732.0323Q340.64285 731.2823 341.28348 730.87604Q341.93973 730.45416 342.68973 730.45416Q343.9241 730.45416 344.6116 731.26666Q345.2991 732.07916 345.2991 733.5948L345.2991 734.0479L341.00223 734.0479Q341.03348 734.9854 341.5491 735.56354Q342.08035 736.14166 342.89285 736.14166Q343.45535 736.14166 343.84598 735.9073Q344.25223 735.6729 344.56473 735.2823L345.22098 735.7979Q344.4241 737.0323 342.83035 737.0323ZM342.68973 731.3448Q342.03348 731.3448 341.58035 731.82916Q341.14285 732.2979 341.0491 733.1573L344.22098 733.1573L344.22098 733.07916Q344.1741 732.25104 343.76785 731.7979Q343.37723 731.3448 342.68973 731.3448ZM349.89285 735.2198Q349.89285 734.7823 349.5491 734.5479Q349.22098 734.2979 348.39285 734.12604Q347.58035 733.95416 347.09598 733.70416Q346.6116 733.45416 346.37723 733.12604Q346.15848 732.7823 346.15848 732.31354Q346.15848 731.5323 346.81473 731.00104Q347.47098 730.45416 348.50223 730.45416Q349.58035 730.45416 350.2366 731.01666Q350.90848 731.56354 350.90848 732.4229L349.83035 732.4229Q349.83035 731.9854 349.43973 731.6729Q349.06473 731.3448 348.50223 731.3448Q347.90848 731.3448 347.56473 731.6104Q347.2366 731.8604 347.2366 732.26666Q347.2366 732.6573 347.5491 732.8604Q347.8616 733.06354 348.6741 733.25104Q349.4866 733.4229 349.9866 733.6729Q350.4866 733.9229 350.72098 734.2823Q350.97098 734.64166 350.97098 735.14166Q350.97098 736.00104 350.28348 736.51666Q349.6116 737.0323 348.53348 737.0323Q347.76785 737.0323 347.1741 736.76666Q346.59598 736.4854 346.26785 736.00104Q345.93973 735.51666 345.93973 734.95416L347.01785 734.95416Q347.0491 735.50104 347.45535 735.82916Q347.8616 736.14166 348.53348 736.14166Q349.14285 736.14166 349.51785 735.89166Q349.89285 735.64166 349.89285 735.2198ZM357.5491 733.81354Q357.5491 735.25104 356.89285 736.14166Q356.2366 737.0323 355.09598 737.0323Q353.93973 737.0323 353.28348 736.2979L353.28348 739.3448L352.20535 739.3448L352.20535 730.56354L353.18973 730.56354L353.2366 731.26666Q353.90848 730.45416 355.08035 730.45416Q356.22098 730.45416 356.87723 731.31354Q357.5491 732.1729 357.5491 733.70416L357.5491 733.81354ZM356.47098 733.68854Q356.47098 732.6104 356.00223 732.00104Q355.5491 731.37604 354.75223 731.37604Q353.76785 731.37604 353.28348 732.2354L353.28348 735.26666Q353.76785 736.14166 354.76785 736.14166Q355.5491 736.14166 356.00223 735.5323Q356.47098 734.9073 356.47098 733.68854ZM358.90848 733.6729Q358.90848 732.75104 359.26785 732.00104Q359.64285 731.25104 360.2991 730.8604Q360.95535 730.45416 361.78348 730.45416Q363.08035 730.45416 363.87723 731.3448Q364.68973 732.2354 364.68973 733.7354L364.68973 733.81354Q364.68973 734.7354 364.33035 735.4698Q363.97098 736.20416 363.31473 736.62604Q362.65848 737.0323 361.7991 737.0323Q360.51785 737.0323 359.70535 736.14166Q358.90848 735.2354 358.90848 733.75104L358.90848 733.6729ZM360.00223 733.81354Q360.00223 734.8604 360.4866 735.50104Q360.9866 736.14166 361.7991 736.14166Q362.62723 736.14166 363.1116 735.50104Q363.59598 734.8448 363.59598 733.6729Q363.59598 732.64166 363.09598 732.00104Q362.6116 731.3448 361.78348 731.3448Q360.9866 731.3448 360.4866 731.9854Q360.00223 732.6104 360.00223 733.81354ZM367.22098 730.56354L367.25223 731.3604Q367.9866 730.45416 369.15848 730.45416Q371.1741 730.45416 371.18973 732.7198L371.18973 736.9073L370.09598 736.9073L370.09598 732.70416Q370.09598 732.0323 369.78348 731.70416Q369.4866 731.37604 368.83035 731.37604Q368.2991 731.37604 367.89285 731.6573Q367.50223 731.93854 367.28348 732.39166L367.28348 736.9073L366.20535 736.9073L366.20535 730.56354L367.22098 730.56354ZM372.93973 733.68854Q372.93973 732.2198 373.62723 731.3448Q374.31473 730.45416 375.43973 730.45416Q376.5491 730.45416 377.20535 731.20416L377.20535 727.9073L378.28348 727.9073L378.28348 736.9073L377.28348 736.9073L377.2366 736.2198Q376.58035 737.0323 375.4241 737.0323Q374.33035 737.0323 373.62723 736.12604Q372.93973 735.2198 372.93973 733.76666L372.93973 733.68854ZM374.01785 733.81354Q374.01785 734.89166 374.45535 735.50104Q374.90848 736.1104 375.68973 736.1104Q376.72098 736.1104 377.20535 735.1729L377.20535 732.26666Q376.72098 731.37604 375.70535 731.37604Q374.90848 731.37604 374.45535 731.9854Q374.01785 732.5948 374.01785 733.81354ZM382.83035 737.0323Q381.53348 737.0323 380.72098 736.18854Q379.9241 735.32916 379.9241 733.9073L379.9241 733.7198Q379.9241 732.76666 380.28348 732.0323Q380.64285 731.2823 381.28348 730.87604Q381.93973 730.45416 382.68973 730.45416Q383.9241 730.45416 384.6116 731.26666Q385.2991 732.07916 385.2991 733.5948L385.2991 734.0479L381.00223 734.0479Q381.03348 734.9854 381.5491 735.56354Q382.08035 736.14166 382.89285 736.14166Q383.45535 736.14166 383.84598 735.9073Q384.25223 735.6729 384.56473 735.2823L385.22098 735.7979Q384.4241 737.0323 382.83035 737.0323ZM382.68973 731.3448Q382.03348 731.3448 381.58035 731.82916Q381.14285 732.2979 381.0491 733.1573L384.22098 733.1573L384.22098 733.07916Q384.1741 732.25104 383.76785 731.7979Q383.37723 731.3448 382.68973 731.3448ZM387.22098 730.56354L387.25223 731.3604Q387.9866 730.45416 389.15848 730.45416Q391.1741 730.45416 391.18973 732.7198L391.18973 736.9073L390.09598 736.9073L390.09598 732.70416Q390.09598 732.0323 389.78348 731.70416Q389.4866 731.37604 388.83035 731.37604Q388.2991 731.37604 387.89285 731.6573Q387.50223 731.93854 387.28348 732.39166L387.28348 736.9073L386.20535 736.9073L386.20535 730.56354L387.22098 730.56354ZM394.6741 729.0323L394.6741 730.56354L395.84598 730.56354L395.84598 731.4073L394.6741 731.4073L394.6741 735.32916Q394.6741 735.7198 394.83035 735.9073Q394.9866 736.0948 395.3616 736.0948Q395.5491 736.0948 395.87723 736.0323L395.87723 736.9073Q395.45535 737.0323 395.0491 737.0323Q394.33035 737.0323 393.95535 736.5948Q393.58035 736.14166 393.58035 735.32916L393.58035 731.4073L392.4241 731.4073L392.4241 730.56354L393.58035 730.56354L393.58035 729.0323L394.6741 729.0323ZM400.89285 735.2198Q400.89285 734.7823 400.5491 734.5479Q400.22098 734.2979 399.39285 734.12604Q398.58035 733.95416 398.09598 733.70416Q397.6116 733.45416 397.37723 733.12604Q397.15848 732.7823 397.15848 732.31354Q397.15848 731.5323 397.81473 731.00104Q398.47098 730.45416 399.50223 730.45416Q400.58035 730.45416 401.2366 731.01666Q401.90848 731.56354 401.90848 732.4229L400.83035 732.4229Q400.83035 731.9854 400.43973 731.6729Q400.06473 731.3448 399.50223 731.3448Q398.90848 731.3448 398.56473 731.6104Q398.2366 731.8604 398.2366 732.26666Q398.2366 732.6573 398.5491 732.8604Q398.8616 733.06354 399.6741 733.25104Q400.4866 733.4229 400.9866 733.6729Q401.4866 733.9229 401.72098 734.2823Q401.97098 734.64166 401.97098 735.14166Q401.97098 736.00104 401.28348 736.51666Q400.6116 737.0323 399.53348 737.0323Q398.76785 737.0323 398.1741 736.76666Q397.59598 736.4854 397.26785 736.00104Q396.93973 735.51666 396.93973 734.95416L398.01785 734.95416Q398.0491 735.50104 398.45535 735.82916Q398.8616 736.14166 399.53348 736.14166Q400.14285 736.14166 400.51785 735.89166Q400.89285 735.64166 400.89285 735.2198ZM411.81473 735.4073L413.03348 730.56354L414.1116 730.56354L412.26785 736.9073L411.39285 736.9073L409.84598 732.0948L408.34598 736.9073L407.47098 736.9073L405.62723 730.56354L406.70535 730.56354L407.95535 735.31354L409.43973 730.56354L410.2991 730.56354L411.81473 735.4073ZM416.28348 731.32916Q417.00223 730.45416 418.15848 730.45416Q420.1741 730.45416 420.18973 732.7198L420.18973 736.9073L419.09598 736.9073L419.09598 732.70416Q419.09598 732.0323 418.78348 731.70416Q418.4866 731.37604 417.83035 731.37604Q417.2991 731.37604 416.89285 731.6573Q416.50223 731.93854 416.28348 732.39166L416.28348 736.9073L415.20535 736.9073L415.20535 727.9073L416.28348 727.9073L416.28348 731.32916ZM421.90848 733.6729Q421.90848 732.75104 422.26785 732.00104Q422.64285 731.25104 423.2991 730.8604Q423.95535 730.45416 424.78348 730.45416Q426.08035 730.45416 426.87723 731.3448Q427.68973 732.2354 427.68973 733.7354L427.68973 733.81354Q427.68973 734.7354 427.33035 735.4698Q426.97098 736.20416 426.31473 736.62604Q425.65848 737.0323 424.7991 737.0323Q423.51785 737.0323 422.70535 736.14166Q421.90848 735.2354 421.90848 733.75104L421.90848 733.6729ZM423.00223 733.81354Q423.00223 734.8604 423.4866 735.50104Q423.9866 736.14166 424.7991 736.14166Q425.62723 736.14166 426.1116 735.50104Q426.59598 734.8448 426.59598 733.6729Q426.59598 732.64166 426.09598 732.00104Q425.6116 731.3448 424.78348 731.3448Q423.9866 731.3448 423.4866 731.9854Q423.00223 732.6104 423.00223 733.81354ZM436.1116 736.9073Q436.01785 736.7198 435.95535 736.2354Q435.20535 737.0323 434.15848 737.0323Q433.22098 737.0323 432.6116 736.50104Q432.01785 735.9698 432.01785 735.14166Q432.01785 734.1573 432.76785 733.6104Q433.51785 733.06354 434.89285 733.06354L435.93973 733.06354L435.93973 732.56354Q435.93973 732.00104 435.59598 731.6729Q435.26785 731.32916 434.59598 731.32916Q434.01785 731.32916 433.62723 731.62604Q433.2366 731.9073 433.2366 732.32916L432.14285 732.32916Q432.14285 731.8448 432.47098 731.4073Q432.81473 730.9698 433.39285 730.7198Q433.97098 730.45416 434.65848 730.45416Q435.76785 730.45416 436.37723 731.00104Q437.00223 731.5479 437.03348 732.50104L437.03348 735.4229Q437.03348 736.2979 437.25223 736.81354L437.25223 736.9073L436.1116 736.9073ZM434.31473 736.07916Q434.83035 736.07916 435.28348 735.81354Q435.7366 735.5479 435.93973 735.12604L435.93973 733.82916L435.09598 733.82916Q433.09598 733.82916 433.09598 735.00104Q433.09598 735.50104 433.43973 735.7979Q433.78348 736.07916 434.31473 736.07916ZM438.93973 733.68854Q438.93973 732.20416 439.62723 731.32916Q440.31473 730.45416 441.43973 730.45416Q442.59598 730.45416 443.25223 731.26666L443.2991 730.56354L444.2991 730.56354L444.2991 736.75104Q444.2991 737.9854 443.56473 738.68854Q442.83035 739.4073 441.6116 739.4073Q440.9241 739.4073 440.26785 739.1104Q439.6116 738.81354 439.26785 738.31354L439.83035 737.6573Q440.51785 738.51666 441.53348 738.51666Q442.31473 738.51666 442.75223 738.06354Q443.20535 737.62604 443.20535 736.81354L443.20535 736.26666Q442.5491 737.0323 441.4241 737.0323Q440.31473 737.0323 439.62723 736.14166Q438.93973 735.2354 438.93973 733.68854ZM440.03348 733.81354Q440.03348 734.87604 440.47098 735.50104Q440.90848 736.1104 441.70535 736.1104Q442.72098 736.1104 443.20535 735.1729L443.20535 732.2823Q442.70535 731.37604 441.70535 731.37604Q440.9241 731.37604 440.47098 731.9854Q440.03348 732.5948 440.03348 733.81354ZM449.26785 731.5323Q449.01785 731.50104 448.7366 731.50104Q447.65848 731.50104 447.28348 732.4073L447.28348 736.9073L446.20535 736.9073L446.20535 730.56354L447.25223 730.56354L447.26785 731.2979Q447.7991 730.45416 448.78348 730.45416Q449.09598 730.45416 449.26785 730.5323L449.26785 731.5323ZM452.83035 737.0323Q451.53348 737.0323 450.72098 736.18854Q449.9241 735.32916 449.9241 733.9073L449.9241 733.7198Q449.9241 732.76666 450.28348 732.0323Q450.64285 731.2823 451.28348 730.87604Q451.93973 730.45416 452.68973 730.45416Q453.9241 730.45416 454.6116 731.26666Q455.2991 732.07916 455.2991 733.5948L455.2991 734.0479L451.00223 734.0479Q451.03348 734.9854 451.5491 735.56354Q452.08035 736.14166 452.89285 736.14166Q453.45535 736.14166 453.84598 735.9073Q454.25223 735.6729 454.56473 735.2823L455.22098 735.7979Q454.4241 737.0323 452.83035 737.0323ZM452.68973 731.3448Q452.03348 731.3448 451.58035 731.82916Q451.14285 732.2979 451.0491 733.1573L454.22098 733.1573L454.22098 733.07916Q454.1741 732.25104 453.76785 731.7979Q453.37723 731.3448 452.68973 731.3448ZM458.83035 737.0323Q457.53348 737.0323 456.72098 736.18854Q455.9241 735.32916 455.9241 733.9073L455.9241 733.7198Q455.9241 732.76666 456.28348 732.0323Q456.64285 731.2823 457.28348 730.87604Q457.93973 730.45416 458.68973 730.45416Q459.9241 730.45416 460.6116 731.26666Q461.2991 732.07916 461.2991 733.5948L461.2991 734.0479L457.00223 734.0479Q457.03348 734.9854 457.5491 735.56354Q458.08035 736.14166 458.89285 736.14166Q459.45535 736.14166 459.84598 735.9073Q460.25223 735.6729 460.56473 735.2823L461.22098 735.7979Q460.4241 737.0323 458.83035 737.0323ZM458.68973 731.3448Q458.03348 731.3448 457.58035 731.82916Q457.14285 732.2979 457.0491 733.1573L460.22098 733.1573L460.22098 733.07916Q460.1741 732.25104 459.76785 731.7979Q459.37723 731.3448 458.68973 731.3448Z" fill-rule="nonzero"/><path fill="#666666" d="M63.703125 105.35586L62.578125 105.35586L62.578125 96.82461L63.703125 96.82461L63.703125 105.35586ZM73.9375 103.85586L75.15625 99.01211L76.234375 99.01211L74.390625 105.35586L73.515625 105.35586L71.96875 100.54336L70.46875 105.35586L69.59375 105.35586L67.75 99.01211L68.828125 99.01211L70.078125 103.76211L71.5625 99.01211L72.421875 99.01211L73.9375 103.85586ZM77.03125 102.12148Q77.03125 101.19961 77.390625 100.44961Q77.765625 99.69961 78.421875 99.30898Q79.078125 98.90273 79.90625 98.90273Q81.203125 98.90273 82.0 99.79336Q82.8125 100.68398 82.8125 102.18398L82.8125 102.26211Q82.8125 103.18398 82.453125 103.91836Q82.09375 104.65273 81.4375 105.07461Q80.78125 105.48086 79.921875 105.48086Q78.640625 105.48086 77.828125 104.59023Q77.03125 103.68398 77.03125 102.19961L77.03125 102.12148ZM78.125 102.26211Q78.125 103.30898 78.609375 103.94961Q79.109375 104.59023 79.921875 104.59023Q80.75 104.59023 81.234375 103.94961Q81.71875 103.29336 81.71875 102.12148Q81.71875 101.09023 81.21875 100.44961Q80.734375 99.79336 79.90625 99.79336Q79.109375 99.79336 78.609375 100.43398Q78.125 101.05898 78.125 102.26211ZM87.390625 99.98086Q87.140625 99.94961 86.859375 99.94961Q85.78125 99.94961 85.40625 100.85586L85.40625 105.35586L84.328125 105.35586L84.328125 99.01211L85.375 99.01211L85.390625 99.74648Q85.921875 98.90273 86.90625 98.90273Q87.21875 98.90273 87.390625 98.98086L87.390625 99.98086ZM90.09375 102.41836L89.40625 103.12148L89.40625 105.35586L88.328125 105.35586L88.328125 96.35586L89.40625 96.35586L89.40625 101.79336L89.984375 101.10586L91.96875 99.01211L93.28125 99.01211L90.8125 101.66836L93.578125 105.35586L92.296875 105.35586L90.09375 102.41836ZM97.03125 102.12148Q97.03125 101.19961 97.390625 100.44961Q97.765625 99.69961 98.421875 99.30898Q99.078125 98.90273 99.90625 98.90273Q101.203125 98.90273 102.0 99.79336Q102.8125 100.68398 102.8125 102.18398L102.8125 102.26211Q102.8125 103.18398 102.453125 103.91836Q102.09375 104.65273 101.4375 105.07461Q100.78125 105.48086 99.921875 105.48086Q98.640625 105.48086 97.828125 104.59023Q97.03125 103.68398 97.03125 102.19961L97.03125 102.12148ZM98.125 102.26211Q98.125 103.30898 98.609375 103.94961Q99.109375 104.59023 99.921875 104.59023Q100.75 104.59023 101.234375 103.94961Q101.71875 103.29336 101.71875 102.12148Q101.71875 101.09023 101.21875 100.44961Q100.734375 99.79336 99.90625 99.79336Q99.109375 99.79336 98.609375 100.43398Q98.125 101.05898 98.125 102.26211ZM105.34375 99.01211L105.375 99.80898Q106.109375 98.90273 107.28125 98.90273Q109.296875 98.90273 109.3125 101.16836L109.3125 105.35586L108.21875 105.35586L108.21875 101.15273Q108.21875 100.48086 107.90625 100.15273Q107.609375 99.82461 106.953125 99.82461Q106.421875 99.82461 106.015625 100.10586Q105.625 100.38711 105.40625 100.84023L105.40625 105.35586L104.328125 105.35586L104.328125 99.01211L105.34375 99.01211ZM118.234375 105.35586Q118.140625 105.16836 118.078125 104.68398Q117.328125 105.48086 116.28125 105.48086Q115.34375 105.48086 114.734375 104.94961Q114.140625 104.41836 114.140625 103.59023Q114.140625 102.60586 114.890625 102.05898Q115.640625 101.51211 117.015625 101.51211L118.0625 101.51211L118.0625 101.01211Q118.0625 100.44961 117.71875 100.12148Q117.390625 99.77773 116.71875 99.77773Q116.140625 99.77773 115.75 100.07461Q115.359375 100.35586 115.359375 100.77773L114.265625 100.77773Q114.265625 100.29336 114.59375 99.85586Q114.9375 99.41836 115.515625 99.16836Q116.09375 98.90273 116.78125 98.90273Q117.890625 98.90273 118.5 99.44961Q119.125 99.99648 119.15625 100.94961L119.15625 103.87148Q119.15625 104.74648 119.375 105.26211L119.375 105.35586L118.234375 105.35586ZM116.4375 104.52773Q116.953125 104.52773 117.40625 104.26211Q117.859375 103.99648 118.0625 103.57461L118.0625 102.27773L117.21875 102.27773Q115.21875 102.27773 115.21875 103.44961Q115.21875 103.94961 115.5625 104.24648Q115.90625 104.52773 116.4375 104.52773ZM122.34375 99.01211L122.375 99.80898Q123.109375 98.90273 124.28125 98.90273Q126.296875 98.90273 126.3125 101.16836L126.3125 105.35586L125.21875 105.35586L125.21875 101.15273Q125.21875 100.48086 124.90625 100.15273Q124.609375 99.82461 123.953125 99.82461Q123.421875 99.82461 123.015625 100.10586Q122.625 100.38711 122.40625 100.84023L122.40625 105.35586L121.328125 105.35586L121.328125 99.01211L122.34375 99.01211ZM133.95312 105.48086Q132.65625 105.48086 131.84375 104.63711Q131.04688 103.77773 131.04688 102.35586L131.04688 102.16836Q131.04688 101.21523 131.40625 100.48086Q131.76562 99.73086 132.40625 99.32461Q133.0625 98.90273 133.8125 98.90273Q135.04688 98.90273 135.73438 99.71523Q136.42188 100.52773 136.42188 102.04336L136.42188 102.49648L132.125 102.49648Q132.15625 103.43398 132.67188 104.01211Q133.20312 104.59023 134.01562 104.59023Q134.57812 104.59023 134.96875 104.35586Q135.375 104.12148 135.6875 103.73086L136.34375 104.24648Q135.54688 105.48086 133.95312 105.48086ZM133.8125 99.79336Q133.15625 99.79336 132.70312 100.27773Q132.26562 100.74648 132.17188 101.60586L135.34375 101.60586L135.34375 101.52773Q135.29688 100.69961 134.89062 100.24648Q134.5 99.79336 133.8125 99.79336ZM139.45312 101.32461L140.85938 99.01211L142.125 99.01211L140.04688 102.15273L142.1875 105.35586L140.9375 105.35586L139.46875 102.98086L138.0 105.35586L136.73438 105.35586L138.875 102.15273L136.8125 99.01211L138.0625 99.01211L139.45312 101.32461ZM144.5 105.35586L143.42188 105.35586L143.42188 99.01211L144.5 99.01211L144.5 105.35586ZM143.32812 97.34023Q143.32812 97.07461 143.48438 96.88711Q143.65625 96.69961 143.96875 96.69961Q144.28125 96.69961 144.4375 96.88711Q144.60938 97.07461 144.60938 97.34023Q144.60938 97.59023 144.4375 97.77773Q144.28125 97.94961 143.96875 97.94961Q143.65625 97.94961 143.48438 97.77773Q143.32812 97.59023 143.32812 97.34023ZM150.01562 103.66836Q150.01562 103.23086 149.67188 102.99648Q149.34375 102.74648 148.51562 102.57461Q147.70312 102.40273 147.21875 102.15273Q146.73438 101.90273 146.5 101.57461Q146.28125 101.23086 146.28125 100.76211Q146.28125 99.98086 146.9375 99.44961Q147.59375 98.90273 148.625 98.90273Q149.70312 98.90273 150.35938 99.46523Q151.03125 100.01211 151.03125 100.87148L149.95312 100.87148Q149.95312 100.43398 149.5625 100.12148Q149.1875 99.79336 148.625 99.79336Q148.03125 99.79336 147.6875 100.05898Q147.35938 100.30898 147.35938 100.71523Q147.35938 101.10586 147.67188 101.30898Q147.98438 101.51211 148.79688 101.69961Q149.60938 101.87148 150.10938 102.12148Q150.60938 102.37148 150.84375 102.73086Q151.09375 103.09023 151.09375 103.59023Q151.09375 104.44961 150.40625 104.96523Q149.73438 105.48086 148.65625 105.48086Q147.89062 105.48086 147.29688 105.21523Q146.71875 104.93398 146.39062 104.44961Q146.0625 103.96523 146.0625 103.40273L147.14062 103.40273Q147.17188 103.94961 147.57812 104.27773Q147.98438 104.59023 148.65625 104.59023Q149.26562 104.59023 149.64062 104.34023Q150.01562 104.09023 150.01562 103.66836ZM153.79688 97.48086L153.79688 99.01211L154.96875 99.01211L154.96875 99.85586L153.79688 99.85586L153.79688 103.77773Q153.79688 104.16836 153.95312 104.35586Q154.10938 104.54336 154.48438 104.54336Q154.67188 104.54336 155.0 104.48086L155.0 105.35586Q154.57812 105.48086 154.17188 105.48086Q153.45312 105.48086 153.07812 105.04336Q152.70312 104.59023 152.70312 103.77773L152.70312 99.85586L151.54688 99.85586L151.54688 99.01211L152.70312 99.01211L152.70312 97.48086L153.79688 97.48086ZM157.5 105.35586L156.42188 105.35586L156.42188 99.01211L157.5 99.01211L157.5 105.35586ZM156.32812 97.34023Q156.32812 97.07461 156.48438 96.88711Q156.65625 96.69961 156.96875 96.69961Q157.28125 96.69961 157.4375 96.88711Q157.60938 97.07461 157.60938 97.34023Q157.60938 97.59023 157.4375 97.77773Q157.28125 97.94961 156.96875 97.94961Q156.65625 97.94961 156.48438 97.77773Q156.32812 97.59023 156.32812 97.34023ZM160.34375 99.01211L160.375 99.80898Q161.10938 98.90273 162.28125 98.90273Q164.29688 98.90273 164.3125 101.16836L164.3125 105.35586L163.21875 105.35586L163.21875 101.15273Q163.21875 100.48086 162.90625 100.15273Q162.60938 99.82461 161.95312 99.82461Q161.42188 99.82461 161.01562 100.10586Q160.625 100.38711 160.40625 100.84023L160.40625 105.35586L159.32812 105.35586L159.32812 99.01211L160.34375 99.01211ZM166.0625 102.13711Q166.0625 100.65273 166.75 99.77773Q167.4375 98.90273 168.5625 98.90273Q169.71875 98.90273 170.375 99.71523L170.42188 99.01211L171.42188 99.01211L171.42188 105.19961Q171.42188 106.43398 170.6875 107.13711Q169.95312 107.85586 168.73438 107.85586Q168.04688 107.85586 167.39062 107.55898Q166.73438 107.26211 166.39062 106.76211L166.95312 106.10586Q167.64062 106.96523 168.65625 106.96523Q169.4375 106.96523 169.875 106.51211Q170.32812 106.07461 170.32812 105.26211L170.32812 104.71523Q169.67188 105.48086 168.54688 105.48086Q167.4375 105.48086 166.75 104.59023Q166.0625 103.68398 166.0625 102.13711ZM167.15625 102.26211Q167.15625 103.32461 167.59375 103.94961Q168.03125 104.55898 168.82812 104.55898Q169.84375 104.55898 170.32812 103.62148L170.32812 100.73086Q169.82812 99.82461 168.82812 99.82461Q168.04688 99.82461 167.59375 100.43398Q167.15625 101.04336 167.15625 102.26211Z" fill-rule="nonzero"/><path fill="#666666" d="M43.671875 117.26211Q43.671875 118.69961 43.015625 119.59023Q42.359375 120.48086 41.21875 120.48086Q40.0625 120.48086 39.40625 119.74648L39.40625 122.79336L38.328125 122.79336L38.328125 114.01211L39.3125 114.01211L39.359375 114.71523Q40.03125 113.90273 41.203125 113.90273Q42.34375 113.90273 43.0 114.76211Q43.671875 115.62148 43.671875 117.15273L43.671875 117.26211ZM42.59375 117.13711Q42.59375 116.05898 42.125 115.44961Q41.671875 114.82461 40.875 114.82461Q39.890625 114.82461 39.40625 115.68398L39.40625 118.71523Q39.890625 119.59023 40.890625 119.59023Q41.671875 119.59023 42.125 118.98086Q42.59375 118.35586 42.59375 117.13711ZM48.390625 114.98086Q48.140625 114.94961 47.859375 114.94961Q46.78125 114.94961 46.40625 115.85586L46.40625 120.35586L45.328125 120.35586L45.328125 114.01211L46.375 114.01211L46.390625 114.74648Q46.921875 113.90273 47.90625 113.90273Q48.21875 113.90273 48.390625 113.98086L48.390625 114.98086ZM49.03125 117.12148Q49.03125 116.19961 49.390625 115.44961Q49.765625 114.69961 50.421875 114.30898Q51.078125 113.90273 51.90625 113.90273Q53.203125 113.90273 54.0 114.79336Q54.8125 115.68398 54.8125 117.18398L54.8125 117.26211Q54.8125 118.18398 54.453125 118.91836Q54.09375 119.65273 53.4375 120.07461Q52.78125 120.48086 51.921875 120.48086Q50.640625 120.48086 49.828125 119.59023Q49.03125 118.68398 49.03125 117.19961L49.03125 117.12148ZM50.125 117.26211Q50.125 118.30898 50.609375 118.94961Q51.109375 119.59023 51.921875 119.59023Q52.75 119.59023 53.234375 118.94961Q53.71875 118.29336 53.71875 117.12148Q53.71875 116.09023 53.21875 115.44961Q52.734375 114.79336 51.90625 114.79336Q51.109375 114.79336 50.609375 115.43398Q50.125 116.05898 50.125 117.26211ZM57.4375 114.01211L57.4375 121.09023Q57.4375 122.91836 55.78125 122.91836Q55.421875 122.91836 55.125 122.80898L55.125 121.94961Q55.3125 121.99648 55.609375 121.99648Q55.96875 121.99648 56.15625 121.79336Q56.359375 121.60586 56.359375 121.10586L56.359375 114.01211L57.4375 114.01211ZM56.25 112.34023Q56.25 112.07461 56.40625 111.88711Q56.5625 111.69961 56.875 111.69961Q57.1875 111.69961 57.34375 111.88711Q57.515625 112.07461 57.515625 112.34023Q57.515625 112.59023 57.34375 112.77773Q57.1875 112.94961 56.875 112.94961Q56.5625 112.94961 56.40625 112.77773Q56.25 112.59023 56.25 112.34023ZM61.953125 120.48086Q60.65625 120.48086 59.84375 119.63711Q59.046875 118.77773 59.046875 117.35586L59.046875 117.16836Q59.046875 116.21523 59.40625 115.48086Q59.765625 114.73086 60.40625 114.32461Q61.0625 113.90273 61.8125 113.90273Q63.046875 113.90273 63.734375 114.71523Q64.421875 115.52773 64.421875 117.04336L64.421875 117.49648L60.125 117.49648Q60.15625 118.43398 60.671875 119.01211Q61.203125 119.59023 62.015625 119.59023Q62.578125 119.59023 62.96875 119.35586Q63.375 119.12148 63.6875 118.73086L64.34375 119.24648Q63.546875 120.48086 61.953125 120.48086ZM61.8125 114.79336Q61.15625 114.79336 60.703125 115.27773Q60.265625 115.74648 60.171875 116.60586L63.34375 116.60586L63.34375 116.52773Q63.296875 115.69961 62.890625 115.24648Q62.5 114.79336 61.8125 114.79336ZM67.859375 119.59023Q68.4375 119.59023 68.875 119.24648Q69.3125 118.88711 69.359375 118.35586L70.390625 118.35586Q70.359375 118.90273 70.0 119.40273Q69.65625 119.88711 69.078125 120.18398Q68.515625 120.48086 67.859375 120.48086Q66.5625 120.48086 65.796875 119.62148Q65.046875 118.74648 65.046875 117.24648L65.046875 117.05898Q65.046875 116.13711 65.375 115.41836Q65.71875 114.69961 66.34375 114.30898Q66.984375 113.90273 67.859375 113.90273Q68.921875 113.90273 69.625 114.54336Q70.34375 115.16836 70.390625 116.19961L69.359375 116.19961Q69.3125 115.57461 68.890625 115.18398Q68.46875 114.79336 67.859375 114.79336Q67.03125 114.79336 66.578125 115.38711Q66.125 115.98086 66.125 117.10586L66.125 117.30898Q66.125 118.40273 66.578125 118.99648Q67.03125 119.59023 67.859375 119.59023ZM72.796875 112.48086L72.796875 114.01211L73.96875 114.01211L73.96875 114.85586L72.796875 114.85586L72.796875 118.77773Q72.796875 119.16836 72.953125 119.35586Q73.109375 119.54336 73.484375 119.54336Q73.671875 119.54336 74.0 119.48086L74.0 120.35586Q73.578125 120.48086 73.171875 120.48086Q72.453125 120.48086 72.078125 120.04336Q71.703125 119.59023 71.703125 118.77773L71.703125 114.85586L70.546875 114.85586L70.546875 114.01211L71.703125 114.01211L71.703125 112.48086L72.796875 112.48086ZM83.9375 118.85586L85.15625 114.01211L86.234375 114.01211L84.390625 120.35586L83.515625 120.35586L81.96875 115.54336L80.46875 120.35586L79.59375 120.35586L77.75 114.01211L78.828125 114.01211L80.078125 118.76211L81.5625 114.01211L82.421875 114.01211L83.9375 118.85586ZM90.390625 114.98086Q90.140625 114.94961 89.859375 114.94961Q88.78125 114.94961 88.40625 115.85586L88.40625 120.35586L87.328125 120.35586L87.328125 114.01211L88.375 114.01211L88.390625 114.74648Q88.921875 113.90273 89.90625 113.90273Q90.21875 113.90273 90.390625 113.98086L90.390625 114.98086ZM92.5 120.35586L91.421875 120.35586L91.421875 114.01211L92.5 114.01211L92.5 120.35586ZM91.328125 112.34023Q91.328125 112.07461 91.484375 111.88711Q91.65625 111.69961 91.96875 111.69961Q92.28125 111.69961 92.4375 111.88711Q92.609375 112.07461 92.609375 112.34023Q92.609375 112.59023 92.4375 112.77773Q92.28125 112.94961 91.96875 112.94961Q91.65625 112.94961 91.484375 112.77773Q91.328125 112.59023 91.328125 112.34023ZM95.796875 112.48086L95.796875 114.01211L96.96875 114.01211L96.96875 114.85586L95.796875 114.85586L95.796875 118.77773Q95.796875 119.16836 95.953125 119.35586Q96.109375 119.54336 96.484375 119.54336Q96.671875 119.54336 97.0 119.48086L97.0 120.35586Q96.578125 120.48086 96.171875 120.48086Q95.453125 120.48086 95.078125 120.04336Q94.703125 119.59023 94.703125 118.77773L94.703125 114.85586L93.546875 114.85586L93.546875 114.01211L94.703125 114.01211L94.703125 112.48086L95.796875 112.48086ZM99.796875 112.48086L99.796875 114.01211L100.96875 114.01211L100.96875 114.85586L99.796875 114.85586L99.796875 118.77773Q99.796875 119.16836 99.953125 119.35586Q100.109375 119.54336 100.484375 119.54336Q100.671875 119.54336 101.0 119.48086L101.0 120.35586Q100.578125 120.48086 100.171875 120.48086Q99.453125 120.48086 99.078125 120.04336Q98.703125 119.59023 98.703125 118.77773L98.703125 114.85586L97.546875 114.85586L97.546875 114.01211L98.703125 114.01211L98.703125 112.48086L99.796875 112.48086ZM104.953125 120.48086Q103.65625 120.48086 102.84375 119.63711Q102.046875 118.77773 102.046875 117.35586L102.046875 117.16836Q102.046875 116.21523 102.40625 115.48086Q102.765625 114.73086 103.40625 114.32461Q104.0625 113.90273 104.8125 113.90273Q106.046875 113.90273 106.734375 114.71523Q107.421875 115.52773 107.421875 117.04336L107.421875 117.49648L103.125 117.49648Q103.15625 118.43398 103.671875 119.01211Q104.203125 119.59023 105.015625 119.59023Q105.578125 119.59023 105.96875 119.35586Q106.375 119.12148 106.6875 118.73086L107.34375 119.24648Q106.546875 120.48086 104.953125 120.48086ZM104.8125 114.79336Q104.15625 114.79336 103.703125 115.27773Q103.265625 115.74648 103.171875 116.60586L106.34375 116.60586L106.34375 116.52773Q106.296875 115.69961 105.890625 115.24648Q105.5 114.79336 104.8125 114.79336ZM109.34375 114.01211L109.375 114.80898Q110.109375 113.90273 111.28125 113.90273Q113.296875 113.90273 113.3125 116.16836L113.3125 120.35586L112.21875 120.35586L112.21875 116.15273Q112.21875 115.48086 111.90625 115.15273Q111.609375 114.82461 110.953125 114.82461Q110.421875 114.82461 110.015625 115.10586Q109.625 115.38711 109.40625 115.84023L109.40625 120.35586L108.328125 120.35586L108.328125 114.01211L109.34375 114.01211ZM119.5 120.35586L118.421875 120.35586L118.421875 114.01211L119.5 114.01211L119.5 120.35586ZM118.328125 112.34023Q118.328125 112.07461 118.484375 111.88711Q118.65625 111.69961 118.96875 111.69961Q119.28125 111.69961 119.4375 111.88711Q119.609375 112.07461 119.609375 112.34023Q119.609375 112.59023 119.4375 112.77773Q119.28125 112.94961 118.96875 112.94961Q118.65625 112.94961 118.484375 112.77773Q118.328125 112.59023 118.328125 112.34023ZM122.34375 114.01211L122.375 114.80898Q123.109375 113.90273 124.28125 113.90273Q126.296875 113.90273 126.3125 116.16836L126.3125 120.35586L125.21875 120.35586L125.21875 116.15273Q125.21875 115.48086 124.90625 115.15273Q124.609375 114.82461 123.953125 114.82461Q123.421875 114.82461 123.015625 115.10586Q122.625 115.38711 122.40625 115.84023L122.40625 120.35586L121.328125 120.35586L121.328125 114.01211L122.34375 114.01211ZM135.23438 120.35586Q135.14062 120.16836 135.07812 119.68398Q134.32812 120.48086 133.28125 120.48086Q132.34375 120.48086 131.73438 119.94961Q131.14062 119.41836 131.14062 118.59023Q131.14062 117.60586 131.89062 117.05898Q132.64062 116.51211 134.01562 116.51211L135.0625 116.51211L135.0625 116.01211Q135.0625 115.44961 134.71875 115.12148Q134.39062 114.77773 133.71875 114.77773Q133.14062 114.77773 132.75 115.07461Q132.35938 115.35586 132.35938 115.77773L131.26562 115.77773Q131.26562 115.29336 131.59375 114.85586Q131.9375 114.41836 132.51562 114.16836Q133.09375 113.90273 133.78125 113.90273Q134.89062 113.90273 135.5 114.44961Q136.125 114.99648 136.15625 115.94961L136.15625 118.87148Q136.15625 119.74648 136.375 120.26211L136.375 120.35586L135.23438 120.35586ZM133.4375 119.52773Q133.95312 119.52773 134.40625 119.26211Q134.85938 118.99648 135.0625 118.57461L135.0625 117.27773L134.21875 117.27773Q132.21875 117.27773 132.21875 118.44961Q132.21875 118.94961 132.5625 119.24648Q132.90625 119.52773 133.4375 119.52773ZM139.34375 114.01211L139.375 114.80898Q140.10938 113.90273 141.28125 113.90273Q143.29688 113.90273 143.3125 116.16836L143.3125 120.35586L142.21875 120.35586L142.21875 116.15273Q142.21875 115.48086 141.90625 115.15273Q141.60938 114.82461 140.95312 114.82461Q140.42188 114.82461 140.01562 115.10586Q139.625 115.38711 139.40625 115.84023L139.40625 120.35586L138.32812 120.35586L138.32812 114.01211L139.34375 114.01211ZM145.03125 117.12148Q145.03125 116.19961 145.39062 115.44961Q145.76562 114.69961 146.42188 114.30898Q147.07812 113.90273 147.90625 113.90273Q149.20312 113.90273 150.0 114.79336Q150.8125 115.68398 150.8125 117.18398L150.8125 117.26211Q150.8125 118.18398 150.45312 118.91836Q150.09375 119.65273 149.4375 120.07461Q148.78125 120.48086 147.92188 120.48086Q146.64062 120.48086 145.82812 119.59023Q145.03125 118.68398 145.03125 117.19961L145.03125 117.12148ZM146.125 117.26211Q146.125 118.30898 146.60938 118.94961Q147.10938 119.59023 147.92188 119.59023Q148.75 119.59023 149.23438 118.94961Q149.71875 118.29336 149.71875 117.12148Q149.71875 116.09023 149.21875 115.44961Q148.73438 114.79336 147.90625 114.79336Q147.10938 114.79336 146.60938 115.43398Q146.125 116.05898 146.125 117.26211ZM153.79688 112.48086L153.79688 114.01211L154.96875 114.01211L154.96875 114.85586L153.79688 114.85586L153.79688 118.77773Q153.79688 119.16836 153.95312 119.35586Q154.10938 119.54336 154.48438 119.54336Q154.67188 119.54336 155.0 119.48086L155.0 120.35586Q154.57812 120.48086 154.17188 120.48086Q153.45312 120.48086 153.07812 120.04336Q152.70312 119.59023 152.70312 118.77773L152.70312 114.85586L151.54688 114.85586L151.54688 114.01211L152.70312 114.01211L152.70312 112.48086L153.79688 112.48086ZM157.40625 114.77773Q158.125 113.90273 159.28125 113.90273Q161.29688 113.90273 161.3125 116.16836L161.3125 120.35586L160.21875 120.35586L160.21875 116.15273Q160.21875 115.48086 159.90625 115.15273Q159.60938 114.82461 158.95312 114.82461Q158.42188 114.82461 158.01562 115.10586Q157.625 115.38711 157.40625 115.84023L157.40625 120.35586L156.32812 120.35586L156.32812 111.35586L157.40625 111.35586L157.40625 114.77773ZM165.95312 120.48086Q164.65625 120.48086 163.84375 119.63711Q163.04688 118.77773 163.04688 117.35586L163.04688 117.16836Q163.04688 116.21523 163.40625 115.48086Q163.76562 114.73086 164.40625 114.32461Q165.0625 113.90273 165.8125 113.90273Q167.04688 113.90273 167.73438 114.71523Q168.42188 115.52773 168.42188 117.04336L168.42188 117.49648L164.125 117.49648Q164.15625 118.43398 164.67188 119.01211Q165.20312 119.59023 166.01562 119.59023Q166.57812 119.59023 166.96875 119.35586Q167.375 119.12148 167.6875 118.73086L168.34375 119.24648Q167.54688 120.48086 165.95312 120.48086ZM165.8125 114.79336Q165.15625 114.79336 164.70312 115.27773Q164.26562 115.74648 164.17188 116.60586L167.34375 116.60586L167.34375 116.52773Q167.29688 115.69961 166.89062 115.24648Q166.5 114.79336 165.8125 114.79336ZM172.39062 114.98086Q172.14062 114.94961 171.85938 114.94961Q170.78125 114.94961 170.40625 115.85586L170.40625 120.35586L169.32812 120.35586L169.32812 114.01211L170.375 114.01211L170.39062 114.74648Q170.92188 113.90273 171.90625 113.90273Q172.21875 113.90273 172.39062 113.98086L172.39062 114.98086Z" fill-rule="nonzero"/><path fill="#666666" d="M123.5 135.35585L122.421875 135.35585L122.421875 126.35585L123.5 126.35585L123.5 135.35585ZM129.23438 135.35585Q129.14062 135.16835 129.07812 134.68398Q128.32812 135.48085 127.28125 135.48085Q126.34375 135.48085 125.734375 134.9496Q125.140625 134.41835 125.140625 133.59023Q125.140625 132.60585 125.890625 132.05898Q126.640625 131.5121 128.01562 131.5121L129.0625 131.5121L129.0625 131.0121Q129.0625 130.4496 128.71875 130.12148Q128.39062 129.77773 127.71875 129.77773Q127.140625 129.77773 126.75 130.0746Q126.359375 130.35585 126.359375 130.77773L125.265625 130.77773Q125.265625 130.29335 125.59375 129.85585Q125.9375 129.41835 126.515625 129.16835Q127.09375 128.90273 127.78125 128.90273Q128.89062 128.90273 129.5 129.4496Q130.125 129.99648 130.15625 130.9496L130.15625 133.87148Q130.15625 134.74648 130.375 135.2621L130.375 135.35585L129.23438 135.35585ZM127.4375 134.52773Q127.953125 134.52773 128.40625 134.2621Q128.85938 133.99648 129.0625 133.5746L129.0625 132.27773L128.21875 132.27773Q126.21875 132.27773 126.21875 133.4496Q126.21875 133.9496 126.5625 134.24648Q126.90625 134.52773 127.4375 134.52773ZM133.34375 129.0121L133.375 129.80898Q134.10938 128.90273 135.28125 128.90273Q137.29688 128.90273 137.3125 131.16835L137.3125 135.35585L136.21875 135.35585L136.21875 131.15273Q136.21875 130.48085 135.90625 130.15273Q135.60938 129.8246 134.95312 129.8246Q134.42188 129.8246 134.01562 130.10585Q133.625 130.3871 133.40625 130.84023L133.40625 135.35585L132.32812 135.35585L132.32812 129.0121L133.34375 129.0121ZM139.0625 132.1371Q139.0625 130.65273 139.75 129.77773Q140.4375 128.90273 141.5625 128.90273Q142.71875 128.90273 143.375 129.71523L143.42188 129.0121L144.42188 129.0121L144.42188 135.1996Q144.42188 136.43398 143.6875 137.1371Q142.95312 137.85585 141.73438 137.85585Q141.04688 137.85585 140.39062 137.55898Q139.73438 137.2621 139.39062 136.7621L139.95312 136.10585Q140.64062 136.96523 141.65625 136.96523Q142.4375 136.96523 142.875 136.5121Q143.32812 136.0746 143.32812 135.2621L143.32812 134.71523Q142.67188 135.48085 141.54688 135.48085Q140.4375 135.48085 139.75 134.59023Q139.0625 133.68398 139.0625 132.1371ZM140.15625 132.2621Q140.15625 133.3246 140.59375 133.9496Q141.03125 134.55898 141.82812 134.55898Q142.84375 134.55898 143.32812 133.62148L143.32812 130.73085Q142.82812 129.8246 141.82812 129.8246Q141.04688 129.8246 140.59375 130.43398Q140.15625 131.04335 140.15625 132.2621ZM150.23438 134.73085Q149.60938 135.48085 148.375 135.48085Q147.35938 135.48085 146.82812 134.8871Q146.29688 134.29335 146.29688 133.1371L146.29688 129.0121L147.375 129.0121L147.375 133.10585Q147.375 134.55898 148.54688 134.55898Q149.79688 134.55898 150.20312 133.62148L150.20312 129.0121L151.29688 129.0121L151.29688 135.35585L150.26562 135.35585L150.23438 134.73085ZM157.23438 135.35585Q157.14062 135.16835 157.07812 134.68398Q156.32812 135.48085 155.28125 135.48085Q154.34375 135.48085 153.73438 134.9496Q153.14062 134.41835 153.14062 133.59023Q153.14062 132.60585 153.89062 132.05898Q154.64062 131.5121 156.01562 131.5121L157.0625 131.5121L157.0625 131.0121Q157.0625 130.4496 156.71875 130.12148Q156.39062 129.77773 155.71875 129.77773Q155.14062 129.77773 154.75 130.0746Q154.35938 130.35585 154.35938 130.77773L153.26562 130.77773Q153.26562 130.29335 153.59375 129.85585Q153.9375 129.41835 154.51562 129.16835Q155.09375 128.90273 155.78125 128.90273Q156.89062 128.90273 157.5 129.4496Q158.125 129.99648 158.15625 130.9496L158.15625 133.87148Q158.15625 134.74648 158.375 135.2621L158.375 135.35585L157.23438 135.35585ZM155.4375 134.52773Q155.95312 134.52773 156.40625 134.2621Q156.85938 133.99648 157.0625 133.5746L157.0625 132.27773L156.21875 132.27773Q154.21875 132.27773 154.21875 133.4496Q154.21875 133.9496 154.5625 134.24648Q154.90625 134.52773 155.4375 134.52773ZM160.0625 132.1371Q160.0625 130.65273 160.75 129.77773Q161.4375 128.90273 162.5625 128.90273Q163.71875 128.90273 164.375 129.71523L164.42188 129.0121L165.42188 129.0121L165.42188 135.1996Q165.42188 136.43398 164.6875 137.1371Q163.95312 137.85585 162.73438 137.85585Q162.04688 137.85585 161.39062 137.55898Q160.73438 137.2621 160.39062 136.7621L160.95312 136.10585Q161.64062 136.96523 162.65625 136.96523Q163.4375 136.96523 163.875 136.5121Q164.32812 136.0746 164.32812 135.2621L164.32812 134.71523Q163.67188 135.48085 162.54688 135.48085Q161.4375 135.48085 160.75 134.59023Q160.0625 133.68398 160.0625 132.1371ZM161.15625 132.2621Q161.15625 133.3246 161.59375 133.9496Q162.03125 134.55898 162.82812 134.55898Q163.84375 134.55898 164.32812 133.62148L164.32812 130.73085Q163.82812 129.8246 162.82812 129.8246Q162.04688 129.8246 161.59375 130.43398Q161.15625 131.04335 161.15625 132.2621ZM169.95312 135.48085Q168.65625 135.48085 167.84375 134.6371Q167.04688 133.77773 167.04688 132.35585L167.04688 132.16835Q167.04688 131.21523 167.40625 130.48085Q167.76562 129.73085 168.40625 129.3246Q169.0625 128.90273 169.8125 128.90273Q171.04688 128.90273 171.73438 129.71523Q172.42188 130.52773 172.42188 132.04335L172.42188 132.49648L168.125 132.49648Q168.15625 133.43398 168.67188 134.0121Q169.20312 134.59023 170.01562 134.59023Q170.57812 134.59023 170.96875 134.35585Q171.375 134.12148 171.6875 133.73085L172.34375 134.24648Q171.54688 135.48085 169.95312 135.48085ZM169.8125 129.79335Q169.15625 129.79335 168.70312 130.27773Q168.26562 130.74648 168.17188 131.60585L171.34375 131.60585L171.34375 131.52773Q171.29688 130.6996 170.89062 130.24648Q170.5 129.79335 169.8125 129.79335Z" fill-rule="nonzero"/><path fill="#666666" d="M45.9375 171.60347L48.734375 178.5566L51.515625 171.60347L52.984375 171.60347L52.984375 180.13472L51.859375 180.13472L51.859375 176.8066L51.96875 173.22847L49.15625 180.13472L48.296875 180.13472L45.5 173.2441L45.609375 176.8066L45.609375 180.13472L44.484375 180.13472L44.484375 171.60347L45.9375 171.60347ZM56.390625 178.54097L57.875 173.79097L59.03125 173.79097L56.484375 181.1191Q55.890625 182.69722 54.609375 182.69722L54.390625 182.6816L54.0 182.60347L54.0 181.72847L54.28125 181.7441Q54.84375 181.7441 55.140625 181.52534Q55.453125 181.3066 55.65625 180.71284L55.890625 180.0566L53.625 173.79097L54.8125 173.79097L56.390625 178.54097ZM68.671875 177.04097Q68.671875 178.47847 68.015625 179.3691Q67.359375 180.25972 66.21875 180.25972Q65.0625 180.25972 64.40625 179.52534L64.40625 182.57222L63.328125 182.57222L63.328125 173.79097L64.3125 173.79097L64.359375 174.4941Q65.03125 173.6816 66.203125 173.6816Q67.34375 173.6816 68.0 174.54097Q68.671875 175.40034 68.671875 176.9316L68.671875 177.04097ZM67.59375 176.91597Q67.59375 175.83784 67.125 175.22847Q66.671875 174.60347 65.875 174.60347Q64.890625 174.60347 64.40625 175.46284L64.40625 178.4941Q64.890625 179.3691 65.890625 179.3691Q66.671875 179.3691 67.125 178.75972Q67.59375 178.13472 67.59375 176.91597ZM73.390625 174.75972Q73.140625 174.72847 72.859375 174.72847Q71.78125 174.72847 71.40625 175.63472L71.40625 180.13472L70.328125 180.13472L70.328125 173.79097L71.375 173.79097L71.390625 174.52534Q71.921875 173.6816 72.90625 173.6816Q73.21875 173.6816 73.390625 173.75972L73.390625 174.75972ZM74.03125 176.90034Q74.03125 175.97847 74.390625 175.22847Q74.765625 174.47847 75.421875 174.08784Q76.078125 173.6816 76.90625 173.6816Q78.203125 173.6816 79.0 174.57222Q79.8125 175.46284 79.8125 176.96284L79.8125 177.04097Q79.8125 177.96284 79.453125 178.69722Q79.09375 179.4316 78.4375 179.85347Q77.78125 180.25972 76.921875 180.25972Q75.640625 180.25972 74.828125 179.3691Q74.03125 178.46284 74.03125 176.97847L74.03125 176.90034ZM75.125 177.04097Q75.125 178.08784 75.609375 178.72847Q76.109375 179.3691 76.921875 179.3691Q77.75 179.3691 78.234375 178.72847Q78.71875 178.07222 78.71875 176.90034Q78.71875 175.8691 78.21875 175.22847Q77.734375 174.57222 76.90625 174.57222Q76.109375 174.57222 75.609375 175.21284Q75.125 175.83784 75.125 177.04097ZM82.4375 173.79097L82.4375 180.8691Q82.4375 182.69722 80.78125 182.69722Q80.421875 182.69722 80.125 182.58784L80.125 181.72847Q80.3125 181.77534 80.609375 181.77534Q80.96875 181.77534 81.15625 181.57222Q81.359375 181.38472 81.359375 180.88472L81.359375 173.79097L82.4375 173.79097ZM81.25 172.1191Q81.25 171.85347 81.40625 171.66597Q81.5625 171.47847 81.875 171.47847Q82.1875 171.47847 82.34375 171.66597Q82.515625 171.85347 82.515625 172.1191Q82.515625 172.3691 82.34375 172.5566Q82.1875 172.72847 81.875 172.72847Q81.5625 172.72847 81.40625 172.5566Q81.25 172.3691 81.25 172.1191ZM86.953125 180.25972Q85.65625 180.25972 84.84375 179.41597Q84.046875 178.5566 84.046875 177.13472L84.046875 176.94722Q84.046875 175.9941 84.40625 175.25972Q84.765625 174.50972 85.40625 174.10347Q86.0625 173.6816 86.8125 173.6816Q88.046875 173.6816 88.734375 174.4941Q89.421875 175.3066 89.421875 176.82222L89.421875 177.27534L85.125 177.27534Q85.15625 178.21284 85.671875 178.79097Q86.203125 179.3691 87.015625 179.3691Q87.578125 179.3691 87.96875 179.13472Q88.375 178.90034 88.6875 178.50972L89.34375 179.02534Q88.546875 180.25972 86.953125 180.25972ZM86.8125 174.57222Q86.15625 174.57222 85.703125 175.0566Q85.265625 175.52534 85.171875 176.38472L88.34375 176.38472L88.34375 176.3066Q88.296875 175.47847 87.890625 175.02534Q87.5 174.57222 86.8125 174.57222ZM92.859375 179.3691Q93.4375 179.3691 93.875 179.02534Q94.3125 178.66597 94.359375 178.13472L95.390625 178.13472Q95.359375 178.6816 95.0 179.1816Q94.65625 179.66597 94.078125 179.96284Q93.515625 180.25972 92.859375 180.25972Q91.5625 180.25972 90.796875 179.40034Q90.046875 178.52534 90.046875 177.02534L90.046875 176.83784Q90.046875 175.91597 90.375 175.19722Q90.71875 174.47847 91.34375 174.08784Q91.984375 173.6816 92.859375 173.6816Q93.921875 173.6816 94.625 174.32222Q95.34375 174.94722 95.390625 175.97847L94.359375 175.97847Q94.3125 175.35347 93.890625 174.96284Q93.46875 174.57222 92.859375 174.57222Q92.03125 174.57222 91.578125 175.16597Q91.125 175.75972 91.125 176.88472L91.125 177.08784Q91.125 178.1816 91.578125 178.77534Q92.03125 179.3691 92.859375 179.3691ZM97.796875 172.25972L97.796875 173.79097L98.96875 173.79097L98.96875 174.63472L97.796875 174.63472L97.796875 178.5566Q97.796875 178.94722 97.953125 179.13472Q98.109375 179.32222 98.484375 179.32222Q98.671875 179.32222 99.0 179.25972L99.0 180.13472Q98.578125 180.25972 98.171875 180.25972Q97.453125 180.25972 97.078125 179.82222Q96.703125 179.3691 96.703125 178.5566L96.703125 174.63472L95.546875 174.63472L95.546875 173.79097L96.703125 173.79097L96.703125 172.25972L97.796875 172.25972ZM103.53125 180.8691L102.609375 180.8691L106.171875 171.60347L107.09375 171.60347L103.53125 180.8691ZM112.796875 172.25972L112.796875 173.79097L113.96875 173.79097L113.96875 174.63472L112.796875 174.63472L112.796875 178.5566Q112.796875 178.94722 112.953125 179.13472Q113.109375 179.32222 113.484375 179.32222Q113.671875 179.32222 114.0 179.25972L114.0 180.13472Q113.578125 180.25972 113.171875 180.25972Q112.453125 180.25972 112.078125 179.82222Q111.703125 179.3691 111.703125 178.5566L111.703125 174.63472L110.546875 174.63472L110.546875 173.79097L111.703125 173.79097L111.703125 172.25972L112.796875 172.25972ZM117.953125 180.25972Q116.65625 180.25972 115.84375 179.41597Q115.046875 178.5566 115.046875 177.13472L115.046875 176.94722Q115.046875 175.9941 115.40625 175.25972Q115.765625 174.50972 116.40625 174.10347Q117.0625 173.6816 117.8125 173.6816Q119.046875 173.6816 119.734375 174.4941Q120.421875 175.3066 120.421875 176.82222L120.421875 177.27534L116.125 177.27534Q116.15625 178.21284 116.671875 178.79097Q117.203125 179.3691 118.015625 179.3691Q118.578125 179.3691 118.96875 179.13472Q119.375 178.90034 119.6875 178.50972L120.34375 179.02534Q119.546875 180.25972 117.953125 180.25972ZM117.8125 174.57222Q117.15625 174.57222 116.703125 175.0566Q116.265625 175.52534 116.171875 176.38472L119.34375 176.38472L119.34375 176.3066Q119.296875 175.47847 118.890625 175.02534Q118.5 174.57222 117.8125 174.57222ZM125.234375 180.13472Q125.140625 179.94722 125.078125 179.46284Q124.328125 180.25972 123.28125 180.25972Q122.34375 180.25972 121.734375 179.72847Q121.140625 179.19722 121.140625 178.3691Q121.140625 177.38472 121.890625 176.83784Q122.640625 176.29097 124.015625 176.29097L125.0625 176.29097L125.0625 175.79097Q125.0625 175.22847 124.71875 174.90034Q124.390625 174.5566 123.71875 174.5566Q123.140625 174.5566 122.75 174.85347Q122.359375 175.13472 122.359375 175.5566L121.265625 175.5566Q121.265625 175.07222 121.59375 174.63472Q121.9375 174.19722 122.515625 173.94722Q123.09375 173.6816 123.78125 173.6816Q124.890625 173.6816 125.5 174.22847Q126.125 174.77534 126.15625 175.72847L126.15625 178.65034Q126.15625 179.52534 126.375 180.04097L126.375 180.13472L125.234375 180.13472ZM123.4375 179.3066Q123.953125 179.3066 124.40625 179.04097Q124.859375 178.77534 125.0625 178.35347L125.0625 177.0566L124.21875 177.0566Q122.21875 177.0566 122.21875 178.22847Q122.21875 178.72847 122.5625 179.02534Q122.90625 179.3066 123.4375 179.3066ZM129.34375 173.79097L129.375 174.4941Q130.0625 173.6816 131.25 173.6816Q132.57812 173.6816 133.0625 174.69722Q133.375 174.2441 133.875 173.96284Q134.39062 173.6816 135.07812 173.6816Q137.17188 173.6816 137.20312 175.88472L137.20312 180.13472L136.125 180.13472L136.125 175.94722Q136.125 175.27534 135.8125 174.94722Q135.5 174.60347 134.76562 174.60347Q134.15625 174.60347 133.75 174.96284Q133.35938 175.32222 133.29688 175.9316L133.29688 180.13472L132.21875 180.13472L132.21875 175.97847Q132.21875 174.60347 130.85938 174.60347Q129.79688 174.60347 129.40625 175.50972L129.40625 180.13472L128.3125 180.13472L128.3125 173.79097L129.34375 173.79097ZM142.53125 180.8691L141.60938 180.8691L145.17188 171.60347L146.09375 171.60347L142.53125 180.8691ZM151.5 180.13472L150.42188 180.13472L150.42188 171.13472L151.5 171.13472L151.5 180.13472ZM155.95312 180.25972Q154.65625 180.25972 153.84375 179.41597Q153.04688 178.5566 153.04688 177.13472L153.04688 176.94722Q153.04688 175.9941 153.40625 175.25972Q153.76562 174.50972 154.40625 174.10347Q155.0625 173.6816 155.8125 173.6816Q157.04688 173.6816 157.73438 174.4941Q158.42188 175.3066 158.42188 176.82222L158.42188 177.27534L154.125 177.27534Q154.15625 178.21284 154.67188 178.79097Q155.20312 179.3691 156.01562 179.3691Q156.57812 179.3691 156.96875 179.13472Q157.375 178.90034 157.6875 178.50972L158.34375 179.02534Q157.54688 180.25972 155.95312 180.25972ZM155.8125 174.57222Q155.15625 174.57222 154.70312 175.0566Q154.26562 175.52534 154.17188 176.38472L157.34375 176.38472L157.34375 176.3066Q157.29688 175.47847 156.89062 175.02534Q156.5 174.57222 155.8125 174.57222ZM163.23438 180.13472Q163.14062 179.94722 163.07812 179.46284Q162.32812 180.25972 161.28125 180.25972Q160.34375 180.25972 159.73438 179.72847Q159.14062 179.19722 159.14062 178.3691Q159.14062 177.38472 159.89062 176.83784Q160.64062 176.29097 162.01562 176.29097L163.0625 176.29097L163.0625 175.79097Q163.0625 175.22847 162.71875 174.90034Q162.39062 174.5566 161.71875 174.5566Q161.14062 174.5566 160.75 174.85347Q160.35938 175.13472 160.35938 175.5566L159.26562 175.5566Q159.26562 175.07222 159.59375 174.63472Q159.9375 174.19722 160.51562 173.94722Q161.09375 173.6816 161.78125 173.6816Q162.89062 173.6816 163.5 174.22847Q164.125 174.77534 164.15625 175.72847L164.15625 178.65034Q164.15625 179.52534 164.375 180.04097L164.375 180.13472L163.23438 180.13472ZM161.4375 179.3066Q161.95312 179.3066 162.40625 179.04097Q162.85938 178.77534 163.0625 178.35347L163.0625 177.0566L162.21875 177.0566Q160.21875 177.0566 160.21875 178.22847Q160.21875 178.72847 160.5625 179.02534Q160.90625 179.3066 161.4375 179.3066ZM166.0625 176.91597Q166.0625 175.44722 166.75 174.57222Q167.4375 173.6816 168.5625 173.6816Q169.67188 173.6816 170.32812 174.4316L170.32812 171.13472L171.40625 171.13472L171.40625 180.13472L170.40625 180.13472L170.35938 179.44722Q169.70312 180.25972 168.54688 180.25972Q167.45312 180.25972 166.75 179.35347Q166.0625 178.44722 166.0625 176.9941L166.0625 176.91597ZM167.14062 177.04097Q167.14062 178.1191 167.57812 178.72847Q168.03125 179.33784 168.8125 179.33784Q169.84375 179.33784 170.32812 178.40034L170.32812 175.4941Q169.84375 174.60347 168.82812 174.60347Q168.03125 174.60347 167.57812 175.21284Q167.14062 175.82222 167.14062 177.04097Z" fill-rule="nonzero"/><path fill="#666666" d="M42.671875 192.04097Q42.671875 193.47847 42.015625 194.3691Q41.359375 195.25972 40.21875 195.25972Q39.0625 195.25972 38.40625 194.52534L38.40625 197.57222L37.328125 197.57222L37.328125 188.79097L38.3125 188.79097L38.359375 189.4941Q39.03125 188.6816 40.203125 188.6816Q41.34375 188.6816 42.0 189.54097Q42.671875 190.40034 42.671875 191.9316L42.671875 192.04097ZM41.59375 191.91597Q41.59375 190.83784 41.125 190.22847Q40.671875 189.60347 39.875 189.60347Q38.890625 189.60347 38.40625 190.46284L38.40625 193.4941Q38.890625 194.3691 39.890625 194.3691Q40.671875 194.3691 41.125 193.75972Q41.59375 193.13472 41.59375 191.91597ZM47.390625 189.75972Q47.140625 189.72847 46.859375 189.72847Q45.78125 189.72847 45.40625 190.63472L45.40625 195.13472L44.328125 195.13472L44.328125 188.79097L45.375 188.79097L45.390625 189.52534Q45.921875 188.6816 46.90625 188.6816Q47.21875 188.6816 47.390625 188.75972L47.390625 189.75972ZM50.953125 195.25972Q49.65625 195.25972 48.84375 194.41597Q48.046875 193.5566 48.046875 192.13472L48.046875 191.94722Q48.046875 190.9941 48.40625 190.25972Q48.765625 189.50972 49.40625 189.10347Q50.0625 188.6816 50.8125 188.6816Q52.046875 188.6816 52.734375 189.4941Q53.421875 190.3066 53.421875 191.82222L53.421875 192.27534L49.125 192.27534Q49.15625 193.21284 49.671875 193.79097Q50.203125 194.3691 51.015625 194.3691Q51.578125 194.3691 51.96875 194.13472Q52.375 193.90034 52.6875 193.50972L53.34375 194.02534Q52.546875 195.25972 50.953125 195.25972ZM50.8125 189.57222Q50.15625 189.57222 49.703125 190.0566Q49.265625 190.52534 49.171875 191.38472L52.34375 191.38472L52.34375 191.3066Q52.296875 190.47847 51.890625 190.02534Q51.5 189.57222 50.8125 189.57222ZM54.859375 195.13472L54.859375 189.63472L53.859375 189.63472L53.859375 188.79097L54.859375 188.79097L54.859375 188.15034Q54.859375 187.1191 55.390625 186.57222Q55.9375 186.00972 56.9375 186.00972Q57.3125 186.00972 57.6875 186.10347L57.625 186.9941Q57.34375 186.9316 57.046875 186.9316Q56.515625 186.9316 56.21875 187.2441Q55.9375 187.5566 55.9375 188.1191L55.9375 188.79097L57.296875 188.79097L57.296875 189.63472L55.9375 189.63472L55.9375 195.13472L54.859375 195.13472ZM60.953125 195.25972Q59.65625 195.25972 58.84375 194.41597Q58.046875 193.5566 58.046875 192.13472L58.046875 191.94722Q58.046875 190.9941 58.40625 190.25972Q58.765625 189.50972 59.40625 189.10347Q60.0625 188.6816 60.8125 188.6816Q62.046875 188.6816 62.734375 189.4941Q63.421875 190.3066 63.421875 191.82222L63.421875 192.27534L59.125 192.27534Q59.15625 193.21284 59.671875 193.79097Q60.203125 194.3691 61.015625 194.3691Q61.578125 194.3691 61.96875 194.13472Q62.375 193.90034 62.6875 193.50972L63.34375 194.02534Q62.546875 195.25972 60.953125 195.25972ZM60.8125 189.57222Q60.15625 189.57222 59.703125 190.0566Q59.265625 190.52534 59.171875 191.38472L62.34375 191.38472L62.34375 191.3066Q62.296875 190.47847 61.890625 190.02534Q61.5 189.57222 60.8125 189.57222ZM67.390625 189.75972Q67.140625 189.72847 66.859375 189.72847Q65.78125 189.72847 65.40625 190.63472L65.40625 195.13472L64.328125 195.13472L64.328125 188.79097L65.375 188.79097L65.390625 189.52534Q65.921875 188.6816 66.90625 188.6816Q67.21875 188.6816 67.390625 188.75972L67.390625 189.75972ZM72.015625 193.44722Q72.015625 193.00972 71.671875 192.77534Q71.34375 192.52534 70.515625 192.35347Q69.703125 192.1816 69.21875 191.9316Q68.734375 191.6816 68.5 191.35347Q68.28125 191.00972 68.28125 190.54097Q68.28125 189.75972 68.9375 189.22847Q69.59375 188.6816 70.625 188.6816Q71.703125 188.6816 72.359375 189.2441Q73.03125 189.79097 73.03125 190.65034L71.953125 190.65034Q71.953125 190.21284 71.5625 189.90034Q71.1875 189.57222 70.625 189.57222Q70.03125 189.57222 69.6875 189.83784Q69.359375 190.08784 69.359375 190.4941Q69.359375 190.88472 69.671875 191.08784Q69.984375 191.29097 70.796875 191.47847Q71.609375 191.65034 72.109375 191.90034Q72.609375 192.15034 72.84375 192.50972Q73.09375 192.8691 73.09375 193.3691Q73.09375 194.22847 72.40625 194.7441Q71.734375 195.25972 70.65625 195.25972Q69.890625 195.25972 69.296875 194.9941Q68.71875 194.71284 68.390625 194.22847Q68.0625 193.7441 68.0625 193.1816L69.140625 193.1816Q69.171875 193.72847 69.578125 194.0566Q69.984375 194.3691 70.65625 194.3691Q71.265625 194.3691 71.640625 194.1191Q72.015625 193.8691 72.015625 193.44722ZM81.234375 195.13472Q81.140625 194.94722 81.078125 194.46284Q80.328125 195.25972 79.28125 195.25972Q78.34375 195.25972 77.734375 194.72847Q77.140625 194.19722 77.140625 193.3691Q77.140625 192.38472 77.890625 191.83784Q78.640625 191.29097 80.015625 191.29097L81.0625 191.29097L81.0625 190.79097Q81.0625 190.22847 80.71875 189.90034Q80.390625 189.5566 79.71875 189.5566Q79.140625 189.5566 78.75 189.85347Q78.359375 190.13472 78.359375 190.5566L77.265625 190.5566Q77.265625 190.07222 77.59375 189.63472Q77.9375 189.19722 78.515625 188.94722Q79.09375 188.6816 79.78125 188.6816Q80.890625 188.6816 81.5 189.22847Q82.125 189.77534 82.15625 190.72847L82.15625 193.65034Q82.15625 194.52534 82.375 195.04097L82.375 195.13472L81.234375 195.13472ZM79.4375 194.3066Q79.953125 194.3066 80.40625 194.04097Q80.859375 193.77534 81.0625 193.35347L81.0625 192.0566L80.21875 192.0566Q78.21875 192.0566 78.21875 193.22847Q78.21875 193.72847 78.5625 194.02534Q78.90625 194.3066 79.4375 194.3066ZM85.34375 188.79097L85.375 189.58784Q86.109375 188.6816 87.28125 188.6816Q89.296875 188.6816 89.3125 190.94722L89.3125 195.13472L88.21875 195.13472L88.21875 190.9316Q88.21875 190.25972 87.90625 189.9316Q87.609375 189.60347 86.953125 189.60347Q86.421875 189.60347 86.015625 189.88472Q85.625 190.16597 85.40625 190.6191L85.40625 195.13472L84.328125 195.13472L84.328125 188.79097L85.34375 188.79097ZM91.03125 191.90034Q91.03125 190.97847 91.390625 190.22847Q91.765625 189.47847 92.421875 189.08784Q93.078125 188.6816 93.90625 188.6816Q95.203125 188.6816 96.0 189.57222Q96.8125 190.46284 96.8125 191.96284L96.8125 192.04097Q96.8125 192.96284 96.453125 193.69722Q96.09375 194.4316 95.4375 194.85347Q94.78125 195.25972 93.921875 195.25972Q92.640625 195.25972 91.828125 194.3691Q91.03125 193.46284 91.03125 191.97847L91.03125 191.90034ZM92.125 192.04097Q92.125 193.08784 92.609375 193.72847Q93.109375 194.3691 93.921875 194.3691Q94.75 194.3691 95.234375 193.72847Q95.71875 193.07222 95.71875 191.90034Q95.71875 190.8691 95.21875 190.22847Q94.734375 189.57222 93.90625 189.57222Q93.109375 189.57222 92.609375 190.21284Q92.125 190.83784 92.125 192.04097ZM99.796875 187.25972L99.796875 188.79097L100.96875 188.79097L100.96875 189.63472L99.796875 189.63472L99.796875 193.5566Q99.796875 193.94722 99.953125 194.13472Q100.109375 194.32222 100.484375 194.32222Q100.671875 194.32222 101.0 194.25972L101.0 195.13472Q100.578125 195.25972 100.171875 195.25972Q99.453125 195.25972 99.078125 194.82222Q98.703125 194.3691 98.703125 193.5566L98.703125 189.63472L97.546875 189.63472L97.546875 188.79097L98.703125 188.79097L98.703125 187.25972L99.796875 187.25972ZM103.40625 189.5566Q104.125 188.6816 105.28125 188.6816Q107.296875 188.6816 107.3125 190.94722L107.3125 195.13472L106.21875 195.13472L106.21875 190.9316Q106.21875 190.25972 105.90625 189.9316Q105.609375 189.60347 104.953125 189.60347Q104.421875 189.60347 104.015625 189.88472Q103.625 190.16597 103.40625 190.6191L103.40625 195.13472L102.328125 195.13472L102.328125 186.13472L103.40625 186.13472L103.40625 189.5566ZM111.953125 195.25972Q110.65625 195.25972 109.84375 194.41597Q109.046875 193.5566 109.046875 192.13472L109.046875 191.94722Q109.046875 190.9941 109.40625 190.25972Q109.765625 189.50972 110.40625 189.10347Q111.0625 188.6816 111.8125 188.6816Q113.046875 188.6816 113.734375 189.4941Q114.421875 190.3066 114.421875 191.82222L114.421875 192.27534L110.125 192.27534Q110.15625 193.21284 110.671875 193.79097Q111.203125 194.3691 112.015625 194.3691Q112.578125 194.3691 112.96875 194.13472Q113.375 193.90034 113.6875 193.50972L114.34375 194.02534Q113.546875 195.25972 111.953125 195.25972ZM111.8125 189.57222Q111.15625 189.57222 110.703125 190.0566Q110.265625 190.52534 110.171875 191.38472L113.34375 191.38472L113.34375 191.3066Q113.296875 190.47847 112.890625 190.02534Q112.5 189.57222 111.8125 189.57222ZM118.390625 189.75972Q118.140625 189.72847 117.859375 189.72847Q116.78125 189.72847 116.40625 190.63472L116.40625 195.13472L115.328125 195.13472L115.328125 188.79097L116.375 188.79097L116.390625 189.52534Q116.921875 188.6816 117.90625 188.6816Q118.21875 188.6816 118.390625 188.75972L118.390625 189.75972ZM123.5 195.13472L122.421875 195.13472L122.421875 186.13472L123.5 186.13472L123.5 195.13472ZM129.23438 195.13472Q129.14062 194.94722 129.07812 194.46284Q128.32812 195.25972 127.28125 195.25972Q126.34375 195.25972 125.734375 194.72847Q125.140625 194.19722 125.140625 193.3691Q125.140625 192.38472 125.890625 191.83784Q126.640625 191.29097 128.01562 191.29097L129.0625 191.29097L129.0625 190.79097Q129.0625 190.22847 128.71875 189.90034Q128.39062 189.5566 127.71875 189.5566Q127.140625 189.5566 126.75 189.85347Q126.359375 190.13472 126.359375 190.5566L125.265625 190.5566Q125.265625 190.07222 125.59375 189.63472Q125.9375 189.19722 126.515625 188.94722Q127.09375 188.6816 127.78125 188.6816Q128.89062 188.6816 129.5 189.22847Q130.125 189.77534 130.15625 190.72847L130.15625 193.65034Q130.15625 194.52534 130.375 195.04097L130.375 195.13472L129.23438 195.13472ZM127.4375 194.3066Q127.953125 194.3066 128.40625 194.04097Q128.85938 193.77534 129.0625 193.35347L129.0625 192.0566L128.21875 192.0566Q126.21875 192.0566 126.21875 193.22847Q126.21875 193.72847 126.5625 194.02534Q126.90625 194.3066 127.4375 194.3066ZM133.34375 188.79097L133.375 189.58784Q134.10938 188.6816 135.28125 188.6816Q137.29688 188.6816 137.3125 190.94722L137.3125 195.13472L136.21875 195.13472L136.21875 190.9316Q136.21875 190.25972 135.90625 189.9316Q135.60938 189.60347 134.95312 189.60347Q134.42188 189.60347 134.01562 189.88472Q133.625 190.16597 133.40625 190.6191L133.40625 195.13472L132.32812 195.13472L132.32812 188.79097L133.34375 188.79097ZM139.0625 191.91597Q139.0625 190.4316 139.75 189.5566Q140.4375 188.6816 141.5625 188.6816Q142.71875 188.6816 143.375 189.4941L143.42188 188.79097L144.42188 188.79097L144.42188 194.97847Q144.42188 196.21284 143.6875 196.91597Q142.95312 197.63472 141.73438 197.63472Q141.04688 197.63472 140.39062 197.33784Q139.73438 197.04097 139.39062 196.54097L139.95312 195.88472Q140.64062 196.7441 141.65625 196.7441Q142.4375 196.7441 142.875 196.29097Q143.32812 195.85347 143.32812 195.04097L143.32812 194.4941Q142.67188 195.25972 141.54688 195.25972Q140.4375 195.25972 139.75 194.3691Q139.0625 193.46284 139.0625 191.91597ZM140.15625 192.04097Q140.15625 193.10347 140.59375 193.72847Q141.03125 194.33784 141.82812 194.33784Q142.84375 194.33784 143.32812 193.40034L143.32812 190.50972Q142.82812 189.60347 141.82812 189.60347Q141.04688 189.60347 140.59375 190.21284Q140.15625 190.82222 140.15625 192.04097ZM150.23438 194.50972Q149.60938 195.25972 148.375 195.25972Q147.35938 195.25972 146.82812 194.66597Q146.29688 194.07222 146.29688 192.91597L146.29688 188.79097L147.375 188.79097L147.375 192.88472Q147.375 194.33784 148.54688 194.33784Q149.79688 194.33784 150.20312 193.40034L150.20312 188.79097L151.29688 188.79097L151.29688 195.13472L150.26562 195.13472L150.23438 194.50972ZM157.23438 195.13472Q157.14062 194.94722 157.07812 194.46284Q156.32812 195.25972 155.28125 195.25972Q154.34375 195.25972 153.73438 194.72847Q153.14062 194.19722 153.14062 193.3691Q153.14062 192.38472 153.89062 191.83784Q154.64062 191.29097 156.01562 191.29097L157.0625 191.29097L157.0625 190.79097Q157.0625 190.22847 156.71875 189.90034Q156.39062 189.5566 155.71875 189.5566Q155.14062 189.5566 154.75 189.85347Q154.35938 190.13472 154.35938 190.5566L153.26562 190.5566Q153.26562 190.07222 153.59375 189.63472Q153.9375 189.19722 154.51562 188.94722Q155.09375 188.6816 155.78125 188.6816Q156.89062 188.6816 157.5 189.22847Q158.125 189.77534 158.15625 190.72847L158.15625 193.65034Q158.15625 194.52534 158.375 195.04097L158.375 195.13472L157.23438 195.13472ZM155.4375 194.3066Q155.95312 194.3066 156.40625 194.04097Q156.85938 193.77534 157.0625 193.35347L157.0625 192.0566L156.21875 192.0566Q154.21875 192.0566 154.21875 193.22847Q154.21875 193.72847 154.5625 194.02534Q154.90625 194.3066 155.4375 194.3066ZM160.0625 191.91597Q160.0625 190.4316 160.75 189.5566Q161.4375 188.6816 162.5625 188.6816Q163.71875 188.6816 164.375 189.4941L164.42188 188.79097L165.42188 188.79097L165.42188 194.97847Q165.42188 196.21284 164.6875 196.91597Q163.95312 197.63472 162.73438 197.63472Q162.04688 197.63472 161.39062 197.33784Q160.73438 197.04097 160.39062 196.54097L160.95312 195.88472Q161.64062 196.7441 162.65625 196.7441Q163.4375 196.7441 163.875 196.29097Q164.32812 195.85347 164.32812 195.04097L164.32812 194.4941Q163.67188 195.25972 162.54688 195.25972Q161.4375 195.25972 160.75 194.3691Q160.0625 193.46284 160.0625 191.91597ZM161.15625 192.04097Q161.15625 193.10347 161.59375 193.72847Q162.03125 194.33784 162.82812 194.33784Q163.84375 194.33784 164.32812 193.40034L164.32812 190.50972Q163.82812 189.60347 162.82812 189.60347Q162.04688 189.60347 161.59375 190.21284Q161.15625 190.82222 161.15625 192.04097ZM169.95312 195.25972Q168.65625 195.25972 167.84375 194.41597Q167.04688 193.5566 167.04688 192.13472L167.04688 191.94722Q167.04688 190.9941 167.40625 190.25972Q167.76562 189.50972 168.40625 189.10347Q169.0625 188.6816 169.8125 188.6816Q171.04688 188.6816 171.73438 189.4941Q172.42188 190.3066 172.42188 191.82222L172.42188 192.27534L168.125 192.27534Q168.15625 193.21284 168.67188 193.79097Q169.20312 194.3691 170.01562 194.3691Q170.57812 194.3691 170.96875 194.13472Q171.375 193.90034 171.6875 193.50972L172.34375 194.02534Q171.54688 195.25972 169.95312 195.25972ZM169.8125 189.57222Q169.15625 189.57222 168.70312 190.0566Q168.26562 190.52534 168.17188 191.38472L171.34375 191.38472L171.34375 191.3066Q171.29688 190.47847 170.89062 190.02534Q170.5 189.57222 169.8125 189.57222Z" fill-rule="nonzero"/><path fill="#666666" d="M40.796875 246.28859Q40.359375 246.91359 39.578125 247.22609Q38.796875 247.53859 37.765625 247.53859Q36.734375 247.53859 35.921875 247.05421Q35.109375 246.55421 34.671875 245.64796Q34.234375 244.74171 34.21875 243.55421L34.21875 242.81984Q34.21875 240.88234 35.109375 239.81984Q36.015625 238.75734 37.640625 238.75734Q38.984375 238.75734 39.796875 239.44484Q40.609375 240.13234 40.796875 241.38234L39.671875 241.38234Q39.34375 239.69484 37.65625 239.69484Q36.515625 239.69484 35.9375 240.49171Q35.359375 241.27296 35.34375 242.78859L35.34375 243.47609Q35.34375 244.91359 36.0 245.77296Q36.65625 246.61671 37.78125 246.61671Q38.40625 246.61671 38.875 246.47609Q39.359375 246.33546 39.671875 245.99171L39.671875 244.08546L37.703125 244.08546L37.703125 243.16359L40.796875 243.16359L40.796875 246.28859ZM42.03125 244.17921Q42.03125 243.25734 42.390625 242.50734Q42.765625 241.75734 43.421875 241.36671Q44.078125 240.96046 44.90625 240.96046Q46.203125 240.96046 47.0 241.85109Q47.8125 242.74171 47.8125 244.24171L47.8125 244.31984Q47.8125 245.24171 47.453125 245.97609Q47.09375 246.71046 46.4375 247.13234Q45.78125 247.53859 44.921875 247.53859Q43.640625 247.53859 42.828125 246.64796Q42.03125 245.74171 42.03125 244.25734L42.03125 244.17921ZM43.125 244.31984Q43.125 245.36671 43.609375 246.00734Q44.109375 246.64796 44.921875 246.64796Q45.75 246.64796 46.234375 246.00734Q46.71875 245.35109 46.71875 244.17921Q46.71875 243.14796 46.21875 242.50734Q45.734375 241.85109 44.90625 241.85109Q44.109375 241.85109 43.609375 242.49171Q43.125 243.11671 43.125 244.31984ZM53.5 247.41359L52.421875 247.41359L52.421875 238.41359L53.5 238.41359L53.5 247.41359ZM59.234375 247.41359Q59.140625 247.22609 59.078125 246.74171Q58.328125 247.53859 57.28125 247.53859Q56.34375 247.53859 55.734375 247.00734Q55.140625 246.47609 55.140625 245.64796Q55.140625 244.66359 55.890625 244.11671Q56.640625 243.56984 58.015625 243.56984L59.0625 243.56984L59.0625 243.06984Q59.0625 242.50734 58.71875 242.17921Q58.390625 241.83546 57.71875 241.83546Q57.140625 241.83546 56.75 242.13234Q56.359375 242.41359 56.359375 242.83546L55.265625 242.83546Q55.265625 242.35109 55.59375 241.91359Q55.9375 241.47609 56.515625 241.22609Q57.09375 240.96046 57.78125 240.96046Q58.890625 240.96046 59.5 241.50734Q60.125 242.05421 60.15625 243.00734L60.15625 245.92921Q60.15625 246.80421 60.375 247.31984L60.375 247.41359L59.234375 247.41359ZM57.4375 246.58546Q57.953125 246.58546 58.40625 246.31984Q58.859375 246.05421 59.0625 245.63234L59.0625 244.33546L58.21875 244.33546Q56.21875 244.33546 56.21875 245.50734Q56.21875 246.00734 56.5625 246.30421Q56.90625 246.58546 57.4375 246.58546ZM64.859375 246.64796Q65.4375 246.64796 65.875 246.30421Q66.3125 245.94484 66.359375 245.41359L67.390625 245.41359Q67.359375 245.96046 67.0 246.46046Q66.65625 246.94484 66.078125 247.24171Q65.515625 247.53859 64.859375 247.53859Q63.5625 247.53859 62.796875 246.67921Q62.046875 245.80421 62.046875 244.30421L62.046875 244.11671Q62.046875 243.19484 62.375 242.47609Q62.71875 241.75734 63.34375 241.36671Q63.984375 240.96046 64.859375 240.96046Q65.921875 240.96046 66.625 241.60109Q67.34375 242.22609 67.390625 243.25734L66.359375 243.25734Q66.3125 242.63234 65.890625 242.24171Q65.46875 241.85109 64.859375 241.85109Q64.03125 241.85109 63.578125 242.44484Q63.125 243.03859 63.125 244.16359L63.125 244.36671Q63.125 245.46046 63.578125 246.05421Q64.03125 246.64796 64.859375 246.64796ZM70.09375 244.47609L69.40625 245.17921L69.40625 247.41359L68.328125 247.41359L68.328125 238.41359L69.40625 238.41359L69.40625 243.85109L69.984375 243.16359L71.96875 241.06984L73.28125 241.06984L70.8125 243.72609L73.578125 247.41359L72.296875 247.41359L70.09375 244.47609ZM78.015625 245.72609Q78.015625 245.28859 77.671875 245.05421Q77.34375 244.80421 76.515625 244.63234Q75.703125 244.46046 75.21875 244.21046Q74.734375 243.96046 74.5 243.63234Q74.28125 243.28859 74.28125 242.81984Q74.28125 242.03859 74.9375 241.50734Q75.59375 240.96046 76.625 240.96046Q77.703125 240.96046 78.359375 241.52296Q79.03125 242.06984 79.03125 242.92921L77.953125 242.92921Q77.953125 242.49171 77.5625 242.17921Q77.1875 241.85109 76.625 241.85109Q76.03125 241.85109 75.6875 242.11671Q75.359375 242.36671 75.359375 242.77296Q75.359375 243.16359 75.671875 243.36671Q75.984375 243.56984 76.796875 243.75734Q77.609375 243.92921 78.109375 244.17921Q78.609375 244.42921 78.84375 244.78859Q79.09375 245.14796 79.09375 245.64796Q79.09375 246.50734 78.40625 247.02296Q77.734375 247.53859 76.65625 247.53859Q75.890625 247.53859 75.296875 247.27296Q74.71875 246.99171 74.390625 246.50734Q74.0625 246.02296 74.0625 245.46046L75.140625 245.46046Q75.171875 246.00734 75.578125 246.33546Q75.984375 246.64796 76.65625 246.64796Q77.265625 246.64796 77.640625 246.39796Q78.015625 246.14796 78.015625 245.72609ZM85.859375 246.64796Q86.4375 246.64796 86.875 246.30421Q87.3125 245.94484 87.359375 245.41359L88.390625 245.41359Q88.359375 245.96046 88.0 246.46046Q87.65625 246.94484 87.078125 247.24171Q86.515625 247.53859 85.859375 247.53859Q84.5625 247.53859 83.796875 246.67921Q83.046875 245.80421 83.046875 244.30421L83.046875 244.11671Q83.046875 243.19484 83.375 242.47609Q83.71875 241.75734 84.34375 241.36671Q84.984375 240.96046 85.859375 240.96046Q86.921875 240.96046 87.625 241.60109Q88.34375 242.22609 88.390625 243.25734L87.359375 243.25734Q87.3125 242.63234 86.890625 242.24171Q86.46875 241.85109 85.859375 241.85109Q85.03125 241.85109 84.578125 242.44484Q84.125 243.03859 84.125 244.16359L84.125 244.36671Q84.125 245.46046 84.578125 246.05421Q85.03125 246.64796 85.859375 246.64796ZM92.390625 242.03859Q92.140625 242.00734 91.859375 242.00734Q90.78125 242.00734 90.40625 242.91359L90.40625 247.41359L89.328125 247.41359L89.328125 241.06984L90.375 241.06984L90.390625 241.80421Q90.921875 240.96046 91.90625 240.96046Q92.21875 240.96046 92.390625 241.03859L92.390625 242.03859ZM94.5 247.41359L93.421875 247.41359L93.421875 241.06984L94.5 241.06984L94.5 247.41359ZM93.328125 239.39796Q93.328125 239.13234 93.484375 238.94484Q93.65625 238.75734 93.96875 238.75734Q94.28125 238.75734 94.4375 238.94484Q94.609375 239.13234 94.609375 239.39796Q94.609375 239.64796 94.4375 239.83546Q94.28125 240.00734 93.96875 240.00734Q93.65625 240.00734 93.484375 239.83546Q93.328125 239.64796 93.328125 239.39796ZM97.796875 239.53859L97.796875 241.06984L98.96875 241.06984L98.96875 241.91359L97.796875 241.91359L97.796875 245.83546Q97.796875 246.22609 97.953125 246.41359Q98.109375 246.60109 98.484375 246.60109Q98.671875 246.60109 99.0 246.53859L99.0 247.41359Q98.578125 247.53859 98.171875 247.53859Q97.453125 247.53859 97.078125 247.10109Q96.703125 246.64796 96.703125 245.83546L96.703125 241.91359L95.546875 241.91359L95.546875 241.06984L96.703125 241.06984L96.703125 239.53859L97.796875 239.53859ZM101.5 247.41359L100.421875 247.41359L100.421875 241.06984L101.5 241.06984L101.5 247.41359ZM100.328125 239.39796Q100.328125 239.13234 100.484375 238.94484Q100.65625 238.75734 100.96875 238.75734Q101.28125 238.75734 101.4375 238.94484Q101.609375 239.13234 101.609375 239.39796Q101.609375 239.64796 101.4375 239.83546Q101.28125 240.00734 100.96875 240.00734Q100.65625 240.00734 100.484375 239.83546Q100.328125 239.64796 100.328125 239.39796ZM105.859375 246.64796Q106.4375 246.64796 106.875 246.30421Q107.3125 245.94484 107.359375 245.41359L108.390625 245.41359Q108.359375 245.96046 108.0 246.46046Q107.65625 246.94484 107.078125 247.24171Q106.515625 247.53859 105.859375 247.53859Q104.5625 247.53859 103.796875 246.67921Q103.046875 245.80421 103.046875 244.30421L103.046875 244.11671Q103.046875 243.19484 103.375 242.47609Q103.71875 241.75734 104.34375 241.36671Q104.984375 240.96046 105.859375 240.96046Q106.921875 240.96046 107.625 241.60109Q108.34375 242.22609 108.390625 243.25734L107.359375 243.25734Q107.3125 242.63234 106.890625 242.24171Q106.46875 241.85109 105.859375 241.85109Q105.03125 241.85109 104.578125 242.44484Q104.125 243.03859 104.125 244.16359L104.125 244.36671Q104.125 245.46046 104.578125 246.05421Q105.03125 246.64796 105.859375 246.64796ZM113.234375 247.41359Q113.140625 247.22609 113.078125 246.74171Q112.328125 247.53859 111.28125 247.53859Q110.34375 247.53859 109.734375 247.00734Q109.140625 246.47609 109.140625 245.64796Q109.140625 244.66359 109.890625 244.11671Q110.640625 243.56984 112.015625 243.56984L113.0625 243.56984L113.0625 243.06984Q113.0625 242.50734 112.71875 242.17921Q112.390625 241.83546 111.71875 241.83546Q111.140625 241.83546 110.75 242.13234Q110.359375 242.41359 110.359375 242.83546L109.265625 242.83546Q109.265625 242.35109 109.59375 241.91359Q109.9375 241.47609 110.515625 241.22609Q111.09375 240.96046 111.78125 240.96046Q112.890625 240.96046 113.5 241.50734Q114.125 242.05421 114.15625 243.00734L114.15625 245.92921Q114.15625 246.80421 114.375 247.31984L114.375 247.41359L113.234375 247.41359ZM111.4375 246.58546Q111.953125 246.58546 112.40625 246.31984Q112.859375 246.05421 113.0625 245.63234L113.0625 244.33546L112.21875 244.33546Q110.21875 244.33546 110.21875 245.50734Q110.21875 246.00734 110.5625 246.30421Q110.90625 246.58546 111.4375 246.58546ZM117.5 247.41359L116.421875 247.41359L116.421875 238.41359L117.5 238.41359L117.5 247.41359ZM123.5 247.41359L122.421875 247.41359L122.421875 238.41359L123.5 238.41359L123.5 247.41359ZM129.23438 247.41359Q129.14062 247.22609 129.07812 246.74171Q128.32812 247.53859 127.28125 247.53859Q126.34375 247.53859 125.734375 247.00734Q125.140625 246.47609 125.140625 245.64796Q125.140625 244.66359 125.890625 244.11671Q126.640625 243.56984 128.01562 243.56984L129.0625 243.56984L129.0625 243.06984Q129.0625 242.50734 128.71875 242.17921Q128.39062 241.83546 127.71875 241.83546Q127.140625 241.83546 126.75 242.13234Q126.359375 242.41359 126.359375 242.83546L125.265625 242.83546Q125.265625 242.35109 125.59375 241.91359Q125.9375 241.47609 126.515625 241.22609Q127.09375 240.96046 127.78125 240.96046Q128.89062 240.96046 129.5 241.50734Q130.125 242.05421 130.15625 243.00734L130.15625 245.92921Q130.15625 246.80421 130.375 247.31984L130.375 247.41359L129.23438 247.41359ZM127.4375 246.58546Q127.953125 246.58546 128.40625 246.31984Q128.85938 246.05421 129.0625 245.63234L129.0625 244.33546L128.21875 244.33546Q126.21875 244.33546 126.21875 245.50734Q126.21875 246.00734 126.5625 246.30421Q126.90625 246.58546 127.4375 246.58546ZM133.34375 241.06984L133.375 241.86671Q134.10938 240.96046 135.28125 240.96046Q137.29688 240.96046 137.3125 243.22609L137.3125 247.41359L136.21875 247.41359L136.21875 243.21046Q136.21875 242.53859 135.90625 242.21046Q135.60938 241.88234 134.95312 241.88234Q134.42188 241.88234 134.01562 242.16359Q133.625 242.44484 133.40625 242.89796L133.40625 247.41359L132.32812 247.41359L132.32812 241.06984L133.34375 241.06984ZM139.0625 244.19484Q139.0625 242.71046 139.75 241.83546Q140.4375 240.96046 141.5625 240.96046Q142.71875 240.96046 143.375 241.77296L143.42188 241.06984L144.42188 241.06984L144.42188 247.25734Q144.42188 248.49171 143.6875 249.19484Q142.95312 249.91359 141.73438 249.91359Q141.04688 249.91359 140.39062 249.61671Q139.73438 249.31984 139.39062 248.81984L139.95312 248.16359Q140.64062 249.02296 141.65625 249.02296Q142.4375 249.02296 142.875 248.56984Q143.32812 248.13234 143.32812 247.31984L143.32812 246.77296Q142.67188 247.53859 141.54688 247.53859Q140.4375 247.53859 139.75 246.64796Q139.0625 245.74171 139.0625 244.19484ZM140.15625 244.31984Q140.15625 245.38234 140.59375 246.00734Q141.03125 246.61671 141.82812 246.61671Q142.84375 246.61671 143.32812 245.67921L143.32812 242.78859Q142.82812 241.88234 141.82812 241.88234Q141.04688 241.88234 140.59375 242.49171Q140.15625 243.10109 140.15625 244.31984ZM150.23438 246.78859Q149.60938 247.53859 148.375 247.53859Q147.35938 247.53859 146.82812 246.94484Q146.29688 246.35109 146.29688 245.19484L146.29688 241.06984L147.375 241.06984L147.375 245.16359Q147.375 246.61671 148.54688 246.61671Q149.79688 246.61671 150.20312 245.67921L150.20312 241.06984L151.29688 241.06984L151.29688 247.41359L150.26562 247.41359L150.23438 246.78859ZM157.23438 247.41359Q157.14062 247.22609 157.07812 246.74171Q156.32812 247.53859 155.28125 247.53859Q154.34375 247.53859 153.73438 247.00734Q153.14062 246.47609 153.14062 245.64796Q153.14062 244.66359 153.89062 244.11671Q154.64062 243.56984 156.01562 243.56984L157.0625 243.56984L157.0625 243.06984Q157.0625 242.50734 156.71875 242.17921Q156.39062 241.83546 155.71875 241.83546Q155.14062 241.83546 154.75 242.13234Q154.35938 242.41359 154.35938 242.83546L153.26562 242.83546Q153.26562 242.35109 153.59375 241.91359Q153.9375 241.47609 154.51562 241.22609Q155.09375 240.96046 155.78125 240.96046Q156.89062 240.96046 157.5 241.50734Q158.125 242.05421 158.15625 243.00734L158.15625 245.92921Q158.15625 246.80421 158.375 247.31984L158.375 247.41359L157.23438 247.41359ZM155.4375 246.58546Q155.95312 246.58546 156.40625 246.31984Q156.85938 246.05421 157.0625 245.63234L157.0625 244.33546L156.21875 244.33546Q154.21875 244.33546 154.21875 245.50734Q154.21875 246.00734 154.5625 246.30421Q154.90625 246.58546 155.4375 246.58546ZM160.0625 244.19484Q160.0625 242.71046 160.75 241.83546Q161.4375 240.96046 162.5625 240.96046Q163.71875 240.96046 164.375 241.77296L164.42188 241.06984L165.42188 241.06984L165.42188 247.25734Q165.42188 248.49171 164.6875 249.19484Q163.95312 249.91359 162.73438 249.91359Q162.04688 249.91359 161.39062 249.61671Q160.73438 249.31984 160.39062 248.81984L160.95312 248.16359Q161.64062 249.02296 162.65625 249.02296Q163.4375 249.02296 163.875 248.56984Q164.32812 248.13234 164.32812 247.31984L164.32812 246.77296Q163.67188 247.53859 162.54688 247.53859Q161.4375 247.53859 160.75 246.64796Q160.0625 245.74171 160.0625 244.19484ZM161.15625 244.31984Q161.15625 245.38234 161.59375 246.00734Q162.03125 246.61671 162.82812 246.61671Q163.84375 246.61671 164.32812 245.67921L164.32812 242.78859Q163.82812 241.88234 162.82812 241.88234Q162.04688 241.88234 161.59375 242.49171Q161.15625 243.10109 161.15625 244.31984ZM169.95312 247.53859Q168.65625 247.53859 167.84375 246.69484Q167.04688 245.83546 167.04688 244.41359L167.04688 244.22609Q167.04688 243.27296 167.40625 242.53859Q167.76562 241.78859 168.40625 241.38234Q169.0625 240.96046 169.8125 240.96046Q171.04688 240.96046 171.73438 241.77296Q172.42188 242.58546 172.42188 244.10109L172.42188 244.55421L168.125 244.55421Q168.15625 245.49171 168.67188 246.06984Q169.20312 246.64796 170.01562 246.64796Q170.57812 246.64796 170.96875 246.41359Q171.375 246.17921 171.6875 245.78859L172.34375 246.30421Q171.54688 247.53859 169.95312 247.53859ZM169.8125 241.85109Q169.15625 241.85109 168.70312 242.33546Q168.26562 242.80421 168.17188 243.66359L171.34375 243.66359L171.34375 243.58546Q171.29688 242.75734 170.89062 242.30421Q170.5 241.85109 169.8125 241.85109Z" fill-rule="nonzero"/><path fill="#666666" d="M94.859375 262.41357L94.859375 256.91357L93.859375 256.91357L93.859375 256.06982L94.859375 256.06982L94.859375 255.4292Q94.859375 254.39795 95.390625 253.85107Q95.9375 253.28857 96.9375 253.28857Q97.3125 253.28857 97.6875 253.38232L97.625 254.27295Q97.34375 254.21045 97.046875 254.21045Q96.515625 254.21045 96.21875 254.52295Q95.9375 254.83545 95.9375 255.39795L95.9375 256.06982L97.296875 256.06982L97.296875 256.91357L95.9375 256.91357L95.9375 262.41357L94.859375 262.41357ZM100.953125 262.53857Q99.65625 262.53857 98.84375 261.69482Q98.046875 260.83545 98.046875 259.41357L98.046875 259.22607Q98.046875 258.27295 98.40625 257.53857Q98.765625 256.78857 99.40625 256.38232Q100.0625 255.96045 100.8125 255.96045Q102.046875 255.96045 102.734375 256.77295Q103.421875 257.58545 103.421875 259.10107L103.421875 259.5542L99.125 259.5542Q99.15625 260.4917 99.671875 261.06982Q100.203125 261.64795 101.015625 261.64795Q101.578125 261.64795 101.96875 261.41357Q102.375 261.1792 102.6875 260.78857L103.34375 261.3042Q102.546875 262.53857 100.953125 262.53857ZM100.8125 256.85107Q100.15625 256.85107 99.703125 257.33545Q99.265625 257.8042 99.171875 258.66357L102.34375 258.66357L102.34375 258.58545Q102.296875 257.75732 101.890625 257.3042Q101.5 256.85107 100.8125 256.85107ZM108.234375 262.41357Q108.140625 262.22607 108.078125 261.7417Q107.328125 262.53857 106.28125 262.53857Q105.34375 262.53857 104.734375 262.00732Q104.140625 261.47607 104.140625 260.64795Q104.140625 259.66357 104.890625 259.1167Q105.640625 258.56982 107.015625 258.56982L108.0625 258.56982L108.0625 258.06982Q108.0625 257.50732 107.71875 257.1792Q107.390625 256.83545 106.71875 256.83545Q106.140625 256.83545 105.75 257.13232Q105.359375 257.41357 105.359375 257.83545L104.265625 257.83545Q104.265625 257.35107 104.59375 256.91357Q104.9375 256.47607 105.515625 256.22607Q106.09375 255.96045 106.78125 255.96045Q107.890625 255.96045 108.5 256.50732Q109.125 257.0542 109.15625 258.00732L109.15625 260.9292Q109.15625 261.8042 109.375 262.31982L109.375 262.41357L108.234375 262.41357ZM106.4375 261.58545Q106.953125 261.58545 107.40625 261.31982Q107.859375 261.0542 108.0625 260.63232L108.0625 259.33545L107.21875 259.33545Q105.21875 259.33545 105.21875 260.50732Q105.21875 261.00732 105.5625 261.3042Q105.90625 261.58545 106.4375 261.58545ZM112.796875 254.53857L112.796875 256.06982L113.96875 256.06982L113.96875 256.91357L112.796875 256.91357L112.796875 260.83545Q112.796875 261.22607 112.953125 261.41357Q113.109375 261.60107 113.484375 261.60107Q113.671875 261.60107 114.0 261.53857L114.0 262.41357Q113.578125 262.53857 113.171875 262.53857Q112.453125 262.53857 112.078125 262.10107Q111.703125 261.64795 111.703125 260.83545L111.703125 256.91357L110.546875 256.91357L110.546875 256.06982L111.703125 256.06982L111.703125 254.53857L112.796875 254.53857ZM119.234375 261.78857Q118.609375 262.53857 117.375 262.53857Q116.359375 262.53857 115.828125 261.94482Q115.296875 261.35107 115.296875 260.19482L115.296875 256.06982L116.375 256.06982L116.375 260.16357Q116.375 261.6167 117.546875 261.6167Q118.796875 261.6167 119.203125 260.6792L119.203125 256.06982L120.296875 256.06982L120.296875 262.41357L119.265625 262.41357L119.234375 261.78857ZM125.390625 257.03857Q125.140625 257.00732 124.859375 257.00732Q123.78125 257.00732 123.40625 257.91357L123.40625 262.41357L122.328125 262.41357L122.328125 256.06982L123.375 256.06982L123.390625 256.8042Q123.921875 255.96045 124.90625 255.96045Q125.21875 255.96045 125.390625 256.03857L125.390625 257.03857ZM128.95312 262.53857Q127.65625 262.53857 126.84375 261.69482Q126.046875 260.83545 126.046875 259.41357L126.046875 259.22607Q126.046875 258.27295 126.40625 257.53857Q126.765625 256.78857 127.40625 256.38232Q128.0625 255.96045 128.8125 255.96045Q130.04688 255.96045 130.73438 256.77295Q131.42188 257.58545 131.42188 259.10107L131.42188 259.5542L127.125 259.5542Q127.15625 260.4917 127.671875 261.06982Q128.20312 261.64795 129.01562 261.64795Q129.57812 261.64795 129.96875 261.41357Q130.375 261.1792 130.6875 260.78857L131.34375 261.3042Q130.54688 262.53857 128.95312 262.53857ZM128.8125 256.85107Q128.15625 256.85107 127.703125 257.33545Q127.265625 257.8042 127.171875 258.66357L130.34375 258.66357L130.34375 258.58545Q130.29688 257.75732 129.89062 257.3042Q129.5 256.85107 128.8125 256.85107ZM136.01562 260.72607Q136.01562 260.28857 135.67188 260.0542Q135.34375 259.8042 134.51562 259.63232Q133.70312 259.46045 133.21875 259.21045Q132.73438 258.96045 132.5 258.63232Q132.28125 258.28857 132.28125 257.81982Q132.28125 257.03857 132.9375 256.50732Q133.59375 255.96045 134.625 255.96045Q135.70312 255.96045 136.35938 256.52295Q137.03125 257.06982 137.03125 257.9292L135.95312 257.9292Q135.95312 257.4917 135.5625 257.1792Q135.1875 256.85107 134.625 256.85107Q134.03125 256.85107 133.6875 257.1167Q133.35938 257.3667 133.35938 257.77295Q133.35938 258.16357 133.67188 258.3667Q133.98438 258.56982 134.79688 258.75732Q135.60938 258.9292 136.10938 259.1792Q136.60938 259.4292 136.84375 259.78857Q137.09375 260.14795 137.09375 260.64795Q137.09375 261.50732 136.40625 262.02295Q135.73438 262.53857 134.65625 262.53857Q133.89062 262.53857 133.29688 262.27295Q132.71875 261.9917 132.39062 261.50732Q132.0625 261.02295 132.0625 260.46045L133.14062 260.46045Q133.17188 261.00732 133.57812 261.33545Q133.98438 261.64795 134.65625 261.64795Q135.26562 261.64795 135.64062 261.39795Q136.01562 261.14795 136.01562 260.72607ZM142.70312 262.41357L141.57812 262.41357L141.57812 253.88232L142.70312 253.88232L142.70312 262.41357ZM148.34375 256.06982L148.375 256.8667Q149.10938 255.96045 150.28125 255.96045Q152.29688 255.96045 152.3125 258.22607L152.3125 262.41357L151.21875 262.41357L151.21875 258.21045Q151.21875 257.53857 150.90625 257.21045Q150.60938 256.88232 149.95312 256.88232Q149.42188 256.88232 149.01562 257.16357Q148.625 257.44482 148.40625 257.89795L148.40625 262.41357L147.32812 262.41357L147.32812 256.06982L148.34375 256.06982ZM156.95312 262.53857Q155.65625 262.53857 154.84375 261.69482Q154.04688 260.83545 154.04688 259.41357L154.04688 259.22607Q154.04688 258.27295 154.40625 257.53857Q154.76562 256.78857 155.40625 256.38232Q156.0625 255.96045 156.8125 255.96045Q158.04688 255.96045 158.73438 256.77295Q159.42188 257.58545 159.42188 259.10107L159.42188 259.5542L155.125 259.5542Q155.15625 260.4917 155.67188 261.06982Q156.20312 261.64795 157.01562 261.64795Q157.57812 261.64795 157.96875 261.41357Q158.375 261.1792 158.6875 260.78857L159.34375 261.3042Q158.54688 262.53857 156.95312 262.53857ZM156.8125 256.85107Q156.15625 256.85107 155.70312 257.33545Q155.26562 257.8042 155.17188 258.66357L158.34375 258.66357L158.34375 258.58545Q158.29688 257.75732 157.89062 257.3042Q157.5 256.85107 156.8125 256.85107ZM162.95312 262.53857Q161.65625 262.53857 160.84375 261.69482Q160.04688 260.83545 160.04688 259.41357L160.04688 259.22607Q160.04688 258.27295 160.40625 257.53857Q160.76562 256.78857 161.40625 256.38232Q162.0625 255.96045 162.8125 255.96045Q164.04688 255.96045 164.73438 256.77295Q165.42188 257.58545 165.42188 259.10107L165.42188 259.5542L161.125 259.5542Q161.15625 260.4917 161.67188 261.06982Q162.20312 261.64795 163.01562 261.64795Q163.57812 261.64795 163.96875 261.41357Q164.375 261.1792 164.6875 260.78857L165.34375 261.3042Q164.54688 262.53857 162.95312 262.53857ZM162.8125 256.85107Q162.15625 256.85107 161.70312 257.33545Q161.26562 257.8042 161.17188 258.66357L164.34375 258.66357L164.34375 258.58545Q164.29688 257.75732 163.89062 257.3042Q163.5 256.85107 162.8125 256.85107ZM166.0625 259.19482Q166.0625 257.72607 166.75 256.85107Q167.4375 255.96045 168.5625 255.96045Q169.67188 255.96045 170.32812 256.71045L170.32812 253.41357L171.40625 253.41357L171.40625 262.41357L170.40625 262.41357L170.35938 261.72607Q169.70312 262.53857 168.54688 262.53857Q167.45312 262.53857 166.75 261.63232Q166.0625 260.72607 166.0625 259.27295L166.0625 259.19482ZM167.14062 259.31982Q167.14062 260.39795 167.57812 261.00732Q168.03125 261.6167 168.8125 261.6167Q169.84375 261.6167 170.32812 260.6792L170.32812 257.77295Q169.84375 256.88232 168.82812 256.88232Q168.03125 256.88232 167.57812 257.4917Q167.14062 258.10107 167.14062 259.31982Z" fill-rule="nonzero"/><path fill="#666666" d="M55.796875 313.56744Q55.359375 314.19244 54.578125 314.50494Q53.796875 314.81744 52.765625 314.81744Q51.734375 314.81744 50.921875 314.33307Q50.109375 313.83307 49.671875 312.92682Q49.234375 312.02057 49.21875 310.83307L49.21875 310.0987Q49.21875 308.1612 50.109375 307.0987Q51.015625 306.0362 52.640625 306.0362Q53.984375 306.0362 54.796875 306.7237Q55.609375 307.4112 55.796875 308.6612L54.671875 308.6612Q54.34375 306.9737 52.65625 306.9737Q51.515625 306.9737 50.9375 307.77057Q50.359375 308.55182 50.34375 310.06744L50.34375 310.75494Q50.34375 312.19244 51.0 313.05182Q51.65625 313.89557 52.78125 313.89557Q53.40625 313.89557 53.875 313.75494Q54.359375 313.61432 54.671875 313.27057L54.671875 311.36432L52.703125 311.36432L52.703125 310.44244L55.796875 310.44244L55.796875 313.56744ZM57.03125 311.45807Q57.03125 310.5362 57.390625 309.7862Q57.765625 309.0362 58.421875 308.64557Q59.078125 308.23932 59.90625 308.23932Q61.203125 308.23932 62.0 309.12994Q62.8125 310.02057 62.8125 311.52057L62.8125 311.5987Q62.8125 312.52057 62.453125 313.25494Q62.09375 313.98932 61.4375 314.4112Q60.78125 314.81744 59.921875 314.81744Q58.640625 314.81744 57.828125 313.92682Q57.03125 313.02057 57.03125 311.5362L57.03125 311.45807ZM58.125 311.5987Q58.125 312.64557 58.609375 313.2862Q59.109375 313.92682 59.921875 313.92682Q60.75 313.92682 61.234375 313.2862Q61.71875 312.62994 61.71875 311.45807Q61.71875 310.42682 61.21875 309.7862Q60.734375 309.12994 59.90625 309.12994Q59.109375 309.12994 58.609375 309.77057Q58.125 310.39557 58.125 311.5987ZM68.5 314.69244L67.421875 314.69244L67.421875 308.3487L68.5 308.3487L68.5 314.69244ZM67.328125 306.67682Q67.328125 306.4112 67.484375 306.2237Q67.65625 306.0362 67.96875 306.0362Q68.28125 306.0362 68.4375 306.2237Q68.609375 306.4112 68.609375 306.67682Q68.609375 306.92682 68.4375 307.11432Q68.28125 307.2862 67.96875 307.2862Q67.65625 307.2862 67.484375 307.11432Q67.328125 306.92682 67.328125 306.67682ZM74.015625 313.00494Q74.015625 312.56744 73.671875 312.33307Q73.34375 312.08307 72.515625 311.9112Q71.703125 311.73932 71.21875 311.48932Q70.734375 311.23932 70.5 310.9112Q70.28125 310.56744 70.28125 310.0987Q70.28125 309.31744 70.9375 308.7862Q71.59375 308.23932 72.625 308.23932Q73.703125 308.23932 74.359375 308.80182Q75.03125 309.3487 75.03125 310.20807L73.953125 310.20807Q73.953125 309.77057 73.5625 309.45807Q73.1875 309.12994 72.625 309.12994Q72.03125 309.12994 71.6875 309.39557Q71.359375 309.64557 71.359375 310.05182Q71.359375 310.44244 71.671875 310.64557Q71.984375 310.8487 72.796875 311.0362Q73.609375 311.20807 74.109375 311.45807Q74.609375 311.70807 74.84375 312.06744Q75.09375 312.42682 75.09375 312.92682Q75.09375 313.7862 74.40625 314.30182Q73.734375 314.81744 72.65625 314.81744Q71.890625 314.81744 71.296875 314.55182Q70.71875 314.27057 70.390625 313.7862Q70.0625 313.30182 70.0625 312.73932L71.140625 312.73932Q71.171875 313.2862 71.578125 313.61432Q71.984375 313.92682 72.65625 313.92682Q73.265625 313.92682 73.640625 313.67682Q74.015625 313.42682 74.015625 313.00494ZM77.34375 308.3487L77.375 309.14557Q78.109375 308.23932 79.28125 308.23932Q81.296875 308.23932 81.3125 310.50494L81.3125 314.69244L80.21875 314.69244L80.21875 310.48932Q80.21875 309.81744 79.90625 309.48932Q79.609375 309.1612 78.953125 309.1612Q78.421875 309.1612 78.015625 309.44244Q77.625 309.7237 77.40625 310.17682L77.40625 314.69244L76.328125 314.69244L76.328125 308.3487L77.34375 308.3487ZM83.984375 306.3487L83.859375 308.50494L83.109375 308.50494L83.109375 305.69244L83.984375 305.69244L83.984375 306.3487ZM86.796875 306.81744L86.796875 308.3487L87.96875 308.3487L87.96875 309.19244L86.796875 309.19244L86.796875 313.11432Q86.796875 313.50494 86.953125 313.69244Q87.109375 313.87994 87.484375 313.87994Q87.671875 313.87994 88.0 313.81744L88.0 314.69244Q87.578125 314.81744 87.171875 314.81744Q86.453125 314.81744 86.078125 314.37994Q85.703125 313.92682 85.703125 313.11432L85.703125 309.19244L84.546875 309.19244L84.546875 308.3487L85.703125 308.3487L85.703125 306.81744L86.796875 306.81744ZM96.234375 314.69244Q96.140625 314.50494 96.078125 314.02057Q95.328125 314.81744 94.28125 314.81744Q93.34375 314.81744 92.734375 314.2862Q92.140625 313.75494 92.140625 312.92682Q92.140625 311.94244 92.890625 311.39557Q93.640625 310.8487 95.015625 310.8487L96.0625 310.8487L96.0625 310.3487Q96.0625 309.7862 95.71875 309.45807Q95.390625 309.11432 94.71875 309.11432Q94.140625 309.11432 93.75 309.4112Q93.359375 309.69244 93.359375 310.11432L92.265625 310.11432Q92.265625 309.62994 92.59375 309.19244Q92.9375 308.75494 93.515625 308.50494Q94.09375 308.23932 94.78125 308.23932Q95.890625 308.23932 96.5 308.7862Q97.125 309.33307 97.15625 310.2862L97.15625 313.20807Q97.15625 314.08307 97.375 314.5987L97.375 314.69244L96.234375 314.69244ZM94.4375 313.86432Q94.953125 313.86432 95.40625 313.5987Q95.859375 313.33307 96.0625 312.9112L96.0625 311.61432L95.21875 311.61432Q93.21875 311.61432 93.21875 312.7862Q93.21875 313.2862 93.5625 313.58307Q93.90625 313.86432 94.4375 313.86432ZM104.671875 311.5987Q104.671875 313.0362 104.015625 313.92682Q103.359375 314.81744 102.21875 314.81744Q101.0625 314.81744 100.40625 314.08307L100.40625 317.12994L99.328125 317.12994L99.328125 308.3487L100.3125 308.3487L100.359375 309.05182Q101.03125 308.23932 102.203125 308.23932Q103.34375 308.23932 104.0 309.0987Q104.671875 309.95807 104.671875 311.48932L104.671875 311.5987ZM103.59375 311.4737Q103.59375 310.39557 103.125 309.7862Q102.671875 309.1612 101.875 309.1612Q100.890625 309.1612 100.40625 310.02057L100.40625 313.05182Q100.890625 313.92682 101.890625 313.92682Q102.671875 313.92682 103.125 313.31744Q103.59375 312.69244 103.59375 311.4737ZM111.671875 311.5987Q111.671875 313.0362 111.015625 313.92682Q110.359375 314.81744 109.21875 314.81744Q108.0625 314.81744 107.40625 314.08307L107.40625 317.12994L106.328125 317.12994L106.328125 308.3487L107.3125 308.3487L107.359375 309.05182Q108.03125 308.23932 109.203125 308.23932Q110.34375 308.23932 111.0 309.0987Q111.671875 309.95807 111.671875 311.48932L111.671875 311.5987ZM110.59375 311.4737Q110.59375 310.39557 110.125 309.7862Q109.671875 309.1612 108.875 309.1612Q107.890625 309.1612 107.40625 310.02057L107.40625 313.05182Q107.890625 313.92682 108.890625 313.92682Q109.671875 313.92682 110.125 313.31744Q110.59375 312.69244 110.59375 311.4737ZM116.390625 309.31744Q116.140625 309.2862 115.859375 309.2862Q114.78125 309.2862 114.40625 310.19244L114.40625 314.69244L113.328125 314.69244L113.328125 308.3487L114.375 308.3487L114.390625 309.08307Q114.921875 308.23932 115.90625 308.23932Q116.21875 308.23932 116.390625 308.31744L116.390625 309.31744ZM117.03125 311.45807Q117.03125 310.5362 117.390625 309.7862Q117.765625 309.0362 118.421875 308.64557Q119.078125 308.23932 119.90625 308.23932Q121.203125 308.23932 122.0 309.12994Q122.8125 310.02057 122.8125 311.52057L122.8125 311.5987Q122.8125 312.52057 122.453125 313.25494Q122.09375 313.98932 121.4375 314.4112Q120.78125 314.81744 119.921875 314.81744Q118.640625 314.81744 117.828125 313.92682Q117.03125 313.02057 117.03125 311.5362L117.03125 311.45807ZM118.125 311.5987Q118.125 312.64557 118.609375 313.2862Q119.109375 313.92682 119.921875 313.92682Q120.75 313.92682 121.234375 313.2862Q121.71875 312.62994 121.71875 311.45807Q121.71875 310.42682 121.21875 309.7862Q120.734375 309.12994 119.90625 309.12994Q119.109375 309.12994 118.609375 309.77057Q118.125 310.39557 118.125 311.5987ZM129.67188 311.5987Q129.67188 313.0362 129.01562 313.92682Q128.35938 314.81744 127.21875 314.81744Q126.0625 314.81744 125.40625 314.08307L125.40625 317.12994L124.328125 317.12994L124.328125 308.3487L125.3125 308.3487L125.359375 309.05182Q126.03125 308.23932 127.203125 308.23932Q128.34375 308.23932 129.0 309.0987Q129.67188 309.95807 129.67188 311.48932L129.67188 311.5987ZM128.59375 311.4737Q128.59375 310.39557 128.125 309.7862Q127.671875 309.1612 126.875 309.1612Q125.890625 309.1612 125.40625 310.02057L125.40625 313.05182Q125.890625 313.92682 126.890625 313.92682Q127.671875 313.92682 128.125 313.31744Q128.59375 312.69244 128.59375 311.4737ZM134.39062 309.31744Q134.14062 309.2862 133.85938 309.2862Q132.78125 309.2862 132.40625 310.19244L132.40625 314.69244L131.32812 314.69244L131.32812 308.3487L132.375 308.3487L132.39062 309.08307Q132.92188 308.23932 133.90625 308.23932Q134.21875 308.23932 134.39062 308.31744L134.39062 309.31744ZM136.5 314.69244L135.42188 314.69244L135.42188 308.3487L136.5 308.3487L136.5 314.69244ZM135.32812 306.67682Q135.32812 306.4112 135.48438 306.2237Q135.65625 306.0362 135.96875 306.0362Q136.28125 306.0362 136.4375 306.2237Q136.60938 306.4112 136.60938 306.67682Q136.60938 306.92682 136.4375 307.11432Q136.28125 307.2862 135.96875 307.2862Q135.65625 307.2862 135.48438 307.11432Q135.32812 306.92682 135.32812 306.67682ZM142.23438 314.69244Q142.14062 314.50494 142.07812 314.02057Q141.32812 314.81744 140.28125 314.81744Q139.34375 314.81744 138.73438 314.2862Q138.14062 313.75494 138.14062 312.92682Q138.14062 311.94244 138.89062 311.39557Q139.64062 310.8487 141.01562 310.8487L142.0625 310.8487L142.0625 310.3487Q142.0625 309.7862 141.71875 309.45807Q141.39062 309.11432 140.71875 309.11432Q140.14062 309.11432 139.75 309.4112Q139.35938 309.69244 139.35938 310.11432L138.26562 310.11432Q138.26562 309.62994 138.59375 309.19244Q138.9375 308.75494 139.51562 308.50494Q140.09375 308.23932 140.78125 308.23932Q141.89062 308.23932 142.5 308.7862Q143.125 309.33307 143.15625 310.2862L143.15625 313.20807Q143.15625 314.08307 143.375 314.5987L143.375 314.69244L142.23438 314.69244ZM140.4375 313.86432Q140.95312 313.86432 141.40625 313.5987Q141.85938 313.33307 142.0625 312.9112L142.0625 311.61432L141.21875 311.61432Q139.21875 311.61432 139.21875 312.7862Q139.21875 313.2862 139.5625 313.58307Q139.90625 313.86432 140.4375 313.86432ZM146.79688 306.81744L146.79688 308.3487L147.96875 308.3487L147.96875 309.19244L146.79688 309.19244L146.79688 313.11432Q146.79688 313.50494 146.95312 313.69244Q147.10938 313.87994 147.48438 313.87994Q147.67188 313.87994 148.0 313.81744L148.0 314.69244Q147.57812 314.81744 147.17188 314.81744Q146.45312 314.81744 146.07812 314.37994Q145.70312 313.92682 145.70312 313.11432L145.70312 309.19244L144.54688 309.19244L144.54688 308.3487L145.70312 308.3487L145.70312 306.81744L146.79688 306.81744ZM151.95312 314.81744Q150.65625 314.81744 149.84375 313.9737Q149.04688 313.11432 149.04688 311.69244L149.04688 311.50494Q149.04688 310.55182 149.40625 309.81744Q149.76562 309.06744 150.40625 308.6612Q151.0625 308.23932 151.8125 308.23932Q153.04688 308.23932 153.73438 309.05182Q154.42188 309.86432 154.42188 311.37994L154.42188 311.83307L150.125 311.83307Q150.15625 312.77057 150.67188 313.3487Q151.20312 313.92682 152.01562 313.92682Q152.57812 313.92682 152.96875 313.69244Q153.375 313.45807 153.6875 313.06744L154.34375 313.58307Q153.54688 314.81744 151.95312 314.81744ZM151.8125 309.12994Q151.15625 309.12994 150.70312 309.61432Q150.26562 310.08307 150.17188 310.94244L153.34375 310.94244L153.34375 310.86432Q153.29688 310.0362 152.89062 309.58307Q152.5 309.12994 151.8125 309.12994ZM158.85938 314.69244L158.85938 309.19244L157.85938 309.19244L157.85938 308.3487L158.85938 308.3487L158.85938 307.70807Q158.85938 306.67682 159.39062 306.12994Q159.9375 305.56744 160.9375 305.56744Q161.3125 305.56744 161.6875 305.6612L161.625 306.55182Q161.34375 306.48932 161.04688 306.48932Q160.51562 306.48932 160.21875 306.80182Q159.9375 307.11432 159.9375 307.67682L159.9375 308.3487L161.29688 308.3487L161.29688 309.19244L159.9375 309.19244L159.9375 314.69244L158.85938 314.69244ZM162.03125 311.45807Q162.03125 310.5362 162.39062 309.7862Q162.76562 309.0362 163.42188 308.64557Q164.07812 308.23932 164.90625 308.23932Q166.20312 308.23932 167.0 309.12994Q167.8125 310.02057 167.8125 311.52057L167.8125 311.5987Q167.8125 312.52057 167.45312 313.25494Q167.09375 313.98932 166.4375 314.4112Q165.78125 314.81744 164.92188 314.81744Q163.64062 314.81744 162.82812 313.92682Q162.03125 313.02057 162.03125 311.5362L162.03125 311.45807ZM163.125 311.5987Q163.125 312.64557 163.60938 313.2862Q164.10938 313.92682 164.92188 313.92682Q165.75 313.92682 166.23438 313.2862Q166.71875 312.62994 166.71875 311.45807Q166.71875 310.42682 166.21875 309.7862Q165.73438 309.12994 164.90625 309.12994Q164.10938 309.12994 163.60938 309.77057Q163.125 310.39557 163.125 311.5987ZM172.39062 309.31744Q172.14062 309.2862 171.85938 309.2862Q170.78125 309.2862 170.40625 310.19244L170.40625 314.69244L169.32812 314.69244L169.32812 308.3487L170.375 308.3487L170.39062 309.08307Q170.92188 308.23932 171.90625 308.23932Q172.21875 308.23932 172.39062 308.31744L172.39062 309.31744Z" fill-rule="nonzero"/><path fill="#666666" d="M69.9375 328.19244L71.15625 323.3487L72.234375 323.3487L70.390625 329.69244L69.515625 329.69244L67.96875 324.87994L66.46875 329.69244L65.59375 329.69244L63.75 323.3487L64.828125 323.3487L66.078125 328.0987L67.5625 323.3487L68.421875 323.3487L69.9375 328.19244ZM74.40625 324.11432Q75.125 323.23932 76.28125 323.23932Q78.296875 323.23932 78.3125 325.50494L78.3125 329.69244L77.21875 329.69244L77.21875 325.48932Q77.21875 324.81744 76.90625 324.48932Q76.609375 324.1612 75.953125 324.1612Q75.421875 324.1612 75.015625 324.44244Q74.625 324.7237 74.40625 325.17682L74.40625 329.69244L73.328125 329.69244L73.328125 320.69244L74.40625 320.69244L74.40625 324.11432ZM84.234375 329.69244Q84.140625 329.50494 84.078125 329.02057Q83.328125 329.81744 82.28125 329.81744Q81.34375 329.81744 80.734375 329.2862Q80.140625 328.75494 80.140625 327.92682Q80.140625 326.94244 80.890625 326.39557Q81.640625 325.8487 83.015625 325.8487L84.0625 325.8487L84.0625 325.3487Q84.0625 324.7862 83.71875 324.45807Q83.390625 324.11432 82.71875 324.11432Q82.140625 324.11432 81.75 324.4112Q81.359375 324.69244 81.359375 325.11432L80.265625 325.11432Q80.265625 324.62994 80.59375 324.19244Q80.9375 323.75494 81.515625 323.50494Q82.09375 323.23932 82.78125 323.23932Q83.890625 323.23932 84.5 323.7862Q85.125 324.33307 85.15625 325.2862L85.15625 328.20807Q85.15625 329.08307 85.375 329.5987L85.375 329.69244L84.234375 329.69244ZM82.4375 328.86432Q82.953125 328.86432 83.40625 328.5987Q83.859375 328.33307 84.0625 327.9112L84.0625 326.61432L83.21875 326.61432Q81.21875 326.61432 81.21875 327.7862Q81.21875 328.2862 81.5625 328.58307Q81.90625 328.86432 82.4375 328.86432ZM88.796875 321.81744L88.796875 323.3487L89.96875 323.3487L89.96875 324.19244L88.796875 324.19244L88.796875 328.11432Q88.796875 328.50494 88.953125 328.69244Q89.109375 328.87994 89.484375 328.87994Q89.671875 328.87994 90.0 328.81744L90.0 329.69244Q89.578125 329.81744 89.171875 329.81744Q88.453125 329.81744 88.078125 329.37994Q87.703125 328.92682 87.703125 328.11432L87.703125 324.19244L86.546875 324.19244L86.546875 323.3487L87.703125 323.3487L87.703125 321.81744L88.796875 321.81744ZM95.703125 329.69244L94.578125 329.69244L94.578125 321.1612L95.703125 321.1612L95.703125 329.69244ZM97.984375 321.3487L97.859375 323.50494L97.109375 323.50494L97.109375 320.69244L97.984375 320.69244L97.984375 321.3487ZM100.34375 323.3487L100.375 324.05182Q101.0625 323.23932 102.25 323.23932Q103.578125 323.23932 104.0625 324.25494Q104.375 323.80182 104.875 323.52057Q105.390625 323.23932 106.078125 323.23932Q108.171875 323.23932 108.203125 325.44244L108.203125 329.69244L107.125 329.69244L107.125 325.50494Q107.125 324.83307 106.8125 324.50494Q106.5 324.1612 105.765625 324.1612Q105.15625 324.1612 104.75 324.52057Q104.359375 324.87994 104.296875 325.48932L104.296875 329.69244L103.21875 329.69244L103.21875 325.5362Q103.21875 324.1612 101.859375 324.1612Q100.796875 324.1612 100.40625 325.06744L100.40625 329.69244L99.3125 329.69244L99.3125 323.3487L100.34375 323.3487ZM118.9375 328.19244L120.15625 323.3487L121.234375 323.3487L119.390625 329.69244L118.515625 329.69244L116.96875 324.87994L115.46875 329.69244L114.59375 329.69244L112.75 323.3487L113.828125 323.3487L115.078125 328.0987L116.5625 323.3487L117.421875 323.3487L118.9375 328.19244ZM122.03125 326.45807Q122.03125 325.5362 122.390625 324.7862Q122.765625 324.0362 123.421875 323.64557Q124.078125 323.23932 124.90625 323.23932Q126.203125 323.23932 127.0 324.12994Q127.8125 325.02057 127.8125 326.52057L127.8125 326.5987Q127.8125 327.52057 127.453125 328.25494Q127.09375 328.98932 126.4375 329.4112Q125.78125 329.81744 124.921875 329.81744Q123.640625 329.81744 122.828125 328.92682Q122.03125 328.02057 122.03125 326.5362L122.03125 326.45807ZM123.125 326.5987Q123.125 327.64557 123.609375 328.2862Q124.109375 328.92682 124.921875 328.92682Q125.75 328.92682 126.234375 328.2862Q126.71875 327.62994 126.71875 326.45807Q126.71875 325.42682 126.21875 324.7862Q125.734375 324.12994 124.90625 324.12994Q124.109375 324.12994 123.609375 324.77057Q123.125 325.39557 123.125 326.5987ZM132.39062 324.31744Q132.14062 324.2862 131.85938 324.2862Q130.78125 324.2862 130.40625 325.19244L130.40625 329.69244L129.32812 329.69244L129.32812 323.3487L130.375 323.3487L130.39062 324.08307Q130.92188 323.23932 131.90625 323.23932Q132.21875 323.23932 132.39062 323.31744L132.39062 324.31744ZM135.09375 326.75494L134.40625 327.45807L134.40625 329.69244L133.32812 329.69244L133.32812 320.69244L134.40625 320.69244L134.40625 326.12994L134.98438 325.44244L136.96875 323.3487L138.28125 323.3487L135.8125 326.00494L138.57812 329.69244L137.29688 329.69244L135.09375 326.75494ZM140.5 329.69244L139.42188 329.69244L139.42188 323.3487L140.5 323.3487L140.5 329.69244ZM139.32812 321.67682Q139.32812 321.4112 139.48438 321.2237Q139.65625 321.0362 139.96875 321.0362Q140.28125 321.0362 140.4375 321.2237Q140.60938 321.4112 140.60938 321.67682Q140.60938 321.92682 140.4375 322.11432Q140.28125 322.2862 139.96875 322.2862Q139.65625 322.2862 139.48438 322.11432Q139.32812 321.92682 139.32812 321.67682ZM143.34375 323.3487L143.375 324.14557Q144.10938 323.23932 145.28125 323.23932Q147.29688 323.23932 147.3125 325.50494L147.3125 329.69244L146.21875 329.69244L146.21875 325.48932Q146.21875 324.81744 145.90625 324.48932Q145.60938 324.1612 144.95312 324.1612Q144.42188 324.1612 144.01562 324.44244Q143.625 324.7237 143.40625 325.17682L143.40625 329.69244L142.32812 329.69244L142.32812 323.3487L143.34375 323.3487ZM149.0625 326.4737Q149.0625 324.98932 149.75 324.11432Q150.4375 323.23932 151.5625 323.23932Q152.71875 323.23932 153.375 324.05182L153.42188 323.3487L154.42188 323.3487L154.42188 329.5362Q154.42188 330.77057 153.6875 331.4737Q152.95312 332.19244 151.73438 332.19244Q151.04688 332.19244 150.39062 331.89557Q149.73438 331.5987 149.39062 331.0987L149.95312 330.44244Q150.64062 331.30182 151.65625 331.30182Q152.4375 331.30182 152.875 330.8487Q153.32812 330.4112 153.32812 329.5987L153.32812 329.05182Q152.67188 329.81744 151.54688 329.81744Q150.4375 329.81744 149.75 328.92682Q149.0625 328.02057 149.0625 326.4737ZM150.15625 326.5987Q150.15625 327.6612 150.59375 328.2862Q151.03125 328.89557 151.82812 328.89557Q152.84375 328.89557 153.32812 327.95807L153.32812 325.06744Q152.82812 324.1612 151.82812 324.1612Q151.04688 324.1612 150.59375 324.77057Q150.15625 325.37994 150.15625 326.5987ZM159.03125 326.45807Q159.03125 325.5362 159.39062 324.7862Q159.76562 324.0362 160.42188 323.64557Q161.07812 323.23932 161.90625 323.23932Q163.20312 323.23932 164.0 324.12994Q164.8125 325.02057 164.8125 326.52057L164.8125 326.5987Q164.8125 327.52057 164.45312 328.25494Q164.09375 328.98932 163.4375 329.4112Q162.78125 329.81744 161.92188 329.81744Q160.64062 329.81744 159.82812 328.92682Q159.03125 328.02057 159.03125 326.5362L159.03125 326.45807ZM160.125 326.5987Q160.125 327.64557 160.60938 328.2862Q161.10938 328.92682 161.92188 328.92682Q162.75 328.92682 163.23438 328.2862Q163.71875 327.62994 163.71875 326.45807Q163.71875 325.42682 163.21875 324.7862Q162.73438 324.12994 161.90625 324.12994Q161.10938 324.12994 160.60938 324.77057Q160.125 325.39557 160.125 326.5987ZM167.34375 323.3487L167.375 324.14557Q168.10938 323.23932 169.28125 323.23932Q171.29688 323.23932 171.3125 325.50494L171.3125 329.69244L170.21875 329.69244L170.21875 325.48932Q170.21875 324.81744 169.90625 324.48932Q169.60938 324.1612 168.95312 324.1612Q168.42188 324.1612 168.01562 324.44244Q167.625 324.7237 167.40625 325.17682L167.40625 329.69244L166.32812 329.69244L166.32812 323.3487L167.34375 323.3487Z" fill-rule="nonzero"/><path fill="#666666" d="M48.796875 388.3463Q48.359375 388.9713 47.578125 389.2838Q46.796875 389.5963 45.765625 389.5963Q44.734375 389.5963 43.921875 389.11194Q43.109375 388.61194 42.671875 387.7057Q42.234375 386.79944 42.21875 385.61194L42.21875 384.87756Q42.21875 382.94006 43.109375 381.87756Q44.015625 380.81506 45.640625 380.81506Q46.984375 380.81506 47.796875 381.50256Q48.609375 382.19006 48.796875 383.44006L47.671875 383.44006Q47.34375 381.75256 45.65625 381.75256Q44.515625 381.75256 43.9375 382.54944Q43.359375 383.3307 43.34375 384.8463L43.34375 385.5338Q43.34375 386.9713 44.0 387.8307Q44.65625 388.67444 45.78125 388.67444Q46.40625 388.67444 46.875 388.5338Q47.359375 388.3932 47.671875 388.04944L47.671875 386.1432L45.703125 386.1432L45.703125 385.2213L48.796875 385.2213L48.796875 388.3463ZM50.03125 386.23694Q50.03125 385.31506 50.390625 384.56506Q50.765625 383.81506 51.421875 383.42444Q52.078125 383.0182 52.90625 383.0182Q54.203125 383.0182 55.0 383.9088Q55.8125 384.79944 55.8125 386.29944L55.8125 386.37756Q55.8125 387.29944 55.453125 388.0338Q55.09375 388.7682 54.4375 389.19006Q53.78125 389.5963 52.921875 389.5963Q51.640625 389.5963 50.828125 388.7057Q50.03125 387.79944 50.03125 386.31506L50.03125 386.23694ZM51.125 386.37756Q51.125 387.42444 51.609375 388.06506Q52.109375 388.7057 52.921875 388.7057Q53.75 388.7057 54.234375 388.06506Q54.71875 387.4088 54.71875 386.23694Q54.71875 385.2057 54.21875 384.56506Q53.734375 383.9088 52.90625 383.9088Q52.109375 383.9088 51.609375 384.54944Q51.125 385.17444 51.125 386.37756ZM61.5 389.4713L60.421875 389.4713L60.421875 380.4713L61.5 380.4713L61.5 389.4713ZM67.234375 389.4713Q67.140625 389.2838 67.078125 388.79944Q66.328125 389.5963 65.28125 389.5963Q64.34375 389.5963 63.734375 389.06506Q63.140625 388.5338 63.140625 387.7057Q63.140625 386.7213 63.890625 386.17444Q64.640625 385.62756 66.015625 385.62756L67.0625 385.62756L67.0625 385.12756Q67.0625 384.56506 66.71875 384.23694Q66.390625 383.8932 65.71875 383.8932Q65.140625 383.8932 64.75 384.19006Q64.359375 384.4713 64.359375 384.8932L63.265625 384.8932Q63.265625 384.4088 63.59375 383.9713Q63.9375 383.5338 64.515625 383.2838Q65.09375 383.0182 65.78125 383.0182Q66.890625 383.0182 67.5 383.56506Q68.125 384.11194 68.15625 385.06506L68.15625 387.98694Q68.15625 388.86194 68.375 389.37756L68.375 389.4713L67.234375 389.4713ZM65.4375 388.6432Q65.953125 388.6432 66.40625 388.37756Q66.859375 388.11194 67.0625 387.69006L67.0625 386.3932L66.21875 386.3932Q64.21875 386.3932 64.21875 387.56506Q64.21875 388.06506 64.5625 388.36194Q64.90625 388.6432 65.4375 388.6432ZM72.859375 388.7057Q73.4375 388.7057 73.875 388.36194Q74.3125 388.00256 74.359375 387.4713L75.390625 387.4713Q75.359375 388.0182 75.0 388.5182Q74.65625 389.00256 74.078125 389.29944Q73.515625 389.5963 72.859375 389.5963Q71.5625 389.5963 70.796875 388.73694Q70.046875 387.86194 70.046875 386.36194L70.046875 386.17444Q70.046875 385.25256 70.375 384.5338Q70.71875 383.81506 71.34375 383.42444Q71.984375 383.0182 72.859375 383.0182Q73.921875 383.0182 74.625 383.6588Q75.34375 384.2838 75.390625 385.31506L74.359375 385.31506Q74.3125 384.69006 73.890625 384.29944Q73.46875 383.9088 72.859375 383.9088Q72.03125 383.9088 71.578125 384.50256Q71.125 385.0963 71.125 386.2213L71.125 386.42444Q71.125 387.5182 71.578125 388.11194Q72.03125 388.7057 72.859375 388.7057ZM78.09375 386.5338L77.40625 387.23694L77.40625 389.4713L76.328125 389.4713L76.328125 380.4713L77.40625 380.4713L77.40625 385.9088L77.984375 385.2213L79.96875 383.12756L81.28125 383.12756L78.8125 385.7838L81.578125 389.4713L80.296875 389.4713L78.09375 386.5338ZM86.015625 387.7838Q86.015625 387.3463 85.671875 387.11194Q85.34375 386.86194 84.515625 386.69006Q83.703125 386.5182 83.21875 386.2682Q82.734375 386.0182 82.5 385.69006Q82.28125 385.3463 82.28125 384.87756Q82.28125 384.0963 82.9375 383.56506Q83.59375 383.0182 84.625 383.0182Q85.703125 383.0182 86.359375 383.5807Q87.03125 384.12756 87.03125 384.98694L85.953125 384.98694Q85.953125 384.54944 85.5625 384.23694Q85.1875 383.9088 84.625 383.9088Q84.03125 383.9088 83.6875 384.17444Q83.359375 384.42444 83.359375 384.8307Q83.359375 385.2213 83.671875 385.42444Q83.984375 385.62756 84.796875 385.81506Q85.609375 385.98694 86.109375 386.23694Q86.609375 386.48694 86.84375 386.8463Q87.09375 387.2057 87.09375 387.7057Q87.09375 388.56506 86.40625 389.0807Q85.734375 389.5963 84.65625 389.5963Q83.890625 389.5963 83.296875 389.3307Q82.71875 389.04944 82.390625 388.56506Q82.0625 388.0807 82.0625 387.5182L83.140625 387.5182Q83.171875 388.06506 83.578125 388.3932Q83.984375 388.7057 84.65625 388.7057Q85.265625 388.7057 85.640625 388.4557Q86.015625 388.2057 86.015625 387.7838ZM93.859375 388.7057Q94.4375 388.7057 94.875 388.36194Q95.3125 388.00256 95.359375 387.4713L96.390625 387.4713Q96.359375 388.0182 96.0 388.5182Q95.65625 389.00256 95.078125 389.29944Q94.515625 389.5963 93.859375 389.5963Q92.5625 389.5963 91.796875 388.73694Q91.046875 387.86194 91.046875 386.36194L91.046875 386.17444Q91.046875 385.25256 91.375 384.5338Q91.71875 383.81506 92.34375 383.42444Q92.984375 383.0182 93.859375 383.0182Q94.921875 383.0182 95.625 383.6588Q96.34375 384.2838 96.390625 385.31506L95.359375 385.31506Q95.3125 384.69006 94.890625 384.29944Q94.46875 383.9088 93.859375 383.9088Q93.03125 383.9088 92.578125 384.50256Q92.125 385.0963 92.125 386.2213L92.125 386.42444Q92.125 387.5182 92.578125 388.11194Q93.03125 388.7057 93.859375 388.7057ZM100.390625 384.0963Q100.140625 384.06506 99.859375 384.06506Q98.78125 384.06506 98.40625 384.9713L98.40625 389.4713L97.328125 389.4713L97.328125 383.12756L98.375 383.12756L98.390625 383.86194Q98.921875 383.0182 99.90625 383.0182Q100.21875 383.0182 100.390625 383.0963L100.390625 384.0963ZM102.5 389.4713L101.421875 389.4713L101.421875 383.12756L102.5 383.12756L102.5 389.4713ZM101.328125 381.4557Q101.328125 381.19006 101.484375 381.00256Q101.65625 380.81506 101.96875 380.81506Q102.28125 380.81506 102.4375 381.00256Q102.609375 381.19006 102.609375 381.4557Q102.609375 381.7057 102.4375 381.8932Q102.28125 382.06506 101.96875 382.06506Q101.65625 382.06506 101.484375 381.8932Q101.328125 381.7057 101.328125 381.4557ZM105.796875 381.5963L105.796875 383.12756L106.96875 383.12756L106.96875 383.9713L105.796875 383.9713L105.796875 387.8932Q105.796875 388.2838 105.953125 388.4713Q106.109375 388.6588 106.484375 388.6588Q106.671875 388.6588 107.0 388.5963L107.0 389.4713Q106.578125 389.5963 106.171875 389.5963Q105.453125 389.5963 105.078125 389.1588Q104.703125 388.7057 104.703125 387.8932L104.703125 383.9713L103.546875 383.9713L103.546875 383.12756L104.703125 383.12756L104.703125 381.5963L105.796875 381.5963ZM109.5 389.4713L108.421875 389.4713L108.421875 383.12756L109.5 383.12756L109.5 389.4713ZM108.328125 381.4557Q108.328125 381.19006 108.484375 381.00256Q108.65625 380.81506 108.96875 380.81506Q109.28125 380.81506 109.4375 381.00256Q109.609375 381.19006 109.609375 381.4557Q109.609375 381.7057 109.4375 381.8932Q109.28125 382.06506 108.96875 382.06506Q108.65625 382.06506 108.484375 381.8932Q108.328125 381.7057 108.328125 381.4557ZM113.859375 388.7057Q114.4375 388.7057 114.875 388.36194Q115.3125 388.00256 115.359375 387.4713L116.390625 387.4713Q116.359375 388.0182 116.0 388.5182Q115.65625 389.00256 115.078125 389.29944Q114.515625 389.5963 113.859375 389.5963Q112.5625 389.5963 111.796875 388.73694Q111.046875 387.86194 111.046875 386.36194L111.046875 386.17444Q111.046875 385.25256 111.375 384.5338Q111.71875 383.81506 112.34375 383.42444Q112.984375 383.0182 113.859375 383.0182Q114.921875 383.0182 115.625 383.6588Q116.34375 384.2838 116.390625 385.31506L115.359375 385.31506Q115.3125 384.69006 114.890625 384.29944Q114.46875 383.9088 113.859375 383.9088Q113.03125 383.9088 112.578125 384.50256Q112.125 385.0963 112.125 386.2213L112.125 386.42444Q112.125 387.5182 112.578125 388.11194Q113.03125 388.7057 113.859375 388.7057ZM121.234375 389.4713Q121.140625 389.2838 121.078125 388.79944Q120.328125 389.5963 119.28125 389.5963Q118.34375 389.5963 117.734375 389.06506Q117.140625 388.5338 117.140625 387.7057Q117.140625 386.7213 117.890625 386.17444Q118.640625 385.62756 120.015625 385.62756L121.0625 385.62756L121.0625 385.12756Q121.0625 384.56506 120.71875 384.23694Q120.390625 383.8932 119.71875 383.8932Q119.140625 383.8932 118.75 384.19006Q118.359375 384.4713 118.359375 384.8932L117.265625 384.8932Q117.265625 384.4088 117.59375 383.9713Q117.9375 383.5338 118.515625 383.2838Q119.09375 383.0182 119.78125 383.0182Q120.890625 383.0182 121.5 383.56506Q122.125 384.11194 122.15625 385.06506L122.15625 387.98694Q122.15625 388.86194 122.375 389.37756L122.375 389.4713L121.234375 389.4713ZM119.4375 388.6432Q119.953125 388.6432 120.40625 388.37756Q120.859375 388.11194 121.0625 387.69006L121.0625 386.3932L120.21875 386.3932Q118.21875 386.3932 118.21875 387.56506Q118.21875 388.06506 118.5625 388.36194Q118.90625 388.6432 119.4375 388.6432ZM125.5 389.4713L124.421875 389.4713L124.421875 380.4713L125.5 380.4713L125.5 389.4713ZM131.5 389.4713L130.42188 389.4713L130.42188 380.4713L131.5 380.4713L131.5 389.4713ZM134.5 389.4713L133.42188 389.4713L133.42188 383.12756L134.5 383.12756L134.5 389.4713ZM133.32812 381.4557Q133.32812 381.19006 133.48438 381.00256Q133.65625 380.81506 133.96875 380.81506Q134.28125 380.81506 134.4375 381.00256Q134.60938 381.19006 134.60938 381.4557Q134.60938 381.7057 134.4375 381.8932Q134.28125 382.06506 133.96875 382.06506Q133.65625 382.06506 133.48438 381.8932Q133.32812 381.7057 133.32812 381.4557ZM141.6875 386.37756Q141.6875 387.8307 141.01562 388.7213Q140.35938 389.5963 139.23438 389.5963Q138.03125 389.5963 137.375 388.73694L137.3125 389.4713L136.32812 389.4713L136.32812 380.4713L137.40625 380.4713L137.40625 383.8307Q138.0625 383.0182 139.21875 383.0182Q140.375 383.0182 141.03125 383.8932Q141.6875 384.75256 141.6875 386.2838L141.6875 386.37756ZM140.60938 386.25256Q140.60938 385.1432 140.17188 384.54944Q139.75 383.94006 138.95312 383.94006Q137.875 383.94006 137.40625 384.92444L137.40625 387.67444Q137.90625 388.67444 138.95312 388.67444Q139.73438 388.67444 140.17188 388.06506Q140.60938 387.4557 140.60938 386.25256ZM146.39062 384.0963Q146.14062 384.06506 145.85938 384.06506Q144.78125 384.06506 144.40625 384.9713L144.40625 389.4713L143.32812 389.4713L143.32812 383.12756L144.375 383.12756L144.39062 383.86194Q144.92188 383.0182 145.90625 383.0182Q146.21875 383.0182 146.39062 383.0963L146.39062 384.0963ZM151.23438 389.4713Q151.14062 389.2838 151.07812 388.79944Q150.32812 389.5963 149.28125 389.5963Q148.34375 389.5963 147.73438 389.06506Q147.14062 388.5338 147.14062 387.7057Q147.14062 386.7213 147.89062 386.17444Q148.64062 385.62756 150.01562 385.62756L151.0625 385.62756L151.0625 385.12756Q151.0625 384.56506 150.71875 384.23694Q150.39062 383.8932 149.71875 383.8932Q149.14062 383.8932 148.75 384.19006Q148.35938 384.4713 148.35938 384.8932L147.26562 384.8932Q147.26562 384.4088 147.59375 383.9713Q147.9375 383.5338 148.51562 383.2838Q149.09375 383.0182 149.78125 383.0182Q150.89062 383.0182 151.5 383.56506Q152.125 384.11194 152.15625 385.06506L152.15625 387.98694Q152.15625 388.86194 152.375 389.37756L152.375 389.4713L151.23438 389.4713ZM149.4375 388.6432Q149.95312 388.6432 150.40625 388.37756Q150.85938 388.11194 151.0625 387.69006L151.0625 386.3932L150.21875 386.3932Q148.21875 386.3932 148.21875 387.56506Q148.21875 388.06506 148.5625 388.36194Q148.90625 388.6432 149.4375 388.6432ZM157.39062 384.0963Q157.14062 384.06506 156.85938 384.06506Q155.78125 384.06506 155.40625 384.9713L155.40625 389.4713L154.32812 389.4713L154.32812 383.12756L155.375 383.12756L155.39062 383.86194Q155.92188 383.0182 156.90625 383.0182Q157.21875 383.0182 157.39062 383.0963L157.39062 384.0963ZM159.5 389.4713L158.42188 389.4713L158.42188 383.12756L159.5 383.12756L159.5 389.4713ZM158.32812 381.4557Q158.32812 381.19006 158.48438 381.00256Q158.65625 380.81506 158.96875 380.81506Q159.28125 380.81506 159.4375 381.00256Q159.60938 381.19006 159.60938 381.4557Q159.60938 381.7057 159.4375 381.8932Q159.28125 382.06506 158.96875 382.06506Q158.65625 382.06506 158.48438 381.8932Q158.32812 381.7057 158.32812 381.4557ZM163.95312 389.5963Q162.65625 389.5963 161.84375 388.75256Q161.04688 387.8932 161.04688 386.4713L161.04688 386.2838Q161.04688 385.3307 161.40625 384.5963Q161.76562 383.8463 162.40625 383.44006Q163.0625 383.0182 163.8125 383.0182Q165.04688 383.0182 165.73438 383.8307Q166.42188 384.6432 166.42188 386.1588L166.42188 386.61194L162.125 386.61194Q162.15625 387.54944 162.67188 388.12756Q163.20312 388.7057 164.01562 388.7057Q164.57812 388.7057 164.96875 388.4713Q165.375 388.23694 165.6875 387.8463L166.34375 388.36194Q165.54688 389.5963 163.95312 389.5963ZM163.8125 383.9088Q163.15625 383.9088 162.70312 384.3932Q162.26562 384.86194 162.17188 385.7213L165.34375 385.7213L165.34375 385.6432Q165.29688 384.81506 164.89062 384.36194Q164.5 383.9088 163.8125 383.9088ZM171.01562 387.7838Q171.01562 387.3463 170.67188 387.11194Q170.34375 386.86194 169.51562 386.69006Q168.70312 386.5182 168.21875 386.2682Q167.73438 386.0182 167.5 385.69006Q167.28125 385.3463 167.28125 384.87756Q167.28125 384.0963 167.9375 383.56506Q168.59375 383.0182 169.625 383.0182Q170.70312 383.0182 171.35938 383.5807Q172.03125 384.12756 172.03125 384.98694L170.95312 384.98694Q170.95312 384.54944 170.5625 384.23694Q170.1875 383.9088 169.625 383.9088Q169.03125 383.9088 168.6875 384.17444Q168.35938 384.42444 168.35938 384.8307Q168.35938 385.2213 168.67188 385.42444Q168.98438 385.62756 169.79688 385.81506Q170.60938 385.98694 171.10938 386.23694Q171.60938 386.48694 171.84375 386.8463Q172.09375 387.2057 172.09375 387.7057Q172.09375 388.56506 171.40625 389.0807Q170.73438 389.5963 169.65625 389.5963Q168.89062 389.5963 168.29688 389.3307Q167.71875 389.04944 167.39062 388.56506Q167.0625 388.0807 167.0625 387.5182L168.14062 387.5182Q168.17188 388.06506 168.57812 388.3932Q168.98438 388.7057 169.65625 388.7057Q170.26562 388.7057 170.64062 388.4557Q171.01562 388.2057 171.01562 387.7838Z" fill-rule="nonzero"/><path fill="#666666" d="M43.796875 440.62518Q43.359375 441.25018 42.578125 441.56268Q41.796875 441.87518 40.765625 441.87518Q39.734375 441.87518 38.921875 441.3908Q38.109375 440.8908 37.671875 439.98456Q37.234375 439.0783 37.21875 437.8908L37.21875 437.15643Q37.21875 435.21893 38.109375 434.15643Q39.015625 433.09393 40.640625 433.09393Q41.984375 433.09393 42.796875 433.78143Q43.609375 434.46893 43.796875 435.71893L42.671875 435.71893Q42.34375 434.03143 40.65625 434.03143Q39.515625 434.03143 38.9375 434.8283Q38.359375 435.60956 38.34375 437.12518L38.34375 437.81268Q38.34375 439.25018 39.0 440.10956Q39.65625 440.9533 40.78125 440.9533Q41.40625 440.9533 41.875 440.81268Q42.359375 440.67206 42.671875 440.3283L42.671875 438.42206L40.703125 438.42206L40.703125 437.50018L43.796875 437.50018L43.796875 440.62518ZM45.03125 438.5158Q45.03125 437.59393 45.390625 436.84393Q45.765625 436.09393 46.421875 435.7033Q47.078125 435.29706 47.90625 435.29706Q49.203125 435.29706 50.0 436.18768Q50.8125 437.0783 50.8125 438.5783L50.8125 438.65643Q50.8125 439.5783 50.453125 440.31268Q50.09375 441.04706 49.4375 441.46893Q48.78125 441.87518 47.921875 441.87518Q46.640625 441.87518 45.828125 440.98456Q45.03125 440.0783 45.03125 438.59393L45.03125 438.5158ZM46.125 438.65643Q46.125 439.7033 46.609375 440.34393Q47.109375 440.98456 47.921875 440.98456Q48.75 440.98456 49.234375 440.34393Q49.71875 439.68768 49.71875 438.5158Q49.71875 437.48456 49.21875 436.84393Q48.734375 436.18768 47.90625 436.18768Q47.109375 436.18768 46.609375 436.8283Q46.125 437.4533 46.125 438.65643ZM55.0625 438.53143Q55.0625 437.06268 55.75 436.18768Q56.4375 435.29706 57.5625 435.29706Q58.671875 435.29706 59.328125 436.04706L59.328125 432.75018L60.40625 432.75018L60.40625 441.75018L59.40625 441.75018L59.359375 441.06268Q58.703125 441.87518 57.546875 441.87518Q56.453125 441.87518 55.75 440.96893Q55.0625 440.06268 55.0625 438.60956L55.0625 438.53143ZM56.140625 438.65643Q56.140625 439.73456 56.578125 440.34393Q57.03125 440.9533 57.8125 440.9533Q58.84375 440.9533 59.328125 440.0158L59.328125 437.10956Q58.84375 436.21893 57.828125 436.21893Q57.03125 436.21893 56.578125 436.8283Q56.140625 437.43768 56.140625 438.65643ZM62.03125 438.5158Q62.03125 437.59393 62.390625 436.84393Q62.765625 436.09393 63.421875 435.7033Q64.078125 435.29706 64.90625 435.29706Q66.203125 435.29706 67.0 436.18768Q67.8125 437.0783 67.8125 438.5783L67.8125 438.65643Q67.8125 439.5783 67.453125 440.31268Q67.09375 441.04706 66.4375 441.46893Q65.78125 441.87518 64.921875 441.87518Q63.640625 441.87518 62.828125 440.98456Q62.03125 440.0783 62.03125 438.59393L62.03125 438.5158ZM63.125 438.65643Q63.125 439.7033 63.609375 440.34393Q64.109375 440.98456 64.921875 440.98456Q65.75 440.98456 66.234375 440.34393Q66.71875 439.68768 66.71875 438.5158Q66.71875 437.48456 66.21875 436.84393Q65.734375 436.18768 64.90625 436.18768Q64.109375 436.18768 63.609375 436.8283Q63.125 437.4533 63.125 438.65643ZM71.953125 441.87518Q70.65625 441.87518 69.84375 441.03143Q69.046875 440.17206 69.046875 438.75018L69.046875 438.56268Q69.046875 437.60956 69.40625 436.87518Q69.765625 436.12518 70.40625 435.71893Q71.0625 435.29706 71.8125 435.29706Q73.046875 435.29706 73.734375 436.10956Q74.421875 436.92206 74.421875 438.43768L74.421875 438.8908L70.125 438.8908Q70.15625 439.8283 70.671875 440.40643Q71.203125 440.98456 72.015625 440.98456Q72.578125 440.98456 72.96875 440.75018Q73.375 440.5158 73.6875 440.12518L74.34375 440.6408Q73.546875 441.87518 71.953125 441.87518ZM71.8125 436.18768Q71.15625 436.18768 70.703125 436.67206Q70.265625 437.1408 70.171875 438.00018L73.34375 438.00018L73.34375 437.92206Q73.296875 437.09393 72.890625 436.6408Q72.5 436.18768 71.8125 436.18768ZM79.015625 440.06268Q79.015625 439.62518 78.671875 439.3908Q78.34375 439.1408 77.515625 438.96893Q76.703125 438.79706 76.21875 438.54706Q75.734375 438.29706 75.5 437.96893Q75.28125 437.62518 75.28125 437.15643Q75.28125 436.37518 75.9375 435.84393Q76.59375 435.29706 77.625 435.29706Q78.703125 435.29706 79.359375 435.85956Q80.03125 436.40643 80.03125 437.2658L78.953125 437.2658Q78.953125 436.8283 78.5625 436.5158Q78.1875 436.18768 77.625 436.18768Q77.03125 436.18768 76.6875 436.4533Q76.359375 436.7033 76.359375 437.10956Q76.359375 437.50018 76.671875 437.7033Q76.984375 437.90643 77.796875 438.09393Q78.609375 438.2658 79.109375 438.5158Q79.609375 438.7658 79.84375 439.12518Q80.09375 439.48456 80.09375 439.98456Q80.09375 440.84393 79.40625 441.35956Q78.734375 441.87518 77.65625 441.87518Q76.890625 441.87518 76.296875 441.60956Q75.71875 441.3283 75.390625 440.84393Q75.0625 440.35956 75.0625 439.79706L76.140625 439.79706Q76.171875 440.34393 76.578125 440.67206Q76.984375 440.98456 77.65625 440.98456Q78.265625 440.98456 78.640625 440.73456Q79.015625 440.48456 79.015625 440.06268ZM82.34375 435.40643L82.375 436.2033Q83.109375 435.29706 84.28125 435.29706Q86.296875 435.29706 86.3125 437.56268L86.3125 441.75018L85.21875 441.75018L85.21875 437.54706Q85.21875 436.87518 84.90625 436.54706Q84.609375 436.21893 83.953125 436.21893Q83.421875 436.21893 83.015625 436.50018Q82.625 436.78143 82.40625 437.23456L82.40625 441.75018L81.328125 441.75018L81.328125 435.40643L82.34375 435.40643ZM88.984375 433.40643L88.859375 435.56268L88.109375 435.56268L88.109375 432.75018L88.984375 432.75018L88.984375 433.40643ZM91.796875 433.87518L91.796875 435.40643L92.96875 435.40643L92.96875 436.25018L91.796875 436.25018L91.796875 440.17206Q91.796875 440.56268 91.953125 440.75018Q92.109375 440.93768 92.484375 440.93768Q92.671875 440.93768 93.0 440.87518L93.0 441.75018Q92.578125 441.87518 92.171875 441.87518Q91.453125 441.87518 91.078125 441.43768Q90.703125 440.98456 90.703125 440.17206L90.703125 436.25018L89.546875 436.25018L89.546875 435.40643L90.703125 435.40643L90.703125 433.87518L91.796875 433.87518ZM102.9375 440.25018L104.15625 435.40643L105.234375 435.40643L103.390625 441.75018L102.515625 441.75018L100.96875 436.93768L99.46875 441.75018L98.59375 441.75018L96.75 435.40643L97.828125 435.40643L99.078125 440.15643L100.5625 435.40643L101.421875 435.40643L102.9375 440.25018ZM106.03125 438.5158Q106.03125 437.59393 106.390625 436.84393Q106.765625 436.09393 107.421875 435.7033Q108.078125 435.29706 108.90625 435.29706Q110.203125 435.29706 111.0 436.18768Q111.8125 437.0783 111.8125 438.5783L111.8125 438.65643Q111.8125 439.5783 111.453125 440.31268Q111.09375 441.04706 110.4375 441.46893Q109.78125 441.87518 108.921875 441.87518Q107.640625 441.87518 106.828125 440.98456Q106.03125 440.0783 106.03125 438.59393L106.03125 438.5158ZM107.125 438.65643Q107.125 439.7033 107.609375 440.34393Q108.109375 440.98456 108.921875 440.98456Q109.75 440.98456 110.234375 440.34393Q110.71875 439.68768 110.71875 438.5158Q110.71875 437.48456 110.21875 436.84393Q109.734375 436.18768 108.90625 436.18768Q108.109375 436.18768 107.609375 436.8283Q107.125 437.4533 107.125 438.65643ZM116.390625 436.37518Q116.140625 436.34393 115.859375 436.34393Q114.78125 436.34393 114.40625 437.25018L114.40625 441.75018L113.328125 441.75018L113.328125 435.40643L114.375 435.40643L114.390625 436.1408Q114.921875 435.29706 115.90625 435.29706Q116.21875 435.29706 116.390625 435.37518L116.390625 436.37518ZM119.09375 438.81268L118.40625 439.5158L118.40625 441.75018L117.328125 441.75018L117.328125 432.75018L118.40625 432.75018L118.40625 438.18768L118.984375 437.50018L120.96875 435.40643L122.28125 435.40643L119.8125 438.06268L122.578125 441.75018L121.296875 441.75018L119.09375 438.81268ZM131.9375 440.25018L133.15625 435.40643L134.23438 435.40643L132.39062 441.75018L131.51562 441.75018L129.96875 436.93768L128.46875 441.75018L127.59375 441.75018L125.75 435.40643L126.828125 435.40643L128.07812 440.15643L129.5625 435.40643L130.42188 435.40643L131.9375 440.25018ZM137.95312 441.87518Q136.65625 441.87518 135.84375 441.03143Q135.04688 440.17206 135.04688 438.75018L135.04688 438.56268Q135.04688 437.60956 135.40625 436.87518Q135.76562 436.12518 136.40625 435.71893Q137.0625 435.29706 137.8125 435.29706Q139.04688 435.29706 139.73438 436.10956Q140.42188 436.92206 140.42188 438.43768L140.42188 438.8908L136.125 438.8908Q136.15625 439.8283 136.67188 440.40643Q137.20312 440.98456 138.01562 440.98456Q138.57812 440.98456 138.96875 440.75018Q139.375 440.5158 139.6875 440.12518L140.34375 440.6408Q139.54688 441.87518 137.95312 441.87518ZM137.8125 436.18768Q137.15625 436.18768 136.70312 436.67206Q136.26562 437.1408 136.17188 438.00018L139.34375 438.00018L139.34375 437.92206Q139.29688 437.09393 138.89062 436.6408Q138.5 436.18768 137.8125 436.18768ZM142.5 441.75018L141.42188 441.75018L141.42188 432.75018L142.5 432.75018L142.5 441.75018ZM145.5 441.75018L144.42188 441.75018L144.42188 432.75018L145.5 432.75018L145.5 441.75018ZM155.9375 440.25018L157.15625 435.40643L158.23438 435.40643L156.39062 441.75018L155.51562 441.75018L153.96875 436.93768L152.46875 441.75018L151.59375 441.75018L149.75 435.40643L150.82812 435.40643L152.07812 440.15643L153.5625 435.40643L154.42188 435.40643L155.9375 440.25018ZM160.5 441.75018L159.42188 441.75018L159.42188 435.40643L160.5 435.40643L160.5 441.75018ZM159.32812 433.73456Q159.32812 433.46893 159.48438 433.28143Q159.65625 433.09393 159.96875 433.09393Q160.28125 433.09393 160.4375 433.28143Q160.60938 433.46893 160.60938 433.73456Q160.60938 433.98456 160.4375 434.17206Q160.28125 434.34393 159.96875 434.34393Q159.65625 434.34393 159.48438 434.17206Q159.32812 433.98456 159.32812 433.73456ZM163.79688 433.87518L163.79688 435.40643L164.96875 435.40643L164.96875 436.25018L163.79688 436.25018L163.79688 440.17206Q163.79688 440.56268 163.95312 440.75018Q164.10938 440.93768 164.48438 440.93768Q164.67188 440.93768 165.0 440.87518L165.0 441.75018Q164.57812 441.87518 164.17188 441.87518Q163.45312 441.87518 163.07812 441.43768Q162.70312 440.98456 162.70312 440.17206L162.70312 436.25018L161.54688 436.25018L161.54688 435.40643L162.70312 435.40643L162.70312 433.87518L163.79688 433.87518ZM167.40625 436.17206Q168.125 435.29706 169.28125 435.29706Q171.29688 435.29706 171.3125 437.56268L171.3125 441.75018L170.21875 441.75018L170.21875 437.54706Q170.21875 436.87518 169.90625 436.54706Q169.60938 436.21893 168.95312 436.21893Q168.42188 436.21893 168.01562 436.50018Q167.625 436.78143 167.40625 437.23456L167.40625 441.75018L166.32812 441.75018L166.32812 432.75018L167.40625 432.75018L167.40625 436.17206Z" fill-rule="nonzero"/><path fill="#666666" d="M27.34375 450.40643L27.375 451.10956Q28.0625 450.29706 29.25 450.29706Q30.578125 450.29706 31.0625 451.31268Q31.375 450.85956 31.875 450.5783Q32.390625 450.29706 33.078125 450.29706Q35.171875 450.29706 35.203125 452.50018L35.203125 456.75018L34.125 456.75018L34.125 452.56268Q34.125 451.8908 33.8125 451.56268Q33.5 451.21893 32.765625 451.21893Q32.15625 451.21893 31.75 451.5783Q31.359375 451.93768 31.296875 452.54706L31.296875 456.75018L30.21875 456.75018L30.21875 452.59393Q30.21875 451.21893 28.859375 451.21893Q27.796875 451.21893 27.40625 452.12518L27.40625 456.75018L26.3125 456.75018L26.3125 450.40643L27.34375 450.40643ZM39.390625 455.15643L40.875 450.40643L42.03125 450.40643L39.484375 457.73456Q38.890625 459.31268 37.609375 459.31268L37.390625 459.29706L37.0 459.21893L37.0 458.34393L37.28125 458.35956Q37.84375 458.35956 38.140625 458.1408Q38.453125 457.92206 38.65625 457.3283L38.890625 456.67206L36.625 450.40643L37.8125 450.40643L39.390625 455.15643ZM48.953125 456.87518Q47.65625 456.87518 46.84375 456.03143Q46.046875 455.17206 46.046875 453.75018L46.046875 453.56268Q46.046875 452.60956 46.40625 451.87518Q46.765625 451.12518 47.40625 450.71893Q48.0625 450.29706 48.8125 450.29706Q50.046875 450.29706 50.734375 451.10956Q51.421875 451.92206 51.421875 453.43768L51.421875 453.8908L47.125 453.8908Q47.15625 454.8283 47.671875 455.40643Q48.203125 455.98456 49.015625 455.98456Q49.578125 455.98456 49.96875 455.75018Q50.375 455.5158 50.6875 455.12518L51.34375 455.6408Q50.546875 456.87518 48.953125 456.87518ZM48.8125 451.18768Q48.15625 451.18768 47.703125 451.67206Q47.265625 452.1408 47.171875 453.00018L50.34375 453.00018L50.34375 452.92206Q50.296875 452.09393 49.890625 451.6408Q49.5 451.18768 48.8125 451.18768ZM54.453125 452.71893L55.859375 450.40643L57.125 450.40643L55.046875 453.54706L57.1875 456.75018L55.9375 456.75018L54.46875 454.37518L53.0 456.75018L51.734375 456.75018L53.875 453.54706L51.8125 450.40643L53.0625 450.40643L54.453125 452.71893ZM59.5 456.75018L58.421875 456.75018L58.421875 450.40643L59.5 450.40643L59.5 456.75018ZM58.328125 448.73456Q58.328125 448.46893 58.484375 448.28143Q58.65625 448.09393 58.96875 448.09393Q59.28125 448.09393 59.4375 448.28143Q59.609375 448.46893 59.609375 448.73456Q59.609375 448.98456 59.4375 449.17206Q59.28125 449.34393 58.96875 449.34393Q58.65625 449.34393 58.484375 449.17206Q58.328125 448.98456 58.328125 448.73456ZM65.015625 455.06268Q65.015625 454.62518 64.671875 454.3908Q64.34375 454.1408 63.515625 453.96893Q62.703125 453.79706 62.21875 453.54706Q61.734375 453.29706 61.5 452.96893Q61.28125 452.62518 61.28125 452.15643Q61.28125 451.37518 61.9375 450.84393Q62.59375 450.29706 63.625 450.29706Q64.703125 450.29706 65.359375 450.85956Q66.03125 451.40643 66.03125 452.2658L64.953125 452.2658Q64.953125 451.8283 64.5625 451.5158Q64.1875 451.18768 63.625 451.18768Q63.03125 451.18768 62.6875 451.4533Q62.359375 451.7033 62.359375 452.10956Q62.359375 452.50018 62.671875 452.7033Q62.984375 452.90643 63.796875 453.09393Q64.609375 453.2658 65.109375 453.5158Q65.609375 453.7658 65.84375 454.12518Q66.09375 454.48456 66.09375 454.98456Q66.09375 455.84393 65.40625 456.35956Q64.734375 456.87518 63.65625 456.87518Q62.890625 456.87518 62.296875 456.60956Q61.71875 456.3283 61.390625 455.84393Q61.0625 455.35956 61.0625 454.79706L62.140625 454.79706Q62.171875 455.34393 62.578125 455.67206Q62.984375 455.98456 63.65625 455.98456Q64.265625 455.98456 64.640625 455.73456Q65.015625 455.48456 65.015625 455.06268ZM68.796875 448.87518L68.796875 450.40643L69.96875 450.40643L69.96875 451.25018L68.796875 451.25018L68.796875 455.17206Q68.796875 455.56268 68.953125 455.75018Q69.109375 455.93768 69.484375 455.93768Q69.671875 455.93768 70.0 455.87518L70.0 456.75018Q69.578125 456.87518 69.171875 456.87518Q68.453125 456.87518 68.078125 456.43768Q67.703125 455.98456 67.703125 455.17206L67.703125 451.25018L66.546875 451.25018L66.546875 450.40643L67.703125 450.40643L67.703125 448.87518L68.796875 448.87518ZM72.5 456.75018L71.421875 456.75018L71.421875 450.40643L72.5 450.40643L72.5 456.75018ZM71.328125 448.73456Q71.328125 448.46893 71.484375 448.28143Q71.65625 448.09393 71.96875 448.09393Q72.28125 448.09393 72.4375 448.28143Q72.609375 448.46893 72.609375 448.73456Q72.609375 448.98456 72.4375 449.17206Q72.28125 449.34393 71.96875 449.34393Q71.65625 449.34393 71.484375 449.17206Q71.328125 448.98456 71.328125 448.73456ZM75.34375 450.40643L75.375 451.2033Q76.109375 450.29706 77.28125 450.29706Q79.296875 450.29706 79.3125 452.56268L79.3125 456.75018L78.21875 456.75018L78.21875 452.54706Q78.21875 451.87518 77.90625 451.54706Q77.609375 451.21893 76.953125 451.21893Q76.421875 451.21893 76.015625 451.50018Q75.625 451.78143 75.40625 452.23456L75.40625 456.75018L74.328125 456.75018L74.328125 450.40643L75.34375 450.40643ZM81.0625 453.53143Q81.0625 452.04706 81.75 451.17206Q82.4375 450.29706 83.5625 450.29706Q84.71875 450.29706 85.375 451.10956L85.421875 450.40643L86.421875 450.40643L86.421875 456.59393Q86.421875 457.8283 85.6875 458.53143Q84.953125 459.25018 83.734375 459.25018Q83.046875 459.25018 82.390625 458.9533Q81.734375 458.65643 81.390625 458.15643L81.953125 457.50018Q82.640625 458.35956 83.65625 458.35956Q84.4375 458.35956 84.875 457.90643Q85.328125 457.46893 85.328125 456.65643L85.328125 456.10956Q84.671875 456.87518 83.546875 456.87518Q82.4375 456.87518 81.75 455.98456Q81.0625 455.0783 81.0625 453.53143ZM82.15625 453.65643Q82.15625 454.71893 82.59375 455.34393Q83.03125 455.9533 83.828125 455.9533Q84.84375 455.9533 85.328125 455.0158L85.328125 452.12518Q84.828125 451.21893 83.828125 451.21893Q83.046875 451.21893 82.59375 451.8283Q82.15625 452.43768 82.15625 453.65643ZM91.0625 453.53143Q91.0625 452.06268 91.75 451.18768Q92.4375 450.29706 93.5625 450.29706Q94.671875 450.29706 95.328125 451.04706L95.328125 447.75018L96.40625 447.75018L96.40625 456.75018L95.40625 456.75018L95.359375 456.06268Q94.703125 456.87518 93.546875 456.87518Q92.453125 456.87518 91.75 455.96893Q91.0625 455.06268 91.0625 453.60956L91.0625 453.53143ZM92.140625 453.65643Q92.140625 454.73456 92.578125 455.34393Q93.03125 455.9533 93.8125 455.9533Q94.84375 455.9533 95.328125 455.0158L95.328125 452.10956Q94.84375 451.21893 93.828125 451.21893Q93.03125 451.21893 92.578125 451.8283Q92.140625 452.43768 92.140625 453.65643ZM100.953125 456.87518Q99.65625 456.87518 98.84375 456.03143Q98.046875 455.17206 98.046875 453.75018L98.046875 453.56268Q98.046875 452.60956 98.40625 451.87518Q98.765625 451.12518 99.40625 450.71893Q100.0625 450.29706 100.8125 450.29706Q102.046875 450.29706 102.734375 451.10956Q103.421875 451.92206 103.421875 453.43768L103.421875 453.8908L99.125 453.8908Q99.15625 454.8283 99.671875 455.40643Q100.203125 455.98456 101.015625 455.98456Q101.578125 455.98456 101.96875 455.75018Q102.375 455.5158 102.6875 455.12518L103.34375 455.6408Q102.546875 456.87518 100.953125 456.87518ZM100.8125 451.18768Q100.15625 451.18768 99.703125 451.67206Q99.265625 452.1408 99.171875 453.00018L102.34375 453.00018L102.34375 452.92206Q102.296875 452.09393 101.890625 451.6408Q101.5 451.18768 100.8125 451.18768ZM106.40625 455.28143L107.984375 450.40643L109.09375 450.40643L106.8125 456.75018L105.984375 456.75018L103.6875 450.40643L104.796875 450.40643L106.40625 455.28143ZM112.953125 456.87518Q111.65625 456.87518 110.84375 456.03143Q110.046875 455.17206 110.046875 453.75018L110.046875 453.56268Q110.046875 452.60956 110.40625 451.87518Q110.765625 451.12518 111.40625 450.71893Q112.0625 450.29706 112.8125 450.29706Q114.046875 450.29706 114.734375 451.10956Q115.421875 451.92206 115.421875 453.43768L115.421875 453.8908L111.125 453.8908Q111.15625 454.8283 111.671875 455.40643Q112.203125 455.98456 113.015625 455.98456Q113.578125 455.98456 113.96875 455.75018Q114.375 455.5158 114.6875 455.12518L115.34375 455.6408Q114.546875 456.87518 112.953125 456.87518ZM112.8125 451.18768Q112.15625 451.18768 111.703125 451.67206Q111.265625 452.1408 111.171875 453.00018L114.34375 453.00018L114.34375 452.92206Q114.296875 452.09393 113.890625 451.6408Q113.5 451.18768 112.8125 451.18768ZM117.5 456.75018L116.421875 456.75018L116.421875 447.75018L117.5 447.75018L117.5 456.75018ZM119.03125 453.5158Q119.03125 452.59393 119.390625 451.84393Q119.765625 451.09393 120.421875 450.7033Q121.078125 450.29706 121.90625 450.29706Q123.203125 450.29706 124.0 451.18768Q124.8125 452.0783 124.8125 453.5783L124.8125 453.65643Q124.8125 454.5783 124.453125 455.31268Q124.09375 456.04706 123.4375 456.46893Q122.78125 456.87518 121.921875 456.87518Q120.640625 456.87518 119.828125 455.98456Q119.03125 455.0783 119.03125 453.59393L119.03125 453.5158ZM120.125 453.65643Q120.125 454.7033 120.609375 455.34393Q121.109375 455.98456 121.921875 455.98456Q122.75 455.98456 123.234375 455.34393Q123.71875 454.68768 123.71875 453.5158Q123.71875 452.48456 123.21875 451.84393Q122.734375 451.18768 121.90625 451.18768Q121.109375 451.18768 120.609375 451.8283Q120.125 452.4533 120.125 453.65643ZM131.67188 453.65643Q131.67188 455.09393 131.01562 455.98456Q130.35938 456.87518 129.21875 456.87518Q128.0625 456.87518 127.40625 456.1408L127.40625 459.18768L126.328125 459.18768L126.328125 450.40643L127.3125 450.40643L127.359375 451.10956Q128.03125 450.29706 129.20312 450.29706Q130.34375 450.29706 131.0 451.15643Q131.67188 452.0158 131.67188 453.54706L131.67188 453.65643ZM130.59375 453.53143Q130.59375 452.4533 130.125 451.84393Q129.67188 451.21893 128.875 451.21893Q127.890625 451.21893 127.40625 452.0783L127.40625 455.10956Q127.890625 455.98456 128.89062 455.98456Q129.67188 455.98456 130.125 455.37518Q130.59375 454.75018 130.59375 453.53143ZM135.95312 456.87518Q134.65625 456.87518 133.84375 456.03143Q133.04688 455.17206 133.04688 453.75018L133.04688 453.56268Q133.04688 452.60956 133.40625 451.87518Q133.76562 451.12518 134.40625 450.71893Q135.0625 450.29706 135.8125 450.29706Q137.04688 450.29706 137.73438 451.10956Q138.42188 451.92206 138.42188 453.43768L138.42188 453.8908L134.125 453.8908Q134.15625 454.8283 134.67188 455.40643Q135.20312 455.98456 136.01562 455.98456Q136.57812 455.98456 136.96875 455.75018Q137.375 455.5158 137.6875 455.12518L138.34375 455.6408Q137.54688 456.87518 135.95312 456.87518ZM135.8125 451.18768Q135.15625 451.18768 134.70312 451.67206Q134.26562 452.1408 134.17188 453.00018L137.34375 453.00018L137.34375 452.92206Q137.29688 452.09393 136.89062 451.6408Q136.5 451.18768 135.8125 451.18768ZM142.39062 451.37518Q142.14062 451.34393 141.85938 451.34393Q140.78125 451.34393 140.40625 452.25018L140.40625 456.75018L139.32812 456.75018L139.32812 450.40643L140.375 450.40643L140.39062 451.1408Q140.92188 450.29706 141.90625 450.29706Q142.21875 450.29706 142.39062 450.37518L142.39062 451.37518ZM147.79688 448.87518L147.79688 450.40643L148.96875 450.40643L148.96875 451.25018L147.79688 451.25018L147.79688 455.17206Q147.79688 455.56268 147.95312 455.75018Q148.10938 455.93768 148.48438 455.93768Q148.67188 455.93768 149.0 455.87518L149.0 456.75018Q148.57812 456.87518 148.17188 456.87518Q147.45312 456.87518 147.07812 456.43768Q146.70312 455.98456 146.70312 455.17206L146.70312 451.25018L145.54688 451.25018L145.54688 450.40643L146.70312 450.40643L146.70312 448.87518L147.79688 448.87518ZM150.03125 453.5158Q150.03125 452.59393 150.39062 451.84393Q150.76562 451.09393 151.42188 450.7033Q152.07812 450.29706 152.90625 450.29706Q154.20312 450.29706 155.0 451.18768Q155.8125 452.0783 155.8125 453.5783L155.8125 453.65643Q155.8125 454.5783 155.45312 455.31268Q155.09375 456.04706 154.4375 456.46893Q153.78125 456.87518 152.92188 456.87518Q151.64062 456.87518 150.82812 455.98456Q150.03125 455.0783 150.03125 453.59393L150.03125 453.5158ZM151.125 453.65643Q151.125 454.7033 151.60938 455.34393Q152.10938 455.98456 152.92188 455.98456Q153.75 455.98456 154.23438 455.34393Q154.71875 454.68768 154.71875 453.5158Q154.71875 452.48456 154.21875 451.84393Q153.73438 451.18768 152.90625 451.18768Q152.10938 451.18768 151.60938 451.8283Q151.125 452.4533 151.125 453.65643ZM157.03125 453.5158Q157.03125 452.59393 157.39062 451.84393Q157.76562 451.09393 158.42188 450.7033Q159.07812 450.29706 159.90625 450.29706Q161.20312 450.29706 162.0 451.18768Q162.8125 452.0783 162.8125 453.5783L162.8125 453.65643Q162.8125 454.5783 162.45312 455.31268Q162.09375 456.04706 161.4375 456.46893Q160.78125 456.87518 159.92188 456.87518Q158.64062 456.87518 157.82812 455.98456Q157.03125 455.0783 157.03125 453.59393L157.03125 453.5158ZM158.125 453.65643Q158.125 454.7033 158.60938 455.34393Q159.10938 455.98456 159.92188 455.98456Q160.75 455.98456 161.23438 455.34393Q161.71875 454.68768 161.71875 453.5158Q161.71875 452.48456 161.21875 451.84393Q160.73438 451.18768 159.90625 451.18768Q159.10938 451.18768 158.60938 451.8283Q158.125 452.4533 158.125 453.65643ZM165.5 456.75018L164.42188 456.75018L164.42188 447.75018L165.5 447.75018L165.5 456.75018ZM171.01562 455.06268Q171.01562 454.62518 170.67188 454.3908Q170.34375 454.1408 169.51562 453.96893Q168.70312 453.79706 168.21875 453.54706Q167.73438 453.29706 167.5 452.96893Q167.28125 452.62518 167.28125 452.15643Q167.28125 451.37518 167.9375 450.84393Q168.59375 450.29706 169.625 450.29706Q170.70312 450.29706 171.35938 450.85956Q172.03125 451.40643 172.03125 452.2658L170.95312 452.2658Q170.95312 451.8283 170.5625 451.5158Q170.1875 451.18768 169.625 451.18768Q169.03125 451.18768 168.6875 451.4533Q168.35938 451.7033 168.35938 452.10956Q168.35938 452.50018 168.67188 452.7033Q168.98438 452.90643 169.79688 453.09393Q170.60938 453.2658 171.10938 453.5158Q171.60938 453.7658 171.84375 454.12518Q172.09375 454.48456 172.09375 454.98456Q172.09375 455.84393 171.40625 456.35956Q170.73438 456.87518 169.65625 456.87518Q168.89062 456.87518 168.29688 456.60956Q167.71875 456.3283 167.39062 455.84393Q167.0625 455.35956 167.0625 454.79706L168.14062 454.79706Q168.17188 455.34393 168.57812 455.67206Q168.98438 455.98456 169.65625 455.98456Q170.26562 455.98456 170.64062 455.73456Q171.01562 455.48456 171.01562 455.06268Z" fill-rule="nonzero"/><path fill="#666666" d="M92.53125 472.48456L91.609375 472.48456L95.171875 463.21893L96.09375 463.21893L92.53125 472.48456ZM101.5 471.75018L100.421875 471.75018L100.421875 465.40643L101.5 465.40643L101.5 471.75018ZM100.328125 463.73456Q100.328125 463.46893 100.484375 463.28143Q100.65625 463.09393 100.96875 463.09393Q101.28125 463.09393 101.4375 463.28143Q101.609375 463.46893 101.609375 463.73456Q101.609375 463.98456 101.4375 464.17206Q101.28125 464.34393 100.96875 464.34393Q100.65625 464.34393 100.484375 464.17206Q100.328125 463.98456 100.328125 463.73456ZM104.34375 465.40643L104.375 466.2033Q105.109375 465.29706 106.28125 465.29706Q108.296875 465.29706 108.3125 467.56268L108.3125 471.75018L107.21875 471.75018L107.21875 467.54706Q107.21875 466.87518 106.90625 466.54706Q106.609375 466.21893 105.953125 466.21893Q105.421875 466.21893 105.015625 466.50018Q104.625 466.78143 104.40625 467.23456L104.40625 471.75018L103.328125 471.75018L103.328125 465.40643L104.34375 465.40643ZM110.859375 471.75018L110.859375 466.25018L109.859375 466.25018L109.859375 465.40643L110.859375 465.40643L110.859375 464.7658Q110.859375 463.73456 111.390625 463.18768Q111.9375 462.62518 112.9375 462.62518Q113.3125 462.62518 113.6875 462.71893L113.625 463.60956Q113.34375 463.54706 113.046875 463.54706Q112.515625 463.54706 112.21875 463.85956Q111.9375 464.17206 111.9375 464.73456L111.9375 465.40643L113.296875 465.40643L113.296875 466.25018L111.9375 466.25018L111.9375 471.75018L110.859375 471.75018ZM117.390625 466.37518Q117.140625 466.34393 116.859375 466.34393Q115.78125 466.34393 115.40625 467.25018L115.40625 471.75018L114.328125 471.75018L114.328125 465.40643L115.375 465.40643L115.390625 466.1408Q115.921875 465.29706 116.90625 465.29706Q117.21875 465.29706 117.390625 465.37518L117.390625 466.37518ZM122.234375 471.75018Q122.140625 471.56268 122.078125 471.0783Q121.328125 471.87518 120.28125 471.87518Q119.34375 471.87518 118.734375 471.34393Q118.140625 470.81268 118.140625 469.98456Q118.140625 469.00018 118.890625 468.4533Q119.640625 467.90643 121.015625 467.90643L122.0625 467.90643L122.0625 467.40643Q122.0625 466.84393 121.71875 466.5158Q121.390625 466.17206 120.71875 466.17206Q120.140625 466.17206 119.75 466.46893Q119.359375 466.75018 119.359375 467.17206L118.265625 467.17206Q118.265625 466.68768 118.59375 466.25018Q118.9375 465.81268 119.515625 465.56268Q120.09375 465.29706 120.78125 465.29706Q121.890625 465.29706 122.5 465.84393Q123.125 466.3908 123.15625 467.34393L123.15625 470.2658Q123.15625 471.1408 123.375 471.65643L123.375 471.75018L122.234375 471.75018ZM120.4375 470.92206Q120.953125 470.92206 121.40625 470.65643Q121.859375 470.3908 122.0625 469.96893L122.0625 468.67206L121.21875 468.67206Q119.21875 468.67206 119.21875 469.84393Q119.21875 470.34393 119.5625 470.6408Q119.90625 470.92206 120.4375 470.92206ZM129.01562 470.06268Q129.01562 469.62518 128.67188 469.3908Q128.34375 469.1408 127.515625 468.96893Q126.703125 468.79706 126.21875 468.54706Q125.734375 468.29706 125.5 467.96893Q125.28125 467.62518 125.28125 467.15643Q125.28125 466.37518 125.9375 465.84393Q126.59375 465.29706 127.625 465.29706Q128.70312 465.29706 129.35938 465.85956Q130.03125 466.40643 130.03125 467.2658L128.95312 467.2658Q128.95312 466.8283 128.5625 466.5158Q128.1875 466.18768 127.625 466.18768Q127.03125 466.18768 126.6875 466.4533Q126.359375 466.7033 126.359375 467.10956Q126.359375 467.50018 126.671875 467.7033Q126.984375 467.90643 127.796875 468.09393Q128.60938 468.2658 129.10938 468.5158Q129.60938 468.7658 129.84375 469.12518Q130.09375 469.48456 130.09375 469.98456Q130.09375 470.84393 129.40625 471.35956Q128.73438 471.87518 127.65625 471.87518Q126.890625 471.87518 126.296875 471.60956Q125.71875 471.3283 125.390625 470.84393Q125.0625 470.35956 125.0625 469.79706L126.140625 469.79706Q126.171875 470.34393 126.578125 470.67206Q126.984375 470.98456 127.65625 470.98456Q128.26562 470.98456 128.64062 470.73456Q129.01562 470.48456 129.01562 470.06268ZM132.79688 463.87518L132.79688 465.40643L133.96875 465.40643L133.96875 466.25018L132.79688 466.25018L132.79688 470.17206Q132.79688 470.56268 132.95312 470.75018Q133.10938 470.93768 133.48438 470.93768Q133.67188 470.93768 134.0 470.87518L134.0 471.75018Q133.57812 471.87518 133.17188 471.87518Q132.45312 471.87518 132.07812 471.43768Q131.70312 470.98456 131.70312 470.17206L131.70312 466.25018L130.54688 466.25018L130.54688 465.40643L131.70312 465.40643L131.70312 463.87518L132.79688 463.87518ZM138.39062 466.37518Q138.14062 466.34393 137.85938 466.34393Q136.78125 466.34393 136.40625 467.25018L136.40625 471.75018L135.32812 471.75018L135.32812 465.40643L136.375 465.40643L136.39062 466.1408Q136.92188 465.29706 137.90625 465.29706Q138.21875 465.29706 138.39062 465.37518L138.39062 466.37518ZM143.23438 471.12518Q142.60938 471.87518 141.375 471.87518Q140.35938 471.87518 139.82812 471.28143Q139.29688 470.68768 139.29688 469.53143L139.29688 465.40643L140.375 465.40643L140.375 469.50018Q140.375 470.9533 141.54688 470.9533Q142.79688 470.9533 143.20312 470.0158L143.20312 465.40643L144.29688 465.40643L144.29688 471.75018L143.26562 471.75018L143.23438 471.12518ZM148.85938 470.98456Q149.4375 470.98456 149.875 470.6408Q150.3125 470.28143 150.35938 469.75018L151.39062 469.75018Q151.35938 470.29706 151.0 470.79706Q150.65625 471.28143 150.07812 471.5783Q149.51562 471.87518 148.85938 471.87518Q147.5625 471.87518 146.79688 471.0158Q146.04688 470.1408 146.04688 468.6408L146.04688 468.4533Q146.04688 467.53143 146.375 466.81268Q146.71875 466.09393 147.34375 465.7033Q147.98438 465.29706 148.85938 465.29706Q149.92188 465.29706 150.625 465.93768Q151.34375 466.56268 151.39062 467.59393L150.35938 467.59393Q150.3125 466.96893 149.89062 466.5783Q149.46875 466.18768 148.85938 466.18768Q148.03125 466.18768 147.57812 466.78143Q147.125 467.37518 147.125 468.50018L147.125 468.7033Q147.125 469.79706 147.57812 470.3908Q148.03125 470.98456 148.85938 470.98456ZM153.79688 463.87518L153.79688 465.40643L154.96875 465.40643L154.96875 466.25018L153.79688 466.25018L153.79688 470.17206Q153.79688 470.56268 153.95312 470.75018Q154.10938 470.93768 154.48438 470.93768Q154.67188 470.93768 155.0 470.87518L155.0 471.75018Q154.57812 471.87518 154.17188 471.87518Q153.45312 471.87518 153.07812 471.43768Q152.70312 470.98456 152.70312 470.17206L152.70312 466.25018L151.54688 466.25018L151.54688 465.40643L152.70312 465.40643L152.70312 463.87518L153.79688 463.87518ZM160.23438 471.12518Q159.60938 471.87518 158.375 471.87518Q157.35938 471.87518 156.82812 471.28143Q156.29688 470.68768 156.29688 469.53143L156.29688 465.40643L157.375 465.40643L157.375 469.50018Q157.375 470.9533 158.54688 470.9533Q159.79688 470.9533 160.20312 470.0158L160.20312 465.40643L161.29688 465.40643L161.29688 471.75018L160.26562 471.75018L160.23438 471.12518ZM166.39062 466.37518Q166.14062 466.34393 165.85938 466.34393Q164.78125 466.34393 164.40625 467.25018L164.40625 471.75018L163.32812 471.75018L163.32812 465.40643L164.375 465.40643L164.39062 466.1408Q164.92188 465.29706 165.90625 465.29706Q166.21875 465.29706 166.39062 465.37518L166.39062 466.37518ZM169.95312 471.87518Q168.65625 471.87518 167.84375 471.03143Q167.04688 470.17206 167.04688 468.75018L167.04688 468.56268Q167.04688 467.60956 167.40625 466.87518Q167.76562 466.12518 168.40625 465.71893Q169.0625 465.29706 169.8125 465.29706Q171.04688 465.29706 171.73438 466.10956Q172.42188 466.92206 172.42188 468.43768L172.42188 468.8908L168.125 468.8908Q168.15625 469.8283 168.67188 470.40643Q169.20312 470.98456 170.01562 470.98456Q170.57812 470.98456 170.96875 470.75018Q171.375 470.5158 171.6875 470.12518L172.34375 470.6408Q171.54688 471.87518 169.95312 471.87518ZM169.8125 466.18768Q169.15625 466.18768 168.70312 466.67206Q168.26562 467.1408 168.17188 468.00018L171.34375 468.00018L171.34375 467.92206Q171.29688 467.09393 170.89062 466.6408Q170.5 466.18768 169.8125 466.18768Z" fill-rule="nonzero"/><path fill="#666666" d="M58.796875 515.40405Q58.359375 516.02905 57.578125 516.34155Q56.796875 516.65405 55.765625 516.65405Q54.734375 516.65405 53.921875 516.1697Q53.109375 515.6697 52.671875 514.7634Q52.234375 513.8572 52.21875 512.6697L52.21875 511.9353Q52.21875 509.9978 53.109375 508.9353Q54.015625 507.8728 55.640625 507.8728Q56.984375 507.8728 57.796875 508.5603Q58.609375 509.2478 58.796875 510.4978L57.671875 510.4978Q57.34375 508.8103 55.65625 508.8103Q54.515625 508.8103 53.9375 509.60718Q53.359375 510.38843 53.34375 511.90405L53.34375 512.59155Q53.34375 514.02905 54.0 514.8884Q54.65625 515.7322 55.78125 515.7322Q56.40625 515.7322 56.875 515.59155Q57.359375 515.4509 57.671875 515.1072L57.671875 513.2009L55.703125 513.2009L55.703125 512.27905L58.796875 512.27905L58.796875 515.40405ZM60.03125 513.2947Q60.03125 512.3728 60.390625 511.6228Q60.765625 510.8728 61.421875 510.48218Q62.078125 510.07593 62.90625 510.07593Q64.203125 510.07593 65.0 510.96655Q65.8125 511.85718 65.8125 513.3572L65.8125 513.4353Q65.8125 514.3572 65.453125 515.09155Q65.09375 515.8259 64.4375 516.2478Q63.78125 516.65405 62.921875 516.65405Q61.640625 516.65405 60.828125 515.7634Q60.03125 514.8572 60.03125 513.3728L60.03125 513.2947ZM61.125 513.4353Q61.125 514.4822 61.609375 515.1228Q62.109375 515.7634 62.921875 515.7634Q63.75 515.7634 64.234375 515.1228Q64.71875 514.46655 64.71875 513.2947Q64.71875 512.2634 64.21875 511.6228Q63.734375 510.96655 62.90625 510.96655Q62.109375 510.96655 61.609375 511.60718Q61.125 512.2322 61.125 513.4353ZM71.5 516.52905L70.421875 516.52905L70.421875 507.52905L71.5 507.52905L71.5 516.52905ZM77.234375 516.52905Q77.140625 516.34155 77.078125 515.8572Q76.328125 516.65405 75.28125 516.65405Q74.34375 516.65405 73.734375 516.1228Q73.140625 515.59155 73.140625 514.7634Q73.140625 513.77905 73.890625 513.2322Q74.640625 512.6853 76.015625 512.6853L77.0625 512.6853L77.0625 512.1853Q77.0625 511.6228 76.71875 511.29468Q76.390625 510.95093 75.71875 510.95093Q75.140625 510.95093 74.75 511.2478Q74.359375 511.52905 74.359375 511.95093L73.265625 511.95093Q73.265625 511.46655 73.59375 511.02905Q73.9375 510.59155 74.515625 510.34155Q75.09375 510.07593 75.78125 510.07593Q76.890625 510.07593 77.5 510.6228Q78.125 511.16968 78.15625 512.1228L78.15625 515.0447Q78.15625 515.9197 78.375 516.4353L78.375 516.52905L77.234375 516.52905ZM75.4375 515.7009Q75.953125 515.7009 76.40625 515.4353Q76.859375 515.1697 77.0625 514.7478L77.0625 513.4509L76.21875 513.4509Q74.21875 513.4509 74.21875 514.6228Q74.21875 515.1228 74.5625 515.4197Q74.90625 515.7009 75.4375 515.7009ZM82.859375 515.7634Q83.4375 515.7634 83.875 515.4197Q84.3125 515.0603 84.359375 514.52905L85.390625 514.52905Q85.359375 515.0759 85.0 515.5759Q84.65625 516.0603 84.078125 516.3572Q83.515625 516.65405 82.859375 516.65405Q81.5625 516.65405 80.796875 515.7947Q80.046875 514.9197 80.046875 513.4197L80.046875 513.2322Q80.046875 512.3103 80.375 511.59155Q80.71875 510.8728 81.34375 510.48218Q81.984375 510.07593 82.859375 510.07593Q83.921875 510.07593 84.625 510.71655Q85.34375 511.34155 85.390625 512.3728L84.359375 512.3728Q84.3125 511.7478 83.890625 511.35718Q83.46875 510.96655 82.859375 510.96655Q82.03125 510.96655 81.578125 511.5603Q81.125 512.15405 81.125 513.27905L81.125 513.4822Q81.125 514.5759 81.578125 515.1697Q82.03125 515.7634 82.859375 515.7634ZM88.09375 513.59155L87.40625 514.2947L87.40625 516.52905L86.328125 516.52905L86.328125 507.52905L87.40625 507.52905L87.40625 512.96655L87.984375 512.27905L89.96875 510.1853L91.28125 510.1853L88.8125 512.84155L91.578125 516.52905L90.296875 516.52905L88.09375 513.59155ZM96.015625 514.84155Q96.015625 514.40405 95.671875 514.1697Q95.34375 513.9197 94.515625 513.7478Q93.703125 513.5759 93.21875 513.3259Q92.734375 513.0759 92.5 512.7478Q92.28125 512.40405 92.28125 511.9353Q92.28125 511.15405 92.9375 510.6228Q93.59375 510.07593 94.625 510.07593Q95.703125 510.07593 96.359375 510.63843Q97.03125 511.1853 97.03125 512.0447L95.953125 512.0447Q95.953125 511.60718 95.5625 511.29468Q95.1875 510.96655 94.625 510.96655Q94.03125 510.96655 93.6875 511.23218Q93.359375 511.48218 93.359375 511.88843Q93.359375 512.27905 93.671875 512.4822Q93.984375 512.6853 94.796875 512.8728Q95.609375 513.0447 96.109375 513.2947Q96.609375 513.5447 96.84375 513.90405Q97.09375 514.2634 97.09375 514.7634Q97.09375 515.6228 96.40625 516.1384Q95.734375 516.65405 94.65625 516.65405Q93.890625 516.65405 93.296875 516.3884Q92.71875 516.1072 92.390625 515.6228Q92.0625 515.1384 92.0625 514.5759L93.140625 514.5759Q93.171875 515.1228 93.578125 515.4509Q93.984375 515.7634 94.65625 515.7634Q95.265625 515.7634 95.640625 515.5134Q96.015625 515.2634 96.015625 514.84155ZM103.953125 516.65405Q102.65625 516.65405 101.84375 515.8103Q101.046875 514.9509 101.046875 513.52905L101.046875 513.34155Q101.046875 512.3884 101.40625 511.65405Q101.765625 510.90405 102.40625 510.4978Q103.0625 510.07593 103.8125 510.07593Q105.046875 510.07593 105.734375 510.88843Q106.421875 511.70093 106.421875 513.21655L106.421875 513.6697L102.125 513.6697Q102.15625 514.6072 102.671875 515.1853Q103.203125 515.7634 104.015625 515.7634Q104.578125 515.7634 104.96875 515.52905Q105.375 515.2947 105.6875 514.90405L106.34375 515.4197Q105.546875 516.65405 103.953125 516.65405ZM103.8125 510.96655Q103.15625 510.96655 102.703125 511.45093Q102.265625 511.91968 102.171875 512.77905L105.34375 512.77905L105.34375 512.7009Q105.296875 511.8728 104.890625 511.41968Q104.5 510.96655 103.8125 510.96655ZM107.0625 513.3103Q107.0625 511.84155 107.75 510.96655Q108.4375 510.07593 109.5625 510.07593Q110.671875 510.07593 111.328125 510.82593L111.328125 507.52905L112.40625 507.52905L112.40625 516.52905L111.40625 516.52905L111.359375 515.84155Q110.703125 516.65405 109.546875 516.65405Q108.453125 516.65405 107.75 515.7478Q107.0625 514.84155 107.0625 513.3884L107.0625 513.3103ZM108.140625 513.4353Q108.140625 514.5134 108.578125 515.1228Q109.03125 515.7322 109.8125 515.7322Q110.84375 515.7322 111.328125 514.7947L111.328125 511.88843Q110.84375 510.9978 109.828125 510.9978Q109.03125 510.9978 108.578125 511.60718Q108.140625 512.21655 108.140625 513.4353ZM118.234375 515.90405Q117.609375 516.65405 116.375 516.65405Q115.359375 516.65405 114.828125 516.0603Q114.296875 515.46655 114.296875 514.3103L114.296875 510.1853L115.375 510.1853L115.375 514.27905Q115.375 515.7322 116.546875 515.7322Q117.796875 515.7322 118.203125 514.7947L118.203125 510.1853L119.296875 510.1853L119.296875 516.52905L118.265625 516.52905L118.234375 515.90405ZM123.859375 515.7634Q124.4375 515.7634 124.875 515.4197Q125.3125 515.0603 125.359375 514.52905L126.390625 514.52905Q126.359375 515.0759 126.0 515.5759Q125.65625 516.0603 125.078125 516.3572Q124.515625 516.65405 123.859375 516.65405Q122.5625 516.65405 121.796875 515.7947Q121.046875 514.9197 121.046875 513.4197L121.046875 513.2322Q121.046875 512.3103 121.375 511.59155Q121.71875 510.8728 122.34375 510.48218Q122.984375 510.07593 123.859375 510.07593Q124.921875 510.07593 125.625 510.71655Q126.34375 511.34155 126.390625 512.3728L125.359375 512.3728Q125.3125 511.7478 124.890625 511.35718Q124.46875 510.96655 123.859375 510.96655Q123.03125 510.96655 122.578125 511.5603Q122.125 512.15405 122.125 513.27905L122.125 513.4822Q122.125 514.5759 122.578125 515.1697Q123.03125 515.7634 123.859375 515.7634ZM131.23438 516.52905Q131.14062 516.34155 131.07812 515.8572Q130.32812 516.65405 129.28125 516.65405Q128.34375 516.65405 127.734375 516.1228Q127.140625 515.59155 127.140625 514.7634Q127.140625 513.77905 127.890625 513.2322Q128.64062 512.6853 130.01562 512.6853L131.0625 512.6853L131.0625 512.1853Q131.0625 511.6228 130.71875 511.29468Q130.39062 510.95093 129.71875 510.95093Q129.14062 510.95093 128.75 511.2478Q128.35938 511.52905 128.35938 511.95093L127.265625 511.95093Q127.265625 511.46655 127.59375 511.02905Q127.9375 510.59155 128.51562 510.34155Q129.09375 510.07593 129.78125 510.07593Q130.89062 510.07593 131.5 510.6228Q132.125 511.16968 132.15625 512.1228L132.15625 515.0447Q132.15625 515.9197 132.375 516.4353L132.375 516.52905L131.23438 516.52905ZM129.4375 515.7009Q129.95312 515.7009 130.40625 515.4353Q130.85938 515.1697 131.0625 514.7478L131.0625 513.4509L130.21875 513.4509Q128.21875 513.4509 128.21875 514.6228Q128.21875 515.1228 128.5625 515.4197Q128.90625 515.7009 129.4375 515.7009ZM135.79688 508.65405L135.79688 510.1853L136.96875 510.1853L136.96875 511.02905L135.79688 511.02905L135.79688 514.9509Q135.79688 515.34155 135.95312 515.52905Q136.10938 515.71655 136.48438 515.71655Q136.67188 515.71655 137.0 515.65405L137.0 516.52905Q136.57812 516.65405 136.17188 516.65405Q135.45312 516.65405 135.07812 516.21655Q134.70312 515.7634 134.70312 514.9509L134.70312 511.02905L133.54688 511.02905L133.54688 510.1853L134.70312 510.1853L134.70312 508.65405L135.79688 508.65405ZM139.5 516.52905L138.42188 516.52905L138.42188 510.1853L139.5 510.1853L139.5 516.52905ZM138.32812 508.51343Q138.32812 508.2478 138.48438 508.0603Q138.65625 507.8728 138.96875 507.8728Q139.28125 507.8728 139.4375 508.0603Q139.60938 508.2478 139.60938 508.51343Q139.60938 508.76343 139.4375 508.95093Q139.28125 509.1228 138.96875 509.1228Q138.65625 509.1228 138.48438 508.95093Q138.32812 508.76343 138.32812 508.51343ZM141.03125 513.2947Q141.03125 512.3728 141.39062 511.6228Q141.76562 510.8728 142.42188 510.48218Q143.07812 510.07593 143.90625 510.07593Q145.20312 510.07593 146.0 510.96655Q146.8125 511.85718 146.8125 513.3572L146.8125 513.4353Q146.8125 514.3572 146.45312 515.09155Q146.09375 515.8259 145.4375 516.2478Q144.78125 516.65405 143.92188 516.65405Q142.64062 516.65405 141.82812 515.7634Q141.03125 514.8572 141.03125 513.3728L141.03125 513.2947ZM142.125 513.4353Q142.125 514.4822 142.60938 515.1228Q143.10938 515.7634 143.92188 515.7634Q144.75 515.7634 145.23438 515.1228Q145.71875 514.46655 145.71875 513.2947Q145.71875 512.2634 145.21875 511.6228Q144.73438 510.96655 143.90625 510.96655Q143.10938 510.96655 142.60938 511.60718Q142.125 512.2322 142.125 513.4353ZM149.34375 510.1853L149.375 510.98218Q150.10938 510.07593 151.28125 510.07593Q153.29688 510.07593 153.3125 512.34155L153.3125 516.52905L152.21875 516.52905L152.21875 512.3259Q152.21875 511.65405 151.90625 511.32593Q151.60938 510.9978 150.95312 510.9978Q150.42188 510.9978 150.01562 511.27905Q149.625 511.5603 149.40625 512.0134L149.40625 516.52905L148.32812 516.52905L148.32812 510.1853L149.34375 510.1853ZM159.23438 516.52905Q159.14062 516.34155 159.07812 515.8572Q158.32812 516.65405 157.28125 516.65405Q156.34375 516.65405 155.73438 516.1228Q155.14062 515.59155 155.14062 514.7634Q155.14062 513.77905 155.89062 513.2322Q156.64062 512.6853 158.01562 512.6853L159.0625 512.6853L159.0625 512.1853Q159.0625 511.6228 158.71875 511.29468Q158.39062 510.95093 157.71875 510.95093Q157.14062 510.95093 156.75 511.2478Q156.35938 511.52905 156.35938 511.95093L155.26562 511.95093Q155.26562 511.46655 155.59375 511.02905Q155.9375 510.59155 156.51562 510.34155Q157.09375 510.07593 157.78125 510.07593Q158.89062 510.07593 159.5 510.6228Q160.125 511.16968 160.15625 512.1228L160.15625 515.0447Q160.15625 515.9197 160.375 516.4353L160.375 516.52905L159.23438 516.52905ZM157.4375 515.7009Q157.95312 515.7009 158.40625 515.4353Q158.85938 515.1697 159.0625 514.7478L159.0625 513.4509L158.21875 513.4509Q156.21875 513.4509 156.21875 514.6228Q156.21875 515.1228 156.5625 515.4197Q156.90625 515.7009 157.4375 515.7009ZM163.5 516.52905L162.42188 516.52905L162.42188 507.52905L163.5 507.52905L163.5 516.52905ZM168.53125 517.2634L167.60938 517.2634L171.17188 507.9978L172.09375 507.9978L168.53125 517.2634Z" fill-rule="nonzero"/><path fill="#666666" d="M80.015625 529.84155Q80.015625 529.40405 79.671875 529.1697Q79.34375 528.9197 78.515625 528.7478Q77.703125 528.5759 77.21875 528.3259Q76.734375 528.0759 76.5 527.7478Q76.28125 527.40405 76.28125 526.9353Q76.28125 526.15405 76.9375 525.6228Q77.59375 525.0759 78.625 525.0759Q79.703125 525.0759 80.359375 525.6384Q81.03125 526.1853 81.03125 527.0447L79.953125 527.0447Q79.953125 526.6072 79.5625 526.2947Q79.1875 525.96655 78.625 525.96655Q78.03125 525.96655 77.6875 526.2322Q77.359375 526.4822 77.359375 526.8884Q77.359375 527.27905 77.671875 527.4822Q77.984375 527.6853 78.796875 527.8728Q79.609375 528.0447 80.109375 528.2947Q80.609375 528.5447 80.84375 528.90405Q81.09375 529.2634 81.09375 529.7634Q81.09375 530.6228 80.40625 531.1384Q79.734375 531.65405 78.65625 531.65405Q77.890625 531.65405 77.296875 531.3884Q76.71875 531.1072 76.390625 530.6228Q76.0625 530.1384 76.0625 529.5759L77.140625 529.5759Q77.171875 530.1228 77.578125 530.4509Q77.984375 530.7634 78.65625 530.7634Q79.265625 530.7634 79.640625 530.5134Q80.015625 530.2634 80.015625 529.84155ZM86.234375 530.90405Q85.609375 531.65405 84.375 531.65405Q83.359375 531.65405 82.828125 531.0603Q82.296875 530.46655 82.296875 529.3103L82.296875 525.1853L83.375 525.1853L83.375 529.27905Q83.375 530.7322 84.546875 530.7322Q85.796875 530.7322 86.203125 529.7947L86.203125 525.1853L87.296875 525.1853L87.296875 531.52905L86.265625 531.52905L86.234375 530.90405ZM94.671875 528.4353Q94.671875 529.8728 94.015625 530.7634Q93.359375 531.65405 92.21875 531.65405Q91.0625 531.65405 90.40625 530.9197L90.40625 533.96655L89.328125 533.96655L89.328125 525.1853L90.3125 525.1853L90.359375 525.8884Q91.03125 525.0759 92.203125 525.0759Q93.34375 525.0759 94.0 525.9353Q94.671875 526.7947 94.671875 528.3259L94.671875 528.4353ZM93.59375 528.3103Q93.59375 527.2322 93.125 526.6228Q92.671875 525.9978 91.875 525.9978Q90.890625 525.9978 90.40625 526.8572L90.40625 529.8884Q90.890625 530.7634 91.890625 530.7634Q92.671875 530.7634 93.125 530.15405Q93.59375 529.52905 93.59375 528.3103ZM101.671875 528.4353Q101.671875 529.8728 101.015625 530.7634Q100.359375 531.65405 99.21875 531.65405Q98.0625 531.65405 97.40625 530.9197L97.40625 533.96655L96.328125 533.96655L96.328125 525.1853L97.3125 525.1853L97.359375 525.8884Q98.03125 525.0759 99.203125 525.0759Q100.34375 525.0759 101.0 525.9353Q101.671875 526.7947 101.671875 528.3259L101.671875 528.4353ZM100.59375 528.3103Q100.59375 527.2322 100.125 526.6228Q99.671875 525.9978 98.875 525.9978Q97.890625 525.9978 97.40625 526.8572L97.40625 529.8884Q97.890625 530.7634 98.890625 530.7634Q99.671875 530.7634 100.125 530.15405Q100.59375 529.52905 100.59375 528.3103ZM103.03125 528.2947Q103.03125 527.3728 103.390625 526.6228Q103.765625 525.8728 104.421875 525.4822Q105.078125 525.0759 105.90625 525.0759Q107.203125 525.0759 108.0 525.96655Q108.8125 526.8572 108.8125 528.3572L108.8125 528.4353Q108.8125 529.3572 108.453125 530.09155Q108.09375 530.8259 107.4375 531.2478Q106.78125 531.65405 105.921875 531.65405Q104.640625 531.65405 103.828125 530.7634Q103.03125 529.8572 103.03125 528.3728L103.03125 528.2947ZM104.125 528.4353Q104.125 529.4822 104.609375 530.1228Q105.109375 530.7634 105.921875 530.7634Q106.75 530.7634 107.234375 530.1228Q107.71875 529.46655 107.71875 528.2947Q107.71875 527.2634 107.21875 526.6228Q106.734375 525.96655 105.90625 525.96655Q105.109375 525.96655 104.609375 526.6072Q104.125 527.2322 104.125 528.4353ZM113.390625 526.15405Q113.140625 526.1228 112.859375 526.1228Q111.78125 526.1228 111.40625 527.02905L111.40625 531.52905L110.328125 531.52905L110.328125 525.1853L111.375 525.1853L111.390625 525.9197Q111.921875 525.0759 112.90625 525.0759Q113.21875 525.0759 113.390625 525.15405L113.390625 526.15405ZM115.796875 523.65405L115.796875 525.1853L116.96875 525.1853L116.96875 526.02905L115.796875 526.02905L115.796875 529.9509Q115.796875 530.34155 115.953125 530.52905Q116.109375 530.71655 116.484375 530.71655Q116.671875 530.71655 117.0 530.65405L117.0 531.52905Q116.578125 531.65405 116.171875 531.65405Q115.453125 531.65405 115.078125 531.21655Q114.703125 530.7634 114.703125 529.9509L114.703125 526.02905L113.546875 526.02905L113.546875 525.1853L114.703125 525.1853L114.703125 523.65405L115.796875 523.65405ZM124.390625 526.15405Q124.140625 526.1228 123.859375 526.1228Q122.78125 526.1228 122.40625 527.02905L122.40625 531.52905L121.328125 531.52905L121.328125 525.1853L122.375 525.1853L122.390625 525.9197Q122.921875 525.0759 123.90625 525.0759Q124.21875 525.0759 124.390625 525.15405L124.390625 526.15405ZM127.953125 531.65405Q126.65625 531.65405 125.84375 530.8103Q125.046875 529.9509 125.046875 528.52905L125.046875 528.34155Q125.046875 527.3884 125.40625 526.65405Q125.765625 525.90405 126.40625 525.4978Q127.0625 525.0759 127.8125 525.0759Q129.04688 525.0759 129.73438 525.8884Q130.42188 526.7009 130.42188 528.21655L130.42188 528.6697L126.125 528.6697Q126.15625 529.6072 126.671875 530.1853Q127.203125 530.7634 128.01562 530.7634Q128.57812 530.7634 128.96875 530.52905Q129.375 530.2947 129.6875 529.90405L130.34375 530.4197Q129.54688 531.65405 127.953125 531.65405ZM127.8125 525.96655Q127.15625 525.96655 126.703125 526.4509Q126.265625 526.9197 126.171875 527.77905L129.34375 527.77905L129.34375 527.7009Q129.29688 526.8728 128.89062 526.4197Q128.5 525.96655 127.8125 525.96655ZM135.01562 529.84155Q135.01562 529.40405 134.67188 529.1697Q134.34375 528.9197 133.51562 528.7478Q132.70312 528.5759 132.21875 528.3259Q131.73438 528.0759 131.5 527.7478Q131.28125 527.40405 131.28125 526.9353Q131.28125 526.15405 131.9375 525.6228Q132.59375 525.0759 133.625 525.0759Q134.70312 525.0759 135.35938 525.6384Q136.03125 526.1853 136.03125 527.0447L134.95312 527.0447Q134.95312 526.6072 134.5625 526.2947Q134.1875 525.96655 133.625 525.96655Q133.03125 525.96655 132.6875 526.2322Q132.35938 526.4822 132.35938 526.8884Q132.35938 527.27905 132.67188 527.4822Q132.98438 527.6853 133.79688 527.8728Q134.60938 528.0447 135.10938 528.2947Q135.60938 528.5447 135.84375 528.90405Q136.09375 529.2634 136.09375 529.7634Q136.09375 530.6228 135.40625 531.1384Q134.73438 531.65405 133.65625 531.65405Q132.89062 531.65405 132.29688 531.3884Q131.71875 531.1072 131.39062 530.6228Q131.0625 530.1384 131.0625 529.5759L132.14062 529.5759Q132.17188 530.1228 132.57812 530.4509Q132.98438 530.7634 133.65625 530.7634Q134.26562 530.7634 134.64062 530.5134Q135.01562 530.2634 135.01562 529.84155ZM137.03125 528.2947Q137.03125 527.3728 137.39062 526.6228Q137.76562 525.8728 138.42188 525.4822Q139.07812 525.0759 139.90625 525.0759Q141.20312 525.0759 142.0 525.96655Q142.8125 526.8572 142.8125 528.3572L142.8125 528.4353Q142.8125 529.3572 142.45312 530.09155Q142.09375 530.8259 141.4375 531.2478Q140.78125 531.65405 139.92188 531.65405Q138.64062 531.65405 137.82812 530.7634Q137.03125 529.8572 137.03125 528.3728L137.03125 528.2947ZM138.125 528.4353Q138.125 529.4822 138.60938 530.1228Q139.10938 530.7634 139.92188 530.7634Q140.75 530.7634 141.23438 530.1228Q141.71875 529.46655 141.71875 528.2947Q141.71875 527.2634 141.21875 526.6228Q140.73438 525.96655 139.90625 525.96655Q139.10938 525.96655 138.60938 526.6072Q138.125 527.2322 138.125 528.4353ZM148.23438 530.90405Q147.60938 531.65405 146.375 531.65405Q145.35938 531.65405 144.82812 531.0603Q144.29688 530.46655 144.29688 529.3103L144.29688 525.1853L145.375 525.1853L145.375 529.27905Q145.375 530.7322 146.54688 530.7322Q147.79688 530.7322 148.20312 529.7947L148.20312 525.1853L149.29688 525.1853L149.29688 531.52905L148.26562 531.52905L148.23438 530.90405ZM154.39062 526.15405Q154.14062 526.1228 153.85938 526.1228Q152.78125 526.1228 152.40625 527.02905L152.40625 531.52905L151.32812 531.52905L151.32812 525.1853L152.375 525.1853L152.39062 525.9197Q152.92188 525.0759 153.90625 525.0759Q154.21875 525.0759 154.39062 525.15405L154.39062 526.15405ZM157.85938 530.7634Q158.4375 530.7634 158.875 530.4197Q159.3125 530.0603 159.35938 529.52905L160.39062 529.52905Q160.35938 530.0759 160.0 530.5759Q159.65625 531.0603 159.07812 531.3572Q158.51562 531.65405 157.85938 531.65405Q156.5625 531.65405 155.79688 530.7947Q155.04688 529.9197 155.04688 528.4197L155.04688 528.2322Q155.04688 527.3103 155.375 526.59155Q155.71875 525.8728 156.34375 525.4822Q156.98438 525.0759 157.85938 525.0759Q158.92188 525.0759 159.625 525.71655Q160.34375 526.34155 160.39062 527.3728L159.35938 527.3728Q159.3125 526.7478 158.89062 526.3572Q158.46875 525.96655 157.85938 525.96655Q157.03125 525.96655 156.57812 526.5603Q156.125 527.15405 156.125 528.27905L156.125 528.4822Q156.125 529.5759 156.57812 530.1697Q157.03125 530.7634 157.85938 530.7634ZM163.95312 531.65405Q162.65625 531.65405 161.84375 530.8103Q161.04688 529.9509 161.04688 528.52905L161.04688 528.34155Q161.04688 527.3884 161.40625 526.65405Q161.76562 525.90405 162.40625 525.4978Q163.0625 525.0759 163.8125 525.0759Q165.04688 525.0759 165.73438 525.8884Q166.42188 526.7009 166.42188 528.21655L166.42188 528.6697L162.125 528.6697Q162.15625 529.6072 162.67188 530.1853Q163.20312 530.7634 164.01562 530.7634Q164.57812 530.7634 164.96875 530.52905Q165.375 530.2947 165.6875 529.90405L166.34375 530.4197Q165.54688 531.65405 163.95312 531.65405ZM163.8125 525.96655Q163.15625 525.96655 162.70312 526.4509Q162.26562 526.9197 162.17188 527.77905L165.34375 527.77905L165.34375 527.7009Q165.29688 526.8728 164.89062 526.4197Q164.5 525.96655 163.8125 525.96655ZM171.01562 529.84155Q171.01562 529.40405 170.67188 529.1697Q170.34375 528.9197 169.51562 528.7478Q168.70312 528.5759 168.21875 528.3259Q167.73438 528.0759 167.5 527.7478Q167.28125 527.40405 167.28125 526.9353Q167.28125 526.15405 167.9375 525.6228Q168.59375 525.0759 169.625 525.0759Q170.70312 525.0759 171.35938 525.6384Q172.03125 526.1853 172.03125 527.0447L170.95312 527.0447Q170.95312 526.6072 170.5625 526.2947Q170.1875 525.96655 169.625 525.96655Q169.03125 525.96655 168.6875 526.2322Q168.35938 526.4822 168.35938 526.8884Q168.35938 527.27905 168.67188 527.4822Q168.98438 527.6853 169.79688 527.8728Q170.60938 528.0447 171.10938 528.2947Q171.60938 528.5447 171.84375 528.90405Q172.09375 529.2634 172.09375 529.7634Q172.09375 530.6228 171.40625 531.1384Q170.73438 531.65405 169.65625 531.65405Q168.89062 531.65405 168.29688 531.3884Q167.71875 531.1072 167.39062 530.6228Q167.0625 530.1384 167.0625 529.5759L168.14062 529.5759Q168.17188 530.1228 168.57812 530.4509Q168.98438 530.7634 169.65625 530.7634Q170.26562 530.7634 170.64062 530.5134Q171.01562 530.2634 171.01562 529.84155Z" fill-rule="nonzero"/><path fill="#666666" d="M75.796875 582.6829Q75.359375 583.3079 74.578125 583.6204Q73.796875 583.9329 72.765625 583.9329Q71.734375 583.9329 70.921875 583.44855Q70.109375 582.94855 69.671875 582.0423Q69.234375 581.13605 69.21875 579.94855L69.21875 579.2142Q69.21875 577.2767 70.109375 576.2142Q71.015625 575.1517 72.640625 575.1517Q73.984375 575.1517 74.796875 575.8392Q75.609375 576.5267 75.796875 577.7767L74.671875 577.7767Q74.34375 576.0892 72.65625 576.0892Q71.515625 576.0892 70.9375 576.88605Q70.359375 577.6673 70.34375 579.1829L70.34375 579.8704Q70.34375 581.3079 71.0 582.1673Q71.65625 583.01105 72.78125 583.01105Q73.40625 583.01105 73.875 582.8704Q74.359375 582.7298 74.671875 582.38605L74.671875 580.4798L72.703125 580.4798L72.703125 579.5579L75.796875 579.5579L75.796875 582.6829ZM77.03125 580.57355Q77.03125 579.6517 77.390625 578.9017Q77.765625 578.1517 78.421875 577.76105Q79.078125 577.3548 79.90625 577.3548Q81.203125 577.3548 82.0 578.2454Q82.8125 579.13605 82.8125 580.63605L82.8125 580.7142Q82.8125 581.63605 82.453125 582.3704Q82.09375 583.1048 81.4375 583.5267Q80.78125 583.9329 79.921875 583.9329Q78.640625 583.9329 77.828125 583.0423Q77.03125 582.13605 77.03125 580.6517L77.03125 580.57355ZM78.125 580.7142Q78.125 581.76105 78.609375 582.4017Q79.109375 583.0423 79.921875 583.0423Q80.75 583.0423 81.234375 582.4017Q81.71875 581.7454 81.71875 580.57355Q81.71875 579.5423 81.21875 578.9017Q80.734375 578.2454 79.90625 578.2454Q79.109375 578.2454 78.609375 578.88605Q78.125 579.51105 78.125 580.7142ZM88.5 583.8079L87.421875 583.8079L87.421875 577.4642L88.5 577.4642L88.5 583.8079ZM87.328125 575.7923Q87.328125 575.5267 87.484375 575.3392Q87.65625 575.1517 87.96875 575.1517Q88.28125 575.1517 88.4375 575.3392Q88.609375 575.5267 88.609375 575.7923Q88.609375 576.0423 88.4375 576.2298Q88.28125 576.4017 87.96875 576.4017Q87.65625 576.4017 87.484375 576.2298Q87.328125 576.0423 87.328125 575.7923ZM94.015625 582.1204Q94.015625 581.6829 93.671875 581.44855Q93.34375 581.19855 92.515625 581.0267Q91.703125 580.8548 91.21875 580.6048Q90.734375 580.3548 90.5 580.0267Q90.28125 579.6829 90.28125 579.2142Q90.28125 578.4329 90.9375 577.9017Q91.59375 577.3548 92.625 577.3548Q93.703125 577.3548 94.359375 577.9173Q95.03125 578.4642 95.03125 579.32355L93.953125 579.32355Q93.953125 578.88605 93.5625 578.57355Q93.1875 578.2454 92.625 578.2454Q92.03125 578.2454 91.6875 578.51105Q91.359375 578.76105 91.359375 579.1673Q91.359375 579.5579 91.671875 579.76105Q91.984375 579.9642 92.796875 580.1517Q93.609375 580.32355 94.109375 580.57355Q94.609375 580.82355 94.84375 581.1829Q95.09375 581.5423 95.09375 582.0423Q95.09375 582.9017 94.40625 583.4173Q93.734375 583.9329 92.65625 583.9329Q91.890625 583.9329 91.296875 583.6673Q90.71875 583.38605 90.390625 582.9017Q90.0625 582.4173 90.0625 581.8548L91.140625 581.8548Q91.171875 582.4017 91.578125 582.7298Q91.984375 583.0423 92.65625 583.0423Q93.265625 583.0423 93.640625 582.7923Q94.015625 582.5423 94.015625 582.1204ZM97.34375 577.4642L97.375 578.26105Q98.109375 577.3548 99.28125 577.3548Q101.296875 577.3548 101.3125 579.6204L101.3125 583.8079L100.21875 583.8079L100.21875 579.6048Q100.21875 578.9329 99.90625 578.6048Q99.609375 578.2767 98.953125 578.2767Q98.421875 578.2767 98.015625 578.5579Q97.625 578.8392 97.40625 579.2923L97.40625 583.8079L96.328125 583.8079L96.328125 577.4642L97.34375 577.4642ZM103.984375 575.4642L103.859375 577.6204L103.109375 577.6204L103.109375 574.8079L103.984375 574.8079L103.984375 575.4642ZM106.796875 575.9329L106.796875 577.4642L107.96875 577.4642L107.96875 578.3079L106.796875 578.3079L106.796875 582.2298Q106.796875 582.6204 106.953125 582.8079Q107.109375 582.9954 107.484375 582.9954Q107.671875 582.9954 108.0 582.9329L108.0 583.8079Q107.578125 583.9329 107.171875 583.9329Q106.453125 583.9329 106.078125 583.4954Q105.703125 583.0423 105.703125 582.2298L105.703125 578.3079L104.546875 578.3079L104.546875 577.4642L105.703125 577.4642L105.703125 575.9329L106.796875 575.9329ZM117.671875 580.7142Q117.671875 582.1517 117.015625 583.0423Q116.359375 583.9329 115.21875 583.9329Q114.0625 583.9329 113.40625 583.19855L113.40625 586.2454L112.328125 586.2454L112.328125 577.4642L113.3125 577.4642L113.359375 578.1673Q114.03125 577.3548 115.203125 577.3548Q116.34375 577.3548 117.0 578.2142Q117.671875 579.07355 117.671875 580.6048L117.671875 580.7142ZM116.59375 580.5892Q116.59375 579.51105 116.125 578.9017Q115.671875 578.2767 114.875 578.2767Q113.890625 578.2767 113.40625 579.13605L113.40625 582.1673Q113.890625 583.0423 114.890625 583.0423Q115.671875 583.0423 116.125 582.4329Q116.59375 581.8079 116.59375 580.5892ZM121.953125 583.9329Q120.65625 583.9329 119.84375 583.0892Q119.046875 582.2298 119.046875 580.8079L119.046875 580.6204Q119.046875 579.6673 119.40625 578.9329Q119.765625 578.1829 120.40625 577.7767Q121.0625 577.3548 121.8125 577.3548Q123.046875 577.3548 123.734375 578.1673Q124.421875 578.9798 124.421875 580.4954L124.421875 580.94855L120.125 580.94855Q120.15625 581.88605 120.671875 582.4642Q121.203125 583.0423 122.015625 583.0423Q122.578125 583.0423 122.96875 582.8079Q123.375 582.57355 123.6875 582.1829L124.34375 582.69855Q123.546875 583.9329 121.953125 583.9329ZM121.8125 578.2454Q121.15625 578.2454 120.703125 578.7298Q120.265625 579.19855 120.171875 580.0579L123.34375 580.0579L123.34375 579.9798Q123.296875 579.1517 122.890625 578.69855Q122.5 578.2454 121.8125 578.2454ZM128.39062 578.4329Q128.14062 578.4017 127.859375 578.4017Q126.78125 578.4017 126.40625 579.3079L126.40625 583.8079L125.328125 583.8079L125.328125 577.4642L126.375 577.4642L126.390625 578.19855Q126.921875 577.3548 127.90625 577.3548Q128.21875 577.3548 128.39062 577.4329L128.39062 578.4329ZM129.85938 583.8079L129.85938 578.3079L128.85938 578.3079L128.85938 577.4642L129.85938 577.4642L129.85938 576.82355Q129.85938 575.7923 130.39062 575.2454Q130.9375 574.6829 131.9375 574.6829Q132.3125 574.6829 132.6875 574.7767L132.625 575.6673Q132.34375 575.6048 132.04688 575.6048Q131.51562 575.6048 131.21875 575.9173Q130.9375 576.2298 130.9375 576.7923L130.9375 577.4642L132.29688 577.4642L132.29688 578.3079L130.9375 578.3079L130.9375 583.8079L129.85938 583.8079ZM133.03125 580.57355Q133.03125 579.6517 133.39062 578.9017Q133.76562 578.1517 134.42188 577.76105Q135.07812 577.3548 135.90625 577.3548Q137.20312 577.3548 138.0 578.2454Q138.8125 579.13605 138.8125 580.63605L138.8125 580.7142Q138.8125 581.63605 138.45312 582.3704Q138.09375 583.1048 137.4375 583.5267Q136.78125 583.9329 135.92188 583.9329Q134.64062 583.9329 133.82812 583.0423Q133.03125 582.13605 133.03125 580.6517L133.03125 580.57355ZM134.125 580.7142Q134.125 581.76105 134.60938 582.4017Q135.10938 583.0423 135.92188 583.0423Q136.75 583.0423 137.23438 582.4017Q137.71875 581.7454 137.71875 580.57355Q137.71875 579.5423 137.21875 578.9017Q136.73438 578.2454 135.90625 578.2454Q135.10938 578.2454 134.60938 578.88605Q134.125 579.51105 134.125 580.7142ZM143.39062 578.4329Q143.14062 578.4017 142.85938 578.4017Q141.78125 578.4017 141.40625 579.3079L141.40625 583.8079L140.32812 583.8079L140.32812 577.4642L141.375 577.4642L141.39062 578.19855Q141.92188 577.3548 142.90625 577.3548Q143.21875 577.3548 143.39062 577.4329L143.39062 578.4329ZM145.34375 577.4642L145.375 578.1673Q146.0625 577.3548 147.25 577.3548Q148.57812 577.3548 149.0625 578.3704Q149.375 577.9173 149.875 577.63605Q150.39062 577.3548 151.07812 577.3548Q153.17188 577.3548 153.20312 579.5579L153.20312 583.8079L152.125 583.8079L152.125 579.6204Q152.125 578.94855 151.8125 578.6204Q151.5 578.2767 150.76562 578.2767Q150.15625 578.2767 149.75 578.63605Q149.35938 578.9954 149.29688 579.6048L149.29688 583.8079L148.21875 583.8079L148.21875 579.6517Q148.21875 578.2767 146.85938 578.2767Q145.79688 578.2767 145.40625 579.1829L145.40625 583.8079L144.3125 583.8079L144.3125 577.4642L145.34375 577.4642ZM159.23438 583.8079Q159.14062 583.6204 159.07812 583.13605Q158.32812 583.9329 157.28125 583.9329Q156.34375 583.9329 155.73438 583.4017Q155.14062 582.8704 155.14062 582.0423Q155.14062 581.0579 155.89062 580.51105Q156.64062 579.9642 158.01562 579.9642L159.0625 579.9642L159.0625 579.4642Q159.0625 578.9017 158.71875 578.57355Q158.39062 578.2298 157.71875 578.2298Q157.14062 578.2298 156.75 578.5267Q156.35938 578.8079 156.35938 579.2298L155.26562 579.2298Q155.26562 578.7454 155.59375 578.3079Q155.9375 577.8704 156.51562 577.6204Q157.09375 577.3548 157.78125 577.3548Q158.89062 577.3548 159.5 577.9017Q160.125 578.44855 160.15625 579.4017L160.15625 582.32355Q160.15625 583.19855 160.375 583.7142L160.375 583.8079L159.23438 583.8079ZM157.4375 582.9798Q157.95312 582.9798 158.40625 582.7142Q158.85938 582.44855 159.0625 582.0267L159.0625 580.7298L158.21875 580.7298Q156.21875 580.7298 156.21875 581.9017Q156.21875 582.4017 156.5625 582.69855Q156.90625 582.9798 157.4375 582.9798ZM163.34375 577.4642L163.375 578.26105Q164.10938 577.3548 165.28125 577.3548Q167.29688 577.3548 167.3125 579.6204L167.3125 583.8079L166.21875 583.8079L166.21875 579.6048Q166.21875 578.9329 165.90625 578.6048Q165.60938 578.2767 164.95312 578.2767Q164.42188 578.2767 164.01562 578.5579Q163.625 578.8392 163.40625 579.2923L163.40625 583.8079L162.32812 583.8079L162.32812 577.4642L163.34375 577.4642ZM170.79688 575.9329L170.79688 577.4642L171.96875 577.4642L171.96875 578.3079L170.79688 578.3079L170.79688 582.2298Q170.79688 582.6204 170.95312 582.8079Q171.10938 582.9954 171.48438 582.9954Q171.67188 582.9954 172.0 582.9329L172.0 583.8079Q171.57812 583.9329 171.17188 583.9329Q170.45312 583.9329 170.07812 583.4954Q169.70312 583.0423 169.70312 582.2298L169.70312 578.3079L168.54688 578.3079L168.54688 577.4642L169.70312 577.4642L169.70312 575.9329L170.79688 575.9329Z" fill-rule="nonzero"/><path fill="#666666" d="M134.95312 598.9329Q133.65625 598.9329 132.84375 598.0892Q132.04688 597.2298 132.04688 595.8079L132.04688 595.6204Q132.04688 594.6673 132.40625 593.9329Q132.76562 593.1829 133.40625 592.7767Q134.0625 592.3548 134.8125 592.3548Q136.04688 592.3548 136.73438 593.1673Q137.42188 593.9798 137.42188 595.4954L137.42188 595.94855L133.125 595.94855Q133.15625 596.88605 133.67188 597.4642Q134.20312 598.0423 135.01562 598.0423Q135.57812 598.0423 135.96875 597.8079Q136.375 597.57355 136.6875 597.1829L137.34375 597.69855Q136.54688 598.9329 134.95312 598.9329ZM134.8125 593.2454Q134.15625 593.2454 133.70312 593.7298Q133.26562 594.19855 133.17188 595.0579L136.34375 595.0579L136.34375 594.9798Q136.29688 594.1517 135.89062 593.69855Q135.5 593.2454 134.8125 593.2454ZM139.34375 592.4642L139.375 593.26105Q140.10938 592.3548 141.28125 592.3548Q143.29688 592.3548 143.3125 594.6204L143.3125 598.8079L142.21875 598.8079L142.21875 594.6048Q142.21875 593.9329 141.90625 593.6048Q141.60938 593.2767 140.95312 593.2767Q140.42188 593.2767 140.01562 593.5579Q139.625 593.8392 139.40625 594.2923L139.40625 598.8079L138.32812 598.8079L138.32812 592.4642L139.34375 592.4642ZM145.03125 595.57355Q145.03125 594.6517 145.39062 593.9017Q145.76562 593.1517 146.42188 592.76105Q147.07812 592.3548 147.90625 592.3548Q149.20312 592.3548 150.0 593.2454Q150.8125 594.13605 150.8125 595.63605L150.8125 595.7142Q150.8125 596.63605 150.45312 597.3704Q150.09375 598.1048 149.4375 598.5267Q148.78125 598.9329 147.92188 598.9329Q146.64062 598.9329 145.82812 598.0423Q145.03125 597.13605 145.03125 595.6517L145.03125 595.57355ZM146.125 595.7142Q146.125 596.76105 146.60938 597.4017Q147.10938 598.0423 147.92188 598.0423Q148.75 598.0423 149.23438 597.4017Q149.71875 596.7454 149.71875 595.57355Q149.71875 594.5423 149.21875 593.9017Q148.73438 593.2454 147.90625 593.2454Q147.10938 593.2454 146.60938 593.88605Q146.125 594.51105 146.125 595.7142ZM156.23438 598.1829Q155.60938 598.9329 154.375 598.9329Q153.35938 598.9329 152.82812 598.3392Q152.29688 597.7454 152.29688 596.5892L152.29688 592.4642L153.375 592.4642L153.375 596.5579Q153.375 598.01105 154.54688 598.01105Q155.79688 598.01105 156.20312 597.07355L156.20312 592.4642L157.29688 592.4642L157.29688 598.8079L156.26562 598.8079L156.23438 598.1829ZM159.0625 595.5892Q159.0625 594.1048 159.75 593.2298Q160.4375 592.3548 161.5625 592.3548Q162.71875 592.3548 163.375 593.1673L163.42188 592.4642L164.42188 592.4642L164.42188 598.6517Q164.42188 599.88605 163.6875 600.5892Q162.95312 601.3079 161.73438 601.3079Q161.04688 601.3079 160.39062 601.01105Q159.73438 600.7142 159.39062 600.2142L159.95312 599.5579Q160.64062 600.4173 161.65625 600.4173Q162.4375 600.4173 162.875 599.9642Q163.32812 599.5267 163.32812 598.7142L163.32812 598.1673Q162.67188 598.9329 161.54688 598.9329Q160.4375 598.9329 159.75 598.0423Q159.0625 597.13605 159.0625 595.5892ZM160.15625 595.7142Q160.15625 596.7767 160.59375 597.4017Q161.03125 598.01105 161.82812 598.01105Q162.84375 598.01105 163.32812 597.07355L163.32812 594.1829Q162.82812 593.2767 161.82812 593.2767Q161.04688 593.2767 160.59375 593.88605Q160.15625 594.4954 160.15625 595.7142ZM167.40625 593.2298Q168.125 592.3548 169.28125 592.3548Q171.29688 592.3548 171.3125 594.6204L171.3125 598.8079L170.21875 598.8079L170.21875 594.6048Q170.21875 593.9329 169.90625 593.6048Q169.60938 593.2767 168.95312 593.2767Q168.42188 593.2767 168.01562 593.5579Q167.625 593.8392 167.40625 594.2923L167.40625 598.8079L166.32812 598.8079L166.32812 589.8079L167.40625 589.8079L167.40625 593.2298Z" fill-rule="nonzero"/><path fill="#666666" d="M151.04688 654.6024Q151.04688 655.8524 150.625 656.7899Q150.20312 657.7118 149.42188 658.2118Q148.65625 658.7118 147.625 658.7118Q146.625 658.7118 145.84375 658.2118Q145.0625 657.7118 144.625 656.80554Q144.20312 655.88367 144.1875 654.6649L144.1875 654.05554Q144.1875 652.82117 144.60938 651.88367Q145.04688 650.94617 145.82812 650.44617Q146.60938 649.93054 147.625 649.93054Q148.64062 649.93054 149.42188 650.43054Q150.20312 650.93054 150.625 651.86804Q151.04688 652.80554 151.04688 654.05554L151.04688 654.6024ZM149.9375 654.0399Q149.9375 652.5243 149.32812 651.7118Q148.71875 650.8993 147.625 650.8993Q146.54688 650.8993 145.9375 651.7118Q145.32812 652.5243 145.3125 653.9618L145.3125 654.6024Q145.3125 656.07117 145.92188 656.9149Q146.54688 657.74304 147.625 657.74304Q148.71875 657.74304 149.3125 656.9618Q149.92188 656.1649 149.9375 654.68054L149.9375 654.0399ZM153.79688 650.7118L153.79688 652.24304L154.96875 652.24304L154.96875 653.0868L153.79688 653.0868L153.79688 657.00867Q153.79688 657.3993 153.95312 657.5868Q154.10938 657.7743 154.48438 657.7743Q154.67188 657.7743 155.0 657.7118L155.0 658.5868Q154.57812 658.7118 154.17188 658.7118Q153.45312 658.7118 153.07812 658.2743Q152.70312 657.82117 152.70312 657.00867L152.70312 653.0868L151.54688 653.0868L151.54688 652.24304L152.70312 652.24304L152.70312 650.7118L153.79688 650.7118ZM157.40625 653.00867Q158.125 652.13367 159.28125 652.13367Q161.29688 652.13367 161.3125 654.3993L161.3125 658.5868L160.21875 658.5868L160.21875 654.38367Q160.21875 653.7118 159.90625 653.38367Q159.60938 653.05554 158.95312 653.05554Q158.42188 653.05554 158.01562 653.3368Q157.625 653.61804 157.40625 654.07117L157.40625 658.5868L156.32812 658.5868L156.32812 649.5868L157.40625 649.5868L157.40625 653.00867ZM165.95312 658.7118Q164.65625 658.7118 163.84375 657.86804Q163.04688 657.00867 163.04688 655.5868L163.04688 655.3993Q163.04688 654.44617 163.40625 653.7118Q163.76562 652.9618 164.40625 652.55554Q165.0625 652.13367 165.8125 652.13367Q167.04688 652.13367 167.73438 652.94617Q168.42188 653.75867 168.42188 655.2743L168.42188 655.7274L164.125 655.7274Q164.15625 656.6649 164.67188 657.24304Q165.20312 657.82117 166.01562 657.82117Q166.57812 657.82117 166.96875 657.5868Q167.375 657.3524 167.6875 656.9618L168.34375 657.4774Q167.54688 658.7118 165.95312 658.7118ZM165.8125 653.0243Q165.15625 653.0243 164.70312 653.50867Q164.26562 653.9774 164.17188 654.8368L167.34375 654.8368L167.34375 654.75867Q167.29688 653.93054 166.89062 653.4774Q166.5 653.0243 165.8125 653.0243ZM172.39062 653.2118Q172.14062 653.18054 171.85938 653.18054Q170.78125 653.18054 170.40625 654.0868L170.40625 658.5868L169.32812 658.5868L169.32812 652.24304L170.375 652.24304L170.39062 652.9774Q170.92188 652.13367 171.90625 652.13367Q172.21875 652.13367 172.39062 652.2118L172.39062 653.2118Z" fill-rule="nonzero"/><path fill="#666666" d="M176.5625 713.8594Q176.5625 715.7656 175.90625 716.7031Q175.26562 717.625 173.875 717.625Q172.51562 717.625 171.85938 716.71875Q171.20312 715.8125 171.17188 714.0L171.17188 712.5625Q171.17188 710.6719 171.8125 709.7656Q172.46875 708.84375 173.85938 708.84375Q175.23438 708.84375 175.89062 709.7344Q176.54688 710.6094 176.5625 712.4531L176.5625 713.8594ZM175.46875 712.375Q175.46875 711.0 175.07812 710.375Q174.70312 709.7344 173.85938 709.7344Q173.03125 709.7344 172.64062 710.375Q172.26562 711.0 172.26562 712.2969L172.26562 714.03125Q172.26562 715.40625 172.65625 716.0781Q173.0625 716.7344 173.875 716.7344Q174.67188 716.7344 175.0625 716.1094Q175.45312 715.4844 175.46875 714.15625L175.46875 712.375ZM178.10938 710.6094Q178.10938 709.84375 178.59375 709.34375Q179.09375 708.84375 179.85938 708.84375Q180.64062 708.84375 181.125 709.34375Q181.60938 709.84375 181.60938 710.6406L181.60938 711.0625Q181.60938 711.8281 181.10938 712.3281Q180.625 712.8125 179.875 712.8125Q179.10938 712.8125 178.60938 712.3281Q178.10938 711.8281 178.10938 711.0156L178.10938 710.6094ZM178.92188 711.0625Q178.92188 711.5156 179.17188 711.8125Q179.4375 712.1094 179.875 712.1094Q180.29688 712.1094 180.54688 711.8281Q180.79688 711.53125 180.79688 711.03125L180.79688 710.6094Q180.79688 710.15625 180.54688 709.8594Q180.29688 709.5469 179.85938 709.5469Q179.42188 709.5469 179.17188 709.8594Q178.92188 710.15625 178.92188 710.625L178.92188 711.0625ZM182.26562 715.40625Q182.26562 714.6406 182.75 714.15625Q183.25 713.65625 184.01562 713.65625Q184.78125 713.65625 185.26562 714.15625Q185.76562 714.6406 185.76562 715.4531L185.76562 715.8594Q185.76562 716.625 185.28125 717.125Q184.79688 717.625 184.03125 717.625Q183.26562 717.625 182.76562 717.1406Q182.26562 716.6406 182.26562 715.8281L182.26562 715.40625ZM183.07812 715.8594Q183.07812 716.3281 183.32812 716.625Q183.59375 716.9219 184.03125 716.9219Q184.45312 716.9219 184.70312 716.6406Q184.95312 716.34375 184.95312 715.84375L184.95312 715.40625Q184.95312 714.9375 184.6875 714.65625Q184.4375 714.3594 184.01562 714.3594Q183.59375 714.3594 183.32812 714.65625Q183.07812 714.9375 183.07812 715.4375L183.07812 715.8594ZM180.125 716.8594L179.5 716.46875L183.67188 709.7969L184.28125 710.1875L180.125 716.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M276.73547 717.5L271.14172 717.5L271.14172 716.71875L274.09485 713.4375Q274.7511 712.6875 275.0011 712.2344Q275.2511 711.7656 275.2511 711.2656Q275.2511 710.59375 274.84485 710.1719Q274.45422 709.7344 273.76672 709.7344Q272.96985 709.7344 272.51672 710.2031Q272.0636 710.65625 272.0636 711.4844L270.98547 711.4844Q270.98547 710.2969 271.73547 709.5781Q272.5011 708.84375 273.76672 708.84375Q274.96985 708.84375 275.65735 709.46875Q276.34485 710.09375 276.34485 711.1406Q276.34485 712.3906 274.73547 714.1406L272.45422 716.6094L276.73547 716.6094L276.73547 717.5ZM283.5011 713.8594Q283.5011 715.7656 282.84485 716.7031Q282.20422 717.625 280.8136 717.625Q279.45422 717.625 278.79797 716.71875Q278.14172 715.8125 278.11047 714.0L278.11047 712.5625Q278.11047 710.6719 278.7511 709.7656Q279.40735 708.84375 280.79797 708.84375Q282.17297 708.84375 282.82922 709.7344Q283.48547 710.6094 283.5011 712.4531L283.5011 713.8594ZM282.40735 712.375Q282.40735 711.0 282.01672 710.375Q281.64172 709.7344 280.79797 709.7344Q279.96985 709.7344 279.57922 710.375Q279.20422 711.0 279.20422 712.2969L279.20422 714.03125Q279.20422 715.40625 279.59485 716.0781Q280.0011 716.7344 280.8136 716.7344Q281.61047 716.7344 282.0011 716.1094Q282.39172 715.4844 282.40735 714.15625L282.40735 712.375ZM285.04797 710.6094Q285.04797 709.84375 285.53235 709.34375Q286.03235 708.84375 286.79797 708.84375Q287.57922 708.84375 288.0636 709.34375Q288.54797 709.84375 288.54797 710.6406L288.54797 711.0625Q288.54797 711.8281 288.04797 712.3281Q287.5636 712.8125 286.8136 712.8125Q286.04797 712.8125 285.54797 712.3281Q285.04797 711.8281 285.04797 711.0156L285.04797 710.6094ZM285.86047 711.0625Q285.86047 711.5156 286.11047 711.8125Q286.3761 712.1094 286.8136 712.1094Q287.23547 712.1094 287.48547 711.8281Q287.73547 711.53125 287.73547 711.03125L287.73547 710.6094Q287.73547 710.15625 287.48547 709.8594Q287.23547 709.5469 286.79797 709.5469Q286.36047 709.5469 286.11047 709.8594Q285.86047 710.15625 285.86047 710.625L285.86047 711.0625ZM289.20422 715.40625Q289.20422 714.6406 289.6886 714.15625Q290.1886 713.65625 290.95422 713.65625Q291.71985 713.65625 292.20422 714.15625Q292.70422 714.6406 292.70422 715.4531L292.70422 715.8594Q292.70422 716.625 292.21985 717.125Q291.73547 717.625 290.96985 717.625Q290.20422 717.625 289.70422 717.1406Q289.20422 716.6406 289.20422 715.8281L289.20422 715.40625ZM290.01672 715.8594Q290.01672 716.3281 290.26672 716.625Q290.53235 716.9219 290.96985 716.9219Q291.39172 716.9219 291.64172 716.6406Q291.89172 716.34375 291.89172 715.84375L291.89172 715.40625Q291.89172 714.9375 291.6261 714.65625Q291.3761 714.3594 290.95422 714.3594Q290.53235 714.3594 290.26672 714.65625Q290.01672 714.9375 290.01672 715.4375L290.01672 715.8594ZM287.0636 716.8594L286.4386 716.46875L290.61047 709.7969L291.21985 710.1875L287.0636 716.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M379.15848 714.6406L380.34598 714.6406L380.34598 715.5156L379.15848 715.5156L379.15848 717.5L378.08035 717.5L378.08035 715.5156L374.18973 715.5156L374.18973 714.875L378.00223 708.96875L379.15848 708.96875L379.15848 714.6406ZM375.4241 714.6406L378.08035 714.6406L378.08035 710.4531L377.93973 710.6875L375.4241 714.6406ZM386.93973 713.8594Q386.93973 715.7656 386.28348 716.7031Q385.64285 717.625 384.25223 717.625Q382.89285 717.625 382.2366 716.71875Q381.58035 715.8125 381.5491 714.0L381.5491 712.5625Q381.5491 710.6719 382.18973 709.7656Q382.84598 708.84375 384.2366 708.84375Q385.6116 708.84375 386.26785 709.7344Q386.9241 710.6094 386.93973 712.4531L386.93973 713.8594ZM385.84598 712.375Q385.84598 711.0 385.45535 710.375Q385.08035 709.7344 384.2366 709.7344Q383.40848 709.7344 383.01785 710.375Q382.64285 711.0 382.64285 712.2969L382.64285 714.03125Q382.64285 715.40625 383.03348 716.0781Q383.43973 716.7344 384.25223 716.7344Q385.0491 716.7344 385.43973 716.1094Q385.83035 715.4844 385.84598 714.15625L385.84598 712.375ZM388.4866 710.6094Q388.4866 709.84375 388.97098 709.34375Q389.47098 708.84375 390.2366 708.84375Q391.01785 708.84375 391.50223 709.34375Q391.9866 709.84375 391.9866 710.6406L391.9866 711.0625Q391.9866 711.8281 391.4866 712.3281Q391.00223 712.8125 390.25223 712.8125Q389.4866 712.8125 388.9866 712.3281Q388.4866 711.8281 388.4866 711.0156L388.4866 710.6094ZM389.2991 711.0625Q389.2991 711.5156 389.5491 711.8125Q389.81473 712.1094 390.25223 712.1094Q390.6741 712.1094 390.9241 711.8281Q391.1741 711.53125 391.1741 711.03125L391.1741 710.6094Q391.1741 710.15625 390.9241 709.8594Q390.6741 709.5469 390.2366 709.5469Q389.7991 709.5469 389.5491 709.8594Q389.2991 710.15625 389.2991 710.625L389.2991 711.0625ZM392.64285 715.40625Q392.64285 714.6406 393.12723 714.15625Q393.62723 713.65625 394.39285 713.65625Q395.15848 713.65625 395.64285 714.15625Q396.14285 714.6406 396.14285 715.4531L396.14285 715.8594Q396.14285 716.625 395.65848 717.125Q395.1741 717.625 394.40848 717.625Q393.64285 717.625 393.14285 717.1406Q392.64285 716.6406 392.64285 715.8281L392.64285 715.40625ZM393.45535 715.8594Q393.45535 716.3281 393.70535 716.625Q393.97098 716.9219 394.40848 716.9219Q394.83035 716.9219 395.08035 716.6406Q395.33035 716.34375 395.33035 715.84375L395.33035 715.40625Q395.33035 714.9375 395.06473 714.65625Q394.81473 714.3594 394.39285 714.3594Q393.97098 714.3594 393.70535 714.65625Q393.45535 714.9375 393.45535 715.4375L393.45535 715.8594ZM390.50223 716.8594L389.87723 716.46875L394.0491 709.7969L394.65848 710.1875L390.50223 716.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M482.28458 708.96875L482.28458 709.875L482.08145 709.875Q480.81583 709.90625 480.06583 710.6406Q479.31583 711.3594 479.19083 712.6719Q479.87833 711.90625 481.03458 711.90625Q482.14395 711.90625 482.81583 712.6875Q483.4877 713.46875 483.4877 714.71875Q483.4877 716.03125 482.76895 716.8281Q482.0502 717.625 480.83145 717.625Q479.6127 717.625 478.84708 716.6875Q478.09708 715.7344 478.09708 714.25L478.09708 713.84375Q478.09708 711.4844 479.09708 710.2344Q480.09708 708.9844 482.08145 708.96875L482.28458 708.96875ZM480.8627 712.8125Q480.3002 712.8125 479.83145 713.1406Q479.3627 713.46875 479.1752 713.9844L479.1752 714.375Q479.1752 715.4375 479.64395 716.0781Q480.12833 716.71875 480.83145 716.71875Q481.56583 716.71875 481.9877 716.1875Q482.40958 715.6406 482.40958 714.7656Q482.40958 713.8906 481.9877 713.3594Q481.56583 712.8125 480.8627 712.8125ZM490.37833 713.8594Q490.37833 715.7656 489.72208 716.7031Q489.08145 717.625 487.69083 717.625Q486.33145 717.625 485.6752 716.71875Q485.01895 715.8125 484.9877 714.0L484.9877 712.5625Q484.9877 710.6719 485.62833 709.7656Q486.28458 708.84375 487.6752 708.84375Q489.0502 708.84375 489.70645 709.7344Q490.3627 710.6094 490.37833 712.4531L490.37833 713.8594ZM489.28458 712.375Q489.28458 711.0 488.89395 710.375Q488.51895 709.7344 487.6752 709.7344Q486.84708 709.7344 486.45645 710.375Q486.08145 711.0 486.08145 712.2969L486.08145 714.03125Q486.08145 715.40625 486.47208 716.0781Q486.87833 716.7344 487.69083 716.7344Q488.4877 716.7344 488.87833 716.1094Q489.26895 715.4844 489.28458 714.15625L489.28458 712.375ZM491.9252 710.6094Q491.9252 709.84375 492.40958 709.34375Q492.90958 708.84375 493.6752 708.84375Q494.45645 708.84375 494.94083 709.34375Q495.4252 709.84375 495.4252 710.6406L495.4252 711.0625Q495.4252 711.8281 494.9252 712.3281Q494.44083 712.8125 493.69083 712.8125Q492.9252 712.8125 492.4252 712.3281Q491.9252 711.8281 491.9252 711.0156L491.9252 710.6094ZM492.7377 711.0625Q492.7377 711.5156 492.9877 711.8125Q493.25333 712.1094 493.69083 712.1094Q494.1127 712.1094 494.3627 711.8281Q494.6127 711.53125 494.6127 711.03125L494.6127 710.6094Q494.6127 710.15625 494.3627 709.8594Q494.1127 709.5469 493.6752 709.5469Q493.2377 709.5469 492.9877 709.8594Q492.7377 710.15625 492.7377 710.625L492.7377 711.0625ZM496.08145 715.40625Q496.08145 714.6406 496.56583 714.15625Q497.06583 713.65625 497.83145 713.65625Q498.59708 713.65625 499.08145 714.15625Q499.58145 714.6406 499.58145 715.4531L499.58145 715.8594Q499.58145 716.625 499.09708 717.125Q498.6127 717.625 497.84708 717.625Q497.08145 717.625 496.58145 717.1406Q496.08145 716.6406 496.08145 715.8281L496.08145 715.40625ZM496.89395 715.8594Q496.89395 716.3281 497.14395 716.625Q497.40958 716.9219 497.84708 716.9219Q498.26895 716.9219 498.51895 716.6406Q498.76895 716.34375 498.76895 715.84375L498.76895 715.40625Q498.76895 714.9375 498.50333 714.65625Q498.25333 714.3594 497.83145 714.3594Q497.40958 714.3594 497.14395 714.65625Q496.89395 714.9375 496.89395 715.4375L496.89395 715.8594ZM493.94083 716.8594L493.31583 716.46875L497.4877 709.7969L498.09708 710.1875L493.94083 716.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M586.6451 711.1875Q586.6451 711.8281 586.30133 712.3281Q585.9576 712.8281 585.3951 713.1094Q586.05133 713.3906 586.44196 713.9531Q586.8326 714.5 586.8326 715.2031Q586.8326 716.2969 586.0826 716.96875Q585.3482 717.625 584.12946 717.625Q582.8951 717.625 582.1451 716.96875Q581.4107 716.2969 581.4107 715.2031Q581.4107 714.5 581.7857 713.9531Q582.1607 713.3906 582.8326 713.1094Q582.2701 712.8281 581.94196 712.3281Q581.61383 711.8281 581.61383 711.1875Q581.61383 710.1094 582.30133 709.4844Q582.98883 708.84375 584.12946 708.84375Q585.25446 708.84375 585.94196 709.4844Q586.6451 710.1094 586.6451 711.1875ZM585.75446 715.1719Q585.75446 714.4531 585.30133 714.0156Q584.8482 713.5625 584.11383 713.5625Q583.37946 713.5625 582.92633 714.0156Q582.48883 714.4531 582.48883 715.1875Q582.48883 715.90625 582.92633 716.3281Q583.36383 716.7344 584.12946 716.7344Q584.87946 716.7344 585.31696 716.3125Q585.75446 715.8906 585.75446 715.1719ZM584.12946 709.7344Q583.48883 709.7344 583.0826 710.1406Q582.69196 710.53125 582.69196 711.21875Q582.69196 711.8594 583.0826 712.2656Q583.4732 712.6719 584.11383 712.6719Q584.7701 712.6719 585.1607 712.2656Q585.55133 711.8594 585.55133 711.21875Q585.55133 710.5625 585.1451 710.15625Q584.73883 709.7344 584.12946 709.7344ZM593.81696 713.8594Q593.81696 715.7656 593.1607 716.7031Q592.5201 717.625 591.12946 717.625Q589.7701 717.625 589.11383 716.71875Q588.4576 715.8125 588.42633 714.0L588.42633 712.5625Q588.42633 710.6719 589.06696 709.7656Q589.7232 708.84375 591.11383 708.84375Q592.48883 708.84375 593.1451 709.7344Q593.80133 710.6094 593.81696 712.4531L593.81696 713.8594ZM592.7232 712.375Q592.7232 711.0 592.3326 710.375Q591.9576 709.7344 591.11383 709.7344Q590.2857 709.7344 589.8951 710.375Q589.5201 711.0 589.5201 712.2969L589.5201 714.03125Q589.5201 715.40625 589.9107 716.0781Q590.31696 716.7344 591.12946 716.7344Q591.92633 716.7344 592.31696 716.1094Q592.7076 715.4844 592.7232 714.15625L592.7232 712.375ZM595.36383 710.6094Q595.36383 709.84375 595.8482 709.34375Q596.3482 708.84375 597.11383 708.84375Q597.8951 708.84375 598.37946 709.34375Q598.86383 709.84375 598.86383 710.6406L598.86383 711.0625Q598.86383 711.8281 598.36383 712.3281Q597.87946 712.8125 597.12946 712.8125Q596.36383 712.8125 595.86383 712.3281Q595.36383 711.8281 595.36383 711.0156L595.36383 710.6094ZM596.17633 711.0625Q596.17633 711.5156 596.42633 711.8125Q596.69196 712.1094 597.12946 712.1094Q597.55133 712.1094 597.80133 711.8281Q598.05133 711.53125 598.05133 711.03125L598.05133 710.6094Q598.05133 710.15625 597.80133 709.8594Q597.55133 709.5469 597.11383 709.5469Q596.67633 709.5469 596.42633 709.8594Q596.17633 710.15625 596.17633 710.625L596.17633 711.0625ZM599.5201 715.40625Q599.5201 714.6406 600.00446 714.15625Q600.50446 713.65625 601.2701 713.65625Q602.0357 713.65625 602.5201 714.15625Q603.0201 714.6406 603.0201 715.4531L603.0201 715.8594Q603.0201 716.625 602.5357 717.125Q602.05133 717.625 601.2857 717.625Q600.5201 717.625 600.0201 717.1406Q599.5201 716.6406 599.5201 715.8281L599.5201 715.40625ZM600.3326 715.8594Q600.3326 716.3281 600.5826 716.625Q600.8482 716.9219 601.2857 716.9219Q601.7076 716.9219 601.9576 716.6406Q602.2076 716.34375 602.2076 715.84375L602.2076 715.40625Q602.2076 714.9375 601.94196 714.65625Q601.69196 714.3594 601.2701 714.3594Q600.8482 714.3594 600.5826 714.65625Q600.3326 714.9375 600.3326 715.4375L600.3326 715.8594ZM597.37946 716.8594L596.75446 716.46875L600.92633 709.7969L601.5357 710.1875L597.37946 716.8594Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M212.05476 754.226C212.05476 753.6737 212.50249 753.226 213.05476 753.226L223.05476 753.226C223.60706 753.226 224.05476 753.6737 224.05476 754.226L224.05476 764.226C224.05476 764.77826 223.60706 765.226 223.05476 765.226L213.05476 765.226C212.50249 765.226 212.05476 764.77826 212.05476 764.226Z" fill-rule="nonzero"/><path fill="#666666" d="M238.35164 763.726L232.75789 763.726L232.75789 762.94476L235.71101 759.6635Q236.36726 758.9135 236.61726 758.4604Q236.86726 757.99164 236.86726 757.49164Q236.86726 756.81976 236.46101 756.3979Q236.07039 755.9604 235.38289 755.9604Q234.58601 755.9604 234.13289 756.42914Q233.67976 756.88226 233.67976 757.7104L232.60164 757.7104Q232.60164 756.5229 233.35164 755.80414Q234.11726 755.06976 235.38289 755.06976Q236.58601 755.06976 237.27351 755.69476Q237.96101 756.31976 237.96101 757.36664Q237.96101 758.61664 236.35164 760.36664L234.07039 762.8354L238.35164 762.8354L238.35164 763.726ZM245.11726 760.0854Q245.11726 761.99164 244.46101 762.92914Q243.82039 763.851 242.42976 763.851Q241.07039 763.851 240.41414 762.94476Q239.75789 762.0385 239.72664 760.226L239.72664 758.7885Q239.72664 756.8979 240.36726 755.99164Q241.02351 755.06976 242.41414 755.06976Q243.78914 755.06976 244.44539 755.9604Q245.10164 756.8354 245.11726 758.67914L245.11726 760.0854ZM244.02351 758.601Q244.02351 757.226 243.63289 756.601Q243.25789 755.9604 242.41414 755.9604Q241.58601 755.9604 241.19539 756.601Q240.82039 757.226 240.82039 758.5229L240.82039 760.25726Q240.82039 761.63226 241.21101 762.30414Q241.61726 762.9604 242.42976 762.9604Q243.22664 762.9604 243.61726 762.3354Q244.00789 761.7104 244.02351 760.38226L244.02351 758.601ZM250.32039 763.726L249.24226 763.726L249.24226 756.50726L247.05476 757.30414L247.05476 756.31976L250.16414 755.1479L250.32039 755.1479L250.32039 763.726ZM258.0235 755.19476L258.0235 756.101L257.82037 756.101Q256.55475 756.13226 255.80476 756.86664Q255.05476 757.5854 254.92976 758.8979Q255.61726 758.13226 256.7735 758.13226Q257.88287 758.13226 258.55475 758.9135Q259.22662 759.69476 259.22662 760.94476Q259.22662 762.25726 258.50787 763.05414Q257.78912 763.851 256.57037 763.851Q255.35164 763.851 254.58601 762.9135Q253.83601 761.9604 253.83601 760.476L253.83601 760.06976Q253.83601 757.7104 254.83601 756.4604Q255.83601 755.2104 257.82037 755.19476L258.0235 755.19476ZM256.60162 759.0385Q256.03912 759.0385 255.57039 759.36664Q255.10164 759.69476 254.91414 760.2104L254.91414 760.601Q254.91414 761.6635 255.38289 762.30414Q255.86726 762.94476 256.57037 762.94476Q257.30475 762.94476 257.72662 762.4135Q258.1485 761.86664 258.1485 760.99164Q258.1485 760.11664 257.72662 759.5854Q257.30475 759.0385 256.60162 759.0385Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M276.05478 754.226C276.05478 753.6737 276.50247 753.226 277.05478 753.226L287.05478 753.226C287.60706 753.226 288.05478 753.6737 288.05478 754.226L288.05478 764.226C288.05478 764.77826 287.60706 765.226 287.05478 765.226L277.05478 765.226C276.50247 765.226 276.05478 764.77826 276.05478 764.226Z" fill-rule="nonzero"/><path fill="#666666" d="M302.35165 763.726L296.7579 763.726L296.7579 762.94476L299.71103 759.6635Q300.36728 758.9135 300.61728 758.4604Q300.86728 757.99164 300.86728 757.49164Q300.86728 756.81976 300.46103 756.3979Q300.0704 755.9604 299.3829 755.9604Q298.58603 755.9604 298.1329 756.42914Q297.67978 756.88226 297.67978 757.7104L296.60165 757.7104Q296.60165 756.5229 297.35165 755.80414Q298.11728 755.06976 299.3829 755.06976Q300.58603 755.06976 301.27353 755.69476Q301.96103 756.31976 301.96103 757.36664Q301.96103 758.61664 300.35165 760.36664L298.0704 762.8354L302.35165 762.8354L302.35165 763.726ZM309.11728 760.0854Q309.11728 761.99164 308.46103 762.92914Q307.8204 763.851 306.42978 763.851Q305.0704 763.851 304.41415 762.94476Q303.7579 762.0385 303.72665 760.226L303.72665 758.7885Q303.72665 756.8979 304.36728 755.99164Q305.02353 755.06976 306.41415 755.06976Q307.78915 755.06976 308.4454 755.9604Q309.10165 756.8354 309.11728 758.67914L309.11728 760.0854ZM308.02353 758.601Q308.02353 757.226 307.6329 756.601Q307.2579 755.9604 306.41415 755.9604Q305.58603 755.9604 305.1954 756.601Q304.8204 757.226 304.8204 758.5229L304.8204 760.25726Q304.8204 761.63226 305.21103 762.30414Q305.61728 762.9604 306.42978 762.9604Q307.22665 762.9604 307.61728 762.3354Q308.0079 761.7104 308.02353 760.38226L308.02353 758.601ZM314.3204 763.726L313.24228 763.726L313.24228 756.50726L311.05478 757.30414L311.05478 756.31976L314.16415 755.1479L314.3204 755.1479L314.3204 763.726ZM323.27353 755.80414L319.74228 763.726L318.60165 763.726L322.11728 756.0854L317.5079 756.0854L317.5079 755.19476L323.27353 755.19476L323.27353 755.80414Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M340.05478 754.226C340.05478 753.6737 340.50247 753.226 341.05478 753.226L351.05478 753.226C351.60706 753.226 352.05478 753.6737 352.05478 754.226L352.05478 764.226C352.05478 764.77826 351.60706 765.226 351.05478 765.226L341.05478 765.226C340.50247 765.226 340.05478 764.77826 340.05478 764.226Z" fill-rule="nonzero"/><path fill="#666666" d="M366.35165 763.726L360.7579 763.726L360.7579 762.94476L363.71103 759.6635Q364.36728 758.9135 364.61728 758.4604Q364.86728 757.99164 364.86728 757.49164Q364.86728 756.81976 364.46103 756.3979Q364.0704 755.9604 363.3829 755.9604Q362.58603 755.9604 362.1329 756.42914Q361.67978 756.88226 361.67978 757.7104L360.60165 757.7104Q360.60165 756.5229 361.35165 755.80414Q362.11728 755.06976 363.3829 755.06976Q364.58603 755.06976 365.27353 755.69476Q365.96103 756.31976 365.96103 757.36664Q365.96103 758.61664 364.35165 760.36664L362.0704 762.8354L366.35165 762.8354L366.35165 763.726ZM373.11728 760.0854Q373.11728 761.99164 372.46103 762.92914Q371.8204 763.851 370.42978 763.851Q369.0704 763.851 368.41415 762.94476Q367.7579 762.0385 367.72665 760.226L367.72665 758.7885Q367.72665 756.8979 368.36728 755.99164Q369.02353 755.06976 370.41415 755.06976Q371.78915 755.06976 372.4454 755.9604Q373.10165 756.8354 373.11728 758.67914L373.11728 760.0854ZM372.02353 758.601Q372.02353 757.226 371.6329 756.601Q371.2579 755.9604 370.41415 755.9604Q369.58603 755.9604 369.1954 756.601Q368.8204 757.226 368.8204 758.5229L368.8204 760.25726Q368.8204 761.63226 369.21103 762.30414Q369.61728 762.9604 370.42978 762.9604Q371.22665 762.9604 371.61728 762.3354Q372.0079 761.7104 372.02353 760.38226L372.02353 758.601ZM378.3204 763.726L377.24228 763.726L377.24228 756.50726L375.05478 757.30414L375.05478 756.31976L378.16415 755.1479L378.3204 755.1479L378.3204 763.726ZM386.9454 757.4135Q386.9454 758.05414 386.60165 758.55414Q386.2579 759.05414 385.6954 759.3354Q386.35165 759.61664 386.74228 760.17914Q387.1329 760.726 387.1329 761.42914Q387.1329 762.5229 386.3829 763.19476Q385.64853 763.851 384.42978 763.851Q383.1954 763.851 382.4454 763.19476Q381.71103 762.5229 381.71103 761.42914Q381.71103 760.726 382.08603 760.17914Q382.46103 759.61664 383.1329 759.3354Q382.5704 759.05414 382.24228 758.55414Q381.91415 758.05414 381.91415 757.4135Q381.91415 756.3354 382.60165 755.7104Q383.28915 755.06976 384.42978 755.06976Q385.55478 755.06976 386.24228 755.7104Q386.9454 756.3354 386.9454 757.4135ZM386.05478 761.3979Q386.05478 760.67914 385.60165 760.24164Q385.14853 759.7885 384.41415 759.7885Q383.67978 759.7885 383.22665 760.24164Q382.78915 760.67914 382.78915 761.4135Q382.78915 762.13226 383.22665 762.55414Q383.66415 762.9604 384.42978 762.9604Q385.17978 762.9604 385.61728 762.5385Q386.05478 762.11664 386.05478 761.3979ZM384.42978 755.9604Q383.78915 755.9604 383.3829 756.36664Q382.99228 756.75726 382.99228 757.44476Q382.99228 758.0854 383.3829 758.49164Q383.77353 758.8979 384.41415 758.8979Q385.0704 758.8979 385.46103 758.49164Q385.85165 758.0854 385.85165 757.44476Q385.85165 756.7885 385.4454 756.38226Q385.03915 755.9604 384.42978 755.9604Z" fill-rule="nonzero"/><path fill="#00add8" d="M404.05478 754.226C404.05478 753.6737 404.50247 753.226 405.05478 753.226L415.05478 753.226C415.60706 753.226 416.05478 753.6737 416.05478 754.226L416.05478 764.226C416.05478 764.77826 415.60706 765.226 415.05478 765.226L405.05478 765.226C404.50247 765.226 404.05478 764.77826 404.05478 764.226Z" fill-rule="nonzero"/><path fill="#666666" d="M430.35165 763.726L424.7579 763.726L424.7579 762.94476L427.71103 759.6635Q428.36728 758.9135 428.61728 758.4604Q428.86728 757.99164 428.86728 757.49164Q428.86728 756.81976 428.46103 756.3979Q428.0704 755.9604 427.3829 755.9604Q426.58603 755.9604 426.1329 756.42914Q425.67978 756.88226 425.67978 757.7104L424.60165 757.7104Q424.60165 756.5229 425.35165 755.80414Q426.11728 755.06976 427.3829 755.06976Q428.58603 755.06976 429.27353 755.69476Q429.96103 756.31976 429.96103 757.36664Q429.96103 758.61664 428.35165 760.36664L426.0704 762.8354L430.35165 762.8354L430.35165 763.726ZM437.11728 760.0854Q437.11728 761.99164 436.46103 762.92914Q435.8204 763.851 434.42978 763.851Q433.0704 763.851 432.41415 762.94476Q431.7579 762.0385 431.72665 760.226L431.72665 758.7885Q431.72665 756.8979 432.36728 755.99164Q433.02353 755.06976 434.41415 755.06976Q435.78915 755.06976 436.4454 755.9604Q437.10165 756.8354 437.11728 758.67914L437.11728 760.0854ZM436.02353 758.601Q436.02353 757.226 435.6329 756.601Q435.2579 755.9604 434.41415 755.9604Q433.58603 755.9604 433.1954 756.601Q432.8204 757.226 432.8204 758.5229L432.8204 760.25726Q432.8204 761.63226 433.21103 762.30414Q433.61728 762.9604 434.42978 762.9604Q435.22665 762.9604 435.61728 762.3354Q436.0079 761.7104 436.02353 760.38226L436.02353 758.601ZM442.3204 763.726L441.24228 763.726L441.24228 756.50726L439.05478 757.30414L439.05478 756.31976L442.16415 755.1479L442.3204 755.1479L442.3204 763.726ZM449.91415 759.976Q449.58603 760.38226 449.10165 760.63226Q448.6329 760.86664 448.0704 760.86664Q447.33603 760.86664 446.78915 760.50726Q446.24228 760.1479 445.9454 759.49164Q445.64853 758.81976 445.64853 758.0229Q445.64853 757.17914 445.96103 756.49164Q446.28915 755.80414 446.8829 755.44476Q447.49228 755.06976 448.28915 755.06976Q449.55478 755.06976 450.27353 756.0229Q451.0079 756.976 451.0079 758.601L451.0079 758.9135Q451.0079 761.4135 450.02353 762.55414Q449.03915 763.69476 447.05478 763.726L446.83603 763.726L446.83603 762.81976L447.0704 762.81976Q448.41415 762.7885 449.1329 762.11664Q449.85165 761.44476 449.91415 759.976ZM448.24228 759.976Q448.78915 759.976 449.24228 759.6479Q449.71103 759.30414 449.92978 758.81976L449.92978 758.38226Q449.92978 757.31976 449.46103 756.6479Q448.99228 755.976 448.28915 755.976Q447.5704 755.976 447.1329 756.5229Q446.71103 757.06976 446.71103 757.976Q446.71103 758.851 447.11728 759.4135Q447.53915 759.976 448.24228 759.976ZM455.83603 760.25726Q455.83603 758.94476 456.17978 757.726Q456.53915 756.50726 457.24228 755.50726Q457.9454 754.50726 458.71103 754.101L458.92978 754.81976Q458.0704 755.476 457.52353 756.81976Q456.97665 758.1635 456.92978 759.8354L456.91415 760.3354Q456.91415 762.601 457.74228 764.25726Q458.24228 765.25726 458.92978 765.81976L458.71103 766.476Q457.92978 766.05414 457.21103 765.0229Q455.83603 763.0385 455.83603 760.25726ZM460.89853 757.38226L460.92978 758.17914Q461.66415 757.2729 462.83603 757.2729Q464.85165 757.2729 464.86728 759.5385L464.86728 763.726L463.77353 763.726L463.77353 759.5229Q463.77353 758.851 463.46103 758.5229Q463.16415 758.19476 462.5079 758.19476Q461.97665 758.19476 461.5704 758.476Q461.17978 758.75726 460.96103 759.2104L460.96103 763.726L459.8829 763.726L459.8829 757.38226L460.89853 757.38226ZM471.83603 758.9604L466.9454 758.9604L466.9454 758.00726L471.83603 758.00726L471.83603 758.9604ZM471.83603 761.38226L466.9454 761.38226L466.9454 760.44476L471.83603 760.44476L471.83603 761.38226ZM478.02353 755.19476L478.02353 756.101L477.8204 756.101Q476.55478 756.13226 475.80478 756.86664Q475.05478 757.5854 474.92978 758.8979Q475.61728 758.13226 476.77353 758.13226Q477.8829 758.13226 478.55478 758.9135Q479.22665 759.69476 479.22665 760.94476Q479.22665 762.25726 478.5079 763.05414Q477.78915 763.851 476.5704 763.851Q475.35165 763.851 474.58603 762.9135Q473.83603 761.9604 473.83603 760.476L473.83603 760.06976Q473.83603 757.7104 474.83603 756.4604Q475.83603 755.2104 477.8204 755.19476L478.02353 755.19476ZM476.60165 759.0385Q476.03915 759.0385 475.5704 759.36664Q475.10165 759.69476 474.91415 760.2104L474.91415 760.601Q474.91415 761.6635 475.3829 762.30414Q475.86728 762.94476 476.5704 762.94476Q477.30478 762.94476 477.72665 762.4135Q478.14853 761.86664 478.14853 760.99164Q478.14853 760.11664 477.72665 759.5854Q477.30478 759.0385 476.60165 759.0385ZM480.83603 765.42914L480.22665 765.00726Q480.77353 764.24164 480.80478 763.4135L480.80478 762.44476L481.86728 762.44476L481.86728 763.2885Q481.86728 763.88226 481.5704 764.476Q481.27353 765.06976 480.83603 765.42914ZM484.33603 758.92914L485.14853 758.92914Q485.92978 758.9135 486.36728 758.5229Q486.80478 758.13226 486.80478 757.4604Q486.80478 755.9604 485.30478 755.9604Q484.60165 755.9604 484.17978 756.36664Q483.77353 756.7729 483.77353 757.42914L482.67978 757.42914Q482.67978 756.4135 483.41415 755.74164Q484.16415 755.06976 485.30478 755.06976Q486.5079 755.06976 487.1954 755.7104Q487.8829 756.351 487.8829 757.49164Q487.8829 758.05414 487.52353 758.56976Q487.16415 759.0854 486.53915 759.351Q487.24228 759.56976 487.61728 760.0854Q488.0079 760.601 488.0079 761.351Q488.0079 762.49164 487.2579 763.17914Q486.5079 763.851 485.30478 763.851Q484.11728 763.851 483.35165 763.19476Q482.60165 762.5385 482.60165 761.476L483.6954 761.476Q483.6954 762.1479 484.1329 762.55414Q484.5704 762.9604 485.3204 762.9604Q486.10165 762.9604 486.5079 762.55414Q486.92978 762.13226 486.92978 761.36664Q486.92978 760.63226 486.47665 760.24164Q486.02353 759.8354 485.14853 759.81976L484.33603 759.81976L484.33603 758.92914ZM495.35165 763.726L489.7579 763.726L489.7579 762.94476L492.71103 759.6635Q493.36728 758.9135 493.61728 758.4604Q493.86728 757.99164 493.86728 757.49164Q493.86728 756.81976 493.46103 756.3979Q493.0704 755.9604 492.3829 755.9604Q491.58603 755.9604 491.1329 756.42914Q490.67978 756.88226 490.67978 757.7104L489.60165 757.7104Q489.60165 756.5229 490.35165 755.80414Q491.11728 755.06976 492.3829 755.06976Q493.58603 755.06976 494.27353 755.69476Q494.96103 756.31976 494.96103 757.36664Q494.96103 758.61664 493.35165 760.36664L491.0704 762.8354L495.35165 762.8354L495.35165 763.726ZM498.33603 758.92914L499.14853 758.92914Q499.92978 758.9135 500.36728 758.5229Q500.80478 758.13226 500.80478 757.4604Q500.80478 755.9604 499.30478 755.9604Q498.60165 755.9604 498.17978 756.36664Q497.77353 756.7729 497.77353 757.42914L496.67978 757.42914Q496.67978 756.4135 497.41415 755.74164Q498.16415 755.06976 499.30478 755.06976Q500.5079 755.06976 501.1954 755.7104Q501.8829 756.351 501.8829 757.49164Q501.8829 758.05414 501.52353 758.56976Q501.16415 759.0854 500.53915 759.351Q501.24228 759.56976 501.61728 760.0854Q502.0079 760.601 502.0079 761.351Q502.0079 762.49164 501.2579 763.17914Q500.5079 763.851 499.30478 763.851Q498.11728 763.851 497.35165 763.19476Q496.60165 762.5385 496.60165 761.476L497.6954 761.476Q497.6954 762.1479 498.1329 762.55414Q498.5704 762.9604 499.3204 762.9604Q500.10165 762.9604 500.5079 762.55414Q500.92978 762.13226 500.92978 761.36664Q500.92978 760.63226 500.47665 760.24164Q500.02353 759.8354 499.14853 759.81976L498.33603 759.81976L498.33603 758.92914ZM506.3829 760.31976Q506.3829 761.63226 506.03915 762.8354Q505.6954 764.0229 504.97665 765.0385Q504.27353 766.05414 503.5079 766.476L503.27353 765.81976Q504.17978 765.13226 504.72665 763.67914Q505.27353 762.2104 505.28915 760.44476L505.28915 760.25726Q505.28915 759.0229 505.02353 757.9604Q504.77353 756.8979 504.30478 756.06976Q503.85165 755.226 503.27353 754.75726L503.5079 754.101Q504.27353 754.5229 504.97665 755.5229Q505.67978 756.5229 506.02353 757.74164Q506.3829 758.94476 506.3829 760.31976Z" fill-rule="nonzero"/><path fill="#999999" d="M31.98125 55.40657Q31.98125 54.09407 32.325 52.87532Q32.684376 51.65657 33.3875 50.65657Q34.090626 49.65657 34.85625 49.25032L35.075 49.96907Q34.215626 50.62532 33.66875 51.96907Q33.121876 53.31282 33.075 54.984695L33.059376 55.484695Q33.059376 57.75032 33.8875 59.40657Q34.3875 60.40657 35.075 60.96907L34.85625 61.62532Q34.075 61.203445 33.35625 60.172195Q31.98125 58.18782 31.98125 55.40657ZM39.715626 57.18782Q39.715626 56.75032 39.371876 56.515945Q39.04375 56.265945 38.215626 56.09407Q37.403126 55.922195 36.91875 55.672195Q36.434376 55.422195 36.2 55.09407Q35.98125 54.75032 35.98125 54.28157Q35.98125 53.50032 36.6375 52.96907Q37.29375 52.422195 38.325 52.422195Q39.403126 52.422195 40.059376 52.984695Q40.73125 53.53157 40.73125 54.390945L39.653126 54.390945Q39.653126 53.953445 39.2625 53.640945Q38.8875 53.31282 38.325 53.31282Q37.73125 53.31282 37.3875 53.578445Q37.059376 53.828445 37.059376 54.234695Q37.059376 54.62532 37.371876 54.828445Q37.684376 55.03157 38.496876 55.21907Q39.309376 55.390945 39.809376 55.640945Q40.309376 55.890945 40.54375 56.25032Q40.79375 56.609695 40.79375 57.109695Q40.79375 57.96907 40.10625 58.484695Q39.434376 59.00032 38.35625 59.00032Q37.590626 59.00032 36.996876 58.734695Q36.41875 58.453445 36.090626 57.96907Q35.7625 57.484695 35.7625 56.922195L36.840626 56.922195Q36.871876 57.46907 37.278126 57.797195Q37.684376 58.109695 38.35625 58.109695Q38.965626 58.109695 39.340626 57.859695Q39.715626 57.609695 39.715626 57.18782ZM44.653126 59.00032Q43.35625 59.00032 42.54375 58.15657Q41.746876 57.297195 41.746876 55.87532L41.746876 55.68782Q41.746876 54.734695 42.10625 54.00032Q42.465626 53.25032 43.10625 52.84407Q43.7625 52.422195 44.5125 52.422195Q45.746876 52.422195 46.434376 53.234695Q47.121876 54.047195 47.121876 55.56282L47.121876 56.015945L42.825 56.015945Q42.85625 56.953445 43.371876 57.53157Q43.903126 58.109695 44.715626 58.109695Q45.278126 58.109695 45.66875 57.87532Q46.075 57.640945 46.3875 57.25032L47.04375 57.765945Q46.246876 59.00032 44.653126 59.00032ZM44.5125 53.31282Q43.85625 53.31282 43.403126 53.797195Q42.965626 54.265945 42.871876 55.12532L46.04375 55.12532L46.04375 55.047195Q45.996876 54.21907 45.590626 53.765945Q45.2 53.31282 44.5125 53.31282ZM49.2 58.87532L48.121876 58.87532L48.121876 49.87532L49.2 49.87532L49.2 58.87532ZM53.653126 59.00032Q52.35625 59.00032 51.54375 58.15657Q50.746876 57.297195 50.746876 55.87532L50.746876 55.68782Q50.746876 54.734695 51.10625 54.00032Q51.465626 53.25032 52.10625 52.84407Q52.7625 52.422195 53.5125 52.422195Q54.746876 52.422195 55.434376 53.234695Q56.121876 54.047195 56.121876 55.56282L56.121876 56.015945L51.825 56.015945Q51.85625 56.953445 52.371876 57.53157Q52.903126 58.109695 53.715626 58.109695Q54.278126 58.109695 54.66875 57.87532Q55.075 57.640945 55.3875 57.25032L56.04375 57.765945Q55.246876 59.00032 53.653126 59.00032ZM53.5125 53.31282Q52.85625 53.31282 52.403126 53.797195Q51.965626 54.265945 51.871876 55.12532L55.04375 55.12532L55.04375 55.047195Q54.996876 54.21907 54.590626 53.765945Q54.2 53.31282 53.5125 53.31282ZM59.559376 58.109695Q60.1375 58.109695 60.575 57.765945Q61.0125 57.40657 61.059376 56.87532L62.090626 56.87532Q62.059376 57.422195 61.7 57.922195Q61.35625 58.40657 60.778126 58.703445Q60.215626 59.00032 59.559376 59.00032Q58.2625 59.00032 57.496876 58.140945Q56.746876 57.265945 56.746876 55.765945L56.746876 55.578445Q56.746876 54.65657 57.075 53.93782Q57.41875 53.21907 58.04375 52.828445Q58.684376 52.422195 59.559376 52.422195Q60.621876 52.422195 61.325 53.06282Q62.04375 53.68782 62.090626 54.71907L61.059376 54.71907Q61.0125 54.09407 60.590626 53.703445Q60.16875 53.31282 59.559376 53.31282Q58.73125 53.31282 58.278126 53.90657Q57.825 54.50032 57.825 55.62532L57.825 55.828445Q57.825 56.922195 58.278126 57.515945Q58.73125 58.109695 59.559376 58.109695ZM64.49687 51.00032L64.49687 52.53157L65.66875 52.53157L65.66875 53.37532L64.49687 53.37532L64.49687 57.297195Q64.49687 57.68782 64.65312 57.87532Q64.80937 58.06282 65.18437 58.06282Q65.37187 58.06282 65.7 58.00032L65.7 58.87532Q65.27812 59.00032 64.87187 59.00032Q64.15312 59.00032 63.778126 58.56282Q63.403126 58.109695 63.403126 57.297195L63.403126 53.37532L62.246876 53.37532L62.246876 52.53157L63.403126 52.53157L63.403126 51.00032L64.49687 51.00032ZM73.93437 58.25032Q73.30937 59.00032 72.075 59.00032Q71.05937 59.00032 70.52812 58.40657Q69.99687 57.81282 69.99687 56.65657L69.99687 52.53157L71.075 52.53157L71.075 56.62532Q71.075 58.078445 72.24687 58.078445Q73.49687 58.078445 73.90312 57.140945L73.90312 52.53157L74.99687 52.53157L74.99687 58.87532L73.96562 58.87532L73.93437 58.25032ZM82.37187 55.78157Q82.37187 57.21907 81.71562 58.109695Q81.05937 59.00032 79.91875 59.00032Q78.7625 59.00032 78.10625 58.265945L78.10625 61.31282L77.02812 61.31282L77.02812 52.53157L78.0125 52.53157L78.05937 53.234695Q78.73125 52.422195 79.90312 52.422195Q81.04375 52.422195 81.7 53.28157Q82.37187 54.140945 82.37187 55.672195L82.37187 55.78157ZM81.29375 55.65657Q81.29375 54.578445 80.825 53.96907Q80.37187 53.34407 79.575 53.34407Q78.59062 53.34407 78.10625 54.203445L78.10625 57.234695Q78.59062 58.109695 79.59062 58.109695Q80.37187 58.109695 80.825 57.50032Q81.29375 56.87532 81.29375 55.65657ZM88.49687 51.00032L88.49687 52.53157L89.66875 52.53157L89.66875 53.37532L88.49687 53.37532L88.49687 57.297195Q88.49687 57.68782 88.65312 57.87532Q88.80937 58.06282 89.18437 58.06282Q89.37187 58.06282 89.7 58.00032L89.7 58.87532Q89.27812 59.00032 88.87187 59.00032Q88.15312 59.00032 87.77812 58.56282Q87.40312 58.109695 87.40312 57.297195L87.40312 53.37532L86.24687 53.37532L86.24687 52.53157L87.40312 52.53157L87.40312 51.00032L88.49687 51.00032ZM90.73125 55.640945Q90.73125 54.71907 91.09062 53.96907Q91.46562 53.21907 92.12187 52.828445Q92.77812 52.422195 93.60625 52.422195Q94.90312 52.422195 95.7 53.31282Q96.5125 54.203445 96.5125 55.703445L96.5125 55.78157Q96.5125 56.703445 96.15312 57.43782Q95.79375 58.172195 95.1375 58.59407Q94.48125 59.00032 93.62187 59.00032Q92.34062 59.00032 91.52812 58.109695Q90.73125 57.203445 90.73125 55.71907L90.73125 55.640945ZM91.825 55.78157Q91.825 56.828445 92.30937 57.46907Q92.80937 58.109695 93.62187 58.109695Q94.45 58.109695 94.93437 57.46907Q95.41875 56.81282 95.41875 55.640945Q95.41875 54.609695 94.91875 53.96907Q94.43437 53.31282 93.60625 53.31282Q92.80937 53.31282 92.30937 53.953445Q91.825 54.578445 91.825 55.78157ZM102.48125 54.078445L103.29375 54.078445Q104.075 54.06282 104.5125 53.672195Q104.95 53.28157 104.95 52.609695Q104.95 51.109695 103.45 51.109695Q102.74687 51.109695 102.325 51.515945Q101.91875 51.922195 101.91875 52.578445L100.825 52.578445Q100.825 51.56282 101.55937 50.890945Q102.30937 50.21907 103.45 50.21907Q104.65312 50.21907 105.34062 50.859695Q106.02812 51.50032 106.02812 52.640945Q106.02812 53.203445 105.66875 53.71907Q105.30937 54.234695 104.68437 54.50032Q105.3875 54.71907 105.7625 55.234695Q106.15312 55.75032 106.15312 56.50032Q106.15312 57.640945 105.40312 58.328445Q104.65312 59.00032 103.45 59.00032Q102.2625 59.00032 101.49687 58.34407Q100.74687 57.68782 100.74687 56.62532L101.84062 56.62532Q101.84062 57.297195 102.27812 57.703445Q102.71562 58.109695 103.46562 58.109695Q104.24687 58.109695 104.65312 57.703445Q105.075 57.28157 105.075 56.515945Q105.075 55.78157 104.62187 55.390945Q104.16875 54.984695 103.29375 54.96907L102.48125 54.96907L102.48125 54.078445ZM110.52812 55.46907Q110.52812 56.78157 110.18437 57.984695Q109.84062 59.172195 109.12187 60.18782Q108.41875 61.203445 107.65312 61.62532L107.41875 60.96907Q108.325 60.28157 108.87187 58.828445Q109.41875 57.359695 109.43437 55.59407L109.43437 55.40657Q109.43437 54.172195 109.16875 53.109695Q108.91875 52.047195 108.45 51.21907Q107.99687 50.37532 107.41875 49.90657L107.65312 49.25032Q108.41875 49.672195 109.12187 50.672195Q109.825 51.672195 110.16875 52.890945Q110.52812 54.09407 110.52812 55.46907Z" fill-rule="nonzero"/><path fill="#666666" d="M33.7625 37.62532L32.45 37.62532L32.45 27.672195L33.7625 27.672195L33.7625 37.62532ZM36.778126 37.62532L36.778126 31.203445L35.60625 31.203445L35.60625 30.234695L36.778126 30.234695L36.778126 29.46907Q36.778126 28.28157 37.403126 27.640945Q38.04375 26.984695 39.215626 26.984695Q39.653126 26.984695 40.075 27.09407L40.0125 28.12532Q39.684376 28.06282 39.325 28.06282Q38.715626 28.06282 38.371876 28.422195Q38.04375 28.78157 38.04375 29.453445L38.04375 30.234695L39.621876 30.234695L39.621876 31.203445L38.04375 31.203445L38.04375 37.62532L36.778126 37.62532ZM45.35625 30.234695L45.3875 31.15657Q46.246876 30.09407 47.60625 30.09407Q49.95 30.09407 49.98125 32.734695L49.98125 37.62532L48.715626 37.62532L48.715626 32.734695Q48.7 31.93782 48.340626 31.56282Q47.98125 31.172195 47.23125 31.172195Q46.60625 31.172195 46.1375 31.50032Q45.684376 31.828445 45.41875 32.359695L45.41875 37.62532L44.153126 37.62532L44.153126 30.234695L45.35625 30.234695ZM51.825 33.859695Q51.825 32.765945 52.246876 31.90657Q52.684376 31.03157 53.434376 30.56282Q54.2 30.09407 55.184376 30.09407Q56.684376 30.09407 57.621876 31.140945Q58.559376 32.18782 58.559376 33.922195L58.559376 34.015945Q58.559376 35.09407 58.1375 35.953445Q57.73125 36.797195 56.95 37.28157Q56.184376 37.765945 55.2 37.765945Q53.684376 37.765945 52.746876 36.71907Q51.825 35.672195 51.825 33.953445L51.825 33.859695ZM53.090626 34.015945Q53.090626 35.234695 53.653126 35.984695Q54.23125 36.734695 55.2 36.734695Q56.153126 36.734695 56.715626 35.984695Q57.29375 35.21907 57.29375 33.859695Q57.29375 32.640945 56.715626 31.890945Q56.1375 31.12532 55.184376 31.12532Q54.246876 31.12532 53.66875 31.87532Q53.090626 32.62532 53.090626 34.015945ZM61.871876 28.43782L61.871876 30.234695L63.246876 30.234695L63.246876 31.203445L61.871876 31.203445L61.871876 35.797195Q61.871876 36.234695 62.059376 36.46907Q62.246876 36.68782 62.684376 36.68782Q62.903126 36.68782 63.29375 36.59407L63.29375 37.62532Q62.79375 37.765945 62.325 37.765945Q61.465626 37.765945 61.028126 37.25032Q60.60625 36.734695 60.60625 35.797195L60.60625 31.203445L59.2625 31.203445L59.2625 30.234695L60.60625 30.234695L60.60625 28.43782L61.871876 28.43782ZM68.77812 37.62532L68.77812 31.203445L67.60625 31.203445L67.60625 30.234695L68.77812 30.234695L68.77812 29.46907Q68.77812 28.28157 69.40312 27.640945Q70.04375 26.984695 71.21562 26.984695Q71.65312 26.984695 72.075 27.09407L72.0125 28.12532Q71.68437 28.06282 71.325 28.06282Q70.71562 28.06282 70.37187 28.422195Q70.04375 28.78157 70.04375 29.453445L70.04375 30.234695L71.62187 30.234695L71.62187 31.203445L70.04375 31.203445L70.04375 37.62532L68.77812 37.62532ZM72.825 33.859695Q72.825 32.765945 73.24687 31.90657Q73.68437 31.03157 74.43437 30.56282Q75.2 30.09407 76.18437 30.09407Q77.68437 30.09407 78.62187 31.140945Q79.55937 32.18782 79.55937 33.922195L79.55937 34.015945Q79.55937 35.09407 79.1375 35.953445Q78.73125 36.797195 77.95 37.28157Q77.18437 37.765945 76.2 37.765945Q74.68437 37.765945 73.74687 36.71907Q72.825 35.672195 72.825 33.953445L72.825 33.859695ZM74.09062 34.015945Q74.09062 35.234695 74.65312 35.984695Q75.23125 36.734695 76.2 36.734695Q77.15312 36.734695 77.71562 35.984695Q78.29375 35.21907 78.29375 33.859695Q78.29375 32.640945 77.71562 31.890945Q77.1375 31.12532 76.18437 31.12532Q75.24687 31.12532 74.66875 31.87532Q74.09062 32.62532 74.09062 34.015945ZM84.73125 31.359695Q84.45 31.31282 84.10625 31.31282Q82.87187 31.31282 82.41875 32.37532L82.41875 37.62532L81.15312 37.62532L81.15312 30.234695L82.3875 30.234695L82.40312 31.078445Q83.02812 30.09407 84.16875 30.09407Q84.54375 30.09407 84.73125 30.18782L84.73125 31.359695ZM90.87187 28.43782L90.87187 30.234695L92.24687 30.234695L92.24687 31.203445L90.87187 31.203445L90.87187 35.797195Q90.87187 36.234695 91.05937 36.46907Q91.24687 36.68782 91.68437 36.68782Q91.90312 36.68782 92.29375 36.59407L92.29375 37.62532Q91.79375 37.765945 91.325 37.765945Q90.46562 37.765945 90.02812 37.25032Q89.60625 36.734695 89.60625 35.797195L89.60625 31.203445L88.2625 31.203445L88.2625 30.234695L89.60625 30.234695L89.60625 28.43782L90.87187 28.43782ZM95.41875 31.12532Q96.2625 30.09407 97.60625 30.09407Q99.95 30.09407 99.98125 32.734695L99.98125 37.62532L98.71562 37.62532L98.71562 32.734695Q98.7 31.93782 98.34062 31.56282Q97.98125 31.172195 97.23125 31.172195Q96.60625 31.172195 96.1375 31.50032Q95.68437 31.828445 95.41875 32.359695L95.41875 37.62532L94.15312 37.62532L94.15312 27.12532L95.41875 27.12532L95.41875 31.12532ZM105.23125 37.765945Q103.71562 37.765945 102.77812 36.78157Q101.84062 35.78157 101.84062 34.12532L101.84062 33.90657Q101.84062 32.797195 102.2625 31.93782Q102.68437 31.06282 103.43437 30.578445Q104.18437 30.09407 105.075 30.09407Q106.5125 30.09407 107.30937 31.047195Q108.10625 31.984695 108.10625 33.765945L108.10625 34.28157L103.10625 34.28157Q103.12187 35.37532 103.73125 36.06282Q104.35625 36.734695 105.29375 36.734695Q105.96562 36.734695 106.41875 36.46907Q106.8875 36.18782 107.24687 35.734695L108.0125 36.328445Q107.09062 37.765945 105.23125 37.765945ZM105.075 31.12532Q104.30937 31.12532 103.77812 31.68782Q103.2625 32.25032 103.1375 33.25032L106.84062 33.25032L106.84062 33.15657Q106.79375 32.18782 106.325 31.65657Q105.85625 31.12532 105.075 31.12532ZM112.77812 37.62532L112.77812 31.203445L111.60625 31.203445L111.60625 30.234695L112.77812 30.234695L112.77812 29.46907Q112.77812 28.28157 113.40312 27.640945Q114.04375 26.984695 115.21562 26.984695Q115.65312 26.984695 116.075 27.09407L116.0125 28.12532Q115.68437 28.06282 115.325 28.06282Q114.71562 28.06282 114.37187 28.422195Q114.04375 28.78157 114.04375 29.453445L114.04375 30.234695L115.62187 30.234695L115.62187 31.203445L114.04375 31.203445L114.04375 37.62532L112.77812 37.62532ZM116.825 33.859695Q116.825 32.765945 117.24687 31.90657Q117.68437 31.03157 118.43437 30.56282Q119.2 30.09407 120.18437 30.09407Q121.68437 30.09407 122.62187 31.140945Q123.55937 32.18782 123.55937 33.922195L123.55937 34.015945Q123.55937 35.09407 123.1375 35.953445Q122.73125 36.797195 121.95 37.28157Q121.18437 37.765945 120.2 37.765945Q118.68437 37.765945 117.74687 36.71907Q116.825 35.672195 116.825 33.953445L116.825 33.859695ZM118.09062 34.015945Q118.09062 35.234695 118.65312 35.984695Q119.23125 36.734695 120.2 36.734695Q121.15312 36.734695 121.71562 35.984695Q122.29375 35.21907 122.29375 33.859695Q122.29375 32.640945 121.71562 31.890945Q121.1375 31.12532 120.18437 31.12532Q119.24687 31.12532 118.66875 31.87532Q118.09062 32.62532 118.09062 34.015945ZM126.52812 37.62532L125.2625 37.62532L125.2625 27.12532L126.52812 27.12532L126.52812 37.62532ZM129.52812 37.62532L128.2625 37.62532L128.2625 27.12532L129.52812 27.12532L129.52812 37.62532ZM130.825 33.859695Q130.825 32.765945 131.24687 31.90657Q131.68437 31.03157 132.43437 30.56282Q133.2 30.09407 134.18437 30.09407Q135.68437 30.09407 136.62187 31.140945Q137.55937 32.18782 137.55937 33.922195L137.55937 34.015945Q137.55937 35.09407 137.1375 35.953445Q136.73125 36.797195 135.95 37.28157Q135.18437 37.765945 134.2 37.765945Q132.68437 37.765945 131.74687 36.71907Q130.825 35.672195 130.825 33.953445L130.825 33.859695ZM132.09062 34.015945Q132.09062 35.234695 132.65312 35.984695Q133.23125 36.734695 134.2 36.734695Q135.15312 36.734695 135.71562 35.984695Q136.29375 35.21907 136.29375 33.859695Q136.29375 32.640945 135.71562 31.890945Q135.1375 31.12532 134.18437 31.12532Q133.24687 31.12532 132.66875 31.87532Q132.09062 32.62532 132.09062 34.015945ZM145.7 35.87532L147.12187 30.234695L148.3875 30.234695L146.24687 37.62532L145.21562 37.62532L143.41875 32.015945L141.66875 37.62532L140.6375 37.62532L138.49687 30.234695L139.74687 30.234695L141.21562 35.765945L142.93437 30.234695L143.95 30.234695L145.7 35.87532ZM151.52812 37.62532L150.2625 37.62532L150.2625 30.234695L151.52812 30.234695L151.52812 37.62532ZM150.16875 28.265945Q150.16875 27.953445 150.35625 27.75032Q150.54375 27.53157 150.90312 27.53157Q151.27812 27.53157 151.46562 27.75032Q151.66875 27.953445 151.66875 28.265945Q151.66875 28.578445 151.46562 28.78157Q151.27812 28.984695 150.90312 28.984695Q150.54375 28.984695 150.35625 28.78157Q150.16875 28.578445 150.16875 28.265945ZM154.35625 30.234695L154.3875 31.15657Q155.24687 30.09407 156.60625 30.09407Q158.95 30.09407 158.98125 32.734695L158.98125 37.62532L157.71562 37.62532L157.71562 32.734695Q157.7 31.93782 157.34062 31.56282Q156.98125 31.172195 156.23125 31.172195Q155.60625 31.172195 155.1375 31.50032Q154.68437 31.828445 154.41875 32.359695L154.41875 37.62532L153.15312 37.62532L153.15312 30.234695L154.35625 30.234695ZM160.85625 33.859695Q160.85625 32.140945 161.65312 31.12532Q162.45 30.09407 163.77812 30.09407Q165.12187 30.09407 165.8875 31.047195L165.95 30.234695L167.10625 30.234695L167.10625 37.453445Q167.10625 38.890945 166.24687 39.703445Q165.40312 40.53157 163.96562 40.53157Q163.16875 40.53157 162.40312 40.18782Q161.6375 39.859695 161.23125 39.265945L161.8875 38.50032Q162.7 39.50032 163.87187 39.50032Q164.79375 39.50032 165.30937 38.984695Q165.84062 38.46907 165.84062 37.515945L165.84062 36.890945Q165.075 37.765945 163.7625 37.765945Q162.46562 37.765945 161.65312 36.71907Q160.85625 35.672195 160.85625 33.859695ZM162.12187 34.015945Q162.12187 35.265945 162.6375 35.984695Q163.15312 36.68782 164.075 36.68782Q165.27812 36.68782 165.84062 35.59407L165.84062 32.21907Q165.24687 31.172195 164.09062 31.172195Q163.16875 31.172195 162.6375 31.890945Q162.12187 32.59407 162.12187 34.015945ZM175.73125 31.359695Q175.45 31.31282 175.10625 31.31282Q173.87187 31.31282 173.41875 32.37532L173.41875 37.62532L172.15312 37.62532L172.15312 30.234695L173.3875 30.234695L173.40312 31.078445Q174.02812 30.09407 175.16875 30.09407Q175.54375 30.09407 175.73125 30.18782L175.73125 31.359695ZM180.23125 37.765945Q178.71562 37.765945 177.77812 36.78157Q176.84062 35.78157 176.84062 34.12532L176.84062 33.90657Q176.84062 32.797195 177.2625 31.93782Q177.68437 31.06282 178.43437 30.578445Q179.18437 30.09407 180.075 30.09407Q181.5125 30.09407 182.30937 31.047195Q183.10625 31.984695 183.10625 33.765945L183.10625 34.28157L178.10625 34.28157Q178.12187 35.37532 178.73125 36.06282Q179.35625 36.734695 180.29375 36.734695Q180.96562 36.734695 181.41875 36.46907Q181.8875 36.18782 182.24687 35.734695L183.0125 36.328445Q182.09062 37.765945 180.23125 37.765945ZM180.075 31.12532Q179.30937 31.12532 178.77812 31.68782Q178.2625 32.25032 178.1375 33.25032L181.84062 33.25032L181.84062 33.15657Q181.79375 32.18782 181.325 31.65657Q180.85625 31.12532 180.075 31.12532ZM188.73125 37.62532Q188.62187 37.40657 188.54375 36.84407Q187.66875 37.765945 186.43437 37.765945Q185.34062 37.765945 184.6375 37.15657Q183.95 36.53157 183.95 35.578445Q183.95 34.422195 184.825 33.78157Q185.7 33.140945 187.29375 33.140945L188.52812 33.140945L188.52812 32.56282Q188.52812 31.890945 188.12187 31.50032Q187.73125 31.109695 186.96562 31.109695Q186.27812 31.109695 185.825 31.453445Q185.37187 31.797195 185.37187 32.28157L184.09062 32.28157Q184.09062 31.71907 184.48125 31.203445Q184.8875 30.68782 185.55937 30.390945Q186.23125 30.09407 187.02812 30.09407Q188.30937 30.09407 189.02812 30.734695Q189.7625 31.37532 189.79375 32.484695L189.79375 35.890945Q189.79375 36.90657 190.04375 37.515945L190.04375 37.62532L188.73125 37.62532ZM186.62187 36.65657Q187.21562 36.65657 187.74687 36.359695Q188.29375 36.047195 188.52812 35.547195L188.52812 34.03157L187.52812 34.03157Q185.21562 34.03157 185.21562 35.390945Q185.21562 35.984695 185.60625 36.328445Q185.99687 36.65657 186.62187 36.65657ZM196.46562 35.65657Q196.46562 35.15657 196.075 34.87532Q195.68437 34.578445 194.73125 34.37532Q193.77812 34.172195 193.2 33.890945Q192.6375 33.59407 192.37187 33.203445Q192.10625 32.81282 192.10625 32.265945Q192.10625 31.34407 192.87187 30.71907Q193.6375 30.09407 194.84062 30.09407Q196.09062 30.09407 196.87187 30.75032Q197.65312 31.390945 197.65312 32.40657L196.3875 32.40657Q196.3875 31.87532 195.95 31.50032Q195.5125 31.12532 194.84062 31.12532Q194.15312 31.12532 193.7625 31.43782Q193.37187 31.734695 193.37187 32.21907Q193.37187 32.672195 193.73125 32.90657Q194.09062 33.140945 195.02812 33.359695Q195.98125 33.56282 196.575 33.859695Q197.16875 34.15657 197.45 34.578445Q197.73125 34.984695 197.73125 35.578445Q197.73125 36.56282 196.93437 37.172195Q196.1375 37.765945 194.87187 37.765945Q193.99687 37.765945 193.30937 37.453445Q192.62187 37.12532 192.23125 36.56282Q191.85625 36.00032 191.85625 35.34407L193.12187 35.34407Q193.15312 35.984695 193.62187 36.359695Q194.10625 36.734695 194.87187 36.734695Q195.59062 36.734695 196.02812 36.43782Q196.46562 36.140945 196.46562 35.65657ZM198.825 33.859695Q198.825 32.765945 199.24687 31.90657Q199.68437 31.03157 200.43437 30.56282Q201.2 30.09407 202.18437 30.09407Q203.68437 30.09407 204.62187 31.140945Q205.55937 32.18782 205.55937 33.922195L205.55937 34.015945Q205.55937 35.09407 205.1375 35.953445Q204.73125 36.797195 203.95 37.28157Q203.18437 37.765945 202.2 37.765945Q200.68437 37.765945 199.74687 36.71907Q198.825 35.672195 198.825 33.953445L198.825 33.859695ZM200.09062 34.015945Q200.09062 35.234695 200.65312 35.984695Q201.23125 36.734695 202.2 36.734695Q203.15312 36.734695 203.71562 35.984695Q204.29375 35.21907 204.29375 33.859695Q204.29375 32.640945 203.71562 31.890945Q203.1375 31.12532 202.18437 31.12532Q201.24687 31.12532 200.66875 31.87532Q200.09062 32.62532 200.09062 34.015945ZM208.35625 30.234695L208.3875 31.15657Q209.24687 30.09407 210.60625 30.09407Q212.95 30.09407 212.98125 32.734695L212.98125 37.62532L211.71562 37.62532L211.71562 32.734695Q211.7 31.93782 211.34062 31.56282Q210.98125 31.172195 210.23125 31.172195Q209.60625 31.172195 209.1375 31.50032Q208.68437 31.828445 208.41875 32.359695L208.41875 37.62532L207.15312 37.62532L207.15312 30.234695L208.35625 30.234695ZM219.46562 35.65657Q219.46562 35.15657 219.075 34.87532Q218.68437 34.578445 217.73125 34.37532Q216.77812 34.172195 216.2 33.890945Q215.6375 33.59407 215.37187 33.203445Q215.10625 32.81282 215.10625 32.265945Q215.10625 31.34407 215.87187 30.71907Q216.6375 30.09407 217.84062 30.09407Q219.09062 30.09407 219.87187 30.75032Q220.65312 31.390945 220.65312 32.40657L219.3875 32.40657Q219.3875 31.87532 218.95 31.50032Q218.5125 31.12532 217.84062 31.12532Q217.15312 31.12532 216.7625 31.43782Q216.37187 31.734695 216.37187 32.21907Q216.37187 32.672195 216.73125 32.90657Q217.09062 33.140945 218.02812 33.359695Q218.98125 33.56282 219.575 33.859695Q220.16875 34.15657 220.45 34.578445Q220.73125 34.984695 220.73125 35.578445Q220.73125 36.56282 219.93437 37.172195Q219.1375 37.765945 217.87187 37.765945Q216.99687 37.765945 216.30937 37.453445Q215.62187 37.12532 215.23125 36.56282Q214.85625 36.00032 214.85625 35.34407L216.12187 35.34407Q216.15312 35.984695 216.62187 36.359695Q217.10625 36.734695 217.87187 36.734695Q218.59062 36.734695 219.02812 36.43782Q219.46562 36.140945 219.46562 35.65657ZM222.12187 39.609695L221.40312 39.109695Q222.04375 38.21907 222.075 37.265945L222.075 36.12532L223.30937 36.12532L223.30937 37.12532Q223.30937 37.81282 222.96562 38.50032Q222.62187 39.18782 222.12187 39.609695ZM229.7625 37.62532L228.45 37.62532L228.45 27.672195L229.7625 27.672195L229.7625 37.62532ZM241.7 35.87532L243.12187 30.234695L244.3875 30.234695L242.24687 37.62532L241.21562 37.62532L239.41875 32.015945L237.66875 37.62532L236.6375 37.62532L234.49687 30.234695L235.74687 30.234695L237.21562 35.765945L238.93437 30.234695L239.95 30.234695L241.7 35.87532ZM245.825 33.859695Q245.825 32.765945 246.24687 31.90657Q246.68437 31.03157 247.43437 30.56282Q248.2 30.09407 249.18437 30.09407Q250.68437 30.09407 251.62187 31.140945Q252.55937 32.18782 252.55937 33.922195L252.55937 34.015945Q252.55937 35.09407 252.1375 35.953445Q251.73125 36.797195 250.95 37.28157Q250.18437 37.765945 249.2 37.765945Q247.68437 37.765945 246.74687 36.71907Q245.825 35.672195 245.825 33.953445L245.825 33.859695ZM247.09062 34.015945Q247.09062 35.234695 247.65312 35.984695Q248.23125 36.734695 249.2 36.734695Q250.15312 36.734695 250.71562 35.984695Q251.29375 35.21907 251.29375 33.859695Q251.29375 32.640945 250.71562 31.890945Q250.1375 31.12532 249.18437 31.12532Q248.24687 31.12532 247.66875 31.87532Q247.09062 32.62532 247.09062 34.015945ZM258.73126 36.890945Q257.98126 37.765945 256.5594 37.765945Q255.37187 37.765945 254.74687 37.078445Q254.1375 36.390945 254.1375 35.047195L254.1375 30.234695L255.3875 30.234695L255.3875 35.00032Q255.3875 36.68782 256.7625 36.68782Q258.21564 36.68782 258.6844 35.609695L258.6844 30.234695L259.95 30.234695L259.95 37.62532L258.7469 37.62532L258.73126 36.890945ZM263.52814 37.62532L262.2625 37.62532L262.2625 27.12532L263.52814 27.12532L263.52814 37.62532ZM264.85626 33.859695Q264.85626 32.15657 265.65314 31.12532Q266.46564 30.09407 267.7625 30.09407Q269.075 30.09407 269.825 30.984695L269.825 27.12532L271.09064 27.12532L271.09064 37.62532L269.9344 37.62532L269.8719 36.828445Q269.10626 37.765945 267.7625 37.765945Q266.46564 37.765945 265.65314 36.71907Q264.85626 35.65657 264.85626 33.953445L264.85626 33.859695ZM266.1219 34.015945Q266.1219 35.265945 266.6375 35.984695Q267.15314 36.68782 268.075 36.68782Q269.27814 36.68782 269.825 35.609695L269.825 32.203445Q269.2625 31.172195 268.09064 31.172195Q267.15314 31.172195 266.6375 31.890945Q266.1219 32.59407 266.1219 34.015945ZM280.73126 36.890945Q279.98126 37.765945 278.5594 37.765945Q277.3719 37.765945 276.7469 37.078445Q276.1375 36.390945 276.1375 35.047195L276.1375 30.234695L277.3875 30.234695L277.3875 35.00032Q277.3875 36.68782 278.7625 36.68782Q280.21564 36.68782 280.6844 35.609695L280.6844 30.234695L281.95 30.234695L281.95 37.62532L280.7469 37.62532L280.73126 36.890945ZM288.46564 35.65657Q288.46564 35.15657 288.075 34.87532Q287.6844 34.578445 286.73126 34.37532Q285.77814 34.172195 285.2 33.890945Q284.6375 33.59407 284.3719 33.203445Q284.10626 32.81282 284.10626 32.265945Q284.10626 31.34407 284.8719 30.71907Q285.6375 30.09407 286.84064 30.09407Q288.09064 30.09407 288.8719 30.75032Q289.65314 31.390945 289.65314 32.40657L288.3875 32.40657Q288.3875 31.87532 287.95 31.50032Q287.5125 31.12532 286.84064 31.12532Q286.15314 31.12532 285.7625 31.43782Q285.3719 31.734695 285.3719 32.21907Q285.3719 32.672195 285.73126 32.90657Q286.09064 33.140945 287.02814 33.359695Q287.98126 33.56282 288.575 33.859695Q289.16876 34.15657 289.45 34.578445Q289.73126 34.984695 289.73126 35.578445Q289.73126 36.56282 288.9344 37.172195Q288.1375 37.765945 286.8719 37.765945Q285.9969 37.765945 285.3094 37.453445Q284.6219 37.12532 284.23126 36.56282Q283.85626 36.00032 283.85626 35.34407L285.1219 35.34407Q285.15314 35.984695 285.6219 36.359695Q286.10626 36.734695 286.8719 36.734695Q287.59064 36.734695 288.02814 36.43782Q288.46564 36.140945 288.46564 35.65657ZM294.23126 37.765945Q292.71564 37.765945 291.77814 36.78157Q290.84064 35.78157 290.84064 34.12532L290.84064 33.90657Q290.84064 32.797195 291.2625 31.93782Q291.6844 31.06282 292.4344 30.578445Q293.1844 30.09407 294.075 30.09407Q295.5125 30.09407 296.3094 31.047195Q297.10626 31.984695 297.10626 33.765945L297.10626 34.28157L292.10626 34.28157Q292.1219 35.37532 292.73126 36.06282Q293.35626 36.734695 294.29376 36.734695Q294.96564 36.734695 295.41876 36.46907Q295.8875 36.18782 296.2469 35.734695L297.0125 36.328445Q296.09064 37.765945 294.23126 37.765945ZM294.075 31.12532Q293.3094 31.12532 292.77814 31.68782Q292.2625 32.25032 292.1375 33.25032L295.84064 33.25032L295.84064 33.15657Q295.79376 32.18782 295.325 31.65657Q294.85626 31.12532 294.075 31.12532ZM308.7 36.31282Q308.2 37.047195 307.29376 37.40657Q306.3875 37.765945 305.1844 37.765945Q303.96564 37.765945 303.0125 37.203445Q302.075 36.62532 301.5594 35.578445Q301.04376 34.515945 301.02814 33.12532L301.02814 32.265945Q301.02814 30.015945 302.075 28.78157Q303.1375 27.53157 305.02814 27.53157Q306.59064 27.53157 307.54376 28.328445Q308.4969 29.12532 308.7 30.59407L307.3875 30.59407Q307.02814 28.609695 305.04376 28.609695Q303.71564 28.609695 303.02814 29.547195Q302.35626 30.46907 302.35626 32.21907L302.35626 33.03157Q302.35626 34.71907 303.1219 35.703445Q303.8875 36.68782 305.1844 36.68782Q305.9344 36.68782 306.48126 36.53157Q307.04376 36.359695 307.40314 35.96907L307.40314 33.734695L305.09064 33.734695L305.09064 32.672195L308.7 32.672195L308.7 36.31282ZM310.825 33.859695Q310.825 32.765945 311.2469 31.90657Q311.6844 31.03157 312.4344 30.56282Q313.2 30.09407 314.1844 30.09407Q315.6844 30.09407 316.6219 31.140945Q317.5594 32.18782 317.5594 33.922195L317.5594 34.015945Q317.5594 35.09407 317.1375 35.953445Q316.73126 36.797195 315.95 37.28157Q315.1844 37.765945 314.2 37.765945Q312.6844 37.765945 311.7469 36.71907Q310.825 35.672195 310.825 33.953445L310.825 33.859695ZM312.09064 34.015945Q312.09064 35.234695 312.65314 35.984695Q313.23126 36.734695 314.2 36.734695Q315.15314 36.734695 315.71564 35.984695Q316.29376 35.21907 316.29376 33.859695Q316.29376 32.640945 315.71564 31.890945Q315.1375 31.12532 314.1844 31.12532Q313.2469 31.12532 312.66876 31.87532Q312.09064 32.62532 312.09064 34.015945ZM323.34064 30.234695L323.3875 31.047195Q324.2 30.09407 325.575 30.09407Q327.1219 30.09407 327.6844 31.28157Q328.0594 30.75032 328.65314 30.422195Q329.2469 30.09407 330.04376 30.09407Q332.48126 30.09407 332.52814 32.672195L332.52814 37.62532L331.2625 37.62532L331.2625 32.75032Q331.2625 31.953445 330.8875 31.56282Q330.52814 31.172195 329.6844 31.172195Q328.96564 31.172195 328.4969 31.59407Q328.04376 32.00032 327.96564 32.71907L327.96564 37.62532L326.7 37.62532L326.7 32.78157Q326.7 31.172195 325.1219 31.172195Q323.8719 31.172195 323.41876 32.21907L323.41876 37.62532L322.15314 37.62532L322.15314 30.234695L323.34064 30.234695ZM333.825 33.859695Q333.825 32.765945 334.2469 31.90657Q334.6844 31.03157 335.4344 30.56282Q336.2 30.09407 337.1844 30.09407Q338.6844 30.09407 339.6219 31.140945Q340.5594 32.18782 340.5594 33.922195L340.5594 34.015945Q340.5594 35.09407 340.1375 35.953445Q339.73126 36.797195 338.95 37.28157Q338.1844 37.765945 337.2 37.765945Q335.6844 37.765945 334.7469 36.71907Q333.825 35.672195 333.825 33.953445L333.825 33.859695ZM335.09064 34.015945Q335.09064 35.234695 335.65314 35.984695Q336.23126 36.734695 337.2 36.734695Q338.15314 36.734695 338.71564 35.984695Q339.29376 35.21907 339.29376 33.859695Q339.29376 32.640945 338.71564 31.890945Q338.1375 31.12532 337.1844 31.12532Q336.2469 31.12532 335.66876 31.87532Q335.09064 32.62532 335.09064 34.015945ZM345.73126 31.359695Q345.45 31.31282 345.10626 31.31282Q343.8719 31.31282 343.41876 32.37532L343.41876 37.62532L342.15314 37.62532L342.15314 30.234695L343.3875 30.234695L343.40314 31.078445Q344.02814 30.09407 345.16876 30.09407Q345.54376 30.09407 345.73126 30.18782L345.73126 31.359695ZM350.23126 37.765945Q348.71564 37.765945 347.77814 36.78157Q346.84064 35.78157 346.84064 34.12532L346.84064 33.90657Q346.84064 32.797195 347.2625 31.93782Q347.6844 31.06282 348.4344 30.578445Q349.1844 30.09407 350.075 30.09407Q351.5125 30.09407 352.3094 31.047195Q353.10626 31.984695 353.10626 33.765945L353.10626 34.28157L348.10626 34.28157Q348.1219 35.37532 348.73126 36.06282Q349.35626 36.734695 350.29376 36.734695Q350.96564 36.734695 351.41876 36.46907Q351.8875 36.18782 352.2469 35.734695L353.0125 36.328445Q352.09064 37.765945 350.23126 37.765945ZM350.075 31.12532Q349.3094 31.12532 348.77814 31.68782Q348.2625 32.25032 348.1375 33.25032L351.84064 33.25032L351.84064 33.15657Q351.79376 32.18782 351.325 31.65657Q350.85626 31.12532 350.075 31.12532ZM354.1844 36.96907Q354.1844 36.640945 354.3719 36.422195Q354.575 36.203445 354.96564 36.203445Q355.35626 36.203445 355.5594 36.422195Q355.7625 36.640945 355.7625 36.96907Q355.7625 37.28157 355.5594 37.50032Q355.35626 37.703445 354.96564 37.703445Q354.575 37.703445 354.3719 37.50032Q354.1844 37.28157 354.1844 36.96907ZM354.1844 30.96907Q354.1844 30.640945 354.3719 30.422195Q354.575 30.203445 354.96564 30.203445Q355.35626 30.203445 355.5594 30.422195Q355.7625 30.640945 355.7625 30.96907Q355.7625 31.28157 355.5594 31.50032Q355.35626 31.703445 354.96564 31.703445Q354.575 31.703445 354.3719 31.50032Q354.1844 31.28157 354.1844 30.96907Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig28.svg b/_content/survey2019/fig28.svg
deleted file mode 100644
index ae2aeb5..0000000
--- a/_content/survey2019/fig28.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 722.0 399.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="722" height="399" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L722.0 0L722.0 399.0L0 399.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M205.5 59.5L205.5 339.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M326.5 59.5L326.5 339.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M447.5 59.5L447.5 339.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 59.5L569.5 339.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M690.5 59.5L690.5 339.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M205.29489 59.35125L690.4579 59.35125L690.4579 339.60672L205.29489 339.60672L205.29489 59.35125Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 93.0L205.0 71.0L682.0 71.0C683.10455 71.0 684.0 71.89543 684.0 73.0L684.0 91.0C684.0 92.10457 683.10455 93.0 682.0 93.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 93.0L205.0 71.0L682.0 71.0C683.10455 71.0 684.0 71.89543 684.0 73.0L684.0 91.0C684.0 92.10457 683.10455 93.0 682.0 93.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 127.0L205.0 105.0L337.0 105.0C338.10458 105.0 339.0 105.89543 339.0 107.0L339.0 125.0C339.0 126.10457 338.10458 127.0 337.0 127.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 127.0L205.0 105.0L337.0 105.0C338.10458 105.0 339.0 105.89543 339.0 107.0L339.0 125.0C339.0 126.10457 338.10458 127.0 337.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 160.0L205.0 138.0L282.0 138.0C283.10458 138.0 284.0 138.89543 284.0 140.0L284.0 158.0C284.0 159.10457 283.10458 160.0 282.0 160.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 160.0L205.0 138.0L282.0 138.0C283.10458 138.0 284.0 138.89543 284.0 140.0L284.0 158.0C284.0 159.10457 283.10458 160.0 282.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 194.0L205.0 172.0L276.0 172.0C277.10458 172.0 278.0 172.89543 278.0 174.0L278.0 192.0C278.0 193.10457 277.10458 194.0 276.0 194.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 194.0L205.0 172.0L276.0 172.0C277.10458 172.0 278.0 172.89543 278.0 174.0L278.0 192.0C278.0 193.10457 277.10458 194.0 276.0 194.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 227.0L205.0 205.0L252.0 205.0C253.10457 205.0 254.0 205.89543 254.0 207.0L254.0 225.0C254.0 226.10457 253.10457 227.0 252.0 227.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 227.0L205.0 205.0L252.0 205.0C253.10457 205.0 254.0 205.89543 254.0 207.0L254.0 225.0C254.0 226.10457 253.10457 227.0 252.0 227.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 261.0L205.0 239.0L252.0 239.0C253.10457 239.0 254.0 239.89543 254.0 241.0L254.0 259.0C254.0 260.10458 253.10457 261.0 252.0 261.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 261.0L205.0 239.0L252.0 239.0C253.10457 239.0 254.0 239.89543 254.0 241.0L254.0 259.0C254.0 260.10458 253.10457 261.0 252.0 261.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 294.0L205.0 272.0L234.0 272.0C235.10457 272.0 236.0 272.89542 236.0 274.0L236.0 292.0C236.0 293.10458 235.10457 294.0 234.0 294.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 294.0L205.0 272.0L234.0 272.0C235.10457 272.0 236.0 272.89542 236.0 274.0L236.0 292.0C236.0 293.10458 235.10457 294.0 234.0 294.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M205.0 328.0L205.0 306.0L312.0 306.0C313.10458 306.0 314.0 306.89542 314.0 308.0L314.0 326.0C314.0 327.10458 313.10458 328.0 312.0 328.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M205.0 328.0L205.0 306.0L312.0 306.0C313.10458 306.0 314.0 306.89542 314.0 308.0L314.0 326.0C314.0 327.10458 313.10458 328.0 312.0 328.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M702.6121 78.578125L699.0809 86.5L697.94025 86.5L701.4559 78.859375L696.8465 78.859375L696.8465 77.96875L702.6121 77.96875L702.6121 78.578125ZM708.25275 82.75Q707.9246 83.15625 707.44025 83.40625Q706.9715 83.640625 706.409 83.640625Q705.6746 83.640625 705.12775 83.28125Q704.5809 82.921875 704.284 82.265625Q703.9871 81.59375 703.9871 80.796875Q703.9871 79.953125 704.2996 79.265625Q704.62775 78.578125 705.2215 78.21875Q705.8309 77.84375 706.62775 77.84375Q707.8934 77.84375 708.6121 78.796875Q709.3465 79.75 709.3465 81.375L709.3465 81.6875Q709.3465 84.1875 708.3621 85.328125Q707.37775 86.46875 705.3934 86.5L705.1746 86.5L705.1746 85.59375L705.409 85.59375Q706.75275 85.5625 707.4715 84.890625Q708.19025 84.21875 708.25275 82.75ZM706.5809 82.75Q707.12775 82.75 707.5809 82.421875Q708.0496 82.078125 708.2684 81.59375L708.2684 81.15625Q708.2684 80.09375 707.7996 79.421875Q707.3309 78.75 706.62775 78.75Q705.909 78.75 705.4715 79.296875Q705.0496 79.84375 705.0496 80.75Q705.0496 81.625 705.4559 82.1875Q705.87775 82.75 706.5809 82.75ZM711.00275 79.609375Q711.00275 78.84375 711.4871 78.34375Q711.9871 77.84375 712.75275 77.84375Q713.534 77.84375 714.0184 78.34375Q714.50275 78.84375 714.50275 79.640625L714.50275 80.0625Q714.50275 80.828125 714.00275 81.328125Q713.5184 81.8125 712.7684 81.8125Q712.00275 81.8125 711.50275 81.328125Q711.00275 80.828125 711.00275 80.015625L711.00275 79.609375ZM711.81525 80.0625Q711.81525 80.515625 712.06525 80.8125Q712.3309 81.109375 712.7684 81.109375Q713.19025 81.109375 713.44025 80.828125Q713.69025 80.53125 713.69025 80.03125L713.69025 79.609375Q713.69025 79.15625 713.44025 78.859375Q713.19025 78.546875 712.75275 78.546875Q712.31525 78.546875 712.06525 78.859375Q711.81525 79.15625 711.81525 79.625L711.81525 80.0625ZM715.159 84.40625Q715.159 83.640625 715.6434 83.15625Q716.1434 82.65625 716.909 82.65625Q717.6746 82.65625 718.159 83.15625Q718.659 83.640625 718.659 84.453125L718.659 84.859375Q718.659 85.625 718.1746 86.125Q717.69025 86.625 716.9246 86.625Q716.159 86.625 715.659 86.140625Q715.159 85.640625 715.159 84.828125L715.159 84.40625ZM715.9715 84.859375Q715.9715 85.328125 716.2215 85.625Q716.4871 85.921875 716.9246 85.921875Q717.3465 85.921875 717.5965 85.640625Q717.8465 85.34375 717.8465 84.84375L717.8465 84.40625Q717.8465 83.9375 717.5809 83.65625Q717.3309 83.359375 716.909 83.359375Q716.4871 83.359375 716.2215 83.65625Q715.9715 83.9375 715.9715 84.4375L715.9715 84.859375ZM713.0184 85.859375L712.3934 85.46875L716.56525 78.796875L717.1746 79.1875L713.0184 85.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M702.6121 78.578125L699.0809 86.5L697.94025 86.5L701.4559 78.859375L696.8465 78.859375L696.8465 77.96875L702.6121 77.96875L702.6121 78.578125ZM708.25275 82.75Q707.9246 83.15625 707.44025 83.40625Q706.9715 83.640625 706.409 83.640625Q705.6746 83.640625 705.12775 83.28125Q704.5809 82.921875 704.284 82.265625Q703.9871 81.59375 703.9871 80.796875Q703.9871 79.953125 704.2996 79.265625Q704.62775 78.578125 705.2215 78.21875Q705.8309 77.84375 706.62775 77.84375Q707.8934 77.84375 708.6121 78.796875Q709.3465 79.75 709.3465 81.375L709.3465 81.6875Q709.3465 84.1875 708.3621 85.328125Q707.37775 86.46875 705.3934 86.5L705.1746 86.5L705.1746 85.59375L705.409 85.59375Q706.75275 85.5625 707.4715 84.890625Q708.19025 84.21875 708.25275 82.75ZM706.5809 82.75Q707.12775 82.75 707.5809 82.421875Q708.0496 82.078125 708.2684 81.59375L708.2684 81.15625Q708.2684 80.09375 707.7996 79.421875Q707.3309 78.75 706.62775 78.75Q705.909 78.75 705.4715 79.296875Q705.0496 79.84375 705.0496 80.75Q705.0496 81.625 705.4559 82.1875Q705.87775 82.75 706.5809 82.75ZM711.00275 79.609375Q711.00275 78.84375 711.4871 78.34375Q711.9871 77.84375 712.75275 77.84375Q713.534 77.84375 714.0184 78.34375Q714.50275 78.84375 714.50275 79.640625L714.50275 80.0625Q714.50275 80.828125 714.00275 81.328125Q713.5184 81.8125 712.7684 81.8125Q712.00275 81.8125 711.50275 81.328125Q711.00275 80.828125 711.00275 80.015625L711.00275 79.609375ZM711.81525 80.0625Q711.81525 80.515625 712.06525 80.8125Q712.3309 81.109375 712.7684 81.109375Q713.19025 81.109375 713.44025 80.828125Q713.69025 80.53125 713.69025 80.03125L713.69025 79.609375Q713.69025 79.15625 713.44025 78.859375Q713.19025 78.546875 712.75275 78.546875Q712.31525 78.546875 712.06525 78.859375Q711.81525 79.15625 711.81525 79.625L711.81525 80.0625ZM715.159 84.40625Q715.159 83.640625 715.6434 83.15625Q716.1434 82.65625 716.909 82.65625Q717.6746 82.65625 718.159 83.15625Q718.659 83.640625 718.659 84.453125L718.659 84.859375Q718.659 85.625 718.1746 86.125Q717.69025 86.625 716.9246 86.625Q716.159 86.625 715.659 86.140625Q715.159 85.640625 715.159 84.828125L715.159 84.40625ZM715.9715 84.859375Q715.9715 85.328125 716.2215 85.625Q716.4871 85.921875 716.9246 85.921875Q717.3465 85.921875 717.5965 85.640625Q717.8465 85.34375 717.8465 84.84375L717.8465 84.40625Q717.8465 83.9375 717.5809 83.65625Q717.3309 83.359375 716.909 83.359375Q716.4871 83.359375 716.2215 83.65625Q715.9715 83.9375 715.9715 84.4375L715.9715 84.859375ZM713.0184 85.859375L712.3934 85.46875L716.56525 78.796875L717.1746 79.1875L713.0184 85.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M357.0116 120.5L351.41785 120.5L351.41785 119.71875L354.37097 116.4375Q355.02722 115.6875 355.27722 115.234375Q355.52722 114.765625 355.52722 114.265625Q355.52722 113.59375 355.12097 113.171875Q354.73035 112.734375 354.04285 112.734375Q353.24597 112.734375 352.79285 113.203125Q352.33972 113.65625 352.33972 114.484375L351.2616 114.484375Q351.2616 113.296875 352.0116 112.578125Q352.77722 111.84375 354.04285 111.84375Q355.24597 111.84375 355.93347 112.46875Q356.62097 113.09375 356.62097 114.140625Q356.62097 115.390625 355.0116 117.140625L352.73035 119.609375L357.0116 119.609375L357.0116 120.5ZM364.0116 120.5L358.41785 120.5L358.41785 119.71875L361.37097 116.4375Q362.02722 115.6875 362.27722 115.234375Q362.52722 114.765625 362.52722 114.265625Q362.52722 113.59375 362.12097 113.171875Q361.73035 112.734375 361.04285 112.734375Q360.24597 112.734375 359.79285 113.203125Q359.33972 113.65625 359.33972 114.484375L358.2616 114.484375Q358.2616 113.296875 359.0116 112.578125Q359.77722 111.84375 361.04285 111.84375Q362.24597 111.84375 362.93347 112.46875Q363.62097 113.09375 363.62097 114.140625Q363.62097 115.390625 362.0116 117.140625L359.73035 119.609375L364.0116 119.609375L364.0116 120.5ZM365.3241 113.609375Q365.3241 112.84375 365.80847 112.34375Q366.30847 111.84375 367.0741 111.84375Q367.85535 111.84375 368.33972 112.34375Q368.8241 112.84375 368.8241 113.640625L368.8241 114.0625Q368.8241 114.828125 368.3241 115.328125Q367.83972 115.8125 367.08972 115.8125Q366.3241 115.8125 365.8241 115.328125Q365.3241 114.828125 365.3241 114.015625L365.3241 113.609375ZM366.1366 114.0625Q366.1366 114.515625 366.3866 114.8125Q366.65222 115.109375 367.08972 115.109375Q367.5116 115.109375 367.7616 114.828125Q368.0116 114.53125 368.0116 114.03125L368.0116 113.609375Q368.0116 113.15625 367.7616 112.859375Q367.5116 112.546875 367.0741 112.546875Q366.6366 112.546875 366.3866 112.859375Q366.1366 113.15625 366.1366 113.625L366.1366 114.0625ZM369.48035 118.40625Q369.48035 117.640625 369.96472 117.15625Q370.46472 116.65625 371.23035 116.65625Q371.99597 116.65625 372.48035 117.15625Q372.98035 117.640625 372.98035 118.453125L372.98035 118.859375Q372.98035 119.625 372.49597 120.125Q372.0116 120.625 371.24597 120.625Q370.48035 120.625 369.98035 120.140625Q369.48035 119.640625 369.48035 118.828125L369.48035 118.40625ZM370.29285 118.859375Q370.29285 119.328125 370.54285 119.625Q370.80847 119.921875 371.24597 119.921875Q371.66785 119.921875 371.91785 119.640625Q372.16785 119.34375 372.16785 118.84375L372.16785 118.40625Q372.16785 117.9375 371.90222 117.65625Q371.65222 117.359375 371.23035 117.359375Q370.80847 117.359375 370.54285 117.65625Q370.29285 117.9375 370.29285 118.4375L370.29285 118.859375ZM367.33972 119.859375L366.71472 119.46875L370.8866 112.796875L371.49597 113.1875L367.33972 119.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M357.0116 120.5L351.41785 120.5L351.41785 119.71875L354.37097 116.4375Q355.02722 115.6875 355.27722 115.234375Q355.52722 114.765625 355.52722 114.265625Q355.52722 113.59375 355.12097 113.171875Q354.73035 112.734375 354.04285 112.734375Q353.24597 112.734375 352.79285 113.203125Q352.33972 113.65625 352.33972 114.484375L351.2616 114.484375Q351.2616 113.296875 352.0116 112.578125Q352.77722 111.84375 354.04285 111.84375Q355.24597 111.84375 355.93347 112.46875Q356.62097 113.09375 356.62097 114.140625Q356.62097 115.390625 355.0116 117.140625L352.73035 119.609375L357.0116 119.609375L357.0116 120.5ZM364.0116 120.5L358.41785 120.5L358.41785 119.71875L361.37097 116.4375Q362.02722 115.6875 362.27722 115.234375Q362.52722 114.765625 362.52722 114.265625Q362.52722 113.59375 362.12097 113.171875Q361.73035 112.734375 361.04285 112.734375Q360.24597 112.734375 359.79285 113.203125Q359.33972 113.65625 359.33972 114.484375L358.2616 114.484375Q358.2616 113.296875 359.0116 112.578125Q359.77722 111.84375 361.04285 111.84375Q362.24597 111.84375 362.93347 112.46875Q363.62097 113.09375 363.62097 114.140625Q363.62097 115.390625 362.0116 117.140625L359.73035 119.609375L364.0116 119.609375L364.0116 120.5ZM365.3241 113.609375Q365.3241 112.84375 365.80847 112.34375Q366.30847 111.84375 367.0741 111.84375Q367.85535 111.84375 368.33972 112.34375Q368.8241 112.84375 368.8241 113.640625L368.8241 114.0625Q368.8241 114.828125 368.3241 115.328125Q367.83972 115.8125 367.08972 115.8125Q366.3241 115.8125 365.8241 115.328125Q365.3241 114.828125 365.3241 114.015625L365.3241 113.609375ZM366.1366 114.0625Q366.1366 114.515625 366.3866 114.8125Q366.65222 115.109375 367.08972 115.109375Q367.5116 115.109375 367.7616 114.828125Q368.0116 114.53125 368.0116 114.03125L368.0116 113.609375Q368.0116 113.15625 367.7616 112.859375Q367.5116 112.546875 367.0741 112.546875Q366.6366 112.546875 366.3866 112.859375Q366.1366 113.15625 366.1366 113.625L366.1366 114.0625ZM369.48035 118.40625Q369.48035 117.640625 369.96472 117.15625Q370.46472 116.65625 371.23035 116.65625Q371.99597 116.65625 372.48035 117.15625Q372.98035 117.640625 372.98035 118.453125L372.98035 118.859375Q372.98035 119.625 372.49597 120.125Q372.0116 120.625 371.24597 120.625Q370.48035 120.625 369.98035 120.140625Q369.48035 119.640625 369.48035 118.828125L369.48035 118.40625ZM370.29285 118.859375Q370.29285 119.328125 370.54285 119.625Q370.80847 119.921875 371.24597 119.921875Q371.66785 119.921875 371.91785 119.640625Q372.16785 119.34375 372.16785 118.84375L372.16785 118.40625Q372.16785 117.9375 371.90222 117.65625Q371.65222 117.359375 371.23035 117.359375Q370.80847 117.359375 370.54285 117.65625Q370.29285 117.9375 370.29285 118.4375L370.29285 118.859375ZM367.33972 119.859375L366.71472 119.46875L370.8866 112.796875L371.49597 113.1875L367.33972 119.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M300.3995 153.5L299.32138 153.5L299.32138 146.28125L297.13388 147.07812L297.13388 146.09375L300.24326 144.92188L300.3995 144.92188L300.3995 153.5ZM305.41513 148.70312L306.22763 148.70312Q307.00888 148.6875 307.44638 148.29688Q307.88388 147.90625 307.88388 147.23438Q307.88388 145.73438 306.38388 145.73438Q305.68076 145.73438 305.25888 146.14062Q304.85263 146.54688 304.85263 147.20312L303.75888 147.20312Q303.75888 146.1875 304.49326 145.51562Q305.24326 144.84375 306.38388 144.84375Q307.587 144.84375 308.2745 145.48438Q308.962 146.125 308.962 147.26562Q308.962 147.82812 308.60263 148.34375Q308.24326 148.85938 307.61826 149.125Q308.32138 149.34375 308.69638 149.85938Q309.087 150.375 309.087 151.125Q309.087 152.26562 308.337 152.95312Q307.587 153.625 306.38388 153.625Q305.19638 153.625 304.43076 152.96875Q303.68076 152.3125 303.68076 151.25L304.7745 151.25Q304.7745 151.92188 305.212 152.32812Q305.6495 152.73438 306.3995 152.73438Q307.18076 152.73438 307.587 152.32812Q308.00888 151.90625 308.00888 151.14062Q308.00888 150.40625 307.55576 150.01562Q307.10263 149.60938 306.22763 149.59375L305.41513 149.59375L305.41513 148.70312ZM310.74326 146.60938Q310.74326 145.84375 311.22763 145.34375Q311.72763 144.84375 312.49326 144.84375Q313.2745 144.84375 313.75888 145.34375Q314.24326 145.84375 314.24326 146.64062L314.24326 147.0625Q314.24326 147.82812 313.74326 148.32812Q313.25888 148.8125 312.50888 148.8125Q311.74326 148.8125 311.24326 148.32812Q310.74326 147.82812 310.74326 147.01562L310.74326 146.60938ZM311.55576 147.0625Q311.55576 147.51562 311.80576 147.8125Q312.07138 148.10938 312.50888 148.10938Q312.93076 148.10938 313.18076 147.82812Q313.43076 147.53125 313.43076 147.03125L313.43076 146.60938Q313.43076 146.15625 313.18076 145.85938Q312.93076 145.54688 312.49326 145.54688Q312.05576 145.54688 311.80576 145.85938Q311.55576 146.15625 311.55576 146.625L311.55576 147.0625ZM314.8995 151.40625Q314.8995 150.64062 315.38388 150.15625Q315.88388 149.65625 316.6495 149.65625Q317.41513 149.65625 317.8995 150.15625Q318.3995 150.64062 318.3995 151.45312L318.3995 151.85938Q318.3995 152.625 317.91513 153.125Q317.43076 153.625 316.66513 153.625Q315.8995 153.625 315.3995 153.14062Q314.8995 152.64062 314.8995 151.82812L314.8995 151.40625ZM315.712 151.85938Q315.712 152.32812 315.962 152.625Q316.22763 152.92188 316.66513 152.92188Q317.087 152.92188 317.337 152.64062Q317.587 152.34375 317.587 151.84375L317.587 151.40625Q317.587 150.9375 317.32138 150.65625Q317.07138 150.35938 316.6495 150.35938Q316.22763 150.35938 315.962 150.65625Q315.712 150.9375 315.712 151.4375L315.712 151.85938ZM312.75888 152.85938L312.13388 152.46875L316.30576 145.79688L316.91513 146.1875L312.75888 152.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M300.3995 153.5L299.32138 153.5L299.32138 146.28125L297.13388 147.07812L297.13388 146.09375L300.24326 144.92188L300.3995 144.92188L300.3995 153.5ZM305.41513 148.70312L306.22763 148.70312Q307.00888 148.6875 307.44638 148.29688Q307.88388 147.90625 307.88388 147.23438Q307.88388 145.73438 306.38388 145.73438Q305.68076 145.73438 305.25888 146.14062Q304.85263 146.54688 304.85263 147.20312L303.75888 147.20312Q303.75888 146.1875 304.49326 145.51562Q305.24326 144.84375 306.38388 144.84375Q307.587 144.84375 308.2745 145.48438Q308.962 146.125 308.962 147.26562Q308.962 147.82812 308.60263 148.34375Q308.24326 148.85938 307.61826 149.125Q308.32138 149.34375 308.69638 149.85938Q309.087 150.375 309.087 151.125Q309.087 152.26562 308.337 152.95312Q307.587 153.625 306.38388 153.625Q305.19638 153.625 304.43076 152.96875Q303.68076 152.3125 303.68076 151.25L304.7745 151.25Q304.7745 151.92188 305.212 152.32812Q305.6495 152.73438 306.3995 152.73438Q307.18076 152.73438 307.587 152.32812Q308.00888 151.90625 308.00888 151.14062Q308.00888 150.40625 307.55576 150.01562Q307.10263 149.60938 306.22763 149.59375L305.41513 149.59375L305.41513 148.70312ZM310.74326 146.60938Q310.74326 145.84375 311.22763 145.34375Q311.72763 144.84375 312.49326 144.84375Q313.2745 144.84375 313.75888 145.34375Q314.24326 145.84375 314.24326 146.64062L314.24326 147.0625Q314.24326 147.82812 313.74326 148.32812Q313.25888 148.8125 312.50888 148.8125Q311.74326 148.8125 311.24326 148.32812Q310.74326 147.82812 310.74326 147.01562L310.74326 146.60938ZM311.55576 147.0625Q311.55576 147.51562 311.80576 147.8125Q312.07138 148.10938 312.50888 148.10938Q312.93076 148.10938 313.18076 147.82812Q313.43076 147.53125 313.43076 147.03125L313.43076 146.60938Q313.43076 146.15625 313.18076 145.85938Q312.93076 145.54688 312.49326 145.54688Q312.05576 145.54688 311.80576 145.85938Q311.55576 146.15625 311.55576 146.625L311.55576 147.0625ZM314.8995 151.40625Q314.8995 150.64062 315.38388 150.15625Q315.88388 149.65625 316.6495 149.65625Q317.41513 149.65625 317.8995 150.15625Q318.3995 150.64062 318.3995 151.45312L318.3995 151.85938Q318.3995 152.625 317.91513 153.125Q317.43076 153.625 316.66513 153.625Q315.8995 153.625 315.3995 153.14062Q314.8995 152.64062 314.8995 151.82812L314.8995 151.40625ZM315.712 151.85938Q315.712 152.32812 315.962 152.625Q316.22763 152.92188 316.66513 152.92188Q317.087 152.92188 317.337 152.64062Q317.587 152.34375 317.587 151.84375L317.587 151.40625Q317.587 150.9375 317.32138 150.65625Q317.07138 150.35938 316.6495 150.35938Q316.22763 150.35938 315.962 150.65625Q315.712 150.9375 315.712 151.4375L315.712 151.85938ZM312.75888 152.85938L312.13388 152.46875L316.30576 145.79688L316.91513 146.1875L312.75888 152.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M294.33496 187.5L293.25684 187.5L293.25684 180.28125L291.06934 181.07812L291.06934 180.09375L294.1787 178.92188L294.33496 178.92188L294.33496 187.5ZM303.3662 187.5L297.77246 187.5L297.77246 186.71875L300.7256 183.4375Q301.38184 182.6875 301.63184 182.23438Q301.88184 181.76562 301.88184 181.26562Q301.88184 180.59375 301.4756 180.17188Q301.08496 179.73438 300.39746 179.73438Q299.6006 179.73438 299.14746 180.20312Q298.69434 180.65625 298.69434 181.48438L297.6162 181.48438Q297.6162 180.29688 298.3662 179.57812Q299.13184 178.84375 300.39746 178.84375Q301.6006 178.84375 302.2881 179.46875Q302.9756 180.09375 302.9756 181.14062Q302.9756 182.39062 301.3662 184.14062L299.08496 186.60938L303.3662 186.60938L303.3662 187.5ZM304.6787 180.60938Q304.6787 179.84375 305.1631 179.34375Q305.6631 178.84375 306.4287 178.84375Q307.20996 178.84375 307.69434 179.34375Q308.1787 179.84375 308.1787 180.64062L308.1787 181.0625Q308.1787 181.82812 307.6787 182.32812Q307.19434 182.8125 306.44434 182.8125Q305.6787 182.8125 305.1787 182.32812Q304.6787 181.82812 304.6787 181.01562L304.6787 180.60938ZM305.4912 181.0625Q305.4912 181.51562 305.7412 181.8125Q306.00684 182.10938 306.44434 182.10938Q306.8662 182.10938 307.1162 181.82812Q307.3662 181.53125 307.3662 181.03125L307.3662 180.60938Q307.3662 180.15625 307.1162 179.85938Q306.8662 179.54688 306.4287 179.54688Q305.9912 179.54688 305.7412 179.85938Q305.4912 180.15625 305.4912 180.625L305.4912 181.0625ZM308.83496 185.40625Q308.83496 184.64062 309.31934 184.15625Q309.81934 183.65625 310.58496 183.65625Q311.3506 183.65625 311.83496 184.15625Q312.33496 184.64062 312.33496 185.45312L312.33496 185.85938Q312.33496 186.625 311.8506 187.125Q311.3662 187.625 310.6006 187.625Q309.83496 187.625 309.33496 187.14062Q308.83496 186.64062 308.83496 185.82812L308.83496 185.40625ZM309.64746 185.85938Q309.64746 186.32812 309.89746 186.625Q310.1631 186.92188 310.6006 186.92188Q311.02246 186.92188 311.27246 186.64062Q311.52246 186.34375 311.52246 185.84375L311.52246 185.40625Q311.52246 184.9375 311.25684 184.65625Q311.00684 184.35938 310.58496 184.35938Q310.1631 184.35938 309.89746 184.65625Q309.64746 184.9375 309.64746 185.4375L309.64746 185.85938ZM306.69434 186.85938L306.06934 186.46875L310.2412 179.79688L310.8506 180.1875L306.69434 186.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M294.33496 187.5L293.25684 187.5L293.25684 180.28125L291.06934 181.07812L291.06934 180.09375L294.1787 178.92188L294.33496 178.92188L294.33496 187.5ZM303.3662 187.5L297.77246 187.5L297.77246 186.71875L300.7256 183.4375Q301.38184 182.6875 301.63184 182.23438Q301.88184 181.76562 301.88184 181.26562Q301.88184 180.59375 301.4756 180.17188Q301.08496 179.73438 300.39746 179.73438Q299.6006 179.73438 299.14746 180.20312Q298.69434 180.65625 298.69434 181.48438L297.6162 181.48438Q297.6162 180.29688 298.3662 179.57812Q299.13184 178.84375 300.39746 178.84375Q301.6006 178.84375 302.2881 179.46875Q302.9756 180.09375 302.9756 181.14062Q302.9756 182.39062 301.3662 184.14062L299.08496 186.60938L303.3662 186.60938L303.3662 187.5ZM304.6787 180.60938Q304.6787 179.84375 305.1631 179.34375Q305.6631 178.84375 306.4287 178.84375Q307.20996 178.84375 307.69434 179.34375Q308.1787 179.84375 308.1787 180.64062L308.1787 181.0625Q308.1787 181.82812 307.6787 182.32812Q307.19434 182.8125 306.44434 182.8125Q305.6787 182.8125 305.1787 182.32812Q304.6787 181.82812 304.6787 181.01562L304.6787 180.60938ZM305.4912 181.0625Q305.4912 181.51562 305.7412 181.8125Q306.00684 182.10938 306.44434 182.10938Q306.8662 182.10938 307.1162 181.82812Q307.3662 181.53125 307.3662 181.03125L307.3662 180.60938Q307.3662 180.15625 307.1162 179.85938Q306.8662 179.54688 306.4287 179.54688Q305.9912 179.54688 305.7412 179.85938Q305.4912 180.15625 305.4912 180.625L305.4912 181.0625ZM308.83496 185.40625Q308.83496 184.64062 309.31934 184.15625Q309.81934 183.65625 310.58496 183.65625Q311.3506 183.65625 311.83496 184.15625Q312.33496 184.64062 312.33496 185.45312L312.33496 185.85938Q312.33496 186.625 311.8506 187.125Q311.3662 187.625 310.6006 187.625Q309.83496 187.625 309.33496 187.14062Q308.83496 186.64062 308.83496 185.82812L308.83496 185.40625ZM309.64746 185.85938Q309.64746 186.32812 309.89746 186.625Q310.1631 186.92188 310.6006 186.92188Q311.02246 186.92188 311.27246 186.64062Q311.52246 186.34375 311.52246 185.84375L311.52246 185.40625Q311.52246 184.9375 311.25684 184.65625Q311.00684 184.35938 310.58496 184.35938Q310.1631 184.35938 309.89746 184.65625Q309.64746 184.9375 309.64746 185.4375L309.64746 185.85938ZM306.69434 186.85938L306.06934 186.46875L310.2412 179.79688L310.8506 180.1875L306.69434 186.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M271.7018 214.1875Q271.7018 214.82812 271.35806 215.32812Q271.0143 215.82812 270.4518 216.10938Q271.10806 216.39062 271.4987 216.95312Q271.8893 217.5 271.8893 218.20312Q271.8893 219.29688 271.1393 219.96875Q270.40494 220.625 269.1862 220.625Q267.9518 220.625 267.2018 219.96875Q266.46744 219.29688 266.46744 218.20312Q266.46744 217.5 266.84244 216.95312Q267.21744 216.39062 267.8893 216.10938Q267.3268 215.82812 266.9987 215.32812Q266.67056 214.82812 266.67056 214.1875Q266.67056 213.10938 267.35806 212.48438Q268.04556 211.84375 269.1862 211.84375Q270.3112 211.84375 270.9987 212.48438Q271.7018 213.10938 271.7018 214.1875ZM270.8112 218.17188Q270.8112 217.45312 270.35806 217.01562Q269.90494 216.5625 269.17056 216.5625Q268.4362 216.5625 267.98306 217.01562Q267.54556 217.45312 267.54556 218.1875Q267.54556 218.90625 267.98306 219.32812Q268.42056 219.73438 269.1862 219.73438Q269.9362 219.73438 270.3737 219.3125Q270.8112 218.89062 270.8112 218.17188ZM269.1862 212.73438Q268.54556 212.73438 268.1393 213.14062Q267.7487 213.53125 267.7487 214.21875Q267.7487 214.85938 268.1393 215.26562Q268.52994 215.67188 269.17056 215.67188Q269.8268 215.67188 270.21744 215.26562Q270.60806 214.85938 270.60806 214.21875Q270.60806 213.5625 270.2018 213.15625Q269.79556 212.73438 269.1862 212.73438ZM273.42056 213.60938Q273.42056 212.84375 273.90494 212.34375Q274.40494 211.84375 275.17056 211.84375Q275.9518 211.84375 276.4362 212.34375Q276.92056 212.84375 276.92056 213.64062L276.92056 214.0625Q276.92056 214.82812 276.42056 215.32812Q275.9362 215.8125 275.1862 215.8125Q274.42056 215.8125 273.92056 215.32812Q273.42056 214.82812 273.42056 214.01562L273.42056 213.60938ZM274.23306 214.0625Q274.23306 214.51562 274.48306 214.8125Q274.7487 215.10938 275.1862 215.10938Q275.60806 215.10938 275.85806 214.82812Q276.10806 214.53125 276.10806 214.03125L276.10806 213.60938Q276.10806 213.15625 275.85806 212.85938Q275.60806 212.54688 275.17056 212.54688Q274.73306 212.54688 274.48306 212.85938Q274.23306 213.15625 274.23306 213.625L274.23306 214.0625ZM277.5768 218.40625Q277.5768 217.64062 278.0612 217.15625Q278.5612 216.65625 279.3268 216.65625Q280.09244 216.65625 280.5768 217.15625Q281.0768 217.64062 281.0768 218.45312L281.0768 218.85938Q281.0768 219.625 280.59244 220.125Q280.10806 220.625 279.34244 220.625Q278.5768 220.625 278.0768 220.14062Q277.5768 219.64062 277.5768 218.82812L277.5768 218.40625ZM278.3893 218.85938Q278.3893 219.32812 278.6393 219.625Q278.90494 219.92188 279.34244 219.92188Q279.7643 219.92188 280.0143 219.64062Q280.2643 219.34375 280.2643 218.84375L280.2643 218.40625Q280.2643 217.9375 279.9987 217.65625Q279.7487 217.35938 279.3268 217.35938Q278.90494 217.35938 278.6393 217.65625Q278.3893 217.9375 278.3893 218.4375L278.3893 218.85938ZM275.4362 219.85938L274.8112 219.46875L278.98306 212.79688L279.59244 213.1875L275.4362 219.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M271.7018 214.1875Q271.7018 214.82812 271.35806 215.32812Q271.0143 215.82812 270.4518 216.10938Q271.10806 216.39062 271.4987 216.95312Q271.8893 217.5 271.8893 218.20312Q271.8893 219.29688 271.1393 219.96875Q270.40494 220.625 269.1862 220.625Q267.9518 220.625 267.2018 219.96875Q266.46744 219.29688 266.46744 218.20312Q266.46744 217.5 266.84244 216.95312Q267.21744 216.39062 267.8893 216.10938Q267.3268 215.82812 266.9987 215.32812Q266.67056 214.82812 266.67056 214.1875Q266.67056 213.10938 267.35806 212.48438Q268.04556 211.84375 269.1862 211.84375Q270.3112 211.84375 270.9987 212.48438Q271.7018 213.10938 271.7018 214.1875ZM270.8112 218.17188Q270.8112 217.45312 270.35806 217.01562Q269.90494 216.5625 269.17056 216.5625Q268.4362 216.5625 267.98306 217.01562Q267.54556 217.45312 267.54556 218.1875Q267.54556 218.90625 267.98306 219.32812Q268.42056 219.73438 269.1862 219.73438Q269.9362 219.73438 270.3737 219.3125Q270.8112 218.89062 270.8112 218.17188ZM269.1862 212.73438Q268.54556 212.73438 268.1393 213.14062Q267.7487 213.53125 267.7487 214.21875Q267.7487 214.85938 268.1393 215.26562Q268.52994 215.67188 269.17056 215.67188Q269.8268 215.67188 270.21744 215.26562Q270.60806 214.85938 270.60806 214.21875Q270.60806 213.5625 270.2018 213.15625Q269.79556 212.73438 269.1862 212.73438ZM273.42056 213.60938Q273.42056 212.84375 273.90494 212.34375Q274.40494 211.84375 275.17056 211.84375Q275.9518 211.84375 276.4362 212.34375Q276.92056 212.84375 276.92056 213.64062L276.92056 214.0625Q276.92056 214.82812 276.42056 215.32812Q275.9362 215.8125 275.1862 215.8125Q274.42056 215.8125 273.92056 215.32812Q273.42056 214.82812 273.42056 214.01562L273.42056 213.60938ZM274.23306 214.0625Q274.23306 214.51562 274.48306 214.8125Q274.7487 215.10938 275.1862 215.10938Q275.60806 215.10938 275.85806 214.82812Q276.10806 214.53125 276.10806 214.03125L276.10806 213.60938Q276.10806 213.15625 275.85806 212.85938Q275.60806 212.54688 275.17056 212.54688Q274.73306 212.54688 274.48306 212.85938Q274.23306 213.15625 274.23306 213.625L274.23306 214.0625ZM277.5768 218.40625Q277.5768 217.64062 278.0612 217.15625Q278.5612 216.65625 279.3268 216.65625Q280.09244 216.65625 280.5768 217.15625Q281.0768 217.64062 281.0768 218.45312L281.0768 218.85938Q281.0768 219.625 280.59244 220.125Q280.10806 220.625 279.34244 220.625Q278.5768 220.625 278.0768 220.14062Q277.5768 219.64062 277.5768 218.82812L277.5768 218.40625ZM278.3893 218.85938Q278.3893 219.32812 278.6393 219.625Q278.90494 219.92188 279.34244 219.92188Q279.7643 219.92188 280.0143 219.64062Q280.2643 219.34375 280.2643 218.84375L280.2643 218.40625Q280.2643 217.9375 279.9987 217.65625Q279.7487 217.35938 279.3268 217.35938Q278.90494 217.35938 278.6393 217.65625Q278.3893 217.9375 278.3893 218.4375L278.3893 218.85938ZM275.4362 219.85938L274.8112 219.46875L278.98306 212.79688L279.59244 213.1875L275.4362 219.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M271.7018 248.1875Q271.7018 248.82812 271.35806 249.32812Q271.0143 249.82812 270.4518 250.10938Q271.10806 250.39062 271.4987 250.95312Q271.8893 251.5 271.8893 252.20312Q271.8893 253.29688 271.1393 253.96875Q270.40494 254.625 269.1862 254.625Q267.9518 254.625 267.2018 253.96875Q266.46744 253.29688 266.46744 252.20312Q266.46744 251.5 266.84244 250.95312Q267.21744 250.39062 267.8893 250.10938Q267.3268 249.82812 266.9987 249.32812Q266.67056 248.82812 266.67056 248.1875Q266.67056 247.10938 267.35806 246.48438Q268.04556 245.84375 269.1862 245.84375Q270.3112 245.84375 270.9987 246.48438Q271.7018 247.10938 271.7018 248.1875ZM270.8112 252.17188Q270.8112 251.45312 270.35806 251.01562Q269.90494 250.5625 269.17056 250.5625Q268.4362 250.5625 267.98306 251.01562Q267.54556 251.45312 267.54556 252.1875Q267.54556 252.90625 267.98306 253.32812Q268.42056 253.73438 269.1862 253.73438Q269.9362 253.73438 270.3737 253.3125Q270.8112 252.89062 270.8112 252.17188ZM269.1862 246.73438Q268.54556 246.73438 268.1393 247.14062Q267.7487 247.53125 267.7487 248.21875Q267.7487 248.85938 268.1393 249.26562Q268.52994 249.67188 269.17056 249.67188Q269.8268 249.67188 270.21744 249.26562Q270.60806 248.85938 270.60806 248.21875Q270.60806 247.5625 270.2018 247.15625Q269.79556 246.73438 269.1862 246.73438ZM273.42056 247.60938Q273.42056 246.84375 273.90494 246.34375Q274.40494 245.84375 275.17056 245.84375Q275.9518 245.84375 276.4362 246.34375Q276.92056 246.84375 276.92056 247.64062L276.92056 248.0625Q276.92056 248.82812 276.42056 249.32812Q275.9362 249.8125 275.1862 249.8125Q274.42056 249.8125 273.92056 249.32812Q273.42056 248.82812 273.42056 248.01562L273.42056 247.60938ZM274.23306 248.0625Q274.23306 248.51562 274.48306 248.8125Q274.7487 249.10938 275.1862 249.10938Q275.60806 249.10938 275.85806 248.82812Q276.10806 248.53125 276.10806 248.03125L276.10806 247.60938Q276.10806 247.15625 275.85806 246.85938Q275.60806 246.54688 275.17056 246.54688Q274.73306 246.54688 274.48306 246.85938Q274.23306 247.15625 274.23306 247.625L274.23306 248.0625ZM277.5768 252.40625Q277.5768 251.64062 278.0612 251.15625Q278.5612 250.65625 279.3268 250.65625Q280.09244 250.65625 280.5768 251.15625Q281.0768 251.64062 281.0768 252.45312L281.0768 252.85938Q281.0768 253.625 280.59244 254.125Q280.10806 254.625 279.34244 254.625Q278.5768 254.625 278.0768 254.14062Q277.5768 253.64062 277.5768 252.82812L277.5768 252.40625ZM278.3893 252.85938Q278.3893 253.32812 278.6393 253.625Q278.90494 253.92188 279.34244 253.92188Q279.7643 253.92188 280.0143 253.64062Q280.2643 253.34375 280.2643 252.84375L280.2643 252.40625Q280.2643 251.9375 279.9987 251.65625Q279.7487 251.35938 279.3268 251.35938Q278.90494 251.35938 278.6393 251.65625Q278.3893 251.9375 278.3893 252.4375L278.3893 252.85938ZM275.4362 253.85938L274.8112 253.46875L278.98306 246.79688L279.59244 247.1875L275.4362 253.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M271.7018 248.1875Q271.7018 248.82812 271.35806 249.32812Q271.0143 249.82812 270.4518 250.10938Q271.10806 250.39062 271.4987 250.95312Q271.8893 251.5 271.8893 252.20312Q271.8893 253.29688 271.1393 253.96875Q270.40494 254.625 269.1862 254.625Q267.9518 254.625 267.2018 253.96875Q266.46744 253.29688 266.46744 252.20312Q266.46744 251.5 266.84244 250.95312Q267.21744 250.39062 267.8893 250.10938Q267.3268 249.82812 266.9987 249.32812Q266.67056 248.82812 266.67056 248.1875Q266.67056 247.10938 267.35806 246.48438Q268.04556 245.84375 269.1862 245.84375Q270.3112 245.84375 270.9987 246.48438Q271.7018 247.10938 271.7018 248.1875ZM270.8112 252.17188Q270.8112 251.45312 270.35806 251.01562Q269.90494 250.5625 269.17056 250.5625Q268.4362 250.5625 267.98306 251.01562Q267.54556 251.45312 267.54556 252.1875Q267.54556 252.90625 267.98306 253.32812Q268.42056 253.73438 269.1862 253.73438Q269.9362 253.73438 270.3737 253.3125Q270.8112 252.89062 270.8112 252.17188ZM269.1862 246.73438Q268.54556 246.73438 268.1393 247.14062Q267.7487 247.53125 267.7487 248.21875Q267.7487 248.85938 268.1393 249.26562Q268.52994 249.67188 269.17056 249.67188Q269.8268 249.67188 270.21744 249.26562Q270.60806 248.85938 270.60806 248.21875Q270.60806 247.5625 270.2018 247.15625Q269.79556 246.73438 269.1862 246.73438ZM273.42056 247.60938Q273.42056 246.84375 273.90494 246.34375Q274.40494 245.84375 275.17056 245.84375Q275.9518 245.84375 276.4362 246.34375Q276.92056 246.84375 276.92056 247.64062L276.92056 248.0625Q276.92056 248.82812 276.42056 249.32812Q275.9362 249.8125 275.1862 249.8125Q274.42056 249.8125 273.92056 249.32812Q273.42056 248.82812 273.42056 248.01562L273.42056 247.60938ZM274.23306 248.0625Q274.23306 248.51562 274.48306 248.8125Q274.7487 249.10938 275.1862 249.10938Q275.60806 249.10938 275.85806 248.82812Q276.10806 248.53125 276.10806 248.03125L276.10806 247.60938Q276.10806 247.15625 275.85806 246.85938Q275.60806 246.54688 275.17056 246.54688Q274.73306 246.54688 274.48306 246.85938Q274.23306 247.15625 274.23306 247.625L274.23306 248.0625ZM277.5768 252.40625Q277.5768 251.64062 278.0612 251.15625Q278.5612 250.65625 279.3268 250.65625Q280.09244 250.65625 280.5768 251.15625Q281.0768 251.64062 281.0768 252.45312L281.0768 252.85938Q281.0768 253.625 280.59244 254.125Q280.10806 254.625 279.34244 254.625Q278.5768 254.625 278.0768 254.14062Q277.5768 253.64062 277.5768 252.82812L277.5768 252.40625ZM278.3893 252.85938Q278.3893 253.32812 278.6393 253.625Q278.90494 253.92188 279.34244 253.92188Q279.7643 253.92188 280.0143 253.64062Q280.2643 253.34375 280.2643 252.84375L280.2643 252.40625Q280.2643 251.9375 279.9987 251.65625Q279.7487 251.35938 279.3268 251.35938Q278.90494 251.35938 278.6393 251.65625Q278.3893 251.9375 278.3893 252.4375L278.3893 252.85938ZM275.4362 253.85938L274.8112 253.46875L278.98306 246.79688L279.59244 247.1875L275.4362 253.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.82071 283.21875L249.25821 278.96875L253.63321 278.96875L253.63321 279.96875L250.18008 279.96875L249.91446 282.29688Q250.55508 281.92188 251.35196 281.92188Q252.50821 281.92188 253.19571 282.70312Q253.88321 283.46875 253.88321 284.78125Q253.88321 286.09375 253.16446 286.85938Q252.46133 287.625 251.18008 287.625Q250.05508 287.625 249.33633 287.0Q248.61758 286.35938 248.52383 285.25L249.53946 285.25Q249.64883 285.98438 250.07071 286.35938Q250.49258 286.73438 251.18008 286.73438Q251.93008 286.73438 252.36758 286.21875Q252.80508 285.70312 252.80508 284.79688Q252.80508 283.9375 252.33633 283.42188Q251.86758 282.90625 251.08633 282.90625Q250.38321 282.90625 249.97696 283.20312L249.69571 283.4375L248.82071 283.21875ZM255.22696 280.60938Q255.22696 279.84375 255.71133 279.34375Q256.21133 278.84375 256.97696 278.84375Q257.7582 278.84375 258.24258 279.34375Q258.72696 279.84375 258.72696 280.64062L258.72696 281.0625Q258.72696 281.82812 258.22696 282.32812Q257.74258 282.8125 256.99258 282.8125Q256.22696 282.8125 255.72696 282.32812Q255.22696 281.82812 255.22696 281.01562L255.22696 280.60938ZM256.03946 281.0625Q256.03946 281.51562 256.28946 281.8125Q256.55508 282.10938 256.99258 282.10938Q257.41446 282.10938 257.66446 281.82812Q257.91446 281.53125 257.91446 281.03125L257.91446 280.60938Q257.91446 280.15625 257.66446 279.85938Q257.41446 279.54688 256.97696 279.54688Q256.53946 279.54688 256.28946 279.85938Q256.03946 280.15625 256.03946 280.625L256.03946 281.0625ZM259.3832 285.40625Q259.3832 284.64062 259.86758 284.15625Q260.36758 283.65625 261.1332 283.65625Q261.89883 283.65625 262.3832 284.15625Q262.8832 284.64062 262.8832 285.45312L262.8832 285.85938Q262.8832 286.625 262.39883 287.125Q261.91446 287.625 261.14883 287.625Q260.3832 287.625 259.8832 287.14062Q259.3832 286.64062 259.3832 285.82812L259.3832 285.40625ZM260.1957 285.85938Q260.1957 286.32812 260.4457 286.625Q260.71133 286.92188 261.14883 286.92188Q261.5707 286.92188 261.8207 286.64062Q262.0707 286.34375 262.0707 285.84375L262.0707 285.40625Q262.0707 284.9375 261.80508 284.65625Q261.55508 284.35938 261.1332 284.35938Q260.71133 284.35938 260.4457 284.65625Q260.1957 284.9375 260.1957 285.4375L260.1957 285.85938ZM257.24258 286.85938L256.61758 286.46875L260.78946 279.79688L261.39883 280.1875L257.24258 286.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M248.82071 283.21875L249.25821 278.96875L253.63321 278.96875L253.63321 279.96875L250.18008 279.96875L249.91446 282.29688Q250.55508 281.92188 251.35196 281.92188Q252.50821 281.92188 253.19571 282.70312Q253.88321 283.46875 253.88321 284.78125Q253.88321 286.09375 253.16446 286.85938Q252.46133 287.625 251.18008 287.625Q250.05508 287.625 249.33633 287.0Q248.61758 286.35938 248.52383 285.25L249.53946 285.25Q249.64883 285.98438 250.07071 286.35938Q250.49258 286.73438 251.18008 286.73438Q251.93008 286.73438 252.36758 286.21875Q252.80508 285.70312 252.80508 284.79688Q252.80508 283.9375 252.33633 283.42188Q251.86758 282.90625 251.08633 282.90625Q250.38321 282.90625 249.97696 283.20312L249.69571 283.4375L248.82071 283.21875ZM255.22696 280.60938Q255.22696 279.84375 255.71133 279.34375Q256.21133 278.84375 256.97696 278.84375Q257.7582 278.84375 258.24258 279.34375Q258.72696 279.84375 258.72696 280.64062L258.72696 281.0625Q258.72696 281.82812 258.22696 282.32812Q257.74258 282.8125 256.99258 282.8125Q256.22696 282.8125 255.72696 282.32812Q255.22696 281.82812 255.22696 281.01562L255.22696 280.60938ZM256.03946 281.0625Q256.03946 281.51562 256.28946 281.8125Q256.55508 282.10938 256.99258 282.10938Q257.41446 282.10938 257.66446 281.82812Q257.91446 281.53125 257.91446 281.03125L257.91446 280.60938Q257.91446 280.15625 257.66446 279.85938Q257.41446 279.54688 256.97696 279.54688Q256.53946 279.54688 256.28946 279.85938Q256.03946 280.15625 256.03946 280.625L256.03946 281.0625ZM259.3832 285.40625Q259.3832 284.64062 259.86758 284.15625Q260.36758 283.65625 261.1332 283.65625Q261.89883 283.65625 262.3832 284.15625Q262.8832 284.64062 262.8832 285.45312L262.8832 285.85938Q262.8832 286.625 262.39883 287.125Q261.91446 287.625 261.14883 287.625Q260.3832 287.625 259.8832 287.14062Q259.3832 286.64062 259.3832 285.82812L259.3832 285.40625ZM260.1957 285.85938Q260.1957 286.32812 260.4457 286.625Q260.71133 286.92188 261.14883 286.92188Q261.5707 286.92188 261.8207 286.64062Q262.0707 286.34375 262.0707 285.84375L262.0707 285.40625Q262.0707 284.9375 261.80508 284.65625Q261.55508 284.35938 261.1332 284.35938Q260.71133 284.35938 260.4457 284.65625Q260.1957 284.9375 260.1957 285.4375L260.1957 285.85938ZM257.24258 286.85938L256.61758 286.46875L260.78946 279.79688L261.39883 280.1875L257.24258 286.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M330.7222 321.5L329.64407 321.5L329.64407 314.28125L327.45657 315.07812L327.45657 314.09375L330.56595 312.92188L330.7222 312.92188L330.7222 321.5ZM339.3472 315.1875Q339.3472 315.82812 339.00345 316.32812Q338.6597 316.82812 338.0972 317.10938Q338.75345 317.39062 339.14407 317.95312Q339.5347 318.5 339.5347 319.20312Q339.5347 320.29688 338.7847 320.96875Q338.05032 321.625 336.83157 321.625Q335.5972 321.625 334.8472 320.96875Q334.11282 320.29688 334.11282 319.20312Q334.11282 318.5 334.48782 317.95312Q334.86282 317.39062 335.5347 317.10938Q334.9722 316.82812 334.64407 316.32812Q334.31595 315.82812 334.31595 315.1875Q334.31595 314.10938 335.00345 313.48438Q335.69095 312.84375 336.83157 312.84375Q337.95657 312.84375 338.64407 313.48438Q339.3472 314.10938 339.3472 315.1875ZM338.45657 319.17188Q338.45657 318.45312 338.00345 318.01562Q337.55032 317.5625 336.81595 317.5625Q336.08157 317.5625 335.62845 318.01562Q335.19095 318.45312 335.19095 319.1875Q335.19095 319.90625 335.62845 320.32812Q336.06595 320.73438 336.83157 320.73438Q337.58157 320.73438 338.01907 320.3125Q338.45657 319.89062 338.45657 319.17188ZM336.83157 313.73438Q336.19095 313.73438 335.7847 314.14062Q335.39407 314.53125 335.39407 315.21875Q335.39407 315.85938 335.7847 316.26562Q336.17532 316.67188 336.81595 316.67188Q337.4722 316.67188 337.86282 316.26562Q338.25345 315.85938 338.25345 315.21875Q338.25345 314.5625 337.8472 314.15625Q337.44095 313.73438 336.83157 313.73438ZM341.06595 314.60938Q341.06595 313.84375 341.55032 313.34375Q342.05032 312.84375 342.81595 312.84375Q343.5972 312.84375 344.08157 313.34375Q344.56595 313.84375 344.56595 314.64062L344.56595 315.0625Q344.56595 315.82812 344.06595 316.32812Q343.58157 316.8125 342.83157 316.8125Q342.06595 316.8125 341.56595 316.32812Q341.06595 315.82812 341.06595 315.01562L341.06595 314.60938ZM341.87845 315.0625Q341.87845 315.51562 342.12845 315.8125Q342.39407 316.10938 342.83157 316.10938Q343.25345 316.10938 343.50345 315.82812Q343.75345 315.53125 343.75345 315.03125L343.75345 314.60938Q343.75345 314.15625 343.50345 313.85938Q343.25345 313.54688 342.81595 313.54688Q342.37845 313.54688 342.12845 313.85938Q341.87845 314.15625 341.87845 314.625L341.87845 315.0625ZM345.2222 319.40625Q345.2222 318.64062 345.70657 318.15625Q346.20657 317.65625 346.9722 317.65625Q347.73782 317.65625 348.2222 318.15625Q348.7222 318.64062 348.7222 319.45312L348.7222 319.85938Q348.7222 320.625 348.23782 321.125Q347.75345 321.625 346.98782 321.625Q346.2222 321.625 345.7222 321.14062Q345.2222 320.64062 345.2222 319.82812L345.2222 319.40625ZM346.0347 319.85938Q346.0347 320.32812 346.2847 320.625Q346.55032 320.92188 346.98782 320.92188Q347.4097 320.92188 347.6597 320.64062Q347.9097 320.34375 347.9097 319.84375L347.9097 319.40625Q347.9097 318.9375 347.64407 318.65625Q347.39407 318.35938 346.9722 318.35938Q346.55032 318.35938 346.2847 318.65625Q346.0347 318.9375 346.0347 319.4375L346.0347 319.85938ZM343.08157 320.85938L342.45657 320.46875L346.62845 313.79688L347.23782 314.1875L343.08157 320.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M330.7222 321.5L329.64407 321.5L329.64407 314.28125L327.45657 315.07812L327.45657 314.09375L330.56595 312.92188L330.7222 312.92188L330.7222 321.5ZM339.3472 315.1875Q339.3472 315.82812 339.00345 316.32812Q338.6597 316.82812 338.0972 317.10938Q338.75345 317.39062 339.14407 317.95312Q339.5347 318.5 339.5347 319.20312Q339.5347 320.29688 338.7847 320.96875Q338.05032 321.625 336.83157 321.625Q335.5972 321.625 334.8472 320.96875Q334.11282 320.29688 334.11282 319.20312Q334.11282 318.5 334.48782 317.95312Q334.86282 317.39062 335.5347 317.10938Q334.9722 316.82812 334.64407 316.32812Q334.31595 315.82812 334.31595 315.1875Q334.31595 314.10938 335.00345 313.48438Q335.69095 312.84375 336.83157 312.84375Q337.95657 312.84375 338.64407 313.48438Q339.3472 314.10938 339.3472 315.1875ZM338.45657 319.17188Q338.45657 318.45312 338.00345 318.01562Q337.55032 317.5625 336.81595 317.5625Q336.08157 317.5625 335.62845 318.01562Q335.19095 318.45312 335.19095 319.1875Q335.19095 319.90625 335.62845 320.32812Q336.06595 320.73438 336.83157 320.73438Q337.58157 320.73438 338.01907 320.3125Q338.45657 319.89062 338.45657 319.17188ZM336.83157 313.73438Q336.19095 313.73438 335.7847 314.14062Q335.39407 314.53125 335.39407 315.21875Q335.39407 315.85938 335.7847 316.26562Q336.17532 316.67188 336.81595 316.67188Q337.4722 316.67188 337.86282 316.26562Q338.25345 315.85938 338.25345 315.21875Q338.25345 314.5625 337.8472 314.15625Q337.44095 313.73438 336.83157 313.73438ZM341.06595 314.60938Q341.06595 313.84375 341.55032 313.34375Q342.05032 312.84375 342.81595 312.84375Q343.5972 312.84375 344.08157 313.34375Q344.56595 313.84375 344.56595 314.64062L344.56595 315.0625Q344.56595 315.82812 344.06595 316.32812Q343.58157 316.8125 342.83157 316.8125Q342.06595 316.8125 341.56595 316.32812Q341.06595 315.82812 341.06595 315.01562L341.06595 314.60938ZM341.87845 315.0625Q341.87845 315.51562 342.12845 315.8125Q342.39407 316.10938 342.83157 316.10938Q343.25345 316.10938 343.50345 315.82812Q343.75345 315.53125 343.75345 315.03125L343.75345 314.60938Q343.75345 314.15625 343.50345 313.85938Q343.25345 313.54688 342.81595 313.54688Q342.37845 313.54688 342.12845 313.85938Q341.87845 314.15625 341.87845 314.625L341.87845 315.0625ZM345.2222 319.40625Q345.2222 318.64062 345.70657 318.15625Q346.20657 317.65625 346.9722 317.65625Q347.73782 317.65625 348.2222 318.15625Q348.7222 318.64062 348.7222 319.45312L348.7222 319.85938Q348.7222 320.625 348.23782 321.125Q347.75345 321.625 346.98782 321.625Q346.2222 321.625 345.7222 321.14062Q345.2222 320.64062 345.2222 319.82812L345.2222 319.40625ZM346.0347 319.85938Q346.0347 320.32812 346.2847 320.625Q346.55032 320.92188 346.98782 320.92188Q347.4097 320.92188 347.6597 320.64062Q347.9097 320.34375 347.9097 319.84375L347.9097 319.40625Q347.9097 318.9375 347.64407 318.65625Q347.39407 318.35938 346.9722 318.35938Q346.55032 318.35938 346.2847 318.65625Q346.0347 318.9375 346.0347 319.4375L346.0347 319.85938ZM343.08157 320.85938L342.45657 320.46875L346.62845 313.79688L347.23782 314.1875L343.08157 320.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M267.48578 376.03912Q267.48578 375.2735 267.97015 374.7735Q268.47015 374.2735 269.23578 374.2735Q270.01703 374.2735 270.5014 374.7735Q270.98578 375.2735 270.98578 376.07037L270.98578 376.49225Q270.98578 377.25787 270.48578 377.75787Q270.0014 378.24225 269.2514 378.24225Q268.48578 378.24225 267.98578 377.75787Q267.48578 377.25787 267.48578 376.44537L267.48578 376.03912ZM268.29828 376.49225Q268.29828 376.94537 268.54828 377.24225Q268.8139 377.53912 269.2514 377.53912Q269.67328 377.53912 269.92328 377.25787Q270.17328 376.961 270.17328 376.461L270.17328 376.03912Q270.17328 375.586 269.92328 375.28912Q269.67328 374.97662 269.23578 374.97662Q268.79828 374.97662 268.54828 375.28912Q268.29828 375.586 268.29828 376.05475L268.29828 376.49225ZM271.64203 380.836Q271.64203 380.07037 272.1264 379.586Q272.6264 379.086 273.39203 379.086Q274.15765 379.086 274.64203 379.586Q275.14203 380.07037 275.14203 380.88287L275.14203 381.28912Q275.14203 382.05475 274.65765 382.55475Q274.17328 383.05475 273.40765 383.05475Q272.64203 383.05475 272.14203 382.57037Q271.64203 382.07037 271.64203 381.25787L271.64203 380.836ZM272.45453 381.28912Q272.45453 381.75787 272.70453 382.05475Q272.97015 382.35162 273.40765 382.35162Q273.82953 382.35162 274.07953 382.07037Q274.32953 381.7735 274.32953 381.2735L274.32953 380.836Q274.32953 380.36725 274.0639 380.086Q273.8139 379.78912 273.39203 379.78912Q272.97015 379.78912 272.70453 380.086Q272.45453 380.36725 272.45453 380.86725L272.45453 381.28912ZM269.5014 382.28912L268.8764 381.8985L273.04828 375.22662L273.65765 375.61725L269.5014 382.28912ZM279.40765 379.69537Q279.40765 378.7735 279.76703 378.0235Q280.14203 377.2735 280.79828 376.88287Q281.45453 376.47662 282.28265 376.47662Q283.57953 376.47662 284.3764 377.36725Q285.1889 378.25787 285.1889 379.75787L285.1889 379.836Q285.1889 380.75787 284.82953 381.49225Q284.47015 382.22662 283.8139 382.6485Q283.15765 383.05475 282.29828 383.05475Q281.01703 383.05475 280.20453 382.16412Q279.40765 381.25787 279.40765 379.7735L279.40765 379.69537ZM280.5014 379.836Q280.5014 380.88287 280.98578 381.5235Q281.48578 382.16412 282.29828 382.16412Q283.1264 382.16412 283.61078 381.5235Q284.09515 380.86725 284.09515 379.69537Q284.09515 378.66412 283.59515 378.0235Q283.11078 377.36725 282.28265 377.36725Q281.48578 377.36725 280.98578 378.00787Q280.5014 378.63287 280.5014 379.836ZM287.23578 382.92975L287.23578 377.42975L286.23578 377.42975L286.23578 376.586L287.23578 376.586L287.23578 375.94537Q287.23578 374.91412 287.76703 374.36725Q288.3139 373.80475 289.3139 373.80475Q289.6889 373.80475 290.0639 373.8985L290.0014 374.78912Q289.72015 374.72662 289.42328 374.72662Q288.89203 374.72662 288.59515 375.03912Q288.3139 375.35162 288.3139 375.91412L288.3139 376.586L289.67328 376.586L289.67328 377.42975L288.3139 377.42975L288.3139 382.92975L287.23578 382.92975ZM296.76703 377.55475Q296.51703 377.5235 296.23578 377.5235Q295.15765 377.5235 294.78265 378.42975L294.78265 382.92975L293.70453 382.92975L293.70453 376.586L294.7514 376.586L294.76703 377.32037Q295.29828 376.47662 296.28265 376.47662Q296.59515 376.47662 296.76703 376.55475L296.76703 377.55475ZM300.32953 383.05475Q299.03265 383.05475 298.22015 382.211Q297.42328 381.35162 297.42328 379.92975L297.42328 379.74225Q297.42328 378.78912 297.78265 378.05475Q298.14203 377.30475 298.78265 376.8985Q299.4389 376.47662 300.1889 376.47662Q301.42328 376.47662 302.11078 377.28912Q302.79828 378.10162 302.79828 379.61725L302.79828 380.07037L298.5014 380.07037Q298.53265 381.00787 299.04828 381.586Q299.57953 382.16412 300.39203 382.16412Q300.95453 382.16412 301.34515 381.92975Q301.7514 381.69537 302.0639 381.30475L302.72015 381.82037Q301.92328 383.05475 300.32953 383.05475ZM300.1889 377.36725Q299.53265 377.36725 299.07953 377.85162Q298.64203 378.32037 298.54828 379.17975L301.72015 379.17975L301.72015 379.10162Q301.67328 378.2735 301.26703 377.82037Q300.8764 377.36725 300.1889 377.36725ZM307.39203 381.24225Q307.39203 380.80475 307.04828 380.57037Q306.72015 380.32037 305.89203 380.1485Q305.07953 379.97662 304.59515 379.72662Q304.11078 379.47662 303.8764 379.1485Q303.65765 378.80475 303.65765 378.336Q303.65765 377.55475 304.3139 377.0235Q304.97015 376.47662 306.0014 376.47662Q307.07953 376.47662 307.73578 377.03912Q308.40765 377.586 308.40765 378.44537L307.32953 378.44537Q307.32953 378.00787 306.9389 377.69537Q306.5639 377.36725 306.0014 377.36725Q305.40765 377.36725 305.0639 377.63287Q304.73578 377.88287 304.73578 378.28912Q304.73578 378.67975 305.04828 378.88287Q305.36078 379.086 306.17328 379.2735Q306.98578 379.44537 307.48578 379.69537Q307.98578 379.94537 308.22015 380.30475Q308.47015 380.66412 308.47015 381.16412Q308.47015 382.0235 307.78265 382.53912Q307.11078 383.05475 306.03265 383.05475Q305.26703 383.05475 304.67328 382.78912Q304.09515 382.50787 303.76703 382.0235Q303.4389 381.53912 303.4389 380.97662L304.51703 380.97662Q304.54828 381.5235 304.95453 381.85162Q305.36078 382.16412 306.03265 382.16412Q306.64203 382.16412 307.01703 381.91412Q307.39203 381.66412 307.39203 381.24225ZM315.04828 379.836Q315.04828 381.2735 314.39203 382.16412Q313.73578 383.05475 312.59515 383.05475Q311.4389 383.05475 310.78265 382.32037L310.78265 385.36725L309.70453 385.36725L309.70453 376.586L310.6889 376.586L310.73578 377.28912Q311.40765 376.47662 312.57953 376.47662Q313.72015 376.47662 314.3764 377.336Q315.04828 378.19537 315.04828 379.72662L315.04828 379.836ZM313.97015 379.711Q313.97015 378.63287 313.5014 378.0235Q313.04828 377.3985 312.2514 377.3985Q311.26703 377.3985 310.78265 378.25787L310.78265 381.28912Q311.26703 382.16412 312.26703 382.16412Q313.04828 382.16412 313.5014 381.55475Q313.97015 380.92975 313.97015 379.711ZM316.40765 379.69537Q316.40765 378.7735 316.76703 378.0235Q317.14203 377.2735 317.79828 376.88287Q318.45453 376.47662 319.28265 376.47662Q320.57953 376.47662 321.3764 377.36725Q322.1889 378.25787 322.1889 379.75787L322.1889 379.836Q322.1889 380.75787 321.82953 381.49225Q321.47015 382.22662 320.8139 382.6485Q320.15765 383.05475 319.29828 383.05475Q318.01703 383.05475 317.20453 382.16412Q316.40765 381.25787 316.40765 379.7735L316.40765 379.69537ZM317.5014 379.836Q317.5014 380.88287 317.98578 381.5235Q318.48578 382.16412 319.29828 382.16412Q320.1264 382.16412 320.61078 381.5235Q321.09515 380.86725 321.09515 379.69537Q321.09515 378.66412 320.59515 378.0235Q320.11078 377.36725 319.28265 377.36725Q318.48578 377.36725 317.98578 378.00787Q317.5014 378.63287 317.5014 379.836ZM324.72015 376.586L324.7514 377.38287Q325.48578 376.47662 326.65765 376.47662Q328.67328 376.47662 328.6889 378.74225L328.6889 382.92975L327.59515 382.92975L327.59515 378.72662Q327.59515 378.05475 327.28265 377.72662Q326.98578 377.3985 326.32953 377.3985Q325.79828 377.3985 325.39203 377.67975Q325.0014 377.961 324.78265 378.41412L324.78265 382.92975L323.70453 382.92975L323.70453 376.586L324.72015 376.586ZM330.4389 379.711Q330.4389 378.24225 331.1264 377.36725Q331.8139 376.47662 332.9389 376.47662Q334.04828 376.47662 334.70453 377.22662L334.70453 373.92975L335.78265 373.92975L335.78265 382.92975L334.78265 382.92975L334.73578 382.24225Q334.07953 383.05475 332.92328 383.05475Q331.82953 383.05475 331.1264 382.1485Q330.4389 381.24225 330.4389 379.78912L330.4389 379.711ZM331.51703 379.836Q331.51703 380.91412 331.95453 381.5235Q332.40765 382.13287 333.1889 382.13287Q334.22015 382.13287 334.70453 381.19537L334.70453 378.28912Q334.22015 377.3985 333.20453 377.3985Q332.40765 377.3985 331.95453 378.00787Q331.51703 378.61725 331.51703 379.836ZM340.32953 383.05475Q339.03265 383.05475 338.22015 382.211Q337.42328 381.35162 337.42328 379.92975L337.42328 379.74225Q337.42328 378.78912 337.78265 378.05475Q338.14203 377.30475 338.78265 376.8985Q339.4389 376.47662 340.1889 376.47662Q341.42328 376.47662 342.11078 377.28912Q342.79828 378.10162 342.79828 379.61725L342.79828 380.07037L338.5014 380.07037Q338.53265 381.00787 339.04828 381.586Q339.57953 382.16412 340.39203 382.16412Q340.95453 382.16412 341.34515 381.92975Q341.7514 381.69537 342.0639 381.30475L342.72015 381.82037Q341.92328 383.05475 340.32953 383.05475ZM340.1889 377.36725Q339.53265 377.36725 339.07953 377.85162Q338.64203 378.32037 338.54828 379.17975L341.72015 379.17975L341.72015 379.10162Q341.67328 378.2735 341.26703 377.82037Q340.8764 377.36725 340.1889 377.36725ZM344.72015 376.586L344.7514 377.38287Q345.48578 376.47662 346.65765 376.47662Q348.67328 376.47662 348.6889 378.74225L348.6889 382.92975L347.59515 382.92975L347.59515 378.72662Q347.59515 378.05475 347.28265 377.72662Q346.98578 377.3985 346.32953 377.3985Q345.79828 377.3985 345.39203 377.67975Q345.0014 377.961 344.78265 378.41412L344.78265 382.92975L343.70453 382.92975L343.70453 376.586L344.72015 376.586ZM352.17328 375.05475L352.17328 376.586L353.34515 376.586L353.34515 377.42975L352.17328 377.42975L352.17328 381.35162Q352.17328 381.74225 352.32953 381.92975Q352.48578 382.11725 352.86078 382.11725Q353.04828 382.11725 353.3764 382.05475L353.3764 382.92975Q352.95453 383.05475 352.54828 383.05475Q351.82953 383.05475 351.45453 382.61725Q351.07953 382.16412 351.07953 381.35162L351.07953 377.42975L349.92328 377.42975L349.92328 376.586L351.07953 376.586L351.07953 375.05475L352.17328 375.05475ZM358.39203 381.24225Q358.39203 380.80475 358.04828 380.57037Q357.72015 380.32037 356.89203 380.1485Q356.07953 379.97662 355.59515 379.72662Q355.11078 379.47662 354.8764 379.1485Q354.65765 378.80475 354.65765 378.336Q354.65765 377.55475 355.3139 377.0235Q355.97015 376.47662 357.0014 376.47662Q358.07953 376.47662 358.73578 377.03912Q359.40765 377.586 359.40765 378.44537L358.32953 378.44537Q358.32953 378.00787 357.9389 377.69537Q357.5639 377.36725 357.0014 377.36725Q356.40765 377.36725 356.0639 377.63287Q355.73578 377.88287 355.73578 378.28912Q355.73578 378.67975 356.04828 378.88287Q356.36078 379.086 357.17328 379.2735Q357.98578 379.44537 358.48578 379.69537Q358.98578 379.94537 359.22015 380.30475Q359.47015 380.66412 359.47015 381.16412Q359.47015 382.0235 358.78265 382.53912Q358.11078 383.05475 357.03265 383.05475Q356.26703 383.05475 355.67328 382.78912Q355.09515 382.50787 354.76703 382.0235Q354.4389 381.53912 354.4389 380.97662L355.51703 380.97662Q355.54828 381.5235 355.95453 381.85162Q356.36078 382.16412 357.03265 382.16412Q357.64203 382.16412 358.01703 381.91412Q358.39203 381.66412 358.39203 381.24225ZM369.3139 381.42975L370.53265 376.586L371.61078 376.586L369.76703 382.92975L368.89203 382.92975L367.34515 378.11725L365.84515 382.92975L364.97015 382.92975L363.1264 376.586L364.20453 376.586L365.45453 381.336L366.9389 376.586L367.79828 376.586L369.3139 381.42975ZM373.78265 377.35162Q374.5014 376.47662 375.65765 376.47662Q377.67328 376.47662 377.6889 378.74225L377.6889 382.92975L376.59515 382.92975L376.59515 378.72662Q376.59515 378.05475 376.28265 377.72662Q375.98578 377.3985 375.32953 377.3985Q374.79828 377.3985 374.39203 377.67975Q374.0014 377.961 373.78265 378.41412L373.78265 382.92975L372.70453 382.92975L372.70453 373.92975L373.78265 373.92975L373.78265 377.35162ZM379.40765 379.69537Q379.40765 378.7735 379.76703 378.0235Q380.14203 377.2735 380.79828 376.88287Q381.45453 376.47662 382.28265 376.47662Q383.57953 376.47662 384.3764 377.36725Q385.1889 378.25787 385.1889 379.75787L385.1889 379.836Q385.1889 380.75787 384.82953 381.49225Q384.47015 382.22662 383.8139 382.6485Q383.15765 383.05475 382.29828 383.05475Q381.01703 383.05475 380.20453 382.16412Q379.40765 381.25787 379.40765 379.7735L379.40765 379.69537ZM380.5014 379.836Q380.5014 380.88287 380.98578 381.5235Q381.48578 382.16412 382.29828 382.16412Q383.1264 382.16412 383.61078 381.5235Q384.09515 380.86725 384.09515 379.69537Q384.09515 378.66412 383.59515 378.0235Q383.11078 377.36725 382.28265 377.36725Q381.48578 377.36725 380.98578 378.00787Q380.5014 378.63287 380.5014 379.836ZM393.39203 381.24225Q393.39203 380.80475 393.04828 380.57037Q392.72015 380.32037 391.89203 380.1485Q391.07953 379.97662 390.59515 379.72662Q390.11078 379.47662 389.8764 379.1485Q389.65765 378.80475 389.65765 378.336Q389.65765 377.55475 390.3139 377.0235Q390.97015 376.47662 392.0014 376.47662Q393.07953 376.47662 393.73578 377.03912Q394.40765 377.586 394.40765 378.44537L393.32953 378.44537Q393.32953 378.00787 392.9389 377.69537Q392.5639 377.36725 392.0014 377.36725Q391.40765 377.36725 391.0639 377.63287Q390.73578 377.88287 390.73578 378.28912Q390.73578 378.67975 391.04828 378.88287Q391.36078 379.086 392.17328 379.2735Q392.98578 379.44537 393.48578 379.69537Q393.98578 379.94537 394.22015 380.30475Q394.47015 380.66412 394.47015 381.16412Q394.47015 382.0235 393.78265 382.53912Q393.11078 383.05475 392.03265 383.05475Q391.26703 383.05475 390.67328 382.78912Q390.09515 382.50787 389.76703 382.0235Q389.4389 381.53912 389.4389 380.97662L390.51703 380.97662Q390.54828 381.5235 390.95453 381.85162Q391.36078 382.16412 392.03265 382.16412Q392.64203 382.16412 393.01703 381.91412Q393.39203 381.66412 393.39203 381.24225ZM399.61078 382.92975Q399.51703 382.74225 399.45453 382.25787Q398.70453 383.05475 397.65765 383.05475Q396.72015 383.05475 396.11078 382.5235Q395.51703 381.99225 395.51703 381.16412Q395.51703 380.17975 396.26703 379.63287Q397.01703 379.086 398.39203 379.086L399.4389 379.086L399.4389 378.586Q399.4389 378.0235 399.09515 377.69537Q398.76703 377.35162 398.09515 377.35162Q397.51703 377.35162 397.1264 377.6485Q396.73578 377.92975 396.73578 378.35162L395.64203 378.35162Q395.64203 377.86725 395.97015 377.42975Q396.3139 376.99225 396.89203 376.74225Q397.47015 376.47662 398.15765 376.47662Q399.26703 376.47662 399.8764 377.0235Q400.5014 377.57037 400.53265 378.5235L400.53265 381.44537Q400.53265 382.32037 400.7514 382.836L400.7514 382.92975L399.61078 382.92975ZM397.8139 382.10162Q398.32953 382.10162 398.78265 381.836Q399.23578 381.57037 399.4389 381.1485L399.4389 379.85162L398.59515 379.85162Q396.59515 379.85162 396.59515 381.0235Q396.59515 381.5235 396.9389 381.82037Q397.28265 382.10162 397.8139 382.10162ZM403.8764 382.92975L402.79828 382.92975L402.79828 376.586L403.8764 376.586L403.8764 382.92975ZM402.70453 374.91412Q402.70453 374.6485 402.86078 374.461Q403.03265 374.2735 403.34515 374.2735Q403.65765 374.2735 403.8139 374.461Q403.98578 374.6485 403.98578 374.91412Q403.98578 375.16412 403.8139 375.35162Q403.65765 375.5235 403.34515 375.5235Q403.03265 375.5235 402.86078 375.35162Q402.70453 375.16412 402.70453 374.91412ZM405.4389 379.711Q405.4389 378.24225 406.1264 377.36725Q406.8139 376.47662 407.9389 376.47662Q409.04828 376.47662 409.70453 377.22662L409.70453 373.92975L410.78265 373.92975L410.78265 382.92975L409.78265 382.92975L409.73578 382.24225Q409.07953 383.05475 407.92328 383.05475Q406.82953 383.05475 406.1264 382.1485Q405.4389 381.24225 405.4389 379.78912L405.4389 379.711ZM406.51703 379.836Q406.51703 380.91412 406.95453 381.5235Q407.40765 382.13287 408.1889 382.13287Q409.22015 382.13287 409.70453 381.19537L409.70453 378.28912Q409.22015 377.3985 408.20453 377.3985Q407.40765 377.3985 406.95453 378.00787Q406.51703 378.61725 406.51703 379.836ZM422.17328 381.80475Q421.73578 382.42975 420.95453 382.74225Q420.17328 383.05475 419.14203 383.05475Q418.11078 383.05475 417.29828 382.57037Q416.48578 382.07037 416.04828 381.16412Q415.61078 380.25787 415.59515 379.07037L415.59515 378.336Q415.59515 376.3985 416.48578 375.336Q417.39203 374.2735 419.01703 374.2735Q420.36078 374.2735 421.17328 374.961Q421.98578 375.6485 422.17328 376.8985L421.04828 376.8985Q420.72015 375.211 419.03265 375.211Q417.89203 375.211 417.3139 376.00787Q416.73578 376.78912 416.72015 378.30475L416.72015 378.99225Q416.72015 380.42975 417.3764 381.28912Q418.03265 382.13287 419.15765 382.13287Q419.78265 382.13287 420.2514 381.99225Q420.73578 381.85162 421.04828 381.50787L421.04828 379.60162L419.07953 379.60162L419.07953 378.67975L422.17328 378.67975L422.17328 381.80475ZM423.40765 379.69537Q423.40765 378.7735 423.76703 378.0235Q424.14203 377.2735 424.79828 376.88287Q425.45453 376.47662 426.28265 376.47662Q427.57953 376.47662 428.3764 377.36725Q429.1889 378.25787 429.1889 379.75787L429.1889 379.836Q429.1889 380.75787 428.82953 381.49225Q428.47015 382.22662 427.8139 382.6485Q427.15765 383.05475 426.29828 383.05475Q425.01703 383.05475 424.20453 382.16412Q423.40765 381.25787 423.40765 379.7735L423.40765 379.69537ZM424.5014 379.836Q424.5014 380.88287 424.98578 381.5235Q425.48578 382.16412 426.29828 382.16412Q427.1264 382.16412 427.61078 381.5235Q428.09515 380.86725 428.09515 379.69537Q428.09515 378.66412 427.59515 378.0235Q427.11078 377.36725 426.28265 377.36725Q425.48578 377.36725 424.98578 378.00787Q424.5014 378.63287 424.5014 379.836ZM434.8764 382.92975L433.79828 382.92975L433.79828 376.586L434.8764 376.586L434.8764 382.92975ZM433.70453 374.91412Q433.70453 374.6485 433.86078 374.461Q434.03265 374.2735 434.34515 374.2735Q434.65765 374.2735 434.8139 374.461Q434.98578 374.6485 434.98578 374.91412Q434.98578 375.16412 434.8139 375.35162Q434.65765 375.5235 434.34515 375.5235Q434.03265 375.5235 433.86078 375.35162Q433.70453 375.16412 433.70453 374.91412ZM440.39203 381.24225Q440.39203 380.80475 440.04828 380.57037Q439.72015 380.32037 438.89203 380.1485Q438.07953 379.97662 437.59515 379.72662Q437.11078 379.47662 436.8764 379.1485Q436.65765 378.80475 436.65765 378.336Q436.65765 377.55475 437.3139 377.0235Q437.97015 376.47662 439.0014 376.47662Q440.07953 376.47662 440.73578 377.03912Q441.40765 377.586 441.40765 378.44537L440.32953 378.44537Q440.32953 378.00787 439.9389 377.69537Q439.5639 377.36725 439.0014 377.36725Q438.40765 377.36725 438.0639 377.63287Q437.73578 377.88287 437.73578 378.28912Q437.73578 378.67975 438.04828 378.88287Q438.36078 379.086 439.17328 379.2735Q439.98578 379.44537 440.48578 379.69537Q440.98578 379.94537 441.22015 380.30475Q441.47015 380.66412 441.47015 381.16412Q441.47015 382.0235 440.78265 382.53912Q440.11078 383.05475 439.03265 383.05475Q438.26703 383.05475 437.67328 382.78912Q437.09515 382.50787 436.76703 382.0235Q436.4389 381.53912 436.4389 380.97662L437.51703 380.97662Q437.54828 381.5235 437.95453 381.85162Q438.36078 382.16412 439.03265 382.16412Q439.64203 382.16412 440.01703 381.91412Q440.39203 381.66412 440.39203 381.24225ZM446.72015 376.586L446.7514 377.28912Q447.4389 376.47662 448.6264 376.47662Q449.95453 376.47662 450.4389 377.49225Q450.7514 377.03912 451.2514 376.75787Q451.76703 376.47662 452.45453 376.47662Q454.54828 376.47662 454.57953 378.67975L454.57953 382.92975L453.5014 382.92975L453.5014 378.74225Q453.5014 378.07037 453.1889 377.74225Q452.8764 377.3985 452.14203 377.3985Q451.53265 377.3985 451.1264 377.75787Q450.73578 378.11725 450.67328 378.72662L450.67328 382.92975L449.59515 382.92975L449.59515 378.7735Q449.59515 377.3985 448.23578 377.3985Q447.17328 377.3985 446.78265 378.30475L446.78265 382.92975L445.6889 382.92975L445.6889 376.586L446.72015 376.586ZM457.8764 382.92975L456.79828 382.92975L456.79828 376.586L457.8764 376.586L457.8764 382.92975ZM456.70453 374.91412Q456.70453 374.6485 456.86078 374.461Q457.03265 374.2735 457.34515 374.2735Q457.65765 374.2735 457.8139 374.461Q457.98578 374.6485 457.98578 374.91412Q457.98578 375.16412 457.8139 375.35162Q457.65765 375.5235 457.34515 375.5235Q457.03265 375.5235 456.86078 375.35162Q456.70453 375.16412 456.70453 374.91412ZM463.39203 381.24225Q463.39203 380.80475 463.04828 380.57037Q462.72015 380.32037 461.89203 380.1485Q461.07953 379.97662 460.59515 379.72662Q460.11078 379.47662 459.8764 379.1485Q459.65765 378.80475 459.65765 378.336Q459.65765 377.55475 460.3139 377.0235Q460.97015 376.47662 462.0014 376.47662Q463.07953 376.47662 463.73578 377.03912Q464.40765 377.586 464.40765 378.44537L463.32953 378.44537Q463.32953 378.00787 462.9389 377.69537Q462.5639 377.36725 462.0014 377.36725Q461.40765 377.36725 461.0639 377.63287Q460.73578 377.88287 460.73578 378.28912Q460.73578 378.67975 461.04828 378.88287Q461.36078 379.086 462.17328 379.2735Q462.98578 379.44537 463.48578 379.69537Q463.98578 379.94537 464.22015 380.30475Q464.47015 380.66412 464.47015 381.16412Q464.47015 382.0235 463.78265 382.53912Q463.11078 383.05475 462.03265 383.05475Q461.26703 383.05475 460.67328 382.78912Q460.09515 382.50787 459.76703 382.0235Q459.4389 381.53912 459.4389 380.97662L460.51703 380.97662Q460.54828 381.5235 460.95453 381.85162Q461.36078 382.16412 462.03265 382.16412Q462.64203 382.16412 463.01703 381.91412Q463.39203 381.66412 463.39203 381.24225ZM469.39203 381.24225Q469.39203 380.80475 469.04828 380.57037Q468.72015 380.32037 467.89203 380.1485Q467.07953 379.97662 466.59515 379.72662Q466.11078 379.47662 465.8764 379.1485Q465.65765 378.80475 465.65765 378.336Q465.65765 377.55475 466.3139 377.0235Q466.97015 376.47662 468.0014 376.47662Q469.07953 376.47662 469.73578 377.03912Q470.40765 377.586 470.40765 378.44537L469.32953 378.44537Q469.32953 378.00787 468.9389 377.69537Q468.5639 377.36725 468.0014 377.36725Q467.40765 377.36725 467.0639 377.63287Q466.73578 377.88287 466.73578 378.28912Q466.73578 378.67975 467.04828 378.88287Q467.36078 379.086 468.17328 379.2735Q468.98578 379.44537 469.48578 379.69537Q469.98578 379.94537 470.22015 380.30475Q470.47015 380.66412 470.47015 381.16412Q470.47015 382.0235 469.78265 382.53912Q469.11078 383.05475 468.03265 383.05475Q467.26703 383.05475 466.67328 382.78912Q466.09515 382.50787 465.76703 382.0235Q465.4389 381.53912 465.4389 380.97662L466.51703 380.97662Q466.54828 381.5235 466.95453 381.85162Q467.36078 382.16412 468.03265 382.16412Q468.64203 382.16412 469.01703 381.91412Q469.39203 381.66412 469.39203 381.24225ZM472.8764 382.92975L471.79828 382.92975L471.79828 376.586L472.8764 376.586L472.8764 382.92975ZM471.70453 374.91412Q471.70453 374.6485 471.86078 374.461Q472.03265 374.2735 472.34515 374.2735Q472.65765 374.2735 472.8139 374.461Q472.98578 374.6485 472.98578 374.91412Q472.98578 375.16412 472.8139 375.35162Q472.65765 375.5235 472.34515 375.5235Q472.03265 375.5235 471.86078 375.35162Q471.70453 375.16412 471.70453 374.91412ZM475.72015 376.586L475.7514 377.38287Q476.48578 376.47662 477.65765 376.47662Q479.67328 376.47662 479.6889 378.74225L479.6889 382.92975L478.59515 382.92975L478.59515 378.72662Q478.59515 378.05475 478.28265 377.72662Q477.98578 377.3985 477.32953 377.3985Q476.79828 377.3985 476.39203 377.67975Q476.0014 377.961 475.78265 378.41412L475.78265 382.92975L474.70453 382.92975L474.70453 376.586L475.72015 376.586ZM481.4389 379.711Q481.4389 378.22662 482.1264 377.35162Q482.8139 376.47662 483.9389 376.47662Q485.09515 376.47662 485.7514 377.28912L485.79828 376.586L486.79828 376.586L486.79828 382.7735Q486.79828 384.00787 486.0639 384.711Q485.32953 385.42975 484.11078 385.42975Q483.42328 385.42975 482.76703 385.13287Q482.11078 384.836 481.76703 384.336L482.32953 383.67975Q483.01703 384.53912 484.03265 384.53912Q484.8139 384.53912 485.2514 384.086Q485.70453 383.6485 485.70453 382.836L485.70453 382.28912Q485.04828 383.05475 483.92328 383.05475Q482.8139 383.05475 482.1264 382.16412Q481.4389 381.25787 481.4389 379.711ZM482.53265 379.836Q482.53265 380.8985 482.97015 381.5235Q483.40765 382.13287 484.20453 382.13287Q485.22015 382.13287 485.70453 381.19537L485.70453 378.30475Q485.20453 377.3985 484.20453 377.3985Q483.42328 377.3985 482.97015 378.00787Q482.53265 378.61725 482.53265 379.836ZM494.23578 382.16412Q494.8139 382.16412 495.2514 381.82037Q495.6889 381.461 495.73578 380.92975L496.76703 380.92975Q496.73578 381.47662 496.3764 381.97662Q496.03265 382.461 495.45453 382.75787Q494.89203 383.05475 494.23578 383.05475Q492.9389 383.05475 492.17328 382.19537Q491.42328 381.32037 491.42328 379.82037L491.42328 379.63287Q491.42328 378.711 491.7514 377.99225Q492.09515 377.2735 492.72015 376.88287Q493.36078 376.47662 494.23578 376.47662Q495.29828 376.47662 496.0014 377.11725Q496.72015 377.74225 496.76703 378.7735L495.73578 378.7735Q495.6889 378.1485 495.26703 377.75787Q494.84515 377.36725 494.23578 377.36725Q493.40765 377.36725 492.95453 377.961Q492.5014 378.55475 492.5014 379.67975L492.5014 379.88287Q492.5014 380.97662 492.95453 381.57037Q493.40765 382.16412 494.23578 382.16412ZM500.76703 377.55475Q500.51703 377.5235 500.23578 377.5235Q499.15765 377.5235 498.78265 378.42975L498.78265 382.92975L497.70453 382.92975L497.70453 376.586L498.7514 376.586L498.76703 377.32037Q499.29828 376.47662 500.28265 376.47662Q500.59515 376.47662 500.76703 376.55475L500.76703 377.55475ZM502.8764 382.92975L501.79828 382.92975L501.79828 376.586L502.8764 376.586L502.8764 382.92975ZM501.70453 374.91412Q501.70453 374.6485 501.86078 374.461Q502.03265 374.2735 502.34515 374.2735Q502.65765 374.2735 502.8139 374.461Q502.98578 374.6485 502.98578 374.91412Q502.98578 375.16412 502.8139 375.35162Q502.65765 375.5235 502.34515 375.5235Q502.03265 375.5235 501.86078 375.35162Q501.70453 375.16412 501.70453 374.91412ZM506.17328 375.05475L506.17328 376.586L507.34515 376.586L507.34515 377.42975L506.17328 377.42975L506.17328 381.35162Q506.17328 381.74225 506.32953 381.92975Q506.48578 382.11725 506.86078 382.11725Q507.04828 382.11725 507.3764 382.05475L507.3764 382.92975Q506.95453 383.05475 506.54828 383.05475Q505.82953 383.05475 505.45453 382.61725Q505.07953 382.16412 505.07953 381.35162L505.07953 377.42975L503.92328 377.42975L503.92328 376.586L505.07953 376.586L505.07953 375.05475L506.17328 375.05475ZM509.8764 382.92975L508.79828 382.92975L508.79828 376.586L509.8764 376.586L509.8764 382.92975ZM508.70453 374.91412Q508.70453 374.6485 508.86078 374.461Q509.03265 374.2735 509.34515 374.2735Q509.65765 374.2735 509.8139 374.461Q509.98578 374.6485 509.98578 374.91412Q509.98578 375.16412 509.8139 375.35162Q509.65765 375.5235 509.34515 375.5235Q509.03265 375.5235 508.86078 375.35162Q508.70453 375.16412 508.70453 374.91412ZM514.2358 382.16412Q514.8139 382.16412 515.2514 381.82037Q515.6889 381.461 515.7358 380.92975L516.767 380.92975Q516.7358 381.47662 516.3764 381.97662Q516.03265 382.461 515.4545 382.75787Q514.892 383.05475 514.2358 383.05475Q512.9389 383.05475 512.1733 382.19537Q511.42328 381.32037 511.42328 379.82037L511.42328 379.63287Q511.42328 378.711 511.7514 377.99225Q512.09515 377.2735 512.72015 376.88287Q513.3608 376.47662 514.2358 376.47662Q515.2983 376.47662 516.0014 377.11725Q516.72015 377.74225 516.767 378.7735L515.7358 378.7735Q515.6889 378.1485 515.267 377.75787Q514.84515 377.36725 514.2358 377.36725Q513.40765 377.36725 512.9545 377.961Q512.5014 378.55475 512.5014 379.67975L512.5014 379.88287Q512.5014 380.97662 512.9545 381.57037Q513.40765 382.16412 514.2358 382.16412ZM521.6108 382.92975Q521.517 382.74225 521.4545 382.25787Q520.7045 383.05475 519.65765 383.05475Q518.72015 383.05475 518.1108 382.5235Q517.517 381.99225 517.517 381.16412Q517.517 380.17975 518.267 379.63287Q519.017 379.086 520.392 379.086L521.4389 379.086L521.4389 378.586Q521.4389 378.0235 521.09515 377.69537Q520.767 377.35162 520.09515 377.35162Q519.517 377.35162 519.1264 377.6485Q518.7358 377.92975 518.7358 378.35162L517.642 378.35162Q517.642 377.86725 517.97015 377.42975Q518.3139 376.99225 518.892 376.74225Q519.47015 376.47662 520.15765 376.47662Q521.267 376.47662 521.8764 377.0235Q522.5014 377.57037 522.53265 378.5235L522.53265 381.44537Q522.53265 382.32037 522.7514 382.836L522.7514 382.92975L521.6108 382.92975ZM519.8139 382.10162Q520.3295 382.10162 520.78265 381.836Q521.2358 381.57037 521.4389 381.1485L521.4389 379.85162L520.59515 379.85162Q518.59515 379.85162 518.59515 381.0235Q518.59515 381.5235 518.9389 381.82037Q519.28265 382.10162 519.8139 382.10162ZM525.8764 382.92975L524.7983 382.92975L524.7983 373.92975L525.8764 373.92975L525.8764 382.92975ZM531.2358 382.92975L531.2358 377.42975L530.2358 377.42975L530.2358 376.586L531.2358 376.586L531.2358 375.94537Q531.2358 374.91412 531.767 374.36725Q532.3139 373.80475 533.3139 373.80475Q533.6889 373.80475 534.0639 373.8985L534.0014 374.78912Q533.72015 374.72662 533.4233 374.72662Q532.892 374.72662 532.59515 375.03912Q532.3139 375.35162 532.3139 375.91412L532.3139 376.586L533.6733 376.586L533.6733 377.42975L532.3139 377.42975L532.3139 382.92975L531.2358 382.92975ZM537.3295 383.05475Q536.03265 383.05475 535.22015 382.211Q534.4233 381.35162 534.4233 379.92975L534.4233 379.74225Q534.4233 378.78912 534.78265 378.05475Q535.142 377.30475 535.78265 376.8985Q536.4389 376.47662 537.1889 376.47662Q538.4233 376.47662 539.1108 377.28912Q539.7983 378.10162 539.7983 379.61725L539.7983 380.07037L535.5014 380.07037Q535.53265 381.00787 536.0483 381.586Q536.5795 382.16412 537.392 382.16412Q537.9545 382.16412 538.34515 381.92975Q538.7514 381.69537 539.0639 381.30475L539.72015 381.82037Q538.9233 383.05475 537.3295 383.05475ZM537.1889 377.36725Q536.53265 377.36725 536.0795 377.85162Q535.642 378.32037 535.5483 379.17975L538.72015 379.17975L538.72015 379.10162Q538.6733 378.2735 538.267 377.82037Q537.8764 377.36725 537.1889 377.36725ZM544.6108 382.92975Q544.517 382.74225 544.4545 382.25787Q543.7045 383.05475 542.65765 383.05475Q541.72015 383.05475 541.1108 382.5235Q540.517 381.99225 540.517 381.16412Q540.517 380.17975 541.267 379.63287Q542.017 379.086 543.392 379.086L544.4389 379.086L544.4389 378.586Q544.4389 378.0235 544.09515 377.69537Q543.767 377.35162 543.09515 377.35162Q542.517 377.35162 542.1264 377.6485Q541.7358 377.92975 541.7358 378.35162L540.642 378.35162Q540.642 377.86725 540.97015 377.42975Q541.3139 376.99225 541.892 376.74225Q542.47015 376.47662 543.15765 376.47662Q544.267 376.47662 544.8764 377.0235Q545.5014 377.57037 545.53265 378.5235L545.53265 381.44537Q545.53265 382.32037 545.7514 382.836L545.7514 382.92975L544.6108 382.92975ZM542.8139 382.10162Q543.3295 382.10162 543.78265 381.836Q544.2358 381.57037 544.4389 381.1485L544.4389 379.85162L543.59515 379.85162Q541.59515 379.85162 541.59515 381.0235Q541.59515 381.5235 541.9389 381.82037Q542.28265 382.10162 542.8139 382.10162ZM549.1733 375.05475L549.1733 376.586L550.34515 376.586L550.34515 377.42975L549.1733 377.42975L549.1733 381.35162Q549.1733 381.74225 549.3295 381.92975Q549.4858 382.11725 549.8608 382.11725Q550.0483 382.11725 550.3764 382.05475L550.3764 382.92975Q549.9545 383.05475 549.5483 383.05475Q548.8295 383.05475 548.4545 382.61725Q548.0795 382.16412 548.0795 381.35162L548.0795 377.42975L546.9233 377.42975L546.9233 376.586L548.0795 376.586L548.0795 375.05475L549.1733 375.05475ZM555.6108 382.30475Q554.9858 383.05475 553.7514 383.05475Q552.7358 383.05475 552.2045 382.461Q551.6733 381.86725 551.6733 380.711L551.6733 376.586L552.7514 376.586L552.7514 380.67975Q552.7514 382.13287 553.9233 382.13287Q555.1733 382.13287 555.5795 381.19537L555.5795 376.586L556.6733 376.586L556.6733 382.92975L555.642 382.92975L555.6108 382.30475ZM561.767 377.55475Q561.517 377.5235 561.2358 377.5235Q560.15765 377.5235 559.78265 378.42975L559.78265 382.92975L558.7045 382.92975L558.7045 376.586L559.7514 376.586L559.767 377.32037Q560.2983 376.47662 561.28265 376.47662Q561.59515 376.47662 561.767 376.55475L561.767 377.55475ZM565.3295 383.05475Q564.03265 383.05475 563.22015 382.211Q562.4233 381.35162 562.4233 379.92975L562.4233 379.74225Q562.4233 378.78912 562.78265 378.05475Q563.142 377.30475 563.78265 376.8985Q564.4389 376.47662 565.1889 376.47662Q566.4233 376.47662 567.1108 377.28912Q567.7983 378.10162 567.7983 379.61725L567.7983 380.07037L563.5014 380.07037Q563.53265 381.00787 564.0483 381.586Q564.5795 382.16412 565.392 382.16412Q565.9545 382.16412 566.34515 381.92975Q566.7514 381.69537 567.0639 381.30475L567.72015 381.82037Q566.9233 383.05475 565.3295 383.05475ZM565.1889 377.36725Q564.53265 377.36725 564.0795 377.85162Q563.642 378.32037 563.5483 379.17975L566.72015 379.17975L566.72015 379.10162Q566.6733 378.2735 566.267 377.82037Q565.8764 377.36725 565.1889 377.36725ZM572.392 381.24225Q572.392 380.80475 572.0483 380.57037Q571.72015 380.32037 570.892 380.1485Q570.0795 379.97662 569.59515 379.72662Q569.1108 379.47662 568.8764 379.1485Q568.65765 378.80475 568.65765 378.336Q568.65765 377.55475 569.3139 377.0235Q569.97015 376.47662 571.0014 376.47662Q572.0795 376.47662 572.7358 377.03912Q573.40765 377.586 573.40765 378.44537L572.3295 378.44537Q572.3295 378.00787 571.9389 377.69537Q571.5639 377.36725 571.0014 377.36725Q570.40765 377.36725 570.0639 377.63287Q569.7358 377.88287 569.7358 378.28912Q569.7358 378.67975 570.0483 378.88287Q570.3608 379.086 571.1733 379.2735Q571.9858 379.44537 572.4858 379.69537Q572.9858 379.94537 573.22015 380.30475Q573.47015 380.66412 573.47015 381.16412Q573.47015 382.0235 572.78265 382.53912Q572.1108 383.05475 571.03265 383.05475Q570.267 383.05475 569.6733 382.78912Q569.09515 382.50787 568.767 382.0235Q568.4389 381.53912 568.4389 380.97662L569.517 380.97662Q569.5483 381.5235 569.9545 381.85162Q570.3608 382.16412 571.03265 382.16412Q571.642 382.16412 572.017 381.91412Q572.392 381.66412 572.392 381.24225ZM577.65765 379.461Q577.65765 378.1485 578.0014 376.92975Q578.3608 375.711 579.0639 374.711Q579.767 373.711 580.53265 373.30475L580.7514 374.0235Q579.892 374.67975 579.34515 376.0235Q578.7983 377.36725 578.7514 379.03912L578.7358 379.53912Q578.7358 381.80475 579.5639 383.461Q580.0639 384.461 580.7514 385.0235L580.53265 385.67975Q579.7514 385.25787 579.03265 384.22662Q577.65765 382.24225 577.65765 379.461ZM582.72015 376.586L582.7514 377.38287Q583.4858 376.47662 584.65765 376.47662Q586.6733 376.47662 586.6889 378.74225L586.6889 382.92975L585.59515 382.92975L585.59515 378.72662Q585.59515 378.05475 585.28265 377.72662Q584.9858 377.3985 584.3295 377.3985Q583.7983 377.3985 583.392 377.67975Q583.0014 377.961 582.78265 378.41412L582.78265 382.92975L581.7045 382.92975L581.7045 376.586L582.72015 376.586ZM593.65765 378.16412L588.767 378.16412L588.767 377.211L593.65765 377.211L593.65765 378.16412ZM593.65765 380.586L588.767 380.586L588.767 379.6485L593.65765 379.6485L593.65765 380.586ZM599.142 382.92975L598.0639 382.92975L598.0639 375.711L595.8764 376.50787L595.8764 375.5235L598.9858 374.35162L599.142 374.35162L599.142 382.92975ZM602.65765 384.63287L602.0483 384.211Q602.59515 383.44537 602.6264 382.61725L602.6264 381.6485L603.6889 381.6485L603.6889 382.49225Q603.6889 383.086 603.392 383.67975Q603.09515 384.2735 602.65765 384.63287ZM608.142 382.92975L607.0639 382.92975L607.0639 375.711L604.8764 376.50787L604.8764 375.5235L607.9858 374.35162L608.142 374.35162L608.142 382.92975ZM615.142 382.92975L614.0639 382.92975L614.0639 375.711L611.8764 376.50787L611.8764 375.5235L614.9858 374.35162L615.142 374.35162L615.142 382.92975ZM619.0795 378.6485L619.517 374.3985L623.892 374.3985L623.892 375.3985L620.4389 375.3985L620.1733 377.72662Q620.8139 377.35162 621.6108 377.35162Q622.767 377.35162 623.4545 378.13287Q624.142 378.8985 624.142 380.211Q624.142 381.5235 623.4233 382.28912Q622.72015 383.05475 621.4389 383.05475Q620.3139 383.05475 619.59515 382.42975Q618.8764 381.78912 618.78265 380.67975L619.7983 380.67975Q619.90765 381.41412 620.3295 381.78912Q620.7514 382.16412 621.4389 382.16412Q622.1889 382.16412 622.6264 381.6485Q623.0639 381.13287 623.0639 380.22662Q623.0639 379.36725 622.59515 378.85162Q622.1264 378.336 621.34515 378.336Q620.642 378.336 620.2358 378.63287L619.9545 378.86725L619.0795 378.6485ZM628.2045 379.5235Q628.2045 380.836 627.8608 382.03912Q627.517 383.22662 626.7983 384.24225Q626.09515 385.25787 625.3295 385.67975L625.09515 385.0235Q626.0014 384.336 626.5483 382.88287Q627.09515 381.41412 627.1108 379.6485L627.1108 379.461Q627.1108 378.22662 626.84515 377.16412Q626.59515 376.10162 626.1264 375.2735Q625.6733 374.42975 625.09515 373.961L625.3295 373.30475Q626.09515 373.72662 626.7983 374.72662Q627.5014 375.72662 627.84515 376.94537Q628.2045 378.1485 628.2045 379.5235Z" fill-rule="nonzero"/><path fill="#666666" d="M160.59177 85.38163Q160.15427 86.00663 159.37302 86.31913Q158.59177 86.63163 157.56052 86.63163Q156.52927 86.63163 155.71677 86.147255Q154.90427 85.647255 154.46677 84.741005Q154.02927 83.834755 154.01364 82.647255L154.01364 81.91288Q154.01364 79.97538 154.90427 78.91288Q155.81052 77.85038 157.43552 77.85038Q158.77927 77.85038 159.59177 78.53788Q160.40427 79.22538 160.59177 80.47538L159.46677 80.47538Q159.13864 78.78788 157.45114 78.78788Q156.31052 78.78788 155.73239 79.584755Q155.15427 80.366005 155.13864 81.88163L155.13864 82.56913Q155.13864 84.00663 155.79489 84.866005Q156.45114 85.709755 157.57614 85.709755Q158.20114 85.709755 158.66989 85.56913Q159.15427 85.428505 159.46677 85.084755L159.46677 83.178505L157.49802 83.178505L157.49802 82.25663L160.59177 82.25663L160.59177 85.38163ZM164.74802 86.63163Q163.45114 86.63163 162.63864 85.78788Q161.84177 84.928505 161.84177 83.50663L161.84177 83.31913Q161.84177 82.366005 162.20114 81.63163Q162.56052 80.88163 163.20114 80.47538Q163.85739 80.053505 164.60739 80.053505Q165.84177 80.053505 166.52927 80.866005Q167.21677 81.678505 167.21677 83.19413L167.21677 83.647255L162.91989 83.647255Q162.95114 84.584755 163.46677 85.16288Q163.99802 85.741005 164.81052 85.741005Q165.37302 85.741005 165.76364 85.50663Q166.16989 85.272255 166.48239 84.88163L167.13864 85.397255Q166.34177 86.63163 164.74802 86.63163ZM164.60739 80.94413Q163.95114 80.94413 163.49802 81.428505Q163.06052 81.897255 162.96677 82.75663L166.13864 82.75663L166.13864 82.678505Q166.09177 81.85038 165.68552 81.397255Q165.29489 80.94413 164.60739 80.94413ZM169.13864 80.16288L169.16989 80.959755Q169.90427 80.053505 171.07614 80.053505Q173.09177 80.053505 173.10739 82.31913L173.10739 86.50663L172.01364 86.50663L172.01364 82.303505Q172.01364 81.63163 171.70114 81.303505Q171.40427 80.97538 170.74802 80.97538Q170.21677 80.97538 169.81052 81.25663Q169.41989 81.53788 169.20114 81.991005L169.20114 86.50663L168.12302 86.50663L168.12302 80.16288L169.13864 80.16288ZM177.74802 86.63163Q176.45114 86.63163 175.63864 85.78788Q174.84177 84.928505 174.84177 83.50663L174.84177 83.31913Q174.84177 82.366005 175.20114 81.63163Q175.56052 80.88163 176.20114 80.47538Q176.85739 80.053505 177.60739 80.053505Q178.84177 80.053505 179.52927 80.866005Q180.21677 81.678505 180.21677 83.19413L180.21677 83.647255L175.91989 83.647255Q175.95114 84.584755 176.46677 85.16288Q176.99802 85.741005 177.81052 85.741005Q178.37302 85.741005 178.76364 85.50663Q179.16989 85.272255 179.48239 84.88163L180.13864 85.397255Q179.34177 86.63163 177.74802 86.63163ZM177.60739 80.94413Q176.95114 80.94413 176.49802 81.428505Q176.06052 81.897255 175.96677 82.75663L179.13864 82.75663L179.13864 82.678505Q179.09177 81.85038 178.68552 81.397255Q178.29489 80.94413 177.60739 80.94413ZM184.18552 81.13163Q183.93552 81.10038 183.65427 81.10038Q182.57614 81.10038 182.20114 82.00663L182.20114 86.50663L181.12302 86.50663L181.12302 80.16288L182.16989 80.16288L182.18552 80.897255Q182.71677 80.053505 183.70114 80.053505Q184.01364 80.053505 184.18552 80.13163L184.18552 81.13163ZM186.29489 86.50663L185.21677 86.50663L185.21677 80.16288L186.29489 80.16288L186.29489 86.50663ZM185.12302 78.491005Q185.12302 78.22538 185.27927 78.03788Q185.45114 77.85038 185.76364 77.85038Q186.07614 77.85038 186.23239 78.03788Q186.40427 78.22538 186.40427 78.491005Q186.40427 78.741005 186.23239 78.928505Q186.07614 79.10038 185.76364 79.10038Q185.45114 79.10038 185.27927 78.928505Q185.12302 78.741005 185.12302 78.491005ZM190.65427 85.741005Q191.23239 85.741005 191.66989 85.397255Q192.10739 85.03788 192.15427 84.50663L193.18552 84.50663Q193.15427 85.053505 192.79489 85.553505Q192.45114 86.03788 191.87302 86.334755Q191.31052 86.63163 190.65427 86.63163Q189.35739 86.63163 188.59177 85.772255Q187.84177 84.897255 187.84177 83.397255L187.84177 83.209755Q187.84177 82.28788 188.16989 81.56913Q188.51364 80.85038 189.13864 80.459755Q189.77927 80.053505 190.65427 80.053505Q191.71677 80.053505 192.41989 80.69413Q193.13864 81.31913 193.18552 82.35038L192.15427 82.35038Q192.10739 81.72538 191.68552 81.334755Q191.26364 80.94413 190.65427 80.94413Q189.82614 80.94413 189.37302 81.53788Q188.91989 82.13163 188.91989 83.25663L188.91989 83.459755Q188.91989 84.553505 189.37302 85.147255Q189.82614 85.741005 190.65427 85.741005ZM197.81052 84.81913Q197.81052 84.38163 197.46677 84.147255Q197.13864 83.897255 196.31052 83.72538Q195.49802 83.553505 195.01364 83.303505Q194.52927 83.053505 194.29489 82.72538Q194.07614 82.38163 194.07614 81.91288Q194.07614 81.13163 194.73239 80.60038Q195.38864 80.053505 196.41989 80.053505Q197.49802 80.053505 198.15427 80.616005Q198.82614 81.16288 198.82614 82.022255L197.74802 82.022255Q197.74802 81.584755 197.35739 81.272255Q196.98239 80.94413 196.41989 80.94413Q195.82614 80.94413 195.48239 81.209755Q195.15427 81.459755 195.15427 81.866005Q195.15427 82.25663 195.46677 82.459755Q195.77927 82.66288 196.59177 82.85038Q197.40427 83.022255 197.90427 83.272255Q198.40427 83.522255 198.63864 83.88163Q198.88864 84.241005 198.88864 84.741005Q198.88864 85.60038 198.20114 86.116005Q197.52927 86.63163 196.45114 86.63163Q195.68552 86.63163 195.09177 86.366005Q194.51364 86.084755 194.18552 85.60038Q193.85739 85.116005 193.85739 84.553505L194.93552 84.553505Q194.96677 85.10038 195.37302 85.428505Q195.77927 85.741005 196.45114 85.741005Q197.06052 85.741005 197.43552 85.491005Q197.81052 85.241005 197.81052 84.81913Z" fill-rule="nonzero"/><path fill="#666666" d="M90.279274 120.07016L90.279274 111.53891L93.07615 111.53891Q94.466774 111.53891 95.154274 112.117035Q95.8574 112.679535 95.8574 113.804535Q95.8574 114.41391 95.51365 114.88266Q95.185524 115.335785 94.591774 115.585785Q95.2949 115.773285 95.685524 116.32016Q96.091774 116.85141 96.091774 117.60141Q96.091774 118.75766 95.341774 119.41391Q94.6074 120.07016 93.248024 120.07016L90.279274 120.07016ZM91.404274 116.085785L91.404274 119.148285L93.26365 119.148285Q94.060524 119.148285 94.51365 118.742035Q94.966774 118.335785 94.966774 117.617035Q94.966774 116.085785 93.279274 116.085785L91.404274 116.085785ZM91.404274 115.179535L93.1074 115.179535Q93.841774 115.179535 94.279274 114.82016Q94.7324 114.44516 94.7324 113.804535Q94.7324 113.10141 94.32615 112.78891Q93.9199 112.460785 93.07615 112.460785L91.404274 112.460785L91.404274 115.179535ZM99.748024 120.19516Q98.45115 120.19516 97.63865 119.35141Q96.841774 118.492035 96.841774 117.07016L96.841774 116.88266Q96.841774 115.929535 97.20115 115.19516Q97.560524 114.44516 98.20115 114.03891Q98.8574 113.617035 99.6074 113.617035Q100.841774 113.617035 101.529274 114.429535Q102.216774 115.242035 102.216774 116.75766L102.216774 117.210785L97.9199 117.210785Q97.95115 118.148285 98.466774 118.72641Q98.998024 119.304535 99.810524 119.304535Q100.373024 119.304535 100.76365 119.07016Q101.1699 118.835785 101.4824 118.44516L102.13865 118.960785Q101.341774 120.19516 99.748024 120.19516ZM99.6074 114.50766Q98.95115 114.50766 98.498024 114.992035Q98.060524 115.460785 97.966774 116.32016L101.13865 116.32016L101.13865 116.242035Q101.091774 115.41391 100.685524 114.960785Q100.2949 114.50766 99.6074 114.50766ZM104.591774 112.19516L104.591774 113.72641L105.76365 113.72641L105.76365 114.57016L104.591774 114.57016L104.591774 118.492035Q104.591774 118.88266 104.748024 119.07016Q104.904274 119.25766 105.279274 119.25766Q105.466774 119.25766 105.7949 119.19516L105.7949 120.07016Q105.373024 120.19516 104.966774 120.19516Q104.248024 120.19516 103.873024 119.75766Q103.498024 119.304535 103.498024 118.492035L103.498024 114.57016L102.341774 114.57016L102.341774 113.72641L103.498024 113.72641L103.498024 112.19516L104.591774 112.19516ZM108.591774 112.19516L108.591774 113.72641L109.76365 113.72641L109.76365 114.57016L108.591774 114.57016L108.591774 118.492035Q108.591774 118.88266 108.748024 119.07016Q108.904274 119.25766 109.279274 119.25766Q109.466774 119.25766 109.7949 119.19516L109.7949 120.07016Q109.373024 120.19516 108.966774 120.19516Q108.248024 120.19516 107.873024 119.75766Q107.498024 119.304535 107.498024 118.492035L107.498024 114.57016L106.341774 114.57016L106.341774 113.72641L107.498024 113.72641L107.498024 112.19516L108.591774 112.19516ZM113.748024 120.19516Q112.45115 120.19516 111.63865 119.35141Q110.841774 118.492035 110.841774 117.07016L110.841774 116.88266Q110.841774 115.929535 111.20115 115.19516Q111.560524 114.44516 112.20115 114.03891Q112.8574 113.617035 113.6074 113.617035Q114.841774 113.617035 115.529274 114.429535Q116.216774 115.242035 116.216774 116.75766L116.216774 117.210785L111.9199 117.210785Q111.95115 118.148285 112.466774 118.72641Q112.998024 119.304535 113.810524 119.304535Q114.373024 119.304535 114.76365 119.07016Q115.1699 118.835785 115.4824 118.44516L116.13865 118.960785Q115.341774 120.19516 113.748024 120.19516ZM113.6074 114.50766Q112.95115 114.50766 112.498024 114.992035Q112.060524 115.460785 111.966774 116.32016L115.13865 116.32016L115.13865 116.242035Q115.091774 115.41391 114.685524 114.960785Q114.2949 114.50766 113.6074 114.50766ZM120.185524 114.69516Q119.935524 114.66391 119.654274 114.66391Q118.57615 114.66391 118.20115 115.57016L118.20115 120.07016L117.123024 120.07016L117.123024 113.72641L118.1699 113.72641L118.185524 114.460785Q118.716774 113.617035 119.70115 113.617035Q120.01365 113.617035 120.185524 113.69516L120.185524 114.69516ZM126.748024 120.19516Q125.45115 120.19516 124.63865 119.35141Q123.841774 118.492035 123.841774 117.07016L123.841774 116.88266Q123.841774 115.929535 124.20115 115.19516Q124.560524 114.44516 125.20115 114.03891Q125.8574 113.617035 126.6074 113.617035Q127.841774 113.617035 128.52927 114.429535Q129.21677 115.242035 129.21677 116.75766L129.21677 117.210785L124.9199 117.210785Q124.95115 118.148285 125.466774 118.72641Q125.998024 119.304535 126.810524 119.304535Q127.373024 119.304535 127.76365 119.07016Q128.16989 118.835785 128.48239 118.44516L129.13864 118.960785Q128.34177 120.19516 126.748024 120.19516ZM126.6074 114.50766Q125.95115 114.50766 125.498024 114.992035Q125.060524 115.460785 124.966774 116.32016L128.13864 116.32016L128.13864 116.242035Q128.09177 115.41391 127.685524 114.960785Q127.2949 114.50766 126.6074 114.50766ZM133.18552 114.69516Q132.93552 114.66391 132.65427 114.66391Q131.57614 114.66391 131.20114 115.57016L131.20114 120.07016L130.12302 120.07016L130.12302 113.72641L131.16989 113.72641L131.18552 114.460785Q131.71677 113.617035 132.70114 113.617035Q133.01364 113.617035 133.18552 113.69516L133.18552 114.69516ZM137.18552 114.69516Q136.93552 114.66391 136.65427 114.66391Q135.57614 114.66391 135.20114 115.57016L135.20114 120.07016L134.12302 120.07016L134.12302 113.72641L135.16989 113.72641L135.18552 114.460785Q135.71677 113.617035 136.70114 113.617035Q137.01364 113.617035 137.18552 113.69516L137.18552 114.69516ZM137.82614 116.835785Q137.82614 115.91391 138.18552 115.16391Q138.56052 114.41391 139.21677 114.023285Q139.87302 113.617035 140.70114 113.617035Q141.99802 113.617035 142.79489 114.50766Q143.60739 115.398285 143.60739 116.898285L143.60739 116.97641Q143.60739 117.898285 143.24802 118.63266Q142.88864 119.367035 142.23239 119.78891Q141.57614 120.19516 140.71677 120.19516Q139.43552 120.19516 138.62302 119.304535Q137.82614 118.398285 137.82614 116.91391L137.82614 116.835785ZM138.91989 116.97641Q138.91989 118.023285 139.40427 118.66391Q139.90427 119.304535 140.71677 119.304535Q141.54489 119.304535 142.02927 118.66391Q142.51364 118.00766 142.51364 116.835785Q142.51364 115.804535 142.01364 115.16391Q141.52927 114.50766 140.70114 114.50766Q139.90427 114.50766 139.40427 115.148285Q138.91989 115.773285 138.91989 116.97641ZM148.18552 114.69516Q147.93552 114.66391 147.65427 114.66391Q146.57614 114.66391 146.20114 115.57016L146.20114 120.07016L145.12302 120.07016L145.12302 113.72641L146.16989 113.72641L146.18552 114.460785Q146.71677 113.617035 147.70114 113.617035Q148.01364 113.617035 148.18552 113.69516L148.18552 114.69516ZM153.20114 114.492035Q153.91989 113.617035 155.07614 113.617035Q157.09177 113.617035 157.10739 115.88266L157.10739 120.07016L156.01364 120.07016L156.01364 115.867035Q156.01364 115.19516 155.70114 114.867035Q155.40427 114.53891 154.74802 114.53891Q154.21677 114.53891 153.81052 114.82016Q153.41989 115.10141 153.20114 115.554535L153.20114 120.07016L152.12302 120.07016L152.12302 111.07016L153.20114 111.07016L153.20114 114.492035ZM163.02927 120.07016Q162.93552 119.88266 162.87302 119.398285Q162.12302 120.19516 161.07614 120.19516Q160.13864 120.19516 159.52927 119.66391Q158.93552 119.13266 158.93552 118.304535Q158.93552 117.32016 159.68552 116.773285Q160.43552 116.22641 161.81052 116.22641L162.85739 116.22641L162.85739 115.72641Q162.85739 115.16391 162.51364 114.835785Q162.18552 114.492035 161.51364 114.492035Q160.93552 114.492035 160.54489 114.78891Q160.15427 115.07016 160.15427 115.492035L159.06052 115.492035Q159.06052 115.00766 159.38864 114.57016Q159.73239 114.13266 160.31052 113.88266Q160.88864 113.617035 161.57614 113.617035Q162.68552 113.617035 163.29489 114.16391Q163.91989 114.710785 163.95114 115.66391L163.95114 118.585785Q163.95114 119.460785 164.16989 119.97641L164.16989 120.07016L163.02927 120.07016ZM161.23239 119.242035Q161.74802 119.242035 162.20114 118.97641Q162.65427 118.710785 162.85739 118.28891L162.85739 116.992035L162.01364 116.992035Q160.01364 116.992035 160.01364 118.16391Q160.01364 118.66391 160.35739 118.960785Q160.70114 119.242035 161.23239 119.242035ZM167.13864 113.72641L167.16989 114.523285Q167.90427 113.617035 169.07614 113.617035Q171.09177 113.617035 171.10739 115.88266L171.10739 120.07016L170.01364 120.07016L170.01364 115.867035Q170.01364 115.19516 169.70114 114.867035Q169.40427 114.53891 168.74802 114.53891Q168.21677 114.53891 167.81052 114.82016Q167.41989 115.10141 167.20114 115.554535L167.20114 120.07016L166.12302 120.07016L166.12302 113.72641L167.13864 113.72641ZM172.85739 116.85141Q172.85739 115.38266 173.54489 114.50766Q174.23239 113.617035 175.35739 113.617035Q176.46677 113.617035 177.12302 114.367035L177.12302 111.07016L178.20114 111.07016L178.20114 120.07016L177.20114 120.07016L177.15427 119.38266Q176.49802 120.19516 175.34177 120.19516Q174.24802 120.19516 173.54489 119.28891Q172.85739 118.38266 172.85739 116.929535L172.85739 116.85141ZM173.93552 116.97641Q173.93552 118.054535 174.37302 118.66391Q174.82614 119.273285 175.60739 119.273285Q176.63864 119.273285 177.12302 118.335785L177.12302 115.429535Q176.63864 114.53891 175.62302 114.53891Q174.82614 114.53891 174.37302 115.148285Q173.93552 115.75766 173.93552 116.97641ZM181.29489 120.07016L180.21677 120.07016L180.21677 111.07016L181.29489 111.07016L181.29489 120.07016ZM184.29489 120.07016L183.21677 120.07016L183.21677 113.72641L184.29489 113.72641L184.29489 120.07016ZM183.12302 112.054535Q183.12302 111.78891 183.27927 111.60141Q183.45114 111.41391 183.76364 111.41391Q184.07614 111.41391 184.23239 111.60141Q184.40427 111.78891 184.40427 112.054535Q184.40427 112.304535 184.23239 112.492035Q184.07614 112.66391 183.76364 112.66391Q183.45114 112.66391 183.27927 112.492035Q183.12302 112.304535 183.12302 112.054535ZM187.13864 113.72641L187.16989 114.523285Q187.90427 113.617035 189.07614 113.617035Q191.09177 113.617035 191.10739 115.88266L191.10739 120.07016L190.01364 120.07016L190.01364 115.867035Q190.01364 115.19516 189.70114 114.867035Q189.40427 114.53891 188.74802 114.53891Q188.21677 114.53891 187.81052 114.82016Q187.41989 115.10141 187.20114 115.554535L187.20114 120.07016L186.12302 120.07016L186.12302 113.72641L187.13864 113.72641ZM192.85739 116.85141Q192.85739 115.367035 193.54489 114.492035Q194.23239 113.617035 195.35739 113.617035Q196.51364 113.617035 197.16989 114.429535L197.21677 113.72641L198.21677 113.72641L198.21677 119.91391Q198.21677 121.148285 197.48239 121.85141Q196.74802 122.57016 195.52927 122.57016Q194.84177 122.57016 194.18552 122.273285Q193.52927 121.97641 193.18552 121.47641L193.74802 120.82016Q194.43552 121.679535 195.45114 121.679535Q196.23239 121.679535 196.66989 121.22641Q197.12302 120.78891 197.12302 119.97641L197.12302 119.429535Q196.46677 120.19516 195.34177 120.19516Q194.23239 120.19516 193.54489 119.304535Q192.85739 118.398285 192.85739 116.85141ZM193.95114 116.97641Q193.95114 118.03891 194.38864 118.66391Q194.82614 119.273285 195.62302 119.273285Q196.63864 119.273285 197.12302 118.335785L197.12302 115.44516Q196.62302 114.53891 195.62302 114.53891Q194.84177 114.53891 194.38864 115.148285Q193.95114 115.75766 193.95114 116.97641Z" fill-rule="nonzero"/><path fill="#666666" d="M21.99802 149.86807L18.40427 149.86807L18.40427 153.6337L17.27927 153.6337L17.27927 145.10245L22.576145 145.10245L22.576145 146.02432L18.40427 146.02432L18.40427 148.9462L21.99802 148.9462L21.99802 149.86807ZM28.02927 153.0087Q27.40427 153.7587 26.169895 153.7587Q25.15427 153.7587 24.62302 153.16495Q24.09177 152.5712 24.09177 151.41495L24.09177 147.28995L25.169895 147.28995L25.169895 151.3837Q25.169895 152.83682 26.34177 152.83682Q27.59177 152.83682 27.99802 151.89932L27.99802 147.28995L29.09177 147.28995L29.09177 153.6337L28.06052 153.6337L28.02927 153.0087ZM32.138645 147.28995L32.169895 148.08682Q32.90427 147.18057 34.076145 147.18057Q36.09177 147.18057 36.107395 149.4462L36.107395 153.6337L35.013645 153.6337L35.013645 149.43057Q35.013645 148.7587 34.701145 148.43057Q34.40427 148.10245 33.74802 148.10245Q33.21677 148.10245 32.81052 148.3837Q32.419895 148.66495 32.201145 149.11807L32.201145 153.6337L31.12302 153.6337L31.12302 147.28995L32.138645 147.28995ZM40.65427 152.86807Q41.232395 152.86807 41.669895 152.52432Q42.107395 152.16495 42.15427 151.6337L43.18552 151.6337Q43.15427 152.18057 42.794895 152.68057Q42.451145 153.16495 41.87302 153.46182Q41.31052 153.7587 40.65427 153.7587Q39.357395 153.7587 38.59177 152.89932Q37.84177 152.02432 37.84177 150.52432L37.84177 150.33682Q37.84177 149.41495 38.169895 148.6962Q38.513645 147.97745 39.138645 147.58682Q39.77927 147.18057 40.65427 147.18057Q41.71677 147.18057 42.419895 147.8212Q43.138645 148.4462 43.18552 149.47745L42.15427 149.47745Q42.107395 148.85245 41.68552 148.46182Q41.263645 148.0712 40.65427 148.0712Q39.826145 148.0712 39.37302 148.66495Q38.919895 149.2587 38.919895 150.3837L38.919895 150.58682Q38.919895 151.68057 39.37302 152.27432Q39.826145 152.86807 40.65427 152.86807ZM45.59177 145.7587L45.59177 147.28995L46.763645 147.28995L46.763645 148.1337L45.59177 148.1337L45.59177 152.05557Q45.59177 152.4462 45.74802 152.6337Q45.90427 152.8212 46.27927 152.8212Q46.46677 152.8212 46.794895 152.7587L46.794895 153.6337Q46.37302 153.7587 45.96677 153.7587Q45.24802 153.7587 44.87302 153.3212Q44.49802 152.86807 44.49802 152.05557L44.49802 148.1337L43.34177 148.1337L43.34177 147.28995L44.49802 147.28995L44.49802 145.7587L45.59177 145.7587ZM49.294895 153.6337L48.21677 153.6337L48.21677 147.28995L49.294895 147.28995L49.294895 153.6337ZM48.12302 145.61807Q48.12302 145.35245 48.27927 145.16495Q48.451145 144.97745 48.763645 144.97745Q49.076145 144.97745 49.232395 145.16495Q49.40427 145.35245 49.40427 145.61807Q49.40427 145.86807 49.232395 146.05557Q49.076145 146.22745 48.763645 146.22745Q48.451145 146.22745 48.27927 146.05557Q48.12302 145.86807 48.12302 145.61807ZM50.826145 150.39932Q50.826145 149.47745 51.18552 148.72745Q51.56052 147.97745 52.21677 147.58682Q52.87302 147.18057 53.701145 147.18057Q54.99802 147.18057 55.794895 148.0712Q56.607395 148.96182 56.607395 150.46182L56.607395 150.53995Q56.607395 151.46182 56.24802 152.1962Q55.888645 152.93057 55.232395 153.35245Q54.576145 153.7587 53.71677 153.7587Q52.43552 153.7587 51.62302 152.86807Q50.826145 151.96182 50.826145 150.47745L50.826145 150.39932ZM51.919895 150.53995Q51.919895 151.58682 52.40427 152.22745Q52.90427 152.86807 53.71677 152.86807Q54.544895 152.86807 55.02927 152.22745Q55.513645 151.5712 55.513645 150.39932Q55.513645 149.36807 55.013645 148.72745Q54.52927 148.0712 53.701145 148.0712Q52.90427 148.0712 52.40427 148.71182Q51.919895 149.33682 51.919895 150.53995ZM59.138645 147.28995L59.169895 148.08682Q59.90427 147.18057 61.076145 147.18057Q63.09177 147.18057 63.107395 149.4462L63.107395 153.6337L62.013645 153.6337L62.013645 149.43057Q62.013645 148.7587 61.701145 148.43057Q61.40427 148.10245 60.74802 148.10245Q60.21677 148.10245 59.81052 148.3837Q59.419895 148.66495 59.201145 149.11807L59.201145 153.6337L58.12302 153.6337L58.12302 147.28995L59.138645 147.28995ZM69.02927 153.6337Q68.93552 153.4462 68.87302 152.96182Q68.12302 153.7587 67.07614 153.7587Q66.13864 153.7587 65.52927 153.22745Q64.93552 152.6962 64.93552 151.86807Q64.93552 150.8837 65.68552 150.33682Q66.43552 149.78995 67.81052 149.78995L68.85739 149.78995L68.85739 149.28995Q68.85739 148.72745 68.51364 148.39932Q68.18552 148.05557 67.51364 148.05557Q66.93552 148.05557 66.54489 148.35245Q66.15427 148.6337 66.15427 149.05557L65.06052 149.05557Q65.06052 148.5712 65.38864 148.1337Q65.73239 147.6962 66.31052 147.4462Q66.88864 147.18057 67.57614 147.18057Q68.68552 147.18057 69.29489 147.72745Q69.91989 148.27432 69.95114 149.22745L69.95114 152.14932Q69.95114 153.02432 70.16989 153.53995L70.16989 153.6337L69.02927 153.6337ZM67.23239 152.80557Q67.74802 152.80557 68.20114 152.53995Q68.65427 152.27432 68.85739 151.85245L68.85739 150.55557L68.01364 150.55557Q66.01364 150.55557 66.01364 151.72745Q66.01364 152.22745 66.35739 152.52432Q66.70114 152.80557 67.23239 152.80557ZM73.29489 153.6337L72.21677 153.6337L72.21677 144.6337L73.29489 144.6337L73.29489 153.6337ZM83.46677 150.53995Q83.46677 151.97745 82.81052 152.86807Q82.15427 153.7587 81.01364 153.7587Q79.85739 153.7587 79.20114 153.02432L79.20114 156.0712L78.12302 156.0712L78.12302 147.28995L79.10739 147.28995L79.15427 147.99307Q79.82614 147.18057 80.99802 147.18057Q82.13864 147.18057 82.79489 148.03995Q83.46677 148.89932 83.46677 150.43057L83.46677 150.53995ZM82.38864 150.41495Q82.38864 149.33682 81.91989 148.72745Q81.46677 148.10245 80.66989 148.10245Q79.68552 148.10245 79.20114 148.96182L79.20114 151.99307Q79.68552 152.86807 80.68552 152.86807Q81.46677 152.86807 81.91989 152.2587Q82.38864 151.6337 82.38864 150.41495ZM88.18552 148.2587Q87.93552 148.22745 87.65427 148.22745Q86.57614 148.22745 86.20114 149.1337L86.20114 153.6337L85.12302 153.6337L85.12302 147.28995L86.16989 147.28995L86.18552 148.02432Q86.71677 147.18057 87.70114 147.18057Q88.01364 147.18057 88.18552 147.2587L88.18552 148.2587ZM88.82614 150.39932Q88.82614 149.47745 89.18552 148.72745Q89.56052 147.97745 90.21677 147.58682Q90.87302 147.18057 91.70114 147.18057Q92.99802 147.18057 93.79489 148.0712Q94.60739 148.96182 94.60739 150.46182L94.60739 150.53995Q94.60739 151.46182 94.24802 152.1962Q93.88864 152.93057 93.23239 153.35245Q92.57614 153.7587 91.71677 153.7587Q90.43552 153.7587 89.62302 152.86807Q88.82614 151.96182 88.82614 150.47745L88.82614 150.39932ZM89.91989 150.53995Q89.91989 151.58682 90.40427 152.22745Q90.90427 152.86807 91.71677 152.86807Q92.54489 152.86807 93.02927 152.22745Q93.51364 151.5712 93.51364 150.39932Q93.51364 149.36807 93.01364 148.72745Q92.52927 148.0712 91.70114 148.0712Q90.90427 148.0712 90.40427 148.71182Q89.91989 149.33682 89.91989 150.53995ZM95.85739 150.41495Q95.85739 148.93057 96.54489 148.05557Q97.23239 147.18057 98.35739 147.18057Q99.51364 147.18057 100.16989 147.99307L100.21677 147.28995L101.21677 147.28995L101.21677 153.47745Q101.21677 154.71182 100.48239 155.41495Q99.74802 156.1337 98.52927 156.1337Q97.84177 156.1337 97.18552 155.83682Q96.52927 155.53995 96.18552 155.03995L96.74802 154.3837Q97.43552 155.24307 98.45114 155.24307Q99.23239 155.24307 99.66989 154.78995Q100.12302 154.35245 100.12302 153.53995L100.12302 152.99307Q99.46677 153.7587 98.34177 153.7587Q97.23239 153.7587 96.54489 152.86807Q95.85739 151.96182 95.85739 150.41495ZM96.95114 150.53995Q96.95114 151.60245 97.38864 152.22745Q97.82614 152.83682 98.62302 152.83682Q99.63864 152.83682 100.12302 151.89932L100.12302 149.0087Q99.62302 148.10245 98.62302 148.10245Q97.84177 148.10245 97.38864 148.71182Q96.95114 149.3212 96.95114 150.53995ZM106.18552 148.2587Q105.93552 148.22745 105.65427 148.22745Q104.57614 148.22745 104.20114 149.1337L104.20114 153.6337L103.12302 153.6337L103.12302 147.28995L104.16989 147.28995L104.18552 148.02432Q104.71677 147.18057 105.70114 147.18057Q106.01364 147.18057 106.18552 147.2587L106.18552 148.2587ZM111.02927 153.6337Q110.93552 153.4462 110.87302 152.96182Q110.12302 153.7587 109.07614 153.7587Q108.13864 153.7587 107.52927 153.22745Q106.93552 152.6962 106.93552 151.86807Q106.93552 150.8837 107.68552 150.33682Q108.43552 149.78995 109.81052 149.78995L110.85739 149.78995L110.85739 149.28995Q110.85739 148.72745 110.51364 148.39932Q110.18552 148.05557 109.51364 148.05557Q108.93552 148.05557 108.54489 148.35245Q108.15427 148.6337 108.15427 149.05557L107.06052 149.05557Q107.06052 148.5712 107.38864 148.1337Q107.73239 147.6962 108.31052 147.4462Q108.88864 147.18057 109.57614 147.18057Q110.68552 147.18057 111.29489 147.72745Q111.91989 148.27432 111.95114 149.22745L111.95114 152.14932Q111.95114 153.02432 112.16989 153.53995L112.16989 153.6337L111.02927 153.6337ZM109.23239 152.80557Q109.74802 152.80557 110.20114 152.53995Q110.65427 152.27432 110.85739 151.85245L110.85739 150.55557L110.01364 150.55557Q108.01364 150.55557 108.01364 151.72745Q108.01364 152.22745 108.35739 152.52432Q108.70114 152.80557 109.23239 152.80557ZM115.13864 147.28995L115.16989 147.99307Q115.85739 147.18057 117.04489 147.18057Q118.37302 147.18057 118.85739 148.1962Q119.16989 147.74307 119.66989 147.46182Q120.18552 147.18057 120.87302 147.18057Q122.96677 147.18057 122.99802 149.3837L122.99802 153.6337L121.91989 153.6337L121.91989 149.4462Q121.91989 148.77432 121.60739 148.4462Q121.29489 148.10245 120.56052 148.10245Q119.95114 148.10245 119.54489 148.46182Q119.15427 148.8212 119.09177 149.43057L119.09177 153.6337L118.01364 153.6337L118.01364 149.47745Q118.01364 148.10245 116.65427 148.10245Q115.59177 148.10245 115.20114 149.0087L115.20114 153.6337L114.10739 153.6337L114.10739 147.28995L115.13864 147.28995ZM126.13864 147.28995L126.16989 147.99307Q126.85739 147.18057 128.04489 147.18057Q129.37302 147.18057 129.85739 148.1962Q130.16989 147.74307 130.66989 147.46182Q131.18552 147.18057 131.87302 147.18057Q133.96677 147.18057 133.99802 149.3837L133.99802 153.6337L132.91989 153.6337L132.91989 149.4462Q132.91989 148.77432 132.60739 148.4462Q132.29489 148.10245 131.56052 148.10245Q130.95114 148.10245 130.54489 148.46182Q130.15427 148.8212 130.09177 149.43057L130.09177 153.6337L129.01364 153.6337L129.01364 149.47745Q129.01364 148.10245 127.65427 148.10245Q126.59177 148.10245 126.20114 149.0087L126.20114 153.6337L125.10739 153.6337L125.10739 147.28995L126.13864 147.28995ZM137.29489 153.6337L136.21677 153.6337L136.21677 147.28995L137.29489 147.28995L137.29489 153.6337ZM136.12302 145.61807Q136.12302 145.35245 136.27927 145.16495Q136.45114 144.97745 136.76364 144.97745Q137.07614 144.97745 137.23239 145.16495Q137.40427 145.35245 137.40427 145.61807Q137.40427 145.86807 137.23239 146.05557Q137.07614 146.22745 136.76364 146.22745Q136.45114 146.22745 136.27927 146.05557Q136.12302 145.86807 136.12302 145.61807ZM140.13864 147.28995L140.16989 148.08682Q140.90427 147.18057 142.07614 147.18057Q144.09177 147.18057 144.10739 149.4462L144.10739 153.6337L143.01364 153.6337L143.01364 149.43057Q143.01364 148.7587 142.70114 148.43057Q142.40427 148.10245 141.74802 148.10245Q141.21677 148.10245 140.81052 148.3837Q140.41989 148.66495 140.20114 149.11807L140.20114 153.6337L139.12302 153.6337L139.12302 147.28995L140.13864 147.28995ZM145.85739 150.41495Q145.85739 148.93057 146.54489 148.05557Q147.23239 147.18057 148.35739 147.18057Q149.51364 147.18057 150.16989 147.99307L150.21677 147.28995L151.21677 147.28995L151.21677 153.47745Q151.21677 154.71182 150.48239 155.41495Q149.74802 156.1337 148.52927 156.1337Q147.84177 156.1337 147.18552 155.83682Q146.52927 155.53995 146.18552 155.03995L146.74802 154.3837Q147.43552 155.24307 148.45114 155.24307Q149.23239 155.24307 149.66989 154.78995Q150.12302 154.35245 150.12302 153.53995L150.12302 152.99307Q149.46677 153.7587 148.34177 153.7587Q147.23239 153.7587 146.54489 152.86807Q145.85739 151.96182 145.85739 150.41495ZM146.95114 150.53995Q146.95114 151.60245 147.38864 152.22745Q147.82614 152.83682 148.62302 152.83682Q149.63864 152.83682 150.12302 151.89932L150.12302 149.0087Q149.62302 148.10245 148.62302 148.10245Q147.84177 148.10245 147.38864 148.71182Q146.95114 149.3212 146.95114 150.53995ZM156.65427 153.6337L156.65427 148.1337L155.65427 148.1337L155.65427 147.28995L156.65427 147.28995L156.65427 146.64932Q156.65427 145.61807 157.18552 145.0712Q157.73239 144.5087 158.73239 144.5087Q159.10739 144.5087 159.48239 144.60245L159.41989 145.49307Q159.13864 145.43057 158.84177 145.43057Q158.31052 145.43057 158.01364 145.74307Q157.73239 146.05557 157.73239 146.61807L157.73239 147.28995L159.09177 147.28995L159.09177 148.1337L157.73239 148.1337L157.73239 153.6337L156.65427 153.6337ZM162.74802 153.7587Q161.45114 153.7587 160.63864 152.91495Q159.84177 152.05557 159.84177 150.6337L159.84177 150.4462Q159.84177 149.49307 160.20114 148.7587Q160.56052 148.0087 161.20114 147.60245Q161.85739 147.18057 162.60739 147.18057Q163.84177 147.18057 164.52927 147.99307Q165.21677 148.80557 165.21677 150.3212L165.21677 150.77432L160.91989 150.77432Q160.95114 151.71182 161.46677 152.28995Q161.99802 152.86807 162.81052 152.86807Q163.37302 152.86807 163.76364 152.6337Q164.16989 152.39932 164.48239 152.0087L165.13864 152.52432Q164.34177 153.7587 162.74802 153.7587ZM162.60739 148.0712Q161.95114 148.0712 161.49802 148.55557Q161.06052 149.02432 160.96677 149.8837L164.13864 149.8837L164.13864 149.80557Q164.09177 148.97745 163.68552 148.52432Q163.29489 148.0712 162.60739 148.0712ZM170.02927 153.6337Q169.93552 153.4462 169.87302 152.96182Q169.12302 153.7587 168.07614 153.7587Q167.13864 153.7587 166.52927 153.22745Q165.93552 152.6962 165.93552 151.86807Q165.93552 150.8837 166.68552 150.33682Q167.43552 149.78995 168.81052 149.78995L169.85739 149.78995L169.85739 149.28995Q169.85739 148.72745 169.51364 148.39932Q169.18552 148.05557 168.51364 148.05557Q167.93552 148.05557 167.54489 148.35245Q167.15427 148.6337 167.15427 149.05557L166.06052 149.05557Q166.06052 148.5712 166.38864 148.1337Q166.73239 147.6962 167.31052 147.4462Q167.88864 147.18057 168.57614 147.18057Q169.68552 147.18057 170.29489 147.72745Q170.91989 148.27432 170.95114 149.22745L170.95114 152.14932Q170.95114 153.02432 171.16989 153.53995L171.16989 153.6337L170.02927 153.6337ZM168.23239 152.80557Q168.74802 152.80557 169.20114 152.53995Q169.65427 152.27432 169.85739 151.85245L169.85739 150.55557L169.01364 150.55557Q167.01364 150.55557 167.01364 151.72745Q167.01364 152.22745 167.35739 152.52432Q167.70114 152.80557 168.23239 152.80557ZM174.59177 145.7587L174.59177 147.28995L175.76364 147.28995L175.76364 148.1337L174.59177 148.1337L174.59177 152.05557Q174.59177 152.4462 174.74802 152.6337Q174.90427 152.8212 175.27927 152.8212Q175.46677 152.8212 175.79489 152.7587L175.79489 153.6337Q175.37302 153.7587 174.96677 153.7587Q174.24802 153.7587 173.87302 153.3212Q173.49802 152.86807 173.49802 152.05557L173.49802 148.1337L172.34177 148.1337L172.34177 147.28995L173.49802 147.28995L173.49802 145.7587L174.59177 145.7587ZM181.02927 153.0087Q180.40427 153.7587 179.16989 153.7587Q178.15427 153.7587 177.62302 153.16495Q177.09177 152.5712 177.09177 151.41495L177.09177 147.28995L178.16989 147.28995L178.16989 151.3837Q178.16989 152.83682 179.34177 152.83682Q180.59177 152.83682 180.99802 151.89932L180.99802 147.28995L182.09177 147.28995L182.09177 153.6337L181.06052 153.6337L181.02927 153.0087ZM187.18552 148.2587Q186.93552 148.22745 186.65427 148.22745Q185.57614 148.22745 185.20114 149.1337L185.20114 153.6337L184.12302 153.6337L184.12302 147.28995L185.16989 147.28995L185.18552 148.02432Q185.71677 147.18057 186.70114 147.18057Q187.01364 147.18057 187.18552 147.2587L187.18552 148.2587ZM190.74802 153.7587Q189.45114 153.7587 188.63864 152.91495Q187.84177 152.05557 187.84177 150.6337L187.84177 150.4462Q187.84177 149.49307 188.20114 148.7587Q188.56052 148.0087 189.20114 147.60245Q189.85739 147.18057 190.60739 147.18057Q191.84177 147.18057 192.52927 147.99307Q193.21677 148.80557 193.21677 150.3212L193.21677 150.77432L188.91989 150.77432Q188.95114 151.71182 189.46677 152.28995Q189.99802 152.86807 190.81052 152.86807Q191.37302 152.86807 191.76364 152.6337Q192.16989 152.39932 192.48239 152.0087L193.13864 152.52432Q192.34177 153.7587 190.74802 153.7587ZM190.60739 148.0712Q189.95114 148.0712 189.49802 148.55557Q189.06052 149.02432 188.96677 149.8837L192.13864 149.8837L192.13864 149.80557Q192.09177 148.97745 191.68552 148.52432Q191.29489 148.0712 190.60739 148.0712ZM197.81052 151.9462Q197.81052 151.5087 197.46677 151.27432Q197.13864 151.02432 196.31052 150.85245Q195.49802 150.68057 195.01364 150.43057Q194.52927 150.18057 194.29489 149.85245Q194.07614 149.5087 194.07614 149.03995Q194.07614 148.2587 194.73239 147.72745Q195.38864 147.18057 196.41989 147.18057Q197.49802 147.18057 198.15427 147.74307Q198.82614 148.28995 198.82614 149.14932L197.74802 149.14932Q197.74802 148.71182 197.35739 148.39932Q196.98239 148.0712 196.41989 148.0712Q195.82614 148.0712 195.48239 148.33682Q195.15427 148.58682 195.15427 148.99307Q195.15427 149.3837 195.46677 149.58682Q195.77927 149.78995 196.59177 149.97745Q197.40427 150.14932 197.90427 150.39932Q198.40427 150.64932 198.63864 151.0087Q198.88864 151.36807 198.88864 151.86807Q198.88864 152.72745 198.20114 153.24307Q197.52927 153.7587 196.45114 153.7587Q195.68552 153.7587 195.09177 153.49307Q194.51364 153.21182 194.18552 152.72745Q193.85739 152.24307 193.85739 151.68057L194.93552 151.68057Q194.96677 152.22745 195.37302 152.55557Q195.77927 152.86807 196.45114 152.86807Q197.06052 152.86807 197.43552 152.61807Q197.81052 152.36807 197.81052 151.9462Z" fill-rule="nonzero"/><path fill="#666666" d="M24.794895 183.40034Q23.357395 182.97847 22.68552 182.3691Q22.02927 181.75972 22.02927 180.8691Q22.02927 179.8691 22.826145 179.21284Q23.638645 178.54097 24.93552 178.54097Q25.81052 178.54097 26.49802 178.88472Q27.18552 179.22847 27.56052 179.82222Q27.951145 180.41597 27.951145 181.13472L26.81052 181.13472Q26.81052 180.35347 26.31052 179.91597Q25.826145 179.47847 24.93552 179.47847Q24.107395 179.47847 23.638645 179.85347Q23.169895 180.21284 23.169895 180.85347Q23.169895 181.38472 23.607395 181.7441Q24.06052 182.10347 25.12302 182.40034Q26.18552 182.69722 26.77927 183.0566Q27.388645 183.41597 27.669895 183.90034Q27.96677 184.38472 27.96677 185.02534Q27.96677 186.07222 27.15427 186.69722Q26.34177 187.32222 24.99802 187.32222Q24.107395 187.32222 23.34177 186.97847Q22.59177 186.63472 22.169895 186.0566Q21.763645 185.46284 21.763645 184.72847L22.888645 184.72847Q22.888645 185.4941 23.46677 185.94722Q24.044895 186.40034 24.99802 186.40034Q25.888645 186.40034 26.357395 186.04097Q26.826145 185.66597 26.826145 185.04097Q26.826145 184.41597 26.388645 184.07222Q25.951145 183.72847 24.794895 183.40034ZM30.59177 179.32222L30.59177 180.85347L31.763645 180.85347L31.763645 181.69722L30.59177 181.69722L30.59177 185.6191Q30.59177 186.00972 30.74802 186.19722Q30.90427 186.38472 31.27927 186.38472Q31.46677 186.38472 31.794895 186.32222L31.794895 187.19722Q31.37302 187.32222 30.96677 187.32222Q30.24802 187.32222 29.87302 186.88472Q29.49802 186.4316 29.49802 185.6191L29.49802 181.69722L28.34177 181.69722L28.34177 180.85347L29.49802 180.85347L29.49802 179.32222L30.59177 179.32222ZM36.18552 181.82222Q35.93552 181.79097 35.65427 181.79097Q34.576145 181.79097 34.201145 182.69722L34.201145 187.19722L33.12302 187.19722L33.12302 180.85347L34.169895 180.85347L34.18552 181.58784Q34.71677 180.7441 35.701145 180.7441Q36.013645 180.7441 36.18552 180.82222L36.18552 181.82222ZM36.826145 183.96284Q36.826145 183.04097 37.18552 182.29097Q37.56052 181.54097 38.21677 181.15034Q38.87302 180.7441 39.701145 180.7441Q40.99802 180.7441 41.794895 181.63472Q42.607395 182.52534 42.607395 184.02534L42.607395 184.10347Q42.607395 185.02534 42.24802 185.75972Q41.888645 186.4941 41.232395 186.91597Q40.576145 187.32222 39.71677 187.32222Q38.43552 187.32222 37.62302 186.4316Q36.826145 185.52534 36.826145 184.04097L36.826145 183.96284ZM37.919895 184.10347Q37.919895 185.15034 38.40427 185.79097Q38.90427 186.4316 39.71677 186.4316Q40.544895 186.4316 41.02927 185.79097Q41.513645 185.13472 41.513645 183.96284Q41.513645 182.9316 41.013645 182.29097Q40.52927 181.63472 39.701145 181.63472Q38.90427 181.63472 38.40427 182.27534Q37.919895 182.90034 37.919895 184.10347ZM45.138645 180.85347L45.169895 181.65034Q45.90427 180.7441 47.076145 180.7441Q49.09177 180.7441 49.107395 183.00972L49.107395 187.19722L48.013645 187.19722L48.013645 182.9941Q48.013645 182.32222 47.701145 181.9941Q47.40427 181.66597 46.74802 181.66597Q46.21677 181.66597 45.81052 181.94722Q45.419895 182.22847 45.201145 182.6816L45.201145 187.19722L44.12302 187.19722L44.12302 180.85347L45.138645 180.85347ZM50.857395 183.97847Q50.857395 182.4941 51.544895 181.6191Q52.232395 180.7441 53.357395 180.7441Q54.513645 180.7441 55.169895 181.5566L55.21677 180.85347L56.21677 180.85347L56.21677 187.04097Q56.21677 188.27534 55.482395 188.97847Q54.74802 189.69722 53.52927 189.69722Q52.84177 189.69722 52.18552 189.40034Q51.52927 189.10347 51.18552 188.60347L51.74802 187.94722Q52.43552 188.8066 53.451145 188.8066Q54.232395 188.8066 54.669895 188.35347Q55.12302 187.91597 55.12302 187.10347L55.12302 186.5566Q54.46677 187.32222 53.34177 187.32222Q52.232395 187.32222 51.544895 186.4316Q50.857395 185.52534 50.857395 183.97847ZM51.951145 184.10347Q51.951145 185.16597 52.388645 185.79097Q52.826145 186.40034 53.62302 186.40034Q54.638645 186.40034 55.12302 185.46284L55.12302 182.57222Q54.62302 181.66597 53.62302 181.66597Q52.84177 181.66597 52.388645 182.27534Q51.951145 182.88472 51.951145 184.10347ZM60.74802 187.32222Q59.451145 187.32222 58.638645 186.47847Q57.84177 185.6191 57.84177 184.19722L57.84177 184.00972Q57.84177 183.0566 58.201145 182.32222Q58.56052 181.57222 59.201145 181.16597Q59.857395 180.7441 60.607395 180.7441Q61.84177 180.7441 62.52927 181.5566Q63.21677 182.3691 63.21677 183.88472L63.21677 184.33784L58.919895 184.33784Q58.951145 185.27534 59.46677 185.85347Q59.99802 186.4316 60.81052 186.4316Q61.37302 186.4316 61.763645 186.19722Q62.169895 185.96284 62.482395 185.57222L63.138645 186.08784Q62.34177 187.32222 60.74802 187.32222ZM60.607395 181.63472Q59.951145 181.63472 59.49802 182.1191Q59.06052 182.58784 58.96677 183.44722L62.138645 183.44722L62.138645 183.3691Q62.09177 182.54097 61.68552 182.08784Q61.294895 181.63472 60.607395 181.63472ZM67.18552 181.82222Q66.93552 181.79097 66.65427 181.79097Q65.57614 181.79097 65.20114 182.69722L65.20114 187.19722L64.12302 187.19722L64.12302 180.85347L65.16989 180.85347L65.18552 181.58784Q65.71677 180.7441 66.70114 180.7441Q67.01364 180.7441 67.18552 180.82222L67.18552 181.82222ZM71.32614 187.9316L70.40427 187.9316L73.96677 178.66597L74.88864 178.66597L71.32614 187.9316ZM81.74802 187.32222Q80.45114 187.32222 79.63864 186.47847Q78.84177 185.6191 78.84177 184.19722L78.84177 184.00972Q78.84177 183.0566 79.20114 182.32222Q79.56052 181.57222 80.20114 181.16597Q80.85739 180.7441 81.60739 180.7441Q82.84177 180.7441 83.52927 181.5566Q84.21677 182.3691 84.21677 183.88472L84.21677 184.33784L79.91989 184.33784Q79.95114 185.27534 80.46677 185.85347Q80.99802 186.4316 81.81052 186.4316Q82.37302 186.4316 82.76364 186.19722Q83.16989 185.96284 83.48239 185.57222L84.13864 186.08784Q83.34177 187.32222 81.74802 187.32222ZM81.60739 181.63472Q80.95114 181.63472 80.49802 182.1191Q80.06052 182.58784 79.96677 183.44722L83.13864 183.44722L83.13864 183.3691Q83.09177 182.54097 82.68552 182.08784Q82.29489 181.63472 81.60739 181.63472ZM87.24802 183.16597L88.65427 180.85347L89.91989 180.85347L87.84177 183.9941L89.98239 187.19722L88.73239 187.19722L87.26364 184.82222L85.79489 187.19722L84.52927 187.19722L86.66989 183.9941L84.60739 180.85347L85.85739 180.85347L87.24802 183.16597ZM96.46677 184.10347Q96.46677 185.54097 95.81052 186.4316Q95.15427 187.32222 94.01364 187.32222Q92.85739 187.32222 92.20114 186.58784L92.20114 189.63472L91.12302 189.63472L91.12302 180.85347L92.10739 180.85347L92.15427 181.5566Q92.82614 180.7441 93.99802 180.7441Q95.13864 180.7441 95.79489 181.60347Q96.46677 182.46284 96.46677 183.9941L96.46677 184.10347ZM95.38864 183.97847Q95.38864 182.90034 94.91989 182.29097Q94.46677 181.66597 93.66989 181.66597Q92.68552 181.66597 92.20114 182.52534L92.20114 185.5566Q92.68552 186.4316 93.68552 186.4316Q94.46677 186.4316 94.91989 185.82222Q95.38864 185.19722 95.38864 183.97847ZM102.02927 187.19722Q101.93552 187.00972 101.87302 186.52534Q101.12302 187.32222 100.07614 187.32222Q99.13864 187.32222 98.52927 186.79097Q97.93552 186.25972 97.93552 185.4316Q97.93552 184.44722 98.68552 183.90034Q99.43552 183.35347 100.81052 183.35347L101.85739 183.35347L101.85739 182.85347Q101.85739 182.29097 101.51364 181.96284Q101.18552 181.6191 100.51364 181.6191Q99.93552 181.6191 99.54489 181.91597Q99.15427 182.19722 99.15427 182.6191L98.06052 182.6191Q98.06052 182.13472 98.38864 181.69722Q98.73239 181.25972 99.31052 181.00972Q99.88864 180.7441 100.57614 180.7441Q101.68552 180.7441 102.29489 181.29097Q102.91989 181.83784 102.95114 182.79097L102.95114 185.71284Q102.95114 186.58784 103.16989 187.10347L103.16989 187.19722L102.02927 187.19722ZM100.23239 186.3691Q100.74802 186.3691 101.20114 186.10347Q101.65427 185.83784 101.85739 185.41597L101.85739 184.1191L101.01364 184.1191Q99.01364 184.1191 99.01364 185.29097Q99.01364 185.79097 99.35739 186.08784Q99.70114 186.3691 100.23239 186.3691ZM106.13864 180.85347L106.16989 181.65034Q106.90427 180.7441 108.07614 180.7441Q110.09177 180.7441 110.10739 183.00972L110.10739 187.19722L109.01364 187.19722L109.01364 182.9941Q109.01364 182.32222 108.70114 181.9941Q108.40427 181.66597 107.74802 181.66597Q107.21677 181.66597 106.81052 181.94722Q106.41989 182.22847 106.20114 182.6816L106.20114 187.19722L105.12302 187.19722L105.12302 180.85347L106.13864 180.85347ZM111.85739 183.97847Q111.85739 182.50972 112.54489 181.63472Q113.23239 180.7441 114.35739 180.7441Q115.46677 180.7441 116.12302 181.4941L116.12302 178.19722L117.20114 178.19722L117.20114 187.19722L116.20114 187.19722L116.15427 186.50972Q115.49802 187.32222 114.34177 187.32222Q113.24802 187.32222 112.54489 186.41597Q111.85739 185.50972 111.85739 184.0566L111.85739 183.97847ZM112.93552 184.10347Q112.93552 185.1816 113.37302 185.79097Q113.82614 186.40034 114.60739 186.40034Q115.63864 186.40034 116.12302 185.46284L116.12302 182.5566Q115.63864 181.66597 114.62302 181.66597Q113.82614 181.66597 113.37302 182.27534Q112.93552 182.88472 112.93552 184.10347ZM121.74802 187.32222Q120.45114 187.32222 119.63864 186.47847Q118.84177 185.6191 118.84177 184.19722L118.84177 184.00972Q118.84177 183.0566 119.20114 182.32222Q119.56052 181.57222 120.20114 181.16597Q120.85739 180.7441 121.60739 180.7441Q122.84177 180.7441 123.52927 181.5566Q124.21677 182.3691 124.21677 183.88472L124.21677 184.33784L119.91989 184.33784Q119.95114 185.27534 120.46677 185.85347Q120.99802 186.4316 121.81052 186.4316Q122.37302 186.4316 122.76364 186.19722Q123.16989 185.96284 123.48239 185.57222L124.13864 186.08784Q123.34177 187.32222 121.74802 187.32222ZM121.60739 181.63472Q120.95114 181.63472 120.49802 182.1191Q120.06052 182.58784 119.96677 183.44722L123.13864 183.44722L123.13864 183.3691Q123.09177 182.54097 122.68552 182.08784Q122.29489 181.63472 121.60739 181.63472ZM124.85739 183.97847Q124.85739 182.50972 125.54489 181.63472Q126.23239 180.7441 127.35739 180.7441Q128.46677 180.7441 129.12302 181.4941L129.12302 178.19722L130.20114 178.19722L130.20114 187.19722L129.20114 187.19722L129.15427 186.50972Q128.49802 187.32222 127.34177 187.32222Q126.24802 187.32222 125.54489 186.41597Q124.85739 185.50972 124.85739 184.0566L124.85739 183.97847ZM125.93552 184.10347Q125.93552 185.1816 126.37302 185.79097Q126.82614 186.40034 127.60739 186.40034Q128.63864 186.40034 129.12302 185.46284L129.12302 182.5566Q128.63864 181.66597 127.62302 181.66597Q126.82614 181.66597 126.37302 182.27534Q125.93552 182.88472 125.93552 184.10347ZM136.59177 179.32222L136.59177 180.85347L137.76364 180.85347L137.76364 181.69722L136.59177 181.69722L136.59177 185.6191Q136.59177 186.00972 136.74802 186.19722Q136.90427 186.38472 137.27927 186.38472Q137.46677 186.38472 137.79489 186.32222L137.79489 187.19722Q137.37302 187.32222 136.96677 187.32222Q136.24802 187.32222 135.87302 186.88472Q135.49802 186.4316 135.49802 185.6191L135.49802 181.69722L134.34177 181.69722L134.34177 180.85347L135.49802 180.85347L135.49802 179.32222L136.59177 179.32222ZM141.18552 185.60347L142.66989 180.85347L143.82614 180.85347L141.27927 188.1816Q140.68552 189.75972 139.40427 189.75972L139.18552 189.7441L138.79489 189.66597L138.79489 188.79097L139.07614 188.8066Q139.63864 188.8066 139.93552 188.58784Q140.24802 188.3691 140.45114 187.77534L140.68552 187.1191L138.41989 180.85347L139.60739 180.85347L141.18552 185.60347ZM150.46677 184.10347Q150.46677 185.54097 149.81052 186.4316Q149.15427 187.32222 148.01364 187.32222Q146.85739 187.32222 146.20114 186.58784L146.20114 189.63472L145.12302 189.63472L145.12302 180.85347L146.10739 180.85347L146.15427 181.5566Q146.82614 180.7441 147.99802 180.7441Q149.13864 180.7441 149.79489 181.60347Q150.46677 182.46284 150.46677 183.9941L150.46677 184.10347ZM149.38864 183.97847Q149.38864 182.90034 148.91989 182.29097Q148.46677 181.66597 147.66989 181.66597Q146.68552 181.66597 146.20114 182.52534L146.20114 185.5566Q146.68552 186.4316 147.68552 186.4316Q148.46677 186.4316 148.91989 185.82222Q149.38864 185.19722 149.38864 183.97847ZM154.74802 187.32222Q153.45114 187.32222 152.63864 186.47847Q151.84177 185.6191 151.84177 184.19722L151.84177 184.00972Q151.84177 183.0566 152.20114 182.32222Q152.56052 181.57222 153.20114 181.16597Q153.85739 180.7441 154.60739 180.7441Q155.84177 180.7441 156.52927 181.5566Q157.21677 182.3691 157.21677 183.88472L157.21677 184.33784L152.91989 184.33784Q152.95114 185.27534 153.46677 185.85347Q153.99802 186.4316 154.81052 186.4316Q155.37302 186.4316 155.76364 186.19722Q156.16989 185.96284 156.48239 185.57222L157.13864 186.08784Q156.34177 187.32222 154.74802 187.32222ZM154.60739 181.63472Q153.95114 181.63472 153.49802 182.1191Q153.06052 182.58784 152.96677 183.44722L156.13864 183.44722L156.13864 183.3691Q156.09177 182.54097 155.68552 182.08784Q155.29489 181.63472 154.60739 181.63472ZM164.81052 185.50972Q164.81052 185.07222 164.46677 184.83784Q164.13864 184.58784 163.31052 184.41597Q162.49802 184.2441 162.01364 183.9941Q161.52927 183.7441 161.29489 183.41597Q161.07614 183.07222 161.07614 182.60347Q161.07614 181.82222 161.73239 181.29097Q162.38864 180.7441 163.41989 180.7441Q164.49802 180.7441 165.15427 181.3066Q165.82614 181.85347 165.82614 182.71284L164.74802 182.71284Q164.74802 182.27534 164.35739 181.96284Q163.98239 181.63472 163.41989 181.63472Q162.82614 181.63472 162.48239 181.90034Q162.15427 182.15034 162.15427 182.5566Q162.15427 182.94722 162.46677 183.15034Q162.77927 183.35347 163.59177 183.54097Q164.40427 183.71284 164.90427 183.96284Q165.40427 184.21284 165.63864 184.57222Q165.88864 184.9316 165.88864 185.4316Q165.88864 186.29097 165.20114 186.8066Q164.52927 187.32222 163.45114 187.32222Q162.68552 187.32222 162.09177 187.0566Q161.51364 186.77534 161.18552 186.29097Q160.85739 185.8066 160.85739 185.2441L161.93552 185.2441Q161.96677 185.79097 162.37302 186.1191Q162.77927 186.4316 163.45114 186.4316Q164.06052 186.4316 164.43552 186.1816Q164.81052 185.9316 164.81052 185.50972ZM169.18552 185.60347L170.66989 180.85347L171.82614 180.85347L169.27927 188.1816Q168.68552 189.75972 167.40427 189.75972L167.18552 189.7441L166.79489 189.66597L166.79489 188.79097L167.07614 188.8066Q167.63864 188.8066 167.93552 188.58784Q168.24802 188.3691 168.45114 187.77534L168.68552 187.1191L166.41989 180.85347L167.60739 180.85347L169.18552 185.60347ZM176.81052 185.50972Q176.81052 185.07222 176.46677 184.83784Q176.13864 184.58784 175.31052 184.41597Q174.49802 184.2441 174.01364 183.9941Q173.52927 183.7441 173.29489 183.41597Q173.07614 183.07222 173.07614 182.60347Q173.07614 181.82222 173.73239 181.29097Q174.38864 180.7441 175.41989 180.7441Q176.49802 180.7441 177.15427 181.3066Q177.82614 181.85347 177.82614 182.71284L176.74802 182.71284Q176.74802 182.27534 176.35739 181.96284Q175.98239 181.63472 175.41989 181.63472Q174.82614 181.63472 174.48239 181.90034Q174.15427 182.15034 174.15427 182.5566Q174.15427 182.94722 174.46677 183.15034Q174.77927 183.35347 175.59177 183.54097Q176.40427 183.71284 176.90427 183.96284Q177.40427 184.21284 177.63864 184.57222Q177.88864 184.9316 177.88864 185.4316Q177.88864 186.29097 177.20114 186.8066Q176.52927 187.32222 175.45114 187.32222Q174.68552 187.32222 174.09177 187.0566Q173.51364 186.77534 173.18552 186.29097Q172.85739 185.8066 172.85739 185.2441L173.93552 185.2441Q173.96677 185.79097 174.37302 186.1191Q174.77927 186.4316 175.45114 186.4316Q176.06052 186.4316 176.43552 186.1816Q176.81052 185.9316 176.81052 185.50972ZM180.59177 179.32222L180.59177 180.85347L181.76364 180.85347L181.76364 181.69722L180.59177 181.69722L180.59177 185.6191Q180.59177 186.00972 180.74802 186.19722Q180.90427 186.38472 181.27927 186.38472Q181.46677 186.38472 181.79489 186.32222L181.79489 187.19722Q181.37302 187.32222 180.96677 187.32222Q180.24802 187.32222 179.87302 186.88472Q179.49802 186.4316 179.49802 185.6191L179.49802 181.69722L178.34177 181.69722L178.34177 180.85347L179.49802 180.85347L179.49802 179.32222L180.59177 179.32222ZM185.74802 187.32222Q184.45114 187.32222 183.63864 186.47847Q182.84177 185.6191 182.84177 184.19722L182.84177 184.00972Q182.84177 183.0566 183.20114 182.32222Q183.56052 181.57222 184.20114 181.16597Q184.85739 180.7441 185.60739 180.7441Q186.84177 180.7441 187.52927 181.5566Q188.21677 182.3691 188.21677 183.88472L188.21677 184.33784L183.91989 184.33784Q183.95114 185.27534 184.46677 185.85347Q184.99802 186.4316 185.81052 186.4316Q186.37302 186.4316 186.76364 186.19722Q187.16989 185.96284 187.48239 185.57222L188.13864 186.08784Q187.34177 187.32222 185.74802 187.32222ZM185.60739 181.63472Q184.95114 181.63472 184.49802 182.1191Q184.06052 182.58784 183.96677 183.44722L187.13864 183.44722L187.13864 183.3691Q187.09177 182.54097 186.68552 182.08784Q186.29489 181.63472 185.60739 181.63472ZM190.13864 180.85347L190.16989 181.5566Q190.85739 180.7441 192.04489 180.7441Q193.37302 180.7441 193.85739 181.75972Q194.16989 181.3066 194.66989 181.02534Q195.18552 180.7441 195.87302 180.7441Q197.96677 180.7441 197.99802 182.94722L197.99802 187.19722L196.91989 187.19722L196.91989 183.00972Q196.91989 182.33784 196.60739 182.00972Q196.29489 181.66597 195.56052 181.66597Q194.95114 181.66597 194.54489 182.02534Q194.15427 182.38472 194.09177 182.9941L194.09177 187.19722L193.01364 187.19722L193.01364 183.04097Q193.01364 181.66597 191.65427 181.66597Q190.59177 181.66597 190.20114 182.57222L190.20114 187.19722L189.10739 187.19722L189.10739 180.85347L190.13864 180.85347Z" fill-rule="nonzero"/><path fill="#666666" d="M33.107395 216.82326L29.40427 216.82326L29.40427 219.83888L33.701145 219.83888L33.701145 220.76076L28.27927 220.76076L28.27927 212.2295L33.65427 212.2295L33.65427 213.15138L29.40427 213.15138L29.40427 215.90138L33.107395 215.90138L33.107395 216.82326ZM36.138645 214.417L36.169895 215.21388Q36.90427 214.30763 38.076145 214.30763Q40.09177 214.30763 40.107395 216.57326L40.107395 220.76076L39.013645 220.76076L39.013645 216.55763Q39.013645 215.88576 38.701145 215.55763Q38.40427 215.2295 37.74802 215.2295Q37.21677 215.2295 36.81052 215.51076Q36.419895 215.792 36.201145 216.24513L36.201145 220.76076L35.12302 220.76076L35.12302 214.417L36.138645 214.417ZM46.02927 220.13576Q45.40427 220.88576 44.169895 220.88576Q43.15427 220.88576 42.62302 220.292Q42.09177 219.69826 42.09177 218.542L42.09177 214.417L43.169895 214.417L43.169895 218.51076Q43.169895 219.96388 44.34177 219.96388Q45.59177 219.96388 45.99802 219.02638L45.99802 214.417L47.09177 214.417L47.09177 220.76076L46.06052 220.76076L46.02927 220.13576ZM50.138645 214.417L50.169895 215.12013Q50.857395 214.30763 52.044895 214.30763Q53.37302 214.30763 53.857395 215.32326Q54.169895 214.87013 54.669895 214.58888Q55.18552 214.30763 55.87302 214.30763Q57.96677 214.30763 57.99802 216.51076L57.99802 220.76076L56.919895 220.76076L56.919895 216.57326Q56.919895 215.90138 56.607395 215.57326Q56.294895 215.2295 55.56052 215.2295Q54.951145 215.2295 54.544895 215.58888Q54.15427 215.94826 54.09177 216.55763L54.09177 220.76076L53.013645 220.76076L53.013645 216.6045Q53.013645 215.2295 51.65427 215.2295Q50.59177 215.2295 50.201145 216.13576L50.201145 220.76076L49.107395 220.76076L49.107395 214.417L50.138645 214.417ZM63.81052 219.07326Q63.81052 218.63576 63.46677 218.40138Q63.138645 218.15138 62.31052 217.9795Q61.49802 217.80763 61.013645 217.55763Q60.52927 217.30763 60.294895 216.9795Q60.076145 216.63576 60.076145 216.167Q60.076145 215.38576 60.732395 214.8545Q61.388645 214.30763 62.419895 214.30763Q63.49802 214.30763 64.15427 214.87013Q64.82614 215.417 64.82614 216.27638L63.74802 216.27638Q63.74802 215.83888 63.357395 215.52638Q62.982395 215.19826 62.419895 215.19826Q61.826145 215.19826 61.482395 215.46388Q61.15427 215.71388 61.15427 216.12013Q61.15427 216.51076 61.46677 216.71388Q61.77927 216.917 62.59177 217.1045Q63.40427 217.27638 63.90427 217.52638Q64.40427 217.77638 64.63864 218.13576Q64.88864 218.49513 64.88864 218.99513Q64.88864 219.8545 64.20114 220.37013Q63.52927 220.88576 62.451145 220.88576Q61.68552 220.88576 61.09177 220.62013Q60.513645 220.33888 60.18552 219.8545Q59.857395 219.37013 59.857395 218.80763L60.93552 218.80763Q60.96677 219.3545 61.37302 219.68263Q61.77927 219.99513 62.451145 219.99513Q63.06052 219.99513 63.43552 219.74513Q63.81052 219.49513 63.81052 219.07326ZM69.32614 221.49513L68.40427 221.49513L71.96677 212.2295L72.88864 212.2295L69.32614 221.49513ZM80.81052 219.07326Q80.81052 218.63576 80.46677 218.40138Q80.13864 218.15138 79.31052 217.9795Q78.49802 217.80763 78.01364 217.55763Q77.52927 217.30763 77.29489 216.9795Q77.07614 216.63576 77.07614 216.167Q77.07614 215.38576 77.73239 214.8545Q78.38864 214.30763 79.41989 214.30763Q80.49802 214.30763 81.15427 214.87013Q81.82614 215.417 81.82614 216.27638L80.74802 216.27638Q80.74802 215.83888 80.35739 215.52638Q79.98239 215.19826 79.41989 215.19826Q78.82614 215.19826 78.48239 215.46388Q78.15427 215.71388 78.15427 216.12013Q78.15427 216.51076 78.46677 216.71388Q78.77927 216.917 79.59177 217.1045Q80.40427 217.27638 80.90427 217.52638Q81.40427 217.77638 81.63864 218.13576Q81.88864 218.49513 81.88864 218.99513Q81.88864 219.8545 81.20114 220.37013Q80.52927 220.88576 79.45114 220.88576Q78.68552 220.88576 78.09177 220.62013Q77.51364 220.33888 77.18552 219.8545Q76.85739 219.37013 76.85739 218.80763L77.93552 218.80763Q77.96677 219.3545 78.37302 219.68263Q78.77927 219.99513 79.45114 219.99513Q80.06052 219.99513 80.43552 219.74513Q80.81052 219.49513 80.81052 219.07326ZM87.02927 220.13576Q86.40427 220.88576 85.16989 220.88576Q84.15427 220.88576 83.62302 220.292Q83.09177 219.69826 83.09177 218.542L83.09177 214.417L84.16989 214.417L84.16989 218.51076Q84.16989 219.96388 85.34177 219.96388Q86.59177 219.96388 86.99802 219.02638L86.99802 214.417L88.09177 214.417L88.09177 220.76076L87.06052 220.76076L87.02927 220.13576ZM91.13864 214.417L91.16989 215.12013Q91.85739 214.30763 93.04489 214.30763Q94.37302 214.30763 94.85739 215.32326Q95.16989 214.87013 95.66989 214.58888Q96.18552 214.30763 96.87302 214.30763Q98.96677 214.30763 98.99802 216.51076L98.99802 220.76076L97.91989 220.76076L97.91989 216.57326Q97.91989 215.90138 97.60739 215.57326Q97.29489 215.2295 96.56052 215.2295Q95.95114 215.2295 95.54489 215.58888Q95.15427 215.94826 95.09177 216.55763L95.09177 220.76076L94.01364 220.76076L94.01364 216.6045Q94.01364 215.2295 92.65427 215.2295Q91.59177 215.2295 91.20114 216.13576L91.20114 220.76076L90.10739 220.76076L90.10739 214.417L91.13864 214.417ZM105.59177 212.88576L105.59177 214.417L106.76364 214.417L106.76364 215.26076L105.59177 215.26076L105.59177 219.18263Q105.59177 219.57326 105.74802 219.76076Q105.90427 219.94826 106.27927 219.94826Q106.46677 219.94826 106.79489 219.88576L106.79489 220.76076Q106.37302 220.88576 105.96677 220.88576Q105.24802 220.88576 104.87302 220.44826Q104.49802 219.99513 104.49802 219.18263L104.49802 215.26076L103.34177 215.26076L103.34177 214.417L104.49802 214.417L104.49802 212.88576L105.59177 212.88576ZM110.18552 219.167L111.66989 214.417L112.82614 214.417L110.27927 221.74513Q109.68552 223.32326 108.40427 223.32326L108.18552 223.30763L107.79489 223.2295L107.79489 222.3545L108.07614 222.37013Q108.63864 222.37013 108.93552 222.15138Q109.24802 221.93263 109.45114 221.33888L109.68552 220.68263L107.41989 214.417L108.60739 214.417L110.18552 219.167ZM119.46677 217.667Q119.46677 219.1045 118.81052 219.99513Q118.15427 220.88576 117.01364 220.88576Q115.85739 220.88576 115.20114 220.15138L115.20114 223.19826L114.12302 223.19826L114.12302 214.417L115.10739 214.417L115.15427 215.12013Q115.82614 214.30763 116.99802 214.30763Q118.13864 214.30763 118.79489 215.167Q119.46677 216.02638 119.46677 217.55763L119.46677 217.667ZM118.38864 217.542Q118.38864 216.46388 117.91989 215.8545Q117.46677 215.2295 116.66989 215.2295Q115.68552 215.2295 115.20114 216.08888L115.20114 219.12013Q115.68552 219.99513 116.68552 219.99513Q117.46677 219.99513 117.91989 219.38576Q118.38864 218.76076 118.38864 217.542ZM123.74802 220.88576Q122.45114 220.88576 121.63864 220.042Q120.84177 219.18263 120.84177 217.76076L120.84177 217.57326Q120.84177 216.62013 121.20114 215.88576Q121.56052 215.13576 122.20114 214.7295Q122.85739 214.30763 123.60739 214.30763Q124.84177 214.30763 125.52927 215.12013Q126.21677 215.93263 126.21677 217.44826L126.21677 217.90138L121.91989 217.90138Q121.95114 218.83888 122.46677 219.417Q122.99802 219.99513 123.81052 219.99513Q124.37302 219.99513 124.76364 219.76076Q125.16989 219.52638 125.48239 219.13576L126.13864 219.65138Q125.34177 220.88576 123.74802 220.88576ZM123.60739 215.19826Q122.95114 215.19826 122.49802 215.68263Q122.06052 216.15138 121.96677 217.01076L125.13864 217.01076L125.13864 216.93263Q125.09177 216.1045 124.68552 215.65138Q124.29489 215.19826 123.60739 215.19826ZM130.81052 219.07326Q130.81052 218.63576 130.46677 218.40138Q130.13864 218.15138 129.31052 217.9795Q128.49802 217.80763 128.01364 217.55763Q127.52927 217.30763 127.29489 216.9795Q127.07614 216.63576 127.07614 216.167Q127.07614 215.38576 127.73239 214.8545Q128.38864 214.30763 129.41989 214.30763Q130.49802 214.30763 131.15427 214.87013Q131.82614 215.417 131.82614 216.27638L130.74802 216.27638Q130.74802 215.83888 130.35739 215.52638Q129.98239 215.19826 129.41989 215.19826Q128.82614 215.19826 128.48239 215.46388Q128.15427 215.71388 128.15427 216.12013Q128.15427 216.51076 128.46677 216.71388Q128.77927 216.917 129.59177 217.1045Q130.40427 217.27638 130.90427 217.52638Q131.40427 217.77638 131.63864 218.13576Q131.88864 218.49513 131.88864 218.99513Q131.88864 219.8545 131.20114 220.37013Q130.52927 220.88576 129.45114 220.88576Q128.68552 220.88576 128.09177 220.62013Q127.51364 220.33888 127.18552 219.8545Q126.85739 219.37013 126.85739 218.80763L127.93552 218.80763Q127.96677 219.3545 128.37302 219.68263Q128.77927 219.99513 129.45114 219.99513Q130.06052 219.99513 130.43552 219.74513Q130.81052 219.49513 130.81052 219.07326ZM136.32614 221.49513L135.40427 221.49513L138.96677 212.2295L139.88864 212.2295L136.32614 221.49513ZM145.13864 214.417L145.16989 215.21388Q145.90427 214.30763 147.07614 214.30763Q149.09177 214.30763 149.10739 216.57326L149.10739 220.76076L148.01364 220.76076L148.01364 216.55763Q148.01364 215.88576 147.70114 215.55763Q147.40427 215.2295 146.74802 215.2295Q146.21677 215.2295 145.81052 215.51076Q145.41989 215.792 145.20114 216.24513L145.20114 220.76076L144.12302 220.76076L144.12302 214.417L145.13864 214.417ZM155.02927 220.13576Q154.40427 220.88576 153.16989 220.88576Q152.15427 220.88576 151.62302 220.292Q151.09177 219.69826 151.09177 218.542L151.09177 214.417L152.16989 214.417L152.16989 218.51076Q152.16989 219.96388 153.34177 219.96388Q154.59177 219.96388 154.99802 219.02638L154.99802 214.417L156.09177 214.417L156.09177 220.76076L155.06052 220.76076L155.02927 220.13576ZM159.29489 220.76076L158.21677 220.76076L158.21677 211.76076L159.29489 211.76076L159.29489 220.76076ZM162.29489 220.76076L161.21677 220.76076L161.21677 211.76076L162.29489 211.76076L162.29489 220.76076ZM170.81052 219.07326Q170.81052 218.63576 170.46677 218.40138Q170.13864 218.15138 169.31052 217.9795Q168.49802 217.80763 168.01364 217.55763Q167.52927 217.30763 167.29489 216.9795Q167.07614 216.63576 167.07614 216.167Q167.07614 215.38576 167.73239 214.8545Q168.38864 214.30763 169.41989 214.30763Q170.49802 214.30763 171.15427 214.87013Q171.82614 215.417 171.82614 216.27638L170.74802 216.27638Q170.74802 215.83888 170.35739 215.52638Q169.98239 215.19826 169.41989 215.19826Q168.82614 215.19826 168.48239 215.46388Q168.15427 215.71388 168.15427 216.12013Q168.15427 216.51076 168.46677 216.71388Q168.77927 216.917 169.59177 217.1045Q170.40427 217.27638 170.90427 217.52638Q171.40427 217.77638 171.63864 218.13576Q171.88864 218.49513 171.88864 218.99513Q171.88864 219.8545 171.20114 220.37013Q170.52927 220.88576 169.45114 220.88576Q168.68552 220.88576 168.09177 220.62013Q167.51364 220.33888 167.18552 219.8545Q166.85739 219.37013 166.85739 218.80763L167.93552 218.80763Q167.96677 219.3545 168.37302 219.68263Q168.77927 219.99513 169.45114 219.99513Q170.06052 219.99513 170.43552 219.74513Q170.81052 219.49513 170.81052 219.07326ZM177.02927 220.76076Q176.93552 220.57326 176.87302 220.08888Q176.12302 220.88576 175.07614 220.88576Q174.13864 220.88576 173.52927 220.3545Q172.93552 219.82326 172.93552 218.99513Q172.93552 218.01076 173.68552 217.46388Q174.43552 216.917 175.81052 216.917L176.85739 216.917L176.85739 216.417Q176.85739 215.8545 176.51364 215.52638Q176.18552 215.18263 175.51364 215.18263Q174.93552 215.18263 174.54489 215.4795Q174.15427 215.76076 174.15427 216.18263L173.06052 216.18263Q173.06052 215.69826 173.38864 215.26076Q173.73239 214.82326 174.31052 214.57326Q174.88864 214.30763 175.57614 214.30763Q176.68552 214.30763 177.29489 214.8545Q177.91989 215.40138 177.95114 216.3545L177.95114 219.27638Q177.95114 220.15138 178.16989 220.667L178.16989 220.76076L177.02927 220.76076ZM175.23239 219.93263Q175.74802 219.93263 176.20114 219.667Q176.65427 219.40138 176.85739 218.9795L176.85739 217.68263L176.01364 217.68263Q174.01364 217.68263 174.01364 218.8545Q174.01364 219.3545 174.35739 219.65138Q174.70114 219.93263 175.23239 219.93263ZM180.65427 220.76076L180.65427 215.26076L179.65427 215.26076L179.65427 214.417L180.65427 214.417L180.65427 213.77638Q180.65427 212.74513 181.18552 212.19826Q181.73239 211.63576 182.73239 211.63576Q183.10739 211.63576 183.48239 211.7295L183.41989 212.62013Q183.13864 212.55763 182.84177 212.55763Q182.31052 212.55763 182.01364 212.87013Q181.73239 213.18263 181.73239 213.74513L181.73239 214.417L183.09177 214.417L183.09177 215.26076L181.73239 215.26076L181.73239 220.76076L180.65427 220.76076ZM186.74802 220.88576Q185.45114 220.88576 184.63864 220.042Q183.84177 219.18263 183.84177 217.76076L183.84177 217.57326Q183.84177 216.62013 184.20114 215.88576Q184.56052 215.13576 185.20114 214.7295Q185.85739 214.30763 186.60739 214.30763Q187.84177 214.30763 188.52927 215.12013Q189.21677 215.93263 189.21677 217.44826L189.21677 217.90138L184.91989 217.90138Q184.95114 218.83888 185.46677 219.417Q185.99802 219.99513 186.81052 219.99513Q187.37302 219.99513 187.76364 219.76076Q188.16989 219.52638 188.48239 219.13576L189.13864 219.65138Q188.34177 220.88576 186.74802 220.88576ZM186.60739 215.19826Q185.95114 215.19826 185.49802 215.68263Q185.06052 216.15138 184.96677 217.01076L188.13864 217.01076L188.13864 216.93263Q188.09177 216.1045 187.68552 215.65138Q187.29489 215.19826 186.60739 215.19826ZM191.59177 212.88576L191.59177 214.417L192.76364 214.417L192.76364 215.26076L191.59177 215.26076L191.59177 219.18263Q191.59177 219.57326 191.74802 219.76076Q191.90427 219.94826 192.27927 219.94826Q192.46677 219.94826 192.79489 219.88576L192.79489 220.76076Q192.37302 220.88576 191.96677 220.88576Q191.24802 220.88576 190.87302 220.44826Q190.49802 219.99513 190.49802 219.18263L190.49802 215.26076L189.34177 215.26076L189.34177 214.417L190.49802 214.417L190.49802 212.88576L191.59177 212.88576ZM196.18552 219.167L197.66989 214.417L198.82614 214.417L196.27927 221.74513Q195.68552 223.32326 194.40427 223.32326L194.18552 223.30763L193.79489 223.2295L193.79489 222.3545L194.07614 222.37013Q194.63864 222.37013 194.93552 222.15138Q195.24802 221.93263 195.45114 221.33888L195.68552 220.68263L193.41989 214.417L194.60739 214.417L196.18552 219.167Z" fill-rule="nonzero"/><path fill="#666666" d="M83.498024 254.32428L82.373024 254.32428L82.373024 245.79303L83.498024 245.79303L83.498024 254.32428ZM86.13865 247.98053L86.1699 248.7774Q86.904274 247.87115 88.07615 247.87115Q90.091774 247.87115 90.1074 250.13678L90.1074 254.32428L89.01365 254.32428L89.01365 250.12115Q89.01365 249.44928 88.70115 249.12115Q88.404274 248.79303 87.748024 248.79303Q87.216774 248.79303 86.810524 249.07428Q86.4199 249.35553 86.20115 249.80865L86.20115 254.32428L85.123024 254.32428L85.123024 247.98053L86.13865 247.98053ZM94.654274 253.55865Q95.2324 253.55865 95.6699 253.2149Q96.1074 252.85553 96.154274 252.32428L97.185524 252.32428Q97.154274 252.87115 96.7949 253.37115Q96.45115 253.85553 95.873024 254.1524Q95.310524 254.44928 94.654274 254.44928Q93.3574 254.44928 92.591774 253.5899Q91.841774 252.7149 91.841774 251.2149L91.841774 251.0274Q91.841774 250.10553 92.1699 249.38678Q92.51365 248.66803 93.13865 248.2774Q93.779274 247.87115 94.654274 247.87115Q95.716774 247.87115 96.4199 248.51178Q97.13865 249.13678 97.185524 250.16803L96.154274 250.16803Q96.1074 249.54303 95.685524 249.1524Q95.26365 248.76178 94.654274 248.76178Q93.82615 248.76178 93.373024 249.35553Q92.9199 249.94928 92.9199 251.07428L92.9199 251.2774Q92.9199 252.37115 93.373024 252.9649Q93.82615 253.55865 94.654274 253.55865ZM101.185524 248.94928Q100.935524 248.91803 100.654274 248.91803Q99.57615 248.91803 99.20115 249.82428L99.20115 254.32428L98.123024 254.32428L98.123024 247.98053L99.1699 247.98053L99.185524 248.7149Q99.716774 247.87115 100.70115 247.87115Q101.01365 247.87115 101.185524 247.94928L101.185524 248.94928ZM104.748024 254.44928Q103.45115 254.44928 102.63865 253.60553Q101.841774 252.74615 101.841774 251.32428L101.841774 251.13678Q101.841774 250.18365 102.20115 249.44928Q102.560524 248.69928 103.20115 248.29303Q103.8574 247.87115 104.6074 247.87115Q105.841774 247.87115 106.529274 248.68365Q107.216774 249.49615 107.216774 251.01178L107.216774 251.4649L102.9199 251.4649Q102.95115 252.4024 103.466774 252.98053Q103.998024 253.55865 104.810524 253.55865Q105.373024 253.55865 105.76365 253.32428Q106.1699 253.0899 106.4824 252.69928L107.13865 253.2149Q106.341774 254.44928 104.748024 254.44928ZM104.6074 248.76178Q103.95115 248.76178 103.498024 249.24615Q103.060524 249.7149 102.966774 250.57428L106.13865 250.57428L106.13865 250.49615Q106.091774 249.66803 105.685524 249.2149Q105.2949 248.76178 104.6074 248.76178ZM112.029274 254.32428Q111.935524 254.13678 111.873024 253.6524Q111.123024 254.44928 110.07615 254.44928Q109.13865 254.44928 108.529274 253.91803Q107.935524 253.38678 107.935524 252.55865Q107.935524 251.57428 108.685524 251.0274Q109.435524 250.48053 110.810524 250.48053L111.8574 250.48053L111.8574 249.98053Q111.8574 249.41803 111.51365 249.0899Q111.185524 248.74615 110.51365 248.74615Q109.935524 248.74615 109.5449 249.04303Q109.154274 249.32428 109.154274 249.74615L108.060524 249.74615Q108.060524 249.26178 108.38865 248.82428Q108.7324 248.38678 109.310524 248.13678Q109.88865 247.87115 110.57615 247.87115Q111.685524 247.87115 112.2949 248.41803Q112.9199 248.9649 112.95115 249.91803L112.95115 252.8399Q112.95115 253.7149 113.1699 254.23053L113.1699 254.32428L112.029274 254.32428ZM110.2324 253.49615Q110.748024 253.49615 111.20115 253.23053Q111.654274 252.9649 111.8574 252.54303L111.8574 251.24615L111.01365 251.24615Q109.01365 251.24615 109.01365 252.41803Q109.01365 252.91803 109.3574 253.2149Q109.70115 253.49615 110.2324 253.49615ZM118.810524 252.63678Q118.810524 252.19928 118.466774 251.9649Q118.13865 251.7149 117.310524 251.54303Q116.498024 251.37115 116.01365 251.12115Q115.529274 250.87115 115.2949 250.54303Q115.07615 250.19928 115.07615 249.73053Q115.07615 248.94928 115.7324 248.41803Q116.38865 247.87115 117.4199 247.87115Q118.498024 247.87115 119.154274 248.43365Q119.82615 248.98053 119.82615 249.8399L118.748024 249.8399Q118.748024 249.4024 118.3574 249.0899Q117.9824 248.76178 117.4199 248.76178Q116.82615 248.76178 116.4824 249.0274Q116.154274 249.2774 116.154274 249.68365Q116.154274 250.07428 116.466774 250.2774Q116.779274 250.48053 117.591774 250.66803Q118.404274 250.8399 118.904274 251.0899Q119.404274 251.3399 119.63865 251.69928Q119.88865 252.05865 119.88865 252.55865Q119.88865 253.41803 119.20115 253.93365Q118.529274 254.44928 117.45115 254.44928Q116.685524 254.44928 116.091774 254.18365Q115.51365 253.9024 115.185524 253.41803Q114.8574 252.93365 114.8574 252.37115L115.935524 252.37115Q115.966774 252.91803 116.373024 253.24615Q116.779274 253.55865 117.45115 253.55865Q118.060524 253.55865 118.435524 253.30865Q118.810524 253.05865 118.810524 252.63678ZM123.748024 254.44928Q122.45115 254.44928 121.63865 253.60553Q120.841774 252.74615 120.841774 251.32428L120.841774 251.13678Q120.841774 250.18365 121.20115 249.44928Q121.560524 248.69928 122.20115 248.29303Q122.8574 247.87115 123.6074 247.87115Q124.841774 247.87115 125.529274 248.68365Q126.216774 249.49615 126.216774 251.01178L126.216774 251.4649L121.9199 251.4649Q121.95115 252.4024 122.466774 252.98053Q122.998024 253.55865 123.810524 253.55865Q124.373024 253.55865 124.76365 253.32428Q125.1699 253.0899 125.4824 252.69928L126.13865 253.2149Q125.341774 254.44928 123.748024 254.44928ZM123.6074 248.76178Q122.95115 248.76178 122.498024 249.24615Q122.060524 249.7149 121.966774 250.57428L125.13865 250.57428L125.13865 250.49615Q125.091774 249.66803 124.685524 249.2149Q124.2949 248.76178 123.6074 248.76178ZM126.8574 251.10553Q126.8574 249.63678 127.5449 248.76178Q128.23239 247.87115 129.35739 247.87115Q130.46677 247.87115 131.12302 248.62115L131.12302 245.32428L132.20114 245.32428L132.20114 254.32428L131.20114 254.32428L131.15427 253.63678Q130.49802 254.44928 129.34177 254.44928Q128.24802 254.44928 127.5449 253.54303Q126.8574 252.63678 126.8574 251.18365L126.8574 251.10553ZM127.935524 251.23053Q127.935524 252.30865 128.37302 252.91803Q128.82614 253.5274 129.60739 253.5274Q130.63864 253.5274 131.12302 252.5899L131.12302 249.68365Q130.63864 248.79303 129.62302 248.79303Q128.82614 248.79303 128.37302 249.4024Q127.935524 250.01178 127.935524 251.23053ZM139.74802 254.44928Q138.45114 254.44928 137.63864 253.60553Q136.84177 252.74615 136.84177 251.32428L136.84177 251.13678Q136.84177 250.18365 137.20114 249.44928Q137.56052 248.69928 138.20114 248.29303Q138.85739 247.87115 139.60739 247.87115Q140.84177 247.87115 141.52927 248.68365Q142.21677 249.49615 142.21677 251.01178L142.21677 251.4649L137.91989 251.4649Q137.95114 252.4024 138.46677 252.98053Q138.99802 253.55865 139.81052 253.55865Q140.37302 253.55865 140.76364 253.32428Q141.16989 253.0899 141.48239 252.69928L142.13864 253.2149Q141.34177 254.44928 139.74802 254.44928ZM139.60739 248.76178Q138.95114 248.76178 138.49802 249.24615Q138.06052 249.7149 137.96677 250.57428L141.13864 250.57428L141.13864 250.49615Q141.09177 249.66803 140.68552 249.2149Q140.29489 248.76178 139.60739 248.76178ZM145.24802 250.29303L146.65427 247.98053L147.91989 247.98053L145.84177 251.12115L147.98239 254.32428L146.73239 254.32428L145.26364 251.94928L143.79489 254.32428L142.52927 254.32428L144.66989 251.12115L142.60739 247.98053L143.85739 247.98053L145.24802 250.29303ZM154.46677 251.23053Q154.46677 252.66803 153.81052 253.55865Q153.15427 254.44928 152.01364 254.44928Q150.85739 254.44928 150.20114 253.7149L150.20114 256.76178L149.12302 256.76178L149.12302 247.98053L150.10739 247.98053L150.15427 248.68365Q150.82614 247.87115 151.99802 247.87115Q153.13864 247.87115 153.79489 248.73053Q154.46677 249.5899 154.46677 251.12115L154.46677 251.23053ZM153.38864 251.10553Q153.38864 250.0274 152.91989 249.41803Q152.46677 248.79303 151.66989 248.79303Q150.68552 248.79303 150.20114 249.6524L150.20114 252.68365Q150.68552 253.55865 151.68552 253.55865Q152.46677 253.55865 152.91989 252.94928Q153.38864 252.32428 153.38864 251.10553ZM159.18552 248.94928Q158.93552 248.91803 158.65427 248.91803Q157.57614 248.91803 157.20114 249.82428L157.20114 254.32428L156.12302 254.32428L156.12302 247.98053L157.16989 247.98053L157.18552 248.7149Q157.71677 247.87115 158.70114 247.87115Q159.01364 247.87115 159.18552 247.94928L159.18552 248.94928ZM162.74802 254.44928Q161.45114 254.44928 160.63864 253.60553Q159.84177 252.74615 159.84177 251.32428L159.84177 251.13678Q159.84177 250.18365 160.20114 249.44928Q160.56052 248.69928 161.20114 248.29303Q161.85739 247.87115 162.60739 247.87115Q163.84177 247.87115 164.52927 248.68365Q165.21677 249.49615 165.21677 251.01178L165.21677 251.4649L160.91989 251.4649Q160.95114 252.4024 161.46677 252.98053Q161.99802 253.55865 162.81052 253.55865Q163.37302 253.55865 163.76364 253.32428Q164.16989 253.0899 164.48239 252.69928L165.13864 253.2149Q164.34177 254.44928 162.74802 254.44928ZM162.60739 248.76178Q161.95114 248.76178 161.49802 249.24615Q161.06052 249.7149 160.96677 250.57428L164.13864 250.57428L164.13864 250.49615Q164.09177 249.66803 163.68552 249.2149Q163.29489 248.76178 162.60739 248.76178ZM169.81052 252.63678Q169.81052 252.19928 169.46677 251.9649Q169.13864 251.7149 168.31052 251.54303Q167.49802 251.37115 167.01364 251.12115Q166.52927 250.87115 166.29489 250.54303Q166.07614 250.19928 166.07614 249.73053Q166.07614 248.94928 166.73239 248.41803Q167.38864 247.87115 168.41989 247.87115Q169.49802 247.87115 170.15427 248.43365Q170.82614 248.98053 170.82614 249.8399L169.74802 249.8399Q169.74802 249.4024 169.35739 249.0899Q168.98239 248.76178 168.41989 248.76178Q167.82614 248.76178 167.48239 249.0274Q167.15427 249.2774 167.15427 249.68365Q167.15427 250.07428 167.46677 250.2774Q167.77927 250.48053 168.59177 250.66803Q169.40427 250.8399 169.90427 251.0899Q170.40427 251.3399 170.63864 251.69928Q170.88864 252.05865 170.88864 252.55865Q170.88864 253.41803 170.20114 253.93365Q169.52927 254.44928 168.45114 254.44928Q167.68552 254.44928 167.09177 254.18365Q166.51364 253.9024 166.18552 253.41803Q165.85739 252.93365 165.85739 252.37115L166.93552 252.37115Q166.96677 252.91803 167.37302 253.24615Q167.77927 253.55865 168.45114 253.55865Q169.06052 253.55865 169.43552 253.30865Q169.81052 253.05865 169.81052 252.63678ZM175.81052 252.63678Q175.81052 252.19928 175.46677 251.9649Q175.13864 251.7149 174.31052 251.54303Q173.49802 251.37115 173.01364 251.12115Q172.52927 250.87115 172.29489 250.54303Q172.07614 250.19928 172.07614 249.73053Q172.07614 248.94928 172.73239 248.41803Q173.38864 247.87115 174.41989 247.87115Q175.49802 247.87115 176.15427 248.43365Q176.82614 248.98053 176.82614 249.8399L175.74802 249.8399Q175.74802 249.4024 175.35739 249.0899Q174.98239 248.76178 174.41989 248.76178Q173.82614 248.76178 173.48239 249.0274Q173.15427 249.2774 173.15427 249.68365Q173.15427 250.07428 173.46677 250.2774Q173.77927 250.48053 174.59177 250.66803Q175.40427 250.8399 175.90427 251.0899Q176.40427 251.3399 176.63864 251.69928Q176.88864 252.05865 176.88864 252.55865Q176.88864 253.41803 176.20114 253.93365Q175.52927 254.44928 174.45114 254.44928Q173.68552 254.44928 173.09177 254.18365Q172.51364 253.9024 172.18552 253.41803Q171.85739 252.93365 171.85739 252.37115L172.93552 252.37115Q172.96677 252.91803 173.37302 253.24615Q173.77927 253.55865 174.45114 253.55865Q175.06052 253.55865 175.43552 253.30865Q175.81052 253.05865 175.81052 252.63678ZM179.29489 254.32428L178.21677 254.32428L178.21677 247.98053L179.29489 247.98053L179.29489 254.32428ZM178.12302 246.30865Q178.12302 246.04303 178.27927 245.85553Q178.45114 245.66803 178.76364 245.66803Q179.07614 245.66803 179.23239 245.85553Q179.40427 246.04303 179.40427 246.30865Q179.40427 246.55865 179.23239 246.74615Q179.07614 246.91803 178.76364 246.91803Q178.45114 246.91803 178.27927 246.74615Q178.12302 246.55865 178.12302 246.30865ZM183.20114 252.85553L184.77927 247.98053L185.88864 247.98053L183.60739 254.32428L182.77927 254.32428L180.48239 247.98053L181.59177 247.98053L183.20114 252.85553ZM188.29489 254.32428L187.21677 254.32428L187.21677 247.98053L188.29489 247.98053L188.29489 254.32428ZM187.12302 246.30865Q187.12302 246.04303 187.27927 245.85553Q187.45114 245.66803 187.76364 245.66803Q188.07614 245.66803 188.23239 245.85553Q188.40427 246.04303 188.40427 246.30865Q188.40427 246.55865 188.23239 246.74615Q188.07614 246.91803 187.76364 246.91803Q187.45114 246.91803 187.27927 246.74615Q187.12302 246.55865 187.12302 246.30865ZM191.59177 246.44928L191.59177 247.98053L192.76364 247.98053L192.76364 248.82428L191.59177 248.82428L191.59177 252.74615Q191.59177 253.13678 191.74802 253.32428Q191.90427 253.51178 192.27927 253.51178Q192.46677 253.51178 192.79489 253.44928L192.79489 254.32428Q192.37302 254.44928 191.96677 254.44928Q191.24802 254.44928 190.87302 254.01178Q190.49802 253.55865 190.49802 252.74615L190.49802 248.82428L189.34177 248.82428L189.34177 247.98053L190.49802 247.98053L190.49802 246.44928L191.59177 246.44928ZM196.18552 252.73053L197.66989 247.98053L198.82614 247.98053L196.27927 255.30865Q195.68552 256.88678 194.40427 256.88678L194.18552 256.87115L193.79489 256.79303L193.79489 255.91803L194.07614 255.93365Q194.63864 255.93365 194.93552 255.7149Q195.24802 255.49615 195.45114 254.9024L195.68552 254.24615L193.41989 247.98053L194.60739 247.98053L196.18552 252.73053Z" fill-rule="nonzero"/><path fill="#666666" d="M25.49802 280.38782L24.37302 280.38782L24.37302 271.85657L25.49802 271.85657L25.49802 280.38782ZM28.138645 274.04407L28.169895 274.7472Q28.857395 273.9347 30.044895 273.9347Q31.37302 273.9347 31.857395 274.95032Q32.169895 274.4972 32.669895 274.21594Q33.18552 273.9347 33.87302 273.9347Q35.96677 273.9347 35.99802 276.13782L35.99802 280.38782L34.919895 280.38782L34.919895 276.20032Q34.919895 275.52844 34.607395 275.20032Q34.294895 274.85657 33.56052 274.85657Q32.951145 274.85657 32.544895 275.21594Q32.15427 275.57532 32.09177 276.1847L32.09177 280.38782L31.013645 280.38782L31.013645 276.23157Q31.013645 274.85657 29.65427 274.85657Q28.59177 274.85657 28.201145 275.76282L28.201145 280.38782L27.107395 280.38782L27.107395 274.04407L28.138645 274.04407ZM43.46677 277.29407Q43.46677 278.73157 42.81052 279.6222Q42.15427 280.51282 41.013645 280.51282Q39.857395 280.51282 39.201145 279.77844L39.201145 282.82532L38.12302 282.82532L38.12302 274.04407L39.107395 274.04407L39.15427 274.7472Q39.826145 273.9347 40.99802 273.9347Q42.138645 273.9347 42.794895 274.79407Q43.46677 275.65344 43.46677 277.1847L43.46677 277.29407ZM42.388645 277.16907Q42.388645 276.09094 41.919895 275.48157Q41.46677 274.85657 40.669895 274.85657Q39.68552 274.85657 39.201145 275.71594L39.201145 278.7472Q39.68552 279.6222 40.68552 279.6222Q41.46677 279.6222 41.919895 279.01282Q42.388645 278.38782 42.388645 277.16907ZM48.18552 275.01282Q47.93552 274.98157 47.65427 274.98157Q46.576145 274.98157 46.201145 275.88782L46.201145 280.38782L45.12302 280.38782L45.12302 274.04407L46.169895 274.04407L46.18552 274.77844Q46.71677 273.9347 47.701145 273.9347Q48.013645 273.9347 48.18552 274.01282L48.18552 275.01282ZM48.826145 277.15344Q48.826145 276.23157 49.18552 275.48157Q49.56052 274.73157 50.21677 274.34094Q50.87302 273.9347 51.701145 273.9347Q52.99802 273.9347 53.794895 274.82532Q54.607395 275.71594 54.607395 277.21594L54.607395 277.29407Q54.607395 278.21594 54.24802 278.95032Q53.888645 279.6847 53.232395 280.10657Q52.576145 280.51282 51.71677 280.51282Q50.43552 280.51282 49.62302 279.6222Q48.826145 278.71594 48.826145 277.23157L48.826145 277.15344ZM49.919895 277.29407Q49.919895 278.34094 50.40427 278.98157Q50.90427 279.6222 51.71677 279.6222Q52.544895 279.6222 53.02927 278.98157Q53.513645 278.32532 53.513645 277.15344Q53.513645 276.1222 53.013645 275.48157Q52.52927 274.82532 51.701145 274.82532Q50.90427 274.82532 50.40427 275.46594Q49.919895 276.09094 49.919895 277.29407ZM58.201145 278.91907L59.77927 274.04407L60.888645 274.04407L58.607395 280.38782L57.77927 280.38782L55.482395 274.04407L56.59177 274.04407L58.201145 278.91907ZM64.74802 280.51282Q63.451145 280.51282 62.638645 279.66907Q61.84177 278.8097 61.84177 277.38782L61.84177 277.20032Q61.84177 276.2472 62.201145 275.51282Q62.56052 274.76282 63.201145 274.35657Q63.857395 273.9347 64.60739 273.9347Q65.84177 273.9347 66.52927 274.7472Q67.21677 275.5597 67.21677 277.07532L67.21677 277.52844L62.919895 277.52844Q62.951145 278.46594 63.46677 279.04407Q63.99802 279.6222 64.81052 279.6222Q65.37302 279.6222 65.76364 279.38782Q66.16989 279.15344 66.48239 278.76282L67.13864 279.27844Q66.34177 280.51282 64.74802 280.51282ZM64.60739 274.82532Q63.951145 274.82532 63.49802 275.3097Q63.06052 275.77844 62.96677 276.63782L66.13864 276.63782L66.13864 276.5597Q66.09177 275.73157 65.68552 275.27844Q65.29489 274.82532 64.60739 274.82532ZM67.85739 277.16907Q67.85739 275.70032 68.54489 274.82532Q69.23239 273.9347 70.35739 273.9347Q71.46677 273.9347 72.12302 274.6847L72.12302 271.38782L73.20114 271.38782L73.20114 280.38782L72.20114 280.38782L72.15427 279.70032Q71.49802 280.51282 70.34177 280.51282Q69.24802 280.51282 68.54489 279.60657Q67.85739 278.70032 67.85739 277.2472L67.85739 277.16907ZM68.93552 277.29407Q68.93552 278.3722 69.37302 278.98157Q69.82614 279.59094 70.60739 279.59094Q71.63864 279.59094 72.12302 278.65344L72.12302 275.7472Q71.63864 274.85657 70.62302 274.85657Q69.82614 274.85657 69.37302 275.46594Q68.93552 276.07532 68.93552 277.29407ZM83.46677 277.29407Q83.46677 278.73157 82.81052 279.6222Q82.15427 280.51282 81.01364 280.51282Q79.85739 280.51282 79.20114 279.77844L79.20114 282.82532L78.12302 282.82532L78.12302 274.04407L79.10739 274.04407L79.15427 274.7472Q79.82614 273.9347 80.99802 273.9347Q82.13864 273.9347 82.79489 274.79407Q83.46677 275.65344 83.46677 277.1847L83.46677 277.29407ZM82.38864 277.16907Q82.38864 276.09094 81.91989 275.48157Q81.46677 274.85657 80.66989 274.85657Q79.68552 274.85657 79.20114 275.71594L79.20114 278.7472Q79.68552 279.6222 80.68552 279.6222Q81.46677 279.6222 81.91989 279.01282Q82.38864 278.38782 82.38864 277.16907ZM87.74802 280.51282Q86.45114 280.51282 85.63864 279.66907Q84.84177 278.8097 84.84177 277.38782L84.84177 277.20032Q84.84177 276.2472 85.20114 275.51282Q85.56052 274.76282 86.20114 274.35657Q86.85739 273.9347 87.60739 273.9347Q88.84177 273.9347 89.52927 274.7472Q90.21677 275.5597 90.21677 277.07532L90.21677 277.52844L85.91989 277.52844Q85.95114 278.46594 86.46677 279.04407Q86.99802 279.6222 87.81052 279.6222Q88.37302 279.6222 88.76364 279.38782Q89.16989 279.15344 89.48239 278.76282L90.13864 279.27844Q89.34177 280.51282 87.74802 280.51282ZM87.60739 274.82532Q86.95114 274.82532 86.49802 275.3097Q86.06052 275.77844 85.96677 276.63782L89.13864 276.63782L89.13864 276.5597Q89.09177 275.73157 88.68552 275.27844Q88.29489 274.82532 87.60739 274.82532ZM94.18552 275.01282Q93.93552 274.98157 93.65427 274.98157Q92.57614 274.98157 92.20114 275.88782L92.20114 280.38782L91.12302 280.38782L91.12302 274.04407L92.16989 274.04407L92.18552 274.77844Q92.71677 273.9347 93.70114 273.9347Q94.01364 273.9347 94.18552 274.01282L94.18552 275.01282ZM95.65427 280.38782L95.65427 274.88782L94.65427 274.88782L94.65427 274.04407L95.65427 274.04407L95.65427 273.40344Q95.65427 272.3722 96.18552 271.82532Q96.73239 271.26282 97.73239 271.26282Q98.10739 271.26282 98.48239 271.35657L98.41989 272.2472Q98.13864 272.1847 97.84177 272.1847Q97.31052 272.1847 97.01364 272.4972Q96.73239 272.8097 96.73239 273.3722L96.73239 274.04407L98.09177 274.04407L98.09177 274.88782L96.73239 274.88782L96.73239 280.38782L95.65427 280.38782ZM98.82614 277.15344Q98.82614 276.23157 99.18552 275.48157Q99.56052 274.73157 100.21677 274.34094Q100.87302 273.9347 101.70114 273.9347Q102.99802 273.9347 103.79489 274.82532Q104.60739 275.71594 104.60739 277.21594L104.60739 277.29407Q104.60739 278.21594 104.24802 278.95032Q103.88864 279.6847 103.23239 280.10657Q102.57614 280.51282 101.71677 280.51282Q100.43552 280.51282 99.62302 279.6222Q98.82614 278.71594 98.82614 277.23157L98.82614 277.15344ZM99.91989 277.29407Q99.91989 278.34094 100.40427 278.98157Q100.90427 279.6222 101.71677 279.6222Q102.54489 279.6222 103.02927 278.98157Q103.51364 278.32532 103.51364 277.15344Q103.51364 276.1222 103.01364 275.48157Q102.52927 274.82532 101.70114 274.82532Q100.90427 274.82532 100.40427 275.46594Q99.91989 276.09094 99.91989 277.29407ZM109.18552 275.01282Q108.93552 274.98157 108.65427 274.98157Q107.57614 274.98157 107.20114 275.88782L107.20114 280.38782L106.12302 280.38782L106.12302 274.04407L107.16989 274.04407L107.18552 274.77844Q107.71677 273.9347 108.70114 273.9347Q109.01364 273.9347 109.18552 274.01282L109.18552 275.01282ZM111.13864 274.04407L111.16989 274.7472Q111.85739 273.9347 113.04489 273.9347Q114.37302 273.9347 114.85739 274.95032Q115.16989 274.4972 115.66989 274.21594Q116.18552 273.9347 116.87302 273.9347Q118.96677 273.9347 118.99802 276.13782L118.99802 280.38782L117.91989 280.38782L117.91989 276.20032Q117.91989 275.52844 117.60739 275.20032Q117.29489 274.85657 116.56052 274.85657Q115.95114 274.85657 115.54489 275.21594Q115.15427 275.57532 115.09177 276.1847L115.09177 280.38782L114.01364 280.38782L114.01364 276.23157Q114.01364 274.85657 112.65427 274.85657Q111.59177 274.85657 111.20114 275.76282L111.20114 280.38782L110.10739 280.38782L110.10739 274.04407L111.13864 274.04407ZM125.02927 280.38782Q124.93552 280.20032 124.87302 279.71594Q124.12302 280.51282 123.07614 280.51282Q122.13864 280.51282 121.52927 279.98157Q120.93552 279.45032 120.93552 278.6222Q120.93552 277.63782 121.68552 277.09094Q122.43552 276.54407 123.81052 276.54407L124.85739 276.54407L124.85739 276.04407Q124.85739 275.48157 124.51364 275.15344Q124.18552 274.8097 123.51364 274.8097Q122.93552 274.8097 122.54489 275.10657Q122.15427 275.38782 122.15427 275.8097L121.06052 275.8097Q121.06052 275.32532 121.38864 274.88782Q121.73239 274.45032 122.31052 274.20032Q122.88864 273.9347 123.57614 273.9347Q124.68552 273.9347 125.29489 274.48157Q125.91989 275.02844 125.95114 275.98157L125.95114 278.90344Q125.95114 279.77844 126.16989 280.29407L126.16989 280.38782L125.02927 280.38782ZM123.23239 279.5597Q123.74802 279.5597 124.20114 279.29407Q124.65427 279.02844 124.85739 278.60657L124.85739 277.3097L124.01364 277.3097Q122.01364 277.3097 122.01364 278.48157Q122.01364 278.98157 122.35739 279.27844Q122.70114 279.5597 123.23239 279.5597ZM129.13864 274.04407L129.16989 274.84094Q129.90427 273.9347 131.07614 273.9347Q133.09177 273.9347 133.10739 276.20032L133.10739 280.38782L132.01364 280.38782L132.01364 276.1847Q132.01364 275.51282 131.70114 275.1847Q131.40427 274.85657 130.74802 274.85657Q130.21677 274.85657 129.81052 275.13782Q129.41989 275.41907 129.20114 275.8722L129.20114 280.38782L128.12302 280.38782L128.12302 274.04407L129.13864 274.04407ZM137.65427 279.6222Q138.23239 279.6222 138.66989 279.27844Q139.10739 278.91907 139.15427 278.38782L140.18552 278.38782Q140.15427 278.9347 139.79489 279.4347Q139.45114 279.91907 138.87302 280.21594Q138.31052 280.51282 137.65427 280.51282Q136.35739 280.51282 135.59177 279.65344Q134.84177 278.77844 134.84177 277.27844L134.84177 277.09094Q134.84177 276.16907 135.16989 275.45032Q135.51364 274.73157 136.13864 274.34094Q136.77927 273.9347 137.65427 273.9347Q138.71677 273.9347 139.41989 274.57532Q140.13864 275.20032 140.18552 276.23157L139.15427 276.23157Q139.10739 275.60657 138.68552 275.21594Q138.26364 274.82532 137.65427 274.82532Q136.82614 274.82532 136.37302 275.41907Q135.91989 276.01282 135.91989 277.13782L135.91989 277.34094Q135.91989 278.4347 136.37302 279.02844Q136.82614 279.6222 137.65427 279.6222ZM143.74802 280.51282Q142.45114 280.51282 141.63864 279.66907Q140.84177 278.8097 140.84177 277.38782L140.84177 277.20032Q140.84177 276.2472 141.20114 275.51282Q141.56052 274.76282 142.20114 274.35657Q142.85739 273.9347 143.60739 273.9347Q144.84177 273.9347 145.52927 274.7472Q146.21677 275.5597 146.21677 277.07532L146.21677 277.52844L141.91989 277.52844Q141.95114 278.46594 142.46677 279.04407Q142.99802 279.6222 143.81052 279.6222Q144.37302 279.6222 144.76364 279.38782Q145.16989 279.15344 145.48239 278.76282L146.13864 279.27844Q145.34177 280.51282 143.74802 280.51282ZM143.60739 274.82532Q142.95114 274.82532 142.49802 275.3097Q142.06052 275.77844 141.96677 276.63782L145.13864 276.63782L145.13864 276.5597Q145.09177 275.73157 144.68552 275.27844Q144.29489 274.82532 143.60739 274.82532ZM150.32614 281.1222L149.40427 281.1222L152.96677 271.85657L153.88864 271.85657L150.32614 281.1222ZM161.18552 275.01282Q160.93552 274.98157 160.65427 274.98157Q159.57614 274.98157 159.20114 275.88782L159.20114 280.38782L158.12302 280.38782L158.12302 274.04407L159.16989 274.04407L159.18552 274.77844Q159.71677 273.9347 160.70114 273.9347Q161.01364 273.9347 161.18552 274.01282L161.18552 275.01282ZM166.02927 279.76282Q165.40427 280.51282 164.16989 280.51282Q163.15427 280.51282 162.62302 279.91907Q162.09177 279.32532 162.09177 278.16907L162.09177 274.04407L163.16989 274.04407L163.16989 278.13782Q163.16989 279.59094 164.34177 279.59094Q165.59177 279.59094 165.99802 278.65344L165.99802 274.04407L167.09177 274.04407L167.09177 280.38782L166.06052 280.38782L166.02927 279.76282ZM170.13864 274.04407L170.16989 274.84094Q170.90427 273.9347 172.07614 273.9347Q174.09177 273.9347 174.10739 276.20032L174.10739 280.38782L173.01364 280.38782L173.01364 276.1847Q173.01364 275.51282 172.70114 275.1847Q172.40427 274.85657 171.74802 274.85657Q171.21677 274.85657 170.81052 275.13782Q170.41989 275.41907 170.20114 275.8722L170.20114 280.38782L169.12302 280.38782L169.12302 274.04407L170.13864 274.04407ZM177.59177 272.51282L177.59177 274.04407L178.76364 274.04407L178.76364 274.88782L177.59177 274.88782L177.59177 278.8097Q177.59177 279.20032 177.74802 279.38782Q177.90427 279.57532 178.27927 279.57532Q178.46677 279.57532 178.79489 279.51282L178.79489 280.38782Q178.37302 280.51282 177.96677 280.51282Q177.24802 280.51282 176.87302 280.07532Q176.49802 279.6222 176.49802 278.8097L176.49802 274.88782L175.34177 274.88782L175.34177 274.04407L176.49802 274.04407L176.49802 272.51282L177.59177 272.51282ZM181.29489 280.38782L180.21677 280.38782L180.21677 274.04407L181.29489 274.04407L181.29489 280.38782ZM180.12302 272.3722Q180.12302 272.10657 180.27927 271.91907Q180.45114 271.73157 180.76364 271.73157Q181.07614 271.73157 181.23239 271.91907Q181.40427 272.10657 181.40427 272.3722Q181.40427 272.6222 181.23239 272.8097Q181.07614 272.98157 180.76364 272.98157Q180.45114 272.98157 180.27927 272.8097Q180.12302 272.6222 180.12302 272.3722ZM184.13864 274.04407L184.16989 274.7472Q184.85739 273.9347 186.04489 273.9347Q187.37302 273.9347 187.85739 274.95032Q188.16989 274.4972 188.66989 274.21594Q189.18552 273.9347 189.87302 273.9347Q191.96677 273.9347 191.99802 276.13782L191.99802 280.38782L190.91989 280.38782L190.91989 276.20032Q190.91989 275.52844 190.60739 275.20032Q190.29489 274.85657 189.56052 274.85657Q188.95114 274.85657 188.54489 275.21594Q188.15427 275.57532 188.09177 276.1847L188.09177 280.38782L187.01364 280.38782L187.01364 276.23157Q187.01364 274.85657 185.65427 274.85657Q184.59177 274.85657 184.20114 275.76282L184.20114 280.38782L183.10739 280.38782L183.10739 274.04407L184.13864 274.04407ZM196.74802 280.51282Q195.45114 280.51282 194.63864 279.66907Q193.84177 278.8097 193.84177 277.38782L193.84177 277.20032Q193.84177 276.2472 194.20114 275.51282Q194.56052 274.76282 195.20114 274.35657Q195.85739 273.9347 196.60739 273.9347Q197.84177 273.9347 198.52927 274.7472Q199.21677 275.5597 199.21677 277.07532L199.21677 277.52844L194.91989 277.52844Q194.95114 278.46594 195.46677 279.04407Q195.99802 279.6222 196.81052 279.6222Q197.37302 279.6222 197.76364 279.38782Q198.16989 279.15344 198.48239 278.76282L199.13864 279.27844Q198.34177 280.51282 196.74802 280.51282ZM196.60739 274.82532Q195.95114 274.82532 195.49802 275.3097Q195.06052 275.77844 194.96677 276.63782L198.13864 276.63782L198.13864 276.5597Q198.09177 275.73157 197.68552 275.27844Q197.29489 274.82532 196.60739 274.82532Z" fill-rule="nonzero"/><path fill="#666666" d="M164.65427 294.6222Q165.23239 294.6222 165.66989 294.27844Q166.10739 293.91907 166.15427 293.38782L167.18552 293.38782Q167.15427 293.9347 166.79489 294.4347Q166.45114 294.91907 165.87302 295.21594Q165.31052 295.51282 164.65427 295.51282Q163.35739 295.51282 162.59177 294.65344Q161.84177 293.77844 161.84177 292.27844L161.84177 292.09094Q161.84177 291.16907 162.16989 290.45032Q162.51364 289.73157 163.13864 289.34094Q163.77927 288.9347 164.65427 288.9347Q165.71677 288.9347 166.41989 289.57532Q167.13864 290.20032 167.18552 291.23157L166.15427 291.23157Q166.10739 290.60657 165.68552 290.21594Q165.26364 289.82532 164.65427 289.82532Q163.82614 289.82532 163.37302 290.41907Q162.91989 291.01282 162.91989 292.13782L162.91989 292.34094Q162.91989 293.4347 163.37302 294.02844Q163.82614 294.6222 164.65427 294.6222ZM167.82614 292.15344Q167.82614 291.23157 168.18552 290.48157Q168.56052 289.73157 169.21677 289.34094Q169.87302 288.9347 170.70114 288.9347Q171.99802 288.9347 172.79489 289.82532Q173.60739 290.71594 173.60739 292.21594L173.60739 292.29407Q173.60739 293.21594 173.24802 293.95032Q172.88864 294.6847 172.23239 295.10657Q171.57614 295.51282 170.71677 295.51282Q169.43552 295.51282 168.62302 294.6222Q167.82614 293.71594 167.82614 292.23157L167.82614 292.15344ZM168.91989 292.29407Q168.91989 293.34094 169.40427 293.98157Q169.90427 294.6222 170.71677 294.6222Q171.54489 294.6222 172.02927 293.98157Q172.51364 293.32532 172.51364 292.15344Q172.51364 291.1222 172.01364 290.48157Q171.52927 289.82532 170.70114 289.82532Q169.90427 289.82532 169.40427 290.46594Q168.91989 291.09094 168.91989 292.29407ZM176.13864 289.04407L176.16989 289.84094Q176.90427 288.9347 178.07614 288.9347Q180.09177 288.9347 180.10739 291.20032L180.10739 295.38782L179.01364 295.38782L179.01364 291.1847Q179.01364 290.51282 178.70114 290.1847Q178.40427 289.85657 177.74802 289.85657Q177.21677 289.85657 176.81052 290.13782Q176.41989 290.41907 176.20114 290.8722L176.20114 295.38782L175.12302 295.38782L175.12302 289.04407L176.13864 289.04407ZM183.59177 287.51282L183.59177 289.04407L184.76364 289.04407L184.76364 289.88782L183.59177 289.88782L183.59177 293.8097Q183.59177 294.20032 183.74802 294.38782Q183.90427 294.57532 184.27927 294.57532Q184.46677 294.57532 184.79489 294.51282L184.79489 295.38782Q184.37302 295.51282 183.96677 295.51282Q183.24802 295.51282 182.87302 295.07532Q182.49802 294.6222 182.49802 293.8097L182.49802 289.88782L181.34177 289.88782L181.34177 289.04407L182.49802 289.04407L182.49802 287.51282L183.59177 287.51282ZM189.18552 290.01282Q188.93552 289.98157 188.65427 289.98157Q187.57614 289.98157 187.20114 290.88782L187.20114 295.38782L186.12302 295.38782L186.12302 289.04407L187.16989 289.04407L187.18552 289.77844Q187.71677 288.9347 188.70114 288.9347Q189.01364 288.9347 189.18552 289.01282L189.18552 290.01282ZM189.82614 292.15344Q189.82614 291.23157 190.18552 290.48157Q190.56052 289.73157 191.21677 289.34094Q191.87302 288.9347 192.70114 288.9347Q193.99802 288.9347 194.79489 289.82532Q195.60739 290.71594 195.60739 292.21594L195.60739 292.29407Q195.60739 293.21594 195.24802 293.95032Q194.88864 294.6847 194.23239 295.10657Q193.57614 295.51282 192.71677 295.51282Q191.43552 295.51282 190.62302 294.6222Q189.82614 293.71594 189.82614 292.23157L189.82614 292.15344ZM190.91989 292.29407Q190.91989 293.34094 191.40427 293.98157Q191.90427 294.6222 192.71677 294.6222Q193.54489 294.6222 194.02927 293.98157Q194.51364 293.32532 194.51364 292.15344Q194.51364 291.1222 194.01364 290.48157Q193.52927 289.82532 192.70114 289.82532Q191.90427 289.82532 191.40427 290.46594Q190.91989 291.09094 190.91989 292.29407ZM198.29489 295.38782L197.21677 295.38782L197.21677 286.38782L198.29489 286.38782L198.29489 295.38782Z" fill-rule="nonzero"/><path fill="#666666" d="M177.84177 317.46698Q177.84177 318.71698 177.41989 319.65448Q176.99802 320.57635 176.21677 321.07635Q175.45114 321.57635 174.41989 321.57635Q173.41989 321.57635 172.63864 321.07635Q171.85739 320.57635 171.41989 319.6701Q170.99802 318.74823 170.98239 317.52948L170.98239 316.9201Q170.98239 315.68573 171.40427 314.74823Q171.84177 313.81073 172.62302 313.31073Q173.40427 312.7951 174.41989 312.7951Q175.43552 312.7951 176.21677 313.2951Q176.99802 313.7951 177.41989 314.7326Q177.84177 315.6701 177.84177 316.9201L177.84177 317.46698ZM176.73239 316.90448Q176.73239 315.38885 176.12302 314.57635Q175.51364 313.76385 174.41989 313.76385Q173.34177 313.76385 172.73239 314.57635Q172.12302 315.38885 172.10739 316.82635L172.10739 317.46698Q172.10739 318.93573 172.71677 319.77948Q173.34177 320.6076 174.41989 320.6076Q175.51364 320.6076 176.10739 319.82635Q176.71677 319.02948 176.73239 317.5451L176.73239 316.90448ZM180.59177 313.57635L180.59177 315.1076L181.76364 315.1076L181.76364 315.95135L180.59177 315.95135L180.59177 319.87323Q180.59177 320.26385 180.74802 320.45135Q180.90427 320.63885 181.27927 320.63885Q181.46677 320.63885 181.79489 320.57635L181.79489 321.45135Q181.37302 321.57635 180.96677 321.57635Q180.24802 321.57635 179.87302 321.13885Q179.49802 320.68573 179.49802 319.87323L179.49802 315.95135L178.34177 315.95135L178.34177 315.1076L179.49802 315.1076L179.49802 313.57635L180.59177 313.57635ZM184.20114 315.87323Q184.91989 314.99823 186.07614 314.99823Q188.09177 314.99823 188.10739 317.26385L188.10739 321.45135L187.01364 321.45135L187.01364 317.24823Q187.01364 316.57635 186.70114 316.24823Q186.40427 315.9201 185.74802 315.9201Q185.21677 315.9201 184.81052 316.20135Q184.41989 316.4826 184.20114 316.93573L184.20114 321.45135L183.12302 321.45135L183.12302 312.45135L184.20114 312.45135L184.20114 315.87323ZM192.74802 321.57635Q191.45114 321.57635 190.63864 320.7326Q189.84177 319.87323 189.84177 318.45135L189.84177 318.26385Q189.84177 317.31073 190.20114 316.57635Q190.56052 315.82635 191.20114 315.4201Q191.85739 314.99823 192.60739 314.99823Q193.84177 314.99823 194.52927 315.81073Q195.21677 316.62323 195.21677 318.13885L195.21677 318.59198L190.91989 318.59198Q190.95114 319.52948 191.46677 320.1076Q191.99802 320.68573 192.81052 320.68573Q193.37302 320.68573 193.76364 320.45135Q194.16989 320.21698 194.48239 319.82635L195.13864 320.34198Q194.34177 321.57635 192.74802 321.57635ZM192.60739 315.88885Q191.95114 315.88885 191.49802 316.37323Q191.06052 316.84198 190.96677 317.70135L194.13864 317.70135L194.13864 317.62323Q194.09177 316.7951 193.68552 316.34198Q193.29489 315.88885 192.60739 315.88885ZM199.18552 316.07635Q198.93552 316.0451 198.65427 316.0451Q197.57614 316.0451 197.20114 316.95135L197.20114 321.45135L196.12302 321.45135L196.12302 315.1076L197.16989 315.1076L197.18552 315.84198Q197.71677 314.99823 198.70114 314.99823Q199.01364 314.99823 199.18552 315.07635L199.18552 316.07635Z" fill-rule="nonzero"/><path fill="#666666" d="M203.35739 353.9661Q203.35739 355.87234 202.70114 356.80984Q202.06052 357.73172 200.66989 357.73172Q199.31052 357.73172 198.65427 356.82547Q197.99802 355.91922 197.96677 354.10672L197.96677 352.66922Q197.96677 350.7786 198.60739 349.87234Q199.26364 348.95047 200.65427 348.95047Q202.02927 348.95047 202.68552 349.8411Q203.34177 350.7161 203.35739 352.55984L203.35739 353.9661ZM202.26364 352.48172Q202.26364 351.10672 201.87302 350.48172Q201.49802 349.8411 200.65427 349.8411Q199.82614 349.8411 199.43552 350.48172Q199.06052 351.10672 199.06052 352.4036L199.06052 354.13797Q199.06052 355.51297 199.45114 356.18484Q199.85739 356.8411 200.66989 356.8411Q201.46677 356.8411 201.85739 356.2161Q202.24802 355.5911 202.26364 354.26297L202.26364 352.48172ZM204.90427 350.7161Q204.90427 349.95047 205.38864 349.45047Q205.88864 348.95047 206.65427 348.95047Q207.43552 348.95047 207.91989 349.45047Q208.40427 349.95047 208.40427 350.74734L208.40427 351.16922Q208.40427 351.93484 207.90427 352.43484Q207.41989 352.91922 206.66989 352.91922Q205.90427 352.91922 205.40427 352.43484Q204.90427 351.93484 204.90427 351.12234L204.90427 350.7161ZM205.71677 351.16922Q205.71677 351.62234 205.96677 351.91922Q206.23239 352.2161 206.66989 352.2161Q207.09177 352.2161 207.34177 351.93484Q207.59177 351.63797 207.59177 351.13797L207.59177 350.7161Q207.59177 350.26297 207.34177 349.9661Q207.09177 349.6536 206.65427 349.6536Q206.21677 349.6536 205.96677 349.9661Q205.71677 350.26297 205.71677 350.73172L205.71677 351.16922ZM209.06052 355.51297Q209.06052 354.74734 209.54489 354.26297Q210.04489 353.76297 210.81052 353.76297Q211.57614 353.76297 212.06052 354.26297Q212.56052 354.74734 212.56052 355.55984L212.56052 355.9661Q212.56052 356.73172 212.07614 357.23172Q211.59177 357.73172 210.82614 357.73172Q210.06052 357.73172 209.56052 357.24734Q209.06052 356.74734 209.06052 355.93484L209.06052 355.51297ZM209.87302 355.9661Q209.87302 356.43484 210.12302 356.73172Q210.38864 357.0286 210.82614 357.0286Q211.24802 357.0286 211.49802 356.74734Q211.74802 356.45047 211.74802 355.95047L211.74802 355.51297Q211.74802 355.04422 211.48239 354.76297Q211.23239 354.4661 210.81052 354.4661Q210.38864 354.4661 210.12302 354.76297Q209.87302 355.04422 209.87302 355.54422L209.87302 355.9661ZM206.91989 356.9661L206.29489 356.57547L210.46677 349.9036L211.07614 350.29422L206.91989 356.9661Z" fill-rule="nonzero"/><path fill="#666666" d="M321.3825 357.60672L315.78876 357.60672L315.78876 356.82547L318.74188 353.54422Q319.39813 352.79422 319.64813 352.3411Q319.89813 351.87234 319.89813 351.37234Q319.89813 350.70047 319.49188 350.2786Q319.10126 349.8411 318.41376 349.8411Q317.61688 349.8411 317.16376 350.30984Q316.71063 350.76297 316.71063 351.5911L315.6325 351.5911Q315.6325 350.4036 316.3825 349.68484Q317.14813 348.95047 318.41376 348.95047Q319.61688 348.95047 320.30438 349.57547Q320.99188 350.20047 320.99188 351.24734Q320.99188 352.49734 319.3825 354.24734L317.10126 356.7161L321.3825 356.7161L321.3825 357.60672ZM328.14813 353.9661Q328.14813 355.87234 327.49188 356.80984Q326.85126 357.73172 325.46063 357.73172Q324.10126 357.73172 323.445 356.82547Q322.78876 355.91922 322.7575 354.10672L322.7575 352.66922Q322.7575 350.7786 323.39813 349.87234Q324.05438 348.95047 325.445 348.95047Q326.82 348.95047 327.47626 349.8411Q328.1325 350.7161 328.14813 352.55984L328.14813 353.9661ZM327.05438 352.48172Q327.05438 351.10672 326.66376 350.48172Q326.28876 349.8411 325.445 349.8411Q324.61688 349.8411 324.22626 350.48172Q323.85126 351.10672 323.85126 352.4036L323.85126 354.13797Q323.85126 355.51297 324.24188 356.18484Q324.64813 356.8411 325.46063 356.8411Q326.2575 356.8411 326.64813 356.2161Q327.03876 355.5911 327.05438 354.26297L327.05438 352.48172ZM329.695 350.7161Q329.695 349.95047 330.17938 349.45047Q330.67938 348.95047 331.445 348.95047Q332.22626 348.95047 332.71063 349.45047Q333.195 349.95047 333.195 350.74734L333.195 351.16922Q333.195 351.93484 332.695 352.43484Q332.21063 352.91922 331.46063 352.91922Q330.695 352.91922 330.195 352.43484Q329.695 351.93484 329.695 351.12234L329.695 350.7161ZM330.5075 351.16922Q330.5075 351.62234 330.7575 351.91922Q331.02313 352.2161 331.46063 352.2161Q331.8825 352.2161 332.1325 351.93484Q332.3825 351.63797 332.3825 351.13797L332.3825 350.7161Q332.3825 350.26297 332.1325 349.9661Q331.8825 349.6536 331.445 349.6536Q331.0075 349.6536 330.7575 349.9661Q330.5075 350.26297 330.5075 350.73172L330.5075 351.16922ZM333.85126 355.51297Q333.85126 354.74734 334.33563 354.26297Q334.83563 353.76297 335.60126 353.76297Q336.36688 353.76297 336.85126 354.26297Q337.35126 354.74734 337.35126 355.55984L337.35126 355.9661Q337.35126 356.73172 336.86688 357.23172Q336.3825 357.73172 335.61688 357.73172Q334.85126 357.73172 334.35126 357.24734Q333.85126 356.74734 333.85126 355.93484L333.85126 355.51297ZM334.66376 355.9661Q334.66376 356.43484 334.91376 356.73172Q335.17938 357.0286 335.61688 357.0286Q336.03876 357.0286 336.28876 356.74734Q336.53876 356.45047 336.53876 355.95047L336.53876 355.51297Q336.53876 355.04422 336.27313 354.76297Q336.02313 354.4661 335.60126 354.4661Q335.17938 354.4661 334.91376 354.76297Q334.66376 355.04422 334.66376 355.54422L334.66376 355.9661ZM331.71063 356.9661L331.08563 356.57547L335.2575 349.9036L335.86688 350.29422L331.71063 356.9661Z" fill-rule="nonzero"/><path fill="#666666" d="M441.65765 354.74734L442.84515 354.74734L442.84515 355.62234L441.65765 355.62234L441.65765 357.60672L440.57953 357.60672L440.57953 355.62234L436.6889 355.62234L436.6889 354.98172L440.5014 349.07547L441.65765 349.07547L441.65765 354.74734ZM437.92328 354.74734L440.57953 354.74734L440.57953 350.55984L440.4389 350.79422L437.92328 354.74734ZM449.4389 353.9661Q449.4389 355.87234 448.78265 356.80984Q448.14203 357.73172 446.7514 357.73172Q445.39203 357.73172 444.73578 356.82547Q444.07953 355.91922 444.04828 354.10672L444.04828 352.66922Q444.04828 350.7786 444.6889 349.87234Q445.34515 348.95047 446.73578 348.95047Q448.11078 348.95047 448.76703 349.8411Q449.42328 350.7161 449.4389 352.55984L449.4389 353.9661ZM448.34515 352.48172Q448.34515 351.10672 447.95453 350.48172Q447.57953 349.8411 446.73578 349.8411Q445.90765 349.8411 445.51703 350.48172Q445.14203 351.10672 445.14203 352.4036L445.14203 354.13797Q445.14203 355.51297 445.53265 356.18484Q445.9389 356.8411 446.7514 356.8411Q447.54828 356.8411 447.9389 356.2161Q448.32953 355.5911 448.34515 354.26297L448.34515 352.48172ZM450.98578 350.7161Q450.98578 349.95047 451.47015 349.45047Q451.97015 348.95047 452.73578 348.95047Q453.51703 348.95047 454.0014 349.45047Q454.48578 349.95047 454.48578 350.74734L454.48578 351.16922Q454.48578 351.93484 453.98578 352.43484Q453.5014 352.91922 452.7514 352.91922Q451.98578 352.91922 451.48578 352.43484Q450.98578 351.93484 450.98578 351.12234L450.98578 350.7161ZM451.79828 351.16922Q451.79828 351.62234 452.04828 351.91922Q452.3139 352.2161 452.7514 352.2161Q453.17328 352.2161 453.42328 351.93484Q453.67328 351.63797 453.67328 351.13797L453.67328 350.7161Q453.67328 350.26297 453.42328 349.9661Q453.17328 349.6536 452.73578 349.6536Q452.29828 349.6536 452.04828 349.9661Q451.79828 350.26297 451.79828 350.73172L451.79828 351.16922ZM455.14203 355.51297Q455.14203 354.74734 455.6264 354.26297Q456.1264 353.76297 456.89203 353.76297Q457.65765 353.76297 458.14203 354.26297Q458.64203 354.74734 458.64203 355.55984L458.64203 355.9661Q458.64203 356.73172 458.15765 357.23172Q457.67328 357.73172 456.90765 357.73172Q456.14203 357.73172 455.64203 357.24734Q455.14203 356.74734 455.14203 355.93484L455.14203 355.51297ZM455.95453 355.9661Q455.95453 356.43484 456.20453 356.73172Q456.47015 357.0286 456.90765 357.0286Q457.32953 357.0286 457.57953 356.74734Q457.82953 356.45047 457.82953 355.95047L457.82953 355.51297Q457.82953 355.04422 457.5639 354.76297Q457.3139 354.4661 456.89203 354.4661Q456.47015 354.4661 456.20453 354.76297Q455.95453 355.04422 455.95453 355.54422L455.95453 355.9661ZM453.0014 356.9661L452.3764 356.57547L456.54828 349.9036L457.15765 350.29422L453.0014 356.9661Z" fill-rule="nonzero"/><path fill="#666666" d="M562.63586 349.07547L562.63586 349.98172L562.43274 349.98172Q561.1671 350.01297 560.4171 350.74734Q559.6671 351.4661 559.5421 352.7786Q560.2296 352.01297 561.38586 352.01297Q562.49524 352.01297 563.1671 352.79422Q563.839 353.57547 563.839 354.82547Q563.839 356.13797 563.12024 356.93484Q562.4015 357.73172 561.18274 357.73172Q559.964 357.73172 559.19836 356.79422Q558.44836 355.8411 558.44836 354.35672L558.44836 353.95047Q558.44836 351.5911 559.44836 350.3411Q560.44836 349.0911 562.43274 349.07547L562.63586 349.07547ZM561.214 352.91922Q560.6515 352.91922 560.18274 353.24734Q559.714 353.57547 559.5265 354.0911L559.5265 354.48172Q559.5265 355.54422 559.99524 356.18484Q560.4796 356.82547 561.18274 356.82547Q561.9171 356.82547 562.339 356.29422Q562.76086 355.74734 562.76086 354.87234Q562.76086 353.99734 562.339 353.4661Q561.9171 352.91922 561.214 352.91922ZM570.7296 353.9661Q570.7296 355.87234 570.07336 356.80984Q569.43274 357.73172 568.0421 357.73172Q566.68274 357.73172 566.0265 356.82547Q565.37024 355.91922 565.339 354.10672L565.339 352.66922Q565.339 350.7786 565.9796 349.87234Q566.63586 348.95047 568.0265 348.95047Q569.4015 348.95047 570.05774 349.8411Q570.714 350.7161 570.7296 352.55984L570.7296 353.9661ZM569.63586 352.48172Q569.63586 351.10672 569.24524 350.48172Q568.87024 349.8411 568.0265 349.8411Q567.19836 349.8411 566.80774 350.48172Q566.43274 351.10672 566.43274 352.4036L566.43274 354.13797Q566.43274 355.51297 566.82336 356.18484Q567.2296 356.8411 568.0421 356.8411Q568.839 356.8411 569.2296 356.2161Q569.62024 355.5911 569.63586 354.26297L569.63586 352.48172ZM572.2765 350.7161Q572.2765 349.95047 572.76086 349.45047Q573.26086 348.95047 574.0265 348.95047Q574.80774 348.95047 575.2921 349.45047Q575.7765 349.95047 575.7765 350.74734L575.7765 351.16922Q575.7765 351.93484 575.2765 352.43484Q574.7921 352.91922 574.0421 352.91922Q573.2765 352.91922 572.7765 352.43484Q572.2765 351.93484 572.2765 351.12234L572.2765 350.7161ZM573.089 351.16922Q573.089 351.62234 573.339 351.91922Q573.6046 352.2161 574.0421 352.2161Q574.464 352.2161 574.714 351.93484Q574.964 351.63797 574.964 351.13797L574.964 350.7161Q574.964 350.26297 574.714 349.9661Q574.464 349.6536 574.0265 349.6536Q573.589 349.6536 573.339 349.9661Q573.089 350.26297 573.089 350.73172L573.089 351.16922ZM576.43274 355.51297Q576.43274 354.74734 576.9171 354.26297Q577.4171 353.76297 578.18274 353.76297Q578.94836 353.76297 579.43274 354.26297Q579.93274 354.74734 579.93274 355.55984L579.93274 355.9661Q579.93274 356.73172 579.44836 357.23172Q578.964 357.73172 578.19836 357.73172Q577.43274 357.73172 576.93274 357.24734Q576.43274 356.74734 576.43274 355.93484L576.43274 355.51297ZM577.24524 355.9661Q577.24524 356.43484 577.49524 356.73172Q577.76086 357.0286 578.19836 357.0286Q578.62024 357.0286 578.87024 356.74734Q579.12024 356.45047 579.12024 355.95047L579.12024 355.51297Q579.12024 355.04422 578.8546 354.76297Q578.6046 354.4661 578.18274 354.4661Q577.76086 354.4661 577.49524 354.76297Q577.24524 355.04422 577.24524 355.54422L577.24524 355.9661ZM574.2921 356.9661L573.6671 356.57547L577.839 349.9036L578.44836 350.29422L574.2921 356.9661Z" fill-rule="nonzero"/><path fill="#666666" d="M684.8485 351.29422Q684.8485 351.93484 684.50476 352.43484Q684.161 352.93484 683.5985 353.2161Q684.25476 353.49734 684.6454 354.05984Q685.036 354.60672 685.036 355.30984Q685.036 356.4036 684.286 357.07547Q683.55164 357.73172 682.3329 357.73172Q681.0985 357.73172 680.3485 357.07547Q679.61414 356.4036 679.61414 355.30984Q679.61414 354.60672 679.98914 354.05984Q680.36414 353.49734 681.036 353.2161Q680.4735 352.93484 680.1454 352.43484Q679.81726 351.93484 679.81726 351.29422Q679.81726 350.2161 680.50476 349.5911Q681.19226 348.95047 682.3329 348.95047Q683.4579 348.95047 684.1454 349.5911Q684.8485 350.2161 684.8485 351.29422ZM683.9579 355.2786Q683.9579 354.55984 683.50476 354.12234Q683.05164 353.66922 682.31726 353.66922Q681.5829 353.66922 681.12976 354.12234Q680.69226 354.55984 680.69226 355.29422Q680.69226 356.01297 681.12976 356.43484Q681.56726 356.8411 682.3329 356.8411Q683.0829 356.8411 683.5204 356.41922Q683.9579 355.99734 683.9579 355.2786ZM682.3329 349.8411Q681.69226 349.8411 681.286 350.24734Q680.8954 350.63797 680.8954 351.32547Q680.8954 351.9661 681.286 352.37234Q681.67664 352.7786 682.31726 352.7786Q682.9735 352.7786 683.36414 352.37234Q683.75476 351.9661 683.75476 351.32547Q683.75476 350.66922 683.3485 350.26297Q682.94226 349.8411 682.3329 349.8411ZM692.0204 353.9661Q692.0204 355.87234 691.36414 356.80984Q690.7235 357.73172 689.3329 357.73172Q687.9735 357.73172 687.31726 356.82547Q686.661 355.91922 686.62976 354.10672L686.62976 352.66922Q686.62976 350.7786 687.2704 349.87234Q687.92664 348.95047 689.31726 348.95047Q690.69226 348.95047 691.3485 349.8411Q692.00476 350.7161 692.0204 352.55984L692.0204 353.9661ZM690.92664 352.48172Q690.92664 351.10672 690.536 350.48172Q690.161 349.8411 689.31726 349.8411Q688.48914 349.8411 688.0985 350.48172Q687.7235 351.10672 687.7235 352.4036L687.7235 354.13797Q687.7235 355.51297 688.11414 356.18484Q688.5204 356.8411 689.3329 356.8411Q690.12976 356.8411 690.5204 356.2161Q690.911 355.5911 690.92664 354.26297L690.92664 352.48172ZM693.56726 350.7161Q693.56726 349.95047 694.05164 349.45047Q694.55164 348.95047 695.31726 348.95047Q696.0985 348.95047 696.5829 349.45047Q697.06726 349.95047 697.06726 350.74734L697.06726 351.16922Q697.06726 351.93484 696.56726 352.43484Q696.0829 352.91922 695.3329 352.91922Q694.56726 352.91922 694.06726 352.43484Q693.56726 351.93484 693.56726 351.12234L693.56726 350.7161ZM694.37976 351.16922Q694.37976 351.62234 694.62976 351.91922Q694.8954 352.2161 695.3329 352.2161Q695.75476 352.2161 696.00476 351.93484Q696.25476 351.63797 696.25476 351.13797L696.25476 350.7161Q696.25476 350.26297 696.00476 349.9661Q695.75476 349.6536 695.31726 349.6536Q694.87976 349.6536 694.62976 349.9661Q694.37976 350.26297 694.37976 350.73172L694.37976 351.16922ZM697.7235 355.51297Q697.7235 354.74734 698.2079 354.26297Q698.7079 353.76297 699.4735 353.76297Q700.23914 353.76297 700.7235 354.26297Q701.2235 354.74734 701.2235 355.55984L701.2235 355.9661Q701.2235 356.73172 700.73914 357.23172Q700.25476 357.73172 699.48914 357.73172Q698.7235 357.73172 698.2235 357.24734Q697.7235 356.74734 697.7235 355.93484L697.7235 355.51297ZM698.536 355.9661Q698.536 356.43484 698.786 356.73172Q699.05164 357.0286 699.48914 357.0286Q699.911 357.0286 700.161 356.74734Q700.411 356.45047 700.411 355.95047L700.411 355.51297Q700.411 355.04422 700.1454 354.76297Q699.8954 354.4661 699.4735 354.4661Q699.05164 354.4661 698.786 354.76297Q698.536 355.04422 698.536 355.54422L698.536 355.9661ZM695.5829 356.9661L694.9579 356.57547L699.12976 349.9036L699.73914 350.29422L695.5829 356.9661Z" fill-rule="nonzero"/><path fill="#999999" d="M20.73125 47.57639Q20.73125 46.26389 21.075 45.04514Q21.434376 43.82639 22.1375 42.82639Q22.840626 41.82639 23.60625 41.42014L23.825 42.13889Q22.965626 42.79514 22.41875 44.13889Q21.871876 45.48264 21.825 47.154514L21.809376 47.654514Q21.809376 49.92014 22.6375 51.57639Q23.1375 52.57639 23.825 53.13889L23.60625 53.79514Q22.825 53.373264 22.10625 52.342014Q20.73125 50.35764 20.73125 47.57639ZM25.309376 51.04514L25.309376 45.54514L24.309376 45.54514L24.309376 44.70139L25.309376 44.70139L25.309376 44.060764Q25.309376 43.029514 25.840626 42.48264Q26.3875 41.92014 27.3875 41.92014Q27.7625 41.92014 28.1375 42.01389L28.075 42.904514Q27.79375 42.842014 27.496876 42.842014Q26.965626 42.842014 26.66875 43.154514Q26.3875 43.467014 26.3875 44.029514L26.3875 44.70139L27.746876 44.70139L27.746876 45.54514L26.3875 45.54514L26.3875 51.04514L25.309376 51.04514ZM31.840626 45.67014Q31.590626 45.63889 31.309376 45.63889Q30.23125 45.63889 29.85625 46.54514L29.85625 51.04514L28.778126 51.04514L28.778126 44.70139L29.825 44.70139L29.840626 45.435764Q30.371876 44.592014 31.35625 44.592014Q31.66875 44.592014 31.840626 44.67014L31.840626 45.67014ZM35.403126 51.17014Q34.10625 51.17014 33.29375 50.32639Q32.496876 49.467014 32.496876 48.04514L32.496876 47.85764Q32.496876 46.904514 32.85625 46.17014Q33.215626 45.42014 33.85625 45.01389Q34.5125 44.592014 35.2625 44.592014Q36.496876 44.592014 37.184376 45.404514Q37.871876 46.217014 37.871876 47.73264L37.871876 48.185764L33.575 48.185764Q33.60625 49.123264 34.121876 49.70139Q34.653126 50.279514 35.465626 50.279514Q36.028126 50.279514 36.41875 50.04514Q36.825 49.810764 37.1375 49.42014L37.79375 49.935764Q36.996876 51.17014 35.403126 51.17014ZM35.2625 45.48264Q34.60625 45.48264 34.153126 45.967014Q33.715626 46.435764 33.621876 47.29514L36.79375 47.29514L36.79375 47.217014Q36.746876 46.38889 36.340626 45.935764Q35.95 45.48264 35.2625 45.48264ZM41.403126 51.17014Q40.10625 51.17014 39.29375 50.32639Q38.496876 49.467014 38.496876 48.04514L38.496876 47.85764Q38.496876 46.904514 38.85625 46.17014Q39.215626 45.42014 39.85625 45.01389Q40.5125 44.592014 41.2625 44.592014Q42.496876 44.592014 43.184376 45.404514Q43.871876 46.217014 43.871876 47.73264L43.871876 48.185764L39.575 48.185764Q39.60625 49.123264 40.121876 49.70139Q40.653126 50.279514 41.465626 50.279514Q42.028126 50.279514 42.41875 50.04514Q42.825 49.810764 43.1375 49.42014L43.79375 49.935764Q42.996876 51.17014 41.403126 51.17014ZM41.2625 45.48264Q40.60625 45.48264 40.153126 45.967014Q39.715626 46.435764 39.621876 47.29514L42.79375 47.29514L42.79375 47.217014Q42.746876 46.38889 42.340626 45.935764Q41.95 45.48264 41.2625 45.48264ZM47.028126 47.85764L44.16875 47.85764L44.16875 46.98264L47.028126 46.98264L47.028126 47.85764ZM49.246876 43.17014L49.246876 44.70139L50.41875 44.70139L50.41875 45.54514L49.246876 45.54514L49.246876 49.467014Q49.246876 49.85764 49.403126 50.04514Q49.559376 50.23264 49.934376 50.23264Q50.121876 50.23264 50.45 50.17014L50.45 51.04514Q50.028126 51.17014 49.621876 51.17014Q48.903126 51.17014 48.528126 50.73264Q48.153126 50.279514 48.153126 49.467014L48.153126 45.54514L46.996876 45.54514L46.996876 44.70139L48.153126 44.70139L48.153126 43.17014L49.246876 43.17014ZM54.403126 51.17014Q53.10625 51.17014 52.29375 50.32639Q51.496876 49.467014 51.496876 48.04514L51.496876 47.85764Q51.496876 46.904514 51.85625 46.17014Q52.215626 45.42014 52.85625 45.01389Q53.5125 44.592014 54.2625 44.592014Q55.496876 44.592014 56.184376 45.404514Q56.871876 46.217014 56.871876 47.73264L56.871876 48.185764L52.575 48.185764Q52.60625 49.123264 53.121876 49.70139Q53.653126 50.279514 54.465626 50.279514Q55.028126 50.279514 55.41875 50.04514Q55.825 49.810764 56.1375 49.42014L56.79375 49.935764Q55.996876 51.17014 54.403126 51.17014ZM54.2625 45.48264Q53.60625 45.48264 53.153126 45.967014Q52.715626 46.435764 52.621876 47.29514L55.79375 47.29514L55.79375 47.217014Q55.746876 46.38889 55.340626 45.935764Q54.95 45.48264 54.2625 45.48264ZM59.903126 47.01389L61.309376 44.70139L62.575 44.70139L60.496876 47.842014L62.6375 51.04514L61.3875 51.04514L59.91875 48.67014L58.45 51.04514L57.184376 51.04514L59.325 47.842014L57.2625 44.70139L58.5125 44.70139L59.903126 47.01389ZM65.24687 43.17014L65.24687 44.70139L66.41875 44.70139L66.41875 45.54514L65.24687 45.54514L65.24687 49.467014Q65.24687 49.85764 65.40312 50.04514Q65.55937 50.23264 65.93437 50.23264Q66.12187 50.23264 66.45 50.17014L66.45 51.04514Q66.02812 51.17014 65.62187 51.17014Q64.90312 51.17014 64.52812 50.73264Q64.15312 50.279514 64.15312 49.467014L64.15312 45.54514L62.996876 45.54514L62.996876 44.70139L64.15312 44.70139L64.15312 43.17014L65.24687 43.17014ZM73.84062 45.67014Q73.59062 45.63889 73.30937 45.63889Q72.23125 45.63889 71.85625 46.54514L71.85625 51.04514L70.77812 51.04514L70.77812 44.70139L71.825 44.70139L71.84062 45.435764Q72.37187 44.592014 73.35625 44.592014Q73.66875 44.592014 73.84062 44.67014L73.84062 45.67014ZM77.40312 51.17014Q76.10625 51.17014 75.29375 50.32639Q74.49687 49.467014 74.49687 48.04514L74.49687 47.85764Q74.49687 46.904514 74.85625 46.17014Q75.21562 45.42014 75.85625 45.01389Q76.5125 44.592014 77.2625 44.592014Q78.49687 44.592014 79.18437 45.404514Q79.87187 46.217014 79.87187 47.73264L79.87187 48.185764L75.575 48.185764Q75.60625 49.123264 76.12187 49.70139Q76.65312 50.279514 77.46562 50.279514Q78.02812 50.279514 78.41875 50.04514Q78.825 49.810764 79.1375 49.42014L79.79375 49.935764Q78.99687 51.17014 77.40312 51.17014ZM77.2625 45.48264Q76.60625 45.48264 76.15312 45.967014Q75.71562 46.435764 75.62187 47.29514L78.79375 47.29514L78.79375 47.217014Q78.74687 46.38889 78.34062 45.935764Q77.95 45.48264 77.2625 45.48264ZM84.46562 49.35764Q84.46562 48.92014 84.12187 48.685764Q83.79375 48.435764 82.96562 48.26389Q82.15312 48.092014 81.66875 47.842014Q81.18437 47.592014 80.95 47.26389Q80.73125 46.92014 80.73125 46.45139Q80.73125 45.67014 81.3875 45.13889Q82.04375 44.592014 83.075 44.592014Q84.15312 44.592014 84.80937 45.154514Q85.48125 45.70139 85.48125 46.560764L84.40312 46.560764Q84.40312 46.123264 84.0125 45.810764Q83.6375 45.48264 83.075 45.48264Q82.48125 45.48264 82.1375 45.748264Q81.80937 45.998264 81.80937 46.404514Q81.80937 46.79514 82.12187 46.998264Q82.43437 47.20139 83.24687 47.38889Q84.05937 47.560764 84.55937 47.810764Q85.05937 48.060764 85.29375 48.42014Q85.54375 48.779514 85.54375 49.279514Q85.54375 50.13889 84.85625 50.654514Q84.18437 51.17014 83.10625 51.17014Q82.34062 51.17014 81.74687 50.904514Q81.16875 50.623264 80.84062 50.13889Q80.5125 49.654514 80.5125 49.092014L81.59062 49.092014Q81.62187 49.63889 82.02812 49.967014Q82.43437 50.279514 83.10625 50.279514Q83.71562 50.279514 84.09062 50.029514Q84.46562 49.779514 84.46562 49.35764ZM92.12187 47.95139Q92.12187 49.38889 91.46562 50.279514Q90.80937 51.17014 89.66875 51.17014Q88.5125 51.17014 87.85625 50.435764L87.85625 53.48264L86.77812 53.48264L86.77812 44.70139L87.7625 44.70139L87.80937 45.404514Q88.48125 44.592014 89.65312 44.592014Q90.79375 44.592014 91.45 45.45139Q92.12187 46.310764 92.12187 47.842014L92.12187 47.95139ZM91.04375 47.82639Q91.04375 46.748264 90.575 46.13889Q90.12187 45.51389 89.325 45.51389Q88.34062 45.51389 87.85625 46.373264L87.85625 49.404514Q88.34062 50.279514 89.34062 50.279514Q90.12187 50.279514 90.575 49.67014Q91.04375 49.04514 91.04375 47.82639ZM93.48125 47.810764Q93.48125 46.88889 93.84062 46.13889Q94.21562 45.38889 94.87187 44.998264Q95.52812 44.592014 96.35625 44.592014Q97.65312 44.592014 98.45 45.48264Q99.2625 46.373264 99.2625 47.873264L99.2625 47.95139Q99.2625 48.873264 98.90312 49.60764Q98.54375 50.342014 97.8875 50.76389Q97.23125 51.17014 96.37187 51.17014Q95.09062 51.17014 94.27812 50.279514Q93.48125 49.373264 93.48125 47.88889L93.48125 47.810764ZM94.575 47.95139Q94.575 48.998264 95.05937 49.63889Q95.55937 50.279514 96.37187 50.279514Q97.2 50.279514 97.68437 49.63889Q98.16875 48.98264 98.16875 47.810764Q98.16875 46.779514 97.66875 46.13889Q97.18437 45.48264 96.35625 45.48264Q95.55937 45.48264 95.05937 46.123264Q94.575 46.748264 94.575 47.95139ZM101.79375 44.70139L101.825 45.498264Q102.55937 44.592014 103.73125 44.592014Q105.74687 44.592014 105.7625 46.85764L105.7625 51.04514L104.66875 51.04514L104.66875 46.842014Q104.66875 46.17014 104.35625 45.842014Q104.05937 45.51389 103.40312 45.51389Q102.87187 45.51389 102.46562 45.79514Q102.075 46.07639 101.85625 46.529514L101.85625 51.04514L100.77812 51.04514L100.77812 44.70139L101.79375 44.70139ZM111.46562 49.35764Q111.46562 48.92014 111.12187 48.685764Q110.79375 48.435764 109.96562 48.26389Q109.15312 48.092014 108.66875 47.842014Q108.18437 47.592014 107.95 47.26389Q107.73125 46.92014 107.73125 46.45139Q107.73125 45.67014 108.3875 45.13889Q109.04375 44.592014 110.075 44.592014Q111.15312 44.592014 111.80937 45.154514Q112.48125 45.70139 112.48125 46.560764L111.40312 46.560764Q111.40312 46.123264 111.0125 45.810764Q110.6375 45.48264 110.075 45.48264Q109.48125 45.48264 109.1375 45.748264Q108.80937 45.998264 108.80937 46.404514Q108.80937 46.79514 109.12187 46.998264Q109.43437 47.20139 110.24687 47.38889Q111.05937 47.560764 111.55937 47.810764Q112.05937 48.060764 112.29375 48.42014Q112.54375 48.779514 112.54375 49.279514Q112.54375 50.13889 111.85625 50.654514Q111.18437 51.17014 110.10625 51.17014Q109.34062 51.17014 108.74687 50.904514Q108.16875 50.623264 107.84062 50.13889Q107.5125 49.654514 107.5125 49.092014L108.59062 49.092014Q108.62187 49.63889 109.02812 49.967014Q109.43437 50.279514 110.10625 50.279514Q110.71562 50.279514 111.09062 50.029514Q111.46562 49.779514 111.46562 49.35764ZM116.40312 51.17014Q115.10625 51.17014 114.29375 50.32639Q113.49687 49.467014 113.49687 48.04514L113.49687 47.85764Q113.49687 46.904514 113.85625 46.17014Q114.21562 45.42014 114.85625 45.01389Q115.5125 44.592014 116.2625 44.592014Q117.49687 44.592014 118.18437 45.404514Q118.87187 46.217014 118.87187 47.73264L118.87187 48.185764L114.575 48.185764Q114.60625 49.123264 115.12187 49.70139Q115.65312 50.279514 116.46562 50.279514Q117.02812 50.279514 117.41875 50.04514Q117.825 49.810764 118.1375 49.42014L118.79375 49.935764Q117.99687 51.17014 116.40312 51.17014ZM116.2625 45.48264Q115.60625 45.48264 115.15312 45.967014Q114.71562 46.435764 114.62187 47.29514L117.79375 47.29514L117.79375 47.217014Q117.74687 46.38889 117.34062 45.935764Q116.95 45.48264 116.2625 45.48264ZM122.27812 47.63889Q122.27812 48.95139 121.93437 50.154514Q121.59062 51.342014 120.87187 52.35764Q120.16875 53.373264 119.40312 53.79514L119.16875 53.13889Q120.075 52.45139 120.62187 50.998264Q121.16875 49.529514 121.18437 47.76389L121.18437 47.57639Q121.18437 46.342014 120.91875 45.279514Q120.66875 44.217014 120.2 43.38889Q119.74687 42.54514 119.16875 42.07639L119.40312 41.42014Q120.16875 41.842014 120.87187 42.842014Q121.575 43.842014 121.91875 45.060764Q122.27812 46.26389 122.27812 47.63889Z" fill-rule="nonzero"/><path fill="#666666" d="M23.246876 26.654516L23.45 27.967016L23.73125 26.779516L25.7 19.842016L26.79375 19.842016L28.715626 26.779516L28.996876 27.982641L29.2 26.654516L30.746876 19.842016L32.075 19.842016L29.653126 29.795141L28.465626 29.795141L26.403126 22.545141L26.246876 21.779516L26.090626 22.545141L23.965626 29.795141L22.778126 29.795141L20.371876 19.842016L21.684376 19.842016L23.246876 26.654516ZM34.16875 23.295141Q35.0125 22.263891 36.35625 22.263891Q38.7 22.263891 38.73125 24.904516L38.73125 29.795141L37.465626 29.795141L37.465626 24.904516Q37.45 24.107641 37.090626 23.732641Q36.73125 23.342016 35.98125 23.342016Q35.35625 23.342016 34.8875 23.670141Q34.434376 23.998266 34.16875 24.529516L34.16875 29.795141L32.903126 29.795141L32.903126 19.295141L34.16875 19.295141L34.16875 23.295141ZM42.278126 29.795141L41.0125 29.795141L41.0125 22.404516L42.278126 22.404516L42.278126 29.795141ZM40.91875 20.435766Q40.91875 20.123266 41.10625 19.920141Q41.29375 19.701391 41.653126 19.701391Q42.028126 19.701391 42.215626 19.920141Q42.41875 20.123266 42.41875 20.435766Q42.41875 20.748266 42.215626 20.951391Q42.028126 21.154516 41.653126 21.154516Q41.29375 21.154516 41.10625 20.951391Q40.91875 20.748266 40.91875 20.435766ZM46.871876 28.904516Q47.54375 28.904516 48.04375 28.498266Q48.559376 28.076391 48.621876 27.467016L49.809376 27.467016Q49.778126 28.092016 49.371876 28.670141Q48.965626 29.248266 48.29375 29.592016Q47.621876 29.935766 46.871876 29.935766Q45.35625 29.935766 44.465626 28.935766Q43.575 27.920141 43.575 26.170141L43.575 25.951391Q43.575 24.873266 43.965626 24.029516Q44.371876 23.185766 45.10625 22.732641Q45.85625 22.263891 46.871876 22.263891Q48.10625 22.263891 48.934376 23.013891Q49.7625 23.748266 49.809376 24.935766L48.621876 24.935766Q48.559376 24.217016 48.075 23.763891Q47.590626 23.295141 46.871876 23.295141Q45.903126 23.295141 45.371876 23.998266Q44.840626 24.685766 44.840626 25.998266L44.840626 26.232641Q44.840626 27.513891 45.371876 28.217016Q45.903126 28.904516 46.871876 28.904516ZM52.16875 23.295141Q53.0125 22.263891 54.35625 22.263891Q56.7 22.263891 56.73125 24.904516L56.73125 29.795141L55.465626 29.795141L55.465626 24.904516Q55.45 24.107641 55.090626 23.732641Q54.73125 23.342016 53.98125 23.342016Q53.35625 23.342016 52.8875 23.670141Q52.434376 23.998266 52.16875 24.529516L52.16875 29.795141L50.903126 29.795141L50.903126 19.295141L52.16875 19.295141L52.16875 23.295141ZM64.87187 28.904516Q65.54375 28.904516 66.04375 28.498266Q66.55937 28.076391 66.62187 27.467016L67.80937 27.467016Q67.77812 28.092016 67.37187 28.670141Q66.96562 29.248266 66.29375 29.592016Q65.62187 29.935766 64.87187 29.935766Q63.35625 29.935766 62.465626 28.935766Q61.575 27.920141 61.575 26.170141L61.575 25.951391Q61.575 24.873266 61.965626 24.029516Q62.371876 23.185766 63.10625 22.732641Q63.85625 22.263891 64.87187 22.263891Q66.10625 22.263891 66.93437 23.013891Q67.7625 23.748266 67.80937 24.935766L66.62187 24.935766Q66.55937 24.217016 66.075 23.763891Q65.59062 23.295141 64.87187 23.295141Q63.903126 23.295141 63.371876 23.998266Q62.840626 24.685766 62.840626 25.998266L62.840626 26.232641Q62.840626 27.513891 63.371876 28.217016Q63.903126 28.904516 64.87187 28.904516ZM72.48125 23.529516Q72.2 23.482641 71.85625 23.482641Q70.62187 23.482641 70.16875 24.545141L70.16875 29.795141L68.90312 29.795141L68.90312 22.404516L70.1375 22.404516L70.15312 23.248266Q70.77812 22.263891 71.91875 22.263891Q72.29375 22.263891 72.48125 22.357641L72.48125 23.529516ZM75.27812 29.795141L74.0125 29.795141L74.0125 22.404516L75.27812 22.404516L75.27812 29.795141ZM73.91875 20.435766Q73.91875 20.123266 74.10625 19.920141Q74.29375 19.701391 74.65312 19.701391Q75.02812 19.701391 75.21562 19.920141Q75.41875 20.123266 75.41875 20.435766Q75.41875 20.748266 75.21562 20.951391Q75.02812 21.154516 74.65312 21.154516Q74.29375 21.154516 74.10625 20.951391Q73.91875 20.748266 73.91875 20.435766ZM78.62187 20.607641L78.62187 22.404516L79.99687 22.404516L79.99687 23.373266L78.62187 23.373266L78.62187 27.967016Q78.62187 28.404516 78.80937 28.638891Q78.99687 28.857641 79.43437 28.857641Q79.65312 28.857641 80.04375 28.763891L80.04375 29.795141Q79.54375 29.935766 79.075 29.935766Q78.21562 29.935766 77.77812 29.420141Q77.35625 28.904516 77.35625 27.967016L77.35625 23.373266L76.0125 23.373266L76.0125 22.404516L77.35625 22.404516L77.35625 20.607641L78.62187 20.607641ZM83.27812 29.795141L82.0125 29.795141L82.0125 22.404516L83.27812 22.404516L83.27812 29.795141ZM81.91875 20.435766Q81.91875 20.123266 82.10625 19.920141Q82.29375 19.701391 82.65312 19.701391Q83.02812 19.701391 83.21562 19.920141Q83.41875 20.123266 83.41875 20.435766Q83.41875 20.748266 83.21562 20.951391Q83.02812 21.154516 82.65312 21.154516Q82.29375 21.154516 82.10625 20.951391Q81.91875 20.748266 81.91875 20.435766ZM87.87187 28.904516Q88.54375 28.904516 89.04375 28.498266Q89.55937 28.076391 89.62187 27.467016L90.80937 27.467016Q90.77812 28.092016 90.37187 28.670141Q89.96562 29.248266 89.29375 29.592016Q88.62187 29.935766 87.87187 29.935766Q86.35625 29.935766 85.46562 28.935766Q84.575 27.920141 84.575 26.170141L84.575 25.951391Q84.575 24.873266 84.96562 24.029516Q85.37187 23.185766 86.10625 22.732641Q86.85625 22.263891 87.87187 22.263891Q89.10625 22.263891 89.93437 23.013891Q90.7625 23.748266 90.80937 24.935766L89.62187 24.935766Q89.55937 24.217016 89.075 23.763891Q88.59062 23.295141 87.87187 23.295141Q86.90312 23.295141 86.37187 23.998266Q85.84062 24.685766 85.84062 25.998266L85.84062 26.232641Q85.84062 27.513891 86.37187 28.217016Q86.90312 28.904516 87.87187 28.904516ZM96.48125 29.795141Q96.37187 29.576391 96.29375 29.013891Q95.41875 29.935766 94.18437 29.935766Q93.09062 29.935766 92.3875 29.326391Q91.7 28.701391 91.7 27.748266Q91.7 26.592016 92.575 25.951391Q93.45 25.310766 95.04375 25.310766L96.27812 25.310766L96.27812 24.732641Q96.27812 24.060766 95.87187 23.670141Q95.48125 23.279516 94.71562 23.279516Q94.02812 23.279516 93.575 23.623266Q93.12187 23.967016 93.12187 24.451391L91.84062 24.451391Q91.84062 23.888891 92.23125 23.373266Q92.6375 22.857641 93.30937 22.560766Q93.98125 22.263891 94.77812 22.263891Q96.05937 22.263891 96.77812 22.904516Q97.5125 23.545141 97.54375 24.654516L97.54375 28.060766Q97.54375 29.076391 97.79375 29.685766L97.79375 29.795141L96.48125 29.795141ZM94.37187 28.826391Q94.96562 28.826391 95.49687 28.529516Q96.04375 28.217016 96.27812 27.717016L96.27812 26.201391L95.27812 26.201391Q92.96562 26.201391 92.96562 27.560766Q92.96562 28.154516 93.35625 28.498266Q93.74687 28.826391 94.37187 28.826391ZM101.27812 29.795141L100.0125 29.795141L100.0125 19.295141L101.27812 19.295141L101.27812 29.795141ZM107.27812 29.795141L106.0125 29.795141L106.0125 19.295141L107.27812 19.295141L107.27812 29.795141ZM113.48125 29.795141Q113.37187 29.576391 113.29375 29.013891Q112.41875 29.935766 111.18437 29.935766Q110.09062 29.935766 109.3875 29.326391Q108.7 28.701391 108.7 27.748266Q108.7 26.592016 109.575 25.951391Q110.45 25.310766 112.04375 25.310766L113.27812 25.310766L113.27812 24.732641Q113.27812 24.060766 112.87187 23.670141Q112.48125 23.279516 111.71562 23.279516Q111.02812 23.279516 110.575 23.623266Q110.12187 23.967016 110.12187 24.451391L108.84062 24.451391Q108.84062 23.888891 109.23125 23.373266Q109.6375 22.857641 110.30937 22.560766Q110.98125 22.263891 111.77812 22.263891Q113.05937 22.263891 113.77812 22.904516Q114.5125 23.545141 114.54375 24.654516L114.54375 28.060766Q114.54375 29.076391 114.79375 29.685766L114.79375 29.795141L113.48125 29.795141ZM111.37187 28.826391Q111.96562 28.826391 112.49687 28.529516Q113.04375 28.217016 113.27812 27.717016L113.27812 26.201391L112.27812 26.201391Q109.96562 26.201391 109.96562 27.560766Q109.96562 28.154516 110.35625 28.498266Q110.74687 28.826391 111.37187 28.826391ZM118.10625 22.404516L118.1375 23.326391Q118.99687 22.263891 120.35625 22.263891Q122.7 22.263891 122.73125 24.904516L122.73125 29.795141L121.46562 29.795141L121.46562 24.904516Q121.45 24.107641 121.09062 23.732641Q120.73125 23.342016 119.98125 23.342016Q119.35625 23.342016 118.8875 23.670141Q118.43437 23.998266 118.16875 24.529516L118.16875 29.795141L116.90312 29.795141L116.90312 22.404516L118.10625 22.404516ZM124.60625 26.029516Q124.60625 24.310766 125.40312 23.295141Q126.2 22.263891 127.52812 22.263891Q128.87187 22.263891 129.6375 23.217016L129.7 22.404516L130.85625 22.404516L130.85625 29.623266Q130.85625 31.060766 129.99687 31.873266Q129.15312 32.701393 127.71562 32.701393Q126.91875 32.701393 126.15312 32.357643Q125.3875 32.02952 124.98125 31.435766L125.6375 30.670141Q126.45 31.670141 127.62187 31.670141Q128.54375 31.670141 129.05937 31.154516Q129.59062 30.638891 129.59062 29.685766L129.59062 29.060766Q128.825 29.935766 127.5125 29.935766Q126.21562 29.935766 125.40312 28.888891Q124.60625 27.842016 124.60625 26.029516ZM125.87187 26.185766Q125.87187 27.435766 126.3875 28.154516Q126.90312 28.857641 127.825 28.857641Q129.02812 28.857641 129.59062 27.763891L129.59062 24.388891Q128.99687 23.342016 127.84062 23.342016Q126.91875 23.342016 126.3875 24.060766Q125.87187 24.763891 125.87187 26.185766ZM137.48125 29.060766Q136.73125 29.935766 135.30937 29.935766Q134.12187 29.935766 133.49687 29.248266Q132.8875 28.560766 132.8875 27.217016L132.8875 22.404516L134.1375 22.404516L134.1375 27.170141Q134.1375 28.857641 135.5125 28.857641Q136.96562 28.857641 137.43437 27.779516L137.43437 22.404516L138.7 22.404516L138.7 29.795141L137.49687 29.795141L137.48125 29.060766ZM145.48125 29.795141Q145.37187 29.576391 145.29375 29.013891Q144.41875 29.935766 143.18437 29.935766Q142.09062 29.935766 141.3875 29.326391Q140.7 28.701391 140.7 27.748266Q140.7 26.592016 141.575 25.951391Q142.45 25.310766 144.04375 25.310766L145.27812 25.310766L145.27812 24.732641Q145.27812 24.060766 144.87187 23.670141Q144.48125 23.279516 143.71562 23.279516Q143.02812 23.279516 142.575 23.623266Q142.12187 23.967016 142.12187 24.451391L140.84062 24.451391Q140.84062 23.888891 141.23125 23.373266Q141.6375 22.857641 142.30937 22.560766Q142.98125 22.263891 143.77812 22.263891Q145.05937 22.263891 145.77812 22.904516Q146.5125 23.545141 146.54375 24.654516L146.54375 28.060766Q146.54375 29.076391 146.79375 29.685766L146.79375 29.795141L145.48125 29.795141ZM143.37187 28.826391Q143.96562 28.826391 144.49687 28.529516Q145.04375 28.217016 145.27812 27.717016L145.27812 26.201391L144.27812 26.201391Q141.96562 26.201391 141.96562 27.560766Q141.96562 28.154516 142.35625 28.498266Q142.74687 28.826391 143.37187 28.826391ZM148.60625 26.029516Q148.60625 24.310766 149.40312 23.295141Q150.2 22.263891 151.52812 22.263891Q152.87187 22.263891 153.6375 23.217016L153.7 22.404516L154.85625 22.404516L154.85625 29.623266Q154.85625 31.060766 153.99687 31.873266Q153.15312 32.701393 151.71562 32.701393Q150.91875 32.701393 150.15312 32.357643Q149.3875 32.02952 148.98125 31.435766L149.6375 30.670141Q150.45 31.670141 151.62187 31.670141Q152.54375 31.670141 153.05937 31.154516Q153.59062 30.638891 153.59062 29.685766L153.59062 29.060766Q152.825 29.935766 151.5125 29.935766Q150.21562 29.935766 149.40312 28.888891Q148.60625 27.842016 148.60625 26.029516ZM149.87187 26.185766Q149.87187 27.435766 150.3875 28.154516Q150.90312 28.857641 151.825 28.857641Q153.02812 28.857641 153.59062 27.763891L153.59062 24.388891Q152.99687 23.342016 151.84062 23.342016Q150.91875 23.342016 150.3875 24.060766Q149.87187 24.763891 149.87187 26.185766ZM159.98125 29.935766Q158.46562 29.935766 157.52812 28.951391Q156.59062 27.951391 156.59062 26.295141L156.59062 26.076391Q156.59062 24.967016 157.0125 24.107641Q157.43437 23.232641 158.18437 22.748266Q158.93437 22.263891 159.825 22.263891Q161.2625 22.263891 162.05937 23.217016Q162.85625 24.154516 162.85625 25.935766L162.85625 26.451391L157.85625 26.451391Q157.87187 27.545141 158.48125 28.232641Q159.10625 28.904516 160.04375 28.904516Q160.71562 28.904516 161.16875 28.638891Q161.6375 28.357641 161.99687 27.904516L162.7625 28.498266Q161.84062 29.935766 159.98125 29.935766ZM159.825 23.295141Q159.05937 23.295141 158.52812 23.857641Q158.0125 24.420141 157.8875 25.420141L161.59062 25.420141L161.59062 25.326391Q161.54375 24.357641 161.075 23.826391Q160.60625 23.295141 159.825 23.295141ZM167.52812 29.795141L167.52812 23.373266L166.35625 23.373266L166.35625 22.404516L167.52812 22.404516L167.52812 21.638891Q167.52812 20.451391 168.15312 19.810766Q168.79375 19.154516 169.96562 19.154516Q170.40312 19.154516 170.825 19.263891L170.7625 20.295141Q170.43437 20.232641 170.075 20.232641Q169.46562 20.232641 169.12187 20.592016Q168.79375 20.951391 168.79375 21.623266L168.79375 22.404516L170.37187 22.404516L170.37187 23.373266L168.79375 23.373266L168.79375 29.795141L167.52812 29.795141ZM174.98125 29.935766Q173.46562 29.935766 172.52812 28.951391Q171.59062 27.951391 171.59062 26.295141L171.59062 26.076391Q171.59062 24.967016 172.0125 24.107641Q172.43437 23.232641 173.18437 22.748266Q173.93437 22.263891 174.825 22.263891Q176.2625 22.263891 177.05937 23.217016Q177.85625 24.154516 177.85625 25.935766L177.85625 26.451391L172.85625 26.451391Q172.87187 27.545141 173.48125 28.232641Q174.10625 28.904516 175.04375 28.904516Q175.71562 28.904516 176.16875 28.638891Q176.6375 28.357641 176.99687 27.904516L177.7625 28.498266Q176.84062 29.935766 174.98125 29.935766ZM174.825 23.295141Q174.05937 23.295141 173.52812 23.857641Q173.0125 24.420141 172.8875 25.420141L176.59062 25.420141L176.59062 25.326391Q176.54375 24.357641 176.075 23.826391Q175.60625 23.295141 174.825 23.295141ZM183.48125 29.795141Q183.37187 29.576391 183.29375 29.013891Q182.41875 29.935766 181.18437 29.935766Q180.09062 29.935766 179.3875 29.326391Q178.7 28.701391 178.7 27.748266Q178.7 26.592016 179.575 25.951391Q180.45 25.310766 182.04375 25.310766L183.27812 25.310766L183.27812 24.732641Q183.27812 24.060766 182.87187 23.670141Q182.48125 23.279516 181.71562 23.279516Q181.02812 23.279516 180.575 23.623266Q180.12187 23.967016 180.12187 24.451391L178.84062 24.451391Q178.84062 23.888891 179.23125 23.373266Q179.6375 22.857641 180.30937 22.560766Q180.98125 22.263891 181.77812 22.263891Q183.05937 22.263891 183.77812 22.904516Q184.5125 23.545141 184.54375 24.654516L184.54375 28.060766Q184.54375 29.076391 184.79375 29.685766L184.79375 29.795141L183.48125 29.795141ZM181.37187 28.826391Q181.96562 28.826391 182.49687 28.529516Q183.04375 28.217016 183.27812 27.717016L183.27812 26.201391L182.27812 26.201391Q179.96562 26.201391 179.96562 27.560766Q179.96562 28.154516 180.35625 28.498266Q180.74687 28.826391 181.37187 28.826391ZM188.62187 20.607641L188.62187 22.404516L189.99687 22.404516L189.99687 23.373266L188.62187 23.373266L188.62187 27.967016Q188.62187 28.404516 188.80937 28.638891Q188.99687 28.857641 189.43437 28.857641Q189.65312 28.857641 190.04375 28.763891L190.04375 29.795141Q189.54375 29.935766 189.075 29.935766Q188.21562 29.935766 187.77812 29.420141Q187.35625 28.904516 187.35625 27.967016L187.35625 23.373266L186.0125 23.373266L186.0125 22.404516L187.35625 22.404516L187.35625 20.607641L188.62187 20.607641ZM196.48125 29.060766Q195.73125 29.935766 194.30937 29.935766Q193.12187 29.935766 192.49687 29.248266Q191.8875 28.560766 191.8875 27.217016L191.8875 22.404516L193.1375 22.404516L193.1375 27.170141Q193.1375 28.857641 194.5125 28.857641Q195.96562 28.857641 196.43437 27.779516L196.43437 22.404516L197.7 22.404516L197.7 29.795141L196.49687 29.795141L196.48125 29.060766ZM203.48125 23.529516Q203.2 23.482641 202.85625 23.482641Q201.62187 23.482641 201.16875 24.545141L201.16875 29.795141L199.90312 29.795141L199.90312 22.404516L201.1375 22.404516L201.15312 23.248266Q201.77812 22.263891 202.91875 22.263891Q203.29375 22.263891 203.48125 22.357641L203.48125 23.529516ZM207.98125 29.935766Q206.46562 29.935766 205.52812 28.951391Q204.59062 27.951391 204.59062 26.295141L204.59062 26.076391Q204.59062 24.967016 205.0125 24.107641Q205.43437 23.232641 206.18437 22.748266Q206.93437 22.263891 207.825 22.263891Q209.2625 22.263891 210.05937 23.217016Q210.85625 24.154516 210.85625 25.935766L210.85625 26.451391L205.85625 26.451391Q205.87187 27.545141 206.48125 28.232641Q207.10625 28.904516 208.04375 28.904516Q208.71562 28.904516 209.16875 28.638891Q209.6375 28.357641 209.99687 27.904516L210.7625 28.498266Q209.84062 29.935766 207.98125 29.935766ZM207.825 23.295141Q207.05937 23.295141 206.52812 23.857641Q206.0125 24.420141 205.8875 25.420141L209.59062 25.420141L209.59062 25.326391Q209.54375 24.357641 209.075 23.826391Q208.60625 23.295141 207.825 23.295141ZM216.21562 27.826391Q216.21562 27.326391 215.825 27.045141Q215.43437 26.748266 214.48125 26.545141Q213.52812 26.342016 212.95 26.060766Q212.3875 25.763891 212.12187 25.373266Q211.85625 24.982641 211.85625 24.435766Q211.85625 23.513891 212.62187 22.888891Q213.3875 22.263891 214.59062 22.263891Q215.84062 22.263891 216.62187 22.920141Q217.40312 23.560766 217.40312 24.576391L216.1375 24.576391Q216.1375 24.045141 215.7 23.670141Q215.2625 23.295141 214.59062 23.295141Q213.90312 23.295141 213.5125 23.607641Q213.12187 23.904516 213.12187 24.388891Q213.12187 24.842016 213.48125 25.076391Q213.84062 25.310766 214.77812 25.529516Q215.73125 25.732641 216.325 26.029516Q216.91875 26.326391 217.2 26.748266Q217.48125 27.154516 217.48125 27.748266Q217.48125 28.732641 216.68437 29.342016Q215.8875 29.935766 214.62187 29.935766Q213.74687 29.935766 213.05937 29.623266Q212.37187 29.295141 211.98125 28.732641Q211.60625 28.170141 211.60625 27.513891L212.87187 27.513891Q212.90312 28.154516 213.37187 28.529516Q213.85625 28.904516 214.62187 28.904516Q215.34062 28.904516 215.77812 28.607641Q216.21562 28.310766 216.21562 27.826391ZM221.60625 26.029516Q221.60625 24.326391 222.40312 23.295141Q223.21562 22.263891 224.5125 22.263891Q225.825 22.263891 226.575 23.154516L226.575 19.295141L227.84062 19.295141L227.84062 29.795141L226.68437 29.795141L226.62187 28.998266Q225.85625 29.935766 224.5125 29.935766Q223.21562 29.935766 222.40312 28.888891Q221.60625 27.826391 221.60625 26.123266L221.60625 26.029516ZM222.87187 26.185766Q222.87187 27.435766 223.3875 28.154516Q223.90312 28.857641 224.825 28.857641Q226.02812 28.857641 226.575 27.779516L226.575 24.373266Q226.0125 23.342016 224.84062 23.342016Q223.90312 23.342016 223.3875 24.060766Q222.87187 24.763891 222.87187 26.185766ZM229.575 26.029516Q229.575 24.935766 229.99687 24.076391Q230.43437 23.201391 231.18437 22.732641Q231.95 22.263891 232.93437 22.263891Q234.43437 22.263891 235.37187 23.310766Q236.30937 24.357641 236.30937 26.092016L236.30937 26.185766Q236.30937 27.263891 235.8875 28.123266Q235.48125 28.967016 234.7 29.451391Q233.93437 29.935766 232.95 29.935766Q231.43437 29.935766 230.49687 28.888891Q229.575 27.842016 229.575 26.123266L229.575 26.029516ZM230.84062 26.185766Q230.84062 27.404516 231.40312 28.154516Q231.98125 28.904516 232.95 28.904516Q233.90312 28.904516 234.46562 28.154516Q235.04375 27.388891 235.04375 26.029516Q235.04375 24.810766 234.46562 24.060766Q233.8875 23.295141 232.93437 23.295141Q231.99687 23.295141 231.41875 24.045141Q230.84062 24.795141 230.84062 26.185766ZM243.325 27.935766L245.04375 22.404516L246.40312 22.404516L243.43437 30.935766Q242.74687 32.77952 241.23125 32.77952L240.99687 32.763893L240.52812 32.670143L240.52812 31.654516L240.87187 31.670141Q241.5125 31.670141 241.87187 31.404516Q242.23125 31.154516 242.46562 30.467016L242.74687 29.717016L240.10625 22.404516L241.48125 22.404516L243.325 27.935766ZM247.575 26.029516Q247.575 24.935766 247.99687 24.076391Q248.43437 23.201391 249.18437 22.732641Q249.95 22.263891 250.93437 22.263891Q252.43437 22.263891 253.37187 23.310766Q254.30937 24.357641 254.30937 26.092016L254.30937 26.185766Q254.30937 27.263891 253.8875 28.123266Q253.48125 28.967016 252.7 29.451391Q251.93437 29.935766 250.95 29.935766Q249.43437 29.935766 248.49687 28.888891Q247.575 27.842016 247.575 26.123266L247.575 26.029516ZM248.84062 26.185766Q248.84062 27.404516 249.40312 28.154516Q249.98125 28.904516 250.95 28.904516Q251.90312 28.904516 252.46562 28.154516Q253.04375 27.388891 253.04375 26.029516Q253.04375 24.810766 252.46562 24.060766Q251.8875 23.295141 250.93437 23.295141Q249.99687 23.295141 249.41875 24.045141Q248.84062 24.795141 248.84062 26.185766ZM260.48126 29.060766Q259.73126 29.935766 258.3094 29.935766Q257.1219 29.935766 256.4969 29.248266Q255.8875 28.560766 255.8875 27.217016L255.8875 22.404516L257.1375 22.404516L257.1375 27.170141Q257.1375 28.857641 258.5125 28.857641Q259.96564 28.857641 260.4344 27.779516L260.4344 22.404516L261.7 22.404516L261.7 29.795141L260.4969 29.795141L260.48126 29.060766ZM268.10626 22.404516L268.1375 23.326391Q268.9969 22.263891 270.35626 22.263891Q272.7 22.263891 272.73126 24.904516L272.73126 29.795141L271.46564 29.795141L271.46564 24.904516Q271.45 24.107641 271.09064 23.732641Q270.73126 23.342016 269.98126 23.342016Q269.35626 23.342016 268.8875 23.670141Q268.4344 23.998266 268.16876 24.529516L268.16876 29.795141L266.90314 29.795141L266.90314 22.404516L268.10626 22.404516ZM277.98126 29.935766Q276.46564 29.935766 275.52814 28.951391Q274.59064 27.951391 274.59064 26.295141L274.59064 26.076391Q274.59064 24.967016 275.0125 24.107641Q275.4344 23.232641 276.1844 22.748266Q276.9344 22.263891 277.825 22.263891Q279.2625 22.263891 280.0594 23.217016Q280.85626 24.154516 280.85626 25.935766L280.85626 26.451391L275.85626 26.451391Q275.8719 27.545141 276.48126 28.232641Q277.10626 28.904516 278.04376 28.904516Q278.71564 28.904516 279.16876 28.638891Q279.6375 28.357641 279.9969 27.904516L280.7625 28.498266Q279.84064 29.935766 277.98126 29.935766ZM277.825 23.295141Q277.0594 23.295141 276.52814 23.857641Q276.0125 24.420141 275.8875 25.420141L279.59064 25.420141L279.59064 25.326391Q279.54376 24.357641 279.075 23.826391Q278.60626 23.295141 277.825 23.295141ZM284.98126 29.935766Q283.46564 29.935766 282.52814 28.951391Q281.59064 27.951391 281.59064 26.295141L281.59064 26.076391Q281.59064 24.967016 282.0125 24.107641Q282.4344 23.232641 283.1844 22.748266Q283.9344 22.263891 284.825 22.263891Q286.2625 22.263891 287.0594 23.217016Q287.85626 24.154516 287.85626 25.935766L287.85626 26.451391L282.85626 26.451391Q282.8719 27.545141 283.48126 28.232641Q284.10626 28.904516 285.04376 28.904516Q285.71564 28.904516 286.16876 28.638891Q286.6375 28.357641 286.9969 27.904516L287.7625 28.498266Q286.84064 29.935766 284.98126 29.935766ZM284.825 23.295141Q284.0594 23.295141 283.52814 23.857641Q283.0125 24.420141 282.8875 25.420141L286.59064 25.420141L286.59064 25.326391Q286.54376 24.357641 286.075 23.826391Q285.60626 23.295141 284.825 23.295141ZM288.60626 26.029516Q288.60626 24.326391 289.40314 23.295141Q290.21564 22.263891 291.5125 22.263891Q292.825 22.263891 293.575 23.154516L293.575 19.295141L294.84064 19.295141L294.84064 29.795141L293.6844 29.795141L293.6219 28.998266Q292.85626 29.935766 291.5125 29.935766Q290.21564 29.935766 289.40314 28.888891Q288.60626 27.826391 288.60626 26.123266L288.60626 26.029516ZM289.8719 26.185766Q289.8719 27.435766 290.3875 28.154516Q290.90314 28.857641 291.825 28.857641Q293.02814 28.857641 293.575 27.779516L293.575 24.373266Q293.0125 23.342016 291.84064 23.342016Q290.90314 23.342016 290.3875 24.060766Q289.8719 24.763891 289.8719 26.185766ZM301.6219 20.607641L301.6219 22.404516L302.9969 22.404516L302.9969 23.373266L301.6219 23.373266L301.6219 27.967016Q301.6219 28.404516 301.8094 28.638891Q301.9969 28.857641 302.4344 28.857641Q302.65314 28.857641 303.04376 28.763891L303.04376 29.795141Q302.54376 29.935766 302.075 29.935766Q301.21564 29.935766 300.77814 29.420141Q300.35626 28.904516 300.35626 27.967016L300.35626 23.373266L299.0125 23.373266L299.0125 22.404516L300.35626 22.404516L300.35626 20.607641L301.6219 20.607641ZM306.16876 23.295141Q307.0125 22.263891 308.35626 22.263891Q310.7 22.263891 310.73126 24.904516L310.73126 29.795141L309.46564 29.795141L309.46564 24.904516Q309.45 24.107641 309.09064 23.732641Q308.73126 23.342016 307.98126 23.342016Q307.35626 23.342016 306.8875 23.670141Q306.4344 23.998266 306.16876 24.529516L306.16876 29.795141L304.90314 29.795141L304.90314 19.295141L306.16876 19.295141L306.16876 23.295141ZM317.48126 29.795141Q317.3719 29.576391 317.29376 29.013891Q316.41876 29.935766 315.1844 29.935766Q314.09064 29.935766 313.3875 29.326391Q312.7 28.701391 312.7 27.748266Q312.7 26.592016 313.575 25.951391Q314.45 25.310766 316.04376 25.310766L317.27814 25.310766L317.27814 24.732641Q317.27814 24.060766 316.8719 23.670141Q316.48126 23.279516 315.71564 23.279516Q315.02814 23.279516 314.575 23.623266Q314.1219 23.967016 314.1219 24.451391L312.84064 24.451391Q312.84064 23.888891 313.23126 23.373266Q313.6375 22.857641 314.3094 22.560766Q314.98126 22.263891 315.77814 22.263891Q317.0594 22.263891 317.77814 22.904516Q318.5125 23.545141 318.54376 24.654516L318.54376 28.060766Q318.54376 29.076391 318.79376 29.685766L318.79376 29.795141L317.48126 29.795141ZM315.3719 28.826391Q315.96564 28.826391 316.4969 28.529516Q317.04376 28.217016 317.27814 27.717016L317.27814 26.201391L316.27814 26.201391Q313.96564 26.201391 313.96564 27.560766Q313.96564 28.154516 314.35626 28.498266Q314.7469 28.826391 315.3719 28.826391ZM322.6219 20.607641L322.6219 22.404516L323.9969 22.404516L323.9969 23.373266L322.6219 23.373266L322.6219 27.967016Q322.6219 28.404516 322.8094 28.638891Q322.9969 28.857641 323.4344 28.857641Q323.65314 28.857641 324.04376 28.763891L324.04376 29.795141Q323.54376 29.935766 323.075 29.935766Q322.21564 29.935766 321.77814 29.420141Q321.35626 28.904516 321.35626 27.967016L321.35626 23.373266L320.0125 23.373266L320.0125 22.404516L321.35626 22.404516L321.35626 20.607641L322.6219 20.607641ZM333.48126 29.795141Q333.3719 29.576391 333.29376 29.013891Q332.41876 29.935766 331.1844 29.935766Q330.09064 29.935766 329.3875 29.326391Q328.7 28.701391 328.7 27.748266Q328.7 26.592016 329.575 25.951391Q330.45 25.310766 332.04376 25.310766L333.27814 25.310766L333.27814 24.732641Q333.27814 24.060766 332.8719 23.670141Q332.48126 23.279516 331.71564 23.279516Q331.02814 23.279516 330.575 23.623266Q330.1219 23.967016 330.1219 24.451391L328.84064 24.451391Q328.84064 23.888891 329.23126 23.373266Q329.6375 22.857641 330.3094 22.560766Q330.98126 22.263891 331.77814 22.263891Q333.0594 22.263891 333.77814 22.904516Q334.5125 23.545141 334.54376 24.654516L334.54376 28.060766Q334.54376 29.076391 334.79376 29.685766L334.79376 29.795141L333.48126 29.795141ZM331.3719 28.826391Q331.96564 28.826391 332.4969 28.529516Q333.04376 28.217016 333.27814 27.717016L333.27814 26.201391L332.27814 26.201391Q329.96564 26.201391 329.96564 27.560766Q329.96564 28.154516 330.35626 28.498266Q330.7469 28.826391 331.3719 28.826391ZM340.48126 23.529516Q340.2 23.482641 339.85626 23.482641Q338.6219 23.482641 338.16876 24.545141L338.16876 29.795141L336.90314 29.795141L336.90314 22.404516L338.1375 22.404516L338.15314 23.248266Q338.77814 22.263891 339.91876 22.263891Q340.29376 22.263891 340.48126 22.357641L340.48126 23.529516ZM344.98126 29.935766Q343.46564 29.935766 342.52814 28.951391Q341.59064 27.951391 341.59064 26.295141L341.59064 26.076391Q341.59064 24.967016 342.0125 24.107641Q342.4344 23.232641 343.1844 22.748266Q343.9344 22.263891 344.825 22.263891Q346.2625 22.263891 347.0594 23.217016Q347.85626 24.154516 347.85626 25.935766L347.85626 26.451391L342.85626 26.451391Q342.8719 27.545141 343.48126 28.232641Q344.10626 28.904516 345.04376 28.904516Q345.71564 28.904516 346.16876 28.638891Q346.6375 28.357641 346.9969 27.904516L347.7625 28.498266Q346.84064 29.935766 344.98126 29.935766ZM344.825 23.295141Q344.0594 23.295141 343.52814 23.857641Q343.0125 24.420141 342.8875 25.420141L346.59064 25.420141L346.59064 25.326391Q346.54376 24.357641 346.075 23.826391Q345.60626 23.295141 344.825 23.295141ZM353.10626 22.404516L353.1375 23.326391Q353.9969 22.263891 355.35626 22.263891Q357.7 22.263891 357.73126 24.904516L357.73126 29.795141L356.46564 29.795141L356.46564 24.904516Q356.45 24.107641 356.09064 23.732641Q355.73126 23.342016 354.98126 23.342016Q354.35626 23.342016 353.8875 23.670141Q353.4344 23.998266 353.16876 24.529516L353.16876 29.795141L351.90314 29.795141L351.90314 22.404516L353.10626 22.404516ZM359.575 26.029516Q359.575 24.935766 359.9969 24.076391Q360.4344 23.201391 361.1844 22.732641Q361.95 22.263891 362.9344 22.263891Q364.4344 22.263891 365.3719 23.310766Q366.3094 24.357641 366.3094 26.092016L366.3094 26.185766Q366.3094 27.263891 365.8875 28.123266Q365.48126 28.967016 364.7 29.451391Q363.9344 29.935766 362.95 29.935766Q361.4344 29.935766 360.4969 28.888891Q359.575 27.842016 359.575 26.123266L359.575 26.029516ZM360.84064 26.185766Q360.84064 27.404516 361.40314 28.154516Q361.98126 28.904516 362.95 28.904516Q363.90314 28.904516 364.46564 28.154516Q365.04376 27.388891 365.04376 26.029516Q365.04376 24.810766 364.46564 24.060766Q363.8875 23.295141 362.9344 23.295141Q361.9969 23.295141 361.41876 24.045141Q360.84064 24.795141 360.84064 26.185766ZM369.6219 20.607641L369.6219 22.404516L370.9969 22.404516L370.9969 23.373266L369.6219 23.373266L369.6219 27.967016Q369.6219 28.404516 369.8094 28.638891Q369.9969 28.857641 370.4344 28.857641Q370.65314 28.857641 371.04376 28.763891L371.04376 29.795141Q370.54376 29.935766 370.075 29.935766Q369.21564 29.935766 368.77814 29.420141Q368.35626 28.904516 368.35626 27.967016L368.35626 23.373266L367.0125 23.373266L367.0125 22.404516L368.35626 22.404516L368.35626 20.607641L369.6219 20.607641ZM380.48126 29.795141Q380.3719 29.576391 380.29376 29.013891Q379.41876 29.935766 378.1844 29.935766Q377.09064 29.935766 376.3875 29.326391Q375.7 28.701391 375.7 27.748266Q375.7 26.592016 376.575 25.951391Q377.45 25.310766 379.04376 25.310766L380.27814 25.310766L380.27814 24.732641Q380.27814 24.060766 379.8719 23.670141Q379.48126 23.279516 378.71564 23.279516Q378.02814 23.279516 377.575 23.623266Q377.1219 23.967016 377.1219 24.451391L375.84064 24.451391Q375.84064 23.888891 376.23126 23.373266Q376.6375 22.857641 377.3094 22.560766Q377.98126 22.263891 378.77814 22.263891Q380.0594 22.263891 380.77814 22.904516Q381.5125 23.545141 381.54376 24.654516L381.54376 28.060766Q381.54376 29.076391 381.79376 29.685766L381.79376 29.795141L380.48126 29.795141ZM378.3719 28.826391Q378.96564 28.826391 379.4969 28.529516Q380.04376 28.217016 380.27814 27.717016L380.27814 26.201391L379.27814 26.201391Q376.96564 26.201391 376.96564 27.560766Q376.96564 28.154516 377.35626 28.498266Q377.7469 28.826391 378.3719 28.826391ZM386.34064 28.076391L388.1844 22.404516L389.46564 22.404516L386.825 29.795141L385.85626 29.795141L383.16876 22.404516L384.46564 22.404516L386.34064 28.076391ZM395.48126 29.795141Q395.3719 29.576391 395.29376 29.013891Q394.41876 29.935766 393.1844 29.935766Q392.09064 29.935766 391.3875 29.326391Q390.7 28.701391 390.7 27.748266Q390.7 26.592016 391.575 25.951391Q392.45 25.310766 394.04376 25.310766L395.27814 25.310766L395.27814 24.732641Q395.27814 24.060766 394.8719 23.670141Q394.48126 23.279516 393.71564 23.279516Q393.02814 23.279516 392.575 23.623266Q392.1219 23.967016 392.1219 24.451391L390.84064 24.451391Q390.84064 23.888891 391.23126 23.373266Q391.6375 22.857641 392.3094 22.560766Q392.98126 22.263891 393.77814 22.263891Q395.0594 22.263891 395.77814 22.904516Q396.5125 23.545141 396.54376 24.654516L396.54376 28.060766Q396.54376 29.076391 396.79376 29.685766L396.79376 29.795141L395.48126 29.795141ZM393.3719 28.826391Q393.96564 28.826391 394.4969 28.529516Q395.04376 28.217016 395.27814 27.717016L395.27814 26.201391L394.27814 26.201391Q391.96564 26.201391 391.96564 27.560766Q391.96564 28.154516 392.35626 28.498266Q392.7469 28.826391 393.3719 28.826391ZM400.27814 29.795141L399.0125 29.795141L399.0125 22.404516L400.27814 22.404516L400.27814 29.795141ZM398.91876 20.435766Q398.91876 20.123266 399.10626 19.920141Q399.29376 19.701391 399.65314 19.701391Q400.02814 19.701391 400.21564 19.920141Q400.41876 20.123266 400.41876 20.435766Q400.41876 20.748266 400.21564 20.951391Q400.02814 21.154516 399.65314 21.154516Q399.29376 21.154516 399.10626 20.951391Q398.91876 20.748266 398.91876 20.435766ZM403.27814 29.795141L402.0125 29.795141L402.0125 19.295141L403.27814 19.295141L403.27814 29.795141ZM409.48126 29.795141Q409.3719 29.576391 409.29376 29.013891Q408.41876 29.935766 407.1844 29.935766Q406.09064 29.935766 405.3875 29.326391Q404.7 28.701391 404.7 27.748266Q404.7 26.592016 405.575 25.951391Q406.45 25.310766 408.04376 25.310766L409.27814 25.310766L409.27814 24.732641Q409.27814 24.060766 408.8719 23.670141Q408.48126 23.279516 407.71564 23.279516Q407.02814 23.279516 406.575 23.623266Q406.1219 23.967016 406.1219 24.451391L404.84064 24.451391Q404.84064 23.888891 405.23126 23.373266Q405.6375 22.857641 406.3094 22.560766Q406.98126 22.263891 407.77814 22.263891Q409.0594 22.263891 409.77814 22.904516Q410.5125 23.545141 410.54376 24.654516L410.54376 28.060766Q410.54376 29.076391 410.79376 29.685766L410.79376 29.795141L409.48126 29.795141ZM407.3719 28.826391Q407.96564 28.826391 408.4969 28.529516Q409.04376 28.217016 409.27814 27.717016L409.27814 26.201391L408.27814 26.201391Q405.96564 26.201391 405.96564 27.560766Q405.96564 28.154516 406.35626 28.498266Q406.7469 28.826391 407.3719 28.826391ZM419.16876 26.185766Q419.16876 27.873266 418.3875 28.904516Q417.60626 29.935766 416.29376 29.935766Q414.90314 29.935766 414.1375 28.935766L414.075 29.795141L412.90314 29.795141L412.90314 19.295141L414.16876 19.295141L414.16876 23.217016Q414.9344 22.263891 416.27814 22.263891Q417.6375 22.263891 418.40314 23.279516Q419.16876 24.295141 419.16876 26.076391L419.16876 26.185766ZM417.90314 26.029516Q417.90314 24.748266 417.40314 24.045141Q416.90314 23.342016 415.96564 23.342016Q414.71564 23.342016 414.16876 24.498266L414.16876 27.701391Q414.7469 28.857641 415.98126 28.857641Q416.8875 28.857641 417.3875 28.154516Q417.90314 27.451391 417.90314 26.029516ZM422.27814 29.795141L421.0125 29.795141L421.0125 19.295141L422.27814 19.295141L422.27814 29.795141ZM426.98126 29.935766Q425.46564 29.935766 424.52814 28.951391Q423.59064 27.951391 423.59064 26.295141L423.59064 26.076391Q423.59064 24.967016 424.0125 24.107641Q424.4344 23.232641 425.1844 22.748266Q425.9344 22.263891 426.825 22.263891Q428.2625 22.263891 429.0594 23.217016Q429.85626 24.154516 429.85626 25.935766L429.85626 26.451391L424.85626 26.451391Q424.8719 27.545141 425.48126 28.232641Q426.10626 28.904516 427.04376 28.904516Q427.71564 28.904516 428.16876 28.638891Q428.6375 28.357641 428.9969 27.904516L429.7625 28.498266Q428.84064 29.935766 426.98126 29.935766ZM426.825 23.295141Q426.0594 23.295141 425.52814 23.857641Q425.0125 24.420141 424.8875 25.420141L428.59064 25.420141L428.59064 25.326391Q428.54376 24.357641 428.075 23.826391Q427.60626 23.295141 426.825 23.295141ZM435.27814 29.795141L434.0125 29.795141L434.0125 22.404516L435.27814 22.404516L435.27814 29.795141ZM433.91876 20.435766Q433.91876 20.123266 434.10626 19.920141Q434.29376 19.701391 434.65314 19.701391Q435.02814 19.701391 435.21564 19.920141Q435.41876 20.123266 435.41876 20.435766Q435.41876 20.748266 435.21564 20.951391Q435.02814 21.154516 434.65314 21.154516Q434.29376 21.154516 434.10626 20.951391Q433.91876 20.748266 433.91876 20.435766ZM438.10626 22.404516L438.1375 23.326391Q438.9969 22.263891 440.35626 22.263891Q442.7 22.263891 442.73126 24.904516L442.73126 29.795141L441.46564 29.795141L441.46564 24.904516Q441.45 24.107641 441.09064 23.732641Q440.73126 23.342016 439.98126 23.342016Q439.35626 23.342016 438.8875 23.670141Q438.4344 23.998266 438.16876 24.529516L438.16876 29.795141L436.90314 29.795141L436.90314 22.404516L438.10626 22.404516ZM455.45 28.482641Q454.95 29.217016 454.04376 29.576391Q453.1375 29.935766 451.9344 29.935766Q450.71564 29.935766 449.7625 29.373266Q448.825 28.795141 448.3094 27.748266Q447.79376 26.685766 447.77814 25.295141L447.77814 24.435766Q447.77814 22.185766 448.825 20.951391Q449.8875 19.701391 451.77814 19.701391Q453.34064 19.701391 454.29376 20.498266Q455.2469 21.295141 455.45 22.763891L454.1375 22.763891Q453.77814 20.779516 451.79376 20.779516Q450.46564 20.779516 449.77814 21.717016Q449.10626 22.638891 449.10626 24.388891L449.10626 25.201391Q449.10626 26.888891 449.8719 27.873266Q450.6375 28.857641 451.9344 28.857641Q452.6844 28.857641 453.23126 28.701391Q453.79376 28.529516 454.15314 28.138891L454.15314 25.904516L451.84064 25.904516L451.84064 24.842016L455.45 24.842016L455.45 28.482641ZM457.575 26.029516Q457.575 24.935766 457.9969 24.076391Q458.4344 23.201391 459.1844 22.732641Q459.95 22.263891 460.9344 22.263891Q462.4344 22.263891 463.3719 23.310766Q464.3094 24.357641 464.3094 26.092016L464.3094 26.185766Q464.3094 27.263891 463.8875 28.123266Q463.48126 28.967016 462.7 29.451391Q461.9344 29.935766 460.95 29.935766Q459.4344 29.935766 458.4969 28.888891Q457.575 27.842016 457.575 26.123266L457.575 26.029516ZM458.84064 26.185766Q458.84064 27.404516 459.40314 28.154516Q459.98126 28.904516 460.95 28.904516Q461.90314 28.904516 462.46564 28.154516Q463.04376 27.388891 463.04376 26.029516Q463.04376 24.810766 462.46564 24.060766Q461.8875 23.295141 460.9344 23.295141Q459.9969 23.295141 459.41876 24.045141Q458.84064 24.795141 458.84064 26.185766ZM467.3875 26.998266Q467.40314 26.185766 467.575 25.717016Q467.7469 25.232641 468.27814 24.654516L469.16876 23.732641Q469.7469 23.092016 469.7469 22.342016Q469.7469 21.623266 469.3719 21.217016Q468.9969 20.810766 468.27814 20.810766Q467.575 20.810766 467.15314 21.185766Q466.73126 21.545141 466.73126 22.170141L465.46564 22.170141Q465.48126 21.060766 466.2469 20.388891Q467.02814 19.701391 468.27814 19.701391Q469.5594 19.701391 470.27814 20.404516Q471.0125 21.092016 471.0125 22.295141Q471.0125 23.498266 469.90314 24.654516L469.15314 25.404516Q468.65314 25.951391 468.65314 26.998266L467.3875 26.998266ZM467.34064 29.154516Q467.34064 28.857641 467.52814 28.654516Q467.71564 28.435766 468.075 28.435766Q468.45 28.435766 468.6375 28.654516Q468.84064 28.857641 468.84064 29.170141Q468.84064 29.467016 468.6375 29.670141Q468.45 29.873266 468.075 29.873266Q467.71564 29.873266 467.52814 29.670141Q467.34064 29.467016 467.34064 29.154516Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig29.svg b/_content/survey2019/fig29.svg
deleted file mode 100644
index 68449a1..0000000
--- a/_content/survey2019/fig29.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 722.0 820.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="722" height="820" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L722.0 0L722.0 820.0L0 820.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M244.5 69.5L244.5 757.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 69.5L355.5 757.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M467.5 69.5L467.5 757.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M578.5 69.5L578.5 757.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M690.5 69.5L690.5 757.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M244.5 69.415344L690.4579 69.415344L690.4579 757.11475L244.5 757.11475L244.5 69.415344Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 107.0L244.0 83.0L365.0 83.0C366.10458 83.0 367.0 83.89543 367.0 85.0L367.0 105.0C367.0 106.10457 366.10458 107.0 365.0 107.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 107.0L244.0 83.0L365.0 83.0C366.10458 83.0 367.0 83.89543 367.0 85.0L367.0 105.0C367.0 106.10457 366.10458 107.0 365.0 107.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 144.0L244.0 120.0L293.0 120.0C294.10458 120.0 295.0 120.89543 295.0 122.0L295.0 142.0C295.0 143.10457 294.10458 144.0 293.0 144.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 144.0L244.0 120.0L293.0 120.0C294.10458 120.0 295.0 120.89543 295.0 122.0L295.0 142.0C295.0 143.10457 294.10458 144.0 293.0 144.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 182.0L244.0 158.0L293.0 158.0C294.10458 158.0 295.0 158.89543 295.0 160.0L295.0 180.0C295.0 181.10457 294.10458 182.0 293.0 182.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 182.0L244.0 158.0L293.0 158.0C294.10458 158.0 295.0 158.89543 295.0 160.0L295.0 180.0C295.0 181.10457 294.10458 182.0 293.0 182.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 219.0L244.0 195.0L293.0 195.0C294.10458 195.0 295.0 195.89543 295.0 197.0L295.0 217.0C295.0 218.10457 294.10458 219.0 293.0 219.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 219.0L244.0 195.0L293.0 195.0C294.10458 195.0 295.0 195.89543 295.0 197.0L295.0 217.0C295.0 218.10457 294.10458 219.0 293.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 257.0L244.0 233.0L287.0 233.0C288.10458 233.0 289.0 233.89543 289.0 235.0L289.0 255.0C289.0 256.10458 288.10458 257.0 287.0 257.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 257.0L244.0 233.0L287.0 233.0C288.10458 233.0 289.0 233.89543 289.0 235.0L289.0 255.0C289.0 256.10458 288.10458 257.0 287.0 257.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 294.0L244.0 270.0L282.0 270.0C283.10458 270.0 284.0 270.89542 284.0 272.0L284.0 292.0C284.0 293.10458 283.10458 294.0 282.0 294.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 294.0L244.0 270.0L282.0 270.0C283.10458 270.0 284.0 270.89542 284.0 272.0L284.0 292.0C284.0 293.10458 283.10458 294.0 282.0 294.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 332.0L244.0 308.0L282.0 308.0C283.10458 308.0 284.0 308.89542 284.0 310.0L284.0 330.0C284.0 331.10458 283.10458 332.0 282.0 332.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 332.0L244.0 308.0L282.0 308.0C283.10458 308.0 284.0 308.89542 284.0 310.0L284.0 330.0C284.0 331.10458 283.10458 332.0 282.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 369.0L244.0 345.0L282.0 345.0C283.10458 345.0 284.0 345.89542 284.0 347.0L284.0 367.0C284.0 368.10458 283.10458 369.0 282.0 369.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 369.0L244.0 345.0L282.0 345.0C283.10458 345.0 284.0 345.89542 284.0 347.0L284.0 367.0C284.0 368.10458 283.10458 369.0 282.0 369.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 407.0L244.0 383.0L276.0 383.0C277.10458 383.0 278.0 383.89542 278.0 385.0L278.0 405.0C278.0 406.10458 277.10458 407.0 276.0 407.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 407.0L244.0 383.0L276.0 383.0C277.10458 383.0 278.0 383.89542 278.0 385.0L278.0 405.0C278.0 406.10458 277.10458 407.0 276.0 407.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 444.0L244.0 420.0L276.0 420.0C277.10458 420.0 278.0 420.89542 278.0 422.0L278.0 442.0C278.0 443.10458 277.10458 444.0 276.0 444.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 444.0L244.0 420.0L276.0 420.0C277.10458 420.0 278.0 420.89542 278.0 422.0L278.0 442.0C278.0 443.10458 277.10458 444.0 276.0 444.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 481.0L244.0 457.0L270.0 457.0C271.10458 457.0 272.0 457.89542 272.0 459.0L272.0 479.0C272.0 480.10458 271.10458 481.0 270.0 481.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 481.0L244.0 457.0L270.0 457.0C271.10458 457.0 272.0 457.89542 272.0 459.0L272.0 479.0C272.0 480.10458 271.10458 481.0 270.0 481.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 519.0L244.0 495.0L270.0 495.0C271.10458 495.0 272.0 495.89542 272.0 497.0L272.0 517.0C272.0 518.10455 271.10458 519.0 270.0 519.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 519.0L244.0 495.0L270.0 495.0C271.10458 495.0 272.0 495.89542 272.0 497.0L272.0 517.0C272.0 518.10455 271.10458 519.0 270.0 519.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 556.0L244.0 532.0L270.0 532.0C271.10458 532.0 272.0 532.89545 272.0 534.0L272.0 554.0C272.0 555.10455 271.10458 556.0 270.0 556.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 556.0L244.0 532.0L270.0 532.0C271.10458 532.0 272.0 532.89545 272.0 534.0L272.0 554.0C272.0 555.10455 271.10458 556.0 270.0 556.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 594.0L244.0 570.0L265.0 570.0C266.10458 570.0 267.0 570.89545 267.0 572.0L267.0 592.0C267.0 593.10455 266.10458 594.0 265.0 594.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 594.0L244.0 570.0L265.0 570.0C266.10458 570.0 267.0 570.89545 267.0 572.0L267.0 592.0C267.0 593.10455 266.10458 594.0 265.0 594.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 631.0L244.0 607.0L265.0 607.0C266.10458 607.0 267.0 607.89545 267.0 609.0L267.0 629.0C267.0 630.10455 266.10458 631.0 265.0 631.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 631.0L244.0 607.0L265.0 607.0C266.10458 607.0 267.0 607.89545 267.0 609.0L267.0 629.0C267.0 630.10455 266.10458 631.0 265.0 631.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 669.0L244.0 645.0L265.0 645.0C266.10458 645.0 267.0 645.89545 267.0 647.0L267.0 667.0C267.0 668.10455 266.10458 669.0 265.0 669.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 669.0L244.0 645.0L265.0 645.0C266.10458 645.0 267.0 645.89545 267.0 647.0L267.0 667.0C267.0 668.10455 266.10458 669.0 265.0 669.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 706.0L244.0 682.0L259.0 682.0C260.10458 682.0 261.0 682.89545 261.0 684.0L261.0 704.0C261.0 705.10455 260.10458 706.0 259.0 706.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 706.0L244.0 682.0L259.0 682.0C260.10458 682.0 261.0 682.89545 261.0 684.0L261.0 704.0C261.0 705.10455 260.10458 706.0 259.0 706.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M244.0 744.0L244.0 720.0L337.0 720.0C338.10458 720.0 339.0 720.89545 339.0 722.0L339.0 742.0C339.0 743.10455 338.10458 744.0 337.0 744.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M244.0 744.0L244.0 720.0L337.0 720.0C338.10458 720.0 339.0 720.89545 339.0 722.0L339.0 742.0C339.0 743.10455 338.10458 744.0 337.0 744.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M385.4353 99.5L379.84155 99.5L379.84155 98.71875L382.79468 95.4375Q383.45093 94.6875 383.70093 94.234375Q383.95093 93.765625 383.95093 93.265625Q383.95093 92.59375 383.54468 92.171875Q383.15405 91.734375 382.46655 91.734375Q381.66968 91.734375 381.21655 92.203125Q380.76343 92.65625 380.76343 93.484375L379.6853 93.484375Q379.6853 92.296875 380.4353 91.578125Q381.20093 90.84375 382.46655 90.84375Q383.66968 90.84375 384.35718 91.46875Q385.04468 92.09375 385.04468 93.140625Q385.04468 94.390625 383.4353 96.140625L381.15405 98.609375L385.4353 98.609375L385.4353 99.5ZM392.4353 99.5L386.84155 99.5L386.84155 98.71875L389.79468 95.4375Q390.45093 94.6875 390.70093 94.234375Q390.95093 93.765625 390.95093 93.265625Q390.95093 92.59375 390.54468 92.171875Q390.15405 91.734375 389.46655 91.734375Q388.66968 91.734375 388.21655 92.203125Q387.76343 92.65625 387.76343 93.484375L386.6853 93.484375Q386.6853 92.296875 387.4353 91.578125Q388.20093 90.84375 389.46655 90.84375Q390.66968 90.84375 391.35718 91.46875Q392.04468 92.09375 392.04468 93.140625Q392.04468 94.390625 390.4353 96.140625L388.15405 98.609375L392.4353 98.609375L392.4353 99.5ZM393.7478 92.609375Q393.7478 91.84375 394.23218 91.34375Q394.73218 90.84375 395.4978 90.84375Q396.27905 90.84375 396.76343 91.34375Q397.2478 91.84375 397.2478 92.640625L397.2478 93.0625Q397.2478 93.828125 396.7478 94.328125Q396.26343 94.8125 395.51343 94.8125Q394.7478 94.8125 394.2478 94.328125Q393.7478 93.828125 393.7478 93.015625L393.7478 92.609375ZM394.5603 93.0625Q394.5603 93.515625 394.8103 93.8125Q395.07593 94.109375 395.51343 94.109375Q395.9353 94.109375 396.1853 93.828125Q396.4353 93.53125 396.4353 93.03125L396.4353 92.609375Q396.4353 92.15625 396.1853 91.859375Q395.9353 91.546875 395.4978 91.546875Q395.0603 91.546875 394.8103 91.859375Q394.5603 92.15625 394.5603 92.625L394.5603 93.0625ZM397.90405 97.40625Q397.90405 96.640625 398.38843 96.15625Q398.88843 95.65625 399.65405 95.65625Q400.41968 95.65625 400.90405 96.15625Q401.40405 96.640625 401.40405 97.453125L401.40405 97.859375Q401.40405 98.625 400.91968 99.125Q400.4353 99.625 399.66968 99.625Q398.90405 99.625 398.40405 99.140625Q397.90405 98.640625 397.90405 97.828125L397.90405 97.40625ZM398.71655 97.859375Q398.71655 98.328125 398.96655 98.625Q399.23218 98.921875 399.66968 98.921875Q400.09155 98.921875 400.34155 98.640625Q400.59155 98.34375 400.59155 97.84375L400.59155 97.40625Q400.59155 96.9375 400.32593 96.65625Q400.07593 96.359375 399.65405 96.359375Q399.23218 96.359375 398.96655 96.65625Q398.71655 96.9375 398.71655 97.4375L398.71655 97.859375ZM395.76343 98.859375L395.13843 98.46875L399.3103 91.796875L399.91968 92.1875L395.76343 98.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M385.4353 99.5L379.84155 99.5L379.84155 98.71875L382.79468 95.4375Q383.45093 94.6875 383.70093 94.234375Q383.95093 93.765625 383.95093 93.265625Q383.95093 92.59375 383.54468 92.171875Q383.15405 91.734375 382.46655 91.734375Q381.66968 91.734375 381.21655 92.203125Q380.76343 92.65625 380.76343 93.484375L379.6853 93.484375Q379.6853 92.296875 380.4353 91.578125Q381.20093 90.84375 382.46655 90.84375Q383.66968 90.84375 384.35718 91.46875Q385.04468 92.09375 385.04468 93.140625Q385.04468 94.390625 383.4353 96.140625L381.15405 98.609375L385.4353 98.609375L385.4353 99.5ZM392.4353 99.5L386.84155 99.5L386.84155 98.71875L389.79468 95.4375Q390.45093 94.6875 390.70093 94.234375Q390.95093 93.765625 390.95093 93.265625Q390.95093 92.59375 390.54468 92.171875Q390.15405 91.734375 389.46655 91.734375Q388.66968 91.734375 388.21655 92.203125Q387.76343 92.65625 387.76343 93.484375L386.6853 93.484375Q386.6853 92.296875 387.4353 91.578125Q388.20093 90.84375 389.46655 90.84375Q390.66968 90.84375 391.35718 91.46875Q392.04468 92.09375 392.04468 93.140625Q392.04468 94.390625 390.4353 96.140625L388.15405 98.609375L392.4353 98.609375L392.4353 99.5ZM393.7478 92.609375Q393.7478 91.84375 394.23218 91.34375Q394.73218 90.84375 395.4978 90.84375Q396.27905 90.84375 396.76343 91.34375Q397.2478 91.84375 397.2478 92.640625L397.2478 93.0625Q397.2478 93.828125 396.7478 94.328125Q396.26343 94.8125 395.51343 94.8125Q394.7478 94.8125 394.2478 94.328125Q393.7478 93.828125 393.7478 93.015625L393.7478 92.609375ZM394.5603 93.0625Q394.5603 93.515625 394.8103 93.8125Q395.07593 94.109375 395.51343 94.109375Q395.9353 94.109375 396.1853 93.828125Q396.4353 93.53125 396.4353 93.03125L396.4353 92.609375Q396.4353 92.15625 396.1853 91.859375Q395.9353 91.546875 395.4978 91.546875Q395.0603 91.546875 394.8103 91.859375Q394.5603 92.15625 394.5603 92.625L394.5603 93.0625ZM397.90405 97.40625Q397.90405 96.640625 398.38843 96.15625Q398.88843 95.65625 399.65405 95.65625Q400.41968 95.65625 400.90405 96.15625Q401.40405 96.640625 401.40405 97.453125L401.40405 97.859375Q401.40405 98.625 400.91968 99.125Q400.4353 99.625 399.66968 99.625Q398.90405 99.625 398.40405 99.140625Q397.90405 98.640625 397.90405 97.828125L397.90405 97.40625ZM398.71655 97.859375Q398.71655 98.328125 398.96655 98.625Q399.23218 98.921875 399.66968 98.921875Q400.09155 98.921875 400.34155 98.640625Q400.59155 98.34375 400.59155 97.84375L400.59155 97.40625Q400.59155 96.9375 400.32593 96.65625Q400.07593 96.359375 399.65405 96.359375Q399.23218 96.359375 398.96655 96.65625Q398.71655 96.9375 398.71655 97.4375L398.71655 97.859375ZM395.76343 98.859375L395.13843 98.46875L399.3103 91.796875L399.91968 92.1875L395.76343 98.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.52963 132.75Q311.2015 133.15625 310.71713 133.40625Q310.24838 133.64062 309.68588 133.64062Q308.9515 133.64062 308.40463 133.28125Q307.85776 132.92188 307.56088 132.26562Q307.264 131.59375 307.264 130.79688Q307.264 129.95312 307.5765 129.26562Q307.90463 128.57812 308.49838 128.21875Q309.10776 127.84375 309.90463 127.84375Q311.17026 127.84375 311.889 128.79688Q312.62338 129.75 312.62338 131.375L312.62338 131.6875Q312.62338 134.1875 311.639 135.32812Q310.65463 136.46875 308.67026 136.5L308.4515 136.5L308.4515 135.59375L308.68588 135.59375Q310.02963 135.5625 310.74838 134.89062Q311.46713 134.21875 311.52963 132.75ZM309.85776 132.75Q310.40463 132.75 310.85776 132.42188Q311.3265 132.07812 311.54526 131.59375L311.54526 131.15625Q311.54526 130.09375 311.0765 129.42188Q310.60776 128.75 309.90463 128.75Q309.18588 128.75 308.74838 129.29688Q308.3265 129.84375 308.3265 130.75Q308.3265 131.625 308.73276 132.1875Q309.15463 132.75 309.85776 132.75ZM314.27963 129.60938Q314.27963 128.84375 314.764 128.34375Q315.264 127.84375 316.02963 127.84375Q316.81088 127.84375 317.29526 128.34375Q317.77963 128.84375 317.77963 129.64062L317.77963 130.0625Q317.77963 130.82812 317.27963 131.32812Q316.79526 131.8125 316.04526 131.8125Q315.27963 131.8125 314.77963 131.32812Q314.27963 130.82812 314.27963 130.01562L314.27963 129.60938ZM315.09213 130.0625Q315.09213 130.51562 315.34213 130.8125Q315.60776 131.10938 316.04526 131.10938Q316.46713 131.10938 316.71713 130.82812Q316.96713 130.53125 316.96713 130.03125L316.96713 129.60938Q316.96713 129.15625 316.71713 128.85938Q316.46713 128.54688 316.02963 128.54688Q315.59213 128.54688 315.34213 128.85938Q315.09213 129.15625 315.09213 129.625L315.09213 130.0625ZM318.43588 134.40625Q318.43588 133.64062 318.92026 133.15625Q319.42026 132.65625 320.18588 132.65625Q320.9515 132.65625 321.43588 133.15625Q321.93588 133.64062 321.93588 134.45312L321.93588 134.85938Q321.93588 135.625 321.4515 136.125Q320.96713 136.625 320.2015 136.625Q319.43588 136.625 318.93588 136.14062Q318.43588 135.64062 318.43588 134.82812L318.43588 134.40625ZM319.24838 134.85938Q319.24838 135.32812 319.49838 135.625Q319.764 135.92188 320.2015 135.92188Q320.62338 135.92188 320.87338 135.64062Q321.12338 135.34375 321.12338 134.84375L321.12338 134.40625Q321.12338 133.9375 320.85776 133.65625Q320.60776 133.35938 320.18588 133.35938Q319.764 133.35938 319.49838 133.65625Q319.24838 133.9375 319.24838 134.4375L319.24838 134.85938ZM316.29526 135.85938L315.67026 135.46875L319.84213 128.79688L320.4515 129.1875L316.29526 135.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M311.52963 132.75Q311.2015 133.15625 310.71713 133.40625Q310.24838 133.64062 309.68588 133.64062Q308.9515 133.64062 308.40463 133.28125Q307.85776 132.92188 307.56088 132.26562Q307.264 131.59375 307.264 130.79688Q307.264 129.95312 307.5765 129.26562Q307.90463 128.57812 308.49838 128.21875Q309.10776 127.84375 309.90463 127.84375Q311.17026 127.84375 311.889 128.79688Q312.62338 129.75 312.62338 131.375L312.62338 131.6875Q312.62338 134.1875 311.639 135.32812Q310.65463 136.46875 308.67026 136.5L308.4515 136.5L308.4515 135.59375L308.68588 135.59375Q310.02963 135.5625 310.74838 134.89062Q311.46713 134.21875 311.52963 132.75ZM309.85776 132.75Q310.40463 132.75 310.85776 132.42188Q311.3265 132.07812 311.54526 131.59375L311.54526 131.15625Q311.54526 130.09375 311.0765 129.42188Q310.60776 128.75 309.90463 128.75Q309.18588 128.75 308.74838 129.29688Q308.3265 129.84375 308.3265 130.75Q308.3265 131.625 308.73276 132.1875Q309.15463 132.75 309.85776 132.75ZM314.27963 129.60938Q314.27963 128.84375 314.764 128.34375Q315.264 127.84375 316.02963 127.84375Q316.81088 127.84375 317.29526 128.34375Q317.77963 128.84375 317.77963 129.64062L317.77963 130.0625Q317.77963 130.82812 317.27963 131.32812Q316.79526 131.8125 316.04526 131.8125Q315.27963 131.8125 314.77963 131.32812Q314.27963 130.82812 314.27963 130.01562L314.27963 129.60938ZM315.09213 130.0625Q315.09213 130.51562 315.34213 130.8125Q315.60776 131.10938 316.04526 131.10938Q316.46713 131.10938 316.71713 130.82812Q316.96713 130.53125 316.96713 130.03125L316.96713 129.60938Q316.96713 129.15625 316.71713 128.85938Q316.46713 128.54688 316.02963 128.54688Q315.59213 128.54688 315.34213 128.85938Q315.09213 129.15625 315.09213 129.625L315.09213 130.0625ZM318.43588 134.40625Q318.43588 133.64062 318.92026 133.15625Q319.42026 132.65625 320.18588 132.65625Q320.9515 132.65625 321.43588 133.15625Q321.93588 133.64062 321.93588 134.45312L321.93588 134.85938Q321.93588 135.625 321.4515 136.125Q320.96713 136.625 320.2015 136.625Q319.43588 136.625 318.93588 136.14062Q318.43588 135.64062 318.43588 134.82812L318.43588 134.40625ZM319.24838 134.85938Q319.24838 135.32812 319.49838 135.625Q319.764 135.92188 320.2015 135.92188Q320.62338 135.92188 320.87338 135.64062Q321.12338 135.34375 321.12338 134.84375L321.12338 134.40625Q321.12338 133.9375 320.85776 133.65625Q320.60776 133.35938 320.18588 133.35938Q319.764 133.35938 319.49838 133.65625Q319.24838 133.9375 319.24838 134.4375L319.24838 134.85938ZM316.29526 135.85938L315.67026 135.46875L319.84213 128.79688L320.4515 129.1875L316.29526 135.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.52963 170.75Q311.2015 171.15625 310.71713 171.40625Q310.24838 171.64062 309.68588 171.64062Q308.9515 171.64062 308.40463 171.28125Q307.85776 170.92188 307.56088 170.26562Q307.264 169.59375 307.264 168.79688Q307.264 167.95312 307.5765 167.26562Q307.90463 166.57812 308.49838 166.21875Q309.10776 165.84375 309.90463 165.84375Q311.17026 165.84375 311.889 166.79688Q312.62338 167.75 312.62338 169.375L312.62338 169.6875Q312.62338 172.1875 311.639 173.32812Q310.65463 174.46875 308.67026 174.5L308.4515 174.5L308.4515 173.59375L308.68588 173.59375Q310.02963 173.5625 310.74838 172.89062Q311.46713 172.21875 311.52963 170.75ZM309.85776 170.75Q310.40463 170.75 310.85776 170.42188Q311.3265 170.07812 311.54526 169.59375L311.54526 169.15625Q311.54526 168.09375 311.0765 167.42188Q310.60776 166.75 309.90463 166.75Q309.18588 166.75 308.74838 167.29688Q308.3265 167.84375 308.3265 168.75Q308.3265 169.625 308.73276 170.1875Q309.15463 170.75 309.85776 170.75ZM314.27963 167.60938Q314.27963 166.84375 314.764 166.34375Q315.264 165.84375 316.02963 165.84375Q316.81088 165.84375 317.29526 166.34375Q317.77963 166.84375 317.77963 167.64062L317.77963 168.0625Q317.77963 168.82812 317.27963 169.32812Q316.79526 169.8125 316.04526 169.8125Q315.27963 169.8125 314.77963 169.32812Q314.27963 168.82812 314.27963 168.01562L314.27963 167.60938ZM315.09213 168.0625Q315.09213 168.51562 315.34213 168.8125Q315.60776 169.10938 316.04526 169.10938Q316.46713 169.10938 316.71713 168.82812Q316.96713 168.53125 316.96713 168.03125L316.96713 167.60938Q316.96713 167.15625 316.71713 166.85938Q316.46713 166.54688 316.02963 166.54688Q315.59213 166.54688 315.34213 166.85938Q315.09213 167.15625 315.09213 167.625L315.09213 168.0625ZM318.43588 172.40625Q318.43588 171.64062 318.92026 171.15625Q319.42026 170.65625 320.18588 170.65625Q320.9515 170.65625 321.43588 171.15625Q321.93588 171.64062 321.93588 172.45312L321.93588 172.85938Q321.93588 173.625 321.4515 174.125Q320.96713 174.625 320.2015 174.625Q319.43588 174.625 318.93588 174.14062Q318.43588 173.64062 318.43588 172.82812L318.43588 172.40625ZM319.24838 172.85938Q319.24838 173.32812 319.49838 173.625Q319.764 173.92188 320.2015 173.92188Q320.62338 173.92188 320.87338 173.64062Q321.12338 173.34375 321.12338 172.84375L321.12338 172.40625Q321.12338 171.9375 320.85776 171.65625Q320.60776 171.35938 320.18588 171.35938Q319.764 171.35938 319.49838 171.65625Q319.24838 171.9375 319.24838 172.4375L319.24838 172.85938ZM316.29526 173.85938L315.67026 173.46875L319.84213 166.79688L320.4515 167.1875L316.29526 173.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M311.52963 170.75Q311.2015 171.15625 310.71713 171.40625Q310.24838 171.64062 309.68588 171.64062Q308.9515 171.64062 308.40463 171.28125Q307.85776 170.92188 307.56088 170.26562Q307.264 169.59375 307.264 168.79688Q307.264 167.95312 307.5765 167.26562Q307.90463 166.57812 308.49838 166.21875Q309.10776 165.84375 309.90463 165.84375Q311.17026 165.84375 311.889 166.79688Q312.62338 167.75 312.62338 169.375L312.62338 169.6875Q312.62338 172.1875 311.639 173.32812Q310.65463 174.46875 308.67026 174.5L308.4515 174.5L308.4515 173.59375L308.68588 173.59375Q310.02963 173.5625 310.74838 172.89062Q311.46713 172.21875 311.52963 170.75ZM309.85776 170.75Q310.40463 170.75 310.85776 170.42188Q311.3265 170.07812 311.54526 169.59375L311.54526 169.15625Q311.54526 168.09375 311.0765 167.42188Q310.60776 166.75 309.90463 166.75Q309.18588 166.75 308.74838 167.29688Q308.3265 167.84375 308.3265 168.75Q308.3265 169.625 308.73276 170.1875Q309.15463 170.75 309.85776 170.75ZM314.27963 167.60938Q314.27963 166.84375 314.764 166.34375Q315.264 165.84375 316.02963 165.84375Q316.81088 165.84375 317.29526 166.34375Q317.77963 166.84375 317.77963 167.64062L317.77963 168.0625Q317.77963 168.82812 317.27963 169.32812Q316.79526 169.8125 316.04526 169.8125Q315.27963 169.8125 314.77963 169.32812Q314.27963 168.82812 314.27963 168.01562L314.27963 167.60938ZM315.09213 168.0625Q315.09213 168.51562 315.34213 168.8125Q315.60776 169.10938 316.04526 169.10938Q316.46713 169.10938 316.71713 168.82812Q316.96713 168.53125 316.96713 168.03125L316.96713 167.60938Q316.96713 167.15625 316.71713 166.85938Q316.46713 166.54688 316.02963 166.54688Q315.59213 166.54688 315.34213 166.85938Q315.09213 167.15625 315.09213 167.625L315.09213 168.0625ZM318.43588 172.40625Q318.43588 171.64062 318.92026 171.15625Q319.42026 170.65625 320.18588 170.65625Q320.9515 170.65625 321.43588 171.15625Q321.93588 171.64062 321.93588 172.45312L321.93588 172.85938Q321.93588 173.625 321.4515 174.125Q320.96713 174.625 320.2015 174.625Q319.43588 174.625 318.93588 174.14062Q318.43588 173.64062 318.43588 172.82812L318.43588 172.40625ZM319.24838 172.85938Q319.24838 173.32812 319.49838 173.625Q319.764 173.92188 320.2015 173.92188Q320.62338 173.92188 320.87338 173.64062Q321.12338 173.34375 321.12338 172.84375L321.12338 172.40625Q321.12338 171.9375 320.85776 171.65625Q320.60776 171.35938 320.18588 171.35938Q319.764 171.35938 319.49838 171.65625Q319.24838 171.9375 319.24838 172.4375L319.24838 172.85938ZM316.29526 173.85938L315.67026 173.46875L319.84213 166.79688L320.4515 167.1875L316.29526 173.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.52963 207.75Q311.2015 208.15625 310.71713 208.40625Q310.24838 208.64062 309.68588 208.64062Q308.9515 208.64062 308.40463 208.28125Q307.85776 207.92188 307.56088 207.26562Q307.264 206.59375 307.264 205.79688Q307.264 204.95312 307.5765 204.26562Q307.90463 203.57812 308.49838 203.21875Q309.10776 202.84375 309.90463 202.84375Q311.17026 202.84375 311.889 203.79688Q312.62338 204.75 312.62338 206.375L312.62338 206.6875Q312.62338 209.1875 311.639 210.32812Q310.65463 211.46875 308.67026 211.5L308.4515 211.5L308.4515 210.59375L308.68588 210.59375Q310.02963 210.5625 310.74838 209.89062Q311.46713 209.21875 311.52963 207.75ZM309.85776 207.75Q310.40463 207.75 310.85776 207.42188Q311.3265 207.07812 311.54526 206.59375L311.54526 206.15625Q311.54526 205.09375 311.0765 204.42188Q310.60776 203.75 309.90463 203.75Q309.18588 203.75 308.74838 204.29688Q308.3265 204.84375 308.3265 205.75Q308.3265 206.625 308.73276 207.1875Q309.15463 207.75 309.85776 207.75ZM314.27963 204.60938Q314.27963 203.84375 314.764 203.34375Q315.264 202.84375 316.02963 202.84375Q316.81088 202.84375 317.29526 203.34375Q317.77963 203.84375 317.77963 204.64062L317.77963 205.0625Q317.77963 205.82812 317.27963 206.32812Q316.79526 206.8125 316.04526 206.8125Q315.27963 206.8125 314.77963 206.32812Q314.27963 205.82812 314.27963 205.01562L314.27963 204.60938ZM315.09213 205.0625Q315.09213 205.51562 315.34213 205.8125Q315.60776 206.10938 316.04526 206.10938Q316.46713 206.10938 316.71713 205.82812Q316.96713 205.53125 316.96713 205.03125L316.96713 204.60938Q316.96713 204.15625 316.71713 203.85938Q316.46713 203.54688 316.02963 203.54688Q315.59213 203.54688 315.34213 203.85938Q315.09213 204.15625 315.09213 204.625L315.09213 205.0625ZM318.43588 209.40625Q318.43588 208.64062 318.92026 208.15625Q319.42026 207.65625 320.18588 207.65625Q320.9515 207.65625 321.43588 208.15625Q321.93588 208.64062 321.93588 209.45312L321.93588 209.85938Q321.93588 210.625 321.4515 211.125Q320.96713 211.625 320.2015 211.625Q319.43588 211.625 318.93588 211.14062Q318.43588 210.64062 318.43588 209.82812L318.43588 209.40625ZM319.24838 209.85938Q319.24838 210.32812 319.49838 210.625Q319.764 210.92188 320.2015 210.92188Q320.62338 210.92188 320.87338 210.64062Q321.12338 210.34375 321.12338 209.84375L321.12338 209.40625Q321.12338 208.9375 320.85776 208.65625Q320.60776 208.35938 320.18588 208.35938Q319.764 208.35938 319.49838 208.65625Q319.24838 208.9375 319.24838 209.4375L319.24838 209.85938ZM316.29526 210.85938L315.67026 210.46875L319.84213 203.79688L320.4515 204.1875L316.29526 210.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M311.52963 207.75Q311.2015 208.15625 310.71713 208.40625Q310.24838 208.64062 309.68588 208.64062Q308.9515 208.64062 308.40463 208.28125Q307.85776 207.92188 307.56088 207.26562Q307.264 206.59375 307.264 205.79688Q307.264 204.95312 307.5765 204.26562Q307.90463 203.57812 308.49838 203.21875Q309.10776 202.84375 309.90463 202.84375Q311.17026 202.84375 311.889 203.79688Q312.62338 204.75 312.62338 206.375L312.62338 206.6875Q312.62338 209.1875 311.639 210.32812Q310.65463 211.46875 308.67026 211.5L308.4515 211.5L308.4515 210.59375L308.68588 210.59375Q310.02963 210.5625 310.74838 209.89062Q311.46713 209.21875 311.52963 207.75ZM309.85776 207.75Q310.40463 207.75 310.85776 207.42188Q311.3265 207.07812 311.54526 206.59375L311.54526 206.15625Q311.54526 205.09375 311.0765 204.42188Q310.60776 203.75 309.90463 203.75Q309.18588 203.75 308.74838 204.29688Q308.3265 204.84375 308.3265 205.75Q308.3265 206.625 308.73276 207.1875Q309.15463 207.75 309.85776 207.75ZM314.27963 204.60938Q314.27963 203.84375 314.764 203.34375Q315.264 202.84375 316.02963 202.84375Q316.81088 202.84375 317.29526 203.34375Q317.77963 203.84375 317.77963 204.64062L317.77963 205.0625Q317.77963 205.82812 317.27963 206.32812Q316.79526 206.8125 316.04526 206.8125Q315.27963 206.8125 314.77963 206.32812Q314.27963 205.82812 314.27963 205.01562L314.27963 204.60938ZM315.09213 205.0625Q315.09213 205.51562 315.34213 205.8125Q315.60776 206.10938 316.04526 206.10938Q316.46713 206.10938 316.71713 205.82812Q316.96713 205.53125 316.96713 205.03125L316.96713 204.60938Q316.96713 204.15625 316.71713 203.85938Q316.46713 203.54688 316.02963 203.54688Q315.59213 203.54688 315.34213 203.85938Q315.09213 204.15625 315.09213 204.625L315.09213 205.0625ZM318.43588 209.40625Q318.43588 208.64062 318.92026 208.15625Q319.42026 207.65625 320.18588 207.65625Q320.9515 207.65625 321.43588 208.15625Q321.93588 208.64062 321.93588 209.45312L321.93588 209.85938Q321.93588 210.625 321.4515 211.125Q320.96713 211.625 320.2015 211.625Q319.43588 211.625 318.93588 211.14062Q318.43588 210.64062 318.43588 209.82812L318.43588 209.40625ZM319.24838 209.85938Q319.24838 210.32812 319.49838 210.625Q319.764 210.92188 320.2015 210.92188Q320.62338 210.92188 320.87338 210.64062Q321.12338 210.34375 321.12338 209.84375L321.12338 209.40625Q321.12338 208.9375 320.85776 208.65625Q320.60776 208.35938 320.18588 208.35938Q319.764 208.35938 319.49838 208.65625Q319.24838 208.9375 319.24838 209.4375L319.24838 209.85938ZM316.29526 210.85938L315.67026 210.46875L319.84213 203.79688L320.4515 204.1875L316.29526 210.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M306.98642 243.1875Q306.98642 243.82812 306.64267 244.32812Q306.29892 244.82812 305.73642 245.10938Q306.39267 245.39062 306.7833 245.95312Q307.17392 246.5 307.17392 247.20312Q307.17392 248.29688 306.42392 248.96875Q305.68954 249.625 304.4708 249.625Q303.23642 249.625 302.48642 248.96875Q301.75204 248.29688 301.75204 247.20312Q301.75204 246.5 302.12704 245.95312Q302.50204 245.39062 303.17392 245.10938Q302.61142 244.82812 302.2833 244.32812Q301.95517 243.82812 301.95517 243.1875Q301.95517 242.10938 302.64267 241.48438Q303.33017 240.84375 304.4708 240.84375Q305.5958 240.84375 306.2833 241.48438Q306.98642 242.10938 306.98642 243.1875ZM306.0958 247.17188Q306.0958 246.45312 305.64267 246.01562Q305.18954 245.5625 304.45517 245.5625Q303.7208 245.5625 303.26767 246.01562Q302.83017 246.45312 302.83017 247.1875Q302.83017 247.90625 303.26767 248.32812Q303.70517 248.73438 304.4708 248.73438Q305.2208 248.73438 305.6583 248.3125Q306.0958 247.89062 306.0958 247.17188ZM304.4708 241.73438Q303.83017 241.73438 303.42392 242.14062Q303.0333 242.53125 303.0333 243.21875Q303.0333 243.85938 303.42392 244.26562Q303.81454 244.67188 304.45517 244.67188Q305.11142 244.67188 305.50204 244.26562Q305.89267 243.85938 305.89267 243.21875Q305.89267 242.5625 305.48642 242.15625Q305.08017 241.73438 304.4708 241.73438ZM308.70517 242.60938Q308.70517 241.84375 309.18954 241.34375Q309.68954 240.84375 310.45517 240.84375Q311.23642 240.84375 311.7208 241.34375Q312.20517 241.84375 312.20517 242.64062L312.20517 243.0625Q312.20517 243.82812 311.70517 244.32812Q311.2208 244.8125 310.4708 244.8125Q309.70517 244.8125 309.20517 244.32812Q308.70517 243.82812 308.70517 243.01562L308.70517 242.60938ZM309.51767 243.0625Q309.51767 243.51562 309.76767 243.8125Q310.0333 244.10938 310.4708 244.10938Q310.89267 244.10938 311.14267 243.82812Q311.39267 243.53125 311.39267 243.03125L311.39267 242.60938Q311.39267 242.15625 311.14267 241.85938Q310.89267 241.54688 310.45517 241.54688Q310.01767 241.54688 309.76767 241.85938Q309.51767 242.15625 309.51767 242.625L309.51767 243.0625ZM312.86142 247.40625Q312.86142 246.64062 313.3458 246.15625Q313.8458 245.65625 314.61142 245.65625Q315.37704 245.65625 315.86142 246.15625Q316.36142 246.64062 316.36142 247.45312L316.36142 247.85938Q316.36142 248.625 315.87704 249.125Q315.39267 249.625 314.62704 249.625Q313.86142 249.625 313.36142 249.14062Q312.86142 248.64062 312.86142 247.82812L312.86142 247.40625ZM313.67392 247.85938Q313.67392 248.32812 313.92392 248.625Q314.18954 248.92188 314.62704 248.92188Q315.04892 248.92188 315.29892 248.64062Q315.54892 248.34375 315.54892 247.84375L315.54892 247.40625Q315.54892 246.9375 315.2833 246.65625Q315.0333 246.35938 314.61142 246.35938Q314.18954 246.35938 313.92392 246.65625Q313.67392 246.9375 313.67392 247.4375L313.67392 247.85938ZM310.7208 248.85938L310.0958 248.46875L314.26767 241.79688L314.87704 242.1875L310.7208 248.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M306.98642 243.1875Q306.98642 243.82812 306.64267 244.32812Q306.29892 244.82812 305.73642 245.10938Q306.39267 245.39062 306.7833 245.95312Q307.17392 246.5 307.17392 247.20312Q307.17392 248.29688 306.42392 248.96875Q305.68954 249.625 304.4708 249.625Q303.23642 249.625 302.48642 248.96875Q301.75204 248.29688 301.75204 247.20312Q301.75204 246.5 302.12704 245.95312Q302.50204 245.39062 303.17392 245.10938Q302.61142 244.82812 302.2833 244.32812Q301.95517 243.82812 301.95517 243.1875Q301.95517 242.10938 302.64267 241.48438Q303.33017 240.84375 304.4708 240.84375Q305.5958 240.84375 306.2833 241.48438Q306.98642 242.10938 306.98642 243.1875ZM306.0958 247.17188Q306.0958 246.45312 305.64267 246.01562Q305.18954 245.5625 304.45517 245.5625Q303.7208 245.5625 303.26767 246.01562Q302.83017 246.45312 302.83017 247.1875Q302.83017 247.90625 303.26767 248.32812Q303.70517 248.73438 304.4708 248.73438Q305.2208 248.73438 305.6583 248.3125Q306.0958 247.89062 306.0958 247.17188ZM304.4708 241.73438Q303.83017 241.73438 303.42392 242.14062Q303.0333 242.53125 303.0333 243.21875Q303.0333 243.85938 303.42392 244.26562Q303.81454 244.67188 304.45517 244.67188Q305.11142 244.67188 305.50204 244.26562Q305.89267 243.85938 305.89267 243.21875Q305.89267 242.5625 305.48642 242.15625Q305.08017 241.73438 304.4708 241.73438ZM308.70517 242.60938Q308.70517 241.84375 309.18954 241.34375Q309.68954 240.84375 310.45517 240.84375Q311.23642 240.84375 311.7208 241.34375Q312.20517 241.84375 312.20517 242.64062L312.20517 243.0625Q312.20517 243.82812 311.70517 244.32812Q311.2208 244.8125 310.4708 244.8125Q309.70517 244.8125 309.20517 244.32812Q308.70517 243.82812 308.70517 243.01562L308.70517 242.60938ZM309.51767 243.0625Q309.51767 243.51562 309.76767 243.8125Q310.0333 244.10938 310.4708 244.10938Q310.89267 244.10938 311.14267 243.82812Q311.39267 243.53125 311.39267 243.03125L311.39267 242.60938Q311.39267 242.15625 311.14267 241.85938Q310.89267 241.54688 310.45517 241.54688Q310.01767 241.54688 309.76767 241.85938Q309.51767 242.15625 309.51767 242.625L309.51767 243.0625ZM312.86142 247.40625Q312.86142 246.64062 313.3458 246.15625Q313.8458 245.65625 314.61142 245.65625Q315.37704 245.65625 315.86142 246.15625Q316.36142 246.64062 316.36142 247.45312L316.36142 247.85938Q316.36142 248.625 315.87704 249.125Q315.39267 249.625 314.62704 249.625Q313.86142 249.625 313.36142 249.14062Q312.86142 248.64062 312.86142 247.82812L312.86142 247.40625ZM313.67392 247.85938Q313.67392 248.32812 313.92392 248.625Q314.18954 248.92188 314.62704 248.92188Q315.04892 248.92188 315.29892 248.64062Q315.54892 248.34375 315.54892 247.84375L315.54892 247.40625Q315.54892 246.9375 315.2833 246.65625Q315.0333 246.35938 314.61142 246.35938Q314.18954 246.35938 313.92392 246.65625Q313.67392 246.9375 313.67392 247.4375L313.67392 247.85938ZM310.7208 248.85938L310.0958 248.46875L314.26767 241.79688L314.87704 242.1875L310.7208 248.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.74005 278.57812L298.2088 286.5L297.06818 286.5L300.5838 278.85938L295.97443 278.85938L295.97443 277.96875L301.74005 277.96875L301.74005 278.57812ZM303.13068 279.60938Q303.13068 278.84375 303.61505 278.34375Q304.11505 277.84375 304.88068 277.84375Q305.66193 277.84375 306.1463 278.34375Q306.63068 278.84375 306.63068 279.64062L306.63068 280.0625Q306.63068 280.82812 306.13068 281.32812Q305.6463 281.8125 304.8963 281.8125Q304.13068 281.8125 303.63068 281.32812Q303.13068 280.82812 303.13068 280.01562L303.13068 279.60938ZM303.94318 280.0625Q303.94318 280.51562 304.19318 280.8125Q304.4588 281.10938 304.8963 281.10938Q305.31818 281.10938 305.56818 280.82812Q305.81818 280.53125 305.81818 280.03125L305.81818 279.60938Q305.81818 279.15625 305.56818 278.85938Q305.31818 278.54688 304.88068 278.54688Q304.44318 278.54688 304.19318 278.85938Q303.94318 279.15625 303.94318 279.625L303.94318 280.0625ZM307.28693 284.40625Q307.28693 283.64062 307.7713 283.15625Q308.2713 282.65625 309.03693 282.65625Q309.80255 282.65625 310.28693 283.15625Q310.78693 283.64062 310.78693 284.45312L310.78693 284.85938Q310.78693 285.625 310.30255 286.125Q309.81818 286.625 309.05255 286.625Q308.28693 286.625 307.78693 286.14062Q307.28693 285.64062 307.28693 284.82812L307.28693 284.40625ZM308.09943 284.85938Q308.09943 285.32812 308.34943 285.625Q308.61505 285.92188 309.05255 285.92188Q309.47443 285.92188 309.72443 285.64062Q309.97443 285.34375 309.97443 284.84375L309.97443 284.40625Q309.97443 283.9375 309.7088 283.65625Q309.4588 283.35938 309.03693 283.35938Q308.61505 283.35938 308.34943 283.65625Q308.09943 283.9375 308.09943 284.4375L308.09943 284.85938ZM305.1463 285.85938L304.5213 285.46875L308.69318 278.79688L309.30255 279.1875L305.1463 285.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M301.74005 278.57812L298.2088 286.5L297.06818 286.5L300.5838 278.85938L295.97443 278.85938L295.97443 277.96875L301.74005 277.96875L301.74005 278.57812ZM303.13068 279.60938Q303.13068 278.84375 303.61505 278.34375Q304.11505 277.84375 304.88068 277.84375Q305.66193 277.84375 306.1463 278.34375Q306.63068 278.84375 306.63068 279.64062L306.63068 280.0625Q306.63068 280.82812 306.13068 281.32812Q305.6463 281.8125 304.8963 281.8125Q304.13068 281.8125 303.63068 281.32812Q303.13068 280.82812 303.13068 280.01562L303.13068 279.60938ZM303.94318 280.0625Q303.94318 280.51562 304.19318 280.8125Q304.4588 281.10938 304.8963 281.10938Q305.31818 281.10938 305.56818 280.82812Q305.81818 280.53125 305.81818 280.03125L305.81818 279.60938Q305.81818 279.15625 305.56818 278.85938Q305.31818 278.54688 304.88068 278.54688Q304.44318 278.54688 304.19318 278.85938Q303.94318 279.15625 303.94318 279.625L303.94318 280.0625ZM307.28693 284.40625Q307.28693 283.64062 307.7713 283.15625Q308.2713 282.65625 309.03693 282.65625Q309.80255 282.65625 310.28693 283.15625Q310.78693 283.64062 310.78693 284.45312L310.78693 284.85938Q310.78693 285.625 310.30255 286.125Q309.81818 286.625 309.05255 286.625Q308.28693 286.625 307.78693 286.14062Q307.28693 285.64062 307.28693 284.82812L307.28693 284.40625ZM308.09943 284.85938Q308.09943 285.32812 308.34943 285.625Q308.61505 285.92188 309.05255 285.92188Q309.47443 285.92188 309.72443 285.64062Q309.97443 285.34375 309.97443 284.84375L309.97443 284.40625Q309.97443 283.9375 309.7088 283.65625Q309.4588 283.35938 309.03693 283.35938Q308.61505 283.35938 308.34943 283.65625Q308.09943 283.9375 308.09943 284.4375L308.09943 284.85938ZM305.1463 285.85938L304.5213 285.46875L308.69318 278.79688L309.30255 279.1875L305.1463 285.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.74005 316.57812L298.2088 324.5L297.06818 324.5L300.5838 316.85938L295.97443 316.85938L295.97443 315.96875L301.74005 315.96875L301.74005 316.57812ZM303.13068 317.60938Q303.13068 316.84375 303.61505 316.34375Q304.11505 315.84375 304.88068 315.84375Q305.66193 315.84375 306.1463 316.34375Q306.63068 316.84375 306.63068 317.64062L306.63068 318.0625Q306.63068 318.82812 306.13068 319.32812Q305.6463 319.8125 304.8963 319.8125Q304.13068 319.8125 303.63068 319.32812Q303.13068 318.82812 303.13068 318.01562L303.13068 317.60938ZM303.94318 318.0625Q303.94318 318.51562 304.19318 318.8125Q304.4588 319.10938 304.8963 319.10938Q305.31818 319.10938 305.56818 318.82812Q305.81818 318.53125 305.81818 318.03125L305.81818 317.60938Q305.81818 317.15625 305.56818 316.85938Q305.31818 316.54688 304.88068 316.54688Q304.44318 316.54688 304.19318 316.85938Q303.94318 317.15625 303.94318 317.625L303.94318 318.0625ZM307.28693 322.40625Q307.28693 321.64062 307.7713 321.15625Q308.2713 320.65625 309.03693 320.65625Q309.80255 320.65625 310.28693 321.15625Q310.78693 321.64062 310.78693 322.45312L310.78693 322.85938Q310.78693 323.625 310.30255 324.125Q309.81818 324.625 309.05255 324.625Q308.28693 324.625 307.78693 324.14062Q307.28693 323.64062 307.28693 322.82812L307.28693 322.40625ZM308.09943 322.85938Q308.09943 323.32812 308.34943 323.625Q308.61505 323.92188 309.05255 323.92188Q309.47443 323.92188 309.72443 323.64062Q309.97443 323.34375 309.97443 322.84375L309.97443 322.40625Q309.97443 321.9375 309.7088 321.65625Q309.4588 321.35938 309.03693 321.35938Q308.61505 321.35938 308.34943 321.65625Q308.09943 321.9375 308.09943 322.4375L308.09943 322.85938ZM305.1463 323.85938L304.5213 323.46875L308.69318 316.79688L309.30255 317.1875L305.1463 323.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M301.74005 316.57812L298.2088 324.5L297.06818 324.5L300.5838 316.85938L295.97443 316.85938L295.97443 315.96875L301.74005 315.96875L301.74005 316.57812ZM303.13068 317.60938Q303.13068 316.84375 303.61505 316.34375Q304.11505 315.84375 304.88068 315.84375Q305.66193 315.84375 306.1463 316.34375Q306.63068 316.84375 306.63068 317.64062L306.63068 318.0625Q306.63068 318.82812 306.13068 319.32812Q305.6463 319.8125 304.8963 319.8125Q304.13068 319.8125 303.63068 319.32812Q303.13068 318.82812 303.13068 318.01562L303.13068 317.60938ZM303.94318 318.0625Q303.94318 318.51562 304.19318 318.8125Q304.4588 319.10938 304.8963 319.10938Q305.31818 319.10938 305.56818 318.82812Q305.81818 318.53125 305.81818 318.03125L305.81818 317.60938Q305.81818 317.15625 305.56818 316.85938Q305.31818 316.54688 304.88068 316.54688Q304.44318 316.54688 304.19318 316.85938Q303.94318 317.15625 303.94318 317.625L303.94318 318.0625ZM307.28693 322.40625Q307.28693 321.64062 307.7713 321.15625Q308.2713 320.65625 309.03693 320.65625Q309.80255 320.65625 310.28693 321.15625Q310.78693 321.64062 310.78693 322.45312L310.78693 322.85938Q310.78693 323.625 310.30255 324.125Q309.81818 324.625 309.05255 324.625Q308.28693 324.625 307.78693 324.14062Q307.28693 323.64062 307.28693 322.82812L307.28693 322.40625ZM308.09943 322.85938Q308.09943 323.32812 308.34943 323.625Q308.61505 323.92188 309.05255 323.92188Q309.47443 323.92188 309.72443 323.64062Q309.97443 323.34375 309.97443 322.84375L309.97443 322.40625Q309.97443 321.9375 309.7088 321.65625Q309.4588 321.35938 309.03693 321.35938Q308.61505 321.35938 308.34943 321.65625Q308.09943 321.9375 308.09943 322.4375L308.09943 322.85938ZM305.1463 323.85938L304.5213 323.46875L308.69318 316.79688L309.30255 317.1875L305.1463 323.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.74005 353.57812L298.2088 361.5L297.06818 361.5L300.5838 353.85938L295.97443 353.85938L295.97443 352.96875L301.74005 352.96875L301.74005 353.57812ZM303.13068 354.60938Q303.13068 353.84375 303.61505 353.34375Q304.11505 352.84375 304.88068 352.84375Q305.66193 352.84375 306.1463 353.34375Q306.63068 353.84375 306.63068 354.64062L306.63068 355.0625Q306.63068 355.82812 306.13068 356.32812Q305.6463 356.8125 304.8963 356.8125Q304.13068 356.8125 303.63068 356.32812Q303.13068 355.82812 303.13068 355.01562L303.13068 354.60938ZM303.94318 355.0625Q303.94318 355.51562 304.19318 355.8125Q304.4588 356.10938 304.8963 356.10938Q305.31818 356.10938 305.56818 355.82812Q305.81818 355.53125 305.81818 355.03125L305.81818 354.60938Q305.81818 354.15625 305.56818 353.85938Q305.31818 353.54688 304.88068 353.54688Q304.44318 353.54688 304.19318 353.85938Q303.94318 354.15625 303.94318 354.625L303.94318 355.0625ZM307.28693 359.40625Q307.28693 358.64062 307.7713 358.15625Q308.2713 357.65625 309.03693 357.65625Q309.80255 357.65625 310.28693 358.15625Q310.78693 358.64062 310.78693 359.45312L310.78693 359.85938Q310.78693 360.625 310.30255 361.125Q309.81818 361.625 309.05255 361.625Q308.28693 361.625 307.78693 361.14062Q307.28693 360.64062 307.28693 359.82812L307.28693 359.40625ZM308.09943 359.85938Q308.09943 360.32812 308.34943 360.625Q308.61505 360.92188 309.05255 360.92188Q309.47443 360.92188 309.72443 360.64062Q309.97443 360.34375 309.97443 359.84375L309.97443 359.40625Q309.97443 358.9375 309.7088 358.65625Q309.4588 358.35938 309.03693 358.35938Q308.61505 358.35938 308.34943 358.65625Q308.09943 358.9375 308.09943 359.4375L308.09943 359.85938ZM305.1463 360.85938L304.5213 360.46875L308.69318 353.79688L309.30255 354.1875L305.1463 360.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M301.74005 353.57812L298.2088 361.5L297.06818 361.5L300.5838 353.85938L295.97443 353.85938L295.97443 352.96875L301.74005 352.96875L301.74005 353.57812ZM303.13068 354.60938Q303.13068 353.84375 303.61505 353.34375Q304.11505 352.84375 304.88068 352.84375Q305.66193 352.84375 306.1463 353.34375Q306.63068 353.84375 306.63068 354.64062L306.63068 355.0625Q306.63068 355.82812 306.13068 356.32812Q305.6463 356.8125 304.8963 356.8125Q304.13068 356.8125 303.63068 356.32812Q303.13068 355.82812 303.13068 355.01562L303.13068 354.60938ZM303.94318 355.0625Q303.94318 355.51562 304.19318 355.8125Q304.4588 356.10938 304.8963 356.10938Q305.31818 356.10938 305.56818 355.82812Q305.81818 355.53125 305.81818 355.03125L305.81818 354.60938Q305.81818 354.15625 305.56818 353.85938Q305.31818 353.54688 304.88068 353.54688Q304.44318 353.54688 304.19318 353.85938Q303.94318 354.15625 303.94318 354.625L303.94318 355.0625ZM307.28693 359.40625Q307.28693 358.64062 307.7713 358.15625Q308.2713 357.65625 309.03693 357.65625Q309.80255 357.65625 310.28693 358.15625Q310.78693 358.64062 310.78693 359.45312L310.78693 359.85938Q310.78693 360.625 310.30255 361.125Q309.81818 361.625 309.05255 361.625Q308.28693 361.625 307.78693 361.14062Q307.28693 360.64062 307.28693 359.82812L307.28693 359.40625ZM308.09943 359.85938Q308.09943 360.32812 308.34943 360.625Q308.61505 360.92188 309.05255 360.92188Q309.47443 360.92188 309.72443 360.64062Q309.97443 360.34375 309.97443 359.84375L309.97443 359.40625Q309.97443 358.9375 309.7088 358.65625Q309.4588 358.35938 309.03693 358.35938Q308.61505 358.35938 308.34943 358.65625Q308.09943 358.9375 308.09943 359.4375L308.09943 359.85938ZM305.1463 360.85938L304.5213 360.46875L308.69318 353.79688L309.30255 354.1875L305.1463 360.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M294.9156 390.96875L294.9156 391.875L294.71246 391.875Q293.44684 391.90625 292.69684 392.64062Q291.94684 393.35938 291.82184 394.67188Q292.50934 393.90625 293.6656 393.90625Q294.77496 393.90625 295.44684 394.6875Q296.1187 395.46875 296.1187 396.71875Q296.1187 398.03125 295.39996 398.82812Q294.6812 399.625 293.46246 399.625Q292.2437 399.625 291.4781 398.6875Q290.7281 397.73438 290.7281 396.25L290.7281 395.84375Q290.7281 393.48438 291.7281 392.23438Q292.7281 390.98438 294.71246 390.96875L294.9156 390.96875ZM293.4937 394.8125Q292.9312 394.8125 292.46246 395.14062Q291.9937 395.46875 291.8062 395.98438L291.8062 396.375Q291.8062 397.4375 292.27496 398.07812Q292.75934 398.71875 293.46246 398.71875Q294.19684 398.71875 294.6187 398.1875Q295.0406 397.64062 295.0406 396.76562Q295.0406 395.89062 294.6187 395.35938Q294.19684 394.8125 293.4937 394.8125ZM297.5562 392.60938Q297.5562 391.84375 298.0406 391.34375Q298.5406 390.84375 299.3062 390.84375Q300.08746 390.84375 300.57184 391.34375Q301.0562 391.84375 301.0562 392.64062L301.0562 393.0625Q301.0562 393.82812 300.5562 394.32812Q300.07184 394.8125 299.32184 394.8125Q298.5562 394.8125 298.0562 394.32812Q297.5562 393.82812 297.5562 393.01562L297.5562 392.60938ZM298.3687 393.0625Q298.3687 393.51562 298.6187 393.8125Q298.88434 394.10938 299.32184 394.10938Q299.7437 394.10938 299.9937 393.82812Q300.2437 393.53125 300.2437 393.03125L300.2437 392.60938Q300.2437 392.15625 299.9937 391.85938Q299.7437 391.54688 299.3062 391.54688Q298.8687 391.54688 298.6187 391.85938Q298.3687 392.15625 298.3687 392.625L298.3687 393.0625ZM301.71246 397.40625Q301.71246 396.64062 302.19684 396.15625Q302.69684 395.65625 303.46246 395.65625Q304.2281 395.65625 304.71246 396.15625Q305.21246 396.64062 305.21246 397.45312L305.21246 397.85938Q305.21246 398.625 304.7281 399.125Q304.2437 399.625 303.4781 399.625Q302.71246 399.625 302.21246 399.14062Q301.71246 398.64062 301.71246 397.82812L301.71246 397.40625ZM302.52496 397.85938Q302.52496 398.32812 302.77496 398.625Q303.0406 398.92188 303.4781 398.92188Q303.89996 398.92188 304.14996 398.64062Q304.39996 398.34375 304.39996 397.84375L304.39996 397.40625Q304.39996 396.9375 304.13434 396.65625Q303.88434 396.35938 303.46246 396.35938Q303.0406 396.35938 302.77496 396.65625Q302.52496 396.9375 302.52496 397.4375L302.52496 397.85938ZM299.57184 398.85938L298.94684 398.46875L303.1187 391.79688L303.7281 392.1875L299.57184 398.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M294.9156 390.96875L294.9156 391.875L294.71246 391.875Q293.44684 391.90625 292.69684 392.64062Q291.94684 393.35938 291.82184 394.67188Q292.50934 393.90625 293.6656 393.90625Q294.77496 393.90625 295.44684 394.6875Q296.1187 395.46875 296.1187 396.71875Q296.1187 398.03125 295.39996 398.82812Q294.6812 399.625 293.46246 399.625Q292.2437 399.625 291.4781 398.6875Q290.7281 397.73438 290.7281 396.25L290.7281 395.84375Q290.7281 393.48438 291.7281 392.23438Q292.7281 390.98438 294.71246 390.96875L294.9156 390.96875ZM293.4937 394.8125Q292.9312 394.8125 292.46246 395.14062Q291.9937 395.46875 291.8062 395.98438L291.8062 396.375Q291.8062 397.4375 292.27496 398.07812Q292.75934 398.71875 293.46246 398.71875Q294.19684 398.71875 294.6187 398.1875Q295.0406 397.64062 295.0406 396.76562Q295.0406 395.89062 294.6187 395.35938Q294.19684 394.8125 293.4937 394.8125ZM297.5562 392.60938Q297.5562 391.84375 298.0406 391.34375Q298.5406 390.84375 299.3062 390.84375Q300.08746 390.84375 300.57184 391.34375Q301.0562 391.84375 301.0562 392.64062L301.0562 393.0625Q301.0562 393.82812 300.5562 394.32812Q300.07184 394.8125 299.32184 394.8125Q298.5562 394.8125 298.0562 394.32812Q297.5562 393.82812 297.5562 393.01562L297.5562 392.60938ZM298.3687 393.0625Q298.3687 393.51562 298.6187 393.8125Q298.88434 394.10938 299.32184 394.10938Q299.7437 394.10938 299.9937 393.82812Q300.2437 393.53125 300.2437 393.03125L300.2437 392.60938Q300.2437 392.15625 299.9937 391.85938Q299.7437 391.54688 299.3062 391.54688Q298.8687 391.54688 298.6187 391.85938Q298.3687 392.15625 298.3687 392.625L298.3687 393.0625ZM301.71246 397.40625Q301.71246 396.64062 302.19684 396.15625Q302.69684 395.65625 303.46246 395.65625Q304.2281 395.65625 304.71246 396.15625Q305.21246 396.64062 305.21246 397.45312L305.21246 397.85938Q305.21246 398.625 304.7281 399.125Q304.2437 399.625 303.4781 399.625Q302.71246 399.625 302.21246 399.14062Q301.71246 398.64062 301.71246 397.82812L301.71246 397.40625ZM302.52496 397.85938Q302.52496 398.32812 302.77496 398.625Q303.0406 398.92188 303.4781 398.92188Q303.89996 398.92188 304.14996 398.64062Q304.39996 398.34375 304.39996 397.84375L304.39996 397.40625Q304.39996 396.9375 304.13434 396.65625Q303.88434 396.35938 303.46246 396.35938Q303.0406 396.35938 302.77496 396.65625Q302.52496 396.9375 302.52496 397.4375L302.52496 397.85938ZM299.57184 398.85938L298.94684 398.46875L303.1187 391.79688L303.7281 392.1875L299.57184 398.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M294.9156 427.96875L294.9156 428.875L294.71246 428.875Q293.44684 428.90625 292.69684 429.64062Q291.94684 430.35938 291.82184 431.67188Q292.50934 430.90625 293.6656 430.90625Q294.77496 430.90625 295.44684 431.6875Q296.1187 432.46875 296.1187 433.71875Q296.1187 435.03125 295.39996 435.82812Q294.6812 436.625 293.46246 436.625Q292.2437 436.625 291.4781 435.6875Q290.7281 434.73438 290.7281 433.25L290.7281 432.84375Q290.7281 430.48438 291.7281 429.23438Q292.7281 427.98438 294.71246 427.96875L294.9156 427.96875ZM293.4937 431.8125Q292.9312 431.8125 292.46246 432.14062Q291.9937 432.46875 291.8062 432.98438L291.8062 433.375Q291.8062 434.4375 292.27496 435.07812Q292.75934 435.71875 293.46246 435.71875Q294.19684 435.71875 294.6187 435.1875Q295.0406 434.64062 295.0406 433.76562Q295.0406 432.89062 294.6187 432.35938Q294.19684 431.8125 293.4937 431.8125ZM297.5562 429.60938Q297.5562 428.84375 298.0406 428.34375Q298.5406 427.84375 299.3062 427.84375Q300.08746 427.84375 300.57184 428.34375Q301.0562 428.84375 301.0562 429.64062L301.0562 430.0625Q301.0562 430.82812 300.5562 431.32812Q300.07184 431.8125 299.32184 431.8125Q298.5562 431.8125 298.0562 431.32812Q297.5562 430.82812 297.5562 430.01562L297.5562 429.60938ZM298.3687 430.0625Q298.3687 430.51562 298.6187 430.8125Q298.88434 431.10938 299.32184 431.10938Q299.7437 431.10938 299.9937 430.82812Q300.2437 430.53125 300.2437 430.03125L300.2437 429.60938Q300.2437 429.15625 299.9937 428.85938Q299.7437 428.54688 299.3062 428.54688Q298.8687 428.54688 298.6187 428.85938Q298.3687 429.15625 298.3687 429.625L298.3687 430.0625ZM301.71246 434.40625Q301.71246 433.64062 302.19684 433.15625Q302.69684 432.65625 303.46246 432.65625Q304.2281 432.65625 304.71246 433.15625Q305.21246 433.64062 305.21246 434.45312L305.21246 434.85938Q305.21246 435.625 304.7281 436.125Q304.2437 436.625 303.4781 436.625Q302.71246 436.625 302.21246 436.14062Q301.71246 435.64062 301.71246 434.82812L301.71246 434.40625ZM302.52496 434.85938Q302.52496 435.32812 302.77496 435.625Q303.0406 435.92188 303.4781 435.92188Q303.89996 435.92188 304.14996 435.64062Q304.39996 435.34375 304.39996 434.84375L304.39996 434.40625Q304.39996 433.9375 304.13434 433.65625Q303.88434 433.35938 303.46246 433.35938Q303.0406 433.35938 302.77496 433.65625Q302.52496 433.9375 302.52496 434.4375L302.52496 434.85938ZM299.57184 435.85938L298.94684 435.46875L303.1187 428.79688L303.7281 429.1875L299.57184 435.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M294.9156 427.96875L294.9156 428.875L294.71246 428.875Q293.44684 428.90625 292.69684 429.64062Q291.94684 430.35938 291.82184 431.67188Q292.50934 430.90625 293.6656 430.90625Q294.77496 430.90625 295.44684 431.6875Q296.1187 432.46875 296.1187 433.71875Q296.1187 435.03125 295.39996 435.82812Q294.6812 436.625 293.46246 436.625Q292.2437 436.625 291.4781 435.6875Q290.7281 434.73438 290.7281 433.25L290.7281 432.84375Q290.7281 430.48438 291.7281 429.23438Q292.7281 427.98438 294.71246 427.96875L294.9156 427.96875ZM293.4937 431.8125Q292.9312 431.8125 292.46246 432.14062Q291.9937 432.46875 291.8062 432.98438L291.8062 433.375Q291.8062 434.4375 292.27496 435.07812Q292.75934 435.71875 293.46246 435.71875Q294.19684 435.71875 294.6187 435.1875Q295.0406 434.64062 295.0406 433.76562Q295.0406 432.89062 294.6187 432.35938Q294.19684 431.8125 293.4937 431.8125ZM297.5562 429.60938Q297.5562 428.84375 298.0406 428.34375Q298.5406 427.84375 299.3062 427.84375Q300.08746 427.84375 300.57184 428.34375Q301.0562 428.84375 301.0562 429.64062L301.0562 430.0625Q301.0562 430.82812 300.5562 431.32812Q300.07184 431.8125 299.32184 431.8125Q298.5562 431.8125 298.0562 431.32812Q297.5562 430.82812 297.5562 430.01562L297.5562 429.60938ZM298.3687 430.0625Q298.3687 430.51562 298.6187 430.8125Q298.88434 431.10938 299.32184 431.10938Q299.7437 431.10938 299.9937 430.82812Q300.2437 430.53125 300.2437 430.03125L300.2437 429.60938Q300.2437 429.15625 299.9937 428.85938Q299.7437 428.54688 299.3062 428.54688Q298.8687 428.54688 298.6187 428.85938Q298.3687 429.15625 298.3687 429.625L298.3687 430.0625ZM301.71246 434.40625Q301.71246 433.64062 302.19684 433.15625Q302.69684 432.65625 303.46246 432.65625Q304.2281 432.65625 304.71246 433.15625Q305.21246 433.64062 305.21246 434.45312L305.21246 434.85938Q305.21246 435.625 304.7281 436.125Q304.2437 436.625 303.4781 436.625Q302.71246 436.625 302.21246 436.14062Q301.71246 435.64062 301.71246 434.82812L301.71246 434.40625ZM302.52496 434.85938Q302.52496 435.32812 302.77496 435.625Q303.0406 435.92188 303.4781 435.92188Q303.89996 435.92188 304.14996 435.64062Q304.39996 435.34375 304.39996 434.84375L304.39996 434.40625Q304.39996 433.9375 304.13434 433.65625Q303.88434 433.35938 303.46246 433.35938Q303.0406 433.35938 302.77496 433.65625Q302.52496 433.9375 302.52496 434.4375L302.52496 434.85938ZM299.57184 435.85938L298.94684 435.46875L303.1187 428.79688L303.7281 429.1875L299.57184 435.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.5755 469.21875L286.013 464.96875L290.388 464.96875L290.388 465.96875L286.93488 465.96875L286.66925 468.29688Q287.30988 467.92188 288.10675 467.92188Q289.263 467.92188 289.9505 468.70312Q290.638 469.46875 290.638 470.78125Q290.638 472.09375 289.91925 472.85938Q289.21613 473.625 287.93488 473.625Q286.80988 473.625 286.09113 473.0Q285.37238 472.35938 285.27863 471.25L286.29425 471.25Q286.40363 471.98438 286.8255 472.35938Q287.24738 472.73438 287.93488 472.73438Q288.68488 472.73438 289.12238 472.21875Q289.55988 471.70312 289.55988 470.79688Q289.55988 469.9375 289.09113 469.42188Q288.62238 468.90625 287.84113 468.90625Q287.138 468.90625 286.73175 469.20312L286.4505 469.4375L285.5755 469.21875ZM291.98175 466.60938Q291.98175 465.84375 292.46613 465.34375Q292.96613 464.84375 293.73175 464.84375Q294.513 464.84375 294.99738 465.34375Q295.48175 465.84375 295.48175 466.64062L295.48175 467.0625Q295.48175 467.82812 294.98175 468.32812Q294.49738 468.8125 293.74738 468.8125Q292.98175 468.8125 292.48175 468.32812Q291.98175 467.82812 291.98175 467.01562L291.98175 466.60938ZM292.79425 467.0625Q292.79425 467.51562 293.04425 467.8125Q293.30988 468.10938 293.74738 468.10938Q294.16925 468.10938 294.41925 467.82812Q294.66925 467.53125 294.66925 467.03125L294.66925 466.60938Q294.66925 466.15625 294.41925 465.85938Q294.16925 465.54688 293.73175 465.54688Q293.29425 465.54688 293.04425 465.85938Q292.79425 466.15625 292.79425 466.625L292.79425 467.0625ZM296.138 471.40625Q296.138 470.64062 296.62238 470.15625Q297.12238 469.65625 297.888 469.65625Q298.65363 469.65625 299.138 470.15625Q299.638 470.64062 299.638 471.45312L299.638 471.85938Q299.638 472.625 299.15363 473.125Q298.66925 473.625 297.90363 473.625Q297.138 473.625 296.638 473.14062Q296.138 472.64062 296.138 471.82812L296.138 471.40625ZM296.9505 471.85938Q296.9505 472.32812 297.2005 472.625Q297.46613 472.92188 297.90363 472.92188Q298.3255 472.92188 298.5755 472.64062Q298.8255 472.34375 298.8255 471.84375L298.8255 471.40625Q298.8255 470.9375 298.55988 470.65625Q298.30988 470.35938 297.888 470.35938Q297.46613 470.35938 297.2005 470.65625Q296.9505 470.9375 296.9505 471.4375L296.9505 471.85938ZM293.99738 472.85938L293.37238 472.46875L297.54425 465.79688L298.15363 466.1875L293.99738 472.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.5755 469.21875L286.013 464.96875L290.388 464.96875L290.388 465.96875L286.93488 465.96875L286.66925 468.29688Q287.30988 467.92188 288.10675 467.92188Q289.263 467.92188 289.9505 468.70312Q290.638 469.46875 290.638 470.78125Q290.638 472.09375 289.91925 472.85938Q289.21613 473.625 287.93488 473.625Q286.80988 473.625 286.09113 473.0Q285.37238 472.35938 285.27863 471.25L286.29425 471.25Q286.40363 471.98438 286.8255 472.35938Q287.24738 472.73438 287.93488 472.73438Q288.68488 472.73438 289.12238 472.21875Q289.55988 471.70312 289.55988 470.79688Q289.55988 469.9375 289.09113 469.42188Q288.62238 468.90625 287.84113 468.90625Q287.138 468.90625 286.73175 469.20312L286.4505 469.4375L285.5755 469.21875ZM291.98175 466.60938Q291.98175 465.84375 292.46613 465.34375Q292.96613 464.84375 293.73175 464.84375Q294.513 464.84375 294.99738 465.34375Q295.48175 465.84375 295.48175 466.64062L295.48175 467.0625Q295.48175 467.82812 294.98175 468.32812Q294.49738 468.8125 293.74738 468.8125Q292.98175 468.8125 292.48175 468.32812Q291.98175 467.82812 291.98175 467.01562L291.98175 466.60938ZM292.79425 467.0625Q292.79425 467.51562 293.04425 467.8125Q293.30988 468.10938 293.74738 468.10938Q294.16925 468.10938 294.41925 467.82812Q294.66925 467.53125 294.66925 467.03125L294.66925 466.60938Q294.66925 466.15625 294.41925 465.85938Q294.16925 465.54688 293.73175 465.54688Q293.29425 465.54688 293.04425 465.85938Q292.79425 466.15625 292.79425 466.625L292.79425 467.0625ZM296.138 471.40625Q296.138 470.64062 296.62238 470.15625Q297.12238 469.65625 297.888 469.65625Q298.65363 469.65625 299.138 470.15625Q299.638 470.64062 299.638 471.45312L299.638 471.85938Q299.638 472.625 299.15363 473.125Q298.66925 473.625 297.90363 473.625Q297.138 473.625 296.638 473.14062Q296.138 472.64062 296.138 471.82812L296.138 471.40625ZM296.9505 471.85938Q296.9505 472.32812 297.2005 472.625Q297.46613 472.92188 297.90363 472.92188Q298.3255 472.92188 298.5755 472.64062Q298.8255 472.34375 298.8255 471.84375L298.8255 471.40625Q298.8255 470.9375 298.55988 470.65625Q298.30988 470.35938 297.888 470.35938Q297.46613 470.35938 297.2005 470.65625Q296.9505 470.9375 296.9505 471.4375L296.9505 471.85938ZM293.99738 472.85938L293.37238 472.46875L297.54425 465.79688L298.15363 466.1875L293.99738 472.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.5755 507.21875L286.013 502.96875L290.388 502.96875L290.388 503.96875L286.93488 503.96875L286.66925 506.29688Q287.30988 505.92188 288.10675 505.92188Q289.263 505.92188 289.9505 506.70312Q290.638 507.46875 290.638 508.78125Q290.638 510.09375 289.91925 510.85938Q289.21613 511.625 287.93488 511.625Q286.80988 511.625 286.09113 511.0Q285.37238 510.35938 285.27863 509.25L286.29425 509.25Q286.40363 509.98438 286.8255 510.35938Q287.24738 510.73438 287.93488 510.73438Q288.68488 510.73438 289.12238 510.21875Q289.55988 509.70312 289.55988 508.79688Q289.55988 507.9375 289.09113 507.42188Q288.62238 506.90625 287.84113 506.90625Q287.138 506.90625 286.73175 507.20312L286.4505 507.4375L285.5755 507.21875ZM291.98175 504.60938Q291.98175 503.84375 292.46613 503.34375Q292.96613 502.84375 293.73175 502.84375Q294.513 502.84375 294.99738 503.34375Q295.48175 503.84375 295.48175 504.64062L295.48175 505.0625Q295.48175 505.82812 294.98175 506.32812Q294.49738 506.8125 293.74738 506.8125Q292.98175 506.8125 292.48175 506.32812Q291.98175 505.82812 291.98175 505.01562L291.98175 504.60938ZM292.79425 505.0625Q292.79425 505.51562 293.04425 505.8125Q293.30988 506.10938 293.74738 506.10938Q294.16925 506.10938 294.41925 505.82812Q294.66925 505.53125 294.66925 505.03125L294.66925 504.60938Q294.66925 504.15625 294.41925 503.85938Q294.16925 503.54688 293.73175 503.54688Q293.29425 503.54688 293.04425 503.85938Q292.79425 504.15625 292.79425 504.625L292.79425 505.0625ZM296.138 509.40625Q296.138 508.64062 296.62238 508.15625Q297.12238 507.65625 297.888 507.65625Q298.65363 507.65625 299.138 508.15625Q299.638 508.64062 299.638 509.45312L299.638 509.85938Q299.638 510.625 299.15363 511.125Q298.66925 511.625 297.90363 511.625Q297.138 511.625 296.638 511.14062Q296.138 510.64062 296.138 509.82812L296.138 509.40625ZM296.9505 509.85938Q296.9505 510.32812 297.2005 510.625Q297.46613 510.92188 297.90363 510.92188Q298.3255 510.92188 298.5755 510.64062Q298.8255 510.34375 298.8255 509.84375L298.8255 509.40625Q298.8255 508.9375 298.55988 508.65625Q298.30988 508.35938 297.888 508.35938Q297.46613 508.35938 297.2005 508.65625Q296.9505 508.9375 296.9505 509.4375L296.9505 509.85938ZM293.99738 510.85938L293.37238 510.46875L297.54425 503.79688L298.15363 504.1875L293.99738 510.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.5755 507.21875L286.013 502.96875L290.388 502.96875L290.388 503.96875L286.93488 503.96875L286.66925 506.29688Q287.30988 505.92188 288.10675 505.92188Q289.263 505.92188 289.9505 506.70312Q290.638 507.46875 290.638 508.78125Q290.638 510.09375 289.91925 510.85938Q289.21613 511.625 287.93488 511.625Q286.80988 511.625 286.09113 511.0Q285.37238 510.35938 285.27863 509.25L286.29425 509.25Q286.40363 509.98438 286.8255 510.35938Q287.24738 510.73438 287.93488 510.73438Q288.68488 510.73438 289.12238 510.21875Q289.55988 509.70312 289.55988 508.79688Q289.55988 507.9375 289.09113 507.42188Q288.62238 506.90625 287.84113 506.90625Q287.138 506.90625 286.73175 507.20312L286.4505 507.4375L285.5755 507.21875ZM291.98175 504.60938Q291.98175 503.84375 292.46613 503.34375Q292.96613 502.84375 293.73175 502.84375Q294.513 502.84375 294.99738 503.34375Q295.48175 503.84375 295.48175 504.64062L295.48175 505.0625Q295.48175 505.82812 294.98175 506.32812Q294.49738 506.8125 293.74738 506.8125Q292.98175 506.8125 292.48175 506.32812Q291.98175 505.82812 291.98175 505.01562L291.98175 504.60938ZM292.79425 505.0625Q292.79425 505.51562 293.04425 505.8125Q293.30988 506.10938 293.74738 506.10938Q294.16925 506.10938 294.41925 505.82812Q294.66925 505.53125 294.66925 505.03125L294.66925 504.60938Q294.66925 504.15625 294.41925 503.85938Q294.16925 503.54688 293.73175 503.54688Q293.29425 503.54688 293.04425 503.85938Q292.79425 504.15625 292.79425 504.625L292.79425 505.0625ZM296.138 509.40625Q296.138 508.64062 296.62238 508.15625Q297.12238 507.65625 297.888 507.65625Q298.65363 507.65625 299.138 508.15625Q299.638 508.64062 299.638 509.45312L299.638 509.85938Q299.638 510.625 299.15363 511.125Q298.66925 511.625 297.90363 511.625Q297.138 511.625 296.638 511.14062Q296.138 510.64062 296.138 509.82812L296.138 509.40625ZM296.9505 509.85938Q296.9505 510.32812 297.2005 510.625Q297.46613 510.92188 297.90363 510.92188Q298.3255 510.92188 298.5755 510.64062Q298.8255 510.34375 298.8255 509.84375L298.8255 509.40625Q298.8255 508.9375 298.55988 508.65625Q298.30988 508.35938 297.888 508.35938Q297.46613 508.35938 297.2005 508.65625Q296.9505 508.9375 296.9505 509.4375L296.9505 509.85938ZM293.99738 510.85938L293.37238 510.46875L297.54425 503.79688L298.15363 504.1875L293.99738 510.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.5755 544.21875L286.013 539.96875L290.388 539.96875L290.388 540.96875L286.93488 540.96875L286.66925 543.2969Q287.30988 542.9219 288.10675 542.9219Q289.263 542.9219 289.9505 543.7031Q290.638 544.46875 290.638 545.78125Q290.638 547.09375 289.91925 547.8594Q289.21613 548.625 287.93488 548.625Q286.80988 548.625 286.09113 548.0Q285.37238 547.3594 285.27863 546.25L286.29425 546.25Q286.40363 546.9844 286.8255 547.3594Q287.24738 547.7344 287.93488 547.7344Q288.68488 547.7344 289.12238 547.21875Q289.55988 546.7031 289.55988 545.7969Q289.55988 544.9375 289.09113 544.4219Q288.62238 543.90625 287.84113 543.90625Q287.138 543.90625 286.73175 544.2031L286.4505 544.4375L285.5755 544.21875ZM291.98175 541.6094Q291.98175 540.84375 292.46613 540.34375Q292.96613 539.84375 293.73175 539.84375Q294.513 539.84375 294.99738 540.34375Q295.48175 540.84375 295.48175 541.6406L295.48175 542.0625Q295.48175 542.8281 294.98175 543.3281Q294.49738 543.8125 293.74738 543.8125Q292.98175 543.8125 292.48175 543.3281Q291.98175 542.8281 291.98175 542.0156L291.98175 541.6094ZM292.79425 542.0625Q292.79425 542.5156 293.04425 542.8125Q293.30988 543.1094 293.74738 543.1094Q294.16925 543.1094 294.41925 542.8281Q294.66925 542.53125 294.66925 542.03125L294.66925 541.6094Q294.66925 541.15625 294.41925 540.8594Q294.16925 540.5469 293.73175 540.5469Q293.29425 540.5469 293.04425 540.8594Q292.79425 541.15625 292.79425 541.625L292.79425 542.0625ZM296.138 546.40625Q296.138 545.6406 296.62238 545.15625Q297.12238 544.65625 297.888 544.65625Q298.65363 544.65625 299.138 545.15625Q299.638 545.6406 299.638 546.4531L299.638 546.8594Q299.638 547.625 299.15363 548.125Q298.66925 548.625 297.90363 548.625Q297.138 548.625 296.638 548.1406Q296.138 547.6406 296.138 546.8281L296.138 546.40625ZM296.9505 546.8594Q296.9505 547.3281 297.2005 547.625Q297.46613 547.9219 297.90363 547.9219Q298.3255 547.9219 298.5755 547.6406Q298.8255 547.34375 298.8255 546.84375L298.8255 546.40625Q298.8255 545.9375 298.55988 545.65625Q298.30988 545.3594 297.888 545.3594Q297.46613 545.3594 297.2005 545.65625Q296.9505 545.9375 296.9505 546.4375L296.9505 546.8594ZM293.99738 547.8594L293.37238 547.46875L297.54425 540.7969L298.15363 541.1875L293.99738 547.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M285.5755 544.21875L286.013 539.96875L290.388 539.96875L290.388 540.96875L286.93488 540.96875L286.66925 543.2969Q287.30988 542.9219 288.10675 542.9219Q289.263 542.9219 289.9505 543.7031Q290.638 544.46875 290.638 545.78125Q290.638 547.09375 289.91925 547.8594Q289.21613 548.625 287.93488 548.625Q286.80988 548.625 286.09113 548.0Q285.37238 547.3594 285.27863 546.25L286.29425 546.25Q286.40363 546.9844 286.8255 547.3594Q287.24738 547.7344 287.93488 547.7344Q288.68488 547.7344 289.12238 547.21875Q289.55988 546.7031 289.55988 545.7969Q289.55988 544.9375 289.09113 544.4219Q288.62238 543.90625 287.84113 543.90625Q287.138 543.90625 286.73175 544.2031L286.4505 544.4375L285.5755 544.21875ZM291.98175 541.6094Q291.98175 540.84375 292.46613 540.34375Q292.96613 539.84375 293.73175 539.84375Q294.513 539.84375 294.99738 540.34375Q295.48175 540.84375 295.48175 541.6406L295.48175 542.0625Q295.48175 542.8281 294.98175 543.3281Q294.49738 543.8125 293.74738 543.8125Q292.98175 543.8125 292.48175 543.3281Q291.98175 542.8281 291.98175 542.0156L291.98175 541.6094ZM292.79425 542.0625Q292.79425 542.5156 293.04425 542.8125Q293.30988 543.1094 293.74738 543.1094Q294.16925 543.1094 294.41925 542.8281Q294.66925 542.53125 294.66925 542.03125L294.66925 541.6094Q294.66925 541.15625 294.41925 540.8594Q294.16925 540.5469 293.73175 540.5469Q293.29425 540.5469 293.04425 540.8594Q292.79425 541.15625 292.79425 541.625L292.79425 542.0625ZM296.138 546.40625Q296.138 545.6406 296.62238 545.15625Q297.12238 544.65625 297.888 544.65625Q298.65363 544.65625 299.138 545.15625Q299.638 545.6406 299.638 546.4531L299.638 546.8594Q299.638 547.625 299.15363 548.125Q298.66925 548.625 297.90363 548.625Q297.138 548.625 296.638 548.1406Q296.138 547.6406 296.138 546.8281L296.138 546.40625ZM296.9505 546.8594Q296.9505 547.3281 297.2005 547.625Q297.46613 547.9219 297.90363 547.9219Q298.3255 547.9219 298.5755 547.6406Q298.8255 547.34375 298.8255 546.84375L298.8255 546.40625Q298.8255 545.9375 298.55988 545.65625Q298.30988 545.3594 297.888 545.3594Q297.46613 545.3594 297.2005 545.65625Q296.9505 545.9375 296.9505 546.4375L296.9505 546.8594ZM293.99738 547.8594L293.37238 547.46875L297.54425 540.7969L298.15363 541.1875L293.99738 547.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M284.07913 583.6406L285.26663 583.6406L285.26663 584.5156L284.07913 584.5156L284.07913 586.5L283.001 586.5L283.001 584.5156L279.11038 584.5156L279.11038 583.875L282.92288 577.96875L284.07913 577.96875L284.07913 583.6406ZM280.34476 583.6406L283.001 583.6406L283.001 579.4531L282.86038 579.6875L280.34476 583.6406ZM286.40726 579.6094Q286.40726 578.84375 286.89163 578.34375Q287.39163 577.84375 288.15726 577.84375Q288.9385 577.84375 289.42288 578.34375Q289.90726 578.84375 289.90726 579.6406L289.90726 580.0625Q289.90726 580.8281 289.40726 581.3281Q288.92288 581.8125 288.17288 581.8125Q287.40726 581.8125 286.90726 581.3281Q286.40726 580.8281 286.40726 580.0156L286.40726 579.6094ZM287.21976 580.0625Q287.21976 580.5156 287.46976 580.8125Q287.73538 581.1094 288.17288 581.1094Q288.59476 581.1094 288.84476 580.8281Q289.09476 580.53125 289.09476 580.03125L289.09476 579.6094Q289.09476 579.15625 288.84476 578.8594Q288.59476 578.5469 288.15726 578.5469Q287.71976 578.5469 287.46976 578.8594Q287.21976 579.15625 287.21976 579.625L287.21976 580.0625ZM290.5635 584.40625Q290.5635 583.6406 291.04788 583.15625Q291.54788 582.65625 292.3135 582.65625Q293.07913 582.65625 293.5635 583.15625Q294.0635 583.6406 294.0635 584.4531L294.0635 584.8594Q294.0635 585.625 293.57913 586.125Q293.09476 586.625 292.32913 586.625Q291.5635 586.625 291.0635 586.1406Q290.5635 585.6406 290.5635 584.8281L290.5635 584.40625ZM291.376 584.8594Q291.376 585.3281 291.626 585.625Q291.89163 585.9219 292.32913 585.9219Q292.751 585.9219 293.001 585.6406Q293.251 585.34375 293.251 584.84375L293.251 584.40625Q293.251 583.9375 292.98538 583.65625Q292.73538 583.3594 292.3135 583.3594Q291.89163 583.3594 291.626 583.65625Q291.376 583.9375 291.376 584.4375L291.376 584.8594ZM288.42288 585.8594L287.79788 585.46875L291.96976 578.7969L292.57913 579.1875L288.42288 585.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M284.07913 583.6406L285.26663 583.6406L285.26663 584.5156L284.07913 584.5156L284.07913 586.5L283.001 586.5L283.001 584.5156L279.11038 584.5156L279.11038 583.875L282.92288 577.96875L284.07913 577.96875L284.07913 583.6406ZM280.34476 583.6406L283.001 583.6406L283.001 579.4531L282.86038 579.6875L280.34476 583.6406ZM286.40726 579.6094Q286.40726 578.84375 286.89163 578.34375Q287.39163 577.84375 288.15726 577.84375Q288.9385 577.84375 289.42288 578.34375Q289.90726 578.84375 289.90726 579.6406L289.90726 580.0625Q289.90726 580.8281 289.40726 581.3281Q288.92288 581.8125 288.17288 581.8125Q287.40726 581.8125 286.90726 581.3281Q286.40726 580.8281 286.40726 580.0156L286.40726 579.6094ZM287.21976 580.0625Q287.21976 580.5156 287.46976 580.8125Q287.73538 581.1094 288.17288 581.1094Q288.59476 581.1094 288.84476 580.8281Q289.09476 580.53125 289.09476 580.03125L289.09476 579.6094Q289.09476 579.15625 288.84476 578.8594Q288.59476 578.5469 288.15726 578.5469Q287.71976 578.5469 287.46976 578.8594Q287.21976 579.15625 287.21976 579.625L287.21976 580.0625ZM290.5635 584.40625Q290.5635 583.6406 291.04788 583.15625Q291.54788 582.65625 292.3135 582.65625Q293.07913 582.65625 293.5635 583.15625Q294.0635 583.6406 294.0635 584.4531L294.0635 584.8594Q294.0635 585.625 293.57913 586.125Q293.09476 586.625 292.32913 586.625Q291.5635 586.625 291.0635 586.1406Q290.5635 585.6406 290.5635 584.8281L290.5635 584.40625ZM291.376 584.8594Q291.376 585.3281 291.626 585.625Q291.89163 585.9219 292.32913 585.9219Q292.751 585.9219 293.001 585.6406Q293.251 585.34375 293.251 584.84375L293.251 584.40625Q293.251 583.9375 292.98538 583.65625Q292.73538 583.3594 292.3135 583.3594Q291.89163 583.3594 291.626 583.65625Q291.376 583.9375 291.376 584.4375L291.376 584.8594ZM288.42288 585.8594L287.79788 585.46875L291.96976 578.7969L292.57913 579.1875L288.42288 585.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M284.07913 620.6406L285.26663 620.6406L285.26663 621.5156L284.07913 621.5156L284.07913 623.5L283.001 623.5L283.001 621.5156L279.11038 621.5156L279.11038 620.875L282.92288 614.96875L284.07913 614.96875L284.07913 620.6406ZM280.34476 620.6406L283.001 620.6406L283.001 616.4531L282.86038 616.6875L280.34476 620.6406ZM286.40726 616.6094Q286.40726 615.84375 286.89163 615.34375Q287.39163 614.84375 288.15726 614.84375Q288.9385 614.84375 289.42288 615.34375Q289.90726 615.84375 289.90726 616.6406L289.90726 617.0625Q289.90726 617.8281 289.40726 618.3281Q288.92288 618.8125 288.17288 618.8125Q287.40726 618.8125 286.90726 618.3281Q286.40726 617.8281 286.40726 617.0156L286.40726 616.6094ZM287.21976 617.0625Q287.21976 617.5156 287.46976 617.8125Q287.73538 618.1094 288.17288 618.1094Q288.59476 618.1094 288.84476 617.8281Q289.09476 617.53125 289.09476 617.03125L289.09476 616.6094Q289.09476 616.15625 288.84476 615.8594Q288.59476 615.5469 288.15726 615.5469Q287.71976 615.5469 287.46976 615.8594Q287.21976 616.15625 287.21976 616.625L287.21976 617.0625ZM290.5635 621.40625Q290.5635 620.6406 291.04788 620.15625Q291.54788 619.65625 292.3135 619.65625Q293.07913 619.65625 293.5635 620.15625Q294.0635 620.6406 294.0635 621.4531L294.0635 621.8594Q294.0635 622.625 293.57913 623.125Q293.09476 623.625 292.32913 623.625Q291.5635 623.625 291.0635 623.1406Q290.5635 622.6406 290.5635 621.8281L290.5635 621.40625ZM291.376 621.8594Q291.376 622.3281 291.626 622.625Q291.89163 622.9219 292.32913 622.9219Q292.751 622.9219 293.001 622.6406Q293.251 622.34375 293.251 621.84375L293.251 621.40625Q293.251 620.9375 292.98538 620.65625Q292.73538 620.3594 292.3135 620.3594Q291.89163 620.3594 291.626 620.65625Q291.376 620.9375 291.376 621.4375L291.376 621.8594ZM288.42288 622.8594L287.79788 622.46875L291.96976 615.7969L292.57913 616.1875L288.42288 622.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M284.07913 620.6406L285.26663 620.6406L285.26663 621.5156L284.07913 621.5156L284.07913 623.5L283.001 623.5L283.001 621.5156L279.11038 621.5156L279.11038 620.875L282.92288 614.96875L284.07913 614.96875L284.07913 620.6406ZM280.34476 620.6406L283.001 620.6406L283.001 616.4531L282.86038 616.6875L280.34476 620.6406ZM286.40726 616.6094Q286.40726 615.84375 286.89163 615.34375Q287.39163 614.84375 288.15726 614.84375Q288.9385 614.84375 289.42288 615.34375Q289.90726 615.84375 289.90726 616.6406L289.90726 617.0625Q289.90726 617.8281 289.40726 618.3281Q288.92288 618.8125 288.17288 618.8125Q287.40726 618.8125 286.90726 618.3281Q286.40726 617.8281 286.40726 617.0156L286.40726 616.6094ZM287.21976 617.0625Q287.21976 617.5156 287.46976 617.8125Q287.73538 618.1094 288.17288 618.1094Q288.59476 618.1094 288.84476 617.8281Q289.09476 617.53125 289.09476 617.03125L289.09476 616.6094Q289.09476 616.15625 288.84476 615.8594Q288.59476 615.5469 288.15726 615.5469Q287.71976 615.5469 287.46976 615.8594Q287.21976 616.15625 287.21976 616.625L287.21976 617.0625ZM290.5635 621.40625Q290.5635 620.6406 291.04788 620.15625Q291.54788 619.65625 292.3135 619.65625Q293.07913 619.65625 293.5635 620.15625Q294.0635 620.6406 294.0635 621.4531L294.0635 621.8594Q294.0635 622.625 293.57913 623.125Q293.09476 623.625 292.32913 623.625Q291.5635 623.625 291.0635 623.1406Q290.5635 622.6406 290.5635 621.8281L290.5635 621.40625ZM291.376 621.8594Q291.376 622.3281 291.626 622.625Q291.89163 622.9219 292.32913 622.9219Q292.751 622.9219 293.001 622.6406Q293.251 622.34375 293.251 621.84375L293.251 621.40625Q293.251 620.9375 292.98538 620.65625Q292.73538 620.3594 292.3135 620.3594Q291.89163 620.3594 291.626 620.65625Q291.376 620.9375 291.376 621.4375L291.376 621.8594ZM288.42288 622.8594L287.79788 622.46875L291.96976 615.7969L292.57913 616.1875L288.42288 622.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M284.07913 658.6406L285.26663 658.6406L285.26663 659.5156L284.07913 659.5156L284.07913 661.5L283.001 661.5L283.001 659.5156L279.11038 659.5156L279.11038 658.875L282.92288 652.96875L284.07913 652.96875L284.07913 658.6406ZM280.34476 658.6406L283.001 658.6406L283.001 654.4531L282.86038 654.6875L280.34476 658.6406ZM286.40726 654.6094Q286.40726 653.84375 286.89163 653.34375Q287.39163 652.84375 288.15726 652.84375Q288.9385 652.84375 289.42288 653.34375Q289.90726 653.84375 289.90726 654.6406L289.90726 655.0625Q289.90726 655.8281 289.40726 656.3281Q288.92288 656.8125 288.17288 656.8125Q287.40726 656.8125 286.90726 656.3281Q286.40726 655.8281 286.40726 655.0156L286.40726 654.6094ZM287.21976 655.0625Q287.21976 655.5156 287.46976 655.8125Q287.73538 656.1094 288.17288 656.1094Q288.59476 656.1094 288.84476 655.8281Q289.09476 655.53125 289.09476 655.03125L289.09476 654.6094Q289.09476 654.15625 288.84476 653.8594Q288.59476 653.5469 288.15726 653.5469Q287.71976 653.5469 287.46976 653.8594Q287.21976 654.15625 287.21976 654.625L287.21976 655.0625ZM290.5635 659.40625Q290.5635 658.6406 291.04788 658.15625Q291.54788 657.65625 292.3135 657.65625Q293.07913 657.65625 293.5635 658.15625Q294.0635 658.6406 294.0635 659.4531L294.0635 659.8594Q294.0635 660.625 293.57913 661.125Q293.09476 661.625 292.32913 661.625Q291.5635 661.625 291.0635 661.1406Q290.5635 660.6406 290.5635 659.8281L290.5635 659.40625ZM291.376 659.8594Q291.376 660.3281 291.626 660.625Q291.89163 660.9219 292.32913 660.9219Q292.751 660.9219 293.001 660.6406Q293.251 660.34375 293.251 659.84375L293.251 659.40625Q293.251 658.9375 292.98538 658.65625Q292.73538 658.3594 292.3135 658.3594Q291.89163 658.3594 291.626 658.65625Q291.376 658.9375 291.376 659.4375L291.376 659.8594ZM288.42288 660.8594L287.79788 660.46875L291.96976 653.7969L292.57913 654.1875L288.42288 660.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M284.07913 658.6406L285.26663 658.6406L285.26663 659.5156L284.07913 659.5156L284.07913 661.5L283.001 661.5L283.001 659.5156L279.11038 659.5156L279.11038 658.875L282.92288 652.96875L284.07913 652.96875L284.07913 658.6406ZM280.34476 658.6406L283.001 658.6406L283.001 654.4531L282.86038 654.6875L280.34476 658.6406ZM286.40726 654.6094Q286.40726 653.84375 286.89163 653.34375Q287.39163 652.84375 288.15726 652.84375Q288.9385 652.84375 289.42288 653.34375Q289.90726 653.84375 289.90726 654.6406L289.90726 655.0625Q289.90726 655.8281 289.40726 656.3281Q288.92288 656.8125 288.17288 656.8125Q287.40726 656.8125 286.90726 656.3281Q286.40726 655.8281 286.40726 655.0156L286.40726 654.6094ZM287.21976 655.0625Q287.21976 655.5156 287.46976 655.8125Q287.73538 656.1094 288.17288 656.1094Q288.59476 656.1094 288.84476 655.8281Q289.09476 655.53125 289.09476 655.03125L289.09476 654.6094Q289.09476 654.15625 288.84476 653.8594Q288.59476 653.5469 288.15726 653.5469Q287.71976 653.5469 287.46976 653.8594Q287.21976 654.15625 287.21976 654.625L287.21976 655.0625ZM290.5635 659.40625Q290.5635 658.6406 291.04788 658.15625Q291.54788 657.65625 292.3135 657.65625Q293.07913 657.65625 293.5635 658.15625Q294.0635 658.6406 294.0635 659.4531L294.0635 659.8594Q294.0635 660.625 293.57913 661.125Q293.09476 661.625 292.32913 661.625Q291.5635 661.625 291.0635 661.1406Q290.5635 660.6406 290.5635 659.8281L290.5635 659.40625ZM291.376 659.8594Q291.376 660.3281 291.626 660.625Q291.89163 660.9219 292.32913 660.9219Q292.751 660.9219 293.001 660.6406Q293.251 660.34375 293.251 659.84375L293.251 659.40625Q293.251 658.9375 292.98538 658.65625Q292.73538 658.3594 292.3135 658.3594Q291.89163 658.3594 291.626 658.65625Q291.376 658.9375 291.376 659.4375L291.376 659.8594ZM288.42288 660.8594L287.79788 660.46875L291.96976 653.7969L292.57913 654.1875L288.42288 660.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M275.50467 693.7031L276.31717 693.7031Q277.09842 693.6875 277.53592 693.2969Q277.97342 692.90625 277.97342 692.2344Q277.97342 690.7344 276.47342 690.7344Q275.7703 690.7344 275.34842 691.1406Q274.94217 691.5469 274.94217 692.2031L273.84842 692.2031Q273.84842 691.1875 274.5828 690.5156Q275.3328 689.84375 276.47342 689.84375Q277.67654 689.84375 278.36404 690.4844Q279.05154 691.125 279.05154 692.2656Q279.05154 692.8281 278.69217 693.34375Q278.3328 693.8594 277.7078 694.125Q278.41092 694.34375 278.78592 694.8594Q279.17654 695.375 279.17654 696.125Q279.17654 697.2656 278.42654 697.9531Q277.67654 698.625 276.47342 698.625Q275.28592 698.625 274.5203 697.96875Q273.7703 697.3125 273.7703 696.25L274.86404 696.25Q274.86404 696.9219 275.30154 697.3281Q275.73904 697.7344 276.48904 697.7344Q277.2703 697.7344 277.67654 697.3281Q278.09842 696.90625 278.09842 696.1406Q278.09842 695.40625 277.6453 695.0156Q277.19217 694.6094 276.31717 694.59375L275.50467 694.59375L275.50467 693.7031ZM280.8328 691.6094Q280.8328 690.84375 281.31717 690.34375Q281.81717 689.84375 282.5828 689.84375Q283.36404 689.84375 283.84842 690.34375Q284.3328 690.84375 284.3328 691.6406L284.3328 692.0625Q284.3328 692.8281 283.8328 693.3281Q283.34842 693.8125 282.59842 693.8125Q281.8328 693.8125 281.3328 693.3281Q280.8328 692.8281 280.8328 692.0156L280.8328 691.6094ZM281.6453 692.0625Q281.6453 692.5156 281.8953 692.8125Q282.16092 693.1094 282.59842 693.1094Q283.0203 693.1094 283.2703 692.8281Q283.5203 692.53125 283.5203 692.03125L283.5203 691.6094Q283.5203 691.15625 283.2703 690.8594Q283.0203 690.5469 282.5828 690.5469Q282.1453 690.5469 281.8953 690.8594Q281.6453 691.15625 281.6453 691.625L281.6453 692.0625ZM284.98904 696.40625Q284.98904 695.6406 285.47342 695.15625Q285.97342 694.65625 286.73904 694.65625Q287.50467 694.65625 287.98904 695.15625Q288.48904 695.6406 288.48904 696.4531L288.48904 696.8594Q288.48904 697.625 288.00467 698.125Q287.5203 698.625 286.75467 698.625Q285.98904 698.625 285.48904 698.1406Q284.98904 697.6406 284.98904 696.8281L284.98904 696.40625ZM285.80154 696.8594Q285.80154 697.3281 286.05154 697.625Q286.31717 697.9219 286.75467 697.9219Q287.17654 697.9219 287.42654 697.6406Q287.67654 697.34375 287.67654 696.84375L287.67654 696.40625Q287.67654 695.9375 287.41092 695.65625Q287.16092 695.3594 286.73904 695.3594Q286.31717 695.3594 286.05154 695.65625Q285.80154 695.9375 285.80154 696.4375L285.80154 696.8594ZM282.84842 697.8594L282.22342 697.46875L286.3953 690.7969L287.00467 691.1875L282.84842 697.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M275.50467 693.7031L276.31717 693.7031Q277.09842 693.6875 277.53592 693.2969Q277.97342 692.90625 277.97342 692.2344Q277.97342 690.7344 276.47342 690.7344Q275.7703 690.7344 275.34842 691.1406Q274.94217 691.5469 274.94217 692.2031L273.84842 692.2031Q273.84842 691.1875 274.5828 690.5156Q275.3328 689.84375 276.47342 689.84375Q277.67654 689.84375 278.36404 690.4844Q279.05154 691.125 279.05154 692.2656Q279.05154 692.8281 278.69217 693.34375Q278.3328 693.8594 277.7078 694.125Q278.41092 694.34375 278.78592 694.8594Q279.17654 695.375 279.17654 696.125Q279.17654 697.2656 278.42654 697.9531Q277.67654 698.625 276.47342 698.625Q275.28592 698.625 274.5203 697.96875Q273.7703 697.3125 273.7703 696.25L274.86404 696.25Q274.86404 696.9219 275.30154 697.3281Q275.73904 697.7344 276.48904 697.7344Q277.2703 697.7344 277.67654 697.3281Q278.09842 696.90625 278.09842 696.1406Q278.09842 695.40625 277.6453 695.0156Q277.19217 694.6094 276.31717 694.59375L275.50467 694.59375L275.50467 693.7031ZM280.8328 691.6094Q280.8328 690.84375 281.31717 690.34375Q281.81717 689.84375 282.5828 689.84375Q283.36404 689.84375 283.84842 690.34375Q284.3328 690.84375 284.3328 691.6406L284.3328 692.0625Q284.3328 692.8281 283.8328 693.3281Q283.34842 693.8125 282.59842 693.8125Q281.8328 693.8125 281.3328 693.3281Q280.8328 692.8281 280.8328 692.0156L280.8328 691.6094ZM281.6453 692.0625Q281.6453 692.5156 281.8953 692.8125Q282.16092 693.1094 282.59842 693.1094Q283.0203 693.1094 283.2703 692.8281Q283.5203 692.53125 283.5203 692.03125L283.5203 691.6094Q283.5203 691.15625 283.2703 690.8594Q283.0203 690.5469 282.5828 690.5469Q282.1453 690.5469 281.8953 690.8594Q281.6453 691.15625 281.6453 691.625L281.6453 692.0625ZM284.98904 696.40625Q284.98904 695.6406 285.47342 695.15625Q285.97342 694.65625 286.73904 694.65625Q287.50467 694.65625 287.98904 695.15625Q288.48904 695.6406 288.48904 696.4531L288.48904 696.8594Q288.48904 697.625 288.00467 698.125Q287.5203 698.625 286.75467 698.625Q285.98904 698.625 285.48904 698.1406Q284.98904 697.6406 284.98904 696.8281L284.98904 696.40625ZM285.80154 696.8594Q285.80154 697.3281 286.05154 697.625Q286.31717 697.9219 286.75467 697.9219Q287.17654 697.9219 287.42654 697.6406Q287.67654 697.34375 287.67654 696.84375L287.67654 696.40625Q287.67654 695.9375 287.41092 695.65625Q287.16092 695.3594 286.73904 695.3594Q286.31717 695.3594 286.05154 695.65625Q285.80154 695.9375 285.80154 696.4375L285.80154 696.8594ZM282.84842 697.8594L282.22342 697.46875L286.3953 690.7969L287.00467 691.1875L282.84842 697.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M355.53168 736.5L354.45355 736.5L354.45355 729.28125L352.26605 730.0781L352.26605 729.09375L355.37543 727.9219L355.53168 727.9219L355.53168 736.5ZM364.4848 728.5781L360.95355 736.5L359.81293 736.5L363.32855 728.8594L358.71918 728.8594L358.71918 727.96875L364.4848 727.96875L364.4848 728.5781ZM365.87543 729.6094Q365.87543 728.84375 366.3598 728.34375Q366.8598 727.84375 367.62543 727.84375Q368.40668 727.84375 368.89105 728.34375Q369.37543 728.84375 369.37543 729.6406L369.37543 730.0625Q369.37543 730.8281 368.87543 731.3281Q368.39105 731.8125 367.64105 731.8125Q366.87543 731.8125 366.37543 731.3281Q365.87543 730.8281 365.87543 730.0156L365.87543 729.6094ZM366.68793 730.0625Q366.68793 730.5156 366.93793 730.8125Q367.20355 731.1094 367.64105 731.1094Q368.06293 731.1094 368.31293 730.8281Q368.56293 730.53125 368.56293 730.03125L368.56293 729.6094Q368.56293 729.15625 368.31293 728.8594Q368.06293 728.5469 367.62543 728.5469Q367.18793 728.5469 366.93793 728.8594Q366.68793 729.15625 366.68793 729.625L366.68793 730.0625ZM370.03168 734.40625Q370.03168 733.6406 370.51605 733.15625Q371.01605 732.65625 371.78168 732.65625Q372.5473 732.65625 373.03168 733.15625Q373.53168 733.6406 373.53168 734.4531L373.53168 734.8594Q373.53168 735.625 373.0473 736.125Q372.56293 736.625 371.7973 736.625Q371.03168 736.625 370.53168 736.1406Q370.03168 735.6406 370.03168 734.8281L370.03168 734.40625ZM370.84418 734.8594Q370.84418 735.3281 371.09418 735.625Q371.3598 735.9219 371.7973 735.9219Q372.21918 735.9219 372.46918 735.6406Q372.71918 735.34375 372.71918 734.84375L372.71918 734.40625Q372.71918 733.9375 372.45355 733.65625Q372.20355 733.3594 371.78168 733.3594Q371.3598 733.3594 371.09418 733.65625Q370.84418 733.9375 370.84418 734.4375L370.84418 734.8594ZM367.89105 735.8594L367.26605 735.46875L371.43793 728.7969L372.0473 729.1875L367.89105 735.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M355.53168 736.5L354.45355 736.5L354.45355 729.28125L352.26605 730.0781L352.26605 729.09375L355.37543 727.9219L355.53168 727.9219L355.53168 736.5ZM364.4848 728.5781L360.95355 736.5L359.81293 736.5L363.32855 728.8594L358.71918 728.8594L358.71918 727.96875L364.4848 727.96875L364.4848 728.5781ZM365.87543 729.6094Q365.87543 728.84375 366.3598 728.34375Q366.8598 727.84375 367.62543 727.84375Q368.40668 727.84375 368.89105 728.34375Q369.37543 728.84375 369.37543 729.6406L369.37543 730.0625Q369.37543 730.8281 368.87543 731.3281Q368.39105 731.8125 367.64105 731.8125Q366.87543 731.8125 366.37543 731.3281Q365.87543 730.8281 365.87543 730.0156L365.87543 729.6094ZM366.68793 730.0625Q366.68793 730.5156 366.93793 730.8125Q367.20355 731.1094 367.64105 731.1094Q368.06293 731.1094 368.31293 730.8281Q368.56293 730.53125 368.56293 730.03125L368.56293 729.6094Q368.56293 729.15625 368.31293 728.8594Q368.06293 728.5469 367.62543 728.5469Q367.18793 728.5469 366.93793 728.8594Q366.68793 729.15625 366.68793 729.625L366.68793 730.0625ZM370.03168 734.40625Q370.03168 733.6406 370.51605 733.15625Q371.01605 732.65625 371.78168 732.65625Q372.5473 732.65625 373.03168 733.15625Q373.53168 733.6406 373.53168 734.4531L373.53168 734.8594Q373.53168 735.625 373.0473 736.125Q372.56293 736.625 371.7973 736.625Q371.03168 736.625 370.53168 736.1406Q370.03168 735.6406 370.03168 734.8281L370.03168 734.40625ZM370.84418 734.8594Q370.84418 735.3281 371.09418 735.625Q371.3598 735.9219 371.7973 735.9219Q372.21918 735.9219 372.46918 735.6406Q372.71918 735.34375 372.71918 734.84375L372.71918 734.40625Q372.71918 733.9375 372.45355 733.65625Q372.20355 733.3594 371.78168 733.3594Q371.3598 733.3594 371.09418 733.65625Q370.84418 733.9375 370.84418 734.4375L370.84418 734.8594ZM367.89105 735.8594L367.26605 735.46875L371.43793 728.7969L372.0473 729.1875L367.89105 735.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M221.98576 801.8417Q221.98576 801.07605 222.47014 800.57605Q222.97014 800.07605 223.73576 800.07605Q224.51701 800.07605 225.00139 800.57605Q225.48576 801.07605 225.48576 801.8729L225.48576 802.2948Q225.48576 803.0604 224.98576 803.5604Q224.50139 804.0448 223.75139 804.0448Q222.98576 804.0448 222.48576 803.5604Q221.98576 803.0604 221.98576 802.2479L221.98576 801.8417ZM222.79826 802.2948Q222.79826 802.7479 223.04826 803.0448Q223.31389 803.3417 223.75139 803.3417Q224.17326 803.3417 224.42326 803.0604Q224.67326 802.76355 224.67326 802.26355L224.67326 801.8417Q224.67326 801.38855 224.42326 801.0917Q224.17326 800.7792 223.73576 800.7792Q223.29826 800.7792 223.04826 801.0917Q222.79826 801.38855 222.79826 801.8573L222.79826 802.2948ZM226.14201 806.63855Q226.14201 805.8729 226.62639 805.38855Q227.12639 804.88855 227.89201 804.88855Q228.65764 804.88855 229.14201 805.38855Q229.64201 805.8729 229.64201 806.6854L229.64201 807.0917Q229.64201 807.8573 229.15764 808.3573Q228.67326 808.8573 227.90764 808.8573Q227.14201 808.8573 226.64201 808.3729Q226.14201 807.8729 226.14201 807.0604L226.14201 806.63855ZM226.95451 807.0917Q226.95451 807.5604 227.20451 807.8573Q227.47014 808.1542 227.90764 808.1542Q228.32951 808.1542 228.57951 807.8729Q228.82951 807.57605 228.82951 807.07605L228.82951 806.63855Q228.82951 806.1698 228.56389 805.88855Q228.31389 805.5917 227.89201 805.5917Q227.47014 805.5917 227.20451 805.88855Q226.95451 806.1698 226.95451 806.6698L226.95451 807.0917ZM224.00139 808.0917L223.37639 807.70105L227.54826 801.0292L228.15764 801.4198L224.00139 808.0917ZM233.90764 805.4979Q233.90764 804.57605 234.26701 803.82605Q234.64201 803.07605 235.29826 802.6854Q235.95451 802.2792 236.78264 802.2792Q238.07951 802.2792 238.87639 803.1698Q239.68889 804.0604 239.68889 805.5604L239.68889 805.63855Q239.68889 806.5604 239.32951 807.2948Q238.97014 808.0292 238.31389 808.45105Q237.65764 808.8573 236.79826 808.8573Q235.51701 808.8573 234.70451 807.9667Q233.90764 807.0604 233.90764 805.57605L233.90764 805.4979ZM235.00139 805.63855Q235.00139 806.6854 235.48576 807.32605Q235.98576 807.9667 236.79826 807.9667Q237.62639 807.9667 238.11076 807.32605Q238.59514 806.6698 238.59514 805.4979Q238.59514 804.4667 238.09514 803.82605Q237.61076 803.1698 236.78264 803.1698Q235.98576 803.1698 235.48576 803.8104Q235.00139 804.4354 235.00139 805.63855ZM241.73576 808.7323L241.73576 803.2323L240.73576 803.2323L240.73576 802.38855L241.73576 802.38855L241.73576 801.7479Q241.73576 800.7167 242.26701 800.1698Q242.81389 799.6073 243.81389 799.6073Q244.18889 799.6073 244.56389 799.70105L244.50139 800.5917Q244.22014 800.5292 243.92326 800.5292Q243.39201 800.5292 243.09514 800.8417Q242.81389 801.1542 242.81389 801.7167L242.81389 802.38855L244.17326 802.38855L244.17326 803.2323L242.81389 803.2323L242.81389 808.7323L241.73576 808.7323ZM251.26701 803.3573Q251.01701 803.32605 250.73576 803.32605Q249.65764 803.32605 249.28264 804.2323L249.28264 808.7323L248.20451 808.7323L248.20451 802.38855L249.25139 802.38855L249.26701 803.1229Q249.79826 802.2792 250.78264 802.2792Q251.09514 802.2792 251.26701 802.3573L251.26701 803.3573ZM254.82951 808.8573Q253.53264 808.8573 252.72014 808.01355Q251.92326 807.1542 251.92326 805.7323L251.92326 805.5448Q251.92326 804.5917 252.28264 803.8573Q252.64201 803.1073 253.28264 802.70105Q253.93889 802.2792 254.68889 802.2792Q255.92326 802.2792 256.61078 803.0917Q257.29828 803.9042 257.29828 805.4198L257.29828 805.8729L253.00139 805.8729Q253.03264 806.8104 253.54826 807.38855Q254.07951 807.9667 254.89201 807.9667Q255.45451 807.9667 255.84514 807.7323Q256.2514 807.4979 256.5639 807.1073L257.22015 807.6229Q256.42328 808.8573 254.82951 808.8573ZM254.68889 803.1698Q254.03264 803.1698 253.57951 803.6542Q253.14201 804.1229 253.04826 804.9823L256.22015 804.9823L256.22015 804.9042Q256.17328 804.07605 255.76701 803.6229Q255.37639 803.1698 254.68889 803.1698ZM261.89203 807.0448Q261.89203 806.6073 261.54828 806.3729Q261.22015 806.1229 260.39203 805.95105Q259.57953 805.7792 259.09515 805.5292Q258.61078 805.2792 258.3764 804.95105Q258.15765 804.6073 258.15765 804.13855Q258.15765 803.3573 258.8139 802.82605Q259.47015 802.2792 260.5014 802.2792Q261.57953 802.2792 262.23578 802.8417Q262.90765 803.38855 262.90765 804.2479L261.82953 804.2479Q261.82953 803.8104 261.4389 803.4979Q261.0639 803.1698 260.5014 803.1698Q259.90765 803.1698 259.5639 803.4354Q259.23578 803.6854 259.23578 804.0917Q259.23578 804.4823 259.54828 804.6854Q259.86078 804.88855 260.67328 805.07605Q261.48578 805.2479 261.98578 805.4979Q262.48578 805.7479 262.72015 806.1073Q262.97015 806.4667 262.97015 806.9667Q262.97015 807.82605 262.28265 808.3417Q261.61078 808.8573 260.53265 808.8573Q259.76703 808.8573 259.17328 808.5917Q258.59515 808.3104 258.26703 807.82605Q257.9389 807.3417 257.9389 806.7792L259.01703 806.7792Q259.04828 807.32605 259.45453 807.6542Q259.86078 807.9667 260.53265 807.9667Q261.14203 807.9667 261.51703 807.7167Q261.89203 807.4667 261.89203 807.0448ZM269.54828 805.63855Q269.54828 807.07605 268.89203 807.9667Q268.23578 808.8573 267.09515 808.8573Q265.9389 808.8573 265.28265 808.1229L265.28265 811.1698L264.20453 811.1698L264.20453 802.38855L265.1889 802.38855L265.23578 803.0917Q265.90765 802.2792 267.07953 802.2792Q268.22015 802.2792 268.8764 803.13855Q269.54828 803.9979 269.54828 805.5292L269.54828 805.63855ZM268.47015 805.51355Q268.47015 804.4354 268.0014 803.82605Q267.54828 803.20105 266.7514 803.20105Q265.76703 803.20105 265.28265 804.0604L265.28265 807.0917Q265.76703 807.9667 266.76703 807.9667Q267.54828 807.9667 268.0014 807.3573Q268.47015 806.7323 268.47015 805.51355ZM270.90765 805.4979Q270.90765 804.57605 271.26703 803.82605Q271.64203 803.07605 272.29828 802.6854Q272.95453 802.2792 273.78265 802.2792Q275.07953 802.2792 275.8764 803.1698Q276.6889 804.0604 276.6889 805.5604L276.6889 805.63855Q276.6889 806.5604 276.32953 807.2948Q275.97015 808.0292 275.3139 808.45105Q274.65765 808.8573 273.79828 808.8573Q272.51703 808.8573 271.70453 807.9667Q270.90765 807.0604 270.90765 805.57605L270.90765 805.4979ZM272.0014 805.63855Q272.0014 806.6854 272.48578 807.32605Q272.98578 807.9667 273.79828 807.9667Q274.6264 807.9667 275.11078 807.32605Q275.59515 806.6698 275.59515 805.4979Q275.59515 804.4667 275.09515 803.82605Q274.61078 803.1698 273.78265 803.1698Q272.98578 803.1698 272.48578 803.8104Q272.0014 804.4354 272.0014 805.63855ZM279.22015 802.38855L279.2514 803.1854Q279.98578 802.2792 281.15765 802.2792Q283.17328 802.2792 283.1889 804.5448L283.1889 808.7323L282.09515 808.7323L282.09515 804.5292Q282.09515 803.8573 281.78265 803.5292Q281.48578 803.20105 280.82953 803.20105Q280.29828 803.20105 279.89203 803.4823Q279.5014 803.76355 279.28265 804.2167L279.28265 808.7323L278.20453 808.7323L278.20453 802.38855L279.22015 802.38855ZM284.9389 805.51355Q284.9389 804.0448 285.6264 803.1698Q286.3139 802.2792 287.4389 802.2792Q288.54828 802.2792 289.20453 803.0292L289.20453 799.7323L290.28265 799.7323L290.28265 808.7323L289.28265 808.7323L289.23578 808.0448Q288.57953 808.8573 287.42328 808.8573Q286.32953 808.8573 285.6264 807.95105Q284.9389 807.0448 284.9389 805.5917L284.9389 805.51355ZM286.01703 805.63855Q286.01703 806.7167 286.45453 807.32605Q286.90765 807.9354 287.6889 807.9354Q288.72015 807.9354 289.20453 806.9979L289.20453 804.0917Q288.72015 803.20105 287.70453 803.20105Q286.90765 803.20105 286.45453 803.8104Q286.01703 804.4198 286.01703 805.63855ZM294.82953 808.8573Q293.53265 808.8573 292.72015 808.01355Q291.92328 807.1542 291.92328 805.7323L291.92328 805.5448Q291.92328 804.5917 292.28265 803.8573Q292.64203 803.1073 293.28265 802.70105Q293.9389 802.2792 294.6889 802.2792Q295.92328 802.2792 296.61078 803.0917Q297.29828 803.9042 297.29828 805.4198L297.29828 805.8729L293.0014 805.8729Q293.03265 806.8104 293.54828 807.38855Q294.07953 807.9667 294.89203 807.9667Q295.45453 807.9667 295.84515 807.7323Q296.2514 807.4979 296.5639 807.1073L297.22015 807.6229Q296.42328 808.8573 294.82953 808.8573ZM294.6889 803.1698Q294.03265 803.1698 293.57953 803.6542Q293.14203 804.1229 293.04828 804.9823L296.22015 804.9823L296.22015 804.9042Q296.17328 804.07605 295.76703 803.6229Q295.3764 803.1698 294.6889 803.1698ZM299.22015 802.38855L299.2514 803.1854Q299.98578 802.2792 301.15765 802.2792Q303.17328 802.2792 303.1889 804.5448L303.1889 808.7323L302.09515 808.7323L302.09515 804.5292Q302.09515 803.8573 301.78265 803.5292Q301.48578 803.20105 300.82953 803.20105Q300.29828 803.20105 299.89203 803.4823Q299.5014 803.76355 299.28265 804.2167L299.28265 808.7323L298.20453 808.7323L298.20453 802.38855L299.22015 802.38855ZM306.67328 800.8573L306.67328 802.38855L307.84515 802.38855L307.84515 803.2323L306.67328 803.2323L306.67328 807.1542Q306.67328 807.5448 306.82953 807.7323Q306.98578 807.9198 307.36078 807.9198Q307.54828 807.9198 307.8764 807.8573L307.8764 808.7323Q307.45453 808.8573 307.04828 808.8573Q306.32953 808.8573 305.95453 808.4198Q305.57953 807.9667 305.57953 807.1542L305.57953 803.2323L304.42328 803.2323L304.42328 802.38855L305.57953 802.38855L305.57953 800.8573L306.67328 800.8573ZM312.89203 807.0448Q312.89203 806.6073 312.54828 806.3729Q312.22015 806.1229 311.39203 805.95105Q310.57953 805.7792 310.09515 805.5292Q309.61078 805.2792 309.3764 804.95105Q309.15765 804.6073 309.15765 804.13855Q309.15765 803.3573 309.8139 802.82605Q310.47015 802.2792 311.5014 802.2792Q312.57953 802.2792 313.23578 802.8417Q313.90765 803.38855 313.90765 804.2479L312.82953 804.2479Q312.82953 803.8104 312.4389 803.4979Q312.0639 803.1698 311.5014 803.1698Q310.90765 803.1698 310.5639 803.4354Q310.23578 803.6854 310.23578 804.0917Q310.23578 804.4823 310.54828 804.6854Q310.86078 804.88855 311.67328 805.07605Q312.48578 805.2479 312.98578 805.4979Q313.48578 805.7479 313.72015 806.1073Q313.97015 806.4667 313.97015 806.9667Q313.97015 807.82605 313.28265 808.3417Q312.61078 808.8573 311.53265 808.8573Q310.76703 808.8573 310.17328 808.5917Q309.59515 808.3104 309.26703 807.82605Q308.9389 807.3417 308.9389 806.7792L310.01703 806.7792Q310.04828 807.32605 310.45453 807.6542Q310.86078 807.9667 311.53265 807.9667Q312.14203 807.9667 312.51703 807.7167Q312.89203 807.4667 312.89203 807.0448ZM323.8139 807.2323L325.03265 802.38855L326.11078 802.38855L324.26703 808.7323L323.39203 808.7323L321.84515 803.9198L320.34515 808.7323L319.47015 808.7323L317.6264 802.38855L318.70453 802.38855L319.95453 807.13855L321.4389 802.38855L322.29828 802.38855L323.8139 807.2323ZM328.28265 803.1542Q329.0014 802.2792 330.15765 802.2792Q332.17328 802.2792 332.1889 804.5448L332.1889 808.7323L331.09515 808.7323L331.09515 804.5292Q331.09515 803.8573 330.78265 803.5292Q330.48578 803.20105 329.82953 803.20105Q329.29828 803.20105 328.89203 803.4823Q328.5014 803.76355 328.28265 804.2167L328.28265 808.7323L327.20453 808.7323L327.20453 799.7323L328.28265 799.7323L328.28265 803.1542ZM333.90765 805.4979Q333.90765 804.57605 334.26703 803.82605Q334.64203 803.07605 335.29828 802.6854Q335.95453 802.2792 336.78265 802.2792Q338.07953 802.2792 338.8764 803.1698Q339.6889 804.0604 339.6889 805.5604L339.6889 805.63855Q339.6889 806.5604 339.32953 807.2948Q338.97015 808.0292 338.3139 808.45105Q337.65765 808.8573 336.79828 808.8573Q335.51703 808.8573 334.70453 807.9667Q333.90765 807.0604 333.90765 805.57605L333.90765 805.4979ZM335.0014 805.63855Q335.0014 806.6854 335.48578 807.32605Q335.98578 807.9667 336.79828 807.9667Q337.6264 807.9667 338.11078 807.32605Q338.59515 806.6698 338.59515 805.4979Q338.59515 804.4667 338.09515 803.82605Q337.61078 803.1698 336.78265 803.1698Q335.98578 803.1698 335.48578 803.8104Q335.0014 804.4354 335.0014 805.63855ZM347.89203 807.0448Q347.89203 806.6073 347.54828 806.3729Q347.22015 806.1229 346.39203 805.95105Q345.57953 805.7792 345.09515 805.5292Q344.61078 805.2792 344.3764 804.95105Q344.15765 804.6073 344.15765 804.13855Q344.15765 803.3573 344.8139 802.82605Q345.47015 802.2792 346.5014 802.2792Q347.57953 802.2792 348.23578 802.8417Q348.90765 803.38855 348.90765 804.2479L347.82953 804.2479Q347.82953 803.8104 347.4389 803.4979Q347.0639 803.1698 346.5014 803.1698Q345.90765 803.1698 345.5639 803.4354Q345.23578 803.6854 345.23578 804.0917Q345.23578 804.4823 345.54828 804.6854Q345.86078 804.88855 346.67328 805.07605Q347.48578 805.2479 347.98578 805.4979Q348.48578 805.7479 348.72015 806.1073Q348.97015 806.4667 348.97015 806.9667Q348.97015 807.82605 348.28265 808.3417Q347.61078 808.8573 346.53265 808.8573Q345.76703 808.8573 345.17328 808.5917Q344.59515 808.3104 344.26703 807.82605Q343.9389 807.3417 343.9389 806.7792L345.01703 806.7792Q345.04828 807.32605 345.45453 807.6542Q345.86078 807.9667 346.53265 807.9667Q347.14203 807.9667 347.51703 807.7167Q347.89203 807.4667 347.89203 807.0448ZM354.11078 808.7323Q354.01703 808.5448 353.95453 808.0604Q353.20453 808.8573 352.15765 808.8573Q351.22015 808.8573 350.61078 808.32605Q350.01703 807.7948 350.01703 806.9667Q350.01703 805.9823 350.76703 805.4354Q351.51703 804.88855 352.89203 804.88855L353.9389 804.88855L353.9389 804.38855Q353.9389 803.82605 353.59515 803.4979Q353.26703 803.1542 352.59515 803.1542Q352.01703 803.1542 351.6264 803.45105Q351.23578 803.7323 351.23578 804.1542L350.14203 804.1542Q350.14203 803.6698 350.47015 803.2323Q350.8139 802.7948 351.39203 802.5448Q351.97015 802.2792 352.65765 802.2792Q353.76703 802.2792 354.3764 802.82605Q355.0014 803.3729 355.03265 804.32605L355.03265 807.2479Q355.03265 808.1229 355.2514 808.63855L355.2514 808.7323L354.11078 808.7323ZM352.3139 807.9042Q352.82953 807.9042 353.28265 807.63855Q353.73578 807.3729 353.9389 806.95105L353.9389 805.6542L353.09515 805.6542Q351.09515 805.6542 351.09515 806.82605Q351.09515 807.32605 351.4389 807.6229Q351.78265 807.9042 352.3139 807.9042ZM358.3764 808.7323L357.29828 808.7323L357.29828 802.38855L358.3764 802.38855L358.3764 808.7323ZM357.20453 800.7167Q357.20453 800.45105 357.36078 800.26355Q357.53265 800.07605 357.84515 800.07605Q358.15765 800.07605 358.3139 800.26355Q358.48578 800.45105 358.48578 800.7167Q358.48578 800.9667 358.3139 801.1542Q358.15765 801.32605 357.84515 801.32605Q357.53265 801.32605 357.36078 801.1542Q357.20453 800.9667 357.20453 800.7167ZM359.9389 805.51355Q359.9389 804.0448 360.6264 803.1698Q361.3139 802.2792 362.4389 802.2792Q363.54828 802.2792 364.20453 803.0292L364.20453 799.7323L365.28265 799.7323L365.28265 808.7323L364.28265 808.7323L364.23578 808.0448Q363.57953 808.8573 362.42328 808.8573Q361.32953 808.8573 360.6264 807.95105Q359.9389 807.0448 359.9389 805.5917L359.9389 805.51355ZM361.01703 805.63855Q361.01703 806.7167 361.45453 807.32605Q361.90765 807.9354 362.6889 807.9354Q363.72015 807.9354 364.20453 806.9979L364.20453 804.0917Q363.72015 803.20105 362.70453 803.20105Q361.90765 803.20105 361.45453 803.8104Q361.01703 804.4198 361.01703 805.63855ZM376.67328 807.6073Q376.23578 808.2323 375.45453 808.5448Q374.67328 808.8573 373.64203 808.8573Q372.61078 808.8573 371.79828 808.3729Q370.98578 807.8729 370.54828 806.9667Q370.11078 806.0604 370.09515 804.8729L370.09515 804.13855Q370.09515 802.20105 370.98578 801.13855Q371.89203 800.07605 373.51703 800.07605Q374.86078 800.07605 375.67328 800.76355Q376.48578 801.45105 376.67328 802.70105L375.54828 802.70105Q375.22015 801.01355 373.53265 801.01355Q372.39203 801.01355 371.8139 801.8104Q371.23578 802.5917 371.22015 804.1073L371.22015 804.7948Q371.22015 806.2323 371.8764 807.0917Q372.53265 807.9354 373.65765 807.9354Q374.28265 807.9354 374.7514 807.7948Q375.23578 807.6542 375.54828 807.3104L375.54828 805.4042L373.57953 805.4042L373.57953 804.4823L376.67328 804.4823L376.67328 807.6073ZM377.90765 805.4979Q377.90765 804.57605 378.26703 803.82605Q378.64203 803.07605 379.29828 802.6854Q379.95453 802.2792 380.78265 802.2792Q382.07953 802.2792 382.8764 803.1698Q383.6889 804.0604 383.6889 805.5604L383.6889 805.63855Q383.6889 806.5604 383.32953 807.2948Q382.97015 808.0292 382.3139 808.45105Q381.65765 808.8573 380.79828 808.8573Q379.51703 808.8573 378.70453 807.9667Q377.90765 807.0604 377.90765 805.57605L377.90765 805.4979ZM379.0014 805.63855Q379.0014 806.6854 379.48578 807.32605Q379.98578 807.9667 380.79828 807.9667Q381.6264 807.9667 382.11078 807.32605Q382.59515 806.6698 382.59515 805.4979Q382.59515 804.4667 382.09515 803.82605Q381.61078 803.1698 380.78265 803.1698Q379.98578 803.1698 379.48578 803.8104Q379.0014 804.4354 379.0014 805.63855ZM389.3764 808.7323L388.29828 808.7323L388.29828 802.38855L389.3764 802.38855L389.3764 808.7323ZM388.20453 800.7167Q388.20453 800.45105 388.36078 800.26355Q388.53265 800.07605 388.84515 800.07605Q389.15765 800.07605 389.3139 800.26355Q389.48578 800.45105 389.48578 800.7167Q389.48578 800.9667 389.3139 801.1542Q389.15765 801.32605 388.84515 801.32605Q388.53265 801.32605 388.36078 801.1542Q388.20453 800.9667 388.20453 800.7167ZM394.89203 807.0448Q394.89203 806.6073 394.54828 806.3729Q394.22015 806.1229 393.39203 805.95105Q392.57953 805.7792 392.09515 805.5292Q391.61078 805.2792 391.3764 804.95105Q391.15765 804.6073 391.15765 804.13855Q391.15765 803.3573 391.8139 802.82605Q392.47015 802.2792 393.5014 802.2792Q394.57953 802.2792 395.23578 802.8417Q395.90765 803.38855 395.90765 804.2479L394.82953 804.2479Q394.82953 803.8104 394.4389 803.4979Q394.0639 803.1698 393.5014 803.1698Q392.90765 803.1698 392.5639 803.4354Q392.23578 803.6854 392.23578 804.0917Q392.23578 804.4823 392.54828 804.6854Q392.86078 804.88855 393.67328 805.07605Q394.48578 805.2479 394.98578 805.4979Q395.48578 805.7479 395.72015 806.1073Q395.97015 806.4667 395.97015 806.9667Q395.97015 807.82605 395.28265 808.3417Q394.61078 808.8573 393.53265 808.8573Q392.76703 808.8573 392.17328 808.5917Q391.59515 808.3104 391.26703 807.82605Q390.9389 807.3417 390.9389 806.7792L392.01703 806.7792Q392.04828 807.32605 392.45453 807.6542Q392.86078 807.9667 393.53265 807.9667Q394.14203 807.9667 394.51703 807.7167Q394.89203 807.4667 394.89203 807.0448ZM401.22015 802.38855L401.2514 803.1854Q401.98578 802.2792 403.15765 802.2792Q405.17328 802.2792 405.1889 804.5448L405.1889 808.7323L404.09515 808.7323L404.09515 804.5292Q404.09515 803.8573 403.78265 803.5292Q403.48578 803.20105 402.82953 803.20105Q402.29828 803.20105 401.89203 803.4823Q401.5014 803.76355 401.28265 804.2167L401.28265 808.7323L400.20453 808.7323L400.20453 802.38855L401.22015 802.38855ZM406.90765 805.4979Q406.90765 804.57605 407.26703 803.82605Q407.64203 803.07605 408.29828 802.6854Q408.95453 802.2792 409.78265 802.2792Q411.07953 802.2792 411.8764 803.1698Q412.6889 804.0604 412.6889 805.5604L412.6889 805.63855Q412.6889 806.5604 412.32953 807.2948Q411.97015 808.0292 411.3139 808.45105Q410.65765 808.8573 409.79828 808.8573Q408.51703 808.8573 407.70453 807.9667Q406.90765 807.0604 406.90765 805.57605L406.90765 805.4979ZM408.0014 805.63855Q408.0014 806.6854 408.48578 807.32605Q408.98578 807.9667 409.79828 807.9667Q410.6264 807.9667 411.11078 807.32605Q411.59515 806.6698 411.59515 805.4979Q411.59515 804.4667 411.09515 803.82605Q410.61078 803.1698 409.78265 803.1698Q408.98578 803.1698 408.48578 803.8104Q408.0014 804.4354 408.0014 805.63855ZM415.67328 800.8573L415.67328 802.38855L416.84515 802.38855L416.84515 803.2323L415.67328 803.2323L415.67328 807.1542Q415.67328 807.5448 415.82953 807.7323Q415.98578 807.9198 416.36078 807.9198Q416.54828 807.9198 416.8764 807.8573L416.8764 808.7323Q416.45453 808.8573 416.04828 808.8573Q415.32953 808.8573 414.95453 808.4198Q414.57953 807.9667 414.57953 807.1542L414.57953 803.2323L413.42328 803.2323L413.42328 802.38855L414.57953 802.38855L414.57953 800.8573L415.67328 800.8573ZM425.11078 808.7323Q425.01703 808.5448 424.95453 808.0604Q424.20453 808.8573 423.15765 808.8573Q422.22015 808.8573 421.61078 808.32605Q421.01703 807.7948 421.01703 806.9667Q421.01703 805.9823 421.76703 805.4354Q422.51703 804.88855 423.89203 804.88855L424.9389 804.88855L424.9389 804.38855Q424.9389 803.82605 424.59515 803.4979Q424.26703 803.1542 423.59515 803.1542Q423.01703 803.1542 422.6264 803.45105Q422.23578 803.7323 422.23578 804.1542L421.14203 804.1542Q421.14203 803.6698 421.47015 803.2323Q421.8139 802.7948 422.39203 802.5448Q422.97015 802.2792 423.65765 802.2792Q424.76703 802.2792 425.3764 802.82605Q426.0014 803.3729 426.03265 804.32605L426.03265 807.2479Q426.03265 808.1229 426.2514 808.63855L426.2514 808.7323L425.11078 808.7323ZM423.3139 807.9042Q423.82953 807.9042 424.28265 807.63855Q424.73578 807.3729 424.9389 806.95105L424.9389 805.6542L424.09515 805.6542Q422.09515 805.6542 422.09515 806.82605Q422.09515 807.32605 422.4389 807.6229Q422.78265 807.9042 423.3139 807.9042ZM429.22015 802.38855L429.2514 803.1854Q429.98578 802.2792 431.15765 802.2792Q433.17328 802.2792 433.1889 804.5448L433.1889 808.7323L432.09515 808.7323L432.09515 804.5292Q432.09515 803.8573 431.78265 803.5292Q431.48578 803.20105 430.82953 803.20105Q430.29828 803.20105 429.89203 803.4823Q429.5014 803.76355 429.28265 804.2167L429.28265 808.7323L428.20453 808.7323L428.20453 802.38855L429.22015 802.38855ZM442.11078 808.7323Q442.01703 808.5448 441.95453 808.0604Q441.20453 808.8573 440.15765 808.8573Q439.22015 808.8573 438.61078 808.32605Q438.01703 807.7948 438.01703 806.9667Q438.01703 805.9823 438.76703 805.4354Q439.51703 804.88855 440.89203 804.88855L441.9389 804.88855L441.9389 804.38855Q441.9389 803.82605 441.59515 803.4979Q441.26703 803.1542 440.59515 803.1542Q440.01703 803.1542 439.6264 803.45105Q439.23578 803.7323 439.23578 804.1542L438.14203 804.1542Q438.14203 803.6698 438.47015 803.2323Q438.8139 802.7948 439.39203 802.5448Q439.97015 802.2792 440.65765 802.2792Q441.76703 802.2792 442.3764 802.82605Q443.0014 803.3729 443.03265 804.32605L443.03265 807.2479Q443.03265 808.1229 443.2514 808.63855L443.2514 808.7323L442.11078 808.7323ZM440.3139 807.9042Q440.82953 807.9042 441.28265 807.63855Q441.73578 807.3729 441.9389 806.95105L441.9389 805.6542L441.09515 805.6542Q439.09515 805.6542 439.09515 806.82605Q439.09515 807.32605 439.4389 807.6229Q439.78265 807.9042 440.3139 807.9042ZM450.54828 805.63855Q450.54828 807.07605 449.89203 807.9667Q449.23578 808.8573 448.09515 808.8573Q446.9389 808.8573 446.28265 808.1229L446.28265 811.1698L445.20453 811.1698L445.20453 802.38855L446.1889 802.38855L446.23578 803.0917Q446.90765 802.2792 448.07953 802.2792Q449.22015 802.2792 449.8764 803.13855Q450.54828 803.9979 450.54828 805.5292L450.54828 805.63855ZM449.47015 805.51355Q449.47015 804.4354 449.0014 803.82605Q448.54828 803.20105 447.7514 803.20105Q446.76703 803.20105 446.28265 804.0604L446.28265 807.0917Q446.76703 807.9667 447.76703 807.9667Q448.54828 807.9667 449.0014 807.3573Q449.47015 806.7323 449.47015 805.51355ZM457.54828 805.63855Q457.54828 807.07605 456.89203 807.9667Q456.23578 808.8573 455.09515 808.8573Q453.9389 808.8573 453.28265 808.1229L453.28265 811.1698L452.20453 811.1698L452.20453 802.38855L453.1889 802.38855L453.23578 803.0917Q453.90765 802.2792 455.07953 802.2792Q456.22015 802.2792 456.8764 803.13855Q457.54828 803.9979 457.54828 805.5292L457.54828 805.63855ZM456.47015 805.51355Q456.47015 804.4354 456.0014 803.82605Q455.54828 803.20105 454.7514 803.20105Q453.76703 803.20105 453.28265 804.0604L453.28265 807.0917Q453.76703 807.9667 454.76703 807.9667Q455.54828 807.9667 456.0014 807.3573Q456.47015 806.7323 456.47015 805.51355ZM462.26703 803.3573Q462.01703 803.32605 461.73578 803.32605Q460.65765 803.32605 460.28265 804.2323L460.28265 808.7323L459.20453 808.7323L459.20453 802.38855L460.2514 802.38855L460.26703 803.1229Q460.79828 802.2792 461.78265 802.2792Q462.09515 802.2792 462.26703 802.3573L462.26703 803.3573ZM462.90765 805.4979Q462.90765 804.57605 463.26703 803.82605Q463.64203 803.07605 464.29828 802.6854Q464.95453 802.2792 465.78265 802.2792Q467.07953 802.2792 467.8764 803.1698Q468.6889 804.0604 468.6889 805.5604L468.6889 805.63855Q468.6889 806.5604 468.32953 807.2948Q467.97015 808.0292 467.3139 808.45105Q466.65765 808.8573 465.79828 808.8573Q464.51703 808.8573 463.70453 807.9667Q462.90765 807.0604 462.90765 805.57605L462.90765 805.4979ZM464.0014 805.63855Q464.0014 806.6854 464.48578 807.32605Q464.98578 807.9667 465.79828 807.9667Q466.6264 807.9667 467.11078 807.32605Q467.59515 806.6698 467.59515 805.4979Q467.59515 804.4667 467.09515 803.82605Q466.61078 803.1698 465.78265 803.1698Q464.98578 803.1698 464.48578 803.8104Q464.0014 804.4354 464.0014 805.63855ZM475.54828 805.63855Q475.54828 807.07605 474.89203 807.9667Q474.23578 808.8573 473.09515 808.8573Q471.9389 808.8573 471.28265 808.1229L471.28265 811.1698L470.20453 811.1698L470.20453 802.38855L471.1889 802.38855L471.23578 803.0917Q471.90765 802.2792 473.07953 802.2792Q474.22015 802.2792 474.8764 803.13855Q475.54828 803.9979 475.54828 805.5292L475.54828 805.63855ZM474.47015 805.51355Q474.47015 804.4354 474.0014 803.82605Q473.54828 803.20105 472.7514 803.20105Q471.76703 803.20105 471.28265 804.0604L471.28265 807.0917Q471.76703 807.9667 472.76703 807.9667Q473.54828 807.9667 474.0014 807.3573Q474.47015 806.7323 474.47015 805.51355ZM480.26703 803.3573Q480.01703 803.32605 479.73578 803.32605Q478.65765 803.32605 478.28265 804.2323L478.28265 808.7323L477.20453 808.7323L477.20453 802.38855L478.2514 802.38855L478.26703 803.1229Q478.79828 802.2792 479.78265 802.2792Q480.09515 802.2792 480.26703 802.3573L480.26703 803.3573ZM482.3764 808.7323L481.29828 808.7323L481.29828 802.38855L482.3764 802.38855L482.3764 808.7323ZM481.20453 800.7167Q481.20453 800.45105 481.36078 800.26355Q481.53265 800.07605 481.84515 800.07605Q482.15765 800.07605 482.3139 800.26355Q482.48578 800.45105 482.48578 800.7167Q482.48578 800.9667 482.3139 801.1542Q482.15765 801.32605 481.84515 801.32605Q481.53265 801.32605 481.36078 801.1542Q481.20453 800.9667 481.20453 800.7167ZM488.11078 808.7323Q488.01703 808.5448 487.95453 808.0604Q487.20453 808.8573 486.15765 808.8573Q485.22015 808.8573 484.61078 808.32605Q484.01703 807.7948 484.01703 806.9667Q484.01703 805.9823 484.76703 805.4354Q485.51703 804.88855 486.89203 804.88855L487.9389 804.88855L487.9389 804.38855Q487.9389 803.82605 487.59515 803.4979Q487.26703 803.1542 486.59515 803.1542Q486.01703 803.1542 485.6264 803.45105Q485.23578 803.7323 485.23578 804.1542L484.14203 804.1542Q484.14203 803.6698 484.47015 803.2323Q484.8139 802.7948 485.39203 802.5448Q485.97015 802.2792 486.65765 802.2792Q487.76703 802.2792 488.3764 802.82605Q489.0014 803.3729 489.03265 804.32605L489.03265 807.2479Q489.03265 808.1229 489.2514 808.63855L489.2514 808.7323L488.11078 808.7323ZM486.3139 807.9042Q486.82953 807.9042 487.28265 807.63855Q487.73578 807.3729 487.9389 806.95105L487.9389 805.6542L487.09515 805.6542Q485.09515 805.6542 485.09515 806.82605Q485.09515 807.32605 485.4389 807.6229Q485.78265 807.9042 486.3139 807.9042ZM492.67328 800.8573L492.67328 802.38855L493.84515 802.38855L493.84515 803.2323L492.67328 803.2323L492.67328 807.1542Q492.67328 807.5448 492.82953 807.7323Q492.98578 807.9198 493.36078 807.9198Q493.54828 807.9198 493.8764 807.8573L493.8764 808.7323Q493.45453 808.8573 493.04828 808.8573Q492.32953 808.8573 491.95453 808.4198Q491.57953 807.9667 491.57953 807.1542L491.57953 803.2323L490.42328 803.2323L490.42328 802.38855L491.57953 802.38855L491.57953 800.8573L492.67328 800.8573ZM497.82953 808.8573Q496.53265 808.8573 495.72015 808.01355Q494.92328 807.1542 494.92328 805.7323L494.92328 805.5448Q494.92328 804.5917 495.28265 803.8573Q495.64203 803.1073 496.28265 802.70105Q496.9389 802.2792 497.6889 802.2792Q498.92328 802.2792 499.61078 803.0917Q500.29828 803.9042 500.29828 805.4198L500.29828 805.8729L496.0014 805.8729Q496.03265 806.8104 496.54828 807.38855Q497.07953 807.9667 497.89203 807.9667Q498.45453 807.9667 498.84515 807.7323Q499.2514 807.4979 499.5639 807.1073L500.22015 807.6229Q499.42328 808.8573 497.82953 808.8573ZM497.6889 803.1698Q497.03265 803.1698 496.57953 803.6542Q496.14203 804.1229 496.04828 804.9823L499.22015 804.9823L499.22015 804.9042Q499.17328 804.07605 498.76703 803.6229Q498.3764 803.1698 497.6889 803.1698ZM505.3764 808.7323L504.29828 808.7323L504.29828 799.7323L505.3764 799.7323L505.3764 808.7323ZM511.11078 808.7323Q511.01703 808.5448 510.95453 808.0604Q510.20453 808.8573 509.15765 808.8573Q508.22015 808.8573 507.61078 808.32605Q507.01703 807.7948 507.01703 806.9667Q507.01703 805.9823 507.76703 805.4354Q508.51703 804.88855 509.89203 804.88855L510.9389 804.88855L510.9389 804.38855Q510.9389 803.82605 510.59515 803.4979Q510.26703 803.1542 509.59515 803.1542Q509.01703 803.1542 508.6264 803.45105Q508.23578 803.7323 508.23578 804.1542L507.14203 804.1542Q507.14203 803.6698 507.47015 803.2323Q507.8139 802.7948 508.39203 802.5448Q508.97015 802.2792 509.65765 802.2792Q510.76703 802.2792 511.3764 802.82605Q512.0014 803.3729 512.03265 804.32605L512.03265 807.2479Q512.03265 808.1229 512.2514 808.63855L512.2514 808.7323L511.11078 808.7323ZM509.3139 807.9042Q509.82953 807.9042 510.28265 807.63855Q510.73578 807.3729 510.9389 806.95105L510.9389 805.6542L510.09515 805.6542Q508.09515 805.6542 508.09515 806.82605Q508.09515 807.32605 508.4389 807.6229Q508.78265 807.9042 509.3139 807.9042ZM515.22015 802.38855L515.2514 803.1854Q515.9858 802.2792 517.15765 802.2792Q519.1733 802.2792 519.1889 804.5448L519.1889 808.7323L518.09515 808.7323L518.09515 804.5292Q518.09515 803.8573 517.78265 803.5292Q517.4858 803.20105 516.8295 803.20105Q516.2983 803.20105 515.892 803.4823Q515.5014 803.76355 515.28265 804.2167L515.28265 808.7323L514.2045 808.7323L514.2045 802.38855L515.22015 802.38855ZM520.9389 805.51355Q520.9389 804.0292 521.6264 803.1542Q522.3139 802.2792 523.4389 802.2792Q524.59515 802.2792 525.2514 803.0917L525.2983 802.38855L526.2983 802.38855L526.2983 808.57605Q526.2983 809.8104 525.5639 810.51355Q524.8295 811.2323 523.6108 811.2323Q522.9233 811.2323 522.267 810.9354Q521.6108 810.63855 521.267 810.13855L521.8295 809.4823Q522.517 810.3417 523.53265 810.3417Q524.3139 810.3417 524.7514 809.88855Q525.2045 809.45105 525.2045 808.63855L525.2045 808.0917Q524.5483 808.8573 523.4233 808.8573Q522.3139 808.8573 521.6264 807.9667Q520.9389 807.0604 520.9389 805.51355ZM522.03265 805.63855Q522.03265 806.70105 522.47015 807.32605Q522.90765 807.9354 523.7045 807.9354Q524.72015 807.9354 525.2045 806.9979L525.2045 804.1073Q524.7045 803.20105 523.7045 803.20105Q522.9233 803.20105 522.47015 803.8104Q522.03265 804.4198 522.03265 805.63855ZM532.1108 808.1073Q531.4858 808.8573 530.2514 808.8573Q529.2358 808.8573 528.7045 808.26355Q528.1733 807.6698 528.1733 806.51355L528.1733 802.38855L529.2514 802.38855L529.2514 806.4823Q529.2514 807.9354 530.4233 807.9354Q531.6733 807.9354 532.0795 806.9979L532.0795 802.38855L533.1733 802.38855L533.1733 808.7323L532.142 808.7323L532.1108 808.1073ZM539.1108 808.7323Q539.017 808.5448 538.9545 808.0604Q538.2045 808.8573 537.15765 808.8573Q536.22015 808.8573 535.6108 808.32605Q535.017 807.7948 535.017 806.9667Q535.017 805.9823 535.767 805.4354Q536.517 804.88855 537.892 804.88855L538.9389 804.88855L538.9389 804.38855Q538.9389 803.82605 538.59515 803.4979Q538.267 803.1542 537.59515 803.1542Q537.017 803.1542 536.6264 803.45105Q536.2358 803.7323 536.2358 804.1542L535.142 804.1542Q535.142 803.6698 535.47015 803.2323Q535.8139 802.7948 536.392 802.5448Q536.97015 802.2792 537.65765 802.2792Q538.767 802.2792 539.3764 802.82605Q540.0014 803.3729 540.03265 804.32605L540.03265 807.2479Q540.03265 808.1229 540.2514 808.63855L540.2514 808.7323L539.1108 808.7323ZM537.3139 807.9042Q537.8295 807.9042 538.28265 807.63855Q538.7358 807.3729 538.9389 806.95105L538.9389 805.6542L538.09515 805.6542Q536.09515 805.6542 536.09515 806.82605Q536.09515 807.32605 536.4389 807.6229Q536.78265 807.9042 537.3139 807.9042ZM541.9389 805.51355Q541.9389 804.0292 542.6264 803.1542Q543.3139 802.2792 544.4389 802.2792Q545.59515 802.2792 546.2514 803.0917L546.2983 802.38855L547.2983 802.38855L547.2983 808.57605Q547.2983 809.8104 546.5639 810.51355Q545.8295 811.2323 544.6108 811.2323Q543.9233 811.2323 543.267 810.9354Q542.6108 810.63855 542.267 810.13855L542.8295 809.4823Q543.517 810.3417 544.53265 810.3417Q545.3139 810.3417 545.7514 809.88855Q546.2045 809.45105 546.2045 808.63855L546.2045 808.0917Q545.5483 808.8573 544.4233 808.8573Q543.3139 808.8573 542.6264 807.9667Q541.9389 807.0604 541.9389 805.51355ZM543.03265 805.63855Q543.03265 806.70105 543.47015 807.32605Q543.90765 807.9354 544.7045 807.9354Q545.72015 807.9354 546.2045 806.9979L546.2045 804.1073Q545.7045 803.20105 544.7045 803.20105Q543.9233 803.20105 543.47015 803.8104Q543.03265 804.4198 543.03265 805.63855ZM551.8295 808.8573Q550.53265 808.8573 549.72015 808.01355Q548.9233 807.1542 548.9233 805.7323L548.9233 805.5448Q548.9233 804.5917 549.28265 803.8573Q549.642 803.1073 550.28265 802.70105Q550.9389 802.2792 551.6889 802.2792Q552.9233 802.2792 553.6108 803.0917Q554.2983 803.9042 554.2983 805.4198L554.2983 805.8729L550.0014 805.8729Q550.03265 806.8104 550.5483 807.38855Q551.0795 807.9667 551.892 807.9667Q552.4545 807.9667 552.84515 807.7323Q553.2514 807.4979 553.5639 807.1073L554.22015 807.6229Q553.4233 808.8573 551.8295 808.8573ZM551.6889 803.1698Q551.03265 803.1698 550.5795 803.6542Q550.142 804.1229 550.0483 804.9823L553.22015 804.9823L553.22015 804.9042Q553.1733 804.07605 552.767 803.6229Q552.3764 803.1698 551.6889 803.1698ZM558.7358 808.7323L558.7358 803.2323L557.7358 803.2323L557.7358 802.38855L558.7358 802.38855L558.7358 801.7479Q558.7358 800.7167 559.267 800.1698Q559.8139 799.6073 560.8139 799.6073Q561.1889 799.6073 561.5639 799.70105L561.5014 800.5917Q561.22015 800.5292 560.9233 800.5292Q560.392 800.5292 560.09515 800.8417Q559.8139 801.1542 559.8139 801.7167L559.8139 802.38855L561.1733 802.38855L561.1733 803.2323L559.8139 803.2323L559.8139 808.7323L558.7358 808.7323ZM561.90765 805.4979Q561.90765 804.57605 562.267 803.82605Q562.642 803.07605 563.2983 802.6854Q563.9545 802.2792 564.78265 802.2792Q566.0795 802.2792 566.8764 803.1698Q567.6889 804.0604 567.6889 805.5604L567.6889 805.63855Q567.6889 806.5604 567.3295 807.2948Q566.97015 808.0292 566.3139 808.45105Q565.65765 808.8573 564.7983 808.8573Q563.517 808.8573 562.7045 807.9667Q561.90765 807.0604 561.90765 805.57605L561.90765 805.4979ZM563.0014 805.63855Q563.0014 806.6854 563.4858 807.32605Q563.9858 807.9667 564.7983 807.9667Q565.6264 807.9667 566.1108 807.32605Q566.59515 806.6698 566.59515 805.4979Q566.59515 804.4667 566.09515 803.82605Q565.6108 803.1698 564.78265 803.1698Q563.9858 803.1698 563.4858 803.8104Q563.0014 804.4354 563.0014 805.63855ZM572.267 803.3573Q572.017 803.32605 571.7358 803.32605Q570.65765 803.32605 570.28265 804.2323L570.28265 808.7323L569.2045 808.7323L569.2045 802.38855L570.2514 802.38855L570.267 803.1229Q570.7983 802.2792 571.78265 802.2792Q572.09515 802.2792 572.267 802.3573L572.267 803.3573ZM577.6733 800.8573L577.6733 802.38855L578.84515 802.38855L578.84515 803.2323L577.6733 803.2323L577.6733 807.1542Q577.6733 807.5448 577.8295 807.7323Q577.9858 807.9198 578.3608 807.9198Q578.5483 807.9198 578.8764 807.8573L578.8764 808.7323Q578.4545 808.8573 578.0483 808.8573Q577.3295 808.8573 576.9545 808.4198Q576.5795 807.9667 576.5795 807.1542L576.5795 803.2323L575.4233 803.2323L575.4233 802.38855L576.5795 802.38855L576.5795 800.8573L577.6733 800.8573ZM581.28265 803.1542Q582.0014 802.2792 583.15765 802.2792Q585.1733 802.2792 585.1889 804.5448L585.1889 808.7323L584.09515 808.7323L584.09515 804.5292Q584.09515 803.8573 583.78265 803.5292Q583.4858 803.20105 582.8295 803.20105Q582.2983 803.20105 581.892 803.4823Q581.5014 803.76355 581.28265 804.2167L581.28265 808.7323L580.2045 808.7323L580.2045 799.7323L581.28265 799.7323L581.28265 803.1542ZM589.8295 808.8573Q588.53265 808.8573 587.72015 808.01355Q586.9233 807.1542 586.9233 805.7323L586.9233 805.5448Q586.9233 804.5917 587.28265 803.8573Q587.642 803.1073 588.28265 802.70105Q588.9389 802.2792 589.6889 802.2792Q590.9233 802.2792 591.6108 803.0917Q592.2983 803.9042 592.2983 805.4198L592.2983 805.8729L588.0014 805.8729Q588.03265 806.8104 588.5483 807.38855Q589.0795 807.9667 589.892 807.9667Q590.4545 807.9667 590.84515 807.7323Q591.2514 807.4979 591.5639 807.1073L592.22015 807.6229Q591.4233 808.8573 589.8295 808.8573ZM589.6889 803.1698Q589.03265 803.1698 588.5795 803.6542Q588.142 804.1229 588.0483 804.9823L591.22015 804.9823L591.22015 804.9042Q591.1733 804.07605 590.767 803.6229Q590.3764 803.1698 589.6889 803.1698ZM594.3764 808.7323L593.2983 808.7323L593.2983 802.38855L594.3764 802.38855L594.3764 808.7323ZM593.2045 800.7167Q593.2045 800.45105 593.3608 800.26355Q593.53265 800.07605 593.84515 800.07605Q594.15765 800.07605 594.3139 800.26355Q594.4858 800.45105 594.4858 800.7167Q594.4858 800.9667 594.3139 801.1542Q594.15765 801.32605 593.84515 801.32605Q593.53265 801.32605 593.3608 801.1542Q593.2045 800.9667 593.2045 800.7167ZM599.267 803.3573Q599.017 803.32605 598.7358 803.32605Q597.65765 803.32605 597.28265 804.2323L597.28265 808.7323L596.2045 808.7323L596.2045 802.38855L597.2514 802.38855L597.267 803.1229Q597.7983 802.2792 598.78265 802.2792Q599.09515 802.2792 599.267 802.3573L599.267 803.3573ZM608.8139 807.2323L610.03265 802.38855L611.1108 802.38855L609.267 808.7323L608.392 808.7323L606.84515 803.9198L605.34515 808.7323L604.47015 808.7323L602.6264 802.38855L603.7045 802.38855L604.9545 807.13855L606.4389 802.38855L607.2983 802.38855L608.8139 807.2323ZM611.90765 805.4979Q611.90765 804.57605 612.267 803.82605Q612.642 803.07605 613.2983 802.6854Q613.9545 802.2792 614.78265 802.2792Q616.0795 802.2792 616.8764 803.1698Q617.6889 804.0604 617.6889 805.5604L617.6889 805.63855Q617.6889 806.5604 617.3295 807.2948Q616.97015 808.0292 616.3139 808.45105Q615.65765 808.8573 614.7983 808.8573Q613.517 808.8573 612.7045 807.9667Q611.90765 807.0604 611.90765 805.57605L611.90765 805.4979ZM613.0014 805.63855Q613.0014 806.6854 613.4858 807.32605Q613.9858 807.9667 614.7983 807.9667Q615.6264 807.9667 616.1108 807.32605Q616.59515 806.6698 616.59515 805.4979Q616.59515 804.4667 616.09515 803.82605Q615.6108 803.1698 614.78265 803.1698Q613.9858 803.1698 613.4858 803.8104Q613.0014 804.4354 613.0014 805.63855ZM622.267 803.3573Q622.017 803.32605 621.7358 803.32605Q620.65765 803.32605 620.28265 804.2323L620.28265 808.7323L619.2045 808.7323L619.2045 802.38855L620.2514 802.38855L620.267 803.1229Q620.7983 802.2792 621.78265 802.2792Q622.09515 802.2792 622.267 802.3573L622.267 803.3573ZM624.97015 805.7948L624.28265 806.4979L624.28265 808.7323L623.2045 808.7323L623.2045 799.7323L624.28265 799.7323L624.28265 805.1698L624.8608 804.4823L626.84515 802.38855L628.15765 802.38855L625.6889 805.0448L628.4545 808.7323L627.1733 808.7323L624.97015 805.7948ZM632.15765 805.26355Q632.15765 803.95105 632.5014 802.7323Q632.8608 801.51355 633.5639 800.51355Q634.267 799.51355 635.03265 799.1073L635.2514 799.82605Q634.392 800.4823 633.84515 801.82605Q633.2983 803.1698 633.2514 804.8417L633.2358 805.3417Q633.2358 807.6073 634.0639 809.26355Q634.5639 810.26355 635.2514 810.82605L635.03265 811.4823Q634.2514 811.0604 633.53265 810.0292Q632.15765 808.0448 632.15765 805.26355ZM637.22015 802.38855L637.2514 803.1854Q637.9858 802.2792 639.15765 802.2792Q641.1733 802.2792 641.1889 804.5448L641.1889 808.7323L640.09515 808.7323L640.09515 804.5292Q640.09515 803.8573 639.78265 803.5292Q639.4858 803.20105 638.8295 803.20105Q638.2983 803.20105 637.892 803.4823Q637.5014 803.76355 637.28265 804.2167L637.28265 808.7323L636.2045 808.7323L636.2045 802.38855L637.22015 802.38855ZM648.15765 803.9667L643.267 803.9667L643.267 803.01355L648.15765 803.01355L648.15765 803.9667ZM648.15765 806.38855L643.267 806.38855L643.267 805.45105L648.15765 805.45105L648.15765 806.38855ZM654.34515 800.20105L654.34515 801.1073L654.142 801.1073Q652.8764 801.13855 652.1264 801.8729Q651.3764 802.5917 651.2514 803.9042Q651.9389 803.13855 653.09515 803.13855Q654.2045 803.13855 654.8764 803.9198Q655.5483 804.70105 655.5483 805.95105Q655.5483 807.26355 654.8295 808.0604Q654.1108 808.8573 652.892 808.8573Q651.6733 808.8573 650.90765 807.9198Q650.15765 806.9667 650.15765 805.4823L650.15765 805.07605Q650.15765 802.7167 651.15765 801.4667Q652.15765 800.2167 654.142 800.20105L654.34515 800.20105ZM652.9233 804.0448Q652.3608 804.0448 651.892 804.3729Q651.4233 804.70105 651.2358 805.2167L651.2358 805.6073Q651.2358 806.6698 651.7045 807.3104Q652.1889 807.95105 652.892 807.95105Q653.6264 807.95105 654.0483 807.4198Q654.47015 806.8729 654.47015 805.9979Q654.47015 805.1229 654.0483 804.5917Q653.6264 804.0448 652.9233 804.0448ZM661.65765 805.8729L662.84515 805.8729L662.84515 806.7479L661.65765 806.7479L661.65765 808.7323L660.5795 808.7323L660.5795 806.7479L656.6889 806.7479L656.6889 806.1073L660.5014 800.20105L661.65765 800.20105L661.65765 805.8729ZM657.9233 805.8729L660.5795 805.8729L660.5795 801.6854L660.4389 801.9198L657.9233 805.8729ZM668.34515 800.20105L668.34515 801.1073L668.142 801.1073Q666.8764 801.13855 666.1264 801.8729Q665.3764 802.5917 665.2514 803.9042Q665.9389 803.13855 667.09515 803.13855Q668.2045 803.13855 668.8764 803.9198Q669.5483 804.70105 669.5483 805.95105Q669.5483 807.26355 668.8295 808.0604Q668.1108 808.8573 666.892 808.8573Q665.6733 808.8573 664.90765 807.9198Q664.15765 806.9667 664.15765 805.4823L664.15765 805.07605Q664.15765 802.7167 665.15765 801.4667Q666.15765 800.2167 668.142 800.20105L668.34515 800.20105ZM666.9233 804.0448Q666.3608 804.0448 665.892 804.3729Q665.4233 804.70105 665.2358 805.2167L665.2358 805.6073Q665.2358 806.6698 665.7045 807.3104Q666.1889 807.95105 666.892 807.95105Q667.6264 807.95105 668.0483 807.4198Q668.47015 806.8729 668.47015 805.9979Q668.47015 805.1229 668.0483 804.5917Q667.6264 804.0448 666.9233 804.0448ZM673.7045 805.32605Q673.7045 806.63855 673.3608 807.8417Q673.017 809.0292 672.2983 810.0448Q671.59515 811.0604 670.8295 811.4823L670.59515 810.82605Q671.5014 810.13855 672.0483 808.6854Q672.59515 807.2167 672.6108 805.45105L672.6108 805.26355Q672.6108 804.0292 672.34515 802.9667Q672.09515 801.9042 671.6264 801.07605Q671.1733 800.2323 670.59515 799.76355L670.8295 799.1073Q671.59515 799.5292 672.2983 800.5292Q673.0014 801.5292 673.34515 802.7479Q673.7045 803.95105 673.7045 805.32605Z" fill-rule="nonzero"/><path fill="#666666" d="M66.703125 99.21219L65.578125 99.21219L65.578125 90.68094L66.703125 90.68094L66.703125 99.21219ZM76.9375 97.71219L78.15625 92.86844L79.234375 92.86844L77.390625 99.21219L76.515625 99.21219L74.96875 94.39969L73.46875 99.21219L72.59375 99.21219L70.75 92.86844L71.828125 92.86844L73.078125 97.61844L74.5625 92.86844L75.421875 92.86844L76.9375 97.71219ZM80.03125 95.97781Q80.03125 95.05594 80.390625 94.30594Q80.765625 93.55594 81.421875 93.16531Q82.078125 92.75906 82.90625 92.75906Q84.203125 92.75906 85.0 93.64969Q85.8125 94.54031 85.8125 96.04031L85.8125 96.11844Q85.8125 97.04031 85.453125 97.77469Q85.09375 98.50906 84.4375 98.93094Q83.78125 99.33719 82.921875 99.33719Q81.640625 99.33719 80.828125 98.44656Q80.03125 97.54031 80.03125 96.05594L80.03125 95.97781ZM81.125 96.11844Q81.125 97.16531 81.609375 97.80594Q82.109375 98.44656 82.921875 98.44656Q83.75 98.44656 84.234375 97.80594Q84.71875 97.14969 84.71875 95.97781Q84.71875 94.94656 84.21875 94.30594Q83.734375 93.64969 82.90625 93.64969Q82.109375 93.64969 81.609375 94.29031Q81.125 94.91531 81.125 96.11844ZM90.390625 93.83719Q90.140625 93.80594 89.859375 93.80594Q88.78125 93.80594 88.40625 94.71219L88.40625 99.21219L87.328125 99.21219L87.328125 92.86844L88.375 92.86844L88.390625 93.60281Q88.921875 92.75906 89.90625 92.75906Q90.21875 92.75906 90.390625 92.83719L90.390625 93.83719ZM93.09375 96.27469L92.40625 96.97781L92.40625 99.21219L91.328125 99.21219L91.328125 90.21219L92.40625 90.21219L92.40625 95.64969L92.984375 94.96219L94.96875 92.86844L96.28125 92.86844L93.8125 95.52469L96.578125 99.21219L95.296875 99.21219L93.09375 96.27469ZM100.03125 95.97781Q100.03125 95.05594 100.390625 94.30594Q100.765625 93.55594 101.421875 93.16531Q102.078125 92.75906 102.90625 92.75906Q104.203125 92.75906 105.0 93.64969Q105.8125 94.54031 105.8125 96.04031L105.8125 96.11844Q105.8125 97.04031 105.453125 97.77469Q105.09375 98.50906 104.4375 98.93094Q103.78125 99.33719 102.921875 99.33719Q101.640625 99.33719 100.828125 98.44656Q100.03125 97.54031 100.03125 96.05594L100.03125 95.97781ZM101.125 96.11844Q101.125 97.16531 101.609375 97.80594Q102.109375 98.44656 102.921875 98.44656Q103.75 98.44656 104.234375 97.80594Q104.71875 97.14969 104.71875 95.97781Q104.71875 94.94656 104.21875 94.30594Q103.734375 93.64969 102.90625 93.64969Q102.109375 93.64969 101.609375 94.29031Q101.125 94.91531 101.125 96.11844ZM108.34375 92.86844L108.375 93.66531Q109.109375 92.75906 110.28125 92.75906Q112.296875 92.75906 112.3125 95.02469L112.3125 99.21219L111.21875 99.21219L111.21875 95.00906Q111.21875 94.33719 110.90625 94.00906Q110.609375 93.68094 109.953125 93.68094Q109.421875 93.68094 109.015625 93.96219Q108.625 94.24344 108.40625 94.69656L108.40625 99.21219L107.328125 99.21219L107.328125 92.86844L108.34375 92.86844ZM117.859375 99.21219L117.859375 93.71219L116.859375 93.71219L116.859375 92.86844L117.859375 92.86844L117.859375 92.22781Q117.859375 91.19656 118.390625 90.64969Q118.9375 90.08719 119.9375 90.08719Q120.3125 90.08719 120.6875 90.18094L120.625 91.07156Q120.34375 91.00906 120.046875 91.00906Q119.515625 91.00906 119.21875 91.32156Q118.9375 91.63406 118.9375 92.19656L118.9375 92.86844L120.296875 92.86844L120.296875 93.71219L118.9375 93.71219L118.9375 99.21219L117.859375 99.21219ZM124.390625 93.83719Q124.140625 93.80594 123.859375 93.80594Q122.78125 93.80594 122.40625 94.71219L122.40625 99.21219L121.328125 99.21219L121.328125 92.86844L122.375 92.86844L122.390625 93.60281Q122.921875 92.75906 123.90625 92.75906Q124.21875 92.75906 124.390625 92.83719L124.390625 93.83719ZM125.03125 95.97781Q125.03125 95.05594 125.390625 94.30594Q125.765625 93.55594 126.421875 93.16531Q127.078125 92.75906 127.90625 92.75906Q129.20312 92.75906 130.0 93.64969Q130.8125 94.54031 130.8125 96.04031L130.8125 96.11844Q130.8125 97.04031 130.45312 97.77469Q130.09375 98.50906 129.4375 98.93094Q128.78125 99.33719 127.921875 99.33719Q126.640625 99.33719 125.828125 98.44656Q125.03125 97.54031 125.03125 96.05594L125.03125 95.97781ZM126.125 96.11844Q126.125 97.16531 126.609375 97.80594Q127.109375 98.44656 127.921875 98.44656Q128.75 98.44656 129.23438 97.80594Q129.71875 97.14969 129.71875 95.97781Q129.71875 94.94656 129.21875 94.30594Q128.73438 93.64969 127.90625 93.64969Q127.109375 93.64969 126.609375 94.29031Q126.125 94.91531 126.125 96.11844ZM133.34375 92.86844L133.375 93.66531Q134.10938 92.75906 135.28125 92.75906Q137.29688 92.75906 137.3125 95.02469L137.3125 99.21219L136.21875 99.21219L136.21875 95.00906Q136.21875 94.33719 135.90625 94.00906Q135.60938 93.68094 134.95312 93.68094Q134.42188 93.68094 134.01562 93.96219Q133.625 94.24344 133.40625 94.69656L133.40625 99.21219L132.32812 99.21219L132.32812 92.86844L133.34375 92.86844ZM140.79688 91.33719L140.79688 92.86844L141.96875 92.86844L141.96875 93.71219L140.79688 93.71219L140.79688 97.63406Q140.79688 98.02469 140.95312 98.21219Q141.10938 98.39969 141.48438 98.39969Q141.67188 98.39969 142.0 98.33719L142.0 99.21219Q141.57812 99.33719 141.17188 99.33719Q140.45312 99.33719 140.07812 98.89969Q139.70312 98.44656 139.70312 97.63406L139.70312 93.71219L138.54688 93.71219L138.54688 92.86844L139.70312 92.86844L139.70312 91.33719L140.79688 91.33719ZM145.57812 96.02469L142.71875 96.02469L142.71875 95.14969L145.57812 95.14969L145.57812 96.02469ZM148.95312 99.33719Q147.65625 99.33719 146.84375 98.49344Q146.04688 97.63406 146.04688 96.21219L146.04688 96.02469Q146.04688 95.07156 146.40625 94.33719Q146.76562 93.58719 147.40625 93.18094Q148.0625 92.75906 148.8125 92.75906Q150.04688 92.75906 150.73438 93.57156Q151.42188 94.38406 151.42188 95.89969L151.42188 96.35281L147.125 96.35281Q147.15625 97.29031 147.67188 97.86844Q148.20312 98.44656 149.01562 98.44656Q149.57812 98.44656 149.96875 98.21219Q150.375 97.97781 150.6875 97.58719L151.34375 98.10281Q150.54688 99.33719 148.95312 99.33719ZM148.8125 93.64969Q148.15625 93.64969 147.70312 94.13406Q147.26562 94.60281 147.17188 95.46219L150.34375 95.46219L150.34375 95.38406Q150.29688 94.55594 149.89062 94.10281Q149.5 93.64969 148.8125 93.64969ZM153.34375 92.86844L153.375 93.66531Q154.10938 92.75906 155.28125 92.75906Q157.29688 92.75906 157.3125 95.02469L157.3125 99.21219L156.21875 99.21219L156.21875 95.00906Q156.21875 94.33719 155.90625 94.00906Q155.60938 93.68094 154.95312 93.68094Q154.42188 93.68094 154.01562 93.96219Q153.625 94.24344 153.40625 94.69656L153.40625 99.21219L152.32812 99.21219L152.32812 92.86844L153.34375 92.86844ZM159.0625 95.99344Q159.0625 94.52469 159.75 93.64969Q160.4375 92.75906 161.5625 92.75906Q162.67188 92.75906 163.32812 93.50906L163.32812 90.21219L164.40625 90.21219L164.40625 99.21219L163.40625 99.21219L163.35938 98.52469Q162.70312 99.33719 161.54688 99.33719Q160.45312 99.33719 159.75 98.43094Q159.0625 97.52469 159.0625 96.07156L159.0625 95.99344ZM160.14062 96.11844Q160.14062 97.19656 160.57812 97.80594Q161.03125 98.41531 161.8125 98.41531Q162.84375 98.41531 163.32812 97.47781L163.32812 94.57156Q162.84375 93.68094 161.82812 93.68094Q161.03125 93.68094 160.57812 94.29031Q160.14062 94.89969 160.14062 96.11844ZM169.0625 95.99344Q169.0625 94.52469 169.75 93.64969Q170.4375 92.75906 171.5625 92.75906Q172.67188 92.75906 173.32812 93.50906L173.32812 90.21219L174.40625 90.21219L174.40625 99.21219L173.40625 99.21219L173.35938 98.52469Q172.70312 99.33719 171.54688 99.33719Q170.45312 99.33719 169.75 98.43094Q169.0625 97.52469 169.0625 96.07156L169.0625 95.99344ZM170.14062 96.11844Q170.14062 97.19656 170.57812 97.80594Q171.03125 98.41531 171.8125 98.41531Q172.84375 98.41531 173.32812 97.47781L173.32812 94.57156Q172.84375 93.68094 171.82812 93.68094Q171.03125 93.68094 170.57812 94.29031Q170.14062 94.89969 170.14062 96.11844ZM178.95312 99.33719Q177.65625 99.33719 176.84375 98.49344Q176.04688 97.63406 176.04688 96.21219L176.04688 96.02469Q176.04688 95.07156 176.40625 94.33719Q176.76562 93.58719 177.40625 93.18094Q178.0625 92.75906 178.8125 92.75906Q180.04688 92.75906 180.73438 93.57156Q181.42188 94.38406 181.42188 95.89969L181.42188 96.35281L177.125 96.35281Q177.15625 97.29031 177.67188 97.86844Q178.20312 98.44656 179.01562 98.44656Q179.57812 98.44656 179.96875 98.21219Q180.375 97.97781 180.6875 97.58719L181.34375 98.10281Q180.54688 99.33719 178.95312 99.33719ZM178.8125 93.64969Q178.15625 93.64969 177.70312 94.13406Q177.26562 94.60281 177.17188 95.46219L180.34375 95.46219L180.34375 95.38406Q180.29688 94.55594 179.89062 94.10281Q179.5 93.64969 178.8125 93.64969ZM184.40625 97.74344L185.98438 92.86844L187.09375 92.86844L184.8125 99.21219L183.98438 99.21219L181.6875 92.86844L182.79688 92.86844L184.40625 97.74344ZM190.95312 99.33719Q189.65625 99.33719 188.84375 98.49344Q188.04688 97.63406 188.04688 96.21219L188.04688 96.02469Q188.04688 95.07156 188.40625 94.33719Q188.76562 93.58719 189.40625 93.18094Q190.0625 92.75906 190.8125 92.75906Q192.04688 92.75906 192.73438 93.57156Q193.42188 94.38406 193.42188 95.89969L193.42188 96.35281L189.125 96.35281Q189.15625 97.29031 189.67188 97.86844Q190.20312 98.44656 191.01562 98.44656Q191.57812 98.44656 191.96875 98.21219Q192.375 97.97781 192.6875 97.58719L193.34375 98.10281Q192.54688 99.33719 190.95312 99.33719ZM190.8125 93.64969Q190.15625 93.64969 189.70312 94.13406Q189.26562 94.60281 189.17188 95.46219L192.34375 95.46219L192.34375 95.38406Q192.29688 94.55594 191.89062 94.10281Q191.5 93.64969 190.8125 93.64969ZM195.5 99.21219L194.42188 99.21219L194.42188 90.21219L195.5 90.21219L195.5 99.21219ZM197.03125 95.97781Q197.03125 95.05594 197.39062 94.30594Q197.76562 93.55594 198.42188 93.16531Q199.07812 92.75906 199.90625 92.75906Q201.20312 92.75906 202.0 93.64969Q202.8125 94.54031 202.8125 96.04031L202.8125 96.11844Q202.8125 97.04031 202.45312 97.77469Q202.09375 98.50906 201.4375 98.93094Q200.78125 99.33719 199.92188 99.33719Q198.64062 99.33719 197.82812 98.44656Q197.03125 97.54031 197.03125 96.05594L197.03125 95.97781ZM198.125 96.11844Q198.125 97.16531 198.60938 97.80594Q199.10938 98.44656 199.92188 98.44656Q200.75 98.44656 201.23438 97.80594Q201.71875 97.14969 201.71875 95.97781Q201.71875 94.94656 201.21875 94.30594Q200.73438 93.64969 199.90625 93.64969Q199.10938 93.64969 198.60938 94.29031Q198.125 94.91531 198.125 96.11844ZM209.67188 96.11844Q209.67188 97.55594 209.01562 98.44656Q208.35938 99.33719 207.21875 99.33719Q206.0625 99.33719 205.40625 98.60281L205.40625 101.64969L204.32812 101.64969L204.32812 92.86844L205.3125 92.86844L205.35938 93.57156Q206.03125 92.75906 207.20312 92.75906Q208.34375 92.75906 209.0 93.61844Q209.67188 94.47781 209.67188 96.00906L209.67188 96.11844ZM208.59375 95.99344Q208.59375 94.91531 208.125 94.30594Q207.67188 93.68094 206.875 93.68094Q205.89062 93.68094 205.40625 94.54031L205.40625 97.57156Q205.89062 98.44656 206.89062 98.44656Q207.67188 98.44656 208.125 97.83719Q208.59375 97.21219 208.59375 95.99344ZM212.34375 92.86844L212.375 93.57156Q213.0625 92.75906 214.25 92.75906Q215.57812 92.75906 216.0625 93.77469Q216.375 93.32156 216.875 93.04031Q217.39062 92.75906 218.07812 92.75906Q220.17188 92.75906 220.20312 94.96219L220.20312 99.21219L219.125 99.21219L219.125 95.02469Q219.125 94.35281 218.8125 94.02469Q218.5 93.68094 217.76562 93.68094Q217.15625 93.68094 216.75 94.04031Q216.35938 94.39969 216.29688 95.00906L216.29688 99.21219L215.21875 99.21219L215.21875 95.05594Q215.21875 93.68094 213.85938 93.68094Q212.79688 93.68094 212.40625 94.58719L212.40625 99.21219L211.3125 99.21219L211.3125 92.86844L212.34375 92.86844ZM224.95312 99.33719Q223.65625 99.33719 222.84375 98.49344Q222.04688 97.63406 222.04688 96.21219L222.04688 96.02469Q222.04688 95.07156 222.40625 94.33719Q222.76562 93.58719 223.40625 93.18094Q224.0625 92.75906 224.8125 92.75906Q226.04688 92.75906 226.73438 93.57156Q227.42188 94.38406 227.42188 95.89969L227.42188 96.35281L223.125 96.35281Q223.15625 97.29031 223.67188 97.86844Q224.20312 98.44656 225.01562 98.44656Q225.57812 98.44656 225.96875 98.21219Q226.375 97.97781 226.6875 97.58719L227.34375 98.10281Q226.54688 99.33719 224.95312 99.33719ZM224.8125 93.64969Q224.15625 93.64969 223.70312 94.13406Q223.26562 94.60281 223.17188 95.46219L226.34375 95.46219L226.34375 95.38406Q226.29688 94.55594 225.89062 94.10281Q225.5 93.64969 224.8125 93.64969ZM229.34375 92.86844L229.375 93.66531Q230.10938 92.75906 231.28125 92.75906Q233.29688 92.75906 233.3125 95.02469L233.3125 99.21219L232.21875 99.21219L232.21875 95.00906Q232.21875 94.33719 231.90625 94.00906Q231.60938 93.68094 230.95312 93.68094Q230.42188 93.68094 230.01562 93.96219Q229.625 94.24344 229.40625 94.69656L229.40625 99.21219L228.32812 99.21219L228.32812 92.86844L229.34375 92.86844ZM236.79688 91.33719L236.79688 92.86844L237.96875 92.86844L237.96875 93.71219L236.79688 93.71219L236.79688 97.63406Q236.79688 98.02469 236.95312 98.21219Q237.10938 98.39969 237.48438 98.39969Q237.67188 98.39969 238.0 98.33719L238.0 99.21219Q237.57812 99.33719 237.17188 99.33719Q236.45312 99.33719 236.07812 98.89969Q235.70312 98.44656 235.70312 97.63406L235.70312 93.71219L234.54688 93.71219L234.54688 92.86844L235.70312 92.86844L235.70312 91.33719L236.79688 91.33719Z" fill-rule="nonzero"/><path fill="#666666" d="M38.046875 129.189L36.921875 129.189L32.625 122.61087L32.625 129.189L31.484375 129.189L31.484375 120.657745L32.625 120.657745L36.921875 127.26712L36.921875 120.657745L38.046875 120.657745L38.046875 129.189ZM40.03125 125.95462Q40.03125 125.032745 40.390625 124.282745Q40.765625 123.532745 41.421875 123.14212Q42.078125 122.73587 42.90625 122.73587Q44.203125 122.73587 45.0 123.626495Q45.8125 124.51712 45.8125 126.01712L45.8125 126.095245Q45.8125 127.01712 45.453125 127.751495Q45.09375 128.48587 44.4375 128.90775Q43.78125 129.314 42.921875 129.314Q41.640625 129.314 40.828125 128.42337Q40.03125 127.51712 40.03125 126.032745L40.03125 125.95462ZM41.125 126.095245Q41.125 127.14212 41.609375 127.782745Q42.109375 128.42337 42.921875 128.42337Q43.75 128.42337 44.234375 127.782745Q44.71875 127.126495 44.71875 125.95462Q44.71875 124.92337 44.21875 124.282745Q43.734375 123.626495 42.90625 123.626495Q42.109375 123.626495 41.609375 124.26712Q41.125 124.89212 41.125 126.095245ZM48.796875 121.313995L48.796875 122.845245L49.96875 122.845245L49.96875 123.688995L48.796875 123.688995L48.796875 127.61087Q48.796875 128.0015 48.953125 128.189Q49.109375 128.3765 49.484375 128.3765Q49.671875 128.3765 50.0 128.314L50.0 129.189Q49.578125 129.314 49.171875 129.314Q48.453125 129.314 48.078125 128.8765Q47.703125 128.42337 47.703125 127.61087L47.703125 123.688995L46.546875 123.688995L46.546875 122.845245L47.703125 122.845245L47.703125 121.313995L48.796875 121.313995ZM55.796875 121.313995L55.796875 122.845245L56.96875 122.845245L56.96875 123.688995L55.796875 123.688995L55.796875 127.61087Q55.796875 128.0015 55.953125 128.189Q56.109375 128.3765 56.484375 128.3765Q56.671875 128.3765 57.0 128.314L57.0 129.189Q56.578125 129.314 56.171875 129.314Q55.453125 129.314 55.078125 128.8765Q54.703125 128.42337 54.703125 127.61087L54.703125 123.688995L53.546875 123.688995L53.546875 122.845245L54.703125 122.845245L54.703125 121.313995L55.796875 121.313995ZM59.40625 123.61087Q60.125 122.73587 61.28125 122.73587Q63.296875 122.73587 63.3125 125.001495L63.3125 129.189L62.21875 129.189L62.21875 124.98587Q62.21875 124.313995 61.90625 123.98587Q61.609375 123.657745 60.953125 123.657745Q60.421875 123.657745 60.015625 123.938995Q59.625 124.220245 59.40625 124.67337L59.40625 129.189L58.328125 129.189L58.328125 120.188995L59.40625 120.188995L59.40625 123.61087ZM67.953125 129.314Q66.65625 129.314 65.84375 128.47025Q65.046875 127.61087 65.046875 126.188995L65.046875 126.001495Q65.046875 125.04837 65.40625 124.313995Q65.765625 123.563995 66.40625 123.157745Q67.0625 122.73587 67.8125 122.73587Q69.046875 122.73587 69.734375 123.54837Q70.421875 124.36087 70.421875 125.876495L70.421875 126.32962L66.125 126.32962Q66.15625 127.26712 66.671875 127.845245Q67.203125 128.42337 68.015625 128.42337Q68.578125 128.42337 68.96875 128.189Q69.375 127.95462 69.6875 127.563995L70.34375 128.07962Q69.546875 129.314 67.953125 129.314ZM67.8125 123.626495Q67.15625 123.626495 66.703125 124.11087Q66.265625 124.57962 66.171875 125.438995L69.34375 125.438995L69.34375 125.36087Q69.296875 124.532745 68.890625 124.07962Q68.5 123.626495 67.8125 123.626495ZM74.0625 125.970245Q74.0625 124.501495 74.75 123.626495Q75.4375 122.73587 76.5625 122.73587Q77.671875 122.73587 78.328125 123.48587L78.328125 120.188995L79.40625 120.188995L79.40625 129.189L78.40625 129.189L78.359375 128.5015Q77.703125 129.314 76.546875 129.314Q75.453125 129.314 74.75 128.40775Q74.0625 127.501495 74.0625 126.04837L74.0625 125.970245ZM75.140625 126.095245Q75.140625 127.17337 75.578125 127.782745Q76.03125 128.39212 76.8125 128.39212Q77.84375 128.39212 78.328125 127.45462L78.328125 124.54837Q77.84375 123.657745 76.828125 123.657745Q76.03125 123.657745 75.578125 124.26712Q75.140625 124.876495 75.140625 126.095245ZM81.03125 125.95462Q81.03125 125.032745 81.390625 124.282745Q81.765625 123.532745 82.421875 123.14212Q83.078125 122.73587 83.90625 122.73587Q85.203125 122.73587 86.0 123.626495Q86.8125 124.51712 86.8125 126.01712L86.8125 126.095245Q86.8125 127.01712 86.453125 127.751495Q86.09375 128.48587 85.4375 128.90775Q84.78125 129.314 83.921875 129.314Q82.640625 129.314 81.828125 128.42337Q81.03125 127.51712 81.03125 126.032745L81.03125 125.95462ZM82.125 126.095245Q82.125 127.14212 82.609375 127.782745Q83.109375 128.42337 83.921875 128.42337Q84.75 128.42337 85.234375 127.782745Q85.71875 127.126495 85.71875 125.95462Q85.71875 124.92337 85.21875 124.282745Q84.734375 123.626495 83.90625 123.626495Q83.109375 123.626495 82.609375 124.26712Q82.125 124.89212 82.125 126.095245ZM89.34375 122.845245L89.375 123.54837Q90.0625 122.73587 91.25 122.73587Q92.578125 122.73587 93.0625 123.751495Q93.375 123.29837 93.875 123.01712Q94.390625 122.73587 95.078125 122.73587Q97.171875 122.73587 97.203125 124.938995L97.203125 129.189L96.125 129.189L96.125 125.001495Q96.125 124.32962 95.8125 124.001495Q95.5 123.657745 94.765625 123.657745Q94.15625 123.657745 93.75 124.01712Q93.359375 124.376495 93.296875 124.98587L93.296875 129.189L92.21875 129.189L92.21875 125.032745Q92.21875 123.657745 90.859375 123.657745Q89.796875 123.657745 89.40625 124.563995L89.40625 129.189L88.3125 129.189L88.3125 122.845245L89.34375 122.845245ZM100.5 129.189L99.421875 129.189L99.421875 122.845245L100.5 122.845245L100.5 129.189ZM99.328125 121.17337Q99.328125 120.907745 99.484375 120.720245Q99.65625 120.532745 99.96875 120.532745Q100.28125 120.532745 100.4375 120.720245Q100.609375 120.907745 100.609375 121.17337Q100.609375 121.42337 100.4375 121.61087Q100.28125 121.782745 99.96875 121.782745Q99.65625 121.782745 99.484375 121.61087Q99.328125 121.42337 99.328125 121.17337ZM103.34375 122.845245L103.375 123.64212Q104.109375 122.73587 105.28125 122.73587Q107.296875 122.73587 107.3125 125.001495L107.3125 129.189L106.21875 129.189L106.21875 124.98587Q106.21875 124.313995 105.90625 123.98587Q105.609375 123.657745 104.953125 123.657745Q104.421875 123.657745 104.015625 123.938995Q103.625 124.220245 103.40625 124.67337L103.40625 129.189L102.328125 129.189L102.328125 122.845245L103.34375 122.845245ZM113.234375 129.189Q113.140625 129.0015 113.078125 128.51712Q112.328125 129.314 111.28125 129.314Q110.34375 129.314 109.734375 128.78275Q109.140625 128.2515 109.140625 127.42337Q109.140625 126.438995 109.890625 125.89212Q110.640625 125.345245 112.015625 125.345245L113.0625 125.345245L113.0625 124.845245Q113.0625 124.282745 112.71875 123.95462Q112.390625 123.61087 111.71875 123.61087Q111.140625 123.61087 110.75 123.907745Q110.359375 124.188995 110.359375 124.61087L109.265625 124.61087Q109.265625 124.126495 109.59375 123.688995Q109.9375 123.251495 110.515625 123.001495Q111.09375 122.73587 111.78125 122.73587Q112.890625 122.73587 113.5 123.282745Q114.125 123.82962 114.15625 124.782745L114.15625 127.70462Q114.15625 128.57962 114.375 129.09525L114.375 129.189L113.234375 129.189ZM111.4375 128.36087Q111.953125 128.36087 112.40625 128.09525Q112.859375 127.82962 113.0625 127.407745L113.0625 126.11087L112.21875 126.11087Q110.21875 126.11087 110.21875 127.282745Q110.21875 127.782745 110.5625 128.07962Q110.90625 128.36087 111.4375 128.36087ZM117.34375 122.845245L117.375 123.64212Q118.109375 122.73587 119.28125 122.73587Q121.296875 122.73587 121.3125 125.001495L121.3125 129.189L120.21875 129.189L120.21875 124.98587Q120.21875 124.313995 119.90625 123.98587Q119.609375 123.657745 118.953125 123.657745Q118.421875 123.657745 118.015625 123.938995Q117.625 124.220245 117.40625 124.67337L117.40625 129.189L116.328125 129.189L116.328125 122.845245L117.34375 122.845245ZM124.796875 121.313995L124.796875 122.845245L125.96875 122.845245L125.96875 123.688995L124.796875 123.688995L124.796875 127.61087Q124.796875 128.0015 124.953125 128.189Q125.109375 128.3765 125.484375 128.3765Q125.671875 128.3765 126.0 128.314L126.0 129.189Q125.578125 129.314 125.171875 129.314Q124.453125 129.314 124.078125 128.8765Q123.703125 128.42337 123.703125 127.61087L123.703125 123.688995L122.546875 123.688995L122.546875 122.845245L123.703125 122.845245L123.703125 121.313995L124.796875 121.313995ZM131.5 129.189L130.42188 129.189L130.42188 120.188995L131.5 120.188995L131.5 129.189ZM137.23438 129.189Q137.14062 129.0015 137.07812 128.51712Q136.32812 129.314 135.28125 129.314Q134.34375 129.314 133.73438 128.78275Q133.14062 128.2515 133.14062 127.42337Q133.14062 126.438995 133.89062 125.89212Q134.64062 125.345245 136.01562 125.345245L137.0625 125.345245L137.0625 124.845245Q137.0625 124.282745 136.71875 123.95462Q136.39062 123.61087 135.71875 123.61087Q135.14062 123.61087 134.75 123.907745Q134.35938 124.188995 134.35938 124.61087L133.26562 124.61087Q133.26562 124.126495 133.59375 123.688995Q133.9375 123.251495 134.51562 123.001495Q135.09375 122.73587 135.78125 122.73587Q136.89062 122.73587 137.5 123.282745Q138.125 123.82962 138.15625 124.782745L138.15625 127.70462Q138.15625 128.57962 138.375 129.09525L138.375 129.189L137.23438 129.189ZM135.4375 128.36087Q135.95312 128.36087 136.40625 128.09525Q136.85938 127.82962 137.0625 127.407745L137.0625 126.11087L136.21875 126.11087Q134.21875 126.11087 134.21875 127.282745Q134.21875 127.782745 134.5625 128.07962Q134.90625 128.36087 135.4375 128.36087ZM141.34375 122.845245L141.375 123.64212Q142.10938 122.73587 143.28125 122.73587Q145.29688 122.73587 145.3125 125.001495L145.3125 129.189L144.21875 129.189L144.21875 124.98587Q144.21875 124.313995 143.90625 123.98587Q143.60938 123.657745 142.95312 123.657745Q142.42188 123.657745 142.01562 123.938995Q141.625 124.220245 141.40625 124.67337L141.40625 129.189L140.32812 129.189L140.32812 122.845245L141.34375 122.845245ZM147.0625 125.970245Q147.0625 124.48587 147.75 123.61087Q148.4375 122.73587 149.5625 122.73587Q150.71875 122.73587 151.375 123.54837L151.42188 122.845245L152.42188 122.845245L152.42188 129.03275Q152.42188 130.26712 151.6875 130.97025Q150.95312 131.689 149.73438 131.689Q149.04688 131.689 148.39062 131.39212Q147.73438 131.09525 147.39062 130.59525L147.95312 129.939Q148.64062 130.79837 149.65625 130.79837Q150.4375 130.79837 150.875 130.34525Q151.32812 129.90775 151.32812 129.09525L151.32812 128.54837Q150.67188 129.314 149.54688 129.314Q148.4375 129.314 147.75 128.42337Q147.0625 127.51712 147.0625 125.970245ZM148.15625 126.095245Q148.15625 127.157745 148.59375 127.782745Q149.03125 128.39212 149.82812 128.39212Q150.84375 128.39212 151.32812 127.45462L151.32812 124.563995Q150.82812 123.657745 149.82812 123.657745Q149.04688 123.657745 148.59375 124.26712Q148.15625 124.876495 148.15625 126.095245ZM158.23438 128.564Q157.60938 129.314 156.375 129.314Q155.35938 129.314 154.82812 128.72025Q154.29688 128.1265 154.29688 126.970245L154.29688 122.845245L155.375 122.845245L155.375 126.938995Q155.375 128.39212 156.54688 128.39212Q157.79688 128.39212 158.20312 127.45462L158.20312 122.845245L159.29688 122.845245L159.29688 129.189L158.26562 129.189L158.23438 128.564ZM165.23438 129.189Q165.14062 129.0015 165.07812 128.51712Q164.32812 129.314 163.28125 129.314Q162.34375 129.314 161.73438 128.78275Q161.14062 128.2515 161.14062 127.42337Q161.14062 126.438995 161.89062 125.89212Q162.64062 125.345245 164.01562 125.345245L165.0625 125.345245L165.0625 124.845245Q165.0625 124.282745 164.71875 123.95462Q164.39062 123.61087 163.71875 123.61087Q163.14062 123.61087 162.75 123.907745Q162.35938 124.188995 162.35938 124.61087L161.26562 124.61087Q161.26562 124.126495 161.59375 123.688995Q161.9375 123.251495 162.51562 123.001495Q163.09375 122.73587 163.78125 122.73587Q164.89062 122.73587 165.5 123.282745Q166.125 123.82962 166.15625 124.782745L166.15625 127.70462Q166.15625 128.57962 166.375 129.09525L166.375 129.189L165.23438 129.189ZM163.4375 128.36087Q163.95312 128.36087 164.40625 128.09525Q164.85938 127.82962 165.0625 127.407745L165.0625 126.11087L164.21875 126.11087Q162.21875 126.11087 162.21875 127.282745Q162.21875 127.782745 162.5625 128.07962Q162.90625 128.36087 163.4375 128.36087ZM168.0625 125.970245Q168.0625 124.48587 168.75 123.61087Q169.4375 122.73587 170.5625 122.73587Q171.71875 122.73587 172.375 123.54837L172.42188 122.845245L173.42188 122.845245L173.42188 129.03275Q173.42188 130.26712 172.6875 130.97025Q171.95312 131.689 170.73438 131.689Q170.04688 131.689 169.39062 131.39212Q168.73438 131.09525 168.39062 130.59525L168.95312 129.939Q169.64062 130.79837 170.65625 130.79837Q171.4375 130.79837 171.875 130.34525Q172.32812 129.90775 172.32812 129.09525L172.32812 128.54837Q171.67188 129.314 170.54688 129.314Q169.4375 129.314 168.75 128.42337Q168.0625 127.51712 168.0625 125.970245ZM169.15625 126.095245Q169.15625 127.157745 169.59375 127.782745Q170.03125 128.39212 170.82812 128.39212Q171.84375 128.39212 172.32812 127.45462L172.32812 124.563995Q171.82812 123.657745 170.82812 123.657745Q170.04688 123.657745 169.59375 124.26712Q169.15625 124.876495 169.15625 126.095245ZM177.95312 129.314Q176.65625 129.314 175.84375 128.47025Q175.04688 127.61087 175.04688 126.188995L175.04688 126.001495Q175.04688 125.04837 175.40625 124.313995Q175.76562 123.563995 176.40625 123.157745Q177.0625 122.73587 177.8125 122.73587Q179.04688 122.73587 179.73438 123.54837Q180.42188 124.36087 180.42188 125.876495L180.42188 126.32962L176.125 126.32962Q176.15625 127.26712 176.67188 127.845245Q177.20312 128.42337 178.01562 128.42337Q178.57812 128.42337 178.96875 128.189Q179.375 127.95462 179.6875 127.563995L180.34375 128.07962Q179.54688 129.314 177.95312 129.314ZM177.8125 123.626495Q177.15625 123.626495 176.70312 124.11087Q176.26562 124.57962 176.17188 125.438995L179.34375 125.438995L179.34375 125.36087Q179.29688 124.532745 178.89062 124.07962Q178.5 123.626495 177.8125 123.626495ZM185.5 129.189L184.42188 129.189L184.42188 122.845245L185.5 122.845245L185.5 129.189ZM184.32812 121.17337Q184.32812 120.907745 184.48438 120.720245Q184.65625 120.532745 184.96875 120.532745Q185.28125 120.532745 185.4375 120.720245Q185.60938 120.907745 185.60938 121.17337Q185.60938 121.42337 185.4375 121.61087Q185.28125 121.782745 184.96875 121.782745Q184.65625 121.782745 184.48438 121.61087Q184.32812 121.42337 184.32812 121.17337ZM188.34375 122.845245L188.375 123.64212Q189.10938 122.73587 190.28125 122.73587Q192.29688 122.73587 192.3125 125.001495L192.3125 129.189L191.21875 129.189L191.21875 124.98587Q191.21875 124.313995 190.90625 123.98587Q190.60938 123.657745 189.95312 123.657745Q189.42188 123.657745 189.01562 123.938995Q188.625 124.220245 188.40625 124.67337L188.40625 129.189L187.32812 129.189L187.32812 122.845245L188.34375 122.845245ZM197.0625 125.970245Q197.0625 124.501495 197.75 123.626495Q198.4375 122.73587 199.5625 122.73587Q200.67188 122.73587 201.32812 123.48587L201.32812 120.188995L202.40625 120.188995L202.40625 129.189L201.40625 129.189L201.35938 128.5015Q200.70312 129.314 199.54688 129.314Q198.45312 129.314 197.75 128.40775Q197.0625 127.501495 197.0625 126.04837L197.0625 125.970245ZM198.14062 126.095245Q198.14062 127.17337 198.57812 127.782745Q199.03125 128.39212 199.8125 128.39212Q200.84375 128.39212 201.32812 127.45462L201.32812 124.54837Q200.84375 123.657745 199.82812 123.657745Q199.03125 123.657745 198.57812 124.26712Q198.14062 124.876495 198.14062 126.095245ZM204.03125 125.95462Q204.03125 125.032745 204.39062 124.282745Q204.76562 123.532745 205.42188 123.14212Q206.07812 122.73587 206.90625 122.73587Q208.20312 122.73587 209.0 123.626495Q209.8125 124.51712 209.8125 126.01712L209.8125 126.095245Q209.8125 127.01712 209.45312 127.751495Q209.09375 128.48587 208.4375 128.90775Q207.78125 129.314 206.92188 129.314Q205.64062 129.314 204.82812 128.42337Q204.03125 127.51712 204.03125 126.032745L204.03125 125.95462ZM205.125 126.095245Q205.125 127.14212 205.60938 127.782745Q206.10938 128.42337 206.92188 128.42337Q207.75 128.42337 208.23438 127.782745Q208.71875 127.126495 208.71875 125.95462Q208.71875 124.92337 208.21875 124.282745Q207.73438 123.626495 206.90625 123.626495Q206.10938 123.626495 205.60938 124.26712Q205.125 124.89212 205.125 126.095245ZM212.34375 122.845245L212.375 123.54837Q213.0625 122.73587 214.25 122.73587Q215.57812 122.73587 216.0625 123.751495Q216.375 123.29837 216.875 123.01712Q217.39062 122.73587 218.07812 122.73587Q220.17188 122.73587 220.20312 124.938995L220.20312 129.189L219.125 129.189L219.125 125.001495Q219.125 124.32962 218.8125 124.001495Q218.5 123.657745 217.76562 123.657745Q217.15625 123.657745 216.75 124.01712Q216.35938 124.376495 216.29688 124.98587L216.29688 129.189L215.21875 129.189L215.21875 125.032745Q215.21875 123.657745 213.85938 123.657745Q212.79688 123.657745 212.40625 124.563995L212.40625 129.189L211.3125 129.189L211.3125 122.845245L212.34375 122.845245ZM226.23438 129.189Q226.14062 129.0015 226.07812 128.51712Q225.32812 129.314 224.28125 129.314Q223.34375 129.314 222.73438 128.78275Q222.14062 128.2515 222.14062 127.42337Q222.14062 126.438995 222.89062 125.89212Q223.64062 125.345245 225.01562 125.345245L226.0625 125.345245L226.0625 124.845245Q226.0625 124.282745 225.71875 123.95462Q225.39062 123.61087 224.71875 123.61087Q224.14062 123.61087 223.75 123.907745Q223.35938 124.188995 223.35938 124.61087L222.26562 124.61087Q222.26562 124.126495 222.59375 123.688995Q222.9375 123.251495 223.51562 123.001495Q224.09375 122.73587 224.78125 122.73587Q225.89062 122.73587 226.5 123.282745Q227.125 123.82962 227.15625 124.782745L227.15625 127.70462Q227.15625 128.57962 227.375 129.09525L227.375 129.189L226.23438 129.189ZM224.4375 128.36087Q224.95312 128.36087 225.40625 128.09525Q225.85938 127.82962 226.0625 127.407745L226.0625 126.11087L225.21875 126.11087Q223.21875 126.11087 223.21875 127.282745Q223.21875 127.782745 223.5625 128.07962Q223.90625 128.36087 224.4375 128.36087ZM230.5 129.189L229.42188 129.189L229.42188 122.845245L230.5 122.845245L230.5 129.189ZM229.32812 121.17337Q229.32812 120.907745 229.48438 120.720245Q229.65625 120.532745 229.96875 120.532745Q230.28125 120.532745 230.4375 120.720245Q230.60938 120.907745 230.60938 121.17337Q230.60938 121.42337 230.4375 121.61087Q230.28125 121.782745 229.96875 121.782745Q229.65625 121.782745 229.48438 121.61087Q229.32812 121.42337 229.32812 121.17337ZM233.34375 122.845245L233.375 123.64212Q234.10938 122.73587 235.28125 122.73587Q237.29688 122.73587 237.3125 125.001495L237.3125 129.189L236.21875 129.189L236.21875 124.98587Q236.21875 124.313995 235.90625 123.98587Q235.60938 123.657745 234.95312 123.657745Q234.42188 123.657745 234.01562 123.938995Q233.625 124.220245 233.40625 124.67337L233.40625 129.189L232.32812 129.189L232.32812 122.845245L233.34375 122.845245Z" fill-rule="nonzero"/><path fill="#666666" d="M183.95312 144.314Q182.65625 144.314 181.84375 143.47025Q181.04688 142.61087 181.04688 141.189L181.04688 141.0015Q181.04688 140.04837 181.40625 139.314Q181.76562 138.564 182.40625 138.15775Q183.0625 137.73587 183.8125 137.73587Q185.04688 137.73587 185.73438 138.54837Q186.42188 139.36087 186.42188 140.8765L186.42188 141.32962L182.125 141.32962Q182.15625 142.26712 182.67188 142.84525Q183.20312 143.42337 184.01562 143.42337Q184.57812 143.42337 184.96875 143.189Q185.375 142.95462 185.6875 142.564L186.34375 143.07962Q185.54688 144.314 183.95312 144.314ZM183.8125 138.6265Q183.15625 138.6265 182.70312 139.11087Q182.26562 139.57962 182.17188 140.439L185.34375 140.439L185.34375 140.36087Q185.29688 139.53275 184.89062 139.07962Q184.5 138.6265 183.8125 138.6265ZM189.85938 143.42337Q190.4375 143.42337 190.875 143.07962Q191.3125 142.72025 191.35938 142.189L192.39062 142.189Q192.35938 142.73587 192.0 143.23587Q191.65625 143.72025 191.07812 144.01712Q190.51562 144.314 189.85938 144.314Q188.5625 144.314 187.79688 143.45462Q187.04688 142.57962 187.04688 141.07962L187.04688 140.89212Q187.04688 139.97025 187.375 139.2515Q187.71875 138.53275 188.34375 138.14212Q188.98438 137.73587 189.85938 137.73587Q190.92188 137.73587 191.625 138.3765Q192.34375 139.0015 192.39062 140.03275L191.35938 140.03275Q191.3125 139.40775 190.89062 139.01712Q190.46875 138.6265 189.85938 138.6265Q189.03125 138.6265 188.57812 139.22025Q188.125 139.814 188.125 140.939L188.125 141.14212Q188.125 142.23587 188.57812 142.82962Q189.03125 143.42337 189.85938 143.42337ZM193.03125 140.95462Q193.03125 140.03275 193.39062 139.28275Q193.76562 138.53275 194.42188 138.14212Q195.07812 137.73587 195.90625 137.73587Q197.20312 137.73587 198.0 138.6265Q198.8125 139.51712 198.8125 141.01712L198.8125 141.09525Q198.8125 142.01712 198.45312 142.7515Q198.09375 143.48587 197.4375 143.90775Q196.78125 144.314 195.92188 144.314Q194.64062 144.314 193.82812 143.42337Q193.03125 142.51712 193.03125 141.03275L193.03125 140.95462ZM194.125 141.09525Q194.125 142.14212 194.60938 142.78275Q195.10938 143.42337 195.92188 143.42337Q196.75 143.42337 197.23438 142.78275Q197.71875 142.1265 197.71875 140.95462Q197.71875 139.92337 197.21875 139.28275Q196.73438 138.6265 195.90625 138.6265Q195.10938 138.6265 194.60938 139.26712Q194.125 139.89212 194.125 141.09525ZM204.01562 142.5015Q204.01562 142.064 203.67188 141.82962Q203.34375 141.57962 202.51562 141.40775Q201.70312 141.23587 201.21875 140.98587Q200.73438 140.73587 200.5 140.40775Q200.28125 140.064 200.28125 139.59525Q200.28125 138.814 200.9375 138.28275Q201.59375 137.73587 202.625 137.73587Q203.70312 137.73587 204.35938 138.29837Q205.03125 138.84525 205.03125 139.70462L203.95312 139.70462Q203.95312 139.26712 203.5625 138.95462Q203.1875 138.6265 202.625 138.6265Q202.03125 138.6265 201.6875 138.89212Q201.35938 139.14212 201.35938 139.54837Q201.35938 139.939 201.67188 140.14212Q201.98438 140.34525 202.79688 140.53275Q203.60938 140.70462 204.10938 140.95462Q204.60938 141.20462 204.84375 141.564Q205.09375 141.92337 205.09375 142.42337Q205.09375 143.28275 204.40625 143.79837Q203.73438 144.314 202.65625 144.314Q201.89062 144.314 201.29688 144.04837Q200.71875 143.76712 200.39062 143.28275Q200.0625 142.79837 200.0625 142.23587L201.14062 142.23587Q201.17188 142.78275 201.57812 143.11087Q201.98438 143.42337 202.65625 143.42337Q203.26562 143.42337 203.64062 143.17337Q204.01562 142.92337 204.01562 142.5015ZM208.39062 142.59525L209.875 137.84525L211.03125 137.84525L208.48438 145.17337Q207.89062 146.7515 206.60938 146.7515L206.39062 146.73587L206.0 146.65775L206.0 145.78275L206.28125 145.79837Q206.84375 145.79837 207.14062 145.57962Q207.45312 145.36087 207.65625 144.76712L207.89062 144.11087L205.625 137.84525L206.8125 137.84525L208.39062 142.59525ZM216.01562 142.5015Q216.01562 142.064 215.67188 141.82962Q215.34375 141.57962 214.51562 141.40775Q213.70312 141.23587 213.21875 140.98587Q212.73438 140.73587 212.5 140.40775Q212.28125 140.064 212.28125 139.59525Q212.28125 138.814 212.9375 138.28275Q213.59375 137.73587 214.625 137.73587Q215.70312 137.73587 216.35938 138.29837Q217.03125 138.84525 217.03125 139.70462L215.95312 139.70462Q215.95312 139.26712 215.5625 138.95462Q215.1875 138.6265 214.625 138.6265Q214.03125 138.6265 213.6875 138.89212Q213.35938 139.14212 213.35938 139.54837Q213.35938 139.939 213.67188 140.14212Q213.98438 140.34525 214.79688 140.53275Q215.60938 140.70462 216.10938 140.95462Q216.60938 141.20462 216.84375 141.564Q217.09375 141.92337 217.09375 142.42337Q217.09375 143.28275 216.40625 143.79837Q215.73438 144.314 214.65625 144.314Q213.89062 144.314 213.29688 144.04837Q212.71875 143.76712 212.39062 143.28275Q212.0625 142.79837 212.0625 142.23587L213.14062 142.23587Q213.17188 142.78275 213.57812 143.11087Q213.98438 143.42337 214.65625 143.42337Q215.26562 143.42337 215.64062 143.17337Q216.01562 142.92337 216.01562 142.5015ZM219.79688 136.314L219.79688 137.84525L220.96875 137.84525L220.96875 138.689L219.79688 138.689L219.79688 142.61087Q219.79688 143.0015 219.95312 143.189Q220.10938 143.3765 220.48438 143.3765Q220.67188 143.3765 221.0 143.314L221.0 144.189Q220.57812 144.314 220.17188 144.314Q219.45312 144.314 219.07812 143.8765Q218.70312 143.42337 218.70312 142.61087L218.70312 138.689L217.54688 138.689L217.54688 137.84525L218.70312 137.84525L218.70312 136.314L219.79688 136.314ZM224.95312 144.314Q223.65625 144.314 222.84375 143.47025Q222.04688 142.61087 222.04688 141.189L222.04688 141.0015Q222.04688 140.04837 222.40625 139.314Q222.76562 138.564 223.40625 138.15775Q224.0625 137.73587 224.8125 137.73587Q226.04688 137.73587 226.73438 138.54837Q227.42188 139.36087 227.42188 140.8765L227.42188 141.32962L223.125 141.32962Q223.15625 142.26712 223.67188 142.84525Q224.20312 143.42337 225.01562 143.42337Q225.57812 143.42337 225.96875 143.189Q226.375 142.95462 226.6875 142.564L227.34375 143.07962Q226.54688 144.314 224.95312 144.314ZM224.8125 138.6265Q224.15625 138.6265 223.70312 139.11087Q223.26562 139.57962 223.17188 140.439L226.34375 140.439L226.34375 140.36087Q226.29688 139.53275 225.89062 139.07962Q225.5 138.6265 224.8125 138.6265ZM229.34375 137.84525L229.375 138.54837Q230.0625 137.73587 231.25 137.73587Q232.57812 137.73587 233.0625 138.7515Q233.375 138.29837 233.875 138.01712Q234.39062 137.73587 235.07812 137.73587Q237.17188 137.73587 237.20312 139.939L237.20312 144.189L236.125 144.189L236.125 140.0015Q236.125 139.32962 235.8125 139.0015Q235.5 138.65775 234.76562 138.65775Q234.15625 138.65775 233.75 139.01712Q233.35938 139.3765 233.29688 139.98587L233.29688 144.189L232.21875 144.189L232.21875 140.03275Q232.21875 138.65775 230.85938 138.65775Q229.79688 138.65775 229.40625 139.564L229.40625 144.189L228.3125 144.189L228.3125 137.84525L229.34375 137.84525Z" fill-rule="nonzero"/><path fill="#666666" d="M112.046875 174.1658L110.921875 174.1658L106.625 167.58768L106.625 174.1658L105.484375 174.1658L105.484375 165.63455L106.625 165.63455L110.921875 172.24393L110.921875 165.63455L112.046875 165.63455L112.046875 174.1658ZM116.953125 174.2908Q115.65625 174.2908 114.84375 173.44705Q114.046875 172.58768 114.046875 171.1658L114.046875 170.9783Q114.046875 170.02518 114.40625 169.2908Q114.765625 168.5408 115.40625 168.13455Q116.0625 167.71268 116.8125 167.71268Q118.046875 167.71268 118.734375 168.52518Q119.421875 169.33768 119.421875 170.8533L119.421875 171.30643L115.125 171.30643Q115.15625 172.24393 115.671875 172.82205Q116.203125 173.40018 117.015625 173.40018Q117.578125 173.40018 117.96875 173.1658Q118.375 172.93143 118.6875 172.5408L119.34375 173.05643Q118.546875 174.2908 116.953125 174.2908ZM116.8125 168.6033Q116.15625 168.6033 115.703125 169.08768Q115.265625 169.55643 115.171875 170.4158L118.34375 170.4158L118.34375 170.33768Q118.296875 169.50955 117.890625 169.05643Q117.5 168.6033 116.8125 168.6033ZM122.953125 174.2908Q121.65625 174.2908 120.84375 173.44705Q120.046875 172.58768 120.046875 171.1658L120.046875 170.9783Q120.046875 170.02518 120.40625 169.2908Q120.765625 168.5408 121.40625 168.13455Q122.0625 167.71268 122.8125 167.71268Q124.046875 167.71268 124.734375 168.52518Q125.421875 169.33768 125.421875 170.8533L125.421875 171.30643L121.125 171.30643Q121.15625 172.24393 121.671875 172.82205Q122.203125 173.40018 123.015625 173.40018Q123.578125 173.40018 123.96875 173.1658Q124.375 172.93143 124.6875 172.5408L125.34375 173.05643Q124.546875 174.2908 122.953125 174.2908ZM122.8125 168.6033Q122.15625 168.6033 121.703125 169.08768Q121.265625 169.55643 121.171875 170.4158L124.34375 170.4158L124.34375 170.33768Q124.296875 169.50955 123.890625 169.05643Q123.5 168.6033 122.8125 168.6033ZM126.0625 170.94705Q126.0625 169.4783 126.75 168.6033Q127.4375 167.71268 128.5625 167.71268Q129.67188 167.71268 130.32812 168.46268L130.32812 165.1658L131.40625 165.1658L131.40625 174.1658L130.40625 174.1658L130.35938 173.4783Q129.70312 174.2908 128.54688 174.2908Q127.453125 174.2908 126.75 173.38455Q126.0625 172.4783 126.0625 171.02518L126.0625 170.94705ZM127.140625 171.07205Q127.140625 172.15018 127.578125 172.75955Q128.03125 173.36893 128.8125 173.36893Q129.84375 173.36893 130.32812 172.43143L130.32812 169.52518Q129.84375 168.63455 128.82812 168.63455Q128.03125 168.63455 127.578125 169.24393Q127.140625 169.8533 127.140625 171.07205ZM141.6875 171.07205Q141.6875 172.52518 141.01562 173.4158Q140.35938 174.2908 139.23438 174.2908Q138.03125 174.2908 137.375 173.43143L137.3125 174.1658L136.32812 174.1658L136.32812 165.1658L137.40625 165.1658L137.40625 168.52518Q138.0625 167.71268 139.21875 167.71268Q140.375 167.71268 141.03125 168.58768Q141.6875 169.44705 141.6875 170.9783L141.6875 171.07205ZM140.60938 170.94705Q140.60938 169.83768 140.17188 169.24393Q139.75 168.63455 138.95312 168.63455Q137.875 168.63455 137.40625 169.61893L137.40625 172.36893Q137.90625 173.36893 138.95312 173.36893Q139.73438 173.36893 140.17188 172.75955Q140.60938 172.15018 140.60938 170.94705ZM145.95312 174.2908Q144.65625 174.2908 143.84375 173.44705Q143.04688 172.58768 143.04688 171.1658L143.04688 170.9783Q143.04688 170.02518 143.40625 169.2908Q143.76562 168.5408 144.40625 168.13455Q145.0625 167.71268 145.8125 167.71268Q147.04688 167.71268 147.73438 168.52518Q148.42188 169.33768 148.42188 170.8533L148.42188 171.30643L144.125 171.30643Q144.15625 172.24393 144.67188 172.82205Q145.20312 173.40018 146.01562 173.40018Q146.57812 173.40018 146.96875 173.1658Q147.375 172.93143 147.6875 172.5408L148.34375 173.05643Q147.54688 174.2908 145.95312 174.2908ZM145.8125 168.6033Q145.15625 168.6033 144.70312 169.08768Q144.26562 169.55643 144.17188 170.4158L147.34375 170.4158L147.34375 170.33768Q147.29688 169.50955 146.89062 169.05643Q146.5 168.6033 145.8125 168.6033ZM150.79688 166.2908L150.79688 167.82205L151.96875 167.82205L151.96875 168.6658L150.79688 168.6658L150.79688 172.58768Q150.79688 172.9783 150.95312 173.1658Q151.10938 173.3533 151.48438 173.3533Q151.67188 173.3533 152.0 173.2908L152.0 174.1658Q151.57812 174.2908 151.17188 174.2908Q150.45312 174.2908 150.07812 173.8533Q149.70312 173.40018 149.70312 172.58768L149.70312 168.6658L148.54688 168.6658L148.54688 167.82205L149.70312 167.82205L149.70312 166.2908L150.79688 166.2908ZM154.79688 166.2908L154.79688 167.82205L155.96875 167.82205L155.96875 168.6658L154.79688 168.6658L154.79688 172.58768Q154.79688 172.9783 154.95312 173.1658Q155.10938 173.3533 155.48438 173.3533Q155.67188 173.3533 156.0 173.2908L156.0 174.1658Q155.57812 174.2908 155.17188 174.2908Q154.45312 174.2908 154.07812 173.8533Q153.70312 173.40018 153.70312 172.58768L153.70312 168.6658L152.54688 168.6658L152.54688 167.82205L153.70312 167.82205L153.70312 166.2908L154.79688 166.2908ZM159.95312 174.2908Q158.65625 174.2908 157.84375 173.44705Q157.04688 172.58768 157.04688 171.1658L157.04688 170.9783Q157.04688 170.02518 157.40625 169.2908Q157.76562 168.5408 158.40625 168.13455Q159.0625 167.71268 159.8125 167.71268Q161.04688 167.71268 161.73438 168.52518Q162.42188 169.33768 162.42188 170.8533L162.42188 171.30643L158.125 171.30643Q158.15625 172.24393 158.67188 172.82205Q159.20312 173.40018 160.01562 173.40018Q160.57812 173.40018 160.96875 173.1658Q161.375 172.93143 161.6875 172.5408L162.34375 173.05643Q161.54688 174.2908 159.95312 174.2908ZM159.8125 168.6033Q159.15625 168.6033 158.70312 169.08768Q158.26562 169.55643 158.17188 170.4158L161.34375 170.4158L161.34375 170.33768Q161.29688 169.50955 160.89062 169.05643Q160.5 168.6033 159.8125 168.6033ZM166.39062 168.7908Q166.14062 168.75955 165.85938 168.75955Q164.78125 168.75955 164.40625 169.6658L164.40625 174.1658L163.32812 174.1658L163.32812 167.82205L164.375 167.82205L164.39062 168.55643Q164.92188 167.71268 165.90625 167.71268Q166.21875 167.71268 166.39062 167.7908L166.39062 168.7908ZM175.67188 171.07205Q175.67188 172.50955 175.01562 173.40018Q174.35938 174.2908 173.21875 174.2908Q172.0625 174.2908 171.40625 173.55643L171.40625 176.6033L170.32812 176.6033L170.32812 167.82205L171.3125 167.82205L171.35938 168.52518Q172.03125 167.71268 173.20312 167.71268Q174.34375 167.71268 175.0 168.57205Q175.67188 169.43143 175.67188 170.96268L175.67188 171.07205ZM174.59375 170.94705Q174.59375 169.86893 174.125 169.25955Q173.67188 168.63455 172.875 168.63455Q171.89062 168.63455 171.40625 169.49393L171.40625 172.52518Q171.89062 173.40018 172.89062 173.40018Q173.67188 173.40018 174.125 172.7908Q174.59375 172.1658 174.59375 170.94705ZM179.95312 174.2908Q178.65625 174.2908 177.84375 173.44705Q177.04688 172.58768 177.04688 171.1658L177.04688 170.9783Q177.04688 170.02518 177.40625 169.2908Q177.76562 168.5408 178.40625 168.13455Q179.0625 167.71268 179.8125 167.71268Q181.04688 167.71268 181.73438 168.52518Q182.42188 169.33768 182.42188 170.8533L182.42188 171.30643L178.125 171.30643Q178.15625 172.24393 178.67188 172.82205Q179.20312 173.40018 180.01562 173.40018Q180.57812 173.40018 180.96875 173.1658Q181.375 172.93143 181.6875 172.5408L182.34375 173.05643Q181.54688 174.2908 179.95312 174.2908ZM179.8125 168.6033Q179.15625 168.6033 178.70312 169.08768Q178.26562 169.55643 178.17188 170.4158L181.34375 170.4158L181.34375 170.33768Q181.29688 169.50955 180.89062 169.05643Q180.5 168.6033 179.8125 168.6033ZM186.39062 168.7908Q186.14062 168.75955 185.85938 168.75955Q184.78125 168.75955 184.40625 169.6658L184.40625 174.1658L183.32812 174.1658L183.32812 167.82205L184.375 167.82205L184.39062 168.55643Q184.92188 167.71268 185.90625 167.71268Q186.21875 167.71268 186.39062 167.7908L186.39062 168.7908ZM187.85938 174.1658L187.85938 168.6658L186.85938 168.6658L186.85938 167.82205L187.85938 167.82205L187.85938 167.18143Q187.85938 166.15018 188.39062 165.6033Q188.9375 165.0408 189.9375 165.0408Q190.3125 165.0408 190.6875 165.13455L190.625 166.02518Q190.34375 165.96268 190.04688 165.96268Q189.51562 165.96268 189.21875 166.27518Q188.9375 166.58768 188.9375 167.15018L188.9375 167.82205L190.29688 167.82205L190.29688 168.6658L188.9375 168.6658L188.9375 174.1658L187.85938 174.1658ZM191.03125 170.93143Q191.03125 170.00955 191.39062 169.25955Q191.76562 168.50955 192.42188 168.11893Q193.07812 167.71268 193.90625 167.71268Q195.20312 167.71268 196.0 168.6033Q196.8125 169.49393 196.8125 170.99393L196.8125 171.07205Q196.8125 171.99393 196.45312 172.7283Q196.09375 173.46268 195.4375 173.88455Q194.78125 174.2908 193.92188 174.2908Q192.64062 174.2908 191.82812 173.40018Q191.03125 172.49393 191.03125 171.00955L191.03125 170.93143ZM192.125 171.07205Q192.125 172.11893 192.60938 172.75955Q193.10938 173.40018 193.92188 173.40018Q194.75 173.40018 195.23438 172.75955Q195.71875 172.1033 195.71875 170.93143Q195.71875 169.90018 195.21875 169.25955Q194.73438 168.6033 193.90625 168.6033Q193.10938 168.6033 192.60938 169.24393Q192.125 169.86893 192.125 171.07205ZM201.39062 168.7908Q201.14062 168.75955 200.85938 168.75955Q199.78125 168.75955 199.40625 169.6658L199.40625 174.1658L198.32812 174.1658L198.32812 167.82205L199.375 167.82205L199.39062 168.55643Q199.92188 167.71268 200.90625 167.71268Q201.21875 167.71268 201.39062 167.7908L201.39062 168.7908ZM203.34375 167.82205L203.375 168.52518Q204.0625 167.71268 205.25 167.71268Q206.57812 167.71268 207.0625 168.7283Q207.375 168.27518 207.875 167.99393Q208.39062 167.71268 209.07812 167.71268Q211.17188 167.71268 211.20312 169.9158L211.20312 174.1658L210.125 174.1658L210.125 169.9783Q210.125 169.30643 209.8125 168.9783Q209.5 168.63455 208.76562 168.63455Q208.15625 168.63455 207.75 168.99393Q207.35938 169.3533 207.29688 169.96268L207.29688 174.1658L206.21875 174.1658L206.21875 170.00955Q206.21875 168.63455 204.85938 168.63455Q203.79688 168.63455 203.40625 169.5408L203.40625 174.1658L202.3125 174.1658L202.3125 167.82205L203.34375 167.82205ZM217.23438 174.1658Q217.14062 173.9783 217.07812 173.49393Q216.32812 174.2908 215.28125 174.2908Q214.34375 174.2908 213.73438 173.75955Q213.14062 173.2283 213.14062 172.40018Q213.14062 171.4158 213.89062 170.86893Q214.64062 170.32205 216.01562 170.32205L217.0625 170.32205L217.0625 169.82205Q217.0625 169.25955 216.71875 168.93143Q216.39062 168.58768 215.71875 168.58768Q215.14062 168.58768 214.75 168.88455Q214.35938 169.1658 214.35938 169.58768L213.26562 169.58768Q213.26562 169.1033 213.59375 168.6658Q213.9375 168.2283 214.51562 167.9783Q215.09375 167.71268 215.78125 167.71268Q216.89062 167.71268 217.5 168.25955Q218.125 168.80643 218.15625 169.75955L218.15625 172.68143Q218.15625 173.55643 218.375 174.07205L218.375 174.1658L217.23438 174.1658ZM215.4375 173.33768Q215.95312 173.33768 216.40625 173.07205Q216.85938 172.80643 217.0625 172.38455L217.0625 171.08768L216.21875 171.08768Q214.21875 171.08768 214.21875 172.25955Q214.21875 172.75955 214.5625 173.05643Q214.90625 173.33768 215.4375 173.33768ZM221.34375 167.82205L221.375 168.61893Q222.10938 167.71268 223.28125 167.71268Q225.29688 167.71268 225.3125 169.9783L225.3125 174.1658L224.21875 174.1658L224.21875 169.96268Q224.21875 169.2908 223.90625 168.96268Q223.60938 168.63455 222.95312 168.63455Q222.42188 168.63455 222.01562 168.9158Q221.625 169.19705 221.40625 169.65018L221.40625 174.1658L220.32812 174.1658L220.32812 167.82205L221.34375 167.82205ZM229.85938 173.40018Q230.4375 173.40018 230.875 173.05643Q231.3125 172.69705 231.35938 172.1658L232.39062 172.1658Q232.35938 172.71268 232.0 173.21268Q231.65625 173.69705 231.07812 173.99393Q230.51562 174.2908 229.85938 174.2908Q228.5625 174.2908 227.79688 173.43143Q227.04688 172.55643 227.04688 171.05643L227.04688 170.86893Q227.04688 169.94705 227.375 169.2283Q227.71875 168.50955 228.34375 168.11893Q228.98438 167.71268 229.85938 167.71268Q230.92188 167.71268 231.625 168.3533Q232.34375 168.9783 232.39062 170.00955L231.35938 170.00955Q231.3125 169.38455 230.89062 168.99393Q230.46875 168.6033 229.85938 168.6033Q229.03125 168.6033 228.57812 169.19705Q228.125 169.7908 228.125 170.9158L228.125 171.11893Q228.125 172.21268 228.57812 172.80643Q229.03125 173.40018 229.85938 173.40018ZM235.95312 174.2908Q234.65625 174.2908 233.84375 173.44705Q233.04688 172.58768 233.04688 171.1658L233.04688 170.9783Q233.04688 170.02518 233.40625 169.2908Q233.76562 168.5408 234.40625 168.13455Q235.0625 167.71268 235.8125 167.71268Q237.04688 167.71268 237.73438 168.52518Q238.42188 169.33768 238.42188 170.8533L238.42188 171.30643L234.125 171.30643Q234.15625 172.24393 234.67188 172.82205Q235.20312 173.40018 236.01562 173.40018Q236.57812 173.40018 236.96875 173.1658Q237.375 172.93143 237.6875 172.5408L238.34375 173.05643Q237.54688 174.2908 235.95312 174.2908ZM235.8125 168.6033Q235.15625 168.6033 234.70312 169.08768Q234.26562 169.55643 234.17188 170.4158L237.34375 170.4158L237.34375 170.33768Q237.29688 169.50955 236.89062 169.05643Q236.5 168.6033 235.8125 168.6033Z" fill-rule="nonzero"/><path fill="#666666" d="M93.703125 211.64261L92.578125 211.64261L92.578125 203.11136L93.703125 203.11136L93.703125 211.64261ZM103.9375 210.14261L105.15625 205.29886L106.234375 205.29886L104.390625 211.64261L103.515625 211.64261L101.96875 206.83011L100.46875 211.64261L99.59375 211.64261L97.75 205.29886L98.828125 205.29886L100.078125 210.04886L101.5625 205.29886L102.421875 205.29886L103.9375 210.14261ZM107.03125 208.40823Q107.03125 207.48636 107.390625 206.73636Q107.765625 205.98636 108.421875 205.59573Q109.078125 205.18948 109.90625 205.18948Q111.203125 205.18948 112.0 206.08011Q112.8125 206.97073 112.8125 208.47073L112.8125 208.54886Q112.8125 209.47073 112.453125 210.20511Q112.09375 210.93948 111.4375 211.36136Q110.78125 211.76761 109.921875 211.76761Q108.640625 211.76761 107.828125 210.87698Q107.03125 209.97073 107.03125 208.48636L107.03125 208.40823ZM108.125 208.54886Q108.125 209.59573 108.609375 210.23636Q109.109375 210.87698 109.921875 210.87698Q110.75 210.87698 111.234375 210.23636Q111.71875 209.58011 111.71875 208.40823Q111.71875 207.37698 111.21875 206.73636Q110.734375 206.08011 109.90625 206.08011Q109.109375 206.08011 108.609375 206.72073Q108.125 207.34573 108.125 208.54886ZM117.390625 206.26761Q117.140625 206.23636 116.859375 206.23636Q115.78125 206.23636 115.40625 207.14261L115.40625 211.64261L114.328125 211.64261L114.328125 205.29886L115.375 205.29886L115.390625 206.03323Q115.921875 205.18948 116.90625 205.18948Q117.21875 205.18948 117.390625 205.26761L117.390625 206.26761ZM120.09375 208.70511L119.40625 209.40823L119.40625 211.64261L118.328125 211.64261L118.328125 202.64261L119.40625 202.64261L119.40625 208.08011L119.984375 207.39261L121.96875 205.29886L123.28125 205.29886L120.8125 207.95511L123.578125 211.64261L122.296875 211.64261L120.09375 208.70511ZM127.03125 208.40823Q127.03125 207.48636 127.390625 206.73636Q127.765625 205.98636 128.42188 205.59573Q129.07812 205.18948 129.90625 205.18948Q131.20312 205.18948 132.0 206.08011Q132.8125 206.97073 132.8125 208.47073L132.8125 208.54886Q132.8125 209.47073 132.45312 210.20511Q132.09375 210.93948 131.4375 211.36136Q130.78125 211.76761 129.92188 211.76761Q128.64062 211.76761 127.828125 210.87698Q127.03125 209.97073 127.03125 208.48636L127.03125 208.40823ZM128.125 208.54886Q128.125 209.59573 128.60938 210.23636Q129.10938 210.87698 129.92188 210.87698Q130.75 210.87698 131.23438 210.23636Q131.71875 209.58011 131.71875 208.40823Q131.71875 207.37698 131.21875 206.73636Q130.73438 206.08011 129.90625 206.08011Q129.10938 206.08011 128.60938 206.72073Q128.125 207.34573 128.125 208.54886ZM135.34375 205.29886L135.375 206.09573Q136.10938 205.18948 137.28125 205.18948Q139.29688 205.18948 139.3125 207.45511L139.3125 211.64261L138.21875 211.64261L138.21875 207.43948Q138.21875 206.76761 137.90625 206.43948Q137.60938 206.11136 136.95312 206.11136Q136.42188 206.11136 136.01562 206.39261Q135.625 206.67386 135.40625 207.12698L135.40625 211.64261L134.32812 211.64261L134.32812 205.29886L135.34375 205.29886ZM144.0625 208.42386Q144.0625 206.95511 144.75 206.08011Q145.4375 205.18948 146.5625 205.18948Q147.67188 205.18948 148.32812 205.93948L148.32812 202.64261L149.40625 202.64261L149.40625 211.64261L148.40625 211.64261L148.35938 210.95511Q147.70312 211.76761 146.54688 211.76761Q145.45312 211.76761 144.75 210.86136Q144.0625 209.95511 144.0625 208.50198L144.0625 208.42386ZM145.14062 208.54886Q145.14062 209.62698 145.57812 210.23636Q146.03125 210.84573 146.8125 210.84573Q147.84375 210.84573 148.32812 209.90823L148.32812 207.00198Q147.84375 206.11136 146.82812 206.11136Q146.03125 206.11136 145.57812 206.72073Q145.14062 207.33011 145.14062 208.54886ZM155.23438 211.64261Q155.14062 211.45511 155.07812 210.97073Q154.32812 211.76761 153.28125 211.76761Q152.34375 211.76761 151.73438 211.23636Q151.14062 210.70511 151.14062 209.87698Q151.14062 208.89261 151.89062 208.34573Q152.64062 207.79886 154.01562 207.79886L155.0625 207.79886L155.0625 207.29886Q155.0625 206.73636 154.71875 206.40823Q154.39062 206.06448 153.71875 206.06448Q153.14062 206.06448 152.75 206.36136Q152.35938 206.64261 152.35938 207.06448L151.26562 207.06448Q151.26562 206.58011 151.59375 206.14261Q151.9375 205.70511 152.51562 205.45511Q153.09375 205.18948 153.78125 205.18948Q154.89062 205.18948 155.5 205.73636Q156.125 206.28323 156.15625 207.23636L156.15625 210.15823Q156.15625 211.03323 156.375 211.54886L156.375 211.64261L155.23438 211.64261ZM153.4375 210.81448Q153.95312 210.81448 154.40625 210.54886Q154.85938 210.28323 155.0625 209.86136L155.0625 208.56448L154.21875 208.56448Q152.21875 208.56448 152.21875 209.73636Q152.21875 210.23636 152.5625 210.53323Q152.90625 210.81448 153.4375 210.81448ZM159.79688 203.76761L159.79688 205.29886L160.96875 205.29886L160.96875 206.14261L159.79688 206.14261L159.79688 210.06448Q159.79688 210.45511 159.95312 210.64261Q160.10938 210.83011 160.48438 210.83011Q160.67188 210.83011 161.0 210.76761L161.0 211.64261Q160.57812 211.76761 160.17188 211.76761Q159.45312 211.76761 159.07812 211.33011Q158.70312 210.87698 158.70312 210.06448L158.70312 206.14261L157.54688 206.14261L157.54688 205.29886L158.70312 205.29886L158.70312 203.76761L159.79688 203.76761ZM166.23438 211.64261Q166.14062 211.45511 166.07812 210.97073Q165.32812 211.76761 164.28125 211.76761Q163.34375 211.76761 162.73438 211.23636Q162.14062 210.70511 162.14062 209.87698Q162.14062 208.89261 162.89062 208.34573Q163.64062 207.79886 165.01562 207.79886L166.0625 207.79886L166.0625 207.29886Q166.0625 206.73636 165.71875 206.40823Q165.39062 206.06448 164.71875 206.06448Q164.14062 206.06448 163.75 206.36136Q163.35938 206.64261 163.35938 207.06448L162.26562 207.06448Q162.26562 206.58011 162.59375 206.14261Q162.9375 205.70511 163.51562 205.45511Q164.09375 205.18948 164.78125 205.18948Q165.89062 205.18948 166.5 205.73636Q167.125 206.28323 167.15625 207.23636L167.15625 210.15823Q167.15625 211.03323 167.375 211.54886L167.375 211.64261L166.23438 211.64261ZM164.4375 210.81448Q164.95312 210.81448 165.40625 210.54886Q165.85938 210.28323 166.0625 209.86136L166.0625 208.56448L165.21875 208.56448Q163.21875 208.56448 163.21875 209.73636Q163.21875 210.23636 163.5625 210.53323Q163.90625 210.81448 164.4375 210.81448ZM176.01562 209.95511Q176.01562 209.51761 175.67188 209.28323Q175.34375 209.03323 174.51562 208.86136Q173.70312 208.68948 173.21875 208.43948Q172.73438 208.18948 172.5 207.86136Q172.28125 207.51761 172.28125 207.04886Q172.28125 206.26761 172.9375 205.73636Q173.59375 205.18948 174.625 205.18948Q175.70312 205.18948 176.35938 205.75198Q177.03125 206.29886 177.03125 207.15823L175.95312 207.15823Q175.95312 206.72073 175.5625 206.40823Q175.1875 206.08011 174.625 206.08011Q174.03125 206.08011 173.6875 206.34573Q173.35938 206.59573 173.35938 207.00198Q173.35938 207.39261 173.67188 207.59573Q173.98438 207.79886 174.79688 207.98636Q175.60938 208.15823 176.10938 208.40823Q176.60938 208.65823 176.84375 209.01761Q177.09375 209.37698 177.09375 209.87698Q177.09375 210.73636 176.40625 211.25198Q175.73438 211.76761 174.65625 211.76761Q173.89062 211.76761 173.29688 211.50198Q172.71875 211.22073 172.39062 210.73636Q172.0625 210.25198 172.0625 209.68948L173.14062 209.68948Q173.17188 210.23636 173.57812 210.56448Q173.98438 210.87698 174.65625 210.87698Q175.26562 210.87698 175.64062 210.62698Q176.01562 210.37698 176.01562 209.95511ZM180.85938 210.87698Q181.4375 210.87698 181.875 210.53323Q182.3125 210.17386 182.35938 209.64261L183.39062 209.64261Q183.35938 210.18948 183.0 210.68948Q182.65625 211.17386 182.07812 211.47073Q181.51562 211.76761 180.85938 211.76761Q179.5625 211.76761 178.79688 210.90823Q178.04688 210.03323 178.04688 208.53323L178.04688 208.34573Q178.04688 207.42386 178.375 206.70511Q178.71875 205.98636 179.34375 205.59573Q179.98438 205.18948 180.85938 205.18948Q181.92188 205.18948 182.625 205.83011Q183.34375 206.45511 183.39062 207.48636L182.35938 207.48636Q182.3125 206.86136 181.89062 206.47073Q181.46875 206.08011 180.85938 206.08011Q180.03125 206.08011 179.57812 206.67386Q179.125 207.26761 179.125 208.39261L179.125 208.59573Q179.125 209.68948 179.57812 210.28323Q180.03125 210.87698 180.85938 210.87698ZM185.5 211.64261L184.42188 211.64261L184.42188 205.29886L185.5 205.29886L185.5 211.64261ZM184.32812 203.62698Q184.32812 203.36136 184.48438 203.17386Q184.65625 202.98636 184.96875 202.98636Q185.28125 202.98636 185.4375 203.17386Q185.60938 203.36136 185.60938 203.62698Q185.60938 203.87698 185.4375 204.06448Q185.28125 204.23636 184.96875 204.23636Q184.65625 204.23636 184.48438 204.06448Q184.32812 203.87698 184.32812 203.62698ZM189.95312 211.76761Q188.65625 211.76761 187.84375 210.92386Q187.04688 210.06448 187.04688 208.64261L187.04688 208.45511Q187.04688 207.50198 187.40625 206.76761Q187.76562 206.01761 188.40625 205.61136Q189.0625 205.18948 189.8125 205.18948Q191.04688 205.18948 191.73438 206.00198Q192.42188 206.81448 192.42188 208.33011L192.42188 208.78323L188.125 208.78323Q188.15625 209.72073 188.67188 210.29886Q189.20312 210.87698 190.01562 210.87698Q190.57812 210.87698 190.96875 210.64261Q191.375 210.40823 191.6875 210.01761L192.34375 210.53323Q191.54688 211.76761 189.95312 211.76761ZM189.8125 206.08011Q189.15625 206.08011 188.70312 206.56448Q188.26562 207.03323 188.17188 207.89261L191.34375 207.89261L191.34375 207.81448Q191.29688 206.98636 190.89062 206.53323Q190.5 206.08011 189.8125 206.08011ZM194.34375 205.29886L194.375 206.09573Q195.10938 205.18948 196.28125 205.18948Q198.29688 205.18948 198.3125 207.45511L198.3125 211.64261L197.21875 211.64261L197.21875 207.43948Q197.21875 206.76761 196.90625 206.43948Q196.60938 206.11136 195.95312 206.11136Q195.42188 206.11136 195.01562 206.39261Q194.625 206.67386 194.40625 207.12698L194.40625 211.64261L193.32812 211.64261L193.32812 205.29886L194.34375 205.29886ZM202.85938 210.87698Q203.4375 210.87698 203.875 210.53323Q204.3125 210.17386 204.35938 209.64261L205.39062 209.64261Q205.35938 210.18948 205.0 210.68948Q204.65625 211.17386 204.07812 211.47073Q203.51562 211.76761 202.85938 211.76761Q201.5625 211.76761 200.79688 210.90823Q200.04688 210.03323 200.04688 208.53323L200.04688 208.34573Q200.04688 207.42386 200.375 206.70511Q200.71875 205.98636 201.34375 205.59573Q201.98438 205.18948 202.85938 205.18948Q203.92188 205.18948 204.625 205.83011Q205.34375 206.45511 205.39062 207.48636L204.35938 207.48636Q204.3125 206.86136 203.89062 206.47073Q203.46875 206.08011 202.85938 206.08011Q202.03125 206.08011 201.57812 206.67386Q201.125 207.26761 201.125 208.39261L201.125 208.59573Q201.125 209.68948 201.57812 210.28323Q202.03125 210.87698 202.85938 210.87698ZM208.95312 211.76761Q207.65625 211.76761 206.84375 210.92386Q206.04688 210.06448 206.04688 208.64261L206.04688 208.45511Q206.04688 207.50198 206.40625 206.76761Q206.76562 206.01761 207.40625 205.61136Q208.0625 205.18948 208.8125 205.18948Q210.04688 205.18948 210.73438 206.00198Q211.42188 206.81448 211.42188 208.33011L211.42188 208.78323L207.125 208.78323Q207.15625 209.72073 207.67188 210.29886Q208.20312 210.87698 209.01562 210.87698Q209.57812 210.87698 209.96875 210.64261Q210.375 210.40823 210.6875 210.01761L211.34375 210.53323Q210.54688 211.76761 208.95312 211.76761ZM208.8125 206.08011Q208.15625 206.08011 207.70312 206.56448Q207.26562 207.03323 207.17188 207.89261L210.34375 207.89261L210.34375 207.81448Q210.29688 206.98636 209.89062 206.53323Q209.5 206.08011 208.8125 206.08011ZM215.53125 212.37698L214.60938 212.37698L218.17188 203.11136L219.09375 203.11136L215.53125 212.37698ZM224.9375 203.11136L227.73438 210.06448L230.51562 203.11136L231.98438 203.11136L231.98438 211.64261L230.85938 211.64261L230.85938 208.31448L230.96875 204.73636L228.15625 211.64261L227.29688 211.64261L224.5 204.75198L224.60938 208.31448L224.60938 211.64261L223.48438 211.64261L223.48438 203.11136L224.9375 203.11136ZM234.625 210.72073L238.67188 210.72073L238.67188 211.64261L233.48438 211.64261L233.48438 203.11136L234.625 203.11136L234.625 210.72073Z" fill-rule="nonzero"/><path fill="#666666" d="M123.046875 249.11942L121.921875 249.11942L117.625 242.54129L117.625 249.11942L116.484375 249.11942L116.484375 240.58817L117.625 240.58817L121.921875 247.19754L121.921875 240.58817L123.046875 240.58817L123.046875 249.11942ZM125.03125 245.88504Q125.03125 244.96317 125.390625 244.21317Q125.765625 243.46317 126.421875 243.07254Q127.078125 242.66629 127.90625 242.66629Q129.20312 242.66629 130.0 243.55692Q130.8125 244.44754 130.8125 245.94754L130.8125 246.02567Q130.8125 246.94754 130.45312 247.68192Q130.09375 248.41629 129.4375 248.83817Q128.78125 249.24442 127.921875 249.24442Q126.640625 249.24442 125.828125 248.35379Q125.03125 247.44754 125.03125 245.96317L125.03125 245.88504ZM126.125 246.02567Q126.125 247.07254 126.609375 247.71317Q127.109375 248.35379 127.921875 248.35379Q128.75 248.35379 129.23438 247.71317Q129.71875 247.05692 129.71875 245.88504Q129.71875 244.85379 129.21875 244.21317Q128.73438 243.55692 127.90625 243.55692Q127.109375 243.55692 126.609375 244.19754Q126.125 244.82254 126.125 246.02567ZM133.79688 241.24442L133.79688 242.77567L134.96875 242.77567L134.96875 243.61942L133.79688 243.61942L133.79688 247.54129Q133.79688 247.93192 133.95312 248.11942Q134.10938 248.30692 134.48438 248.30692Q134.67188 248.30692 135.0 248.24442L135.0 249.11942Q134.57812 249.24442 134.17188 249.24442Q133.45312 249.24442 133.07812 248.80692Q132.70312 248.35379 132.70312 247.54129L132.70312 243.61942L131.54688 243.61942L131.54688 242.77567L132.70312 242.77567L132.70312 241.24442L133.79688 241.24442ZM141.95312 249.24442Q140.65625 249.24442 139.84375 248.40067Q139.04688 247.54129 139.04688 246.11942L139.04688 245.93192Q139.04688 244.97879 139.40625 244.24442Q139.76562 243.49442 140.40625 243.08817Q141.0625 242.66629 141.8125 242.66629Q143.04688 242.66629 143.73438 243.47879Q144.42188 244.29129 144.42188 245.80692L144.42188 246.26004L140.125 246.26004Q140.15625 247.19754 140.67188 247.77567Q141.20312 248.35379 142.01562 248.35379Q142.57812 248.35379 142.96875 248.11942Q143.375 247.88504 143.6875 247.49442L144.34375 248.01004Q143.54688 249.24442 141.95312 249.24442ZM141.8125 243.55692Q141.15625 243.55692 140.70312 244.04129Q140.26562 244.51004 140.17188 245.36942L143.34375 245.36942L143.34375 245.29129Q143.29688 244.46317 142.89062 244.01004Q142.5 243.55692 141.8125 243.55692ZM147.45312 245.08817L148.85938 242.77567L150.125 242.77567L148.04688 245.91629L150.1875 249.11942L148.9375 249.11942L147.46875 246.74442L146.0 249.11942L144.73438 249.11942L146.875 245.91629L144.8125 242.77567L146.0625 242.77567L147.45312 245.08817ZM156.67188 246.02567Q156.67188 247.46317 156.01562 248.35379Q155.35938 249.24442 154.21875 249.24442Q153.0625 249.24442 152.40625 248.51004L152.40625 251.55692L151.32812 251.55692L151.32812 242.77567L152.3125 242.77567L152.35938 243.47879Q153.03125 242.66629 154.20312 242.66629Q155.34375 242.66629 156.0 243.52567Q156.67188 244.38504 156.67188 245.91629L156.67188 246.02567ZM155.59375 245.90067Q155.59375 244.82254 155.125 244.21317Q154.67188 243.58817 153.875 243.58817Q152.89062 243.58817 152.40625 244.44754L152.40625 247.47879Q152.89062 248.35379 153.89062 248.35379Q154.67188 248.35379 155.125 247.74442Q155.59375 247.11942 155.59375 245.90067ZM161.39062 243.74442Q161.14062 243.71317 160.85938 243.71317Q159.78125 243.71317 159.40625 244.61942L159.40625 249.11942L158.32812 249.11942L158.32812 242.77567L159.375 242.77567L159.39062 243.51004Q159.92188 242.66629 160.90625 242.66629Q161.21875 242.66629 161.39062 242.74442L161.39062 243.74442ZM164.95312 249.24442Q163.65625 249.24442 162.84375 248.40067Q162.04688 247.54129 162.04688 246.11942L162.04688 245.93192Q162.04688 244.97879 162.40625 244.24442Q162.76562 243.49442 163.40625 243.08817Q164.0625 242.66629 164.8125 242.66629Q166.04688 242.66629 166.73438 243.47879Q167.42188 244.29129 167.42188 245.80692L167.42188 246.26004L163.125 246.26004Q163.15625 247.19754 163.67188 247.77567Q164.20312 248.35379 165.01562 248.35379Q165.57812 248.35379 165.96875 248.11942Q166.375 247.88504 166.6875 247.49442L167.34375 248.01004Q166.54688 249.24442 164.95312 249.24442ZM164.8125 243.55692Q164.15625 243.55692 163.70312 244.04129Q163.26562 244.51004 163.17188 245.36942L166.34375 245.36942L166.34375 245.29129Q166.29688 244.46317 165.89062 244.01004Q165.5 243.55692 164.8125 243.55692ZM172.01562 247.43192Q172.01562 246.99442 171.67188 246.76004Q171.34375 246.51004 170.51562 246.33817Q169.70312 246.16629 169.21875 245.91629Q168.73438 245.66629 168.5 245.33817Q168.28125 244.99442 168.28125 244.52567Q168.28125 243.74442 168.9375 243.21317Q169.59375 242.66629 170.625 242.66629Q171.70312 242.66629 172.35938 243.22879Q173.03125 243.77567 173.03125 244.63504L171.95312 244.63504Q171.95312 244.19754 171.5625 243.88504Q171.1875 243.55692 170.625 243.55692Q170.03125 243.55692 169.6875 243.82254Q169.35938 244.07254 169.35938 244.47879Q169.35938 244.86942 169.67188 245.07254Q169.98438 245.27567 170.79688 245.46317Q171.60938 245.63504 172.10938 245.88504Q172.60938 246.13504 172.84375 246.49442Q173.09375 246.85379 173.09375 247.35379Q173.09375 248.21317 172.40625 248.72879Q171.73438 249.24442 170.65625 249.24442Q169.89062 249.24442 169.29688 248.97879Q168.71875 248.69754 168.39062 248.21317Q168.0625 247.72879 168.0625 247.16629L169.14062 247.16629Q169.17188 247.71317 169.57812 248.04129Q169.98438 248.35379 170.65625 248.35379Q171.26562 248.35379 171.64062 248.10379Q172.01562 247.85379 172.01562 247.43192ZM178.01562 247.43192Q178.01562 246.99442 177.67188 246.76004Q177.34375 246.51004 176.51562 246.33817Q175.70312 246.16629 175.21875 245.91629Q174.73438 245.66629 174.5 245.33817Q174.28125 244.99442 174.28125 244.52567Q174.28125 243.74442 174.9375 243.21317Q175.59375 242.66629 176.625 242.66629Q177.70312 242.66629 178.35938 243.22879Q179.03125 243.77567 179.03125 244.63504L177.95312 244.63504Q177.95312 244.19754 177.5625 243.88504Q177.1875 243.55692 176.625 243.55692Q176.03125 243.55692 175.6875 243.82254Q175.35938 244.07254 175.35938 244.47879Q175.35938 244.86942 175.67188 245.07254Q175.98438 245.27567 176.79688 245.46317Q177.60938 245.63504 178.10938 245.88504Q178.60938 246.13504 178.84375 246.49442Q179.09375 246.85379 179.09375 247.35379Q179.09375 248.21317 178.40625 248.72879Q177.73438 249.24442 176.65625 249.24442Q175.89062 249.24442 175.29688 248.97879Q174.71875 248.69754 174.39062 248.21317Q174.0625 247.72879 174.0625 247.16629L175.14062 247.16629Q175.17188 247.71317 175.57812 248.04129Q175.98438 248.35379 176.65625 248.35379Q177.26562 248.35379 177.64062 248.10379Q178.01562 247.85379 178.01562 247.43192ZM181.5 249.11942L180.42188 249.11942L180.42188 242.77567L181.5 242.77567L181.5 249.11942ZM180.32812 241.10379Q180.32812 240.83817 180.48438 240.65067Q180.65625 240.46317 180.96875 240.46317Q181.28125 240.46317 181.4375 240.65067Q181.60938 240.83817 181.60938 241.10379Q181.60938 241.35379 181.4375 241.54129Q181.28125 241.71317 180.96875 241.71317Q180.65625 241.71317 180.48438 241.54129Q180.32812 241.35379 180.32812 241.10379ZM185.40625 247.65067L186.98438 242.77567L188.09375 242.77567L185.8125 249.11942L184.98438 249.11942L182.6875 242.77567L183.79688 242.77567L185.40625 247.65067ZM191.95312 249.24442Q190.65625 249.24442 189.84375 248.40067Q189.04688 247.54129 189.04688 246.11942L189.04688 245.93192Q189.04688 244.97879 189.40625 244.24442Q189.76562 243.49442 190.40625 243.08817Q191.0625 242.66629 191.8125 242.66629Q193.04688 242.66629 193.73438 243.47879Q194.42188 244.29129 194.42188 245.80692L194.42188 246.26004L190.125 246.26004Q190.15625 247.19754 190.67188 247.77567Q191.20312 248.35379 192.01562 248.35379Q192.57812 248.35379 192.96875 248.11942Q193.375 247.88504 193.6875 247.49442L194.34375 248.01004Q193.54688 249.24442 191.95312 249.24442ZM191.8125 243.55692Q191.15625 243.55692 190.70312 244.04129Q190.26562 244.51004 190.17188 245.36942L193.34375 245.36942L193.34375 245.29129Q193.29688 244.46317 192.89062 244.01004Q192.5 243.55692 191.8125 243.55692ZM200.95312 249.24442Q199.65625 249.24442 198.84375 248.40067Q198.04688 247.54129 198.04688 246.11942L198.04688 245.93192Q198.04688 244.97879 198.40625 244.24442Q198.76562 243.49442 199.40625 243.08817Q200.0625 242.66629 200.8125 242.66629Q202.04688 242.66629 202.73438 243.47879Q203.42188 244.29129 203.42188 245.80692L203.42188 246.26004L199.125 246.26004Q199.15625 247.19754 199.67188 247.77567Q200.20312 248.35379 201.01562 248.35379Q201.57812 248.35379 201.96875 248.11942Q202.375 247.88504 202.6875 247.49442L203.34375 248.01004Q202.54688 249.24442 200.95312 249.24442ZM200.8125 243.55692Q200.15625 243.55692 199.70312 244.04129Q199.26562 244.51004 199.17188 245.36942L202.34375 245.36942L202.34375 245.29129Q202.29688 244.46317 201.89062 244.01004Q201.5 243.55692 200.8125 243.55692ZM205.34375 242.77567L205.375 243.57254Q206.10938 242.66629 207.28125 242.66629Q209.29688 242.66629 209.3125 244.93192L209.3125 249.11942L208.21875 249.11942L208.21875 244.91629Q208.21875 244.24442 207.90625 243.91629Q207.60938 243.58817 206.95312 243.58817Q206.42188 243.58817 206.01562 243.86942Q205.625 244.15067 205.40625 244.60379L205.40625 249.11942L204.32812 249.11942L204.32812 242.77567L205.34375 242.77567ZM211.03125 245.88504Q211.03125 244.96317 211.39062 244.21317Q211.76562 243.46317 212.42188 243.07254Q213.07812 242.66629 213.90625 242.66629Q215.20312 242.66629 216.0 243.55692Q216.8125 244.44754 216.8125 245.94754L216.8125 246.02567Q216.8125 246.94754 216.45312 247.68192Q216.09375 248.41629 215.4375 248.83817Q214.78125 249.24442 213.92188 249.24442Q212.64062 249.24442 211.82812 248.35379Q211.03125 247.44754 211.03125 245.96317L211.03125 245.88504ZM212.125 246.02567Q212.125 247.07254 212.60938 247.71317Q213.10938 248.35379 213.92188 248.35379Q214.75 248.35379 215.23438 247.71317Q215.71875 247.05692 215.71875 245.88504Q215.71875 244.85379 215.21875 244.21317Q214.73438 243.55692 213.90625 243.55692Q213.10938 243.55692 212.60938 244.19754Q212.125 244.82254 212.125 246.02567ZM222.23438 248.49442Q221.60938 249.24442 220.375 249.24442Q219.35938 249.24442 218.82812 248.65067Q218.29688 248.05692 218.29688 246.90067L218.29688 242.77567L219.375 242.77567L219.375 246.86942Q219.375 248.32254 220.54688 248.32254Q221.79688 248.32254 222.20312 247.38504L222.20312 242.77567L223.29688 242.77567L223.29688 249.11942L222.26562 249.11942L222.23438 248.49442ZM225.0625 245.90067Q225.0625 244.41629 225.75 243.54129Q226.4375 242.66629 227.5625 242.66629Q228.71875 242.66629 229.375 243.47879L229.42188 242.77567L230.42188 242.77567L230.42188 248.96317Q230.42188 250.19754 229.6875 250.90067Q228.95312 251.61942 227.73438 251.61942Q227.04688 251.61942 226.39062 251.32254Q225.73438 251.02567 225.39062 250.52567L225.95312 249.86942Q226.64062 250.72879 227.65625 250.72879Q228.4375 250.72879 228.875 250.27567Q229.32812 249.83817 229.32812 249.02567L229.32812 248.47879Q228.67188 249.24442 227.54688 249.24442Q226.4375 249.24442 225.75 248.35379Q225.0625 247.44754 225.0625 245.90067ZM226.15625 246.02567Q226.15625 247.08817 226.59375 247.71317Q227.03125 248.32254 227.82812 248.32254Q228.84375 248.32254 229.32812 247.38504L229.32812 244.49442Q228.82812 243.58817 227.82812 243.58817Q227.04688 243.58817 226.59375 244.19754Q226.15625 244.80692 226.15625 246.02567ZM233.40625 243.54129Q234.125 242.66629 235.28125 242.66629Q237.29688 242.66629 237.3125 244.93192L237.3125 249.11942L236.21875 249.11942L236.21875 244.91629Q236.21875 244.24442 235.90625 243.91629Q235.60938 243.58817 234.95312 243.58817Q234.42188 243.58817 234.01562 243.86942Q233.625 244.15067 233.40625 244.60379L233.40625 249.11942L232.32812 249.11942L232.32812 240.11942L233.40625 240.11942L233.40625 243.54129Z" fill-rule="nonzero"/><path fill="#666666" d="M57.703125 286.59622L56.578125 286.59622L56.578125 278.06497L57.703125 278.06497L57.703125 286.59622ZM67.9375 285.09622L69.15625 280.25247L70.234375 280.25247L68.390625 286.59622L67.515625 286.59622L65.96875 281.78372L64.46875 286.59622L63.59375 286.59622L61.75 280.25247L62.828125 280.25247L64.078125 285.00247L65.5625 280.25247L66.421875 280.25247L67.9375 285.09622ZM71.03125 283.36185Q71.03125 282.43997 71.390625 281.68997Q71.765625 280.93997 72.421875 280.54935Q73.078125 280.1431 73.90625 280.1431Q75.203125 280.1431 76.0 281.03372Q76.8125 281.92435 76.8125 283.42435L76.8125 283.50247Q76.8125 284.42435 76.453125 285.15872Q76.09375 285.8931 75.4375 286.31497Q74.78125 286.72122 73.921875 286.72122Q72.640625 286.72122 71.828125 285.8306Q71.03125 284.92435 71.03125 283.43997L71.03125 283.36185ZM72.125 283.50247Q72.125 284.54935 72.609375 285.18997Q73.109375 285.8306 73.921875 285.8306Q74.75 285.8306 75.234375 285.18997Q75.71875 284.53372 75.71875 283.36185Q75.71875 282.3306 75.21875 281.68997Q74.734375 281.03372 73.90625 281.03372Q73.109375 281.03372 72.609375 281.67435Q72.125 282.29935 72.125 283.50247ZM81.390625 281.22122Q81.140625 281.18997 80.859375 281.18997Q79.78125 281.18997 79.40625 282.09622L79.40625 286.59622L78.328125 286.59622L78.328125 280.25247L79.375 280.25247L79.390625 280.98685Q79.921875 280.1431 80.90625 280.1431Q81.21875 280.1431 81.390625 280.22122L81.390625 281.22122ZM84.09375 283.65872L83.40625 284.36185L83.40625 286.59622L82.328125 286.59622L82.328125 277.59622L83.40625 277.59622L83.40625 283.03372L83.984375 282.34622L85.96875 280.25247L87.28125 280.25247L84.8125 282.90872L87.578125 286.59622L86.296875 286.59622L84.09375 283.65872ZM91.03125 283.36185Q91.03125 282.43997 91.390625 281.68997Q91.765625 280.93997 92.421875 280.54935Q93.078125 280.1431 93.90625 280.1431Q95.203125 280.1431 96.0 281.03372Q96.8125 281.92435 96.8125 283.42435L96.8125 283.50247Q96.8125 284.42435 96.453125 285.15872Q96.09375 285.8931 95.4375 286.31497Q94.78125 286.72122 93.921875 286.72122Q92.640625 286.72122 91.828125 285.8306Q91.03125 284.92435 91.03125 283.43997L91.03125 283.36185ZM92.125 283.50247Q92.125 284.54935 92.609375 285.18997Q93.109375 285.8306 93.921875 285.8306Q94.75 285.8306 95.234375 285.18997Q95.71875 284.53372 95.71875 283.36185Q95.71875 282.3306 95.21875 281.68997Q94.734375 281.03372 93.90625 281.03372Q93.109375 281.03372 92.609375 281.67435Q92.125 282.29935 92.125 283.50247ZM99.34375 280.25247L99.375 281.04935Q100.109375 280.1431 101.28125 280.1431Q103.296875 280.1431 103.3125 282.40872L103.3125 286.59622L102.21875 286.59622L102.21875 282.3931Q102.21875 281.72122 101.90625 281.3931Q101.609375 281.06497 100.953125 281.06497Q100.421875 281.06497 100.015625 281.34622Q99.625 281.62747 99.40625 282.0806L99.40625 286.59622L98.328125 286.59622L98.328125 280.25247L99.34375 280.25247ZM113.9375 285.09622L115.15625 280.25247L116.234375 280.25247L114.390625 286.59622L113.515625 286.59622L111.96875 281.78372L110.46875 286.59622L109.59375 286.59622L107.75 280.25247L108.828125 280.25247L110.078125 285.00247L111.5625 280.25247L112.421875 280.25247L113.9375 285.09622ZM119.953125 286.72122Q118.65625 286.72122 117.84375 285.87747Q117.046875 285.0181 117.046875 283.59622L117.046875 283.40872Q117.046875 282.4556 117.40625 281.72122Q117.765625 280.97122 118.40625 280.56497Q119.0625 280.1431 119.8125 280.1431Q121.046875 280.1431 121.734375 280.9556Q122.421875 281.7681 122.421875 283.28372L122.421875 283.73685L118.125 283.73685Q118.15625 284.67435 118.671875 285.25247Q119.203125 285.8306 120.015625 285.8306Q120.578125 285.8306 120.96875 285.59622Q121.375 285.36185 121.6875 284.97122L122.34375 285.48685Q121.546875 286.72122 119.953125 286.72122ZM119.8125 281.03372Q119.15625 281.03372 118.703125 281.5181Q118.265625 281.98685 118.171875 282.84622L121.34375 282.84622L121.34375 282.7681Q121.296875 281.93997 120.890625 281.48685Q120.5 281.03372 119.8125 281.03372ZM128.6875 283.50247Q128.6875 284.9556 128.01562 285.84622Q127.359375 286.72122 126.234375 286.72122Q125.03125 286.72122 124.375 285.86185L124.3125 286.59622L123.328125 286.59622L123.328125 277.59622L124.40625 277.59622L124.40625 280.9556Q125.0625 280.1431 126.21875 280.1431Q127.375 280.1431 128.03125 281.0181Q128.6875 281.87747 128.6875 283.40872L128.6875 283.50247ZM127.609375 283.37747Q127.609375 282.2681 127.171875 281.67435Q126.75 281.06497 125.953125 281.06497Q124.875 281.06497 124.40625 282.04935L124.40625 284.79935Q124.90625 285.79935 125.953125 285.79935Q126.734375 285.79935 127.171875 285.18997Q127.609375 284.5806 127.609375 283.37747ZM133.0625 283.37747Q133.0625 281.90872 133.75 281.03372Q134.4375 280.1431 135.5625 280.1431Q136.67188 280.1431 137.32812 280.8931L137.32812 277.59622L138.40625 277.59622L138.40625 286.59622L137.40625 286.59622L137.35938 285.90872Q136.70312 286.72122 135.54688 286.72122Q134.45312 286.72122 133.75 285.81497Q133.0625 284.90872 133.0625 283.4556L133.0625 283.37747ZM134.14062 283.50247Q134.14062 284.5806 134.57812 285.18997Q135.03125 285.79935 135.8125 285.79935Q136.84375 285.79935 137.32812 284.86185L137.32812 281.9556Q136.84375 281.06497 135.82812 281.06497Q135.03125 281.06497 134.57812 281.67435Q134.14062 282.28372 134.14062 283.50247ZM142.95312 286.72122Q141.65625 286.72122 140.84375 285.87747Q140.04688 285.0181 140.04688 283.59622L140.04688 283.40872Q140.04688 282.4556 140.40625 281.72122Q140.76562 280.97122 141.40625 280.56497Q142.0625 280.1431 142.8125 280.1431Q144.04688 280.1431 144.73438 280.9556Q145.42188 281.7681 145.42188 283.28372L145.42188 283.73685L141.125 283.73685Q141.15625 284.67435 141.67188 285.25247Q142.20312 285.8306 143.01562 285.8306Q143.57812 285.8306 143.96875 285.59622Q144.375 285.36185 144.6875 284.97122L145.34375 285.48685Q144.54688 286.72122 142.95312 286.72122ZM142.8125 281.03372Q142.15625 281.03372 141.70312 281.5181Q141.26562 281.98685 141.17188 282.84622L144.34375 282.84622L144.34375 282.7681Q144.29688 281.93997 143.89062 281.48685Q143.5 281.03372 142.8125 281.03372ZM148.40625 285.12747L149.98438 280.25247L151.09375 280.25247L148.8125 286.59622L147.98438 286.59622L145.6875 280.25247L146.79688 280.25247L148.40625 285.12747ZM154.95312 286.72122Q153.65625 286.72122 152.84375 285.87747Q152.04688 285.0181 152.04688 283.59622L152.04688 283.40872Q152.04688 282.4556 152.40625 281.72122Q152.76562 280.97122 153.40625 280.56497Q154.0625 280.1431 154.8125 280.1431Q156.04688 280.1431 156.73438 280.9556Q157.42188 281.7681 157.42188 283.28372L157.42188 283.73685L153.125 283.73685Q153.15625 284.67435 153.67188 285.25247Q154.20312 285.8306 155.01562 285.8306Q155.57812 285.8306 155.96875 285.59622Q156.375 285.36185 156.6875 284.97122L157.34375 285.48685Q156.54688 286.72122 154.95312 286.72122ZM154.8125 281.03372Q154.15625 281.03372 153.70312 281.5181Q153.26562 281.98685 153.17188 282.84622L156.34375 282.84622L156.34375 282.7681Q156.29688 281.93997 155.89062 281.48685Q155.5 281.03372 154.8125 281.03372ZM159.5 286.59622L158.42188 286.59622L158.42188 277.59622L159.5 277.59622L159.5 286.59622ZM161.03125 283.36185Q161.03125 282.43997 161.39062 281.68997Q161.76562 280.93997 162.42188 280.54935Q163.07812 280.1431 163.90625 280.1431Q165.20312 280.1431 166.0 281.03372Q166.8125 281.92435 166.8125 283.42435L166.8125 283.50247Q166.8125 284.42435 166.45312 285.15872Q166.09375 285.8931 165.4375 286.31497Q164.78125 286.72122 163.92188 286.72122Q162.64062 286.72122 161.82812 285.8306Q161.03125 284.92435 161.03125 283.43997L161.03125 283.36185ZM162.125 283.50247Q162.125 284.54935 162.60938 285.18997Q163.10938 285.8306 163.92188 285.8306Q164.75 285.8306 165.23438 285.18997Q165.71875 284.53372 165.71875 283.36185Q165.71875 282.3306 165.21875 281.68997Q164.73438 281.03372 163.90625 281.03372Q163.10938 281.03372 162.60938 281.67435Q162.125 282.29935 162.125 283.50247ZM173.67188 283.50247Q173.67188 284.93997 173.01562 285.8306Q172.35938 286.72122 171.21875 286.72122Q170.0625 286.72122 169.40625 285.98685L169.40625 289.03372L168.32812 289.03372L168.32812 280.25247L169.3125 280.25247L169.35938 280.9556Q170.03125 280.1431 171.20312 280.1431Q172.34375 280.1431 173.0 281.00247Q173.67188 281.86185 173.67188 283.3931L173.67188 283.50247ZM172.59375 283.37747Q172.59375 282.29935 172.125 281.68997Q171.67188 281.06497 170.875 281.06497Q169.89062 281.06497 169.40625 281.92435L169.40625 284.9556Q169.89062 285.8306 170.89062 285.8306Q171.67188 285.8306 172.125 285.22122Q172.59375 284.59622 172.59375 283.37747ZM176.34375 280.25247L176.375 280.9556Q177.0625 280.1431 178.25 280.1431Q179.57812 280.1431 180.0625 281.15872Q180.375 280.7056 180.875 280.42435Q181.39062 280.1431 182.07812 280.1431Q184.17188 280.1431 184.20312 282.34622L184.20312 286.59622L183.125 286.59622L183.125 282.40872Q183.125 281.73685 182.8125 281.40872Q182.5 281.06497 181.76562 281.06497Q181.15625 281.06497 180.75 281.42435Q180.35938 281.78372 180.29688 282.3931L180.29688 286.59622L179.21875 286.59622L179.21875 282.43997Q179.21875 281.06497 177.85938 281.06497Q176.79688 281.06497 176.40625 281.97122L176.40625 286.59622L175.3125 286.59622L175.3125 280.25247L176.34375 280.25247ZM188.95312 286.72122Q187.65625 286.72122 186.84375 285.87747Q186.04688 285.0181 186.04688 283.59622L186.04688 283.40872Q186.04688 282.4556 186.40625 281.72122Q186.76562 280.97122 187.40625 280.56497Q188.0625 280.1431 188.8125 280.1431Q190.04688 280.1431 190.73438 280.9556Q191.42188 281.7681 191.42188 283.28372L191.42188 283.73685L187.125 283.73685Q187.15625 284.67435 187.67188 285.25247Q188.20312 285.8306 189.01562 285.8306Q189.57812 285.8306 189.96875 285.59622Q190.375 285.36185 190.6875 284.97122L191.34375 285.48685Q190.54688 286.72122 188.95312 286.72122ZM188.8125 281.03372Q188.15625 281.03372 187.70312 281.5181Q187.26562 281.98685 187.17188 282.84622L190.34375 282.84622L190.34375 282.7681Q190.29688 281.93997 189.89062 281.48685Q189.5 281.03372 188.8125 281.03372ZM193.34375 280.25247L193.375 281.04935Q194.10938 280.1431 195.28125 280.1431Q197.29688 280.1431 197.3125 282.40872L197.3125 286.59622L196.21875 286.59622L196.21875 282.3931Q196.21875 281.72122 195.90625 281.3931Q195.60938 281.06497 194.95312 281.06497Q194.42188 281.06497 194.01562 281.34622Q193.625 281.62747 193.40625 282.0806L193.40625 286.59622L192.32812 286.59622L192.32812 280.25247L193.34375 280.25247ZM200.79688 278.72122L200.79688 280.25247L201.96875 280.25247L201.96875 281.09622L200.79688 281.09622L200.79688 285.0181Q200.79688 285.40872 200.95312 285.59622Q201.10938 285.78372 201.48438 285.78372Q201.67188 285.78372 202.0 285.72122L202.0 286.59622Q201.57812 286.72122 201.17188 286.72122Q200.45312 286.72122 200.07812 286.28372Q199.70312 285.8306 199.70312 285.0181L199.70312 281.09622L198.54688 281.09622L198.54688 280.25247L199.70312 280.25247L199.70312 278.72122L200.79688 278.72122ZM206.53125 287.3306L205.60938 287.3306L209.17188 278.06497L210.09375 278.06497L206.53125 287.3306ZM219.20312 284.36185L215.625 284.36185L214.82812 286.59622L213.67188 286.59622L216.92188 278.06497L217.90625 278.06497L221.17188 286.59622L220.01562 286.59622L219.20312 284.36185ZM215.96875 283.43997L218.875 283.43997L217.42188 279.4556L215.96875 283.43997ZM223.60938 283.25247L223.60938 286.59622L222.48438 286.59622L222.48438 278.06497L225.64062 278.06497Q227.03125 278.06497 227.82812 278.78372Q228.625 279.48685 228.625 280.67435Q228.625 281.90872 227.84375 282.5806Q227.07812 283.25247 225.625 283.25247L223.60938 283.25247ZM223.60938 282.3306L225.64062 282.3306Q226.54688 282.3306 227.01562 281.90872Q227.5 281.48685 227.5 280.68997Q227.5 279.92435 227.01562 279.47122Q226.54688 279.00247 225.70312 278.98685L223.60938 278.98685L223.60938 282.3306ZM231.70312 286.59622L230.57812 286.59622L230.57812 278.06497L231.70312 278.06497L231.70312 286.59622ZM237.01562 284.90872Q237.01562 284.47122 236.67188 284.23685Q236.34375 283.98685 235.51562 283.81497Q234.70312 283.6431 234.21875 283.3931Q233.73438 283.1431 233.5 282.81497Q233.28125 282.47122 233.28125 282.00247Q233.28125 281.22122 233.9375 280.68997Q234.59375 280.1431 235.625 280.1431Q236.70312 280.1431 237.35938 280.7056Q238.03125 281.25247 238.03125 282.11185L236.95312 282.11185Q236.95312 281.67435 236.5625 281.36185Q236.1875 281.03372 235.625 281.03372Q235.03125 281.03372 234.6875 281.29935Q234.35938 281.54935 234.35938 281.9556Q234.35938 282.34622 234.67188 282.54935Q234.98438 282.75247 235.79688 282.93997Q236.60938 283.11185 237.10938 283.36185Q237.60938 283.61185 237.84375 283.97122Q238.09375 284.3306 238.09375 284.8306Q238.09375 285.68997 237.40625 286.2056Q236.73438 286.72122 235.65625 286.72122Q234.89062 286.72122 234.29688 286.4556Q233.71875 286.17435 233.39062 285.68997Q233.0625 285.2056 233.0625 284.6431L234.14062 284.6431Q234.17188 285.18997 234.57812 285.5181Q234.98438 285.8306 235.65625 285.8306Q236.26562 285.8306 236.64062 285.5806Q237.01562 285.3306 237.01562 284.90872Z" fill-rule="nonzero"/><path fill="#666666" d="M153.625 323.15115L157.67188 323.15115L157.67188 324.07303L152.48438 324.07303L152.48438 315.54178L153.625 315.54178L153.625 323.15115ZM162.23438 324.07303Q162.14062 323.88553 162.07812 323.40115Q161.32812 324.19803 160.28125 324.19803Q159.34375 324.19803 158.73438 323.66678Q158.14062 323.13553 158.14062 322.3074Q158.14062 321.32303 158.89062 320.77615Q159.64062 320.22928 161.01562 320.22928L162.0625 320.22928L162.0625 319.72928Q162.0625 319.16678 161.71875 318.83865Q161.39062 318.4949 160.71875 318.4949Q160.14062 318.4949 159.75 318.79178Q159.35938 319.07303 159.35938 319.4949L158.26562 319.4949Q158.26562 319.01053 158.59375 318.57303Q158.9375 318.13553 159.51562 317.88553Q160.09375 317.6199 160.78125 317.6199Q161.89062 317.6199 162.5 318.16678Q163.125 318.71365 163.15625 319.66678L163.15625 322.58865Q163.15625 323.46365 163.375 323.97928L163.375 324.07303L162.23438 324.07303ZM160.4375 323.2449Q160.95312 323.2449 161.40625 322.97928Q161.85938 322.71365 162.0625 322.29178L162.0625 320.9949L161.21875 320.9949Q159.21875 320.9949 159.21875 322.16678Q159.21875 322.66678 159.5625 322.96365Q159.90625 323.2449 160.4375 323.2449ZM167.85938 323.3074Q168.4375 323.3074 168.875 322.96365Q169.3125 322.60428 169.35938 322.07303L170.39062 322.07303Q170.35938 322.6199 170.0 323.1199Q169.65625 323.60428 169.07812 323.90115Q168.51562 324.19803 167.85938 324.19803Q166.5625 324.19803 165.79688 323.33865Q165.04688 322.46365 165.04688 320.96365L165.04688 320.77615Q165.04688 319.85428 165.375 319.13553Q165.71875 318.41678 166.34375 318.02615Q166.98438 317.6199 167.85938 317.6199Q168.92188 317.6199 169.625 318.26053Q170.34375 318.88553 170.39062 319.91678L169.35938 319.91678Q169.3125 319.29178 168.89062 318.90115Q168.46875 318.51053 167.85938 318.51053Q167.03125 318.51053 166.57812 319.10428Q166.125 319.69803 166.125 320.82303L166.125 321.02615Q166.125 322.1199 166.57812 322.71365Q167.03125 323.3074 167.85938 323.3074ZM173.09375 321.13553L172.40625 321.83865L172.40625 324.07303L171.32812 324.07303L171.32812 315.07303L172.40625 315.07303L172.40625 320.51053L172.98438 319.82303L174.96875 317.72928L176.28125 317.72928L173.8125 320.38553L176.57812 324.07303L175.29688 324.07303L173.09375 321.13553ZM180.03125 320.83865Q180.03125 319.91678 180.39062 319.16678Q180.76562 318.41678 181.42188 318.02615Q182.07812 317.6199 182.90625 317.6199Q184.20312 317.6199 185.0 318.51053Q185.8125 319.40115 185.8125 320.90115L185.8125 320.97928Q185.8125 321.90115 185.45312 322.63553Q185.09375 323.3699 184.4375 323.79178Q183.78125 324.19803 182.92188 324.19803Q181.64062 324.19803 180.82812 323.3074Q180.03125 322.40115 180.03125 320.91678L180.03125 320.83865ZM181.125 320.97928Q181.125 322.02615 181.60938 322.66678Q182.10938 323.3074 182.92188 323.3074Q183.75 323.3074 184.23438 322.66678Q184.71875 322.01053 184.71875 320.83865Q184.71875 319.8074 184.21875 319.16678Q183.73438 318.51053 182.90625 318.51053Q182.10938 318.51053 181.60938 319.15115Q181.125 319.77615 181.125 320.97928ZM187.85938 324.07303L187.85938 318.57303L186.85938 318.57303L186.85938 317.72928L187.85938 317.72928L187.85938 317.08865Q187.85938 316.0574 188.39062 315.51053Q188.9375 314.94803 189.9375 314.94803Q190.3125 314.94803 190.6875 315.04178L190.625 315.9324Q190.34375 315.8699 190.04688 315.8699Q189.51562 315.8699 189.21875 316.1824Q188.9375 316.4949 188.9375 317.0574L188.9375 317.72928L190.29688 317.72928L190.29688 318.57303L188.9375 318.57303L188.9375 324.07303L187.85938 324.07303ZM194.0625 320.85428Q194.0625 319.3699 194.75 318.4949Q195.4375 317.6199 196.5625 317.6199Q197.71875 317.6199 198.375 318.4324L198.42188 317.72928L199.42188 317.72928L199.42188 323.91678Q199.42188 325.15115 198.6875 325.85428Q197.95312 326.57303 196.73438 326.57303Q196.04688 326.57303 195.39062 326.27615Q194.73438 325.97928 194.39062 325.47928L194.95312 324.82303Q195.64062 325.6824 196.65625 325.6824Q197.4375 325.6824 197.875 325.22928Q198.32812 324.79178 198.32812 323.97928L198.32812 323.4324Q197.67188 324.19803 196.54688 324.19803Q195.4375 324.19803 194.75 323.3074Q194.0625 322.40115 194.0625 320.85428ZM195.15625 320.97928Q195.15625 322.04178 195.59375 322.66678Q196.03125 323.27615 196.82812 323.27615Q197.84375 323.27615 198.32812 322.33865L198.32812 319.44803Q197.82812 318.54178 196.82812 318.54178Q196.04688 318.54178 195.59375 319.15115Q195.15625 319.76053 195.15625 320.97928ZM203.95312 324.19803Q202.65625 324.19803 201.84375 323.35428Q201.04688 322.4949 201.04688 321.07303L201.04688 320.88553Q201.04688 319.9324 201.40625 319.19803Q201.76562 318.44803 202.40625 318.04178Q203.0625 317.6199 203.8125 317.6199Q205.04688 317.6199 205.73438 318.4324Q206.42188 319.2449 206.42188 320.76053L206.42188 321.21365L202.125 321.21365Q202.15625 322.15115 202.67188 322.72928Q203.20312 323.3074 204.01562 323.3074Q204.57812 323.3074 204.96875 323.07303Q205.375 322.83865 205.6875 322.44803L206.34375 322.96365Q205.54688 324.19803 203.95312 324.19803ZM203.8125 318.51053Q203.15625 318.51053 202.70312 318.9949Q202.26562 319.46365 202.17188 320.32303L205.34375 320.32303L205.34375 320.2449Q205.29688 319.41678 204.89062 318.96365Q204.5 318.51053 203.8125 318.51053ZM208.34375 317.72928L208.375 318.52615Q209.10938 317.6199 210.28125 317.6199Q212.29688 317.6199 212.3125 319.88553L212.3125 324.07303L211.21875 324.07303L211.21875 319.8699Q211.21875 319.19803 210.90625 318.8699Q210.60938 318.54178 209.95312 318.54178Q209.42188 318.54178 209.01562 318.82303Q208.625 319.10428 208.40625 319.5574L208.40625 324.07303L207.32812 324.07303L207.32812 317.72928L208.34375 317.72928ZM216.95312 324.19803Q215.65625 324.19803 214.84375 323.35428Q214.04688 322.4949 214.04688 321.07303L214.04688 320.88553Q214.04688 319.9324 214.40625 319.19803Q214.76562 318.44803 215.40625 318.04178Q216.0625 317.6199 216.8125 317.6199Q218.04688 317.6199 218.73438 318.4324Q219.42188 319.2449 219.42188 320.76053L219.42188 321.21365L215.125 321.21365Q215.15625 322.15115 215.67188 322.72928Q216.20312 323.3074 217.01562 323.3074Q217.57812 323.3074 217.96875 323.07303Q218.375 322.83865 218.6875 322.44803L219.34375 322.96365Q218.54688 324.19803 216.95312 324.19803ZM216.8125 318.51053Q216.15625 318.51053 215.70312 318.9949Q215.26562 319.46365 215.17188 320.32303L218.34375 320.32303L218.34375 320.2449Q218.29688 319.41678 217.89062 318.96365Q217.5 318.51053 216.8125 318.51053ZM223.39062 318.69803Q223.14062 318.66678 222.85938 318.66678Q221.78125 318.66678 221.40625 319.57303L221.40625 324.07303L220.32812 324.07303L220.32812 317.72928L221.375 317.72928L221.39062 318.46365Q221.92188 317.6199 222.90625 317.6199Q223.21875 317.6199 223.39062 317.69803L223.39062 318.69803ZM225.5 324.07303L224.42188 324.07303L224.42188 317.72928L225.5 317.72928L225.5 324.07303ZM224.32812 316.0574Q224.32812 315.79178 224.48438 315.60428Q224.65625 315.41678 224.96875 315.41678Q225.28125 315.41678 225.4375 315.60428Q225.60938 315.79178 225.60938 316.0574Q225.60938 316.3074 225.4375 316.4949Q225.28125 316.66678 224.96875 316.66678Q224.65625 316.66678 224.48438 316.4949Q224.32812 316.3074 224.32812 316.0574ZM229.85938 323.3074Q230.4375 323.3074 230.875 322.96365Q231.3125 322.60428 231.35938 322.07303L232.39062 322.07303Q232.35938 322.6199 232.0 323.1199Q231.65625 323.60428 231.07812 323.90115Q230.51562 324.19803 229.85938 324.19803Q228.5625 324.19803 227.79688 323.33865Q227.04688 322.46365 227.04688 320.96365L227.04688 320.77615Q227.04688 319.85428 227.375 319.13553Q227.71875 318.41678 228.34375 318.02615Q228.98438 317.6199 229.85938 317.6199Q230.92188 317.6199 231.625 318.26053Q232.34375 318.88553 232.39062 319.91678L231.35938 319.91678Q231.3125 319.29178 230.89062 318.90115Q230.46875 318.51053 229.85938 318.51053Q229.03125 318.51053 228.57812 319.10428Q228.125 319.69803 228.125 320.82303L228.125 321.02615Q228.125 322.1199 228.57812 322.71365Q229.03125 323.3074 229.85938 323.3074ZM237.01562 322.38553Q237.01562 321.94803 236.67188 321.71365Q236.34375 321.46365 235.51562 321.29178Q234.70312 321.1199 234.21875 320.8699Q233.73438 320.6199 233.5 320.29178Q233.28125 319.94803 233.28125 319.47928Q233.28125 318.69803 233.9375 318.16678Q234.59375 317.6199 235.625 317.6199Q236.70312 317.6199 237.35938 318.1824Q238.03125 318.72928 238.03125 319.58865L236.95312 319.58865Q236.95312 319.15115 236.5625 318.83865Q236.1875 318.51053 235.625 318.51053Q235.03125 318.51053 234.6875 318.77615Q234.35938 319.02615 234.35938 319.4324Q234.35938 319.82303 234.67188 320.02615Q234.98438 320.22928 235.79688 320.41678Q236.60938 320.58865 237.10938 320.83865Q237.60938 321.08865 237.84375 321.44803Q238.09375 321.8074 238.09375 322.3074Q238.09375 323.16678 237.40625 323.6824Q236.73438 324.19803 235.65625 324.19803Q234.89062 324.19803 234.29688 323.9324Q233.71875 323.65115 233.39062 323.16678Q233.0625 322.6824 233.0625 322.1199L234.14062 322.1199Q234.17188 322.66678 234.57812 322.9949Q234.98438 323.3074 235.65625 323.3074Q236.26562 323.3074 236.64062 323.0574Q237.01562 322.8074 237.01562 322.38553Z" fill-rule="nonzero"/><path fill="#666666" d="M85.625 353.12796L89.671875 353.12796L89.671875 354.04984L84.484375 354.04984L84.484375 345.5186L85.625 345.5186L85.625 353.12796ZM94.234375 354.04984Q94.140625 353.86234 94.078125 353.37796Q93.328125 354.17484 92.28125 354.17484Q91.34375 354.17484 90.734375 353.6436Q90.140625 353.11234 90.140625 352.2842Q90.140625 351.29984 90.890625 350.75296Q91.640625 350.2061 93.015625 350.2061L94.0625 350.2061L94.0625 349.7061Q94.0625 349.1436 93.71875 348.81546Q93.390625 348.4717 92.71875 348.4717Q92.140625 348.4717 91.75 348.7686Q91.359375 349.04984 91.359375 349.4717L90.265625 349.4717Q90.265625 348.98734 90.59375 348.54984Q90.9375 348.11234 91.515625 347.86234Q92.09375 347.5967 92.78125 347.5967Q93.890625 347.5967 94.5 348.1436Q95.125 348.69046 95.15625 349.6436L95.15625 352.56546Q95.15625 353.44046 95.375 353.9561L95.375 354.04984L94.234375 354.04984ZM92.4375 353.2217Q92.953125 353.2217 93.40625 352.9561Q93.859375 352.69046 94.0625 352.2686L94.0625 350.9717L93.21875 350.9717Q91.21875 350.9717 91.21875 352.1436Q91.21875 352.6436 91.5625 352.94046Q91.90625 353.2217 92.4375 353.2217ZM99.859375 353.2842Q100.4375 353.2842 100.875 352.94046Q101.3125 352.5811 101.359375 352.04984L102.390625 352.04984Q102.359375 352.5967 102.0 353.0967Q101.65625 353.5811 101.078125 353.87796Q100.515625 354.17484 99.859375 354.17484Q98.5625 354.17484 97.796875 353.31546Q97.046875 352.44046 97.046875 350.94046L97.046875 350.75296Q97.046875 349.8311 97.375 349.11234Q97.71875 348.3936 98.34375 348.00296Q98.984375 347.5967 99.859375 347.5967Q100.921875 347.5967 101.625 348.23734Q102.34375 348.86234 102.390625 349.8936L101.359375 349.8936Q101.3125 349.2686 100.890625 348.87796Q100.46875 348.48734 99.859375 348.48734Q99.03125 348.48734 98.578125 349.0811Q98.125 349.67484 98.125 350.79984L98.125 351.00296Q98.125 352.0967 98.578125 352.69046Q99.03125 353.2842 99.859375 353.2842ZM105.09375 351.11234L104.40625 351.81546L104.40625 354.04984L103.328125 354.04984L103.328125 345.04984L104.40625 345.04984L104.40625 350.48734L104.984375 349.79984L106.96875 347.7061L108.28125 347.7061L105.8125 350.36234L108.578125 354.04984L107.296875 354.04984L105.09375 351.11234ZM112.03125 350.81546Q112.03125 349.8936 112.390625 349.1436Q112.765625 348.3936 113.421875 348.00296Q114.078125 347.5967 114.90625 347.5967Q116.203125 347.5967 117.0 348.48734Q117.8125 349.37796 117.8125 350.87796L117.8125 350.9561Q117.8125 351.87796 117.453125 352.61234Q117.09375 353.3467 116.4375 353.7686Q115.78125 354.17484 114.921875 354.17484Q113.640625 354.17484 112.828125 353.2842Q112.03125 352.37796 112.03125 350.8936L112.03125 350.81546ZM113.125 350.9561Q113.125 352.00296 113.609375 352.6436Q114.109375 353.2842 114.921875 353.2842Q115.75 353.2842 116.234375 352.6436Q116.71875 351.98734 116.71875 350.81546Q116.71875 349.7842 116.21875 349.1436Q115.734375 348.48734 114.90625 348.48734Q114.109375 348.48734 113.609375 349.12796Q113.125 349.75296 113.125 350.9561ZM119.859375 354.04984L119.859375 348.54984L118.859375 348.54984L118.859375 347.7061L119.859375 347.7061L119.859375 347.06546Q119.859375 346.0342 120.390625 345.48734Q120.9375 344.92484 121.9375 344.92484Q122.3125 344.92484 122.6875 345.0186L122.625 345.9092Q122.34375 345.8467 122.046875 345.8467Q121.515625 345.8467 121.21875 346.1592Q120.9375 346.4717 120.9375 347.0342L120.9375 347.7061L122.296875 347.7061L122.296875 348.54984L120.9375 348.54984L120.9375 354.04984L119.859375 354.04984ZM127.5 354.04984L126.421875 354.04984L126.421875 345.04984L127.5 345.04984L127.5 354.04984ZM130.5 354.04984L129.42188 354.04984L129.42188 347.7061L130.5 347.7061L130.5 354.04984ZM129.32812 346.0342Q129.32812 345.7686 129.48438 345.5811Q129.65625 345.3936 129.96875 345.3936Q130.28125 345.3936 130.4375 345.5811Q130.60938 345.7686 130.60938 346.0342Q130.60938 346.2842 130.4375 346.4717Q130.28125 346.6436 129.96875 346.6436Q129.65625 346.6436 129.48438 346.4717Q129.32812 346.2842 129.32812 346.0342ZM137.6875 350.9561Q137.6875 352.4092 137.01562 353.29984Q136.35938 354.17484 135.23438 354.17484Q134.03125 354.17484 133.375 353.31546L133.3125 354.04984L132.32812 354.04984L132.32812 345.04984L133.40625 345.04984L133.40625 348.4092Q134.0625 347.5967 135.21875 347.5967Q136.375 347.5967 137.03125 348.4717Q137.6875 349.3311 137.6875 350.86234L137.6875 350.9561ZM136.60938 350.8311Q136.60938 349.7217 136.17188 349.12796Q135.75 348.5186 134.95312 348.5186Q133.875 348.5186 133.40625 349.50296L133.40625 352.25296Q133.90625 353.25296 134.95312 353.25296Q135.73438 353.25296 136.17188 352.6436Q136.60938 352.0342 136.60938 350.8311ZM142.39062 348.67484Q142.14062 348.6436 141.85938 348.6436Q140.78125 348.6436 140.40625 349.54984L140.40625 354.04984L139.32812 354.04984L139.32812 347.7061L140.375 347.7061L140.39062 348.44046Q140.92188 347.5967 141.90625 347.5967Q142.21875 347.5967 142.39062 347.67484L142.39062 348.67484ZM147.23438 354.04984Q147.14062 353.86234 147.07812 353.37796Q146.32812 354.17484 145.28125 354.17484Q144.34375 354.17484 143.73438 353.6436Q143.14062 353.11234 143.14062 352.2842Q143.14062 351.29984 143.89062 350.75296Q144.64062 350.2061 146.01562 350.2061L147.0625 350.2061L147.0625 349.7061Q147.0625 349.1436 146.71875 348.81546Q146.39062 348.4717 145.71875 348.4717Q145.14062 348.4717 144.75 348.7686Q144.35938 349.04984 144.35938 349.4717L143.26562 349.4717Q143.26562 348.98734 143.59375 348.54984Q143.9375 348.11234 144.51562 347.86234Q145.09375 347.5967 145.78125 347.5967Q146.89062 347.5967 147.5 348.1436Q148.125 348.69046 148.15625 349.6436L148.15625 352.56546Q148.15625 353.44046 148.375 353.9561L148.375 354.04984L147.23438 354.04984ZM145.4375 353.2217Q145.95312 353.2217 146.40625 352.9561Q146.85938 352.69046 147.0625 352.2686L147.0625 350.9717L146.21875 350.9717Q144.21875 350.9717 144.21875 352.1436Q144.21875 352.6436 144.5625 352.94046Q144.90625 353.2217 145.4375 353.2217ZM153.39062 348.67484Q153.14062 348.6436 152.85938 348.6436Q151.78125 348.6436 151.40625 349.54984L151.40625 354.04984L150.32812 354.04984L150.32812 347.7061L151.375 347.7061L151.39062 348.44046Q151.92188 347.5967 152.90625 347.5967Q153.21875 347.5967 153.39062 347.67484L153.39062 348.67484ZM155.5 354.04984L154.42188 354.04984L154.42188 347.7061L155.5 347.7061L155.5 354.04984ZM154.32812 346.0342Q154.32812 345.7686 154.48438 345.5811Q154.65625 345.3936 154.96875 345.3936Q155.28125 345.3936 155.4375 345.5811Q155.60938 345.7686 155.60938 346.0342Q155.60938 346.2842 155.4375 346.4717Q155.28125 346.6436 154.96875 346.6436Q154.65625 346.6436 154.48438 346.4717Q154.32812 346.2842 154.32812 346.0342ZM159.95312 354.17484Q158.65625 354.17484 157.84375 353.3311Q157.04688 352.4717 157.04688 351.04984L157.04688 350.86234Q157.04688 349.9092 157.40625 349.17484Q157.76562 348.42484 158.40625 348.0186Q159.0625 347.5967 159.8125 347.5967Q161.04688 347.5967 161.73438 348.4092Q162.42188 349.2217 162.42188 350.73734L162.42188 351.19046L158.125 351.19046Q158.15625 352.12796 158.67188 352.7061Q159.20312 353.2842 160.01562 353.2842Q160.57812 353.2842 160.96875 353.04984Q161.375 352.81546 161.6875 352.42484L162.34375 352.94046Q161.54688 354.17484 159.95312 354.17484ZM159.8125 348.48734Q159.15625 348.48734 158.70312 348.9717Q158.26562 349.44046 158.17188 350.29984L161.34375 350.29984L161.34375 350.2217Q161.29688 349.3936 160.89062 348.94046Q160.5 348.48734 159.8125 348.48734ZM167.01562 352.36234Q167.01562 351.92484 166.67188 351.69046Q166.34375 351.44046 165.51562 351.2686Q164.70312 351.0967 164.21875 350.8467Q163.73438 350.5967 163.5 350.2686Q163.28125 349.92484 163.28125 349.4561Q163.28125 348.67484 163.9375 348.1436Q164.59375 347.5967 165.625 347.5967Q166.70312 347.5967 167.35938 348.1592Q168.03125 348.7061 168.03125 349.56546L166.95312 349.56546Q166.95312 349.12796 166.5625 348.81546Q166.1875 348.48734 165.625 348.48734Q165.03125 348.48734 164.6875 348.75296Q164.35938 349.00296 164.35938 349.4092Q164.35938 349.79984 164.67188 350.00296Q164.98438 350.2061 165.79688 350.3936Q166.60938 350.56546 167.10938 350.81546Q167.60938 351.06546 167.84375 351.42484Q168.09375 351.7842 168.09375 352.2842Q168.09375 353.1436 167.40625 353.6592Q166.73438 354.17484 165.65625 354.17484Q164.89062 354.17484 164.29688 353.9092Q163.71875 353.62796 163.39062 353.1436Q163.0625 352.6592 163.0625 352.0967L164.14062 352.0967Q164.17188 352.6436 164.57812 352.9717Q164.98438 353.2842 165.65625 353.2842Q166.26562 353.2842 166.64062 353.0342Q167.01562 352.7842 167.01562 352.36234ZM172.28125 350.5811Q172.28125 349.2686 172.625 348.04984Q172.98438 346.8311 173.6875 345.8311Q174.39062 344.8311 175.15625 344.42484L175.375 345.1436Q174.51562 345.79984 173.96875 347.1436Q173.42188 348.48734 173.375 350.1592L173.35938 350.6592Q173.35938 352.92484 174.1875 354.5811Q174.6875 355.5811 175.375 356.1436L175.15625 356.79984Q174.375 356.37796 173.65625 355.3467Q172.28125 353.36234 172.28125 350.5811ZM176.0625 350.8311Q176.0625 349.36234 176.75 348.48734Q177.4375 347.5967 178.5625 347.5967Q179.67188 347.5967 180.32812 348.3467L180.32812 345.04984L181.40625 345.04984L181.40625 354.04984L180.40625 354.04984L180.35938 353.36234Q179.70312 354.17484 178.54688 354.17484Q177.45312 354.17484 176.75 353.2686Q176.0625 352.36234 176.0625 350.9092L176.0625 350.8311ZM177.14062 350.9561Q177.14062 352.0342 177.57812 352.6436Q178.03125 353.25296 178.8125 353.25296Q179.84375 353.25296 180.32812 352.31546L180.32812 349.4092Q179.84375 348.5186 178.82812 348.5186Q178.03125 348.5186 177.57812 349.12796Q177.14062 349.73734 177.14062 350.9561ZM183.03125 350.81546Q183.03125 349.8936 183.39062 349.1436Q183.76562 348.3936 184.42188 348.00296Q185.07812 347.5967 185.90625 347.5967Q187.20312 347.5967 188.0 348.48734Q188.8125 349.37796 188.8125 350.87796L188.8125 350.9561Q188.8125 351.87796 188.45312 352.61234Q188.09375 353.3467 187.4375 353.7686Q186.78125 354.17484 185.92188 354.17484Q184.64062 354.17484 183.82812 353.2842Q183.03125 352.37796 183.03125 350.8936L183.03125 350.81546ZM184.125 350.9561Q184.125 352.00296 184.60938 352.6436Q185.10938 353.2842 185.92188 353.2842Q186.75 353.2842 187.23438 352.6436Q187.71875 351.98734 187.71875 350.81546Q187.71875 349.7842 187.21875 349.1436Q186.73438 348.48734 185.90625 348.48734Q185.10938 348.48734 184.60938 349.12796Q184.125 349.75296 184.125 350.9561ZM191.34375 347.7061L191.375 348.4092Q192.0625 347.5967 193.25 347.5967Q194.57812 347.5967 195.0625 348.61234Q195.375 348.1592 195.875 347.87796Q196.39062 347.5967 197.07812 347.5967Q199.17188 347.5967 199.20312 349.79984L199.20312 354.04984L198.125 354.04984L198.125 349.86234Q198.125 349.19046 197.8125 348.86234Q197.5 348.5186 196.76562 348.5186Q196.15625 348.5186 195.75 348.87796Q195.35938 349.23734 195.29688 349.8467L195.29688 354.04984L194.21875 354.04984L194.21875 349.8936Q194.21875 348.5186 192.85938 348.5186Q191.79688 348.5186 191.40625 349.42484L191.40625 354.04984L190.3125 354.04984L190.3125 347.7061L191.34375 347.7061ZM205.23438 354.04984Q205.14062 353.86234 205.07812 353.37796Q204.32812 354.17484 203.28125 354.17484Q202.34375 354.17484 201.73438 353.6436Q201.14062 353.11234 201.14062 352.2842Q201.14062 351.29984 201.89062 350.75296Q202.64062 350.2061 204.01562 350.2061L205.0625 350.2061L205.0625 349.7061Q205.0625 349.1436 204.71875 348.81546Q204.39062 348.4717 203.71875 348.4717Q203.14062 348.4717 202.75 348.7686Q202.35938 349.04984 202.35938 349.4717L201.26562 349.4717Q201.26562 348.98734 201.59375 348.54984Q201.9375 348.11234 202.51562 347.86234Q203.09375 347.5967 203.78125 347.5967Q204.89062 347.5967 205.5 348.1436Q206.125 348.69046 206.15625 349.6436L206.15625 352.56546Q206.15625 353.44046 206.375 353.9561L206.375 354.04984L205.23438 354.04984ZM203.4375 353.2217Q203.95312 353.2217 204.40625 352.9561Q204.85938 352.69046 205.0625 352.2686L205.0625 350.9717L204.21875 350.9717Q202.21875 350.9717 202.21875 352.1436Q202.21875 352.6436 202.5625 352.94046Q202.90625 353.2217 203.4375 353.2217ZM209.5 354.04984L208.42188 354.04984L208.42188 347.7061L209.5 347.7061L209.5 354.04984ZM208.32812 346.0342Q208.32812 345.7686 208.48438 345.5811Q208.65625 345.3936 208.96875 345.3936Q209.28125 345.3936 209.4375 345.5811Q209.60938 345.7686 209.60938 346.0342Q209.60938 346.2842 209.4375 346.4717Q209.28125 346.6436 208.96875 346.6436Q208.65625 346.6436 208.48438 346.4717Q208.32812 346.2842 208.32812 346.0342ZM212.34375 347.7061L212.375 348.50296Q213.10938 347.5967 214.28125 347.5967Q216.29688 347.5967 216.3125 349.86234L216.3125 354.04984L215.21875 354.04984L215.21875 349.8467Q215.21875 349.17484 214.90625 348.8467Q214.60938 348.5186 213.95312 348.5186Q213.42188 348.5186 213.01562 348.79984Q212.625 349.0811 212.40625 349.5342L212.40625 354.04984L211.32812 354.04984L211.32812 347.7061L212.34375 347.7061ZM222.34375 347.7061L222.375 348.50296Q223.10938 347.5967 224.28125 347.5967Q226.29688 347.5967 226.3125 349.86234L226.3125 354.04984L225.21875 354.04984L225.21875 349.8467Q225.21875 349.17484 224.90625 348.8467Q224.60938 348.5186 223.95312 348.5186Q223.42188 348.5186 223.01562 348.79984Q222.625 349.0811 222.40625 349.5342L222.40625 354.04984L221.32812 354.04984L221.32812 347.7061L222.34375 347.7061ZM228.03125 350.81546Q228.03125 349.8936 228.39062 349.1436Q228.76562 348.3936 229.42188 348.00296Q230.07812 347.5967 230.90625 347.5967Q232.20312 347.5967 233.0 348.48734Q233.8125 349.37796 233.8125 350.87796L233.8125 350.9561Q233.8125 351.87796 233.45312 352.61234Q233.09375 353.3467 232.4375 353.7686Q231.78125 354.17484 230.92188 354.17484Q229.64062 354.17484 228.82812 353.2842Q228.03125 352.37796 228.03125 350.8936L228.03125 350.81546ZM229.125 350.9561Q229.125 352.00296 229.60938 352.6436Q230.10938 353.2842 230.92188 353.2842Q231.75 353.2842 232.23438 352.6436Q232.71875 351.98734 232.71875 350.81546Q232.71875 349.7842 232.21875 349.1436Q231.73438 348.48734 230.90625 348.48734Q230.10938 348.48734 229.60938 349.12796Q229.125 349.75296 229.125 350.9561ZM236.79688 346.17484L236.79688 347.7061L237.96875 347.7061L237.96875 348.54984L236.79688 348.54984L236.79688 352.4717Q236.79688 352.86234 236.95312 353.04984Q237.10938 353.23734 237.48438 353.23734Q237.67188 353.23734 238.0 353.17484L238.0 354.04984Q237.57812 354.17484 237.17188 354.17484Q236.45312 354.17484 236.07812 353.73734Q235.70312 353.2842 235.70312 352.4717L235.70312 348.54984L234.54688 348.54984L234.54688 347.7061L235.70312 347.7061L235.70312 346.17484L236.79688 346.17484Z" fill-rule="nonzero"/><path fill="#666666" d="M191.01562 367.36234Q191.01562 366.92484 190.67188 366.69046Q190.34375 366.44046 189.51562 366.2686Q188.70312 366.0967 188.21875 365.8467Q187.73438 365.5967 187.5 365.2686Q187.28125 364.92484 187.28125 364.4561Q187.28125 363.67484 187.9375 363.1436Q188.59375 362.5967 189.625 362.5967Q190.70312 362.5967 191.35938 363.1592Q192.03125 363.7061 192.03125 364.56546L190.95312 364.56546Q190.95312 364.12796 190.5625 363.81546Q190.1875 363.48734 189.625 363.48734Q189.03125 363.48734 188.6875 363.75296Q188.35938 364.00296 188.35938 364.4092Q188.35938 364.79984 188.67188 365.00296Q188.98438 365.2061 189.79688 365.3936Q190.60938 365.56546 191.10938 365.81546Q191.60938 366.06546 191.84375 366.42484Q192.09375 366.7842 192.09375 367.2842Q192.09375 368.1436 191.40625 368.6592Q190.73438 369.17484 189.65625 369.17484Q188.89062 369.17484 188.29688 368.9092Q187.71875 368.62796 187.39062 368.1436Q187.0625 367.6592 187.0625 367.0967L188.14062 367.0967Q188.17188 367.6436 188.57812 367.9717Q188.98438 368.2842 189.65625 368.2842Q190.26562 368.2842 190.64062 368.0342Q191.01562 367.7842 191.01562 367.36234ZM198.67188 365.9561Q198.67188 367.3936 198.01562 368.2842Q197.35938 369.17484 196.21875 369.17484Q195.0625 369.17484 194.40625 368.44046L194.40625 371.48734L193.32812 371.48734L193.32812 362.7061L194.3125 362.7061L194.35938 363.4092Q195.03125 362.5967 196.20312 362.5967Q197.34375 362.5967 198.0 363.4561Q198.67188 364.31546 198.67188 365.8467L198.67188 365.9561ZM197.59375 365.8311Q197.59375 364.75296 197.125 364.1436Q196.67188 363.5186 195.875 363.5186Q194.89062 363.5186 194.40625 364.37796L194.40625 367.4092Q194.89062 368.2842 195.89062 368.2842Q196.67188 368.2842 197.125 367.67484Q197.59375 367.04984 197.59375 365.8311ZM202.95312 369.17484Q201.65625 369.17484 200.84375 368.3311Q200.04688 367.4717 200.04688 366.04984L200.04688 365.86234Q200.04688 364.9092 200.40625 364.17484Q200.76562 363.42484 201.40625 363.0186Q202.0625 362.5967 202.8125 362.5967Q204.04688 362.5967 204.73438 363.4092Q205.42188 364.2217 205.42188 365.73734L205.42188 366.19046L201.125 366.19046Q201.15625 367.12796 201.67188 367.7061Q202.20312 368.2842 203.01562 368.2842Q203.57812 368.2842 203.96875 368.04984Q204.375 367.81546 204.6875 367.42484L205.34375 367.94046Q204.54688 369.17484 202.95312 369.17484ZM202.8125 363.48734Q202.15625 363.48734 201.70312 363.9717Q201.26562 364.44046 201.17188 365.29984L204.34375 365.29984L204.34375 365.2217Q204.29688 364.3936 203.89062 363.94046Q203.5 363.48734 202.8125 363.48734ZM208.85938 368.2842Q209.4375 368.2842 209.875 367.94046Q210.3125 367.5811 210.35938 367.04984L211.39062 367.04984Q211.35938 367.5967 211.0 368.0967Q210.65625 368.5811 210.07812 368.87796Q209.51562 369.17484 208.85938 369.17484Q207.5625 369.17484 206.79688 368.31546Q206.04688 367.44046 206.04688 365.94046L206.04688 365.75296Q206.04688 364.8311 206.375 364.11234Q206.71875 363.3936 207.34375 363.00296Q207.98438 362.5967 208.85938 362.5967Q209.92188 362.5967 210.625 363.23734Q211.34375 363.86234 211.39062 364.8936L210.35938 364.8936Q210.3125 364.2686 209.89062 363.87796Q209.46875 363.48734 208.85938 363.48734Q208.03125 363.48734 207.57812 364.0811Q207.125 364.67484 207.125 365.79984L207.125 366.00296Q207.125 367.0967 207.57812 367.69046Q208.03125 368.2842 208.85938 368.2842ZM213.5 369.04984L212.42188 369.04984L212.42188 362.7061L213.5 362.7061L213.5 369.04984ZM212.32812 361.0342Q212.32812 360.7686 212.48438 360.5811Q212.65625 360.3936 212.96875 360.3936Q213.28125 360.3936 213.4375 360.5811Q213.60938 360.7686 213.60938 361.0342Q213.60938 361.2842 213.4375 361.4717Q213.28125 361.6436 212.96875 361.6436Q212.65625 361.6436 212.48438 361.4717Q212.32812 361.2842 212.32812 361.0342ZM215.85938 369.04984L215.85938 363.54984L214.85938 363.54984L214.85938 362.7061L215.85938 362.7061L215.85938 362.06546Q215.85938 361.0342 216.39062 360.48734Q216.9375 359.92484 217.9375 359.92484Q218.3125 359.92484 218.6875 360.0186L218.625 360.9092Q218.34375 360.8467 218.04688 360.8467Q217.51562 360.8467 217.21875 361.1592Q216.9375 361.4717 216.9375 362.0342L216.9375 362.7061L218.29688 362.7061L218.29688 363.54984L216.9375 363.54984L216.9375 369.04984L215.85938 369.04984ZM220.5 369.04984L219.42188 369.04984L219.42188 362.7061L220.5 362.7061L220.5 369.04984ZM219.32812 361.0342Q219.32812 360.7686 219.48438 360.5811Q219.65625 360.3936 219.96875 360.3936Q220.28125 360.3936 220.4375 360.5811Q220.60938 360.7686 220.60938 361.0342Q220.60938 361.2842 220.4375 361.4717Q220.28125 361.6436 219.96875 361.6436Q219.65625 361.6436 219.48438 361.4717Q219.32812 361.2842 219.32812 361.0342ZM224.95312 369.17484Q223.65625 369.17484 222.84375 368.3311Q222.04688 367.4717 222.04688 366.04984L222.04688 365.86234Q222.04688 364.9092 222.40625 364.17484Q222.76562 363.42484 223.40625 363.0186Q224.0625 362.5967 224.8125 362.5967Q226.04688 362.5967 226.73438 363.4092Q227.42188 364.2217 227.42188 365.73734L227.42188 366.19046L223.125 366.19046Q223.15625 367.12796 223.67188 367.7061Q224.20312 368.2842 225.01562 368.2842Q225.57812 368.2842 225.96875 368.04984Q226.375 367.81546 226.6875 367.42484L227.34375 367.94046Q226.54688 369.17484 224.95312 369.17484ZM224.8125 363.48734Q224.15625 363.48734 223.70312 363.9717Q223.26562 364.44046 223.17188 365.29984L226.34375 365.29984L226.34375 365.2217Q226.29688 364.3936 225.89062 363.94046Q225.5 363.48734 224.8125 363.48734ZM228.0625 365.8311Q228.0625 364.36234 228.75 363.48734Q229.4375 362.5967 230.5625 362.5967Q231.67188 362.5967 232.32812 363.3467L232.32812 360.04984L233.40625 360.04984L233.40625 369.04984L232.40625 369.04984L232.35938 368.36234Q231.70312 369.17484 230.54688 369.17484Q229.45312 369.17484 228.75 368.2686Q228.0625 367.36234 228.0625 365.9092L228.0625 365.8311ZM229.14062 365.9561Q229.14062 367.0342 229.57812 367.6436Q230.03125 368.25296 230.8125 368.25296Q231.84375 368.25296 232.32812 367.31546L232.32812 364.4092Q231.84375 363.5186 230.82812 363.5186Q230.03125 363.5186 229.57812 364.12796Q229.14062 364.73734 229.14062 365.9561ZM237.82812 365.6436Q237.82812 366.9561 237.48438 368.1592Q237.14062 369.3467 236.42188 370.36234Q235.71875 371.37796 234.95312 371.79984L234.71875 371.1436Q235.625 370.4561 236.17188 369.00296Q236.71875 367.5342 236.73438 365.7686L236.73438 365.5811Q236.73438 364.3467 236.46875 363.2842Q236.21875 362.2217 235.75 361.3936Q235.29688 360.54984 234.71875 360.0811L234.95312 359.42484Q235.71875 359.8467 236.42188 360.8467Q237.125 361.8467 237.46875 363.06546Q237.82812 364.2686 237.82812 365.6436Z" fill-rule="nonzero"/><path fill="#666666" d="M75.484375 391.52664L75.484375 382.9954L77.90625 382.9954Q79.015625 382.9954 79.859375 383.4954Q80.71875 383.97977 81.1875 384.88602Q81.65625 385.79227 81.65625 386.97977L81.65625 387.51102Q81.65625 388.72977 81.1875 389.63602Q80.734375 390.54227 79.859375 391.02664Q79.0 391.51102 77.859375 391.52664L75.484375 391.52664ZM76.609375 383.91727L76.609375 390.60477L77.796875 390.60477Q79.09375 390.60477 79.8125 389.8079Q80.546875 388.9954 80.546875 387.4954L80.546875 386.9954Q80.546875 385.54227 79.859375 384.7454Q79.1875 383.9329 77.921875 383.91727L76.609375 383.91727ZM85.390625 389.9329L86.875 385.1829L88.03125 385.1829L85.484375 392.51102Q84.890625 394.08914 83.609375 394.08914L83.390625 394.07352L83.0 393.9954L83.0 393.1204L83.28125 393.13602Q83.84375 393.13602 84.140625 392.91727Q84.453125 392.69852 84.65625 392.10477L84.890625 391.44852L82.625 385.1829L83.8125 385.1829L85.390625 389.9329ZM90.34375 385.1829L90.375 385.97977Q91.109375 385.07352 92.28125 385.07352Q94.296875 385.07352 94.3125 387.33914L94.3125 391.52664L93.21875 391.52664L93.21875 387.32352Q93.21875 386.65164 92.90625 386.32352Q92.609375 385.9954 91.953125 385.9954Q91.421875 385.9954 91.015625 386.27664Q90.625 386.5579 90.40625 387.01102L90.40625 391.52664L89.328125 391.52664L89.328125 385.1829L90.34375 385.1829ZM100.234375 391.52664Q100.140625 391.33914 100.078125 390.85477Q99.328125 391.65164 98.28125 391.65164Q97.34375 391.65164 96.734375 391.1204Q96.140625 390.58914 96.140625 389.76102Q96.140625 388.77664 96.890625 388.22977Q97.640625 387.6829 99.015625 387.6829L100.0625 387.6829L100.0625 387.1829Q100.0625 386.6204 99.71875 386.29227Q99.390625 385.94852 98.71875 385.94852Q98.140625 385.94852 97.75 386.2454Q97.359375 386.52664 97.359375 386.94852L96.265625 386.94852Q96.265625 386.46414 96.59375 386.02664Q96.9375 385.58914 97.515625 385.33914Q98.09375 385.07352 98.78125 385.07352Q99.890625 385.07352 100.5 385.6204Q101.125 386.16727 101.15625 387.1204L101.15625 390.04227Q101.15625 390.91727 101.375 391.4329L101.375 391.52664L100.234375 391.52664ZM98.4375 390.69852Q98.953125 390.69852 99.40625 390.4329Q99.859375 390.16727 100.0625 389.7454L100.0625 388.44852L99.21875 388.44852Q97.21875 388.44852 97.21875 389.6204Q97.21875 390.1204 97.5625 390.41727Q97.90625 390.69852 98.4375 390.69852ZM104.34375 385.1829L104.375 385.88602Q105.0625 385.07352 106.25 385.07352Q107.578125 385.07352 108.0625 386.08914Q108.375 385.63602 108.875 385.35477Q109.390625 385.07352 110.078125 385.07352Q112.171875 385.07352 112.203125 387.27664L112.203125 391.52664L111.125 391.52664L111.125 387.33914Q111.125 386.66727 110.8125 386.33914Q110.5 385.9954 109.765625 385.9954Q109.15625 385.9954 108.75 386.35477Q108.359375 386.71414 108.296875 387.32352L108.296875 391.52664L107.21875 391.52664L107.21875 387.3704Q107.21875 385.9954 105.859375 385.9954Q104.796875 385.9954 104.40625 386.90164L104.40625 391.52664L103.3125 391.52664L103.3125 385.1829L104.34375 385.1829ZM115.5 391.52664L114.421875 391.52664L114.421875 385.1829L115.5 385.1829L115.5 391.52664ZM114.328125 383.51102Q114.328125 383.2454 114.484375 383.0579Q114.65625 382.8704 114.96875 382.8704Q115.28125 382.8704 115.4375 383.0579Q115.609375 383.2454 115.609375 383.51102Q115.609375 383.76102 115.4375 383.94852Q115.28125 384.1204 114.96875 384.1204Q114.65625 384.1204 114.484375 383.94852Q114.328125 383.76102 114.328125 383.51102ZM119.859375 390.76102Q120.4375 390.76102 120.875 390.41727Q121.3125 390.0579 121.359375 389.52664L122.390625 389.52664Q122.359375 390.07352 122.0 390.57352Q121.65625 391.0579 121.078125 391.35477Q120.515625 391.65164 119.859375 391.65164Q118.5625 391.65164 117.796875 390.79227Q117.046875 389.91727 117.046875 388.41727L117.046875 388.22977Q117.046875 387.3079 117.375 386.58914Q117.71875 385.8704 118.34375 385.47977Q118.984375 385.07352 119.859375 385.07352Q120.921875 385.07352 121.625 385.71414Q122.34375 386.33914 122.390625 387.3704L121.359375 387.3704Q121.3125 386.7454 120.890625 386.35477Q120.46875 385.96414 119.859375 385.96414Q119.03125 385.96414 118.578125 386.5579Q118.125 387.15164 118.125 388.27664L118.125 388.47977Q118.125 389.57352 118.578125 390.16727Q119.03125 390.76102 119.859375 390.76102ZM127.796875 383.65164L127.796875 385.1829L128.96875 385.1829L128.96875 386.02664L127.796875 386.02664L127.796875 389.94852Q127.796875 390.33914 127.953125 390.52664Q128.10938 390.71414 128.48438 390.71414Q128.67188 390.71414 129.0 390.65164L129.0 391.52664Q128.57812 391.65164 128.17188 391.65164Q127.453125 391.65164 127.078125 391.21414Q126.703125 390.76102 126.703125 389.94852L126.703125 386.02664L125.546875 386.02664L125.546875 385.1829L126.703125 385.1829L126.703125 383.65164L127.796875 383.65164ZM132.39062 389.9329L133.875 385.1829L135.03125 385.1829L132.48438 392.51102Q131.89062 394.08914 130.60938 394.08914L130.39062 394.07352L130.0 393.9954L130.0 393.1204L130.28125 393.13602Q130.84375 393.13602 131.14062 392.91727Q131.45312 392.69852 131.65625 392.10477L131.89062 391.44852L129.625 385.1829L130.8125 385.1829L132.39062 389.9329ZM141.67188 388.4329Q141.67188 389.8704 141.01562 390.76102Q140.35938 391.65164 139.21875 391.65164Q138.0625 391.65164 137.40625 390.91727L137.40625 393.96414L136.32812 393.96414L136.32812 385.1829L137.3125 385.1829L137.35938 385.88602Q138.03125 385.07352 139.20312 385.07352Q140.34375 385.07352 141.0 385.9329Q141.67188 386.79227 141.67188 388.32352L141.67188 388.4329ZM140.59375 388.3079Q140.59375 387.22977 140.125 386.6204Q139.67188 385.9954 138.875 385.9954Q137.89062 385.9954 137.40625 386.85477L137.40625 389.88602Q137.89062 390.76102 138.89062 390.76102Q139.67188 390.76102 140.125 390.15164Q140.59375 389.52664 140.59375 388.3079ZM144.5 391.52664L143.42188 391.52664L143.42188 385.1829L144.5 385.1829L144.5 391.52664ZM143.32812 383.51102Q143.32812 383.2454 143.48438 383.0579Q143.65625 382.8704 143.96875 382.8704Q144.28125 382.8704 144.4375 383.0579Q144.60938 383.2454 144.60938 383.51102Q144.60938 383.76102 144.4375 383.94852Q144.28125 384.1204 143.96875 384.1204Q143.65625 384.1204 143.48438 383.94852Q143.32812 383.76102 143.32812 383.51102ZM147.34375 385.1829L147.375 385.97977Q148.10938 385.07352 149.28125 385.07352Q151.29688 385.07352 151.3125 387.33914L151.3125 391.52664L150.21875 391.52664L150.21875 387.32352Q150.21875 386.65164 149.90625 386.32352Q149.60938 385.9954 148.95312 385.9954Q148.42188 385.9954 148.01562 386.27664Q147.625 386.5579 147.40625 387.01102L147.40625 391.52664L146.32812 391.52664L146.32812 385.1829L147.34375 385.1829ZM153.0625 388.3079Q153.0625 386.82352 153.75 385.94852Q154.4375 385.07352 155.5625 385.07352Q156.71875 385.07352 157.375 385.88602L157.42188 385.1829L158.42188 385.1829L158.42188 391.3704Q158.42188 392.60477 157.6875 393.3079Q156.95312 394.02664 155.73438 394.02664Q155.04688 394.02664 154.39062 393.72977Q153.73438 393.4329 153.39062 392.9329L153.95312 392.27664Q154.64062 393.13602 155.65625 393.13602Q156.4375 393.13602 156.875 392.6829Q157.32812 392.2454 157.32812 391.4329L157.32812 390.88602Q156.67188 391.65164 155.54688 391.65164Q154.4375 391.65164 153.75 390.76102Q153.0625 389.85477 153.0625 388.3079ZM154.15625 388.4329Q154.15625 389.4954 154.59375 390.1204Q155.03125 390.72977 155.82812 390.72977Q156.84375 390.72977 157.32812 389.79227L157.32812 386.90164Q156.82812 385.9954 155.82812 385.9954Q155.04688 385.9954 154.59375 386.60477Q154.15625 387.21414 154.15625 388.4329ZM163.03125 388.29227Q163.03125 387.3704 163.39062 386.6204Q163.76562 385.8704 164.42188 385.47977Q165.07812 385.07352 165.90625 385.07352Q167.20312 385.07352 168.0 385.96414Q168.8125 386.85477 168.8125 388.35477L168.8125 388.4329Q168.8125 389.35477 168.45312 390.08914Q168.09375 390.82352 167.4375 391.2454Q166.78125 391.65164 165.92188 391.65164Q164.64062 391.65164 163.82812 390.76102Q163.03125 389.85477 163.03125 388.3704L163.03125 388.29227ZM164.125 388.4329Q164.125 389.47977 164.60938 390.1204Q165.10938 390.76102 165.92188 390.76102Q166.75 390.76102 167.23438 390.1204Q167.71875 389.46414 167.71875 388.29227Q167.71875 387.26102 167.21875 386.6204Q166.73438 385.96414 165.90625 385.96414Q165.10938 385.96414 164.60938 386.60477Q164.125 387.22977 164.125 388.4329ZM173.39062 386.15164Q173.14062 386.1204 172.85938 386.1204Q171.78125 386.1204 171.40625 387.02664L171.40625 391.52664L170.32812 391.52664L170.32812 385.1829L171.375 385.1829L171.39062 385.91727Q171.92188 385.07352 172.90625 385.07352Q173.21875 385.07352 173.39062 385.15164L173.39062 386.15164ZM178.5 391.52664L177.42188 391.52664L177.42188 385.1829L178.5 385.1829L178.5 391.52664ZM177.32812 383.51102Q177.32812 383.2454 177.48438 383.0579Q177.65625 382.8704 177.96875 382.8704Q178.28125 382.8704 178.4375 383.0579Q178.60938 383.2454 178.60938 383.51102Q178.60938 383.76102 178.4375 383.94852Q178.28125 384.1204 177.96875 384.1204Q177.65625 384.1204 177.48438 383.94852Q177.32812 383.76102 177.32812 383.51102ZM181.34375 385.1829L181.375 385.97977Q182.10938 385.07352 183.28125 385.07352Q185.29688 385.07352 185.3125 387.33914L185.3125 391.52664L184.21875 391.52664L184.21875 387.32352Q184.21875 386.65164 183.90625 386.32352Q183.60938 385.9954 182.95312 385.9954Q182.42188 385.9954 182.01562 386.27664Q181.625 386.5579 181.40625 387.01102L181.40625 391.52664L180.32812 391.52664L180.32812 385.1829L181.34375 385.1829ZM188.79688 383.65164L188.79688 385.1829L189.96875 385.1829L189.96875 386.02664L188.79688 386.02664L188.79688 389.94852Q188.79688 390.33914 188.95312 390.52664Q189.10938 390.71414 189.48438 390.71414Q189.67188 390.71414 190.0 390.65164L190.0 391.52664Q189.57812 391.65164 189.17188 391.65164Q188.45312 391.65164 188.07812 391.21414Q187.70312 390.76102 187.70312 389.94852L187.70312 386.02664L186.54688 386.02664L186.54688 385.1829L187.70312 385.1829L187.70312 383.65164L188.79688 383.65164ZM193.95312 391.65164Q192.65625 391.65164 191.84375 390.8079Q191.04688 389.94852 191.04688 388.52664L191.04688 388.33914Q191.04688 387.38602 191.40625 386.65164Q191.76562 385.90164 192.40625 385.4954Q193.0625 385.07352 193.8125 385.07352Q195.04688 385.07352 195.73438 385.88602Q196.42188 386.69852 196.42188 388.21414L196.42188 388.66727L192.125 388.66727Q192.15625 389.60477 192.67188 390.1829Q193.20312 390.76102 194.01562 390.76102Q194.57812 390.76102 194.96875 390.52664Q195.375 390.29227 195.6875 389.90164L196.34375 390.41727Q195.54688 391.65164 193.95312 391.65164ZM193.8125 385.96414Q193.15625 385.96414 192.70312 386.44852Q192.26562 386.91727 192.17188 387.77664L195.34375 387.77664L195.34375 387.69852Q195.29688 386.8704 194.89062 386.41727Q194.5 385.96414 193.8125 385.96414ZM200.39062 386.15164Q200.14062 386.1204 199.85938 386.1204Q198.78125 386.1204 198.40625 387.02664L198.40625 391.52664L197.32812 391.52664L197.32812 385.1829L198.375 385.1829L198.39062 385.91727Q198.92188 385.07352 199.90625 385.07352Q200.21875 385.07352 200.39062 385.15164L200.39062 386.15164ZM206.67188 388.4329Q206.67188 389.8704 206.01562 390.76102Q205.35938 391.65164 204.21875 391.65164Q203.0625 391.65164 202.40625 390.91727L202.40625 393.96414L201.32812 393.96414L201.32812 385.1829L202.3125 385.1829L202.35938 385.88602Q203.03125 385.07352 204.20312 385.07352Q205.34375 385.07352 206.0 385.9329Q206.67188 386.79227 206.67188 388.32352L206.67188 388.4329ZM205.59375 388.3079Q205.59375 387.22977 205.125 386.6204Q204.67188 385.9954 203.875 385.9954Q202.89062 385.9954 202.40625 386.85477L202.40625 389.88602Q202.89062 390.76102 203.89062 390.76102Q204.67188 390.76102 205.125 390.15164Q205.59375 389.52664 205.59375 388.3079ZM211.39062 386.15164Q211.14062 386.1204 210.85938 386.1204Q209.78125 386.1204 209.40625 387.02664L209.40625 391.52664L208.32812 391.52664L208.32812 385.1829L209.375 385.1829L209.39062 385.91727Q209.92188 385.07352 210.90625 385.07352Q211.21875 385.07352 211.39062 385.15164L211.39062 386.15164ZM214.95312 391.65164Q213.65625 391.65164 212.84375 390.8079Q212.04688 389.94852 212.04688 388.52664L212.04688 388.33914Q212.04688 387.38602 212.40625 386.65164Q212.76562 385.90164 213.40625 385.4954Q214.0625 385.07352 214.8125 385.07352Q216.04688 385.07352 216.73438 385.88602Q217.42188 386.69852 217.42188 388.21414L217.42188 388.66727L213.125 388.66727Q213.15625 389.60477 213.67188 390.1829Q214.20312 390.76102 215.01562 390.76102Q215.57812 390.76102 215.96875 390.52664Q216.375 390.29227 216.6875 389.90164L217.34375 390.41727Q216.54688 391.65164 214.95312 391.65164ZM214.8125 385.96414Q214.15625 385.96414 213.70312 386.44852Q213.26562 386.91727 213.17188 387.77664L216.34375 387.77664L216.34375 387.69852Q216.29688 386.8704 215.89062 386.41727Q215.5 385.96414 214.8125 385.96414ZM219.79688 383.65164L219.79688 385.1829L220.96875 385.1829L220.96875 386.02664L219.79688 386.02664L219.79688 389.94852Q219.79688 390.33914 219.95312 390.52664Q220.10938 390.71414 220.48438 390.71414Q220.67188 390.71414 221.0 390.65164L221.0 391.52664Q220.57812 391.65164 220.17188 391.65164Q219.45312 391.65164 219.07812 391.21414Q218.70312 390.76102 218.70312 389.94852L218.70312 386.02664L217.54688 386.02664L217.54688 385.1829L218.70312 385.1829L218.70312 383.65164L219.79688 383.65164ZM223.79688 383.65164L223.79688 385.1829L224.96875 385.1829L224.96875 386.02664L223.79688 386.02664L223.79688 389.94852Q223.79688 390.33914 223.95312 390.52664Q224.10938 390.71414 224.48438 390.71414Q224.67188 390.71414 225.0 390.65164L225.0 391.52664Q224.57812 391.65164 224.17188 391.65164Q223.45312 391.65164 223.07812 391.21414Q222.70312 390.76102 222.70312 389.94852L222.70312 386.02664L221.54688 386.02664L221.54688 385.1829L222.70312 385.1829L222.70312 383.65164L223.79688 383.65164ZM228.95312 391.65164Q227.65625 391.65164 226.84375 390.8079Q226.04688 389.94852 226.04688 388.52664L226.04688 388.33914Q226.04688 387.38602 226.40625 386.65164Q226.76562 385.90164 227.40625 385.4954Q228.0625 385.07352 228.8125 385.07352Q230.04688 385.07352 230.73438 385.88602Q231.42188 386.69852 231.42188 388.21414L231.42188 388.66727L227.125 388.66727Q227.15625 389.60477 227.67188 390.1829Q228.20312 390.76102 229.01562 390.76102Q229.57812 390.76102 229.96875 390.52664Q230.375 390.29227 230.6875 389.90164L231.34375 390.41727Q230.54688 391.65164 228.95312 391.65164ZM228.8125 385.96414Q228.15625 385.96414 227.70312 386.44852Q227.26562 386.91727 227.17188 387.77664L230.34375 387.77664L230.34375 387.69852Q230.29688 386.8704 229.89062 386.41727Q229.5 385.96414 228.8125 385.96414ZM232.0625 388.3079Q232.0625 386.83914 232.75 385.96414Q233.4375 385.07352 234.5625 385.07352Q235.67188 385.07352 236.32812 385.82352L236.32812 382.52664L237.40625 382.52664L237.40625 391.52664L236.40625 391.52664L236.35938 390.83914Q235.70312 391.65164 234.54688 391.65164Q233.45312 391.65164 232.75 390.7454Q232.0625 389.83914 232.0625 388.38602L232.0625 388.3079ZM233.14062 388.4329Q233.14062 389.51102 233.57812 390.1204Q234.03125 390.72977 234.8125 390.72977Q235.84375 390.72977 236.32812 389.79227L236.32812 386.88602Q235.84375 385.9954 234.82812 385.9954Q234.03125 385.9954 233.57812 386.60477Q233.14062 387.21414 233.14062 388.4329Z" fill-rule="nonzero"/><path fill="#666666" d="M41.5 406.52664L40.421875 406.52664L40.421875 397.52664L41.5 397.52664L41.5 406.52664ZM47.234375 406.52664Q47.140625 406.33914 47.078125 405.85477Q46.328125 406.65164 45.28125 406.65164Q44.34375 406.65164 43.734375 406.1204Q43.140625 405.58914 43.140625 404.76102Q43.140625 403.77664 43.890625 403.22977Q44.640625 402.6829 46.015625 402.6829L47.0625 402.6829L47.0625 402.1829Q47.0625 401.6204 46.71875 401.29227Q46.390625 400.94852 45.71875 400.94852Q45.140625 400.94852 44.75 401.2454Q44.359375 401.52664 44.359375 401.94852L43.265625 401.94852Q43.265625 401.46414 43.59375 401.02664Q43.9375 400.58914 44.515625 400.33914Q45.09375 400.07352 45.78125 400.07352Q46.890625 400.07352 47.5 400.6204Q48.125 401.16727 48.15625 402.1204L48.15625 405.04227Q48.15625 405.91727 48.375 406.4329L48.375 406.52664L47.234375 406.52664ZM45.4375 405.69852Q45.953125 405.69852 46.40625 405.4329Q46.859375 405.16727 47.0625 404.7454L47.0625 403.44852L46.21875 403.44852Q44.21875 403.44852 44.21875 404.6204Q44.21875 405.1204 44.5625 405.41727Q44.90625 405.69852 45.4375 405.69852ZM51.34375 400.1829L51.375 400.97977Q52.109375 400.07352 53.28125 400.07352Q55.296875 400.07352 55.3125 402.33914L55.3125 406.52664L54.21875 406.52664L54.21875 402.32352Q54.21875 401.65164 53.90625 401.32352Q53.609375 400.9954 52.953125 400.9954Q52.421875 400.9954 52.015625 401.27664Q51.625 401.5579 51.40625 402.01102L51.40625 406.52664L50.328125 406.52664L50.328125 400.1829L51.34375 400.1829ZM57.0625 403.3079Q57.0625 401.82352 57.75 400.94852Q58.4375 400.07352 59.5625 400.07352Q60.71875 400.07352 61.375 400.88602L61.421875 400.1829L62.421875 400.1829L62.421875 406.3704Q62.421875 407.60477 61.6875 408.3079Q60.953125 409.02664 59.734375 409.02664Q59.046875 409.02664 58.390625 408.72977Q57.734375 408.4329 57.390625 407.9329L57.953125 407.27664Q58.640625 408.13602 59.65625 408.13602Q60.4375 408.13602 60.875 407.6829Q61.328125 407.2454 61.328125 406.4329L61.328125 405.88602Q60.671875 406.65164 59.546875 406.65164Q58.4375 406.65164 57.75 405.76102Q57.0625 404.85477 57.0625 403.3079ZM58.15625 403.4329Q58.15625 404.4954 58.59375 405.1204Q59.03125 405.72977 59.828125 405.72977Q60.84375 405.72977 61.328125 404.79227L61.328125 401.90164Q60.828125 400.9954 59.828125 400.9954Q59.046875 400.9954 58.59375 401.60477Q58.15625 402.21414 58.15625 403.4329ZM68.234375 405.90164Q67.609375 406.65164 66.375 406.65164Q65.359375 406.65164 64.828125 406.0579Q64.296875 405.46414 64.296875 404.3079L64.296875 400.1829L65.375 400.1829L65.375 404.27664Q65.375 405.72977 66.546875 405.72977Q67.796875 405.72977 68.203125 404.79227L68.203125 400.1829L69.296875 400.1829L69.296875 406.52664L68.265625 406.52664L68.234375 405.90164ZM75.234375 406.52664Q75.140625 406.33914 75.078125 405.85477Q74.328125 406.65164 73.28125 406.65164Q72.34375 406.65164 71.734375 406.1204Q71.140625 405.58914 71.140625 404.76102Q71.140625 403.77664 71.890625 403.22977Q72.640625 402.6829 74.015625 402.6829L75.0625 402.6829L75.0625 402.1829Q75.0625 401.6204 74.71875 401.29227Q74.390625 400.94852 73.71875 400.94852Q73.140625 400.94852 72.75 401.2454Q72.359375 401.52664 72.359375 401.94852L71.265625 401.94852Q71.265625 401.46414 71.59375 401.02664Q71.9375 400.58914 72.515625 400.33914Q73.09375 400.07352 73.78125 400.07352Q74.890625 400.07352 75.5 400.6204Q76.125 401.16727 76.15625 402.1204L76.15625 405.04227Q76.15625 405.91727 76.375 406.4329L76.375 406.52664L75.234375 406.52664ZM73.4375 405.69852Q73.953125 405.69852 74.40625 405.4329Q74.859375 405.16727 75.0625 404.7454L75.0625 403.44852L74.21875 403.44852Q72.21875 403.44852 72.21875 404.6204Q72.21875 405.1204 72.5625 405.41727Q72.90625 405.69852 73.4375 405.69852ZM78.0625 403.3079Q78.0625 401.82352 78.75 400.94852Q79.4375 400.07352 80.5625 400.07352Q81.71875 400.07352 82.375 400.88602L82.421875 400.1829L83.421875 400.1829L83.421875 406.3704Q83.421875 407.60477 82.6875 408.3079Q81.953125 409.02664 80.734375 409.02664Q80.046875 409.02664 79.390625 408.72977Q78.734375 408.4329 78.390625 407.9329L78.953125 407.27664Q79.640625 408.13602 80.65625 408.13602Q81.4375 408.13602 81.875 407.6829Q82.328125 407.2454 82.328125 406.4329L82.328125 405.88602Q81.671875 406.65164 80.546875 406.65164Q79.4375 406.65164 78.75 405.76102Q78.0625 404.85477 78.0625 403.3079ZM79.15625 403.4329Q79.15625 404.4954 79.59375 405.1204Q80.03125 405.72977 80.828125 405.72977Q81.84375 405.72977 82.328125 404.79227L82.328125 401.90164Q81.828125 400.9954 80.828125 400.9954Q80.046875 400.9954 79.59375 401.60477Q79.15625 402.21414 79.15625 403.4329ZM87.953125 406.65164Q86.65625 406.65164 85.84375 405.8079Q85.046875 404.94852 85.046875 403.52664L85.046875 403.33914Q85.046875 402.38602 85.40625 401.65164Q85.765625 400.90164 86.40625 400.4954Q87.0625 400.07352 87.8125 400.07352Q89.046875 400.07352 89.734375 400.88602Q90.421875 401.69852 90.421875 403.21414L90.421875 403.66727L86.125 403.66727Q86.15625 404.60477 86.671875 405.1829Q87.203125 405.76102 88.015625 405.76102Q88.578125 405.76102 88.96875 405.52664Q89.375 405.29227 89.6875 404.90164L90.34375 405.41727Q89.546875 406.65164 87.953125 406.65164ZM87.8125 400.96414Q87.15625 400.96414 86.703125 401.44852Q86.265625 401.91727 86.171875 402.77664L89.34375 402.77664L89.34375 402.69852Q89.296875 401.8704 88.890625 401.41727Q88.5 400.96414 87.8125 400.96414ZM95.015625 404.83914Q95.015625 404.40164 94.671875 404.16727Q94.34375 403.91727 93.515625 403.7454Q92.703125 403.57352 92.21875 403.32352Q91.734375 403.07352 91.5 402.7454Q91.28125 402.40164 91.28125 401.9329Q91.28125 401.15164 91.9375 400.6204Q92.59375 400.07352 93.625 400.07352Q94.703125 400.07352 95.359375 400.63602Q96.03125 401.1829 96.03125 402.04227L94.953125 402.04227Q94.953125 401.60477 94.5625 401.29227Q94.1875 400.96414 93.625 400.96414Q93.03125 400.96414 92.6875 401.22977Q92.359375 401.47977 92.359375 401.88602Q92.359375 402.27664 92.671875 402.47977Q92.984375 402.6829 93.796875 402.8704Q94.609375 403.04227 95.109375 403.29227Q95.609375 403.54227 95.84375 403.90164Q96.09375 404.26102 96.09375 404.76102Q96.09375 405.6204 95.40625 406.13602Q94.734375 406.65164 93.65625 406.65164Q92.890625 406.65164 92.296875 406.38602Q91.71875 406.10477 91.390625 405.6204Q91.0625 405.13602 91.0625 404.57352L92.140625 404.57352Q92.171875 405.1204 92.578125 405.44852Q92.984375 405.76102 93.65625 405.76102Q94.265625 405.76102 94.640625 405.51102Q95.015625 405.26102 95.015625 404.83914ZM101.34375 400.1829L101.375 400.88602Q102.0625 400.07352 103.25 400.07352Q104.578125 400.07352 105.0625 401.08914Q105.375 400.63602 105.875 400.35477Q106.390625 400.07352 107.078125 400.07352Q109.171875 400.07352 109.203125 402.27664L109.203125 406.52664L108.125 406.52664L108.125 402.33914Q108.125 401.66727 107.8125 401.33914Q107.5 400.9954 106.765625 400.9954Q106.15625 400.9954 105.75 401.35477Q105.359375 401.71414 105.296875 402.32352L105.296875 406.52664L104.21875 406.52664L104.21875 402.3704Q104.21875 400.9954 102.859375 400.9954Q101.796875 400.9954 101.40625 401.90164L101.40625 406.52664L100.3125 406.52664L100.3125 400.1829L101.34375 400.1829ZM111.03125 403.29227Q111.03125 402.3704 111.390625 401.6204Q111.765625 400.8704 112.421875 400.47977Q113.078125 400.07352 113.90625 400.07352Q115.203125 400.07352 116.0 400.96414Q116.8125 401.85477 116.8125 403.35477L116.8125 403.4329Q116.8125 404.35477 116.453125 405.08914Q116.09375 405.82352 115.4375 406.2454Q114.78125 406.65164 113.921875 406.65164Q112.640625 406.65164 111.828125 405.76102Q111.03125 404.85477 111.03125 403.3704L111.03125 403.29227ZM112.125 403.4329Q112.125 404.47977 112.609375 405.1204Q113.109375 405.76102 113.921875 405.76102Q114.75 405.76102 115.234375 405.1204Q115.71875 404.46414 115.71875 403.29227Q115.71875 402.26102 115.21875 401.6204Q114.734375 400.96414 113.90625 400.96414Q113.109375 400.96414 112.609375 401.60477Q112.125 402.22977 112.125 403.4329ZM121.390625 401.15164Q121.140625 401.1204 120.859375 401.1204Q119.78125 401.1204 119.40625 402.02664L119.40625 406.52664L118.328125 406.52664L118.328125 400.1829L119.375 400.1829L119.390625 400.91727Q119.921875 400.07352 120.90625 400.07352Q121.21875 400.07352 121.390625 400.15164L121.390625 401.15164ZM124.953125 406.65164Q123.65625 406.65164 122.84375 405.8079Q122.046875 404.94852 122.046875 403.52664L122.046875 403.33914Q122.046875 402.38602 122.40625 401.65164Q122.765625 400.90164 123.40625 400.4954Q124.0625 400.07352 124.8125 400.07352Q126.046875 400.07352 126.734375 400.88602Q127.421875 401.69852 127.421875 403.21414L127.421875 403.66727L123.125 403.66727Q123.15625 404.60477 123.671875 405.1829Q124.203125 405.76102 125.015625 405.76102Q125.578125 405.76102 125.96875 405.52664Q126.375 405.29227 126.6875 404.90164L127.34375 405.41727Q126.546875 406.65164 124.953125 406.65164ZM124.8125 400.96414Q124.15625 400.96414 123.703125 401.44852Q123.265625 401.91727 123.171875 402.77664L126.34375 402.77664L126.34375 402.69852Q126.296875 401.8704 125.890625 401.41727Q125.5 400.96414 124.8125 400.96414ZM133.95312 406.65164Q132.65625 406.65164 131.84375 405.8079Q131.04688 404.94852 131.04688 403.52664L131.04688 403.33914Q131.04688 402.38602 131.40625 401.65164Q131.76562 400.90164 132.40625 400.4954Q133.0625 400.07352 133.8125 400.07352Q135.04688 400.07352 135.73438 400.88602Q136.42188 401.69852 136.42188 403.21414L136.42188 403.66727L132.125 403.66727Q132.15625 404.60477 132.67188 405.1829Q133.20312 405.76102 134.01562 405.76102Q134.57812 405.76102 134.96875 405.52664Q135.375 405.29227 135.6875 404.90164L136.34375 405.41727Q135.54688 406.65164 133.95312 406.65164ZM133.8125 400.96414Q133.15625 400.96414 132.70312 401.44852Q132.26562 401.91727 132.17188 402.77664L135.34375 402.77664L135.34375 402.69852Q135.29688 401.8704 134.89062 401.41727Q134.5 400.96414 133.8125 400.96414ZM137.85938 406.52664L137.85938 401.02664L136.85938 401.02664L136.85938 400.1829L137.85938 400.1829L137.85938 399.54227Q137.85938 398.51102 138.39062 397.96414Q138.9375 397.40164 139.9375 397.40164Q140.3125 397.40164 140.6875 397.4954L140.625 398.38602Q140.34375 398.32352 140.04688 398.32352Q139.51562 398.32352 139.21875 398.63602Q138.9375 398.94852 138.9375 399.51102L138.9375 400.1829L140.29688 400.1829L140.29688 401.02664L138.9375 401.02664L138.9375 406.52664L137.85938 406.52664ZM141.85938 406.52664L141.85938 401.02664L140.85938 401.02664L140.85938 400.1829L141.85938 400.1829L141.85938 399.54227Q141.85938 398.51102 142.39062 397.96414Q142.9375 397.40164 143.9375 397.40164Q144.3125 397.40164 144.6875 397.4954L144.625 398.38602Q144.34375 398.32352 144.04688 398.32352Q143.51562 398.32352 143.21875 398.63602Q142.9375 398.94852 142.9375 399.51102L142.9375 400.1829L144.29688 400.1829L144.29688 401.02664L142.9375 401.02664L142.9375 406.52664L141.85938 406.52664ZM147.95312 406.65164Q146.65625 406.65164 145.84375 405.8079Q145.04688 404.94852 145.04688 403.52664L145.04688 403.33914Q145.04688 402.38602 145.40625 401.65164Q145.76562 400.90164 146.40625 400.4954Q147.0625 400.07352 147.8125 400.07352Q149.04688 400.07352 149.73438 400.88602Q150.42188 401.69852 150.42188 403.21414L150.42188 403.66727L146.125 403.66727Q146.15625 404.60477 146.67188 405.1829Q147.20312 405.76102 148.01562 405.76102Q148.57812 405.76102 148.96875 405.52664Q149.375 405.29227 149.6875 404.90164L150.34375 405.41727Q149.54688 406.65164 147.95312 406.65164ZM147.8125 400.96414Q147.15625 400.96414 146.70312 401.44852Q146.26562 401.91727 146.17188 402.77664L149.34375 402.77664L149.34375 402.69852Q149.29688 401.8704 148.89062 401.41727Q148.5 400.96414 147.8125 400.96414ZM153.85938 405.76102Q154.4375 405.76102 154.875 405.41727Q155.3125 405.0579 155.35938 404.52664L156.39062 404.52664Q156.35938 405.07352 156.0 405.57352Q155.65625 406.0579 155.07812 406.35477Q154.51562 406.65164 153.85938 406.65164Q152.5625 406.65164 151.79688 405.79227Q151.04688 404.91727 151.04688 403.41727L151.04688 403.22977Q151.04688 402.3079 151.375 401.58914Q151.71875 400.8704 152.34375 400.47977Q152.98438 400.07352 153.85938 400.07352Q154.92188 400.07352 155.625 400.71414Q156.34375 401.33914 156.39062 402.3704L155.35938 402.3704Q155.3125 401.7454 154.89062 401.35477Q154.46875 400.96414 153.85938 400.96414Q153.03125 400.96414 152.57812 401.5579Q152.125 402.15164 152.125 403.27664L152.125 403.47977Q152.125 404.57352 152.57812 405.16727Q153.03125 405.76102 153.85938 405.76102ZM158.79688 398.65164L158.79688 400.1829L159.96875 400.1829L159.96875 401.02664L158.79688 401.02664L158.79688 404.94852Q158.79688 405.33914 158.95312 405.52664Q159.10938 405.71414 159.48438 405.71414Q159.67188 405.71414 160.0 405.65164L160.0 406.52664Q159.57812 406.65164 159.17188 406.65164Q158.45312 406.65164 158.07812 406.21414Q157.70312 405.76102 157.70312 404.94852L157.70312 401.02664L156.54688 401.02664L156.54688 400.1829L157.70312 400.1829L157.70312 398.65164L158.79688 398.65164ZM162.5 406.52664L161.42188 406.52664L161.42188 400.1829L162.5 400.1829L162.5 406.52664ZM161.32812 398.51102Q161.32812 398.2454 161.48438 398.0579Q161.65625 397.8704 161.96875 397.8704Q162.28125 397.8704 162.4375 398.0579Q162.60938 398.2454 162.60938 398.51102Q162.60938 398.76102 162.4375 398.94852Q162.28125 399.1204 161.96875 399.1204Q161.65625 399.1204 161.48438 398.94852Q161.32812 398.76102 161.32812 398.51102ZM166.40625 405.0579L167.98438 400.1829L169.09375 400.1829L166.8125 406.52664L165.98438 406.52664L163.6875 400.1829L164.79688 400.1829L166.40625 405.0579ZM172.95312 406.65164Q171.65625 406.65164 170.84375 405.8079Q170.04688 404.94852 170.04688 403.52664L170.04688 403.33914Q170.04688 402.38602 170.40625 401.65164Q170.76562 400.90164 171.40625 400.4954Q172.0625 400.07352 172.8125 400.07352Q174.04688 400.07352 174.73438 400.88602Q175.42188 401.69852 175.42188 403.21414L175.42188 403.66727L171.125 403.66727Q171.15625 404.60477 171.67188 405.1829Q172.20312 405.76102 173.01562 405.76102Q173.57812 405.76102 173.96875 405.52664Q174.375 405.29227 174.6875 404.90164L175.34375 405.41727Q174.54688 406.65164 172.95312 406.65164ZM172.8125 400.96414Q172.15625 400.96414 171.70312 401.44852Q171.26562 401.91727 171.17188 402.77664L174.34375 402.77664L174.34375 402.69852Q174.29688 401.8704 173.89062 401.41727Q173.5 400.96414 172.8125 400.96414ZM179.85938 406.52664L179.85938 401.02664L178.85938 401.02664L178.85938 400.1829L179.85938 400.1829L179.85938 399.54227Q179.85938 398.51102 180.39062 397.96414Q180.9375 397.40164 181.9375 397.40164Q182.3125 397.40164 182.6875 397.4954L182.625 398.38602Q182.34375 398.32352 182.04688 398.32352Q181.51562 398.32352 181.21875 398.63602Q180.9375 398.94852 180.9375 399.51102L180.9375 400.1829L182.29688 400.1829L182.29688 401.02664L180.9375 401.02664L180.9375 406.52664L179.85938 406.52664ZM183.03125 403.29227Q183.03125 402.3704 183.39062 401.6204Q183.76562 400.8704 184.42188 400.47977Q185.07812 400.07352 185.90625 400.07352Q187.20312 400.07352 188.0 400.96414Q188.8125 401.85477 188.8125 403.35477L188.8125 403.4329Q188.8125 404.35477 188.45312 405.08914Q188.09375 405.82352 187.4375 406.2454Q186.78125 406.65164 185.92188 406.65164Q184.64062 406.65164 183.82812 405.76102Q183.03125 404.85477 183.03125 403.3704L183.03125 403.29227ZM184.125 403.4329Q184.125 404.47977 184.60938 405.1204Q185.10938 405.76102 185.92188 405.76102Q186.75 405.76102 187.23438 405.1204Q187.71875 404.46414 187.71875 403.29227Q187.71875 402.26102 187.21875 401.6204Q186.73438 400.96414 185.90625 400.96414Q185.10938 400.96414 184.60938 401.60477Q184.125 402.22977 184.125 403.4329ZM193.39062 401.15164Q193.14062 401.1204 192.85938 401.1204Q191.78125 401.1204 191.40625 402.02664L191.40625 406.52664L190.32812 406.52664L190.32812 400.1829L191.375 400.1829L191.39062 400.91727Q191.92188 400.07352 192.90625 400.07352Q193.21875 400.07352 193.39062 400.15164L193.39062 401.15164ZM197.0625 403.3079Q197.0625 401.83914 197.75 400.96414Q198.4375 400.07352 199.5625 400.07352Q200.67188 400.07352 201.32812 400.82352L201.32812 397.52664L202.40625 397.52664L202.40625 406.52664L201.40625 406.52664L201.35938 405.83914Q200.70312 406.65164 199.54688 406.65164Q198.45312 406.65164 197.75 405.7454Q197.0625 404.83914 197.0625 403.38602L197.0625 403.3079ZM198.14062 403.4329Q198.14062 404.51102 198.57812 405.1204Q199.03125 405.72977 199.8125 405.72977Q200.84375 405.72977 201.32812 404.79227L201.32812 401.88602Q200.84375 400.9954 199.82812 400.9954Q199.03125 400.9954 198.57812 401.60477Q198.14062 402.21414 198.14062 403.4329ZM204.03125 403.29227Q204.03125 402.3704 204.39062 401.6204Q204.76562 400.8704 205.42188 400.47977Q206.07812 400.07352 206.90625 400.07352Q208.20312 400.07352 209.0 400.96414Q209.8125 401.85477 209.8125 403.35477L209.8125 403.4329Q209.8125 404.35477 209.45312 405.08914Q209.09375 405.82352 208.4375 406.2454Q207.78125 406.65164 206.92188 406.65164Q205.64062 406.65164 204.82812 405.76102Q204.03125 404.85477 204.03125 403.3704L204.03125 403.29227ZM205.125 403.4329Q205.125 404.47977 205.60938 405.1204Q206.10938 405.76102 206.92188 405.76102Q207.75 405.76102 208.23438 405.1204Q208.71875 404.46414 208.71875 403.29227Q208.71875 402.26102 208.21875 401.6204Q207.73438 400.96414 206.90625 400.96414Q206.10938 400.96414 205.60938 401.60477Q205.125 402.22977 205.125 403.4329ZM212.34375 400.1829L212.375 400.88602Q213.0625 400.07352 214.25 400.07352Q215.57812 400.07352 216.0625 401.08914Q216.375 400.63602 216.875 400.35477Q217.39062 400.07352 218.07812 400.07352Q220.17188 400.07352 220.20312 402.27664L220.20312 406.52664L219.125 406.52664L219.125 402.33914Q219.125 401.66727 218.8125 401.33914Q218.5 400.9954 217.76562 400.9954Q217.15625 400.9954 216.75 401.35477Q216.35938 401.71414 216.29688 402.32352L216.29688 406.52664L215.21875 406.52664L215.21875 402.3704Q215.21875 400.9954 213.85938 400.9954Q212.79688 400.9954 212.40625 401.90164L212.40625 406.52664L211.3125 406.52664L211.3125 400.1829L212.34375 400.1829ZM226.23438 406.52664Q226.14062 406.33914 226.07812 405.85477Q225.32812 406.65164 224.28125 406.65164Q223.34375 406.65164 222.73438 406.1204Q222.14062 405.58914 222.14062 404.76102Q222.14062 403.77664 222.89062 403.22977Q223.64062 402.6829 225.01562 402.6829L226.0625 402.6829L226.0625 402.1829Q226.0625 401.6204 225.71875 401.29227Q225.39062 400.94852 224.71875 400.94852Q224.14062 400.94852 223.75 401.2454Q223.35938 401.52664 223.35938 401.94852L222.26562 401.94852Q222.26562 401.46414 222.59375 401.02664Q222.9375 400.58914 223.51562 400.33914Q224.09375 400.07352 224.78125 400.07352Q225.89062 400.07352 226.5 400.6204Q227.125 401.16727 227.15625 402.1204L227.15625 405.04227Q227.15625 405.91727 227.375 406.4329L227.375 406.52664L226.23438 406.52664ZM224.4375 405.69852Q224.95312 405.69852 225.40625 405.4329Q225.85938 405.16727 226.0625 404.7454L226.0625 403.44852L225.21875 403.44852Q223.21875 403.44852 223.21875 404.6204Q223.21875 405.1204 223.5625 405.41727Q223.90625 405.69852 224.4375 405.69852ZM230.5 406.52664L229.42188 406.52664L229.42188 400.1829L230.5 400.1829L230.5 406.52664ZM229.32812 398.51102Q229.32812 398.2454 229.48438 398.0579Q229.65625 397.8704 229.96875 397.8704Q230.28125 397.8704 230.4375 398.0579Q230.60938 398.2454 230.60938 398.51102Q230.60938 398.76102 230.4375 398.94852Q230.28125 399.1204 229.96875 399.1204Q229.65625 399.1204 229.48438 398.94852Q229.32812 398.76102 229.32812 398.51102ZM233.34375 400.1829L233.375 400.97977Q234.10938 400.07352 235.28125 400.07352Q237.29688 400.07352 237.3125 402.33914L237.3125 406.52664L236.21875 406.52664L236.21875 402.32352Q236.21875 401.65164 235.90625 401.32352Q235.60938 400.9954 234.95312 400.9954Q234.42188 400.9954 234.01562 401.27664Q233.625 401.5579 233.40625 402.01102L233.40625 406.52664L232.32812 406.52664L232.32812 400.1829L233.34375 400.1829Z" fill-rule="nonzero"/><path fill="#666666" d="M103.703125 429.00345L102.578125 429.00345L102.578125 420.4722L103.703125 420.4722L103.703125 429.00345ZM113.9375 427.50345L115.15625 422.6597L116.234375 422.6597L114.390625 429.00345L113.515625 429.00345L111.96875 424.19095L110.46875 429.00345L109.59375 429.00345L107.75 422.6597L108.828125 422.6597L110.078125 427.4097L111.5625 422.6597L112.421875 422.6597L113.9375 427.50345ZM117.03125 425.76907Q117.03125 424.8472 117.390625 424.0972Q117.765625 423.3472 118.421875 422.95657Q119.078125 422.55032 119.90625 422.55032Q121.203125 422.55032 122.0 423.44095Q122.8125 424.33157 122.8125 425.83157L122.8125 425.9097Q122.8125 426.83157 122.453125 427.56595Q122.09375 428.30032 121.4375 428.7222Q120.78125 429.12845 119.921875 429.12845Q118.640625 429.12845 117.828125 428.23782Q117.03125 427.33157 117.03125 425.8472L117.03125 425.76907ZM118.125 425.9097Q118.125 426.95657 118.609375 427.5972Q119.109375 428.23782 119.921875 428.23782Q120.75 428.23782 121.234375 427.5972Q121.71875 426.94095 121.71875 425.76907Q121.71875 424.73782 121.21875 424.0972Q120.734375 423.44095 119.90625 423.44095Q119.109375 423.44095 118.609375 424.08157Q118.125 424.70657 118.125 425.9097ZM127.390625 423.62845Q127.140625 423.5972 126.859375 423.5972Q125.78125 423.5972 125.40625 424.50345L125.40625 429.00345L124.328125 429.00345L124.328125 422.6597L125.375 422.6597L125.390625 423.39407Q125.921875 422.55032 126.90625 422.55032Q127.21875 422.55032 127.390625 422.62845L127.390625 423.62845ZM130.09375 426.06595L129.40625 426.76907L129.40625 429.00345L128.32812 429.00345L128.32812 420.00345L129.40625 420.00345L129.40625 425.44095L129.98438 424.75345L131.96875 422.6597L133.28125 422.6597L130.8125 425.31595L133.57812 429.00345L132.29688 429.00345L130.09375 426.06595ZM137.03125 425.76907Q137.03125 424.8472 137.39062 424.0972Q137.76562 423.3472 138.42188 422.95657Q139.07812 422.55032 139.90625 422.55032Q141.20312 422.55032 142.0 423.44095Q142.8125 424.33157 142.8125 425.83157L142.8125 425.9097Q142.8125 426.83157 142.45312 427.56595Q142.09375 428.30032 141.4375 428.7222Q140.78125 429.12845 139.92188 429.12845Q138.64062 429.12845 137.82812 428.23782Q137.03125 427.33157 137.03125 425.8472L137.03125 425.76907ZM138.125 425.9097Q138.125 426.95657 138.60938 427.5972Q139.10938 428.23782 139.92188 428.23782Q140.75 428.23782 141.23438 427.5972Q141.71875 426.94095 141.71875 425.76907Q141.71875 424.73782 141.21875 424.0972Q140.73438 423.44095 139.90625 423.44095Q139.10938 423.44095 138.60938 424.08157Q138.125 424.70657 138.125 425.9097ZM145.34375 422.6597L145.375 423.45657Q146.10938 422.55032 147.28125 422.55032Q149.29688 422.55032 149.3125 424.81595L149.3125 429.00345L148.21875 429.00345L148.21875 424.80032Q148.21875 424.12845 147.90625 423.80032Q147.60938 423.4722 146.95312 423.4722Q146.42188 423.4722 146.01562 423.75345Q145.625 424.0347 145.40625 424.48782L145.40625 429.00345L144.32812 429.00345L144.32812 422.6597L145.34375 422.6597ZM156.95312 429.12845Q155.65625 429.12845 154.84375 428.2847Q154.04688 427.42532 154.04688 426.00345L154.04688 425.81595Q154.04688 424.86282 154.40625 424.12845Q154.76562 423.37845 155.40625 422.9722Q156.0625 422.55032 156.8125 422.55032Q158.04688 422.55032 158.73438 423.36282Q159.42188 424.17532 159.42188 425.69095L159.42188 426.14407L155.125 426.14407Q155.15625 427.08157 155.67188 427.6597Q156.20312 428.23782 157.01562 428.23782Q157.57812 428.23782 157.96875 428.00345Q158.375 427.76907 158.6875 427.37845L159.34375 427.89407Q158.54688 429.12845 156.95312 429.12845ZM156.8125 423.44095Q156.15625 423.44095 155.70312 423.92532Q155.26562 424.39407 155.17188 425.25345L158.34375 425.25345L158.34375 425.17532Q158.29688 424.3472 157.89062 423.89407Q157.5 423.44095 156.8125 423.44095ZM161.34375 422.6597L161.375 423.36282Q162.0625 422.55032 163.25 422.55032Q164.57812 422.55032 165.0625 423.56595Q165.375 423.11282 165.875 422.83157Q166.39062 422.55032 167.07812 422.55032Q169.17188 422.55032 169.20312 424.75345L169.20312 429.00345L168.125 429.00345L168.125 424.81595Q168.125 424.14407 167.8125 423.81595Q167.5 423.4722 166.76562 423.4722Q166.15625 423.4722 165.75 423.83157Q165.35938 424.19095 165.29688 424.80032L165.29688 429.00345L164.21875 429.00345L164.21875 424.8472Q164.21875 423.4722 162.85938 423.4722Q161.79688 423.4722 161.40625 424.37845L161.40625 429.00345L160.3125 429.00345L160.3125 422.6597L161.34375 422.6597ZM176.6875 425.9097Q176.6875 427.36282 176.01562 428.25345Q175.35938 429.12845 174.23438 429.12845Q173.03125 429.12845 172.375 428.26907L172.3125 429.00345L171.32812 429.00345L171.32812 420.00345L172.40625 420.00345L172.40625 423.36282Q173.0625 422.55032 174.21875 422.55032Q175.375 422.55032 176.03125 423.42532Q176.6875 424.2847 176.6875 425.81595L176.6875 425.9097ZM175.60938 425.7847Q175.60938 424.67532 175.17188 424.08157Q174.75 423.4722 173.95312 423.4722Q172.875 423.4722 172.40625 424.45657L172.40625 427.20657Q172.90625 428.20657 173.95312 428.20657Q174.73438 428.20657 175.17188 427.5972Q175.60938 426.98782 175.60938 425.7847ZM180.95312 429.12845Q179.65625 429.12845 178.84375 428.2847Q178.04688 427.42532 178.04688 426.00345L178.04688 425.81595Q178.04688 424.86282 178.40625 424.12845Q178.76562 423.37845 179.40625 422.9722Q180.0625 422.55032 180.8125 422.55032Q182.04688 422.55032 182.73438 423.36282Q183.42188 424.17532 183.42188 425.69095L183.42188 426.14407L179.125 426.14407Q179.15625 427.08157 179.67188 427.6597Q180.20312 428.23782 181.01562 428.23782Q181.57812 428.23782 181.96875 428.00345Q182.375 427.76907 182.6875 427.37845L183.34375 427.89407Q182.54688 429.12845 180.95312 429.12845ZM180.8125 423.44095Q180.15625 423.44095 179.70312 423.92532Q179.26562 424.39407 179.17188 425.25345L182.34375 425.25345L182.34375 425.17532Q182.29688 424.3472 181.89062 423.89407Q181.5 423.44095 180.8125 423.44095ZM184.0625 425.7847Q184.0625 424.31595 184.75 423.44095Q185.4375 422.55032 186.5625 422.55032Q187.67188 422.55032 188.32812 423.30032L188.32812 420.00345L189.40625 420.00345L189.40625 429.00345L188.40625 429.00345L188.35938 428.31595Q187.70312 429.12845 186.54688 429.12845Q185.45312 429.12845 184.75 428.2222Q184.0625 427.31595 184.0625 425.86282L184.0625 425.7847ZM185.14062 425.9097Q185.14062 426.98782 185.57812 427.5972Q186.03125 428.20657 186.8125 428.20657Q187.84375 428.20657 188.32812 427.26907L188.32812 424.36282Q187.84375 423.4722 186.82812 423.4722Q186.03125 423.4722 185.57812 424.08157Q185.14062 424.69095 185.14062 425.9097ZM191.0625 425.7847Q191.0625 424.31595 191.75 423.44095Q192.4375 422.55032 193.5625 422.55032Q194.67188 422.55032 195.32812 423.30032L195.32812 420.00345L196.40625 420.00345L196.40625 429.00345L195.40625 429.00345L195.35938 428.31595Q194.70312 429.12845 193.54688 429.12845Q192.45312 429.12845 191.75 428.2222Q191.0625 427.31595 191.0625 425.86282L191.0625 425.7847ZM192.14062 425.9097Q192.14062 426.98782 192.57812 427.5972Q193.03125 428.20657 193.8125 428.20657Q194.84375 428.20657 195.32812 427.26907L195.32812 424.36282Q194.84375 423.4722 193.82812 423.4722Q193.03125 423.4722 192.57812 424.08157Q192.14062 424.69095 192.14062 425.9097ZM200.95312 429.12845Q199.65625 429.12845 198.84375 428.2847Q198.04688 427.42532 198.04688 426.00345L198.04688 425.81595Q198.04688 424.86282 198.40625 424.12845Q198.76562 423.37845 199.40625 422.9722Q200.0625 422.55032 200.8125 422.55032Q202.04688 422.55032 202.73438 423.36282Q203.42188 424.17532 203.42188 425.69095L203.42188 426.14407L199.125 426.14407Q199.15625 427.08157 199.67188 427.6597Q200.20312 428.23782 201.01562 428.23782Q201.57812 428.23782 201.96875 428.00345Q202.375 427.76907 202.6875 427.37845L203.34375 427.89407Q202.54688 429.12845 200.95312 429.12845ZM200.8125 423.44095Q200.15625 423.44095 199.70312 423.92532Q199.26562 424.39407 199.17188 425.25345L202.34375 425.25345L202.34375 425.17532Q202.29688 424.3472 201.89062 423.89407Q201.5 423.44095 200.8125 423.44095ZM204.0625 425.7847Q204.0625 424.31595 204.75 423.44095Q205.4375 422.55032 206.5625 422.55032Q207.67188 422.55032 208.32812 423.30032L208.32812 420.00345L209.40625 420.00345L209.40625 429.00345L208.40625 429.00345L208.35938 428.31595Q207.70312 429.12845 206.54688 429.12845Q205.45312 429.12845 204.75 428.2222Q204.0625 427.31595 204.0625 425.86282L204.0625 425.7847ZM205.14062 425.9097Q205.14062 426.98782 205.57812 427.5972Q206.03125 428.20657 206.8125 428.20657Q207.84375 428.20657 208.32812 427.26907L208.32812 424.36282Q207.84375 423.4722 206.82812 423.4722Q206.03125 423.4722 205.57812 424.08157Q205.14062 424.69095 205.14062 425.9097ZM214.53125 429.73782L213.60938 429.73782L217.17188 420.4722L218.09375 420.4722L214.53125 429.73782ZM223.70312 429.00345L222.57812 429.00345L222.57812 420.4722L223.70312 420.4722L223.70312 429.00345ZM225.03125 425.76907Q225.03125 424.8472 225.39062 424.0972Q225.76562 423.3472 226.42188 422.95657Q227.07812 422.55032 227.90625 422.55032Q229.20312 422.55032 230.0 423.44095Q230.8125 424.33157 230.8125 425.83157L230.8125 425.9097Q230.8125 426.83157 230.45312 427.56595Q230.09375 428.30032 229.4375 428.7222Q228.78125 429.12845 227.92188 429.12845Q226.64062 429.12845 225.82812 428.23782Q225.03125 427.33157 225.03125 425.8472L225.03125 425.76907ZM226.125 425.9097Q226.125 426.95657 226.60938 427.5972Q227.10938 428.23782 227.92188 428.23782Q228.75 428.23782 229.23438 427.5972Q229.71875 426.94095 229.71875 425.76907Q229.71875 424.73782 229.21875 424.0972Q228.73438 423.44095 227.90625 423.44095Q227.10938 423.44095 226.60938 424.08157Q226.125 424.70657 226.125 425.9097ZM238.39062 421.39407L235.64062 421.39407L235.64062 429.00345L234.53125 429.00345L234.53125 421.39407L231.78125 421.39407L231.78125 420.4722L238.39062 420.4722L238.39062 421.39407Z" fill-rule="nonzero"/><path fill="#666666" d="M169.0625 440.7847Q169.0625 439.31595 169.75 438.44095Q170.4375 437.55032 171.5625 437.55032Q172.67188 437.55032 173.32812 438.30032L173.32812 435.00345L174.40625 435.00345L174.40625 444.00345L173.40625 444.00345L173.35938 443.31595Q172.70312 444.12845 171.54688 444.12845Q170.45312 444.12845 169.75 443.2222Q169.0625 442.31595 169.0625 440.86282L169.0625 440.7847ZM170.14062 440.9097Q170.14062 441.98782 170.57812 442.5972Q171.03125 443.20657 171.8125 443.20657Q172.84375 443.20657 173.32812 442.26907L173.32812 439.36282Q172.84375 438.4722 171.82812 438.4722Q171.03125 438.4722 170.57812 439.08157Q170.14062 439.69095 170.14062 440.9097ZM178.95312 444.12845Q177.65625 444.12845 176.84375 443.2847Q176.04688 442.42532 176.04688 441.00345L176.04688 440.81595Q176.04688 439.86282 176.40625 439.12845Q176.76562 438.37845 177.40625 437.9722Q178.0625 437.55032 178.8125 437.55032Q180.04688 437.55032 180.73438 438.36282Q181.42188 439.17532 181.42188 440.69095L181.42188 441.14407L177.125 441.14407Q177.15625 442.08157 177.67188 442.6597Q178.20312 443.23782 179.01562 443.23782Q179.57812 443.23782 179.96875 443.00345Q180.375 442.76907 180.6875 442.37845L181.34375 442.89407Q180.54688 444.12845 178.95312 444.12845ZM178.8125 438.44095Q178.15625 438.44095 177.70312 438.92532Q177.26562 439.39407 177.17188 440.25345L180.34375 440.25345L180.34375 440.17532Q180.29688 439.3472 179.89062 438.89407Q179.5 438.44095 178.8125 438.44095ZM184.40625 442.5347L185.98438 437.6597L187.09375 437.6597L184.8125 444.00345L183.98438 444.00345L181.6875 437.6597L182.79688 437.6597L184.40625 442.5347ZM190.95312 444.12845Q189.65625 444.12845 188.84375 443.2847Q188.04688 442.42532 188.04688 441.00345L188.04688 440.81595Q188.04688 439.86282 188.40625 439.12845Q188.76562 438.37845 189.40625 437.9722Q190.0625 437.55032 190.8125 437.55032Q192.04688 437.55032 192.73438 438.36282Q193.42188 439.17532 193.42188 440.69095L193.42188 441.14407L189.125 441.14407Q189.15625 442.08157 189.67188 442.6597Q190.20312 443.23782 191.01562 443.23782Q191.57812 443.23782 191.96875 443.00345Q192.375 442.76907 192.6875 442.37845L193.34375 442.89407Q192.54688 444.12845 190.95312 444.12845ZM190.8125 438.44095Q190.15625 438.44095 189.70312 438.92532Q189.26562 439.39407 189.17188 440.25345L192.34375 440.25345L192.34375 440.17532Q192.29688 439.3472 191.89062 438.89407Q191.5 438.44095 190.8125 438.44095ZM195.5 444.00345L194.42188 444.00345L194.42188 435.00345L195.5 435.00345L195.5 444.00345ZM197.03125 440.76907Q197.03125 439.8472 197.39062 439.0972Q197.76562 438.3472 198.42188 437.95657Q199.07812 437.55032 199.90625 437.55032Q201.20312 437.55032 202.0 438.44095Q202.8125 439.33157 202.8125 440.83157L202.8125 440.9097Q202.8125 441.83157 202.45312 442.56595Q202.09375 443.30032 201.4375 443.7222Q200.78125 444.12845 199.92188 444.12845Q198.64062 444.12845 197.82812 443.23782Q197.03125 442.33157 197.03125 440.8472L197.03125 440.76907ZM198.125 440.9097Q198.125 441.95657 198.60938 442.5972Q199.10938 443.23782 199.92188 443.23782Q200.75 443.23782 201.23438 442.5972Q201.71875 441.94095 201.71875 440.76907Q201.71875 439.73782 201.21875 439.0972Q200.73438 438.44095 199.90625 438.44095Q199.10938 438.44095 198.60938 439.08157Q198.125 439.70657 198.125 440.9097ZM209.67188 440.9097Q209.67188 442.3472 209.01562 443.23782Q208.35938 444.12845 207.21875 444.12845Q206.0625 444.12845 205.40625 443.39407L205.40625 446.44095L204.32812 446.44095L204.32812 437.6597L205.3125 437.6597L205.35938 438.36282Q206.03125 437.55032 207.20312 437.55032Q208.34375 437.55032 209.0 438.4097Q209.67188 439.26907 209.67188 440.80032L209.67188 440.9097ZM208.59375 440.7847Q208.59375 439.70657 208.125 439.0972Q207.67188 438.4722 206.875 438.4722Q205.89062 438.4722 205.40625 439.33157L205.40625 442.36282Q205.89062 443.23782 206.89062 443.23782Q207.67188 443.23782 208.125 442.62845Q208.59375 442.00345 208.59375 440.7847ZM212.34375 437.6597L212.375 438.36282Q213.0625 437.55032 214.25 437.55032Q215.57812 437.55032 216.0625 438.56595Q216.375 438.11282 216.875 437.83157Q217.39062 437.55032 218.07812 437.55032Q220.17188 437.55032 220.20312 439.75345L220.20312 444.00345L219.125 444.00345L219.125 439.81595Q219.125 439.14407 218.8125 438.81595Q218.5 438.4722 217.76562 438.4722Q217.15625 438.4722 216.75 438.83157Q216.35938 439.19095 216.29688 439.80032L216.29688 444.00345L215.21875 444.00345L215.21875 439.8472Q215.21875 438.4722 213.85938 438.4722Q212.79688 438.4722 212.40625 439.37845L212.40625 444.00345L211.3125 444.00345L211.3125 437.6597L212.34375 437.6597ZM224.95312 444.12845Q223.65625 444.12845 222.84375 443.2847Q222.04688 442.42532 222.04688 441.00345L222.04688 440.81595Q222.04688 439.86282 222.40625 439.12845Q222.76562 438.37845 223.40625 437.9722Q224.0625 437.55032 224.8125 437.55032Q226.04688 437.55032 226.73438 438.36282Q227.42188 439.17532 227.42188 440.69095L227.42188 441.14407L223.125 441.14407Q223.15625 442.08157 223.67188 442.6597Q224.20312 443.23782 225.01562 443.23782Q225.57812 443.23782 225.96875 443.00345Q226.375 442.76907 226.6875 442.37845L227.34375 442.89407Q226.54688 444.12845 224.95312 444.12845ZM224.8125 438.44095Q224.15625 438.44095 223.70312 438.92532Q223.26562 439.39407 223.17188 440.25345L226.34375 440.25345L226.34375 440.17532Q226.29688 439.3472 225.89062 438.89407Q225.5 438.44095 224.8125 438.44095ZM229.34375 437.6597L229.375 438.45657Q230.10938 437.55032 231.28125 437.55032Q233.29688 437.55032 233.3125 439.81595L233.3125 444.00345L232.21875 444.00345L232.21875 439.80032Q232.21875 439.12845 231.90625 438.80032Q231.60938 438.4722 230.95312 438.4722Q230.42188 438.4722 230.01562 438.75345Q229.625 439.0347 229.40625 439.48782L229.40625 444.00345L228.32812 444.00345L228.32812 437.6597L229.34375 437.6597ZM236.79688 436.12845L236.79688 437.6597L237.96875 437.6597L237.96875 438.50345L236.79688 438.50345L236.79688 442.42532Q236.79688 442.81595 236.95312 443.00345Q237.10938 443.19095 237.48438 443.19095Q237.67188 443.19095 238.0 443.12845L238.0 444.00345Q237.57812 444.12845 237.17188 444.12845Q236.45312 444.12845 236.07812 443.69095Q235.70312 443.23782 235.70312 442.42532L235.70312 438.50345L234.54688 438.50345L234.54688 437.6597L235.70312 437.6597L235.70312 436.12845L236.79688 436.12845Z" fill-rule="nonzero"/><path fill="#666666" d="M66.046875 466.48026L64.921875 466.48026L60.625 459.90213L60.625 466.48026L59.484375 466.48026L59.484375 457.949L60.625 457.949L64.921875 464.55838L64.921875 457.949L66.046875 457.949L66.046875 466.48026ZM70.953125 466.60526Q69.65625 466.60526 68.84375 465.7615Q68.046875 464.90213 68.046875 463.48026L68.046875 463.29276Q68.046875 462.33963 68.40625 461.60526Q68.765625 460.85526 69.40625 460.449Q70.0625 460.02713 70.8125 460.02713Q72.046875 460.02713 72.734375 460.83963Q73.421875 461.65213 73.421875 463.16776L73.421875 463.62088L69.125 463.62088Q69.15625 464.55838 69.671875 465.1365Q70.203125 465.71463 71.015625 465.71463Q71.578125 465.71463 71.96875 465.48026Q72.375 465.24588 72.6875 464.85526L73.34375 465.37088Q72.546875 466.60526 70.953125 466.60526ZM70.8125 460.91776Q70.15625 460.91776 69.703125 461.40213Q69.265625 461.87088 69.171875 462.73026L72.34375 462.73026L72.34375 462.65213Q72.296875 461.824 71.890625 461.37088Q71.5 460.91776 70.8125 460.91776ZM76.953125 466.60526Q75.65625 466.60526 74.84375 465.7615Q74.046875 464.90213 74.046875 463.48026L74.046875 463.29276Q74.046875 462.33963 74.40625 461.60526Q74.765625 460.85526 75.40625 460.449Q76.0625 460.02713 76.8125 460.02713Q78.046875 460.02713 78.734375 460.83963Q79.421875 461.65213 79.421875 463.16776L79.421875 463.62088L75.125 463.62088Q75.15625 464.55838 75.671875 465.1365Q76.203125 465.71463 77.015625 465.71463Q77.578125 465.71463 77.96875 465.48026Q78.375 465.24588 78.6875 464.85526L79.34375 465.37088Q78.546875 466.60526 76.953125 466.60526ZM76.8125 460.91776Q76.15625 460.91776 75.703125 461.40213Q75.265625 461.87088 75.171875 462.73026L78.34375 462.73026L78.34375 462.65213Q78.296875 461.824 77.890625 461.37088Q77.5 460.91776 76.8125 460.91776ZM80.0625 463.2615Q80.0625 461.79276 80.75 460.91776Q81.4375 460.02713 82.5625 460.02713Q83.671875 460.02713 84.328125 460.77713L84.328125 457.48026L85.40625 457.48026L85.40625 466.48026L84.40625 466.48026L84.359375 465.79276Q83.703125 466.60526 82.546875 466.60526Q81.453125 466.60526 80.75 465.699Q80.0625 464.79276 80.0625 463.33963L80.0625 463.2615ZM81.140625 463.3865Q81.140625 464.46463 81.578125 465.074Q82.03125 465.68338 82.8125 465.68338Q83.84375 465.68338 84.328125 464.74588L84.328125 461.83963Q83.84375 460.949 82.828125 460.949Q82.03125 460.949 81.578125 461.55838Q81.140625 462.16776 81.140625 463.3865ZM91.5 466.48026L90.421875 466.48026L90.421875 457.48026L91.5 457.48026L91.5 466.48026ZM93.03125 463.24588Q93.03125 462.324 93.390625 461.574Q93.765625 460.824 94.421875 460.43338Q95.078125 460.02713 95.90625 460.02713Q97.203125 460.02713 98.0 460.91776Q98.8125 461.80838 98.8125 463.30838L98.8125 463.3865Q98.8125 464.30838 98.453125 465.04276Q98.09375 465.77713 97.4375 466.199Q96.78125 466.60526 95.921875 466.60526Q94.640625 466.60526 93.828125 465.71463Q93.03125 464.80838 93.03125 463.324L93.03125 463.24588ZM94.125 463.3865Q94.125 464.43338 94.609375 465.074Q95.109375 465.71463 95.921875 465.71463Q96.75 465.71463 97.234375 465.074Q97.71875 464.41776 97.71875 463.24588Q97.71875 462.21463 97.21875 461.574Q96.734375 460.91776 95.90625 460.91776Q95.109375 460.91776 94.609375 461.55838Q94.125 462.18338 94.125 463.3865ZM105.9375 464.98026L107.15625 460.1365L108.234375 460.1365L106.390625 466.48026L105.515625 466.48026L103.96875 461.66776L102.46875 466.48026L101.59375 466.48026L99.75 460.1365L100.828125 460.1365L102.078125 464.8865L103.5625 460.1365L104.421875 460.1365L105.9375 464.98026ZM111.953125 466.60526Q110.65625 466.60526 109.84375 465.7615Q109.046875 464.90213 109.046875 463.48026L109.046875 463.29276Q109.046875 462.33963 109.40625 461.60526Q109.765625 460.85526 110.40625 460.449Q111.0625 460.02713 111.8125 460.02713Q113.046875 460.02713 113.734375 460.83963Q114.421875 461.65213 114.421875 463.16776L114.421875 463.62088L110.125 463.62088Q110.15625 464.55838 110.671875 465.1365Q111.203125 465.71463 112.015625 465.71463Q112.578125 465.71463 112.96875 465.48026Q113.375 465.24588 113.6875 464.85526L114.34375 465.37088Q113.546875 466.60526 111.953125 466.60526ZM111.8125 460.91776Q111.15625 460.91776 110.703125 461.40213Q110.265625 461.87088 110.171875 462.73026L113.34375 462.73026L113.34375 462.65213Q113.296875 461.824 112.890625 461.37088Q112.5 460.91776 111.8125 460.91776ZM118.390625 461.10526Q118.140625 461.074 117.859375 461.074Q116.78125 461.074 116.40625 461.98026L116.40625 466.48026L115.328125 466.48026L115.328125 460.1365L116.375 460.1365L116.390625 460.87088Q116.921875 460.02713 117.90625 460.02713Q118.21875 460.02713 118.390625 460.10526L118.390625 461.10526ZM121.578125 463.29276L118.71875 463.29276L118.71875 462.41776L121.578125 462.41776L121.578125 463.29276ZM123.5 466.48026L122.421875 466.48026L122.421875 457.48026L123.5 457.48026L123.5 466.48026ZM127.953125 466.60526Q126.65625 466.60526 125.84375 465.7615Q125.046875 464.90213 125.046875 463.48026L125.046875 463.29276Q125.046875 462.33963 125.40625 461.60526Q125.765625 460.85526 126.40625 460.449Q127.0625 460.02713 127.8125 460.02713Q129.04688 460.02713 129.73438 460.83963Q130.42188 461.65213 130.42188 463.16776L130.42188 463.62088L126.125 463.62088Q126.15625 464.55838 126.671875 465.1365Q127.203125 465.71463 128.01562 465.71463Q128.57812 465.71463 128.96875 465.48026Q129.375 465.24588 129.6875 464.85526L130.34375 465.37088Q129.54688 466.60526 127.953125 466.60526ZM127.8125 460.91776Q127.15625 460.91776 126.703125 461.40213Q126.265625 461.87088 126.171875 462.73026L129.34375 462.73026L129.34375 462.65213Q129.29688 461.824 128.89062 461.37088Q128.5 460.91776 127.8125 460.91776ZM133.40625 465.0115L134.98438 460.1365L136.09375 460.1365L133.8125 466.48026L132.98438 466.48026L130.6875 460.1365L131.79688 460.1365L133.40625 465.0115ZM139.95312 466.60526Q138.65625 466.60526 137.84375 465.7615Q137.04688 464.90213 137.04688 463.48026L137.04688 463.29276Q137.04688 462.33963 137.40625 461.60526Q137.76562 460.85526 138.40625 460.449Q139.0625 460.02713 139.8125 460.02713Q141.04688 460.02713 141.73438 460.83963Q142.42188 461.65213 142.42188 463.16776L142.42188 463.62088L138.125 463.62088Q138.15625 464.55838 138.67188 465.1365Q139.20312 465.71463 140.01562 465.71463Q140.57812 465.71463 140.96875 465.48026Q141.375 465.24588 141.6875 464.85526L142.34375 465.37088Q141.54688 466.60526 139.95312 466.60526ZM139.8125 460.91776Q139.15625 460.91776 138.70312 461.40213Q138.26562 461.87088 138.17188 462.73026L141.34375 462.73026L141.34375 462.65213Q141.29688 461.824 140.89062 461.37088Q140.5 460.91776 139.8125 460.91776ZM144.5 466.48026L143.42188 466.48026L143.42188 457.48026L144.5 457.48026L144.5 466.48026ZM153.23438 466.48026Q153.14062 466.29276 153.07812 465.80838Q152.32812 466.60526 151.28125 466.60526Q150.34375 466.60526 149.73438 466.074Q149.14062 465.54276 149.14062 464.71463Q149.14062 463.73026 149.89062 463.18338Q150.64062 462.6365 152.01562 462.6365L153.0625 462.6365L153.0625 462.1365Q153.0625 461.574 152.71875 461.24588Q152.39062 460.90213 151.71875 460.90213Q151.14062 460.90213 150.75 461.199Q150.35938 461.48026 150.35938 461.90213L149.26562 461.90213Q149.26562 461.41776 149.59375 460.98026Q149.9375 460.54276 150.51562 460.29276Q151.09375 460.02713 151.78125 460.02713Q152.89062 460.02713 153.5 460.574Q154.125 461.12088 154.15625 462.074L154.15625 464.99588Q154.15625 465.87088 154.375 466.3865L154.375 466.48026L153.23438 466.48026ZM151.4375 465.65213Q151.95312 465.65213 152.40625 465.3865Q152.85938 465.12088 153.0625 464.699L153.0625 463.40213L152.21875 463.40213Q150.21875 463.40213 150.21875 464.574Q150.21875 465.074 150.5625 465.37088Q150.90625 465.65213 151.4375 465.65213ZM158.85938 465.71463Q159.4375 465.71463 159.875 465.37088Q160.3125 465.0115 160.35938 464.48026L161.39062 464.48026Q161.35938 465.02713 161.0 465.52713Q160.65625 466.0115 160.07812 466.30838Q159.51562 466.60526 158.85938 466.60526Q157.5625 466.60526 156.79688 465.74588Q156.04688 464.87088 156.04688 463.37088L156.04688 463.18338Q156.04688 462.2615 156.375 461.54276Q156.71875 460.824 157.34375 460.43338Q157.98438 460.02713 158.85938 460.02713Q159.92188 460.02713 160.625 460.66776Q161.34375 461.29276 161.39062 462.324L160.35938 462.324Q160.3125 461.699 159.89062 461.30838Q159.46875 460.91776 158.85938 460.91776Q158.03125 460.91776 157.57812 461.5115Q157.125 462.10526 157.125 463.23026L157.125 463.43338Q157.125 464.52713 157.57812 465.12088Q158.03125 465.71463 158.85938 465.71463ZM164.85938 465.71463Q165.4375 465.71463 165.875 465.37088Q166.3125 465.0115 166.35938 464.48026L167.39062 464.48026Q167.35938 465.02713 167.0 465.52713Q166.65625 466.0115 166.07812 466.30838Q165.51562 466.60526 164.85938 466.60526Q163.5625 466.60526 162.79688 465.74588Q162.04688 464.87088 162.04688 463.37088L162.04688 463.18338Q162.04688 462.2615 162.375 461.54276Q162.71875 460.824 163.34375 460.43338Q163.98438 460.02713 164.85938 460.02713Q165.92188 460.02713 166.625 460.66776Q167.34375 461.29276 167.39062 462.324L166.35938 462.324Q166.3125 461.699 165.89062 461.30838Q165.46875 460.91776 164.85938 460.91776Q164.03125 460.91776 163.57812 461.5115Q163.125 462.10526 163.125 463.23026L163.125 463.43338Q163.125 464.52713 163.57812 465.12088Q164.03125 465.71463 164.85938 465.71463ZM170.95312 466.60526Q169.65625 466.60526 168.84375 465.7615Q168.04688 464.90213 168.04688 463.48026L168.04688 463.29276Q168.04688 462.33963 168.40625 461.60526Q168.76562 460.85526 169.40625 460.449Q170.0625 460.02713 170.8125 460.02713Q172.04688 460.02713 172.73438 460.83963Q173.42188 461.65213 173.42188 463.16776L173.42188 463.62088L169.125 463.62088Q169.15625 464.55838 169.67188 465.1365Q170.20312 465.71463 171.01562 465.71463Q171.57812 465.71463 171.96875 465.48026Q172.375 465.24588 172.6875 464.85526L173.34375 465.37088Q172.54688 466.60526 170.95312 466.60526ZM170.8125 460.91776Q170.15625 460.91776 169.70312 461.40213Q169.26562 461.87088 169.17188 462.73026L172.34375 462.73026L172.34375 462.65213Q172.29688 461.824 171.89062 461.37088Q171.5 460.91776 170.8125 460.91776ZM178.01562 464.79276Q178.01562 464.35526 177.67188 464.12088Q177.34375 463.87088 176.51562 463.699Q175.70312 463.52713 175.21875 463.27713Q174.73438 463.02713 174.5 462.699Q174.28125 462.35526 174.28125 461.8865Q174.28125 461.10526 174.9375 460.574Q175.59375 460.02713 176.625 460.02713Q177.70312 460.02713 178.35938 460.58963Q179.03125 461.1365 179.03125 461.99588L177.95312 461.99588Q177.95312 461.55838 177.5625 461.24588Q177.1875 460.91776 176.625 460.91776Q176.03125 460.91776 175.6875 461.18338Q175.35938 461.43338 175.35938 461.83963Q175.35938 462.23026 175.67188 462.43338Q175.98438 462.6365 176.79688 462.824Q177.60938 462.99588 178.10938 463.24588Q178.60938 463.49588 178.84375 463.85526Q179.09375 464.21463 179.09375 464.71463Q179.09375 465.574 178.40625 466.08963Q177.73438 466.60526 176.65625 466.60526Q175.89062 466.60526 175.29688 466.33963Q174.71875 466.05838 174.39062 465.574Q174.0625 465.08963 174.0625 464.52713L175.14062 464.52713Q175.17188 465.074 175.57812 465.40213Q175.98438 465.71463 176.65625 465.71463Q177.26562 465.71463 177.64062 465.46463Q178.01562 465.21463 178.01562 464.79276ZM184.01562 464.79276Q184.01562 464.35526 183.67188 464.12088Q183.34375 463.87088 182.51562 463.699Q181.70312 463.52713 181.21875 463.27713Q180.73438 463.02713 180.5 462.699Q180.28125 462.35526 180.28125 461.8865Q180.28125 461.10526 180.9375 460.574Q181.59375 460.02713 182.625 460.02713Q183.70312 460.02713 184.35938 460.58963Q185.03125 461.1365 185.03125 461.99588L183.95312 461.99588Q183.95312 461.55838 183.5625 461.24588Q183.1875 460.91776 182.625 460.91776Q182.03125 460.91776 181.6875 461.18338Q181.35938 461.43338 181.35938 461.83963Q181.35938 462.23026 181.67188 462.43338Q181.98438 462.6365 182.79688 462.824Q183.60938 462.99588 184.10938 463.24588Q184.60938 463.49588 184.84375 463.85526Q185.09375 464.21463 185.09375 464.71463Q185.09375 465.574 184.40625 466.08963Q183.73438 466.60526 182.65625 466.60526Q181.89062 466.60526 181.29688 466.33963Q180.71875 466.05838 180.39062 465.574Q180.0625 465.08963 180.0625 464.52713L181.14062 464.52713Q181.17188 465.074 181.57812 465.40213Q181.98438 465.71463 182.65625 465.71463Q183.26562 465.71463 183.64062 465.46463Q184.01562 465.21463 184.01562 464.79276ZM189.53125 467.21463L188.60938 467.21463L192.17188 457.949L193.09375 457.949L189.53125 467.21463ZM200.39062 461.10526Q200.14062 461.074 199.85938 461.074Q198.78125 461.074 198.40625 461.98026L198.40625 466.48026L197.32812 466.48026L197.32812 460.1365L198.375 460.1365L198.39062 460.87088Q198.92188 460.02713 199.90625 460.02713Q200.21875 460.02713 200.39062 460.10526L200.39062 461.10526ZM205.23438 465.85526Q204.60938 466.60526 203.375 466.60526Q202.35938 466.60526 201.82812 466.0115Q201.29688 465.41776 201.29688 464.2615L201.29688 460.1365L202.375 460.1365L202.375 464.23026Q202.375 465.68338 203.54688 465.68338Q204.79688 465.68338 205.20312 464.74588L205.20312 460.1365L206.29688 460.1365L206.29688 466.48026L205.26562 466.48026L205.23438 465.85526ZM209.34375 460.1365L209.375 460.93338Q210.10938 460.02713 211.28125 460.02713Q213.29688 460.02713 213.3125 462.29276L213.3125 466.48026L212.21875 466.48026L212.21875 462.27713Q212.21875 461.60526 211.90625 461.27713Q211.60938 460.949 210.95312 460.949Q210.42188 460.949 210.01562 461.23026Q209.625 461.5115 209.40625 461.96463L209.40625 466.48026L208.32812 466.48026L208.32812 460.1365L209.34375 460.1365ZM216.79688 458.60526L216.79688 460.1365L217.96875 460.1365L217.96875 460.98026L216.79688 460.98026L216.79688 464.90213Q216.79688 465.29276 216.95312 465.48026Q217.10938 465.66776 217.48438 465.66776Q217.67188 465.66776 218.0 465.60526L218.0 466.48026Q217.57812 466.60526 217.17188 466.60526Q216.45312 466.60526 216.07812 466.16776Q215.70312 465.71463 215.70312 464.90213L215.70312 460.98026L214.54688 460.98026L214.54688 460.1365L215.70312 460.1365L215.70312 458.60526L216.79688 458.60526ZM220.5 466.48026L219.42188 466.48026L219.42188 460.1365L220.5 460.1365L220.5 466.48026ZM219.32812 458.46463Q219.32812 458.199 219.48438 458.0115Q219.65625 457.824 219.96875 457.824Q220.28125 457.824 220.4375 458.0115Q220.60938 458.199 220.60938 458.46463Q220.60938 458.71463 220.4375 458.90213Q220.28125 459.074 219.96875 459.074Q219.65625 459.074 219.48438 458.90213Q219.32812 458.71463 219.32812 458.46463ZM223.34375 460.1365L223.375 460.83963Q224.0625 460.02713 225.25 460.02713Q226.57812 460.02713 227.0625 461.04276Q227.375 460.58963 227.875 460.30838Q228.39062 460.02713 229.07812 460.02713Q231.17188 460.02713 231.20312 462.23026L231.20312 466.48026L230.125 466.48026L230.125 462.29276Q230.125 461.62088 229.8125 461.29276Q229.5 460.949 228.76562 460.949Q228.15625 460.949 227.75 461.30838Q227.35938 461.66776 227.29688 462.27713L227.29688 466.48026L226.21875 466.48026L226.21875 462.324Q226.21875 460.949 224.85938 460.949Q223.79688 460.949 223.40625 461.85526L223.40625 466.48026L222.3125 466.48026L222.3125 460.1365L223.34375 460.1365ZM235.95312 466.60526Q234.65625 466.60526 233.84375 465.7615Q233.04688 464.90213 233.04688 463.48026L233.04688 463.29276Q233.04688 462.33963 233.40625 461.60526Q233.76562 460.85526 234.40625 460.449Q235.0625 460.02713 235.8125 460.02713Q237.04688 460.02713 237.73438 460.83963Q238.42188 461.65213 238.42188 463.16776L238.42188 463.62088L234.125 463.62088Q234.15625 464.55838 234.67188 465.1365Q235.20312 465.71463 236.01562 465.71463Q236.57812 465.71463 236.96875 465.48026Q237.375 465.24588 237.6875 464.85526L238.34375 465.37088Q237.54688 466.60526 235.95312 466.60526ZM235.8125 460.91776Q235.15625 460.91776 234.70312 461.40213Q234.26562 461.87088 234.17188 462.73026L237.34375 462.73026L237.34375 462.65213Q237.29688 461.824 236.89062 461.37088Q236.5 460.91776 235.8125 460.91776Z" fill-rule="nonzero"/><path fill="#666666" d="M203.85938 480.71463Q204.4375 480.71463 204.875 480.37088Q205.3125 480.0115 205.35938 479.48026L206.39062 479.48026Q206.35938 480.02713 206.0 480.52713Q205.65625 481.0115 205.07812 481.30838Q204.51562 481.60526 203.85938 481.60526Q202.5625 481.60526 201.79688 480.74588Q201.04688 479.87088 201.04688 478.37088L201.04688 478.18338Q201.04688 477.2615 201.375 476.54276Q201.71875 475.824 202.34375 475.43338Q202.98438 475.02713 203.85938 475.02713Q204.92188 475.02713 205.625 475.66776Q206.34375 476.29276 206.39062 477.324L205.35938 477.324Q205.3125 476.699 204.89062 476.30838Q204.46875 475.91776 203.85938 475.91776Q203.03125 475.91776 202.57812 476.5115Q202.125 477.10526 202.125 478.23026L202.125 478.43338Q202.125 479.52713 202.57812 480.12088Q203.03125 480.71463 203.85938 480.71463ZM207.03125 478.24588Q207.03125 477.324 207.39062 476.574Q207.76562 475.824 208.42188 475.43338Q209.07812 475.02713 209.90625 475.02713Q211.20312 475.02713 212.0 475.91776Q212.8125 476.80838 212.8125 478.30838L212.8125 478.3865Q212.8125 479.30838 212.45312 480.04276Q212.09375 480.77713 211.4375 481.199Q210.78125 481.60526 209.92188 481.60526Q208.64062 481.60526 207.82812 480.71463Q207.03125 479.80838 207.03125 478.324L207.03125 478.24588ZM208.125 478.3865Q208.125 479.43338 208.60938 480.074Q209.10938 480.71463 209.92188 480.71463Q210.75 480.71463 211.23438 480.074Q211.71875 479.41776 211.71875 478.24588Q211.71875 477.21463 211.21875 476.574Q210.73438 475.91776 209.90625 475.91776Q209.10938 475.91776 208.60938 476.55838Q208.125 477.18338 208.125 478.3865ZM215.34375 475.1365L215.375 475.93338Q216.10938 475.02713 217.28125 475.02713Q219.29688 475.02713 219.3125 477.29276L219.3125 481.48026L218.21875 481.48026L218.21875 477.27713Q218.21875 476.60526 217.90625 476.27713Q217.60938 475.949 216.95312 475.949Q216.42188 475.949 216.01562 476.23026Q215.625 476.5115 215.40625 476.96463L215.40625 481.48026L214.32812 481.48026L214.32812 475.1365L215.34375 475.1365ZM222.79688 473.60526L222.79688 475.1365L223.96875 475.1365L223.96875 475.98026L222.79688 475.98026L222.79688 479.90213Q222.79688 480.29276 222.95312 480.48026Q223.10938 480.66776 223.48438 480.66776Q223.67188 480.66776 224.0 480.60526L224.0 481.48026Q223.57812 481.60526 223.17188 481.60526Q222.45312 481.60526 222.07812 481.16776Q221.70312 480.71463 221.70312 479.90213L221.70312 475.98026L220.54688 475.98026L220.54688 475.1365L221.70312 475.1365L221.70312 473.60526L222.79688 473.60526ZM228.39062 476.10526Q228.14062 476.074 227.85938 476.074Q226.78125 476.074 226.40625 476.98026L226.40625 481.48026L225.32812 481.48026L225.32812 475.1365L226.375 475.1365L226.39062 475.87088Q226.92188 475.02713 227.90625 475.02713Q228.21875 475.02713 228.39062 475.10526L228.39062 476.10526ZM229.03125 478.24588Q229.03125 477.324 229.39062 476.574Q229.76562 475.824 230.42188 475.43338Q231.07812 475.02713 231.90625 475.02713Q233.20312 475.02713 234.0 475.91776Q234.8125 476.80838 234.8125 478.30838L234.8125 478.3865Q234.8125 479.30838 234.45312 480.04276Q234.09375 480.77713 233.4375 481.199Q232.78125 481.60526 231.92188 481.60526Q230.64062 481.60526 229.82812 480.71463Q229.03125 479.80838 229.03125 478.324L229.03125 478.24588ZM230.125 478.3865Q230.125 479.43338 230.60938 480.074Q231.10938 480.71463 231.92188 480.71463Q232.75 480.71463 233.23438 480.074Q233.71875 479.41776 233.71875 478.24588Q233.71875 477.21463 233.21875 476.574Q232.73438 475.91776 231.90625 475.91776Q231.10938 475.91776 230.60938 476.55838Q230.125 477.18338 230.125 478.3865ZM237.5 481.48026L236.42188 481.48026L236.42188 472.48026L237.5 472.48026L237.5 481.48026Z" fill-rule="nonzero"/><path fill="#666666" d="M78.703125 511.45706L77.578125 511.45706L77.578125 502.9258L78.703125 502.9258L78.703125 511.45706ZM88.9375 509.95706L90.15625 505.1133L91.234375 505.1133L89.390625 511.45706L88.515625 511.45706L86.96875 506.64456L85.46875 511.45706L84.59375 511.45706L82.75 505.1133L83.828125 505.1133L85.078125 509.8633L86.5625 505.1133L87.421875 505.1133L88.9375 509.95706ZM92.03125 508.2227Q92.03125 507.3008 92.390625 506.5508Q92.765625 505.8008 93.421875 505.4102Q94.078125 505.00394 94.90625 505.00394Q96.203125 505.00394 97.0 505.89456Q97.8125 506.7852 97.8125 508.2852L97.8125 508.3633Q97.8125 509.2852 97.453125 510.01956Q97.09375 510.75394 96.4375 511.1758Q95.78125 511.58206 94.921875 511.58206Q93.640625 511.58206 92.828125 510.69144Q92.03125 509.7852 92.03125 508.3008L92.03125 508.2227ZM93.125 508.3633Q93.125 509.4102 93.609375 510.0508Q94.109375 510.69144 94.921875 510.69144Q95.75 510.69144 96.234375 510.0508Q96.71875 509.39456 96.71875 508.2227Q96.71875 507.19144 96.21875 506.5508Q95.734375 505.89456 94.90625 505.89456Q94.109375 505.89456 93.609375 506.5352Q93.125 507.1602 93.125 508.3633ZM102.390625 506.08206Q102.140625 506.0508 101.859375 506.0508Q100.78125 506.0508 100.40625 506.95706L100.40625 511.45706L99.328125 511.45706L99.328125 505.1133L100.375 505.1133L100.390625 505.8477Q100.921875 505.00394 101.90625 505.00394Q102.21875 505.00394 102.390625 505.08206L102.390625 506.08206ZM105.09375 508.51956L104.40625 509.2227L104.40625 511.45706L103.328125 511.45706L103.328125 502.45706L104.40625 502.45706L104.40625 507.89456L104.984375 507.20706L106.96875 505.1133L108.28125 505.1133L105.8125 507.76956L108.578125 511.45706L107.296875 511.45706L105.09375 508.51956ZM112.03125 508.2227Q112.03125 507.3008 112.390625 506.5508Q112.765625 505.8008 113.421875 505.4102Q114.078125 505.00394 114.90625 505.00394Q116.203125 505.00394 117.0 505.89456Q117.8125 506.7852 117.8125 508.2852L117.8125 508.3633Q117.8125 509.2852 117.453125 510.01956Q117.09375 510.75394 116.4375 511.1758Q115.78125 511.58206 114.921875 511.58206Q113.640625 511.58206 112.828125 510.69144Q112.03125 509.7852 112.03125 508.3008L112.03125 508.2227ZM113.125 508.3633Q113.125 509.4102 113.609375 510.0508Q114.109375 510.69144 114.921875 510.69144Q115.75 510.69144 116.234375 510.0508Q116.71875 509.39456 116.71875 508.2227Q116.71875 507.19144 116.21875 506.5508Q115.734375 505.89456 114.90625 505.89456Q114.109375 505.89456 113.609375 506.5352Q113.125 507.1602 113.125 508.3633ZM120.34375 505.1133L120.375 505.9102Q121.109375 505.00394 122.28125 505.00394Q124.296875 505.00394 124.3125 507.26956L124.3125 511.45706L123.21875 511.45706L123.21875 507.25394Q123.21875 506.58206 122.90625 506.25394Q122.609375 505.9258 121.953125 505.9258Q121.421875 505.9258 121.015625 506.20706Q120.625 506.4883 120.40625 506.94144L120.40625 511.45706L119.328125 511.45706L119.328125 505.1133L120.34375 505.1133ZM130.34375 505.1133L130.375 505.81644Q131.0625 505.00394 132.25 505.00394Q133.57812 505.00394 134.0625 506.01956Q134.375 505.56644 134.875 505.2852Q135.39062 505.00394 136.07812 505.00394Q138.17188 505.00394 138.20312 507.20706L138.20312 511.45706L137.125 511.45706L137.125 507.26956Q137.125 506.5977 136.8125 506.26956Q136.5 505.9258 135.76562 505.9258Q135.15625 505.9258 134.75 506.2852Q134.35938 506.64456 134.29688 507.25394L134.29688 511.45706L133.21875 511.45706L133.21875 507.3008Q133.21875 505.9258 131.85938 505.9258Q130.79688 505.9258 130.40625 506.83206L130.40625 511.45706L129.3125 511.45706L129.3125 505.1133L130.34375 505.1133ZM140.03125 508.2227Q140.03125 507.3008 140.39062 506.5508Q140.76562 505.8008 141.42188 505.4102Q142.07812 505.00394 142.90625 505.00394Q144.20312 505.00394 145.0 505.89456Q145.8125 506.7852 145.8125 508.2852L145.8125 508.3633Q145.8125 509.2852 145.45312 510.01956Q145.09375 510.75394 144.4375 511.1758Q143.78125 511.58206 142.92188 511.58206Q141.64062 511.58206 140.82812 510.69144Q140.03125 509.7852 140.03125 508.3008L140.03125 508.2227ZM141.125 508.3633Q141.125 509.4102 141.60938 510.0508Q142.10938 510.69144 142.92188 510.69144Q143.75 510.69144 144.23438 510.0508Q144.71875 509.39456 144.71875 508.2227Q144.71875 507.19144 144.21875 506.5508Q143.73438 505.89456 142.90625 505.89456Q142.10938 505.89456 141.60938 506.5352Q141.125 507.1602 141.125 508.3633ZM152.6875 508.3633Q152.6875 509.81644 152.01562 510.70706Q151.35938 511.58206 150.23438 511.58206Q149.03125 511.58206 148.375 510.7227L148.3125 511.45706L147.32812 511.45706L147.32812 502.45706L148.40625 502.45706L148.40625 505.81644Q149.0625 505.00394 150.21875 505.00394Q151.375 505.00394 152.03125 505.87894Q152.6875 506.7383 152.6875 508.26956L152.6875 508.3633ZM151.60938 508.2383Q151.60938 507.12894 151.17188 506.5352Q150.75 505.9258 149.95312 505.9258Q148.875 505.9258 148.40625 506.9102L148.40625 509.6602Q148.90625 510.6602 149.95312 510.6602Q150.73438 510.6602 151.17188 510.0508Q151.60938 509.44144 151.60938 508.2383ZM155.5 511.45706L154.42188 511.45706L154.42188 505.1133L155.5 505.1133L155.5 511.45706ZM154.32812 503.44144Q154.32812 503.1758 154.48438 502.9883Q154.65625 502.8008 154.96875 502.8008Q155.28125 502.8008 155.4375 502.9883Q155.60938 503.1758 155.60938 503.44144Q155.60938 503.69144 155.4375 503.87894Q155.28125 504.0508 154.96875 504.0508Q154.65625 504.0508 154.48438 503.87894Q154.32812 503.69144 154.32812 503.44144ZM158.5 511.45706L157.42188 511.45706L157.42188 502.45706L158.5 502.45706L158.5 511.45706ZM162.95312 511.58206Q161.65625 511.58206 160.84375 510.7383Q160.04688 509.87894 160.04688 508.45706L160.04688 508.26956Q160.04688 507.31644 160.40625 506.58206Q160.76562 505.83206 161.40625 505.4258Q162.0625 505.00394 162.8125 505.00394Q164.04688 505.00394 164.73438 505.81644Q165.42188 506.62894 165.42188 508.14456L165.42188 508.5977L161.125 508.5977Q161.15625 509.5352 161.67188 510.1133Q162.20312 510.69144 163.01562 510.69144Q163.57812 510.69144 163.96875 510.45706Q164.375 510.2227 164.6875 509.83206L165.34375 510.3477Q164.54688 511.58206 162.95312 511.58206ZM162.8125 505.89456Q162.15625 505.89456 161.70312 506.37894Q161.26562 506.8477 161.17188 507.70706L164.34375 507.70706L164.34375 507.62894Q164.29688 506.8008 163.89062 506.3477Q163.5 505.89456 162.8125 505.89456ZM169.0625 508.2383Q169.0625 506.76956 169.75 505.89456Q170.4375 505.00394 171.5625 505.00394Q172.67188 505.00394 173.32812 505.75394L173.32812 502.45706L174.40625 502.45706L174.40625 511.45706L173.40625 511.45706L173.35938 510.76956Q172.70312 511.58206 171.54688 511.58206Q170.45312 511.58206 169.75 510.6758Q169.0625 509.76956 169.0625 508.31644L169.0625 508.2383ZM170.14062 508.3633Q170.14062 509.44144 170.57812 510.0508Q171.03125 510.6602 171.8125 510.6602Q172.84375 510.6602 173.32812 509.7227L173.32812 506.81644Q172.84375 505.9258 171.82812 505.9258Q171.03125 505.9258 170.57812 506.5352Q170.14062 507.14456 170.14062 508.3633ZM178.95312 511.58206Q177.65625 511.58206 176.84375 510.7383Q176.04688 509.87894 176.04688 508.45706L176.04688 508.26956Q176.04688 507.31644 176.40625 506.58206Q176.76562 505.83206 177.40625 505.4258Q178.0625 505.00394 178.8125 505.00394Q180.04688 505.00394 180.73438 505.81644Q181.42188 506.62894 181.42188 508.14456L181.42188 508.5977L177.125 508.5977Q177.15625 509.5352 177.67188 510.1133Q178.20312 510.69144 179.01562 510.69144Q179.57812 510.69144 179.96875 510.45706Q180.375 510.2227 180.6875 509.83206L181.34375 510.3477Q180.54688 511.58206 178.95312 511.58206ZM178.8125 505.89456Q178.15625 505.89456 177.70312 506.37894Q177.26562 506.8477 177.17188 507.70706L180.34375 507.70706L180.34375 507.62894Q180.29688 506.8008 179.89062 506.3477Q179.5 505.89456 178.8125 505.89456ZM184.40625 509.9883L185.98438 505.1133L187.09375 505.1133L184.8125 511.45706L183.98438 511.45706L181.6875 505.1133L182.79688 505.1133L184.40625 509.9883ZM190.95312 511.58206Q189.65625 511.58206 188.84375 510.7383Q188.04688 509.87894 188.04688 508.45706L188.04688 508.26956Q188.04688 507.31644 188.40625 506.58206Q188.76562 505.83206 189.40625 505.4258Q190.0625 505.00394 190.8125 505.00394Q192.04688 505.00394 192.73438 505.81644Q193.42188 506.62894 193.42188 508.14456L193.42188 508.5977L189.125 508.5977Q189.15625 509.5352 189.67188 510.1133Q190.20312 510.69144 191.01562 510.69144Q191.57812 510.69144 191.96875 510.45706Q192.375 510.2227 192.6875 509.83206L193.34375 510.3477Q192.54688 511.58206 190.95312 511.58206ZM190.8125 505.89456Q190.15625 505.89456 189.70312 506.37894Q189.26562 506.8477 189.17188 507.70706L192.34375 507.70706L192.34375 507.62894Q192.29688 506.8008 191.89062 506.3477Q191.5 505.89456 190.8125 505.89456ZM195.5 511.45706L194.42188 511.45706L194.42188 502.45706L195.5 502.45706L195.5 511.45706ZM197.03125 508.2227Q197.03125 507.3008 197.39062 506.5508Q197.76562 505.8008 198.42188 505.4102Q199.07812 505.00394 199.90625 505.00394Q201.20312 505.00394 202.0 505.89456Q202.8125 506.7852 202.8125 508.2852L202.8125 508.3633Q202.8125 509.2852 202.45312 510.01956Q202.09375 510.75394 201.4375 511.1758Q200.78125 511.58206 199.92188 511.58206Q198.64062 511.58206 197.82812 510.69144Q197.03125 509.7852 197.03125 508.3008L197.03125 508.2227ZM198.125 508.3633Q198.125 509.4102 198.60938 510.0508Q199.10938 510.69144 199.92188 510.69144Q200.75 510.69144 201.23438 510.0508Q201.71875 509.39456 201.71875 508.2227Q201.71875 507.19144 201.21875 506.5508Q200.73438 505.89456 199.90625 505.89456Q199.10938 505.89456 198.60938 506.5352Q198.125 507.1602 198.125 508.3633ZM209.67188 508.3633Q209.67188 509.8008 209.01562 510.69144Q208.35938 511.58206 207.21875 511.58206Q206.0625 511.58206 205.40625 510.8477L205.40625 513.89453L204.32812 513.89453L204.32812 505.1133L205.3125 505.1133L205.35938 505.81644Q206.03125 505.00394 207.20312 505.00394Q208.34375 505.00394 209.0 505.8633Q209.67188 506.7227 209.67188 508.25394L209.67188 508.3633ZM208.59375 508.2383Q208.59375 507.1602 208.125 506.5508Q207.67188 505.9258 206.875 505.9258Q205.89062 505.9258 205.40625 506.7852L205.40625 509.81644Q205.89062 510.69144 206.89062 510.69144Q207.67188 510.69144 208.125 510.08206Q208.59375 509.45706 208.59375 508.2383ZM212.34375 505.1133L212.375 505.81644Q213.0625 505.00394 214.25 505.00394Q215.57812 505.00394 216.0625 506.01956Q216.375 505.56644 216.875 505.2852Q217.39062 505.00394 218.07812 505.00394Q220.17188 505.00394 220.20312 507.20706L220.20312 511.45706L219.125 511.45706L219.125 507.26956Q219.125 506.5977 218.8125 506.26956Q218.5 505.9258 217.76562 505.9258Q217.15625 505.9258 216.75 506.2852Q216.35938 506.64456 216.29688 507.25394L216.29688 511.45706L215.21875 511.45706L215.21875 507.3008Q215.21875 505.9258 213.85938 505.9258Q212.79688 505.9258 212.40625 506.83206L212.40625 511.45706L211.3125 511.45706L211.3125 505.1133L212.34375 505.1133ZM224.95312 511.58206Q223.65625 511.58206 222.84375 510.7383Q222.04688 509.87894 222.04688 508.45706L222.04688 508.26956Q222.04688 507.31644 222.40625 506.58206Q222.76562 505.83206 223.40625 505.4258Q224.0625 505.00394 224.8125 505.00394Q226.04688 505.00394 226.73438 505.81644Q227.42188 506.62894 227.42188 508.14456L227.42188 508.5977L223.125 508.5977Q223.15625 509.5352 223.67188 510.1133Q224.20312 510.69144 225.01562 510.69144Q225.57812 510.69144 225.96875 510.45706Q226.375 510.2227 226.6875 509.83206L227.34375 510.3477Q226.54688 511.58206 224.95312 511.58206ZM224.8125 505.89456Q224.15625 505.89456 223.70312 506.37894Q223.26562 506.8477 223.17188 507.70706L226.34375 507.70706L226.34375 507.62894Q226.29688 506.8008 225.89062 506.3477Q225.5 505.89456 224.8125 505.89456ZM229.34375 505.1133L229.375 505.9102Q230.10938 505.00394 231.28125 505.00394Q233.29688 505.00394 233.3125 507.26956L233.3125 511.45706L232.21875 511.45706L232.21875 507.25394Q232.21875 506.58206 231.90625 506.25394Q231.60938 505.9258 230.95312 505.9258Q230.42188 505.9258 230.01562 506.20706Q229.625 506.4883 229.40625 506.94144L229.40625 511.45706L228.32812 511.45706L228.32812 505.1133L229.34375 505.1133ZM236.79688 503.58206L236.79688 505.1133L237.96875 505.1133L237.96875 505.95706L236.79688 505.95706L236.79688 509.87894Q236.79688 510.26956 236.95312 510.45706Q237.10938 510.64456 237.48438 510.64456Q237.67188 510.64456 238.0 510.58206L238.0 511.45706Q237.57812 511.58206 237.17188 511.58206Q236.45312 511.58206 236.07812 511.14456Q235.70312 510.69144 235.70312 509.87894L235.70312 505.95706L234.54688 505.95706L234.54688 505.1133L235.70312 505.1133L235.70312 503.58206L236.79688 503.58206Z" fill-rule="nonzero"/><path fill="#666666" d="M45.765625 538.7308Q45.609375 540.0745 44.765625 540.8245Q43.921875 541.5589 42.53125 541.5589Q41.015625 541.5589 40.109375 540.4808Q39.203125 539.387 39.203125 537.5589L39.203125 536.7464Q39.203125 535.5589 39.625 534.65265Q40.046875 533.7464 40.828125 533.262Q41.609375 532.77765 42.625 532.77765Q43.984375 532.77765 44.796875 533.5433Q45.625 534.3089 45.765625 535.637L44.640625 535.637Q44.484375 534.6214 44.0 534.1683Q43.515625 533.71515 42.625 533.71515Q41.546875 533.71515 40.9375 534.512Q40.328125 535.3089 40.328125 536.77765L40.328125 537.6058Q40.328125 538.9964 40.90625 539.8245Q41.484375 540.637 42.53125 540.637Q43.46875 540.637 43.96875 540.21515Q44.46875 539.77765 44.640625 538.7308L45.765625 538.7308ZM47.03125 538.1995Q47.03125 537.27765 47.390625 536.52765Q47.765625 535.77765 48.421875 535.387Q49.078125 534.9808 49.90625 534.9808Q51.203125 534.9808 52.0 535.8714Q52.8125 536.762 52.8125 538.262L52.8125 538.34015Q52.8125 539.262 52.453125 539.9964Q52.09375 540.7308 51.4375 541.15265Q50.78125 541.5589 49.921875 541.5589Q48.640625 541.5589 47.828125 540.6683Q47.03125 539.762 47.03125 538.27765L47.03125 538.1995ZM48.125 538.34015Q48.125 539.387 48.609375 540.02765Q49.109375 540.6683 49.921875 540.6683Q50.75 540.6683 51.234375 540.02765Q51.71875 539.3714 51.71875 538.1995Q51.71875 537.1683 51.21875 536.52765Q50.734375 535.8714 49.90625 535.8714Q49.109375 535.8714 48.609375 536.512Q48.125 537.137 48.125 538.34015ZM56.578125 538.2464L53.71875 538.2464L53.71875 537.3714L56.578125 537.3714L56.578125 538.2464ZM62.9375 539.9339L64.15625 535.09015L65.234375 535.09015L63.390625 541.4339L62.515625 541.4339L60.96875 536.6214L59.46875 541.4339L58.59375 541.4339L56.75 535.09015L57.828125 535.09015L59.078125 539.84015L60.5625 535.09015L61.421875 535.09015L62.9375 539.9339ZM66.03125 538.1995Q66.03125 537.27765 66.390625 536.52765Q66.765625 535.77765 67.421875 535.387Q68.078125 534.9808 68.90625 534.9808Q70.203125 534.9808 71.0 535.8714Q71.8125 536.762 71.8125 538.262L71.8125 538.34015Q71.8125 539.262 71.453125 539.9964Q71.09375 540.7308 70.4375 541.15265Q69.78125 541.5589 68.921875 541.5589Q67.640625 541.5589 66.828125 540.6683Q66.03125 539.762 66.03125 538.27765L66.03125 538.1995ZM67.125 538.34015Q67.125 539.387 67.609375 540.02765Q68.109375 540.6683 68.921875 540.6683Q69.75 540.6683 70.234375 540.02765Q70.71875 539.3714 70.71875 538.1995Q70.71875 537.1683 70.21875 536.52765Q69.734375 535.8714 68.90625 535.8714Q68.109375 535.8714 67.609375 536.512Q67.125 537.137 67.125 538.34015ZM76.390625 536.0589Q76.140625 536.02765 75.859375 536.02765Q74.78125 536.02765 74.40625 536.9339L74.40625 541.4339L73.328125 541.4339L73.328125 535.09015L74.375 535.09015L74.390625 535.8245Q74.921875 534.9808 75.90625 534.9808Q76.21875 534.9808 76.390625 535.0589L76.390625 536.0589ZM79.09375 538.4964L78.40625 539.1995L78.40625 541.4339L77.328125 541.4339L77.328125 532.4339L78.40625 532.4339L78.40625 537.8714L78.984375 537.1839L80.96875 535.09015L82.28125 535.09015L79.8125 537.7464L82.578125 541.4339L81.296875 541.4339L79.09375 538.4964ZM85.953125 541.5589Q84.65625 541.5589 83.84375 540.71515Q83.046875 539.8558 83.046875 538.4339L83.046875 538.2464Q83.046875 537.2933 83.40625 536.5589Q83.765625 535.8089 84.40625 535.40265Q85.0625 534.9808 85.8125 534.9808Q87.046875 534.9808 87.734375 535.7933Q88.421875 536.6058 88.421875 538.1214L88.421875 538.5745L84.125 538.5745Q84.15625 539.512 84.671875 540.09015Q85.203125 540.6683 86.015625 540.6683Q86.578125 540.6683 86.96875 540.4339Q87.375 540.1995 87.6875 539.8089L88.34375 540.3245Q87.546875 541.5589 85.953125 541.5589ZM85.8125 535.8714Q85.15625 535.8714 84.703125 536.3558Q84.265625 536.8245 84.171875 537.6839L87.34375 537.6839L87.34375 537.6058Q87.296875 536.77765 86.890625 536.3245Q86.5 535.8714 85.8125 535.8714ZM92.390625 536.0589Q92.140625 536.02765 91.859375 536.02765Q90.78125 536.02765 90.40625 536.9339L90.40625 541.4339L89.328125 541.4339L89.328125 535.09015L90.375 535.09015L90.390625 535.8245Q90.921875 534.9808 91.90625 534.9808Q92.21875 534.9808 92.390625 535.0589L92.390625 536.0589ZM97.015625 539.7464Q97.015625 539.3089 96.671875 539.0745Q96.34375 538.8245 95.515625 538.65265Q94.703125 538.4808 94.21875 538.2308Q93.734375 537.9808 93.5 537.65265Q93.28125 537.3089 93.28125 536.84015Q93.28125 536.0589 93.9375 535.52765Q94.59375 534.9808 95.625 534.9808Q96.703125 534.9808 97.359375 535.5433Q98.03125 536.09015 98.03125 536.9495L96.953125 536.9495Q96.953125 536.512 96.5625 536.1995Q96.1875 535.8714 95.625 535.8714Q95.03125 535.8714 94.6875 536.137Q94.359375 536.387 94.359375 536.7933Q94.359375 537.1839 94.671875 537.387Q94.984375 537.59015 95.796875 537.77765Q96.609375 537.9495 97.109375 538.1995Q97.609375 538.4495 97.84375 538.8089Q98.09375 539.1683 98.09375 539.6683Q98.09375 540.52765 97.40625 541.0433Q96.734375 541.5589 95.65625 541.5589Q94.890625 541.5589 94.296875 541.2933Q93.71875 541.012 93.390625 540.52765Q93.0625 540.0433 93.0625 539.4808L94.140625 539.4808Q94.171875 540.02765 94.578125 540.3558Q94.984375 540.6683 95.65625 540.6683Q96.265625 540.6683 96.640625 540.4183Q97.015625 540.1683 97.015625 539.7464ZM102.0625 538.21515Q102.0625 536.7464 102.75 535.8714Q103.4375 534.9808 104.5625 534.9808Q105.671875 534.9808 106.328125 535.7308L106.328125 532.4339L107.40625 532.4339L107.40625 541.4339L106.40625 541.4339L106.359375 540.7464Q105.703125 541.5589 104.546875 541.5589Q103.453125 541.5589 102.75 540.65265Q102.0625 539.7464 102.0625 538.2933L102.0625 538.21515ZM103.140625 538.34015Q103.140625 539.4183 103.578125 540.02765Q104.03125 540.637 104.8125 540.637Q105.84375 540.637 106.328125 539.6995L106.328125 536.7933Q105.84375 535.90265 104.828125 535.90265Q104.03125 535.90265 103.578125 536.512Q103.140625 537.1214 103.140625 538.34015ZM109.03125 538.1995Q109.03125 537.27765 109.390625 536.52765Q109.765625 535.77765 110.421875 535.387Q111.078125 534.9808 111.90625 534.9808Q113.203125 534.9808 114.0 535.8714Q114.8125 536.762 114.8125 538.262L114.8125 538.34015Q114.8125 539.262 114.453125 539.9964Q114.09375 540.7308 113.4375 541.15265Q112.78125 541.5589 111.921875 541.5589Q110.640625 541.5589 109.828125 540.6683Q109.03125 539.762 109.03125 538.27765L109.03125 538.1995ZM110.125 538.34015Q110.125 539.387 110.609375 540.02765Q111.109375 540.6683 111.921875 540.6683Q112.75 540.6683 113.234375 540.02765Q113.71875 539.3714 113.71875 538.1995Q113.71875 537.1683 113.21875 536.52765Q112.734375 535.8714 111.90625 535.8714Q111.109375 535.8714 110.609375 536.512Q110.125 537.137 110.125 538.34015ZM117.34375 535.09015L117.375 535.887Q118.109375 534.9808 119.28125 534.9808Q121.296875 534.9808 121.3125 537.2464L121.3125 541.4339L120.21875 541.4339L120.21875 537.2308Q120.21875 536.5589 119.90625 536.2308Q119.609375 535.90265 118.953125 535.90265Q118.421875 535.90265 118.015625 536.1839Q117.625 536.46515 117.40625 536.9183L117.40625 541.4339L116.328125 541.4339L116.328125 535.09015L117.34375 535.09015ZM123.984375 533.09015L123.859375 535.2464L123.109375 535.2464L123.109375 532.4339L123.984375 532.4339L123.984375 533.09015ZM126.796875 533.5589L126.796875 535.09015L127.96875 535.09015L127.96875 535.9339L126.796875 535.9339L126.796875 539.8558Q126.796875 540.2464 126.953125 540.4339Q127.109375 540.6214 127.484375 540.6214Q127.671875 540.6214 128.0 540.5589L128.0 541.4339Q127.578125 541.5589 127.171875 541.5589Q126.453125 541.5589 126.078125 541.1214Q125.703125 540.6683 125.703125 539.8558L125.703125 535.9339L124.546875 535.9339L124.546875 535.09015L125.703125 535.09015L125.703125 533.5589L126.796875 533.5589ZM134.09375 538.4964L133.40625 539.1995L133.40625 541.4339L132.32812 541.4339L132.32812 532.4339L133.40625 532.4339L133.40625 537.8714L133.98438 537.1839L135.96875 535.09015L137.28125 535.09015L134.8125 537.7464L137.57812 541.4339L136.29688 541.4339L134.09375 538.4964ZM139.34375 535.09015L139.375 535.887Q140.10938 534.9808 141.28125 534.9808Q143.29688 534.9808 143.3125 537.2464L143.3125 541.4339L142.21875 541.4339L142.21875 537.2308Q142.21875 536.5589 141.90625 536.2308Q141.60938 535.90265 140.95312 535.90265Q140.42188 535.90265 140.01562 536.1839Q139.625 536.46515 139.40625 536.9183L139.40625 541.4339L138.32812 541.4339L138.32812 535.09015L139.34375 535.09015ZM145.03125 538.1995Q145.03125 537.27765 145.39062 536.52765Q145.76562 535.77765 146.42188 535.387Q147.07812 534.9808 147.90625 534.9808Q149.20312 534.9808 150.0 535.8714Q150.8125 536.762 150.8125 538.262L150.8125 538.34015Q150.8125 539.262 150.45312 539.9964Q150.09375 540.7308 149.4375 541.15265Q148.78125 541.5589 147.92188 541.5589Q146.64062 541.5589 145.82812 540.6683Q145.03125 539.762 145.03125 538.27765L145.03125 538.1995ZM146.125 538.34015Q146.125 539.387 146.60938 540.02765Q147.10938 540.6683 147.92188 540.6683Q148.75 540.6683 149.23438 540.02765Q149.71875 539.3714 149.71875 538.1995Q149.71875 537.1683 149.21875 536.52765Q148.73438 535.8714 147.90625 535.8714Q147.10938 535.8714 146.60938 536.512Q146.125 537.137 146.125 538.34015ZM157.9375 539.9339L159.15625 535.09015L160.23438 535.09015L158.39062 541.4339L157.51562 541.4339L155.96875 536.6214L154.46875 541.4339L153.59375 541.4339L151.75 535.09015L152.82812 535.09015L154.07812 539.84015L155.5625 535.09015L156.42188 535.09015L157.9375 539.9339ZM164.03125 538.1995Q164.03125 537.27765 164.39062 536.52765Q164.76562 535.77765 165.42188 535.387Q166.07812 534.9808 166.90625 534.9808Q168.20312 534.9808 169.0 535.8714Q169.8125 536.762 169.8125 538.262L169.8125 538.34015Q169.8125 539.262 169.45312 539.9964Q169.09375 540.7308 168.4375 541.15265Q167.78125 541.5589 166.92188 541.5589Q165.64062 541.5589 164.82812 540.6683Q164.03125 539.762 164.03125 538.27765L164.03125 538.1995ZM165.125 538.34015Q165.125 539.387 165.60938 540.02765Q166.10938 540.6683 166.92188 540.6683Q167.75 540.6683 168.23438 540.02765Q168.71875 539.3714 168.71875 538.1995Q168.71875 537.1683 168.21875 536.52765Q167.73438 535.8714 166.90625 535.8714Q166.10938 535.8714 165.60938 536.512Q165.125 537.137 165.125 538.34015ZM174.39062 536.0589Q174.14062 536.02765 173.85938 536.02765Q172.78125 536.02765 172.40625 536.9339L172.40625 541.4339L171.32812 541.4339L171.32812 535.09015L172.375 535.09015L172.39062 535.8245Q172.92188 534.9808 173.90625 534.9808Q174.21875 534.9808 174.39062 535.0589L174.39062 536.0589ZM178.0625 538.21515Q178.0625 536.7464 178.75 535.8714Q179.4375 534.9808 180.5625 534.9808Q181.67188 534.9808 182.32812 535.7308L182.32812 532.4339L183.40625 532.4339L183.40625 541.4339L182.40625 541.4339L182.35938 540.7464Q181.70312 541.5589 180.54688 541.5589Q179.45312 541.5589 178.75 540.65265Q178.0625 539.7464 178.0625 538.2933L178.0625 538.21515ZM179.14062 538.34015Q179.14062 539.4183 179.57812 540.02765Q180.03125 540.637 180.8125 540.637Q181.84375 540.637 182.32812 539.6995L182.32812 536.7933Q181.84375 535.90265 180.82812 535.90265Q180.03125 535.90265 179.57812 536.512Q179.14062 537.1214 179.14062 538.34015ZM185.03125 538.1995Q185.03125 537.27765 185.39062 536.52765Q185.76562 535.77765 186.42188 535.387Q187.07812 534.9808 187.90625 534.9808Q189.20312 534.9808 190.0 535.8714Q190.8125 536.762 190.8125 538.262L190.8125 538.34015Q190.8125 539.262 190.45312 539.9964Q190.09375 540.7308 189.4375 541.15265Q188.78125 541.5589 187.92188 541.5589Q186.64062 541.5589 185.82812 540.6683Q185.03125 539.762 185.03125 538.27765L185.03125 538.1995ZM186.125 538.34015Q186.125 539.387 186.60938 540.02765Q187.10938 540.6683 187.92188 540.6683Q188.75 540.6683 189.23438 540.02765Q189.71875 539.3714 189.71875 538.1995Q189.71875 537.1683 189.21875 536.52765Q188.73438 535.8714 187.90625 535.8714Q187.10938 535.8714 186.60938 536.512Q186.125 537.137 186.125 538.34015ZM193.34375 535.09015L193.375 535.887Q194.10938 534.9808 195.28125 534.9808Q197.29688 534.9808 197.3125 537.2464L197.3125 541.4339L196.21875 541.4339L196.21875 537.2308Q196.21875 536.5589 195.90625 536.2308Q195.60938 535.90265 194.95312 535.90265Q194.42188 535.90265 194.01562 536.1839Q193.625 536.46515 193.40625 536.9183L193.40625 541.4339L192.32812 541.4339L192.32812 535.09015L193.34375 535.09015ZM199.98438 533.09015L199.85938 535.2464L199.10938 535.2464L199.10938 532.4339L199.98438 532.4339L199.98438 533.09015ZM202.79688 533.5589L202.79688 535.09015L203.96875 535.09015L203.96875 535.9339L202.79688 535.9339L202.79688 539.8558Q202.79688 540.2464 202.95312 540.4339Q203.10938 540.6214 203.48438 540.6214Q203.67188 540.6214 204.0 540.5589L204.0 541.4339Q203.57812 541.5589 203.17188 541.5589Q202.45312 541.5589 202.07812 541.1214Q201.70312 540.6683 201.70312 539.8558L201.70312 535.9339L200.54688 535.9339L200.54688 535.09015L201.70312 535.09015L201.70312 533.5589L202.79688 533.5589ZM213.67188 538.34015Q213.67188 539.77765 213.01562 540.6683Q212.35938 541.5589 211.21875 541.5589Q210.0625 541.5589 209.40625 540.8245L209.40625 543.8714L208.32812 543.8714L208.32812 535.09015L209.3125 535.09015L209.35938 535.7933Q210.03125 534.9808 211.20312 534.9808Q212.34375 534.9808 213.0 535.84015Q213.67188 536.6995 213.67188 538.2308L213.67188 538.34015ZM212.59375 538.21515Q212.59375 537.137 212.125 536.52765Q211.67188 535.90265 210.875 535.90265Q209.89062 535.90265 209.40625 536.762L209.40625 539.7933Q209.89062 540.6683 210.89062 540.6683Q211.67188 540.6683 212.125 540.0589Q212.59375 539.4339 212.59375 538.21515ZM218.39062 536.0589Q218.14062 536.02765 217.85938 536.02765Q216.78125 536.02765 216.40625 536.9339L216.40625 541.4339L215.32812 541.4339L215.32812 535.09015L216.375 535.09015L216.39062 535.8245Q216.92188 534.9808 217.90625 534.9808Q218.21875 534.9808 218.39062 535.0589L218.39062 536.0589ZM221.95312 541.5589Q220.65625 541.5589 219.84375 540.71515Q219.04688 539.8558 219.04688 538.4339L219.04688 538.2464Q219.04688 537.2933 219.40625 536.5589Q219.76562 535.8089 220.40625 535.40265Q221.0625 534.9808 221.8125 534.9808Q223.04688 534.9808 223.73438 535.7933Q224.42188 536.6058 224.42188 538.1214L224.42188 538.5745L220.125 538.5745Q220.15625 539.512 220.67188 540.09015Q221.20312 540.6683 222.01562 540.6683Q222.57812 540.6683 222.96875 540.4339Q223.375 540.1995 223.6875 539.8089L224.34375 540.3245Q223.54688 541.5589 221.95312 541.5589ZM221.8125 535.8714Q221.15625 535.8714 220.70312 536.3558Q220.26562 536.8245 220.17188 537.6839L223.34375 537.6839L223.34375 537.6058Q223.29688 536.77765 222.89062 536.3245Q222.5 535.8714 221.8125 535.8714ZM225.85938 541.4339L225.85938 535.9339L224.85938 535.9339L224.85938 535.09015L225.85938 535.09015L225.85938 534.4495Q225.85938 533.4183 226.39062 532.8714Q226.9375 532.3089 227.9375 532.3089Q228.3125 532.3089 228.6875 532.40265L228.625 533.2933Q228.34375 533.2308 228.04688 533.2308Q227.51562 533.2308 227.21875 533.5433Q226.9375 533.8558 226.9375 534.4183L226.9375 535.09015L228.29688 535.09015L228.29688 535.9339L226.9375 535.9339L226.9375 541.4339L225.85938 541.4339ZM231.95312 541.5589Q230.65625 541.5589 229.84375 540.71515Q229.04688 539.8558 229.04688 538.4339L229.04688 538.2464Q229.04688 537.2933 229.40625 536.5589Q229.76562 535.8089 230.40625 535.40265Q231.0625 534.9808 231.8125 534.9808Q233.04688 534.9808 233.73438 535.7933Q234.42188 536.6058 234.42188 538.1214L234.42188 538.5745L230.125 538.5745Q230.15625 539.512 230.67188 540.09015Q231.20312 540.6683 232.01562 540.6683Q232.57812 540.6683 232.96875 540.4339Q233.375 540.1995 233.6875 539.8089L234.34375 540.3245Q233.54688 541.5589 231.95312 541.5589ZM231.8125 535.8714Q231.15625 535.8714 230.70312 536.3558Q230.26562 536.8245 230.17188 537.6839L233.34375 537.6839L233.34375 537.6058Q233.29688 536.77765 232.89062 536.3245Q232.5 535.8714 231.8125 535.8714ZM238.39062 536.0589Q238.14062 536.02765 237.85938 536.02765Q236.78125 536.02765 236.40625 536.9339L236.40625 541.4339L235.32812 541.4339L235.32812 535.09015L236.375 535.09015L236.39062 535.8245Q236.92188 534.9808 237.90625 534.9808Q238.21875 534.9808 238.39062 535.0589L238.39062 536.0589Z" fill-rule="nonzero"/><path fill="#666666" d="M230.79688 555.3089Q230.35938 555.9339 229.57812 556.2464Q228.79688 556.5589 227.76562 556.5589Q226.73438 556.5589 225.92188 556.0745Q225.10938 555.5745 224.67188 554.6683Q224.23438 553.762 224.21875 552.5745L224.21875 551.84015Q224.21875 549.90265 225.10938 548.84015Q226.01562 547.77765 227.64062 547.77765Q228.98438 547.77765 229.79688 548.46515Q230.60938 549.15265 230.79688 550.40265L229.67188 550.40265Q229.34375 548.71515 227.65625 548.71515Q226.51562 548.71515 225.9375 549.512Q225.35938 550.2933 225.34375 551.8089L225.34375 552.4964Q225.34375 553.9339 226.0 554.7933Q226.65625 555.637 227.78125 555.637Q228.40625 555.637 228.875 555.4964Q229.35938 555.3558 229.67188 555.012L229.67188 553.1058L227.70312 553.1058L227.70312 552.1839L230.79688 552.1839L230.79688 555.3089ZM232.03125 553.1995Q232.03125 552.27765 232.39062 551.52765Q232.76562 550.77765 233.42188 550.387Q234.07812 549.9808 234.90625 549.9808Q236.20312 549.9808 237.0 550.8714Q237.8125 551.762 237.8125 553.262L237.8125 553.34015Q237.8125 554.262 237.45312 554.9964Q237.09375 555.7308 236.4375 556.15265Q235.78125 556.5589 234.92188 556.5589Q233.64062 556.5589 232.82812 555.6683Q232.03125 554.762 232.03125 553.27765L232.03125 553.1995ZM233.125 553.34015Q233.125 554.387 233.60938 555.02765Q234.10938 555.6683 234.92188 555.6683Q235.75 555.6683 236.23438 555.02765Q236.71875 554.3714 236.71875 553.1995Q236.71875 552.1683 236.21875 551.52765Q235.73438 550.8714 234.90625 550.8714Q234.10938 550.8714 233.60938 551.512Q233.125 552.137 233.125 553.34015Z" fill-rule="nonzero"/><path fill="#666666" d="M126.046875 586.4107L124.921875 586.4107L124.921875 582.4732L120.609375 582.4732L120.609375 586.4107L119.484375 586.4107L119.484375 577.87946L120.609375 577.87946L120.609375 581.55133L124.921875 581.55133L124.921875 577.87946L126.046875 577.87946L126.046875 586.4107ZM132.23438 586.4107Q132.14062 586.2232 132.07812 585.73883Q131.32812 586.5357 130.28125 586.5357Q129.34375 586.5357 128.73438 586.00446Q128.14062 585.4732 128.14062 584.6451Q128.14062 583.6607 128.89062 583.11383Q129.64062 582.56696 131.01562 582.56696L132.0625 582.56696L132.0625 582.06696Q132.0625 581.50446 131.71875 581.17633Q131.39062 580.8326 130.71875 580.8326Q130.14062 580.8326 129.75 581.12946Q129.35938 581.4107 129.35938 581.8326L128.26562 581.8326Q128.26562 581.3482 128.59375 580.9107Q128.9375 580.4732 129.51562 580.2232Q130.09375 579.9576 130.78125 579.9576Q131.89062 579.9576 132.5 580.50446Q133.125 581.05133 133.15625 582.00446L133.15625 584.92633Q133.15625 585.80133 133.375 586.31696L133.375 586.4107L132.23438 586.4107ZM130.4375 585.5826Q130.95312 585.5826 131.40625 585.31696Q131.85938 585.05133 132.0625 584.62946L132.0625 583.3326L131.21875 583.3326Q129.21875 583.3326 129.21875 584.50446Q129.21875 585.00446 129.5625 585.30133Q129.90625 585.5826 130.4375 585.5826ZM138.39062 581.0357Q138.14062 581.00446 137.85938 581.00446Q136.78125 581.00446 136.40625 581.9107L136.40625 586.4107L135.32812 586.4107L135.32812 580.06696L136.375 580.06696L136.39062 580.80133Q136.92188 579.9576 137.90625 579.9576Q138.21875 579.9576 138.39062 580.0357L138.39062 581.0357ZM139.0625 583.19196Q139.0625 581.7232 139.75 580.8482Q140.4375 579.9576 141.5625 579.9576Q142.67188 579.9576 143.32812 580.7076L143.32812 577.4107L144.40625 577.4107L144.40625 586.4107L143.40625 586.4107L143.35938 585.7232Q142.70312 586.5357 141.54688 586.5357Q140.45312 586.5357 139.75 585.62946Q139.0625 584.7232 139.0625 583.2701L139.0625 583.19196ZM140.14062 583.31696Q140.14062 584.3951 140.57812 585.00446Q141.03125 585.61383 141.8125 585.61383Q142.84375 585.61383 143.32812 584.67633L143.32812 581.7701Q142.84375 580.87946 141.82812 580.87946Q141.03125 580.87946 140.57812 581.48883Q140.14062 582.0982 140.14062 583.31696ZM150.79688 578.5357L150.79688 580.06696L151.96875 580.06696L151.96875 580.9107L150.79688 580.9107L150.79688 584.8326Q150.79688 585.2232 150.95312 585.4107Q151.10938 585.5982 151.48438 585.5982Q151.67188 585.5982 152.0 585.5357L152.0 586.4107Q151.57812 586.5357 151.17188 586.5357Q150.45312 586.5357 150.07812 586.0982Q149.70312 585.6451 149.70312 584.8326L149.70312 580.9107L148.54688 580.9107L148.54688 580.06696L149.70312 580.06696L149.70312 578.5357L150.79688 578.5357ZM153.03125 583.17633Q153.03125 582.25446 153.39062 581.50446Q153.76562 580.75446 154.42188 580.36383Q155.07812 579.9576 155.90625 579.9576Q157.20312 579.9576 158.0 580.8482Q158.8125 581.73883 158.8125 583.23883L158.8125 583.31696Q158.8125 584.23883 158.45312 584.9732Q158.09375 585.7076 157.4375 586.12946Q156.78125 586.5357 155.92188 586.5357Q154.64062 586.5357 153.82812 585.6451Q153.03125 584.73883 153.03125 583.25446L153.03125 583.17633ZM154.125 583.31696Q154.125 584.36383 154.60938 585.00446Q155.10938 585.6451 155.92188 585.6451Q156.75 585.6451 157.23438 585.00446Q157.71875 584.3482 157.71875 583.17633Q157.71875 582.1451 157.21875 581.50446Q156.73438 580.8482 155.90625 580.8482Q155.10938 580.8482 154.60938 581.48883Q154.125 582.11383 154.125 583.31696ZM168.9375 584.9107L170.15625 580.06696L171.23438 580.06696L169.39062 586.4107L168.51562 586.4107L166.96875 581.5982L165.46875 586.4107L164.59375 586.4107L162.75 580.06696L163.82812 580.06696L165.07812 584.81696L166.5625 580.06696L167.42188 580.06696L168.9375 584.9107ZM172.03125 583.17633Q172.03125 582.25446 172.39062 581.50446Q172.76562 580.75446 173.42188 580.36383Q174.07812 579.9576 174.90625 579.9576Q176.20312 579.9576 177.0 580.8482Q177.8125 581.73883 177.8125 583.23883L177.8125 583.31696Q177.8125 584.23883 177.45312 584.9732Q177.09375 585.7076 176.4375 586.12946Q175.78125 586.5357 174.92188 586.5357Q173.64062 586.5357 172.82812 585.6451Q172.03125 584.73883 172.03125 583.25446L172.03125 583.17633ZM173.125 583.31696Q173.125 584.36383 173.60938 585.00446Q174.10938 585.6451 174.92188 585.6451Q175.75 585.6451 176.23438 585.00446Q176.71875 584.3482 176.71875 583.17633Q176.71875 582.1451 176.21875 581.50446Q175.73438 580.8482 174.90625 580.8482Q174.10938 580.8482 173.60938 581.48883Q173.125 582.11383 173.125 583.31696ZM182.39062 581.0357Q182.14062 581.00446 181.85938 581.00446Q180.78125 581.00446 180.40625 581.9107L180.40625 586.4107L179.32812 586.4107L179.32812 580.06696L180.375 580.06696L180.39062 580.80133Q180.92188 579.9576 181.90625 579.9576Q182.21875 579.9576 182.39062 580.0357L182.39062 581.0357ZM185.09375 583.4732L184.40625 584.17633L184.40625 586.4107L183.32812 586.4107L183.32812 577.4107L184.40625 577.4107L184.40625 582.8482L184.98438 582.1607L186.96875 580.06696L188.28125 580.06696L185.8125 582.7232L188.57812 586.4107L187.29688 586.4107L185.09375 583.4732ZM197.9375 584.9107L199.15625 580.06696L200.23438 580.06696L198.39062 586.4107L197.51562 586.4107L195.96875 581.5982L194.46875 586.4107L193.59375 586.4107L191.75 580.06696L192.82812 580.06696L194.07812 584.81696L195.5625 580.06696L196.42188 580.06696L197.9375 584.9107ZM202.5 586.4107L201.42188 586.4107L201.42188 580.06696L202.5 580.06696L202.5 586.4107ZM201.32812 578.3951Q201.32812 578.12946 201.48438 577.94196Q201.65625 577.75446 201.96875 577.75446Q202.28125 577.75446 202.4375 577.94196Q202.60938 578.12946 202.60938 578.3951Q202.60938 578.6451 202.4375 578.8326Q202.28125 579.00446 201.96875 579.00446Q201.65625 579.00446 201.48438 578.8326Q201.32812 578.6451 201.32812 578.3951ZM205.79688 578.5357L205.79688 580.06696L206.96875 580.06696L206.96875 580.9107L205.79688 580.9107L205.79688 584.8326Q205.79688 585.2232 205.95312 585.4107Q206.10938 585.5982 206.48438 585.5982Q206.67188 585.5982 207.0 585.5357L207.0 586.4107Q206.57812 586.5357 206.17188 586.5357Q205.45312 586.5357 205.07812 586.0982Q204.70312 585.6451 204.70312 584.8326L204.70312 580.9107L203.54688 580.9107L203.54688 580.06696L204.70312 580.06696L204.70312 578.5357L205.79688 578.5357ZM209.40625 580.8326Q210.125 579.9576 211.28125 579.9576Q213.29688 579.9576 213.3125 582.2232L213.3125 586.4107L212.21875 586.4107L212.21875 582.2076Q212.21875 581.5357 211.90625 581.2076Q211.60938 580.87946 210.95312 580.87946Q210.42188 580.87946 210.01562 581.1607Q209.625 581.44196 209.40625 581.8951L209.40625 586.4107L208.32812 586.4107L208.32812 577.4107L209.40625 577.4107L209.40625 580.8326ZM218.48438 586.4107L218.48438 577.87946L220.90625 577.87946Q222.01562 577.87946 222.85938 578.37946Q223.71875 578.86383 224.1875 579.7701Q224.65625 580.67633 224.65625 581.86383L224.65625 582.3951Q224.65625 583.61383 224.1875 584.5201Q223.73438 585.42633 222.85938 585.9107Q222.0 586.3951 220.85938 586.4107L218.48438 586.4107ZM219.60938 578.80133L219.60938 585.48883L220.79688 585.48883Q222.09375 585.48883 222.8125 584.69196Q223.54688 583.87946 223.54688 582.37946L223.54688 581.87946Q223.54688 580.42633 222.85938 579.62946Q222.1875 578.81696 220.92188 578.80133L219.60938 578.80133ZM226.48438 586.4107L226.48438 577.87946L229.28125 577.87946Q230.67188 577.87946 231.35938 578.4576Q232.0625 579.0201 232.0625 580.1451Q232.0625 580.75446 231.71875 581.2232Q231.39062 581.67633 230.79688 581.92633Q231.5 582.11383 231.89062 582.6607Q232.29688 583.19196 232.29688 583.94196Q232.29688 585.0982 231.54688 585.75446Q230.8125 586.4107 229.45312 586.4107L226.48438 586.4107ZM227.60938 582.42633L227.60938 585.48883L229.46875 585.48883Q230.26562 585.48883 230.71875 585.0826Q231.17188 584.67633 231.17188 583.9576Q231.17188 582.42633 229.48438 582.42633L227.60938 582.42633ZM227.60938 581.5201L229.3125 581.5201Q230.04688 581.5201 230.48438 581.1607Q230.9375 580.7857 230.9375 580.1451Q230.9375 579.44196 230.53125 579.12946Q230.125 578.80133 229.28125 578.80133L227.60938 578.80133L227.60938 581.5201ZM237.01562 584.7232Q237.01562 584.2857 236.67188 584.05133Q236.34375 583.80133 235.51562 583.62946Q234.70312 583.4576 234.21875 583.2076Q233.73438 582.9576 233.5 582.62946Q233.28125 582.2857 233.28125 581.81696Q233.28125 581.0357 233.9375 580.50446Q234.59375 579.9576 235.625 579.9576Q236.70312 579.9576 237.35938 580.5201Q238.03125 581.06696 238.03125 581.92633L236.95312 581.92633Q236.95312 581.48883 236.5625 581.17633Q236.1875 580.8482 235.625 580.8482Q235.03125 580.8482 234.6875 581.11383Q234.35938 581.36383 234.35938 581.7701Q234.35938 582.1607 234.67188 582.36383Q234.98438 582.56696 235.79688 582.75446Q236.60938 582.92633 237.10938 583.17633Q237.60938 583.42633 237.84375 583.7857Q238.09375 584.1451 238.09375 584.6451Q238.09375 585.50446 237.40625 586.0201Q236.73438 586.5357 235.65625 586.5357Q234.89062 586.5357 234.29688 586.2701Q233.71875 585.98883 233.39062 585.50446Q233.0625 585.0201 233.0625 584.4576L234.14062 584.4576Q234.17188 585.00446 234.57812 585.3326Q234.98438 585.6451 235.65625 585.6451Q236.26562 585.6451 236.64062 585.3951Q237.01562 585.1451 237.01562 584.7232Z" fill-rule="nonzero"/><path fill="#666666" d="M45.203125 612.6219L41.609375 612.6219L41.609375 616.3875L40.484375 616.3875L40.484375 607.85626L45.78125 607.85626L45.78125 608.77814L41.609375 608.77814L41.609375 611.7L45.203125 611.7L45.203125 612.6219ZM47.03125 613.15314Q47.03125 612.23126 47.390625 611.48126Q47.765625 610.73126 48.421875 610.34064Q49.078125 609.9344 49.90625 609.9344Q51.203125 609.9344 52.0 610.825Q52.8125 611.71564 52.8125 613.21564L52.8125 613.29376Q52.8125 614.21564 52.453125 614.95Q52.09375 615.6844 51.4375 616.10626Q50.78125 616.5125 49.921875 616.5125Q48.640625 616.5125 47.828125 615.6219Q47.03125 614.71564 47.03125 613.23126L47.03125 613.15314ZM48.125 613.29376Q48.125 614.34064 48.609375 614.98126Q49.109375 615.6219 49.921875 615.6219Q50.75 615.6219 51.234375 614.98126Q51.71875 614.325 51.71875 613.15314Q51.71875 612.1219 51.21875 611.48126Q50.734375 610.825 49.90625 610.825Q49.109375 610.825 48.609375 611.46564Q48.125 612.09064 48.125 613.29376ZM57.390625 611.0125Q57.140625 610.98126 56.859375 610.98126Q55.78125 610.98126 55.40625 611.8875L55.40625 616.3875L54.328125 616.3875L54.328125 610.04376L55.375 610.04376L55.390625 610.77814Q55.921875 609.9344 56.90625 609.9344Q57.21875 609.9344 57.390625 610.0125L57.390625 611.0125ZM59.34375 610.04376L59.375 610.7469Q60.0625 609.9344 61.25 609.9344Q62.578125 609.9344 63.0625 610.95Q63.375 610.4969 63.875 610.21564Q64.390625 609.9344 65.078125 609.9344Q67.171875 609.9344 67.203125 612.1375L67.203125 616.3875L66.125 616.3875L66.125 612.2Q66.125 611.52814 65.8125 611.2Q65.5 610.85626 64.765625 610.85626Q64.15625 610.85626 63.75 611.21564Q63.359375 611.575 63.296875 612.1844L63.296875 616.3875L62.21875 616.3875L62.21875 612.23126Q62.21875 610.85626 60.859375 610.85626Q59.796875 610.85626 59.40625 611.7625L59.40625 616.3875L58.3125 616.3875L58.3125 610.04376L59.34375 610.04376ZM73.234375 616.3875Q73.140625 616.2 73.078125 615.71564Q72.328125 616.5125 71.28125 616.5125Q70.34375 616.5125 69.734375 615.98126Q69.140625 615.45 69.140625 614.6219Q69.140625 613.6375 69.890625 613.09064Q70.640625 612.54376 72.015625 612.54376L73.0625 612.54376L73.0625 612.04376Q73.0625 611.48126 72.71875 611.15314Q72.390625 610.8094 71.71875 610.8094Q71.140625 610.8094 70.75 611.10626Q70.359375 611.3875 70.359375 611.8094L69.265625 611.8094Q69.265625 611.325 69.59375 610.8875Q69.9375 610.45 70.515625 610.2Q71.09375 609.9344 71.78125 609.9344Q72.890625 609.9344 73.5 610.48126Q74.125 611.02814 74.15625 611.98126L74.15625 614.90314Q74.15625 615.77814 74.375 616.29376L74.375 616.3875L73.234375 616.3875ZM71.4375 615.5594Q71.953125 615.5594 72.40625 615.29376Q72.859375 615.02814 73.0625 614.60626L73.0625 613.3094L72.21875 613.3094Q70.21875 613.3094 70.21875 614.48126Q70.21875 614.98126 70.5625 615.27814Q70.90625 615.5594 71.4375 615.5594ZM77.5 616.3875L76.421875 616.3875L76.421875 607.3875L77.5 607.3875L77.5 616.3875ZM84.40625 614.91876L85.984375 610.04376L87.09375 610.04376L84.8125 616.3875L83.984375 616.3875L81.6875 610.04376L82.796875 610.04376L84.40625 614.91876ZM90.953125 616.5125Q89.65625 616.5125 88.84375 615.66876Q88.046875 614.8094 88.046875 613.3875L88.046875 613.2Q88.046875 612.2469 88.40625 611.5125Q88.765625 610.7625 89.40625 610.35626Q90.0625 609.9344 90.8125 609.9344Q92.046875 609.9344 92.734375 610.7469Q93.421875 611.5594 93.421875 613.075L93.421875 613.52814L89.125 613.52814Q89.15625 614.46564 89.671875 615.04376Q90.203125 615.6219 91.015625 615.6219Q91.578125 615.6219 91.96875 615.3875Q92.375 615.15314 92.6875 614.7625L93.34375 615.27814Q92.546875 616.5125 90.953125 616.5125ZM90.8125 610.825Q90.15625 610.825 89.703125 611.3094Q89.265625 611.77814 89.171875 612.6375L92.34375 612.6375L92.34375 612.5594Q92.296875 611.73126 91.890625 611.27814Q91.5 610.825 90.8125 610.825ZM97.390625 611.0125Q97.140625 610.98126 96.859375 610.98126Q95.78125 610.98126 95.40625 611.8875L95.40625 616.3875L94.328125 616.3875L94.328125 610.04376L95.375 610.04376L95.390625 610.77814Q95.921875 609.9344 96.90625 609.9344Q97.21875 609.9344 97.390625 610.0125L97.390625 611.0125ZM99.5 616.3875L98.421875 616.3875L98.421875 610.04376L99.5 610.04376L99.5 616.3875ZM98.328125 608.3719Q98.328125 608.10626 98.484375 607.91876Q98.65625 607.73126 98.96875 607.73126Q99.28125 607.73126 99.4375 607.91876Q99.609375 608.10626 99.609375 608.3719Q99.609375 608.6219 99.4375 608.8094Q99.28125 608.98126 98.96875 608.98126Q98.65625 608.98126 98.484375 608.8094Q98.328125 608.6219 98.328125 608.3719ZM101.859375 616.3875L101.859375 610.8875L100.859375 610.8875L100.859375 610.04376L101.859375 610.04376L101.859375 609.40314Q101.859375 608.3719 102.390625 607.825Q102.9375 607.2625 103.9375 607.2625Q104.3125 607.2625 104.6875 607.35626L104.625 608.2469Q104.34375 608.1844 104.046875 608.1844Q103.515625 608.1844 103.21875 608.4969Q102.9375 608.8094 102.9375 609.3719L102.9375 610.04376L104.296875 610.04376L104.296875 610.8875L102.9375 610.8875L102.9375 616.3875L101.859375 616.3875ZM106.5 616.3875L105.421875 616.3875L105.421875 610.04376L106.5 610.04376L106.5 616.3875ZM105.328125 608.3719Q105.328125 608.10626 105.484375 607.91876Q105.65625 607.73126 105.96875 607.73126Q106.28125 607.73126 106.4375 607.91876Q106.609375 608.10626 106.609375 608.3719Q106.609375 608.6219 106.4375 608.8094Q106.28125 608.98126 105.96875 608.98126Q105.65625 608.98126 105.484375 608.8094Q105.328125 608.6219 105.328125 608.3719ZM110.859375 615.6219Q111.4375 615.6219 111.875 615.27814Q112.3125 614.91876 112.359375 614.3875L113.390625 614.3875Q113.359375 614.9344 113.0 615.4344Q112.65625 615.91876 112.078125 616.21564Q111.515625 616.5125 110.859375 616.5125Q109.5625 616.5125 108.796875 615.65314Q108.046875 614.77814 108.046875 613.27814L108.046875 613.09064Q108.046875 612.16876 108.375 611.45Q108.71875 610.73126 109.34375 610.34064Q109.984375 609.9344 110.859375 609.9344Q111.921875 609.9344 112.625 610.575Q113.34375 611.2 113.390625 612.23126L112.359375 612.23126Q112.3125 611.60626 111.890625 611.21564Q111.46875 610.825 110.859375 610.825Q110.03125 610.825 109.578125 611.41876Q109.125 612.0125 109.125 613.1375L109.125 613.34064Q109.125 614.4344 109.578125 615.02814Q110.03125 615.6219 110.859375 615.6219ZM118.234375 616.3875Q118.140625 616.2 118.078125 615.71564Q117.328125 616.5125 116.28125 616.5125Q115.34375 616.5125 114.734375 615.98126Q114.140625 615.45 114.140625 614.6219Q114.140625 613.6375 114.890625 613.09064Q115.640625 612.54376 117.015625 612.54376L118.0625 612.54376L118.0625 612.04376Q118.0625 611.48126 117.71875 611.15314Q117.390625 610.8094 116.71875 610.8094Q116.140625 610.8094 115.75 611.10626Q115.359375 611.3875 115.359375 611.8094L114.265625 611.8094Q114.265625 611.325 114.59375 610.8875Q114.9375 610.45 115.515625 610.2Q116.09375 609.9344 116.78125 609.9344Q117.890625 609.9344 118.5 610.48126Q119.125 611.02814 119.15625 611.98126L119.15625 614.90314Q119.15625 615.77814 119.375 616.29376L119.375 616.3875L118.234375 616.3875ZM116.4375 615.5594Q116.953125 615.5594 117.40625 615.29376Q117.859375 615.02814 118.0625 614.60626L118.0625 613.3094L117.21875 613.3094Q115.21875 613.3094 115.21875 614.48126Q115.21875 614.98126 115.5625 615.27814Q115.90625 615.5594 116.4375 615.5594ZM122.796875 608.5125L122.796875 610.04376L123.96875 610.04376L123.96875 610.8875L122.796875 610.8875L122.796875 614.8094Q122.796875 615.2 122.953125 615.3875Q123.109375 615.575 123.484375 615.575Q123.671875 615.575 124.0 615.5125L124.0 616.3875Q123.578125 616.5125 123.171875 616.5125Q122.453125 616.5125 122.078125 616.075Q121.703125 615.6219 121.703125 614.8094L121.703125 610.8875L120.546875 610.8875L120.546875 610.04376L121.703125 610.04376L121.703125 608.5125L122.796875 608.5125ZM126.5 616.3875L125.421875 616.3875L125.421875 610.04376L126.5 610.04376L126.5 616.3875ZM125.328125 608.3719Q125.328125 608.10626 125.484375 607.91876Q125.65625 607.73126 125.96875 607.73126Q126.28125 607.73126 126.4375 607.91876Q126.609375 608.10626 126.609375 608.3719Q126.609375 608.6219 126.4375 608.8094Q126.28125 608.98126 125.96875 608.98126Q125.65625 608.98126 125.484375 608.8094Q125.328125 608.6219 125.328125 608.3719ZM128.03125 613.15314Q128.03125 612.23126 128.39062 611.48126Q128.76562 610.73126 129.42188 610.34064Q130.07812 609.9344 130.90625 609.9344Q132.20312 609.9344 133.0 610.825Q133.8125 611.71564 133.8125 613.21564L133.8125 613.29376Q133.8125 614.21564 133.45312 614.95Q133.09375 615.6844 132.4375 616.10626Q131.78125 616.5125 130.92188 616.5125Q129.64062 616.5125 128.82812 615.6219Q128.03125 614.71564 128.03125 613.23126L128.03125 613.15314ZM129.125 613.29376Q129.125 614.34064 129.60938 614.98126Q130.10938 615.6219 130.92188 615.6219Q131.75 615.6219 132.23438 614.98126Q132.71875 614.325 132.71875 613.15314Q132.71875 612.1219 132.21875 611.48126Q131.73438 610.825 130.90625 610.825Q130.10938 610.825 129.60938 611.46564Q129.125 612.09064 129.125 613.29376ZM136.34375 610.04376L136.375 610.84064Q137.10938 609.9344 138.28125 609.9344Q140.29688 609.9344 140.3125 612.2L140.3125 616.3875L139.21875 616.3875L139.21875 612.1844Q139.21875 611.5125 138.90625 611.1844Q138.60938 610.85626 137.95312 610.85626Q137.42188 610.85626 137.01562 611.1375Q136.625 611.41876 136.40625 611.8719L136.40625 616.3875L135.32812 616.3875L135.32812 610.04376L136.34375 610.04376ZM145.53125 617.1219L144.60938 617.1219L148.17188 607.85626L149.09375 607.85626L145.53125 617.1219ZM157.01562 614.7Q157.01562 614.2625 156.67188 614.02814Q156.34375 613.77814 155.51562 613.60626Q154.70312 613.4344 154.21875 613.1844Q153.73438 612.9344 153.5 612.60626Q153.28125 612.2625 153.28125 611.79376Q153.28125 611.0125 153.9375 610.48126Q154.59375 609.9344 155.625 609.9344Q156.70312 609.9344 157.35938 610.4969Q158.03125 611.04376 158.03125 611.90314L156.95312 611.90314Q156.95312 611.46564 156.5625 611.15314Q156.1875 610.825 155.625 610.825Q155.03125 610.825 154.6875 611.09064Q154.35938 611.34064 154.35938 611.7469Q154.35938 612.1375 154.67188 612.34064Q154.98438 612.54376 155.79688 612.73126Q156.60938 612.90314 157.10938 613.15314Q157.60938 613.40314 157.84375 613.7625Q158.09375 614.1219 158.09375 614.6219Q158.09375 615.48126 157.40625 615.9969Q156.73438 616.5125 155.65625 616.5125Q154.89062 616.5125 154.29688 616.2469Q153.71875 615.96564 153.39062 615.48126Q153.0625 614.9969 153.0625 614.4344L154.14062 614.4344Q154.17188 614.98126 154.57812 615.3094Q154.98438 615.6219 155.65625 615.6219Q156.26562 615.6219 156.64062 615.3719Q157.01562 615.1219 157.01562 614.7ZM160.79688 608.5125L160.79688 610.04376L161.96875 610.04376L161.96875 610.8875L160.79688 610.8875L160.79688 614.8094Q160.79688 615.2 160.95312 615.3875Q161.10938 615.575 161.48438 615.575Q161.67188 615.575 162.0 615.5125L162.0 616.3875Q161.57812 616.5125 161.17188 616.5125Q160.45312 616.5125 160.07812 616.075Q159.70312 615.6219 159.70312 614.8094L159.70312 610.8875L158.54688 610.8875L158.54688 610.04376L159.70312 610.04376L159.70312 608.5125L160.79688 608.5125ZM167.23438 616.3875Q167.14062 616.2 167.07812 615.71564Q166.32812 616.5125 165.28125 616.5125Q164.34375 616.5125 163.73438 615.98126Q163.14062 615.45 163.14062 614.6219Q163.14062 613.6375 163.89062 613.09064Q164.64062 612.54376 166.01562 612.54376L167.0625 612.54376L167.0625 612.04376Q167.0625 611.48126 166.71875 611.15314Q166.39062 610.8094 165.71875 610.8094Q165.14062 610.8094 164.75 611.10626Q164.35938 611.3875 164.35938 611.8094L163.26562 611.8094Q163.26562 611.325 163.59375 610.8875Q163.9375 610.45 164.51562 610.2Q165.09375 609.9344 165.78125 609.9344Q166.89062 609.9344 167.5 610.48126Q168.125 611.02814 168.15625 611.98126L168.15625 614.90314Q168.15625 615.77814 168.375 616.29376L168.375 616.3875L167.23438 616.3875ZM165.4375 615.5594Q165.95312 615.5594 166.40625 615.29376Q166.85938 615.02814 167.0625 614.60626L167.0625 613.3094L166.21875 613.3094Q164.21875 613.3094 164.21875 614.48126Q164.21875 614.98126 164.5625 615.27814Q164.90625 615.5594 165.4375 615.5594ZM171.79688 608.5125L171.79688 610.04376L172.96875 610.04376L172.96875 610.8875L171.79688 610.8875L171.79688 614.8094Q171.79688 615.2 171.95312 615.3875Q172.10938 615.575 172.48438 615.575Q172.67188 615.575 173.0 615.5125L173.0 616.3875Q172.57812 616.5125 172.17188 616.5125Q171.45312 616.5125 171.07812 616.075Q170.70312 615.6219 170.70312 614.8094L170.70312 610.8875L169.54688 610.8875L169.54688 610.04376L170.70312 610.04376L170.70312 608.5125L171.79688 608.5125ZM175.5 616.3875L174.42188 616.3875L174.42188 610.04376L175.5 610.04376L175.5 616.3875ZM174.32812 608.3719Q174.32812 608.10626 174.48438 607.91876Q174.65625 607.73126 174.96875 607.73126Q175.28125 607.73126 175.4375 607.91876Q175.60938 608.10626 175.60938 608.3719Q175.60938 608.6219 175.4375 608.8094Q175.28125 608.98126 174.96875 608.98126Q174.65625 608.98126 174.48438 608.8094Q174.32812 608.6219 174.32812 608.3719ZM179.85938 615.6219Q180.4375 615.6219 180.875 615.27814Q181.3125 614.91876 181.35938 614.3875L182.39062 614.3875Q182.35938 614.9344 182.0 615.4344Q181.65625 615.91876 181.07812 616.21564Q180.51562 616.5125 179.85938 616.5125Q178.5625 616.5125 177.79688 615.65314Q177.04688 614.77814 177.04688 613.27814L177.04688 613.09064Q177.04688 612.16876 177.375 611.45Q177.71875 610.73126 178.34375 610.34064Q178.98438 609.9344 179.85938 609.9344Q180.92188 609.9344 181.625 610.575Q182.34375 611.2 182.39062 612.23126L181.35938 612.23126Q181.3125 611.60626 180.89062 611.21564Q180.46875 610.825 179.85938 610.825Q179.03125 610.825 178.57812 611.41876Q178.125 612.0125 178.125 613.1375L178.125 613.34064Q178.125 614.4344 178.57812 615.02814Q179.03125 615.6219 179.85938 615.6219ZM190.23438 616.3875Q190.14062 616.2 190.07812 615.71564Q189.32812 616.5125 188.28125 616.5125Q187.34375 616.5125 186.73438 615.98126Q186.14062 615.45 186.14062 614.6219Q186.14062 613.6375 186.89062 613.09064Q187.64062 612.54376 189.01562 612.54376L190.0625 612.54376L190.0625 612.04376Q190.0625 611.48126 189.71875 611.15314Q189.39062 610.8094 188.71875 610.8094Q188.14062 610.8094 187.75 611.10626Q187.35938 611.3875 187.35938 611.8094L186.26562 611.8094Q186.26562 611.325 186.59375 610.8875Q186.9375 610.45 187.51562 610.2Q188.09375 609.9344 188.78125 609.9344Q189.89062 609.9344 190.5 610.48126Q191.125 611.02814 191.15625 611.98126L191.15625 614.90314Q191.15625 615.77814 191.375 616.29376L191.375 616.3875L190.23438 616.3875ZM188.4375 615.5594Q188.95312 615.5594 189.40625 615.29376Q189.85938 615.02814 190.0625 614.60626L190.0625 613.3094L189.21875 613.3094Q187.21875 613.3094 187.21875 614.48126Q187.21875 614.98126 187.5625 615.27814Q187.90625 615.5594 188.4375 615.5594ZM194.34375 610.04376L194.375 610.84064Q195.10938 609.9344 196.28125 609.9344Q198.29688 609.9344 198.3125 612.2L198.3125 616.3875L197.21875 616.3875L197.21875 612.1844Q197.21875 611.5125 196.90625 611.1844Q196.60938 610.85626 195.95312 610.85626Q195.42188 610.85626 195.01562 611.1375Q194.625 611.41876 194.40625 611.8719L194.40625 616.3875L193.32812 616.3875L193.32812 610.04376L194.34375 610.04376ZM204.23438 616.3875Q204.14062 616.2 204.07812 615.71564Q203.32812 616.5125 202.28125 616.5125Q201.34375 616.5125 200.73438 615.98126Q200.14062 615.45 200.14062 614.6219Q200.14062 613.6375 200.89062 613.09064Q201.64062 612.54376 203.01562 612.54376L204.0625 612.54376L204.0625 612.04376Q204.0625 611.48126 203.71875 611.15314Q203.39062 610.8094 202.71875 610.8094Q202.14062 610.8094 201.75 611.10626Q201.35938 611.3875 201.35938 611.8094L200.26562 611.8094Q200.26562 611.325 200.59375 610.8875Q200.9375 610.45 201.51562 610.2Q202.09375 609.9344 202.78125 609.9344Q203.89062 609.9344 204.5 610.48126Q205.125 611.02814 205.15625 611.98126L205.15625 614.90314Q205.15625 615.77814 205.375 616.29376L205.375 616.3875L204.23438 616.3875ZM202.4375 615.5594Q202.95312 615.5594 203.40625 615.29376Q203.85938 615.02814 204.0625 614.60626L204.0625 613.3094L203.21875 613.3094Q201.21875 613.3094 201.21875 614.48126Q201.21875 614.98126 201.5625 615.27814Q201.90625 615.5594 202.4375 615.5594ZM208.5 616.3875L207.42188 616.3875L207.42188 607.3875L208.5 607.3875L208.5 616.3875ZM212.39062 614.79376L213.875 610.04376L215.03125 610.04376L212.48438 617.3719Q211.89062 618.95 210.60938 618.95L210.39062 618.9344L210.0 618.85626L210.0 617.98126L210.28125 617.9969Q210.84375 617.9969 211.14062 617.77814Q211.45312 617.5594 211.65625 616.96564L211.89062 616.3094L209.625 610.04376L210.8125 610.04376L212.39062 614.79376ZM220.01562 614.7Q220.01562 614.2625 219.67188 614.02814Q219.34375 613.77814 218.51562 613.60626Q217.70312 613.4344 217.21875 613.1844Q216.73438 612.9344 216.5 612.60626Q216.28125 612.2625 216.28125 611.79376Q216.28125 611.0125 216.9375 610.48126Q217.59375 609.9344 218.625 609.9344Q219.70312 609.9344 220.35938 610.4969Q221.03125 611.04376 221.03125 611.90314L219.95312 611.90314Q219.95312 611.46564 219.5625 611.15314Q219.1875 610.825 218.625 610.825Q218.03125 610.825 217.6875 611.09064Q217.35938 611.34064 217.35938 611.7469Q217.35938 612.1375 217.67188 612.34064Q217.98438 612.54376 218.79688 612.73126Q219.60938 612.90314 220.10938 613.15314Q220.60938 613.40314 220.84375 613.7625Q221.09375 614.1219 221.09375 614.6219Q221.09375 615.48126 220.40625 615.9969Q219.73438 616.5125 218.65625 616.5125Q217.89062 616.5125 217.29688 616.2469Q216.71875 615.96564 216.39062 615.48126Q216.0625 614.9969 216.0625 614.4344L217.14062 614.4344Q217.17188 614.98126 217.57812 615.3094Q217.98438 615.6219 218.65625 615.6219Q219.26562 615.6219 219.64062 615.3719Q220.01562 615.1219 220.01562 614.7ZM223.5 616.3875L222.42188 616.3875L222.42188 610.04376L223.5 610.04376L223.5 616.3875ZM222.32812 608.3719Q222.32812 608.10626 222.48438 607.91876Q222.65625 607.73126 222.96875 607.73126Q223.28125 607.73126 223.4375 607.91876Q223.60938 608.10626 223.60938 608.3719Q223.60938 608.6219 223.4375 608.8094Q223.28125 608.98126 222.96875 608.98126Q222.65625 608.98126 222.48438 608.8094Q222.32812 608.6219 222.32812 608.3719ZM229.01562 614.7Q229.01562 614.2625 228.67188 614.02814Q228.34375 613.77814 227.51562 613.60626Q226.70312 613.4344 226.21875 613.1844Q225.73438 612.9344 225.5 612.60626Q225.28125 612.2625 225.28125 611.79376Q225.28125 611.0125 225.9375 610.48126Q226.59375 609.9344 227.625 609.9344Q228.70312 609.9344 229.35938 610.4969Q230.03125 611.04376 230.03125 611.90314L228.95312 611.90314Q228.95312 611.46564 228.5625 611.15314Q228.1875 610.825 227.625 610.825Q227.03125 610.825 226.6875 611.09064Q226.35938 611.34064 226.35938 611.7469Q226.35938 612.1375 226.67188 612.34064Q226.98438 612.54376 227.79688 612.73126Q228.60938 612.90314 229.10938 613.15314Q229.60938 613.40314 229.84375 613.7625Q230.09375 614.1219 230.09375 614.6219Q230.09375 615.48126 229.40625 615.9969Q228.73438 616.5125 227.65625 616.5125Q226.89062 616.5125 226.29688 616.2469Q225.71875 615.96564 225.39062 615.48126Q225.0625 614.9969 225.0625 614.4344L226.14062 614.4344Q226.17188 614.98126 226.57812 615.3094Q226.98438 615.6219 227.65625 615.6219Q228.26562 615.6219 228.64062 615.3719Q229.01562 615.1219 229.01562 614.7ZM234.53125 617.1219L233.60938 617.1219L237.17188 607.85626L238.09375 607.85626L234.53125 617.1219Z" fill-rule="nonzero"/><path fill="#666666" d="M127.5 631.3875L126.421875 631.3875L126.421875 625.04376L127.5 625.04376L127.5 631.3875ZM126.328125 623.3719Q126.328125 623.10626 126.484375 622.91876Q126.65625 622.73126 126.96875 622.73126Q127.28125 622.73126 127.4375 622.91876Q127.609375 623.10626 127.609375 623.3719Q127.609375 623.6219 127.4375 623.8094Q127.28125 623.98126 126.96875 623.98126Q126.65625 623.98126 126.484375 623.8094Q126.328125 623.6219 126.328125 623.3719ZM130.34375 625.04376L130.375 625.7469Q131.0625 624.9344 132.25 624.9344Q133.57812 624.9344 134.0625 625.95Q134.375 625.4969 134.875 625.21564Q135.39062 624.9344 136.07812 624.9344Q138.17188 624.9344 138.20312 627.1375L138.20312 631.3875L137.125 631.3875L137.125 627.2Q137.125 626.52814 136.8125 626.2Q136.5 625.85626 135.76562 625.85626Q135.15625 625.85626 134.75 626.21564Q134.35938 626.575 134.29688 627.1844L134.29688 631.3875L133.21875 631.3875L133.21875 627.23126Q133.21875 625.85626 131.85938 625.85626Q130.79688 625.85626 130.40625 626.7625L130.40625 631.3875L129.3125 631.3875L129.3125 625.04376L130.34375 625.04376ZM145.67188 628.29376Q145.67188 629.73126 145.01562 630.6219Q144.35938 631.5125 143.21875 631.5125Q142.0625 631.5125 141.40625 630.77814L141.40625 633.825L140.32812 633.825L140.32812 625.04376L141.3125 625.04376L141.35938 625.7469Q142.03125 624.9344 143.20312 624.9344Q144.34375 624.9344 145.0 625.79376Q145.67188 626.65314 145.67188 628.1844L145.67188 628.29376ZM144.59375 628.16876Q144.59375 627.09064 144.125 626.48126Q143.67188 625.85626 142.875 625.85626Q141.89062 625.85626 141.40625 626.71564L141.40625 629.7469Q141.89062 630.6219 142.89062 630.6219Q143.67188 630.6219 144.125 630.0125Q144.59375 629.3875 144.59375 628.16876ZM150.39062 626.0125Q150.14062 625.98126 149.85938 625.98126Q148.78125 625.98126 148.40625 626.8875L148.40625 631.3875L147.32812 631.3875L147.32812 625.04376L148.375 625.04376L148.39062 625.77814Q148.92188 624.9344 149.90625 624.9344Q150.21875 624.9344 150.39062 625.0125L150.39062 626.0125ZM151.03125 628.15314Q151.03125 627.23126 151.39062 626.48126Q151.76562 625.73126 152.42188 625.34064Q153.07812 624.9344 153.90625 624.9344Q155.20312 624.9344 156.0 625.825Q156.8125 626.71564 156.8125 628.21564L156.8125 628.29376Q156.8125 629.21564 156.45312 629.95Q156.09375 630.6844 155.4375 631.10626Q154.78125 631.5125 153.92188 631.5125Q152.64062 631.5125 151.82812 630.6219Q151.03125 629.71564 151.03125 628.23126L151.03125 628.15314ZM152.125 628.29376Q152.125 629.34064 152.60938 629.98126Q153.10938 630.6219 153.92188 630.6219Q154.75 630.6219 155.23438 629.98126Q155.71875 629.325 155.71875 628.15314Q155.71875 627.1219 155.21875 626.48126Q154.73438 625.825 153.90625 625.825Q153.10938 625.825 152.60938 626.46564Q152.125 627.09064 152.125 628.29376ZM160.40625 629.91876L161.98438 625.04376L163.09375 625.04376L160.8125 631.3875L159.98438 631.3875L157.6875 625.04376L158.79688 625.04376L160.40625 629.91876ZM166.95312 631.5125Q165.65625 631.5125 164.84375 630.66876Q164.04688 629.8094 164.04688 628.3875L164.04688 628.2Q164.04688 627.2469 164.40625 626.5125Q164.76562 625.7625 165.40625 625.35626Q166.0625 624.9344 166.8125 624.9344Q168.04688 624.9344 168.73438 625.7469Q169.42188 626.5594 169.42188 628.075L169.42188 628.52814L165.125 628.52814Q165.15625 629.46564 165.67188 630.04376Q166.20312 630.6219 167.01562 630.6219Q167.57812 630.6219 167.96875 630.3875Q168.375 630.15314 168.6875 629.7625L169.34375 630.27814Q168.54688 631.5125 166.95312 631.5125ZM166.8125 625.825Q166.15625 625.825 165.70312 626.3094Q165.26562 626.77814 165.17188 627.6375L168.34375 627.6375L168.34375 627.5594Q168.29688 626.73126 167.89062 626.27814Q167.5 625.825 166.8125 625.825ZM170.0625 628.16876Q170.0625 626.7 170.75 625.825Q171.4375 624.9344 172.5625 624.9344Q173.67188 624.9344 174.32812 625.6844L174.32812 622.3875L175.40625 622.3875L175.40625 631.3875L174.40625 631.3875L174.35938 630.7Q173.70312 631.5125 172.54688 631.5125Q171.45312 631.5125 170.75 630.60626Q170.0625 629.7 170.0625 628.2469L170.0625 628.16876ZM171.14062 628.29376Q171.14062 629.3719 171.57812 629.98126Q172.03125 630.59064 172.8125 630.59064Q173.84375 630.59064 174.32812 629.65314L174.32812 626.7469Q173.84375 625.85626 172.82812 625.85626Q172.03125 625.85626 171.57812 626.46564Q171.14062 627.075 171.14062 628.29376ZM181.79688 623.5125L181.79688 625.04376L182.96875 625.04376L182.96875 625.8875L181.79688 625.8875L181.79688 629.8094Q181.79688 630.2 181.95312 630.3875Q182.10938 630.575 182.48438 630.575Q182.67188 630.575 183.0 630.5125L183.0 631.3875Q182.57812 631.5125 182.17188 631.5125Q181.45312 631.5125 181.07812 631.075Q180.70312 630.6219 180.70312 629.8094L180.70312 625.8875L179.54688 625.8875L179.54688 625.04376L180.70312 625.04376L180.70312 623.5125L181.79688 623.5125ZM186.39062 629.79376L187.875 625.04376L189.03125 625.04376L186.48438 632.3719Q185.89062 633.95 184.60938 633.95L184.39062 633.9344L184.0 633.85626L184.0 632.98126L184.28125 632.9969Q184.84375 632.9969 185.14062 632.77814Q185.45312 632.5594 185.65625 631.96564L185.89062 631.3094L183.625 625.04376L184.8125 625.04376L186.39062 629.79376ZM195.67188 628.29376Q195.67188 629.73126 195.01562 630.6219Q194.35938 631.5125 193.21875 631.5125Q192.0625 631.5125 191.40625 630.77814L191.40625 633.825L190.32812 633.825L190.32812 625.04376L191.3125 625.04376L191.35938 625.7469Q192.03125 624.9344 193.20312 624.9344Q194.34375 624.9344 195.0 625.79376Q195.67188 626.65314 195.67188 628.1844L195.67188 628.29376ZM194.59375 628.16876Q194.59375 627.09064 194.125 626.48126Q193.67188 625.85626 192.875 625.85626Q191.89062 625.85626 191.40625 626.71564L191.40625 629.7469Q191.89062 630.6219 192.89062 630.6219Q193.67188 630.6219 194.125 630.0125Q194.59375 629.3875 194.59375 628.16876ZM199.95312 631.5125Q198.65625 631.5125 197.84375 630.66876Q197.04688 629.8094 197.04688 628.3875L197.04688 628.2Q197.04688 627.2469 197.40625 626.5125Q197.76562 625.7625 198.40625 625.35626Q199.0625 624.9344 199.8125 624.9344Q201.04688 624.9344 201.73438 625.7469Q202.42188 626.5594 202.42188 628.075L202.42188 628.52814L198.125 628.52814Q198.15625 629.46564 198.67188 630.04376Q199.20312 630.6219 200.01562 630.6219Q200.57812 630.6219 200.96875 630.3875Q201.375 630.15314 201.6875 629.7625L202.34375 630.27814Q201.54688 631.5125 199.95312 631.5125ZM199.8125 625.825Q199.15625 625.825 198.70312 626.3094Q198.26562 626.77814 198.17188 627.6375L201.34375 627.6375L201.34375 627.5594Q201.29688 626.73126 200.89062 626.27814Q200.5 625.825 199.8125 625.825ZM210.01562 629.7Q210.01562 629.2625 209.67188 629.02814Q209.34375 628.77814 208.51562 628.60626Q207.70312 628.4344 207.21875 628.1844Q206.73438 627.9344 206.5 627.60626Q206.28125 627.2625 206.28125 626.79376Q206.28125 626.0125 206.9375 625.48126Q207.59375 624.9344 208.625 624.9344Q209.70312 624.9344 210.35938 625.4969Q211.03125 626.04376 211.03125 626.90314L209.95312 626.90314Q209.95312 626.46564 209.5625 626.15314Q209.1875 625.825 208.625 625.825Q208.03125 625.825 207.6875 626.09064Q207.35938 626.34064 207.35938 626.7469Q207.35938 627.1375 207.67188 627.34064Q207.98438 627.54376 208.79688 627.73126Q209.60938 627.90314 210.10938 628.15314Q210.60938 628.40314 210.84375 628.7625Q211.09375 629.1219 211.09375 629.6219Q211.09375 630.48126 210.40625 630.9969Q209.73438 631.5125 208.65625 631.5125Q207.89062 631.5125 207.29688 631.2469Q206.71875 630.96564 206.39062 630.48126Q206.0625 629.9969 206.0625 629.4344L207.14062 629.4344Q207.17188 629.98126 207.57812 630.3094Q207.98438 630.6219 208.65625 630.6219Q209.26562 630.6219 209.64062 630.3719Q210.01562 630.1219 210.01562 629.7ZM216.23438 631.3875Q216.14062 631.2 216.07812 630.71564Q215.32812 631.5125 214.28125 631.5125Q213.34375 631.5125 212.73438 630.98126Q212.14062 630.45 212.14062 629.6219Q212.14062 628.6375 212.89062 628.09064Q213.64062 627.54376 215.01562 627.54376L216.0625 627.54376L216.0625 627.04376Q216.0625 626.48126 215.71875 626.15314Q215.39062 625.8094 214.71875 625.8094Q214.14062 625.8094 213.75 626.10626Q213.35938 626.3875 213.35938 626.8094L212.26562 626.8094Q212.26562 626.325 212.59375 625.8875Q212.9375 625.45 213.51562 625.2Q214.09375 624.9344 214.78125 624.9344Q215.89062 624.9344 216.5 625.48126Q217.125 626.02814 217.15625 626.98126L217.15625 629.90314Q217.15625 630.77814 217.375 631.29376L217.375 631.3875L216.23438 631.3875ZM214.4375 630.5594Q214.95312 630.5594 215.40625 630.29376Q215.85938 630.02814 216.0625 629.60626L216.0625 628.3094L215.21875 628.3094Q213.21875 628.3094 213.21875 629.48126Q213.21875 629.98126 213.5625 630.27814Q213.90625 630.5594 214.4375 630.5594ZM219.85938 631.3875L219.85938 625.8875L218.85938 625.8875L218.85938 625.04376L219.85938 625.04376L219.85938 624.40314Q219.85938 623.3719 220.39062 622.825Q220.9375 622.2625 221.9375 622.2625Q222.3125 622.2625 222.6875 622.35626L222.625 623.2469Q222.34375 623.1844 222.04688 623.1844Q221.51562 623.1844 221.21875 623.4969Q220.9375 623.8094 220.9375 624.3719L220.9375 625.04376L222.29688 625.04376L222.29688 625.8875L220.9375 625.8875L220.9375 631.3875L219.85938 631.3875ZM225.95312 631.5125Q224.65625 631.5125 223.84375 630.66876Q223.04688 629.8094 223.04688 628.3875L223.04688 628.2Q223.04688 627.2469 223.40625 626.5125Q223.76562 625.7625 224.40625 625.35626Q225.0625 624.9344 225.8125 624.9344Q227.04688 624.9344 227.73438 625.7469Q228.42188 626.5594 228.42188 628.075L228.42188 628.52814L224.125 628.52814Q224.15625 629.46564 224.67188 630.04376Q225.20312 630.6219 226.01562 630.6219Q226.57812 630.6219 226.96875 630.3875Q227.375 630.15314 227.6875 629.7625L228.34375 630.27814Q227.54688 631.5125 225.95312 631.5125ZM225.8125 625.825Q225.15625 625.825 224.70312 626.3094Q224.26562 626.77814 224.17188 627.6375L227.34375 627.6375L227.34375 627.5594Q227.29688 626.73126 226.89062 626.27814Q226.5 625.825 225.8125 625.825ZM230.79688 623.5125L230.79688 625.04376L231.96875 625.04376L231.96875 625.8875L230.79688 625.8875L230.79688 629.8094Q230.79688 630.2 230.95312 630.3875Q231.10938 630.575 231.48438 630.575Q231.67188 630.575 232.0 630.5125L232.0 631.3875Q231.57812 631.5125 231.17188 631.5125Q230.45312 631.5125 230.07812 631.075Q229.70312 630.6219 229.70312 629.8094L229.70312 625.8875L228.54688 625.8875L228.54688 625.04376L229.70312 625.04376L229.70312 623.5125L230.79688 623.5125ZM235.39062 629.79376L236.875 625.04376L238.03125 625.04376L235.48438 632.3719Q234.89062 633.95 233.60938 633.95L233.39062 633.9344L233.0 633.85626L233.0 632.98126L233.28125 632.9969Q233.84375 632.9969 234.14062 632.77814Q234.45312 632.5594 234.65625 631.96564L234.89062 631.3094L232.625 625.04376L233.8125 625.04376L235.39062 629.79376Z" fill-rule="nonzero"/><path fill="#666666" d="M71.3125 649.9268L67.609375 649.9268L67.609375 652.94244L71.90625 652.94244L71.90625 653.8643L66.484375 653.8643L66.484375 645.33307L71.859375 645.33307L71.859375 646.25494L67.609375 646.25494L67.609375 649.00494L71.3125 649.00494L71.3125 649.9268ZM75.453125 649.83307L76.859375 647.52057L78.125 647.52057L76.046875 650.6612L78.1875 653.8643L76.9375 653.8643L75.46875 651.4893L74.0 653.8643L72.734375 653.8643L74.875 650.6612L72.8125 647.52057L74.0625 647.52057L75.453125 649.83307ZM80.5 653.8643L79.421875 653.8643L79.421875 647.52057L80.5 647.52057L80.5 653.8643ZM79.328125 645.8487Q79.328125 645.58307 79.484375 645.39557Q79.65625 645.20807 79.96875 645.20807Q80.28125 645.20807 80.4375 645.39557Q80.609375 645.58307 80.609375 645.8487Q80.609375 646.0987 80.4375 646.2862Q80.28125 646.45807 79.96875 646.45807Q79.65625 646.45807 79.484375 646.2862Q79.328125 646.0987 79.328125 645.8487ZM86.015625 652.1768Q86.015625 651.7393 85.671875 651.50494Q85.34375 651.25494 84.515625 651.08307Q83.703125 650.9112 83.21875 650.6612Q82.734375 650.4112 82.5 650.08307Q82.28125 649.7393 82.28125 649.27057Q82.28125 648.4893 82.9375 647.95807Q83.59375 647.4112 84.625 647.4112Q85.703125 647.4112 86.359375 647.9737Q87.03125 648.52057 87.03125 649.37994L85.953125 649.37994Q85.953125 648.94244 85.5625 648.62994Q85.1875 648.3018 84.625 648.3018Q84.03125 648.3018 83.6875 648.56744Q83.359375 648.81744 83.359375 649.2237Q83.359375 649.6143 83.671875 649.81744Q83.984375 650.02057 84.796875 650.20807Q85.609375 650.37994 86.109375 650.62994Q86.609375 650.87994 86.84375 651.2393Q87.09375 651.5987 87.09375 652.0987Q87.09375 652.95807 86.40625 653.4737Q85.734375 653.9893 84.65625 653.9893Q83.890625 653.9893 83.296875 653.7237Q82.71875 653.44244 82.390625 652.95807Q82.0625 652.4737 82.0625 651.9112L83.140625 651.9112Q83.171875 652.45807 83.578125 652.7862Q83.984375 653.0987 84.65625 653.0987Q85.265625 653.0987 85.640625 652.8487Q86.015625 652.5987 86.015625 652.1768ZM89.796875 645.9893L89.796875 647.52057L90.96875 647.52057L90.96875 648.3643L89.796875 648.3643L89.796875 652.2862Q89.796875 652.6768 89.953125 652.8643Q90.109375 653.0518 90.484375 653.0518Q90.671875 653.0518 91.0 652.9893L91.0 653.8643Q90.578125 653.9893 90.171875 653.9893Q89.453125 653.9893 89.078125 653.5518Q88.703125 653.0987 88.703125 652.2862L88.703125 648.3643L87.546875 648.3643L87.546875 647.52057L88.703125 647.52057L88.703125 645.9893L89.796875 645.9893ZM93.5 653.8643L92.421875 653.8643L92.421875 647.52057L93.5 647.52057L93.5 653.8643ZM92.328125 645.8487Q92.328125 645.58307 92.484375 645.39557Q92.65625 645.20807 92.96875 645.20807Q93.28125 645.20807 93.4375 645.39557Q93.609375 645.58307 93.609375 645.8487Q93.609375 646.0987 93.4375 646.2862Q93.28125 646.45807 92.96875 646.45807Q92.65625 646.45807 92.484375 646.2862Q92.328125 646.0987 92.328125 645.8487ZM96.34375 647.52057L96.375 648.31744Q97.109375 647.4112 98.28125 647.4112Q100.296875 647.4112 100.3125 649.6768L100.3125 653.8643L99.21875 653.8643L99.21875 649.6612Q99.21875 648.9893 98.90625 648.6612Q98.609375 648.33307 97.953125 648.33307Q97.421875 648.33307 97.015625 648.6143Q96.625 648.89557 96.40625 649.3487L96.40625 653.8643L95.328125 653.8643L95.328125 647.52057L96.34375 647.52057ZM102.0625 650.64557Q102.0625 649.1612 102.75 648.2862Q103.4375 647.4112 104.5625 647.4112Q105.71875 647.4112 106.375 648.2237L106.421875 647.52057L107.421875 647.52057L107.421875 653.70807Q107.421875 654.94244 106.6875 655.64557Q105.953125 656.3643 104.734375 656.3643Q104.046875 656.3643 103.390625 656.06744Q102.734375 655.77057 102.390625 655.27057L102.953125 654.6143Q103.640625 655.4737 104.65625 655.4737Q105.4375 655.4737 105.875 655.02057Q106.328125 654.58307 106.328125 653.77057L106.328125 653.2237Q105.671875 653.9893 104.546875 653.9893Q103.4375 653.9893 102.75 653.0987Q102.0625 652.19244 102.0625 650.64557ZM103.15625 650.77057Q103.15625 651.83307 103.59375 652.45807Q104.03125 653.06744 104.828125 653.06744Q105.84375 653.06744 106.328125 652.12994L106.328125 649.2393Q105.828125 648.33307 104.828125 648.33307Q104.046875 648.33307 103.59375 648.94244Q103.15625 649.5518 103.15625 650.77057ZM114.859375 653.0987Q115.4375 653.0987 115.875 652.75494Q116.3125 652.39557 116.359375 651.8643L117.390625 651.8643Q117.359375 652.4112 117.0 652.9112Q116.65625 653.39557 116.078125 653.69244Q115.515625 653.9893 114.859375 653.9893Q113.5625 653.9893 112.796875 653.12994Q112.046875 652.25494 112.046875 650.75494L112.046875 650.56744Q112.046875 649.64557 112.375 648.9268Q112.71875 648.20807 113.34375 647.81744Q113.984375 647.4112 114.859375 647.4112Q115.921875 647.4112 116.625 648.0518Q117.34375 648.6768 117.390625 649.70807L116.359375 649.70807Q116.3125 649.08307 115.890625 648.69244Q115.46875 648.3018 114.859375 648.3018Q114.03125 648.3018 113.578125 648.89557Q113.125 649.4893 113.125 650.6143L113.125 650.81744Q113.125 651.9112 113.578125 652.50494Q114.03125 653.0987 114.859375 653.0987ZM118.03125 650.62994Q118.03125 649.70807 118.390625 648.95807Q118.765625 648.20807 119.421875 647.81744Q120.078125 647.4112 120.90625 647.4112Q122.203125 647.4112 123.0 648.3018Q123.8125 649.19244 123.8125 650.69244L123.8125 650.77057Q123.8125 651.69244 123.453125 652.4268Q123.09375 653.1612 122.4375 653.58307Q121.78125 653.9893 120.921875 653.9893Q119.640625 653.9893 118.828125 653.0987Q118.03125 652.19244 118.03125 650.70807L118.03125 650.62994ZM119.125 650.77057Q119.125 651.81744 119.609375 652.45807Q120.109375 653.0987 120.921875 653.0987Q121.75 653.0987 122.234375 652.45807Q122.71875 651.8018 122.71875 650.62994Q122.71875 649.5987 122.21875 648.95807Q121.734375 648.3018 120.90625 648.3018Q120.109375 648.3018 119.609375 648.94244Q119.125 649.56744 119.125 650.77057ZM125.0625 650.64557Q125.0625 649.1768 125.75 648.3018Q126.4375 647.4112 127.5625 647.4112Q128.67188 647.4112 129.32812 648.1612L129.32812 644.8643L130.40625 644.8643L130.40625 653.8643L129.40625 653.8643L129.35938 653.1768Q128.70312 653.9893 127.546875 653.9893Q126.453125 653.9893 125.75 653.08307Q125.0625 652.1768 125.0625 650.7237L125.0625 650.64557ZM126.140625 650.77057Q126.140625 651.8487 126.578125 652.45807Q127.03125 653.06744 127.8125 653.06744Q128.84375 653.06744 129.32812 652.12994L129.32812 649.2237Q128.84375 648.33307 127.828125 648.33307Q127.03125 648.33307 126.578125 648.94244Q126.140625 649.5518 126.140625 650.77057ZM134.95312 653.9893Q133.65625 653.9893 132.84375 653.14557Q132.04688 652.2862 132.04688 650.8643L132.04688 650.6768Q132.04688 649.7237 132.40625 648.9893Q132.76562 648.2393 133.40625 647.83307Q134.0625 647.4112 134.8125 647.4112Q136.04688 647.4112 136.73438 648.2237Q137.42188 649.0362 137.42188 650.5518L137.42188 651.00494L133.125 651.00494Q133.15625 651.94244 133.67188 652.52057Q134.20312 653.0987 135.01562 653.0987Q135.57812 653.0987 135.96875 652.8643Q136.375 652.62994 136.6875 652.2393L137.34375 652.75494Q136.54688 653.9893 134.95312 653.9893ZM134.8125 648.3018Q134.15625 648.3018 133.70312 648.7862Q133.26562 649.25494 133.17188 650.1143L136.34375 650.1143L136.34375 650.0362Q136.29688 649.20807 135.89062 648.75494Q135.5 648.3018 134.8125 648.3018ZM143.6875 650.77057Q143.6875 652.2237 143.01562 653.1143Q142.35938 653.9893 141.23438 653.9893Q140.03125 653.9893 139.375 653.12994L139.3125 653.8643L138.32812 653.8643L138.32812 644.8643L139.40625 644.8643L139.40625 648.2237Q140.0625 647.4112 141.21875 647.4112Q142.375 647.4112 143.03125 648.2862Q143.6875 649.14557 143.6875 650.6768L143.6875 650.77057ZM142.60938 650.64557Q142.60938 649.5362 142.17188 648.94244Q141.75 648.33307 140.95312 648.33307Q139.875 648.33307 139.40625 649.31744L139.40625 652.06744Q139.90625 653.06744 140.95312 653.06744Q141.73438 653.06744 142.17188 652.45807Q142.60938 651.8487 142.60938 650.64557ZM149.23438 653.8643Q149.14062 653.6768 149.07812 653.19244Q148.32812 653.9893 147.28125 653.9893Q146.34375 653.9893 145.73438 653.45807Q145.14062 652.9268 145.14062 652.0987Q145.14062 651.1143 145.89062 650.56744Q146.64062 650.02057 148.01562 650.02057L149.0625 650.02057L149.0625 649.52057Q149.0625 648.95807 148.71875 648.62994Q148.39062 648.2862 147.71875 648.2862Q147.14062 648.2862 146.75 648.58307Q146.35938 648.8643 146.35938 649.2862L145.26562 649.2862Q145.26562 648.8018 145.59375 648.3643Q145.9375 647.9268 146.51562 647.6768Q147.09375 647.4112 147.78125 647.4112Q148.89062 647.4112 149.5 647.95807Q150.125 648.50494 150.15625 649.45807L150.15625 652.37994Q150.15625 653.25494 150.375 653.77057L150.375 653.8643L149.23438 653.8643ZM147.4375 653.0362Q147.95312 653.0362 148.40625 652.77057Q148.85938 652.50494 149.0625 652.08307L149.0625 650.7862L148.21875 650.7862Q146.21875 650.7862 146.21875 651.95807Q146.21875 652.45807 146.5625 652.75494Q146.90625 653.0362 147.4375 653.0362ZM156.01562 652.1768Q156.01562 651.7393 155.67188 651.50494Q155.34375 651.25494 154.51562 651.08307Q153.70312 650.9112 153.21875 650.6612Q152.73438 650.4112 152.5 650.08307Q152.28125 649.7393 152.28125 649.27057Q152.28125 648.4893 152.9375 647.95807Q153.59375 647.4112 154.625 647.4112Q155.70312 647.4112 156.35938 647.9737Q157.03125 648.52057 157.03125 649.37994L155.95312 649.37994Q155.95312 648.94244 155.5625 648.62994Q155.1875 648.3018 154.625 648.3018Q154.03125 648.3018 153.6875 648.56744Q153.35938 648.81744 153.35938 649.2237Q153.35938 649.6143 153.67188 649.81744Q153.98438 650.02057 154.79688 650.20807Q155.60938 650.37994 156.10938 650.62994Q156.60938 650.87994 156.84375 651.2393Q157.09375 651.5987 157.09375 652.0987Q157.09375 652.95807 156.40625 653.4737Q155.73438 653.9893 154.65625 653.9893Q153.89062 653.9893 153.29688 653.7237Q152.71875 653.44244 152.39062 652.95807Q152.0625 652.4737 152.0625 651.9112L153.14062 651.9112Q153.17188 652.45807 153.57812 652.7862Q153.98438 653.0987 154.65625 653.0987Q155.26562 653.0987 155.64062 652.8487Q156.01562 652.5987 156.01562 652.1768ZM160.95312 653.9893Q159.65625 653.9893 158.84375 653.14557Q158.04688 652.2862 158.04688 650.8643L158.04688 650.6768Q158.04688 649.7237 158.40625 648.9893Q158.76562 648.2393 159.40625 647.83307Q160.0625 647.4112 160.8125 647.4112Q162.04688 647.4112 162.73438 648.2237Q163.42188 649.0362 163.42188 650.5518L163.42188 651.00494L159.125 651.00494Q159.15625 651.94244 159.67188 652.52057Q160.20312 653.0987 161.01562 653.0987Q161.57812 653.0987 161.96875 652.8643Q162.375 652.62994 162.6875 652.2393L163.34375 652.75494Q162.54688 653.9893 160.95312 653.9893ZM160.8125 648.3018Q160.15625 648.3018 159.70312 648.7862Q159.26562 649.25494 159.17188 650.1143L162.34375 650.1143L162.34375 650.0362Q162.29688 649.20807 161.89062 648.75494Q161.5 648.3018 160.8125 648.3018ZM167.53125 654.5987L166.60938 654.5987L170.17188 645.33307L171.09375 645.33307L167.53125 654.5987ZM176.5 653.8643L175.42188 653.8643L175.42188 647.52057L176.5 647.52057L176.5 653.8643ZM175.32812 645.8487Q175.32812 645.58307 175.48438 645.39557Q175.65625 645.20807 175.96875 645.20807Q176.28125 645.20807 176.4375 645.39557Q176.60938 645.58307 176.60938 645.8487Q176.60938 646.0987 176.4375 646.2862Q176.28125 646.45807 175.96875 646.45807Q175.65625 646.45807 175.48438 646.2862Q175.32812 646.0987 175.32812 645.8487ZM179.34375 647.52057L179.375 648.31744Q180.10938 647.4112 181.28125 647.4112Q183.29688 647.4112 183.3125 649.6768L183.3125 653.8643L182.21875 653.8643L182.21875 649.6612Q182.21875 648.9893 181.90625 648.6612Q181.60938 648.33307 180.95312 648.33307Q180.42188 648.33307 180.01562 648.6143Q179.625 648.89557 179.40625 649.3487L179.40625 653.8643L178.32812 653.8643L178.32812 647.52057L179.34375 647.52057ZM186.79688 645.9893L186.79688 647.52057L187.96875 647.52057L187.96875 648.3643L186.79688 648.3643L186.79688 652.2862Q186.79688 652.6768 186.95312 652.8643Q187.10938 653.0518 187.48438 653.0518Q187.67188 653.0518 188.0 652.9893L188.0 653.8643Q187.57812 653.9893 187.17188 653.9893Q186.45312 653.9893 186.07812 653.5518Q185.70312 653.0987 185.70312 652.2862L185.70312 648.3643L184.54688 648.3643L184.54688 647.52057L185.70312 647.52057L185.70312 645.9893L186.79688 645.9893ZM191.95312 653.9893Q190.65625 653.9893 189.84375 653.14557Q189.04688 652.2862 189.04688 650.8643L189.04688 650.6768Q189.04688 649.7237 189.40625 648.9893Q189.76562 648.2393 190.40625 647.83307Q191.0625 647.4112 191.8125 647.4112Q193.04688 647.4112 193.73438 648.2237Q194.42188 649.0362 194.42188 650.5518L194.42188 651.00494L190.125 651.00494Q190.15625 651.94244 190.67188 652.52057Q191.20312 653.0987 192.01562 653.0987Q192.57812 653.0987 192.96875 652.8643Q193.375 652.62994 193.6875 652.2393L194.34375 652.75494Q193.54688 653.9893 191.95312 653.9893ZM191.8125 648.3018Q191.15625 648.3018 190.70312 648.7862Q190.26562 649.25494 190.17188 650.1143L193.34375 650.1143L193.34375 650.0362Q193.29688 649.20807 192.89062 648.75494Q192.5 648.3018 191.8125 648.3018ZM198.39062 648.4893Q198.14062 648.45807 197.85938 648.45807Q196.78125 648.45807 196.40625 649.3643L196.40625 653.8643L195.32812 653.8643L195.32812 647.52057L196.375 647.52057L196.39062 648.25494Q196.92188 647.4112 197.90625 647.4112Q198.21875 647.4112 198.39062 647.4893L198.39062 648.4893ZM199.03125 650.62994Q199.03125 649.70807 199.39062 648.95807Q199.76562 648.20807 200.42188 647.81744Q201.07812 647.4112 201.90625 647.4112Q203.20312 647.4112 204.0 648.3018Q204.8125 649.19244 204.8125 650.69244L204.8125 650.77057Q204.8125 651.69244 204.45312 652.4268Q204.09375 653.1612 203.4375 653.58307Q202.78125 653.9893 201.92188 653.9893Q200.64062 653.9893 199.82812 653.0987Q199.03125 652.19244 199.03125 650.70807L199.03125 650.62994ZM200.125 650.77057Q200.125 651.81744 200.60938 652.45807Q201.10938 653.0987 201.92188 653.0987Q202.75 653.0987 203.23438 652.45807Q203.71875 651.8018 203.71875 650.62994Q203.71875 649.5987 203.21875 648.95807Q202.73438 648.3018 201.90625 648.3018Q201.10938 648.3018 200.60938 648.94244Q200.125 649.56744 200.125 650.77057ZM211.67188 650.77057Q211.67188 652.20807 211.01562 653.0987Q210.35938 653.9893 209.21875 653.9893Q208.0625 653.9893 207.40625 653.25494L207.40625 656.3018L206.32812 656.3018L206.32812 647.52057L207.3125 647.52057L207.35938 648.2237Q208.03125 647.4112 209.20312 647.4112Q210.34375 647.4112 211.0 648.27057Q211.67188 649.12994 211.67188 650.6612L211.67188 650.77057ZM210.59375 650.64557Q210.59375 649.56744 210.125 648.95807Q209.67188 648.33307 208.875 648.33307Q207.89062 648.33307 207.40625 649.19244L207.40625 652.2237Q207.89062 653.0987 208.89062 653.0987Q209.67188 653.0987 210.125 652.4893Q210.59375 651.8643 210.59375 650.64557ZM221.9375 652.3643L223.15625 647.52057L224.23438 647.52057L222.39062 653.8643L221.51562 653.8643L219.96875 649.0518L218.46875 653.8643L217.59375 653.8643L215.75 647.52057L216.82812 647.52057L218.07812 652.27057L219.5625 647.52057L220.42188 647.52057L221.9375 652.3643ZM226.5 653.8643L225.42188 653.8643L225.42188 647.52057L226.5 647.52057L226.5 653.8643ZM225.32812 645.8487Q225.32812 645.58307 225.48438 645.39557Q225.65625 645.20807 225.96875 645.20807Q226.28125 645.20807 226.4375 645.39557Q226.60938 645.58307 226.60938 645.8487Q226.60938 646.0987 226.4375 646.2862Q226.28125 646.45807 225.96875 646.45807Q225.65625 646.45807 225.48438 646.2862Q225.32812 646.0987 225.32812 645.8487ZM229.79688 645.9893L229.79688 647.52057L230.96875 647.52057L230.96875 648.3643L229.79688 648.3643L229.79688 652.2862Q229.79688 652.6768 229.95312 652.8643Q230.10938 653.0518 230.48438 653.0518Q230.67188 653.0518 231.0 652.9893L231.0 653.8643Q230.57812 653.9893 230.17188 653.9893Q229.45312 653.9893 229.07812 653.5518Q228.70312 653.0987 228.70312 652.2862L228.70312 648.3643L227.54688 648.3643L227.54688 647.52057L228.70312 647.52057L228.70312 645.9893L229.79688 645.9893ZM233.40625 648.2862Q234.125 647.4112 235.28125 647.4112Q237.29688 647.4112 237.3125 649.6768L237.3125 653.8643L236.21875 653.8643L236.21875 649.6612Q236.21875 648.9893 235.90625 648.6612Q235.60938 648.33307 234.95312 648.33307Q234.42188 648.33307 234.01562 648.6143Q233.625 648.89557 233.40625 649.3487L233.40625 653.8643L232.32812 653.8643L232.32812 644.8643L233.40625 644.8643L233.40625 648.2862Z" fill-rule="nonzero"/><path fill="#666666" d="M153.95312 668.9893Q152.65625 668.9893 151.84375 668.14557Q151.04688 667.2862 151.04688 665.8643L151.04688 665.6768Q151.04688 664.7237 151.40625 663.9893Q151.76562 663.2393 152.40625 662.83307Q153.0625 662.4112 153.8125 662.4112Q155.04688 662.4112 155.73438 663.2237Q156.42188 664.0362 156.42188 665.5518L156.42188 666.00494L152.125 666.00494Q152.15625 666.94244 152.67188 667.52057Q153.20312 668.0987 154.01562 668.0987Q154.57812 668.0987 154.96875 667.8643Q155.375 667.62994 155.6875 667.2393L156.34375 667.75494Q155.54688 668.9893 153.95312 668.9893ZM153.8125 663.3018Q153.15625 663.3018 152.70312 663.7862Q152.26562 664.25494 152.17188 665.1143L155.34375 665.1143L155.34375 665.0362Q155.29688 664.20807 154.89062 663.75494Q154.5 663.3018 153.8125 663.3018ZM159.45312 664.83307L160.85938 662.52057L162.125 662.52057L160.04688 665.6612L162.1875 668.8643L160.9375 668.8643L159.46875 666.4893L158.0 668.8643L156.73438 668.8643L158.875 665.6612L156.8125 662.52057L158.0625 662.52057L159.45312 664.83307ZM164.5 668.8643L163.42188 668.8643L163.42188 662.52057L164.5 662.52057L164.5 668.8643ZM163.32812 660.8487Q163.32812 660.58307 163.48438 660.39557Q163.65625 660.20807 163.96875 660.20807Q164.28125 660.20807 164.4375 660.39557Q164.60938 660.58307 164.60938 660.8487Q164.60938 661.0987 164.4375 661.2862Q164.28125 661.45807 163.96875 661.45807Q163.65625 661.45807 163.48438 661.2862Q163.32812 661.0987 163.32812 660.8487ZM170.01562 667.1768Q170.01562 666.7393 169.67188 666.50494Q169.34375 666.25494 168.51562 666.08307Q167.70312 665.9112 167.21875 665.6612Q166.73438 665.4112 166.5 665.08307Q166.28125 664.7393 166.28125 664.27057Q166.28125 663.4893 166.9375 662.95807Q167.59375 662.4112 168.625 662.4112Q169.70312 662.4112 170.35938 662.9737Q171.03125 663.52057 171.03125 664.37994L169.95312 664.37994Q169.95312 663.94244 169.5625 663.62994Q169.1875 663.3018 168.625 663.3018Q168.03125 663.3018 167.6875 663.56744Q167.35938 663.81744 167.35938 664.2237Q167.35938 664.6143 167.67188 664.81744Q167.98438 665.02057 168.79688 665.20807Q169.60938 665.37994 170.10938 665.62994Q170.60938 665.87994 170.84375 666.2393Q171.09375 666.5987 171.09375 667.0987Q171.09375 667.95807 170.40625 668.4737Q169.73438 668.9893 168.65625 668.9893Q167.89062 668.9893 167.29688 668.7237Q166.71875 668.44244 166.39062 667.95807Q166.0625 667.4737 166.0625 666.9112L167.14062 666.9112Q167.17188 667.45807 167.57812 667.7862Q167.98438 668.0987 168.65625 668.0987Q169.26562 668.0987 169.64062 667.8487Q170.01562 667.5987 170.01562 667.1768ZM173.79688 660.9893L173.79688 662.52057L174.96875 662.52057L174.96875 663.3643L173.79688 663.3643L173.79688 667.2862Q173.79688 667.6768 173.95312 667.8643Q174.10938 668.0518 174.48438 668.0518Q174.67188 668.0518 175.0 667.9893L175.0 668.8643Q174.57812 668.9893 174.17188 668.9893Q173.45312 668.9893 173.07812 668.5518Q172.70312 668.0987 172.70312 667.2862L172.70312 663.3643L171.54688 663.3643L171.54688 662.52057L172.70312 662.52057L172.70312 660.9893L173.79688 660.9893ZM177.5 668.8643L176.42188 668.8643L176.42188 662.52057L177.5 662.52057L177.5 668.8643ZM176.32812 660.8487Q176.32812 660.58307 176.48438 660.39557Q176.65625 660.20807 176.96875 660.20807Q177.28125 660.20807 177.4375 660.39557Q177.60938 660.58307 177.60938 660.8487Q177.60938 661.0987 177.4375 661.2862Q177.28125 661.45807 176.96875 661.45807Q176.65625 661.45807 176.48438 661.2862Q176.32812 661.0987 176.32812 660.8487ZM180.34375 662.52057L180.375 663.31744Q181.10938 662.4112 182.28125 662.4112Q184.29688 662.4112 184.3125 664.6768L184.3125 668.8643L183.21875 668.8643L183.21875 664.6612Q183.21875 663.9893 182.90625 663.6612Q182.60938 663.33307 181.95312 663.33307Q181.42188 663.33307 181.01562 663.6143Q180.625 663.89557 180.40625 664.3487L180.40625 668.8643L179.32812 668.8643L179.32812 662.52057L180.34375 662.52057ZM186.0625 665.64557Q186.0625 664.1612 186.75 663.2862Q187.4375 662.4112 188.5625 662.4112Q189.71875 662.4112 190.375 663.2237L190.42188 662.52057L191.42188 662.52057L191.42188 668.70807Q191.42188 669.94244 190.6875 670.64557Q189.95312 671.3643 188.73438 671.3643Q188.04688 671.3643 187.39062 671.06744Q186.73438 670.77057 186.39062 670.27057L186.95312 669.6143Q187.64062 670.4737 188.65625 670.4737Q189.4375 670.4737 189.875 670.02057Q190.32812 669.58307 190.32812 668.77057L190.32812 668.2237Q189.67188 668.9893 188.54688 668.9893Q187.4375 668.9893 186.75 668.0987Q186.0625 667.19244 186.0625 665.64557ZM187.15625 665.77057Q187.15625 666.83307 187.59375 667.45807Q188.03125 668.06744 188.82812 668.06744Q189.84375 668.06744 190.32812 667.12994L190.32812 664.2393Q189.82812 663.33307 188.82812 663.33307Q188.04688 663.33307 187.59375 663.94244Q187.15625 664.5518 187.15625 665.77057ZM197.5 668.8643L196.42188 668.8643L196.42188 659.8643L197.5 659.8643L197.5 668.8643ZM200.5 668.8643L199.42188 668.8643L199.42188 662.52057L200.5 662.52057L200.5 668.8643ZM199.32812 660.8487Q199.32812 660.58307 199.48438 660.39557Q199.65625 660.20807 199.96875 660.20807Q200.28125 660.20807 200.4375 660.39557Q200.60938 660.58307 200.60938 660.8487Q200.60938 661.0987 200.4375 661.2862Q200.28125 661.45807 199.96875 661.45807Q199.65625 661.45807 199.48438 661.2862Q199.32812 661.0987 199.32812 660.8487ZM207.6875 665.77057Q207.6875 667.2237 207.01562 668.1143Q206.35938 668.9893 205.23438 668.9893Q204.03125 668.9893 203.375 668.12994L203.3125 668.8643L202.32812 668.8643L202.32812 659.8643L203.40625 659.8643L203.40625 663.2237Q204.0625 662.4112 205.21875 662.4112Q206.375 662.4112 207.03125 663.2862Q207.6875 664.14557 207.6875 665.6768L207.6875 665.77057ZM206.60938 665.64557Q206.60938 664.5362 206.17188 663.94244Q205.75 663.33307 204.95312 663.33307Q203.875 663.33307 203.40625 664.31744L203.40625 667.06744Q203.90625 668.06744 204.95312 668.06744Q205.73438 668.06744 206.17188 667.45807Q206.60938 666.8487 206.60938 665.64557ZM212.39062 663.4893Q212.14062 663.45807 211.85938 663.45807Q210.78125 663.45807 210.40625 664.3643L210.40625 668.8643L209.32812 668.8643L209.32812 662.52057L210.375 662.52057L210.39062 663.25494Q210.92188 662.4112 211.90625 662.4112Q212.21875 662.4112 212.39062 662.4893L212.39062 663.4893ZM217.23438 668.8643Q217.14062 668.6768 217.07812 668.19244Q216.32812 668.9893 215.28125 668.9893Q214.34375 668.9893 213.73438 668.45807Q213.14062 667.9268 213.14062 667.0987Q213.14062 666.1143 213.89062 665.56744Q214.64062 665.02057 216.01562 665.02057L217.0625 665.02057L217.0625 664.52057Q217.0625 663.95807 216.71875 663.62994Q216.39062 663.2862 215.71875 663.2862Q215.14062 663.2862 214.75 663.58307Q214.35938 663.8643 214.35938 664.2862L213.26562 664.2862Q213.26562 663.8018 213.59375 663.3643Q213.9375 662.9268 214.51562 662.6768Q215.09375 662.4112 215.78125 662.4112Q216.89062 662.4112 217.5 662.95807Q218.125 663.50494 218.15625 664.45807L218.15625 667.37994Q218.15625 668.25494 218.375 668.77057L218.375 668.8643L217.23438 668.8643ZM215.4375 668.0362Q215.95312 668.0362 216.40625 667.77057Q216.85938 667.50494 217.0625 667.08307L217.0625 665.7862L216.21875 665.7862Q214.21875 665.7862 214.21875 666.95807Q214.21875 667.45807 214.5625 667.75494Q214.90625 668.0362 215.4375 668.0362ZM223.39062 663.4893Q223.14062 663.45807 222.85938 663.45807Q221.78125 663.45807 221.40625 664.3643L221.40625 668.8643L220.32812 668.8643L220.32812 662.52057L221.375 662.52057L221.39062 663.25494Q221.92188 662.4112 222.90625 662.4112Q223.21875 662.4112 223.39062 662.4893L223.39062 663.4893ZM225.5 668.8643L224.42188 668.8643L224.42188 662.52057L225.5 662.52057L225.5 668.8643ZM224.32812 660.8487Q224.32812 660.58307 224.48438 660.39557Q224.65625 660.20807 224.96875 660.20807Q225.28125 660.20807 225.4375 660.39557Q225.60938 660.58307 225.60938 660.8487Q225.60938 661.0987 225.4375 661.2862Q225.28125 661.45807 224.96875 661.45807Q224.65625 661.45807 224.48438 661.2862Q224.32812 661.0987 224.32812 660.8487ZM229.95312 668.9893Q228.65625 668.9893 227.84375 668.14557Q227.04688 667.2862 227.04688 665.8643L227.04688 665.6768Q227.04688 664.7237 227.40625 663.9893Q227.76562 663.2393 228.40625 662.83307Q229.0625 662.4112 229.8125 662.4112Q231.04688 662.4112 231.73438 663.2237Q232.42188 664.0362 232.42188 665.5518L232.42188 666.00494L228.125 666.00494Q228.15625 666.94244 228.67188 667.52057Q229.20312 668.0987 230.01562 668.0987Q230.57812 668.0987 230.96875 667.8643Q231.375 667.62994 231.6875 667.2393L232.34375 667.75494Q231.54688 668.9893 229.95312 668.9893ZM229.8125 663.3018Q229.15625 663.3018 228.70312 663.7862Q228.26562 664.25494 228.17188 665.1143L231.34375 665.1143L231.34375 665.0362Q231.29688 664.20807 230.89062 663.75494Q230.5 663.3018 229.8125 663.3018ZM237.01562 667.1768Q237.01562 666.7393 236.67188 666.50494Q236.34375 666.25494 235.51562 666.08307Q234.70312 665.9112 234.21875 665.6612Q233.73438 665.4112 233.5 665.08307Q233.28125 664.7393 233.28125 664.27057Q233.28125 663.4893 233.9375 662.95807Q234.59375 662.4112 235.625 662.4112Q236.70312 662.4112 237.35938 662.9737Q238.03125 663.52057 238.03125 664.37994L236.95312 664.37994Q236.95312 663.94244 236.5625 663.62994Q236.1875 663.3018 235.625 663.3018Q235.03125 663.3018 234.6875 663.56744Q234.35938 663.81744 234.35938 664.2237Q234.35938 664.6143 234.67188 664.81744Q234.98438 665.02057 235.79688 665.20807Q236.60938 665.37994 237.10938 665.62994Q237.60938 665.87994 237.84375 666.2393Q238.09375 666.5987 238.09375 667.0987Q238.09375 667.95807 237.40625 668.4737Q236.73438 668.9893 235.65625 668.9893Q234.89062 668.9893 234.29688 668.7237Q233.71875 668.44244 233.39062 667.95807Q233.0625 667.4737 233.0625 666.9112L234.14062 666.9112Q234.17188 667.45807 234.57812 667.7862Q234.98438 668.0987 235.65625 668.0987Q236.26562 668.0987 236.64062 667.8487Q237.01562 667.5987 237.01562 667.1768Z" fill-rule="nonzero"/><path fill="#666666" d="M122.046875 698.8411L120.921875 698.8411L116.625 692.263L116.625 698.8411L115.484375 698.8411L115.484375 690.3099L116.625 690.3099L120.921875 696.91925L120.921875 690.3099L122.046875 690.3099L122.046875 698.8411ZM124.03125 695.60675Q124.03125 694.6849 124.390625 693.9349Q124.765625 693.1849 125.421875 692.79425Q126.078125 692.388 126.90625 692.388Q128.20312 692.388 129.0 693.2786Q129.8125 694.16925 129.8125 695.66925L129.8125 695.7474Q129.8125 696.66925 129.45312 697.4036Q129.09375 698.138 128.4375 698.5599Q127.78125 698.9661 126.921875 698.9661Q125.640625 698.9661 124.828125 698.0755Q124.03125 697.16925 124.03125 695.6849L124.03125 695.60675ZM125.125 695.7474Q125.125 696.79425 125.609375 697.4349Q126.109375 698.0755 126.921875 698.0755Q127.75 698.0755 128.23438 697.4349Q128.71875 696.7786 128.71875 695.60675Q128.71875 694.5755 128.21875 693.9349Q127.734375 693.2786 126.90625 693.2786Q126.109375 693.2786 125.609375 693.91925Q125.125 694.54425 125.125 695.7474ZM132.79688 690.9661L132.79688 692.4974L133.96875 692.4974L133.96875 693.3411L132.79688 693.3411L132.79688 697.263Q132.79688 697.6536 132.95312 697.8411Q133.10938 698.0286 133.48438 698.0286Q133.67188 698.0286 134.0 697.9661L134.0 698.8411Q133.57812 698.9661 133.17188 698.9661Q132.45312 698.9661 132.07812 698.5286Q131.70312 698.0755 131.70312 697.263L131.70312 693.3411L130.54688 693.3411L130.54688 692.4974L131.70312 692.4974L131.70312 690.9661L132.79688 690.9661ZM139.79688 690.9661L139.79688 692.4974L140.96875 692.4974L140.96875 693.3411L139.79688 693.3411L139.79688 697.263Q139.79688 697.6536 139.95312 697.8411Q140.10938 698.0286 140.48438 698.0286Q140.67188 698.0286 141.0 697.9661L141.0 698.8411Q140.57812 698.9661 140.17188 698.9661Q139.45312 698.9661 139.07812 698.5286Q138.70312 698.0755 138.70312 697.263L138.70312 693.3411L137.54688 693.3411L137.54688 692.4974L138.70312 692.4974L138.70312 690.9661L139.79688 690.9661ZM143.40625 693.263Q144.125 692.388 145.28125 692.388Q147.29688 692.388 147.3125 694.6536L147.3125 698.8411L146.21875 698.8411L146.21875 694.638Q146.21875 693.9661 145.90625 693.638Q145.60938 693.3099 144.95312 693.3099Q144.42188 693.3099 144.01562 693.5911Q143.625 693.8724 143.40625 694.3255L143.40625 698.8411L142.32812 698.8411L142.32812 689.8411L143.40625 689.8411L143.40625 693.263ZM151.95312 698.9661Q150.65625 698.9661 149.84375 698.1224Q149.04688 697.263 149.04688 695.8411L149.04688 695.6536Q149.04688 694.7005 149.40625 693.9661Q149.76562 693.2161 150.40625 692.8099Q151.0625 692.388 151.8125 692.388Q153.04688 692.388 153.73438 693.2005Q154.42188 694.013 154.42188 695.5286L154.42188 695.98175L150.125 695.98175Q150.15625 696.91925 150.67188 697.4974Q151.20312 698.0755 152.01562 698.0755Q152.57812 698.0755 152.96875 697.8411Q153.375 697.60675 153.6875 697.2161L154.34375 697.73175Q153.54688 698.9661 151.95312 698.9661ZM151.8125 693.2786Q151.15625 693.2786 150.70312 693.763Q150.26562 694.23175 150.17188 695.0911L153.34375 695.0911L153.34375 695.013Q153.29688 694.1849 152.89062 693.73175Q152.5 693.2786 151.8125 693.2786ZM163.6875 695.7474Q163.6875 697.2005 163.01562 698.0911Q162.35938 698.9661 161.23438 698.9661Q160.03125 698.9661 159.375 698.10675L159.3125 698.8411L158.32812 698.8411L158.32812 689.8411L159.40625 689.8411L159.40625 693.2005Q160.0625 692.388 161.21875 692.388Q162.375 692.388 163.03125 693.263Q163.6875 694.1224 163.6875 695.6536L163.6875 695.7474ZM162.60938 695.6224Q162.60938 694.513 162.17188 693.91925Q161.75 693.3099 160.95312 693.3099Q159.875 693.3099 159.40625 694.29425L159.40625 697.04425Q159.90625 698.04425 160.95312 698.04425Q161.73438 698.04425 162.17188 697.4349Q162.60938 696.8255 162.60938 695.6224ZM167.95312 698.9661Q166.65625 698.9661 165.84375 698.1224Q165.04688 697.263 165.04688 695.8411L165.04688 695.6536Q165.04688 694.7005 165.40625 693.9661Q165.76562 693.2161 166.40625 692.8099Q167.0625 692.388 167.8125 692.388Q169.04688 692.388 169.73438 693.2005Q170.42188 694.013 170.42188 695.5286L170.42188 695.98175L166.125 695.98175Q166.15625 696.91925 166.67188 697.4974Q167.20312 698.0755 168.01562 698.0755Q168.57812 698.0755 168.96875 697.8411Q169.375 697.60675 169.6875 697.2161L170.34375 697.73175Q169.54688 698.9661 167.95312 698.9661ZM167.8125 693.2786Q167.15625 693.2786 166.70312 693.763Q166.26562 694.23175 166.17188 695.0911L169.34375 695.0911L169.34375 695.013Q169.29688 694.1849 168.89062 693.73175Q168.5 693.2786 167.8125 693.2786ZM175.01562 697.1536Q175.01562 696.7161 174.67188 696.48175Q174.34375 696.23175 173.51562 696.0599Q172.70312 695.888 172.21875 695.638Q171.73438 695.388 171.5 695.0599Q171.28125 694.7161 171.28125 694.2474Q171.28125 693.4661 171.9375 692.9349Q172.59375 692.388 173.625 692.388Q174.70312 692.388 175.35938 692.9505Q176.03125 693.4974 176.03125 694.35675L174.95312 694.35675Q174.95312 693.91925 174.5625 693.60675Q174.1875 693.2786 173.625 693.2786Q173.03125 693.2786 172.6875 693.54425Q172.35938 693.79425 172.35938 694.2005Q172.35938 694.5911 172.67188 694.79425Q172.98438 694.9974 173.79688 695.1849Q174.60938 695.35675 175.10938 695.60675Q175.60938 695.85675 175.84375 696.2161Q176.09375 696.5755 176.09375 697.0755Q176.09375 697.9349 175.40625 698.4505Q174.73438 698.9661 173.65625 698.9661Q172.89062 698.9661 172.29688 698.7005Q171.71875 698.41925 171.39062 697.9349Q171.0625 697.4505 171.0625 696.888L172.14062 696.888Q172.17188 697.4349 172.57812 697.763Q172.98438 698.0755 173.65625 698.0755Q174.26562 698.0755 174.64062 697.8255Q175.01562 697.5755 175.01562 697.1536ZM178.79688 690.9661L178.79688 692.4974L179.96875 692.4974L179.96875 693.3411L178.79688 693.3411L178.79688 697.263Q178.79688 697.6536 178.95312 697.8411Q179.10938 698.0286 179.48438 698.0286Q179.67188 698.0286 180.0 697.9661L180.0 698.8411Q179.57812 698.9661 179.17188 698.9661Q178.45312 698.9661 178.07812 698.5286Q177.70312 698.0755 177.70312 697.263L177.70312 693.3411L176.54688 693.3411L176.54688 692.4974L177.70312 692.4974L177.70312 690.9661L178.79688 690.9661ZM184.85938 698.8411L184.85938 693.3411L183.85938 693.3411L183.85938 692.4974L184.85938 692.4974L184.85938 691.85675Q184.85938 690.8255 185.39062 690.2786Q185.9375 689.7161 186.9375 689.7161Q187.3125 689.7161 187.6875 689.8099L187.625 690.7005Q187.34375 690.638 187.04688 690.638Q186.51562 690.638 186.21875 690.9505Q185.9375 691.263 185.9375 691.8255L185.9375 692.4974L187.29688 692.4974L187.29688 693.3411L185.9375 693.3411L185.9375 698.8411L184.85938 698.8411ZM189.5 698.8411L188.42188 698.8411L188.42188 692.4974L189.5 692.4974L189.5 698.8411ZM188.32812 690.8255Q188.32812 690.5599 188.48438 690.3724Q188.65625 690.1849 188.96875 690.1849Q189.28125 690.1849 189.4375 690.3724Q189.60938 690.5599 189.60938 690.8255Q189.60938 691.0755 189.4375 691.263Q189.28125 691.4349 188.96875 691.4349Q188.65625 691.4349 188.48438 691.263Q188.32812 691.0755 188.32812 690.8255ZM192.79688 690.9661L192.79688 692.4974L193.96875 692.4974L193.96875 693.3411L192.79688 693.3411L192.79688 697.263Q192.79688 697.6536 192.95312 697.8411Q193.10938 698.0286 193.48438 698.0286Q193.67188 698.0286 194.0 697.9661L194.0 698.8411Q193.57812 698.9661 193.17188 698.9661Q192.45312 698.9661 192.07812 698.5286Q191.70312 698.0755 191.70312 697.263L191.70312 693.3411L190.54688 693.3411L190.54688 692.4974L191.70312 692.4974L191.70312 690.9661L192.79688 690.9661ZM198.85938 698.8411L198.85938 693.3411L197.85938 693.3411L197.85938 692.4974L198.85938 692.4974L198.85938 691.85675Q198.85938 690.8255 199.39062 690.2786Q199.9375 689.7161 200.9375 689.7161Q201.3125 689.7161 201.6875 689.8099L201.625 690.7005Q201.34375 690.638 201.04688 690.638Q200.51562 690.638 200.21875 690.9505Q199.9375 691.263 199.9375 691.8255L199.9375 692.4974L201.29688 692.4974L201.29688 693.3411L199.9375 693.3411L199.9375 698.8411L198.85938 698.8411ZM202.03125 695.60675Q202.03125 694.6849 202.39062 693.9349Q202.76562 693.1849 203.42188 692.79425Q204.07812 692.388 204.90625 692.388Q206.20312 692.388 207.0 693.2786Q207.8125 694.16925 207.8125 695.66925L207.8125 695.7474Q207.8125 696.66925 207.45312 697.4036Q207.09375 698.138 206.4375 698.5599Q205.78125 698.9661 204.92188 698.9661Q203.64062 698.9661 202.82812 698.0755Q202.03125 697.16925 202.03125 695.6849L202.03125 695.60675ZM203.125 695.7474Q203.125 696.79425 203.60938 697.4349Q204.10938 698.0755 204.92188 698.0755Q205.75 698.0755 206.23438 697.4349Q206.71875 696.7786 206.71875 695.60675Q206.71875 694.5755 206.21875 693.9349Q205.73438 693.2786 204.90625 693.2786Q204.10938 693.2786 203.60938 693.91925Q203.125 694.54425 203.125 695.7474ZM212.39062 693.4661Q212.14062 693.4349 211.85938 693.4349Q210.78125 693.4349 210.40625 694.3411L210.40625 698.8411L209.32812 698.8411L209.32812 692.4974L210.375 692.4974L210.39062 693.23175Q210.92188 692.388 211.90625 692.388Q212.21875 692.388 212.39062 692.4661L212.39062 693.4661ZM217.79688 690.9661L217.79688 692.4974L218.96875 692.4974L218.96875 693.3411L217.79688 693.3411L217.79688 697.263Q217.79688 697.6536 217.95312 697.8411Q218.10938 698.0286 218.48438 698.0286Q218.67188 698.0286 219.0 697.9661L219.0 698.8411Q218.57812 698.9661 218.17188 698.9661Q217.45312 698.9661 217.07812 698.5286Q216.70312 698.0755 216.70312 697.263L216.70312 693.3411L215.54688 693.3411L215.54688 692.4974L216.70312 692.4974L216.70312 690.9661L217.79688 690.9661ZM224.23438 698.8411Q224.14062 698.6536 224.07812 698.16925Q223.32812 698.9661 222.28125 698.9661Q221.34375 698.9661 220.73438 698.4349Q220.14062 697.9036 220.14062 697.0755Q220.14062 696.0911 220.89062 695.54425Q221.64062 694.9974 223.01562 694.9974L224.0625 694.9974L224.0625 694.4974Q224.0625 693.9349 223.71875 693.60675Q223.39062 693.263 222.71875 693.263Q222.14062 693.263 221.75 693.5599Q221.35938 693.8411 221.35938 694.263L220.26562 694.263Q220.26562 693.7786 220.59375 693.3411Q220.9375 692.9036 221.51562 692.6536Q222.09375 692.388 222.78125 692.388Q223.89062 692.388 224.5 692.9349Q225.125 693.48175 225.15625 694.4349L225.15625 697.35675Q225.15625 698.23175 225.375 698.7474L225.375 698.8411L224.23438 698.8411ZM222.4375 698.013Q222.95312 698.013 223.40625 697.7474Q223.85938 697.48175 224.0625 697.0599L224.0625 695.763L223.21875 695.763Q221.21875 695.763 221.21875 696.9349Q221.21875 697.4349 221.5625 697.73175Q221.90625 698.013 222.4375 698.013ZM231.01562 697.1536Q231.01562 696.7161 230.67188 696.48175Q230.34375 696.23175 229.51562 696.0599Q228.70312 695.888 228.21875 695.638Q227.73438 695.388 227.5 695.0599Q227.28125 694.7161 227.28125 694.2474Q227.28125 693.4661 227.9375 692.9349Q228.59375 692.388 229.625 692.388Q230.70312 692.388 231.35938 692.9505Q232.03125 693.4974 232.03125 694.35675L230.95312 694.35675Q230.95312 693.91925 230.5625 693.60675Q230.1875 693.2786 229.625 693.2786Q229.03125 693.2786 228.6875 693.54425Q228.35938 693.79425 228.35938 694.2005Q228.35938 694.5911 228.67188 694.79425Q228.98438 694.9974 229.79688 695.1849Q230.60938 695.35675 231.10938 695.60675Q231.60938 695.85675 231.84375 696.2161Q232.09375 696.5755 232.09375 697.0755Q232.09375 697.9349 231.40625 698.4505Q230.73438 698.9661 229.65625 698.9661Q228.89062 698.9661 228.29688 698.7005Q227.71875 698.41925 227.39062 697.9349Q227.0625 697.4505 227.0625 696.888L228.14062 696.888Q228.17188 697.4349 228.57812 697.763Q228.98438 698.0755 229.65625 698.0755Q230.26562 698.0755 230.64062 697.8255Q231.01562 697.5755 231.01562 697.1536ZM235.09375 695.9036L234.40625 696.60675L234.40625 698.8411L233.32812 698.8411L233.32812 689.8411L234.40625 689.8411L234.40625 695.2786L234.98438 694.5911L236.96875 692.4974L238.28125 692.4974L235.8125 695.1536L238.57812 698.8411L237.29688 698.8411L235.09375 695.9036Z" fill-rule="nonzero"/><path fill="#666666" d="M217.04688 732.33356Q217.04688 733.58356 216.625 734.52106Q216.20312 735.44293 215.42188 735.94293Q214.65625 736.44293 213.625 736.44293Q212.625 736.44293 211.84375 735.94293Q211.0625 735.44293 210.625 734.5367Q210.20312 733.6148 210.1875 732.39606L210.1875 731.7867Q210.1875 730.5523 210.60938 729.6148Q211.04688 728.6773 211.82812 728.1773Q212.60938 727.6617 213.625 727.6617Q214.64062 727.6617 215.42188 728.1617Q216.20312 728.6617 216.625 729.5992Q217.04688 730.5367 217.04688 731.7867L217.04688 732.33356ZM215.9375 731.77106Q215.9375 730.25543 215.32812 729.44293Q214.71875 728.63043 213.625 728.63043Q212.54688 728.63043 211.9375 729.44293Q211.32812 730.25543 211.3125 731.69293L211.3125 732.33356Q211.3125 733.8023 211.92188 734.64606Q212.54688 735.4742 213.625 735.4742Q214.71875 735.4742 215.3125 734.69293Q215.92188 733.89606 215.9375 732.4117L215.9375 731.77106ZM219.79688 728.44293L219.79688 729.9742L220.96875 729.9742L220.96875 730.81793L219.79688 730.81793L219.79688 734.7398Q219.79688 735.13043 219.95312 735.31793Q220.10938 735.50543 220.48438 735.50543Q220.67188 735.50543 221.0 735.44293L221.0 736.31793Q220.57812 736.44293 220.17188 736.44293Q219.45312 736.44293 219.07812 736.00543Q218.70312 735.5523 218.70312 734.7398L218.70312 730.81793L217.54688 730.81793L217.54688 729.9742L218.70312 729.9742L218.70312 728.44293L219.79688 728.44293ZM223.40625 730.7398Q224.125 729.8648 225.28125 729.8648Q227.29688 729.8648 227.3125 732.13043L227.3125 736.31793L226.21875 736.31793L226.21875 732.1148Q226.21875 731.44293 225.90625 731.1148Q225.60938 730.7867 224.95312 730.7867Q224.42188 730.7867 224.01562 731.06793Q223.625 731.3492 223.40625 731.8023L223.40625 736.31793L222.32812 736.31793L222.32812 727.31793L223.40625 727.31793L223.40625 730.7398ZM231.95312 736.44293Q230.65625 736.44293 229.84375 735.5992Q229.04688 734.7398 229.04688 733.31793L229.04688 733.13043Q229.04688 732.1773 229.40625 731.44293Q229.76562 730.69293 230.40625 730.2867Q231.0625 729.8648 231.8125 729.8648Q233.04688 729.8648 233.73438 730.6773Q234.42188 731.4898 234.42188 733.00543L234.42188 733.45856L230.125 733.45856Q230.15625 734.39606 230.67188 734.9742Q231.20312 735.5523 232.01562 735.5523Q232.57812 735.5523 232.96875 735.31793Q233.375 735.08356 233.6875 734.69293L234.34375 735.20856Q233.54688 736.44293 231.95312 736.44293ZM231.8125 730.75543Q231.15625 730.75543 230.70312 731.2398Q230.26562 731.70856 230.17188 732.56793L233.34375 732.56793L233.34375 732.4898Q233.29688 731.6617 232.89062 731.20856Q232.5 730.75543 231.8125 730.75543ZM238.39062 730.94293Q238.14062 730.9117 237.85938 730.9117Q236.78125 730.9117 236.40625 731.81793L236.40625 736.31793L235.32812 736.31793L235.32812 729.9742L236.375 729.9742L236.39062 730.70856Q236.92188 729.8648 237.90625 729.8648Q238.21875 729.8648 238.39062 729.94293L238.39062 730.94293Z" fill-rule="nonzero"/><path fill="#666666" d="M242.5625 771.4741Q242.5625 773.3804 241.90625 774.3179Q241.26562 775.23975 239.875 775.23975Q238.51562 775.23975 237.85938 774.3335Q237.20312 773.42725 237.17188 771.61475L237.17188 770.17725Q237.17188 768.2866 237.8125 767.3804Q238.46875 766.4585 239.85938 766.4585Q241.23438 766.4585 241.89062 767.3491Q242.54688 768.2241 242.5625 770.0679L242.5625 771.4741ZM241.46875 769.98975Q241.46875 768.61475 241.07812 767.98975Q240.70312 767.3491 239.85938 767.3491Q239.03125 767.3491 238.64062 767.98975Q238.26562 768.61475 238.26562 769.9116L238.26562 771.646Q238.26562 773.021 238.65625 773.6929Q239.0625 774.3491 239.875 774.3491Q240.67188 774.3491 241.0625 773.7241Q241.45312 773.0991 241.46875 771.771L241.46875 769.98975ZM244.10938 768.2241Q244.10938 767.4585 244.59375 766.9585Q245.09375 766.4585 245.85938 766.4585Q246.64062 766.4585 247.125 766.9585Q247.60938 767.4585 247.60938 768.2554L247.60938 768.67725Q247.60938 769.4429 247.10938 769.9429Q246.625 770.42725 245.875 770.42725Q245.10938 770.42725 244.60938 769.9429Q244.10938 769.4429 244.10938 768.6304L244.10938 768.2241ZM244.92188 768.67725Q244.92188 769.1304 245.17188 769.42725Q245.4375 769.7241 245.875 769.7241Q246.29688 769.7241 246.54688 769.4429Q246.79688 769.146 246.79688 768.646L246.79688 768.2241Q246.79688 767.771 246.54688 767.4741Q246.29688 767.1616 245.85938 767.1616Q245.42188 767.1616 245.17188 767.4741Q244.92188 767.771 244.92188 768.23975L244.92188 768.67725ZM248.26562 773.021Q248.26562 772.2554 248.75 771.771Q249.25 771.271 250.01562 771.271Q250.78125 771.271 251.26562 771.771Q251.76562 772.2554 251.76562 773.0679L251.76562 773.4741Q251.76562 774.23975 251.28125 774.73975Q250.79688 775.23975 250.03125 775.23975Q249.26562 775.23975 248.76562 774.7554Q248.26562 774.2554 248.26562 773.4429L248.26562 773.021ZM249.07812 773.4741Q249.07812 773.9429 249.32812 774.23975Q249.59375 774.5366 250.03125 774.5366Q250.45312 774.5366 250.70312 774.2554Q250.95312 773.9585 250.95312 773.4585L250.95312 773.021Q250.95312 772.55225 250.6875 772.271Q250.4375 771.9741 250.01562 771.9741Q249.59375 771.9741 249.32812 772.271Q249.07812 772.55225 249.07812 773.05225L249.07812 773.4741ZM246.125 774.4741L245.5 774.0835L249.67188 767.4116L250.28125 767.80225L246.125 774.4741Z" fill-rule="nonzero"/><path fill="#666666" d="M350.78635 775.11475L345.1926 775.11475L345.1926 774.3335L348.14572 771.05225Q348.80197 770.30225 349.05197 769.8491Q349.30197 769.3804 349.30197 768.8804Q349.30197 768.2085 348.89572 767.7866Q348.5051 767.3491 347.8176 767.3491Q347.02072 767.3491 346.5676 767.8179Q346.11447 768.271 346.11447 769.0991L345.03635 769.0991Q345.03635 767.9116 345.78635 767.1929Q346.55197 766.4585 347.8176 766.4585Q349.02072 766.4585 349.70822 767.0835Q350.39572 767.7085 350.39572 768.7554Q350.39572 770.0054 348.78635 771.7554L346.5051 774.2241L350.78635 774.2241L350.78635 775.11475ZM357.55197 771.4741Q357.55197 773.3804 356.89572 774.3179Q356.2551 775.23975 354.86447 775.23975Q353.5051 775.23975 352.84885 774.3335Q352.1926 773.42725 352.16135 771.61475L352.16135 770.17725Q352.16135 768.2866 352.80197 767.3804Q353.45822 766.4585 354.84885 766.4585Q356.22385 766.4585 356.8801 767.3491Q357.53635 768.2241 357.55197 770.0679L357.55197 771.4741ZM356.45822 769.98975Q356.45822 768.61475 356.0676 767.98975Q355.6926 767.3491 354.84885 767.3491Q354.02072 767.3491 353.6301 767.98975Q353.2551 768.61475 353.2551 769.9116L353.2551 771.646Q353.2551 773.021 353.64572 773.6929Q354.05197 774.3491 354.86447 774.3491Q355.66135 774.3491 356.05197 773.7241Q356.4426 773.0991 356.45822 771.771L356.45822 769.98975ZM359.09885 768.2241Q359.09885 767.4585 359.58322 766.9585Q360.08322 766.4585 360.84885 766.4585Q361.6301 766.4585 362.11447 766.9585Q362.59885 767.4585 362.59885 768.2554L362.59885 768.67725Q362.59885 769.4429 362.09885 769.9429Q361.61447 770.42725 360.86447 770.42725Q360.09885 770.42725 359.59885 769.9429Q359.09885 769.4429 359.09885 768.6304L359.09885 768.2241ZM359.91135 768.67725Q359.91135 769.1304 360.16135 769.42725Q360.42697 769.7241 360.86447 769.7241Q361.28635 769.7241 361.53635 769.4429Q361.78635 769.146 361.78635 768.646L361.78635 768.2241Q361.78635 767.771 361.53635 767.4741Q361.28635 767.1616 360.84885 767.1616Q360.41135 767.1616 360.16135 767.4741Q359.91135 767.771 359.91135 768.23975L359.91135 768.67725ZM363.2551 773.021Q363.2551 772.2554 363.73947 771.771Q364.23947 771.271 365.0051 771.271Q365.77072 771.271 366.2551 771.771Q366.7551 772.2554 366.7551 773.0679L366.7551 773.4741Q366.7551 774.23975 366.27072 774.73975Q365.78635 775.23975 365.02072 775.23975Q364.2551 775.23975 363.7551 774.7554Q363.2551 774.2554 363.2551 773.4429L363.2551 773.021ZM364.0676 773.4741Q364.0676 773.9429 364.3176 774.23975Q364.58322 774.5366 365.02072 774.5366Q365.4426 774.5366 365.6926 774.2554Q365.9426 773.9585 365.9426 773.4585L365.9426 773.021Q365.9426 772.55225 365.67697 772.271Q365.42697 771.9741 365.0051 771.9741Q364.58322 771.9741 364.3176 772.271Q364.0676 772.55225 364.0676 773.05225L364.0676 773.4741ZM361.11447 774.4741L360.48947 774.0835L364.66135 767.4116L365.27072 767.80225L361.11447 774.4741Z" fill-rule="nonzero"/><path fill="#666666" d="M461.2602 772.2554L462.4477 772.2554L462.4477 773.1304L461.2602 773.1304L461.2602 775.11475L460.18207 775.11475L460.18207 773.1304L456.29144 773.1304L456.29144 772.48975L460.10394 766.5835L461.2602 766.5835L461.2602 772.2554ZM457.52582 772.2554L460.18207 772.2554L460.18207 768.0679L460.04144 768.30225L457.52582 772.2554ZM469.04144 771.4741Q469.04144 773.3804 468.3852 774.3179Q467.74457 775.23975 466.35394 775.23975Q464.99457 775.23975 464.33832 774.3335Q463.68207 773.42725 463.65082 771.61475L463.65082 770.17725Q463.65082 768.2866 464.29144 767.3804Q464.9477 766.4585 466.33832 766.4585Q467.71332 766.4585 468.36957 767.3491Q469.02582 768.2241 469.04144 770.0679L469.04144 771.4741ZM467.9477 769.98975Q467.9477 768.61475 467.55707 767.98975Q467.18207 767.3491 466.33832 767.3491Q465.5102 767.3491 465.11957 767.98975Q464.74457 768.61475 464.74457 769.9116L464.74457 771.646Q464.74457 773.021 465.1352 773.6929Q465.54144 774.3491 466.35394 774.3491Q467.15082 774.3491 467.54144 773.7241Q467.93207 773.0991 467.9477 771.771L467.9477 769.98975ZM470.58832 768.2241Q470.58832 767.4585 471.0727 766.9585Q471.5727 766.4585 472.33832 766.4585Q473.11957 766.4585 473.60394 766.9585Q474.08832 767.4585 474.08832 768.2554L474.08832 768.67725Q474.08832 769.4429 473.58832 769.9429Q473.10394 770.42725 472.35394 770.42725Q471.58832 770.42725 471.08832 769.9429Q470.58832 769.4429 470.58832 768.6304L470.58832 768.2241ZM471.40082 768.67725Q471.40082 769.1304 471.65082 769.42725Q471.91644 769.7241 472.35394 769.7241Q472.77582 769.7241 473.02582 769.4429Q473.27582 769.146 473.27582 768.646L473.27582 768.2241Q473.27582 767.771 473.02582 767.4741Q472.77582 767.1616 472.33832 767.1616Q471.90082 767.1616 471.65082 767.4741Q471.40082 767.771 471.40082 768.23975L471.40082 768.67725ZM474.74457 773.021Q474.74457 772.2554 475.22894 771.771Q475.72894 771.271 476.49457 771.271Q477.2602 771.271 477.74457 771.771Q478.24457 772.2554 478.24457 773.0679L478.24457 773.4741Q478.24457 774.23975 477.7602 774.73975Q477.27582 775.23975 476.5102 775.23975Q475.74457 775.23975 475.24457 774.7554Q474.74457 774.2554 474.74457 773.4429L474.74457 773.021ZM475.55707 773.4741Q475.55707 773.9429 475.80707 774.23975Q476.0727 774.5366 476.5102 774.5366Q476.93207 774.5366 477.18207 774.2554Q477.43207 773.9585 477.43207 773.4585L477.43207 773.021Q477.43207 772.55225 477.16644 772.271Q476.91644 771.9741 476.49457 771.9741Q476.0727 771.9741 475.80707 772.271Q475.55707 772.55225 475.55707 773.05225L475.55707 773.4741ZM472.60394 774.4741L471.97894 774.0835L476.15082 767.4116L476.7602 767.80225L472.60394 774.4741Z" fill-rule="nonzero"/><path fill="#666666" d="M572.4372 766.5835L572.4372 767.48975L572.2341 767.48975Q570.96844 767.521 570.21844 768.2554Q569.46844 768.9741 569.34344 770.2866Q570.03094 769.521 571.1872 769.521Q572.2966 769.521 572.96844 770.30225Q573.6403 771.0835 573.6403 772.3335Q573.6403 773.646 572.9216 774.4429Q572.2028 775.23975 570.9841 775.23975Q569.7653 775.23975 568.9997 774.30225Q568.2497 773.3491 568.2497 771.86475L568.2497 771.4585Q568.2497 769.0991 569.2497 767.8491Q570.2497 766.5991 572.2341 766.5835L572.4372 766.5835ZM571.0153 770.42725Q570.4528 770.42725 569.9841 770.7554Q569.5153 771.0835 569.3278 771.5991L569.3278 771.98975Q569.3278 773.05225 569.7966 773.6929Q570.28094 774.3335 570.9841 774.3335Q571.71844 774.3335 572.1403 773.80225Q572.5622 773.2554 572.5622 772.3804Q572.5622 771.5054 572.1403 770.9741Q571.71844 770.42725 571.0153 770.42725ZM580.53094 771.4741Q580.53094 773.3804 579.8747 774.3179Q579.2341 775.23975 577.84344 775.23975Q576.4841 775.23975 575.8278 774.3335Q575.1716 773.42725 575.1403 771.61475L575.1403 770.17725Q575.1403 768.2866 575.78094 767.3804Q576.4372 766.4585 577.8278 766.4585Q579.2028 766.4585 579.8591 767.3491Q580.5153 768.2241 580.53094 770.0679L580.53094 771.4741ZM579.4372 769.98975Q579.4372 768.61475 579.0466 767.98975Q578.6716 767.3491 577.8278 767.3491Q576.9997 767.3491 576.6091 767.98975Q576.2341 768.61475 576.2341 769.9116L576.2341 771.646Q576.2341 773.021 576.6247 773.6929Q577.03094 774.3491 577.84344 774.3491Q578.6403 774.3491 579.03094 773.7241Q579.4216 773.0991 579.4372 771.771L579.4372 769.98975ZM582.0778 768.2241Q582.0778 767.4585 582.5622 766.9585Q583.0622 766.4585 583.8278 766.4585Q584.6091 766.4585 585.09344 766.9585Q585.5778 767.4585 585.5778 768.2554L585.5778 768.67725Q585.5778 769.4429 585.0778 769.9429Q584.59344 770.42725 583.84344 770.42725Q583.0778 770.42725 582.5778 769.9429Q582.0778 769.4429 582.0778 768.6304L582.0778 768.2241ZM582.8903 768.67725Q582.8903 769.1304 583.1403 769.42725Q583.40594 769.7241 583.84344 769.7241Q584.2653 769.7241 584.5153 769.4429Q584.7653 769.146 584.7653 768.646L584.7653 768.2241Q584.7653 767.771 584.5153 767.4741Q584.2653 767.1616 583.8278 767.1616Q583.3903 767.1616 583.1403 767.4741Q582.8903 767.771 582.8903 768.23975L582.8903 768.67725ZM586.2341 773.021Q586.2341 772.2554 586.71844 771.771Q587.21844 771.271 587.9841 771.271Q588.7497 771.271 589.2341 771.771Q589.7341 772.2554 589.7341 773.0679L589.7341 773.4741Q589.7341 774.23975 589.2497 774.73975Q588.7653 775.23975 587.9997 775.23975Q587.2341 775.23975 586.7341 774.7554Q586.2341 774.2554 586.2341 773.4429L586.2341 773.021ZM587.0466 773.4741Q587.0466 773.9429 587.2966 774.23975Q587.5622 774.5366 587.9997 774.5366Q588.4216 774.5366 588.6716 774.2554Q588.9216 773.9585 588.9216 773.4585L588.9216 773.021Q588.9216 772.55225 588.65594 772.271Q588.40594 771.9741 587.9841 771.9741Q587.5622 771.9741 587.2966 772.271Q587.0466 772.55225 587.0466 773.05225L587.0466 773.4741ZM584.09344 774.4741L583.46844 774.0835L587.6403 767.4116L588.2497 767.80225L584.09344 774.4741Z" fill-rule="nonzero"/><path fill="#666666" d="M684.8485 768.80225Q684.8485 769.4429 684.50476 769.9429Q684.161 770.4429 683.5985 770.7241Q684.25476 771.0054 684.6454 771.5679Q685.036 772.11475 685.036 772.8179Q685.036 773.9116 684.286 774.5835Q683.55164 775.23975 682.3329 775.23975Q681.0985 775.23975 680.3485 774.5835Q679.61414 773.9116 679.61414 772.8179Q679.61414 772.11475 679.98914 771.5679Q680.36414 771.0054 681.036 770.7241Q680.4735 770.4429 680.1454 769.9429Q679.81726 769.4429 679.81726 768.80225Q679.81726 767.7241 680.50476 767.0991Q681.19226 766.4585 682.3329 766.4585Q683.4579 766.4585 684.1454 767.0991Q684.8485 767.7241 684.8485 768.80225ZM683.9579 772.7866Q683.9579 772.0679 683.50476 771.6304Q683.05164 771.17725 682.31726 771.17725Q681.5829 771.17725 681.12976 771.6304Q680.69226 772.0679 680.69226 772.80225Q680.69226 773.521 681.12976 773.9429Q681.56726 774.3491 682.3329 774.3491Q683.0829 774.3491 683.5204 773.92725Q683.9579 773.5054 683.9579 772.7866ZM682.3329 767.3491Q681.69226 767.3491 681.286 767.7554Q680.8954 768.146 680.8954 768.8335Q680.8954 769.4741 681.286 769.8804Q681.67664 770.2866 682.31726 770.2866Q682.9735 770.2866 683.36414 769.8804Q683.75476 769.4741 683.75476 768.8335Q683.75476 768.17725 683.3485 767.771Q682.94226 767.3491 682.3329 767.3491ZM692.0204 771.4741Q692.0204 773.3804 691.36414 774.3179Q690.7235 775.23975 689.3329 775.23975Q687.9735 775.23975 687.31726 774.3335Q686.661 773.42725 686.62976 771.61475L686.62976 770.17725Q686.62976 768.2866 687.2704 767.3804Q687.92664 766.4585 689.31726 766.4585Q690.69226 766.4585 691.3485 767.3491Q692.00476 768.2241 692.0204 770.0679L692.0204 771.4741ZM690.92664 769.98975Q690.92664 768.61475 690.536 767.98975Q690.161 767.3491 689.31726 767.3491Q688.48914 767.3491 688.0985 767.98975Q687.7235 768.61475 687.7235 769.9116L687.7235 771.646Q687.7235 773.021 688.11414 773.6929Q688.5204 774.3491 689.3329 774.3491Q690.12976 774.3491 690.5204 773.7241Q690.911 773.0991 690.92664 771.771L690.92664 769.98975ZM693.56726 768.2241Q693.56726 767.4585 694.05164 766.9585Q694.55164 766.4585 695.31726 766.4585Q696.0985 766.4585 696.5829 766.9585Q697.06726 767.4585 697.06726 768.2554L697.06726 768.67725Q697.06726 769.4429 696.56726 769.9429Q696.0829 770.42725 695.3329 770.42725Q694.56726 770.42725 694.06726 769.9429Q693.56726 769.4429 693.56726 768.6304L693.56726 768.2241ZM694.37976 768.67725Q694.37976 769.1304 694.62976 769.42725Q694.8954 769.7241 695.3329 769.7241Q695.75476 769.7241 696.00476 769.4429Q696.25476 769.146 696.25476 768.646L696.25476 768.2241Q696.25476 767.771 696.00476 767.4741Q695.75476 767.1616 695.31726 767.1616Q694.87976 767.1616 694.62976 767.4741Q694.37976 767.771 694.37976 768.23975L694.37976 768.67725ZM697.7235 773.021Q697.7235 772.2554 698.2079 771.771Q698.7079 771.271 699.4735 771.271Q700.23914 771.271 700.7235 771.771Q701.2235 772.2554 701.2235 773.0679L701.2235 773.4741Q701.2235 774.23975 700.73914 774.73975Q700.25476 775.23975 699.48914 775.23975Q698.7235 775.23975 698.2235 774.7554Q697.7235 774.2554 697.7235 773.4429L697.7235 773.021ZM698.536 773.4741Q698.536 773.9429 698.786 774.23975Q699.05164 774.5366 699.48914 774.5366Q699.911 774.5366 700.161 774.2554Q700.411 773.9585 700.411 773.4585L700.411 773.021Q700.411 772.55225 700.1454 772.271Q699.8954 771.9741 699.4735 771.9741Q699.05164 771.9741 698.786 772.271Q698.536 772.55225 698.536 773.05225L698.536 773.4741ZM695.5829 774.4741L694.9579 774.0835L699.12976 767.4116L699.73914 767.80225L695.5829 774.4741Z" fill-rule="nonzero"/><path fill="#999999" d="M36.88125 56.504715Q36.88125 55.192215 37.225 53.973465Q37.584373 52.754715 38.2875 51.754715Q38.990623 50.754715 39.75625 50.348465L39.975 51.067215Q39.115623 51.723465 38.56875 53.067215Q38.021873 54.410965 37.975 56.08284L37.959373 56.58284Q37.959373 58.848465 38.7875 60.504715Q39.2875 61.504715 39.975 62.067215L39.75625 62.723465Q38.975 62.30159 38.25625 61.27034Q36.88125 59.285965 36.88125 56.504715ZM41.459373 59.973465L41.459373 54.473465L40.459373 54.473465L40.459373 53.629715L41.459373 53.629715L41.459373 52.98909Q41.459373 51.95784 41.990623 51.410965Q42.5375 50.848465 43.5375 50.848465Q43.9125 50.848465 44.2875 50.942215L44.225 51.83284Q43.94375 51.77034 43.646873 51.77034Q43.115623 51.77034 42.81875 52.08284Q42.5375 52.39534 42.5375 52.95784L42.5375 53.629715L43.896873 53.629715L43.896873 54.473465L42.5375 54.473465L42.5375 59.973465L41.459373 59.973465ZM47.990623 54.598465Q47.740623 54.567215 47.459373 54.567215Q46.38125 54.567215 46.00625 55.473465L46.00625 59.973465L44.928123 59.973465L44.928123 53.629715L45.975 53.629715L45.990623 54.36409Q46.521873 53.52034 47.50625 53.52034Q47.81875 53.52034 47.990623 53.598465L47.990623 54.598465ZM51.553123 60.098465Q50.25625 60.098465 49.44375 59.254715Q48.646873 58.39534 48.646873 56.973465L48.646873 56.785965Q48.646873 55.83284 49.00625 55.098465Q49.365623 54.348465 50.00625 53.942215Q50.6625 53.52034 51.4125 53.52034Q52.646873 53.52034 53.334373 54.33284Q54.021873 55.14534 54.021873 56.660965L54.021873 57.11409L49.725 57.11409Q49.75625 58.05159 50.271873 58.629715Q50.803123 59.20784 51.615623 59.20784Q52.178123 59.20784 52.56875 58.973465Q52.975 58.73909 53.2875 58.348465L53.94375 58.86409Q53.146873 60.098465 51.553123 60.098465ZM51.4125 54.410965Q50.75625 54.410965 50.303123 54.89534Q49.865623 55.36409 49.771873 56.223465L52.94375 56.223465L52.94375 56.14534Q52.896873 55.317215 52.490623 54.86409Q52.1 54.410965 51.4125 54.410965ZM57.553123 60.098465Q56.25625 60.098465 55.44375 59.254715Q54.646873 58.39534 54.646873 56.973465L54.646873 56.785965Q54.646873 55.83284 55.00625 55.098465Q55.365623 54.348465 56.00625 53.942215Q56.6625 53.52034 57.4125 53.52034Q58.646873 53.52034 59.334373 54.33284Q60.021873 55.14534 60.021873 56.660965L60.021873 57.11409L55.725 57.11409Q55.75625 58.05159 56.271873 58.629715Q56.803123 59.20784 57.615623 59.20784Q58.178123 59.20784 58.56875 58.973465Q58.975 58.73909 59.2875 58.348465L59.94375 58.86409Q59.146873 60.098465 57.553123 60.098465ZM57.4125 54.410965Q56.75625 54.410965 56.303123 54.89534Q55.865623 55.36409 55.771873 56.223465L58.94375 56.223465L58.94375 56.14534Q58.896873 55.317215 58.490623 54.86409Q58.1 54.410965 57.4125 54.410965ZM63.178123 56.785965L60.31875 56.785965L60.31875 55.910965L63.178123 55.910965L63.178123 56.785965ZM65.39687 52.098465L65.39687 53.629715L66.56875 53.629715L66.56875 54.473465L65.39687 54.473465L65.39687 58.39534Q65.39687 58.785965 65.55312 58.973465Q65.70937 59.160965 66.08437 59.160965Q66.27187 59.160965 66.6 59.098465L66.6 59.973465Q66.17812 60.098465 65.77187 60.098465Q65.05312 60.098465 64.67812 59.660965Q64.30312 59.20784 64.30312 58.39534L64.30312 54.473465L63.146873 54.473465L63.146873 53.629715L64.30312 53.629715L64.30312 52.098465L65.39687 52.098465ZM70.55312 60.098465Q69.25625 60.098465 68.44375 59.254715Q67.64687 58.39534 67.64687 56.973465L67.64687 56.785965Q67.64687 55.83284 68.00625 55.098465Q68.36562 54.348465 69.00625 53.942215Q69.6625 53.52034 70.4125 53.52034Q71.64687 53.52034 72.33437 54.33284Q73.02187 55.14534 73.02187 56.660965L73.02187 57.11409L68.725 57.11409Q68.75625 58.05159 69.27187 58.629715Q69.80312 59.20784 70.61562 59.20784Q71.17812 59.20784 71.56875 58.973465Q71.975 58.73909 72.2875 58.348465L72.94375 58.86409Q72.14687 60.098465 70.55312 60.098465ZM70.4125 54.410965Q69.75625 54.410965 69.30312 54.89534Q68.86562 55.36409 68.77187 56.223465L71.94375 56.223465L71.94375 56.14534Q71.89687 55.317215 71.49062 54.86409Q71.1 54.410965 70.4125 54.410965ZM76.05312 55.942215L77.45937 53.629715L78.725 53.629715L76.64687 56.77034L78.7875 59.973465L77.5375 59.973465L76.06875 57.598465L74.6 59.973465L73.33437 59.973465L75.475 56.77034L73.4125 53.629715L74.6625 53.629715L76.05312 55.942215ZM81.39687 52.098465L81.39687 53.629715L82.56875 53.629715L82.56875 54.473465L81.39687 54.473465L81.39687 58.39534Q81.39687 58.785965 81.55312 58.973465Q81.70937 59.160965 82.08437 59.160965Q82.27187 59.160965 82.6 59.098465L82.6 59.973465Q82.17812 60.098465 81.77187 60.098465Q81.05312 60.098465 80.67812 59.660965Q80.30312 59.20784 80.30312 58.39534L80.30312 54.473465L79.14687 54.473465L79.14687 53.629715L80.30312 53.629715L80.30312 52.098465L81.39687 52.098465ZM89.99062 54.598465Q89.74062 54.567215 89.45937 54.567215Q88.38125 54.567215 88.00625 55.473465L88.00625 59.973465L86.92812 59.973465L86.92812 53.629715L87.975 53.629715L87.99062 54.36409Q88.52187 53.52034 89.50625 53.52034Q89.81875 53.52034 89.99062 53.598465L89.99062 54.598465ZM93.55312 60.098465Q92.25625 60.098465 91.44375 59.254715Q90.64687 58.39534 90.64687 56.973465L90.64687 56.785965Q90.64687 55.83284 91.00625 55.098465Q91.36562 54.348465 92.00625 53.942215Q92.6625 53.52034 93.4125 53.52034Q94.64687 53.52034 95.33437 54.33284Q96.02187 55.14534 96.02187 56.660965L96.02187 57.11409L91.725 57.11409Q91.75625 58.05159 92.27187 58.629715Q92.80312 59.20784 93.61562 59.20784Q94.17812 59.20784 94.56875 58.973465Q94.975 58.73909 95.2875 58.348465L95.94375 58.86409Q95.14687 60.098465 93.55312 60.098465ZM93.4125 54.410965Q92.75625 54.410965 92.30312 54.89534Q91.86562 55.36409 91.77187 56.223465L94.94375 56.223465L94.94375 56.14534Q94.89687 55.317215 94.49062 54.86409Q94.1 54.410965 93.4125 54.410965ZM100.61562 58.285965Q100.61562 57.848465 100.27187 57.61409Q99.94375 57.36409 99.11562 57.192215Q98.30312 57.02034 97.81875 56.77034Q97.33437 56.52034 97.1 56.192215Q96.88125 55.848465 96.88125 55.379715Q96.88125 54.598465 97.5375 54.067215Q98.19375 53.52034 99.225 53.52034Q100.30312 53.52034 100.95937 54.08284Q101.63125 54.629715 101.63125 55.48909L100.55312 55.48909Q100.55312 55.05159 100.1625 54.73909Q99.7875 54.410965 99.225 54.410965Q98.63125 54.410965 98.2875 54.67659Q97.95937 54.92659 97.95937 55.33284Q97.95937 55.723465 98.27187 55.92659Q98.58437 56.129715 99.39687 56.317215Q100.20937 56.48909 100.70937 56.73909Q101.20937 56.98909 101.44375 57.348465Q101.69375 57.70784 101.69375 58.20784Q101.69375 59.067215 101.00625 59.58284Q100.33437 60.098465 99.25625 60.098465Q98.49062 60.098465 97.89687 59.83284Q97.31875 59.55159 96.99062 59.067215Q96.6625 58.58284 96.6625 58.02034L97.74062 58.02034Q97.77187 58.567215 98.17812 58.89534Q98.58437 59.20784 99.25625 59.20784Q99.86562 59.20784 100.24062 58.95784Q100.61562 58.70784 100.61562 58.285965ZM108.27187 56.879715Q108.27187 58.317215 107.61562 59.20784Q106.95937 60.098465 105.81875 60.098465Q104.6625 60.098465 104.00625 59.36409L104.00625 62.410965L102.92812 62.410965L102.92812 53.629715L103.9125 53.629715L103.95937 54.33284Q104.63125 53.52034 105.80312 53.52034Q106.94375 53.52034 107.6 54.379715Q108.27187 55.23909 108.27187 56.77034L108.27187 56.879715ZM107.19375 56.754715Q107.19375 55.67659 106.725 55.067215Q106.27187 54.442215 105.475 54.442215Q104.49062 54.442215 104.00625 55.30159L104.00625 58.33284Q104.49062 59.20784 105.49062 59.20784Q106.27187 59.20784 106.725 58.598465Q107.19375 57.973465 107.19375 56.754715ZM109.63125 56.73909Q109.63125 55.817215 109.99062 55.067215Q110.36562 54.317215 111.02187 53.92659Q111.67812 53.52034 112.50625 53.52034Q113.80312 53.52034 114.6 54.410965Q115.4125 55.30159 115.4125 56.80159L115.4125 56.879715Q115.4125 57.80159 115.05312 58.535965Q114.69375 59.27034 114.0375 59.692215Q113.38125 60.098465 112.52187 60.098465Q111.24062 60.098465 110.42812 59.20784Q109.63125 58.30159 109.63125 56.817215L109.63125 56.73909ZM110.725 56.879715Q110.725 57.92659 111.20937 58.567215Q111.70937 59.20784 112.52187 59.20784Q113.35 59.20784 113.83437 58.567215Q114.31875 57.910965 114.31875 56.73909Q114.31875 55.70784 113.81875 55.067215Q113.33437 54.410965 112.50625 54.410965Q111.70937 54.410965 111.20937 55.05159Q110.725 55.67659 110.725 56.879715ZM117.94375 53.629715L117.975 54.42659Q118.70937 53.52034 119.88125 53.52034Q121.89687 53.52034 121.9125 55.785965L121.9125 59.973465L120.81875 59.973465L120.81875 55.77034Q120.81875 55.098465 120.50625 54.77034Q120.20937 54.442215 119.55312 54.442215Q119.02187 54.442215 118.61562 54.723465Q118.225 55.004715 118.00625 55.45784L118.00625 59.973465L116.92812 59.973465L116.92812 53.629715L117.94375 53.629715ZM127.61562 58.285965Q127.61562 57.848465 127.27187 57.61409Q126.94375 57.36409 126.11562 57.192215Q125.30312 57.02034 124.81875 56.77034Q124.33437 56.52034 124.1 56.192215Q123.88125 55.848465 123.88125 55.379715Q123.88125 54.598465 124.5375 54.067215Q125.19375 53.52034 126.225 53.52034Q127.30312 53.52034 127.95937 54.08284Q128.63126 54.629715 128.63126 55.48909L127.55312 55.48909Q127.55312 55.05159 127.1625 54.73909Q126.7875 54.410965 126.225 54.410965Q125.63125 54.410965 125.2875 54.67659Q124.95937 54.92659 124.95937 55.33284Q124.95937 55.723465 125.27187 55.92659Q125.58437 56.129715 126.39687 56.317215Q127.20937 56.48909 127.70937 56.73909Q128.20938 56.98909 128.44376 57.348465Q128.69376 57.70784 128.69376 58.20784Q128.69376 59.067215 128.00626 59.58284Q127.33437 60.098465 126.25625 60.098465Q125.49062 60.098465 124.89687 59.83284Q124.31875 59.55159 123.99062 59.067215Q123.6625 58.58284 123.6625 58.02034L124.74062 58.02034Q124.77187 58.567215 125.17812 58.89534Q125.58437 59.20784 126.25625 59.20784Q126.86562 59.20784 127.24062 58.95784Q127.61562 58.70784 127.61562 58.285965ZM132.55313 60.098465Q131.25626 60.098465 130.44376 59.254715Q129.64688 58.39534 129.64688 56.973465L129.64688 56.785965Q129.64688 55.83284 130.00626 55.098465Q130.36563 54.348465 131.00626 53.942215Q131.6625 53.52034 132.4125 53.52034Q133.64688 53.52034 134.33438 54.33284Q135.02188 55.14534 135.02188 56.660965L135.02188 57.11409L130.725 57.11409Q130.75626 58.05159 131.27188 58.629715Q131.80313 59.20784 132.61563 59.20784Q133.17813 59.20784 133.56876 58.973465Q133.975 58.73909 134.2875 58.348465L134.94376 58.86409Q134.14688 60.098465 132.55313 60.098465ZM132.4125 54.410965Q131.75626 54.410965 131.30313 54.89534Q130.86563 55.36409 130.77188 56.223465L133.94376 56.223465L133.94376 56.14534Q133.89688 55.317215 133.49063 54.86409Q133.1 54.410965 132.4125 54.410965ZM138.42813 56.567215Q138.42813 57.879715 138.08438 59.08284Q137.74063 60.27034 137.02188 61.285965Q136.31876 62.30159 135.55313 62.723465L135.31876 62.067215Q136.225 61.379715 136.77188 59.92659Q137.31876 58.45784 137.33438 56.692215L137.33438 56.504715Q137.33438 55.27034 137.06876 54.20784Q136.81876 53.14534 136.35 52.317215Q135.89688 51.473465 135.31876 51.004715L135.55313 50.348465Q136.31876 50.77034 137.02188 51.77034Q137.725 52.77034 138.06876 53.98909Q138.42813 55.192215 138.42813 56.567215Z" fill-rule="nonzero"/><path fill="#666666" d="M39.396873 30.456993L39.6 31.769493L39.88125 30.581993L41.85 23.644493L42.94375 23.644493L44.865623 30.581993L45.146873 31.785118L45.35 30.456993L46.896873 23.644493L48.225 23.644493L45.803123 33.59762L44.615623 33.59762L42.553123 26.347618L42.396873 25.581993L42.240623 26.347618L40.115623 33.59762L38.928123 33.59762L36.521873 23.644493L37.834373 23.644493L39.396873 30.456993ZM50.31875 27.097618Q51.1625 26.066368 52.50625 26.066368Q54.85 26.066368 54.88125 28.706993L54.88125 33.59762L53.615623 33.59762L53.615623 28.706993Q53.6 27.910118 53.240623 27.535118Q52.88125 27.144493 52.13125 27.144493Q51.50625 27.144493 51.0375 27.472618Q50.584373 27.800743 50.31875 28.331993L50.31875 33.59762L49.053123 33.59762L49.053123 23.097618L50.31875 23.097618L50.31875 27.097618ZM61.63125 33.59762Q61.521873 33.37887 61.44375 32.81637Q60.56875 33.738243 59.334373 33.738243Q58.240623 33.738243 57.5375 33.12887Q56.85 32.50387 56.85 31.550743Q56.85 30.394493 57.725 29.753868Q58.6 29.113243 60.19375 29.113243L61.428123 29.113243L61.428123 28.535118Q61.428123 27.863243 61.021873 27.472618Q60.63125 27.081993 59.865623 27.081993Q59.178123 27.081993 58.725 27.425743Q58.271873 27.769493 58.271873 28.253868L56.990623 28.253868Q56.990623 27.691368 57.38125 27.175743Q57.7875 26.660118 58.459373 26.363243Q59.13125 26.066368 59.928123 26.066368Q61.209373 26.066368 61.928123 26.706993Q62.6625 27.347618 62.69375 28.456993L62.69375 31.863243Q62.69375 32.87887 62.94375 33.488243L62.94375 33.59762L61.63125 33.59762ZM59.521873 32.62887Q60.115623 32.62887 60.646873 32.331993Q61.19375 32.019493 61.428123 31.519493L61.428123 30.003868L60.428123 30.003868Q58.115623 30.003868 58.115623 31.363243Q58.115623 31.956993 58.50625 32.300743Q58.896873 32.62887 59.521873 32.62887ZM66.77187 24.410118L66.77187 26.206993L68.14687 26.206993L68.14687 27.175743L66.77187 27.175743L66.77187 31.769493Q66.77187 32.206993 66.95937 32.44137Q67.14687 32.66012 67.58437 32.66012Q67.80312 32.66012 68.19375 32.56637L68.19375 33.59762Q67.69375 33.738243 67.225 33.738243Q66.36562 33.738243 65.92812 33.22262Q65.50625 32.706993 65.50625 31.769493L65.50625 27.175743L64.1625 27.175743L64.1625 26.206993L65.50625 26.206993L65.50625 24.410118L66.77187 24.410118ZM79.30312 29.988243Q79.30312 31.675743 78.52187 32.706993Q77.75625 33.738243 76.44375 33.738243Q75.1 33.738243 74.31875 32.87887L74.31875 36.44137L73.05312 36.44137L73.05312 26.206993L74.20937 26.206993L74.27187 27.019493Q75.05312 26.066368 76.42812 26.066368Q77.75625 26.066368 78.52187 27.066368Q79.30312 28.066368 79.30312 29.863243L79.30312 29.988243ZM78.0375 29.831993Q78.0375 28.581993 77.50625 27.863243Q76.975 27.144493 76.0375 27.144493Q74.89687 27.144493 74.31875 28.160118L74.31875 31.691368Q74.89687 32.706993 76.05312 32.706993Q76.975 32.706993 77.50625 31.988243Q78.0375 31.253868 78.0375 29.831993ZM84.63125 27.331993Q84.35 27.285118 84.00625 27.285118Q82.77187 27.285118 82.31875 28.347618L82.31875 33.59762L81.05312 33.59762L81.05312 26.206993L82.2875 26.206993L82.30312 27.050743Q82.92812 26.066368 84.06875 26.066368Q84.44375 26.066368 84.63125 26.160118L84.63125 27.331993ZM89.13125 33.738243Q87.61562 33.738243 86.67812 32.75387Q85.74062 31.753868 85.74062 30.097618L85.74062 29.878868Q85.74062 28.769493 86.1625 27.910118Q86.58437 27.035118 87.33437 26.550743Q88.08437 26.066368 88.975 26.066368Q90.4125 26.066368 91.20937 27.019493Q92.00625 27.956993 92.00625 29.738243L92.00625 30.253868L87.00625 30.253868Q87.02187 31.347618 87.63125 32.03512Q88.25625 32.706993 89.19375 32.706993Q89.86562 32.706993 90.31875 32.44137Q90.7875 32.16012 91.14687 31.706993L91.9125 32.300743Q90.99062 33.738243 89.13125 33.738243ZM88.975 27.097618Q88.20937 27.097618 87.67812 27.660118Q87.1625 28.222618 87.0375 29.222618L90.74062 29.222618L90.74062 29.128868Q90.69375 28.160118 90.225 27.628868Q89.75625 27.097618 88.975 27.097618ZM95.49062 31.878868L97.33437 26.206993L98.61562 26.206993L95.975 33.59762L95.00625 33.59762L92.31875 26.206993L93.61562 26.206993L95.49062 31.878868ZM103.13125 33.738243Q101.61562 33.738243 100.67812 32.75387Q99.74062 31.753868 99.74062 30.097618L99.74062 29.878868Q99.74062 28.769493 100.1625 27.910118Q100.58437 27.035118 101.33437 26.550743Q102.08437 26.066368 102.975 26.066368Q104.4125 26.066368 105.20937 27.019493Q106.00625 27.956993 106.00625 29.738243L106.00625 30.253868L101.00625 30.253868Q101.02187 31.347618 101.63125 32.03512Q102.25625 32.706993 103.19375 32.706993Q103.86562 32.706993 104.31875 32.44137Q104.7875 32.16012 105.14687 31.706993L105.9125 32.300743Q104.99062 33.738243 103.13125 33.738243ZM102.975 27.097618Q102.20937 27.097618 101.67812 27.660118Q101.1625 28.222618 101.0375 29.222618L104.74062 29.222618L104.74062 29.128868Q104.69375 28.160118 104.225 27.628868Q103.75625 27.097618 102.975 27.097618ZM108.25625 26.206993L108.2875 27.128868Q109.14687 26.066368 110.50625 26.066368Q112.85 26.066368 112.88125 28.706993L112.88125 33.59762L111.61562 33.59762L111.61562 28.706993Q111.6 27.910118 111.24062 27.535118Q110.88125 27.144493 110.13125 27.144493Q109.50625 27.144493 109.0375 27.472618Q108.58437 27.800743 108.31875 28.331993L108.31875 33.59762L107.05312 33.59762L107.05312 26.206993L108.25625 26.206993ZM116.77187 24.410118L116.77187 26.206993L118.14687 26.206993L118.14687 27.175743L116.77187 27.175743L116.77187 31.769493Q116.77187 32.206993 116.95937 32.44137Q117.14687 32.66012 117.58437 32.66012Q117.80312 32.66012 118.19375 32.56637L118.19375 33.59762Q117.69375 33.738243 117.225 33.738243Q116.36562 33.738243 115.92812 33.22262Q115.50625 32.706993 115.50625 31.769493L115.50625 27.175743L114.1625 27.175743L114.1625 26.206993L115.50625 26.206993L115.50625 24.410118L116.77187 24.410118ZM124.36562 31.628868Q124.36562 31.128868 123.975 30.847618Q123.58437 30.550743 122.63125 30.347618Q121.67812 30.144493 121.1 29.863243Q120.5375 29.566368 120.27187 29.175743Q120.00625 28.785118 120.00625 28.238243Q120.00625 27.316368 120.77187 26.691368Q121.5375 26.066368 122.74062 26.066368Q123.99062 26.066368 124.77187 26.722618Q125.55312 27.363243 125.55312 28.378868L124.2875 28.378868Q124.2875 27.847618 123.85 27.472618Q123.4125 27.097618 122.74062 27.097618Q122.05312 27.097618 121.6625 27.410118Q121.27187 27.706993 121.27187 28.191368Q121.27187 28.644493 121.63125 28.878868Q121.99062 29.113243 122.92812 29.331993Q123.88125 29.535118 124.475 29.831993Q125.06875 30.128868 125.35 30.550743Q125.63125 30.956993 125.63125 31.550743Q125.63125 32.53512 124.83437 33.144493Q124.0375 33.738243 122.77187 33.738243Q121.89687 33.738243 121.20937 33.425743Q120.52187 33.09762 120.13125 32.53512Q119.75625 31.972618 119.75625 31.316368L121.02187 31.316368Q121.05312 31.956993 121.52187 32.331993Q122.00625 32.706993 122.77187 32.706993Q123.49062 32.706993 123.92812 32.41012Q124.36562 32.113243 124.36562 31.628868ZM137.6 32.28512Q137.1 33.019493 136.19376 33.37887Q135.2875 33.738243 134.08438 33.738243Q132.86563 33.738243 131.9125 33.175743Q130.975 32.59762 130.45938 31.550743Q129.94376 30.488243 129.92813 29.097618L129.92813 28.238243Q129.92813 25.988243 130.975 24.753868Q132.0375 23.503868 133.92813 23.503868Q135.49063 23.503868 136.44376 24.300743Q137.39688 25.097618 137.6 26.566368L136.2875 26.566368Q135.92813 24.581993 133.94376 24.581993Q132.61563 24.581993 131.92813 25.519493Q131.25626 26.441368 131.25626 28.191368L131.25626 29.003868Q131.25626 30.691368 132.02188 31.675743Q132.7875 32.66012 134.08438 32.66012Q134.83438 32.66012 135.38126 32.50387Q135.94376 32.331993 136.30313 31.941368L136.30313 29.706993L133.99063 29.706993L133.99063 28.644493L137.6 28.644493L137.6 32.28512ZM139.725 29.831993Q139.725 28.738243 140.14688 27.878868Q140.58438 27.003868 141.33438 26.535118Q142.1 26.066368 143.08438 26.066368Q144.58438 26.066368 145.52188 27.113243Q146.45938 28.160118 146.45938 29.894493L146.45938 29.988243Q146.45938 31.066368 146.0375 31.925743Q145.63126 32.769493 144.85 33.25387Q144.08438 33.738243 143.1 33.738243Q141.58438 33.738243 140.64688 32.69137Q139.725 31.644493 139.725 29.925743L139.725 29.831993ZM140.99063 29.988243Q140.99063 31.206993 141.55313 31.956993Q142.13126 32.706993 143.1 32.706993Q144.05313 32.706993 144.61563 31.956993Q145.19376 31.191368 145.19376 29.831993Q145.19376 28.613243 144.61563 27.863243Q144.0375 27.097618 143.08438 27.097618Q142.14688 27.097618 141.56876 27.847618Q140.99063 28.597618 140.99063 29.988243ZM151.67813 33.59762L151.67813 27.175743L150.50626 27.175743L150.50626 26.206993L151.67813 26.206993L151.67813 25.441368Q151.67813 24.253868 152.30313 23.613243Q152.94376 22.956993 154.11563 22.956993Q154.55313 22.956993 154.975 23.066368L154.9125 24.097618Q154.58438 24.035118 154.225 24.035118Q153.61563 24.035118 153.27188 24.394493Q152.94376 24.753868 152.94376 25.425743L152.94376 26.206993L154.52188 26.206993L154.52188 27.175743L152.94376 27.175743L152.94376 33.59762L151.67813 33.59762ZM159.63126 27.331993Q159.35 27.285118 159.00626 27.285118Q157.77188 27.285118 157.31876 28.347618L157.31876 33.59762L156.05313 33.59762L156.05313 26.206993L157.2875 26.206993L157.30313 27.050743Q157.92813 26.066368 159.06876 26.066368Q159.44376 26.066368 159.63126 26.160118L159.63126 27.331993ZM160.725 29.831993Q160.725 28.738243 161.14688 27.878868Q161.58438 27.003868 162.33438 26.535118Q163.1 26.066368 164.08438 26.066368Q165.58438 26.066368 166.52188 27.113243Q167.45938 28.160118 167.45938 29.894493L167.45938 29.988243Q167.45938 31.066368 167.0375 31.925743Q166.63126 32.769493 165.85 33.25387Q165.08438 33.738243 164.1 33.738243Q162.58438 33.738243 161.64688 32.69137Q160.725 31.644493 160.725 29.925743L160.725 29.831993ZM161.99063 29.988243Q161.99063 31.206993 162.55313 31.956993Q163.13126 32.706993 164.1 32.706993Q165.05313 32.706993 165.61563 31.956993Q166.19376 31.191368 166.19376 29.831993Q166.19376 28.613243 165.61563 27.863243Q165.0375 27.097618 164.08438 27.097618Q163.14688 27.097618 162.56876 27.847618Q161.99063 28.597618 161.99063 29.988243ZM170.24063 26.206993L170.2875 27.019493Q171.1 26.066368 172.475 26.066368Q174.02188 26.066368 174.58438 27.253868Q174.95938 26.722618 175.55313 26.394493Q176.14688 26.066368 176.94376 26.066368Q179.38126 26.066368 179.42813 28.644493L179.42813 33.59762L178.1625 33.59762L178.1625 28.722618Q178.1625 27.925743 177.7875 27.535118Q177.42813 27.144493 176.58438 27.144493Q175.86563 27.144493 175.39688 27.566368Q174.94376 27.972618 174.86563 28.691368L174.86563 33.59762L173.6 33.59762L173.6 28.753868Q173.6 27.144493 172.02188 27.144493Q170.77188 27.144493 170.31876 28.191368L170.31876 33.59762L169.05313 33.59762L169.05313 26.206993L170.24063 26.206993ZM190.31876 29.988243Q190.31876 31.675743 189.5375 32.706993Q188.75626 33.738243 187.44376 33.738243Q186.05313 33.738243 185.2875 32.738243L185.225 33.59762L184.05313 33.59762L184.05313 23.097618L185.31876 23.097618L185.31876 27.019493Q186.08438 26.066368 187.42813 26.066368Q188.7875 26.066368 189.55313 27.081993Q190.31876 28.097618 190.31876 29.878868L190.31876 29.988243ZM189.05313 29.831993Q189.05313 28.550743 188.55313 27.847618Q188.05313 27.144493 187.11563 27.144493Q185.86563 27.144493 185.31876 28.300743L185.31876 31.503868Q185.89688 32.66012 187.13126 32.66012Q188.0375 32.66012 188.5375 31.956993Q189.05313 31.253868 189.05313 29.831993ZM195.13126 33.738243Q193.61563 33.738243 192.67813 32.75387Q191.74063 31.753868 191.74063 30.097618L191.74063 29.878868Q191.74063 28.769493 192.1625 27.910118Q192.58438 27.035118 193.33438 26.550743Q194.08438 26.066368 194.975 26.066368Q196.4125 26.066368 197.20938 27.019493Q198.00626 27.956993 198.00626 29.738243L198.00626 30.253868L193.00626 30.253868Q193.02188 31.347618 193.63126 32.03512Q194.25626 32.706993 195.19376 32.706993Q195.86563 32.706993 196.31876 32.44137Q196.7875 32.16012 197.14688 31.706993L197.9125 32.300743Q196.99063 33.738243 195.13126 33.738243ZM194.975 27.097618Q194.20938 27.097618 193.67813 27.660118Q193.1625 28.222618 193.0375 29.222618L196.74063 29.222618L196.74063 29.128868Q196.69376 28.160118 196.225 27.628868Q195.75626 27.097618 194.975 27.097618ZM200.42813 33.59762L199.1625 33.59762L199.1625 26.206993L200.42813 26.206993L200.42813 33.59762ZM199.06876 24.238243Q199.06876 23.925743 199.25626 23.722618Q199.44376 23.503868 199.80313 23.503868Q200.17813 23.503868 200.36563 23.722618Q200.56876 23.925743 200.56876 24.238243Q200.56876 24.550743 200.36563 24.753868Q200.17813 24.956993 199.80313 24.956993Q199.44376 24.956993 199.25626 24.753868Q199.06876 24.550743 199.06876 24.238243ZM203.25626 26.206993L203.2875 27.128868Q204.14688 26.066368 205.50626 26.066368Q207.85 26.066368 207.88126 28.706993L207.88126 33.59762L206.61563 33.59762L206.61563 28.706993Q206.6 27.910118 206.24063 27.535118Q205.88126 27.144493 205.13126 27.144493Q204.50626 27.144493 204.0375 27.472618Q203.58438 27.800743 203.31876 28.331993L203.31876 33.59762L202.05313 33.59762L202.05313 26.206993L203.25626 26.206993ZM209.75626 29.831993Q209.75626 28.113243 210.55313 27.097618Q211.35 26.066368 212.67813 26.066368Q214.02188 26.066368 214.7875 27.019493L214.85 26.206993L216.00626 26.206993L216.00626 33.425743Q216.00626 34.863243 215.14688 35.675743Q214.30313 36.50387 212.86563 36.50387Q212.06876 36.50387 211.30313 36.16012Q210.5375 35.831993 210.13126 35.238243L210.7875 34.47262Q211.6 35.47262 212.77188 35.47262Q213.69376 35.47262 214.20938 34.956993Q214.74063 34.44137 214.74063 33.488243L214.74063 32.863243Q213.975 33.738243 212.6625 33.738243Q211.36563 33.738243 210.55313 32.69137Q209.75626 31.644493 209.75626 29.831993ZM211.02188 29.988243Q211.02188 31.238243 211.5375 31.956993Q212.05313 32.66012 212.975 32.66012Q214.17813 32.66012 214.74063 31.566368L214.74063 28.191368Q214.14688 27.144493 212.99063 27.144493Q212.06876 27.144493 211.5375 27.863243Q211.02188 28.566368 211.02188 29.988243ZM225.63126 33.59762Q225.52188 33.37887 225.44376 32.81637Q224.56876 33.738243 223.33438 33.738243Q222.24063 33.738243 221.5375 33.12887Q220.85 32.50387 220.85 31.550743Q220.85 30.394493 221.725 29.753868Q222.6 29.113243 224.19376 29.113243L225.42813 29.113243L225.42813 28.535118Q225.42813 27.863243 225.02188 27.472618Q224.63126 27.081993 223.86563 27.081993Q223.17813 27.081993 222.725 27.425743Q222.27188 27.769493 222.27188 28.253868L220.99063 28.253868Q220.99063 27.691368 221.38126 27.175743Q221.7875 26.660118 222.45938 26.363243Q223.13126 26.066368 223.92813 26.066368Q225.20938 26.066368 225.92813 26.706993Q226.6625 27.347618 226.69376 28.456993L226.69376 31.863243Q226.69376 32.87887 226.94376 33.488243L226.94376 33.59762L225.63126 33.59762ZM223.52188 32.62887Q224.11563 32.62887 224.64688 32.331993Q225.19376 32.019493 225.42813 31.519493L225.42813 30.003868L224.42813 30.003868Q222.11563 30.003868 222.11563 31.363243Q222.11563 31.956993 222.50626 32.300743Q222.89688 32.62887 223.52188 32.62887ZM230.25626 26.206993L230.2875 27.128868Q231.14688 26.066368 232.50626 26.066368Q234.85 26.066368 234.88126 28.706993L234.88126 33.59762L233.61563 33.59762L233.61563 28.706993Q233.6 27.910118 233.24063 27.535118Q232.88126 27.144493 232.13126 27.144493Q231.50626 27.144493 231.0375 27.472618Q230.58438 27.800743 230.31876 28.331993L230.31876 33.59762L229.05313 33.59762L229.05313 26.206993L230.25626 26.206993ZM244.63126 33.59762Q244.52188 33.37887 244.44376 32.81637Q243.56876 33.738243 242.33438 33.738243Q241.24063 33.738243 240.5375 33.12887Q239.85 32.50387 239.85 31.550743Q239.85 30.394493 240.725 29.753868Q241.6 29.113243 243.19376 29.113243L244.42813 29.113243L244.42813 28.535118Q244.42813 27.863243 244.02188 27.472618Q243.63126 27.081993 242.86563 27.081993Q242.17813 27.081993 241.725 27.425743Q241.27188 27.769493 241.27188 28.253868L239.99063 28.253868Q239.99063 27.691368 240.38126 27.175743Q240.7875 26.660118 241.45938 26.363243Q242.13126 26.066368 242.92813 26.066368Q244.20938 26.066368 244.92813 26.706993Q245.6625 27.347618 245.69376 28.456993L245.69376 31.863243Q245.69376 32.87887 245.94376 33.488243L245.94376 33.59762L244.63126 33.59762ZM242.52188 32.62887Q243.11563 32.62887 243.64688 32.331993Q244.19376 32.019493 244.42813 31.519493L244.42813 30.003868L243.42813 30.003868Q241.11563 30.003868 241.11563 31.363243Q241.11563 31.956993 241.50626 32.300743Q241.89688 32.62887 242.52188 32.62887ZM254.30313 29.988243Q254.30313 31.675743 253.52188 32.706993Q252.75626 33.738243 251.44376 33.738243Q250.1 33.738243 249.31876 32.87887L249.31876 36.44137L248.05313 36.44137L248.05313 26.206993L249.20938 26.206993L249.27188 27.019493Q250.05313 26.066368 251.42813 26.066368Q252.75626 26.066368 253.52188 27.066368Q254.30313 28.066368 254.30313 29.863243L254.30313 29.988243ZM253.0375 29.831993Q253.0375 28.581993 252.50626 27.863243Q251.975 27.144493 251.0375 27.144493Q249.89688 27.144493 249.31876 28.160118L249.31876 31.691368Q249.89688 32.706993 251.05313 32.706993Q251.975 32.706993 252.50626 31.988243Q253.0375 31.253868 253.0375 29.831993ZM262.30313 29.988243Q262.30313 31.675743 261.52188 32.706993Q260.75626 33.738243 259.44376 33.738243Q258.1 33.738243 257.31876 32.87887L257.31876 36.44137L256.05313 36.44137L256.05313 26.206993L257.20938 26.206993L257.27188 27.019493Q258.05313 26.066368 259.42813 26.066368Q260.75626 26.066368 261.52188 27.066368Q262.30313 28.066368 262.30313 29.863243L262.30313 29.988243ZM261.0375 29.831993Q261.0375 28.581993 260.50626 27.863243Q259.975 27.144493 259.0375 27.144493Q257.89688 27.144493 257.31876 28.160118L257.31876 31.691368Q257.89688 32.706993 259.05313 32.706993Q259.975 32.706993 260.50626 31.988243Q261.0375 31.253868 261.0375 29.831993ZM267.63126 27.331993Q267.35 27.285118 267.00626 27.285118Q265.77188 27.285118 265.31876 28.347618L265.31876 33.59762L264.05313 33.59762L264.05313 26.206993L265.2875 26.206993L265.30313 27.050743Q265.92813 26.066368 267.06876 26.066368Q267.44376 26.066368 267.63126 26.160118L267.63126 27.331993ZM268.725 29.831993Q268.725 28.738243 269.14688 27.878868Q269.58438 27.003868 270.33438 26.535118Q271.1 26.066368 272.08438 26.066368Q273.58438 26.066368 274.52188 27.113243Q275.45938 28.160118 275.45938 29.894493L275.45938 29.988243Q275.45938 31.066368 275.0375 31.925743Q274.63126 32.769493 273.85 33.25387Q273.08438 33.738243 272.1 33.738243Q270.58438 33.738243 269.64688 32.69137Q268.725 31.644493 268.725 29.925743L268.725 29.831993ZM269.99063 29.988243Q269.99063 31.206993 270.55313 31.956993Q271.13126 32.706993 272.1 32.706993Q273.05313 32.706993 273.61563 31.956993Q274.19376 31.191368 274.19376 29.831993Q274.19376 28.613243 273.61563 27.863243Q273.0375 27.097618 272.08438 27.097618Q271.14688 27.097618 270.56876 27.847618Q269.99063 28.597618 269.99063 29.988243ZM283.30313 29.988243Q283.30313 31.675743 282.52188 32.706993Q281.75626 33.738243 280.44376 33.738243Q279.1 33.738243 278.31876 32.87887L278.31876 36.44137L277.05313 36.44137L277.05313 26.206993L278.20938 26.206993L278.27188 27.019493Q279.05313 26.066368 280.42813 26.066368Q281.75626 26.066368 282.52188 27.066368Q283.30313 28.066368 283.30313 29.863243L283.30313 29.988243ZM282.0375 29.831993Q282.0375 28.581993 281.50626 27.863243Q280.975 27.144493 280.0375 27.144493Q278.89688 27.144493 278.31876 28.160118L278.31876 31.691368Q278.89688 32.706993 280.05313 32.706993Q280.975 32.706993 281.50626 31.988243Q282.0375 31.253868 282.0375 29.831993ZM288.63126 27.331993Q288.35 27.285118 288.00626 27.285118Q286.77188 27.285118 286.31876 28.347618L286.31876 33.59762L285.05313 33.59762L285.05313 26.206993L286.2875 26.206993L286.30313 27.050743Q286.92813 26.066368 288.06876 26.066368Q288.44376 26.066368 288.63126 26.160118L288.63126 27.331993ZM291.42813 33.59762L290.1625 33.59762L290.1625 26.206993L291.42813 26.206993L291.42813 33.59762ZM290.06876 24.238243Q290.06876 23.925743 290.25626 23.722618Q290.44376 23.503868 290.80313 23.503868Q291.17813 23.503868 291.36563 23.722618Q291.56876 23.925743 291.56876 24.238243Q291.56876 24.550743 291.36563 24.753868Q291.17813 24.956993 290.80313 24.956993Q290.44376 24.956993 290.25626 24.753868Q290.06876 24.550743 290.06876 24.238243ZM297.63126 33.59762Q297.52188 33.37887 297.44376 32.81637Q296.56876 33.738243 295.33438 33.738243Q294.24063 33.738243 293.5375 33.12887Q292.85 32.50387 292.85 31.550743Q292.85 30.394493 293.725 29.753868Q294.6 29.113243 296.19376 29.113243L297.42813 29.113243L297.42813 28.535118Q297.42813 27.863243 297.02188 27.472618Q296.63126 27.081993 295.86563 27.081993Q295.17813 27.081993 294.725 27.425743Q294.27188 27.769493 294.27188 28.253868L292.99063 28.253868Q292.99063 27.691368 293.38126 27.175743Q293.7875 26.660118 294.45938 26.363243Q295.13126 26.066368 295.92813 26.066368Q297.20938 26.066368 297.92813 26.706993Q298.6625 27.347618 298.69376 28.456993L298.69376 31.863243Q298.69376 32.87887 298.94376 33.488243L298.94376 33.59762L297.63126 33.59762ZM295.52188 32.62887Q296.11563 32.62887 296.64688 32.331993Q297.19376 32.019493 297.42813 31.519493L297.42813 30.003868L296.42813 30.003868Q294.11563 30.003868 294.11563 31.363243Q294.11563 31.956993 294.50626 32.300743Q294.89688 32.62887 295.52188 32.62887ZM302.77188 24.410118L302.77188 26.206993L304.14688 26.206993L304.14688 27.175743L302.77188 27.175743L302.77188 31.769493Q302.77188 32.206993 302.95938 32.44137Q303.14688 32.66012 303.58438 32.66012Q303.80313 32.66012 304.19376 32.56637L304.19376 33.59762Q303.69376 33.738243 303.225 33.738243Q302.36563 33.738243 301.92813 33.22262Q301.50626 32.706993 301.50626 31.769493L301.50626 27.175743L300.1625 27.175743L300.1625 26.206993L301.50626 26.206993L301.50626 24.410118L302.77188 24.410118ZM309.13126 33.738243Q307.61563 33.738243 306.67813 32.75387Q305.74063 31.753868 305.74063 30.097618L305.74063 29.878868Q305.74063 28.769493 306.1625 27.910118Q306.58438 27.035118 307.33438 26.550743Q308.08438 26.066368 308.975 26.066368Q310.4125 26.066368 311.20938 27.019493Q312.00626 27.956993 312.00626 29.738243L312.00626 30.253868L307.00626 30.253868Q307.02188 31.347618 307.63126 32.03512Q308.25626 32.706993 309.19376 32.706993Q309.86563 32.706993 310.31876 32.44137Q310.7875 32.16012 311.14688 31.706993L311.9125 32.300743Q310.99063 33.738243 309.13126 33.738243ZM308.975 27.097618Q308.20938 27.097618 307.67813 27.660118Q307.1625 28.222618 307.0375 29.222618L310.74063 29.222618L310.74063 29.128868Q310.69376 28.160118 310.225 27.628868Q309.75626 27.097618 308.975 27.097618ZM317.42813 33.59762L316.1625 33.59762L316.1625 23.097618L317.42813 23.097618L317.42813 33.59762ZM323.63126 33.59762Q323.52188 33.37887 323.44376 32.81637Q322.56876 33.738243 321.33438 33.738243Q320.24063 33.738243 319.5375 33.12887Q318.85 32.50387 318.85 31.550743Q318.85 30.394493 319.725 29.753868Q320.6 29.113243 322.19376 29.113243L323.42813 29.113243L323.42813 28.535118Q323.42813 27.863243 323.02188 27.472618Q322.63126 27.081993 321.86563 27.081993Q321.17813 27.081993 320.725 27.425743Q320.27188 27.769493 320.27188 28.253868L318.99063 28.253868Q318.99063 27.691368 319.38126 27.175743Q319.7875 26.660118 320.45938 26.363243Q321.13126 26.066368 321.92813 26.066368Q323.20938 26.066368 323.92813 26.706993Q324.6625 27.347618 324.69376 28.456993L324.69376 31.863243Q324.69376 32.87887 324.94376 33.488243L324.94376 33.59762L323.63126 33.59762ZM321.52188 32.62887Q322.11563 32.62887 322.64688 32.331993Q323.19376 32.019493 323.42813 31.519493L323.42813 30.003868L322.42813 30.003868Q320.11563 30.003868 320.11563 31.363243Q320.11563 31.956993 320.50626 32.300743Q320.89688 32.62887 321.52188 32.62887ZM328.25626 26.206993L328.2875 27.128868Q329.14688 26.066368 330.50626 26.066368Q332.85 26.066368 332.88126 28.706993L332.88126 33.59762L331.61563 33.59762L331.61563 28.706993Q331.6 27.910118 331.24063 27.535118Q330.88126 27.144493 330.13126 27.144493Q329.50626 27.144493 329.0375 27.472618Q328.58438 27.800743 328.31876 28.331993L328.31876 33.59762L327.05313 33.59762L327.05313 26.206993L328.25626 26.206993ZM334.75626 29.831993Q334.75626 28.113243 335.55313 27.097618Q336.35 26.066368 337.67813 26.066368Q339.02188 26.066368 339.7875 27.019493L339.85 26.206993L341.00626 26.206993L341.00626 33.425743Q341.00626 34.863243 340.14688 35.675743Q339.30313 36.50387 337.86563 36.50387Q337.06876 36.50387 336.30313 36.16012Q335.5375 35.831993 335.13126 35.238243L335.7875 34.47262Q336.6 35.47262 337.77188 35.47262Q338.69376 35.47262 339.20938 34.956993Q339.74063 34.44137 339.74063 33.488243L339.74063 32.863243Q338.975 33.738243 337.6625 33.738243Q336.36563 33.738243 335.55313 32.69137Q334.75626 31.644493 334.75626 29.831993ZM336.02188 29.988243Q336.02188 31.238243 336.5375 31.956993Q337.05313 32.66012 337.975 32.66012Q339.17813 32.66012 339.74063 31.566368L339.74063 28.191368Q339.14688 27.144493 337.99063 27.144493Q337.06876 27.144493 336.5375 27.863243Q336.02188 28.566368 336.02188 29.988243ZM347.63126 32.863243Q346.88126 33.738243 345.45938 33.738243Q344.27188 33.738243 343.64688 33.050743Q343.0375 32.363243 343.0375 31.019493L343.0375 26.206993L344.2875 26.206993L344.2875 30.972618Q344.2875 32.66012 345.6625 32.66012Q347.11563 32.66012 347.58438 31.581993L347.58438 26.206993L348.85 26.206993L348.85 33.59762L347.64688 33.59762L347.63126 32.863243ZM355.63126 33.59762Q355.52188 33.37887 355.44376 32.81637Q354.56876 33.738243 353.33438 33.738243Q352.24063 33.738243 351.5375 33.12887Q350.85 32.50387 350.85 31.550743Q350.85 30.394493 351.725 29.753868Q352.6 29.113243 354.19376 29.113243L355.42813 29.113243L355.42813 28.535118Q355.42813 27.863243 355.02188 27.472618Q354.63126 27.081993 353.86563 27.081993Q353.17813 27.081993 352.725 27.425743Q352.27188 27.769493 352.27188 28.253868L350.99063 28.253868Q350.99063 27.691368 351.38126 27.175743Q351.7875 26.660118 352.45938 26.363243Q353.13126 26.066368 353.92813 26.066368Q355.20938 26.066368 355.92813 26.706993Q356.6625 27.347618 356.69376 28.456993L356.69376 31.863243Q356.69376 32.87887 356.94376 33.488243L356.94376 33.59762L355.63126 33.59762ZM353.52188 32.62887Q354.11563 32.62887 354.64688 32.331993Q355.19376 32.019493 355.42813 31.519493L355.42813 30.003868L354.42813 30.003868Q352.11563 30.003868 352.11563 31.363243Q352.11563 31.956993 352.50626 32.300743Q352.89688 32.62887 353.52188 32.62887ZM358.75626 29.831993Q358.75626 28.113243 359.55313 27.097618Q360.35 26.066368 361.67813 26.066368Q363.02188 26.066368 363.7875 27.019493L363.85 26.206993L365.00626 26.206993L365.00626 33.425743Q365.00626 34.863243 364.14688 35.675743Q363.30313 36.50387 361.86563 36.50387Q361.06876 36.50387 360.30313 36.16012Q359.5375 35.831993 359.13126 35.238243L359.7875 34.47262Q360.6 35.47262 361.77188 35.47262Q362.69376 35.47262 363.20938 34.956993Q363.74063 34.44137 363.74063 33.488243L363.74063 32.863243Q362.975 33.738243 361.6625 33.738243Q360.36563 33.738243 359.55313 32.69137Q358.75626 31.644493 358.75626 29.831993ZM360.02188 29.988243Q360.02188 31.238243 360.5375 31.956993Q361.05313 32.66012 361.975 32.66012Q363.17813 32.66012 363.74063 31.566368L363.74063 28.191368Q363.14688 27.144493 361.99063 27.144493Q361.06876 27.144493 360.5375 27.863243Q360.02188 28.566368 360.02188 29.988243ZM370.13126 33.738243Q368.61563 33.738243 367.67813 32.75387Q366.74063 31.753868 366.74063 30.097618L366.74063 29.878868Q366.74063 28.769493 367.1625 27.910118Q367.58438 27.035118 368.33438 26.550743Q369.08438 26.066368 369.975 26.066368Q371.4125 26.066368 372.20938 27.019493Q373.00626 27.956993 373.00626 29.738243L373.00626 30.253868L368.00626 30.253868Q368.02188 31.347618 368.63126 32.03512Q369.25626 32.706993 370.19376 32.706993Q370.86563 32.706993 371.31876 32.44137Q371.7875 32.16012 372.14688 31.706993L372.9125 32.300743Q371.99063 33.738243 370.13126 33.738243ZM369.975 27.097618Q369.20938 27.097618 368.67813 27.660118Q368.1625 28.222618 368.0375 29.222618L371.74063 29.222618L371.74063 29.128868Q371.69376 28.160118 371.225 27.628868Q370.75626 27.097618 369.975 27.097618ZM377.67813 33.59762L377.67813 27.175743L376.50626 27.175743L376.50626 26.206993L377.67813 26.206993L377.67813 25.441368Q377.67813 24.253868 378.30313 23.613243Q378.94376 22.956993 380.11563 22.956993Q380.55313 22.956993 380.975 23.066368L380.9125 24.097618Q380.58438 24.035118 380.225 24.035118Q379.61563 24.035118 379.27188 24.394493Q378.94376 24.753868 378.94376 25.425743L378.94376 26.206993L380.52188 26.206993L380.52188 27.175743L378.94376 27.175743L378.94376 33.59762L377.67813 33.59762ZM381.725 29.831993Q381.725 28.738243 382.14688 27.878868Q382.58438 27.003868 383.33438 26.535118Q384.1 26.066368 385.08438 26.066368Q386.58438 26.066368 387.52188 27.113243Q388.45938 28.160118 388.45938 29.894493L388.45938 29.988243Q388.45938 31.066368 388.0375 31.925743Q387.63126 32.769493 386.85 33.25387Q386.08438 33.738243 385.1 33.738243Q383.58438 33.738243 382.64688 32.69137Q381.725 31.644493 381.725 29.925743L381.725 29.831993ZM382.99063 29.988243Q382.99063 31.206993 383.55313 31.956993Q384.13126 32.706993 385.1 32.706993Q386.05313 32.706993 386.61563 31.956993Q387.19376 31.191368 387.19376 29.831993Q387.19376 28.613243 386.61563 27.863243Q386.0375 27.097618 385.08438 27.097618Q384.14688 27.097618 383.56876 27.847618Q382.99063 28.597618 382.99063 29.988243ZM393.63126 27.331993Q393.35 27.285118 393.00626 27.285118Q391.77188 27.285118 391.31876 28.347618L391.31876 33.59762L390.05313 33.59762L390.05313 26.206993L391.2875 26.206993L391.30313 27.050743Q391.92813 26.066368 393.06876 26.066368Q393.44376 26.066368 393.63126 26.160118L393.63126 27.331993ZM404.6 31.847618L406.02188 26.206993L407.2875 26.206993L405.14688 33.59762L404.11563 33.59762L402.31876 27.988243L400.56876 33.59762L399.5375 33.59762L397.39688 26.206993L398.64688 26.206993L400.11563 31.738243L401.83438 26.206993L402.85 26.206993L404.6 31.847618ZM410.31876 27.097618Q411.1625 26.066368 412.50626 26.066368Q414.85 26.066368 414.88126 28.706993L414.88126 33.59762L413.61563 33.59762L413.61563 28.706993Q413.6 27.910118 413.24063 27.535118Q412.88126 27.144493 412.13126 27.144493Q411.50626 27.144493 411.0375 27.472618Q410.58438 27.800743 410.31876 28.331993L410.31876 33.59762L409.05313 33.59762L409.05313 23.097618L410.31876 23.097618L410.31876 27.097618ZM421.63126 33.59762Q421.52188 33.37887 421.44376 32.81637Q420.56876 33.738243 419.33438 33.738243Q418.24063 33.738243 417.5375 33.12887Q416.85 32.50387 416.85 31.550743Q416.85 30.394493 417.725 29.753868Q418.6 29.113243 420.19376 29.113243L421.42813 29.113243L421.42813 28.535118Q421.42813 27.863243 421.02188 27.472618Q420.63126 27.081993 419.86563 27.081993Q419.17813 27.081993 418.725 27.425743Q418.27188 27.769493 418.27188 28.253868L416.99063 28.253868Q416.99063 27.691368 417.38126 27.175743Q417.7875 26.660118 418.45938 26.363243Q419.13126 26.066368 419.92813 26.066368Q421.20938 26.066368 421.92813 26.706993Q422.6625 27.347618 422.69376 28.456993L422.69376 31.863243Q422.69376 32.87887 422.94376 33.488243L422.94376 33.59762L421.63126 33.59762ZM419.52188 32.62887Q420.11563 32.62887 420.64688 32.331993Q421.19376 32.019493 421.42813 31.519493L421.42813 30.003868L420.42813 30.003868Q418.11563 30.003868 418.11563 31.363243Q418.11563 31.956993 418.50626 32.300743Q418.89688 32.62887 419.52188 32.62887ZM426.77188 24.410118L426.77188 26.206993L428.14688 26.206993L428.14688 27.175743L426.77188 27.175743L426.77188 31.769493Q426.77188 32.206993 426.95938 32.44137Q427.14688 32.66012 427.58438 32.66012Q427.80313 32.66012 428.19376 32.56637L428.19376 33.59762Q427.69376 33.738243 427.225 33.738243Q426.36563 33.738243 425.92813 33.22262Q425.50626 32.706993 425.50626 31.769493L425.50626 27.175743L424.1625 27.175743L424.1625 26.206993L425.50626 26.206993L425.50626 24.410118L426.77188 24.410118ZM435.475 31.738243L437.19376 26.206993L438.55313 26.206993L435.58438 34.738243Q434.89688 36.581993 433.38126 36.581993L433.14688 36.56637L432.67813 36.47262L432.67813 35.456993L433.02188 35.47262Q433.6625 35.47262 434.02188 35.206993Q434.38126 34.956993 434.61563 34.269493L434.89688 33.519493L432.25626 26.206993L433.63126 26.206993L435.475 31.738243ZM439.725 29.831993Q439.725 28.738243 440.14688 27.878868Q440.58438 27.003868 441.33438 26.535118Q442.1 26.066368 443.08438 26.066368Q444.58438 26.066368 445.52188 27.113243Q446.45938 28.160118 446.45938 29.894493L446.45938 29.988243Q446.45938 31.066368 446.0375 31.925743Q445.63126 32.769493 444.85 33.25387Q444.08438 33.738243 443.1 33.738243Q441.58438 33.738243 440.64688 32.69137Q439.725 31.644493 439.725 29.925743L439.725 29.831993ZM440.99063 29.988243Q440.99063 31.206993 441.55313 31.956993Q442.13126 32.706993 443.1 32.706993Q444.05313 32.706993 444.61563 31.956993Q445.19376 31.191368 445.19376 29.831993Q445.19376 28.613243 444.61563 27.863243Q444.0375 27.097618 443.08438 27.097618Q442.14688 27.097618 441.56876 27.847618Q440.99063 28.597618 440.99063 29.988243ZM452.63126 32.863243Q451.88126 33.738243 450.45938 33.738243Q449.27188 33.738243 448.64688 33.050743Q448.0375 32.363243 448.0375 31.019493L448.0375 26.206993L449.2875 26.206993L449.2875 30.972618Q449.2875 32.66012 450.6625 32.66012Q452.11563 32.66012 452.58438 31.581993L452.58438 26.206993L453.85 26.206993L453.85 33.59762L452.64688 33.59762L452.63126 32.863243ZM456.83438 23.863243L456.69376 26.378868L455.80313 26.378868L455.81876 23.097618L456.83438 23.097618L456.83438 23.863243ZM461.63126 27.331993Q461.35 27.285118 461.00626 27.285118Q459.77188 27.285118 459.31876 28.347618L459.31876 33.59762L458.05313 33.59762L458.05313 26.206993L459.2875 26.206993L459.30313 27.050743Q459.92813 26.066368 461.06876 26.066368Q461.44376 26.066368 461.63126 26.160118L461.63126 27.331993ZM466.13126 33.738243Q464.61563 33.738243 463.67813 32.75387Q462.74063 31.753868 462.74063 30.097618L462.74063 29.878868Q462.74063 28.769493 463.1625 27.910118Q463.58438 27.035118 464.33438 26.550743Q465.08438 26.066368 465.975 26.066368Q467.4125 26.066368 468.20938 27.019493Q469.00626 27.956993 469.00626 29.738243L469.00626 30.253868L464.00626 30.253868Q464.02188 31.347618 464.63126 32.03512Q465.25626 32.706993 466.19376 32.706993Q466.86563 32.706993 467.31876 32.44137Q467.7875 32.16012 468.14688 31.706993L468.9125 32.300743Q467.99063 33.738243 466.13126 33.738243ZM465.975 27.097618Q465.20938 27.097618 464.67813 27.660118Q464.1625 28.222618 464.0375 29.222618L467.74063 29.222618L467.74063 29.128868Q467.69376 28.160118 467.225 27.628868Q466.75626 27.097618 465.975 27.097618ZM479.6 31.847618L481.02188 26.206993L482.2875 26.206993L480.14688 33.59762L479.11563 33.59762L477.31876 27.988243L475.56876 33.59762L474.5375 33.59762L472.39688 26.206993L473.64688 26.206993L475.11563 31.738243L476.83438 26.206993L477.85 26.206993L479.6 31.847618ZM483.725 29.831993Q483.725 28.738243 484.14688 27.878868Q484.58438 27.003868 485.33438 26.535118Q486.1 26.066368 487.08438 26.066368Q488.58438 26.066368 489.52188 27.113243Q490.45938 28.160118 490.45938 29.894493L490.45938 29.988243Q490.45938 31.066368 490.0375 31.925743Q489.63126 32.769493 488.85 33.25387Q488.08438 33.738243 487.1 33.738243Q485.58438 33.738243 484.64688 32.69137Q483.725 31.644493 483.725 29.925743L483.725 29.831993ZM484.99063 29.988243Q484.99063 31.206993 485.55313 31.956993Q486.13126 32.706993 487.1 32.706993Q488.05313 32.706993 488.61563 31.956993Q489.19376 31.191368 489.19376 29.831993Q489.19376 28.613243 488.61563 27.863243Q488.0375 27.097618 487.08438 27.097618Q486.14688 27.097618 485.56876 27.847618Q484.99063 28.597618 484.99063 29.988243ZM495.63126 27.331993Q495.35 27.285118 495.00626 27.285118Q493.77188 27.285118 493.31876 28.347618L493.31876 33.59762L492.05313 33.59762L492.05313 26.206993L493.2875 26.206993L493.30313 27.050743Q493.92813 26.066368 495.06876 26.066368Q495.44376 26.066368 495.63126 26.160118L495.63126 27.331993ZM499.11563 30.175743L498.33438 31.003868L498.33438 33.59762L497.06876 33.59762L497.06876 23.097618L498.33438 23.097618L498.33438 29.441368L499.00626 28.628868L501.30313 26.206993L502.85 26.206993L499.975 29.285118L503.17813 33.59762L501.69376 33.59762L499.11563 30.175743ZM505.42813 33.59762L504.1625 33.59762L504.1625 26.206993L505.42813 26.206993L505.42813 33.59762ZM504.06876 24.238243Q504.06876 23.925743 504.25626 23.722618Q504.44376 23.503868 504.80313 23.503868Q505.17813 23.503868 505.36563 23.722618Q505.56876 23.925743 505.56876 24.238243Q505.56876 24.550743 505.36563 24.753868Q505.17813 24.956993 504.80313 24.956993Q504.44376 24.956993 504.25626 24.753868Q504.06876 24.550743 504.06876 24.238243ZM508.25626 26.206993L508.2875 27.128868Q509.14688 26.066368 510.50626 26.066368Q512.85 26.066368 512.8812 28.706993L512.8812 33.59762L511.61563 33.59762L511.61563 28.706993Q511.6 27.910118 511.24063 27.535118Q510.88126 27.144493 510.13126 27.144493Q509.50626 27.144493 509.0375 27.472618Q508.58438 27.800743 508.31876 28.331993L508.31876 33.59762L507.05313 33.59762L507.05313 26.206993L508.25626 26.206993ZM514.7562 29.831993Q514.7562 28.113243 515.5531 27.097618Q516.35 26.066368 517.6781 26.066368Q519.02185 26.066368 519.7875 27.019493L519.85 26.206993L521.0062 26.206993L521.0062 33.425743Q521.0062 34.863243 520.14685 35.675743Q519.3031 36.50387 517.8656 36.50387Q517.0687 36.50387 516.3031 36.16012Q515.5375 35.831993 515.1312 35.238243L515.7875 34.47262Q516.6 35.47262 517.77185 35.47262Q518.6937 35.47262 519.20935 34.956993Q519.7406 34.44137 519.7406 33.488243L519.7406 32.863243Q518.975 33.738243 517.6625 33.738243Q516.3656 33.738243 515.5531 32.69137Q514.7562 31.644493 514.7562 29.831993ZM516.02185 29.988243Q516.02185 31.238243 516.5375 31.956993Q517.0531 32.66012 517.975 32.66012Q519.1781 32.66012 519.7406 31.566368L519.7406 28.191368Q519.14685 27.144493 517.9906 27.144493Q517.0687 27.144493 516.5375 27.863243Q516.02185 28.566368 516.02185 29.988243ZM525.725 29.831993Q525.725 28.738243 526.14685 27.878868Q526.58435 27.003868 527.33435 26.535118Q528.1 26.066368 529.08435 26.066368Q530.58435 26.066368 531.52185 27.113243Q532.45935 28.160118 532.45935 29.894493L532.45935 29.988243Q532.45935 31.066368 532.0375 31.925743Q531.6312 32.769493 530.85 33.25387Q530.08435 33.738243 529.1 33.738243Q527.58435 33.738243 526.64685 32.69137Q525.725 31.644493 525.725 29.925743L525.725 29.831993ZM526.9906 29.988243Q526.9906 31.206993 527.5531 31.956993Q528.1312 32.706993 529.1 32.706993Q530.0531 32.706993 530.6156 31.956993Q531.1937 31.191368 531.1937 29.831993Q531.1937 28.613243 530.6156 27.863243Q530.0375 27.097618 529.08435 27.097618Q528.14685 27.097618 527.5687 27.847618Q526.9906 28.597618 526.9906 29.988243ZM535.2562 26.206993L535.2875 27.128868Q536.14685 26.066368 537.5062 26.066368Q539.85 26.066368 539.8812 28.706993L539.8812 33.59762L538.6156 33.59762L538.6156 28.706993Q538.6 27.910118 538.2406 27.535118Q537.8812 27.144493 537.1312 27.144493Q536.5062 27.144493 536.0375 27.472618Q535.58435 27.800743 535.3187 28.331993L535.3187 33.59762L534.0531 33.59762L534.0531 26.206993L535.2562 26.206993ZM543.5375 30.800743Q543.5531 29.988243 543.725 29.519493Q543.89685 29.035118 544.4281 28.456993L545.3187 27.535118Q545.89685 26.894493 545.89685 26.144493Q545.89685 25.425743 545.52185 25.019493Q545.14685 24.613243 544.4281 24.613243Q543.725 24.613243 543.3031 24.988243Q542.8812 25.347618 542.8812 25.972618L541.6156 25.972618Q541.6312 24.863243 542.39685 24.191368Q543.1781 23.503868 544.4281 23.503868Q545.70935 23.503868 546.4281 24.206993Q547.1625 24.894493 547.1625 26.097618Q547.1625 27.300743 546.0531 28.456993L545.3031 29.206993Q544.8031 29.753868 544.8031 30.800743L543.5375 30.800743ZM543.4906 32.956993Q543.4906 32.66012 543.6781 32.456993Q543.8656 32.238243 544.225 32.238243Q544.6 32.238243 544.7875 32.456993Q544.9906 32.66012 544.9906 32.97262Q544.9906 33.269493 544.7875 33.47262Q544.6 33.675743 544.225 33.675743Q543.8656 33.675743 543.6781 33.47262Q543.4906 33.269493 543.4906 32.956993Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig3.svg b/_content/survey2019/fig3.svg
deleted file mode 100644
index b0346ba..0000000
--- a/_content/survey2019/fig3.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 504.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="504" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 504.0L0 504.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M142.5 35.5L142.5 414.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M249.5 35.5L249.5 414.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M355.5 35.5L355.5 414.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M462.5 35.5L462.5 414.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 35.5L569.5 414.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M142.303 35.41944L569.4754 35.41944L569.4754 414.67722L142.303 414.67722L142.303 35.41944Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 65.0L142.0 56.0L206.0 56.0C207.10457 56.0 208.0 56.89543 208.0 58.0L208.0 63.0C208.0 64.10457 207.10457 65.0 206.0 65.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 65.0L142.0 56.0L206.0 56.0C207.10457 56.0 208.0 56.89543 208.0 58.0L208.0 63.0C208.0 64.10457 207.10457 65.0 206.0 65.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 124.0L142.0 115.0L295.0 115.0C296.10458 115.0 297.0 115.89543 297.0 117.0L297.0 122.0C297.0 123.10457 296.10458 124.0 295.0 124.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 124.0L142.0 115.0L295.0 115.0C296.10458 115.0 297.0 115.89543 297.0 117.0L297.0 122.0C297.0 123.10457 296.10458 124.0 295.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 184.0L142.0 175.0L267.0 175.0C268.10458 175.0 269.0 175.89543 269.0 177.0L269.0 182.0C269.0 183.10457 268.10458 184.0 267.0 184.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 184.0L142.0 175.0L267.0 175.0C268.10458 175.0 269.0 175.89543 269.0 177.0L269.0 182.0C269.0 183.10457 268.10458 184.0 267.0 184.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 244.0L142.0 235.0L278.0 235.0C279.10458 235.0 280.0 235.89543 280.0 237.0L280.0 242.0C280.0 243.10457 279.10458 244.0 278.0 244.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 244.0L142.0 235.0L278.0 235.0C279.10458 235.0 280.0 235.89543 280.0 237.0L280.0 242.0C280.0 243.10457 279.10458 244.0 278.0 244.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 304.0L142.0 295.0L189.0 295.0C190.10457 295.0 191.0 295.89542 191.0 297.0L191.0 302.0C191.0 303.10458 190.10457 304.0 189.0 304.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M142.0 304.0L142.0 295.0L189.0 295.0C190.10457 295.0 191.0 295.89542 191.0 297.0L191.0 302.0C191.0 303.10458 190.10457 304.0 189.0 304.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 75.0L142.0 66.0L200.0 66.0C201.10457 66.0 202.0 66.89543 202.0 68.0L202.0 73.0C202.0 74.10457 201.10457 75.0 200.0 75.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 75.0L142.0 66.0L200.0 66.0C201.10457 66.0 202.0 66.89543 202.0 68.0L202.0 73.0C202.0 74.10457 201.10457 75.0 200.0 75.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 134.0L142.0 125.0L279.0 125.0C280.10458 125.0 281.0 125.89543 281.0 127.0L281.0 132.0C281.0 133.10457 280.10458 134.0 279.0 134.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 134.0L142.0 125.0L279.0 125.0C280.10458 125.0 281.0 125.89543 281.0 127.0L281.0 132.0C281.0 133.10457 280.10458 134.0 279.0 134.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 194.0L142.0 185.0L257.0 185.0C258.10458 185.0 259.0 185.89543 259.0 187.0L259.0 192.0C259.0 193.10457 258.10458 194.0 257.0 194.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 194.0L142.0 185.0L257.0 185.0C258.10458 185.0 259.0 185.89543 259.0 187.0L259.0 192.0C259.0 193.10457 258.10458 194.0 257.0 194.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 254.0L142.0 245.0L287.0 245.0C288.10458 245.0 289.0 245.89543 289.0 247.0L289.0 252.0C289.0 253.10457 288.10458 254.0 287.0 254.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 254.0L142.0 245.0L287.0 245.0C288.10458 245.0 289.0 245.89543 289.0 247.0L289.0 252.0C289.0 253.10457 288.10458 254.0 287.0 254.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 314.0L142.0 305.0L211.0 305.0C212.10457 305.0 213.0 305.89542 213.0 307.0L213.0 312.0C213.0 313.10458 212.10457 314.0 211.0 314.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M142.0 314.0L142.0 305.0L211.0 305.0C212.10457 305.0 213.0 305.89542 213.0 307.0L213.0 312.0C213.0 313.10458 212.10457 314.0 211.0 314.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 85.0L142.0 76.0L188.0 76.0C189.10457 76.0 190.0 76.89543 190.0 78.0L190.0 83.0C190.0 84.10457 189.10457 85.0 188.0 85.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 85.0L142.0 76.0L188.0 76.0C189.10457 76.0 190.0 76.89543 190.0 78.0L190.0 83.0C190.0 84.10457 189.10457 85.0 188.0 85.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 144.0L142.0 135.0L271.0 135.0C272.10458 135.0 273.0 135.89543 273.0 137.0L273.0 142.0C273.0 143.10457 272.10458 144.0 271.0 144.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 144.0L142.0 135.0L271.0 135.0C272.10458 135.0 273.0 135.89543 273.0 137.0L273.0 142.0C273.0 143.10457 272.10458 144.0 271.0 144.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 204.0L142.0 195.0L260.0 195.0C261.10458 195.0 262.0 195.89543 262.0 197.0L262.0 202.0C262.0 203.10457 261.10458 204.0 260.0 204.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 204.0L142.0 195.0L260.0 195.0C261.10458 195.0 262.0 195.89543 262.0 197.0L262.0 202.0C262.0 203.10457 261.10458 204.0 260.0 204.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 264.0L142.0 255.0L291.0 255.0C292.10458 255.0 293.0 255.89543 293.0 257.0L293.0 262.0C293.0 263.10458 292.10458 264.0 291.0 264.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 264.0L142.0 255.0L291.0 255.0C292.10458 255.0 293.0 255.89543 293.0 257.0L293.0 262.0C293.0 263.10458 292.10458 264.0 291.0 264.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 324.0L142.0 315.0L226.0 315.0C227.10457 315.0 228.0 315.89542 228.0 317.0L228.0 322.0C228.0 323.10458 227.10457 324.0 226.0 324.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M142.0 324.0L142.0 315.0L226.0 315.0C227.10457 315.0 228.0 315.89542 228.0 317.0L228.0 322.0C228.0 323.10458 227.10457 324.0 226.0 324.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 95.0L142.0 86.0L192.0 86.0C193.10457 86.0 194.0 86.89543 194.0 88.0L194.0 93.0C194.0 94.10457 193.10457 95.0 192.0 95.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 95.0L142.0 86.0L192.0 86.0C193.10457 86.0 194.0 86.89543 194.0 88.0L194.0 93.0C194.0 94.10457 193.10457 95.0 192.0 95.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 154.0L142.0 145.0L268.0 145.0C269.10458 145.0 270.0 145.89543 270.0 147.0L270.0 152.0C270.0 153.10457 269.10458 154.0 268.0 154.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 154.0L142.0 145.0L268.0 145.0C269.10458 145.0 270.0 145.89543 270.0 147.0L270.0 152.0C270.0 153.10457 269.10458 154.0 268.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 214.0L142.0 205.0L260.0 205.0C261.10458 205.0 262.0 205.89543 262.0 207.0L262.0 212.0C262.0 213.10457 261.10458 214.0 260.0 214.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 214.0L142.0 205.0L260.0 205.0C261.10458 205.0 262.0 205.89543 262.0 207.0L262.0 212.0C262.0 213.10457 261.10458 214.0 260.0 214.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 274.0L142.0 265.0L300.0 265.0C301.10458 265.0 302.0 265.89542 302.0 267.0L302.0 272.0C302.0 273.10458 301.10458 274.0 300.0 274.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 274.0L142.0 265.0L300.0 265.0C301.10458 265.0 302.0 265.89542 302.0 267.0L302.0 272.0C302.0 273.10458 301.10458 274.0 300.0 274.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 334.0L142.0 325.0L202.0 325.0C203.10457 325.0 204.0 325.89542 204.0 327.0L204.0 332.0C204.0 333.10458 203.10457 334.0 202.0 334.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 334.0L142.0 325.0L202.0 325.0C203.10457 325.0 204.0 325.89542 204.0 327.0L204.0 332.0C204.0 333.10458 203.10457 334.0 202.0 334.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 393.0L142.0 384.0L155.0 384.0C156.10457 384.0 157.0 384.89542 157.0 386.0L157.0 391.0C157.0 392.10458 156.10457 393.0 155.0 393.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M142.0 393.0L142.0 384.0L155.0 384.0C156.10457 384.0 157.0 384.89542 157.0 386.0L157.0 391.0C157.0 392.10458 156.10457 393.0 155.0 393.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.88528 64.5L220.97903 64.5L220.97903 58.484375L219.15091 59.140625L219.15091 58.328125L221.74466 57.359375L221.88528 57.359375L221.88528 64.5ZM229.57278 64.5L224.91653 64.5L224.91653 63.84375L227.36966 61.109375Q227.91653 60.5 228.11966 60.109375Q228.33841 59.71875 228.33841 59.296875Q228.33841 58.75 227.99466 58.390625Q227.66653 58.03125 227.10403 58.03125Q226.43216 58.03125 226.05716 58.421875Q225.68216 58.796875 225.68216 59.484375L224.77591 59.484375Q224.77591 58.5 225.40091 57.90625Q226.04153 57.296875 227.10403 57.296875Q228.08841 57.296875 228.66653 57.8125Q229.24466 58.328125 229.24466 59.203125Q229.24466 60.25 227.90091 61.703125L226.01028 63.765625L229.57278 63.765625L229.57278 64.5ZM230.83841 58.75Q230.83841 58.125 231.24466 57.703125Q231.65091 57.28125 232.29153 57.28125Q232.94778 57.28125 233.33841 57.703125Q233.74466 58.125 233.74466 58.78125L233.74466 59.140625Q233.74466 59.78125 233.33841 60.1875Q232.93216 60.59375 232.30716 60.59375Q231.66653 60.59375 231.24466 60.1875Q230.83841 59.78125 230.83841 59.09375L230.83841 58.75ZM231.51028 59.140625Q231.51028 59.515625 231.71341 59.765625Q231.93216 60.0 232.30716 60.0Q232.65091 60.0 232.85403 59.765625Q233.07278 59.53125 233.07278 59.109375L233.07278 58.75Q233.07278 58.375 232.85403 58.125Q232.65091 57.875 232.29153 57.875Q231.93216 57.875 231.71341 58.125Q231.51028 58.375 231.51028 58.78125L231.51028 59.140625ZM234.29153 62.75Q234.29153 62.109375 234.69778 61.703125Q235.11966 61.296875 235.74466 61.296875Q236.38528 61.296875 236.79153 61.703125Q237.21341 62.109375 237.21341 62.796875L237.21341 63.140625Q237.21341 63.78125 236.80716 64.203125Q236.40091 64.609375 235.76028 64.609375Q235.13528 64.609375 234.71341 64.203125Q234.29153 63.78125 234.29153 63.109375L234.29153 62.75ZM234.97903 63.140625Q234.97903 63.515625 235.18216 63.765625Q235.40091 64.015625 235.76028 64.015625Q236.11966 64.015625 236.32278 63.78125Q236.54153 63.53125 236.54153 63.125L236.54153 62.75Q236.54153 62.375 236.32278 62.125Q236.10403 61.875 235.76028 61.875Q235.40091 61.875 235.18216 62.125Q234.97903 62.359375 234.97903 62.78125L234.97903 63.140625ZM232.51028 63.96875L231.99466 63.640625L235.46341 58.078125L235.97903 58.40625L232.51028 63.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M221.88528 64.5L220.97903 64.5L220.97903 58.484375L219.15091 59.140625L219.15091 58.328125L221.74466 57.359375L221.88528 57.359375L221.88528 64.5ZM229.57278 64.5L224.91653 64.5L224.91653 63.84375L227.36966 61.109375Q227.91653 60.5 228.11966 60.109375Q228.33841 59.71875 228.33841 59.296875Q228.33841 58.75 227.99466 58.390625Q227.66653 58.03125 227.10403 58.03125Q226.43216 58.03125 226.05716 58.421875Q225.68216 58.796875 225.68216 59.484375L224.77591 59.484375Q224.77591 58.5 225.40091 57.90625Q226.04153 57.296875 227.10403 57.296875Q228.08841 57.296875 228.66653 57.8125Q229.24466 58.328125 229.24466 59.203125Q229.24466 60.25 227.90091 61.703125L226.01028 63.765625L229.57278 63.765625L229.57278 64.5ZM230.83841 58.75Q230.83841 58.125 231.24466 57.703125Q231.65091 57.28125 232.29153 57.28125Q232.94778 57.28125 233.33841 57.703125Q233.74466 58.125 233.74466 58.78125L233.74466 59.140625Q233.74466 59.78125 233.33841 60.1875Q232.93216 60.59375 232.30716 60.59375Q231.66653 60.59375 231.24466 60.1875Q230.83841 59.78125 230.83841 59.09375L230.83841 58.75ZM231.51028 59.140625Q231.51028 59.515625 231.71341 59.765625Q231.93216 60.0 232.30716 60.0Q232.65091 60.0 232.85403 59.765625Q233.07278 59.53125 233.07278 59.109375L233.07278 58.75Q233.07278 58.375 232.85403 58.125Q232.65091 57.875 232.29153 57.875Q231.93216 57.875 231.71341 58.125Q231.51028 58.375 231.51028 58.78125L231.51028 59.140625ZM234.29153 62.75Q234.29153 62.109375 234.69778 61.703125Q235.11966 61.296875 235.74466 61.296875Q236.38528 61.296875 236.79153 61.703125Q237.21341 62.109375 237.21341 62.796875L237.21341 63.140625Q237.21341 63.78125 236.80716 64.203125Q236.40091 64.609375 235.76028 64.609375Q235.13528 64.609375 234.71341 64.203125Q234.29153 63.78125 234.29153 63.109375L234.29153 62.75ZM234.97903 63.140625Q234.97903 63.515625 235.18216 63.765625Q235.40091 64.015625 235.76028 64.015625Q236.11966 64.015625 236.32278 63.78125Q236.54153 63.53125 236.54153 63.125L236.54153 62.75Q236.54153 62.375 236.32278 62.125Q236.10403 61.875 235.76028 61.875Q235.40091 61.875 235.18216 62.125Q234.97903 62.359375 234.97903 62.78125L234.97903 63.140625ZM232.51028 63.96875L231.99466 63.640625L235.46341 58.078125L235.97903 58.40625L232.51028 63.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M311.75198 123.5L307.09573 123.5L307.09573 122.84375L309.54886 120.109375Q310.09573 119.5 310.29886 119.109375Q310.5176 118.71875 310.5176 118.296875Q310.5176 117.75 310.17386 117.390625Q309.84573 117.03125 309.28323 117.03125Q308.61136 117.03125 308.23636 117.421875Q307.86136 117.796875 307.86136 118.484375L306.9551 118.484375Q306.9551 117.5 307.5801 116.90625Q308.22073 116.296875 309.28323 116.296875Q310.2676 116.296875 310.84573 116.8125Q311.42386 117.328125 311.42386 118.203125Q311.42386 119.25 310.0801 120.703125L308.18948 122.765625L311.75198 122.765625L311.75198 123.5ZM316.54886 120.375Q316.2676 120.71875 315.87698 120.921875Q315.48636 121.125 315.0176 121.125Q314.40823 121.125 313.93948 120.828125Q313.48636 120.515625 313.23636 119.96875Q312.98636 119.421875 312.98636 118.75Q312.98636 118.046875 313.25198 117.46875Q313.53323 116.890625 314.03323 116.59375Q314.53323 116.296875 315.18948 116.296875Q316.25198 116.296875 316.86136 117.09375Q317.47073 117.875 317.47073 119.234375L317.47073 119.5Q317.47073 121.578125 316.6426 122.53125Q315.8301 123.484375 314.17386 123.5L313.98636 123.5L313.98636 122.75L314.18948 122.75Q315.29886 122.71875 315.8926 122.15625Q316.50198 121.59375 316.54886 120.375ZM315.15823 120.375Q315.61136 120.375 315.98636 120.09375Q316.37698 119.8125 316.56448 119.40625L316.56448 119.046875Q316.56448 118.15625 316.17386 117.609375Q315.78323 117.046875 315.2051 117.046875Q314.59573 117.046875 314.23636 117.5Q313.87698 117.953125 313.87698 118.703125Q313.87698 119.4375 314.22073 119.90625Q314.5801 120.375 315.15823 120.375ZM319.0176 117.75Q319.0176 117.125 319.42386 116.703125Q319.8301 116.28125 320.47073 116.28125Q321.12698 116.28125 321.5176 116.703125Q321.92386 117.125 321.92386 117.78125L321.92386 118.140625Q321.92386 118.78125 321.5176 119.1875Q321.11136 119.59375 320.48636 119.59375Q319.84573 119.59375 319.42386 119.1875Q319.0176 118.78125 319.0176 118.09375L319.0176 117.75ZM319.68948 118.140625Q319.68948 118.515625 319.8926 118.765625Q320.11136 119.0 320.48636 119.0Q320.8301 119.0 321.03323 118.765625Q321.25198 118.53125 321.25198 118.109375L321.25198 117.75Q321.25198 117.375 321.03323 117.125Q320.8301 116.875 320.47073 116.875Q320.11136 116.875 319.8926 117.125Q319.68948 117.375 319.68948 117.78125L319.68948 118.140625ZM322.47073 121.75Q322.47073 121.109375 322.87698 120.703125Q323.29886 120.296875 323.92386 120.296875Q324.56448 120.296875 324.97073 120.703125Q325.3926 121.109375 325.3926 121.796875L325.3926 122.140625Q325.3926 122.78125 324.98636 123.203125Q324.5801 123.609375 323.93948 123.609375Q323.31448 123.609375 322.8926 123.203125Q322.47073 122.78125 322.47073 122.109375L322.47073 121.75ZM323.15823 122.140625Q323.15823 122.515625 323.36136 122.765625Q323.5801 123.015625 323.93948 123.015625Q324.29886 123.015625 324.50198 122.78125Q324.72073 122.53125 324.72073 122.125L324.72073 121.75Q324.72073 121.375 324.50198 121.125Q324.28323 120.875 323.93948 120.875Q323.5801 120.875 323.36136 121.125Q323.15823 121.359375 323.15823 121.78125L323.15823 122.140625ZM320.68948 122.96875L320.17386 122.640625L323.6426 117.078125L324.15823 117.40625L320.68948 122.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M311.75198 123.5L307.09573 123.5L307.09573 122.84375L309.54886 120.109375Q310.09573 119.5 310.29886 119.109375Q310.5176 118.71875 310.5176 118.296875Q310.5176 117.75 310.17386 117.390625Q309.84573 117.03125 309.28323 117.03125Q308.61136 117.03125 308.23636 117.421875Q307.86136 117.796875 307.86136 118.484375L306.9551 118.484375Q306.9551 117.5 307.5801 116.90625Q308.22073 116.296875 309.28323 116.296875Q310.2676 116.296875 310.84573 116.8125Q311.42386 117.328125 311.42386 118.203125Q311.42386 119.25 310.0801 120.703125L308.18948 122.765625L311.75198 122.765625L311.75198 123.5ZM316.54886 120.375Q316.2676 120.71875 315.87698 120.921875Q315.48636 121.125 315.0176 121.125Q314.40823 121.125 313.93948 120.828125Q313.48636 120.515625 313.23636 119.96875Q312.98636 119.421875 312.98636 118.75Q312.98636 118.046875 313.25198 117.46875Q313.53323 116.890625 314.03323 116.59375Q314.53323 116.296875 315.18948 116.296875Q316.25198 116.296875 316.86136 117.09375Q317.47073 117.875 317.47073 119.234375L317.47073 119.5Q317.47073 121.578125 316.6426 122.53125Q315.8301 123.484375 314.17386 123.5L313.98636 123.5L313.98636 122.75L314.18948 122.75Q315.29886 122.71875 315.8926 122.15625Q316.50198 121.59375 316.54886 120.375ZM315.15823 120.375Q315.61136 120.375 315.98636 120.09375Q316.37698 119.8125 316.56448 119.40625L316.56448 119.046875Q316.56448 118.15625 316.17386 117.609375Q315.78323 117.046875 315.2051 117.046875Q314.59573 117.046875 314.23636 117.5Q313.87698 117.953125 313.87698 118.703125Q313.87698 119.4375 314.22073 119.90625Q314.5801 120.375 315.15823 120.375ZM319.0176 117.75Q319.0176 117.125 319.42386 116.703125Q319.8301 116.28125 320.47073 116.28125Q321.12698 116.28125 321.5176 116.703125Q321.92386 117.125 321.92386 117.78125L321.92386 118.140625Q321.92386 118.78125 321.5176 119.1875Q321.11136 119.59375 320.48636 119.59375Q319.84573 119.59375 319.42386 119.1875Q319.0176 118.78125 319.0176 118.09375L319.0176 117.75ZM319.68948 118.140625Q319.68948 118.515625 319.8926 118.765625Q320.11136 119.0 320.48636 119.0Q320.8301 119.0 321.03323 118.765625Q321.25198 118.53125 321.25198 118.109375L321.25198 117.75Q321.25198 117.375 321.03323 117.125Q320.8301 116.875 320.47073 116.875Q320.11136 116.875 319.8926 117.125Q319.68948 117.375 319.68948 117.78125L319.68948 118.140625ZM322.47073 121.75Q322.47073 121.109375 322.87698 120.703125Q323.29886 120.296875 323.92386 120.296875Q324.56448 120.296875 324.97073 120.703125Q325.3926 121.109375 325.3926 121.796875L325.3926 122.140625Q325.3926 122.78125 324.98636 123.203125Q324.5801 123.609375 323.93948 123.609375Q323.31448 123.609375 322.8926 123.203125Q322.47073 122.78125 322.47073 122.109375L322.47073 121.75ZM323.15823 122.140625Q323.15823 122.515625 323.36136 122.765625Q323.5801 123.015625 323.93948 123.015625Q324.29886 123.015625 324.50198 122.78125Q324.72073 122.53125 324.72073 122.125L324.72073 121.75Q324.72073 121.375 324.50198 121.125Q324.28323 120.875 323.93948 120.875Q323.5801 120.875 323.36136 121.125Q323.15823 121.359375 323.15823 121.78125L323.15823 122.140625ZM320.68948 122.96875L320.17386 122.640625L323.6426 117.078125L324.15823 117.40625L320.68948 122.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M284.24374 183.5L279.5875 183.5L279.5875 182.84375L282.04062 180.10938Q282.5875 179.5 282.79062 179.10938Q283.00937 178.71875 283.00937 178.29688Q283.00937 177.75 282.66562 177.39062Q282.3375 177.03125 281.775 177.03125Q281.10312 177.03125 280.72812 177.42188Q280.35312 177.79688 280.35312 178.48438L279.44687 178.48438Q279.44687 177.5 280.07187 176.90625Q280.7125 176.29688 281.775 176.29688Q282.75937 176.29688 283.3375 176.8125Q283.91562 177.32812 283.91562 178.20312Q283.91562 179.25 282.57187 180.70312L280.68124 182.76562L284.24374 182.76562L284.24374 183.5ZM289.4 181.10938L290.38437 181.10938L290.38437 181.84375L289.4 181.84375L289.4 183.5L288.49374 183.5L288.49374 181.84375L285.25937 181.84375L285.25937 181.3125L288.43124 176.39062L289.4 176.39062L289.4 181.10938ZM286.275 181.10938L288.49374 181.10938L288.49374 177.625L288.38437 177.82812L286.275 181.10938ZM291.50937 177.75Q291.50937 177.125 291.91562 176.70312Q292.32187 176.28125 292.9625 176.28125Q293.61874 176.28125 294.00937 176.70312Q294.41562 177.125 294.41562 177.78125L294.41562 178.14062Q294.41562 178.78125 294.00937 179.1875Q293.60312 179.59375 292.97812 179.59375Q292.3375 179.59375 291.91562 179.1875Q291.50937 178.78125 291.50937 178.09375L291.50937 177.75ZM292.18124 178.14062Q292.18124 178.51562 292.38437 178.76562Q292.60312 179.0 292.97812 179.0Q293.32187 179.0 293.525 178.76562Q293.74374 178.53125 293.74374 178.10938L293.74374 177.75Q293.74374 177.375 293.525 177.125Q293.32187 176.875 292.9625 176.875Q292.60312 176.875 292.38437 177.125Q292.18124 177.375 292.18124 177.78125L292.18124 178.14062ZM294.9625 181.75Q294.9625 181.10938 295.36874 180.70312Q295.79062 180.29688 296.41562 180.29688Q297.05624 180.29688 297.4625 180.70312Q297.88437 181.10938 297.88437 181.79688L297.88437 182.14062Q297.88437 182.78125 297.47812 183.20312Q297.07187 183.60938 296.43124 183.60938Q295.80624 183.60938 295.38437 183.20312Q294.9625 182.78125 294.9625 182.10938L294.9625 181.75ZM295.65 182.14062Q295.65 182.51562 295.85312 182.76562Q296.07187 183.01562 296.43124 183.01562Q296.79062 183.01562 296.99374 182.78125Q297.2125 182.53125 297.2125 182.125L297.2125 181.75Q297.2125 181.375 296.99374 181.125Q296.775 180.875 296.43124 180.875Q296.07187 180.875 295.85312 181.125Q295.65 181.35938 295.65 181.78125L295.65 182.14062ZM293.18124 182.96875L292.66562 182.64062L296.13437 177.07812L296.65 177.40625L293.18124 182.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M284.24374 183.5L279.5875 183.5L279.5875 182.84375L282.04062 180.10938Q282.5875 179.5 282.79062 179.10938Q283.00937 178.71875 283.00937 178.29688Q283.00937 177.75 282.66562 177.39062Q282.3375 177.03125 281.775 177.03125Q281.10312 177.03125 280.72812 177.42188Q280.35312 177.79688 280.35312 178.48438L279.44687 178.48438Q279.44687 177.5 280.07187 176.90625Q280.7125 176.29688 281.775 176.29688Q282.75937 176.29688 283.3375 176.8125Q283.91562 177.32812 283.91562 178.20312Q283.91562 179.25 282.57187 180.70312L280.68124 182.76562L284.24374 182.76562L284.24374 183.5ZM289.4 181.10938L290.38437 181.10938L290.38437 181.84375L289.4 181.84375L289.4 183.5L288.49374 183.5L288.49374 181.84375L285.25937 181.84375L285.25937 181.3125L288.43124 176.39062L289.4 176.39062L289.4 181.10938ZM286.275 181.10938L288.49374 181.10938L288.49374 177.625L288.38437 177.82812L286.275 181.10938ZM291.50937 177.75Q291.50937 177.125 291.91562 176.70312Q292.32187 176.28125 292.9625 176.28125Q293.61874 176.28125 294.00937 176.70312Q294.41562 177.125 294.41562 177.78125L294.41562 178.14062Q294.41562 178.78125 294.00937 179.1875Q293.60312 179.59375 292.97812 179.59375Q292.3375 179.59375 291.91562 179.1875Q291.50937 178.78125 291.50937 178.09375L291.50937 177.75ZM292.18124 178.14062Q292.18124 178.51562 292.38437 178.76562Q292.60312 179.0 292.97812 179.0Q293.32187 179.0 293.525 178.76562Q293.74374 178.53125 293.74374 178.10938L293.74374 177.75Q293.74374 177.375 293.525 177.125Q293.32187 176.875 292.9625 176.875Q292.60312 176.875 292.38437 177.125Q292.18124 177.375 292.18124 177.78125L292.18124 178.14062ZM294.9625 181.75Q294.9625 181.10938 295.36874 180.70312Q295.79062 180.29688 296.41562 180.29688Q297.05624 180.29688 297.4625 180.70312Q297.88437 181.10938 297.88437 181.79688L297.88437 182.14062Q297.88437 182.78125 297.47812 183.20312Q297.07187 183.60938 296.43124 183.60938Q295.80624 183.60938 295.38437 183.20312Q294.9625 182.78125 294.9625 182.10938L294.9625 181.75ZM295.65 182.14062Q295.65 182.51562 295.85312 182.76562Q296.07187 183.01562 296.43124 183.01562Q296.79062 183.01562 296.99374 182.78125Q297.2125 182.53125 297.2125 182.125L297.2125 181.75Q297.2125 181.375 296.99374 181.125Q296.775 180.875 296.43124 180.875Q296.07187 180.875 295.85312 181.125Q295.65 181.35938 295.65 181.78125L295.65 182.14062ZM293.18124 182.96875L292.66562 182.64062L296.13437 177.07812L296.65 177.40625L293.18124 182.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M295.55267 243.5L290.89642 243.5L290.89642 242.84375L293.34955 240.10938Q293.89642 239.5 294.09955 239.10938Q294.3183 238.71875 294.3183 238.29688Q294.3183 237.75 293.97455 237.39062Q293.64642 237.03125 293.08392 237.03125Q292.41205 237.03125 292.03705 237.42188Q291.66205 237.79688 291.66205 238.48438L290.7558 238.48438Q290.7558 237.5 291.3808 236.90625Q292.02142 236.29688 293.08392 236.29688Q294.0683 236.29688 294.64642 236.8125Q295.22455 237.32812 295.22455 238.20312Q295.22455 239.25 293.8808 240.70312L291.99017 242.76562L295.55267 242.76562L295.55267 243.5ZM300.4433 236.39062L300.4433 237.15625L300.27142 237.15625Q299.22455 237.17188 298.59955 237.78125Q297.97455 238.375 297.86517 239.48438Q298.42767 238.84375 299.39642 238.84375Q300.33392 238.84375 300.8808 239.5Q301.4433 240.14062 301.4433 241.1875Q301.4433 242.28125 300.83392 242.9375Q300.24017 243.59375 299.24017 243.59375Q298.22455 243.59375 297.58392 242.8125Q296.9433 242.03125 296.9433 240.79688L296.9433 240.45312Q296.9433 238.48438 297.77142 237.45312Q298.61517 236.40625 300.27142 236.39062L300.4433 236.39062ZM299.2558 239.59375Q298.78705 239.59375 298.39642 239.875Q298.0058 240.14062 297.84955 240.5625L297.84955 240.89062Q297.84955 241.78125 298.24017 242.3125Q298.64642 242.84375 299.24017 242.84375Q299.84955 242.84375 300.1933 242.40625Q300.55267 241.95312 300.55267 241.21875Q300.55267 240.48438 300.1933 240.04688Q299.83392 239.59375 299.2558 239.59375ZM302.8183 237.75Q302.8183 237.125 303.22455 236.70312Q303.6308 236.28125 304.27142 236.28125Q304.92767 236.28125 305.3183 236.70312Q305.72455 237.125 305.72455 237.78125L305.72455 238.14062Q305.72455 238.78125 305.3183 239.1875Q304.91205 239.59375 304.28705 239.59375Q303.64642 239.59375 303.22455 239.1875Q302.8183 238.78125 302.8183 238.09375L302.8183 237.75ZM303.49017 238.14062Q303.49017 238.51562 303.6933 238.76562Q303.91205 239.0 304.28705 239.0Q304.6308 239.0 304.83392 238.76562Q305.05267 238.53125 305.05267 238.10938L305.05267 237.75Q305.05267 237.375 304.83392 237.125Q304.6308 236.875 304.27142 236.875Q303.91205 236.875 303.6933 237.125Q303.49017 237.375 303.49017 237.78125L303.49017 238.14062ZM306.27142 241.75Q306.27142 241.10938 306.67767 240.70312Q307.09955 240.29688 307.72455 240.29688Q308.36517 240.29688 308.77142 240.70312Q309.1933 241.10938 309.1933 241.79688L309.1933 242.14062Q309.1933 242.78125 308.78705 243.20312Q308.3808 243.60938 307.74017 243.60938Q307.11517 243.60938 306.6933 243.20312Q306.27142 242.78125 306.27142 242.10938L306.27142 241.75ZM306.95892 242.14062Q306.95892 242.51562 307.16205 242.76562Q307.3808 243.01562 307.74017 243.01562Q308.09955 243.01562 308.30267 242.78125Q308.52142 242.53125 308.52142 242.125L308.52142 241.75Q308.52142 241.375 308.30267 241.125Q308.08392 240.875 307.74017 240.875Q307.3808 240.875 307.16205 241.125Q306.95892 241.35938 306.95892 241.78125L306.95892 242.14062ZM304.49017 242.96875L303.97455 242.64062L307.4433 237.07812L307.95892 237.40625L304.49017 242.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M295.55267 243.5L290.89642 243.5L290.89642 242.84375L293.34955 240.10938Q293.89642 239.5 294.09955 239.10938Q294.3183 238.71875 294.3183 238.29688Q294.3183 237.75 293.97455 237.39062Q293.64642 237.03125 293.08392 237.03125Q292.41205 237.03125 292.03705 237.42188Q291.66205 237.79688 291.66205 238.48438L290.7558 238.48438Q290.7558 237.5 291.3808 236.90625Q292.02142 236.29688 293.08392 236.29688Q294.0683 236.29688 294.64642 236.8125Q295.22455 237.32812 295.22455 238.20312Q295.22455 239.25 293.8808 240.70312L291.99017 242.76562L295.55267 242.76562L295.55267 243.5ZM300.4433 236.39062L300.4433 237.15625L300.27142 237.15625Q299.22455 237.17188 298.59955 237.78125Q297.97455 238.375 297.86517 239.48438Q298.42767 238.84375 299.39642 238.84375Q300.33392 238.84375 300.8808 239.5Q301.4433 240.14062 301.4433 241.1875Q301.4433 242.28125 300.83392 242.9375Q300.24017 243.59375 299.24017 243.59375Q298.22455 243.59375 297.58392 242.8125Q296.9433 242.03125 296.9433 240.79688L296.9433 240.45312Q296.9433 238.48438 297.77142 237.45312Q298.61517 236.40625 300.27142 236.39062L300.4433 236.39062ZM299.2558 239.59375Q298.78705 239.59375 298.39642 239.875Q298.0058 240.14062 297.84955 240.5625L297.84955 240.89062Q297.84955 241.78125 298.24017 242.3125Q298.64642 242.84375 299.24017 242.84375Q299.84955 242.84375 300.1933 242.40625Q300.55267 241.95312 300.55267 241.21875Q300.55267 240.48438 300.1933 240.04688Q299.83392 239.59375 299.2558 239.59375ZM302.8183 237.75Q302.8183 237.125 303.22455 236.70312Q303.6308 236.28125 304.27142 236.28125Q304.92767 236.28125 305.3183 236.70312Q305.72455 237.125 305.72455 237.78125L305.72455 238.14062Q305.72455 238.78125 305.3183 239.1875Q304.91205 239.59375 304.28705 239.59375Q303.64642 239.59375 303.22455 239.1875Q302.8183 238.78125 302.8183 238.09375L302.8183 237.75ZM303.49017 238.14062Q303.49017 238.51562 303.6933 238.76562Q303.91205 239.0 304.28705 239.0Q304.6308 239.0 304.83392 238.76562Q305.05267 238.53125 305.05267 238.10938L305.05267 237.75Q305.05267 237.375 304.83392 237.125Q304.6308 236.875 304.27142 236.875Q303.91205 236.875 303.6933 237.125Q303.49017 237.375 303.49017 237.78125L303.49017 238.14062ZM306.27142 241.75Q306.27142 241.10938 306.67767 240.70312Q307.09955 240.29688 307.72455 240.29688Q308.36517 240.29688 308.77142 240.70312Q309.1933 241.10938 309.1933 241.79688L309.1933 242.14062Q309.1933 242.78125 308.78705 243.20312Q308.3808 243.60938 307.74017 243.60938Q307.11517 243.60938 306.6933 243.20312Q306.27142 242.78125 306.27142 242.10938L306.27142 241.75ZM306.95892 242.14062Q306.95892 242.51562 307.16205 242.76562Q307.3808 243.01562 307.74017 243.01562Q308.09955 243.01562 308.30267 242.78125Q308.52142 242.53125 308.52142 242.125L308.52142 241.75Q308.52142 241.375 308.30267 241.125Q308.08392 240.875 307.74017 240.875Q307.3808 240.875 307.16205 241.125Q306.95892 241.35938 306.95892 241.78125L306.95892 242.14062ZM304.49017 242.96875L303.97455 242.64062L307.4433 237.07812L307.95892 237.40625L304.49017 242.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M205.40623 300.375Q205.12498 300.71875 204.73436 300.92188Q204.34373 301.125 203.87498 301.125Q203.26561 301.125 202.79686 300.82812Q202.34373 300.51562 202.09373 299.96875Q201.84373 299.42188 201.84373 298.75Q201.84373 298.04688 202.10936 297.46875Q202.39061 296.89062 202.89061 296.59375Q203.39061 296.29688 204.04686 296.29688Q205.10936 296.29688 205.71873 297.09375Q206.32811 297.875 206.32811 299.23438L206.32811 299.5Q206.32811 301.57812 205.49998 302.53125Q204.68748 303.48438 203.03123 303.5L202.84373 303.5L202.84373 302.75L203.04686 302.75Q204.15623 302.71875 204.74998 302.15625Q205.35936 301.59375 205.40623 300.375ZM204.01561 300.375Q204.46873 300.375 204.84373 300.09375Q205.23436 299.8125 205.42186 299.40625L205.42186 299.04688Q205.42186 298.15625 205.03123 297.60938Q204.64061 297.04688 204.06248 297.04688Q203.45311 297.04688 203.09373 297.5Q202.73436 297.95312 202.73436 298.70312Q202.73436 299.4375 203.07811 299.90625Q203.43748 300.375 204.01561 300.375ZM207.87498 297.75Q207.87498 297.125 208.28123 296.70312Q208.68748 296.28125 209.32811 296.28125Q209.98436 296.28125 210.37498 296.70312Q210.78123 297.125 210.78123 297.78125L210.78123 298.14062Q210.78123 298.78125 210.37498 299.1875Q209.96873 299.59375 209.34373 299.59375Q208.70311 299.59375 208.28123 299.1875Q207.87498 298.78125 207.87498 298.09375L207.87498 297.75ZM208.54686 298.14062Q208.54686 298.51562 208.74998 298.76562Q208.96873 299.0 209.34373 299.0Q209.68748 299.0 209.89061 298.76562Q210.10936 298.53125 210.10936 298.10938L210.10936 297.75Q210.10936 297.375 209.89061 297.125Q209.68748 296.875 209.32811 296.875Q208.96873 296.875 208.74998 297.125Q208.54686 297.375 208.54686 297.78125L208.54686 298.14062ZM211.32811 301.75Q211.32811 301.10938 211.73436 300.70312Q212.15623 300.29688 212.78123 300.29688Q213.42186 300.29688 213.82811 300.70312Q214.24998 301.10938 214.24998 301.79688L214.24998 302.14062Q214.24998 302.78125 213.84373 303.20312Q213.43748 303.60938 212.79686 303.60938Q212.17186 303.60938 211.74998 303.20312Q211.32811 302.78125 211.32811 302.10938L211.32811 301.75ZM212.01561 302.14062Q212.01561 302.51562 212.21873 302.76562Q212.43748 303.01562 212.79686 303.01562Q213.15623 303.01562 213.35936 302.78125Q213.57811 302.53125 213.57811 302.125L213.57811 301.75Q213.57811 301.375 213.35936 301.125Q213.14061 300.875 212.79686 300.875Q212.43748 300.875 212.21873 301.125Q212.01561 301.35938 212.01561 301.78125L212.01561 302.14062ZM209.54686 302.96875L209.03123 302.64062L212.49998 297.07812L213.01561 297.40625L209.54686 302.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M205.40623 300.375Q205.12498 300.71875 204.73436 300.92188Q204.34373 301.125 203.87498 301.125Q203.26561 301.125 202.79686 300.82812Q202.34373 300.51562 202.09373 299.96875Q201.84373 299.42188 201.84373 298.75Q201.84373 298.04688 202.10936 297.46875Q202.39061 296.89062 202.89061 296.59375Q203.39061 296.29688 204.04686 296.29688Q205.10936 296.29688 205.71873 297.09375Q206.32811 297.875 206.32811 299.23438L206.32811 299.5Q206.32811 301.57812 205.49998 302.53125Q204.68748 303.48438 203.03123 303.5L202.84373 303.5L202.84373 302.75L203.04686 302.75Q204.15623 302.71875 204.74998 302.15625Q205.35936 301.59375 205.40623 300.375ZM204.01561 300.375Q204.46873 300.375 204.84373 300.09375Q205.23436 299.8125 205.42186 299.40625L205.42186 299.04688Q205.42186 298.15625 205.03123 297.60938Q204.64061 297.04688 204.06248 297.04688Q203.45311 297.04688 203.09373 297.5Q202.73436 297.95312 202.73436 298.70312Q202.73436 299.4375 203.07811 299.90625Q203.43748 300.375 204.01561 300.375ZM207.87498 297.75Q207.87498 297.125 208.28123 296.70312Q208.68748 296.28125 209.32811 296.28125Q209.98436 296.28125 210.37498 296.70312Q210.78123 297.125 210.78123 297.78125L210.78123 298.14062Q210.78123 298.78125 210.37498 299.1875Q209.96873 299.59375 209.34373 299.59375Q208.70311 299.59375 208.28123 299.1875Q207.87498 298.78125 207.87498 298.09375L207.87498 297.75ZM208.54686 298.14062Q208.54686 298.51562 208.74998 298.76562Q208.96873 299.0 209.34373 299.0Q209.68748 299.0 209.89061 298.76562Q210.10936 298.53125 210.10936 298.10938L210.10936 297.75Q210.10936 297.375 209.89061 297.125Q209.68748 296.875 209.32811 296.875Q208.96873 296.875 208.74998 297.125Q208.54686 297.375 208.54686 297.78125L208.54686 298.14062ZM211.32811 301.75Q211.32811 301.10938 211.73436 300.70312Q212.15623 300.29688 212.78123 300.29688Q213.42186 300.29688 213.82811 300.70312Q214.24998 301.10938 214.24998 301.79688L214.24998 302.14062Q214.24998 302.78125 213.84373 303.20312Q213.43748 303.60938 212.79686 303.60938Q212.17186 303.60938 211.74998 303.20312Q211.32811 302.78125 211.32811 302.10938L211.32811 301.75ZM212.01561 302.14062Q212.01561 302.51562 212.21873 302.76562Q212.43748 303.01562 212.79686 303.01562Q213.15623 303.01562 213.35936 302.78125Q213.57811 302.53125 213.57811 302.125L213.57811 301.75Q213.57811 301.375 213.35936 301.125Q213.14061 300.875 212.79686 300.875Q212.43748 300.875 212.21873 301.125Q212.01561 301.35938 212.01561 301.78125L212.01561 302.14062ZM209.54686 302.96875L209.03123 302.64062L212.49998 297.07812L213.01561 297.40625L209.54686 302.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M215.92459 74.5L215.01834 74.5L215.01834 68.484375L213.19022 69.140625L213.19022 68.328125L215.78397 67.359375L215.92459 67.359375L215.92459 74.5ZM221.92459 74.5L221.01834 74.5L221.01834 68.484375L219.19022 69.140625L219.19022 68.328125L221.78397 67.359375L221.92459 67.359375L221.92459 74.5ZM224.87772 68.75Q224.87772 68.125 225.28397 67.703125Q225.69022 67.28125 226.33084 67.28125Q226.98709 67.28125 227.37772 67.703125Q227.78397 68.125 227.78397 68.78125L227.78397 69.140625Q227.78397 69.78125 227.37772 70.1875Q226.97147 70.59375 226.34647 70.59375Q225.70584 70.59375 225.28397 70.1875Q224.87772 69.78125 224.87772 69.09375L224.87772 68.75ZM225.54959 69.140625Q225.54959 69.515625 225.75272 69.765625Q225.97147 70.0 226.34647 70.0Q226.69022 70.0 226.89334 69.765625Q227.11209 69.53125 227.11209 69.109375L227.11209 68.75Q227.11209 68.375 226.89334 68.125Q226.69022 67.875 226.33084 67.875Q225.97147 67.875 225.75272 68.125Q225.54959 68.375 225.54959 68.78125L225.54959 69.140625ZM228.33084 72.75Q228.33084 72.109375 228.73709 71.703125Q229.15897 71.296875 229.78397 71.296875Q230.42459 71.296875 230.83084 71.703125Q231.25272 72.109375 231.25272 72.796875L231.25272 73.140625Q231.25272 73.78125 230.84647 74.203125Q230.44022 74.609375 229.79959 74.609375Q229.17459 74.609375 228.75272 74.203125Q228.33084 73.78125 228.33084 73.109375L228.33084 72.75ZM229.01834 73.140625Q229.01834 73.515625 229.22147 73.765625Q229.44022 74.015625 229.79959 74.015625Q230.15897 74.015625 230.36209 73.78125Q230.58084 73.53125 230.58084 73.125L230.58084 72.75Q230.58084 72.375 230.36209 72.125Q230.14334 71.875 229.79959 71.875Q229.44022 71.875 229.22147 72.125Q229.01834 72.359375 229.01834 72.78125L229.01834 73.140625ZM226.54959 73.96875L226.03397 73.640625L229.50272 68.078125L230.01834 68.40625L226.54959 73.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M215.92459 74.5L215.01834 74.5L215.01834 68.484375L213.19022 69.140625L213.19022 68.328125L215.78397 67.359375L215.92459 67.359375L215.92459 74.5ZM221.92459 74.5L221.01834 74.5L221.01834 68.484375L219.19022 69.140625L219.19022 68.328125L221.78397 67.359375L221.92459 67.359375L221.92459 74.5ZM224.87772 68.75Q224.87772 68.125 225.28397 67.703125Q225.69022 67.28125 226.33084 67.28125Q226.98709 67.28125 227.37772 67.703125Q227.78397 68.125 227.78397 68.78125L227.78397 69.140625Q227.78397 69.78125 227.37772 70.1875Q226.97147 70.59375 226.34647 70.59375Q225.70584 70.59375 225.28397 70.1875Q224.87772 69.78125 224.87772 69.09375L224.87772 68.75ZM225.54959 69.140625Q225.54959 69.515625 225.75272 69.765625Q225.97147 70.0 226.34647 70.0Q226.69022 70.0 226.89334 69.765625Q227.11209 69.53125 227.11209 69.109375L227.11209 68.75Q227.11209 68.375 226.89334 68.125Q226.69022 67.875 226.33084 67.875Q225.97147 67.875 225.75272 68.125Q225.54959 68.375 225.54959 68.78125L225.54959 69.140625ZM228.33084 72.75Q228.33084 72.109375 228.73709 71.703125Q229.15897 71.296875 229.78397 71.296875Q230.42459 71.296875 230.83084 71.703125Q231.25272 72.109375 231.25272 72.796875L231.25272 73.140625Q231.25272 73.78125 230.84647 74.203125Q230.44022 74.609375 229.79959 74.609375Q229.17459 74.609375 228.75272 74.203125Q228.33084 73.78125 228.33084 73.109375L228.33084 72.75ZM229.01834 73.140625Q229.01834 73.515625 229.22147 73.765625Q229.44022 74.015625 229.79959 74.015625Q230.15897 74.015625 230.36209 73.78125Q230.58084 73.53125 230.58084 73.125L230.58084 72.75Q230.58084 72.375 230.36209 72.125Q230.14334 71.875 229.79959 71.875Q229.44022 71.875 229.22147 72.125Q229.01834 72.359375 229.01834 72.78125L229.01834 73.140625ZM226.54959 73.96875L226.03397 73.640625L229.50272 68.078125L230.01834 68.40625L226.54959 73.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.5819 133.5L291.92566 133.5L291.92566 132.84375L294.37878 130.10938Q294.92566 129.5 295.12878 129.10938Q295.34753 128.71875 295.34753 128.29688Q295.34753 127.75 295.00378 127.390625Q294.67566 127.03125 294.11316 127.03125Q293.44128 127.03125 293.06628 127.421875Q292.69128 127.796875 292.69128 128.48438L291.78503 128.48438Q291.78503 127.5 292.41003 126.90625Q293.05066 126.296875 294.11316 126.296875Q295.09753 126.296875 295.67566 126.8125Q296.25378 127.328125 296.25378 128.20312Q296.25378 129.25 294.91003 130.70312L293.0194 132.76562L296.5819 132.76562L296.5819 133.5ZM301.47253 126.390625L301.47253 127.15625L301.30066 127.15625Q300.25378 127.171875 299.62878 127.78125Q299.00378 128.375 298.8944 129.48438Q299.4569 128.84375 300.42566 128.84375Q301.36316 128.84375 301.91003 129.5Q302.47253 130.14062 302.47253 131.1875Q302.47253 132.28125 301.86316 132.9375Q301.2694 133.59375 300.2694 133.59375Q299.25378 133.59375 298.61316 132.8125Q297.97253 132.03125 297.97253 130.79688L297.97253 130.45312Q297.97253 128.48438 298.80066 127.453125Q299.6444 126.40625 301.30066 126.390625L301.47253 126.390625ZM300.28503 129.59375Q299.81628 129.59375 299.42566 129.875Q299.03503 130.14062 298.87878 130.5625L298.87878 130.89062Q298.87878 131.78125 299.2694 132.3125Q299.67566 132.84375 300.2694 132.84375Q300.87878 132.84375 301.22253 132.40625Q301.5819 131.95312 301.5819 131.21875Q301.5819 130.48438 301.22253 130.04688Q300.86316 129.59375 300.28503 129.59375ZM303.84753 127.75Q303.84753 127.125 304.25378 126.703125Q304.66003 126.28125 305.30066 126.28125Q305.9569 126.28125 306.34753 126.703125Q306.75378 127.125 306.75378 127.78125L306.75378 128.14062Q306.75378 128.78125 306.34753 129.1875Q305.94128 129.59375 305.31628 129.59375Q304.67566 129.59375 304.25378 129.1875Q303.84753 128.78125 303.84753 128.09375L303.84753 127.75ZM304.5194 128.14062Q304.5194 128.51562 304.72253 128.76562Q304.94128 129.0 305.31628 129.0Q305.66003 129.0 305.86316 128.76562Q306.0819 128.53125 306.0819 128.10938L306.0819 127.75Q306.0819 127.375 305.86316 127.125Q305.66003 126.875 305.30066 126.875Q304.94128 126.875 304.72253 127.125Q304.5194 127.375 304.5194 127.78125L304.5194 128.14062ZM307.30066 131.75Q307.30066 131.10938 307.7069 130.70312Q308.12878 130.29688 308.75378 130.29688Q309.3944 130.29688 309.80066 130.70312Q310.22253 131.10938 310.22253 131.79688L310.22253 132.14062Q310.22253 132.78125 309.81628 133.20312Q309.41003 133.60938 308.7694 133.60938Q308.1444 133.60938 307.72253 133.20312Q307.30066 132.78125 307.30066 132.10938L307.30066 131.75ZM307.98816 132.14062Q307.98816 132.51562 308.19128 132.76562Q308.41003 133.01562 308.7694 133.01562Q309.12878 133.01562 309.3319 132.78125Q309.55066 132.53125 309.55066 132.125L309.55066 131.75Q309.55066 131.375 309.3319 131.125Q309.11316 130.875 308.7694 130.875Q308.41003 130.875 308.19128 131.125Q307.98816 131.35938 307.98816 131.78125L307.98816 132.14062ZM305.5194 132.96875L305.00378 132.64062L308.47253 127.078125L308.98816 127.40625L305.5194 132.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M296.5819 133.5L291.92566 133.5L291.92566 132.84375L294.37878 130.10938Q294.92566 129.5 295.12878 129.10938Q295.34753 128.71875 295.34753 128.29688Q295.34753 127.75 295.00378 127.390625Q294.67566 127.03125 294.11316 127.03125Q293.44128 127.03125 293.06628 127.421875Q292.69128 127.796875 292.69128 128.48438L291.78503 128.48438Q291.78503 127.5 292.41003 126.90625Q293.05066 126.296875 294.11316 126.296875Q295.09753 126.296875 295.67566 126.8125Q296.25378 127.328125 296.25378 128.20312Q296.25378 129.25 294.91003 130.70312L293.0194 132.76562L296.5819 132.76562L296.5819 133.5ZM301.47253 126.390625L301.47253 127.15625L301.30066 127.15625Q300.25378 127.171875 299.62878 127.78125Q299.00378 128.375 298.8944 129.48438Q299.4569 128.84375 300.42566 128.84375Q301.36316 128.84375 301.91003 129.5Q302.47253 130.14062 302.47253 131.1875Q302.47253 132.28125 301.86316 132.9375Q301.2694 133.59375 300.2694 133.59375Q299.25378 133.59375 298.61316 132.8125Q297.97253 132.03125 297.97253 130.79688L297.97253 130.45312Q297.97253 128.48438 298.80066 127.453125Q299.6444 126.40625 301.30066 126.390625L301.47253 126.390625ZM300.28503 129.59375Q299.81628 129.59375 299.42566 129.875Q299.03503 130.14062 298.87878 130.5625L298.87878 130.89062Q298.87878 131.78125 299.2694 132.3125Q299.67566 132.84375 300.2694 132.84375Q300.87878 132.84375 301.22253 132.40625Q301.5819 131.95312 301.5819 131.21875Q301.5819 130.48438 301.22253 130.04688Q300.86316 129.59375 300.28503 129.59375ZM303.84753 127.75Q303.84753 127.125 304.25378 126.703125Q304.66003 126.28125 305.30066 126.28125Q305.9569 126.28125 306.34753 126.703125Q306.75378 127.125 306.75378 127.78125L306.75378 128.14062Q306.75378 128.78125 306.34753 129.1875Q305.94128 129.59375 305.31628 129.59375Q304.67566 129.59375 304.25378 129.1875Q303.84753 128.78125 303.84753 128.09375L303.84753 127.75ZM304.5194 128.14062Q304.5194 128.51562 304.72253 128.76562Q304.94128 129.0 305.31628 129.0Q305.66003 129.0 305.86316 128.76562Q306.0819 128.53125 306.0819 128.10938L306.0819 127.75Q306.0819 127.375 305.86316 127.125Q305.66003 126.875 305.30066 126.875Q304.94128 126.875 304.72253 127.125Q304.5194 127.375 304.5194 127.78125L304.5194 128.14062ZM307.30066 131.75Q307.30066 131.10938 307.7069 130.70312Q308.12878 130.29688 308.75378 130.29688Q309.3944 130.29688 309.80066 130.70312Q310.22253 131.10938 310.22253 131.79688L310.22253 132.14062Q310.22253 132.78125 309.81628 133.20312Q309.41003 133.60938 308.7694 133.60938Q308.1444 133.60938 307.72253 133.20312Q307.30066 132.78125 307.30066 132.10938L307.30066 131.75ZM307.98816 132.14062Q307.98816 132.51562 308.19128 132.76562Q308.41003 133.01562 308.7694 133.01562Q309.12878 133.01562 309.3319 132.78125Q309.55066 132.53125 309.55066 132.125L309.55066 131.75Q309.55066 131.375 309.3319 131.125Q309.11316 130.875 308.7694 130.875Q308.41003 130.875 308.19128 131.125Q307.98816 131.35938 307.98816 131.78125L307.98816 132.14062ZM305.5194 132.96875L305.00378 132.64062L308.47253 127.078125L308.98816 127.40625L305.5194 132.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M274.6945 193.5L270.03824 193.5L270.03824 192.84375L272.49136 190.10938Q273.03824 189.5 273.24136 189.10938Q273.4601 188.71875 273.4601 188.29688Q273.4601 187.75 273.11636 187.39062Q272.78824 187.03125 272.22574 187.03125Q271.55386 187.03125 271.17886 187.42188Q270.80386 187.79688 270.80386 188.48438L269.8976 188.48438Q269.8976 187.5 270.5226 186.90625Q271.16324 186.29688 272.22574 186.29688Q273.2101 186.29688 273.78824 186.8125Q274.36636 187.32812 274.36636 188.20312Q274.36636 189.25 273.0226 190.70312L271.132 192.76562L274.6945 192.76562L274.6945 193.5ZM280.6945 193.5L276.03824 193.5L276.03824 192.84375L278.49136 190.10938Q279.03824 189.5 279.24136 189.10938Q279.4601 188.71875 279.4601 188.29688Q279.4601 187.75 279.11636 187.39062Q278.78824 187.03125 278.22574 187.03125Q277.55386 187.03125 277.17886 187.42188Q276.80386 187.79688 276.80386 188.48438L275.8976 188.48438Q275.8976 187.5 276.5226 186.90625Q277.16324 186.29688 278.22574 186.29688Q279.2101 186.29688 279.78824 186.8125Q280.36636 187.32812 280.36636 188.20312Q280.36636 189.25 279.0226 190.70312L277.132 192.76562L280.6945 192.76562L280.6945 193.5ZM281.9601 187.75Q281.9601 187.125 282.36636 186.70312Q282.7726 186.28125 283.41324 186.28125Q284.0695 186.28125 284.4601 186.70312Q284.86636 187.125 284.86636 187.78125L284.86636 188.14062Q284.86636 188.78125 284.4601 189.1875Q284.05386 189.59375 283.42886 189.59375Q282.78824 189.59375 282.36636 189.1875Q281.9601 188.78125 281.9601 188.09375L281.9601 187.75ZM282.632 188.14062Q282.632 188.51562 282.8351 188.76562Q283.05386 189.0 283.42886 189.0Q283.7726 189.0 283.97574 188.76562Q284.1945 188.53125 284.1945 188.10938L284.1945 187.75Q284.1945 187.375 283.97574 187.125Q283.7726 186.875 283.41324 186.875Q283.05386 186.875 282.8351 187.125Q282.632 187.375 282.632 187.78125L282.632 188.14062ZM285.41324 191.75Q285.41324 191.10938 285.8195 190.70312Q286.24136 190.29688 286.86636 190.29688Q287.507 190.29688 287.91324 190.70312Q288.3351 191.10938 288.3351 191.79688L288.3351 192.14062Q288.3351 192.78125 287.92886 193.20312Q287.5226 193.60938 286.882 193.60938Q286.257 193.60938 285.8351 193.20312Q285.41324 192.78125 285.41324 192.10938L285.41324 191.75ZM286.10074 192.14062Q286.10074 192.51562 286.30386 192.76562Q286.5226 193.01562 286.882 193.01562Q287.24136 193.01562 287.4445 192.78125Q287.66324 192.53125 287.66324 192.125L287.66324 191.75Q287.66324 191.375 287.4445 191.125Q287.22574 190.875 286.882 190.875Q286.5226 190.875 286.30386 191.125Q286.10074 191.35938 286.10074 191.78125L286.10074 192.14062ZM283.632 192.96875L283.11636 192.64062L286.5851 187.07812L287.10074 187.40625L283.632 192.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M274.6945 193.5L270.03824 193.5L270.03824 192.84375L272.49136 190.10938Q273.03824 189.5 273.24136 189.10938Q273.4601 188.71875 273.4601 188.29688Q273.4601 187.75 273.11636 187.39062Q272.78824 187.03125 272.22574 187.03125Q271.55386 187.03125 271.17886 187.42188Q270.80386 187.79688 270.80386 188.48438L269.8976 188.48438Q269.8976 187.5 270.5226 186.90625Q271.16324 186.29688 272.22574 186.29688Q273.2101 186.29688 273.78824 186.8125Q274.36636 187.32812 274.36636 188.20312Q274.36636 189.25 273.0226 190.70312L271.132 192.76562L274.6945 192.76562L274.6945 193.5ZM280.6945 193.5L276.03824 193.5L276.03824 192.84375L278.49136 190.10938Q279.03824 189.5 279.24136 189.10938Q279.4601 188.71875 279.4601 188.29688Q279.4601 187.75 279.11636 187.39062Q278.78824 187.03125 278.22574 187.03125Q277.55386 187.03125 277.17886 187.42188Q276.80386 187.79688 276.80386 188.48438L275.8976 188.48438Q275.8976 187.5 276.5226 186.90625Q277.16324 186.29688 278.22574 186.29688Q279.2101 186.29688 279.78824 186.8125Q280.36636 187.32812 280.36636 188.20312Q280.36636 189.25 279.0226 190.70312L277.132 192.76562L280.6945 192.76562L280.6945 193.5ZM281.9601 187.75Q281.9601 187.125 282.36636 186.70312Q282.7726 186.28125 283.41324 186.28125Q284.0695 186.28125 284.4601 186.70312Q284.86636 187.125 284.86636 187.78125L284.86636 188.14062Q284.86636 188.78125 284.4601 189.1875Q284.05386 189.59375 283.42886 189.59375Q282.78824 189.59375 282.36636 189.1875Q281.9601 188.78125 281.9601 188.09375L281.9601 187.75ZM282.632 188.14062Q282.632 188.51562 282.8351 188.76562Q283.05386 189.0 283.42886 189.0Q283.7726 189.0 283.97574 188.76562Q284.1945 188.53125 284.1945 188.10938L284.1945 187.75Q284.1945 187.375 283.97574 187.125Q283.7726 186.875 283.41324 186.875Q283.05386 186.875 282.8351 187.125Q282.632 187.375 282.632 187.78125L282.632 188.14062ZM285.41324 191.75Q285.41324 191.10938 285.8195 190.70312Q286.24136 190.29688 286.86636 190.29688Q287.507 190.29688 287.91324 190.70312Q288.3351 191.10938 288.3351 191.79688L288.3351 192.14062Q288.3351 192.78125 287.92886 193.20312Q287.5226 193.60938 286.882 193.60938Q286.257 193.60938 285.8351 193.20312Q285.41324 192.78125 285.41324 192.10938L285.41324 191.75ZM286.10074 192.14062Q286.10074 192.51562 286.30386 192.76562Q286.5226 193.01562 286.882 193.01562Q287.24136 193.01562 287.4445 192.78125Q287.66324 192.53125 287.66324 192.125L287.66324 191.75Q287.66324 191.375 287.4445 191.125Q287.22574 190.875 286.882 190.875Q286.5226 190.875 286.30386 191.125Q286.10074 191.35938 286.10074 191.78125L286.10074 192.14062ZM283.632 192.96875L283.11636 192.64062L286.5851 187.07812L287.10074 187.40625L283.632 192.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M304.46136 253.5L299.8051 253.5L299.8051 252.84375L302.25824 250.10938Q302.8051 249.5 303.00824 249.10938Q303.227 248.71875 303.227 248.29688Q303.227 247.75 302.88324 247.39062Q302.5551 247.03125 301.9926 247.03125Q301.32074 247.03125 300.94574 247.42188Q300.57074 247.79688 300.57074 248.48438L299.6645 248.48438Q299.6645 247.5 300.2895 246.90625Q300.9301 246.29688 301.9926 246.29688Q302.977 246.29688 303.5551 246.8125Q304.13324 247.32812 304.13324 248.20312Q304.13324 249.25 302.7895 250.70312L300.89886 252.76562L304.46136 252.76562L304.46136 253.5ZM310.1176 248.25Q310.1176 248.78125 309.83636 249.20312Q309.5551 249.60938 309.07074 249.84375Q309.63324 250.07812 309.94574 250.54688Q310.27386 251.0 310.27386 251.57812Q310.27386 252.5 309.64886 253.04688Q309.0395 253.59375 308.02386 253.59375Q306.9926 253.59375 306.3676 253.04688Q305.75824 252.5 305.75824 251.57812Q305.75824 251.0 306.07074 250.54688Q306.38324 250.07812 306.94574 249.84375Q306.477 249.60938 306.19574 249.1875Q305.9301 248.76562 305.9301 248.25Q305.9301 247.34375 306.4926 246.82812Q307.07074 246.29688 308.02386 246.29688Q308.96136 246.29688 309.5395 246.82812Q310.1176 247.34375 310.1176 248.25ZM309.38324 251.5625Q309.38324 250.96875 308.9926 250.59375Q308.6176 250.21875 308.00824 250.21875Q307.39886 250.21875 307.02386 250.59375Q306.6645 250.95312 306.6645 251.5625Q306.6645 252.17188 307.02386 252.51562Q307.38324 252.85938 308.02386 252.85938Q308.64886 252.85938 309.00824 252.51562Q309.38324 252.15625 309.38324 251.5625ZM308.02386 247.03125Q307.4926 247.03125 307.14886 247.35938Q306.82074 247.6875 306.82074 248.26562Q306.82074 248.79688 307.14886 249.14062Q307.477 249.46875 308.00824 249.46875Q308.5551 249.46875 308.88324 249.14062Q309.21136 248.79688 309.21136 248.26562Q309.21136 247.71875 308.8676 247.375Q308.5395 247.03125 308.02386 247.03125ZM311.727 247.75Q311.727 247.125 312.13324 246.70312Q312.5395 246.28125 313.1801 246.28125Q313.83636 246.28125 314.227 246.70312Q314.63324 247.125 314.63324 247.78125L314.63324 248.14062Q314.63324 248.78125 314.227 249.1875Q313.82074 249.59375 313.19574 249.59375Q312.5551 249.59375 312.13324 249.1875Q311.727 248.78125 311.727 248.09375L311.727 247.75ZM312.39886 248.14062Q312.39886 248.51562 312.602 248.76562Q312.82074 249.0 313.19574 249.0Q313.5395 249.0 313.7426 248.76562Q313.96136 248.53125 313.96136 248.10938L313.96136 247.75Q313.96136 247.375 313.7426 247.125Q313.5395 246.875 313.1801 246.875Q312.82074 246.875 312.602 247.125Q312.39886 247.375 312.39886 247.78125L312.39886 248.14062ZM315.1801 251.75Q315.1801 251.10938 315.58636 250.70312Q316.00824 250.29688 316.63324 250.29688Q317.27386 250.29688 317.6801 250.70312Q318.102 251.10938 318.102 251.79688L318.102 252.14062Q318.102 252.78125 317.69574 253.20312Q317.2895 253.60938 316.64886 253.60938Q316.02386 253.60938 315.602 253.20312Q315.1801 252.78125 315.1801 252.10938L315.1801 251.75ZM315.8676 252.14062Q315.8676 252.51562 316.07074 252.76562Q316.2895 253.01562 316.64886 253.01562Q317.00824 253.01562 317.21136 252.78125Q317.4301 252.53125 317.4301 252.125L317.4301 251.75Q317.4301 251.375 317.21136 251.125Q316.9926 250.875 316.64886 250.875Q316.2895 250.875 316.07074 251.125Q315.8676 251.35938 315.8676 251.78125L315.8676 252.14062ZM313.39886 252.96875L312.88324 252.64062L316.352 247.07812L316.8676 247.40625L313.39886 252.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M304.46136 253.5L299.8051 253.5L299.8051 252.84375L302.25824 250.10938Q302.8051 249.5 303.00824 249.10938Q303.227 248.71875 303.227 248.29688Q303.227 247.75 302.88324 247.39062Q302.5551 247.03125 301.9926 247.03125Q301.32074 247.03125 300.94574 247.42188Q300.57074 247.79688 300.57074 248.48438L299.6645 248.48438Q299.6645 247.5 300.2895 246.90625Q300.9301 246.29688 301.9926 246.29688Q302.977 246.29688 303.5551 246.8125Q304.13324 247.32812 304.13324 248.20312Q304.13324 249.25 302.7895 250.70312L300.89886 252.76562L304.46136 252.76562L304.46136 253.5ZM310.1176 248.25Q310.1176 248.78125 309.83636 249.20312Q309.5551 249.60938 309.07074 249.84375Q309.63324 250.07812 309.94574 250.54688Q310.27386 251.0 310.27386 251.57812Q310.27386 252.5 309.64886 253.04688Q309.0395 253.59375 308.02386 253.59375Q306.9926 253.59375 306.3676 253.04688Q305.75824 252.5 305.75824 251.57812Q305.75824 251.0 306.07074 250.54688Q306.38324 250.07812 306.94574 249.84375Q306.477 249.60938 306.19574 249.1875Q305.9301 248.76562 305.9301 248.25Q305.9301 247.34375 306.4926 246.82812Q307.07074 246.29688 308.02386 246.29688Q308.96136 246.29688 309.5395 246.82812Q310.1176 247.34375 310.1176 248.25ZM309.38324 251.5625Q309.38324 250.96875 308.9926 250.59375Q308.6176 250.21875 308.00824 250.21875Q307.39886 250.21875 307.02386 250.59375Q306.6645 250.95312 306.6645 251.5625Q306.6645 252.17188 307.02386 252.51562Q307.38324 252.85938 308.02386 252.85938Q308.64886 252.85938 309.00824 252.51562Q309.38324 252.15625 309.38324 251.5625ZM308.02386 247.03125Q307.4926 247.03125 307.14886 247.35938Q306.82074 247.6875 306.82074 248.26562Q306.82074 248.79688 307.14886 249.14062Q307.477 249.46875 308.00824 249.46875Q308.5551 249.46875 308.88324 249.14062Q309.21136 248.79688 309.21136 248.26562Q309.21136 247.71875 308.8676 247.375Q308.5395 247.03125 308.02386 247.03125ZM311.727 247.75Q311.727 247.125 312.13324 246.70312Q312.5395 246.28125 313.1801 246.28125Q313.83636 246.28125 314.227 246.70312Q314.63324 247.125 314.63324 247.78125L314.63324 248.14062Q314.63324 248.78125 314.227 249.1875Q313.82074 249.59375 313.19574 249.59375Q312.5551 249.59375 312.13324 249.1875Q311.727 248.78125 311.727 248.09375L311.727 247.75ZM312.39886 248.14062Q312.39886 248.51562 312.602 248.76562Q312.82074 249.0 313.19574 249.0Q313.5395 249.0 313.7426 248.76562Q313.96136 248.53125 313.96136 248.10938L313.96136 247.75Q313.96136 247.375 313.7426 247.125Q313.5395 246.875 313.1801 246.875Q312.82074 246.875 312.602 247.125Q312.39886 247.375 312.39886 247.78125L312.39886 248.14062ZM315.1801 251.75Q315.1801 251.10938 315.58636 250.70312Q316.00824 250.29688 316.63324 250.29688Q317.27386 250.29688 317.6801 250.70312Q318.102 251.10938 318.102 251.79688L318.102 252.14062Q318.102 252.78125 317.69574 253.20312Q317.2895 253.60938 316.64886 253.60938Q316.02386 253.60938 315.602 253.20312Q315.1801 252.78125 315.1801 252.10938L315.1801 251.75ZM315.8676 252.14062Q315.8676 252.51562 316.07074 252.76562Q316.2895 253.01562 316.64886 253.01562Q317.00824 253.01562 317.21136 252.78125Q317.4301 252.53125 317.4301 252.125L317.4301 251.75Q317.4301 251.375 317.21136 251.125Q316.9926 250.875 316.64886 250.875Q316.2895 250.875 316.07074 251.125Q315.8676 251.35938 315.8676 251.78125L315.8676 252.14062ZM313.39886 252.96875L312.88324 252.64062L316.352 247.07812L316.8676 247.40625L313.39886 252.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M226.69319 313.5L225.78694 313.5L225.78694 307.48438L223.95882 308.14062L223.95882 307.32812L226.55257 306.35938L226.69319 306.35938L226.69319 313.5ZM231.03694 309.5L231.70882 309.5Q232.34944 309.5 232.70882 309.17188Q233.08382 308.84375 233.08382 308.28125Q233.08382 307.03125 231.83382 307.03125Q231.25569 307.03125 230.89632 307.375Q230.55257 307.70312 230.55257 308.25L229.64632 308.25Q229.64632 307.40625 230.27132 306.85938Q230.89632 306.29688 231.83382 306.29688Q232.84944 306.29688 233.41194 306.82812Q233.99007 307.35938 233.99007 308.29688Q233.99007 308.76562 233.69319 309.20312Q233.39632 309.64062 232.86507 309.85938Q233.45882 310.03125 233.77132 310.46875Q234.09944 310.89062 234.09944 311.51562Q234.09944 312.46875 233.47444 313.03125Q232.84944 313.59375 231.84944 313.59375Q230.84944 313.59375 230.20882 313.0625Q229.58382 312.51562 229.58382 311.625L230.50569 311.625Q230.50569 312.1875 230.86507 312.53125Q231.22444 312.85938 231.84944 312.85938Q232.50569 312.85938 232.84944 312.51562Q233.19319 312.17188 233.19319 311.53125Q233.19319 310.92188 232.80257 310.59375Q232.42757 310.25 231.70882 310.25L231.03694 310.25L231.03694 309.5ZM235.64632 307.75Q235.64632 307.125 236.05257 306.70312Q236.45882 306.28125 237.09944 306.28125Q237.75569 306.28125 238.14632 306.70312Q238.55257 307.125 238.55257 307.78125L238.55257 308.14062Q238.55257 308.78125 238.14632 309.1875Q237.74007 309.59375 237.11507 309.59375Q236.47444 309.59375 236.05257 309.1875Q235.64632 308.78125 235.64632 308.09375L235.64632 307.75ZM236.31819 308.14062Q236.31819 308.51562 236.52132 308.76562Q236.74007 309.0 237.11507 309.0Q237.45882 309.0 237.66194 308.76562Q237.88069 308.53125 237.88069 308.10938L237.88069 307.75Q237.88069 307.375 237.66194 307.125Q237.45882 306.875 237.09944 306.875Q236.74007 306.875 236.52132 307.125Q236.31819 307.375 236.31819 307.78125L236.31819 308.14062ZM239.09944 311.75Q239.09944 311.10938 239.50569 310.70312Q239.92757 310.29688 240.55257 310.29688Q241.19319 310.29688 241.59944 310.70312Q242.02132 311.10938 242.02132 311.79688L242.02132 312.14062Q242.02132 312.78125 241.61507 313.20312Q241.20882 313.60938 240.56819 313.60938Q239.94319 313.60938 239.52132 313.20312Q239.09944 312.78125 239.09944 312.10938L239.09944 311.75ZM239.78694 312.14062Q239.78694 312.51562 239.99007 312.76562Q240.20882 313.01562 240.56819 313.01562Q240.92757 313.01562 241.13069 312.78125Q241.34944 312.53125 241.34944 312.125L241.34944 311.75Q241.34944 311.375 241.13069 311.125Q240.91194 310.875 240.56819 310.875Q240.20882 310.875 239.99007 311.125Q239.78694 311.35938 239.78694 311.78125L239.78694 312.14062ZM237.31819 312.96875L236.80257 312.64062L240.27132 307.07812L240.78694 307.40625L237.31819 312.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M226.69319 313.5L225.78694 313.5L225.78694 307.48438L223.95882 308.14062L223.95882 307.32812L226.55257 306.35938L226.69319 306.35938L226.69319 313.5ZM231.03694 309.5L231.70882 309.5Q232.34944 309.5 232.70882 309.17188Q233.08382 308.84375 233.08382 308.28125Q233.08382 307.03125 231.83382 307.03125Q231.25569 307.03125 230.89632 307.375Q230.55257 307.70312 230.55257 308.25L229.64632 308.25Q229.64632 307.40625 230.27132 306.85938Q230.89632 306.29688 231.83382 306.29688Q232.84944 306.29688 233.41194 306.82812Q233.99007 307.35938 233.99007 308.29688Q233.99007 308.76562 233.69319 309.20312Q233.39632 309.64062 232.86507 309.85938Q233.45882 310.03125 233.77132 310.46875Q234.09944 310.89062 234.09944 311.51562Q234.09944 312.46875 233.47444 313.03125Q232.84944 313.59375 231.84944 313.59375Q230.84944 313.59375 230.20882 313.0625Q229.58382 312.51562 229.58382 311.625L230.50569 311.625Q230.50569 312.1875 230.86507 312.53125Q231.22444 312.85938 231.84944 312.85938Q232.50569 312.85938 232.84944 312.51562Q233.19319 312.17188 233.19319 311.53125Q233.19319 310.92188 232.80257 310.59375Q232.42757 310.25 231.70882 310.25L231.03694 310.25L231.03694 309.5ZM235.64632 307.75Q235.64632 307.125 236.05257 306.70312Q236.45882 306.28125 237.09944 306.28125Q237.75569 306.28125 238.14632 306.70312Q238.55257 307.125 238.55257 307.78125L238.55257 308.14062Q238.55257 308.78125 238.14632 309.1875Q237.74007 309.59375 237.11507 309.59375Q236.47444 309.59375 236.05257 309.1875Q235.64632 308.78125 235.64632 308.09375L235.64632 307.75ZM236.31819 308.14062Q236.31819 308.51562 236.52132 308.76562Q236.74007 309.0 237.11507 309.0Q237.45882 309.0 237.66194 308.76562Q237.88069 308.53125 237.88069 308.10938L237.88069 307.75Q237.88069 307.375 237.66194 307.125Q237.45882 306.875 237.09944 306.875Q236.74007 306.875 236.52132 307.125Q236.31819 307.375 236.31819 307.78125L236.31819 308.14062ZM239.09944 311.75Q239.09944 311.10938 239.50569 310.70312Q239.92757 310.29688 240.55257 310.29688Q241.19319 310.29688 241.59944 310.70312Q242.02132 311.10938 242.02132 311.79688L242.02132 312.14062Q242.02132 312.78125 241.61507 313.20312Q241.20882 313.60938 240.56819 313.60938Q239.94319 313.60938 239.52132 313.20312Q239.09944 312.78125 239.09944 312.10938L239.09944 311.75ZM239.78694 312.14062Q239.78694 312.51562 239.99007 312.76562Q240.20882 313.01562 240.56819 313.01562Q240.92757 313.01562 241.13069 312.78125Q241.34944 312.53125 241.34944 312.125L241.34944 311.75Q241.34944 311.375 241.13069 311.125Q240.91194 310.875 240.56819 310.875Q240.20882 310.875 239.99007 311.125Q239.78694 311.35938 239.78694 311.78125L239.78694 312.14062ZM237.31819 312.96875L236.80257 312.64062L240.27132 307.07812L240.78694 307.40625L237.31819 312.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.66328 81.375Q203.38203 81.71875 202.99141 81.921875Q202.60078 82.125 202.13203 82.125Q201.52266 82.125 201.05391 81.828125Q200.60078 81.515625 200.35078 80.96875Q200.10078 80.421875 200.10078 79.75Q200.10078 79.046875 200.36641 78.46875Q200.64766 77.890625 201.14766 77.59375Q201.64766 77.296875 202.30391 77.296875Q203.36641 77.296875 203.97578 78.09375Q204.58516 78.875 204.58516 80.234375L204.58516 80.5Q204.58516 82.578125 203.75703 83.53125Q202.94453 84.484375 201.28828 84.5L201.10078 84.5L201.10078 83.75L201.30391 83.75Q202.41328 83.71875 203.00703 83.15625Q203.61641 82.59375 203.66328 81.375ZM202.27266 81.375Q202.72578 81.375 203.10078 81.09375Q203.49141 80.8125 203.67891 80.40625L203.67891 80.046875Q203.67891 79.15625 203.28828 78.609375Q202.89766 78.046875 202.31953 78.046875Q201.71016 78.046875 201.35078 78.5Q200.99141 78.953125 200.99141 79.703125Q200.99141 80.4375 201.33516 80.90625Q201.69453 81.375 202.27266 81.375ZM206.13203 78.75Q206.13203 78.125 206.53828 77.703125Q206.94453 77.28125 207.58516 77.28125Q208.24141 77.28125 208.63203 77.703125Q209.03828 78.125 209.03828 78.78125L209.03828 79.140625Q209.03828 79.78125 208.63203 80.1875Q208.22578 80.59375 207.60078 80.59375Q206.96016 80.59375 206.53828 80.1875Q206.13203 79.78125 206.13203 79.09375L206.13203 78.75ZM206.80391 79.140625Q206.80391 79.515625 207.00703 79.765625Q207.22578 80.0 207.60078 80.0Q207.94453 80.0 208.14766 79.765625Q208.36641 79.53125 208.36641 79.109375L208.36641 78.75Q208.36641 78.375 208.14766 78.125Q207.94453 77.875 207.58516 77.875Q207.22578 77.875 207.00703 78.125Q206.80391 78.375 206.80391 78.78125L206.80391 79.140625ZM209.58516 82.75Q209.58516 82.109375 209.99141 81.703125Q210.41328 81.296875 211.03828 81.296875Q211.67891 81.296875 212.08516 81.703125Q212.50703 82.109375 212.50703 82.796875L212.50703 83.140625Q212.50703 83.78125 212.10078 84.203125Q211.69453 84.609375 211.05391 84.609375Q210.42891 84.609375 210.00703 84.203125Q209.58516 83.78125 209.58516 83.109375L209.58516 82.75ZM210.27266 83.140625Q210.27266 83.515625 210.47578 83.765625Q210.69453 84.015625 211.05391 84.015625Q211.41328 84.015625 211.61641 83.78125Q211.83516 83.53125 211.83516 83.125L211.83516 82.75Q211.83516 82.375 211.61641 82.125Q211.39766 81.875 211.05391 81.875Q210.69453 81.875 210.47578 82.125Q210.27266 82.359375 210.27266 82.78125L210.27266 83.140625ZM207.80391 83.96875L207.28828 83.640625L210.75703 78.078125L211.27266 78.40625L207.80391 83.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.66328 81.375Q203.38203 81.71875 202.99141 81.921875Q202.60078 82.125 202.13203 82.125Q201.52266 82.125 201.05391 81.828125Q200.60078 81.515625 200.35078 80.96875Q200.10078 80.421875 200.10078 79.75Q200.10078 79.046875 200.36641 78.46875Q200.64766 77.890625 201.14766 77.59375Q201.64766 77.296875 202.30391 77.296875Q203.36641 77.296875 203.97578 78.09375Q204.58516 78.875 204.58516 80.234375L204.58516 80.5Q204.58516 82.578125 203.75703 83.53125Q202.94453 84.484375 201.28828 84.5L201.10078 84.5L201.10078 83.75L201.30391 83.75Q202.41328 83.71875 203.00703 83.15625Q203.61641 82.59375 203.66328 81.375ZM202.27266 81.375Q202.72578 81.375 203.10078 81.09375Q203.49141 80.8125 203.67891 80.40625L203.67891 80.046875Q203.67891 79.15625 203.28828 78.609375Q202.89766 78.046875 202.31953 78.046875Q201.71016 78.046875 201.35078 78.5Q200.99141 78.953125 200.99141 79.703125Q200.99141 80.4375 201.33516 80.90625Q201.69453 81.375 202.27266 81.375ZM206.13203 78.75Q206.13203 78.125 206.53828 77.703125Q206.94453 77.28125 207.58516 77.28125Q208.24141 77.28125 208.63203 77.703125Q209.03828 78.125 209.03828 78.78125L209.03828 79.140625Q209.03828 79.78125 208.63203 80.1875Q208.22578 80.59375 207.60078 80.59375Q206.96016 80.59375 206.53828 80.1875Q206.13203 79.78125 206.13203 79.09375L206.13203 78.75ZM206.80391 79.140625Q206.80391 79.515625 207.00703 79.765625Q207.22578 80.0 207.60078 80.0Q207.94453 80.0 208.14766 79.765625Q208.36641 79.53125 208.36641 79.109375L208.36641 78.75Q208.36641 78.375 208.14766 78.125Q207.94453 77.875 207.58516 77.875Q207.22578 77.875 207.00703 78.125Q206.80391 78.375 206.80391 78.78125L206.80391 79.140625ZM209.58516 82.75Q209.58516 82.109375 209.99141 81.703125Q210.41328 81.296875 211.03828 81.296875Q211.67891 81.296875 212.08516 81.703125Q212.50703 82.109375 212.50703 82.796875L212.50703 83.140625Q212.50703 83.78125 212.10078 84.203125Q211.69453 84.609375 211.05391 84.609375Q210.42891 84.609375 210.00703 84.203125Q209.58516 83.78125 209.58516 83.109375L209.58516 82.75ZM210.27266 83.140625Q210.27266 83.515625 210.47578 83.765625Q210.69453 84.015625 211.05391 84.015625Q211.41328 84.015625 211.61641 83.78125Q211.83516 83.53125 211.83516 83.125L211.83516 82.75Q211.83516 82.375 211.61641 82.125Q211.39766 81.875 211.05391 81.875Q210.69453 81.875 210.47578 82.125Q210.27266 82.359375 210.27266 82.78125L210.27266 83.140625ZM207.80391 83.96875L207.28828 83.640625L210.75703 78.078125L211.27266 78.40625L207.80391 83.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.19724 143.5L283.541 143.5L283.541 142.84375L285.9941 140.10938Q286.541 139.5 286.7441 139.10938Q286.96286 138.71875 286.96286 138.29688Q286.96286 137.75 286.6191 137.39062Q286.291 137.03125 285.7285 137.03125Q285.0566 137.03125 284.6816 137.42188Q284.3066 137.79688 284.3066 138.48438L283.40036 138.48438Q283.40036 137.5 284.02536 136.90625Q284.666 136.29688 285.7285 136.29688Q286.71286 136.29688 287.291 136.8125Q287.8691 137.32812 287.8691 138.20312Q287.8691 139.25 286.52536 140.70312L284.63474 142.76562L288.19724 142.76562L288.19724 143.5ZM293.3535 141.10938L294.33786 141.10938L294.33786 141.84375L293.3535 141.84375L293.3535 143.5L292.44724 143.5L292.44724 141.84375L289.21286 141.84375L289.21286 141.3125L292.38474 136.39062L293.3535 136.39062L293.3535 141.10938ZM290.2285 141.10938L292.44724 141.10938L292.44724 137.625L292.33786 137.82812L290.2285 141.10938ZM295.46286 137.75Q295.46286 137.125 295.8691 136.70312Q296.27536 136.28125 296.916 136.28125Q297.57224 136.28125 297.96286 136.70312Q298.3691 137.125 298.3691 137.78125L298.3691 138.14062Q298.3691 138.78125 297.96286 139.1875Q297.5566 139.59375 296.9316 139.59375Q296.291 139.59375 295.8691 139.1875Q295.46286 138.78125 295.46286 138.09375L295.46286 137.75ZM296.13474 138.14062Q296.13474 138.51562 296.33786 138.76562Q296.5566 139.0 296.9316 139.0Q297.27536 139.0 297.4785 138.76562Q297.69724 138.53125 297.69724 138.10938L297.69724 137.75Q297.69724 137.375 297.4785 137.125Q297.27536 136.875 296.916 136.875Q296.5566 136.875 296.33786 137.125Q296.13474 137.375 296.13474 137.78125L296.13474 138.14062ZM298.916 141.75Q298.916 141.10938 299.32224 140.70312Q299.7441 140.29688 300.3691 140.29688Q301.00974 140.29688 301.416 140.70312Q301.83786 141.10938 301.83786 141.79688L301.83786 142.14062Q301.83786 142.78125 301.4316 143.20312Q301.02536 143.60938 300.38474 143.60938Q299.75974 143.60938 299.33786 143.20312Q298.916 142.78125 298.916 142.10938L298.916 141.75ZM299.6035 142.14062Q299.6035 142.51562 299.8066 142.76562Q300.02536 143.01562 300.38474 143.01562Q300.7441 143.01562 300.94724 142.78125Q301.166 142.53125 301.166 142.125L301.166 141.75Q301.166 141.375 300.94724 141.125Q300.7285 140.875 300.38474 140.875Q300.02536 140.875 299.8066 141.125Q299.6035 141.35938 299.6035 141.78125L299.6035 142.14062ZM297.13474 142.96875L296.6191 142.64062L300.08786 137.07812L300.6035 137.40625L297.13474 142.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M288.19724 143.5L283.541 143.5L283.541 142.84375L285.9941 140.10938Q286.541 139.5 286.7441 139.10938Q286.96286 138.71875 286.96286 138.29688Q286.96286 137.75 286.6191 137.39062Q286.291 137.03125 285.7285 137.03125Q285.0566 137.03125 284.6816 137.42188Q284.3066 137.79688 284.3066 138.48438L283.40036 138.48438Q283.40036 137.5 284.02536 136.90625Q284.666 136.29688 285.7285 136.29688Q286.71286 136.29688 287.291 136.8125Q287.8691 137.32812 287.8691 138.20312Q287.8691 139.25 286.52536 140.70312L284.63474 142.76562L288.19724 142.76562L288.19724 143.5ZM293.3535 141.10938L294.33786 141.10938L294.33786 141.84375L293.3535 141.84375L293.3535 143.5L292.44724 143.5L292.44724 141.84375L289.21286 141.84375L289.21286 141.3125L292.38474 136.39062L293.3535 136.39062L293.3535 141.10938ZM290.2285 141.10938L292.44724 141.10938L292.44724 137.625L292.33786 137.82812L290.2285 141.10938ZM295.46286 137.75Q295.46286 137.125 295.8691 136.70312Q296.27536 136.28125 296.916 136.28125Q297.57224 136.28125 297.96286 136.70312Q298.3691 137.125 298.3691 137.78125L298.3691 138.14062Q298.3691 138.78125 297.96286 139.1875Q297.5566 139.59375 296.9316 139.59375Q296.291 139.59375 295.8691 139.1875Q295.46286 138.78125 295.46286 138.09375L295.46286 137.75ZM296.13474 138.14062Q296.13474 138.51562 296.33786 138.76562Q296.5566 139.0 296.9316 139.0Q297.27536 139.0 297.4785 138.76562Q297.69724 138.53125 297.69724 138.10938L297.69724 137.75Q297.69724 137.375 297.4785 137.125Q297.27536 136.875 296.916 136.875Q296.5566 136.875 296.33786 137.125Q296.13474 137.375 296.13474 137.78125L296.13474 138.14062ZM298.916 141.75Q298.916 141.10938 299.32224 140.70312Q299.7441 140.29688 300.3691 140.29688Q301.00974 140.29688 301.416 140.70312Q301.83786 141.10938 301.83786 141.79688L301.83786 142.14062Q301.83786 142.78125 301.4316 143.20312Q301.02536 143.60938 300.38474 143.60938Q299.75974 143.60938 299.33786 143.20312Q298.916 142.78125 298.916 142.10938L298.916 141.75ZM299.6035 142.14062Q299.6035 142.51562 299.8066 142.76562Q300.02536 143.01562 300.38474 143.01562Q300.7441 143.01562 300.94724 142.78125Q301.166 142.53125 301.166 142.125L301.166 141.75Q301.166 141.375 300.94724 141.125Q300.7285 140.875 300.38474 140.875Q300.02536 140.875 299.8066 141.125Q299.6035 141.35938 299.6035 141.78125L299.6035 142.14062ZM297.13474 142.96875L296.6191 142.64062L300.08786 137.07812L300.6035 137.40625L297.13474 142.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.27164 203.5L272.6154 203.5L272.6154 202.84375L275.0685 200.10938Q275.6154 199.5 275.8185 199.10938Q276.03726 198.71875 276.03726 198.29688Q276.03726 197.75 275.6935 197.39062Q275.3654 197.03125 274.8029 197.03125Q274.131 197.03125 273.756 197.42188Q273.381 197.79688 273.381 198.48438L272.47476 198.48438Q272.47476 197.5 273.09976 196.90625Q273.7404 196.29688 274.8029 196.29688Q275.78726 196.29688 276.3654 196.8125Q276.9435 197.32812 276.9435 198.20312Q276.9435 199.25 275.59976 200.70312L273.70914 202.76562L277.27164 202.76562L277.27164 203.5ZM283.27164 203.5L278.6154 203.5L278.6154 202.84375L281.0685 200.10938Q281.6154 199.5 281.8185 199.10938Q282.03726 198.71875 282.03726 198.29688Q282.03726 197.75 281.6935 197.39062Q281.3654 197.03125 280.8029 197.03125Q280.131 197.03125 279.756 197.42188Q279.381 197.79688 279.381 198.48438L278.47476 198.48438Q278.47476 197.5 279.09976 196.90625Q279.7404 196.29688 280.8029 196.29688Q281.78726 196.29688 282.3654 196.8125Q282.9435 197.32812 282.9435 198.20312Q282.9435 199.25 281.59976 200.70312L279.70914 202.76562L283.27164 202.76562L283.27164 203.5ZM284.53726 197.75Q284.53726 197.125 284.9435 196.70312Q285.34976 196.28125 285.9904 196.28125Q286.64664 196.28125 287.03726 196.70312Q287.4435 197.125 287.4435 197.78125L287.4435 198.14062Q287.4435 198.78125 287.03726 199.1875Q286.631 199.59375 286.006 199.59375Q285.3654 199.59375 284.9435 199.1875Q284.53726 198.78125 284.53726 198.09375L284.53726 197.75ZM285.20914 198.14062Q285.20914 198.51562 285.41226 198.76562Q285.631 199.0 286.006 199.0Q286.34976 199.0 286.5529 198.76562Q286.77164 198.53125 286.77164 198.10938L286.77164 197.75Q286.77164 197.375 286.5529 197.125Q286.34976 196.875 285.9904 196.875Q285.631 196.875 285.41226 197.125Q285.20914 197.375 285.20914 197.78125L285.20914 198.14062ZM287.9904 201.75Q287.9904 201.10938 288.39664 200.70312Q288.8185 200.29688 289.4435 200.29688Q290.08414 200.29688 290.4904 200.70312Q290.91226 201.10938 290.91226 201.79688L290.91226 202.14062Q290.91226 202.78125 290.506 203.20312Q290.09976 203.60938 289.45914 203.60938Q288.83414 203.60938 288.41226 203.20312Q287.9904 202.78125 287.9904 202.10938L287.9904 201.75ZM288.6779 202.14062Q288.6779 202.51562 288.881 202.76562Q289.09976 203.01562 289.45914 203.01562Q289.8185 203.01562 290.02164 202.78125Q290.2404 202.53125 290.2404 202.125L290.2404 201.75Q290.2404 201.375 290.02164 201.125Q289.8029 200.875 289.45914 200.875Q289.09976 200.875 288.881 201.125Q288.6779 201.35938 288.6779 201.78125L288.6779 202.14062ZM286.20914 202.96875L285.6935 202.64062L289.16226 197.07812L289.6779 197.40625L286.20914 202.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M277.27164 203.5L272.6154 203.5L272.6154 202.84375L275.0685 200.10938Q275.6154 199.5 275.8185 199.10938Q276.03726 198.71875 276.03726 198.29688Q276.03726 197.75 275.6935 197.39062Q275.3654 197.03125 274.8029 197.03125Q274.131 197.03125 273.756 197.42188Q273.381 197.79688 273.381 198.48438L272.47476 198.48438Q272.47476 197.5 273.09976 196.90625Q273.7404 196.29688 274.8029 196.29688Q275.78726 196.29688 276.3654 196.8125Q276.9435 197.32812 276.9435 198.20312Q276.9435 199.25 275.59976 200.70312L273.70914 202.76562L277.27164 202.76562L277.27164 203.5ZM283.27164 203.5L278.6154 203.5L278.6154 202.84375L281.0685 200.10938Q281.6154 199.5 281.8185 199.10938Q282.03726 198.71875 282.03726 198.29688Q282.03726 197.75 281.6935 197.39062Q281.3654 197.03125 280.8029 197.03125Q280.131 197.03125 279.756 197.42188Q279.381 197.79688 279.381 198.48438L278.47476 198.48438Q278.47476 197.5 279.09976 196.90625Q279.7404 196.29688 280.8029 196.29688Q281.78726 196.29688 282.3654 196.8125Q282.9435 197.32812 282.9435 198.20312Q282.9435 199.25 281.59976 200.70312L279.70914 202.76562L283.27164 202.76562L283.27164 203.5ZM284.53726 197.75Q284.53726 197.125 284.9435 196.70312Q285.34976 196.28125 285.9904 196.28125Q286.64664 196.28125 287.03726 196.70312Q287.4435 197.125 287.4435 197.78125L287.4435 198.14062Q287.4435 198.78125 287.03726 199.1875Q286.631 199.59375 286.006 199.59375Q285.3654 199.59375 284.9435 199.1875Q284.53726 198.78125 284.53726 198.09375L284.53726 197.75ZM285.20914 198.14062Q285.20914 198.51562 285.41226 198.76562Q285.631 199.0 286.006 199.0Q286.34976 199.0 286.5529 198.76562Q286.77164 198.53125 286.77164 198.10938L286.77164 197.75Q286.77164 197.375 286.5529 197.125Q286.34976 196.875 285.9904 196.875Q285.631 196.875 285.41226 197.125Q285.20914 197.375 285.20914 197.78125L285.20914 198.14062ZM287.9904 201.75Q287.9904 201.10938 288.39664 200.70312Q288.8185 200.29688 289.4435 200.29688Q290.08414 200.29688 290.4904 200.70312Q290.91226 201.10938 290.91226 201.79688L290.91226 202.14062Q290.91226 202.78125 290.506 203.20312Q290.09976 203.60938 289.45914 203.60938Q288.83414 203.60938 288.41226 203.20312Q287.9904 202.78125 287.9904 202.10938L287.9904 201.75ZM288.6779 202.14062Q288.6779 202.51562 288.881 202.76562Q289.09976 203.01562 289.45914 203.01562Q289.8185 203.01562 290.02164 202.78125Q290.2404 202.53125 290.2404 202.125L290.2404 201.75Q290.2404 201.375 290.02164 201.125Q289.8029 200.875 289.45914 200.875Q289.09976 200.875 288.881 201.125Q288.6779 201.35938 288.6779 201.78125L288.6779 202.14062ZM286.20914 202.96875L285.6935 202.64062L289.16226 197.07812L289.6779 197.40625L286.20914 202.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M308.10406 263.5L303.4478 263.5L303.4478 262.84375L305.90094 260.10938Q306.4478 259.5 306.65094 259.10938Q306.8697 258.71875 306.8697 258.29688Q306.8697 257.75 306.52594 257.39062Q306.1978 257.03125 305.6353 257.03125Q304.96344 257.03125 304.58844 257.42188Q304.21344 257.79688 304.21344 258.48438L303.3072 258.48438Q303.3072 257.5 303.9322 256.90625Q304.5728 256.29688 305.6353 256.29688Q306.6197 256.29688 307.1978 256.8125Q307.77594 257.32812 307.77594 258.20312Q307.77594 259.25 306.4322 260.70312L304.54156 262.76562L308.10406 262.76562L308.10406 263.5ZM313.7603 258.25Q313.7603 258.78125 313.47906 259.20312Q313.1978 259.60938 312.71344 259.84375Q313.27594 260.07812 313.58844 260.54688Q313.91656 261.0 313.91656 261.57812Q313.91656 262.5 313.29156 263.04688Q312.6822 263.59375 311.66656 263.59375Q310.6353 263.59375 310.0103 263.04688Q309.40094 262.5 309.40094 261.57812Q309.40094 261.0 309.71344 260.54688Q310.02594 260.07812 310.58844 259.84375Q310.1197 259.60938 309.83844 259.1875Q309.5728 258.76562 309.5728 258.25Q309.5728 257.34375 310.1353 256.82812Q310.71344 256.29688 311.66656 256.29688Q312.60406 256.29688 313.1822 256.82812Q313.7603 257.34375 313.7603 258.25ZM313.02594 261.5625Q313.02594 260.96875 312.6353 260.59375Q312.2603 260.21875 311.65094 260.21875Q311.04156 260.21875 310.66656 260.59375Q310.3072 260.95312 310.3072 261.5625Q310.3072 262.17188 310.66656 262.51562Q311.02594 262.85938 311.66656 262.85938Q312.29156 262.85938 312.65094 262.51562Q313.02594 262.15625 313.02594 261.5625ZM311.66656 257.03125Q311.1353 257.03125 310.79156 257.35938Q310.46344 257.6875 310.46344 258.26562Q310.46344 258.79688 310.79156 259.14062Q311.1197 259.46875 311.65094 259.46875Q312.1978 259.46875 312.52594 259.14062Q312.85406 258.79688 312.85406 258.26562Q312.85406 257.71875 312.5103 257.375Q312.1822 257.03125 311.66656 257.03125ZM315.3697 257.75Q315.3697 257.125 315.77594 256.70312Q316.1822 256.28125 316.8228 256.28125Q317.47906 256.28125 317.8697 256.70312Q318.27594 257.125 318.27594 257.78125L318.27594 258.14062Q318.27594 258.78125 317.8697 259.1875Q317.46344 259.59375 316.83844 259.59375Q316.1978 259.59375 315.77594 259.1875Q315.3697 258.78125 315.3697 258.09375L315.3697 257.75ZM316.04156 258.14062Q316.04156 258.51562 316.2447 258.76562Q316.46344 259.0 316.83844 259.0Q317.1822 259.0 317.3853 258.76562Q317.60406 258.53125 317.60406 258.10938L317.60406 257.75Q317.60406 257.375 317.3853 257.125Q317.1822 256.875 316.8228 256.875Q316.46344 256.875 316.2447 257.125Q316.04156 257.375 316.04156 257.78125L316.04156 258.14062ZM318.8228 261.75Q318.8228 261.10938 319.22906 260.70312Q319.65094 260.29688 320.27594 260.29688Q320.91656 260.29688 321.3228 260.70312Q321.7447 261.10938 321.7447 261.79688L321.7447 262.14062Q321.7447 262.78125 321.33844 263.20312Q320.9322 263.60938 320.29156 263.60938Q319.66656 263.60938 319.2447 263.20312Q318.8228 262.78125 318.8228 262.10938L318.8228 261.75ZM319.5103 262.14062Q319.5103 262.51562 319.71344 262.76562Q319.9322 263.01562 320.29156 263.01562Q320.65094 263.01562 320.85406 262.78125Q321.0728 262.53125 321.0728 262.125L321.0728 261.75Q321.0728 261.375 320.85406 261.125Q320.6353 260.875 320.29156 260.875Q319.9322 260.875 319.71344 261.125Q319.5103 261.35938 319.5103 261.78125L319.5103 262.14062ZM317.04156 262.96875L316.52594 262.64062L319.9947 257.07812L320.5103 257.40625L317.04156 262.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M308.10406 263.5L303.4478 263.5L303.4478 262.84375L305.90094 260.10938Q306.4478 259.5 306.65094 259.10938Q306.8697 258.71875 306.8697 258.29688Q306.8697 257.75 306.52594 257.39062Q306.1978 257.03125 305.6353 257.03125Q304.96344 257.03125 304.58844 257.42188Q304.21344 257.79688 304.21344 258.48438L303.3072 258.48438Q303.3072 257.5 303.9322 256.90625Q304.5728 256.29688 305.6353 256.29688Q306.6197 256.29688 307.1978 256.8125Q307.77594 257.32812 307.77594 258.20312Q307.77594 259.25 306.4322 260.70312L304.54156 262.76562L308.10406 262.76562L308.10406 263.5ZM313.7603 258.25Q313.7603 258.78125 313.47906 259.20312Q313.1978 259.60938 312.71344 259.84375Q313.27594 260.07812 313.58844 260.54688Q313.91656 261.0 313.91656 261.57812Q313.91656 262.5 313.29156 263.04688Q312.6822 263.59375 311.66656 263.59375Q310.6353 263.59375 310.0103 263.04688Q309.40094 262.5 309.40094 261.57812Q309.40094 261.0 309.71344 260.54688Q310.02594 260.07812 310.58844 259.84375Q310.1197 259.60938 309.83844 259.1875Q309.5728 258.76562 309.5728 258.25Q309.5728 257.34375 310.1353 256.82812Q310.71344 256.29688 311.66656 256.29688Q312.60406 256.29688 313.1822 256.82812Q313.7603 257.34375 313.7603 258.25ZM313.02594 261.5625Q313.02594 260.96875 312.6353 260.59375Q312.2603 260.21875 311.65094 260.21875Q311.04156 260.21875 310.66656 260.59375Q310.3072 260.95312 310.3072 261.5625Q310.3072 262.17188 310.66656 262.51562Q311.02594 262.85938 311.66656 262.85938Q312.29156 262.85938 312.65094 262.51562Q313.02594 262.15625 313.02594 261.5625ZM311.66656 257.03125Q311.1353 257.03125 310.79156 257.35938Q310.46344 257.6875 310.46344 258.26562Q310.46344 258.79688 310.79156 259.14062Q311.1197 259.46875 311.65094 259.46875Q312.1978 259.46875 312.52594 259.14062Q312.85406 258.79688 312.85406 258.26562Q312.85406 257.71875 312.5103 257.375Q312.1822 257.03125 311.66656 257.03125ZM315.3697 257.75Q315.3697 257.125 315.77594 256.70312Q316.1822 256.28125 316.8228 256.28125Q317.47906 256.28125 317.8697 256.70312Q318.27594 257.125 318.27594 257.78125L318.27594 258.14062Q318.27594 258.78125 317.8697 259.1875Q317.46344 259.59375 316.83844 259.59375Q316.1978 259.59375 315.77594 259.1875Q315.3697 258.78125 315.3697 258.09375L315.3697 257.75ZM316.04156 258.14062Q316.04156 258.51562 316.2447 258.76562Q316.46344 259.0 316.83844 259.0Q317.1822 259.0 317.3853 258.76562Q317.60406 258.53125 317.60406 258.10938L317.60406 257.75Q317.60406 257.375 317.3853 257.125Q317.1822 256.875 316.8228 256.875Q316.46344 256.875 316.2447 257.125Q316.04156 257.375 316.04156 257.78125L316.04156 258.14062ZM318.8228 261.75Q318.8228 261.10938 319.22906 260.70312Q319.65094 260.29688 320.27594 260.29688Q320.91656 260.29688 321.3228 260.70312Q321.7447 261.10938 321.7447 261.79688L321.7447 262.14062Q321.7447 262.78125 321.33844 263.20312Q320.9322 263.60938 320.29156 263.60938Q319.66656 263.60938 319.2447 263.20312Q318.8228 262.78125 318.8228 262.10938L318.8228 261.75ZM319.5103 262.14062Q319.5103 262.51562 319.71344 262.76562Q319.9322 263.01562 320.29156 263.01562Q320.65094 263.01562 320.85406 262.78125Q321.0728 262.53125 321.0728 262.125L321.0728 261.75Q321.0728 261.375 320.85406 261.125Q320.6353 260.875 320.29156 260.875Q319.9322 260.875 319.71344 261.125Q319.5103 261.35938 319.5103 261.78125L319.5103 262.14062ZM317.04156 262.96875L316.52594 262.64062L319.9947 257.07812L320.5103 257.40625L317.04156 262.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M241.60368 323.5L240.69743 323.5L240.69743 317.48438L238.86931 318.14062L238.86931 317.32812L241.46306 316.35938L241.60368 316.35938L241.60368 323.5ZM248.18181 316.39062L248.18181 317.15625L248.00993 317.15625Q246.96306 317.17188 246.33806 317.78125Q245.71306 318.375 245.60368 319.48438Q246.16618 318.84375 247.13493 318.84375Q248.07243 318.84375 248.61931 319.5Q249.18181 320.14062 249.18181 321.1875Q249.18181 322.28125 248.57243 322.9375Q247.97868 323.59375 246.97868 323.59375Q245.96306 323.59375 245.32243 322.8125Q244.68181 322.03125 244.68181 320.79688L244.68181 320.45312Q244.68181 318.48438 245.50993 317.45312Q246.35368 316.40625 248.00993 316.39062L248.18181 316.39062ZM246.99431 319.59375Q246.52556 319.59375 246.13493 319.875Q245.74431 320.14062 245.58806 320.5625L245.58806 320.89062Q245.58806 321.78125 245.97868 322.3125Q246.38493 322.84375 246.97868 322.84375Q247.58806 322.84375 247.93181 322.40625Q248.29118 321.95312 248.29118 321.21875Q248.29118 320.48438 247.93181 320.04688Q247.57243 319.59375 246.99431 319.59375ZM250.55681 317.75Q250.55681 317.125 250.96306 316.70312Q251.36931 316.28125 252.00993 316.28125Q252.66618 316.28125 253.05681 316.70312Q253.46306 317.125 253.46306 317.78125L253.46306 318.14062Q253.46306 318.78125 253.05681 319.1875Q252.65056 319.59375 252.02556 319.59375Q251.38493 319.59375 250.96306 319.1875Q250.55681 318.78125 250.55681 318.09375L250.55681 317.75ZM251.22868 318.14062Q251.22868 318.51562 251.43181 318.76562Q251.65056 319.0 252.02556 319.0Q252.36931 319.0 252.57243 318.76562Q252.79118 318.53125 252.79118 318.10938L252.79118 317.75Q252.79118 317.375 252.57243 317.125Q252.36931 316.875 252.00993 316.875Q251.65056 316.875 251.43181 317.125Q251.22868 317.375 251.22868 317.78125L251.22868 318.14062ZM254.00993 321.75Q254.00993 321.10938 254.41618 320.70312Q254.83806 320.29688 255.46306 320.29688Q256.10367 320.29688 256.50992 320.70312Q256.9318 321.10938 256.9318 321.79688L256.9318 322.14062Q256.9318 322.78125 256.52554 323.20312Q256.1193 323.60938 255.47868 323.60938Q254.85368 323.60938 254.43181 323.20312Q254.00993 322.78125 254.00993 322.10938L254.00993 321.75ZM254.69743 322.14062Q254.69743 322.51562 254.90056 322.76562Q255.11931 323.01562 255.47868 323.01562Q255.83806 323.01562 256.04117 322.78125Q256.25992 322.53125 256.25992 322.125L256.25992 321.75Q256.25992 321.375 256.04117 321.125Q255.82243 320.875 255.47868 320.875Q255.11931 320.875 254.90056 321.125Q254.69743 321.35938 254.69743 321.78125L254.69743 322.14062ZM252.22868 322.96875L251.71306 322.64062L255.18181 317.07812L255.69743 317.40625L252.22868 322.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M241.60368 323.5L240.69743 323.5L240.69743 317.48438L238.86931 318.14062L238.86931 317.32812L241.46306 316.35938L241.60368 316.35938L241.60368 323.5ZM248.18181 316.39062L248.18181 317.15625L248.00993 317.15625Q246.96306 317.17188 246.33806 317.78125Q245.71306 318.375 245.60368 319.48438Q246.16618 318.84375 247.13493 318.84375Q248.07243 318.84375 248.61931 319.5Q249.18181 320.14062 249.18181 321.1875Q249.18181 322.28125 248.57243 322.9375Q247.97868 323.59375 246.97868 323.59375Q245.96306 323.59375 245.32243 322.8125Q244.68181 322.03125 244.68181 320.79688L244.68181 320.45312Q244.68181 318.48438 245.50993 317.45312Q246.35368 316.40625 248.00993 316.39062L248.18181 316.39062ZM246.99431 319.59375Q246.52556 319.59375 246.13493 319.875Q245.74431 320.14062 245.58806 320.5625L245.58806 320.89062Q245.58806 321.78125 245.97868 322.3125Q246.38493 322.84375 246.97868 322.84375Q247.58806 322.84375 247.93181 322.40625Q248.29118 321.95312 248.29118 321.21875Q248.29118 320.48438 247.93181 320.04688Q247.57243 319.59375 246.99431 319.59375ZM250.55681 317.75Q250.55681 317.125 250.96306 316.70312Q251.36931 316.28125 252.00993 316.28125Q252.66618 316.28125 253.05681 316.70312Q253.46306 317.125 253.46306 317.78125L253.46306 318.14062Q253.46306 318.78125 253.05681 319.1875Q252.65056 319.59375 252.02556 319.59375Q251.38493 319.59375 250.96306 319.1875Q250.55681 318.78125 250.55681 318.09375L250.55681 317.75ZM251.22868 318.14062Q251.22868 318.51562 251.43181 318.76562Q251.65056 319.0 252.02556 319.0Q252.36931 319.0 252.57243 318.76562Q252.79118 318.53125 252.79118 318.10938L252.79118 317.75Q252.79118 317.375 252.57243 317.125Q252.36931 316.875 252.00993 316.875Q251.65056 316.875 251.43181 317.125Q251.22868 317.375 251.22868 317.78125L251.22868 318.14062ZM254.00993 321.75Q254.00993 321.10938 254.41618 320.70312Q254.83806 320.29688 255.46306 320.29688Q256.1037 320.29688 256.50995 320.70312Q256.93182 321.10938 256.93182 321.79688L256.93182 322.14062Q256.93182 322.78125 256.52557 323.20312Q256.11932 323.60938 255.47868 323.60938Q254.85368 323.60938 254.43181 323.20312Q254.00993 322.78125 254.00993 322.10938L254.00993 321.75ZM254.69743 322.14062Q254.69743 322.51562 254.90056 322.76562Q255.11931 323.01562 255.47868 323.01562Q255.83806 323.01562 256.0412 322.78125Q256.25995 322.53125 256.25995 322.125L256.25995 321.75Q256.25995 321.375 256.0412 321.125Q255.82243 320.875 255.47868 320.875Q255.11931 320.875 254.90056 321.125Q254.69743 321.35938 254.69743 321.78125L254.69743 322.14062ZM252.22868 322.96875L251.71306 322.64062L255.18181 317.07812L255.69743 317.40625L252.22868 322.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.0712 94.5L206.16495 94.5L206.16495 88.484375L204.33682 89.140625L204.33682 88.328125L206.93057 87.359375L207.0712 87.359375L207.0712 94.5ZM214.55557 91.46875Q214.55557 93.046875 214.0087 93.828125Q213.47745 94.59375 212.3212 94.59375Q211.18057 94.59375 210.6337 93.84375Q210.08682 93.09375 210.0712 91.59375L210.0712 90.390625Q210.0712 88.8125 210.60245 88.0625Q211.14932 87.296875 212.30557 87.296875Q213.46182 87.296875 213.99307 88.03125Q214.53995 88.765625 214.55557 90.296875L214.55557 91.46875ZM213.64932 90.234375Q213.64932 89.078125 213.3212 88.5625Q213.0087 88.03125 212.30557 88.03125Q211.61807 88.03125 211.28995 88.5625Q210.97745 89.078125 210.97745 90.15625L210.97745 91.609375Q210.97745 92.765625 211.30557 93.3125Q211.64932 93.859375 212.3212 93.859375Q212.99307 93.859375 213.30557 93.34375Q213.6337 92.828125 213.64932 91.71875L213.64932 90.234375ZM216.02432 88.75Q216.02432 88.125 216.43057 87.703125Q216.83682 87.28125 217.47745 87.28125Q218.1337 87.28125 218.52432 87.703125Q218.93057 88.125 218.93057 88.78125L218.93057 89.140625Q218.93057 89.78125 218.52432 90.1875Q218.11807 90.59375 217.49307 90.59375Q216.85245 90.59375 216.43057 90.1875Q216.02432 89.78125 216.02432 89.09375L216.02432 88.75ZM216.6962 89.140625Q216.6962 89.515625 216.89932 89.765625Q217.11807 90.0 217.49307 90.0Q217.83682 90.0 218.03995 89.765625Q218.2587 89.53125 218.2587 89.109375L218.2587 88.75Q218.2587 88.375 218.03995 88.125Q217.83682 87.875 217.47745 87.875Q217.11807 87.875 216.89932 88.125Q216.6962 88.375 216.6962 88.78125L216.6962 89.140625ZM219.47745 92.75Q219.47745 92.109375 219.8837 91.703125Q220.30557 91.296875 220.93057 91.296875Q221.5712 91.296875 221.97745 91.703125Q222.39932 92.109375 222.39932 92.796875L222.39932 93.140625Q222.39932 93.78125 221.99307 94.203125Q221.58682 94.609375 220.9462 94.609375Q220.3212 94.609375 219.89932 94.203125Q219.47745 93.78125 219.47745 93.109375L219.47745 92.75ZM220.16495 93.140625Q220.16495 93.515625 220.36807 93.765625Q220.58682 94.015625 220.9462 94.015625Q221.30557 94.015625 221.5087 93.78125Q221.72745 93.53125 221.72745 93.125L221.72745 92.75Q221.72745 92.375 221.5087 92.125Q221.28995 91.875 220.9462 91.875Q220.58682 91.875 220.36807 92.125Q220.16495 92.359375 220.16495 92.78125L220.16495 93.140625ZM217.6962 93.96875L217.18057 93.640625L220.64932 88.078125L221.16495 88.40625L217.6962 93.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M207.0712 94.5L206.16495 94.5L206.16495 88.484375L204.33682 89.140625L204.33682 88.328125L206.93057 87.359375L207.0712 87.359375L207.0712 94.5ZM214.55557 91.46875Q214.55557 93.046875 214.0087 93.828125Q213.47745 94.59375 212.3212 94.59375Q211.18057 94.59375 210.6337 93.84375Q210.08682 93.09375 210.0712 91.59375L210.0712 90.390625Q210.0712 88.8125 210.60245 88.0625Q211.14932 87.296875 212.30557 87.296875Q213.46182 87.296875 213.99307 88.03125Q214.53995 88.765625 214.55557 90.296875L214.55557 91.46875ZM213.64932 90.234375Q213.64932 89.078125 213.3212 88.5625Q213.0087 88.03125 212.30557 88.03125Q211.61807 88.03125 211.28995 88.5625Q210.97745 89.078125 210.97745 90.15625L210.97745 91.609375Q210.97745 92.765625 211.30557 93.3125Q211.64932 93.859375 212.3212 93.859375Q212.99307 93.859375 213.30557 93.34375Q213.6337 92.828125 213.64932 91.71875L213.64932 90.234375ZM216.02432 88.75Q216.02432 88.125 216.43057 87.703125Q216.83682 87.28125 217.47745 87.28125Q218.1337 87.28125 218.52432 87.703125Q218.93057 88.125 218.93057 88.78125L218.93057 89.140625Q218.93057 89.78125 218.52432 90.1875Q218.11807 90.59375 217.49307 90.59375Q216.85245 90.59375 216.43057 90.1875Q216.02432 89.78125 216.02432 89.09375L216.02432 88.75ZM216.6962 89.140625Q216.6962 89.515625 216.89932 89.765625Q217.11807 90.0 217.49307 90.0Q217.83682 90.0 218.03995 89.765625Q218.2587 89.53125 218.2587 89.109375L218.2587 88.75Q218.2587 88.375 218.03995 88.125Q217.83682 87.875 217.47745 87.875Q217.11807 87.875 216.89932 88.125Q216.6962 88.375 216.6962 88.78125L216.6962 89.140625ZM219.47745 92.75Q219.47745 92.109375 219.8837 91.703125Q220.30557 91.296875 220.93057 91.296875Q221.5712 91.296875 221.97745 91.703125Q222.39932 92.109375 222.39932 92.796875L222.39932 93.140625Q222.39932 93.78125 221.99307 94.203125Q221.58682 94.609375 220.9462 94.609375Q220.3212 94.609375 219.89932 94.203125Q219.47745 93.78125 219.47745 93.109375L219.47745 92.75ZM220.16495 93.140625Q220.16495 93.515625 220.36807 93.765625Q220.58682 94.015625 220.9462 94.015625Q221.30557 94.015625 221.5087 93.78125Q221.72745 93.53125 221.72745 93.125L221.72745 92.75Q221.72745 92.375 221.5087 92.125Q221.28995 91.875 220.9462 91.875Q220.58682 91.875 220.36807 92.125Q220.16495 92.359375 220.16495 92.78125L220.16495 93.140625ZM217.6962 93.96875L217.18057 93.640625L220.64932 88.078125L221.16495 88.40625L217.6962 93.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.0854 153.5L280.42914 153.5L280.42914 152.84375L282.88226 150.10938Q283.42914 149.5 283.63226 149.10938Q283.851 148.71875 283.851 148.29688Q283.851 147.75 283.50726 147.39062Q283.17914 147.03125 282.61664 147.03125Q281.94476 147.03125 281.56976 147.42188Q281.19476 147.79688 281.19476 148.48438L280.2885 148.48438Q280.2885 147.5 280.9135 146.90625Q281.55414 146.29688 282.61664 146.29688Q283.601 146.29688 284.17914 146.8125Q284.75726 147.32812 284.75726 148.20312Q284.75726 149.25 283.4135 150.70312L281.5229 152.76562L285.0854 152.76562L285.0854 153.5ZM290.24164 151.10938L291.226 151.10938L291.226 151.84375L290.24164 151.84375L290.24164 153.5L289.3354 153.5L289.3354 151.84375L286.101 151.84375L286.101 151.3125L289.2729 146.39062L290.24164 146.39062L290.24164 151.10938ZM287.11664 151.10938L289.3354 151.10938L289.3354 147.625L289.226 147.82812L287.11664 151.10938ZM292.351 147.75Q292.351 147.125 292.75726 146.70312Q293.1635 146.28125 293.80414 146.28125Q294.4604 146.28125 294.851 146.70312Q295.25726 147.125 295.25726 147.78125L295.25726 148.14062Q295.25726 148.78125 294.851 149.1875Q294.44476 149.59375 293.81976 149.59375Q293.17914 149.59375 292.75726 149.1875Q292.351 148.78125 292.351 148.09375L292.351 147.75ZM293.0229 148.14062Q293.0229 148.51562 293.226 148.76562Q293.44476 149.0 293.81976 149.0Q294.1635 149.0 294.36664 148.76562Q294.5854 148.53125 294.5854 148.10938L294.5854 147.75Q294.5854 147.375 294.36664 147.125Q294.1635 146.875 293.80414 146.875Q293.44476 146.875 293.226 147.125Q293.0229 147.375 293.0229 147.78125L293.0229 148.14062ZM295.80414 151.75Q295.80414 151.10938 296.2104 150.70312Q296.63226 150.29688 297.25726 150.29688Q297.8979 150.29688 298.30414 150.70312Q298.726 151.10938 298.726 151.79688L298.726 152.14062Q298.726 152.78125 298.31976 153.20312Q297.9135 153.60938 297.2729 153.60938Q296.6479 153.60938 296.226 153.20312Q295.80414 152.78125 295.80414 152.10938L295.80414 151.75ZM296.49164 152.14062Q296.49164 152.51562 296.69476 152.76562Q296.9135 153.01562 297.2729 153.01562Q297.63226 153.01562 297.8354 152.78125Q298.05414 152.53125 298.05414 152.125L298.05414 151.75Q298.05414 151.375 297.8354 151.125Q297.61664 150.875 297.2729 150.875Q296.9135 150.875 296.69476 151.125Q296.49164 151.35938 296.49164 151.78125L296.49164 152.14062ZM294.0229 152.96875L293.50726 152.64062L296.976 147.07812L297.49164 147.40625L294.0229 152.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M285.0854 153.5L280.42914 153.5L280.42914 152.84375L282.88226 150.10938Q283.42914 149.5 283.63226 149.10938Q283.851 148.71875 283.851 148.29688Q283.851 147.75 283.50726 147.39062Q283.17914 147.03125 282.61664 147.03125Q281.94476 147.03125 281.56976 147.42188Q281.19476 147.79688 281.19476 148.48438L280.2885 148.48438Q280.2885 147.5 280.9135 146.90625Q281.55414 146.29688 282.61664 146.29688Q283.601 146.29688 284.17914 146.8125Q284.75726 147.32812 284.75726 148.20312Q284.75726 149.25 283.4135 150.70312L281.5229 152.76562L285.0854 152.76562L285.0854 153.5ZM290.24164 151.10938L291.226 151.10938L291.226 151.84375L290.24164 151.84375L290.24164 153.5L289.3354 153.5L289.3354 151.84375L286.101 151.84375L286.101 151.3125L289.2729 146.39062L290.24164 146.39062L290.24164 151.10938ZM287.11664 151.10938L289.3354 151.10938L289.3354 147.625L289.226 147.82812L287.11664 151.10938ZM292.351 147.75Q292.351 147.125 292.75726 146.70312Q293.1635 146.28125 293.80414 146.28125Q294.4604 146.28125 294.851 146.70312Q295.25726 147.125 295.25726 147.78125L295.25726 148.14062Q295.25726 148.78125 294.851 149.1875Q294.44476 149.59375 293.81976 149.59375Q293.17914 149.59375 292.75726 149.1875Q292.351 148.78125 292.351 148.09375L292.351 147.75ZM293.0229 148.14062Q293.0229 148.51562 293.226 148.76562Q293.44476 149.0 293.81976 149.0Q294.1635 149.0 294.36664 148.76562Q294.5854 148.53125 294.5854 148.10938L294.5854 147.75Q294.5854 147.375 294.36664 147.125Q294.1635 146.875 293.80414 146.875Q293.44476 146.875 293.226 147.125Q293.0229 147.375 293.0229 147.78125L293.0229 148.14062ZM295.80414 151.75Q295.80414 151.10938 296.2104 150.70312Q296.63226 150.29688 297.25726 150.29688Q297.8979 150.29688 298.30414 150.70312Q298.726 151.10938 298.726 151.79688L298.726 152.14062Q298.726 152.78125 298.31976 153.20312Q297.9135 153.60938 297.2729 153.60938Q296.6479 153.60938 296.226 153.20312Q295.80414 152.78125 295.80414 152.10938L295.80414 151.75ZM296.49164 152.14062Q296.49164 152.51562 296.69476 152.76562Q296.9135 153.01562 297.2729 153.01562Q297.63226 153.01562 297.8354 152.78125Q298.05414 152.53125 298.05414 152.125L298.05414 151.75Q298.05414 151.375 297.8354 151.125Q297.61664 150.875 297.2729 150.875Q296.9135 150.875 296.69476 151.125Q296.49164 151.35938 296.49164 151.78125L296.49164 152.14062ZM294.0229 152.96875L293.50726 152.64062L296.976 147.07812L297.49164 147.40625L294.0229 152.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.24713 213.5L272.59088 213.5L272.59088 212.84375L275.044 210.10938Q275.59088 209.5 275.794 209.10938Q276.01276 208.71875 276.01276 208.29688Q276.01276 207.75 275.669 207.39062Q275.34088 207.03125 274.77838 207.03125Q274.1065 207.03125 273.7315 207.42188Q273.3565 207.79688 273.3565 208.48438L272.45026 208.48438Q272.45026 207.5 273.07526 206.90625Q273.71588 206.29688 274.77838 206.29688Q275.76276 206.29688 276.34088 206.8125Q276.919 207.32812 276.919 208.20312Q276.919 209.25 275.57526 210.70312L273.68463 212.76562L277.24713 212.76562L277.24713 213.5ZM283.24713 213.5L278.59088 213.5L278.59088 212.84375L281.044 210.10938Q281.59088 209.5 281.794 209.10938Q282.01276 208.71875 282.01276 208.29688Q282.01276 207.75 281.669 207.39062Q281.34088 207.03125 280.77838 207.03125Q280.1065 207.03125 279.7315 207.42188Q279.3565 207.79688 279.3565 208.48438L278.45026 208.48438Q278.45026 207.5 279.07526 206.90625Q279.71588 206.29688 280.77838 206.29688Q281.76276 206.29688 282.34088 206.8125Q282.919 207.32812 282.919 208.20312Q282.919 209.25 281.57526 210.70312L279.68463 212.76562L283.24713 212.76562L283.24713 213.5ZM284.51276 207.75Q284.51276 207.125 284.919 206.70312Q285.32526 206.28125 285.96588 206.28125Q286.62213 206.28125 287.01276 206.70312Q287.419 207.125 287.419 207.78125L287.419 208.14062Q287.419 208.78125 287.01276 209.1875Q286.6065 209.59375 285.9815 209.59375Q285.34088 209.59375 284.919 209.1875Q284.51276 208.78125 284.51276 208.09375L284.51276 207.75ZM285.18463 208.14062Q285.18463 208.51562 285.38776 208.76562Q285.6065 209.0 285.9815 209.0Q286.32526 209.0 286.52838 208.76562Q286.74713 208.53125 286.74713 208.10938L286.74713 207.75Q286.74713 207.375 286.52838 207.125Q286.32526 206.875 285.96588 206.875Q285.6065 206.875 285.38776 207.125Q285.18463 207.375 285.18463 207.78125L285.18463 208.14062ZM287.96588 211.75Q287.96588 211.10938 288.37213 210.70312Q288.794 210.29688 289.419 210.29688Q290.05963 210.29688 290.46588 210.70312Q290.88776 211.10938 290.88776 211.79688L290.88776 212.14062Q290.88776 212.78125 290.4815 213.20312Q290.07526 213.60938 289.43463 213.60938Q288.80963 213.60938 288.38776 213.20312Q287.96588 212.78125 287.96588 212.10938L287.96588 211.75ZM288.65338 212.14062Q288.65338 212.51562 288.8565 212.76562Q289.07526 213.01562 289.43463 213.01562Q289.794 213.01562 289.99713 212.78125Q290.21588 212.53125 290.21588 212.125L290.21588 211.75Q290.21588 211.375 289.99713 211.125Q289.77838 210.875 289.43463 210.875Q289.07526 210.875 288.8565 211.125Q288.65338 211.35938 288.65338 211.78125L288.65338 212.14062ZM286.18463 212.96875L285.669 212.64062L289.13776 207.07812L289.65338 207.40625L286.18463 212.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M277.24713 213.5L272.59088 213.5L272.59088 212.84375L275.044 210.10938Q275.59088 209.5 275.794 209.10938Q276.01276 208.71875 276.01276 208.29688Q276.01276 207.75 275.669 207.39062Q275.34088 207.03125 274.77838 207.03125Q274.1065 207.03125 273.7315 207.42188Q273.3565 207.79688 273.3565 208.48438L272.45026 208.48438Q272.45026 207.5 273.07526 206.90625Q273.71588 206.29688 274.77838 206.29688Q275.76276 206.29688 276.34088 206.8125Q276.919 207.32812 276.919 208.20312Q276.919 209.25 275.57526 210.70312L273.68463 212.76562L277.24713 212.76562L277.24713 213.5ZM283.24713 213.5L278.59088 213.5L278.59088 212.84375L281.044 210.10938Q281.59088 209.5 281.794 209.10938Q282.01276 208.71875 282.01276 208.29688Q282.01276 207.75 281.669 207.39062Q281.34088 207.03125 280.77838 207.03125Q280.1065 207.03125 279.7315 207.42188Q279.3565 207.79688 279.3565 208.48438L278.45026 208.48438Q278.45026 207.5 279.07526 206.90625Q279.71588 206.29688 280.77838 206.29688Q281.76276 206.29688 282.34088 206.8125Q282.919 207.32812 282.919 208.20312Q282.919 209.25 281.57526 210.70312L279.68463 212.76562L283.24713 212.76562L283.24713 213.5ZM284.51276 207.75Q284.51276 207.125 284.919 206.70312Q285.32526 206.28125 285.96588 206.28125Q286.62213 206.28125 287.01276 206.70312Q287.419 207.125 287.419 207.78125L287.419 208.14062Q287.419 208.78125 287.01276 209.1875Q286.6065 209.59375 285.9815 209.59375Q285.34088 209.59375 284.919 209.1875Q284.51276 208.78125 284.51276 208.09375L284.51276 207.75ZM285.18463 208.14062Q285.18463 208.51562 285.38776 208.76562Q285.6065 209.0 285.9815 209.0Q286.32526 209.0 286.52838 208.76562Q286.74713 208.53125 286.74713 208.10938L286.74713 207.75Q286.74713 207.375 286.52838 207.125Q286.32526 206.875 285.96588 206.875Q285.6065 206.875 285.38776 207.125Q285.18463 207.375 285.18463 207.78125L285.18463 208.14062ZM287.96588 211.75Q287.96588 211.10938 288.37213 210.70312Q288.794 210.29688 289.419 210.29688Q290.05963 210.29688 290.46588 210.70312Q290.88776 211.10938 290.88776 211.79688L290.88776 212.14062Q290.88776 212.78125 290.4815 213.20312Q290.07526 213.60938 289.43463 213.60938Q288.80963 213.60938 288.38776 213.20312Q287.96588 212.78125 287.96588 212.10938L287.96588 211.75ZM288.65338 212.14062Q288.65338 212.51562 288.8565 212.76562Q289.07526 213.01562 289.43463 213.01562Q289.794 213.01562 289.99713 212.78125Q290.21588 212.53125 290.21588 212.125L290.21588 211.75Q290.21588 211.375 289.99713 211.125Q289.77838 210.875 289.43463 210.875Q289.07526 210.875 288.8565 211.125Q288.65338 211.35938 288.65338 211.78125L288.65338 212.14062ZM286.18463 212.96875L285.669 212.64062L289.13776 207.07812L289.65338 207.40625L286.18463 212.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.1869 269.5L314.85876 269.5Q315.4994 269.5 315.85876 269.17188Q316.23376 268.84375 316.23376 268.28125Q316.23376 267.03125 314.98376 267.03125Q314.40564 267.03125 314.04626 267.375Q313.7025 267.70312 313.7025 268.25L312.79626 268.25Q312.79626 267.40625 313.42126 266.85938Q314.04626 266.29688 314.98376 266.29688Q315.9994 266.29688 316.5619 266.82812Q317.14 267.35938 317.14 268.29688Q317.14 268.76562 316.84314 269.20312Q316.54626 269.64062 316.015 269.85938Q316.60876 270.03125 316.92126 270.46875Q317.2494 270.89062 317.2494 271.51562Q317.2494 272.46875 316.6244 273.03125Q315.9994 273.59375 314.9994 273.59375Q313.9994 273.59375 313.35876 273.0625Q312.73376 272.51562 312.73376 271.625L313.65564 271.625Q313.65564 272.1875 314.015 272.53125Q314.3744 272.85938 314.9994 272.85938Q315.65564 272.85938 315.9994 272.51562Q316.34314 272.17188 316.34314 271.53125Q316.34314 270.92188 315.9525 270.59375Q315.5775 270.25 314.85876 270.25L314.1869 270.25L314.1869 269.5ZM323.3275 270.46875Q323.3275 272.04688 322.78064 272.82812Q322.2494 273.59375 321.09314 273.59375Q319.9525 273.59375 319.40564 272.84375Q318.85876 272.09375 318.84314 270.59375L318.84314 269.39062Q318.84314 267.8125 319.3744 267.0625Q319.92126 266.29688 321.0775 266.29688Q322.23376 266.29688 322.765 267.03125Q323.3119 267.76562 323.3275 269.29688L323.3275 270.46875ZM322.42126 269.23438Q322.42126 268.07812 322.09314 267.5625Q321.78064 267.03125 321.0775 267.03125Q320.39 267.03125 320.0619 267.5625Q319.7494 268.07812 319.7494 269.15625L319.7494 270.60938Q319.7494 271.76562 320.0775 272.3125Q320.42126 272.85938 321.09314 272.85938Q321.765 272.85938 322.0775 272.34375Q322.40564 271.82812 322.42126 270.71875L322.42126 269.23438ZM324.79626 267.75Q324.79626 267.125 325.2025 266.70312Q325.60876 266.28125 326.2494 266.28125Q326.90564 266.28125 327.29626 266.70312Q327.7025 267.125 327.7025 267.78125L327.7025 268.14062Q327.7025 268.78125 327.29626 269.1875Q326.89 269.59375 326.265 269.59375Q325.6244 269.59375 325.2025 269.1875Q324.79626 268.78125 324.79626 268.09375L324.79626 267.75ZM325.46814 268.14062Q325.46814 268.51562 325.67126 268.76562Q325.89 269.0 326.265 269.0Q326.60876 269.0 326.8119 268.76562Q327.03064 268.53125 327.03064 268.10938L327.03064 267.75Q327.03064 267.375 326.8119 267.125Q326.60876 266.875 326.2494 266.875Q325.89 266.875 325.67126 267.125Q325.46814 267.375 325.46814 267.78125L325.46814 268.14062ZM328.2494 271.75Q328.2494 271.10938 328.65564 270.70312Q329.0775 270.29688 329.7025 270.29688Q330.34314 270.29688 330.7494 270.70312Q331.17126 271.10938 331.17126 271.79688L331.17126 272.14062Q331.17126 272.78125 330.765 273.20312Q330.35876 273.60938 329.71814 273.60938Q329.09314 273.60938 328.67126 273.20312Q328.2494 272.78125 328.2494 272.10938L328.2494 271.75ZM328.9369 272.14062Q328.9369 272.51562 329.14 272.76562Q329.35876 273.01562 329.71814 273.01562Q330.0775 273.01562 330.28064 272.78125Q330.4994 272.53125 330.4994 272.125L330.4994 271.75Q330.4994 271.375 330.28064 271.125Q330.0619 270.875 329.71814 270.875Q329.35876 270.875 329.14 271.125Q328.9369 271.35938 328.9369 271.78125L328.9369 272.14062ZM326.46814 272.96875L325.9525 272.64062L329.42126 267.07812L329.9369 267.40625L326.46814 272.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M314.1869 269.5L314.85876 269.5Q315.4994 269.5 315.85876 269.17188Q316.23376 268.84375 316.23376 268.28125Q316.23376 267.03125 314.98376 267.03125Q314.40564 267.03125 314.04626 267.375Q313.7025 267.70312 313.7025 268.25L312.79626 268.25Q312.79626 267.40625 313.42126 266.85938Q314.04626 266.29688 314.98376 266.29688Q315.9994 266.29688 316.5619 266.82812Q317.14 267.35938 317.14 268.29688Q317.14 268.76562 316.84314 269.20312Q316.54626 269.64062 316.015 269.85938Q316.60876 270.03125 316.92126 270.46875Q317.2494 270.89062 317.2494 271.51562Q317.2494 272.46875 316.6244 273.03125Q315.9994 273.59375 314.9994 273.59375Q313.9994 273.59375 313.35876 273.0625Q312.73376 272.51562 312.73376 271.625L313.65564 271.625Q313.65564 272.1875 314.015 272.53125Q314.3744 272.85938 314.9994 272.85938Q315.65564 272.85938 315.9994 272.51562Q316.34314 272.17188 316.34314 271.53125Q316.34314 270.92188 315.9525 270.59375Q315.5775 270.25 314.85876 270.25L314.1869 270.25L314.1869 269.5ZM323.3275 270.46875Q323.3275 272.04688 322.78064 272.82812Q322.2494 273.59375 321.09314 273.59375Q319.9525 273.59375 319.40564 272.84375Q318.85876 272.09375 318.84314 270.59375L318.84314 269.39062Q318.84314 267.8125 319.3744 267.0625Q319.92126 266.29688 321.0775 266.29688Q322.23376 266.29688 322.765 267.03125Q323.3119 267.76562 323.3275 269.29688L323.3275 270.46875ZM322.42126 269.23438Q322.42126 268.07812 322.09314 267.5625Q321.78064 267.03125 321.0775 267.03125Q320.39 267.03125 320.0619 267.5625Q319.7494 268.07812 319.7494 269.15625L319.7494 270.60938Q319.7494 271.76562 320.0775 272.3125Q320.42126 272.85938 321.09314 272.85938Q321.765 272.85938 322.0775 272.34375Q322.40564 271.82812 322.42126 270.71875L322.42126 269.23438ZM324.79626 267.75Q324.79626 267.125 325.2025 266.70312Q325.60876 266.28125 326.2494 266.28125Q326.90564 266.28125 327.29626 266.70312Q327.7025 267.125 327.7025 267.78125L327.7025 268.14062Q327.7025 268.78125 327.29626 269.1875Q326.89 269.59375 326.265 269.59375Q325.6244 269.59375 325.2025 269.1875Q324.79626 268.78125 324.79626 268.09375L324.79626 267.75ZM325.46814 268.14062Q325.46814 268.51562 325.67126 268.76562Q325.89 269.0 326.265 269.0Q326.60876 269.0 326.8119 268.76562Q327.03064 268.53125 327.03064 268.10938L327.03064 267.75Q327.03064 267.375 326.8119 267.125Q326.60876 266.875 326.2494 266.875Q325.89 266.875 325.67126 267.125Q325.46814 267.375 325.46814 267.78125L325.46814 268.14062ZM328.2494 271.75Q328.2494 271.10938 328.65564 270.70312Q329.0775 270.29688 329.7025 270.29688Q330.34314 270.29688 330.7494 270.70312Q331.17126 271.10938 331.17126 271.79688L331.17126 272.14062Q331.17126 272.78125 330.765 273.20312Q330.35876 273.60938 329.71814 273.60938Q329.09314 273.60938 328.67126 273.20312Q328.2494 272.78125 328.2494 272.10938L328.2494 271.75ZM328.9369 272.14062Q328.9369 272.51562 329.14 272.76562Q329.35876 273.01562 329.71814 273.01562Q330.0775 273.01562 330.28064 272.78125Q330.4994 272.53125 330.4994 272.125L330.4994 271.75Q330.4994 271.375 330.28064 271.125Q330.0619 270.875 329.71814 270.875Q329.35876 270.875 329.14 271.125Q328.9369 271.35938 328.9369 271.78125L328.9369 272.14062ZM326.46814 272.96875L325.9525 272.64062L329.42126 267.07812L329.9369 267.40625L326.46814 272.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.09389 333.5L216.18764 333.5L216.18764 327.48438L214.35951 328.14062L214.35951 327.32812L216.95326 326.35938L217.09389 326.35938L217.09389 333.5ZM223.09389 333.5L222.18764 333.5L222.18764 327.48438L220.35951 328.14062L220.35951 327.32812L222.95326 326.35938L223.09389 326.35938L223.09389 333.5ZM226.04701 327.75Q226.04701 327.125 226.45326 326.70312Q226.85951 326.28125 227.50014 326.28125Q228.15639 326.28125 228.54701 326.70312Q228.95326 327.125 228.95326 327.78125L228.95326 328.14062Q228.95326 328.78125 228.54701 329.1875Q228.14076 329.59375 227.51576 329.59375Q226.87514 329.59375 226.45326 329.1875Q226.04701 328.78125 226.04701 328.09375L226.04701 327.75ZM226.71889 328.14062Q226.71889 328.51562 226.92201 328.76562Q227.14076 329.0 227.51576 329.0Q227.85951 329.0 228.06264 328.76562Q228.28139 328.53125 228.28139 328.10938L228.28139 327.75Q228.28139 327.375 228.06264 327.125Q227.85951 326.875 227.50014 326.875Q227.14076 326.875 226.92201 327.125Q226.71889 327.375 226.71889 327.78125L226.71889 328.14062ZM229.50014 331.75Q229.50014 331.10938 229.90639 330.70312Q230.32826 330.29688 230.95326 330.29688Q231.59389 330.29688 232.00014 330.70312Q232.42201 331.10938 232.42201 331.79688L232.42201 332.14062Q232.42201 332.78125 232.01576 333.20312Q231.60951 333.60938 230.96889 333.60938Q230.34389 333.60938 229.92201 333.20312Q229.50014 332.78125 229.50014 332.10938L229.50014 331.75ZM230.18764 332.14062Q230.18764 332.51562 230.39076 332.76562Q230.60951 333.01562 230.96889 333.01562Q231.32826 333.01562 231.53139 332.78125Q231.75014 332.53125 231.75014 332.125L231.75014 331.75Q231.75014 331.375 231.53139 331.125Q231.31264 330.875 230.96889 330.875Q230.60951 330.875 230.39076 331.125Q230.18764 331.35938 230.18764 331.78125L230.18764 332.14062ZM227.71889 332.96875L227.20326 332.64062L230.67201 327.07812L231.18764 327.40625L227.71889 332.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M217.09389 333.5L216.18764 333.5L216.18764 327.48438L214.35951 328.14062L214.35951 327.32812L216.95326 326.35938L217.09389 326.35938L217.09389 333.5ZM223.09389 333.5L222.18764 333.5L222.18764 327.48438L220.35951 328.14062L220.35951 327.32812L222.95326 326.35938L223.09389 326.35938L223.09389 333.5ZM226.04701 327.75Q226.04701 327.125 226.45326 326.70312Q226.85951 326.28125 227.50014 326.28125Q228.15639 326.28125 228.54701 326.70312Q228.95326 327.125 228.95326 327.78125L228.95326 328.14062Q228.95326 328.78125 228.54701 329.1875Q228.14076 329.59375 227.51576 329.59375Q226.87514 329.59375 226.45326 329.1875Q226.04701 328.78125 226.04701 328.09375L226.04701 327.75ZM226.71889 328.14062Q226.71889 328.51562 226.92201 328.76562Q227.14076 329.0 227.51576 329.0Q227.85951 329.0 228.06264 328.76562Q228.28139 328.53125 228.28139 328.10938L228.28139 327.75Q228.28139 327.375 228.06264 327.125Q227.85951 326.875 227.50014 326.875Q227.14076 326.875 226.92201 327.125Q226.71889 327.375 226.71889 327.78125L226.71889 328.14062ZM229.50014 331.75Q229.50014 331.10938 229.90639 330.70312Q230.32826 330.29688 230.95326 330.29688Q231.59389 330.29688 232.00014 330.70312Q232.42201 331.10938 232.42201 331.79688L232.42201 332.14062Q232.42201 332.78125 232.01576 333.20312Q231.60951 333.60938 230.96889 333.60938Q230.34389 333.60938 229.92201 333.20312Q229.50014 332.78125 229.50014 332.10938L229.50014 331.75ZM230.18764 332.14062Q230.18764 332.51562 230.39076 332.76562Q230.60951 333.01562 230.96889 333.01562Q231.32826 333.01562 231.53139 332.78125Q231.75014 332.53125 231.75014 332.125L231.75014 331.75Q231.75014 331.375 231.53139 331.125Q231.31264 330.875 230.96889 330.875Q230.60951 330.875 230.39076 331.125Q230.18764 331.35938 230.18764 331.78125L230.18764 332.14062ZM227.71889 332.96875L227.20326 332.64062L230.67201 327.07812L231.18764 327.40625L227.71889 332.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M168.53656 388.5L169.20844 388.5Q169.84906 388.5 170.20844 388.17188Q170.58344 387.84375 170.58344 387.28125Q170.58344 386.03125 169.33344 386.03125Q168.75531 386.03125 168.39594 386.375Q168.05219 386.70312 168.05219 387.25L167.14594 387.25Q167.14594 386.40625 167.77094 385.85938Q168.39594 385.29688 169.33344 385.29688Q170.34906 385.29688 170.91156 385.82812Q171.48969 386.35938 171.48969 387.29688Q171.48969 387.76562 171.19281 388.20312Q170.89594 388.64062 170.36469 388.85938Q170.95844 389.03125 171.27094 389.46875Q171.59906 389.89062 171.59906 390.51562Q171.59906 391.46875 170.97406 392.03125Q170.34906 392.59375 169.34906 392.59375Q168.34906 392.59375 167.70844 392.0625Q167.08344 391.51562 167.08344 390.625L168.00531 390.625Q168.00531 391.1875 168.36469 391.53125Q168.72406 391.85938 169.34906 391.85938Q170.00531 391.85938 170.34906 391.51562Q170.69281 391.17188 170.69281 390.53125Q170.69281 389.92188 170.30219 389.59375Q169.92719 389.25 169.20844 389.25L168.53656 389.25L168.53656 388.5ZM173.14594 386.75Q173.14594 386.125 173.55219 385.70312Q173.95844 385.28125 174.59906 385.28125Q175.25531 385.28125 175.64594 385.70312Q176.05219 386.125 176.05219 386.78125L176.05219 387.14062Q176.05219 387.78125 175.64594 388.1875Q175.23969 388.59375 174.61469 388.59375Q173.97406 388.59375 173.55219 388.1875Q173.14594 387.78125 173.14594 387.09375L173.14594 386.75ZM173.81781 387.14062Q173.81781 387.51562 174.02094 387.76562Q174.23969 388.0 174.61469 388.0Q174.95844 388.0 175.16156 387.76562Q175.38031 387.53125 175.38031 387.10938L175.38031 386.75Q175.38031 386.375 175.16156 386.125Q174.95844 385.875 174.59906 385.875Q174.23969 385.875 174.02094 386.125Q173.81781 386.375 173.81781 386.78125L173.81781 387.14062ZM176.59906 390.75Q176.59906 390.10938 177.00531 389.70312Q177.42719 389.29688 178.05219 389.29688Q178.69281 389.29688 179.09906 389.70312Q179.52094 390.10938 179.52094 390.79688L179.52094 391.14062Q179.52094 391.78125 179.11469 392.20312Q178.70844 392.60938 178.06781 392.60938Q177.44281 392.60938 177.02094 392.20312Q176.59906 391.78125 176.59906 391.10938L176.59906 390.75ZM177.28656 391.14062Q177.28656 391.51562 177.48969 391.76562Q177.70844 392.01562 178.06781 392.01562Q178.42719 392.01562 178.63031 391.78125Q178.84906 391.53125 178.84906 391.125L178.84906 390.75Q178.84906 390.375 178.63031 390.125Q178.41156 389.875 178.06781 389.875Q177.70844 389.875 177.48969 390.125Q177.28656 390.35938 177.28656 390.78125L177.28656 391.14062ZM174.81781 391.96875L174.30219 391.64062L177.77094 386.07812L178.28656 386.40625L174.81781 391.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M168.53656 388.5L169.20844 388.5Q169.84906 388.5 170.20844 388.17188Q170.58344 387.84375 170.58344 387.28125Q170.58344 386.03125 169.33344 386.03125Q168.75531 386.03125 168.39594 386.375Q168.05219 386.70312 168.05219 387.25L167.14594 387.25Q167.14594 386.40625 167.77094 385.85938Q168.39594 385.29688 169.33344 385.29688Q170.34906 385.29688 170.91156 385.82812Q171.48969 386.35938 171.48969 387.29688Q171.48969 387.76562 171.19281 388.20312Q170.89594 388.64062 170.36469 388.85938Q170.95844 389.03125 171.27094 389.46875Q171.59906 389.89062 171.59906 390.51562Q171.59906 391.46875 170.97406 392.03125Q170.34906 392.59375 169.34906 392.59375Q168.34906 392.59375 167.70844 392.0625Q167.08344 391.51562 167.08344 390.625L168.00531 390.625Q168.00531 391.1875 168.36469 391.53125Q168.72406 391.85938 169.34906 391.85938Q170.00531 391.85938 170.34906 391.51562Q170.69281 391.17188 170.69281 390.53125Q170.69281 389.92188 170.30219 389.59375Q169.92719 389.25 169.20844 389.25L168.53656 389.25L168.53656 388.5ZM173.14594 386.75Q173.14594 386.125 173.55219 385.70312Q173.95844 385.28125 174.59906 385.28125Q175.25531 385.28125 175.64594 385.70312Q176.05219 386.125 176.05219 386.78125L176.05219 387.14062Q176.05219 387.78125 175.64594 388.1875Q175.23969 388.59375 174.61469 388.59375Q173.97406 388.59375 173.55219 388.1875Q173.14594 387.78125 173.14594 387.09375L173.14594 386.75ZM173.81781 387.14062Q173.81781 387.51562 174.02094 387.76562Q174.23969 388.0 174.61469 388.0Q174.95844 388.0 175.16156 387.76562Q175.38031 387.53125 175.38031 387.10938L175.38031 386.75Q175.38031 386.375 175.16156 386.125Q174.95844 385.875 174.59906 385.875Q174.23969 385.875 174.02094 386.125Q173.81781 386.375 173.81781 386.78125L173.81781 387.14062ZM176.59906 390.75Q176.59906 390.10938 177.00531 389.70312Q177.42719 389.29688 178.05219 389.29688Q178.69281 389.29688 179.09906 389.70312Q179.52094 390.10938 179.52094 390.79688L179.52094 391.14062Q179.52094 391.78125 179.11469 392.20312Q178.70844 392.60938 178.06781 392.60938Q177.44281 392.60938 177.02094 392.20312Q176.59906 391.78125 176.59906 391.10938L176.59906 390.75ZM177.28656 391.14062Q177.28656 391.51562 177.48969 391.76562Q177.70844 392.01562 178.06781 392.01562Q178.42719 392.01562 178.63031 391.78125Q178.84906 391.53125 178.84906 391.125L178.84906 390.75Q178.84906 390.375 178.63031 390.125Q178.41156 389.875 178.06781 389.875Q177.70844 389.875 177.48969 390.125Q177.28656 390.35938 177.28656 390.78125L177.28656 391.14062ZM174.81781 391.96875L174.30219 391.64062L177.77094 386.07812L178.28656 386.40625L174.81781 391.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M309.9986 452.04913Q309.9986 451.2835 310.48297 450.7835Q310.98297 450.2835 311.7486 450.2835Q312.52985 450.2835 313.01422 450.7835Q313.4986 451.2835 313.4986 452.08038L313.4986 452.50226Q313.4986 453.26788 312.9986 453.76788Q312.51422 454.25226 311.76422 454.25226Q310.9986 454.25226 310.4986 453.76788Q309.9986 453.26788 309.9986 452.45538L309.9986 452.04913ZM310.8111 452.50226Q310.8111 452.95538 311.0611 453.25226Q311.32672 453.54913 311.76422 453.54913Q312.1861 453.54913 312.4361 453.26788Q312.6861 452.971 312.6861 452.471L312.6861 452.04913Q312.6861 451.596 312.4361 451.29913Q312.1861 450.98663 311.7486 450.98663Q311.3111 450.98663 311.0611 451.29913Q310.8111 451.596 310.8111 452.06476L310.8111 452.50226ZM314.15485 456.846Q314.15485 456.08038 314.63922 455.596Q315.13922 455.096 315.90485 455.096Q316.67047 455.096 317.15485 455.596Q317.65485 456.08038 317.65485 456.89288L317.65485 457.29913Q317.65485 458.06476 317.17047 458.56476Q316.6861 459.06476 315.92047 459.06476Q315.15485 459.06476 314.65485 458.58038Q314.15485 458.08038 314.15485 457.26788L314.15485 456.846ZM314.96735 457.29913Q314.96735 457.76788 315.21735 458.06476Q315.48297 458.36163 315.92047 458.36163Q316.34235 458.36163 316.59235 458.08038Q316.84235 457.7835 316.84235 457.2835L316.84235 456.846Q316.84235 456.37726 316.57672 456.096Q316.32672 455.79913 315.90485 455.79913Q315.48297 455.79913 315.21735 456.096Q314.96735 456.37726 314.96735 456.87726L314.96735 457.29913ZM312.01422 458.29913L311.38922 457.9085L315.5611 451.23663L316.17047 451.62726L312.01422 458.29913ZM321.92047 455.70538Q321.92047 454.7835 322.27985 454.0335Q322.65485 453.2835 323.3111 452.89288Q323.96735 452.48663 324.79547 452.48663Q326.09235 452.48663 326.88922 453.37726Q327.70172 454.26788 327.70172 455.76788L327.70172 455.846Q327.70172 456.76788 327.34235 457.50226Q326.98297 458.23663 326.32672 458.6585Q325.67047 459.06476 324.8111 459.06476Q323.52985 459.06476 322.71735 458.17413Q321.92047 457.26788 321.92047 455.7835L321.92047 455.70538ZM323.01422 455.846Q323.01422 456.89288 323.4986 457.5335Q323.9986 458.17413 324.8111 458.17413Q325.63922 458.17413 326.1236 457.5335Q326.60797 456.87726 326.60797 455.70538Q326.60797 454.67413 326.10797 454.0335Q325.6236 453.37726 324.79547 453.37726Q323.9986 453.37726 323.4986 454.01788Q323.01422 454.64288 323.01422 455.846ZM329.7486 458.93976L329.7486 453.43976L328.7486 453.43976L328.7486 452.596L329.7486 452.596L329.7486 451.95538Q329.7486 450.92413 330.27985 450.37726Q330.82672 449.81476 331.82672 449.81476Q332.20172 449.81476 332.57672 449.9085L332.51422 450.79913Q332.23297 450.73663 331.9361 450.73663Q331.40485 450.73663 331.10797 451.04913Q330.82672 451.36163 330.82672 451.92413L330.82672 452.596L332.1861 452.596L332.1861 453.43976L330.82672 453.43976L330.82672 458.93976L329.7486 458.93976ZM339.27985 453.56476Q339.02985 453.5335 338.7486 453.5335Q337.67047 453.5335 337.29547 454.43976L337.29547 458.93976L336.21735 458.93976L336.21735 452.596L337.26422 452.596L337.27985 453.33038Q337.8111 452.48663 338.79547 452.48663Q339.10797 452.48663 339.27985 452.56476L339.27985 453.56476ZM342.84235 459.06476Q341.54547 459.06476 340.73297 458.221Q339.9361 457.36163 339.9361 455.93976L339.9361 455.75226Q339.9361 454.79913 340.29547 454.06476Q340.65485 453.31476 341.29547 452.9085Q341.95172 452.48663 342.70172 452.48663Q343.9361 452.48663 344.6236 453.29913Q345.3111 454.11163 345.3111 455.62726L345.3111 456.08038L341.01422 456.08038Q341.04547 457.01788 341.5611 457.596Q342.09235 458.17413 342.90485 458.17413Q343.46735 458.17413 343.85797 457.93976Q344.26422 457.70538 344.57672 457.31476L345.23297 457.83038Q344.4361 459.06476 342.84235 459.06476ZM342.70172 453.37726Q342.04547 453.37726 341.59235 453.86163Q341.15485 454.33038 341.0611 455.18976L344.23297 455.18976L344.23297 455.11163Q344.1861 454.2835 343.77985 453.83038Q343.38922 453.37726 342.70172 453.37726ZM349.90485 457.25226Q349.90485 456.81476 349.5611 456.58038Q349.23297 456.33038 348.40485 456.1585Q347.59235 455.98663 347.10797 455.73663Q346.6236 455.48663 346.38922 455.1585Q346.17047 454.81476 346.17047 454.346Q346.17047 453.56476 346.82672 453.0335Q347.48297 452.48663 348.51422 452.48663Q349.59235 452.48663 350.2486 453.04913Q350.92047 453.596 350.92047 454.45538L349.84235 454.45538Q349.84235 454.01788 349.45172 453.70538Q349.07672 453.37726 348.51422 453.37726Q347.92047 453.37726 347.57672 453.64288Q347.2486 453.89288 347.2486 454.29913Q347.2486 454.68976 347.5611 454.89288Q347.8736 455.096 348.6861 455.2835Q349.4986 455.45538 349.9986 455.70538Q350.4986 455.95538 350.73297 456.31476Q350.98297 456.67413 350.98297 457.17413Q350.98297 458.0335 350.29547 458.54913Q349.6236 459.06476 348.54547 459.06476Q347.77985 459.06476 347.1861 458.79913Q346.60797 458.51788 346.27985 458.0335Q345.95172 457.54913 345.95172 456.98663L347.02985 456.98663Q347.0611 457.5335 347.46735 457.86163Q347.8736 458.17413 348.54547 458.17413Q349.15485 458.17413 349.52985 457.92413Q349.90485 457.67413 349.90485 457.25226ZM357.5611 455.846Q357.5611 457.2835 356.90485 458.17413Q356.2486 459.06476 355.10797 459.06476Q353.95172 459.06476 353.29547 458.33038L353.29547 461.37726L352.21735 461.37726L352.21735 452.596L353.20172 452.596L353.2486 453.29913Q353.92047 452.48663 355.09235 452.48663Q356.23297 452.48663 356.88922 453.346Q357.5611 454.20538 357.5611 455.73663L357.5611 455.846ZM356.48297 455.721Q356.48297 454.64288 356.01422 454.0335Q355.5611 453.4085 354.76422 453.4085Q353.77985 453.4085 353.29547 454.26788L353.29547 457.29913Q353.77985 458.17413 354.77985 458.17413Q355.5611 458.17413 356.01422 457.56476Q356.48297 456.93976 356.48297 455.721ZM358.92047 455.70538Q358.92047 454.7835 359.27985 454.0335Q359.65485 453.2835 360.3111 452.89288Q360.96735 452.48663 361.79547 452.48663Q363.09235 452.48663 363.88922 453.37726Q364.70172 454.26788 364.70172 455.76788L364.70172 455.846Q364.70172 456.76788 364.34235 457.50226Q363.98297 458.23663 363.32672 458.6585Q362.67047 459.06476 361.8111 459.06476Q360.52985 459.06476 359.71735 458.17413Q358.92047 457.26788 358.92047 455.7835L358.92047 455.70538ZM360.01422 455.846Q360.01422 456.89288 360.4986 457.5335Q360.9986 458.17413 361.8111 458.17413Q362.63922 458.17413 363.1236 457.5335Q363.60797 456.87726 363.60797 455.70538Q363.60797 454.67413 363.10797 454.0335Q362.6236 453.37726 361.79547 453.37726Q360.9986 453.37726 360.4986 454.01788Q360.01422 454.64288 360.01422 455.846ZM367.23297 452.596L367.26422 453.39288Q367.9986 452.48663 369.17047 452.48663Q371.1861 452.48663 371.20172 454.75226L371.20172 458.93976L370.10797 458.93976L370.10797 454.73663Q370.10797 454.06476 369.79547 453.73663Q369.4986 453.4085 368.84235 453.4085Q368.3111 453.4085 367.90485 453.68976Q367.51422 453.971 367.29547 454.42413L367.29547 458.93976L366.21735 458.93976L366.21735 452.596L367.23297 452.596ZM372.95172 455.721Q372.95172 454.25226 373.63922 453.37726Q374.32672 452.48663 375.45172 452.48663Q376.5611 452.48663 377.21735 453.23663L377.21735 449.93976L378.29547 449.93976L378.29547 458.93976L377.29547 458.93976L377.2486 458.25226Q376.59235 459.06476 375.4361 459.06476Q374.34235 459.06476 373.63922 458.1585Q372.95172 457.25226 372.95172 455.79913L372.95172 455.721ZM374.02985 455.846Q374.02985 456.92413 374.46735 457.5335Q374.92047 458.14288 375.70172 458.14288Q376.73297 458.14288 377.21735 457.20538L377.21735 454.29913Q376.73297 453.4085 375.71735 453.4085Q374.92047 453.4085 374.46735 454.01788Q374.02985 454.62726 374.02985 455.846ZM382.84235 459.06476Q381.54547 459.06476 380.73297 458.221Q379.9361 457.36163 379.9361 455.93976L379.9361 455.75226Q379.9361 454.79913 380.29547 454.06476Q380.65485 453.31476 381.29547 452.9085Q381.95172 452.48663 382.70172 452.48663Q383.9361 452.48663 384.6236 453.29913Q385.3111 454.11163 385.3111 455.62726L385.3111 456.08038L381.01422 456.08038Q381.04547 457.01788 381.5611 457.596Q382.09235 458.17413 382.90485 458.17413Q383.46735 458.17413 383.85797 457.93976Q384.26422 457.70538 384.57672 457.31476L385.23297 457.83038Q384.4361 459.06476 382.84235 459.06476ZM382.70172 453.37726Q382.04547 453.37726 381.59235 453.86163Q381.15485 454.33038 381.0611 455.18976L384.23297 455.18976L384.23297 455.11163Q384.1861 454.2835 383.77985 453.83038Q383.38922 453.37726 382.70172 453.37726ZM387.23297 452.596L387.26422 453.39288Q387.9986 452.48663 389.17047 452.48663Q391.1861 452.48663 391.20172 454.75226L391.20172 458.93976L390.10797 458.93976L390.10797 454.73663Q390.10797 454.06476 389.79547 453.73663Q389.4986 453.4085 388.84235 453.4085Q388.3111 453.4085 387.90485 453.68976Q387.51422 453.971 387.29547 454.42413L387.29547 458.93976L386.21735 458.93976L386.21735 452.596L387.23297 452.596ZM394.6861 451.06476L394.6861 452.596L395.85797 452.596L395.85797 453.43976L394.6861 453.43976L394.6861 457.36163Q394.6861 457.75226 394.84235 457.93976Q394.9986 458.12726 395.3736 458.12726Q395.5611 458.12726 395.88922 458.06476L395.88922 458.93976Q395.46735 459.06476 395.0611 459.06476Q394.34235 459.06476 393.96735 458.62726Q393.59235 458.17413 393.59235 457.36163L393.59235 453.43976L392.4361 453.43976L392.4361 452.596L393.59235 452.596L393.59235 451.06476L394.6861 451.06476ZM400.90485 457.25226Q400.90485 456.81476 400.5611 456.58038Q400.23297 456.33038 399.40485 456.1585Q398.59235 455.98663 398.10797 455.73663Q397.6236 455.48663 397.38922 455.1585Q397.17047 454.81476 397.17047 454.346Q397.17047 453.56476 397.82672 453.0335Q398.48297 452.48663 399.51422 452.48663Q400.59235 452.48663 401.2486 453.04913Q401.92047 453.596 401.92047 454.45538L400.84235 454.45538Q400.84235 454.01788 400.45172 453.70538Q400.07672 453.37726 399.51422 453.37726Q398.92047 453.37726 398.57672 453.64288Q398.2486 453.89288 398.2486 454.29913Q398.2486 454.68976 398.5611 454.89288Q398.8736 455.096 399.6861 455.2835Q400.4986 455.45538 400.9986 455.70538Q401.4986 455.95538 401.73297 456.31476Q401.98297 456.67413 401.98297 457.17413Q401.98297 458.0335 401.29547 458.54913Q400.6236 459.06476 399.54547 459.06476Q398.77985 459.06476 398.1861 458.79913Q397.60797 458.51788 397.27985 458.0335Q396.95172 457.54913 396.95172 456.98663L398.02985 456.98663Q398.0611 457.5335 398.46735 457.86163Q398.8736 458.17413 399.54547 458.17413Q400.15485 458.17413 400.52985 457.92413Q400.90485 457.67413 400.90485 457.25226Z" fill-rule="nonzero"/><path fill="#666666" d="M31.428 79.31237L35.474876 79.31237L35.474876 80.234245L30.287374 80.234245L30.287374 71.702995L31.428 71.702995L31.428 79.31237ZM38.756126 80.359245Q37.45925 80.359245 36.64675 79.515495Q35.849876 78.65612 35.849876 77.234245L35.849876 77.046745Q35.849876 76.09362 36.20925 75.359245Q36.568626 74.609245 37.20925 74.202995Q37.8655 73.78112 38.6155 73.78112Q39.849876 73.78112 40.537376 74.59362Q41.224876 75.40612 41.224876 76.921745L41.224876 77.37487L36.928 77.37487Q36.95925 78.31237 37.474876 78.890495Q38.006126 79.46862 38.818626 79.46862Q39.381126 79.46862 39.77175 79.234245Q40.178 78.99987 40.4905 78.609245L41.14675 79.12487Q40.349876 80.359245 38.756126 80.359245ZM38.6155 74.671745Q37.95925 74.671745 37.506126 75.15612Q37.068626 75.62487 36.974876 76.484245L40.14675 76.484245L40.14675 76.40612Q40.099876 75.577995 39.693626 75.12487Q39.303 74.671745 38.6155 74.671745ZM45.818626 78.546745Q45.818626 78.109245 45.474876 77.87487Q45.14675 77.62487 44.318626 77.452995Q43.506126 77.28112 43.02175 77.03112Q42.537376 76.78112 42.303 76.452995Q42.08425 76.109245 42.08425 75.640495Q42.08425 74.859245 42.7405 74.327995Q43.39675 73.78112 44.428 73.78112Q45.506126 73.78112 46.162376 74.34362Q46.83425 74.890495 46.83425 75.74987L45.756126 75.74987Q45.756126 75.31237 45.3655 74.99987Q44.9905 74.671745 44.428 74.671745Q43.83425 74.671745 43.4905 74.93737Q43.162376 75.18737 43.162376 75.59362Q43.162376 75.984245 43.474876 76.18737Q43.787376 76.390495 44.599876 76.577995Q45.412376 76.74987 45.912376 76.99987Q46.412376 77.24987 46.64675 77.609245Q46.89675 77.96862 46.89675 78.46862Q46.89675 79.327995 46.20925 79.84362Q45.537376 80.359245 44.45925 80.359245Q43.693626 80.359245 43.099876 80.09362Q42.52175 79.81237 42.193626 79.327995Q41.8655 78.84362 41.8655 78.28112L42.943626 78.28112Q42.974876 78.827995 43.381126 79.15612Q43.787376 79.46862 44.45925 79.46862Q45.068626 79.46862 45.443626 79.21862Q45.818626 78.96862 45.818626 78.546745ZM51.818626 78.546745Q51.818626 78.109245 51.474876 77.87487Q51.14675 77.62487 50.318626 77.452995Q49.506126 77.28112 49.02175 77.03112Q48.537376 76.78112 48.303 76.452995Q48.08425 76.109245 48.08425 75.640495Q48.08425 74.859245 48.7405 74.327995Q49.39675 73.78112 50.428 73.78112Q51.506126 73.78112 52.162376 74.34362Q52.83425 74.890495 52.83425 75.74987L51.756126 75.74987Q51.756126 75.31237 51.3655 74.99987Q50.9905 74.671745 50.428 74.671745Q49.83425 74.671745 49.4905 74.93737Q49.162376 75.18737 49.162376 75.59362Q49.162376 75.984245 49.474876 76.18737Q49.787376 76.390495 50.599876 76.577995Q51.412376 76.74987 51.912376 76.99987Q52.412376 77.24987 52.64675 77.609245Q52.89675 77.96862 52.89675 78.46862Q52.89675 79.327995 52.20925 79.84362Q51.537376 80.359245 50.45925 80.359245Q49.693626 80.359245 49.099876 80.09362Q48.52175 79.81237 48.193626 79.327995Q47.8655 78.84362 47.8655 78.28112L48.943626 78.28112Q48.974876 78.827995 49.381126 79.15612Q49.787376 79.46862 50.45925 79.46862Q51.068626 79.46862 51.443626 79.21862Q51.818626 78.96862 51.818626 78.546745ZM58.599876 72.359245L58.599876 73.890495L59.77175 73.890495L59.77175 74.734245L58.599876 74.734245L58.599876 78.65612Q58.599876 79.046745 58.756126 79.234245Q58.912376 79.421745 59.287376 79.421745Q59.474876 79.421745 59.803 79.359245L59.803 80.234245Q59.381126 80.359245 58.974876 80.359245Q58.256126 80.359245 57.881126 79.921745Q57.506126 79.46862 57.506126 78.65612L57.506126 74.734245L56.349876 74.734245L56.349876 73.890495L57.506126 73.890495L57.506126 72.359245L58.599876 72.359245ZM62.20925 74.65612Q62.928 73.78112 64.08425 73.78112Q66.09988 73.78112 66.1155 76.046745L66.1155 80.234245L65.02175 80.234245L65.02175 76.03112Q65.02175 75.359245 64.70925 75.03112Q64.41238 74.702995 63.756126 74.702995Q63.224876 74.702995 62.818626 74.984245Q62.428 75.265495 62.20925 75.71862L62.20925 80.234245L61.131126 80.234245L61.131126 71.234245L62.20925 71.234245L62.20925 74.65612ZM72.03738 80.234245Q71.94363 80.046745 71.88113 79.56237Q71.13113 80.359245 70.08425 80.359245Q69.14675 80.359245 68.53738 79.827995Q67.94363 79.296745 67.94363 78.46862Q67.94363 77.484245 68.69363 76.93737Q69.44363 76.390495 70.81863 76.390495L71.8655 76.390495L71.8655 75.890495Q71.8655 75.327995 71.52175 74.99987Q71.19363 74.65612 70.52175 74.65612Q69.94363 74.65612 69.553 74.952995Q69.16238 75.234245 69.16238 75.65612L68.06863 75.65612Q68.06863 75.171745 68.39675 74.734245Q68.7405 74.296745 69.31863 74.046745Q69.89675 73.78112 70.58425 73.78112Q71.69363 73.78112 72.303 74.327995Q72.928 74.87487 72.95925 75.827995L72.95925 78.74987Q72.95925 79.62487 73.178 80.140495L73.178 80.234245L72.03738 80.234245ZM70.2405 79.40612Q70.75613 79.40612 71.20925 79.140495Q71.66238 78.87487 71.8655 78.452995L71.8655 77.15612L71.02175 77.15612Q69.02175 77.15612 69.02175 78.327995Q69.02175 78.827995 69.3655 79.12487Q69.70925 79.40612 70.2405 79.40612ZM76.14675 73.890495L76.178 74.68737Q76.91238 73.78112 78.08425 73.78112Q80.09988 73.78112 80.1155 76.046745L80.1155 80.234245L79.02175 80.234245L79.02175 76.03112Q79.02175 75.359245 78.70925 75.03112Q78.41238 74.702995 77.75613 74.702995Q77.22488 74.702995 76.81863 74.984245Q76.428 75.265495 76.20925 75.71862L76.20925 80.234245L75.13113 80.234245L75.13113 73.890495L76.14675 73.890495ZM86.58425 75.43737L87.39675 75.43737Q88.178 75.421745 88.6155 75.03112Q89.053 74.640495 89.053 73.96862Q89.053 72.46862 87.553 72.46862Q86.84988 72.46862 86.428 72.87487Q86.02175 73.28112 86.02175 73.93737L84.928 73.93737Q84.928 72.921745 85.66238 72.24987Q86.41238 71.577995 87.553 71.577995Q88.75613 71.577995 89.44363 72.21862Q90.13113 72.859245 90.13113 73.99987Q90.13113 74.56237 89.77175 75.077995Q89.41238 75.59362 88.78738 75.859245Q89.4905 76.077995 89.8655 76.59362Q90.25613 77.109245 90.25613 77.859245Q90.25613 78.99987 89.50613 79.68737Q88.75613 80.359245 87.553 80.359245Q86.3655 80.359245 85.59988 79.702995Q84.84988 79.046745 84.84988 77.984245L85.94363 77.984245Q85.94363 78.65612 86.38113 79.06237Q86.81863 79.46862 87.56863 79.46862Q88.34988 79.46862 88.75613 79.06237Q89.178 78.640495 89.178 77.87487Q89.178 77.140495 88.72488 76.74987Q88.27175 76.34362 87.39675 76.327995L86.58425 76.327995L86.58425 75.43737ZM96.14675 73.890495L96.178 74.59362Q96.8655 73.78112 98.053 73.78112Q99.38113 73.78112 99.8655 74.796745Q100.178 74.34362 100.678 74.06237Q101.19363 73.78112 101.88113 73.78112Q103.97488 73.78112 104.00613 75.984245L104.00613 80.234245L102.928 80.234245L102.928 76.046745Q102.928 75.37487 102.6155 75.046745Q102.303 74.702995 101.56863 74.702995Q100.95925 74.702995 100.553 75.06237Q100.16238 75.421745 100.09988 76.03112L100.09988 80.234245L99.02175 80.234245L99.02175 76.077995Q99.02175 74.702995 97.66238 74.702995Q96.59988 74.702995 96.20925 75.609245L96.20925 80.234245L95.1155 80.234245L95.1155 73.890495L96.14675 73.890495ZM105.83425 76.99987Q105.83425 76.077995 106.19363 75.327995Q106.56863 74.577995 107.22488 74.18737Q107.88113 73.78112 108.70925 73.78112Q110.00613 73.78112 110.803 74.671745Q111.6155 75.56237 111.6155 77.06237L111.6155 77.140495Q111.6155 78.06237 111.25613 78.796745Q110.89675 79.53112 110.2405 79.952995Q109.58425 80.359245 108.72488 80.359245Q107.44363 80.359245 106.63113 79.46862Q105.83425 78.56237 105.83425 77.077995L105.83425 76.99987ZM106.928 77.140495Q106.928 78.18737 107.41238 78.827995Q107.91238 79.46862 108.72488 79.46862Q109.553 79.46862 110.03738 78.827995Q110.52175 78.171745 110.52175 76.99987Q110.52175 75.96862 110.02175 75.327995Q109.53738 74.671745 108.70925 74.671745Q107.91238 74.671745 107.41238 75.31237Q106.928 75.93737 106.928 77.140495ZM114.14675 73.890495L114.178 74.68737Q114.91238 73.78112 116.08425 73.78112Q118.09988 73.78112 118.1155 76.046745L118.1155 80.234245L117.02175 80.234245L117.02175 76.03112Q117.02175 75.359245 116.70925 75.03112Q116.41238 74.702995 115.75613 74.702995Q115.22488 74.702995 114.81863 74.984245Q114.428 75.265495 114.20925 75.71862L114.20925 80.234245L113.13113 80.234245L113.13113 73.890495L114.14675 73.890495ZM121.59988 72.359245L121.59988 73.890495L122.77175 73.890495L122.77175 74.734245L121.59988 74.734245L121.59988 78.65612Q121.59988 79.046745 121.75613 79.234245Q121.91238 79.421745 122.28738 79.421745Q122.47488 79.421745 122.803 79.359245L122.803 80.234245Q122.38113 80.359245 121.97488 80.359245Q121.25613 80.359245 120.88113 79.921745Q120.50613 79.46862 120.50613 78.65612L120.50613 74.734245L119.34988 74.734245L119.34988 73.890495L120.50613 73.890495L120.50613 72.359245L121.59988 72.359245ZM125.20925 74.65612Q125.928 73.78112 127.08425 73.78112Q129.09988 73.78112 129.11551 76.046745L129.11551 80.234245L128.02176 80.234245L128.02176 76.03112Q128.02176 75.359245 127.70925 75.03112Q127.41238 74.702995 126.75613 74.702995Q126.22488 74.702995 125.81863 74.984245Q125.428 75.265495 125.20925 75.71862L125.20925 80.234245L124.13113 80.234245L124.13113 71.234245L125.20925 71.234245L125.20925 74.65612ZM134.81862 78.546745Q134.81862 78.109245 134.47487 77.87487Q134.14674 77.62487 133.31862 77.452995Q132.50612 77.28112 132.02174 77.03112Q131.53737 76.78112 131.303 76.452995Q131.08424 76.109245 131.08424 75.640495Q131.08424 74.859245 131.7405 74.327995Q132.39674 73.78112 133.428 73.78112Q134.50612 73.78112 135.16237 74.34362Q135.83424 74.890495 135.83424 75.74987L134.75612 75.74987Q134.75612 75.31237 134.3655 74.99987Q133.9905 74.671745 133.428 74.671745Q132.83424 74.671745 132.4905 74.93737Q132.16237 75.18737 132.16237 75.59362Q132.16237 75.984245 132.47487 76.18737Q132.78737 76.390495 133.59987 76.577995Q134.41237 76.74987 134.91237 76.99987Q135.41237 77.24987 135.64674 77.609245Q135.89674 77.96862 135.89674 78.46862Q135.89674 79.327995 135.20924 79.84362Q134.53737 80.359245 133.45924 80.359245Q132.69362 80.359245 132.09987 80.09362Q131.52174 79.81237 131.19362 79.327995Q130.8655 78.84362 130.8655 78.28112L131.94362 78.28112Q131.97487 78.827995 132.38112 79.15612Q132.78737 79.46862 133.45924 79.46862Q134.06862 79.46862 134.44362 79.21862Q134.81862 78.96862 134.81862 78.546745Z" fill-rule="nonzero"/><path fill="#666666" d="M64.58425 135.16301L65.39675 135.16301Q66.178 135.14738 66.6155 134.75676Q67.053 134.36613 67.053 133.69426Q67.053 132.19426 65.553 132.19426Q64.84988 132.19426 64.428 132.60051Q64.02175 133.00676 64.02175 133.66301L62.928 133.66301Q62.928 132.64738 63.662376 131.97551Q64.41238 131.30363 65.553 131.30363Q66.75613 131.30363 67.44363 131.94426Q68.13113 132.58488 68.13113 133.72551Q68.13113 134.28801 67.77175 134.80363Q67.41238 135.31926 66.78738 135.58488Q67.4905 135.80363 67.8655 136.31926Q68.25613 136.83488 68.25613 137.58488Q68.25613 138.72551 67.50613 139.41301Q66.75613 140.08488 65.553 140.08488Q64.3655 140.08488 63.599876 139.42863Q62.849876 138.77238 62.849876 137.70988L63.943626 137.70988Q63.943626 138.38176 64.38113 138.78801Q64.81863 139.19426 65.56863 139.19426Q66.34988 139.19426 66.75613 138.78801Q67.178 138.36613 67.178 137.60051Q67.178 136.86613 66.72488 136.47551Q66.27175 136.06926 65.39675 136.05363L64.58425 136.05363L64.58425 135.16301ZM76.34988 136.14738L70.4905 136.14738L70.4905 135.25676L76.34988 135.25676L76.34988 136.14738ZM81.56863 139.95988L80.4905 139.95988L80.4905 132.74113L78.303 133.53801L78.303 132.55363L81.41238 131.38176L81.56863 131.38176L81.56863 139.95988ZM90.59988 139.95988L85.00613 139.95988L85.00613 139.17863L87.95925 135.89738Q88.6155 135.14738 88.8655 134.69426Q89.1155 134.22551 89.1155 133.72551Q89.1155 133.05363 88.70925 132.63176Q88.31863 132.19426 87.63113 132.19426Q86.83425 132.19426 86.38113 132.66301Q85.928 133.11613 85.928 133.94426L84.84988 133.94426Q84.84988 132.75676 85.59988 132.03801Q86.3655 131.30363 87.63113 131.30363Q88.83425 131.30363 89.52175 131.92863Q90.20925 132.55363 90.20925 133.60051Q90.20925 134.85051 88.59988 136.60051L86.31863 139.06926L90.59988 139.06926L90.59988 139.95988ZM96.14675 133.61613L96.178 134.31926Q96.8655 133.50676 98.053 133.50676Q99.38113 133.50676 99.8655 134.52238Q100.178 134.06926 100.678 133.78801Q101.19363 133.50676 101.88113 133.50676Q103.97488 133.50676 104.00613 135.70988L104.00613 139.95988L102.928 139.95988L102.928 135.77238Q102.928 135.10051 102.6155 134.77238Q102.303 134.42863 101.56863 134.42863Q100.95925 134.42863 100.553 134.78801Q100.16238 135.14738 100.09988 135.75676L100.09988 139.95988L99.02175 139.95988L99.02175 135.80363Q99.02175 134.42863 97.66238 134.42863Q96.59988 134.42863 96.20925 135.33488L96.20925 139.95988L95.1155 139.95988L95.1155 133.61613L96.14675 133.61613ZM105.83425 136.72551Q105.83425 135.80363 106.19363 135.05363Q106.56863 134.30363 107.22488 133.91301Q107.88113 133.50676 108.70925 133.50676Q110.00613 133.50676 110.803 134.39738Q111.6155 135.28801 111.6155 136.78801L111.6155 136.86613Q111.6155 137.78801 111.25613 138.52238Q110.89675 139.25676 110.2405 139.67863Q109.58425 140.08488 108.72488 140.08488Q107.44363 140.08488 106.63113 139.19426Q105.83425 138.28801 105.83425 136.80363L105.83425 136.72551ZM106.928 136.86613Q106.928 137.91301 107.41238 138.55363Q107.91238 139.19426 108.72488 139.19426Q109.553 139.19426 110.03738 138.55363Q110.52175 137.89738 110.52175 136.72551Q110.52175 135.69426 110.02175 135.05363Q109.53738 134.39738 108.70925 134.39738Q107.91238 134.39738 107.41238 135.03801Q106.928 135.66301 106.928 136.86613ZM114.14675 133.61613L114.178 134.41301Q114.91238 133.50676 116.08425 133.50676Q118.09988 133.50676 118.1155 135.77238L118.1155 139.95988L117.02175 139.95988L117.02175 135.75676Q117.02175 135.08488 116.70925 134.75676Q116.41238 134.42863 115.75613 134.42863Q115.22488 134.42863 114.81863 134.70988Q114.428 134.99113 114.20925 135.44426L114.20925 139.95988L113.13113 139.95988L113.13113 133.61613L114.14675 133.61613ZM121.59988 132.08488L121.59988 133.61613L122.77175 133.61613L122.77175 134.45988L121.59988 134.45988L121.59988 138.38176Q121.59988 138.77238 121.75613 138.95988Q121.91238 139.14738 122.28738 139.14738Q122.47488 139.14738 122.803 139.08488L122.803 139.95988Q122.38113 140.08488 121.97488 140.08488Q121.25613 140.08488 120.88113 139.64738Q120.50613 139.19426 120.50613 138.38176L120.50613 134.45988L119.34988 134.45988L119.34988 133.61613L120.50613 133.61613L120.50613 132.08488L121.59988 132.08488ZM125.20925 134.38176Q125.928 133.50676 127.08425 133.50676Q129.09988 133.50676 129.11551 135.77238L129.11551 139.95988L128.02176 139.95988L128.02176 135.75676Q128.02176 135.08488 127.70925 134.75676Q127.41238 134.42863 126.75613 134.42863Q126.22488 134.42863 125.81863 134.70988Q125.428 134.99113 125.20925 135.44426L125.20925 139.95988L124.13113 139.95988L124.13113 130.95988L125.20925 130.95988L125.20925 134.38176ZM134.81863 138.27238Q134.81863 137.83488 134.47488 137.60051Q134.14676 137.35051 133.31863 137.17863Q132.50613 137.00676 132.02176 136.75676Q131.53738 136.50676 131.30301 136.17863Q131.08426 135.83488 131.08426 135.36613Q131.08426 134.58488 131.74051 134.05363Q132.39676 133.50676 133.42801 133.50676Q134.50613 133.50676 135.16238 134.06926Q135.83426 134.61613 135.83426 135.47551L134.75613 135.47551Q134.75613 135.03801 134.36551 134.72551Q133.99051 134.39738 133.42801 134.39738Q132.83426 134.39738 132.49051 134.66301Q132.16238 134.91301 132.16238 135.31926Q132.16238 135.70988 132.47488 135.91301Q132.78738 136.11613 133.59988 136.30363Q134.41238 136.47551 134.91238 136.72551Q135.41238 136.97551 135.64676 137.33488Q135.89676 137.69426 135.89676 138.19426Q135.89676 139.05363 135.20926 139.56926Q134.53738 140.08488 133.45926 140.08488Q132.69363 140.08488 132.09988 139.81926Q131.52176 139.53801 131.19363 139.05363Q130.86551 138.56926 130.86551 138.00676L131.94363 138.00676Q131.97488 138.55363 132.38113 138.88176Q132.78738 139.19426 133.45926 139.19426Q134.06863 139.19426 134.44363 138.94426Q134.81863 138.69426 134.81863 138.27238Z" fill-rule="nonzero"/><path fill="#666666" d="M59.568626 199.68552L58.4905 199.68552L58.4905 192.46677L56.303 193.26364L56.303 192.27927L59.412376 191.10739L59.568626 191.10739L59.568626 199.68552ZM64.58425 194.88864L65.39675 194.88864Q66.178 194.87302 66.6155 194.48239Q67.053 194.09177 67.053 193.41989Q67.053 191.91989 65.553 191.91989Q64.84988 191.91989 64.428 192.32614Q64.02175 192.73239 64.02175 193.38864L62.928 193.38864Q62.928 192.37302 63.662376 191.70114Q64.41238 191.02927 65.553 191.02927Q66.75613 191.02927 67.44363 191.66989Q68.13113 192.31052 68.13113 193.45114Q68.13113 194.01364 67.77175 194.52927Q67.41238 195.04489 66.78738 195.31052Q67.4905 195.52927 67.8655 196.04489Q68.25613 196.56052 68.25613 197.31052Q68.25613 198.45114 67.50613 199.13864Q66.75613 199.81052 65.553 199.81052Q64.3655 199.81052 63.599876 199.15427Q62.849876 198.49802 62.849876 197.43552L63.943626 197.43552Q63.943626 198.10739 64.38113 198.51364Q64.81863 198.91989 65.56863 198.91989Q66.34988 198.91989 66.75613 198.51364Q67.178 198.09177 67.178 197.32614Q67.178 196.59177 66.72488 196.20114Q66.27175 195.79489 65.39675 195.77927L64.58425 195.77927L64.58425 194.88864ZM76.34988 195.87302L70.4905 195.87302L70.4905 194.98239L76.34988 194.98239L76.34988 195.87302ZM83.59988 199.68552L78.00613 199.68552L78.00613 198.90427L80.95925 195.62302Q81.6155 194.87302 81.8655 194.41989Q82.1155 193.95114 82.1155 193.45114Q82.1155 192.77927 81.70925 192.35739Q81.31863 191.91989 80.63113 191.91989Q79.83425 191.91989 79.38113 192.38864Q78.928 192.84177 78.928 193.66989L77.84988 193.66989Q77.84988 192.48239 78.59988 191.76364Q79.3655 191.02927 80.63113 191.02927Q81.83425 191.02927 82.52175 191.65427Q83.20925 192.27927 83.20925 193.32614Q83.20925 194.57614 81.59988 196.32614L79.31863 198.79489L83.59988 198.79489L83.59988 199.68552ZM89.58425 196.82614L90.77175 196.82614L90.77175 197.70114L89.58425 197.70114L89.58425 199.68552L88.50613 199.68552L88.50613 197.70114L84.6155 197.70114L84.6155 197.06052L88.428 191.15427L89.58425 191.15427L89.58425 196.82614ZM85.84988 196.82614L88.50613 196.82614L88.50613 192.63864L88.3655 192.87302L85.84988 196.82614ZM96.14675 193.34177L96.178 194.04489Q96.8655 193.23239 98.053 193.23239Q99.38113 193.23239 99.8655 194.24802Q100.178 193.79489 100.678 193.51364Q101.19363 193.23239 101.88113 193.23239Q103.97488 193.23239 104.00613 195.43552L104.00613 199.68552L102.928 199.68552L102.928 195.49802Q102.928 194.82614 102.6155 194.49802Q102.303 194.15427 101.56863 194.15427Q100.95925 194.15427 100.553 194.51364Q100.16238 194.87302 100.09988 195.48239L100.09988 199.68552L99.02175 199.68552L99.02175 195.52927Q99.02175 194.15427 97.66238 194.15427Q96.59988 194.15427 96.20925 195.06052L96.20925 199.68552L95.1155 199.68552L95.1155 193.34177L96.14675 193.34177ZM105.83425 196.45114Q105.83425 195.52927 106.19363 194.77927Q106.56863 194.02927 107.22488 193.63864Q107.88113 193.23239 108.70925 193.23239Q110.00613 193.23239 110.803 194.12302Q111.6155 195.01364 111.6155 196.51364L111.6155 196.59177Q111.6155 197.51364 111.25613 198.24802Q110.89675 198.98239 110.2405 199.40427Q109.58425 199.81052 108.72488 199.81052Q107.44363 199.81052 106.63113 198.91989Q105.83425 198.01364 105.83425 196.52927L105.83425 196.45114ZM106.928 196.59177Q106.928 197.63864 107.41238 198.27927Q107.91238 198.91989 108.72488 198.91989Q109.553 198.91989 110.03738 198.27927Q110.52175 197.62302 110.52175 196.45114Q110.52175 195.41989 110.02175 194.77927Q109.53738 194.12302 108.70925 194.12302Q107.91238 194.12302 107.41238 194.76364Q106.928 195.38864 106.928 196.59177ZM114.14675 193.34177L114.178 194.13864Q114.91238 193.23239 116.08425 193.23239Q118.09988 193.23239 118.1155 195.49802L118.1155 199.68552L117.02175 199.68552L117.02175 195.48239Q117.02175 194.81052 116.70925 194.48239Q116.41238 194.15427 115.75613 194.15427Q115.22488 194.15427 114.81863 194.43552Q114.428 194.71677 114.20925 195.16989L114.20925 199.68552L113.13113 199.68552L113.13113 193.34177L114.14675 193.34177ZM121.59988 191.81052L121.59988 193.34177L122.77175 193.34177L122.77175 194.18552L121.59988 194.18552L121.59988 198.10739Q121.59988 198.49802 121.75613 198.68552Q121.91238 198.87302 122.28738 198.87302Q122.47488 198.87302 122.803 198.81052L122.803 199.68552Q122.38113 199.81052 121.97488 199.81052Q121.25613 199.81052 120.88113 199.37302Q120.50613 198.91989 120.50613 198.10739L120.50613 194.18552L119.34988 194.18552L119.34988 193.34177L120.50613 193.34177L120.50613 191.81052L121.59988 191.81052ZM125.20925 194.10739Q125.928 193.23239 127.08425 193.23239Q129.09988 193.23239 129.11551 195.49802L129.11551 199.68552L128.02176 199.68552L128.02176 195.48239Q128.02176 194.81052 127.70925 194.48239Q127.41238 194.15427 126.75613 194.15427Q126.22488 194.15427 125.81863 194.43552Q125.428 194.71677 125.20925 195.16989L125.20925 199.68552L124.13113 199.68552L124.13113 190.68552L125.20925 190.68552L125.20925 194.10739ZM134.81863 197.99802Q134.81863 197.56052 134.47488 197.32614Q134.14676 197.07614 133.31863 196.90427Q132.50613 196.73239 132.02176 196.48239Q131.53738 196.23239 131.30301 195.90427Q131.08426 195.56052 131.08426 195.09177Q131.08426 194.31052 131.74051 193.77927Q132.39676 193.23239 133.42801 193.23239Q134.50613 193.23239 135.16238 193.79489Q135.83426 194.34177 135.83426 195.20114L134.75613 195.20114Q134.75613 194.76364 134.36551 194.45114Q133.99051 194.12302 133.42801 194.12302Q132.83426 194.12302 132.49051 194.38864Q132.16238 194.63864 132.16238 195.04489Q132.16238 195.43552 132.47488 195.63864Q132.78738 195.84177 133.59988 196.02927Q134.41238 196.20114 134.91238 196.45114Q135.41238 196.70114 135.64676 197.06052Q135.89676 197.41989 135.89676 197.91989Q135.89676 198.77927 135.20926 199.29489Q134.53738 199.81052 133.45926 199.81052Q132.69363 199.81052 132.09988 199.54489Q131.52176 199.26364 131.19363 198.77927Q130.86551 198.29489 130.86551 197.73239L131.94363 197.73239Q131.97488 198.27927 132.38113 198.60739Q132.78738 198.91989 133.45926 198.91989Q134.06863 198.91989 134.44363 198.66989Q134.81863 198.41989 134.81863 197.99802Z" fill-rule="nonzero"/><path fill="#666666" d="M88.59988 259.41116L83.00613 259.41116L83.00613 258.6299L85.95925 255.34866Q86.6155 254.59866 86.8655 254.14554Q87.1155 253.67679 87.1155 253.17679Q87.1155 252.50491 86.70925 252.08304Q86.31863 251.64554 85.63113 251.64554Q84.83425 251.64554 84.38113 252.11429Q83.928 252.56741 83.928 253.39554L82.84988 253.39554Q82.84988 252.20804 83.59988 251.48929Q84.3655 250.75491 85.63113 250.75491Q86.83425 250.75491 87.52175 251.37991Q88.20925 252.00491 88.20925 253.05179Q88.20925 254.30179 86.59988 256.0518L84.31863 258.52054L88.59988 258.52054L88.59988 259.41116ZM96.34988 255.59866L90.4905 255.59866L90.4905 254.70804L96.34988 254.70804L96.34988 255.59866ZM102.58425 256.5518L103.77175 256.5518L103.77175 257.4268L102.58425 257.4268L102.58425 259.41116L101.50613 259.41116L101.50613 257.4268L97.6155 257.4268L97.6155 256.78616L101.428 250.87991L102.58425 250.87991L102.58425 256.5518ZM98.84988 256.5518L101.50613 256.5518L101.50613 252.36429L101.3655 252.59866L98.84988 256.5518ZM110.19363 257.8174L111.678 253.06741L112.83425 253.06741L110.28738 260.39554Q109.69363 261.97366 108.41238 261.97366L108.19363 261.95804L107.803 261.8799L107.803 261.0049L108.08425 261.02054Q108.64675 261.02054 108.94363 260.8018Q109.25613 260.58304 109.45925 259.9893L109.69363 259.33304L107.428 253.06741L108.6155 253.06741L110.19363 257.8174ZM116.75613 259.53616Q115.45925 259.53616 114.64675 258.6924Q113.84988 257.83304 113.84988 256.41116L113.84988 256.22366Q113.84988 255.27054 114.20925 254.53616Q114.56863 253.78616 115.20925 253.37991Q115.8655 252.95804 116.6155 252.95804Q117.84988 252.95804 118.53738 253.77054Q119.22488 254.58304 119.22488 256.09866L119.22488 256.5518L114.928 256.5518Q114.95925 257.4893 115.47488 258.0674Q116.00613 258.64554 116.81863 258.64554Q117.38113 258.64554 117.77175 258.41116Q118.178 258.1768 118.4905 257.78616L119.14675 258.3018Q118.34988 259.53616 116.75613 259.53616ZM116.6155 253.84866Q115.95925 253.84866 115.50613 254.33304Q115.06863 254.80179 114.97488 255.66116L118.14675 255.66116L118.14675 255.58304Q118.09988 254.75491 117.69363 254.30179Q117.303 253.84866 116.6155 253.84866ZM124.03738 259.41116Q123.94363 259.22366 123.88113 258.7393Q123.13113 259.53616 122.08425 259.53616Q121.14675 259.53616 120.53738 259.0049Q119.94363 258.47366 119.94363 257.64554Q119.94363 256.66116 120.69363 256.1143Q121.44363 255.56741 122.81863 255.56741L123.8655 255.56741L123.8655 255.06741Q123.8655 254.50491 123.52175 254.17679Q123.19363 253.83304 122.52175 253.83304Q121.94363 253.83304 121.553 254.12991Q121.16238 254.41116 121.16238 254.83304L120.06863 254.83304Q120.06863 254.34866 120.39675 253.91116Q120.7405 253.47366 121.31863 253.22366Q121.89675 252.95804 122.58425 252.95804Q123.69363 252.95804 124.303 253.50491Q124.928 254.05179 124.95925 255.00491L124.95925 257.9268Q124.95925 258.8018 125.178 259.3174L125.178 259.41116L124.03738 259.41116ZM122.2405 258.58304Q122.75613 258.58304 123.20925 258.3174Q123.66238 258.0518 123.8655 257.6299L123.8655 256.33304L123.02175 256.33304Q121.02175 256.33304 121.02175 257.5049Q121.02175 258.0049 121.3655 258.3018Q121.70925 258.58304 122.2405 258.58304ZM130.19363 254.03616Q129.94363 254.00491 129.66238 254.00491Q128.58426 254.00491 128.20926 254.91116L128.20926 259.41116L127.13113 259.41116L127.13113 253.06741L128.17801 253.06741L128.19363 253.80179Q128.72488 252.95804 129.70926 252.95804Q130.02176 252.95804 130.19363 253.03616L130.19363 254.03616ZM134.81863 257.72366Q134.81863 257.28616 134.47488 257.0518Q134.14676 256.8018 133.31863 256.6299Q132.50613 256.45804 132.02176 256.20804Q131.53738 255.95804 131.30301 255.62991Q131.08426 255.28616 131.08426 254.81741Q131.08426 254.03616 131.74051 253.50491Q132.39676 252.95804 133.42801 252.95804Q134.50613 252.95804 135.16238 253.52054Q135.83426 254.06741 135.83426 254.92679L134.75613 254.92679Q134.75613 254.48929 134.36551 254.17679Q133.99051 253.84866 133.42801 253.84866Q132.83426 253.84866 132.49051 254.11429Q132.16238 254.36429 132.16238 254.77054Q132.16238 255.16116 132.47488 255.36429Q132.78738 255.56741 133.59988 255.75491Q134.41238 255.92679 134.91238 256.1768Q135.41238 256.4268 135.64676 256.78616Q135.89676 257.14554 135.89676 257.64554Q135.89676 258.5049 135.20926 259.02054Q134.53738 259.53616 133.45926 259.53616Q132.69363 259.53616 132.09988 259.27054Q131.52176 258.9893 131.19363 258.5049Q130.86551 258.02054 130.86551 257.45804L131.94363 257.45804Q131.97488 258.0049 132.38113 258.33304Q132.78738 258.64554 133.45926 258.64554Q134.06863 258.64554 134.44363 258.39554Q134.81863 258.14554 134.81863 257.72366Z" fill-rule="nonzero"/><path fill="#666666" d="M83.50613 314.85553L83.94363 310.60553L88.31863 310.60553L88.31863 311.60553L84.8655 311.60553L84.59988 313.93365Q85.2405 313.55865 86.03738 313.55865Q87.19363 313.55865 87.88113 314.3399Q88.56863 315.10553 88.56863 316.41803Q88.56863 317.73053 87.84988 318.49615Q87.14675 319.26178 85.8655 319.26178Q84.7405 319.26178 84.02175 318.63678Q83.303 317.99615 83.20925 316.88678L84.22488 316.88678Q84.33425 317.62115 84.75613 317.99615Q85.178 318.37115 85.8655 318.37115Q86.6155 318.37115 87.053 317.85553Q87.4905 317.3399 87.4905 316.43365Q87.4905 315.57428 87.02175 315.05865Q86.553 314.54303 85.77175 314.54303Q85.06863 314.54303 84.66238 314.8399L84.38113 315.07428L83.50613 314.85553ZM96.34988 315.32428L90.4905 315.32428L90.4905 314.43365L96.34988 314.43365L96.34988 315.32428ZM103.52175 311.2149L99.9905 319.13678L98.84988 319.13678L102.3655 311.49615L97.75613 311.49615L97.75613 310.60553L103.52175 310.60553L103.52175 311.2149ZM110.19363 317.54303L111.678 312.79303L112.83425 312.79303L110.28738 320.12115Q109.69363 321.69928 108.41238 321.69928L108.19363 321.68365L107.803 321.60553L107.803 320.73053L108.08425 320.74615Q108.64675 320.74615 108.94363 320.5274Q109.25613 320.30865 109.45925 319.7149L109.69363 319.05865L107.428 312.79303L108.6155 312.79303L110.19363 317.54303ZM116.75613 319.26178Q115.45925 319.26178 114.64675 318.41803Q113.84988 317.55865 113.84988 316.13678L113.84988 315.94928Q113.84988 314.99615 114.20925 314.26178Q114.56863 313.51178 115.20925 313.10553Q115.8655 312.68365 116.6155 312.68365Q117.84988 312.68365 118.53738 313.49615Q119.22488 314.30865 119.22488 315.82428L119.22488 316.2774L114.928 316.2774Q114.95925 317.2149 115.47488 317.79303Q116.00613 318.37115 116.81863 318.37115Q117.38113 318.37115 117.77175 318.13678Q118.178 317.9024 118.4905 317.51178L119.14675 318.0274Q118.34988 319.26178 116.75613 319.26178ZM116.6155 313.57428Q115.95925 313.57428 115.50613 314.05865Q115.06863 314.5274 114.97488 315.38678L118.14675 315.38678L118.14675 315.30865Q118.09988 314.48053 117.69363 314.0274Q117.303 313.57428 116.6155 313.57428ZM124.03738 319.13678Q123.94363 318.94928 123.88113 318.4649Q123.13113 319.26178 122.08425 319.26178Q121.14675 319.26178 120.53738 318.73053Q119.94363 318.19928 119.94363 317.37115Q119.94363 316.38678 120.69363 315.8399Q121.44363 315.29303 122.81863 315.29303L123.8655 315.29303L123.8655 314.79303Q123.8655 314.23053 123.52175 313.9024Q123.19363 313.55865 122.52175 313.55865Q121.94363 313.55865 121.553 313.85553Q121.16238 314.13678 121.16238 314.55865L120.06863 314.55865Q120.06863 314.07428 120.39675 313.63678Q120.7405 313.19928 121.31863 312.94928Q121.89675 312.68365 122.58425 312.68365Q123.69363 312.68365 124.303 313.23053Q124.928 313.7774 124.95925 314.73053L124.95925 317.6524Q124.95925 318.5274 125.178 319.04303L125.178 319.13678L124.03738 319.13678ZM122.2405 318.30865Q122.75613 318.30865 123.20925 318.04303Q123.66238 317.7774 123.8655 317.35553L123.8655 316.05865L123.02175 316.05865Q121.02175 316.05865 121.02175 317.23053Q121.02175 317.73053 121.3655 318.0274Q121.70925 318.30865 122.2405 318.30865ZM130.19363 313.76178Q129.94363 313.73053 129.66238 313.73053Q128.58426 313.73053 128.20926 314.63678L128.20926 319.13678L127.13113 319.13678L127.13113 312.79303L128.17801 312.79303L128.19363 313.5274Q128.72488 312.68365 129.70926 312.68365Q130.02176 312.68365 130.19363 312.76178L130.19363 313.76178ZM134.81863 317.44928Q134.81863 317.01178 134.47488 316.7774Q134.14676 316.5274 133.31863 316.35553Q132.50613 316.18365 132.02176 315.93365Q131.53738 315.68365 131.30301 315.35553Q131.08426 315.01178 131.08426 314.54303Q131.08426 313.76178 131.74051 313.23053Q132.39676 312.68365 133.42801 312.68365Q134.50613 312.68365 135.16238 313.24615Q135.83426 313.79303 135.83426 314.6524L134.75613 314.6524Q134.75613 314.2149 134.36551 313.9024Q133.99051 313.57428 133.42801 313.57428Q132.83426 313.57428 132.49051 313.8399Q132.16238 314.0899 132.16238 314.49615Q132.16238 314.88678 132.47488 315.0899Q132.78738 315.29303 133.59988 315.48053Q134.41238 315.6524 134.91238 315.9024Q135.41238 316.1524 135.64676 316.51178Q135.89676 316.87115 135.89676 317.37115Q135.89676 318.23053 135.20926 318.74615Q134.53738 319.26178 133.45926 319.26178Q132.69363 319.26178 132.09988 318.99615Q131.52176 318.7149 131.19363 318.23053Q130.86551 317.74615 130.86551 317.18365L131.94363 317.18365Q131.97488 317.73053 132.38113 318.05865Q132.78738 318.37115 133.45926 318.37115Q134.06863 318.37115 134.44363 318.12115Q134.81863 317.87115 134.81863 317.44928Z" fill-rule="nonzero"/><path fill="#666666" d="M58.193626 372.54993Q58.193626 373.19055 57.849876 373.69055Q57.506126 374.19055 56.943626 374.4718Q57.599876 374.75305 57.9905 375.31555Q58.381126 375.86243 58.381126 376.56555Q58.381126 377.6593 57.631126 378.33118Q56.89675 378.98743 55.678 378.98743Q54.443626 378.98743 53.693626 378.33118Q52.95925 377.6593 52.95925 376.56555Q52.95925 375.86243 53.33425 375.31555Q53.70925 374.75305 54.381126 374.4718Q53.818626 374.19055 53.4905 373.69055Q53.162376 373.19055 53.162376 372.54993Q53.162376 371.4718 53.849876 370.8468Q54.537376 370.20618 55.678 370.20618Q56.803 370.20618 57.4905 370.8468Q58.193626 371.4718 58.193626 372.54993ZM57.303 376.5343Q57.303 375.81555 56.849876 375.37805Q56.39675 374.92493 55.662376 374.92493Q54.928 374.92493 54.474876 375.37805Q54.037376 375.81555 54.037376 376.54993Q54.037376 377.26868 54.474876 377.69055Q54.912376 378.0968 55.678 378.0968Q56.428 378.0968 56.8655 377.67493Q57.303 377.25305 57.303 376.5343ZM55.678 371.0968Q55.037376 371.0968 54.631126 371.50305Q54.2405 371.89368 54.2405 372.58118Q54.2405 373.2218 54.631126 373.62805Q55.02175 374.0343 55.662376 374.0343Q56.318626 374.0343 56.70925 373.62805Q57.099876 373.2218 57.099876 372.58118Q57.099876 371.92493 56.693626 371.51868Q56.287376 371.0968 55.678 371.0968ZM62.83425 375.62805Q62.83425 374.70618 63.193626 373.95618Q63.568626 373.20618 64.22488 372.81555Q64.88113 372.4093 65.70925 372.4093Q67.00613 372.4093 67.803 373.29993Q68.6155 374.19055 68.6155 375.69055L68.6155 375.76868Q68.6155 376.69055 68.25613 377.42493Q67.89675 378.1593 67.2405 378.58118Q66.58425 378.98743 65.72488 378.98743Q64.44363 378.98743 63.631126 378.0968Q62.83425 377.19055 62.83425 375.70618L62.83425 375.62805ZM63.928 375.76868Q63.928 376.81555 64.41238 377.45618Q64.91238 378.0968 65.72488 378.0968Q66.553 378.0968 67.03738 377.45618Q67.52175 376.79993 67.52175 375.62805Q67.52175 374.5968 67.02175 373.95618Q66.53738 373.29993 65.70925 373.29993Q64.91238 373.29993 64.41238 373.94055Q63.928 374.56555 63.928 375.76868ZM73.19363 373.48743Q72.94363 373.45618 72.66238 373.45618Q71.58425 373.45618 71.20925 374.36243L71.20925 378.86243L70.13113 378.86243L70.13113 372.51868L71.178 372.51868L71.19363 373.25305Q71.72488 372.4093 72.70925 372.4093Q73.02175 372.4093 73.19363 372.48743L73.19363 373.48743ZM78.14675 372.51868L78.178 373.2218Q78.8655 372.4093 80.053 372.4093Q81.38113 372.4093 81.8655 373.42493Q82.178 372.9718 82.678 372.69055Q83.19363 372.4093 83.88113 372.4093Q85.97488 372.4093 86.00613 374.61243L86.00613 378.86243L84.928 378.86243L84.928 374.67493Q84.928 374.00305 84.6155 373.67493Q84.303 373.33118 83.56863 373.33118Q82.95925 373.33118 82.553 373.69055Q82.16238 374.04993 82.09988 374.6593L82.09988 378.86243L81.02175 378.86243L81.02175 374.70618Q81.02175 373.33118 79.66238 373.33118Q78.59988 373.33118 78.20925 374.23743L78.20925 378.86243L77.1155 378.86243L77.1155 372.51868L78.14675 372.51868ZM87.83425 375.62805Q87.83425 374.70618 88.19363 373.95618Q88.56863 373.20618 89.22488 372.81555Q89.88113 372.4093 90.70925 372.4093Q92.00613 372.4093 92.803 373.29993Q93.6155 374.19055 93.6155 375.69055L93.6155 375.76868Q93.6155 376.69055 93.25613 377.42493Q92.89675 378.1593 92.2405 378.58118Q91.58425 378.98743 90.72488 378.98743Q89.44363 378.98743 88.63113 378.0968Q87.83425 377.19055 87.83425 375.70618L87.83425 375.62805ZM88.928 375.76868Q88.928 376.81555 89.41238 377.45618Q89.91238 378.0968 90.72488 378.0968Q91.553 378.0968 92.03738 377.45618Q92.52175 376.79993 92.52175 375.62805Q92.52175 374.5968 92.02175 373.95618Q91.53738 373.29993 90.70925 373.29993Q89.91238 373.29993 89.41238 373.94055Q88.928 374.56555 88.928 375.76868ZM98.19363 373.48743Q97.94363 373.45618 97.66238 373.45618Q96.58425 373.45618 96.20925 374.36243L96.20925 378.86243L95.13113 378.86243L95.13113 372.51868L96.178 372.51868L96.19363 373.25305Q96.72488 372.4093 97.70925 372.4093Q98.02175 372.4093 98.19363 372.48743L98.19363 373.48743ZM101.75613 378.98743Q100.45925 378.98743 99.64675 378.14368Q98.84988 377.2843 98.84988 375.86243L98.84988 375.67493Q98.84988 374.7218 99.20925 373.98743Q99.56863 373.23743 100.20925 372.83118Q100.8655 372.4093 101.6155 372.4093Q102.84988 372.4093 103.53738 373.2218Q104.22488 374.0343 104.22488 375.54993L104.22488 376.00305L99.928 376.00305Q99.95925 376.94055 100.47488 377.51868Q101.00613 378.0968 101.81863 378.0968Q102.38113 378.0968 102.77175 377.86243Q103.178 377.62805 103.4905 377.23743L104.14675 377.75305Q103.34988 378.98743 101.75613 378.98743ZM101.6155 373.29993Q100.95925 373.29993 100.50613 373.7843Q100.06863 374.25305 99.97488 375.11243L103.14675 375.11243L103.14675 375.0343Q103.09988 374.20618 102.69363 373.75305Q102.303 373.29993 101.6155 373.29993ZM110.19363 377.26868L111.678 372.51868L112.83425 372.51868L110.28738 379.8468Q109.69363 381.42493 108.41238 381.42493L108.19363 381.4093L107.803 381.33118L107.803 380.45618L108.08425 380.4718Q108.64675 380.4718 108.94363 380.25305Q109.25613 380.0343 109.45925 379.44055L109.69363 378.7843L107.428 372.51868L108.6155 372.51868L110.19363 377.26868ZM116.75613 378.98743Q115.45925 378.98743 114.64675 378.14368Q113.84988 377.2843 113.84988 375.86243L113.84988 375.67493Q113.84988 374.7218 114.20925 373.98743Q114.56863 373.23743 115.20925 372.83118Q115.8655 372.4093 116.6155 372.4093Q117.84988 372.4093 118.53738 373.2218Q119.22488 374.0343 119.22488 375.54993L119.22488 376.00305L114.928 376.00305Q114.95925 376.94055 115.47488 377.51868Q116.00613 378.0968 116.81863 378.0968Q117.38113 378.0968 117.77175 377.86243Q118.178 377.62805 118.4905 377.23743L119.14675 377.75305Q118.34988 378.98743 116.75613 378.98743ZM116.6155 373.29993Q115.95925 373.29993 115.50613 373.7843Q115.06863 374.25305 114.97488 375.11243L118.14675 375.11243L118.14675 375.0343Q118.09988 374.20618 117.69363 373.75305Q117.303 373.29993 116.6155 373.29993ZM124.03738 378.86243Q123.94363 378.67493 123.88113 378.19055Q123.13113 378.98743 122.08425 378.98743Q121.14675 378.98743 120.53738 378.45618Q119.94363 377.92493 119.94363 377.0968Q119.94363 376.11243 120.69363 375.56555Q121.44363 375.01868 122.81863 375.01868L123.8655 375.01868L123.8655 374.51868Q123.8655 373.95618 123.52175 373.62805Q123.19363 373.2843 122.52175 373.2843Q121.94363 373.2843 121.553 373.58118Q121.16238 373.86243 121.16238 374.2843L120.06863 374.2843Q120.06863 373.79993 120.39675 373.36243Q120.7405 372.92493 121.31863 372.67493Q121.89675 372.4093 122.58425 372.4093Q123.69363 372.4093 124.303 372.95618Q124.928 373.50305 124.95925 374.45618L124.95925 377.37805Q124.95925 378.25305 125.178 378.76868L125.178 378.86243L124.03738 378.86243ZM122.2405 378.0343Q122.75613 378.0343 123.20925 377.76868Q123.66238 377.50305 123.8655 377.08118L123.8655 375.7843L123.02175 375.7843Q121.02175 375.7843 121.02175 376.95618Q121.02175 377.45618 121.3655 377.75305Q121.70925 378.0343 122.2405 378.0343ZM130.19363 373.48743Q129.94363 373.45618 129.66238 373.45618Q128.58426 373.45618 128.20926 374.36243L128.20926 378.86243L127.13113 378.86243L127.13113 372.51868L128.17801 372.51868L128.19363 373.25305Q128.72488 372.4093 129.70926 372.4093Q130.02176 372.4093 130.19363 372.48743L130.19363 373.48743ZM134.81863 377.17493Q134.81863 376.73743 134.47488 376.50305Q134.14676 376.25305 133.31863 376.08118Q132.50613 375.9093 132.02176 375.6593Q131.53738 375.4093 131.30301 375.08118Q131.08426 374.73743 131.08426 374.26868Q131.08426 373.48743 131.74051 372.95618Q132.39676 372.4093 133.42801 372.4093Q134.50613 372.4093 135.16238 372.9718Q135.83426 373.51868 135.83426 374.37805L134.75613 374.37805Q134.75613 373.94055 134.36551 373.62805Q133.99051 373.29993 133.42801 373.29993Q132.83426 373.29993 132.49051 373.56555Q132.16238 373.81555 132.16238 374.2218Q132.16238 374.61243 132.47488 374.81555Q132.78738 375.01868 133.59988 375.20618Q134.41238 375.37805 134.91238 375.62805Q135.41238 375.87805 135.64676 376.23743Q135.89676 376.5968 135.89676 377.0968Q135.89676 377.95618 135.20926 378.4718Q134.53738 378.98743 133.45926 378.98743Q132.69363 378.98743 132.09988 378.7218Q131.52176 378.44055 131.19363 377.95618Q130.86551 377.4718 130.86551 376.9093L131.94363 376.9093Q131.97488 377.45618 132.38113 377.7843Q132.78738 378.0968 133.45926 378.0968Q134.06863 378.0968 134.44363 377.8468Q134.81863 377.5968 134.81863 377.17493Z" fill-rule="nonzero"/><path fill="#666666" d="M140.3655 429.0366Q140.3655 430.94284 139.70924 431.88034Q139.06862 432.80222 137.678 432.80222Q136.31862 432.80222 135.66237 431.89597Q135.00612 430.98972 134.97487 429.17722L134.97487 427.73972Q134.97487 425.8491 135.6155 424.94284Q136.27174 424.02097 137.66237 424.02097Q139.03737 424.02097 139.69362 424.9116Q140.34987 425.7866 140.3655 427.63034L140.3655 429.0366ZM139.27174 427.55222Q139.27174 426.17722 138.88112 425.55222Q138.50612 424.9116 137.66237 424.9116Q136.83424 424.9116 136.44362 425.55222Q136.06862 426.17722 136.06862 427.4741L136.06862 429.20847Q136.06862 430.58347 136.45924 431.25534Q136.8655 431.9116 137.678 431.9116Q138.47487 431.9116 138.8655 431.2866Q139.25612 430.6616 139.27174 429.33347L139.27174 427.55222ZM141.91237 425.7866Q141.91237 425.02097 142.39674 424.52097Q142.89674 424.02097 143.66237 424.02097Q144.44362 424.02097 144.928 424.52097Q145.41237 425.02097 145.41237 425.81784L145.41237 426.23972Q145.41237 427.00534 144.91237 427.50534Q144.428 427.98972 143.678 427.98972Q142.91237 427.98972 142.41237 427.50534Q141.91237 427.00534 141.91237 426.19284L141.91237 425.7866ZM142.72487 426.23972Q142.72487 426.69284 142.97487 426.98972Q143.2405 427.2866 143.678 427.2866Q144.09987 427.2866 144.34987 427.00534Q144.59987 426.70847 144.59987 426.20847L144.59987 425.7866Q144.59987 425.33347 144.34987 425.0366Q144.09987 424.7241 143.66237 424.7241Q143.22487 424.7241 142.97487 425.0366Q142.72487 425.33347 142.72487 425.80222L142.72487 426.23972ZM146.06862 430.58347Q146.06862 429.81784 146.553 429.33347Q147.053 428.83347 147.81862 428.83347Q148.58424 428.83347 149.06862 429.33347Q149.56862 429.81784 149.56862 430.63034L149.56862 431.0366Q149.56862 431.80222 149.08424 432.30222Q148.59987 432.80222 147.83424 432.80222Q147.06862 432.80222 146.56862 432.31784Q146.06862 431.81784 146.06862 431.00534L146.06862 430.58347ZM146.88112 431.0366Q146.88112 431.50534 147.13112 431.80222Q147.39674 432.0991 147.83424 432.0991Q148.25612 432.0991 148.50612 431.81784Q148.75612 431.52097 148.75612 431.02097L148.75612 430.58347Q148.75612 430.11472 148.4905 429.83347Q148.2405 429.5366 147.81862 429.5366Q147.39674 429.5366 147.13112 429.83347Q146.88112 430.11472 146.88112 430.61472L146.88112 431.0366ZM143.928 432.0366L143.303 431.64597L147.47487 424.9741L148.08424 425.36472L143.928 432.0366Z" fill-rule="nonzero"/><path fill="#666666" d="M243.89299 432.67722L238.29924 432.67722L238.29924 431.89597L241.25237 428.61472Q241.90862 427.86472 242.15862 427.4116Q242.40862 426.94284 242.40862 426.44284Q242.40862 425.77097 242.00237 425.3491Q241.61174 424.9116 240.92424 424.9116Q240.12737 424.9116 239.67424 425.38034Q239.22112 425.83347 239.22112 426.6616L238.14299 426.6616Q238.14299 425.4741 238.89299 424.75534Q239.65862 424.02097 240.92424 424.02097Q242.12737 424.02097 242.81487 424.64597Q243.50237 425.27097 243.50237 426.31784Q243.50237 427.56784 241.89299 429.31784L239.61174 431.7866L243.89299 431.7866L243.89299 432.67722ZM250.65862 429.0366Q250.65862 430.94284 250.00237 431.88034Q249.36174 432.80222 247.97112 432.80222Q246.61174 432.80222 245.95549 431.89597Q245.29924 430.98972 245.26799 429.17722L245.26799 427.73972Q245.26799 425.8491 245.90862 424.94284Q246.56487 424.02097 247.95549 424.02097Q249.33049 424.02097 249.98674 424.9116Q250.64299 425.7866 250.65862 427.63034L250.65862 429.0366ZM249.56487 427.55222Q249.56487 426.17722 249.17424 425.55222Q248.79924 424.9116 247.95549 424.9116Q247.12737 424.9116 246.73674 425.55222Q246.36174 426.17722 246.36174 427.4741L246.36174 429.20847Q246.36174 430.58347 246.75237 431.25534Q247.15862 431.9116 247.97112 431.9116Q248.76799 431.9116 249.15862 431.2866Q249.54924 430.6616 249.56487 429.33347L249.56487 427.55222ZM252.20549 425.7866Q252.20549 425.02097 252.68987 424.52097Q253.18987 424.02097 253.95549 424.02097Q254.73674 424.02097 255.22112 424.52097Q255.70549 425.02097 255.70549 425.81784L255.70549 426.23972Q255.70549 427.00534 255.20549 427.50534Q254.72112 427.98972 253.97112 427.98972Q253.20549 427.98972 252.70549 427.50534Q252.20549 427.00534 252.20549 426.19284L252.20549 425.7866ZM253.01799 426.23972Q253.01799 426.69284 253.26799 426.98972Q253.53362 427.2866 253.97112 427.2866Q254.39299 427.2866 254.64299 427.00534Q254.89299 426.70847 254.89299 426.20847L254.89299 425.7866Q254.89299 425.33347 254.64299 425.0366Q254.39299 424.7241 253.95549 424.7241Q253.51799 424.7241 253.26799 425.0366Q253.01799 425.33347 253.01799 425.80222L253.01799 426.23972ZM256.36176 430.58347Q256.36176 429.81784 256.84613 429.33347Q257.34613 428.83347 258.11176 428.83347Q258.87738 428.83347 259.36176 429.33347Q259.86176 429.81784 259.86176 430.63034L259.86176 431.0366Q259.86176 431.80222 259.37738 432.30222Q258.893 432.80222 258.12738 432.80222Q257.36176 432.80222 256.86176 432.31784Q256.36176 431.81784 256.36176 431.00534L256.36176 430.58347ZM257.17426 431.0366Q257.17426 431.50534 257.42426 431.80222Q257.68988 432.0991 258.12738 432.0991Q258.54926 432.0991 258.79926 431.81784Q259.04926 431.52097 259.04926 431.02097L259.04926 430.58347Q259.04926 430.11472 258.78363 429.83347Q258.53363 429.5366 258.11176 429.5366Q257.68988 429.5366 257.42426 429.83347Q257.17426 430.11472 257.17426 430.61472L257.17426 431.0366ZM254.22112 432.0366L253.59612 431.64597L257.768 424.9741L258.37738 425.36472L254.22112 432.0366Z" fill-rule="nonzero"/><path fill="#666666" d="M349.67047 429.81784L350.85797 429.81784L350.85797 430.69284L349.67047 430.69284L349.67047 432.67722L348.59235 432.67722L348.59235 430.69284L344.70172 430.69284L344.70172 430.05222L348.51422 424.14597L349.67047 424.14597L349.67047 429.81784ZM345.9361 429.81784L348.59235 429.81784L348.59235 425.63034L348.45172 425.86472L345.9361 429.81784ZM357.45172 429.0366Q357.45172 430.94284 356.79547 431.88034Q356.15485 432.80222 354.76422 432.80222Q353.40485 432.80222 352.7486 431.89597Q352.09235 430.98972 352.0611 429.17722L352.0611 427.73972Q352.0611 425.8491 352.70172 424.94284Q353.35797 424.02097 354.7486 424.02097Q356.1236 424.02097 356.77985 424.9116Q357.4361 425.7866 357.45172 427.63034L357.45172 429.0366ZM356.35797 427.55222Q356.35797 426.17722 355.96735 425.55222Q355.59235 424.9116 354.7486 424.9116Q353.92047 424.9116 353.52985 425.55222Q353.15485 426.17722 353.15485 427.4741L353.15485 429.20847Q353.15485 430.58347 353.54547 431.25534Q353.95172 431.9116 354.76422 431.9116Q355.5611 431.9116 355.95172 431.2866Q356.34235 430.6616 356.35797 429.33347L356.35797 427.55222ZM358.9986 425.7866Q358.9986 425.02097 359.48297 424.52097Q359.98297 424.02097 360.7486 424.02097Q361.52985 424.02097 362.01422 424.52097Q362.4986 425.02097 362.4986 425.81784L362.4986 426.23972Q362.4986 427.00534 361.9986 427.50534Q361.51422 427.98972 360.76422 427.98972Q359.9986 427.98972 359.4986 427.50534Q358.9986 427.00534 358.9986 426.19284L358.9986 425.7866ZM359.8111 426.23972Q359.8111 426.69284 360.0611 426.98972Q360.32672 427.2866 360.76422 427.2866Q361.1861 427.2866 361.4361 427.00534Q361.6861 426.70847 361.6861 426.20847L361.6861 425.7866Q361.6861 425.33347 361.4361 425.0366Q361.1861 424.7241 360.7486 424.7241Q360.3111 424.7241 360.0611 425.0366Q359.8111 425.33347 359.8111 425.80222L359.8111 426.23972ZM363.15485 430.58347Q363.15485 429.81784 363.63922 429.33347Q364.13922 428.83347 364.90485 428.83347Q365.67047 428.83347 366.15485 429.33347Q366.65485 429.81784 366.65485 430.63034L366.65485 431.0366Q366.65485 431.80222 366.17047 432.30222Q365.6861 432.80222 364.92047 432.80222Q364.15485 432.80222 363.65485 432.31784Q363.15485 431.81784 363.15485 431.00534L363.15485 430.58347ZM363.96735 431.0366Q363.96735 431.50534 364.21735 431.80222Q364.48297 432.0991 364.92047 432.0991Q365.34235 432.0991 365.59235 431.81784Q365.84235 431.52097 365.84235 431.02097L365.84235 430.58347Q365.84235 430.11472 365.57672 429.83347Q365.32672 429.5366 364.90485 429.5366Q364.48297 429.5366 364.21735 429.83347Q363.96735 430.11472 363.96735 430.61472L363.96735 431.0366ZM361.01422 432.0366L360.38922 431.64597L364.5611 424.9741L365.17047 425.36472L361.01422 432.0366Z" fill-rule="nonzero"/><path fill="#666666" d="M456.15106 424.14597L456.15106 425.05222L455.94794 425.05222Q454.6823 425.08347 453.9323 425.81784Q453.1823 426.5366 453.0573 427.8491Q453.7448 427.08347 454.90106 427.08347Q456.01044 427.08347 456.6823 427.86472Q457.3542 428.64597 457.3542 429.89597Q457.3542 431.20847 456.63544 432.00534Q455.9167 432.80222 454.69794 432.80222Q453.4792 432.80222 452.71356 431.86472Q451.96356 430.9116 451.96356 429.42722L451.96356 429.02097Q451.96356 426.6616 452.96356 425.4116Q453.96356 424.1616 455.94794 424.14597L456.15106 424.14597ZM454.7292 427.98972Q454.1667 427.98972 453.69794 428.31784Q453.2292 428.64597 453.0417 429.1616L453.0417 429.55222Q453.0417 430.61472 453.51044 431.25534Q453.9948 431.89597 454.69794 431.89597Q455.4323 431.89597 455.8542 431.36472Q456.27606 430.81784 456.27606 429.94284Q456.27606 429.06784 455.8542 428.5366Q455.4323 427.98972 454.7292 427.98972ZM464.2448 429.0366Q464.2448 430.94284 463.58856 431.88034Q462.94794 432.80222 461.5573 432.80222Q460.19794 432.80222 459.5417 431.89597Q458.88544 430.98972 458.8542 429.17722L458.8542 427.73972Q458.8542 425.8491 459.4948 424.94284Q460.15106 424.02097 461.5417 424.02097Q462.9167 424.02097 463.57294 424.9116Q464.2292 425.7866 464.2448 427.63034L464.2448 429.0366ZM463.15106 427.55222Q463.15106 426.17722 462.76044 425.55222Q462.38544 424.9116 461.5417 424.9116Q460.71356 424.9116 460.32294 425.55222Q459.94794 426.17722 459.94794 427.4741L459.94794 429.20847Q459.94794 430.58347 460.33856 431.25534Q460.7448 431.9116 461.5573 431.9116Q462.3542 431.9116 462.7448 431.2866Q463.13544 430.6616 463.15106 429.33347L463.15106 427.55222ZM465.7917 425.7866Q465.7917 425.02097 466.27606 424.52097Q466.77606 424.02097 467.5417 424.02097Q468.32294 424.02097 468.8073 424.52097Q469.2917 425.02097 469.2917 425.81784L469.2917 426.23972Q469.2917 427.00534 468.7917 427.50534Q468.3073 427.98972 467.5573 427.98972Q466.7917 427.98972 466.2917 427.50534Q465.7917 427.00534 465.7917 426.19284L465.7917 425.7866ZM466.6042 426.23972Q466.6042 426.69284 466.8542 426.98972Q467.1198 427.2866 467.5573 427.2866Q467.9792 427.2866 468.2292 427.00534Q468.4792 426.70847 468.4792 426.20847L468.4792 425.7866Q468.4792 425.33347 468.2292 425.0366Q467.9792 424.7241 467.5417 424.7241Q467.1042 424.7241 466.8542 425.0366Q466.6042 425.33347 466.6042 425.80222L466.6042 426.23972ZM469.94794 430.58347Q469.94794 429.81784 470.4323 429.33347Q470.9323 428.83347 471.69794 428.83347Q472.46356 428.83347 472.94794 429.33347Q473.44794 429.81784 473.44794 430.63034L473.44794 431.0366Q473.44794 431.80222 472.96356 432.30222Q472.4792 432.80222 471.71356 432.80222Q470.94794 432.80222 470.44794 432.31784Q469.94794 431.81784 469.94794 431.00534L469.94794 430.58347ZM470.76044 431.0366Q470.76044 431.50534 471.01044 431.80222Q471.27606 432.0991 471.71356 432.0991Q472.13544 432.0991 472.38544 431.81784Q472.63544 431.52097 472.63544 431.02097L472.63544 430.58347Q472.63544 430.11472 472.3698 429.83347Q472.1198 429.5366 471.69794 429.5366Q471.27606 429.5366 471.01044 429.83347Q470.76044 430.11472 470.76044 430.61472L470.76044 431.0366ZM467.8073 432.0366L467.1823 431.64597L471.3542 424.9741L471.96356 425.36472L467.8073 432.0366Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 426.36472Q563.866 427.00534 563.5223 427.50534Q563.1785 428.00534 562.616 428.2866Q563.2723 428.56784 563.6629 429.13034Q564.0535 429.67722 564.0535 430.38034Q564.0535 431.4741 563.3035 432.14597Q562.56915 432.80222 561.3504 432.80222Q560.116 432.80222 559.366 432.14597Q558.63165 431.4741 558.63165 430.38034Q558.63165 429.67722 559.00665 429.13034Q559.38165 428.56784 560.0535 428.2866Q559.491 428.00534 559.1629 427.50534Q558.8348 427.00534 558.8348 426.36472Q558.8348 425.2866 559.5223 424.6616Q560.2098 424.02097 561.3504 424.02097Q562.4754 424.02097 563.1629 424.6616Q563.866 425.2866 563.866 426.36472ZM562.9754 430.3491Q562.9754 429.63034 562.5223 429.19284Q562.06915 428.73972 561.3348 428.73972Q560.6004 428.73972 560.1473 429.19284Q559.7098 429.63034 559.7098 430.36472Q559.7098 431.08347 560.1473 431.50534Q560.5848 431.9116 561.3504 431.9116Q562.1004 431.9116 562.5379 431.48972Q562.9754 431.06784 562.9754 430.3491ZM561.3504 424.9116Q560.7098 424.9116 560.3035 425.31784Q559.9129 425.70847 559.9129 426.39597Q559.9129 427.0366 560.3035 427.44284Q560.69415 427.8491 561.3348 427.8491Q561.991 427.8491 562.38165 427.44284Q562.7723 427.0366 562.7723 426.39597Q562.7723 425.73972 562.366 425.33347Q561.9598 424.9116 561.3504 424.9116ZM571.0379 429.0366Q571.0379 430.94284 570.38165 431.88034Q569.741 432.80222 568.3504 432.80222Q566.991 432.80222 566.3348 431.89597Q565.6785 430.98972 565.6473 429.17722L565.6473 427.73972Q565.6473 425.8491 566.2879 424.94284Q566.94415 424.02097 568.3348 424.02097Q569.7098 424.02097 570.366 424.9116Q571.0223 425.7866 571.0379 427.63034L571.0379 429.0366ZM569.94415 427.55222Q569.94415 426.17722 569.5535 425.55222Q569.1785 424.9116 568.3348 424.9116Q567.50665 424.9116 567.116 425.55222Q566.741 426.17722 566.741 427.4741L566.741 429.20847Q566.741 430.58347 567.13165 431.25534Q567.5379 431.9116 568.3504 431.9116Q569.1473 431.9116 569.5379 431.2866Q569.9285 430.6616 569.94415 429.33347L569.94415 427.55222ZM572.5848 425.7866Q572.5848 425.02097 573.06915 424.52097Q573.56915 424.02097 574.3348 424.02097Q575.116 424.02097 575.6004 424.52097Q576.0848 425.02097 576.0848 425.81784L576.0848 426.23972Q576.0848 427.00534 575.5848 427.50534Q575.1004 427.98972 574.3504 427.98972Q573.5848 427.98972 573.0848 427.50534Q572.5848 427.00534 572.5848 426.19284L572.5848 425.7866ZM573.3973 426.23972Q573.3973 426.69284 573.6473 426.98972Q573.9129 427.2866 574.3504 427.2866Q574.7723 427.2866 575.0223 427.00534Q575.2723 426.70847 575.2723 426.20847L575.2723 425.7866Q575.2723 425.33347 575.0223 425.0366Q574.7723 424.7241 574.3348 424.7241Q573.8973 424.7241 573.6473 425.0366Q573.3973 425.33347 573.3973 425.80222L573.3973 426.23972ZM576.741 430.58347Q576.741 429.81784 577.2254 429.33347Q577.7254 428.83347 578.491 428.83347Q579.25665 428.83347 579.741 429.33347Q580.241 429.81784 580.241 430.63034L580.241 431.0366Q580.241 431.80222 579.75665 432.30222Q579.2723 432.80222 578.50665 432.80222Q577.741 432.80222 577.241 432.31784Q576.741 431.81784 576.741 431.00534L576.741 430.58347ZM577.5535 431.0366Q577.5535 431.50534 577.8035 431.80222Q578.06915 432.0991 578.50665 432.0991Q578.9285 432.0991 579.1785 431.81784Q579.4285 431.52097 579.4285 431.02097L579.4285 430.58347Q579.4285 430.11472 579.1629 429.83347Q578.9129 429.5366 578.491 429.5366Q578.06915 429.5366 577.8035 429.83347Q577.5535 430.11472 577.5535 430.61472L577.5535 431.0366ZM574.6004 432.0366L573.9754 431.64597L578.1473 424.9741L578.75665 425.36472L574.6004 432.0366Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M200.21387 473.44812C200.21387 472.89584 200.66158 472.44812 201.21387 472.44812L211.21387 472.44812C211.76616 472.44812 212.21387 472.89584 212.21387 473.44812L212.21387 483.44812C212.21387 484.00043 211.76616 484.44812 211.21387 484.44812L201.21387 484.44812C200.66158 484.44812 200.21387 484.00043 200.21387 483.44812Z" fill-rule="nonzero"/><path fill="#666666" d="M226.51074 482.94812L220.91699 482.94812L220.91699 482.16687L223.87012 478.88562Q224.52637 478.13562 224.77637 477.6825Q225.02637 477.21375 225.02637 476.71375Q225.02637 476.04187 224.62012 475.62Q224.22949 475.1825 223.54199 475.1825Q222.74512 475.1825 222.29199 475.65125Q221.83887 476.10437 221.83887 476.9325L220.76074 476.9325Q220.76074 475.745 221.51074 475.02625Q222.27637 474.29187 223.54199 474.29187Q224.74512 474.29187 225.43262 474.91687Q226.12012 475.54187 226.12012 476.58875Q226.12012 477.83875 224.51074 479.58875L222.22949 482.0575L226.51074 482.0575L226.51074 482.94812ZM233.27637 479.3075Q233.27637 481.21375 232.62012 482.15125Q231.97949 483.07312 230.58887 483.07312Q229.22949 483.07312 228.57324 482.16687Q227.91699 481.26062 227.88574 479.44812L227.88574 478.01062Q227.88574 476.12 228.52637 475.21375Q229.18262 474.29187 230.57324 474.29187Q231.94824 474.29187 232.60449 475.1825Q233.26074 476.0575 233.27637 477.90125L233.27637 479.3075ZM232.18262 477.82312Q232.18262 476.44812 231.79199 475.82312Q231.41699 475.1825 230.57324 475.1825Q229.74512 475.1825 229.35449 475.82312Q228.97949 476.44812 228.97949 477.745L228.97949 479.47937Q228.97949 480.85437 229.37012 481.52625Q229.77637 482.1825 230.58887 482.1825Q231.38574 482.1825 231.77637 481.5575Q232.16699 480.9325 232.18262 479.60437L232.18262 477.82312ZM238.47949 482.94812L237.40137 482.94812L237.40137 475.72937L235.21387 476.52625L235.21387 475.54187L238.32324 474.37L238.47949 474.37L238.47949 482.94812ZM246.18262 474.41687L246.18262 475.32312L245.97949 475.32312Q244.71387 475.35437 243.96387 476.08875Q243.21387 476.8075 243.08887 478.12Q243.77637 477.35437 244.93262 477.35437Q246.04199 477.35437 246.71387 478.13562Q247.38574 478.91687 247.38574 480.16687Q247.38574 481.47937 246.66699 482.27625Q245.94824 483.07312 244.72949 483.07312Q243.51074 483.07312 242.74512 482.13562Q241.99512 481.1825 241.99512 479.69812L241.99512 479.29187Q241.99512 476.9325 242.99512 475.6825Q243.99512 474.4325 245.97949 474.41687L246.18262 474.41687ZM244.76074 478.26062Q244.19824 478.26062 243.72949 478.58875Q243.26074 478.91687 243.07324 479.4325L243.07324 479.82312Q243.07324 480.88562 243.54199 481.52625Q244.02637 482.16687 244.72949 482.16687Q245.46387 482.16687 245.88574 481.63562Q246.30762 481.08875 246.30762 480.21375Q246.30762 479.33875 245.88574 478.8075Q245.46387 478.26062 244.76074 478.26062Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M264.21387 473.44812C264.21387 472.89584 264.6616 472.44812 265.21387 472.44812L275.21387 472.44812C275.76614 472.44812 276.21387 472.89584 276.21387 473.44812L276.21387 483.44812C276.21387 484.00043 275.76614 484.44812 275.21387 484.44812L265.21387 484.44812C264.6616 484.44812 264.21387 484.00043 264.21387 483.44812Z" fill-rule="nonzero"/><path fill="#666666" d="M290.51074 482.94812L284.917 482.94812L284.917 482.16687L287.87012 478.88562Q288.52637 478.13562 288.77637 477.6825Q289.02637 477.21375 289.02637 476.71375Q289.02637 476.04187 288.62012 475.62Q288.2295 475.1825 287.542 475.1825Q286.74512 475.1825 286.292 475.65125Q285.83887 476.10437 285.83887 476.9325L284.76074 476.9325Q284.76074 475.745 285.51074 475.02625Q286.27637 474.29187 287.542 474.29187Q288.74512 474.29187 289.43262 474.91687Q290.12012 475.54187 290.12012 476.58875Q290.12012 477.83875 288.51074 479.58875L286.2295 482.0575L290.51074 482.0575L290.51074 482.94812ZM297.27637 479.3075Q297.27637 481.21375 296.62012 482.15125Q295.9795 483.07312 294.58887 483.07312Q293.2295 483.07312 292.57324 482.16687Q291.917 481.26062 291.88574 479.44812L291.88574 478.01062Q291.88574 476.12 292.52637 475.21375Q293.18262 474.29187 294.57324 474.29187Q295.94824 474.29187 296.6045 475.1825Q297.26074 476.0575 297.27637 477.90125L297.27637 479.3075ZM296.18262 477.82312Q296.18262 476.44812 295.792 475.82312Q295.417 475.1825 294.57324 475.1825Q293.74512 475.1825 293.3545 475.82312Q292.9795 476.44812 292.9795 477.745L292.9795 479.47937Q292.9795 480.85437 293.37012 481.52625Q293.77637 482.1825 294.58887 482.1825Q295.38574 482.1825 295.77637 481.5575Q296.167 480.9325 296.18262 479.60437L296.18262 477.82312ZM302.4795 482.94812L301.40137 482.94812L301.40137 475.72937L299.21387 476.52625L299.21387 475.54187L302.32324 474.37L302.4795 474.37L302.4795 482.94812ZM311.43262 475.02625L307.90137 482.94812L306.76074 482.94812L310.27637 475.3075L305.667 475.3075L305.667 474.41687L311.43262 474.41687L311.43262 475.02625Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M328.21387 473.44812C328.21387 472.89584 328.6616 472.44812 329.21387 472.44812L339.21387 472.44812C339.76614 472.44812 340.21387 472.89584 340.21387 473.44812L340.21387 483.44812C340.21387 484.00043 339.76614 484.44812 339.21387 484.44812L329.21387 484.44812C328.6616 484.44812 328.21387 484.00043 328.21387 483.44812Z" fill-rule="nonzero"/><path fill="#666666" d="M354.51074 482.94812L348.917 482.94812L348.917 482.16687L351.87012 478.88562Q352.52637 478.13562 352.77637 477.6825Q353.02637 477.21375 353.02637 476.71375Q353.02637 476.04187 352.62012 475.62Q352.2295 475.1825 351.542 475.1825Q350.74512 475.1825 350.292 475.65125Q349.83887 476.10437 349.83887 476.9325L348.76074 476.9325Q348.76074 475.745 349.51074 475.02625Q350.27637 474.29187 351.542 474.29187Q352.74512 474.29187 353.43262 474.91687Q354.12012 475.54187 354.12012 476.58875Q354.12012 477.83875 352.51074 479.58875L350.2295 482.0575L354.51074 482.0575L354.51074 482.94812ZM361.27637 479.3075Q361.27637 481.21375 360.62012 482.15125Q359.9795 483.07312 358.58887 483.07312Q357.2295 483.07312 356.57324 482.16687Q355.917 481.26062 355.88574 479.44812L355.88574 478.01062Q355.88574 476.12 356.52637 475.21375Q357.18262 474.29187 358.57324 474.29187Q359.94824 474.29187 360.6045 475.1825Q361.26074 476.0575 361.27637 477.90125L361.27637 479.3075ZM360.18262 477.82312Q360.18262 476.44812 359.792 475.82312Q359.417 475.1825 358.57324 475.1825Q357.74512 475.1825 357.3545 475.82312Q356.9795 476.44812 356.9795 477.745L356.9795 479.47937Q356.9795 480.85437 357.37012 481.52625Q357.77637 482.1825 358.58887 482.1825Q359.38574 482.1825 359.77637 481.5575Q360.167 480.9325 360.18262 479.60437L360.18262 477.82312ZM366.4795 482.94812L365.40137 482.94812L365.40137 475.72937L363.21387 476.52625L363.21387 475.54187L366.32324 474.37L366.4795 474.37L366.4795 482.94812ZM375.1045 476.63562Q375.1045 477.27625 374.76074 477.77625Q374.417 478.27625 373.8545 478.5575Q374.51074 478.83875 374.90137 479.40125Q375.292 479.94812 375.292 480.65125Q375.292 481.745 374.542 482.41687Q373.80762 483.07312 372.58887 483.07312Q371.3545 483.07312 370.6045 482.41687Q369.87012 481.745 369.87012 480.65125Q369.87012 479.94812 370.24512 479.40125Q370.62012 478.83875 371.292 478.5575Q370.7295 478.27625 370.40137 477.77625Q370.07324 477.27625 370.07324 476.63562Q370.07324 475.5575 370.76074 474.9325Q371.44824 474.29187 372.58887 474.29187Q373.71387 474.29187 374.40137 474.9325Q375.1045 475.5575 375.1045 476.63562ZM374.21387 480.62Q374.21387 479.90125 373.76074 479.46375Q373.30762 479.01062 372.57324 479.01062Q371.83887 479.01062 371.38574 479.46375Q370.94824 479.90125 370.94824 480.63562Q370.94824 481.35437 371.38574 481.77625Q371.82324 482.1825 372.58887 482.1825Q373.33887 482.1825 373.77637 481.76062Q374.21387 481.33875 374.21387 480.62ZM372.58887 475.1825Q371.94824 475.1825 371.542 475.58875Q371.15137 475.97937 371.15137 476.66687Q371.15137 477.3075 371.542 477.71375Q371.93262 478.12 372.57324 478.12Q373.2295 478.12 373.62012 477.71375Q374.01074 477.3075 374.01074 476.66687Q374.01074 476.01062 373.6045 475.60437Q373.19824 475.1825 372.58887 475.1825Z" fill-rule="nonzero"/><path fill="#00add8" d="M392.21387 473.44812C392.21387 472.89584 392.6616 472.44812 393.21387 472.44812L403.21387 472.44812C403.76614 472.44812 404.21387 472.89584 404.21387 473.44812L404.21387 483.44812C404.21387 484.00043 403.76614 484.44812 403.21387 484.44812L393.21387 484.44812C392.6616 484.44812 392.21387 484.00043 392.21387 483.44812Z" fill-rule="nonzero"/><path fill="#666666" d="M418.51074 482.94812L412.917 482.94812L412.917 482.16687L415.87012 478.88562Q416.52637 478.13562 416.77637 477.6825Q417.02637 477.21375 417.02637 476.71375Q417.02637 476.04187 416.62012 475.62Q416.2295 475.1825 415.542 475.1825Q414.74512 475.1825 414.292 475.65125Q413.83887 476.10437 413.83887 476.9325L412.76074 476.9325Q412.76074 475.745 413.51074 475.02625Q414.27637 474.29187 415.542 474.29187Q416.74512 474.29187 417.43262 474.91687Q418.12012 475.54187 418.12012 476.58875Q418.12012 477.83875 416.51074 479.58875L414.2295 482.0575L418.51074 482.0575L418.51074 482.94812ZM425.27637 479.3075Q425.27637 481.21375 424.62012 482.15125Q423.9795 483.07312 422.58887 483.07312Q421.2295 483.07312 420.57324 482.16687Q419.917 481.26062 419.88574 479.44812L419.88574 478.01062Q419.88574 476.12 420.52637 475.21375Q421.18262 474.29187 422.57324 474.29187Q423.94824 474.29187 424.6045 475.1825Q425.26074 476.0575 425.27637 477.90125L425.27637 479.3075ZM424.18262 477.82312Q424.18262 476.44812 423.792 475.82312Q423.417 475.1825 422.57324 475.1825Q421.74512 475.1825 421.3545 475.82312Q420.9795 476.44812 420.9795 477.745L420.9795 479.47937Q420.9795 480.85437 421.37012 481.52625Q421.77637 482.1825 422.58887 482.1825Q423.38574 482.1825 423.77637 481.5575Q424.167 480.9325 424.18262 479.60437L424.18262 477.82312ZM430.4795 482.94812L429.40137 482.94812L429.40137 475.72937L427.21387 476.52625L427.21387 475.54187L430.32324 474.37L430.4795 474.37L430.4795 482.94812ZM438.07324 479.19812Q437.74512 479.60437 437.26074 479.85437Q436.792 480.08875 436.2295 480.08875Q435.49512 480.08875 434.94824 479.72937Q434.40137 479.37 434.1045 478.71375Q433.80762 478.04187 433.80762 477.245Q433.80762 476.40125 434.12012 475.71375Q434.44824 475.02625 435.042 474.66687Q435.65137 474.29187 436.44824 474.29187Q437.71387 474.29187 438.43262 475.245Q439.167 476.19812 439.167 477.82312L439.167 478.13562Q439.167 480.63562 438.18262 481.77625Q437.19824 482.91687 435.21387 482.94812L434.99512 482.94812L434.99512 482.04187L435.2295 482.04187Q436.57324 482.01062 437.292 481.33875Q438.01074 480.66687 438.07324 479.19812ZM436.40137 479.19812Q436.94824 479.19812 437.40137 478.87Q437.87012 478.52625 438.08887 478.04187L438.08887 477.60437Q438.08887 476.54187 437.62012 475.87Q437.15137 475.19812 436.44824 475.19812Q435.7295 475.19812 435.292 475.745Q434.87012 476.29187 434.87012 477.19812Q434.87012 478.07312 435.27637 478.63562Q435.69824 479.19812 436.40137 479.19812ZM443.99512 479.47937Q443.99512 478.16687 444.33887 476.94812Q444.69824 475.72937 445.40137 474.72937Q446.1045 473.72937 446.87012 473.32312L447.08887 474.04187Q446.2295 474.69812 445.68262 476.04187Q445.13574 477.38562 445.08887 479.0575L445.07324 479.5575Q445.07324 481.82312 445.90137 483.47937Q446.40137 484.47937 447.08887 485.04187L446.87012 485.69812Q446.08887 485.27625 445.37012 484.245Q443.99512 482.26062 443.99512 479.47937ZM449.05762 476.60437L449.08887 477.40125Q449.82324 476.495 450.99512 476.495Q453.01074 476.495 453.02637 478.76062L453.02637 482.94812L451.93262 482.94812L451.93262 478.745Q451.93262 478.07312 451.62012 477.745Q451.32324 477.41687 450.667 477.41687Q450.13574 477.41687 449.7295 477.69812Q449.33887 477.97937 449.12012 478.4325L449.12012 482.94812L448.042 482.94812L448.042 476.60437L449.05762 476.60437ZM459.99512 478.1825L455.1045 478.1825L455.1045 477.22937L459.99512 477.22937L459.99512 478.1825ZM459.99512 480.60437L455.1045 480.60437L455.1045 479.66687L459.99512 479.66687L459.99512 480.60437ZM467.1045 476.63562Q467.1045 477.27625 466.76074 477.77625Q466.417 478.27625 465.8545 478.5575Q466.51074 478.83875 466.90137 479.40125Q467.292 479.94812 467.292 480.65125Q467.292 481.745 466.542 482.41687Q465.80762 483.07312 464.58887 483.07312Q463.3545 483.07312 462.6045 482.41687Q461.87012 481.745 461.87012 480.65125Q461.87012 479.94812 462.24512 479.40125Q462.62012 478.83875 463.292 478.5575Q462.7295 478.27625 462.40137 477.77625Q462.07324 477.27625 462.07324 476.63562Q462.07324 475.5575 462.76074 474.9325Q463.44824 474.29187 464.58887 474.29187Q465.71387 474.29187 466.40137 474.9325Q467.1045 475.5575 467.1045 476.63562ZM466.21387 480.62Q466.21387 479.90125 465.76074 479.46375Q465.30762 479.01062 464.57324 479.01062Q463.83887 479.01062 463.38574 479.46375Q462.94824 479.90125 462.94824 480.63562Q462.94824 481.35437 463.38574 481.77625Q463.82324 482.1825 464.58887 482.1825Q465.33887 482.1825 465.77637 481.76062Q466.21387 481.33875 466.21387 480.62ZM464.58887 475.1825Q463.94824 475.1825 463.542 475.58875Q463.15137 475.97937 463.15137 476.66687Q463.15137 477.3075 463.542 477.71375Q463.93262 478.12 464.57324 478.12Q465.2295 478.12 465.62012 477.71375Q466.01074 477.3075 466.01074 476.66687Q466.01074 476.01062 465.6045 475.60437Q465.19824 475.1825 464.58887 475.1825ZM468.99512 484.65125L468.38574 484.22937Q468.93262 483.46375 468.96387 482.63562L468.96387 481.66687L470.02637 481.66687L470.02637 482.51062Q470.02637 483.10437 469.7295 483.69812Q469.43262 484.29187 468.99512 484.65125ZM472.49512 478.15125L473.30762 478.15125Q474.08887 478.13562 474.52637 477.745Q474.96387 477.35437 474.96387 476.6825Q474.96387 475.1825 473.46387 475.1825Q472.76074 475.1825 472.33887 475.58875Q471.93262 475.995 471.93262 476.65125L470.83887 476.65125Q470.83887 475.63562 471.57324 474.96375Q472.32324 474.29187 473.46387 474.29187Q474.667 474.29187 475.3545 474.9325Q476.042 475.57312 476.042 476.71375Q476.042 477.27625 475.68262 477.79187Q475.32324 478.3075 474.69824 478.57312Q475.40137 478.79187 475.77637 479.3075Q476.167 479.82312 476.167 480.57312Q476.167 481.71375 475.417 482.40125Q474.667 483.07312 473.46387 483.07312Q472.27637 483.07312 471.51074 482.41687Q470.76074 481.76062 470.76074 480.69812L471.8545 480.69812Q471.8545 481.37 472.292 481.77625Q472.7295 482.1825 473.4795 482.1825Q474.26074 482.1825 474.667 481.77625Q475.08887 481.35437 475.08887 480.58875Q475.08887 479.85437 474.63574 479.46375Q474.18262 479.0575 473.30762 479.04187L472.49512 479.04187L472.49512 478.15125ZM481.4795 482.94812L480.40137 482.94812L480.40137 475.72937L478.21387 476.52625L478.21387 475.54187L481.32324 474.37L481.4795 474.37L481.4795 482.94812ZM488.4795 482.94812L487.40137 482.94812L487.40137 475.72937L485.21387 476.52625L485.21387 475.54187L488.32324 474.37L488.4795 474.37L488.4795 482.94812ZM494.542 479.54187Q494.542 480.85437 494.19824 482.0575Q493.8545 483.245 493.13574 484.26062Q492.43262 485.27625 491.667 485.69812L491.43262 485.04187Q492.33887 484.35437 492.88574 482.90125Q493.43262 481.4325 493.44824 479.66687L493.44824 479.47937Q493.44824 478.245 493.18262 477.1825Q492.93262 476.12 492.46387 475.29187Q492.01074 474.44812 491.43262 473.97937L491.667 473.32312Q492.43262 473.745 493.13574 474.745Q493.83887 475.745 494.18262 476.96375Q494.542 478.16687 494.542 479.54187Z" fill-rule="nonzero"/><path fill="#666666" d="M27.7625 28.128304L26.45 28.128304L26.45 18.175179L27.7625 18.175179L27.7625 28.128304ZM30.934376 18.393929L30.79375 20.909554L29.903126 20.909554L29.91875 17.628304L30.934376 17.628304L30.934376 18.393929ZM34.590626 26.409554L36.434376 20.737679L37.715626 20.737679L35.075 28.128304L34.10625 28.128304L31.41875 20.737679L32.715626 20.737679L34.590626 26.409554ZM42.23125 28.268929Q40.715626 28.268929 39.778126 27.284554Q38.840626 26.284554 38.840626 24.628304L38.840626 24.409554Q38.840626 23.300179 39.2625 22.440804Q39.684376 21.565804 40.434376 21.081429Q41.184376 20.597054 42.075 20.597054Q43.5125 20.597054 44.309376 21.550179Q45.10625 22.487679 45.10625 24.268929L45.10625 24.784554L40.10625 24.784554Q40.121876 25.878304 40.73125 26.565804Q41.35625 27.237679 42.29375 27.237679Q42.965626 27.237679 43.41875 26.972054Q43.8875 26.690804 44.246876 26.237679L45.0125 26.831429Q44.090626 28.268929 42.23125 28.268929ZM42.075 21.628304Q41.309376 21.628304 40.778126 22.190804Q40.2625 22.753304 40.1375 23.753304L43.840626 23.753304L43.840626 23.659554Q43.79375 22.690804 43.325 22.159554Q42.85625 21.628304 42.075 21.628304ZM53.73125 27.393929Q52.98125 28.268929 51.559376 28.268929Q50.371876 28.268929 49.746876 27.581429Q49.1375 26.893929 49.1375 25.550179L49.1375 20.737679L50.3875 20.737679L50.3875 25.503304Q50.3875 27.190804 51.7625 27.190804Q53.215626 27.190804 53.684376 26.112679L53.684376 20.737679L54.95 20.737679L54.95 28.128304L53.746876 28.128304L53.73125 27.393929ZM61.465626 26.159554Q61.465626 25.659554 61.075 25.378304Q60.684376 25.081429 59.73125 24.878304Q58.778126 24.675179 58.2 24.393929Q57.6375 24.097054 57.371876 23.706429Q57.10625 23.315804 57.10625 22.768929Q57.10625 21.847054 57.871876 21.222054Q58.6375 20.597054 59.840626 20.597054Q61.090626 20.597054 61.871876 21.253304Q62.653126 21.893929 62.653126 22.909554L61.3875 22.909554Q61.3875 22.378304 60.95 22.003304Q60.5125 21.628304 59.840626 21.628304Q59.153126 21.628304 58.7625 21.940804Q58.371876 22.237679 58.371876 22.722054Q58.371876 23.175179 58.73125 23.409554Q59.090626 23.643929 60.028126 23.862679Q60.98125 24.065804 61.575 24.362679Q62.16875 24.659554 62.45 25.081429Q62.73125 25.487679 62.73125 26.081429Q62.73125 27.065804 61.934376 27.675179Q61.1375 28.268929 59.871876 28.268929Q58.996876 28.268929 58.309376 27.956429Q57.621876 27.628304 57.23125 27.065804Q56.85625 26.503304 56.85625 25.847054L58.121876 25.847054Q58.153126 26.487679 58.621876 26.862679Q59.10625 27.237679 59.871876 27.237679Q60.590626 27.237679 61.028126 26.940804Q61.465626 26.643929 61.465626 26.159554ZM67.23125 28.268929Q65.71562 28.268929 64.77812 27.284554Q63.840626 26.284554 63.840626 24.628304L63.840626 24.409554Q63.840626 23.300179 64.2625 22.440804Q64.68437 21.565804 65.43437 21.081429Q66.18437 20.597054 67.075 20.597054Q68.5125 20.597054 69.30937 21.550179Q70.10625 22.487679 70.10625 24.268929L70.10625 24.784554L65.10625 24.784554Q65.12187 25.878304 65.73125 26.565804Q66.35625 27.237679 67.29375 27.237679Q67.96562 27.237679 68.41875 26.972054Q68.8875 26.690804 69.24687 26.237679L70.0125 26.831429Q69.09062 28.268929 67.23125 28.268929ZM67.075 21.628304Q66.30937 21.628304 65.77812 22.190804Q65.2625 22.753304 65.1375 23.753304L68.84062 23.753304L68.84062 23.659554Q68.79375 22.690804 68.325 22.159554Q67.85625 21.628304 67.075 21.628304ZM70.85625 24.362679Q70.85625 22.659554 71.65312 21.628304Q72.46562 20.597054 73.7625 20.597054Q75.075 20.597054 75.825 21.487679L75.825 17.628304L77.09062 17.628304L77.09062 28.128304L75.93437 28.128304L75.87187 27.331429Q75.10625 28.268929 73.7625 28.268929Q72.46562 28.268929 71.65312 27.222054Q70.85625 26.159554 70.85625 24.456429L70.85625 24.362679ZM72.12187 24.518929Q72.12187 25.768929 72.6375 26.487679Q73.15312 27.190804 74.075 27.190804Q75.27812 27.190804 75.825 26.112679L75.825 22.706429Q75.2625 21.675179 74.09062 21.675179Q73.15312 21.675179 72.6375 22.393929Q72.12187 23.097054 72.12187 24.518929ZM89.7 26.815804Q89.2 27.550179 88.29375 27.909554Q87.3875 28.268929 86.18437 28.268929Q84.96562 28.268929 84.0125 27.706429Q83.075 27.128304 82.55937 26.081429Q82.04375 25.018929 82.02812 23.628304L82.02812 22.768929Q82.02812 20.518929 83.075 19.284554Q84.1375 18.034554 86.02812 18.034554Q87.59062 18.034554 88.54375 18.831429Q89.49687 19.628304 89.7 21.097054L88.3875 21.097054Q88.02812 19.112679 86.04375 19.112679Q84.71562 19.112679 84.02812 20.050179Q83.35625 20.972054 83.35625 22.722054L83.35625 23.534554Q83.35625 25.222054 84.12187 26.206429Q84.8875 27.190804 86.18437 27.190804Q86.93437 27.190804 87.48125 27.034554Q88.04375 26.862679 88.40312 26.472054L88.40312 24.237679L86.09062 24.237679L86.09062 23.175179L89.7 23.175179L89.7 26.815804ZM91.825 24.362679Q91.825 23.268929 92.24687 22.409554Q92.68437 21.534554 93.43437 21.065804Q94.2 20.597054 95.18437 20.597054Q96.68437 20.597054 97.62187 21.643929Q98.55937 22.690804 98.55937 24.425179L98.55937 24.518929Q98.55937 25.597054 98.1375 26.456429Q97.73125 27.300179 96.95 27.784554Q96.18437 28.268929 95.2 28.268929Q93.68437 28.268929 92.74687 27.222054Q91.825 26.175179 91.825 24.456429L91.825 24.362679ZM93.09062 24.518929Q93.09062 25.737679 93.65312 26.487679Q94.23125 27.237679 95.2 27.237679Q96.15312 27.237679 96.71562 26.487679Q97.29375 25.722054 97.29375 24.362679Q97.29375 23.143929 96.71562 22.393929Q96.1375 21.628304 95.18437 21.628304Q94.24687 21.628304 93.66875 22.378304Q93.09062 23.128304 93.09062 24.518929ZM103.77812 28.128304L103.77812 21.706429L102.60625 21.706429L102.60625 20.737679L103.77812 20.737679L103.77812 19.972054Q103.77812 18.784554 104.40312 18.143929Q105.04375 17.487679 106.21562 17.487679Q106.65312 17.487679 107.075 17.597054L107.0125 18.628304Q106.68437 18.565804 106.325 18.565804Q105.71562 18.565804 105.37187 18.925179Q105.04375 19.284554 105.04375 19.956429L105.04375 20.737679L106.62187 20.737679L106.62187 21.706429L105.04375 21.706429L105.04375 28.128304L103.77812 28.128304ZM107.825 24.362679Q107.825 23.268929 108.24687 22.409554Q108.68437 21.534554 109.43437 21.065804Q110.2 20.597054 111.18437 20.597054Q112.68437 20.597054 113.62187 21.643929Q114.55937 22.690804 114.55937 24.425179L114.55937 24.518929Q114.55937 25.597054 114.1375 26.456429Q113.73125 27.300179 112.95 27.784554Q112.18437 28.268929 111.2 28.268929Q109.68437 28.268929 108.74687 27.222054Q107.825 26.175179 107.825 24.456429L107.825 24.362679ZM109.09062 24.518929Q109.09062 25.737679 109.65312 26.487679Q110.23125 27.237679 111.2 27.237679Q112.15312 27.237679 112.71562 26.487679Q113.29375 25.722054 113.29375 24.362679Q113.29375 23.143929 112.71562 22.393929Q112.1375 21.628304 111.18437 21.628304Q110.24687 21.628304 109.66875 22.378304Q109.09062 23.128304 109.09062 24.518929ZM119.73125 21.862679Q119.45 21.815804 119.10625 21.815804Q117.87187 21.815804 117.41875 22.878304L117.41875 28.128304L116.15312 28.128304L116.15312 20.737679L117.3875 20.737679L117.40312 21.581429Q118.02812 20.597054 119.16875 20.597054Q119.54375 20.597054 119.73125 20.690804L119.73125 21.862679ZM121.18437 27.472054Q121.18437 27.143929 121.37187 26.925179Q121.575 26.706429 121.96562 26.706429Q122.35625 26.706429 122.55937 26.925179Q122.7625 27.143929 122.7625 27.472054Q122.7625 27.784554 122.55937 28.003304Q122.35625 28.206429 121.96562 28.206429Q121.575 28.206429 121.37187 28.003304Q121.18437 27.784554 121.18437 27.472054ZM121.18437 21.472054Q121.18437 21.143929 121.37187 20.925179Q121.575 20.706429 121.96562 20.706429Q122.35625 20.706429 122.55937 20.925179Q122.7625 21.143929 122.7625 21.472054Q122.7625 21.784554 122.55937 22.003304Q122.35625 22.206429 121.96562 22.206429Q121.575 22.206429 121.37187 22.003304Q121.18437 21.784554 121.18437 21.472054Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig30.svg b/_content/survey2019/fig30.svg
deleted file mode 100644
index 2a40193..0000000
--- a/_content/survey2019/fig30.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 649.0 622.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="649" height="622" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L649.0 0L649.0 622.0L0 622.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M226.5 61.5L226.5 567.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M325.5 61.5L325.5 567.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M423.5 61.5L423.5 567.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M522.5 61.5L522.5 567.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M620.5 61.5L620.5 567.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M226.5 61.988075L620.6045 61.988075L620.6045 567.5L226.5 567.5L226.5 61.988075Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 93.0L226.0 73.0L296.0 73.0C297.10458 73.0 298.0 73.89543 298.0 75.0L298.0 91.0C298.0 92.10457 297.10458 93.0 296.0 93.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 93.0L226.0 73.0L296.0 73.0C297.10458 73.0 298.0 73.89543 298.0 75.0L298.0 91.0C298.0 92.10457 297.10458 93.0 296.0 93.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 124.0L226.0 104.0L286.0 104.0C287.10458 104.0 288.0 104.89543 288.0 106.0L288.0 122.0C288.0 123.10457 287.10458 124.0 286.0 124.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 124.0L226.0 104.0L286.0 104.0C287.10458 104.0 288.0 104.89543 288.0 106.0L288.0 122.0C288.0 123.10457 287.10458 124.0 286.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 155.0L226.0 135.0L278.0 135.0C279.10458 135.0 280.0 135.89543 280.0 137.0L280.0 153.0C280.0 154.10457 279.10458 155.0 278.0 155.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 155.0L226.0 135.0L278.0 135.0C279.10458 135.0 280.0 135.89543 280.0 137.0L280.0 153.0C280.0 154.10457 279.10458 155.0 278.0 155.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 186.0L226.0 166.0L262.0 166.0C263.10458 166.0 264.0 166.89543 264.0 168.0L264.0 184.0C264.0 185.10457 263.10458 186.0 262.0 186.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 186.0L226.0 166.0L262.0 166.0C263.10458 166.0 264.0 166.89543 264.0 168.0L264.0 184.0C264.0 185.10457 263.10458 186.0 262.0 186.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 217.0L226.0 197.0L259.0 197.0C260.10458 197.0 261.0 197.89543 261.0 199.0L261.0 215.0C261.0 216.10457 260.10458 217.0 259.0 217.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 217.0L226.0 197.0L259.0 197.0C260.10458 197.0 261.0 197.89543 261.0 199.0L261.0 215.0C261.0 216.10457 260.10458 217.0 259.0 217.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 247.0L226.0 227.0L259.0 227.0C260.10458 227.0 261.0 227.89543 261.0 229.0L261.0 245.0C261.0 246.10457 260.10458 247.0 259.0 247.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 247.0L226.0 227.0L259.0 227.0C260.10458 227.0 261.0 227.89543 261.0 229.0L261.0 245.0C261.0 246.10457 260.10458 247.0 259.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 278.0L226.0 258.0L258.0 258.0C259.10458 258.0 260.0 258.89542 260.0 260.0L260.0 276.0C260.0 277.10458 259.10458 278.0 258.0 278.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 278.0L226.0 258.0L258.0 258.0C259.10458 258.0 260.0 258.89542 260.0 260.0L260.0 276.0C260.0 277.10458 259.10458 278.0 258.0 278.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 309.0L226.0 289.0L258.0 289.0C259.10458 289.0 260.0 289.89542 260.0 291.0L260.0 307.0C260.0 308.10458 259.10458 309.0 258.0 309.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 309.0L226.0 289.0L258.0 289.0C259.10458 289.0 260.0 289.89542 260.0 291.0L260.0 307.0C260.0 308.10458 259.10458 309.0 258.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 340.0L226.0 320.0L257.0 320.0C258.10458 320.0 259.0 320.89542 259.0 322.0L259.0 338.0C259.0 339.10458 258.10458 340.0 257.0 340.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 340.0L226.0 320.0L257.0 320.0C258.10458 320.0 259.0 320.89542 259.0 322.0L259.0 338.0C259.0 339.10458 258.10458 340.0 257.0 340.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 371.0L226.0 351.0L255.0 351.0C256.10458 351.0 257.0 351.89542 257.0 353.0L257.0 369.0C257.0 370.10458 256.10458 371.0 255.0 371.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 371.0L226.0 351.0L255.0 351.0C256.10458 351.0 257.0 351.89542 257.0 353.0L257.0 369.0C257.0 370.10458 256.10458 371.0 255.0 371.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 402.0L226.0 382.0L251.0 382.0C252.10457 382.0 253.0 382.89542 253.0 384.0L253.0 400.0C253.0 401.10458 252.10457 402.0 251.0 402.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 402.0L226.0 382.0L251.0 382.0C252.10457 382.0 253.0 382.89542 253.0 384.0L253.0 400.0C253.0 401.10458 252.10457 402.0 251.0 402.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 433.0L226.0 413.0L242.0 413.0C243.10457 413.0 244.0 413.89542 244.0 415.0L244.0 431.0C244.0 432.10458 243.10457 433.0 242.0 433.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 433.0L226.0 413.0L242.0 413.0C243.10457 413.0 244.0 413.89542 244.0 415.0L244.0 431.0C244.0 432.10458 243.10457 433.0 242.0 433.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 464.0L226.0 444.0L242.0 444.0C243.10457 444.0 244.0 444.89542 244.0 446.0L244.0 462.0C244.0 463.10458 243.10457 464.0 242.0 464.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 464.0L226.0 444.0L242.0 444.0C243.10457 444.0 244.0 444.89542 244.0 446.0L244.0 462.0C244.0 463.10458 243.10457 464.0 242.0 464.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 495.0L226.0 475.0L239.0 475.0C240.10457 475.0 241.0 475.89542 241.0 477.0L241.0 493.0C241.0 494.10458 240.10457 495.0 239.0 495.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 495.0L226.0 475.0L239.0 475.0C240.10457 475.0 241.0 475.89542 241.0 477.0L241.0 493.0C241.0 494.10458 240.10457 495.0 239.0 495.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 526.0L226.0 506.0L237.0 506.0C238.10457 506.0 239.0 506.89542 239.0 508.0L239.0 524.0C239.0 525.10455 238.10457 526.0 237.0 526.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 526.0L226.0 506.0L237.0 506.0C238.10457 506.0 239.0 506.89542 239.0 508.0L239.0 524.0C239.0 525.10455 238.10457 526.0 237.0 526.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M226.0 557.0L226.0 537.0L397.0 537.0C398.10458 537.0 399.0 537.89545 399.0 539.0L399.0 555.0C399.0 556.10455 398.10458 557.0 397.0 557.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M226.0 557.0L226.0 537.0L397.0 537.0C398.10458 537.0 399.0 537.89545 399.0 539.0L399.0 555.0C399.0 556.10455 398.10458 557.0 397.0 557.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.6897 87.5L313.61157 87.5L313.61157 80.28125L311.42407 81.078125L311.42407 80.09375L314.53345 78.921875L314.6897 78.921875L314.6897 87.5ZM318.6272 83.21875L319.0647 78.96875L323.4397 78.96875L323.4397 79.96875L319.98657 79.96875L319.72095 82.296875Q320.36157 81.921875 321.15845 81.921875Q322.3147 81.921875 323.0022 82.703125Q323.6897 83.46875 323.6897 84.78125Q323.6897 86.09375 322.97095 86.859375Q322.26782 87.625 320.98657 87.625Q319.86157 87.625 319.14282 87.0Q318.42407 86.359375 318.33032 85.25L319.34595 85.25Q319.45532 85.984375 319.8772 86.359375Q320.29907 86.734375 320.98657 86.734375Q321.73657 86.734375 322.17407 86.21875Q322.61157 85.703125 322.61157 84.796875Q322.61157 83.9375 322.14282 83.421875Q321.67407 82.90625 320.89282 82.90625Q320.1897 82.90625 319.78345 83.203125L319.5022 83.4375L318.6272 83.21875ZM325.03345 80.609375Q325.03345 79.84375 325.51782 79.34375Q326.01782 78.84375 326.78345 78.84375Q327.5647 78.84375 328.04907 79.34375Q328.53345 79.84375 328.53345 80.640625L328.53345 81.0625Q328.53345 81.828125 328.03345 82.328125Q327.54907 82.8125 326.79907 82.8125Q326.03345 82.8125 325.53345 82.328125Q325.03345 81.828125 325.03345 81.015625L325.03345 80.609375ZM325.84595 81.0625Q325.84595 81.515625 326.09595 81.8125Q326.36157 82.109375 326.79907 82.109375Q327.22095 82.109375 327.47095 81.828125Q327.72095 81.53125 327.72095 81.03125L327.72095 80.609375Q327.72095 80.15625 327.47095 79.859375Q327.22095 79.546875 326.78345 79.546875Q326.34595 79.546875 326.09595 79.859375Q325.84595 80.15625 325.84595 80.625L325.84595 81.0625ZM329.1897 85.40625Q329.1897 84.640625 329.67407 84.15625Q330.17407 83.65625 330.9397 83.65625Q331.70532 83.65625 332.1897 84.15625Q332.6897 84.640625 332.6897 85.453125L332.6897 85.859375Q332.6897 86.625 332.20532 87.125Q331.72095 87.625 330.95532 87.625Q330.1897 87.625 329.6897 87.140625Q329.1897 86.640625 329.1897 85.828125L329.1897 85.40625ZM330.0022 85.859375Q330.0022 86.328125 330.2522 86.625Q330.51782 86.921875 330.95532 86.921875Q331.3772 86.921875 331.6272 86.640625Q331.8772 86.34375 331.8772 85.84375L331.8772 85.40625Q331.8772 84.9375 331.61157 84.65625Q331.36157 84.359375 330.9397 84.359375Q330.51782 84.359375 330.2522 84.65625Q330.0022 84.9375 330.0022 85.4375L330.0022 85.859375ZM327.04907 86.859375L326.42407 86.46875L330.59595 79.796875L331.20532 80.1875L327.04907 86.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M314.6897 87.5L313.61157 87.5L313.61157 80.28125L311.42407 81.078125L311.42407 80.09375L314.53345 78.921875L314.6897 78.921875L314.6897 87.5ZM318.6272 83.21875L319.0647 78.96875L323.4397 78.96875L323.4397 79.96875L319.98657 79.96875L319.72095 82.296875Q320.36157 81.921875 321.15845 81.921875Q322.3147 81.921875 323.0022 82.703125Q323.6897 83.46875 323.6897 84.78125Q323.6897 86.09375 322.97095 86.859375Q322.26782 87.625 320.98657 87.625Q319.86157 87.625 319.14282 87.0Q318.42407 86.359375 318.33032 85.25L319.34595 85.25Q319.45532 85.984375 319.8772 86.359375Q320.29907 86.734375 320.98657 86.734375Q321.73657 86.734375 322.17407 86.21875Q322.61157 85.703125 322.61157 84.796875Q322.61157 83.9375 322.14282 83.421875Q321.67407 82.90625 320.89282 82.90625Q320.1897 82.90625 319.78345 83.203125L319.5022 83.4375L318.6272 83.21875ZM325.03345 80.609375Q325.03345 79.84375 325.51782 79.34375Q326.01782 78.84375 326.78345 78.84375Q327.5647 78.84375 328.04907 79.34375Q328.53345 79.84375 328.53345 80.640625L328.53345 81.0625Q328.53345 81.828125 328.03345 82.328125Q327.54907 82.8125 326.79907 82.8125Q326.03345 82.8125 325.53345 82.328125Q325.03345 81.828125 325.03345 81.015625L325.03345 80.609375ZM325.84595 81.0625Q325.84595 81.515625 326.09595 81.8125Q326.36157 82.109375 326.79907 82.109375Q327.22095 82.109375 327.47095 81.828125Q327.72095 81.53125 327.72095 81.03125L327.72095 80.609375Q327.72095 80.15625 327.47095 79.859375Q327.22095 79.546875 326.78345 79.546875Q326.34595 79.546875 326.09595 79.859375Q325.84595 80.15625 325.84595 80.625L325.84595 81.0625ZM329.1897 85.40625Q329.1897 84.640625 329.67407 84.15625Q330.17407 83.65625 330.9397 83.65625Q331.70532 83.65625 332.1897 84.15625Q332.6897 84.640625 332.6897 85.453125L332.6897 85.859375Q332.6897 86.625 332.20532 87.125Q331.72095 87.625 330.95532 87.625Q330.1897 87.625 329.6897 87.140625Q329.1897 86.640625 329.1897 85.828125L329.1897 85.40625ZM330.0022 85.859375Q330.0022 86.328125 330.2522 86.625Q330.51782 86.921875 330.95532 86.921875Q331.3772 86.921875 331.6272 86.640625Q331.8772 86.34375 331.8772 85.84375L331.8772 85.40625Q331.8772 84.9375 331.61157 84.65625Q331.36157 84.359375 330.9397 84.359375Q330.51782 84.359375 330.2522 84.65625Q330.0022 84.9375 330.0022 85.4375L330.0022 85.859375ZM327.04907 86.859375L326.42407 86.46875L330.59595 79.796875L331.20532 80.1875L327.04907 86.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M303.85184 118.5L302.7737 118.5L302.7737 111.28125L300.5862 112.078125L300.5862 111.09375L303.6956 109.921875L303.85184 109.921875L303.85184 118.5ZM312.8831 118.5L307.28934 118.5L307.28934 117.71875L310.24246 114.4375Q310.8987 113.6875 311.1487 113.234375Q311.3987 112.765625 311.3987 112.265625Q311.3987 111.59375 310.99246 111.171875Q310.60184 110.734375 309.91434 110.734375Q309.11746 110.734375 308.66434 111.203125Q308.2112 111.65625 308.2112 112.484375L307.1331 112.484375Q307.1331 111.296875 307.8831 110.578125Q308.6487 109.84375 309.91434 109.84375Q311.11746 109.84375 311.80496 110.46875Q312.49246 111.09375 312.49246 112.140625Q312.49246 113.390625 310.8831 115.140625L308.60184 117.609375L312.8831 117.609375L312.8831 118.5ZM314.1956 111.609375Q314.1956 110.84375 314.67996 110.34375Q315.17996 109.84375 315.9456 109.84375Q316.72684 109.84375 317.2112 110.34375Q317.6956 110.84375 317.6956 111.640625L317.6956 112.0625Q317.6956 112.828125 317.1956 113.328125Q316.7112 113.8125 315.9612 113.8125Q315.1956 113.8125 314.6956 113.328125Q314.1956 112.828125 314.1956 112.015625L314.1956 111.609375ZM315.0081 112.0625Q315.0081 112.515625 315.2581 112.8125Q315.5237 113.109375 315.9612 113.109375Q316.3831 113.109375 316.6331 112.828125Q316.8831 112.53125 316.8831 112.03125L316.8831 111.609375Q316.8831 111.15625 316.6331 110.859375Q316.3831 110.546875 315.9456 110.546875Q315.5081 110.546875 315.2581 110.859375Q315.0081 111.15625 315.0081 111.625L315.0081 112.0625ZM318.35184 116.40625Q318.35184 115.640625 318.8362 115.15625Q319.3362 114.65625 320.10184 114.65625Q320.86746 114.65625 321.35184 115.15625Q321.85184 115.640625 321.85184 116.453125L321.85184 116.859375Q321.85184 117.625 321.36746 118.125Q320.8831 118.625 320.11746 118.625Q319.35184 118.625 318.85184 118.140625Q318.35184 117.640625 318.35184 116.828125L318.35184 116.40625ZM319.16434 116.859375Q319.16434 117.328125 319.41434 117.625Q319.67996 117.921875 320.11746 117.921875Q320.53934 117.921875 320.78934 117.640625Q321.03934 117.34375 321.03934 116.84375L321.03934 116.40625Q321.03934 115.9375 320.7737 115.65625Q320.5237 115.359375 320.10184 115.359375Q319.67996 115.359375 319.41434 115.65625Q319.16434 115.9375 319.16434 116.4375L319.16434 116.859375ZM316.2112 117.859375L315.5862 117.46875L319.7581 110.796875L320.36746 111.1875L316.2112 117.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M303.85184 118.5L302.7737 118.5L302.7737 111.28125L300.5862 112.078125L300.5862 111.09375L303.6956 109.921875L303.85184 109.921875L303.85184 118.5ZM312.8831 118.5L307.28934 118.5L307.28934 117.71875L310.24246 114.4375Q310.8987 113.6875 311.1487 113.234375Q311.3987 112.765625 311.3987 112.265625Q311.3987 111.59375 310.99246 111.171875Q310.60184 110.734375 309.91434 110.734375Q309.11746 110.734375 308.66434 111.203125Q308.2112 111.65625 308.2112 112.484375L307.1331 112.484375Q307.1331 111.296875 307.8831 110.578125Q308.6487 109.84375 309.91434 109.84375Q311.11746 109.84375 311.80496 110.46875Q312.49246 111.09375 312.49246 112.140625Q312.49246 113.390625 310.8831 115.140625L308.60184 117.609375L312.8831 117.609375L312.8831 118.5ZM314.1956 111.609375Q314.1956 110.84375 314.67996 110.34375Q315.17996 109.84375 315.9456 109.84375Q316.72684 109.84375 317.2112 110.34375Q317.6956 110.84375 317.6956 111.640625L317.6956 112.0625Q317.6956 112.828125 317.1956 113.328125Q316.7112 113.8125 315.9612 113.8125Q315.1956 113.8125 314.6956 113.328125Q314.1956 112.828125 314.1956 112.015625L314.1956 111.609375ZM315.0081 112.0625Q315.0081 112.515625 315.2581 112.8125Q315.5237 113.109375 315.9612 113.109375Q316.3831 113.109375 316.6331 112.828125Q316.8831 112.53125 316.8831 112.03125L316.8831 111.609375Q316.8831 111.15625 316.6331 110.859375Q316.3831 110.546875 315.9456 110.546875Q315.5081 110.546875 315.2581 110.859375Q315.0081 111.15625 315.0081 111.625L315.0081 112.0625ZM318.35184 116.40625Q318.35184 115.640625 318.8362 115.15625Q319.3362 114.65625 320.10184 114.65625Q320.86746 114.65625 321.35184 115.15625Q321.85184 115.640625 321.85184 116.453125L321.85184 116.859375Q321.85184 117.625 321.36746 118.125Q320.8831 118.625 320.11746 118.625Q319.35184 118.625 318.85184 118.140625Q318.35184 117.640625 318.35184 116.828125L318.35184 116.40625ZM319.16434 116.859375Q319.16434 117.328125 319.41434 117.625Q319.67996 117.921875 320.11746 117.921875Q320.53934 117.921875 320.78934 117.640625Q321.03934 117.34375 321.03934 116.84375L321.03934 116.40625Q321.03934 115.9375 320.7737 115.65625Q320.5237 115.359375 320.10184 115.359375Q319.67996 115.359375 319.41434 115.65625Q319.16434 115.9375 319.16434 116.4375L319.16434 116.859375ZM316.2112 117.859375L315.5862 117.46875L319.7581 110.796875L320.36746 111.1875L316.2112 117.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M295.96973 149.5L294.8916 149.5L294.8916 142.28125L292.7041 143.07812L292.7041 142.09375L295.81348 140.92188L295.96973 140.92188L295.96973 149.5ZM302.96973 149.5L301.8916 149.5L301.8916 142.28125L299.7041 143.07812L299.7041 142.09375L302.81348 140.92188L302.96973 140.92188L302.96973 149.5ZM306.31348 142.60938Q306.31348 141.84375 306.79785 141.34375Q307.29785 140.84375 308.06348 140.84375Q308.84473 140.84375 309.3291 141.34375Q309.81348 141.84375 309.81348 142.64062L309.81348 143.0625Q309.81348 143.82812 309.31348 144.32812Q308.8291 144.8125 308.0791 144.8125Q307.31348 144.8125 306.81348 144.32812Q306.31348 143.82812 306.31348 143.01562L306.31348 142.60938ZM307.12598 143.0625Q307.12598 143.51562 307.37598 143.8125Q307.6416 144.10938 308.0791 144.10938Q308.50098 144.10938 308.75098 143.82812Q309.00098 143.53125 309.00098 143.03125L309.00098 142.60938Q309.00098 142.15625 308.75098 141.85938Q308.50098 141.54688 308.06348 141.54688Q307.62598 141.54688 307.37598 141.85938Q307.12598 142.15625 307.12598 142.625L307.12598 143.0625ZM310.46973 147.40625Q310.46973 146.64062 310.9541 146.15625Q311.4541 145.65625 312.21973 145.65625Q312.98535 145.65625 313.46973 146.15625Q313.96973 146.64062 313.96973 147.45312L313.96973 147.85938Q313.96973 148.625 313.48535 149.125Q313.00098 149.625 312.23535 149.625Q311.46973 149.625 310.96973 149.14062Q310.46973 148.64062 310.46973 147.82812L310.46973 147.40625ZM311.28223 147.85938Q311.28223 148.32812 311.53223 148.625Q311.79785 148.92188 312.23535 148.92188Q312.65723 148.92188 312.90723 148.64062Q313.15723 148.34375 313.15723 147.84375L313.15723 147.40625Q313.15723 146.9375 312.8916 146.65625Q312.6416 146.35938 312.21973 146.35938Q311.79785 146.35938 311.53223 146.65625Q311.28223 146.9375 311.28223 147.4375L311.28223 147.85938ZM308.3291 148.85938L307.7041 148.46875L311.87598 141.79688L312.48535 142.1875L308.3291 148.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M295.96973 149.5L294.8916 149.5L294.8916 142.28125L292.7041 143.07812L292.7041 142.09375L295.81348 140.92188L295.96973 140.92188L295.96973 149.5ZM302.96973 149.5L301.8916 149.5L301.8916 142.28125L299.7041 143.07812L299.7041 142.09375L302.81348 140.92188L302.96973 140.92188L302.96973 149.5ZM306.31348 142.60938Q306.31348 141.84375 306.79785 141.34375Q307.29785 140.84375 308.06348 140.84375Q308.84473 140.84375 309.3291 141.34375Q309.81348 141.84375 309.81348 142.64062L309.81348 143.0625Q309.81348 143.82812 309.31348 144.32812Q308.8291 144.8125 308.0791 144.8125Q307.31348 144.8125 306.81348 144.32812Q306.31348 143.82812 306.31348 143.01562L306.31348 142.60938ZM307.12598 143.0625Q307.12598 143.51562 307.37598 143.8125Q307.6416 144.10938 308.0791 144.10938Q308.50098 144.10938 308.75098 143.82812Q309.00098 143.53125 309.00098 143.03125L309.00098 142.60938Q309.00098 142.15625 308.75098 141.85938Q308.50098 141.54688 308.06348 141.54688Q307.62598 141.54688 307.37598 141.85938Q307.12598 142.15625 307.12598 142.625L307.12598 143.0625ZM310.46973 147.40625Q310.46973 146.64062 310.9541 146.15625Q311.4541 145.65625 312.21973 145.65625Q312.98535 145.65625 313.46973 146.15625Q313.96973 146.64062 313.96973 147.45312L313.96973 147.85938Q313.96973 148.625 313.48535 149.125Q313.00098 149.625 312.23535 149.625Q311.46973 149.625 310.96973 149.14062Q310.46973 148.64062 310.46973 147.82812L310.46973 147.40625ZM311.28223 147.85938Q311.28223 148.32812 311.53223 148.625Q311.79785 148.92188 312.23535 148.92188Q312.65723 148.92188 312.90723 148.64062Q313.15723 148.34375 313.15723 147.84375L313.15723 147.40625Q313.15723 146.9375 312.8916 146.65625Q312.6416 146.35938 312.21973 146.35938Q311.79785 146.35938 311.53223 146.65625Q311.28223 146.9375 311.28223 147.4375L311.28223 147.85938ZM308.3291 148.85938L307.7041 148.46875L311.87598 141.79688L312.48535 142.1875L308.3291 148.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M281.83057 174.1875Q281.83057 174.82812 281.48682 175.32812Q281.14307 175.82812 280.58057 176.10938Q281.23682 176.39062 281.62744 176.95312Q282.01807 177.5 282.01807 178.20312Q282.01807 179.29688 281.26807 179.96875Q280.5337 180.625 279.31494 180.625Q278.08057 180.625 277.33057 179.96875Q276.5962 179.29688 276.5962 178.20312Q276.5962 177.5 276.9712 176.95312Q277.3462 176.39062 278.01807 176.10938Q277.45557 175.82812 277.12744 175.32812Q276.79932 174.82812 276.79932 174.1875Q276.79932 173.10938 277.48682 172.48438Q278.17432 171.84375 279.31494 171.84375Q280.43994 171.84375 281.12744 172.48438Q281.83057 173.10938 281.83057 174.1875ZM280.93994 178.17188Q280.93994 177.45312 280.48682 177.01562Q280.0337 176.5625 279.29932 176.5625Q278.56494 176.5625 278.11182 177.01562Q277.67432 177.45312 277.67432 178.1875Q277.67432 178.90625 278.11182 179.32812Q278.54932 179.73438 279.31494 179.73438Q280.06494 179.73438 280.50244 179.3125Q280.93994 178.89062 280.93994 178.17188ZM279.31494 172.73438Q278.67432 172.73438 278.26807 173.14062Q277.87744 173.53125 277.87744 174.21875Q277.87744 174.85938 278.26807 175.26562Q278.6587 175.67188 279.29932 175.67188Q279.95557 175.67188 280.3462 175.26562Q280.73682 174.85938 280.73682 174.21875Q280.73682 173.5625 280.33057 173.15625Q279.92432 172.73438 279.31494 172.73438ZM283.54932 173.60938Q283.54932 172.84375 284.0337 172.34375Q284.5337 171.84375 285.29932 171.84375Q286.08057 171.84375 286.56494 172.34375Q287.04932 172.84375 287.04932 173.64062L287.04932 174.0625Q287.04932 174.82812 286.54932 175.32812Q286.06494 175.8125 285.31494 175.8125Q284.54932 175.8125 284.04932 175.32812Q283.54932 174.82812 283.54932 174.01562L283.54932 173.60938ZM284.36182 174.0625Q284.36182 174.51562 284.61182 174.8125Q284.87744 175.10938 285.31494 175.10938Q285.73682 175.10938 285.98682 174.82812Q286.23682 174.53125 286.23682 174.03125L286.23682 173.60938Q286.23682 173.15625 285.98682 172.85938Q285.73682 172.54688 285.29932 172.54688Q284.86182 172.54688 284.61182 172.85938Q284.36182 173.15625 284.36182 173.625L284.36182 174.0625ZM287.70557 178.40625Q287.70557 177.64062 288.18994 177.15625Q288.68994 176.65625 289.45557 176.65625Q290.2212 176.65625 290.70557 177.15625Q291.20557 177.64062 291.20557 178.45312L291.20557 178.85938Q291.20557 179.625 290.7212 180.125Q290.23682 180.625 289.4712 180.625Q288.70557 180.625 288.20557 180.14062Q287.70557 179.64062 287.70557 178.82812L287.70557 178.40625ZM288.51807 178.85938Q288.51807 179.32812 288.76807 179.625Q289.0337 179.92188 289.4712 179.92188Q289.89307 179.92188 290.14307 179.64062Q290.39307 179.34375 290.39307 178.84375L290.39307 178.40625Q290.39307 177.9375 290.12744 177.65625Q289.87744 177.35938 289.45557 177.35938Q289.0337 177.35938 288.76807 177.65625Q288.51807 177.9375 288.51807 178.4375L288.51807 178.85938ZM285.56494 179.85938L284.93994 179.46875L289.11182 172.79688L289.7212 173.1875L285.56494 179.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M281.83057 174.1875Q281.83057 174.82812 281.48682 175.32812Q281.14307 175.82812 280.58057 176.10938Q281.23682 176.39062 281.62744 176.95312Q282.01807 177.5 282.01807 178.20312Q282.01807 179.29688 281.26807 179.96875Q280.5337 180.625 279.31494 180.625Q278.08057 180.625 277.33057 179.96875Q276.5962 179.29688 276.5962 178.20312Q276.5962 177.5 276.9712 176.95312Q277.3462 176.39062 278.01807 176.10938Q277.45557 175.82812 277.12744 175.32812Q276.79932 174.82812 276.79932 174.1875Q276.79932 173.10938 277.48682 172.48438Q278.17432 171.84375 279.31494 171.84375Q280.43994 171.84375 281.12744 172.48438Q281.83057 173.10938 281.83057 174.1875ZM280.93994 178.17188Q280.93994 177.45312 280.48682 177.01562Q280.0337 176.5625 279.29932 176.5625Q278.56494 176.5625 278.11182 177.01562Q277.67432 177.45312 277.67432 178.1875Q277.67432 178.90625 278.11182 179.32812Q278.54932 179.73438 279.31494 179.73438Q280.06494 179.73438 280.50244 179.3125Q280.93994 178.89062 280.93994 178.17188ZM279.31494 172.73438Q278.67432 172.73438 278.26807 173.14062Q277.87744 173.53125 277.87744 174.21875Q277.87744 174.85938 278.26807 175.26562Q278.6587 175.67188 279.29932 175.67188Q279.95557 175.67188 280.3462 175.26562Q280.73682 174.85938 280.73682 174.21875Q280.73682 173.5625 280.33057 173.15625Q279.92432 172.73438 279.31494 172.73438ZM283.54932 173.60938Q283.54932 172.84375 284.0337 172.34375Q284.5337 171.84375 285.29932 171.84375Q286.08057 171.84375 286.56494 172.34375Q287.04932 172.84375 287.04932 173.64062L287.04932 174.0625Q287.04932 174.82812 286.54932 175.32812Q286.06494 175.8125 285.31494 175.8125Q284.54932 175.8125 284.04932 175.32812Q283.54932 174.82812 283.54932 174.01562L283.54932 173.60938ZM284.36182 174.0625Q284.36182 174.51562 284.61182 174.8125Q284.87744 175.10938 285.31494 175.10938Q285.73682 175.10938 285.98682 174.82812Q286.23682 174.53125 286.23682 174.03125L286.23682 173.60938Q286.23682 173.15625 285.98682 172.85938Q285.73682 172.54688 285.29932 172.54688Q284.86182 172.54688 284.61182 172.85938Q284.36182 173.15625 284.36182 173.625L284.36182 174.0625ZM287.70557 178.40625Q287.70557 177.64062 288.18994 177.15625Q288.68994 176.65625 289.45557 176.65625Q290.2212 176.65625 290.70557 177.15625Q291.20557 177.64062 291.20557 178.45312L291.20557 178.85938Q291.20557 179.625 290.7212 180.125Q290.23682 180.625 289.4712 180.625Q288.70557 180.625 288.20557 180.14062Q287.70557 179.64062 287.70557 178.82812L287.70557 178.40625ZM288.51807 178.85938Q288.51807 179.32812 288.76807 179.625Q289.0337 179.92188 289.4712 179.92188Q289.89307 179.92188 290.14307 179.64062Q290.39307 179.34375 290.39307 178.84375L290.39307 178.40625Q290.39307 177.9375 290.12744 177.65625Q289.87744 177.35938 289.45557 177.35938Q289.0337 177.35938 288.76807 177.65625Q288.51807 177.9375 288.51807 178.4375L288.51807 178.85938ZM285.56494 179.85938L284.93994 179.46875L289.11182 172.79688L289.7212 173.1875L285.56494 179.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.20288 203.57812L275.67163 211.5L274.531 211.5L278.04663 203.85938L273.43726 203.85938L273.43726 202.96875L279.20288 202.96875L279.20288 203.57812ZM280.5935 204.60938Q280.5935 203.84375 281.07788 203.34375Q281.57788 202.84375 282.3435 202.84375Q283.12476 202.84375 283.60913 203.34375Q284.0935 203.84375 284.0935 204.64062L284.0935 205.0625Q284.0935 205.82812 283.5935 206.32812Q283.10913 206.8125 282.35913 206.8125Q281.5935 206.8125 281.0935 206.32812Q280.5935 205.82812 280.5935 205.01562L280.5935 204.60938ZM281.406 205.0625Q281.406 205.51562 281.656 205.8125Q281.92163 206.10938 282.35913 206.10938Q282.781 206.10938 283.031 205.82812Q283.281 205.53125 283.281 205.03125L283.281 204.60938Q283.281 204.15625 283.031 203.85938Q282.781 203.54688 282.3435 203.54688Q281.906 203.54688 281.656 203.85938Q281.406 204.15625 281.406 204.625L281.406 205.0625ZM284.74976 209.40625Q284.74976 208.64062 285.23413 208.15625Q285.73413 207.65625 286.49976 207.65625Q287.26538 207.65625 287.74976 208.15625Q288.24976 208.64062 288.24976 209.45312L288.24976 209.85938Q288.24976 210.625 287.76538 211.125Q287.281 211.625 286.51538 211.625Q285.74976 211.625 285.24976 211.14062Q284.74976 210.64062 284.74976 209.82812L284.74976 209.40625ZM285.56226 209.85938Q285.56226 210.32812 285.81226 210.625Q286.07788 210.92188 286.51538 210.92188Q286.93726 210.92188 287.18726 210.64062Q287.43726 210.34375 287.43726 209.84375L287.43726 209.40625Q287.43726 208.9375 287.17163 208.65625Q286.92163 208.35938 286.49976 208.35938Q286.07788 208.35938 285.81226 208.65625Q285.56226 208.9375 285.56226 209.4375L285.56226 209.85938ZM282.60913 210.85938L281.98413 210.46875L286.156 203.79688L286.76538 204.1875L282.60913 210.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M279.20288 203.57812L275.67163 211.5L274.531 211.5L278.04663 203.85938L273.43726 203.85938L273.43726 202.96875L279.20288 202.96875L279.20288 203.57812ZM280.5935 204.60938Q280.5935 203.84375 281.07788 203.34375Q281.57788 202.84375 282.3435 202.84375Q283.12476 202.84375 283.60913 203.34375Q284.0935 203.84375 284.0935 204.64062L284.0935 205.0625Q284.0935 205.82812 283.5935 206.32812Q283.10913 206.8125 282.35913 206.8125Q281.5935 206.8125 281.0935 206.32812Q280.5935 205.82812 280.5935 205.01562L280.5935 204.60938ZM281.406 205.0625Q281.406 205.51562 281.656 205.8125Q281.92163 206.10938 282.35913 206.10938Q282.781 206.10938 283.031 205.82812Q283.281 205.53125 283.281 205.03125L283.281 204.60938Q283.281 204.15625 283.031 203.85938Q282.781 203.54688 282.3435 203.54688Q281.906 203.54688 281.656 203.85938Q281.406 204.15625 281.406 204.625L281.406 205.0625ZM284.74976 209.40625Q284.74976 208.64062 285.23413 208.15625Q285.73413 207.65625 286.49976 207.65625Q287.26538 207.65625 287.74976 208.15625Q288.24976 208.64062 288.24976 209.45312L288.24976 209.85938Q288.24976 210.625 287.76538 211.125Q287.281 211.625 286.51538 211.625Q285.74976 211.625 285.24976 211.14062Q284.74976 210.64062 284.74976 209.82812L284.74976 209.40625ZM285.56226 209.85938Q285.56226 210.32812 285.81226 210.625Q286.07788 210.92188 286.51538 210.92188Q286.93726 210.92188 287.18726 210.64062Q287.43726 210.34375 287.43726 209.84375L287.43726 209.40625Q287.43726 208.9375 287.17163 208.65625Q286.92163 208.35938 286.49976 208.35938Q286.07788 208.35938 285.81226 208.65625Q285.56226 208.9375 285.56226 209.4375L285.56226 209.85938ZM282.60913 210.85938L281.98413 210.46875L286.156 203.79688L286.76538 204.1875L282.60913 210.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.20288 233.57812L275.67163 241.5L274.531 241.5L278.04663 233.85938L273.43726 233.85938L273.43726 232.96875L279.20288 232.96875L279.20288 233.57812ZM280.5935 234.60938Q280.5935 233.84375 281.07788 233.34375Q281.57788 232.84375 282.3435 232.84375Q283.12476 232.84375 283.60913 233.34375Q284.0935 233.84375 284.0935 234.64062L284.0935 235.0625Q284.0935 235.82812 283.5935 236.32812Q283.10913 236.8125 282.35913 236.8125Q281.5935 236.8125 281.0935 236.32812Q280.5935 235.82812 280.5935 235.01562L280.5935 234.60938ZM281.406 235.0625Q281.406 235.51562 281.656 235.8125Q281.92163 236.10938 282.35913 236.10938Q282.781 236.10938 283.031 235.82812Q283.281 235.53125 283.281 235.03125L283.281 234.60938Q283.281 234.15625 283.031 233.85938Q282.781 233.54688 282.3435 233.54688Q281.906 233.54688 281.656 233.85938Q281.406 234.15625 281.406 234.625L281.406 235.0625ZM284.74976 239.40625Q284.74976 238.64062 285.23413 238.15625Q285.73413 237.65625 286.49976 237.65625Q287.26538 237.65625 287.74976 238.15625Q288.24976 238.64062 288.24976 239.45312L288.24976 239.85938Q288.24976 240.625 287.76538 241.125Q287.281 241.625 286.51538 241.625Q285.74976 241.625 285.24976 241.14062Q284.74976 240.64062 284.74976 239.82812L284.74976 239.40625ZM285.56226 239.85938Q285.56226 240.32812 285.81226 240.625Q286.07788 240.92188 286.51538 240.92188Q286.93726 240.92188 287.18726 240.64062Q287.43726 240.34375 287.43726 239.84375L287.43726 239.40625Q287.43726 238.9375 287.17163 238.65625Q286.92163 238.35938 286.49976 238.35938Q286.07788 238.35938 285.81226 238.65625Q285.56226 238.9375 285.56226 239.4375L285.56226 239.85938ZM282.60913 240.85938L281.98413 240.46875L286.156 233.79688L286.76538 234.1875L282.60913 240.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M279.20288 233.57812L275.67163 241.5L274.531 241.5L278.04663 233.85938L273.43726 233.85938L273.43726 232.96875L279.20288 232.96875L279.20288 233.57812ZM280.5935 234.60938Q280.5935 233.84375 281.07788 233.34375Q281.57788 232.84375 282.3435 232.84375Q283.12476 232.84375 283.60913 233.34375Q284.0935 233.84375 284.0935 234.64062L284.0935 235.0625Q284.0935 235.82812 283.5935 236.32812Q283.10913 236.8125 282.35913 236.8125Q281.5935 236.8125 281.0935 236.32812Q280.5935 235.82812 280.5935 235.01562L280.5935 234.60938ZM281.406 235.0625Q281.406 235.51562 281.656 235.8125Q281.92163 236.10938 282.35913 236.10938Q282.781 236.10938 283.031 235.82812Q283.281 235.53125 283.281 235.03125L283.281 234.60938Q283.281 234.15625 283.031 233.85938Q282.781 233.54688 282.3435 233.54688Q281.906 233.54688 281.656 233.85938Q281.406 234.15625 281.406 234.625L281.406 235.0625ZM284.74976 239.40625Q284.74976 238.64062 285.23413 238.15625Q285.73413 237.65625 286.49976 237.65625Q287.26538 237.65625 287.74976 238.15625Q288.24976 238.64062 288.24976 239.45312L288.24976 239.85938Q288.24976 240.625 287.76538 241.125Q287.281 241.625 286.51538 241.625Q285.74976 241.625 285.24976 241.14062Q284.74976 240.64062 284.74976 239.82812L284.74976 239.40625ZM285.56226 239.85938Q285.56226 240.32812 285.81226 240.625Q286.07788 240.92188 286.51538 240.92188Q286.93726 240.92188 287.18726 240.64062Q287.43726 240.34375 287.43726 239.84375L287.43726 239.40625Q287.43726 238.9375 287.17163 238.65625Q286.92163 238.35938 286.49976 238.35938Q286.07788 238.35938 285.81226 238.65625Q285.56226 238.9375 285.56226 239.4375L285.56226 239.85938ZM282.60913 240.85938L281.98413 240.46875L286.156 233.79688L286.76538 234.1875L282.60913 240.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.21762 264.57812L274.68637 272.5L273.54575 272.5L277.06137 264.85938L272.452 264.85938L272.452 263.96875L278.21762 263.96875L278.21762 264.57812ZM279.60825 265.60938Q279.60825 264.84375 280.09262 264.34375Q280.59262 263.84375 281.35825 263.84375Q282.1395 263.84375 282.62387 264.34375Q283.10825 264.84375 283.10825 265.64062L283.10825 266.0625Q283.10825 266.82812 282.60825 267.32812Q282.12387 267.8125 281.37387 267.8125Q280.60825 267.8125 280.10825 267.32812Q279.60825 266.82812 279.60825 266.01562L279.60825 265.60938ZM280.42075 266.0625Q280.42075 266.51562 280.67075 266.8125Q280.93637 267.10938 281.37387 267.10938Q281.79575 267.10938 282.04575 266.82812Q282.29575 266.53125 282.29575 266.03125L282.29575 265.60938Q282.29575 265.15625 282.04575 264.85938Q281.79575 264.54688 281.35825 264.54688Q280.92075 264.54688 280.67075 264.85938Q280.42075 265.15625 280.42075 265.625L280.42075 266.0625ZM283.7645 270.40625Q283.7645 269.64062 284.24887 269.15625Q284.74887 268.65625 285.5145 268.65625Q286.28012 268.65625 286.7645 269.15625Q287.2645 269.64062 287.2645 270.45312L287.2645 270.85938Q287.2645 271.625 286.78012 272.125Q286.29575 272.625 285.53012 272.625Q284.7645 272.625 284.2645 272.14062Q283.7645 271.64062 283.7645 270.82812L283.7645 270.40625ZM284.577 270.85938Q284.577 271.32812 284.827 271.625Q285.09262 271.92188 285.53012 271.92188Q285.952 271.92188 286.202 271.64062Q286.452 271.34375 286.452 270.84375L286.452 270.40625Q286.452 269.9375 286.18637 269.65625Q285.93637 269.35938 285.5145 269.35938Q285.09262 269.35938 284.827 269.65625Q284.577 269.9375 284.577 270.4375L284.577 270.85938ZM281.62387 271.85938L280.99887 271.46875L285.17075 264.79688L285.78012 265.1875L281.62387 271.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.21762 264.57812L274.68637 272.5L273.54575 272.5L277.06137 264.85938L272.452 264.85938L272.452 263.96875L278.21762 263.96875L278.21762 264.57812ZM279.60825 265.60938Q279.60825 264.84375 280.09262 264.34375Q280.59262 263.84375 281.35825 263.84375Q282.1395 263.84375 282.62387 264.34375Q283.10825 264.84375 283.10825 265.64062L283.10825 266.0625Q283.10825 266.82812 282.60825 267.32812Q282.12387 267.8125 281.37387 267.8125Q280.60825 267.8125 280.10825 267.32812Q279.60825 266.82812 279.60825 266.01562L279.60825 265.60938ZM280.42075 266.0625Q280.42075 266.51562 280.67075 266.8125Q280.93637 267.10938 281.37387 267.10938Q281.79575 267.10938 282.04575 266.82812Q282.29575 266.53125 282.29575 266.03125L282.29575 265.60938Q282.29575 265.15625 282.04575 264.85938Q281.79575 264.54688 281.35825 264.54688Q280.92075 264.54688 280.67075 264.85938Q280.42075 265.15625 280.42075 265.625L280.42075 266.0625ZM283.7645 270.40625Q283.7645 269.64062 284.24887 269.15625Q284.74887 268.65625 285.5145 268.65625Q286.28012 268.65625 286.7645 269.15625Q287.2645 269.64062 287.2645 270.45312L287.2645 270.85938Q287.2645 271.625 286.78012 272.125Q286.29575 272.625 285.53012 272.625Q284.7645 272.625 284.2645 272.14062Q283.7645 271.64062 283.7645 270.82812L283.7645 270.40625ZM284.577 270.85938Q284.577 271.32812 284.827 271.625Q285.09262 271.92188 285.53012 271.92188Q285.952 271.92188 286.202 271.64062Q286.452 271.34375 286.452 270.84375L286.452 270.40625Q286.452 269.9375 286.18637 269.65625Q285.93637 269.35938 285.5145 269.35938Q285.09262 269.35938 284.827 269.65625Q284.577 269.9375 284.577 270.4375L284.577 270.85938ZM281.62387 271.85938L280.99887 271.46875L285.17075 264.79688L285.78012 265.1875L281.62387 271.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.21762 295.57812L274.68637 303.5L273.54575 303.5L277.06137 295.85938L272.452 295.85938L272.452 294.96875L278.21762 294.96875L278.21762 295.57812ZM279.60825 296.60938Q279.60825 295.84375 280.09262 295.34375Q280.59262 294.84375 281.35825 294.84375Q282.1395 294.84375 282.62387 295.34375Q283.10825 295.84375 283.10825 296.64062L283.10825 297.0625Q283.10825 297.82812 282.60825 298.32812Q282.12387 298.8125 281.37387 298.8125Q280.60825 298.8125 280.10825 298.32812Q279.60825 297.82812 279.60825 297.01562L279.60825 296.60938ZM280.42075 297.0625Q280.42075 297.51562 280.67075 297.8125Q280.93637 298.10938 281.37387 298.10938Q281.79575 298.10938 282.04575 297.82812Q282.29575 297.53125 282.29575 297.03125L282.29575 296.60938Q282.29575 296.15625 282.04575 295.85938Q281.79575 295.54688 281.35825 295.54688Q280.92075 295.54688 280.67075 295.85938Q280.42075 296.15625 280.42075 296.625L280.42075 297.0625ZM283.7645 301.40625Q283.7645 300.64062 284.24887 300.15625Q284.74887 299.65625 285.5145 299.65625Q286.28012 299.65625 286.7645 300.15625Q287.2645 300.64062 287.2645 301.45312L287.2645 301.85938Q287.2645 302.625 286.78012 303.125Q286.29575 303.625 285.53012 303.625Q284.7645 303.625 284.2645 303.14062Q283.7645 302.64062 283.7645 301.82812L283.7645 301.40625ZM284.577 301.85938Q284.577 302.32812 284.827 302.625Q285.09262 302.92188 285.53012 302.92188Q285.952 302.92188 286.202 302.64062Q286.452 302.34375 286.452 301.84375L286.452 301.40625Q286.452 300.9375 286.18637 300.65625Q285.93637 300.35938 285.5145 300.35938Q285.09262 300.35938 284.827 300.65625Q284.577 300.9375 284.577 301.4375L284.577 301.85938ZM281.62387 302.85938L280.99887 302.46875L285.17075 295.79688L285.78012 296.1875L281.62387 302.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.21762 295.57812L274.68637 303.5L273.54575 303.5L277.06137 295.85938L272.452 295.85938L272.452 294.96875L278.21762 294.96875L278.21762 295.57812ZM279.60825 296.60938Q279.60825 295.84375 280.09262 295.34375Q280.59262 294.84375 281.35825 294.84375Q282.1395 294.84375 282.62387 295.34375Q283.10825 295.84375 283.10825 296.64062L283.10825 297.0625Q283.10825 297.82812 282.60825 298.32812Q282.12387 298.8125 281.37387 298.8125Q280.60825 298.8125 280.10825 298.32812Q279.60825 297.82812 279.60825 297.01562L279.60825 296.60938ZM280.42075 297.0625Q280.42075 297.51562 280.67075 297.8125Q280.93637 298.10938 281.37387 298.10938Q281.79575 298.10938 282.04575 297.82812Q282.29575 297.53125 282.29575 297.03125L282.29575 296.60938Q282.29575 296.15625 282.04575 295.85938Q281.79575 295.54688 281.35825 295.54688Q280.92075 295.54688 280.67075 295.85938Q280.42075 296.15625 280.42075 296.625L280.42075 297.0625ZM283.7645 301.40625Q283.7645 300.64062 284.24887 300.15625Q284.74887 299.65625 285.5145 299.65625Q286.28012 299.65625 286.7645 300.15625Q287.2645 300.64062 287.2645 301.45312L287.2645 301.85938Q287.2645 302.625 286.78012 303.125Q286.29575 303.625 285.53012 303.625Q284.7645 303.625 284.2645 303.14062Q283.7645 302.64062 283.7645 301.82812L283.7645 301.40625ZM284.577 301.85938Q284.577 302.32812 284.827 302.625Q285.09262 302.92188 285.53012 302.92188Q285.952 302.92188 286.202 302.64062Q286.452 302.34375 286.452 301.84375L286.452 301.40625Q286.452 300.9375 286.18637 300.65625Q285.93637 300.35938 285.5145 300.35938Q285.09262 300.35938 284.827 300.65625Q284.577 300.9375 284.577 301.4375L284.577 301.85938ZM281.62387 302.85938L280.99887 302.46875L285.17075 295.79688L285.78012 296.1875L281.62387 302.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M277.23236 326.57812L273.7011 334.5L272.5605 334.5L276.0761 326.85938L271.46674 326.85938L271.46674 325.96875L277.23236 325.96875L277.23236 326.57812ZM278.623 327.60938Q278.623 326.84375 279.10736 326.34375Q279.60736 325.84375 280.373 325.84375Q281.15424 325.84375 281.6386 326.34375Q282.123 326.84375 282.123 327.64062L282.123 328.0625Q282.123 328.82812 281.623 329.32812Q281.1386 329.8125 280.3886 329.8125Q279.623 329.8125 279.123 329.32812Q278.623 328.82812 278.623 328.01562L278.623 327.60938ZM279.4355 328.0625Q279.4355 328.51562 279.6855 328.8125Q279.9511 329.10938 280.3886 329.10938Q280.8105 329.10938 281.0605 328.82812Q281.3105 328.53125 281.3105 328.03125L281.3105 327.60938Q281.3105 327.15625 281.0605 326.85938Q280.8105 326.54688 280.373 326.54688Q279.9355 326.54688 279.6855 326.85938Q279.4355 327.15625 279.4355 327.625L279.4355 328.0625ZM282.77924 332.40625Q282.77924 331.64062 283.2636 331.15625Q283.7636 330.65625 284.52924 330.65625Q285.29486 330.65625 285.77924 331.15625Q286.27924 331.64062 286.27924 332.45312L286.27924 332.85938Q286.27924 333.625 285.79486 334.125Q285.3105 334.625 284.54486 334.625Q283.77924 334.625 283.27924 334.14062Q282.77924 333.64062 282.77924 332.82812L282.77924 332.40625ZM283.59174 332.85938Q283.59174 333.32812 283.84174 333.625Q284.10736 333.92188 284.54486 333.92188Q284.96674 333.92188 285.21674 333.64062Q285.46674 333.34375 285.46674 332.84375L285.46674 332.40625Q285.46674 331.9375 285.2011 331.65625Q284.9511 331.35938 284.52924 331.35938Q284.10736 331.35938 283.84174 331.65625Q283.59174 331.9375 283.59174 332.4375L283.59174 332.85938ZM280.6386 333.85938L280.0136 333.46875L284.1855 326.79688L284.79486 327.1875L280.6386 333.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M277.23236 326.57812L273.7011 334.5L272.5605 334.5L276.0761 326.85938L271.46674 326.85938L271.46674 325.96875L277.23236 325.96875L277.23236 326.57812ZM278.623 327.60938Q278.623 326.84375 279.10736 326.34375Q279.60736 325.84375 280.373 325.84375Q281.15424 325.84375 281.6386 326.34375Q282.123 326.84375 282.123 327.64062L282.123 328.0625Q282.123 328.82812 281.623 329.32812Q281.1386 329.8125 280.3886 329.8125Q279.623 329.8125 279.123 329.32812Q278.623 328.82812 278.623 328.01562L278.623 327.60938ZM279.4355 328.0625Q279.4355 328.51562 279.6855 328.8125Q279.9511 329.10938 280.3886 329.10938Q280.8105 329.10938 281.0605 328.82812Q281.3105 328.53125 281.3105 328.03125L281.3105 327.60938Q281.3105 327.15625 281.0605 326.85938Q280.8105 326.54688 280.373 326.54688Q279.9355 326.54688 279.6855 326.85938Q279.4355 327.15625 279.4355 327.625L279.4355 328.0625ZM282.77924 332.40625Q282.77924 331.64062 283.2636 331.15625Q283.7636 330.65625 284.52924 330.65625Q285.29486 330.65625 285.77924 331.15625Q286.27924 331.64062 286.27924 332.45312L286.27924 332.85938Q286.27924 333.625 285.79486 334.125Q285.3105 334.625 284.54486 334.625Q283.77924 334.625 283.27924 334.14062Q282.77924 333.64062 282.77924 332.82812L282.77924 332.40625ZM283.59174 332.85938Q283.59174 333.32812 283.84174 333.625Q284.10736 333.92188 284.54486 333.92188Q284.96674 333.92188 285.21674 333.64062Q285.46674 333.34375 285.46674 332.84375L285.46674 332.40625Q285.46674 331.9375 285.2011 331.65625Q284.9511 331.35938 284.52924 331.35938Q284.10736 331.35938 283.84174 331.65625Q283.59174 331.9375 283.59174 332.4375L283.59174 332.85938ZM280.6386 333.85938L280.0136 333.46875L284.1855 326.79688L284.79486 327.1875L280.6386 333.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M274.01184 356.96875L274.01184 357.875L273.80872 357.875Q272.5431 357.90625 271.7931 358.64062Q271.0431 359.35938 270.9181 360.67188Q271.6056 359.90625 272.76184 359.90625Q273.87122 359.90625 274.5431 360.6875Q275.21497 361.46875 275.21497 362.71875Q275.21497 364.03125 274.49622 364.82812Q273.77747 365.625 272.55872 365.625Q271.33997 365.625 270.57434 364.6875Q269.82434 363.73438 269.82434 362.25L269.82434 361.84375Q269.82434 359.48438 270.82434 358.23438Q271.82434 356.98438 273.80872 356.96875L274.01184 356.96875ZM272.58997 360.8125Q272.02747 360.8125 271.55872 361.14062Q271.08997 361.46875 270.90247 361.98438L270.90247 362.375Q270.90247 363.4375 271.37122 364.07812Q271.8556 364.71875 272.55872 364.71875Q273.2931 364.71875 273.71497 364.1875Q274.13684 363.64062 274.13684 362.76562Q274.13684 361.89062 273.71497 361.35938Q273.2931 360.8125 272.58997 360.8125ZM276.65247 358.60938Q276.65247 357.84375 277.13684 357.34375Q277.63684 356.84375 278.40247 356.84375Q279.18372 356.84375 279.6681 357.34375Q280.15247 357.84375 280.15247 358.64062L280.15247 359.0625Q280.15247 359.82812 279.65247 360.32812Q279.1681 360.8125 278.4181 360.8125Q277.65247 360.8125 277.15247 360.32812Q276.65247 359.82812 276.65247 359.01562L276.65247 358.60938ZM277.46497 359.0625Q277.46497 359.51562 277.71497 359.8125Q277.9806 360.10938 278.4181 360.10938Q278.83997 360.10938 279.08997 359.82812Q279.33997 359.53125 279.33997 359.03125L279.33997 358.60938Q279.33997 358.15625 279.08997 357.85938Q278.83997 357.54688 278.40247 357.54688Q277.96497 357.54688 277.71497 357.85938Q277.46497 358.15625 277.46497 358.625L277.46497 359.0625ZM280.80872 363.40625Q280.80872 362.64062 281.2931 362.15625Q281.7931 361.65625 282.55872 361.65625Q283.32434 361.65625 283.80872 362.15625Q284.30872 362.64062 284.30872 363.45312L284.30872 363.85938Q284.30872 364.625 283.82434 365.125Q283.33997 365.625 282.57434 365.625Q281.80872 365.625 281.30872 365.14062Q280.80872 364.64062 280.80872 363.82812L280.80872 363.40625ZM281.62122 363.85938Q281.62122 364.32812 281.87122 364.625Q282.13684 364.92188 282.57434 364.92188Q282.99622 364.92188 283.24622 364.64062Q283.49622 364.34375 283.49622 363.84375L283.49622 363.40625Q283.49622 362.9375 283.2306 362.65625Q282.9806 362.35938 282.55872 362.35938Q282.13684 362.35938 281.87122 362.65625Q281.62122 362.9375 281.62122 363.4375L281.62122 363.85938ZM278.6681 364.85938L278.0431 364.46875L282.21497 357.79688L282.82434 358.1875L278.6681 364.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M274.01184 356.96875L274.01184 357.875L273.80872 357.875Q272.5431 357.90625 271.7931 358.64062Q271.0431 359.35938 270.9181 360.67188Q271.6056 359.90625 272.76184 359.90625Q273.87122 359.90625 274.5431 360.6875Q275.21497 361.46875 275.21497 362.71875Q275.21497 364.03125 274.49622 364.82812Q273.77747 365.625 272.55872 365.625Q271.33997 365.625 270.57434 364.6875Q269.82434 363.73438 269.82434 362.25L269.82434 361.84375Q269.82434 359.48438 270.82434 358.23438Q271.82434 356.98438 273.80872 356.96875L274.01184 356.96875ZM272.58997 360.8125Q272.02747 360.8125 271.55872 361.14062Q271.08997 361.46875 270.90247 361.98438L270.90247 362.375Q270.90247 363.4375 271.37122 364.07812Q271.8556 364.71875 272.55872 364.71875Q273.2931 364.71875 273.71497 364.1875Q274.13684 363.64062 274.13684 362.76562Q274.13684 361.89062 273.71497 361.35938Q273.2931 360.8125 272.58997 360.8125ZM276.65247 358.60938Q276.65247 357.84375 277.13684 357.34375Q277.63684 356.84375 278.40247 356.84375Q279.18372 356.84375 279.6681 357.34375Q280.15247 357.84375 280.15247 358.64062L280.15247 359.0625Q280.15247 359.82812 279.65247 360.32812Q279.1681 360.8125 278.4181 360.8125Q277.65247 360.8125 277.15247 360.32812Q276.65247 359.82812 276.65247 359.01562L276.65247 358.60938ZM277.46497 359.0625Q277.46497 359.51562 277.71497 359.8125Q277.9806 360.10938 278.4181 360.10938Q278.83997 360.10938 279.08997 359.82812Q279.33997 359.53125 279.33997 359.03125L279.33997 358.60938Q279.33997 358.15625 279.08997 357.85938Q278.83997 357.54688 278.40247 357.54688Q277.96497 357.54688 277.71497 357.85938Q277.46497 358.15625 277.46497 358.625L277.46497 359.0625ZM280.80872 363.40625Q280.80872 362.64062 281.2931 362.15625Q281.7931 361.65625 282.55872 361.65625Q283.32434 361.65625 283.80872 362.15625Q284.30872 362.64062 284.30872 363.45312L284.30872 363.85938Q284.30872 364.625 283.82434 365.125Q283.33997 365.625 282.57434 365.625Q281.80872 365.625 281.30872 365.14062Q280.80872 364.64062 280.80872 363.82812L280.80872 363.40625ZM281.62122 363.85938Q281.62122 364.32812 281.87122 364.625Q282.13684 364.92188 282.57434 364.92188Q282.99622 364.92188 283.24622 364.64062Q283.49622 364.34375 283.49622 363.84375L283.49622 363.40625Q283.49622 362.9375 283.2306 362.65625Q282.9806 362.35938 282.55872 362.35938Q282.13684 362.35938 281.87122 362.65625Q281.62122 362.9375 281.62122 363.4375L281.62122 363.85938ZM278.6681 364.85938L278.0431 364.46875L282.21497 357.79688L282.82434 358.1875L278.6681 364.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M266.30518 392.21875L266.74268 387.96875L271.11768 387.96875L271.11768 388.96875L267.66455 388.96875L267.39893 391.29688Q268.03955 390.92188 268.83643 390.92188Q269.99268 390.92188 270.68018 391.70312Q271.36768 392.46875 271.36768 393.78125Q271.36768 395.09375 270.64893 395.85938Q269.9458 396.625 268.66455 396.625Q267.53955 396.625 266.8208 396.0Q266.10205 395.35938 266.0083 394.25L267.02393 394.25Q267.1333 394.98438 267.55518 395.35938Q267.97705 395.73438 268.66455 395.73438Q269.41455 395.73438 269.85205 395.21875Q270.28955 394.70312 270.28955 393.79688Q270.28955 392.9375 269.8208 392.42188Q269.35205 391.90625 268.5708 391.90625Q267.86768 391.90625 267.46143 392.20312L267.18018 392.4375L266.30518 392.21875ZM272.71143 389.60938Q272.71143 388.84375 273.1958 388.34375Q273.6958 387.84375 274.46143 387.84375Q275.24268 387.84375 275.72705 388.34375Q276.21143 388.84375 276.21143 389.64062L276.21143 390.0625Q276.21143 390.82812 275.71143 391.32812Q275.22705 391.8125 274.47705 391.8125Q273.71143 391.8125 273.21143 391.32812Q272.71143 390.82812 272.71143 390.01562L272.71143 389.60938ZM273.52393 390.0625Q273.52393 390.51562 273.77393 390.8125Q274.03955 391.10938 274.47705 391.10938Q274.89893 391.10938 275.14893 390.82812Q275.39893 390.53125 275.39893 390.03125L275.39893 389.60938Q275.39893 389.15625 275.14893 388.85938Q274.89893 388.54688 274.46143 388.54688Q274.02393 388.54688 273.77393 388.85938Q273.52393 389.15625 273.52393 389.625L273.52393 390.0625ZM276.86768 394.40625Q276.86768 393.64062 277.35205 393.15625Q277.85205 392.65625 278.61768 392.65625Q279.3833 392.65625 279.86768 393.15625Q280.36768 393.64062 280.36768 394.45312L280.36768 394.85938Q280.36768 395.625 279.8833 396.125Q279.39893 396.625 278.6333 396.625Q277.86768 396.625 277.36768 396.14062Q276.86768 395.64062 276.86768 394.82812L276.86768 394.40625ZM277.68018 394.85938Q277.68018 395.32812 277.93018 395.625Q278.1958 395.92188 278.6333 395.92188Q279.05518 395.92188 279.30518 395.64062Q279.55518 395.34375 279.55518 394.84375L279.55518 394.40625Q279.55518 393.9375 279.28955 393.65625Q279.03955 393.35938 278.61768 393.35938Q278.1958 393.35938 277.93018 393.65625Q277.68018 393.9375 277.68018 394.4375L277.68018 394.85938ZM274.72705 395.85938L274.10205 395.46875L278.27393 388.79688L278.8833 389.1875L274.72705 395.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M266.30518 392.21875L266.74268 387.96875L271.11768 387.96875L271.11768 388.96875L267.66455 388.96875L267.39893 391.29688Q268.03955 390.92188 268.83643 390.92188Q269.99268 390.92188 270.68018 391.70312Q271.36768 392.46875 271.36768 393.78125Q271.36768 395.09375 270.64893 395.85938Q269.9458 396.625 268.66455 396.625Q267.53955 396.625 266.8208 396.0Q266.10205 395.35938 266.0083 394.25L267.02393 394.25Q267.1333 394.98438 267.55518 395.35938Q267.97705 395.73438 268.66455 395.73438Q269.41455 395.73438 269.85205 395.21875Q270.28955 394.70312 270.28955 393.79688Q270.28955 392.9375 269.8208 392.42188Q269.35205 391.90625 268.5708 391.90625Q267.86768 391.90625 267.46143 392.20312L267.18018 392.4375L266.30518 392.21875ZM272.71143 389.60938Q272.71143 388.84375 273.1958 388.34375Q273.6958 387.84375 274.46143 387.84375Q275.24268 387.84375 275.72705 388.34375Q276.21143 388.84375 276.21143 389.64062L276.21143 390.0625Q276.21143 390.82812 275.71143 391.32812Q275.22705 391.8125 274.47705 391.8125Q273.71143 391.8125 273.21143 391.32812Q272.71143 390.82812 272.71143 390.01562L272.71143 389.60938ZM273.52393 390.0625Q273.52393 390.51562 273.77393 390.8125Q274.03955 391.10938 274.47705 391.10938Q274.89893 391.10938 275.14893 390.82812Q275.39893 390.53125 275.39893 390.03125L275.39893 389.60938Q275.39893 389.15625 275.14893 388.85938Q274.89893 388.54688 274.46143 388.54688Q274.02393 388.54688 273.77393 388.85938Q273.52393 389.15625 273.52393 389.625L273.52393 390.0625ZM276.86768 394.40625Q276.86768 393.64062 277.35205 393.15625Q277.85205 392.65625 278.61768 392.65625Q279.3833 392.65625 279.86768 393.15625Q280.36768 393.64062 280.36768 394.45312L280.36768 394.85938Q280.36768 395.625 279.8833 396.125Q279.39893 396.625 278.6333 396.625Q277.86768 396.625 277.36768 396.14062Q276.86768 395.64062 276.86768 394.82812L276.86768 394.40625ZM277.68018 394.85938Q277.68018 395.32812 277.93018 395.625Q278.1958 395.92188 278.6333 395.92188Q279.05518 395.92188 279.30518 395.64062Q279.55518 395.34375 279.55518 394.84375L279.55518 394.40625Q279.55518 393.9375 279.28955 393.65625Q279.03955 393.35938 278.61768 393.35938Q278.1958 393.35938 277.93018 393.65625Q277.68018 393.9375 277.68018 394.4375L277.68018 394.85938ZM274.72705 395.85938L274.10205 395.46875L278.27393 388.79688L278.8833 389.1875L274.72705 395.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M261.51596 424.64062L262.70346 424.64062L262.70346 425.51562L261.51596 425.51562L261.51596 427.5L260.43784 427.5L260.43784 425.51562L256.5472 425.51562L256.5472 424.875L260.3597 418.96875L261.51596 418.96875L261.51596 424.64062ZM257.7816 424.64062L260.43784 424.64062L260.43784 420.45312L260.2972 420.6875L257.7816 424.64062ZM263.8441 420.60938Q263.8441 419.84375 264.32846 419.34375Q264.82846 418.84375 265.5941 418.84375Q266.37534 418.84375 266.8597 419.34375Q267.3441 419.84375 267.3441 420.64062L267.3441 421.0625Q267.3441 421.82812 266.8441 422.32812Q266.3597 422.8125 265.6097 422.8125Q264.8441 422.8125 264.3441 422.32812Q263.8441 421.82812 263.8441 421.01562L263.8441 420.60938ZM264.6566 421.0625Q264.6566 421.51562 264.9066 421.8125Q265.1722 422.10938 265.6097 422.10938Q266.0316 422.10938 266.2816 421.82812Q266.5316 421.53125 266.5316 421.03125L266.5316 420.60938Q266.5316 420.15625 266.2816 419.85938Q266.0316 419.54688 265.5941 419.54688Q265.1566 419.54688 264.9066 419.85938Q264.6566 420.15625 264.6566 420.625L264.6566 421.0625ZM268.00034 425.40625Q268.00034 424.64062 268.4847 424.15625Q268.9847 423.65625 269.75034 423.65625Q270.51596 423.65625 271.00034 424.15625Q271.50034 424.64062 271.50034 425.45312L271.50034 425.85938Q271.50034 426.625 271.01596 427.125Q270.5316 427.625 269.76596 427.625Q269.00034 427.625 268.50034 427.14062Q268.00034 426.64062 268.00034 425.82812L268.00034 425.40625ZM268.81284 425.85938Q268.81284 426.32812 269.06284 426.625Q269.32846 426.92188 269.76596 426.92188Q270.18784 426.92188 270.43784 426.64062Q270.68784 426.34375 270.68784 425.84375L270.68784 425.40625Q270.68784 424.9375 270.4222 424.65625Q270.1722 424.35938 269.75034 424.35938Q269.32846 424.35938 269.06284 424.65625Q268.81284 424.9375 268.81284 425.4375L268.81284 425.85938ZM265.8597 426.85938L265.2347 426.46875L269.4066 419.79688L270.01596 420.1875L265.8597 426.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M261.51596 424.64062L262.70346 424.64062L262.70346 425.51562L261.51596 425.51562L261.51596 427.5L260.43784 427.5L260.43784 425.51562L256.5472 425.51562L256.5472 424.875L260.3597 418.96875L261.51596 418.96875L261.51596 424.64062ZM257.7816 424.64062L260.43784 424.64062L260.43784 420.45312L260.2972 420.6875L257.7816 424.64062ZM263.8441 420.60938Q263.8441 419.84375 264.32846 419.34375Q264.82846 418.84375 265.5941 418.84375Q266.37534 418.84375 266.8597 419.34375Q267.3441 419.84375 267.3441 420.64062L267.3441 421.0625Q267.3441 421.82812 266.8441 422.32812Q266.3597 422.8125 265.6097 422.8125Q264.8441 422.8125 264.3441 422.32812Q263.8441 421.82812 263.8441 421.01562L263.8441 420.60938ZM264.6566 421.0625Q264.6566 421.51562 264.9066 421.8125Q265.1722 422.10938 265.6097 422.10938Q266.0316 422.10938 266.2816 421.82812Q266.5316 421.53125 266.5316 421.03125L266.5316 420.60938Q266.5316 420.15625 266.2816 419.85938Q266.0316 419.54688 265.5941 419.54688Q265.1566 419.54688 264.9066 419.85938Q264.6566 420.15625 264.6566 420.625L264.6566 421.0625ZM268.00034 425.40625Q268.00034 424.64062 268.4847 424.15625Q268.9847 423.65625 269.75034 423.65625Q270.51596 423.65625 271.00034 424.15625Q271.50034 424.64062 271.50034 425.45312L271.50034 425.85938Q271.50034 426.625 271.01596 427.125Q270.5316 427.625 269.76596 427.625Q269.00034 427.625 268.50034 427.14062Q268.00034 426.64062 268.00034 425.82812L268.00034 425.40625ZM268.81284 425.85938Q268.81284 426.32812 269.06284 426.625Q269.32846 426.92188 269.76596 426.92188Q270.18784 426.92188 270.43784 426.64062Q270.68784 426.34375 270.68784 425.84375L270.68784 425.40625Q270.68784 424.9375 270.4222 424.65625Q270.1722 424.35938 269.75034 424.35938Q269.32846 424.35938 269.06284 424.65625Q268.81284 424.9375 268.81284 425.4375L268.81284 425.85938ZM265.8597 426.85938L265.2347 426.46875L269.4066 419.79688L270.01596 420.1875L265.8597 426.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M261.51596 455.64062L262.70346 455.64062L262.70346 456.51562L261.51596 456.51562L261.51596 458.5L260.43784 458.5L260.43784 456.51562L256.5472 456.51562L256.5472 455.875L260.3597 449.96875L261.51596 449.96875L261.51596 455.64062ZM257.7816 455.64062L260.43784 455.64062L260.43784 451.45312L260.2972 451.6875L257.7816 455.64062ZM263.8441 451.60938Q263.8441 450.84375 264.32846 450.34375Q264.82846 449.84375 265.5941 449.84375Q266.37534 449.84375 266.8597 450.34375Q267.3441 450.84375 267.3441 451.64062L267.3441 452.0625Q267.3441 452.82812 266.8441 453.32812Q266.3597 453.8125 265.6097 453.8125Q264.8441 453.8125 264.3441 453.32812Q263.8441 452.82812 263.8441 452.01562L263.8441 451.60938ZM264.6566 452.0625Q264.6566 452.51562 264.9066 452.8125Q265.1722 453.10938 265.6097 453.10938Q266.0316 453.10938 266.2816 452.82812Q266.5316 452.53125 266.5316 452.03125L266.5316 451.60938Q266.5316 451.15625 266.2816 450.85938Q266.0316 450.54688 265.5941 450.54688Q265.1566 450.54688 264.9066 450.85938Q264.6566 451.15625 264.6566 451.625L264.6566 452.0625ZM268.00034 456.40625Q268.00034 455.64062 268.4847 455.15625Q268.9847 454.65625 269.75034 454.65625Q270.51596 454.65625 271.00034 455.15625Q271.50034 455.64062 271.50034 456.45312L271.50034 456.85938Q271.50034 457.625 271.01596 458.125Q270.5316 458.625 269.76596 458.625Q269.00034 458.625 268.50034 458.14062Q268.00034 457.64062 268.00034 456.82812L268.00034 456.40625ZM268.81284 456.85938Q268.81284 457.32812 269.06284 457.625Q269.32846 457.92188 269.76596 457.92188Q270.18784 457.92188 270.43784 457.64062Q270.68784 457.34375 270.68784 456.84375L270.68784 456.40625Q270.68784 455.9375 270.4222 455.65625Q270.1722 455.35938 269.75034 455.35938Q269.32846 455.35938 269.06284 455.65625Q268.81284 455.9375 268.81284 456.4375L268.81284 456.85938ZM265.8597 457.85938L265.2347 457.46875L269.4066 450.79688L270.01596 451.1875L265.8597 457.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M261.51596 455.64062L262.70346 455.64062L262.70346 456.51562L261.51596 456.51562L261.51596 458.5L260.43784 458.5L260.43784 456.51562L256.5472 456.51562L256.5472 455.875L260.3597 449.96875L261.51596 449.96875L261.51596 455.64062ZM257.7816 455.64062L260.43784 455.64062L260.43784 451.45312L260.2972 451.6875L257.7816 455.64062ZM263.8441 451.60938Q263.8441 450.84375 264.32846 450.34375Q264.82846 449.84375 265.5941 449.84375Q266.37534 449.84375 266.8597 450.34375Q267.3441 450.84375 267.3441 451.64062L267.3441 452.0625Q267.3441 452.82812 266.8441 453.32812Q266.3597 453.8125 265.6097 453.8125Q264.8441 453.8125 264.3441 453.32812Q263.8441 452.82812 263.8441 452.01562L263.8441 451.60938ZM264.6566 452.0625Q264.6566 452.51562 264.9066 452.8125Q265.1722 453.10938 265.6097 453.10938Q266.0316 453.10938 266.2816 452.82812Q266.5316 452.53125 266.5316 452.03125L266.5316 451.60938Q266.5316 451.15625 266.2816 450.85938Q266.0316 450.54688 265.5941 450.54688Q265.1566 450.54688 264.9066 450.85938Q264.6566 451.15625 264.6566 451.625L264.6566 452.0625ZM268.00034 456.40625Q268.00034 455.64062 268.4847 455.15625Q268.9847 454.65625 269.75034 454.65625Q270.51596 454.65625 271.00034 455.15625Q271.50034 455.64062 271.50034 456.45312L271.50034 456.85938Q271.50034 457.625 271.01596 458.125Q270.5316 458.625 269.76596 458.625Q269.00034 458.625 268.50034 458.14062Q268.00034 457.64062 268.00034 456.82812L268.00034 456.40625ZM268.81284 456.85938Q268.81284 457.32812 269.06284 457.625Q269.32846 457.92188 269.76596 457.92188Q270.18784 457.92188 270.43784 457.64062Q270.68784 457.34375 270.68784 456.84375L270.68784 456.40625Q270.68784 455.9375 270.4222 455.65625Q270.1722 455.35938 269.75034 455.35938Q269.32846 455.35938 269.06284 455.65625Q268.81284 455.9375 268.81284 456.4375L268.81284 456.85938ZM265.8597 457.85938L265.2347 457.46875L269.4066 450.79688L270.01596 451.1875L265.8597 457.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M255.56017 484.70312L256.37268 484.70312Q257.15393 484.6875 257.59143 484.29688Q258.02893 483.90625 258.02893 483.23438Q258.02893 481.73438 256.52893 481.73438Q255.82579 481.73438 255.40392 482.14062Q254.99767 482.54688 254.99767 483.20312L253.90392 483.20312Q253.90392 482.1875 254.63829 481.51562Q255.38829 480.84375 256.52893 480.84375Q257.73206 480.84375 258.41956 481.48438Q259.10706 482.125 259.10706 483.26562Q259.10706 483.82812 258.74768 484.34375Q258.3883 484.85938 257.7633 485.125Q258.46643 485.34375 258.84143 485.85938Q259.23206 486.375 259.23206 487.125Q259.23206 488.26562 258.48206 488.95312Q257.73206 489.625 256.52893 489.625Q255.34142 489.625 254.57579 488.96875Q253.82579 488.3125 253.82579 487.25L254.91954 487.25Q254.91954 487.92188 255.35704 488.32812Q255.79454 488.73438 256.54456 488.73438Q257.3258 488.73438 257.73206 488.32812Q258.15393 487.90625 258.15393 487.14062Q258.15393 486.40625 257.7008 486.01562Q257.24768 485.60938 256.37268 485.59375L255.56017 485.59375L255.56017 484.70312ZM260.8883 482.60938Q260.8883 481.84375 261.37268 481.34375Q261.87268 480.84375 262.6383 480.84375Q263.41956 480.84375 263.90393 481.34375Q264.3883 481.84375 264.3883 482.64062L264.3883 483.0625Q264.3883 483.82812 263.8883 484.32812Q263.40393 484.8125 262.65393 484.8125Q261.8883 484.8125 261.3883 484.32812Q260.8883 483.82812 260.8883 483.01562L260.8883 482.60938ZM261.7008 483.0625Q261.7008 483.51562 261.9508 483.8125Q262.21643 484.10938 262.65393 484.10938Q263.0758 484.10938 263.3258 483.82812Q263.5758 483.53125 263.5758 483.03125L263.5758 482.60938Q263.5758 482.15625 263.3258 481.85938Q263.0758 481.54688 262.6383 481.54688Q262.2008 481.54688 261.9508 481.85938Q261.7008 482.15625 261.7008 482.625L261.7008 483.0625ZM265.04456 487.40625Q265.04456 486.64062 265.52893 486.15625Q266.02893 485.65625 266.79456 485.65625Q267.56018 485.65625 268.04456 486.15625Q268.54456 486.64062 268.54456 487.45312L268.54456 487.85938Q268.54456 488.625 268.06018 489.125Q267.5758 489.625 266.81018 489.625Q266.04456 489.625 265.54456 489.14062Q265.04456 488.64062 265.04456 487.82812L265.04456 487.40625ZM265.85706 487.85938Q265.85706 488.32812 266.10706 488.625Q266.37268 488.92188 266.81018 488.92188Q267.23206 488.92188 267.48206 488.64062Q267.73206 488.34375 267.73206 487.84375L267.73206 487.40625Q267.73206 486.9375 267.46643 486.65625Q267.21643 486.35938 266.79456 486.35938Q266.37268 486.35938 266.10706 486.65625Q265.85706 486.9375 265.85706 487.4375L265.85706 487.85938ZM262.90393 488.85938L262.27893 488.46875L266.4508 481.79688L267.06018 482.1875L262.90393 488.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M255.56017 484.70312L256.37268 484.70312Q257.15393 484.6875 257.59143 484.29688Q258.02893 483.90625 258.02893 483.23438Q258.02893 481.73438 256.52893 481.73438Q255.82579 481.73438 255.40392 482.14062Q254.99767 482.54688 254.99767 483.20312L253.90392 483.20312Q253.90392 482.1875 254.63829 481.51562Q255.38829 480.84375 256.52893 480.84375Q257.73206 480.84375 258.41956 481.48438Q259.10706 482.125 259.10706 483.26562Q259.10706 483.82812 258.74768 484.34375Q258.3883 484.85938 257.7633 485.125Q258.46643 485.34375 258.84143 485.85938Q259.23206 486.375 259.23206 487.125Q259.23206 488.26562 258.48206 488.95312Q257.73206 489.625 256.52893 489.625Q255.34142 489.625 254.57579 488.96875Q253.82579 488.3125 253.82579 487.25L254.91954 487.25Q254.91954 487.92188 255.35704 488.32812Q255.79454 488.73438 256.54456 488.73438Q257.3258 488.73438 257.73206 488.32812Q258.15393 487.90625 258.15393 487.14062Q258.15393 486.40625 257.7008 486.01562Q257.24768 485.60938 256.37268 485.59375L255.56017 485.59375L255.56017 484.70312ZM260.8883 482.60938Q260.8883 481.84375 261.37268 481.34375Q261.87268 480.84375 262.6383 480.84375Q263.41956 480.84375 263.90393 481.34375Q264.3883 481.84375 264.3883 482.64062L264.3883 483.0625Q264.3883 483.82812 263.8883 484.32812Q263.40393 484.8125 262.65393 484.8125Q261.8883 484.8125 261.3883 484.32812Q260.8883 483.82812 260.8883 483.01562L260.8883 482.60938ZM261.7008 483.0625Q261.7008 483.51562 261.9508 483.8125Q262.21643 484.10938 262.65393 484.10938Q263.0758 484.10938 263.3258 483.82812Q263.5758 483.53125 263.5758 483.03125L263.5758 482.60938Q263.5758 482.15625 263.3258 481.85938Q263.0758 481.54688 262.6383 481.54688Q262.2008 481.54688 261.9508 481.85938Q261.7008 482.15625 261.7008 482.625L261.7008 483.0625ZM265.04456 487.40625Q265.04456 486.64062 265.52893 486.15625Q266.02893 485.65625 266.79456 485.65625Q267.56018 485.65625 268.04456 486.15625Q268.54456 486.64062 268.54456 487.45312L268.54456 487.85938Q268.54456 488.625 268.06018 489.125Q267.5758 489.625 266.81018 489.625Q266.04456 489.625 265.54456 489.14062Q265.04456 488.64062 265.04456 487.82812L265.04456 487.40625ZM265.85706 487.85938Q265.85706 488.32812 266.10706 488.625Q266.37268 488.92188 266.81018 488.92188Q267.23206 488.92188 267.48206 488.64062Q267.73206 488.34375 267.73206 487.84375L267.73206 487.40625Q267.73206 486.9375 267.46643 486.65625Q267.21643 486.35938 266.79456 486.35938Q266.37268 486.35938 266.10706 486.65625Q265.85706 486.9375 265.85706 487.4375L265.85706 487.85938ZM262.90393 488.85938L262.27893 488.46875L266.4508 481.79688L267.06018 482.1875L262.90393 488.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.58965 515.7031L254.40215 515.7031Q255.1834 515.6875 255.6209 515.2969Q256.0584 514.90625 256.0584 514.2344Q256.0584 512.7344 254.5584 512.7344Q253.85527 512.7344 253.4334 513.1406Q253.02715 513.5469 253.02715 514.2031L251.9334 514.2031Q251.9334 513.1875 252.66777 512.5156Q253.41777 511.84375 254.5584 511.84375Q255.76152 511.84375 256.44904 512.4844Q257.13654 513.125 257.13654 514.2656Q257.13654 514.8281 256.77716 515.34375Q256.4178 515.8594 255.79277 516.125Q256.4959 516.34375 256.8709 516.8594Q257.26154 517.375 257.26154 518.125Q257.26154 519.2656 256.51154 519.9531Q255.76152 520.625 254.5584 520.625Q253.3709 520.625 252.60527 519.96875Q251.85527 519.3125 251.85527 518.25L252.94902 518.25Q252.94902 518.9219 253.38652 519.3281Q253.82402 519.7344 254.57402 519.7344Q255.35527 519.7344 255.76152 519.3281Q256.1834 518.90625 256.1834 518.1406Q256.1834 517.40625 255.73027 517.0156Q255.27715 516.6094 254.40215 516.59375L253.58965 516.59375L253.58965 515.7031ZM258.9178 513.6094Q258.9178 512.84375 259.40216 512.34375Q259.90216 511.84375 260.6678 511.84375Q261.44904 511.84375 261.9334 512.34375Q262.4178 512.84375 262.4178 513.6406L262.4178 514.0625Q262.4178 514.8281 261.9178 515.3281Q261.4334 515.8125 260.6834 515.8125Q259.9178 515.8125 259.4178 515.3281Q258.9178 514.8281 258.9178 514.0156L258.9178 513.6094ZM259.7303 514.0625Q259.7303 514.5156 259.9803 514.8125Q260.2459 515.1094 260.6834 515.1094Q261.1053 515.1094 261.3553 514.8281Q261.6053 514.53125 261.6053 514.03125L261.6053 513.6094Q261.6053 513.15625 261.3553 512.8594Q261.1053 512.5469 260.6678 512.5469Q260.2303 512.5469 259.9803 512.8594Q259.7303 513.15625 259.7303 513.625L259.7303 514.0625ZM263.07404 518.40625Q263.07404 517.6406 263.5584 517.15625Q264.0584 516.65625 264.82404 516.65625Q265.58966 516.65625 266.07404 517.15625Q266.57404 517.6406 266.57404 518.4531L266.57404 518.8594Q266.57404 519.625 266.08966 520.125Q265.6053 520.625 264.83966 520.625Q264.07404 520.625 263.57404 520.1406Q263.07404 519.6406 263.07404 518.8281L263.07404 518.40625ZM263.88654 518.8594Q263.88654 519.3281 264.13654 519.625Q264.40216 519.9219 264.83966 519.9219Q265.26154 519.9219 265.51154 519.6406Q265.76154 519.34375 265.76154 518.84375L265.76154 518.40625Q265.76154 517.9375 265.4959 517.65625Q265.2459 517.3594 264.82404 517.3594Q264.40216 517.3594 264.13654 517.65625Q263.88654 517.9375 263.88654 518.4375L263.88654 518.8594ZM260.9334 519.8594L260.3084 519.46875L264.4803 512.7969L265.08966 513.1875L260.9334 519.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M253.58965 515.7031L254.40215 515.7031Q255.1834 515.6875 255.6209 515.2969Q256.0584 514.90625 256.0584 514.2344Q256.0584 512.7344 254.5584 512.7344Q253.85527 512.7344 253.4334 513.1406Q253.02715 513.5469 253.02715 514.2031L251.9334 514.2031Q251.9334 513.1875 252.66777 512.5156Q253.41777 511.84375 254.5584 511.84375Q255.76152 511.84375 256.44904 512.4844Q257.13654 513.125 257.13654 514.2656Q257.13654 514.8281 256.77716 515.34375Q256.4178 515.8594 255.79277 516.125Q256.4959 516.34375 256.8709 516.8594Q257.26154 517.375 257.26154 518.125Q257.26154 519.2656 256.51154 519.9531Q255.76152 520.625 254.5584 520.625Q253.3709 520.625 252.60527 519.96875Q251.85527 519.3125 251.85527 518.25L252.94902 518.25Q252.94902 518.9219 253.38652 519.3281Q253.82402 519.7344 254.57402 519.7344Q255.35527 519.7344 255.76152 519.3281Q256.1834 518.90625 256.1834 518.1406Q256.1834 517.40625 255.73027 517.0156Q255.27715 516.6094 254.40215 516.59375L253.58965 516.59375L253.58965 515.7031ZM258.9178 513.6094Q258.9178 512.84375 259.40216 512.34375Q259.90216 511.84375 260.6678 511.84375Q261.44904 511.84375 261.9334 512.34375Q262.4178 512.84375 262.4178 513.6406L262.4178 514.0625Q262.4178 514.8281 261.9178 515.3281Q261.4334 515.8125 260.6834 515.8125Q259.9178 515.8125 259.4178 515.3281Q258.9178 514.8281 258.9178 514.0156L258.9178 513.6094ZM259.7303 514.0625Q259.7303 514.5156 259.9803 514.8125Q260.2459 515.1094 260.6834 515.1094Q261.1053 515.1094 261.3553 514.8281Q261.6053 514.53125 261.6053 514.03125L261.6053 513.6094Q261.6053 513.15625 261.3553 512.8594Q261.1053 512.5469 260.6678 512.5469Q260.2303 512.5469 259.9803 512.8594Q259.7303 513.15625 259.7303 513.625L259.7303 514.0625ZM263.07404 518.40625Q263.07404 517.6406 263.5584 517.15625Q264.0584 516.65625 264.82404 516.65625Q265.58966 516.65625 266.07404 517.15625Q266.57404 517.6406 266.57404 518.4531L266.57404 518.8594Q266.57404 519.625 266.08966 520.125Q265.6053 520.625 264.83966 520.625Q264.07404 520.625 263.57404 520.1406Q263.07404 519.6406 263.07404 518.8281L263.07404 518.40625ZM263.88654 518.8594Q263.88654 519.3281 264.13654 519.625Q264.40216 519.9219 264.83966 519.9219Q265.26154 519.9219 265.51154 519.6406Q265.76154 519.34375 265.76154 518.84375L265.76154 518.40625Q265.76154 517.9375 265.4959 517.65625Q265.2459 517.3594 264.82404 517.3594Q264.40216 517.3594 264.13654 517.65625Q263.88654 517.9375 263.88654 518.4375L263.88654 518.8594ZM260.9334 519.8594L260.3084 519.46875L264.4803 512.7969L265.08966 513.1875L260.9334 519.8594Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M413.20197 546.7031L414.01447 546.7031Q414.79572 546.6875 415.23322 546.2969Q415.67072 545.90625 415.67072 545.2344Q415.67072 543.7344 414.17072 543.7344Q413.4676 543.7344 413.04572 544.1406Q412.63947 544.5469 412.63947 545.2031L411.54572 545.2031Q411.54572 544.1875 412.2801 543.5156Q413.0301 542.84375 414.17072 542.84375Q415.37384 542.84375 416.06134 543.4844Q416.74884 544.125 416.74884 545.2656Q416.74884 545.8281 416.38947 546.34375Q416.0301 546.8594 415.4051 547.125Q416.10822 547.34375 416.48322 547.8594Q416.87384 548.375 416.87384 549.125Q416.87384 550.2656 416.12384 550.9531Q415.37384 551.625 414.17072 551.625Q412.98322 551.625 412.2176 550.96875Q411.4676 550.3125 411.4676 549.25L412.56134 549.25Q412.56134 549.9219 412.99884 550.3281Q413.43634 550.7344 414.18634 550.7344Q414.9676 550.7344 415.37384 550.3281Q415.79572 549.90625 415.79572 549.1406Q415.79572 548.40625 415.3426 548.0156Q414.88947 547.6094 414.01447 547.59375L413.20197 547.59375L413.20197 546.7031ZM419.12384 547.21875L419.56134 542.96875L423.93634 542.96875L423.93634 543.96875L420.48322 543.96875L420.2176 546.2969Q420.85822 545.9219 421.6551 545.9219Q422.81134 545.9219 423.49884 546.7031Q424.18634 547.46875 424.18634 548.78125Q424.18634 550.09375 423.4676 550.8594Q422.76447 551.625 421.48322 551.625Q420.35822 551.625 419.63947 551.0Q418.92072 550.3594 418.82697 549.25L419.8426 549.25Q419.95197 549.9844 420.37384 550.3594Q420.79572 550.7344 421.48322 550.7344Q422.23322 550.7344 422.67072 550.21875Q423.10822 549.7031 423.10822 548.7969Q423.10822 547.9375 422.63947 547.4219Q422.17072 546.90625 421.38947 546.90625Q420.68634 546.90625 420.2801 547.2031L419.99884 547.4375L419.12384 547.21875ZM425.5301 544.6094Q425.5301 543.84375 426.01447 543.34375Q426.51447 542.84375 427.2801 542.84375Q428.06134 542.84375 428.54572 543.34375Q429.0301 543.84375 429.0301 544.6406L429.0301 545.0625Q429.0301 545.8281 428.5301 546.3281Q428.04572 546.8125 427.29572 546.8125Q426.5301 546.8125 426.0301 546.3281Q425.5301 545.8281 425.5301 545.0156L425.5301 544.6094ZM426.3426 545.0625Q426.3426 545.5156 426.5926 545.8125Q426.85822 546.1094 427.29572 546.1094Q427.7176 546.1094 427.9676 545.8281Q428.2176 545.53125 428.2176 545.03125L428.2176 544.6094Q428.2176 544.15625 427.9676 543.8594Q427.7176 543.5469 427.2801 543.5469Q426.8426 543.5469 426.5926 543.8594Q426.3426 544.15625 426.3426 544.625L426.3426 545.0625ZM429.68634 549.40625Q429.68634 548.6406 430.17072 548.15625Q430.67072 547.65625 431.43634 547.65625Q432.20197 547.65625 432.68634 548.15625Q433.18634 548.6406 433.18634 549.4531L433.18634 549.8594Q433.18634 550.625 432.70197 551.125Q432.2176 551.625 431.45197 551.625Q430.68634 551.625 430.18634 551.1406Q429.68634 550.6406 429.68634 549.8281L429.68634 549.40625ZM430.49884 549.8594Q430.49884 550.3281 430.74884 550.625Q431.01447 550.9219 431.45197 550.9219Q431.87384 550.9219 432.12384 550.6406Q432.37384 550.34375 432.37384 549.84375L432.37384 549.40625Q432.37384 548.9375 432.10822 548.65625Q431.85822 548.3594 431.43634 548.3594Q431.01447 548.3594 430.74884 548.65625Q430.49884 548.9375 430.49884 549.4375L430.49884 549.8594ZM427.54572 550.8594L426.92072 550.46875L431.0926 543.7969L431.70197 544.1875L427.54572 550.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M413.20197 546.7031L414.01447 546.7031Q414.79572 546.6875 415.23322 546.2969Q415.67072 545.90625 415.67072 545.2344Q415.67072 543.7344 414.17072 543.7344Q413.4676 543.7344 413.04572 544.1406Q412.63947 544.5469 412.63947 545.2031L411.54572 545.2031Q411.54572 544.1875 412.2801 543.5156Q413.0301 542.84375 414.17072 542.84375Q415.37384 542.84375 416.06134 543.4844Q416.74884 544.125 416.74884 545.2656Q416.74884 545.8281 416.38947 546.34375Q416.0301 546.8594 415.4051 547.125Q416.10822 547.34375 416.48322 547.8594Q416.87384 548.375 416.87384 549.125Q416.87384 550.2656 416.12384 550.9531Q415.37384 551.625 414.17072 551.625Q412.98322 551.625 412.2176 550.96875Q411.4676 550.3125 411.4676 549.25L412.56134 549.25Q412.56134 549.9219 412.99884 550.3281Q413.43634 550.7344 414.18634 550.7344Q414.9676 550.7344 415.37384 550.3281Q415.79572 549.90625 415.79572 549.1406Q415.79572 548.40625 415.3426 548.0156Q414.88947 547.6094 414.01447 547.59375L413.20197 547.59375L413.20197 546.7031ZM419.12384 547.21875L419.56134 542.96875L423.93634 542.96875L423.93634 543.96875L420.48322 543.96875L420.2176 546.2969Q420.85822 545.9219 421.6551 545.9219Q422.81134 545.9219 423.49884 546.7031Q424.18634 547.46875 424.18634 548.78125Q424.18634 550.09375 423.4676 550.8594Q422.76447 551.625 421.48322 551.625Q420.35822 551.625 419.63947 551.0Q418.92072 550.3594 418.82697 549.25L419.8426 549.25Q419.95197 549.9844 420.37384 550.3594Q420.79572 550.7344 421.48322 550.7344Q422.23322 550.7344 422.67072 550.21875Q423.10822 549.7031 423.10822 548.7969Q423.10822 547.9375 422.63947 547.4219Q422.17072 546.90625 421.38947 546.90625Q420.68634 546.90625 420.2801 547.2031L419.99884 547.4375L419.12384 547.21875ZM425.5301 544.6094Q425.5301 543.84375 426.01447 543.34375Q426.51447 542.84375 427.2801 542.84375Q428.06134 542.84375 428.54572 543.34375Q429.0301 543.84375 429.0301 544.6406L429.0301 545.0625Q429.0301 545.8281 428.5301 546.3281Q428.04572 546.8125 427.29572 546.8125Q426.5301 546.8125 426.0301 546.3281Q425.5301 545.8281 425.5301 545.0156L425.5301 544.6094ZM426.3426 545.0625Q426.3426 545.5156 426.5926 545.8125Q426.85822 546.1094 427.29572 546.1094Q427.7176 546.1094 427.9676 545.8281Q428.2176 545.53125 428.2176 545.03125L428.2176 544.6094Q428.2176 544.15625 427.9676 543.8594Q427.7176 543.5469 427.2801 543.5469Q426.8426 543.5469 426.5926 543.8594Q426.3426 544.15625 426.3426 544.625L426.3426 545.0625ZM429.68634 549.40625Q429.68634 548.6406 430.17072 548.15625Q430.67072 547.65625 431.43634 547.65625Q432.20197 547.65625 432.68634 548.15625Q433.18634 548.6406 433.18634 549.4531L433.18634 549.8594Q433.18634 550.625 432.70197 551.125Q432.2176 551.625 431.45197 551.625Q430.68634 551.625 430.18634 551.1406Q429.68634 550.6406 429.68634 549.8281L429.68634 549.40625ZM430.49884 549.8594Q430.49884 550.3281 430.74884 550.625Q431.01447 550.9219 431.45197 550.9219Q431.87384 550.9219 432.12384 550.6406Q432.37384 550.34375 432.37384 549.84375L432.37384 549.40625Q432.37384 548.9375 432.10822 548.65625Q431.85822 548.3594 431.43634 548.3594Q431.01447 548.3594 430.74884 548.65625Q430.49884 548.9375 430.49884 549.4375L430.49884 549.8594ZM427.54572 550.8594L426.92072 550.46875L431.0926 543.7969L431.70197 544.1875L427.54572 550.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M366.66162 602.4134Q366.66162 601.64777 367.146 601.14777Q367.646 600.64777 368.41162 600.64777Q369.19287 600.64777 369.67725 601.14777Q370.16162 601.64777 370.16162 602.44464L370.16162 602.8665Q370.16162 603.63214 369.66162 604.13214Q369.17725 604.6165 368.42725 604.6165Q367.66162 604.6165 367.16162 604.13214Q366.66162 603.63214 366.66162 602.81964L366.66162 602.4134ZM367.47412 602.8665Q367.47412 603.31964 367.72412 603.6165Q367.98975 603.9134 368.42725 603.9134Q368.84912 603.9134 369.09912 603.63214Q369.34912 603.33527 369.34912 602.83527L369.34912 602.4134Q369.34912 601.96027 369.09912 601.6634Q368.84912 601.3509 368.41162 601.3509Q367.97412 601.3509 367.72412 601.6634Q367.47412 601.96027 367.47412 602.429L367.47412 602.8665ZM370.81787 607.21027Q370.81787 606.44464 371.30225 605.96027Q371.80225 605.46027 372.56787 605.46027Q373.3335 605.46027 373.81787 605.96027Q374.31787 606.44464 374.31787 607.25714L374.31787 607.6634Q374.31787 608.429 373.8335 608.929Q373.34912 609.429 372.5835 609.429Q371.81787 609.429 371.31787 608.94464Q370.81787 608.44464 370.81787 607.63214L370.81787 607.21027ZM371.63037 607.6634Q371.63037 608.13214 371.88037 608.429Q372.146 608.7259 372.5835 608.7259Q373.00537 608.7259 373.25537 608.44464Q373.50537 608.14777 373.50537 607.64777L373.50537 607.21027Q373.50537 606.7415 373.23975 606.46027Q372.98975 606.1634 372.56787 606.1634Q372.146 606.1634 371.88037 606.46027Q371.63037 606.7415 371.63037 607.2415L371.63037 607.6634ZM368.67725 608.6634L368.05225 608.27277L372.22412 601.6009L372.8335 601.9915L368.67725 608.6634ZM378.5835 606.06964Q378.5835 605.14777 378.94287 604.39777Q379.31787 603.64777 379.97412 603.25714Q380.63037 602.8509 381.4585 602.8509Q382.75537 602.8509 383.55225 603.7415Q384.36475 604.63214 384.36475 606.13214L384.36475 606.21027Q384.36475 607.13214 384.00537 607.8665Q383.646 608.6009 382.98975 609.02277Q382.3335 609.429 381.47412 609.429Q380.19287 609.429 379.38037 608.5384Q378.5835 607.63214 378.5835 606.14777L378.5835 606.06964ZM379.67725 606.21027Q379.67725 607.25714 380.16162 607.89777Q380.66162 608.5384 381.47412 608.5384Q382.30225 608.5384 382.78662 607.89777Q383.271 607.2415 383.271 606.06964Q383.271 605.0384 382.771 604.39777Q382.28662 603.7415 381.4585 603.7415Q380.66162 603.7415 380.16162 604.38214Q379.67725 605.00714 379.67725 606.21027ZM386.41162 609.304L386.41162 603.804L385.41162 603.804L385.41162 602.96027L386.41162 602.96027L386.41162 602.31964Q386.41162 601.2884 386.94287 600.7415Q387.48975 600.179 388.48975 600.179Q388.86475 600.179 389.23975 600.27277L389.17725 601.1634Q388.896 601.1009 388.59912 601.1009Q388.06787 601.1009 387.771 601.4134Q387.48975 601.7259 387.48975 602.2884L387.48975 602.96027L388.84912 602.96027L388.84912 603.804L387.48975 603.804L387.48975 609.304L386.41162 609.304ZM395.94287 603.929Q395.69287 603.89777 395.41162 603.89777Q394.3335 603.89777 393.9585 604.804L393.9585 609.304L392.88037 609.304L392.88037 602.96027L393.92725 602.96027L393.94287 603.69464Q394.47412 602.8509 395.4585 602.8509Q395.771 602.8509 395.94287 602.929L395.94287 603.929ZM399.50537 609.429Q398.2085 609.429 397.396 608.58527Q396.59912 607.7259 396.59912 606.304L396.59912 606.1165Q396.59912 605.1634 396.9585 604.429Q397.31787 603.679 397.9585 603.27277Q398.61475 602.8509 399.36475 602.8509Q400.59912 602.8509 401.28662 603.6634Q401.97412 604.4759 401.97412 605.9915L401.97412 606.44464L397.67725 606.44464Q397.7085 607.38214 398.22412 607.96027Q398.75537 608.5384 399.56787 608.5384Q400.13037 608.5384 400.521 608.304Q400.92725 608.06964 401.23975 607.679L401.896 608.19464Q401.09912 609.429 399.50537 609.429ZM399.36475 603.7415Q398.7085 603.7415 398.25537 604.2259Q397.81787 604.69464 397.72412 605.554L400.896 605.554L400.896 605.4759Q400.84912 604.64777 400.44287 604.19464Q400.05225 603.7415 399.36475 603.7415ZM406.56787 607.6165Q406.56787 607.179 406.22412 606.94464Q405.896 606.69464 405.06787 606.52277Q404.25537 606.3509 403.771 606.1009Q403.28662 605.8509 403.05225 605.52277Q402.8335 605.179 402.8335 604.71027Q402.8335 603.929 403.48975 603.39777Q404.146 602.8509 405.17725 602.8509Q406.25537 602.8509 406.91162 603.4134Q407.5835 603.96027 407.5835 604.81964L406.50537 604.81964Q406.50537 604.38214 406.11475 604.06964Q405.73975 603.7415 405.17725 603.7415Q404.5835 603.7415 404.23975 604.00714Q403.91162 604.25714 403.91162 604.6634Q403.91162 605.054 404.22412 605.25714Q404.53662 605.46027 405.34912 605.64777Q406.16162 605.81964 406.66162 606.06964Q407.16162 606.31964 407.396 606.679Q407.646 607.0384 407.646 607.5384Q407.646 608.39777 406.9585 608.9134Q406.28662 609.429 405.2085 609.429Q404.44287 609.429 403.84912 609.1634Q403.271 608.88214 402.94287 608.39777Q402.61475 607.9134 402.61475 607.3509L403.69287 607.3509Q403.72412 607.89777 404.13037 608.2259Q404.53662 608.5384 405.2085 608.5384Q405.81787 608.5384 406.19287 608.2884Q406.56787 608.0384 406.56787 607.6165ZM414.22412 606.21027Q414.22412 607.64777 413.56787 608.5384Q412.91162 609.429 411.771 609.429Q410.61475 609.429 409.9585 608.69464L409.9585 611.7415L408.88037 611.7415L408.88037 602.96027L409.86475 602.96027L409.91162 603.6634Q410.5835 602.8509 411.75537 602.8509Q412.896 602.8509 413.55225 603.71027Q414.22412 604.56964 414.22412 606.1009L414.22412 606.21027ZM413.146 606.08527Q413.146 605.00714 412.67725 604.39777Q412.22412 603.77277 411.42725 603.77277Q410.44287 603.77277 409.9585 604.63214L409.9585 607.6634Q410.44287 608.5384 411.44287 608.5384Q412.22412 608.5384 412.67725 607.929Q413.146 607.304 413.146 606.08527ZM415.5835 606.06964Q415.5835 605.14777 415.94287 604.39777Q416.31787 603.64777 416.97412 603.25714Q417.63037 602.8509 418.4585 602.8509Q419.75537 602.8509 420.55225 603.7415Q421.36475 604.63214 421.36475 606.13214L421.36475 606.21027Q421.36475 607.13214 421.00537 607.8665Q420.646 608.6009 419.98975 609.02277Q419.3335 609.429 418.47412 609.429Q417.19287 609.429 416.38037 608.5384Q415.5835 607.63214 415.5835 606.14777L415.5835 606.06964ZM416.67725 606.21027Q416.67725 607.25714 417.16162 607.89777Q417.66162 608.5384 418.47412 608.5384Q419.30225 608.5384 419.78662 607.89777Q420.271 607.2415 420.271 606.06964Q420.271 605.0384 419.771 604.39777Q419.28662 603.7415 418.4585 603.7415Q417.66162 603.7415 417.16162 604.38214Q416.67725 605.00714 416.67725 606.21027ZM423.896 602.96027L423.92725 603.75714Q424.66162 602.8509 425.8335 602.8509Q427.84912 602.8509 427.86475 605.1165L427.86475 609.304L426.771 609.304L426.771 605.1009Q426.771 604.429 426.4585 604.1009Q426.16162 603.77277 425.50537 603.77277Q424.97412 603.77277 424.56787 604.054Q424.17725 604.33527 423.9585 604.7884L423.9585 609.304L422.88037 609.304L422.88037 602.96027L423.896 602.96027ZM429.61475 606.08527Q429.61475 604.6165 430.30225 603.7415Q430.98975 602.8509 432.11475 602.8509Q433.22412 602.8509 433.88037 603.6009L433.88037 600.304L434.9585 600.304L434.9585 609.304L433.9585 609.304L433.91162 608.6165Q433.25537 609.429 432.09912 609.429Q431.00537 609.429 430.30225 608.52277Q429.61475 607.6165 429.61475 606.1634L429.61475 606.08527ZM430.69287 606.21027Q430.69287 607.2884 431.13037 607.89777Q431.5835 608.50714 432.36475 608.50714Q433.396 608.50714 433.88037 607.56964L433.88037 604.6634Q433.396 603.77277 432.38037 603.77277Q431.5835 603.77277 431.13037 604.38214Q430.69287 604.9915 430.69287 606.21027ZM439.50537 609.429Q438.2085 609.429 437.396 608.58527Q436.59912 607.7259 436.59912 606.304L436.59912 606.1165Q436.59912 605.1634 436.9585 604.429Q437.31787 603.679 437.9585 603.27277Q438.61475 602.8509 439.36475 602.8509Q440.59912 602.8509 441.28662 603.6634Q441.97412 604.4759 441.97412 605.9915L441.97412 606.44464L437.67725 606.44464Q437.7085 607.38214 438.22412 607.96027Q438.75537 608.5384 439.56787 608.5384Q440.13037 608.5384 440.521 608.304Q440.92725 608.06964 441.23975 607.679L441.896 608.19464Q441.09912 609.429 439.50537 609.429ZM439.36475 603.7415Q438.7085 603.7415 438.25537 604.2259Q437.81787 604.69464 437.72412 605.554L440.896 605.554L440.896 605.4759Q440.84912 604.64777 440.44287 604.19464Q440.05225 603.7415 439.36475 603.7415ZM443.896 602.96027L443.92725 603.75714Q444.66162 602.8509 445.8335 602.8509Q447.84912 602.8509 447.86475 605.1165L447.86475 609.304L446.771 609.304L446.771 605.1009Q446.771 604.429 446.4585 604.1009Q446.16162 603.77277 445.50537 603.77277Q444.97412 603.77277 444.56787 604.054Q444.17725 604.33527 443.9585 604.7884L443.9585 609.304L442.88037 609.304L442.88037 602.96027L443.896 602.96027ZM451.34912 601.429L451.34912 602.96027L452.521 602.96027L452.521 603.804L451.34912 603.804L451.34912 607.7259Q451.34912 608.1165 451.50537 608.304Q451.66162 608.4915 452.03662 608.4915Q452.22412 608.4915 452.55225 608.429L452.55225 609.304Q452.13037 609.429 451.72412 609.429Q451.00537 609.429 450.63037 608.9915Q450.25537 608.5384 450.25537 607.7259L450.25537 603.804L449.09912 603.804L449.09912 602.96027L450.25537 602.96027L450.25537 601.429L451.34912 601.429ZM457.56787 607.6165Q457.56787 607.179 457.22412 606.94464Q456.896 606.69464 456.06787 606.52277Q455.25537 606.3509 454.771 606.1009Q454.28662 605.8509 454.05225 605.52277Q453.8335 605.179 453.8335 604.71027Q453.8335 603.929 454.48975 603.39777Q455.146 602.8509 456.17725 602.8509Q457.25537 602.8509 457.91162 603.4134Q458.5835 603.96027 458.5835 604.81964L457.50537 604.81964Q457.50537 604.38214 457.11475 604.06964Q456.73975 603.7415 456.17725 603.7415Q455.5835 603.7415 455.23975 604.00714Q454.91162 604.25714 454.91162 604.6634Q454.91162 605.054 455.22412 605.25714Q455.53662 605.46027 456.34912 605.64777Q457.16162 605.81964 457.66162 606.06964Q458.16162 606.31964 458.396 606.679Q458.646 607.0384 458.646 607.5384Q458.646 608.39777 457.9585 608.9134Q457.28662 609.429 456.2085 609.429Q455.44287 609.429 454.84912 609.1634Q454.271 608.88214 453.94287 608.39777Q453.61475 607.9134 453.61475 607.3509L454.69287 607.3509Q454.72412 607.89777 455.13037 608.2259Q455.53662 608.5384 456.2085 608.5384Q456.81787 608.5384 457.19287 608.2884Q457.56787 608.0384 457.56787 607.6165ZM462.8335 605.83527Q462.8335 604.52277 463.17725 603.304Q463.53662 602.08527 464.23975 601.08527Q464.94287 600.08527 465.7085 599.679L465.92725 600.39777Q465.06787 601.054 464.521 602.39777Q463.97412 603.7415 463.92725 605.4134L463.91162 605.9134Q463.91162 608.179 464.73975 609.83527Q465.23975 610.83527 465.92725 611.39777L465.7085 612.054Q464.92725 611.63214 464.2085 610.6009Q462.8335 608.6165 462.8335 605.83527ZM467.896 602.96027L467.92725 603.75714Q468.66162 602.8509 469.8335 602.8509Q471.84912 602.8509 471.86475 605.1165L471.86475 609.304L470.771 609.304L470.771 605.1009Q470.771 604.429 470.4585 604.1009Q470.16162 603.77277 469.50537 603.77277Q468.97412 603.77277 468.56787 604.054Q468.17725 604.33527 467.9585 604.7884L467.9585 609.304L466.88037 609.304L466.88037 602.96027L467.896 602.96027ZM478.8335 604.5384L473.94287 604.5384L473.94287 603.58527L478.8335 603.58527L478.8335 604.5384ZM478.8335 606.96027L473.94287 606.96027L473.94287 606.02277L478.8335 606.02277L478.8335 606.96027ZM482.3335 604.50714L483.146 604.50714Q483.92725 604.4915 484.36475 604.1009Q484.80225 603.71027 484.80225 603.0384Q484.80225 601.5384 483.30225 601.5384Q482.59912 601.5384 482.17725 601.94464Q481.771 602.3509 481.771 603.00714L480.67725 603.00714Q480.67725 601.9915 481.41162 601.31964Q482.16162 600.64777 483.30225 600.64777Q484.50537 600.64777 485.19287 601.2884Q485.88037 601.929 485.88037 603.06964Q485.88037 603.63214 485.521 604.14777Q485.16162 604.6634 484.53662 604.929Q485.23975 605.14777 485.61475 605.6634Q486.00537 606.179 486.00537 606.929Q486.00537 608.06964 485.25537 608.75714Q484.50537 609.429 483.30225 609.429Q482.11475 609.429 481.34912 608.77277Q480.59912 608.1165 480.59912 607.054L481.69287 607.054Q481.69287 607.7259 482.13037 608.13214Q482.56787 608.5384 483.31787 608.5384Q484.09912 608.5384 484.50537 608.13214Q484.92725 607.71027 484.92725 606.94464Q484.92725 606.21027 484.47412 605.81964Q484.021 605.4134 483.146 605.39777L482.3335 605.39777L482.3335 604.50714ZM487.8335 611.00714L487.22412 610.58527Q487.771 609.81964 487.80225 608.9915L487.80225 608.02277L488.86475 608.02277L488.86475 608.8665Q488.86475 609.46027 488.56787 610.054Q488.271 610.64777 487.8335 611.00714ZM493.91162 605.554Q493.5835 605.96027 493.09912 606.21027Q492.63037 606.44464 492.06787 606.44464Q491.3335 606.44464 490.78662 606.08527Q490.23975 605.7259 489.94287 605.06964Q489.646 604.39777 489.646 603.6009Q489.646 602.75714 489.9585 602.06964Q490.28662 601.38214 490.88037 601.02277Q491.48975 600.64777 492.28662 600.64777Q493.55225 600.64777 494.271 601.6009Q495.00537 602.554 495.00537 604.179L495.00537 604.4915Q495.00537 606.9915 494.021 608.13214Q493.03662 609.27277 491.05225 609.304L490.8335 609.304L490.8335 608.39777L491.06787 608.39777Q492.41162 608.3665 493.13037 607.69464Q493.84912 607.02277 493.91162 605.554ZM492.23975 605.554Q492.78662 605.554 493.23975 605.2259Q493.7085 604.88214 493.92725 604.39777L493.92725 603.96027Q493.92725 602.89777 493.4585 602.2259Q492.98975 601.554 492.28662 601.554Q491.56787 601.554 491.13037 602.1009Q490.7085 602.64777 490.7085 603.554Q490.7085 604.429 491.11475 604.9915Q491.53662 605.554 492.23975 605.554ZM501.3335 606.44464L502.521 606.44464L502.521 607.31964L501.3335 607.31964L501.3335 609.304L500.25537 609.304L500.25537 607.31964L496.36475 607.31964L496.36475 606.679L500.17725 600.77277L501.3335 600.77277L501.3335 606.44464ZM497.59912 606.44464L500.25537 606.44464L500.25537 602.25714L500.11475 602.4915L497.59912 606.44464ZM509.11475 605.6634Q509.11475 607.56964 508.4585 608.50714Q507.81787 609.429 506.42725 609.429Q505.06787 609.429 504.41162 608.52277Q503.75537 607.6165 503.72412 605.804L503.72412 604.3665Q503.72412 602.4759 504.36475 601.56964Q505.021 600.64777 506.41162 600.64777Q507.78662 600.64777 508.44287 601.5384Q509.09912 602.4134 509.11475 604.25714L509.11475 605.6634ZM508.021 604.179Q508.021 602.804 507.63037 602.179Q507.25537 601.5384 506.41162 601.5384Q505.5835 601.5384 505.19287 602.179Q504.81787 602.804 504.81787 604.1009L504.81787 605.83527Q504.81787 607.21027 505.2085 607.88214Q505.61475 608.5384 506.42725 608.5384Q507.22412 608.5384 507.61475 607.9134Q508.00537 607.2884 508.021 605.96027L508.021 604.179ZM513.3804 605.89777Q513.3804 607.21027 513.0366 608.4134Q512.6929 609.6009 511.97412 610.6165Q511.271 611.63214 510.50537 612.054L510.271 611.39777Q511.17725 610.71027 511.72412 609.25714Q512.271 607.7884 512.2866 606.02277L512.2866 605.83527Q512.2866 604.6009 512.021 603.5384Q511.771 602.4759 511.30225 601.64777Q510.84912 600.804 510.271 600.33527L510.50537 599.679Q511.271 600.1009 511.97412 601.1009Q512.67725 602.1009 513.021 603.31964Q513.3804 604.52277 513.3804 605.89777Z" fill-rule="nonzero"/><path fill="#666666" d="M135.625 86.43596L139.67188 86.43596L139.67188 87.357834L134.48438 87.357834L134.48438 78.826584L135.625 78.826584L135.625 86.43596ZM144.23438 87.357834Q144.14062 87.170334 144.07812 86.68596Q143.32812 87.482834 142.28125 87.482834Q141.34375 87.482834 140.73438 86.951584Q140.14062 86.420334 140.14062 85.59221Q140.14062 84.607834 140.89062 84.06096Q141.64062 83.514084 143.01562 83.514084L144.0625 83.514084L144.0625 83.014084Q144.0625 82.451584 143.71875 82.12346Q143.39062 81.77971 142.71875 81.77971Q142.14062 81.77971 141.75 82.076584Q141.35938 82.357834 141.35938 82.77971L140.26562 82.77971Q140.26562 82.295334 140.59375 81.857834Q140.9375 81.420334 141.51562 81.170334Q142.09375 80.90471 142.78125 80.90471Q143.89062 80.90471 144.5 81.451584Q145.125 81.99846 145.15625 82.951584L145.15625 85.87346Q145.15625 86.74846 145.375 87.264084L145.375 87.357834L144.23438 87.357834ZM142.4375 86.52971Q142.95312 86.52971 143.40625 86.264084Q143.85938 85.99846 144.0625 85.576584L144.0625 84.27971L143.21875 84.27971Q141.21875 84.27971 141.21875 85.451584Q141.21875 85.951584 141.5625 86.24846Q141.90625 86.52971 142.4375 86.52971ZM149.85938 86.59221Q150.4375 86.59221 150.875 86.24846Q151.3125 85.889084 151.35938 85.357834L152.39062 85.357834Q152.35938 85.90471 152.0 86.40471Q151.65625 86.889084 151.07812 87.18596Q150.51562 87.482834 149.85938 87.482834Q148.5625 87.482834 147.79688 86.62346Q147.04688 85.74846 147.04688 84.24846L147.04688 84.06096Q147.04688 83.139084 147.375 82.420334Q147.71875 81.701584 148.34375 81.31096Q148.98438 80.90471 149.85938 80.90471Q150.92188 80.90471 151.625 81.545334Q152.34375 82.170334 152.39062 83.201584L151.35938 83.201584Q151.3125 82.576584 150.89062 82.18596Q150.46875 81.795334 149.85938 81.795334Q149.03125 81.795334 148.57812 82.389084Q148.125 82.982834 148.125 84.107834L148.125 84.31096Q148.125 85.40471 148.57812 85.99846Q149.03125 86.59221 149.85938 86.59221ZM155.09375 84.420334L154.40625 85.12346L154.40625 87.357834L153.32812 87.357834L153.32812 78.357834L154.40625 78.357834L154.40625 83.795334L154.98438 83.107834L156.96875 81.014084L158.28125 81.014084L155.8125 83.670334L158.57812 87.357834L157.29688 87.357834L155.09375 84.420334ZM162.03125 84.12346Q162.03125 83.201584 162.39062 82.451584Q162.76562 81.701584 163.42188 81.31096Q164.07812 80.90471 164.90625 80.90471Q166.20312 80.90471 167.0 81.795334Q167.8125 82.68596 167.8125 84.18596L167.8125 84.264084Q167.8125 85.18596 167.45312 85.920334Q167.09375 86.65471 166.4375 87.076584Q165.78125 87.482834 164.92188 87.482834Q163.64062 87.482834 162.82812 86.59221Q162.03125 85.68596 162.03125 84.201584L162.03125 84.12346ZM163.125 84.264084Q163.125 85.31096 163.60938 85.951584Q164.10938 86.59221 164.92188 86.59221Q165.75 86.59221 166.23438 85.951584Q166.71875 85.295334 166.71875 84.12346Q166.71875 83.09221 166.21875 82.451584Q165.73438 81.795334 164.90625 81.795334Q164.10938 81.795334 163.60938 82.43596Q163.125 83.06096 163.125 84.264084ZM169.85938 87.357834L169.85938 81.857834L168.85938 81.857834L168.85938 81.014084L169.85938 81.014084L169.85938 80.37346Q169.85938 79.34221 170.39062 78.795334Q170.9375 78.232834 171.9375 78.232834Q172.3125 78.232834 172.6875 78.326584L172.625 79.21721Q172.34375 79.15471 172.04688 79.15471Q171.51562 79.15471 171.21875 79.46721Q170.9375 79.77971 170.9375 80.34221L170.9375 81.014084L172.29688 81.014084L172.29688 81.857834L170.9375 81.857834L170.9375 87.357834L169.85938 87.357834ZM176.0625 84.139084Q176.0625 82.65471 176.75 81.77971Q177.4375 80.90471 178.5625 80.90471Q179.71875 80.90471 180.375 81.71721L180.42188 81.014084L181.42188 81.014084L181.42188 87.201584Q181.42188 88.43596 180.6875 89.139084Q179.95312 89.857834 178.73438 89.857834Q178.04688 89.857834 177.39062 89.56096Q176.73438 89.264084 176.39062 88.764084L176.95312 88.107834Q177.64062 88.96721 178.65625 88.96721Q179.4375 88.96721 179.875 88.514084Q180.32812 88.076584 180.32812 87.264084L180.32812 86.71721Q179.67188 87.482834 178.54688 87.482834Q177.4375 87.482834 176.75 86.59221Q176.0625 85.68596 176.0625 84.139084ZM177.15625 84.264084Q177.15625 85.326584 177.59375 85.951584Q178.03125 86.56096 178.82812 86.56096Q179.84375 86.56096 180.32812 85.62346L180.32812 82.732834Q179.82812 81.826584 178.82812 81.826584Q178.04688 81.826584 177.59375 82.43596Q177.15625 83.045334 177.15625 84.264084ZM185.95312 87.482834Q184.65625 87.482834 183.84375 86.639084Q183.04688 85.77971 183.04688 84.357834L183.04688 84.170334Q183.04688 83.21721 183.40625 82.482834Q183.76562 81.732834 184.40625 81.326584Q185.0625 80.90471 185.8125 80.90471Q187.04688 80.90471 187.73438 81.71721Q188.42188 82.52971 188.42188 84.045334L188.42188 84.49846L184.125 84.49846Q184.15625 85.43596 184.67188 86.014084Q185.20312 86.59221 186.01562 86.59221Q186.57812 86.59221 186.96875 86.357834Q187.375 86.12346 187.6875 85.732834L188.34375 86.24846Q187.54688 87.482834 185.95312 87.482834ZM185.8125 81.795334Q185.15625 81.795334 184.70312 82.27971Q184.26562 82.74846 184.17188 83.607834L187.34375 83.607834L187.34375 83.52971Q187.29688 82.701584 186.89062 82.24846Q186.5 81.795334 185.8125 81.795334ZM190.34375 81.014084L190.375 81.81096Q191.10938 80.90471 192.28125 80.90471Q194.29688 80.90471 194.3125 83.170334L194.3125 87.357834L193.21875 87.357834L193.21875 83.15471Q193.21875 82.482834 192.90625 82.15471Q192.60938 81.826584 191.95312 81.826584Q191.42188 81.826584 191.01562 82.107834Q190.625 82.389084 190.40625 82.84221L190.40625 87.357834L189.32812 87.357834L189.32812 81.014084L190.34375 81.014084ZM198.95312 87.482834Q197.65625 87.482834 196.84375 86.639084Q196.04688 85.77971 196.04688 84.357834L196.04688 84.170334Q196.04688 83.21721 196.40625 82.482834Q196.76562 81.732834 197.40625 81.326584Q198.0625 80.90471 198.8125 80.90471Q200.04688 80.90471 200.73438 81.71721Q201.42188 82.52971 201.42188 84.045334L201.42188 84.49846L197.125 84.49846Q197.15625 85.43596 197.67188 86.014084Q198.20312 86.59221 199.01562 86.59221Q199.57812 86.59221 199.96875 86.357834Q200.375 86.12346 200.6875 85.732834L201.34375 86.24846Q200.54688 87.482834 198.95312 87.482834ZM198.8125 81.795334Q198.15625 81.795334 197.70312 82.27971Q197.26562 82.74846 197.17188 83.607834L200.34375 83.607834L200.34375 83.52971Q200.29688 82.701584 199.89062 82.24846Q199.5 81.795334 198.8125 81.795334ZM205.39062 81.982834Q205.14062 81.951584 204.85938 81.951584Q203.78125 81.951584 203.40625 82.857834L203.40625 87.357834L202.32812 87.357834L202.32812 81.014084L203.375 81.014084L203.39062 81.74846Q203.92188 80.90471 204.90625 80.90471Q205.21875 80.90471 205.39062 80.982834L205.39062 81.982834ZM207.5 87.357834L206.42188 87.357834L206.42188 81.014084L207.5 81.014084L207.5 87.357834ZM206.32812 79.34221Q206.32812 79.076584 206.48438 78.889084Q206.65625 78.701584 206.96875 78.701584Q207.28125 78.701584 207.4375 78.889084Q207.60938 79.076584 207.60938 79.34221Q207.60938 79.59221 207.4375 79.77971Q207.28125 79.951584 206.96875 79.951584Q206.65625 79.951584 206.48438 79.77971Q206.32812 79.59221 206.32812 79.34221ZM211.85938 86.59221Q212.4375 86.59221 212.875 86.24846Q213.3125 85.889084 213.35938 85.357834L214.39062 85.357834Q214.35938 85.90471 214.0 86.40471Q213.65625 86.889084 213.07812 87.18596Q212.51562 87.482834 211.85938 87.482834Q210.5625 87.482834 209.79688 86.62346Q209.04688 85.74846 209.04688 84.24846L209.04688 84.06096Q209.04688 83.139084 209.375 82.420334Q209.71875 81.701584 210.34375 81.31096Q210.98438 80.90471 211.85938 80.90471Q212.92188 80.90471 213.625 81.545334Q214.34375 82.170334 214.39062 83.201584L213.35938 83.201584Q213.3125 82.576584 212.89062 82.18596Q212.46875 81.795334 211.85938 81.795334Q211.03125 81.795334 210.57812 82.389084Q210.125 82.982834 210.125 84.107834L210.125 84.31096Q210.125 85.40471 210.57812 85.99846Q211.03125 86.59221 211.85938 86.59221ZM219.01562 85.670334Q219.01562 85.232834 218.67188 84.99846Q218.34375 84.74846 217.51562 84.576584Q216.70312 84.40471 216.21875 84.15471Q215.73438 83.90471 215.5 83.576584Q215.28125 83.232834 215.28125 82.764084Q215.28125 81.982834 215.9375 81.451584Q216.59375 80.90471 217.625 80.90471Q218.70312 80.90471 219.35938 81.46721Q220.03125 82.014084 220.03125 82.87346L218.95312 82.87346Q218.95312 82.43596 218.5625 82.12346Q218.1875 81.795334 217.625 81.795334Q217.03125 81.795334 216.6875 82.06096Q216.35938 82.31096 216.35938 82.71721Q216.35938 83.107834 216.67188 83.31096Q216.98438 83.514084 217.79688 83.701584Q218.60938 83.87346 219.10938 84.12346Q219.60938 84.37346 219.84375 84.732834Q220.09375 85.09221 220.09375 85.59221Q220.09375 86.451584 219.40625 86.96721Q218.73438 87.482834 217.65625 87.482834Q216.89062 87.482834 216.29688 87.21721Q215.71875 86.93596 215.39062 86.451584Q215.0625 85.96721 215.0625 85.40471L216.14062 85.40471Q216.17188 85.951584 216.57812 86.27971Q216.98438 86.59221 217.65625 86.59221Q218.26562 86.59221 218.64062 86.34221Q219.01562 86.09221 219.01562 85.670334Z" fill-rule="nonzero"/><path fill="#666666" d="M29.328125 108.08849L29.5 109.21349L29.734375 108.19787L31.421875 102.24474L32.375 102.24474L34.015625 108.19787L34.25 109.22912L34.4375 108.07287L35.765625 102.24474L36.890625 102.24474L34.828125 110.77599L33.796875 110.77599L32.03125 104.55724L31.90625 103.90099L31.765625 104.55724L29.953125 110.77599L28.921875 110.77599L26.859375 102.24474L27.984375 102.24474L29.328125 108.08849ZM38.03125 107.54162Q38.03125 106.61974 38.390625 105.86974Q38.765625 105.11974 39.421875 104.72912Q40.078125 104.32287 40.90625 104.32287Q42.203125 104.32287 43.0 105.21349Q43.8125 106.10412 43.8125 107.60412L43.8125 107.68224Q43.8125 108.60412 43.453125 109.33849Q43.09375 110.07287 42.4375 110.49474Q41.78125 110.90099 40.921875 110.90099Q39.640625 110.90099 38.828125 110.01037Q38.03125 109.10412 38.03125 107.61974L38.03125 107.54162ZM39.125 107.68224Q39.125 108.72912 39.609375 109.36974Q40.109375 110.01037 40.921875 110.01037Q41.75 110.01037 42.234375 109.36974Q42.71875 108.71349 42.71875 107.54162Q42.71875 106.51037 42.21875 105.86974Q41.734375 105.21349 40.90625 105.21349Q40.109375 105.21349 39.609375 105.85412Q39.125 106.47912 39.125 107.68224ZM48.390625 105.40099Q48.140625 105.36974 47.859375 105.36974Q46.78125 105.36974 46.40625 106.27599L46.40625 110.77599L45.328125 110.77599L45.328125 104.43224L46.375 104.43224L46.390625 105.16662Q46.921875 104.32287 47.90625 104.32287Q48.21875 104.32287 48.390625 104.40099L48.390625 105.40099ZM51.09375 107.83849L50.40625 108.54162L50.40625 110.77599L49.328125 110.77599L49.328125 101.77599L50.40625 101.77599L50.40625 107.21349L50.984375 106.52599L52.96875 104.43224L54.28125 104.43224L51.8125 107.08849L54.578125 110.77599L53.296875 110.77599L51.09375 107.83849ZM56.5 110.77599L55.421875 110.77599L55.421875 104.43224L56.5 104.43224L56.5 110.77599ZM55.328125 102.76037Q55.328125 102.49474 55.484375 102.30724Q55.65625 102.11974 55.96875 102.11974Q56.28125 102.11974 56.4375 102.30724Q56.609375 102.49474 56.609375 102.76037Q56.609375 103.01037 56.4375 103.19787Q56.28125 103.36974 55.96875 103.36974Q55.65625 103.36974 55.484375 103.19787Q55.328125 103.01037 55.328125 102.76037ZM59.34375 104.43224L59.375 105.22912Q60.109375 104.32287 61.28125 104.32287Q63.296875 104.32287 63.3125 106.58849L63.3125 110.77599L62.21875 110.77599L62.21875 106.57287Q62.21875 105.90099 61.90625 105.57287Q61.609375 105.24474 60.953125 105.24474Q60.421875 105.24474 60.015625 105.52599Q59.625 105.80724 59.40625 106.26037L59.40625 110.77599L58.328125 110.77599L58.328125 104.43224L59.34375 104.43224ZM65.0625 107.55724Q65.0625 106.07287 65.75 105.19787Q66.4375 104.32287 67.5625 104.32287Q68.71875 104.32287 69.375 105.13537L69.421875 104.43224L70.421875 104.43224L70.421875 110.61974Q70.421875 111.85412 69.6875 112.55724Q68.953125 113.27599 67.734375 113.27599Q67.046875 113.27599 66.390625 112.97912Q65.734375 112.68224 65.390625 112.18224L65.953125 111.52599Q66.640625 112.38537 67.65625 112.38537Q68.4375 112.38537 68.875 111.93224Q69.328125 111.49474 69.328125 110.68224L69.328125 110.13537Q68.671875 110.90099 67.546875 110.90099Q66.4375 110.90099 65.75 110.01037Q65.0625 109.10412 65.0625 107.55724ZM66.15625 107.68224Q66.15625 108.74474 66.59375 109.36974Q67.03125 109.97912 67.828125 109.97912Q68.84375 109.97912 69.328125 109.04162L69.328125 106.15099Q68.828125 105.24474 67.828125 105.24474Q67.046875 105.24474 66.59375 105.85412Q66.15625 106.46349 66.15625 107.68224ZM80.9375 109.27599L82.15625 104.43224L83.234375 104.43224L81.390625 110.77599L80.515625 110.77599L78.96875 105.96349L77.46875 110.77599L76.59375 110.77599L74.75 104.43224L75.828125 104.43224L77.078125 109.18224L78.5625 104.43224L79.421875 104.43224L80.9375 109.27599ZM85.5 110.77599L84.421875 110.77599L84.421875 104.43224L85.5 104.43224L85.5 110.77599ZM84.328125 102.76037Q84.328125 102.49474 84.484375 102.30724Q84.65625 102.11974 84.96875 102.11974Q85.28125 102.11974 85.4375 102.30724Q85.609375 102.49474 85.609375 102.76037Q85.609375 103.01037 85.4375 103.19787Q85.28125 103.36974 84.96875 103.36974Q84.65625 103.36974 84.484375 103.19787Q84.328125 103.01037 84.328125 102.76037ZM88.796875 102.90099L88.796875 104.43224L89.96875 104.43224L89.96875 105.27599L88.796875 105.27599L88.796875 109.19787Q88.796875 109.58849 88.953125 109.77599Q89.109375 109.96349 89.484375 109.96349Q89.671875 109.96349 90.0 109.90099L90.0 110.77599Q89.578125 110.90099 89.171875 110.90099Q88.453125 110.90099 88.078125 110.46349Q87.703125 110.01037 87.703125 109.19787L87.703125 105.27599L86.546875 105.27599L86.546875 104.43224L87.703125 104.43224L87.703125 102.90099L88.796875 102.90099ZM92.40625 105.19787Q93.125 104.32287 94.28125 104.32287Q96.296875 104.32287 96.3125 106.58849L96.3125 110.77599L95.21875 110.77599L95.21875 106.57287Q95.21875 105.90099 94.90625 105.57287Q94.609375 105.24474 93.953125 105.24474Q93.421875 105.24474 93.015625 105.52599Q92.625 105.80724 92.40625 106.26037L92.40625 110.77599L91.328125 110.77599L91.328125 101.77599L92.40625 101.77599L92.40625 105.19787ZM102.34375 104.43224L102.375 105.13537Q103.0625 104.32287 104.25 104.32287Q105.578125 104.32287 106.0625 105.33849Q106.375 104.88537 106.875 104.60412Q107.390625 104.32287 108.078125 104.32287Q110.171875 104.32287 110.203125 106.52599L110.203125 110.77599L109.125 110.77599L109.125 106.58849Q109.125 105.91662 108.8125 105.58849Q108.5 105.24474 107.765625 105.24474Q107.15625 105.24474 106.75 105.60412Q106.359375 105.96349 106.296875 106.57287L106.296875 110.77599L105.21875 110.77599L105.21875 106.61974Q105.21875 105.24474 103.859375 105.24474Q102.796875 105.24474 102.40625 106.15099L102.40625 110.77599L101.3125 110.77599L101.3125 104.43224L102.34375 104.43224ZM112.03125 107.54162Q112.03125 106.61974 112.390625 105.86974Q112.765625 105.11974 113.421875 104.72912Q114.078125 104.32287 114.90625 104.32287Q116.203125 104.32287 117.0 105.21349Q117.8125 106.10412 117.8125 107.60412L117.8125 107.68224Q117.8125 108.60412 117.453125 109.33849Q117.09375 110.07287 116.4375 110.49474Q115.78125 110.90099 114.921875 110.90099Q113.640625 110.90099 112.828125 110.01037Q112.03125 109.10412 112.03125 107.61974L112.03125 107.54162ZM113.125 107.68224Q113.125 108.72912 113.609375 109.36974Q114.109375 110.01037 114.921875 110.01037Q115.75 110.01037 116.234375 109.36974Q116.71875 108.71349 116.71875 107.54162Q116.71875 106.51037 116.21875 105.86974Q115.734375 105.21349 114.90625 105.21349Q114.109375 105.21349 113.609375 105.85412Q113.125 106.47912 113.125 107.68224ZM119.0625 107.55724Q119.0625 106.08849 119.75 105.21349Q120.4375 104.32287 121.5625 104.32287Q122.671875 104.32287 123.328125 105.07287L123.328125 101.77599L124.40625 101.77599L124.40625 110.77599L123.40625 110.77599L123.359375 110.08849Q122.703125 110.90099 121.546875 110.90099Q120.453125 110.90099 119.75 109.99474Q119.0625 109.08849 119.0625 107.63537L119.0625 107.55724ZM120.140625 107.68224Q120.140625 108.76037 120.578125 109.36974Q121.03125 109.97912 121.8125 109.97912Q122.84375 109.97912 123.328125 109.04162L123.328125 106.13537Q122.84375 105.24474 121.828125 105.24474Q121.03125 105.24474 120.578125 105.85412Q120.140625 106.46349 120.140625 107.68224ZM130.23438 110.15099Q129.60938 110.90099 128.375 110.90099Q127.359375 110.90099 126.828125 110.30724Q126.296875 109.71349 126.296875 108.55724L126.296875 104.43224L127.375 104.43224L127.375 108.52599Q127.375 109.97912 128.54688 109.97912Q129.79688 109.97912 130.20312 109.04162L130.20312 104.43224L131.29688 104.43224L131.29688 110.77599L130.26562 110.77599L130.23438 110.15099ZM134.5 110.77599L133.42188 110.77599L133.42188 101.77599L134.5 101.77599L134.5 110.77599ZM138.95312 110.90099Q137.65625 110.90099 136.84375 110.05724Q136.04688 109.19787 136.04688 107.77599L136.04688 107.58849Q136.04688 106.63537 136.40625 105.90099Q136.76562 105.15099 137.40625 104.74474Q138.0625 104.32287 138.8125 104.32287Q140.04688 104.32287 140.73438 105.13537Q141.42188 105.94787 141.42188 107.46349L141.42188 107.91662L137.125 107.91662Q137.15625 108.85412 137.67188 109.43224Q138.20312 110.01037 139.01562 110.01037Q139.57812 110.01037 139.96875 109.77599Q140.375 109.54162 140.6875 109.15099L141.34375 109.66662Q140.54688 110.90099 138.95312 110.90099ZM138.8125 105.21349Q138.15625 105.21349 137.70312 105.69787Q137.26562 106.16662 137.17188 107.02599L140.34375 107.02599L140.34375 106.94787Q140.29688 106.11974 139.89062 105.66662Q139.5 105.21349 138.8125 105.21349ZM146.01562 109.08849Q146.01562 108.65099 145.67188 108.41662Q145.34375 108.16662 144.51562 107.99474Q143.70312 107.82287 143.21875 107.57287Q142.73438 107.32287 142.5 106.99474Q142.28125 106.65099 142.28125 106.18224Q142.28125 105.40099 142.9375 104.86974Q143.59375 104.32287 144.625 104.32287Q145.70312 104.32287 146.35938 104.88537Q147.03125 105.43224 147.03125 106.29162L145.95312 106.29162Q145.95312 105.85412 145.5625 105.54162Q145.1875 105.21349 144.625 105.21349Q144.03125 105.21349 143.6875 105.47912Q143.35938 105.72912 143.35938 106.13537Q143.35938 106.52599 143.67188 106.72912Q143.98438 106.93224 144.79688 107.11974Q145.60938 107.29162 146.10938 107.54162Q146.60938 107.79162 146.84375 108.15099Q147.09375 108.51037 147.09375 109.01037Q147.09375 109.86974 146.40625 110.38537Q145.73438 110.90099 144.65625 110.90099Q143.89062 110.90099 143.29688 110.63537Q142.71875 110.35412 142.39062 109.86974Q142.0625 109.38537 142.0625 108.82287L143.14062 108.82287Q143.17188 109.36974 143.57812 109.69787Q143.98438 110.01037 144.65625 110.01037Q145.26562 110.01037 145.64062 109.76037Q146.01562 109.51037 146.01562 109.08849ZM151.53125 111.51037L150.60938 111.51037L154.17188 102.24474L155.09375 102.24474L151.53125 111.51037ZM161.40625 109.30724L162.98438 104.43224L164.09375 104.43224L161.8125 110.77599L160.98438 110.77599L158.6875 104.43224L159.79688 104.43224L161.40625 109.30724ZM167.95312 110.90099Q166.65625 110.90099 165.84375 110.05724Q165.04688 109.19787 165.04688 107.77599L165.04688 107.58849Q165.04688 106.63537 165.40625 105.90099Q165.76562 105.15099 166.40625 104.74474Q167.0625 104.32287 167.8125 104.32287Q169.04688 104.32287 169.73438 105.13537Q170.42188 105.94787 170.42188 107.46349L170.42188 107.91662L166.125 107.91662Q166.15625 108.85412 166.67188 109.43224Q167.20312 110.01037 168.01562 110.01037Q168.57812 110.01037 168.96875 109.77599Q169.375 109.54162 169.6875 109.15099L170.34375 109.66662Q169.54688 110.90099 167.95312 110.90099ZM167.8125 105.21349Q167.15625 105.21349 166.70312 105.69787Q166.26562 106.16662 166.17188 107.02599L169.34375 107.02599L169.34375 106.94787Q169.29688 106.11974 168.89062 105.66662Q168.5 105.21349 167.8125 105.21349ZM172.34375 104.43224L172.375 105.22912Q173.10938 104.32287 174.28125 104.32287Q176.29688 104.32287 176.3125 106.58849L176.3125 110.77599L175.21875 110.77599L175.21875 106.57287Q175.21875 105.90099 174.90625 105.57287Q174.60938 105.24474 173.95312 105.24474Q173.42188 105.24474 173.01562 105.52599Q172.625 105.80724 172.40625 106.26037L172.40625 110.77599L171.32812 110.77599L171.32812 104.43224L172.34375 104.43224ZM178.0625 107.55724Q178.0625 106.08849 178.75 105.21349Q179.4375 104.32287 180.5625 104.32287Q181.67188 104.32287 182.32812 105.07287L182.32812 101.77599L183.40625 101.77599L183.40625 110.77599L182.40625 110.77599L182.35938 110.08849Q181.70312 110.90099 180.54688 110.90099Q179.45312 110.90099 178.75 109.99474Q178.0625 109.08849 178.0625 107.63537L178.0625 107.55724ZM179.14062 107.68224Q179.14062 108.76037 179.57812 109.36974Q180.03125 109.97912 180.8125 109.97912Q181.84375 109.97912 182.32812 109.04162L182.32812 106.13537Q181.84375 105.24474 180.82812 105.24474Q180.03125 105.24474 179.57812 105.85412Q179.14062 106.46349 179.14062 107.68224ZM185.03125 107.54162Q185.03125 106.61974 185.39062 105.86974Q185.76562 105.11974 186.42188 104.72912Q187.07812 104.32287 187.90625 104.32287Q189.20312 104.32287 190.0 105.21349Q190.8125 106.10412 190.8125 107.60412L190.8125 107.68224Q190.8125 108.60412 190.45312 109.33849Q190.09375 110.07287 189.4375 110.49474Q188.78125 110.90099 187.92188 110.90099Q186.64062 110.90099 185.82812 110.01037Q185.03125 109.10412 185.03125 107.61974L185.03125 107.54162ZM186.125 107.68224Q186.125 108.72912 186.60938 109.36974Q187.10938 110.01037 187.92188 110.01037Q188.75 110.01037 189.23438 109.36974Q189.71875 108.71349 189.71875 107.54162Q189.71875 106.51037 189.21875 105.86974Q188.73438 105.21349 187.90625 105.21349Q187.10938 105.21349 186.60938 105.85412Q186.125 106.47912 186.125 107.68224ZM195.39062 105.40099Q195.14062 105.36974 194.85938 105.36974Q193.78125 105.36974 193.40625 106.27599L193.40625 110.77599L192.32812 110.77599L192.32812 104.43224L193.375 104.43224L193.39062 105.16662Q193.92188 104.32287 194.90625 104.32287Q195.21875 104.32287 195.39062 104.40099L195.39062 105.40099ZM197.5 110.77599L196.42188 110.77599L196.42188 104.43224L197.5 104.43224L197.5 110.77599ZM196.32812 102.76037Q196.32812 102.49474 196.48438 102.30724Q196.65625 102.11974 196.96875 102.11974Q197.28125 102.11974 197.4375 102.30724Q197.60938 102.49474 197.60938 102.76037Q197.60938 103.01037 197.4375 103.19787Q197.28125 103.36974 196.96875 103.36974Q196.65625 103.36974 196.48438 103.19787Q196.32812 103.01037 196.32812 102.76037ZM200.34375 104.43224L200.375 105.22912Q201.10938 104.32287 202.28125 104.32287Q204.29688 104.32287 204.3125 106.58849L204.3125 110.77599L203.21875 110.77599L203.21875 106.57287Q203.21875 105.90099 202.90625 105.57287Q202.60938 105.24474 201.95312 105.24474Q201.42188 105.24474 201.01562 105.52599Q200.625 105.80724 200.40625 106.26037L200.40625 110.77599L199.32812 110.77599L199.32812 104.43224L200.34375 104.43224ZM206.0625 107.55724Q206.0625 106.07287 206.75 105.19787Q207.4375 104.32287 208.5625 104.32287Q209.71875 104.32287 210.375 105.13537L210.42188 104.43224L211.42188 104.43224L211.42188 110.61974Q211.42188 111.85412 210.6875 112.55724Q209.95312 113.27599 208.73438 113.27599Q208.04688 113.27599 207.39062 112.97912Q206.73438 112.68224 206.39062 112.18224L206.95312 111.52599Q207.64062 112.38537 208.65625 112.38537Q209.4375 112.38537 209.875 111.93224Q210.32812 111.49474 210.32812 110.68224L210.32812 110.13537Q209.67188 110.90099 208.54688 110.90099Q207.4375 110.90099 206.75 110.01037Q206.0625 109.10412 206.0625 107.55724ZM207.15625 107.68224Q207.15625 108.74474 207.59375 109.36974Q208.03125 109.97912 208.82812 109.97912Q209.84375 109.97912 210.32812 109.04162L210.32812 106.15099Q209.82812 105.24474 208.82812 105.24474Q208.04688 105.24474 207.59375 105.85412Q207.15625 106.46349 207.15625 107.68224ZM216.53125 111.51037L215.60938 111.51037L219.17188 102.24474L220.09375 102.24474L216.53125 111.51037Z" fill-rule="nonzero"/><path fill="#666666" d="M170.67188 122.68224Q170.67188 124.11974 170.01562 125.01037Q169.35938 125.90099 168.21875 125.90099Q167.0625 125.90099 166.40625 125.16662L166.40625 128.2135L165.32812 128.2135L165.32812 119.43224L166.3125 119.43224L166.35938 120.13537Q167.03125 119.32287 168.20312 119.32287Q169.34375 119.32287 170.0 120.18224Q170.67188 121.04162 170.67188 122.57287L170.67188 122.68224ZM169.59375 122.55724Q169.59375 121.47912 169.125 120.86974Q168.67188 120.24474 167.875 120.24474Q166.89062 120.24474 166.40625 121.10412L166.40625 124.13537Q166.89062 125.01037 167.89062 125.01037Q168.67188 125.01037 169.125 124.40099Q169.59375 123.77599 169.59375 122.55724ZM174.09375 122.83849L173.40625 123.54162L173.40625 125.77599L172.32812 125.77599L172.32812 116.77599L173.40625 116.77599L173.40625 122.21349L173.98438 121.52599L175.96875 119.43224L177.28125 119.43224L174.8125 122.08849L177.57812 125.77599L176.29688 125.77599L174.09375 122.83849ZM178.0625 122.55724Q178.0625 121.07287 178.75 120.19787Q179.4375 119.32287 180.5625 119.32287Q181.71875 119.32287 182.375 120.13537L182.42188 119.43224L183.42188 119.43224L183.42188 125.61974Q183.42188 126.85412 182.6875 127.55724Q181.95312 128.276 180.73438 128.276Q180.04688 128.276 179.39062 127.97912Q178.73438 127.68224 178.39062 127.18224L178.95312 126.52599Q179.64062 127.38537 180.65625 127.38537Q181.4375 127.38537 181.875 126.93224Q182.32812 126.49474 182.32812 125.68224L182.32812 125.13537Q181.67188 125.90099 180.54688 125.90099Q179.4375 125.90099 178.75 125.01037Q178.0625 124.10412 178.0625 122.55724ZM179.15625 122.68224Q179.15625 123.74474 179.59375 124.36974Q180.03125 124.97912 180.82812 124.97912Q181.84375 124.97912 182.32812 124.04162L182.32812 121.15099Q181.82812 120.24474 180.82812 120.24474Q180.04688 120.24474 179.59375 120.85412Q179.15625 121.46349 179.15625 122.68224ZM189.34375 119.43224L189.375 120.13537Q190.0625 119.32287 191.25 119.32287Q192.57812 119.32287 193.0625 120.33849Q193.375 119.88537 193.875 119.60412Q194.39062 119.32287 195.07812 119.32287Q197.17188 119.32287 197.20312 121.52599L197.20312 125.77599L196.125 125.77599L196.125 121.58849Q196.125 120.91662 195.8125 120.58849Q195.5 120.24474 194.76562 120.24474Q194.15625 120.24474 193.75 120.60412Q193.35938 120.96349 193.29688 121.57287L193.29688 125.77599L192.21875 125.77599L192.21875 121.61974Q192.21875 120.24474 190.85938 120.24474Q189.79688 120.24474 189.40625 121.15099L189.40625 125.77599L188.3125 125.77599L188.3125 119.43224L189.34375 119.43224ZM199.0625 122.55724Q199.0625 121.07287 199.75 120.19787Q200.4375 119.32287 201.5625 119.32287Q202.71875 119.32287 203.375 120.13537L203.42188 119.43224L204.42188 119.43224L204.42188 125.61974Q204.42188 126.85412 203.6875 127.55724Q202.95312 128.276 201.73438 128.276Q201.04688 128.276 200.39062 127.97912Q199.73438 127.68224 199.39062 127.18224L199.95312 126.52599Q200.64062 127.38537 201.65625 127.38537Q202.4375 127.38537 202.875 126.93224Q203.32812 126.49474 203.32812 125.68224L203.32812 125.13537Q202.67188 125.90099 201.54688 125.90099Q200.4375 125.90099 199.75 125.01037Q199.0625 124.10412 199.0625 122.55724ZM200.15625 122.68224Q200.15625 123.74474 200.59375 124.36974Q201.03125 124.97912 201.82812 124.97912Q202.84375 124.97912 203.32812 124.04162L203.32812 121.15099Q202.82812 120.24474 201.82812 120.24474Q201.04688 120.24474 200.59375 120.85412Q200.15625 121.46349 200.15625 122.68224ZM207.34375 119.43224L207.375 120.13537Q208.0625 119.32287 209.25 119.32287Q210.57812 119.32287 211.0625 120.33849Q211.375 119.88537 211.875 119.60412Q212.39062 119.32287 213.07812 119.32287Q215.17188 119.32287 215.20312 121.52599L215.20312 125.77599L214.125 125.77599L214.125 121.58849Q214.125 120.91662 213.8125 120.58849Q213.5 120.24474 212.76562 120.24474Q212.15625 120.24474 211.75 120.60412Q211.35938 120.96349 211.29688 121.57287L211.29688 125.77599L210.21875 125.77599L210.21875 121.61974Q210.21875 120.24474 208.85938 120.24474Q207.79688 120.24474 207.40625 121.15099L207.40625 125.77599L206.3125 125.77599L206.3125 119.43224L207.34375 119.43224ZM218.79688 117.90099L218.79688 119.43224L219.96875 119.43224L219.96875 120.27599L218.79688 120.27599L218.79688 124.19787Q218.79688 124.58849 218.95312 124.77599Q219.10938 124.96349 219.48438 124.96349Q219.67188 124.96349 220.0 124.90099L220.0 125.77599Q219.57812 125.90099 219.17188 125.90099Q218.45312 125.90099 218.07812 125.46349Q217.70312 125.01037 217.70312 124.19787L217.70312 120.27599L216.54688 120.27599L216.54688 119.43224L217.70312 119.43224L217.70312 117.90099L218.79688 117.90099Z" fill-rule="nonzero"/><path fill="#666666" d="M121.703125 149.19415L120.578125 149.19415L120.578125 140.6629L121.703125 140.6629L121.703125 149.19415ZM127.015625 147.50665Q127.015625 147.06915 126.671875 146.83478Q126.34375 146.58478 125.515625 146.4129Q124.703125 146.24103 124.21875 145.99103Q123.734375 145.74103 123.5 145.4129Q123.28125 145.06915 123.28125 144.6004Q123.28125 143.81915 123.9375 143.2879Q124.59375 142.74103 125.625 142.74103Q126.703125 142.74103 127.359375 143.30353Q128.03125 143.8504 128.03125 144.70978L126.953125 144.70978Q126.953125 144.27228 126.5625 143.95978Q126.1875 143.63165 125.625 143.63165Q125.03125 143.63165 124.6875 143.89728Q124.359375 144.14728 124.359375 144.55353Q124.359375 144.94415 124.671875 145.14728Q124.984375 145.3504 125.796875 145.5379Q126.609375 145.70978 127.109375 145.95978Q127.609375 146.20978 127.84375 146.56915Q128.09375 146.92853 128.09375 147.42853Q128.09375 148.2879 127.40625 148.80353Q126.734375 149.31915 125.65625 149.31915Q124.890625 149.31915 124.296875 149.05353Q123.71875 148.77228 123.390625 148.2879Q123.0625 147.80353 123.0625 147.24103L124.140625 147.24103Q124.171875 147.7879 124.578125 148.11603Q124.984375 148.42853 125.65625 148.42853Q126.265625 148.42853 126.640625 148.17853Q127.015625 147.92853 127.015625 147.50665ZM133.01562 147.50665Q133.01562 147.06915 132.67188 146.83478Q132.34375 146.58478 131.51562 146.4129Q130.70312 146.24103 130.21875 145.99103Q129.73438 145.74103 129.5 145.4129Q129.28125 145.06915 129.28125 144.6004Q129.28125 143.81915 129.9375 143.2879Q130.59375 142.74103 131.625 142.74103Q132.70312 142.74103 133.35938 143.30353Q134.03125 143.8504 134.03125 144.70978L132.95312 144.70978Q132.95312 144.27228 132.5625 143.95978Q132.1875 143.63165 131.625 143.63165Q131.03125 143.63165 130.6875 143.89728Q130.35938 144.14728 130.35938 144.55353Q130.35938 144.94415 130.67188 145.14728Q130.98438 145.3504 131.79688 145.5379Q132.60938 145.70978 133.10938 145.95978Q133.60938 146.20978 133.84375 146.56915Q134.09375 146.92853 134.09375 147.42853Q134.09375 148.2879 133.40625 148.80353Q132.73438 149.31915 131.65625 149.31915Q130.89062 149.31915 130.29688 149.05353Q129.71875 148.77228 129.39062 148.2879Q129.0625 147.80353 129.0625 147.24103L130.14062 147.24103Q130.17188 147.7879 130.57812 148.11603Q130.98438 148.42853 131.65625 148.42853Q132.26562 148.42853 132.64062 148.17853Q133.01562 147.92853 133.01562 147.50665ZM139.23438 148.56915Q138.60938 149.31915 137.375 149.31915Q136.35938 149.31915 135.82812 148.7254Q135.29688 148.13165 135.29688 146.9754L135.29688 142.8504L136.375 142.8504L136.375 146.94415Q136.375 148.39728 137.54688 148.39728Q138.79688 148.39728 139.20312 147.45978L139.20312 142.8504L140.29688 142.8504L140.29688 149.19415L139.26562 149.19415L139.23438 148.56915ZM144.95312 149.31915Q143.65625 149.31915 142.84375 148.4754Q142.04688 147.61603 142.04688 146.19415L142.04688 146.00665Q142.04688 145.05353 142.40625 144.31915Q142.76562 143.56915 143.40625 143.1629Q144.0625 142.74103 144.8125 142.74103Q146.04688 142.74103 146.73438 143.55353Q147.42188 144.36603 147.42188 145.88165L147.42188 146.33478L143.125 146.33478Q143.15625 147.27228 143.67188 147.8504Q144.20312 148.42853 145.01562 148.42853Q145.57812 148.42853 145.96875 148.19415Q146.375 147.95978 146.6875 147.56915L147.34375 148.08478Q146.54688 149.31915 144.95312 149.31915ZM144.8125 143.63165Q144.15625 143.63165 143.70312 144.11603Q143.26562 144.58478 143.17188 145.44415L146.34375 145.44415L146.34375 145.36603Q146.29688 144.5379 145.89062 144.08478Q145.5 143.63165 144.8125 143.63165ZM152.01562 147.50665Q152.01562 147.06915 151.67188 146.83478Q151.34375 146.58478 150.51562 146.4129Q149.70312 146.24103 149.21875 145.99103Q148.73438 145.74103 148.5 145.4129Q148.28125 145.06915 148.28125 144.6004Q148.28125 143.81915 148.9375 143.2879Q149.59375 142.74103 150.625 142.74103Q151.70312 142.74103 152.35938 143.30353Q153.03125 143.8504 153.03125 144.70978L151.95312 144.70978Q151.95312 144.27228 151.5625 143.95978Q151.1875 143.63165 150.625 143.63165Q150.03125 143.63165 149.6875 143.89728Q149.35938 144.14728 149.35938 144.55353Q149.35938 144.94415 149.67188 145.14728Q149.98438 145.3504 150.79688 145.5379Q151.60938 145.70978 152.10938 145.95978Q152.60938 146.20978 152.84375 146.56915Q153.09375 146.92853 153.09375 147.42853Q153.09375 148.2879 152.40625 148.80353Q151.73438 149.31915 150.65625 149.31915Q149.89062 149.31915 149.29688 149.05353Q148.71875 148.77228 148.39062 148.2879Q148.0625 147.80353 148.0625 147.24103L149.14062 147.24103Q149.17188 147.7879 149.57812 148.11603Q149.98438 148.42853 150.65625 148.42853Q151.26562 148.42853 151.64062 148.17853Q152.01562 147.92853 152.01562 147.50665ZM162.9375 147.69415L164.15625 142.8504L165.23438 142.8504L163.39062 149.19415L162.51562 149.19415L160.96875 144.38165L159.46875 149.19415L158.59375 149.19415L156.75 142.8504L157.82812 142.8504L159.07812 147.6004L160.5625 142.8504L161.42188 142.8504L162.9375 147.69415ZM167.5 149.19415L166.42188 149.19415L166.42188 142.8504L167.5 142.8504L167.5 149.19415ZM166.32812 141.17853Q166.32812 140.9129 166.48438 140.7254Q166.65625 140.5379 166.96875 140.5379Q167.28125 140.5379 167.4375 140.7254Q167.60938 140.9129 167.60938 141.17853Q167.60938 141.42853 167.4375 141.61603Q167.28125 141.7879 166.96875 141.7879Q166.65625 141.7879 166.48438 141.61603Q166.32812 141.42853 166.32812 141.17853ZM170.79688 141.31915L170.79688 142.8504L171.96875 142.8504L171.96875 143.69415L170.79688 143.69415L170.79688 147.61603Q170.79688 148.00665 170.95312 148.19415Q171.10938 148.38165 171.48438 148.38165Q171.67188 148.38165 172.0 148.31915L172.0 149.19415Q171.57812 149.31915 171.17188 149.31915Q170.45312 149.31915 170.07812 148.88165Q169.70312 148.42853 169.70312 147.61603L169.70312 143.69415L168.54688 143.69415L168.54688 142.8504L169.70312 142.8504L169.70312 141.31915L170.79688 141.31915ZM174.40625 143.61603Q175.125 142.74103 176.28125 142.74103Q178.29688 142.74103 178.3125 145.00665L178.3125 149.19415L177.21875 149.19415L177.21875 144.99103Q177.21875 144.31915 176.90625 143.99103Q176.60938 143.6629 175.95312 143.6629Q175.42188 143.6629 175.01562 143.94415Q174.625 144.2254 174.40625 144.67853L174.40625 149.19415L173.32812 149.19415L173.32812 140.19415L174.40625 140.19415L174.40625 143.61603ZM184.79688 141.31915L184.79688 142.8504L185.96875 142.8504L185.96875 143.69415L184.79688 143.69415L184.79688 147.61603Q184.79688 148.00665 184.95312 148.19415Q185.10938 148.38165 185.48438 148.38165Q185.67188 148.38165 186.0 148.31915L186.0 149.19415Q185.57812 149.31915 185.17188 149.31915Q184.45312 149.31915 184.07812 148.88165Q183.70312 148.42853 183.70312 147.61603L183.70312 143.69415L182.54688 143.69415L182.54688 142.8504L183.70312 142.8504L183.70312 141.31915L184.79688 141.31915ZM187.03125 145.95978Q187.03125 145.0379 187.39062 144.2879Q187.76562 143.5379 188.42188 143.14728Q189.07812 142.74103 189.90625 142.74103Q191.20312 142.74103 192.0 143.63165Q192.8125 144.52228 192.8125 146.02228L192.8125 146.1004Q192.8125 147.02228 192.45312 147.75665Q192.09375 148.49103 191.4375 148.9129Q190.78125 149.31915 189.92188 149.31915Q188.64062 149.31915 187.82812 148.42853Q187.03125 147.52228 187.03125 146.0379L187.03125 145.95978ZM188.125 146.1004Q188.125 147.14728 188.60938 147.7879Q189.10938 148.42853 189.92188 148.42853Q190.75 148.42853 191.23438 147.7879Q191.71875 147.13165 191.71875 145.95978Q191.71875 144.92853 191.21875 144.2879Q190.73438 143.63165 189.90625 143.63165Q189.10938 143.63165 188.60938 144.27228Q188.125 144.89728 188.125 146.1004ZM194.03125 145.95978Q194.03125 145.0379 194.39062 144.2879Q194.76562 143.5379 195.42188 143.14728Q196.07812 142.74103 196.90625 142.74103Q198.20312 142.74103 199.0 143.63165Q199.8125 144.52228 199.8125 146.02228L199.8125 146.1004Q199.8125 147.02228 199.45312 147.75665Q199.09375 148.49103 198.4375 148.9129Q197.78125 149.31915 196.92188 149.31915Q195.64062 149.31915 194.82812 148.42853Q194.03125 147.52228 194.03125 146.0379L194.03125 145.95978ZM195.125 146.1004Q195.125 147.14728 195.60938 147.7879Q196.10938 148.42853 196.92188 148.42853Q197.75 148.42853 198.23438 147.7879Q198.71875 147.13165 198.71875 145.95978Q198.71875 144.92853 198.21875 144.2879Q197.73438 143.63165 196.90625 143.63165Q196.10938 143.63165 195.60938 144.27228Q195.125 144.89728 195.125 146.1004ZM202.5 149.19415L201.42188 149.19415L201.42188 140.19415L202.5 140.19415L202.5 149.19415ZM205.5 149.19415L204.42188 149.19415L204.42188 142.8504L205.5 142.8504L205.5 149.19415ZM204.32812 141.17853Q204.32812 140.9129 204.48438 140.7254Q204.65625 140.5379 204.96875 140.5379Q205.28125 140.5379 205.4375 140.7254Q205.60938 140.9129 205.60938 141.17853Q205.60938 141.42853 205.4375 141.61603Q205.28125 141.7879 204.96875 141.7879Q204.65625 141.7879 204.48438 141.61603Q204.32812 141.42853 204.32812 141.17853ZM208.34375 142.8504L208.375 143.64728Q209.10938 142.74103 210.28125 142.74103Q212.29688 142.74103 212.3125 145.00665L212.3125 149.19415L211.21875 149.19415L211.21875 144.99103Q211.21875 144.31915 210.90625 143.99103Q210.60938 143.6629 209.95312 143.6629Q209.42188 143.6629 209.01562 143.94415Q208.625 144.2254 208.40625 144.67853L208.40625 149.19415L207.32812 149.19415L207.32812 142.8504L208.34375 142.8504ZM214.0625 145.9754Q214.0625 144.49103 214.75 143.61603Q215.4375 142.74103 216.5625 142.74103Q217.71875 142.74103 218.375 143.55353L218.42188 142.8504L219.42188 142.8504L219.42188 149.0379Q219.42188 150.27228 218.6875 150.9754Q217.95312 151.69415 216.73438 151.69415Q216.04688 151.69415 215.39062 151.39728Q214.73438 151.1004 214.39062 150.6004L214.95312 149.94415Q215.64062 150.80353 216.65625 150.80353Q217.4375 150.80353 217.875 150.3504Q218.32812 149.9129 218.32812 149.1004L218.32812 148.55353Q217.67188 149.31915 216.54688 149.31915Q215.4375 149.31915 214.75 148.42853Q214.0625 147.52228 214.0625 145.9754ZM215.15625 146.1004Q215.15625 147.1629 215.59375 147.7879Q216.03125 148.39728 216.82812 148.39728Q217.84375 148.39728 218.32812 147.45978L218.32812 144.56915Q217.82812 143.6629 216.82812 143.6629Q216.04688 143.6629 215.59375 144.27228Q215.15625 144.88165 215.15625 146.1004Z" fill-rule="nonzero"/><path fill="#666666" d="M49.625 171.69044L53.671875 171.69044L53.671875 172.61232L48.484375 172.61232L48.484375 164.08107L49.625 164.08107L49.625 171.69044ZM56.953125 172.73732Q55.65625 172.73732 54.84375 171.89357Q54.046875 171.0342 54.046875 169.61232L54.046875 169.42482Q54.046875 168.4717 54.40625 167.73732Q54.765625 166.98732 55.40625 166.58107Q56.0625 166.1592 56.8125 166.1592Q58.046875 166.1592 58.734375 166.9717Q59.421875 167.7842 59.421875 169.29982L59.421875 169.75294L55.125 169.75294Q55.15625 170.69044 55.671875 171.26857Q56.203125 171.8467 57.015625 171.8467Q57.578125 171.8467 57.96875 171.61232Q58.375 171.37794 58.6875 170.98732L59.34375 171.50294Q58.546875 172.73732 56.953125 172.73732ZM56.8125 167.04982Q56.15625 167.04982 55.703125 167.5342Q55.265625 168.00294 55.171875 168.86232L58.34375 168.86232L58.34375 168.7842Q58.296875 167.95607 57.890625 167.50294Q57.5 167.04982 56.8125 167.04982ZM64.234375 172.61232Q64.140625 172.42482 64.078125 171.94044Q63.328125 172.73732 62.28125 172.73732Q61.34375 172.73732 60.734375 172.20607Q60.140625 171.67482 60.140625 170.8467Q60.140625 169.86232 60.890625 169.31544Q61.640625 168.76857 63.015625 168.76857L64.0625 168.76857L64.0625 168.26857Q64.0625 167.70607 63.71875 167.37794Q63.390625 167.0342 62.71875 167.0342Q62.140625 167.0342 61.75 167.33107Q61.359375 167.61232 61.359375 168.0342L60.265625 168.0342Q60.265625 167.54982 60.59375 167.11232Q60.9375 166.67482 61.515625 166.42482Q62.09375 166.1592 62.78125 166.1592Q63.890625 166.1592 64.5 166.70607Q65.125 167.25294 65.15625 168.20607L65.15625 171.12794Q65.15625 172.00294 65.375 172.51857L65.375 172.61232L64.234375 172.61232ZM62.4375 171.7842Q62.953125 171.7842 63.40625 171.51857Q63.859375 171.25294 64.0625 170.83107L64.0625 169.5342L63.21875 169.5342Q61.21875 169.5342 61.21875 170.70607Q61.21875 171.20607 61.5625 171.50294Q61.90625 171.7842 62.4375 171.7842ZM70.390625 167.23732Q70.140625 167.20607 69.859375 167.20607Q68.78125 167.20607 68.40625 168.11232L68.40625 172.61232L67.328125 172.61232L67.328125 166.26857L68.375 166.26857L68.390625 167.00294Q68.921875 166.1592 69.90625 166.1592Q70.21875 166.1592 70.390625 166.23732L70.390625 167.23732ZM72.34375 166.26857L72.375 167.06544Q73.109375 166.1592 74.28125 166.1592Q76.296875 166.1592 76.3125 168.42482L76.3125 172.61232L75.21875 172.61232L75.21875 168.4092Q75.21875 167.73732 74.90625 167.4092Q74.609375 167.08107 73.953125 167.08107Q73.421875 167.08107 73.015625 167.36232Q72.625 167.64357 72.40625 168.0967L72.40625 172.61232L71.328125 172.61232L71.328125 166.26857L72.34375 166.26857ZM79.5 172.61232L78.421875 172.61232L78.421875 166.26857L79.5 166.26857L79.5 172.61232ZM78.328125 164.5967Q78.328125 164.33107 78.484375 164.14357Q78.65625 163.95607 78.96875 163.95607Q79.28125 163.95607 79.4375 164.14357Q79.609375 164.33107 79.609375 164.5967Q79.609375 164.8467 79.4375 165.0342Q79.28125 165.20607 78.96875 165.20607Q78.65625 165.20607 78.484375 165.0342Q78.328125 164.8467 78.328125 164.5967ZM82.34375 166.26857L82.375 167.06544Q83.109375 166.1592 84.28125 166.1592Q86.296875 166.1592 86.3125 168.42482L86.3125 172.61232L85.21875 172.61232L85.21875 168.4092Q85.21875 167.73732 84.90625 167.4092Q84.609375 167.08107 83.953125 167.08107Q83.421875 167.08107 83.015625 167.36232Q82.625 167.64357 82.40625 168.0967L82.40625 172.61232L81.328125 172.61232L81.328125 166.26857L82.34375 166.26857ZM88.0625 169.39357Q88.0625 167.9092 88.75 167.0342Q89.4375 166.1592 90.5625 166.1592Q91.71875 166.1592 92.375 166.9717L92.421875 166.26857L93.421875 166.26857L93.421875 172.45607Q93.421875 173.69044 92.6875 174.39357Q91.953125 175.11232 90.734375 175.11232Q90.046875 175.11232 89.390625 174.81544Q88.734375 174.51857 88.390625 174.01857L88.953125 173.36232Q89.640625 174.2217 90.65625 174.2217Q91.4375 174.2217 91.875 173.76857Q92.328125 173.33107 92.328125 172.51857L92.328125 171.9717Q91.671875 172.73732 90.546875 172.73732Q89.4375 172.73732 88.75 171.8467Q88.0625 170.94044 88.0625 169.39357ZM89.15625 169.51857Q89.15625 170.58107 89.59375 171.20607Q90.03125 171.81544 90.828125 171.81544Q91.84375 171.81544 92.328125 170.87794L92.328125 167.98732Q91.828125 167.08107 90.828125 167.08107Q90.046875 167.08107 89.59375 167.69044Q89.15625 168.29982 89.15625 169.51857ZM100.859375 171.8467Q101.4375 171.8467 101.875 171.50294Q102.3125 171.14357 102.359375 170.61232L103.390625 170.61232Q103.359375 171.1592 103.0 171.6592Q102.65625 172.14357 102.078125 172.44044Q101.515625 172.73732 100.859375 172.73732Q99.5625 172.73732 98.796875 171.87794Q98.046875 171.00294 98.046875 169.50294L98.046875 169.31544Q98.046875 168.39357 98.375 167.67482Q98.71875 166.95607 99.34375 166.56544Q99.984375 166.1592 100.859375 166.1592Q101.921875 166.1592 102.625 166.79982Q103.34375 167.42482 103.390625 168.45607L102.359375 168.45607Q102.3125 167.83107 101.890625 167.44044Q101.46875 167.04982 100.859375 167.04982Q100.03125 167.04982 99.578125 167.64357Q99.125 168.23732 99.125 169.36232L99.125 169.56544Q99.125 170.6592 99.578125 171.25294Q100.03125 171.8467 100.859375 171.8467ZM108.234375 171.98732Q107.609375 172.73732 106.375 172.73732Q105.359375 172.73732 104.828125 172.14357Q104.296875 171.54982 104.296875 170.39357L104.296875 166.26857L105.375 166.26857L105.375 170.36232Q105.375 171.81544 106.546875 171.81544Q107.796875 171.81544 108.203125 170.87794L108.203125 166.26857L109.296875 166.26857L109.296875 172.61232L108.265625 172.61232L108.234375 171.98732ZM114.390625 167.23732Q114.140625 167.20607 113.859375 167.20607Q112.78125 167.20607 112.40625 168.11232L112.40625 172.61232L111.328125 172.61232L111.328125 166.26857L112.375 166.26857L112.390625 167.00294Q112.921875 166.1592 113.90625 166.1592Q114.21875 166.1592 114.390625 166.23732L114.390625 167.23732ZM117.40625 171.14357L118.984375 166.26857L120.09375 166.26857L117.8125 172.61232L116.984375 172.61232L114.6875 166.26857L115.796875 166.26857L117.40625 171.14357ZM123.953125 172.73732Q122.65625 172.73732 121.84375 171.89357Q121.046875 171.0342 121.046875 169.61232L121.046875 169.42482Q121.046875 168.4717 121.40625 167.73732Q121.765625 166.98732 122.40625 166.58107Q123.0625 166.1592 123.8125 166.1592Q125.046875 166.1592 125.734375 166.9717Q126.421875 167.7842 126.421875 169.29982L126.421875 169.75294L122.125 169.75294Q122.15625 170.69044 122.671875 171.26857Q123.203125 171.8467 124.015625 171.8467Q124.578125 171.8467 124.96875 171.61232Q125.375 171.37794 125.6875 170.98732L126.34375 171.50294Q125.546875 172.73732 123.953125 172.73732ZM123.8125 167.04982Q123.15625 167.04982 122.703125 167.5342Q122.265625 168.00294 122.171875 168.86232L125.34375 168.86232L125.34375 168.7842Q125.296875 167.95607 124.890625 167.50294Q124.5 167.04982 123.8125 167.04982ZM130.53125 173.3467L129.60938 173.3467L133.17188 164.08107L134.09375 164.08107L130.53125 173.3467ZM143.6875 169.51857Q143.6875 170.9717 143.01562 171.86232Q142.35938 172.73732 141.23438 172.73732Q140.03125 172.73732 139.375 171.87794L139.3125 172.61232L138.32812 172.61232L138.32812 163.61232L139.40625 163.61232L139.40625 166.9717Q140.0625 166.1592 141.21875 166.1592Q142.375 166.1592 143.03125 167.0342Q143.6875 167.89357 143.6875 169.42482L143.6875 169.51857ZM142.60938 169.39357Q142.60938 168.2842 142.17188 167.69044Q141.75 167.08107 140.95312 167.08107Q139.875 167.08107 139.40625 168.06544L139.40625 170.81544Q139.90625 171.81544 140.95312 171.81544Q141.73438 171.81544 142.17188 171.20607Q142.60938 170.5967 142.60938 169.39357ZM147.95312 172.73732Q146.65625 172.73732 145.84375 171.89357Q145.04688 171.0342 145.04688 169.61232L145.04688 169.42482Q145.04688 168.4717 145.40625 167.73732Q145.76562 166.98732 146.40625 166.58107Q147.0625 166.1592 147.8125 166.1592Q149.04688 166.1592 149.73438 166.9717Q150.42188 167.7842 150.42188 169.29982L150.42188 169.75294L146.125 169.75294Q146.15625 170.69044 146.67188 171.26857Q147.20312 171.8467 148.01562 171.8467Q148.57812 171.8467 148.96875 171.61232Q149.375 171.37794 149.6875 170.98732L150.34375 171.50294Q149.54688 172.73732 147.95312 172.73732ZM147.8125 167.04982Q147.15625 167.04982 146.70312 167.5342Q146.26562 168.00294 146.17188 168.86232L149.34375 168.86232L149.34375 168.7842Q149.29688 167.95607 148.89062 167.50294Q148.5 167.04982 147.8125 167.04982ZM155.01562 170.92482Q155.01562 170.48732 154.67188 170.25294Q154.34375 170.00294 153.51562 169.83107Q152.70312 169.6592 152.21875 169.4092Q151.73438 169.1592 151.5 168.83107Q151.28125 168.48732 151.28125 168.01857Q151.28125 167.23732 151.9375 166.70607Q152.59375 166.1592 153.625 166.1592Q154.70312 166.1592 155.35938 166.7217Q156.03125 167.26857 156.03125 168.12794L154.95312 168.12794Q154.95312 167.69044 154.5625 167.37794Q154.1875 167.04982 153.625 167.04982Q153.03125 167.04982 152.6875 167.31544Q152.35938 167.56544 152.35938 167.9717Q152.35938 168.36232 152.67188 168.56544Q152.98438 168.76857 153.79688 168.95607Q154.60938 169.12794 155.10938 169.37794Q155.60938 169.62794 155.84375 169.98732Q156.09375 170.3467 156.09375 170.8467Q156.09375 171.70607 155.40625 172.2217Q154.73438 172.73732 153.65625 172.73732Q152.89062 172.73732 152.29688 172.4717Q151.71875 172.19044 151.39062 171.70607Q151.0625 171.2217 151.0625 170.6592L152.14062 170.6592Q152.17188 171.20607 152.57812 171.5342Q152.98438 171.8467 153.65625 171.8467Q154.26562 171.8467 154.64062 171.5967Q155.01562 171.3467 155.01562 170.92482ZM158.79688 164.73732L158.79688 166.26857L159.96875 166.26857L159.96875 167.11232L158.79688 167.11232L158.79688 171.0342Q158.79688 171.42482 158.95312 171.61232Q159.10938 171.79982 159.48438 171.79982Q159.67188 171.79982 160.0 171.73732L160.0 172.61232Q159.57812 172.73732 159.17188 172.73732Q158.45312 172.73732 158.07812 172.29982Q157.70312 171.8467 157.70312 171.0342L157.70312 167.11232L156.54688 167.11232L156.54688 166.26857L157.70312 166.26857L157.70312 164.73732L158.79688 164.73732ZM169.67188 169.51857Q169.67188 170.95607 169.01562 171.8467Q168.35938 172.73732 167.21875 172.73732Q166.0625 172.73732 165.40625 172.00294L165.40625 175.04982L164.32812 175.04982L164.32812 166.26857L165.3125 166.26857L165.35938 166.9717Q166.03125 166.1592 167.20312 166.1592Q168.34375 166.1592 169.0 167.01857Q169.67188 167.87794 169.67188 169.4092L169.67188 169.51857ZM168.59375 169.39357Q168.59375 168.31544 168.125 167.70607Q167.67188 167.08107 166.875 167.08107Q165.89062 167.08107 165.40625 167.94044L165.40625 170.9717Q165.89062 171.8467 166.89062 171.8467Q167.67188 171.8467 168.125 171.23732Q168.59375 170.61232 168.59375 169.39357ZM174.39062 167.23732Q174.14062 167.20607 173.85938 167.20607Q172.78125 167.20607 172.40625 168.11232L172.40625 172.61232L171.32812 172.61232L171.32812 166.26857L172.375 166.26857L172.39062 167.00294Q172.92188 166.1592 173.90625 166.1592Q174.21875 166.1592 174.39062 166.23732L174.39062 167.23732ZM179.23438 172.61232Q179.14062 172.42482 179.07812 171.94044Q178.32812 172.73732 177.28125 172.73732Q176.34375 172.73732 175.73438 172.20607Q175.14062 171.67482 175.14062 170.8467Q175.14062 169.86232 175.89062 169.31544Q176.64062 168.76857 178.01562 168.76857L179.0625 168.76857L179.0625 168.26857Q179.0625 167.70607 178.71875 167.37794Q178.39062 167.0342 177.71875 167.0342Q177.14062 167.0342 176.75 167.33107Q176.35938 167.61232 176.35938 168.0342L175.26562 168.0342Q175.26562 167.54982 175.59375 167.11232Q175.9375 166.67482 176.51562 166.42482Q177.09375 166.1592 177.78125 166.1592Q178.89062 166.1592 179.5 166.70607Q180.125 167.25294 180.15625 168.20607L180.15625 171.12794Q180.15625 172.00294 180.375 172.51857L180.375 172.61232L179.23438 172.61232ZM177.4375 171.7842Q177.95312 171.7842 178.40625 171.51857Q178.85938 171.25294 179.0625 170.83107L179.0625 169.5342L178.21875 169.5342Q176.21875 169.5342 176.21875 170.70607Q176.21875 171.20607 176.5625 171.50294Q176.90625 171.7842 177.4375 171.7842ZM184.85938 171.8467Q185.4375 171.8467 185.875 171.50294Q186.3125 171.14357 186.35938 170.61232L187.39062 170.61232Q187.35938 171.1592 187.0 171.6592Q186.65625 172.14357 186.07812 172.44044Q185.51562 172.73732 184.85938 172.73732Q183.5625 172.73732 182.79688 171.87794Q182.04688 171.00294 182.04688 169.50294L182.04688 169.31544Q182.04688 168.39357 182.375 167.67482Q182.71875 166.95607 183.34375 166.56544Q183.98438 166.1592 184.85938 166.1592Q185.92188 166.1592 186.625 166.79982Q187.34375 167.42482 187.39062 168.45607L186.35938 168.45607Q186.3125 167.83107 185.89062 167.44044Q185.46875 167.04982 184.85938 167.04982Q184.03125 167.04982 183.57812 167.64357Q183.125 168.23732 183.125 169.36232L183.125 169.56544Q183.125 170.6592 183.57812 171.25294Q184.03125 171.8467 184.85938 171.8467ZM189.79688 164.73732L189.79688 166.26857L190.96875 166.26857L190.96875 167.11232L189.79688 167.11232L189.79688 171.0342Q189.79688 171.42482 189.95312 171.61232Q190.10938 171.79982 190.48438 171.79982Q190.67188 171.79982 191.0 171.73732L191.0 172.61232Q190.57812 172.73732 190.17188 172.73732Q189.45312 172.73732 189.07812 172.29982Q188.70312 171.8467 188.70312 171.0342L188.70312 167.11232L187.54688 167.11232L187.54688 166.26857L188.70312 166.26857L188.70312 164.73732L189.79688 164.73732ZM193.5 172.61232L192.42188 172.61232L192.42188 166.26857L193.5 166.26857L193.5 172.61232ZM192.32812 164.5967Q192.32812 164.33107 192.48438 164.14357Q192.65625 163.95607 192.96875 163.95607Q193.28125 163.95607 193.4375 164.14357Q193.60938 164.33107 193.60938 164.5967Q193.60938 164.8467 193.4375 165.0342Q193.28125 165.20607 192.96875 165.20607Q192.65625 165.20607 192.48438 165.0342Q192.32812 164.8467 192.32812 164.5967ZM197.85938 171.8467Q198.4375 171.8467 198.875 171.50294Q199.3125 171.14357 199.35938 170.61232L200.39062 170.61232Q200.35938 171.1592 200.0 171.6592Q199.65625 172.14357 199.07812 172.44044Q198.51562 172.73732 197.85938 172.73732Q196.5625 172.73732 195.79688 171.87794Q195.04688 171.00294 195.04688 169.50294L195.04688 169.31544Q195.04688 168.39357 195.375 167.67482Q195.71875 166.95607 196.34375 166.56544Q196.98438 166.1592 197.85938 166.1592Q198.92188 166.1592 199.625 166.79982Q200.34375 167.42482 200.39062 168.45607L199.35938 168.45607Q199.3125 167.83107 198.89062 167.44044Q198.46875 167.04982 197.85938 167.04982Q197.03125 167.04982 196.57812 167.64357Q196.125 168.23732 196.125 169.36232L196.125 169.56544Q196.125 170.6592 196.57812 171.25294Q197.03125 171.8467 197.85938 171.8467ZM203.95312 172.73732Q202.65625 172.73732 201.84375 171.89357Q201.04688 171.0342 201.04688 169.61232L201.04688 169.42482Q201.04688 168.4717 201.40625 167.73732Q201.76562 166.98732 202.40625 166.58107Q203.0625 166.1592 203.8125 166.1592Q205.04688 166.1592 205.73438 166.9717Q206.42188 167.7842 206.42188 169.29982L206.42188 169.75294L202.125 169.75294Q202.15625 170.69044 202.67188 171.26857Q203.20312 171.8467 204.01562 171.8467Q204.57812 171.8467 204.96875 171.61232Q205.375 171.37794 205.6875 170.98732L206.34375 171.50294Q205.54688 172.73732 203.95312 172.73732ZM203.8125 167.04982Q203.15625 167.04982 202.70312 167.5342Q202.26562 168.00294 202.17188 168.86232L205.34375 168.86232L205.34375 168.7842Q205.29688 167.95607 204.89062 167.50294Q204.5 167.04982 203.8125 167.04982ZM211.01562 170.92482Q211.01562 170.48732 210.67188 170.25294Q210.34375 170.00294 209.51562 169.83107Q208.70312 169.6592 208.21875 169.4092Q207.73438 169.1592 207.5 168.83107Q207.28125 168.48732 207.28125 168.01857Q207.28125 167.23732 207.9375 166.70607Q208.59375 166.1592 209.625 166.1592Q210.70312 166.1592 211.35938 166.7217Q212.03125 167.26857 212.03125 168.12794L210.95312 168.12794Q210.95312 167.69044 210.5625 167.37794Q210.1875 167.04982 209.625 167.04982Q209.03125 167.04982 208.6875 167.31544Q208.35938 167.56544 208.35938 167.9717Q208.35938 168.36232 208.67188 168.56544Q208.98438 168.76857 209.79688 168.95607Q210.60938 169.12794 211.10938 169.37794Q211.60938 169.62794 211.84375 169.98732Q212.09375 170.3467 212.09375 170.8467Q212.09375 171.70607 211.40625 172.2217Q210.73438 172.73732 209.65625 172.73732Q208.89062 172.73732 208.29688 172.4717Q207.71875 172.19044 207.39062 171.70607Q207.0625 171.2217 207.0625 170.6592L208.14062 170.6592Q208.17188 171.20607 208.57812 171.5342Q208.98438 171.8467 209.65625 171.8467Q210.26562 171.8467 210.64062 171.5967Q211.01562 171.3467 211.01562 170.92482ZM216.53125 173.3467L215.60938 173.3467L219.17188 164.08107L220.09375 164.08107L216.53125 173.3467Z" fill-rule="nonzero"/><path fill="#666666" d="M195.0625 184.39357Q195.0625 182.92482 195.75 182.04982Q196.4375 181.1592 197.5625 181.1592Q198.67188 181.1592 199.32812 181.9092L199.32812 178.61232L200.40625 178.61232L200.40625 187.61232L199.40625 187.61232L199.35938 186.92482Q198.70312 187.73732 197.54688 187.73732Q196.45312 187.73732 195.75 186.83107Q195.0625 185.92482 195.0625 184.4717L195.0625 184.39357ZM196.14062 184.51857Q196.14062 185.5967 196.57812 186.20607Q197.03125 186.81544 197.8125 186.81544Q198.84375 186.81544 199.32812 185.87794L199.32812 182.9717Q198.84375 182.08107 197.82812 182.08107Q197.03125 182.08107 196.57812 182.69044Q196.14062 183.29982 196.14062 184.51857ZM202.03125 184.37794Q202.03125 183.45607 202.39062 182.70607Q202.76562 181.95607 203.42188 181.56544Q204.07812 181.1592 204.90625 181.1592Q206.20312 181.1592 207.0 182.04982Q207.8125 182.94044 207.8125 184.44044L207.8125 184.51857Q207.8125 185.44044 207.45312 186.17482Q207.09375 186.9092 206.4375 187.33107Q205.78125 187.73732 204.92188 187.73732Q203.64062 187.73732 202.82812 186.8467Q202.03125 185.94044 202.03125 184.45607L202.03125 184.37794ZM203.125 184.51857Q203.125 185.56544 203.60938 186.20607Q204.10938 186.8467 204.92188 186.8467Q205.75 186.8467 206.23438 186.20607Q206.71875 185.54982 206.71875 184.37794Q206.71875 183.3467 206.21875 182.70607Q205.73438 182.04982 204.90625 182.04982Q204.10938 182.04982 203.60938 182.69044Q203.125 183.31544 203.125 184.51857ZM211.85938 186.8467Q212.4375 186.8467 212.875 186.50294Q213.3125 186.14357 213.35938 185.61232L214.39062 185.61232Q214.35938 186.1592 214.0 186.6592Q213.65625 187.14357 213.07812 187.44044Q212.51562 187.73732 211.85938 187.73732Q210.5625 187.73732 209.79688 186.87794Q209.04688 186.00294 209.04688 184.50294L209.04688 184.31544Q209.04688 183.39357 209.375 182.67482Q209.71875 181.95607 210.34375 181.56544Q210.98438 181.1592 211.85938 181.1592Q212.92188 181.1592 213.625 181.79982Q214.34375 182.42482 214.39062 183.45607L213.35938 183.45607Q213.3125 182.83107 212.89062 182.44044Q212.46875 182.04982 211.85938 182.04982Q211.03125 182.04982 210.57812 182.64357Q210.125 183.23732 210.125 184.36232L210.125 184.56544Q210.125 185.6592 210.57812 186.25294Q211.03125 186.8467 211.85938 186.8467ZM219.01562 185.92482Q219.01562 185.48732 218.67188 185.25294Q218.34375 185.00294 217.51562 184.83107Q216.70312 184.6592 216.21875 184.4092Q215.73438 184.1592 215.5 183.83107Q215.28125 183.48732 215.28125 183.01857Q215.28125 182.23732 215.9375 181.70607Q216.59375 181.1592 217.625 181.1592Q218.70312 181.1592 219.35938 181.7217Q220.03125 182.26857 220.03125 183.12794L218.95312 183.12794Q218.95312 182.69044 218.5625 182.37794Q218.1875 182.04982 217.625 182.04982Q217.03125 182.04982 216.6875 182.31544Q216.35938 182.56544 216.35938 182.9717Q216.35938 183.36232 216.67188 183.56544Q216.98438 183.76857 217.79688 183.95607Q218.60938 184.12794 219.10938 184.37794Q219.60938 184.62794 219.84375 184.98732Q220.09375 185.3467 220.09375 185.8467Q220.09375 186.70607 219.40625 187.2217Q218.73438 187.73732 217.65625 187.73732Q216.89062 187.73732 216.29688 187.4717Q215.71875 187.19044 215.39062 186.70607Q215.0625 186.2217 215.0625 185.6592L216.14062 185.6592Q216.17188 186.20607 216.57812 186.5342Q216.98438 186.8467 217.65625 186.8467Q218.26562 186.8467 218.64062 186.5967Q219.01562 186.3467 219.01562 185.92482Z" fill-rule="nonzero"/><path fill="#666666" d="M68.484375 211.03047L68.484375 202.49922L71.28125 202.49922Q72.671875 202.49922 73.359375 203.07735Q74.0625 203.63985 74.0625 204.76485Q74.0625 205.37422 73.71875 205.84297Q73.390625 206.2961 72.796875 206.5461Q73.5 206.7336 73.890625 207.28047Q74.296875 207.81172 74.296875 208.56172Q74.296875 209.71797 73.546875 210.37422Q72.8125 211.03047 71.453125 211.03047L68.484375 211.03047ZM69.609375 207.0461L69.609375 210.1086L71.46875 210.1086Q72.265625 210.1086 72.71875 209.70235Q73.171875 209.2961 73.171875 208.57735Q73.171875 207.0461 71.484375 207.0461L69.609375 207.0461ZM69.609375 206.13985L71.3125 206.13985Q72.046875 206.13985 72.484375 205.78047Q72.9375 205.40547 72.9375 204.76485Q72.9375 204.06172 72.53125 203.74922Q72.125 203.4211 71.28125 203.4211L69.609375 203.4211L69.609375 206.13985ZM79.234375 210.40547Q78.609375 211.15547 77.375 211.15547Q76.359375 211.15547 75.828125 210.56172Q75.296875 209.96797 75.296875 208.81172L75.296875 204.68672L76.375 204.68672L76.375 208.78047Q76.375 210.2336 77.546875 210.2336Q78.796875 210.2336 79.203125 209.2961L79.203125 204.68672L80.296875 204.68672L80.296875 211.03047L79.265625 211.03047L79.234375 210.40547ZM86.015625 209.34297Q86.015625 208.90547 85.671875 208.6711Q85.34375 208.4211 84.515625 208.24922Q83.703125 208.07735 83.21875 207.82735Q82.734375 207.57735 82.5 207.24922Q82.28125 206.90547 82.28125 206.43672Q82.28125 205.65547 82.9375 205.12422Q83.59375 204.57735 84.625 204.57735Q85.703125 204.57735 86.359375 205.13985Q87.03125 205.68672 87.03125 206.5461L85.953125 206.5461Q85.953125 206.1086 85.5625 205.7961Q85.1875 205.46797 84.625 205.46797Q84.03125 205.46797 83.6875 205.7336Q83.359375 205.9836 83.359375 206.38985Q83.359375 206.78047 83.671875 206.9836Q83.984375 207.18672 84.796875 207.37422Q85.609375 207.5461 86.109375 207.7961Q86.609375 208.0461 86.84375 208.40547Q87.09375 208.76485 87.09375 209.26485Q87.09375 210.12422 86.40625 210.63985Q85.734375 211.15547 84.65625 211.15547Q83.890625 211.15547 83.296875 210.88985Q82.71875 210.6086 82.390625 210.12422Q82.0625 209.63985 82.0625 209.07735L83.140625 209.07735Q83.171875 209.62422 83.578125 209.95235Q83.984375 210.26485 84.65625 210.26485Q85.265625 210.26485 85.640625 210.01485Q86.015625 209.76485 86.015625 209.34297ZM89.5 211.03047L88.421875 211.03047L88.421875 204.68672L89.5 204.68672L89.5 211.03047ZM88.328125 203.01485Q88.328125 202.74922 88.484375 202.56172Q88.65625 202.37422 88.96875 202.37422Q89.28125 202.37422 89.4375 202.56172Q89.609375 202.74922 89.609375 203.01485Q89.609375 203.26485 89.4375 203.45235Q89.28125 203.62422 88.96875 203.62422Q88.65625 203.62422 88.484375 203.45235Q88.328125 203.26485 88.328125 203.01485ZM92.34375 204.68672L92.375 205.4836Q93.109375 204.57735 94.28125 204.57735Q96.296875 204.57735 96.3125 206.84297L96.3125 211.03047L95.21875 211.03047L95.21875 206.82735Q95.21875 206.15547 94.90625 205.82735Q94.609375 205.49922 93.953125 205.49922Q93.421875 205.49922 93.015625 205.78047Q92.625 206.06172 92.40625 206.51485L92.40625 211.03047L91.328125 211.03047L91.328125 204.68672L92.34375 204.68672ZM100.953125 211.15547Q99.65625 211.15547 98.84375 210.31172Q98.046875 209.45235 98.046875 208.03047L98.046875 207.84297Q98.046875 206.88985 98.40625 206.15547Q98.765625 205.40547 99.40625 204.99922Q100.0625 204.57735 100.8125 204.57735Q102.046875 204.57735 102.734375 205.38985Q103.421875 206.20235 103.421875 207.71797L103.421875 208.1711L99.125 208.1711Q99.15625 209.1086 99.671875 209.68672Q100.203125 210.26485 101.015625 210.26485Q101.578125 210.26485 101.96875 210.03047Q102.375 209.7961 102.6875 209.40547L103.34375 209.9211Q102.546875 211.15547 100.953125 211.15547ZM100.8125 205.46797Q100.15625 205.46797 99.703125 205.95235Q99.265625 206.4211 99.171875 207.28047L102.34375 207.28047L102.34375 207.20235Q102.296875 206.37422 101.890625 205.9211Q101.5 205.46797 100.8125 205.46797ZM108.015625 209.34297Q108.015625 208.90547 107.671875 208.6711Q107.34375 208.4211 106.515625 208.24922Q105.703125 208.07735 105.21875 207.82735Q104.734375 207.57735 104.5 207.24922Q104.28125 206.90547 104.28125 206.43672Q104.28125 205.65547 104.9375 205.12422Q105.59375 204.57735 106.625 204.57735Q107.703125 204.57735 108.359375 205.13985Q109.03125 205.68672 109.03125 206.5461L107.953125 206.5461Q107.953125 206.1086 107.5625 205.7961Q107.1875 205.46797 106.625 205.46797Q106.03125 205.46797 105.6875 205.7336Q105.359375 205.9836 105.359375 206.38985Q105.359375 206.78047 105.671875 206.9836Q105.984375 207.18672 106.796875 207.37422Q107.609375 207.5461 108.109375 207.7961Q108.609375 208.0461 108.84375 208.40547Q109.09375 208.76485 109.09375 209.26485Q109.09375 210.12422 108.40625 210.63985Q107.734375 211.15547 106.65625 211.15547Q105.890625 211.15547 105.296875 210.88985Q104.71875 210.6086 104.390625 210.12422Q104.0625 209.63985 104.0625 209.07735L105.140625 209.07735Q105.171875 209.62422 105.578125 209.95235Q105.984375 210.26485 106.65625 210.26485Q107.265625 210.26485 107.640625 210.01485Q108.015625 209.76485 108.015625 209.34297ZM114.015625 209.34297Q114.015625 208.90547 113.671875 208.6711Q113.34375 208.4211 112.515625 208.24922Q111.703125 208.07735 111.21875 207.82735Q110.734375 207.57735 110.5 207.24922Q110.28125 206.90547 110.28125 206.43672Q110.28125 205.65547 110.9375 205.12422Q111.59375 204.57735 112.625 204.57735Q113.703125 204.57735 114.359375 205.13985Q115.03125 205.68672 115.03125 206.5461L113.953125 206.5461Q113.953125 206.1086 113.5625 205.7961Q113.1875 205.46797 112.625 205.46797Q112.03125 205.46797 111.6875 205.7336Q111.359375 205.9836 111.359375 206.38985Q111.359375 206.78047 111.671875 206.9836Q111.984375 207.18672 112.796875 207.37422Q113.609375 207.5461 114.109375 207.7961Q114.609375 208.0461 114.84375 208.40547Q115.09375 208.76485 115.09375 209.26485Q115.09375 210.12422 114.40625 210.63985Q113.734375 211.15547 112.65625 211.15547Q111.890625 211.15547 111.296875 210.88985Q110.71875 210.6086 110.390625 210.12422Q110.0625 209.63985 110.0625 209.07735L111.140625 209.07735Q111.171875 209.62422 111.578125 209.95235Q111.984375 210.26485 112.65625 210.26485Q113.265625 210.26485 113.640625 210.01485Q114.015625 209.76485 114.015625 209.34297ZM123.234375 211.03047Q123.140625 210.84297 123.078125 210.3586Q122.328125 211.15547 121.28125 211.15547Q120.34375 211.15547 119.734375 210.62422Q119.140625 210.09297 119.140625 209.26485Q119.140625 208.28047 119.890625 207.7336Q120.640625 207.18672 122.015625 207.18672L123.0625 207.18672L123.0625 206.68672Q123.0625 206.12422 122.71875 205.7961Q122.390625 205.45235 121.71875 205.45235Q121.140625 205.45235 120.75 205.74922Q120.359375 206.03047 120.359375 206.45235L119.265625 206.45235Q119.265625 205.96797 119.59375 205.53047Q119.9375 205.09297 120.515625 204.84297Q121.09375 204.57735 121.78125 204.57735Q122.890625 204.57735 123.5 205.12422Q124.125 205.6711 124.15625 206.62422L124.15625 209.5461Q124.15625 210.4211 124.375 210.93672L124.375 211.03047L123.234375 211.03047ZM121.4375 210.20235Q121.953125 210.20235 122.40625 209.93672Q122.859375 209.6711 123.0625 209.24922L123.0625 207.95235L122.21875 207.95235Q120.21875 207.95235 120.21875 209.12422Q120.21875 209.62422 120.5625 209.9211Q120.90625 210.20235 121.4375 210.20235ZM126.0625 207.81172Q126.0625 206.34297 126.75 205.46797Q127.4375 204.57735 128.5625 204.57735Q129.67188 204.57735 130.32812 205.32735L130.32812 202.03047L131.40625 202.03047L131.40625 211.03047L130.40625 211.03047L130.35938 210.34297Q129.70312 211.15547 128.54688 211.15547Q127.453125 211.15547 126.75 210.24922Q126.0625 209.34297 126.0625 207.88985L126.0625 207.81172ZM127.140625 207.93672Q127.140625 209.01485 127.578125 209.62422Q128.03125 210.2336 128.8125 210.2336Q129.84375 210.2336 130.32812 209.2961L130.32812 206.38985Q129.84375 205.49922 128.82812 205.49922Q128.03125 205.49922 127.578125 206.1086Q127.140625 206.71797 127.140625 207.93672ZM133.03125 207.7961Q133.03125 206.87422 133.39062 206.12422Q133.76562 205.37422 134.42188 204.9836Q135.07812 204.57735 135.90625 204.57735Q137.20312 204.57735 138.0 205.46797Q138.8125 206.3586 138.8125 207.8586L138.8125 207.93672Q138.8125 208.8586 138.45312 209.59297Q138.09375 210.32735 137.4375 210.74922Q136.78125 211.15547 135.92188 211.15547Q134.64062 211.15547 133.82812 210.26485Q133.03125 209.3586 133.03125 207.87422L133.03125 207.7961ZM134.125 207.93672Q134.125 208.9836 134.60938 209.62422Q135.10938 210.26485 135.92188 210.26485Q136.75 210.26485 137.23438 209.62422Q137.71875 208.96797 137.71875 207.7961Q137.71875 206.76485 137.21875 206.12422Q136.73438 205.46797 135.90625 205.46797Q135.10938 205.46797 134.60938 206.1086Q134.125 206.7336 134.125 207.93672ZM145.67188 207.93672Q145.67188 209.37422 145.01562 210.26485Q144.35938 211.15547 143.21875 211.15547Q142.0625 211.15547 141.40625 210.4211L141.40625 213.46797L140.32812 213.46797L140.32812 204.68672L141.3125 204.68672L141.35938 205.38985Q142.03125 204.57735 143.20312 204.57735Q144.34375 204.57735 145.0 205.43672Q145.67188 206.2961 145.67188 207.82735L145.67188 207.93672ZM144.59375 207.81172Q144.59375 206.7336 144.125 206.12422Q143.67188 205.49922 142.875 205.49922Q141.89062 205.49922 141.40625 206.3586L141.40625 209.38985Q141.89062 210.26485 142.89062 210.26485Q143.67188 210.26485 144.125 209.65547Q144.59375 209.03047 144.59375 207.81172ZM148.79688 203.15547L148.79688 204.68672L149.96875 204.68672L149.96875 205.53047L148.79688 205.53047L148.79688 209.45235Q148.79688 209.84297 148.95312 210.03047Q149.10938 210.21797 149.48438 210.21797Q149.67188 210.21797 150.0 210.15547L150.0 211.03047Q149.57812 211.15547 149.17188 211.15547Q148.45312 211.15547 148.07812 210.71797Q147.70312 210.26485 147.70312 209.45235L147.70312 205.53047L146.54688 205.53047L146.54688 204.68672L147.70312 204.68672L147.70312 203.15547L148.79688 203.15547ZM152.5 211.03047L151.42188 211.03047L151.42188 204.68672L152.5 204.68672L152.5 211.03047ZM151.32812 203.01485Q151.32812 202.74922 151.48438 202.56172Q151.65625 202.37422 151.96875 202.37422Q152.28125 202.37422 152.4375 202.56172Q152.60938 202.74922 152.60938 203.01485Q152.60938 203.26485 152.4375 203.45235Q152.28125 203.62422 151.96875 203.62422Q151.65625 203.62422 151.48438 203.45235Q151.32812 203.26485 151.32812 203.01485ZM154.03125 207.7961Q154.03125 206.87422 154.39062 206.12422Q154.76562 205.37422 155.42188 204.9836Q156.07812 204.57735 156.90625 204.57735Q158.20312 204.57735 159.0 205.46797Q159.8125 206.3586 159.8125 207.8586L159.8125 207.93672Q159.8125 208.8586 159.45312 209.59297Q159.09375 210.32735 158.4375 210.74922Q157.78125 211.15547 156.92188 211.15547Q155.64062 211.15547 154.82812 210.26485Q154.03125 209.3586 154.03125 207.87422L154.03125 207.7961ZM155.125 207.93672Q155.125 208.9836 155.60938 209.62422Q156.10938 210.26485 156.92188 210.26485Q157.75 210.26485 158.23438 209.62422Q158.71875 208.96797 158.71875 207.7961Q158.71875 206.76485 158.21875 206.12422Q157.73438 205.46797 156.90625 205.46797Q156.10938 205.46797 155.60938 206.1086Q155.125 206.7336 155.125 207.93672ZM162.34375 204.68672L162.375 205.4836Q163.10938 204.57735 164.28125 204.57735Q166.29688 204.57735 166.3125 206.84297L166.3125 211.03047L165.21875 211.03047L165.21875 206.82735Q165.21875 206.15547 164.90625 205.82735Q164.60938 205.49922 163.95312 205.49922Q163.42188 205.49922 163.01562 205.78047Q162.625 206.06172 162.40625 206.51485L162.40625 211.03047L161.32812 211.03047L161.32812 204.68672L162.34375 204.68672ZM171.53125 211.76485L170.60938 211.76485L174.17188 202.49922L175.09375 202.49922L171.53125 211.76485ZM183.01562 209.34297Q183.01562 208.90547 182.67188 208.6711Q182.34375 208.4211 181.51562 208.24922Q180.70312 208.07735 180.21875 207.82735Q179.73438 207.57735 179.5 207.24922Q179.28125 206.90547 179.28125 206.43672Q179.28125 205.65547 179.9375 205.12422Q180.59375 204.57735 181.625 204.57735Q182.70312 204.57735 183.35938 205.13985Q184.03125 205.68672 184.03125 206.5461L182.95312 206.5461Q182.95312 206.1086 182.5625 205.7961Q182.1875 205.46797 181.625 205.46797Q181.03125 205.46797 180.6875 205.7336Q180.35938 205.9836 180.35938 206.38985Q180.35938 206.78047 180.67188 206.9836Q180.98438 207.18672 181.79688 207.37422Q182.60938 207.5461 183.10938 207.7961Q183.60938 208.0461 183.84375 208.40547Q184.09375 208.76485 184.09375 209.26485Q184.09375 210.12422 183.40625 210.63985Q182.73438 211.15547 181.65625 211.15547Q180.89062 211.15547 180.29688 210.88985Q179.71875 210.6086 179.39062 210.12422Q179.0625 209.63985 179.0625 209.07735L180.14062 209.07735Q180.17188 209.62422 180.57812 209.95235Q180.98438 210.26485 181.65625 210.26485Q182.26562 210.26485 182.64062 210.01485Q183.01562 209.76485 183.01562 209.34297ZM189.23438 210.40547Q188.60938 211.15547 187.375 211.15547Q186.35938 211.15547 185.82812 210.56172Q185.29688 209.96797 185.29688 208.81172L185.29688 204.68672L186.375 204.68672L186.375 208.78047Q186.375 210.2336 187.54688 210.2336Q188.79688 210.2336 189.20312 209.2961L189.20312 204.68672L190.29688 204.68672L190.29688 211.03047L189.26562 211.03047L189.23438 210.40547ZM197.67188 207.93672Q197.67188 209.37422 197.01562 210.26485Q196.35938 211.15547 195.21875 211.15547Q194.0625 211.15547 193.40625 210.4211L193.40625 213.46797L192.32812 213.46797L192.32812 204.68672L193.3125 204.68672L193.35938 205.38985Q194.03125 204.57735 195.20312 204.57735Q196.34375 204.57735 197.0 205.43672Q197.67188 206.2961 197.67188 207.82735L197.67188 207.93672ZM196.59375 207.81172Q196.59375 206.7336 196.125 206.12422Q195.67188 205.49922 194.875 205.49922Q193.89062 205.49922 193.40625 206.3586L193.40625 209.38985Q193.89062 210.26485 194.89062 210.26485Q195.67188 210.26485 196.125 209.65547Q196.59375 209.03047 196.59375 207.81172ZM204.67188 207.93672Q204.67188 209.37422 204.01562 210.26485Q203.35938 211.15547 202.21875 211.15547Q201.0625 211.15547 200.40625 210.4211L200.40625 213.46797L199.32812 213.46797L199.32812 204.68672L200.3125 204.68672L200.35938 205.38985Q201.03125 204.57735 202.20312 204.57735Q203.34375 204.57735 204.0 205.43672Q204.67188 206.2961 204.67188 207.82735L204.67188 207.93672ZM203.59375 207.81172Q203.59375 206.7336 203.125 206.12422Q202.67188 205.49922 201.875 205.49922Q200.89062 205.49922 200.40625 206.3586L200.40625 209.38985Q200.89062 210.26485 201.89062 210.26485Q202.67188 210.26485 203.125 209.65547Q203.59375 209.03047 203.59375 207.81172ZM206.03125 207.7961Q206.03125 206.87422 206.39062 206.12422Q206.76562 205.37422 207.42188 204.9836Q208.07812 204.57735 208.90625 204.57735Q210.20312 204.57735 211.0 205.46797Q211.8125 206.3586 211.8125 207.8586L211.8125 207.93672Q211.8125 208.8586 211.45312 209.59297Q211.09375 210.32735 210.4375 210.74922Q209.78125 211.15547 208.92188 211.15547Q207.64062 211.15547 206.82812 210.26485Q206.03125 209.3586 206.03125 207.87422L206.03125 207.7961ZM207.125 207.93672Q207.125 208.9836 207.60938 209.62422Q208.10938 210.26485 208.92188 210.26485Q209.75 210.26485 210.23438 209.62422Q210.71875 208.96797 210.71875 207.7961Q210.71875 206.76485 210.21875 206.12422Q209.73438 205.46797 208.90625 205.46797Q208.10938 205.46797 207.60938 206.1086Q207.125 206.7336 207.125 207.93672ZM216.39062 205.65547Q216.14062 205.62422 215.85938 205.62422Q214.78125 205.62422 214.40625 206.53047L214.40625 211.03047L213.32812 211.03047L213.32812 204.68672L214.375 204.68672L214.39062 205.4211Q214.92188 204.57735 215.90625 204.57735Q216.21875 204.57735 216.39062 204.65547L216.39062 205.65547ZM218.79688 203.15547L218.79688 204.68672L219.96875 204.68672L219.96875 205.53047L218.79688 205.53047L218.79688 209.45235Q218.79688 209.84297 218.95312 210.03047Q219.10938 210.21797 219.48438 210.21797Q219.67188 210.21797 220.0 210.15547L220.0 211.03047Q219.57812 211.15547 219.17188 211.15547Q218.45312 211.15547 218.07812 210.71797Q217.70312 210.26485 217.70312 209.45235L217.70312 205.53047L216.54688 205.53047L216.54688 204.68672L217.70312 204.68672L217.70312 203.15547L218.79688 203.15547Z" fill-rule="nonzero"/><path fill="#666666" d="M38.765625 231.74551Q38.609375 233.08926 37.765625 233.83926Q36.921875 234.57364 35.53125 234.57364Q34.015625 234.57364 33.109375 233.49551Q32.203125 232.40176 32.203125 230.57364L32.203125 229.76114Q32.203125 228.57364 32.625 227.66739Q33.046875 226.76114 33.828125 226.27676Q34.609375 225.79239 35.625 225.79239Q36.984375 225.79239 37.796875 226.55801Q38.625 227.32364 38.765625 228.65176L37.640625 228.65176Q37.484375 227.63614 37.0 227.18301Q36.515625 226.72989 35.625 226.72989Q34.546875 226.72989 33.9375 227.52676Q33.328125 228.32364 33.328125 229.79239L33.328125 230.62051Q33.328125 232.01114 33.90625 232.83926Q34.484375 233.65176 35.53125 233.65176Q36.46875 233.65176 36.96875 233.22989Q37.46875 232.79239 37.640625 231.74551L38.765625 231.74551ZM40.03125 231.21426Q40.03125 230.29239 40.390625 229.54239Q40.765625 228.79239 41.421875 228.40176Q42.078125 227.99551 42.90625 227.99551Q44.203125 227.99551 45.0 228.88614Q45.8125 229.77676 45.8125 231.27676L45.8125 231.35489Q45.8125 232.27676 45.453125 233.01114Q45.09375 233.74551 44.4375 234.16739Q43.78125 234.57364 42.921875 234.57364Q41.640625 234.57364 40.828125 233.68301Q40.03125 232.77676 40.03125 231.29239L40.03125 231.21426ZM41.125 231.35489Q41.125 232.40176 41.609375 233.04239Q42.109375 233.68301 42.921875 233.68301Q43.75 233.68301 44.234375 233.04239Q44.71875 232.38614 44.71875 231.21426Q44.71875 230.18301 44.21875 229.54239Q43.734375 228.88614 42.90625 228.88614Q42.109375 228.88614 41.609375 229.52676Q41.125 230.15176 41.125 231.35489ZM48.34375 228.10489L48.375 228.90176Q49.109375 227.99551 50.28125 227.99551Q52.296875 227.99551 52.3125 230.26114L52.3125 234.44864L51.21875 234.44864L51.21875 230.24551Q51.21875 229.57364 50.90625 229.24551Q50.609375 228.91739 49.953125 228.91739Q49.421875 228.91739 49.015625 229.19864Q48.625 229.47989 48.40625 229.93301L48.40625 234.44864L47.328125 234.44864L47.328125 228.10489L48.34375 228.10489ZM56.40625 232.97989L57.984375 228.10489L59.09375 228.10489L56.8125 234.44864L55.984375 234.44864L53.6875 228.10489L54.796875 228.10489L56.40625 232.97989ZM61.5 234.44864L60.421875 234.44864L60.421875 228.10489L61.5 228.10489L61.5 234.44864ZM60.328125 226.43301Q60.328125 226.16739 60.484375 225.97989Q60.65625 225.79239 60.96875 225.79239Q61.28125 225.79239 61.4375 225.97989Q61.609375 226.16739 61.609375 226.43301Q61.609375 226.68301 61.4375 226.87051Q61.28125 227.04239 60.96875 227.04239Q60.65625 227.04239 60.484375 226.87051Q60.328125 226.68301 60.328125 226.43301ZM64.34375 228.10489L64.375 228.90176Q65.109375 227.99551 66.28125 227.99551Q68.296875 227.99551 68.3125 230.26114L68.3125 234.44864L67.21875 234.44864L67.21875 230.24551Q67.21875 229.57364 66.90625 229.24551Q66.609375 228.91739 65.953125 228.91739Q65.421875 228.91739 65.015625 229.19864Q64.625 229.47989 64.40625 229.93301L64.40625 234.44864L63.328125 234.44864L63.328125 228.10489L64.34375 228.10489ZM72.859375 233.68301Q73.4375 233.68301 73.875 233.33926Q74.3125 232.97989 74.359375 232.44864L75.390625 232.44864Q75.359375 232.99551 75.0 233.49551Q74.65625 233.97989 74.078125 234.27676Q73.515625 234.57364 72.859375 234.57364Q71.5625 234.57364 70.796875 233.71426Q70.046875 232.83926 70.046875 231.33926L70.046875 231.15176Q70.046875 230.22989 70.375 229.51114Q70.71875 228.79239 71.34375 228.40176Q71.984375 227.99551 72.859375 227.99551Q73.921875 227.99551 74.625 228.63614Q75.34375 229.26114 75.390625 230.29239L74.359375 230.29239Q74.3125 229.66739 73.890625 229.27676Q73.46875 228.88614 72.859375 228.88614Q72.03125 228.88614 71.578125 229.47989Q71.125 230.07364 71.125 231.19864L71.125 231.40176Q71.125 232.49551 71.578125 233.08926Q72.03125 233.68301 72.859375 233.68301ZM77.5 234.44864L76.421875 234.44864L76.421875 228.10489L77.5 228.10489L77.5 234.44864ZM76.328125 226.43301Q76.328125 226.16739 76.484375 225.97989Q76.65625 225.79239 76.96875 225.79239Q77.28125 225.79239 77.4375 225.97989Q77.609375 226.16739 77.609375 226.43301Q77.609375 226.68301 77.4375 226.87051Q77.28125 227.04239 76.96875 227.04239Q76.65625 227.04239 76.484375 226.87051Q76.328125 226.68301 76.328125 226.43301ZM80.34375 228.10489L80.375 228.90176Q81.109375 227.99551 82.28125 227.99551Q84.296875 227.99551 84.3125 230.26114L84.3125 234.44864L83.21875 234.44864L83.21875 230.24551Q83.21875 229.57364 82.90625 229.24551Q82.609375 228.91739 81.953125 228.91739Q81.421875 228.91739 81.015625 229.19864Q80.625 229.47989 80.40625 229.93301L80.40625 234.44864L79.328125 234.44864L79.328125 228.10489L80.34375 228.10489ZM86.0625 231.22989Q86.0625 229.74551 86.75 228.87051Q87.4375 227.99551 88.5625 227.99551Q89.71875 227.99551 90.375 228.80801L90.421875 228.10489L91.421875 228.10489L91.421875 234.29239Q91.421875 235.52676 90.6875 236.22989Q89.953125 236.94864 88.734375 236.94864Q88.046875 236.94864 87.390625 236.65176Q86.734375 236.35489 86.390625 235.85489L86.953125 235.19864Q87.640625 236.05801 88.65625 236.05801Q89.4375 236.05801 89.875 235.60489Q90.328125 235.16739 90.328125 234.35489L90.328125 233.80801Q89.671875 234.57364 88.546875 234.57364Q87.4375 234.57364 86.75 233.68301Q86.0625 232.77676 86.0625 231.22989ZM87.15625 231.35489Q87.15625 232.41739 87.59375 233.04239Q88.03125 233.65176 88.828125 233.65176Q89.84375 233.65176 90.328125 232.71426L90.328125 229.82364Q89.828125 228.91739 88.828125 228.91739Q88.046875 228.91739 87.59375 229.52676Q87.15625 230.13614 87.15625 231.35489ZM96.03125 231.21426Q96.03125 230.29239 96.390625 229.54239Q96.765625 228.79239 97.421875 228.40176Q98.078125 227.99551 98.90625 227.99551Q100.203125 227.99551 101.0 228.88614Q101.8125 229.77676 101.8125 231.27676L101.8125 231.35489Q101.8125 232.27676 101.453125 233.01114Q101.09375 233.74551 100.4375 234.16739Q99.78125 234.57364 98.921875 234.57364Q97.640625 234.57364 96.828125 233.68301Q96.03125 232.77676 96.03125 231.29239L96.03125 231.21426ZM97.125 231.35489Q97.125 232.40176 97.609375 233.04239Q98.109375 233.68301 98.921875 233.68301Q99.75 233.68301 100.234375 233.04239Q100.71875 232.38614 100.71875 231.21426Q100.71875 230.18301 100.21875 229.54239Q99.734375 228.88614 98.90625 228.88614Q98.109375 228.88614 97.609375 229.52676Q97.125 230.15176 97.125 231.35489ZM104.796875 226.57364L104.796875 228.10489L105.96875 228.10489L105.96875 228.94864L104.796875 228.94864L104.796875 232.87051Q104.796875 233.26114 104.953125 233.44864Q105.109375 233.63614 105.484375 233.63614Q105.671875 233.63614 106.0 233.57364L106.0 234.44864Q105.578125 234.57364 105.171875 234.57364Q104.453125 234.57364 104.078125 234.13614Q103.703125 233.68301 103.703125 232.87051L103.703125 228.94864L102.546875 228.94864L102.546875 228.10489L103.703125 228.10489L103.703125 226.57364L104.796875 226.57364ZM108.40625 228.87051Q109.125 227.99551 110.28125 227.99551Q112.296875 227.99551 112.3125 230.26114L112.3125 234.44864L111.21875 234.44864L111.21875 230.24551Q111.21875 229.57364 110.90625 229.24551Q110.609375 228.91739 109.953125 228.91739Q109.421875 228.91739 109.015625 229.19864Q108.625 229.47989 108.40625 229.93301L108.40625 234.44864L107.328125 234.44864L107.328125 225.44864L108.40625 225.44864L108.40625 228.87051ZM116.953125 234.57364Q115.65625 234.57364 114.84375 233.72989Q114.046875 232.87051 114.046875 231.44864L114.046875 231.26114Q114.046875 230.30801 114.40625 229.57364Q114.765625 228.82364 115.40625 228.41739Q116.0625 227.99551 116.8125 227.99551Q118.046875 227.99551 118.734375 228.80801Q119.421875 229.62051 119.421875 231.13614L119.421875 231.58926L115.125 231.58926Q115.15625 232.52676 115.671875 233.10489Q116.203125 233.68301 117.015625 233.68301Q117.578125 233.68301 117.96875 233.44864Q118.375 233.21426 118.6875 232.82364L119.34375 233.33926Q118.546875 234.57364 116.953125 234.57364ZM116.8125 228.88614Q116.15625 228.88614 115.703125 229.37051Q115.265625 229.83926 115.171875 230.69864L118.34375 230.69864L118.34375 230.62051Q118.296875 229.79239 117.890625 229.33926Q117.5 228.88614 116.8125 228.88614ZM123.390625 229.07364Q123.140625 229.04239 122.859375 229.04239Q121.78125 229.04239 121.40625 229.94864L121.40625 234.44864L120.328125 234.44864L120.328125 228.10489L121.375 228.10489L121.390625 228.83926Q121.921875 227.99551 122.90625 227.99551Q123.21875 227.99551 123.390625 228.07364L123.390625 229.07364ZM129.85938 233.68301Q130.4375 233.68301 130.875 233.33926Q131.3125 232.97989 131.35938 232.44864L132.39062 232.44864Q132.35938 232.99551 132.0 233.49551Q131.65625 233.97989 131.07812 234.27676Q130.51562 234.57364 129.85938 234.57364Q128.5625 234.57364 127.796875 233.71426Q127.046875 232.83926 127.046875 231.33926L127.046875 231.15176Q127.046875 230.22989 127.375 229.51114Q127.71875 228.79239 128.34375 228.40176Q128.98438 227.99551 129.85938 227.99551Q130.92188 227.99551 131.625 228.63614Q132.34375 229.26114 132.39062 230.29239L131.35938 230.29239Q131.3125 229.66739 130.89062 229.27676Q130.46875 228.88614 129.85938 228.88614Q129.03125 228.88614 128.57812 229.47989Q128.125 230.07364 128.125 231.19864L128.125 231.40176Q128.125 232.49551 128.57812 233.08926Q129.03125 233.68301 129.85938 233.68301ZM133.03125 231.21426Q133.03125 230.29239 133.39062 229.54239Q133.76562 228.79239 134.42188 228.40176Q135.07812 227.99551 135.90625 227.99551Q137.20312 227.99551 138.0 228.88614Q138.8125 229.77676 138.8125 231.27676L138.8125 231.35489Q138.8125 232.27676 138.45312 233.01114Q138.09375 233.74551 137.4375 234.16739Q136.78125 234.57364 135.92188 234.57364Q134.64062 234.57364 133.82812 233.68301Q133.03125 232.77676 133.03125 231.29239L133.03125 231.21426ZM134.125 231.35489Q134.125 232.40176 134.60938 233.04239Q135.10938 233.68301 135.92188 233.68301Q136.75 233.68301 137.23438 233.04239Q137.71875 232.38614 137.71875 231.21426Q137.71875 230.18301 137.21875 229.54239Q136.73438 228.88614 135.90625 228.88614Q135.10938 228.88614 134.60938 229.52676Q134.125 230.15176 134.125 231.35489ZM142.57812 231.26114L139.71875 231.26114L139.71875 230.38614L142.57812 230.38614L142.57812 231.26114ZM148.9375 232.94864L150.15625 228.10489L151.23438 228.10489L149.39062 234.44864L148.51562 234.44864L146.96875 229.63614L145.46875 234.44864L144.59375 234.44864L142.75 228.10489L143.82812 228.10489L145.07812 232.85489L146.5625 228.10489L147.42188 228.10489L148.9375 232.94864ZM152.03125 231.21426Q152.03125 230.29239 152.39062 229.54239Q152.76562 228.79239 153.42188 228.40176Q154.07812 227.99551 154.90625 227.99551Q156.20312 227.99551 157.0 228.88614Q157.8125 229.77676 157.8125 231.27676L157.8125 231.35489Q157.8125 232.27676 157.45312 233.01114Q157.09375 233.74551 156.4375 234.16739Q155.78125 234.57364 154.92188 234.57364Q153.64062 234.57364 152.82812 233.68301Q152.03125 232.77676 152.03125 231.29239L152.03125 231.21426ZM153.125 231.35489Q153.125 232.40176 153.60938 233.04239Q154.10938 233.68301 154.92188 233.68301Q155.75 233.68301 156.23438 233.04239Q156.71875 232.38614 156.71875 231.21426Q156.71875 230.18301 156.21875 229.54239Q155.73438 228.88614 154.90625 228.88614Q154.10938 228.88614 153.60938 229.52676Q153.125 230.15176 153.125 231.35489ZM162.39062 229.07364Q162.14062 229.04239 161.85938 229.04239Q160.78125 229.04239 160.40625 229.94864L160.40625 234.44864L159.32812 234.44864L159.32812 228.10489L160.375 228.10489L160.39062 228.83926Q160.92188 227.99551 161.90625 227.99551Q162.21875 227.99551 162.39062 228.07364L162.39062 229.07364ZM165.09375 231.51114L164.40625 232.21426L164.40625 234.44864L163.32812 234.44864L163.32812 225.44864L164.40625 225.44864L164.40625 230.88614L164.98438 230.19864L166.96875 228.10489L168.28125 228.10489L165.8125 230.76114L168.57812 234.44864L167.29688 234.44864L165.09375 231.51114ZM171.95312 234.57364Q170.65625 234.57364 169.84375 233.72989Q169.04688 232.87051 169.04688 231.44864L169.04688 231.26114Q169.04688 230.30801 169.40625 229.57364Q169.76562 228.82364 170.40625 228.41739Q171.0625 227.99551 171.8125 227.99551Q173.04688 227.99551 173.73438 228.80801Q174.42188 229.62051 174.42188 231.13614L174.42188 231.58926L170.125 231.58926Q170.15625 232.52676 170.67188 233.10489Q171.20312 233.68301 172.01562 233.68301Q172.57812 233.68301 172.96875 233.44864Q173.375 233.21426 173.6875 232.82364L174.34375 233.33926Q173.54688 234.57364 171.95312 234.57364ZM171.8125 228.88614Q171.15625 228.88614 170.70312 229.37051Q170.26562 229.83926 170.17188 230.69864L173.34375 230.69864L173.34375 230.62051Q173.29688 229.79239 172.89062 229.33926Q172.5 228.88614 171.8125 228.88614ZM178.39062 229.07364Q178.14062 229.04239 177.85938 229.04239Q176.78125 229.04239 176.40625 229.94864L176.40625 234.44864L175.32812 234.44864L175.32812 228.10489L176.375 228.10489L176.39062 228.83926Q176.92188 227.99551 177.90625 227.99551Q178.21875 227.99551 178.39062 228.07364L178.39062 229.07364ZM183.01562 232.76114Q183.01562 232.32364 182.67188 232.08926Q182.34375 231.83926 181.51562 231.66739Q180.70312 231.49551 180.21875 231.24551Q179.73438 230.99551 179.5 230.66739Q179.28125 230.32364 179.28125 229.85489Q179.28125 229.07364 179.9375 228.54239Q180.59375 227.99551 181.625 227.99551Q182.70312 227.99551 183.35938 228.55801Q184.03125 229.10489 184.03125 229.96426L182.95312 229.96426Q182.95312 229.52676 182.5625 229.21426Q182.1875 228.88614 181.625 228.88614Q181.03125 228.88614 180.6875 229.15176Q180.35938 229.40176 180.35938 229.80801Q180.35938 230.19864 180.67188 230.40176Q180.98438 230.60489 181.79688 230.79239Q182.60938 230.96426 183.10938 231.21426Q183.60938 231.46426 183.84375 231.82364Q184.09375 232.18301 184.09375 232.68301Q184.09375 233.54239 183.40625 234.05801Q182.73438 234.57364 181.65625 234.57364Q180.89062 234.57364 180.29688 234.30801Q179.71875 234.02676 179.39062 233.54239Q179.0625 233.05801 179.0625 232.49551L180.14062 232.49551Q180.17188 233.04239 180.57812 233.37051Q180.98438 233.68301 181.65625 233.68301Q182.26562 233.68301 182.64062 233.43301Q183.01562 233.18301 183.01562 232.76114ZM189.79688 226.57364L189.79688 228.10489L190.96875 228.10489L190.96875 228.94864L189.79688 228.94864L189.79688 232.87051Q189.79688 233.26114 189.95312 233.44864Q190.10938 233.63614 190.48438 233.63614Q190.67188 233.63614 191.0 233.57364L191.0 234.44864Q190.57812 234.57364 190.17188 234.57364Q189.45312 234.57364 189.07812 234.13614Q188.70312 233.68301 188.70312 232.87051L188.70312 228.94864L187.54688 228.94864L187.54688 228.10489L188.70312 228.10489L188.70312 226.57364L189.79688 226.57364ZM192.03125 231.21426Q192.03125 230.29239 192.39062 229.54239Q192.76562 228.79239 193.42188 228.40176Q194.07812 227.99551 194.90625 227.99551Q196.20312 227.99551 197.0 228.88614Q197.8125 229.77676 197.8125 231.27676L197.8125 231.35489Q197.8125 232.27676 197.45312 233.01114Q197.09375 233.74551 196.4375 234.16739Q195.78125 234.57364 194.92188 234.57364Q193.64062 234.57364 192.82812 233.68301Q192.03125 232.77676 192.03125 231.29239L192.03125 231.21426ZM193.125 231.35489Q193.125 232.40176 193.60938 233.04239Q194.10938 233.68301 194.92188 233.68301Q195.75 233.68301 196.23438 233.04239Q196.71875 232.38614 196.71875 231.21426Q196.71875 230.18301 196.21875 229.54239Q195.73438 228.88614 194.90625 228.88614Q194.10938 228.88614 193.60938 229.52676Q193.125 230.15176 193.125 231.35489ZM206.23438 233.82364Q205.60938 234.57364 204.375 234.57364Q203.35938 234.57364 202.82812 233.97989Q202.29688 233.38614 202.29688 232.22989L202.29688 228.10489L203.375 228.10489L203.375 232.19864Q203.375 233.65176 204.54688 233.65176Q205.79688 233.65176 206.20312 232.71426L206.20312 228.10489L207.29688 228.10489L207.29688 234.44864L206.26562 234.44864L206.23438 233.82364ZM213.01562 232.76114Q213.01562 232.32364 212.67188 232.08926Q212.34375 231.83926 211.51562 231.66739Q210.70312 231.49551 210.21875 231.24551Q209.73438 230.99551 209.5 230.66739Q209.28125 230.32364 209.28125 229.85489Q209.28125 229.07364 209.9375 228.54239Q210.59375 227.99551 211.625 227.99551Q212.70312 227.99551 213.35938 228.55801Q214.03125 229.10489 214.03125 229.96426L212.95312 229.96426Q212.95312 229.52676 212.5625 229.21426Q212.1875 228.88614 211.625 228.88614Q211.03125 228.88614 210.6875 229.15176Q210.35938 229.40176 210.35938 229.80801Q210.35938 230.19864 210.67188 230.40176Q210.98438 230.60489 211.79688 230.79239Q212.60938 230.96426 213.10938 231.21426Q213.60938 231.46426 213.84375 231.82364Q214.09375 232.18301 214.09375 232.68301Q214.09375 233.54239 213.40625 234.05801Q212.73438 234.57364 211.65625 234.57364Q210.89062 234.57364 210.29688 234.30801Q209.71875 234.02676 209.39062 233.54239Q209.0625 233.05801 209.0625 232.49551L210.14062 232.49551Q210.17188 233.04239 210.57812 233.37051Q210.98438 233.68301 211.65625 233.68301Q212.26562 233.68301 212.64062 233.43301Q213.01562 233.18301 213.01562 232.76114ZM217.95312 234.57364Q216.65625 234.57364 215.84375 233.72989Q215.04688 232.87051 215.04688 231.44864L215.04688 231.26114Q215.04688 230.30801 215.40625 229.57364Q215.76562 228.82364 216.40625 228.41739Q217.0625 227.99551 217.8125 227.99551Q219.04688 227.99551 219.73438 228.80801Q220.42188 229.62051 220.42188 231.13614L220.42188 231.58926L216.125 231.58926Q216.15625 232.52676 216.67188 233.10489Q217.20312 233.68301 218.01562 233.68301Q218.57812 233.68301 218.96875 233.44864Q219.375 233.21426 219.6875 232.82364L220.34375 233.33926Q219.54688 234.57364 217.95312 234.57364ZM217.8125 228.88614Q217.15625 228.88614 216.70312 229.37051Q216.26562 229.83926 216.17188 230.69864L219.34375 230.69864L219.34375 230.62051Q219.29688 229.79239 218.89062 229.33926Q218.5 228.88614 217.8125 228.88614Z" fill-rule="nonzero"/><path fill="#666666" d="M215.5 249.44864L214.42188 249.44864L214.42188 243.10489L215.5 243.10489L215.5 249.44864ZM214.32812 241.43301Q214.32812 241.16739 214.48438 240.97989Q214.65625 240.79239 214.96875 240.79239Q215.28125 240.79239 215.4375 240.97989Q215.60938 241.16739 215.60938 241.43301Q215.60938 241.68301 215.4375 241.87051Q215.28125 242.04239 214.96875 242.04239Q214.65625 242.04239 214.48438 241.87051Q214.32812 241.68301 214.32812 241.43301ZM218.79688 241.57364L218.79688 243.10489L219.96875 243.10489L219.96875 243.94864L218.79688 243.94864L218.79688 247.87051Q218.79688 248.26114 218.95312 248.44864Q219.10938 248.63614 219.48438 248.63614Q219.67188 248.63614 220.0 248.57364L220.0 249.44864Q219.57812 249.57364 219.17188 249.57364Q218.45312 249.57364 218.07812 249.13614Q217.70312 248.68301 217.70312 247.87051L217.70312 243.94864L216.54688 243.94864L216.54688 243.10489L217.70312 243.10489L217.70312 241.57364L218.79688 241.57364Z" fill-rule="nonzero"/><path fill="#666666" d="M149.3125 268.9293L145.60938 268.9293L145.60938 271.94492L149.90625 271.94492L149.90625 272.8668L144.48438 272.8668L144.48438 264.33554L149.85938 264.33554L149.85938 265.25742L145.60938 265.25742L145.60938 268.00742L149.3125 268.00742L149.3125 268.9293ZM154.39062 267.4918Q154.14062 267.46054 153.85938 267.46054Q152.78125 267.46054 152.40625 268.3668L152.40625 272.8668L151.32812 272.8668L151.32812 266.52304L152.375 266.52304L152.39062 267.25742Q152.92188 266.41367 153.90625 266.41367Q154.21875 266.41367 154.39062 266.4918L154.39062 267.4918ZM158.39062 267.4918Q158.14062 267.46054 157.85938 267.46054Q156.78125 267.46054 156.40625 268.3668L156.40625 272.8668L155.32812 272.8668L155.32812 266.52304L156.375 266.52304L156.39062 267.25742Q156.92188 266.41367 157.90625 266.41367Q158.21875 266.41367 158.39062 266.4918L158.39062 267.4918ZM159.03125 269.63242Q159.03125 268.71054 159.39062 267.96054Q159.76562 267.21054 160.42188 266.81992Q161.07812 266.41367 161.90625 266.41367Q163.20312 266.41367 164.0 267.3043Q164.8125 268.19492 164.8125 269.69492L164.8125 269.77304Q164.8125 270.69492 164.45312 271.4293Q164.09375 272.16367 163.4375 272.58554Q162.78125 272.9918 161.92188 272.9918Q160.64062 272.9918 159.82812 272.10117Q159.03125 271.19492 159.03125 269.71054L159.03125 269.63242ZM160.125 269.77304Q160.125 270.81992 160.60938 271.46054Q161.10938 272.10117 161.92188 272.10117Q162.75 272.10117 163.23438 271.46054Q163.71875 270.8043 163.71875 269.63242Q163.71875 268.60117 163.21875 267.96054Q162.73438 267.3043 161.90625 267.3043Q161.10938 267.3043 160.60938 267.94492Q160.125 268.56992 160.125 269.77304ZM169.39062 267.4918Q169.14062 267.46054 168.85938 267.46054Q167.78125 267.46054 167.40625 268.3668L167.40625 272.8668L166.32812 272.8668L166.32812 266.52304L167.375 266.52304L167.39062 267.25742Q167.92188 266.41367 168.90625 266.41367Q169.21875 266.41367 169.39062 266.4918L169.39062 267.4918ZM174.40625 267.28867Q175.125 266.41367 176.28125 266.41367Q178.29688 266.41367 178.3125 268.6793L178.3125 272.8668L177.21875 272.8668L177.21875 268.66367Q177.21875 267.9918 176.90625 267.66367Q176.60938 267.33554 175.95312 267.33554Q175.42188 267.33554 175.01562 267.6168Q174.625 267.89804 174.40625 268.35117L174.40625 272.8668L173.32812 272.8668L173.32812 263.8668L174.40625 263.8668L174.40625 267.28867ZM184.23438 272.8668Q184.14062 272.6793 184.07812 272.19492Q183.32812 272.9918 182.28125 272.9918Q181.34375 272.9918 180.73438 272.46054Q180.14062 271.9293 180.14062 271.10117Q180.14062 270.1168 180.89062 269.56992Q181.64062 269.02304 183.01562 269.02304L184.0625 269.02304L184.0625 268.52304Q184.0625 267.96054 183.71875 267.63242Q183.39062 267.28867 182.71875 267.28867Q182.14062 267.28867 181.75 267.58554Q181.35938 267.8668 181.35938 268.28867L180.26562 268.28867Q180.26562 267.8043 180.59375 267.3668Q180.9375 266.9293 181.51562 266.6793Q182.09375 266.41367 182.78125 266.41367Q183.89062 266.41367 184.5 266.96054Q185.125 267.50742 185.15625 268.46054L185.15625 271.38242Q185.15625 272.25742 185.375 272.77304L185.375 272.8668L184.23438 272.8668ZM182.4375 272.03867Q182.95312 272.03867 183.40625 271.77304Q183.85938 271.50742 184.0625 271.08554L184.0625 269.78867L183.21875 269.78867Q181.21875 269.78867 181.21875 270.96054Q181.21875 271.46054 181.5625 271.75742Q181.90625 272.03867 182.4375 272.03867ZM188.34375 266.52304L188.375 267.31992Q189.10938 266.41367 190.28125 266.41367Q192.29688 266.41367 192.3125 268.6793L192.3125 272.8668L191.21875 272.8668L191.21875 268.66367Q191.21875 267.9918 190.90625 267.66367Q190.60938 267.33554 189.95312 267.33554Q189.42188 267.33554 189.01562 267.6168Q188.625 267.89804 188.40625 268.35117L188.40625 272.8668L187.32812 272.8668L187.32812 266.52304L188.34375 266.52304ZM194.0625 269.64804Q194.0625 268.1793 194.75 267.3043Q195.4375 266.41367 196.5625 266.41367Q197.67188 266.41367 198.32812 267.16367L198.32812 263.8668L199.40625 263.8668L199.40625 272.8668L198.40625 272.8668L198.35938 272.1793Q197.70312 272.9918 196.54688 272.9918Q195.45312 272.9918 194.75 272.08554Q194.0625 271.1793 194.0625 269.72617L194.0625 269.64804ZM195.14062 269.77304Q195.14062 270.85117 195.57812 271.46054Q196.03125 272.06992 196.8125 272.06992Q197.84375 272.06992 198.32812 271.13242L198.32812 268.22617Q197.84375 267.33554 196.82812 267.33554Q196.03125 267.33554 195.57812 267.94492Q195.14062 268.5543 195.14062 269.77304ZM202.5 272.8668L201.42188 272.8668L201.42188 263.8668L202.5 263.8668L202.5 272.8668ZM205.5 272.8668L204.42188 272.8668L204.42188 266.52304L205.5 266.52304L205.5 272.8668ZM204.32812 264.85117Q204.32812 264.58554 204.48438 264.39804Q204.65625 264.21054 204.96875 264.21054Q205.28125 264.21054 205.4375 264.39804Q205.60938 264.58554 205.60938 264.85117Q205.60938 265.10117 205.4375 265.28867Q205.28125 265.46054 204.96875 265.46054Q204.65625 265.46054 204.48438 265.28867Q204.32812 265.10117 204.32812 264.85117ZM208.34375 266.52304L208.375 267.31992Q209.10938 266.41367 210.28125 266.41367Q212.29688 266.41367 212.3125 268.6793L212.3125 272.8668L211.21875 272.8668L211.21875 268.66367Q211.21875 267.9918 210.90625 267.66367Q210.60938 267.33554 209.95312 267.33554Q209.42188 267.33554 209.01562 267.6168Q208.625 267.89804 208.40625 268.35117L208.40625 272.8668L207.32812 272.8668L207.32812 266.52304L208.34375 266.52304ZM214.0625 269.64804Q214.0625 268.16367 214.75 267.28867Q215.4375 266.41367 216.5625 266.41367Q217.71875 266.41367 218.375 267.22617L218.42188 266.52304L219.42188 266.52304L219.42188 272.71054Q219.42188 273.94492 218.6875 274.64804Q217.95312 275.3668 216.73438 275.3668Q216.04688 275.3668 215.39062 275.06992Q214.73438 274.77304 214.39062 274.27304L214.95312 273.6168Q215.64062 274.47617 216.65625 274.47617Q217.4375 274.47617 217.875 274.02304Q218.32812 273.58554 218.32812 272.77304L218.32812 272.22617Q217.67188 272.9918 216.54688 272.9918Q215.4375 272.9918 214.75 272.10117Q214.0625 271.19492 214.0625 269.64804ZM215.15625 269.77304Q215.15625 270.83554 215.59375 271.46054Q216.03125 272.06992 216.82812 272.06992Q217.84375 272.06992 218.32812 271.13242L218.32812 268.2418Q217.82812 267.33554 216.82812 267.33554Q216.04688 267.33554 215.59375 267.94492Q215.15625 268.5543 215.15625 269.77304Z" fill-rule="nonzero"/><path fill="#666666" d="M64.9375 295.2537L67.734375 302.20682L70.515625 295.2537L71.984375 295.2537L71.984375 303.78494L70.859375 303.78494L70.859375 300.45682L70.96875 296.8787L68.15625 303.78494L67.296875 303.78494L64.5 296.89432L64.609375 300.45682L64.609375 303.78494L63.484375 303.78494L63.484375 295.2537L64.9375 295.2537ZM74.5 303.78494L73.421875 303.78494L73.421875 297.4412L74.5 297.4412L74.5 303.78494ZM73.328125 295.76932Q73.328125 295.5037 73.484375 295.3162Q73.65625 295.1287 73.96875 295.1287Q74.28125 295.1287 74.4375 295.3162Q74.609375 295.5037 74.609375 295.76932Q74.609375 296.01932 74.4375 296.20682Q74.28125 296.3787 73.96875 296.3787Q73.65625 296.3787 73.484375 296.20682Q73.328125 296.01932 73.328125 295.76932ZM80.015625 302.09744Q80.015625 301.65994 79.671875 301.42557Q79.34375 301.17557 78.515625 301.0037Q77.703125 300.83182 77.21875 300.58182Q76.734375 300.33182 76.5 300.0037Q76.28125 299.65994 76.28125 299.1912Q76.28125 298.40994 76.9375 297.8787Q77.59375 297.33182 78.625 297.33182Q79.703125 297.33182 80.359375 297.89432Q81.03125 298.4412 81.03125 299.30057L79.953125 299.30057Q79.953125 298.86307 79.5625 298.55057Q79.1875 298.22244 78.625 298.22244Q78.03125 298.22244 77.6875 298.48807Q77.359375 298.73807 77.359375 299.14432Q77.359375 299.53494 77.671875 299.73807Q77.984375 299.9412 78.796875 300.1287Q79.609375 300.30057 80.109375 300.55057Q80.609375 300.80057 80.84375 301.15994Q81.09375 301.51932 81.09375 302.01932Q81.09375 302.8787 80.40625 303.39432Q79.734375 303.90994 78.65625 303.90994Q77.890625 303.90994 77.296875 303.64432Q76.71875 303.36307 76.390625 302.8787Q76.0625 302.39432 76.0625 301.83182L77.140625 301.83182Q77.171875 302.3787 77.578125 302.70682Q77.984375 303.01932 78.65625 303.01932Q79.265625 303.01932 79.640625 302.76932Q80.015625 302.51932 80.015625 302.09744ZM86.015625 302.09744Q86.015625 301.65994 85.671875 301.42557Q85.34375 301.17557 84.515625 301.0037Q83.703125 300.83182 83.21875 300.58182Q82.734375 300.33182 82.5 300.0037Q82.28125 299.65994 82.28125 299.1912Q82.28125 298.40994 82.9375 297.8787Q83.59375 297.33182 84.625 297.33182Q85.703125 297.33182 86.359375 297.89432Q87.03125 298.4412 87.03125 299.30057L85.953125 299.30057Q85.953125 298.86307 85.5625 298.55057Q85.1875 298.22244 84.625 298.22244Q84.03125 298.22244 83.6875 298.48807Q83.359375 298.73807 83.359375 299.14432Q83.359375 299.53494 83.671875 299.73807Q83.984375 299.9412 84.796875 300.1287Q85.609375 300.30057 86.109375 300.55057Q86.609375 300.80057 86.84375 301.15994Q87.09375 301.51932 87.09375 302.01932Q87.09375 302.8787 86.40625 303.39432Q85.734375 303.90994 84.65625 303.90994Q83.890625 303.90994 83.296875 303.64432Q82.71875 303.36307 82.390625 302.8787Q82.0625 302.39432 82.0625 301.83182L83.140625 301.83182Q83.171875 302.3787 83.578125 302.70682Q83.984375 303.01932 84.65625 303.01932Q85.265625 303.01932 85.640625 302.76932Q86.015625 302.51932 86.015625 302.09744ZM89.5 303.78494L88.421875 303.78494L88.421875 297.4412L89.5 297.4412L89.5 303.78494ZM88.328125 295.76932Q88.328125 295.5037 88.484375 295.3162Q88.65625 295.1287 88.96875 295.1287Q89.28125 295.1287 89.4375 295.3162Q89.609375 295.5037 89.609375 295.76932Q89.609375 296.01932 89.4375 296.20682Q89.28125 296.3787 88.96875 296.3787Q88.65625 296.3787 88.484375 296.20682Q88.328125 296.01932 88.328125 295.76932ZM92.34375 297.4412L92.375 298.23807Q93.109375 297.33182 94.28125 297.33182Q96.296875 297.33182 96.3125 299.59744L96.3125 303.78494L95.21875 303.78494L95.21875 299.58182Q95.21875 298.90994 94.90625 298.58182Q94.609375 298.2537 93.953125 298.2537Q93.421875 298.2537 93.015625 298.53494Q92.625 298.8162 92.40625 299.26932L92.40625 303.78494L91.328125 303.78494L91.328125 297.4412L92.34375 297.4412ZM98.0625 300.5662Q98.0625 299.08182 98.75 298.20682Q99.4375 297.33182 100.5625 297.33182Q101.71875 297.33182 102.375 298.14432L102.421875 297.4412L103.421875 297.4412L103.421875 303.6287Q103.421875 304.86307 102.6875 305.5662Q101.953125 306.28494 100.734375 306.28494Q100.046875 306.28494 99.390625 305.98807Q98.734375 305.6912 98.390625 305.1912L98.953125 304.53494Q99.640625 305.39432 100.65625 305.39432Q101.4375 305.39432 101.875 304.9412Q102.328125 304.5037 102.328125 303.6912L102.328125 303.14432Q101.671875 303.90994 100.546875 303.90994Q99.4375 303.90994 98.75 303.01932Q98.0625 302.11307 98.0625 300.5662ZM99.15625 300.6912Q99.15625 301.7537 99.59375 302.3787Q100.03125 302.98807 100.828125 302.98807Q101.84375 302.98807 102.328125 302.05057L102.328125 299.15994Q101.828125 298.2537 100.828125 298.2537Q100.046875 298.2537 99.59375 298.86307Q99.15625 299.47244 99.15625 300.6912ZM108.03125 300.55057Q108.03125 299.6287 108.390625 298.8787Q108.765625 298.1287 109.421875 297.73807Q110.078125 297.33182 110.90625 297.33182Q112.203125 297.33182 113.0 298.22244Q113.8125 299.11307 113.8125 300.61307L113.8125 300.6912Q113.8125 301.61307 113.453125 302.34744Q113.09375 303.08182 112.4375 303.5037Q111.78125 303.90994 110.921875 303.90994Q109.640625 303.90994 108.828125 303.01932Q108.03125 302.11307 108.03125 300.6287L108.03125 300.55057ZM109.125 300.6912Q109.125 301.73807 109.609375 302.3787Q110.109375 303.01932 110.921875 303.01932Q111.75 303.01932 112.234375 302.3787Q112.71875 301.72244 112.71875 300.55057Q112.71875 299.51932 112.21875 298.8787Q111.734375 298.22244 110.90625 298.22244Q110.109375 298.22244 109.609375 298.86307Q109.125 299.48807 109.125 300.6912ZM118.390625 298.40994Q118.140625 298.3787 117.859375 298.3787Q116.78125 298.3787 116.40625 299.28494L116.40625 303.78494L115.328125 303.78494L115.328125 297.4412L116.375 297.4412L116.390625 298.17557Q116.921875 297.33182 117.90625 297.33182Q118.21875 297.33182 118.390625 297.40994L118.390625 298.40994ZM123.5 303.78494L122.421875 303.78494L122.421875 297.4412L123.5 297.4412L123.5 303.78494ZM122.328125 295.76932Q122.328125 295.5037 122.484375 295.3162Q122.65625 295.1287 122.96875 295.1287Q123.28125 295.1287 123.4375 295.3162Q123.609375 295.5037 123.609375 295.76932Q123.609375 296.01932 123.4375 296.20682Q123.28125 296.3787 122.96875 296.3787Q122.65625 296.3787 122.484375 296.20682Q122.328125 296.01932 122.328125 295.76932ZM126.34375 297.4412L126.375 298.14432Q127.0625 297.33182 128.25 297.33182Q129.57812 297.33182 130.0625 298.34744Q130.375 297.89432 130.875 297.61307Q131.39062 297.33182 132.07812 297.33182Q134.17188 297.33182 134.20312 299.53494L134.20312 303.78494L133.125 303.78494L133.125 299.59744Q133.125 298.92557 132.8125 298.59744Q132.5 298.2537 131.76562 298.2537Q131.15625 298.2537 130.75 298.61307Q130.35938 298.97244 130.29688 299.58182L130.29688 303.78494L129.21875 303.78494L129.21875 299.6287Q129.21875 298.2537 127.859375 298.2537Q126.796875 298.2537 126.40625 299.15994L126.40625 303.78494L125.3125 303.78494L125.3125 297.4412L126.34375 297.4412ZM137.34375 297.4412L137.375 298.14432Q138.0625 297.33182 139.25 297.33182Q140.57812 297.33182 141.0625 298.34744Q141.375 297.89432 141.875 297.61307Q142.39062 297.33182 143.07812 297.33182Q145.17188 297.33182 145.20312 299.53494L145.20312 303.78494L144.125 303.78494L144.125 299.59744Q144.125 298.92557 143.8125 298.59744Q143.5 298.2537 142.76562 298.2537Q142.15625 298.2537 141.75 298.61307Q141.35938 298.97244 141.29688 299.58182L141.29688 303.78494L140.21875 303.78494L140.21875 299.6287Q140.21875 298.2537 138.85938 298.2537Q137.79688 298.2537 137.40625 299.15994L137.40625 303.78494L136.3125 303.78494L136.3125 297.4412L137.34375 297.4412ZM151.23438 303.78494Q151.14062 303.59744 151.07812 303.11307Q150.32812 303.90994 149.28125 303.90994Q148.34375 303.90994 147.73438 303.3787Q147.14062 302.84744 147.14062 302.01932Q147.14062 301.03494 147.89062 300.48807Q148.64062 299.9412 150.01562 299.9412L151.0625 299.9412L151.0625 299.4412Q151.0625 298.8787 150.71875 298.55057Q150.39062 298.20682 149.71875 298.20682Q149.14062 298.20682 148.75 298.5037Q148.35938 298.78494 148.35938 299.20682L147.26562 299.20682Q147.26562 298.72244 147.59375 298.28494Q147.9375 297.84744 148.51562 297.59744Q149.09375 297.33182 149.78125 297.33182Q150.89062 297.33182 151.5 297.8787Q152.125 298.42557 152.15625 299.3787L152.15625 302.30057Q152.15625 303.17557 152.375 303.6912L152.375 303.78494L151.23438 303.78494ZM149.4375 302.95682Q149.95312 302.95682 150.40625 302.6912Q150.85938 302.42557 151.0625 302.0037L151.0625 300.70682L150.21875 300.70682Q148.21875 300.70682 148.21875 301.8787Q148.21875 302.3787 148.5625 302.67557Q148.90625 302.95682 149.4375 302.95682ZM155.79688 295.90994L155.79688 297.4412L156.96875 297.4412L156.96875 298.28494L155.79688 298.28494L155.79688 302.20682Q155.79688 302.59744 155.95312 302.78494Q156.10938 302.97244 156.48438 302.97244Q156.67188 302.97244 157.0 302.90994L157.0 303.78494Q156.57812 303.90994 156.17188 303.90994Q155.45312 303.90994 155.07812 303.47244Q154.70312 303.01932 154.70312 302.20682L154.70312 298.28494L153.54688 298.28494L153.54688 297.4412L154.70312 297.4412L154.70312 295.90994L155.79688 295.90994ZM162.23438 303.15994Q161.60938 303.90994 160.375 303.90994Q159.35938 303.90994 158.82812 303.3162Q158.29688 302.72244 158.29688 301.5662L158.29688 297.4412L159.375 297.4412L159.375 301.53494Q159.375 302.98807 160.54688 302.98807Q161.79688 302.98807 162.20312 302.05057L162.20312 297.4412L163.29688 297.4412L163.29688 303.78494L162.26562 303.78494L162.23438 303.15994ZM168.39062 298.40994Q168.14062 298.3787 167.85938 298.3787Q166.78125 298.3787 166.40625 299.28494L166.40625 303.78494L165.32812 303.78494L165.32812 297.4412L166.375 297.4412L166.39062 298.17557Q166.92188 297.33182 167.90625 297.33182Q168.21875 297.33182 168.39062 297.40994L168.39062 298.40994ZM171.95312 303.90994Q170.65625 303.90994 169.84375 303.0662Q169.04688 302.20682 169.04688 300.78494L169.04688 300.59744Q169.04688 299.64432 169.40625 298.90994Q169.76562 298.15994 170.40625 297.7537Q171.0625 297.33182 171.8125 297.33182Q173.04688 297.33182 173.73438 298.14432Q174.42188 298.95682 174.42188 300.47244L174.42188 300.92557L170.125 300.92557Q170.15625 301.86307 170.67188 302.4412Q171.20312 303.01932 172.01562 303.01932Q172.57812 303.01932 172.96875 302.78494Q173.375 302.55057 173.6875 302.15994L174.34375 302.67557Q173.54688 303.90994 171.95312 303.90994ZM171.8125 298.22244Q171.15625 298.22244 170.70312 298.70682Q170.26562 299.17557 170.17188 300.03494L173.34375 300.03494L173.34375 299.95682Q173.29688 299.1287 172.89062 298.67557Q172.5 298.22244 171.8125 298.22244ZM179.5 303.78494L178.42188 303.78494L178.42188 294.78494L179.5 294.78494L179.5 303.78494ZM182.5 303.78494L181.42188 303.78494L181.42188 297.4412L182.5 297.4412L182.5 303.78494ZM181.32812 295.76932Q181.32812 295.5037 181.48438 295.3162Q181.65625 295.1287 181.96875 295.1287Q182.28125 295.1287 182.4375 295.3162Q182.60938 295.5037 182.60938 295.76932Q182.60938 296.01932 182.4375 296.20682Q182.28125 296.3787 181.96875 296.3787Q181.65625 296.3787 181.48438 296.20682Q181.32812 296.01932 181.32812 295.76932ZM189.6875 300.6912Q189.6875 302.14432 189.01562 303.03494Q188.35938 303.90994 187.23438 303.90994Q186.03125 303.90994 185.375 303.05057L185.3125 303.78494L184.32812 303.78494L184.32812 294.78494L185.40625 294.78494L185.40625 298.14432Q186.0625 297.33182 187.21875 297.33182Q188.375 297.33182 189.03125 298.20682Q189.6875 299.0662 189.6875 300.59744L189.6875 300.6912ZM188.60938 300.5662Q188.60938 299.45682 188.17188 298.86307Q187.75 298.2537 186.95312 298.2537Q185.875 298.2537 185.40625 299.23807L185.40625 301.98807Q185.90625 302.98807 186.95312 302.98807Q187.73438 302.98807 188.17188 302.3787Q188.60938 301.76932 188.60938 300.5662ZM194.39062 298.40994Q194.14062 298.3787 193.85938 298.3787Q192.78125 298.3787 192.40625 299.28494L192.40625 303.78494L191.32812 303.78494L191.32812 297.4412L192.375 297.4412L192.39062 298.17557Q192.92188 297.33182 193.90625 297.33182Q194.21875 297.33182 194.39062 297.40994L194.39062 298.40994ZM199.23438 303.78494Q199.14062 303.59744 199.07812 303.11307Q198.32812 303.90994 197.28125 303.90994Q196.34375 303.90994 195.73438 303.3787Q195.14062 302.84744 195.14062 302.01932Q195.14062 301.03494 195.89062 300.48807Q196.64062 299.9412 198.01562 299.9412L199.0625 299.9412L199.0625 299.4412Q199.0625 298.8787 198.71875 298.55057Q198.39062 298.20682 197.71875 298.20682Q197.14062 298.20682 196.75 298.5037Q196.35938 298.78494 196.35938 299.20682L195.26562 299.20682Q195.26562 298.72244 195.59375 298.28494Q195.9375 297.84744 196.51562 297.59744Q197.09375 297.33182 197.78125 297.33182Q198.89062 297.33182 199.5 297.8787Q200.125 298.42557 200.15625 299.3787L200.15625 302.30057Q200.15625 303.17557 200.375 303.6912L200.375 303.78494L199.23438 303.78494ZM197.4375 302.95682Q197.95312 302.95682 198.40625 302.6912Q198.85938 302.42557 199.0625 302.0037L199.0625 300.70682L198.21875 300.70682Q196.21875 300.70682 196.21875 301.8787Q196.21875 302.3787 196.5625 302.67557Q196.90625 302.95682 197.4375 302.95682ZM205.39062 298.40994Q205.14062 298.3787 204.85938 298.3787Q203.78125 298.3787 203.40625 299.28494L203.40625 303.78494L202.32812 303.78494L202.32812 297.4412L203.375 297.4412L203.39062 298.17557Q203.92188 297.33182 204.90625 297.33182Q205.21875 297.33182 205.39062 297.40994L205.39062 298.40994ZM207.5 303.78494L206.42188 303.78494L206.42188 297.4412L207.5 297.4412L207.5 303.78494ZM206.32812 295.76932Q206.32812 295.5037 206.48438 295.3162Q206.65625 295.1287 206.96875 295.1287Q207.28125 295.1287 207.4375 295.3162Q207.60938 295.5037 207.60938 295.76932Q207.60938 296.01932 207.4375 296.20682Q207.28125 296.3787 206.96875 296.3787Q206.65625 296.3787 206.48438 296.20682Q206.32812 296.01932 206.32812 295.76932ZM211.95312 303.90994Q210.65625 303.90994 209.84375 303.0662Q209.04688 302.20682 209.04688 300.78494L209.04688 300.59744Q209.04688 299.64432 209.40625 298.90994Q209.76562 298.15994 210.40625 297.7537Q211.0625 297.33182 211.8125 297.33182Q213.04688 297.33182 213.73438 298.14432Q214.42188 298.95682 214.42188 300.47244L214.42188 300.92557L210.125 300.92557Q210.15625 301.86307 210.67188 302.4412Q211.20312 303.01932 212.01562 303.01932Q212.57812 303.01932 212.96875 302.78494Q213.375 302.55057 213.6875 302.15994L214.34375 302.67557Q213.54688 303.90994 211.95312 303.90994ZM211.8125 298.22244Q211.15625 298.22244 210.70312 298.70682Q210.26562 299.17557 210.17188 300.03494L213.34375 300.03494L213.34375 299.95682Q213.29688 299.1287 212.89062 298.67557Q212.5 298.22244 211.8125 298.22244ZM219.01562 302.09744Q219.01562 301.65994 218.67188 301.42557Q218.34375 301.17557 217.51562 301.0037Q216.70312 300.83182 216.21875 300.58182Q215.73438 300.33182 215.5 300.0037Q215.28125 299.65994 215.28125 299.1912Q215.28125 298.40994 215.9375 297.8787Q216.59375 297.33182 217.625 297.33182Q218.70312 297.33182 219.35938 297.89432Q220.03125 298.4412 220.03125 299.30057L218.95312 299.30057Q218.95312 298.86307 218.5625 298.55057Q218.1875 298.22244 217.625 298.22244Q217.03125 298.22244 216.6875 298.48807Q216.35938 298.73807 216.35938 299.14432Q216.35938 299.53494 216.67188 299.73807Q216.98438 299.9412 217.79688 300.1287Q218.60938 300.30057 219.10938 300.55057Q219.60938 300.80057 219.84375 301.15994Q220.09375 301.51932 220.09375 302.01932Q220.09375 302.8787 219.40625 303.39432Q218.73438 303.90994 217.65625 303.90994Q216.89062 303.90994 216.29688 303.64432Q215.71875 303.36307 215.39062 302.8787Q215.0625 302.39432 215.0625 301.83182L216.14062 301.83182Q216.17188 302.3787 216.57812 302.70682Q216.98438 303.01932 217.65625 303.01932Q218.26562 303.01932 218.64062 302.76932Q219.01562 302.51932 219.01562 302.09744Z" fill-rule="nonzero"/><path fill="#666666" d="M27.484375 327.20312L27.484375 318.67188L29.90625 318.67188Q31.015625 318.67188 31.859375 319.17188Q32.71875 319.65625 33.1875 320.5625Q33.65625 321.46875 33.65625 322.65625L33.65625 323.1875Q33.65625 324.40625 33.1875 325.3125Q32.734375 326.21875 31.859375 326.70312Q31.0 327.1875 29.859375 327.20312L27.484375 327.20312ZM28.609375 319.59375L28.609375 326.28125L29.796875 326.28125Q31.09375 326.28125 31.8125 325.48438Q32.546875 324.67188 32.546875 323.17188L32.546875 322.67188Q32.546875 321.21875 31.859375 320.42188Q31.1875 319.60938 29.921875 319.59375L28.609375 319.59375ZM36.5 327.20312L35.421875 327.20312L35.421875 320.85938L36.5 320.85938L36.5 327.20312ZM35.328125 319.1875Q35.328125 318.92188 35.484375 318.73438Q35.65625 318.54688 35.96875 318.54688Q36.28125 318.54688 36.4375 318.73438Q36.609375 318.92188 36.609375 319.1875Q36.609375 319.4375 36.4375 319.625Q36.28125 319.79688 35.96875 319.79688Q35.65625 319.79688 35.484375 319.625Q35.328125 319.4375 35.328125 319.1875ZM38.859375 327.20312L38.859375 321.70312L37.859375 321.70312L37.859375 320.85938L38.859375 320.85938L38.859375 320.21875Q38.859375 319.1875 39.390625 318.64062Q39.9375 318.07812 40.9375 318.07812Q41.3125 318.07812 41.6875 318.17188L41.625 319.0625Q41.34375 319.0 41.046875 319.0Q40.515625 319.0 40.21875 319.3125Q39.9375 319.625 39.9375 320.1875L39.9375 320.85938L41.296875 320.85938L41.296875 321.70312L39.9375 321.70312L39.9375 327.20312L38.859375 327.20312ZM42.859375 327.20312L42.859375 321.70312L41.859375 321.70312L41.859375 320.85938L42.859375 320.85938L42.859375 320.21875Q42.859375 319.1875 43.390625 318.64062Q43.9375 318.07812 44.9375 318.07812Q45.3125 318.07812 45.6875 318.17188L45.625 319.0625Q45.34375 319.0 45.046875 319.0Q44.515625 319.0 44.21875 319.3125Q43.9375 319.625 43.9375 320.1875L43.9375 320.85938L45.296875 320.85938L45.296875 321.70312L43.9375 321.70312L43.9375 327.20312L42.859375 327.20312ZM48.953125 327.32812Q47.65625 327.32812 46.84375 326.48438Q46.046875 325.625 46.046875 324.20312L46.046875 324.01562Q46.046875 323.0625 46.40625 322.32812Q46.765625 321.57812 47.40625 321.17188Q48.0625 320.75 48.8125 320.75Q50.046875 320.75 50.734375 321.5625Q51.421875 322.375 51.421875 323.89062L51.421875 324.34375L47.125 324.34375Q47.15625 325.28125 47.671875 325.85938Q48.203125 326.4375 49.015625 326.4375Q49.578125 326.4375 49.96875 326.20312Q50.375 325.96875 50.6875 325.57812L51.34375 326.09375Q50.546875 327.32812 48.953125 327.32812ZM48.8125 321.64062Q48.15625 321.64062 47.703125 322.125Q47.265625 322.59375 47.171875 323.45312L50.34375 323.45312L50.34375 323.375Q50.296875 322.54688 49.890625 322.09375Q49.5 321.64062 48.8125 321.64062ZM55.390625 321.82812Q55.140625 321.79688 54.859375 321.79688Q53.78125 321.79688 53.40625 322.70312L53.40625 327.20312L52.328125 327.20312L52.328125 320.85938L53.375 320.85938L53.390625 321.59375Q53.921875 320.75 54.90625 320.75Q55.21875 320.75 55.390625 320.82812L55.390625 321.82812ZM58.953125 327.32812Q57.65625 327.32812 56.84375 326.48438Q56.046875 325.625 56.046875 324.20312L56.046875 324.01562Q56.046875 323.0625 56.40625 322.32812Q56.765625 321.57812 57.40625 321.17188Q58.0625 320.75 58.8125 320.75Q60.046875 320.75 60.734375 321.5625Q61.421875 322.375 61.421875 323.89062L61.421875 324.34375L57.125 324.34375Q57.15625 325.28125 57.671875 325.85938Q58.203125 326.4375 59.015625 326.4375Q59.578125 326.4375 59.96875 326.20312Q60.375 325.96875 60.6875 325.57812L61.34375 326.09375Q60.546875 327.32812 58.953125 327.32812ZM58.8125 321.64062Q58.15625 321.64062 57.703125 322.125Q57.265625 322.59375 57.171875 323.45312L60.34375 323.45312L60.34375 323.375Q60.296875 322.54688 59.890625 322.09375Q59.5 321.64062 58.8125 321.64062ZM63.34375 320.85938L63.375 321.65625Q64.109375 320.75 65.28125 320.75Q67.296875 320.75 67.3125 323.01562L67.3125 327.20312L66.21875 327.20312L66.21875 323.0Q66.21875 322.32812 65.90625 322.0Q65.609375 321.67188 64.953125 321.67188Q64.421875 321.67188 64.015625 321.95312Q63.625 322.23438 63.40625 322.6875L63.40625 327.20312L62.328125 327.20312L62.328125 320.85938L63.34375 320.85938ZM71.859375 326.4375Q72.4375 326.4375 72.875 326.09375Q73.3125 325.73438 73.359375 325.20312L74.390625 325.20312Q74.359375 325.75 74.0 326.25Q73.65625 326.73438 73.078125 327.03125Q72.515625 327.32812 71.859375 327.32812Q70.5625 327.32812 69.796875 326.46875Q69.046875 325.59375 69.046875 324.09375L69.046875 323.90625Q69.046875 322.98438 69.375 322.26562Q69.71875 321.54688 70.34375 321.15625Q70.984375 320.75 71.859375 320.75Q72.921875 320.75 73.625 321.39062Q74.34375 322.01562 74.390625 323.04688L73.359375 323.04688Q73.3125 322.42188 72.890625 322.03125Q72.46875 321.64062 71.859375 321.64062Q71.03125 321.64062 70.578125 322.23438Q70.125 322.82812 70.125 323.95312L70.125 324.15625Q70.125 325.25 70.578125 325.84375Q71.03125 326.4375 71.859375 326.4375ZM77.953125 327.32812Q76.65625 327.32812 75.84375 326.48438Q75.046875 325.625 75.046875 324.20312L75.046875 324.01562Q75.046875 323.0625 75.40625 322.32812Q75.765625 321.57812 76.40625 321.17188Q77.0625 320.75 77.8125 320.75Q79.046875 320.75 79.734375 321.5625Q80.421875 322.375 80.421875 323.89062L80.421875 324.34375L76.125 324.34375Q76.15625 325.28125 76.671875 325.85938Q77.203125 326.4375 78.015625 326.4375Q78.578125 326.4375 78.96875 326.20312Q79.375 325.96875 79.6875 325.57812L80.34375 326.09375Q79.546875 327.32812 77.953125 327.32812ZM77.8125 321.64062Q77.15625 321.64062 76.703125 322.125Q76.265625 322.59375 76.171875 323.45312L79.34375 323.45312L79.34375 323.375Q79.296875 322.54688 78.890625 322.09375Q78.5 321.64062 77.8125 321.64062ZM85.015625 325.51562Q85.015625 325.07812 84.671875 324.84375Q84.34375 324.59375 83.515625 324.42188Q82.703125 324.25 82.21875 324.0Q81.734375 323.75 81.5 323.42188Q81.28125 323.07812 81.28125 322.60938Q81.28125 321.82812 81.9375 321.29688Q82.59375 320.75 83.625 320.75Q84.703125 320.75 85.359375 321.3125Q86.03125 321.85938 86.03125 322.71875L84.953125 322.71875Q84.953125 322.28125 84.5625 321.96875Q84.1875 321.64062 83.625 321.64062Q83.03125 321.64062 82.6875 321.90625Q82.359375 322.15625 82.359375 322.5625Q82.359375 322.95312 82.671875 323.15625Q82.984375 323.35938 83.796875 323.54688Q84.609375 323.71875 85.109375 323.96875Q85.609375 324.21875 85.84375 324.57812Q86.09375 324.9375 86.09375 325.4375Q86.09375 326.29688 85.40625 326.8125Q84.734375 327.32812 83.65625 327.32812Q82.890625 327.32812 82.296875 327.0625Q81.71875 326.78125 81.390625 326.29688Q81.0625 325.8125 81.0625 325.25L82.140625 325.25Q82.171875 325.79688 82.578125 326.125Q82.984375 326.4375 83.65625 326.4375Q84.265625 326.4375 84.640625 326.1875Q85.015625 325.9375 85.015625 325.51562ZM90.859375 327.20312L90.859375 321.70312L89.859375 321.70312L89.859375 320.85938L90.859375 320.85938L90.859375 320.21875Q90.859375 319.1875 91.390625 318.64062Q91.9375 318.07812 92.9375 318.07812Q93.3125 318.07812 93.6875 318.17188L93.625 319.0625Q93.34375 319.0 93.046875 319.0Q92.515625 319.0 92.21875 319.3125Q91.9375 319.625 91.9375 320.1875L91.9375 320.85938L93.296875 320.85938L93.296875 321.70312L91.9375 321.70312L91.9375 327.20312L90.859375 327.20312ZM97.390625 321.82812Q97.140625 321.79688 96.859375 321.79688Q95.78125 321.79688 95.40625 322.70312L95.40625 327.20312L94.328125 327.20312L94.328125 320.85938L95.375 320.85938L95.390625 321.59375Q95.921875 320.75 96.90625 320.75Q97.21875 320.75 97.390625 320.82812L97.390625 321.82812ZM98.03125 323.96875Q98.03125 323.04688 98.390625 322.29688Q98.765625 321.54688 99.421875 321.15625Q100.078125 320.75 100.90625 320.75Q102.203125 320.75 103.0 321.64062Q103.8125 322.53125 103.8125 324.03125L103.8125 324.10938Q103.8125 325.03125 103.453125 325.76562Q103.09375 326.5 102.4375 326.92188Q101.78125 327.32812 100.921875 327.32812Q99.640625 327.32812 98.828125 326.4375Q98.03125 325.53125 98.03125 324.04688L98.03125 323.96875ZM99.125 324.10938Q99.125 325.15625 99.609375 325.79688Q100.109375 326.4375 100.921875 326.4375Q101.75 326.4375 102.234375 325.79688Q102.71875 325.14062 102.71875 323.96875Q102.71875 322.9375 102.21875 322.29688Q101.734375 321.64062 100.90625 321.64062Q100.109375 321.64062 99.609375 322.28125Q99.125 322.90625 99.125 324.10938ZM106.34375 320.85938L106.375 321.5625Q107.0625 320.75 108.25 320.75Q109.578125 320.75 110.0625 321.76562Q110.375 321.3125 110.875 321.03125Q111.390625 320.75 112.078125 320.75Q114.171875 320.75 114.203125 322.95312L114.203125 327.20312L113.125 327.20312L113.125 323.01562Q113.125 322.34375 112.8125 322.01562Q112.5 321.67188 111.765625 321.67188Q111.15625 321.67188 110.75 322.03125Q110.359375 322.39062 110.296875 323.0L110.296875 327.20312L109.21875 327.20312L109.21875 323.04688Q109.21875 321.67188 107.859375 321.67188Q106.796875 321.67188 106.40625 322.57812L106.40625 327.20312L105.3125 327.20312L105.3125 320.85938L106.34375 320.85938ZM119.859375 327.20312L119.859375 321.70312L118.859375 321.70312L118.859375 320.85938L119.859375 320.85938L119.859375 320.21875Q119.859375 319.1875 120.390625 318.64062Q120.9375 318.07812 121.9375 318.07812Q122.3125 318.07812 122.6875 318.17188L122.625 319.0625Q122.34375 319.0 122.046875 319.0Q121.515625 319.0 121.21875 319.3125Q120.9375 319.625 120.9375 320.1875L120.9375 320.85938L122.296875 320.85938L122.296875 321.70312L120.9375 321.70312L120.9375 327.20312L119.859375 327.20312ZM127.234375 327.20312Q127.140625 327.01562 127.078125 326.53125Q126.328125 327.32812 125.28125 327.32812Q124.34375 327.32812 123.734375 326.79688Q123.140625 326.26562 123.140625 325.4375Q123.140625 324.45312 123.890625 323.90625Q124.640625 323.35938 126.015625 323.35938L127.0625 323.35938L127.0625 322.85938Q127.0625 322.29688 126.71875 321.96875Q126.390625 321.625 125.71875 321.625Q125.140625 321.625 124.75 321.92188Q124.359375 322.20312 124.359375 322.625L123.265625 322.625Q123.265625 322.14062 123.59375 321.70312Q123.9375 321.26562 124.515625 321.01562Q125.09375 320.75 125.78125 320.75Q126.890625 320.75 127.5 321.29688Q128.125 321.84375 128.15625 322.79688L128.15625 325.71875Q128.15625 326.59375 128.375 327.10938L128.375 327.20312L127.234375 327.20312ZM125.4375 326.375Q125.953125 326.375 126.40625 326.10938Q126.859375 325.84375 127.0625 325.42188L127.0625 324.125L126.21875 324.125Q124.21875 324.125 124.21875 325.29688Q124.21875 325.79688 124.5625 326.09375Q124.90625 326.375 125.4375 326.375ZM131.34375 320.85938L131.375 321.5625Q132.0625 320.75 133.25 320.75Q134.57812 320.75 135.0625 321.76562Q135.375 321.3125 135.875 321.03125Q136.39062 320.75 137.07812 320.75Q139.17188 320.75 139.20312 322.95312L139.20312 327.20312L138.125 327.20312L138.125 323.01562Q138.125 322.34375 137.8125 322.01562Q137.5 321.67188 136.76562 321.67188Q136.15625 321.67188 135.75 322.03125Q135.35938 322.39062 135.29688 323.0L135.29688 327.20312L134.21875 327.20312L134.21875 323.04688Q134.21875 321.67188 132.85938 321.67188Q131.79688 321.67188 131.40625 322.57812L131.40625 327.20312L130.3125 327.20312L130.3125 320.85938L131.34375 320.85938ZM142.5 327.20312L141.42188 327.20312L141.42188 320.85938L142.5 320.85938L142.5 327.20312ZM141.32812 319.1875Q141.32812 318.92188 141.48438 318.73438Q141.65625 318.54688 141.96875 318.54688Q142.28125 318.54688 142.4375 318.73438Q142.60938 318.92188 142.60938 319.1875Q142.60938 319.4375 142.4375 319.625Q142.28125 319.79688 141.96875 319.79688Q141.65625 319.79688 141.48438 319.625Q141.32812 319.4375 141.32812 319.1875ZM145.5 327.20312L144.42188 327.20312L144.42188 318.20312L145.5 318.20312L145.5 327.20312ZM148.5 327.20312L147.42188 327.20312L147.42188 320.85938L148.5 320.85938L148.5 327.20312ZM147.32812 319.1875Q147.32812 318.92188 147.48438 318.73438Q147.65625 318.54688 147.96875 318.54688Q148.28125 318.54688 148.4375 318.73438Q148.60938 318.92188 148.60938 319.1875Q148.60938 319.4375 148.4375 319.625Q148.28125 319.79688 147.96875 319.79688Q147.65625 319.79688 147.48438 319.625Q147.32812 319.4375 147.32812 319.1875ZM154.23438 327.20312Q154.14062 327.01562 154.07812 326.53125Q153.32812 327.32812 152.28125 327.32812Q151.34375 327.32812 150.73438 326.79688Q150.14062 326.26562 150.14062 325.4375Q150.14062 324.45312 150.89062 323.90625Q151.64062 323.35938 153.01562 323.35938L154.0625 323.35938L154.0625 322.85938Q154.0625 322.29688 153.71875 321.96875Q153.39062 321.625 152.71875 321.625Q152.14062 321.625 151.75 321.92188Q151.35938 322.20312 151.35938 322.625L150.26562 322.625Q150.26562 322.14062 150.59375 321.70312Q150.9375 321.26562 151.51562 321.01562Q152.09375 320.75 152.78125 320.75Q153.89062 320.75 154.5 321.29688Q155.125 321.84375 155.15625 322.79688L155.15625 325.71875Q155.15625 326.59375 155.375 327.10938L155.375 327.20312L154.23438 327.20312ZM152.4375 326.375Q152.95312 326.375 153.40625 326.10938Q153.85938 325.84375 154.0625 325.42188L154.0625 324.125L153.21875 324.125Q151.21875 324.125 151.21875 325.29688Q151.21875 325.79688 151.5625 326.09375Q151.90625 326.375 152.4375 326.375ZM160.39062 321.82812Q160.14062 321.79688 159.85938 321.79688Q158.78125 321.79688 158.40625 322.70312L158.40625 327.20312L157.32812 327.20312L157.32812 320.85938L158.375 320.85938L158.39062 321.59375Q158.92188 320.75 159.90625 320.75Q160.21875 320.75 160.39062 320.82812L160.39062 321.82812ZM165.5 327.20312L164.42188 327.20312L164.42188 318.20312L165.5 318.20312L165.5 327.20312ZM171.23438 327.20312Q171.14062 327.01562 171.07812 326.53125Q170.32812 327.32812 169.28125 327.32812Q168.34375 327.32812 167.73438 326.79688Q167.14062 326.26562 167.14062 325.4375Q167.14062 324.45312 167.89062 323.90625Q168.64062 323.35938 170.01562 323.35938L171.0625 323.35938L171.0625 322.85938Q171.0625 322.29688 170.71875 321.96875Q170.39062 321.625 169.71875 321.625Q169.14062 321.625 168.75 321.92188Q168.35938 322.20312 168.35938 322.625L167.26562 322.625Q167.26562 322.14062 167.59375 321.70312Q167.9375 321.26562 168.51562 321.01562Q169.09375 320.75 169.78125 320.75Q170.89062 320.75 171.5 321.29688Q172.125 321.84375 172.15625 322.79688L172.15625 325.71875Q172.15625 326.59375 172.375 327.10938L172.375 327.20312L171.23438 327.20312ZM169.4375 326.375Q169.95312 326.375 170.40625 326.10938Q170.85938 325.84375 171.0625 325.42188L171.0625 324.125L170.21875 324.125Q168.21875 324.125 168.21875 325.29688Q168.21875 325.79688 168.5625 326.09375Q168.90625 326.375 169.4375 326.375ZM175.34375 320.85938L175.375 321.65625Q176.10938 320.75 177.28125 320.75Q179.29688 320.75 179.3125 323.01562L179.3125 327.20312L178.21875 327.20312L178.21875 323.0Q178.21875 322.32812 177.90625 322.0Q177.60938 321.67188 176.95312 321.67188Q176.42188 321.67188 176.01562 321.95312Q175.625 322.23438 175.40625 322.6875L175.40625 327.20312L174.32812 327.20312L174.32812 320.85938L175.34375 320.85938ZM181.0625 323.98438Q181.0625 322.5 181.75 321.625Q182.4375 320.75 183.5625 320.75Q184.71875 320.75 185.375 321.5625L185.42188 320.85938L186.42188 320.85938L186.42188 327.04688Q186.42188 328.28125 185.6875 328.98438Q184.95312 329.70312 183.73438 329.70312Q183.04688 329.70312 182.39062 329.40625Q181.73438 329.10938 181.39062 328.60938L181.95312 327.95312Q182.64062 328.8125 183.65625 328.8125Q184.4375 328.8125 184.875 328.35938Q185.32812 327.92188 185.32812 327.10938L185.32812 326.5625Q184.67188 327.32812 183.54688 327.32812Q182.4375 327.32812 181.75 326.4375Q181.0625 325.53125 181.0625 323.98438ZM182.15625 324.10938Q182.15625 325.17188 182.59375 325.79688Q183.03125 326.40625 183.82812 326.40625Q184.84375 326.40625 185.32812 325.46875L185.32812 322.57812Q184.82812 321.67188 183.82812 321.67188Q183.04688 321.67188 182.59375 322.28125Q182.15625 322.89062 182.15625 324.10938ZM192.23438 326.57812Q191.60938 327.32812 190.375 327.32812Q189.35938 327.32812 188.82812 326.73438Q188.29688 326.14062 188.29688 324.98438L188.29688 320.85938L189.375 320.85938L189.375 324.95312Q189.375 326.40625 190.54688 326.40625Q191.79688 326.40625 192.20312 325.46875L192.20312 320.85938L193.29688 320.85938L193.29688 327.20312L192.26562 327.20312L192.23438 326.57812ZM199.23438 327.20312Q199.14062 327.01562 199.07812 326.53125Q198.32812 327.32812 197.28125 327.32812Q196.34375 327.32812 195.73438 326.79688Q195.14062 326.26562 195.14062 325.4375Q195.14062 324.45312 195.89062 323.90625Q196.64062 323.35938 198.01562 323.35938L199.0625 323.35938L199.0625 322.85938Q199.0625 322.29688 198.71875 321.96875Q198.39062 321.625 197.71875 321.625Q197.14062 321.625 196.75 321.92188Q196.35938 322.20312 196.35938 322.625L195.26562 322.625Q195.26562 322.14062 195.59375 321.70312Q195.9375 321.26562 196.51562 321.01562Q197.09375 320.75 197.78125 320.75Q198.89062 320.75 199.5 321.29688Q200.125 321.84375 200.15625 322.79688L200.15625 325.71875Q200.15625 326.59375 200.375 327.10938L200.375 327.20312L199.23438 327.20312ZM197.4375 326.375Q197.95312 326.375 198.40625 326.10938Q198.85938 325.84375 199.0625 325.42188L199.0625 324.125L198.21875 324.125Q196.21875 324.125 196.21875 325.29688Q196.21875 325.79688 196.5625 326.09375Q196.90625 326.375 197.4375 326.375ZM202.0625 323.98438Q202.0625 322.5 202.75 321.625Q203.4375 320.75 204.5625 320.75Q205.71875 320.75 206.375 321.5625L206.42188 320.85938L207.42188 320.85938L207.42188 327.04688Q207.42188 328.28125 206.6875 328.98438Q205.95312 329.70312 204.73438 329.70312Q204.04688 329.70312 203.39062 329.40625Q202.73438 329.10938 202.39062 328.60938L202.95312 327.95312Q203.64062 328.8125 204.65625 328.8125Q205.4375 328.8125 205.875 328.35938Q206.32812 327.92188 206.32812 327.10938L206.32812 326.5625Q205.67188 327.32812 204.54688 327.32812Q203.4375 327.32812 202.75 326.4375Q202.0625 325.53125 202.0625 323.98438ZM203.15625 324.10938Q203.15625 325.17188 203.59375 325.79688Q204.03125 326.40625 204.82812 326.40625Q205.84375 326.40625 206.32812 325.46875L206.32812 322.57812Q205.82812 321.67188 204.82812 321.67188Q204.04688 321.67188 203.59375 322.28125Q203.15625 322.89062 203.15625 324.10938ZM211.95312 327.32812Q210.65625 327.32812 209.84375 326.48438Q209.04688 325.625 209.04688 324.20312L209.04688 324.01562Q209.04688 323.0625 209.40625 322.32812Q209.76562 321.57812 210.40625 321.17188Q211.0625 320.75 211.8125 320.75Q213.04688 320.75 213.73438 321.5625Q214.42188 322.375 214.42188 323.89062L214.42188 324.34375L210.125 324.34375Q210.15625 325.28125 210.67188 325.85938Q211.20312 326.4375 212.01562 326.4375Q212.57812 326.4375 212.96875 326.20312Q213.375 325.96875 213.6875 325.57812L214.34375 326.09375Q213.54688 327.32812 211.95312 327.32812ZM211.8125 321.64062Q211.15625 321.64062 210.70312 322.125Q210.26562 322.59375 210.17188 323.45312L213.34375 323.45312L213.34375 323.375Q213.29688 322.54688 212.89062 322.09375Q212.5 321.64062 211.8125 321.64062ZM219.01562 325.51562Q219.01562 325.07812 218.67188 324.84375Q218.34375 324.59375 217.51562 324.42188Q216.70312 324.25 216.21875 324.0Q215.73438 323.75 215.5 323.42188Q215.28125 323.07812 215.28125 322.60938Q215.28125 321.82812 215.9375 321.29688Q216.59375 320.75 217.625 320.75Q218.70312 320.75 219.35938 321.3125Q220.03125 321.85938 220.03125 322.71875L218.95312 322.71875Q218.95312 322.28125 218.5625 321.96875Q218.1875 321.64062 217.625 321.64062Q217.03125 321.64062 216.6875 321.90625Q216.35938 322.15625 216.35938 322.5625Q216.35938 322.95312 216.67188 323.15625Q216.98438 323.35938 217.79688 323.54688Q218.60938 323.71875 219.10938 323.96875Q219.60938 324.21875 219.84375 324.57812Q220.09375 324.9375 220.09375 325.4375Q220.09375 326.29688 219.40625 326.8125Q218.73438 327.32812 217.65625 327.32812Q216.89062 327.32812 216.29688 327.0625Q215.71875 326.78125 215.39062 326.29688Q215.0625 325.8125 215.0625 325.25L216.14062 325.25Q216.17188 325.79688 216.57812 326.125Q216.98438 326.4375 217.65625 326.4375Q218.26562 326.4375 218.64062 326.1875Q219.01562 325.9375 219.01562 325.51562Z" fill-rule="nonzero"/><path fill="#666666" d="M149.53125 342.9375L148.60938 342.9375L152.17188 333.67188L153.09375 333.67188L149.53125 342.9375ZM159.95312 342.32812Q158.65625 342.32812 157.84375 341.48438Q157.04688 340.625 157.04688 339.20312L157.04688 339.01562Q157.04688 338.0625 157.40625 337.32812Q157.76562 336.57812 158.40625 336.17188Q159.0625 335.75 159.8125 335.75Q161.04688 335.75 161.73438 336.5625Q162.42188 337.375 162.42188 338.89062L162.42188 339.34375L158.125 339.34375Q158.15625 340.28125 158.67188 340.85938Q159.20312 341.4375 160.01562 341.4375Q160.57812 341.4375 160.96875 341.20312Q161.375 340.96875 161.6875 340.57812L162.34375 341.09375Q161.54688 342.32812 159.95312 342.32812ZM159.8125 336.64062Q159.15625 336.64062 158.70312 337.125Q158.26562 337.59375 158.17188 338.45312L161.34375 338.45312L161.34375 338.375Q161.29688 337.54688 160.89062 337.09375Q160.5 336.64062 159.8125 336.64062ZM165.85938 341.4375Q166.4375 341.4375 166.875 341.09375Q167.3125 340.73438 167.35938 340.20312L168.39062 340.20312Q168.35938 340.75 168.0 341.25Q167.65625 341.73438 167.07812 342.03125Q166.51562 342.32812 165.85938 342.32812Q164.5625 342.32812 163.79688 341.46875Q163.04688 340.59375 163.04688 339.09375L163.04688 338.90625Q163.04688 337.98438 163.375 337.26562Q163.71875 336.54688 164.34375 336.15625Q164.98438 335.75 165.85938 335.75Q166.92188 335.75 167.625 336.39062Q168.34375 337.01562 168.39062 338.04688L167.35938 338.04688Q167.3125 337.42188 166.89062 337.03125Q166.46875 336.64062 165.85938 336.64062Q165.03125 336.64062 164.57812 337.23438Q164.125 337.82812 164.125 338.95312L164.125 339.15625Q164.125 340.25 164.57812 340.84375Q165.03125 341.4375 165.85938 341.4375ZM169.03125 338.96875Q169.03125 338.04688 169.39062 337.29688Q169.76562 336.54688 170.42188 336.15625Q171.07812 335.75 171.90625 335.75Q173.20312 335.75 174.0 336.64062Q174.8125 337.53125 174.8125 339.03125L174.8125 339.10938Q174.8125 340.03125 174.45312 340.76562Q174.09375 341.5 173.4375 341.92188Q172.78125 342.32812 171.92188 342.32812Q170.64062 342.32812 169.82812 341.4375Q169.03125 340.53125 169.03125 339.04688L169.03125 338.96875ZM170.125 339.10938Q170.125 340.15625 170.60938 340.79688Q171.10938 341.4375 171.92188 341.4375Q172.75 341.4375 173.23438 340.79688Q173.71875 340.14062 173.71875 338.96875Q173.71875 337.9375 173.21875 337.29688Q172.73438 336.64062 171.90625 336.64062Q171.10938 336.64062 170.60938 337.28125Q170.125 337.90625 170.125 339.10938ZM180.01562 340.51562Q180.01562 340.07812 179.67188 339.84375Q179.34375 339.59375 178.51562 339.42188Q177.70312 339.25 177.21875 339.0Q176.73438 338.75 176.5 338.42188Q176.28125 338.07812 176.28125 337.60938Q176.28125 336.82812 176.9375 336.29688Q177.59375 335.75 178.625 335.75Q179.70312 335.75 180.35938 336.3125Q181.03125 336.85938 181.03125 337.71875L179.95312 337.71875Q179.95312 337.28125 179.5625 336.96875Q179.1875 336.64062 178.625 336.64062Q178.03125 336.64062 177.6875 336.90625Q177.35938 337.15625 177.35938 337.5625Q177.35938 337.95312 177.67188 338.15625Q177.98438 338.35938 178.79688 338.54688Q179.60938 338.71875 180.10938 338.96875Q180.60938 339.21875 180.84375 339.57812Q181.09375 339.9375 181.09375 340.4375Q181.09375 341.29688 180.40625 341.8125Q179.73438 342.32812 178.65625 342.32812Q177.89062 342.32812 177.29688 342.0625Q176.71875 341.78125 176.39062 341.29688Q176.0625 340.8125 176.0625 340.25L177.14062 340.25Q177.17188 340.79688 177.57812 341.125Q177.98438 341.4375 178.65625 341.4375Q179.26562 341.4375 179.64062 341.1875Q180.01562 340.9375 180.01562 340.51562ZM184.39062 340.60938L185.875 335.85938L187.03125 335.85938L184.48438 343.1875Q183.89062 344.76562 182.60938 344.76562L182.39062 344.75L182.0 344.67188L182.0 343.79688L182.28125 343.8125Q182.84375 343.8125 183.14062 343.59375Q183.45312 343.375 183.65625 342.78125L183.89062 342.125L181.625 335.85938L182.8125 335.85938L184.39062 340.60938ZM192.01562 340.51562Q192.01562 340.07812 191.67188 339.84375Q191.34375 339.59375 190.51562 339.42188Q189.70312 339.25 189.21875 339.0Q188.73438 338.75 188.5 338.42188Q188.28125 338.07812 188.28125 337.60938Q188.28125 336.82812 188.9375 336.29688Q189.59375 335.75 190.625 335.75Q191.70312 335.75 192.35938 336.3125Q193.03125 336.85938 193.03125 337.71875L191.95312 337.71875Q191.95312 337.28125 191.5625 336.96875Q191.1875 336.64062 190.625 336.64062Q190.03125 336.64062 189.6875 336.90625Q189.35938 337.15625 189.35938 337.5625Q189.35938 337.95312 189.67188 338.15625Q189.98438 338.35938 190.79688 338.54688Q191.60938 338.71875 192.10938 338.96875Q192.60938 339.21875 192.84375 339.57812Q193.09375 339.9375 193.09375 340.4375Q193.09375 341.29688 192.40625 341.8125Q191.73438 342.32812 190.65625 342.32812Q189.89062 342.32812 189.29688 342.0625Q188.71875 341.78125 188.39062 341.29688Q188.0625 340.8125 188.0625 340.25L189.14062 340.25Q189.17188 340.79688 189.57812 341.125Q189.98438 341.4375 190.65625 341.4375Q191.26562 341.4375 191.64062 341.1875Q192.01562 340.9375 192.01562 340.51562ZM195.79688 334.32812L195.79688 335.85938L196.96875 335.85938L196.96875 336.70312L195.79688 336.70312L195.79688 340.625Q195.79688 341.01562 195.95312 341.20312Q196.10938 341.39062 196.48438 341.39062Q196.67188 341.39062 197.0 341.32812L197.0 342.20312Q196.57812 342.32812 196.17188 342.32812Q195.45312 342.32812 195.07812 341.89062Q194.70312 341.4375 194.70312 340.625L194.70312 336.70312L193.54688 336.70312L193.54688 335.85938L194.70312 335.85938L194.70312 334.32812L195.79688 334.32812ZM200.95312 342.32812Q199.65625 342.32812 198.84375 341.48438Q198.04688 340.625 198.04688 339.20312L198.04688 339.01562Q198.04688 338.0625 198.40625 337.32812Q198.76562 336.57812 199.40625 336.17188Q200.0625 335.75 200.8125 335.75Q202.04688 335.75 202.73438 336.5625Q203.42188 337.375 203.42188 338.89062L203.42188 339.34375L199.125 339.34375Q199.15625 340.28125 199.67188 340.85938Q200.20312 341.4375 201.01562 341.4375Q201.57812 341.4375 201.96875 341.20312Q202.375 340.96875 202.6875 340.57812L203.34375 341.09375Q202.54688 342.32812 200.95312 342.32812ZM200.8125 336.64062Q200.15625 336.64062 199.70312 337.125Q199.26562 337.59375 199.17188 338.45312L202.34375 338.45312L202.34375 338.375Q202.29688 337.54688 201.89062 337.09375Q201.5 336.64062 200.8125 336.64062ZM205.34375 335.85938L205.375 336.5625Q206.0625 335.75 207.25 335.75Q208.57812 335.75 209.0625 336.76562Q209.375 336.3125 209.875 336.03125Q210.39062 335.75 211.07812 335.75Q213.17188 335.75 213.20312 337.95312L213.20312 342.20312L212.125 342.20312L212.125 338.01562Q212.125 337.34375 211.8125 337.01562Q211.5 336.67188 210.76562 336.67188Q210.15625 336.67188 209.75 337.03125Q209.35938 337.39062 209.29688 338.0L209.29688 342.20312L208.21875 342.20312L208.21875 338.04688Q208.21875 336.67188 206.85938 336.67188Q205.79688 336.67188 205.40625 337.57812L205.40625 342.20312L204.3125 342.20312L204.3125 335.85938L205.34375 335.85938ZM219.01562 340.51562Q219.01562 340.07812 218.67188 339.84375Q218.34375 339.59375 217.51562 339.42188Q216.70312 339.25 216.21875 339.0Q215.73438 338.75 215.5 338.42188Q215.28125 338.07812 215.28125 337.60938Q215.28125 336.82812 215.9375 336.29688Q216.59375 335.75 217.625 335.75Q218.70312 335.75 219.35938 336.3125Q220.03125 336.85938 220.03125 337.71875L218.95312 337.71875Q218.95312 337.28125 218.5625 336.96875Q218.1875 336.64062 217.625 336.64062Q217.03125 336.64062 216.6875 336.90625Q216.35938 337.15625 216.35938 337.5625Q216.35938 337.95312 216.67188 338.15625Q216.98438 338.35938 217.79688 338.54688Q218.60938 338.71875 219.10938 338.96875Q219.60938 339.21875 219.84375 339.57812Q220.09375 339.9375 220.09375 340.4375Q220.09375 341.29688 219.40625 341.8125Q218.73438 342.32812 217.65625 342.32812Q216.89062 342.32812 216.29688 342.0625Q215.71875 341.78125 215.39062 341.29688Q215.0625 340.8125 215.0625 340.25L216.14062 340.25Q216.17188 340.79688 216.57812 341.125Q216.98438 341.4375 217.65625 341.4375Q218.26562 341.4375 218.64062 341.1875Q219.01562 340.9375 219.01562 340.51562Z" fill-rule="nonzero"/><path fill="#666666" d="M67.765625 362.91815Q67.609375 364.2619 66.765625 365.0119Q65.921875 365.74628 64.53125 365.74628Q63.015625 365.74628 62.109375 364.66815Q61.203125 363.5744 61.203125 361.74628L61.203125 360.93378Q61.203125 359.74628 61.625 358.84003Q62.046875 357.93378 62.828125 357.4494Q63.609375 356.96503 64.625 356.96503Q65.984375 356.96503 66.796875 357.73065Q67.625 358.49628 67.765625 359.8244L66.640625 359.8244Q66.484375 358.80878 66.0 358.35565Q65.515625 357.90253 64.625 357.90253Q63.546875 357.90253 62.9375 358.6994Q62.328125 359.49628 62.328125 360.96503L62.328125 361.79315Q62.328125 363.18378 62.90625 364.0119Q63.484375 364.8244 64.53125 364.8244Q65.46875 364.8244 65.96875 364.40253Q66.46875 363.96503 66.640625 362.91815L67.765625 362.91815ZM69.03125 362.3869Q69.03125 361.46503 69.390625 360.71503Q69.765625 359.96503 70.421875 359.5744Q71.078125 359.16815 71.90625 359.16815Q73.203125 359.16815 74.0 360.05878Q74.8125 360.9494 74.8125 362.4494L74.8125 362.52753Q74.8125 363.4494 74.453125 364.18378Q74.09375 364.91815 73.4375 365.34003Q72.78125 365.74628 71.921875 365.74628Q70.640625 365.74628 69.828125 364.85565Q69.03125 363.9494 69.03125 362.46503L69.03125 362.3869ZM70.125 362.52753Q70.125 363.5744 70.609375 364.21503Q71.109375 364.85565 71.921875 364.85565Q72.75 364.85565 73.234375 364.21503Q73.71875 363.55878 73.71875 362.3869Q73.71875 361.35565 73.21875 360.71503Q72.734375 360.05878 71.90625 360.05878Q71.109375 360.05878 70.609375 360.6994Q70.125 361.3244 70.125 362.52753ZM76.0625 362.40253Q76.0625 360.93378 76.75 360.05878Q77.4375 359.16815 78.5625 359.16815Q79.671875 359.16815 80.328125 359.91815L80.328125 356.62128L81.40625 356.62128L81.40625 365.62128L80.40625 365.62128L80.359375 364.93378Q79.703125 365.74628 78.546875 365.74628Q77.453125 365.74628 76.75 364.84003Q76.0625 363.93378 76.0625 362.48065L76.0625 362.40253ZM77.140625 362.52753Q77.140625 363.60565 77.578125 364.21503Q78.03125 364.8244 78.8125 364.8244Q79.84375 364.8244 80.328125 363.8869L80.328125 360.98065Q79.84375 360.09003 78.828125 360.09003Q78.03125 360.09003 77.578125 360.6994Q77.140625 361.30878 77.140625 362.52753ZM85.953125 365.74628Q84.65625 365.74628 83.84375 364.90253Q83.046875 364.04315 83.046875 362.62128L83.046875 362.43378Q83.046875 361.48065 83.40625 360.74628Q83.765625 359.99628 84.40625 359.59003Q85.0625 359.16815 85.8125 359.16815Q87.046875 359.16815 87.734375 359.98065Q88.421875 360.79315 88.421875 362.30878L88.421875 362.7619L84.125 362.7619Q84.15625 363.6994 84.671875 364.27753Q85.203125 364.85565 86.015625 364.85565Q86.578125 364.85565 86.96875 364.62128Q87.375 364.3869 87.6875 363.99628L88.34375 364.5119Q87.546875 365.74628 85.953125 365.74628ZM85.8125 360.05878Q85.15625 360.05878 84.703125 360.54315Q84.265625 361.0119 84.171875 361.87128L87.34375 361.87128L87.34375 361.79315Q87.296875 360.96503 86.890625 360.5119Q86.5 360.05878 85.8125 360.05878ZM94.40625 364.15253L95.984375 359.27753L97.09375 359.27753L94.8125 365.62128L93.984375 365.62128L91.6875 359.27753L92.796875 359.27753L94.40625 364.15253ZM100.953125 365.74628Q99.65625 365.74628 98.84375 364.90253Q98.046875 364.04315 98.046875 362.62128L98.046875 362.43378Q98.046875 361.48065 98.40625 360.74628Q98.765625 359.99628 99.40625 359.59003Q100.0625 359.16815 100.8125 359.16815Q102.046875 359.16815 102.734375 359.98065Q103.421875 360.79315 103.421875 362.30878L103.421875 362.7619L99.125 362.7619Q99.15625 363.6994 99.671875 364.27753Q100.203125 364.85565 101.015625 364.85565Q101.578125 364.85565 101.96875 364.62128Q102.375 364.3869 102.6875 363.99628L103.34375 364.5119Q102.546875 365.74628 100.953125 365.74628ZM100.8125 360.05878Q100.15625 360.05878 99.703125 360.54315Q99.265625 361.0119 99.171875 361.87128L102.34375 361.87128L102.34375 361.79315Q102.296875 360.96503 101.890625 360.5119Q101.5 360.05878 100.8125 360.05878ZM107.390625 360.24628Q107.140625 360.21503 106.859375 360.21503Q105.78125 360.21503 105.40625 361.12128L105.40625 365.62128L104.328125 365.62128L104.328125 359.27753L105.375 359.27753L105.390625 360.0119Q105.921875 359.16815 106.90625 359.16815Q107.21875 359.16815 107.390625 359.24628L107.390625 360.24628ZM113.6875 362.52753Q113.6875 363.98065 113.015625 364.87128Q112.359375 365.74628 111.234375 365.74628Q110.03125 365.74628 109.375 364.8869L109.3125 365.62128L108.328125 365.62128L108.328125 356.62128L109.40625 356.62128L109.40625 359.98065Q110.0625 359.16815 111.21875 359.16815Q112.375 359.16815 113.03125 360.04315Q113.6875 360.90253 113.6875 362.43378L113.6875 362.52753ZM112.609375 362.40253Q112.609375 361.29315 112.171875 360.6994Q111.75 360.09003 110.953125 360.09003Q109.875 360.09003 109.40625 361.0744L109.40625 363.8244Q109.90625 364.8244 110.953125 364.8244Q111.734375 364.8244 112.171875 364.21503Q112.609375 363.60565 112.609375 362.40253ZM115.03125 362.3869Q115.03125 361.46503 115.390625 360.71503Q115.765625 359.96503 116.421875 359.5744Q117.078125 359.16815 117.90625 359.16815Q119.203125 359.16815 120.0 360.05878Q120.8125 360.9494 120.8125 362.4494L120.8125 362.52753Q120.8125 363.4494 120.453125 364.18378Q120.09375 364.91815 119.4375 365.34003Q118.78125 365.74628 117.921875 365.74628Q116.640625 365.74628 115.828125 364.85565Q115.03125 363.9494 115.03125 362.46503L115.03125 362.3869ZM116.125 362.52753Q116.125 363.5744 116.609375 364.21503Q117.109375 364.85565 117.921875 364.85565Q118.75 364.85565 119.234375 364.21503Q119.71875 363.55878 119.71875 362.3869Q119.71875 361.35565 119.21875 360.71503Q118.734375 360.05878 117.90625 360.05878Q117.109375 360.05878 116.609375 360.6994Q116.125 361.3244 116.125 362.52753ZM126.015625 363.93378Q126.015625 363.49628 125.671875 363.2619Q125.34375 363.0119 124.515625 362.84003Q123.703125 362.66815 123.21875 362.41815Q122.734375 362.16815 122.5 361.84003Q122.28125 361.49628 122.28125 361.02753Q122.28125 360.24628 122.9375 359.71503Q123.59375 359.16815 124.625 359.16815Q125.703125 359.16815 126.359375 359.73065Q127.03125 360.27753 127.03125 361.1369L125.953125 361.1369Q125.953125 360.6994 125.5625 360.3869Q125.1875 360.05878 124.625 360.05878Q124.03125 360.05878 123.6875 360.3244Q123.359375 360.5744 123.359375 360.98065Q123.359375 361.37128 123.671875 361.5744Q123.984375 361.77753 124.796875 361.96503Q125.609375 362.1369 126.109375 362.3869Q126.609375 362.6369 126.84375 362.99628Q127.09375 363.35565 127.09375 363.85565Q127.09375 364.71503 126.40625 365.23065Q125.734375 365.74628 124.65625 365.74628Q123.890625 365.74628 123.296875 365.48065Q122.71875 365.1994 122.390625 364.71503Q122.0625 364.23065 122.0625 363.66815L123.140625 363.66815Q123.171875 364.21503 123.578125 364.54315Q123.984375 364.85565 124.65625 364.85565Q125.265625 364.85565 125.640625 364.60565Q126.015625 364.35565 126.015625 363.93378ZM129.5 365.62128L128.42188 365.62128L128.42188 359.27753L129.5 359.27753L129.5 365.62128ZM128.32812 357.60565Q128.32812 357.34003 128.48438 357.15253Q128.65625 356.96503 128.96875 356.96503Q129.28125 356.96503 129.4375 357.15253Q129.60938 357.34003 129.60938 357.60565Q129.60938 357.85565 129.4375 358.04315Q129.28125 358.21503 128.96875 358.21503Q128.65625 358.21503 128.48438 358.04315Q128.32812 357.85565 128.32812 357.60565ZM132.79688 357.74628L132.79688 359.27753L133.96875 359.27753L133.96875 360.12128L132.79688 360.12128L132.79688 364.04315Q132.79688 364.43378 132.95312 364.62128Q133.10938 364.80878 133.48438 364.80878Q133.67188 364.80878 134.0 364.74628L134.0 365.62128Q133.57812 365.74628 133.17188 365.74628Q132.45312 365.74628 132.07812 365.30878Q131.70312 364.85565 131.70312 364.04315L131.70312 360.12128L130.54688 360.12128L130.54688 359.27753L131.70312 359.27753L131.70312 357.74628L132.79688 357.74628ZM137.39062 364.02753L138.875 359.27753L140.03125 359.27753L137.48438 366.60565Q136.89062 368.18378 135.60938 368.18378L135.39062 368.16815L135.0 368.09003L135.0 367.21503L135.28125 367.23065Q135.84375 367.23065 136.14062 367.0119Q136.45312 366.79315 136.65625 366.1994L136.89062 365.54315L134.625 359.27753L135.8125 359.27753L137.39062 364.02753ZM144.53125 366.35565L143.60938 366.35565L147.17188 357.09003L148.09375 357.09003L144.53125 366.35565ZM152.03125 362.3869Q152.03125 361.46503 152.39062 360.71503Q152.76562 359.96503 153.42188 359.5744Q154.07812 359.16815 154.90625 359.16815Q156.20312 359.16815 157.0 360.05878Q157.8125 360.9494 157.8125 362.4494L157.8125 362.52753Q157.8125 363.4494 157.45312 364.18378Q157.09375 364.91815 156.4375 365.34003Q155.78125 365.74628 154.92188 365.74628Q153.64062 365.74628 152.82812 364.85565Q152.03125 363.9494 152.03125 362.46503L152.03125 362.3869ZM153.125 362.52753Q153.125 363.5744 153.60938 364.21503Q154.10938 364.85565 154.92188 364.85565Q155.75 364.85565 156.23438 364.21503Q156.71875 363.55878 156.71875 362.3869Q156.71875 361.35565 156.21875 360.71503Q155.73438 360.05878 154.90625 360.05878Q154.10938 360.05878 153.60938 360.6994Q153.125 361.3244 153.125 362.52753ZM162.39062 360.24628Q162.14062 360.21503 161.85938 360.21503Q160.78125 360.21503 160.40625 361.12128L160.40625 365.62128L159.32812 365.62128L159.32812 359.27753L160.375 359.27753L160.39062 360.0119Q160.92188 359.16815 161.90625 359.16815Q162.21875 359.16815 162.39062 359.24628L162.39062 360.24628ZM163.0625 362.40253Q163.0625 360.91815 163.75 360.04315Q164.4375 359.16815 165.5625 359.16815Q166.71875 359.16815 167.375 359.98065L167.42188 359.27753L168.42188 359.27753L168.42188 365.46503Q168.42188 366.6994 167.6875 367.40253Q166.95312 368.12128 165.73438 368.12128Q165.04688 368.12128 164.39062 367.8244Q163.73438 367.52753 163.39062 367.02753L163.95312 366.37128Q164.64062 367.23065 165.65625 367.23065Q166.4375 367.23065 166.875 366.77753Q167.32812 366.34003 167.32812 365.52753L167.32812 364.98065Q166.67188 365.74628 165.54688 365.74628Q164.4375 365.74628 163.75 364.85565Q163.0625 363.9494 163.0625 362.40253ZM164.15625 362.52753Q164.15625 363.59003 164.59375 364.21503Q165.03125 364.8244 165.82812 364.8244Q166.84375 364.8244 167.32812 363.8869L167.32812 360.99628Q166.82812 360.09003 165.82812 360.09003Q165.04688 360.09003 164.59375 360.6994Q164.15625 361.30878 164.15625 362.52753ZM174.23438 365.62128Q174.14062 365.43378 174.07812 364.9494Q173.32812 365.74628 172.28125 365.74628Q171.34375 365.74628 170.73438 365.21503Q170.14062 364.68378 170.14062 363.85565Q170.14062 362.87128 170.89062 362.3244Q171.64062 361.77753 173.01562 361.77753L174.0625 361.77753L174.0625 361.27753Q174.0625 360.71503 173.71875 360.3869Q173.39062 360.04315 172.71875 360.04315Q172.14062 360.04315 171.75 360.34003Q171.35938 360.62128 171.35938 361.04315L170.26562 361.04315Q170.26562 360.55878 170.59375 360.12128Q170.9375 359.68378 171.51562 359.43378Q172.09375 359.16815 172.78125 359.16815Q173.89062 359.16815 174.5 359.71503Q175.125 360.2619 175.15625 361.21503L175.15625 364.1369Q175.15625 365.0119 175.375 365.52753L175.375 365.62128L174.23438 365.62128ZM172.4375 364.79315Q172.95312 364.79315 173.40625 364.52753Q173.85938 364.2619 174.0625 363.84003L174.0625 362.54315L173.21875 362.54315Q171.21875 362.54315 171.21875 363.71503Q171.21875 364.21503 171.5625 364.5119Q171.90625 364.79315 172.4375 364.79315ZM178.34375 359.27753L178.375 360.0744Q179.10938 359.16815 180.28125 359.16815Q182.29688 359.16815 182.3125 361.43378L182.3125 365.62128L181.21875 365.62128L181.21875 361.41815Q181.21875 360.74628 180.90625 360.41815Q180.60938 360.09003 179.95312 360.09003Q179.42188 360.09003 179.01562 360.37128Q178.625 360.65253 178.40625 361.10565L178.40625 365.62128L177.32812 365.62128L177.32812 359.27753L178.34375 359.27753ZM185.5 365.62128L184.42188 365.62128L184.42188 359.27753L185.5 359.27753L185.5 365.62128ZM184.32812 357.60565Q184.32812 357.34003 184.48438 357.15253Q184.65625 356.96503 184.96875 356.96503Q185.28125 356.96503 185.4375 357.15253Q185.60938 357.34003 185.60938 357.60565Q185.60938 357.85565 185.4375 358.04315Q185.28125 358.21503 184.96875 358.21503Q184.65625 358.21503 184.48438 358.04315Q184.32812 357.85565 184.32812 357.60565ZM188.34375 364.73065L192.04688 364.73065L192.04688 365.62128L187.01562 365.62128L187.01562 364.8244L190.51562 360.18378L187.0625 360.18378L187.0625 359.27753L191.875 359.27753L191.875 360.04315L188.34375 364.73065ZM197.23438 365.62128Q197.14062 365.43378 197.07812 364.9494Q196.32812 365.74628 195.28125 365.74628Q194.34375 365.74628 193.73438 365.21503Q193.14062 364.68378 193.14062 363.85565Q193.14062 362.87128 193.89062 362.3244Q194.64062 361.77753 196.01562 361.77753L197.0625 361.77753L197.0625 361.27753Q197.0625 360.71503 196.71875 360.3869Q196.39062 360.04315 195.71875 360.04315Q195.14062 360.04315 194.75 360.34003Q194.35938 360.62128 194.35938 361.04315L193.26562 361.04315Q193.26562 360.55878 193.59375 360.12128Q193.9375 359.68378 194.51562 359.43378Q195.09375 359.16815 195.78125 359.16815Q196.89062 359.16815 197.5 359.71503Q198.125 360.2619 198.15625 361.21503L198.15625 364.1369Q198.15625 365.0119 198.375 365.52753L198.375 365.62128L197.23438 365.62128ZM195.4375 364.79315Q195.95312 364.79315 196.40625 364.52753Q196.85938 364.2619 197.0625 363.84003L197.0625 362.54315L196.21875 362.54315Q194.21875 362.54315 194.21875 363.71503Q194.21875 364.21503 194.5625 364.5119Q194.90625 364.79315 195.4375 364.79315ZM201.79688 357.74628L201.79688 359.27753L202.96875 359.27753L202.96875 360.12128L201.79688 360.12128L201.79688 364.04315Q201.79688 364.43378 201.95312 364.62128Q202.10938 364.80878 202.48438 364.80878Q202.67188 364.80878 203.0 364.74628L203.0 365.62128Q202.57812 365.74628 202.17188 365.74628Q201.45312 365.74628 201.07812 365.30878Q200.70312 364.85565 200.70312 364.04315L200.70312 360.12128L199.54688 360.12128L199.54688 359.27753L200.70312 359.27753L200.70312 357.74628L201.79688 357.74628ZM205.5 365.62128L204.42188 365.62128L204.42188 359.27753L205.5 359.27753L205.5 365.62128ZM204.32812 357.60565Q204.32812 357.34003 204.48438 357.15253Q204.65625 356.96503 204.96875 356.96503Q205.28125 356.96503 205.4375 357.15253Q205.60938 357.34003 205.60938 357.60565Q205.60938 357.85565 205.4375 358.04315Q205.28125 358.21503 204.96875 358.21503Q204.65625 358.21503 204.48438 358.04315Q204.32812 357.85565 204.32812 357.60565ZM207.03125 362.3869Q207.03125 361.46503 207.39062 360.71503Q207.76562 359.96503 208.42188 359.5744Q209.07812 359.16815 209.90625 359.16815Q211.20312 359.16815 212.0 360.05878Q212.8125 360.9494 212.8125 362.4494L212.8125 362.52753Q212.8125 363.4494 212.45312 364.18378Q212.09375 364.91815 211.4375 365.34003Q210.78125 365.74628 209.92188 365.74628Q208.64062 365.74628 207.82812 364.85565Q207.03125 363.9494 207.03125 362.46503L207.03125 362.3869ZM208.125 362.52753Q208.125 363.5744 208.60938 364.21503Q209.10938 364.85565 209.92188 364.85565Q210.75 364.85565 211.23438 364.21503Q211.71875 363.55878 211.71875 362.3869Q211.71875 361.35565 211.21875 360.71503Q210.73438 360.05878 209.90625 360.05878Q209.10938 360.05878 208.60938 360.6994Q208.125 361.3244 208.125 362.52753ZM215.34375 359.27753L215.375 360.0744Q216.10938 359.16815 217.28125 359.16815Q219.29688 359.16815 219.3125 361.43378L219.3125 365.62128L218.21875 365.62128L218.21875 361.41815Q218.21875 360.74628 217.90625 360.41815Q217.60938 360.09003 216.95312 360.09003Q216.42188 360.09003 216.01562 360.37128Q215.625 360.65253 215.40625 361.10565L215.40625 365.62128L214.32812 365.62128L214.32812 359.27753L215.34375 359.27753Z" fill-rule="nonzero"/><path fill="#666666" d="M135.79688 395.41443Q135.35938 396.03943 134.57812 396.35193Q133.79688 396.66443 132.76562 396.66443Q131.73438 396.66443 130.92188 396.18005Q130.10938 395.68005 129.67188 394.7738Q129.23438 393.86755 129.21875 392.68005L129.21875 391.94568Q129.21875 390.00818 130.10938 388.94568Q131.01562 387.88318 132.64062 387.88318Q133.98438 387.88318 134.79688 388.57068Q135.60938 389.25818 135.79688 390.50818L134.67188 390.50818Q134.34375 388.82068 132.65625 388.82068Q131.51562 388.82068 130.9375 389.61755Q130.35938 390.3988 130.34375 391.91443L130.34375 392.60193Q130.34375 394.03943 131.0 394.8988Q131.65625 395.74255 132.78125 395.74255Q133.40625 395.74255 133.875 395.60193Q134.35938 395.4613 134.67188 395.11755L134.67188 393.2113L132.70312 393.2113L132.70312 392.28943L135.79688 392.28943L135.79688 395.41443ZM143.5 388.00818L143.5 393.80505Q143.48438 395.00818 142.73438 395.78943Q141.98438 396.55505 140.70312 396.6488L140.39062 396.66443Q139.0 396.66443 138.15625 395.91443Q137.32812 395.1488 137.32812 393.82068L137.32812 388.00818L138.4375 388.00818L138.4375 393.78943Q138.4375 394.7113 138.9375 395.22693Q139.45312 395.74255 140.39062 395.74255Q141.35938 395.74255 141.85938 395.22693Q142.35938 394.7113 142.35938 393.78943L142.35938 388.00818L143.5 388.00818ZM146.70312 396.53943L145.57812 396.53943L145.57812 388.00818L146.70312 388.00818L146.70312 396.53943ZM151.0625 393.32068Q151.0625 391.85193 151.75 390.97693Q152.4375 390.0863 153.5625 390.0863Q154.67188 390.0863 155.32812 390.8363L155.32812 387.53943L156.40625 387.53943L156.40625 396.53943L155.40625 396.53943L155.35938 395.85193Q154.70312 396.66443 153.54688 396.66443Q152.45312 396.66443 151.75 395.75818Q151.0625 394.85193 151.0625 393.3988L151.0625 393.32068ZM152.14062 393.44568Q152.14062 394.5238 152.57812 395.13318Q153.03125 395.74255 153.8125 395.74255Q154.84375 395.74255 155.32812 394.80505L155.32812 391.8988Q154.84375 391.00818 153.82812 391.00818Q153.03125 391.00818 152.57812 391.61755Q152.14062 392.22693 152.14062 393.44568ZM160.95312 396.66443Q159.65625 396.66443 158.84375 395.82068Q158.04688 394.9613 158.04688 393.53943L158.04688 393.35193Q158.04688 392.3988 158.40625 391.66443Q158.76562 390.91443 159.40625 390.50818Q160.0625 390.0863 160.8125 390.0863Q162.04688 390.0863 162.73438 390.8988Q163.42188 391.7113 163.42188 393.22693L163.42188 393.68005L159.125 393.68005Q159.15625 394.61755 159.67188 395.19568Q160.20312 395.7738 161.01562 395.7738Q161.57812 395.7738 161.96875 395.53943Q162.375 395.30505 162.6875 394.91443L163.34375 395.43005Q162.54688 396.66443 160.95312 396.66443ZM160.8125 390.97693Q160.15625 390.97693 159.70312 391.4613Q159.26562 391.93005 159.17188 392.78943L162.34375 392.78943L162.34375 392.7113Q162.29688 391.88318 161.89062 391.43005Q161.5 390.97693 160.8125 390.97693ZM166.40625 395.07068L167.98438 390.19568L169.09375 390.19568L166.8125 396.53943L165.98438 396.53943L163.6875 390.19568L164.79688 390.19568L166.40625 395.07068ZM172.95312 396.66443Q171.65625 396.66443 170.84375 395.82068Q170.04688 394.9613 170.04688 393.53943L170.04688 393.35193Q170.04688 392.3988 170.40625 391.66443Q170.76562 390.91443 171.40625 390.50818Q172.0625 390.0863 172.8125 390.0863Q174.04688 390.0863 174.73438 390.8988Q175.42188 391.7113 175.42188 393.22693L175.42188 393.68005L171.125 393.68005Q171.15625 394.61755 171.67188 395.19568Q172.20312 395.7738 173.01562 395.7738Q173.57812 395.7738 173.96875 395.53943Q174.375 395.30505 174.6875 394.91443L175.34375 395.43005Q174.54688 396.66443 172.95312 396.66443ZM172.8125 390.97693Q172.15625 390.97693 171.70312 391.4613Q171.26562 391.93005 171.17188 392.78943L174.34375 392.78943L174.34375 392.7113Q174.29688 391.88318 173.89062 391.43005Q173.5 390.97693 172.8125 390.97693ZM177.5 396.53943L176.42188 396.53943L176.42188 387.53943L177.5 387.53943L177.5 396.53943ZM179.03125 393.30505Q179.03125 392.38318 179.39062 391.63318Q179.76562 390.88318 180.42188 390.49255Q181.07812 390.0863 181.90625 390.0863Q183.20312 390.0863 184.0 390.97693Q184.8125 391.86755 184.8125 393.36755L184.8125 393.44568Q184.8125 394.36755 184.45312 395.10193Q184.09375 395.8363 183.4375 396.25818Q182.78125 396.66443 181.92188 396.66443Q180.64062 396.66443 179.82812 395.7738Q179.03125 394.86755 179.03125 393.38318L179.03125 393.30505ZM180.125 393.44568Q180.125 394.49255 180.60938 395.13318Q181.10938 395.7738 181.92188 395.7738Q182.75 395.7738 183.23438 395.13318Q183.71875 394.47693 183.71875 393.30505Q183.71875 392.2738 183.21875 391.63318Q182.73438 390.97693 181.90625 390.97693Q181.10938 390.97693 180.60938 391.61755Q180.125 392.24255 180.125 393.44568ZM191.67188 393.44568Q191.67188 394.88318 191.01562 395.7738Q190.35938 396.66443 189.21875 396.66443Q188.0625 396.66443 187.40625 395.93005L187.40625 398.97693L186.32812 398.97693L186.32812 390.19568L187.3125 390.19568L187.35938 390.8988Q188.03125 390.0863 189.20312 390.0863Q190.34375 390.0863 191.0 390.94568Q191.67188 391.80505 191.67188 393.3363L191.67188 393.44568ZM190.59375 393.32068Q190.59375 392.24255 190.125 391.63318Q189.67188 391.00818 188.875 391.00818Q187.89062 391.00818 187.40625 391.86755L187.40625 394.8988Q187.89062 395.7738 188.89062 395.7738Q189.67188 395.7738 190.125 395.16443Q190.59375 394.53943 190.59375 393.32068ZM194.34375 390.19568L194.375 390.8988Q195.0625 390.0863 196.25 390.0863Q197.57812 390.0863 198.0625 391.10193Q198.375 390.6488 198.875 390.36755Q199.39062 390.0863 200.07812 390.0863Q202.17188 390.0863 202.20312 392.28943L202.20312 396.53943L201.125 396.53943L201.125 392.35193Q201.125 391.68005 200.8125 391.35193Q200.5 391.00818 199.76562 391.00818Q199.15625 391.00818 198.75 391.36755Q198.35938 391.72693 198.29688 392.3363L198.29688 396.53943L197.21875 396.53943L197.21875 392.38318Q197.21875 391.00818 195.85938 391.00818Q194.79688 391.00818 194.40625 391.91443L194.40625 396.53943L193.3125 396.53943L193.3125 390.19568L194.34375 390.19568ZM206.95312 396.66443Q205.65625 396.66443 204.84375 395.82068Q204.04688 394.9613 204.04688 393.53943L204.04688 393.35193Q204.04688 392.3988 204.40625 391.66443Q204.76562 390.91443 205.40625 390.50818Q206.0625 390.0863 206.8125 390.0863Q208.04688 390.0863 208.73438 390.8988Q209.42188 391.7113 209.42188 393.22693L209.42188 393.68005L205.125 393.68005Q205.15625 394.61755 205.67188 395.19568Q206.20312 395.7738 207.01562 395.7738Q207.57812 395.7738 207.96875 395.53943Q208.375 395.30505 208.6875 394.91443L209.34375 395.43005Q208.54688 396.66443 206.95312 396.66443ZM206.8125 390.97693Q206.15625 390.97693 205.70312 391.4613Q205.26562 391.93005 205.17188 392.78943L208.34375 392.78943L208.34375 392.7113Q208.29688 391.88318 207.89062 391.43005Q207.5 390.97693 206.8125 390.97693ZM211.34375 390.19568L211.375 390.99255Q212.10938 390.0863 213.28125 390.0863Q215.29688 390.0863 215.3125 392.35193L215.3125 396.53943L214.21875 396.53943L214.21875 392.3363Q214.21875 391.66443 213.90625 391.3363Q213.60938 391.00818 212.95312 391.00818Q212.42188 391.00818 212.01562 391.28943Q211.625 391.57068 211.40625 392.0238L211.40625 396.53943L210.32812 396.53943L210.32812 390.19568L211.34375 390.19568ZM218.79688 388.66443L218.79688 390.19568L219.96875 390.19568L219.96875 391.03943L218.79688 391.03943L218.79688 394.9613Q218.79688 395.35193 218.95312 395.53943Q219.10938 395.72693 219.48438 395.72693Q219.67188 395.72693 220.0 395.66443L220.0 396.53943Q219.57812 396.66443 219.17188 396.66443Q218.45312 396.66443 218.07812 396.22693Q217.70312 395.7738 217.70312 394.9613L217.70312 391.03943L216.54688 391.03943L216.54688 390.19568L217.70312 390.19568L217.70312 388.66443L218.79688 388.66443Z" fill-rule="nonzero"/><path fill="#666666" d="M46.5 411.42636L46.5 417.22324Q46.484375 418.42636 45.734375 419.2076Q44.984375 419.97324 43.703125 420.067L43.390625 420.0826Q42.0 420.0826 41.15625 419.3326Q40.328125 418.567 40.328125 417.23886L40.328125 411.42636L41.4375 411.42636L41.4375 417.2076Q41.4375 418.1295 41.9375 418.6451Q42.453125 419.16074 43.390625 419.16074Q44.359375 419.16074 44.859375 418.6451Q45.359375 418.1295 45.359375 417.2076L45.359375 411.42636L46.5 411.42636ZM52.015625 418.2701Q52.015625 417.8326 51.671875 417.59824Q51.34375 417.34824 50.515625 417.17636Q49.703125 417.0045 49.21875 416.7545Q48.734375 416.5045 48.5 416.17636Q48.28125 415.8326 48.28125 415.36386Q48.28125 414.5826 48.9375 414.05136Q49.59375 413.5045 50.625 413.5045Q51.703125 413.5045 52.359375 414.067Q53.03125 414.61386 53.03125 415.47324L51.953125 415.47324Q51.953125 415.03574 51.5625 414.72324Q51.1875 414.3951 50.625 414.3951Q50.03125 414.3951 49.6875 414.66074Q49.359375 414.91074 49.359375 415.317Q49.359375 415.7076 49.671875 415.91074Q49.984375 416.11386 50.796875 416.30136Q51.609375 416.47324 52.109375 416.72324Q52.609375 416.97324 52.84375 417.3326Q53.09375 417.692 53.09375 418.192Q53.09375 419.05136 52.40625 419.567Q51.734375 420.0826 50.65625 420.0826Q49.890625 420.0826 49.296875 419.817Q48.71875 419.53574 48.390625 419.05136Q48.0625 418.567 48.0625 418.0045L49.140625 418.0045Q49.171875 418.55136 49.578125 418.8795Q49.984375 419.192 50.65625 419.192Q51.265625 419.192 51.640625 418.942Q52.015625 418.692 52.015625 418.2701ZM56.953125 420.0826Q55.65625 420.0826 54.84375 419.23886Q54.046875 418.3795 54.046875 416.9576L54.046875 416.7701Q54.046875 415.817 54.40625 415.0826Q54.765625 414.3326 55.40625 413.92636Q56.0625 413.5045 56.8125 413.5045Q58.046875 413.5045 58.734375 414.317Q59.421875 415.1295 59.421875 416.6451L59.421875 417.09824L55.125 417.09824Q55.15625 418.03574 55.671875 418.61386Q56.203125 419.192 57.015625 419.192Q57.578125 419.192 57.96875 418.9576Q58.375 418.72324 58.6875 418.3326L59.34375 418.84824Q58.546875 420.0826 56.953125 420.0826ZM56.8125 414.3951Q56.15625 414.3951 55.703125 414.8795Q55.265625 415.34824 55.171875 416.2076L58.34375 416.2076L58.34375 416.1295Q58.296875 415.30136 57.890625 414.84824Q57.5 414.3951 56.8125 414.3951ZM64.5 419.9576L63.421875 419.9576L63.421875 413.61386L64.5 413.61386L64.5 419.9576ZM63.328125 411.942Q63.328125 411.67636 63.484375 411.48886Q63.65625 411.30136 63.96875 411.30136Q64.28125 411.30136 64.4375 411.48886Q64.609375 411.67636 64.609375 411.942Q64.609375 412.192 64.4375 412.3795Q64.28125 412.55136 63.96875 412.55136Q63.65625 412.55136 63.484375 412.3795Q63.328125 412.192 63.328125 411.942ZM67.34375 413.61386L67.375 414.41074Q68.109375 413.5045 69.28125 413.5045Q71.296875 413.5045 71.3125 415.7701L71.3125 419.9576L70.21875 419.9576L70.21875 415.7545Q70.21875 415.0826 69.90625 414.7545Q69.609375 414.42636 68.953125 414.42636Q68.421875 414.42636 68.015625 414.7076Q67.625 414.98886 67.40625 415.442L67.40625 419.9576L66.328125 419.9576L66.328125 413.61386L67.34375 413.61386ZM76.0625 416.73886Q76.0625 415.2701 76.75 414.3951Q77.4375 413.5045 78.5625 413.5045Q79.671875 413.5045 80.328125 414.2545L80.328125 410.9576L81.40625 410.9576L81.40625 419.9576L80.40625 419.9576L80.359375 419.2701Q79.703125 420.0826 78.546875 420.0826Q77.453125 420.0826 76.75 419.17636Q76.0625 418.2701 76.0625 416.817L76.0625 416.73886ZM77.140625 416.86386Q77.140625 417.942 77.578125 418.55136Q78.03125 419.16074 78.8125 419.16074Q79.84375 419.16074 80.328125 418.22324L80.328125 415.317Q79.84375 414.42636 78.828125 414.42636Q78.03125 414.42636 77.578125 415.03574Q77.140625 415.6451 77.140625 416.86386ZM83.03125 416.72324Q83.03125 415.80136 83.390625 415.05136Q83.765625 414.30136 84.421875 413.91074Q85.078125 413.5045 85.90625 413.5045Q87.203125 413.5045 88.0 414.3951Q88.8125 415.28574 88.8125 416.78574L88.8125 416.86386Q88.8125 417.78574 88.453125 418.5201Q88.09375 419.2545 87.4375 419.67636Q86.78125 420.0826 85.921875 420.0826Q84.640625 420.0826 83.828125 419.192Q83.03125 418.28574 83.03125 416.80136L83.03125 416.72324ZM84.125 416.86386Q84.125 417.91074 84.609375 418.55136Q85.109375 419.192 85.921875 419.192Q86.75 419.192 87.234375 418.55136Q87.71875 417.8951 87.71875 416.72324Q87.71875 415.692 87.21875 415.05136Q86.734375 414.3951 85.90625 414.3951Q85.109375 414.3951 84.609375 415.03574Q84.125 415.66074 84.125 416.86386ZM91.34375 413.61386L91.375 414.317Q92.0625 413.5045 93.25 413.5045Q94.578125 413.5045 95.0625 414.5201Q95.375 414.067 95.875 413.78574Q96.390625 413.5045 97.078125 413.5045Q99.171875 413.5045 99.203125 415.7076L99.203125 419.9576L98.125 419.9576L98.125 415.7701Q98.125 415.09824 97.8125 414.7701Q97.5 414.42636 96.765625 414.42636Q96.15625 414.42636 95.75 414.78574Q95.359375 415.1451 95.296875 415.7545L95.296875 419.9576L94.21875 419.9576L94.21875 415.80136Q94.21875 414.42636 92.859375 414.42636Q91.796875 414.42636 91.40625 415.3326L91.40625 419.9576L90.3125 419.9576L90.3125 413.61386L91.34375 413.61386ZM105.234375 419.9576Q105.140625 419.7701 105.078125 419.28574Q104.328125 420.0826 103.28125 420.0826Q102.34375 420.0826 101.734375 419.55136Q101.140625 419.0201 101.140625 418.192Q101.140625 417.2076 101.890625 416.66074Q102.640625 416.11386 104.015625 416.11386L105.0625 416.11386L105.0625 415.61386Q105.0625 415.05136 104.71875 414.72324Q104.390625 414.3795 103.71875 414.3795Q103.140625 414.3795 102.75 414.67636Q102.359375 414.9576 102.359375 415.3795L101.265625 415.3795Q101.265625 414.8951 101.59375 414.4576Q101.9375 414.0201 102.515625 413.7701Q103.09375 413.5045 103.78125 413.5045Q104.890625 413.5045 105.5 414.05136Q106.125 414.59824 106.15625 415.55136L106.15625 418.47324Q106.15625 419.34824 106.375 419.86386L106.375 419.9576L105.234375 419.9576ZM103.4375 419.1295Q103.953125 419.1295 104.40625 418.86386Q104.859375 418.59824 105.0625 418.17636L105.0625 416.8795L104.21875 416.8795Q102.21875 416.8795 102.21875 418.05136Q102.21875 418.55136 102.5625 418.84824Q102.90625 419.1295 103.4375 419.1295ZM109.5 419.9576L108.421875 419.9576L108.421875 413.61386L109.5 413.61386L109.5 419.9576ZM108.328125 411.942Q108.328125 411.67636 108.484375 411.48886Q108.65625 411.30136 108.96875 411.30136Q109.28125 411.30136 109.4375 411.48886Q109.609375 411.67636 109.609375 411.942Q109.609375 412.192 109.4375 412.3795Q109.28125 412.55136 108.96875 412.55136Q108.65625 412.55136 108.484375 412.3795Q108.328125 412.192 108.328125 411.942ZM112.34375 413.61386L112.375 414.41074Q113.109375 413.5045 114.28125 413.5045Q116.296875 413.5045 116.3125 415.7701L116.3125 419.9576L115.21875 419.9576L115.21875 415.7545Q115.21875 415.0826 114.90625 414.7545Q114.609375 414.42636 113.953125 414.42636Q113.421875 414.42636 113.015625 414.7076Q112.625 414.98886 112.40625 415.442L112.40625 419.9576L111.328125 419.9576L111.328125 413.61386L112.34375 413.61386ZM122.015625 418.2701Q122.015625 417.8326 121.671875 417.59824Q121.34375 417.34824 120.515625 417.17636Q119.703125 417.0045 119.21875 416.7545Q118.734375 416.5045 118.5 416.17636Q118.28125 415.8326 118.28125 415.36386Q118.28125 414.5826 118.9375 414.05136Q119.59375 413.5045 120.625 413.5045Q121.703125 413.5045 122.359375 414.067Q123.03125 414.61386 123.03125 415.47324L121.953125 415.47324Q121.953125 415.03574 121.5625 414.72324Q121.1875 414.3951 120.625 414.3951Q120.03125 414.3951 119.6875 414.66074Q119.359375 414.91074 119.359375 415.317Q119.359375 415.7076 119.671875 415.91074Q119.984375 416.11386 120.796875 416.30136Q121.609375 416.47324 122.109375 416.72324Q122.609375 416.97324 122.84375 417.3326Q123.09375 417.692 123.09375 418.192Q123.09375 419.05136 122.40625 419.567Q121.734375 420.0826 120.65625 420.0826Q119.890625 420.0826 119.296875 419.817Q118.71875 419.53574 118.390625 419.05136Q118.0625 418.567 118.0625 418.0045L119.140625 418.0045Q119.171875 418.55136 119.578125 418.8795Q119.984375 419.192 120.65625 419.192Q121.265625 419.192 121.640625 418.942Q122.015625 418.692 122.015625 418.2701ZM132.9375 418.4576L134.15625 413.61386L135.23438 413.61386L133.39062 419.9576L132.51562 419.9576L130.96875 415.1451L129.46875 419.9576L128.59375 419.9576L126.75 413.61386L127.828125 413.61386L129.07812 418.36386L130.5625 413.61386L131.42188 413.61386L132.9375 418.4576ZM137.40625 414.3795Q138.125 413.5045 139.28125 413.5045Q141.29688 413.5045 141.3125 415.7701L141.3125 419.9576L140.21875 419.9576L140.21875 415.7545Q140.21875 415.0826 139.90625 414.7545Q139.60938 414.42636 138.95312 414.42636Q138.42188 414.42636 138.01562 414.7076Q137.625 414.98886 137.40625 415.442L137.40625 419.9576L136.32812 419.9576L136.32812 410.9576L137.40625 410.9576L137.40625 414.3795ZM145.95312 420.0826Q144.65625 420.0826 143.84375 419.23886Q143.04688 418.3795 143.04688 416.9576L143.04688 416.7701Q143.04688 415.817 143.40625 415.0826Q143.76562 414.3326 144.40625 413.92636Q145.0625 413.5045 145.8125 413.5045Q147.04688 413.5045 147.73438 414.317Q148.42188 415.1295 148.42188 416.6451L148.42188 417.09824L144.125 417.09824Q144.15625 418.03574 144.67188 418.61386Q145.20312 419.192 146.01562 419.192Q146.57812 419.192 146.96875 418.9576Q147.375 418.72324 147.6875 418.3326L148.34375 418.84824Q147.54688 420.0826 145.95312 420.0826ZM145.8125 414.3951Q145.15625 414.3951 144.70312 414.8795Q144.26562 415.34824 144.17188 416.2076L147.34375 416.2076L147.34375 416.1295Q147.29688 415.30136 146.89062 414.84824Q146.5 414.3951 145.8125 414.3951ZM152.39062 414.5826Q152.14062 414.55136 151.85938 414.55136Q150.78125 414.55136 150.40625 415.4576L150.40625 419.9576L149.32812 419.9576L149.32812 413.61386L150.375 413.61386L150.39062 414.34824Q150.92188 413.5045 151.90625 413.5045Q152.21875 413.5045 152.39062 413.5826L152.39062 414.5826ZM155.95312 420.0826Q154.65625 420.0826 153.84375 419.23886Q153.04688 418.3795 153.04688 416.9576L153.04688 416.7701Q153.04688 415.817 153.40625 415.0826Q153.76562 414.3326 154.40625 413.92636Q155.0625 413.5045 155.8125 413.5045Q157.04688 413.5045 157.73438 414.317Q158.42188 415.1295 158.42188 416.6451L158.42188 417.09824L154.125 417.09824Q154.15625 418.03574 154.67188 418.61386Q155.20312 419.192 156.01562 419.192Q156.57812 419.192 156.96875 418.9576Q157.375 418.72324 157.6875 418.3326L158.34375 418.84824Q157.54688 420.0826 155.95312 420.0826ZM155.8125 414.3951Q155.15625 414.3951 154.70312 414.8795Q154.26562 415.34824 154.17188 416.2076L157.34375 416.2076L157.34375 416.1295Q157.29688 415.30136 156.89062 414.84824Q156.5 414.3951 155.8125 414.3951ZM168.79688 418.8326Q168.35938 419.4576 167.57812 419.7701Q166.79688 420.0826 165.76562 420.0826Q164.73438 420.0826 163.92188 419.59824Q163.10938 419.09824 162.67188 418.192Q162.23438 417.28574 162.21875 416.09824L162.21875 415.36386Q162.21875 413.42636 163.10938 412.36386Q164.01562 411.30136 165.64062 411.30136Q166.98438 411.30136 167.79688 411.98886Q168.60938 412.67636 168.79688 413.92636L167.67188 413.92636Q167.34375 412.23886 165.65625 412.23886Q164.51562 412.23886 163.9375 413.03574Q163.35938 413.817 163.34375 415.3326L163.34375 416.0201Q163.34375 417.4576 164.0 418.317Q164.65625 419.16074 165.78125 419.16074Q166.40625 419.16074 166.875 419.0201Q167.35938 418.8795 167.67188 418.53574L167.67188 416.6295L165.70312 416.6295L165.70312 415.7076L168.79688 415.7076L168.79688 418.8326ZM170.03125 416.72324Q170.03125 415.80136 170.39062 415.05136Q170.76562 414.30136 171.42188 413.91074Q172.07812 413.5045 172.90625 413.5045Q174.20312 413.5045 175.0 414.3951Q175.8125 415.28574 175.8125 416.78574L175.8125 416.86386Q175.8125 417.78574 175.45312 418.5201Q175.09375 419.2545 174.4375 419.67636Q173.78125 420.0826 172.92188 420.0826Q171.64062 420.0826 170.82812 419.192Q170.03125 418.28574 170.03125 416.80136L170.03125 416.72324ZM171.125 416.86386Q171.125 417.91074 171.60938 418.55136Q172.10938 419.192 172.92188 419.192Q173.75 419.192 174.23438 418.55136Q174.71875 417.8951 174.71875 416.72324Q174.71875 415.692 174.21875 415.05136Q173.73438 414.3951 172.90625 414.3951Q172.10938 414.3951 171.60938 415.03574Q171.125 415.66074 171.125 416.86386ZM181.5 419.9576L180.42188 419.9576L180.42188 413.61386L181.5 413.61386L181.5 419.9576ZM180.32812 411.942Q180.32812 411.67636 180.48438 411.48886Q180.65625 411.30136 180.96875 411.30136Q181.28125 411.30136 181.4375 411.48886Q181.60938 411.67636 181.60938 411.942Q181.60938 412.192 181.4375 412.3795Q181.28125 412.55136 180.96875 412.55136Q180.65625 412.55136 180.48438 412.3795Q180.32812 412.192 180.32812 411.942ZM187.01562 418.2701Q187.01562 417.8326 186.67188 417.59824Q186.34375 417.34824 185.51562 417.17636Q184.70312 417.0045 184.21875 416.7545Q183.73438 416.5045 183.5 416.17636Q183.28125 415.8326 183.28125 415.36386Q183.28125 414.5826 183.9375 414.05136Q184.59375 413.5045 185.625 413.5045Q186.70312 413.5045 187.35938 414.067Q188.03125 414.61386 188.03125 415.47324L186.95312 415.47324Q186.95312 415.03574 186.5625 414.72324Q186.1875 414.3951 185.625 414.3951Q185.03125 414.3951 184.6875 414.66074Q184.35938 414.91074 184.35938 415.317Q184.35938 415.7076 184.67188 415.91074Q184.98438 416.11386 185.79688 416.30136Q186.60938 416.47324 187.10938 416.72324Q187.60938 416.97324 187.84375 417.3326Q188.09375 417.692 188.09375 418.192Q188.09375 419.05136 187.40625 419.567Q186.73438 420.0826 185.65625 420.0826Q184.89062 420.0826 184.29688 419.817Q183.71875 419.53574 183.39062 419.05136Q183.0625 418.567 183.0625 418.0045L184.14062 418.0045Q184.17188 418.55136 184.57812 418.8795Q184.98438 419.192 185.65625 419.192Q186.26562 419.192 186.64062 418.942Q187.01562 418.692 187.01562 418.2701ZM190.34375 413.61386L190.375 414.41074Q191.10938 413.5045 192.28125 413.5045Q194.29688 413.5045 194.3125 415.7701L194.3125 419.9576L193.21875 419.9576L193.21875 415.7545Q193.21875 415.0826 192.90625 414.7545Q192.60938 414.42636 191.95312 414.42636Q191.42188 414.42636 191.01562 414.7076Q190.625 414.98886 190.40625 415.442L190.40625 419.9576L189.32812 419.9576L189.32812 413.61386L190.34375 413.61386ZM196.98438 411.61386L196.85938 413.7701L196.10938 413.7701L196.10938 410.9576L196.98438 410.9576L196.98438 411.61386ZM199.79688 412.0826L199.79688 413.61386L200.96875 413.61386L200.96875 414.4576L199.79688 414.4576L199.79688 418.3795Q199.79688 418.7701 199.95312 418.9576Q200.10938 419.1451 200.48438 419.1451Q200.67188 419.1451 201.0 419.0826L201.0 419.9576Q200.57812 420.0826 200.17188 420.0826Q199.45312 420.0826 199.07812 419.6451Q198.70312 419.192 198.70312 418.3795L198.70312 414.4576L197.54688 414.4576L197.54688 413.61386L198.70312 413.61386L198.70312 412.0826L199.79688 412.0826ZM207.39062 418.36386L208.875 413.61386L210.03125 413.61386L207.48438 420.942Q206.89062 422.5201 205.60938 422.5201L205.39062 422.5045L205.0 422.42636L205.0 421.55136L205.28125 421.567Q205.84375 421.567 206.14062 421.34824Q206.45312 421.1295 206.65625 420.53574L206.89062 419.8795L204.625 413.61386L205.8125 413.61386L207.39062 418.36386ZM213.95312 420.0826Q212.65625 420.0826 211.84375 419.23886Q211.04688 418.3795 211.04688 416.9576L211.04688 416.7701Q211.04688 415.817 211.40625 415.0826Q211.76562 414.3326 212.40625 413.92636Q213.0625 413.5045 213.8125 413.5045Q215.04688 413.5045 215.73438 414.317Q216.42188 415.1295 216.42188 416.6451L216.42188 417.09824L212.125 417.09824Q212.15625 418.03574 212.67188 418.61386Q213.20312 419.192 214.01562 419.192Q214.57812 419.192 214.96875 418.9576Q215.375 418.72324 215.6875 418.3326L216.34375 418.84824Q215.54688 420.0826 213.95312 420.0826ZM213.8125 414.3951Q213.15625 414.3951 212.70312 414.8795Q212.26562 415.34824 212.17188 416.2076L215.34375 416.2076L215.34375 416.1295Q215.29688 415.30136 214.89062 414.84824Q214.5 414.3951 213.8125 414.3951ZM218.79688 412.0826L218.79688 413.61386L219.96875 413.61386L219.96875 414.4576L218.79688 414.4576L218.79688 418.3795Q218.79688 418.7701 218.95312 418.9576Q219.10938 419.1451 219.48438 419.1451Q219.67188 419.1451 220.0 419.0826L220.0 419.9576Q219.57812 420.0826 219.17188 420.0826Q218.45312 420.0826 218.07812 419.6451Q217.70312 419.192 217.70312 418.3795L217.70312 414.4576L216.54688 414.4576L216.54688 413.61386L217.70312 413.61386L217.70312 412.0826L218.79688 412.0826Z" fill-rule="nonzero"/><path fill="#666666" d="M184.67188 431.86386Q184.67188 433.30136 184.01562 434.192Q183.35938 435.0826 182.21875 435.0826Q181.0625 435.0826 180.40625 434.34824L180.40625 437.3951L179.32812 437.3951L179.32812 428.61386L180.3125 428.61386L180.35938 429.317Q181.03125 428.5045 182.20312 428.5045Q183.34375 428.5045 184.0 429.36386Q184.67188 430.22324 184.67188 431.7545L184.67188 431.86386ZM183.59375 431.73886Q183.59375 430.66074 183.125 430.05136Q182.67188 429.42636 181.875 429.42636Q180.89062 429.42636 180.40625 430.28574L180.40625 433.317Q180.89062 434.192 181.89062 434.192Q182.67188 434.192 183.125 433.5826Q183.59375 432.9576 183.59375 431.73886ZM186.03125 431.72324Q186.03125 430.80136 186.39062 430.05136Q186.76562 429.30136 187.42188 428.91074Q188.07812 428.5045 188.90625 428.5045Q190.20312 428.5045 191.0 429.3951Q191.8125 430.28574 191.8125 431.78574L191.8125 431.86386Q191.8125 432.78574 191.45312 433.5201Q191.09375 434.2545 190.4375 434.67636Q189.78125 435.0826 188.92188 435.0826Q187.64062 435.0826 186.82812 434.192Q186.03125 433.28574 186.03125 431.80136L186.03125 431.72324ZM187.125 431.86386Q187.125 432.91074 187.60938 433.55136Q188.10938 434.192 188.92188 434.192Q189.75 434.192 190.23438 433.55136Q190.71875 432.8951 190.71875 431.72324Q190.71875 430.692 190.21875 430.05136Q189.73438 429.3951 188.90625 429.3951Q188.10938 429.3951 187.60938 430.03574Q187.125 430.66074 187.125 431.86386ZM198.67188 431.86386Q198.67188 433.30136 198.01562 434.192Q197.35938 435.0826 196.21875 435.0826Q195.0625 435.0826 194.40625 434.34824L194.40625 437.3951L193.32812 437.3951L193.32812 428.61386L194.3125 428.61386L194.35938 429.317Q195.03125 428.5045 196.20312 428.5045Q197.34375 428.5045 198.0 429.36386Q198.67188 430.22324 198.67188 431.7545L198.67188 431.86386ZM197.59375 431.73886Q197.59375 430.66074 197.125 430.05136Q196.67188 429.42636 195.875 429.42636Q194.89062 429.42636 194.40625 430.28574L194.40625 433.317Q194.89062 434.192 195.89062 434.192Q196.67188 434.192 197.125 433.5826Q197.59375 432.9576 197.59375 431.73886ZM204.23438 434.3326Q203.60938 435.0826 202.375 435.0826Q201.35938 435.0826 200.82812 434.48886Q200.29688 433.8951 200.29688 432.73886L200.29688 428.61386L201.375 428.61386L201.375 432.7076Q201.375 434.16074 202.54688 434.16074Q203.79688 434.16074 204.20312 433.22324L204.20312 428.61386L205.29688 428.61386L205.29688 434.9576L204.26562 434.9576L204.23438 434.3326ZM208.5 434.9576L207.42188 434.9576L207.42188 425.9576L208.5 425.9576L208.5 434.9576ZM214.23438 434.9576Q214.14062 434.7701 214.07812 434.28574Q213.32812 435.0826 212.28125 435.0826Q211.34375 435.0826 210.73438 434.55136Q210.14062 434.0201 210.14062 433.192Q210.14062 432.2076 210.89062 431.66074Q211.64062 431.11386 213.01562 431.11386L214.0625 431.11386L214.0625 430.61386Q214.0625 430.05136 213.71875 429.72324Q213.39062 429.3795 212.71875 429.3795Q212.14062 429.3795 211.75 429.67636Q211.35938 429.9576 211.35938 430.3795L210.26562 430.3795Q210.26562 429.8951 210.59375 429.4576Q210.9375 429.0201 211.51562 428.7701Q212.09375 428.5045 212.78125 428.5045Q213.89062 428.5045 214.5 429.05136Q215.125 429.59824 215.15625 430.55136L215.15625 433.47324Q215.15625 434.34824 215.375 434.86386L215.375 434.9576L214.23438 434.9576ZM212.4375 434.1295Q212.95312 434.1295 213.40625 433.86386Q213.85938 433.59824 214.0625 433.17636L214.0625 431.8795L213.21875 431.8795Q211.21875 431.8795 211.21875 433.05136Q211.21875 433.55136 211.5625 433.84824Q211.90625 434.1295 212.4375 434.1295ZM220.39062 429.5826Q220.14062 429.55136 219.85938 429.55136Q218.78125 429.55136 218.40625 430.4576L218.40625 434.9576L217.32812 434.9576L217.32812 428.61386L218.375 428.61386L218.39062 429.34824Q218.92188 428.5045 219.90625 428.5045Q220.21875 428.5045 220.39062 428.5826L220.39062 429.5826Z" fill-rule="nonzero"/><path fill="#666666" d="M141.70312 458.37576L140.57812 458.37576L140.57812 449.8445L141.70312 449.8445L141.70312 458.37576ZM144.34375 452.032L144.375 452.8289Q145.10938 451.92264 146.28125 451.92264Q148.29688 451.92264 148.3125 454.18826L148.3125 458.37576L147.21875 458.37576L147.21875 454.17264Q147.21875 453.50076 146.90625 453.17264Q146.60938 452.8445 145.95312 452.8445Q145.42188 452.8445 145.01562 453.12576Q144.625 453.407 144.40625 453.86014L144.40625 458.37576L143.32812 458.37576L143.32812 452.032L144.34375 452.032ZM151.79688 450.50076L151.79688 452.032L152.96875 452.032L152.96875 452.87576L151.79688 452.87576L151.79688 456.79764Q151.79688 457.18826 151.95312 457.37576Q152.10938 457.56326 152.48438 457.56326Q152.67188 457.56326 153.0 457.50076L153.0 458.37576Q152.57812 458.50076 152.17188 458.50076Q151.45312 458.50076 151.07812 458.06326Q150.70312 457.61014 150.70312 456.79764L150.70312 452.87576L149.54688 452.87576L149.54688 452.032L150.70312 452.032L150.70312 450.50076L151.79688 450.50076ZM156.95312 458.50076Q155.65625 458.50076 154.84375 457.657Q154.04688 456.79764 154.04688 455.37576L154.04688 455.18826Q154.04688 454.23514 154.40625 453.50076Q154.76562 452.75076 155.40625 452.3445Q156.0625 451.92264 156.8125 451.92264Q158.04688 451.92264 158.73438 452.73514Q159.42188 453.54764 159.42188 455.06326L159.42188 455.5164L155.125 455.5164Q155.15625 456.4539 155.67188 457.032Q156.20312 457.61014 157.01562 457.61014Q157.57812 457.61014 157.96875 457.37576Q158.375 457.1414 158.6875 456.75076L159.34375 457.2664Q158.54688 458.50076 156.95312 458.50076ZM156.8125 452.81326Q156.15625 452.81326 155.70312 453.29764Q155.26562 453.7664 155.17188 454.62576L158.34375 454.62576L158.34375 454.54764Q158.29688 453.7195 157.89062 453.2664Q157.5 452.81326 156.8125 452.81326ZM163.39062 453.00076Q163.14062 452.9695 162.85938 452.9695Q161.78125 452.9695 161.40625 453.87576L161.40625 458.37576L160.32812 458.37576L160.32812 452.032L161.375 452.032L161.39062 452.7664Q161.92188 451.92264 162.90625 451.92264Q163.21875 451.92264 163.39062 452.00076L163.39062 453.00076ZM164.03125 455.1414Q164.03125 454.2195 164.39062 453.4695Q164.76562 452.7195 165.42188 452.3289Q166.07812 451.92264 166.90625 451.92264Q168.20312 451.92264 169.0 452.81326Q169.8125 453.7039 169.8125 455.2039L169.8125 455.282Q169.8125 456.2039 169.45312 456.93826Q169.09375 457.67264 168.4375 458.0945Q167.78125 458.50076 166.92188 458.50076Q165.64062 458.50076 164.82812 457.61014Q164.03125 456.7039 164.03125 455.2195L164.03125 455.1414ZM165.125 455.282Q165.125 456.3289 165.60938 456.9695Q166.10938 457.61014 166.92188 457.61014Q167.75 457.61014 168.23438 456.9695Q168.71875 456.31326 168.71875 455.1414Q168.71875 454.11014 168.21875 453.4695Q167.73438 452.81326 166.90625 452.81326Q166.10938 452.81326 165.60938 453.4539Q165.125 454.0789 165.125 455.282ZM176.67188 455.282Q176.67188 456.7195 176.01562 457.61014Q175.35938 458.50076 174.21875 458.50076Q173.0625 458.50076 172.40625 457.7664L172.40625 460.81326L171.32812 460.81326L171.32812 452.032L172.3125 452.032L172.35938 452.73514Q173.03125 451.92264 174.20312 451.92264Q175.34375 451.92264 176.0 452.782Q176.67188 453.6414 176.67188 455.17264L176.67188 455.282ZM175.59375 455.157Q175.59375 454.0789 175.125 453.4695Q174.67188 452.8445 173.875 452.8445Q172.89062 452.8445 172.40625 453.7039L172.40625 456.73514Q172.89062 457.61014 173.89062 457.61014Q174.67188 457.61014 175.125 457.00076Q175.59375 456.37576 175.59375 455.157ZM180.95312 458.50076Q179.65625 458.50076 178.84375 457.657Q178.04688 456.79764 178.04688 455.37576L178.04688 455.18826Q178.04688 454.23514 178.40625 453.50076Q178.76562 452.75076 179.40625 452.3445Q180.0625 451.92264 180.8125 451.92264Q182.04688 451.92264 182.73438 452.73514Q183.42188 453.54764 183.42188 455.06326L183.42188 455.5164L179.125 455.5164Q179.15625 456.4539 179.67188 457.032Q180.20312 457.61014 181.01562 457.61014Q181.57812 457.61014 181.96875 457.37576Q182.375 457.1414 182.6875 456.75076L183.34375 457.2664Q182.54688 458.50076 180.95312 458.50076ZM180.8125 452.81326Q180.15625 452.81326 179.70312 453.29764Q179.26562 453.7664 179.17188 454.62576L182.34375 454.62576L182.34375 454.54764Q182.29688 453.7195 181.89062 453.2664Q181.5 452.81326 180.8125 452.81326ZM187.39062 453.00076Q187.14062 452.9695 186.85938 452.9695Q185.78125 452.9695 185.40625 453.87576L185.40625 458.37576L184.32812 458.37576L184.32812 452.032L185.375 452.032L185.39062 452.7664Q185.92188 451.92264 186.90625 451.92264Q187.21875 451.92264 187.39062 452.00076L187.39062 453.00076ZM192.23438 458.37576Q192.14062 458.18826 192.07812 457.7039Q191.32812 458.50076 190.28125 458.50076Q189.34375 458.50076 188.73438 457.9695Q188.14062 457.43826 188.14062 456.61014Q188.14062 455.62576 188.89062 455.0789Q189.64062 454.532 191.01562 454.532L192.0625 454.532L192.0625 454.032Q192.0625 453.4695 191.71875 453.1414Q191.39062 452.79764 190.71875 452.79764Q190.14062 452.79764 189.75 453.0945Q189.35938 453.37576 189.35938 453.79764L188.26562 453.79764Q188.26562 453.31326 188.59375 452.87576Q188.9375 452.43826 189.51562 452.18826Q190.09375 451.92264 190.78125 451.92264Q191.89062 451.92264 192.5 452.4695Q193.125 453.0164 193.15625 453.9695L193.15625 456.8914Q193.15625 457.7664 193.375 458.282L193.375 458.37576L192.23438 458.37576ZM190.4375 457.54764Q190.95312 457.54764 191.40625 457.282Q191.85938 457.0164 192.0625 456.5945L192.0625 455.29764L191.21875 455.29764Q189.21875 455.29764 189.21875 456.4695Q189.21875 456.9695 189.5625 457.2664Q189.90625 457.54764 190.4375 457.54764ZM200.6875 455.282Q200.6875 456.73514 200.01562 457.62576Q199.35938 458.50076 198.23438 458.50076Q197.03125 458.50076 196.375 457.6414L196.3125 458.37576L195.32812 458.37576L195.32812 449.37576L196.40625 449.37576L196.40625 452.73514Q197.0625 451.92264 198.21875 451.92264Q199.375 451.92264 200.03125 452.79764Q200.6875 453.657 200.6875 455.18826L200.6875 455.282ZM199.60938 455.157Q199.60938 454.04764 199.17188 453.4539Q198.75 452.8445 197.95312 452.8445Q196.875 452.8445 196.40625 453.8289L196.40625 456.5789Q196.90625 457.5789 197.95312 457.5789Q198.73438 457.5789 199.17188 456.9695Q199.60938 456.36014 199.60938 455.157ZM203.5 458.37576L202.42188 458.37576L202.42188 452.032L203.5 452.032L203.5 458.37576ZM202.32812 450.36014Q202.32812 450.0945 202.48438 449.907Q202.65625 449.7195 202.96875 449.7195Q203.28125 449.7195 203.4375 449.907Q203.60938 450.0945 203.60938 450.36014Q203.60938 450.61014 203.4375 450.79764Q203.28125 450.9695 202.96875 450.9695Q202.65625 450.9695 202.48438 450.79764Q202.32812 450.61014 202.32812 450.36014ZM206.5 458.37576L205.42188 458.37576L205.42188 449.37576L206.5 449.37576L206.5 458.37576ZM209.5 458.37576L208.42188 458.37576L208.42188 452.032L209.5 452.032L209.5 458.37576ZM208.32812 450.36014Q208.32812 450.0945 208.48438 449.907Q208.65625 449.7195 208.96875 449.7195Q209.28125 449.7195 209.4375 449.907Q209.60938 450.0945 209.60938 450.36014Q209.60938 450.61014 209.4375 450.79764Q209.28125 450.9695 208.96875 450.9695Q208.65625 450.9695 208.48438 450.79764Q208.32812 450.61014 208.32812 450.36014ZM212.79688 450.50076L212.79688 452.032L213.96875 452.032L213.96875 452.87576L212.79688 452.87576L212.79688 456.79764Q212.79688 457.18826 212.95312 457.37576Q213.10938 457.56326 213.48438 457.56326Q213.67188 457.56326 214.0 457.50076L214.0 458.37576Q213.57812 458.50076 213.17188 458.50076Q212.45312 458.50076 212.07812 458.06326Q211.70312 457.61014 211.70312 456.79764L211.70312 452.87576L210.54688 452.87576L210.54688 452.032L211.70312 452.032L211.70312 450.50076L212.79688 450.50076ZM217.39062 456.782L218.875 452.032L220.03125 452.032L217.48438 459.36014Q216.89062 460.93826 215.60938 460.93826L215.39062 460.92264L215.0 460.8445L215.0 459.9695L215.28125 459.98514Q215.84375 459.98514 216.14062 459.7664Q216.45312 459.54764 216.65625 458.9539L216.89062 458.29764L214.625 452.032L215.8125 452.032L217.39062 456.782Z" fill-rule="nonzero"/><path fill="#666666" d="M133.60938 485.95016L133.60938 489.2939L132.48438 489.2939L132.48438 480.76266L135.64062 480.76266Q137.03125 480.76266 137.82812 481.4814Q138.625 482.18454 138.625 483.37204Q138.625 484.6064 137.84375 485.2783Q137.07812 485.95016 135.625 485.95016L133.60938 485.95016ZM133.60938 485.0283L135.64062 485.0283Q136.54688 485.0283 137.01562 484.6064Q137.5 484.18454 137.5 483.38766Q137.5 482.62204 137.01562 482.1689Q136.54688 481.70016 135.70312 481.68454L133.60938 481.68454L133.60938 485.0283ZM143.39062 483.9189Q143.14062 483.88766 142.85938 483.88766Q141.78125 483.88766 141.40625 484.7939L141.40625 489.2939L140.32812 489.2939L140.32812 482.95016L141.375 482.95016L141.39062 483.68454Q141.92188 482.8408 142.90625 482.8408Q143.21875 482.8408 143.39062 482.9189L143.39062 483.9189ZM144.03125 486.05954Q144.03125 485.13766 144.39062 484.38766Q144.76562 483.63766 145.42188 483.24704Q146.07812 482.8408 146.90625 482.8408Q148.20312 482.8408 149.0 483.7314Q149.8125 484.62204 149.8125 486.12204L149.8125 486.20016Q149.8125 487.12204 149.45312 487.8564Q149.09375 488.5908 148.4375 489.01266Q147.78125 489.4189 146.92188 489.4189Q145.64062 489.4189 144.82812 488.5283Q144.03125 487.62204 144.03125 486.13766L144.03125 486.05954ZM145.125 486.20016Q145.125 487.24704 145.60938 487.88766Q146.10938 488.5283 146.92188 488.5283Q147.75 488.5283 148.23438 487.88766Q148.71875 487.2314 148.71875 486.05954Q148.71875 485.0283 148.21875 484.38766Q147.73438 483.7314 146.90625 483.7314Q146.10938 483.7314 145.60938 484.37204Q145.125 484.99704 145.125 486.20016ZM152.4375 482.95016L152.4375 490.0283Q152.4375 491.8564 150.78125 491.8564Q150.42188 491.8564 150.125 491.74704L150.125 490.88766Q150.3125 490.93454 150.60938 490.93454Q150.96875 490.93454 151.15625 490.7314Q151.35938 490.5439 151.35938 490.0439L151.35938 482.95016L152.4375 482.95016ZM151.25 481.2783Q151.25 481.01266 151.40625 480.82516Q151.5625 480.63766 151.875 480.63766Q152.1875 480.63766 152.34375 480.82516Q152.51562 481.01266 152.51562 481.2783Q152.51562 481.5283 152.34375 481.7158Q152.1875 481.88766 151.875 481.88766Q151.5625 481.88766 151.40625 481.7158Q151.25 481.5283 151.25 481.2783ZM156.95312 489.4189Q155.65625 489.4189 154.84375 488.57516Q154.04688 487.7158 154.04688 486.2939L154.04688 486.1064Q154.04688 485.1533 154.40625 484.4189Q154.76562 483.6689 155.40625 483.26266Q156.0625 482.8408 156.8125 482.8408Q158.04688 482.8408 158.73438 483.6533Q159.42188 484.4658 159.42188 485.9814L159.42188 486.43454L155.125 486.43454Q155.15625 487.37204 155.67188 487.95016Q156.20312 488.5283 157.01562 488.5283Q157.57812 488.5283 157.96875 488.2939Q158.375 488.05954 158.6875 487.6689L159.34375 488.18454Q158.54688 489.4189 156.95312 489.4189ZM156.8125 483.7314Q156.15625 483.7314 155.70312 484.2158Q155.26562 484.68454 155.17188 485.5439L158.34375 485.5439L158.34375 485.4658Q158.29688 484.63766 157.89062 484.18454Q157.5 483.7314 156.8125 483.7314ZM162.85938 488.5283Q163.4375 488.5283 163.875 488.18454Q164.3125 487.82516 164.35938 487.2939L165.39062 487.2939Q165.35938 487.8408 165.0 488.3408Q164.65625 488.82516 164.07812 489.12204Q163.51562 489.4189 162.85938 489.4189Q161.5625 489.4189 160.79688 488.55954Q160.04688 487.68454 160.04688 486.18454L160.04688 485.99704Q160.04688 485.07516 160.375 484.3564Q160.71875 483.63766 161.34375 483.24704Q161.98438 482.8408 162.85938 482.8408Q163.92188 482.8408 164.625 483.4814Q165.34375 484.1064 165.39062 485.13766L164.35938 485.13766Q164.3125 484.51266 163.89062 484.12204Q163.46875 483.7314 162.85938 483.7314Q162.03125 483.7314 161.57812 484.32516Q161.125 484.9189 161.125 486.0439L161.125 486.24704Q161.125 487.3408 161.57812 487.93454Q162.03125 488.5283 162.85938 488.5283ZM167.79688 481.4189L167.79688 482.95016L168.96875 482.95016L168.96875 483.7939L167.79688 483.7939L167.79688 487.7158Q167.79688 488.1064 167.95312 488.2939Q168.10938 488.4814 168.48438 488.4814Q168.67188 488.4814 169.0 488.4189L169.0 489.2939Q168.57812 489.4189 168.17188 489.4189Q167.45312 489.4189 167.07812 488.9814Q166.70312 488.5283 166.70312 487.7158L166.70312 483.7939L165.54688 483.7939L165.54688 482.95016L166.70312 482.95016L166.70312 481.4189L167.79688 481.4189ZM177.01562 487.6064Q177.01562 487.1689 176.67188 486.93454Q176.34375 486.68454 175.51562 486.51266Q174.70312 486.3408 174.21875 486.0908Q173.73438 485.8408 173.5 485.51266Q173.28125 485.1689 173.28125 484.70016Q173.28125 483.9189 173.9375 483.38766Q174.59375 482.8408 175.625 482.8408Q176.70312 482.8408 177.35938 483.4033Q178.03125 483.95016 178.03125 484.80954L176.95312 484.80954Q176.95312 484.37204 176.5625 484.05954Q176.1875 483.7314 175.625 483.7314Q175.03125 483.7314 174.6875 483.99704Q174.35938 484.24704 174.35938 484.6533Q174.35938 485.0439 174.67188 485.24704Q174.98438 485.45016 175.79688 485.63766Q176.60938 485.80954 177.10938 486.05954Q177.60938 486.30954 177.84375 486.6689Q178.09375 487.0283 178.09375 487.5283Q178.09375 488.38766 177.40625 488.9033Q176.73438 489.4189 175.65625 489.4189Q174.89062 489.4189 174.29688 489.1533Q173.71875 488.87204 173.39062 488.38766Q173.0625 487.9033 173.0625 487.3408L174.14062 487.3408Q174.17188 487.88766 174.57812 488.2158Q174.98438 488.5283 175.65625 488.5283Q176.26562 488.5283 176.64062 488.2783Q177.01562 488.0283 177.01562 487.6064ZM180.79688 481.4189L180.79688 482.95016L181.96875 482.95016L181.96875 483.7939L180.79688 483.7939L180.79688 487.7158Q180.79688 488.1064 180.95312 488.2939Q181.10938 488.4814 181.48438 488.4814Q181.67188 488.4814 182.0 488.4189L182.0 489.2939Q181.57812 489.4189 181.17188 489.4189Q180.45312 489.4189 180.07812 488.9814Q179.70312 488.5283 179.70312 487.7158L179.70312 483.7939L178.54688 483.7939L178.54688 482.95016L179.70312 482.95016L179.70312 481.4189L180.79688 481.4189ZM186.39062 483.9189Q186.14062 483.88766 185.85938 483.88766Q184.78125 483.88766 184.40625 484.7939L184.40625 489.2939L183.32812 489.2939L183.32812 482.95016L184.375 482.95016L184.39062 483.68454Q184.92188 482.8408 185.90625 482.8408Q186.21875 482.8408 186.39062 482.9189L186.39062 483.9189ZM191.23438 488.6689Q190.60938 489.4189 189.375 489.4189Q188.35938 489.4189 187.82812 488.82516Q187.29688 488.2314 187.29688 487.07516L187.29688 482.95016L188.375 482.95016L188.375 487.0439Q188.375 488.49704 189.54688 488.49704Q190.79688 488.49704 191.20312 487.55954L191.20312 482.95016L192.29688 482.95016L192.29688 489.2939L191.26562 489.2939L191.23438 488.6689ZM196.85938 488.5283Q197.4375 488.5283 197.875 488.18454Q198.3125 487.82516 198.35938 487.2939L199.39062 487.2939Q199.35938 487.8408 199.0 488.3408Q198.65625 488.82516 198.07812 489.12204Q197.51562 489.4189 196.85938 489.4189Q195.5625 489.4189 194.79688 488.55954Q194.04688 487.68454 194.04688 486.18454L194.04688 485.99704Q194.04688 485.07516 194.375 484.3564Q194.71875 483.63766 195.34375 483.24704Q195.98438 482.8408 196.85938 482.8408Q197.92188 482.8408 198.625 483.4814Q199.34375 484.1064 199.39062 485.13766L198.35938 485.13766Q198.3125 484.51266 197.89062 484.12204Q197.46875 483.7314 196.85938 483.7314Q196.03125 483.7314 195.57812 484.32516Q195.125 484.9189 195.125 486.0439L195.125 486.24704Q195.125 487.3408 195.57812 487.93454Q196.03125 488.5283 196.85938 488.5283ZM201.79688 481.4189L201.79688 482.95016L202.96875 482.95016L202.96875 483.7939L201.79688 483.7939L201.79688 487.7158Q201.79688 488.1064 201.95312 488.2939Q202.10938 488.4814 202.48438 488.4814Q202.67188 488.4814 203.0 488.4189L203.0 489.2939Q202.57812 489.4189 202.17188 489.4189Q201.45312 489.4189 201.07812 488.9814Q200.70312 488.5283 200.70312 487.7158L200.70312 483.7939L199.54688 483.7939L199.54688 482.95016L200.70312 482.95016L200.70312 481.4189L201.79688 481.4189ZM208.23438 488.6689Q207.60938 489.4189 206.375 489.4189Q205.35938 489.4189 204.82812 488.82516Q204.29688 488.2314 204.29688 487.07516L204.29688 482.95016L205.375 482.95016L205.375 487.0439Q205.375 488.49704 206.54688 488.49704Q207.79688 488.49704 208.20312 487.55954L208.20312 482.95016L209.29688 482.95016L209.29688 489.2939L208.26562 489.2939L208.23438 488.6689ZM214.39062 483.9189Q214.14062 483.88766 213.85938 483.88766Q212.78125 483.88766 212.40625 484.7939L212.40625 489.2939L211.32812 489.2939L211.32812 482.95016L212.375 482.95016L212.39062 483.68454Q212.92188 482.8408 213.90625 482.8408Q214.21875 482.8408 214.39062 482.9189L214.39062 483.9189ZM217.95312 489.4189Q216.65625 489.4189 215.84375 488.57516Q215.04688 487.7158 215.04688 486.2939L215.04688 486.1064Q215.04688 485.1533 215.40625 484.4189Q215.76562 483.6689 216.40625 483.26266Q217.0625 482.8408 217.8125 482.8408Q219.04688 482.8408 219.73438 483.6533Q220.42188 484.4658 220.42188 485.9814L220.42188 486.43454L216.125 486.43454Q216.15625 487.37204 216.67188 487.95016Q217.20312 488.5283 218.01562 488.5283Q218.57812 488.5283 218.96875 488.2939Q219.375 488.05954 219.6875 487.6689L220.34375 488.18454Q219.54688 489.4189 217.95312 489.4189ZM217.8125 483.7314Q217.15625 483.7314 216.70312 484.2158Q216.26562 484.68454 216.17188 485.5439L219.34375 485.5439L219.34375 485.4658Q219.29688 484.63766 218.89062 484.18454Q218.5 483.7314 217.8125 483.7314Z" fill-rule="nonzero"/><path fill="#666666" d="M187.39062 512.6027L184.64062 512.6027L184.64062 520.2121L183.53125 520.2121L183.53125 512.6027L180.78125 512.6027L180.78125 511.68085L187.39062 511.68085L187.39062 512.6027ZM190.95312 520.3371Q189.65625 520.3371 188.84375 519.49335Q188.04688 518.634 188.04688 517.2121L188.04688 517.0246Q188.04688 516.0715 188.40625 515.3371Q188.76562 514.5871 189.40625 514.18085Q190.0625 513.759 190.8125 513.759Q192.04688 513.759 192.73438 514.5715Q193.42188 515.384 193.42188 516.8996L193.42188 517.3527L189.125 517.3527Q189.15625 518.2902 189.67188 518.86835Q190.20312 519.4465 191.01562 519.4465Q191.57812 519.4465 191.96875 519.2121Q192.375 518.9777 192.6875 518.5871L193.34375 519.1027Q192.54688 520.3371 190.95312 520.3371ZM190.8125 514.6496Q190.15625 514.6496 189.70312 515.134Q189.26562 515.6027 189.17188 516.4621L192.34375 516.4621L192.34375 516.384Q192.29688 515.55585 191.89062 515.1027Q191.5 514.6496 190.8125 514.6496ZM198.01562 518.5246Q198.01562 518.0871 197.67188 517.8527Q197.34375 517.6027 196.51562 517.43085Q195.70312 517.259 195.21875 517.009Q194.73438 516.759 194.5 516.43085Q194.28125 516.0871 194.28125 515.61835Q194.28125 514.8371 194.9375 514.30585Q195.59375 513.759 196.625 513.759Q197.70312 513.759 198.35938 514.3215Q199.03125 514.86835 199.03125 515.7277L197.95312 515.7277Q197.95312 515.2902 197.5625 514.9777Q197.1875 514.6496 196.625 514.6496Q196.03125 514.6496 195.6875 514.9152Q195.35938 515.1652 195.35938 515.5715Q195.35938 515.9621 195.67188 516.1652Q195.98438 516.36835 196.79688 516.55585Q197.60938 516.7277 198.10938 516.9777Q198.60938 517.2277 198.84375 517.5871Q199.09375 517.9465 199.09375 518.4465Q199.09375 519.30585 198.40625 519.8215Q197.73438 520.3371 196.65625 520.3371Q195.89062 520.3371 195.29688 520.0715Q194.71875 519.7902 194.39062 519.30585Q194.0625 518.8215 194.0625 518.259L195.14062 518.259Q195.17188 518.80585 195.57812 519.134Q195.98438 519.4465 196.65625 519.4465Q197.26562 519.4465 197.64062 519.1965Q198.01562 518.9465 198.01562 518.5246ZM201.79688 512.3371L201.79688 513.86835L202.96875 513.86835L202.96875 514.7121L201.79688 514.7121L201.79688 518.634Q201.79688 519.0246 201.95312 519.2121Q202.10938 519.3996 202.48438 519.3996Q202.67188 519.3996 203.0 519.3371L203.0 520.2121Q202.57812 520.3371 202.17188 520.3371Q201.45312 520.3371 201.07812 519.8996Q200.70312 519.4465 200.70312 518.634L200.70312 514.7121L199.54688 514.7121L199.54688 513.86835L200.70312 513.86835L200.70312 512.3371L201.79688 512.3371ZM205.5 520.2121L204.42188 520.2121L204.42188 513.86835L205.5 513.86835L205.5 520.2121ZM204.32812 512.1965Q204.32812 511.93085 204.48438 511.74335Q204.65625 511.55585 204.96875 511.55585Q205.28125 511.55585 205.4375 511.74335Q205.60938 511.93085 205.60938 512.1965Q205.60938 512.4465 205.4375 512.634Q205.28125 512.80585 204.96875 512.80585Q204.65625 512.80585 204.48438 512.634Q204.32812 512.4465 204.32812 512.1965ZM208.34375 513.86835L208.375 514.6652Q209.10938 513.759 210.28125 513.759Q212.29688 513.759 212.3125 516.0246L212.3125 520.2121L211.21875 520.2121L211.21875 516.009Q211.21875 515.3371 210.90625 515.009Q210.60938 514.68085 209.95312 514.68085Q209.42188 514.68085 209.01562 514.9621Q208.625 515.24335 208.40625 515.6965L208.40625 520.2121L207.32812 520.2121L207.32812 513.86835L208.34375 513.86835ZM214.0625 516.99335Q214.0625 515.509 214.75 514.634Q215.4375 513.759 216.5625 513.759Q217.71875 513.759 218.375 514.5715L218.42188 513.86835L219.42188 513.86835L219.42188 520.05585Q219.42188 521.2902 218.6875 521.99335Q217.95312 522.7121 216.73438 522.7121Q216.04688 522.7121 215.39062 522.4152Q214.73438 522.11835 214.39062 521.61835L214.95312 520.9621Q215.64062 521.8215 216.65625 521.8215Q217.4375 521.8215 217.875 521.36835Q218.32812 520.93085 218.32812 520.11835L218.32812 519.5715Q217.67188 520.3371 216.54688 520.3371Q215.4375 520.3371 214.75 519.4465Q214.0625 518.5402 214.0625 516.99335ZM215.15625 517.11835Q215.15625 518.18085 215.59375 518.80585Q216.03125 519.4152 216.82812 519.4152Q217.84375 519.4152 218.32812 518.4777L218.32812 515.5871Q217.82812 514.68085 216.82812 514.68085Q216.04688 514.68085 215.59375 515.2902Q215.15625 515.8996 215.15625 517.11835Z" fill-rule="nonzero"/><path fill="#666666" d="M199.04688 547.1459Q199.04688 548.3959 198.625 549.3334Q198.20312 550.25525 197.42188 550.75525Q196.65625 551.25525 195.625 551.25525Q194.625 551.25525 193.84375 550.75525Q193.0625 550.25525 192.625 549.349Q192.20312 548.4271 192.1875 547.2084L192.1875 546.599Q192.1875 545.3646 192.60938 544.4271Q193.04688 543.4896 193.82812 542.9896Q194.60938 542.474 195.625 542.474Q196.64062 542.474 197.42188 542.974Q198.20312 543.474 198.625 544.4115Q199.04688 545.349 199.04688 546.599L199.04688 547.1459ZM197.9375 546.5834Q197.9375 545.06775 197.32812 544.25525Q196.71875 543.44275 195.625 543.44275Q194.54688 543.44275 193.9375 544.25525Q193.32812 545.06775 193.3125 546.50525L193.3125 547.1459Q193.3125 548.6146 193.92188 549.4584Q194.54688 550.2865 195.625 550.2865Q196.71875 550.2865 197.3125 549.50525Q197.92188 548.7084 197.9375 547.224L197.9375 546.5834ZM201.79688 543.25525L201.79688 544.7865L202.96875 544.7865L202.96875 545.63025L201.79688 545.63025L201.79688 549.5521Q201.79688 549.94275 201.95312 550.13025Q202.10938 550.31775 202.48438 550.31775Q202.67188 550.31775 203.0 550.25525L203.0 551.13025Q202.57812 551.25525 202.17188 551.25525Q201.45312 551.25525 201.07812 550.81775Q200.70312 550.3646 200.70312 549.5521L200.70312 545.63025L199.54688 545.63025L199.54688 544.7865L200.70312 544.7865L200.70312 543.25525L201.79688 543.25525ZM205.40625 545.5521Q206.125 544.6771 207.28125 544.6771Q209.29688 544.6771 209.3125 546.94275L209.3125 551.13025L208.21875 551.13025L208.21875 546.9271Q208.21875 546.25525 207.90625 545.9271Q207.60938 545.599 206.95312 545.599Q206.42188 545.599 206.01562 545.88025Q205.625 546.1615 205.40625 546.6146L205.40625 551.13025L204.32812 551.13025L204.32812 542.13025L205.40625 542.13025L205.40625 545.5521ZM213.95312 551.25525Q212.65625 551.25525 211.84375 550.4115Q211.04688 549.5521 211.04688 548.13025L211.04688 547.94275Q211.04688 546.9896 211.40625 546.25525Q211.76562 545.50525 212.40625 545.099Q213.0625 544.6771 213.8125 544.6771Q215.04688 544.6771 215.73438 545.4896Q216.42188 546.3021 216.42188 547.81775L216.42188 548.2709L212.125 548.2709Q212.15625 549.2084 212.67188 549.7865Q213.20312 550.3646 214.01562 550.3646Q214.57812 550.3646 214.96875 550.13025Q215.375 549.8959 215.6875 549.50525L216.34375 550.0209Q215.54688 551.25525 213.95312 551.25525ZM213.8125 545.56775Q213.15625 545.56775 212.70312 546.0521Q212.26562 546.5209 212.17188 547.38025L215.34375 547.38025L215.34375 547.3021Q215.29688 546.474 214.89062 546.0209Q214.5 545.56775 213.8125 545.56775ZM220.39062 545.75525Q220.14062 545.724 219.85938 545.724Q218.78125 545.724 218.40625 546.63025L218.40625 551.13025L217.32812 551.13025L217.32812 544.7865L218.375 544.7865L218.39062 545.5209Q218.92188 544.6771 219.90625 544.6771Q220.21875 544.6771 220.39062 544.75525L220.39062 545.75525Z" fill-rule="nonzero"/><path fill="#666666" d="M224.5625 581.8594Q224.5625 583.7656 223.90625 584.7031Q223.26562 585.625 221.875 585.625Q220.51562 585.625 219.85938 584.71875Q219.20312 583.8125 219.17188 582.0L219.17188 580.5625Q219.17188 578.6719 219.8125 577.7656Q220.46875 576.84375 221.85938 576.84375Q223.23438 576.84375 223.89062 577.7344Q224.54688 578.6094 224.5625 580.4531L224.5625 581.8594ZM223.46875 580.375Q223.46875 579.0 223.07812 578.375Q222.70312 577.7344 221.85938 577.7344Q221.03125 577.7344 220.64062 578.375Q220.26562 579.0 220.26562 580.2969L220.26562 582.03125Q220.26562 583.40625 220.65625 584.0781Q221.0625 584.7344 221.875 584.7344Q222.67188 584.7344 223.0625 584.1094Q223.45312 583.4844 223.46875 582.15625L223.46875 580.375ZM226.10938 578.6094Q226.10938 577.84375 226.59375 577.34375Q227.09375 576.84375 227.85938 576.84375Q228.64062 576.84375 229.125 577.34375Q229.60938 577.84375 229.60938 578.6406L229.60938 579.0625Q229.60938 579.8281 229.10938 580.3281Q228.625 580.8125 227.875 580.8125Q227.10938 580.8125 226.60938 580.3281Q226.10938 579.8281 226.10938 579.0156L226.10938 578.6094ZM226.92188 579.0625Q226.92188 579.5156 227.17188 579.8125Q227.4375 580.1094 227.875 580.1094Q228.29688 580.1094 228.54688 579.8281Q228.79688 579.53125 228.79688 579.03125L228.79688 578.6094Q228.79688 578.15625 228.54688 577.8594Q228.29688 577.5469 227.85938 577.5469Q227.42188 577.5469 227.17188 577.8594Q226.92188 578.15625 226.92188 578.625L226.92188 579.0625ZM230.26562 583.40625Q230.26562 582.6406 230.75 582.15625Q231.25 581.65625 232.01562 581.65625Q232.78125 581.65625 233.26562 582.15625Q233.76562 582.6406 233.76562 583.4531L233.76562 583.8594Q233.76562 584.625 233.28125 585.125Q232.79688 585.625 232.03125 585.625Q231.26562 585.625 230.76562 585.1406Q230.26562 584.6406 230.26562 583.8281L230.26562 583.40625ZM231.07812 583.8594Q231.07812 584.3281 231.32812 584.625Q231.59375 584.9219 232.03125 584.9219Q232.45312 584.9219 232.70312 584.6406Q232.95312 584.34375 232.95312 583.84375L232.95312 583.40625Q232.95312 582.9375 232.6875 582.65625Q232.4375 582.3594 232.01562 582.3594Q231.59375 582.3594 231.32812 582.65625Q231.07812 582.9375 231.07812 583.4375L231.07812 583.8594ZM228.125 584.8594L227.5 584.46875L231.67188 577.7969L232.28125 578.1875L228.125 584.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M319.823 585.5L314.22925 585.5L314.22925 584.71875L317.18237 581.4375Q317.83862 580.6875 318.08862 580.2344Q318.33862 579.7656 318.33862 579.2656Q318.33862 578.59375 317.93237 578.1719Q317.54175 577.7344 316.85425 577.7344Q316.05737 577.7344 315.60425 578.2031Q315.15112 578.65625 315.15112 579.4844L314.073 579.4844Q314.073 578.2969 314.823 577.5781Q315.58862 576.84375 316.85425 576.84375Q318.05737 576.84375 318.74487 577.46875Q319.43237 578.09375 319.43237 579.1406Q319.43237 580.3906 317.823 582.1406L315.54175 584.6094L319.823 584.6094L319.823 585.5ZM326.58862 581.8594Q326.58862 583.7656 325.93237 584.7031Q325.29175 585.625 323.90112 585.625Q322.54175 585.625 321.8855 584.71875Q321.22925 583.8125 321.198 582.0L321.198 580.5625Q321.198 578.6719 321.83862 577.7656Q322.49487 576.84375 323.8855 576.84375Q325.2605 576.84375 325.91675 577.7344Q326.573 578.6094 326.58862 580.4531L326.58862 581.8594ZM325.49487 580.375Q325.49487 579.0 325.10425 578.375Q324.72925 577.7344 323.8855 577.7344Q323.05737 577.7344 322.66675 578.375Q322.29175 579.0 322.29175 580.2969L322.29175 582.03125Q322.29175 583.40625 322.68237 584.0781Q323.08862 584.7344 323.90112 584.7344Q324.698 584.7344 325.08862 584.1094Q325.47925 583.4844 325.49487 582.15625L325.49487 580.375ZM328.1355 578.6094Q328.1355 577.84375 328.61987 577.34375Q329.11987 576.84375 329.8855 576.84375Q330.66675 576.84375 331.15112 577.34375Q331.6355 577.84375 331.6355 578.6406L331.6355 579.0625Q331.6355 579.8281 331.1355 580.3281Q330.65112 580.8125 329.90112 580.8125Q329.1355 580.8125 328.6355 580.3281Q328.1355 579.8281 328.1355 579.0156L328.1355 578.6094ZM328.948 579.0625Q328.948 579.5156 329.198 579.8125Q329.46362 580.1094 329.90112 580.1094Q330.323 580.1094 330.573 579.8281Q330.823 579.53125 330.823 579.03125L330.823 578.6094Q330.823 578.15625 330.573 577.8594Q330.323 577.5469 329.8855 577.5469Q329.448 577.5469 329.198 577.8594Q328.948 578.15625 328.948 578.625L328.948 579.0625ZM332.29175 583.40625Q332.29175 582.6406 332.77612 582.15625Q333.27612 581.65625 334.04175 581.65625Q334.80737 581.65625 335.29175 582.15625Q335.79175 582.6406 335.79175 583.4531L335.79175 583.8594Q335.79175 584.625 335.30737 585.125Q334.823 585.625 334.05737 585.625Q333.29175 585.625 332.79175 585.1406Q332.29175 584.6406 332.29175 583.8281L332.29175 583.40625ZM333.10425 583.8594Q333.10425 584.3281 333.35425 584.625Q333.61987 584.9219 334.05737 584.9219Q334.47925 584.9219 334.72925 584.6406Q334.97925 584.34375 334.97925 583.84375L334.97925 583.40625Q334.97925 582.9375 334.71362 582.65625Q334.46362 582.3594 334.04175 582.3594Q333.61987 582.3594 333.35425 582.65625Q333.10425 582.9375 333.10425 583.4375L333.10425 583.8594ZM330.15112 584.8594L329.52612 584.46875L333.698 577.7969L334.30737 578.1875L330.15112 584.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M417.3335 582.6406L418.521 582.6406L418.521 583.5156L417.3335 583.5156L417.3335 585.5L416.25537 585.5L416.25537 583.5156L412.36475 583.5156L412.36475 582.875L416.17725 576.96875L417.3335 576.96875L417.3335 582.6406ZM413.59912 582.6406L416.25537 582.6406L416.25537 578.4531L416.11475 578.6875L413.59912 582.6406ZM425.11475 581.8594Q425.11475 583.7656 424.4585 584.7031Q423.81787 585.625 422.42725 585.625Q421.06787 585.625 420.41162 584.71875Q419.75537 583.8125 419.72412 582.0L419.72412 580.5625Q419.72412 578.6719 420.36475 577.7656Q421.021 576.84375 422.41162 576.84375Q423.78662 576.84375 424.44287 577.7344Q425.09912 578.6094 425.11475 580.4531L425.11475 581.8594ZM424.021 580.375Q424.021 579.0 423.63037 578.375Q423.25537 577.7344 422.41162 577.7344Q421.5835 577.7344 421.19287 578.375Q420.81787 579.0 420.81787 580.2969L420.81787 582.03125Q420.81787 583.40625 421.2085 584.0781Q421.61475 584.7344 422.42725 584.7344Q423.22412 584.7344 423.61475 584.1094Q424.00537 583.4844 424.021 582.15625L424.021 580.375ZM426.66162 578.6094Q426.66162 577.84375 427.146 577.34375Q427.646 576.84375 428.41162 576.84375Q429.19287 576.84375 429.67725 577.34375Q430.16162 577.84375 430.16162 578.6406L430.16162 579.0625Q430.16162 579.8281 429.66162 580.3281Q429.17725 580.8125 428.42725 580.8125Q427.66162 580.8125 427.16162 580.3281Q426.66162 579.8281 426.66162 579.0156L426.66162 578.6094ZM427.47412 579.0625Q427.47412 579.5156 427.72412 579.8125Q427.98975 580.1094 428.42725 580.1094Q428.84912 580.1094 429.09912 579.8281Q429.34912 579.53125 429.34912 579.03125L429.34912 578.6094Q429.34912 578.15625 429.09912 577.8594Q428.84912 577.5469 428.41162 577.5469Q427.97412 577.5469 427.72412 577.8594Q427.47412 578.15625 427.47412 578.625L427.47412 579.0625ZM430.81787 583.40625Q430.81787 582.6406 431.30225 582.15625Q431.80225 581.65625 432.56787 581.65625Q433.3335 581.65625 433.81787 582.15625Q434.31787 582.6406 434.31787 583.4531L434.31787 583.8594Q434.31787 584.625 433.8335 585.125Q433.34912 585.625 432.5835 585.625Q431.81787 585.625 431.31787 585.1406Q430.81787 584.6406 430.81787 583.8281L430.81787 583.40625ZM431.63037 583.8594Q431.63037 584.3281 431.88037 584.625Q432.146 584.9219 432.5835 584.9219Q433.00537 584.9219 433.25537 584.6406Q433.50537 584.34375 433.50537 583.84375L433.50537 583.40625Q433.50537 582.9375 433.23975 582.65625Q432.98975 582.3594 432.56787 582.3594Q432.146 582.3594 431.88037 582.65625Q431.63037 582.9375 431.63037 583.4375L431.63037 583.8594ZM428.67725 584.8594L428.05225 584.46875L432.22412 577.7969L432.8335 578.1875L428.67725 584.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M515.5471 576.96875L515.5471 577.875L515.344 577.875Q514.07837 577.90625 513.32837 578.6406Q512.57837 579.3594 512.45337 580.6719Q513.14087 579.90625 514.2971 579.90625Q515.4065 579.90625 516.07837 580.6875Q516.75024 581.46875 516.75024 582.71875Q516.75024 584.03125 516.0315 584.8281Q515.31274 585.625 514.094 585.625Q512.87524 585.625 512.1096 584.6875Q511.35965 583.7344 511.35965 582.25L511.35965 581.84375Q511.35965 579.4844 512.3596 578.2344Q513.3596 576.9844 515.344 576.96875L515.5471 576.96875ZM514.12524 580.8125Q513.56274 580.8125 513.094 581.1406Q512.62524 581.46875 512.43774 581.9844L512.43774 582.375Q512.43774 583.4375 512.9065 584.0781Q513.39087 584.71875 514.094 584.71875Q514.82837 584.71875 515.25024 584.1875Q515.6721 583.6406 515.6721 582.7656Q515.6721 581.8906 515.25024 581.3594Q514.82837 580.8125 514.12524 580.8125ZM523.64087 581.8594Q523.64087 583.7656 522.9846 584.7031Q522.344 585.625 520.95337 585.625Q519.594 585.625 518.93774 584.71875Q518.2815 583.8125 518.25024 582.0L518.25024 580.5625Q518.25024 578.6719 518.89087 577.7656Q519.5471 576.84375 520.93774 576.84375Q522.31274 576.84375 522.969 577.7344Q523.62524 578.6094 523.64087 580.4531L523.64087 581.8594ZM522.5471 580.375Q522.5471 579.0 522.1565 578.375Q521.7815 577.7344 520.93774 577.7344Q520.1096 577.7344 519.719 578.375Q519.344 579.0 519.344 580.2969L519.344 582.03125Q519.344 583.40625 519.7346 584.0781Q520.14087 584.7344 520.95337 584.7344Q521.75024 584.7344 522.14087 584.1094Q522.5315 583.4844 522.5471 582.15625L522.5471 580.375ZM525.18774 578.6094Q525.18774 577.84375 525.6721 577.34375Q526.1721 576.84375 526.93774 576.84375Q527.719 576.84375 528.20337 577.34375Q528.68774 577.84375 528.68774 578.6406L528.68774 579.0625Q528.68774 579.8281 528.18774 580.3281Q527.70337 580.8125 526.95337 580.8125Q526.18774 580.8125 525.68774 580.3281Q525.18774 579.8281 525.18774 579.0156L525.18774 578.6094ZM526.00024 579.0625Q526.00024 579.5156 526.25024 579.8125Q526.51587 580.1094 526.95337 580.1094Q527.37524 580.1094 527.62524 579.8281Q527.87524 579.53125 527.87524 579.03125L527.87524 578.6094Q527.87524 578.15625 527.62524 577.8594Q527.37524 577.5469 526.93774 577.5469Q526.50024 577.5469 526.25024 577.8594Q526.00024 578.15625 526.00024 578.625L526.00024 579.0625ZM529.344 583.40625Q529.344 582.6406 529.82837 582.15625Q530.32837 581.65625 531.094 581.65625Q531.8596 581.65625 532.344 582.15625Q532.844 582.6406 532.844 583.4531L532.844 583.8594Q532.844 584.625 532.3596 585.125Q531.87524 585.625 531.1096 585.625Q530.344 585.625 529.844 585.1406Q529.344 584.6406 529.344 583.8281L529.344 583.40625ZM530.1565 583.8594Q530.1565 584.3281 530.4065 584.625Q530.6721 584.9219 531.1096 584.9219Q531.5315 584.9219 531.7815 584.6406Q532.0315 584.34375 532.0315 583.84375L532.0315 583.40625Q532.0315 582.9375 531.76587 582.65625Q531.51587 582.3594 531.094 582.3594Q530.6721 582.3594 530.4065 582.65625Q530.1565 582.9375 530.1565 583.4375L530.1565 583.8594ZM527.20337 584.8594L526.57837 584.46875L530.75024 577.7969L531.3596 578.1875L527.20337 584.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M614.9951 579.1875Q614.9951 579.8281 614.65137 580.3281Q614.3076 580.8281 613.7451 581.1094Q614.40137 581.3906 614.792 581.9531Q615.1826 582.5 615.1826 583.2031Q615.1826 584.2969 614.4326 584.96875Q613.69824 585.625 612.4795 585.625Q611.2451 585.625 610.4951 584.96875Q609.76074 584.2969 609.76074 583.2031Q609.76074 582.5 610.13574 581.9531Q610.51074 581.3906 611.1826 581.1094Q610.6201 580.8281 610.292 580.3281Q609.96387 579.8281 609.96387 579.1875Q609.96387 578.1094 610.65137 577.4844Q611.33887 576.84375 612.4795 576.84375Q613.6045 576.84375 614.292 577.4844Q614.9951 578.1094 614.9951 579.1875ZM614.1045 583.1719Q614.1045 582.4531 613.65137 582.0156Q613.19824 581.5625 612.46387 581.5625Q611.7295 581.5625 611.27637 582.0156Q610.83887 582.4531 610.83887 583.1875Q610.83887 583.90625 611.27637 584.3281Q611.71387 584.7344 612.4795 584.7344Q613.2295 584.7344 613.667 584.3125Q614.1045 583.8906 614.1045 583.1719ZM612.4795 577.7344Q611.83887 577.7344 611.4326 578.1406Q611.042 578.53125 611.042 579.21875Q611.042 579.8594 611.4326 580.2656Q611.82324 580.6719 612.46387 580.6719Q613.1201 580.6719 613.51074 580.2656Q613.90137 579.8594 613.90137 579.21875Q613.90137 578.5625 613.4951 578.15625Q613.08887 577.7344 612.4795 577.7344ZM622.167 581.8594Q622.167 583.7656 621.51074 584.7031Q620.8701 585.625 619.4795 585.625Q618.1201 585.625 617.46387 584.71875Q616.8076 583.8125 616.77637 582.0L616.77637 580.5625Q616.77637 578.6719 617.417 577.7656Q618.07324 576.84375 619.46387 576.84375Q620.83887 576.84375 621.4951 577.7344Q622.15137 578.6094 622.167 580.4531L622.167 581.8594ZM621.07324 580.375Q621.07324 579.0 620.6826 578.375Q620.3076 577.7344 619.46387 577.7344Q618.63574 577.7344 618.2451 578.375Q617.8701 579.0 617.8701 580.2969L617.8701 582.03125Q617.8701 583.40625 618.26074 584.0781Q618.667 584.7344 619.4795 584.7344Q620.27637 584.7344 620.667 584.1094Q621.0576 583.4844 621.07324 582.15625L621.07324 580.375ZM623.71387 578.6094Q623.71387 577.84375 624.19824 577.34375Q624.69824 576.84375 625.46387 576.84375Q626.2451 576.84375 626.7295 577.34375Q627.21387 577.84375 627.21387 578.6406L627.21387 579.0625Q627.21387 579.8281 626.71387 580.3281Q626.2295 580.8125 625.4795 580.8125Q624.71387 580.8125 624.21387 580.3281Q623.71387 579.8281 623.71387 579.0156L623.71387 578.6094ZM624.52637 579.0625Q624.52637 579.5156 624.77637 579.8125Q625.042 580.1094 625.4795 580.1094Q625.90137 580.1094 626.15137 579.8281Q626.40137 579.53125 626.40137 579.03125L626.40137 578.6094Q626.40137 578.15625 626.15137 577.8594Q625.90137 577.5469 625.46387 577.5469Q625.02637 577.5469 624.77637 577.8594Q624.52637 578.15625 624.52637 578.625L624.52637 579.0625ZM627.8701 583.40625Q627.8701 582.6406 628.3545 582.15625Q628.8545 581.65625 629.6201 581.65625Q630.38574 581.65625 630.8701 582.15625Q631.3701 582.6406 631.3701 583.4531L631.3701 583.8594Q631.3701 584.625 630.88574 585.125Q630.40137 585.625 629.63574 585.625Q628.8701 585.625 628.3701 585.1406Q627.8701 584.6406 627.8701 583.8281L627.8701 583.40625ZM628.6826 583.8594Q628.6826 584.3281 628.9326 584.625Q629.19824 584.9219 629.63574 584.9219Q630.0576 584.9219 630.3076 584.6406Q630.5576 584.34375 630.5576 583.84375L630.5576 583.40625Q630.5576 582.9375 630.292 582.65625Q630.042 582.3594 629.6201 582.3594Q629.19824 582.3594 628.9326 582.65625Q628.6826 582.9375 628.6826 583.4375L628.6826 583.8594ZM625.7295 584.8594L625.1045 584.46875L629.27637 577.7969L629.88574 578.1875L625.7295 584.8594Z" fill-rule="nonzero"/><path fill="#999999" d="M31.88125 52.42199Q31.88125 51.10949 32.225 49.89074Q32.584373 48.67199 33.2875 47.67199Q33.990623 46.67199 34.75625 46.26574L34.975 46.98449Q34.115623 47.64074 33.56875 48.98449Q33.021873 50.32824 32.975 52.000114L32.959373 52.500114Q32.959373 54.76574 33.7875 56.42199Q34.2875 57.42199 34.975 57.98449L34.75625 58.64074Q33.975 58.218864 33.25625 57.187614Q31.88125 55.20324 31.88125 52.42199ZM36.459373 55.89074L36.459373 50.39074L35.459373 50.39074L35.459373 49.54699L36.459373 49.54699L36.459373 48.906364Q36.459373 47.875114 36.990623 47.32824Q37.5375 46.76574 38.5375 46.76574Q38.9125 46.76574 39.2875 46.85949L39.225 47.750114Q38.94375 47.687614 38.646873 47.687614Q38.115623 47.687614 37.81875 48.000114Q37.5375 48.312614 37.5375 48.875114L37.5375 49.54699L38.896873 49.54699L38.896873 50.39074L37.5375 50.39074L37.5375 55.89074L36.459373 55.89074ZM42.990623 50.51574Q42.740623 50.48449 42.459373 50.48449Q41.38125 50.48449 41.00625 51.39074L41.00625 55.89074L39.928123 55.89074L39.928123 49.54699L40.975 49.54699L40.990623 50.281364Q41.521873 49.437614 42.50625 49.437614Q42.81875 49.437614 42.990623 49.51574L42.990623 50.51574ZM46.553123 56.01574Q45.25625 56.01574 44.44375 55.17199Q43.646873 54.312614 43.646873 52.89074L43.646873 52.70324Q43.646873 51.750114 44.00625 51.01574Q44.365623 50.26574 45.00625 49.85949Q45.6625 49.437614 46.4125 49.437614Q47.646873 49.437614 48.334373 50.250114Q49.021873 51.062614 49.021873 52.57824L49.021873 53.031364L44.725 53.031364Q44.75625 53.968864 45.271873 54.54699Q45.803123 55.125114 46.615623 55.125114Q47.178123 55.125114 47.56875 54.89074Q47.975 54.656364 48.2875 54.26574L48.94375 54.781364Q48.146873 56.01574 46.553123 56.01574ZM46.4125 50.32824Q45.75625 50.32824 45.303123 50.812614Q44.865623 51.281364 44.771873 52.14074L47.94375 52.14074L47.94375 52.062614Q47.896873 51.23449 47.490623 50.781364Q47.1 50.32824 46.4125 50.32824ZM52.553123 56.01574Q51.25625 56.01574 50.44375 55.17199Q49.646873 54.312614 49.646873 52.89074L49.646873 52.70324Q49.646873 51.750114 50.00625 51.01574Q50.365623 50.26574 51.00625 49.85949Q51.6625 49.437614 52.4125 49.437614Q53.646873 49.437614 54.334373 50.250114Q55.021873 51.062614 55.021873 52.57824L55.021873 53.031364L50.725 53.031364Q50.75625 53.968864 51.271873 54.54699Q51.803123 55.125114 52.615623 55.125114Q53.178123 55.125114 53.56875 54.89074Q53.975 54.656364 54.2875 54.26574L54.94375 54.781364Q54.146873 56.01574 52.553123 56.01574ZM52.4125 50.32824Q51.75625 50.32824 51.303123 50.812614Q50.865623 51.281364 50.771873 52.14074L53.94375 52.14074L53.94375 52.062614Q53.896873 51.23449 53.490623 50.781364Q53.1 50.32824 52.4125 50.32824ZM58.178123 52.70324L55.31875 52.70324L55.31875 51.82824L58.178123 51.82824L58.178123 52.70324ZM60.396873 48.01574L60.396873 49.54699L61.56875 49.54699L61.56875 50.39074L60.396873 50.39074L60.396873 54.312614Q60.396873 54.70324 60.553123 54.89074Q60.709373 55.07824 61.084373 55.07824Q61.271873 55.07824 61.6 55.01574L61.6 55.89074Q61.178123 56.01574 60.771873 56.01574Q60.053123 56.01574 59.678123 55.57824Q59.303123 55.125114 59.303123 54.312614L59.303123 50.39074L58.146873 50.39074L58.146873 49.54699L59.303123 49.54699L59.303123 48.01574L60.396873 48.01574ZM65.55312 56.01574Q64.25625 56.01574 63.44375 55.17199Q62.646873 54.312614 62.646873 52.89074L62.646873 52.70324Q62.646873 51.750114 63.00625 51.01574Q63.365623 50.26574 64.00625 49.85949Q64.6625 49.437614 65.4125 49.437614Q66.64687 49.437614 67.33437 50.250114Q68.02187 51.062614 68.02187 52.57824L68.02187 53.031364L63.725 53.031364Q63.75625 53.968864 64.27187 54.54699Q64.80312 55.125114 65.61562 55.125114Q66.17812 55.125114 66.56875 54.89074Q66.975 54.656364 67.2875 54.26574L67.94375 54.781364Q67.14687 56.01574 65.55312 56.01574ZM65.4125 50.32824Q64.75625 50.32824 64.30312 50.812614Q63.865623 51.281364 63.771873 52.14074L66.94375 52.14074L66.94375 52.062614Q66.89687 51.23449 66.49062 50.781364Q66.1 50.32824 65.4125 50.32824ZM71.05312 51.85949L72.45937 49.54699L73.725 49.54699L71.64687 52.687614L73.7875 55.89074L72.5375 55.89074L71.06875 53.51574L69.6 55.89074L68.33437 55.89074L70.475 52.687614L68.4125 49.54699L69.6625 49.54699L71.05312 51.85949ZM76.39687 48.01574L76.39687 49.54699L77.56875 49.54699L77.56875 50.39074L76.39687 50.39074L76.39687 54.312614Q76.39687 54.70324 76.55312 54.89074Q76.70937 55.07824 77.08437 55.07824Q77.27187 55.07824 77.6 55.01574L77.6 55.89074Q77.17812 56.01574 76.77187 56.01574Q76.05312 56.01574 75.67812 55.57824Q75.30312 55.125114 75.30312 54.312614L75.30312 50.39074L74.14687 50.39074L74.14687 49.54699L75.30312 49.54699L75.30312 48.01574L76.39687 48.01574ZM84.99062 50.51574Q84.74062 50.48449 84.45937 50.48449Q83.38125 50.48449 83.00625 51.39074L83.00625 55.89074L81.92812 55.89074L81.92812 49.54699L82.975 49.54699L82.99062 50.281364Q83.52187 49.437614 84.50625 49.437614Q84.81875 49.437614 84.99062 49.51574L84.99062 50.51574ZM88.55312 56.01574Q87.25625 56.01574 86.44375 55.17199Q85.64687 54.312614 85.64687 52.89074L85.64687 52.70324Q85.64687 51.750114 86.00625 51.01574Q86.36562 50.26574 87.00625 49.85949Q87.6625 49.437614 88.4125 49.437614Q89.64687 49.437614 90.33437 50.250114Q91.02187 51.062614 91.02187 52.57824L91.02187 53.031364L86.725 53.031364Q86.75625 53.968864 87.27187 54.54699Q87.80312 55.125114 88.61562 55.125114Q89.17812 55.125114 89.56875 54.89074Q89.975 54.656364 90.2875 54.26574L90.94375 54.781364Q90.14687 56.01574 88.55312 56.01574ZM88.4125 50.32824Q87.75625 50.32824 87.30312 50.812614Q86.86562 51.281364 86.77187 52.14074L89.94375 52.14074L89.94375 52.062614Q89.89687 51.23449 89.49062 50.781364Q89.1 50.32824 88.4125 50.32824ZM95.61562 54.20324Q95.61562 53.76574 95.27187 53.531364Q94.94375 53.281364 94.11562 53.10949Q93.30312 52.937614 92.81875 52.687614Q92.33437 52.437614 92.1 52.10949Q91.88125 51.76574 91.88125 51.29699Q91.88125 50.51574 92.5375 49.98449Q93.19375 49.437614 94.225 49.437614Q95.30312 49.437614 95.95937 50.000114Q96.63125 50.54699 96.63125 51.406364L95.55312 51.406364Q95.55312 50.968864 95.1625 50.656364Q94.7875 50.32824 94.225 50.32824Q93.63125 50.32824 93.2875 50.593864Q92.95937 50.843864 92.95937 51.250114Q92.95937 51.64074 93.27187 51.843864Q93.58437 52.04699 94.39687 52.23449Q95.20937 52.406364 95.70937 52.656364Q96.20937 52.906364 96.44375 53.26574Q96.69375 53.625114 96.69375 54.125114Q96.69375 54.98449 96.00625 55.500114Q95.33437 56.01574 94.25625 56.01574Q93.49062 56.01574 92.89687 55.750114Q92.31875 55.468864 91.99062 54.98449Q91.6625 54.500114 91.6625 53.937614L92.74062 53.937614Q92.77187 54.48449 93.17812 54.812614Q93.58437 55.125114 94.25625 55.125114Q94.86562 55.125114 95.24062 54.875114Q95.61562 54.625114 95.61562 54.20324ZM103.27187 52.79699Q103.27187 54.23449 102.61562 55.125114Q101.95937 56.01574 100.81875 56.01574Q99.6625 56.01574 99.00625 55.281364L99.00625 58.32824L97.92812 58.32824L97.92812 49.54699L98.9125 49.54699L98.95937 50.250114Q99.63125 49.437614 100.80312 49.437614Q101.94375 49.437614 102.6 50.29699Q103.27187 51.156364 103.27187 52.687614L103.27187 52.79699ZM102.19375 52.67199Q102.19375 51.593864 101.725 50.98449Q101.27187 50.35949 100.475 50.35949Q99.49062 50.35949 99.00625 51.218864L99.00625 54.250114Q99.49062 55.125114 100.49062 55.125114Q101.27187 55.125114 101.725 54.51574Q102.19375 53.89074 102.19375 52.67199ZM104.63125 52.656364Q104.63125 51.73449 104.99062 50.98449Q105.36562 50.23449 106.02187 49.843864Q106.67812 49.437614 107.50625 49.437614Q108.80312 49.437614 109.6 50.32824Q110.4125 51.218864 110.4125 52.718864L110.4125 52.79699Q110.4125 53.718864 110.05312 54.45324Q109.69375 55.187614 109.0375 55.60949Q108.38125 56.01574 107.52187 56.01574Q106.24062 56.01574 105.42812 55.125114Q104.63125 54.218864 104.63125 52.73449L104.63125 52.656364ZM105.725 52.79699Q105.725 53.843864 106.20937 54.48449Q106.70937 55.125114 107.52187 55.125114Q108.35 55.125114 108.83437 54.48449Q109.31875 53.82824 109.31875 52.656364Q109.31875 51.625114 108.81875 50.98449Q108.33437 50.32824 107.50625 50.32824Q106.70937 50.32824 106.20937 50.968864Q105.725 51.593864 105.725 52.79699ZM112.94375 49.54699L112.975 50.343864Q113.70937 49.437614 114.88125 49.437614Q116.89687 49.437614 116.9125 51.70324L116.9125 55.89074L115.81875 55.89074L115.81875 51.687614Q115.81875 51.01574 115.50625 50.687614Q115.20937 50.35949 114.55312 50.35949Q114.02187 50.35949 113.61562 50.64074Q113.225 50.92199 113.00625 51.375114L113.00625 55.89074L111.92812 55.89074L111.92812 49.54699L112.94375 49.54699ZM122.61562 54.20324Q122.61562 53.76574 122.27187 53.531364Q121.94375 53.281364 121.11562 53.10949Q120.30312 52.937614 119.81875 52.687614Q119.33437 52.437614 119.1 52.10949Q118.88125 51.76574 118.88125 51.29699Q118.88125 50.51574 119.5375 49.98449Q120.19375 49.437614 121.225 49.437614Q122.30312 49.437614 122.95937 50.000114Q123.63125 50.54699 123.63125 51.406364L122.55312 51.406364Q122.55312 50.968864 122.1625 50.656364Q121.7875 50.32824 121.225 50.32824Q120.63125 50.32824 120.2875 50.593864Q119.95937 50.843864 119.95937 51.250114Q119.95937 51.64074 120.27187 51.843864Q120.58437 52.04699 121.39687 52.23449Q122.20937 52.406364 122.70937 52.656364Q123.20937 52.906364 123.44375 53.26574Q123.69375 53.625114 123.69375 54.125114Q123.69375 54.98449 123.00625 55.500114Q122.33437 56.01574 121.25625 56.01574Q120.49062 56.01574 119.89687 55.750114Q119.31875 55.468864 118.99062 54.98449Q118.6625 54.500114 118.6625 53.937614L119.74062 53.937614Q119.77187 54.48449 120.17812 54.812614Q120.58437 55.125114 121.25625 55.125114Q121.86562 55.125114 122.24062 54.875114Q122.61562 54.625114 122.61562 54.20324ZM127.55312 56.01574Q126.25625 56.01574 125.44375 55.17199Q124.64687 54.312614 124.64687 52.89074L124.64687 52.70324Q124.64687 51.750114 125.00625 51.01574Q125.36562 50.26574 126.00625 49.85949Q126.6625 49.437614 127.4125 49.437614Q128.64688 49.437614 129.33438 50.250114Q130.02188 51.062614 130.02188 52.57824L130.02188 53.031364L125.725 53.031364Q125.75625 53.968864 126.27187 54.54699Q126.80312 55.125114 127.61562 55.125114Q128.17813 55.125114 128.56876 54.89074Q128.975 54.656364 129.2875 54.26574L129.94376 54.781364Q129.14688 56.01574 127.55312 56.01574ZM127.4125 50.32824Q126.75625 50.32824 126.30312 50.812614Q125.86562 51.281364 125.77187 52.14074L128.94376 52.14074L128.94376 52.062614Q128.89688 51.23449 128.49063 50.781364Q128.1 50.32824 127.4125 50.32824ZM133.42813 52.48449Q133.42813 53.79699 133.08438 55.000114Q132.74063 56.187614 132.02188 57.20324Q131.31876 58.218864 130.55313 58.64074L130.31876 57.98449Q131.225 57.29699 131.77188 55.843864Q132.31876 54.375114 132.33438 52.60949L132.33438 52.42199Q132.33438 51.187614 132.06876 50.125114Q131.81876 49.062614 131.35 48.23449Q130.89688 47.39074 130.31876 46.92199L130.55313 46.26574Q131.31876 46.687614 132.02188 47.687614Q132.725 48.687614 133.06876 49.906364Q133.42813 51.10949 133.42813 52.48449Z" fill-rule="nonzero"/><path fill="#666666" d="M35.746876 28.358639L35.95 29.671139L36.23125 28.483639L38.2 21.546139L39.29375 21.546139L41.215626 28.483639L41.496876 29.686764L41.7 28.358639L43.246876 21.546139L44.575 21.546139L42.153126 31.499264L40.965626 31.499264L38.903126 24.249264L38.746876 23.483639L38.590626 24.249264L36.465626 31.499264L35.278126 31.499264L32.871876 21.546139L34.184376 21.546139L35.746876 28.358639ZM46.66875 24.999264Q47.5125 23.968014 48.85625 23.968014Q51.2 23.968014 51.23125 26.608639L51.23125 31.499264L49.965626 31.499264L49.965626 26.608639Q49.95 25.811764 49.590626 25.436764Q49.23125 25.046139 48.48125 25.046139Q47.85625 25.046139 47.3875 25.374264Q46.934376 25.702389 46.66875 26.233639L46.66875 31.499264L45.403126 31.499264L45.403126 20.999264L46.66875 20.999264L46.66875 24.999264ZM57.98125 31.499264Q57.871876 31.280514 57.79375 30.718014Q56.91875 31.639889 55.684376 31.639889Q54.590626 31.639889 53.8875 31.030514Q53.2 30.405514 53.2 29.452389Q53.2 28.296139 54.075 27.655514Q54.95 27.014889 56.54375 27.014889L57.778126 27.014889L57.778126 26.436764Q57.778126 25.764889 57.371876 25.374264Q56.98125 24.983639 56.215626 24.983639Q55.528126 24.983639 55.075 25.327389Q54.621876 25.671139 54.621876 26.155514L53.340626 26.155514Q53.340626 25.593014 53.73125 25.077389Q54.1375 24.561764 54.809376 24.264889Q55.48125 23.968014 56.278126 23.968014Q57.559376 23.968014 58.278126 24.608639Q59.0125 25.249264 59.04375 26.358639L59.04375 29.764889Q59.04375 30.780514 59.29375 31.389889L59.29375 31.499264L57.98125 31.499264ZM55.871876 30.530514Q56.465626 30.530514 56.996876 30.233639Q57.54375 29.921139 57.778126 29.421139L57.778126 27.905514L56.778126 27.905514Q54.465626 27.905514 54.465626 29.264889Q54.465626 29.858639 54.85625 30.202389Q55.246876 30.530514 55.871876 30.530514ZM63.121876 22.311764L63.121876 24.108639L64.49687 24.108639L64.49687 25.077389L63.121876 25.077389L63.121876 29.671139Q63.121876 30.108639 63.309376 30.343014Q63.496876 30.561764 63.934376 30.561764Q64.15312 30.561764 64.54375 30.468014L64.54375 31.499264Q64.04375 31.639889 63.575 31.639889Q62.715626 31.639889 62.278126 31.124264Q61.85625 30.608639 61.85625 29.671139L61.85625 25.077389L60.5125 25.077389L60.5125 24.108639L61.85625 24.108639L61.85625 22.311764L63.121876 22.311764ZM70.77812 31.499264L69.5125 31.499264L69.5125 24.108639L70.77812 24.108639L70.77812 31.499264ZM69.41875 22.139889Q69.41875 21.827389 69.60625 21.624264Q69.79375 21.405514 70.15312 21.405514Q70.52812 21.405514 70.71562 21.624264Q70.91875 21.827389 70.91875 22.139889Q70.91875 22.452389 70.71562 22.655514Q70.52812 22.858639 70.15312 22.858639Q69.79375 22.858639 69.60625 22.655514Q69.41875 22.452389 69.41875 22.139889ZM76.71562 29.530514Q76.71562 29.030514 76.325 28.749264Q75.93437 28.452389 74.98125 28.249264Q74.02812 28.046139 73.45 27.764889Q72.8875 27.468014 72.62187 27.077389Q72.35625 26.686764 72.35625 26.139889Q72.35625 25.218014 73.12187 24.593014Q73.8875 23.968014 75.09062 23.968014Q76.34062 23.968014 77.12187 24.624264Q77.90312 25.264889 77.90312 26.280514L76.6375 26.280514Q76.6375 25.749264 76.2 25.374264Q75.7625 24.999264 75.09062 24.999264Q74.40312 24.999264 74.0125 25.311764Q73.62187 25.608639 73.62187 26.093014Q73.62187 26.546139 73.98125 26.780514Q74.34062 27.014889 75.27812 27.233639Q76.23125 27.436764 76.825 27.733639Q77.41875 28.030514 77.7 28.452389Q77.98125 28.858639 77.98125 29.452389Q77.98125 30.436764 77.18437 31.046139Q76.3875 31.639889 75.12187 31.639889Q74.24687 31.639889 73.55937 31.327389Q72.87187 30.999264 72.48125 30.436764Q72.10625 29.874264 72.10625 29.218014L73.37187 29.218014Q73.40312 29.858639 73.87187 30.233639Q74.35625 30.608639 75.12187 30.608639Q75.84062 30.608639 76.27812 30.311764Q76.71562 30.014889 76.71562 29.530514ZM84.12187 22.311764L84.12187 24.108639L85.49687 24.108639L85.49687 25.077389L84.12187 25.077389L84.12187 29.671139Q84.12187 30.108639 84.30937 30.343014Q84.49687 30.561764 84.93437 30.561764Q85.15312 30.561764 85.54375 30.468014L85.54375 31.499264Q85.04375 31.639889 84.575 31.639889Q83.71562 31.639889 83.27812 31.124264Q82.85625 30.608639 82.85625 29.671139L82.85625 25.077389L81.5125 25.077389L81.5125 24.108639L82.85625 24.108639L82.85625 22.311764L84.12187 22.311764ZM88.66875 24.999264Q89.5125 23.968014 90.85625 23.968014Q93.2 23.968014 93.23125 26.608639L93.23125 31.499264L91.96562 31.499264L91.96562 26.608639Q91.95 25.811764 91.59062 25.436764Q91.23125 25.046139 90.48125 25.046139Q89.85625 25.046139 89.3875 25.374264Q88.93437 25.702389 88.66875 26.233639L88.66875 31.499264L87.40312 31.499264L87.40312 20.999264L88.66875 20.999264L88.66875 24.999264ZM98.48125 31.639889Q96.96562 31.639889 96.02812 30.655514Q95.09062 29.655514 95.09062 27.999264L95.09062 27.780514Q95.09062 26.671139 95.5125 25.811764Q95.93437 24.936764 96.68437 24.452389Q97.43437 23.968014 98.325 23.968014Q99.7625 23.968014 100.55937 24.921139Q101.35625 25.858639 101.35625 27.639889L101.35625 28.155514L96.35625 28.155514Q96.37187 29.249264 96.98125 29.936764Q97.60625 30.608639 98.54375 30.608639Q99.21562 30.608639 99.66875 30.343014Q100.1375 30.061764 100.49687 29.608639L101.2625 30.202389Q100.34062 31.639889 98.48125 31.639889ZM98.325 24.999264Q97.55937 24.999264 97.02812 25.561764Q96.5125 26.124264 96.3875 27.124264L100.09062 27.124264L100.09062 27.030514Q100.04375 26.061764 99.575 25.530514Q99.10625 24.999264 98.325 24.999264ZM111.66875 27.889889Q111.66875 29.577389 110.8875 30.608639Q110.10625 31.639889 108.79375 31.639889Q107.40312 31.639889 106.6375 30.639889L106.575 31.499264L105.40312 31.499264L105.40312 20.999264L106.66875 20.999264L106.66875 24.921139Q107.43437 23.968014 108.77812 23.968014Q110.1375 23.968014 110.90312 24.983639Q111.66875 25.999264 111.66875 27.780514L111.66875 27.889889ZM110.40312 27.733639Q110.40312 26.452389 109.90312 25.749264Q109.40312 25.046139 108.46562 25.046139Q107.21562 25.046139 106.66875 26.202389L106.66875 29.405514Q107.24687 30.561764 108.48125 30.561764Q109.3875 30.561764 109.8875 29.858639Q110.40312 29.155514 110.40312 27.733639ZM114.77812 31.499264L113.5125 31.499264L113.5125 24.108639L114.77812 24.108639L114.77812 31.499264ZM113.41875 22.139889Q113.41875 21.827389 113.60625 21.624264Q113.79375 21.405514 114.15312 21.405514Q114.52812 21.405514 114.71562 21.624264Q114.91875 21.827389 114.91875 22.139889Q114.91875 22.452389 114.71562 22.655514Q114.52812 22.858639 114.15312 22.858639Q113.79375 22.858639 113.60625 22.655514Q113.41875 22.452389 113.41875 22.139889ZM116.10625 27.733639Q116.10625 26.014889 116.90312 24.999264Q117.7 23.968014 119.02812 23.968014Q120.37187 23.968014 121.1375 24.921139L121.2 24.108639L122.35625 24.108639L122.35625 31.327389Q122.35625 32.76489 121.49687 33.57739Q120.65312 34.405514 119.21562 34.405514Q118.41875 34.405514 117.65312 34.061764Q116.8875 33.73364 116.48125 33.13989L117.1375 32.374264Q117.95 33.374264 119.12187 33.374264Q120.04375 33.374264 120.55937 32.85864Q121.09062 32.343014 121.09062 31.389889L121.09062 30.764889Q120.325 31.639889 119.0125 31.639889Q117.71562 31.639889 116.90312 30.593014Q116.10625 29.546139 116.10625 27.733639ZM117.37187 27.889889Q117.37187 29.139889 117.8875 29.858639Q118.40312 30.561764 119.325 30.561764Q120.52812 30.561764 121.09062 29.468014L121.09062 26.093014Q120.49687 25.046139 119.34062 25.046139Q118.41875 25.046139 117.8875 25.764889Q117.37187 26.468014 117.37187 27.889889ZM124.10625 27.733639Q124.10625 26.014889 124.90312 24.999264Q125.7 23.968014 127.02812 23.968014Q128.37187 23.968014 129.1375 24.921139L129.2 24.108639L130.35625 24.108639L130.35625 31.327389Q130.35625 32.76489 129.49687 33.57739Q128.65312 34.405514 127.21562 34.405514Q126.41875 34.405514 125.65312 34.061764Q124.8875 33.73364 124.48125 33.13989L125.1375 32.374264Q125.95 33.374264 127.12187 33.374264Q128.04375 33.374264 128.55937 32.85864Q129.09062 32.343014 129.09062 31.389889L129.09062 30.764889Q128.325 31.639889 127.0125 31.639889Q125.71562 31.639889 124.90312 30.593014Q124.10625 29.546139 124.10625 27.733639ZM125.37187 27.889889Q125.37187 29.139889 125.8875 29.858639Q126.40312 30.561764 127.325 30.561764Q128.52812 30.561764 129.09062 29.468014L129.09062 26.093014Q128.49687 25.046139 127.34062 25.046139Q126.41875 25.046139 125.8875 25.764889Q125.37187 26.468014 125.37187 27.889889ZM135.48125 31.639889Q133.96562 31.639889 133.02812 30.655514Q132.09062 29.655514 132.09062 27.999264L132.09062 27.780514Q132.09062 26.671139 132.5125 25.811764Q132.93437 24.936764 133.68437 24.452389Q134.43437 23.968014 135.325 23.968014Q136.7625 23.968014 137.55937 24.921139Q138.35625 25.858639 138.35625 27.639889L138.35625 28.155514L133.35625 28.155514Q133.37187 29.249264 133.98125 29.936764Q134.60625 30.608639 135.54375 30.608639Q136.21562 30.608639 136.66875 30.343014Q137.1375 30.061764 137.49687 29.608639L138.2625 30.202389Q137.34062 31.639889 135.48125 31.639889ZM135.325 24.999264Q134.55937 24.999264 134.02812 25.561764Q133.5125 26.124264 133.3875 27.124264L137.09062 27.124264L137.09062 27.030514Q137.04375 26.061764 136.575 25.530514Q136.10625 24.999264 135.325 24.999264ZM143.71562 29.530514Q143.71562 29.030514 143.325 28.749264Q142.93437 28.452389 141.98125 28.249264Q141.02812 28.046139 140.45 27.764889Q139.8875 27.468014 139.62187 27.077389Q139.35625 26.686764 139.35625 26.139889Q139.35625 25.218014 140.12187 24.593014Q140.8875 23.968014 142.09062 23.968014Q143.34062 23.968014 144.12187 24.624264Q144.90312 25.264889 144.90312 26.280514L143.6375 26.280514Q143.6375 25.749264 143.2 25.374264Q142.7625 24.999264 142.09062 24.999264Q141.40312 24.999264 141.0125 25.311764Q140.62187 25.608639 140.62187 26.093014Q140.62187 26.546139 140.98125 26.780514Q141.34062 27.014889 142.27812 27.233639Q143.23125 27.436764 143.825 27.733639Q144.41875 28.030514 144.7 28.452389Q144.98125 28.858639 144.98125 29.452389Q144.98125 30.436764 144.18437 31.046139Q143.3875 31.639889 142.12187 31.639889Q141.24687 31.639889 140.55937 31.327389Q139.87187 30.999264 139.48125 30.436764Q139.10625 29.874264 139.10625 29.218014L140.37187 29.218014Q140.40312 29.858639 140.87187 30.233639Q141.35625 30.608639 142.12187 30.608639Q142.84062 30.608639 143.27812 30.311764Q143.71562 30.014889 143.71562 29.530514ZM148.12187 22.311764L148.12187 24.108639L149.49687 24.108639L149.49687 25.077389L148.12187 25.077389L148.12187 29.671139Q148.12187 30.108639 148.30937 30.343014Q148.49687 30.561764 148.93437 30.561764Q149.15312 30.561764 149.54375 30.468014L149.54375 31.499264Q149.04375 31.639889 148.575 31.639889Q147.71562 31.639889 147.27812 31.124264Q146.85625 30.608639 146.85625 29.671139L146.85625 25.077389L145.5125 25.077389L145.5125 24.108639L146.85625 24.108639L146.85625 22.311764L148.12187 22.311764ZM157.37187 30.608639Q158.04375 30.608639 158.54375 30.202389Q159.05937 29.780514 159.12187 29.171139L160.30937 29.171139Q160.27812 29.796139 159.87187 30.374264Q159.46562 30.952389 158.79375 31.296139Q158.12187 31.639889 157.37187 31.639889Q155.85625 31.639889 154.96562 30.639889Q154.075 29.624264 154.075 27.874264L154.075 27.655514Q154.075 26.577389 154.46562 25.733639Q154.87187 24.889889 155.60625 24.436764Q156.35625 23.968014 157.37187 23.968014Q158.60625 23.968014 159.43437 24.718014Q160.2625 25.452389 160.30937 26.639889L159.12187 26.639889Q159.05937 25.921139 158.575 25.468014Q158.09062 24.999264 157.37187 24.999264Q156.40312 24.999264 155.87187 25.702389Q155.34062 26.389889 155.34062 27.702389L155.34062 27.936764Q155.34062 29.218014 155.87187 29.921139Q156.40312 30.608639 157.37187 30.608639ZM162.66875 24.999264Q163.5125 23.968014 164.85625 23.968014Q167.2 23.968014 167.23125 26.608639L167.23125 31.499264L165.96562 31.499264L165.96562 26.608639Q165.95 25.811764 165.59062 25.436764Q165.23125 25.046139 164.48125 25.046139Q163.85625 25.046139 163.3875 25.374264Q162.93437 25.702389 162.66875 26.233639L162.66875 31.499264L161.40312 31.499264L161.40312 20.999264L162.66875 20.999264L162.66875 24.999264ZM173.98125 31.499264Q173.87187 31.280514 173.79375 30.718014Q172.91875 31.639889 171.68437 31.639889Q170.59062 31.639889 169.8875 31.030514Q169.2 30.405514 169.2 29.452389Q169.2 28.296139 170.075 27.655514Q170.95 27.014889 172.54375 27.014889L173.77812 27.014889L173.77812 26.436764Q173.77812 25.764889 173.37187 25.374264Q172.98125 24.983639 172.21562 24.983639Q171.52812 24.983639 171.075 25.327389Q170.62187 25.671139 170.62187 26.155514L169.34062 26.155514Q169.34062 25.593014 169.73125 25.077389Q170.1375 24.561764 170.80937 24.264889Q171.48125 23.968014 172.27812 23.968014Q173.55937 23.968014 174.27812 24.608639Q175.0125 25.249264 175.04375 26.358639L175.04375 29.764889Q175.04375 30.780514 175.29375 31.389889L175.29375 31.499264L173.98125 31.499264ZM171.87187 30.530514Q172.46562 30.530514 172.99687 30.233639Q173.54375 29.921139 173.77812 29.421139L173.77812 27.905514L172.77812 27.905514Q170.46562 27.905514 170.46562 29.264889Q170.46562 29.858639 170.85625 30.202389Q171.24687 30.530514 171.87187 30.530514ZM178.77812 31.499264L177.5125 31.499264L177.5125 20.999264L178.77812 20.999264L178.77812 31.499264ZM181.77812 31.499264L180.5125 31.499264L180.5125 20.999264L181.77812 20.999264L181.77812 31.499264ZM186.48125 31.639889Q184.96562 31.639889 184.02812 30.655514Q183.09062 29.655514 183.09062 27.999264L183.09062 27.780514Q183.09062 26.671139 183.5125 25.811764Q183.93437 24.936764 184.68437 24.452389Q185.43437 23.968014 186.325 23.968014Q187.7625 23.968014 188.55937 24.921139Q189.35625 25.858639 189.35625 27.639889L189.35625 28.155514L184.35625 28.155514Q184.37187 29.249264 184.98125 29.936764Q185.60625 30.608639 186.54375 30.608639Q187.21562 30.608639 187.66875 30.343014Q188.1375 30.061764 188.49687 29.608639L189.2625 30.202389Q188.34062 31.639889 186.48125 31.639889ZM186.325 24.999264Q185.55937 24.999264 185.02812 25.561764Q184.5125 26.124264 184.3875 27.124264L188.09062 27.124264L188.09062 27.030514Q188.04375 26.061764 187.575 25.530514Q187.10625 24.999264 186.325 24.999264ZM191.60625 24.108639L191.6375 25.030514Q192.49687 23.968014 193.85625 23.968014Q196.2 23.968014 196.23125 26.608639L196.23125 31.499264L194.96562 31.499264L194.96562 26.608639Q194.95 25.811764 194.59062 25.436764Q194.23125 25.046139 193.48125 25.046139Q192.85625 25.046139 192.3875 25.374264Q191.93437 25.702389 191.66875 26.233639L191.66875 31.499264L190.40312 31.499264L190.40312 24.108639L191.60625 24.108639ZM198.10625 27.733639Q198.10625 26.014889 198.90312 24.999264Q199.7 23.968014 201.02812 23.968014Q202.37187 23.968014 203.1375 24.921139L203.2 24.108639L204.35625 24.108639L204.35625 31.327389Q204.35625 32.76489 203.49687 33.57739Q202.65312 34.405514 201.21562 34.405514Q200.41875 34.405514 199.65312 34.061764Q198.8875 33.73364 198.48125 33.13989L199.1375 32.374264Q199.95 33.374264 201.12187 33.374264Q202.04375 33.374264 202.55937 32.85864Q203.09062 32.343014 203.09062 31.389889L203.09062 30.764889Q202.325 31.639889 201.0125 31.639889Q199.71562 31.639889 198.90312 30.593014Q198.10625 29.546139 198.10625 27.733639ZM199.37187 27.889889Q199.37187 29.139889 199.8875 29.858639Q200.40312 30.561764 201.325 30.561764Q202.52812 30.561764 203.09062 29.468014L203.09062 26.093014Q202.49687 25.046139 201.34062 25.046139Q200.41875 25.046139 199.8875 25.764889Q199.37187 26.468014 199.37187 27.889889ZM209.48125 31.639889Q207.96562 31.639889 207.02812 30.655514Q206.09062 29.655514 206.09062 27.999264L206.09062 27.780514Q206.09062 26.671139 206.5125 25.811764Q206.93437 24.936764 207.68437 24.452389Q208.43437 23.968014 209.325 23.968014Q210.7625 23.968014 211.55937 24.921139Q212.35625 25.858639 212.35625 27.639889L212.35625 28.155514L207.35625 28.155514Q207.37187 29.249264 207.98125 29.936764Q208.60625 30.608639 209.54375 30.608639Q210.21562 30.608639 210.66875 30.343014Q211.1375 30.061764 211.49687 29.608639L212.2625 30.202389Q211.34062 31.639889 209.48125 31.639889ZM209.325 24.999264Q208.55937 24.999264 208.02812 25.561764Q207.5125 26.124264 207.3875 27.124264L211.09062 27.124264L211.09062 27.030514Q211.04375 26.061764 210.575 25.530514Q210.10625 24.999264 209.325 24.999264ZM218.825 29.639889L220.54375 24.108639L221.90312 24.108639L218.93437 32.63989Q218.24687 34.48364 216.73125 34.48364L216.49687 34.468014L216.02812 34.374264L216.02812 33.35864L216.37187 33.374264Q217.0125 33.374264 217.37187 33.10864Q217.73125 32.85864 217.96562 32.17114L218.24687 31.421139L215.60625 24.108639L216.98125 24.108639L218.825 29.639889ZM223.075 27.733639Q223.075 26.639889 223.49687 25.780514Q223.93437 24.905514 224.68437 24.436764Q225.45 23.968014 226.43437 23.968014Q227.93437 23.968014 228.87187 25.014889Q229.80937 26.061764 229.80937 27.796139L229.80937 27.889889Q229.80937 28.968014 229.3875 29.827389Q228.98125 30.671139 228.2 31.155514Q227.43437 31.639889 226.45 31.639889Q224.93437 31.639889 223.99687 30.593014Q223.075 29.546139 223.075 27.827389L223.075 27.733639ZM224.34062 27.889889Q224.34062 29.108639 224.90312 29.858639Q225.48125 30.608639 226.45 30.608639Q227.40312 30.608639 227.96562 29.858639Q228.54375 29.093014 228.54375 27.733639Q228.54375 26.514889 227.96562 25.764889Q227.3875 24.999264 226.43437 24.999264Q225.49687 24.999264 224.91875 25.749264Q224.34062 26.499264 224.34062 27.889889ZM235.98125 30.764889Q235.23125 31.639889 233.80937 31.639889Q232.62187 31.639889 231.99687 30.952389Q231.3875 30.264889 231.3875 28.921139L231.3875 24.108639L232.6375 24.108639L232.6375 28.874264Q232.6375 30.561764 234.0125 30.561764Q235.46562 30.561764 235.93437 29.483639L235.93437 24.108639L237.2 24.108639L237.2 31.499264L235.99687 31.499264L235.98125 30.764889ZM248.65312 27.889889Q248.65312 29.577389 247.87187 30.608639Q247.10625 31.639889 245.79375 31.639889Q244.45 31.639889 243.66875 30.780514L243.66875 34.343014L242.40312 34.343014L242.40312 24.108639L243.55937 24.108639L243.62187 24.921139Q244.40312 23.968014 245.77812 23.968014Q247.10625 23.968014 247.87187 24.968014Q248.65312 25.968014 248.65312 27.764889L248.65312 27.889889ZM247.3875 27.733639Q247.3875 26.483639 246.85625 25.764889Q246.325 25.046139 245.3875 25.046139Q244.24687 25.046139 243.66875 26.061764L243.66875 29.593014Q244.24687 30.608639 245.40312 30.608639Q246.325 30.608639 246.85625 29.889889Q247.3875 29.155514 247.3875 27.733639ZM253.48125 31.639889Q251.96562 31.639889 251.02812 30.655514Q250.09062 29.655514 250.09062 27.999264L250.09062 27.780514Q250.09062 26.671139 250.5125 25.811764Q250.93437 24.936764 251.68437 24.452389Q252.43437 23.968014 253.325 23.968014Q254.7625 23.968014 255.55937 24.921139Q256.35626 25.858639 256.35626 27.639889L256.35626 28.155514L251.35625 28.155514Q251.37187 29.249264 251.98125 29.936764Q252.60625 30.608639 253.54375 30.608639Q254.21562 30.608639 254.66875 30.343014Q255.1375 30.061764 255.49687 29.608639L256.2625 30.202389Q255.34062 31.639889 253.48125 31.639889ZM253.325 24.999264Q252.55937 24.999264 252.02812 25.561764Q251.5125 26.124264 251.3875 27.124264L255.09062 27.124264L255.09062 27.030514Q255.04375 26.061764 254.575 25.530514Q254.10625 24.999264 253.325 24.999264ZM260.98126 25.233639Q260.7 25.186764 260.35626 25.186764Q259.1219 25.186764 258.66876 26.249264L258.66876 31.499264L257.40314 31.499264L257.40314 24.108639L258.6375 24.108639L258.65314 24.952389Q259.27814 23.968014 260.41876 23.968014Q260.79376 23.968014 260.98126 24.061764L260.98126 25.233639ZM266.71564 29.530514Q266.71564 29.030514 266.325 28.749264Q265.9344 28.452389 264.98126 28.249264Q264.02814 28.046139 263.45 27.764889Q262.8875 27.468014 262.6219 27.077389Q262.35626 26.686764 262.35626 26.139889Q262.35626 25.218014 263.1219 24.593014Q263.8875 23.968014 265.09064 23.968014Q266.34064 23.968014 267.1219 24.624264Q267.90314 25.264889 267.90314 26.280514L266.6375 26.280514Q266.6375 25.749264 266.2 25.374264Q265.7625 24.999264 265.09064 24.999264Q264.40314 24.999264 264.0125 25.311764Q263.6219 25.608639 263.6219 26.093014Q263.6219 26.546139 263.98126 26.780514Q264.34064 27.014889 265.27814 27.233639Q266.23126 27.436764 266.825 27.733639Q267.41876 28.030514 267.7 28.452389Q267.98126 28.858639 267.98126 29.452389Q267.98126 30.436764 267.1844 31.046139Q266.3875 31.639889 265.1219 31.639889Q264.2469 31.639889 263.5594 31.327389Q262.8719 30.999264 262.48126 30.436764Q262.10626 29.874264 262.10626 29.218014L263.3719 29.218014Q263.40314 29.858639 263.8719 30.233639Q264.35626 30.608639 265.1219 30.608639Q265.84064 30.608639 266.27814 30.311764Q266.71564 30.014889 266.71564 29.530514ZM269.075 27.733639Q269.075 26.639889 269.4969 25.780514Q269.9344 24.905514 270.6844 24.436764Q271.45 23.968014 272.4344 23.968014Q273.9344 23.968014 274.8719 25.014889Q275.8094 26.061764 275.8094 27.796139L275.8094 27.889889Q275.8094 28.968014 275.3875 29.827389Q274.98126 30.671139 274.2 31.155514Q273.4344 31.639889 272.45 31.639889Q270.9344 31.639889 269.9969 30.593014Q269.075 29.546139 269.075 27.827389L269.075 27.733639ZM270.34064 27.889889Q270.34064 29.108639 270.90314 29.858639Q271.48126 30.608639 272.45 30.608639Q273.40314 30.608639 273.96564 29.858639Q274.54376 29.093014 274.54376 27.733639Q274.54376 26.514889 273.96564 25.764889Q273.3875 24.999264 272.4344 24.999264Q271.4969 24.999264 270.91876 25.749264Q270.34064 26.499264 270.34064 27.889889ZM278.60626 24.108639L278.6375 25.030514Q279.4969 23.968014 280.85626 23.968014Q283.2 23.968014 283.23126 26.608639L283.23126 31.499264L281.96564 31.499264L281.96564 26.608639Q281.95 25.811764 281.59064 25.436764Q281.23126 25.046139 280.48126 25.046139Q279.85626 25.046139 279.3875 25.374264Q278.9344 25.702389 278.66876 26.233639L278.66876 31.499264L277.40314 31.499264L277.40314 24.108639L278.60626 24.108639ZM289.98126 31.499264Q289.8719 31.280514 289.79376 30.718014Q288.91876 31.639889 287.6844 31.639889Q286.59064 31.639889 285.8875 31.030514Q285.2 30.405514 285.2 29.452389Q285.2 28.296139 286.075 27.655514Q286.95 27.014889 288.54376 27.014889L289.77814 27.014889L289.77814 26.436764Q289.77814 25.764889 289.3719 25.374264Q288.98126 24.983639 288.21564 24.983639Q287.52814 24.983639 287.075 25.327389Q286.6219 25.671139 286.6219 26.155514L285.34064 26.155514Q285.34064 25.593014 285.73126 25.077389Q286.1375 24.561764 286.8094 24.264889Q287.48126 23.968014 288.27814 23.968014Q289.5594 23.968014 290.27814 24.608639Q291.0125 25.249264 291.04376 26.358639L291.04376 29.764889Q291.04376 30.780514 291.29376 31.389889L291.29376 31.499264L289.98126 31.499264ZM287.8719 30.530514Q288.46564 30.530514 288.9969 30.233639Q289.54376 29.921139 289.77814 29.421139L289.77814 27.905514L288.77814 27.905514Q286.46564 27.905514 286.46564 29.264889Q286.46564 29.858639 286.85626 30.202389Q287.2469 30.530514 287.8719 30.530514ZM294.77814 31.499264L293.5125 31.499264L293.5125 20.999264L294.77814 20.999264L294.77814 31.499264ZM297.77814 31.499264L296.5125 31.499264L296.5125 20.999264L297.77814 20.999264L297.77814 31.499264ZM301.825 29.639889L303.54376 24.108639L304.90314 24.108639L301.9344 32.63989Q301.2469 34.48364 299.73126 34.48364L299.4969 34.468014L299.02814 34.374264L299.02814 33.35864L299.3719 33.374264Q300.0125 33.374264 300.3719 33.10864Q300.73126 32.85864 300.96564 32.17114L301.2469 31.421139L298.60626 24.108639L299.98126 24.108639L301.825 29.639889ZM310.02814 31.499264L310.02814 25.077389L308.85626 25.077389L308.85626 24.108639L310.02814 24.108639L310.02814 23.343014Q310.02814 22.155514 310.65314 21.514889Q311.29376 20.858639 312.46564 20.858639Q312.90314 20.858639 313.325 20.968014L313.2625 21.999264Q312.9344 21.936764 312.575 21.936764Q311.96564 21.936764 311.6219 22.296139Q311.29376 22.655514 311.29376 23.327389L311.29376 24.108639L312.8719 24.108639L312.8719 25.077389L311.29376 25.077389L311.29376 31.499264L310.02814 31.499264ZM318.98126 31.499264Q318.8719 31.280514 318.79376 30.718014Q317.91876 31.639889 316.6844 31.639889Q315.59064 31.639889 314.8875 31.030514Q314.2 30.405514 314.2 29.452389Q314.2 28.296139 315.075 27.655514Q315.95 27.014889 317.54376 27.014889L318.77814 27.014889L318.77814 26.436764Q318.77814 25.764889 318.3719 25.374264Q317.98126 24.983639 317.21564 24.983639Q316.52814 24.983639 316.075 25.327389Q315.6219 25.671139 315.6219 26.155514L314.34064 26.155514Q314.34064 25.593014 314.73126 25.077389Q315.1375 24.561764 315.8094 24.264889Q316.48126 23.968014 317.27814 23.968014Q318.5594 23.968014 319.27814 24.608639Q320.0125 25.249264 320.04376 26.358639L320.04376 29.764889Q320.04376 30.780514 320.29376 31.389889L320.29376 31.499264L318.98126 31.499264ZM316.8719 30.530514Q317.46564 30.530514 317.9969 30.233639Q318.54376 29.921139 318.77814 29.421139L318.77814 27.905514L317.77814 27.905514Q315.46564 27.905514 315.46564 29.264889Q315.46564 29.858639 315.85626 30.202389Q316.2469 30.530514 316.8719 30.530514ZM325.3719 30.608639Q326.04376 30.608639 326.54376 30.202389Q327.0594 29.780514 327.1219 29.171139L328.3094 29.171139Q328.27814 29.796139 327.8719 30.374264Q327.46564 30.952389 326.79376 31.296139Q326.1219 31.639889 325.3719 31.639889Q323.85626 31.639889 322.96564 30.639889Q322.075 29.624264 322.075 27.874264L322.075 27.655514Q322.075 26.577389 322.46564 25.733639Q322.8719 24.889889 323.60626 24.436764Q324.35626 23.968014 325.3719 23.968014Q326.60626 23.968014 327.4344 24.718014Q328.2625 25.452389 328.3094 26.639889L327.1219 26.639889Q327.0594 25.921139 326.575 25.468014Q326.09064 24.999264 325.3719 24.999264Q324.40314 24.999264 323.8719 25.702389Q323.34064 26.389889 323.34064 27.702389L323.34064 27.936764Q323.34064 29.218014 323.8719 29.921139Q324.40314 30.608639 325.3719 30.608639ZM332.48126 31.639889Q330.96564 31.639889 330.02814 30.655514Q329.09064 29.655514 329.09064 27.999264L329.09064 27.780514Q329.09064 26.671139 329.5125 25.811764Q329.9344 24.936764 330.6844 24.452389Q331.4344 23.968014 332.325 23.968014Q333.7625 23.968014 334.5594 24.921139Q335.35626 25.858639 335.35626 27.639889L335.35626 28.155514L330.35626 28.155514Q330.3719 29.249264 330.98126 29.936764Q331.60626 30.608639 332.54376 30.608639Q333.21564 30.608639 333.66876 30.343014Q334.1375 30.061764 334.4969 29.608639L335.2625 30.202389Q334.34064 31.639889 332.48126 31.639889ZM332.325 24.999264Q331.5594 24.999264 331.02814 25.561764Q330.5125 26.124264 330.3875 27.124264L334.09064 27.124264L334.09064 27.030514Q334.04376 26.061764 333.575 25.530514Q333.10626 24.999264 332.325 24.999264ZM343.98126 30.764889Q343.23126 31.639889 341.8094 31.639889Q340.6219 31.639889 339.9969 30.952389Q339.3875 30.264889 339.3875 28.921139L339.3875 24.108639L340.6375 24.108639L340.6375 28.874264Q340.6375 30.561764 342.0125 30.561764Q343.46564 30.561764 343.9344 29.483639L343.9344 24.108639L345.2 24.108639L345.2 31.499264L343.9969 31.499264L343.98126 30.764889ZM351.71564 29.530514Q351.71564 29.030514 351.325 28.749264Q350.9344 28.452389 349.98126 28.249264Q349.02814 28.046139 348.45 27.764889Q347.8875 27.468014 347.6219 27.077389Q347.35626 26.686764 347.35626 26.139889Q347.35626 25.218014 348.1219 24.593014Q348.8875 23.968014 350.09064 23.968014Q351.34064 23.968014 352.1219 24.624264Q352.90314 25.264889 352.90314 26.280514L351.6375 26.280514Q351.6375 25.749264 351.2 25.374264Q350.7625 24.999264 350.09064 24.999264Q349.40314 24.999264 349.0125 25.311764Q348.6219 25.608639 348.6219 26.093014Q348.6219 26.546139 348.98126 26.780514Q349.34064 27.014889 350.27814 27.233639Q351.23126 27.436764 351.825 27.733639Q352.41876 28.030514 352.7 28.452389Q352.98126 28.858639 352.98126 29.452389Q352.98126 30.436764 352.1844 31.046139Q351.3875 31.639889 350.1219 31.639889Q349.2469 31.639889 348.5594 31.327389Q347.8719 30.999264 347.48126 30.436764Q347.10626 29.874264 347.10626 29.218014L348.3719 29.218014Q348.40314 29.858639 348.8719 30.233639Q349.35626 30.608639 350.1219 30.608639Q350.84064 30.608639 351.27814 30.311764Q351.71564 30.014889 351.71564 29.530514ZM355.77814 31.499264L354.5125 31.499264L354.5125 24.108639L355.77814 24.108639L355.77814 31.499264ZM354.41876 22.139889Q354.41876 21.827389 354.60626 21.624264Q354.79376 21.405514 355.15314 21.405514Q355.52814 21.405514 355.71564 21.624264Q355.91876 21.827389 355.91876 22.139889Q355.91876 22.452389 355.71564 22.655514Q355.52814 22.858639 355.15314 22.858639Q354.79376 22.858639 354.60626 22.655514Q354.41876 22.452389 354.41876 22.139889ZM358.60626 24.108639L358.6375 25.030514Q359.4969 23.968014 360.85626 23.968014Q363.2 23.968014 363.23126 26.608639L363.23126 31.499264L361.96564 31.499264L361.96564 26.608639Q361.95 25.811764 361.59064 25.436764Q361.23126 25.046139 360.48126 25.046139Q359.85626 25.046139 359.3875 25.374264Q358.9344 25.702389 358.66876 26.233639L358.66876 31.499264L357.40314 31.499264L357.40314 24.108639L358.60626 24.108639ZM365.10626 27.733639Q365.10626 26.014889 365.90314 24.999264Q366.7 23.968014 368.02814 23.968014Q369.3719 23.968014 370.1375 24.921139L370.2 24.108639L371.35626 24.108639L371.35626 31.327389Q371.35626 32.76489 370.4969 33.57739Q369.65314 34.405514 368.21564 34.405514Q367.41876 34.405514 366.65314 34.061764Q365.8875 33.73364 365.48126 33.13989L366.1375 32.374264Q366.95 33.374264 368.1219 33.374264Q369.04376 33.374264 369.5594 32.85864Q370.09064 32.343014 370.09064 31.389889L370.09064 30.764889Q369.325 31.639889 368.0125 31.639889Q366.71564 31.639889 365.90314 30.593014Q365.10626 29.546139 365.10626 27.733639ZM366.3719 27.889889Q366.3719 29.139889 366.8875 29.858639Q367.40314 30.561764 368.325 30.561764Q369.52814 30.561764 370.09064 29.468014L370.09064 26.093014Q369.4969 25.046139 368.34064 25.046139Q367.41876 25.046139 366.8875 25.764889Q366.3719 26.468014 366.3719 27.889889ZM383.95 30.186764Q383.45 30.921139 382.54376 31.280514Q381.6375 31.639889 380.4344 31.639889Q379.21564 31.639889 378.2625 31.077389Q377.325 30.499264 376.8094 29.452389Q376.29376 28.389889 376.27814 26.999264L376.27814 26.139889Q376.27814 23.889889 377.325 22.655514Q378.3875 21.405514 380.27814 21.405514Q381.84064 21.405514 382.79376 22.202389Q383.7469 22.999264 383.95 24.468014L382.6375 24.468014Q382.27814 22.483639 380.29376 22.483639Q378.96564 22.483639 378.27814 23.421139Q377.60626 24.343014 377.60626 26.093014L377.60626 26.905514Q377.60626 28.593014 378.3719 29.577389Q379.1375 30.561764 380.4344 30.561764Q381.1844 30.561764 381.73126 30.405514Q382.29376 30.233639 382.65314 29.843014L382.65314 27.608639L380.34064 27.608639L380.34064 26.546139L383.95 26.546139L383.95 30.186764ZM386.075 27.733639Q386.075 26.639889 386.4969 25.780514Q386.9344 24.905514 387.6844 24.436764Q388.45 23.968014 389.4344 23.968014Q390.9344 23.968014 391.8719 25.014889Q392.8094 26.061764 392.8094 27.796139L392.8094 27.889889Q392.8094 28.968014 392.3875 29.827389Q391.98126 30.671139 391.2 31.155514Q390.4344 31.639889 389.45 31.639889Q387.9344 31.639889 386.9969 30.593014Q386.075 29.546139 386.075 27.827389L386.075 27.733639ZM387.34064 27.889889Q387.34064 29.108639 387.90314 29.858639Q388.48126 30.608639 389.45 30.608639Q390.40314 30.608639 390.96564 29.858639Q391.54376 29.093014 391.54376 27.733639Q391.54376 26.514889 390.96564 25.764889Q390.3875 24.999264 389.4344 24.999264Q388.4969 24.999264 387.91876 25.749264Q387.34064 26.499264 387.34064 27.889889ZM399.1219 22.311764L399.1219 24.108639L400.4969 24.108639L400.4969 25.077389L399.1219 25.077389L399.1219 29.671139Q399.1219 30.108639 399.3094 30.343014Q399.4969 30.561764 399.9344 30.561764Q400.15314 30.561764 400.54376 30.468014L400.54376 31.499264Q400.04376 31.639889 399.575 31.639889Q398.71564 31.639889 398.27814 31.124264Q397.85626 30.608639 397.85626 29.671139L397.85626 25.077389L396.5125 25.077389L396.5125 24.108639L397.85626 24.108639L397.85626 22.311764L399.1219 22.311764ZM402.075 27.733639Q402.075 26.639889 402.4969 25.780514Q402.9344 24.905514 403.6844 24.436764Q404.45 23.968014 405.4344 23.968014Q406.9344 23.968014 407.8719 25.014889Q408.8094 26.061764 408.8094 27.796139L408.8094 27.889889Q408.8094 28.968014 408.3875 29.827389Q407.98126 30.671139 407.2 31.155514Q406.4344 31.639889 405.45 31.639889Q403.9344 31.639889 402.9969 30.593014Q402.075 29.546139 402.075 27.827389L402.075 27.733639ZM403.34064 27.889889Q403.34064 29.108639 403.90314 29.858639Q404.48126 30.608639 405.45 30.608639Q406.40314 30.608639 406.96564 29.858639Q407.54376 29.093014 407.54376 27.733639Q407.54376 26.514889 406.96564 25.764889Q406.3875 24.999264 405.4344 24.999264Q404.4969 24.999264 403.91876 25.749264Q403.34064 26.499264 403.34064 27.889889ZM410.10626 27.733639Q410.10626 26.030514 410.90314 24.999264Q411.71564 23.968014 413.0125 23.968014Q414.325 23.968014 415.075 24.858639L415.075 20.999264L416.34064 20.999264L416.34064 31.499264L415.1844 31.499264L415.1219 30.702389Q414.35626 31.639889 413.0125 31.639889Q411.71564 31.639889 410.90314 30.593014Q410.10626 29.530514 410.10626 27.827389L410.10626 27.733639ZM411.3719 27.889889Q411.3719 29.139889 411.8875 29.858639Q412.40314 30.561764 413.325 30.561764Q414.52814 30.561764 415.075 29.483639L415.075 26.077389Q414.5125 25.046139 413.34064 25.046139Q412.40314 25.046139 411.8875 25.764889Q411.3719 26.468014 411.3719 27.889889ZM422.98126 31.499264Q422.8719 31.280514 422.79376 30.718014Q421.91876 31.639889 420.6844 31.639889Q419.59064 31.639889 418.8875 31.030514Q418.2 30.405514 418.2 29.452389Q418.2 28.296139 419.075 27.655514Q419.95 27.014889 421.54376 27.014889L422.77814 27.014889L422.77814 26.436764Q422.77814 25.764889 422.3719 25.374264Q421.98126 24.983639 421.21564 24.983639Q420.52814 24.983639 420.075 25.327389Q419.6219 25.671139 419.6219 26.155514L418.34064 26.155514Q418.34064 25.593014 418.73126 25.077389Q419.1375 24.561764 419.8094 24.264889Q420.48126 23.968014 421.27814 23.968014Q422.5594 23.968014 423.27814 24.608639Q424.0125 25.249264 424.04376 26.358639L424.04376 29.764889Q424.04376 30.780514 424.29376 31.389889L424.29376 31.499264L422.98126 31.499264ZM420.8719 30.530514Q421.46564 30.530514 421.9969 30.233639Q422.54376 29.921139 422.77814 29.421139L422.77814 27.905514L421.77814 27.905514Q419.46564 27.905514 419.46564 29.264889Q419.46564 29.858639 419.85626 30.202389Q420.2469 30.530514 420.8719 30.530514ZM428.825 29.639889L430.54376 24.108639L431.90314 24.108639L428.9344 32.63989Q428.2469 34.48364 426.73126 34.48364L426.4969 34.468014L426.02814 34.374264L426.02814 33.35864L426.3719 33.374264Q427.0125 33.374264 427.3719 33.10864Q427.73126 32.85864 427.96564 32.17114L428.2469 31.421139L425.60626 24.108639L426.98126 24.108639L428.825 29.639889ZM434.8875 28.702389Q434.90314 27.889889 435.075 27.421139Q435.2469 26.936764 435.77814 26.358639L436.66876 25.436764Q437.2469 24.796139 437.2469 24.046139Q437.2469 23.327389 436.8719 22.921139Q436.4969 22.514889 435.77814 22.514889Q435.075 22.514889 434.65314 22.889889Q434.23126 23.249264 434.23126 23.874264L432.96564 23.874264Q432.98126 22.764889 433.7469 22.093014Q434.52814 21.405514 435.77814 21.405514Q437.0594 21.405514 437.77814 22.108639Q438.5125 22.796139 438.5125 23.999264Q438.5125 25.202389 437.40314 26.358639L436.65314 27.108639Q436.15314 27.655514 436.15314 28.702389L434.8875 28.702389ZM434.84064 30.858639Q434.84064 30.561764 435.02814 30.358639Q435.21564 30.139889 435.575 30.139889Q435.95 30.139889 436.1375 30.358639Q436.34064 30.561764 436.34064 30.874264Q436.34064 31.171139 436.1375 31.374264Q435.95 31.577389 435.575 31.577389Q435.21564 31.577389 435.02814 31.374264Q434.84064 31.171139 434.84064 30.858639Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig31.svg b/_content/survey2019/fig31.svg
deleted file mode 100644
index f241764..0000000
--- a/_content/survey2019/fig31.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 649.0 456.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="649" height="456" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L649.0 0L649.0 456.0L0 456.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M231.5 58.5L231.5 398.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M328.5 58.5L328.5 398.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M426.5 58.5L426.5 398.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M523.5 58.5L523.5 398.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M620.5 58.5L620.5 398.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M231.5 58.160202L620.5195 58.160202L620.5195 398.17792L231.5 398.17792L231.5 58.160202Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 91.0L231.0 70.0L322.0 70.0C323.10458 70.0 324.0 70.89543 324.0 72.0L324.0 89.0C324.0 90.10457 323.10458 91.0 322.0 91.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 91.0L231.0 70.0L322.0 70.0C323.10458 70.0 324.0 70.89543 324.0 72.0L324.0 89.0C324.0 90.10457 323.10458 91.0 322.0 91.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 124.0L231.0 103.0L283.0 103.0C284.10458 103.0 285.0 103.89543 285.0 105.0L285.0 122.0C285.0 123.10457 284.10458 124.0 283.0 124.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 124.0L231.0 103.0L283.0 103.0C284.10458 103.0 285.0 103.89543 285.0 105.0L285.0 122.0C285.0 123.10457 284.10458 124.0 283.0 124.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 157.0L231.0 136.0L278.0 136.0C279.10458 136.0 280.0 136.89543 280.0 138.0L280.0 155.0C280.0 156.10457 279.10458 157.0 278.0 157.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 157.0L231.0 136.0L278.0 136.0C279.10458 136.0 280.0 136.89543 280.0 138.0L280.0 155.0C280.0 156.10457 279.10458 157.0 278.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 190.0L231.0 169.0L278.0 169.0C279.10458 169.0 280.0 169.89543 280.0 171.0L280.0 188.0C280.0 189.10457 279.10458 190.0 278.0 190.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 190.0L231.0 169.0L278.0 169.0C279.10458 169.0 280.0 169.89543 280.0 171.0L280.0 188.0C280.0 189.10457 279.10458 190.0 278.0 190.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 223.0L231.0 202.0L278.0 202.0C279.10458 202.0 280.0 202.89543 280.0 204.0L280.0 221.0C280.0 222.10457 279.10458 223.0 278.0 223.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 223.0L231.0 202.0L278.0 202.0C279.10458 202.0 280.0 202.89543 280.0 204.0L280.0 221.0C280.0 222.10457 279.10458 223.0 278.0 223.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 256.0L231.0 235.0L273.0 235.0C274.10458 235.0 275.0 235.89543 275.0 237.0L275.0 254.0C275.0 255.10457 274.10458 256.0 273.0 256.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 256.0L231.0 235.0L273.0 235.0C274.10458 235.0 275.0 235.89543 275.0 237.0L275.0 254.0C275.0 255.10457 274.10458 256.0 273.0 256.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 288.0L231.0 267.0L268.0 267.0C269.10458 267.0 270.0 267.89542 270.0 269.0L270.0 286.0C270.0 287.10458 269.10458 288.0 268.0 288.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 288.0L231.0 267.0L268.0 267.0C269.10458 267.0 270.0 267.89542 270.0 269.0L270.0 286.0C270.0 287.10458 269.10458 288.0 268.0 288.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 321.0L231.0 300.0L264.0 300.0C265.10458 300.0 266.0 300.89542 266.0 302.0L266.0 319.0C266.0 320.10458 265.10458 321.0 264.0 321.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 321.0L231.0 300.0L264.0 300.0C265.10458 300.0 266.0 300.89542 266.0 302.0L266.0 319.0C266.0 320.10458 265.10458 321.0 264.0 321.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 354.0L231.0 333.0L264.0 333.0C265.10458 333.0 266.0 333.89542 266.0 335.0L266.0 352.0C266.0 353.10458 265.10458 354.0 264.0 354.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 354.0L231.0 333.0L264.0 333.0C265.10458 333.0 266.0 333.89542 266.0 335.0L266.0 352.0C266.0 353.10458 265.10458 354.0 264.0 354.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M231.0 387.0L231.0 366.0L278.0 366.0C279.10458 366.0 280.0 366.89542 280.0 368.0L280.0 385.0C280.0 386.10458 279.10458 387.0 278.0 387.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M231.0 387.0L231.0 366.0L278.0 366.0C279.10458 366.0 280.0 366.89542 280.0 368.0L280.0 385.0C280.0 386.10458 279.10458 387.0 278.0 387.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M340.15775 84.5L339.07962 84.5L339.07962 77.28125L336.89212 78.078125L336.89212 77.09375L340.0015 75.921875L340.15775 75.921875L340.15775 84.5ZM347.7515 80.75Q347.42337 81.15625 346.939 81.40625Q346.47025 81.640625 345.90775 81.640625Q345.17337 81.640625 344.6265 81.28125Q344.07962 80.921875 343.78275 80.265625Q343.48587 79.59375 343.48587 78.796875Q343.48587 77.953125 343.79837 77.265625Q344.1265 76.578125 344.72025 76.21875Q345.32962 75.84375 346.1265 75.84375Q347.39212 75.84375 348.11087 76.796875Q348.84525 77.75 348.84525 79.375L348.84525 79.6875Q348.84525 82.1875 347.86087 83.328125Q346.8765 84.46875 344.89212 84.5L344.67337 84.5L344.67337 83.59375L344.90775 83.59375Q346.2515 83.5625 346.97025 82.890625Q347.689 82.21875 347.7515 80.75ZM346.07962 80.75Q346.6265 80.75 347.07962 80.421875Q347.54837 80.078125 347.76712 79.59375L347.76712 79.15625Q347.76712 78.09375 347.29837 77.421875Q346.82962 76.75 346.1265 76.75Q345.40775 76.75 344.97025 77.296875Q344.54837 77.84375 344.54837 78.75Q344.54837 79.625 344.95462 80.1875Q345.3765 80.75 346.07962 80.75ZM350.5015 77.609375Q350.5015 76.84375 350.98587 76.34375Q351.48587 75.84375 352.2515 75.84375Q353.03275 75.84375 353.51712 76.34375Q354.0015 76.84375 354.0015 77.640625L354.0015 78.0625Q354.0015 78.828125 353.5015 79.328125Q353.01712 79.8125 352.26712 79.8125Q351.5015 79.8125 351.0015 79.328125Q350.5015 78.828125 350.5015 78.015625L350.5015 77.609375ZM351.314 78.0625Q351.314 78.515625 351.564 78.8125Q351.82962 79.109375 352.26712 79.109375Q352.689 79.109375 352.939 78.828125Q353.189 78.53125 353.189 78.03125L353.189 77.609375Q353.189 77.15625 352.939 76.859375Q352.689 76.546875 352.2515 76.546875Q351.814 76.546875 351.564 76.859375Q351.314 77.15625 351.314 77.625L351.314 78.0625ZM354.65775 82.40625Q354.65775 81.640625 355.14212 81.15625Q355.64212 80.65625 356.40775 80.65625Q357.17337 80.65625 357.65775 81.15625Q358.15775 81.640625 358.15775 82.453125L358.15775 82.859375Q358.15775 83.625 357.67337 84.125Q357.189 84.625 356.42337 84.625Q355.65775 84.625 355.15775 84.140625Q354.65775 83.640625 354.65775 82.828125L354.65775 82.40625ZM355.47025 82.859375Q355.47025 83.328125 355.72025 83.625Q355.98587 83.921875 356.42337 83.921875Q356.84525 83.921875 357.09525 83.640625Q357.34525 83.34375 357.34525 82.84375L357.34525 82.40625Q357.34525 81.9375 357.07962 81.65625Q356.82962 81.359375 356.40775 81.359375Q355.98587 81.359375 355.72025 81.65625Q355.47025 81.9375 355.47025 82.4375L355.47025 82.859375ZM352.51712 83.859375L351.89212 83.46875L356.064 76.796875L356.67337 77.1875L352.51712 83.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M340.15775 84.5L339.07962 84.5L339.07962 77.28125L336.89212 78.078125L336.89212 77.09375L340.0015 75.921875L340.15775 75.921875L340.15775 84.5ZM347.7515 80.75Q347.42337 81.15625 346.939 81.40625Q346.47025 81.640625 345.90775 81.640625Q345.17337 81.640625 344.6265 81.28125Q344.07962 80.921875 343.78275 80.265625Q343.48587 79.59375 343.48587 78.796875Q343.48587 77.953125 343.79837 77.265625Q344.1265 76.578125 344.72025 76.21875Q345.32962 75.84375 346.1265 75.84375Q347.39212 75.84375 348.11087 76.796875Q348.84525 77.75 348.84525 79.375L348.84525 79.6875Q348.84525 82.1875 347.86087 83.328125Q346.8765 84.46875 344.89212 84.5L344.67337 84.5L344.67337 83.59375L344.90775 83.59375Q346.2515 83.5625 346.97025 82.890625Q347.689 82.21875 347.7515 80.75ZM346.07962 80.75Q346.6265 80.75 347.07962 80.421875Q347.54837 80.078125 347.76712 79.59375L347.76712 79.15625Q347.76712 78.09375 347.29837 77.421875Q346.82962 76.75 346.1265 76.75Q345.40775 76.75 344.97025 77.296875Q344.54837 77.84375 344.54837 78.75Q344.54837 79.625 344.95462 80.1875Q345.3765 80.75 346.07962 80.75ZM350.5015 77.609375Q350.5015 76.84375 350.98587 76.34375Q351.48587 75.84375 352.2515 75.84375Q353.03275 75.84375 353.51712 76.34375Q354.0015 76.84375 354.0015 77.640625L354.0015 78.0625Q354.0015 78.828125 353.5015 79.328125Q353.01712 79.8125 352.26712 79.8125Q351.5015 79.8125 351.0015 79.328125Q350.5015 78.828125 350.5015 78.015625L350.5015 77.609375ZM351.314 78.0625Q351.314 78.515625 351.564 78.8125Q351.82962 79.109375 352.26712 79.109375Q352.689 79.109375 352.939 78.828125Q353.189 78.53125 353.189 78.03125L353.189 77.609375Q353.189 77.15625 352.939 76.859375Q352.689 76.546875 352.2515 76.546875Q351.814 76.546875 351.564 76.859375Q351.314 77.15625 351.314 77.625L351.314 78.0625ZM354.65775 82.40625Q354.65775 81.640625 355.14212 81.15625Q355.64212 80.65625 356.40775 80.65625Q357.17337 80.65625 357.65775 81.15625Q358.15775 81.640625 358.15775 82.453125L358.15775 82.859375Q358.15775 83.625 357.67337 84.125Q357.189 84.625 356.42337 84.625Q355.65775 84.625 355.15775 84.140625Q354.65775 83.640625 354.65775 82.828125L354.65775 82.40625ZM355.47025 82.859375Q355.47025 83.328125 355.72025 83.625Q355.98587 83.921875 356.42337 83.921875Q356.84525 83.921875 357.09525 83.640625Q357.34525 83.34375 357.34525 82.84375L357.34525 82.40625Q357.34525 81.9375 357.07962 81.65625Q356.82962 81.359375 356.40775 81.359375Q355.98587 81.359375 355.72025 81.65625Q355.47025 81.9375 355.47025 82.4375L355.47025 82.859375ZM352.51712 83.859375L351.89212 83.46875L356.064 76.796875L356.67337 77.1875L352.51712 83.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.2558 117.5L300.17767 117.5L300.17767 110.28125L297.99017 111.078125L297.99017 110.09375L301.09955 108.921875L301.2558 108.921875L301.2558 117.5ZM308.2558 117.5L307.17767 117.5L307.17767 110.28125L304.99017 111.078125L304.99017 110.09375L308.09955 108.921875L308.2558 108.921875L308.2558 117.5ZM311.59955 110.609375Q311.59955 109.84375 312.08392 109.34375Q312.58392 108.84375 313.34955 108.84375Q314.1308 108.84375 314.61517 109.34375Q315.09955 109.84375 315.09955 110.640625L315.09955 111.0625Q315.09955 111.828125 314.59955 112.328125Q314.11517 112.8125 313.36517 112.8125Q312.59955 112.8125 312.09955 112.328125Q311.59955 111.828125 311.59955 111.015625L311.59955 110.609375ZM312.41205 111.0625Q312.41205 111.515625 312.66205 111.8125Q312.92767 112.109375 313.36517 112.109375Q313.78705 112.109375 314.03705 111.828125Q314.28705 111.53125 314.28705 111.03125L314.28705 110.609375Q314.28705 110.15625 314.03705 109.859375Q313.78705 109.546875 313.34955 109.546875Q312.91205 109.546875 312.66205 109.859375Q312.41205 110.15625 312.41205 110.625L312.41205 111.0625ZM315.7558 115.40625Q315.7558 114.640625 316.24017 114.15625Q316.74017 113.65625 317.5058 113.65625Q318.27142 113.65625 318.7558 114.15625Q319.2558 114.640625 319.2558 115.453125L319.2558 115.859375Q319.2558 116.625 318.77142 117.125Q318.28705 117.625 317.52142 117.625Q316.7558 117.625 316.2558 117.140625Q315.7558 116.640625 315.7558 115.828125L315.7558 115.40625ZM316.5683 115.859375Q316.5683 116.328125 316.8183 116.625Q317.08392 116.921875 317.52142 116.921875Q317.9433 116.921875 318.1933 116.640625Q318.4433 116.34375 318.4433 115.84375L318.4433 115.40625Q318.4433 114.9375 318.17767 114.65625Q317.92767 114.359375 317.5058 114.359375Q317.08392 114.359375 316.8183 114.65625Q316.5683 114.9375 316.5683 115.4375L316.5683 115.859375ZM313.61517 116.859375L312.99017 116.46875L317.16205 109.796875L317.77142 110.1875L313.61517 116.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M301.2558 117.5L300.17767 117.5L300.17767 110.28125L297.99017 111.078125L297.99017 110.09375L301.09955 108.921875L301.2558 108.921875L301.2558 117.5ZM308.2558 117.5L307.17767 117.5L307.17767 110.28125L304.99017 111.078125L304.99017 110.09375L308.09955 108.921875L308.2558 108.921875L308.2558 117.5ZM311.59955 110.609375Q311.59955 109.84375 312.08392 109.34375Q312.58392 108.84375 313.34955 108.84375Q314.1308 108.84375 314.61517 109.34375Q315.09955 109.84375 315.09955 110.640625L315.09955 111.0625Q315.09955 111.828125 314.59955 112.328125Q314.11517 112.8125 313.36517 112.8125Q312.59955 112.8125 312.09955 112.328125Q311.59955 111.828125 311.59955 111.015625L311.59955 110.609375ZM312.41205 111.0625Q312.41205 111.515625 312.66205 111.8125Q312.92767 112.109375 313.36517 112.109375Q313.78705 112.109375 314.03705 111.828125Q314.28705 111.53125 314.28705 111.03125L314.28705 110.609375Q314.28705 110.15625 314.03705 109.859375Q313.78705 109.546875 313.34955 109.546875Q312.91205 109.546875 312.66205 109.859375Q312.41205 110.15625 312.41205 110.625L312.41205 111.0625ZM315.7558 115.40625Q315.7558 114.640625 316.24017 114.15625Q316.74017 113.65625 317.5058 113.65625Q318.27142 113.65625 318.7558 114.15625Q319.2558 114.640625 319.2558 115.453125L319.2558 115.859375Q319.2558 116.625 318.77142 117.125Q318.28705 117.625 317.52142 117.625Q316.7558 117.625 316.2558 117.140625Q315.7558 116.640625 315.7558 115.828125L315.7558 115.40625ZM316.5683 115.859375Q316.5683 116.328125 316.8183 116.625Q317.08392 116.921875 317.52142 116.921875Q317.9433 116.921875 318.1933 116.640625Q318.4433 116.34375 318.4433 115.84375L318.4433 115.40625Q318.4433 114.9375 318.17767 114.65625Q317.92767 114.359375 317.5058 114.359375Q317.08392 114.359375 316.8183 114.65625Q316.5683 114.9375 316.5683 115.4375L316.5683 115.859375ZM313.61517 116.859375L312.99017 116.46875L317.16205 109.796875L317.77142 110.1875L313.61517 116.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.39307 150.5L295.31494 150.5L295.31494 143.28125L293.12744 144.07812L293.12744 143.09375L296.23682 141.92188L296.39307 141.92188L296.39307 150.5ZM305.18994 146.85938Q305.18994 148.76562 304.5337 149.70312Q303.89307 150.625 302.50244 150.625Q301.14307 150.625 300.48682 149.71875Q299.83057 148.8125 299.79932 147.0L299.79932 145.5625Q299.79932 143.67188 300.43994 142.76562Q301.0962 141.84375 302.48682 141.84375Q303.86182 141.84375 304.51807 142.73438Q305.17432 143.60938 305.18994 145.45312L305.18994 146.85938ZM304.0962 145.375Q304.0962 144.0 303.70557 143.375Q303.33057 142.73438 302.48682 142.73438Q301.6587 142.73438 301.26807 143.375Q300.89307 144.0 300.89307 145.29688L300.89307 147.03125Q300.89307 148.40625 301.2837 149.07812Q301.68994 149.73438 302.50244 149.73438Q303.29932 149.73438 303.68994 149.10938Q304.08057 148.48438 304.0962 147.15625L304.0962 145.375ZM306.73682 143.60938Q306.73682 142.84375 307.2212 142.34375Q307.7212 141.84375 308.48682 141.84375Q309.26807 141.84375 309.75244 142.34375Q310.23682 142.84375 310.23682 143.64062L310.23682 144.0625Q310.23682 144.82812 309.73682 145.32812Q309.25244 145.8125 308.50244 145.8125Q307.73682 145.8125 307.23682 145.32812Q306.73682 144.82812 306.73682 144.01562L306.73682 143.60938ZM307.54932 144.0625Q307.54932 144.51562 307.79932 144.8125Q308.06494 145.10938 308.50244 145.10938Q308.92432 145.10938 309.17432 144.82812Q309.42432 144.53125 309.42432 144.03125L309.42432 143.60938Q309.42432 143.15625 309.17432 142.85938Q308.92432 142.54688 308.48682 142.54688Q308.04932 142.54688 307.79932 142.85938Q307.54932 143.15625 307.54932 143.625L307.54932 144.0625ZM310.89307 148.40625Q310.89307 147.64062 311.37744 147.15625Q311.87744 146.65625 312.64307 146.65625Q313.4087 146.65625 313.89307 147.15625Q314.39307 147.64062 314.39307 148.45312L314.39307 148.85938Q314.39307 149.625 313.9087 150.125Q313.42432 150.625 312.6587 150.625Q311.89307 150.625 311.39307 150.14062Q310.89307 149.64062 310.89307 148.82812L310.89307 148.40625ZM311.70557 148.85938Q311.70557 149.32812 311.95557 149.625Q312.2212 149.92188 312.6587 149.92188Q313.08057 149.92188 313.33057 149.64062Q313.58057 149.34375 313.58057 148.84375L313.58057 148.40625Q313.58057 147.9375 313.31494 147.65625Q313.06494 147.35938 312.64307 147.35938Q312.2212 147.35938 311.95557 147.65625Q311.70557 147.9375 311.70557 148.4375L311.70557 148.85938ZM308.75244 149.85938L308.12744 149.46875L312.29932 142.79688L312.9087 143.1875L308.75244 149.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M296.39307 150.5L295.31494 150.5L295.31494 143.28125L293.12744 144.07812L293.12744 143.09375L296.23682 141.92188L296.39307 141.92188L296.39307 150.5ZM305.18994 146.85938Q305.18994 148.76562 304.5337 149.70312Q303.89307 150.625 302.50244 150.625Q301.14307 150.625 300.48682 149.71875Q299.83057 148.8125 299.79932 147.0L299.79932 145.5625Q299.79932 143.67188 300.43994 142.76562Q301.0962 141.84375 302.48682 141.84375Q303.86182 141.84375 304.51807 142.73438Q305.17432 143.60938 305.18994 145.45312L305.18994 146.85938ZM304.0962 145.375Q304.0962 144.0 303.70557 143.375Q303.33057 142.73438 302.48682 142.73438Q301.6587 142.73438 301.26807 143.375Q300.89307 144.0 300.89307 145.29688L300.89307 147.03125Q300.89307 148.40625 301.2837 149.07812Q301.68994 149.73438 302.50244 149.73438Q303.29932 149.73438 303.68994 149.10938Q304.08057 148.48438 304.0962 147.15625L304.0962 145.375ZM306.73682 143.60938Q306.73682 142.84375 307.2212 142.34375Q307.7212 141.84375 308.48682 141.84375Q309.26807 141.84375 309.75244 142.34375Q310.23682 142.84375 310.23682 143.64062L310.23682 144.0625Q310.23682 144.82812 309.73682 145.32812Q309.25244 145.8125 308.50244 145.8125Q307.73682 145.8125 307.23682 145.32812Q306.73682 144.82812 306.73682 144.01562L306.73682 143.60938ZM307.54932 144.0625Q307.54932 144.51562 307.79932 144.8125Q308.06494 145.10938 308.50244 145.10938Q308.92432 145.10938 309.17432 144.82812Q309.42432 144.53125 309.42432 144.03125L309.42432 143.60938Q309.42432 143.15625 309.17432 142.85938Q308.92432 142.54688 308.48682 142.54688Q308.04932 142.54688 307.79932 142.85938Q307.54932 143.15625 307.54932 143.625L307.54932 144.0625ZM310.89307 148.40625Q310.89307 147.64062 311.37744 147.15625Q311.87744 146.65625 312.64307 146.65625Q313.4087 146.65625 313.89307 147.15625Q314.39307 147.64062 314.39307 148.45312L314.39307 148.85938Q314.39307 149.625 313.9087 150.125Q313.42432 150.625 312.6587 150.625Q311.89307 150.625 311.39307 150.14062Q310.89307 149.64062 310.89307 148.82812L310.89307 148.40625ZM311.70557 148.85938Q311.70557 149.32812 311.95557 149.625Q312.2212 149.92188 312.6587 149.92188Q313.08057 149.92188 313.33057 149.64062Q313.58057 149.34375 313.58057 148.84375L313.58057 148.40625Q313.58057 147.9375 313.31494 147.65625Q313.06494 147.35938 312.64307 147.35938Q312.2212 147.35938 311.95557 147.65625Q311.70557 147.9375 311.70557 148.4375L311.70557 148.85938ZM308.75244 149.85938L308.12744 149.46875L312.29932 142.79688L312.9087 143.1875L308.75244 149.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.39307 183.5L295.31494 183.5L295.31494 176.28125L293.12744 177.07812L293.12744 176.09375L296.23682 174.92188L296.39307 174.92188L296.39307 183.5ZM305.18994 179.85938Q305.18994 181.76562 304.5337 182.70312Q303.89307 183.625 302.50244 183.625Q301.14307 183.625 300.48682 182.71875Q299.83057 181.8125 299.79932 180.0L299.79932 178.5625Q299.79932 176.67188 300.43994 175.76562Q301.0962 174.84375 302.48682 174.84375Q303.86182 174.84375 304.51807 175.73438Q305.17432 176.60938 305.18994 178.45312L305.18994 179.85938ZM304.0962 178.375Q304.0962 177.0 303.70557 176.375Q303.33057 175.73438 302.48682 175.73438Q301.6587 175.73438 301.26807 176.375Q300.89307 177.0 300.89307 178.29688L300.89307 180.03125Q300.89307 181.40625 301.2837 182.07812Q301.68994 182.73438 302.50244 182.73438Q303.29932 182.73438 303.68994 182.10938Q304.08057 181.48438 304.0962 180.15625L304.0962 178.375ZM306.73682 176.60938Q306.73682 175.84375 307.2212 175.34375Q307.7212 174.84375 308.48682 174.84375Q309.26807 174.84375 309.75244 175.34375Q310.23682 175.84375 310.23682 176.64062L310.23682 177.0625Q310.23682 177.82812 309.73682 178.32812Q309.25244 178.8125 308.50244 178.8125Q307.73682 178.8125 307.23682 178.32812Q306.73682 177.82812 306.73682 177.01562L306.73682 176.60938ZM307.54932 177.0625Q307.54932 177.51562 307.79932 177.8125Q308.06494 178.10938 308.50244 178.10938Q308.92432 178.10938 309.17432 177.82812Q309.42432 177.53125 309.42432 177.03125L309.42432 176.60938Q309.42432 176.15625 309.17432 175.85938Q308.92432 175.54688 308.48682 175.54688Q308.04932 175.54688 307.79932 175.85938Q307.54932 176.15625 307.54932 176.625L307.54932 177.0625ZM310.89307 181.40625Q310.89307 180.64062 311.37744 180.15625Q311.87744 179.65625 312.64307 179.65625Q313.4087 179.65625 313.89307 180.15625Q314.39307 180.64062 314.39307 181.45312L314.39307 181.85938Q314.39307 182.625 313.9087 183.125Q313.42432 183.625 312.6587 183.625Q311.89307 183.625 311.39307 183.14062Q310.89307 182.64062 310.89307 181.82812L310.89307 181.40625ZM311.70557 181.85938Q311.70557 182.32812 311.95557 182.625Q312.2212 182.92188 312.6587 182.92188Q313.08057 182.92188 313.33057 182.64062Q313.58057 182.34375 313.58057 181.84375L313.58057 181.40625Q313.58057 180.9375 313.31494 180.65625Q313.06494 180.35938 312.64307 180.35938Q312.2212 180.35938 311.95557 180.65625Q311.70557 180.9375 311.70557 181.4375L311.70557 181.85938ZM308.75244 182.85938L308.12744 182.46875L312.29932 175.79688L312.9087 176.1875L308.75244 182.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M296.39307 183.5L295.31494 183.5L295.31494 176.28125L293.12744 177.07812L293.12744 176.09375L296.23682 174.92188L296.39307 174.92188L296.39307 183.5ZM305.18994 179.85938Q305.18994 181.76562 304.5337 182.70312Q303.89307 183.625 302.50244 183.625Q301.14307 183.625 300.48682 182.71875Q299.83057 181.8125 299.79932 180.0L299.79932 178.5625Q299.79932 176.67188 300.43994 175.76562Q301.0962 174.84375 302.48682 174.84375Q303.86182 174.84375 304.51807 175.73438Q305.17432 176.60938 305.18994 178.45312L305.18994 179.85938ZM304.0962 178.375Q304.0962 177.0 303.70557 176.375Q303.33057 175.73438 302.48682 175.73438Q301.6587 175.73438 301.26807 176.375Q300.89307 177.0 300.89307 178.29688L300.89307 180.03125Q300.89307 181.40625 301.2837 182.07812Q301.68994 182.73438 302.50244 182.73438Q303.29932 182.73438 303.68994 182.10938Q304.08057 181.48438 304.0962 180.15625L304.0962 178.375ZM306.73682 176.60938Q306.73682 175.84375 307.2212 175.34375Q307.7212 174.84375 308.48682 174.84375Q309.26807 174.84375 309.75244 175.34375Q310.23682 175.84375 310.23682 176.64062L310.23682 177.0625Q310.23682 177.82812 309.73682 178.32812Q309.25244 178.8125 308.50244 178.8125Q307.73682 178.8125 307.23682 178.32812Q306.73682 177.82812 306.73682 177.01562L306.73682 176.60938ZM307.54932 177.0625Q307.54932 177.51562 307.79932 177.8125Q308.06494 178.10938 308.50244 178.10938Q308.92432 178.10938 309.17432 177.82812Q309.42432 177.53125 309.42432 177.03125L309.42432 176.60938Q309.42432 176.15625 309.17432 175.85938Q308.92432 175.54688 308.48682 175.54688Q308.04932 175.54688 307.79932 175.85938Q307.54932 176.15625 307.54932 176.625L307.54932 177.0625ZM310.89307 181.40625Q310.89307 180.64062 311.37744 180.15625Q311.87744 179.65625 312.64307 179.65625Q313.4087 179.65625 313.89307 180.15625Q314.39307 180.64062 314.39307 181.45312L314.39307 181.85938Q314.39307 182.625 313.9087 183.125Q313.42432 183.625 312.6587 183.625Q311.89307 183.625 311.39307 183.14062Q310.89307 182.64062 310.89307 181.82812L310.89307 181.40625ZM311.70557 181.85938Q311.70557 182.32812 311.95557 182.625Q312.2212 182.92188 312.6587 182.92188Q313.08057 182.92188 313.33057 182.64062Q313.58057 182.34375 313.58057 181.84375L313.58057 181.40625Q313.58057 180.9375 313.31494 180.65625Q313.06494 180.35938 312.64307 180.35938Q312.2212 180.35938 311.95557 180.65625Q311.70557 180.9375 311.70557 181.4375L311.70557 181.85938ZM308.75244 182.85938L308.12744 182.46875L312.29932 175.79688L312.9087 176.1875L308.75244 182.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.39307 216.5L295.31494 216.5L295.31494 209.28125L293.12744 210.07812L293.12744 209.09375L296.23682 207.92188L296.39307 207.92188L296.39307 216.5ZM305.18994 212.85938Q305.18994 214.76562 304.5337 215.70312Q303.89307 216.625 302.50244 216.625Q301.14307 216.625 300.48682 215.71875Q299.83057 214.8125 299.79932 213.0L299.79932 211.5625Q299.79932 209.67188 300.43994 208.76562Q301.0962 207.84375 302.48682 207.84375Q303.86182 207.84375 304.51807 208.73438Q305.17432 209.60938 305.18994 211.45312L305.18994 212.85938ZM304.0962 211.375Q304.0962 210.0 303.70557 209.375Q303.33057 208.73438 302.48682 208.73438Q301.6587 208.73438 301.26807 209.375Q300.89307 210.0 300.89307 211.29688L300.89307 213.03125Q300.89307 214.40625 301.2837 215.07812Q301.68994 215.73438 302.50244 215.73438Q303.29932 215.73438 303.68994 215.10938Q304.08057 214.48438 304.0962 213.15625L304.0962 211.375ZM306.73682 209.60938Q306.73682 208.84375 307.2212 208.34375Q307.7212 207.84375 308.48682 207.84375Q309.26807 207.84375 309.75244 208.34375Q310.23682 208.84375 310.23682 209.64062L310.23682 210.0625Q310.23682 210.82812 309.73682 211.32812Q309.25244 211.8125 308.50244 211.8125Q307.73682 211.8125 307.23682 211.32812Q306.73682 210.82812 306.73682 210.01562L306.73682 209.60938ZM307.54932 210.0625Q307.54932 210.51562 307.79932 210.8125Q308.06494 211.10938 308.50244 211.10938Q308.92432 211.10938 309.17432 210.82812Q309.42432 210.53125 309.42432 210.03125L309.42432 209.60938Q309.42432 209.15625 309.17432 208.85938Q308.92432 208.54688 308.48682 208.54688Q308.04932 208.54688 307.79932 208.85938Q307.54932 209.15625 307.54932 209.625L307.54932 210.0625ZM310.89307 214.40625Q310.89307 213.64062 311.37744 213.15625Q311.87744 212.65625 312.64307 212.65625Q313.4087 212.65625 313.89307 213.15625Q314.39307 213.64062 314.39307 214.45312L314.39307 214.85938Q314.39307 215.625 313.9087 216.125Q313.42432 216.625 312.6587 216.625Q311.89307 216.625 311.39307 216.14062Q310.89307 215.64062 310.89307 214.82812L310.89307 214.40625ZM311.70557 214.85938Q311.70557 215.32812 311.95557 215.625Q312.2212 215.92188 312.6587 215.92188Q313.08057 215.92188 313.33057 215.64062Q313.58057 215.34375 313.58057 214.84375L313.58057 214.40625Q313.58057 213.9375 313.31494 213.65625Q313.06494 213.35938 312.64307 213.35938Q312.2212 213.35938 311.95557 213.65625Q311.70557 213.9375 311.70557 214.4375L311.70557 214.85938ZM308.75244 215.85938L308.12744 215.46875L312.29932 208.79688L312.9087 209.1875L308.75244 215.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M296.39307 216.5L295.31494 216.5L295.31494 209.28125L293.12744 210.07812L293.12744 209.09375L296.23682 207.92188L296.39307 207.92188L296.39307 216.5ZM305.18994 212.85938Q305.18994 214.76562 304.5337 215.70312Q303.89307 216.625 302.50244 216.625Q301.14307 216.625 300.48682 215.71875Q299.83057 214.8125 299.79932 213.0L299.79932 211.5625Q299.79932 209.67188 300.43994 208.76562Q301.0962 207.84375 302.48682 207.84375Q303.86182 207.84375 304.51807 208.73438Q305.17432 209.60938 305.18994 211.45312L305.18994 212.85938ZM304.0962 211.375Q304.0962 210.0 303.70557 209.375Q303.33057 208.73438 302.48682 208.73438Q301.6587 208.73438 301.26807 209.375Q300.89307 210.0 300.89307 211.29688L300.89307 213.03125Q300.89307 214.40625 301.2837 215.07812Q301.68994 215.73438 302.50244 215.73438Q303.29932 215.73438 303.68994 215.10938Q304.08057 214.48438 304.0962 213.15625L304.0962 211.375ZM306.73682 209.60938Q306.73682 208.84375 307.2212 208.34375Q307.7212 207.84375 308.48682 207.84375Q309.26807 207.84375 309.75244 208.34375Q310.23682 208.84375 310.23682 209.64062L310.23682 210.0625Q310.23682 210.82812 309.73682 211.32812Q309.25244 211.8125 308.50244 211.8125Q307.73682 211.8125 307.23682 211.32812Q306.73682 210.82812 306.73682 210.01562L306.73682 209.60938ZM307.54932 210.0625Q307.54932 210.51562 307.79932 210.8125Q308.06494 211.10938 308.50244 211.10938Q308.92432 211.10938 309.17432 210.82812Q309.42432 210.53125 309.42432 210.03125L309.42432 209.60938Q309.42432 209.15625 309.17432 208.85938Q308.92432 208.54688 308.48682 208.54688Q308.04932 208.54688 307.79932 208.85938Q307.54932 209.15625 307.54932 209.625L307.54932 210.0625ZM310.89307 214.40625Q310.89307 213.64062 311.37744 213.15625Q311.87744 212.65625 312.64307 212.65625Q313.4087 212.65625 313.89307 213.15625Q314.39307 213.64062 314.39307 214.45312L314.39307 214.85938Q314.39307 215.625 313.9087 216.125Q313.42432 216.625 312.6587 216.625Q311.89307 216.625 311.39307 216.14062Q310.89307 215.64062 310.89307 214.82812L310.89307 214.40625ZM311.70557 214.85938Q311.70557 215.32812 311.95557 215.625Q312.2212 215.92188 312.6587 215.92188Q313.08057 215.92188 313.33057 215.64062Q313.58057 215.34375 313.58057 214.84375L313.58057 214.40625Q313.58057 213.9375 313.31494 213.65625Q313.06494 213.35938 312.64307 213.35938Q312.2212 213.35938 311.95557 213.65625Q311.70557 213.9375 311.70557 214.4375L311.70557 214.85938ZM308.75244 215.85938L308.12744 215.46875L312.29932 208.79688L312.9087 209.1875L308.75244 215.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.12405 245.75Q291.79593 246.15625 291.31155 246.40625Q290.8428 246.64062 290.2803 246.64062Q289.54593 246.64062 288.99905 246.28125Q288.45218 245.92188 288.1553 245.26562Q287.85843 244.59375 287.85843 243.79688Q287.85843 242.95312 288.17093 242.26562Q288.49905 241.57812 289.0928 241.21875Q289.70218 240.84375 290.49905 240.84375Q291.76468 240.84375 292.48343 241.79688Q293.2178 242.75 293.2178 244.375L293.2178 244.6875Q293.2178 247.1875 292.23343 248.32812Q291.24905 249.46875 289.26468 249.5L289.04593 249.5L289.04593 248.59375L289.2803 248.59375Q290.62405 248.5625 291.3428 247.89062Q292.06155 247.21875 292.12405 245.75ZM290.45218 245.75Q290.99905 245.75 291.45218 245.42188Q291.92093 245.07812 292.13968 244.59375L292.13968 244.15625Q292.13968 243.09375 291.67093 242.42188Q291.20218 241.75 290.49905 241.75Q289.7803 241.75 289.3428 242.29688Q288.92093 242.84375 288.92093 243.75Q288.92093 244.625 289.32718 245.1875Q289.74905 245.75 290.45218 245.75ZM294.87405 242.60938Q294.87405 241.84375 295.35843 241.34375Q295.85843 240.84375 296.62405 240.84375Q297.4053 240.84375 297.88968 241.34375Q298.37405 241.84375 298.37405 242.64062L298.37405 243.0625Q298.37405 243.82812 297.87405 244.32812Q297.38968 244.8125 296.63968 244.8125Q295.87405 244.8125 295.37405 244.32812Q294.87405 243.82812 294.87405 243.01562L294.87405 242.60938ZM295.68655 243.0625Q295.68655 243.51562 295.93655 243.8125Q296.20218 244.10938 296.63968 244.10938Q297.06155 244.10938 297.31155 243.82812Q297.56155 243.53125 297.56155 243.03125L297.56155 242.60938Q297.56155 242.15625 297.31155 241.85938Q297.06155 241.54688 296.62405 241.54688Q296.18655 241.54688 295.93655 241.85938Q295.68655 242.15625 295.68655 242.625L295.68655 243.0625ZM299.0303 247.40625Q299.0303 246.64062 299.51468 246.15625Q300.01468 245.65625 300.7803 245.65625Q301.54593 245.65625 302.0303 246.15625Q302.5303 246.64062 302.5303 247.45312L302.5303 247.85938Q302.5303 248.625 302.04593 249.125Q301.56155 249.625 300.79593 249.625Q300.0303 249.625 299.5303 249.14062Q299.0303 248.64062 299.0303 247.82812L299.0303 247.40625ZM299.8428 247.85938Q299.8428 248.32812 300.0928 248.625Q300.35843 248.92188 300.79593 248.92188Q301.2178 248.92188 301.4678 248.64062Q301.7178 248.34375 301.7178 247.84375L301.7178 247.40625Q301.7178 246.9375 301.45218 246.65625Q301.20218 246.35938 300.7803 246.35938Q300.35843 246.35938 300.0928 246.65625Q299.8428 246.9375 299.8428 247.4375L299.8428 247.85938ZM296.88968 248.85938L296.26468 248.46875L300.43655 241.79688L301.04593 242.1875L296.88968 248.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M292.12405 245.75Q291.79593 246.15625 291.31155 246.40625Q290.8428 246.64062 290.2803 246.64062Q289.54593 246.64062 288.99905 246.28125Q288.45218 245.92188 288.1553 245.26562Q287.85843 244.59375 287.85843 243.79688Q287.85843 242.95312 288.17093 242.26562Q288.49905 241.57812 289.0928 241.21875Q289.70218 240.84375 290.49905 240.84375Q291.76468 240.84375 292.48343 241.79688Q293.2178 242.75 293.2178 244.375L293.2178 244.6875Q293.2178 247.1875 292.23343 248.32812Q291.24905 249.46875 289.26468 249.5L289.04593 249.5L289.04593 248.59375L289.2803 248.59375Q290.62405 248.5625 291.3428 247.89062Q292.06155 247.21875 292.12405 245.75ZM290.45218 245.75Q290.99905 245.75 291.45218 245.42188Q291.92093 245.07812 292.13968 244.59375L292.13968 244.15625Q292.13968 243.09375 291.67093 242.42188Q291.20218 241.75 290.49905 241.75Q289.7803 241.75 289.3428 242.29688Q288.92093 242.84375 288.92093 243.75Q288.92093 244.625 289.32718 245.1875Q289.74905 245.75 290.45218 245.75ZM294.87405 242.60938Q294.87405 241.84375 295.35843 241.34375Q295.85843 240.84375 296.62405 240.84375Q297.4053 240.84375 297.88968 241.34375Q298.37405 241.84375 298.37405 242.64062L298.37405 243.0625Q298.37405 243.82812 297.87405 244.32812Q297.38968 244.8125 296.63968 244.8125Q295.87405 244.8125 295.37405 244.32812Q294.87405 243.82812 294.87405 243.01562L294.87405 242.60938ZM295.68655 243.0625Q295.68655 243.51562 295.93655 243.8125Q296.20218 244.10938 296.63968 244.10938Q297.06155 244.10938 297.31155 243.82812Q297.56155 243.53125 297.56155 243.03125L297.56155 242.60938Q297.56155 242.15625 297.31155 241.85938Q297.06155 241.54688 296.62405 241.54688Q296.18655 241.54688 295.93655 241.85938Q295.68655 242.15625 295.68655 242.625L295.68655 243.0625ZM299.0303 247.40625Q299.0303 246.64062 299.51468 246.15625Q300.01468 245.65625 300.7803 245.65625Q301.54593 245.65625 302.0303 246.15625Q302.5303 246.64062 302.5303 247.45312L302.5303 247.85938Q302.5303 248.625 302.04593 249.125Q301.56155 249.625 300.79593 249.625Q300.0303 249.625 299.5303 249.14062Q299.0303 248.64062 299.0303 247.82812L299.0303 247.40625ZM299.8428 247.85938Q299.8428 248.32812 300.0928 248.625Q300.35843 248.92188 300.79593 248.92188Q301.2178 248.92188 301.4678 248.64062Q301.7178 248.34375 301.7178 247.84375L301.7178 247.40625Q301.7178 246.9375 301.45218 246.65625Q301.20218 246.35938 300.7803 246.35938Q300.35843 246.35938 300.0928 246.65625Q299.8428 246.9375 299.8428 247.4375L299.8428 247.85938ZM296.88968 248.85938L296.26468 248.46875L300.43655 241.79688L301.04593 242.1875L296.88968 248.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.29257 275.1875Q288.29257 275.82812 287.94882 276.32812Q287.60507 276.82812 287.04257 277.10938Q287.69882 277.39062 288.08945 277.95312Q288.48007 278.5 288.48007 279.20312Q288.48007 280.29688 287.73007 280.96875Q286.9957 281.625 285.77695 281.625Q284.54257 281.625 283.79257 280.96875Q283.0582 280.29688 283.0582 279.20312Q283.0582 278.5 283.4332 277.95312Q283.8082 277.39062 284.48007 277.10938Q283.91757 276.82812 283.58945 276.32812Q283.26132 275.82812 283.26132 275.1875Q283.26132 274.10938 283.94882 273.48438Q284.63632 272.84375 285.77695 272.84375Q286.90195 272.84375 287.58945 273.48438Q288.29257 274.10938 288.29257 275.1875ZM287.40195 279.17188Q287.40195 278.45312 286.94882 278.01562Q286.4957 277.5625 285.76132 277.5625Q285.02695 277.5625 284.57382 278.01562Q284.13632 278.45312 284.13632 279.1875Q284.13632 279.90625 284.57382 280.32812Q285.01132 280.73438 285.77695 280.73438Q286.52695 280.73438 286.96445 280.3125Q287.40195 279.89062 287.40195 279.17188ZM285.77695 273.73438Q285.13632 273.73438 284.73007 274.14062Q284.33945 274.53125 284.33945 275.21875Q284.33945 275.85938 284.73007 276.26562Q285.1207 276.67188 285.76132 276.67188Q286.41757 276.67188 286.8082 276.26562Q287.19882 275.85938 287.19882 275.21875Q287.19882 274.5625 286.79257 274.15625Q286.38632 273.73438 285.77695 273.73438ZM290.01132 274.60938Q290.01132 273.84375 290.4957 273.34375Q290.9957 272.84375 291.76132 272.84375Q292.54257 272.84375 293.02695 273.34375Q293.51132 273.84375 293.51132 274.64062L293.51132 275.0625Q293.51132 275.82812 293.01132 276.32812Q292.52695 276.8125 291.77695 276.8125Q291.01132 276.8125 290.51132 276.32812Q290.01132 275.82812 290.01132 275.01562L290.01132 274.60938ZM290.82382 275.0625Q290.82382 275.51562 291.07382 275.8125Q291.33945 276.10938 291.77695 276.10938Q292.19882 276.10938 292.44882 275.82812Q292.69882 275.53125 292.69882 275.03125L292.69882 274.60938Q292.69882 274.15625 292.44882 273.85938Q292.19882 273.54688 291.76132 273.54688Q291.32382 273.54688 291.07382 273.85938Q290.82382 274.15625 290.82382 274.625L290.82382 275.0625ZM294.16757 279.40625Q294.16757 278.64062 294.65195 278.15625Q295.15195 277.65625 295.91757 277.65625Q296.6832 277.65625 297.16757 278.15625Q297.66757 278.64062 297.66757 279.45312L297.66757 279.85938Q297.66757 280.625 297.1832 281.125Q296.69882 281.625 295.9332 281.625Q295.16757 281.625 294.66757 281.14062Q294.16757 280.64062 294.16757 279.82812L294.16757 279.40625ZM294.98007 279.85938Q294.98007 280.32812 295.23007 280.625Q295.4957 280.92188 295.9332 280.92188Q296.35507 280.92188 296.60507 280.64062Q296.85507 280.34375 296.85507 279.84375L296.85507 279.40625Q296.85507 278.9375 296.58945 278.65625Q296.33945 278.35938 295.91757 278.35938Q295.4957 278.35938 295.23007 278.65625Q294.98007 278.9375 294.98007 279.4375L294.98007 279.85938ZM292.02695 280.85938L291.40195 280.46875L295.57382 273.79688L296.1832 274.1875L292.02695 280.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M288.29257 275.1875Q288.29257 275.82812 287.94882 276.32812Q287.60507 276.82812 287.04257 277.10938Q287.69882 277.39062 288.08945 277.95312Q288.48007 278.5 288.48007 279.20312Q288.48007 280.29688 287.73007 280.96875Q286.9957 281.625 285.77695 281.625Q284.54257 281.625 283.79257 280.96875Q283.0582 280.29688 283.0582 279.20312Q283.0582 278.5 283.4332 277.95312Q283.8082 277.39062 284.48007 277.10938Q283.91757 276.82812 283.58945 276.32812Q283.26132 275.82812 283.26132 275.1875Q283.26132 274.10938 283.94882 273.48438Q284.63632 272.84375 285.77695 272.84375Q286.90195 272.84375 287.58945 273.48438Q288.29257 274.10938 288.29257 275.1875ZM287.40195 279.17188Q287.40195 278.45312 286.94882 278.01562Q286.4957 277.5625 285.76132 277.5625Q285.02695 277.5625 284.57382 278.01562Q284.13632 278.45312 284.13632 279.1875Q284.13632 279.90625 284.57382 280.32812Q285.01132 280.73438 285.77695 280.73438Q286.52695 280.73438 286.96445 280.3125Q287.40195 279.89062 287.40195 279.17188ZM285.77695 273.73438Q285.13632 273.73438 284.73007 274.14062Q284.33945 274.53125 284.33945 275.21875Q284.33945 275.85938 284.73007 276.26562Q285.1207 276.67188 285.76132 276.67188Q286.41757 276.67188 286.8082 276.26562Q287.19882 275.85938 287.19882 275.21875Q287.19882 274.5625 286.79257 274.15625Q286.38632 273.73438 285.77695 273.73438ZM290.01132 274.60938Q290.01132 273.84375 290.4957 273.34375Q290.9957 272.84375 291.76132 272.84375Q292.54257 272.84375 293.02695 273.34375Q293.51132 273.84375 293.51132 274.64062L293.51132 275.0625Q293.51132 275.82812 293.01132 276.32812Q292.52695 276.8125 291.77695 276.8125Q291.01132 276.8125 290.51132 276.32812Q290.01132 275.82812 290.01132 275.01562L290.01132 274.60938ZM290.82382 275.0625Q290.82382 275.51562 291.07382 275.8125Q291.33945 276.10938 291.77695 276.10938Q292.19882 276.10938 292.44882 275.82812Q292.69882 275.53125 292.69882 275.03125L292.69882 274.60938Q292.69882 274.15625 292.44882 273.85938Q292.19882 273.54688 291.76132 273.54688Q291.32382 273.54688 291.07382 273.85938Q290.82382 274.15625 290.82382 274.625L290.82382 275.0625ZM294.16757 279.40625Q294.16757 278.64062 294.65195 278.15625Q295.15195 277.65625 295.91757 277.65625Q296.6832 277.65625 297.16757 278.15625Q297.66757 278.64062 297.66757 279.45312L297.66757 279.85938Q297.66757 280.625 297.1832 281.125Q296.69882 281.625 295.9332 281.625Q295.16757 281.625 294.66757 281.14062Q294.16757 280.64062 294.16757 279.82812L294.16757 279.40625ZM294.98007 279.85938Q294.98007 280.32812 295.23007 280.625Q295.4957 280.92188 295.9332 280.92188Q296.35507 280.92188 296.60507 280.64062Q296.85507 280.34375 296.85507 279.84375L296.85507 279.40625Q296.85507 278.9375 296.58945 278.65625Q296.33945 278.35938 295.91757 278.35938Q295.4957 278.35938 295.23007 278.65625Q294.98007 278.9375 294.98007 279.4375L294.98007 279.85938ZM292.02695 280.85938L291.40195 280.46875L295.57382 273.79688L296.1832 274.1875L292.02695 280.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M283.75797 306.57812L280.2267 314.5L279.0861 314.5L282.6017 306.85938L277.99234 306.85938L277.99234 305.96875L283.75797 305.96875L283.75797 306.57812ZM285.1486 307.60938Q285.1486 306.84375 285.63297 306.34375Q286.13297 305.84375 286.8986 305.84375Q287.67984 305.84375 288.1642 306.34375Q288.6486 306.84375 288.6486 307.64062L288.6486 308.0625Q288.6486 308.82812 288.1486 309.32812Q287.6642 309.8125 286.9142 309.8125Q286.1486 309.8125 285.6486 309.32812Q285.1486 308.82812 285.1486 308.01562L285.1486 307.60938ZM285.9611 308.0625Q285.9611 308.51562 286.2111 308.8125Q286.4767 309.10938 286.9142 309.10938Q287.3361 309.10938 287.5861 308.82812Q287.8361 308.53125 287.8361 308.03125L287.8361 307.60938Q287.8361 307.15625 287.5861 306.85938Q287.3361 306.54688 286.8986 306.54688Q286.4611 306.54688 286.2111 306.85938Q285.9611 307.15625 285.9611 307.625L285.9611 308.0625ZM289.30484 312.40625Q289.30484 311.64062 289.7892 311.15625Q290.2892 310.65625 291.05484 310.65625Q291.82047 310.65625 292.30484 311.15625Q292.80484 311.64062 292.80484 312.45312L292.80484 312.85938Q292.80484 313.625 292.32047 314.125Q291.8361 314.625 291.07047 314.625Q290.30484 314.625 289.80484 314.14062Q289.30484 313.64062 289.30484 312.82812L289.30484 312.40625ZM290.11734 312.85938Q290.11734 313.32812 290.36734 313.625Q290.63297 313.92188 291.07047 313.92188Q291.49234 313.92188 291.74234 313.64062Q291.99234 313.34375 291.99234 312.84375L291.99234 312.40625Q291.99234 311.9375 291.7267 311.65625Q291.4767 311.35938 291.05484 311.35938Q290.63297 311.35938 290.36734 311.65625Q290.11734 311.9375 290.11734 312.4375L290.11734 312.85938ZM287.1642 313.85938L286.5392 313.46875L290.7111 306.79688L291.32047 307.1875L287.1642 313.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M283.75797 306.57812L280.2267 314.5L279.0861 314.5L282.6017 306.85938L277.99234 306.85938L277.99234 305.96875L283.75797 305.96875L283.75797 306.57812ZM285.1486 307.60938Q285.1486 306.84375 285.63297 306.34375Q286.13297 305.84375 286.8986 305.84375Q287.67984 305.84375 288.1642 306.34375Q288.6486 306.84375 288.6486 307.64062L288.6486 308.0625Q288.6486 308.82812 288.1486 309.32812Q287.6642 309.8125 286.9142 309.8125Q286.1486 309.8125 285.6486 309.32812Q285.1486 308.82812 285.1486 308.01562L285.1486 307.60938ZM285.9611 308.0625Q285.9611 308.51562 286.2111 308.8125Q286.4767 309.10938 286.9142 309.10938Q287.3361 309.10938 287.5861 308.82812Q287.8361 308.53125 287.8361 308.03125L287.8361 307.60938Q287.8361 307.15625 287.5861 306.85938Q287.3361 306.54688 286.8986 306.54688Q286.4611 306.54688 286.2111 306.85938Q285.9611 307.15625 285.9611 307.625L285.9611 308.0625ZM289.30484 312.40625Q289.30484 311.64062 289.7892 311.15625Q290.2892 310.65625 291.05484 310.65625Q291.82047 310.65625 292.30484 311.15625Q292.80484 311.64062 292.80484 312.45312L292.80484 312.85938Q292.80484 313.625 292.32047 314.125Q291.8361 314.625 291.07047 314.625Q290.30484 314.625 289.80484 314.14062Q289.30484 313.64062 289.30484 312.82812L289.30484 312.40625ZM290.11734 312.85938Q290.11734 313.32812 290.36734 313.625Q290.63297 313.92188 291.07047 313.92188Q291.49234 313.92188 291.74234 313.64062Q291.99234 313.34375 291.99234 312.84375L291.99234 312.40625Q291.99234 311.9375 291.7267 311.65625Q291.4767 311.35938 291.05484 311.35938Q290.63297 311.35938 290.36734 311.65625Q290.11734 311.9375 290.11734 312.4375L290.11734 312.85938ZM287.1642 313.85938L286.5392 313.46875L290.7111 306.79688L291.32047 307.1875L287.1642 313.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M283.75797 339.57812L280.2267 347.5L279.0861 347.5L282.6017 339.85938L277.99234 339.85938L277.99234 338.96875L283.75797 338.96875L283.75797 339.57812ZM285.1486 340.60938Q285.1486 339.84375 285.63297 339.34375Q286.13297 338.84375 286.8986 338.84375Q287.67984 338.84375 288.1642 339.34375Q288.6486 339.84375 288.6486 340.64062L288.6486 341.0625Q288.6486 341.82812 288.1486 342.32812Q287.6642 342.8125 286.9142 342.8125Q286.1486 342.8125 285.6486 342.32812Q285.1486 341.82812 285.1486 341.01562L285.1486 340.60938ZM285.9611 341.0625Q285.9611 341.51562 286.2111 341.8125Q286.4767 342.10938 286.9142 342.10938Q287.3361 342.10938 287.5861 341.82812Q287.8361 341.53125 287.8361 341.03125L287.8361 340.60938Q287.8361 340.15625 287.5861 339.85938Q287.3361 339.54688 286.8986 339.54688Q286.4611 339.54688 286.2111 339.85938Q285.9611 340.15625 285.9611 340.625L285.9611 341.0625ZM289.30484 345.40625Q289.30484 344.64062 289.7892 344.15625Q290.2892 343.65625 291.05484 343.65625Q291.82047 343.65625 292.30484 344.15625Q292.80484 344.64062 292.80484 345.45312L292.80484 345.85938Q292.80484 346.625 292.32047 347.125Q291.8361 347.625 291.07047 347.625Q290.30484 347.625 289.80484 347.14062Q289.30484 346.64062 289.30484 345.82812L289.30484 345.40625ZM290.11734 345.85938Q290.11734 346.32812 290.36734 346.625Q290.63297 346.92188 291.07047 346.92188Q291.49234 346.92188 291.74234 346.64062Q291.99234 346.34375 291.99234 345.84375L291.99234 345.40625Q291.99234 344.9375 291.7267 344.65625Q291.4767 344.35938 291.05484 344.35938Q290.63297 344.35938 290.36734 344.65625Q290.11734 344.9375 290.11734 345.4375L290.11734 345.85938ZM287.1642 346.85938L286.5392 346.46875L290.7111 339.79688L291.32047 340.1875L287.1642 346.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M283.75797 339.57812L280.2267 347.5L279.0861 347.5L282.6017 339.85938L277.99234 339.85938L277.99234 338.96875L283.75797 338.96875L283.75797 339.57812ZM285.1486 340.60938Q285.1486 339.84375 285.63297 339.34375Q286.13297 338.84375 286.8986 338.84375Q287.67984 338.84375 288.1642 339.34375Q288.6486 339.84375 288.6486 340.64062L288.6486 341.0625Q288.6486 341.82812 288.1486 342.32812Q287.6642 342.8125 286.9142 342.8125Q286.1486 342.8125 285.6486 342.32812Q285.1486 341.82812 285.1486 341.01562L285.1486 340.60938ZM285.9611 341.0625Q285.9611 341.51562 286.2111 341.8125Q286.4767 342.10938 286.9142 342.10938Q287.3361 342.10938 287.5861 341.82812Q287.8361 341.53125 287.8361 341.03125L287.8361 340.60938Q287.8361 340.15625 287.5861 339.85938Q287.3361 339.54688 286.8986 339.54688Q286.4611 339.54688 286.2111 339.85938Q285.9611 340.15625 285.9611 340.625L285.9611 341.0625ZM289.30484 345.40625Q289.30484 344.64062 289.7892 344.15625Q290.2892 343.65625 291.05484 343.65625Q291.82047 343.65625 292.30484 344.15625Q292.80484 344.64062 292.80484 345.45312L292.80484 345.85938Q292.80484 346.625 292.32047 347.125Q291.8361 347.625 291.07047 347.625Q290.30484 347.625 289.80484 347.14062Q289.30484 346.64062 289.30484 345.82812L289.30484 345.40625ZM290.11734 345.85938Q290.11734 346.32812 290.36734 346.625Q290.63297 346.92188 291.07047 346.92188Q291.49234 346.92188 291.74234 346.64062Q291.99234 346.34375 291.99234 345.84375L291.99234 345.40625Q291.99234 344.9375 291.7267 344.65625Q291.4767 344.35938 291.05484 344.35938Q290.63297 344.35938 290.36734 344.65625Q290.11734 344.9375 290.11734 345.4375L290.11734 345.85938ZM287.1642 346.85938L286.5392 346.46875L290.7111 339.79688L291.32047 340.1875L287.1642 346.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M296.39307 380.5L295.31494 380.5L295.31494 373.28125L293.12744 374.07812L293.12744 373.09375L296.23682 371.92188L296.39307 371.92188L296.39307 380.5ZM305.18994 376.85938Q305.18994 378.76562 304.5337 379.70312Q303.89307 380.625 302.50244 380.625Q301.14307 380.625 300.48682 379.71875Q299.83057 378.8125 299.79932 377.0L299.79932 375.5625Q299.79932 373.67188 300.43994 372.76562Q301.0962 371.84375 302.48682 371.84375Q303.86182 371.84375 304.51807 372.73438Q305.17432 373.60938 305.18994 375.45312L305.18994 376.85938ZM304.0962 375.375Q304.0962 374.0 303.70557 373.375Q303.33057 372.73438 302.48682 372.73438Q301.6587 372.73438 301.26807 373.375Q300.89307 374.0 300.89307 375.29688L300.89307 377.03125Q300.89307 378.40625 301.2837 379.07812Q301.68994 379.73438 302.50244 379.73438Q303.29932 379.73438 303.68994 379.10938Q304.08057 378.48438 304.0962 377.15625L304.0962 375.375ZM306.73682 373.60938Q306.73682 372.84375 307.2212 372.34375Q307.7212 371.84375 308.48682 371.84375Q309.26807 371.84375 309.75244 372.34375Q310.23682 372.84375 310.23682 373.64062L310.23682 374.0625Q310.23682 374.82812 309.73682 375.32812Q309.25244 375.8125 308.50244 375.8125Q307.73682 375.8125 307.23682 375.32812Q306.73682 374.82812 306.73682 374.01562L306.73682 373.60938ZM307.54932 374.0625Q307.54932 374.51562 307.79932 374.8125Q308.06494 375.10938 308.50244 375.10938Q308.92432 375.10938 309.17432 374.82812Q309.42432 374.53125 309.42432 374.03125L309.42432 373.60938Q309.42432 373.15625 309.17432 372.85938Q308.92432 372.54688 308.48682 372.54688Q308.04932 372.54688 307.79932 372.85938Q307.54932 373.15625 307.54932 373.625L307.54932 374.0625ZM310.89307 378.40625Q310.89307 377.64062 311.37744 377.15625Q311.87744 376.65625 312.64307 376.65625Q313.4087 376.65625 313.89307 377.15625Q314.39307 377.64062 314.39307 378.45312L314.39307 378.85938Q314.39307 379.625 313.9087 380.125Q313.42432 380.625 312.6587 380.625Q311.89307 380.625 311.39307 380.14062Q310.89307 379.64062 310.89307 378.82812L310.89307 378.40625ZM311.70557 378.85938Q311.70557 379.32812 311.95557 379.625Q312.2212 379.92188 312.6587 379.92188Q313.08057 379.92188 313.33057 379.64062Q313.58057 379.34375 313.58057 378.84375L313.58057 378.40625Q313.58057 377.9375 313.31494 377.65625Q313.06494 377.35938 312.64307 377.35938Q312.2212 377.35938 311.95557 377.65625Q311.70557 377.9375 311.70557 378.4375L311.70557 378.85938ZM308.75244 379.85938L308.12744 379.46875L312.29932 372.79688L312.9087 373.1875L308.75244 379.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M296.39307 380.5L295.31494 380.5L295.31494 373.28125L293.12744 374.07812L293.12744 373.09375L296.23682 371.92188L296.39307 371.92188L296.39307 380.5ZM305.18994 376.85938Q305.18994 378.76562 304.5337 379.70312Q303.89307 380.625 302.50244 380.625Q301.14307 380.625 300.48682 379.71875Q299.83057 378.8125 299.79932 377.0L299.79932 375.5625Q299.79932 373.67188 300.43994 372.76562Q301.0962 371.84375 302.48682 371.84375Q303.86182 371.84375 304.51807 372.73438Q305.17432 373.60938 305.18994 375.45312L305.18994 376.85938ZM304.0962 375.375Q304.0962 374.0 303.70557 373.375Q303.33057 372.73438 302.48682 372.73438Q301.6587 372.73438 301.26807 373.375Q300.89307 374.0 300.89307 375.29688L300.89307 377.03125Q300.89307 378.40625 301.2837 379.07812Q301.68994 379.73438 302.50244 379.73438Q303.29932 379.73438 303.68994 379.10938Q304.08057 378.48438 304.0962 377.15625L304.0962 375.375ZM306.73682 373.60938Q306.73682 372.84375 307.2212 372.34375Q307.7212 371.84375 308.48682 371.84375Q309.26807 371.84375 309.75244 372.34375Q310.23682 372.84375 310.23682 373.64062L310.23682 374.0625Q310.23682 374.82812 309.73682 375.32812Q309.25244 375.8125 308.50244 375.8125Q307.73682 375.8125 307.23682 375.32812Q306.73682 374.82812 306.73682 374.01562L306.73682 373.60938ZM307.54932 374.0625Q307.54932 374.51562 307.79932 374.8125Q308.06494 375.10938 308.50244 375.10938Q308.92432 375.10938 309.17432 374.82812Q309.42432 374.53125 309.42432 374.03125L309.42432 373.60938Q309.42432 373.15625 309.17432 372.85938Q308.92432 372.54688 308.48682 372.54688Q308.04932 372.54688 307.79932 372.85938Q307.54932 373.15625 307.54932 373.625L307.54932 374.0625ZM310.89307 378.40625Q310.89307 377.64062 311.37744 377.15625Q311.87744 376.65625 312.64307 376.65625Q313.4087 376.65625 313.89307 377.15625Q314.39307 377.64062 314.39307 378.45312L314.39307 378.85938Q314.39307 379.625 313.9087 380.125Q313.42432 380.625 312.6587 380.625Q311.89307 380.625 311.39307 380.14062Q310.89307 379.64062 310.89307 378.82812L310.89307 378.40625ZM311.70557 378.85938Q311.70557 379.32812 311.95557 379.625Q312.2212 379.92188 312.6587 379.92188Q313.08057 379.92188 313.33057 379.64062Q313.58057 379.34375 313.58057 378.84375L313.58057 378.40625Q313.58057 377.9375 313.31494 377.65625Q313.06494 377.35938 312.64307 377.35938Q312.2212 377.35938 311.95557 377.65625Q311.70557 377.9375 311.70557 378.4375L311.70557 378.85938ZM308.75244 379.85938L308.12744 379.46875L312.29932 372.79688L312.9087 373.1875L308.75244 379.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M329.1191 436.66043Q329.1191 435.8948 329.6035 435.3948Q330.1035 434.8948 330.8691 434.8948Q331.65036 434.8948 332.13474 435.3948Q332.6191 435.8948 332.6191 436.69168L332.6191 437.11356Q332.6191 437.87918 332.1191 438.37918Q331.63474 438.86356 330.88474 438.86356Q330.1191 438.86356 329.6191 438.37918Q329.1191 437.87918 329.1191 437.06668L329.1191 436.66043ZM329.9316 437.11356Q329.9316 437.56668 330.1816 437.86356Q330.44724 438.16043 330.88474 438.16043Q331.3066 438.16043 331.5566 437.87918Q331.8066 437.5823 331.8066 437.0823L331.8066 436.66043Q331.8066 436.2073 331.5566 435.91043Q331.3066 435.59793 330.8691 435.59793Q330.4316 435.59793 330.1816 435.91043Q329.9316 436.2073 329.9316 436.67606L329.9316 437.11356ZM333.27536 441.4573Q333.27536 440.69168 333.75974 440.2073Q334.25974 439.7073 335.02536 439.7073Q335.791 439.7073 336.27536 440.2073Q336.77536 440.69168 336.77536 441.50418L336.77536 441.91043Q336.77536 442.67606 336.291 443.17606Q335.8066 443.67606 335.041 443.67606Q334.27536 443.67606 333.77536 443.19168Q333.27536 442.69168 333.27536 441.87918L333.27536 441.4573ZM334.08786 441.91043Q334.08786 442.37918 334.33786 442.67606Q334.6035 442.97293 335.041 442.97293Q335.46286 442.97293 335.71286 442.69168Q335.96286 442.3948 335.96286 441.8948L335.96286 441.4573Q335.96286 440.98856 335.69724 440.7073Q335.44724 440.41043 335.02536 440.41043Q334.6035 440.41043 334.33786 440.7073Q334.08786 440.98856 334.08786 441.48856L334.08786 441.91043ZM331.13474 442.91043L330.50974 442.5198L334.6816 435.84793L335.291 436.23856L331.13474 442.91043ZM341.041 440.31668Q341.041 439.3948 341.40036 438.6448Q341.77536 437.8948 342.4316 437.50418Q343.08786 437.09793 343.916 437.09793Q345.21286 437.09793 346.00974 437.98856Q346.82224 438.87918 346.82224 440.37918L346.82224 440.4573Q346.82224 441.37918 346.46286 442.11356Q346.1035 442.84793 345.44724 443.2698Q344.791 443.67606 343.9316 443.67606Q342.65036 443.67606 341.83786 442.78543Q341.041 441.87918 341.041 440.3948L341.041 440.31668ZM342.13474 440.4573Q342.13474 441.50418 342.6191 442.1448Q343.1191 442.78543 343.9316 442.78543Q344.75974 442.78543 345.2441 442.1448Q345.7285 441.48856 345.7285 440.31668Q345.7285 439.28543 345.2285 438.6448Q344.7441 437.98856 343.916 437.98856Q343.1191 437.98856 342.6191 438.62918Q342.13474 439.25418 342.13474 440.4573ZM348.8691 443.55106L348.8691 438.05106L347.8691 438.05106L347.8691 437.2073L348.8691 437.2073L348.8691 436.56668Q348.8691 435.53543 349.40036 434.98856Q349.94724 434.42606 350.94724 434.42606Q351.32224 434.42606 351.69724 434.5198L351.63474 435.41043Q351.3535 435.34793 351.0566 435.34793Q350.52536 435.34793 350.2285 435.66043Q349.94724 435.97293 349.94724 436.53543L349.94724 437.2073L351.3066 437.2073L351.3066 438.05106L349.94724 438.05106L349.94724 443.55106L348.8691 443.55106ZM358.40036 438.17606Q358.15036 438.1448 357.8691 438.1448Q356.791 438.1448 356.416 439.05106L356.416 443.55106L355.33786 443.55106L355.33786 437.2073L356.38474 437.2073L356.40036 437.94168Q356.9316 437.09793 357.916 437.09793Q358.2285 437.09793 358.40036 437.17606L358.40036 438.17606ZM361.96286 443.67606Q360.666 443.67606 359.8535 442.8323Q359.0566 441.97293 359.0566 440.55106L359.0566 440.36356Q359.0566 439.41043 359.416 438.67606Q359.77536 437.92606 360.416 437.5198Q361.07224 437.09793 361.82224 437.09793Q363.0566 437.09793 363.7441 437.91043Q364.4316 438.72293 364.4316 440.23856L364.4316 440.69168L360.13474 440.69168Q360.166 441.62918 360.6816 442.2073Q361.21286 442.78543 362.02536 442.78543Q362.58786 442.78543 362.9785 442.55106Q363.38474 442.31668 363.69724 441.92606L364.3535 442.44168Q363.5566 443.67606 361.96286 443.67606ZM361.82224 437.98856Q361.166 437.98856 360.71286 438.47293Q360.27536 438.94168 360.1816 439.80106L363.3535 439.80106L363.3535 439.72293Q363.3066 438.8948 362.90036 438.44168Q362.50974 437.98856 361.82224 437.98856ZM369.02536 441.86356Q369.02536 441.42606 368.6816 441.19168Q368.3535 440.94168 367.52536 440.7698Q366.71286 440.59793 366.2285 440.34793Q365.7441 440.09793 365.50974 439.7698Q365.291 439.42606 365.291 438.9573Q365.291 438.17606 365.94724 437.6448Q366.6035 437.09793 367.63474 437.09793Q368.71286 437.09793 369.3691 437.66043Q370.041 438.2073 370.041 439.06668L368.96286 439.06668Q368.96286 438.62918 368.57224 438.31668Q368.19724 437.98856 367.63474 437.98856Q367.041 437.98856 366.69724 438.25418Q366.3691 438.50418 366.3691 438.91043Q366.3691 439.30106 366.6816 439.50418Q366.9941 439.7073 367.8066 439.8948Q368.6191 440.06668 369.1191 440.31668Q369.6191 440.56668 369.8535 440.92606Q370.1035 441.28543 370.1035 441.78543Q370.1035 442.6448 369.416 443.16043Q368.7441 443.67606 367.666 443.67606Q366.90036 443.67606 366.3066 443.41043Q365.7285 443.12918 365.40036 442.6448Q365.07224 442.16043 365.07224 441.59793L366.15036 441.59793Q366.1816 442.1448 366.58786 442.47293Q366.9941 442.78543 367.666 442.78543Q368.27536 442.78543 368.65036 442.53543Q369.02536 442.28543 369.02536 441.86356ZM376.6816 440.4573Q376.6816 441.8948 376.02536 442.78543Q375.3691 443.67606 374.2285 443.67606Q373.07224 443.67606 372.416 442.94168L372.416 445.98856L371.33786 445.98856L371.33786 437.2073L372.32224 437.2073L372.3691 437.91043Q373.041 437.09793 374.21286 437.09793Q375.3535 437.09793 376.00974 437.9573Q376.6816 438.81668 376.6816 440.34793L376.6816 440.4573ZM375.6035 440.3323Q375.6035 439.25418 375.13474 438.6448Q374.6816 438.0198 373.88474 438.0198Q372.90036 438.0198 372.416 438.87918L372.416 441.91043Q372.90036 442.78543 373.90036 442.78543Q374.6816 442.78543 375.13474 442.17606Q375.6035 441.55106 375.6035 440.3323ZM378.041 440.31668Q378.041 439.3948 378.40036 438.6448Q378.77536 437.8948 379.4316 437.50418Q380.08786 437.09793 380.916 437.09793Q382.21286 437.09793 383.00974 437.98856Q383.82224 438.87918 383.82224 440.37918L383.82224 440.4573Q383.82224 441.37918 383.46286 442.11356Q383.1035 442.84793 382.44724 443.2698Q381.791 443.67606 380.9316 443.67606Q379.65036 443.67606 378.83786 442.78543Q378.041 441.87918 378.041 440.3948L378.041 440.31668ZM379.13474 440.4573Q379.13474 441.50418 379.6191 442.1448Q380.1191 442.78543 380.9316 442.78543Q381.75974 442.78543 382.2441 442.1448Q382.7285 441.48856 382.7285 440.31668Q382.7285 439.28543 382.2285 438.6448Q381.7441 437.98856 380.916 437.98856Q380.1191 437.98856 379.6191 438.62918Q379.13474 439.25418 379.13474 440.4573ZM386.3535 437.2073L386.38474 438.00418Q387.1191 437.09793 388.291 437.09793Q390.3066 437.09793 390.32224 439.36356L390.32224 443.55106L389.2285 443.55106L389.2285 439.34793Q389.2285 438.67606 388.916 438.34793Q388.6191 438.0198 387.96286 438.0198Q387.4316 438.0198 387.02536 438.30106Q386.63474 438.5823 386.416 439.03543L386.416 443.55106L385.33786 443.55106L385.33786 437.2073L386.3535 437.2073ZM392.07224 440.3323Q392.07224 438.86356 392.75974 437.98856Q393.44724 437.09793 394.57224 437.09793Q395.6816 437.09793 396.33786 437.84793L396.33786 434.55106L397.416 434.55106L397.416 443.55106L396.416 443.55106L396.3691 442.86356Q395.71286 443.67606 394.5566 443.67606Q393.46286 443.67606 392.75974 442.7698Q392.07224 441.86356 392.07224 440.41043L392.07224 440.3323ZM393.15036 440.4573Q393.15036 441.53543 393.58786 442.1448Q394.041 442.75418 394.82224 442.75418Q395.8535 442.75418 396.33786 441.81668L396.33786 438.91043Q395.8535 438.0198 394.83786 438.0198Q394.041 438.0198 393.58786 438.62918Q393.15036 439.23856 393.15036 440.4573ZM401.96286 443.67606Q400.666 443.67606 399.8535 442.8323Q399.0566 441.97293 399.0566 440.55106L399.0566 440.36356Q399.0566 439.41043 399.416 438.67606Q399.77536 437.92606 400.416 437.5198Q401.07224 437.09793 401.82224 437.09793Q403.0566 437.09793 403.7441 437.91043Q404.4316 438.72293 404.4316 440.23856L404.4316 440.69168L400.13474 440.69168Q400.166 441.62918 400.6816 442.2073Q401.21286 442.78543 402.02536 442.78543Q402.58786 442.78543 402.9785 442.55106Q403.38474 442.31668 403.69724 441.92606L404.3535 442.44168Q403.5566 443.67606 401.96286 443.67606ZM401.82224 437.98856Q401.166 437.98856 400.71286 438.47293Q400.27536 438.94168 400.1816 439.80106L403.3535 439.80106L403.3535 439.72293Q403.3066 438.8948 402.90036 438.44168Q402.50974 437.98856 401.82224 437.98856ZM406.3535 437.2073L406.38474 438.00418Q407.1191 437.09793 408.291 437.09793Q410.3066 437.09793 410.32224 439.36356L410.32224 443.55106L409.2285 443.55106L409.2285 439.34793Q409.2285 438.67606 408.916 438.34793Q408.6191 438.0198 407.96286 438.0198Q407.4316 438.0198 407.02536 438.30106Q406.63474 438.5823 406.416 439.03543L406.416 443.55106L405.33786 443.55106L405.33786 437.2073L406.3535 437.2073ZM413.8066 435.67606L413.8066 437.2073L414.9785 437.2073L414.9785 438.05106L413.8066 438.05106L413.8066 441.97293Q413.8066 442.36356 413.96286 442.55106Q414.1191 442.73856 414.4941 442.73856Q414.6816 442.73856 415.00974 442.67606L415.00974 443.55106Q414.58786 443.67606 414.1816 443.67606Q413.46286 443.67606 413.08786 443.23856Q412.71286 442.78543 412.71286 441.97293L412.71286 438.05106L411.5566 438.05106L411.5566 437.2073L412.71286 437.2073L412.71286 435.67606L413.8066 435.67606ZM420.02536 441.86356Q420.02536 441.42606 419.6816 441.19168Q419.3535 440.94168 418.52536 440.7698Q417.71286 440.59793 417.2285 440.34793Q416.7441 440.09793 416.50974 439.7698Q416.291 439.42606 416.291 438.9573Q416.291 438.17606 416.94724 437.6448Q417.6035 437.09793 418.63474 437.09793Q419.71286 437.09793 420.3691 437.66043Q421.041 438.2073 421.041 439.06668L419.96286 439.06668Q419.96286 438.62918 419.57224 438.31668Q419.19724 437.98856 418.63474 437.98856Q418.041 437.98856 417.69724 438.25418Q417.3691 438.50418 417.3691 438.91043Q417.3691 439.30106 417.6816 439.50418Q417.9941 439.7073 418.8066 439.8948Q419.6191 440.06668 420.1191 440.31668Q420.6191 440.56668 420.8535 440.92606Q421.1035 441.28543 421.1035 441.78543Q421.1035 442.6448 420.416 443.16043Q419.7441 443.67606 418.666 443.67606Q417.90036 443.67606 417.3066 443.41043Q416.7285 443.12918 416.40036 442.6448Q416.07224 442.16043 416.07224 441.59793L417.15036 441.59793Q417.1816 442.1448 417.58786 442.47293Q417.9941 442.78543 418.666 442.78543Q419.27536 442.78543 419.65036 442.53543Q420.02536 442.28543 420.02536 441.86356ZM425.291 440.0823Q425.291 438.7698 425.63474 437.55106Q425.9941 436.3323 426.69724 435.3323Q427.40036 434.3323 428.166 433.92606L428.38474 434.6448Q427.52536 435.30106 426.9785 436.6448Q426.4316 437.98856 426.38474 439.66043L426.3691 440.16043Q426.3691 442.42606 427.19724 444.0823Q427.69724 445.0823 428.38474 445.6448L428.166 446.30106Q427.38474 445.87918 426.666 444.84793Q425.291 442.86356 425.291 440.0823ZM430.3535 437.2073L430.38474 438.00418Q431.1191 437.09793 432.291 437.09793Q434.3066 437.09793 434.32224 439.36356L434.32224 443.55106L433.2285 443.55106L433.2285 439.34793Q433.2285 438.67606 432.916 438.34793Q432.6191 438.0198 431.96286 438.0198Q431.4316 438.0198 431.02536 438.30106Q430.63474 438.5823 430.416 439.03543L430.416 443.55106L429.33786 443.55106L429.33786 437.2073L430.3535 437.2073ZM441.291 438.78543L436.40036 438.78543L436.40036 437.8323L441.291 437.8323L441.291 438.78543ZM441.291 441.2073L436.40036 441.2073L436.40036 440.2698L441.291 440.2698L441.291 441.2073ZM446.77536 443.55106L445.69724 443.55106L445.69724 436.3323L443.50974 437.12918L443.50974 436.1448L446.6191 434.97293L446.77536 434.97293L446.77536 443.55106ZM450.291 445.25418L449.6816 444.8323Q450.2285 444.06668 450.25974 443.23856L450.25974 442.2698L451.32224 442.2698L451.32224 443.11356Q451.32224 443.7073 451.02536 444.30106Q450.7285 444.8948 450.291 445.25418ZM456.791 440.69168L457.9785 440.69168L457.9785 441.56668L456.791 441.56668L456.791 443.55106L455.71286 443.55106L455.71286 441.56668L451.82224 441.56668L451.82224 440.92606L455.63474 435.0198L456.791 435.0198L456.791 440.69168ZM453.0566 440.69168L455.71286 440.69168L455.71286 436.50418L455.57224 436.73856L453.0566 440.69168ZM462.77536 443.55106L461.69724 443.55106L461.69724 436.3323L459.50974 437.12918L459.50974 436.1448L462.6191 434.97293L462.77536 434.97293L462.77536 443.55106ZM471.40036 437.23856Q471.40036 437.87918 471.0566 438.37918Q470.71286 438.87918 470.15036 439.16043Q470.8066 439.44168 471.19724 440.00418Q471.58786 440.55106 471.58786 441.25418Q471.58786 442.34793 470.83786 443.0198Q470.1035 443.67606 468.88474 443.67606Q467.65036 443.67606 466.90036 443.0198Q466.166 442.34793 466.166 441.25418Q466.166 440.55106 466.541 440.00418Q466.916 439.44168 467.58786 439.16043Q467.02536 438.87918 466.69724 438.37918Q466.3691 437.87918 466.3691 437.23856Q466.3691 436.16043 467.0566 435.53543Q467.7441 434.8948 468.88474 434.8948Q470.00974 434.8948 470.69724 435.53543Q471.40036 436.16043 471.40036 437.23856ZM470.50974 441.22293Q470.50974 440.50418 470.0566 440.06668Q469.6035 439.61356 468.8691 439.61356Q468.13474 439.61356 467.6816 440.06668Q467.2441 440.50418 467.2441 441.23856Q467.2441 441.9573 467.6816 442.37918Q468.1191 442.78543 468.88474 442.78543Q469.63474 442.78543 470.07224 442.36356Q470.50974 441.94168 470.50974 441.22293ZM468.88474 435.78543Q468.2441 435.78543 467.83786 436.19168Q467.44724 436.5823 467.44724 437.2698Q467.44724 437.91043 467.83786 438.31668Q468.2285 438.72293 468.8691 438.72293Q469.52536 438.72293 469.916 438.31668Q470.3066 437.91043 470.3066 437.2698Q470.3066 436.61356 469.90036 436.2073Q469.4941 435.78543 468.88474 435.78543ZM475.83786 440.1448Q475.83786 441.4573 475.4941 442.66043Q475.15036 443.84793 474.4316 444.86356Q473.7285 445.87918 472.96286 446.30106L472.7285 445.6448Q473.63474 444.9573 474.1816 443.50418Q474.7285 442.03543 474.7441 440.2698L474.7441 440.0823Q474.7441 438.84793 474.4785 437.78543Q474.2285 436.72293 473.75974 435.8948Q473.3066 435.05106 472.7285 434.5823L472.96286 433.92606Q473.7285 434.34793 474.4316 435.34793Q475.13474 436.34793 475.4785 437.56668Q475.83786 438.7698 475.83786 440.1448Z" fill-rule="nonzero"/><path fill="#666666" d="M23.625 76.4134L27.671875 76.4134L27.671875 77.33527L22.484375 77.33527L22.484375 68.80402L23.625 68.80402L23.625 76.4134ZM32.234375 77.33527Q32.140625 77.14777 32.078125 76.6634Q31.328125 77.46027 30.28125 77.46027Q29.34375 77.46027 28.734375 76.92902Q28.140625 76.39777 28.140625 75.56965Q28.140625 74.58527 28.890625 74.0384Q29.640625 73.49152 31.015625 73.49152L32.0625 73.49152L32.0625 72.99152Q32.0625 72.42902 31.71875 72.1009Q31.390625 71.75715 30.71875 71.75715Q30.140625 71.75715 29.75 72.05402Q29.359375 72.33527 29.359375 72.75715L28.265625 72.75715Q28.265625 72.27277 28.59375 71.83527Q28.9375 71.39777 29.515625 71.14777Q30.09375 70.88215 30.78125 70.88215Q31.890625 70.88215 32.5 71.42902Q33.125 71.9759 33.15625 72.92902L33.15625 75.8509Q33.15625 76.7259 33.375 77.24152L33.375 77.33527L32.234375 77.33527ZM30.4375 76.50715Q30.953125 76.50715 31.40625 76.24152Q31.859375 75.9759 32.0625 75.55402L32.0625 74.25715L31.21875 74.25715Q29.21875 74.25715 29.21875 75.42902Q29.21875 75.92902 29.5625 76.2259Q29.90625 76.50715 30.4375 76.50715ZM37.859375 76.56965Q38.4375 76.56965 38.875 76.2259Q39.3125 75.86652 39.359375 75.33527L40.390625 75.33527Q40.359375 75.88215 40.0 76.38215Q39.65625 76.86652 39.078125 77.1634Q38.515625 77.46027 37.859375 77.46027Q36.5625 77.46027 35.796875 76.6009Q35.046875 75.7259 35.046875 74.2259L35.046875 74.0384Q35.046875 73.11652 35.375 72.39777Q35.71875 71.67902 36.34375 71.2884Q36.984375 70.88215 37.859375 70.88215Q38.921875 70.88215 39.625 71.52277Q40.34375 72.14777 40.390625 73.17902L39.359375 73.17902Q39.3125 72.55402 38.890625 72.1634Q38.46875 71.77277 37.859375 71.77277Q37.03125 71.77277 36.578125 72.36652Q36.125 72.96027 36.125 74.08527L36.125 74.2884Q36.125 75.38215 36.578125 75.9759Q37.03125 76.56965 37.859375 76.56965ZM43.09375 74.39777L42.40625 75.1009L42.40625 77.33527L41.328125 77.33527L41.328125 68.33527L42.40625 68.33527L42.40625 73.77277L42.984375 73.08527L44.96875 70.99152L46.28125 70.99152L43.8125 73.64777L46.578125 77.33527L45.296875 77.33527L43.09375 74.39777ZM50.03125 74.1009Q50.03125 73.17902 50.390625 72.42902Q50.765625 71.67902 51.421875 71.2884Q52.078125 70.88215 52.90625 70.88215Q54.203125 70.88215 55.0 71.77277Q55.8125 72.6634 55.8125 74.1634L55.8125 74.24152Q55.8125 75.1634 55.453125 75.89777Q55.09375 76.63215 54.4375 77.05402Q53.78125 77.46027 52.921875 77.46027Q51.640625 77.46027 50.828125 76.56965Q50.03125 75.6634 50.03125 74.17902L50.03125 74.1009ZM51.125 74.24152Q51.125 75.2884 51.609375 75.92902Q52.109375 76.56965 52.921875 76.56965Q53.75 76.56965 54.234375 75.92902Q54.71875 75.27277 54.71875 74.1009Q54.71875 73.06965 54.21875 72.42902Q53.734375 71.77277 52.90625 71.77277Q52.109375 71.77277 51.609375 72.4134Q51.125 73.0384 51.125 74.24152ZM57.859375 77.33527L57.859375 71.83527L56.859375 71.83527L56.859375 70.99152L57.859375 70.99152L57.859375 70.3509Q57.859375 69.31965 58.390625 68.77277Q58.9375 68.21027 59.9375 68.21027Q60.3125 68.21027 60.6875 68.30402L60.625 69.19465Q60.34375 69.13215 60.046875 69.13215Q59.515625 69.13215 59.21875 69.44465Q58.9375 69.75715 58.9375 70.31965L58.9375 70.99152L60.296875 70.99152L60.296875 71.83527L58.9375 71.83527L58.9375 77.33527L57.859375 77.33527ZM66.09375 74.39777L65.40625 75.1009L65.40625 77.33527L64.328125 77.33527L64.328125 68.33527L65.40625 68.33527L65.40625 73.77277L65.984375 73.08527L67.96875 70.99152L69.28125 70.99152L66.8125 73.64777L69.578125 77.33527L68.296875 77.33527L66.09375 74.39777ZM71.34375 70.99152L71.375 71.7884Q72.109375 70.88215 73.28125 70.88215Q75.296875 70.88215 75.3125 73.14777L75.3125 77.33527L74.21875 77.33527L74.21875 73.13215Q74.21875 72.46027 73.90625 72.13215Q73.609375 71.80402 72.953125 71.80402Q72.421875 71.80402 72.015625 72.08527Q71.625 72.36652 71.40625 72.81965L71.40625 77.33527L70.328125 77.33527L70.328125 70.99152L71.34375 70.99152ZM77.03125 74.1009Q77.03125 73.17902 77.390625 72.42902Q77.765625 71.67902 78.421875 71.2884Q79.078125 70.88215 79.90625 70.88215Q81.203125 70.88215 82.0 71.77277Q82.8125 72.6634 82.8125 74.1634L82.8125 74.24152Q82.8125 75.1634 82.453125 75.89777Q82.09375 76.63215 81.4375 77.05402Q80.78125 77.46027 79.921875 77.46027Q78.640625 77.46027 77.828125 76.56965Q77.03125 75.6634 77.03125 74.17902L77.03125 74.1009ZM78.125 74.24152Q78.125 75.2884 78.609375 75.92902Q79.109375 76.56965 79.921875 76.56965Q80.75 76.56965 81.234375 75.92902Q81.71875 75.27277 81.71875 74.1009Q81.71875 73.06965 81.21875 72.42902Q80.734375 71.77277 79.90625 71.77277Q79.109375 71.77277 78.609375 72.4134Q78.125 73.0384 78.125 74.24152ZM89.9375 75.83527L91.15625 70.99152L92.234375 70.99152L90.390625 77.33527L89.515625 77.33527L87.96875 72.52277L86.46875 77.33527L85.59375 77.33527L83.75 70.99152L84.828125 70.99152L86.078125 75.74152L87.5625 70.99152L88.421875 70.99152L89.9375 75.83527ZM94.5 77.33527L93.421875 77.33527L93.421875 68.33527L94.5 68.33527L94.5 77.33527ZM98.953125 77.46027Q97.65625 77.46027 96.84375 76.61652Q96.046875 75.75715 96.046875 74.33527L96.046875 74.14777Q96.046875 73.19465 96.40625 72.46027Q96.765625 71.71027 97.40625 71.30402Q98.0625 70.88215 98.8125 70.88215Q100.046875 70.88215 100.734375 71.69465Q101.421875 72.50715 101.421875 74.02277L101.421875 74.4759L97.125 74.4759Q97.15625 75.4134 97.671875 75.99152Q98.203125 76.56965 99.015625 76.56965Q99.578125 76.56965 99.96875 76.33527Q100.375 76.1009 100.6875 75.71027L101.34375 76.2259Q100.546875 77.46027 98.953125 77.46027ZM98.8125 71.77277Q98.15625 71.77277 97.703125 72.25715Q97.265625 72.7259 97.171875 73.58527L100.34375 73.58527L100.34375 73.50715Q100.296875 72.67902 99.890625 72.2259Q99.5 71.77277 98.8125 71.77277ZM102.0625 74.11652Q102.0625 72.64777 102.75 71.77277Q103.4375 70.88215 104.5625 70.88215Q105.671875 70.88215 106.328125 71.63215L106.328125 68.33527L107.40625 68.33527L107.40625 77.33527L106.40625 77.33527L106.359375 76.64777Q105.703125 77.46027 104.546875 77.46027Q103.453125 77.46027 102.75 76.55402Q102.0625 75.64777 102.0625 74.19465L102.0625 74.11652ZM103.140625 74.24152Q103.140625 75.31965 103.578125 75.92902Q104.03125 76.5384 104.8125 76.5384Q105.84375 76.5384 106.328125 75.6009L106.328125 72.69465Q105.84375 71.80402 104.828125 71.80402Q104.03125 71.80402 103.578125 72.4134Q103.140625 73.02277 103.140625 74.24152ZM109.0625 74.11652Q109.0625 72.63215 109.75 71.75715Q110.4375 70.88215 111.5625 70.88215Q112.71875 70.88215 113.375 71.69465L113.421875 70.99152L114.421875 70.99152L114.421875 77.17902Q114.421875 78.4134 113.6875 79.11652Q112.953125 79.83527 111.734375 79.83527Q111.046875 79.83527 110.390625 79.5384Q109.734375 79.24152 109.390625 78.74152L109.953125 78.08527Q110.640625 78.94465 111.65625 78.94465Q112.4375 78.94465 112.875 78.49152Q113.328125 78.05402 113.328125 77.24152L113.328125 76.69465Q112.671875 77.46027 111.546875 77.46027Q110.4375 77.46027 109.75 76.56965Q109.0625 75.6634 109.0625 74.11652ZM110.15625 74.24152Q110.15625 75.30402 110.59375 75.92902Q111.03125 76.5384 111.828125 76.5384Q112.84375 76.5384 113.328125 75.6009L113.328125 72.71027Q112.828125 71.80402 111.828125 71.80402Q111.046875 71.80402 110.59375 72.4134Q110.15625 73.02277 110.15625 74.24152ZM118.953125 77.46027Q117.65625 77.46027 116.84375 76.61652Q116.046875 75.75715 116.046875 74.33527L116.046875 74.14777Q116.046875 73.19465 116.40625 72.46027Q116.765625 71.71027 117.40625 71.30402Q118.0625 70.88215 118.8125 70.88215Q120.046875 70.88215 120.734375 71.69465Q121.421875 72.50715 121.421875 74.02277L121.421875 74.4759L117.125 74.4759Q117.15625 75.4134 117.671875 75.99152Q118.203125 76.56965 119.015625 76.56965Q119.578125 76.56965 119.96875 76.33527Q120.375 76.1009 120.6875 75.71027L121.34375 76.2259Q120.546875 77.46027 118.953125 77.46027ZM118.8125 71.77277Q118.15625 71.77277 117.703125 72.25715Q117.265625 72.7259 117.171875 73.58527L120.34375 73.58527L120.34375 73.50715Q120.296875 72.67902 119.890625 72.2259Q119.5 71.77277 118.8125 71.77277ZM122.28125 79.0384L121.671875 78.61652Q122.21875 77.8509 122.25 77.02277L122.25 76.05402L123.3125 76.05402L123.3125 76.89777Q123.3125 77.49152 123.015625 78.08527Q122.71875 78.67902 122.28125 79.0384ZM129.95312 77.46027Q128.65625 77.46027 127.84375 76.61652Q127.046875 75.75715 127.046875 74.33527L127.046875 74.14777Q127.046875 73.19465 127.40625 72.46027Q127.765625 71.71027 128.40625 71.30402Q129.0625 70.88215 129.8125 70.88215Q131.04688 70.88215 131.73438 71.69465Q132.42188 72.50715 132.42188 74.02277L132.42188 74.4759L128.125 74.4759Q128.15625 75.4134 128.67188 75.99152Q129.20312 76.56965 130.01562 76.56965Q130.57812 76.56965 130.96875 76.33527Q131.375 76.1009 131.6875 75.71027L132.34375 76.2259Q131.54688 77.46027 129.95312 77.46027ZM129.8125 71.77277Q129.15625 71.77277 128.70312 72.25715Q128.26562 72.7259 128.17188 73.58527L131.34375 73.58527L131.34375 73.50715Q131.29688 72.67902 130.89062 72.2259Q130.5 71.77277 129.8125 71.77277ZM135.45312 73.30402L136.85938 70.99152L138.125 70.99152L136.04688 74.13215L138.1875 77.33527L136.9375 77.33527L135.46875 74.96027L134.0 77.33527L132.73438 77.33527L134.875 74.13215L132.8125 70.99152L134.0625 70.99152L135.45312 73.30402ZM144.67188 74.24152Q144.67188 75.67902 144.01562 76.56965Q143.35938 77.46027 142.21875 77.46027Q141.0625 77.46027 140.40625 76.7259L140.40625 79.77277L139.32812 79.77277L139.32812 70.99152L140.3125 70.99152L140.35938 71.69465Q141.03125 70.88215 142.20312 70.88215Q143.34375 70.88215 144.0 71.74152Q144.67188 72.6009 144.67188 74.13215L144.67188 74.24152ZM143.59375 74.11652Q143.59375 73.0384 143.125 72.42902Q142.67188 71.80402 141.875 71.80402Q140.89062 71.80402 140.40625 72.6634L140.40625 75.69465Q140.89062 76.56965 141.89062 76.56965Q142.67188 76.56965 143.125 75.96027Q143.59375 75.33527 143.59375 74.11652ZM148.95312 77.46027Q147.65625 77.46027 146.84375 76.61652Q146.04688 75.75715 146.04688 74.33527L146.04688 74.14777Q146.04688 73.19465 146.40625 72.46027Q146.76562 71.71027 147.40625 71.30402Q148.0625 70.88215 148.8125 70.88215Q150.04688 70.88215 150.73438 71.69465Q151.42188 72.50715 151.42188 74.02277L151.42188 74.4759L147.125 74.4759Q147.15625 75.4134 147.67188 75.99152Q148.20312 76.56965 149.01562 76.56965Q149.57812 76.56965 149.96875 76.33527Q150.375 76.1009 150.6875 75.71027L151.34375 76.2259Q150.54688 77.46027 148.95312 77.46027ZM148.8125 71.77277Q148.15625 71.77277 147.70312 72.25715Q147.26562 72.7259 147.17188 73.58527L150.34375 73.58527L150.34375 73.50715Q150.29688 72.67902 149.89062 72.2259Q149.5 71.77277 148.8125 71.77277ZM155.39062 71.96027Q155.14062 71.92902 154.85938 71.92902Q153.78125 71.92902 153.40625 72.83527L153.40625 77.33527L152.32812 77.33527L152.32812 70.99152L153.375 70.99152L153.39062 71.7259Q153.92188 70.88215 154.90625 70.88215Q155.21875 70.88215 155.39062 70.96027L155.39062 71.96027ZM157.5 77.33527L156.42188 77.33527L156.42188 70.99152L157.5 70.99152L157.5 77.33527ZM156.32812 69.31965Q156.32812 69.05402 156.48438 68.86652Q156.65625 68.67902 156.96875 68.67902Q157.28125 68.67902 157.4375 68.86652Q157.60938 69.05402 157.60938 69.31965Q157.60938 69.56965 157.4375 69.75715Q157.28125 69.92902 156.96875 69.92902Q156.65625 69.92902 156.48438 69.75715Q156.32812 69.56965 156.32812 69.31965ZM161.95312 77.46027Q160.65625 77.46027 159.84375 76.61652Q159.04688 75.75715 159.04688 74.33527L159.04688 74.14777Q159.04688 73.19465 159.40625 72.46027Q159.76562 71.71027 160.40625 71.30402Q161.0625 70.88215 161.8125 70.88215Q163.04688 70.88215 163.73438 71.69465Q164.42188 72.50715 164.42188 74.02277L164.42188 74.4759L160.125 74.4759Q160.15625 75.4134 160.67188 75.99152Q161.20312 76.56965 162.01562 76.56965Q162.57812 76.56965 162.96875 76.33527Q163.375 76.1009 163.6875 75.71027L164.34375 76.2259Q163.54688 77.46027 161.95312 77.46027ZM161.8125 71.77277Q161.15625 71.77277 160.70312 72.25715Q160.26562 72.7259 160.17188 73.58527L163.34375 73.58527L163.34375 73.50715Q163.29688 72.67902 162.89062 72.2259Q162.5 71.77277 161.8125 71.77277ZM166.34375 70.99152L166.375 71.7884Q167.10938 70.88215 168.28125 70.88215Q170.29688 70.88215 170.3125 73.14777L170.3125 77.33527L169.21875 77.33527L169.21875 73.13215Q169.21875 72.46027 168.90625 72.13215Q168.60938 71.80402 167.95312 71.80402Q167.42188 71.80402 167.01562 72.08527Q166.625 72.36652 166.40625 72.81965L166.40625 77.33527L165.32812 77.33527L165.32812 70.99152L166.34375 70.99152ZM174.85938 76.56965Q175.4375 76.56965 175.875 76.2259Q176.3125 75.86652 176.35938 75.33527L177.39062 75.33527Q177.35938 75.88215 177.0 76.38215Q176.65625 76.86652 176.07812 77.1634Q175.51562 77.46027 174.85938 77.46027Q173.5625 77.46027 172.79688 76.6009Q172.04688 75.7259 172.04688 74.2259L172.04688 74.0384Q172.04688 73.11652 172.375 72.39777Q172.71875 71.67902 173.34375 71.2884Q173.98438 70.88215 174.85938 70.88215Q175.92188 70.88215 176.625 71.52277Q177.34375 72.14777 177.39062 73.17902L176.35938 73.17902Q176.3125 72.55402 175.89062 72.1634Q175.46875 71.77277 174.85938 71.77277Q174.03125 71.77277 173.57812 72.36652Q173.125 72.96027 173.125 74.08527L173.125 74.2884Q173.125 75.38215 173.57812 75.9759Q174.03125 76.56965 174.85938 76.56965ZM180.95312 77.46027Q179.65625 77.46027 178.84375 76.61652Q178.04688 75.75715 178.04688 74.33527L178.04688 74.14777Q178.04688 73.19465 178.40625 72.46027Q178.76562 71.71027 179.40625 71.30402Q180.0625 70.88215 180.8125 70.88215Q182.04688 70.88215 182.73438 71.69465Q183.42188 72.50715 183.42188 74.02277L183.42188 74.4759L179.125 74.4759Q179.15625 75.4134 179.67188 75.99152Q180.20312 76.56965 181.01562 76.56965Q181.57812 76.56965 181.96875 76.33527Q182.375 76.1009 182.6875 75.71027L183.34375 76.2259Q182.54688 77.46027 180.95312 77.46027ZM180.8125 71.77277Q180.15625 71.77277 179.70312 72.25715Q179.26562 72.7259 179.17188 73.58527L182.34375 73.58527L182.34375 73.50715Q182.29688 72.67902 181.89062 72.2259Q181.5 71.77277 180.8125 71.77277ZM184.28125 79.0384L183.67188 78.61652Q184.21875 77.8509 184.25 77.02277L184.25 76.05402L185.3125 76.05402L185.3125 76.89777Q185.3125 77.49152 185.01562 78.08527Q184.71875 78.67902 184.28125 79.0384ZM189.03125 74.1009Q189.03125 73.17902 189.39062 72.42902Q189.76562 71.67902 190.42188 71.2884Q191.07812 70.88215 191.90625 70.88215Q193.20312 70.88215 194.0 71.77277Q194.8125 72.6634 194.8125 74.1634L194.8125 74.24152Q194.8125 75.1634 194.45312 75.89777Q194.09375 76.63215 193.4375 77.05402Q192.78125 77.46027 191.92188 77.46027Q190.64062 77.46027 189.82812 76.56965Q189.03125 75.6634 189.03125 74.17902L189.03125 74.1009ZM190.125 74.24152Q190.125 75.2884 190.60938 75.92902Q191.10938 76.56965 191.92188 76.56965Q192.75 76.56965 193.23438 75.92902Q193.71875 75.27277 193.71875 74.1009Q193.71875 73.06965 193.21875 72.42902Q192.73438 71.77277 191.90625 71.77277Q191.10938 71.77277 190.60938 72.4134Q190.125 73.0384 190.125 74.24152ZM199.39062 71.96027Q199.14062 71.92902 198.85938 71.92902Q197.78125 71.92902 197.40625 72.83527L197.40625 77.33527L196.32812 77.33527L196.32812 70.99152L197.375 70.99152L197.39062 71.7259Q197.92188 70.88215 198.90625 70.88215Q199.21875 70.88215 199.39062 70.96027L199.39062 71.96027ZM208.6875 74.24152Q208.6875 75.69465 208.01562 76.58527Q207.35938 77.46027 206.23438 77.46027Q205.03125 77.46027 204.375 76.6009L204.3125 77.33527L203.32812 77.33527L203.32812 68.33527L204.40625 68.33527L204.40625 71.69465Q205.0625 70.88215 206.21875 70.88215Q207.375 70.88215 208.03125 71.75715Q208.6875 72.61652 208.6875 74.14777L208.6875 74.24152ZM207.60938 74.11652Q207.60938 73.00715 207.17188 72.4134Q206.75 71.80402 205.95312 71.80402Q204.875 71.80402 204.40625 72.7884L204.40625 75.5384Q204.90625 76.5384 205.95312 76.5384Q206.73438 76.5384 207.17188 75.92902Q207.60938 75.31965 207.60938 74.11652ZM212.95312 77.46027Q211.65625 77.46027 210.84375 76.61652Q210.04688 75.75715 210.04688 74.33527L210.04688 74.14777Q210.04688 73.19465 210.40625 72.46027Q210.76562 71.71027 211.40625 71.30402Q212.0625 70.88215 212.8125 70.88215Q214.04688 70.88215 214.73438 71.69465Q215.42188 72.50715 215.42188 74.02277L215.42188 74.4759L211.125 74.4759Q211.15625 75.4134 211.67188 75.99152Q212.20312 76.56965 213.01562 76.56965Q213.57812 76.56965 213.96875 76.33527Q214.375 76.1009 214.6875 75.71027L215.34375 76.2259Q214.54688 77.46027 212.95312 77.46027ZM212.8125 71.77277Q212.15625 71.77277 211.70312 72.25715Q211.26562 72.7259 211.17188 73.58527L214.34375 73.58527L214.34375 73.50715Q214.29688 72.67902 213.89062 72.2259Q213.5 71.77277 212.8125 71.77277ZM220.01562 75.64777Q220.01562 75.21027 219.67188 74.9759Q219.34375 74.7259 218.51562 74.55402Q217.70312 74.38215 217.21875 74.13215Q216.73438 73.88215 216.5 73.55402Q216.28125 73.21027 216.28125 72.74152Q216.28125 71.96027 216.9375 71.42902Q217.59375 70.88215 218.625 70.88215Q219.70312 70.88215 220.35938 71.44465Q221.03125 71.99152 221.03125 72.8509L219.95312 72.8509Q219.95312 72.4134 219.5625 72.1009Q219.1875 71.77277 218.625 71.77277Q218.03125 71.77277 217.6875 72.0384Q217.35938 72.2884 217.35938 72.69465Q217.35938 73.08527 217.67188 73.2884Q217.98438 73.49152 218.79688 73.67902Q219.60938 73.8509 220.10938 74.1009Q220.60938 74.3509 220.84375 74.71027Q221.09375 75.06965 221.09375 75.56965Q221.09375 76.42902 220.40625 76.94465Q219.73438 77.46027 218.65625 77.46027Q217.89062 77.46027 217.29688 77.19465Q216.71875 76.9134 216.39062 76.42902Q216.0625 75.94465 216.0625 75.38215L217.14062 75.38215Q217.17188 75.92902 217.57812 76.25715Q217.98438 76.56965 218.65625 76.56965Q219.26562 76.56965 219.64062 76.31965Q220.01562 76.06965 220.01562 75.64777ZM223.79688 69.46027L223.79688 70.99152L224.96875 70.99152L224.96875 71.83527L223.79688 71.83527L223.79688 75.75715Q223.79688 76.14777 223.95312 76.33527Q224.10938 76.52277 224.48438 76.52277Q224.67188 76.52277 225.0 76.46027L225.0 77.33527Q224.57812 77.46027 224.17188 77.46027Q223.45312 77.46027 223.07812 77.02277Q222.70312 76.56965 222.70312 75.75715L222.70312 71.83527L221.54688 71.83527L221.54688 70.99152L222.70312 70.99152L222.70312 69.46027L223.79688 69.46027Z" fill-rule="nonzero"/><path fill="#666666" d="M182.67188 89.24152Q182.67188 90.67902 182.01562 91.56965Q181.35938 92.46027 180.21875 92.46027Q179.0625 92.46027 178.40625 91.7259L178.40625 94.77277L177.32812 94.77277L177.32812 85.99152L178.3125 85.99152L178.35938 86.69465Q179.03125 85.88215 180.20312 85.88215Q181.34375 85.88215 182.0 86.74152Q182.67188 87.6009 182.67188 89.13215L182.67188 89.24152ZM181.59375 89.11652Q181.59375 88.0384 181.125 87.42902Q180.67188 86.80402 179.875 86.80402Q178.89062 86.80402 178.40625 87.6634L178.40625 90.69465Q178.89062 91.56965 179.89062 91.56965Q180.67188 91.56965 181.125 90.96027Q181.59375 90.33527 181.59375 89.11652ZM187.39062 86.96027Q187.14062 86.92902 186.85938 86.92902Q185.78125 86.92902 185.40625 87.83527L185.40625 92.33527L184.32812 92.33527L184.32812 85.99152L185.375 85.99152L185.39062 86.7259Q185.92188 85.88215 186.90625 85.88215Q187.21875 85.88215 187.39062 85.96027L187.39062 86.96027ZM192.23438 92.33527Q192.14062 92.14777 192.07812 91.6634Q191.32812 92.46027 190.28125 92.46027Q189.34375 92.46027 188.73438 91.92902Q188.14062 91.39777 188.14062 90.56965Q188.14062 89.58527 188.89062 89.0384Q189.64062 88.49152 191.01562 88.49152L192.0625 88.49152L192.0625 87.99152Q192.0625 87.42902 191.71875 87.1009Q191.39062 86.75715 190.71875 86.75715Q190.14062 86.75715 189.75 87.05402Q189.35938 87.33527 189.35938 87.75715L188.26562 87.75715Q188.26562 87.27277 188.59375 86.83527Q188.9375 86.39777 189.51562 86.14777Q190.09375 85.88215 190.78125 85.88215Q191.89062 85.88215 192.5 86.42902Q193.125 86.9759 193.15625 87.92902L193.15625 90.8509Q193.15625 91.7259 193.375 92.24152L193.375 92.33527L192.23438 92.33527ZM190.4375 91.50715Q190.95312 91.50715 191.40625 91.24152Q191.85938 90.9759 192.0625 90.55402L192.0625 89.25715L191.21875 89.25715Q189.21875 89.25715 189.21875 90.42902Q189.21875 90.92902 189.5625 91.2259Q189.90625 91.50715 190.4375 91.50715ZM197.85938 91.56965Q198.4375 91.56965 198.875 91.2259Q199.3125 90.86652 199.35938 90.33527L200.39062 90.33527Q200.35938 90.88215 200.0 91.38215Q199.65625 91.86652 199.07812 92.1634Q198.51562 92.46027 197.85938 92.46027Q196.5625 92.46027 195.79688 91.6009Q195.04688 90.7259 195.04688 89.2259L195.04688 89.0384Q195.04688 88.11652 195.375 87.39777Q195.71875 86.67902 196.34375 86.2884Q196.98438 85.88215 197.85938 85.88215Q198.92188 85.88215 199.625 86.52277Q200.34375 87.14777 200.39062 88.17902L199.35938 88.17902Q199.3125 87.55402 198.89062 87.1634Q198.46875 86.77277 197.85938 86.77277Q197.03125 86.77277 196.57812 87.36652Q196.125 87.96027 196.125 89.08527L196.125 89.2884Q196.125 90.38215 196.57812 90.9759Q197.03125 91.56965 197.85938 91.56965ZM202.79688 84.46027L202.79688 85.99152L203.96875 85.99152L203.96875 86.83527L202.79688 86.83527L202.79688 90.75715Q202.79688 91.14777 202.95312 91.33527Q203.10938 91.52277 203.48438 91.52277Q203.67188 91.52277 204.0 91.46027L204.0 92.33527Q203.57812 92.46027 203.17188 92.46027Q202.45312 92.46027 202.07812 92.02277Q201.70312 91.56965 201.70312 90.75715L201.70312 86.83527L200.54688 86.83527L200.54688 85.99152L201.70312 85.99152L201.70312 84.46027L202.79688 84.46027ZM206.5 92.33527L205.42188 92.33527L205.42188 85.99152L206.5 85.99152L206.5 92.33527ZM205.32812 84.31965Q205.32812 84.05402 205.48438 83.86652Q205.65625 83.67902 205.96875 83.67902Q206.28125 83.67902 206.4375 83.86652Q206.60938 84.05402 206.60938 84.31965Q206.60938 84.56965 206.4375 84.75715Q206.28125 84.92902 205.96875 84.92902Q205.65625 84.92902 205.48438 84.75715Q205.32812 84.56965 205.32812 84.31965ZM210.85938 91.56965Q211.4375 91.56965 211.875 91.2259Q212.3125 90.86652 212.35938 90.33527L213.39062 90.33527Q213.35938 90.88215 213.0 91.38215Q212.65625 91.86652 212.07812 92.1634Q211.51562 92.46027 210.85938 92.46027Q209.5625 92.46027 208.79688 91.6009Q208.04688 90.7259 208.04688 89.2259L208.04688 89.0384Q208.04688 88.11652 208.375 87.39777Q208.71875 86.67902 209.34375 86.2884Q209.98438 85.88215 210.85938 85.88215Q211.92188 85.88215 212.625 86.52277Q213.34375 87.14777 213.39062 88.17902L212.35938 88.17902Q212.3125 87.55402 211.89062 87.1634Q211.46875 86.77277 210.85938 86.77277Q210.03125 86.77277 209.57812 87.36652Q209.125 87.96027 209.125 89.08527L209.125 89.2884Q209.125 90.38215 209.57812 90.9759Q210.03125 91.56965 210.85938 91.56965ZM216.95312 92.46027Q215.65625 92.46027 214.84375 91.61652Q214.04688 90.75715 214.04688 89.33527L214.04688 89.14777Q214.04688 88.19465 214.40625 87.46027Q214.76562 86.71027 215.40625 86.30402Q216.0625 85.88215 216.8125 85.88215Q218.04688 85.88215 218.73438 86.69465Q219.42188 87.50715 219.42188 89.02277L219.42188 89.4759L215.125 89.4759Q215.15625 90.4134 215.67188 90.99152Q216.20312 91.56965 217.01562 91.56965Q217.57812 91.56965 217.96875 91.33527Q218.375 91.1009 218.6875 90.71027L219.34375 91.2259Q218.54688 92.46027 216.95312 92.46027ZM216.8125 86.77277Q216.15625 86.77277 215.70312 87.25715Q215.26562 87.7259 215.17188 88.58527L218.34375 88.58527L218.34375 88.50715Q218.29688 87.67902 217.89062 87.2259Q217.5 86.77277 216.8125 86.77277ZM224.01562 90.64777Q224.01562 90.21027 223.67188 89.9759Q223.34375 89.7259 222.51562 89.55402Q221.70312 89.38215 221.21875 89.13215Q220.73438 88.88215 220.5 88.55402Q220.28125 88.21027 220.28125 87.74152Q220.28125 86.96027 220.9375 86.42902Q221.59375 85.88215 222.625 85.88215Q223.70312 85.88215 224.35938 86.44465Q225.03125 86.99152 225.03125 87.8509L223.95312 87.8509Q223.95312 87.4134 223.5625 87.1009Q223.1875 86.77277 222.625 86.77277Q222.03125 86.77277 221.6875 87.0384Q221.35938 87.2884 221.35938 87.69465Q221.35938 88.08527 221.67188 88.2884Q221.98438 88.49152 222.79688 88.67902Q223.60938 88.8509 224.10938 89.1009Q224.60938 89.3509 224.84375 89.71027Q225.09375 90.06965 225.09375 90.56965Q225.09375 91.42902 224.40625 91.94465Q223.73438 92.46027 222.65625 92.46027Q221.89062 92.46027 221.29688 92.19465Q220.71875 91.9134 220.39062 91.42902Q220.0625 90.94465 220.0625 90.38215L221.14062 90.38215Q221.17188 90.92902 221.57812 91.25715Q221.98438 91.56965 222.65625 91.56965Q223.26562 91.56965 223.64062 91.31965Q224.01562 91.06965 224.01562 90.64777Z" fill-rule="nonzero"/><path fill="#666666" d="M63.390625 102.57785L60.640625 102.57785L60.640625 110.187225L59.53125 110.187225L59.53125 102.57785L56.78125 102.57785L56.78125 101.655975L63.390625 101.655975L63.390625 102.57785ZM64.03125 106.95285Q64.03125 106.030975 64.390625 105.280975Q64.765625 104.530975 65.421875 104.14035Q66.078125 103.7341 66.90625 103.7341Q68.203125 103.7341 69.0 104.624725Q69.8125 105.51535 69.8125 107.01535L69.8125 107.093475Q69.8125 108.01535 69.453125 108.749725Q69.09375 109.4841 68.4375 109.905975Q67.78125 110.312225 66.921875 110.312225Q65.640625 110.312225 64.828125 109.4216Q64.03125 108.51535 64.03125 107.030975L64.03125 106.95285ZM65.125 107.093475Q65.125 108.14035 65.609375 108.780975Q66.109375 109.4216 66.921875 109.4216Q67.75 109.4216 68.234375 108.780975Q68.71875 108.124725 68.71875 106.95285Q68.71875 105.9216 68.21875 105.280975Q67.734375 104.624725 66.90625 104.624725Q66.109375 104.624725 65.609375 105.26535Q65.125 105.89035 65.125 107.093475ZM71.03125 106.95285Q71.03125 106.030975 71.390625 105.280975Q71.765625 104.530975 72.421875 104.14035Q73.078125 103.7341 73.90625 103.7341Q75.203125 103.7341 76.0 104.624725Q76.8125 105.51535 76.8125 107.01535L76.8125 107.093475Q76.8125 108.01535 76.453125 108.749725Q76.09375 109.4841 75.4375 109.905975Q74.78125 110.312225 73.921875 110.312225Q72.640625 110.312225 71.828125 109.4216Q71.03125 108.51535 71.03125 107.030975L71.03125 106.95285ZM72.125 107.093475Q72.125 108.14035 72.609375 108.780975Q73.109375 109.4216 73.921875 109.4216Q74.75 109.4216 75.234375 108.780975Q75.71875 108.124725 75.71875 106.95285Q75.71875 105.9216 75.21875 105.280975Q74.734375 104.624725 73.90625 104.624725Q73.109375 104.624725 72.609375 105.26535Q72.125 105.89035 72.125 107.093475ZM79.5 110.187225L78.421875 110.187225L78.421875 101.187225L79.5 101.187225L79.5 110.187225ZM82.5 110.187225L81.421875 110.187225L81.421875 103.843475L82.5 103.843475L82.5 110.187225ZM81.328125 102.1716Q81.328125 101.905975 81.484375 101.718475Q81.65625 101.530975 81.96875 101.530975Q82.28125 101.530975 82.4375 101.718475Q82.609375 101.905975 82.609375 102.1716Q82.609375 102.4216 82.4375 102.6091Q82.28125 102.780975 81.96875 102.780975Q81.65625 102.780975 81.484375 102.6091Q81.328125 102.4216 81.328125 102.1716ZM85.34375 103.843475L85.375 104.64035Q86.109375 103.7341 87.28125 103.7341Q89.296875 103.7341 89.3125 105.999725L89.3125 110.187225L88.21875 110.187225L88.21875 105.9841Q88.21875 105.312225 87.90625 104.9841Q87.609375 104.655975 86.953125 104.655975Q86.421875 104.655975 86.015625 104.937225Q85.625 105.218475 85.40625 105.6716L85.40625 110.187225L84.328125 110.187225L84.328125 103.843475L85.34375 103.843475ZM91.0625 106.968475Q91.0625 105.4841 91.75 104.6091Q92.4375 103.7341 93.5625 103.7341Q94.71875 103.7341 95.375 104.5466L95.421875 103.843475L96.421875 103.843475L96.421875 110.030975Q96.421875 111.26535 95.6875 111.968475Q94.953125 112.687225 93.734375 112.687225Q93.046875 112.687225 92.390625 112.39035Q91.734375 112.093475 91.390625 111.593475L91.953125 110.937225Q92.640625 111.7966 93.65625 111.7966Q94.4375 111.7966 94.875 111.343475Q95.328125 110.905975 95.328125 110.093475L95.328125 109.5466Q94.671875 110.312225 93.546875 110.312225Q92.4375 110.312225 91.75 109.4216Q91.0625 108.51535 91.0625 106.968475ZM92.15625 107.093475Q92.15625 108.155975 92.59375 108.780975Q93.03125 109.39035 93.828125 109.39035Q94.84375 109.39035 95.328125 108.45285L95.328125 105.562225Q94.828125 104.655975 93.828125 104.655975Q93.046875 104.655975 92.59375 105.26535Q92.15625 105.874725 92.15625 107.093475ZM101.0625 106.968475Q101.0625 105.499725 101.75 104.624725Q102.4375 103.7341 103.5625 103.7341Q104.671875 103.7341 105.328125 104.4841L105.328125 101.187225L106.40625 101.187225L106.40625 110.187225L105.40625 110.187225L105.359375 109.499725Q104.703125 110.312225 103.546875 110.312225Q102.453125 110.312225 101.75 109.405975Q101.0625 108.499725 101.0625 107.0466L101.0625 106.968475ZM102.140625 107.093475Q102.140625 108.1716 102.578125 108.780975Q103.03125 109.39035 103.8125 109.39035Q104.84375 109.39035 105.328125 108.45285L105.328125 105.5466Q104.84375 104.655975 103.828125 104.655975Q103.03125 104.655975 102.578125 105.26535Q102.140625 105.874725 102.140625 107.093475ZM108.03125 106.95285Q108.03125 106.030975 108.390625 105.280975Q108.765625 104.530975 109.421875 104.14035Q110.078125 103.7341 110.90625 103.7341Q112.203125 103.7341 113.0 104.624725Q113.8125 105.51535 113.8125 107.01535L113.8125 107.093475Q113.8125 108.01535 113.453125 108.749725Q113.09375 109.4841 112.4375 109.905975Q111.78125 110.312225 110.921875 110.312225Q109.640625 110.312225 108.828125 109.4216Q108.03125 108.51535 108.03125 107.030975L108.03125 106.95285ZM109.125 107.093475Q109.125 108.14035 109.609375 108.780975Q110.109375 109.4216 110.921875 109.4216Q111.75 109.4216 112.234375 108.780975Q112.71875 108.124725 112.71875 106.95285Q112.71875 105.9216 112.21875 105.280975Q111.734375 104.624725 110.90625 104.624725Q110.109375 104.624725 109.609375 105.26535Q109.125 105.89035 109.125 107.093475ZM117.953125 110.312225Q116.65625 110.312225 115.84375 109.468475Q115.046875 108.6091 115.046875 107.187225L115.046875 106.999725Q115.046875 106.0466 115.40625 105.312225Q115.765625 104.562225 116.40625 104.155975Q117.0625 103.7341 117.8125 103.7341Q119.046875 103.7341 119.734375 104.5466Q120.421875 105.3591 120.421875 106.874725L120.421875 107.32785L116.125 107.32785Q116.15625 108.26535 116.671875 108.843475Q117.203125 109.4216 118.015625 109.4216Q118.578125 109.4216 118.96875 109.187225Q119.375 108.95285 119.6875 108.562225L120.34375 109.07785Q119.546875 110.312225 117.953125 110.312225ZM117.8125 104.624725Q117.15625 104.624725 116.703125 105.1091Q116.265625 105.57785 116.171875 106.437225L119.34375 106.437225L119.34375 106.3591Q119.296875 105.530975 118.890625 105.07785Q118.5 104.624725 117.8125 104.624725ZM125.015625 108.499725Q125.015625 108.062225 124.671875 107.82785Q124.34375 107.57785 123.515625 107.405975Q122.703125 107.2341 122.21875 106.9841Q121.734375 106.7341 121.5 106.405975Q121.28125 106.062225 121.28125 105.593475Q121.28125 104.812225 121.9375 104.280975Q122.59375 103.7341 123.625 103.7341Q124.703125 103.7341 125.359375 104.2966Q126.03125 104.843475 126.03125 105.70285L124.953125 105.70285Q124.953125 105.26535 124.5625 104.95285Q124.1875 104.624725 123.625 104.624725Q123.03125 104.624725 122.6875 104.89035Q122.359375 105.14035 122.359375 105.5466Q122.359375 105.937225 122.671875 106.14035Q122.984375 106.343475 123.796875 106.530975Q124.609375 106.70285 125.109375 106.95285Q125.609375 107.20285 125.84375 107.562225Q126.09375 107.9216 126.09375 108.4216Q126.09375 109.280975 125.40625 109.7966Q124.734375 110.312225 123.65625 110.312225Q122.890625 110.312225 122.296875 110.0466Q121.71875 109.76535 121.390625 109.280975Q121.0625 108.7966 121.0625 108.2341L122.140625 108.2341Q122.171875 108.780975 122.578125 109.1091Q122.984375 109.4216 123.65625 109.4216Q124.265625 109.4216 124.640625 109.1716Q125.015625 108.9216 125.015625 108.499725ZM128.34375 103.843475L128.375 104.64035Q129.10938 103.7341 130.28125 103.7341Q132.29688 103.7341 132.3125 105.999725L132.3125 110.187225L131.21875 110.187225L131.21875 105.9841Q131.21875 105.312225 130.90625 104.9841Q130.60938 104.655975 129.95312 104.655975Q129.42188 104.655975 129.01562 104.937225Q128.625 105.218475 128.40625 105.6716L128.40625 110.187225L127.328125 110.187225L127.328125 103.843475L128.34375 103.843475ZM134.98438 101.843475L134.85938 103.999725L134.10938 103.999725L134.10938 101.187225L134.98438 101.187225L134.98438 101.843475ZM137.79688 102.312225L137.79688 103.843475L138.96875 103.843475L138.96875 104.687225L137.79688 104.687225L137.79688 108.6091Q137.79688 108.999725 137.95312 109.187225Q138.10938 109.374725 138.48438 109.374725Q138.67188 109.374725 139.0 109.312225L139.0 110.187225Q138.57812 110.312225 138.17188 110.312225Q137.45312 110.312225 137.07812 109.874725Q136.70312 109.4216 136.70312 108.6091L136.70312 104.687225L135.54688 104.687225L135.54688 103.843475L136.70312 103.843475L136.70312 102.312225L137.79688 102.312225ZM148.9375 108.687225L150.15625 103.843475L151.23438 103.843475L149.39062 110.187225L148.51562 110.187225L146.96875 105.374725L145.46875 110.187225L144.59375 110.187225L142.75 103.843475L143.82812 103.843475L145.07812 108.593475L146.5625 103.843475L147.42188 103.843475L148.9375 108.687225ZM152.03125 106.95285Q152.03125 106.030975 152.39062 105.280975Q152.76562 104.530975 153.42188 104.14035Q154.07812 103.7341 154.90625 103.7341Q156.20312 103.7341 157.0 104.624725Q157.8125 105.51535 157.8125 107.01535L157.8125 107.093475Q157.8125 108.01535 157.45312 108.749725Q157.09375 109.4841 156.4375 109.905975Q155.78125 110.312225 154.92188 110.312225Q153.64062 110.312225 152.82812 109.4216Q152.03125 108.51535 152.03125 107.030975L152.03125 106.95285ZM153.125 107.093475Q153.125 108.14035 153.60938 108.780975Q154.10938 109.4216 154.92188 109.4216Q155.75 109.4216 156.23438 108.780975Q156.71875 108.124725 156.71875 106.95285Q156.71875 105.9216 156.21875 105.280975Q155.73438 104.624725 154.90625 104.624725Q154.10938 104.624725 153.60938 105.26535Q153.125 105.89035 153.125 107.093475ZM162.39062 104.812225Q162.14062 104.780975 161.85938 104.780975Q160.78125 104.780975 160.40625 105.687225L160.40625 110.187225L159.32812 110.187225L159.32812 103.843475L160.375 103.843475L160.39062 104.57785Q160.92188 103.7341 161.90625 103.7341Q162.21875 103.7341 162.39062 103.812225L162.39062 104.812225ZM165.09375 107.249725L164.40625 107.95285L164.40625 110.187225L163.32812 110.187225L163.32812 101.187225L164.40625 101.187225L164.40625 106.624725L164.98438 105.937225L166.96875 103.843475L168.28125 103.843475L165.8125 106.499725L168.57812 110.187225L167.29688 110.187225L165.09375 107.249725ZM177.9375 108.687225L179.15625 103.843475L180.23438 103.843475L178.39062 110.187225L177.51562 110.187225L175.96875 105.374725L174.46875 110.187225L173.59375 110.187225L171.75 103.843475L172.82812 103.843475L174.07812 108.593475L175.5625 103.843475L176.42188 103.843475L177.9375 108.687225ZM183.95312 110.312225Q182.65625 110.312225 181.84375 109.468475Q181.04688 108.6091 181.04688 107.187225L181.04688 106.999725Q181.04688 106.0466 181.40625 105.312225Q181.76562 104.562225 182.40625 104.155975Q183.0625 103.7341 183.8125 103.7341Q185.04688 103.7341 185.73438 104.5466Q186.42188 105.3591 186.42188 106.874725L186.42188 107.32785L182.125 107.32785Q182.15625 108.26535 182.67188 108.843475Q183.20312 109.4216 184.01562 109.4216Q184.57812 109.4216 184.96875 109.187225Q185.375 108.95285 185.6875 108.562225L186.34375 109.07785Q185.54688 110.312225 183.95312 110.312225ZM183.8125 104.624725Q183.15625 104.624725 182.70312 105.1091Q182.26562 105.57785 182.17188 106.437225L185.34375 106.437225L185.34375 106.3591Q185.29688 105.530975 184.89062 105.07785Q184.5 104.624725 183.8125 104.624725ZM188.5 110.187225L187.42188 110.187225L187.42188 101.187225L188.5 101.187225L188.5 110.187225ZM191.5 110.187225L190.42188 110.187225L190.42188 101.187225L191.5 101.187225L191.5 110.187225ZM197.5 110.187225L196.42188 110.187225L196.42188 103.843475L197.5 103.843475L197.5 110.187225ZM196.32812 102.1716Q196.32812 101.905975 196.48438 101.718475Q196.65625 101.530975 196.96875 101.530975Q197.28125 101.530975 197.4375 101.718475Q197.60938 101.905975 197.60938 102.1716Q197.60938 102.4216 197.4375 102.6091Q197.28125 102.780975 196.96875 102.780975Q196.65625 102.780975 196.48438 102.6091Q196.32812 102.4216 196.32812 102.1716ZM200.34375 103.843475L200.375 104.64035Q201.10938 103.7341 202.28125 103.7341Q204.29688 103.7341 204.3125 105.999725L204.3125 110.187225L203.21875 110.187225L203.21875 105.9841Q203.21875 105.312225 202.90625 104.9841Q202.60938 104.655975 201.95312 104.655975Q201.42188 104.655975 201.01562 104.937225Q200.625 105.218475 200.40625 105.6716L200.40625 110.187225L199.32812 110.187225L199.32812 103.843475L200.34375 103.843475ZM210.34375 103.843475L210.375 104.5466Q211.0625 103.7341 212.25 103.7341Q213.57812 103.7341 214.0625 104.749725Q214.375 104.2966 214.875 104.01535Q215.39062 103.7341 216.07812 103.7341Q218.17188 103.7341 218.20312 105.937225L218.20312 110.187225L217.125 110.187225L217.125 105.999725Q217.125 105.32785 216.8125 104.999725Q216.5 104.655975 215.76562 104.655975Q215.15625 104.655975 214.75 105.01535Q214.35938 105.374725 214.29688 105.9841L214.29688 110.187225L213.21875 110.187225L213.21875 106.030975Q213.21875 104.655975 211.85938 104.655975Q210.79688 104.655975 210.40625 105.562225L210.40625 110.187225L209.3125 110.187225L209.3125 103.843475L210.34375 103.843475ZM222.39062 108.593475L223.875 103.843475L225.03125 103.843475L222.48438 111.1716Q221.89062 112.749725 220.60938 112.749725L220.39062 112.7341L220.0 112.655975L220.0 111.780975L220.28125 111.7966Q220.84375 111.7966 221.14062 111.57785Q221.45312 111.3591 221.65625 110.76535L221.89062 110.1091L219.625 103.843475L220.8125 103.843475L222.39062 108.593475Z" fill-rule="nonzero"/><path fill="#666666" d="M160.95312 125.312225Q159.65625 125.312225 158.84375 124.468475Q158.04688 123.6091 158.04688 122.187225L158.04688 121.999725Q158.04688 121.0466 158.40625 120.312225Q158.76562 119.562225 159.40625 119.155975Q160.0625 118.7341 160.8125 118.7341Q162.04688 118.7341 162.73438 119.5466Q163.42188 120.3591 163.42188 121.874725L163.42188 122.32785L159.125 122.32785Q159.15625 123.26535 159.67188 123.843475Q160.20312 124.4216 161.01562 124.4216Q161.57812 124.4216 161.96875 124.187225Q162.375 123.95285 162.6875 123.562225L163.34375 124.07785Q162.54688 125.312225 160.95312 125.312225ZM160.8125 119.624725Q160.15625 119.624725 159.70312 120.1091Q159.26562 120.57785 159.17188 121.437225L162.34375 121.437225L162.34375 121.3591Q162.29688 120.530975 161.89062 120.07785Q161.5 119.624725 160.8125 119.624725ZM165.34375 118.843475L165.375 119.64035Q166.10938 118.7341 167.28125 118.7341Q169.29688 118.7341 169.3125 120.999725L169.3125 125.187225L168.21875 125.187225L168.21875 120.9841Q168.21875 120.312225 167.90625 119.9841Q167.60938 119.655975 166.95312 119.655975Q166.42188 119.655975 166.01562 119.937225Q165.625 120.218475 165.40625 120.6716L165.40625 125.187225L164.32812 125.187225L164.32812 118.843475L165.34375 118.843475ZM173.40625 123.718475L174.98438 118.843475L176.09375 118.843475L173.8125 125.187225L172.98438 125.187225L170.6875 118.843475L171.79688 118.843475L173.40625 123.718475ZM178.5 125.187225L177.42188 125.187225L177.42188 118.843475L178.5 118.843475L178.5 125.187225ZM177.32812 117.1716Q177.32812 116.905975 177.48438 116.718475Q177.65625 116.530975 177.96875 116.530975Q178.28125 116.530975 178.4375 116.718475Q178.60938 116.905975 178.60938 117.1716Q178.60938 117.4216 178.4375 117.6091Q178.28125 117.780975 177.96875 117.780975Q177.65625 117.780975 177.48438 117.6091Q177.32812 117.4216 177.32812 117.1716ZM183.39062 119.812225Q183.14062 119.780975 182.85938 119.780975Q181.78125 119.780975 181.40625 120.687225L181.40625 125.187225L180.32812 125.187225L180.32812 118.843475L181.375 118.843475L181.39062 119.57785Q181.92188 118.7341 182.90625 118.7341Q183.21875 118.7341 183.39062 118.812225L183.39062 119.812225ZM184.03125 121.95285Q184.03125 121.030975 184.39062 120.280975Q184.76562 119.530975 185.42188 119.14035Q186.07812 118.7341 186.90625 118.7341Q188.20312 118.7341 189.0 119.624725Q189.8125 120.51535 189.8125 122.01535L189.8125 122.093475Q189.8125 123.01535 189.45312 123.749725Q189.09375 124.4841 188.4375 124.905975Q187.78125 125.312225 186.92188 125.312225Q185.64062 125.312225 184.82812 124.4216Q184.03125 123.51535 184.03125 122.030975L184.03125 121.95285ZM185.125 122.093475Q185.125 123.14035 185.60938 123.780975Q186.10938 124.4216 186.92188 124.4216Q187.75 124.4216 188.23438 123.780975Q188.71875 123.124725 188.71875 121.95285Q188.71875 120.9216 188.21875 120.280975Q187.73438 119.624725 186.90625 119.624725Q186.10938 119.624725 185.60938 120.26535Q185.125 120.89035 185.125 122.093475ZM192.34375 118.843475L192.375 119.64035Q193.10938 118.7341 194.28125 118.7341Q196.29688 118.7341 196.3125 120.999725L196.3125 125.187225L195.21875 125.187225L195.21875 120.9841Q195.21875 120.312225 194.90625 119.9841Q194.60938 119.655975 193.95312 119.655975Q193.42188 119.655975 193.01562 119.937225Q192.625 120.218475 192.40625 120.6716L192.40625 125.187225L191.32812 125.187225L191.32812 118.843475L192.34375 118.843475ZM199.34375 118.843475L199.375 119.5466Q200.0625 118.7341 201.25 118.7341Q202.57812 118.7341 203.0625 119.749725Q203.375 119.2966 203.875 119.01535Q204.39062 118.7341 205.07812 118.7341Q207.17188 118.7341 207.20312 120.937225L207.20312 125.187225L206.125 125.187225L206.125 120.999725Q206.125 120.32785 205.8125 119.999725Q205.5 119.655975 204.76562 119.655975Q204.15625 119.655975 203.75 120.01535Q203.35938 120.374725 203.29688 120.9841L203.29688 125.187225L202.21875 125.187225L202.21875 121.030975Q202.21875 119.655975 200.85938 119.655975Q199.79688 119.655975 199.40625 120.562225L199.40625 125.187225L198.3125 125.187225L198.3125 118.843475L199.34375 118.843475ZM211.95312 125.312225Q210.65625 125.312225 209.84375 124.468475Q209.04688 123.6091 209.04688 122.187225L209.04688 121.999725Q209.04688 121.0466 209.40625 120.312225Q209.76562 119.562225 210.40625 119.155975Q211.0625 118.7341 211.8125 118.7341Q213.04688 118.7341 213.73438 119.5466Q214.42188 120.3591 214.42188 121.874725L214.42188 122.32785L210.125 122.32785Q210.15625 123.26535 210.67188 123.843475Q211.20312 124.4216 212.01562 124.4216Q212.57812 124.4216 212.96875 124.187225Q213.375 123.95285 213.6875 123.562225L214.34375 124.07785Q213.54688 125.312225 211.95312 125.312225ZM211.8125 119.624725Q211.15625 119.624725 210.70312 120.1091Q210.26562 120.57785 210.17188 121.437225L213.34375 121.437225L213.34375 121.3591Q213.29688 120.530975 212.89062 120.07785Q212.5 119.624725 211.8125 119.624725ZM216.34375 118.843475L216.375 119.64035Q217.10938 118.7341 218.28125 118.7341Q220.29688 118.7341 220.3125 120.999725L220.3125 125.187225L219.21875 125.187225L219.21875 120.9841Q219.21875 120.312225 218.90625 119.9841Q218.60938 119.655975 217.95312 119.655975Q217.42188 119.655975 217.01562 119.937225Q216.625 120.218475 216.40625 120.6716L216.40625 125.187225L215.32812 125.187225L215.32812 118.843475L216.34375 118.843475ZM223.79688 117.312225L223.79688 118.843475L224.96875 118.843475L224.96875 119.687225L223.79688 119.687225L223.79688 123.6091Q223.79688 123.999725 223.95312 124.187225Q224.10938 124.374725 224.48438 124.374725Q224.67188 124.374725 225.0 124.312225L225.0 125.187225Q224.57812 125.312225 224.17188 125.312225Q223.45312 125.312225 223.07812 124.874725Q222.70312 124.4216 222.70312 123.6091L222.70312 119.687225L221.54688 119.687225L221.54688 118.843475L222.70312 118.843475L222.70312 117.312225L223.79688 117.312225Z" fill-rule="nonzero"/><path fill="#666666" d="M77.390625 142.92981L74.640625 142.92981L74.640625 150.53918L73.53125 150.53918L73.53125 142.92981L70.78125 142.92981L70.78125 142.00793L77.390625 142.00793L77.390625 142.92981ZM78.03125 147.30481Q78.03125 146.38293 78.390625 145.63293Q78.765625 144.88293 79.421875 144.49231Q80.078125 144.08606 80.90625 144.08606Q82.203125 144.08606 83.0 144.97668Q83.8125 145.86731 83.8125 147.36731L83.8125 147.44543Q83.8125 148.36731 83.453125 149.10168Q83.09375 149.83606 82.4375 150.25793Q81.78125 150.66418 80.921875 150.66418Q79.640625 150.66418 78.828125 149.77356Q78.03125 148.86731 78.03125 147.38293L78.03125 147.30481ZM79.125 147.44543Q79.125 148.49231 79.609375 149.13293Q80.109375 149.77356 80.921875 149.77356Q81.75 149.77356 82.234375 149.13293Q82.71875 148.47668 82.71875 147.30481Q82.71875 146.27356 82.21875 145.63293Q81.734375 144.97668 80.90625 144.97668Q80.109375 144.97668 79.609375 145.61731Q79.125 146.24231 79.125 147.44543ZM85.03125 147.30481Q85.03125 146.38293 85.390625 145.63293Q85.765625 144.88293 86.421875 144.49231Q87.078125 144.08606 87.90625 144.08606Q89.203125 144.08606 90.0 144.97668Q90.8125 145.86731 90.8125 147.36731L90.8125 147.44543Q90.8125 148.36731 90.453125 149.10168Q90.09375 149.83606 89.4375 150.25793Q88.78125 150.66418 87.921875 150.66418Q86.640625 150.66418 85.828125 149.77356Q85.03125 148.86731 85.03125 147.38293L85.03125 147.30481ZM86.125 147.44543Q86.125 148.49231 86.609375 149.13293Q87.109375 149.77356 87.921875 149.77356Q88.75 149.77356 89.234375 149.13293Q89.71875 148.47668 89.71875 147.30481Q89.71875 146.27356 89.21875 145.63293Q88.734375 144.97668 87.90625 144.97668Q87.109375 144.97668 86.609375 145.61731Q86.125 146.24231 86.125 147.44543ZM93.5 150.53918L92.421875 150.53918L92.421875 141.53918L93.5 141.53918L93.5 150.53918ZM96.5 150.53918L95.421875 150.53918L95.421875 144.19543L96.5 144.19543L96.5 150.53918ZM95.328125 142.52356Q95.328125 142.25793 95.484375 142.07043Q95.65625 141.88293 95.96875 141.88293Q96.28125 141.88293 96.4375 142.07043Q96.609375 142.25793 96.609375 142.52356Q96.609375 142.77356 96.4375 142.96106Q96.28125 143.13293 95.96875 143.13293Q95.65625 143.13293 95.484375 142.96106Q95.328125 142.77356 95.328125 142.52356ZM99.34375 144.19543L99.375 144.99231Q100.109375 144.08606 101.28125 144.08606Q103.296875 144.08606 103.3125 146.35168L103.3125 150.53918L102.21875 150.53918L102.21875 146.33606Q102.21875 145.66418 101.90625 145.33606Q101.609375 145.00793 100.953125 145.00793Q100.421875 145.00793 100.015625 145.28918Q99.625 145.57043 99.40625 146.02356L99.40625 150.53918L98.328125 150.53918L98.328125 144.19543L99.34375 144.19543ZM105.0625 147.32043Q105.0625 145.83606 105.75 144.96106Q106.4375 144.08606 107.5625 144.08606Q108.71875 144.08606 109.375 144.89856L109.421875 144.19543L110.421875 144.19543L110.421875 150.38293Q110.421875 151.61731 109.6875 152.32043Q108.953125 153.03918 107.734375 153.03918Q107.046875 153.03918 106.390625 152.74231Q105.734375 152.44543 105.390625 151.94543L105.953125 151.28918Q106.640625 152.14856 107.65625 152.14856Q108.4375 152.14856 108.875 151.69543Q109.328125 151.25793 109.328125 150.44543L109.328125 149.89856Q108.671875 150.66418 107.546875 150.66418Q106.4375 150.66418 105.75 149.77356Q105.0625 148.86731 105.0625 147.32043ZM106.15625 147.44543Q106.15625 148.50793 106.59375 149.13293Q107.03125 149.74231 107.828125 149.74231Q108.84375 149.74231 109.328125 148.80481L109.328125 145.91418Q108.828125 145.00793 107.828125 145.00793Q107.046875 145.00793 106.59375 145.61731Q106.15625 146.22668 106.15625 147.44543ZM116.5 150.53918L115.421875 150.53918L115.421875 144.19543L116.5 144.19543L116.5 150.53918ZM115.328125 142.52356Q115.328125 142.25793 115.484375 142.07043Q115.65625 141.88293 115.96875 141.88293Q116.28125 141.88293 116.4375 142.07043Q116.609375 142.25793 116.609375 142.52356Q116.609375 142.77356 116.4375 142.96106Q116.28125 143.13293 115.96875 143.13293Q115.65625 143.13293 115.484375 142.96106Q115.328125 142.77356 115.328125 142.52356ZM122.015625 148.85168Q122.015625 148.41418 121.671875 148.17981Q121.34375 147.92981 120.515625 147.75793Q119.703125 147.58606 119.21875 147.33606Q118.734375 147.08606 118.5 146.75793Q118.28125 146.41418 118.28125 145.94543Q118.28125 145.16418 118.9375 144.63293Q119.59375 144.08606 120.625 144.08606Q121.703125 144.08606 122.359375 144.64856Q123.03125 145.19543 123.03125 146.05481L121.953125 146.05481Q121.953125 145.61731 121.5625 145.30481Q121.1875 144.97668 120.625 144.97668Q120.03125 144.97668 119.6875 145.24231Q119.359375 145.49231 119.359375 145.89856Q119.359375 146.28918 119.671875 146.49231Q119.984375 146.69543 120.796875 146.88293Q121.609375 147.05481 122.109375 147.30481Q122.609375 147.55481 122.84375 147.91418Q123.09375 148.27356 123.09375 148.77356Q123.09375 149.63293 122.40625 150.14856Q121.734375 150.66418 120.65625 150.66418Q119.890625 150.66418 119.296875 150.39856Q118.71875 150.11731 118.390625 149.63293Q118.0625 149.14856 118.0625 148.58606L119.140625 148.58606Q119.171875 149.13293 119.578125 149.46106Q119.984375 149.77356 120.65625 149.77356Q121.265625 149.77356 121.640625 149.52356Q122.015625 149.27356 122.015625 148.85168ZM128.40625 144.96106Q129.125 144.08606 130.28125 144.08606Q132.29688 144.08606 132.3125 146.35168L132.3125 150.53918L131.21875 150.53918L131.21875 146.33606Q131.21875 145.66418 130.90625 145.33606Q130.60938 145.00793 129.95312 145.00793Q129.42188 145.00793 129.01562 145.28918Q128.625 145.57043 128.40625 146.02356L128.40625 150.53918L127.328125 150.53918L127.328125 141.53918L128.40625 141.53918L128.40625 144.96106ZM138.23438 150.53918Q138.14062 150.35168 138.07812 149.86731Q137.32812 150.66418 136.28125 150.66418Q135.34375 150.66418 134.73438 150.13293Q134.14062 149.60168 134.14062 148.77356Q134.14062 147.78918 134.89062 147.24231Q135.64062 146.69543 137.01562 146.69543L138.0625 146.69543L138.0625 146.19543Q138.0625 145.63293 137.71875 145.30481Q137.39062 144.96106 136.71875 144.96106Q136.14062 144.96106 135.75 145.25793Q135.35938 145.53918 135.35938 145.96106L134.26562 145.96106Q134.26562 145.47668 134.59375 145.03918Q134.9375 144.60168 135.51562 144.35168Q136.09375 144.08606 136.78125 144.08606Q137.89062 144.08606 138.5 144.63293Q139.125 145.17981 139.15625 146.13293L139.15625 149.05481Q139.15625 149.92981 139.375 150.44543L139.375 150.53918L138.23438 150.53918ZM136.4375 149.71106Q136.95312 149.71106 137.40625 149.44543Q137.85938 149.17981 138.0625 148.75793L138.0625 147.46106L137.21875 147.46106Q135.21875 147.46106 135.21875 148.63293Q135.21875 149.13293 135.5625 149.42981Q135.90625 149.71106 136.4375 149.71106ZM144.39062 145.16418Q144.14062 145.13293 143.85938 145.13293Q142.78125 145.13293 142.40625 146.03918L142.40625 150.53918L141.32812 150.53918L141.32812 144.19543L142.375 144.19543L142.39062 144.92981Q142.92188 144.08606 143.90625 144.08606Q144.21875 144.08606 144.39062 144.16418L144.39062 145.16418ZM145.0625 147.32043Q145.0625 145.85168 145.75 144.97668Q146.4375 144.08606 147.5625 144.08606Q148.67188 144.08606 149.32812 144.83606L149.32812 141.53918L150.40625 141.53918L150.40625 150.53918L149.40625 150.53918L149.35938 149.85168Q148.70312 150.66418 147.54688 150.66418Q146.45312 150.66418 145.75 149.75793Q145.0625 148.85168 145.0625 147.39856L145.0625 147.32043ZM146.14062 147.44543Q146.14062 148.52356 146.57812 149.13293Q147.03125 149.74231 147.8125 149.74231Q148.84375 149.74231 149.32812 148.80481L149.32812 145.89856Q148.84375 145.00793 147.82812 145.00793Q147.03125 145.00793 146.57812 145.61731Q146.14062 146.22668 146.14062 147.44543ZM156.79688 142.66418L156.79688 144.19543L157.96875 144.19543L157.96875 145.03918L156.79688 145.03918L156.79688 148.96106Q156.79688 149.35168 156.95312 149.53918Q157.10938 149.72668 157.48438 149.72668Q157.67188 149.72668 158.0 149.66418L158.0 150.53918Q157.57812 150.66418 157.17188 150.66418Q156.45312 150.66418 156.07812 150.22668Q155.70312 149.77356 155.70312 148.96106L155.70312 145.03918L154.54688 145.03918L154.54688 144.19543L155.70312 144.19543L155.70312 142.66418L156.79688 142.66418ZM159.03125 147.30481Q159.03125 146.38293 159.39062 145.63293Q159.76562 144.88293 160.42188 144.49231Q161.07812 144.08606 161.90625 144.08606Q163.20312 144.08606 164.0 144.97668Q164.8125 145.86731 164.8125 147.36731L164.8125 147.44543Q164.8125 148.36731 164.45312 149.10168Q164.09375 149.83606 163.4375 150.25793Q162.78125 150.66418 161.92188 150.66418Q160.64062 150.66418 159.82812 149.77356Q159.03125 148.86731 159.03125 147.38293L159.03125 147.30481ZM160.125 147.44543Q160.125 148.49231 160.60938 149.13293Q161.10938 149.77356 161.92188 149.77356Q162.75 149.77356 163.23438 149.13293Q163.71875 148.47668 163.71875 147.30481Q163.71875 146.27356 163.21875 145.63293Q162.73438 144.97668 161.90625 144.97668Q161.10938 144.97668 160.60938 145.61731Q160.125 146.24231 160.125 147.44543ZM170.5 150.53918L169.42188 150.53918L169.42188 141.53918L170.5 141.53918L170.5 150.53918ZM174.95312 150.66418Q173.65625 150.66418 172.84375 149.82043Q172.04688 148.96106 172.04688 147.53918L172.04688 147.35168Q172.04688 146.39856 172.40625 145.66418Q172.76562 144.91418 173.40625 144.50793Q174.0625 144.08606 174.8125 144.08606Q176.04688 144.08606 176.73438 144.89856Q177.42188 145.71106 177.42188 147.22668L177.42188 147.67981L173.125 147.67981Q173.15625 148.61731 173.67188 149.19543Q174.20312 149.77356 175.01562 149.77356Q175.57812 149.77356 175.96875 149.53918Q176.375 149.30481 176.6875 148.91418L177.34375 149.42981Q176.54688 150.66418 174.95312 150.66418ZM174.8125 144.97668Q174.15625 144.97668 173.70312 145.46106Q173.26562 145.92981 173.17188 146.78918L176.34375 146.78918L176.34375 146.71106Q176.29688 145.88293 175.89062 145.42981Q175.5 144.97668 174.8125 144.97668ZM182.23438 150.53918Q182.14062 150.35168 182.07812 149.86731Q181.32812 150.66418 180.28125 150.66418Q179.34375 150.66418 178.73438 150.13293Q178.14062 149.60168 178.14062 148.77356Q178.14062 147.78918 178.89062 147.24231Q179.64062 146.69543 181.01562 146.69543L182.0625 146.69543L182.0625 146.19543Q182.0625 145.63293 181.71875 145.30481Q181.39062 144.96106 180.71875 144.96106Q180.14062 144.96106 179.75 145.25793Q179.35938 145.53918 179.35938 145.96106L178.26562 145.96106Q178.26562 145.47668 178.59375 145.03918Q178.9375 144.60168 179.51562 144.35168Q180.09375 144.08606 180.78125 144.08606Q181.89062 144.08606 182.5 144.63293Q183.125 145.17981 183.15625 146.13293L183.15625 149.05481Q183.15625 149.92981 183.375 150.44543L183.375 150.53918L182.23438 150.53918ZM180.4375 149.71106Q180.95312 149.71106 181.40625 149.44543Q181.85938 149.17981 182.0625 148.75793L182.0625 147.46106L181.21875 147.46106Q179.21875 147.46106 179.21875 148.63293Q179.21875 149.13293 179.5625 149.42981Q179.90625 149.71106 180.4375 149.71106ZM188.39062 145.16418Q188.14062 145.13293 187.85938 145.13293Q186.78125 145.13293 186.40625 146.03918L186.40625 150.53918L185.32812 150.53918L185.32812 144.19543L186.375 144.19543L186.39062 144.92981Q186.92188 144.08606 187.90625 144.08606Q188.21875 144.08606 188.39062 144.16418L188.39062 145.16418ZM190.34375 144.19543L190.375 144.99231Q191.10938 144.08606 192.28125 144.08606Q194.29688 144.08606 194.3125 146.35168L194.3125 150.53918L193.21875 150.53918L193.21875 146.33606Q193.21875 145.66418 192.90625 145.33606Q192.60938 145.00793 191.95312 145.00793Q191.42188 145.00793 191.01562 145.28918Q190.625 145.57043 190.40625 146.02356L190.40625 150.53918L189.32812 150.53918L189.32812 144.19543L190.34375 144.19543ZM199.53125 151.27356L198.60938 151.27356L202.17188 142.00793L203.09375 142.00793L199.53125 151.27356ZM211.23438 149.91418Q210.60938 150.66418 209.375 150.66418Q208.35938 150.66418 207.82812 150.07043Q207.29688 149.47668 207.29688 148.32043L207.29688 144.19543L208.375 144.19543L208.375 148.28918Q208.375 149.74231 209.54688 149.74231Q210.79688 149.74231 211.20312 148.80481L211.20312 144.19543L212.29688 144.19543L212.29688 150.53918L211.26562 150.53918L211.23438 149.91418ZM218.01562 148.85168Q218.01562 148.41418 217.67188 148.17981Q217.34375 147.92981 216.51562 147.75793Q215.70312 147.58606 215.21875 147.33606Q214.73438 147.08606 214.5 146.75793Q214.28125 146.41418 214.28125 145.94543Q214.28125 145.16418 214.9375 144.63293Q215.59375 144.08606 216.625 144.08606Q217.70312 144.08606 218.35938 144.64856Q219.03125 145.19543 219.03125 146.05481L217.95312 146.05481Q217.95312 145.61731 217.5625 145.30481Q217.1875 144.97668 216.625 144.97668Q216.03125 144.97668 215.6875 145.24231Q215.35938 145.49231 215.35938 145.89856Q215.35938 146.28918 215.67188 146.49231Q215.98438 146.69543 216.79688 146.88293Q217.60938 147.05481 218.10938 147.30481Q218.60938 147.55481 218.84375 147.91418Q219.09375 148.27356 219.09375 148.77356Q219.09375 149.63293 218.40625 150.14856Q217.73438 150.66418 216.65625 150.66418Q215.89062 150.66418 215.29688 150.39856Q214.71875 150.11731 214.39062 149.63293Q214.0625 149.14856 214.0625 148.58606L215.14062 148.58606Q215.17188 149.13293 215.57812 149.46106Q215.98438 149.77356 216.65625 149.77356Q217.26562 149.77356 217.64062 149.52356Q218.01562 149.27356 218.01562 148.85168ZM222.95312 150.66418Q221.65625 150.66418 220.84375 149.82043Q220.04688 148.96106 220.04688 147.53918L220.04688 147.35168Q220.04688 146.39856 220.40625 145.66418Q220.76562 144.91418 221.40625 144.50793Q222.0625 144.08606 222.8125 144.08606Q224.04688 144.08606 224.73438 144.89856Q225.42188 145.71106 225.42188 147.22668L225.42188 147.67981L221.125 147.67981Q221.15625 148.61731 221.67188 149.19543Q222.20312 149.77356 223.01562 149.77356Q223.57812 149.77356 223.96875 149.53918Q224.375 149.30481 224.6875 148.91418L225.34375 149.42981Q224.54688 150.66418 222.95312 150.66418ZM222.8125 144.97668Q222.15625 144.97668 221.70312 145.46106Q221.26562 145.92981 221.17188 146.78918L224.34375 146.78918L224.34375 146.71106Q224.29688 145.88293 223.89062 145.42981Q223.5 144.97668 222.8125 144.97668Z" fill-rule="nonzero"/><path fill="#666666" d="M94.765625 180.688Q94.609375 182.03175 93.765625 182.78175Q92.921875 183.51613 91.53125 183.51613Q90.015625 183.51613 89.109375 182.438Q88.203125 181.34425 88.203125 179.51613L88.203125 178.70363Q88.203125 177.51613 88.625 176.60988Q89.046875 175.70363 89.828125 175.21925Q90.609375 174.73488 91.625 174.73488Q92.984375 174.73488 93.796875 175.5005Q94.625 176.26613 94.765625 177.59425L93.640625 177.59425Q93.484375 176.57863 93.0 176.1255Q92.515625 175.67238 91.625 175.67238Q90.546875 175.67238 89.9375 176.46925Q89.328125 177.26613 89.328125 178.73488L89.328125 179.563Q89.328125 180.95363 89.90625 181.78175Q90.484375 182.59425 91.53125 182.59425Q92.46875 182.59425 92.96875 182.17238Q93.46875 181.73488 93.640625 180.688L94.765625 180.688ZM96.03125 180.15675Q96.03125 179.23488 96.390625 178.48488Q96.765625 177.73488 97.421875 177.34425Q98.078125 176.938 98.90625 176.938Q100.203125 176.938 101.0 177.82863Q101.8125 178.71925 101.8125 180.21925L101.8125 180.29738Q101.8125 181.21925 101.453125 181.95363Q101.09375 182.688 100.4375 183.10988Q99.78125 183.51613 98.921875 183.51613Q97.640625 183.51613 96.828125 182.6255Q96.03125 181.71925 96.03125 180.23488L96.03125 180.15675ZM97.125 180.29738Q97.125 181.34425 97.609375 181.98488Q98.109375 182.6255 98.921875 182.6255Q99.75 182.6255 100.234375 181.98488Q100.71875 181.32863 100.71875 180.15675Q100.71875 179.1255 100.21875 178.48488Q99.734375 177.82863 98.90625 177.82863Q98.109375 177.82863 97.609375 178.46925Q97.125 179.09425 97.125 180.29738ZM104.34375 177.04738L104.375 177.84425Q105.109375 176.938 106.28125 176.938Q108.296875 176.938 108.3125 179.20363L108.3125 183.39113L107.21875 183.39113L107.21875 179.188Q107.21875 178.51613 106.90625 178.188Q106.609375 177.85988 105.953125 177.85988Q105.421875 177.85988 105.015625 178.14113Q104.625 178.42238 104.40625 178.8755L104.40625 183.39113L103.328125 183.39113L103.328125 177.04738L104.34375 177.04738ZM112.859375 182.6255Q113.4375 182.6255 113.875 182.28175Q114.3125 181.92238 114.359375 181.39113L115.390625 181.39113Q115.359375 181.938 115.0 182.438Q114.65625 182.92238 114.078125 183.21925Q113.515625 183.51613 112.859375 183.51613Q111.5625 183.51613 110.796875 182.65675Q110.046875 181.78175 110.046875 180.28175L110.046875 180.09425Q110.046875 179.17238 110.375 178.45363Q110.71875 177.73488 111.34375 177.34425Q111.984375 176.938 112.859375 176.938Q113.921875 176.938 114.625 177.57863Q115.34375 178.20363 115.390625 179.23488L114.359375 179.23488Q114.3125 178.60988 113.890625 178.21925Q113.46875 177.82863 112.859375 177.82863Q112.03125 177.82863 111.578125 178.42238Q111.125 179.01613 111.125 180.14113L111.125 180.34425Q111.125 181.438 111.578125 182.03175Q112.03125 182.6255 112.859375 182.6255ZM120.234375 182.76613Q119.609375 183.51613 118.375 183.51613Q117.359375 183.51613 116.828125 182.92238Q116.296875 182.32863 116.296875 181.17238L116.296875 177.04738L117.375 177.04738L117.375 181.14113Q117.375 182.59425 118.546875 182.59425Q119.796875 182.59425 120.203125 181.65675L120.203125 177.04738L121.296875 177.04738L121.296875 183.39113L120.265625 183.39113L120.234375 182.76613ZM126.390625 178.01613Q126.140625 177.98488 125.859375 177.98488Q124.78125 177.98488 124.40625 178.89113L124.40625 183.39113L123.328125 183.39113L123.328125 177.04738L124.375 177.04738L124.390625 177.78175Q124.921875 176.938 125.90625 176.938Q126.21875 176.938 126.390625 177.01613L126.390625 178.01613ZM130.39062 178.01613Q130.14062 177.98488 129.85938 177.98488Q128.78125 177.98488 128.40625 178.89113L128.40625 183.39113L127.328125 183.39113L127.328125 177.04738L128.375 177.04738L128.39062 177.78175Q128.92188 176.938 129.90625 176.938Q130.21875 176.938 130.39062 177.01613L130.39062 178.01613ZM133.95312 183.51613Q132.65625 183.51613 131.84375 182.67238Q131.04688 181.813 131.04688 180.39113L131.04688 180.20363Q131.04688 179.2505 131.40625 178.51613Q131.76562 177.76613 132.40625 177.35988Q133.0625 176.938 133.8125 176.938Q135.04688 176.938 135.73438 177.7505Q136.42188 178.563 136.42188 180.07863L136.42188 180.53175L132.125 180.53175Q132.15625 181.46925 132.67188 182.04738Q133.20312 182.6255 134.01562 182.6255Q134.57812 182.6255 134.96875 182.39113Q135.375 182.15675 135.6875 181.76613L136.34375 182.28175Q135.54688 183.51613 133.95312 183.51613ZM133.8125 177.82863Q133.15625 177.82863 132.70312 178.313Q132.26562 178.78175 132.17188 179.64113L135.34375 179.64113L135.34375 179.563Q135.29688 178.73488 134.89062 178.28175Q134.5 177.82863 133.8125 177.82863ZM138.34375 177.04738L138.375 177.84425Q139.10938 176.938 140.28125 176.938Q142.29688 176.938 142.3125 179.20363L142.3125 183.39113L141.21875 183.39113L141.21875 179.188Q141.21875 178.51613 140.90625 178.188Q140.60938 177.85988 139.95312 177.85988Q139.42188 177.85988 139.01562 178.14113Q138.625 178.42238 138.40625 178.8755L138.40625 183.39113L137.32812 183.39113L137.32812 177.04738L138.34375 177.04738ZM146.85938 182.6255Q147.4375 182.6255 147.875 182.28175Q148.3125 181.92238 148.35938 181.39113L149.39062 181.39113Q149.35938 181.938 149.0 182.438Q148.65625 182.92238 148.07812 183.21925Q147.51562 183.51613 146.85938 183.51613Q145.5625 183.51613 144.79688 182.65675Q144.04688 181.78175 144.04688 180.28175L144.04688 180.09425Q144.04688 179.17238 144.375 178.45363Q144.71875 177.73488 145.34375 177.34425Q145.98438 176.938 146.85938 176.938Q147.92188 176.938 148.625 177.57863Q149.34375 178.20363 149.39062 179.23488L148.35938 179.23488Q148.3125 178.60988 147.89062 178.21925Q147.46875 177.82863 146.85938 177.82863Q146.03125 177.82863 145.57812 178.42238Q145.125 179.01613 145.125 180.14113L145.125 180.34425Q145.125 181.438 145.57812 182.03175Q146.03125 182.6255 146.85938 182.6255ZM152.39062 181.79738L153.875 177.04738L155.03125 177.04738L152.48438 184.3755Q151.89062 185.95363 150.60938 185.95363L150.39062 185.938L150.0 185.85988L150.0 184.98488L150.28125 185.0005Q150.84375 185.0005 151.14062 184.78175Q151.45312 184.563 151.65625 183.96925L151.89062 183.313L149.625 177.04738L150.8125 177.04738L152.39062 181.79738ZM158.57812 180.20363L155.71875 180.20363L155.71875 179.32863L158.57812 179.32863L158.57812 180.20363ZM162.39062 178.01613Q162.14062 177.98488 161.85938 177.98488Q160.78125 177.98488 160.40625 178.89113L160.40625 183.39113L159.32812 183.39113L159.32812 177.04738L160.375 177.04738L160.39062 177.78175Q160.92188 176.938 161.90625 176.938Q162.21875 176.938 162.39062 177.01613L162.39062 178.01613ZM165.95312 183.51613Q164.65625 183.51613 163.84375 182.67238Q163.04688 181.813 163.04688 180.39113L163.04688 180.20363Q163.04688 179.2505 163.40625 178.51613Q163.76562 177.76613 164.40625 177.35988Q165.0625 176.938 165.8125 176.938Q167.04688 176.938 167.73438 177.7505Q168.42188 178.563 168.42188 180.07863L168.42188 180.53175L164.125 180.53175Q164.15625 181.46925 164.67188 182.04738Q165.20312 182.6255 166.01562 182.6255Q166.57812 182.6255 166.96875 182.39113Q167.375 182.15675 167.6875 181.76613L168.34375 182.28175Q167.54688 183.51613 165.95312 183.51613ZM165.8125 177.82863Q165.15625 177.82863 164.70312 178.313Q164.26562 178.78175 164.17188 179.64113L167.34375 179.64113L167.34375 179.563Q167.29688 178.73488 166.89062 178.28175Q166.5 177.82863 165.8125 177.82863ZM170.5 183.39113L169.42188 183.39113L169.42188 174.39113L170.5 174.39113L170.5 183.39113ZM176.23438 183.39113Q176.14062 183.20363 176.07812 182.71925Q175.32812 183.51613 174.28125 183.51613Q173.34375 183.51613 172.73438 182.98488Q172.14062 182.45363 172.14062 181.6255Q172.14062 180.64113 172.89062 180.09425Q173.64062 179.54738 175.01562 179.54738L176.0625 179.54738L176.0625 179.04738Q176.0625 178.48488 175.71875 178.15675Q175.39062 177.813 174.71875 177.813Q174.14062 177.813 173.75 178.10988Q173.35938 178.39113 173.35938 178.813L172.26562 178.813Q172.26562 178.32863 172.59375 177.89113Q172.9375 177.45363 173.51562 177.20363Q174.09375 176.938 174.78125 176.938Q175.89062 176.938 176.5 177.48488Q177.125 178.03175 177.15625 178.98488L177.15625 181.90675Q177.15625 182.78175 177.375 183.29738L177.375 183.39113L176.23438 183.39113ZM174.4375 182.563Q174.95312 182.563 175.40625 182.29738Q175.85938 182.03175 176.0625 181.60988L176.0625 180.313L175.21875 180.313Q173.21875 180.313 173.21875 181.48488Q173.21875 181.98488 173.5625 182.28175Q173.90625 182.563 174.4375 182.563ZM180.79688 175.51613L180.79688 177.04738L181.96875 177.04738L181.96875 177.89113L180.79688 177.89113L180.79688 181.813Q180.79688 182.20363 180.95312 182.39113Q181.10938 182.57863 181.48438 182.57863Q181.67188 182.57863 182.0 182.51613L182.0 183.39113Q181.57812 183.51613 181.17188 183.51613Q180.45312 183.51613 180.07812 183.07863Q179.70312 182.6255 179.70312 181.813L179.70312 177.89113L178.54688 177.89113L178.54688 177.04738L179.70312 177.04738L179.70312 175.51613L180.79688 175.51613ZM185.95312 183.51613Q184.65625 183.51613 183.84375 182.67238Q183.04688 181.813 183.04688 180.39113L183.04688 180.20363Q183.04688 179.2505 183.40625 178.51613Q183.76562 177.76613 184.40625 177.35988Q185.0625 176.938 185.8125 176.938Q187.04688 176.938 187.73438 177.7505Q188.42188 178.563 188.42188 180.07863L188.42188 180.53175L184.125 180.53175Q184.15625 181.46925 184.67188 182.04738Q185.20312 182.6255 186.01562 182.6255Q186.57812 182.6255 186.96875 182.39113Q187.375 182.15675 187.6875 181.76613L188.34375 182.28175Q187.54688 183.51613 185.95312 183.51613ZM185.8125 177.82863Q185.15625 177.82863 184.70312 178.313Q184.26562 178.78175 184.17188 179.64113L187.34375 179.64113L187.34375 179.563Q187.29688 178.73488 186.89062 178.28175Q186.5 177.82863 185.8125 177.82863ZM189.0625 180.17238Q189.0625 178.70363 189.75 177.82863Q190.4375 176.938 191.5625 176.938Q192.67188 176.938 193.32812 177.688L193.32812 174.39113L194.40625 174.39113L194.40625 183.39113L193.40625 183.39113L193.35938 182.70363Q192.70312 183.51613 191.54688 183.51613Q190.45312 183.51613 189.75 182.60988Q189.0625 181.70363 189.0625 180.2505L189.0625 180.17238ZM190.14062 180.29738Q190.14062 181.3755 190.57812 181.98488Q191.03125 182.59425 191.8125 182.59425Q192.84375 182.59425 193.32812 181.65675L193.32812 178.7505Q192.84375 177.85988 191.82812 177.85988Q191.03125 177.85988 190.57812 178.46925Q190.14062 179.07863 190.14062 180.29738ZM204.6875 180.29738Q204.6875 181.7505 204.01562 182.64113Q203.35938 183.51613 202.23438 183.51613Q201.03125 183.51613 200.375 182.65675L200.3125 183.39113L199.32812 183.39113L199.32812 174.39113L200.40625 174.39113L200.40625 177.7505Q201.0625 176.938 202.21875 176.938Q203.375 176.938 204.03125 177.813Q204.6875 178.67238 204.6875 180.20363L204.6875 180.29738ZM203.60938 180.17238Q203.60938 179.063 203.17188 178.46925Q202.75 177.85988 201.95312 177.85988Q200.875 177.85988 200.40625 178.84425L200.40625 181.59425Q200.90625 182.59425 201.95312 182.59425Q202.73438 182.59425 203.17188 181.98488Q203.60938 181.3755 203.60938 180.17238ZM210.23438 182.76613Q209.60938 183.51613 208.375 183.51613Q207.35938 183.51613 206.82812 182.92238Q206.29688 182.32863 206.29688 181.17238L206.29688 177.04738L207.375 177.04738L207.375 181.14113Q207.375 182.59425 208.54688 182.59425Q209.79688 182.59425 210.20312 181.65675L210.20312 177.04738L211.29688 177.04738L211.29688 183.39113L210.26562 183.39113L210.23438 182.76613ZM213.0625 180.17238Q213.0625 178.688 213.75 177.813Q214.4375 176.938 215.5625 176.938Q216.71875 176.938 217.375 177.7505L217.42188 177.04738L218.42188 177.04738L218.42188 183.23488Q218.42188 184.46925 217.6875 185.17238Q216.95312 185.89113 215.73438 185.89113Q215.04688 185.89113 214.39062 185.59425Q213.73438 185.29738 213.39062 184.79738L213.95312 184.14113Q214.64062 185.0005 215.65625 185.0005Q216.4375 185.0005 216.875 184.54738Q217.32812 184.10988 217.32812 183.29738L217.32812 182.7505Q216.67188 183.51613 215.54688 183.51613Q214.4375 183.51613 213.75 182.6255Q213.0625 181.71925 213.0625 180.17238ZM214.15625 180.29738Q214.15625 181.35988 214.59375 181.98488Q215.03125 182.59425 215.82812 182.59425Q216.84375 182.59425 217.32812 181.65675L217.32812 178.76613Q216.82812 177.85988 215.82812 177.85988Q215.04688 177.85988 214.59375 178.46925Q214.15625 179.07863 214.15625 180.29738ZM224.01562 181.70363Q224.01562 181.26613 223.67188 181.03175Q223.34375 180.78175 222.51562 180.60988Q221.70312 180.438 221.21875 180.188Q220.73438 179.938 220.5 179.60988Q220.28125 179.26613 220.28125 178.79738Q220.28125 178.01613 220.9375 177.48488Q221.59375 176.938 222.625 176.938Q223.70312 176.938 224.35938 177.5005Q225.03125 178.04738 225.03125 178.90675L223.95312 178.90675Q223.95312 178.46925 223.5625 178.15675Q223.1875 177.82863 222.625 177.82863Q222.03125 177.82863 221.6875 178.09425Q221.35938 178.34425 221.35938 178.7505Q221.35938 179.14113 221.67188 179.34425Q221.98438 179.54738 222.79688 179.73488Q223.60938 179.90675 224.10938 180.15675Q224.60938 180.40675 224.84375 180.76613Q225.09375 181.1255 225.09375 181.6255Q225.09375 182.48488 224.40625 183.0005Q223.73438 183.51613 222.65625 183.51613Q221.89062 183.51613 221.29688 183.2505Q220.71875 182.96925 220.39062 182.48488Q220.0625 182.0005 220.0625 181.438L221.14062 181.438Q221.17188 181.98488 221.57812 182.313Q221.98438 182.6255 222.65625 182.6255Q223.26562 182.6255 223.64062 182.3755Q224.01562 182.1255 224.01562 181.70363Z" fill-rule="nonzero"/><path fill="#666666" d="M105.609375 212.89934L105.609375 216.24309L104.484375 216.24309L104.484375 207.71184L107.640625 207.71184Q109.03125 207.71184 109.828125 208.43059Q110.625 209.13371 110.625 210.32121Q110.625 211.55559 109.84375 212.22746Q109.078125 212.89934 107.625 212.89934L105.609375 212.89934ZM105.609375 211.97746L107.640625 211.97746Q108.546875 211.97746 109.015625 211.55559Q109.5 211.13371 109.5 210.33684Q109.5 209.57121 109.015625 209.11809Q108.546875 208.64934 107.703125 208.63371L105.609375 208.63371L105.609375 211.97746ZM112.03125 213.00871Q112.03125 212.08684 112.390625 211.33684Q112.765625 210.58684 113.421875 210.19621Q114.078125 209.78996 114.90625 209.78996Q116.203125 209.78996 117.0 210.68059Q117.8125 211.57121 117.8125 213.07121L117.8125 213.14934Q117.8125 214.07121 117.453125 214.80559Q117.09375 215.53996 116.4375 215.96184Q115.78125 216.36809 114.921875 216.36809Q113.640625 216.36809 112.828125 215.47746Q112.03125 214.57121 112.03125 213.08684L112.03125 213.00871ZM113.125 213.14934Q113.125 214.19621 113.609375 214.83684Q114.109375 215.47746 114.921875 215.47746Q115.75 215.47746 116.234375 214.83684Q116.71875 214.18059 116.71875 213.00871Q116.71875 211.97746 116.21875 211.33684Q115.734375 210.68059 114.90625 210.68059Q114.109375 210.68059 113.609375 211.32121Q113.125 211.94621 113.125 213.14934ZM119.03125 213.00871Q119.03125 212.08684 119.390625 211.33684Q119.765625 210.58684 120.421875 210.19621Q121.078125 209.78996 121.90625 209.78996Q123.203125 209.78996 124.0 210.68059Q124.8125 211.57121 124.8125 213.07121L124.8125 213.14934Q124.8125 214.07121 124.453125 214.80559Q124.09375 215.53996 123.4375 215.96184Q122.78125 216.36809 121.921875 216.36809Q120.640625 216.36809 119.828125 215.47746Q119.03125 214.57121 119.03125 213.08684L119.03125 213.00871ZM120.125 213.14934Q120.125 214.19621 120.609375 214.83684Q121.109375 215.47746 121.921875 215.47746Q122.75 215.47746 123.234375 214.83684Q123.71875 214.18059 123.71875 213.00871Q123.71875 211.97746 123.21875 211.33684Q122.734375 210.68059 121.90625 210.68059Q121.109375 210.68059 120.609375 211.32121Q120.125 211.94621 120.125 213.14934ZM129.39062 210.86809Q129.14062 210.83684 128.85938 210.83684Q127.78125 210.83684 127.40625 211.74309L127.40625 216.24309L126.328125 216.24309L126.328125 209.89934L127.375 209.89934L127.390625 210.63371Q127.921875 209.78996 128.90625 209.78996Q129.21875 209.78996 129.39062 209.86809L129.39062 210.86809ZM135.95312 216.36809Q134.65625 216.36809 133.84375 215.52434Q133.04688 214.66496 133.04688 213.24309L133.04688 213.05559Q133.04688 212.10246 133.40625 211.36809Q133.76562 210.61809 134.40625 210.21184Q135.0625 209.78996 135.8125 209.78996Q137.04688 209.78996 137.73438 210.60246Q138.42188 211.41496 138.42188 212.93059L138.42188 213.38371L134.125 213.38371Q134.15625 214.32121 134.67188 214.89934Q135.20312 215.47746 136.01562 215.47746Q136.57812 215.47746 136.96875 215.24309Q137.375 215.00871 137.6875 214.61809L138.34375 215.13371Q137.54688 216.36809 135.95312 216.36809ZM135.8125 210.68059Q135.15625 210.68059 134.70312 211.16496Q134.26562 211.63371 134.17188 212.49309L137.34375 212.49309L137.34375 212.41496Q137.29688 211.58684 136.89062 211.13371Q136.5 210.68059 135.8125 210.68059ZM139.0625 213.02434Q139.0625 211.55559 139.75 210.68059Q140.4375 209.78996 141.5625 209.78996Q142.67188 209.78996 143.32812 210.53996L143.32812 207.24309L144.40625 207.24309L144.40625 216.24309L143.40625 216.24309L143.35938 215.55559Q142.70312 216.36809 141.54688 216.36809Q140.45312 216.36809 139.75 215.46184Q139.0625 214.55559 139.0625 213.10246L139.0625 213.02434ZM140.14062 213.14934Q140.14062 214.22746 140.57812 214.83684Q141.03125 215.44621 141.8125 215.44621Q142.84375 215.44621 143.32812 214.50871L143.32812 211.60246Q142.84375 210.71184 141.82812 210.71184Q141.03125 210.71184 140.57812 211.32121Q140.14062 211.93059 140.14062 213.14934ZM147.5 216.24309L146.42188 216.24309L146.42188 209.89934L147.5 209.89934L147.5 216.24309ZM146.32812 208.22746Q146.32812 207.96184 146.48438 207.77434Q146.65625 207.58684 146.96875 207.58684Q147.28125 207.58684 147.4375 207.77434Q147.60938 207.96184 147.60938 208.22746Q147.60938 208.47746 147.4375 208.66496Q147.28125 208.83684 146.96875 208.83684Q146.65625 208.83684 146.48438 208.66496Q146.32812 208.47746 146.32812 208.22746ZM150.79688 208.36809L150.79688 209.89934L151.96875 209.89934L151.96875 210.74309L150.79688 210.74309L150.79688 214.66496Q150.79688 215.05559 150.95312 215.24309Q151.10938 215.43059 151.48438 215.43059Q151.67188 215.43059 152.0 215.36809L152.0 216.24309Q151.57812 216.36809 151.17188 216.36809Q150.45312 216.36809 150.07812 215.93059Q149.70312 215.47746 149.70312 214.66496L149.70312 210.74309L148.54688 210.74309L148.54688 209.89934L149.70312 209.89934L149.70312 208.36809L150.79688 208.36809ZM153.03125 213.00871Q153.03125 212.08684 153.39062 211.33684Q153.76562 210.58684 154.42188 210.19621Q155.07812 209.78996 155.90625 209.78996Q157.20312 209.78996 158.0 210.68059Q158.8125 211.57121 158.8125 213.07121L158.8125 213.14934Q158.8125 214.07121 158.45312 214.80559Q158.09375 215.53996 157.4375 215.96184Q156.78125 216.36809 155.92188 216.36809Q154.64062 216.36809 153.82812 215.47746Q153.03125 214.57121 153.03125 213.08684L153.03125 213.00871ZM154.125 213.14934Q154.125 214.19621 154.60938 214.83684Q155.10938 215.47746 155.92188 215.47746Q156.75 215.47746 157.23438 214.83684Q157.71875 214.18059 157.71875 213.00871Q157.71875 211.97746 157.21875 211.33684Q156.73438 210.68059 155.90625 210.68059Q155.10938 210.68059 154.60938 211.32121Q154.125 211.94621 154.125 213.14934ZM163.39062 210.86809Q163.14062 210.83684 162.85938 210.83684Q161.78125 210.83684 161.40625 211.74309L161.40625 216.24309L160.32812 216.24309L160.32812 209.89934L161.375 209.89934L161.39062 210.63371Q161.92188 209.78996 162.90625 209.78996Q163.21875 209.78996 163.39062 209.86809L163.39062 210.86809ZM168.5 216.24309L167.42188 216.24309L167.42188 209.89934L168.5 209.89934L168.5 216.24309ZM167.32812 208.22746Q167.32812 207.96184 167.48438 207.77434Q167.65625 207.58684 167.96875 207.58684Q168.28125 207.58684 168.4375 207.77434Q168.60938 207.96184 168.60938 208.22746Q168.60938 208.47746 168.4375 208.66496Q168.28125 208.83684 167.96875 208.83684Q167.65625 208.83684 167.48438 208.66496Q167.32812 208.47746 167.32812 208.22746ZM171.34375 209.89934L171.375 210.69621Q172.10938 209.78996 173.28125 209.78996Q175.29688 209.78996 175.3125 212.05559L175.3125 216.24309L174.21875 216.24309L174.21875 212.03996Q174.21875 211.36809 173.90625 211.03996Q173.60938 210.71184 172.95312 210.71184Q172.42188 210.71184 172.01562 210.99309Q171.625 211.27434 171.40625 211.72746L171.40625 216.24309L170.32812 216.24309L170.32812 209.89934L171.34375 209.89934ZM178.79688 208.36809L178.79688 209.89934L179.96875 209.89934L179.96875 210.74309L178.79688 210.74309L178.79688 214.66496Q178.79688 215.05559 178.95312 215.24309Q179.10938 215.43059 179.48438 215.43059Q179.67188 215.43059 180.0 215.36809L180.0 216.24309Q179.57812 216.36809 179.17188 216.36809Q178.45312 216.36809 178.07812 215.93059Q177.70312 215.47746 177.70312 214.66496L177.70312 210.74309L176.54688 210.74309L176.54688 209.89934L177.70312 209.89934L177.70312 208.36809L178.79688 208.36809ZM183.95312 216.36809Q182.65625 216.36809 181.84375 215.52434Q181.04688 214.66496 181.04688 213.24309L181.04688 213.05559Q181.04688 212.10246 181.40625 211.36809Q181.76562 210.61809 182.40625 210.21184Q183.0625 209.78996 183.8125 209.78996Q185.04688 209.78996 185.73438 210.60246Q186.42188 211.41496 186.42188 212.93059L186.42188 213.38371L182.125 213.38371Q182.15625 214.32121 182.67188 214.89934Q183.20312 215.47746 184.01562 215.47746Q184.57812 215.47746 184.96875 215.24309Q185.375 215.00871 185.6875 214.61809L186.34375 215.13371Q185.54688 216.36809 183.95312 216.36809ZM183.8125 210.68059Q183.15625 210.68059 182.70312 211.16496Q182.26562 211.63371 182.17188 212.49309L185.34375 212.49309L185.34375 212.41496Q185.29688 211.58684 184.89062 211.13371Q184.5 210.68059 183.8125 210.68059ZM187.0625 213.02434Q187.0625 211.53996 187.75 210.66496Q188.4375 209.78996 189.5625 209.78996Q190.71875 209.78996 191.375 210.60246L191.42188 209.89934L192.42188 209.89934L192.42188 216.08684Q192.42188 217.32121 191.6875 218.02434Q190.95312 218.74309 189.73438 218.74309Q189.04688 218.74309 188.39062 218.44621Q187.73438 218.14934 187.39062 217.64934L187.95312 216.99309Q188.64062 217.85246 189.65625 217.85246Q190.4375 217.85246 190.875 217.39934Q191.32812 216.96184 191.32812 216.14934L191.32812 215.60246Q190.67188 216.36809 189.54688 216.36809Q188.4375 216.36809 187.75 215.47746Q187.0625 214.57121 187.0625 213.02434ZM188.15625 213.14934Q188.15625 214.21184 188.59375 214.83684Q189.03125 215.44621 189.82812 215.44621Q190.84375 215.44621 191.32812 214.50871L191.32812 211.61809Q190.82812 210.71184 189.82812 210.71184Q189.04688 210.71184 188.59375 211.32121Q188.15625 211.93059 188.15625 213.14934ZM197.39062 210.86809Q197.14062 210.83684 196.85938 210.83684Q195.78125 210.83684 195.40625 211.74309L195.40625 216.24309L194.32812 216.24309L194.32812 209.89934L195.375 209.89934L195.39062 210.63371Q195.92188 209.78996 196.90625 209.78996Q197.21875 209.78996 197.39062 209.86809L197.39062 210.86809ZM202.23438 216.24309Q202.14062 216.05559 202.07812 215.57121Q201.32812 216.36809 200.28125 216.36809Q199.34375 216.36809 198.73438 215.83684Q198.14062 215.30559 198.14062 214.47746Q198.14062 213.49309 198.89062 212.94621Q199.64062 212.39934 201.01562 212.39934L202.0625 212.39934L202.0625 211.89934Q202.0625 211.33684 201.71875 211.00871Q201.39062 210.66496 200.71875 210.66496Q200.14062 210.66496 199.75 210.96184Q199.35938 211.24309 199.35938 211.66496L198.26562 211.66496Q198.26562 211.18059 198.59375 210.74309Q198.9375 210.30559 199.51562 210.05559Q200.09375 209.78996 200.78125 209.78996Q201.89062 209.78996 202.5 210.33684Q203.125 210.88371 203.15625 211.83684L203.15625 214.75871Q203.15625 215.63371 203.375 216.14934L203.375 216.24309L202.23438 216.24309ZM200.4375 215.41496Q200.95312 215.41496 201.40625 215.14934Q201.85938 214.88371 202.0625 214.46184L202.0625 213.16496L201.21875 213.16496Q199.21875 213.16496 199.21875 214.33684Q199.21875 214.83684 199.5625 215.13371Q199.90625 215.41496 200.4375 215.41496ZM206.79688 208.36809L206.79688 209.89934L207.96875 209.89934L207.96875 210.74309L206.79688 210.74309L206.79688 214.66496Q206.79688 215.05559 206.95312 215.24309Q207.10938 215.43059 207.48438 215.43059Q207.67188 215.43059 208.0 215.36809L208.0 216.24309Q207.57812 216.36809 207.17188 216.36809Q206.45312 216.36809 206.07812 215.93059Q205.70312 215.47746 205.70312 214.66496L205.70312 210.74309L204.54688 210.74309L204.54688 209.89934L205.70312 209.89934L205.70312 208.36809L206.79688 208.36809ZM210.5 216.24309L209.42188 216.24309L209.42188 209.89934L210.5 209.89934L210.5 216.24309ZM209.32812 208.22746Q209.32812 207.96184 209.48438 207.77434Q209.65625 207.58684 209.96875 207.58684Q210.28125 207.58684 210.4375 207.77434Q210.60938 207.96184 210.60938 208.22746Q210.60938 208.47746 210.4375 208.66496Q210.28125 208.83684 209.96875 208.83684Q209.65625 208.83684 209.48438 208.66496Q209.32812 208.47746 209.32812 208.22746ZM212.03125 213.00871Q212.03125 212.08684 212.39062 211.33684Q212.76562 210.58684 213.42188 210.19621Q214.07812 209.78996 214.90625 209.78996Q216.20312 209.78996 217.0 210.68059Q217.8125 211.57121 217.8125 213.07121L217.8125 213.14934Q217.8125 214.07121 217.45312 214.80559Q217.09375 215.53996 216.4375 215.96184Q215.78125 216.36809 214.92188 216.36809Q213.64062 216.36809 212.82812 215.47746Q212.03125 214.57121 212.03125 213.08684L212.03125 213.00871ZM213.125 213.14934Q213.125 214.19621 213.60938 214.83684Q214.10938 215.47746 214.92188 215.47746Q215.75 215.47746 216.23438 214.83684Q216.71875 214.18059 216.71875 213.00871Q216.71875 211.97746 216.21875 211.33684Q215.73438 210.68059 214.90625 210.68059Q214.10938 210.68059 213.60938 211.32121Q213.125 211.94621 213.125 213.14934ZM220.34375 209.89934L220.375 210.69621Q221.10938 209.78996 222.28125 209.78996Q224.29688 209.78996 224.3125 212.05559L224.3125 216.24309L223.21875 216.24309L223.21875 212.03996Q223.21875 211.36809 222.90625 211.03996Q222.60938 210.71184 221.95312 210.71184Q221.42188 210.71184 221.01562 210.99309Q220.625 211.27434 220.40625 211.72746L220.40625 216.24309L219.32812 216.24309L219.32812 209.89934L220.34375 209.89934Z" fill-rule="nonzero"/><path fill="#666666" d="M26.0 237.79816Q24.5625 237.37628 23.890625 236.7669Q23.234375 236.15753 23.234375 235.2669Q23.234375 234.2669 24.03125 233.61066Q24.84375 232.93878 26.140625 232.93878Q27.015625 232.93878 27.703125 233.28253Q28.390625 233.62628 28.765625 234.22003Q29.15625 234.81378 29.15625 235.53253L28.015625 235.53253Q28.015625 234.75128 27.515625 234.31378Q27.03125 233.87628 26.140625 233.87628Q25.3125 233.87628 24.84375 234.25128Q24.375 234.61066 24.375 235.25128Q24.375 235.78253 24.8125 236.1419Q25.265625 236.50128 26.328125 236.79816Q27.390625 237.09503 27.984375 237.4544Q28.59375 237.81378 28.875 238.29816Q29.171875 238.78253 29.171875 239.42316Q29.171875 240.47003 28.359375 241.09503Q27.546875 241.72003 26.203125 241.72003Q25.3125 241.72003 24.546875 241.37628Q23.796875 241.03253 23.375 240.4544Q22.96875 239.86066 22.96875 239.12628L24.09375 239.12628Q24.09375 239.8919 24.671875 240.34503Q25.25 240.79816 26.203125 240.79816Q27.09375 240.79816 27.5625 240.43878Q28.03125 240.06378 28.03125 239.43878Q28.03125 238.81378 27.59375 238.47003Q27.15625 238.12628 26.0 237.79816ZM31.796875 233.72003L31.796875 235.25128L32.96875 235.25128L32.96875 236.09503L31.796875 236.09503L31.796875 240.0169Q31.796875 240.40753 31.953125 240.59503Q32.109375 240.78253 32.484375 240.78253Q32.671875 240.78253 33.0 240.72003L33.0 241.59503Q32.578125 241.72003 32.171875 241.72003Q31.453125 241.72003 31.078125 241.28253Q30.703125 240.8294 30.703125 240.0169L30.703125 236.09503L29.546875 236.09503L29.546875 235.25128L30.703125 235.25128L30.703125 233.72003L31.796875 233.72003ZM38.234375 241.59503Q38.140625 241.40753 38.078125 240.92316Q37.328125 241.72003 36.28125 241.72003Q35.34375 241.72003 34.734375 241.18878Q34.140625 240.65753 34.140625 239.8294Q34.140625 238.84503 34.890625 238.29816Q35.640625 237.75128 37.015625 237.75128L38.0625 237.75128L38.0625 237.25128Q38.0625 236.68878 37.71875 236.36066Q37.390625 236.0169 36.71875 236.0169Q36.140625 236.0169 35.75 236.31378Q35.359375 236.59503 35.359375 237.0169L34.265625 237.0169Q34.265625 236.53253 34.59375 236.09503Q34.9375 235.65753 35.515625 235.40753Q36.09375 235.1419 36.78125 235.1419Q37.890625 235.1419 38.5 235.68878Q39.125 236.23566 39.15625 237.18878L39.15625 240.11066Q39.15625 240.98566 39.375 241.50128L39.375 241.59503L38.234375 241.59503ZM36.4375 240.7669Q36.953125 240.7669 37.40625 240.50128Q37.859375 240.23566 38.0625 239.81378L38.0625 238.5169L37.21875 238.5169Q35.21875 238.5169 35.21875 239.68878Q35.21875 240.18878 35.5625 240.48566Q35.90625 240.7669 36.4375 240.7669ZM43.859375 240.8294Q44.4375 240.8294 44.875 240.48566Q45.3125 240.12628 45.359375 239.59503L46.390625 239.59503Q46.359375 240.1419 46.0 240.6419Q45.65625 241.12628 45.078125 241.42316Q44.515625 241.72003 43.859375 241.72003Q42.5625 241.72003 41.796875 240.86066Q41.046875 239.98566 41.046875 238.48566L41.046875 238.29816Q41.046875 237.37628 41.375 236.65753Q41.71875 235.93878 42.34375 235.54816Q42.984375 235.1419 43.859375 235.1419Q44.921875 235.1419 45.625 235.78253Q46.34375 236.40753 46.390625 237.43878L45.359375 237.43878Q45.3125 236.81378 44.890625 236.42316Q44.46875 236.03253 43.859375 236.03253Q43.03125 236.03253 42.578125 236.62628Q42.125 237.22003 42.125 238.34503L42.125 238.54816Q42.125 239.6419 42.578125 240.23566Q43.03125 240.8294 43.859375 240.8294ZM49.09375 238.65753L48.40625 239.36066L48.40625 241.59503L47.328125 241.59503L47.328125 232.59503L48.40625 232.59503L48.40625 238.03253L48.984375 237.34503L50.96875 235.25128L52.28125 235.25128L49.8125 237.90753L52.578125 241.59503L51.296875 241.59503L49.09375 238.65753ZM57.796875 233.72003L57.796875 235.25128L58.96875 235.25128L58.96875 236.09503L57.796875 236.09503L57.796875 240.0169Q57.796875 240.40753 57.953125 240.59503Q58.109375 240.78253 58.484375 240.78253Q58.671875 240.78253 59.0 240.72003L59.0 241.59503Q58.578125 241.72003 58.171875 241.72003Q57.453125 241.72003 57.078125 241.28253Q56.703125 240.8294 56.703125 240.0169L56.703125 236.09503L55.546875 236.09503L55.546875 235.25128L56.703125 235.25128L56.703125 233.72003L57.796875 233.72003ZM63.390625 236.22003Q63.140625 236.18878 62.859375 236.18878Q61.78125 236.18878 61.40625 237.09503L61.40625 241.59503L60.328125 241.59503L60.328125 235.25128L61.375 235.25128L61.390625 235.98566Q61.921875 235.1419 62.90625 235.1419Q63.21875 235.1419 63.390625 235.22003L63.390625 236.22003ZM68.234375 241.59503Q68.140625 241.40753 68.078125 240.92316Q67.328125 241.72003 66.28125 241.72003Q65.34375 241.72003 64.734375 241.18878Q64.140625 240.65753 64.140625 239.8294Q64.140625 238.84503 64.890625 238.29816Q65.640625 237.75128 67.015625 237.75128L68.0625 237.75128L68.0625 237.25128Q68.0625 236.68878 67.71875 236.36066Q67.390625 236.0169 66.71875 236.0169Q66.140625 236.0169 65.75 236.31378Q65.359375 236.59503 65.359375 237.0169L64.265625 237.0169Q64.265625 236.53253 64.59375 236.09503Q64.9375 235.65753 65.515625 235.40753Q66.09375 235.1419 66.78125 235.1419Q67.890625 235.1419 68.5 235.68878Q69.125 236.23566 69.15625 237.18878L69.15625 240.11066Q69.15625 240.98566 69.375 241.50128L69.375 241.59503L68.234375 241.59503ZM66.4375 240.7669Q66.953125 240.7669 67.40625 240.50128Q67.859375 240.23566 68.0625 239.81378L68.0625 238.5169L67.21875 238.5169Q65.21875 238.5169 65.21875 239.68878Q65.21875 240.18878 65.5625 240.48566Q65.90625 240.7669 66.4375 240.7669ZM73.859375 240.8294Q74.4375 240.8294 74.875 240.48566Q75.3125 240.12628 75.359375 239.59503L76.390625 239.59503Q76.359375 240.1419 76.0 240.6419Q75.65625 241.12628 75.078125 241.42316Q74.515625 241.72003 73.859375 241.72003Q72.5625 241.72003 71.796875 240.86066Q71.046875 239.98566 71.046875 238.48566L71.046875 238.29816Q71.046875 237.37628 71.375 236.65753Q71.71875 235.93878 72.34375 235.54816Q72.984375 235.1419 73.859375 235.1419Q74.921875 235.1419 75.625 235.78253Q76.34375 236.40753 76.390625 237.43878L75.359375 237.43878Q75.3125 236.81378 74.890625 236.42316Q74.46875 236.03253 73.859375 236.03253Q73.03125 236.03253 72.578125 236.62628Q72.125 237.22003 72.125 238.34503L72.125 238.54816Q72.125 239.6419 72.578125 240.23566Q73.03125 240.8294 73.859375 240.8294ZM79.953125 241.72003Q78.65625 241.72003 77.84375 240.87628Q77.046875 240.0169 77.046875 238.59503L77.046875 238.40753Q77.046875 237.4544 77.40625 236.72003Q77.765625 235.97003 78.40625 235.56378Q79.0625 235.1419 79.8125 235.1419Q81.046875 235.1419 81.734375 235.9544Q82.421875 236.7669 82.421875 238.28253L82.421875 238.73566L78.125 238.73566Q78.15625 239.67316 78.671875 240.25128Q79.203125 240.8294 80.015625 240.8294Q80.578125 240.8294 80.96875 240.59503Q81.375 240.36066 81.6875 239.97003L82.34375 240.48566Q81.546875 241.72003 79.953125 241.72003ZM79.8125 236.03253Q79.15625 236.03253 78.703125 236.5169Q78.265625 236.98566 78.171875 237.84503L81.34375 237.84503L81.34375 237.7669Q81.296875 236.93878 80.890625 236.48566Q80.5 236.03253 79.8125 236.03253ZM87.015625 239.90753Q87.015625 239.47003 86.671875 239.23566Q86.34375 238.98566 85.515625 238.81378Q84.703125 238.6419 84.21875 238.3919Q83.734375 238.1419 83.5 237.81378Q83.28125 237.47003 83.28125 237.00128Q83.28125 236.22003 83.9375 235.68878Q84.59375 235.1419 85.625 235.1419Q86.703125 235.1419 87.359375 235.7044Q88.03125 236.25128 88.03125 237.11066L86.953125 237.11066Q86.953125 236.67316 86.5625 236.36066Q86.1875 236.03253 85.625 236.03253Q85.03125 236.03253 84.6875 236.29816Q84.359375 236.54816 84.359375 236.9544Q84.359375 237.34503 84.671875 237.54816Q84.984375 237.75128 85.796875 237.93878Q86.609375 238.11066 87.109375 238.36066Q87.609375 238.61066 87.84375 238.97003Q88.09375 239.3294 88.09375 239.8294Q88.09375 240.68878 87.40625 241.2044Q86.734375 241.72003 85.65625 241.72003Q84.890625 241.72003 84.296875 241.4544Q83.71875 241.17316 83.390625 240.68878Q83.0625 240.2044 83.0625 239.6419L84.140625 239.6419Q84.171875 240.18878 84.578125 240.5169Q84.984375 240.8294 85.65625 240.8294Q86.265625 240.8294 86.640625 240.5794Q87.015625 240.3294 87.015625 239.90753ZM92.53125 242.3294L91.609375 242.3294L95.171875 233.06378L96.09375 233.06378L92.53125 242.3294ZM102.859375 240.8294Q103.4375 240.8294 103.875 240.48566Q104.3125 240.12628 104.359375 239.59503L105.390625 239.59503Q105.359375 240.1419 105.0 240.6419Q104.65625 241.12628 104.078125 241.42316Q103.515625 241.72003 102.859375 241.72003Q101.5625 241.72003 100.796875 240.86066Q100.046875 239.98566 100.046875 238.48566L100.046875 238.29816Q100.046875 237.37628 100.375 236.65753Q100.71875 235.93878 101.34375 235.54816Q101.984375 235.1419 102.859375 235.1419Q103.921875 235.1419 104.625 235.78253Q105.34375 236.40753 105.390625 237.43878L104.359375 237.43878Q104.3125 236.81378 103.890625 236.42316Q103.46875 236.03253 102.859375 236.03253Q102.03125 236.03253 101.578125 236.62628Q101.125 237.22003 101.125 238.34503L101.125 238.54816Q101.125 239.6419 101.578125 240.23566Q102.03125 240.8294 102.859375 240.8294ZM106.03125 238.36066Q106.03125 237.43878 106.390625 236.68878Q106.765625 235.93878 107.421875 235.54816Q108.078125 235.1419 108.90625 235.1419Q110.203125 235.1419 111.0 236.03253Q111.8125 236.92316 111.8125 238.42316L111.8125 238.50128Q111.8125 239.42316 111.453125 240.15753Q111.09375 240.8919 110.4375 241.31378Q109.78125 241.72003 108.921875 241.72003Q107.640625 241.72003 106.828125 240.8294Q106.03125 239.92316 106.03125 238.43878L106.03125 238.36066ZM107.125 238.50128Q107.125 239.54816 107.609375 240.18878Q108.109375 240.8294 108.921875 240.8294Q109.75 240.8294 110.234375 240.18878Q110.71875 239.53253 110.71875 238.36066Q110.71875 237.3294 110.21875 236.68878Q109.734375 236.03253 108.90625 236.03253Q108.109375 236.03253 107.609375 236.67316Q107.125 237.29816 107.125 238.50128ZM116.390625 236.22003Q116.140625 236.18878 115.859375 236.18878Q114.78125 236.18878 114.40625 237.09503L114.40625 241.59503L113.328125 241.59503L113.328125 235.25128L114.375 235.25128L114.390625 235.98566Q114.921875 235.1419 115.90625 235.1419Q116.21875 235.1419 116.390625 235.22003L116.390625 236.22003ZM119.953125 241.72003Q118.65625 241.72003 117.84375 240.87628Q117.046875 240.0169 117.046875 238.59503L117.046875 238.40753Q117.046875 237.4544 117.40625 236.72003Q117.765625 235.97003 118.40625 235.56378Q119.0625 235.1419 119.8125 235.1419Q121.046875 235.1419 121.734375 235.9544Q122.421875 236.7669 122.421875 238.28253L122.421875 238.73566L118.125 238.73566Q118.15625 239.67316 118.671875 240.25128Q119.203125 240.8294 120.015625 240.8294Q120.578125 240.8294 120.96875 240.59503Q121.375 240.36066 121.6875 239.97003L122.34375 240.48566Q121.546875 241.72003 119.953125 241.72003ZM119.8125 236.03253Q119.15625 236.03253 118.703125 236.5169Q118.265625 236.98566 118.171875 237.84503L121.34375 237.84503L121.34375 237.7669Q121.296875 236.93878 120.890625 236.48566Q120.5 236.03253 119.8125 236.03253ZM126.0625 238.37628Q126.0625 236.90753 126.75 236.03253Q127.4375 235.1419 128.5625 235.1419Q129.67188 235.1419 130.32812 235.8919L130.32812 232.59503L131.40625 232.59503L131.40625 241.59503L130.40625 241.59503L130.35938 240.90753Q129.70312 241.72003 128.54688 241.72003Q127.453125 241.72003 126.75 240.81378Q126.0625 239.90753 126.0625 238.4544L126.0625 238.37628ZM127.140625 238.50128Q127.140625 239.5794 127.578125 240.18878Q128.03125 240.79816 128.8125 240.79816Q129.84375 240.79816 130.32812 239.86066L130.32812 236.9544Q129.84375 236.06378 128.82812 236.06378Q128.03125 236.06378 127.578125 236.67316Q127.140625 237.28253 127.140625 238.50128ZM137.23438 240.97003Q136.60938 241.72003 135.375 241.72003Q134.35938 241.72003 133.82812 241.12628Q133.29688 240.53253 133.29688 239.37628L133.29688 235.25128L134.375 235.25128L134.375 239.34503Q134.375 240.79816 135.54688 240.79816Q136.79688 240.79816 137.20312 239.86066L137.20312 235.25128L138.29688 235.25128L138.29688 241.59503L137.26562 241.59503L137.23438 240.97003ZM141.34375 235.25128L141.375 235.9544Q142.0625 235.1419 143.25 235.1419Q144.57812 235.1419 145.0625 236.15753Q145.375 235.7044 145.875 235.42316Q146.39062 235.1419 147.07812 235.1419Q149.17188 235.1419 149.20312 237.34503L149.20312 241.59503L148.125 241.59503L148.125 237.40753Q148.125 236.73566 147.8125 236.40753Q147.5 236.06378 146.76562 236.06378Q146.15625 236.06378 145.75 236.42316Q145.35938 236.78253 145.29688 237.3919L145.29688 241.59503L144.21875 241.59503L144.21875 237.43878Q144.21875 236.06378 142.85938 236.06378Q141.79688 236.06378 141.40625 236.97003L141.40625 241.59503L140.3125 241.59503L140.3125 235.25128L141.34375 235.25128ZM156.67188 238.50128Q156.67188 239.93878 156.01562 240.8294Q155.35938 241.72003 154.21875 241.72003Q153.0625 241.72003 152.40625 240.98566L152.40625 244.03253L151.32812 244.03253L151.32812 235.25128L152.3125 235.25128L152.35938 235.9544Q153.03125 235.1419 154.20312 235.1419Q155.34375 235.1419 156.0 236.00128Q156.67188 236.86066 156.67188 238.3919L156.67188 238.50128ZM155.59375 238.37628Q155.59375 237.29816 155.125 236.68878Q154.67188 236.06378 153.875 236.06378Q152.89062 236.06378 152.40625 236.92316L152.40625 239.9544Q152.89062 240.8294 153.89062 240.8294Q154.67188 240.8294 155.125 240.22003Q155.59375 239.59503 155.59375 238.37628ZM162.01562 239.90753Q162.01562 239.47003 161.67188 239.23566Q161.34375 238.98566 160.51562 238.81378Q159.70312 238.6419 159.21875 238.3919Q158.73438 238.1419 158.5 237.81378Q158.28125 237.47003 158.28125 237.00128Q158.28125 236.22003 158.9375 235.68878Q159.59375 235.1419 160.625 235.1419Q161.70312 235.1419 162.35938 235.7044Q163.03125 236.25128 163.03125 237.11066L161.95312 237.11066Q161.95312 236.67316 161.5625 236.36066Q161.1875 236.03253 160.625 236.03253Q160.03125 236.03253 159.6875 236.29816Q159.35938 236.54816 159.35938 236.9544Q159.35938 237.34503 159.67188 237.54816Q159.98438 237.75128 160.79688 237.93878Q161.60938 238.11066 162.10938 238.36066Q162.60938 238.61066 162.84375 238.97003Q163.09375 239.3294 163.09375 239.8294Q163.09375 240.68878 162.40625 241.2044Q161.73438 241.72003 160.65625 241.72003Q159.89062 241.72003 159.29688 241.4544Q158.71875 241.17316 158.39062 240.68878Q158.0625 240.2044 158.0625 239.6419L159.14062 239.6419Q159.17188 240.18878 159.57812 240.5169Q159.98438 240.8294 160.65625 240.8294Q161.26562 240.8294 161.64062 240.5794Q162.01562 240.3294 162.01562 239.90753ZM171.23438 241.59503Q171.14062 241.40753 171.07812 240.92316Q170.32812 241.72003 169.28125 241.72003Q168.34375 241.72003 167.73438 241.18878Q167.14062 240.65753 167.14062 239.8294Q167.14062 238.84503 167.89062 238.29816Q168.64062 237.75128 170.01562 237.75128L171.0625 237.75128L171.0625 237.25128Q171.0625 236.68878 170.71875 236.36066Q170.39062 236.0169 169.71875 236.0169Q169.14062 236.0169 168.75 236.31378Q168.35938 236.59503 168.35938 237.0169L167.26562 237.0169Q167.26562 236.53253 167.59375 236.09503Q167.9375 235.65753 168.51562 235.40753Q169.09375 235.1419 169.78125 235.1419Q170.89062 235.1419 171.5 235.68878Q172.125 236.23566 172.15625 237.18878L172.15625 240.11066Q172.15625 240.98566 172.375 241.50128L172.375 241.59503L171.23438 241.59503ZM169.4375 240.7669Q169.95312 240.7669 170.40625 240.50128Q170.85938 240.23566 171.0625 239.81378L171.0625 238.5169L170.21875 238.5169Q168.21875 238.5169 168.21875 239.68878Q168.21875 240.18878 168.5625 240.48566Q168.90625 240.7669 169.4375 240.7669ZM177.39062 236.22003Q177.14062 236.18878 176.85938 236.18878Q175.78125 236.18878 175.40625 237.09503L175.40625 241.59503L174.32812 241.59503L174.32812 235.25128L175.375 235.25128L175.39062 235.98566Q175.92188 235.1419 176.90625 235.1419Q177.21875 235.1419 177.39062 235.22003L177.39062 236.22003ZM180.95312 241.72003Q179.65625 241.72003 178.84375 240.87628Q178.04688 240.0169 178.04688 238.59503L178.04688 238.40753Q178.04688 237.4544 178.40625 236.72003Q178.76562 235.97003 179.40625 235.56378Q180.0625 235.1419 180.8125 235.1419Q182.04688 235.1419 182.73438 235.9544Q183.42188 236.7669 183.42188 238.28253L183.42188 238.73566L179.125 238.73566Q179.15625 239.67316 179.67188 240.25128Q180.20312 240.8294 181.01562 240.8294Q181.57812 240.8294 181.96875 240.59503Q182.375 240.36066 182.6875 239.97003L183.34375 240.48566Q182.54688 241.72003 180.95312 241.72003ZM180.8125 236.03253Q180.15625 236.03253 179.70312 236.5169Q179.26562 236.98566 179.17188 237.84503L182.34375 237.84503L182.34375 237.7669Q182.29688 236.93878 181.89062 236.48566Q181.5 236.03253 180.8125 236.03253ZM188.40625 236.0169Q189.125 235.1419 190.28125 235.1419Q192.29688 235.1419 192.3125 237.40753L192.3125 241.59503L191.21875 241.59503L191.21875 237.3919Q191.21875 236.72003 190.90625 236.3919Q190.60938 236.06378 189.95312 236.06378Q189.42188 236.06378 189.01562 236.34503Q188.625 236.62628 188.40625 237.0794L188.40625 241.59503L187.32812 241.59503L187.32812 232.59503L188.40625 232.59503L188.40625 236.0169ZM198.23438 241.59503Q198.14062 241.40753 198.07812 240.92316Q197.32812 241.72003 196.28125 241.72003Q195.34375 241.72003 194.73438 241.18878Q194.14062 240.65753 194.14062 239.8294Q194.14062 238.84503 194.89062 238.29816Q195.64062 237.75128 197.01562 237.75128L198.0625 237.75128L198.0625 237.25128Q198.0625 236.68878 197.71875 236.36066Q197.39062 236.0169 196.71875 236.0169Q196.14062 236.0169 195.75 236.31378Q195.35938 236.59503 195.35938 237.0169L194.26562 237.0169Q194.26562 236.53253 194.59375 236.09503Q194.9375 235.65753 195.51562 235.40753Q196.09375 235.1419 196.78125 235.1419Q197.89062 235.1419 198.5 235.68878Q199.125 236.23566 199.15625 237.18878L199.15625 240.11066Q199.15625 240.98566 199.375 241.50128L199.375 241.59503L198.23438 241.59503ZM196.4375 240.7669Q196.95312 240.7669 197.40625 240.50128Q197.85938 240.23566 198.0625 239.81378L198.0625 238.5169L197.21875 238.5169Q195.21875 238.5169 195.21875 239.68878Q195.21875 240.18878 195.5625 240.48566Q195.90625 240.7669 196.4375 240.7669ZM204.39062 236.22003Q204.14062 236.18878 203.85938 236.18878Q202.78125 236.18878 202.40625 237.09503L202.40625 241.59503L201.32812 241.59503L201.32812 235.25128L202.375 235.25128L202.39062 235.98566Q202.92188 235.1419 203.90625 235.1419Q204.21875 235.1419 204.39062 235.22003L204.39062 236.22003ZM205.0625 238.37628Q205.0625 236.90753 205.75 236.03253Q206.4375 235.1419 207.5625 235.1419Q208.67188 235.1419 209.32812 235.8919L209.32812 232.59503L210.40625 232.59503L210.40625 241.59503L209.40625 241.59503L209.35938 240.90753Q208.70312 241.72003 207.54688 241.72003Q206.45312 241.72003 205.75 240.81378Q205.0625 239.90753 205.0625 238.4544L205.0625 238.37628ZM206.14062 238.50128Q206.14062 239.5794 206.57812 240.18878Q207.03125 240.79816 207.8125 240.79816Q208.84375 240.79816 209.32812 239.86066L209.32812 236.9544Q208.84375 236.06378 207.82812 236.06378Q207.03125 236.06378 206.57812 236.67316Q206.14062 237.28253 206.14062 238.50128ZM216.79688 233.72003L216.79688 235.25128L217.96875 235.25128L217.96875 236.09503L216.79688 236.09503L216.79688 240.0169Q216.79688 240.40753 216.95312 240.59503Q217.10938 240.78253 217.48438 240.78253Q217.67188 240.78253 218.0 240.72003L218.0 241.59503Q217.57812 241.72003 217.17188 241.72003Q216.45312 241.72003 216.07812 241.28253Q215.70312 240.8294 215.70312 240.0169L215.70312 236.09503L214.54688 236.09503L214.54688 235.25128L215.70312 235.25128L215.70312 233.72003L216.79688 233.72003ZM219.03125 238.36066Q219.03125 237.43878 219.39062 236.68878Q219.76562 235.93878 220.42188 235.54816Q221.07812 235.1419 221.90625 235.1419Q223.20312 235.1419 224.0 236.03253Q224.8125 236.92316 224.8125 238.42316L224.8125 238.50128Q224.8125 239.42316 224.45312 240.15753Q224.09375 240.8919 223.4375 241.31378Q222.78125 241.72003 221.92188 241.72003Q220.64062 241.72003 219.82812 240.8294Q219.03125 239.92316 219.03125 238.43878L219.03125 238.36066ZM220.125 238.50128Q220.125 239.54816 220.60938 240.18878Q221.10938 240.8294 221.92188 240.8294Q222.75 240.8294 223.23438 240.18878Q223.71875 239.53253 223.71875 238.36066Q223.71875 237.3294 223.21875 236.68878Q222.73438 236.03253 221.90625 236.03253Q221.10938 236.03253 220.60938 236.67316Q220.125 237.29816 220.125 238.50128Z" fill-rule="nonzero"/><path fill="#666666" d="M158.85938 256.59503L158.85938 251.09503L157.85938 251.09503L157.85938 250.25128L158.85938 250.25128L158.85938 249.61066Q158.85938 248.5794 159.39062 248.03253Q159.9375 247.47003 160.9375 247.47003Q161.3125 247.47003 161.6875 247.56378L161.625 248.4544Q161.34375 248.3919 161.04688 248.3919Q160.51562 248.3919 160.21875 248.7044Q159.9375 249.0169 159.9375 249.5794L159.9375 250.25128L161.29688 250.25128L161.29688 251.09503L159.9375 251.09503L159.9375 256.59503L158.85938 256.59503ZM163.5 256.59503L162.42188 256.59503L162.42188 250.25128L163.5 250.25128L163.5 256.59503ZM162.32812 248.5794Q162.32812 248.31378 162.48438 248.12628Q162.65625 247.93878 162.96875 247.93878Q163.28125 247.93878 163.4375 248.12628Q163.60938 248.31378 163.60938 248.5794Q163.60938 248.8294 163.4375 249.0169Q163.28125 249.18878 162.96875 249.18878Q162.65625 249.18878 162.48438 249.0169Q162.32812 248.8294 162.32812 248.5794ZM166.34375 250.25128L166.375 251.04816Q167.10938 250.1419 168.28125 250.1419Q170.29688 250.1419 170.3125 252.40753L170.3125 256.59503L169.21875 256.59503L169.21875 252.3919Q169.21875 251.72003 168.90625 251.3919Q168.60938 251.06378 167.95312 251.06378Q167.42188 251.06378 167.01562 251.34503Q166.625 251.62628 166.40625 252.0794L166.40625 256.59503L165.32812 256.59503L165.32812 250.25128L166.34375 250.25128ZM172.0625 253.37628Q172.0625 251.90753 172.75 251.03253Q173.4375 250.1419 174.5625 250.1419Q175.67188 250.1419 176.32812 250.8919L176.32812 247.59503L177.40625 247.59503L177.40625 256.59503L176.40625 256.59503L176.35938 255.90753Q175.70312 256.72003 174.54688 256.72003Q173.45312 256.72003 172.75 255.81378Q172.0625 254.90753 172.0625 253.4544L172.0625 253.37628ZM173.14062 253.50128Q173.14062 254.5794 173.57812 255.18878Q174.03125 255.79816 174.8125 255.79816Q175.84375 255.79816 176.32812 254.86066L176.32812 251.9544Q175.84375 251.06378 174.82812 251.06378Q174.03125 251.06378 173.57812 251.67316Q173.14062 252.28253 173.14062 253.50128ZM182.03125 253.36066Q182.03125 252.43878 182.39062 251.68878Q182.76562 250.93878 183.42188 250.54816Q184.07812 250.1419 184.90625 250.1419Q186.20312 250.1419 187.0 251.03253Q187.8125 251.92316 187.8125 253.42316L187.8125 253.50128Q187.8125 254.42316 187.45312 255.15753Q187.09375 255.8919 186.4375 256.31378Q185.78125 256.72003 184.92188 256.72003Q183.64062 256.72003 182.82812 255.8294Q182.03125 254.92316 182.03125 253.43878L182.03125 253.36066ZM183.125 253.50128Q183.125 254.54816 183.60938 255.18878Q184.10938 255.8294 184.92188 255.8294Q185.75 255.8294 186.23438 255.18878Q186.71875 254.53253 186.71875 253.36066Q186.71875 252.3294 186.21875 251.68878Q185.73438 251.03253 184.90625 251.03253Q184.10938 251.03253 183.60938 251.67316Q183.125 252.29816 183.125 253.50128ZM192.39062 251.22003Q192.14062 251.18878 191.85938 251.18878Q190.78125 251.18878 190.40625 252.09503L190.40625 256.59503L189.32812 256.59503L189.32812 250.25128L190.375 250.25128L190.39062 250.98566Q190.92188 250.1419 191.90625 250.1419Q192.21875 250.1419 192.39062 250.22003L192.39062 251.22003ZM201.67188 253.50128Q201.67188 254.93878 201.01562 255.8294Q200.35938 256.72003 199.21875 256.72003Q198.0625 256.72003 197.40625 255.98566L197.40625 259.03253L196.32812 259.03253L196.32812 250.25128L197.3125 250.25128L197.35938 250.9544Q198.03125 250.1419 199.20312 250.1419Q200.34375 250.1419 201.0 251.00128Q201.67188 251.86066 201.67188 253.3919L201.67188 253.50128ZM200.59375 253.37628Q200.59375 252.29816 200.125 251.68878Q199.67188 251.06378 198.875 251.06378Q197.89062 251.06378 197.40625 251.92316L197.40625 254.9544Q197.89062 255.8294 198.89062 255.8294Q199.67188 255.8294 200.125 255.22003Q200.59375 254.59503 200.59375 253.37628ZM207.23438 256.59503Q207.14062 256.40753 207.07812 255.92316Q206.32812 256.72003 205.28125 256.72003Q204.34375 256.72003 203.73438 256.18878Q203.14062 255.65753 203.14062 254.8294Q203.14062 253.84503 203.89062 253.29816Q204.64062 252.75128 206.01562 252.75128L207.0625 252.75128L207.0625 252.25128Q207.0625 251.68878 206.71875 251.36066Q206.39062 251.0169 205.71875 251.0169Q205.14062 251.0169 204.75 251.31378Q204.35938 251.59503 204.35938 252.0169L203.26562 252.0169Q203.26562 251.53253 203.59375 251.09503Q203.9375 250.65753 204.51562 250.40753Q205.09375 250.1419 205.78125 250.1419Q206.89062 250.1419 207.5 250.68878Q208.125 251.23566 208.15625 252.18878L208.15625 255.11066Q208.15625 255.98566 208.375 256.50128L208.375 256.59503L207.23438 256.59503ZM205.4375 255.7669Q205.95312 255.7669 206.40625 255.50128Q206.85938 255.23566 207.0625 254.81378L207.0625 253.5169L206.21875 253.5169Q204.21875 253.5169 204.21875 254.68878Q204.21875 255.18878 204.5625 255.48566Q204.90625 255.7669 205.4375 255.7669ZM213.39062 251.22003Q213.14062 251.18878 212.85938 251.18878Q211.78125 251.18878 211.40625 252.09503L211.40625 256.59503L210.32812 256.59503L210.32812 250.25128L211.375 250.25128L211.39062 250.98566Q211.92188 250.1419 212.90625 250.1419Q213.21875 250.1419 213.39062 250.22003L213.39062 251.22003ZM218.01562 254.90753Q218.01562 254.47003 217.67188 254.23566Q217.34375 253.98566 216.51562 253.81378Q215.70312 253.6419 215.21875 253.3919Q214.73438 253.1419 214.5 252.81378Q214.28125 252.47003 214.28125 252.00128Q214.28125 251.22003 214.9375 250.68878Q215.59375 250.1419 216.625 250.1419Q217.70312 250.1419 218.35938 250.7044Q219.03125 251.25128 219.03125 252.11066L217.95312 252.11066Q217.95312 251.67316 217.5625 251.36066Q217.1875 251.03253 216.625 251.03253Q216.03125 251.03253 215.6875 251.29816Q215.35938 251.54816 215.35938 251.9544Q215.35938 252.34503 215.67188 252.54816Q215.98438 252.75128 216.79688 252.93878Q217.60938 253.11066 218.10938 253.36066Q218.60938 253.61066 218.84375 253.97003Q219.09375 254.3294 219.09375 254.8294Q219.09375 255.68878 218.40625 256.2044Q217.73438 256.72003 216.65625 256.72003Q215.89062 256.72003 215.29688 256.4544Q214.71875 256.17316 214.39062 255.68878Q214.0625 255.2044 214.0625 254.6419L215.14062 254.6419Q215.17188 255.18878 215.57812 255.5169Q215.98438 255.8294 216.65625 255.8294Q217.26562 255.8294 217.64062 255.5794Q218.01562 255.3294 218.01562 254.90753ZM222.95312 256.72003Q221.65625 256.72003 220.84375 255.87628Q220.04688 255.0169 220.04688 253.59503L220.04688 253.40753Q220.04688 252.4544 220.40625 251.72003Q220.76562 250.97003 221.40625 250.56378Q222.0625 250.1419 222.8125 250.1419Q224.04688 250.1419 224.73438 250.9544Q225.42188 251.7669 225.42188 253.28253L225.42188 253.73566L221.125 253.73566Q221.15625 254.67316 221.67188 255.25128Q222.20312 255.8294 223.01562 255.8294Q223.57812 255.8294 223.96875 255.59503Q224.375 255.36066 224.6875 254.97003L225.34375 255.48566Q224.54688 256.72003 222.95312 256.72003ZM222.8125 251.03253Q222.15625 251.03253 221.70312 251.5169Q221.26562 251.98566 221.17188 252.84503L224.34375 252.84503L224.34375 252.7669Q224.29688 251.93878 223.89062 251.48566Q223.5 251.03253 222.8125 251.03253Z" fill-rule="nonzero"/><path fill="#666666" d="M26.5 273.41574L26.5 279.21262Q26.484375 280.41574 25.734375 281.197Q24.984375 281.96262 23.703125 282.05637L23.390625 282.072Q22.0 282.072 21.15625 281.322Q20.328125 280.55637 20.328125 279.22824L20.328125 273.41574L21.4375 273.41574L21.4375 279.197Q21.4375 280.11887 21.9375 280.6345Q22.453125 281.15012 23.390625 281.15012Q24.359375 281.15012 24.859375 280.6345Q25.359375 280.11887 25.359375 279.197L25.359375 273.41574L26.5 273.41574ZM29.34375 275.60324L29.375 276.40012Q30.109375 275.49387 31.28125 275.49387Q33.296875 275.49387 33.3125 277.7595L33.3125 281.947L32.21875 281.947L32.21875 277.74387Q32.21875 277.072 31.90625 276.74387Q31.609375 276.41574 30.953125 276.41574Q30.421875 276.41574 30.015625 276.697Q29.625 276.97824 29.40625 277.43137L29.40625 281.947L28.328125 281.947L28.328125 275.60324L29.34375 275.60324ZM39.234375 281.947Q39.140625 281.7595 39.078125 281.27512Q38.328125 282.072 37.28125 282.072Q36.34375 282.072 35.734375 281.54074Q35.140625 281.0095 35.140625 280.18137Q35.140625 279.197 35.890625 278.65012Q36.640625 278.10324 38.015625 278.10324L39.0625 278.10324L39.0625 277.60324Q39.0625 277.04074 38.71875 276.71262Q38.390625 276.36887 37.71875 276.36887Q37.140625 276.36887 36.75 276.66574Q36.359375 276.947 36.359375 277.36887L35.265625 277.36887Q35.265625 276.8845 35.59375 276.447Q35.9375 276.0095 36.515625 275.7595Q37.09375 275.49387 37.78125 275.49387Q38.890625 275.49387 39.5 276.04074Q40.125 276.58762 40.15625 277.54074L40.15625 280.46262Q40.15625 281.33762 40.375 281.85324L40.375 281.947L39.234375 281.947ZM37.4375 281.11887Q37.953125 281.11887 38.40625 280.85324Q38.859375 280.58762 39.0625 280.16574L39.0625 278.86887L38.21875 278.86887Q36.21875 278.86887 36.21875 280.04074Q36.21875 280.54074 36.5625 280.83762Q36.90625 281.11887 37.4375 281.11887ZM47.9375 280.447L49.15625 275.60324L50.234375 275.60324L48.390625 281.947L47.515625 281.947L45.96875 277.1345L44.46875 281.947L43.59375 281.947L41.75 275.60324L42.828125 275.60324L44.078125 280.35324L45.5625 275.60324L46.421875 275.60324L47.9375 280.447ZM55.234375 281.947Q55.140625 281.7595 55.078125 281.27512Q54.328125 282.072 53.28125 282.072Q52.34375 282.072 51.734375 281.54074Q51.140625 281.0095 51.140625 280.18137Q51.140625 279.197 51.890625 278.65012Q52.640625 278.10324 54.015625 278.10324L55.0625 278.10324L55.0625 277.60324Q55.0625 277.04074 54.71875 276.71262Q54.390625 276.36887 53.71875 276.36887Q53.140625 276.36887 52.75 276.66574Q52.359375 276.947 52.359375 277.36887L51.265625 277.36887Q51.265625 276.8845 51.59375 276.447Q51.9375 276.0095 52.515625 275.7595Q53.09375 275.49387 53.78125 275.49387Q54.890625 275.49387 55.5 276.04074Q56.125 276.58762 56.15625 277.54074L56.15625 280.46262Q56.15625 281.33762 56.375 281.85324L56.375 281.947L55.234375 281.947ZM53.4375 281.11887Q53.953125 281.11887 54.40625 280.85324Q54.859375 280.58762 55.0625 280.16574L55.0625 278.86887L54.21875 278.86887Q52.21875 278.86887 52.21875 280.04074Q52.21875 280.54074 52.5625 280.83762Q52.90625 281.11887 53.4375 281.11887ZM61.390625 276.572Q61.140625 276.54074 60.859375 276.54074Q59.78125 276.54074 59.40625 277.447L59.40625 281.947L58.328125 281.947L58.328125 275.60324L59.375 275.60324L59.390625 276.33762Q59.921875 275.49387 60.90625 275.49387Q61.21875 275.49387 61.390625 275.572L61.390625 276.572ZM64.953125 282.072Q63.65625 282.072 62.84375 281.22824Q62.046875 280.36887 62.046875 278.947L62.046875 278.7595Q62.046875 277.80637 62.40625 277.072Q62.765625 276.322 63.40625 275.91574Q64.0625 275.49387 64.8125 275.49387Q66.046875 275.49387 66.734375 276.30637Q67.421875 277.11887 67.421875 278.6345L67.421875 279.08762L63.125 279.08762Q63.15625 280.02512 63.671875 280.60324Q64.203125 281.18137 65.015625 281.18137Q65.578125 281.18137 65.96875 280.947Q66.375 280.71262 66.6875 280.322L67.34375 280.83762Q66.546875 282.072 64.953125 282.072ZM64.8125 276.3845Q64.15625 276.3845 63.703125 276.86887Q63.265625 277.33762 63.171875 278.197L66.34375 278.197L66.34375 278.11887Q66.296875 277.29074 65.890625 276.83762Q65.5 276.3845 64.8125 276.3845ZM71.03125 278.71262Q71.03125 277.79074 71.390625 277.04074Q71.765625 276.29074 72.421875 275.90012Q73.078125 275.49387 73.90625 275.49387Q75.203125 275.49387 76.0 276.3845Q76.8125 277.27512 76.8125 278.77512L76.8125 278.85324Q76.8125 279.77512 76.453125 280.5095Q76.09375 281.24387 75.4375 281.66574Q74.78125 282.072 73.921875 282.072Q72.640625 282.072 71.828125 281.18137Q71.03125 280.27512 71.03125 278.79074L71.03125 278.71262ZM72.125 278.85324Q72.125 279.90012 72.609375 280.54074Q73.109375 281.18137 73.921875 281.18137Q74.75 281.18137 75.234375 280.54074Q75.71875 279.8845 75.71875 278.71262Q75.71875 277.68137 75.21875 277.04074Q74.734375 276.3845 73.90625 276.3845Q73.109375 276.3845 72.609375 277.02512Q72.125 277.65012 72.125 278.85324ZM78.859375 281.947L78.859375 276.447L77.859375 276.447L77.859375 275.60324L78.859375 275.60324L78.859375 274.96262Q78.859375 273.93137 79.390625 273.3845Q79.9375 272.822 80.9375 272.822Q81.3125 272.822 81.6875 272.91574L81.625 273.80637Q81.34375 273.74387 81.046875 273.74387Q80.515625 273.74387 80.21875 274.05637Q79.9375 274.36887 79.9375 274.93137L79.9375 275.60324L81.296875 275.60324L81.296875 276.447L79.9375 276.447L79.9375 281.947L78.859375 281.947ZM89.234375 281.947Q89.140625 281.7595 89.078125 281.27512Q88.328125 282.072 87.28125 282.072Q86.34375 282.072 85.734375 281.54074Q85.140625 281.0095 85.140625 280.18137Q85.140625 279.197 85.890625 278.65012Q86.640625 278.10324 88.015625 278.10324L89.0625 278.10324L89.0625 277.60324Q89.0625 277.04074 88.71875 276.71262Q88.390625 276.36887 87.71875 276.36887Q87.140625 276.36887 86.75 276.66574Q86.359375 276.947 86.359375 277.36887L85.265625 277.36887Q85.265625 276.8845 85.59375 276.447Q85.9375 276.0095 86.515625 275.7595Q87.09375 275.49387 87.78125 275.49387Q88.890625 275.49387 89.5 276.04074Q90.125 276.58762 90.15625 277.54074L90.15625 280.46262Q90.15625 281.33762 90.375 281.85324L90.375 281.947L89.234375 281.947ZM87.4375 281.11887Q87.953125 281.11887 88.40625 280.85324Q88.859375 280.58762 89.0625 280.16574L89.0625 278.86887L88.21875 278.86887Q86.21875 278.86887 86.21875 280.04074Q86.21875 280.54074 86.5625 280.83762Q86.90625 281.11887 87.4375 281.11887ZM95.0625 278.72824Q95.0625 277.24387 95.75 276.36887Q96.4375 275.49387 97.5625 275.49387Q98.71875 275.49387 99.375 276.30637L99.421875 275.60324L100.421875 275.60324L100.421875 281.79074Q100.421875 283.02512 99.6875 283.72824Q98.953125 284.447 97.734375 284.447Q97.046875 284.447 96.390625 284.15012Q95.734375 283.85324 95.390625 283.35324L95.953125 282.697Q96.640625 283.55637 97.65625 283.55637Q98.4375 283.55637 98.875 283.10324Q99.328125 282.66574 99.328125 281.85324L99.328125 281.30637Q98.671875 282.072 97.546875 282.072Q96.4375 282.072 95.75 281.18137Q95.0625 280.27512 95.0625 278.72824ZM96.15625 278.85324Q96.15625 279.91574 96.59375 280.54074Q97.03125 281.15012 97.828125 281.15012Q98.84375 281.15012 99.328125 280.21262L99.328125 277.322Q98.828125 276.41574 97.828125 276.41574Q97.046875 276.41574 96.59375 277.02512Q96.15625 277.6345 96.15625 278.85324ZM102.03125 278.71262Q102.03125 277.79074 102.390625 277.04074Q102.765625 276.29074 103.421875 275.90012Q104.078125 275.49387 104.90625 275.49387Q106.203125 275.49387 107.0 276.3845Q107.8125 277.27512 107.8125 278.77512L107.8125 278.85324Q107.8125 279.77512 107.453125 280.5095Q107.09375 281.24387 106.4375 281.66574Q105.78125 282.072 104.921875 282.072Q103.640625 282.072 102.828125 281.18137Q102.03125 280.27512 102.03125 278.79074L102.03125 278.71262ZM103.125 278.85324Q103.125 279.90012 103.609375 280.54074Q104.109375 281.18137 104.921875 281.18137Q105.75 281.18137 106.234375 280.54074Q106.71875 279.8845 106.71875 278.71262Q106.71875 277.68137 106.21875 277.04074Q105.734375 276.3845 104.90625 276.3845Q104.109375 276.3845 103.609375 277.02512Q103.125 277.65012 103.125 278.85324ZM109.03125 278.71262Q109.03125 277.79074 109.390625 277.04074Q109.765625 276.29074 110.421875 275.90012Q111.078125 275.49387 111.90625 275.49387Q113.203125 275.49387 114.0 276.3845Q114.8125 277.27512 114.8125 278.77512L114.8125 278.85324Q114.8125 279.77512 114.453125 280.5095Q114.09375 281.24387 113.4375 281.66574Q112.78125 282.072 111.921875 282.072Q110.640625 282.072 109.828125 281.18137Q109.03125 280.27512 109.03125 278.79074L109.03125 278.71262ZM110.125 278.85324Q110.125 279.90012 110.609375 280.54074Q111.109375 281.18137 111.921875 281.18137Q112.75 281.18137 113.234375 280.54074Q113.71875 279.8845 113.71875 278.71262Q113.71875 277.68137 113.21875 277.04074Q112.734375 276.3845 111.90625 276.3845Q111.109375 276.3845 110.609375 277.02512Q110.125 277.65012 110.125 278.85324ZM116.0625 278.72824Q116.0625 277.2595 116.75 276.3845Q117.4375 275.49387 118.5625 275.49387Q119.671875 275.49387 120.328125 276.24387L120.328125 272.947L121.40625 272.947L121.40625 281.947L120.40625 281.947L120.359375 281.2595Q119.703125 282.072 118.546875 282.072Q117.453125 282.072 116.75 281.16574Q116.0625 280.2595 116.0625 278.80637L116.0625 278.72824ZM117.140625 278.85324Q117.140625 279.93137 117.578125 280.54074Q118.03125 281.15012 118.8125 281.15012Q119.84375 281.15012 120.328125 280.21262L120.328125 277.30637Q119.84375 276.41574 118.828125 276.41574Q118.03125 276.41574 117.578125 277.02512Q117.140625 277.6345 117.140625 278.85324ZM126.0625 278.72824Q126.0625 277.2595 126.75 276.3845Q127.4375 275.49387 128.5625 275.49387Q129.67188 275.49387 130.32812 276.24387L130.32812 272.947L131.40625 272.947L131.40625 281.947L130.40625 281.947L130.35938 281.2595Q129.70312 282.072 128.54688 282.072Q127.453125 282.072 126.75 281.16574Q126.0625 280.2595 126.0625 278.80637L126.0625 278.72824ZM127.140625 278.85324Q127.140625 279.93137 127.578125 280.54074Q128.03125 281.15012 128.8125 281.15012Q129.84375 281.15012 130.32812 280.21262L130.32812 277.30637Q129.84375 276.41574 128.82812 276.41574Q128.03125 276.41574 127.578125 277.02512Q127.140625 277.6345 127.140625 278.85324ZM135.95312 282.072Q134.65625 282.072 133.84375 281.22824Q133.04688 280.36887 133.04688 278.947L133.04688 278.7595Q133.04688 277.80637 133.40625 277.072Q133.76562 276.322 134.40625 275.91574Q135.0625 275.49387 135.8125 275.49387Q137.04688 275.49387 137.73438 276.30637Q138.42188 277.11887 138.42188 278.6345L138.42188 279.08762L134.125 279.08762Q134.15625 280.02512 134.67188 280.60324Q135.20312 281.18137 136.01562 281.18137Q136.57812 281.18137 136.96875 280.947Q137.375 280.71262 137.6875 280.322L138.34375 280.83762Q137.54688 282.072 135.95312 282.072ZM135.8125 276.3845Q135.15625 276.3845 134.70312 276.86887Q134.26562 277.33762 134.17188 278.197L137.34375 278.197L137.34375 278.11887Q137.29688 277.29074 136.89062 276.83762Q136.5 276.3845 135.8125 276.3845ZM144.6875 278.85324Q144.6875 280.30637 144.01562 281.197Q143.35938 282.072 142.23438 282.072Q141.03125 282.072 140.375 281.21262L140.3125 281.947L139.32812 281.947L139.32812 272.947L140.40625 272.947L140.40625 276.30637Q141.0625 275.49387 142.21875 275.49387Q143.375 275.49387 144.03125 276.36887Q144.6875 277.22824 144.6875 278.7595L144.6875 278.85324ZM143.60938 278.72824Q143.60938 277.61887 143.17188 277.02512Q142.75 276.41574 141.95312 276.41574Q140.875 276.41574 140.40625 277.40012L140.40625 280.15012Q140.90625 281.15012 141.95312 281.15012Q142.73438 281.15012 143.17188 280.54074Q143.60938 279.93137 143.60938 278.72824ZM150.23438 281.322Q149.60938 282.072 148.375 282.072Q147.35938 282.072 146.82812 281.47824Q146.29688 280.8845 146.29688 279.72824L146.29688 275.60324L147.375 275.60324L147.375 279.697Q147.375 281.15012 148.54688 281.15012Q149.79688 281.15012 150.20312 280.21262L150.20312 275.60324L151.29688 275.60324L151.29688 281.947L150.26562 281.947L150.23438 281.322ZM153.0625 278.72824Q153.0625 277.24387 153.75 276.36887Q154.4375 275.49387 155.5625 275.49387Q156.71875 275.49387 157.375 276.30637L157.42188 275.60324L158.42188 275.60324L158.42188 281.79074Q158.42188 283.02512 157.6875 283.72824Q156.95312 284.447 155.73438 284.447Q155.04688 284.447 154.39062 284.15012Q153.73438 283.85324 153.39062 283.35324L153.95312 282.697Q154.64062 283.55637 155.65625 283.55637Q156.4375 283.55637 156.875 283.10324Q157.32812 282.66574 157.32812 281.85324L157.32812 281.30637Q156.67188 282.072 155.54688 282.072Q154.4375 282.072 153.75 281.18137Q153.0625 280.27512 153.0625 278.72824ZM154.15625 278.85324Q154.15625 279.91574 154.59375 280.54074Q155.03125 281.15012 155.82812 281.15012Q156.84375 281.15012 157.32812 280.21262L157.32812 277.322Q156.82812 276.41574 155.82812 276.41574Q155.04688 276.41574 154.59375 277.02512Q154.15625 277.6345 154.15625 278.85324ZM160.0625 278.72824Q160.0625 277.24387 160.75 276.36887Q161.4375 275.49387 162.5625 275.49387Q163.71875 275.49387 164.375 276.30637L164.42188 275.60324L165.42188 275.60324L165.42188 281.79074Q165.42188 283.02512 164.6875 283.72824Q163.95312 284.447 162.73438 284.447Q162.04688 284.447 161.39062 284.15012Q160.73438 283.85324 160.39062 283.35324L160.95312 282.697Q161.64062 283.55637 162.65625 283.55637Q163.4375 283.55637 163.875 283.10324Q164.32812 282.66574 164.32812 281.85324L164.32812 281.30637Q163.67188 282.072 162.54688 282.072Q161.4375 282.072 160.75 281.18137Q160.0625 280.27512 160.0625 278.72824ZM161.15625 278.85324Q161.15625 279.91574 161.59375 280.54074Q162.03125 281.15012 162.82812 281.15012Q163.84375 281.15012 164.32812 280.21262L164.32812 277.322Q163.82812 276.41574 162.82812 276.41574Q162.04688 276.41574 161.59375 277.02512Q161.15625 277.6345 161.15625 278.85324ZM169.95312 282.072Q168.65625 282.072 167.84375 281.22824Q167.04688 280.36887 167.04688 278.947L167.04688 278.7595Q167.04688 277.80637 167.40625 277.072Q167.76562 276.322 168.40625 275.91574Q169.0625 275.49387 169.8125 275.49387Q171.04688 275.49387 171.73438 276.30637Q172.42188 277.11887 172.42188 278.6345L172.42188 279.08762L168.125 279.08762Q168.15625 280.02512 168.67188 280.60324Q169.20312 281.18137 170.01562 281.18137Q170.57812 281.18137 170.96875 280.947Q171.375 280.71262 171.6875 280.322L172.34375 280.83762Q171.54688 282.072 169.95312 282.072ZM169.8125 276.3845Q169.15625 276.3845 168.70312 276.86887Q168.26562 277.33762 168.17188 278.197L171.34375 278.197L171.34375 278.11887Q171.29688 277.29074 170.89062 276.83762Q170.5 276.3845 169.8125 276.3845ZM176.39062 276.572Q176.14062 276.54074 175.85938 276.54074Q174.78125 276.54074 174.40625 277.447L174.40625 281.947L173.32812 281.947L173.32812 275.60324L174.375 275.60324L174.39062 276.33762Q174.92188 275.49387 175.90625 275.49387Q176.21875 275.49387 176.39062 275.572L176.39062 276.572ZM180.53125 282.68137L179.60938 282.68137L183.17188 273.41574L184.09375 273.41574L180.53125 282.68137ZM189.79688 274.072L189.79688 275.60324L190.96875 275.60324L190.96875 276.447L189.79688 276.447L189.79688 280.36887Q189.79688 280.7595 189.95312 280.947Q190.10938 281.1345 190.48438 281.1345Q190.67188 281.1345 191.0 281.072L191.0 281.947Q190.57812 282.072 190.17188 282.072Q189.45312 282.072 189.07812 281.6345Q188.70312 281.18137 188.70312 280.36887L188.70312 276.447L187.54688 276.447L187.54688 275.60324L188.70312 275.60324L188.70312 274.072L189.79688 274.072ZM192.03125 278.71262Q192.03125 277.79074 192.39062 277.04074Q192.76562 276.29074 193.42188 275.90012Q194.07812 275.49387 194.90625 275.49387Q196.20312 275.49387 197.0 276.3845Q197.8125 277.27512 197.8125 278.77512L197.8125 278.85324Q197.8125 279.77512 197.45312 280.5095Q197.09375 281.24387 196.4375 281.66574Q195.78125 282.072 194.92188 282.072Q193.64062 282.072 192.82812 281.18137Q192.03125 280.27512 192.03125 278.79074L192.03125 278.71262ZM193.125 278.85324Q193.125 279.90012 193.60938 280.54074Q194.10938 281.18137 194.92188 281.18137Q195.75 281.18137 196.23438 280.54074Q196.71875 279.8845 196.71875 278.71262Q196.71875 277.68137 196.21875 277.04074Q195.73438 276.3845 194.90625 276.3845Q194.10938 276.3845 193.60938 277.02512Q193.125 277.65012 193.125 278.85324ZM199.03125 278.71262Q199.03125 277.79074 199.39062 277.04074Q199.76562 276.29074 200.42188 275.90012Q201.07812 275.49387 201.90625 275.49387Q203.20312 275.49387 204.0 276.3845Q204.8125 277.27512 204.8125 278.77512L204.8125 278.85324Q204.8125 279.77512 204.45312 280.5095Q204.09375 281.24387 203.4375 281.66574Q202.78125 282.072 201.92188 282.072Q200.64062 282.072 199.82812 281.18137Q199.03125 280.27512 199.03125 278.79074L199.03125 278.71262ZM200.125 278.85324Q200.125 279.90012 200.60938 280.54074Q201.10938 281.18137 201.92188 281.18137Q202.75 281.18137 203.23438 280.54074Q203.71875 279.8845 203.71875 278.71262Q203.71875 277.68137 203.21875 277.04074Q202.73438 276.3845 201.90625 276.3845Q201.10938 276.3845 200.60938 277.02512Q200.125 277.65012 200.125 278.85324ZM207.5 281.947L206.42188 281.947L206.42188 272.947L207.5 272.947L207.5 281.947ZM210.5 281.947L209.42188 281.947L209.42188 275.60324L210.5 275.60324L210.5 281.947ZM209.32812 273.93137Q209.32812 273.66574 209.48438 273.47824Q209.65625 273.29074 209.96875 273.29074Q210.28125 273.29074 210.4375 273.47824Q210.60938 273.66574 210.60938 273.93137Q210.60938 274.18137 210.4375 274.36887Q210.28125 274.54074 209.96875 274.54074Q209.65625 274.54074 209.48438 274.36887Q209.32812 274.18137 209.32812 273.93137ZM213.34375 275.60324L213.375 276.40012Q214.10938 275.49387 215.28125 275.49387Q217.29688 275.49387 217.3125 277.7595L217.3125 281.947L216.21875 281.947L216.21875 277.74387Q216.21875 277.072 215.90625 276.74387Q215.60938 276.41574 214.95312 276.41574Q214.42188 276.41574 214.01562 276.697Q213.625 276.97824 213.40625 277.43137L213.40625 281.947L212.32812 281.947L212.32812 275.60324L213.34375 275.60324ZM219.0625 278.72824Q219.0625 277.24387 219.75 276.36887Q220.4375 275.49387 221.5625 275.49387Q222.71875 275.49387 223.375 276.30637L223.42188 275.60324L224.42188 275.60324L224.42188 281.79074Q224.42188 283.02512 223.6875 283.72824Q222.95312 284.447 221.73438 284.447Q221.04688 284.447 220.39062 284.15012Q219.73438 283.85324 219.39062 283.35324L219.95312 282.697Q220.64062 283.55637 221.65625 283.55637Q222.4375 283.55637 222.875 283.10324Q223.32812 282.66574 223.32812 281.85324L223.32812 281.30637Q222.67188 282.072 221.54688 282.072Q220.4375 282.072 219.75 281.18137Q219.0625 280.27512 219.0625 278.72824ZM220.15625 278.85324Q220.15625 279.91574 220.59375 280.54074Q221.03125 281.15012 221.82812 281.15012Q222.84375 281.15012 223.32812 280.21262L223.32812 277.322Q222.82812 276.41574 221.82812 276.41574Q221.04688 276.41574 220.59375 277.02512Q220.15625 277.6345 220.15625 278.85324Z" fill-rule="nonzero"/><path fill="#666666" d="M25.390625 299.68958L22.640625 299.68958L22.640625 307.29895L21.53125 307.29895L21.53125 299.68958L18.78125 299.68958L18.78125 298.7677L25.390625 298.7677L25.390625 299.68958ZM26.03125 304.06458Q26.03125 303.1427 26.390625 302.3927Q26.765625 301.6427 27.421875 301.25208Q28.078125 300.84583 28.90625 300.84583Q30.203125 300.84583 31.0 301.73645Q31.8125 302.62708 31.8125 304.12708L31.8125 304.2052Q31.8125 305.12708 31.453125 305.86145Q31.09375 306.59583 30.4375 307.0177Q29.78125 307.42395 28.921875 307.42395Q27.640625 307.42395 26.828125 306.53333Q26.03125 305.62708 26.03125 304.1427L26.03125 304.06458ZM27.125 304.2052Q27.125 305.25208 27.609375 305.8927Q28.109375 306.53333 28.921875 306.53333Q29.75 306.53333 30.234375 305.8927Q30.71875 305.23645 30.71875 304.06458Q30.71875 303.03333 30.21875 302.3927Q29.734375 301.73645 28.90625 301.73645Q28.109375 301.73645 27.609375 302.37708Q27.125 303.00208 27.125 304.2052ZM33.03125 304.06458Q33.03125 303.1427 33.390625 302.3927Q33.765625 301.6427 34.421875 301.25208Q35.078125 300.84583 35.90625 300.84583Q37.203125 300.84583 38.0 301.73645Q38.8125 302.62708 38.8125 304.12708L38.8125 304.2052Q38.8125 305.12708 38.453125 305.86145Q38.09375 306.59583 37.4375 307.0177Q36.78125 307.42395 35.921875 307.42395Q34.640625 307.42395 33.828125 306.53333Q33.03125 305.62708 33.03125 304.1427L33.03125 304.06458ZM34.125 304.2052Q34.125 305.25208 34.609375 305.8927Q35.109375 306.53333 35.921875 306.53333Q36.75 306.53333 37.234375 305.8927Q37.71875 305.23645 37.71875 304.06458Q37.71875 303.03333 37.21875 302.3927Q36.734375 301.73645 35.90625 301.73645Q35.109375 301.73645 34.609375 302.37708Q34.125 303.00208 34.125 304.2052ZM41.5 307.29895L40.421875 307.29895L40.421875 298.29895L41.5 298.29895L41.5 307.29895ZM44.5 307.29895L43.421875 307.29895L43.421875 300.9552L44.5 300.9552L44.5 307.29895ZM43.328125 299.28333Q43.328125 299.0177 43.484375 298.8302Q43.65625 298.6427 43.96875 298.6427Q44.28125 298.6427 44.4375 298.8302Q44.609375 299.0177 44.609375 299.28333Q44.609375 299.53333 44.4375 299.72083Q44.28125 299.8927 43.96875 299.8927Q43.65625 299.8927 43.484375 299.72083Q43.328125 299.53333 43.328125 299.28333ZM47.34375 300.9552L47.375 301.75208Q48.109375 300.84583 49.28125 300.84583Q51.296875 300.84583 51.3125 303.11145L51.3125 307.29895L50.21875 307.29895L50.21875 303.09583Q50.21875 302.42395 49.90625 302.09583Q49.609375 301.7677 48.953125 301.7677Q48.421875 301.7677 48.015625 302.04895Q47.625 302.3302 47.40625 302.78333L47.40625 307.29895L46.328125 307.29895L46.328125 300.9552L47.34375 300.9552ZM53.0625 304.0802Q53.0625 302.59583 53.75 301.72083Q54.4375 300.84583 55.5625 300.84583Q56.71875 300.84583 57.375 301.65833L57.421875 300.9552L58.421875 300.9552L58.421875 307.1427Q58.421875 308.37708 57.6875 309.0802Q56.953125 309.79895 55.734375 309.79895Q55.046875 309.79895 54.390625 309.50208Q53.734375 309.2052 53.390625 308.7052L53.953125 308.04895Q54.640625 308.90833 55.65625 308.90833Q56.4375 308.90833 56.875 308.4552Q57.328125 308.0177 57.328125 307.2052L57.328125 306.65833Q56.671875 307.42395 55.546875 307.42395Q54.4375 307.42395 53.75 306.53333Q53.0625 305.62708 53.0625 304.0802ZM54.15625 304.2052Q54.15625 305.2677 54.59375 305.8927Q55.03125 306.50208 55.828125 306.50208Q56.84375 306.50208 57.328125 305.56458L57.328125 302.67395Q56.828125 301.7677 55.828125 301.7677Q55.046875 301.7677 54.59375 302.37708Q54.15625 302.98645 54.15625 304.2052ZM63.0625 304.0802Q63.0625 302.61145 63.75 301.73645Q64.4375 300.84583 65.5625 300.84583Q66.671875 300.84583 67.328125 301.59583L67.328125 298.29895L68.40625 298.29895L68.40625 307.29895L67.40625 307.29895L67.359375 306.61145Q66.703125 307.42395 65.546875 307.42395Q64.453125 307.42395 63.75 306.5177Q63.0625 305.61145 63.0625 304.15833L63.0625 304.0802ZM64.140625 304.2052Q64.140625 305.28333 64.578125 305.8927Q65.03125 306.50208 65.8125 306.50208Q66.84375 306.50208 67.328125 305.56458L67.328125 302.65833Q66.84375 301.7677 65.828125 301.7677Q65.03125 301.7677 64.578125 302.37708Q64.140625 302.98645 64.140625 304.2052ZM70.03125 304.06458Q70.03125 303.1427 70.390625 302.3927Q70.765625 301.6427 71.421875 301.25208Q72.078125 300.84583 72.90625 300.84583Q74.203125 300.84583 75.0 301.73645Q75.8125 302.62708 75.8125 304.12708L75.8125 304.2052Q75.8125 305.12708 75.453125 305.86145Q75.09375 306.59583 74.4375 307.0177Q73.78125 307.42395 72.921875 307.42395Q71.640625 307.42395 70.828125 306.53333Q70.03125 305.62708 70.03125 304.1427L70.03125 304.06458ZM71.125 304.2052Q71.125 305.25208 71.609375 305.8927Q72.109375 306.53333 72.921875 306.53333Q73.75 306.53333 74.234375 305.8927Q74.71875 305.23645 74.71875 304.06458Q74.71875 303.03333 74.21875 302.3927Q73.734375 301.73645 72.90625 301.73645Q72.109375 301.73645 71.609375 302.37708Q71.125 303.00208 71.125 304.2052ZM79.953125 307.42395Q78.65625 307.42395 77.84375 306.5802Q77.046875 305.72083 77.046875 304.29895L77.046875 304.11145Q77.046875 303.15833 77.40625 302.42395Q77.765625 301.67395 78.40625 301.2677Q79.0625 300.84583 79.8125 300.84583Q81.046875 300.84583 81.734375 301.65833Q82.421875 302.47083 82.421875 303.98645L82.421875 304.43958L78.125 304.43958Q78.15625 305.37708 78.671875 305.9552Q79.203125 306.53333 80.015625 306.53333Q80.578125 306.53333 80.96875 306.29895Q81.375 306.06458 81.6875 305.67395L82.34375 306.18958Q81.546875 307.42395 79.953125 307.42395ZM79.8125 301.73645Q79.15625 301.73645 78.703125 302.22083Q78.265625 302.68958 78.171875 303.54895L81.34375 303.54895L81.34375 303.47083Q81.296875 302.6427 80.890625 302.18958Q80.5 301.73645 79.8125 301.73645ZM87.015625 305.61145Q87.015625 305.17395 86.671875 304.93958Q86.34375 304.68958 85.515625 304.5177Q84.703125 304.34583 84.21875 304.09583Q83.734375 303.84583 83.5 303.5177Q83.28125 303.17395 83.28125 302.7052Q83.28125 301.92395 83.9375 301.3927Q84.59375 300.84583 85.625 300.84583Q86.703125 300.84583 87.359375 301.40833Q88.03125 301.9552 88.03125 302.81458L86.953125 302.81458Q86.953125 302.37708 86.5625 302.06458Q86.1875 301.73645 85.625 301.73645Q85.03125 301.73645 84.6875 302.00208Q84.359375 302.25208 84.359375 302.65833Q84.359375 303.04895 84.671875 303.25208Q84.984375 303.4552 85.796875 303.6427Q86.609375 303.81458 87.109375 304.06458Q87.609375 304.31458 87.84375 304.67395Q88.09375 305.03333 88.09375 305.53333Q88.09375 306.3927 87.40625 306.90833Q86.734375 307.42395 85.65625 307.42395Q84.890625 307.42395 84.296875 307.15833Q83.71875 306.87708 83.390625 306.3927Q83.0625 305.90833 83.0625 305.34583L84.140625 305.34583Q84.171875 305.8927 84.578125 306.22083Q84.984375 306.53333 85.65625 306.53333Q86.265625 306.53333 86.640625 306.28333Q87.015625 306.03333 87.015625 305.61145ZM90.34375 300.9552L90.375 301.75208Q91.109375 300.84583 92.28125 300.84583Q94.296875 300.84583 94.3125 303.11145L94.3125 307.29895L93.21875 307.29895L93.21875 303.09583Q93.21875 302.42395 92.90625 302.09583Q92.609375 301.7677 91.953125 301.7677Q91.421875 301.7677 91.015625 302.04895Q90.625 302.3302 90.40625 302.78333L90.40625 307.29895L89.328125 307.29895L89.328125 300.9552L90.34375 300.9552ZM96.984375 298.9552L96.859375 301.11145L96.109375 301.11145L96.109375 298.29895L96.984375 298.29895L96.984375 298.9552ZM99.796875 299.42395L99.796875 300.9552L100.96875 300.9552L100.96875 301.79895L99.796875 301.79895L99.796875 305.72083Q99.796875 306.11145 99.953125 306.29895Q100.109375 306.48645 100.484375 306.48645Q100.671875 306.48645 101.0 306.42395L101.0 307.29895Q100.578125 307.42395 100.171875 307.42395Q99.453125 307.42395 99.078125 306.98645Q98.703125 306.53333 98.703125 305.72083L98.703125 301.79895L97.546875 301.79895L97.546875 300.9552L98.703125 300.9552L98.703125 299.42395L99.796875 299.42395ZM109.234375 307.29895Q109.140625 307.11145 109.078125 306.62708Q108.328125 307.42395 107.28125 307.42395Q106.34375 307.42395 105.734375 306.8927Q105.140625 306.36145 105.140625 305.53333Q105.140625 304.54895 105.890625 304.00208Q106.640625 303.4552 108.015625 303.4552L109.0625 303.4552L109.0625 302.9552Q109.0625 302.3927 108.71875 302.06458Q108.390625 301.72083 107.71875 301.72083Q107.140625 301.72083 106.75 302.0177Q106.359375 302.29895 106.359375 302.72083L105.265625 302.72083Q105.265625 302.23645 105.59375 301.79895Q105.9375 301.36145 106.515625 301.11145Q107.09375 300.84583 107.78125 300.84583Q108.890625 300.84583 109.5 301.3927Q110.125 301.93958 110.15625 302.8927L110.15625 305.81458Q110.15625 306.68958 110.375 307.2052L110.375 307.29895L109.234375 307.29895ZM107.4375 306.47083Q107.953125 306.47083 108.40625 306.2052Q108.859375 305.93958 109.0625 305.5177L109.0625 304.22083L108.21875 304.22083Q106.21875 304.22083 106.21875 305.3927Q106.21875 305.8927 106.5625 306.18958Q106.90625 306.47083 107.4375 306.47083ZM113.34375 300.9552L113.375 301.75208Q114.109375 300.84583 115.28125 300.84583Q117.296875 300.84583 117.3125 303.11145L117.3125 307.29895L116.21875 307.29895L116.21875 303.09583Q116.21875 302.42395 115.90625 302.09583Q115.609375 301.7677 114.953125 301.7677Q114.421875 301.7677 114.015625 302.04895Q113.625 302.3302 113.40625 302.78333L113.40625 307.29895L112.328125 307.29895L112.328125 300.9552L113.34375 300.9552ZM123.015625 305.61145Q123.015625 305.17395 122.671875 304.93958Q122.34375 304.68958 121.515625 304.5177Q120.703125 304.34583 120.21875 304.09583Q119.734375 303.84583 119.5 303.5177Q119.28125 303.17395 119.28125 302.7052Q119.28125 301.92395 119.9375 301.3927Q120.59375 300.84583 121.625 300.84583Q122.703125 300.84583 123.359375 301.40833Q124.03125 301.9552 124.03125 302.81458L122.953125 302.81458Q122.953125 302.37708 122.5625 302.06458Q122.1875 301.73645 121.625 301.73645Q121.03125 301.73645 120.6875 302.00208Q120.359375 302.25208 120.359375 302.65833Q120.359375 303.04895 120.671875 303.25208Q120.984375 303.4552 121.796875 303.6427Q122.609375 303.81458 123.109375 304.06458Q123.609375 304.31458 123.84375 304.67395Q124.09375 305.03333 124.09375 305.53333Q124.09375 306.3927 123.40625 306.90833Q122.734375 307.42395 121.65625 307.42395Q120.890625 307.42395 120.296875 307.15833Q119.71875 306.87708 119.390625 306.3927Q119.0625 305.90833 119.0625 305.34583L120.140625 305.34583Q120.171875 305.8927 120.578125 306.22083Q120.984375 306.53333 121.65625 306.53333Q122.265625 306.53333 122.640625 306.28333Q123.015625 306.03333 123.015625 305.61145ZM130.9375 305.79895L132.15625 300.9552L133.23438 300.9552L131.39062 307.29895L130.51562 307.29895L128.96875 302.48645L127.46875 307.29895L126.59375 307.29895L124.75 300.9552L125.828125 300.9552L127.078125 305.7052L128.5625 300.9552L129.42188 300.9552L130.9375 305.79895ZM136.95312 307.42395Q135.65625 307.42395 134.84375 306.5802Q134.04688 305.72083 134.04688 304.29895L134.04688 304.11145Q134.04688 303.15833 134.40625 302.42395Q134.76562 301.67395 135.40625 301.2677Q136.0625 300.84583 136.8125 300.84583Q138.04688 300.84583 138.73438 301.65833Q139.42188 302.47083 139.42188 303.98645L139.42188 304.43958L135.125 304.43958Q135.15625 305.37708 135.67188 305.9552Q136.20312 306.53333 137.01562 306.53333Q137.57812 306.53333 137.96875 306.29895Q138.375 306.06458 138.6875 305.67395L139.34375 306.18958Q138.54688 307.42395 136.95312 307.42395ZM136.8125 301.73645Q136.15625 301.73645 135.70312 302.22083Q135.26562 302.68958 135.17188 303.54895L138.34375 303.54895L138.34375 303.47083Q138.29688 302.6427 137.89062 302.18958Q137.5 301.73645 136.8125 301.73645ZM143.39062 301.92395Q143.14062 301.8927 142.85938 301.8927Q141.78125 301.8927 141.40625 302.79895L141.40625 307.29895L140.32812 307.29895L140.32812 300.9552L141.375 300.9552L141.39062 301.68958Q141.92188 300.84583 142.90625 300.84583Q143.21875 300.84583 143.39062 300.92395L143.39062 301.92395ZM148.79688 299.42395L148.79688 300.9552L149.96875 300.9552L149.96875 301.79895L148.79688 301.79895L148.79688 305.72083Q148.79688 306.11145 148.95312 306.29895Q149.10938 306.48645 149.48438 306.48645Q149.67188 306.48645 150.0 306.42395L150.0 307.29895Q149.57812 307.42395 149.17188 307.42395Q148.45312 307.42395 148.07812 306.98645Q147.70312 306.53333 147.70312 305.72083L147.70312 301.79895L146.54688 301.79895L146.54688 300.9552L147.70312 300.9552L147.70312 299.42395L148.79688 299.42395ZM152.40625 301.72083Q153.125 300.84583 154.28125 300.84583Q156.29688 300.84583 156.3125 303.11145L156.3125 307.29895L155.21875 307.29895L155.21875 303.09583Q155.21875 302.42395 154.90625 302.09583Q154.60938 301.7677 153.95312 301.7677Q153.42188 301.7677 153.01562 302.04895Q152.625 302.3302 152.40625 302.78333L152.40625 307.29895L151.32812 307.29895L151.32812 298.29895L152.40625 298.29895L152.40625 301.72083ZM160.95312 307.42395Q159.65625 307.42395 158.84375 306.5802Q158.04688 305.72083 158.04688 304.29895L158.04688 304.11145Q158.04688 303.15833 158.40625 302.42395Q158.76562 301.67395 159.40625 301.2677Q160.0625 300.84583 160.8125 300.84583Q162.04688 300.84583 162.73438 301.65833Q163.42188 302.47083 163.42188 303.98645L163.42188 304.43958L159.125 304.43958Q159.15625 305.37708 159.67188 305.9552Q160.20312 306.53333 161.01562 306.53333Q161.57812 306.53333 161.96875 306.29895Q162.375 306.06458 162.6875 305.67395L163.34375 306.18958Q162.54688 307.42395 160.95312 307.42395ZM160.8125 301.73645Q160.15625 301.73645 159.70312 302.22083Q159.26562 302.68958 159.17188 303.54895L162.34375 303.54895L162.34375 303.47083Q162.29688 302.6427 161.89062 302.18958Q161.5 301.73645 160.8125 301.73645ZM167.0625 304.0802Q167.0625 302.5802 167.73438 301.72083Q168.42188 300.84583 169.57812 300.84583Q170.70312 300.84583 171.35938 301.59583L171.40625 300.9552L172.40625 300.9552L172.40625 309.73645L171.3125 309.73645L171.3125 306.7052Q170.65625 307.42395 169.57812 307.42395Q168.42188 307.42395 167.73438 306.53333Q167.0625 305.62708 167.0625 304.15833L167.0625 304.0802ZM168.14062 304.2052Q168.14062 305.28333 168.59375 305.90833Q169.0625 306.53333 169.84375 306.53333Q170.8125 306.53333 171.3125 305.67395L171.3125 302.56458Q170.79688 301.73645 169.85938 301.73645Q169.0625 301.73645 168.59375 302.36145Q168.14062 302.98645 168.14062 304.2052ZM178.23438 306.67395Q177.60938 307.42395 176.375 307.42395Q175.35938 307.42395 174.82812 306.8302Q174.29688 306.23645 174.29688 305.0802L174.29688 300.9552L175.375 300.9552L175.375 305.04895Q175.375 306.50208 176.54688 306.50208Q177.79688 306.50208 178.20312 305.56458L178.20312 300.9552L179.29688 300.9552L179.29688 307.29895L178.26562 307.29895L178.23438 306.67395ZM183.95312 307.42395Q182.65625 307.42395 181.84375 306.5802Q181.04688 305.72083 181.04688 304.29895L181.04688 304.11145Q181.04688 303.15833 181.40625 302.42395Q181.76562 301.67395 182.40625 301.2677Q183.0625 300.84583 183.8125 300.84583Q185.04688 300.84583 185.73438 301.65833Q186.42188 302.47083 186.42188 303.98645L186.42188 304.43958L182.125 304.43958Q182.15625 305.37708 182.67188 305.9552Q183.20312 306.53333 184.01562 306.53333Q184.57812 306.53333 184.96875 306.29895Q185.375 306.06458 185.6875 305.67395L186.34375 306.18958Q185.54688 307.42395 183.95312 307.42395ZM183.8125 301.73645Q183.15625 301.73645 182.70312 302.22083Q182.26562 302.68958 182.17188 303.54895L185.34375 303.54895L185.34375 303.47083Q185.29688 302.6427 184.89062 302.18958Q184.5 301.73645 183.8125 301.73645ZM191.01562 305.61145Q191.01562 305.17395 190.67188 304.93958Q190.34375 304.68958 189.51562 304.5177Q188.70312 304.34583 188.21875 304.09583Q187.73438 303.84583 187.5 303.5177Q187.28125 303.17395 187.28125 302.7052Q187.28125 301.92395 187.9375 301.3927Q188.59375 300.84583 189.625 300.84583Q190.70312 300.84583 191.35938 301.40833Q192.03125 301.9552 192.03125 302.81458L190.95312 302.81458Q190.95312 302.37708 190.5625 302.06458Q190.1875 301.73645 189.625 301.73645Q189.03125 301.73645 188.6875 302.00208Q188.35938 302.25208 188.35938 302.65833Q188.35938 303.04895 188.67188 303.25208Q188.98438 303.4552 189.79688 303.6427Q190.60938 303.81458 191.10938 304.06458Q191.60938 304.31458 191.84375 304.67395Q192.09375 305.03333 192.09375 305.53333Q192.09375 306.3927 191.40625 306.90833Q190.73438 307.42395 189.65625 307.42395Q188.89062 307.42395 188.29688 307.15833Q187.71875 306.87708 187.39062 306.3927Q187.0625 305.90833 187.0625 305.34583L188.14062 305.34583Q188.17188 305.8927 188.57812 306.22083Q188.98438 306.53333 189.65625 306.53333Q190.26562 306.53333 190.64062 306.28333Q191.01562 306.03333 191.01562 305.61145ZM194.79688 299.42395L194.79688 300.9552L195.96875 300.9552L195.96875 301.79895L194.79688 301.79895L194.79688 305.72083Q194.79688 306.11145 194.95312 306.29895Q195.10938 306.48645 195.48438 306.48645Q195.67188 306.48645 196.0 306.42395L196.0 307.29895Q195.57812 307.42395 195.17188 307.42395Q194.45312 307.42395 194.07812 306.98645Q193.70312 306.53333 193.70312 305.72083L193.70312 301.79895L192.54688 301.79895L192.54688 300.9552L193.70312 300.9552L193.70312 299.42395L194.79688 299.42395ZM198.5 307.29895L197.42188 307.29895L197.42188 300.9552L198.5 300.9552L198.5 307.29895ZM197.32812 299.28333Q197.32812 299.0177 197.48438 298.8302Q197.65625 298.6427 197.96875 298.6427Q198.28125 298.6427 198.4375 298.8302Q198.60938 299.0177 198.60938 299.28333Q198.60938 299.53333 198.4375 299.72083Q198.28125 299.8927 197.96875 299.8927Q197.65625 299.8927 197.48438 299.72083Q197.32812 299.53333 197.32812 299.28333ZM200.03125 304.06458Q200.03125 303.1427 200.39062 302.3927Q200.76562 301.6427 201.42188 301.25208Q202.07812 300.84583 202.90625 300.84583Q204.20312 300.84583 205.0 301.73645Q205.8125 302.62708 205.8125 304.12708L205.8125 304.2052Q205.8125 305.12708 205.45312 305.86145Q205.09375 306.59583 204.4375 307.0177Q203.78125 307.42395 202.92188 307.42395Q201.64062 307.42395 200.82812 306.53333Q200.03125 305.62708 200.03125 304.1427L200.03125 304.06458ZM201.125 304.2052Q201.125 305.25208 201.60938 305.8927Q202.10938 306.53333 202.92188 306.53333Q203.75 306.53333 204.23438 305.8927Q204.71875 305.23645 204.71875 304.06458Q204.71875 303.03333 204.21875 302.3927Q203.73438 301.73645 202.90625 301.73645Q202.10938 301.73645 201.60938 302.37708Q201.125 303.00208 201.125 304.2052ZM208.34375 300.9552L208.375 301.75208Q209.10938 300.84583 210.28125 300.84583Q212.29688 300.84583 212.3125 303.11145L212.3125 307.29895L211.21875 307.29895L211.21875 303.09583Q211.21875 302.42395 210.90625 302.09583Q210.60938 301.7677 209.95312 301.7677Q209.42188 301.7677 209.01562 302.04895Q208.625 302.3302 208.40625 302.78333L208.40625 307.29895L207.32812 307.29895L207.32812 300.9552L208.34375 300.9552ZM218.01562 305.61145Q218.01562 305.17395 217.67188 304.93958Q217.34375 304.68958 216.51562 304.5177Q215.70312 304.34583 215.21875 304.09583Q214.73438 303.84583 214.5 303.5177Q214.28125 303.17395 214.28125 302.7052Q214.28125 301.92395 214.9375 301.3927Q215.59375 300.84583 216.625 300.84583Q217.70312 300.84583 218.35938 301.40833Q219.03125 301.9552 219.03125 302.81458L217.95312 302.81458Q217.95312 302.37708 217.5625 302.06458Q217.1875 301.73645 216.625 301.73645Q216.03125 301.73645 215.6875 302.00208Q215.35938 302.25208 215.35938 302.65833Q215.35938 303.04895 215.67188 303.25208Q215.98438 303.4552 216.79688 303.6427Q217.60938 303.81458 218.10938 304.06458Q218.60938 304.31458 218.84375 304.67395Q219.09375 305.03333 219.09375 305.53333Q219.09375 306.3927 218.40625 306.90833Q217.73438 307.42395 216.65625 307.42395Q215.89062 307.42395 215.29688 307.15833Q214.71875 306.87708 214.39062 306.3927Q214.0625 305.90833 214.0625 305.34583L215.14062 305.34583Q215.17188 305.8927 215.57812 306.22083Q215.98438 306.53333 216.65625 306.53333Q217.26562 306.53333 217.64062 306.28333Q218.01562 306.03333 218.01562 305.61145ZM224.70312 307.29895L223.57812 307.29895L223.57812 298.7677L224.70312 298.7677L224.70312 307.29895Z" fill-rule="nonzero"/><path fill="#666666" d="M117.40625 316.72083Q118.125 315.84583 119.28125 315.84583Q121.296875 315.84583 121.3125 318.11145L121.3125 322.29895L120.21875 322.29895L120.21875 318.09583Q120.21875 317.42395 119.90625 317.09583Q119.609375 316.7677 118.953125 316.7677Q118.421875 316.7677 118.015625 317.04895Q117.625 317.3302 117.40625 317.78333L117.40625 322.29895L116.328125 322.29895L116.328125 313.29895L117.40625 313.29895L117.40625 316.72083ZM127.234375 322.29895Q127.140625 322.11145 127.078125 321.62708Q126.328125 322.42395 125.28125 322.42395Q124.34375 322.42395 123.734375 321.8927Q123.140625 321.36145 123.140625 320.53333Q123.140625 319.54895 123.890625 319.00208Q124.640625 318.4552 126.015625 318.4552L127.0625 318.4552L127.0625 317.9552Q127.0625 317.3927 126.71875 317.06458Q126.390625 316.72083 125.71875 316.72083Q125.140625 316.72083 124.75 317.0177Q124.359375 317.29895 124.359375 317.72083L123.265625 317.72083Q123.265625 317.23645 123.59375 316.79895Q123.9375 316.36145 124.515625 316.11145Q125.09375 315.84583 125.78125 315.84583Q126.890625 315.84583 127.5 316.3927Q128.125 316.93958 128.15625 317.8927L128.15625 320.81458Q128.15625 321.68958 128.375 322.2052L128.375 322.29895L127.234375 322.29895ZM125.4375 321.47083Q125.953125 321.47083 126.40625 321.2052Q126.859375 320.93958 127.0625 320.5177L127.0625 319.22083L126.21875 319.22083Q124.21875 319.22083 124.21875 320.3927Q124.21875 320.8927 124.5625 321.18958Q124.90625 321.47083 125.4375 321.47083ZM132.40625 320.8302L133.98438 315.9552L135.09375 315.9552L132.8125 322.29895L131.98438 322.29895L129.6875 315.9552L130.79688 315.9552L132.40625 320.8302ZM138.95312 322.42395Q137.65625 322.42395 136.84375 321.5802Q136.04688 320.72083 136.04688 319.29895L136.04688 319.11145Q136.04688 318.15833 136.40625 317.42395Q136.76562 316.67395 137.40625 316.2677Q138.0625 315.84583 138.8125 315.84583Q140.04688 315.84583 140.73438 316.65833Q141.42188 317.47083 141.42188 318.98645L141.42188 319.43958L137.125 319.43958Q137.15625 320.37708 137.67188 320.9552Q138.20312 321.53333 139.01562 321.53333Q139.57812 321.53333 139.96875 321.29895Q140.375 321.06458 140.6875 320.67395L141.34375 321.18958Q140.54688 322.42395 138.95312 322.42395ZM138.8125 316.73645Q138.15625 316.73645 137.70312 317.22083Q137.26562 317.68958 137.17188 318.54895L140.34375 318.54895L140.34375 318.47083Q140.29688 317.6427 139.89062 317.18958Q139.5 316.73645 138.8125 316.73645ZM149.23438 322.29895Q149.14062 322.11145 149.07812 321.62708Q148.32812 322.42395 147.28125 322.42395Q146.34375 322.42395 145.73438 321.8927Q145.14062 321.36145 145.14062 320.53333Q145.14062 319.54895 145.89062 319.00208Q146.64062 318.4552 148.01562 318.4552L149.0625 318.4552L149.0625 317.9552Q149.0625 317.3927 148.71875 317.06458Q148.39062 316.72083 147.71875 316.72083Q147.14062 316.72083 146.75 317.0177Q146.35938 317.29895 146.35938 317.72083L145.26562 317.72083Q145.26562 317.23645 145.59375 316.79895Q145.9375 316.36145 146.51562 316.11145Q147.09375 315.84583 147.78125 315.84583Q148.89062 315.84583 149.5 316.3927Q150.125 316.93958 150.15625 317.8927L150.15625 320.81458Q150.15625 321.68958 150.375 322.2052L150.375 322.29895L149.23438 322.29895ZM147.4375 321.47083Q147.95312 321.47083 148.40625 321.2052Q148.85938 320.93958 149.0625 320.5177L149.0625 319.22083L148.21875 319.22083Q146.21875 319.22083 146.21875 320.3927Q146.21875 320.8927 146.5625 321.18958Q146.90625 321.47083 147.4375 321.47083ZM157.6875 319.2052Q157.6875 320.65833 157.01562 321.54895Q156.35938 322.42395 155.23438 322.42395Q154.03125 322.42395 153.375 321.56458L153.3125 322.29895L152.32812 322.29895L152.32812 313.29895L153.40625 313.29895L153.40625 316.65833Q154.0625 315.84583 155.21875 315.84583Q156.375 315.84583 157.03125 316.72083Q157.6875 317.5802 157.6875 319.11145L157.6875 319.2052ZM156.60938 319.0802Q156.60938 317.97083 156.17188 317.37708Q155.75 316.7677 154.95312 316.7677Q153.875 316.7677 153.40625 317.75208L153.40625 320.50208Q153.90625 321.50208 154.95312 321.50208Q155.73438 321.50208 156.17188 320.8927Q156.60938 320.28333 156.60938 319.0802ZM159.03125 319.06458Q159.03125 318.1427 159.39062 317.3927Q159.76562 316.6427 160.42188 316.25208Q161.07812 315.84583 161.90625 315.84583Q163.20312 315.84583 164.0 316.73645Q164.8125 317.62708 164.8125 319.12708L164.8125 319.2052Q164.8125 320.12708 164.45312 320.86145Q164.09375 321.59583 163.4375 322.0177Q162.78125 322.42395 161.92188 322.42395Q160.64062 322.42395 159.82812 321.53333Q159.03125 320.62708 159.03125 319.1427L159.03125 319.06458ZM160.125 319.2052Q160.125 320.25208 160.60938 320.8927Q161.10938 321.53333 161.92188 321.53333Q162.75 321.53333 163.23438 320.8927Q163.71875 320.23645 163.71875 319.06458Q163.71875 318.03333 163.21875 317.3927Q162.73438 316.73645 161.90625 316.73645Q161.10938 316.73645 160.60938 317.37708Q160.125 318.00208 160.125 319.2052ZM170.23438 321.67395Q169.60938 322.42395 168.375 322.42395Q167.35938 322.42395 166.82812 321.8302Q166.29688 321.23645 166.29688 320.0802L166.29688 315.9552L167.375 315.9552L167.375 320.04895Q167.375 321.50208 168.54688 321.50208Q169.79688 321.50208 170.20312 320.56458L170.20312 315.9552L171.29688 315.9552L171.29688 322.29895L170.26562 322.29895L170.23438 321.67395ZM174.79688 314.42395L174.79688 315.9552L175.96875 315.9552L175.96875 316.79895L174.79688 316.79895L174.79688 320.72083Q174.79688 321.11145 174.95312 321.29895Q175.10938 321.48645 175.48438 321.48645Q175.67188 321.48645 176.0 321.42395L176.0 322.29895Q175.57812 322.42395 175.17188 322.42395Q174.45312 322.42395 174.07812 321.98645Q173.70312 321.53333 173.70312 320.72083L173.70312 316.79895L172.54688 316.79895L172.54688 315.9552L173.70312 315.9552L173.70312 314.42395L174.79688 314.42395ZM181.34375 315.9552L181.375 316.65833Q182.0625 315.84583 183.25 315.84583Q184.57812 315.84583 185.0625 316.86145Q185.375 316.40833 185.875 316.12708Q186.39062 315.84583 187.07812 315.84583Q189.17188 315.84583 189.20312 318.04895L189.20312 322.29895L188.125 322.29895L188.125 318.11145Q188.125 317.43958 187.8125 317.11145Q187.5 316.7677 186.76562 316.7677Q186.15625 316.7677 185.75 317.12708Q185.35938 317.48645 185.29688 318.09583L185.29688 322.29895L184.21875 322.29895L184.21875 318.1427Q184.21875 316.7677 182.85938 316.7677Q181.79688 316.7677 181.40625 317.67395L181.40625 322.29895L180.3125 322.29895L180.3125 315.9552L181.34375 315.9552ZM193.39062 320.7052L194.875 315.9552L196.03125 315.9552L193.48438 323.28333Q192.89062 324.86145 191.60938 324.86145L191.39062 324.84583L191.0 324.7677L191.0 323.8927L191.28125 323.90833Q191.84375 323.90833 192.14062 323.68958Q192.45312 323.47083 192.65625 322.87708L192.89062 322.22083L190.625 315.9552L191.8125 315.9552L193.39062 320.7052ZM202.85938 321.53333Q203.4375 321.53333 203.875 321.18958Q204.3125 320.8302 204.35938 320.29895L205.39062 320.29895Q205.35938 320.84583 205.0 321.34583Q204.65625 321.8302 204.07812 322.12708Q203.51562 322.42395 202.85938 322.42395Q201.5625 322.42395 200.79688 321.56458Q200.04688 320.68958 200.04688 319.18958L200.04688 319.00208Q200.04688 318.0802 200.375 317.36145Q200.71875 316.6427 201.34375 316.25208Q201.98438 315.84583 202.85938 315.84583Q203.92188 315.84583 204.625 316.48645Q205.34375 317.11145 205.39062 318.1427L204.35938 318.1427Q204.3125 317.5177 203.89062 317.12708Q203.46875 316.73645 202.85938 316.73645Q202.03125 316.73645 201.57812 317.3302Q201.125 317.92395 201.125 319.04895L201.125 319.25208Q201.125 320.34583 201.57812 320.93958Q202.03125 321.53333 202.85938 321.53333ZM206.03125 319.06458Q206.03125 318.1427 206.39062 317.3927Q206.76562 316.6427 207.42188 316.25208Q208.07812 315.84583 208.90625 315.84583Q210.20312 315.84583 211.0 316.73645Q211.8125 317.62708 211.8125 319.12708L211.8125 319.2052Q211.8125 320.12708 211.45312 320.86145Q211.09375 321.59583 210.4375 322.0177Q209.78125 322.42395 208.92188 322.42395Q207.64062 322.42395 206.82812 321.53333Q206.03125 320.62708 206.03125 319.1427L206.03125 319.06458ZM207.125 319.2052Q207.125 320.25208 207.60938 320.8927Q208.10938 321.53333 208.92188 321.53333Q209.75 321.53333 210.23438 320.8927Q210.71875 320.23645 210.71875 319.06458Q210.71875 318.03333 210.21875 317.3927Q209.73438 316.73645 208.90625 316.73645Q208.10938 316.73645 207.60938 317.37708Q207.125 318.00208 207.125 319.2052ZM213.0625 319.0802Q213.0625 317.61145 213.75 316.73645Q214.4375 315.84583 215.5625 315.84583Q216.67188 315.84583 217.32812 316.59583L217.32812 313.29895L218.40625 313.29895L218.40625 322.29895L217.40625 322.29895L217.35938 321.61145Q216.70312 322.42395 215.54688 322.42395Q214.45312 322.42395 213.75 321.5177Q213.0625 320.61145 213.0625 319.15833L213.0625 319.0802ZM214.14062 319.2052Q214.14062 320.28333 214.57812 320.8927Q215.03125 321.50208 215.8125 321.50208Q216.84375 321.50208 217.32812 320.56458L217.32812 317.65833Q216.84375 316.7677 215.82812 316.7677Q215.03125 316.7677 214.57812 317.37708Q214.14062 317.98645 214.14062 319.2052ZM222.95312 322.42395Q221.65625 322.42395 220.84375 321.5802Q220.04688 320.72083 220.04688 319.29895L220.04688 319.11145Q220.04688 318.15833 220.40625 317.42395Q220.76562 316.67395 221.40625 316.2677Q222.0625 315.84583 222.8125 315.84583Q224.04688 315.84583 224.73438 316.65833Q225.42188 317.47083 225.42188 318.98645L225.42188 319.43958L221.125 319.43958Q221.15625 320.37708 221.67188 320.9552Q222.20312 321.53333 223.01562 321.53333Q223.57812 321.53333 223.96875 321.29895Q224.375 321.06458 224.6875 320.67395L225.34375 321.18958Q224.54688 322.42395 222.95312 322.42395ZM222.8125 316.73645Q222.15625 316.73645 221.70312 317.22083Q221.26562 317.68958 221.17188 318.54895L224.34375 318.54895L224.34375 318.47083Q224.29688 317.6427 223.89062 317.18958Q223.5 316.73645 222.8125 316.73645Z" fill-rule="nonzero"/><path fill="#666666" d="M59.625 339.22903L63.671875 339.22903L63.671875 340.1509L58.484375 340.1509L58.484375 331.61966L59.625 331.61966L59.625 339.22903ZM64.03125 336.91653Q64.03125 335.99466 64.390625 335.24466Q64.765625 334.49466 65.421875 334.10403Q66.078125 333.69778 66.90625 333.69778Q68.203125 333.69778 69.0 334.5884Q69.8125 335.47903 69.8125 336.97903L69.8125 337.05716Q69.8125 337.97903 69.453125 338.7134Q69.09375 339.44778 68.4375 339.86966Q67.78125 340.2759 66.921875 340.2759Q65.640625 340.2759 64.828125 339.38528Q64.03125 338.47903 64.03125 336.99466L64.03125 336.91653ZM65.125 337.05716Q65.125 338.10403 65.609375 338.74466Q66.109375 339.38528 66.921875 339.38528Q67.75 339.38528 68.234375 338.74466Q68.71875 338.0884 68.71875 336.91653Q68.71875 335.88528 68.21875 335.24466Q67.734375 334.5884 66.90625 334.5884Q66.109375 334.5884 65.609375 335.22903Q65.125 335.85403 65.125 337.05716ZM71.0625 336.93216Q71.0625 335.44778 71.75 334.57278Q72.4375 333.69778 73.5625 333.69778Q74.71875 333.69778 75.375 334.51028L75.421875 333.80716L76.421875 333.80716L76.421875 339.99466Q76.421875 341.22903 75.6875 341.93216Q74.953125 342.6509 73.734375 342.6509Q73.046875 342.6509 72.390625 342.35403Q71.734375 342.05716 71.390625 341.55716L71.953125 340.9009Q72.640625 341.76028 73.65625 341.76028Q74.4375 341.76028 74.875 341.30716Q75.328125 340.86966 75.328125 340.05716L75.328125 339.51028Q74.671875 340.2759 73.546875 340.2759Q72.4375 340.2759 71.75 339.38528Q71.0625 338.47903 71.0625 336.93216ZM72.15625 337.05716Q72.15625 338.11966 72.59375 338.74466Q73.03125 339.35403 73.828125 339.35403Q74.84375 339.35403 75.328125 338.41653L75.328125 335.5259Q74.828125 334.61966 73.828125 334.61966Q73.046875 334.61966 72.59375 335.22903Q72.15625 335.8384 72.15625 337.05716ZM78.0625 336.93216Q78.0625 335.44778 78.75 334.57278Q79.4375 333.69778 80.5625 333.69778Q81.71875 333.69778 82.375 334.51028L82.421875 333.80716L83.421875 333.80716L83.421875 339.99466Q83.421875 341.22903 82.6875 341.93216Q81.953125 342.6509 80.734375 342.6509Q80.046875 342.6509 79.390625 342.35403Q78.734375 342.05716 78.390625 341.55716L78.953125 340.9009Q79.640625 341.76028 80.65625 341.76028Q81.4375 341.76028 81.875 341.30716Q82.328125 340.86966 82.328125 340.05716L82.328125 339.51028Q81.671875 340.2759 80.546875 340.2759Q79.4375 340.2759 78.75 339.38528Q78.0625 338.47903 78.0625 336.93216ZM79.15625 337.05716Q79.15625 338.11966 79.59375 338.74466Q80.03125 339.35403 80.828125 339.35403Q81.84375 339.35403 82.328125 338.41653L82.328125 335.5259Q81.828125 334.61966 80.828125 334.61966Q80.046875 334.61966 79.59375 335.22903Q79.15625 335.8384 79.15625 337.05716ZM86.5 340.1509L85.421875 340.1509L85.421875 333.80716L86.5 333.80716L86.5 340.1509ZM85.328125 332.13528Q85.328125 331.86966 85.484375 331.68216Q85.65625 331.49466 85.96875 331.49466Q86.28125 331.49466 86.4375 331.68216Q86.609375 331.86966 86.609375 332.13528Q86.609375 332.38528 86.4375 332.57278Q86.28125 332.74466 85.96875 332.74466Q85.65625 332.74466 85.484375 332.57278Q85.328125 332.38528 85.328125 332.13528ZM89.34375 333.80716L89.375 334.60403Q90.109375 333.69778 91.28125 333.69778Q93.296875 333.69778 93.3125 335.9634L93.3125 340.1509L92.21875 340.1509L92.21875 335.94778Q92.21875 335.2759 91.90625 334.94778Q91.609375 334.61966 90.953125 334.61966Q90.421875 334.61966 90.015625 334.9009Q89.625 335.18216 89.40625 335.63528L89.40625 340.1509L88.328125 340.1509L88.328125 333.80716L89.34375 333.80716ZM95.0625 336.93216Q95.0625 335.44778 95.75 334.57278Q96.4375 333.69778 97.5625 333.69778Q98.71875 333.69778 99.375 334.51028L99.421875 333.80716L100.421875 333.80716L100.421875 339.99466Q100.421875 341.22903 99.6875 341.93216Q98.953125 342.6509 97.734375 342.6509Q97.046875 342.6509 96.390625 342.35403Q95.734375 342.05716 95.390625 341.55716L95.953125 340.9009Q96.640625 341.76028 97.65625 341.76028Q98.4375 341.76028 98.875 341.30716Q99.328125 340.86966 99.328125 340.05716L99.328125 339.51028Q98.671875 340.2759 97.546875 340.2759Q96.4375 340.2759 95.75 339.38528Q95.0625 338.47903 95.0625 336.93216ZM96.15625 337.05716Q96.15625 338.11966 96.59375 338.74466Q97.03125 339.35403 97.828125 339.35403Q98.84375 339.35403 99.328125 338.41653L99.328125 335.5259Q98.828125 334.61966 97.828125 334.61966Q97.046875 334.61966 96.59375 335.22903Q96.15625 335.8384 96.15625 337.05716ZM105.53125 340.88528L104.609375 340.88528L108.171875 331.61966L109.09375 331.61966L105.53125 340.88528ZM115.953125 340.2759Q114.65625 340.2759 113.84375 339.43216Q113.046875 338.57278 113.046875 337.1509L113.046875 336.9634Q113.046875 336.01028 113.40625 335.2759Q113.765625 334.5259 114.40625 334.11966Q115.0625 333.69778 115.8125 333.69778Q117.046875 333.69778 117.734375 334.51028Q118.421875 335.32278 118.421875 336.8384L118.421875 337.29153L114.125 337.29153Q114.15625 338.22903 114.671875 338.80716Q115.203125 339.38528 116.015625 339.38528Q116.578125 339.38528 116.96875 339.1509Q117.375 338.91653 117.6875 338.5259L118.34375 339.04153Q117.546875 340.2759 115.953125 340.2759ZM115.8125 334.5884Q115.15625 334.5884 114.703125 335.07278Q114.265625 335.54153 114.171875 336.4009L117.34375 336.4009L117.34375 336.32278Q117.296875 335.49466 116.890625 335.04153Q116.5 334.5884 115.8125 334.5884ZM122.390625 334.7759Q122.140625 334.74466 121.859375 334.74466Q120.78125 334.74466 120.40625 335.6509L120.40625 340.1509L119.328125 340.1509L119.328125 333.80716L120.375 333.80716L120.390625 334.54153Q120.921875 333.69778 121.90625 333.69778Q122.21875 333.69778 122.390625 333.7759L122.390625 334.7759ZM126.390625 334.7759Q126.140625 334.74466 125.859375 334.74466Q124.78125 334.74466 124.40625 335.6509L124.40625 340.1509L123.328125 340.1509L123.328125 333.80716L124.375 333.80716L124.390625 334.54153Q124.921875 333.69778 125.90625 333.69778Q126.21875 333.69778 126.390625 333.7759L126.390625 334.7759ZM127.03125 336.91653Q127.03125 335.99466 127.390625 335.24466Q127.765625 334.49466 128.42188 334.10403Q129.07812 333.69778 129.90625 333.69778Q131.20312 333.69778 132.0 334.5884Q132.8125 335.47903 132.8125 336.97903L132.8125 337.05716Q132.8125 337.97903 132.45312 338.7134Q132.09375 339.44778 131.4375 339.86966Q130.78125 340.2759 129.92188 340.2759Q128.64062 340.2759 127.828125 339.38528Q127.03125 338.47903 127.03125 336.99466L127.03125 336.91653ZM128.125 337.05716Q128.125 338.10403 128.60938 338.74466Q129.10938 339.38528 129.92188 339.38528Q130.75 339.38528 131.23438 338.74466Q131.71875 338.0884 131.71875 336.91653Q131.71875 335.88528 131.21875 335.24466Q130.73438 334.5884 129.90625 334.5884Q129.10938 334.5884 128.60938 335.22903Q128.125 335.85403 128.125 337.05716ZM137.39062 334.7759Q137.14062 334.74466 136.85938 334.74466Q135.78125 334.74466 135.40625 335.6509L135.40625 340.1509L134.32812 340.1509L134.32812 333.80716L135.375 333.80716L135.39062 334.54153Q135.92188 333.69778 136.90625 333.69778Q137.21875 333.69778 137.39062 333.7759L137.39062 334.7759ZM142.34375 333.80716L142.375 334.51028Q143.0625 333.69778 144.25 333.69778Q145.57812 333.69778 146.0625 334.7134Q146.375 334.26028 146.875 333.97903Q147.39062 333.69778 148.07812 333.69778Q150.17188 333.69778 150.20312 335.9009L150.20312 340.1509L149.125 340.1509L149.125 335.9634Q149.125 335.29153 148.8125 334.9634Q148.5 334.61966 147.76562 334.61966Q147.15625 334.61966 146.75 334.97903Q146.35938 335.3384 146.29688 335.94778L146.29688 340.1509L145.21875 340.1509L145.21875 335.99466Q145.21875 334.61966 143.85938 334.61966Q142.79688 334.61966 142.40625 335.5259L142.40625 340.1509L141.3125 340.1509L141.3125 333.80716L142.34375 333.80716ZM154.95312 340.2759Q153.65625 340.2759 152.84375 339.43216Q152.04688 338.57278 152.04688 337.1509L152.04688 336.9634Q152.04688 336.01028 152.40625 335.2759Q152.76562 334.5259 153.40625 334.11966Q154.0625 333.69778 154.8125 333.69778Q156.04688 333.69778 156.73438 334.51028Q157.42188 335.32278 157.42188 336.8384L157.42188 337.29153L153.125 337.29153Q153.15625 338.22903 153.67188 338.80716Q154.20312 339.38528 155.01562 339.38528Q155.57812 339.38528 155.96875 339.1509Q156.375 338.91653 156.6875 338.5259L157.34375 339.04153Q156.54688 340.2759 154.95312 340.2759ZM154.8125 334.5884Q154.15625 334.5884 153.70312 335.07278Q153.26562 335.54153 153.17188 336.4009L156.34375 336.4009L156.34375 336.32278Q156.29688 335.49466 155.89062 335.04153Q155.5 334.5884 154.8125 334.5884ZM162.01562 338.4634Q162.01562 338.0259 161.67188 337.79153Q161.34375 337.54153 160.51562 337.36966Q159.70312 337.19778 159.21875 336.94778Q158.73438 336.69778 158.5 336.36966Q158.28125 336.0259 158.28125 335.55716Q158.28125 334.7759 158.9375 334.24466Q159.59375 333.69778 160.625 333.69778Q161.70312 333.69778 162.35938 334.26028Q163.03125 334.80716 163.03125 335.66653L161.95312 335.66653Q161.95312 335.22903 161.5625 334.91653Q161.1875 334.5884 160.625 334.5884Q160.03125 334.5884 159.6875 334.85403Q159.35938 335.10403 159.35938 335.51028Q159.35938 335.9009 159.67188 336.10403Q159.98438 336.30716 160.79688 336.49466Q161.60938 336.66653 162.10938 336.91653Q162.60938 337.16653 162.84375 337.5259Q163.09375 337.88528 163.09375 338.38528Q163.09375 339.24466 162.40625 339.76028Q161.73438 340.2759 160.65625 340.2759Q159.89062 340.2759 159.29688 340.01028Q158.71875 339.72903 158.39062 339.24466Q158.0625 338.76028 158.0625 338.19778L159.14062 338.19778Q159.17188 338.74466 159.57812 339.07278Q159.98438 339.38528 160.65625 339.38528Q161.26562 339.38528 161.64062 339.13528Q162.01562 338.88528 162.01562 338.4634ZM168.01562 338.4634Q168.01562 338.0259 167.67188 337.79153Q167.34375 337.54153 166.51562 337.36966Q165.70312 337.19778 165.21875 336.94778Q164.73438 336.69778 164.5 336.36966Q164.28125 336.0259 164.28125 335.55716Q164.28125 334.7759 164.9375 334.24466Q165.59375 333.69778 166.625 333.69778Q167.70312 333.69778 168.35938 334.26028Q169.03125 334.80716 169.03125 335.66653L167.95312 335.66653Q167.95312 335.22903 167.5625 334.91653Q167.1875 334.5884 166.625 334.5884Q166.03125 334.5884 165.6875 334.85403Q165.35938 335.10403 165.35938 335.51028Q165.35938 335.9009 165.67188 336.10403Q165.98438 336.30716 166.79688 336.49466Q167.60938 336.66653 168.10938 336.91653Q168.60938 337.16653 168.84375 337.5259Q169.09375 337.88528 169.09375 338.38528Q169.09375 339.24466 168.40625 339.76028Q167.73438 340.2759 166.65625 340.2759Q165.89062 340.2759 165.29688 340.01028Q164.71875 339.72903 164.39062 339.24466Q164.0625 338.76028 164.0625 338.19778L165.14062 338.19778Q165.17188 338.74466 165.57812 339.07278Q165.98438 339.38528 166.65625 339.38528Q167.26562 339.38528 167.64062 339.13528Q168.01562 338.88528 168.01562 338.4634ZM174.23438 340.1509Q174.14062 339.9634 174.07812 339.47903Q173.32812 340.2759 172.28125 340.2759Q171.34375 340.2759 170.73438 339.74466Q170.14062 339.2134 170.14062 338.38528Q170.14062 337.4009 170.89062 336.85403Q171.64062 336.30716 173.01562 336.30716L174.0625 336.30716L174.0625 335.80716Q174.0625 335.24466 173.71875 334.91653Q173.39062 334.57278 172.71875 334.57278Q172.14062 334.57278 171.75 334.86966Q171.35938 335.1509 171.35938 335.57278L170.26562 335.57278Q170.26562 335.0884 170.59375 334.6509Q170.9375 334.2134 171.51562 333.9634Q172.09375 333.69778 172.78125 333.69778Q173.89062 333.69778 174.5 334.24466Q175.125 334.79153 175.15625 335.74466L175.15625 338.66653Q175.15625 339.54153 175.375 340.05716L175.375 340.1509L174.23438 340.1509ZM172.4375 339.32278Q172.95312 339.32278 173.40625 339.05716Q173.85938 338.79153 174.0625 338.36966L174.0625 337.07278L173.21875 337.07278Q171.21875 337.07278 171.21875 338.24466Q171.21875 338.74466 171.5625 339.04153Q171.90625 339.32278 172.4375 339.32278ZM177.0625 336.93216Q177.0625 335.44778 177.75 334.57278Q178.4375 333.69778 179.5625 333.69778Q180.71875 333.69778 181.375 334.51028L181.42188 333.80716L182.42188 333.80716L182.42188 339.99466Q182.42188 341.22903 181.6875 341.93216Q180.95312 342.6509 179.73438 342.6509Q179.04688 342.6509 178.39062 342.35403Q177.73438 342.05716 177.39062 341.55716L177.95312 340.9009Q178.64062 341.76028 179.65625 341.76028Q180.4375 341.76028 180.875 341.30716Q181.32812 340.86966 181.32812 340.05716L181.32812 339.51028Q180.67188 340.2759 179.54688 340.2759Q178.4375 340.2759 177.75 339.38528Q177.0625 338.47903 177.0625 336.93216ZM178.15625 337.05716Q178.15625 338.11966 178.59375 338.74466Q179.03125 339.35403 179.82812 339.35403Q180.84375 339.35403 181.32812 338.41653L181.32812 335.5259Q180.82812 334.61966 179.82812 334.61966Q179.04688 334.61966 178.59375 335.22903Q178.15625 335.8384 178.15625 337.05716ZM186.95312 340.2759Q185.65625 340.2759 184.84375 339.43216Q184.04688 338.57278 184.04688 337.1509L184.04688 336.9634Q184.04688 336.01028 184.40625 335.2759Q184.76562 334.5259 185.40625 334.11966Q186.0625 333.69778 186.8125 333.69778Q188.04688 333.69778 188.73438 334.51028Q189.42188 335.32278 189.42188 336.8384L189.42188 337.29153L185.125 337.29153Q185.15625 338.22903 185.67188 338.80716Q186.20312 339.38528 187.01562 339.38528Q187.57812 339.38528 187.96875 339.1509Q188.375 338.91653 188.6875 338.5259L189.34375 339.04153Q188.54688 340.2759 186.95312 340.2759ZM186.8125 334.5884Q186.15625 334.5884 185.70312 335.07278Q185.26562 335.54153 185.17188 336.4009L188.34375 336.4009L188.34375 336.32278Q188.29688 335.49466 187.89062 335.04153Q187.5 334.5884 186.8125 334.5884ZM194.01562 338.4634Q194.01562 338.0259 193.67188 337.79153Q193.34375 337.54153 192.51562 337.36966Q191.70312 337.19778 191.21875 336.94778Q190.73438 336.69778 190.5 336.36966Q190.28125 336.0259 190.28125 335.55716Q190.28125 334.7759 190.9375 334.24466Q191.59375 333.69778 192.625 333.69778Q193.70312 333.69778 194.35938 334.26028Q195.03125 334.80716 195.03125 335.66653L193.95312 335.66653Q193.95312 335.22903 193.5625 334.91653Q193.1875 334.5884 192.625 334.5884Q192.03125 334.5884 191.6875 334.85403Q191.35938 335.10403 191.35938 335.51028Q191.35938 335.9009 191.67188 336.10403Q191.98438 336.30716 192.79688 336.49466Q193.60938 336.66653 194.10938 336.91653Q194.60938 337.16653 194.84375 337.5259Q195.09375 337.88528 195.09375 338.38528Q195.09375 339.24466 194.40625 339.76028Q193.73438 340.2759 192.65625 340.2759Q191.89062 340.2759 191.29688 340.01028Q190.71875 339.72903 190.39062 339.24466Q190.0625 338.76028 190.0625 338.19778L191.14062 338.19778Q191.17188 338.74466 191.57812 339.07278Q191.98438 339.38528 192.65625 339.38528Q193.26562 339.38528 193.64062 339.13528Q194.01562 338.88528 194.01562 338.4634ZM199.0625 336.93216Q199.0625 335.4634 199.75 334.5884Q200.4375 333.69778 201.5625 333.69778Q202.67188 333.69778 203.32812 334.44778L203.32812 331.1509L204.40625 331.1509L204.40625 340.1509L203.40625 340.1509L203.35938 339.4634Q202.70312 340.2759 201.54688 340.2759Q200.45312 340.2759 199.75 339.36966Q199.0625 338.4634 199.0625 337.01028L199.0625 336.93216ZM200.14062 337.05716Q200.14062 338.13528 200.57812 338.74466Q201.03125 339.35403 201.8125 339.35403Q202.84375 339.35403 203.32812 338.41653L203.32812 335.51028Q202.84375 334.61966 201.82812 334.61966Q201.03125 334.61966 200.57812 335.22903Q200.14062 335.8384 200.14062 337.05716ZM206.03125 336.91653Q206.03125 335.99466 206.39062 335.24466Q206.76562 334.49466 207.42188 334.10403Q208.07812 333.69778 208.90625 333.69778Q210.20312 333.69778 211.0 334.5884Q211.8125 335.47903 211.8125 336.97903L211.8125 337.05716Q211.8125 337.97903 211.45312 338.7134Q211.09375 339.44778 210.4375 339.86966Q209.78125 340.2759 208.92188 340.2759Q207.64062 340.2759 206.82812 339.38528Q206.03125 338.47903 206.03125 336.99466L206.03125 336.91653ZM207.125 337.05716Q207.125 338.10403 207.60938 338.74466Q208.10938 339.38528 208.92188 339.38528Q209.75 339.38528 210.23438 338.74466Q210.71875 338.0884 210.71875 336.91653Q210.71875 335.88528 210.21875 335.24466Q209.73438 334.5884 208.90625 334.5884Q208.10938 334.5884 207.60938 335.22903Q207.125 335.85403 207.125 337.05716ZM214.34375 333.80716L214.375 334.60403Q215.10938 333.69778 216.28125 333.69778Q218.29688 333.69778 218.3125 335.9634L218.3125 340.1509L217.21875 340.1509L217.21875 335.94778Q217.21875 335.2759 216.90625 334.94778Q216.60938 334.61966 215.95312 334.61966Q215.42188 334.61966 215.01562 334.9009Q214.625 335.18216 214.40625 335.63528L214.40625 340.1509L213.32812 340.1509L213.32812 333.80716L214.34375 333.80716ZM220.98438 331.80716L220.85938 333.9634L220.10938 333.9634L220.10938 331.1509L220.98438 331.1509L220.98438 331.80716ZM223.79688 332.2759L223.79688 333.80716L224.96875 333.80716L224.96875 334.6509L223.79688 334.6509L223.79688 338.57278Q223.79688 338.9634 223.95312 339.1509Q224.10938 339.3384 224.48438 339.3384Q224.67188 339.3384 225.0 339.2759L225.0 340.1509Q224.57812 340.2759 224.17188 340.2759Q223.45312 340.2759 223.07812 339.8384Q222.70312 339.38528 222.70312 338.57278L222.70312 334.6509L221.54688 334.6509L221.54688 333.80716L222.70312 333.80716L222.70312 332.2759L223.79688 332.2759Z" fill-rule="nonzero"/><path fill="#666666" d="M66.5 355.1509L65.421875 355.1509L65.421875 348.80716L66.5 348.80716L66.5 355.1509ZM65.328125 347.13528Q65.328125 346.86966 65.484375 346.68216Q65.65625 346.49466 65.96875 346.49466Q66.28125 346.49466 66.4375 346.68216Q66.609375 346.86966 66.609375 347.13528Q66.609375 347.38528 66.4375 347.57278Q66.28125 347.74466 65.96875 347.74466Q65.65625 347.74466 65.484375 347.57278Q65.328125 347.38528 65.328125 347.13528ZM69.34375 348.80716L69.375 349.60403Q70.109375 348.69778 71.28125 348.69778Q73.296875 348.69778 73.3125 350.9634L73.3125 355.1509L72.21875 355.1509L72.21875 350.94778Q72.21875 350.2759 71.90625 349.94778Q71.609375 349.61966 70.953125 349.61966Q70.421875 349.61966 70.015625 349.9009Q69.625 350.18216 69.40625 350.63528L69.40625 355.1509L68.328125 355.1509L68.328125 348.80716L69.34375 348.80716ZM77.859375 354.38528Q78.4375 354.38528 78.875 354.04153Q79.3125 353.68216 79.359375 353.1509L80.390625 353.1509Q80.359375 353.69778 80.0 354.19778Q79.65625 354.68216 79.078125 354.97903Q78.515625 355.2759 77.859375 355.2759Q76.5625 355.2759 75.796875 354.41653Q75.046875 353.54153 75.046875 352.04153L75.046875 351.85403Q75.046875 350.93216 75.375 350.2134Q75.71875 349.49466 76.34375 349.10403Q76.984375 348.69778 77.859375 348.69778Q78.921875 348.69778 79.625 349.3384Q80.34375 349.9634 80.390625 350.99466L79.359375 350.99466Q79.3125 350.36966 78.890625 349.97903Q78.46875 349.5884 77.859375 349.5884Q77.03125 349.5884 76.578125 350.18216Q76.125 350.7759 76.125 351.9009L76.125 352.10403Q76.125 353.19778 76.578125 353.79153Q77.03125 354.38528 77.859375 354.38528ZM82.5 355.1509L81.421875 355.1509L81.421875 346.1509L82.5 346.1509L82.5 355.1509ZM88.234375 354.5259Q87.609375 355.2759 86.375 355.2759Q85.359375 355.2759 84.828125 354.68216Q84.296875 354.0884 84.296875 352.93216L84.296875 348.80716L85.375 348.80716L85.375 352.9009Q85.375 354.35403 86.546875 354.35403Q87.796875 354.35403 88.203125 353.41653L88.203125 348.80716L89.296875 348.80716L89.296875 355.1509L88.265625 355.1509L88.234375 354.5259ZM91.0625 351.93216Q91.0625 350.4634 91.75 349.5884Q92.4375 348.69778 93.5625 348.69778Q94.671875 348.69778 95.328125 349.44778L95.328125 346.1509L96.40625 346.1509L96.40625 355.1509L95.40625 355.1509L95.359375 354.4634Q94.703125 355.2759 93.546875 355.2759Q92.453125 355.2759 91.75 354.36966Q91.0625 353.4634 91.0625 352.01028L91.0625 351.93216ZM92.140625 352.05716Q92.140625 353.13528 92.578125 353.74466Q93.03125 354.35403 93.8125 354.35403Q94.84375 354.35403 95.328125 353.41653L95.328125 350.51028Q94.84375 349.61966 93.828125 349.61966Q93.03125 349.61966 92.578125 350.22903Q92.140625 350.8384 92.140625 352.05716ZM100.953125 355.2759Q99.65625 355.2759 98.84375 354.43216Q98.046875 353.57278 98.046875 352.1509L98.046875 351.9634Q98.046875 351.01028 98.40625 350.2759Q98.765625 349.5259 99.40625 349.11966Q100.0625 348.69778 100.8125 348.69778Q102.046875 348.69778 102.734375 349.51028Q103.421875 350.32278 103.421875 351.8384L103.421875 352.29153L99.125 352.29153Q99.15625 353.22903 99.671875 353.80716Q100.203125 354.38528 101.015625 354.38528Q101.578125 354.38528 101.96875 354.1509Q102.375 353.91653 102.6875 353.5259L103.34375 354.04153Q102.546875 355.2759 100.953125 355.2759ZM100.8125 349.5884Q100.15625 349.5884 99.703125 350.07278Q99.265625 350.54153 99.171875 351.4009L102.34375 351.4009L102.34375 351.32278Q102.296875 350.49466 101.890625 350.04153Q101.5 349.5884 100.8125 349.5884ZM108.796875 347.2759L108.796875 348.80716L109.96875 348.80716L109.96875 349.6509L108.796875 349.6509L108.796875 353.57278Q108.796875 353.9634 108.953125 354.1509Q109.109375 354.3384 109.484375 354.3384Q109.671875 354.3384 110.0 354.2759L110.0 355.1509Q109.578125 355.2759 109.171875 355.2759Q108.453125 355.2759 108.078125 354.8384Q107.703125 354.38528 107.703125 353.57278L107.703125 349.6509L106.546875 349.6509L106.546875 348.80716L107.703125 348.80716L107.703125 347.2759L108.796875 347.2759ZM112.40625 349.57278Q113.125 348.69778 114.28125 348.69778Q116.296875 348.69778 116.3125 350.9634L116.3125 355.1509L115.21875 355.1509L115.21875 350.94778Q115.21875 350.2759 114.90625 349.94778Q114.609375 349.61966 113.953125 349.61966Q113.421875 349.61966 113.015625 349.9009Q112.625 350.18216 112.40625 350.63528L112.40625 355.1509L111.328125 355.1509L111.328125 346.1509L112.40625 346.1509L112.40625 349.57278ZM120.953125 355.2759Q119.65625 355.2759 118.84375 354.43216Q118.046875 353.57278 118.046875 352.1509L118.046875 351.9634Q118.046875 351.01028 118.40625 350.2759Q118.765625 349.5259 119.40625 349.11966Q120.0625 348.69778 120.8125 348.69778Q122.046875 348.69778 122.734375 349.51028Q123.421875 350.32278 123.421875 351.8384L123.421875 352.29153L119.125 352.29153Q119.15625 353.22903 119.671875 353.80716Q120.203125 354.38528 121.015625 354.38528Q121.578125 354.38528 121.96875 354.1509Q122.375 353.91653 122.6875 353.5259L123.34375 354.04153Q122.546875 355.2759 120.953125 355.2759ZM120.8125 349.5884Q120.15625 349.5884 119.703125 350.07278Q119.265625 350.54153 119.171875 351.4009L122.34375 351.4009L122.34375 351.32278Q122.296875 350.49466 121.890625 350.04153Q121.5 349.5884 120.8125 349.5884ZM128.5 355.1509L127.421875 355.1509L127.421875 348.80716L128.5 348.80716L128.5 355.1509ZM127.328125 347.13528Q127.328125 346.86966 127.484375 346.68216Q127.65625 346.49466 127.96875 346.49466Q128.28125 346.49466 128.4375 346.68216Q128.60938 346.86966 128.60938 347.13528Q128.60938 347.38528 128.4375 347.57278Q128.28125 347.74466 127.96875 347.74466Q127.65625 347.74466 127.484375 347.57278Q127.328125 347.38528 127.328125 347.13528ZM131.34375 348.80716L131.375 349.60403Q132.10938 348.69778 133.28125 348.69778Q135.29688 348.69778 135.3125 350.9634L135.3125 355.1509L134.21875 355.1509L134.21875 350.94778Q134.21875 350.2759 133.90625 349.94778Q133.60938 349.61966 132.95312 349.61966Q132.42188 349.61966 132.01562 349.9009Q131.625 350.18216 131.40625 350.63528L131.40625 355.1509L130.32812 355.1509L130.32812 348.80716L131.34375 348.80716ZM137.85938 355.1509L137.85938 349.6509L136.85938 349.6509L136.85938 348.80716L137.85938 348.80716L137.85938 348.16653Q137.85938 347.13528 138.39062 346.5884Q138.9375 346.0259 139.9375 346.0259Q140.3125 346.0259 140.6875 346.11966L140.625 347.01028Q140.34375 346.94778 140.04688 346.94778Q139.51562 346.94778 139.21875 347.26028Q138.9375 347.57278 138.9375 348.13528L138.9375 348.80716L140.29688 348.80716L140.29688 349.6509L138.9375 349.6509L138.9375 355.1509L137.85938 355.1509ZM141.03125 351.91653Q141.03125 350.99466 141.39062 350.24466Q141.76562 349.49466 142.42188 349.10403Q143.07812 348.69778 143.90625 348.69778Q145.20312 348.69778 146.0 349.5884Q146.8125 350.47903 146.8125 351.97903L146.8125 352.05716Q146.8125 352.97903 146.45312 353.7134Q146.09375 354.44778 145.4375 354.86966Q144.78125 355.2759 143.92188 355.2759Q142.64062 355.2759 141.82812 354.38528Q141.03125 353.47903 141.03125 351.99466L141.03125 351.91653ZM142.125 352.05716Q142.125 353.10403 142.60938 353.74466Q143.10938 354.38528 143.92188 354.38528Q144.75 354.38528 145.23438 353.74466Q145.71875 353.0884 145.71875 351.91653Q145.71875 350.88528 145.21875 350.24466Q144.73438 349.5884 143.90625 349.5884Q143.10938 349.5884 142.60938 350.22903Q142.125 350.85403 142.125 352.05716ZM151.39062 349.7759Q151.14062 349.74466 150.85938 349.74466Q149.78125 349.74466 149.40625 350.6509L149.40625 355.1509L148.32812 355.1509L148.32812 348.80716L149.375 348.80716L149.39062 349.54153Q149.92188 348.69778 150.90625 348.69778Q151.21875 348.69778 151.39062 348.7759L151.39062 349.7759ZM153.34375 348.80716L153.375 349.51028Q154.0625 348.69778 155.25 348.69778Q156.57812 348.69778 157.0625 349.7134Q157.375 349.26028 157.875 348.97903Q158.39062 348.69778 159.07812 348.69778Q161.17188 348.69778 161.20312 350.9009L161.20312 355.1509L160.125 355.1509L160.125 350.9634Q160.125 350.29153 159.8125 349.9634Q159.5 349.61966 158.76562 349.61966Q158.15625 349.61966 157.75 349.97903Q157.35938 350.3384 157.29688 350.94778L157.29688 355.1509L156.21875 355.1509L156.21875 350.99466Q156.21875 349.61966 154.85938 349.61966Q153.79688 349.61966 153.40625 350.5259L153.40625 355.1509L152.3125 355.1509L152.3125 348.80716L153.34375 348.80716ZM167.23438 355.1509Q167.14062 354.9634 167.07812 354.47903Q166.32812 355.2759 165.28125 355.2759Q164.34375 355.2759 163.73438 354.74466Q163.14062 354.2134 163.14062 353.38528Q163.14062 352.4009 163.89062 351.85403Q164.64062 351.30716 166.01562 351.30716L167.0625 351.30716L167.0625 350.80716Q167.0625 350.24466 166.71875 349.91653Q166.39062 349.57278 165.71875 349.57278Q165.14062 349.57278 164.75 349.86966Q164.35938 350.1509 164.35938 350.57278L163.26562 350.57278Q163.26562 350.0884 163.59375 349.6509Q163.9375 349.2134 164.51562 348.9634Q165.09375 348.69778 165.78125 348.69778Q166.89062 348.69778 167.5 349.24466Q168.125 349.79153 168.15625 350.74466L168.15625 353.66653Q168.15625 354.54153 168.375 355.05716L168.375 355.1509L167.23438 355.1509ZM165.4375 354.32278Q165.95312 354.32278 166.40625 354.05716Q166.85938 353.79153 167.0625 353.36966L167.0625 352.07278L166.21875 352.07278Q164.21875 352.07278 164.21875 353.24466Q164.21875 353.74466 164.5625 354.04153Q164.90625 354.32278 165.4375 354.32278ZM171.79688 347.2759L171.79688 348.80716L172.96875 348.80716L172.96875 349.6509L171.79688 349.6509L171.79688 353.57278Q171.79688 353.9634 171.95312 354.1509Q172.10938 354.3384 172.48438 354.3384Q172.67188 354.3384 173.0 354.2759L173.0 355.1509Q172.57812 355.2759 172.17188 355.2759Q171.45312 355.2759 171.07812 354.8384Q170.70312 354.38528 170.70312 353.57278L170.70312 349.6509L169.54688 349.6509L169.54688 348.80716L170.70312 348.80716L170.70312 347.2759L171.79688 347.2759ZM175.5 355.1509L174.42188 355.1509L174.42188 348.80716L175.5 348.80716L175.5 355.1509ZM174.32812 347.13528Q174.32812 346.86966 174.48438 346.68216Q174.65625 346.49466 174.96875 346.49466Q175.28125 346.49466 175.4375 346.68216Q175.60938 346.86966 175.60938 347.13528Q175.60938 347.38528 175.4375 347.57278Q175.28125 347.74466 174.96875 347.74466Q174.65625 347.74466 174.48438 347.57278Q174.32812 347.38528 174.32812 347.13528ZM177.03125 351.91653Q177.03125 350.99466 177.39062 350.24466Q177.76562 349.49466 178.42188 349.10403Q179.07812 348.69778 179.90625 348.69778Q181.20312 348.69778 182.0 349.5884Q182.8125 350.47903 182.8125 351.97903L182.8125 352.05716Q182.8125 352.97903 182.45312 353.7134Q182.09375 354.44778 181.4375 354.86966Q180.78125 355.2759 179.92188 355.2759Q178.64062 355.2759 177.82812 354.38528Q177.03125 353.47903 177.03125 351.99466L177.03125 351.91653ZM178.125 352.05716Q178.125 353.10403 178.60938 353.74466Q179.10938 354.38528 179.92188 354.38528Q180.75 354.38528 181.23438 353.74466Q181.71875 353.0884 181.71875 351.91653Q181.71875 350.88528 181.21875 350.24466Q180.73438 349.5884 179.90625 349.5884Q179.10938 349.5884 178.60938 350.22903Q178.125 350.85403 178.125 352.05716ZM185.34375 348.80716L185.375 349.60403Q186.10938 348.69778 187.28125 348.69778Q189.29688 348.69778 189.3125 350.9634L189.3125 355.1509L188.21875 355.1509L188.21875 350.94778Q188.21875 350.2759 187.90625 349.94778Q187.60938 349.61966 186.95312 349.61966Q186.42188 349.61966 186.01562 349.9009Q185.625 350.18216 185.40625 350.63528L185.40625 355.1509L184.32812 355.1509L184.32812 348.80716L185.34375 348.80716ZM195.70312 355.1509L194.57812 355.1509L194.57812 346.61966L195.70312 346.61966L195.70312 355.1509ZM201.34375 348.80716L201.375 349.60403Q202.10938 348.69778 203.28125 348.69778Q205.29688 348.69778 205.3125 350.9634L205.3125 355.1509L204.21875 355.1509L204.21875 350.94778Q204.21875 350.2759 203.90625 349.94778Q203.60938 349.61966 202.95312 349.61966Q202.42188 349.61966 202.01562 349.9009Q201.625 350.18216 201.40625 350.63528L201.40625 355.1509L200.32812 355.1509L200.32812 348.80716L201.34375 348.80716ZM209.95312 355.2759Q208.65625 355.2759 207.84375 354.43216Q207.04688 353.57278 207.04688 352.1509L207.04688 351.9634Q207.04688 351.01028 207.40625 350.2759Q207.76562 349.5259 208.40625 349.11966Q209.0625 348.69778 209.8125 348.69778Q211.04688 348.69778 211.73438 349.51028Q212.42188 350.32278 212.42188 351.8384L212.42188 352.29153L208.125 352.29153Q208.15625 353.22903 208.67188 353.80716Q209.20312 354.38528 210.01562 354.38528Q210.57812 354.38528 210.96875 354.1509Q211.375 353.91653 211.6875 353.5259L212.34375 354.04153Q211.54688 355.2759 209.95312 355.2759ZM209.8125 349.5884Q209.15625 349.5884 208.70312 350.07278Q208.26562 350.54153 208.17188 351.4009L211.34375 351.4009L211.34375 351.32278Q211.29688 350.49466 210.89062 350.04153Q210.5 349.5884 209.8125 349.5884ZM215.95312 355.2759Q214.65625 355.2759 213.84375 354.43216Q213.04688 353.57278 213.04688 352.1509L213.04688 351.9634Q213.04688 351.01028 213.40625 350.2759Q213.76562 349.5259 214.40625 349.11966Q215.0625 348.69778 215.8125 348.69778Q217.04688 348.69778 217.73438 349.51028Q218.42188 350.32278 218.42188 351.8384L218.42188 352.29153L214.125 352.29153Q214.15625 353.22903 214.67188 353.80716Q215.20312 354.38528 216.01562 354.38528Q216.57812 354.38528 216.96875 354.1509Q217.375 353.91653 217.6875 353.5259L218.34375 354.04153Q217.54688 355.2759 215.95312 355.2759ZM215.8125 349.5884Q215.15625 349.5884 214.70312 350.07278Q214.26562 350.54153 214.17188 351.4009L217.34375 351.4009L217.34375 351.32278Q217.29688 350.49466 216.89062 350.04153Q216.5 349.5884 215.8125 349.5884ZM219.0625 351.93216Q219.0625 350.4634 219.75 349.5884Q220.4375 348.69778 221.5625 348.69778Q222.67188 348.69778 223.32812 349.44778L223.32812 346.1509L224.40625 346.1509L224.40625 355.1509L223.40625 355.1509L223.35938 354.4634Q222.70312 355.2759 221.54688 355.2759Q220.45312 355.2759 219.75 354.36966Q219.0625 353.4634 219.0625 352.01028L219.0625 351.93216ZM220.14062 352.05716Q220.14062 353.13528 220.57812 353.74466Q221.03125 354.35403 221.8125 354.35403Q222.84375 354.35403 223.32812 353.41653L223.32812 350.51028Q222.84375 349.61966 221.82812 349.61966Q221.03125 349.61966 220.57812 350.22903Q220.14062 350.8384 220.14062 352.05716Z" fill-rule="nonzero"/><path fill="#666666" d="M204.04688 376.51846Q204.04688 377.76846 203.625 378.70596Q203.20312 379.62784 202.42188 380.12784Q201.65625 380.62784 200.625 380.62784Q199.625 380.62784 198.84375 380.12784Q198.0625 379.62784 197.625 378.7216Q197.20312 377.7997 197.1875 376.58096L197.1875 375.9716Q197.1875 374.7372 197.60938 373.7997Q198.04688 372.8622 198.82812 372.3622Q199.60938 371.8466 200.625 371.8466Q201.64062 371.8466 202.42188 372.3466Q203.20312 372.8466 203.625 373.7841Q204.04688 374.7216 204.04688 375.9716L204.04688 376.51846ZM202.9375 375.95596Q202.9375 374.44034 202.32812 373.62784Q201.71875 372.81534 200.625 372.81534Q199.54688 372.81534 198.9375 373.62784Q198.32812 374.44034 198.3125 375.87784L198.3125 376.51846Q198.3125 377.9872 198.92188 378.83096Q199.54688 379.6591 200.625 379.6591Q201.71875 379.6591 202.3125 378.87784Q202.92188 378.08096 202.9375 376.5966L202.9375 375.95596ZM206.79688 372.62784L206.79688 374.1591L207.96875 374.1591L207.96875 375.00284L206.79688 375.00284L206.79688 378.9247Q206.79688 379.31534 206.95312 379.50284Q207.10938 379.69034 207.48438 379.69034Q207.67188 379.69034 208.0 379.62784L208.0 380.50284Q207.57812 380.62784 207.17188 380.62784Q206.45312 380.62784 206.07812 380.19034Q205.70312 379.7372 205.70312 378.9247L205.70312 375.00284L204.54688 375.00284L204.54688 374.1591L205.70312 374.1591L205.70312 372.62784L206.79688 372.62784ZM210.40625 374.9247Q211.125 374.0497 212.28125 374.0497Q214.29688 374.0497 214.3125 376.31534L214.3125 380.50284L213.21875 380.50284L213.21875 376.2997Q213.21875 375.62784 212.90625 375.2997Q212.60938 374.9716 211.95312 374.9716Q211.42188 374.9716 211.01562 375.25284Q210.625 375.5341 210.40625 375.9872L210.40625 380.50284L209.32812 380.50284L209.32812 371.50284L210.40625 371.50284L210.40625 374.9247ZM218.95312 380.62784Q217.65625 380.62784 216.84375 379.7841Q216.04688 378.9247 216.04688 377.50284L216.04688 377.31534Q216.04688 376.3622 216.40625 375.62784Q216.76562 374.87784 217.40625 374.4716Q218.0625 374.0497 218.8125 374.0497Q220.04688 374.0497 220.73438 374.8622Q221.42188 375.6747 221.42188 377.19034L221.42188 377.64346L217.125 377.64346Q217.15625 378.58096 217.67188 379.1591Q218.20312 379.7372 219.01562 379.7372Q219.57812 379.7372 219.96875 379.50284Q220.375 379.26846 220.6875 378.87784L221.34375 379.39346Q220.54688 380.62784 218.95312 380.62784ZM218.8125 374.94034Q218.15625 374.94034 217.70312 375.4247Q217.26562 375.89346 217.17188 376.75284L220.34375 376.75284L220.34375 376.6747Q220.29688 375.8466 219.89062 375.39346Q219.5 374.94034 218.8125 374.94034ZM225.39062 375.12784Q225.14062 375.0966 224.85938 375.0966Q223.78125 375.0966 223.40625 376.00284L223.40625 380.50284L222.32812 380.50284L222.32812 374.1591L223.375 374.1591L223.39062 374.89346Q223.92188 374.0497 224.90625 374.0497Q225.21875 374.0497 225.39062 374.12784L225.39062 375.12784Z" fill-rule="nonzero"/><path fill="#666666" d="M229.5625 412.5373Q229.5625 414.44354 228.90625 415.38104Q228.26562 416.30292 226.875 416.30292Q225.51562 416.30292 224.85938 415.39667Q224.20312 414.49042 224.17188 412.67792L224.17188 411.24042Q224.17188 409.3498 224.8125 408.44354Q225.46875 407.52167 226.85938 407.52167Q228.23438 407.52167 228.89062 408.4123Q229.54688 409.2873 229.5625 411.13104L229.5625 412.5373ZM228.46875 411.05292Q228.46875 409.67792 228.07812 409.05292Q227.70312 408.4123 226.85938 408.4123Q226.03125 408.4123 225.64062 409.05292Q225.26562 409.67792 225.26562 410.9748L225.26562 412.70917Q225.26562 414.08417 225.65625 414.75604Q226.0625 415.4123 226.875 415.4123Q227.67188 415.4123 228.0625 414.7873Q228.45312 414.1623 228.46875 412.83417L228.46875 411.05292ZM231.10938 409.2873Q231.10938 408.52167 231.59375 408.02167Q232.09375 407.52167 232.85938 407.52167Q233.64062 407.52167 234.125 408.02167Q234.60938 408.52167 234.60938 409.31854L234.60938 409.74042Q234.60938 410.50604 234.10938 411.00604Q233.625 411.49042 232.875 411.49042Q232.10938 411.49042 231.60938 411.00604Q231.10938 410.50604 231.10938 409.69354L231.10938 409.2873ZM231.92188 409.74042Q231.92188 410.19354 232.17188 410.49042Q232.4375 410.7873 232.875 410.7873Q233.29688 410.7873 233.54688 410.50604Q233.79688 410.20917 233.79688 409.70917L233.79688 409.2873Q233.79688 408.83417 233.54688 408.5373Q233.29688 408.2248 232.85938 408.2248Q232.42188 408.2248 232.17188 408.5373Q231.92188 408.83417 231.92188 409.30292L231.92188 409.74042ZM235.26562 414.08417Q235.26562 413.31854 235.75 412.83417Q236.25 412.33417 237.01562 412.33417Q237.78125 412.33417 238.26562 412.83417Q238.76562 413.31854 238.76562 414.13104L238.76562 414.5373Q238.76562 415.30292 238.28125 415.80292Q237.79688 416.30292 237.03125 416.30292Q236.26562 416.30292 235.76562 415.81854Q235.26562 415.31854 235.26562 414.50604L235.26562 414.08417ZM236.07812 414.5373Q236.07812 415.00604 236.32812 415.30292Q236.59375 415.5998 237.03125 415.5998Q237.45312 415.5998 237.70312 415.31854Q237.95312 415.02167 237.95312 414.52167L237.95312 414.08417Q237.95312 413.61542 237.6875 413.33417Q237.4375 413.0373 237.01562 413.0373Q236.59375 413.0373 236.32812 413.33417Q236.07812 413.61542 236.07812 414.11542L236.07812 414.5373ZM233.125 415.5373L232.5 415.14667L236.67188 408.4748L237.28125 408.86542L233.125 415.5373Z" fill-rule="nonzero"/><path fill="#666666" d="M323.55176 416.17792L317.958 416.17792L317.958 415.39667L320.91113 412.11542Q321.56738 411.36542 321.81738 410.9123Q322.06738 410.44354 322.06738 409.94354Q322.06738 409.27167 321.66113 408.8498Q321.2705 408.4123 320.583 408.4123Q319.78613 408.4123 319.333 408.88104Q318.87988 409.33417 318.87988 410.1623L317.80176 410.1623Q317.80176 408.9748 318.55176 408.25604Q319.31738 407.52167 320.583 407.52167Q321.78613 407.52167 322.47363 408.14667Q323.16113 408.77167 323.16113 409.81854Q323.16113 411.06854 321.55176 412.81854L319.2705 415.2873L323.55176 415.2873L323.55176 416.17792ZM330.31738 412.5373Q330.31738 414.44354 329.66113 415.38104Q329.0205 416.30292 327.62988 416.30292Q326.2705 416.30292 325.61426 415.39667Q324.958 414.49042 324.92676 412.67792L324.92676 411.24042Q324.92676 409.3498 325.56738 408.44354Q326.22363 407.52167 327.61426 407.52167Q328.98926 407.52167 329.6455 408.4123Q330.30176 409.2873 330.31738 411.13104L330.31738 412.5373ZM329.22363 411.05292Q329.22363 409.67792 328.833 409.05292Q328.458 408.4123 327.61426 408.4123Q326.78613 408.4123 326.3955 409.05292Q326.0205 409.67792 326.0205 410.9748L326.0205 412.70917Q326.0205 414.08417 326.41113 414.75604Q326.81738 415.4123 327.62988 415.4123Q328.42676 415.4123 328.81738 414.7873Q329.208 414.1623 329.22363 412.83417L329.22363 411.05292ZM331.86426 409.2873Q331.86426 408.52167 332.34863 408.02167Q332.84863 407.52167 333.61426 407.52167Q334.3955 407.52167 334.87988 408.02167Q335.36426 408.52167 335.36426 409.31854L335.36426 409.74042Q335.36426 410.50604 334.86426 411.00604Q334.37988 411.49042 333.62988 411.49042Q332.86426 411.49042 332.36426 411.00604Q331.86426 410.50604 331.86426 409.69354L331.86426 409.2873ZM332.67676 409.74042Q332.67676 410.19354 332.92676 410.49042Q333.19238 410.7873 333.62988 410.7873Q334.05176 410.7873 334.30176 410.50604Q334.55176 410.20917 334.55176 409.70917L334.55176 409.2873Q334.55176 408.83417 334.30176 408.5373Q334.05176 408.2248 333.61426 408.2248Q333.17676 408.2248 332.92676 408.5373Q332.67676 408.83417 332.67676 409.30292L332.67676 409.74042ZM336.0205 414.08417Q336.0205 413.31854 336.50488 412.83417Q337.00488 412.33417 337.7705 412.33417Q338.53613 412.33417 339.0205 412.83417Q339.5205 413.31854 339.5205 414.13104L339.5205 414.5373Q339.5205 415.30292 339.03613 415.80292Q338.55176 416.30292 337.78613 416.30292Q337.0205 416.30292 336.5205 415.81854Q336.0205 415.31854 336.0205 414.50604L336.0205 414.08417ZM336.833 414.5373Q336.833 415.00604 337.083 415.30292Q337.34863 415.5998 337.78613 415.5998Q338.208 415.5998 338.458 415.31854Q338.708 415.02167 338.708 414.52167L338.708 414.08417Q338.708 413.61542 338.44238 413.33417Q338.19238 413.0373 337.7705 413.0373Q337.34863 413.0373 337.083 413.33417Q336.833 413.61542 336.833 414.11542L336.833 414.5373ZM333.87988 415.5373L333.25488 415.14667L337.42676 408.4748L338.03613 408.86542L333.87988 415.5373Z" fill-rule="nonzero"/><path fill="#666666" d="M419.791 413.31854L420.9785 413.31854L420.9785 414.19354L419.791 414.19354L419.791 416.17792L418.71286 416.17792L418.71286 414.19354L414.82224 414.19354L414.82224 413.55292L418.63474 407.64667L419.791 407.64667L419.791 413.31854ZM416.0566 413.31854L418.71286 413.31854L418.71286 409.13104L418.57224 409.36542L416.0566 413.31854ZM427.57224 412.5373Q427.57224 414.44354 426.916 415.38104Q426.27536 416.30292 424.88474 416.30292Q423.52536 416.30292 422.8691 415.39667Q422.21286 414.49042 422.1816 412.67792L422.1816 411.24042Q422.1816 409.3498 422.82224 408.44354Q423.4785 407.52167 424.8691 407.52167Q426.2441 407.52167 426.90036 408.4123Q427.5566 409.2873 427.57224 411.13104L427.57224 412.5373ZM426.4785 411.05292Q426.4785 409.67792 426.08786 409.05292Q425.71286 408.4123 424.8691 408.4123Q424.041 408.4123 423.65036 409.05292Q423.27536 409.67792 423.27536 410.9748L423.27536 412.70917Q423.27536 414.08417 423.666 414.75604Q424.07224 415.4123 424.88474 415.4123Q425.6816 415.4123 426.07224 414.7873Q426.46286 414.1623 426.4785 412.83417L426.4785 411.05292ZM429.1191 409.2873Q429.1191 408.52167 429.6035 408.02167Q430.1035 407.52167 430.8691 407.52167Q431.65036 407.52167 432.13474 408.02167Q432.6191 408.52167 432.6191 409.31854L432.6191 409.74042Q432.6191 410.50604 432.1191 411.00604Q431.63474 411.49042 430.88474 411.49042Q430.1191 411.49042 429.6191 411.00604Q429.1191 410.50604 429.1191 409.69354L429.1191 409.2873ZM429.9316 409.74042Q429.9316 410.19354 430.1816 410.49042Q430.44724 410.7873 430.88474 410.7873Q431.3066 410.7873 431.5566 410.50604Q431.8066 410.20917 431.8066 409.70917L431.8066 409.2873Q431.8066 408.83417 431.5566 408.5373Q431.3066 408.2248 430.8691 408.2248Q430.4316 408.2248 430.1816 408.5373Q429.9316 408.83417 429.9316 409.30292L429.9316 409.74042ZM433.27536 414.08417Q433.27536 413.31854 433.75974 412.83417Q434.25974 412.33417 435.02536 412.33417Q435.791 412.33417 436.27536 412.83417Q436.77536 413.31854 436.77536 414.13104L436.77536 414.5373Q436.77536 415.30292 436.291 415.80292Q435.8066 416.30292 435.041 416.30292Q434.27536 416.30292 433.77536 415.81854Q433.27536 415.31854 433.27536 414.50604L433.27536 414.08417ZM434.08786 414.5373Q434.08786 415.00604 434.33786 415.30292Q434.6035 415.5998 435.041 415.5998Q435.46286 415.5998 435.71286 415.31854Q435.96286 415.02167 435.96286 414.52167L435.96286 414.08417Q435.96286 413.61542 435.69724 413.33417Q435.44724 413.0373 435.02536 413.0373Q434.6035 413.0373 434.33786 413.33417Q434.08786 413.61542 434.08786 414.11542L434.08786 414.5373ZM431.13474 415.5373L430.50974 415.14667L434.6816 408.4748L435.291 408.86542L431.13474 415.5373Z" fill-rule="nonzero"/><path fill="#666666" d="M516.7334 407.64667L516.7334 408.55292L516.5303 408.55292Q515.26465 408.58417 514.51465 409.31854Q513.76465 410.0373 513.63965 411.3498Q514.32715 410.58417 515.4834 410.58417Q516.5928 410.58417 517.26465 411.36542Q517.9365 412.14667 517.9365 413.39667Q517.9365 414.70917 517.2178 415.50604Q516.499 416.30292 515.2803 416.30292Q514.0615 416.30292 513.2959 415.36542Q512.5459 414.4123 512.5459 412.92792L512.5459 412.52167Q512.5459 410.1623 513.5459 408.9123Q514.5459 407.6623 516.5303 407.64667L516.7334 407.64667ZM515.3115 411.49042Q514.749 411.49042 514.2803 411.81854Q513.8115 412.14667 513.624 412.6623L513.624 413.05292Q513.624 414.11542 514.0928 414.75604Q514.57715 415.39667 515.2803 415.39667Q516.01465 415.39667 516.4365 414.86542Q516.8584 414.31854 516.8584 413.44354Q516.8584 412.56854 516.4365 412.0373Q516.01465 411.49042 515.3115 411.49042ZM524.82715 412.5373Q524.82715 414.44354 524.1709 415.38104Q523.5303 416.30292 522.13965 416.30292Q520.7803 416.30292 520.124 415.39667Q519.4678 414.49042 519.4365 412.67792L519.4365 411.24042Q519.4365 409.3498 520.07715 408.44354Q520.7334 407.52167 522.124 407.52167Q523.499 407.52167 524.1553 408.4123Q524.8115 409.2873 524.82715 411.13104L524.82715 412.5373ZM523.7334 411.05292Q523.7334 409.67792 523.3428 409.05292Q522.9678 408.4123 522.124 408.4123Q521.2959 408.4123 520.9053 409.05292Q520.5303 409.67792 520.5303 410.9748L520.5303 412.70917Q520.5303 414.08417 520.9209 414.75604Q521.32715 415.4123 522.13965 415.4123Q522.9365 415.4123 523.32715 414.7873Q523.7178 414.1623 523.7334 412.83417L523.7334 411.05292ZM526.374 409.2873Q526.374 408.52167 526.8584 408.02167Q527.3584 407.52167 528.124 407.52167Q528.9053 407.52167 529.38965 408.02167Q529.874 408.52167 529.874 409.31854L529.874 409.74042Q529.874 410.50604 529.374 411.00604Q528.88965 411.49042 528.13965 411.49042Q527.374 411.49042 526.874 411.00604Q526.374 410.50604 526.374 409.69354L526.374 409.2873ZM527.1865 409.74042Q527.1865 410.19354 527.4365 410.49042Q527.70215 410.7873 528.13965 410.7873Q528.5615 410.7873 528.8115 410.50604Q529.0615 410.20917 529.0615 409.70917L529.0615 409.2873Q529.0615 408.83417 528.8115 408.5373Q528.5615 408.2248 528.124 408.2248Q527.6865 408.2248 527.4365 408.5373Q527.1865 408.83417 527.1865 409.30292L527.1865 409.74042ZM530.5303 414.08417Q530.5303 413.31854 531.01465 412.83417Q531.51465 412.33417 532.2803 412.33417Q533.0459 412.33417 533.5303 412.83417Q534.0303 413.31854 534.0303 414.13104L534.0303 414.5373Q534.0303 415.30292 533.5459 415.80292Q533.0615 416.30292 532.2959 416.30292Q531.5303 416.30292 531.0303 415.81854Q530.5303 415.31854 530.5303 414.50604L530.5303 414.08417ZM531.3428 414.5373Q531.3428 415.00604 531.5928 415.30292Q531.8584 415.5998 532.2959 415.5998Q532.7178 415.5998 532.9678 415.31854Q533.2178 415.02167 533.2178 414.52167L533.2178 414.08417Q533.2178 413.61542 532.95215 413.33417Q532.70215 413.0373 532.2803 413.0373Q531.8584 413.0373 531.5928 413.33417Q531.3428 413.61542 531.3428 414.11542L531.3428 414.5373ZM528.38965 415.5373L527.76465 415.14667L531.9365 408.4748L532.5459 408.86542L528.38965 415.5373Z" fill-rule="nonzero"/><path fill="#666666" d="M614.9101 409.86542Q614.9101 410.50604 614.56635 411.00604Q614.2226 411.50604 613.6601 411.7873Q614.31635 412.06854 614.707 412.63104Q615.0976 413.17792 615.0976 413.88104Q615.0976 414.9748 614.3476 415.64667Q613.6132 416.30292 612.3945 416.30292Q611.1601 416.30292 610.4101 415.64667Q609.6757 414.9748 609.6757 413.88104Q609.6757 413.17792 610.0507 412.63104Q610.4257 412.06854 611.0976 411.7873Q610.5351 411.50604 610.207 411.00604Q609.87885 410.50604 609.87885 409.86542Q609.87885 408.7873 610.56635 408.1623Q611.25385 407.52167 612.3945 407.52167Q613.5195 407.52167 614.207 408.1623Q614.9101 408.7873 614.9101 409.86542ZM614.0195 413.8498Q614.0195 413.13104 613.56635 412.69354Q613.1132 412.24042 612.37885 412.24042Q611.6445 412.24042 611.19135 412.69354Q610.75385 413.13104 610.75385 413.86542Q610.75385 414.58417 611.19135 415.00604Q611.62885 415.4123 612.3945 415.4123Q613.1445 415.4123 613.582 414.99042Q614.0195 414.56854 614.0195 413.8498ZM612.3945 408.4123Q611.75385 408.4123 611.3476 408.81854Q610.957 409.20917 610.957 409.89667Q610.957 410.5373 611.3476 410.94354Q611.7382 411.3498 612.37885 411.3498Q613.0351 411.3498 613.4257 410.94354Q613.81635 410.5373 613.81635 409.89667Q613.81635 409.24042 613.4101 408.83417Q613.00385 408.4123 612.3945 408.4123ZM622.082 412.5373Q622.082 414.44354 621.4257 415.38104Q620.7851 416.30292 619.3945 416.30292Q618.0351 416.30292 617.37885 415.39667Q616.7226 414.49042 616.69135 412.67792L616.69135 411.24042Q616.69135 409.3498 617.332 408.44354Q617.9882 407.52167 619.37885 407.52167Q620.75385 407.52167 621.4101 408.4123Q622.06635 409.2873 622.082 411.13104L622.082 412.5373ZM620.9882 411.05292Q620.9882 409.67792 620.5976 409.05292Q620.2226 408.4123 619.37885 408.4123Q618.5507 408.4123 618.1601 409.05292Q617.7851 409.67792 617.7851 410.9748L617.7851 412.70917Q617.7851 414.08417 618.1757 414.75604Q618.582 415.4123 619.3945 415.4123Q620.19135 415.4123 620.582 414.7873Q620.9726 414.1623 620.9882 412.83417L620.9882 411.05292ZM623.62885 409.2873Q623.62885 408.52167 624.1132 408.02167Q624.6132 407.52167 625.37885 407.52167Q626.1601 407.52167 626.6445 408.02167Q627.12885 408.52167 627.12885 409.31854L627.12885 409.74042Q627.12885 410.50604 626.62885 411.00604Q626.1445 411.49042 625.3945 411.49042Q624.62885 411.49042 624.12885 411.00604Q623.62885 410.50604 623.62885 409.69354L623.62885 409.2873ZM624.44135 409.74042Q624.44135 410.19354 624.69135 410.49042Q624.957 410.7873 625.3945 410.7873Q625.81635 410.7873 626.06635 410.50604Q626.31635 410.20917 626.31635 409.70917L626.31635 409.2873Q626.31635 408.83417 626.06635 408.5373Q625.81635 408.2248 625.37885 408.2248Q624.94135 408.2248 624.69135 408.5373Q624.44135 408.83417 624.44135 409.30292L624.44135 409.74042ZM627.7851 414.08417Q627.7851 413.31854 628.2695 412.83417Q628.7695 412.33417 629.5351 412.33417Q630.3007 412.33417 630.7851 412.83417Q631.2851 413.31854 631.2851 414.13104L631.2851 414.5373Q631.2851 415.30292 630.8007 415.80292Q630.31635 416.30292 629.5507 416.30292Q628.7851 416.30292 628.2851 415.81854Q627.7851 415.31854 627.7851 414.50604L627.7851 414.08417ZM628.5976 414.5373Q628.5976 415.00604 628.8476 415.30292Q629.1132 415.5998 629.5507 415.5998Q629.9726 415.5998 630.2226 415.31854Q630.4726 415.02167 630.4726 414.52167L630.4726 414.08417Q630.4726 413.61542 630.207 413.33417Q629.957 413.0373 629.5351 413.0373Q629.1132 413.0373 628.8476 413.33417Q628.5976 413.61542 628.5976 414.11542L628.5976 414.5373ZM625.6445 415.5373L625.0195 415.14667L629.19135 408.4748L629.8007 408.86542L625.6445 415.5373Z" fill-rule="nonzero"/><path fill="#999999" d="M27.48125 46.986107Q27.48125 45.673607 27.825 44.454857Q28.184376 43.236107 28.8875 42.236107Q29.590626 41.236107 30.35625 40.829857L30.575 41.548607Q29.715626 42.204857 29.16875 43.548607Q28.621876 44.892357 28.575 46.56423L28.559376 47.06423Q28.559376 49.329857 29.3875 50.986107Q29.8875 51.986107 30.575 52.548607L30.35625 53.204857Q29.575 52.78298 28.85625 51.75173Q27.48125 49.767357 27.48125 46.986107ZM32.059376 50.454857L32.059376 44.954857L31.059376 44.954857L31.059376 44.111107L32.059376 44.111107L32.059376 43.47048Q32.059376 42.43923 32.590626 41.892357Q33.1375 41.329857 34.1375 41.329857Q34.5125 41.329857 34.8875 41.423607L34.825 42.31423Q34.54375 42.25173 34.246876 42.25173Q33.715626 42.25173 33.41875 42.56423Q33.1375 42.87673 33.1375 43.43923L33.1375 44.111107L34.496876 44.111107L34.496876 44.954857L33.1375 44.954857L33.1375 50.454857L32.059376 50.454857ZM38.590626 45.079857Q38.340626 45.048607 38.059376 45.048607Q36.98125 45.048607 36.60625 45.954857L36.60625 50.454857L35.528126 50.454857L35.528126 44.111107L36.575 44.111107L36.590626 44.84548Q37.121876 44.00173 38.10625 44.00173Q38.41875 44.00173 38.590626 44.079857L38.590626 45.079857ZM42.153126 50.579857Q40.85625 50.579857 40.04375 49.736107Q39.246876 48.87673 39.246876 47.454857L39.246876 47.267357Q39.246876 46.31423 39.60625 45.579857Q39.965626 44.829857 40.60625 44.423607Q41.2625 44.00173 42.0125 44.00173Q43.246876 44.00173 43.934376 44.81423Q44.621876 45.62673 44.621876 47.142357L44.621876 47.59548L40.325 47.59548Q40.35625 48.53298 40.871876 49.111107Q41.403126 49.68923 42.215626 49.68923Q42.778126 49.68923 43.16875 49.454857Q43.575 49.22048 43.8875 48.829857L44.54375 49.34548Q43.746876 50.579857 42.153126 50.579857ZM42.0125 44.892357Q41.35625 44.892357 40.903126 45.37673Q40.465626 45.84548 40.371876 46.704857L43.54375 46.704857L43.54375 46.62673Q43.496876 45.798607 43.090626 45.34548Q42.7 44.892357 42.0125 44.892357ZM48.153126 50.579857Q46.85625 50.579857 46.04375 49.736107Q45.246876 48.87673 45.246876 47.454857L45.246876 47.267357Q45.246876 46.31423 45.60625 45.579857Q45.965626 44.829857 46.60625 44.423607Q47.2625 44.00173 48.0125 44.00173Q49.246876 44.00173 49.934376 44.81423Q50.621876 45.62673 50.621876 47.142357L50.621876 47.59548L46.325 47.59548Q46.35625 48.53298 46.871876 49.111107Q47.403126 49.68923 48.215626 49.68923Q48.778126 49.68923 49.16875 49.454857Q49.575 49.22048 49.8875 48.829857L50.54375 49.34548Q49.746876 50.579857 48.153126 50.579857ZM48.0125 44.892357Q47.35625 44.892357 46.903126 45.37673Q46.465626 45.84548 46.371876 46.704857L49.54375 46.704857L49.54375 46.62673Q49.496876 45.798607 49.090626 45.34548Q48.7 44.892357 48.0125 44.892357ZM53.778126 47.267357L50.91875 47.267357L50.91875 46.392357L53.778126 46.392357L53.778126 47.267357ZM55.996876 42.579857L55.996876 44.111107L57.16875 44.111107L57.16875 44.954857L55.996876 44.954857L55.996876 48.87673Q55.996876 49.267357 56.153126 49.454857Q56.309376 49.642357 56.684376 49.642357Q56.871876 49.642357 57.2 49.579857L57.2 50.454857Q56.778126 50.579857 56.371876 50.579857Q55.653126 50.579857 55.278126 50.142357Q54.903126 49.68923 54.903126 48.87673L54.903126 44.954857L53.746876 44.954857L53.746876 44.111107L54.903126 44.111107L54.903126 42.579857L55.996876 42.579857ZM61.153126 50.579857Q59.85625 50.579857 59.04375 49.736107Q58.246876 48.87673 58.246876 47.454857L58.246876 47.267357Q58.246876 46.31423 58.60625 45.579857Q58.965626 44.829857 59.60625 44.423607Q60.2625 44.00173 61.0125 44.00173Q62.246876 44.00173 62.934376 44.81423Q63.621876 45.62673 63.621876 47.142357L63.621876 47.59548L59.325 47.59548Q59.35625 48.53298 59.871876 49.111107Q60.403126 49.68923 61.215626 49.68923Q61.778126 49.68923 62.16875 49.454857Q62.575 49.22048 62.8875 48.829857L63.54375 49.34548Q62.746876 50.579857 61.153126 50.579857ZM61.0125 44.892357Q60.35625 44.892357 59.903126 45.37673Q59.465626 45.84548 59.371876 46.704857L62.54375 46.704857L62.54375 46.62673Q62.496876 45.798607 62.090626 45.34548Q61.7 44.892357 61.0125 44.892357ZM66.65312 46.423607L68.05937 44.111107L69.325 44.111107L67.24687 47.25173L69.3875 50.454857L68.1375 50.454857L66.66875 48.079857L65.2 50.454857L63.934376 50.454857L66.075 47.25173L64.0125 44.111107L65.2625 44.111107L66.65312 46.423607ZM71.99687 42.579857L71.99687 44.111107L73.16875 44.111107L73.16875 44.954857L71.99687 44.954857L71.99687 48.87673Q71.99687 49.267357 72.15312 49.454857Q72.30937 49.642357 72.68437 49.642357Q72.87187 49.642357 73.2 49.579857L73.2 50.454857Q72.77812 50.579857 72.37187 50.579857Q71.65312 50.579857 71.27812 50.142357Q70.90312 49.68923 70.90312 48.87673L70.90312 44.954857L69.74687 44.954857L69.74687 44.111107L70.90312 44.111107L70.90312 42.579857L71.99687 42.579857ZM80.59062 45.079857Q80.34062 45.048607 80.05937 45.048607Q78.98125 45.048607 78.60625 45.954857L78.60625 50.454857L77.52812 50.454857L77.52812 44.111107L78.575 44.111107L78.59062 44.84548Q79.12187 44.00173 80.10625 44.00173Q80.41875 44.00173 80.59062 44.079857L80.59062 45.079857ZM84.15312 50.579857Q82.85625 50.579857 82.04375 49.736107Q81.24687 48.87673 81.24687 47.454857L81.24687 47.267357Q81.24687 46.31423 81.60625 45.579857Q81.96562 44.829857 82.60625 44.423607Q83.2625 44.00173 84.0125 44.00173Q85.24687 44.00173 85.93437 44.81423Q86.62187 45.62673 86.62187 47.142357L86.62187 47.59548L82.325 47.59548Q82.35625 48.53298 82.87187 49.111107Q83.40312 49.68923 84.21562 49.68923Q84.77812 49.68923 85.16875 49.454857Q85.575 49.22048 85.8875 48.829857L86.54375 49.34548Q85.74687 50.579857 84.15312 50.579857ZM84.0125 44.892357Q83.35625 44.892357 82.90312 45.37673Q82.46562 45.84548 82.37187 46.704857L85.54375 46.704857L85.54375 46.62673Q85.49687 45.798607 85.09062 45.34548Q84.7 44.892357 84.0125 44.892357ZM91.21562 48.767357Q91.21562 48.329857 90.87187 48.09548Q90.54375 47.84548 89.71562 47.673607Q88.90312 47.50173 88.41875 47.25173Q87.93437 47.00173 87.7 46.673607Q87.48125 46.329857 87.48125 45.861107Q87.48125 45.079857 88.1375 44.548607Q88.79375 44.00173 89.825 44.00173Q90.90312 44.00173 91.55937 44.56423Q92.23125 45.111107 92.23125 45.97048L91.15312 45.97048Q91.15312 45.53298 90.7625 45.22048Q90.3875 44.892357 89.825 44.892357Q89.23125 44.892357 88.8875 45.15798Q88.55937 45.40798 88.55937 45.81423Q88.55937 46.204857 88.87187 46.40798Q89.18437 46.611107 89.99687 46.798607Q90.80937 46.97048 91.30937 47.22048Q91.80937 47.47048 92.04375 47.829857Q92.29375 48.18923 92.29375 48.68923Q92.29375 49.548607 91.60625 50.06423Q90.93437 50.579857 89.85625 50.579857Q89.09062 50.579857 88.49687 50.31423Q87.91875 50.03298 87.59062 49.548607Q87.2625 49.06423 87.2625 48.50173L88.34062 48.50173Q88.37187 49.048607 88.77812 49.37673Q89.18437 49.68923 89.85625 49.68923Q90.46562 49.68923 90.84062 49.43923Q91.21562 49.18923 91.21562 48.767357ZM98.87187 47.361107Q98.87187 48.798607 98.21562 49.68923Q97.55937 50.579857 96.41875 50.579857Q95.2625 50.579857 94.60625 49.84548L94.60625 52.892357L93.52812 52.892357L93.52812 44.111107L94.5125 44.111107L94.55937 44.81423Q95.23125 44.00173 96.40312 44.00173Q97.54375 44.00173 98.2 44.861107Q98.87187 45.72048 98.87187 47.25173L98.87187 47.361107ZM97.79375 47.236107Q97.79375 46.15798 97.325 45.548607Q96.87187 44.923607 96.075 44.923607Q95.09062 44.923607 94.60625 45.78298L94.60625 48.81423Q95.09062 49.68923 96.09062 49.68923Q96.87187 49.68923 97.325 49.079857Q97.79375 48.454857 97.79375 47.236107ZM100.23125 47.22048Q100.23125 46.298607 100.59062 45.548607Q100.96562 44.798607 101.62187 44.40798Q102.27812 44.00173 103.10625 44.00173Q104.40312 44.00173 105.2 44.892357Q106.0125 45.78298 106.0125 47.28298L106.0125 47.361107Q106.0125 48.28298 105.65312 49.017357Q105.29375 49.75173 104.6375 50.173607Q103.98125 50.579857 103.12187 50.579857Q101.84062 50.579857 101.02812 49.68923Q100.23125 48.78298 100.23125 47.298607L100.23125 47.22048ZM101.325 47.361107Q101.325 48.40798 101.80937 49.048607Q102.30937 49.68923 103.12187 49.68923Q103.95 49.68923 104.43437 49.048607Q104.91875 48.392357 104.91875 47.22048Q104.91875 46.18923 104.41875 45.548607Q103.93437 44.892357 103.10625 44.892357Q102.30937 44.892357 101.80937 45.53298Q101.325 46.15798 101.325 47.361107ZM108.54375 44.111107L108.575 44.90798Q109.30937 44.00173 110.48125 44.00173Q112.49687 44.00173 112.5125 46.267357L112.5125 50.454857L111.41875 50.454857L111.41875 46.25173Q111.41875 45.579857 111.10625 45.25173Q110.80937 44.923607 110.15312 44.923607Q109.62187 44.923607 109.21562 45.204857Q108.825 45.486107 108.60625 45.93923L108.60625 50.454857L107.52812 50.454857L107.52812 44.111107L108.54375 44.111107ZM118.21562 48.767357Q118.21562 48.329857 117.87187 48.09548Q117.54375 47.84548 116.71562 47.673607Q115.90312 47.50173 115.41875 47.25173Q114.93437 47.00173 114.7 46.673607Q114.48125 46.329857 114.48125 45.861107Q114.48125 45.079857 115.1375 44.548607Q115.79375 44.00173 116.825 44.00173Q117.90312 44.00173 118.55937 44.56423Q119.23125 45.111107 119.23125 45.97048L118.15312 45.97048Q118.15312 45.53298 117.7625 45.22048Q117.3875 44.892357 116.825 44.892357Q116.23125 44.892357 115.8875 45.15798Q115.55937 45.40798 115.55937 45.81423Q115.55937 46.204857 115.87187 46.40798Q116.18437 46.611107 116.99687 46.798607Q117.80937 46.97048 118.30937 47.22048Q118.80937 47.47048 119.04375 47.829857Q119.29375 48.18923 119.29375 48.68923Q119.29375 49.548607 118.60625 50.06423Q117.93437 50.579857 116.85625 50.579857Q116.09062 50.579857 115.49687 50.31423Q114.91875 50.03298 114.59062 49.548607Q114.2625 49.06423 114.2625 48.50173L115.34062 48.50173Q115.37187 49.048607 115.77812 49.37673Q116.18437 49.68923 116.85625 49.68923Q117.46562 49.68923 117.84062 49.43923Q118.21562 49.18923 118.21562 48.767357ZM123.15312 50.579857Q121.85625 50.579857 121.04375 49.736107Q120.24687 48.87673 120.24687 47.454857L120.24687 47.267357Q120.24687 46.31423 120.60625 45.579857Q120.96562 44.829857 121.60625 44.423607Q122.2625 44.00173 123.0125 44.00173Q124.24687 44.00173 124.93437 44.81423Q125.62187 45.62673 125.62187 47.142357L125.62187 47.59548L121.325 47.59548Q121.35625 48.53298 121.87187 49.111107Q122.40312 49.68923 123.21562 49.68923Q123.77812 49.68923 124.16875 49.454857Q124.575 49.22048 124.8875 48.829857L125.54375 49.34548Q124.74687 50.579857 123.15312 50.579857ZM123.0125 44.892357Q122.35625 44.892357 121.90312 45.37673Q121.46562 45.84548 121.37187 46.704857L124.54375 46.704857L124.54375 46.62673Q124.49687 45.798607 124.09062 45.34548Q123.7 44.892357 123.0125 44.892357ZM129.02812 47.048607Q129.02812 48.361107 128.68437 49.56423Q128.34062 50.75173 127.62187 51.767357Q126.91875 52.78298 126.15312 53.204857L125.91875 52.548607Q126.825 51.861107 127.37187 50.40798Q127.91875 48.93923 127.93437 47.173607L127.93437 46.986107Q127.93437 45.75173 127.66875 44.68923Q127.41875 43.62673 126.95 42.798607Q126.49687 41.954857 125.91875 41.486107L126.15312 40.829857Q126.91875 41.25173 127.62187 42.25173Q128.325 43.25173 128.66875 44.47048Q129.02812 45.673607 129.02812 47.048607Z" fill-rule="nonzero"/><path fill="#666666" d="M31.796875 24.659374L32.0 25.971874L32.28125 24.784374L34.25 17.846874L35.34375 17.846874L37.265625 24.784374L37.546875 25.9875L37.75 24.659374L39.296875 17.846874L40.625 17.846874L38.203125 27.8L37.015625 27.8L34.953125 20.55L34.796875 19.784374L34.640625 20.55L32.515625 27.8L31.328125 27.8L28.921875 17.846874L30.234375 17.846874L31.796875 24.659374ZM42.71875 21.3Q43.5625 20.26875 44.90625 20.26875Q47.25 20.26875 47.28125 22.909374L47.28125 27.8L46.015625 27.8L46.015625 22.909374Q46.0 22.1125 45.640625 21.7375Q45.28125 21.346874 44.53125 21.346874Q43.90625 21.346874 43.4375 21.675Q42.984375 22.003124 42.71875 22.534374L42.71875 27.8L41.453125 27.8L41.453125 17.3L42.71875 17.3L42.71875 21.3ZM54.03125 27.8Q53.921875 27.58125 53.84375 27.01875Q52.96875 27.940624 51.734375 27.940624Q50.640625 27.940624 49.9375 27.33125Q49.25 26.70625 49.25 25.753124Q49.25 24.596874 50.125 23.95625Q51.0 23.315624 52.59375 23.315624L53.828125 23.315624L53.828125 22.7375Q53.828125 22.065624 53.421875 21.675Q53.03125 21.284374 52.265625 21.284374Q51.578125 21.284374 51.125 21.628124Q50.671875 21.971874 50.671875 22.45625L49.390625 22.45625Q49.390625 21.89375 49.78125 21.378124Q50.1875 20.8625 50.859375 20.565624Q51.53125 20.26875 52.328125 20.26875Q53.609375 20.26875 54.328125 20.909374Q55.0625 21.55 55.09375 22.659374L55.09375 26.065624Q55.09375 27.08125 55.34375 27.690624L55.34375 27.8L54.03125 27.8ZM51.921875 26.83125Q52.515625 26.83125 53.046875 26.534374Q53.59375 26.221874 53.828125 25.721874L53.828125 24.20625L52.828125 24.20625Q50.515625 24.20625 50.515625 25.565624Q50.515625 26.159374 50.90625 26.503124Q51.296875 26.83125 51.921875 26.83125ZM59.171875 18.6125L59.171875 20.409374L60.546875 20.409374L60.546875 21.378124L59.171875 21.378124L59.171875 25.971874Q59.171875 26.409374 59.359375 26.64375Q59.546875 26.8625 59.984375 26.8625Q60.203125 26.8625 60.59375 26.76875L60.59375 27.8Q60.09375 27.940624 59.625 27.940624Q58.765625 27.940624 58.328125 27.425Q57.90625 26.909374 57.90625 25.971874L57.90625 21.378124L56.5625 21.378124L56.5625 20.409374L57.90625 20.409374L57.90625 18.6125L59.171875 18.6125ZM62.421875 29.784374L61.703125 29.284374Q62.34375 28.39375 62.375 27.440624L62.375 26.3L63.609375 26.3L63.609375 27.3Q63.609375 27.9875 63.265625 28.675Q62.921875 29.3625 62.421875 29.784374ZM69.828125 27.8L68.5625 27.8L68.5625 20.409374L69.828125 20.409374L69.828125 27.8ZM68.46875 18.440624Q68.46875 18.128124 68.65625 17.925Q68.84375 17.70625 69.203125 17.70625Q69.578125 17.70625 69.765625 17.925Q69.96875 18.128124 69.96875 18.440624Q69.96875 18.753124 69.765625 18.95625Q69.578125 19.159374 69.203125 19.159374Q68.84375 19.159374 68.65625 18.95625Q68.46875 18.753124 68.46875 18.440624ZM72.078125 27.8L72.078125 21.378124L70.90625 21.378124L70.90625 20.409374L72.078125 20.409374L72.078125 19.64375Q72.078125 18.45625 72.703125 17.815624Q73.34375 17.159374 74.515625 17.159374Q74.953125 17.159374 75.375 17.26875L75.3125 18.3Q74.984375 18.2375 74.625 18.2375Q74.015625 18.2375 73.671875 18.596874Q73.34375 18.95625 73.34375 19.628124L73.34375 20.409374L74.921875 20.409374L74.921875 21.378124L73.34375 21.378124L73.34375 27.8L72.078125 27.8ZM84.03125 27.8Q83.921875 27.58125 83.84375 27.01875Q82.96875 27.940624 81.734375 27.940624Q80.640625 27.940624 79.9375 27.33125Q79.25 26.70625 79.25 25.753124Q79.25 24.596874 80.125 23.95625Q81.0 23.315624 82.59375 23.315624L83.828125 23.315624L83.828125 22.7375Q83.828125 22.065624 83.421875 21.675Q83.03125 21.284374 82.265625 21.284374Q81.578125 21.284374 81.125 21.628124Q80.671875 21.971874 80.671875 22.45625L79.390625 22.45625Q79.390625 21.89375 79.78125 21.378124Q80.1875 20.8625 80.859375 20.565624Q81.53125 20.26875 82.328125 20.26875Q83.609375 20.26875 84.328125 20.909374Q85.0625 21.55 85.09375 22.659374L85.09375 26.065624Q85.09375 27.08125 85.34375 27.690624L85.34375 27.8L84.03125 27.8ZM81.921875 26.83125Q82.515625 26.83125 83.046875 26.534374Q83.59375 26.221874 83.828125 25.721874L83.828125 24.20625L82.828125 24.20625Q80.515625 24.20625 80.515625 25.565624Q80.515625 26.159374 80.90625 26.503124Q81.296875 26.83125 81.921875 26.83125ZM88.65625 20.409374L88.6875 21.33125Q89.546875 20.26875 90.90625 20.26875Q93.25 20.26875 93.28125 22.909374L93.28125 27.8L92.015625 27.8L92.015625 22.909374Q92.0 22.1125 91.640625 21.7375Q91.28125 21.346874 90.53125 21.346874Q89.90625 21.346874 89.4375 21.675Q88.984375 22.003124 88.71875 22.534374L88.71875 27.8L87.453125 27.8L87.453125 20.409374L88.65625 20.409374ZM97.875 25.940624L99.59375 20.409374L100.953125 20.409374L97.984375 28.940624Q97.296875 30.784374 95.78125 30.784374L95.546875 30.76875L95.078125 30.675L95.078125 29.659374L95.421875 29.675Q96.0625 29.675 96.421875 29.409374Q96.78125 29.159374 97.015625 28.471874L97.296875 27.721874L94.65625 20.409374L96.03125 20.409374L97.875 25.940624ZM104.171875 18.6125L104.171875 20.409374L105.546875 20.409374L105.546875 21.378124L104.171875 21.378124L104.171875 25.971874Q104.171875 26.409374 104.359375 26.64375Q104.546875 26.8625 104.984375 26.8625Q105.203125 26.8625 105.59375 26.76875L105.59375 27.8Q105.09375 27.940624 104.625 27.940624Q103.765625 27.940624 103.328125 27.425Q102.90625 26.909374 102.90625 25.971874L102.90625 21.378124L101.5625 21.378124L101.5625 20.409374L102.90625 20.409374L102.90625 18.6125L104.171875 18.6125ZM108.71875 21.3Q109.5625 20.26875 110.90625 20.26875Q113.25 20.26875 113.28125 22.909374L113.28125 27.8L112.015625 27.8L112.015625 22.909374Q112.0 22.1125 111.640625 21.7375Q111.28125 21.346874 110.53125 21.346874Q109.90625 21.346874 109.4375 21.675Q108.984375 22.003124 108.71875 22.534374L108.71875 27.8L107.453125 27.8L107.453125 17.3L108.71875 17.3L108.71875 21.3ZM116.828125 27.8L115.5625 27.8L115.5625 20.409374L116.828125 20.409374L116.828125 27.8ZM115.46875 18.440624Q115.46875 18.128124 115.65625 17.925Q115.84375 17.70625 116.203125 17.70625Q116.578125 17.70625 116.765625 17.925Q116.96875 18.128124 116.96875 18.440624Q116.96875 18.753124 116.765625 18.95625Q116.578125 19.159374 116.203125 19.159374Q115.84375 19.159374 115.65625 18.95625Q115.46875 18.753124 115.46875 18.440624ZM119.65625 20.409374L119.6875 21.33125Q120.546875 20.26875 121.90625 20.26875Q124.25 20.26875 124.28125 22.909374L124.28125 27.8L123.015625 27.8L123.015625 22.909374Q123.0 22.1125 122.640625 21.7375Q122.28125 21.346874 121.53125 21.346874Q120.90625 21.346874 120.4375 21.675Q119.984375 22.003124 119.71875 22.534374L119.71875 27.8L118.453125 27.8L118.453125 20.409374L119.65625 20.409374ZM126.15625 24.034374Q126.15625 22.315624 126.953125 21.3Q127.75 20.26875 129.07812 20.26875Q130.42188 20.26875 131.1875 21.221874L131.25 20.409374L132.40625 20.409374L132.40625 27.628124Q132.40625 29.065624 131.54688 29.878124Q130.70312 30.70625 129.26562 30.70625Q128.46875 30.70625 127.703125 30.3625Q126.9375 30.034374 126.53125 29.440624L127.1875 28.675Q128.0 29.675 129.17188 29.675Q130.09375 29.675 130.60938 29.159374Q131.14062 28.64375 131.14062 27.690624L131.14062 27.065624Q130.375 27.940624 129.0625 27.940624Q127.765625 27.940624 126.953125 26.89375Q126.15625 25.846874 126.15625 24.034374ZM127.421875 24.190624Q127.421875 25.440624 127.9375 26.159374Q128.45312 26.8625 129.375 26.8625Q130.57812 26.8625 131.14062 25.76875L131.14062 22.39375Q130.54688 21.346874 129.39062 21.346874Q128.46875 21.346874 127.9375 22.065624Q127.421875 22.76875 127.421875 24.190624ZM134.42188 29.784374L133.70312 29.284374Q134.34375 28.39375 134.375 27.440624L134.375 26.3L135.60938 26.3L135.60938 27.3Q135.60938 27.9875 135.26562 28.675Q134.92188 29.3625 134.42188 29.784374ZM146.70312 24.190624Q146.70312 25.878124 145.92188 26.909374Q145.15625 27.940624 143.84375 27.940624Q142.5 27.940624 141.71875 27.08125L141.71875 30.64375L140.45312 30.64375L140.45312 20.409374L141.60938 20.409374L141.67188 21.221874Q142.45312 20.26875 143.82812 20.26875Q145.15625 20.26875 145.92188 21.26875Q146.70312 22.26875 146.70312 24.065624L146.70312 24.190624ZM145.4375 24.034374Q145.4375 22.784374 144.90625 22.065624Q144.375 21.346874 143.4375 21.346874Q142.29688 21.346874 141.71875 22.3625L141.71875 25.89375Q142.29688 26.909374 143.45312 26.909374Q144.375 26.909374 144.90625 26.190624Q145.4375 25.45625 145.4375 24.034374ZM152.03125 21.534374Q151.75 21.4875 151.40625 21.4875Q150.17188 21.4875 149.71875 22.55L149.71875 27.8L148.45312 27.8L148.45312 20.409374L149.6875 20.409374L149.70312 21.253124Q150.32812 20.26875 151.46875 20.26875Q151.84375 20.26875 152.03125 20.3625L152.03125 21.534374ZM156.53125 27.940624Q155.01562 27.940624 154.07812 26.95625Q153.14062 25.95625 153.14062 24.3L153.14062 24.08125Q153.14062 22.971874 153.5625 22.1125Q153.98438 21.2375 154.73438 20.753124Q155.48438 20.26875 156.375 20.26875Q157.8125 20.26875 158.60938 21.221874Q159.40625 22.159374 159.40625 23.940624L159.40625 24.45625L154.40625 24.45625Q154.42188 25.55 155.03125 26.2375Q155.65625 26.909374 156.59375 26.909374Q157.26562 26.909374 157.71875 26.64375Q158.1875 26.3625 158.54688 25.909374L159.3125 26.503124Q158.39062 27.940624 156.53125 27.940624ZM156.375 21.3Q155.60938 21.3 155.07812 21.8625Q154.5625 22.425 154.4375 23.425L158.14062 23.425L158.14062 23.33125Q158.09375 22.3625 157.625 21.83125Q157.15625 21.3 156.375 21.3ZM162.89062 26.08125L164.73438 20.409374L166.01562 20.409374L163.375 27.8L162.40625 27.8L159.71875 20.409374L161.01562 20.409374L162.89062 26.08125ZM170.53125 27.940624Q169.01562 27.940624 168.07812 26.95625Q167.14062 25.95625 167.14062 24.3L167.14062 24.08125Q167.14062 22.971874 167.5625 22.1125Q167.98438 21.2375 168.73438 20.753124Q169.48438 20.26875 170.375 20.26875Q171.8125 20.26875 172.60938 21.221874Q173.40625 22.159374 173.40625 23.940624L173.40625 24.45625L168.40625 24.45625Q168.42188 25.55 169.03125 26.2375Q169.65625 26.909374 170.59375 26.909374Q171.26562 26.909374 171.71875 26.64375Q172.1875 26.3625 172.54688 25.909374L173.3125 26.503124Q172.39062 27.940624 170.53125 27.940624ZM170.375 21.3Q169.60938 21.3 169.07812 21.8625Q168.5625 22.425 168.4375 23.425L172.14062 23.425L172.14062 23.33125Q172.09375 22.3625 171.625 21.83125Q171.15625 21.3 170.375 21.3ZM175.65625 20.409374L175.6875 21.33125Q176.54688 20.26875 177.90625 20.26875Q180.25 20.26875 180.28125 22.909374L180.28125 27.8L179.01562 27.8L179.01562 22.909374Q179.0 22.1125 178.64062 21.7375Q178.28125 21.346874 177.53125 21.346874Q176.90625 21.346874 176.4375 21.675Q175.98438 22.003124 175.71875 22.534374L175.71875 27.8L174.45312 27.8L174.45312 20.409374L175.65625 20.409374ZM184.17188 18.6125L184.17188 20.409374L185.54688 20.409374L185.54688 21.378124L184.17188 21.378124L184.17188 25.971874Q184.17188 26.409374 184.35938 26.64375Q184.54688 26.8625 184.98438 26.8625Q185.20312 26.8625 185.59375 26.76875L185.59375 27.8Q185.09375 27.940624 184.625 27.940624Q183.76562 27.940624 183.32812 27.425Q182.90625 26.909374 182.90625 25.971874L182.90625 21.378124L181.5625 21.378124L181.5625 20.409374L182.90625 20.409374L182.90625 18.6125L184.17188 18.6125ZM191.76562 25.83125Q191.76562 25.33125 191.375 25.05Q190.98438 24.753124 190.03125 24.55Q189.07812 24.346874 188.5 24.065624Q187.9375 23.76875 187.67188 23.378124Q187.40625 22.9875 187.40625 22.440624Q187.40625 21.51875 188.17188 20.89375Q188.9375 20.26875 190.14062 20.26875Q191.39062 20.26875 192.17188 20.925Q192.95312 21.565624 192.95312 22.58125L191.6875 22.58125Q191.6875 22.05 191.25 21.675Q190.8125 21.3 190.14062 21.3Q189.45312 21.3 189.0625 21.6125Q188.67188 21.909374 188.67188 22.39375Q188.67188 22.846874 189.03125 23.08125Q189.39062 23.315624 190.32812 23.534374Q191.28125 23.7375 191.875 24.034374Q192.46875 24.33125 192.75 24.753124Q193.03125 25.159374 193.03125 25.753124Q193.03125 26.7375 192.23438 27.346874Q191.4375 27.940624 190.17188 27.940624Q189.29688 27.940624 188.60938 27.628124Q187.92188 27.3 187.53125 26.7375Q187.15625 26.175 187.15625 25.51875L188.42188 25.51875Q188.45312 26.159374 188.92188 26.534374Q189.40625 26.909374 190.17188 26.909374Q190.89062 26.909374 191.32812 26.6125Q191.76562 26.315624 191.76562 25.83125ZM199.875 25.940624L201.59375 20.409374L202.95312 20.409374L199.98438 28.940624Q199.29688 30.784374 197.78125 30.784374L197.54688 30.76875L197.07812 30.675L197.07812 29.659374L197.42188 29.675Q198.0625 29.675 198.42188 29.409374Q198.78125 29.159374 199.01562 28.471874L199.29688 27.721874L196.65625 20.409374L198.03125 20.409374L199.875 25.940624ZM204.125 24.034374Q204.125 22.940624 204.54688 22.08125Q204.98438 21.20625 205.73438 20.7375Q206.5 20.26875 207.48438 20.26875Q208.98438 20.26875 209.92188 21.315624Q210.85938 22.3625 210.85938 24.096874L210.85938 24.190624Q210.85938 25.26875 210.4375 26.128124Q210.03125 26.971874 209.25 27.45625Q208.48438 27.940624 207.5 27.940624Q205.98438 27.940624 205.04688 26.89375Q204.125 25.846874 204.125 24.128124L204.125 24.034374ZM205.39062 24.190624Q205.39062 25.409374 205.95312 26.159374Q206.53125 26.909374 207.5 26.909374Q208.45312 26.909374 209.01562 26.159374Q209.59375 25.39375 209.59375 24.034374Q209.59375 22.815624 209.01562 22.065624Q208.4375 21.3 207.48438 21.3Q206.54688 21.3 205.96875 22.05Q205.39062 22.8 205.39062 24.190624ZM217.03125 27.065624Q216.28125 27.940624 214.85938 27.940624Q213.67188 27.940624 213.04688 27.253124Q212.4375 26.565624 212.4375 25.221874L212.4375 20.409374L213.6875 20.409374L213.6875 25.175Q213.6875 26.8625 215.0625 26.8625Q216.51562 26.8625 216.98438 25.784374L216.98438 20.409374L218.25 20.409374L218.25 27.8L217.04688 27.8L217.03125 27.065624ZM224.07812 27.8L224.07812 21.378124L222.90625 21.378124L222.90625 20.409374L224.07812 20.409374L224.07812 19.64375Q224.07812 18.45625 224.70312 17.815624Q225.34375 17.159374 226.51562 17.159374Q226.95312 17.159374 227.375 17.26875L227.3125 18.3Q226.98438 18.2375 226.625 18.2375Q226.01562 18.2375 225.67188 18.596874Q225.34375 18.95625 225.34375 19.628124L225.34375 20.409374L226.92188 20.409374L226.92188 21.378124L225.34375 21.378124L225.34375 27.8L224.07812 27.8ZM232.03125 21.534374Q231.75 21.4875 231.40625 21.4875Q230.17188 21.4875 229.71875 22.55L229.71875 27.8L228.45312 27.8L228.45312 20.409374L229.6875 20.409374L229.70312 21.253124Q230.32812 20.26875 231.46875 20.26875Q231.84375 20.26875 232.03125 20.3625L232.03125 21.534374ZM233.125 24.034374Q233.125 22.940624 233.54688 22.08125Q233.98438 21.20625 234.73438 20.7375Q235.5 20.26875 236.48438 20.26875Q237.98438 20.26875 238.92188 21.315624Q239.85938 22.3625 239.85938 24.096874L239.85938 24.190624Q239.85938 25.26875 239.4375 26.128124Q239.03125 26.971874 238.25 27.45625Q237.48438 27.940624 236.5 27.940624Q234.98438 27.940624 234.04688 26.89375Q233.125 25.846874 233.125 24.128124L233.125 24.034374ZM234.39062 24.190624Q234.39062 25.409374 234.95312 26.159374Q235.53125 26.909374 236.5 26.909374Q237.45312 26.909374 238.01562 26.159374Q238.59375 25.39375 238.59375 24.034374Q238.59375 22.815624 238.01562 22.065624Q237.4375 21.3 236.48438 21.3Q235.54688 21.3 234.96875 22.05Q234.39062 22.8 234.39062 24.190624ZM242.64062 20.409374L242.6875 21.221874Q243.5 20.26875 244.875 20.26875Q246.42188 20.26875 246.98438 21.45625Q247.35938 20.925 247.95312 20.596874Q248.54688 20.26875 249.34375 20.26875Q251.78125 20.26875 251.82812 22.846874L251.82812 27.8L250.5625 27.8L250.5625 22.925Q250.5625 22.128124 250.1875 21.7375Q249.82812 21.346874 248.98438 21.346874Q248.26562 21.346874 247.79688 21.76875Q247.34375 22.175 247.26562 22.89375L247.26562 27.8L246.0 27.8L246.0 22.95625Q246.0 21.346874 244.42188 21.346874Q243.17188 21.346874 242.71875 22.39375L242.71875 27.8L241.45312 27.8L241.45312 20.409374L242.64062 20.409374ZM257.64062 20.409374L257.6875 21.221874Q258.5 20.26875 259.875 20.26875Q261.42188 20.26875 261.98438 21.45625Q262.35938 20.925 262.95312 20.596874Q263.54688 20.26875 264.34375 20.26875Q266.78125 20.26875 266.82812 22.846874L266.82812 27.8L265.5625 27.8L265.5625 22.925Q265.5625 22.128124 265.1875 21.7375Q264.82812 21.346874 263.98438 21.346874Q263.26562 21.346874 262.79688 21.76875Q262.34375 22.175 262.26562 22.89375L262.26562 27.8L261.0 27.8L261.0 22.95625Q261.0 21.346874 259.42188 21.346874Q258.17188 21.346874 257.71875 22.39375L257.71875 27.8L256.45312 27.8L256.45312 20.409374L257.64062 20.409374ZM268.125 24.034374Q268.125 22.940624 268.54688 22.08125Q268.98438 21.20625 269.73438 20.7375Q270.5 20.26875 271.48438 20.26875Q272.98438 20.26875 273.92188 21.315624Q274.85938 22.3625 274.85938 24.096874L274.85938 24.190624Q274.85938 25.26875 274.4375 26.128124Q274.03125 26.971874 273.25 27.45625Q272.48438 27.940624 271.5 27.940624Q269.98438 27.940624 269.04688 26.89375Q268.125 25.846874 268.125 24.128124L268.125 24.034374ZM269.39062 24.190624Q269.39062 25.409374 269.95312 26.159374Q270.53125 26.909374 271.5 26.909374Q272.45312 26.909374 273.01562 26.159374Q273.59375 25.39375 273.59375 24.034374Q273.59375 22.815624 273.01562 22.065624Q272.4375 21.3 271.48438 21.3Q270.54688 21.3 269.96875 22.05Q269.39062 22.8 269.39062 24.190624ZM280.03125 21.534374Q279.75 21.4875 279.40625 21.4875Q278.17188 21.4875 277.71875 22.55L277.71875 27.8L276.45312 27.8L276.45312 20.409374L277.6875 20.409374L277.70312 21.253124Q278.32812 20.26875 279.46875 20.26875Q279.84375 20.26875 280.03125 20.3625L280.03125 21.534374ZM284.53125 27.940624Q283.01562 27.940624 282.07812 26.95625Q281.14062 25.95625 281.14062 24.3L281.14062 24.08125Q281.14062 22.971874 281.5625 22.1125Q281.98438 21.2375 282.73438 20.753124Q283.48438 20.26875 284.375 20.26875Q285.8125 20.26875 286.60938 21.221874Q287.40625 22.159374 287.40625 23.940624L287.40625 24.45625L282.40625 24.45625Q282.42188 25.55 283.03125 26.2375Q283.65625 26.909374 284.59375 26.909374Q285.26562 26.909374 285.71875 26.64375Q286.1875 26.3625 286.54688 25.909374L287.3125 26.503124Q286.39062 27.940624 284.53125 27.940624ZM284.375 21.3Q283.60938 21.3 283.07812 21.8625Q282.5625 22.425 282.4375 23.425L286.14062 23.425L286.14062 23.33125Q286.09375 22.3625 285.625 21.83125Q285.15625 21.3 284.375 21.3ZM294.53125 27.940624Q293.01562 27.940624 292.07812 26.95625Q291.14062 25.95625 291.14062 24.3L291.14062 24.08125Q291.14062 22.971874 291.5625 22.1125Q291.98438 21.2375 292.73438 20.753124Q293.48438 20.26875 294.375 20.26875Q295.8125 20.26875 296.60938 21.221874Q297.40625 22.159374 297.40625 23.940624L297.40625 24.45625L292.40625 24.45625Q292.42188 25.55 293.03125 26.2375Q293.65625 26.909374 294.59375 26.909374Q295.26562 26.909374 295.71875 26.64375Q296.1875 26.3625 296.54688 25.909374L297.3125 26.503124Q296.39062 27.940624 294.53125 27.940624ZM294.375 21.3Q293.60938 21.3 293.07812 21.8625Q292.5625 22.425 292.4375 23.425L296.14062 23.425L296.14062 23.33125Q296.09375 22.3625 295.625 21.83125Q295.15625 21.3 294.375 21.3ZM299.07812 27.8L299.07812 21.378124L297.90625 21.378124L297.90625 20.409374L299.07812 20.409374L299.07812 19.64375Q299.07812 18.45625 299.70312 17.815624Q300.34375 17.159374 301.51562 17.159374Q301.95312 17.159374 302.375 17.26875L302.3125 18.3Q301.98438 18.2375 301.625 18.2375Q301.01562 18.2375 300.67188 18.596874Q300.34375 18.95625 300.34375 19.628124L300.34375 20.409374L301.92188 20.409374L301.92188 21.378124L300.34375 21.378124L300.34375 27.8L299.07812 27.8ZM304.07812 27.8L304.07812 21.378124L302.90625 21.378124L302.90625 20.409374L304.07812 20.409374L304.07812 19.64375Q304.07812 18.45625 304.70312 17.815624Q305.34375 17.159374 306.51562 17.159374Q306.95312 17.159374 307.375 17.26875L307.3125 18.3Q306.98438 18.2375 306.625 18.2375Q306.01562 18.2375 305.67188 18.596874Q305.34375 18.95625 305.34375 19.628124L305.34375 20.409374L306.92188 20.409374L306.92188 21.378124L305.34375 21.378124L305.34375 27.8L304.07812 27.8ZM311.53125 27.940624Q310.01562 27.940624 309.07812 26.95625Q308.14062 25.95625 308.14062 24.3L308.14062 24.08125Q308.14062 22.971874 308.5625 22.1125Q308.98438 21.2375 309.73438 20.753124Q310.48438 20.26875 311.375 20.26875Q312.8125 20.26875 313.60938 21.221874Q314.40625 22.159374 314.40625 23.940624L314.40625 24.45625L309.40625 24.45625Q309.42188 25.55 310.03125 26.2375Q310.65625 26.909374 311.59375 26.909374Q312.26562 26.909374 312.71875 26.64375Q313.1875 26.3625 313.54688 25.909374L314.3125 26.503124Q313.39062 27.940624 311.53125 27.940624ZM311.375 21.3Q310.60938 21.3 310.07812 21.8625Q309.5625 22.425 309.4375 23.425L313.14062 23.425L313.14062 23.33125Q313.09375 22.3625 312.625 21.83125Q312.15625 21.3 311.375 21.3ZM318.42188 26.909374Q319.09375 26.909374 319.59375 26.503124Q320.10938 26.08125 320.17188 25.471874L321.35938 25.471874Q321.32812 26.096874 320.92188 26.675Q320.51562 27.253124 319.84375 27.596874Q319.17188 27.940624 318.42188 27.940624Q316.90625 27.940624 316.01562 26.940624Q315.125 25.925 315.125 24.175L315.125 23.95625Q315.125 22.878124 315.51562 22.034374Q315.92188 21.190624 316.65625 20.7375Q317.40625 20.26875 318.42188 20.26875Q319.65625 20.26875 320.48438 21.01875Q321.3125 21.753124 321.35938 22.940624L320.17188 22.940624Q320.10938 22.221874 319.625 21.76875Q319.14062 21.3 318.42188 21.3Q317.45312 21.3 316.92188 22.003124Q316.39062 22.690624 316.39062 24.003124L316.39062 24.2375Q316.39062 25.51875 316.92188 26.221874Q317.45312 26.909374 318.42188 26.909374ZM324.17188 18.6125L324.17188 20.409374L325.54688 20.409374L325.54688 21.378124L324.17188 21.378124L324.17188 25.971874Q324.17188 26.409374 324.35938 26.64375Q324.54688 26.8625 324.98438 26.8625Q325.20312 26.8625 325.59375 26.76875L325.59375 27.8Q325.09375 27.940624 324.625 27.940624Q323.76562 27.940624 323.32812 27.425Q322.90625 26.909374 322.90625 25.971874L322.90625 21.378124L321.5625 21.378124L321.5625 20.409374L322.90625 20.409374L322.90625 18.6125L324.17188 18.6125ZM328.82812 27.8L327.5625 27.8L327.5625 20.409374L328.82812 20.409374L328.82812 27.8ZM327.46875 18.440624Q327.46875 18.128124 327.65625 17.925Q327.84375 17.70625 328.20312 17.70625Q328.57812 17.70625 328.76562 17.925Q328.96875 18.128124 328.96875 18.440624Q328.96875 18.753124 328.76562 18.95625Q328.57812 19.159374 328.20312 19.159374Q327.84375 19.159374 327.65625 18.95625Q327.46875 18.753124 327.46875 18.440624ZM332.89062 26.08125L334.73438 20.409374L336.01562 20.409374L333.375 27.8L332.40625 27.8L329.71875 20.409374L331.01562 20.409374L332.89062 26.08125ZM340.53125 27.940624Q339.01562 27.940624 338.07812 26.95625Q337.14062 25.95625 337.14062 24.3L337.14062 24.08125Q337.14062 22.971874 337.5625 22.1125Q337.98438 21.2375 338.73438 20.753124Q339.48438 20.26875 340.375 20.26875Q341.8125 20.26875 342.60938 21.221874Q343.40625 22.159374 343.40625 23.940624L343.40625 24.45625L338.40625 24.45625Q338.42188 25.55 339.03125 26.2375Q339.65625 26.909374 340.59375 26.909374Q341.26562 26.909374 341.71875 26.64375Q342.1875 26.3625 342.54688 25.909374L343.3125 26.503124Q342.39062 27.940624 340.53125 27.940624ZM340.375 21.3Q339.60938 21.3 339.07812 21.8625Q338.5625 22.425 338.4375 23.425L342.14062 23.425L342.14062 23.33125Q342.09375 22.3625 341.625 21.83125Q341.15625 21.3 340.375 21.3ZM345.82812 27.8L344.5625 27.8L344.5625 17.3L345.82812 17.3L345.82812 27.8ZM349.875 25.940624L351.59375 20.409374L352.95312 20.409374L349.98438 28.940624Q349.29688 30.784374 347.78125 30.784374L347.54688 30.76875L347.07812 30.675L347.07812 29.659374L347.42188 29.675Q348.0625 29.675 348.42188 29.409374Q348.78125 29.159374 349.01562 28.471874L349.29688 27.721874L346.65625 20.409374L348.03125 20.409374L349.875 25.940624ZM357.15625 24.034374Q357.15625 22.33125 357.95312 21.3Q358.76562 20.26875 360.0625 20.26875Q361.375 20.26875 362.125 21.159374L362.125 17.3L363.39062 17.3L363.39062 27.8L362.23438 27.8L362.17188 27.003124Q361.40625 27.940624 360.0625 27.940624Q358.76562 27.940624 357.95312 26.89375Q357.15625 25.83125 357.15625 24.128124L357.15625 24.034374ZM358.42188 24.190624Q358.42188 25.440624 358.9375 26.159374Q359.45312 26.8625 360.375 26.8625Q361.57812 26.8625 362.125 25.784374L362.125 22.378124Q361.5625 21.346874 360.39062 21.346874Q359.45312 21.346874 358.9375 22.065624Q358.42188 22.76875 358.42188 24.190624ZM366.82812 27.8L365.5625 27.8L365.5625 20.409374L366.82812 20.409374L366.82812 27.8ZM365.46875 18.440624Q365.46875 18.128124 365.65625 17.925Q365.84375 17.70625 366.20312 17.70625Q366.57812 17.70625 366.76562 17.925Q366.96875 18.128124 366.96875 18.440624Q366.96875 18.753124 366.76562 18.95625Q366.57812 19.159374 366.20312 19.159374Q365.84375 19.159374 365.65625 18.95625Q365.46875 18.753124 365.46875 18.440624ZM373.03125 27.8Q372.92188 27.58125 372.84375 27.01875Q371.96875 27.940624 370.73438 27.940624Q369.64062 27.940624 368.9375 27.33125Q368.25 26.70625 368.25 25.753124Q368.25 24.596874 369.125 23.95625Q370.0 23.315624 371.59375 23.315624L372.82812 23.315624L372.82812 22.7375Q372.82812 22.065624 372.42188 21.675Q372.03125 21.284374 371.26562 21.284374Q370.57812 21.284374 370.125 21.628124Q369.67188 21.971874 369.67188 22.45625L368.39062 22.45625Q368.39062 21.89375 368.78125 21.378124Q369.1875 20.8625 369.85938 20.565624Q370.53125 20.26875 371.32812 20.26875Q372.60938 20.26875 373.32812 20.909374Q374.0625 21.55 374.09375 22.659374L374.09375 26.065624Q374.09375 27.08125 374.34375 27.690624L374.34375 27.8L373.03125 27.8ZM370.92188 26.83125Q371.51562 26.83125 372.04688 26.534374Q372.59375 26.221874 372.82812 25.721874L372.82812 24.20625L371.82812 24.20625Q369.51562 24.20625 369.51562 25.565624Q369.51562 26.159374 369.90625 26.503124Q370.29688 26.83125 370.92188 26.83125ZM376.15625 24.034374Q376.15625 22.315624 376.95312 21.3Q377.75 20.26875 379.07812 20.26875Q380.42188 20.26875 381.1875 21.221874L381.25 20.409374L382.40625 20.409374L382.40625 27.628124Q382.40625 29.065624 381.54688 29.878124Q380.70312 30.70625 379.26562 30.70625Q378.46875 30.70625 377.70312 30.3625Q376.9375 30.034374 376.53125 29.440624L377.1875 28.675Q378.0 29.675 379.17188 29.675Q380.09375 29.675 380.60938 29.159374Q381.14062 28.64375 381.14062 27.690624L381.14062 27.065624Q380.375 27.940624 379.0625 27.940624Q377.76562 27.940624 376.95312 26.89375Q376.15625 25.846874 376.15625 24.034374ZM377.42188 24.190624Q377.42188 25.440624 377.9375 26.159374Q378.45312 26.8625 379.375 26.8625Q380.57812 26.8625 381.14062 25.76875L381.14062 22.39375Q380.54688 21.346874 379.39062 21.346874Q378.46875 21.346874 377.9375 22.065624Q377.42188 22.76875 377.42188 24.190624ZM385.65625 20.409374L385.6875 21.33125Q386.54688 20.26875 387.90625 20.26875Q390.25 20.26875 390.28125 22.909374L390.28125 27.8L389.01562 27.8L389.01562 22.909374Q389.0 22.1125 388.64062 21.7375Q388.28125 21.346874 387.53125 21.346874Q386.90625 21.346874 386.4375 21.675Q385.98438 22.003124 385.71875 22.534374L385.71875 27.8L384.45312 27.8L384.45312 20.409374L385.65625 20.409374ZM392.125 24.034374Q392.125 22.940624 392.54688 22.08125Q392.98438 21.20625 393.73438 20.7375Q394.5 20.26875 395.48438 20.26875Q396.98438 20.26875 397.92188 21.315624Q398.85938 22.3625 398.85938 24.096874L398.85938 24.190624Q398.85938 25.26875 398.4375 26.128124Q398.03125 26.971874 397.25 27.45625Q396.48438 27.940624 395.5 27.940624Q393.98438 27.940624 393.04688 26.89375Q392.125 25.846874 392.125 24.128124L392.125 24.034374ZM393.39062 24.190624Q393.39062 25.409374 393.95312 26.159374Q394.53125 26.909374 395.5 26.909374Q396.45312 26.909374 397.01562 26.159374Q397.59375 25.39375 397.59375 24.034374Q397.59375 22.815624 397.01562 22.065624Q396.4375 21.3 395.48438 21.3Q394.54688 21.3 393.96875 22.05Q393.39062 22.8 393.39062 24.190624ZM404.76562 25.83125Q404.76562 25.33125 404.375 25.05Q403.98438 24.753124 403.03125 24.55Q402.07812 24.346874 401.5 24.065624Q400.9375 23.76875 400.67188 23.378124Q400.40625 22.9875 400.40625 22.440624Q400.40625 21.51875 401.17188 20.89375Q401.9375 20.26875 403.14062 20.26875Q404.39062 20.26875 405.17188 20.925Q405.95312 21.565624 405.95312 22.58125L404.6875 22.58125Q404.6875 22.05 404.25 21.675Q403.8125 21.3 403.14062 21.3Q402.45312 21.3 402.0625 21.6125Q401.67188 21.909374 401.67188 22.39375Q401.67188 22.846874 402.03125 23.08125Q402.39062 23.315624 403.32812 23.534374Q404.28125 23.7375 404.875 24.034374Q405.46875 24.33125 405.75 24.753124Q406.03125 25.159374 406.03125 25.753124Q406.03125 26.7375 405.23438 27.346874Q404.4375 27.940624 403.17188 27.940624Q402.29688 27.940624 401.60938 27.628124Q400.92188 27.3 400.53125 26.7375Q400.15625 26.175 400.15625 25.51875L401.42188 25.51875Q401.45312 26.159374 401.92188 26.534374Q402.40625 26.909374 403.17188 26.909374Q403.89062 26.909374 404.32812 26.6125Q404.76562 26.315624 404.76562 25.83125ZM408.82812 27.8L407.5625 27.8L407.5625 20.409374L408.82812 20.409374L408.82812 27.8ZM407.46875 18.440624Q407.46875 18.128124 407.65625 17.925Q407.84375 17.70625 408.20312 17.70625Q408.57812 17.70625 408.76562 17.925Q408.96875 18.128124 408.96875 18.440624Q408.96875 18.753124 408.76562 18.95625Q408.57812 19.159374 408.20312 19.159374Q407.84375 19.159374 407.65625 18.95625Q407.46875 18.753124 407.46875 18.440624ZM411.65625 20.409374L411.6875 21.33125Q412.54688 20.26875 413.90625 20.26875Q416.25 20.26875 416.28125 22.909374L416.28125 27.8L415.01562 27.8L415.01562 22.909374Q415.0 22.1125 414.64062 21.7375Q414.28125 21.346874 413.53125 21.346874Q412.90625 21.346874 412.4375 21.675Q411.98438 22.003124 411.71875 22.534374L411.71875 27.8L410.45312 27.8L410.45312 20.409374L411.65625 20.409374ZM418.15625 24.034374Q418.15625 22.315624 418.95312 21.3Q419.75 20.26875 421.07812 20.26875Q422.42188 20.26875 423.1875 21.221874L423.25 20.409374L424.40625 20.409374L424.40625 27.628124Q424.40625 29.065624 423.54688 29.878124Q422.70312 30.70625 421.26562 30.70625Q420.46875 30.70625 419.70312 30.3625Q418.9375 30.034374 418.53125 29.440624L419.1875 28.675Q420.0 29.675 421.17188 29.675Q422.09375 29.675 422.60938 29.159374Q423.14062 28.64375 423.14062 27.690624L423.14062 27.065624Q422.375 27.940624 421.0625 27.940624Q419.76562 27.940624 418.95312 26.89375Q418.15625 25.846874 418.15625 24.034374ZM419.42188 24.190624Q419.42188 25.440624 419.9375 26.159374Q420.45312 26.8625 421.375 26.8625Q422.57812 26.8625 423.14062 25.76875L423.14062 22.39375Q422.54688 21.346874 421.39062 21.346874Q420.46875 21.346874 419.9375 22.065624Q419.42188 22.76875 419.42188 24.190624ZM435.71875 24.190624Q435.71875 25.878124 434.9375 26.909374Q434.15625 27.940624 432.84375 27.940624Q431.45312 27.940624 430.6875 26.940624L430.625 27.8L429.45312 27.8L429.45312 17.3L430.71875 17.3L430.71875 21.221874Q431.48438 20.26875 432.82812 20.26875Q434.1875 20.26875 434.95312 21.284374Q435.71875 22.3 435.71875 24.08125L435.71875 24.190624ZM434.45312 24.034374Q434.45312 22.753124 433.95312 22.05Q433.45312 21.346874 432.51562 21.346874Q431.26562 21.346874 430.71875 22.503124L430.71875 25.70625Q431.29688 26.8625 432.53125 26.8625Q433.4375 26.8625 433.9375 26.159374Q434.45312 25.45625 434.45312 24.034374ZM442.03125 27.065624Q441.28125 27.940624 439.85938 27.940624Q438.67188 27.940624 438.04688 27.253124Q437.4375 26.565624 437.4375 25.221874L437.4375 20.409374L438.6875 20.409374L438.6875 25.175Q438.6875 26.8625 440.0625 26.8625Q441.51562 26.8625 441.98438 25.784374L441.98438 20.409374L443.25 20.409374L443.25 27.8L442.04688 27.8L442.03125 27.065624ZM445.15625 24.034374Q445.15625 22.315624 445.95312 21.3Q446.75 20.26875 448.07812 20.26875Q449.42188 20.26875 450.1875 21.221874L450.25 20.409374L451.40625 20.409374L451.40625 27.628124Q451.40625 29.065624 450.54688 29.878124Q449.70312 30.70625 448.26562 30.70625Q447.46875 30.70625 446.70312 30.3625Q445.9375 30.034374 445.53125 29.440624L446.1875 28.675Q447.0 29.675 448.17188 29.675Q449.09375 29.675 449.60938 29.159374Q450.14062 28.64375 450.14062 27.690624L450.14062 27.065624Q449.375 27.940624 448.0625 27.940624Q446.76562 27.940624 445.95312 26.89375Q445.15625 25.846874 445.15625 24.034374ZM446.42188 24.190624Q446.42188 25.440624 446.9375 26.159374Q447.45312 26.8625 448.375 26.8625Q449.57812 26.8625 450.14062 25.76875L450.14062 22.39375Q449.54688 21.346874 448.39062 21.346874Q447.46875 21.346874 446.9375 22.065624Q446.42188 22.76875 446.42188 24.190624ZM457.76562 25.83125Q457.76562 25.33125 457.375 25.05Q456.98438 24.753124 456.03125 24.55Q455.07812 24.346874 454.5 24.065624Q453.9375 23.76875 453.67188 23.378124Q453.40625 22.9875 453.40625 22.440624Q453.40625 21.51875 454.17188 20.89375Q454.9375 20.26875 456.14062 20.26875Q457.39062 20.26875 458.17188 20.925Q458.95312 21.565624 458.95312 22.58125L457.6875 22.58125Q457.6875 22.05 457.25 21.675Q456.8125 21.3 456.14062 21.3Q455.45312 21.3 455.0625 21.6125Q454.67188 21.909374 454.67188 22.39375Q454.67188 22.846874 455.03125 23.08125Q455.39062 23.315624 456.32812 23.534374Q457.28125 23.7375 457.875 24.034374Q458.46875 24.33125 458.75 24.753124Q459.03125 25.159374 459.03125 25.753124Q459.03125 26.7375 458.23438 27.346874Q457.4375 27.940624 456.17188 27.940624Q455.29688 27.940624 454.60938 27.628124Q453.92188 27.3 453.53125 26.7375Q453.15625 26.175 453.15625 25.51875L454.42188 25.51875Q454.45312 26.159374 454.92188 26.534374Q455.40625 26.909374 456.17188 26.909374Q456.89062 26.909374 457.32812 26.6125Q457.76562 26.315624 457.76562 25.83125ZM464.82812 27.8L463.5625 27.8L463.5625 20.409374L464.82812 20.409374L464.82812 27.8ZM463.46875 18.440624Q463.46875 18.128124 463.65625 17.925Q463.84375 17.70625 464.20312 17.70625Q464.57812 17.70625 464.76562 17.925Q464.96875 18.128124 464.96875 18.440624Q464.96875 18.753124 464.76562 18.95625Q464.57812 19.159374 464.20312 19.159374Q463.84375 19.159374 463.65625 18.95625Q463.46875 18.753124 463.46875 18.440624ZM467.65625 20.409374L467.6875 21.33125Q468.54688 20.26875 469.90625 20.26875Q472.25 20.26875 472.28125 22.909374L472.28125 27.8L471.01562 27.8L471.01562 22.909374Q471.0 22.1125 470.64062 21.7375Q470.28125 21.346874 469.53125 21.346874Q468.90625 21.346874 468.4375 21.675Q467.98438 22.003124 467.71875 22.534374L467.71875 27.8L466.45312 27.8L466.45312 20.409374L467.65625 20.409374ZM479.875 25.940624L481.59375 20.409374L482.95312 20.409374L479.98438 28.940624Q479.29688 30.784374 477.78125 30.784374L477.54688 30.76875L477.07812 30.675L477.07812 29.659374L477.42188 29.675Q478.0625 29.675 478.42188 29.409374Q478.78125 29.159374 479.01562 28.471874L479.29688 27.721874L476.65625 20.409374L478.03125 20.409374L479.875 25.940624ZM484.125 24.034374Q484.125 22.940624 484.54688 22.08125Q484.98438 21.20625 485.73438 20.7375Q486.5 20.26875 487.48438 20.26875Q488.98438 20.26875 489.92188 21.315624Q490.85938 22.3625 490.85938 24.096874L490.85938 24.190624Q490.85938 25.26875 490.4375 26.128124Q490.03125 26.971874 489.25 27.45625Q488.48438 27.940624 487.5 27.940624Q485.98438 27.940624 485.04688 26.89375Q484.125 25.846874 484.125 24.128124L484.125 24.034374ZM485.39062 24.190624Q485.39062 25.409374 485.95312 26.159374Q486.53125 26.909374 487.5 26.909374Q488.45312 26.909374 489.01562 26.159374Q489.59375 25.39375 489.59375 24.034374Q489.59375 22.815624 489.01562 22.065624Q488.4375 21.3 487.48438 21.3Q486.54688 21.3 485.96875 22.05Q485.39062 22.8 485.39062 24.190624ZM497.03125 27.065624Q496.28125 27.940624 494.85938 27.940624Q493.67188 27.940624 493.04688 27.253124Q492.4375 26.565624 492.4375 25.221874L492.4375 20.409374L493.6875 20.409374L493.6875 25.175Q493.6875 26.8625 495.0625 26.8625Q496.51562 26.8625 496.98438 25.784374L496.98438 20.409374L498.25 20.409374L498.25 27.8L497.04688 27.8L497.03125 27.065624ZM504.03125 21.534374Q503.75 21.4875 503.40625 21.4875Q502.17188 21.4875 501.71875 22.55L501.71875 27.8L500.45312 27.8L500.45312 20.409374L501.6875 20.409374L501.70312 21.253124Q502.32812 20.26875 503.46875 20.26875Q503.84375 20.26875 504.03125 20.3625L504.03125 21.534374ZM516.0 26.4875Q515.5 27.221874 514.59375 27.58125Q513.6875 27.940624 512.4844 27.940624Q511.26562 27.940624 510.3125 27.378124Q509.375 26.8 508.85938 25.753124Q508.34375 24.690624 508.32812 23.3L508.32812 22.440624Q508.32812 20.190624 509.375 18.95625Q510.4375 17.70625 512.3281 17.70625Q513.8906 17.70625 514.84375 18.503124Q515.7969 19.3 516.0 20.76875L514.6875 20.76875Q514.3281 18.784374 512.34375 18.784374Q511.01562 18.784374 510.32812 19.721874Q509.65625 20.64375 509.65625 22.39375L509.65625 23.20625Q509.65625 24.89375 510.42188 25.878124Q511.1875 26.8625 512.4844 26.8625Q513.2344 26.8625 513.78125 26.70625Q514.34375 26.534374 514.7031 26.14375L514.7031 23.909374L512.3906 23.909374L512.3906 22.846874L516.0 22.846874L516.0 26.4875ZM518.125 24.034374Q518.125 22.940624 518.5469 22.08125Q518.9844 21.20625 519.7344 20.7375Q520.5 20.26875 521.4844 20.26875Q522.9844 20.26875 523.9219 21.315624Q524.8594 22.3625 524.8594 24.096874L524.8594 24.190624Q524.8594 25.26875 524.4375 26.128124Q524.03125 26.971874 523.25 27.45625Q522.4844 27.940624 521.5 27.940624Q519.9844 27.940624 519.0469 26.89375Q518.125 25.846874 518.125 24.128124L518.125 24.034374ZM519.3906 24.190624Q519.3906 25.409374 519.9531 26.159374Q520.53125 26.909374 521.5 26.909374Q522.4531 26.909374 523.0156 26.159374Q523.59375 25.39375 523.59375 24.034374Q523.59375 22.815624 523.0156 22.065624Q522.4375 21.3 521.4844 21.3Q520.5469 21.3 519.96875 22.05Q519.3906 22.8 519.3906 24.190624ZM534.03125 27.8Q533.9219 27.58125 533.84375 27.01875Q532.96875 27.940624 531.7344 27.940624Q530.6406 27.940624 529.9375 27.33125Q529.25 26.70625 529.25 25.753124Q529.25 24.596874 530.125 23.95625Q531.0 23.315624 532.59375 23.315624L533.8281 23.315624L533.8281 22.7375Q533.8281 22.065624 533.4219 21.675Q533.03125 21.284374 532.2656 21.284374Q531.5781 21.284374 531.125 21.628124Q530.6719 21.971874 530.6719 22.45625L529.3906 22.45625Q529.3906 21.89375 529.78125 21.378124Q530.1875 20.8625 530.8594 20.565624Q531.53125 20.26875 532.3281 20.26875Q533.6094 20.26875 534.3281 20.909374Q535.0625 21.55 535.09375 22.659374L535.09375 26.065624Q535.09375 27.08125 535.34375 27.690624L535.34375 27.8L534.03125 27.8ZM531.9219 26.83125Q532.5156 26.83125 533.0469 26.534374Q533.59375 26.221874 533.8281 25.721874L533.8281 24.20625L532.8281 24.20625Q530.5156 24.20625 530.5156 25.565624Q530.5156 26.159374 530.90625 26.503124Q531.2969 26.83125 531.9219 26.83125ZM543.7031 24.190624Q543.7031 25.878124 542.9219 26.909374Q542.15625 27.940624 540.84375 27.940624Q539.5 27.940624 538.71875 27.08125L538.71875 30.64375L537.4531 30.64375L537.4531 20.409374L538.6094 20.409374L538.6719 21.221874Q539.4531 20.26875 540.8281 20.26875Q542.15625 20.26875 542.9219 21.26875Q543.7031 22.26875 543.7031 24.065624L543.7031 24.190624ZM542.4375 24.034374Q542.4375 22.784374 541.90625 22.065624Q541.375 21.346874 540.4375 21.346874Q539.2969 21.346874 538.71875 22.3625L538.71875 25.89375Q539.2969 26.909374 540.4531 26.909374Q541.375 26.909374 541.90625 26.190624Q542.4375 25.45625 542.4375 24.034374ZM551.7031 24.190624Q551.7031 25.878124 550.9219 26.909374Q550.15625 27.940624 548.84375 27.940624Q547.5 27.940624 546.71875 27.08125L546.71875 30.64375L545.4531 30.64375L545.4531 20.409374L546.6094 20.409374L546.6719 21.221874Q547.4531 20.26875 548.8281 20.26875Q550.15625 20.26875 550.9219 21.26875Q551.7031 22.26875 551.7031 24.065624L551.7031 24.190624ZM550.4375 24.034374Q550.4375 22.784374 549.90625 22.065624Q549.375 21.346874 548.4375 21.346874Q547.2969 21.346874 546.71875 22.3625L546.71875 25.89375Q547.2969 26.909374 548.4531 26.909374Q549.375 26.909374 549.90625 26.190624Q550.4375 25.45625 550.4375 24.034374ZM554.8281 27.8L553.5625 27.8L553.5625 17.3L554.8281 17.3L554.8281 27.8ZM557.8281 27.8L556.5625 27.8L556.5625 20.409374L557.8281 20.409374L557.8281 27.8ZM556.46875 18.440624Q556.46875 18.128124 556.65625 17.925Q556.84375 17.70625 557.2031 17.70625Q557.5781 17.70625 557.7656 17.925Q557.96875 18.128124 557.96875 18.440624Q557.96875 18.753124 557.7656 18.95625Q557.5781 19.159374 557.2031 19.159374Q556.84375 19.159374 556.65625 18.95625Q556.46875 18.753124 556.46875 18.440624ZM562.4219 26.909374Q563.09375 26.909374 563.59375 26.503124Q564.1094 26.08125 564.1719 25.471874L565.3594 25.471874Q565.3281 26.096874 564.9219 26.675Q564.5156 27.253124 563.84375 27.596874Q563.1719 27.940624 562.4219 27.940624Q560.90625 27.940624 560.0156 26.940624Q559.125 25.925 559.125 24.175L559.125 23.95625Q559.125 22.878124 559.5156 22.034374Q559.9219 21.190624 560.65625 20.7375Q561.40625 20.26875 562.4219 20.26875Q563.65625 20.26875 564.4844 21.01875Q565.3125 21.753124 565.3594 22.940624L564.1719 22.940624Q564.1094 22.221874 563.625 21.76875Q563.1406 21.3 562.4219 21.3Q561.4531 21.3 560.9219 22.003124Q560.3906 22.690624 560.3906 24.003124L560.3906 24.2375Q560.3906 25.51875 560.9219 26.221874Q561.4531 26.909374 562.4219 26.909374ZM571.03125 27.8Q570.9219 27.58125 570.84375 27.01875Q569.96875 27.940624 568.7344 27.940624Q567.6406 27.940624 566.9375 27.33125Q566.25 26.70625 566.25 25.753124Q566.25 24.596874 567.125 23.95625Q568.0 23.315624 569.59375 23.315624L570.8281 23.315624L570.8281 22.7375Q570.8281 22.065624 570.4219 21.675Q570.03125 21.284374 569.2656 21.284374Q568.5781 21.284374 568.125 21.628124Q567.6719 21.971874 567.6719 22.45625L566.3906 22.45625Q566.3906 21.89375 566.78125 21.378124Q567.1875 20.8625 567.8594 20.565624Q568.53125 20.26875 569.3281 20.26875Q570.6094 20.26875 571.3281 20.909374Q572.0625 21.55 572.09375 22.659374L572.09375 26.065624Q572.09375 27.08125 572.34375 27.690624L572.34375 27.8L571.03125 27.8ZM568.9219 26.83125Q569.5156 26.83125 570.0469 26.534374Q570.59375 26.221874 570.8281 25.721874L570.8281 24.20625L569.8281 24.20625Q567.5156 24.20625 567.5156 25.565624Q567.5156 26.159374 567.90625 26.503124Q568.2969 26.83125 568.9219 26.83125ZM576.1719 18.6125L576.1719 20.409374L577.5469 20.409374L577.5469 21.378124L576.1719 21.378124L576.1719 25.971874Q576.1719 26.409374 576.3594 26.64375Q576.5469 26.8625 576.9844 26.8625Q577.2031 26.8625 577.59375 26.76875L577.59375 27.8Q577.09375 27.940624 576.625 27.940624Q575.7656 27.940624 575.3281 27.425Q574.90625 26.909374 574.90625 25.971874L574.90625 21.378124L573.5625 21.378124L573.5625 20.409374L574.90625 20.409374L574.90625 18.6125L576.1719 18.6125ZM580.8281 27.8L579.5625 27.8L579.5625 20.409374L580.8281 20.409374L580.8281 27.8ZM579.46875 18.440624Q579.46875 18.128124 579.65625 17.925Q579.84375 17.70625 580.2031 17.70625Q580.5781 17.70625 580.7656 17.925Q580.96875 18.128124 580.96875 18.440624Q580.96875 18.753124 580.7656 18.95625Q580.5781 19.159374 580.2031 19.159374Q579.84375 19.159374 579.65625 18.95625Q579.46875 18.753124 579.46875 18.440624ZM582.125 24.034374Q582.125 22.940624 582.5469 22.08125Q582.9844 21.20625 583.7344 20.7375Q584.5 20.26875 585.4844 20.26875Q586.9844 20.26875 587.9219 21.315624Q588.8594 22.3625 588.8594 24.096874L588.8594 24.190624Q588.8594 25.26875 588.4375 26.128124Q588.03125 26.971874 587.25 27.45625Q586.4844 27.940624 585.5 27.940624Q583.9844 27.940624 583.0469 26.89375Q582.125 25.846874 582.125 24.128124L582.125 24.034374ZM583.3906 24.190624Q583.3906 25.409374 583.9531 26.159374Q584.53125 26.909374 585.5 26.909374Q586.4531 26.909374 587.0156 26.159374Q587.59375 25.39375 587.59375 24.034374Q587.59375 22.815624 587.0156 22.065624Q586.4375 21.3 585.4844 21.3Q584.5469 21.3 583.96875 22.05Q583.3906 22.8 583.3906 24.190624ZM591.65625 20.409374L591.6875 21.33125Q592.5469 20.26875 593.90625 20.26875Q596.25 20.26875 596.28125 22.909374L596.28125 27.8L595.0156 27.8L595.0156 22.909374Q595.0 22.1125 594.6406 21.7375Q594.28125 21.346874 593.53125 21.346874Q592.90625 21.346874 592.4375 21.675Q591.9844 22.003124 591.71875 22.534374L591.71875 27.8L590.4531 27.8L590.4531 20.409374L591.65625 20.409374ZM602.7656 25.83125Q602.7656 25.33125 602.375 25.05Q601.9844 24.753124 601.03125 24.55Q600.0781 24.346874 599.5 24.065624Q598.9375 23.76875 598.6719 23.378124Q598.40625 22.9875 598.40625 22.440624Q598.40625 21.51875 599.1719 20.89375Q599.9375 20.26875 601.1406 20.26875Q602.3906 20.26875 603.1719 20.925Q603.9531 21.565624 603.9531 22.58125L602.6875 22.58125Q602.6875 22.05 602.25 21.675Q601.8125 21.3 601.1406 21.3Q600.4531 21.3 600.0625 21.6125Q599.6719 21.909374 599.6719 22.39375Q599.6719 22.846874 600.03125 23.08125Q600.3906 23.315624 601.3281 23.534374Q602.28125 23.7375 602.875 24.034374Q603.46875 24.33125 603.75 24.753124Q604.03125 25.159374 604.03125 25.753124Q604.03125 26.7375 603.2344 27.346874Q602.4375 27.940624 601.1719 27.940624Q600.2969 27.940624 599.6094 27.628124Q598.9219 27.3 598.53125 26.7375Q598.15625 26.175 598.15625 25.51875L599.4219 25.51875Q599.4531 26.159374 599.9219 26.534374Q600.40625 26.909374 601.1719 26.909374Q601.8906 26.909374 602.3281 26.6125Q602.7656 26.315624 602.7656 25.83125ZM606.9375 25.003124Q606.9531 24.190624 607.125 23.721874Q607.2969 23.2375 607.8281 22.659374L608.71875 21.7375Q609.2969 21.096874 609.2969 20.346874Q609.2969 19.628124 608.9219 19.221874Q608.5469 18.815624 607.8281 18.815624Q607.125 18.815624 606.7031 19.190624Q606.28125 19.55 606.28125 20.175L605.0156 20.175Q605.03125 19.065624 605.7969 18.39375Q606.5781 17.70625 607.8281 17.70625Q609.1094 17.70625 609.8281 18.409374Q610.5625 19.096874 610.5625 20.3Q610.5625 21.503124 609.4531 22.659374L608.7031 23.409374Q608.2031 23.95625 608.2031 25.003124L606.9375 25.003124ZM606.8906 27.159374Q606.8906 26.8625 607.0781 26.659374Q607.2656 26.440624 607.625 26.440624Q608.0 26.440624 608.1875 26.659374Q608.3906 26.8625 608.3906 27.175Q608.3906 27.471874 608.1875 27.675Q608.0 27.878124 607.625 27.878124Q607.2656 27.878124 607.0781 27.675Q606.8906 27.471874 606.8906 27.159374Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig32.svg b/_content/survey2019/fig32.svg
deleted file mode 100644
index 6da496e..0000000
--- a/_content/survey2019/fig32.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 649.0 525.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="649" height="525" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L649.0 0L649.0 525.0L0 525.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M233.5 89.5L233.5 450.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M330.5 89.5L330.5 450.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M427.5 89.5L427.5 450.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M523.5 89.5L523.5 450.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M620.5 89.5L620.5 450.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M233.5 89.85192L620.5195 89.85192L620.5195 450.57132L233.5 450.57132L233.5 89.85192Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 122.0L233.0 101.0L386.0 101.0C387.10458 101.0 388.0 101.89543 388.0 103.0L388.0 120.0C388.0 121.10457 387.10458 122.0 386.0 122.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 122.0L233.0 101.0L386.0 101.0C387.10458 101.0 388.0 101.89543 388.0 103.0L388.0 120.0C388.0 121.10457 387.10458 122.0 386.0 122.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 154.0L233.0 133.0L304.0 133.0C305.10458 133.0 306.0 133.89543 306.0 135.0L306.0 152.0C306.0 153.10457 305.10458 154.0 304.0 154.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 154.0L233.0 133.0L304.0 133.0C305.10458 133.0 306.0 133.89543 306.0 135.0L306.0 152.0C306.0 153.10457 305.10458 154.0 304.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 186.0L233.0 165.0L285.0 165.0C286.10458 165.0 287.0 165.89543 287.0 167.0L287.0 184.0C287.0 185.10457 286.10458 186.0 285.0 186.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 186.0L233.0 165.0L285.0 165.0C286.10458 165.0 287.0 165.89543 287.0 167.0L287.0 184.0C287.0 185.10457 286.10458 186.0 285.0 186.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 218.0L233.0 197.0L265.0 197.0C266.10458 197.0 267.0 197.89543 267.0 199.0L267.0 216.0C267.0 217.10457 266.10458 218.0 265.0 218.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 218.0L233.0 197.0L265.0 197.0C266.10458 197.0 267.0 197.89543 267.0 199.0L267.0 216.0C267.0 217.10457 266.10458 218.0 265.0 218.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 249.0L233.0 228.0L261.0 228.0C262.10458 228.0 263.0 228.89543 263.0 230.0L263.0 247.0C263.0 248.10457 262.10458 249.0 261.0 249.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 249.0L233.0 228.0L261.0 228.0C262.10458 228.0 263.0 228.89543 263.0 230.0L263.0 247.0C263.0 248.10457 262.10458 249.0 261.0 249.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 281.0L233.0 260.0L261.0 260.0C262.10458 260.0 263.0 260.89542 263.0 262.0L263.0 279.0C263.0 280.10458 262.10458 281.0 261.0 281.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 281.0L233.0 260.0L261.0 260.0C262.10458 260.0 263.0 260.89542 263.0 262.0L263.0 279.0C263.0 280.10458 262.10458 281.0 261.0 281.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 313.0L233.0 292.0L256.0 292.0C257.10458 292.0 258.0 292.89542 258.0 294.0L258.0 311.0C258.0 312.10458 257.10458 313.0 256.0 313.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 313.0L233.0 292.0L256.0 292.0C257.10458 292.0 258.0 292.89542 258.0 294.0L258.0 311.0C258.0 312.10458 257.10458 313.0 256.0 313.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 345.0L233.0 324.0L246.0 324.0C247.10457 324.0 248.0 324.89542 248.0 326.0L248.0 343.0C248.0 344.10458 247.10457 345.0 246.0 345.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 345.0L233.0 324.0L246.0 324.0C247.10457 324.0 248.0 324.89542 248.0 326.0L248.0 343.0C248.0 344.10458 247.10457 345.0 246.0 345.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 377.0L233.0 356.0L246.0 356.0C247.10457 356.0 248.0 356.89542 248.0 358.0L248.0 375.0C248.0 376.10458 247.10457 377.0 246.0 377.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 377.0L233.0 356.0L246.0 356.0C247.10457 356.0 248.0 356.89542 248.0 358.0L248.0 375.0C248.0 376.10458 247.10457 377.0 246.0 377.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 408.0L233.0 387.0L246.0 387.0C247.10457 387.0 248.0 387.89542 248.0 389.0L248.0 406.0C248.0 407.10458 247.10457 408.0 246.0 408.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 408.0L233.0 387.0L246.0 387.0C247.10457 387.0 248.0 387.89542 248.0 389.0L248.0 406.0C248.0 407.10458 247.10457 408.0 246.0 408.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M233.0 440.0L233.0 419.0L285.0 419.0C286.10458 419.0 287.0 419.89542 287.0 421.0L287.0 438.0C287.0 439.10458 286.10458 440.0 285.0 440.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M233.0 440.0L233.0 419.0L285.0 419.0C286.10458 419.0 287.0 419.89542 287.0 421.0L287.0 438.0C287.0 439.10458 286.10458 440.0 285.0 440.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M402.58905 110.703125L403.40155 110.703125Q404.1828 110.6875 404.6203 110.296875Q405.0578 109.90625 405.0578 109.234375Q405.0578 107.734375 403.5578 107.734375Q402.85468 107.734375 402.4328 108.140625Q402.02655 108.546875 402.02655 109.203125L400.9328 109.203125Q400.9328 108.1875 401.66718 107.515625Q402.41718 106.84375 403.5578 106.84375Q404.76093 106.84375 405.44843 107.484375Q406.13593 108.125 406.13593 109.265625Q406.13593 109.828125 405.77655 110.34375Q405.41718 110.859375 404.79218 111.125Q405.4953 111.34375 405.8703 111.859375Q406.26093 112.375 406.26093 113.125Q406.26093 114.265625 405.51093 114.953125Q404.76093 115.625 403.5578 115.625Q402.3703 115.625 401.60468 114.96875Q400.85468 114.3125 400.85468 113.25L401.94843 113.25Q401.94843 113.921875 402.38593 114.328125Q402.82343 114.734375 403.57343 114.734375Q404.35468 114.734375 404.76093 114.328125Q405.1828 113.90625 405.1828 113.140625Q405.1828 112.40625 404.72968 112.015625Q404.27655 111.609375 403.40155 111.59375L402.58905 111.59375L402.58905 110.703125ZM413.60468 115.5L408.01093 115.5L408.01093 114.71875L410.96405 111.4375Q411.6203 110.6875 411.8703 110.234375Q412.1203 109.765625 412.1203 109.265625Q412.1203 108.59375 411.71405 108.171875Q411.32343 107.734375 410.63593 107.734375Q409.83905 107.734375 409.38593 108.203125Q408.9328 108.65625 408.9328 109.484375L407.85468 109.484375Q407.85468 108.296875 408.60468 107.578125Q409.3703 106.84375 410.63593 106.84375Q411.83905 106.84375 412.52655 107.46875Q413.21405 108.09375 413.21405 109.140625Q413.21405 110.390625 411.60468 112.140625L409.32343 114.609375L413.60468 114.609375L413.60468 115.5ZM414.91718 108.609375Q414.91718 107.84375 415.40155 107.34375Q415.90155 106.84375 416.66718 106.84375Q417.44843 106.84375 417.9328 107.34375Q418.41718 107.84375 418.41718 108.640625L418.41718 109.0625Q418.41718 109.828125 417.91718 110.328125Q417.4328 110.8125 416.6828 110.8125Q415.91718 110.8125 415.41718 110.328125Q414.91718 109.828125 414.91718 109.015625L414.91718 108.609375ZM415.72968 109.0625Q415.72968 109.515625 415.97968 109.8125Q416.2453 110.109375 416.6828 110.109375Q417.10468 110.109375 417.35468 109.828125Q417.60468 109.53125 417.60468 109.03125L417.60468 108.609375Q417.60468 108.15625 417.35468 107.859375Q417.10468 107.546875 416.66718 107.546875Q416.22968 107.546875 415.97968 107.859375Q415.72968 108.15625 415.72968 108.625L415.72968 109.0625ZM419.07343 113.40625Q419.07343 112.640625 419.5578 112.15625Q420.0578 111.65625 420.82343 111.65625Q421.58905 111.65625 422.07343 112.15625Q422.57343 112.640625 422.57343 113.453125L422.57343 113.859375Q422.57343 114.625 422.08905 115.125Q421.60468 115.625 420.83905 115.625Q420.07343 115.625 419.57343 115.140625Q419.07343 114.640625 419.07343 113.828125L419.07343 113.40625ZM419.88593 113.859375Q419.88593 114.328125 420.13593 114.625Q420.40155 114.921875 420.83905 114.921875Q421.26093 114.921875 421.51093 114.640625Q421.76093 114.34375 421.76093 113.84375L421.76093 113.40625Q421.76093 112.9375 421.4953 112.65625Q421.2453 112.359375 420.82343 112.359375Q420.40155 112.359375 420.13593 112.65625Q419.88593 112.9375 419.88593 113.4375L419.88593 113.859375ZM416.9328 114.859375L416.3078 114.46875L420.47968 107.796875L421.08905 108.1875L416.9328 114.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M402.58905 110.703125L403.40155 110.703125Q404.1828 110.6875 404.6203 110.296875Q405.0578 109.90625 405.0578 109.234375Q405.0578 107.734375 403.5578 107.734375Q402.85468 107.734375 402.4328 108.140625Q402.02655 108.546875 402.02655 109.203125L400.9328 109.203125Q400.9328 108.1875 401.66718 107.515625Q402.41718 106.84375 403.5578 106.84375Q404.76093 106.84375 405.44843 107.484375Q406.13593 108.125 406.13593 109.265625Q406.13593 109.828125 405.77655 110.34375Q405.41718 110.859375 404.79218 111.125Q405.4953 111.34375 405.8703 111.859375Q406.26093 112.375 406.26093 113.125Q406.26093 114.265625 405.51093 114.953125Q404.76093 115.625 403.5578 115.625Q402.3703 115.625 401.60468 114.96875Q400.85468 114.3125 400.85468 113.25L401.94843 113.25Q401.94843 113.921875 402.38593 114.328125Q402.82343 114.734375 403.57343 114.734375Q404.35468 114.734375 404.76093 114.328125Q405.1828 113.90625 405.1828 113.140625Q405.1828 112.40625 404.72968 112.015625Q404.27655 111.609375 403.40155 111.59375L402.58905 111.59375L402.58905 110.703125ZM413.60468 115.5L408.01093 115.5L408.01093 114.71875L410.96405 111.4375Q411.6203 110.6875 411.8703 110.234375Q412.1203 109.765625 412.1203 109.265625Q412.1203 108.59375 411.71405 108.171875Q411.32343 107.734375 410.63593 107.734375Q409.83905 107.734375 409.38593 108.203125Q408.9328 108.65625 408.9328 109.484375L407.85468 109.484375Q407.85468 108.296875 408.60468 107.578125Q409.3703 106.84375 410.63593 106.84375Q411.83905 106.84375 412.52655 107.46875Q413.21405 108.09375 413.21405 109.140625Q413.21405 110.390625 411.60468 112.140625L409.32343 114.609375L413.60468 114.609375L413.60468 115.5ZM414.91718 108.609375Q414.91718 107.84375 415.40155 107.34375Q415.90155 106.84375 416.66718 106.84375Q417.44843 106.84375 417.9328 107.34375Q418.41718 107.84375 418.41718 108.640625L418.41718 109.0625Q418.41718 109.828125 417.91718 110.328125Q417.4328 110.8125 416.6828 110.8125Q415.91718 110.8125 415.41718 110.328125Q414.91718 109.828125 414.91718 109.015625L414.91718 108.609375ZM415.72968 109.0625Q415.72968 109.515625 415.97968 109.8125Q416.2453 110.109375 416.6828 110.109375Q417.10468 110.109375 417.35468 109.828125Q417.60468 109.53125 417.60468 109.03125L417.60468 108.609375Q417.60468 108.15625 417.35468 107.859375Q417.10468 107.546875 416.66718 107.546875Q416.22968 107.546875 415.97968 107.859375Q415.72968 108.15625 415.72968 108.625L415.72968 109.0625ZM419.07343 113.40625Q419.07343 112.640625 419.5578 112.15625Q420.0578 111.65625 420.82343 111.65625Q421.58905 111.65625 422.07343 112.15625Q422.57343 112.640625 422.57343 113.453125L422.57343 113.859375Q422.57343 114.625 422.08905 115.125Q421.60468 115.625 420.83905 115.625Q420.07343 115.625 419.57343 115.140625Q419.07343 114.640625 419.07343 113.828125L419.07343 113.40625ZM419.88593 113.859375Q419.88593 114.328125 420.13593 114.625Q420.40155 114.921875 420.83905 114.921875Q421.26093 114.921875 421.51093 114.640625Q421.76093 114.34375 421.76093 113.84375L421.76093 113.40625Q421.76093 112.9375 421.4953 112.65625Q421.2453 112.359375 420.82343 112.359375Q420.40155 112.359375 420.13593 112.65625Q419.88593 112.9375 419.88593 113.4375L419.88593 113.859375ZM416.9328 114.859375L416.3078 114.46875L420.47968 107.796875L421.08905 108.1875L416.9328 114.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M322.3318 147.5L321.25366 147.5L321.25366 140.28125L319.06616 141.07812L319.06616 140.09375L322.17554 138.92188L322.3318 138.92188L322.3318 147.5ZM326.2693 143.21875L326.7068 138.96875L331.0818 138.96875L331.0818 139.96875L327.62866 139.96875L327.36304 142.29688Q328.00366 141.92188 328.80054 141.92188Q329.9568 141.92188 330.6443 142.70312Q331.3318 143.46875 331.3318 144.78125Q331.3318 146.09375 330.61304 146.85938Q329.9099 147.625 328.62866 147.625Q327.50366 147.625 326.7849 147.0Q326.06616 146.35938 325.9724 145.25L326.98804 145.25Q327.0974 145.98438 327.5193 146.35938Q327.94116 146.73438 328.62866 146.73438Q329.37866 146.73438 329.81616 146.21875Q330.25366 145.70312 330.25366 144.79688Q330.25366 143.9375 329.7849 143.42188Q329.31616 142.90625 328.5349 142.90625Q327.8318 142.90625 327.42554 143.20312L327.1443 143.4375L326.2693 143.21875ZM332.67554 140.60938Q332.67554 139.84375 333.1599 139.34375Q333.6599 138.84375 334.42554 138.84375Q335.2068 138.84375 335.69116 139.34375Q336.17554 139.84375 336.17554 140.64062L336.17554 141.0625Q336.17554 141.82812 335.67554 142.32812Q335.19116 142.8125 334.44116 142.8125Q333.67554 142.8125 333.17554 142.32812Q332.67554 141.82812 332.67554 141.01562L332.67554 140.60938ZM333.48804 141.0625Q333.48804 141.51562 333.73804 141.8125Q334.00366 142.10938 334.44116 142.10938Q334.86304 142.10938 335.11304 141.82812Q335.36304 141.53125 335.36304 141.03125L335.36304 140.60938Q335.36304 140.15625 335.11304 139.85938Q334.86304 139.54688 334.42554 139.54688Q333.98804 139.54688 333.73804 139.85938Q333.48804 140.15625 333.48804 140.625L333.48804 141.0625ZM336.8318 145.40625Q336.8318 144.64062 337.31616 144.15625Q337.81616 143.65625 338.5818 143.65625Q339.3474 143.65625 339.8318 144.15625Q340.3318 144.64062 340.3318 145.45312L340.3318 145.85938Q340.3318 146.625 339.8474 147.125Q339.36304 147.625 338.5974 147.625Q337.8318 147.625 337.3318 147.14062Q336.8318 146.64062 336.8318 145.82812L336.8318 145.40625ZM337.6443 145.85938Q337.6443 146.32812 337.8943 146.625Q338.1599 146.92188 338.5974 146.92188Q339.0193 146.92188 339.2693 146.64062Q339.5193 146.34375 339.5193 145.84375L339.5193 145.40625Q339.5193 144.9375 339.25366 144.65625Q339.00366 144.35938 338.5818 144.35938Q338.1599 144.35938 337.8943 144.65625Q337.6443 144.9375 337.6443 145.4375L337.6443 145.85938ZM334.69116 146.85938L334.06616 146.46875L338.23804 139.79688L338.8474 140.1875L334.69116 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M322.3318 147.5L321.25366 147.5L321.25366 140.28125L319.06616 141.07812L319.06616 140.09375L322.17554 138.92188L322.3318 138.92188L322.3318 147.5ZM326.2693 143.21875L326.7068 138.96875L331.0818 138.96875L331.0818 139.96875L327.62866 139.96875L327.36304 142.29688Q328.00366 141.92188 328.80054 141.92188Q329.9568 141.92188 330.6443 142.70312Q331.3318 143.46875 331.3318 144.78125Q331.3318 146.09375 330.61304 146.85938Q329.9099 147.625 328.62866 147.625Q327.50366 147.625 326.7849 147.0Q326.06616 146.35938 325.9724 145.25L326.98804 145.25Q327.0974 145.98438 327.5193 146.35938Q327.94116 146.73438 328.62866 146.73438Q329.37866 146.73438 329.81616 146.21875Q330.25366 145.70312 330.25366 144.79688Q330.25366 143.9375 329.7849 143.42188Q329.31616 142.90625 328.5349 142.90625Q327.8318 142.90625 327.42554 143.20312L327.1443 143.4375L326.2693 143.21875ZM332.67554 140.60938Q332.67554 139.84375 333.1599 139.34375Q333.6599 138.84375 334.42554 138.84375Q335.2068 138.84375 335.69116 139.34375Q336.17554 139.84375 336.17554 140.64062L336.17554 141.0625Q336.17554 141.82812 335.67554 142.32812Q335.19116 142.8125 334.44116 142.8125Q333.67554 142.8125 333.17554 142.32812Q332.67554 141.82812 332.67554 141.01562L332.67554 140.60938ZM333.48804 141.0625Q333.48804 141.51562 333.73804 141.8125Q334.00366 142.10938 334.44116 142.10938Q334.86304 142.10938 335.11304 141.82812Q335.36304 141.53125 335.36304 141.03125L335.36304 140.60938Q335.36304 140.15625 335.11304 139.85938Q334.86304 139.54688 334.42554 139.54688Q333.98804 139.54688 333.73804 139.85938Q333.48804 140.15625 333.48804 140.625L333.48804 141.0625ZM336.8318 145.40625Q336.8318 144.64062 337.31616 144.15625Q337.81616 143.65625 338.5818 143.65625Q339.3474 143.65625 339.8318 144.15625Q340.3318 144.64062 340.3318 145.45312L340.3318 145.85938Q340.3318 146.625 339.8474 147.125Q339.36304 147.625 338.5974 147.625Q337.8318 147.625 337.3318 147.14062Q336.8318 146.64062 336.8318 145.82812L336.8318 145.40625ZM337.6443 145.85938Q337.6443 146.32812 337.8943 146.625Q338.1599 146.92188 338.5974 146.92188Q339.0193 146.92188 339.2693 146.64062Q339.5193 146.34375 339.5193 145.84375L339.5193 145.40625Q339.5193 144.9375 339.25366 144.65625Q339.00366 144.35938 338.5818 144.35938Q338.1599 144.35938 337.8943 144.65625Q337.6443 144.9375 337.6443 145.4375L337.6443 145.85938ZM334.69116 146.85938L334.06616 146.46875L338.23804 139.79688L338.8474 140.1875L334.69116 146.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M302.9808 179.5L301.90268 179.5L301.90268 172.28125L299.71518 173.07812L299.71518 172.09375L302.82455 170.92188L302.9808 170.92188L302.9808 179.5ZM309.9808 179.5L308.90268 179.5L308.90268 172.28125L306.71518 173.07812L306.71518 172.09375L309.82455 170.92188L309.9808 170.92188L309.9808 179.5ZM313.32455 172.60938Q313.32455 171.84375 313.80893 171.34375Q314.30893 170.84375 315.07455 170.84375Q315.8558 170.84375 316.34018 171.34375Q316.82455 171.84375 316.82455 172.64062L316.82455 173.0625Q316.82455 173.82812 316.32455 174.32812Q315.84018 174.8125 315.09018 174.8125Q314.32455 174.8125 313.82455 174.32812Q313.32455 173.82812 313.32455 173.01562L313.32455 172.60938ZM314.13705 173.0625Q314.13705 173.51562 314.38705 173.8125Q314.65268 174.10938 315.09018 174.10938Q315.51205 174.10938 315.76205 173.82812Q316.01205 173.53125 316.01205 173.03125L316.01205 172.60938Q316.01205 172.15625 315.76205 171.85938Q315.51205 171.54688 315.07455 171.54688Q314.63705 171.54688 314.38705 171.85938Q314.13705 172.15625 314.13705 172.625L314.13705 173.0625ZM317.4808 177.40625Q317.4808 176.64062 317.96518 176.15625Q318.46518 175.65625 319.2308 175.65625Q319.99643 175.65625 320.4808 176.15625Q320.9808 176.64062 320.9808 177.45312L320.9808 177.85938Q320.9808 178.625 320.49643 179.125Q320.01205 179.625 319.24643 179.625Q318.4808 179.625 317.9808 179.14062Q317.4808 178.64062 317.4808 177.82812L317.4808 177.40625ZM318.2933 177.85938Q318.2933 178.32812 318.5433 178.625Q318.80893 178.92188 319.24643 178.92188Q319.6683 178.92188 319.9183 178.64062Q320.1683 178.34375 320.1683 177.84375L320.1683 177.40625Q320.1683 176.9375 319.90268 176.65625Q319.65268 176.35938 319.2308 176.35938Q318.80893 176.35938 318.5433 176.65625Q318.2933 176.9375 318.2933 177.4375L318.2933 177.85938ZM315.34018 178.85938L314.71518 178.46875L318.88705 171.79688L319.49643 172.1875L315.34018 178.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M302.9808 179.5L301.90268 179.5L301.90268 172.28125L299.71518 173.07812L299.71518 172.09375L302.82455 170.92188L302.9808 170.92188L302.9808 179.5ZM309.9808 179.5L308.90268 179.5L308.90268 172.28125L306.71518 173.07812L306.71518 172.09375L309.82455 170.92188L309.9808 170.92188L309.9808 179.5ZM313.32455 172.60938Q313.32455 171.84375 313.80893 171.34375Q314.30893 170.84375 315.07455 170.84375Q315.8558 170.84375 316.34018 171.34375Q316.82455 171.84375 316.82455 172.64062L316.82455 173.0625Q316.82455 173.82812 316.32455 174.32812Q315.84018 174.8125 315.09018 174.8125Q314.32455 174.8125 313.82455 174.32812Q313.32455 173.82812 313.32455 173.01562L313.32455 172.60938ZM314.13705 173.0625Q314.13705 173.51562 314.38705 173.8125Q314.65268 174.10938 315.09018 174.10938Q315.51205 174.10938 315.76205 173.82812Q316.01205 173.53125 316.01205 173.03125L316.01205 172.60938Q316.01205 172.15625 315.76205 171.85938Q315.51205 171.54688 315.07455 171.54688Q314.63705 171.54688 314.38705 171.85938Q314.13705 172.15625 314.13705 172.625L314.13705 173.0625ZM317.4808 177.40625Q317.4808 176.64062 317.96518 176.15625Q318.46518 175.65625 319.2308 175.65625Q319.99643 175.65625 320.4808 176.15625Q320.9808 176.64062 320.9808 177.45312L320.9808 177.85938Q320.9808 178.625 320.49643 179.125Q320.01205 179.625 319.24643 179.625Q318.4808 179.625 317.9808 179.14062Q317.4808 178.64062 317.4808 177.82812L317.4808 177.40625ZM318.2933 177.85938Q318.2933 178.32812 318.5433 178.625Q318.80893 178.92188 319.24643 178.92188Q319.6683 178.92188 319.9183 178.64062Q320.1683 178.34375 320.1683 177.84375L320.1683 177.40625Q320.1683 176.9375 319.90268 176.65625Q319.65268 176.35938 319.2308 176.35938Q318.80893 176.35938 318.5433 176.65625Q318.2933 176.9375 318.2933 177.4375L318.2933 177.85938ZM315.34018 178.85938L314.71518 178.46875L318.88705 171.79688L319.49643 172.1875L315.34018 178.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M285.58295 203.57812L282.0517 211.5L280.91107 211.5L284.4267 203.85938L279.81732 203.85938L279.81732 202.96875L285.58295 202.96875L285.58295 203.57812ZM286.97357 204.60938Q286.97357 203.84375 287.45795 203.34375Q287.95795 202.84375 288.72357 202.84375Q289.50482 202.84375 289.9892 203.34375Q290.47357 203.84375 290.47357 204.64062L290.47357 205.0625Q290.47357 205.82812 289.97357 206.32812Q289.4892 206.8125 288.7392 206.8125Q287.97357 206.8125 287.47357 206.32812Q286.97357 205.82812 286.97357 205.01562L286.97357 204.60938ZM287.78607 205.0625Q287.78607 205.51562 288.03607 205.8125Q288.3017 206.10938 288.7392 206.10938Q289.16107 206.10938 289.41107 205.82812Q289.66107 205.53125 289.66107 205.03125L289.66107 204.60938Q289.66107 204.15625 289.41107 203.85938Q289.16107 203.54688 288.72357 203.54688Q288.28607 203.54688 288.03607 203.85938Q287.78607 204.15625 287.78607 204.625L287.78607 205.0625ZM291.12982 209.40625Q291.12982 208.64062 291.6142 208.15625Q292.1142 207.65625 292.87982 207.65625Q293.64545 207.65625 294.12982 208.15625Q294.62982 208.64062 294.62982 209.45312L294.62982 209.85938Q294.62982 210.625 294.14545 211.125Q293.66107 211.625 292.89545 211.625Q292.12982 211.625 291.62982 211.14062Q291.12982 210.64062 291.12982 209.82812L291.12982 209.40625ZM291.94232 209.85938Q291.94232 210.32812 292.19232 210.625Q292.45795 210.92188 292.89545 210.92188Q293.31732 210.92188 293.56732 210.64062Q293.81732 210.34375 293.81732 209.84375L293.81732 209.40625Q293.81732 208.9375 293.5517 208.65625Q293.3017 208.35938 292.87982 208.35938Q292.45795 208.35938 292.19232 208.65625Q291.94232 208.9375 291.94232 209.4375L291.94232 209.85938ZM288.9892 210.85938L288.3642 210.46875L292.53607 203.79688L293.14545 204.1875L288.9892 210.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M285.58295 203.57812L282.0517 211.5L280.91107 211.5L284.4267 203.85938L279.81732 203.85938L279.81732 202.96875L285.58295 202.96875L285.58295 203.57812ZM286.97357 204.60938Q286.97357 203.84375 287.45795 203.34375Q287.95795 202.84375 288.72357 202.84375Q289.50482 202.84375 289.9892 203.34375Q290.47357 203.84375 290.47357 204.64062L290.47357 205.0625Q290.47357 205.82812 289.97357 206.32812Q289.4892 206.8125 288.7392 206.8125Q287.97357 206.8125 287.47357 206.32812Q286.97357 205.82812 286.97357 205.01562L286.97357 204.60938ZM287.78607 205.0625Q287.78607 205.51562 288.03607 205.8125Q288.3017 206.10938 288.7392 206.10938Q289.16107 206.10938 289.41107 205.82812Q289.66107 205.53125 289.66107 205.03125L289.66107 204.60938Q289.66107 204.15625 289.41107 203.85938Q289.16107 203.54688 288.72357 203.54688Q288.28607 203.54688 288.03607 203.85938Q287.78607 204.15625 287.78607 204.625L287.78607 205.0625ZM291.12982 209.40625Q291.12982 208.64062 291.6142 208.15625Q292.1142 207.65625 292.87982 207.65625Q293.64545 207.65625 294.12982 208.15625Q294.62982 208.64062 294.62982 209.45312L294.62982 209.85938Q294.62982 210.625 294.14545 211.125Q293.66107 211.625 292.89545 211.625Q292.12982 211.625 291.62982 211.14062Q291.12982 210.64062 291.12982 209.82812L291.12982 209.40625ZM291.94232 209.85938Q291.94232 210.32812 292.19232 210.625Q292.45795 210.92188 292.89545 210.92188Q293.31732 210.92188 293.56732 210.64062Q293.81732 210.34375 293.81732 209.84375L293.81732 209.40625Q293.81732 208.9375 293.5517 208.65625Q293.3017 208.35938 292.87982 208.35938Q292.45795 208.35938 292.19232 208.65625Q291.94232 208.9375 291.94232 209.4375L291.94232 209.85938ZM288.9892 210.85938L288.3642 210.46875L292.53607 203.79688L293.14545 204.1875L288.9892 210.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.4952 233.96875L279.4952 234.875L279.29208 234.875Q278.02646 234.90625 277.27646 235.64062Q276.52646 236.35938 276.40146 237.67188Q277.08896 236.90625 278.2452 236.90625Q279.35458 236.90625 280.02646 237.6875Q280.69833 238.46875 280.69833 239.71875Q280.69833 241.03125 279.97958 241.82812Q279.26083 242.625 278.04208 242.625Q276.82333 242.625 276.0577 241.6875Q275.3077 240.73438 275.3077 239.25L275.3077 238.84375Q275.3077 236.48438 276.3077 235.23438Q277.3077 233.98438 279.29208 233.96875L279.4952 233.96875ZM278.07333 237.8125Q277.51083 237.8125 277.04208 238.14062Q276.57333 238.46875 276.38583 238.98438L276.38583 239.375Q276.38583 240.4375 276.85458 241.07812Q277.33896 241.71875 278.04208 241.71875Q278.77646 241.71875 279.19833 241.1875Q279.6202 240.64062 279.6202 239.76562Q279.6202 238.89062 279.19833 238.35938Q278.77646 237.8125 278.07333 237.8125ZM282.13583 235.60938Q282.13583 234.84375 282.6202 234.34375Q283.1202 233.84375 283.88583 233.84375Q284.66708 233.84375 285.15146 234.34375Q285.63583 234.84375 285.63583 235.64062L285.63583 236.0625Q285.63583 236.82812 285.13583 237.32812Q284.65146 237.8125 283.90146 237.8125Q283.13583 237.8125 282.63583 237.32812Q282.13583 236.82812 282.13583 236.01562L282.13583 235.60938ZM282.94833 236.0625Q282.94833 236.51562 283.19833 236.8125Q283.46396 237.10938 283.90146 237.10938Q284.32333 237.10938 284.57333 236.82812Q284.82333 236.53125 284.82333 236.03125L284.82333 235.60938Q284.82333 235.15625 284.57333 234.85938Q284.32333 234.54688 283.88583 234.54688Q283.44833 234.54688 283.19833 234.85938Q282.94833 235.15625 282.94833 235.625L282.94833 236.0625ZM286.29208 240.40625Q286.29208 239.64062 286.77646 239.15625Q287.27646 238.65625 288.04208 238.65625Q288.8077 238.65625 289.29208 239.15625Q289.79208 239.64062 289.79208 240.45312L289.79208 240.85938Q289.79208 241.625 289.3077 242.125Q288.82333 242.625 288.0577 242.625Q287.29208 242.625 286.79208 242.14062Q286.29208 241.64062 286.29208 240.82812L286.29208 240.40625ZM287.10458 240.85938Q287.10458 241.32812 287.35458 241.625Q287.6202 241.92188 288.0577 241.92188Q288.47958 241.92188 288.72958 241.64062Q288.97958 241.34375 288.97958 240.84375L288.97958 240.40625Q288.97958 239.9375 288.71396 239.65625Q288.46396 239.35938 288.04208 239.35938Q287.6202 239.35938 287.35458 239.65625Q287.10458 239.9375 287.10458 240.4375L287.10458 240.85938ZM284.15146 241.85938L283.52646 241.46875L287.69833 234.79688L288.3077 235.1875L284.15146 241.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M279.4952 233.96875L279.4952 234.875L279.29208 234.875Q278.02646 234.90625 277.27646 235.64062Q276.52646 236.35938 276.40146 237.67188Q277.08896 236.90625 278.2452 236.90625Q279.35458 236.90625 280.02646 237.6875Q280.69833 238.46875 280.69833 239.71875Q280.69833 241.03125 279.97958 241.82812Q279.26083 242.625 278.04208 242.625Q276.82333 242.625 276.0577 241.6875Q275.3077 240.73438 275.3077 239.25L275.3077 238.84375Q275.3077 236.48438 276.3077 235.23438Q277.3077 233.98438 279.29208 233.96875L279.4952 233.96875ZM278.07333 237.8125Q277.51083 237.8125 277.04208 238.14062Q276.57333 238.46875 276.38583 238.98438L276.38583 239.375Q276.38583 240.4375 276.85458 241.07812Q277.33896 241.71875 278.04208 241.71875Q278.77646 241.71875 279.19833 241.1875Q279.6202 240.64062 279.6202 239.76562Q279.6202 238.89062 279.19833 238.35938Q278.77646 237.8125 278.07333 237.8125ZM282.13583 235.60938Q282.13583 234.84375 282.6202 234.34375Q283.1202 233.84375 283.88583 233.84375Q284.66708 233.84375 285.15146 234.34375Q285.63583 234.84375 285.63583 235.64062L285.63583 236.0625Q285.63583 236.82812 285.13583 237.32812Q284.65146 237.8125 283.90146 237.8125Q283.13583 237.8125 282.63583 237.32812Q282.13583 236.82812 282.13583 236.01562L282.13583 235.60938ZM282.94833 236.0625Q282.94833 236.51562 283.19833 236.8125Q283.46396 237.10938 283.90146 237.10938Q284.32333 237.10938 284.57333 236.82812Q284.82333 236.53125 284.82333 236.03125L284.82333 235.60938Q284.82333 235.15625 284.57333 234.85938Q284.32333 234.54688 283.88583 234.54688Q283.44833 234.54688 283.19833 234.85938Q282.94833 235.15625 282.94833 235.625L282.94833 236.0625ZM286.29208 240.40625Q286.29208 239.64062 286.77646 239.15625Q287.27646 238.65625 288.04208 238.65625Q288.8077 238.65625 289.29208 239.15625Q289.79208 239.64062 289.79208 240.45312L289.79208 240.85938Q289.79208 241.625 289.3077 242.125Q288.82333 242.625 288.0577 242.625Q287.29208 242.625 286.79208 242.14062Q286.29208 241.64062 286.29208 240.82812L286.29208 240.40625ZM287.10458 240.85938Q287.10458 241.32812 287.35458 241.625Q287.6202 241.92188 288.0577 241.92188Q288.47958 241.92188 288.72958 241.64062Q288.97958 241.34375 288.97958 240.84375L288.97958 240.40625Q288.97958 239.9375 288.71396 239.65625Q288.46396 239.35938 288.04208 239.35938Q287.6202 239.35938 287.35458 239.65625Q287.10458 239.9375 287.10458 240.4375L287.10458 240.85938ZM284.15146 241.85938L283.52646 241.46875L287.69833 234.79688L288.3077 235.1875L284.15146 241.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M279.4952 265.96875L279.4952 266.875L279.29208 266.875Q278.02646 266.90625 277.27646 267.64062Q276.52646 268.35938 276.40146 269.67188Q277.08896 268.90625 278.2452 268.90625Q279.35458 268.90625 280.02646 269.6875Q280.69833 270.46875 280.69833 271.71875Q280.69833 273.03125 279.97958 273.82812Q279.26083 274.625 278.04208 274.625Q276.82333 274.625 276.0577 273.6875Q275.3077 272.73438 275.3077 271.25L275.3077 270.84375Q275.3077 268.48438 276.3077 267.23438Q277.3077 265.98438 279.29208 265.96875L279.4952 265.96875ZM278.07333 269.8125Q277.51083 269.8125 277.04208 270.14062Q276.57333 270.46875 276.38583 270.98438L276.38583 271.375Q276.38583 272.4375 276.85458 273.07812Q277.33896 273.71875 278.04208 273.71875Q278.77646 273.71875 279.19833 273.1875Q279.6202 272.64062 279.6202 271.76562Q279.6202 270.89062 279.19833 270.35938Q278.77646 269.8125 278.07333 269.8125ZM282.13583 267.60938Q282.13583 266.84375 282.6202 266.34375Q283.1202 265.84375 283.88583 265.84375Q284.66708 265.84375 285.15146 266.34375Q285.63583 266.84375 285.63583 267.64062L285.63583 268.0625Q285.63583 268.82812 285.13583 269.32812Q284.65146 269.8125 283.90146 269.8125Q283.13583 269.8125 282.63583 269.32812Q282.13583 268.82812 282.13583 268.01562L282.13583 267.60938ZM282.94833 268.0625Q282.94833 268.51562 283.19833 268.8125Q283.46396 269.10938 283.90146 269.10938Q284.32333 269.10938 284.57333 268.82812Q284.82333 268.53125 284.82333 268.03125L284.82333 267.60938Q284.82333 267.15625 284.57333 266.85938Q284.32333 266.54688 283.88583 266.54688Q283.44833 266.54688 283.19833 266.85938Q282.94833 267.15625 282.94833 267.625L282.94833 268.0625ZM286.29208 272.40625Q286.29208 271.64062 286.77646 271.15625Q287.27646 270.65625 288.04208 270.65625Q288.8077 270.65625 289.29208 271.15625Q289.79208 271.64062 289.79208 272.45312L289.79208 272.85938Q289.79208 273.625 289.3077 274.125Q288.82333 274.625 288.0577 274.625Q287.29208 274.625 286.79208 274.14062Q286.29208 273.64062 286.29208 272.82812L286.29208 272.40625ZM287.10458 272.85938Q287.10458 273.32812 287.35458 273.625Q287.6202 273.92188 288.0577 273.92188Q288.47958 273.92188 288.72958 273.64062Q288.97958 273.34375 288.97958 272.84375L288.97958 272.40625Q288.97958 271.9375 288.71396 271.65625Q288.46396 271.35938 288.04208 271.35938Q287.6202 271.35938 287.35458 271.65625Q287.10458 271.9375 287.10458 272.4375L287.10458 272.85938ZM284.15146 273.85938L283.52646 273.46875L287.69833 266.79688L288.3077 267.1875L284.15146 273.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M279.4952 265.96875L279.4952 266.875L279.29208 266.875Q278.02646 266.90625 277.27646 267.64062Q276.52646 268.35938 276.40146 269.67188Q277.08896 268.90625 278.2452 268.90625Q279.35458 268.90625 280.02646 269.6875Q280.69833 270.46875 280.69833 271.71875Q280.69833 273.03125 279.97958 273.82812Q279.26083 274.625 278.04208 274.625Q276.82333 274.625 276.0577 273.6875Q275.3077 272.73438 275.3077 271.25L275.3077 270.84375Q275.3077 268.48438 276.3077 267.23438Q277.3077 265.98438 279.29208 265.96875L279.4952 265.96875ZM278.07333 269.8125Q277.51083 269.8125 277.04208 270.14062Q276.57333 270.46875 276.38583 270.98438L276.38583 271.375Q276.38583 272.4375 276.85458 273.07812Q277.33896 273.71875 278.04208 273.71875Q278.77646 273.71875 279.19833 273.1875Q279.6202 272.64062 279.6202 271.76562Q279.6202 270.89062 279.19833 270.35938Q278.77646 269.8125 278.07333 269.8125ZM282.13583 267.60938Q282.13583 266.84375 282.6202 266.34375Q283.1202 265.84375 283.88583 265.84375Q284.66708 265.84375 285.15146 266.34375Q285.63583 266.84375 285.63583 267.64062L285.63583 268.0625Q285.63583 268.82812 285.13583 269.32812Q284.65146 269.8125 283.90146 269.8125Q283.13583 269.8125 282.63583 269.32812Q282.13583 268.82812 282.13583 268.01562L282.13583 267.60938ZM282.94833 268.0625Q282.94833 268.51562 283.19833 268.8125Q283.46396 269.10938 283.90146 269.10938Q284.32333 269.10938 284.57333 268.82812Q284.82333 268.53125 284.82333 268.03125L284.82333 267.60938Q284.82333 267.15625 284.57333 266.85938Q284.32333 266.54688 283.88583 266.54688Q283.44833 266.54688 283.19833 266.85938Q282.94833 267.15625 282.94833 267.625L282.94833 268.0625ZM286.29208 272.40625Q286.29208 271.64062 286.77646 271.15625Q287.27646 270.65625 288.04208 270.65625Q288.8077 270.65625 289.29208 271.15625Q289.79208 271.64062 289.79208 272.45312L289.79208 272.85938Q289.79208 273.625 289.3077 274.125Q288.82333 274.625 288.0577 274.625Q287.29208 274.625 286.79208 274.14062Q286.29208 273.64062 286.29208 272.82812L286.29208 272.40625ZM287.10458 272.85938Q287.10458 273.32812 287.35458 273.625Q287.6202 273.92188 288.0577 273.92188Q288.47958 273.92188 288.72958 273.64062Q288.97958 273.34375 288.97958 272.84375L288.97958 272.40625Q288.97958 271.9375 288.71396 271.65625Q288.46396 271.35938 288.04208 271.35938Q287.6202 271.35938 287.35458 271.65625Q287.10458 271.9375 287.10458 272.4375L287.10458 272.85938ZM284.15146 273.85938L283.52646 273.46875L287.69833 266.79688L288.3077 267.1875L284.15146 273.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M270.89185 302.21875L271.32935 297.96875L275.70435 297.96875L275.70435 298.96875L272.25122 298.96875L271.9856 301.29688Q272.62622 300.92188 273.4231 300.92188Q274.57935 300.92188 275.26685 301.70312Q275.95435 302.46875 275.95435 303.78125Q275.95435 305.09375 275.2356 305.85938Q274.53247 306.625 273.25122 306.625Q272.12622 306.625 271.40747 306.0Q270.68872 305.35938 270.59497 304.25L271.6106 304.25Q271.71997 304.98438 272.14185 305.35938Q272.56372 305.73438 273.25122 305.73438Q274.00122 305.73438 274.43872 305.21875Q274.87622 304.70312 274.87622 303.79688Q274.87622 302.9375 274.40747 302.42188Q273.93872 301.90625 273.15747 301.90625Q272.45435 301.90625 272.0481 302.20312L271.76685 302.4375L270.89185 302.21875ZM277.2981 299.60938Q277.2981 298.84375 277.78247 298.34375Q278.28247 297.84375 279.0481 297.84375Q279.82935 297.84375 280.31372 298.34375Q280.7981 298.84375 280.7981 299.64062L280.7981 300.0625Q280.7981 300.82812 280.2981 301.32812Q279.81372 301.8125 279.06372 301.8125Q278.2981 301.8125 277.7981 301.32812Q277.2981 300.82812 277.2981 300.01562L277.2981 299.60938ZM278.1106 300.0625Q278.1106 300.51562 278.3606 300.8125Q278.62622 301.10938 279.06372 301.10938Q279.4856 301.10938 279.7356 300.82812Q279.9856 300.53125 279.9856 300.03125L279.9856 299.60938Q279.9856 299.15625 279.7356 298.85938Q279.4856 298.54688 279.0481 298.54688Q278.6106 298.54688 278.3606 298.85938Q278.1106 299.15625 278.1106 299.625L278.1106 300.0625ZM281.45435 304.40625Q281.45435 303.64062 281.93872 303.15625Q282.43872 302.65625 283.20435 302.65625Q283.96997 302.65625 284.45435 303.15625Q284.95435 303.64062 284.95435 304.45312L284.95435 304.85938Q284.95435 305.625 284.46997 306.125Q283.9856 306.625 283.21997 306.625Q282.45435 306.625 281.95435 306.14062Q281.45435 305.64062 281.45435 304.82812L281.45435 304.40625ZM282.26685 304.85938Q282.26685 305.32812 282.51685 305.625Q282.78247 305.92188 283.21997 305.92188Q283.64185 305.92188 283.89185 305.64062Q284.14185 305.34375 284.14185 304.84375L284.14185 304.40625Q284.14185 303.9375 283.87622 303.65625Q283.62622 303.35938 283.20435 303.35938Q282.78247 303.35938 282.51685 303.65625Q282.26685 303.9375 282.26685 304.4375L282.26685 304.85938ZM279.31372 305.85938L278.68872 305.46875L282.8606 298.79688L283.46997 299.1875L279.31372 305.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M270.89185 302.21875L271.32935 297.96875L275.70435 297.96875L275.70435 298.96875L272.25122 298.96875L271.9856 301.29688Q272.62622 300.92188 273.4231 300.92188Q274.57935 300.92188 275.26685 301.70312Q275.95435 302.46875 275.95435 303.78125Q275.95435 305.09375 275.2356 305.85938Q274.53247 306.625 273.25122 306.625Q272.12622 306.625 271.40747 306.0Q270.68872 305.35938 270.59497 304.25L271.6106 304.25Q271.71997 304.98438 272.14185 305.35938Q272.56372 305.73438 273.25122 305.73438Q274.00122 305.73438 274.43872 305.21875Q274.87622 304.70312 274.87622 303.79688Q274.87622 302.9375 274.40747 302.42188Q273.93872 301.90625 273.15747 301.90625Q272.45435 301.90625 272.0481 302.20312L271.76685 302.4375L270.89185 302.21875ZM277.2981 299.60938Q277.2981 298.84375 277.78247 298.34375Q278.28247 297.84375 279.0481 297.84375Q279.82935 297.84375 280.31372 298.34375Q280.7981 298.84375 280.7981 299.64062L280.7981 300.0625Q280.7981 300.82812 280.2981 301.32812Q279.81372 301.8125 279.06372 301.8125Q278.2981 301.8125 277.7981 301.32812Q277.2981 300.82812 277.2981 300.01562L277.2981 299.60938ZM278.1106 300.0625Q278.1106 300.51562 278.3606 300.8125Q278.62622 301.10938 279.06372 301.10938Q279.4856 301.10938 279.7356 300.82812Q279.9856 300.53125 279.9856 300.03125L279.9856 299.60938Q279.9856 299.15625 279.7356 298.85938Q279.4856 298.54688 279.0481 298.54688Q278.6106 298.54688 278.3606 298.85938Q278.1106 299.15625 278.1106 299.625L278.1106 300.0625ZM281.45435 304.40625Q281.45435 303.64062 281.93872 303.15625Q282.43872 302.65625 283.20435 302.65625Q283.96997 302.65625 284.45435 303.15625Q284.95435 303.64062 284.95435 304.45312L284.95435 304.85938Q284.95435 305.625 284.46997 306.125Q283.9856 306.625 283.21997 306.625Q282.45435 306.625 281.95435 306.14062Q281.45435 305.64062 281.45435 304.82812L281.45435 304.40625ZM282.26685 304.85938Q282.26685 305.32812 282.51685 305.625Q282.78247 305.92188 283.21997 305.92188Q283.64185 305.92188 283.89185 305.64062Q284.14185 305.34375 284.14185 304.84375L284.14185 304.40625Q284.14185 303.9375 283.87622 303.65625Q283.62622 303.35938 283.20435 303.35938Q282.78247 303.35938 282.51685 303.65625Q282.26685 303.9375 282.26685 304.4375L282.26685 304.85938ZM279.31372 305.85938L278.68872 305.46875L282.8606 298.79688L283.46997 299.1875L279.31372 305.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M262.2945 333.70312L263.107 333.70312Q263.88824 333.6875 264.32574 333.29688Q264.76324 332.90625 264.76324 332.23438Q264.76324 330.73438 263.26324 330.73438Q262.56012 330.73438 262.13824 331.14062Q261.732 331.54688 261.732 332.20312L260.63824 332.20312Q260.63824 331.1875 261.37262 330.51562Q262.12262 329.84375 263.26324 329.84375Q264.46637 329.84375 265.15387 330.48438Q265.84137 331.125 265.84137 332.26562Q265.84137 332.82812 265.482 333.34375Q265.12262 333.85938 264.49762 334.125Q265.20074 334.34375 265.57574 334.85938Q265.96637 335.375 265.96637 336.125Q265.96637 337.26562 265.21637 337.95312Q264.46637 338.625 263.26324 338.625Q262.07574 338.625 261.31012 337.96875Q260.56012 337.3125 260.56012 336.25L261.65387 336.25Q261.65387 336.92188 262.09137 337.32812Q262.52887 337.73438 263.27887 337.73438Q264.06012 337.73438 264.46637 337.32812Q264.88824 336.90625 264.88824 336.14062Q264.88824 335.40625 264.43512 335.01562Q263.982 334.60938 263.107 334.59375L262.2945 334.59375L262.2945 333.70312ZM267.62262 331.60938Q267.62262 330.84375 268.107 330.34375Q268.607 329.84375 269.37262 329.84375Q270.15387 329.84375 270.63824 330.34375Q271.12262 330.84375 271.12262 331.64062L271.12262 332.0625Q271.12262 332.82812 270.62262 333.32812Q270.13824 333.8125 269.38824 333.8125Q268.62262 333.8125 268.12262 333.32812Q267.62262 332.82812 267.62262 332.01562L267.62262 331.60938ZM268.43512 332.0625Q268.43512 332.51562 268.68512 332.8125Q268.95074 333.10938 269.38824 333.10938Q269.81012 333.10938 270.06012 332.82812Q270.31012 332.53125 270.31012 332.03125L270.31012 331.60938Q270.31012 331.15625 270.06012 330.85938Q269.81012 330.54688 269.37262 330.54688Q268.93512 330.54688 268.68512 330.85938Q268.43512 331.15625 268.43512 331.625L268.43512 332.0625ZM271.77887 336.40625Q271.77887 335.64062 272.26324 335.15625Q272.76324 334.65625 273.52887 334.65625Q274.2945 334.65625 274.77887 335.15625Q275.27887 335.64062 275.27887 336.45312L275.27887 336.85938Q275.27887 337.625 274.7945 338.125Q274.31012 338.625 273.5445 338.625Q272.77887 338.625 272.27887 338.14062Q271.77887 337.64062 271.77887 336.82812L271.77887 336.40625ZM272.59137 336.85938Q272.59137 337.32812 272.84137 337.625Q273.107 337.92188 273.5445 337.92188Q273.96637 337.92188 274.21637 337.64062Q274.46637 337.34375 274.46637 336.84375L274.46637 336.40625Q274.46637 335.9375 274.20074 335.65625Q273.95074 335.35938 273.52887 335.35938Q273.107 335.35938 272.84137 335.65625Q272.59137 335.9375 272.59137 336.4375L272.59137 336.85938ZM269.63824 337.85938L269.01324 337.46875L273.18512 330.79688L273.7945 331.1875L269.63824 337.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M262.2945 333.70312L263.107 333.70312Q263.88824 333.6875 264.32574 333.29688Q264.76324 332.90625 264.76324 332.23438Q264.76324 330.73438 263.26324 330.73438Q262.56012 330.73438 262.13824 331.14062Q261.732 331.54688 261.732 332.20312L260.63824 332.20312Q260.63824 331.1875 261.37262 330.51562Q262.12262 329.84375 263.26324 329.84375Q264.46637 329.84375 265.15387 330.48438Q265.84137 331.125 265.84137 332.26562Q265.84137 332.82812 265.482 333.34375Q265.12262 333.85938 264.49762 334.125Q265.20074 334.34375 265.57574 334.85938Q265.96637 335.375 265.96637 336.125Q265.96637 337.26562 265.21637 337.95312Q264.46637 338.625 263.26324 338.625Q262.07574 338.625 261.31012 337.96875Q260.56012 337.3125 260.56012 336.25L261.65387 336.25Q261.65387 336.92188 262.09137 337.32812Q262.52887 337.73438 263.27887 337.73438Q264.06012 337.73438 264.46637 337.32812Q264.88824 336.90625 264.88824 336.14062Q264.88824 335.40625 264.43512 335.01562Q263.982 334.60938 263.107 334.59375L262.2945 334.59375L262.2945 333.70312ZM267.62262 331.60938Q267.62262 330.84375 268.107 330.34375Q268.607 329.84375 269.37262 329.84375Q270.15387 329.84375 270.63824 330.34375Q271.12262 330.84375 271.12262 331.64062L271.12262 332.0625Q271.12262 332.82812 270.62262 333.32812Q270.13824 333.8125 269.38824 333.8125Q268.62262 333.8125 268.12262 333.32812Q267.62262 332.82812 267.62262 332.01562L267.62262 331.60938ZM268.43512 332.0625Q268.43512 332.51562 268.68512 332.8125Q268.95074 333.10938 269.38824 333.10938Q269.81012 333.10938 270.06012 332.82812Q270.31012 332.53125 270.31012 332.03125L270.31012 331.60938Q270.31012 331.15625 270.06012 330.85938Q269.81012 330.54688 269.37262 330.54688Q268.93512 330.54688 268.68512 330.85938Q268.43512 331.15625 268.43512 331.625L268.43512 332.0625ZM271.77887 336.40625Q271.77887 335.64062 272.26324 335.15625Q272.76324 334.65625 273.52887 334.65625Q274.2945 334.65625 274.77887 335.15625Q275.27887 335.64062 275.27887 336.45312L275.27887 336.85938Q275.27887 337.625 274.7945 338.125Q274.31012 338.625 273.5445 338.625Q272.77887 338.625 272.27887 338.14062Q271.77887 337.64062 271.77887 336.82812L271.77887 336.40625ZM272.59137 336.85938Q272.59137 337.32812 272.84137 337.625Q273.107 337.92188 273.5445 337.92188Q273.96637 337.92188 274.21637 337.64062Q274.46637 337.34375 274.46637 336.84375L274.46637 336.40625Q274.46637 335.9375 274.20074 335.65625Q273.95074 335.35938 273.52887 335.35938Q273.107 335.35938 272.84137 335.65625Q272.59137 335.9375 272.59137 336.4375L272.59137 336.85938ZM269.63824 337.85938L269.01324 337.46875L273.18512 330.79688L273.7945 331.1875L269.63824 337.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M262.2945 365.70312L263.107 365.70312Q263.88824 365.6875 264.32574 365.29688Q264.76324 364.90625 264.76324 364.23438Q264.76324 362.73438 263.26324 362.73438Q262.56012 362.73438 262.13824 363.14062Q261.732 363.54688 261.732 364.20312L260.63824 364.20312Q260.63824 363.1875 261.37262 362.51562Q262.12262 361.84375 263.26324 361.84375Q264.46637 361.84375 265.15387 362.48438Q265.84137 363.125 265.84137 364.26562Q265.84137 364.82812 265.482 365.34375Q265.12262 365.85938 264.49762 366.125Q265.20074 366.34375 265.57574 366.85938Q265.96637 367.375 265.96637 368.125Q265.96637 369.26562 265.21637 369.95312Q264.46637 370.625 263.26324 370.625Q262.07574 370.625 261.31012 369.96875Q260.56012 369.3125 260.56012 368.25L261.65387 368.25Q261.65387 368.92188 262.09137 369.32812Q262.52887 369.73438 263.27887 369.73438Q264.06012 369.73438 264.46637 369.32812Q264.88824 368.90625 264.88824 368.14062Q264.88824 367.40625 264.43512 367.01562Q263.982 366.60938 263.107 366.59375L262.2945 366.59375L262.2945 365.70312ZM267.62262 363.60938Q267.62262 362.84375 268.107 362.34375Q268.607 361.84375 269.37262 361.84375Q270.15387 361.84375 270.63824 362.34375Q271.12262 362.84375 271.12262 363.64062L271.12262 364.0625Q271.12262 364.82812 270.62262 365.32812Q270.13824 365.8125 269.38824 365.8125Q268.62262 365.8125 268.12262 365.32812Q267.62262 364.82812 267.62262 364.01562L267.62262 363.60938ZM268.43512 364.0625Q268.43512 364.51562 268.68512 364.8125Q268.95074 365.10938 269.38824 365.10938Q269.81012 365.10938 270.06012 364.82812Q270.31012 364.53125 270.31012 364.03125L270.31012 363.60938Q270.31012 363.15625 270.06012 362.85938Q269.81012 362.54688 269.37262 362.54688Q268.93512 362.54688 268.68512 362.85938Q268.43512 363.15625 268.43512 363.625L268.43512 364.0625ZM271.77887 368.40625Q271.77887 367.64062 272.26324 367.15625Q272.76324 366.65625 273.52887 366.65625Q274.2945 366.65625 274.77887 367.15625Q275.27887 367.64062 275.27887 368.45312L275.27887 368.85938Q275.27887 369.625 274.7945 370.125Q274.31012 370.625 273.5445 370.625Q272.77887 370.625 272.27887 370.14062Q271.77887 369.64062 271.77887 368.82812L271.77887 368.40625ZM272.59137 368.85938Q272.59137 369.32812 272.84137 369.625Q273.107 369.92188 273.5445 369.92188Q273.96637 369.92188 274.21637 369.64062Q274.46637 369.34375 274.46637 368.84375L274.46637 368.40625Q274.46637 367.9375 274.20074 367.65625Q273.95074 367.35938 273.52887 367.35938Q273.107 367.35938 272.84137 367.65625Q272.59137 367.9375 272.59137 368.4375L272.59137 368.85938ZM269.63824 369.85938L269.01324 369.46875L273.18512 362.79688L273.7945 363.1875L269.63824 369.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M262.2945 365.70312L263.107 365.70312Q263.88824 365.6875 264.32574 365.29688Q264.76324 364.90625 264.76324 364.23438Q264.76324 362.73438 263.26324 362.73438Q262.56012 362.73438 262.13824 363.14062Q261.732 363.54688 261.732 364.20312L260.63824 364.20312Q260.63824 363.1875 261.37262 362.51562Q262.12262 361.84375 263.26324 361.84375Q264.46637 361.84375 265.15387 362.48438Q265.84137 363.125 265.84137 364.26562Q265.84137 364.82812 265.482 365.34375Q265.12262 365.85938 264.49762 366.125Q265.20074 366.34375 265.57574 366.85938Q265.96637 367.375 265.96637 368.125Q265.96637 369.26562 265.21637 369.95312Q264.46637 370.625 263.26324 370.625Q262.07574 370.625 261.31012 369.96875Q260.56012 369.3125 260.56012 368.25L261.65387 368.25Q261.65387 368.92188 262.09137 369.32812Q262.52887 369.73438 263.27887 369.73438Q264.06012 369.73438 264.46637 369.32812Q264.88824 368.90625 264.88824 368.14062Q264.88824 367.40625 264.43512 367.01562Q263.982 366.60938 263.107 366.59375L262.2945 366.59375L262.2945 365.70312ZM267.62262 363.60938Q267.62262 362.84375 268.107 362.34375Q268.607 361.84375 269.37262 361.84375Q270.15387 361.84375 270.63824 362.34375Q271.12262 362.84375 271.12262 363.64062L271.12262 364.0625Q271.12262 364.82812 270.62262 365.32812Q270.13824 365.8125 269.38824 365.8125Q268.62262 365.8125 268.12262 365.32812Q267.62262 364.82812 267.62262 364.01562L267.62262 363.60938ZM268.43512 364.0625Q268.43512 364.51562 268.68512 364.8125Q268.95074 365.10938 269.38824 365.10938Q269.81012 365.10938 270.06012 364.82812Q270.31012 364.53125 270.31012 364.03125L270.31012 363.60938Q270.31012 363.15625 270.06012 362.85938Q269.81012 362.54688 269.37262 362.54688Q268.93512 362.54688 268.68512 362.85938Q268.43512 363.15625 268.43512 363.625L268.43512 364.0625ZM271.77887 368.40625Q271.77887 367.64062 272.26324 367.15625Q272.76324 366.65625 273.52887 366.65625Q274.2945 366.65625 274.77887 367.15625Q275.27887 367.64062 275.27887 368.45312L275.27887 368.85938Q275.27887 369.625 274.7945 370.125Q274.31012 370.625 273.5445 370.625Q272.77887 370.625 272.27887 370.14062Q271.77887 369.64062 271.77887 368.82812L271.77887 368.40625ZM272.59137 368.85938Q272.59137 369.32812 272.84137 369.625Q273.107 369.92188 273.5445 369.92188Q273.96637 369.92188 274.21637 369.64062Q274.46637 369.34375 274.46637 368.84375L274.46637 368.40625Q274.46637 367.9375 274.20074 367.65625Q273.95074 367.35938 273.52887 367.35938Q273.107 367.35938 272.84137 367.65625Q272.59137 367.9375 272.59137 368.4375L272.59137 368.85938ZM269.63824 369.85938L269.01324 369.46875L273.18512 362.79688L273.7945 363.1875L269.63824 369.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M262.2945 396.70312L263.107 396.70312Q263.88824 396.6875 264.32574 396.29688Q264.76324 395.90625 264.76324 395.23438Q264.76324 393.73438 263.26324 393.73438Q262.56012 393.73438 262.13824 394.14062Q261.732 394.54688 261.732 395.20312L260.63824 395.20312Q260.63824 394.1875 261.37262 393.51562Q262.12262 392.84375 263.26324 392.84375Q264.46637 392.84375 265.15387 393.48438Q265.84137 394.125 265.84137 395.26562Q265.84137 395.82812 265.482 396.34375Q265.12262 396.85938 264.49762 397.125Q265.20074 397.34375 265.57574 397.85938Q265.96637 398.375 265.96637 399.125Q265.96637 400.26562 265.21637 400.95312Q264.46637 401.625 263.26324 401.625Q262.07574 401.625 261.31012 400.96875Q260.56012 400.3125 260.56012 399.25L261.65387 399.25Q261.65387 399.92188 262.09137 400.32812Q262.52887 400.73438 263.27887 400.73438Q264.06012 400.73438 264.46637 400.32812Q264.88824 399.90625 264.88824 399.14062Q264.88824 398.40625 264.43512 398.01562Q263.982 397.60938 263.107 397.59375L262.2945 397.59375L262.2945 396.70312ZM267.62262 394.60938Q267.62262 393.84375 268.107 393.34375Q268.607 392.84375 269.37262 392.84375Q270.15387 392.84375 270.63824 393.34375Q271.12262 393.84375 271.12262 394.64062L271.12262 395.0625Q271.12262 395.82812 270.62262 396.32812Q270.13824 396.8125 269.38824 396.8125Q268.62262 396.8125 268.12262 396.32812Q267.62262 395.82812 267.62262 395.01562L267.62262 394.60938ZM268.43512 395.0625Q268.43512 395.51562 268.68512 395.8125Q268.95074 396.10938 269.38824 396.10938Q269.81012 396.10938 270.06012 395.82812Q270.31012 395.53125 270.31012 395.03125L270.31012 394.60938Q270.31012 394.15625 270.06012 393.85938Q269.81012 393.54688 269.37262 393.54688Q268.93512 393.54688 268.68512 393.85938Q268.43512 394.15625 268.43512 394.625L268.43512 395.0625ZM271.77887 399.40625Q271.77887 398.64062 272.26324 398.15625Q272.76324 397.65625 273.52887 397.65625Q274.2945 397.65625 274.77887 398.15625Q275.27887 398.64062 275.27887 399.45312L275.27887 399.85938Q275.27887 400.625 274.7945 401.125Q274.31012 401.625 273.5445 401.625Q272.77887 401.625 272.27887 401.14062Q271.77887 400.64062 271.77887 399.82812L271.77887 399.40625ZM272.59137 399.85938Q272.59137 400.32812 272.84137 400.625Q273.107 400.92188 273.5445 400.92188Q273.96637 400.92188 274.21637 400.64062Q274.46637 400.34375 274.46637 399.84375L274.46637 399.40625Q274.46637 398.9375 274.20074 398.65625Q273.95074 398.35938 273.52887 398.35938Q273.107 398.35938 272.84137 398.65625Q272.59137 398.9375 272.59137 399.4375L272.59137 399.85938ZM269.63824 400.85938L269.01324 400.46875L273.18512 393.79688L273.7945 394.1875L269.63824 400.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M262.2945 396.70312L263.107 396.70312Q263.88824 396.6875 264.32574 396.29688Q264.76324 395.90625 264.76324 395.23438Q264.76324 393.73438 263.26324 393.73438Q262.56012 393.73438 262.13824 394.14062Q261.732 394.54688 261.732 395.20312L260.63824 395.20312Q260.63824 394.1875 261.37262 393.51562Q262.12262 392.84375 263.26324 392.84375Q264.46637 392.84375 265.15387 393.48438Q265.84137 394.125 265.84137 395.26562Q265.84137 395.82812 265.482 396.34375Q265.12262 396.85938 264.49762 397.125Q265.20074 397.34375 265.57574 397.85938Q265.96637 398.375 265.96637 399.125Q265.96637 400.26562 265.21637 400.95312Q264.46637 401.625 263.26324 401.625Q262.07574 401.625 261.31012 400.96875Q260.56012 400.3125 260.56012 399.25L261.65387 399.25Q261.65387 399.92188 262.09137 400.32812Q262.52887 400.73438 263.27887 400.73438Q264.06012 400.73438 264.46637 400.32812Q264.88824 399.90625 264.88824 399.14062Q264.88824 398.40625 264.43512 398.01562Q263.982 397.60938 263.107 397.59375L262.2945 397.59375L262.2945 396.70312ZM267.62262 394.60938Q267.62262 393.84375 268.107 393.34375Q268.607 392.84375 269.37262 392.84375Q270.15387 392.84375 270.63824 393.34375Q271.12262 393.84375 271.12262 394.64062L271.12262 395.0625Q271.12262 395.82812 270.62262 396.32812Q270.13824 396.8125 269.38824 396.8125Q268.62262 396.8125 268.12262 396.32812Q267.62262 395.82812 267.62262 395.01562L267.62262 394.60938ZM268.43512 395.0625Q268.43512 395.51562 268.68512 395.8125Q268.95074 396.10938 269.38824 396.10938Q269.81012 396.10938 270.06012 395.82812Q270.31012 395.53125 270.31012 395.03125L270.31012 394.60938Q270.31012 394.15625 270.06012 393.85938Q269.81012 393.54688 269.37262 393.54688Q268.93512 393.54688 268.68512 393.85938Q268.43512 394.15625 268.43512 394.625L268.43512 395.0625ZM271.77887 399.40625Q271.77887 398.64062 272.26324 398.15625Q272.76324 397.65625 273.52887 397.65625Q274.2945 397.65625 274.77887 398.15625Q275.27887 398.64062 275.27887 399.45312L275.27887 399.85938Q275.27887 400.625 274.7945 401.125Q274.31012 401.625 273.5445 401.625Q272.77887 401.625 272.27887 401.14062Q271.77887 400.64062 271.77887 399.82812L271.77887 399.40625ZM272.59137 399.85938Q272.59137 400.32812 272.84137 400.625Q273.107 400.92188 273.5445 400.92188Q273.96637 400.92188 274.21637 400.64062Q274.46637 400.34375 274.46637 399.84375L274.46637 399.40625Q274.46637 398.9375 274.20074 398.65625Q273.95074 398.35938 273.52887 398.35938Q273.107 398.35938 272.84137 398.65625Q272.59137 398.9375 272.59137 399.4375L272.59137 399.85938ZM269.63824 400.85938L269.01324 400.46875L273.18512 393.79688L273.7945 394.1875L269.63824 400.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M302.9808 433.5L301.90268 433.5L301.90268 426.28125L299.71518 427.07812L299.71518 426.09375L302.82455 424.92188L302.9808 424.92188L302.9808 433.5ZM309.9808 433.5L308.90268 433.5L308.90268 426.28125L306.71518 427.07812L306.71518 426.09375L309.82455 424.92188L309.9808 424.92188L309.9808 433.5ZM313.32455 426.60938Q313.32455 425.84375 313.80893 425.34375Q314.30893 424.84375 315.07455 424.84375Q315.8558 424.84375 316.34018 425.34375Q316.82455 425.84375 316.82455 426.64062L316.82455 427.0625Q316.82455 427.82812 316.32455 428.32812Q315.84018 428.8125 315.09018 428.8125Q314.32455 428.8125 313.82455 428.32812Q313.32455 427.82812 313.32455 427.01562L313.32455 426.60938ZM314.13705 427.0625Q314.13705 427.51562 314.38705 427.8125Q314.65268 428.10938 315.09018 428.10938Q315.51205 428.10938 315.76205 427.82812Q316.01205 427.53125 316.01205 427.03125L316.01205 426.60938Q316.01205 426.15625 315.76205 425.85938Q315.51205 425.54688 315.07455 425.54688Q314.63705 425.54688 314.38705 425.85938Q314.13705 426.15625 314.13705 426.625L314.13705 427.0625ZM317.4808 431.40625Q317.4808 430.64062 317.96518 430.15625Q318.46518 429.65625 319.2308 429.65625Q319.99643 429.65625 320.4808 430.15625Q320.9808 430.64062 320.9808 431.45312L320.9808 431.85938Q320.9808 432.625 320.49643 433.125Q320.01205 433.625 319.24643 433.625Q318.4808 433.625 317.9808 433.14062Q317.4808 432.64062 317.4808 431.82812L317.4808 431.40625ZM318.2933 431.85938Q318.2933 432.32812 318.5433 432.625Q318.80893 432.92188 319.24643 432.92188Q319.6683 432.92188 319.9183 432.64062Q320.1683 432.34375 320.1683 431.84375L320.1683 431.40625Q320.1683 430.9375 319.90268 430.65625Q319.65268 430.35938 319.2308 430.35938Q318.80893 430.35938 318.5433 430.65625Q318.2933 430.9375 318.2933 431.4375L318.2933 431.85938ZM315.34018 432.85938L314.71518 432.46875L318.88705 425.79688L319.49643 426.1875L315.34018 432.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M302.9808 433.5L301.90268 433.5L301.90268 426.28125L299.71518 427.07812L299.71518 426.09375L302.82455 424.92188L302.9808 424.92188L302.9808 433.5ZM309.9808 433.5L308.90268 433.5L308.90268 426.28125L306.71518 427.07812L306.71518 426.09375L309.82455 424.92188L309.9808 424.92188L309.9808 433.5ZM313.32455 426.60938Q313.32455 425.84375 313.80893 425.34375Q314.30893 424.84375 315.07455 424.84375Q315.8558 424.84375 316.34018 425.34375Q316.82455 425.84375 316.82455 426.64062L316.82455 427.0625Q316.82455 427.82812 316.32455 428.32812Q315.84018 428.8125 315.09018 428.8125Q314.32455 428.8125 313.82455 428.32812Q313.32455 427.82812 313.32455 427.01562L313.32455 426.60938ZM314.13705 427.0625Q314.13705 427.51562 314.38705 427.8125Q314.65268 428.10938 315.09018 428.10938Q315.51205 428.10938 315.76205 427.82812Q316.01205 427.53125 316.01205 427.03125L316.01205 426.60938Q316.01205 426.15625 315.76205 425.85938Q315.51205 425.54688 315.07455 425.54688Q314.63705 425.54688 314.38705 425.85938Q314.13705 426.15625 314.13705 426.625L314.13705 427.0625ZM317.4808 431.40625Q317.4808 430.64062 317.96518 430.15625Q318.46518 429.65625 319.2308 429.65625Q319.99643 429.65625 320.4808 430.15625Q320.9808 430.64062 320.9808 431.45312L320.9808 431.85938Q320.9808 432.625 320.49643 433.125Q320.01205 433.625 319.24643 433.625Q318.4808 433.625 317.9808 433.14062Q317.4808 432.64062 317.4808 431.82812L317.4808 431.40625ZM318.2933 431.85938Q318.2933 432.32812 318.5433 432.625Q318.80893 432.92188 319.24643 432.92188Q319.6683 432.92188 319.9183 432.64062Q320.1683 432.34375 320.1683 431.84375L320.1683 431.40625Q320.1683 430.9375 319.90268 430.65625Q319.65268 430.35938 319.2308 430.35938Q318.80893 430.35938 318.5433 430.65625Q318.2933 430.9375 318.2933 431.4375L318.2933 431.85938ZM315.34018 432.85938L314.71518 432.46875L318.88705 425.79688L319.49643 426.1875L315.34018 432.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M333.6191 497.35565Q333.6191 496.59003 334.1035 496.09003Q334.6035 495.59003 335.3691 495.59003Q336.15036 495.59003 336.63474 496.09003Q337.1191 496.59003 337.1191 497.3869L337.1191 497.80878Q337.1191 498.5744 336.6191 499.0744Q336.13474 499.55878 335.38474 499.55878Q334.6191 499.55878 334.1191 499.0744Q333.6191 498.5744 333.6191 497.7619L333.6191 497.35565ZM334.4316 497.80878Q334.4316 498.2619 334.6816 498.55878Q334.94724 498.85565 335.38474 498.85565Q335.8066 498.85565 336.0566 498.5744Q336.3066 498.27753 336.3066 497.77753L336.3066 497.35565Q336.3066 496.90253 336.0566 496.60565Q335.8066 496.29315 335.3691 496.29315Q334.9316 496.29315 334.6816 496.60565Q334.4316 496.90253 334.4316 497.37128L334.4316 497.80878ZM337.77536 502.15253Q337.77536 501.3869 338.25974 500.90253Q338.75974 500.40253 339.52536 500.40253Q340.291 500.40253 340.77536 500.90253Q341.27536 501.3869 341.27536 502.1994L341.27536 502.60565Q341.27536 503.37128 340.791 503.87128Q340.3066 504.37128 339.541 504.37128Q338.77536 504.37128 338.27536 503.8869Q337.77536 503.3869 337.77536 502.5744L337.77536 502.15253ZM338.58786 502.60565Q338.58786 503.0744 338.83786 503.37128Q339.1035 503.66815 339.541 503.66815Q339.96286 503.66815 340.21286 503.3869Q340.46286 503.09003 340.46286 502.59003L340.46286 502.15253Q340.46286 501.68378 340.19724 501.40253Q339.94724 501.10565 339.52536 501.10565Q339.1035 501.10565 338.83786 501.40253Q338.58786 501.68378 338.58786 502.18378L338.58786 502.60565ZM335.63474 503.60565L335.00974 503.21503L339.1816 496.54315L339.791 496.93378L335.63474 503.60565ZM345.541 501.0119Q345.541 500.09003 345.90036 499.34003Q346.27536 498.59003 346.9316 498.1994Q347.58786 497.79315 348.416 497.79315Q349.71286 497.79315 350.50974 498.68378Q351.32224 499.5744 351.32224 501.0744L351.32224 501.15253Q351.32224 502.0744 350.96286 502.80878Q350.6035 503.54315 349.94724 503.96503Q349.291 504.37128 348.4316 504.37128Q347.15036 504.37128 346.33786 503.48065Q345.541 502.5744 345.541 501.09003L345.541 501.0119ZM346.63474 501.15253Q346.63474 502.1994 347.1191 502.84003Q347.6191 503.48065 348.4316 503.48065Q349.25974 503.48065 349.7441 502.84003Q350.2285 502.18378 350.2285 501.0119Q350.2285 499.98065 349.7285 499.34003Q349.2441 498.68378 348.416 498.68378Q347.6191 498.68378 347.1191 499.3244Q346.63474 499.9494 346.63474 501.15253ZM353.3691 504.24628L353.3691 498.74628L352.3691 498.74628L352.3691 497.90253L353.3691 497.90253L353.3691 497.2619Q353.3691 496.23065 353.90036 495.68378Q354.44724 495.12128 355.44724 495.12128Q355.82224 495.12128 356.19724 495.21503L356.13474 496.10565Q355.8535 496.04315 355.5566 496.04315Q355.02536 496.04315 354.7285 496.35565Q354.44724 496.66815 354.44724 497.23065L354.44724 497.90253L355.8066 497.90253L355.8066 498.74628L354.44724 498.74628L354.44724 504.24628L353.3691 504.24628ZM362.90036 498.87128Q362.65036 498.84003 362.3691 498.84003Q361.291 498.84003 360.916 499.74628L360.916 504.24628L359.83786 504.24628L359.83786 497.90253L360.88474 497.90253L360.90036 498.6369Q361.4316 497.79315 362.416 497.79315Q362.7285 497.79315 362.90036 497.87128L362.90036 498.87128ZM366.46286 504.37128Q365.166 504.37128 364.3535 503.52753Q363.5566 502.66815 363.5566 501.24628L363.5566 501.05878Q363.5566 500.10565 363.916 499.37128Q364.27536 498.62128 364.916 498.21503Q365.57224 497.79315 366.32224 497.79315Q367.5566 497.79315 368.2441 498.60565Q368.9316 499.41815 368.9316 500.93378L368.9316 501.3869L364.63474 501.3869Q364.666 502.3244 365.1816 502.90253Q365.71286 503.48065 366.52536 503.48065Q367.08786 503.48065 367.4785 503.24628Q367.88474 503.0119 368.19724 502.62128L368.8535 503.1369Q368.0566 504.37128 366.46286 504.37128ZM366.32224 498.68378Q365.666 498.68378 365.21286 499.16815Q364.77536 499.6369 364.6816 500.49628L367.8535 500.49628L367.8535 500.41815Q367.8066 499.59003 367.40036 499.1369Q367.00974 498.68378 366.32224 498.68378ZM373.52536 502.55878Q373.52536 502.12128 373.1816 501.8869Q372.8535 501.6369 372.02536 501.46503Q371.21286 501.29315 370.7285 501.04315Q370.2441 500.79315 370.00974 500.46503Q369.791 500.12128 369.791 499.65253Q369.791 498.87128 370.44724 498.34003Q371.1035 497.79315 372.13474 497.79315Q373.21286 497.79315 373.8691 498.35565Q374.541 498.90253 374.541 499.7619L373.46286 499.7619Q373.46286 499.3244 373.07224 499.0119Q372.69724 498.68378 372.13474 498.68378Q371.541 498.68378 371.19724 498.9494Q370.8691 499.1994 370.8691 499.60565Q370.8691 499.99628 371.1816 500.1994Q371.4941 500.40253 372.3066 500.59003Q373.1191 500.7619 373.6191 501.0119Q374.1191 501.2619 374.3535 501.62128Q374.6035 501.98065 374.6035 502.48065Q374.6035 503.34003 373.916 503.85565Q373.2441 504.37128 372.166 504.37128Q371.40036 504.37128 370.8066 504.10565Q370.2285 503.8244 369.90036 503.34003Q369.57224 502.85565 369.57224 502.29315L370.65036 502.29315Q370.6816 502.84003 371.08786 503.16815Q371.4941 503.48065 372.166 503.48065Q372.77536 503.48065 373.15036 503.23065Q373.52536 502.98065 373.52536 502.55878ZM381.1816 501.15253Q381.1816 502.59003 380.52536 503.48065Q379.8691 504.37128 378.7285 504.37128Q377.57224 504.37128 376.916 503.6369L376.916 506.68378L375.83786 506.68378L375.83786 497.90253L376.82224 497.90253L376.8691 498.60565Q377.541 497.79315 378.71286 497.79315Q379.8535 497.79315 380.50974 498.65253Q381.1816 499.5119 381.1816 501.04315L381.1816 501.15253ZM380.1035 501.02753Q380.1035 499.9494 379.63474 499.34003Q379.1816 498.71503 378.38474 498.71503Q377.40036 498.71503 376.916 499.5744L376.916 502.60565Q377.40036 503.48065 378.40036 503.48065Q379.1816 503.48065 379.63474 502.87128Q380.1035 502.24628 380.1035 501.02753ZM382.541 501.0119Q382.541 500.09003 382.90036 499.34003Q383.27536 498.59003 383.9316 498.1994Q384.58786 497.79315 385.416 497.79315Q386.71286 497.79315 387.50974 498.68378Q388.32224 499.5744 388.32224 501.0744L388.32224 501.15253Q388.32224 502.0744 387.96286 502.80878Q387.6035 503.54315 386.94724 503.96503Q386.291 504.37128 385.4316 504.37128Q384.15036 504.37128 383.33786 503.48065Q382.541 502.5744 382.541 501.09003L382.541 501.0119ZM383.63474 501.15253Q383.63474 502.1994 384.1191 502.84003Q384.6191 503.48065 385.4316 503.48065Q386.25974 503.48065 386.7441 502.84003Q387.2285 502.18378 387.2285 501.0119Q387.2285 499.98065 386.7285 499.34003Q386.2441 498.68378 385.416 498.68378Q384.6191 498.68378 384.1191 499.3244Q383.63474 499.9494 383.63474 501.15253ZM390.8535 497.90253L390.88474 498.6994Q391.6191 497.79315 392.791 497.79315Q394.8066 497.79315 394.82224 500.05878L394.82224 504.24628L393.7285 504.24628L393.7285 500.04315Q393.7285 499.37128 393.416 499.04315Q393.1191 498.71503 392.46286 498.71503Q391.9316 498.71503 391.52536 498.99628Q391.13474 499.27753 390.916 499.73065L390.916 504.24628L389.83786 504.24628L389.83786 497.90253L390.8535 497.90253ZM396.57224 501.02753Q396.57224 499.55878 397.25974 498.68378Q397.94724 497.79315 399.07224 497.79315Q400.1816 497.79315 400.83786 498.54315L400.83786 495.24628L401.916 495.24628L401.916 504.24628L400.916 504.24628L400.8691 503.55878Q400.21286 504.37128 399.0566 504.37128Q397.96286 504.37128 397.25974 503.46503Q396.57224 502.55878 396.57224 501.10565L396.57224 501.02753ZM397.65036 501.15253Q397.65036 502.23065 398.08786 502.84003Q398.541 503.4494 399.32224 503.4494Q400.3535 503.4494 400.83786 502.5119L400.83786 499.60565Q400.3535 498.71503 399.33786 498.71503Q398.541 498.71503 398.08786 499.3244Q397.65036 499.93378 397.65036 501.15253ZM406.46286 504.37128Q405.166 504.37128 404.3535 503.52753Q403.5566 502.66815 403.5566 501.24628L403.5566 501.05878Q403.5566 500.10565 403.916 499.37128Q404.27536 498.62128 404.916 498.21503Q405.57224 497.79315 406.32224 497.79315Q407.5566 497.79315 408.2441 498.60565Q408.9316 499.41815 408.9316 500.93378L408.9316 501.3869L404.63474 501.3869Q404.666 502.3244 405.1816 502.90253Q405.71286 503.48065 406.52536 503.48065Q407.08786 503.48065 407.4785 503.24628Q407.88474 503.0119 408.19724 502.62128L408.8535 503.1369Q408.0566 504.37128 406.46286 504.37128ZM406.32224 498.68378Q405.666 498.68378 405.21286 499.16815Q404.77536 499.6369 404.6816 500.49628L407.8535 500.49628L407.8535 500.41815Q407.8066 499.59003 407.40036 499.1369Q407.00974 498.68378 406.32224 498.68378ZM410.8535 497.90253L410.88474 498.6994Q411.6191 497.79315 412.791 497.79315Q414.8066 497.79315 414.82224 500.05878L414.82224 504.24628L413.7285 504.24628L413.7285 500.04315Q413.7285 499.37128 413.416 499.04315Q413.1191 498.71503 412.46286 498.71503Q411.9316 498.71503 411.52536 498.99628Q411.13474 499.27753 410.916 499.73065L410.916 504.24628L409.83786 504.24628L409.83786 497.90253L410.8535 497.90253ZM418.3066 496.37128L418.3066 497.90253L419.4785 497.90253L419.4785 498.74628L418.3066 498.74628L418.3066 502.66815Q418.3066 503.05878 418.46286 503.24628Q418.6191 503.43378 418.9941 503.43378Q419.1816 503.43378 419.50974 503.37128L419.50974 504.24628Q419.08786 504.37128 418.6816 504.37128Q417.96286 504.37128 417.58786 503.93378Q417.21286 503.48065 417.21286 502.66815L417.21286 498.74628L416.0566 498.74628L416.0566 497.90253L417.21286 497.90253L417.21286 496.37128L418.3066 496.37128ZM424.52536 502.55878Q424.52536 502.12128 424.1816 501.8869Q423.8535 501.6369 423.02536 501.46503Q422.21286 501.29315 421.7285 501.04315Q421.2441 500.79315 421.00974 500.46503Q420.791 500.12128 420.791 499.65253Q420.791 498.87128 421.44724 498.34003Q422.1035 497.79315 423.13474 497.79315Q424.21286 497.79315 424.8691 498.35565Q425.541 498.90253 425.541 499.7619L424.46286 499.7619Q424.46286 499.3244 424.07224 499.0119Q423.69724 498.68378 423.13474 498.68378Q422.541 498.68378 422.19724 498.9494Q421.8691 499.1994 421.8691 499.60565Q421.8691 499.99628 422.1816 500.1994Q422.4941 500.40253 423.3066 500.59003Q424.1191 500.7619 424.6191 501.0119Q425.1191 501.2619 425.3535 501.62128Q425.6035 501.98065 425.6035 502.48065Q425.6035 503.34003 424.916 503.85565Q424.2441 504.37128 423.166 504.37128Q422.40036 504.37128 421.8066 504.10565Q421.2285 503.8244 420.90036 503.34003Q420.57224 502.85565 420.57224 502.29315L421.65036 502.29315Q421.6816 502.84003 422.08786 503.16815Q422.4941 503.48065 423.166 503.48065Q423.77536 503.48065 424.15036 503.23065Q424.52536 502.98065 424.52536 502.55878ZM429.791 500.77753Q429.791 499.46503 430.13474 498.24628Q430.4941 497.02753 431.19724 496.02753Q431.90036 495.02753 432.666 494.62128L432.88474 495.34003Q432.02536 495.99628 431.4785 497.34003Q430.9316 498.68378 430.88474 500.35565L430.8691 500.85565Q430.8691 503.12128 431.69724 504.77753Q432.19724 505.77753 432.88474 506.34003L432.666 506.99628Q431.88474 506.5744 431.166 505.54315Q429.791 503.55878 429.791 500.77753ZM434.8535 497.90253L434.88474 498.6994Q435.6191 497.79315 436.791 497.79315Q438.8066 497.79315 438.82224 500.05878L438.82224 504.24628L437.7285 504.24628L437.7285 500.04315Q437.7285 499.37128 437.416 499.04315Q437.1191 498.71503 436.46286 498.71503Q435.9316 498.71503 435.52536 498.99628Q435.13474 499.27753 434.916 499.73065L434.916 504.24628L433.83786 504.24628L433.83786 497.90253L434.8535 497.90253ZM445.791 499.48065L440.90036 499.48065L440.90036 498.52753L445.791 498.52753L445.791 499.48065ZM445.791 501.90253L440.90036 501.90253L440.90036 500.96503L445.791 500.96503L445.791 501.90253ZM452.90036 497.93378Q452.90036 498.5744 452.5566 499.0744Q452.21286 499.5744 451.65036 499.85565Q452.3066 500.1369 452.69724 500.6994Q453.08786 501.24628 453.08786 501.9494Q453.08786 503.04315 452.33786 503.71503Q451.6035 504.37128 450.38474 504.37128Q449.15036 504.37128 448.40036 503.71503Q447.666 503.04315 447.666 501.9494Q447.666 501.24628 448.041 500.6994Q448.416 500.1369 449.08786 499.85565Q448.52536 499.5744 448.19724 499.0744Q447.8691 498.5744 447.8691 497.93378Q447.8691 496.85565 448.5566 496.23065Q449.2441 495.59003 450.38474 495.59003Q451.50974 495.59003 452.19724 496.23065Q452.90036 496.85565 452.90036 497.93378ZM452.00974 501.91815Q452.00974 501.1994 451.5566 500.7619Q451.1035 500.30878 450.3691 500.30878Q449.63474 500.30878 449.1816 500.7619Q448.7441 501.1994 448.7441 501.93378Q448.7441 502.65253 449.1816 503.0744Q449.6191 503.48065 450.38474 503.48065Q451.13474 503.48065 451.57224 503.05878Q452.00974 502.6369 452.00974 501.91815ZM450.38474 496.48065Q449.7441 496.48065 449.33786 496.8869Q448.94724 497.27753 448.94724 497.96503Q448.94724 498.60565 449.33786 499.0119Q449.7285 499.41815 450.3691 499.41815Q451.02536 499.41815 451.416 499.0119Q451.8066 498.60565 451.8066 497.96503Q451.8066 497.30878 451.40036 496.90253Q450.9941 496.48065 450.38474 496.48065ZM460.3066 504.24628L454.71286 504.24628L454.71286 503.46503L457.666 500.18378Q458.32224 499.43378 458.57224 498.98065Q458.82224 498.5119 458.82224 498.0119Q458.82224 497.34003 458.416 496.91815Q458.02536 496.48065 457.33786 496.48065Q456.541 496.48065 456.08786 496.9494Q455.63474 497.40253 455.63474 498.23065L454.5566 498.23065Q454.5566 497.04315 455.3066 496.3244Q456.07224 495.59003 457.33786 495.59003Q458.541 495.59003 459.2285 496.21503Q459.916 496.84003 459.916 497.8869Q459.916 499.1369 458.3066 500.8869L456.02536 503.35565L460.3066 503.35565L460.3066 504.24628ZM467.07224 500.60565Q467.07224 502.5119 466.416 503.4494Q465.77536 504.37128 464.38474 504.37128Q463.02536 504.37128 462.3691 503.46503Q461.71286 502.55878 461.6816 500.74628L461.6816 499.30878Q461.6816 497.41815 462.32224 496.5119Q462.9785 495.59003 464.3691 495.59003Q465.7441 495.59003 466.40036 496.48065Q467.0566 497.35565 467.07224 499.1994L467.07224 500.60565ZM465.9785 499.12128Q465.9785 497.74628 465.58786 497.12128Q465.21286 496.48065 464.3691 496.48065Q463.541 496.48065 463.15036 497.12128Q462.77536 497.74628 462.77536 499.04315L462.77536 500.77753Q462.77536 502.15253 463.166 502.8244Q463.57224 503.48065 464.38474 503.48065Q465.1816 503.48065 465.57224 502.85565Q465.96286 502.23065 465.9785 500.90253L465.9785 499.12128ZM471.33786 500.84003Q471.33786 502.15253 470.9941 503.35565Q470.65036 504.54315 469.9316 505.55878Q469.2285 506.5744 468.46286 506.99628L468.2285 506.34003Q469.13474 505.65253 469.6816 504.1994Q470.2285 502.73065 470.2441 500.96503L470.2441 500.77753Q470.2441 499.54315 469.9785 498.48065Q469.7285 497.41815 469.25974 496.59003Q468.8066 495.74628 468.2285 495.27753L468.46286 494.62128Q469.2285 495.04315 469.9316 496.04315Q470.63474 497.04315 470.9785 498.2619Q471.33786 499.46503 471.33786 500.84003Z" fill-rule="nonzero"/><path fill="#666666" d="M25.625 107.38252L29.671875 107.38252L29.671875 108.3044L24.484375 108.3044L24.484375 99.77315L25.625 99.77315L25.625 107.38252ZM34.234375 108.3044Q34.140625 108.1169 34.078125 107.63252Q33.328125 108.4294 32.28125 108.4294Q31.34375 108.4294 30.734375 107.89815Q30.140625 107.3669 30.140625 106.53877Q30.140625 105.5544 30.890625 105.00752Q31.640625 104.46065 33.015625 104.46065L34.0625 104.46065L34.0625 103.96065Q34.0625 103.39815 33.71875 103.07002Q33.390625 102.72627 32.71875 102.72627Q32.140625 102.72627 31.75 103.02315Q31.359375 103.3044 31.359375 103.72627L30.265625 103.72627Q30.265625 103.2419 30.59375 102.8044Q30.9375 102.3669 31.515625 102.1169Q32.09375 101.85127 32.78125 101.85127Q33.890625 101.85127 34.5 102.39815Q35.125 102.94502 35.15625 103.89815L35.15625 106.82002Q35.15625 107.69502 35.375 108.21065L35.375 108.3044L34.234375 108.3044ZM32.4375 107.47627Q32.953125 107.47627 33.40625 107.21065Q33.859375 106.94502 34.0625 106.52315L34.0625 105.22627L33.21875 105.22627Q31.21875 105.22627 31.21875 106.39815Q31.21875 106.89815 31.5625 107.19502Q31.90625 107.47627 32.4375 107.47627ZM39.859375 107.53877Q40.4375 107.53877 40.875 107.19502Q41.3125 106.83565 41.359375 106.3044L42.390625 106.3044Q42.359375 106.85127 42.0 107.35127Q41.65625 107.83565 41.078125 108.13252Q40.515625 108.4294 39.859375 108.4294Q38.5625 108.4294 37.796875 107.57002Q37.046875 106.69502 37.046875 105.19502L37.046875 105.00752Q37.046875 104.08565 37.375 103.3669Q37.71875 102.64815 38.34375 102.25752Q38.984375 101.85127 39.859375 101.85127Q40.921875 101.85127 41.625 102.4919Q42.34375 103.1169 42.390625 104.14815L41.359375 104.14815Q41.3125 103.52315 40.890625 103.13252Q40.46875 102.7419 39.859375 102.7419Q39.03125 102.7419 38.578125 103.33565Q38.125 103.9294 38.125 105.0544L38.125 105.25752Q38.125 106.35127 38.578125 106.94502Q39.03125 107.53877 39.859375 107.53877ZM45.09375 105.3669L44.40625 106.07002L44.40625 108.3044L43.328125 108.3044L43.328125 99.3044L44.40625 99.3044L44.40625 104.7419L44.984375 104.0544L46.96875 101.96065L48.28125 101.96065L45.8125 104.6169L48.578125 108.3044L47.296875 108.3044L45.09375 105.3669ZM52.03125 105.07002Q52.03125 104.14815 52.390625 103.39815Q52.765625 102.64815 53.421875 102.25752Q54.078125 101.85127 54.90625 101.85127Q56.203125 101.85127 57.0 102.7419Q57.8125 103.63252 57.8125 105.13252L57.8125 105.21065Q57.8125 106.13252 57.453125 106.8669Q57.09375 107.60127 56.4375 108.02315Q55.78125 108.4294 54.921875 108.4294Q53.640625 108.4294 52.828125 107.53877Q52.03125 106.63252 52.03125 105.14815L52.03125 105.07002ZM53.125 105.21065Q53.125 106.25752 53.609375 106.89815Q54.109375 107.53877 54.921875 107.53877Q55.75 107.53877 56.234375 106.89815Q56.71875 106.2419 56.71875 105.07002Q56.71875 104.03877 56.21875 103.39815Q55.734375 102.7419 54.90625 102.7419Q54.109375 102.7419 53.609375 103.38252Q53.125 104.00752 53.125 105.21065ZM59.859375 108.3044L59.859375 102.8044L58.859375 102.8044L58.859375 101.96065L59.859375 101.96065L59.859375 101.32002Q59.859375 100.28877 60.390625 99.7419Q60.9375 99.1794 61.9375 99.1794Q62.3125 99.1794 62.6875 99.27315L62.625 100.16377Q62.34375 100.10127 62.046875 100.10127Q61.515625 100.10127 61.21875 100.41377Q60.9375 100.72627 60.9375 101.28877L60.9375 101.96065L62.296875 101.96065L62.296875 102.8044L60.9375 102.8044L60.9375 108.3044L59.859375 108.3044ZM68.09375 105.3669L67.40625 106.07002L67.40625 108.3044L66.328125 108.3044L66.328125 99.3044L67.40625 99.3044L67.40625 104.7419L67.984375 104.0544L69.96875 101.96065L71.28125 101.96065L68.8125 104.6169L71.578125 108.3044L70.296875 108.3044L68.09375 105.3669ZM73.34375 101.96065L73.375 102.75752Q74.109375 101.85127 75.28125 101.85127Q77.296875 101.85127 77.3125 104.1169L77.3125 108.3044L76.21875 108.3044L76.21875 104.10127Q76.21875 103.4294 75.90625 103.10127Q75.609375 102.77315 74.953125 102.77315Q74.421875 102.77315 74.015625 103.0544Q73.625 103.33565 73.40625 103.78877L73.40625 108.3044L72.328125 108.3044L72.328125 101.96065L73.34375 101.96065ZM79.03125 105.07002Q79.03125 104.14815 79.390625 103.39815Q79.765625 102.64815 80.421875 102.25752Q81.078125 101.85127 81.90625 101.85127Q83.203125 101.85127 84.0 102.7419Q84.8125 103.63252 84.8125 105.13252L84.8125 105.21065Q84.8125 106.13252 84.453125 106.8669Q84.09375 107.60127 83.4375 108.02315Q82.78125 108.4294 81.921875 108.4294Q80.640625 108.4294 79.828125 107.53877Q79.03125 106.63252 79.03125 105.14815L79.03125 105.07002ZM80.125 105.21065Q80.125 106.25752 80.609375 106.89815Q81.109375 107.53877 81.921875 107.53877Q82.75 107.53877 83.234375 106.89815Q83.71875 106.2419 83.71875 105.07002Q83.71875 104.03877 83.21875 103.39815Q82.734375 102.7419 81.90625 102.7419Q81.109375 102.7419 80.609375 103.38252Q80.125 104.00752 80.125 105.21065ZM91.9375 106.8044L93.15625 101.96065L94.234375 101.96065L92.390625 108.3044L91.515625 108.3044L89.96875 103.4919L88.46875 108.3044L87.59375 108.3044L85.75 101.96065L86.828125 101.96065L88.078125 106.71065L89.5625 101.96065L90.421875 101.96065L91.9375 106.8044ZM96.5 108.3044L95.421875 108.3044L95.421875 99.3044L96.5 99.3044L96.5 108.3044ZM100.953125 108.4294Q99.65625 108.4294 98.84375 107.58565Q98.046875 106.72627 98.046875 105.3044L98.046875 105.1169Q98.046875 104.16377 98.40625 103.4294Q98.765625 102.6794 99.40625 102.27315Q100.0625 101.85127 100.8125 101.85127Q102.046875 101.85127 102.734375 102.66377Q103.421875 103.47627 103.421875 104.9919L103.421875 105.44502L99.125 105.44502Q99.15625 106.38252 99.671875 106.96065Q100.203125 107.53877 101.015625 107.53877Q101.578125 107.53877 101.96875 107.3044Q102.375 107.07002 102.6875 106.6794L103.34375 107.19502Q102.546875 108.4294 100.953125 108.4294ZM100.8125 102.7419Q100.15625 102.7419 99.703125 103.22627Q99.265625 103.69502 99.171875 104.5544L102.34375 104.5544L102.34375 104.47627Q102.296875 103.64815 101.890625 103.19502Q101.5 102.7419 100.8125 102.7419ZM104.0625 105.08565Q104.0625 103.6169 104.75 102.7419Q105.4375 101.85127 106.5625 101.85127Q107.671875 101.85127 108.328125 102.60127L108.328125 99.3044L109.40625 99.3044L109.40625 108.3044L108.40625 108.3044L108.359375 107.6169Q107.703125 108.4294 106.546875 108.4294Q105.453125 108.4294 104.75 107.52315Q104.0625 106.6169 104.0625 105.16377L104.0625 105.08565ZM105.140625 105.21065Q105.140625 106.28877 105.578125 106.89815Q106.03125 107.50752 106.8125 107.50752Q107.84375 107.50752 108.328125 106.57002L108.328125 103.66377Q107.84375 102.77315 106.828125 102.77315Q106.03125 102.77315 105.578125 103.38252Q105.140625 103.9919 105.140625 105.21065ZM111.0625 105.08565Q111.0625 103.60127 111.75 102.72627Q112.4375 101.85127 113.5625 101.85127Q114.71875 101.85127 115.375 102.66377L115.421875 101.96065L116.421875 101.96065L116.421875 108.14815Q116.421875 109.38252 115.6875 110.08565Q114.953125 110.8044 113.734375 110.8044Q113.046875 110.8044 112.390625 110.50752Q111.734375 110.21065 111.390625 109.71065L111.953125 109.0544Q112.640625 109.91377 113.65625 109.91377Q114.4375 109.91377 114.875 109.46065Q115.328125 109.02315 115.328125 108.21065L115.328125 107.66377Q114.671875 108.4294 113.546875 108.4294Q112.4375 108.4294 111.75 107.53877Q111.0625 106.63252 111.0625 105.08565ZM112.15625 105.21065Q112.15625 106.27315 112.59375 106.89815Q113.03125 107.50752 113.828125 107.50752Q114.84375 107.50752 115.328125 106.57002L115.328125 103.6794Q114.828125 102.77315 113.828125 102.77315Q113.046875 102.77315 112.59375 103.38252Q112.15625 103.9919 112.15625 105.21065ZM120.953125 108.4294Q119.65625 108.4294 118.84375 107.58565Q118.046875 106.72627 118.046875 105.3044L118.046875 105.1169Q118.046875 104.16377 118.40625 103.4294Q118.765625 102.6794 119.40625 102.27315Q120.0625 101.85127 120.8125 101.85127Q122.046875 101.85127 122.734375 102.66377Q123.421875 103.47627 123.421875 104.9919L123.421875 105.44502L119.125 105.44502Q119.15625 106.38252 119.671875 106.96065Q120.203125 107.53877 121.015625 107.53877Q121.578125 107.53877 121.96875 107.3044Q122.375 107.07002 122.6875 106.6794L123.34375 107.19502Q122.546875 108.4294 120.953125 108.4294ZM120.8125 102.7419Q120.15625 102.7419 119.703125 103.22627Q119.265625 103.69502 119.171875 104.5544L122.34375 104.5544L122.34375 104.47627Q122.296875 103.64815 121.890625 103.19502Q121.5 102.7419 120.8125 102.7419ZM124.28125 110.00752L123.671875 109.58565Q124.21875 108.82002 124.25 107.9919L124.25 107.02315L125.3125 107.02315L125.3125 107.8669Q125.3125 108.46065 125.015625 109.0544Q124.71875 109.64815 124.28125 110.00752ZM131.95312 108.4294Q130.65625 108.4294 129.84375 107.58565Q129.04688 106.72627 129.04688 105.3044L129.04688 105.1169Q129.04688 104.16377 129.40625 103.4294Q129.76562 102.6794 130.40625 102.27315Q131.0625 101.85127 131.8125 101.85127Q133.04688 101.85127 133.73438 102.66377Q134.42188 103.47627 134.42188 104.9919L134.42188 105.44502L130.125 105.44502Q130.15625 106.38252 130.67188 106.96065Q131.20312 107.53877 132.01562 107.53877Q132.57812 107.53877 132.96875 107.3044Q133.375 107.07002 133.6875 106.6794L134.34375 107.19502Q133.54688 108.4294 131.95312 108.4294ZM131.8125 102.7419Q131.15625 102.7419 130.70312 103.22627Q130.26562 103.69502 130.17188 104.5544L133.34375 104.5544L133.34375 104.47627Q133.29688 103.64815 132.89062 103.19502Q132.5 102.7419 131.8125 102.7419ZM137.45312 104.27315L138.85938 101.96065L140.125 101.96065L138.04688 105.10127L140.1875 108.3044L138.9375 108.3044L137.46875 105.9294L136.0 108.3044L134.73438 108.3044L136.875 105.10127L134.8125 101.96065L136.0625 101.96065L137.45312 104.27315ZM146.67188 105.21065Q146.67188 106.64815 146.01562 107.53877Q145.35938 108.4294 144.21875 108.4294Q143.0625 108.4294 142.40625 107.69502L142.40625 110.7419L141.32812 110.7419L141.32812 101.96065L142.3125 101.96065L142.35938 102.66377Q143.03125 101.85127 144.20312 101.85127Q145.34375 101.85127 146.0 102.71065Q146.67188 103.57002 146.67188 105.10127L146.67188 105.21065ZM145.59375 105.08565Q145.59375 104.00752 145.125 103.39815Q144.67188 102.77315 143.875 102.77315Q142.89062 102.77315 142.40625 103.63252L142.40625 106.66377Q142.89062 107.53877 143.89062 107.53877Q144.67188 107.53877 145.125 106.9294Q145.59375 106.3044 145.59375 105.08565ZM150.95312 108.4294Q149.65625 108.4294 148.84375 107.58565Q148.04688 106.72627 148.04688 105.3044L148.04688 105.1169Q148.04688 104.16377 148.40625 103.4294Q148.76562 102.6794 149.40625 102.27315Q150.0625 101.85127 150.8125 101.85127Q152.04688 101.85127 152.73438 102.66377Q153.42188 103.47627 153.42188 104.9919L153.42188 105.44502L149.125 105.44502Q149.15625 106.38252 149.67188 106.96065Q150.20312 107.53877 151.01562 107.53877Q151.57812 107.53877 151.96875 107.3044Q152.375 107.07002 152.6875 106.6794L153.34375 107.19502Q152.54688 108.4294 150.95312 108.4294ZM150.8125 102.7419Q150.15625 102.7419 149.70312 103.22627Q149.26562 103.69502 149.17188 104.5544L152.34375 104.5544L152.34375 104.47627Q152.29688 103.64815 151.89062 103.19502Q151.5 102.7419 150.8125 102.7419ZM157.39062 102.9294Q157.14062 102.89815 156.85938 102.89815Q155.78125 102.89815 155.40625 103.8044L155.40625 108.3044L154.32812 108.3044L154.32812 101.96065L155.375 101.96065L155.39062 102.69502Q155.92188 101.85127 156.90625 101.85127Q157.21875 101.85127 157.39062 101.9294L157.39062 102.9294ZM159.5 108.3044L158.42188 108.3044L158.42188 101.96065L159.5 101.96065L159.5 108.3044ZM158.32812 100.28877Q158.32812 100.02315 158.48438 99.83565Q158.65625 99.64815 158.96875 99.64815Q159.28125 99.64815 159.4375 99.83565Q159.60938 100.02315 159.60938 100.28877Q159.60938 100.53877 159.4375 100.72627Q159.28125 100.89815 158.96875 100.89815Q158.65625 100.89815 158.48438 100.72627Q158.32812 100.53877 158.32812 100.28877ZM163.95312 108.4294Q162.65625 108.4294 161.84375 107.58565Q161.04688 106.72627 161.04688 105.3044L161.04688 105.1169Q161.04688 104.16377 161.40625 103.4294Q161.76562 102.6794 162.40625 102.27315Q163.0625 101.85127 163.8125 101.85127Q165.04688 101.85127 165.73438 102.66377Q166.42188 103.47627 166.42188 104.9919L166.42188 105.44502L162.125 105.44502Q162.15625 106.38252 162.67188 106.96065Q163.20312 107.53877 164.01562 107.53877Q164.57812 107.53877 164.96875 107.3044Q165.375 107.07002 165.6875 106.6794L166.34375 107.19502Q165.54688 108.4294 163.95312 108.4294ZM163.8125 102.7419Q163.15625 102.7419 162.70312 103.22627Q162.26562 103.69502 162.17188 104.5544L165.34375 104.5544L165.34375 104.47627Q165.29688 103.64815 164.89062 103.19502Q164.5 102.7419 163.8125 102.7419ZM168.34375 101.96065L168.375 102.75752Q169.10938 101.85127 170.28125 101.85127Q172.29688 101.85127 172.3125 104.1169L172.3125 108.3044L171.21875 108.3044L171.21875 104.10127Q171.21875 103.4294 170.90625 103.10127Q170.60938 102.77315 169.95312 102.77315Q169.42188 102.77315 169.01562 103.0544Q168.625 103.33565 168.40625 103.78877L168.40625 108.3044L167.32812 108.3044L167.32812 101.96065L168.34375 101.96065ZM176.85938 107.53877Q177.4375 107.53877 177.875 107.19502Q178.3125 106.83565 178.35938 106.3044L179.39062 106.3044Q179.35938 106.85127 179.0 107.35127Q178.65625 107.83565 178.07812 108.13252Q177.51562 108.4294 176.85938 108.4294Q175.5625 108.4294 174.79688 107.57002Q174.04688 106.69502 174.04688 105.19502L174.04688 105.00752Q174.04688 104.08565 174.375 103.3669Q174.71875 102.64815 175.34375 102.25752Q175.98438 101.85127 176.85938 101.85127Q177.92188 101.85127 178.625 102.4919Q179.34375 103.1169 179.39062 104.14815L178.35938 104.14815Q178.3125 103.52315 177.89062 103.13252Q177.46875 102.7419 176.85938 102.7419Q176.03125 102.7419 175.57812 103.33565Q175.125 103.9294 175.125 105.0544L175.125 105.25752Q175.125 106.35127 175.57812 106.94502Q176.03125 107.53877 176.85938 107.53877ZM182.95312 108.4294Q181.65625 108.4294 180.84375 107.58565Q180.04688 106.72627 180.04688 105.3044L180.04688 105.1169Q180.04688 104.16377 180.40625 103.4294Q180.76562 102.6794 181.40625 102.27315Q182.0625 101.85127 182.8125 101.85127Q184.04688 101.85127 184.73438 102.66377Q185.42188 103.47627 185.42188 104.9919L185.42188 105.44502L181.125 105.44502Q181.15625 106.38252 181.67188 106.96065Q182.20312 107.53877 183.01562 107.53877Q183.57812 107.53877 183.96875 107.3044Q184.375 107.07002 184.6875 106.6794L185.34375 107.19502Q184.54688 108.4294 182.95312 108.4294ZM182.8125 102.7419Q182.15625 102.7419 181.70312 103.22627Q181.26562 103.69502 181.17188 104.5544L184.34375 104.5544L184.34375 104.47627Q184.29688 103.64815 183.89062 103.19502Q183.5 102.7419 182.8125 102.7419ZM186.28125 110.00752L185.67188 109.58565Q186.21875 108.82002 186.25 107.9919L186.25 107.02315L187.3125 107.02315L187.3125 107.8669Q187.3125 108.46065 187.01562 109.0544Q186.71875 109.64815 186.28125 110.00752ZM191.03125 105.07002Q191.03125 104.14815 191.39062 103.39815Q191.76562 102.64815 192.42188 102.25752Q193.07812 101.85127 193.90625 101.85127Q195.20312 101.85127 196.0 102.7419Q196.8125 103.63252 196.8125 105.13252L196.8125 105.21065Q196.8125 106.13252 196.45312 106.8669Q196.09375 107.60127 195.4375 108.02315Q194.78125 108.4294 193.92188 108.4294Q192.64062 108.4294 191.82812 107.53877Q191.03125 106.63252 191.03125 105.14815L191.03125 105.07002ZM192.125 105.21065Q192.125 106.25752 192.60938 106.89815Q193.10938 107.53877 193.92188 107.53877Q194.75 107.53877 195.23438 106.89815Q195.71875 106.2419 195.71875 105.07002Q195.71875 104.03877 195.21875 103.39815Q194.73438 102.7419 193.90625 102.7419Q193.10938 102.7419 192.60938 103.38252Q192.125 104.00752 192.125 105.21065ZM201.39062 102.9294Q201.14062 102.89815 200.85938 102.89815Q199.78125 102.89815 199.40625 103.8044L199.40625 108.3044L198.32812 108.3044L198.32812 101.96065L199.375 101.96065L199.39062 102.69502Q199.92188 101.85127 200.90625 101.85127Q201.21875 101.85127 201.39062 101.9294L201.39062 102.9294ZM210.6875 105.21065Q210.6875 106.66377 210.01562 107.5544Q209.35938 108.4294 208.23438 108.4294Q207.03125 108.4294 206.375 107.57002L206.3125 108.3044L205.32812 108.3044L205.32812 99.3044L206.40625 99.3044L206.40625 102.66377Q207.0625 101.85127 208.21875 101.85127Q209.375 101.85127 210.03125 102.72627Q210.6875 103.58565 210.6875 105.1169L210.6875 105.21065ZM209.60938 105.08565Q209.60938 103.97627 209.17188 103.38252Q208.75 102.77315 207.95312 102.77315Q206.875 102.77315 206.40625 103.75752L206.40625 106.50752Q206.90625 107.50752 207.95312 107.50752Q208.73438 107.50752 209.17188 106.89815Q209.60938 106.28877 209.60938 105.08565ZM214.95312 108.4294Q213.65625 108.4294 212.84375 107.58565Q212.04688 106.72627 212.04688 105.3044L212.04688 105.1169Q212.04688 104.16377 212.40625 103.4294Q212.76562 102.6794 213.40625 102.27315Q214.0625 101.85127 214.8125 101.85127Q216.04688 101.85127 216.73438 102.66377Q217.42188 103.47627 217.42188 104.9919L217.42188 105.44502L213.125 105.44502Q213.15625 106.38252 213.67188 106.96065Q214.20312 107.53877 215.01562 107.53877Q215.57812 107.53877 215.96875 107.3044Q216.375 107.07002 216.6875 106.6794L217.34375 107.19502Q216.54688 108.4294 214.95312 108.4294ZM214.8125 102.7419Q214.15625 102.7419 213.70312 103.22627Q213.26562 103.69502 213.17188 104.5544L216.34375 104.5544L216.34375 104.47627Q216.29688 103.64815 215.89062 103.19502Q215.5 102.7419 214.8125 102.7419ZM222.01562 106.6169Q222.01562 106.1794 221.67188 105.94502Q221.34375 105.69502 220.51562 105.52315Q219.70312 105.35127 219.21875 105.10127Q218.73438 104.85127 218.5 104.52315Q218.28125 104.1794 218.28125 103.71065Q218.28125 102.9294 218.9375 102.39815Q219.59375 101.85127 220.625 101.85127Q221.70312 101.85127 222.35938 102.41377Q223.03125 102.96065 223.03125 103.82002L221.95312 103.82002Q221.95312 103.38252 221.5625 103.07002Q221.1875 102.7419 220.625 102.7419Q220.03125 102.7419 219.6875 103.00752Q219.35938 103.25752 219.35938 103.66377Q219.35938 104.0544 219.67188 104.25752Q219.98438 104.46065 220.79688 104.64815Q221.60938 104.82002 222.10938 105.07002Q222.60938 105.32002 222.84375 105.6794Q223.09375 106.03877 223.09375 106.53877Q223.09375 107.39815 222.40625 107.91377Q221.73438 108.4294 220.65625 108.4294Q219.89062 108.4294 219.29688 108.16377Q218.71875 107.88252 218.39062 107.39815Q218.0625 106.91377 218.0625 106.35127L219.14062 106.35127Q219.17188 106.89815 219.57812 107.22627Q219.98438 107.53877 220.65625 107.53877Q221.26562 107.53877 221.64062 107.28877Q222.01562 107.03877 222.01562 106.6169ZM225.79688 100.4294L225.79688 101.96065L226.96875 101.96065L226.96875 102.8044L225.79688 102.8044L225.79688 106.72627Q225.79688 107.1169 225.95312 107.3044Q226.10938 107.4919 226.48438 107.4919Q226.67188 107.4919 227.0 107.4294L227.0 108.3044Q226.57812 108.4294 226.17188 108.4294Q225.45312 108.4294 225.07812 107.9919Q224.70312 107.53877 224.70312 106.72627L224.70312 102.8044L223.54688 102.8044L223.54688 101.96065L224.70312 101.96065L224.70312 100.4294L225.79688 100.4294Z" fill-rule="nonzero"/><path fill="#666666" d="M184.67188 120.21065Q184.67188 121.64815 184.01562 122.53877Q183.35938 123.4294 182.21875 123.4294Q181.0625 123.4294 180.40625 122.69502L180.40625 125.7419L179.32812 125.7419L179.32812 116.96065L180.3125 116.96065L180.35938 117.66377Q181.03125 116.85127 182.20312 116.85127Q183.34375 116.85127 184.0 117.71065Q184.67188 118.57002 184.67188 120.10127L184.67188 120.21065ZM183.59375 120.08565Q183.59375 119.00752 183.125 118.39815Q182.67188 117.77315 181.875 117.77315Q180.89062 117.77315 180.40625 118.63252L180.40625 121.66377Q180.89062 122.53877 181.89062 122.53877Q182.67188 122.53877 183.125 121.9294Q183.59375 121.3044 183.59375 120.08565ZM189.39062 117.9294Q189.14062 117.89815 188.85938 117.89815Q187.78125 117.89815 187.40625 118.8044L187.40625 123.3044L186.32812 123.3044L186.32812 116.96065L187.375 116.96065L187.39062 117.69502Q187.92188 116.85127 188.90625 116.85127Q189.21875 116.85127 189.39062 116.9294L189.39062 117.9294ZM194.23438 123.3044Q194.14062 123.1169 194.07812 122.63252Q193.32812 123.4294 192.28125 123.4294Q191.34375 123.4294 190.73438 122.89815Q190.14062 122.3669 190.14062 121.53877Q190.14062 120.5544 190.89062 120.00752Q191.64062 119.46065 193.01562 119.46065L194.0625 119.46065L194.0625 118.96065Q194.0625 118.39815 193.71875 118.07002Q193.39062 117.72627 192.71875 117.72627Q192.14062 117.72627 191.75 118.02315Q191.35938 118.3044 191.35938 118.72627L190.26562 118.72627Q190.26562 118.2419 190.59375 117.8044Q190.9375 117.3669 191.51562 117.1169Q192.09375 116.85127 192.78125 116.85127Q193.89062 116.85127 194.5 117.39815Q195.125 117.94502 195.15625 118.89815L195.15625 121.82002Q195.15625 122.69502 195.375 123.21065L195.375 123.3044L194.23438 123.3044ZM192.4375 122.47627Q192.95312 122.47627 193.40625 122.21065Q193.85938 121.94502 194.0625 121.52315L194.0625 120.22627L193.21875 120.22627Q191.21875 120.22627 191.21875 121.39815Q191.21875 121.89815 191.5625 122.19502Q191.90625 122.47627 192.4375 122.47627ZM199.85938 122.53877Q200.4375 122.53877 200.875 122.19502Q201.3125 121.83565 201.35938 121.3044L202.39062 121.3044Q202.35938 121.85127 202.0 122.35127Q201.65625 122.83565 201.07812 123.13252Q200.51562 123.4294 199.85938 123.4294Q198.5625 123.4294 197.79688 122.57002Q197.04688 121.69502 197.04688 120.19502L197.04688 120.00752Q197.04688 119.08565 197.375 118.3669Q197.71875 117.64815 198.34375 117.25752Q198.98438 116.85127 199.85938 116.85127Q200.92188 116.85127 201.625 117.4919Q202.34375 118.1169 202.39062 119.14815L201.35938 119.14815Q201.3125 118.52315 200.89062 118.13252Q200.46875 117.7419 199.85938 117.7419Q199.03125 117.7419 198.57812 118.33565Q198.125 118.9294 198.125 120.0544L198.125 120.25752Q198.125 121.35127 198.57812 121.94502Q199.03125 122.53877 199.85938 122.53877ZM204.79688 115.4294L204.79688 116.96065L205.96875 116.96065L205.96875 117.8044L204.79688 117.8044L204.79688 121.72627Q204.79688 122.1169 204.95312 122.3044Q205.10938 122.4919 205.48438 122.4919Q205.67188 122.4919 206.0 122.4294L206.0 123.3044Q205.57812 123.4294 205.17188 123.4294Q204.45312 123.4294 204.07812 122.9919Q203.70312 122.53877 203.70312 121.72627L203.70312 117.8044L202.54688 117.8044L202.54688 116.96065L203.70312 116.96065L203.70312 115.4294L204.79688 115.4294ZM208.5 123.3044L207.42188 123.3044L207.42188 116.96065L208.5 116.96065L208.5 123.3044ZM207.32812 115.28877Q207.32812 115.02315 207.48438 114.83565Q207.65625 114.64815 207.96875 114.64815Q208.28125 114.64815 208.4375 114.83565Q208.60938 115.02315 208.60938 115.28877Q208.60938 115.53877 208.4375 115.72627Q208.28125 115.89815 207.96875 115.89815Q207.65625 115.89815 207.48438 115.72627Q207.32812 115.53877 207.32812 115.28877ZM212.85938 122.53877Q213.4375 122.53877 213.875 122.19502Q214.3125 121.83565 214.35938 121.3044L215.39062 121.3044Q215.35938 121.85127 215.0 122.35127Q214.65625 122.83565 214.07812 123.13252Q213.51562 123.4294 212.85938 123.4294Q211.5625 123.4294 210.79688 122.57002Q210.04688 121.69502 210.04688 120.19502L210.04688 120.00752Q210.04688 119.08565 210.375 118.3669Q210.71875 117.64815 211.34375 117.25752Q211.98438 116.85127 212.85938 116.85127Q213.92188 116.85127 214.625 117.4919Q215.34375 118.1169 215.39062 119.14815L214.35938 119.14815Q214.3125 118.52315 213.89062 118.13252Q213.46875 117.7419 212.85938 117.7419Q212.03125 117.7419 211.57812 118.33565Q211.125 118.9294 211.125 120.0544L211.125 120.25752Q211.125 121.35127 211.57812 121.94502Q212.03125 122.53877 212.85938 122.53877ZM218.95312 123.4294Q217.65625 123.4294 216.84375 122.58565Q216.04688 121.72627 216.04688 120.3044L216.04688 120.1169Q216.04688 119.16377 216.40625 118.4294Q216.76562 117.6794 217.40625 117.27315Q218.0625 116.85127 218.8125 116.85127Q220.04688 116.85127 220.73438 117.66377Q221.42188 118.47627 221.42188 119.9919L221.42188 120.44502L217.125 120.44502Q217.15625 121.38252 217.67188 121.96065Q218.20312 122.53877 219.01562 122.53877Q219.57812 122.53877 219.96875 122.3044Q220.375 122.07002 220.6875 121.6794L221.34375 122.19502Q220.54688 123.4294 218.95312 123.4294ZM218.8125 117.7419Q218.15625 117.7419 217.70312 118.22627Q217.26562 118.69502 217.17188 119.5544L220.34375 119.5544L220.34375 119.47627Q220.29688 118.64815 219.89062 118.19502Q219.5 117.7419 218.8125 117.7419ZM226.01562 121.6169Q226.01562 121.1794 225.67188 120.94502Q225.34375 120.69502 224.51562 120.52315Q223.70312 120.35127 223.21875 120.10127Q222.73438 119.85127 222.5 119.52315Q222.28125 119.1794 222.28125 118.71065Q222.28125 117.9294 222.9375 117.39815Q223.59375 116.85127 224.625 116.85127Q225.70312 116.85127 226.35938 117.41377Q227.03125 117.96065 227.03125 118.82002L225.95312 118.82002Q225.95312 118.38252 225.5625 118.07002Q225.1875 117.7419 224.625 117.7419Q224.03125 117.7419 223.6875 118.00752Q223.35938 118.25752 223.35938 118.66377Q223.35938 119.0544 223.67188 119.25752Q223.98438 119.46065 224.79688 119.64815Q225.60938 119.82002 226.10938 120.07002Q226.60938 120.32002 226.84375 120.6794Q227.09375 121.03877 227.09375 121.53877Q227.09375 122.39815 226.40625 122.91377Q225.73438 123.4294 224.65625 123.4294Q223.89062 123.4294 223.29688 123.16377Q222.71875 122.88252 222.39062 122.39815Q222.0625 121.91377 222.0625 121.35127L223.14062 121.35127Q223.17188 121.89815 223.57812 122.22627Q223.98438 122.53877 224.65625 122.53877Q225.26562 122.53877 225.64062 122.28877Q226.01562 122.03877 226.01562 121.6169Z" fill-rule="nonzero"/><path fill="#666666" d="M79.390625 139.97647L76.640625 139.97647L76.640625 147.58585L75.53125 147.58585L75.53125 139.97647L72.78125 139.97647L72.78125 139.0546L79.390625 139.0546L79.390625 139.97647ZM80.03125 144.35147Q80.03125 143.4296 80.390625 142.6796Q80.765625 141.9296 81.421875 141.53897Q82.078125 141.13272 82.90625 141.13272Q84.203125 141.13272 85.0 142.02335Q85.8125 142.91397 85.8125 144.41397L85.8125 144.4921Q85.8125 145.41397 85.453125 146.14835Q85.09375 146.88272 84.4375 147.3046Q83.78125 147.71085 82.921875 147.71085Q81.640625 147.71085 80.828125 146.82022Q80.03125 145.91397 80.03125 144.4296L80.03125 144.35147ZM81.125 144.4921Q81.125 145.53897 81.609375 146.1796Q82.109375 146.82022 82.921875 146.82022Q83.75 146.82022 84.234375 146.1796Q84.71875 145.52335 84.71875 144.35147Q84.71875 143.32022 84.21875 142.6796Q83.734375 142.02335 82.90625 142.02335Q82.109375 142.02335 81.609375 142.66397Q81.125 143.28897 81.125 144.4921ZM87.03125 144.35147Q87.03125 143.4296 87.390625 142.6796Q87.765625 141.9296 88.421875 141.53897Q89.078125 141.13272 89.90625 141.13272Q91.203125 141.13272 92.0 142.02335Q92.8125 142.91397 92.8125 144.41397L92.8125 144.4921Q92.8125 145.41397 92.453125 146.14835Q92.09375 146.88272 91.4375 147.3046Q90.78125 147.71085 89.921875 147.71085Q88.640625 147.71085 87.828125 146.82022Q87.03125 145.91397 87.03125 144.4296L87.03125 144.35147ZM88.125 144.4921Q88.125 145.53897 88.609375 146.1796Q89.109375 146.82022 89.921875 146.82022Q90.75 146.82022 91.234375 146.1796Q91.71875 145.52335 91.71875 144.35147Q91.71875 143.32022 91.21875 142.6796Q90.734375 142.02335 89.90625 142.02335Q89.109375 142.02335 88.609375 142.66397Q88.125 143.28897 88.125 144.4921ZM95.5 147.58585L94.421875 147.58585L94.421875 138.58585L95.5 138.58585L95.5 147.58585ZM98.5 147.58585L97.421875 147.58585L97.421875 141.2421L98.5 141.2421L98.5 147.58585ZM97.328125 139.57022Q97.328125 139.3046 97.484375 139.1171Q97.65625 138.9296 97.96875 138.9296Q98.28125 138.9296 98.4375 139.1171Q98.609375 139.3046 98.609375 139.57022Q98.609375 139.82022 98.4375 140.00772Q98.28125 140.1796 97.96875 140.1796Q97.65625 140.1796 97.484375 140.00772Q97.328125 139.82022 97.328125 139.57022ZM101.34375 141.2421L101.375 142.03897Q102.109375 141.13272 103.28125 141.13272Q105.296875 141.13272 105.3125 143.39835L105.3125 147.58585L104.21875 147.58585L104.21875 143.38272Q104.21875 142.71085 103.90625 142.38272Q103.609375 142.0546 102.953125 142.0546Q102.421875 142.0546 102.015625 142.33585Q101.625 142.6171 101.40625 143.07022L101.40625 147.58585L100.328125 147.58585L100.328125 141.2421L101.34375 141.2421ZM107.0625 144.3671Q107.0625 142.88272 107.75 142.00772Q108.4375 141.13272 109.5625 141.13272Q110.71875 141.13272 111.375 141.94522L111.421875 141.2421L112.421875 141.2421L112.421875 147.4296Q112.421875 148.66397 111.6875 149.3671Q110.953125 150.08585 109.734375 150.08585Q109.046875 150.08585 108.390625 149.78897Q107.734375 149.4921 107.390625 148.9921L107.953125 148.33585Q108.640625 149.19522 109.65625 149.19522Q110.4375 149.19522 110.875 148.7421Q111.328125 148.3046 111.328125 147.4921L111.328125 146.94522Q110.671875 147.71085 109.546875 147.71085Q108.4375 147.71085 107.75 146.82022Q107.0625 145.91397 107.0625 144.3671ZM108.15625 144.4921Q108.15625 145.5546 108.59375 146.1796Q109.03125 146.78897 109.828125 146.78897Q110.84375 146.78897 111.328125 145.85147L111.328125 142.96085Q110.828125 142.0546 109.828125 142.0546Q109.046875 142.0546 108.59375 142.66397Q108.15625 143.27335 108.15625 144.4921ZM118.5 147.58585L117.421875 147.58585L117.421875 141.2421L118.5 141.2421L118.5 147.58585ZM117.328125 139.57022Q117.328125 139.3046 117.484375 139.1171Q117.65625 138.9296 117.96875 138.9296Q118.28125 138.9296 118.4375 139.1171Q118.609375 139.3046 118.609375 139.57022Q118.609375 139.82022 118.4375 140.00772Q118.28125 140.1796 117.96875 140.1796Q117.65625 140.1796 117.484375 140.00772Q117.328125 139.82022 117.328125 139.57022ZM124.015625 145.89835Q124.015625 145.46085 123.671875 145.22647Q123.34375 144.97647 122.515625 144.8046Q121.703125 144.63272 121.21875 144.38272Q120.734375 144.13272 120.5 143.8046Q120.28125 143.46085 120.28125 142.9921Q120.28125 142.21085 120.9375 141.6796Q121.59375 141.13272 122.625 141.13272Q123.703125 141.13272 124.359375 141.69522Q125.03125 142.2421 125.03125 143.10147L123.953125 143.10147Q123.953125 142.66397 123.5625 142.35147Q123.1875 142.02335 122.625 142.02335Q122.03125 142.02335 121.6875 142.28897Q121.359375 142.53897 121.359375 142.94522Q121.359375 143.33585 121.671875 143.53897Q121.984375 143.7421 122.796875 143.9296Q123.609375 144.10147 124.109375 144.35147Q124.609375 144.60147 124.84375 144.96085Q125.09375 145.32022 125.09375 145.82022Q125.09375 146.6796 124.40625 147.19522Q123.734375 147.71085 122.65625 147.71085Q121.890625 147.71085 121.296875 147.44522Q120.71875 147.16397 120.390625 146.6796Q120.0625 146.19522 120.0625 145.63272L121.140625 145.63272Q121.171875 146.1796 121.578125 146.50772Q121.984375 146.82022 122.65625 146.82022Q123.265625 146.82022 123.640625 146.57022Q124.015625 146.32022 124.015625 145.89835ZM130.40625 142.00772Q131.125 141.13272 132.28125 141.13272Q134.29688 141.13272 134.3125 143.39835L134.3125 147.58585L133.21875 147.58585L133.21875 143.38272Q133.21875 142.71085 132.90625 142.38272Q132.60938 142.0546 131.95312 142.0546Q131.42188 142.0546 131.01562 142.33585Q130.625 142.6171 130.40625 143.07022L130.40625 147.58585L129.32812 147.58585L129.32812 138.58585L130.40625 138.58585L130.40625 142.00772ZM140.23438 147.58585Q140.14062 147.39835 140.07812 146.91397Q139.32812 147.71085 138.28125 147.71085Q137.34375 147.71085 136.73438 147.1796Q136.14062 146.64835 136.14062 145.82022Q136.14062 144.83585 136.89062 144.28897Q137.64062 143.7421 139.01562 143.7421L140.0625 143.7421L140.0625 143.2421Q140.0625 142.6796 139.71875 142.35147Q139.39062 142.00772 138.71875 142.00772Q138.14062 142.00772 137.75 142.3046Q137.35938 142.58585 137.35938 143.00772L136.26562 143.00772Q136.26562 142.52335 136.59375 142.08585Q136.9375 141.64835 137.51562 141.39835Q138.09375 141.13272 138.78125 141.13272Q139.89062 141.13272 140.5 141.6796Q141.125 142.22647 141.15625 143.1796L141.15625 146.10147Q141.15625 146.97647 141.375 147.4921L141.375 147.58585L140.23438 147.58585ZM138.4375 146.75772Q138.95312 146.75772 139.40625 146.4921Q139.85938 146.22647 140.0625 145.8046L140.0625 144.50772L139.21875 144.50772Q137.21875 144.50772 137.21875 145.6796Q137.21875 146.1796 137.5625 146.47647Q137.90625 146.75772 138.4375 146.75772ZM146.39062 142.21085Q146.14062 142.1796 145.85938 142.1796Q144.78125 142.1796 144.40625 143.08585L144.40625 147.58585L143.32812 147.58585L143.32812 141.2421L144.375 141.2421L144.39062 141.97647Q144.92188 141.13272 145.90625 141.13272Q146.21875 141.13272 146.39062 141.21085L146.39062 142.21085ZM147.0625 144.3671Q147.0625 142.89835 147.75 142.02335Q148.4375 141.13272 149.5625 141.13272Q150.67188 141.13272 151.32812 141.88272L151.32812 138.58585L152.40625 138.58585L152.40625 147.58585L151.40625 147.58585L151.35938 146.89835Q150.70312 147.71085 149.54688 147.71085Q148.45312 147.71085 147.75 146.8046Q147.0625 145.89835 147.0625 144.44522L147.0625 144.3671ZM148.14062 144.4921Q148.14062 145.57022 148.57812 146.1796Q149.03125 146.78897 149.8125 146.78897Q150.84375 146.78897 151.32812 145.85147L151.32812 142.94522Q150.84375 142.0546 149.82812 142.0546Q149.03125 142.0546 148.57812 142.66397Q148.14062 143.27335 148.14062 144.4921ZM158.79688 139.71085L158.79688 141.2421L159.96875 141.2421L159.96875 142.08585L158.79688 142.08585L158.79688 146.00772Q158.79688 146.39835 158.95312 146.58585Q159.10938 146.77335 159.48438 146.77335Q159.67188 146.77335 160.0 146.71085L160.0 147.58585Q159.57812 147.71085 159.17188 147.71085Q158.45312 147.71085 158.07812 147.27335Q157.70312 146.82022 157.70312 146.00772L157.70312 142.08585L156.54688 142.08585L156.54688 141.2421L157.70312 141.2421L157.70312 139.71085L158.79688 139.71085ZM161.03125 144.35147Q161.03125 143.4296 161.39062 142.6796Q161.76562 141.9296 162.42188 141.53897Q163.07812 141.13272 163.90625 141.13272Q165.20312 141.13272 166.0 142.02335Q166.8125 142.91397 166.8125 144.41397L166.8125 144.4921Q166.8125 145.41397 166.45312 146.14835Q166.09375 146.88272 165.4375 147.3046Q164.78125 147.71085 163.92188 147.71085Q162.64062 147.71085 161.82812 146.82022Q161.03125 145.91397 161.03125 144.4296L161.03125 144.35147ZM162.125 144.4921Q162.125 145.53897 162.60938 146.1796Q163.10938 146.82022 163.92188 146.82022Q164.75 146.82022 165.23438 146.1796Q165.71875 145.52335 165.71875 144.35147Q165.71875 143.32022 165.21875 142.6796Q164.73438 142.02335 163.90625 142.02335Q163.10938 142.02335 162.60938 142.66397Q162.125 143.28897 162.125 144.4921ZM172.5 147.58585L171.42188 147.58585L171.42188 138.58585L172.5 138.58585L172.5 147.58585ZM176.95312 147.71085Q175.65625 147.71085 174.84375 146.8671Q174.04688 146.00772 174.04688 144.58585L174.04688 144.39835Q174.04688 143.44522 174.40625 142.71085Q174.76562 141.96085 175.40625 141.5546Q176.0625 141.13272 176.8125 141.13272Q178.04688 141.13272 178.73438 141.94522Q179.42188 142.75772 179.42188 144.27335L179.42188 144.72647L175.125 144.72647Q175.15625 145.66397 175.67188 146.2421Q176.20312 146.82022 177.01562 146.82022Q177.57812 146.82022 177.96875 146.58585Q178.375 146.35147 178.6875 145.96085L179.34375 146.47647Q178.54688 147.71085 176.95312 147.71085ZM176.8125 142.02335Q176.15625 142.02335 175.70312 142.50772Q175.26562 142.97647 175.17188 143.83585L178.34375 143.83585L178.34375 143.75772Q178.29688 142.9296 177.89062 142.47647Q177.5 142.02335 176.8125 142.02335ZM184.23438 147.58585Q184.14062 147.39835 184.07812 146.91397Q183.32812 147.71085 182.28125 147.71085Q181.34375 147.71085 180.73438 147.1796Q180.14062 146.64835 180.14062 145.82022Q180.14062 144.83585 180.89062 144.28897Q181.64062 143.7421 183.01562 143.7421L184.0625 143.7421L184.0625 143.2421Q184.0625 142.6796 183.71875 142.35147Q183.39062 142.00772 182.71875 142.00772Q182.14062 142.00772 181.75 142.3046Q181.35938 142.58585 181.35938 143.00772L180.26562 143.00772Q180.26562 142.52335 180.59375 142.08585Q180.9375 141.64835 181.51562 141.39835Q182.09375 141.13272 182.78125 141.13272Q183.89062 141.13272 184.5 141.6796Q185.125 142.22647 185.15625 143.1796L185.15625 146.10147Q185.15625 146.97647 185.375 147.4921L185.375 147.58585L184.23438 147.58585ZM182.4375 146.75772Q182.95312 146.75772 183.40625 146.4921Q183.85938 146.22647 184.0625 145.8046L184.0625 144.50772L183.21875 144.50772Q181.21875 144.50772 181.21875 145.6796Q181.21875 146.1796 181.5625 146.47647Q181.90625 146.75772 182.4375 146.75772ZM190.39062 142.21085Q190.14062 142.1796 189.85938 142.1796Q188.78125 142.1796 188.40625 143.08585L188.40625 147.58585L187.32812 147.58585L187.32812 141.2421L188.375 141.2421L188.39062 141.97647Q188.92188 141.13272 189.90625 141.13272Q190.21875 141.13272 190.39062 141.21085L190.39062 142.21085ZM192.34375 141.2421L192.375 142.03897Q193.10938 141.13272 194.28125 141.13272Q196.29688 141.13272 196.3125 143.39835L196.3125 147.58585L195.21875 147.58585L195.21875 143.38272Q195.21875 142.71085 194.90625 142.38272Q194.60938 142.0546 193.95312 142.0546Q193.42188 142.0546 193.01562 142.33585Q192.625 142.6171 192.40625 143.07022L192.40625 147.58585L191.32812 147.58585L191.32812 141.2421L192.34375 141.2421ZM201.53125 148.32022L200.60938 148.32022L204.17188 139.0546L205.09375 139.0546L201.53125 148.32022ZM213.23438 146.96085Q212.60938 147.71085 211.375 147.71085Q210.35938 147.71085 209.82812 147.1171Q209.29688 146.52335 209.29688 145.3671L209.29688 141.2421L210.375 141.2421L210.375 145.33585Q210.375 146.78897 211.54688 146.78897Q212.79688 146.78897 213.20312 145.85147L213.20312 141.2421L214.29688 141.2421L214.29688 147.58585L213.26562 147.58585L213.23438 146.96085ZM220.01562 145.89835Q220.01562 145.46085 219.67188 145.22647Q219.34375 144.97647 218.51562 144.8046Q217.70312 144.63272 217.21875 144.38272Q216.73438 144.13272 216.5 143.8046Q216.28125 143.46085 216.28125 142.9921Q216.28125 142.21085 216.9375 141.6796Q217.59375 141.13272 218.625 141.13272Q219.70312 141.13272 220.35938 141.69522Q221.03125 142.2421 221.03125 143.10147L219.95312 143.10147Q219.95312 142.66397 219.5625 142.35147Q219.1875 142.02335 218.625 142.02335Q218.03125 142.02335 217.6875 142.28897Q217.35938 142.53897 217.35938 142.94522Q217.35938 143.33585 217.67188 143.53897Q217.98438 143.7421 218.79688 143.9296Q219.60938 144.10147 220.10938 144.35147Q220.60938 144.60147 220.84375 144.96085Q221.09375 145.32022 221.09375 145.82022Q221.09375 146.6796 220.40625 147.19522Q219.73438 147.71085 218.65625 147.71085Q217.89062 147.71085 217.29688 147.44522Q216.71875 147.16397 216.39062 146.6796Q216.0625 146.19522 216.0625 145.63272L217.14062 145.63272Q217.17188 146.1796 217.57812 146.50772Q217.98438 146.82022 218.65625 146.82022Q219.26562 146.82022 219.64062 146.57022Q220.01562 146.32022 220.01562 145.89835ZM224.95312 147.71085Q223.65625 147.71085 222.84375 146.8671Q222.04688 146.00772 222.04688 144.58585L222.04688 144.39835Q222.04688 143.44522 222.40625 142.71085Q222.76562 141.96085 223.40625 141.5546Q224.0625 141.13272 224.8125 141.13272Q226.04688 141.13272 226.73438 141.94522Q227.42188 142.75772 227.42188 144.27335L227.42188 144.72647L223.125 144.72647Q223.15625 145.66397 223.67188 146.2421Q224.20312 146.82022 225.01562 146.82022Q225.57812 146.82022 225.96875 146.58585Q226.375 146.35147 226.6875 145.96085L227.34375 146.47647Q226.54688 147.71085 224.95312 147.71085ZM224.8125 142.02335Q224.15625 142.02335 223.70312 142.50772Q223.26562 142.97647 223.17188 143.83585L226.34375 143.83585L226.34375 143.75772Q226.29688 142.9296 225.89062 142.47647Q225.5 142.02335 224.8125 142.02335Z" fill-rule="nonzero"/><path fill="#666666" d="M84.046875 175.3829Q84.046875 176.6329 83.625 177.5704Q83.203125 178.49228 82.421875 178.99228Q81.65625 179.49228 80.625 179.49228Q79.625 179.49228 78.84375 178.99228Q78.0625 178.49228 77.625 177.58603Q77.203125 176.66415 77.1875 175.4454L77.1875 174.83603Q77.1875 173.60165 77.609375 172.66415Q78.046875 171.72665 78.828125 171.22665Q79.609375 170.71103 80.625 170.71103Q81.640625 170.71103 82.421875 171.21103Q83.203125 171.71103 83.625 172.64853Q84.046875 173.58603 84.046875 174.83603L84.046875 175.3829ZM82.9375 174.8204Q82.9375 173.30478 82.328125 172.49228Q81.71875 171.67978 80.625 171.67978Q79.546875 171.67978 78.9375 172.49228Q78.328125 173.30478 78.3125 174.74228L78.3125 175.3829Q78.3125 176.85165 78.921875 177.6954Q79.546875 178.52353 80.625 178.52353Q81.71875 178.52353 82.3125 177.74228Q82.921875 176.9454 82.9375 175.46103L82.9375 174.8204ZM86.796875 171.49228L86.796875 173.02353L87.96875 173.02353L87.96875 173.86728L86.796875 173.86728L86.796875 177.78915Q86.796875 178.17978 86.953125 178.36728Q87.109375 178.55478 87.484375 178.55478Q87.671875 178.55478 88.0 178.49228L88.0 179.36728Q87.578125 179.49228 87.171875 179.49228Q86.453125 179.49228 86.078125 179.05478Q85.703125 178.60165 85.703125 177.78915L85.703125 173.86728L84.546875 173.86728L84.546875 173.02353L85.703125 173.02353L85.703125 171.49228L86.796875 171.49228ZM90.40625 173.78915Q91.125 172.91415 92.28125 172.91415Q94.296875 172.91415 94.3125 175.17978L94.3125 179.36728L93.21875 179.36728L93.21875 175.16415Q93.21875 174.49228 92.90625 174.16415Q92.609375 173.83603 91.953125 173.83603Q91.421875 173.83603 91.015625 174.11728Q90.625 174.39853 90.40625 174.85165L90.40625 179.36728L89.328125 179.36728L89.328125 170.36728L90.40625 170.36728L90.40625 173.78915ZM98.953125 179.49228Q97.65625 179.49228 96.84375 178.64853Q96.046875 177.78915 96.046875 176.36728L96.046875 176.17978Q96.046875 175.22665 96.40625 174.49228Q96.765625 173.74228 97.40625 173.33603Q98.0625 172.91415 98.8125 172.91415Q100.046875 172.91415 100.734375 173.72665Q101.421875 174.53915 101.421875 176.05478L101.421875 176.5079L97.125 176.5079Q97.15625 177.4454 97.671875 178.02353Q98.203125 178.60165 99.015625 178.60165Q99.578125 178.60165 99.96875 178.36728Q100.375 178.1329 100.6875 177.74228L101.34375 178.2579Q100.546875 179.49228 98.953125 179.49228ZM98.8125 173.80478Q98.15625 173.80478 97.703125 174.28915Q97.265625 174.7579 97.171875 175.61728L100.34375 175.61728L100.34375 175.53915Q100.296875 174.71103 99.890625 174.2579Q99.5 173.80478 98.8125 173.80478ZM105.390625 173.99228Q105.140625 173.96103 104.859375 173.96103Q103.78125 173.96103 103.40625 174.86728L103.40625 179.36728L102.328125 179.36728L102.328125 173.02353L103.375 173.02353L103.390625 173.7579Q103.921875 172.91415 104.90625 172.91415Q105.21875 172.91415 105.390625 172.99228L105.390625 173.99228ZM110.796875 171.49228L110.796875 173.02353L111.96875 173.02353L111.96875 173.86728L110.796875 173.86728L110.796875 177.78915Q110.796875 178.17978 110.953125 178.36728Q111.109375 178.55478 111.484375 178.55478Q111.671875 178.55478 112.0 178.49228L112.0 179.36728Q111.578125 179.49228 111.171875 179.49228Q110.453125 179.49228 110.078125 179.05478Q109.703125 178.60165 109.703125 177.78915L109.703125 173.86728L108.546875 173.86728L108.546875 173.02353L109.703125 173.02353L109.703125 171.49228L110.796875 171.49228ZM113.03125 176.1329Q113.03125 175.21103 113.390625 174.46103Q113.765625 173.71103 114.421875 173.3204Q115.078125 172.91415 115.90625 172.91415Q117.203125 172.91415 118.0 173.80478Q118.8125 174.6954 118.8125 176.1954L118.8125 176.27353Q118.8125 177.1954 118.453125 177.92978Q118.09375 178.66415 117.4375 179.08603Q116.78125 179.49228 115.921875 179.49228Q114.640625 179.49228 113.828125 178.60165Q113.03125 177.6954 113.03125 176.21103L113.03125 176.1329ZM114.125 176.27353Q114.125 177.3204 114.609375 177.96103Q115.109375 178.60165 115.921875 178.60165Q116.75 178.60165 117.234375 177.96103Q117.71875 177.30478 117.71875 176.1329Q117.71875 175.10165 117.21875 174.46103Q116.734375 173.80478 115.90625 173.80478Q115.109375 173.80478 114.609375 174.4454Q114.125 175.0704 114.125 176.27353ZM120.03125 176.1329Q120.03125 175.21103 120.390625 174.46103Q120.765625 173.71103 121.421875 173.3204Q122.078125 172.91415 122.90625 172.91415Q124.203125 172.91415 125.0 173.80478Q125.8125 174.6954 125.8125 176.1954L125.8125 176.27353Q125.8125 177.1954 125.453125 177.92978Q125.09375 178.66415 124.4375 179.08603Q123.78125 179.49228 122.921875 179.49228Q121.640625 179.49228 120.828125 178.60165Q120.03125 177.6954 120.03125 176.21103L120.03125 176.1329ZM121.125 176.27353Q121.125 177.3204 121.609375 177.96103Q122.109375 178.60165 122.921875 178.60165Q123.75 178.60165 124.234375 177.96103Q124.71875 177.30478 124.71875 176.1329Q124.71875 175.10165 124.21875 174.46103Q123.734375 173.80478 122.90625 173.80478Q122.109375 173.80478 121.609375 174.4454Q121.125 175.0704 121.125 176.27353ZM128.5 179.36728L127.421875 179.36728L127.421875 170.36728L128.5 170.36728L128.5 179.36728ZM131.5 179.36728L130.42188 179.36728L130.42188 173.02353L131.5 173.02353L131.5 179.36728ZM130.32812 171.35165Q130.32812 171.08603 130.48438 170.89853Q130.65625 170.71103 130.96875 170.71103Q131.28125 170.71103 131.4375 170.89853Q131.60938 171.08603 131.60938 171.35165Q131.60938 171.60165 131.4375 171.78915Q131.28125 171.96103 130.96875 171.96103Q130.65625 171.96103 130.48438 171.78915Q130.32812 171.60165 130.32812 171.35165ZM134.34375 173.02353L134.375 173.8204Q135.10938 172.91415 136.28125 172.91415Q138.29688 172.91415 138.3125 175.17978L138.3125 179.36728L137.21875 179.36728L137.21875 175.16415Q137.21875 174.49228 136.90625 174.16415Q136.60938 173.83603 135.95312 173.83603Q135.42188 173.83603 135.01562 174.11728Q134.625 174.39853 134.40625 174.85165L134.40625 179.36728L133.32812 179.36728L133.32812 173.02353L134.34375 173.02353ZM140.0625 176.14853Q140.0625 174.66415 140.75 173.78915Q141.4375 172.91415 142.5625 172.91415Q143.71875 172.91415 144.375 173.72665L144.42188 173.02353L145.42188 173.02353L145.42188 179.21103Q145.42188 180.4454 144.6875 181.14853Q143.95312 181.86728 142.73438 181.86728Q142.04688 181.86728 141.39062 181.5704Q140.73438 181.27353 140.39062 180.77353L140.95312 180.11728Q141.64062 180.97665 142.65625 180.97665Q143.4375 180.97665 143.875 180.52353Q144.32812 180.08603 144.32812 179.27353L144.32812 178.72665Q143.67188 179.49228 142.54688 179.49228Q141.4375 179.49228 140.75 178.60165Q140.0625 177.6954 140.0625 176.14853ZM141.15625 176.27353Q141.15625 177.33603 141.59375 177.96103Q142.03125 178.5704 142.82812 178.5704Q143.84375 178.5704 144.32812 177.6329L144.32812 174.74228Q143.82812 173.83603 142.82812 173.83603Q142.04688 173.83603 141.59375 174.4454Q141.15625 175.05478 141.15625 176.27353ZM151.5 179.36728L150.42188 179.36728L150.42188 173.02353L151.5 173.02353L151.5 179.36728ZM150.32812 171.35165Q150.32812 171.08603 150.48438 170.89853Q150.65625 170.71103 150.96875 170.71103Q151.28125 170.71103 151.4375 170.89853Q151.60938 171.08603 151.60938 171.35165Q151.60938 171.60165 151.4375 171.78915Q151.28125 171.96103 150.96875 171.96103Q150.65625 171.96103 150.48438 171.78915Q150.32812 171.60165 150.32812 171.35165ZM154.34375 173.02353L154.375 173.72665Q155.0625 172.91415 156.25 172.91415Q157.57812 172.91415 158.0625 173.92978Q158.375 173.47665 158.875 173.1954Q159.39062 172.91415 160.07812 172.91415Q162.17188 172.91415 162.20312 175.11728L162.20312 179.36728L161.125 179.36728L161.125 175.17978Q161.125 174.5079 160.8125 174.17978Q160.5 173.83603 159.76562 173.83603Q159.15625 173.83603 158.75 174.1954Q158.35938 174.55478 158.29688 175.16415L158.29688 179.36728L157.21875 179.36728L157.21875 175.21103Q157.21875 173.83603 155.85938 173.83603Q154.79688 173.83603 154.40625 174.74228L154.40625 179.36728L153.3125 179.36728L153.3125 173.02353L154.34375 173.02353ZM169.67188 176.27353Q169.67188 177.71103 169.01562 178.60165Q168.35938 179.49228 167.21875 179.49228Q166.0625 179.49228 165.40625 178.7579L165.40625 181.80478L164.32812 181.80478L164.32812 173.02353L165.3125 173.02353L165.35938 173.72665Q166.03125 172.91415 167.20312 172.91415Q168.34375 172.91415 169.0 173.77353Q169.67188 174.6329 169.67188 176.16415L169.67188 176.27353ZM168.59375 176.14853Q168.59375 175.0704 168.125 174.46103Q167.67188 173.83603 166.875 173.83603Q165.89062 173.83603 165.40625 174.6954L165.40625 177.72665Q165.89062 178.60165 166.89062 178.60165Q167.67188 178.60165 168.125 177.99228Q168.59375 177.36728 168.59375 176.14853ZM174.39062 173.99228Q174.14062 173.96103 173.85938 173.96103Q172.78125 173.96103 172.40625 174.86728L172.40625 179.36728L171.32812 179.36728L171.32812 173.02353L172.375 173.02353L172.39062 173.7579Q172.92188 172.91415 173.90625 172.91415Q174.21875 172.91415 174.39062 172.99228L174.39062 173.99228ZM175.03125 176.1329Q175.03125 175.21103 175.39062 174.46103Q175.76562 173.71103 176.42188 173.3204Q177.07812 172.91415 177.90625 172.91415Q179.20312 172.91415 180.0 173.80478Q180.8125 174.6954 180.8125 176.1954L180.8125 176.27353Q180.8125 177.1954 180.45312 177.92978Q180.09375 178.66415 179.4375 179.08603Q178.78125 179.49228 177.92188 179.49228Q176.64062 179.49228 175.82812 178.60165Q175.03125 177.6954 175.03125 176.21103L175.03125 176.1329ZM176.125 176.27353Q176.125 177.3204 176.60938 177.96103Q177.10938 178.60165 177.92188 178.60165Q178.75 178.60165 179.23438 177.96103Q179.71875 177.30478 179.71875 176.1329Q179.71875 175.10165 179.21875 174.46103Q178.73438 173.80478 177.90625 173.80478Q177.10938 173.80478 176.60938 174.4454Q176.125 175.0704 176.125 176.27353ZM184.40625 177.89853L185.98438 173.02353L187.09375 173.02353L184.8125 179.36728L183.98438 179.36728L181.6875 173.02353L182.79688 173.02353L184.40625 177.89853ZM190.95312 179.49228Q189.65625 179.49228 188.84375 178.64853Q188.04688 177.78915 188.04688 176.36728L188.04688 176.17978Q188.04688 175.22665 188.40625 174.49228Q188.76562 173.74228 189.40625 173.33603Q190.0625 172.91415 190.8125 172.91415Q192.04688 172.91415 192.73438 173.72665Q193.42188 174.53915 193.42188 176.05478L193.42188 176.5079L189.125 176.5079Q189.15625 177.4454 189.67188 178.02353Q190.20312 178.60165 191.01562 178.60165Q191.57812 178.60165 191.96875 178.36728Q192.375 178.1329 192.6875 177.74228L193.34375 178.2579Q192.54688 179.49228 190.95312 179.49228ZM190.8125 173.80478Q190.15625 173.80478 189.70312 174.28915Q189.26562 174.7579 189.17188 175.61728L192.34375 175.61728L192.34375 175.53915Q192.29688 174.71103 191.89062 174.2579Q191.5 173.80478 190.8125 173.80478ZM195.34375 173.02353L195.375 173.72665Q196.0625 172.91415 197.25 172.91415Q198.57812 172.91415 199.0625 173.92978Q199.375 173.47665 199.875 173.1954Q200.39062 172.91415 201.07812 172.91415Q203.17188 172.91415 203.20312 175.11728L203.20312 179.36728L202.125 179.36728L202.125 175.17978Q202.125 174.5079 201.8125 174.17978Q201.5 173.83603 200.76562 173.83603Q200.15625 173.83603 199.75 174.1954Q199.35938 174.55478 199.29688 175.16415L199.29688 179.36728L198.21875 179.36728L198.21875 175.21103Q198.21875 173.83603 196.85938 173.83603Q195.79688 173.83603 195.40625 174.74228L195.40625 179.36728L194.3125 179.36728L194.3125 173.02353L195.34375 173.02353ZM207.95312 179.49228Q206.65625 179.49228 205.84375 178.64853Q205.04688 177.78915 205.04688 176.36728L205.04688 176.17978Q205.04688 175.22665 205.40625 174.49228Q205.76562 173.74228 206.40625 173.33603Q207.0625 172.91415 207.8125 172.91415Q209.04688 172.91415 209.73438 173.72665Q210.42188 174.53915 210.42188 176.05478L210.42188 176.5079L206.125 176.5079Q206.15625 177.4454 206.67188 178.02353Q207.20312 178.60165 208.01562 178.60165Q208.57812 178.60165 208.96875 178.36728Q209.375 178.1329 209.6875 177.74228L210.34375 178.2579Q209.54688 179.49228 207.95312 179.49228ZM207.8125 173.80478Q207.15625 173.80478 206.70312 174.28915Q206.26562 174.7579 206.17188 175.61728L209.34375 175.61728L209.34375 175.53915Q209.29688 174.71103 208.89062 174.2579Q208.5 173.80478 207.8125 173.80478ZM212.34375 173.02353L212.375 173.8204Q213.10938 172.91415 214.28125 172.91415Q216.29688 172.91415 216.3125 175.17978L216.3125 179.36728L215.21875 179.36728L215.21875 175.16415Q215.21875 174.49228 214.90625 174.16415Q214.60938 173.83603 213.95312 173.83603Q213.42188 173.83603 213.01562 174.11728Q212.625 174.39853 212.40625 174.85165L212.40625 179.36728L211.32812 179.36728L211.32812 173.02353L212.34375 173.02353ZM219.79688 171.49228L219.79688 173.02353L220.96875 173.02353L220.96875 173.86728L219.79688 173.86728L219.79688 177.78915Q219.79688 178.17978 219.95312 178.36728Q220.10938 178.55478 220.48438 178.55478Q220.67188 178.55478 221.0 178.49228L221.0 179.36728Q220.57812 179.49228 220.17188 179.49228Q219.45312 179.49228 219.07812 179.05478Q218.70312 178.60165 218.70312 177.78915L218.70312 173.86728L217.54688 173.86728L217.54688 173.02353L218.70312 173.02353L218.70312 171.49228L219.79688 171.49228ZM226.01562 177.67978Q226.01562 177.24228 225.67188 177.0079Q225.34375 176.7579 224.51562 176.58603Q223.70312 176.41415 223.21875 176.16415Q222.73438 175.91415 222.5 175.58603Q222.28125 175.24228 222.28125 174.77353Q222.28125 173.99228 222.9375 173.46103Q223.59375 172.91415 224.625 172.91415Q225.70312 172.91415 226.35938 173.47665Q227.03125 174.02353 227.03125 174.8829L225.95312 174.8829Q225.95312 174.4454 225.5625 174.1329Q225.1875 173.80478 224.625 173.80478Q224.03125 173.80478 223.6875 174.0704Q223.35938 174.3204 223.35938 174.72665Q223.35938 175.11728 223.67188 175.3204Q223.98438 175.52353 224.79688 175.71103Q225.60938 175.8829 226.10938 176.1329Q226.60938 176.3829 226.84375 176.74228Q227.09375 177.10165 227.09375 177.60165Q227.09375 178.46103 226.40625 178.97665Q225.73438 179.49228 224.65625 179.49228Q223.89062 179.49228 223.29688 179.22665Q222.71875 178.9454 222.39062 178.46103Q222.0625 177.97665 222.0625 177.41415L223.14062 177.41415Q223.17188 177.96103 223.57812 178.28915Q223.98438 178.60165 224.65625 178.60165Q225.26562 178.60165 225.64062 178.35165Q226.01562 178.10165 226.01562 177.67978Z" fill-rule="nonzero"/><path fill="#666666" d="M29.046875 203.64873L27.921875 203.64873L23.625 197.0706L23.625 203.64873L22.484375 203.64873L22.484375 195.11748L23.625 195.11748L27.921875 201.72685L27.921875 195.11748L29.046875 195.11748L29.046875 203.64873ZM31.03125 200.41435Q31.03125 199.49248 31.390625 198.74248Q31.765625 197.99248 32.421875 197.60185Q33.078125 197.1956 33.90625 197.1956Q35.203125 197.1956 36.0 198.08623Q36.8125 198.97685 36.8125 200.47685L36.8125 200.55498Q36.8125 201.47685 36.453125 202.21123Q36.09375 202.9456 35.4375 203.36748Q34.78125 203.77373 33.921875 203.77373Q32.640625 203.77373 31.828125 202.8831Q31.03125 201.97685 31.03125 200.49248L31.03125 200.41435ZM32.125 200.55498Q32.125 201.60185 32.609375 202.24248Q33.109375 202.8831 33.921875 202.8831Q34.75 202.8831 35.234375 202.24248Q35.71875 201.58623 35.71875 200.41435Q35.71875 199.3831 35.21875 198.74248Q34.734375 198.08623 33.90625 198.08623Q33.109375 198.08623 32.609375 198.72685Q32.125 199.35185 32.125 200.55498ZM39.796875 195.77373L39.796875 197.30498L40.96875 197.30498L40.96875 198.14873L39.796875 198.14873L39.796875 202.0706Q39.796875 202.46123 39.953125 202.64873Q40.109375 202.83623 40.484375 202.83623Q40.671875 202.83623 41.0 202.77373L41.0 203.64873Q40.578125 203.77373 40.171875 203.77373Q39.453125 203.77373 39.078125 203.33623Q38.703125 202.8831 38.703125 202.0706L38.703125 198.14873L37.546875 198.14873L37.546875 197.30498L38.703125 197.30498L38.703125 195.77373L39.796875 195.77373ZM46.34375 197.30498L46.375 198.0081Q47.0625 197.1956 48.25 197.1956Q49.578125 197.1956 50.0625 198.21123Q50.375 197.7581 50.875 197.47685Q51.390625 197.1956 52.078125 197.1956Q54.171875 197.1956 54.203125 199.39873L54.203125 203.64873L53.125 203.64873L53.125 199.46123Q53.125 198.78935 52.8125 198.46123Q52.5 198.11748 51.765625 198.11748Q51.15625 198.11748 50.75 198.47685Q50.359375 198.83623 50.296875 199.4456L50.296875 203.64873L49.21875 203.64873L49.21875 199.49248Q49.21875 198.11748 47.859375 198.11748Q46.796875 198.11748 46.40625 199.02373L46.40625 203.64873L45.3125 203.64873L45.3125 197.30498L46.34375 197.30498ZM60.234375 203.02373Q59.609375 203.77373 58.375 203.77373Q57.359375 203.77373 56.828125 203.17998Q56.296875 202.58623 56.296875 201.42998L56.296875 197.30498L57.375 197.30498L57.375 201.39873Q57.375 202.85185 58.546875 202.85185Q59.796875 202.85185 60.203125 201.91435L60.203125 197.30498L61.296875 197.30498L61.296875 203.64873L60.265625 203.64873L60.234375 203.02373ZM65.859375 202.8831Q66.4375 202.8831 66.875 202.53935Q67.3125 202.17998 67.359375 201.64873L68.390625 201.64873Q68.359375 202.1956 68.0 202.6956Q67.65625 203.17998 67.078125 203.47685Q66.515625 203.77373 65.859375 203.77373Q64.5625 203.77373 63.796875 202.91435Q63.046875 202.03935 63.046875 200.53935L63.046875 200.35185Q63.046875 199.42998 63.375 198.71123Q63.71875 197.99248 64.34375 197.60185Q64.984375 197.1956 65.859375 197.1956Q66.921875 197.1956 67.625 197.83623Q68.34375 198.46123 68.390625 199.49248L67.359375 199.49248Q67.3125 198.86748 66.890625 198.47685Q66.46875 198.08623 65.859375 198.08623Q65.03125 198.08623 64.578125 198.67998Q64.125 199.27373 64.125 200.39873L64.125 200.60185Q64.125 201.6956 64.578125 202.28935Q65.03125 202.8831 65.859375 202.8831ZM70.40625 198.0706Q71.125 197.1956 72.28125 197.1956Q74.296875 197.1956 74.3125 199.46123L74.3125 203.64873L73.21875 203.64873L73.21875 199.4456Q73.21875 198.77373 72.90625 198.4456Q72.609375 198.11748 71.953125 198.11748Q71.421875 198.11748 71.015625 198.39873Q70.625 198.67998 70.40625 199.1331L70.40625 203.64873L69.328125 203.64873L69.328125 194.64873L70.40625 194.64873L70.40625 198.0706ZM80.34375 197.30498L80.375 198.10185Q81.109375 197.1956 82.28125 197.1956Q84.296875 197.1956 84.3125 199.46123L84.3125 203.64873L83.21875 203.64873L83.21875 199.4456Q83.21875 198.77373 82.90625 198.4456Q82.609375 198.11748 81.953125 198.11748Q81.421875 198.11748 81.015625 198.39873Q80.625 198.67998 80.40625 199.1331L80.40625 203.64873L79.328125 203.64873L79.328125 197.30498L80.34375 197.30498ZM88.953125 203.77373Q87.65625 203.77373 86.84375 202.92998Q86.046875 202.0706 86.046875 200.64873L86.046875 200.46123Q86.046875 199.5081 86.40625 198.77373Q86.765625 198.02373 87.40625 197.61748Q88.0625 197.1956 88.8125 197.1956Q90.046875 197.1956 90.734375 198.0081Q91.421875 198.8206 91.421875 200.33623L91.421875 200.78935L87.125 200.78935Q87.15625 201.72685 87.671875 202.30498Q88.203125 202.8831 89.015625 202.8831Q89.578125 202.8831 89.96875 202.64873Q90.375 202.41435 90.6875 202.02373L91.34375 202.53935Q90.546875 203.77373 88.953125 203.77373ZM88.8125 198.08623Q88.15625 198.08623 87.703125 198.5706Q87.265625 199.03935 87.171875 199.89873L90.34375 199.89873L90.34375 199.8206Q90.296875 198.99248 89.890625 198.53935Q89.5 198.08623 88.8125 198.08623ZM94.953125 203.77373Q93.65625 203.77373 92.84375 202.92998Q92.046875 202.0706 92.046875 200.64873L92.046875 200.46123Q92.046875 199.5081 92.40625 198.77373Q92.765625 198.02373 93.40625 197.61748Q94.0625 197.1956 94.8125 197.1956Q96.046875 197.1956 96.734375 198.0081Q97.421875 198.8206 97.421875 200.33623L97.421875 200.78935L93.125 200.78935Q93.15625 201.72685 93.671875 202.30498Q94.203125 202.8831 95.015625 202.8831Q95.578125 202.8831 95.96875 202.64873Q96.375 202.41435 96.6875 202.02373L97.34375 202.53935Q96.546875 203.77373 94.953125 203.77373ZM94.8125 198.08623Q94.15625 198.08623 93.703125 198.5706Q93.265625 199.03935 93.171875 199.89873L96.34375 199.89873L96.34375 199.8206Q96.296875 198.99248 95.890625 198.53935Q95.5 198.08623 94.8125 198.08623ZM98.0625 200.42998Q98.0625 198.96123 98.75 198.08623Q99.4375 197.1956 100.5625 197.1956Q101.671875 197.1956 102.328125 197.9456L102.328125 194.64873L103.40625 194.64873L103.40625 203.64873L102.40625 203.64873L102.359375 202.96123Q101.703125 203.77373 100.546875 203.77373Q99.453125 203.77373 98.75 202.86748Q98.0625 201.96123 98.0625 200.5081L98.0625 200.42998ZM99.140625 200.55498Q99.140625 201.6331 99.578125 202.24248Q100.03125 202.85185 100.8125 202.85185Q101.84375 202.85185 102.328125 201.91435L102.328125 199.0081Q101.84375 198.11748 100.828125 198.11748Q100.03125 198.11748 99.578125 198.72685Q99.140625 199.33623 99.140625 200.55498ZM108.53125 204.3831L107.609375 204.3831L111.171875 195.11748L112.09375 195.11748L108.53125 204.3831ZM121.671875 200.55498Q121.671875 201.99248 121.015625 202.8831Q120.359375 203.77373 119.21875 203.77373Q118.0625 203.77373 117.40625 203.03935L117.40625 206.08623L116.328125 206.08623L116.328125 197.30498L117.3125 197.30498L117.359375 198.0081Q118.03125 197.1956 119.203125 197.1956Q120.34375 197.1956 121.0 198.05498Q121.671875 198.91435 121.671875 200.4456L121.671875 200.55498ZM120.59375 200.42998Q120.59375 199.35185 120.125 198.74248Q119.671875 198.11748 118.875 198.11748Q117.890625 198.11748 117.40625 198.97685L117.40625 202.0081Q117.890625 202.8831 118.890625 202.8831Q119.671875 202.8831 120.125 202.27373Q120.59375 201.64873 120.59375 200.42998ZM125.953125 203.77373Q124.65625 203.77373 123.84375 202.92998Q123.046875 202.0706 123.046875 200.64873L123.046875 200.46123Q123.046875 199.5081 123.40625 198.77373Q123.765625 198.02373 124.40625 197.61748Q125.0625 197.1956 125.8125 197.1956Q127.046875 197.1956 127.734375 198.0081Q128.42188 198.8206 128.42188 200.33623L128.42188 200.78935L124.125 200.78935Q124.15625 201.72685 124.671875 202.30498Q125.203125 202.8831 126.015625 202.8831Q126.578125 202.8831 126.96875 202.64873Q127.375 202.41435 127.6875 202.02373L128.34375 202.53935Q127.546875 203.77373 125.953125 203.77373ZM125.8125 198.08623Q125.15625 198.08623 124.703125 198.5706Q124.265625 199.03935 124.171875 199.89873L127.34375 199.89873L127.34375 199.8206Q127.296875 198.99248 126.890625 198.53935Q126.5 198.08623 125.8125 198.08623ZM132.39062 198.27373Q132.14062 198.24248 131.85938 198.24248Q130.78125 198.24248 130.40625 199.14873L130.40625 203.64873L129.32812 203.64873L129.32812 197.30498L130.375 197.30498L130.39062 198.03935Q130.92188 197.1956 131.90625 197.1956Q132.21875 197.1956 132.39062 197.27373L132.39062 198.27373ZM133.85938 203.64873L133.85938 198.14873L132.85938 198.14873L132.85938 197.30498L133.85938 197.30498L133.85938 196.66435Q133.85938 195.6331 134.39062 195.08623Q134.9375 194.52373 135.9375 194.52373Q136.3125 194.52373 136.6875 194.61748L136.625 195.5081Q136.34375 195.4456 136.04688 195.4456Q135.51562 195.4456 135.21875 195.7581Q134.9375 196.0706 134.9375 196.6331L134.9375 197.30498L136.29688 197.30498L136.29688 198.14873L134.9375 198.14873L134.9375 203.64873L133.85938 203.64873ZM137.03125 200.41435Q137.03125 199.49248 137.39062 198.74248Q137.76562 197.99248 138.42188 197.60185Q139.07812 197.1956 139.90625 197.1956Q141.20312 197.1956 142.0 198.08623Q142.8125 198.97685 142.8125 200.47685L142.8125 200.55498Q142.8125 201.47685 142.45312 202.21123Q142.09375 202.9456 141.4375 203.36748Q140.78125 203.77373 139.92188 203.77373Q138.64062 203.77373 137.82812 202.8831Q137.03125 201.97685 137.03125 200.49248L137.03125 200.41435ZM138.125 200.55498Q138.125 201.60185 138.60938 202.24248Q139.10938 202.8831 139.92188 202.8831Q140.75 202.8831 141.23438 202.24248Q141.71875 201.58623 141.71875 200.41435Q141.71875 199.3831 141.21875 198.74248Q140.73438 198.08623 139.90625 198.08623Q139.10938 198.08623 138.60938 198.72685Q138.125 199.35185 138.125 200.55498ZM147.39062 198.27373Q147.14062 198.24248 146.85938 198.24248Q145.78125 198.24248 145.40625 199.14873L145.40625 203.64873L144.32812 203.64873L144.32812 197.30498L145.375 197.30498L145.39062 198.03935Q145.92188 197.1956 146.90625 197.1956Q147.21875 197.1956 147.39062 197.27373L147.39062 198.27373ZM149.34375 197.30498L149.375 198.0081Q150.0625 197.1956 151.25 197.1956Q152.57812 197.1956 153.0625 198.21123Q153.375 197.7581 153.875 197.47685Q154.39062 197.1956 155.07812 197.1956Q157.17188 197.1956 157.20312 199.39873L157.20312 203.64873L156.125 203.64873L156.125 199.46123Q156.125 198.78935 155.8125 198.46123Q155.5 198.11748 154.76562 198.11748Q154.15625 198.11748 153.75 198.47685Q153.35938 198.83623 153.29688 199.4456L153.29688 203.64873L152.21875 203.64873L152.21875 199.49248Q152.21875 198.11748 150.85938 198.11748Q149.79688 198.11748 149.40625 199.02373L149.40625 203.64873L148.3125 203.64873L148.3125 197.30498L149.34375 197.30498ZM163.23438 203.64873Q163.14062 203.46123 163.07812 202.97685Q162.32812 203.77373 161.28125 203.77373Q160.34375 203.77373 159.73438 203.24248Q159.14062 202.71123 159.14062 201.8831Q159.14062 200.89873 159.89062 200.35185Q160.64062 199.80498 162.01562 199.80498L163.0625 199.80498L163.0625 199.30498Q163.0625 198.74248 162.71875 198.41435Q162.39062 198.0706 161.71875 198.0706Q161.14062 198.0706 160.75 198.36748Q160.35938 198.64873 160.35938 199.0706L159.26562 199.0706Q159.26562 198.58623 159.59375 198.14873Q159.9375 197.71123 160.51562 197.46123Q161.09375 197.1956 161.78125 197.1956Q162.89062 197.1956 163.5 197.74248Q164.125 198.28935 164.15625 199.24248L164.15625 202.16435Q164.15625 203.03935 164.375 203.55498L164.375 203.64873L163.23438 203.64873ZM161.4375 202.8206Q161.95312 202.8206 162.40625 202.55498Q162.85938 202.28935 163.0625 201.86748L163.0625 200.5706L162.21875 200.5706Q160.21875 200.5706 160.21875 201.74248Q160.21875 202.24248 160.5625 202.53935Q160.90625 202.8206 161.4375 202.8206ZM167.34375 197.30498L167.375 198.10185Q168.10938 197.1956 169.28125 197.1956Q171.29688 197.1956 171.3125 199.46123L171.3125 203.64873L170.21875 203.64873L170.21875 199.4456Q170.21875 198.77373 169.90625 198.4456Q169.60938 198.11748 168.95312 198.11748Q168.42188 198.11748 168.01562 198.39873Q167.625 198.67998 167.40625 199.1331L167.40625 203.64873L166.32812 203.64873L166.32812 197.30498L167.34375 197.30498ZM175.85938 202.8831Q176.4375 202.8831 176.875 202.53935Q177.3125 202.17998 177.35938 201.64873L178.39062 201.64873Q178.35938 202.1956 178.0 202.6956Q177.65625 203.17998 177.07812 203.47685Q176.51562 203.77373 175.85938 203.77373Q174.5625 203.77373 173.79688 202.91435Q173.04688 202.03935 173.04688 200.53935L173.04688 200.35185Q173.04688 199.42998 173.375 198.71123Q173.71875 197.99248 174.34375 197.60185Q174.98438 197.1956 175.85938 197.1956Q176.92188 197.1956 177.625 197.83623Q178.34375 198.46123 178.39062 199.49248L177.35938 199.49248Q177.3125 198.86748 176.89062 198.47685Q176.46875 198.08623 175.85938 198.08623Q175.03125 198.08623 174.57812 198.67998Q174.125 199.27373 174.125 200.39873L174.125 200.60185Q174.125 201.6956 174.57812 202.28935Q175.03125 202.8831 175.85938 202.8831ZM181.95312 203.77373Q180.65625 203.77373 179.84375 202.92998Q179.04688 202.0706 179.04688 200.64873L179.04688 200.46123Q179.04688 199.5081 179.40625 198.77373Q179.76562 198.02373 180.40625 197.61748Q181.0625 197.1956 181.8125 197.1956Q183.04688 197.1956 183.73438 198.0081Q184.42188 198.8206 184.42188 200.33623L184.42188 200.78935L180.125 200.78935Q180.15625 201.72685 180.67188 202.30498Q181.20312 202.8831 182.01562 202.8831Q182.57812 202.8831 182.96875 202.64873Q183.375 202.41435 183.6875 202.02373L184.34375 202.53935Q183.54688 203.77373 181.95312 203.77373ZM181.8125 198.08623Q181.15625 198.08623 180.70312 198.5706Q180.26562 199.03935 180.17188 199.89873L183.34375 199.89873L183.34375 199.8206Q183.29688 198.99248 182.89062 198.53935Q182.5 198.08623 181.8125 198.08623ZM189.5 203.64873L188.42188 203.64873L188.42188 197.30498L189.5 197.30498L189.5 203.64873ZM188.32812 195.6331Q188.32812 195.36748 188.48438 195.17998Q188.65625 194.99248 188.96875 194.99248Q189.28125 194.99248 189.4375 195.17998Q189.60938 195.36748 189.60938 195.6331Q189.60938 195.8831 189.4375 196.0706Q189.28125 196.24248 188.96875 196.24248Q188.65625 196.24248 188.48438 196.0706Q188.32812 195.8831 188.32812 195.6331ZM195.01562 201.96123Q195.01562 201.52373 194.67188 201.28935Q194.34375 201.03935 193.51562 200.86748Q192.70312 200.6956 192.21875 200.4456Q191.73438 200.1956 191.5 199.86748Q191.28125 199.52373 191.28125 199.05498Q191.28125 198.27373 191.9375 197.74248Q192.59375 197.1956 193.625 197.1956Q194.70312 197.1956 195.35938 197.7581Q196.03125 198.30498 196.03125 199.16435L194.95312 199.16435Q194.95312 198.72685 194.5625 198.41435Q194.1875 198.08623 193.625 198.08623Q193.03125 198.08623 192.6875 198.35185Q192.35938 198.60185 192.35938 199.0081Q192.35938 199.39873 192.67188 199.60185Q192.98438 199.80498 193.79688 199.99248Q194.60938 200.16435 195.10938 200.41435Q195.60938 200.66435 195.84375 201.02373Q196.09375 201.3831 196.09375 201.8831Q196.09375 202.74248 195.40625 203.2581Q194.73438 203.77373 193.65625 203.77373Q192.89062 203.77373 192.29688 203.5081Q191.71875 203.22685 191.39062 202.74248Q191.0625 202.2581 191.0625 201.6956L192.14062 201.6956Q192.17188 202.24248 192.57812 202.5706Q192.98438 202.8831 193.65625 202.8831Q194.26562 202.8831 194.64062 202.6331Q195.01562 202.3831 195.01562 201.96123ZM200.0625 200.42998Q200.0625 198.9456 200.75 198.0706Q201.4375 197.1956 202.5625 197.1956Q203.71875 197.1956 204.375 198.0081L204.42188 197.30498L205.42188 197.30498L205.42188 203.49248Q205.42188 204.72685 204.6875 205.42998Q203.95312 206.14873 202.73438 206.14873Q202.04688 206.14873 201.39062 205.85185Q200.73438 205.55498 200.39062 205.05498L200.95312 204.39873Q201.64062 205.2581 202.65625 205.2581Q203.4375 205.2581 203.875 204.80498Q204.32812 204.36748 204.32812 203.55498L204.32812 203.0081Q203.67188 203.77373 202.54688 203.77373Q201.4375 203.77373 200.75 202.8831Q200.0625 201.97685 200.0625 200.42998ZM201.15625 200.55498Q201.15625 201.61748 201.59375 202.24248Q202.03125 202.85185 202.82812 202.85185Q203.84375 202.85185 204.32812 201.91435L204.32812 199.02373Q203.82812 198.11748 202.82812 198.11748Q202.04688 198.11748 201.59375 198.72685Q201.15625 199.33623 201.15625 200.55498ZM207.03125 200.41435Q207.03125 199.49248 207.39062 198.74248Q207.76562 197.99248 208.42188 197.60185Q209.07812 197.1956 209.90625 197.1956Q211.20312 197.1956 212.0 198.08623Q212.8125 198.97685 212.8125 200.47685L212.8125 200.55498Q212.8125 201.47685 212.45312 202.21123Q212.09375 202.9456 211.4375 203.36748Q210.78125 203.77373 209.92188 203.77373Q208.64062 203.77373 207.82812 202.8831Q207.03125 201.97685 207.03125 200.49248L207.03125 200.41435ZM208.125 200.55498Q208.125 201.60185 208.60938 202.24248Q209.10938 202.8831 209.92188 202.8831Q210.75 202.8831 211.23438 202.24248Q211.71875 201.58623 211.71875 200.41435Q211.71875 199.3831 211.21875 198.74248Q210.73438 198.08623 209.90625 198.08623Q209.10938 198.08623 208.60938 198.72685Q208.125 199.35185 208.125 200.55498ZM214.03125 200.41435Q214.03125 199.49248 214.39062 198.74248Q214.76562 197.99248 215.42188 197.60185Q216.07812 197.1956 216.90625 197.1956Q218.20312 197.1956 219.0 198.08623Q219.8125 198.97685 219.8125 200.47685L219.8125 200.55498Q219.8125 201.47685 219.45312 202.21123Q219.09375 202.9456 218.4375 203.36748Q217.78125 203.77373 216.92188 203.77373Q215.64062 203.77373 214.82812 202.8831Q214.03125 201.97685 214.03125 200.49248L214.03125 200.41435ZM215.125 200.55498Q215.125 201.60185 215.60938 202.24248Q216.10938 202.8831 216.92188 202.8831Q217.75 202.8831 218.23438 202.24248Q218.71875 201.58623 218.71875 200.41435Q218.71875 199.3831 218.21875 198.74248Q217.73438 198.08623 216.90625 198.08623Q216.10938 198.08623 215.60938 198.72685Q215.125 199.35185 215.125 200.55498ZM221.0625 200.42998Q221.0625 198.96123 221.75 198.08623Q222.4375 197.1956 223.5625 197.1956Q224.67188 197.1956 225.32812 197.9456L225.32812 194.64873L226.40625 194.64873L226.40625 203.64873L225.40625 203.64873L225.35938 202.96123Q224.70312 203.77373 223.54688 203.77373Q222.45312 203.77373 221.75 202.86748Q221.0625 201.96123 221.0625 200.5081L221.0625 200.42998ZM222.14062 200.55498Q222.14062 201.6331 222.57812 202.24248Q223.03125 202.85185 223.8125 202.85185Q224.84375 202.85185 225.32812 201.91435L225.32812 199.0081Q224.84375 198.11748 223.82812 198.11748Q223.03125 198.11748 222.57812 198.72685Q222.14062 199.33623 222.14062 200.55498Z" fill-rule="nonzero"/><path fill="#666666" d="M189.95312 218.77373Q188.65625 218.77373 187.84375 217.92998Q187.04688 217.0706 187.04688 215.64873L187.04688 215.46123Q187.04688 214.5081 187.40625 213.77373Q187.76562 213.02373 188.40625 212.61748Q189.0625 212.1956 189.8125 212.1956Q191.04688 212.1956 191.73438 213.0081Q192.42188 213.8206 192.42188 215.33623L192.42188 215.78935L188.125 215.78935Q188.15625 216.72685 188.67188 217.30498Q189.20312 217.8831 190.01562 217.8831Q190.57812 217.8831 190.96875 217.64873Q191.375 217.41435 191.6875 217.02373L192.34375 217.53935Q191.54688 218.77373 189.95312 218.77373ZM189.8125 213.08623Q189.15625 213.08623 188.70312 213.5706Q188.26562 214.03935 188.17188 214.89873L191.34375 214.89873L191.34375 214.8206Q191.29688 213.99248 190.89062 213.53935Q190.5 213.08623 189.8125 213.08623ZM194.34375 212.30498L194.375 213.10185Q195.10938 212.1956 196.28125 212.1956Q198.29688 212.1956 198.3125 214.46123L198.3125 218.64873L197.21875 218.64873L197.21875 214.4456Q197.21875 213.77373 196.90625 213.4456Q196.60938 213.11748 195.95312 213.11748Q195.42188 213.11748 195.01562 213.39873Q194.625 213.67998 194.40625 214.1331L194.40625 218.64873L193.32812 218.64873L193.32812 212.30498L194.34375 212.30498ZM200.03125 215.41435Q200.03125 214.49248 200.39062 213.74248Q200.76562 212.99248 201.42188 212.60185Q202.07812 212.1956 202.90625 212.1956Q204.20312 212.1956 205.0 213.08623Q205.8125 213.97685 205.8125 215.47685L205.8125 215.55498Q205.8125 216.47685 205.45312 217.21123Q205.09375 217.9456 204.4375 218.36748Q203.78125 218.77373 202.92188 218.77373Q201.64062 218.77373 200.82812 217.8831Q200.03125 216.97685 200.03125 215.49248L200.03125 215.41435ZM201.125 215.55498Q201.125 216.60185 201.60938 217.24248Q202.10938 217.8831 202.92188 217.8831Q203.75 217.8831 204.23438 217.24248Q204.71875 216.58623 204.71875 215.41435Q204.71875 214.3831 204.21875 213.74248Q203.73438 213.08623 202.90625 213.08623Q202.10938 213.08623 201.60938 213.72685Q201.125 214.35185 201.125 215.55498ZM211.23438 218.02373Q210.60938 218.77373 209.375 218.77373Q208.35938 218.77373 207.82812 218.17998Q207.29688 217.58623 207.29688 216.42998L207.29688 212.30498L208.375 212.30498L208.375 216.39873Q208.375 217.85185 209.54688 217.85185Q210.79688 217.85185 211.20312 216.91435L211.20312 212.30498L212.29688 212.30498L212.29688 218.64873L211.26562 218.64873L211.23438 218.02373ZM214.0625 215.42998Q214.0625 213.9456 214.75 213.0706Q215.4375 212.1956 216.5625 212.1956Q217.71875 212.1956 218.375 213.0081L218.42188 212.30498L219.42188 212.30498L219.42188 218.49248Q219.42188 219.72685 218.6875 220.42998Q217.95312 221.14873 216.73438 221.14873Q216.04688 221.14873 215.39062 220.85185Q214.73438 220.55498 214.39062 220.05498L214.95312 219.39873Q215.64062 220.2581 216.65625 220.2581Q217.4375 220.2581 217.875 219.80498Q218.32812 219.36748 218.32812 218.55498L218.32812 218.0081Q217.67188 218.77373 216.54688 218.77373Q215.4375 218.77373 214.75 217.8831Q214.0625 216.97685 214.0625 215.42998ZM215.15625 215.55498Q215.15625 216.61748 215.59375 217.24248Q216.03125 217.85185 216.82812 217.85185Q217.84375 217.85185 218.32812 216.91435L218.32812 214.02373Q217.82812 213.11748 216.82812 213.11748Q216.04688 213.11748 215.59375 213.72685Q215.15625 214.33623 215.15625 215.55498ZM222.40625 213.0706Q223.125 212.1956 224.28125 212.1956Q226.29688 212.1956 226.3125 214.46123L226.3125 218.64873L225.21875 218.64873L225.21875 214.4456Q225.21875 213.77373 224.90625 213.4456Q224.60938 213.11748 223.95312 213.11748Q223.42188 213.11748 223.01562 213.39873Q222.625 213.67998 222.40625 214.1331L222.40625 218.64873L221.32812 218.64873L221.32812 209.64873L222.40625 209.64873L222.40625 213.0706Z" fill-rule="nonzero"/><path fill="#666666" d="M55.046875 242.93018L53.921875 242.93018L49.625 236.35205L49.625 242.93018L48.484375 242.93018L48.484375 234.39893L49.625 234.39893L53.921875 241.0083L53.921875 234.39893L55.046875 234.39893L55.046875 242.93018ZM59.953125 243.05518Q58.65625 243.05518 57.84375 242.21143Q57.046875 241.35205 57.046875 239.93018L57.046875 239.74268Q57.046875 238.78955 57.40625 238.05518Q57.765625 237.30518 58.40625 236.89893Q59.0625 236.47705 59.8125 236.47705Q61.046875 236.47705 61.734375 237.28955Q62.421875 238.10205 62.421875 239.61768L62.421875 240.0708L58.125 240.0708Q58.15625 241.0083 58.671875 241.58643Q59.203125 242.16455 60.015625 242.16455Q60.578125 242.16455 60.96875 241.93018Q61.375 241.6958 61.6875 241.30518L62.34375 241.8208Q61.546875 243.05518 59.953125 243.05518ZM59.8125 237.36768Q59.15625 237.36768 58.703125 237.85205Q58.265625 238.3208 58.171875 239.18018L61.34375 239.18018L61.34375 239.10205Q61.296875 238.27393 60.890625 237.8208Q60.5 237.36768 59.8125 237.36768ZM65.953125 243.05518Q64.65625 243.05518 63.84375 242.21143Q63.046875 241.35205 63.046875 239.93018L63.046875 239.74268Q63.046875 238.78955 63.40625 238.05518Q63.765625 237.30518 64.40625 236.89893Q65.0625 236.47705 65.8125 236.47705Q67.046875 236.47705 67.734375 237.28955Q68.421875 238.10205 68.421875 239.61768L68.421875 240.0708L64.125 240.0708Q64.15625 241.0083 64.671875 241.58643Q65.203125 242.16455 66.015625 242.16455Q66.578125 242.16455 66.96875 241.93018Q67.375 241.6958 67.6875 241.30518L68.34375 241.8208Q67.546875 243.05518 65.953125 243.05518ZM65.8125 237.36768Q65.15625 237.36768 64.703125 237.85205Q64.265625 238.3208 64.171875 239.18018L67.34375 239.18018L67.34375 239.10205Q67.296875 238.27393 66.890625 237.8208Q66.5 237.36768 65.8125 237.36768ZM69.0625 239.71143Q69.0625 238.24268 69.75 237.36768Q70.4375 236.47705 71.5625 236.47705Q72.671875 236.47705 73.328125 237.22705L73.328125 233.93018L74.40625 233.93018L74.40625 242.93018L73.40625 242.93018L73.359375 242.24268Q72.703125 243.05518 71.546875 243.05518Q70.453125 243.05518 69.75 242.14893Q69.0625 241.24268 69.0625 239.78955L69.0625 239.71143ZM70.140625 239.83643Q70.140625 240.91455 70.578125 241.52393Q71.03125 242.1333 71.8125 242.1333Q72.84375 242.1333 73.328125 241.1958L73.328125 238.28955Q72.84375 237.39893 71.828125 237.39893Q71.03125 237.39893 70.578125 238.0083Q70.140625 238.61768 70.140625 239.83643ZM80.34375 236.58643L80.375 237.28955Q81.0625 236.47705 82.25 236.47705Q83.578125 236.47705 84.0625 237.49268Q84.375 237.03955 84.875 236.7583Q85.390625 236.47705 86.078125 236.47705Q88.171875 236.47705 88.203125 238.68018L88.203125 242.93018L87.125 242.93018L87.125 238.74268Q87.125 238.0708 86.8125 237.74268Q86.5 237.39893 85.765625 237.39893Q85.15625 237.39893 84.75 237.7583Q84.359375 238.11768 84.296875 238.72705L84.296875 242.93018L83.21875 242.93018L83.21875 238.77393Q83.21875 237.39893 81.859375 237.39893Q80.796875 237.39893 80.40625 238.30518L80.40625 242.93018L79.3125 242.93018L79.3125 236.58643L80.34375 236.58643ZM90.03125 239.6958Q90.03125 238.77393 90.390625 238.02393Q90.765625 237.27393 91.421875 236.8833Q92.078125 236.47705 92.90625 236.47705Q94.203125 236.47705 95.0 237.36768Q95.8125 238.2583 95.8125 239.7583L95.8125 239.83643Q95.8125 240.7583 95.453125 241.49268Q95.09375 242.22705 94.4375 242.64893Q93.78125 243.05518 92.921875 243.05518Q91.640625 243.05518 90.828125 242.16455Q90.03125 241.2583 90.03125 239.77393L90.03125 239.6958ZM91.125 239.83643Q91.125 240.8833 91.609375 241.52393Q92.109375 242.16455 92.921875 242.16455Q93.75 242.16455 94.234375 241.52393Q94.71875 240.86768 94.71875 239.6958Q94.71875 238.66455 94.21875 238.02393Q93.734375 237.36768 92.90625 237.36768Q92.109375 237.36768 91.609375 238.0083Q91.125 238.6333 91.125 239.83643ZM100.390625 237.55518Q100.140625 237.52393 99.859375 237.52393Q98.78125 237.52393 98.40625 238.43018L98.40625 242.93018L97.328125 242.93018L97.328125 236.58643L98.375 236.58643L98.390625 237.3208Q98.921875 236.47705 99.90625 236.47705Q100.21875 236.47705 100.390625 236.55518L100.390625 237.55518ZM103.953125 243.05518Q102.65625 243.05518 101.84375 242.21143Q101.046875 241.35205 101.046875 239.93018L101.046875 239.74268Q101.046875 238.78955 101.40625 238.05518Q101.765625 237.30518 102.40625 236.89893Q103.0625 236.47705 103.8125 236.47705Q105.046875 236.47705 105.734375 237.28955Q106.421875 238.10205 106.421875 239.61768L106.421875 240.0708L102.125 240.0708Q102.15625 241.0083 102.671875 241.58643Q103.203125 242.16455 104.015625 242.16455Q104.578125 242.16455 104.96875 241.93018Q105.375 241.6958 105.6875 241.30518L106.34375 241.8208Q105.546875 243.05518 103.953125 243.05518ZM103.8125 237.36768Q103.15625 237.36768 102.703125 237.85205Q102.265625 238.3208 102.171875 239.18018L105.34375 239.18018L105.34375 239.10205Q105.296875 238.27393 104.890625 237.8208Q104.5 237.36768 103.8125 237.36768ZM110.0625 239.71143Q110.0625 238.22705 110.75 237.35205Q111.4375 236.47705 112.5625 236.47705Q113.71875 236.47705 114.375 237.28955L114.421875 236.58643L115.421875 236.58643L115.421875 242.77393Q115.421875 244.0083 114.6875 244.71143Q113.953125 245.43018 112.734375 245.43018Q112.046875 245.43018 111.390625 245.1333Q110.734375 244.83643 110.390625 244.33643L110.953125 243.68018Q111.640625 244.53955 112.65625 244.53955Q113.4375 244.53955 113.875 244.08643Q114.328125 243.64893 114.328125 242.83643L114.328125 242.28955Q113.671875 243.05518 112.546875 243.05518Q111.4375 243.05518 110.75 242.16455Q110.0625 241.2583 110.0625 239.71143ZM111.15625 239.83643Q111.15625 240.89893 111.59375 241.52393Q112.03125 242.1333 112.828125 242.1333Q113.84375 242.1333 114.328125 241.1958L114.328125 238.30518Q113.828125 237.39893 112.828125 237.39893Q112.046875 237.39893 111.59375 238.0083Q111.15625 238.61768 111.15625 239.83643ZM120.390625 237.55518Q120.140625 237.52393 119.859375 237.52393Q118.78125 237.52393 118.40625 238.43018L118.40625 242.93018L117.328125 242.93018L117.328125 236.58643L118.375 236.58643L118.390625 237.3208Q118.921875 236.47705 119.90625 236.47705Q120.21875 236.47705 120.390625 236.55518L120.390625 237.55518ZM125.234375 242.93018Q125.140625 242.74268 125.078125 242.2583Q124.328125 243.05518 123.28125 243.05518Q122.34375 243.05518 121.734375 242.52393Q121.140625 241.99268 121.140625 241.16455Q121.140625 240.18018 121.890625 239.6333Q122.640625 239.08643 124.015625 239.08643L125.0625 239.08643L125.0625 238.58643Q125.0625 238.02393 124.71875 237.6958Q124.390625 237.35205 123.71875 237.35205Q123.140625 237.35205 122.75 237.64893Q122.359375 237.93018 122.359375 238.35205L121.265625 238.35205Q121.265625 237.86768 121.59375 237.43018Q121.9375 236.99268 122.515625 236.74268Q123.09375 236.47705 123.78125 236.47705Q124.890625 236.47705 125.5 237.02393Q126.125 237.5708 126.15625 238.52393L126.15625 241.4458Q126.15625 242.3208 126.375 242.83643L126.375 242.93018L125.234375 242.93018ZM123.4375 242.10205Q123.953125 242.10205 124.40625 241.83643Q124.859375 241.5708 125.0625 241.14893L125.0625 239.85205L124.21875 239.85205Q122.21875 239.85205 122.21875 241.02393Q122.21875 241.52393 122.5625 241.8208Q122.90625 242.10205 123.4375 242.10205ZM129.34375 236.58643L129.375 237.3833Q130.10938 236.47705 131.28125 236.47705Q133.29688 236.47705 133.3125 238.74268L133.3125 242.93018L132.21875 242.93018L132.21875 238.72705Q132.21875 238.05518 131.90625 237.72705Q131.60938 237.39893 130.95312 237.39893Q130.42188 237.39893 130.01562 237.68018Q129.625 237.96143 129.40625 238.41455L129.40625 242.93018L128.32812 242.93018L128.32812 236.58643L129.34375 236.58643ZM139.23438 242.30518Q138.60938 243.05518 137.375 243.05518Q136.35938 243.05518 135.82812 242.46143Q135.29688 241.86768 135.29688 240.71143L135.29688 236.58643L136.375 236.58643L136.375 240.68018Q136.375 242.1333 137.54688 242.1333Q138.79688 242.1333 139.20312 241.1958L139.20312 236.58643L140.29688 236.58643L140.29688 242.93018L139.26562 242.93018L139.23438 242.30518ZM143.5 242.93018L142.42188 242.93018L142.42188 233.93018L143.5 233.93018L143.5 242.93018ZM149.23438 242.93018Q149.14062 242.74268 149.07812 242.2583Q148.32812 243.05518 147.28125 243.05518Q146.34375 243.05518 145.73438 242.52393Q145.14062 241.99268 145.14062 241.16455Q145.14062 240.18018 145.89062 239.6333Q146.64062 239.08643 148.01562 239.08643L149.0625 239.08643L149.0625 238.58643Q149.0625 238.02393 148.71875 237.6958Q148.39062 237.35205 147.71875 237.35205Q147.14062 237.35205 146.75 237.64893Q146.35938 237.93018 146.35938 238.35205L145.26562 238.35205Q145.26562 237.86768 145.59375 237.43018Q145.9375 236.99268 146.51562 236.74268Q147.09375 236.47705 147.78125 236.47705Q148.89062 236.47705 149.5 237.02393Q150.125 237.5708 150.15625 238.52393L150.15625 241.4458Q150.15625 242.3208 150.375 242.83643L150.375 242.93018L149.23438 242.93018ZM147.4375 242.10205Q147.95312 242.10205 148.40625 241.83643Q148.85938 241.5708 149.0625 241.14893L149.0625 239.85205L148.21875 239.85205Q146.21875 239.85205 146.21875 241.02393Q146.21875 241.52393 146.5625 241.8208Q146.90625 242.10205 147.4375 242.10205ZM155.39062 237.55518Q155.14062 237.52393 154.85938 237.52393Q153.78125 237.52393 153.40625 238.43018L153.40625 242.93018L152.32812 242.93018L152.32812 236.58643L153.375 236.58643L153.39062 237.3208Q153.92188 236.47705 154.90625 236.47705Q155.21875 236.47705 155.39062 236.55518L155.39062 237.55518ZM157.5 242.93018L156.42188 242.93018L156.42188 236.58643L157.5 236.58643L157.5 242.93018ZM156.32812 234.91455Q156.32812 234.64893 156.48438 234.46143Q156.65625 234.27393 156.96875 234.27393Q157.28125 234.27393 157.4375 234.46143Q157.60938 234.64893 157.60938 234.91455Q157.60938 235.16455 157.4375 235.35205Q157.28125 235.52393 156.96875 235.52393Q156.65625 235.52393 156.48438 235.35205Q156.32812 235.16455 156.32812 234.91455ZM160.79688 235.05518L160.79688 236.58643L161.96875 236.58643L161.96875 237.43018L160.79688 237.43018L160.79688 241.35205Q160.79688 241.74268 160.95312 241.93018Q161.10938 242.11768 161.48438 242.11768Q161.67188 242.11768 162.0 242.05518L162.0 242.93018Q161.57812 243.05518 161.17188 243.05518Q160.45312 243.05518 160.07812 242.61768Q159.70312 242.16455 159.70312 241.35205L159.70312 237.43018L158.54688 237.43018L158.54688 236.58643L159.70312 236.58643L159.70312 235.05518L160.79688 235.05518ZM165.39062 241.33643L166.875 236.58643L168.03125 236.58643L165.48438 243.91455Q164.89062 245.49268 163.60938 245.49268L163.39062 245.47705L163.0 245.39893L163.0 244.52393L163.28125 244.53955Q163.84375 244.53955 164.14062 244.3208Q164.45312 244.10205 164.65625 243.5083L164.89062 242.85205L162.625 236.58643L163.8125 236.58643L165.39062 241.33643ZM172.85938 242.93018L172.85938 237.43018L171.85938 237.43018L171.85938 236.58643L172.85938 236.58643L172.85938 235.9458Q172.85938 234.91455 173.39062 234.36768Q173.9375 233.80518 174.9375 233.80518Q175.3125 233.80518 175.6875 233.89893L175.625 234.78955Q175.34375 234.72705 175.04688 234.72705Q174.51562 234.72705 174.21875 235.03955Q173.9375 235.35205 173.9375 235.91455L173.9375 236.58643L175.29688 236.58643L175.29688 237.43018L173.9375 237.43018L173.9375 242.93018L172.85938 242.93018ZM179.39062 237.55518Q179.14062 237.52393 178.85938 237.52393Q177.78125 237.52393 177.40625 238.43018L177.40625 242.93018L176.32812 242.93018L176.32812 236.58643L177.375 236.58643L177.39062 237.3208Q177.92188 236.47705 178.90625 236.47705Q179.21875 236.47705 179.39062 236.55518L179.39062 237.55518ZM180.03125 239.6958Q180.03125 238.77393 180.39062 238.02393Q180.76562 237.27393 181.42188 236.8833Q182.07812 236.47705 182.90625 236.47705Q184.20312 236.47705 185.0 237.36768Q185.8125 238.2583 185.8125 239.7583L185.8125 239.83643Q185.8125 240.7583 185.45312 241.49268Q185.09375 242.22705 184.4375 242.64893Q183.78125 243.05518 182.92188 243.05518Q181.64062 243.05518 180.82812 242.16455Q180.03125 241.2583 180.03125 239.77393L180.03125 239.6958ZM181.125 239.83643Q181.125 240.8833 181.60938 241.52393Q182.10938 242.16455 182.92188 242.16455Q183.75 242.16455 184.23438 241.52393Q184.71875 240.86768 184.71875 239.6958Q184.71875 238.66455 184.21875 238.02393Q183.73438 237.36768 182.90625 237.36768Q182.10938 237.36768 181.60938 238.0083Q181.125 238.6333 181.125 239.83643ZM188.34375 236.58643L188.375 237.28955Q189.0625 236.47705 190.25 236.47705Q191.57812 236.47705 192.0625 237.49268Q192.375 237.03955 192.875 236.7583Q193.39062 236.47705 194.07812 236.47705Q196.17188 236.47705 196.20312 238.68018L196.20312 242.93018L195.125 242.93018L195.125 238.74268Q195.125 238.0708 194.8125 237.74268Q194.5 237.39893 193.76562 237.39893Q193.15625 237.39893 192.75 237.7583Q192.35938 238.11768 192.29688 238.72705L192.29688 242.93018L191.21875 242.93018L191.21875 238.77393Q191.21875 237.39893 189.85938 237.39893Q188.79688 237.39893 188.40625 238.30518L188.40625 242.93018L187.3125 242.93018L187.3125 236.58643L188.34375 236.58643ZM202.79688 235.05518L202.79688 236.58643L203.96875 236.58643L203.96875 237.43018L202.79688 237.43018L202.79688 241.35205Q202.79688 241.74268 202.95312 241.93018Q203.10938 242.11768 203.48438 242.11768Q203.67188 242.11768 204.0 242.05518L204.0 242.93018Q203.57812 243.05518 203.17188 243.05518Q202.45312 243.05518 202.07812 242.61768Q201.70312 242.16455 201.70312 241.35205L201.70312 237.43018L200.54688 237.43018L200.54688 236.58643L201.70312 236.58643L201.70312 235.05518L202.79688 235.05518ZM205.03125 239.6958Q205.03125 238.77393 205.39062 238.02393Q205.76562 237.27393 206.42188 236.8833Q207.07812 236.47705 207.90625 236.47705Q209.20312 236.47705 210.0 237.36768Q210.8125 238.2583 210.8125 239.7583L210.8125 239.83643Q210.8125 240.7583 210.45312 241.49268Q210.09375 242.22705 209.4375 242.64893Q208.78125 243.05518 207.92188 243.05518Q206.64062 243.05518 205.82812 242.16455Q205.03125 241.2583 205.03125 239.77393L205.03125 239.6958ZM206.125 239.83643Q206.125 240.8833 206.60938 241.52393Q207.10938 242.16455 207.92188 242.16455Q208.75 242.16455 209.23438 241.52393Q209.71875 240.86768 209.71875 239.6958Q209.71875 238.66455 209.21875 238.02393Q208.73438 237.36768 207.90625 237.36768Q207.10938 237.36768 206.60938 238.0083Q206.125 238.6333 206.125 239.83643ZM212.03125 239.6958Q212.03125 238.77393 212.39062 238.02393Q212.76562 237.27393 213.42188 236.8833Q214.07812 236.47705 214.90625 236.47705Q216.20312 236.47705 217.0 237.36768Q217.8125 238.2583 217.8125 239.7583L217.8125 239.83643Q217.8125 240.7583 217.45312 241.49268Q217.09375 242.22705 216.4375 242.64893Q215.78125 243.05518 214.92188 243.05518Q213.64062 243.05518 212.82812 242.16455Q212.03125 241.2583 212.03125 239.77393L212.03125 239.6958ZM213.125 239.83643Q213.125 240.8833 213.60938 241.52393Q214.10938 242.16455 214.92188 242.16455Q215.75 242.16455 216.23438 241.52393Q216.71875 240.86768 216.71875 239.6958Q216.71875 238.66455 216.21875 238.02393Q215.73438 237.36768 214.90625 237.36768Q214.10938 237.36768 213.60938 238.0083Q213.125 238.6333 213.125 239.83643ZM220.5 242.93018L219.42188 242.93018L219.42188 233.93018L220.5 233.93018L220.5 242.93018ZM226.01562 241.24268Q226.01562 240.80518 225.67188 240.5708Q225.34375 240.3208 224.51562 240.14893Q223.70312 239.97705 223.21875 239.72705Q222.73438 239.47705 222.5 239.14893Q222.28125 238.80518 222.28125 238.33643Q222.28125 237.55518 222.9375 237.02393Q223.59375 236.47705 224.625 236.47705Q225.70312 236.47705 226.35938 237.03955Q227.03125 237.58643 227.03125 238.4458L225.95312 238.4458Q225.95312 238.0083 225.5625 237.6958Q225.1875 237.36768 224.625 237.36768Q224.03125 237.36768 223.6875 237.6333Q223.35938 237.8833 223.35938 238.28955Q223.35938 238.68018 223.67188 238.8833Q223.98438 239.08643 224.79688 239.27393Q225.60938 239.4458 226.10938 239.6958Q226.60938 239.9458 226.84375 240.30518Q227.09375 240.66455 227.09375 241.16455Q227.09375 242.02393 226.40625 242.53955Q225.73438 243.05518 224.65625 243.05518Q223.89062 243.05518 223.29688 242.78955Q222.71875 242.5083 222.39062 242.02393Q222.0625 241.53955 222.0625 240.97705L223.14062 240.97705Q223.17188 241.52393 223.57812 241.85205Q223.98438 242.16455 224.65625 242.16455Q225.26562 242.16455 225.64062 241.91455Q226.01562 241.66455 226.01562 241.24268Z" fill-rule="nonzero"/><path fill="#666666" d="M69.765625 264.50848Q69.609375 265.85223 68.765625 266.60223Q67.921875 267.3366 66.53125 267.3366Q65.015625 267.3366 64.109375 266.25848Q63.203125 265.16473 63.203125 263.3366L63.203125 262.5241Q63.203125 261.3366 63.625 260.43036Q64.046875 259.5241 64.828125 259.03973Q65.609375 258.55536 66.625 258.55536Q67.984375 258.55536 68.796875 259.32098Q69.625 260.0866 69.765625 261.41473L68.640625 261.41473Q68.484375 260.3991 68.0 259.94598Q67.515625 259.49286 66.625 259.49286Q65.546875 259.49286 64.9375 260.28973Q64.328125 261.0866 64.328125 262.55536L64.328125 263.38348Q64.328125 264.7741 64.90625 265.60223Q65.484375 266.41473 66.53125 266.41473Q67.46875 266.41473 67.96875 265.99286Q68.46875 265.55536 68.640625 264.50848L69.765625 264.50848ZM72.40625 261.63348Q73.125 260.75848 74.28125 260.75848Q76.296875 260.75848 76.3125 263.0241L76.3125 267.2116L75.21875 267.2116L75.21875 263.00848Q75.21875 262.3366 74.90625 262.00848Q74.609375 261.68036 73.953125 261.68036Q73.421875 261.68036 73.015625 261.9616Q72.625 262.24286 72.40625 262.69598L72.40625 267.2116L71.328125 267.2116L71.328125 258.2116L72.40625 258.2116L72.40625 261.63348ZM82.234375 267.2116Q82.140625 267.0241 82.078125 266.53973Q81.328125 267.3366 80.28125 267.3366Q79.34375 267.3366 78.734375 266.80536Q78.140625 266.2741 78.140625 265.44598Q78.140625 264.4616 78.890625 263.91473Q79.640625 263.36786 81.015625 263.36786L82.0625 263.36786L82.0625 262.86786Q82.0625 262.30536 81.71875 261.97723Q81.390625 261.63348 80.71875 261.63348Q80.140625 261.63348 79.75 261.93036Q79.359375 262.2116 79.359375 262.63348L78.265625 262.63348Q78.265625 262.1491 78.59375 261.7116Q78.9375 261.2741 79.515625 261.0241Q80.09375 260.75848 80.78125 260.75848Q81.890625 260.75848 82.5 261.30536Q83.125 261.85223 83.15625 262.80536L83.15625 265.72723Q83.15625 266.60223 83.375 267.11786L83.375 267.2116L82.234375 267.2116ZM80.4375 266.38348Q80.953125 266.38348 81.40625 266.11786Q81.859375 265.85223 82.0625 265.43036L82.0625 264.13348L81.21875 264.13348Q79.21875 264.13348 79.21875 265.30536Q79.21875 265.80536 79.5625 266.10223Q79.90625 266.38348 80.4375 266.38348ZM86.5 267.2116L85.421875 267.2116L85.421875 258.2116L86.5 258.2116L86.5 267.2116ZM89.5 267.2116L88.421875 267.2116L88.421875 258.2116L89.5 258.2116L89.5 267.2116ZM93.953125 267.3366Q92.65625 267.3366 91.84375 266.49286Q91.046875 265.63348 91.046875 264.2116L91.046875 264.0241Q91.046875 263.07098 91.40625 262.3366Q91.765625 261.5866 92.40625 261.18036Q93.0625 260.75848 93.8125 260.75848Q95.046875 260.75848 95.734375 261.57098Q96.421875 262.38348 96.421875 263.8991L96.421875 264.35223L92.125 264.35223Q92.15625 265.28973 92.671875 265.86786Q93.203125 266.44598 94.015625 266.44598Q94.578125 266.44598 94.96875 266.2116Q95.375 265.97723 95.6875 265.5866L96.34375 266.10223Q95.546875 267.3366 93.953125 267.3366ZM93.8125 261.6491Q93.15625 261.6491 92.703125 262.13348Q92.265625 262.60223 92.171875 263.4616L95.34375 263.4616L95.34375 263.38348Q95.296875 262.55536 94.890625 262.10223Q94.5 261.6491 93.8125 261.6491ZM98.34375 260.86786L98.375 261.66473Q99.109375 260.75848 100.28125 260.75848Q102.296875 260.75848 102.3125 263.0241L102.3125 267.2116L101.21875 267.2116L101.21875 263.00848Q101.21875 262.3366 100.90625 262.00848Q100.609375 261.68036 99.953125 261.68036Q99.421875 261.68036 99.015625 261.9616Q98.625 262.24286 98.40625 262.69598L98.40625 267.2116L97.328125 267.2116L97.328125 260.86786L98.34375 260.86786ZM104.0625 263.99286Q104.0625 262.50848 104.75 261.63348Q105.4375 260.75848 106.5625 260.75848Q107.71875 260.75848 108.375 261.57098L108.421875 260.86786L109.421875 260.86786L109.421875 267.05536Q109.421875 268.28973 108.6875 268.99286Q107.953125 269.7116 106.734375 269.7116Q106.046875 269.7116 105.390625 269.41473Q104.734375 269.11786 104.390625 268.61786L104.953125 267.9616Q105.640625 268.82098 106.65625 268.82098Q107.4375 268.82098 107.875 268.36786Q108.328125 267.93036 108.328125 267.11786L108.328125 266.57098Q107.671875 267.3366 106.546875 267.3366Q105.4375 267.3366 104.75 266.44598Q104.0625 265.53973 104.0625 263.99286ZM105.15625 264.11786Q105.15625 265.18036 105.59375 265.80536Q106.03125 266.41473 106.828125 266.41473Q107.84375 266.41473 108.328125 265.47723L108.328125 262.5866Q107.828125 261.68036 106.828125 261.68036Q106.046875 261.68036 105.59375 262.28973Q105.15625 262.8991 105.15625 264.11786ZM112.5 267.2116L111.421875 267.2116L111.421875 260.86786L112.5 260.86786L112.5 267.2116ZM111.328125 259.19598Q111.328125 258.93036 111.484375 258.74286Q111.65625 258.55536 111.96875 258.55536Q112.28125 258.55536 112.4375 258.74286Q112.609375 258.93036 112.609375 259.19598Q112.609375 259.44598 112.4375 259.63348Q112.28125 259.80536 111.96875 259.80536Q111.65625 259.80536 111.484375 259.63348Q111.328125 259.44598 111.328125 259.19598ZM115.34375 260.86786L115.375 261.66473Q116.109375 260.75848 117.28125 260.75848Q119.296875 260.75848 119.3125 263.0241L119.3125 267.2116L118.21875 267.2116L118.21875 263.00848Q118.21875 262.3366 117.90625 262.00848Q117.609375 261.68036 116.953125 261.68036Q116.421875 261.68036 116.015625 261.9616Q115.625 262.24286 115.40625 262.69598L115.40625 267.2116L114.328125 267.2116L114.328125 260.86786L115.34375 260.86786ZM121.0625 263.99286Q121.0625 262.50848 121.75 261.63348Q122.4375 260.75848 123.5625 260.75848Q124.71875 260.75848 125.375 261.57098L125.421875 260.86786L126.421875 260.86786L126.421875 267.05536Q126.421875 268.28973 125.6875 268.99286Q124.953125 269.7116 123.734375 269.7116Q123.046875 269.7116 122.390625 269.41473Q121.734375 269.11786 121.390625 268.61786L121.953125 267.9616Q122.640625 268.82098 123.65625 268.82098Q124.4375 268.82098 124.875 268.36786Q125.328125 267.93036 125.328125 267.11786L125.328125 266.57098Q124.671875 267.3366 123.546875 267.3366Q122.4375 267.3366 121.75 266.44598Q121.0625 265.53973 121.0625 263.99286ZM122.15625 264.11786Q122.15625 265.18036 122.59375 265.80536Q123.03125 266.41473 123.828125 266.41473Q124.84375 266.41473 125.328125 265.47723L125.328125 262.5866Q124.828125 261.68036 123.828125 261.68036Q123.046875 261.68036 122.59375 262.28973Q122.15625 262.8991 122.15625 264.11786ZM132.79688 259.3366L132.79688 260.86786L133.96875 260.86786L133.96875 261.7116L132.79688 261.7116L132.79688 265.63348Q132.79688 266.0241 132.95312 266.2116Q133.10938 266.3991 133.48438 266.3991Q133.67188 266.3991 134.0 266.3366L134.0 267.2116Q133.57812 267.3366 133.17188 267.3366Q132.45312 267.3366 132.07812 266.8991Q131.70312 266.44598 131.70312 265.63348L131.70312 261.7116L130.54688 261.7116L130.54688 260.86786L131.70312 260.86786L131.70312 259.3366L132.79688 259.3366ZM135.03125 263.97723Q135.03125 263.05536 135.39062 262.30536Q135.76562 261.55536 136.42188 261.16473Q137.07812 260.75848 137.90625 260.75848Q139.20312 260.75848 140.0 261.6491Q140.8125 262.53973 140.8125 264.03973L140.8125 264.11786Q140.8125 265.03973 140.45312 265.7741Q140.09375 266.50848 139.4375 266.93036Q138.78125 267.3366 137.92188 267.3366Q136.64062 267.3366 135.82812 266.44598Q135.03125 265.53973 135.03125 264.05536L135.03125 263.97723ZM136.125 264.11786Q136.125 265.16473 136.60938 265.80536Q137.10938 266.44598 137.92188 266.44598Q138.75 266.44598 139.23438 265.80536Q139.71875 265.1491 139.71875 263.97723Q139.71875 262.94598 139.21875 262.30536Q138.73438 261.6491 137.90625 261.6491Q137.10938 261.6491 136.60938 262.28973Q136.125 262.91473 136.125 264.11786ZM150.67188 264.11786Q150.67188 265.55536 150.01562 266.44598Q149.35938 267.3366 148.21875 267.3366Q147.0625 267.3366 146.40625 266.60223L146.40625 269.6491L145.32812 269.6491L145.32812 260.86786L146.3125 260.86786L146.35938 261.57098Q147.03125 260.75848 148.20312 260.75848Q149.34375 260.75848 150.0 261.61786Q150.67188 262.47723 150.67188 264.00848L150.67188 264.11786ZM149.59375 263.99286Q149.59375 262.91473 149.125 262.30536Q148.67188 261.68036 147.875 261.68036Q146.89062 261.68036 146.40625 262.53973L146.40625 265.57098Q146.89062 266.44598 147.89062 266.44598Q148.67188 266.44598 149.125 265.8366Q149.59375 265.2116 149.59375 263.99286ZM155.39062 261.8366Q155.14062 261.80536 154.85938 261.80536Q153.78125 261.80536 153.40625 262.7116L153.40625 267.2116L152.32812 267.2116L152.32812 260.86786L153.375 260.86786L153.39062 261.60223Q153.92188 260.75848 154.90625 260.75848Q155.21875 260.75848 155.39062 260.8366L155.39062 261.8366ZM156.03125 263.97723Q156.03125 263.05536 156.39062 262.30536Q156.76562 261.55536 157.42188 261.16473Q158.07812 260.75848 158.90625 260.75848Q160.20312 260.75848 161.0 261.6491Q161.8125 262.53973 161.8125 264.03973L161.8125 264.11786Q161.8125 265.03973 161.45312 265.7741Q161.09375 266.50848 160.4375 266.93036Q159.78125 267.3366 158.92188 267.3366Q157.64062 267.3366 156.82812 266.44598Q156.03125 265.53973 156.03125 264.05536L156.03125 263.97723ZM157.125 264.11786Q157.125 265.16473 157.60938 265.80536Q158.10938 266.44598 158.92188 266.44598Q159.75 266.44598 160.23438 265.80536Q160.71875 265.1491 160.71875 263.97723Q160.71875 262.94598 160.21875 262.30536Q159.73438 261.6491 158.90625 261.6491Q158.10938 261.6491 157.60938 262.28973Q157.125 262.91473 157.125 264.11786ZM163.85938 267.2116L163.85938 261.7116L162.85938 261.7116L162.85938 260.86786L163.85938 260.86786L163.85938 260.22723Q163.85938 259.19598 164.39062 258.6491Q164.9375 258.0866 165.9375 258.0866Q166.3125 258.0866 166.6875 258.18036L166.625 259.07098Q166.34375 259.00848 166.04688 259.00848Q165.51562 259.00848 165.21875 259.32098Q164.9375 259.63348 164.9375 260.19598L164.9375 260.86786L166.29688 260.86786L166.29688 261.7116L164.9375 261.7116L164.9375 267.2116L163.85938 267.2116ZM168.5 267.2116L167.42188 267.2116L167.42188 260.86786L168.5 260.86786L168.5 267.2116ZM167.32812 259.19598Q167.32812 258.93036 167.48438 258.74286Q167.65625 258.55536 167.96875 258.55536Q168.28125 258.55536 168.4375 258.74286Q168.60938 258.93036 168.60938 259.19598Q168.60938 259.44598 168.4375 259.63348Q168.28125 259.80536 167.96875 259.80536Q167.65625 259.80536 167.48438 259.63348Q167.32812 259.44598 167.32812 259.19598ZM171.5 267.2116L170.42188 267.2116L170.42188 258.2116L171.5 258.2116L171.5 267.2116ZM175.95312 267.3366Q174.65625 267.3366 173.84375 266.49286Q173.04688 265.63348 173.04688 264.2116L173.04688 264.0241Q173.04688 263.07098 173.40625 262.3366Q173.76562 261.5866 174.40625 261.18036Q175.0625 260.75848 175.8125 260.75848Q177.04688 260.75848 177.73438 261.57098Q178.42188 262.38348 178.42188 263.8991L178.42188 264.35223L174.125 264.35223Q174.15625 265.28973 174.67188 265.86786Q175.20312 266.44598 176.01562 266.44598Q176.57812 266.44598 176.96875 266.2116Q177.375 265.97723 177.6875 265.5866L178.34375 266.10223Q177.54688 267.3366 175.95312 267.3366ZM175.8125 261.6491Q175.15625 261.6491 174.70312 262.13348Q174.26562 262.60223 174.17188 263.4616L177.34375 263.4616L177.34375 263.38348Q177.29688 262.55536 176.89062 262.10223Q176.5 261.6491 175.8125 261.6491ZM185.39062 261.8366Q185.14062 261.80536 184.85938 261.80536Q183.78125 261.80536 183.40625 262.7116L183.40625 267.2116L182.32812 267.2116L182.32812 260.86786L183.375 260.86786L183.39062 261.60223Q183.92188 260.75848 184.90625 260.75848Q185.21875 260.75848 185.39062 260.8366L185.39062 261.8366ZM188.95312 267.3366Q187.65625 267.3366 186.84375 266.49286Q186.04688 265.63348 186.04688 264.2116L186.04688 264.0241Q186.04688 263.07098 186.40625 262.3366Q186.76562 261.5866 187.40625 261.18036Q188.0625 260.75848 188.8125 260.75848Q190.04688 260.75848 190.73438 261.57098Q191.42188 262.38348 191.42188 263.8991L191.42188 264.35223L187.125 264.35223Q187.15625 265.28973 187.67188 265.86786Q188.20312 266.44598 189.01562 266.44598Q189.57812 266.44598 189.96875 266.2116Q190.375 265.97723 190.6875 265.5866L191.34375 266.10223Q190.54688 267.3366 188.95312 267.3366ZM188.8125 261.6491Q188.15625 261.6491 187.70312 262.13348Q187.26562 262.60223 187.17188 263.4616L190.34375 263.4616L190.34375 263.38348Q190.29688 262.55536 189.89062 262.10223Q189.5 261.6491 188.8125 261.6491ZM193.34375 260.86786L193.375 261.57098Q194.0625 260.75848 195.25 260.75848Q196.57812 260.75848 197.0625 261.7741Q197.375 261.32098 197.875 261.03973Q198.39062 260.75848 199.07812 260.75848Q201.17188 260.75848 201.20312 262.9616L201.20312 267.2116L200.125 267.2116L200.125 263.0241Q200.125 262.35223 199.8125 262.0241Q199.5 261.68036 198.76562 261.68036Q198.15625 261.68036 197.75 262.03973Q197.35938 262.3991 197.29688 263.00848L197.29688 267.2116L196.21875 267.2116L196.21875 263.05536Q196.21875 261.68036 194.85938 261.68036Q193.79688 261.68036 193.40625 262.5866L193.40625 267.2116L192.3125 267.2116L192.3125 260.86786L193.34375 260.86786ZM203.03125 263.97723Q203.03125 263.05536 203.39062 262.30536Q203.76562 261.55536 204.42188 261.16473Q205.07812 260.75848 205.90625 260.75848Q207.20312 260.75848 208.0 261.6491Q208.8125 262.53973 208.8125 264.03973L208.8125 264.11786Q208.8125 265.03973 208.45312 265.7741Q208.09375 266.50848 207.4375 266.93036Q206.78125 267.3366 205.92188 267.3366Q204.64062 267.3366 203.82812 266.44598Q203.03125 265.53973 203.03125 264.05536L203.03125 263.97723ZM204.125 264.11786Q204.125 265.16473 204.60938 265.80536Q205.10938 266.44598 205.92188 266.44598Q206.75 266.44598 207.23438 265.80536Q207.71875 265.1491 207.71875 263.97723Q207.71875 262.94598 207.21875 262.30536Q206.73438 261.6491 205.90625 261.6491Q205.10938 261.6491 204.60938 262.28973Q204.125 262.91473 204.125 264.11786ZM211.79688 259.3366L211.79688 260.86786L212.96875 260.86786L212.96875 261.7116L211.79688 261.7116L211.79688 265.63348Q211.79688 266.0241 211.95312 266.2116Q212.10938 266.3991 212.48438 266.3991Q212.67188 266.3991 213.0 266.3366L213.0 267.2116Q212.57812 267.3366 212.17188 267.3366Q211.45312 267.3366 211.07812 266.8991Q210.70312 266.44598 210.70312 265.63348L210.70312 261.7116L209.54688 261.7116L209.54688 260.86786L210.70312 260.86786L210.70312 259.3366L211.79688 259.3366ZM216.95312 267.3366Q215.65625 267.3366 214.84375 266.49286Q214.04688 265.63348 214.04688 264.2116L214.04688 264.0241Q214.04688 263.07098 214.40625 262.3366Q214.76562 261.5866 215.40625 261.18036Q216.0625 260.75848 216.8125 260.75848Q218.04688 260.75848 218.73438 261.57098Q219.42188 262.38348 219.42188 263.8991L219.42188 264.35223L215.125 264.35223Q215.15625 265.28973 215.67188 265.86786Q216.20312 266.44598 217.01562 266.44598Q217.57812 266.44598 217.96875 266.2116Q218.375 265.97723 218.6875 265.5866L219.34375 266.10223Q218.54688 267.3366 216.95312 267.3366ZM216.8125 261.6491Q216.15625 261.6491 215.70312 262.13348Q215.26562 262.60223 215.17188 263.4616L218.34375 263.4616L218.34375 263.38348Q218.29688 262.55536 217.89062 262.10223Q217.5 261.6491 216.8125 261.6491ZM223.53125 267.94598L222.60938 267.94598L226.17188 258.68036L227.09375 258.68036L223.53125 267.94598Z" fill-rule="nonzero"/><path fill="#666666" d="M109.859375 281.44598Q110.4375 281.44598 110.875 281.10223Q111.3125 280.74286 111.359375 280.2116L112.390625 280.2116Q112.359375 280.75848 112.0 281.25848Q111.65625 281.74286 111.078125 282.03973Q110.515625 282.3366 109.859375 282.3366Q108.5625 282.3366 107.796875 281.47723Q107.046875 280.60223 107.046875 279.10223L107.046875 278.91473Q107.046875 277.99286 107.375 277.2741Q107.71875 276.55536 108.34375 276.16473Q108.984375 275.75848 109.859375 275.75848Q110.921875 275.75848 111.625 276.3991Q112.34375 277.0241 112.390625 278.05536L111.359375 278.05536Q111.3125 277.43036 110.890625 277.03973Q110.46875 276.6491 109.859375 276.6491Q109.03125 276.6491 108.578125 277.24286Q108.125 277.8366 108.125 278.9616L108.125 279.16473Q108.125 280.25848 108.578125 280.85223Q109.03125 281.44598 109.859375 281.44598ZM113.03125 278.97723Q113.03125 278.05536 113.390625 277.30536Q113.765625 276.55536 114.421875 276.16473Q115.078125 275.75848 115.90625 275.75848Q117.203125 275.75848 118.0 276.6491Q118.8125 277.53973 118.8125 279.03973L118.8125 279.11786Q118.8125 280.03973 118.453125 280.7741Q118.09375 281.50848 117.4375 281.93036Q116.78125 282.3366 115.921875 282.3366Q114.640625 282.3366 113.828125 281.44598Q113.03125 280.53973 113.03125 279.05536L113.03125 278.97723ZM114.125 279.11786Q114.125 280.16473 114.609375 280.80536Q115.109375 281.44598 115.921875 281.44598Q116.75 281.44598 117.234375 280.80536Q117.71875 280.1491 117.71875 278.97723Q117.71875 277.94598 117.21875 277.30536Q116.734375 276.6491 115.90625 276.6491Q115.109375 276.6491 114.609375 277.28973Q114.125 277.91473 114.125 279.11786ZM121.34375 275.86786L121.375 276.66473Q122.109375 275.75848 123.28125 275.75848Q125.296875 275.75848 125.3125 278.0241L125.3125 282.2116L124.21875 282.2116L124.21875 278.00848Q124.21875 277.3366 123.90625 277.00848Q123.609375 276.68036 122.953125 276.68036Q122.421875 276.68036 122.015625 276.9616Q121.625 277.24286 121.40625 277.69598L121.40625 282.2116L120.328125 282.2116L120.328125 275.86786L121.34375 275.86786ZM128.79688 274.3366L128.79688 275.86786L129.96875 275.86786L129.96875 276.7116L128.79688 276.7116L128.79688 280.63348Q128.79688 281.0241 128.95312 281.2116Q129.10938 281.3991 129.48438 281.3991Q129.67188 281.3991 130.0 281.3366L130.0 282.2116Q129.57812 282.3366 129.17188 282.3366Q128.45312 282.3366 128.07812 281.8991Q127.703125 281.44598 127.703125 280.63348L127.703125 276.7116L126.546875 276.7116L126.546875 275.86786L127.703125 275.86786L127.703125 274.3366L128.79688 274.3366ZM135.23438 282.2116Q135.14062 282.0241 135.07812 281.53973Q134.32812 282.3366 133.28125 282.3366Q132.34375 282.3366 131.73438 281.80536Q131.14062 281.2741 131.14062 280.44598Q131.14062 279.4616 131.89062 278.91473Q132.64062 278.36786 134.01562 278.36786L135.0625 278.36786L135.0625 277.86786Q135.0625 277.30536 134.71875 276.97723Q134.39062 276.63348 133.71875 276.63348Q133.14062 276.63348 132.75 276.93036Q132.35938 277.2116 132.35938 277.63348L131.26562 277.63348Q131.26562 277.1491 131.59375 276.7116Q131.9375 276.2741 132.51562 276.0241Q133.09375 275.75848 133.78125 275.75848Q134.89062 275.75848 135.5 276.30536Q136.125 276.85223 136.15625 277.80536L136.15625 280.72723Q136.15625 281.60223 136.375 282.11786L136.375 282.2116L135.23438 282.2116ZM133.4375 281.38348Q133.95312 281.38348 134.40625 281.11786Q134.85938 280.85223 135.0625 280.43036L135.0625 279.13348L134.21875 279.13348Q132.21875 279.13348 132.21875 280.30536Q132.21875 280.80536 132.5625 281.10223Q132.90625 281.38348 133.4375 281.38348ZM139.5 282.2116L138.42188 282.2116L138.42188 275.86786L139.5 275.86786L139.5 282.2116ZM138.32812 274.19598Q138.32812 273.93036 138.48438 273.74286Q138.65625 273.55536 138.96875 273.55536Q139.28125 273.55536 139.4375 273.74286Q139.60938 273.93036 139.60938 274.19598Q139.60938 274.44598 139.4375 274.63348Q139.28125 274.80536 138.96875 274.80536Q138.65625 274.80536 138.48438 274.63348Q138.32812 274.44598 138.32812 274.19598ZM142.34375 275.86786L142.375 276.66473Q143.10938 275.75848 144.28125 275.75848Q146.29688 275.75848 146.3125 278.0241L146.3125 282.2116L145.21875 282.2116L145.21875 278.00848Q145.21875 277.3366 144.90625 277.00848Q144.60938 276.68036 143.95312 276.68036Q143.42188 276.68036 143.01562 276.9616Q142.625 277.24286 142.40625 277.69598L142.40625 282.2116L141.32812 282.2116L141.32812 275.86786L142.34375 275.86786ZM150.95312 282.3366Q149.65625 282.3366 148.84375 281.49286Q148.04688 280.63348 148.04688 279.2116L148.04688 279.0241Q148.04688 278.07098 148.40625 277.3366Q148.76562 276.5866 149.40625 276.18036Q150.0625 275.75848 150.8125 275.75848Q152.04688 275.75848 152.73438 276.57098Q153.42188 277.38348 153.42188 278.8991L153.42188 279.35223L149.125 279.35223Q149.15625 280.28973 149.67188 280.86786Q150.20312 281.44598 151.01562 281.44598Q151.57812 281.44598 151.96875 281.2116Q152.375 280.97723 152.6875 280.5866L153.34375 281.10223Q152.54688 282.3366 150.95312 282.3366ZM150.8125 276.6491Q150.15625 276.6491 149.70312 277.13348Q149.26562 277.60223 149.17188 278.4616L152.34375 278.4616L152.34375 278.38348Q152.29688 277.55536 151.89062 277.10223Q151.5 276.6491 150.8125 276.6491ZM157.39062 276.8366Q157.14062 276.80536 156.85938 276.80536Q155.78125 276.80536 155.40625 277.7116L155.40625 282.2116L154.32812 282.2116L154.32812 275.86786L155.375 275.86786L155.39062 276.60223Q155.92188 275.75848 156.90625 275.75848Q157.21875 275.75848 157.39062 275.8366L157.39062 276.8366ZM159.5 282.2116L158.42188 282.2116L158.42188 275.86786L159.5 275.86786L159.5 282.2116ZM158.32812 274.19598Q158.32812 273.93036 158.48438 273.74286Q158.65625 273.55536 158.96875 273.55536Q159.28125 273.55536 159.4375 273.74286Q159.60938 273.93036 159.60938 274.19598Q159.60938 274.44598 159.4375 274.63348Q159.28125 274.80536 158.96875 274.80536Q158.65625 274.80536 158.48438 274.63348Q158.32812 274.44598 158.32812 274.19598ZM162.34375 281.32098L166.04688 281.32098L166.04688 282.2116L161.01562 282.2116L161.01562 281.41473L164.51562 276.7741L161.0625 276.7741L161.0625 275.86786L165.875 275.86786L165.875 276.63348L162.34375 281.32098ZM169.95312 282.3366Q168.65625 282.3366 167.84375 281.49286Q167.04688 280.63348 167.04688 279.2116L167.04688 279.0241Q167.04688 278.07098 167.40625 277.3366Q167.76562 276.5866 168.40625 276.18036Q169.0625 275.75848 169.8125 275.75848Q171.04688 275.75848 171.73438 276.57098Q172.42188 277.38348 172.42188 278.8991L172.42188 279.35223L168.125 279.35223Q168.15625 280.28973 168.67188 280.86786Q169.20312 281.44598 170.01562 281.44598Q170.57812 281.44598 170.96875 281.2116Q171.375 280.97723 171.6875 280.5866L172.34375 281.10223Q171.54688 282.3366 169.95312 282.3366ZM169.8125 276.6491Q169.15625 276.6491 168.70312 277.13348Q168.26562 277.60223 168.17188 278.4616L171.34375 278.4616L171.34375 278.38348Q171.29688 277.55536 170.89062 277.10223Q170.5 276.6491 169.8125 276.6491ZM173.0625 278.99286Q173.0625 277.5241 173.75 276.6491Q174.4375 275.75848 175.5625 275.75848Q176.67188 275.75848 177.32812 276.50848L177.32812 273.2116L178.40625 273.2116L178.40625 282.2116L177.40625 282.2116L177.35938 281.5241Q176.70312 282.3366 175.54688 282.3366Q174.45312 282.3366 173.75 281.43036Q173.0625 280.5241 173.0625 279.07098L173.0625 278.99286ZM174.14062 279.11786Q174.14062 280.19598 174.57812 280.80536Q175.03125 281.41473 175.8125 281.41473Q176.84375 281.41473 177.32812 280.47723L177.32812 277.57098Q176.84375 276.68036 175.82812 276.68036Q175.03125 276.68036 174.57812 277.28973Q174.14062 277.8991 174.14062 279.11786ZM187.01562 280.5241Q187.01562 280.0866 186.67188 279.85223Q186.34375 279.60223 185.51562 279.43036Q184.70312 279.25848 184.21875 279.00848Q183.73438 278.75848 183.5 278.43036Q183.28125 278.0866 183.28125 277.61786Q183.28125 276.8366 183.9375 276.30536Q184.59375 275.75848 185.625 275.75848Q186.70312 275.75848 187.35938 276.32098Q188.03125 276.86786 188.03125 277.72723L186.95312 277.72723Q186.95312 277.28973 186.5625 276.97723Q186.1875 276.6491 185.625 276.6491Q185.03125 276.6491 184.6875 276.91473Q184.35938 277.16473 184.35938 277.57098Q184.35938 277.9616 184.67188 278.16473Q184.98438 278.36786 185.79688 278.55536Q186.60938 278.72723 187.10938 278.97723Q187.60938 279.22723 187.84375 279.5866Q188.09375 279.94598 188.09375 280.44598Q188.09375 281.30536 187.40625 281.82098Q186.73438 282.3366 185.65625 282.3366Q184.89062 282.3366 184.29688 282.07098Q183.71875 281.78973 183.39062 281.30536Q183.0625 280.82098 183.0625 280.25848L184.14062 280.25848Q184.17188 280.80536 184.57812 281.13348Q184.98438 281.44598 185.65625 281.44598Q186.26562 281.44598 186.64062 281.19598Q187.01562 280.94598 187.01562 280.5241ZM191.39062 280.61786L192.875 275.86786L194.03125 275.86786L191.48438 283.19598Q190.89062 284.7741 189.60938 284.7741L189.39062 284.75848L189.0 284.68036L189.0 283.80536L189.28125 283.82098Q189.84375 283.82098 190.14062 283.60223Q190.45312 283.38348 190.65625 282.78973L190.89062 282.13348L188.625 275.86786L189.8125 275.86786L191.39062 280.61786ZM199.01562 280.5241Q199.01562 280.0866 198.67188 279.85223Q198.34375 279.60223 197.51562 279.43036Q196.70312 279.25848 196.21875 279.00848Q195.73438 278.75848 195.5 278.43036Q195.28125 278.0866 195.28125 277.61786Q195.28125 276.8366 195.9375 276.30536Q196.59375 275.75848 197.625 275.75848Q198.70312 275.75848 199.35938 276.32098Q200.03125 276.86786 200.03125 277.72723L198.95312 277.72723Q198.95312 277.28973 198.5625 276.97723Q198.1875 276.6491 197.625 276.6491Q197.03125 276.6491 196.6875 276.91473Q196.35938 277.16473 196.35938 277.57098Q196.35938 277.9616 196.67188 278.16473Q196.98438 278.36786 197.79688 278.55536Q198.60938 278.72723 199.10938 278.97723Q199.60938 279.22723 199.84375 279.5866Q200.09375 279.94598 200.09375 280.44598Q200.09375 281.30536 199.40625 281.82098Q198.73438 282.3366 197.65625 282.3366Q196.89062 282.3366 196.29688 282.07098Q195.71875 281.78973 195.39062 281.30536Q195.0625 280.82098 195.0625 280.25848L196.14062 280.25848Q196.17188 280.80536 196.57812 281.13348Q196.98438 281.44598 197.65625 281.44598Q198.26562 281.44598 198.64062 281.19598Q199.01562 280.94598 199.01562 280.5241ZM202.79688 274.3366L202.79688 275.86786L203.96875 275.86786L203.96875 276.7116L202.79688 276.7116L202.79688 280.63348Q202.79688 281.0241 202.95312 281.2116Q203.10938 281.3991 203.48438 281.3991Q203.67188 281.3991 204.0 281.3366L204.0 282.2116Q203.57812 282.3366 203.17188 282.3366Q202.45312 282.3366 202.07812 281.8991Q201.70312 281.44598 201.70312 280.63348L201.70312 276.7116L200.54688 276.7116L200.54688 275.86786L201.70312 275.86786L201.70312 274.3366L202.79688 274.3366ZM207.95312 282.3366Q206.65625 282.3366 205.84375 281.49286Q205.04688 280.63348 205.04688 279.2116L205.04688 279.0241Q205.04688 278.07098 205.40625 277.3366Q205.76562 276.5866 206.40625 276.18036Q207.0625 275.75848 207.8125 275.75848Q209.04688 275.75848 209.73438 276.57098Q210.42188 277.38348 210.42188 278.8991L210.42188 279.35223L206.125 279.35223Q206.15625 280.28973 206.67188 280.86786Q207.20312 281.44598 208.01562 281.44598Q208.57812 281.44598 208.96875 281.2116Q209.375 280.97723 209.6875 280.5866L210.34375 281.10223Q209.54688 282.3366 207.95312 282.3366ZM207.8125 276.6491Q207.15625 276.6491 206.70312 277.13348Q206.26562 277.60223 206.17188 278.4616L209.34375 278.4616L209.34375 278.38348Q209.29688 277.55536 208.89062 277.10223Q208.5 276.6491 207.8125 276.6491ZM212.34375 275.86786L212.375 276.57098Q213.0625 275.75848 214.25 275.75848Q215.57812 275.75848 216.0625 276.7741Q216.375 276.32098 216.875 276.03973Q217.39062 275.75848 218.07812 275.75848Q220.17188 275.75848 220.20312 277.9616L220.20312 282.2116L219.125 282.2116L219.125 278.0241Q219.125 277.35223 218.8125 277.0241Q218.5 276.68036 217.76562 276.68036Q217.15625 276.68036 216.75 277.03973Q216.35938 277.3991 216.29688 278.00848L216.29688 282.2116L215.21875 282.2116L215.21875 278.05536Q215.21875 276.68036 213.85938 276.68036Q212.79688 276.68036 212.40625 277.5866L212.40625 282.2116L211.3125 282.2116L211.3125 275.86786L212.34375 275.86786ZM226.01562 280.5241Q226.01562 280.0866 225.67188 279.85223Q225.34375 279.60223 224.51562 279.43036Q223.70312 279.25848 223.21875 279.00848Q222.73438 278.75848 222.5 278.43036Q222.28125 278.0866 222.28125 277.61786Q222.28125 276.8366 222.9375 276.30536Q223.59375 275.75848 224.625 275.75848Q225.70312 275.75848 226.35938 276.32098Q227.03125 276.86786 227.03125 277.72723L225.95312 277.72723Q225.95312 277.28973 225.5625 276.97723Q225.1875 276.6491 224.625 276.6491Q224.03125 276.6491 223.6875 276.91473Q223.35938 277.16473 223.35938 277.57098Q223.35938 277.9616 223.67188 278.16473Q223.98438 278.36786 224.79688 278.55536Q225.60938 278.72723 226.10938 278.97723Q226.60938 279.22723 226.84375 279.5866Q227.09375 279.94598 227.09375 280.44598Q227.09375 281.30536 226.40625 281.82098Q225.73438 282.3366 224.65625 282.3366Q223.89062 282.3366 223.29688 282.07098Q222.71875 281.78973 222.39062 281.30536Q222.0625 280.82098 222.0625 280.25848L223.14062 280.25848Q223.17188 280.80536 223.57812 281.13348Q223.98438 281.44598 224.65625 281.44598Q225.26562 281.44598 225.64062 281.19598Q226.01562 280.94598 226.01562 280.5241Z" fill-rule="nonzero"/><path fill="#666666" d="M89.765625 303.78995Q89.609375 305.1337 88.765625 305.8837Q87.921875 306.61807 86.53125 306.61807Q85.015625 306.61807 84.109375 305.53995Q83.203125 304.4462 83.203125 302.61807L83.203125 301.80557Q83.203125 300.61807 83.625 299.71182Q84.046875 298.80557 84.828125 298.3212Q85.609375 297.83682 86.625 297.83682Q87.984375 297.83682 88.796875 298.60245Q89.625 299.36807 89.765625 300.6962L88.640625 300.6962Q88.484375 299.68057 88.0 299.22745Q87.515625 298.77432 86.625 298.77432Q85.546875 298.77432 84.9375 299.5712Q84.328125 300.36807 84.328125 301.83682L84.328125 302.66495Q84.328125 304.05557 84.90625 304.8837Q85.484375 305.6962 86.53125 305.6962Q87.46875 305.6962 87.96875 305.27432Q88.46875 304.83682 88.640625 303.78995L89.765625 303.78995ZM91.03125 303.2587Q91.03125 302.33682 91.390625 301.58682Q91.765625 300.83682 92.421875 300.4462Q93.078125 300.03995 93.90625 300.03995Q95.203125 300.03995 96.0 300.93057Q96.8125 301.8212 96.8125 303.3212L96.8125 303.39932Q96.8125 304.3212 96.453125 305.05557Q96.09375 305.78995 95.4375 306.21182Q94.78125 306.61807 93.921875 306.61807Q92.640625 306.61807 91.828125 305.72745Q91.03125 304.8212 91.03125 303.33682L91.03125 303.2587ZM92.125 303.39932Q92.125 304.4462 92.609375 305.08682Q93.109375 305.72745 93.921875 305.72745Q94.75 305.72745 95.234375 305.08682Q95.71875 304.43057 95.71875 303.2587Q95.71875 302.22745 95.21875 301.58682Q94.734375 300.93057 93.90625 300.93057Q93.109375 300.93057 92.609375 301.5712Q92.125 302.1962 92.125 303.39932ZM99.34375 300.14932L99.375 300.9462Q100.109375 300.03995 101.28125 300.03995Q103.296875 300.03995 103.3125 302.30557L103.3125 306.49307L102.21875 306.49307L102.21875 302.28995Q102.21875 301.61807 101.90625 301.28995Q101.609375 300.96182 100.953125 300.96182Q100.421875 300.96182 100.015625 301.24307Q99.625 301.52432 99.40625 301.97745L99.40625 306.49307L98.328125 306.49307L98.328125 300.14932L99.34375 300.14932ZM107.859375 305.72745Q108.4375 305.72745 108.875 305.3837Q109.3125 305.02432 109.359375 304.49307L110.390625 304.49307Q110.359375 305.03995 110.0 305.53995Q109.65625 306.02432 109.078125 306.3212Q108.515625 306.61807 107.859375 306.61807Q106.5625 306.61807 105.796875 305.7587Q105.046875 304.8837 105.046875 303.3837L105.046875 303.1962Q105.046875 302.27432 105.375 301.55557Q105.71875 300.83682 106.34375 300.4462Q106.984375 300.03995 107.859375 300.03995Q108.921875 300.03995 109.625 300.68057Q110.34375 301.30557 110.390625 302.33682L109.359375 302.33682Q109.3125 301.71182 108.890625 301.3212Q108.46875 300.93057 107.859375 300.93057Q107.03125 300.93057 106.578125 301.52432Q106.125 302.11807 106.125 303.24307L106.125 303.4462Q106.125 304.53995 106.578125 305.1337Q107.03125 305.72745 107.859375 305.72745ZM115.234375 305.86807Q114.609375 306.61807 113.375 306.61807Q112.359375 306.61807 111.828125 306.02432Q111.296875 305.43057 111.296875 304.27432L111.296875 300.14932L112.375 300.14932L112.375 304.24307Q112.375 305.6962 113.546875 305.6962Q114.796875 305.6962 115.203125 304.7587L115.203125 300.14932L116.296875 300.14932L116.296875 306.49307L115.265625 306.49307L115.234375 305.86807ZM121.390625 301.11807Q121.140625 301.08682 120.859375 301.08682Q119.78125 301.08682 119.40625 301.99307L119.40625 306.49307L118.328125 306.49307L118.328125 300.14932L119.375 300.14932L119.390625 300.8837Q119.921875 300.03995 120.90625 300.03995Q121.21875 300.03995 121.390625 300.11807L121.390625 301.11807ZM125.390625 301.11807Q125.140625 301.08682 124.859375 301.08682Q123.78125 301.08682 123.40625 301.99307L123.40625 306.49307L122.328125 306.49307L122.328125 300.14932L123.375 300.14932L123.390625 300.8837Q123.921875 300.03995 124.90625 300.03995Q125.21875 300.03995 125.390625 300.11807L125.390625 301.11807ZM128.95312 306.61807Q127.65625 306.61807 126.84375 305.77432Q126.046875 304.91495 126.046875 303.49307L126.046875 303.30557Q126.046875 302.35245 126.40625 301.61807Q126.765625 300.86807 127.40625 300.46182Q128.0625 300.03995 128.8125 300.03995Q130.04688 300.03995 130.73438 300.85245Q131.42188 301.66495 131.42188 303.18057L131.42188 303.6337L127.125 303.6337Q127.15625 304.5712 127.671875 305.14932Q128.20312 305.72745 129.01562 305.72745Q129.57812 305.72745 129.96875 305.49307Q130.375 305.2587 130.6875 304.86807L131.34375 305.3837Q130.54688 306.61807 128.95312 306.61807ZM128.8125 300.93057Q128.15625 300.93057 127.703125 301.41495Q127.265625 301.8837 127.171875 302.74307L130.34375 302.74307L130.34375 302.66495Q130.29688 301.83682 129.89062 301.3837Q129.5 300.93057 128.8125 300.93057ZM133.34375 300.14932L133.375 300.9462Q134.10938 300.03995 135.28125 300.03995Q137.29688 300.03995 137.3125 302.30557L137.3125 306.49307L136.21875 306.49307L136.21875 302.28995Q136.21875 301.61807 135.90625 301.28995Q135.60938 300.96182 134.95312 300.96182Q134.42188 300.96182 134.01562 301.24307Q133.625 301.52432 133.40625 301.97745L133.40625 306.49307L132.32812 306.49307L132.32812 300.14932L133.34375 300.14932ZM141.85938 305.72745Q142.4375 305.72745 142.875 305.3837Q143.3125 305.02432 143.35938 304.49307L144.39062 304.49307Q144.35938 305.03995 144.0 305.53995Q143.65625 306.02432 143.07812 306.3212Q142.51562 306.61807 141.85938 306.61807Q140.5625 306.61807 139.79688 305.7587Q139.04688 304.8837 139.04688 303.3837L139.04688 303.1962Q139.04688 302.27432 139.375 301.55557Q139.71875 300.83682 140.34375 300.4462Q140.98438 300.03995 141.85938 300.03995Q142.92188 300.03995 143.625 300.68057Q144.34375 301.30557 144.39062 302.33682L143.35938 302.33682Q143.3125 301.71182 142.89062 301.3212Q142.46875 300.93057 141.85938 300.93057Q141.03125 300.93057 140.57812 301.52432Q140.125 302.11807 140.125 303.24307L140.125 303.4462Q140.125 304.53995 140.57812 305.1337Q141.03125 305.72745 141.85938 305.72745ZM147.39062 304.89932L148.875 300.14932L150.03125 300.14932L147.48438 307.47745Q146.89062 309.05557 145.60938 309.05557L145.39062 309.03995L145.0 308.96182L145.0 308.08682L145.28125 308.10245Q145.84375 308.10245 146.14062 307.8837Q146.45312 307.66495 146.65625 307.0712L146.89062 306.41495L144.625 300.14932L145.8125 300.14932L147.39062 304.89932ZM153.57812 303.30557L150.71875 303.30557L150.71875 302.43057L153.57812 302.43057L153.57812 303.30557ZM157.39062 301.11807Q157.14062 301.08682 156.85938 301.08682Q155.78125 301.08682 155.40625 301.99307L155.40625 306.49307L154.32812 306.49307L154.32812 300.14932L155.375 300.14932L155.39062 300.8837Q155.92188 300.03995 156.90625 300.03995Q157.21875 300.03995 157.39062 300.11807L157.39062 301.11807ZM160.95312 306.61807Q159.65625 306.61807 158.84375 305.77432Q158.04688 304.91495 158.04688 303.49307L158.04688 303.30557Q158.04688 302.35245 158.40625 301.61807Q158.76562 300.86807 159.40625 300.46182Q160.0625 300.03995 160.8125 300.03995Q162.04688 300.03995 162.73438 300.85245Q163.42188 301.66495 163.42188 303.18057L163.42188 303.6337L159.125 303.6337Q159.15625 304.5712 159.67188 305.14932Q160.20312 305.72745 161.01562 305.72745Q161.57812 305.72745 161.96875 305.49307Q162.375 305.2587 162.6875 304.86807L163.34375 305.3837Q162.54688 306.61807 160.95312 306.61807ZM160.8125 300.93057Q160.15625 300.93057 159.70312 301.41495Q159.26562 301.8837 159.17188 302.74307L162.34375 302.74307L162.34375 302.66495Q162.29688 301.83682 161.89062 301.3837Q161.5 300.93057 160.8125 300.93057ZM165.5 306.49307L164.42188 306.49307L164.42188 297.49307L165.5 297.49307L165.5 306.49307ZM171.23438 306.49307Q171.14062 306.30557 171.07812 305.8212Q170.32812 306.61807 169.28125 306.61807Q168.34375 306.61807 167.73438 306.08682Q167.14062 305.55557 167.14062 304.72745Q167.14062 303.74307 167.89062 303.1962Q168.64062 302.64932 170.01562 302.64932L171.0625 302.64932L171.0625 302.14932Q171.0625 301.58682 170.71875 301.2587Q170.39062 300.91495 169.71875 300.91495Q169.14062 300.91495 168.75 301.21182Q168.35938 301.49307 168.35938 301.91495L167.26562 301.91495Q167.26562 301.43057 167.59375 300.99307Q167.9375 300.55557 168.51562 300.30557Q169.09375 300.03995 169.78125 300.03995Q170.89062 300.03995 171.5 300.58682Q172.125 301.1337 172.15625 302.08682L172.15625 305.0087Q172.15625 305.8837 172.375 306.39932L172.375 306.49307L171.23438 306.49307ZM169.4375 305.66495Q169.95312 305.66495 170.40625 305.39932Q170.85938 305.1337 171.0625 304.71182L171.0625 303.41495L170.21875 303.41495Q168.21875 303.41495 168.21875 304.58682Q168.21875 305.08682 168.5625 305.3837Q168.90625 305.66495 169.4375 305.66495ZM175.79688 298.61807L175.79688 300.14932L176.96875 300.14932L176.96875 300.99307L175.79688 300.99307L175.79688 304.91495Q175.79688 305.30557 175.95312 305.49307Q176.10938 305.68057 176.48438 305.68057Q176.67188 305.68057 177.0 305.61807L177.0 306.49307Q176.57812 306.61807 176.17188 306.61807Q175.45312 306.61807 175.07812 306.18057Q174.70312 305.72745 174.70312 304.91495L174.70312 300.99307L173.54688 300.99307L173.54688 300.14932L174.70312 300.14932L174.70312 298.61807L175.79688 298.61807ZM180.95312 306.61807Q179.65625 306.61807 178.84375 305.77432Q178.04688 304.91495 178.04688 303.49307L178.04688 303.30557Q178.04688 302.35245 178.40625 301.61807Q178.76562 300.86807 179.40625 300.46182Q180.0625 300.03995 180.8125 300.03995Q182.04688 300.03995 182.73438 300.85245Q183.42188 301.66495 183.42188 303.18057L183.42188 303.6337L179.125 303.6337Q179.15625 304.5712 179.67188 305.14932Q180.20312 305.72745 181.01562 305.72745Q181.57812 305.72745 181.96875 305.49307Q182.375 305.2587 182.6875 304.86807L183.34375 305.3837Q182.54688 306.61807 180.95312 306.61807ZM180.8125 300.93057Q180.15625 300.93057 179.70312 301.41495Q179.26562 301.8837 179.17188 302.74307L182.34375 302.74307L182.34375 302.66495Q182.29688 301.83682 181.89062 301.3837Q181.5 300.93057 180.8125 300.93057ZM184.0625 303.27432Q184.0625 301.80557 184.75 300.93057Q185.4375 300.03995 186.5625 300.03995Q187.67188 300.03995 188.32812 300.78995L188.32812 297.49307L189.40625 297.49307L189.40625 306.49307L188.40625 306.49307L188.35938 305.80557Q187.70312 306.61807 186.54688 306.61807Q185.45312 306.61807 184.75 305.71182Q184.0625 304.80557 184.0625 303.35245L184.0625 303.27432ZM185.14062 303.39932Q185.14062 304.47745 185.57812 305.08682Q186.03125 305.6962 186.8125 305.6962Q187.84375 305.6962 188.32812 304.7587L188.32812 301.85245Q187.84375 300.96182 186.82812 300.96182Q186.03125 300.96182 185.57812 301.5712Q185.14062 302.18057 185.14062 303.39932ZM195.5 306.49307L194.42188 306.49307L194.42188 300.14932L195.5 300.14932L195.5 306.49307ZM194.32812 298.47745Q194.32812 298.21182 194.48438 298.02432Q194.65625 297.83682 194.96875 297.83682Q195.28125 297.83682 195.4375 298.02432Q195.60938 298.21182 195.60938 298.47745Q195.60938 298.72745 195.4375 298.91495Q195.28125 299.08682 194.96875 299.08682Q194.65625 299.08682 194.48438 298.91495Q194.32812 298.72745 194.32812 298.47745ZM201.01562 304.80557Q201.01562 304.36807 200.67188 304.1337Q200.34375 303.8837 199.51562 303.71182Q198.70312 303.53995 198.21875 303.28995Q197.73438 303.03995 197.5 302.71182Q197.28125 302.36807 197.28125 301.89932Q197.28125 301.11807 197.9375 300.58682Q198.59375 300.03995 199.625 300.03995Q200.70312 300.03995 201.35938 300.60245Q202.03125 301.14932 202.03125 302.0087L200.95312 302.0087Q200.95312 301.5712 200.5625 301.2587Q200.1875 300.93057 199.625 300.93057Q199.03125 300.93057 198.6875 301.1962Q198.35938 301.4462 198.35938 301.85245Q198.35938 302.24307 198.67188 302.4462Q198.98438 302.64932 199.79688 302.83682Q200.60938 303.0087 201.10938 303.2587Q201.60938 303.5087 201.84375 303.86807Q202.09375 304.22745 202.09375 304.72745Q202.09375 305.58682 201.40625 306.10245Q200.73438 306.61807 199.65625 306.61807Q198.89062 306.61807 198.29688 306.35245Q197.71875 306.0712 197.39062 305.58682Q197.0625 305.10245 197.0625 304.53995L198.14062 304.53995Q198.17188 305.08682 198.57812 305.41495Q198.98438 305.72745 199.65625 305.72745Q200.26562 305.72745 200.64062 305.47745Q201.01562 305.22745 201.01562 304.80557ZM207.01562 304.80557Q207.01562 304.36807 206.67188 304.1337Q206.34375 303.8837 205.51562 303.71182Q204.70312 303.53995 204.21875 303.28995Q203.73438 303.03995 203.5 302.71182Q203.28125 302.36807 203.28125 301.89932Q203.28125 301.11807 203.9375 300.58682Q204.59375 300.03995 205.625 300.03995Q206.70312 300.03995 207.35938 300.60245Q208.03125 301.14932 208.03125 302.0087L206.95312 302.0087Q206.95312 301.5712 206.5625 301.2587Q206.1875 300.93057 205.625 300.93057Q205.03125 300.93057 204.6875 301.1962Q204.35938 301.4462 204.35938 301.85245Q204.35938 302.24307 204.67188 302.4462Q204.98438 302.64932 205.79688 302.83682Q206.60938 303.0087 207.10938 303.2587Q207.60938 303.5087 207.84375 303.86807Q208.09375 304.22745 208.09375 304.72745Q208.09375 305.58682 207.40625 306.10245Q206.73438 306.61807 205.65625 306.61807Q204.89062 306.61807 204.29688 306.35245Q203.71875 306.0712 203.39062 305.58682Q203.0625 305.10245 203.0625 304.53995L204.14062 304.53995Q204.17188 305.08682 204.57812 305.41495Q204.98438 305.72745 205.65625 305.72745Q206.26562 305.72745 206.64062 305.47745Q207.01562 305.22745 207.01562 304.80557ZM213.23438 305.86807Q212.60938 306.61807 211.375 306.61807Q210.35938 306.61807 209.82812 306.02432Q209.29688 305.43057 209.29688 304.27432L209.29688 300.14932L210.375 300.14932L210.375 304.24307Q210.375 305.6962 211.54688 305.6962Q212.79688 305.6962 213.20312 304.7587L213.20312 300.14932L214.29688 300.14932L214.29688 306.49307L213.26562 306.49307L213.23438 305.86807ZM218.95312 306.61807Q217.65625 306.61807 216.84375 305.77432Q216.04688 304.91495 216.04688 303.49307L216.04688 303.30557Q216.04688 302.35245 216.40625 301.61807Q216.76562 300.86807 217.40625 300.46182Q218.0625 300.03995 218.8125 300.03995Q220.04688 300.03995 220.73438 300.85245Q221.42188 301.66495 221.42188 303.18057L221.42188 303.6337L217.125 303.6337Q217.15625 304.5712 217.67188 305.14932Q218.20312 305.72745 219.01562 305.72745Q219.57812 305.72745 219.96875 305.49307Q220.375 305.2587 220.6875 304.86807L221.34375 305.3837Q220.54688 306.61807 218.95312 306.61807ZM218.8125 300.93057Q218.15625 300.93057 217.70312 301.41495Q217.26562 301.8837 217.17188 302.74307L220.34375 302.74307L220.34375 302.66495Q220.29688 301.83682 219.89062 301.3837Q219.5 300.93057 218.8125 300.93057ZM226.01562 304.80557Q226.01562 304.36807 225.67188 304.1337Q225.34375 303.8837 224.51562 303.71182Q223.70312 303.53995 223.21875 303.28995Q222.73438 303.03995 222.5 302.71182Q222.28125 302.36807 222.28125 301.89932Q222.28125 301.11807 222.9375 300.58682Q223.59375 300.03995 224.625 300.03995Q225.70312 300.03995 226.35938 300.60245Q227.03125 301.14932 227.03125 302.0087L225.95312 302.0087Q225.95312 301.5712 225.5625 301.2587Q225.1875 300.93057 224.625 300.93057Q224.03125 300.93057 223.6875 301.1962Q223.35938 301.4462 223.35938 301.85245Q223.35938 302.24307 223.67188 302.4462Q223.98438 302.64932 224.79688 302.83682Q225.60938 303.0087 226.10938 303.2587Q226.60938 303.5087 226.84375 303.86807Q227.09375 304.22745 227.09375 304.72745Q227.09375 305.58682 226.40625 306.10245Q225.73438 306.61807 224.65625 306.61807Q223.89062 306.61807 223.29688 306.35245Q222.71875 306.0712 222.39062 305.58682Q222.0625 305.10245 222.0625 304.53995L223.14062 304.53995Q223.17188 305.08682 223.57812 305.41495Q223.98438 305.72745 224.65625 305.72745Q225.26562 305.72745 225.64062 305.47745Q226.01562 305.22745 226.01562 304.80557Z" fill-rule="nonzero"/><path fill="#666666" d="M107.609375 334.93076L107.609375 338.2745L106.484375 338.2745L106.484375 329.74326L109.640625 329.74326Q111.03125 329.74326 111.828125 330.462Q112.625 331.16513 112.625 332.35263Q112.625 333.587 111.84375 334.25888Q111.078125 334.93076 109.625 334.93076L107.609375 334.93076ZM107.609375 334.00888L109.640625 334.00888Q110.546875 334.00888 111.015625 333.587Q111.5 333.16513 111.5 332.36826Q111.5 331.60263 111.015625 331.1495Q110.546875 330.68076 109.703125 330.66513L107.609375 330.66513L107.609375 334.00888ZM114.03125 335.04013Q114.03125 334.11826 114.390625 333.36826Q114.765625 332.61826 115.421875 332.22763Q116.078125 331.82138 116.90625 331.82138Q118.203125 331.82138 119.0 332.712Q119.8125 333.60263 119.8125 335.10263L119.8125 335.18076Q119.8125 336.10263 119.453125 336.837Q119.09375 337.57138 118.4375 337.99326Q117.78125 338.3995 116.921875 338.3995Q115.640625 338.3995 114.828125 337.50888Q114.03125 336.60263 114.03125 335.11826L114.03125 335.04013ZM115.125 335.18076Q115.125 336.22763 115.609375 336.86826Q116.109375 337.50888 116.921875 337.50888Q117.75 337.50888 118.234375 336.86826Q118.71875 336.212 118.71875 335.04013Q118.71875 334.00888 118.21875 333.36826Q117.734375 332.712 116.90625 332.712Q116.109375 332.712 115.609375 333.35263Q115.125 333.97763 115.125 335.18076ZM121.03125 335.04013Q121.03125 334.11826 121.390625 333.36826Q121.765625 332.61826 122.421875 332.22763Q123.078125 331.82138 123.90625 331.82138Q125.203125 331.82138 126.0 332.712Q126.8125 333.60263 126.8125 335.10263L126.8125 335.18076Q126.8125 336.10263 126.453125 336.837Q126.09375 337.57138 125.4375 337.99326Q124.78125 338.3995 123.921875 338.3995Q122.640625 338.3995 121.828125 337.50888Q121.03125 336.60263 121.03125 335.11826L121.03125 335.04013ZM122.125 335.18076Q122.125 336.22763 122.609375 336.86826Q123.109375 337.50888 123.921875 337.50888Q124.75 337.50888 125.234375 336.86826Q125.71875 336.212 125.71875 335.04013Q125.71875 334.00888 125.21875 333.36826Q124.734375 332.712 123.90625 332.712Q123.109375 332.712 122.609375 333.35263Q122.125 333.97763 122.125 335.18076ZM131.39062 332.8995Q131.14062 332.86826 130.85938 332.86826Q129.78125 332.86826 129.40625 333.7745L129.40625 338.2745L128.32812 338.2745L128.32812 331.93076L129.375 331.93076L129.39062 332.66513Q129.92188 331.82138 130.90625 331.82138Q131.21875 331.82138 131.39062 331.8995L131.39062 332.8995ZM137.95312 338.3995Q136.65625 338.3995 135.84375 337.55576Q135.04688 336.69638 135.04688 335.2745L135.04688 335.087Q135.04688 334.13388 135.40625 333.3995Q135.76562 332.6495 136.40625 332.24326Q137.0625 331.82138 137.8125 331.82138Q139.04688 331.82138 139.73438 332.63388Q140.42188 333.44638 140.42188 334.962L140.42188 335.41513L136.125 335.41513Q136.15625 336.35263 136.67188 336.93076Q137.20312 337.50888 138.01562 337.50888Q138.57812 337.50888 138.96875 337.2745Q139.375 337.04013 139.6875 336.6495L140.34375 337.16513Q139.54688 338.3995 137.95312 338.3995ZM137.8125 332.712Q137.15625 332.712 136.70312 333.19638Q136.26562 333.66513 136.17188 334.5245L139.34375 334.5245L139.34375 334.44638Q139.29688 333.61826 138.89062 333.16513Q138.5 332.712 137.8125 332.712ZM141.0625 335.05576Q141.0625 333.587 141.75 332.712Q142.4375 331.82138 143.5625 331.82138Q144.67188 331.82138 145.32812 332.57138L145.32812 329.2745L146.40625 329.2745L146.40625 338.2745L145.40625 338.2745L145.35938 337.587Q144.70312 338.3995 143.54688 338.3995Q142.45312 338.3995 141.75 337.49326Q141.0625 336.587 141.0625 335.13388L141.0625 335.05576ZM142.14062 335.18076Q142.14062 336.25888 142.57812 336.86826Q143.03125 337.47763 143.8125 337.47763Q144.84375 337.47763 145.32812 336.54013L145.32812 333.63388Q144.84375 332.74326 143.82812 332.74326Q143.03125 332.74326 142.57812 333.35263Q142.14062 333.962 142.14062 335.18076ZM149.5 338.2745L148.42188 338.2745L148.42188 331.93076L149.5 331.93076L149.5 338.2745ZM148.32812 330.25888Q148.32812 329.99326 148.48438 329.80576Q148.65625 329.61826 148.96875 329.61826Q149.28125 329.61826 149.4375 329.80576Q149.60938 329.99326 149.60938 330.25888Q149.60938 330.50888 149.4375 330.69638Q149.28125 330.86826 148.96875 330.86826Q148.65625 330.86826 148.48438 330.69638Q148.32812 330.50888 148.32812 330.25888ZM152.79688 330.3995L152.79688 331.93076L153.96875 331.93076L153.96875 332.7745L152.79688 332.7745L152.79688 336.69638Q152.79688 337.087 152.95312 337.2745Q153.10938 337.462 153.48438 337.462Q153.67188 337.462 154.0 337.3995L154.0 338.2745Q153.57812 338.3995 153.17188 338.3995Q152.45312 338.3995 152.07812 337.962Q151.70312 337.50888 151.70312 336.69638L151.70312 332.7745L150.54688 332.7745L150.54688 331.93076L151.70312 331.93076L151.70312 330.3995L152.79688 330.3995ZM155.03125 335.04013Q155.03125 334.11826 155.39062 333.36826Q155.76562 332.61826 156.42188 332.22763Q157.07812 331.82138 157.90625 331.82138Q159.20312 331.82138 160.0 332.712Q160.8125 333.60263 160.8125 335.10263L160.8125 335.18076Q160.8125 336.10263 160.45312 336.837Q160.09375 337.57138 159.4375 337.99326Q158.78125 338.3995 157.92188 338.3995Q156.64062 338.3995 155.82812 337.50888Q155.03125 336.60263 155.03125 335.11826L155.03125 335.04013ZM156.125 335.18076Q156.125 336.22763 156.60938 336.86826Q157.10938 337.50888 157.92188 337.50888Q158.75 337.50888 159.23438 336.86826Q159.71875 336.212 159.71875 335.04013Q159.71875 334.00888 159.21875 333.36826Q158.73438 332.712 157.90625 332.712Q157.10938 332.712 156.60938 333.35263Q156.125 333.97763 156.125 335.18076ZM165.39062 332.8995Q165.14062 332.86826 164.85938 332.86826Q163.78125 332.86826 163.40625 333.7745L163.40625 338.2745L162.32812 338.2745L162.32812 331.93076L163.375 331.93076L163.39062 332.66513Q163.92188 331.82138 164.90625 331.82138Q165.21875 331.82138 165.39062 331.8995L165.39062 332.8995ZM170.5 338.2745L169.42188 338.2745L169.42188 331.93076L170.5 331.93076L170.5 338.2745ZM169.32812 330.25888Q169.32812 329.99326 169.48438 329.80576Q169.65625 329.61826 169.96875 329.61826Q170.28125 329.61826 170.4375 329.80576Q170.60938 329.99326 170.60938 330.25888Q170.60938 330.50888 170.4375 330.69638Q170.28125 330.86826 169.96875 330.86826Q169.65625 330.86826 169.48438 330.69638Q169.32812 330.50888 169.32812 330.25888ZM173.34375 331.93076L173.375 332.72763Q174.10938 331.82138 175.28125 331.82138Q177.29688 331.82138 177.3125 334.087L177.3125 338.2745L176.21875 338.2745L176.21875 334.07138Q176.21875 333.3995 175.90625 333.07138Q175.60938 332.74326 174.95312 332.74326Q174.42188 332.74326 174.01562 333.0245Q173.625 333.30576 173.40625 333.75888L173.40625 338.2745L172.32812 338.2745L172.32812 331.93076L173.34375 331.93076ZM180.79688 330.3995L180.79688 331.93076L181.96875 331.93076L181.96875 332.7745L180.79688 332.7745L180.79688 336.69638Q180.79688 337.087 180.95312 337.2745Q181.10938 337.462 181.48438 337.462Q181.67188 337.462 182.0 337.3995L182.0 338.2745Q181.57812 338.3995 181.17188 338.3995Q180.45312 338.3995 180.07812 337.962Q179.70312 337.50888 179.70312 336.69638L179.70312 332.7745L178.54688 332.7745L178.54688 331.93076L179.70312 331.93076L179.70312 330.3995L180.79688 330.3995ZM185.95312 338.3995Q184.65625 338.3995 183.84375 337.55576Q183.04688 336.69638 183.04688 335.2745L183.04688 335.087Q183.04688 334.13388 183.40625 333.3995Q183.76562 332.6495 184.40625 332.24326Q185.0625 331.82138 185.8125 331.82138Q187.04688 331.82138 187.73438 332.63388Q188.42188 333.44638 188.42188 334.962L188.42188 335.41513L184.125 335.41513Q184.15625 336.35263 184.67188 336.93076Q185.20312 337.50888 186.01562 337.50888Q186.57812 337.50888 186.96875 337.2745Q187.375 337.04013 187.6875 336.6495L188.34375 337.16513Q187.54688 338.3995 185.95312 338.3995ZM185.8125 332.712Q185.15625 332.712 184.70312 333.19638Q184.26562 333.66513 184.17188 334.5245L187.34375 334.5245L187.34375 334.44638Q187.29688 333.61826 186.89062 333.16513Q186.5 332.712 185.8125 332.712ZM189.0625 335.05576Q189.0625 333.57138 189.75 332.69638Q190.4375 331.82138 191.5625 331.82138Q192.71875 331.82138 193.375 332.63388L193.42188 331.93076L194.42188 331.93076L194.42188 338.11826Q194.42188 339.35263 193.6875 340.05576Q192.95312 340.7745 191.73438 340.7745Q191.04688 340.7745 190.39062 340.47763Q189.73438 340.18076 189.39062 339.68076L189.95312 339.0245Q190.64062 339.88388 191.65625 339.88388Q192.4375 339.88388 192.875 339.43076Q193.32812 338.99326 193.32812 338.18076L193.32812 337.63388Q192.67188 338.3995 191.54688 338.3995Q190.4375 338.3995 189.75 337.50888Q189.0625 336.60263 189.0625 335.05576ZM190.15625 335.18076Q190.15625 336.24326 190.59375 336.86826Q191.03125 337.47763 191.82812 337.47763Q192.84375 337.47763 193.32812 336.54013L193.32812 333.6495Q192.82812 332.74326 191.82812 332.74326Q191.04688 332.74326 190.59375 333.35263Q190.15625 333.962 190.15625 335.18076ZM199.39062 332.8995Q199.14062 332.86826 198.85938 332.86826Q197.78125 332.86826 197.40625 333.7745L197.40625 338.2745L196.32812 338.2745L196.32812 331.93076L197.375 331.93076L197.39062 332.66513Q197.92188 331.82138 198.90625 331.82138Q199.21875 331.82138 199.39062 331.8995L199.39062 332.8995ZM204.23438 338.2745Q204.14062 338.087 204.07812 337.60263Q203.32812 338.3995 202.28125 338.3995Q201.34375 338.3995 200.73438 337.86826Q200.14062 337.337 200.14062 336.50888Q200.14062 335.5245 200.89062 334.97763Q201.64062 334.43076 203.01562 334.43076L204.0625 334.43076L204.0625 333.93076Q204.0625 333.36826 203.71875 333.04013Q203.39062 332.69638 202.71875 332.69638Q202.14062 332.69638 201.75 332.99326Q201.35938 333.2745 201.35938 333.69638L200.26562 333.69638Q200.26562 333.212 200.59375 332.7745Q200.9375 332.337 201.51562 332.087Q202.09375 331.82138 202.78125 331.82138Q203.89062 331.82138 204.5 332.36826Q205.125 332.91513 205.15625 333.86826L205.15625 336.79013Q205.15625 337.66513 205.375 338.18076L205.375 338.2745L204.23438 338.2745ZM202.4375 337.44638Q202.95312 337.44638 203.40625 337.18076Q203.85938 336.91513 204.0625 336.49326L204.0625 335.19638L203.21875 335.19638Q201.21875 335.19638 201.21875 336.36826Q201.21875 336.86826 201.5625 337.16513Q201.90625 337.44638 202.4375 337.44638ZM208.79688 330.3995L208.79688 331.93076L209.96875 331.93076L209.96875 332.7745L208.79688 332.7745L208.79688 336.69638Q208.79688 337.087 208.95312 337.2745Q209.10938 337.462 209.48438 337.462Q209.67188 337.462 210.0 337.3995L210.0 338.2745Q209.57812 338.3995 209.17188 338.3995Q208.45312 338.3995 208.07812 337.962Q207.70312 337.50888 207.70312 336.69638L207.70312 332.7745L206.54688 332.7745L206.54688 331.93076L207.70312 331.93076L207.70312 330.3995L208.79688 330.3995ZM212.5 338.2745L211.42188 338.2745L211.42188 331.93076L212.5 331.93076L212.5 338.2745ZM211.32812 330.25888Q211.32812 329.99326 211.48438 329.80576Q211.65625 329.61826 211.96875 329.61826Q212.28125 329.61826 212.4375 329.80576Q212.60938 329.99326 212.60938 330.25888Q212.60938 330.50888 212.4375 330.69638Q212.28125 330.86826 211.96875 330.86826Q211.65625 330.86826 211.48438 330.69638Q211.32812 330.50888 211.32812 330.25888ZM214.03125 335.04013Q214.03125 334.11826 214.39062 333.36826Q214.76562 332.61826 215.42188 332.22763Q216.07812 331.82138 216.90625 331.82138Q218.20312 331.82138 219.0 332.712Q219.8125 333.60263 219.8125 335.10263L219.8125 335.18076Q219.8125 336.10263 219.45312 336.837Q219.09375 337.57138 218.4375 337.99326Q217.78125 338.3995 216.92188 338.3995Q215.64062 338.3995 214.82812 337.50888Q214.03125 336.60263 214.03125 335.11826L214.03125 335.04013ZM215.125 335.18076Q215.125 336.22763 215.60938 336.86826Q216.10938 337.50888 216.92188 337.50888Q217.75 337.50888 218.23438 336.86826Q218.71875 336.212 218.71875 335.04013Q218.71875 334.00888 218.21875 333.36826Q217.73438 332.712 216.90625 332.712Q216.10938 332.712 215.60938 333.35263Q215.125 333.97763 215.125 335.18076ZM222.34375 331.93076L222.375 332.72763Q223.10938 331.82138 224.28125 331.82138Q226.29688 331.82138 226.3125 334.087L226.3125 338.2745L225.21875 338.2745L225.21875 334.07138Q225.21875 333.3995 224.90625 333.07138Q224.60938 332.74326 223.95312 332.74326Q223.42188 332.74326 223.01562 333.0245Q222.625 333.30576 222.40625 333.75888L222.40625 338.2745L221.32812 338.2745L221.32812 331.93076L222.34375 331.93076Z" fill-rule="nonzero"/><path fill="#666666" d="M32.390625 362.44656L29.640625 362.44656L29.640625 370.05594L28.53125 370.05594L28.53125 362.44656L25.78125 362.44656L25.78125 361.5247L32.390625 361.5247L32.390625 362.44656ZM36.390625 364.68094Q36.140625 364.6497 35.859375 364.6497Q34.78125 364.6497 34.40625 365.55594L34.40625 370.05594L33.328125 370.05594L33.328125 363.7122L34.375 363.7122L34.390625 364.44656Q34.921875 363.6028 35.90625 363.6028Q36.21875 363.6028 36.390625 363.68094L36.390625 364.68094ZM37.03125 366.82156Q37.03125 365.8997 37.390625 365.1497Q37.765625 364.3997 38.421875 364.00906Q39.078125 363.6028 39.90625 363.6028Q41.203125 363.6028 42.0 364.49344Q42.8125 365.38406 42.8125 366.88406L42.8125 366.9622Q42.8125 367.88406 42.453125 368.61844Q42.09375 369.3528 41.4375 369.7747Q40.78125 370.18094 39.921875 370.18094Q38.640625 370.18094 37.828125 369.2903Q37.03125 368.38406 37.03125 366.8997L37.03125 366.82156ZM38.125 366.9622Q38.125 368.00906 38.609375 368.6497Q39.109375 369.2903 39.921875 369.2903Q40.75 369.2903 41.234375 368.6497Q41.71875 367.99344 41.71875 366.82156Q41.71875 365.7903 41.21875 365.1497Q40.734375 364.49344 39.90625 364.49344Q39.109375 364.49344 38.609375 365.13406Q38.125 365.75906 38.125 366.9622ZM48.234375 369.43094Q47.609375 370.18094 46.375 370.18094Q45.359375 370.18094 44.828125 369.5872Q44.296875 368.99344 44.296875 367.8372L44.296875 363.7122L45.375 363.7122L45.375 367.80594Q45.375 369.25906 46.546875 369.25906Q47.796875 369.25906 48.203125 368.32156L48.203125 363.7122L49.296875 363.7122L49.296875 370.05594L48.265625 370.05594L48.234375 369.43094ZM56.6875 366.9622Q56.6875 368.4153 56.015625 369.30594Q55.359375 370.18094 54.234375 370.18094Q53.03125 370.18094 52.375 369.32156L52.3125 370.05594L51.328125 370.05594L51.328125 361.05594L52.40625 361.05594L52.40625 364.4153Q53.0625 363.6028 54.21875 363.6028Q55.375 363.6028 56.03125 364.4778Q56.6875 365.3372 56.6875 366.86844L56.6875 366.9622ZM55.609375 366.8372Q55.609375 365.7278 55.171875 365.13406Q54.75 364.5247 53.953125 364.5247Q52.875 364.5247 52.40625 365.50906L52.40625 368.25906Q52.90625 369.25906 53.953125 369.25906Q54.734375 369.25906 55.171875 368.6497Q55.609375 368.0403 55.609375 366.8372ZM59.5 370.05594L58.421875 370.05594L58.421875 361.05594L59.5 361.05594L59.5 370.05594ZM63.953125 370.18094Q62.65625 370.18094 61.84375 369.3372Q61.046875 368.4778 61.046875 367.05594L61.046875 366.86844Q61.046875 365.9153 61.40625 365.18094Q61.765625 364.43094 62.40625 364.0247Q63.0625 363.6028 63.8125 363.6028Q65.046875 363.6028 65.734375 364.4153Q66.421875 365.2278 66.421875 366.74344L66.421875 367.19656L62.125 367.19656Q62.15625 368.13406 62.671875 368.7122Q63.203125 369.2903 64.015625 369.2903Q64.578125 369.2903 64.96875 369.05594Q65.375 368.82156 65.6875 368.43094L66.34375 368.94656Q65.546875 370.18094 63.953125 370.18094ZM63.8125 364.49344Q63.15625 364.49344 62.703125 364.9778Q62.265625 365.44656 62.171875 366.30594L65.34375 366.30594L65.34375 366.2278Q65.296875 365.3997 64.890625 364.94656Q64.5 364.49344 63.8125 364.49344ZM75.9375 368.55594L77.15625 363.7122L78.234375 363.7122L76.390625 370.05594L75.515625 370.05594L73.96875 365.24344L72.46875 370.05594L71.59375 370.05594L69.75 363.7122L70.828125 363.7122L72.078125 368.4622L73.5625 363.7122L74.421875 363.7122L75.9375 368.55594ZM80.5 370.05594L79.421875 370.05594L79.421875 363.7122L80.5 363.7122L80.5 370.05594ZM79.328125 362.0403Q79.328125 361.7747 79.484375 361.5872Q79.65625 361.3997 79.96875 361.3997Q80.28125 361.3997 80.4375 361.5872Q80.609375 361.7747 80.609375 362.0403Q80.609375 362.2903 80.4375 362.4778Q80.28125 362.6497 79.96875 362.6497Q79.65625 362.6497 79.484375 362.4778Q79.328125 362.2903 79.328125 362.0403ZM83.796875 362.18094L83.796875 363.7122L84.96875 363.7122L84.96875 364.55594L83.796875 364.55594L83.796875 368.4778Q83.796875 368.86844 83.953125 369.05594Q84.109375 369.24344 84.484375 369.24344Q84.671875 369.24344 85.0 369.18094L85.0 370.05594Q84.578125 370.18094 84.171875 370.18094Q83.453125 370.18094 83.078125 369.74344Q82.703125 369.2903 82.703125 368.4778L82.703125 364.55594L81.546875 364.55594L81.546875 363.7122L82.703125 363.7122L82.703125 362.18094L83.796875 362.18094ZM87.40625 364.4778Q88.125 363.6028 89.28125 363.6028Q91.296875 363.6028 91.3125 365.86844L91.3125 370.05594L90.21875 370.05594L90.21875 365.8528Q90.21875 365.18094 89.90625 364.8528Q89.609375 364.5247 88.953125 364.5247Q88.421875 364.5247 88.015625 364.80594Q87.625 365.0872 87.40625 365.5403L87.40625 370.05594L86.328125 370.05594L86.328125 361.05594L87.40625 361.05594L87.40625 364.4778ZM97.796875 362.18094L97.796875 363.7122L98.96875 363.7122L98.96875 364.55594L97.796875 364.55594L97.796875 368.4778Q97.796875 368.86844 97.953125 369.05594Q98.109375 369.24344 98.484375 369.24344Q98.671875 369.24344 99.0 369.18094L99.0 370.05594Q98.578125 370.18094 98.171875 370.18094Q97.453125 370.18094 97.078125 369.74344Q96.703125 369.2903 96.703125 368.4778L96.703125 364.55594L95.546875 364.55594L95.546875 363.7122L96.703125 363.7122L96.703125 362.18094L97.796875 362.18094ZM102.953125 370.18094Q101.65625 370.18094 100.84375 369.3372Q100.046875 368.4778 100.046875 367.05594L100.046875 366.86844Q100.046875 365.9153 100.40625 365.18094Q100.765625 364.43094 101.40625 364.0247Q102.0625 363.6028 102.8125 363.6028Q104.046875 363.6028 104.734375 364.4153Q105.421875 365.2278 105.421875 366.74344L105.421875 367.19656L101.125 367.19656Q101.15625 368.13406 101.671875 368.7122Q102.203125 369.2903 103.015625 369.2903Q103.578125 369.2903 103.96875 369.05594Q104.375 368.82156 104.6875 368.43094L105.34375 368.94656Q104.546875 370.18094 102.953125 370.18094ZM102.8125 364.49344Q102.15625 364.49344 101.703125 364.9778Q101.265625 365.44656 101.171875 366.30594L104.34375 366.30594L104.34375 366.2278Q104.296875 365.3997 103.890625 364.94656Q103.5 364.49344 102.8125 364.49344ZM110.015625 368.36844Q110.015625 367.93094 109.671875 367.69656Q109.34375 367.44656 108.515625 367.2747Q107.703125 367.1028 107.21875 366.8528Q106.734375 366.6028 106.5 366.2747Q106.28125 365.93094 106.28125 365.4622Q106.28125 364.68094 106.9375 364.1497Q107.59375 363.6028 108.625 363.6028Q109.703125 363.6028 110.359375 364.1653Q111.03125 364.7122 111.03125 365.57156L109.953125 365.57156Q109.953125 365.13406 109.5625 364.82156Q109.1875 364.49344 108.625 364.49344Q108.03125 364.49344 107.6875 364.75906Q107.359375 365.00906 107.359375 365.4153Q107.359375 365.80594 107.671875 366.00906Q107.984375 366.2122 108.796875 366.3997Q109.609375 366.57156 110.109375 366.82156Q110.609375 367.07156 110.84375 367.43094Q111.09375 367.7903 111.09375 368.2903Q111.09375 369.1497 110.40625 369.6653Q109.734375 370.18094 108.65625 370.18094Q107.890625 370.18094 107.296875 369.9153Q106.71875 369.63406 106.390625 369.1497Q106.0625 368.6653 106.0625 368.1028L107.140625 368.1028Q107.171875 368.6497 107.578125 368.9778Q107.984375 369.2903 108.65625 369.2903Q109.265625 369.2903 109.640625 369.0403Q110.015625 368.7903 110.015625 368.36844ZM113.796875 362.18094L113.796875 363.7122L114.96875 363.7122L114.96875 364.55594L113.796875 364.55594L113.796875 368.4778Q113.796875 368.86844 113.953125 369.05594Q114.109375 369.24344 114.484375 369.24344Q114.671875 369.24344 115.0 369.18094L115.0 370.05594Q114.578125 370.18094 114.171875 370.18094Q113.453125 370.18094 113.078125 369.74344Q112.703125 369.2903 112.703125 368.4778L112.703125 364.55594L111.546875 364.55594L111.546875 363.7122L112.703125 363.7122L112.703125 362.18094L113.796875 362.18094ZM117.5 370.05594L116.421875 370.05594L116.421875 363.7122L117.5 363.7122L117.5 370.05594ZM116.328125 362.0403Q116.328125 361.7747 116.484375 361.5872Q116.65625 361.3997 116.96875 361.3997Q117.28125 361.3997 117.4375 361.5872Q117.609375 361.7747 117.609375 362.0403Q117.609375 362.2903 117.4375 362.4778Q117.28125 362.6497 116.96875 362.6497Q116.65625 362.6497 116.484375 362.4778Q116.328125 362.2903 116.328125 362.0403ZM120.34375 363.7122L120.375 364.50906Q121.109375 363.6028 122.28125 363.6028Q124.296875 363.6028 124.3125 365.86844L124.3125 370.05594L123.21875 370.05594L123.21875 365.8528Q123.21875 365.18094 122.90625 364.8528Q122.609375 364.5247 121.953125 364.5247Q121.421875 364.5247 121.015625 364.80594Q120.625 365.0872 120.40625 365.5403L120.40625 370.05594L119.328125 370.05594L119.328125 363.7122L120.34375 363.7122ZM126.0625 366.8372Q126.0625 365.3528 126.75 364.4778Q127.4375 363.6028 128.5625 363.6028Q129.71875 363.6028 130.375 364.4153L130.42188 363.7122L131.42188 363.7122L131.42188 369.8997Q131.42188 371.13406 130.6875 371.8372Q129.95312 372.55594 128.73438 372.55594Q128.04688 372.55594 127.390625 372.25906Q126.734375 371.9622 126.390625 371.4622L126.953125 370.80594Q127.640625 371.6653 128.65625 371.6653Q129.4375 371.6653 129.875 371.2122Q130.32812 370.7747 130.32812 369.9622L130.32812 369.4153Q129.67188 370.18094 128.54688 370.18094Q127.4375 370.18094 126.75 369.2903Q126.0625 368.38406 126.0625 366.8372ZM127.15625 366.9622Q127.15625 368.0247 127.59375 368.6497Q128.03125 369.25906 128.82812 369.25906Q129.84375 369.25906 130.32812 368.32156L130.32812 365.43094Q129.82812 364.5247 128.82812 364.5247Q128.04688 364.5247 127.59375 365.13406Q127.15625 365.74344 127.15625 366.9622ZM136.03125 366.82156Q136.03125 365.8997 136.39062 365.1497Q136.76562 364.3997 137.42188 364.00906Q138.07812 363.6028 138.90625 363.6028Q140.20312 363.6028 141.0 364.49344Q141.8125 365.38406 141.8125 366.88406L141.8125 366.9622Q141.8125 367.88406 141.45312 368.61844Q141.09375 369.3528 140.4375 369.7747Q139.78125 370.18094 138.92188 370.18094Q137.64062 370.18094 136.82812 369.2903Q136.03125 368.38406 136.03125 366.8997L136.03125 366.82156ZM137.125 366.9622Q137.125 368.00906 137.60938 368.6497Q138.10938 369.2903 138.92188 369.2903Q139.75 369.2903 140.23438 368.6497Q140.71875 367.99344 140.71875 366.82156Q140.71875 365.7903 140.21875 365.1497Q139.73438 364.49344 138.90625 364.49344Q138.10938 364.49344 137.60938 365.13406Q137.125 365.75906 137.125 366.9622ZM146.39062 364.68094Q146.14062 364.6497 145.85938 364.6497Q144.78125 364.6497 144.40625 365.55594L144.40625 370.05594L143.32812 370.05594L143.32812 363.7122L144.375 363.7122L144.39062 364.44656Q144.92188 363.6028 145.90625 363.6028Q146.21875 363.6028 146.39062 363.68094L146.39062 364.68094ZM155.6875 366.9622Q155.6875 368.4153 155.01562 369.30594Q154.35938 370.18094 153.23438 370.18094Q152.03125 370.18094 151.375 369.32156L151.3125 370.05594L150.32812 370.05594L150.32812 361.05594L151.40625 361.05594L151.40625 364.4153Q152.0625 363.6028 153.21875 363.6028Q154.375 363.6028 155.03125 364.4778Q155.6875 365.3372 155.6875 366.86844L155.6875 366.9622ZM154.60938 366.8372Q154.60938 365.7278 154.17188 365.13406Q153.75 364.5247 152.95312 364.5247Q151.875 364.5247 151.40625 365.50906L151.40625 368.25906Q151.90625 369.25906 152.95312 369.25906Q153.73438 369.25906 154.17188 368.6497Q154.60938 368.0403 154.60938 366.8372ZM159.95312 370.18094Q158.65625 370.18094 157.84375 369.3372Q157.04688 368.4778 157.04688 367.05594L157.04688 366.86844Q157.04688 365.9153 157.40625 365.18094Q157.76562 364.43094 158.40625 364.0247Q159.0625 363.6028 159.8125 363.6028Q161.04688 363.6028 161.73438 364.4153Q162.42188 365.2278 162.42188 366.74344L162.42188 367.19656L158.125 367.19656Q158.15625 368.13406 158.67188 368.7122Q159.20312 369.2903 160.01562 369.2903Q160.57812 369.2903 160.96875 369.05594Q161.375 368.82156 161.6875 368.43094L162.34375 368.94656Q161.54688 370.18094 159.95312 370.18094ZM159.8125 364.49344Q159.15625 364.49344 158.70312 364.9778Q158.26562 365.44656 158.17188 366.30594L161.34375 366.30594L161.34375 366.2278Q161.29688 365.3997 160.89062 364.94656Q160.5 364.49344 159.8125 364.49344ZM164.34375 363.7122L164.375 364.50906Q165.10938 363.6028 166.28125 363.6028Q168.29688 363.6028 168.3125 365.86844L168.3125 370.05594L167.21875 370.05594L167.21875 365.8528Q167.21875 365.18094 166.90625 364.8528Q166.60938 364.5247 165.95312 364.5247Q165.42188 364.5247 165.01562 364.80594Q164.625 365.0872 164.40625 365.5403L164.40625 370.05594L163.32812 370.05594L163.32812 363.7122L164.34375 363.7122ZM172.85938 369.2903Q173.4375 369.2903 173.875 368.94656Q174.3125 368.5872 174.35938 368.05594L175.39062 368.05594Q175.35938 368.6028 175.0 369.1028Q174.65625 369.5872 174.07812 369.88406Q173.51562 370.18094 172.85938 370.18094Q171.5625 370.18094 170.79688 369.32156Q170.04688 368.44656 170.04688 366.94656L170.04688 366.75906Q170.04688 365.8372 170.375 365.11844Q170.71875 364.3997 171.34375 364.00906Q171.98438 363.6028 172.85938 363.6028Q173.92188 363.6028 174.625 364.24344Q175.34375 364.86844 175.39062 365.8997L174.35938 365.8997Q174.3125 365.2747 173.89062 364.88406Q173.46875 364.49344 172.85938 364.49344Q172.03125 364.49344 171.57812 365.0872Q171.125 365.68094 171.125 366.80594L171.125 367.00906Q171.125 368.1028 171.57812 368.69656Q172.03125 369.2903 172.85938 369.2903ZM177.40625 364.4778Q178.125 363.6028 179.28125 363.6028Q181.29688 363.6028 181.3125 365.86844L181.3125 370.05594L180.21875 370.05594L180.21875 365.8528Q180.21875 365.18094 179.90625 364.8528Q179.60938 364.5247 178.95312 364.5247Q178.42188 364.5247 178.01562 364.80594Q177.625 365.0872 177.40625 365.5403L177.40625 370.05594L176.32812 370.05594L176.32812 361.05594L177.40625 361.05594L177.40625 364.4778ZM184.34375 363.7122L184.375 364.4153Q185.0625 363.6028 186.25 363.6028Q187.57812 363.6028 188.0625 364.61844Q188.375 364.1653 188.875 363.88406Q189.39062 363.6028 190.07812 363.6028Q192.17188 363.6028 192.20312 365.80594L192.20312 370.05594L191.125 370.05594L191.125 365.86844Q191.125 365.19656 190.8125 364.86844Q190.5 364.5247 189.76562 364.5247Q189.15625 364.5247 188.75 364.88406Q188.35938 365.24344 188.29688 365.8528L188.29688 370.05594L187.21875 370.05594L187.21875 365.8997Q187.21875 364.5247 185.85938 364.5247Q184.79688 364.5247 184.40625 365.43094L184.40625 370.05594L183.3125 370.05594L183.3125 363.7122L184.34375 363.7122ZM198.23438 370.05594Q198.14062 369.86844 198.07812 369.38406Q197.32812 370.18094 196.28125 370.18094Q195.34375 370.18094 194.73438 369.6497Q194.14062 369.11844 194.14062 368.2903Q194.14062 367.30594 194.89062 366.75906Q195.64062 366.2122 197.01562 366.2122L198.0625 366.2122L198.0625 365.7122Q198.0625 365.1497 197.71875 364.82156Q197.39062 364.4778 196.71875 364.4778Q196.14062 364.4778 195.75 364.7747Q195.35938 365.05594 195.35938 365.4778L194.26562 365.4778Q194.26562 364.99344 194.59375 364.55594Q194.9375 364.11844 195.51562 363.86844Q196.09375 363.6028 196.78125 363.6028Q197.89062 363.6028 198.5 364.1497Q199.125 364.69656 199.15625 365.6497L199.15625 368.57156Q199.15625 369.44656 199.375 369.9622L199.375 370.05594L198.23438 370.05594ZM196.4375 369.2278Q196.95312 369.2278 197.40625 368.9622Q197.85938 368.69656 198.0625 368.2747L198.0625 366.9778L197.21875 366.9778Q195.21875 366.9778 195.21875 368.1497Q195.21875 368.6497 195.5625 368.94656Q195.90625 369.2278 196.4375 369.2278ZM204.39062 364.68094Q204.14062 364.6497 203.85938 364.6497Q202.78125 364.6497 202.40625 365.55594L202.40625 370.05594L201.32812 370.05594L201.32812 363.7122L202.375 363.7122L202.39062 364.44656Q202.92188 363.6028 203.90625 363.6028Q204.21875 363.6028 204.39062 363.68094L204.39062 364.68094ZM207.09375 367.11844L206.40625 367.82156L206.40625 370.05594L205.32812 370.05594L205.32812 361.05594L206.40625 361.05594L206.40625 366.49344L206.98438 365.80594L208.96875 363.7122L210.28125 363.7122L207.8125 366.36844L210.57812 370.05594L209.29688 370.05594L207.09375 367.11844ZM212.5 370.05594L211.42188 370.05594L211.42188 363.7122L212.5 363.7122L212.5 370.05594ZM211.32812 362.0403Q211.32812 361.7747 211.48438 361.5872Q211.65625 361.3997 211.96875 361.3997Q212.28125 361.3997 212.4375 361.5872Q212.60938 361.7747 212.60938 362.0403Q212.60938 362.2903 212.4375 362.4778Q212.28125 362.6497 211.96875 362.6497Q211.65625 362.6497 211.48438 362.4778Q211.32812 362.2903 211.32812 362.0403ZM215.34375 363.7122L215.375 364.50906Q216.10938 363.6028 217.28125 363.6028Q219.29688 363.6028 219.3125 365.86844L219.3125 370.05594L218.21875 370.05594L218.21875 365.8528Q218.21875 365.18094 217.90625 364.8528Q217.60938 364.5247 216.95312 364.5247Q216.42188 364.5247 216.01562 364.80594Q215.625 365.0872 215.40625 365.5403L215.40625 370.05594L214.32812 370.05594L214.32812 363.7122L215.34375 363.7122ZM221.0625 366.8372Q221.0625 365.3528 221.75 364.4778Q222.4375 363.6028 223.5625 363.6028Q224.71875 363.6028 225.375 364.4153L225.42188 363.7122L226.42188 363.7122L226.42188 369.8997Q226.42188 371.13406 225.6875 371.8372Q224.95312 372.55594 223.73438 372.55594Q223.04688 372.55594 222.39062 372.25906Q221.73438 371.9622 221.39062 371.4622L221.95312 370.80594Q222.64062 371.6653 223.65625 371.6653Q224.4375 371.6653 224.875 371.2122Q225.32812 370.7747 225.32812 369.9622L225.32812 369.4153Q224.67188 370.18094 223.54688 370.18094Q222.4375 370.18094 221.75 369.2903Q221.0625 368.38406 221.0625 366.8372ZM222.15625 366.9622Q222.15625 368.0247 222.59375 368.6497Q223.03125 369.25906 223.82812 369.25906Q224.84375 369.25906 225.32812 368.32156L225.32812 365.43094Q224.82812 364.5247 223.82812 364.5247Q223.04688 364.5247 222.59375 365.13406Q222.15625 365.74344 222.15625 366.9622Z" fill-rule="nonzero"/><path fill="#666666" d="M93.203125 399.60303L89.625 399.60303L88.828125 401.8374L87.671875 401.8374L90.921875 393.30615L91.90625 393.30615L95.171875 401.8374L94.015625 401.8374L93.203125 399.60303ZM89.96875 398.68115L92.875 398.68115L91.421875 394.69678L89.96875 398.68115ZM100.015625 400.1499Q100.015625 399.7124 99.671875 399.47803Q99.34375 399.22803 98.515625 399.05615Q97.703125 398.88428 97.21875 398.63428Q96.734375 398.38428 96.5 398.05615Q96.28125 397.7124 96.28125 397.24365Q96.28125 396.4624 96.9375 395.93115Q97.59375 395.38428 98.625 395.38428Q99.703125 395.38428 100.359375 395.94678Q101.03125 396.49365 101.03125 397.35303L99.953125 397.35303Q99.953125 396.91553 99.5625 396.60303Q99.1875 396.2749 98.625 396.2749Q98.03125 396.2749 97.6875 396.54053Q97.359375 396.79053 97.359375 397.19678Q97.359375 397.5874 97.671875 397.79053Q97.984375 397.99365 98.796875 398.18115Q99.609375 398.35303 100.109375 398.60303Q100.609375 398.85303 100.84375 399.2124Q101.09375 399.57178 101.09375 400.07178Q101.09375 400.93115 100.40625 401.44678Q99.734375 401.9624 98.65625 401.9624Q97.890625 401.9624 97.296875 401.69678Q96.71875 401.41553 96.390625 400.93115Q96.0625 400.44678 96.0625 399.88428L97.140625 399.88428Q97.171875 400.43115 97.578125 400.75928Q97.984375 401.07178 98.65625 401.07178Q99.265625 401.07178 99.640625 400.82178Q100.015625 400.57178 100.015625 400.1499ZM107.671875 398.74365Q107.671875 400.18115 107.015625 401.07178Q106.359375 401.9624 105.21875 401.9624Q104.0625 401.9624 103.40625 401.22803L103.40625 404.2749L102.328125 404.2749L102.328125 395.49365L103.3125 395.49365L103.359375 396.19678Q104.03125 395.38428 105.203125 395.38428Q106.34375 395.38428 107.0 396.24365Q107.671875 397.10303 107.671875 398.63428L107.671875 398.74365ZM106.59375 398.61865Q106.59375 397.54053 106.125 396.93115Q105.671875 396.30615 104.875 396.30615Q103.890625 396.30615 103.40625 397.16553L103.40625 400.19678Q103.890625 401.07178 104.890625 401.07178Q105.671875 401.07178 106.125 400.4624Q106.59375 399.8374 106.59375 398.61865ZM111.953125 401.9624Q110.65625 401.9624 109.84375 401.11865Q109.046875 400.25928 109.046875 398.8374L109.046875 398.6499Q109.046875 397.69678 109.40625 396.9624Q109.765625 396.2124 110.40625 395.80615Q111.0625 395.38428 111.8125 395.38428Q113.046875 395.38428 113.734375 396.19678Q114.421875 397.00928 114.421875 398.5249L114.421875 398.97803L110.125 398.97803Q110.15625 399.91553 110.671875 400.49365Q111.203125 401.07178 112.015625 401.07178Q112.578125 401.07178 112.96875 400.8374Q113.375 400.60303 113.6875 400.2124L114.34375 400.72803Q113.546875 401.9624 111.953125 401.9624ZM111.8125 396.2749Q111.15625 396.2749 110.703125 396.75928Q110.265625 397.22803 110.171875 398.0874L113.34375 398.0874L113.34375 398.00928Q113.296875 397.18115 112.890625 396.72803Q112.5 396.2749 111.8125 396.2749ZM117.859375 401.07178Q118.4375 401.07178 118.875 400.72803Q119.3125 400.36865 119.359375 399.8374L120.390625 399.8374Q120.359375 400.38428 120.0 400.88428Q119.65625 401.36865 119.078125 401.66553Q118.515625 401.9624 117.859375 401.9624Q116.5625 401.9624 115.796875 401.10303Q115.046875 400.22803 115.046875 398.72803L115.046875 398.54053Q115.046875 397.61865 115.375 396.8999Q115.71875 396.18115 116.34375 395.79053Q116.984375 395.38428 117.859375 395.38428Q118.921875 395.38428 119.625 396.0249Q120.34375 396.6499 120.390625 397.68115L119.359375 397.68115Q119.3125 397.05615 118.890625 396.66553Q118.46875 396.2749 117.859375 396.2749Q117.03125 396.2749 116.578125 396.86865Q116.125 397.4624 116.125 398.5874L116.125 398.79053Q116.125 399.88428 116.578125 400.47803Q117.03125 401.07178 117.859375 401.07178ZM122.796875 393.9624L122.796875 395.49365L123.96875 395.49365L123.96875 396.3374L122.796875 396.3374L122.796875 400.25928Q122.796875 400.6499 122.953125 400.8374Q123.109375 401.0249 123.484375 401.0249Q123.671875 401.0249 124.0 400.9624L124.0 401.8374Q123.578125 401.9624 123.171875 401.9624Q122.453125 401.9624 122.078125 401.5249Q121.703125 401.07178 121.703125 400.25928L121.703125 396.3374L120.546875 396.3374L120.546875 395.49365L121.703125 395.49365L121.703125 393.9624L122.796875 393.9624ZM129.01562 400.1499Q129.01562 399.7124 128.67188 399.47803Q128.34375 399.22803 127.515625 399.05615Q126.703125 398.88428 126.21875 398.63428Q125.734375 398.38428 125.5 398.05615Q125.28125 397.7124 125.28125 397.24365Q125.28125 396.4624 125.9375 395.93115Q126.59375 395.38428 127.625 395.38428Q128.70312 395.38428 129.35938 395.94678Q130.03125 396.49365 130.03125 397.35303L128.95312 397.35303Q128.95312 396.91553 128.5625 396.60303Q128.1875 396.2749 127.625 396.2749Q127.03125 396.2749 126.6875 396.54053Q126.359375 396.79053 126.359375 397.19678Q126.359375 397.5874 126.671875 397.79053Q126.984375 397.99365 127.796875 398.18115Q128.60938 398.35303 129.10938 398.60303Q129.60938 398.85303 129.84375 399.2124Q130.09375 399.57178 130.09375 400.07178Q130.09375 400.93115 129.40625 401.44678Q128.73438 401.9624 127.65625 401.9624Q126.890625 401.9624 126.296875 401.69678Q125.71875 401.41553 125.390625 400.93115Q125.0625 400.44678 125.0625 399.88428L126.140625 399.88428Q126.171875 400.43115 126.578125 400.75928Q126.984375 401.07178 127.65625 401.07178Q128.26562 401.07178 128.64062 400.82178Q129.01562 400.57178 129.01562 400.1499ZM134.03125 398.60303Q134.03125 397.68115 134.39062 396.93115Q134.76562 396.18115 135.42188 395.79053Q136.07812 395.38428 136.90625 395.38428Q138.20312 395.38428 139.0 396.2749Q139.8125 397.16553 139.8125 398.66553L139.8125 398.74365Q139.8125 399.66553 139.45312 400.3999Q139.09375 401.13428 138.4375 401.55615Q137.78125 401.9624 136.92188 401.9624Q135.64062 401.9624 134.82812 401.07178Q134.03125 400.16553 134.03125 398.68115L134.03125 398.60303ZM135.125 398.74365Q135.125 399.79053 135.60938 400.43115Q136.10938 401.07178 136.92188 401.07178Q137.75 401.07178 138.23438 400.43115Q138.71875 399.7749 138.71875 398.60303Q138.71875 397.57178 138.21875 396.93115Q137.73438 396.2749 136.90625 396.2749Q136.10938 396.2749 135.60938 396.91553Q135.125 397.54053 135.125 398.74365ZM141.85938 401.8374L141.85938 396.3374L140.85938 396.3374L140.85938 395.49365L141.85938 395.49365L141.85938 394.85303Q141.85938 393.82178 142.39062 393.2749Q142.9375 392.7124 143.9375 392.7124Q144.3125 392.7124 144.6875 392.80615L144.625 393.69678Q144.34375 393.63428 144.04688 393.63428Q143.51562 393.63428 143.21875 393.94678Q142.9375 394.25928 142.9375 394.82178L142.9375 395.49365L144.29688 395.49365L144.29688 396.3374L142.9375 396.3374L142.9375 401.8374L141.85938 401.8374ZM149.79688 393.9624L149.79688 395.49365L150.96875 395.49365L150.96875 396.3374L149.79688 396.3374L149.79688 400.25928Q149.79688 400.6499 149.95312 400.8374Q150.10938 401.0249 150.48438 401.0249Q150.67188 401.0249 151.0 400.9624L151.0 401.8374Q150.57812 401.9624 150.17188 401.9624Q149.45312 401.9624 149.07812 401.5249Q148.70312 401.07178 148.70312 400.25928L148.70312 396.3374L147.54688 396.3374L147.54688 395.49365L148.70312 395.49365L148.70312 393.9624L149.79688 393.9624ZM153.40625 396.25928Q154.125 395.38428 155.28125 395.38428Q157.29688 395.38428 157.3125 397.6499L157.3125 401.8374L156.21875 401.8374L156.21875 397.63428Q156.21875 396.9624 155.90625 396.63428Q155.60938 396.30615 154.95312 396.30615Q154.42188 396.30615 154.01562 396.5874Q153.625 396.86865 153.40625 397.32178L153.40625 401.8374L152.32812 401.8374L152.32812 392.8374L153.40625 392.8374L153.40625 396.25928ZM161.95312 401.9624Q160.65625 401.9624 159.84375 401.11865Q159.04688 400.25928 159.04688 398.8374L159.04688 398.6499Q159.04688 397.69678 159.40625 396.9624Q159.76562 396.2124 160.40625 395.80615Q161.0625 395.38428 161.8125 395.38428Q163.04688 395.38428 163.73438 396.19678Q164.42188 397.00928 164.42188 398.5249L164.42188 398.97803L160.125 398.97803Q160.15625 399.91553 160.67188 400.49365Q161.20312 401.07178 162.01562 401.07178Q162.57812 401.07178 162.96875 400.8374Q163.375 400.60303 163.6875 400.2124L164.34375 400.72803Q163.54688 401.9624 161.95312 401.9624ZM161.8125 396.2749Q161.15625 396.2749 160.70312 396.75928Q160.26562 397.22803 160.17188 398.0874L163.34375 398.0874L163.34375 398.00928Q163.29688 397.18115 162.89062 396.72803Q162.5 396.2749 161.8125 396.2749ZM174.79688 400.7124Q174.35938 401.3374 173.57812 401.6499Q172.79688 401.9624 171.76562 401.9624Q170.73438 401.9624 169.92188 401.47803Q169.10938 400.97803 168.67188 400.07178Q168.23438 399.16553 168.21875 397.97803L168.21875 397.24365Q168.21875 395.30615 169.10938 394.24365Q170.01562 393.18115 171.64062 393.18115Q172.98438 393.18115 173.79688 393.86865Q174.60938 394.55615 174.79688 395.80615L173.67188 395.80615Q173.34375 394.11865 171.65625 394.11865Q170.51562 394.11865 169.9375 394.91553Q169.35938 395.69678 169.34375 397.2124L169.34375 397.8999Q169.34375 399.3374 170.0 400.19678Q170.65625 401.04053 171.78125 401.04053Q172.40625 401.04053 172.875 400.8999Q173.35938 400.75928 173.67188 400.41553L173.67188 398.50928L171.70312 398.50928L171.70312 397.5874L174.79688 397.5874L174.79688 400.7124ZM176.03125 398.60303Q176.03125 397.68115 176.39062 396.93115Q176.76562 396.18115 177.42188 395.79053Q178.07812 395.38428 178.90625 395.38428Q180.20312 395.38428 181.0 396.2749Q181.8125 397.16553 181.8125 398.66553L181.8125 398.74365Q181.8125 399.66553 181.45312 400.3999Q181.09375 401.13428 180.4375 401.55615Q179.78125 401.9624 178.92188 401.9624Q177.64062 401.9624 176.82812 401.07178Q176.03125 400.16553 176.03125 398.68115L176.03125 398.60303ZM177.125 398.74365Q177.125 399.79053 177.60938 400.43115Q178.10938 401.07178 178.92188 401.07178Q179.75 401.07178 180.23438 400.43115Q180.71875 399.7749 180.71875 398.60303Q180.71875 397.57178 180.21875 396.93115Q179.73438 396.2749 178.90625 396.2749Q178.10938 396.2749 177.60938 396.91553Q177.125 397.54053 177.125 398.74365ZM189.39062 396.4624Q189.14062 396.43115 188.85938 396.43115Q187.78125 396.43115 187.40625 397.3374L187.40625 401.8374L186.32812 401.8374L186.32812 395.49365L187.375 395.49365L187.39062 396.22803Q187.92188 395.38428 188.90625 395.38428Q189.21875 395.38428 189.39062 395.4624L189.39062 396.4624ZM194.23438 401.2124Q193.60938 401.9624 192.375 401.9624Q191.35938 401.9624 190.82812 401.36865Q190.29688 400.7749 190.29688 399.61865L190.29688 395.49365L191.375 395.49365L191.375 399.5874Q191.375 401.04053 192.54688 401.04053Q193.79688 401.04053 194.20312 400.10303L194.20312 395.49365L195.29688 395.49365L195.29688 401.8374L194.26562 401.8374L194.23438 401.2124ZM198.34375 395.49365L198.375 396.29053Q199.10938 395.38428 200.28125 395.38428Q202.29688 395.38428 202.3125 397.6499L202.3125 401.8374L201.21875 401.8374L201.21875 397.63428Q201.21875 396.9624 200.90625 396.63428Q200.60938 396.30615 199.95312 396.30615Q199.42188 396.30615 199.01562 396.5874Q198.625 396.86865 198.40625 397.32178L198.40625 401.8374L197.32812 401.8374L197.32812 395.49365L198.34375 395.49365ZM205.79688 393.9624L205.79688 395.49365L206.96875 395.49365L206.96875 396.3374L205.79688 396.3374L205.79688 400.25928Q205.79688 400.6499 205.95312 400.8374Q206.10938 401.0249 206.48438 401.0249Q206.67188 401.0249 207.0 400.9624L207.0 401.8374Q206.57812 401.9624 206.17188 401.9624Q205.45312 401.9624 205.07812 401.5249Q204.70312 401.07178 204.70312 400.25928L204.70312 396.3374L203.54688 396.3374L203.54688 395.49365L204.70312 395.49365L204.70312 393.9624L205.79688 393.9624ZM209.5 401.8374L208.42188 401.8374L208.42188 395.49365L209.5 395.49365L209.5 401.8374ZM208.32812 393.82178Q208.32812 393.55615 208.48438 393.36865Q208.65625 393.18115 208.96875 393.18115Q209.28125 393.18115 209.4375 393.36865Q209.60938 393.55615 209.60938 393.82178Q209.60938 394.07178 209.4375 394.25928Q209.28125 394.43115 208.96875 394.43115Q208.65625 394.43115 208.48438 394.25928Q208.32812 394.07178 208.32812 393.82178ZM212.34375 395.49365L212.375 396.19678Q213.0625 395.38428 214.25 395.38428Q215.57812 395.38428 216.0625 396.3999Q216.375 395.94678 216.875 395.66553Q217.39062 395.38428 218.07812 395.38428Q220.17188 395.38428 220.20312 397.5874L220.20312 401.8374L219.125 401.8374L219.125 397.6499Q219.125 396.97803 218.8125 396.6499Q218.5 396.30615 217.76562 396.30615Q217.15625 396.30615 216.75 396.66553Q216.35938 397.0249 216.29688 397.63428L216.29688 401.8374L215.21875 401.8374L215.21875 397.68115Q215.21875 396.30615 213.85938 396.30615Q212.79688 396.30615 212.40625 397.2124L212.40625 401.8374L211.3125 401.8374L211.3125 395.49365L212.34375 395.49365ZM224.95312 401.9624Q223.65625 401.9624 222.84375 401.11865Q222.04688 400.25928 222.04688 398.8374L222.04688 398.6499Q222.04688 397.69678 222.40625 396.9624Q222.76562 396.2124 223.40625 395.80615Q224.0625 395.38428 224.8125 395.38428Q226.04688 395.38428 226.73438 396.19678Q227.42188 397.00928 227.42188 398.5249L227.42188 398.97803L223.125 398.97803Q223.15625 399.91553 223.67188 400.49365Q224.20312 401.07178 225.01562 401.07178Q225.57812 401.07178 225.96875 400.8374Q226.375 400.60303 226.6875 400.2124L227.34375 400.72803Q226.54688 401.9624 224.95312 401.9624ZM224.8125 396.2749Q224.15625 396.2749 223.70312 396.75928Q223.26562 397.22803 223.17188 398.0874L226.34375 398.0874L226.34375 398.00928Q226.29688 397.18115 225.89062 396.72803Q225.5 396.2749 224.8125 396.2749Z" fill-rule="nonzero"/><path fill="#666666" d="M206.04688 429.63446Q206.04688 430.88446 205.625 431.82196Q205.20312 432.74384 204.42188 433.24384Q203.65625 433.74384 202.625 433.74384Q201.625 433.74384 200.84375 433.24384Q200.0625 432.74384 199.625 431.8376Q199.20312 430.9157 199.1875 429.69696L199.1875 429.0876Q199.1875 427.8532 199.60938 426.9157Q200.04688 425.9782 200.82812 425.4782Q201.60938 424.9626 202.625 424.9626Q203.64062 424.9626 204.42188 425.4626Q205.20312 425.9626 205.625 426.9001Q206.04688 427.8376 206.04688 429.0876L206.04688 429.63446ZM204.9375 429.07196Q204.9375 427.55634 204.32812 426.74384Q203.71875 425.93134 202.625 425.93134Q201.54688 425.93134 200.9375 426.74384Q200.32812 427.55634 200.3125 428.99384L200.3125 429.63446Q200.3125 431.1032 200.92188 431.94696Q201.54688 432.7751 202.625 432.7751Q203.71875 432.7751 204.3125 431.99384Q204.92188 431.19696 204.9375 429.7126L204.9375 429.07196ZM208.79688 425.74384L208.79688 427.2751L209.96875 427.2751L209.96875 428.11884L208.79688 428.11884L208.79688 432.0407Q208.79688 432.43134 208.95312 432.61884Q209.10938 432.80634 209.48438 432.80634Q209.67188 432.80634 210.0 432.74384L210.0 433.61884Q209.57812 433.74384 209.17188 433.74384Q208.45312 433.74384 208.07812 433.30634Q207.70312 432.8532 207.70312 432.0407L207.70312 428.11884L206.54688 428.11884L206.54688 427.2751L207.70312 427.2751L207.70312 425.74384L208.79688 425.74384ZM212.40625 428.0407Q213.125 427.1657 214.28125 427.1657Q216.29688 427.1657 216.3125 429.43134L216.3125 433.61884L215.21875 433.61884L215.21875 429.4157Q215.21875 428.74384 214.90625 428.4157Q214.60938 428.0876 213.95312 428.0876Q213.42188 428.0876 213.01562 428.36884Q212.625 428.6501 212.40625 429.1032L212.40625 433.61884L211.32812 433.61884L211.32812 424.61884L212.40625 424.61884L212.40625 428.0407ZM220.95312 433.74384Q219.65625 433.74384 218.84375 432.9001Q218.04688 432.0407 218.04688 430.61884L218.04688 430.43134Q218.04688 429.4782 218.40625 428.74384Q218.76562 427.99384 219.40625 427.5876Q220.0625 427.1657 220.8125 427.1657Q222.04688 427.1657 222.73438 427.9782Q223.42188 428.7907 223.42188 430.30634L223.42188 430.75946L219.125 430.75946Q219.15625 431.69696 219.67188 432.2751Q220.20312 432.8532 221.01562 432.8532Q221.57812 432.8532 221.96875 432.61884Q222.375 432.38446 222.6875 431.99384L223.34375 432.50946Q222.54688 433.74384 220.95312 433.74384ZM220.8125 428.05634Q220.15625 428.05634 219.70312 428.5407Q219.26562 429.00946 219.17188 429.86884L222.34375 429.86884L222.34375 429.7907Q222.29688 428.9626 221.89062 428.50946Q221.5 428.05634 220.8125 428.05634ZM227.39062 428.24384Q227.14062 428.2126 226.85938 428.2126Q225.78125 428.2126 225.40625 429.11884L225.40625 433.61884L224.32812 433.61884L224.32812 427.2751L225.375 427.2751L225.39062 428.00946Q225.92188 427.1657 226.90625 427.1657Q227.21875 427.1657 227.39062 427.24384L227.39062 428.24384Z" fill-rule="nonzero"/><path fill="#666666" d="M231.5625 464.9307Q231.5625 466.83694 230.90625 467.77444Q230.26562 468.69632 228.875 468.69632Q227.51562 468.69632 226.85938 467.79007Q226.20312 466.88382 226.17188 465.07132L226.17188 463.63382Q226.17188 461.7432 226.8125 460.83694Q227.46875 459.91507 228.85938 459.91507Q230.23438 459.91507 230.89062 460.8057Q231.54688 461.6807 231.5625 463.52444L231.5625 464.9307ZM230.46875 463.44632Q230.46875 462.07132 230.07812 461.44632Q229.70312 460.8057 228.85938 460.8057Q228.03125 460.8057 227.64062 461.44632Q227.26562 462.07132 227.26562 463.3682L227.26562 465.10257Q227.26562 466.47757 227.65625 467.14944Q228.0625 467.8057 228.875 467.8057Q229.67188 467.8057 230.0625 467.1807Q230.45312 466.5557 230.46875 465.22757L230.46875 463.44632ZM233.10938 461.6807Q233.10938 460.91507 233.59375 460.41507Q234.09375 459.91507 234.85938 459.91507Q235.64062 459.91507 236.125 460.41507Q236.60938 460.91507 236.60938 461.71194L236.60938 462.13382Q236.60938 462.89944 236.10938 463.39944Q235.625 463.88382 234.875 463.88382Q234.10938 463.88382 233.60938 463.39944Q233.10938 462.89944 233.10938 462.08694L233.10938 461.6807ZM233.92188 462.13382Q233.92188 462.58694 234.17188 462.88382Q234.4375 463.1807 234.875 463.1807Q235.29688 463.1807 235.54688 462.89944Q235.79688 462.60257 235.79688 462.10257L235.79688 461.6807Q235.79688 461.22757 235.54688 460.9307Q235.29688 460.6182 234.85938 460.6182Q234.42188 460.6182 234.17188 460.9307Q233.92188 461.22757 233.92188 461.69632L233.92188 462.13382ZM237.26562 466.47757Q237.26562 465.71194 237.75 465.22757Q238.25 464.72757 239.01562 464.72757Q239.78125 464.72757 240.26562 465.22757Q240.76562 465.71194 240.76562 466.52444L240.76562 466.9307Q240.76562 467.69632 240.28125 468.19632Q239.79688 468.69632 239.03125 468.69632Q238.26562 468.69632 237.76562 468.21194Q237.26562 467.71194 237.26562 466.89944L237.26562 466.47757ZM238.07812 466.9307Q238.07812 467.39944 238.32812 467.69632Q238.59375 467.9932 239.03125 467.9932Q239.45312 467.9932 239.70312 467.71194Q239.95312 467.41507 239.95312 466.91507L239.95312 466.47757Q239.95312 466.00882 239.6875 465.72757Q239.4375 465.4307 239.01562 465.4307Q238.59375 465.4307 238.32812 465.72757Q238.07812 466.00882 238.07812 466.50882L238.07812 466.9307ZM235.125 467.9307L234.5 467.54007L238.67188 460.8682L239.28125 461.25882L235.125 467.9307Z" fill-rule="nonzero"/><path fill="#666666" d="M325.05176 468.57132L319.458 468.57132L319.458 467.79007L322.41113 464.50882Q323.06738 463.75882 323.31738 463.3057Q323.56738 462.83694 323.56738 462.33694Q323.56738 461.66507 323.16113 461.2432Q322.7705 460.8057 322.083 460.8057Q321.28613 460.8057 320.833 461.27444Q320.37988 461.72757 320.37988 462.5557L319.30176 462.5557Q319.30176 461.3682 320.05176 460.64944Q320.81738 459.91507 322.083 459.91507Q323.28613 459.91507 323.97363 460.54007Q324.66113 461.16507 324.66113 462.21194Q324.66113 463.46194 323.05176 465.21194L320.7705 467.6807L325.05176 467.6807L325.05176 468.57132ZM331.81738 464.9307Q331.81738 466.83694 331.16113 467.77444Q330.5205 468.69632 329.12988 468.69632Q327.7705 468.69632 327.11426 467.79007Q326.458 466.88382 326.42676 465.07132L326.42676 463.63382Q326.42676 461.7432 327.06738 460.83694Q327.72363 459.91507 329.11426 459.91507Q330.48926 459.91507 331.1455 460.8057Q331.80176 461.6807 331.81738 463.52444L331.81738 464.9307ZM330.72363 463.44632Q330.72363 462.07132 330.333 461.44632Q329.958 460.8057 329.11426 460.8057Q328.28613 460.8057 327.8955 461.44632Q327.5205 462.07132 327.5205 463.3682L327.5205 465.10257Q327.5205 466.47757 327.91113 467.14944Q328.31738 467.8057 329.12988 467.8057Q329.92676 467.8057 330.31738 467.1807Q330.708 466.5557 330.72363 465.22757L330.72363 463.44632ZM333.36426 461.6807Q333.36426 460.91507 333.84863 460.41507Q334.34863 459.91507 335.11426 459.91507Q335.8955 459.91507 336.37988 460.41507Q336.86426 460.91507 336.86426 461.71194L336.86426 462.13382Q336.86426 462.89944 336.36426 463.39944Q335.87988 463.88382 335.12988 463.88382Q334.36426 463.88382 333.86426 463.39944Q333.36426 462.89944 333.36426 462.08694L333.36426 461.6807ZM334.17676 462.13382Q334.17676 462.58694 334.42676 462.88382Q334.69238 463.1807 335.12988 463.1807Q335.55176 463.1807 335.80176 462.89944Q336.05176 462.60257 336.05176 462.10257L336.05176 461.6807Q336.05176 461.22757 335.80176 460.9307Q335.55176 460.6182 335.11426 460.6182Q334.67676 460.6182 334.42676 460.9307Q334.17676 461.22757 334.17676 461.69632L334.17676 462.13382ZM337.5205 466.47757Q337.5205 465.71194 338.00488 465.22757Q338.50488 464.72757 339.2705 464.72757Q340.03613 464.72757 340.5205 465.22757Q341.0205 465.71194 341.0205 466.52444L341.0205 466.9307Q341.0205 467.69632 340.53613 468.19632Q340.05176 468.69632 339.28613 468.69632Q338.5205 468.69632 338.0205 468.21194Q337.5205 467.71194 337.5205 466.89944L337.5205 466.47757ZM338.333 466.9307Q338.333 467.39944 338.583 467.69632Q338.84863 467.9932 339.28613 467.9932Q339.708 467.9932 339.958 467.71194Q340.208 467.41507 340.208 466.91507L340.208 466.47757Q340.208 466.00882 339.94238 465.72757Q339.69238 465.4307 339.2705 465.4307Q338.84863 465.4307 338.583 465.72757Q338.333 466.00882 338.333 466.50882L338.333 466.9307ZM335.37988 467.9307L334.75488 467.54007L338.92676 460.8682L339.53613 461.25882L335.37988 467.9307Z" fill-rule="nonzero"/><path fill="#666666" d="M420.791 465.71194L421.9785 465.71194L421.9785 466.58694L420.791 466.58694L420.791 468.57132L419.71286 468.57132L419.71286 466.58694L415.82224 466.58694L415.82224 465.94632L419.63474 460.04007L420.791 460.04007L420.791 465.71194ZM417.0566 465.71194L419.71286 465.71194L419.71286 461.52444L419.57224 461.75882L417.0566 465.71194ZM428.57224 464.9307Q428.57224 466.83694 427.916 467.77444Q427.27536 468.69632 425.88474 468.69632Q424.52536 468.69632 423.8691 467.79007Q423.21286 466.88382 423.1816 465.07132L423.1816 463.63382Q423.1816 461.7432 423.82224 460.83694Q424.4785 459.91507 425.8691 459.91507Q427.2441 459.91507 427.90036 460.8057Q428.5566 461.6807 428.57224 463.52444L428.57224 464.9307ZM427.4785 463.44632Q427.4785 462.07132 427.08786 461.44632Q426.71286 460.8057 425.8691 460.8057Q425.041 460.8057 424.65036 461.44632Q424.27536 462.07132 424.27536 463.3682L424.27536 465.10257Q424.27536 466.47757 424.666 467.14944Q425.07224 467.8057 425.88474 467.8057Q426.6816 467.8057 427.07224 467.1807Q427.46286 466.5557 427.4785 465.22757L427.4785 463.44632ZM430.1191 461.6807Q430.1191 460.91507 430.6035 460.41507Q431.1035 459.91507 431.8691 459.91507Q432.65036 459.91507 433.13474 460.41507Q433.6191 460.91507 433.6191 461.71194L433.6191 462.13382Q433.6191 462.89944 433.1191 463.39944Q432.63474 463.88382 431.88474 463.88382Q431.1191 463.88382 430.6191 463.39944Q430.1191 462.89944 430.1191 462.08694L430.1191 461.6807ZM430.9316 462.13382Q430.9316 462.58694 431.1816 462.88382Q431.44724 463.1807 431.88474 463.1807Q432.3066 463.1807 432.5566 462.89944Q432.8066 462.60257 432.8066 462.10257L432.8066 461.6807Q432.8066 461.22757 432.5566 460.9307Q432.3066 460.6182 431.8691 460.6182Q431.4316 460.6182 431.1816 460.9307Q430.9316 461.22757 430.9316 461.69632L430.9316 462.13382ZM434.27536 466.47757Q434.27536 465.71194 434.75974 465.22757Q435.25974 464.72757 436.02536 464.72757Q436.791 464.72757 437.27536 465.22757Q437.77536 465.71194 437.77536 466.52444L437.77536 466.9307Q437.77536 467.69632 437.291 468.19632Q436.8066 468.69632 436.041 468.69632Q435.27536 468.69632 434.77536 468.21194Q434.27536 467.71194 434.27536 466.89944L434.27536 466.47757ZM435.08786 466.9307Q435.08786 467.39944 435.33786 467.69632Q435.6035 467.9932 436.041 467.9932Q436.46286 467.9932 436.71286 467.71194Q436.96286 467.41507 436.96286 466.91507L436.96286 466.47757Q436.96286 466.00882 436.69724 465.72757Q436.44724 465.4307 436.02536 465.4307Q435.6035 465.4307 435.33786 465.72757Q435.08786 466.00882 435.08786 466.50882L435.08786 466.9307ZM432.13474 467.9307L431.50974 467.54007L435.6816 460.8682L436.291 461.25882L432.13474 467.9307Z" fill-rule="nonzero"/><path fill="#666666" d="M517.23334 460.04007L517.23334 460.94632L517.0302 460.94632Q515.7646 460.97757 515.0146 461.71194Q514.2646 462.4307 514.1396 463.7432Q514.8271 462.97757 515.98334 462.97757Q517.0927 462.97757 517.7646 463.75882Q518.43646 464.54007 518.43646 465.79007Q518.43646 467.10257 517.7177 467.89944Q516.99896 468.69632 515.7802 468.69632Q514.56146 468.69632 513.79584 467.75882Q513.04584 466.8057 513.04584 465.32132L513.04584 464.91507Q513.04584 462.5557 514.04584 461.3057Q515.04584 460.0557 517.0302 460.04007L517.23334 460.04007ZM515.81146 463.88382Q515.24896 463.88382 514.7802 464.21194Q514.31146 464.54007 514.12396 465.0557L514.12396 465.44632Q514.12396 466.50882 514.5927 467.14944Q515.0771 467.79007 515.7802 467.79007Q516.5146 467.79007 516.93646 467.25882Q517.35834 466.71194 517.35834 465.83694Q517.35834 464.96194 516.93646 464.4307Q516.5146 463.88382 515.81146 463.88382ZM525.3271 464.9307Q525.3271 466.83694 524.67084 467.77444Q524.0302 468.69632 522.6396 468.69632Q521.2802 468.69632 520.62396 467.79007Q519.9677 466.88382 519.93646 465.07132L519.93646 463.63382Q519.93646 461.7432 520.5771 460.83694Q521.23334 459.91507 522.62396 459.91507Q523.99896 459.91507 524.6552 460.8057Q525.31146 461.6807 525.3271 463.52444L525.3271 464.9307ZM524.23334 463.44632Q524.23334 462.07132 523.8427 461.44632Q523.4677 460.8057 522.62396 460.8057Q521.79584 460.8057 521.4052 461.44632Q521.0302 462.07132 521.0302 463.3682L521.0302 465.10257Q521.0302 466.47757 521.42084 467.14944Q521.8271 467.8057 522.6396 467.8057Q523.43646 467.8057 523.8271 467.1807Q524.2177 466.5557 524.23334 465.22757L524.23334 463.44632ZM526.87396 461.6807Q526.87396 460.91507 527.35834 460.41507Q527.85834 459.91507 528.62396 459.91507Q529.4052 459.91507 529.8896 460.41507Q530.37396 460.91507 530.37396 461.71194L530.37396 462.13382Q530.37396 462.89944 529.87396 463.39944Q529.3896 463.88382 528.6396 463.88382Q527.87396 463.88382 527.37396 463.39944Q526.87396 462.89944 526.87396 462.08694L526.87396 461.6807ZM527.68646 462.13382Q527.68646 462.58694 527.93646 462.88382Q528.2021 463.1807 528.6396 463.1807Q529.06146 463.1807 529.31146 462.89944Q529.56146 462.60257 529.56146 462.10257L529.56146 461.6807Q529.56146 461.22757 529.31146 460.9307Q529.06146 460.6182 528.62396 460.6182Q528.18646 460.6182 527.93646 460.9307Q527.68646 461.22757 527.68646 461.69632L527.68646 462.13382ZM531.0302 466.47757Q531.0302 465.71194 531.5146 465.22757Q532.0146 464.72757 532.7802 464.72757Q533.54584 464.72757 534.0302 465.22757Q534.5302 465.71194 534.5302 466.52444L534.5302 466.9307Q534.5302 467.69632 534.04584 468.19632Q533.56146 468.69632 532.79584 468.69632Q532.0302 468.69632 531.5302 468.21194Q531.0302 467.71194 531.0302 466.89944L531.0302 466.47757ZM531.8427 466.9307Q531.8427 467.39944 532.0927 467.69632Q532.35834 467.9932 532.79584 467.9932Q533.2177 467.9932 533.4677 467.71194Q533.7177 467.41507 533.7177 466.91507L533.7177 466.47757Q533.7177 466.00882 533.4521 465.72757Q533.2021 465.4307 532.7802 465.4307Q532.35834 465.4307 532.0927 465.72757Q531.8427 466.00882 531.8427 466.50882L531.8427 466.9307ZM528.8896 467.9307L528.2646 467.54007L532.43646 460.8682L533.04584 461.25882L528.8896 467.9307Z" fill-rule="nonzero"/><path fill="#666666" d="M614.9101 462.25882Q614.9101 462.89944 614.56635 463.39944Q614.2226 463.89944 613.6601 464.1807Q614.31635 464.46194 614.707 465.02444Q615.0976 465.57132 615.0976 466.27444Q615.0976 467.3682 614.3476 468.04007Q613.6132 468.69632 612.3945 468.69632Q611.1601 468.69632 610.4101 468.04007Q609.6757 467.3682 609.6757 466.27444Q609.6757 465.57132 610.0507 465.02444Q610.4257 464.46194 611.0976 464.1807Q610.5351 463.89944 610.207 463.39944Q609.87885 462.89944 609.87885 462.25882Q609.87885 461.1807 610.56635 460.5557Q611.25385 459.91507 612.3945 459.91507Q613.5195 459.91507 614.207 460.5557Q614.9101 461.1807 614.9101 462.25882ZM614.0195 466.2432Q614.0195 465.52444 613.56635 465.08694Q613.1132 464.63382 612.37885 464.63382Q611.6445 464.63382 611.19135 465.08694Q610.75385 465.52444 610.75385 466.25882Q610.75385 466.97757 611.19135 467.39944Q611.62885 467.8057 612.3945 467.8057Q613.1445 467.8057 613.582 467.38382Q614.0195 466.96194 614.0195 466.2432ZM612.3945 460.8057Q611.75385 460.8057 611.3476 461.21194Q610.957 461.60257 610.957 462.29007Q610.957 462.9307 611.3476 463.33694Q611.7382 463.7432 612.37885 463.7432Q613.0351 463.7432 613.4257 463.33694Q613.81635 462.9307 613.81635 462.29007Q613.81635 461.63382 613.4101 461.22757Q613.00385 460.8057 612.3945 460.8057ZM622.082 464.9307Q622.082 466.83694 621.4257 467.77444Q620.7851 468.69632 619.3945 468.69632Q618.0351 468.69632 617.37885 467.79007Q616.7226 466.88382 616.69135 465.07132L616.69135 463.63382Q616.69135 461.7432 617.332 460.83694Q617.9882 459.91507 619.37885 459.91507Q620.75385 459.91507 621.4101 460.8057Q622.06635 461.6807 622.082 463.52444L622.082 464.9307ZM620.9882 463.44632Q620.9882 462.07132 620.5976 461.44632Q620.2226 460.8057 619.37885 460.8057Q618.5507 460.8057 618.1601 461.44632Q617.7851 462.07132 617.7851 463.3682L617.7851 465.10257Q617.7851 466.47757 618.1757 467.14944Q618.582 467.8057 619.3945 467.8057Q620.19135 467.8057 620.582 467.1807Q620.9726 466.5557 620.9882 465.22757L620.9882 463.44632ZM623.62885 461.6807Q623.62885 460.91507 624.1132 460.41507Q624.6132 459.91507 625.37885 459.91507Q626.1601 459.91507 626.6445 460.41507Q627.12885 460.91507 627.12885 461.71194L627.12885 462.13382Q627.12885 462.89944 626.62885 463.39944Q626.1445 463.88382 625.3945 463.88382Q624.62885 463.88382 624.12885 463.39944Q623.62885 462.89944 623.62885 462.08694L623.62885 461.6807ZM624.44135 462.13382Q624.44135 462.58694 624.69135 462.88382Q624.957 463.1807 625.3945 463.1807Q625.81635 463.1807 626.06635 462.89944Q626.31635 462.60257 626.31635 462.10257L626.31635 461.6807Q626.31635 461.22757 626.06635 460.9307Q625.81635 460.6182 625.37885 460.6182Q624.94135 460.6182 624.69135 460.9307Q624.44135 461.22757 624.44135 461.69632L624.44135 462.13382ZM627.7851 466.47757Q627.7851 465.71194 628.2695 465.22757Q628.7695 464.72757 629.5351 464.72757Q630.3007 464.72757 630.7851 465.22757Q631.2851 465.71194 631.2851 466.52444L631.2851 466.9307Q631.2851 467.69632 630.8007 468.19632Q630.31635 468.69632 629.5507 468.69632Q628.7851 468.69632 628.2851 468.21194Q627.7851 467.71194 627.7851 466.89944L627.7851 466.47757ZM628.5976 466.9307Q628.5976 467.39944 628.8476 467.69632Q629.1132 467.9932 629.5507 467.9932Q629.9726 467.9932 630.2226 467.71194Q630.4726 467.41507 630.4726 466.91507L630.4726 466.47757Q630.4726 466.00882 630.207 465.72757Q629.957 465.4307 629.5351 465.4307Q629.1132 465.4307 628.8476 465.72757Q628.5976 466.00882 628.5976 466.50882L628.5976 466.9307ZM625.6445 467.9307L625.0195 467.54007L629.19135 460.8682L629.8007 461.25882L625.6445 467.9307Z" fill-rule="nonzero"/><path fill="#999999" d="M29.45625 77.160194Q29.45625 75.847694 29.8 74.628944Q30.159374 73.410194 30.8625 72.410194Q31.565624 71.410194 32.33125 71.003944L32.55 71.722694Q31.690624 72.378944 31.14375 73.722694Q30.596874 75.066444 30.55 76.73832L30.534374 77.23832Q30.534374 79.503944 31.3625 81.160194Q31.8625 82.160194 32.55 82.722694L32.33125 83.378944Q31.55 82.95707 30.83125 81.92582Q29.45625 79.941444 29.45625 77.160194ZM34.034374 80.628944L34.034374 75.128944L33.034374 75.128944L33.034374 74.285194L34.034374 74.285194L34.034374 73.64457Q34.034374 72.61332 34.565624 72.066444Q35.1125 71.503944 36.1125 71.503944Q36.4875 71.503944 36.8625 71.597694L36.8 72.48832Q36.51875 72.42582 36.221874 72.42582Q35.690624 72.42582 35.39375 72.73832Q35.1125 73.05082 35.1125 73.61332L35.1125 74.285194L36.471874 74.285194L36.471874 75.128944L35.1125 75.128944L35.1125 80.628944L34.034374 80.628944ZM40.565624 75.253944Q40.315624 75.222694 40.034374 75.222694Q38.95625 75.222694 38.58125 76.128944L38.58125 80.628944L37.503124 80.628944L37.503124 74.285194L38.55 74.285194L38.565624 75.01957Q39.096874 74.17582 40.08125 74.17582Q40.39375 74.17582 40.565624 74.253944L40.565624 75.253944ZM44.128124 80.753944Q42.83125 80.753944 42.01875 79.910194Q41.221874 79.05082 41.221874 77.628944L41.221874 77.441444Q41.221874 76.48832 41.58125 75.753944Q41.940624 75.003944 42.58125 74.597694Q43.2375 74.17582 43.9875 74.17582Q45.221874 74.17582 45.909374 74.98832Q46.596874 75.80082 46.596874 77.316444L46.596874 77.76957L42.3 77.76957Q42.33125 78.70707 42.846874 79.285194Q43.378124 79.86332 44.190624 79.86332Q44.753124 79.86332 45.14375 79.628944Q45.55 79.39457 45.8625 79.003944L46.51875 79.51957Q45.721874 80.753944 44.128124 80.753944ZM43.9875 75.066444Q43.33125 75.066444 42.878124 75.55082Q42.440624 76.01957 42.346874 76.878944L45.51875 76.878944L45.51875 76.80082Q45.471874 75.972694 45.065624 75.51957Q44.675 75.066444 43.9875 75.066444ZM50.128124 80.753944Q48.83125 80.753944 48.01875 79.910194Q47.221874 79.05082 47.221874 77.628944L47.221874 77.441444Q47.221874 76.48832 47.58125 75.753944Q47.940624 75.003944 48.58125 74.597694Q49.2375 74.17582 49.9875 74.17582Q51.221874 74.17582 51.909374 74.98832Q52.596874 75.80082 52.596874 77.316444L52.596874 77.76957L48.3 77.76957Q48.33125 78.70707 48.846874 79.285194Q49.378124 79.86332 50.190624 79.86332Q50.753124 79.86332 51.14375 79.628944Q51.55 79.39457 51.8625 79.003944L52.51875 79.51957Q51.721874 80.753944 50.128124 80.753944ZM49.9875 75.066444Q49.33125 75.066444 48.878124 75.55082Q48.440624 76.01957 48.346874 76.878944L51.51875 76.878944L51.51875 76.80082Q51.471874 75.972694 51.065624 75.51957Q50.675 75.066444 49.9875 75.066444ZM55.753124 77.441444L52.89375 77.441444L52.89375 76.566444L55.753124 76.566444L55.753124 77.441444ZM57.971874 72.753944L57.971874 74.285194L59.14375 74.285194L59.14375 75.128944L57.971874 75.128944L57.971874 79.05082Q57.971874 79.441444 58.128124 79.628944Q58.284374 79.816444 58.659374 79.816444Q58.846874 79.816444 59.175 79.753944L59.175 80.628944Q58.753124 80.753944 58.346874 80.753944Q57.628124 80.753944 57.253124 80.316444Q56.878124 79.86332 56.878124 79.05082L56.878124 75.128944L55.721874 75.128944L55.721874 74.285194L56.878124 74.285194L56.878124 72.753944L57.971874 72.753944ZM63.128124 80.753944Q61.83125 80.753944 61.01875 79.910194Q60.221874 79.05082 60.221874 77.628944L60.221874 77.441444Q60.221874 76.48832 60.58125 75.753944Q60.940624 75.003944 61.58125 74.597694Q62.2375 74.17582 62.9875 74.17582Q64.22188 74.17582 64.90938 74.98832Q65.59688 75.80082 65.59688 77.316444L65.59688 77.76957L61.3 77.76957Q61.33125 78.70707 61.846874 79.285194Q62.378124 79.86332 63.190624 79.86332Q63.753124 79.86332 64.14375 79.628944Q64.55 79.39457 64.8625 79.003944L65.51875 79.51957Q64.72188 80.753944 63.128124 80.753944ZM62.9875 75.066444Q62.33125 75.066444 61.878124 75.55082Q61.440624 76.01957 61.346874 76.878944L64.51875 76.878944L64.51875 76.80082Q64.47188 75.972694 64.06563 75.51957Q63.675 75.066444 62.9875 75.066444ZM68.62813 76.597694L70.03438 74.285194L71.3 74.285194L69.22188 77.42582L71.3625 80.628944L70.1125 80.628944L68.64375 78.253944L67.175 80.628944L65.90938 80.628944L68.05 77.42582L65.9875 74.285194L67.2375 74.285194L68.62813 76.597694ZM73.97188 72.753944L73.97188 74.285194L75.14375 74.285194L75.14375 75.128944L73.97188 75.128944L73.97188 79.05082Q73.97188 79.441444 74.12813 79.628944Q74.28438 79.816444 74.65938 79.816444Q74.84688 79.816444 75.175 79.753944L75.175 80.628944Q74.75313 80.753944 74.34688 80.753944Q73.62813 80.753944 73.25313 80.316444Q72.87813 79.86332 72.87813 79.05082L72.87813 75.128944L71.72188 75.128944L71.72188 74.285194L72.87813 74.285194L72.87813 72.753944L73.97188 72.753944ZM82.56563 75.253944Q82.31563 75.222694 82.03438 75.222694Q80.95625 75.222694 80.58125 76.128944L80.58125 80.628944L79.50313 80.628944L79.50313 74.285194L80.55 74.285194L80.56563 75.01957Q81.09688 74.17582 82.08125 74.17582Q82.39375 74.17582 82.56563 74.253944L82.56563 75.253944ZM86.12813 80.753944Q84.83125 80.753944 84.01875 79.910194Q83.22188 79.05082 83.22188 77.628944L83.22188 77.441444Q83.22188 76.48832 83.58125 75.753944Q83.94063 75.003944 84.58125 74.597694Q85.2375 74.17582 85.9875 74.17582Q87.22188 74.17582 87.90938 74.98832Q88.59688 75.80082 88.59688 77.316444L88.59688 77.76957L84.3 77.76957Q84.33125 78.70707 84.84688 79.285194Q85.37813 79.86332 86.19063 79.86332Q86.75313 79.86332 87.14375 79.628944Q87.55 79.39457 87.8625 79.003944L88.51875 79.51957Q87.72188 80.753944 86.12813 80.753944ZM85.9875 75.066444Q85.33125 75.066444 84.87813 75.55082Q84.44063 76.01957 84.34688 76.878944L87.51875 76.878944L87.51875 76.80082Q87.47188 75.972694 87.06563 75.51957Q86.675 75.066444 85.9875 75.066444ZM93.19063 78.941444Q93.19063 78.503944 92.84688 78.26957Q92.51875 78.01957 91.69063 77.847694Q90.87813 77.67582 90.39375 77.42582Q89.90938 77.17582 89.675 76.847694Q89.45625 76.503944 89.45625 76.035194Q89.45625 75.253944 90.1125 74.722694Q90.76875 74.17582 91.8 74.17582Q92.87813 74.17582 93.53438 74.73832Q94.20625 75.285194 94.20625 76.14457L93.12813 76.14457Q93.12813 75.70707 92.7375 75.39457Q92.3625 75.066444 91.8 75.066444Q91.20625 75.066444 90.8625 75.33207Q90.53438 75.58207 90.53438 75.98832Q90.53438 76.378944 90.84688 76.58207Q91.15938 76.785194 91.97188 76.972694Q92.78438 77.14457 93.28438 77.39457Q93.78438 77.64457 94.01875 78.003944Q94.26875 78.36332 94.26875 78.86332Q94.26875 79.722694 93.58125 80.23832Q92.90938 80.753944 91.83125 80.753944Q91.06563 80.753944 90.47188 80.48832Q89.89375 80.20707 89.56563 79.722694Q89.2375 79.23832 89.2375 78.67582L90.31563 78.67582Q90.34688 79.222694 90.75313 79.55082Q91.15938 79.86332 91.83125 79.86332Q92.44063 79.86332 92.81563 79.61332Q93.19063 79.36332 93.19063 78.941444ZM100.84688 77.535194Q100.84688 78.972694 100.19063 79.86332Q99.53438 80.753944 98.39375 80.753944Q97.2375 80.753944 96.58125 80.01957L96.58125 83.066444L95.50313 83.066444L95.50313 74.285194L96.4875 74.285194L96.53438 74.98832Q97.20625 74.17582 98.37813 74.17582Q99.51875 74.17582 100.175 75.035194Q100.84688 75.89457 100.84688 77.42582L100.84688 77.535194ZM99.76875 77.410194Q99.76875 76.33207 99.3 75.722694Q98.84688 75.097694 98.05 75.097694Q97.06563 75.097694 96.58125 75.95707L96.58125 78.98832Q97.06563 79.86332 98.06563 79.86332Q98.84688 79.86332 99.3 79.253944Q99.76875 78.628944 99.76875 77.410194ZM102.20625 77.39457Q102.20625 76.472694 102.56563 75.722694Q102.94063 74.972694 103.59688 74.58207Q104.25313 74.17582 105.08125 74.17582Q106.37813 74.17582 107.175 75.066444Q107.9875 75.95707 107.9875 77.45707L107.9875 77.535194Q107.9875 78.45707 107.62813 79.191444Q107.26875 79.92582 106.6125 80.347694Q105.95625 80.753944 105.09688 80.753944Q103.81563 80.753944 103.00313 79.86332Q102.20625 78.95707 102.20625 77.472694L102.20625 77.39457ZM103.3 77.535194Q103.3 78.58207 103.78438 79.222694Q104.28438 79.86332 105.09688 79.86332Q105.925 79.86332 106.40938 79.222694Q106.89375 78.566444 106.89375 77.39457Q106.89375 76.36332 106.39375 75.722694Q105.90938 75.066444 105.08125 75.066444Q104.28438 75.066444 103.78438 75.70707Q103.3 76.33207 103.3 77.535194ZM110.51875 74.285194L110.55 75.08207Q111.28438 74.17582 112.45625 74.17582Q114.47188 74.17582 114.4875 76.441444L114.4875 80.628944L113.39375 80.628944L113.39375 76.42582Q113.39375 75.753944 113.08125 75.42582Q112.78438 75.097694 112.12813 75.097694Q111.59688 75.097694 111.19063 75.378944Q110.8 75.660194 110.58125 76.11332L110.58125 80.628944L109.50313 80.628944L109.50313 74.285194L110.51875 74.285194ZM120.19063 78.941444Q120.19063 78.503944 119.84688 78.26957Q119.51875 78.01957 118.69063 77.847694Q117.87813 77.67582 117.39375 77.42582Q116.90938 77.17582 116.675 76.847694Q116.45625 76.503944 116.45625 76.035194Q116.45625 75.253944 117.1125 74.722694Q117.76875 74.17582 118.8 74.17582Q119.87813 74.17582 120.53438 74.73832Q121.20625 75.285194 121.20625 76.14457L120.12813 76.14457Q120.12813 75.70707 119.7375 75.39457Q119.3625 75.066444 118.8 75.066444Q118.20625 75.066444 117.8625 75.33207Q117.53438 75.58207 117.53438 75.98832Q117.53438 76.378944 117.84688 76.58207Q118.15938 76.785194 118.97188 76.972694Q119.78438 77.14457 120.28438 77.39457Q120.78438 77.64457 121.01875 78.003944Q121.26875 78.36332 121.26875 78.86332Q121.26875 79.722694 120.58125 80.23832Q119.90938 80.753944 118.83125 80.753944Q118.06563 80.753944 117.47188 80.48832Q116.89375 80.20707 116.56563 79.722694Q116.2375 79.23832 116.2375 78.67582L117.31563 78.67582Q117.34688 79.222694 117.75313 79.55082Q118.15938 79.86332 118.83125 79.86332Q119.44063 79.86332 119.81563 79.61332Q120.19063 79.36332 120.19063 78.941444ZM125.12813 80.753944Q123.83125 80.753944 123.01875 79.910194Q122.22188 79.05082 122.22188 77.628944L122.22188 77.441444Q122.22188 76.48832 122.58125 75.753944Q122.94063 75.003944 123.58125 74.597694Q124.2375 74.17582 124.9875 74.17582Q126.22188 74.17582 126.90938 74.98832Q127.59688 75.80082 127.59688 77.316444L127.59688 77.76957L123.3 77.76957Q123.33125 78.70707 123.84688 79.285194Q124.37813 79.86332 125.19063 79.86332Q125.75313 79.86332 126.14375 79.628944Q126.55 79.39457 126.8625 79.003944L127.51875 79.51957Q126.72188 80.753944 125.12813 80.753944ZM124.9875 75.066444Q124.33125 75.066444 123.87813 75.55082Q123.44063 76.01957 123.34688 76.878944L126.51875 76.878944L126.51875 76.80082Q126.47188 75.972694 126.06563 75.51957Q125.675 75.066444 124.9875 75.066444ZM131.00313 77.222694Q131.00313 78.535194 130.65938 79.73832Q130.31563 80.92582 129.59688 81.941444Q128.89375 82.95707 128.12813 83.378944L127.89375 82.722694Q128.8 82.035194 129.34688 80.58207Q129.89375 79.11332 129.90938 77.347694L129.90938 77.160194Q129.90938 75.92582 129.64375 74.86332Q129.39375 73.80082 128.925 72.972694Q128.47188 72.128944 127.89375 71.660194L128.12813 71.003944Q128.89375 71.42582 129.59688 72.42582Q130.3 73.42582 130.64375 74.64457Q131.00313 75.847694 131.00313 77.222694Z" fill-rule="nonzero"/><path fill="#666666" d="M31.796875 26.89885L32.0 28.21135L32.28125 27.02385L34.25 20.08635L35.34375 20.08635L37.265625 27.02385L37.546875 28.226974L37.75 26.89885L39.296875 20.08635L40.625 20.08635L38.203125 30.039474L37.015625 30.039474L34.953125 22.789474L34.796875 22.02385L34.640625 22.789474L32.515625 30.039474L31.328125 30.039474L28.921875 20.08635L30.234375 20.08635L31.796875 26.89885ZM42.71875 23.539474Q43.5625 22.508224 44.90625 22.508224Q47.25 22.508224 47.28125 25.14885L47.28125 30.039474L46.015625 30.039474L46.015625 25.14885Q46.0 24.351974 45.640625 23.976974Q45.28125 23.58635 44.53125 23.58635Q43.90625 23.58635 43.4375 23.914474Q42.984375 24.2426 42.71875 24.77385L42.71875 30.039474L41.453125 30.039474L41.453125 19.539474L42.71875 19.539474L42.71875 23.539474ZM54.03125 30.039474Q53.921875 29.820724 53.84375 29.258224Q52.96875 30.1801 51.734375 30.1801Q50.640625 30.1801 49.9375 29.570724Q49.25 28.945724 49.25 27.9926Q49.25 26.83635 50.125 26.195724Q51.0 25.5551 52.59375 25.5551L53.828125 25.5551L53.828125 24.976974Q53.828125 24.3051 53.421875 23.914474Q53.03125 23.52385 52.265625 23.52385Q51.578125 23.52385 51.125 23.8676Q50.671875 24.21135 50.671875 24.695724L49.390625 24.695724Q49.390625 24.133224 49.78125 23.6176Q50.1875 23.101974 50.859375 22.8051Q51.53125 22.508224 52.328125 22.508224Q53.609375 22.508224 54.328125 23.14885Q55.0625 23.789474 55.09375 24.89885L55.09375 28.3051Q55.09375 29.320724 55.34375 29.9301L55.34375 30.039474L54.03125 30.039474ZM51.921875 29.070724Q52.515625 29.070724 53.046875 28.77385Q53.59375 28.46135 53.828125 27.96135L53.828125 26.445724L52.828125 26.445724Q50.515625 26.445724 50.515625 27.8051Q50.515625 28.39885 50.90625 28.7426Q51.296875 29.070724 51.921875 29.070724ZM59.171875 20.851974L59.171875 22.64885L60.546875 22.64885L60.546875 23.6176L59.171875 23.6176L59.171875 28.21135Q59.171875 28.64885 59.359375 28.883224Q59.546875 29.101974 59.984375 29.101974Q60.203125 29.101974 60.59375 29.008224L60.59375 30.039474Q60.09375 30.1801 59.625 30.1801Q58.765625 30.1801 58.328125 29.664474Q57.90625 29.14885 57.90625 28.21135L57.90625 23.6176L56.5625 23.6176L56.5625 22.64885L57.90625 22.64885L57.90625 20.851974L59.171875 20.851974ZM62.421875 32.02385L61.703125 31.52385Q62.34375 30.633224 62.375 29.6801L62.375 28.539474L63.609375 28.539474L63.609375 29.539474Q63.609375 30.226974 63.265625 30.914474Q62.921875 31.601974 62.421875 32.02385ZM69.828125 30.039474L68.5625 30.039474L68.5625 22.64885L69.828125 22.64885L69.828125 30.039474ZM68.46875 20.6801Q68.46875 20.3676 68.65625 20.164474Q68.84375 19.945724 69.203125 19.945724Q69.578125 19.945724 69.765625 20.164474Q69.96875 20.3676 69.96875 20.6801Q69.96875 20.9926 69.765625 21.195724Q69.578125 21.39885 69.203125 21.39885Q68.84375 21.39885 68.65625 21.195724Q68.46875 20.9926 68.46875 20.6801ZM72.078125 30.039474L72.078125 23.6176L70.90625 23.6176L70.90625 22.64885L72.078125 22.64885L72.078125 21.883224Q72.078125 20.695724 72.703125 20.0551Q73.34375 19.39885 74.515625 19.39885Q74.953125 19.39885 75.375 19.508224L75.3125 20.539474Q74.984375 20.476974 74.625 20.476974Q74.015625 20.476974 73.671875 20.83635Q73.34375 21.195724 73.34375 21.8676L73.34375 22.64885L74.921875 22.64885L74.921875 23.6176L73.34375 23.6176L73.34375 30.039474L72.078125 30.039474ZM84.03125 30.039474Q83.921875 29.820724 83.84375 29.258224Q82.96875 30.1801 81.734375 30.1801Q80.640625 30.1801 79.9375 29.570724Q79.25 28.945724 79.25 27.9926Q79.25 26.83635 80.125 26.195724Q81.0 25.5551 82.59375 25.5551L83.828125 25.5551L83.828125 24.976974Q83.828125 24.3051 83.421875 23.914474Q83.03125 23.52385 82.265625 23.52385Q81.578125 23.52385 81.125 23.8676Q80.671875 24.21135 80.671875 24.695724L79.390625 24.695724Q79.390625 24.133224 79.78125 23.6176Q80.1875 23.101974 80.859375 22.8051Q81.53125 22.508224 82.328125 22.508224Q83.609375 22.508224 84.328125 23.14885Q85.0625 23.789474 85.09375 24.89885L85.09375 28.3051Q85.09375 29.320724 85.34375 29.9301L85.34375 30.039474L84.03125 30.039474ZM81.921875 29.070724Q82.515625 29.070724 83.046875 28.77385Q83.59375 28.46135 83.828125 27.96135L83.828125 26.445724L82.828125 26.445724Q80.515625 26.445724 80.515625 27.8051Q80.515625 28.39885 80.90625 28.7426Q81.296875 29.070724 81.921875 29.070724ZM88.65625 22.64885L88.6875 23.570724Q89.546875 22.508224 90.90625 22.508224Q93.25 22.508224 93.28125 25.14885L93.28125 30.039474L92.015625 30.039474L92.015625 25.14885Q92.0 24.351974 91.640625 23.976974Q91.28125 23.58635 90.53125 23.58635Q89.90625 23.58635 89.4375 23.914474Q88.984375 24.2426 88.71875 24.77385L88.71875 30.039474L87.453125 30.039474L87.453125 22.64885L88.65625 22.64885ZM97.875 28.1801L99.59375 22.64885L100.953125 22.64885L97.984375 31.1801Q97.296875 33.02385 95.78125 33.02385L95.546875 33.008224L95.078125 32.914474L95.078125 31.89885L95.421875 31.914474Q96.0625 31.914474 96.421875 31.64885Q96.78125 31.39885 97.015625 30.71135L97.296875 29.96135L94.65625 22.64885L96.03125 22.64885L97.875 28.1801ZM104.171875 20.851974L104.171875 22.64885L105.546875 22.64885L105.546875 23.6176L104.171875 23.6176L104.171875 28.21135Q104.171875 28.64885 104.359375 28.883224Q104.546875 29.101974 104.984375 29.101974Q105.203125 29.101974 105.59375 29.008224L105.59375 30.039474Q105.09375 30.1801 104.625 30.1801Q103.765625 30.1801 103.328125 29.664474Q102.90625 29.14885 102.90625 28.21135L102.90625 23.6176L101.5625 23.6176L101.5625 22.64885L102.90625 22.64885L102.90625 20.851974L104.171875 20.851974ZM108.71875 23.539474Q109.5625 22.508224 110.90625 22.508224Q113.25 22.508224 113.28125 25.14885L113.28125 30.039474L112.015625 30.039474L112.015625 25.14885Q112.0 24.351974 111.640625 23.976974Q111.28125 23.58635 110.53125 23.58635Q109.90625 23.58635 109.4375 23.914474Q108.984375 24.2426 108.71875 24.77385L108.71875 30.039474L107.453125 30.039474L107.453125 19.539474L108.71875 19.539474L108.71875 23.539474ZM116.828125 30.039474L115.5625 30.039474L115.5625 22.64885L116.828125 22.64885L116.828125 30.039474ZM115.46875 20.6801Q115.46875 20.3676 115.65625 20.164474Q115.84375 19.945724 116.203125 19.945724Q116.578125 19.945724 116.765625 20.164474Q116.96875 20.3676 116.96875 20.6801Q116.96875 20.9926 116.765625 21.195724Q116.578125 21.39885 116.203125 21.39885Q115.84375 21.39885 115.65625 21.195724Q115.46875 20.9926 115.46875 20.6801ZM119.65625 22.64885L119.6875 23.570724Q120.546875 22.508224 121.90625 22.508224Q124.25 22.508224 124.28125 25.14885L124.28125 30.039474L123.015625 30.039474L123.015625 25.14885Q123.0 24.351974 122.640625 23.976974Q122.28125 23.58635 121.53125 23.58635Q120.90625 23.58635 120.4375 23.914474Q119.984375 24.2426 119.71875 24.77385L119.71875 30.039474L118.453125 30.039474L118.453125 22.64885L119.65625 22.64885ZM126.15625 26.27385Q126.15625 24.5551 126.953125 23.539474Q127.75 22.508224 129.07812 22.508224Q130.42188 22.508224 131.1875 23.46135L131.25 22.64885L132.40625 22.64885L132.40625 29.8676Q132.40625 31.3051 131.54688 32.1176Q130.70312 32.945724 129.26562 32.945724Q128.46875 32.945724 127.703125 32.601974Q126.9375 32.27385 126.53125 31.6801L127.1875 30.914474Q128.0 31.914474 129.17188 31.914474Q130.09375 31.914474 130.60938 31.39885Q131.14062 30.883224 131.14062 29.9301L131.14062 29.3051Q130.375 30.1801 129.0625 30.1801Q127.765625 30.1801 126.953125 29.133224Q126.15625 28.08635 126.15625 26.27385ZM127.421875 26.4301Q127.421875 27.6801 127.9375 28.39885Q128.45312 29.101974 129.375 29.101974Q130.57812 29.101974 131.14062 28.008224L131.14062 24.633224Q130.54688 23.58635 129.39062 23.58635Q128.46875 23.58635 127.9375 24.3051Q127.421875 25.008224 127.421875 26.4301ZM134.42188 32.02385L133.70312 31.52385Q134.34375 30.633224 134.375 29.6801L134.375 28.539474L135.60938 28.539474L135.60938 29.539474Q135.60938 30.226974 135.26562 30.914474Q134.92188 31.601974 134.42188 32.02385ZM146.70312 26.4301Q146.70312 28.1176 145.92188 29.14885Q145.15625 30.1801 143.84375 30.1801Q142.5 30.1801 141.71875 29.320724L141.71875 32.883224L140.45312 32.883224L140.45312 22.64885L141.60938 22.64885L141.67188 23.46135Q142.45312 22.508224 143.82812 22.508224Q145.15625 22.508224 145.92188 23.508224Q146.70312 24.508224 146.70312 26.3051L146.70312 26.4301ZM145.4375 26.27385Q145.4375 25.02385 144.90625 24.3051Q144.375 23.58635 143.4375 23.58635Q142.29688 23.58635 141.71875 24.601974L141.71875 28.133224Q142.29688 29.14885 143.45312 29.14885Q144.375 29.14885 144.90625 28.4301Q145.4375 27.695724 145.4375 26.27385ZM152.03125 23.77385Q151.75 23.726974 151.40625 23.726974Q150.17188 23.726974 149.71875 24.789474L149.71875 30.039474L148.45312 30.039474L148.45312 22.64885L149.6875 22.64885L149.70312 23.4926Q150.32812 22.508224 151.46875 22.508224Q151.84375 22.508224 152.03125 22.601974L152.03125 23.77385ZM156.53125 30.1801Q155.01562 30.1801 154.07812 29.195724Q153.14062 28.195724 153.14062 26.539474L153.14062 26.320724Q153.14062 25.21135 153.5625 24.351974Q153.98438 23.476974 154.73438 22.9926Q155.48438 22.508224 156.375 22.508224Q157.8125 22.508224 158.60938 23.46135Q159.40625 24.39885 159.40625 26.1801L159.40625 26.695724L154.40625 26.695724Q154.42188 27.789474 155.03125 28.476974Q155.65625 29.14885 156.59375 29.14885Q157.26562 29.14885 157.71875 28.883224Q158.1875 28.601974 158.54688 28.14885L159.3125 28.7426Q158.39062 30.1801 156.53125 30.1801ZM156.375 23.539474Q155.60938 23.539474 155.07812 24.101974Q154.5625 24.664474 154.4375 25.664474L158.14062 25.664474L158.14062 25.570724Q158.09375 24.601974 157.625 24.070724Q157.15625 23.539474 156.375 23.539474ZM162.89062 28.320724L164.73438 22.64885L166.01562 22.64885L163.375 30.039474L162.40625 30.039474L159.71875 22.64885L161.01562 22.64885L162.89062 28.320724ZM170.53125 30.1801Q169.01562 30.1801 168.07812 29.195724Q167.14062 28.195724 167.14062 26.539474L167.14062 26.320724Q167.14062 25.21135 167.5625 24.351974Q167.98438 23.476974 168.73438 22.9926Q169.48438 22.508224 170.375 22.508224Q171.8125 22.508224 172.60938 23.46135Q173.40625 24.39885 173.40625 26.1801L173.40625 26.695724L168.40625 26.695724Q168.42188 27.789474 169.03125 28.476974Q169.65625 29.14885 170.59375 29.14885Q171.26562 29.14885 171.71875 28.883224Q172.1875 28.601974 172.54688 28.14885L173.3125 28.7426Q172.39062 30.1801 170.53125 30.1801ZM170.375 23.539474Q169.60938 23.539474 169.07812 24.101974Q168.5625 24.664474 168.4375 25.664474L172.14062 25.664474L172.14062 25.570724Q172.09375 24.601974 171.625 24.070724Q171.15625 23.539474 170.375 23.539474ZM175.65625 22.64885L175.6875 23.570724Q176.54688 22.508224 177.90625 22.508224Q180.25 22.508224 180.28125 25.14885L180.28125 30.039474L179.01562 30.039474L179.01562 25.14885Q179.0 24.351974 178.64062 23.976974Q178.28125 23.58635 177.53125 23.58635Q176.90625 23.58635 176.4375 23.914474Q175.98438 24.2426 175.71875 24.77385L175.71875 30.039474L174.45312 30.039474L174.45312 22.64885L175.65625 22.64885ZM184.17188 20.851974L184.17188 22.64885L185.54688 22.64885L185.54688 23.6176L184.17188 23.6176L184.17188 28.21135Q184.17188 28.64885 184.35938 28.883224Q184.54688 29.101974 184.98438 29.101974Q185.20312 29.101974 185.59375 29.008224L185.59375 30.039474Q185.09375 30.1801 184.625 30.1801Q183.76562 30.1801 183.32812 29.664474Q182.90625 29.14885 182.90625 28.21135L182.90625 23.6176L181.5625 23.6176L181.5625 22.64885L182.90625 22.64885L182.90625 20.851974L184.17188 20.851974ZM191.76562 28.070724Q191.76562 27.570724 191.375 27.289474Q190.98438 26.9926 190.03125 26.789474Q189.07812 26.58635 188.5 26.3051Q187.9375 26.008224 187.67188 25.6176Q187.40625 25.226974 187.40625 24.6801Q187.40625 23.758224 188.17188 23.133224Q188.9375 22.508224 190.14062 22.508224Q191.39062 22.508224 192.17188 23.164474Q192.95312 23.8051 192.95312 24.820724L191.6875 24.820724Q191.6875 24.289474 191.25 23.914474Q190.8125 23.539474 190.14062 23.539474Q189.45312 23.539474 189.0625 23.851974Q188.67188 24.14885 188.67188 24.633224Q188.67188 25.08635 189.03125 25.320724Q189.39062 25.5551 190.32812 25.77385Q191.28125 25.976974 191.875 26.27385Q192.46875 26.570724 192.75 26.9926Q193.03125 27.39885 193.03125 27.9926Q193.03125 28.976974 192.23438 29.58635Q191.4375 30.1801 190.17188 30.1801Q189.29688 30.1801 188.60938 29.8676Q187.92188 29.539474 187.53125 28.976974Q187.15625 28.414474 187.15625 27.758224L188.42188 27.758224Q188.45312 28.39885 188.92188 28.77385Q189.40625 29.14885 190.17188 29.14885Q190.89062 29.14885 191.32812 28.851974Q191.76562 28.5551 191.76562 28.070724ZM199.875 28.1801L201.59375 22.64885L202.95312 22.64885L199.98438 31.1801Q199.29688 33.02385 197.78125 33.02385L197.54688 33.008224L197.07812 32.914474L197.07812 31.89885L197.42188 31.914474Q198.0625 31.914474 198.42188 31.64885Q198.78125 31.39885 199.01562 30.71135L199.29688 29.96135L196.65625 22.64885L198.03125 22.64885L199.875 28.1801ZM204.125 26.27385Q204.125 25.1801 204.54688 24.320724Q204.98438 23.445724 205.73438 22.976974Q206.5 22.508224 207.48438 22.508224Q208.98438 22.508224 209.92188 23.5551Q210.85938 24.601974 210.85938 26.33635L210.85938 26.4301Q210.85938 27.508224 210.4375 28.3676Q210.03125 29.21135 209.25 29.695724Q208.48438 30.1801 207.5 30.1801Q205.98438 30.1801 205.04688 29.133224Q204.125 28.08635 204.125 26.3676L204.125 26.27385ZM205.39062 26.4301Q205.39062 27.64885 205.95312 28.39885Q206.53125 29.14885 207.5 29.14885Q208.45312 29.14885 209.01562 28.39885Q209.59375 27.633224 209.59375 26.27385Q209.59375 25.0551 209.01562 24.3051Q208.4375 23.539474 207.48438 23.539474Q206.54688 23.539474 205.96875 24.289474Q205.39062 25.039474 205.39062 26.4301ZM217.03125 29.3051Q216.28125 30.1801 214.85938 30.1801Q213.67188 30.1801 213.04688 29.4926Q212.4375 28.8051 212.4375 27.46135L212.4375 22.64885L213.6875 22.64885L213.6875 27.414474Q213.6875 29.101974 215.0625 29.101974Q216.51562 29.101974 216.98438 28.02385L216.98438 22.64885L218.25 22.64885L218.25 30.039474L217.04688 30.039474L217.03125 29.3051ZM224.07812 30.039474L224.07812 23.6176L222.90625 23.6176L222.90625 22.64885L224.07812 22.64885L224.07812 21.883224Q224.07812 20.695724 224.70312 20.0551Q225.34375 19.39885 226.51562 19.39885Q226.95312 19.39885 227.375 19.508224L227.3125 20.539474Q226.98438 20.476974 226.625 20.476974Q226.01562 20.476974 225.67188 20.83635Q225.34375 21.195724 225.34375 21.8676L225.34375 22.64885L226.92188 22.64885L226.92188 23.6176L225.34375 23.6176L225.34375 30.039474L224.07812 30.039474ZM232.03125 23.77385Q231.75 23.726974 231.40625 23.726974Q230.17188 23.726974 229.71875 24.789474L229.71875 30.039474L228.45312 30.039474L228.45312 22.64885L229.6875 22.64885L229.70312 23.4926Q230.32812 22.508224 231.46875 22.508224Q231.84375 22.508224 232.03125 22.601974L232.03125 23.77385ZM233.125 26.27385Q233.125 25.1801 233.54688 24.320724Q233.98438 23.445724 234.73438 22.976974Q235.5 22.508224 236.48438 22.508224Q237.98438 22.508224 238.92188 23.5551Q239.85938 24.601974 239.85938 26.33635L239.85938 26.4301Q239.85938 27.508224 239.4375 28.3676Q239.03125 29.21135 238.25 29.695724Q237.48438 30.1801 236.5 30.1801Q234.98438 30.1801 234.04688 29.133224Q233.125 28.08635 233.125 26.3676L233.125 26.27385ZM234.39062 26.4301Q234.39062 27.64885 234.95312 28.39885Q235.53125 29.14885 236.5 29.14885Q237.45312 29.14885 238.01562 28.39885Q238.59375 27.633224 238.59375 26.27385Q238.59375 25.0551 238.01562 24.3051Q237.4375 23.539474 236.48438 23.539474Q235.54688 23.539474 234.96875 24.289474Q234.39062 25.039474 234.39062 26.4301ZM242.64062 22.64885L242.6875 23.46135Q243.5 22.508224 244.875 22.508224Q246.42188 22.508224 246.98438 23.695724Q247.35938 23.164474 247.95312 22.83635Q248.54688 22.508224 249.34375 22.508224Q251.78125 22.508224 251.82812 25.08635L251.82812 30.039474L250.5625 30.039474L250.5625 25.164474Q250.5625 24.3676 250.1875 23.976974Q249.82812 23.58635 248.98438 23.58635Q248.26562 23.58635 247.79688 24.008224Q247.34375 24.414474 247.26562 25.133224L247.26562 30.039474L246.0 30.039474L246.0 25.195724Q246.0 23.58635 244.42188 23.58635Q243.17188 23.58635 242.71875 24.633224L242.71875 30.039474L241.45312 30.039474L241.45312 22.64885L242.64062 22.64885ZM257.64062 22.64885L257.6875 23.46135Q258.5 22.508224 259.875 22.508224Q261.42188 22.508224 261.98438 23.695724Q262.35938 23.164474 262.95312 22.83635Q263.54688 22.508224 264.34375 22.508224Q266.78125 22.508224 266.82812 25.08635L266.82812 30.039474L265.5625 30.039474L265.5625 25.164474Q265.5625 24.3676 265.1875 23.976974Q264.82812 23.58635 263.98438 23.58635Q263.26562 23.58635 262.79688 24.008224Q262.34375 24.414474 262.26562 25.133224L262.26562 30.039474L261.0 30.039474L261.0 25.195724Q261.0 23.58635 259.42188 23.58635Q258.17188 23.58635 257.71875 24.633224L257.71875 30.039474L256.45312 30.039474L256.45312 22.64885L257.64062 22.64885ZM268.125 26.27385Q268.125 25.1801 268.54688 24.320724Q268.98438 23.445724 269.73438 22.976974Q270.5 22.508224 271.48438 22.508224Q272.98438 22.508224 273.92188 23.5551Q274.85938 24.601974 274.85938 26.33635L274.85938 26.4301Q274.85938 27.508224 274.4375 28.3676Q274.03125 29.21135 273.25 29.695724Q272.48438 30.1801 271.5 30.1801Q269.98438 30.1801 269.04688 29.133224Q268.125 28.08635 268.125 26.3676L268.125 26.27385ZM269.39062 26.4301Q269.39062 27.64885 269.95312 28.39885Q270.53125 29.14885 271.5 29.14885Q272.45312 29.14885 273.01562 28.39885Q273.59375 27.633224 273.59375 26.27385Q273.59375 25.0551 273.01562 24.3051Q272.4375 23.539474 271.48438 23.539474Q270.54688 23.539474 269.96875 24.289474Q269.39062 25.039474 269.39062 26.4301ZM280.03125 23.77385Q279.75 23.726974 279.40625 23.726974Q278.17188 23.726974 277.71875 24.789474L277.71875 30.039474L276.45312 30.039474L276.45312 22.64885L277.6875 22.64885L277.70312 23.4926Q278.32812 22.508224 279.46875 22.508224Q279.84375 22.508224 280.03125 22.601974L280.03125 23.77385ZM284.53125 30.1801Q283.01562 30.1801 282.07812 29.195724Q281.14062 28.195724 281.14062 26.539474L281.14062 26.320724Q281.14062 25.21135 281.5625 24.351974Q281.98438 23.476974 282.73438 22.9926Q283.48438 22.508224 284.375 22.508224Q285.8125 22.508224 286.60938 23.46135Q287.40625 24.39885 287.40625 26.1801L287.40625 26.695724L282.40625 26.695724Q282.42188 27.789474 283.03125 28.476974Q283.65625 29.14885 284.59375 29.14885Q285.26562 29.14885 285.71875 28.883224Q286.1875 28.601974 286.54688 28.14885L287.3125 28.7426Q286.39062 30.1801 284.53125 30.1801ZM284.375 23.539474Q283.60938 23.539474 283.07812 24.101974Q282.5625 24.664474 282.4375 25.664474L286.14062 25.664474L286.14062 25.570724Q286.09375 24.601974 285.625 24.070724Q285.15625 23.539474 284.375 23.539474ZM294.53125 30.1801Q293.01562 30.1801 292.07812 29.195724Q291.14062 28.195724 291.14062 26.539474L291.14062 26.320724Q291.14062 25.21135 291.5625 24.351974Q291.98438 23.476974 292.73438 22.9926Q293.48438 22.508224 294.375 22.508224Q295.8125 22.508224 296.60938 23.46135Q297.40625 24.39885 297.40625 26.1801L297.40625 26.695724L292.40625 26.695724Q292.42188 27.789474 293.03125 28.476974Q293.65625 29.14885 294.59375 29.14885Q295.26562 29.14885 295.71875 28.883224Q296.1875 28.601974 296.54688 28.14885L297.3125 28.7426Q296.39062 30.1801 294.53125 30.1801ZM294.375 23.539474Q293.60938 23.539474 293.07812 24.101974Q292.5625 24.664474 292.4375 25.664474L296.14062 25.664474L296.14062 25.570724Q296.09375 24.601974 295.625 24.070724Q295.15625 23.539474 294.375 23.539474ZM299.07812 30.039474L299.07812 23.6176L297.90625 23.6176L297.90625 22.64885L299.07812 22.64885L299.07812 21.883224Q299.07812 20.695724 299.70312 20.0551Q300.34375 19.39885 301.51562 19.39885Q301.95312 19.39885 302.375 19.508224L302.3125 20.539474Q301.98438 20.476974 301.625 20.476974Q301.01562 20.476974 300.67188 20.83635Q300.34375 21.195724 300.34375 21.8676L300.34375 22.64885L301.92188 22.64885L301.92188 23.6176L300.34375 23.6176L300.34375 30.039474L299.07812 30.039474ZM304.07812 30.039474L304.07812 23.6176L302.90625 23.6176L302.90625 22.64885L304.07812 22.64885L304.07812 21.883224Q304.07812 20.695724 304.70312 20.0551Q305.34375 19.39885 306.51562 19.39885Q306.95312 19.39885 307.375 19.508224L307.3125 20.539474Q306.98438 20.476974 306.625 20.476974Q306.01562 20.476974 305.67188 20.83635Q305.34375 21.195724 305.34375 21.8676L305.34375 22.64885L306.92188 22.64885L306.92188 23.6176L305.34375 23.6176L305.34375 30.039474L304.07812 30.039474ZM311.53125 30.1801Q310.01562 30.1801 309.07812 29.195724Q308.14062 28.195724 308.14062 26.539474L308.14062 26.320724Q308.14062 25.21135 308.5625 24.351974Q308.98438 23.476974 309.73438 22.9926Q310.48438 22.508224 311.375 22.508224Q312.8125 22.508224 313.60938 23.46135Q314.40625 24.39885 314.40625 26.1801L314.40625 26.695724L309.40625 26.695724Q309.42188 27.789474 310.03125 28.476974Q310.65625 29.14885 311.59375 29.14885Q312.26562 29.14885 312.71875 28.883224Q313.1875 28.601974 313.54688 28.14885L314.3125 28.7426Q313.39062 30.1801 311.53125 30.1801ZM311.375 23.539474Q310.60938 23.539474 310.07812 24.101974Q309.5625 24.664474 309.4375 25.664474L313.14062 25.664474L313.14062 25.570724Q313.09375 24.601974 312.625 24.070724Q312.15625 23.539474 311.375 23.539474ZM318.42188 29.14885Q319.09375 29.14885 319.59375 28.7426Q320.10938 28.320724 320.17188 27.71135L321.35938 27.71135Q321.32812 28.33635 320.92188 28.914474Q320.51562 29.4926 319.84375 29.83635Q319.17188 30.1801 318.42188 30.1801Q316.90625 30.1801 316.01562 29.1801Q315.125 28.164474 315.125 26.414474L315.125 26.195724Q315.125 25.1176 315.51562 24.27385Q315.92188 23.4301 316.65625 22.976974Q317.40625 22.508224 318.42188 22.508224Q319.65625 22.508224 320.48438 23.258224Q321.3125 23.9926 321.35938 25.1801L320.17188 25.1801Q320.10938 24.46135 319.625 24.008224Q319.14062 23.539474 318.42188 23.539474Q317.45312 23.539474 316.92188 24.2426Q316.39062 24.9301 316.39062 26.2426L316.39062 26.476974Q316.39062 27.758224 316.92188 28.46135Q317.45312 29.14885 318.42188 29.14885ZM324.17188 20.851974L324.17188 22.64885L325.54688 22.64885L325.54688 23.6176L324.17188 23.6176L324.17188 28.21135Q324.17188 28.64885 324.35938 28.883224Q324.54688 29.101974 324.98438 29.101974Q325.20312 29.101974 325.59375 29.008224L325.59375 30.039474Q325.09375 30.1801 324.625 30.1801Q323.76562 30.1801 323.32812 29.664474Q322.90625 29.14885 322.90625 28.21135L322.90625 23.6176L321.5625 23.6176L321.5625 22.64885L322.90625 22.64885L322.90625 20.851974L324.17188 20.851974ZM328.82812 30.039474L327.5625 30.039474L327.5625 22.64885L328.82812 22.64885L328.82812 30.039474ZM327.46875 20.6801Q327.46875 20.3676 327.65625 20.164474Q327.84375 19.945724 328.20312 19.945724Q328.57812 19.945724 328.76562 20.164474Q328.96875 20.3676 328.96875 20.6801Q328.96875 20.9926 328.76562 21.195724Q328.57812 21.39885 328.20312 21.39885Q327.84375 21.39885 327.65625 21.195724Q327.46875 20.9926 327.46875 20.6801ZM332.89062 28.320724L334.73438 22.64885L336.01562 22.64885L333.375 30.039474L332.40625 30.039474L329.71875 22.64885L331.01562 22.64885L332.89062 28.320724ZM340.53125 30.1801Q339.01562 30.1801 338.07812 29.195724Q337.14062 28.195724 337.14062 26.539474L337.14062 26.320724Q337.14062 25.21135 337.5625 24.351974Q337.98438 23.476974 338.73438 22.9926Q339.48438 22.508224 340.375 22.508224Q341.8125 22.508224 342.60938 23.46135Q343.40625 24.39885 343.40625 26.1801L343.40625 26.695724L338.40625 26.695724Q338.42188 27.789474 339.03125 28.476974Q339.65625 29.14885 340.59375 29.14885Q341.26562 29.14885 341.71875 28.883224Q342.1875 28.601974 342.54688 28.14885L343.3125 28.7426Q342.39062 30.1801 340.53125 30.1801ZM340.375 23.539474Q339.60938 23.539474 339.07812 24.101974Q338.5625 24.664474 338.4375 25.664474L342.14062 25.664474L342.14062 25.570724Q342.09375 24.601974 341.625 24.070724Q341.15625 23.539474 340.375 23.539474ZM345.82812 30.039474L344.5625 30.039474L344.5625 19.539474L345.82812 19.539474L345.82812 30.039474ZM349.875 28.1801L351.59375 22.64885L352.95312 22.64885L349.98438 31.1801Q349.29688 33.02385 347.78125 33.02385L347.54688 33.008224L347.07812 32.914474L347.07812 31.89885L347.42188 31.914474Q348.0625 31.914474 348.42188 31.64885Q348.78125 31.39885 349.01562 30.71135L349.29688 29.96135L346.65625 22.64885L348.03125 22.64885L349.875 28.1801ZM357.15625 26.27385Q357.15625 24.570724 357.95312 23.539474Q358.76562 22.508224 360.0625 22.508224Q361.375 22.508224 362.125 23.39885L362.125 19.539474L363.39062 19.539474L363.39062 30.039474L362.23438 30.039474L362.17188 29.2426Q361.40625 30.1801 360.0625 30.1801Q358.76562 30.1801 357.95312 29.133224Q357.15625 28.070724 357.15625 26.3676L357.15625 26.27385ZM358.42188 26.4301Q358.42188 27.6801 358.9375 28.39885Q359.45312 29.101974 360.375 29.101974Q361.57812 29.101974 362.125 28.02385L362.125 24.6176Q361.5625 23.58635 360.39062 23.58635Q359.45312 23.58635 358.9375 24.3051Q358.42188 25.008224 358.42188 26.4301ZM366.82812 30.039474L365.5625 30.039474L365.5625 22.64885L366.82812 22.64885L366.82812 30.039474ZM365.46875 20.6801Q365.46875 20.3676 365.65625 20.164474Q365.84375 19.945724 366.20312 19.945724Q366.57812 19.945724 366.76562 20.164474Q366.96875 20.3676 366.96875 20.6801Q366.96875 20.9926 366.76562 21.195724Q366.57812 21.39885 366.20312 21.39885Q365.84375 21.39885 365.65625 21.195724Q365.46875 20.9926 365.46875 20.6801ZM373.03125 30.039474Q372.92188 29.820724 372.84375 29.258224Q371.96875 30.1801 370.73438 30.1801Q369.64062 30.1801 368.9375 29.570724Q368.25 28.945724 368.25 27.9926Q368.25 26.83635 369.125 26.195724Q370.0 25.5551 371.59375 25.5551L372.82812 25.5551L372.82812 24.976974Q372.82812 24.3051 372.42188 23.914474Q372.03125 23.52385 371.26562 23.52385Q370.57812 23.52385 370.125 23.8676Q369.67188 24.21135 369.67188 24.695724L368.39062 24.695724Q368.39062 24.133224 368.78125 23.6176Q369.1875 23.101974 369.85938 22.8051Q370.53125 22.508224 371.32812 22.508224Q372.60938 22.508224 373.32812 23.14885Q374.0625 23.789474 374.09375 24.89885L374.09375 28.3051Q374.09375 29.320724 374.34375 29.9301L374.34375 30.039474L373.03125 30.039474ZM370.92188 29.070724Q371.51562 29.070724 372.04688 28.77385Q372.59375 28.46135 372.82812 27.96135L372.82812 26.445724L371.82812 26.445724Q369.51562 26.445724 369.51562 27.8051Q369.51562 28.39885 369.90625 28.7426Q370.29688 29.070724 370.92188 29.070724ZM376.15625 26.27385Q376.15625 24.5551 376.95312 23.539474Q377.75 22.508224 379.07812 22.508224Q380.42188 22.508224 381.1875 23.46135L381.25 22.64885L382.40625 22.64885L382.40625 29.8676Q382.40625 31.3051 381.54688 32.1176Q380.70312 32.945724 379.26562 32.945724Q378.46875 32.945724 377.70312 32.601974Q376.9375 32.27385 376.53125 31.6801L377.1875 30.914474Q378.0 31.914474 379.17188 31.914474Q380.09375 31.914474 380.60938 31.39885Q381.14062 30.883224 381.14062 29.9301L381.14062 29.3051Q380.375 30.1801 379.0625 30.1801Q377.76562 30.1801 376.95312 29.133224Q376.15625 28.08635 376.15625 26.27385ZM377.42188 26.4301Q377.42188 27.6801 377.9375 28.39885Q378.45312 29.101974 379.375 29.101974Q380.57812 29.101974 381.14062 28.008224L381.14062 24.633224Q380.54688 23.58635 379.39062 23.58635Q378.46875 23.58635 377.9375 24.3051Q377.42188 25.008224 377.42188 26.4301ZM385.65625 22.64885L385.6875 23.570724Q386.54688 22.508224 387.90625 22.508224Q390.25 22.508224 390.28125 25.14885L390.28125 30.039474L389.01562 30.039474L389.01562 25.14885Q389.0 24.351974 388.64062 23.976974Q388.28125 23.58635 387.53125 23.58635Q386.90625 23.58635 386.4375 23.914474Q385.98438 24.2426 385.71875 24.77385L385.71875 30.039474L384.45312 30.039474L384.45312 22.64885L385.65625 22.64885ZM392.125 26.27385Q392.125 25.1801 392.54688 24.320724Q392.98438 23.445724 393.73438 22.976974Q394.5 22.508224 395.48438 22.508224Q396.98438 22.508224 397.92188 23.5551Q398.85938 24.601974 398.85938 26.33635L398.85938 26.4301Q398.85938 27.508224 398.4375 28.3676Q398.03125 29.21135 397.25 29.695724Q396.48438 30.1801 395.5 30.1801Q393.98438 30.1801 393.04688 29.133224Q392.125 28.08635 392.125 26.3676L392.125 26.27385ZM393.39062 26.4301Q393.39062 27.64885 393.95312 28.39885Q394.53125 29.14885 395.5 29.14885Q396.45312 29.14885 397.01562 28.39885Q397.59375 27.633224 397.59375 26.27385Q397.59375 25.0551 397.01562 24.3051Q396.4375 23.539474 395.48438 23.539474Q394.54688 23.539474 393.96875 24.289474Q393.39062 25.039474 393.39062 26.4301ZM404.76562 28.070724Q404.76562 27.570724 404.375 27.289474Q403.98438 26.9926 403.03125 26.789474Q402.07812 26.58635 401.5 26.3051Q400.9375 26.008224 400.67188 25.6176Q400.40625 25.226974 400.40625 24.6801Q400.40625 23.758224 401.17188 23.133224Q401.9375 22.508224 403.14062 22.508224Q404.39062 22.508224 405.17188 23.164474Q405.95312 23.8051 405.95312 24.820724L404.6875 24.820724Q404.6875 24.289474 404.25 23.914474Q403.8125 23.539474 403.14062 23.539474Q402.45312 23.539474 402.0625 23.851974Q401.67188 24.14885 401.67188 24.633224Q401.67188 25.08635 402.03125 25.320724Q402.39062 25.5551 403.32812 25.77385Q404.28125 25.976974 404.875 26.27385Q405.46875 26.570724 405.75 26.9926Q406.03125 27.39885 406.03125 27.9926Q406.03125 28.976974 405.23438 29.58635Q404.4375 30.1801 403.17188 30.1801Q402.29688 30.1801 401.60938 29.8676Q400.92188 29.539474 400.53125 28.976974Q400.15625 28.414474 400.15625 27.758224L401.42188 27.758224Q401.45312 28.39885 401.92188 28.77385Q402.40625 29.14885 403.17188 29.14885Q403.89062 29.14885 404.32812 28.851974Q404.76562 28.5551 404.76562 28.070724ZM408.82812 30.039474L407.5625 30.039474L407.5625 22.64885L408.82812 22.64885L408.82812 30.039474ZM407.46875 20.6801Q407.46875 20.3676 407.65625 20.164474Q407.84375 19.945724 408.20312 19.945724Q408.57812 19.945724 408.76562 20.164474Q408.96875 20.3676 408.96875 20.6801Q408.96875 20.9926 408.76562 21.195724Q408.57812 21.39885 408.20312 21.39885Q407.84375 21.39885 407.65625 21.195724Q407.46875 20.9926 407.46875 20.6801ZM411.65625 22.64885L411.6875 23.570724Q412.54688 22.508224 413.90625 22.508224Q416.25 22.508224 416.28125 25.14885L416.28125 30.039474L415.01562 30.039474L415.01562 25.14885Q415.0 24.351974 414.64062 23.976974Q414.28125 23.58635 413.53125 23.58635Q412.90625 23.58635 412.4375 23.914474Q411.98438 24.2426 411.71875 24.77385L411.71875 30.039474L410.45312 30.039474L410.45312 22.64885L411.65625 22.64885ZM418.15625 26.27385Q418.15625 24.5551 418.95312 23.539474Q419.75 22.508224 421.07812 22.508224Q422.42188 22.508224 423.1875 23.46135L423.25 22.64885L424.40625 22.64885L424.40625 29.8676Q424.40625 31.3051 423.54688 32.1176Q422.70312 32.945724 421.26562 32.945724Q420.46875 32.945724 419.70312 32.601974Q418.9375 32.27385 418.53125 31.6801L419.1875 30.914474Q420.0 31.914474 421.17188 31.914474Q422.09375 31.914474 422.60938 31.39885Q423.14062 30.883224 423.14062 29.9301L423.14062 29.3051Q422.375 30.1801 421.0625 30.1801Q419.76562 30.1801 418.95312 29.133224Q418.15625 28.08635 418.15625 26.27385ZM419.42188 26.4301Q419.42188 27.6801 419.9375 28.39885Q420.45312 29.101974 421.375 29.101974Q422.57812 29.101974 423.14062 28.008224L423.14062 24.633224Q422.54688 23.58635 421.39062 23.58635Q420.46875 23.58635 419.9375 24.3051Q419.42188 25.008224 419.42188 26.4301ZM435.70312 26.4301Q435.70312 28.1176 434.92188 29.14885Q434.15625 30.1801 432.84375 30.1801Q431.5 30.1801 430.71875 29.320724L430.71875 32.883224L429.45312 32.883224L429.45312 22.64885L430.60938 22.64885L430.67188 23.46135Q431.45312 22.508224 432.82812 22.508224Q434.15625 22.508224 434.92188 23.508224Q435.70312 24.508224 435.70312 26.3051L435.70312 26.4301ZM434.4375 26.27385Q434.4375 25.02385 433.90625 24.3051Q433.375 23.58635 432.4375 23.58635Q431.29688 23.58635 430.71875 24.601974L430.71875 28.133224Q431.29688 29.14885 432.45312 29.14885Q433.375 29.14885 433.90625 28.4301Q434.4375 27.695724 434.4375 26.27385ZM440.53125 30.1801Q439.01562 30.1801 438.07812 29.195724Q437.14062 28.195724 437.14062 26.539474L437.14062 26.320724Q437.14062 25.21135 437.5625 24.351974Q437.98438 23.476974 438.73438 22.9926Q439.48438 22.508224 440.375 22.508224Q441.8125 22.508224 442.60938 23.46135Q443.40625 24.39885 443.40625 26.1801L443.40625 26.695724L438.40625 26.695724Q438.42188 27.789474 439.03125 28.476974Q439.65625 29.14885 440.59375 29.14885Q441.26562 29.14885 441.71875 28.883224Q442.1875 28.601974 442.54688 28.14885L443.3125 28.7426Q442.39062 30.1801 440.53125 30.1801ZM440.375 23.539474Q439.60938 23.539474 439.07812 24.101974Q438.5625 24.664474 438.4375 25.664474L442.14062 25.664474L442.14062 25.570724Q442.09375 24.601974 441.625 24.070724Q441.15625 23.539474 440.375 23.539474ZM448.03125 23.77385Q447.75 23.726974 447.40625 23.726974Q446.17188 23.726974 445.71875 24.789474L445.71875 30.039474L444.45312 30.039474L444.45312 22.64885L445.6875 22.64885L445.70312 23.4926Q446.32812 22.508224 447.46875 22.508224Q447.84375 22.508224 448.03125 22.601974L448.03125 23.77385ZM450.07812 30.039474L450.07812 23.6176L448.90625 23.6176L448.90625 22.64885L450.07812 22.64885L450.07812 21.883224Q450.07812 20.695724 450.70312 20.0551Q451.34375 19.39885 452.51562 19.39885Q452.95312 19.39885 453.375 19.508224L453.3125 20.539474Q452.98438 20.476974 452.625 20.476974Q452.01562 20.476974 451.67188 20.83635Q451.34375 21.195724 451.34375 21.8676L451.34375 22.64885L452.92188 22.64885L452.92188 23.6176L451.34375 23.6176L451.34375 30.039474L450.07812 30.039474ZM454.125 26.27385Q454.125 25.1801 454.54688 24.320724Q454.98438 23.445724 455.73438 22.976974Q456.5 22.508224 457.48438 22.508224Q458.98438 22.508224 459.92188 23.5551Q460.85938 24.601974 460.85938 26.33635L460.85938 26.4301Q460.85938 27.508224 460.4375 28.3676Q460.03125 29.21135 459.25 29.695724Q458.48438 30.1801 457.5 30.1801Q455.98438 30.1801 455.04688 29.133224Q454.125 28.08635 454.125 26.3676L454.125 26.27385ZM455.39062 26.4301Q455.39062 27.64885 455.95312 28.39885Q456.53125 29.14885 457.5 29.14885Q458.45312 29.14885 459.01562 28.39885Q459.59375 27.633224 459.59375 26.27385Q459.59375 25.0551 459.01562 24.3051Q458.4375 23.539474 457.48438 23.539474Q456.54688 23.539474 455.96875 24.289474Q455.39062 25.039474 455.39062 26.4301ZM466.03125 23.77385Q465.75 23.726974 465.40625 23.726974Q464.17188 23.726974 463.71875 24.789474L463.71875 30.039474L462.45312 30.039474L462.45312 22.64885L463.6875 22.64885L463.70312 23.4926Q464.32812 22.508224 465.46875 22.508224Q465.84375 22.508224 466.03125 22.601974L466.03125 23.77385ZM468.64062 22.64885L468.6875 23.46135Q469.5 22.508224 470.875 22.508224Q472.42188 22.508224 472.98438 23.695724Q473.35938 23.164474 473.95312 22.83635Q474.54688 22.508224 475.34375 22.508224Q477.78125 22.508224 477.82812 25.08635L477.82812 30.039474L476.5625 30.039474L476.5625 25.164474Q476.5625 24.3676 476.1875 23.976974Q475.82812 23.58635 474.98438 23.58635Q474.26562 23.58635 473.79688 24.008224Q473.34375 24.414474 473.26562 25.133224L473.26562 30.039474L472.0 30.039474L472.0 25.195724Q472.0 23.58635 470.42188 23.58635Q469.17188 23.58635 468.71875 24.633224L468.71875 30.039474L467.45312 30.039474L467.45312 22.64885L468.64062 22.64885ZM484.03125 30.039474Q483.92188 29.820724 483.84375 29.258224Q482.96875 30.1801 481.73438 30.1801Q480.64062 30.1801 479.9375 29.570724Q479.25 28.945724 479.25 27.9926Q479.25 26.83635 480.125 26.195724Q481.0 25.5551 482.59375 25.5551L483.82812 25.5551L483.82812 24.976974Q483.82812 24.3051 483.42188 23.914474Q483.03125 23.52385 482.26562 23.52385Q481.57812 23.52385 481.125 23.8676Q480.67188 24.21135 480.67188 24.695724L479.39062 24.695724Q479.39062 24.133224 479.78125 23.6176Q480.1875 23.101974 480.85938 22.8051Q481.53125 22.508224 482.32812 22.508224Q483.60938 22.508224 484.32812 23.14885Q485.0625 23.789474 485.09375 24.89885L485.09375 28.3051Q485.09375 29.320724 485.34375 29.9301L485.34375 30.039474L484.03125 30.039474ZM481.92188 29.070724Q482.51562 29.070724 483.04688 28.77385Q483.59375 28.46135 483.82812 27.96135L483.82812 26.445724L482.82812 26.445724Q480.51562 26.445724 480.51562 27.8051Q480.51562 28.39885 480.90625 28.7426Q481.29688 29.070724 481.92188 29.070724ZM488.65625 22.64885L488.6875 23.570724Q489.54688 22.508224 490.90625 22.508224Q493.25 22.508224 493.28125 25.14885L493.28125 30.039474L492.01562 30.039474L492.01562 25.14885Q492.0 24.351974 491.64062 23.976974Q491.28125 23.58635 490.53125 23.58635Q489.90625 23.58635 489.4375 23.914474Q488.98438 24.2426 488.71875 24.77385L488.71875 30.039474L487.45312 30.039474L487.45312 22.64885L488.65625 22.64885ZM498.42188 29.14885Q499.09375 29.14885 499.59375 28.7426Q500.10938 28.320724 500.17188 27.71135L501.35938 27.71135Q501.32812 28.33635 500.92188 28.914474Q500.51562 29.4926 499.84375 29.83635Q499.17188 30.1801 498.42188 30.1801Q496.90625 30.1801 496.01562 29.1801Q495.125 28.164474 495.125 26.414474L495.125 26.195724Q495.125 25.1176 495.51562 24.27385Q495.92188 23.4301 496.65625 22.976974Q497.40625 22.508224 498.42188 22.508224Q499.65625 22.508224 500.48438 23.258224Q501.3125 23.9926 501.35938 25.1801L500.17188 25.1801Q500.10938 24.46135 499.625 24.008224Q499.14062 23.539474 498.42188 23.539474Q497.45312 23.539474 496.92188 24.2426Q496.39062 24.9301 496.39062 26.2426L496.39062 26.476974Q496.39062 27.758224 496.92188 28.46135Q497.45312 29.14885 498.42188 29.14885ZM505.53125 30.1801Q504.01562 30.1801 503.07812 29.195724Q502.14062 28.195724 502.14062 26.539474L502.14062 26.320724Q502.14062 25.21135 502.5625 24.351974Q502.98438 23.476974 503.73438 22.9926Q504.48438 22.508224 505.375 22.508224Q506.8125 22.508224 507.60938 23.46135Q508.40625 24.39885 508.40625 26.1801L508.40625 26.695724L503.40625 26.695724Q503.42188 27.789474 504.03125 28.476974Q504.65625 29.14885 505.59375 29.14885Q506.26562 29.14885 506.71875 28.883224Q507.1875 28.601974 507.54688 28.14885L508.3125 28.7426Q507.39062 30.1801 505.53125 30.1801ZM505.375 23.539474Q504.60938 23.539474 504.07812 24.101974Q503.5625 24.664474 503.4375 25.664474L507.14062 25.664474L507.14062 25.570724Q507.09375 24.601974 506.625 24.070724Q506.15625 23.539474 505.375 23.539474ZM513.8281 30.039474L512.5625 30.039474L512.5625 22.64885L513.8281 22.64885L513.8281 30.039474ZM512.46875 20.6801Q512.46875 20.3676 512.65625 20.164474Q512.84375 19.945724 513.2031 19.945724Q513.5781 19.945724 513.7656 20.164474Q513.96875 20.3676 513.96875 20.6801Q513.96875 20.9926 513.7656 21.195724Q513.5781 21.39885 513.2031 21.39885Q512.84375 21.39885 512.65625 21.195724Q512.46875 20.9926 512.46875 20.6801ZM519.7656 28.070724Q519.7656 27.570724 519.375 27.289474Q518.9844 26.9926 518.03125 26.789474Q517.0781 26.58635 516.5 26.3051Q515.9375 26.008224 515.6719 25.6176Q515.40625 25.226974 515.40625 24.6801Q515.40625 23.758224 516.1719 23.133224Q516.9375 22.508224 518.1406 22.508224Q519.3906 22.508224 520.1719 23.164474Q520.9531 23.8051 520.9531 24.820724L519.6875 24.820724Q519.6875 24.289474 519.25 23.914474Q518.8125 23.539474 518.1406 23.539474Q517.4531 23.539474 517.0625 23.851974Q516.6719 24.14885 516.6719 24.633224Q516.6719 25.08635 517.03125 25.320724Q517.3906 25.5551 518.3281 25.77385Q519.28125 25.976974 519.875 26.27385Q520.46875 26.570724 520.75 26.9926Q521.03125 27.39885 521.03125 27.9926Q521.03125 28.976974 520.2344 29.58635Q519.4375 30.1801 518.1719 30.1801Q517.2969 30.1801 516.6094 29.8676Q515.9219 29.539474 515.53125 28.976974Q515.15625 28.414474 515.15625 27.758224L516.4219 27.758224Q516.4531 28.39885 516.9219 28.77385Q517.40625 29.14885 518.1719 29.14885Q518.8906 29.14885 519.3281 28.851974Q519.7656 28.5551 519.7656 28.070724ZM526.7656 28.070724Q526.7656 27.570724 526.375 27.289474Q525.9844 26.9926 525.03125 26.789474Q524.0781 26.58635 523.5 26.3051Q522.9375 26.008224 522.6719 25.6176Q522.40625 25.226974 522.40625 24.6801Q522.40625 23.758224 523.1719 23.133224Q523.9375 22.508224 525.1406 22.508224Q526.3906 22.508224 527.1719 23.164474Q527.9531 23.8051 527.9531 24.820724L526.6875 24.820724Q526.6875 24.289474 526.25 23.914474Q525.8125 23.539474 525.1406 23.539474Q524.4531 23.539474 524.0625 23.851974Q523.6719 24.14885 523.6719 24.633224Q523.6719 25.08635 524.03125 25.320724Q524.3906 25.5551 525.3281 25.77385Q526.28125 25.976974 526.875 26.27385Q527.46875 26.570724 527.75 26.9926Q528.03125 27.39885 528.03125 27.9926Q528.03125 28.976974 527.2344 29.58635Q526.4375 30.1801 525.1719 30.1801Q524.2969 30.1801 523.6094 29.8676Q522.9219 29.539474 522.53125 28.976974Q522.15625 28.414474 522.15625 27.758224L523.4219 27.758224Q523.4531 28.39885 523.9219 28.77385Q524.40625 29.14885 525.1719 29.14885Q525.8906 29.14885 526.3281 28.851974Q526.7656 28.5551 526.7656 28.070724ZM534.03125 29.3051Q533.28125 30.1801 531.8594 30.1801Q530.6719 30.1801 530.0469 29.4926Q529.4375 28.8051 529.4375 27.46135L529.4375 22.64885L530.6875 22.64885L530.6875 27.414474Q530.6875 29.101974 532.0625 29.101974Q533.5156 29.101974 533.9844 28.02385L533.9844 22.64885L535.25 22.64885L535.25 30.039474L534.0469 30.039474L534.03125 29.3051ZM540.53125 30.1801Q539.0156 30.1801 538.0781 29.195724Q537.1406 28.195724 537.1406 26.539474L537.1406 26.320724Q537.1406 25.21135 537.5625 24.351974Q537.9844 23.476974 538.7344 22.9926Q539.4844 22.508224 540.375 22.508224Q541.8125 22.508224 542.6094 23.46135Q543.40625 24.39885 543.40625 26.1801L543.40625 26.695724L538.40625 26.695724Q538.4219 27.789474 539.03125 28.476974Q539.65625 29.14885 540.59375 29.14885Q541.2656 29.14885 541.71875 28.883224Q542.1875 28.601974 542.5469 28.14885L543.3125 28.7426Q542.3906 30.1801 540.53125 30.1801ZM540.375 23.539474Q539.6094 23.539474 539.0781 24.101974Q538.5625 24.664474 538.4375 25.664474L542.1406 25.664474L542.1406 25.570724Q542.09375 24.601974 541.625 24.070724Q541.15625 23.539474 540.375 23.539474ZM548.7656 28.070724Q548.7656 27.570724 548.375 27.289474Q547.9844 26.9926 547.03125 26.789474Q546.0781 26.58635 545.5 26.3051Q544.9375 26.008224 544.6719 25.6176Q544.40625 25.226974 544.40625 24.6801Q544.40625 23.758224 545.1719 23.133224Q545.9375 22.508224 547.1406 22.508224Q548.3906 22.508224 549.1719 23.164474Q549.9531 23.8051 549.9531 24.820724L548.6875 24.820724Q548.6875 24.289474 548.25 23.914474Q547.8125 23.539474 547.1406 23.539474Q546.4531 23.539474 546.0625 23.851974Q545.6719 24.14885 545.6719 24.633224Q545.6719 25.08635 546.03125 25.320724Q546.3906 25.5551 547.3281 25.77385Q548.28125 25.976974 548.875 26.27385Q549.46875 26.570724 549.75 26.9926Q550.03125 27.39885 550.03125 27.9926Q550.03125 28.976974 549.2344 29.58635Q548.4375 30.1801 547.1719 30.1801Q546.2969 30.1801 545.6094 29.8676Q544.9219 29.539474 544.53125 28.976974Q544.15625 28.414474 544.15625 27.758224L545.4219 27.758224Q545.4531 28.39885 545.9219 28.77385Q546.40625 29.14885 547.1719 29.14885Q547.8906 29.14885 548.3281 28.851974Q548.7656 28.5551 548.7656 28.070724ZM555.8281 30.039474L554.5625 30.039474L554.5625 22.64885L555.8281 22.64885L555.8281 30.039474ZM554.46875 20.6801Q554.46875 20.3676 554.65625 20.164474Q554.84375 19.945724 555.2031 19.945724Q555.5781 19.945724 555.7656 20.164474Q555.96875 20.3676 555.96875 20.6801Q555.96875 20.9926 555.7656 21.195724Q555.5781 21.39885 555.2031 21.39885Q554.84375 21.39885 554.65625 21.195724Q554.46875 20.9926 554.46875 20.6801ZM558.65625 22.64885L558.6875 23.570724Q559.5469 22.508224 560.90625 22.508224Q563.25 22.508224 563.28125 25.14885L563.28125 30.039474L562.0156 30.039474L562.0156 25.14885Q562.0 24.351974 561.6406 23.976974Q561.28125 23.58635 560.53125 23.58635Q559.90625 23.58635 559.4375 23.914474Q558.9844 24.2426 558.71875 24.77385L558.71875 30.039474L557.4531 30.039474L557.4531 22.64885L558.65625 22.64885ZM570.875 28.1801L572.59375 22.64885L573.9531 22.64885L570.9844 31.1801Q570.2969 33.02385 568.78125 33.02385L568.5469 33.008224L568.0781 32.914474L568.0781 31.89885L568.4219 31.914474Q569.0625 31.914474 569.4219 31.64885Q569.78125 31.39885 570.0156 30.71135L570.2969 29.96135L567.65625 22.64885L569.03125 22.64885L570.875 28.1801ZM575.125 26.27385Q575.125 25.1801 575.5469 24.320724Q575.9844 23.445724 576.7344 22.976974Q577.5 22.508224 578.4844 22.508224Q579.9844 22.508224 580.9219 23.5551Q581.8594 24.601974 581.8594 26.33635L581.8594 26.4301Q581.8594 27.508224 581.4375 28.3676Q581.03125 29.21135 580.25 29.695724Q579.4844 30.1801 578.5 30.1801Q576.9844 30.1801 576.0469 29.133224Q575.125 28.08635 575.125 26.3676L575.125 26.27385ZM576.3906 26.4301Q576.3906 27.64885 576.9531 28.39885Q577.53125 29.14885 578.5 29.14885Q579.4531 29.14885 580.0156 28.39885Q580.59375 27.633224 580.59375 26.27385Q580.59375 25.0551 580.0156 24.3051Q579.4375 23.539474 578.4844 23.539474Q577.5469 23.539474 576.96875 24.289474Q576.3906 25.039474 576.3906 26.4301ZM588.03125 29.3051Q587.28125 30.1801 585.8594 30.1801Q584.6719 30.1801 584.0469 29.4926Q583.4375 28.8051 583.4375 27.46135L583.4375 22.64885L584.6875 22.64885L584.6875 27.414474Q584.6875 29.101974 586.0625 29.101974Q587.5156 29.101974 587.9844 28.02385L587.9844 22.64885L589.25 22.64885L589.25 30.039474L588.0469 30.039474L588.03125 29.3051ZM595.03125 23.77385Q594.75 23.726974 594.40625 23.726974Q593.1719 23.726974 592.71875 24.789474L592.71875 30.039474L591.4531 30.039474L591.4531 22.64885L592.6875 22.64885L592.7031 23.4926Q593.3281 22.508224 594.46875 22.508224Q594.84375 22.508224 595.03125 22.601974L595.03125 23.77385ZM607.0 28.726974Q606.5 29.46135 605.59375 29.820724Q604.6875 30.1801 603.4844 30.1801Q602.2656 30.1801 601.3125 29.6176Q600.375 29.039474 599.8594 27.9926Q599.34375 26.9301 599.3281 25.539474L599.3281 24.6801Q599.3281 22.4301 600.375 21.195724Q601.4375 19.945724 603.3281 19.945724Q604.8906 19.945724 605.84375 20.7426Q606.7969 21.539474 607.0 23.008224L605.6875 23.008224Q605.3281 21.02385 603.34375 21.02385Q602.0156 21.02385 601.3281 21.96135Q600.65625 22.883224 600.65625 24.633224L600.65625 25.445724Q600.65625 27.133224 601.4219 28.1176Q602.1875 29.101974 603.4844 29.101974Q604.2344 29.101974 604.78125 28.945724Q605.34375 28.77385 605.7031 28.383224L605.7031 26.14885L603.3906 26.14885L603.3906 25.08635L607.0 25.08635L607.0 28.726974ZM609.125 26.27385Q609.125 25.1801 609.5469 24.320724Q609.9844 23.445724 610.7344 22.976974Q611.5 22.508224 612.4844 22.508224Q613.9844 22.508224 614.9219 23.5551Q615.8594 24.601974 615.8594 26.33635L615.8594 26.4301Q615.8594 27.508224 615.4375 28.3676Q615.03125 29.21135 614.25 29.695724Q613.4844 30.1801 612.5 30.1801Q610.9844 30.1801 610.0469 29.133224Q609.125 28.08635 609.125 26.3676L609.125 26.27385ZM610.3906 26.4301Q610.3906 27.64885 610.9531 28.39885Q611.53125 29.14885 612.5 29.14885Q613.4531 29.14885 614.0156 28.39885Q614.59375 27.633224 614.59375 26.27385Q614.59375 25.0551 614.0156 24.3051Q613.4375 23.539474 612.4844 23.539474Q611.5469 23.539474 610.96875 24.289474Q610.3906 25.039474 610.3906 26.4301Z" fill-rule="nonzero"/><path fill="#666666" d="M34.03125 47.039474Q33.921875 46.820724 33.84375 46.258224Q32.96875 47.1801 31.734375 47.1801Q30.640625 47.1801 29.9375 46.570724Q29.25 45.945724 29.25 44.9926Q29.25 43.83635 30.125 43.195724Q31.0 42.5551 32.59375 42.5551L33.828125 42.5551L33.828125 41.976974Q33.828125 41.3051 33.421875 40.914474Q33.03125 40.52385 32.265625 40.52385Q31.578125 40.52385 31.125 40.8676Q30.671875 41.21135 30.671875 41.695724L29.390625 41.695724Q29.390625 41.133224 29.78125 40.6176Q30.1875 40.101974 30.859375 39.8051Q31.53125 39.508224 32.328125 39.508224Q33.609375 39.508224 34.328125 40.14885Q35.0625 40.789474 35.09375 41.89885L35.09375 45.3051Q35.09375 46.320724 35.34375 46.9301L35.34375 47.039474L34.03125 47.039474ZM31.921875 46.070724Q32.515625 46.070724 33.046875 45.77385Q33.59375 45.46135 33.828125 44.96135L33.828125 43.445724L32.828125 43.445724Q30.515625 43.445724 30.515625 44.8051Q30.515625 45.39885 30.90625 45.7426Q31.296875 46.070724 31.921875 46.070724ZM43.703125 43.4301Q43.703125 45.1176 42.921875 46.14885Q42.15625 47.1801 40.84375 47.1801Q39.5 47.1801 38.71875 46.320724L38.71875 49.883224L37.453125 49.883224L37.453125 39.64885L38.609375 39.64885L38.671875 40.46135Q39.453125 39.508224 40.828125 39.508224Q42.15625 39.508224 42.921875 40.508224Q43.703125 41.508224 43.703125 43.3051L43.703125 43.4301ZM42.4375 43.27385Q42.4375 42.02385 41.90625 41.3051Q41.375 40.58635 40.4375 40.58635Q39.296875 40.58635 38.71875 41.601974L38.71875 45.133224Q39.296875 46.14885 40.453125 46.14885Q41.375 46.14885 41.90625 45.4301Q42.4375 44.695724 42.4375 43.27385ZM51.703125 43.4301Q51.703125 45.1176 50.921875 46.14885Q50.15625 47.1801 48.84375 47.1801Q47.5 47.1801 46.71875 46.320724L46.71875 49.883224L45.453125 49.883224L45.453125 39.64885L46.609375 39.64885L46.671875 40.46135Q47.453125 39.508224 48.828125 39.508224Q50.15625 39.508224 50.921875 40.508224Q51.703125 41.508224 51.703125 43.3051L51.703125 43.4301ZM50.4375 43.27385Q50.4375 42.02385 49.90625 41.3051Q49.375 40.58635 48.4375 40.58635Q47.296875 40.58635 46.71875 41.601974L46.71875 45.133224Q47.296875 46.14885 48.453125 46.14885Q49.375 46.14885 49.90625 45.4301Q50.4375 44.695724 50.4375 43.27385ZM54.828125 47.039474L53.5625 47.039474L53.5625 36.539474L54.828125 36.539474L54.828125 47.039474ZM57.828125 47.039474L56.5625 47.039474L56.5625 39.64885L57.828125 39.64885L57.828125 47.039474ZM56.46875 37.6801Q56.46875 37.3676 56.65625 37.164474Q56.84375 36.945724 57.203125 36.945724Q57.578125 36.945724 57.765625 37.164474Q57.96875 37.3676 57.96875 37.6801Q57.96875 37.9926 57.765625 38.195724Q57.578125 38.39885 57.203125 38.39885Q56.84375 38.39885 56.65625 38.195724Q56.46875 37.9926 56.46875 37.6801ZM62.421875 46.14885Q63.09375 46.14885 63.59375 45.7426Q64.109375 45.320724 64.171875 44.71135L65.359375 44.71135Q65.328125 45.33635 64.921875 45.914474Q64.515625 46.4926 63.84375 46.83635Q63.171875 47.1801 62.421875 47.1801Q60.90625 47.1801 60.015625 46.1801Q59.125 45.164474 59.125 43.414474L59.125 43.195724Q59.125 42.1176 59.515625 41.27385Q59.921875 40.4301 60.65625 39.976974Q61.40625 39.508224 62.421875 39.508224Q63.65625 39.508224 64.484375 40.258224Q65.3125 40.9926 65.359375 42.1801L64.171875 42.1801Q64.109375 41.46135 63.625 41.008224Q63.140625 40.539474 62.421875 40.539474Q61.453125 40.539474 60.921875 41.2426Q60.390625 41.9301 60.390625 43.2426L60.390625 43.476974Q60.390625 44.758224 60.921875 45.46135Q61.453125 46.14885 62.421875 46.14885ZM71.03125 47.039474Q70.921875 46.820724 70.84375 46.258224Q69.96875 47.1801 68.734375 47.1801Q67.640625 47.1801 66.9375 46.570724Q66.25 45.945724 66.25 44.9926Q66.25 43.83635 67.125 43.195724Q68.0 42.5551 69.59375 42.5551L70.828125 42.5551L70.828125 41.976974Q70.828125 41.3051 70.421875 40.914474Q70.03125 40.52385 69.265625 40.52385Q68.578125 40.52385 68.125 40.8676Q67.671875 41.21135 67.671875 41.695724L66.390625 41.695724Q66.390625 41.133224 66.78125 40.6176Q67.1875 40.101974 67.859375 39.8051Q68.53125 39.508224 69.328125 39.508224Q70.609375 39.508224 71.328125 40.14885Q72.0625 40.789474 72.09375 41.89885L72.09375 45.3051Q72.09375 46.320724 72.34375 46.9301L72.34375 47.039474L71.03125 47.039474ZM68.921875 46.070724Q69.515625 46.070724 70.046875 45.77385Q70.59375 45.46135 70.828125 44.96135L70.828125 43.445724L69.828125 43.445724Q67.515625 43.445724 67.515625 44.8051Q67.515625 45.39885 67.90625 45.7426Q68.296875 46.070724 68.921875 46.070724ZM76.171875 37.851974L76.171875 39.64885L77.546875 39.64885L77.546875 40.6176L76.171875 40.6176L76.171875 45.21135Q76.171875 45.64885 76.359375 45.883224Q76.546875 46.101974 76.984375 46.101974Q77.203125 46.101974 77.59375 46.008224L77.59375 47.039474Q77.09375 47.1801 76.625 47.1801Q75.765625 47.1801 75.328125 46.664474Q74.90625 46.14885 74.90625 45.21135L74.90625 40.6176L73.5625 40.6176L73.5625 39.64885L74.90625 39.64885L74.90625 37.851974L76.171875 37.851974ZM80.828125 47.039474L79.5625 47.039474L79.5625 39.64885L80.828125 39.64885L80.828125 47.039474ZM79.46875 37.6801Q79.46875 37.3676 79.65625 37.164474Q79.84375 36.945724 80.203125 36.945724Q80.578125 36.945724 80.765625 37.164474Q80.96875 37.3676 80.96875 37.6801Q80.96875 37.9926 80.765625 38.195724Q80.578125 38.39885 80.203125 38.39885Q79.84375 38.39885 79.65625 38.195724Q79.46875 37.9926 79.46875 37.6801ZM82.125 43.27385Q82.125 42.1801 82.546875 41.320724Q82.984375 40.445724 83.734375 39.976974Q84.5 39.508224 85.484375 39.508224Q86.984375 39.508224 87.921875 40.5551Q88.859375 41.601974 88.859375 43.33635L88.859375 43.4301Q88.859375 44.508224 88.4375 45.3676Q88.03125 46.21135 87.25 46.695724Q86.484375 47.1801 85.5 47.1801Q83.984375 47.1801 83.046875 46.133224Q82.125 45.08635 82.125 43.3676L82.125 43.27385ZM83.390625 43.4301Q83.390625 44.64885 83.953125 45.39885Q84.53125 46.14885 85.5 46.14885Q86.453125 46.14885 87.015625 45.39885Q87.59375 44.633224 87.59375 43.27385Q87.59375 42.0551 87.015625 41.3051Q86.4375 40.539474 85.484375 40.539474Q84.546875 40.539474 83.96875 41.289474Q83.390625 42.039474 83.390625 43.4301ZM91.65625 39.64885L91.6875 40.570724Q92.546875 39.508224 93.90625 39.508224Q96.25 39.508224 96.28125 42.14885L96.28125 47.039474L95.015625 47.039474L95.015625 42.14885Q95.0 41.351974 94.640625 40.976974Q94.28125 40.58635 93.53125 40.58635Q92.90625 40.58635 92.4375 40.914474Q91.984375 41.2426 91.71875 41.77385L91.71875 47.039474L90.453125 47.039474L90.453125 39.64885L91.65625 39.64885ZM102.765625 45.070724Q102.765625 44.570724 102.375 44.289474Q101.984375 43.9926 101.03125 43.789474Q100.078125 43.58635 99.5 43.3051Q98.9375 43.008224 98.671875 42.6176Q98.40625 42.226974 98.40625 41.6801Q98.40625 40.758224 99.171875 40.133224Q99.9375 39.508224 101.140625 39.508224Q102.390625 39.508224 103.171875 40.164474Q103.953125 40.8051 103.953125 41.820724L102.6875 41.820724Q102.6875 41.289474 102.25 40.914474Q101.8125 40.539474 101.140625 40.539474Q100.453125 40.539474 100.0625 40.851974Q99.671875 41.14885 99.671875 41.633224Q99.671875 42.08635 100.03125 42.320724Q100.390625 42.5551 101.328125 42.77385Q102.28125 42.976974 102.875 43.27385Q103.46875 43.570724 103.75 43.9926Q104.03125 44.39885 104.03125 44.9926Q104.03125 45.976974 103.234375 46.58635Q102.4375 47.1801 101.171875 47.1801Q100.296875 47.1801 99.609375 46.8676Q98.921875 46.539474 98.53125 45.976974Q98.15625 45.414474 98.15625 44.758224L99.421875 44.758224Q99.453125 45.39885 99.921875 45.77385Q100.40625 46.14885 101.171875 46.14885Q101.890625 46.14885 102.328125 45.851974Q102.765625 45.5551 102.765625 45.070724ZM106.9375 44.2426Q106.953125 43.4301 107.125 42.96135Q107.296875 42.476974 107.828125 41.89885L108.71875 40.976974Q109.296875 40.33635 109.296875 39.58635Q109.296875 38.8676 108.921875 38.46135Q108.546875 38.0551 107.828125 38.0551Q107.125 38.0551 106.703125 38.4301Q106.28125 38.789474 106.28125 39.414474L105.015625 39.414474Q105.03125 38.3051 105.796875 37.633224Q106.578125 36.945724 107.828125 36.945724Q109.109375 36.945724 109.828125 37.64885Q110.5625 38.33635 110.5625 39.539474Q110.5625 40.7426 109.453125 41.89885L108.703125 42.64885Q108.203125 43.195724 108.203125 44.2426L106.9375 44.2426ZM106.890625 46.39885Q106.890625 46.101974 107.078125 45.89885Q107.265625 45.6801 107.625 45.6801Q108.0 45.6801 108.1875 45.89885Q108.390625 46.101974 108.390625 46.414474Q108.390625 46.71135 108.1875 46.914474Q108.0 47.1176 107.625 47.1176Q107.265625 47.1176 107.078125 46.914474Q106.890625 46.71135 106.890625 46.39885Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig33.svg b/_content/survey2019/fig33.svg
deleted file mode 100644
index c5cd65b..0000000
--- a/_content/survey2019/fig33.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 666.0 569.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="666" height="569" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L666.0 0L666.0 569.0L0 569.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M238.5 62.5L238.5 519.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M338.5 62.5L338.5 519.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M437.5 62.5L437.5 519.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M537.5 62.5L537.5 519.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M636.5 62.5L636.5 519.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M238.5 62.263283L636.90436 62.263283L636.90436 519.90405L238.5 519.90405L238.5 62.263283Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 99.0L238.0 75.0L333.0 75.0C334.10458 75.0 335.0 75.89543 335.0 77.0L335.0 97.0C335.0 98.10457 334.10458 99.0 333.0 99.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 99.0L238.0 75.0L333.0 75.0C334.10458 75.0 335.0 75.89543 335.0 77.0L335.0 97.0C335.0 98.10457 334.10458 99.0 333.0 99.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 136.0L238.0 112.0L305.0 112.0C306.10458 112.0 307.0 112.89543 307.0 114.0L307.0 134.0C307.0 135.10457 306.10458 136.0 305.0 136.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 136.0L238.0 112.0L305.0 112.0C306.10458 112.0 307.0 112.89543 307.0 114.0L307.0 134.0C307.0 135.10457 306.10458 136.0 305.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 173.0L238.0 149.0L302.0 149.0C303.10458 149.0 304.0 149.89543 304.0 151.0L304.0 171.0C304.0 172.10457 303.10458 173.0 302.0 173.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 173.0L238.0 149.0L302.0 149.0C303.10458 149.0 304.0 149.89543 304.0 151.0L304.0 171.0C304.0 172.10457 303.10458 173.0 302.0 173.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 210.0L238.0 186.0L289.0 186.0C290.10458 186.0 291.0 186.89543 291.0 188.0L291.0 208.0C291.0 209.10457 290.10458 210.0 289.0 210.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 210.0L238.0 186.0L289.0 186.0C290.10458 186.0 291.0 186.89543 291.0 188.0L291.0 208.0C291.0 209.10457 290.10458 210.0 289.0 210.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 247.0L238.0 223.0L283.0 223.0C284.10458 223.0 285.0 223.89543 285.0 225.0L285.0 245.0C285.0 246.10457 284.10458 247.0 283.0 247.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 247.0L238.0 223.0L283.0 223.0C284.10458 223.0 285.0 223.89543 285.0 225.0L285.0 245.0C285.0 246.10457 284.10458 247.0 283.0 247.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 285.0L238.0 261.0L281.0 261.0C282.10458 261.0 283.0 261.89542 283.0 263.0L283.0 283.0C283.0 284.10458 282.10458 285.0 281.0 285.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 285.0L238.0 261.0L281.0 261.0C282.10458 261.0 283.0 261.89542 283.0 263.0L283.0 283.0C283.0 284.10458 282.10458 285.0 281.0 285.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 322.0L238.0 298.0L278.0 298.0C279.10458 298.0 280.0 298.89542 280.0 300.0L280.0 320.0C280.0 321.10458 279.10458 322.0 278.0 322.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 322.0L238.0 298.0L278.0 298.0C279.10458 298.0 280.0 298.89542 280.0 300.0L280.0 320.0C280.0 321.10458 279.10458 322.0 278.0 322.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 359.0L238.0 335.0L267.0 335.0C268.10458 335.0 269.0 335.89542 269.0 337.0L269.0 357.0C269.0 358.10458 268.10458 359.0 267.0 359.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 359.0L238.0 335.0L267.0 335.0C268.10458 335.0 269.0 335.89542 269.0 337.0L269.0 357.0C269.0 358.10458 268.10458 359.0 267.0 359.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 396.0L238.0 372.0L260.0 372.0C261.10458 372.0 262.0 372.89542 262.0 374.0L262.0 394.0C262.0 395.10458 261.10458 396.0 260.0 396.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 396.0L238.0 372.0L260.0 372.0C261.10458 372.0 262.0 372.89542 262.0 374.0L262.0 394.0C262.0 395.10458 261.10458 396.0 260.0 396.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 433.0L238.0 409.0L259.0 409.0C260.10458 409.0 261.0 409.89542 261.0 411.0L261.0 431.0C261.0 432.10458 260.10458 433.0 259.0 433.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 433.0L238.0 409.0L259.0 409.0C260.10458 409.0 261.0 409.89542 261.0 411.0L261.0 431.0C261.0 432.10458 260.10458 433.0 259.0 433.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 470.0L238.0 446.0L252.0 446.0C253.10457 446.0 254.0 446.89542 254.0 448.0L254.0 468.0C254.0 469.10458 253.10457 470.0 252.0 470.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 470.0L238.0 446.0L252.0 446.0C253.10457 446.0 254.0 446.89542 254.0 448.0L254.0 468.0C254.0 469.10458 253.10457 470.0 252.0 470.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M238.0 507.0L238.0 483.0L346.0 483.0C347.10458 483.0 348.0 483.89542 348.0 485.0L348.0 505.0C348.0 506.10458 347.10458 507.0 346.0 507.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M238.0 507.0L238.0 483.0L346.0 483.0C347.10458 483.0 348.0 483.89542 348.0 485.0L348.0 505.0C348.0 506.10458 347.10458 507.0 346.0 507.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M351.55408 91.5L350.47595 91.5L350.47595 84.28125L348.28845 85.078125L348.28845 84.09375L351.39783 82.921875L351.55408 82.921875L351.55408 91.5ZM359.14783 87.75Q358.8197 88.15625 358.33533 88.40625Q357.86658 88.640625 357.30408 88.640625Q356.5697 88.640625 356.02283 88.28125Q355.47595 87.921875 355.17908 87.265625Q354.8822 86.59375 354.8822 85.796875Q354.8822 84.953125 355.1947 84.265625Q355.52283 83.578125 356.11658 83.21875Q356.72595 82.84375 357.52283 82.84375Q358.78845 82.84375 359.5072 83.796875Q360.24158 84.75 360.24158 86.375L360.24158 86.6875Q360.24158 89.1875 359.2572 90.328125Q358.27283 91.46875 356.28845 91.5L356.0697 91.5L356.0697 90.59375L356.30408 90.59375Q357.64783 90.5625 358.36658 89.890625Q359.08533 89.21875 359.14783 87.75ZM357.47595 87.75Q358.02283 87.75 358.47595 87.421875Q358.9447 87.078125 359.16345 86.59375L359.16345 86.15625Q359.16345 85.09375 358.6947 84.421875Q358.22595 83.75 357.52283 83.75Q356.80408 83.75 356.36658 84.296875Q355.9447 84.84375 355.9447 85.75Q355.9447 86.625 356.35095 87.1875Q356.77283 87.75 357.47595 87.75ZM361.89783 84.609375Q361.89783 83.84375 362.3822 83.34375Q362.8822 82.84375 363.64783 82.84375Q364.42908 82.84375 364.91345 83.34375Q365.39783 83.84375 365.39783 84.640625L365.39783 85.0625Q365.39783 85.828125 364.89783 86.328125Q364.41345 86.8125 363.66345 86.8125Q362.89783 86.8125 362.39783 86.328125Q361.89783 85.828125 361.89783 85.015625L361.89783 84.609375ZM362.71033 85.0625Q362.71033 85.515625 362.96033 85.8125Q363.22595 86.109375 363.66345 86.109375Q364.08533 86.109375 364.33533 85.828125Q364.58533 85.53125 364.58533 85.03125L364.58533 84.609375Q364.58533 84.15625 364.33533 83.859375Q364.08533 83.546875 363.64783 83.546875Q363.21033 83.546875 362.96033 83.859375Q362.71033 84.15625 362.71033 84.625L362.71033 85.0625ZM366.05408 89.40625Q366.05408 88.640625 366.53845 88.15625Q367.03845 87.65625 367.80408 87.65625Q368.5697 87.65625 369.05408 88.15625Q369.55408 88.640625 369.55408 89.453125L369.55408 89.859375Q369.55408 90.625 369.0697 91.125Q368.58533 91.625 367.8197 91.625Q367.05408 91.625 366.55408 91.140625Q366.05408 90.640625 366.05408 89.828125L366.05408 89.40625ZM366.86658 89.859375Q366.86658 90.328125 367.11658 90.625Q367.3822 90.921875 367.8197 90.921875Q368.24158 90.921875 368.49158 90.640625Q368.74158 90.34375 368.74158 89.84375L368.74158 89.40625Q368.74158 88.9375 368.47595 88.65625Q368.22595 88.359375 367.80408 88.359375Q367.3822 88.359375 367.11658 88.65625Q366.86658 88.9375 366.86658 89.4375L366.86658 89.859375ZM363.91345 90.859375L363.28845 90.46875L367.46033 83.796875L368.0697 84.1875L363.91345 90.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M351.55408 91.5L350.47595 91.5L350.47595 84.28125L348.28845 85.078125L348.28845 84.09375L351.39783 82.921875L351.55408 82.921875L351.55408 91.5ZM359.14783 87.75Q358.8197 88.15625 358.33533 88.40625Q357.86658 88.640625 357.30408 88.640625Q356.5697 88.640625 356.02283 88.28125Q355.47595 87.921875 355.17908 87.265625Q354.8822 86.59375 354.8822 85.796875Q354.8822 84.953125 355.1947 84.265625Q355.52283 83.578125 356.11658 83.21875Q356.72595 82.84375 357.52283 82.84375Q358.78845 82.84375 359.5072 83.796875Q360.24158 84.75 360.24158 86.375L360.24158 86.6875Q360.24158 89.1875 359.2572 90.328125Q358.27283 91.46875 356.28845 91.5L356.0697 91.5L356.0697 90.59375L356.30408 90.59375Q357.64783 90.5625 358.36658 89.890625Q359.08533 89.21875 359.14783 87.75ZM357.47595 87.75Q358.02283 87.75 358.47595 87.421875Q358.9447 87.078125 359.16345 86.59375L359.16345 86.15625Q359.16345 85.09375 358.6947 84.421875Q358.22595 83.75 357.52283 83.75Q356.80408 83.75 356.36658 84.296875Q355.9447 84.84375 355.9447 85.75Q355.9447 86.625 356.35095 87.1875Q356.77283 87.75 357.47595 87.75ZM361.89783 84.609375Q361.89783 83.84375 362.3822 83.34375Q362.8822 82.84375 363.64783 82.84375Q364.42908 82.84375 364.91345 83.34375Q365.39783 83.84375 365.39783 84.640625L365.39783 85.0625Q365.39783 85.828125 364.89783 86.328125Q364.41345 86.8125 363.66345 86.8125Q362.89783 86.8125 362.39783 86.328125Q361.89783 85.828125 361.89783 85.015625L361.89783 84.609375ZM362.71033 85.0625Q362.71033 85.515625 362.96033 85.8125Q363.22595 86.109375 363.66345 86.109375Q364.08533 86.109375 364.33533 85.828125Q364.58533 85.53125 364.58533 85.03125L364.58533 84.609375Q364.58533 84.15625 364.33533 83.859375Q364.08533 83.546875 363.64783 83.546875Q363.21033 83.546875 362.96033 83.859375Q362.71033 84.15625 362.71033 84.625L362.71033 85.0625ZM366.05408 89.40625Q366.05408 88.640625 366.53845 88.15625Q367.03845 87.65625 367.80408 87.65625Q368.5697 87.65625 369.05408 88.15625Q369.55408 88.640625 369.55408 89.453125L369.55408 89.859375Q369.55408 90.625 369.0697 91.125Q368.58533 91.625 367.8197 91.625Q367.05408 91.625 366.55408 91.140625Q366.05408 90.640625 366.05408 89.828125L366.05408 89.40625ZM366.86658 89.859375Q366.86658 90.328125 367.11658 90.625Q367.3822 90.921875 367.8197 90.921875Q368.24158 90.921875 368.49158 90.640625Q368.74158 90.34375 368.74158 89.84375L368.74158 89.40625Q368.74158 88.9375 368.47595 88.65625Q368.22595 88.359375 367.80408 88.359375Q367.3822 88.359375 367.11658 88.65625Q366.86658 88.9375 366.86658 89.4375L366.86658 89.859375ZM363.91345 90.859375L363.28845 90.46875L367.46033 83.796875L368.0697 84.1875L363.91345 90.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M322.80994 128.5L321.7318 128.5L321.7318 121.28125L319.5443 122.078125L319.5443 121.09375L322.6537 119.921875L322.80994 119.921875L322.80994 128.5ZM330.82556 125.640625L332.01306 125.640625L332.01306 126.515625L330.82556 126.515625L330.82556 128.5L329.74744 128.5L329.74744 126.515625L325.8568 126.515625L325.8568 125.875L329.6693 119.96875L330.82556 119.96875L330.82556 125.640625ZM327.0912 125.640625L329.74744 125.640625L329.74744 121.453125L329.6068 121.6875L327.0912 125.640625ZM333.1537 121.609375Q333.1537 120.84375 333.63806 120.34375Q334.13806 119.84375 334.9037 119.84375Q335.68494 119.84375 336.1693 120.34375Q336.6537 120.84375 336.6537 121.640625L336.6537 122.0625Q336.6537 122.828125 336.1537 123.328125Q335.6693 123.8125 334.9193 123.8125Q334.1537 123.8125 333.6537 123.328125Q333.1537 122.828125 333.1537 122.015625L333.1537 121.609375ZM333.9662 122.0625Q333.9662 122.515625 334.2162 122.8125Q334.4818 123.109375 334.9193 123.109375Q335.3412 123.109375 335.5912 122.828125Q335.8412 122.53125 335.8412 122.03125L335.8412 121.609375Q335.8412 121.15625 335.5912 120.859375Q335.3412 120.546875 334.9037 120.546875Q334.4662 120.546875 334.2162 120.859375Q333.9662 121.15625 333.9662 121.625L333.9662 122.0625ZM337.30994 126.40625Q337.30994 125.640625 337.7943 125.15625Q338.2943 124.65625 339.05994 124.65625Q339.82556 124.65625 340.30994 125.15625Q340.80994 125.640625 340.80994 126.453125L340.80994 126.859375Q340.80994 127.625 340.32556 128.125Q339.8412 128.625 339.07556 128.625Q338.30994 128.625 337.80994 128.14062Q337.30994 127.640625 337.30994 126.828125L337.30994 126.40625ZM338.12244 126.859375Q338.12244 127.328125 338.37244 127.625Q338.63806 127.921875 339.07556 127.921875Q339.49744 127.921875 339.74744 127.640625Q339.99744 127.34375 339.99744 126.84375L339.99744 126.40625Q339.99744 125.9375 339.7318 125.65625Q339.4818 125.359375 339.05994 125.359375Q338.63806 125.359375 338.37244 125.65625Q338.12244 125.9375 338.12244 126.4375L338.12244 126.859375ZM335.1693 127.859375L334.5443 127.46875L338.7162 120.796875L339.32556 121.1875L335.1693 127.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M322.80994 128.5L321.7318 128.5L321.7318 121.28125L319.5443 122.078125L319.5443 121.09375L322.6537 119.921875L322.80994 119.921875L322.80994 128.5ZM330.82556 125.640625L332.01306 125.640625L332.01306 126.515625L330.82556 126.515625L330.82556 128.5L329.74744 128.5L329.74744 126.515625L325.8568 126.515625L325.8568 125.875L329.6693 119.96875L330.82556 119.96875L330.82556 125.640625ZM327.0912 125.640625L329.74744 125.640625L329.74744 121.453125L329.6068 121.6875L327.0912 125.640625ZM333.1537 121.609375Q333.1537 120.84375 333.63806 120.34375Q334.13806 119.84375 334.9037 119.84375Q335.68494 119.84375 336.1693 120.34375Q336.6537 120.84375 336.6537 121.640625L336.6537 122.0625Q336.6537 122.828125 336.1537 123.328125Q335.6693 123.8125 334.9193 123.8125Q334.1537 123.8125 333.6537 123.328125Q333.1537 122.828125 333.1537 122.015625L333.1537 121.609375ZM333.9662 122.0625Q333.9662 122.515625 334.2162 122.8125Q334.4818 123.109375 334.9193 123.109375Q335.3412 123.109375 335.5912 122.828125Q335.8412 122.53125 335.8412 122.03125L335.8412 121.609375Q335.8412 121.15625 335.5912 120.859375Q335.3412 120.546875 334.9037 120.546875Q334.4662 120.546875 334.2162 120.859375Q333.9662 121.15625 333.9662 121.625L333.9662 122.0625ZM337.30994 126.40625Q337.30994 125.640625 337.7943 125.15625Q338.2943 124.65625 339.05994 124.65625Q339.82556 124.65625 340.30994 125.15625Q340.80994 125.640625 340.80994 126.453125L340.80994 126.859375Q340.80994 127.625 340.32556 128.125Q339.8412 128.625 339.07556 128.625Q338.30994 128.625 337.80994 128.14062Q337.30994 127.640625 337.30994 126.828125L337.30994 126.40625ZM338.12244 126.859375Q338.12244 127.328125 338.37244 127.625Q338.63806 127.921875 339.07556 127.921875Q339.49744 127.921875 339.74744 127.640625Q339.99744 127.34375 339.99744 126.84375L339.99744 126.40625Q339.99744 125.9375 339.7318 125.65625Q339.4818 125.359375 339.05994 125.359375Q338.63806 125.359375 338.37244 125.65625Q338.12244 125.9375 338.12244 126.4375L338.12244 126.859375ZM335.1693 127.859375L334.5443 127.46875L338.7162 120.796875L339.32556 121.1875L335.1693 127.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M319.8515 165.5L318.77338 165.5L318.77338 158.28125L316.58588 159.07812L316.58588 158.09375L319.69525 156.92188L319.8515 156.92188L319.8515 165.5ZM324.86713 160.70312L325.67963 160.70312Q326.46088 160.6875 326.89838 160.29688Q327.33588 159.90625 327.33588 159.23438Q327.33588 157.73438 325.83588 157.73438Q325.13275 157.73438 324.71088 158.14062Q324.30463 158.54688 324.30463 159.20312L323.21088 159.20312Q323.21088 158.1875 323.94525 157.51562Q324.69525 156.84375 325.83588 156.84375Q327.039 156.84375 327.7265 157.48438Q328.414 158.125 328.414 159.26562Q328.414 159.82812 328.05463 160.34375Q327.69525 160.85938 327.07025 161.125Q327.77338 161.34375 328.14838 161.85938Q328.539 162.375 328.539 163.125Q328.539 164.26562 327.789 164.95312Q327.039 165.625 325.83588 165.625Q324.64838 165.625 323.88275 164.96875Q323.13275 164.3125 323.13275 163.25L324.2265 163.25Q324.2265 163.92188 324.664 164.32812Q325.1015 164.73438 325.8515 164.73438Q326.63275 164.73438 327.039 164.32812Q327.46088 163.90625 327.46088 163.14062Q327.46088 162.40625 327.00775 162.01562Q326.55463 161.60938 325.67963 161.59375L324.86713 161.59375L324.86713 160.70312ZM330.19525 158.60938Q330.19525 157.84375 330.67963 157.34375Q331.17963 156.84375 331.94525 156.84375Q332.7265 156.84375 333.21088 157.34375Q333.69525 157.84375 333.69525 158.64062L333.69525 159.0625Q333.69525 159.82812 333.19525 160.32812Q332.71088 160.8125 331.96088 160.8125Q331.19525 160.8125 330.69525 160.32812Q330.19525 159.82812 330.19525 159.01562L330.19525 158.60938ZM331.00775 159.0625Q331.00775 159.51562 331.25775 159.8125Q331.52338 160.10938 331.96088 160.10938Q332.38275 160.10938 332.63275 159.82812Q332.88275 159.53125 332.88275 159.03125L332.88275 158.60938Q332.88275 158.15625 332.63275 157.85938Q332.38275 157.54688 331.94525 157.54688Q331.50775 157.54688 331.25775 157.85938Q331.00775 158.15625 331.00775 158.625L331.00775 159.0625ZM334.3515 163.40625Q334.3515 162.64062 334.83588 162.15625Q335.33588 161.65625 336.1015 161.65625Q336.86713 161.65625 337.3515 162.15625Q337.8515 162.64062 337.8515 163.45312L337.8515 163.85938Q337.8515 164.625 337.36713 165.125Q336.88275 165.625 336.11713 165.625Q335.3515 165.625 334.8515 165.14062Q334.3515 164.64062 334.3515 163.82812L334.3515 163.40625ZM335.164 163.85938Q335.164 164.32812 335.414 164.625Q335.67963 164.92188 336.11713 164.92188Q336.539 164.92188 336.789 164.64062Q337.039 164.34375 337.039 163.84375L337.039 163.40625Q337.039 162.9375 336.77338 162.65625Q336.52338 162.35938 336.1015 162.35938Q335.67963 162.35938 335.414 162.65625Q335.164 162.9375 335.164 163.4375L335.164 163.85938ZM332.21088 164.85938L331.58588 164.46875L335.75775 157.79688L336.36713 158.1875L332.21088 164.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M319.8515 165.5L318.77338 165.5L318.77338 158.28125L316.58588 159.07812L316.58588 158.09375L319.69525 156.92188L319.8515 156.92188L319.8515 165.5ZM324.86713 160.70312L325.67963 160.70312Q326.46088 160.6875 326.89838 160.29688Q327.33588 159.90625 327.33588 159.23438Q327.33588 157.73438 325.83588 157.73438Q325.13275 157.73438 324.71088 158.14062Q324.30463 158.54688 324.30463 159.20312L323.21088 159.20312Q323.21088 158.1875 323.94525 157.51562Q324.69525 156.84375 325.83588 156.84375Q327.039 156.84375 327.7265 157.48438Q328.414 158.125 328.414 159.26562Q328.414 159.82812 328.05463 160.34375Q327.69525 160.85938 327.07025 161.125Q327.77338 161.34375 328.14838 161.85938Q328.539 162.375 328.539 163.125Q328.539 164.26562 327.789 164.95312Q327.039 165.625 325.83588 165.625Q324.64838 165.625 323.88275 164.96875Q323.13275 164.3125 323.13275 163.25L324.2265 163.25Q324.2265 163.92188 324.664 164.32812Q325.1015 164.73438 325.8515 164.73438Q326.63275 164.73438 327.039 164.32812Q327.46088 163.90625 327.46088 163.14062Q327.46088 162.40625 327.00775 162.01562Q326.55463 161.60938 325.67963 161.59375L324.86713 161.59375L324.86713 160.70312ZM330.19525 158.60938Q330.19525 157.84375 330.67963 157.34375Q331.17963 156.84375 331.94525 156.84375Q332.7265 156.84375 333.21088 157.34375Q333.69525 157.84375 333.69525 158.64062L333.69525 159.0625Q333.69525 159.82812 333.19525 160.32812Q332.71088 160.8125 331.96088 160.8125Q331.19525 160.8125 330.69525 160.32812Q330.19525 159.82812 330.19525 159.01562L330.19525 158.60938ZM331.00775 159.0625Q331.00775 159.51562 331.25775 159.8125Q331.52338 160.10938 331.96088 160.10938Q332.38275 160.10938 332.63275 159.82812Q332.88275 159.53125 332.88275 159.03125L332.88275 158.60938Q332.88275 158.15625 332.63275 157.85938Q332.38275 157.54688 331.94525 157.54688Q331.50775 157.54688 331.25775 157.85938Q331.00775 158.15625 331.00775 158.625L331.00775 159.0625ZM334.3515 163.40625Q334.3515 162.64062 334.83588 162.15625Q335.33588 161.65625 336.1015 161.65625Q336.86713 161.65625 337.3515 162.15625Q337.8515 162.64062 337.8515 163.45312L337.8515 163.85938Q337.8515 164.625 337.36713 165.125Q336.88275 165.625 336.11713 165.625Q335.3515 165.625 334.8515 165.14062Q334.3515 164.64062 334.3515 163.82812L334.3515 163.40625ZM335.164 163.85938Q335.164 164.32812 335.414 164.625Q335.67963 164.92188 336.11713 164.92188Q336.539 164.92188 336.789 164.64062Q337.039 164.34375 337.039 163.84375L337.039 163.40625Q337.039 162.9375 336.77338 162.65625Q336.52338 162.35938 336.1015 162.35938Q335.67963 162.35938 335.414 162.65625Q335.164 162.9375 335.164 163.4375L335.164 163.85938ZM332.21088 164.85938L331.58588 164.46875L335.75775 157.79688L336.36713 158.1875L332.21088 164.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M306.88248 202.5L305.80435 202.5L305.80435 195.28125L303.61685 196.07812L303.61685 195.09375L306.72623 193.92188L306.88248 193.92188L306.88248 202.5ZM315.67935 198.85938Q315.67935 200.76562 315.0231 201.70312Q314.38248 202.625 312.99185 202.625Q311.63248 202.625 310.97623 201.71875Q310.31998 200.8125 310.28873 199.0L310.28873 197.5625Q310.28873 195.67188 310.92935 194.76562Q311.5856 193.84375 312.97623 193.84375Q314.35123 193.84375 315.00748 194.73438Q315.66373 195.60938 315.67935 197.45312L315.67935 198.85938ZM314.5856 197.375Q314.5856 196.0 314.19498 195.375Q313.81998 194.73438 312.97623 194.73438Q312.1481 194.73438 311.75748 195.375Q311.38248 196.0 311.38248 197.29688L311.38248 199.03125Q311.38248 200.40625 311.7731 201.07812Q312.17935 201.73438 312.99185 201.73438Q313.78873 201.73438 314.17935 201.10938Q314.56998 200.48438 314.5856 199.15625L314.5856 197.375ZM317.22623 195.60938Q317.22623 194.84375 317.7106 194.34375Q318.2106 193.84375 318.97623 193.84375Q319.75748 193.84375 320.24185 194.34375Q320.72623 194.84375 320.72623 195.64062L320.72623 196.0625Q320.72623 196.82812 320.22623 197.32812Q319.74185 197.8125 318.99185 197.8125Q318.22623 197.8125 317.72623 197.32812Q317.22623 196.82812 317.22623 196.01562L317.22623 195.60938ZM318.03873 196.0625Q318.03873 196.51562 318.28873 196.8125Q318.55435 197.10938 318.99185 197.10938Q319.41373 197.10938 319.66373 196.82812Q319.91373 196.53125 319.91373 196.03125L319.91373 195.60938Q319.91373 195.15625 319.66373 194.85938Q319.41373 194.54688 318.97623 194.54688Q318.53873 194.54688 318.28873 194.85938Q318.03873 195.15625 318.03873 195.625L318.03873 196.0625ZM321.38248 200.40625Q321.38248 199.64062 321.86685 199.15625Q322.36685 198.65625 323.13248 198.65625Q323.8981 198.65625 324.38248 199.15625Q324.88248 199.64062 324.88248 200.45312L324.88248 200.85938Q324.88248 201.625 324.3981 202.125Q323.91373 202.625 323.1481 202.625Q322.38248 202.625 321.88248 202.14062Q321.38248 201.64062 321.38248 200.82812L321.38248 200.40625ZM322.19498 200.85938Q322.19498 201.32812 322.44498 201.625Q322.7106 201.92188 323.1481 201.92188Q323.56998 201.92188 323.81998 201.64062Q324.06998 201.34375 324.06998 200.84375L324.06998 200.40625Q324.06998 199.9375 323.80435 199.65625Q323.55435 199.35938 323.13248 199.35938Q322.7106 199.35938 322.44498 199.65625Q322.19498 199.9375 322.19498 200.4375L322.19498 200.85938ZM319.24185 201.85938L318.61685 201.46875L322.78873 194.79688L323.3981 195.1875L319.24185 201.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M306.88248 202.5L305.80435 202.5L305.80435 195.28125L303.61685 196.07812L303.61685 195.09375L306.72623 193.92188L306.88248 193.92188L306.88248 202.5ZM315.67935 198.85938Q315.67935 200.76562 315.0231 201.70312Q314.38248 202.625 312.99185 202.625Q311.63248 202.625 310.97623 201.71875Q310.31998 200.8125 310.28873 199.0L310.28873 197.5625Q310.28873 195.67188 310.92935 194.76562Q311.5856 193.84375 312.97623 193.84375Q314.35123 193.84375 315.00748 194.73438Q315.66373 195.60938 315.67935 197.45312L315.67935 198.85938ZM314.5856 197.375Q314.5856 196.0 314.19498 195.375Q313.81998 194.73438 312.97623 194.73438Q312.1481 194.73438 311.75748 195.375Q311.38248 196.0 311.38248 197.29688L311.38248 199.03125Q311.38248 200.40625 311.7731 201.07812Q312.17935 201.73438 312.99185 201.73438Q313.78873 201.73438 314.17935 201.10938Q314.56998 200.48438 314.5856 199.15625L314.5856 197.375ZM317.22623 195.60938Q317.22623 194.84375 317.7106 194.34375Q318.2106 193.84375 318.97623 193.84375Q319.75748 193.84375 320.24185 194.34375Q320.72623 194.84375 320.72623 195.64062L320.72623 196.0625Q320.72623 196.82812 320.22623 197.32812Q319.74185 197.8125 318.99185 197.8125Q318.22623 197.8125 317.72623 197.32812Q317.22623 196.82812 317.22623 196.01562L317.22623 195.60938ZM318.03873 196.0625Q318.03873 196.51562 318.28873 196.8125Q318.55435 197.10938 318.99185 197.10938Q319.41373 197.10938 319.66373 196.82812Q319.91373 196.53125 319.91373 196.03125L319.91373 195.60938Q319.91373 195.15625 319.66373 194.85938Q319.41373 194.54688 318.97623 194.54688Q318.53873 194.54688 318.28873 194.85938Q318.03873 195.15625 318.03873 195.625L318.03873 196.0625ZM321.38248 200.40625Q321.38248 199.64062 321.86685 199.15625Q322.36685 198.65625 323.13248 198.65625Q323.8981 198.65625 324.38248 199.15625Q324.88248 199.64062 324.88248 200.45312L324.88248 200.85938Q324.88248 201.625 324.3981 202.125Q323.91373 202.625 323.1481 202.625Q322.38248 202.625 321.88248 202.14062Q321.38248 201.64062 321.38248 200.82812L321.38248 200.40625ZM322.19498 200.85938Q322.19498 201.32812 322.44498 201.625Q322.7106 201.92188 323.1481 201.92188Q323.56998 201.92188 323.81998 201.64062Q324.06998 201.34375 324.06998 200.84375L324.06998 200.40625Q324.06998 199.9375 323.80435 199.65625Q323.55435 199.35938 323.13248 199.35938Q322.7106 199.35938 322.44498 199.65625Q322.19498 199.9375 322.19498 200.4375L322.19498 200.85938ZM319.24185 201.85938L318.61685 201.46875L322.78873 194.79688L323.3981 195.1875L319.24185 201.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.68546 235.75Q301.35733 236.15625 300.87296 236.40625Q300.4042 236.64062 299.8417 236.64062Q299.10733 236.64062 298.56046 236.28125Q298.01358 235.92188 297.7167 235.26562Q297.41983 234.59375 297.41983 233.79688Q297.41983 232.95312 297.73233 232.26562Q298.06046 231.57812 298.6542 231.21875Q299.26358 230.84375 300.06046 230.84375Q301.32608 230.84375 302.04483 231.79688Q302.7792 232.75 302.7792 234.375L302.7792 234.6875Q302.7792 237.1875 301.79483 238.32812Q300.81046 239.46875 298.82608 239.5L298.60733 239.5L298.60733 238.59375L298.8417 238.59375Q300.18546 238.5625 300.9042 237.89062Q301.62296 237.21875 301.68546 235.75ZM300.01358 235.75Q300.56046 235.75 301.01358 235.42188Q301.48233 235.07812 301.70108 234.59375L301.70108 234.15625Q301.70108 233.09375 301.23233 232.42188Q300.76358 231.75 300.06046 231.75Q299.3417 231.75 298.9042 232.29688Q298.48233 232.84375 298.48233 233.75Q298.48233 234.625 298.88858 235.1875Q299.31046 235.75 300.01358 235.75ZM304.43546 232.60938Q304.43546 231.84375 304.91983 231.34375Q305.41983 230.84375 306.18546 230.84375Q306.9667 230.84375 307.45108 231.34375Q307.93546 231.84375 307.93546 232.64062L307.93546 233.0625Q307.93546 233.82812 307.43546 234.32812Q306.95108 234.8125 306.20108 234.8125Q305.43546 234.8125 304.93546 234.32812Q304.43546 233.82812 304.43546 233.01562L304.43546 232.60938ZM305.24796 233.0625Q305.24796 233.51562 305.49796 233.8125Q305.76358 234.10938 306.20108 234.10938Q306.62296 234.10938 306.87296 233.82812Q307.12296 233.53125 307.12296 233.03125L307.12296 232.60938Q307.12296 232.15625 306.87296 231.85938Q306.62296 231.54688 306.18546 231.54688Q305.74796 231.54688 305.49796 231.85938Q305.24796 232.15625 305.24796 232.625L305.24796 233.0625ZM308.5917 237.40625Q308.5917 236.64062 309.07608 236.15625Q309.57608 235.65625 310.3417 235.65625Q311.10733 235.65625 311.5917 236.15625Q312.0917 236.64062 312.0917 237.45312L312.0917 237.85938Q312.0917 238.625 311.60733 239.125Q311.12296 239.625 310.35733 239.625Q309.5917 239.625 309.0917 239.14062Q308.5917 238.64062 308.5917 237.82812L308.5917 237.40625ZM309.4042 237.85938Q309.4042 238.32812 309.6542 238.625Q309.91983 238.92188 310.35733 238.92188Q310.7792 238.92188 311.0292 238.64062Q311.2792 238.34375 311.2792 237.84375L311.2792 237.40625Q311.2792 236.9375 311.01358 236.65625Q310.76358 236.35938 310.3417 236.35938Q309.91983 236.35938 309.6542 236.65625Q309.4042 236.9375 309.4042 237.4375L309.4042 237.85938ZM306.45108 238.85938L305.82608 238.46875L309.99796 231.79688L310.60733 232.1875L306.45108 238.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M301.68546 235.75Q301.35733 236.15625 300.87296 236.40625Q300.4042 236.64062 299.8417 236.64062Q299.10733 236.64062 298.56046 236.28125Q298.01358 235.92188 297.7167 235.26562Q297.41983 234.59375 297.41983 233.79688Q297.41983 232.95312 297.73233 232.26562Q298.06046 231.57812 298.6542 231.21875Q299.26358 230.84375 300.06046 230.84375Q301.32608 230.84375 302.04483 231.79688Q302.7792 232.75 302.7792 234.375L302.7792 234.6875Q302.7792 237.1875 301.79483 238.32812Q300.81046 239.46875 298.82608 239.5L298.60733 239.5L298.60733 238.59375L298.8417 238.59375Q300.18546 238.5625 300.9042 237.89062Q301.62296 237.21875 301.68546 235.75ZM300.01358 235.75Q300.56046 235.75 301.01358 235.42188Q301.48233 235.07812 301.70108 234.59375L301.70108 234.15625Q301.70108 233.09375 301.23233 232.42188Q300.76358 231.75 300.06046 231.75Q299.3417 231.75 298.9042 232.29688Q298.48233 232.84375 298.48233 233.75Q298.48233 234.625 298.88858 235.1875Q299.31046 235.75 300.01358 235.75ZM304.43546 232.60938Q304.43546 231.84375 304.91983 231.34375Q305.41983 230.84375 306.18546 230.84375Q306.9667 230.84375 307.45108 231.34375Q307.93546 231.84375 307.93546 232.64062L307.93546 233.0625Q307.93546 233.82812 307.43546 234.32812Q306.95108 234.8125 306.20108 234.8125Q305.43546 234.8125 304.93546 234.32812Q304.43546 233.82812 304.43546 233.01562L304.43546 232.60938ZM305.24796 233.0625Q305.24796 233.51562 305.49796 233.8125Q305.76358 234.10938 306.20108 234.10938Q306.62296 234.10938 306.87296 233.82812Q307.12296 233.53125 307.12296 233.03125L307.12296 232.60938Q307.12296 232.15625 306.87296 231.85938Q306.62296 231.54688 306.18546 231.54688Q305.74796 231.54688 305.49796 231.85938Q305.24796 232.15625 305.24796 232.625L305.24796 233.0625ZM308.5917 237.40625Q308.5917 236.64062 309.07608 236.15625Q309.57608 235.65625 310.3417 235.65625Q311.10733 235.65625 311.5917 236.15625Q312.0917 236.64062 312.0917 237.45312L312.0917 237.85938Q312.0917 238.625 311.60733 239.125Q311.12296 239.625 310.35733 239.625Q309.5917 239.625 309.0917 239.14062Q308.5917 238.64062 308.5917 237.82812L308.5917 237.40625ZM309.4042 237.85938Q309.4042 238.32812 309.6542 238.625Q309.91983 238.92188 310.35733 238.92188Q310.7792 238.92188 311.0292 238.64062Q311.2792 238.34375 311.2792 237.84375L311.2792 237.40625Q311.2792 236.9375 311.01358 236.65625Q310.76358 236.35938 310.3417 236.35938Q309.91983 236.35938 309.6542 236.65625Q309.4042 236.9375 309.4042 237.4375L309.4042 237.85938ZM306.45108 238.85938L305.82608 238.46875L309.99796 231.79688L310.60733 232.1875L306.45108 238.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M300.03098 273.75Q299.70285 274.15625 299.21848 274.40625Q298.74973 274.64062 298.18723 274.64062Q297.45285 274.64062 296.90598 274.28125Q296.3591 273.92188 296.06223 273.26562Q295.76535 272.59375 295.76535 271.79688Q295.76535 270.95312 296.07785 270.26562Q296.40598 269.57812 296.99973 269.21875Q297.6091 268.84375 298.40598 268.84375Q299.6716 268.84375 300.39035 269.79688Q301.12473 270.75 301.12473 272.375L301.12473 272.6875Q301.12473 275.1875 300.14035 276.32812Q299.15598 277.46875 297.1716 277.5L296.95285 277.5L296.95285 276.59375L297.18723 276.59375Q298.53098 276.5625 299.24973 275.89062Q299.96848 275.21875 300.03098 273.75ZM298.3591 273.75Q298.90598 273.75 299.3591 273.42188Q299.82785 273.07812 300.0466 272.59375L300.0466 272.15625Q300.0466 271.09375 299.57785 270.42188Q299.1091 269.75 298.40598 269.75Q297.68723 269.75 297.24973 270.29688Q296.82785 270.84375 296.82785 271.75Q296.82785 272.625 297.2341 273.1875Q297.65598 273.75 298.3591 273.75ZM302.78098 270.60938Q302.78098 269.84375 303.26535 269.34375Q303.76535 268.84375 304.53098 268.84375Q305.31223 268.84375 305.7966 269.34375Q306.28098 269.84375 306.28098 270.64062L306.28098 271.0625Q306.28098 271.82812 305.78098 272.32812Q305.2966 272.8125 304.5466 272.8125Q303.78098 272.8125 303.28098 272.32812Q302.78098 271.82812 302.78098 271.01562L302.78098 270.60938ZM303.59348 271.0625Q303.59348 271.51562 303.84348 271.8125Q304.1091 272.10938 304.5466 272.10938Q304.96848 272.10938 305.21848 271.82812Q305.46848 271.53125 305.46848 271.03125L305.46848 270.60938Q305.46848 270.15625 305.21848 269.85938Q304.96848 269.54688 304.53098 269.54688Q304.09348 269.54688 303.84348 269.85938Q303.59348 270.15625 303.59348 270.625L303.59348 271.0625ZM306.93723 275.40625Q306.93723 274.64062 307.4216 274.15625Q307.9216 273.65625 308.68723 273.65625Q309.45285 273.65625 309.93723 274.15625Q310.43723 274.64062 310.43723 275.45312L310.43723 275.85938Q310.43723 276.625 309.95285 277.125Q309.46848 277.625 308.70285 277.625Q307.93723 277.625 307.43723 277.14062Q306.93723 276.64062 306.93723 275.82812L306.93723 275.40625ZM307.74973 275.85938Q307.74973 276.32812 307.99973 276.625Q308.26535 276.92188 308.70285 276.92188Q309.12473 276.92188 309.37473 276.64062Q309.62473 276.34375 309.62473 275.84375L309.62473 275.40625Q309.62473 274.9375 309.3591 274.65625Q309.1091 274.35938 308.68723 274.35938Q308.26535 274.35938 307.99973 274.65625Q307.74973 274.9375 307.74973 275.4375L307.74973 275.85938ZM304.7966 276.85938L304.1716 276.46875L308.34348 269.79688L308.95285 270.1875L304.7966 276.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M300.03098 273.75Q299.70285 274.15625 299.21848 274.40625Q298.74973 274.64062 298.18723 274.64062Q297.45285 274.64062 296.90598 274.28125Q296.3591 273.92188 296.06223 273.26562Q295.76535 272.59375 295.76535 271.79688Q295.76535 270.95312 296.07785 270.26562Q296.40598 269.57812 296.99973 269.21875Q297.6091 268.84375 298.40598 268.84375Q299.6716 268.84375 300.39035 269.79688Q301.12473 270.75 301.12473 272.375L301.12473 272.6875Q301.12473 275.1875 300.14035 276.32812Q299.15598 277.46875 297.1716 277.5L296.95285 277.5L296.95285 276.59375L297.18723 276.59375Q298.53098 276.5625 299.24973 275.89062Q299.96848 275.21875 300.03098 273.75ZM298.3591 273.75Q298.90598 273.75 299.3591 273.42188Q299.82785 273.07812 300.0466 272.59375L300.0466 272.15625Q300.0466 271.09375 299.57785 270.42188Q299.1091 269.75 298.40598 269.75Q297.68723 269.75 297.24973 270.29688Q296.82785 270.84375 296.82785 271.75Q296.82785 272.625 297.2341 273.1875Q297.65598 273.75 298.3591 273.75ZM302.78098 270.60938Q302.78098 269.84375 303.26535 269.34375Q303.76535 268.84375 304.53098 268.84375Q305.31223 268.84375 305.7966 269.34375Q306.28098 269.84375 306.28098 270.64062L306.28098 271.0625Q306.28098 271.82812 305.78098 272.32812Q305.2966 272.8125 304.5466 272.8125Q303.78098 272.8125 303.28098 272.32812Q302.78098 271.82812 302.78098 271.01562L302.78098 270.60938ZM303.59348 271.0625Q303.59348 271.51562 303.84348 271.8125Q304.1091 272.10938 304.5466 272.10938Q304.96848 272.10938 305.21848 271.82812Q305.46848 271.53125 305.46848 271.03125L305.46848 270.60938Q305.46848 270.15625 305.21848 269.85938Q304.96848 269.54688 304.53098 269.54688Q304.09348 269.54688 303.84348 269.85938Q303.59348 270.15625 303.59348 270.625L303.59348 271.0625ZM306.93723 275.40625Q306.93723 274.64062 307.4216 274.15625Q307.9216 273.65625 308.68723 273.65625Q309.45285 273.65625 309.93723 274.15625Q310.43723 274.64062 310.43723 275.45312L310.43723 275.85938Q310.43723 276.625 309.95285 277.125Q309.46848 277.625 308.70285 277.625Q307.93723 277.625 307.43723 277.14062Q306.93723 276.64062 306.93723 275.82812L306.93723 275.40625ZM307.74973 275.85938Q307.74973 276.32812 307.99973 276.625Q308.26535 276.92188 308.70285 276.92188Q309.12473 276.92188 309.37473 276.64062Q309.62473 276.34375 309.62473 275.84375L309.62473 275.40625Q309.62473 274.9375 309.3591 274.65625Q309.1091 274.35938 308.68723 274.35938Q308.26535 274.35938 307.99973 274.65625Q307.74973 274.9375 307.74973 275.4375L307.74973 275.85938ZM304.7966 276.85938L304.1716 276.46875L308.34348 269.79688L308.95285 270.1875L304.7966 276.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M297.7532 308.1875Q297.7532 308.82812 297.40945 309.32812Q297.0657 309.82812 296.5032 310.10938Q297.15945 310.39062 297.55008 310.95312Q297.9407 311.5 297.9407 312.20312Q297.9407 313.29688 297.1907 313.96875Q296.45633 314.625 295.23758 314.625Q294.0032 314.625 293.2532 313.96875Q292.51883 313.29688 292.51883 312.20312Q292.51883 311.5 292.89383 310.95312Q293.26883 310.39062 293.9407 310.10938Q293.3782 309.82812 293.05008 309.32812Q292.72195 308.82812 292.72195 308.1875Q292.72195 307.10938 293.40945 306.48438Q294.09695 305.84375 295.23758 305.84375Q296.36258 305.84375 297.05008 306.48438Q297.7532 307.10938 297.7532 308.1875ZM296.86258 312.17188Q296.86258 311.45312 296.40945 311.01562Q295.95633 310.5625 295.22195 310.5625Q294.48758 310.5625 294.03445 311.01562Q293.59695 311.45312 293.59695 312.1875Q293.59695 312.90625 294.03445 313.32812Q294.47195 313.73438 295.23758 313.73438Q295.98758 313.73438 296.42508 313.3125Q296.86258 312.89062 296.86258 312.17188ZM295.23758 306.73438Q294.59695 306.73438 294.1907 307.14062Q293.80008 307.53125 293.80008 308.21875Q293.80008 308.85938 294.1907 309.26562Q294.58133 309.67188 295.22195 309.67188Q295.8782 309.67188 296.26883 309.26562Q296.65945 308.85938 296.65945 308.21875Q296.65945 307.5625 296.2532 307.15625Q295.84695 306.73438 295.23758 306.73438ZM299.47195 307.60938Q299.47195 306.84375 299.95633 306.34375Q300.45633 305.84375 301.22195 305.84375Q302.0032 305.84375 302.48758 306.34375Q302.97195 306.84375 302.97195 307.64062L302.97195 308.0625Q302.97195 308.82812 302.47195 309.32812Q301.98758 309.8125 301.23758 309.8125Q300.47195 309.8125 299.97195 309.32812Q299.47195 308.82812 299.47195 308.01562L299.47195 307.60938ZM300.28445 308.0625Q300.28445 308.51562 300.53445 308.8125Q300.80008 309.10938 301.23758 309.10938Q301.65945 309.10938 301.90945 308.82812Q302.15945 308.53125 302.15945 308.03125L302.15945 307.60938Q302.15945 307.15625 301.90945 306.85938Q301.65945 306.54688 301.22195 306.54688Q300.78445 306.54688 300.53445 306.85938Q300.28445 307.15625 300.28445 307.625L300.28445 308.0625ZM303.6282 312.40625Q303.6282 311.64062 304.11258 311.15625Q304.61258 310.65625 305.3782 310.65625Q306.14383 310.65625 306.6282 311.15625Q307.1282 311.64062 307.1282 312.45312L307.1282 312.85938Q307.1282 313.625 306.64383 314.125Q306.15945 314.625 305.39383 314.625Q304.6282 314.625 304.1282 314.14062Q303.6282 313.64062 303.6282 312.82812L303.6282 312.40625ZM304.4407 312.85938Q304.4407 313.32812 304.6907 313.625Q304.95633 313.92188 305.39383 313.92188Q305.8157 313.92188 306.0657 313.64062Q306.3157 313.34375 306.3157 312.84375L306.3157 312.40625Q306.3157 311.9375 306.05008 311.65625Q305.80008 311.35938 305.3782 311.35938Q304.95633 311.35938 304.6907 311.65625Q304.4407 311.9375 304.4407 312.4375L304.4407 312.85938ZM301.48758 313.85938L300.86258 313.46875L305.03445 306.79688L305.64383 307.1875L301.48758 313.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M297.7532 308.1875Q297.7532 308.82812 297.40945 309.32812Q297.0657 309.82812 296.5032 310.10938Q297.15945 310.39062 297.55008 310.95312Q297.9407 311.5 297.9407 312.20312Q297.9407 313.29688 297.1907 313.96875Q296.45633 314.625 295.23758 314.625Q294.0032 314.625 293.2532 313.96875Q292.51883 313.29688 292.51883 312.20312Q292.51883 311.5 292.89383 310.95312Q293.26883 310.39062 293.9407 310.10938Q293.3782 309.82812 293.05008 309.32812Q292.72195 308.82812 292.72195 308.1875Q292.72195 307.10938 293.40945 306.48438Q294.09695 305.84375 295.23758 305.84375Q296.36258 305.84375 297.05008 306.48438Q297.7532 307.10938 297.7532 308.1875ZM296.86258 312.17188Q296.86258 311.45312 296.40945 311.01562Q295.95633 310.5625 295.22195 310.5625Q294.48758 310.5625 294.03445 311.01562Q293.59695 311.45312 293.59695 312.1875Q293.59695 312.90625 294.03445 313.32812Q294.47195 313.73438 295.23758 313.73438Q295.98758 313.73438 296.42508 313.3125Q296.86258 312.89062 296.86258 312.17188ZM295.23758 306.73438Q294.59695 306.73438 294.1907 307.14062Q293.80008 307.53125 293.80008 308.21875Q293.80008 308.85938 294.1907 309.26562Q294.58133 309.67188 295.22195 309.67188Q295.8782 309.67188 296.26883 309.26562Q296.65945 308.85938 296.65945 308.21875Q296.65945 307.5625 296.2532 307.15625Q295.84695 306.73438 295.23758 306.73438ZM299.47195 307.60938Q299.47195 306.84375 299.95633 306.34375Q300.45633 305.84375 301.22195 305.84375Q302.0032 305.84375 302.48758 306.34375Q302.97195 306.84375 302.97195 307.64062L302.97195 308.0625Q302.97195 308.82812 302.47195 309.32812Q301.98758 309.8125 301.23758 309.8125Q300.47195 309.8125 299.97195 309.32812Q299.47195 308.82812 299.47195 308.01562L299.47195 307.60938ZM300.28445 308.0625Q300.28445 308.51562 300.53445 308.8125Q300.80008 309.10938 301.23758 309.10938Q301.65945 309.10938 301.90945 308.82812Q302.15945 308.53125 302.15945 308.03125L302.15945 307.60938Q302.15945 307.15625 301.90945 306.85938Q301.65945 306.54688 301.22195 306.54688Q300.78445 306.54688 300.53445 306.85938Q300.28445 307.15625 300.28445 307.625L300.28445 308.0625ZM303.6282 312.40625Q303.6282 311.64062 304.11258 311.15625Q304.61258 310.65625 305.3782 310.65625Q306.14383 310.65625 306.6282 311.15625Q307.1282 311.64062 307.1282 312.45312L307.1282 312.85938Q307.1282 313.625 306.64383 314.125Q306.15945 314.625 305.39383 314.625Q304.6282 314.625 304.1282 314.14062Q303.6282 313.64062 303.6282 312.82812L303.6282 312.40625ZM304.4407 312.85938Q304.4407 313.32812 304.6907 313.625Q304.95633 313.92188 305.39383 313.92188Q305.8157 313.92188 306.0657 313.64062Q306.3157 313.34375 306.3157 312.84375L306.3157 312.40625Q306.3157 311.9375 306.05008 311.65625Q305.80008 311.35938 305.3782 311.35938Q304.95633 311.35938 304.6907 311.65625Q304.4407 311.9375 304.4407 312.4375L304.4407 312.85938ZM301.48758 313.85938L300.86258 313.46875L305.03445 306.79688L305.64383 307.1875L301.48758 313.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.03937 342.96875L286.03937 343.875L285.83624 343.875Q284.57062 343.90625 283.82062 344.64062Q283.07062 345.35938 282.94562 346.67188Q283.63312 345.90625 284.78937 345.90625Q285.89874 345.90625 286.57062 346.6875Q287.2425 347.46875 287.2425 348.71875Q287.2425 350.03125 286.52374 350.82812Q285.805 351.625 284.58624 351.625Q283.3675 351.625 282.60187 350.6875Q281.85187 349.73438 281.85187 348.25L281.85187 347.84375Q281.85187 345.48438 282.85187 344.23438Q283.85187 342.98438 285.83624 342.96875L286.03937 342.96875ZM284.6175 346.8125Q284.055 346.8125 283.58624 347.14062Q283.1175 347.46875 282.93 347.98438L282.93 348.375Q282.93 349.4375 283.39874 350.07812Q283.88312 350.71875 284.58624 350.71875Q285.32062 350.71875 285.7425 350.1875Q286.16437 349.64062 286.16437 348.76562Q286.16437 347.89062 285.7425 347.35938Q285.32062 346.8125 284.6175 346.8125ZM288.68 344.60938Q288.68 343.84375 289.16437 343.34375Q289.66437 342.84375 290.43 342.84375Q291.21124 342.84375 291.69562 343.34375Q292.18 343.84375 292.18 344.64062L292.18 345.0625Q292.18 345.82812 291.68 346.32812Q291.19562 346.8125 290.44562 346.8125Q289.68 346.8125 289.18 346.32812Q288.68 345.82812 288.68 345.01562L288.68 344.60938ZM289.4925 345.0625Q289.4925 345.51562 289.7425 345.8125Q290.00812 346.10938 290.44562 346.10938Q290.8675 346.10938 291.1175 345.82812Q291.3675 345.53125 291.3675 345.03125L291.3675 344.60938Q291.3675 344.15625 291.1175 343.85938Q290.8675 343.54688 290.43 343.54688Q289.9925 343.54688 289.7425 343.85938Q289.4925 344.15625 289.4925 344.625L289.4925 345.0625ZM292.83624 349.40625Q292.83624 348.64062 293.32062 348.15625Q293.82062 347.65625 294.58624 347.65625Q295.35187 347.65625 295.83624 348.15625Q296.33624 348.64062 296.33624 349.45312L296.33624 349.85938Q296.33624 350.625 295.85187 351.125Q295.3675 351.625 294.60187 351.625Q293.83624 351.625 293.33624 351.14062Q292.83624 350.64062 292.83624 349.82812L292.83624 349.40625ZM293.64874 349.85938Q293.64874 350.32812 293.89874 350.625Q294.16437 350.92188 294.60187 350.92188Q295.02374 350.92188 295.27374 350.64062Q295.52374 350.34375 295.52374 349.84375L295.52374 349.40625Q295.52374 348.9375 295.25812 348.65625Q295.00812 348.35938 294.58624 348.35938Q294.16437 348.35938 293.89874 348.65625Q293.64874 348.9375 293.64874 349.4375L293.64874 349.85938ZM290.69562 350.85938L290.07062 350.46875L294.2425 343.79688L294.85187 344.1875L290.69562 350.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M286.03937 342.96875L286.03937 343.875L285.83624 343.875Q284.57062 343.90625 283.82062 344.64062Q283.07062 345.35938 282.94562 346.67188Q283.63312 345.90625 284.78937 345.90625Q285.89874 345.90625 286.57062 346.6875Q287.2425 347.46875 287.2425 348.71875Q287.2425 350.03125 286.52374 350.82812Q285.805 351.625 284.58624 351.625Q283.3675 351.625 282.60187 350.6875Q281.85187 349.73438 281.85187 348.25L281.85187 347.84375Q281.85187 345.48438 282.85187 344.23438Q283.85187 342.98438 285.83624 342.96875L286.03937 342.96875ZM284.6175 346.8125Q284.055 346.8125 283.58624 347.14062Q283.1175 347.46875 282.93 347.98438L282.93 348.375Q282.93 349.4375 283.39874 350.07812Q283.88312 350.71875 284.58624 350.71875Q285.32062 350.71875 285.7425 350.1875Q286.16437 349.64062 286.16437 348.76562Q286.16437 347.89062 285.7425 347.35938Q285.32062 346.8125 284.6175 346.8125ZM288.68 344.60938Q288.68 343.84375 289.16437 343.34375Q289.66437 342.84375 290.43 342.84375Q291.21124 342.84375 291.69562 343.34375Q292.18 343.84375 292.18 344.64062L292.18 345.0625Q292.18 345.82812 291.68 346.32812Q291.19562 346.8125 290.44562 346.8125Q289.68 346.8125 289.18 346.32812Q288.68 345.82812 288.68 345.01562L288.68 344.60938ZM289.4925 345.0625Q289.4925 345.51562 289.7425 345.8125Q290.00812 346.10938 290.44562 346.10938Q290.8675 346.10938 291.1175 345.82812Q291.3675 345.53125 291.3675 345.03125L291.3675 344.60938Q291.3675 344.15625 291.1175 343.85938Q290.8675 343.54688 290.43 343.54688Q289.9925 343.54688 289.7425 343.85938Q289.4925 344.15625 289.4925 344.625L289.4925 345.0625ZM292.83624 349.40625Q292.83624 348.64062 293.32062 348.15625Q293.82062 347.65625 294.58624 347.65625Q295.35187 347.65625 295.83624 348.15625Q296.33624 348.64062 296.33624 349.45312L296.33624 349.85938Q296.33624 350.625 295.85187 351.125Q295.3675 351.625 294.60187 351.625Q293.83624 351.625 293.33624 351.14062Q292.83624 350.64062 292.83624 349.82812L292.83624 349.40625ZM293.64874 349.85938Q293.64874 350.32812 293.89874 350.625Q294.16437 350.92188 294.60187 350.92188Q295.02374 350.92188 295.27374 350.64062Q295.52374 350.34375 295.52374 349.84375L295.52374 349.40625Q295.52374 348.9375 295.25812 348.65625Q295.00812 348.35938 294.58624 348.35938Q294.16437 348.35938 293.89874 348.65625Q293.64874 348.9375 293.64874 349.4375L293.64874 349.85938ZM290.69562 350.85938L290.07062 350.46875L294.2425 343.79688L294.85187 344.1875L290.69562 350.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M275.69342 384.21875L276.13092 379.96875L280.50592 379.96875L280.50592 380.96875L277.0528 380.96875L276.78717 383.29688Q277.4278 382.92188 278.22467 382.92188Q279.38092 382.92188 280.06842 383.70312Q280.75592 384.46875 280.75592 385.78125Q280.75592 387.09375 280.03717 387.85938Q279.33405 388.625 278.0528 388.625Q276.9278 388.625 276.20905 388.0Q275.4903 387.35938 275.39655 386.25L276.41217 386.25Q276.52155 386.98438 276.94342 387.35938Q277.3653 387.73438 278.0528 387.73438Q278.8028 387.73438 279.2403 387.21875Q279.6778 386.70312 279.6778 385.79688Q279.6778 384.9375 279.20905 384.42188Q278.7403 383.90625 277.95905 383.90625Q277.25592 383.90625 276.84967 384.20312L276.56842 384.4375L275.69342 384.21875ZM282.09967 381.60938Q282.09967 380.84375 282.58405 380.34375Q283.08405 379.84375 283.84967 379.84375Q284.63092 379.84375 285.1153 380.34375Q285.59967 380.84375 285.59967 381.64062L285.59967 382.0625Q285.59967 382.82812 285.09967 383.32812Q284.6153 383.8125 283.8653 383.8125Q283.09967 383.8125 282.59967 383.32812Q282.09967 382.82812 282.09967 382.01562L282.09967 381.60938ZM282.91217 382.0625Q282.91217 382.51562 283.16217 382.8125Q283.4278 383.10938 283.8653 383.10938Q284.28717 383.10938 284.53717 382.82812Q284.78717 382.53125 284.78717 382.03125L284.78717 381.60938Q284.78717 381.15625 284.53717 380.85938Q284.28717 380.54688 283.84967 380.54688Q283.41217 380.54688 283.16217 380.85938Q282.91217 381.15625 282.91217 381.625L282.91217 382.0625ZM286.25592 386.40625Q286.25592 385.64062 286.7403 385.15625Q287.2403 384.65625 288.00592 384.65625Q288.77155 384.65625 289.25592 385.15625Q289.75592 385.64062 289.75592 386.45312L289.75592 386.85938Q289.75592 387.625 289.27155 388.125Q288.78717 388.625 288.02155 388.625Q287.25592 388.625 286.75592 388.14062Q286.25592 387.64062 286.25592 386.82812L286.25592 386.40625ZM287.06842 386.85938Q287.06842 387.32812 287.31842 387.625Q287.58405 387.92188 288.02155 387.92188Q288.44342 387.92188 288.69342 387.64062Q288.94342 387.34375 288.94342 386.84375L288.94342 386.40625Q288.94342 385.9375 288.6778 385.65625Q288.4278 385.35938 288.00592 385.35938Q287.58405 385.35938 287.31842 385.65625Q287.06842 385.9375 287.06842 386.4375L287.06842 386.85938ZM284.1153 387.85938L283.4903 387.46875L287.66217 380.79688L288.27155 381.1875L284.1153 387.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M275.69342 384.21875L276.13092 379.96875L280.50592 379.96875L280.50592 380.96875L277.0528 380.96875L276.78717 383.29688Q277.4278 382.92188 278.22467 382.92188Q279.38092 382.92188 280.06842 383.70312Q280.75592 384.46875 280.75592 385.78125Q280.75592 387.09375 280.03717 387.85938Q279.33405 388.625 278.0528 388.625Q276.9278 388.625 276.20905 388.0Q275.4903 387.35938 275.39655 386.25L276.41217 386.25Q276.52155 386.98438 276.94342 387.35938Q277.3653 387.73438 278.0528 387.73438Q278.8028 387.73438 279.2403 387.21875Q279.6778 386.70312 279.6778 385.79688Q279.6778 384.9375 279.20905 384.42188Q278.7403 383.90625 277.95905 383.90625Q277.25592 383.90625 276.84967 384.20312L276.56842 384.4375L275.69342 384.21875ZM282.09967 381.60938Q282.09967 380.84375 282.58405 380.34375Q283.08405 379.84375 283.84967 379.84375Q284.63092 379.84375 285.1153 380.34375Q285.59967 380.84375 285.59967 381.64062L285.59967 382.0625Q285.59967 382.82812 285.09967 383.32812Q284.6153 383.8125 283.8653 383.8125Q283.09967 383.8125 282.59967 383.32812Q282.09967 382.82812 282.09967 382.01562L282.09967 381.60938ZM282.91217 382.0625Q282.91217 382.51562 283.16217 382.8125Q283.4278 383.10938 283.8653 383.10938Q284.28717 383.10938 284.53717 382.82812Q284.78717 382.53125 284.78717 382.03125L284.78717 381.60938Q284.78717 381.15625 284.53717 380.85938Q284.28717 380.54688 283.84967 380.54688Q283.41217 380.54688 283.16217 380.85938Q282.91217 381.15625 282.91217 381.625L282.91217 382.0625ZM286.25592 386.40625Q286.25592 385.64062 286.7403 385.15625Q287.2403 384.65625 288.00592 384.65625Q288.77155 384.65625 289.25592 385.15625Q289.75592 385.64062 289.75592 386.45312L289.75592 386.85938Q289.75592 387.625 289.27155 388.125Q288.78717 388.625 288.02155 388.625Q287.25592 388.625 286.75592 388.14062Q286.25592 387.64062 286.25592 386.82812L286.25592 386.40625ZM287.06842 386.85938Q287.06842 387.32812 287.31842 387.625Q287.58405 387.92188 288.02155 387.92188Q288.44342 387.92188 288.69342 387.64062Q288.94342 387.34375 288.94342 386.84375L288.94342 386.40625Q288.94342 385.9375 288.6778 385.65625Q288.4278 385.35938 288.00592 385.35938Q287.58405 385.35938 287.31842 385.65625Q287.06842 385.9375 287.06842 386.4375L287.06842 386.85938ZM284.1153 387.85938L283.4903 387.46875L287.66217 380.79688L288.27155 381.1875L284.1153 387.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.11703 422.64062L279.30453 422.64062L279.30453 423.51562L278.11703 423.51562L278.11703 425.5L277.0389 425.5L277.0389 423.51562L273.1483 423.51562L273.1483 422.875L276.9608 416.96875L278.11703 416.96875L278.11703 422.64062ZM274.38266 422.64062L277.0389 422.64062L277.0389 418.45312L276.8983 418.6875L274.38266 422.64062ZM280.44516 418.60938Q280.44516 417.84375 280.92953 417.34375Q281.42953 416.84375 282.19516 416.84375Q282.9764 416.84375 283.4608 417.34375Q283.94516 417.84375 283.94516 418.64062L283.94516 419.0625Q283.94516 419.82812 283.44516 420.32812Q282.9608 420.8125 282.2108 420.8125Q281.44516 420.8125 280.94516 420.32812Q280.44516 419.82812 280.44516 419.01562L280.44516 418.60938ZM281.25766 419.0625Q281.25766 419.51562 281.50766 419.8125Q281.7733 420.10938 282.2108 420.10938Q282.63266 420.10938 282.88266 419.82812Q283.13266 419.53125 283.13266 419.03125L283.13266 418.60938Q283.13266 418.15625 282.88266 417.85938Q282.63266 417.54688 282.19516 417.54688Q281.75766 417.54688 281.50766 417.85938Q281.25766 418.15625 281.25766 418.625L281.25766 419.0625ZM284.6014 423.40625Q284.6014 422.64062 285.0858 422.15625Q285.5858 421.65625 286.3514 421.65625Q287.11703 421.65625 287.6014 422.15625Q288.1014 422.64062 288.1014 423.45312L288.1014 423.85938Q288.1014 424.625 287.61703 425.125Q287.13266 425.625 286.36703 425.625Q285.6014 425.625 285.1014 425.14062Q284.6014 424.64062 284.6014 423.82812L284.6014 423.40625ZM285.4139 423.85938Q285.4139 424.32812 285.6639 424.625Q285.92953 424.92188 286.36703 424.92188Q286.7889 424.92188 287.0389 424.64062Q287.2889 424.34375 287.2889 423.84375L287.2889 423.40625Q287.2889 422.9375 287.0233 422.65625Q286.7733 422.35938 286.3514 422.35938Q285.92953 422.35938 285.6639 422.65625Q285.4139 422.9375 285.4139 423.4375L285.4139 423.85938ZM282.4608 424.85938L281.8358 424.46875L286.00766 417.79688L286.61703 418.1875L282.4608 424.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.11703 422.64062L279.30453 422.64062L279.30453 423.51562L278.11703 423.51562L278.11703 425.5L277.0389 425.5L277.0389 423.51562L273.1483 423.51562L273.1483 422.875L276.9608 416.96875L278.11703 416.96875L278.11703 422.64062ZM274.38266 422.64062L277.0389 422.64062L277.0389 418.45312L276.8983 418.6875L274.38266 422.64062ZM280.44516 418.60938Q280.44516 417.84375 280.92953 417.34375Q281.42953 416.84375 282.19516 416.84375Q282.9764 416.84375 283.4608 417.34375Q283.94516 417.84375 283.94516 418.64062L283.94516 419.0625Q283.94516 419.82812 283.44516 420.32812Q282.9608 420.8125 282.2108 420.8125Q281.44516 420.8125 280.94516 420.32812Q280.44516 419.82812 280.44516 419.01562L280.44516 418.60938ZM281.25766 419.0625Q281.25766 419.51562 281.50766 419.8125Q281.7733 420.10938 282.2108 420.10938Q282.63266 420.10938 282.88266 419.82812Q283.13266 419.53125 283.13266 419.03125L283.13266 418.60938Q283.13266 418.15625 282.88266 417.85938Q282.63266 417.54688 282.19516 417.54688Q281.75766 417.54688 281.50766 417.85938Q281.25766 418.15625 281.25766 418.625L281.25766 419.0625ZM284.6014 423.40625Q284.6014 422.64062 285.0858 422.15625Q285.5858 421.65625 286.3514 421.65625Q287.11703 421.65625 287.6014 422.15625Q288.1014 422.64062 288.1014 423.45312L288.1014 423.85938Q288.1014 424.625 287.61703 425.125Q287.13266 425.625 286.36703 425.625Q285.6014 425.625 285.1014 425.14062Q284.6014 424.64062 284.6014 423.82812L284.6014 423.40625ZM285.4139 423.85938Q285.4139 424.32812 285.6639 424.625Q285.92953 424.92188 286.36703 424.92188Q286.7889 424.92188 287.0389 424.64062Q287.2889 424.34375 287.2889 423.84375L287.2889 423.40625Q287.2889 422.9375 287.0233 422.65625Q286.7733 422.35938 286.3514 422.35938Q285.92953 422.35938 285.6639 422.65625Q285.4139 422.9375 285.4139 423.4375L285.4139 423.85938ZM282.4608 424.85938L281.8358 424.46875L286.00766 417.79688L286.61703 418.1875L282.4608 424.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M268.49902 457.70312L269.31152 457.70312Q270.09277 457.6875 270.53027 457.29688Q270.96777 456.90625 270.96777 456.23438Q270.96777 454.73438 269.46777 454.73438Q268.76465 454.73438 268.34277 455.14062Q267.93652 455.54688 267.93652 456.20312L266.84277 456.20312Q266.84277 455.1875 267.57715 454.51562Q268.32715 453.84375 269.46777 453.84375Q270.6709 453.84375 271.3584 454.48438Q272.0459 455.125 272.0459 456.26562Q272.0459 456.82812 271.68652 457.34375Q271.32715 457.85938 270.70215 458.125Q271.40527 458.34375 271.78027 458.85938Q272.1709 459.375 272.1709 460.125Q272.1709 461.26562 271.4209 461.95312Q270.6709 462.625 269.46777 462.625Q268.28027 462.625 267.51465 461.96875Q266.76465 461.3125 266.76465 460.25L267.8584 460.25Q267.8584 460.92188 268.2959 461.32812Q268.7334 461.73438 269.4834 461.73438Q270.26465 461.73438 270.6709 461.32812Q271.09277 460.90625 271.09277 460.14062Q271.09277 459.40625 270.63965 459.01562Q270.18652 458.60938 269.31152 458.59375L268.49902 458.59375L268.49902 457.70312ZM273.82715 455.60938Q273.82715 454.84375 274.31152 454.34375Q274.81152 453.84375 275.57715 453.84375Q276.3584 453.84375 276.84277 454.34375Q277.32715 454.84375 277.32715 455.64062L277.32715 456.0625Q277.32715 456.82812 276.82715 457.32812Q276.34277 457.8125 275.59277 457.8125Q274.82715 457.8125 274.32715 457.32812Q273.82715 456.82812 273.82715 456.01562L273.82715 455.60938ZM274.63965 456.0625Q274.63965 456.51562 274.88965 456.8125Q275.15527 457.10938 275.59277 457.10938Q276.01465 457.10938 276.26465 456.82812Q276.51465 456.53125 276.51465 456.03125L276.51465 455.60938Q276.51465 455.15625 276.26465 454.85938Q276.01465 454.54688 275.57715 454.54688Q275.13965 454.54688 274.88965 454.85938Q274.63965 455.15625 274.63965 455.625L274.63965 456.0625ZM277.9834 460.40625Q277.9834 459.64062 278.46777 459.15625Q278.96777 458.65625 279.7334 458.65625Q280.49902 458.65625 280.9834 459.15625Q281.4834 459.64062 281.4834 460.45312L281.4834 460.85938Q281.4834 461.625 280.99902 462.125Q280.51465 462.625 279.74902 462.625Q278.9834 462.625 278.4834 462.14062Q277.9834 461.64062 277.9834 460.82812L277.9834 460.40625ZM278.7959 460.85938Q278.7959 461.32812 279.0459 461.625Q279.31152 461.92188 279.74902 461.92188Q280.1709 461.92188 280.4209 461.64062Q280.6709 461.34375 280.6709 460.84375L280.6709 460.40625Q280.6709 459.9375 280.40527 459.65625Q280.15527 459.35938 279.7334 459.35938Q279.31152 459.35938 279.0459 459.65625Q278.7959 459.9375 278.7959 460.4375L278.7959 460.85938ZM275.84277 461.85938L275.21777 461.46875L279.38965 454.79688L279.99902 455.1875L275.84277 461.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M268.49902 457.70312L269.31152 457.70312Q270.09277 457.6875 270.53027 457.29688Q270.96777 456.90625 270.96777 456.23438Q270.96777 454.73438 269.46777 454.73438Q268.76465 454.73438 268.34277 455.14062Q267.93652 455.54688 267.93652 456.20312L266.84277 456.20312Q266.84277 455.1875 267.57715 454.51562Q268.32715 453.84375 269.46777 453.84375Q270.6709 453.84375 271.3584 454.48438Q272.0459 455.125 272.0459 456.26562Q272.0459 456.82812 271.68652 457.34375Q271.32715 457.85938 270.70215 458.125Q271.40527 458.34375 271.78027 458.85938Q272.1709 459.375 272.1709 460.125Q272.1709 461.26562 271.4209 461.95312Q270.6709 462.625 269.46777 462.625Q268.28027 462.625 267.51465 461.96875Q266.76465 461.3125 266.76465 460.25L267.8584 460.25Q267.8584 460.92188 268.2959 461.32812Q268.7334 461.73438 269.4834 461.73438Q270.26465 461.73438 270.6709 461.32812Q271.09277 460.90625 271.09277 460.14062Q271.09277 459.40625 270.63965 459.01562Q270.18652 458.60938 269.31152 458.59375L268.49902 458.59375L268.49902 457.70312ZM273.82715 455.60938Q273.82715 454.84375 274.31152 454.34375Q274.81152 453.84375 275.57715 453.84375Q276.3584 453.84375 276.84277 454.34375Q277.32715 454.84375 277.32715 455.64062L277.32715 456.0625Q277.32715 456.82812 276.82715 457.32812Q276.34277 457.8125 275.59277 457.8125Q274.82715 457.8125 274.32715 457.32812Q273.82715 456.82812 273.82715 456.01562L273.82715 455.60938ZM274.63965 456.0625Q274.63965 456.51562 274.88965 456.8125Q275.15527 457.10938 275.59277 457.10938Q276.01465 457.10938 276.26465 456.82812Q276.51465 456.53125 276.51465 456.03125L276.51465 455.60938Q276.51465 455.15625 276.26465 454.85938Q276.01465 454.54688 275.57715 454.54688Q275.13965 454.54688 274.88965 454.85938Q274.63965 455.15625 274.63965 455.625L274.63965 456.0625ZM277.9834 460.40625Q277.9834 459.64062 278.46777 459.15625Q278.96777 458.65625 279.7334 458.65625Q280.49902 458.65625 280.9834 459.15625Q281.4834 459.64062 281.4834 460.45312L281.4834 460.85938Q281.4834 461.625 280.99902 462.125Q280.51465 462.625 279.74902 462.625Q278.9834 462.625 278.4834 462.14062Q277.9834 461.64062 277.9834 460.82812L277.9834 460.40625ZM278.7959 460.85938Q278.7959 461.32812 279.0459 461.625Q279.31152 461.92188 279.74902 461.92188Q280.1709 461.92188 280.4209 461.64062Q280.6709 461.34375 280.6709 460.84375L280.6709 460.40625Q280.6709 459.9375 280.40527 459.65625Q280.15527 459.35938 279.7334 459.35938Q279.31152 459.35938 279.0459 459.65625Q278.7959 459.9375 278.7959 460.4375L278.7959 460.85938ZM275.84277 461.85938L275.21777 461.46875L279.38965 454.79688L279.99902 455.1875L275.84277 461.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M366.35806 499.5L360.7643 499.5L360.7643 498.71875L363.71744 495.4375Q364.3737 494.6875 364.6237 494.23438Q364.8737 493.76562 364.8737 493.26562Q364.8737 492.59375 364.46744 492.17188Q364.0768 491.73438 363.3893 491.73438Q362.59244 491.73438 362.1393 492.20312Q361.6862 492.65625 361.6862 493.48438L360.60806 493.48438Q360.60806 492.29688 361.35806 491.57812Q362.1237 490.84375 363.3893 490.84375Q364.59244 490.84375 365.27994 491.46875Q365.96744 492.09375 365.96744 493.14062Q365.96744 494.39062 364.35806 496.14062L362.0768 498.60938L366.35806 498.60938L366.35806 499.5ZM373.35806 499.5L367.7643 499.5L367.7643 498.71875L370.71744 495.4375Q371.3737 494.6875 371.6237 494.23438Q371.8737 493.76562 371.8737 493.26562Q371.8737 492.59375 371.46744 492.17188Q371.0768 491.73438 370.3893 491.73438Q369.59244 491.73438 369.1393 492.20312Q368.6862 492.65625 368.6862 493.48438L367.60806 493.48438Q367.60806 492.29688 368.35806 491.57812Q369.1237 490.84375 370.3893 490.84375Q371.59244 490.84375 372.27994 491.46875Q372.96744 492.09375 372.96744 493.14062Q372.96744 494.39062 371.35806 496.14062L369.0768 498.60938L373.35806 498.60938L373.35806 499.5ZM374.67056 492.60938Q374.67056 491.84375 375.15494 491.34375Q375.65494 490.84375 376.42056 490.84375Q377.2018 490.84375 377.6862 491.34375Q378.17056 491.84375 378.17056 492.64062L378.17056 493.0625Q378.17056 493.82812 377.67056 494.32812Q377.1862 494.8125 376.4362 494.8125Q375.67056 494.8125 375.17056 494.32812Q374.67056 493.82812 374.67056 493.01562L374.67056 492.60938ZM375.48306 493.0625Q375.48306 493.51562 375.73306 493.8125Q375.9987 494.10938 376.4362 494.10938Q376.85806 494.10938 377.10806 493.82812Q377.35806 493.53125 377.35806 493.03125L377.35806 492.60938Q377.35806 492.15625 377.10806 491.85938Q376.85806 491.54688 376.42056 491.54688Q375.98306 491.54688 375.73306 491.85938Q375.48306 492.15625 375.48306 492.625L375.48306 493.0625ZM378.8268 497.40625Q378.8268 496.64062 379.3112 496.15625Q379.8112 495.65625 380.5768 495.65625Q381.34244 495.65625 381.8268 496.15625Q382.3268 496.64062 382.3268 497.45312L382.3268 497.85938Q382.3268 498.625 381.84244 499.125Q381.35806 499.625 380.59244 499.625Q379.8268 499.625 379.3268 499.14062Q378.8268 498.64062 378.8268 497.82812L378.8268 497.40625ZM379.6393 497.85938Q379.6393 498.32812 379.8893 498.625Q380.15494 498.92188 380.59244 498.92188Q381.0143 498.92188 381.2643 498.64062Q381.5143 498.34375 381.5143 497.84375L381.5143 497.40625Q381.5143 496.9375 381.2487 496.65625Q380.9987 496.35938 380.5768 496.35938Q380.15494 496.35938 379.8893 496.65625Q379.6393 496.9375 379.6393 497.4375L379.6393 497.85938ZM376.6862 498.85938L376.0612 498.46875L380.23306 491.79688L380.84244 492.1875L376.6862 498.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M366.35806 499.5L360.7643 499.5L360.7643 498.71875L363.71744 495.4375Q364.3737 494.6875 364.6237 494.23438Q364.8737 493.76562 364.8737 493.26562Q364.8737 492.59375 364.46744 492.17188Q364.0768 491.73438 363.3893 491.73438Q362.59244 491.73438 362.1393 492.20312Q361.6862 492.65625 361.6862 493.48438L360.60806 493.48438Q360.60806 492.29688 361.35806 491.57812Q362.1237 490.84375 363.3893 490.84375Q364.59244 490.84375 365.27994 491.46875Q365.96744 492.09375 365.96744 493.14062Q365.96744 494.39062 364.35806 496.14062L362.0768 498.60938L366.35806 498.60938L366.35806 499.5ZM373.35806 499.5L367.7643 499.5L367.7643 498.71875L370.71744 495.4375Q371.3737 494.6875 371.6237 494.23438Q371.8737 493.76562 371.8737 493.26562Q371.8737 492.59375 371.46744 492.17188Q371.0768 491.73438 370.3893 491.73438Q369.59244 491.73438 369.1393 492.20312Q368.6862 492.65625 368.6862 493.48438L367.60806 493.48438Q367.60806 492.29688 368.35806 491.57812Q369.1237 490.84375 370.3893 490.84375Q371.59244 490.84375 372.27994 491.46875Q372.96744 492.09375 372.96744 493.14062Q372.96744 494.39062 371.35806 496.14062L369.0768 498.60938L373.35806 498.60938L373.35806 499.5ZM374.67056 492.60938Q374.67056 491.84375 375.15494 491.34375Q375.65494 490.84375 376.42056 490.84375Q377.2018 490.84375 377.6862 491.34375Q378.17056 491.84375 378.17056 492.64062L378.17056 493.0625Q378.17056 493.82812 377.67056 494.32812Q377.1862 494.8125 376.4362 494.8125Q375.67056 494.8125 375.17056 494.32812Q374.67056 493.82812 374.67056 493.01562L374.67056 492.60938ZM375.48306 493.0625Q375.48306 493.51562 375.73306 493.8125Q375.9987 494.10938 376.4362 494.10938Q376.85806 494.10938 377.10806 493.82812Q377.35806 493.53125 377.35806 493.03125L377.35806 492.60938Q377.35806 492.15625 377.10806 491.85938Q376.85806 491.54688 376.42056 491.54688Q375.98306 491.54688 375.73306 491.85938Q375.48306 492.15625 375.48306 492.625L375.48306 493.0625ZM378.8268 497.40625Q378.8268 496.64062 379.3112 496.15625Q379.8112 495.65625 380.5768 495.65625Q381.34244 495.65625 381.8268 496.15625Q382.3268 496.64062 382.3268 497.45312L382.3268 497.85938Q382.3268 498.625 381.84244 499.125Q381.35806 499.625 380.59244 499.625Q379.8268 499.625 379.3268 499.14062Q378.8268 498.64062 378.8268 497.82812L378.8268 497.40625ZM379.6393 497.85938Q379.6393 498.32812 379.8893 498.625Q380.15494 498.92188 380.59244 498.92188Q381.0143 498.92188 381.2643 498.64062Q381.5143 498.34375 381.5143 497.84375L381.5143 497.40625Q381.5143 496.9375 381.2487 496.65625Q380.9987 496.35938 380.5768 496.35938Q380.15494 496.35938 379.8893 496.65625Q379.6393 496.9375 379.6393 497.4375L379.6393 497.85938ZM376.6862 498.85938L376.0612 498.46875L380.23306 491.79688L380.84244 492.1875L376.6862 498.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M339.74744 557.75336Q339.74744 556.98773 340.2318 556.48773Q340.7318 555.98773 341.49744 555.98773Q342.2787 555.98773 342.76306 556.48773Q343.24744 556.98773 343.24744 557.7846L343.24744 558.2065Q343.24744 558.9721 342.74744 559.4721Q342.26306 559.9565 341.51306 559.9565Q340.74744 559.9565 340.24744 559.4721Q339.74744 558.9721 339.74744 558.1596L339.74744 557.75336ZM340.55994 558.2065Q340.55994 558.6596 340.80994 558.9565Q341.07556 559.25336 341.51306 559.25336Q341.93494 559.25336 342.18494 558.9721Q342.43494 558.67523 342.43494 558.17523L342.43494 557.75336Q342.43494 557.30023 342.18494 557.00336Q341.93494 556.69086 341.49744 556.69086Q341.05994 556.69086 340.80994 557.00336Q340.55994 557.30023 340.55994 557.769L340.55994 558.2065ZM343.9037 562.55023Q343.9037 561.7846 344.38806 561.30023Q344.88806 560.80023 345.6537 560.80023Q346.4193 560.80023 346.9037 561.30023Q347.4037 561.7846 347.4037 562.5971L347.4037 563.00336Q347.4037 563.769 346.9193 564.269Q346.43494 564.769 345.6693 564.769Q344.9037 564.769 344.4037 564.2846Q343.9037 563.7846 343.9037 562.9721L343.9037 562.55023ZM344.7162 563.00336Q344.7162 563.4721 344.9662 563.769Q345.2318 564.06586 345.6693 564.06586Q346.0912 564.06586 346.3412 563.7846Q346.5912 563.48773 346.5912 562.98773L346.5912 562.55023Q346.5912 562.0815 346.32556 561.80023Q346.07556 561.50336 345.6537 561.50336Q345.2318 561.50336 344.9662 561.80023Q344.7162 562.0815 344.7162 562.5815L344.7162 563.00336ZM341.76306 564.00336L341.13806 563.61273L345.30994 556.94086L345.9193 557.3315L341.76306 564.00336ZM351.6693 561.4096Q351.6693 560.48773 352.0287 559.73773Q352.4037 558.98773 353.05994 558.5971Q353.7162 558.19086 354.5443 558.19086Q355.8412 558.19086 356.63806 559.0815Q357.45056 559.9721 357.45056 561.4721L357.45056 561.55023Q357.45056 562.4721 357.0912 563.2065Q356.7318 563.94086 356.07556 564.36273Q355.4193 564.769 354.55994 564.769Q353.2787 564.769 352.4662 563.87836Q351.6693 562.9721 351.6693 561.48773L351.6693 561.4096ZM352.76306 561.55023Q352.76306 562.5971 353.24744 563.23773Q353.74744 563.87836 354.55994 563.87836Q355.38806 563.87836 355.87244 563.23773Q356.3568 562.5815 356.3568 561.4096Q356.3568 560.37836 355.8568 559.73773Q355.37244 559.0815 354.5443 559.0815Q353.74744 559.0815 353.24744 559.7221Q352.76306 560.3471 352.76306 561.55023ZM359.49744 564.644L359.49744 559.144L358.49744 559.144L358.49744 558.30023L359.49744 558.30023L359.49744 557.6596Q359.49744 556.62836 360.0287 556.0815Q360.57556 555.519 361.57556 555.519Q361.95056 555.519 362.32556 555.61273L362.26306 556.50336Q361.9818 556.44086 361.68494 556.44086Q361.1537 556.44086 360.8568 556.75336Q360.57556 557.06586 360.57556 557.62836L360.57556 558.30023L361.93494 558.30023L361.93494 559.144L360.57556 559.144L360.57556 564.644L359.49744 564.644ZM369.0287 559.269Q368.7787 559.23773 368.49744 559.23773Q367.4193 559.23773 367.0443 560.144L367.0443 564.644L365.9662 564.644L365.9662 558.30023L367.01306 558.30023L367.0287 559.0346Q367.55994 558.19086 368.5443 558.19086Q368.8568 558.19086 369.0287 558.269L369.0287 559.269ZM372.5912 564.769Q371.2943 564.769 370.4818 563.92523Q369.68494 563.06586 369.68494 561.644L369.68494 561.4565Q369.68494 560.50336 370.0443 559.769Q370.4037 559.019 371.0443 558.61273Q371.70056 558.19086 372.45056 558.19086Q373.68494 558.19086 374.37244 559.00336Q375.05994 559.81586 375.05994 561.3315L375.05994 561.7846L370.76306 561.7846Q370.7943 562.7221 371.30994 563.30023Q371.8412 563.87836 372.6537 563.87836Q373.2162 563.87836 373.6068 563.644Q374.01306 563.4096 374.32556 563.019L374.9818 563.5346Q374.18494 564.769 372.5912 564.769ZM372.45056 559.0815Q371.7943 559.0815 371.3412 559.56586Q370.9037 560.0346 370.80994 560.894L373.9818 560.894L373.9818 560.81586Q373.93494 559.98773 373.5287 559.5346Q373.13806 559.0815 372.45056 559.0815ZM379.6537 562.9565Q379.6537 562.519 379.30994 562.2846Q378.9818 562.0346 378.1537 561.86273Q377.3412 561.69086 376.8568 561.44086Q376.37244 561.19086 376.13806 560.86273Q375.9193 560.519 375.9193 560.05023Q375.9193 559.269 376.57556 558.73773Q377.2318 558.19086 378.26306 558.19086Q379.3412 558.19086 379.99744 558.75336Q380.6693 559.30023 380.6693 560.1596L379.5912 560.1596Q379.5912 559.7221 379.20056 559.4096Q378.82556 559.0815 378.26306 559.0815Q377.6693 559.0815 377.32556 559.3471Q376.99744 559.5971 376.99744 560.00336Q376.99744 560.394 377.30994 560.5971Q377.62244 560.80023 378.43494 560.98773Q379.24744 561.1596 379.74744 561.4096Q380.24744 561.6596 380.4818 562.019Q380.7318 562.37836 380.7318 562.87836Q380.7318 563.73773 380.0443 564.25336Q379.37244 564.769 378.2943 564.769Q377.5287 564.769 376.93494 564.50336Q376.3568 564.2221 376.0287 563.73773Q375.70056 563.25336 375.70056 562.69086L376.7787 562.69086Q376.80994 563.23773 377.2162 563.56586Q377.62244 563.87836 378.2943 563.87836Q378.9037 563.87836 379.2787 563.62836Q379.6537 563.37836 379.6537 562.9565ZM387.30994 561.55023Q387.30994 562.98773 386.6537 563.87836Q385.99744 564.769 384.8568 564.769Q383.70056 564.769 383.0443 564.0346L383.0443 567.0815L381.9662 567.0815L381.9662 558.30023L382.95056 558.30023L382.99744 559.00336Q383.6693 558.19086 384.8412 558.19086Q385.9818 558.19086 386.63806 559.05023Q387.30994 559.9096 387.30994 561.44086L387.30994 561.55023ZM386.2318 561.42523Q386.2318 560.3471 385.76306 559.73773Q385.30994 559.11273 384.51306 559.11273Q383.5287 559.11273 383.0443 559.9721L383.0443 563.00336Q383.5287 563.87836 384.5287 563.87836Q385.30994 563.87836 385.76306 563.269Q386.2318 562.644 386.2318 561.42523ZM388.6693 561.4096Q388.6693 560.48773 389.0287 559.73773Q389.4037 558.98773 390.05994 558.5971Q390.7162 558.19086 391.5443 558.19086Q392.8412 558.19086 393.63806 559.0815Q394.45056 559.9721 394.45056 561.4721L394.45056 561.55023Q394.45056 562.4721 394.0912 563.2065Q393.7318 563.94086 393.07556 564.36273Q392.4193 564.769 391.55994 564.769Q390.2787 564.769 389.4662 563.87836Q388.6693 562.9721 388.6693 561.48773L388.6693 561.4096ZM389.76306 561.55023Q389.76306 562.5971 390.24744 563.23773Q390.74744 563.87836 391.55994 563.87836Q392.38806 563.87836 392.87244 563.23773Q393.3568 562.5815 393.3568 561.4096Q393.3568 560.37836 392.8568 559.73773Q392.37244 559.0815 391.5443 559.0815Q390.74744 559.0815 390.24744 559.7221Q389.76306 560.3471 389.76306 561.55023ZM396.9818 558.30023L397.01306 559.0971Q397.74744 558.19086 398.9193 558.19086Q400.93494 558.19086 400.95056 560.4565L400.95056 564.644L399.8568 564.644L399.8568 560.44086Q399.8568 559.769 399.5443 559.44086Q399.24744 559.11273 398.5912 559.11273Q398.05994 559.11273 397.6537 559.394Q397.26306 559.67523 397.0443 560.12836L397.0443 564.644L395.9662 564.644L395.9662 558.30023L396.9818 558.30023ZM402.70056 561.42523Q402.70056 559.9565 403.38806 559.0815Q404.07556 558.19086 405.20056 558.19086Q406.30994 558.19086 406.9662 558.94086L406.9662 555.644L408.0443 555.644L408.0443 564.644L407.0443 564.644L406.99744 563.9565Q406.3412 564.769 405.18494 564.769Q404.0912 564.769 403.38806 563.86273Q402.70056 562.9565 402.70056 561.50336L402.70056 561.42523ZM403.7787 561.55023Q403.7787 562.62836 404.2162 563.23773Q404.6693 563.8471 405.45056 563.8471Q406.4818 563.8471 406.9662 562.9096L406.9662 560.00336Q406.4818 559.11273 405.4662 559.11273Q404.6693 559.11273 404.2162 559.7221Q403.7787 560.3315 403.7787 561.55023ZM412.5912 564.769Q411.2943 564.769 410.4818 563.92523Q409.68494 563.06586 409.68494 561.644L409.68494 561.4565Q409.68494 560.50336 410.0443 559.769Q410.4037 559.019 411.0443 558.61273Q411.70056 558.19086 412.45056 558.19086Q413.68494 558.19086 414.37244 559.00336Q415.05994 559.81586 415.05994 561.3315L415.05994 561.7846L410.76306 561.7846Q410.7943 562.7221 411.30994 563.30023Q411.8412 563.87836 412.6537 563.87836Q413.2162 563.87836 413.6068 563.644Q414.01306 563.4096 414.32556 563.019L414.9818 563.5346Q414.18494 564.769 412.5912 564.769ZM412.45056 559.0815Q411.7943 559.0815 411.3412 559.56586Q410.9037 560.0346 410.80994 560.894L413.9818 560.894L413.9818 560.81586Q413.93494 559.98773 413.5287 559.5346Q413.13806 559.0815 412.45056 559.0815ZM416.9818 558.30023L417.01306 559.0971Q417.74744 558.19086 418.9193 558.19086Q420.93494 558.19086 420.95056 560.4565L420.95056 564.644L419.8568 564.644L419.8568 560.44086Q419.8568 559.769 419.5443 559.44086Q419.24744 559.11273 418.5912 559.11273Q418.05994 559.11273 417.6537 559.394Q417.26306 559.67523 417.0443 560.12836L417.0443 564.644L415.9662 564.644L415.9662 558.30023L416.9818 558.30023ZM424.43494 556.769L424.43494 558.30023L425.6068 558.30023L425.6068 559.144L424.43494 559.144L424.43494 563.06586Q424.43494 563.4565 424.5912 563.644Q424.74744 563.8315 425.12244 563.8315Q425.30994 563.8315 425.63806 563.769L425.63806 564.644Q425.2162 564.769 424.80994 564.769Q424.0912 564.769 423.7162 564.3315Q423.3412 563.87836 423.3412 563.06586L423.3412 559.144L422.18494 559.144L422.18494 558.30023L423.3412 558.30023L423.3412 556.769L424.43494 556.769ZM430.6537 562.9565Q430.6537 562.519 430.30994 562.2846Q429.9818 562.0346 429.1537 561.86273Q428.3412 561.69086 427.8568 561.44086Q427.37244 561.19086 427.13806 560.86273Q426.9193 560.519 426.9193 560.05023Q426.9193 559.269 427.57556 558.73773Q428.2318 558.19086 429.26306 558.19086Q430.3412 558.19086 430.99744 558.75336Q431.6693 559.30023 431.6693 560.1596L430.5912 560.1596Q430.5912 559.7221 430.20056 559.4096Q429.82556 559.0815 429.26306 559.0815Q428.6693 559.0815 428.32556 559.3471Q427.99744 559.5971 427.99744 560.00336Q427.99744 560.394 428.30994 560.5971Q428.62244 560.80023 429.43494 560.98773Q430.24744 561.1596 430.74744 561.4096Q431.24744 561.6596 431.4818 562.019Q431.7318 562.37836 431.7318 562.87836Q431.7318 563.73773 431.0443 564.25336Q430.37244 564.769 429.2943 564.769Q428.5287 564.769 427.93494 564.50336Q427.3568 564.2221 427.0287 563.73773Q426.70056 563.25336 426.70056 562.69086L427.7787 562.69086Q427.80994 563.23773 428.2162 563.56586Q428.62244 563.87836 429.2943 563.87836Q429.9037 563.87836 430.2787 563.62836Q430.6537 563.37836 430.6537 562.9565ZM435.9193 561.17523Q435.9193 559.86273 436.26306 558.644Q436.62244 557.42523 437.32556 556.42523Q438.0287 555.42523 438.7943 555.019L439.01306 555.73773Q438.1537 556.394 437.6068 557.73773Q437.05994 559.0815 437.01306 560.75336L436.99744 561.25336Q436.99744 563.519 437.82556 565.17523Q438.32556 566.17523 439.01306 566.73773L438.7943 567.394Q438.01306 566.9721 437.2943 565.94086Q435.9193 563.9565 435.9193 561.17523ZM440.9818 558.30023L441.01306 559.0971Q441.74744 558.19086 442.9193 558.19086Q444.93494 558.19086 444.95056 560.4565L444.95056 564.644L443.8568 564.644L443.8568 560.44086Q443.8568 559.769 443.5443 559.44086Q443.24744 559.11273 442.5912 559.11273Q442.05994 559.11273 441.6537 559.394Q441.26306 559.67523 441.0443 560.12836L441.0443 564.644L439.9662 564.644L439.9662 558.30023L440.9818 558.30023ZM451.9193 559.87836L447.0287 559.87836L447.0287 558.92523L451.9193 558.92523L451.9193 559.87836ZM451.9193 562.30023L447.0287 562.30023L447.0287 561.36273L451.9193 561.36273L451.9193 562.30023ZM455.4193 559.8471L456.2318 559.8471Q457.01306 559.8315 457.45056 559.44086Q457.88806 559.05023 457.88806 558.37836Q457.88806 556.87836 456.38806 556.87836Q455.68494 556.87836 455.26306 557.2846Q454.8568 557.69086 454.8568 558.3471L453.76306 558.3471Q453.76306 557.3315 454.49744 556.6596Q455.24744 555.98773 456.38806 555.98773Q457.5912 555.98773 458.2787 556.62836Q458.9662 557.269 458.9662 558.4096Q458.9662 558.9721 458.6068 559.48773Q458.24744 560.00336 457.62244 560.269Q458.32556 560.48773 458.70056 561.00336Q459.0912 561.519 459.0912 562.269Q459.0912 563.4096 458.3412 564.0971Q457.5912 564.769 456.38806 564.769Q455.20056 564.769 454.43494 564.11273Q453.68494 563.4565 453.68494 562.394L454.7787 562.394Q454.7787 563.06586 455.2162 563.4721Q455.6537 563.87836 456.4037 563.87836Q457.18494 563.87836 457.5912 563.4721Q458.01306 563.05023 458.01306 562.2846Q458.01306 561.55023 457.55994 561.1596Q457.1068 560.75336 456.2318 560.73773L455.4193 560.73773L455.4193 559.8471ZM460.9193 566.3471L460.30994 565.92523Q460.8568 565.1596 460.88806 564.3315L460.88806 563.36273L461.95056 563.36273L461.95056 564.2065Q461.95056 564.80023 461.6537 565.394Q461.3568 565.98773 460.9193 566.3471ZM464.4193 559.8471L465.2318 559.8471Q466.01306 559.8315 466.45056 559.44086Q466.88806 559.05023 466.88806 558.37836Q466.88806 556.87836 465.38806 556.87836Q464.68494 556.87836 464.26306 557.2846Q463.8568 557.69086 463.8568 558.3471L462.76306 558.3471Q462.76306 557.3315 463.49744 556.6596Q464.24744 555.98773 465.38806 555.98773Q466.5912 555.98773 467.2787 556.62836Q467.9662 557.269 467.9662 558.4096Q467.9662 558.9721 467.6068 559.48773Q467.24744 560.00336 466.62244 560.269Q467.32556 560.48773 467.70056 561.00336Q468.0912 561.519 468.0912 562.269Q468.0912 563.4096 467.3412 564.0971Q466.5912 564.769 465.38806 564.769Q464.20056 564.769 463.43494 564.11273Q462.68494 563.4565 462.68494 562.394L463.7787 562.394Q463.7787 563.06586 464.2162 563.4721Q464.6537 563.87836 465.4037 563.87836Q466.18494 563.87836 466.5912 563.4721Q467.01306 563.05023 467.01306 562.2846Q467.01306 561.55023 466.55994 561.1596Q466.1068 560.75336 465.2318 560.73773L464.4193 560.73773L464.4193 559.8471ZM475.43494 564.644L469.8412 564.644L469.8412 563.86273L472.7943 560.5815Q473.45056 559.8315 473.70056 559.37836Q473.95056 558.9096 473.95056 558.4096Q473.95056 557.73773 473.5443 557.31586Q473.1537 556.87836 472.4662 556.87836Q471.6693 556.87836 471.2162 557.3471Q470.76306 557.80023 470.76306 558.62836L469.68494 558.62836Q469.68494 557.44086 470.43494 556.7221Q471.20056 555.98773 472.4662 555.98773Q473.6693 555.98773 474.3568 556.61273Q475.0443 557.23773 475.0443 558.2846Q475.0443 559.5346 473.43494 561.2846L471.1537 563.75336L475.43494 563.75336L475.43494 564.644ZM481.4193 561.7846L482.6068 561.7846L482.6068 562.6596L481.4193 562.6596L481.4193 564.644L480.3412 564.644L480.3412 562.6596L476.45056 562.6596L476.45056 562.019L480.26306 556.11273L481.4193 556.11273L481.4193 561.7846ZM477.68494 561.7846L480.3412 561.7846L480.3412 557.5971L480.20056 557.8315L477.68494 561.7846ZM486.4662 561.23773Q486.4662 562.55023 486.12244 563.75336Q485.7787 564.94086 485.05994 565.9565Q484.3568 566.9721 483.5912 567.394L483.3568 566.73773Q484.26306 566.05023 484.80994 564.5971Q485.3568 563.12836 485.37244 561.36273L485.37244 561.17523Q485.37244 559.94086 485.1068 558.87836Q484.8568 557.81586 484.38806 556.98773Q483.93494 556.144 483.3568 555.67523L483.5912 555.019Q484.3568 555.44086 485.05994 556.44086Q485.76306 557.44086 486.1068 558.6596Q486.4662 559.86273 486.4662 561.23773Z" fill-rule="nonzero"/><path fill="#666666" d="M42.796875 83.15104Q42.359375 83.77604 41.578125 84.08854Q40.796875 84.40104 39.765625 84.40104Q38.734375 84.40104 37.921875 83.916664Q37.109375 83.416664 36.671875 82.510414Q36.234375 81.604164 36.21875 80.416664L36.21875 79.68229Q36.21875 77.74479 37.109375 76.68229Q38.015625 75.61979 39.640625 75.61979Q40.984375 75.61979 41.796875 76.30729Q42.609375 76.99479 42.796875 78.24479L41.671875 78.24479Q41.34375 76.55729 39.65625 76.55729Q38.515625 76.55729 37.9375 77.354164Q37.359375 78.135414 37.34375 79.65104L37.34375 80.33854Q37.34375 81.77604 38.0 82.635414Q38.65625 83.479164 39.78125 83.479164Q40.40625 83.479164 40.875 83.33854Q41.359375 83.197914 41.671875 82.854164L41.671875 80.947914L39.703125 80.947914L39.703125 80.02604L42.796875 80.02604L42.796875 83.15104ZM46.953125 84.40104Q45.65625 84.40104 44.84375 83.55729Q44.046875 82.697914 44.046875 81.27604L44.046875 81.08854Q44.046875 80.135414 44.40625 79.40104Q44.765625 78.65104 45.40625 78.24479Q46.0625 77.822914 46.8125 77.822914Q48.046875 77.822914 48.734375 78.635414Q49.421875 79.447914 49.421875 80.96354L49.421875 81.416664L45.125 81.416664Q45.15625 82.354164 45.671875 82.93229Q46.203125 83.510414 47.015625 83.510414Q47.578125 83.510414 47.96875 83.27604Q48.375 83.041664 48.6875 82.65104L49.34375 83.166664Q48.546875 84.40104 46.953125 84.40104ZM46.8125 78.71354Q46.15625 78.71354 45.703125 79.197914Q45.265625 79.666664 45.171875 80.52604L48.34375 80.52604L48.34375 80.447914Q48.296875 79.61979 47.890625 79.166664Q47.5 78.71354 46.8125 78.71354ZM51.34375 77.93229L51.375 78.729164Q52.109375 77.822914 53.28125 77.822914Q55.296875 77.822914 55.3125 80.08854L55.3125 84.27604L54.21875 84.27604L54.21875 80.072914Q54.21875 79.40104 53.90625 79.072914Q53.609375 78.74479 52.953125 78.74479Q52.421875 78.74479 52.015625 79.02604Q51.625 79.30729 51.40625 79.760414L51.40625 84.27604L50.328125 84.27604L50.328125 77.93229L51.34375 77.93229ZM59.953125 84.40104Q58.65625 84.40104 57.84375 83.55729Q57.046875 82.697914 57.046875 81.27604L57.046875 81.08854Q57.046875 80.135414 57.40625 79.40104Q57.765625 78.65104 58.40625 78.24479Q59.0625 77.822914 59.8125 77.822914Q61.046875 77.822914 61.734375 78.635414Q62.421875 79.447914 62.421875 80.96354L62.421875 81.416664L58.125 81.416664Q58.15625 82.354164 58.671875 82.93229Q59.203125 83.510414 60.015625 83.510414Q60.578125 83.510414 60.96875 83.27604Q61.375 83.041664 61.6875 82.65104L62.34375 83.166664Q61.546875 84.40104 59.953125 84.40104ZM59.8125 78.71354Q59.15625 78.71354 58.703125 79.197914Q58.265625 79.666664 58.171875 80.52604L61.34375 80.52604L61.34375 80.447914Q61.296875 79.61979 60.890625 79.166664Q60.5 78.71354 59.8125 78.71354ZM66.390625 78.90104Q66.140625 78.86979 65.859375 78.86979Q64.78125 78.86979 64.40625 79.77604L64.40625 84.27604L63.328125 84.27604L63.328125 77.93229L64.375 77.93229L64.390625 78.666664Q64.921875 77.822914 65.90625 77.822914Q66.21875 77.822914 66.390625 77.90104L66.390625 78.90104ZM71.234375 84.27604Q71.140625 84.08854 71.078125 83.604164Q70.328125 84.40104 69.28125 84.40104Q68.34375 84.40104 67.734375 83.86979Q67.140625 83.33854 67.140625 82.510414Q67.140625 81.52604 67.890625 80.979164Q68.640625 80.43229 70.015625 80.43229L71.0625 80.43229L71.0625 79.93229Q71.0625 79.36979 70.71875 79.041664Q70.390625 78.697914 69.71875 78.697914Q69.140625 78.697914 68.75 78.99479Q68.359375 79.27604 68.359375 79.697914L67.265625 79.697914Q67.265625 79.21354 67.59375 78.77604Q67.9375 78.33854 68.515625 78.08854Q69.09375 77.822914 69.78125 77.822914Q70.890625 77.822914 71.5 78.36979Q72.125 78.916664 72.15625 79.86979L72.15625 82.791664Q72.15625 83.666664 72.375 84.18229L72.375 84.27604L71.234375 84.27604ZM69.4375 83.447914Q69.953125 83.447914 70.40625 83.18229Q70.859375 82.916664 71.0625 82.49479L71.0625 81.197914L70.21875 81.197914Q68.21875 81.197914 68.21875 82.36979Q68.21875 82.86979 68.5625 83.166664Q68.90625 83.447914 69.4375 83.447914ZM75.5 84.27604L74.421875 84.27604L74.421875 75.27604L75.5 75.27604L75.5 84.27604ZM80.0625 81.05729Q80.0625 79.572914 80.75 78.697914Q81.4375 77.822914 82.5625 77.822914Q83.71875 77.822914 84.375 78.635414L84.421875 77.93229L85.421875 77.93229L85.421875 84.11979Q85.421875 85.354164 84.6875 86.05729Q83.953125 86.77604 82.734375 86.77604Q82.046875 86.77604 81.390625 86.479164Q80.734375 86.18229 80.390625 85.68229L80.953125 85.02604Q81.640625 85.885414 82.65625 85.885414Q83.4375 85.885414 83.875 85.43229Q84.328125 84.99479 84.328125 84.18229L84.328125 83.635414Q83.671875 84.40104 82.546875 84.40104Q81.4375 84.40104 80.75 83.510414Q80.0625 82.604164 80.0625 81.05729ZM81.15625 81.18229Q81.15625 82.24479 81.59375 82.86979Q82.03125 83.479164 82.828125 83.479164Q83.84375 83.479164 84.328125 82.541664L84.328125 79.65104Q83.828125 78.74479 82.828125 78.74479Q82.046875 78.74479 81.59375 79.354164Q81.15625 79.96354 81.15625 81.18229ZM87.03125 81.041664Q87.03125 80.11979 87.390625 79.36979Q87.765625 78.61979 88.421875 78.229164Q89.078125 77.822914 89.90625 77.822914Q91.203125 77.822914 92.0 78.71354Q92.8125 79.604164 92.8125 81.104164L92.8125 81.18229Q92.8125 82.104164 92.453125 82.83854Q92.09375 83.572914 91.4375 83.99479Q90.78125 84.40104 89.921875 84.40104Q88.640625 84.40104 87.828125 83.510414Q87.03125 82.604164 87.03125 81.11979L87.03125 81.041664ZM88.125 81.18229Q88.125 82.229164 88.609375 82.86979Q89.109375 83.510414 89.921875 83.510414Q90.75 83.510414 91.234375 82.86979Q91.71875 82.21354 91.71875 81.041664Q91.71875 80.010414 91.21875 79.36979Q90.734375 78.71354 89.90625 78.71354Q89.109375 78.71354 88.609375 79.354164Q88.125 79.979164 88.125 81.18229ZM99.671875 81.18229Q99.671875 82.61979 99.015625 83.510414Q98.359375 84.40104 97.21875 84.40104Q96.0625 84.40104 95.40625 83.666664L95.40625 86.71354L94.328125 86.71354L94.328125 77.93229L95.3125 77.93229L95.359375 78.635414Q96.03125 77.822914 97.203125 77.822914Q98.34375 77.822914 99.0 78.68229Q99.671875 79.541664 99.671875 81.072914L99.671875 81.18229ZM98.59375 81.05729Q98.59375 79.979164 98.125 79.36979Q97.671875 78.74479 96.875 78.74479Q95.890625 78.74479 95.40625 79.604164L95.40625 82.635414Q95.890625 83.510414 96.890625 83.510414Q97.671875 83.510414 98.125 82.90104Q98.59375 82.27604 98.59375 81.05729ZM102.5 84.27604L101.421875 84.27604L101.421875 75.27604L102.5 75.27604L102.5 84.27604ZM108.015625 82.58854Q108.015625 82.15104 107.671875 81.916664Q107.34375 81.666664 106.515625 81.49479Q105.703125 81.322914 105.21875 81.072914Q104.734375 80.822914 104.5 80.49479Q104.28125 80.15104 104.28125 79.68229Q104.28125 78.90104 104.9375 78.36979Q105.59375 77.822914 106.625 77.822914Q107.703125 77.822914 108.359375 78.385414Q109.03125 78.93229 109.03125 79.791664L107.953125 79.791664Q107.953125 79.354164 107.5625 79.041664Q107.1875 78.71354 106.625 78.71354Q106.03125 78.71354 105.6875 78.979164Q105.359375 79.229164 105.359375 79.635414Q105.359375 80.02604 105.671875 80.229164Q105.984375 80.43229 106.796875 80.61979Q107.609375 80.791664 108.109375 81.041664Q108.609375 81.291664 108.84375 81.65104Q109.09375 82.010414 109.09375 82.510414Q109.09375 83.36979 108.40625 83.885414Q107.734375 84.40104 106.65625 84.40104Q105.890625 84.40104 105.296875 84.135414Q104.71875 83.854164 104.390625 83.36979Q104.0625 82.885414 104.0625 82.322914L105.140625 82.322914Q105.171875 82.86979 105.578125 83.197914Q105.984375 83.510414 106.65625 83.510414Q107.265625 83.510414 107.640625 83.260414Q108.015625 83.010414 108.015625 82.58854ZM114.5 84.27604L113.421875 84.27604L113.421875 77.93229L114.5 77.93229L114.5 84.27604ZM113.328125 76.260414Q113.328125 75.99479 113.484375 75.80729Q113.65625 75.61979 113.96875 75.61979Q114.28125 75.61979 114.4375 75.80729Q114.609375 75.99479 114.609375 76.260414Q114.609375 76.510414 114.4375 76.697914Q114.28125 76.86979 113.96875 76.86979Q113.65625 76.86979 113.484375 76.697914Q113.328125 76.510414 113.328125 76.260414ZM117.34375 77.93229L117.375 78.635414Q118.0625 77.822914 119.25 77.822914Q120.578125 77.822914 121.0625 78.83854Q121.375 78.385414 121.875 78.104164Q122.390625 77.822914 123.078125 77.822914Q125.171875 77.822914 125.203125 80.02604L125.203125 84.27604L124.125 84.27604L124.125 80.08854Q124.125 79.416664 123.8125 79.08854Q123.5 78.74479 122.765625 78.74479Q122.15625 78.74479 121.75 79.104164Q121.359375 79.46354 121.296875 80.072914L121.296875 84.27604L120.21875 84.27604L120.21875 80.11979Q120.21875 78.74479 118.859375 78.74479Q117.796875 78.74479 117.40625 79.65104L117.40625 84.27604L116.3125 84.27604L116.3125 77.93229L117.34375 77.93229ZM132.67188 81.18229Q132.67188 82.61979 132.01562 83.510414Q131.35938 84.40104 130.21875 84.40104Q129.0625 84.40104 128.40625 83.666664L128.40625 86.71354L127.328125 86.71354L127.328125 77.93229L128.3125 77.93229L128.35938 78.635414Q129.03125 77.822914 130.20312 77.822914Q131.34375 77.822914 132.0 78.68229Q132.67188 79.541664 132.67188 81.072914L132.67188 81.18229ZM131.59375 81.05729Q131.59375 79.979164 131.125 79.36979Q130.67188 78.74479 129.875 78.74479Q128.89062 78.74479 128.40625 79.604164L128.40625 82.635414Q128.89062 83.510414 129.89062 83.510414Q130.67188 83.510414 131.125 82.90104Q131.59375 82.27604 131.59375 81.05729ZM137.39062 78.90104Q137.14062 78.86979 136.85938 78.86979Q135.78125 78.86979 135.40625 79.77604L135.40625 84.27604L134.32812 84.27604L134.32812 77.93229L135.375 77.93229L135.39062 78.666664Q135.92188 77.822914 136.90625 77.822914Q137.21875 77.822914 137.39062 77.90104L137.39062 78.90104ZM138.03125 81.041664Q138.03125 80.11979 138.39062 79.36979Q138.76562 78.61979 139.42188 78.229164Q140.07812 77.822914 140.90625 77.822914Q142.20312 77.822914 143.0 78.71354Q143.8125 79.604164 143.8125 81.104164L143.8125 81.18229Q143.8125 82.104164 143.45312 82.83854Q143.09375 83.572914 142.4375 83.99479Q141.78125 84.40104 140.92188 84.40104Q139.64062 84.40104 138.82812 83.510414Q138.03125 82.604164 138.03125 81.11979L138.03125 81.041664ZM139.125 81.18229Q139.125 82.229164 139.60938 82.86979Q140.10938 83.510414 140.92188 83.510414Q141.75 83.510414 142.23438 82.86979Q142.71875 82.21354 142.71875 81.041664Q142.71875 80.010414 142.21875 79.36979Q141.73438 78.71354 140.90625 78.71354Q140.10938 78.71354 139.60938 79.354164Q139.125 79.979164 139.125 81.18229ZM147.40625 82.80729L148.98438 77.93229L150.09375 77.93229L147.8125 84.27604L146.98438 84.27604L144.6875 77.93229L145.79688 77.93229L147.40625 82.80729ZM153.95312 84.40104Q152.65625 84.40104 151.84375 83.55729Q151.04688 82.697914 151.04688 81.27604L151.04688 81.08854Q151.04688 80.135414 151.40625 79.40104Q151.76562 78.65104 152.40625 78.24479Q153.0625 77.822914 153.8125 77.822914Q155.04688 77.822914 155.73438 78.635414Q156.42188 79.447914 156.42188 80.96354L156.42188 81.416664L152.125 81.416664Q152.15625 82.354164 152.67188 82.93229Q153.20312 83.510414 154.01562 83.510414Q154.57812 83.510414 154.96875 83.27604Q155.375 83.041664 155.6875 82.65104L156.34375 83.166664Q155.54688 84.40104 153.95312 84.40104ZM153.8125 78.71354Q153.15625 78.71354 152.70312 79.197914Q152.26562 79.666664 152.17188 80.52604L155.34375 80.52604L155.34375 80.447914Q155.29688 79.61979 154.89062 79.166664Q154.5 78.71354 153.8125 78.71354ZM158.34375 77.93229L158.375 78.635414Q159.0625 77.822914 160.25 77.822914Q161.57812 77.822914 162.0625 78.83854Q162.375 78.385414 162.875 78.104164Q163.39062 77.822914 164.07812 77.822914Q166.17188 77.822914 166.20312 80.02604L166.20312 84.27604L165.125 84.27604L165.125 80.08854Q165.125 79.416664 164.8125 79.08854Q164.5 78.74479 163.76562 78.74479Q163.15625 78.74479 162.75 79.104164Q162.35938 79.46354 162.29688 80.072914L162.29688 84.27604L161.21875 84.27604L161.21875 80.11979Q161.21875 78.74479 159.85938 78.74479Q158.79688 78.74479 158.40625 79.65104L158.40625 84.27604L157.3125 84.27604L157.3125 77.93229L158.34375 77.93229ZM170.95312 84.40104Q169.65625 84.40104 168.84375 83.55729Q168.04688 82.697914 168.04688 81.27604L168.04688 81.08854Q168.04688 80.135414 168.40625 79.40104Q168.76562 78.65104 169.40625 78.24479Q170.0625 77.822914 170.8125 77.822914Q172.04688 77.822914 172.73438 78.635414Q173.42188 79.447914 173.42188 80.96354L173.42188 81.416664L169.125 81.416664Q169.15625 82.354164 169.67188 82.93229Q170.20312 83.510414 171.01562 83.510414Q171.57812 83.510414 171.96875 83.27604Q172.375 83.041664 172.6875 82.65104L173.34375 83.166664Q172.54688 84.40104 170.95312 84.40104ZM170.8125 78.71354Q170.15625 78.71354 169.70312 79.197914Q169.26562 79.666664 169.17188 80.52604L172.34375 80.52604L172.34375 80.447914Q172.29688 79.61979 171.89062 79.166664Q171.5 78.71354 170.8125 78.71354ZM175.34375 77.93229L175.375 78.729164Q176.10938 77.822914 177.28125 77.822914Q179.29688 77.822914 179.3125 80.08854L179.3125 84.27604L178.21875 84.27604L178.21875 80.072914Q178.21875 79.40104 177.90625 79.072914Q177.60938 78.74479 176.95312 78.74479Q176.42188 78.74479 176.01562 79.02604Q175.625 79.30729 175.40625 79.760414L175.40625 84.27604L174.32812 84.27604L174.32812 77.93229L175.34375 77.93229ZM182.79688 76.40104L182.79688 77.93229L183.96875 77.93229L183.96875 78.77604L182.79688 78.77604L182.79688 82.697914Q182.79688 83.08854 182.95312 83.27604Q183.10938 83.46354 183.48438 83.46354Q183.67188 83.46354 184.0 83.40104L184.0 84.27604Q183.57812 84.40104 183.17188 84.40104Q182.45312 84.40104 182.07812 83.96354Q181.70312 83.510414 181.70312 82.697914L181.70312 78.77604L180.54688 78.77604L180.54688 77.93229L181.70312 77.93229L181.70312 76.40104L182.79688 76.40104ZM189.01562 82.58854Q189.01562 82.15104 188.67188 81.916664Q188.34375 81.666664 187.51562 81.49479Q186.70312 81.322914 186.21875 81.072914Q185.73438 80.822914 185.5 80.49479Q185.28125 80.15104 185.28125 79.68229Q185.28125 78.90104 185.9375 78.36979Q186.59375 77.822914 187.625 77.822914Q188.70312 77.822914 189.35938 78.385414Q190.03125 78.93229 190.03125 79.791664L188.95312 79.791664Q188.95312 79.354164 188.5625 79.041664Q188.1875 78.71354 187.625 78.71354Q187.03125 78.71354 186.6875 78.979164Q186.35938 79.229164 186.35938 79.635414Q186.35938 80.02604 186.67188 80.229164Q186.98438 80.43229 187.79688 80.61979Q188.60938 80.791664 189.10938 81.041664Q189.60938 81.291664 189.84375 81.65104Q190.09375 82.010414 190.09375 82.510414Q190.09375 83.36979 189.40625 83.885414Q188.73438 84.40104 187.65625 84.40104Q186.89062 84.40104 186.29688 84.135414Q185.71875 83.854164 185.39062 83.36979Q185.0625 82.885414 185.0625 82.322914L186.14062 82.322914Q186.17188 82.86979 186.57812 83.197914Q186.98438 83.510414 187.65625 83.510414Q188.26562 83.510414 188.64062 83.260414Q189.01562 83.010414 189.01562 82.58854ZM194.53125 85.010414L193.60938 85.010414L197.17188 75.74479L198.09375 75.74479L194.53125 85.010414ZM204.95312 84.40104Q203.65625 84.40104 202.84375 83.55729Q202.04688 82.697914 202.04688 81.27604L202.04688 81.08854Q202.04688 80.135414 202.40625 79.40104Q202.76562 78.65104 203.40625 78.24479Q204.0625 77.822914 204.8125 77.822914Q206.04688 77.822914 206.73438 78.635414Q207.42188 79.447914 207.42188 80.96354L207.42188 81.416664L203.125 81.416664Q203.15625 82.354164 203.67188 82.93229Q204.20312 83.510414 205.01562 83.510414Q205.57812 83.510414 205.96875 83.27604Q206.375 83.041664 206.6875 82.65104L207.34375 83.166664Q206.54688 84.40104 204.95312 84.40104ZM204.8125 78.71354Q204.15625 78.71354 203.70312 79.197914Q203.26562 79.666664 203.17188 80.52604L206.34375 80.52604L206.34375 80.447914Q206.29688 79.61979 205.89062 79.166664Q205.5 78.71354 204.8125 78.71354ZM208.0625 81.05729Q208.0625 79.58854 208.75 78.71354Q209.4375 77.822914 210.5625 77.822914Q211.67188 77.822914 212.32812 78.572914L212.32812 75.27604L213.40625 75.27604L213.40625 84.27604L212.40625 84.27604L212.35938 83.58854Q211.70312 84.40104 210.54688 84.40104Q209.45312 84.40104 208.75 83.49479Q208.0625 82.58854 208.0625 81.135414L208.0625 81.05729ZM209.14062 81.18229Q209.14062 82.260414 209.57812 82.86979Q210.03125 83.479164 210.8125 83.479164Q211.84375 83.479164 212.32812 82.541664L212.32812 79.635414Q211.84375 78.74479 210.82812 78.74479Q210.03125 78.74479 209.57812 79.354164Q209.14062 79.96354 209.14062 81.18229ZM216.5 84.27604L215.42188 84.27604L215.42188 77.93229L216.5 77.93229L216.5 84.27604ZM215.32812 76.260414Q215.32812 75.99479 215.48438 75.80729Q215.65625 75.61979 215.96875 75.61979Q216.28125 75.61979 216.4375 75.80729Q216.60938 75.99479 216.60938 76.260414Q216.60938 76.510414 216.4375 76.697914Q216.28125 76.86979 215.96875 76.86979Q215.65625 76.86979 215.48438 76.697914Q215.32812 76.510414 215.32812 76.260414ZM219.79688 76.40104L219.79688 77.93229L220.96875 77.93229L220.96875 78.77604L219.79688 78.77604L219.79688 82.697914Q219.79688 83.08854 219.95312 83.27604Q220.10938 83.46354 220.48438 83.46354Q220.67188 83.46354 221.0 83.40104L221.0 84.27604Q220.57812 84.40104 220.17188 84.40104Q219.45312 84.40104 219.07812 83.96354Q218.70312 83.510414 218.70312 82.697914L218.70312 78.77604L217.54688 78.77604L217.54688 77.93229L218.70312 77.93229L218.70312 76.40104L219.79688 76.40104ZM222.03125 81.041664Q222.03125 80.11979 222.39062 79.36979Q222.76562 78.61979 223.42188 78.229164Q224.07812 77.822914 224.90625 77.822914Q226.20312 77.822914 227.0 78.71354Q227.8125 79.604164 227.8125 81.104164L227.8125 81.18229Q227.8125 82.104164 227.45312 82.83854Q227.09375 83.572914 226.4375 83.99479Q225.78125 84.40104 224.92188 84.40104Q223.64062 84.40104 222.82812 83.510414Q222.03125 82.604164 222.03125 81.11979L222.03125 81.041664ZM223.125 81.18229Q223.125 82.229164 223.60938 82.86979Q224.10938 83.510414 224.92188 83.510414Q225.75 83.510414 226.23438 82.86979Q226.71875 82.21354 226.71875 81.041664Q226.71875 80.010414 226.21875 79.36979Q225.73438 78.71354 224.90625 78.71354Q224.10938 78.71354 223.60938 79.354164Q223.125 79.979164 223.125 81.18229ZM232.39062 78.90104Q232.14062 78.86979 231.85938 78.86979Q230.78125 78.86979 230.40625 79.77604L230.40625 84.27604L229.32812 84.27604L229.32812 77.93229L230.375 77.93229L230.39062 78.666664Q230.92188 77.822914 231.90625 77.822914Q232.21875 77.822914 232.39062 77.90104L232.39062 78.90104Z" fill-rule="nonzero"/><path fill="#666666" d="M195.01562 97.58854Q195.01562 97.15104 194.67188 96.916664Q194.34375 96.666664 193.51562 96.49479Q192.70312 96.322914 192.21875 96.072914Q191.73438 95.822914 191.5 95.49479Q191.28125 95.15104 191.28125 94.68229Q191.28125 93.90104 191.9375 93.36979Q192.59375 92.822914 193.625 92.822914Q194.70312 92.822914 195.35938 93.385414Q196.03125 93.93229 196.03125 94.791664L194.95312 94.791664Q194.95312 94.354164 194.5625 94.041664Q194.1875 93.71354 193.625 93.71354Q193.03125 93.71354 192.6875 93.979164Q192.35938 94.229164 192.35938 94.635414Q192.35938 95.02604 192.67188 95.229164Q192.98438 95.43229 193.79688 95.61979Q194.60938 95.791664 195.10938 96.041664Q195.60938 96.291664 195.84375 96.65104Q196.09375 97.010414 196.09375 97.510414Q196.09375 98.36979 195.40625 98.885414Q194.73438 99.40104 193.65625 99.40104Q192.89062 99.40104 192.29688 99.135414Q191.71875 98.854164 191.39062 98.36979Q191.0625 97.885414 191.0625 97.322914L192.14062 97.322914Q192.17188 97.86979 192.57812 98.197914Q192.98438 98.510414 193.65625 98.510414Q194.26562 98.510414 194.64062 98.260414Q195.01562 98.010414 195.01562 97.58854ZM201.23438 98.65104Q200.60938 99.40104 199.375 99.40104Q198.35938 99.40104 197.82812 98.80729Q197.29688 98.21354 197.29688 97.05729L197.29688 92.93229L198.375 92.93229L198.375 97.02604Q198.375 98.479164 199.54688 98.479164Q200.79688 98.479164 201.20312 97.541664L201.20312 92.93229L202.29688 92.93229L202.29688 99.27604L201.26562 99.27604L201.23438 98.65104ZM209.67188 96.18229Q209.67188 97.61979 209.01562 98.510414Q208.35938 99.40104 207.21875 99.40104Q206.0625 99.40104 205.40625 98.666664L205.40625 101.71354L204.32812 101.71354L204.32812 92.93229L205.3125 92.93229L205.35938 93.635414Q206.03125 92.822914 207.20312 92.822914Q208.34375 92.822914 209.0 93.68229Q209.67188 94.541664 209.67188 96.072914L209.67188 96.18229ZM208.59375 96.05729Q208.59375 94.979164 208.125 94.36979Q207.67188 93.74479 206.875 93.74479Q205.89062 93.74479 205.40625 94.604164L205.40625 97.635414Q205.89062 98.510414 206.89062 98.510414Q207.67188 98.510414 208.125 97.90104Q208.59375 97.27604 208.59375 96.05729ZM216.67188 96.18229Q216.67188 97.61979 216.01562 98.510414Q215.35938 99.40104 214.21875 99.40104Q213.0625 99.40104 212.40625 98.666664L212.40625 101.71354L211.32812 101.71354L211.32812 92.93229L212.3125 92.93229L212.35938 93.635414Q213.03125 92.822914 214.20312 92.822914Q215.34375 92.822914 216.0 93.68229Q216.67188 94.541664 216.67188 96.072914L216.67188 96.18229ZM215.59375 96.05729Q215.59375 94.979164 215.125 94.36979Q214.67188 93.74479 213.875 93.74479Q212.89062 93.74479 212.40625 94.604164L212.40625 97.635414Q212.89062 98.510414 213.89062 98.510414Q214.67188 98.510414 215.125 97.90104Q215.59375 97.27604 215.59375 96.05729ZM218.03125 96.041664Q218.03125 95.11979 218.39062 94.36979Q218.76562 93.61979 219.42188 93.229164Q220.07812 92.822914 220.90625 92.822914Q222.20312 92.822914 223.0 93.71354Q223.8125 94.604164 223.8125 96.104164L223.8125 96.18229Q223.8125 97.104164 223.45312 97.83854Q223.09375 98.572914 222.4375 98.99479Q221.78125 99.40104 220.92188 99.40104Q219.64062 99.40104 218.82812 98.510414Q218.03125 97.604164 218.03125 96.11979L218.03125 96.041664ZM219.125 96.18229Q219.125 97.229164 219.60938 97.86979Q220.10938 98.510414 220.92188 98.510414Q221.75 98.510414 222.23438 97.86979Q222.71875 97.21354 222.71875 96.041664Q222.71875 95.010414 222.21875 94.36979Q221.73438 93.71354 220.90625 93.71354Q220.10938 93.71354 219.60938 94.354164Q219.125 94.979164 219.125 96.18229ZM228.39062 93.90104Q228.14062 93.86979 227.85938 93.86979Q226.78125 93.86979 226.40625 94.77604L226.40625 99.27604L225.32812 99.27604L225.32812 92.93229L226.375 92.93229L226.39062 93.666664Q226.92188 92.822914 227.90625 92.822914Q228.21875 92.822914 228.39062 92.90104L228.39062 93.90104ZM230.79688 91.40104L230.79688 92.93229L231.96875 92.93229L231.96875 93.77604L230.79688 93.77604L230.79688 97.697914Q230.79688 98.08854 230.95312 98.27604Q231.10938 98.46354 231.48438 98.46354Q231.67188 98.46354 232.0 98.40104L232.0 99.27604Q231.57812 99.40104 231.17188 99.40104Q230.45312 99.40104 230.07812 98.96354Q229.70312 98.510414 229.70312 97.697914L229.70312 93.77604L228.54688 93.77604L228.54688 92.93229L229.70312 92.93229L229.70312 91.40104L230.79688 91.40104Z" fill-rule="nonzero"/><path fill="#666666" d="M81.484375 128.83197L81.484375 120.30072L84.28125 120.30072Q85.671875 120.30072 86.359375 120.878845Q87.0625 121.441345 87.0625 122.566345Q87.0625 123.17572 86.71875 123.64447Q86.390625 124.097595 85.796875 124.347595Q86.5 124.535095 86.890625 125.08197Q87.296875 125.61322 87.296875 126.36322Q87.296875 127.51947 86.546875 128.17572Q85.8125 128.83197 84.453125 128.83197L81.484375 128.83197ZM82.609375 124.847595L82.609375 127.910095L84.46875 127.910095Q85.265625 127.910095 85.71875 127.503845Q86.171875 127.097595 86.171875 126.378845Q86.171875 124.847595 84.484375 124.847595L82.609375 124.847595ZM82.609375 123.941345L84.3125 123.941345Q85.046875 123.941345 85.484375 123.58197Q85.9375 123.20697 85.9375 122.566345Q85.9375 121.86322 85.53125 121.55072Q85.125 121.222595 84.28125 121.222595L82.609375 121.222595L82.609375 123.941345ZM90.953125 128.95697Q89.65625 128.95697 88.84375 128.11322Q88.046875 127.253845 88.046875 125.83197L88.046875 125.64447Q88.046875 124.691345 88.40625 123.95697Q88.765625 123.20697 89.40625 122.80072Q90.0625 122.378845 90.8125 122.378845Q92.046875 122.378845 92.734375 123.191345Q93.421875 124.003845 93.421875 125.51947L93.421875 125.972595L89.125 125.972595Q89.15625 126.910095 89.671875 127.48822Q90.203125 128.06635 91.015625 128.06635Q91.578125 128.06635 91.96875 127.83197Q92.375 127.597595 92.6875 127.20697L93.34375 127.722595Q92.546875 128.95697 90.953125 128.95697ZM90.8125 123.26947Q90.15625 123.26947 89.703125 123.753845Q89.265625 124.222595 89.171875 125.08197L92.34375 125.08197L92.34375 125.003845Q92.296875 124.17572 91.890625 123.722595Q91.5 123.26947 90.8125 123.26947ZM95.796875 120.95697L95.796875 122.48822L96.96875 122.48822L96.96875 123.33197L95.796875 123.33197L95.796875 127.253845Q95.796875 127.64447 95.953125 127.83197Q96.109375 128.01947 96.484375 128.01947Q96.671875 128.01947 97.0 127.95697L97.0 128.83197Q96.578125 128.95697 96.171875 128.95697Q95.453125 128.95697 95.078125 128.51947Q94.703125 128.06635 94.703125 127.253845L94.703125 123.33197L93.546875 123.33197L93.546875 122.48822L94.703125 122.48822L94.703125 120.95697L95.796875 120.95697ZM99.796875 120.95697L99.796875 122.48822L100.96875 122.48822L100.96875 123.33197L99.796875 123.33197L99.796875 127.253845Q99.796875 127.64447 99.953125 127.83197Q100.109375 128.01947 100.484375 128.01947Q100.671875 128.01947 101.0 127.95697L101.0 128.83197Q100.578125 128.95697 100.171875 128.95697Q99.453125 128.95697 99.078125 128.51947Q98.703125 128.06635 98.703125 127.253845L98.703125 123.33197L97.546875 123.33197L97.546875 122.48822L98.703125 122.48822L98.703125 120.95697L99.796875 120.95697ZM104.953125 128.95697Q103.65625 128.95697 102.84375 128.11322Q102.046875 127.253845 102.046875 125.83197L102.046875 125.64447Q102.046875 124.691345 102.40625 123.95697Q102.765625 123.20697 103.40625 122.80072Q104.0625 122.378845 104.8125 122.378845Q106.046875 122.378845 106.734375 123.191345Q107.421875 124.003845 107.421875 125.51947L107.421875 125.972595L103.125 125.972595Q103.15625 126.910095 103.671875 127.48822Q104.203125 128.06635 105.015625 128.06635Q105.578125 128.06635 105.96875 127.83197Q106.375 127.597595 106.6875 127.20697L107.34375 127.722595Q106.546875 128.95697 104.953125 128.95697ZM104.8125 123.26947Q104.15625 123.26947 103.703125 123.753845Q103.265625 124.222595 103.171875 125.08197L106.34375 125.08197L106.34375 125.003845Q106.296875 124.17572 105.890625 123.722595Q105.5 123.26947 104.8125 123.26947ZM111.390625 123.45697Q111.140625 123.42572 110.859375 123.42572Q109.78125 123.42572 109.40625 124.33197L109.40625 128.83197L108.328125 128.83197L108.328125 122.48822L109.375 122.48822L109.390625 123.222595Q109.921875 122.378845 110.90625 122.378845Q111.21875 122.378845 111.390625 122.45697L111.390625 123.45697ZM115.0625 125.61322Q115.0625 124.14447 115.75 123.26947Q116.4375 122.378845 117.5625 122.378845Q118.671875 122.378845 119.328125 123.128845L119.328125 119.83197L120.40625 119.83197L120.40625 128.83197L119.40625 128.83197L119.359375 128.14447Q118.703125 128.95697 117.546875 128.95697Q116.453125 128.95697 115.75 128.05072Q115.0625 127.14447 115.0625 125.691345L115.0625 125.61322ZM116.140625 125.73822Q116.140625 126.816345 116.578125 127.42572Q117.03125 128.0351 117.8125 128.0351Q118.84375 128.0351 119.328125 127.097595L119.328125 124.191345Q118.84375 123.30072 117.828125 123.30072Q117.03125 123.30072 116.578125 123.910095Q116.140625 124.51947 116.140625 125.73822ZM124.953125 128.95697Q123.65625 128.95697 122.84375 128.11322Q122.046875 127.253845 122.046875 125.83197L122.046875 125.64447Q122.046875 124.691345 122.40625 123.95697Q122.765625 123.20697 123.40625 122.80072Q124.0625 122.378845 124.8125 122.378845Q126.046875 122.378845 126.734375 123.191345Q127.421875 124.003845 127.421875 125.51947L127.421875 125.972595L123.125 125.972595Q123.15625 126.910095 123.671875 127.48822Q124.203125 128.06635 125.015625 128.06635Q125.578125 128.06635 125.96875 127.83197Q126.375 127.597595 126.6875 127.20697L127.34375 127.722595Q126.546875 128.95697 124.953125 128.95697ZM124.8125 123.26947Q124.15625 123.26947 123.703125 123.753845Q123.265625 124.222595 123.171875 125.08197L126.34375 125.08197L126.34375 125.003845Q126.296875 124.17572 125.890625 123.722595Q125.5 123.26947 124.8125 123.26947ZM133.6875 125.73822Q133.6875 127.191345 133.01562 128.08197Q132.35938 128.95697 131.23438 128.95697Q130.03125 128.95697 129.375 128.0976L129.3125 128.83197L128.32812 128.83197L128.32812 119.83197L129.40625 119.83197L129.40625 123.191345Q130.0625 122.378845 131.21875 122.378845Q132.375 122.378845 133.03125 123.253845Q133.6875 124.11322 133.6875 125.64447L133.6875 125.73822ZM132.60938 125.61322Q132.60938 124.503845 132.17188 123.910095Q131.75 123.30072 130.95312 123.30072Q129.875 123.30072 129.40625 124.285095L129.40625 127.035095Q129.90625 128.0351 130.95312 128.0351Q131.73438 128.0351 132.17188 127.42572Q132.60938 126.816345 132.60938 125.61322ZM139.23438 128.20697Q138.60938 128.95697 137.375 128.95697Q136.35938 128.95697 135.82812 128.36322Q135.29688 127.76947 135.29688 126.61322L135.29688 122.48822L136.375 122.48822L136.375 126.58197Q136.375 128.0351 137.54688 128.0351Q138.79688 128.0351 139.20312 127.097595L139.20312 122.48822L140.29688 122.48822L140.29688 128.83197L139.26562 128.83197L139.23438 128.20697ZM142.0625 125.61322Q142.0625 124.128845 142.75 123.253845Q143.4375 122.378845 144.5625 122.378845Q145.71875 122.378845 146.375 123.191345L146.42188 122.48822L147.42188 122.48822L147.42188 128.67572Q147.42188 129.9101 146.6875 130.61322Q145.95312 131.33197 144.73438 131.33197Q144.04688 131.33197 143.39062 131.0351Q142.73438 130.73822 142.39062 130.23822L142.95312 129.58197Q143.64062 130.44135 144.65625 130.44135Q145.4375 130.44135 145.875 129.98822Q146.32812 129.55072 146.32812 128.73822L146.32812 128.19135Q145.67188 128.95697 144.54688 128.95697Q143.4375 128.95697 142.75 128.06635Q142.0625 127.160095 142.0625 125.61322ZM143.15625 125.73822Q143.15625 126.80072 143.59375 127.42572Q144.03125 128.0351 144.82812 128.0351Q145.84375 128.0351 146.32812 127.097595L146.32812 124.20697Q145.82812 123.30072 144.82812 123.30072Q144.04688 123.30072 143.59375 123.910095Q143.15625 124.51947 143.15625 125.73822ZM149.0625 125.61322Q149.0625 124.128845 149.75 123.253845Q150.4375 122.378845 151.5625 122.378845Q152.71875 122.378845 153.375 123.191345L153.42188 122.48822L154.42188 122.48822L154.42188 128.67572Q154.42188 129.9101 153.6875 130.61322Q152.95312 131.33197 151.73438 131.33197Q151.04688 131.33197 150.39062 131.0351Q149.73438 130.73822 149.39062 130.23822L149.95312 129.58197Q150.64062 130.44135 151.65625 130.44135Q152.4375 130.44135 152.875 129.98822Q153.32812 129.55072 153.32812 128.73822L153.32812 128.19135Q152.67188 128.95697 151.54688 128.95697Q150.4375 128.95697 149.75 128.06635Q149.0625 127.160095 149.0625 125.61322ZM150.15625 125.73822Q150.15625 126.80072 150.59375 127.42572Q151.03125 128.0351 151.82812 128.0351Q152.84375 128.0351 153.32812 127.097595L153.32812 124.20697Q152.82812 123.30072 151.82812 123.30072Q151.04688 123.30072 150.59375 123.910095Q150.15625 124.51947 150.15625 125.73822ZM157.5 128.83197L156.42188 128.83197L156.42188 122.48822L157.5 122.48822L157.5 128.83197ZM156.32812 120.816345Q156.32812 120.55072 156.48438 120.36322Q156.65625 120.17572 156.96875 120.17572Q157.28125 120.17572 157.4375 120.36322Q157.60938 120.55072 157.60938 120.816345Q157.60938 121.066345 157.4375 121.253845Q157.28125 121.42572 156.96875 121.42572Q156.65625 121.42572 156.48438 121.253845Q156.32812 121.066345 156.32812 120.816345ZM160.34375 122.48822L160.375 123.285095Q161.10938 122.378845 162.28125 122.378845Q164.29688 122.378845 164.3125 124.64447L164.3125 128.83197L163.21875 128.83197L163.21875 124.628845Q163.21875 123.95697 162.90625 123.628845Q162.60938 123.30072 161.95312 123.30072Q161.42188 123.30072 161.01562 123.58197Q160.625 123.86322 160.40625 124.316345L160.40625 128.83197L159.32812 128.83197L159.32812 122.48822L160.34375 122.48822ZM166.0625 125.61322Q166.0625 124.128845 166.75 123.253845Q167.4375 122.378845 168.5625 122.378845Q169.71875 122.378845 170.375 123.191345L170.42188 122.48822L171.42188 122.48822L171.42188 128.67572Q171.42188 129.9101 170.6875 130.61322Q169.95312 131.33197 168.73438 131.33197Q168.04688 131.33197 167.39062 131.0351Q166.73438 130.73822 166.39062 130.23822L166.95312 129.58197Q167.64062 130.44135 168.65625 130.44135Q169.4375 130.44135 169.875 129.98822Q170.32812 129.55072 170.32812 128.73822L170.32812 128.19135Q169.67188 128.95697 168.54688 128.95697Q167.4375 128.95697 166.75 128.06635Q166.0625 127.160095 166.0625 125.61322ZM167.15625 125.73822Q167.15625 126.80072 167.59375 127.42572Q168.03125 128.0351 168.82812 128.0351Q169.84375 128.0351 170.32812 127.097595L170.32812 124.20697Q169.82812 123.30072 168.82812 123.30072Q168.04688 123.30072 167.59375 123.910095Q167.15625 124.51947 167.15625 125.73822ZM178.95312 128.95697Q177.65625 128.95697 176.84375 128.11322Q176.04688 127.253845 176.04688 125.83197L176.04688 125.64447Q176.04688 124.691345 176.40625 123.95697Q176.76562 123.20697 177.40625 122.80072Q178.0625 122.378845 178.8125 122.378845Q180.04688 122.378845 180.73438 123.191345Q181.42188 124.003845 181.42188 125.51947L181.42188 125.972595L177.125 125.972595Q177.15625 126.910095 177.67188 127.48822Q178.20312 128.06635 179.01562 128.06635Q179.57812 128.06635 179.96875 127.83197Q180.375 127.597595 180.6875 127.20697L181.34375 127.722595Q180.54688 128.95697 178.95312 128.95697ZM178.8125 123.26947Q178.15625 123.26947 177.70312 123.753845Q177.26562 124.222595 177.17188 125.08197L180.34375 125.08197L180.34375 125.003845Q180.29688 124.17572 179.89062 123.722595Q179.5 123.26947 178.8125 123.26947ZM184.45312 124.80072L185.85938 122.48822L187.125 122.48822L185.04688 125.628845L187.1875 128.83197L185.9375 128.83197L184.46875 126.45697L183.0 128.83197L181.73438 128.83197L183.875 125.628845L181.8125 122.48822L183.0625 122.48822L184.45312 124.80072ZM193.67188 125.73822Q193.67188 127.17572 193.01562 128.06635Q192.35938 128.95697 191.21875 128.95697Q190.0625 128.95697 189.40625 128.2226L189.40625 131.26947L188.32812 131.26947L188.32812 122.48822L189.3125 122.48822L189.35938 123.191345Q190.03125 122.378845 191.20312 122.378845Q192.34375 122.378845 193.0 123.23822Q193.67188 124.097595 193.67188 125.628845L193.67188 125.73822ZM192.59375 125.61322Q192.59375 124.535095 192.125 123.92572Q191.67188 123.30072 190.875 123.30072Q189.89062 123.30072 189.40625 124.160095L189.40625 127.191345Q189.89062 128.06635 190.89062 128.06635Q191.67188 128.06635 192.125 127.45697Q192.59375 126.83197 192.59375 125.61322ZM197.95312 128.95697Q196.65625 128.95697 195.84375 128.11322Q195.04688 127.253845 195.04688 125.83197L195.04688 125.64447Q195.04688 124.691345 195.40625 123.95697Q195.76562 123.20697 196.40625 122.80072Q197.0625 122.378845 197.8125 122.378845Q199.04688 122.378845 199.73438 123.191345Q200.42188 124.003845 200.42188 125.51947L200.42188 125.972595L196.125 125.972595Q196.15625 126.910095 196.67188 127.48822Q197.20312 128.06635 198.01562 128.06635Q198.57812 128.06635 198.96875 127.83197Q199.375 127.597595 199.6875 127.20697L200.34375 127.722595Q199.54688 128.95697 197.95312 128.95697ZM197.8125 123.26947Q197.15625 123.26947 196.70312 123.753845Q196.26562 124.222595 196.17188 125.08197L199.34375 125.08197L199.34375 125.003845Q199.29688 124.17572 198.89062 123.722595Q198.5 123.26947 197.8125 123.26947ZM204.39062 123.45697Q204.14062 123.42572 203.85938 123.42572Q202.78125 123.42572 202.40625 124.33197L202.40625 128.83197L201.32812 128.83197L201.32812 122.48822L202.375 122.48822L202.39062 123.222595Q202.92188 122.378845 203.90625 122.378845Q204.21875 122.378845 204.39062 122.45697L204.39062 123.45697ZM206.5 128.83197L205.42188 128.83197L205.42188 122.48822L206.5 122.48822L206.5 128.83197ZM205.32812 120.816345Q205.32812 120.55072 205.48438 120.36322Q205.65625 120.17572 205.96875 120.17572Q206.28125 120.17572 206.4375 120.36322Q206.60938 120.55072 206.60938 120.816345Q206.60938 121.066345 206.4375 121.253845Q206.28125 121.42572 205.96875 121.42572Q205.65625 121.42572 205.48438 121.253845Q205.32812 121.066345 205.32812 120.816345ZM210.95312 128.95697Q209.65625 128.95697 208.84375 128.11322Q208.04688 127.253845 208.04688 125.83197L208.04688 125.64447Q208.04688 124.691345 208.40625 123.95697Q208.76562 123.20697 209.40625 122.80072Q210.0625 122.378845 210.8125 122.378845Q212.04688 122.378845 212.73438 123.191345Q213.42188 124.003845 213.42188 125.51947L213.42188 125.972595L209.125 125.972595Q209.15625 126.910095 209.67188 127.48822Q210.20312 128.06635 211.01562 128.06635Q211.57812 128.06635 211.96875 127.83197Q212.375 127.597595 212.6875 127.20697L213.34375 127.722595Q212.54688 128.95697 210.95312 128.95697ZM210.8125 123.26947Q210.15625 123.26947 209.70312 123.753845Q209.26562 124.222595 209.17188 125.08197L212.34375 125.08197L212.34375 125.003845Q212.29688 124.17572 211.89062 123.722595Q211.5 123.26947 210.8125 123.26947ZM215.34375 122.48822L215.375 123.285095Q216.10938 122.378845 217.28125 122.378845Q219.29688 122.378845 219.3125 124.64447L219.3125 128.83197L218.21875 128.83197L218.21875 124.628845Q218.21875 123.95697 217.90625 123.628845Q217.60938 123.30072 216.95312 123.30072Q216.42188 123.30072 216.01562 123.58197Q215.625 123.86322 215.40625 124.316345L215.40625 128.83197L214.32812 128.83197L214.32812 122.48822L215.34375 122.48822ZM223.85938 128.06635Q224.4375 128.06635 224.875 127.722595Q225.3125 127.36322 225.35938 126.83197L226.39062 126.83197Q226.35938 127.378845 226.0 127.878845Q225.65625 128.36322 225.07812 128.6601Q224.51562 128.95697 223.85938 128.95697Q222.5625 128.95697 221.79688 128.0976Q221.04688 127.222595 221.04688 125.722595L221.04688 125.535095Q221.04688 124.61322 221.375 123.89447Q221.71875 123.17572 222.34375 122.785095Q222.98438 122.378845 223.85938 122.378845Q224.92188 122.378845 225.625 123.01947Q226.34375 123.64447 226.39062 124.67572L225.35938 124.67572Q225.3125 124.05072 224.89062 123.660095Q224.46875 123.26947 223.85938 123.26947Q223.03125 123.26947 222.57812 123.86322Q222.125 124.45697 222.125 125.58197L222.125 125.785095Q222.125 126.878845 222.57812 127.472595Q223.03125 128.06635 223.85938 128.06635ZM229.95312 128.95697Q228.65625 128.95697 227.84375 128.11322Q227.04688 127.253845 227.04688 125.83197L227.04688 125.64447Q227.04688 124.691345 227.40625 123.95697Q227.76562 123.20697 228.40625 122.80072Q229.0625 122.378845 229.8125 122.378845Q231.04688 122.378845 231.73438 123.191345Q232.42188 124.003845 232.42188 125.51947L232.42188 125.972595L228.125 125.972595Q228.15625 126.910095 228.67188 127.48822Q229.20312 128.06635 230.01562 128.06635Q230.57812 128.06635 230.96875 127.83197Q231.375 127.597595 231.6875 127.20697L232.34375 127.722595Q231.54688 128.95697 229.95312 128.95697ZM229.8125 123.26947Q229.15625 123.26947 228.70312 123.753845Q228.26562 124.222595 228.17188 125.08197L231.34375 125.08197L231.34375 125.003845Q231.29688 124.17572 230.89062 123.722595Q230.5 123.26947 229.8125 123.26947Z" fill-rule="nonzero"/><path fill="#666666" d="M147.76562 163.18478Q147.60938 164.52853 146.76562 165.27853Q145.92188 166.01291 144.53125 166.01291Q143.01562 166.01291 142.10938 164.93478Q141.20312 163.84103 141.20312 162.01291L141.20312 161.20041Q141.20312 160.01291 141.625 159.10666Q142.04688 158.20041 142.82812 157.71603Q143.60938 157.23166 144.625 157.23166Q145.98438 157.23166 146.79688 157.99728Q147.625 158.76291 147.76562 160.09103L146.64062 160.09103Q146.48438 159.07541 146.0 158.62228Q145.51562 158.16916 144.625 158.16916Q143.54688 158.16916 142.9375 158.96603Q142.32812 159.76291 142.32812 161.23166L142.32812 162.05978Q142.32812 163.45041 142.90625 164.27853Q143.48438 165.09103 144.53125 165.09103Q145.46875 165.09103 145.96875 164.66916Q146.46875 164.23166 146.64062 163.18478L147.76562 163.18478ZM149.03125 162.65353Q149.03125 161.73166 149.39062 160.98166Q149.76562 160.23166 150.42188 159.84103Q151.07812 159.43478 151.90625 159.43478Q153.20312 159.43478 154.0 160.32541Q154.8125 161.21603 154.8125 162.71603L154.8125 162.79416Q154.8125 163.71603 154.45312 164.45041Q154.09375 165.18478 153.4375 165.60666Q152.78125 166.01291 151.92188 166.01291Q150.64062 166.01291 149.82812 165.12228Q149.03125 164.21603 149.03125 162.73166L149.03125 162.65353ZM150.125 162.79416Q150.125 163.84103 150.60938 164.48166Q151.10938 165.12228 151.92188 165.12228Q152.75 165.12228 153.23438 164.48166Q153.71875 163.82541 153.71875 162.65353Q153.71875 161.62228 153.21875 160.98166Q152.73438 160.32541 151.90625 160.32541Q151.10938 160.32541 150.60938 160.96603Q150.125 161.59103 150.125 162.79416ZM156.0625 162.66916Q156.0625 161.20041 156.75 160.32541Q157.4375 159.43478 158.5625 159.43478Q159.67188 159.43478 160.32812 160.18478L160.32812 156.88791L161.40625 156.88791L161.40625 165.88791L160.40625 165.88791L160.35938 165.20041Q159.70312 166.01291 158.54688 166.01291Q157.45312 166.01291 156.75 165.10666Q156.0625 164.20041 156.0625 162.74728L156.0625 162.66916ZM157.14062 162.79416Q157.14062 163.87228 157.57812 164.48166Q158.03125 165.09103 158.8125 165.09103Q159.84375 165.09103 160.32812 164.15353L160.32812 161.24728Q159.84375 160.35666 158.82812 160.35666Q158.03125 160.35666 157.57812 160.96603Q157.14062 161.57541 157.14062 162.79416ZM165.95312 166.01291Q164.65625 166.01291 163.84375 165.16916Q163.04688 164.30978 163.04688 162.88791L163.04688 162.70041Q163.04688 161.74728 163.40625 161.01291Q163.76562 160.26291 164.40625 159.85666Q165.0625 159.43478 165.8125 159.43478Q167.04688 159.43478 167.73438 160.24728Q168.42188 161.05978 168.42188 162.57541L168.42188 163.02853L164.125 163.02853Q164.15625 163.96603 164.67188 164.54416Q165.20312 165.12228 166.01562 165.12228Q166.57812 165.12228 166.96875 164.88791Q167.375 164.65353 167.6875 164.26291L168.34375 164.77853Q167.54688 166.01291 165.95312 166.01291ZM165.8125 160.32541Q165.15625 160.32541 164.70312 160.80978Q164.26562 161.27853 164.17188 162.13791L167.34375 162.13791L167.34375 162.05978Q167.29688 161.23166 166.89062 160.77853Q166.5 160.32541 165.8125 160.32541ZM174.85938 165.12228Q175.4375 165.12228 175.875 164.77853Q176.3125 164.41916 176.35938 163.88791L177.39062 163.88791Q177.35938 164.43478 177.0 164.93478Q176.65625 165.41916 176.07812 165.71603Q175.51562 166.01291 174.85938 166.01291Q173.5625 166.01291 172.79688 165.15353Q172.04688 164.27853 172.04688 162.77853L172.04688 162.59103Q172.04688 161.66916 172.375 160.95041Q172.71875 160.23166 173.34375 159.84103Q173.98438 159.43478 174.85938 159.43478Q175.92188 159.43478 176.625 160.07541Q177.34375 160.70041 177.39062 161.73166L176.35938 161.73166Q176.3125 161.10666 175.89062 160.71603Q175.46875 160.32541 174.85938 160.32541Q174.03125 160.32541 173.57812 160.91916Q173.125 161.51291 173.125 162.63791L173.125 162.84103Q173.125 163.93478 173.57812 164.52853Q174.03125 165.12228 174.85938 165.12228ZM178.03125 162.65353Q178.03125 161.73166 178.39062 160.98166Q178.76562 160.23166 179.42188 159.84103Q180.07812 159.43478 180.90625 159.43478Q182.20312 159.43478 183.0 160.32541Q183.8125 161.21603 183.8125 162.71603L183.8125 162.79416Q183.8125 163.71603 183.45312 164.45041Q183.09375 165.18478 182.4375 165.60666Q181.78125 166.01291 180.92188 166.01291Q179.64062 166.01291 178.82812 165.12228Q178.03125 164.21603 178.03125 162.73166L178.03125 162.65353ZM179.125 162.79416Q179.125 163.84103 179.60938 164.48166Q180.10938 165.12228 180.92188 165.12228Q181.75 165.12228 182.23438 164.48166Q182.71875 163.82541 182.71875 162.65353Q182.71875 161.62228 182.21875 160.98166Q181.73438 160.32541 180.90625 160.32541Q180.10938 160.32541 179.60938 160.96603Q179.125 161.59103 179.125 162.79416ZM186.34375 159.54416L186.375 160.24728Q187.0625 159.43478 188.25 159.43478Q189.57812 159.43478 190.0625 160.45041Q190.375 159.99728 190.875 159.71603Q191.39062 159.43478 192.07812 159.43478Q194.17188 159.43478 194.20312 161.63791L194.20312 165.88791L193.125 165.88791L193.125 161.70041Q193.125 161.02853 192.8125 160.70041Q192.5 160.35666 191.76562 160.35666Q191.15625 160.35666 190.75 160.71603Q190.35938 161.07541 190.29688 161.68478L190.29688 165.88791L189.21875 165.88791L189.21875 161.73166Q189.21875 160.35666 187.85938 160.35666Q186.79688 160.35666 186.40625 161.26291L186.40625 165.88791L185.3125 165.88791L185.3125 159.54416L186.34375 159.54416ZM201.67188 162.79416Q201.67188 164.23166 201.01562 165.12228Q200.35938 166.01291 199.21875 166.01291Q198.0625 166.01291 197.40625 165.27853L197.40625 168.32541L196.32812 168.32541L196.32812 159.54416L197.3125 159.54416L197.35938 160.24728Q198.03125 159.43478 199.20312 159.43478Q200.34375 159.43478 201.0 160.29416Q201.67188 161.15353 201.67188 162.68478L201.67188 162.79416ZM200.59375 162.66916Q200.59375 161.59103 200.125 160.98166Q199.67188 160.35666 198.875 160.35666Q197.89062 160.35666 197.40625 161.21603L197.40625 164.24728Q197.89062 165.12228 198.89062 165.12228Q199.67188 165.12228 200.125 164.51291Q200.59375 163.88791 200.59375 162.66916ZM204.5 165.88791L203.42188 165.88791L203.42188 156.88791L204.5 156.88791L204.5 165.88791ZM208.95312 166.01291Q207.65625 166.01291 206.84375 165.16916Q206.04688 164.30978 206.04688 162.88791L206.04688 162.70041Q206.04688 161.74728 206.40625 161.01291Q206.76562 160.26291 207.40625 159.85666Q208.0625 159.43478 208.8125 159.43478Q210.04688 159.43478 210.73438 160.24728Q211.42188 161.05978 211.42188 162.57541L211.42188 163.02853L207.125 163.02853Q207.15625 163.96603 207.67188 164.54416Q208.20312 165.12228 209.01562 165.12228Q209.57812 165.12228 209.96875 164.88791Q210.375 164.65353 210.6875 164.26291L211.34375 164.77853Q210.54688 166.01291 208.95312 166.01291ZM208.8125 160.32541Q208.15625 160.32541 207.70312 160.80978Q207.26562 161.27853 207.17188 162.13791L210.34375 162.13791L210.34375 162.05978Q210.29688 161.23166 209.89062 160.77853Q209.5 160.32541 208.8125 160.32541ZM213.79688 158.01291L213.79688 159.54416L214.96875 159.54416L214.96875 160.38791L213.79688 160.38791L213.79688 164.30978Q213.79688 164.70041 213.95312 164.88791Q214.10938 165.07541 214.48438 165.07541Q214.67188 165.07541 215.0 165.01291L215.0 165.88791Q214.57812 166.01291 214.17188 166.01291Q213.45312 166.01291 213.07812 165.57541Q212.70312 165.12228 212.70312 164.30978L212.70312 160.38791L211.54688 160.38791L211.54688 159.54416L212.70312 159.54416L212.70312 158.01291L213.79688 158.01291ZM217.5 165.88791L216.42188 165.88791L216.42188 159.54416L217.5 159.54416L217.5 165.88791ZM216.32812 157.87228Q216.32812 157.60666 216.48438 157.41916Q216.65625 157.23166 216.96875 157.23166Q217.28125 157.23166 217.4375 157.41916Q217.60938 157.60666 217.60938 157.87228Q217.60938 158.12228 217.4375 158.30978Q217.28125 158.48166 216.96875 158.48166Q216.65625 158.48166 216.48438 158.30978Q216.32812 158.12228 216.32812 157.87228ZM219.03125 162.65353Q219.03125 161.73166 219.39062 160.98166Q219.76562 160.23166 220.42188 159.84103Q221.07812 159.43478 221.90625 159.43478Q223.20312 159.43478 224.0 160.32541Q224.8125 161.21603 224.8125 162.71603L224.8125 162.79416Q224.8125 163.71603 224.45312 164.45041Q224.09375 165.18478 223.4375 165.60666Q222.78125 166.01291 221.92188 166.01291Q220.64062 166.01291 219.82812 165.12228Q219.03125 164.21603 219.03125 162.73166L219.03125 162.65353ZM220.125 162.79416Q220.125 163.84103 220.60938 164.48166Q221.10938 165.12228 221.92188 165.12228Q222.75 165.12228 223.23438 164.48166Q223.71875 163.82541 223.71875 162.65353Q223.71875 161.62228 223.21875 160.98166Q222.73438 160.32541 221.90625 160.32541Q221.10938 160.32541 220.60938 160.96603Q220.125 161.59103 220.125 162.79416ZM227.34375 159.54416L227.375 160.34103Q228.10938 159.43478 229.28125 159.43478Q231.29688 159.43478 231.3125 161.70041L231.3125 165.88791L230.21875 165.88791L230.21875 161.68478Q230.21875 161.01291 229.90625 160.68478Q229.60938 160.35666 228.95312 160.35666Q228.42188 160.35666 228.01562 160.63791Q227.625 160.91916 227.40625 161.37228L227.40625 165.88791L226.32812 165.88791L226.32812 159.54416L227.34375 159.54416Z" fill-rule="nonzero"/><path fill="#666666" d="M83.609375 199.6001L83.609375 202.94385L82.484375 202.94385L82.484375 194.4126L85.640625 194.4126Q87.03125 194.4126 87.828125 195.13135Q88.625 195.83447 88.625 197.02197Q88.625 198.25635 87.84375 198.92822Q87.078125 199.6001 85.625 199.6001L83.609375 199.6001ZM83.609375 198.67822L85.640625 198.67822Q86.546875 198.67822 87.015625 198.25635Q87.5 197.83447 87.5 197.0376Q87.5 196.27197 87.015625 195.81885Q86.546875 195.3501 85.703125 195.33447L83.609375 195.33447L83.609375 198.67822ZM92.953125 203.06885Q91.65625 203.06885 90.84375 202.2251Q90.046875 201.36572 90.046875 199.94385L90.046875 199.75635Q90.046875 198.80322 90.40625 198.06885Q90.765625 197.31885 91.40625 196.9126Q92.0625 196.49072 92.8125 196.49072Q94.046875 196.49072 94.734375 197.30322Q95.421875 198.11572 95.421875 199.63135L95.421875 200.08447L91.125 200.08447Q91.15625 201.02197 91.671875 201.6001Q92.203125 202.17822 93.015625 202.17822Q93.578125 202.17822 93.96875 201.94385Q94.375 201.70947 94.6875 201.31885L95.34375 201.83447Q94.546875 203.06885 92.953125 203.06885ZM92.8125 197.38135Q92.15625 197.38135 91.703125 197.86572Q91.265625 198.33447 91.171875 199.19385L94.34375 199.19385L94.34375 199.11572Q94.296875 198.2876 93.890625 197.83447Q93.5 197.38135 92.8125 197.38135ZM99.390625 197.56885Q99.140625 197.5376 98.859375 197.5376Q97.78125 197.5376 97.40625 198.44385L97.40625 202.94385L96.328125 202.94385L96.328125 196.6001L97.375 196.6001L97.390625 197.33447Q97.921875 196.49072 98.90625 196.49072Q99.21875 196.49072 99.390625 196.56885L99.390625 197.56885ZM100.859375 202.94385L100.859375 197.44385L99.859375 197.44385L99.859375 196.6001L100.859375 196.6001L100.859375 195.95947Q100.859375 194.92822 101.390625 194.38135Q101.9375 193.81885 102.9375 193.81885Q103.3125 193.81885 103.6875 193.9126L103.625 194.80322Q103.34375 194.74072 103.046875 194.74072Q102.515625 194.74072 102.21875 195.05322Q101.9375 195.36572 101.9375 195.92822L101.9375 196.6001L103.296875 196.6001L103.296875 197.44385L101.9375 197.44385L101.9375 202.94385L100.859375 202.94385ZM104.03125 199.70947Q104.03125 198.7876 104.390625 198.0376Q104.765625 197.2876 105.421875 196.89697Q106.078125 196.49072 106.90625 196.49072Q108.203125 196.49072 109.0 197.38135Q109.8125 198.27197 109.8125 199.77197L109.8125 199.8501Q109.8125 200.77197 109.453125 201.50635Q109.09375 202.24072 108.4375 202.6626Q107.78125 203.06885 106.921875 203.06885Q105.640625 203.06885 104.828125 202.17822Q104.03125 201.27197 104.03125 199.7876L104.03125 199.70947ZM105.125 199.8501Q105.125 200.89697 105.609375 201.5376Q106.109375 202.17822 106.921875 202.17822Q107.75 202.17822 108.234375 201.5376Q108.71875 200.88135 108.71875 199.70947Q108.71875 198.67822 108.21875 198.0376Q107.734375 197.38135 106.90625 197.38135Q106.109375 197.38135 105.609375 198.02197Q105.125 198.64697 105.125 199.8501ZM114.390625 197.56885Q114.140625 197.5376 113.859375 197.5376Q112.78125 197.5376 112.40625 198.44385L112.40625 202.94385L111.328125 202.94385L111.328125 196.6001L112.375 196.6001L112.390625 197.33447Q112.921875 196.49072 113.90625 196.49072Q114.21875 196.49072 114.390625 196.56885L114.390625 197.56885ZM116.34375 196.6001L116.375 197.30322Q117.0625 196.49072 118.25 196.49072Q119.578125 196.49072 120.0625 197.50635Q120.375 197.05322 120.875 196.77197Q121.390625 196.49072 122.078125 196.49072Q124.171875 196.49072 124.203125 198.69385L124.203125 202.94385L123.125 202.94385L123.125 198.75635Q123.125 198.08447 122.8125 197.75635Q122.5 197.4126 121.765625 197.4126Q121.15625 197.4126 120.75 197.77197Q120.359375 198.13135 120.296875 198.74072L120.296875 202.94385L119.21875 202.94385L119.21875 198.7876Q119.21875 197.4126 117.859375 197.4126Q116.796875 197.4126 116.40625 198.31885L116.40625 202.94385L115.3125 202.94385L115.3125 196.6001L116.34375 196.6001ZM130.23438 202.94385Q130.14062 202.75635 130.07812 202.27197Q129.32812 203.06885 128.28125 203.06885Q127.34375 203.06885 126.734375 202.5376Q126.140625 202.00635 126.140625 201.17822Q126.140625 200.19385 126.890625 199.64697Q127.640625 199.1001 129.01562 199.1001L130.0625 199.1001L130.0625 198.6001Q130.0625 198.0376 129.71875 197.70947Q129.39062 197.36572 128.71875 197.36572Q128.14062 197.36572 127.75 197.6626Q127.359375 197.94385 127.359375 198.36572L126.265625 198.36572Q126.265625 197.88135 126.59375 197.44385Q126.9375 197.00635 127.515625 196.75635Q128.09375 196.49072 128.78125 196.49072Q129.89062 196.49072 130.5 197.0376Q131.125 197.58447 131.15625 198.5376L131.15625 201.45947Q131.15625 202.33447 131.375 202.8501L131.375 202.94385L130.23438 202.94385ZM128.4375 202.11572Q128.95312 202.11572 129.40625 201.8501Q129.85938 201.58447 130.0625 201.1626L130.0625 199.86572L129.21875 199.86572Q127.21875 199.86572 127.21875 201.0376Q127.21875 201.5376 127.5625 201.83447Q127.90625 202.11572 128.4375 202.11572ZM134.34375 196.6001L134.375 197.39697Q135.10938 196.49072 136.28125 196.49072Q138.29688 196.49072 138.3125 198.75635L138.3125 202.94385L137.21875 202.94385L137.21875 198.74072Q137.21875 198.06885 136.90625 197.74072Q136.60938 197.4126 135.95312 197.4126Q135.42188 197.4126 135.01562 197.69385Q134.625 197.9751 134.40625 198.42822L134.40625 202.94385L133.32812 202.94385L133.32812 196.6001L134.34375 196.6001ZM142.85938 202.17822Q143.4375 202.17822 143.875 201.83447Q144.3125 201.4751 144.35938 200.94385L145.39062 200.94385Q145.35938 201.49072 145.0 201.99072Q144.65625 202.4751 144.07812 202.77197Q143.51562 203.06885 142.85938 203.06885Q141.5625 203.06885 140.79688 202.20947Q140.04688 201.33447 140.04688 199.83447L140.04688 199.64697Q140.04688 198.7251 140.375 198.00635Q140.71875 197.2876 141.34375 196.89697Q141.98438 196.49072 142.85938 196.49072Q143.92188 196.49072 144.625 197.13135Q145.34375 197.75635 145.39062 198.7876L144.35938 198.7876Q144.3125 198.1626 143.89062 197.77197Q143.46875 197.38135 142.85938 197.38135Q142.03125 197.38135 141.57812 197.9751Q141.125 198.56885 141.125 199.69385L141.125 199.89697Q141.125 200.99072 141.57812 201.58447Q142.03125 202.17822 142.85938 202.17822ZM148.95312 203.06885Q147.65625 203.06885 146.84375 202.2251Q146.04688 201.36572 146.04688 199.94385L146.04688 199.75635Q146.04688 198.80322 146.40625 198.06885Q146.76562 197.31885 147.40625 196.9126Q148.0625 196.49072 148.8125 196.49072Q150.04688 196.49072 150.73438 197.30322Q151.42188 198.11572 151.42188 199.63135L151.42188 200.08447L147.125 200.08447Q147.15625 201.02197 147.67188 201.6001Q148.20312 202.17822 149.01562 202.17822Q149.57812 202.17822 149.96875 201.94385Q150.375 201.70947 150.6875 201.31885L151.34375 201.83447Q150.54688 203.06885 148.95312 203.06885ZM148.8125 197.38135Q148.15625 197.38135 147.70312 197.86572Q147.26562 198.33447 147.17188 199.19385L150.34375 199.19385L150.34375 199.11572Q150.29688 198.2876 149.89062 197.83447Q149.5 197.38135 148.8125 197.38135ZM156.5 202.94385L155.42188 202.94385L155.42188 196.6001L156.5 196.6001L156.5 202.94385ZM155.32812 194.92822Q155.32812 194.6626 155.48438 194.4751Q155.65625 194.2876 155.96875 194.2876Q156.28125 194.2876 156.4375 194.4751Q156.60938 194.6626 156.60938 194.92822Q156.60938 195.17822 156.4375 195.36572Q156.28125 195.5376 155.96875 195.5376Q155.65625 195.5376 155.48438 195.36572Q155.32812 195.17822 155.32812 194.92822ZM159.34375 196.6001L159.375 197.30322Q160.0625 196.49072 161.25 196.49072Q162.57812 196.49072 163.0625 197.50635Q163.375 197.05322 163.875 196.77197Q164.39062 196.49072 165.07812 196.49072Q167.17188 196.49072 167.20312 198.69385L167.20312 202.94385L166.125 202.94385L166.125 198.75635Q166.125 198.08447 165.8125 197.75635Q165.5 197.4126 164.76562 197.4126Q164.15625 197.4126 163.75 197.77197Q163.35938 198.13135 163.29688 198.74072L163.29688 202.94385L162.21875 202.94385L162.21875 198.7876Q162.21875 197.4126 160.85938 197.4126Q159.79688 197.4126 159.40625 198.31885L159.40625 202.94385L158.3125 202.94385L158.3125 196.6001L159.34375 196.6001ZM174.67188 199.8501Q174.67188 201.2876 174.01562 202.17822Q173.35938 203.06885 172.21875 203.06885Q171.0625 203.06885 170.40625 202.33447L170.40625 205.38135L169.32812 205.38135L169.32812 196.6001L170.3125 196.6001L170.35938 197.30322Q171.03125 196.49072 172.20312 196.49072Q173.34375 196.49072 174.0 197.3501Q174.67188 198.20947 174.67188 199.74072L174.67188 199.8501ZM173.59375 199.7251Q173.59375 198.64697 173.125 198.0376Q172.67188 197.4126 171.875 197.4126Q170.89062 197.4126 170.40625 198.27197L170.40625 201.30322Q170.89062 202.17822 171.89062 202.17822Q172.67188 202.17822 173.125 201.56885Q173.59375 200.94385 173.59375 199.7251ZM179.39062 197.56885Q179.14062 197.5376 178.85938 197.5376Q177.78125 197.5376 177.40625 198.44385L177.40625 202.94385L176.32812 202.94385L176.32812 196.6001L177.375 196.6001L177.39062 197.33447Q177.92188 196.49072 178.90625 196.49072Q179.21875 196.49072 179.39062 196.56885L179.39062 197.56885ZM180.03125 199.70947Q180.03125 198.7876 180.39062 198.0376Q180.76562 197.2876 181.42188 196.89697Q182.07812 196.49072 182.90625 196.49072Q184.20312 196.49072 185.0 197.38135Q185.8125 198.27197 185.8125 199.77197L185.8125 199.8501Q185.8125 200.77197 185.45312 201.50635Q185.09375 202.24072 184.4375 202.6626Q183.78125 203.06885 182.92188 203.06885Q181.64062 203.06885 180.82812 202.17822Q180.03125 201.27197 180.03125 199.7876L180.03125 199.70947ZM181.125 199.8501Q181.125 200.89697 181.60938 201.5376Q182.10938 202.17822 182.92188 202.17822Q183.75 202.17822 184.23438 201.5376Q184.71875 200.88135 184.71875 199.70947Q184.71875 198.67822 184.21875 198.0376Q183.73438 197.38135 182.90625 197.38135Q182.10938 197.38135 181.60938 198.02197Q181.125 198.64697 181.125 199.8501ZM189.40625 201.4751L190.98438 196.6001L192.09375 196.6001L189.8125 202.94385L188.98438 202.94385L186.6875 196.6001L187.79688 196.6001L189.40625 201.4751ZM195.95312 203.06885Q194.65625 203.06885 193.84375 202.2251Q193.04688 201.36572 193.04688 199.94385L193.04688 199.75635Q193.04688 198.80322 193.40625 198.06885Q193.76562 197.31885 194.40625 196.9126Q195.0625 196.49072 195.8125 196.49072Q197.04688 196.49072 197.73438 197.30322Q198.42188 198.11572 198.42188 199.63135L198.42188 200.08447L194.125 200.08447Q194.15625 201.02197 194.67188 201.6001Q195.20312 202.17822 196.01562 202.17822Q196.57812 202.17822 196.96875 201.94385Q197.375 201.70947 197.6875 201.31885L198.34375 201.83447Q197.54688 203.06885 195.95312 203.06885ZM195.8125 197.38135Q195.15625 197.38135 194.70312 197.86572Q194.26562 198.33447 194.17188 199.19385L197.34375 199.19385L197.34375 199.11572Q197.29688 198.2876 196.89062 197.83447Q196.5 197.38135 195.8125 197.38135ZM200.34375 196.6001L200.375 197.30322Q201.0625 196.49072 202.25 196.49072Q203.57812 196.49072 204.0625 197.50635Q204.375 197.05322 204.875 196.77197Q205.39062 196.49072 206.07812 196.49072Q208.17188 196.49072 208.20312 198.69385L208.20312 202.94385L207.125 202.94385L207.125 198.75635Q207.125 198.08447 206.8125 197.75635Q206.5 197.4126 205.76562 197.4126Q205.15625 197.4126 204.75 197.77197Q204.35938 198.13135 204.29688 198.74072L204.29688 202.94385L203.21875 202.94385L203.21875 198.7876Q203.21875 197.4126 201.85938 197.4126Q200.79688 197.4126 200.40625 198.31885L200.40625 202.94385L199.3125 202.94385L199.3125 196.6001L200.34375 196.6001ZM212.95312 203.06885Q211.65625 203.06885 210.84375 202.2251Q210.04688 201.36572 210.04688 199.94385L210.04688 199.75635Q210.04688 198.80322 210.40625 198.06885Q210.76562 197.31885 211.40625 196.9126Q212.0625 196.49072 212.8125 196.49072Q214.04688 196.49072 214.73438 197.30322Q215.42188 198.11572 215.42188 199.63135L215.42188 200.08447L211.125 200.08447Q211.15625 201.02197 211.67188 201.6001Q212.20312 202.17822 213.01562 202.17822Q213.57812 202.17822 213.96875 201.94385Q214.375 201.70947 214.6875 201.31885L215.34375 201.83447Q214.54688 203.06885 212.95312 203.06885ZM212.8125 197.38135Q212.15625 197.38135 211.70312 197.86572Q211.26562 198.33447 211.17188 199.19385L214.34375 199.19385L214.34375 199.11572Q214.29688 198.2876 213.89062 197.83447Q213.5 197.38135 212.8125 197.38135ZM217.34375 196.6001L217.375 197.39697Q218.10938 196.49072 219.28125 196.49072Q221.29688 196.49072 221.3125 198.75635L221.3125 202.94385L220.21875 202.94385L220.21875 198.74072Q220.21875 198.06885 219.90625 197.74072Q219.60938 197.4126 218.95312 197.4126Q218.42188 197.4126 218.01562 197.69385Q217.625 197.9751 217.40625 198.42822L217.40625 202.94385L216.32812 202.94385L216.32812 196.6001L217.34375 196.6001ZM224.79688 195.06885L224.79688 196.6001L225.96875 196.6001L225.96875 197.44385L224.79688 197.44385L224.79688 201.36572Q224.79688 201.75635 224.95312 201.94385Q225.10938 202.13135 225.48438 202.13135Q225.67188 202.13135 226.0 202.06885L226.0 202.94385Q225.57812 203.06885 225.17188 203.06885Q224.45312 203.06885 224.07812 202.63135Q223.70312 202.17822 223.70312 201.36572L223.70312 197.44385L222.54688 197.44385L222.54688 196.6001L223.70312 196.6001L223.70312 195.06885L224.79688 195.06885ZM231.01562 201.25635Q231.01562 200.81885 230.67188 200.58447Q230.34375 200.33447 229.51562 200.1626Q228.70312 199.99072 228.21875 199.74072Q227.73438 199.49072 227.5 199.1626Q227.28125 198.81885 227.28125 198.3501Q227.28125 197.56885 227.9375 197.0376Q228.59375 196.49072 229.625 196.49072Q230.70312 196.49072 231.35938 197.05322Q232.03125 197.6001 232.03125 198.45947L230.95312 198.45947Q230.95312 198.02197 230.5625 197.70947Q230.1875 197.38135 229.625 197.38135Q229.03125 197.38135 228.6875 197.64697Q228.35938 197.89697 228.35938 198.30322Q228.35938 198.69385 228.67188 198.89697Q228.98438 199.1001 229.79688 199.2876Q230.60938 199.45947 231.10938 199.70947Q231.60938 199.95947 231.84375 200.31885Q232.09375 200.67822 232.09375 201.17822Q232.09375 202.0376 231.40625 202.55322Q230.73438 203.06885 229.65625 203.06885Q228.89062 203.06885 228.29688 202.80322Q227.71875 202.52197 227.39062 202.0376Q227.0625 201.55322 227.0625 200.99072L228.14062 200.99072Q228.17188 201.5376 228.57812 201.86572Q228.98438 202.17822 229.65625 202.17822Q230.26562 202.17822 230.64062 201.92822Q231.01562 201.67822 231.01562 201.25635Z" fill-rule="nonzero"/><path fill="#666666" d="M61.484375 232.49977L61.484375 223.96852L64.28125 223.96852Q65.671875 223.96852 66.359375 224.54665Q67.0625 225.10915 67.0625 226.23415Q67.0625 226.84352 66.71875 227.31227Q66.390625 227.7654 65.796875 228.0154Q66.5 228.2029 66.890625 228.74977Q67.296875 229.28102 67.296875 230.03102Q67.296875 231.18727 66.546875 231.84352Q65.8125 232.49977 64.453125 232.49977L61.484375 232.49977ZM62.609375 228.5154L62.609375 231.5779L64.46875 231.5779Q65.265625 231.5779 65.71875 231.17165Q66.171875 230.7654 66.171875 230.04665Q66.171875 228.5154 64.484375 228.5154L62.609375 228.5154ZM62.609375 227.60915L64.3125 227.60915Q65.046875 227.60915 65.484375 227.24977Q65.9375 226.87477 65.9375 226.23415Q65.9375 225.53102 65.53125 225.21852Q65.125 224.8904 64.28125 224.8904L62.609375 224.8904L62.609375 227.60915ZM70.953125 232.62477Q69.65625 232.62477 68.84375 231.78102Q68.046875 230.92165 68.046875 229.49977L68.046875 229.31227Q68.046875 228.35915 68.40625 227.62477Q68.765625 226.87477 69.40625 226.46852Q70.0625 226.04665 70.8125 226.04665Q72.046875 226.04665 72.734375 226.85915Q73.421875 227.67165 73.421875 229.18727L73.421875 229.6404L69.125 229.6404Q69.15625 230.5779 69.671875 231.15602Q70.203125 231.73415 71.015625 231.73415Q71.578125 231.73415 71.96875 231.49977Q72.375 231.2654 72.6875 230.87477L73.34375 231.3904Q72.546875 232.62477 70.953125 232.62477ZM70.8125 226.93727Q70.15625 226.93727 69.703125 227.42165Q69.265625 227.8904 69.171875 228.74977L72.34375 228.74977L72.34375 228.67165Q72.296875 227.84352 71.890625 227.3904Q71.5 226.93727 70.8125 226.93727ZM75.796875 224.62477L75.796875 226.15602L76.96875 226.15602L76.96875 226.99977L75.796875 226.99977L75.796875 230.92165Q75.796875 231.31227 75.953125 231.49977Q76.109375 231.68727 76.484375 231.68727Q76.671875 231.68727 77.0 231.62477L77.0 232.49977Q76.578125 232.62477 76.171875 232.62477Q75.453125 232.62477 75.078125 232.18727Q74.703125 231.73415 74.703125 230.92165L74.703125 226.99977L73.546875 226.99977L73.546875 226.15602L74.703125 226.15602L74.703125 224.62477L75.796875 224.62477ZM79.796875 224.62477L79.796875 226.15602L80.96875 226.15602L80.96875 226.99977L79.796875 226.99977L79.796875 230.92165Q79.796875 231.31227 79.953125 231.49977Q80.109375 231.68727 80.484375 231.68727Q80.671875 231.68727 81.0 231.62477L81.0 232.49977Q80.578125 232.62477 80.171875 232.62477Q79.453125 232.62477 79.078125 232.18727Q78.703125 231.73415 78.703125 230.92165L78.703125 226.99977L77.546875 226.99977L77.546875 226.15602L78.703125 226.15602L78.703125 224.62477L79.796875 224.62477ZM84.953125 232.62477Q83.65625 232.62477 82.84375 231.78102Q82.046875 230.92165 82.046875 229.49977L82.046875 229.31227Q82.046875 228.35915 82.40625 227.62477Q82.765625 226.87477 83.40625 226.46852Q84.0625 226.04665 84.8125 226.04665Q86.046875 226.04665 86.734375 226.85915Q87.421875 227.67165 87.421875 229.18727L87.421875 229.6404L83.125 229.6404Q83.15625 230.5779 83.671875 231.15602Q84.203125 231.73415 85.015625 231.73415Q85.578125 231.73415 85.96875 231.49977Q86.375 231.2654 86.6875 230.87477L87.34375 231.3904Q86.546875 232.62477 84.953125 232.62477ZM84.8125 226.93727Q84.15625 226.93727 83.703125 227.42165Q83.265625 227.8904 83.171875 228.74977L86.34375 228.74977L86.34375 228.67165Q86.296875 227.84352 85.890625 227.3904Q85.5 226.93727 84.8125 226.93727ZM91.390625 227.12477Q91.140625 227.09352 90.859375 227.09352Q89.78125 227.09352 89.40625 227.99977L89.40625 232.49977L88.328125 232.49977L88.328125 226.15602L89.375 226.15602L89.390625 226.8904Q89.921875 226.04665 90.90625 226.04665Q91.21875 226.04665 91.390625 226.12477L91.390625 227.12477ZM96.34375 226.15602L96.375 226.85915Q97.0625 226.04665 98.25 226.04665Q99.578125 226.04665 100.0625 227.06227Q100.375 226.60915 100.875 226.3279Q101.390625 226.04665 102.078125 226.04665Q104.171875 226.04665 104.203125 228.24977L104.203125 232.49977L103.125 232.49977L103.125 228.31227Q103.125 227.6404 102.8125 227.31227Q102.5 226.96852 101.765625 226.96852Q101.15625 226.96852 100.75 227.3279Q100.359375 227.68727 100.296875 228.29665L100.296875 232.49977L99.21875 232.49977L99.21875 228.34352Q99.21875 226.96852 97.859375 226.96852Q96.796875 226.96852 96.40625 227.87477L96.40625 232.49977L95.3125 232.49977L95.3125 226.15602L96.34375 226.15602ZM106.03125 229.2654Q106.03125 228.34352 106.390625 227.59352Q106.765625 226.84352 107.421875 226.4529Q108.078125 226.04665 108.90625 226.04665Q110.203125 226.04665 111.0 226.93727Q111.8125 227.8279 111.8125 229.3279L111.8125 229.40602Q111.8125 230.3279 111.453125 231.06227Q111.09375 231.79665 110.4375 232.21852Q109.78125 232.62477 108.921875 232.62477Q107.640625 232.62477 106.828125 231.73415Q106.03125 230.8279 106.03125 229.34352L106.03125 229.2654ZM107.125 229.40602Q107.125 230.4529 107.609375 231.09352Q108.109375 231.73415 108.921875 231.73415Q109.75 231.73415 110.234375 231.09352Q110.71875 230.43727 110.71875 229.2654Q110.71875 228.23415 110.21875 227.59352Q109.734375 226.93727 108.90625 226.93727Q108.109375 226.93727 107.609375 227.5779Q107.125 228.2029 107.125 229.40602ZM113.0625 229.28102Q113.0625 227.81227 113.75 226.93727Q114.4375 226.04665 115.5625 226.04665Q116.671875 226.04665 117.328125 226.79665L117.328125 223.49977L118.40625 223.49977L118.40625 232.49977L117.40625 232.49977L117.359375 231.81227Q116.703125 232.62477 115.546875 232.62477Q114.453125 232.62477 113.75 231.71852Q113.0625 230.81227 113.0625 229.35915L113.0625 229.28102ZM114.140625 229.40602Q114.140625 230.48415 114.578125 231.09352Q115.03125 231.7029 115.8125 231.7029Q116.84375 231.7029 117.328125 230.7654L117.328125 227.85915Q116.84375 226.96852 115.828125 226.96852Q115.03125 226.96852 114.578125 227.5779Q114.140625 228.18727 114.140625 229.40602ZM124.234375 231.87477Q123.609375 232.62477 122.375 232.62477Q121.359375 232.62477 120.828125 232.03102Q120.296875 231.43727 120.296875 230.28102L120.296875 226.15602L121.375 226.15602L121.375 230.24977Q121.375 231.7029 122.546875 231.7029Q123.796875 231.7029 124.203125 230.7654L124.203125 226.15602L125.296875 226.15602L125.296875 232.49977L124.265625 232.49977L124.234375 231.87477ZM128.5 232.49977L127.421875 232.49977L127.421875 223.49977L128.5 223.49977L128.5 232.49977ZM132.95312 232.62477Q131.65625 232.62477 130.84375 231.78102Q130.04688 230.92165 130.04688 229.49977L130.04688 229.31227Q130.04688 228.35915 130.40625 227.62477Q130.76562 226.87477 131.40625 226.46852Q132.0625 226.04665 132.8125 226.04665Q134.04688 226.04665 134.73438 226.85915Q135.42188 227.67165 135.42188 229.18727L135.42188 229.6404L131.125 229.6404Q131.15625 230.5779 131.67188 231.15602Q132.20312 231.73415 133.01562 231.73415Q133.57812 231.73415 133.96875 231.49977Q134.375 231.2654 134.6875 230.87477L135.34375 231.3904Q134.54688 232.62477 132.95312 232.62477ZM132.8125 226.93727Q132.15625 226.93727 131.70312 227.42165Q131.26562 227.8904 131.17188 228.74977L134.34375 228.74977L134.34375 228.67165Q134.29688 227.84352 133.89062 227.3904Q133.5 226.93727 132.8125 226.93727ZM143.01562 230.81227Q143.01562 230.37477 142.67188 230.1404Q142.34375 229.8904 141.51562 229.71852Q140.70312 229.54665 140.21875 229.29665Q139.73438 229.04665 139.5 228.71852Q139.28125 228.37477 139.28125 227.90602Q139.28125 227.12477 139.9375 226.59352Q140.59375 226.04665 141.625 226.04665Q142.70312 226.04665 143.35938 226.60915Q144.03125 227.15602 144.03125 228.0154L142.95312 228.0154Q142.95312 227.5779 142.5625 227.2654Q142.1875 226.93727 141.625 226.93727Q141.03125 226.93727 140.6875 227.2029Q140.35938 227.4529 140.35938 227.85915Q140.35938 228.24977 140.67188 228.4529Q140.98438 228.65602 141.79688 228.84352Q142.60938 229.0154 143.10938 229.2654Q143.60938 229.5154 143.84375 229.87477Q144.09375 230.23415 144.09375 230.73415Q144.09375 231.59352 143.40625 232.10915Q142.73438 232.62477 141.65625 232.62477Q140.89062 232.62477 140.29688 232.35915Q139.71875 232.0779 139.39062 231.59352Q139.0625 231.10915 139.0625 230.54665L140.14062 230.54665Q140.17188 231.09352 140.57812 231.42165Q140.98438 231.73415 141.65625 231.73415Q142.26562 231.73415 142.64062 231.48415Q143.01562 231.23415 143.01562 230.81227ZM149.23438 231.87477Q148.60938 232.62477 147.375 232.62477Q146.35938 232.62477 145.82812 232.03102Q145.29688 231.43727 145.29688 230.28102L145.29688 226.15602L146.375 226.15602L146.375 230.24977Q146.375 231.7029 147.54688 231.7029Q148.79688 231.7029 149.20312 230.7654L149.20312 226.15602L150.29688 226.15602L150.29688 232.49977L149.26562 232.49977L149.23438 231.87477ZM157.67188 229.40602Q157.67188 230.84352 157.01562 231.73415Q156.35938 232.62477 155.21875 232.62477Q154.0625 232.62477 153.40625 231.8904L153.40625 234.93727L152.32812 234.93727L152.32812 226.15602L153.3125 226.15602L153.35938 226.85915Q154.03125 226.04665 155.20312 226.04665Q156.34375 226.04665 157.0 226.90602Q157.67188 227.7654 157.67188 229.29665L157.67188 229.40602ZM156.59375 229.28102Q156.59375 228.2029 156.125 227.59352Q155.67188 226.96852 154.875 226.96852Q153.89062 226.96852 153.40625 227.8279L153.40625 230.85915Q153.89062 231.73415 154.89062 231.73415Q155.67188 231.73415 156.125 231.12477Q156.59375 230.49977 156.59375 229.28102ZM164.67188 229.40602Q164.67188 230.84352 164.01562 231.73415Q163.35938 232.62477 162.21875 232.62477Q161.0625 232.62477 160.40625 231.8904L160.40625 234.93727L159.32812 234.93727L159.32812 226.15602L160.3125 226.15602L160.35938 226.85915Q161.03125 226.04665 162.20312 226.04665Q163.34375 226.04665 164.0 226.90602Q164.67188 227.7654 164.67188 229.29665L164.67188 229.40602ZM163.59375 229.28102Q163.59375 228.2029 163.125 227.59352Q162.67188 226.96852 161.875 226.96852Q160.89062 226.96852 160.40625 227.8279L160.40625 230.85915Q160.89062 231.73415 161.89062 231.73415Q162.67188 231.73415 163.125 231.12477Q163.59375 230.49977 163.59375 229.28102ZM166.03125 229.2654Q166.03125 228.34352 166.39062 227.59352Q166.76562 226.84352 167.42188 226.4529Q168.07812 226.04665 168.90625 226.04665Q170.20312 226.04665 171.0 226.93727Q171.8125 227.8279 171.8125 229.3279L171.8125 229.40602Q171.8125 230.3279 171.45312 231.06227Q171.09375 231.79665 170.4375 232.21852Q169.78125 232.62477 168.92188 232.62477Q167.64062 232.62477 166.82812 231.73415Q166.03125 230.8279 166.03125 229.34352L166.03125 229.2654ZM167.125 229.40602Q167.125 230.4529 167.60938 231.09352Q168.10938 231.73415 168.92188 231.73415Q169.75 231.73415 170.23438 231.09352Q170.71875 230.43727 170.71875 229.2654Q170.71875 228.23415 170.21875 227.59352Q169.73438 226.93727 168.90625 226.93727Q168.10938 226.93727 167.60938 227.5779Q167.125 228.2029 167.125 229.40602ZM176.39062 227.12477Q176.14062 227.09352 175.85938 227.09352Q174.78125 227.09352 174.40625 227.99977L174.40625 232.49977L173.32812 232.49977L173.32812 226.15602L174.375 226.15602L174.39062 226.8904Q174.92188 226.04665 175.90625 226.04665Q176.21875 226.04665 176.39062 226.12477L176.39062 227.12477ZM178.79688 224.62477L178.79688 226.15602L179.96875 226.15602L179.96875 226.99977L178.79688 226.99977L178.79688 230.92165Q178.79688 231.31227 178.95312 231.49977Q179.10938 231.68727 179.48438 231.68727Q179.67188 231.68727 180.0 231.62477L180.0 232.49977Q179.57812 232.62477 179.17188 232.62477Q178.45312 232.62477 178.07812 232.18727Q177.70312 231.73415 177.70312 230.92165L177.70312 226.99977L176.54688 226.99977L176.54688 226.15602L177.70312 226.15602L177.70312 224.62477L178.79688 224.62477ZM184.53125 233.23415L183.60938 233.23415L187.17188 223.96852L188.09375 223.96852L184.53125 233.23415ZM193.34375 226.15602L193.375 226.85915Q194.0625 226.04665 195.25 226.04665Q196.57812 226.04665 197.0625 227.06227Q197.375 226.60915 197.875 226.3279Q198.39062 226.04665 199.07812 226.04665Q201.17188 226.04665 201.20312 228.24977L201.20312 232.49977L200.125 232.49977L200.125 228.31227Q200.125 227.6404 199.8125 227.31227Q199.5 226.96852 198.76562 226.96852Q198.15625 226.96852 197.75 227.3279Q197.35938 227.68727 197.29688 228.29665L197.29688 232.49977L196.21875 232.49977L196.21875 228.34352Q196.21875 226.96852 194.85938 226.96852Q193.79688 226.96852 193.40625 227.87477L193.40625 232.49977L192.3125 232.49977L192.3125 226.15602L193.34375 226.15602ZM203.03125 229.2654Q203.03125 228.34352 203.39062 227.59352Q203.76562 226.84352 204.42188 226.4529Q205.07812 226.04665 205.90625 226.04665Q207.20312 226.04665 208.0 226.93727Q208.8125 227.8279 208.8125 229.3279L208.8125 229.40602Q208.8125 230.3279 208.45312 231.06227Q208.09375 231.79665 207.4375 232.21852Q206.78125 232.62477 205.92188 232.62477Q204.64062 232.62477 203.82812 231.73415Q203.03125 230.8279 203.03125 229.34352L203.03125 229.2654ZM204.125 229.40602Q204.125 230.4529 204.60938 231.09352Q205.10938 231.73415 205.92188 231.73415Q206.75 231.73415 207.23438 231.09352Q207.71875 230.43727 207.71875 229.2654Q207.71875 228.23415 207.21875 227.59352Q206.73438 226.93727 205.90625 226.93727Q205.10938 226.93727 204.60938 227.5779Q204.125 228.2029 204.125 229.40602ZM210.0625 229.28102Q210.0625 227.81227 210.75 226.93727Q211.4375 226.04665 212.5625 226.04665Q213.67188 226.04665 214.32812 226.79665L214.32812 223.49977L215.40625 223.49977L215.40625 232.49977L214.40625 232.49977L214.35938 231.81227Q213.70312 232.62477 212.54688 232.62477Q211.45312 232.62477 210.75 231.71852Q210.0625 230.81227 210.0625 229.35915L210.0625 229.28102ZM211.14062 229.40602Q211.14062 230.48415 211.57812 231.09352Q212.03125 231.7029 212.8125 231.7029Q213.84375 231.7029 214.32812 230.7654L214.32812 227.85915Q213.84375 226.96852 212.82812 226.96852Q212.03125 226.96852 211.57812 227.5779Q211.14062 228.18727 211.14062 229.40602ZM221.23438 231.87477Q220.60938 232.62477 219.375 232.62477Q218.35938 232.62477 217.82812 232.03102Q217.29688 231.43727 217.29688 230.28102L217.29688 226.15602L218.375 226.15602L218.375 230.24977Q218.375 231.7029 219.54688 231.7029Q220.79688 231.7029 221.20312 230.7654L221.20312 226.15602L222.29688 226.15602L222.29688 232.49977L221.26562 232.49977L221.23438 231.87477ZM225.5 232.49977L224.42188 232.49977L224.42188 223.49977L225.5 223.49977L225.5 232.49977ZM229.95312 232.62477Q228.65625 232.62477 227.84375 231.78102Q227.04688 230.92165 227.04688 229.49977L227.04688 229.31227Q227.04688 228.35915 227.40625 227.62477Q227.76562 226.87477 228.40625 226.46852Q229.0625 226.04665 229.8125 226.04665Q231.04688 226.04665 231.73438 226.85915Q232.42188 227.67165 232.42188 229.18727L232.42188 229.6404L228.125 229.6404Q228.15625 230.5779 228.67188 231.15602Q229.20312 231.73415 230.01562 231.73415Q230.57812 231.73415 230.96875 231.49977Q231.375 231.2654 231.6875 230.87477L232.34375 231.3904Q231.54688 232.62477 229.95312 232.62477ZM229.8125 226.93727Q229.15625 226.93727 228.70312 227.42165Q228.26562 227.8904 228.17188 228.74977L231.34375 228.74977L231.34375 228.67165Q231.29688 227.84352 230.89062 227.3904Q230.5 226.93727 229.8125 226.93727Z" fill-rule="nonzero"/><path fill="#666666" d="M150.0625 244.28102Q150.0625 242.81227 150.75 241.93727Q151.4375 241.04665 152.5625 241.04665Q153.67188 241.04665 154.32812 241.79665L154.32812 238.49977L155.40625 238.49977L155.40625 247.49977L154.40625 247.49977L154.35938 246.81227Q153.70312 247.62477 152.54688 247.62477Q151.45312 247.62477 150.75 246.71852Q150.0625 245.81227 150.0625 244.35915L150.0625 244.28102ZM151.14062 244.40602Q151.14062 245.48415 151.57812 246.09352Q152.03125 246.7029 152.8125 246.7029Q153.84375 246.7029 154.32812 245.7654L154.32812 242.85915Q153.84375 241.96852 152.82812 241.96852Q152.03125 241.96852 151.57812 242.5779Q151.14062 243.18727 151.14062 244.40602ZM157.03125 244.2654Q157.03125 243.34352 157.39062 242.59352Q157.76562 241.84352 158.42188 241.4529Q159.07812 241.04665 159.90625 241.04665Q161.20312 241.04665 162.0 241.93727Q162.8125 242.8279 162.8125 244.3279L162.8125 244.40602Q162.8125 245.3279 162.45312 246.06227Q162.09375 246.79665 161.4375 247.21852Q160.78125 247.62477 159.92188 247.62477Q158.64062 247.62477 157.82812 246.73415Q157.03125 245.8279 157.03125 244.34352L157.03125 244.2654ZM158.125 244.40602Q158.125 245.4529 158.60938 246.09352Q159.10938 246.73415 159.92188 246.73415Q160.75 246.73415 161.23438 246.09352Q161.71875 245.43727 161.71875 244.2654Q161.71875 243.23415 161.21875 242.59352Q160.73438 241.93727 159.90625 241.93727Q159.10938 241.93727 158.60938 242.5779Q158.125 243.2029 158.125 244.40602ZM166.85938 246.73415Q167.4375 246.73415 167.875 246.3904Q168.3125 246.03102 168.35938 245.49977L169.39062 245.49977Q169.35938 246.04665 169.0 246.54665Q168.65625 247.03102 168.07812 247.3279Q167.51562 247.62477 166.85938 247.62477Q165.5625 247.62477 164.79688 246.7654Q164.04688 245.8904 164.04688 244.3904L164.04688 244.2029Q164.04688 243.28102 164.375 242.56227Q164.71875 241.84352 165.34375 241.4529Q165.98438 241.04665 166.85938 241.04665Q167.92188 241.04665 168.625 241.68727Q169.34375 242.31227 169.39062 243.34352L168.35938 243.34352Q168.3125 242.71852 167.89062 242.3279Q167.46875 241.93727 166.85938 241.93727Q166.03125 241.93727 165.57812 242.53102Q165.125 243.12477 165.125 244.24977L165.125 244.4529Q165.125 245.54665 165.57812 246.1404Q166.03125 246.73415 166.85938 246.73415ZM174.23438 246.87477Q173.60938 247.62477 172.375 247.62477Q171.35938 247.62477 170.82812 247.03102Q170.29688 246.43727 170.29688 245.28102L170.29688 241.15602L171.375 241.15602L171.375 245.24977Q171.375 246.7029 172.54688 246.7029Q173.79688 246.7029 174.20312 245.7654L174.20312 241.15602L175.29688 241.15602L175.29688 247.49977L174.26562 247.49977L174.23438 246.87477ZM178.34375 241.15602L178.375 241.85915Q179.0625 241.04665 180.25 241.04665Q181.57812 241.04665 182.0625 242.06227Q182.375 241.60915 182.875 241.3279Q183.39062 241.04665 184.07812 241.04665Q186.17188 241.04665 186.20312 243.24977L186.20312 247.49977L185.125 247.49977L185.125 243.31227Q185.125 242.6404 184.8125 242.31227Q184.5 241.96852 183.76562 241.96852Q183.15625 241.96852 182.75 242.3279Q182.35938 242.68727 182.29688 243.29665L182.29688 247.49977L181.21875 247.49977L181.21875 243.34352Q181.21875 241.96852 179.85938 241.96852Q178.79688 241.96852 178.40625 242.87477L178.40625 247.49977L177.3125 247.49977L177.3125 241.15602L178.34375 241.15602ZM190.95312 247.62477Q189.65625 247.62477 188.84375 246.78102Q188.04688 245.92165 188.04688 244.49977L188.04688 244.31227Q188.04688 243.35915 188.40625 242.62477Q188.76562 241.87477 189.40625 241.46852Q190.0625 241.04665 190.8125 241.04665Q192.04688 241.04665 192.73438 241.85915Q193.42188 242.67165 193.42188 244.18727L193.42188 244.6404L189.125 244.6404Q189.15625 245.5779 189.67188 246.15602Q190.20312 246.73415 191.01562 246.73415Q191.57812 246.73415 191.96875 246.49977Q192.375 246.2654 192.6875 245.87477L193.34375 246.3904Q192.54688 247.62477 190.95312 247.62477ZM190.8125 241.93727Q190.15625 241.93727 189.70312 242.42165Q189.26562 242.8904 189.17188 243.74977L192.34375 243.74977L192.34375 243.67165Q192.29688 242.84352 191.89062 242.3904Q191.5 241.93727 190.8125 241.93727ZM195.34375 241.15602L195.375 241.9529Q196.10938 241.04665 197.28125 241.04665Q199.29688 241.04665 199.3125 243.31227L199.3125 247.49977L198.21875 247.49977L198.21875 243.29665Q198.21875 242.62477 197.90625 242.29665Q197.60938 241.96852 196.95312 241.96852Q196.42188 241.96852 196.01562 242.24977Q195.625 242.53102 195.40625 242.98415L195.40625 247.49977L194.32812 247.49977L194.32812 241.15602L195.34375 241.15602ZM202.79688 239.62477L202.79688 241.15602L203.96875 241.15602L203.96875 241.99977L202.79688 241.99977L202.79688 245.92165Q202.79688 246.31227 202.95312 246.49977Q203.10938 246.68727 203.48438 246.68727Q203.67188 246.68727 204.0 246.62477L204.0 247.49977Q203.57812 247.62477 203.17188 247.62477Q202.45312 247.62477 202.07812 247.18727Q201.70312 246.73415 201.70312 245.92165L201.70312 241.99977L200.54688 241.99977L200.54688 241.15602L201.70312 241.15602L201.70312 239.62477L202.79688 239.62477ZM209.23438 247.49977Q209.14062 247.31227 209.07812 246.8279Q208.32812 247.62477 207.28125 247.62477Q206.34375 247.62477 205.73438 247.09352Q205.14062 246.56227 205.14062 245.73415Q205.14062 244.74977 205.89062 244.2029Q206.64062 243.65602 208.01562 243.65602L209.0625 243.65602L209.0625 243.15602Q209.0625 242.59352 208.71875 242.2654Q208.39062 241.92165 207.71875 241.92165Q207.14062 241.92165 206.75 242.21852Q206.35938 242.49977 206.35938 242.92165L205.26562 242.92165Q205.26562 242.43727 205.59375 241.99977Q205.9375 241.56227 206.51562 241.31227Q207.09375 241.04665 207.78125 241.04665Q208.89062 241.04665 209.5 241.59352Q210.125 242.1404 210.15625 243.09352L210.15625 246.0154Q210.15625 246.8904 210.375 247.40602L210.375 247.49977L209.23438 247.49977ZM207.4375 246.67165Q207.95312 246.67165 208.40625 246.40602Q208.85938 246.1404 209.0625 245.71852L209.0625 244.42165L208.21875 244.42165Q206.21875 244.42165 206.21875 245.59352Q206.21875 246.09352 206.5625 246.3904Q206.90625 246.67165 207.4375 246.67165ZM213.79688 239.62477L213.79688 241.15602L214.96875 241.15602L214.96875 241.99977L213.79688 241.99977L213.79688 245.92165Q213.79688 246.31227 213.95312 246.49977Q214.10938 246.68727 214.48438 246.68727Q214.67188 246.68727 215.0 246.62477L215.0 247.49977Q214.57812 247.62477 214.17188 247.62477Q213.45312 247.62477 213.07812 247.18727Q212.70312 246.73415 212.70312 245.92165L212.70312 241.99977L211.54688 241.99977L211.54688 241.15602L212.70312 241.15602L212.70312 239.62477L213.79688 239.62477ZM217.5 247.49977L216.42188 247.49977L216.42188 241.15602L217.5 241.15602L217.5 247.49977ZM216.32812 239.48415Q216.32812 239.21852 216.48438 239.03102Q216.65625 238.84352 216.96875 238.84352Q217.28125 238.84352 217.4375 239.03102Q217.60938 239.21852 217.60938 239.48415Q217.60938 239.73415 217.4375 239.92165Q217.28125 240.09352 216.96875 240.09352Q216.65625 240.09352 216.48438 239.92165Q216.32812 239.73415 216.32812 239.48415ZM219.03125 244.2654Q219.03125 243.34352 219.39062 242.59352Q219.76562 241.84352 220.42188 241.4529Q221.07812 241.04665 221.90625 241.04665Q223.20312 241.04665 224.0 241.93727Q224.8125 242.8279 224.8125 244.3279L224.8125 244.40602Q224.8125 245.3279 224.45312 246.06227Q224.09375 246.79665 223.4375 247.21852Q222.78125 247.62477 221.92188 247.62477Q220.64062 247.62477 219.82812 246.73415Q219.03125 245.8279 219.03125 244.34352L219.03125 244.2654ZM220.125 244.40602Q220.125 245.4529 220.60938 246.09352Q221.10938 246.73415 221.92188 246.73415Q222.75 246.73415 223.23438 246.09352Q223.71875 245.43727 223.71875 244.2654Q223.71875 243.23415 223.21875 242.59352Q222.73438 241.93727 221.90625 241.93727Q221.10938 241.93727 220.60938 242.5779Q220.125 243.2029 220.125 244.40602ZM227.34375 241.15602L227.375 241.9529Q228.10938 241.04665 229.28125 241.04665Q231.29688 241.04665 231.3125 243.31227L231.3125 247.49977L230.21875 247.49977L230.21875 243.29665Q230.21875 242.62477 229.90625 242.29665Q229.60938 241.96852 228.95312 241.96852Q228.42188 241.96852 228.01562 242.24977Q227.625 242.53102 227.40625 242.98415L227.40625 247.49977L226.32812 247.49977L226.32812 241.15602L227.34375 241.15602Z" fill-rule="nonzero"/><path fill="#666666" d="M49.625 273.6026L47.609375 273.6026L47.609375 277.05573L46.484375 277.05573L46.484375 268.52448L49.3125 268.52448Q50.75 268.52448 51.515625 269.18073Q52.296875 269.83698 52.296875 271.08698Q52.296875 271.88385 51.859375 272.4776Q51.4375 273.07135 50.671875 273.36823L52.671875 276.9776L52.671875 277.05573L51.46875 277.05573L49.625 273.6026ZM47.609375 272.68073L49.34375 272.68073Q50.1875 272.68073 50.671875 272.25885Q51.171875 271.82135 51.171875 271.08698Q51.171875 270.30573 50.703125 269.88385Q50.234375 269.46198 49.34375 269.44635L47.609375 269.44635L47.609375 272.68073ZM55.953125 277.18073Q54.65625 277.18073 53.84375 276.33698Q53.046875 275.4776 53.046875 274.05573L53.046875 273.86823Q53.046875 272.9151 53.40625 272.18073Q53.765625 271.43073 54.40625 271.02448Q55.0625 270.6026 55.8125 270.6026Q57.046875 270.6026 57.734375 271.4151Q58.421875 272.2276 58.421875 273.74323L58.421875 274.19635L54.125 274.19635Q54.15625 275.13385 54.671875 275.71198Q55.203125 276.2901 56.015625 276.2901Q56.578125 276.2901 56.96875 276.05573Q57.375 275.82135 57.6875 275.43073L58.34375 275.94635Q57.546875 277.18073 55.953125 277.18073ZM55.8125 271.49323Q55.15625 271.49323 54.703125 271.9776Q54.265625 272.44635 54.171875 273.30573L57.34375 273.30573L57.34375 273.2276Q57.296875 272.39948 56.890625 271.94635Q56.5 271.49323 55.8125 271.49323ZM59.859375 277.05573L59.859375 271.55573L58.859375 271.55573L58.859375 270.71198L59.859375 270.71198L59.859375 270.07135Q59.859375 269.0401 60.390625 268.49323Q60.9375 267.93073 61.9375 267.93073Q62.3125 267.93073 62.6875 268.02448L62.625 268.9151Q62.34375 268.8526 62.046875 268.8526Q61.515625 268.8526 61.21875 269.1651Q60.9375 269.4776 60.9375 270.0401L60.9375 270.71198L62.296875 270.71198L62.296875 271.55573L60.9375 271.55573L60.9375 277.05573L59.859375 277.05573ZM67.234375 277.05573Q67.140625 276.86823 67.078125 276.38385Q66.328125 277.18073 65.28125 277.18073Q64.34375 277.18073 63.734375 276.64948Q63.140625 276.11823 63.140625 275.2901Q63.140625 274.30573 63.890625 273.75885Q64.640625 273.21198 66.015625 273.21198L67.0625 273.21198L67.0625 272.71198Q67.0625 272.14948 66.71875 271.82135Q66.390625 271.4776 65.71875 271.4776Q65.140625 271.4776 64.75 271.77448Q64.359375 272.05573 64.359375 272.4776L63.265625 272.4776Q63.265625 271.99323 63.59375 271.55573Q63.9375 271.11823 64.515625 270.86823Q65.09375 270.6026 65.78125 270.6026Q66.890625 270.6026 67.5 271.14948Q68.125 271.69635 68.15625 272.64948L68.15625 275.57135Q68.15625 276.44635 68.375 276.96198L68.375 277.05573L67.234375 277.05573ZM65.4375 276.2276Q65.953125 276.2276 66.40625 275.96198Q66.859375 275.69635 67.0625 275.27448L67.0625 273.9776L66.21875 273.9776Q64.21875 273.9776 64.21875 275.14948Q64.21875 275.64948 64.5625 275.94635Q64.90625 276.2276 65.4375 276.2276ZM72.859375 276.2901Q73.4375 276.2901 73.875 275.94635Q74.3125 275.58698 74.359375 275.05573L75.390625 275.05573Q75.359375 275.6026 75.0 276.1026Q74.65625 276.58698 74.078125 276.88385Q73.515625 277.18073 72.859375 277.18073Q71.5625 277.18073 70.796875 276.32135Q70.046875 275.44635 70.046875 273.94635L70.046875 273.75885Q70.046875 272.83698 70.375 272.11823Q70.71875 271.39948 71.34375 271.00885Q71.984375 270.6026 72.859375 270.6026Q73.921875 270.6026 74.625 271.24323Q75.34375 271.86823 75.390625 272.89948L74.359375 272.89948Q74.3125 272.27448 73.890625 271.88385Q73.46875 271.49323 72.859375 271.49323Q72.03125 271.49323 71.578125 272.08698Q71.125 272.68073 71.125 273.80573L71.125 274.00885Q71.125 275.1026 71.578125 275.69635Q72.03125 276.2901 72.859375 276.2901ZM77.796875 269.18073L77.796875 270.71198L78.96875 270.71198L78.96875 271.55573L77.796875 271.55573L77.796875 275.4776Q77.796875 275.86823 77.953125 276.05573Q78.109375 276.24323 78.484375 276.24323Q78.671875 276.24323 79.0 276.18073L79.0 277.05573Q78.578125 277.18073 78.171875 277.18073Q77.453125 277.18073 77.078125 276.74323Q76.703125 276.2901 76.703125 275.4776L76.703125 271.55573L75.546875 271.55573L75.546875 270.71198L76.703125 270.71198L76.703125 269.18073L77.796875 269.18073ZM80.03125 273.82135Q80.03125 272.89948 80.390625 272.14948Q80.765625 271.39948 81.421875 271.00885Q82.078125 270.6026 82.90625 270.6026Q84.203125 270.6026 85.0 271.49323Q85.8125 272.38385 85.8125 273.88385L85.8125 273.96198Q85.8125 274.88385 85.453125 275.61823Q85.09375 276.3526 84.4375 276.77448Q83.78125 277.18073 82.921875 277.18073Q81.640625 277.18073 80.828125 276.2901Q80.03125 275.38385 80.03125 273.89948L80.03125 273.82135ZM81.125 273.96198Q81.125 275.00885 81.609375 275.64948Q82.109375 276.2901 82.921875 276.2901Q83.75 276.2901 84.234375 275.64948Q84.71875 274.99323 84.71875 273.82135Q84.71875 272.7901 84.21875 272.14948Q83.734375 271.49323 82.90625 271.49323Q82.109375 271.49323 81.609375 272.13385Q81.125 272.75885 81.125 273.96198ZM90.390625 271.68073Q90.140625 271.64948 89.859375 271.64948Q88.78125 271.64948 88.40625 272.55573L88.40625 277.05573L87.328125 277.05573L87.328125 270.71198L88.375 270.71198L88.390625 271.44635Q88.921875 270.6026 89.90625 270.6026Q90.21875 270.6026 90.390625 270.68073L90.390625 271.68073ZM92.5 277.05573L91.421875 277.05573L91.421875 270.71198L92.5 270.71198L92.5 277.05573ZM91.328125 269.0401Q91.328125 268.77448 91.484375 268.58698Q91.65625 268.39948 91.96875 268.39948Q92.28125 268.39948 92.4375 268.58698Q92.609375 268.77448 92.609375 269.0401Q92.609375 269.2901 92.4375 269.4776Q92.28125 269.64948 91.96875 269.64948Q91.65625 269.64948 91.484375 269.4776Q91.328125 269.2901 91.328125 269.0401ZM95.34375 270.71198L95.375 271.50885Q96.109375 270.6026 97.28125 270.6026Q99.296875 270.6026 99.3125 272.86823L99.3125 277.05573L98.21875 277.05573L98.21875 272.8526Q98.21875 272.18073 97.90625 271.8526Q97.609375 271.52448 96.953125 271.52448Q96.421875 271.52448 96.015625 271.80573Q95.625 272.08698 95.40625 272.5401L95.40625 277.05573L94.328125 277.05573L94.328125 270.71198L95.34375 270.71198ZM101.0625 273.83698Q101.0625 272.3526 101.75 271.4776Q102.4375 270.6026 103.5625 270.6026Q104.71875 270.6026 105.375 271.4151L105.421875 270.71198L106.421875 270.71198L106.421875 276.89948Q106.421875 278.13385 105.6875 278.83698Q104.953125 279.55573 103.734375 279.55573Q103.046875 279.55573 102.390625 279.25885Q101.734375 278.96198 101.390625 278.46198L101.953125 277.80573Q102.640625 278.6651 103.65625 278.6651Q104.4375 278.6651 104.875 278.21198Q105.328125 277.77448 105.328125 276.96198L105.328125 276.4151Q104.671875 277.18073 103.546875 277.18073Q102.4375 277.18073 101.75 276.2901Q101.0625 275.38385 101.0625 273.83698ZM102.15625 273.96198Q102.15625 275.02448 102.59375 275.64948Q103.03125 276.25885 103.828125 276.25885Q104.84375 276.25885 105.328125 275.32135L105.328125 272.43073Q104.828125 271.52448 103.828125 271.52448Q103.046875 271.52448 102.59375 272.13385Q102.15625 272.74323 102.15625 273.96198ZM111.53125 277.7901L110.609375 277.7901L114.171875 268.52448L115.09375 268.52448L111.53125 277.7901ZM119.0625 273.83698Q119.0625 272.33698 119.734375 271.4776Q120.421875 270.6026 121.578125 270.6026Q122.703125 270.6026 123.359375 271.3526L123.40625 270.71198L124.40625 270.71198L124.40625 279.49323L123.3125 279.49323L123.3125 276.46198Q122.65625 277.18073 121.578125 277.18073Q120.421875 277.18073 119.734375 276.2901Q119.0625 275.38385 119.0625 273.9151L119.0625 273.83698ZM120.140625 273.96198Q120.140625 275.0401 120.59375 275.6651Q121.0625 276.2901 121.84375 276.2901Q122.8125 276.2901 123.3125 275.43073L123.3125 272.32135Q122.796875 271.49323 121.859375 271.49323Q121.0625 271.49323 120.59375 272.11823Q120.140625 272.74323 120.140625 273.96198ZM130.23438 276.43073Q129.60938 277.18073 128.375 277.18073Q127.359375 277.18073 126.828125 276.58698Q126.296875 275.99323 126.296875 274.83698L126.296875 270.71198L127.375 270.71198L127.375 274.80573Q127.375 276.25885 128.54688 276.25885Q129.79688 276.25885 130.20312 275.32135L130.20312 270.71198L131.29688 270.71198L131.29688 277.05573L130.26562 277.05573L130.23438 276.43073ZM134.5 277.05573L133.42188 277.05573L133.42188 270.71198L134.5 270.71198L134.5 277.05573ZM133.32812 269.0401Q133.32812 268.77448 133.48438 268.58698Q133.65625 268.39948 133.96875 268.39948Q134.28125 268.39948 134.4375 268.58698Q134.60938 268.77448 134.60938 269.0401Q134.60938 269.2901 134.4375 269.4776Q134.28125 269.64948 133.96875 269.64948Q133.65625 269.64948 133.48438 269.4776Q133.32812 269.2901 133.32812 269.0401ZM138.85938 276.2901Q139.4375 276.2901 139.875 275.94635Q140.3125 275.58698 140.35938 275.05573L141.39062 275.05573Q141.35938 275.6026 141.0 276.1026Q140.65625 276.58698 140.07812 276.88385Q139.51562 277.18073 138.85938 277.18073Q137.5625 277.18073 136.79688 276.32135Q136.04688 275.44635 136.04688 273.94635L136.04688 273.75885Q136.04688 272.83698 136.375 272.11823Q136.71875 271.39948 137.34375 271.00885Q137.98438 270.6026 138.85938 270.6026Q139.92188 270.6026 140.625 271.24323Q141.34375 271.86823 141.39062 272.89948L140.35938 272.89948Q140.3125 272.27448 139.89062 271.88385Q139.46875 271.49323 138.85938 271.49323Q138.03125 271.49323 137.57812 272.08698Q137.125 272.68073 137.125 273.80573L137.125 274.00885Q137.125 275.1026 137.57812 275.69635Q138.03125 276.2901 138.85938 276.2901ZM144.09375 274.11823L143.40625 274.82135L143.40625 277.05573L142.32812 277.05573L142.32812 268.05573L143.40625 268.05573L143.40625 273.49323L143.98438 272.80573L145.96875 270.71198L147.28125 270.71198L144.8125 273.36823L147.57812 277.05573L146.29688 277.05573L144.09375 274.11823ZM150.57812 273.86823L147.71875 273.86823L147.71875 272.99323L150.57812 272.99323L150.57812 273.86823ZM151.85938 277.05573L151.85938 271.55573L150.85938 271.55573L150.85938 270.71198L151.85938 270.71198L151.85938 270.07135Q151.85938 269.0401 152.39062 268.49323Q152.9375 267.93073 153.9375 267.93073Q154.3125 267.93073 154.6875 268.02448L154.625 268.9151Q154.34375 268.8526 154.04688 268.8526Q153.51562 268.8526 153.21875 269.1651Q152.9375 269.4776 152.9375 270.0401L152.9375 270.71198L154.29688 270.71198L154.29688 271.55573L152.9375 271.55573L152.9375 277.05573L151.85938 277.05573ZM156.5 277.05573L155.42188 277.05573L155.42188 270.71198L156.5 270.71198L156.5 277.05573ZM155.32812 269.0401Q155.32812 268.77448 155.48438 268.58698Q155.65625 268.39948 155.96875 268.39948Q156.28125 268.39948 156.4375 268.58698Q156.60938 268.77448 156.60938 269.0401Q156.60938 269.2901 156.4375 269.4776Q156.28125 269.64948 155.96875 269.64948Q155.65625 269.64948 155.48438 269.4776Q155.32812 269.2901 155.32812 269.0401ZM160.45312 273.02448L161.85938 270.71198L163.125 270.71198L161.04688 273.8526L163.1875 277.05573L161.9375 277.05573L160.46875 274.68073L159.0 277.05573L157.73438 277.05573L159.875 273.8526L157.8125 270.71198L159.0625 270.71198L160.45312 273.02448ZM171.01562 275.36823Q171.01562 274.93073 170.67188 274.69635Q170.34375 274.44635 169.51562 274.27448Q168.70312 274.1026 168.21875 273.8526Q167.73438 273.6026 167.5 273.27448Q167.28125 272.93073 167.28125 272.46198Q167.28125 271.68073 167.9375 271.14948Q168.59375 270.6026 169.625 270.6026Q170.70312 270.6026 171.35938 271.1651Q172.03125 271.71198 172.03125 272.57135L170.95312 272.57135Q170.95312 272.13385 170.5625 271.82135Q170.1875 271.49323 169.625 271.49323Q169.03125 271.49323 168.6875 271.75885Q168.35938 272.00885 168.35938 272.4151Q168.35938 272.80573 168.67188 273.00885Q168.98438 273.21198 169.79688 273.39948Q170.60938 273.57135 171.10938 273.82135Q171.60938 274.07135 171.84375 274.43073Q172.09375 274.7901 172.09375 275.2901Q172.09375 276.14948 171.40625 276.6651Q170.73438 277.18073 169.65625 277.18073Q168.89062 277.18073 168.29688 276.9151Q167.71875 276.63385 167.39062 276.14948Q167.0625 275.6651 167.0625 275.1026L168.14062 275.1026Q168.17188 275.64948 168.57812 275.9776Q168.98438 276.2901 169.65625 276.2901Q170.26562 276.2901 170.64062 276.0401Q171.01562 275.7901 171.01562 275.36823ZM177.23438 276.43073Q176.60938 277.18073 175.375 277.18073Q174.35938 277.18073 173.82812 276.58698Q173.29688 275.99323 173.29688 274.83698L173.29688 270.71198L174.375 270.71198L174.375 274.80573Q174.375 276.25885 175.54688 276.25885Q176.79688 276.25885 177.20312 275.32135L177.20312 270.71198L178.29688 270.71198L178.29688 277.05573L177.26562 277.05573L177.23438 276.43073ZM180.0625 273.83698Q180.0625 272.3526 180.75 271.4776Q181.4375 270.6026 182.5625 270.6026Q183.71875 270.6026 184.375 271.4151L184.42188 270.71198L185.42188 270.71198L185.42188 276.89948Q185.42188 278.13385 184.6875 278.83698Q183.95312 279.55573 182.73438 279.55573Q182.04688 279.55573 181.39062 279.25885Q180.73438 278.96198 180.39062 278.46198L180.95312 277.80573Q181.64062 278.6651 182.65625 278.6651Q183.4375 278.6651 183.875 278.21198Q184.32812 277.77448 184.32812 276.96198L184.32812 276.4151Q183.67188 277.18073 182.54688 277.18073Q181.4375 277.18073 180.75 276.2901Q180.0625 275.38385 180.0625 273.83698ZM181.15625 273.96198Q181.15625 275.02448 181.59375 275.64948Q182.03125 276.25885 182.82812 276.25885Q183.84375 276.25885 184.32812 275.32135L184.32812 272.43073Q183.82812 271.52448 182.82812 271.52448Q182.04688 271.52448 181.59375 272.13385Q181.15625 272.74323 181.15625 273.96198ZM187.0625 273.83698Q187.0625 272.3526 187.75 271.4776Q188.4375 270.6026 189.5625 270.6026Q190.71875 270.6026 191.375 271.4151L191.42188 270.71198L192.42188 270.71198L192.42188 276.89948Q192.42188 278.13385 191.6875 278.83698Q190.95312 279.55573 189.73438 279.55573Q189.04688 279.55573 188.39062 279.25885Q187.73438 278.96198 187.39062 278.46198L187.95312 277.80573Q188.64062 278.6651 189.65625 278.6651Q190.4375 278.6651 190.875 278.21198Q191.32812 277.77448 191.32812 276.96198L191.32812 276.4151Q190.67188 277.18073 189.54688 277.18073Q188.4375 277.18073 187.75 276.2901Q187.0625 275.38385 187.0625 273.83698ZM188.15625 273.96198Q188.15625 275.02448 188.59375 275.64948Q189.03125 276.25885 189.82812 276.25885Q190.84375 276.25885 191.32812 275.32135L191.32812 272.43073Q190.82812 271.52448 189.82812 271.52448Q189.04688 271.52448 188.59375 272.13385Q188.15625 272.74323 188.15625 273.96198ZM196.95312 277.18073Q195.65625 277.18073 194.84375 276.33698Q194.04688 275.4776 194.04688 274.05573L194.04688 273.86823Q194.04688 272.9151 194.40625 272.18073Q194.76562 271.43073 195.40625 271.02448Q196.0625 270.6026 196.8125 270.6026Q198.04688 270.6026 198.73438 271.4151Q199.42188 272.2276 199.42188 273.74323L199.42188 274.19635L195.125 274.19635Q195.15625 275.13385 195.67188 275.71198Q196.20312 276.2901 197.01562 276.2901Q197.57812 276.2901 197.96875 276.05573Q198.375 275.82135 198.6875 275.43073L199.34375 275.94635Q198.54688 277.18073 196.95312 277.18073ZM196.8125 271.49323Q196.15625 271.49323 195.70312 271.9776Q195.26562 272.44635 195.17188 273.30573L198.34375 273.30573L198.34375 273.2276Q198.29688 272.39948 197.89062 271.94635Q197.5 271.49323 196.8125 271.49323ZM204.01562 275.36823Q204.01562 274.93073 203.67188 274.69635Q203.34375 274.44635 202.51562 274.27448Q201.70312 274.1026 201.21875 273.8526Q200.73438 273.6026 200.5 273.27448Q200.28125 272.93073 200.28125 272.46198Q200.28125 271.68073 200.9375 271.14948Q201.59375 270.6026 202.625 270.6026Q203.70312 270.6026 204.35938 271.1651Q205.03125 271.71198 205.03125 272.57135L203.95312 272.57135Q203.95312 272.13385 203.5625 271.82135Q203.1875 271.49323 202.625 271.49323Q202.03125 271.49323 201.6875 271.75885Q201.35938 272.00885 201.35938 272.4151Q201.35938 272.80573 201.67188 273.00885Q201.98438 273.21198 202.79688 273.39948Q203.60938 273.57135 204.10938 273.82135Q204.60938 274.07135 204.84375 274.43073Q205.09375 274.7901 205.09375 275.2901Q205.09375 276.14948 204.40625 276.6651Q203.73438 277.18073 202.65625 277.18073Q201.89062 277.18073 201.29688 276.9151Q200.71875 276.63385 200.39062 276.14948Q200.0625 275.6651 200.0625 275.1026L201.14062 275.1026Q201.17188 275.64948 201.57812 275.9776Q201.98438 276.2901 202.65625 276.2901Q203.26562 276.2901 203.64062 276.0401Q204.01562 275.7901 204.01562 275.36823ZM207.79688 269.18073L207.79688 270.71198L208.96875 270.71198L208.96875 271.55573L207.79688 271.55573L207.79688 275.4776Q207.79688 275.86823 207.95312 276.05573Q208.10938 276.24323 208.48438 276.24323Q208.67188 276.24323 209.0 276.18073L209.0 277.05573Q208.57812 277.18073 208.17188 277.18073Q207.45312 277.18073 207.07812 276.74323Q206.70312 276.2901 206.70312 275.4776L206.70312 271.55573L205.54688 271.55573L205.54688 270.71198L206.70312 270.71198L206.70312 269.18073L207.79688 269.18073ZM211.5 277.05573L210.42188 277.05573L210.42188 270.71198L211.5 270.71198L211.5 277.05573ZM210.32812 269.0401Q210.32812 268.77448 210.48438 268.58698Q210.65625 268.39948 210.96875 268.39948Q211.28125 268.39948 211.4375 268.58698Q211.60938 268.77448 211.60938 269.0401Q211.60938 269.2901 211.4375 269.4776Q211.28125 269.64948 210.96875 269.64948Q210.65625 269.64948 210.48438 269.4776Q210.32812 269.2901 210.32812 269.0401ZM213.03125 273.82135Q213.03125 272.89948 213.39062 272.14948Q213.76562 271.39948 214.42188 271.00885Q215.07812 270.6026 215.90625 270.6026Q217.20312 270.6026 218.0 271.49323Q218.8125 272.38385 218.8125 273.88385L218.8125 273.96198Q218.8125 274.88385 218.45312 275.61823Q218.09375 276.3526 217.4375 276.77448Q216.78125 277.18073 215.92188 277.18073Q214.64062 277.18073 213.82812 276.2901Q213.03125 275.38385 213.03125 273.89948L213.03125 273.82135ZM214.125 273.96198Q214.125 275.00885 214.60938 275.64948Q215.10938 276.2901 215.92188 276.2901Q216.75 276.2901 217.23438 275.64948Q217.71875 274.99323 217.71875 273.82135Q217.71875 272.7901 217.21875 272.14948Q216.73438 271.49323 215.90625 271.49323Q215.10938 271.49323 214.60938 272.13385Q214.125 272.75885 214.125 273.96198ZM221.34375 270.71198L221.375 271.50885Q222.10938 270.6026 223.28125 270.6026Q225.29688 270.6026 225.3125 272.86823L225.3125 277.05573L224.21875 277.05573L224.21875 272.8526Q224.21875 272.18073 223.90625 271.8526Q223.60938 271.52448 222.95312 271.52448Q222.42188 271.52448 222.01562 271.80573Q221.625 272.08698 221.40625 272.5401L221.40625 277.05573L220.32812 277.05573L220.32812 270.71198L221.34375 270.71198ZM231.01562 275.36823Q231.01562 274.93073 230.67188 274.69635Q230.34375 274.44635 229.51562 274.27448Q228.70312 274.1026 228.21875 273.8526Q227.73438 273.6026 227.5 273.27448Q227.28125 272.93073 227.28125 272.46198Q227.28125 271.68073 227.9375 271.14948Q228.59375 270.6026 229.625 270.6026Q230.70312 270.6026 231.35938 271.1651Q232.03125 271.71198 232.03125 272.57135L230.95312 272.57135Q230.95312 272.13385 230.5625 271.82135Q230.1875 271.49323 229.625 271.49323Q229.03125 271.49323 228.6875 271.75885Q228.35938 272.00885 228.35938 272.4151Q228.35938 272.80573 228.67188 273.00885Q228.98438 273.21198 229.79688 273.39948Q230.60938 273.57135 231.10938 273.82135Q231.60938 274.07135 231.84375 274.43073Q232.09375 274.7901 232.09375 275.2901Q232.09375 276.14948 231.40625 276.6651Q230.73438 277.18073 229.65625 277.18073Q228.89062 277.18073 228.29688 276.9151Q227.71875 276.63385 227.39062 276.14948Q227.0625 275.6651 227.0625 275.1026L228.14062 275.1026Q228.17188 275.64948 228.57812 275.9776Q228.98438 276.2901 229.65625 276.2901Q230.26562 276.2901 230.64062 276.0401Q231.01562 275.7901 231.01562 275.36823Z" fill-rule="nonzero"/><path fill="#666666" d="M157.0625 310.89288Q157.0625 309.4085 157.75 308.5335Q158.4375 307.6585 159.5625 307.6585Q160.71875 307.6585 161.375 308.471L161.42188 307.76788L162.42188 307.76788L162.42188 313.95538Q162.42188 315.18976 161.6875 315.89288Q160.95312 316.61163 159.73438 316.61163Q159.04688 316.61163 158.39062 316.31476Q157.73438 316.01788 157.39062 315.51788L157.95312 314.86163Q158.64062 315.721 159.65625 315.721Q160.4375 315.721 160.875 315.26788Q161.32812 314.83038 161.32812 314.01788L161.32812 313.471Q160.67188 314.23663 159.54688 314.23663Q158.4375 314.23663 157.75 313.346Q157.0625 312.43976 157.0625 310.89288ZM158.15625 311.01788Q158.15625 312.08038 158.59375 312.70538Q159.03125 313.31476 159.82812 313.31476Q160.84375 313.31476 161.32812 312.37726L161.32812 309.48663Q160.82812 308.58038 159.82812 308.58038Q159.04688 308.58038 158.59375 309.18976Q158.15625 309.79913 158.15625 311.01788ZM164.03125 310.87726Q164.03125 309.95538 164.39062 309.20538Q164.76562 308.45538 165.42188 308.06476Q166.07812 307.6585 166.90625 307.6585Q168.20312 307.6585 169.0 308.54913Q169.8125 309.43976 169.8125 310.93976L169.8125 311.01788Q169.8125 311.93976 169.45312 312.67413Q169.09375 313.4085 168.4375 313.83038Q167.78125 314.23663 166.92188 314.23663Q165.64062 314.23663 164.82812 313.346Q164.03125 312.43976 164.03125 310.95538L164.03125 310.87726ZM165.125 311.01788Q165.125 312.06476 165.60938 312.70538Q166.10938 313.346 166.92188 313.346Q167.75 313.346 168.23438 312.70538Q168.71875 312.04913 168.71875 310.87726Q168.71875 309.846 168.21875 309.20538Q167.73438 308.54913 166.90625 308.54913Q166.10938 308.54913 165.60938 309.18976Q165.125 309.81476 165.125 311.01788ZM176.67188 311.01788Q176.67188 312.45538 176.01562 313.346Q175.35938 314.23663 174.21875 314.23663Q173.0625 314.23663 172.40625 313.50226L172.40625 316.54913L171.32812 316.54913L171.32812 307.76788L172.3125 307.76788L172.35938 308.471Q173.03125 307.6585 174.20312 307.6585Q175.34375 307.6585 176.0 308.51788Q176.67188 309.37726 176.67188 310.9085L176.67188 311.01788ZM175.59375 310.89288Q175.59375 309.81476 175.125 309.20538Q174.67188 308.58038 173.875 308.58038Q172.89062 308.58038 172.40625 309.43976L172.40625 312.471Q172.89062 313.346 173.89062 313.346Q174.67188 313.346 175.125 312.73663Q175.59375 312.11163 175.59375 310.89288ZM179.5 314.11163L178.42188 314.11163L178.42188 305.11163L179.5 305.11163L179.5 314.11163ZM185.01562 312.42413Q185.01562 311.98663 184.67188 311.75226Q184.34375 311.50226 183.51562 311.33038Q182.70312 311.1585 182.21875 310.9085Q181.73438 310.6585 181.5 310.33038Q181.28125 309.98663 181.28125 309.51788Q181.28125 308.73663 181.9375 308.20538Q182.59375 307.6585 183.625 307.6585Q184.70312 307.6585 185.35938 308.221Q186.03125 308.76788 186.03125 309.62726L184.95312 309.62726Q184.95312 309.18976 184.5625 308.87726Q184.1875 308.54913 183.625 308.54913Q183.03125 308.54913 182.6875 308.81476Q182.35938 309.06476 182.35938 309.471Q182.35938 309.86163 182.67188 310.06476Q182.98438 310.26788 183.79688 310.45538Q184.60938 310.62726 185.10938 310.87726Q185.60938 311.12726 185.84375 311.48663Q186.09375 311.846 186.09375 312.346Q186.09375 313.20538 185.40625 313.721Q184.73438 314.23663 183.65625 314.23663Q182.89062 314.23663 182.29688 313.971Q181.71875 313.68976 181.39062 313.20538Q181.0625 312.721 181.0625 312.1585L182.14062 312.1585Q182.17188 312.70538 182.57812 313.0335Q182.98438 313.346 183.65625 313.346Q184.26562 313.346 184.64062 313.096Q185.01562 312.846 185.01562 312.42413ZM194.01562 312.42413Q194.01562 311.98663 193.67188 311.75226Q193.34375 311.50226 192.51562 311.33038Q191.70312 311.1585 191.21875 310.9085Q190.73438 310.6585 190.5 310.33038Q190.28125 309.98663 190.28125 309.51788Q190.28125 308.73663 190.9375 308.20538Q191.59375 307.6585 192.625 307.6585Q193.70312 307.6585 194.35938 308.221Q195.03125 308.76788 195.03125 309.62726L193.95312 309.62726Q193.95312 309.18976 193.5625 308.87726Q193.1875 308.54913 192.625 308.54913Q192.03125 308.54913 191.6875 308.81476Q191.35938 309.06476 191.35938 309.471Q191.35938 309.86163 191.67188 310.06476Q191.98438 310.26788 192.79688 310.45538Q193.60938 310.62726 194.10938 310.87726Q194.60938 311.12726 194.84375 311.48663Q195.09375 311.846 195.09375 312.346Q195.09375 313.20538 194.40625 313.721Q193.73438 314.23663 192.65625 314.23663Q191.89062 314.23663 191.29688 313.971Q190.71875 313.68976 190.39062 313.20538Q190.0625 312.721 190.0625 312.1585L191.14062 312.1585Q191.17188 312.70538 191.57812 313.0335Q191.98438 313.346 192.65625 313.346Q193.26562 313.346 193.64062 313.096Q194.01562 312.846 194.01562 312.42413ZM197.79688 306.23663L197.79688 307.76788L198.96875 307.76788L198.96875 308.61163L197.79688 308.61163L197.79688 312.5335Q197.79688 312.92413 197.95312 313.11163Q198.10938 313.29913 198.48438 313.29913Q198.67188 313.29913 199.0 313.23663L199.0 314.11163Q198.57812 314.23663 198.17188 314.23663Q197.45312 314.23663 197.07812 313.79913Q196.70312 313.346 196.70312 312.5335L196.70312 308.61163L195.54688 308.61163L195.54688 307.76788L196.70312 307.76788L196.70312 306.23663L197.79688 306.23663ZM204.23438 314.11163Q204.14062 313.92413 204.07812 313.43976Q203.32812 314.23663 202.28125 314.23663Q201.34375 314.23663 200.73438 313.70538Q200.14062 313.17413 200.14062 312.346Q200.14062 311.36163 200.89062 310.81476Q201.64062 310.26788 203.01562 310.26788L204.0625 310.26788L204.0625 309.76788Q204.0625 309.20538 203.71875 308.87726Q203.39062 308.5335 202.71875 308.5335Q202.14062 308.5335 201.75 308.83038Q201.35938 309.11163 201.35938 309.5335L200.26562 309.5335Q200.26562 309.04913 200.59375 308.61163Q200.9375 308.17413 201.51562 307.92413Q202.09375 307.6585 202.78125 307.6585Q203.89062 307.6585 204.5 308.20538Q205.125 308.75226 205.15625 309.70538L205.15625 312.62726Q205.15625 313.50226 205.375 314.01788L205.375 314.11163L204.23438 314.11163ZM202.4375 313.2835Q202.95312 313.2835 203.40625 313.01788Q203.85938 312.75226 204.0625 312.33038L204.0625 311.0335L203.21875 311.0335Q201.21875 311.0335 201.21875 312.20538Q201.21875 312.70538 201.5625 313.00226Q201.90625 313.2835 202.4375 313.2835ZM212.6875 311.01788Q212.6875 312.471 212.01562 313.36163Q211.35938 314.23663 210.23438 314.23663Q209.03125 314.23663 208.375 313.37726L208.3125 314.11163L207.32812 314.11163L207.32812 305.11163L208.40625 305.11163L208.40625 308.471Q209.0625 307.6585 210.21875 307.6585Q211.375 307.6585 212.03125 308.5335Q212.6875 309.39288 212.6875 310.92413L212.6875 311.01788ZM211.60938 310.89288Q211.60938 309.7835 211.17188 309.18976Q210.75 308.58038 209.95312 308.58038Q208.875 308.58038 208.40625 309.56476L208.40625 312.31476Q208.90625 313.31476 209.95312 313.31476Q210.73438 313.31476 211.17188 312.70538Q211.60938 312.096 211.60938 310.89288ZM215.5 314.11163L214.42188 314.11163L214.42188 307.76788L215.5 307.76788L215.5 314.11163ZM214.32812 306.096Q214.32812 305.83038 214.48438 305.64288Q214.65625 305.45538 214.96875 305.45538Q215.28125 305.45538 215.4375 305.64288Q215.60938 305.83038 215.60938 306.096Q215.60938 306.346 215.4375 306.5335Q215.28125 306.70538 214.96875 306.70538Q214.65625 306.70538 214.48438 306.5335Q214.32812 306.346 214.32812 306.096ZM218.5 314.11163L217.42188 314.11163L217.42188 305.11163L218.5 305.11163L218.5 314.11163ZM221.5 314.11163L220.42188 314.11163L220.42188 307.76788L221.5 307.76788L221.5 314.11163ZM220.32812 306.096Q220.32812 305.83038 220.48438 305.64288Q220.65625 305.45538 220.96875 305.45538Q221.28125 305.45538 221.4375 305.64288Q221.60938 305.83038 221.60938 306.096Q221.60938 306.346 221.4375 306.5335Q221.28125 306.70538 220.96875 306.70538Q220.65625 306.70538 220.48438 306.5335Q220.32812 306.346 220.32812 306.096ZM224.79688 306.23663L224.79688 307.76788L225.96875 307.76788L225.96875 308.61163L224.79688 308.61163L224.79688 312.5335Q224.79688 312.92413 224.95312 313.11163Q225.10938 313.29913 225.48438 313.29913Q225.67188 313.29913 226.0 313.23663L226.0 314.11163Q225.57812 314.23663 225.17188 314.23663Q224.45312 314.23663 224.07812 313.79913Q223.70312 313.346 223.70312 312.5335L223.70312 308.61163L222.54688 308.61163L222.54688 307.76788L223.70312 307.76788L223.70312 306.23663L224.79688 306.23663ZM229.39062 312.51788L230.875 307.76788L232.03125 307.76788L229.48438 315.096Q228.89062 316.67413 227.60938 316.67413L227.39062 316.6585L227.0 316.58038L227.0 315.70538L227.28125 315.721Q227.84375 315.721 228.14062 315.50226Q228.45312 315.2835 228.65625 314.68976L228.89062 314.0335L226.625 307.76788L227.8125 307.76788L229.39062 312.51788Z" fill-rule="nonzero"/><path fill="#666666" d="M62.484375 351.16757L62.484375 342.63632L65.28125 342.63632Q66.671875 342.63632 67.359375 343.21445Q68.0625 343.77695 68.0625 344.90195Q68.0625 345.51132 67.71875 345.98007Q67.390625 346.4332 66.796875 346.6832Q67.5 346.8707 67.890625 347.41757Q68.296875 347.94882 68.296875 348.69882Q68.296875 349.85507 67.546875 350.51132Q66.8125 351.16757 65.453125 351.16757L62.484375 351.16757ZM63.609375 347.1832L63.609375 350.2457L65.46875 350.2457Q66.265625 350.2457 66.71875 349.83945Q67.171875 349.4332 67.171875 348.71445Q67.171875 347.1832 65.484375 347.1832L63.609375 347.1832ZM63.609375 346.27695L65.3125 346.27695Q66.046875 346.27695 66.484375 345.91757Q66.9375 345.54257 66.9375 344.90195Q66.9375 344.19882 66.53125 343.88632Q66.125 343.5582 65.28125 343.5582L63.609375 343.5582L63.609375 346.27695ZM71.953125 351.29257Q70.65625 351.29257 69.84375 350.44882Q69.046875 349.58945 69.046875 348.16757L69.046875 347.98007Q69.046875 347.02695 69.40625 346.29257Q69.765625 345.54257 70.40625 345.13632Q71.0625 344.71445 71.8125 344.71445Q73.046875 344.71445 73.734375 345.52695Q74.421875 346.33945 74.421875 347.85507L74.421875 348.3082L70.125 348.3082Q70.15625 349.2457 70.671875 349.82382Q71.203125 350.40195 72.015625 350.40195Q72.578125 350.40195 72.96875 350.16757Q73.375 349.9332 73.6875 349.54257L74.34375 350.0582Q73.546875 351.29257 71.953125 351.29257ZM71.8125 345.60507Q71.15625 345.60507 70.703125 346.08945Q70.265625 346.5582 70.171875 347.41757L73.34375 347.41757L73.34375 347.33945Q73.296875 346.51132 72.890625 346.0582Q72.5 345.60507 71.8125 345.60507ZM76.796875 343.29257L76.796875 344.82382L77.96875 344.82382L77.96875 345.66757L76.796875 345.66757L76.796875 349.58945Q76.796875 349.98007 76.953125 350.16757Q77.109375 350.35507 77.484375 350.35507Q77.671875 350.35507 78.0 350.29257L78.0 351.16757Q77.578125 351.29257 77.171875 351.29257Q76.453125 351.29257 76.078125 350.85507Q75.703125 350.40195 75.703125 349.58945L75.703125 345.66757L74.546875 345.66757L74.546875 344.82382L75.703125 344.82382L75.703125 343.29257L76.796875 343.29257ZM80.796875 343.29257L80.796875 344.82382L81.96875 344.82382L81.96875 345.66757L80.796875 345.66757L80.796875 349.58945Q80.796875 349.98007 80.953125 350.16757Q81.109375 350.35507 81.484375 350.35507Q81.671875 350.35507 82.0 350.29257L82.0 351.16757Q81.578125 351.29257 81.171875 351.29257Q80.453125 351.29257 80.078125 350.85507Q79.703125 350.40195 79.703125 349.58945L79.703125 345.66757L78.546875 345.66757L78.546875 344.82382L79.703125 344.82382L79.703125 343.29257L80.796875 343.29257ZM85.953125 351.29257Q84.65625 351.29257 83.84375 350.44882Q83.046875 349.58945 83.046875 348.16757L83.046875 347.98007Q83.046875 347.02695 83.40625 346.29257Q83.765625 345.54257 84.40625 345.13632Q85.0625 344.71445 85.8125 344.71445Q87.046875 344.71445 87.734375 345.52695Q88.421875 346.33945 88.421875 347.85507L88.421875 348.3082L84.125 348.3082Q84.15625 349.2457 84.671875 349.82382Q85.203125 350.40195 86.015625 350.40195Q86.578125 350.40195 86.96875 350.16757Q87.375 349.9332 87.6875 349.54257L88.34375 350.0582Q87.546875 351.29257 85.953125 351.29257ZM85.8125 345.60507Q85.15625 345.60507 84.703125 346.08945Q84.265625 346.5582 84.171875 347.41757L87.34375 347.41757L87.34375 347.33945Q87.296875 346.51132 86.890625 346.0582Q86.5 345.60507 85.8125 345.60507ZM92.390625 345.79257Q92.140625 345.76132 91.859375 345.76132Q90.78125 345.76132 90.40625 346.66757L90.40625 351.16757L89.328125 351.16757L89.328125 344.82382L90.375 344.82382L90.390625 345.5582Q90.921875 344.71445 91.90625 344.71445Q92.21875 344.71445 92.390625 344.79257L92.390625 345.79257ZM97.5 351.16757L96.421875 351.16757L96.421875 344.82382L97.5 344.82382L97.5 351.16757ZM96.328125 343.15195Q96.328125 342.88632 96.484375 342.69882Q96.65625 342.51132 96.96875 342.51132Q97.28125 342.51132 97.4375 342.69882Q97.609375 342.88632 97.609375 343.15195Q97.609375 343.40195 97.4375 343.58945Q97.28125 343.76132 96.96875 343.76132Q96.65625 343.76132 96.484375 343.58945Q96.328125 343.40195 96.328125 343.15195ZM100.34375 344.82382L100.375 345.6207Q101.109375 344.71445 102.28125 344.71445Q104.296875 344.71445 104.3125 346.98007L104.3125 351.16757L103.21875 351.16757L103.21875 346.96445Q103.21875 346.29257 102.90625 345.96445Q102.609375 345.63632 101.953125 345.63632Q101.421875 345.63632 101.015625 345.91757Q100.625 346.19882 100.40625 346.65195L100.40625 351.16757L99.328125 351.16757L99.328125 344.82382L100.34375 344.82382ZM107.796875 343.29257L107.796875 344.82382L108.96875 344.82382L108.96875 345.66757L107.796875 345.66757L107.796875 349.58945Q107.796875 349.98007 107.953125 350.16757Q108.109375 350.35507 108.484375 350.35507Q108.671875 350.35507 109.0 350.29257L109.0 351.16757Q108.578125 351.29257 108.171875 351.29257Q107.453125 351.29257 107.078125 350.85507Q106.703125 350.40195 106.703125 349.58945L106.703125 345.66757L105.546875 345.66757L105.546875 344.82382L106.703125 344.82382L106.703125 343.29257L107.796875 343.29257ZM112.953125 351.29257Q111.65625 351.29257 110.84375 350.44882Q110.046875 349.58945 110.046875 348.16757L110.046875 347.98007Q110.046875 347.02695 110.40625 346.29257Q110.765625 345.54257 111.40625 345.13632Q112.0625 344.71445 112.8125 344.71445Q114.046875 344.71445 114.734375 345.52695Q115.421875 346.33945 115.421875 347.85507L115.421875 348.3082L111.125 348.3082Q111.15625 349.2457 111.671875 349.82382Q112.203125 350.40195 113.015625 350.40195Q113.578125 350.40195 113.96875 350.16757Q114.375 349.9332 114.6875 349.54257L115.34375 350.0582Q114.546875 351.29257 112.953125 351.29257ZM112.8125 345.60507Q112.15625 345.60507 111.703125 346.08945Q111.265625 346.5582 111.171875 347.41757L114.34375 347.41757L114.34375 347.33945Q114.296875 346.51132 113.890625 346.0582Q113.5 345.60507 112.8125 345.60507ZM116.0625 347.94882Q116.0625 346.46445 116.75 345.58945Q117.4375 344.71445 118.5625 344.71445Q119.71875 344.71445 120.375 345.52695L120.421875 344.82382L121.421875 344.82382L121.421875 351.01132Q121.421875 352.2457 120.6875 352.94882Q119.953125 353.66757 118.734375 353.66757Q118.046875 353.66757 117.390625 353.3707Q116.734375 353.07382 116.390625 352.57382L116.953125 351.91757Q117.640625 352.77695 118.65625 352.77695Q119.4375 352.77695 119.875 352.32382Q120.328125 351.88632 120.328125 351.07382L120.328125 350.52695Q119.671875 351.29257 118.546875 351.29257Q117.4375 351.29257 116.75 350.40195Q116.0625 349.4957 116.0625 347.94882ZM117.15625 348.07382Q117.15625 349.13632 117.59375 349.76132Q118.03125 350.3707 118.828125 350.3707Q119.84375 350.3707 120.328125 349.4332L120.328125 346.54257Q119.828125 345.63632 118.828125 345.63632Q118.046875 345.63632 117.59375 346.2457Q117.15625 346.85507 117.15625 348.07382ZM126.390625 345.79257Q126.140625 345.76132 125.859375 345.76132Q124.78125 345.76132 124.40625 346.66757L124.40625 351.16757L123.328125 351.16757L123.328125 344.82382L124.375 344.82382L124.390625 345.5582Q124.921875 344.71445 125.90625 344.71445Q126.21875 344.71445 126.390625 344.79257L126.390625 345.79257ZM131.23438 351.16757Q131.14062 350.98007 131.07812 350.4957Q130.32812 351.29257 129.28125 351.29257Q128.34375 351.29257 127.734375 350.76132Q127.140625 350.23007 127.140625 349.40195Q127.140625 348.41757 127.890625 347.8707Q128.64062 347.32382 130.01562 347.32382L131.0625 347.32382L131.0625 346.82382Q131.0625 346.26132 130.71875 345.9332Q130.39062 345.58945 129.71875 345.58945Q129.14062 345.58945 128.75 345.88632Q128.35938 346.16757 128.35938 346.58945L127.265625 346.58945Q127.265625 346.10507 127.59375 345.66757Q127.9375 345.23007 128.51562 344.98007Q129.09375 344.71445 129.78125 344.71445Q130.89062 344.71445 131.5 345.26132Q132.125 345.8082 132.15625 346.76132L132.15625 349.6832Q132.15625 350.5582 132.375 351.07382L132.375 351.16757L131.23438 351.16757ZM129.4375 350.33945Q129.95312 350.33945 130.40625 350.07382Q130.85938 349.8082 131.0625 349.38632L131.0625 348.08945L130.21875 348.08945Q128.21875 348.08945 128.21875 349.26132Q128.21875 349.76132 128.5625 350.0582Q128.90625 350.33945 129.4375 350.33945ZM135.79688 343.29257L135.79688 344.82382L136.96875 344.82382L136.96875 345.66757L135.79688 345.66757L135.79688 349.58945Q135.79688 349.98007 135.95312 350.16757Q136.10938 350.35507 136.48438 350.35507Q136.67188 350.35507 137.0 350.29257L137.0 351.16757Q136.57812 351.29257 136.17188 351.29257Q135.45312 351.29257 135.07812 350.85507Q134.70312 350.40195 134.70312 349.58945L134.70312 345.66757L133.54688 345.66757L133.54688 344.82382L134.70312 344.82382L134.70312 343.29257L135.79688 343.29257ZM139.5 351.16757L138.42188 351.16757L138.42188 344.82382L139.5 344.82382L139.5 351.16757ZM138.32812 343.15195Q138.32812 342.88632 138.48438 342.69882Q138.65625 342.51132 138.96875 342.51132Q139.28125 342.51132 139.4375 342.69882Q139.60938 342.88632 139.60938 343.15195Q139.60938 343.40195 139.4375 343.58945Q139.28125 343.76132 138.96875 343.76132Q138.65625 343.76132 138.48438 343.58945Q138.32812 343.40195 138.32812 343.15195ZM141.03125 347.9332Q141.03125 347.01132 141.39062 346.26132Q141.76562 345.51132 142.42188 345.1207Q143.07812 344.71445 143.90625 344.71445Q145.20312 344.71445 146.0 345.60507Q146.8125 346.4957 146.8125 347.9957L146.8125 348.07382Q146.8125 348.9957 146.45312 349.73007Q146.09375 350.46445 145.4375 350.88632Q144.78125 351.29257 143.92188 351.29257Q142.64062 351.29257 141.82812 350.40195Q141.03125 349.4957 141.03125 348.01132L141.03125 347.9332ZM142.125 348.07382Q142.125 349.1207 142.60938 349.76132Q143.10938 350.40195 143.92188 350.40195Q144.75 350.40195 145.23438 349.76132Q145.71875 349.10507 145.71875 347.9332Q145.71875 346.90195 145.21875 346.26132Q144.73438 345.60507 143.90625 345.60507Q143.10938 345.60507 142.60938 346.2457Q142.125 346.8707 142.125 348.07382ZM149.34375 344.82382L149.375 345.6207Q150.10938 344.71445 151.28125 344.71445Q153.29688 344.71445 153.3125 346.98007L153.3125 351.16757L152.21875 351.16757L152.21875 346.96445Q152.21875 346.29257 151.90625 345.96445Q151.60938 345.63632 150.95312 345.63632Q150.42188 345.63632 150.01562 345.91757Q149.625 346.19882 149.40625 346.65195L149.40625 351.16757L148.32812 351.16757L148.32812 344.82382L149.34375 344.82382ZM163.9375 349.66757L165.15625 344.82382L166.23438 344.82382L164.39062 351.16757L163.51562 351.16757L161.96875 346.35507L160.46875 351.16757L159.59375 351.16757L157.75 344.82382L158.82812 344.82382L160.07812 349.57382L161.5625 344.82382L162.42188 344.82382L163.9375 349.66757ZM167.53125 351.90195L166.60938 351.90195L170.17188 342.63632L171.09375 342.63632L167.53125 351.90195ZM181.76562 348.46445Q181.60938 349.8082 180.76562 350.5582Q179.92188 351.29257 178.53125 351.29257Q177.01562 351.29257 176.10938 350.21445Q175.20312 349.1207 175.20312 347.29257L175.20312 346.48007Q175.20312 345.29257 175.625 344.38632Q176.04688 343.48007 176.82812 342.9957Q177.60938 342.51132 178.625 342.51132Q179.98438 342.51132 180.79688 343.27695Q181.625 344.04257 181.76562 345.3707L180.64062 345.3707Q180.48438 344.35507 180.0 343.90195Q179.51562 343.44882 178.625 343.44882Q177.54688 343.44882 176.9375 344.2457Q176.32812 345.04257 176.32812 346.51132L176.32812 347.33945Q176.32812 348.73007 176.90625 349.5582Q177.48438 350.3707 178.53125 350.3707Q179.46875 350.3707 179.96875 349.94882Q180.46875 349.51132 180.64062 348.46445L181.76562 348.46445ZM184.625 350.2457L188.67188 350.2457L188.67188 351.16757L183.48438 351.16757L183.48438 342.63632L184.625 342.63632L184.625 350.2457ZM190.70312 351.16757L189.57812 351.16757L189.57812 342.63632L190.70312 342.63632L190.70312 351.16757ZM196.79688 343.29257L196.79688 344.82382L197.96875 344.82382L197.96875 345.66757L196.79688 345.66757L196.79688 349.58945Q196.79688 349.98007 196.95312 350.16757Q197.10938 350.35507 197.48438 350.35507Q197.67188 350.35507 198.0 350.29257L198.0 351.16757Q197.57812 351.29257 197.17188 351.29257Q196.45312 351.29257 196.07812 350.85507Q195.70312 350.40195 195.70312 349.58945L195.70312 345.66757L194.54688 345.66757L194.54688 344.82382L195.70312 344.82382L195.70312 343.29257L196.79688 343.29257ZM199.03125 347.9332Q199.03125 347.01132 199.39062 346.26132Q199.76562 345.51132 200.42188 345.1207Q201.07812 344.71445 201.90625 344.71445Q203.20312 344.71445 204.0 345.60507Q204.8125 346.4957 204.8125 347.9957L204.8125 348.07382Q204.8125 348.9957 204.45312 349.73007Q204.09375 350.46445 203.4375 350.88632Q202.78125 351.29257 201.92188 351.29257Q200.64062 351.29257 199.82812 350.40195Q199.03125 349.4957 199.03125 348.01132L199.03125 347.9332ZM200.125 348.07382Q200.125 349.1207 200.60938 349.76132Q201.10938 350.40195 201.92188 350.40195Q202.75 350.40195 203.23438 349.76132Q203.71875 349.10507 203.71875 347.9332Q203.71875 346.90195 203.21875 346.26132Q202.73438 345.60507 201.90625 345.60507Q201.10938 345.60507 200.60938 346.2457Q200.125 346.8707 200.125 348.07382ZM206.03125 347.9332Q206.03125 347.01132 206.39062 346.26132Q206.76562 345.51132 207.42188 345.1207Q208.07812 344.71445 208.90625 344.71445Q210.20312 344.71445 211.0 345.60507Q211.8125 346.4957 211.8125 347.9957L211.8125 348.07382Q211.8125 348.9957 211.45312 349.73007Q211.09375 350.46445 210.4375 350.88632Q209.78125 351.29257 208.92188 351.29257Q207.64062 351.29257 206.82812 350.40195Q206.03125 349.4957 206.03125 348.01132L206.03125 347.9332ZM207.125 348.07382Q207.125 349.1207 207.60938 349.76132Q208.10938 350.40195 208.92188 350.40195Q209.75 350.40195 210.23438 349.76132Q210.71875 349.10507 210.71875 347.9332Q210.71875 346.90195 210.21875 346.26132Q209.73438 345.60507 208.90625 345.60507Q208.10938 345.60507 207.60938 346.2457Q207.125 346.8707 207.125 348.07382ZM214.5 351.16757L213.42188 351.16757L213.42188 342.16757L214.5 342.16757L214.5 351.16757ZM217.5 351.16757L216.42188 351.16757L216.42188 344.82382L217.5 344.82382L217.5 351.16757ZM216.32812 343.15195Q216.32812 342.88632 216.48438 342.69882Q216.65625 342.51132 216.96875 342.51132Q217.28125 342.51132 217.4375 342.69882Q217.60938 342.88632 217.60938 343.15195Q217.60938 343.40195 217.4375 343.58945Q217.28125 343.76132 216.96875 343.76132Q216.65625 343.76132 216.48438 343.58945Q216.32812 343.40195 216.32812 343.15195ZM220.34375 344.82382L220.375 345.6207Q221.10938 344.71445 222.28125 344.71445Q224.29688 344.71445 224.3125 346.98007L224.3125 351.16757L223.21875 351.16757L223.21875 346.96445Q223.21875 346.29257 222.90625 345.96445Q222.60938 345.63632 221.95312 345.63632Q221.42188 345.63632 221.01562 345.91757Q220.625 346.19882 220.40625 346.65195L220.40625 351.16757L219.32812 351.16757L219.32812 344.82382L220.34375 344.82382ZM226.0625 347.94882Q226.0625 346.46445 226.75 345.58945Q227.4375 344.71445 228.5625 344.71445Q229.71875 344.71445 230.375 345.52695L230.42188 344.82382L231.42188 344.82382L231.42188 351.01132Q231.42188 352.2457 230.6875 352.94882Q229.95312 353.66757 228.73438 353.66757Q228.04688 353.66757 227.39062 353.3707Q226.73438 353.07382 226.39062 352.57382L226.95312 351.91757Q227.64062 352.77695 228.65625 352.77695Q229.4375 352.77695 229.875 352.32382Q230.32812 351.88632 230.32812 351.07382L230.32812 350.52695Q229.67188 351.29257 228.54688 351.29257Q227.4375 351.29257 226.75 350.40195Q226.0625 349.4957 226.0625 347.94882ZM227.15625 348.07382Q227.15625 349.13632 227.59375 349.76132Q228.03125 350.3707 228.82812 350.3707Q229.84375 350.3707 230.32812 349.4332L230.32812 346.54257Q229.82812 345.63632 228.82812 345.63632Q228.04688 345.63632 227.59375 346.2457Q227.15625 346.85507 227.15625 348.07382Z" fill-rule="nonzero"/><path fill="#666666" d="M35.484375 380.7235L35.484375 372.19226L38.28125 372.19226Q39.671875 372.19226 40.359375 372.7704Q41.0625 373.3329 41.0625 374.4579Q41.0625 375.06726 40.71875 375.536Q40.390625 375.98914 39.796875 376.23914Q40.5 376.42664 40.890625 376.9735Q41.296875 377.50476 41.296875 378.25476Q41.296875 379.411 40.546875 380.06726Q39.8125 380.7235 38.453125 380.7235L35.484375 380.7235ZM36.609375 376.73914L36.609375 379.80164L38.46875 379.80164Q39.265625 379.80164 39.71875 379.3954Q40.171875 378.98914 40.171875 378.2704Q40.171875 376.73914 38.484375 376.73914L36.609375 376.73914ZM36.609375 375.8329L38.3125 375.8329Q39.046875 375.8329 39.484375 375.4735Q39.9375 375.0985 39.9375 374.4579Q39.9375 373.75476 39.53125 373.44226Q39.125 373.11414 38.28125 373.11414L36.609375 373.11414L36.609375 375.8329ZM44.953125 380.8485Q43.65625 380.8485 42.84375 380.00476Q42.046875 379.1454 42.046875 377.7235L42.046875 377.536Q42.046875 376.5829 42.40625 375.8485Q42.765625 375.0985 43.40625 374.69226Q44.0625 374.2704 44.8125 374.2704Q46.046875 374.2704 46.734375 375.0829Q47.421875 375.8954 47.421875 377.411L47.421875 377.86414L43.125 377.86414Q43.15625 378.80164 43.671875 379.37976Q44.203125 379.9579 45.015625 379.9579Q45.578125 379.9579 45.96875 379.7235Q46.375 379.48914 46.6875 379.0985L47.34375 379.61414Q46.546875 380.8485 44.953125 380.8485ZM44.8125 375.161Q44.15625 375.161 43.703125 375.6454Q43.265625 376.11414 43.171875 376.9735L46.34375 376.9735L46.34375 376.8954Q46.296875 376.06726 45.890625 375.61414Q45.5 375.161 44.8125 375.161ZM49.796875 372.8485L49.796875 374.37976L50.96875 374.37976L50.96875 375.2235L49.796875 375.2235L49.796875 379.1454Q49.796875 379.536 49.953125 379.7235Q50.109375 379.911 50.484375 379.911Q50.671875 379.911 51.0 379.8485L51.0 380.7235Q50.578125 380.8485 50.171875 380.8485Q49.453125 380.8485 49.078125 380.411Q48.703125 379.9579 48.703125 379.1454L48.703125 375.2235L47.546875 375.2235L47.546875 374.37976L48.703125 374.37976L48.703125 372.8485L49.796875 372.8485ZM53.796875 372.8485L53.796875 374.37976L54.96875 374.37976L54.96875 375.2235L53.796875 375.2235L53.796875 379.1454Q53.796875 379.536 53.953125 379.7235Q54.109375 379.911 54.484375 379.911Q54.671875 379.911 55.0 379.8485L55.0 380.7235Q54.578125 380.8485 54.171875 380.8485Q53.453125 380.8485 53.078125 380.411Q52.703125 379.9579 52.703125 379.1454L52.703125 375.2235L51.546875 375.2235L51.546875 374.37976L52.703125 374.37976L52.703125 372.8485L53.796875 372.8485ZM58.953125 380.8485Q57.65625 380.8485 56.84375 380.00476Q56.046875 379.1454 56.046875 377.7235L56.046875 377.536Q56.046875 376.5829 56.40625 375.8485Q56.765625 375.0985 57.40625 374.69226Q58.0625 374.2704 58.8125 374.2704Q60.046875 374.2704 60.734375 375.0829Q61.421875 375.8954 61.421875 377.411L61.421875 377.86414L57.125 377.86414Q57.15625 378.80164 57.671875 379.37976Q58.203125 379.9579 59.015625 379.9579Q59.578125 379.9579 59.96875 379.7235Q60.375 379.48914 60.6875 379.0985L61.34375 379.61414Q60.546875 380.8485 58.953125 380.8485ZM58.8125 375.161Q58.15625 375.161 57.703125 375.6454Q57.265625 376.11414 57.171875 376.9735L60.34375 376.9735L60.34375 376.8954Q60.296875 376.06726 59.890625 375.61414Q59.5 375.161 58.8125 375.161ZM65.390625 375.3485Q65.140625 375.31726 64.859375 375.31726Q63.78125 375.31726 63.40625 376.2235L63.40625 380.7235L62.328125 380.7235L62.328125 374.37976L63.375 374.37976L63.390625 375.11414Q63.921875 374.2704 64.90625 374.2704Q65.21875 374.2704 65.390625 374.3485L65.390625 375.3485ZM73.015625 379.036Q73.015625 378.5985 72.671875 378.36414Q72.34375 378.11414 71.515625 377.94226Q70.703125 377.7704 70.21875 377.5204Q69.734375 377.2704 69.5 376.94226Q69.28125 376.5985 69.28125 376.12976Q69.28125 375.3485 69.9375 374.81726Q70.59375 374.2704 71.625 374.2704Q72.703125 374.2704 73.359375 374.8329Q74.03125 375.37976 74.03125 376.23914L72.953125 376.23914Q72.953125 375.80164 72.5625 375.48914Q72.1875 375.161 71.625 375.161Q71.03125 375.161 70.6875 375.42664Q70.359375 375.67664 70.359375 376.0829Q70.359375 376.4735 70.671875 376.67664Q70.984375 376.87976 71.796875 377.06726Q72.609375 377.23914 73.109375 377.48914Q73.609375 377.73914 73.84375 378.0985Q74.09375 378.4579 74.09375 378.9579Q74.09375 379.81726 73.40625 380.3329Q72.734375 380.8485 71.65625 380.8485Q70.890625 380.8485 70.296875 380.5829Q69.71875 380.30164 69.390625 379.81726Q69.0625 379.3329 69.0625 378.7704L70.140625 378.7704Q70.171875 379.31726 70.578125 379.6454Q70.984375 379.9579 71.65625 379.9579Q72.265625 379.9579 72.640625 379.7079Q73.015625 379.4579 73.015625 379.036ZM76.796875 372.8485L76.796875 374.37976L77.96875 374.37976L77.96875 375.2235L76.796875 375.2235L76.796875 379.1454Q76.796875 379.536 76.953125 379.7235Q77.109375 379.911 77.484375 379.911Q77.671875 379.911 78.0 379.8485L78.0 380.7235Q77.578125 380.8485 77.171875 380.8485Q76.453125 380.8485 76.078125 380.411Q75.703125 379.9579 75.703125 379.1454L75.703125 375.2235L74.546875 375.2235L74.546875 374.37976L75.703125 374.37976L75.703125 372.8485L76.796875 372.8485ZM83.234375 380.7235Q83.140625 380.536 83.078125 380.05164Q82.328125 380.8485 81.28125 380.8485Q80.34375 380.8485 79.734375 380.31726Q79.140625 379.786 79.140625 378.9579Q79.140625 377.9735 79.890625 377.42664Q80.640625 376.87976 82.015625 376.87976L83.0625 376.87976L83.0625 376.37976Q83.0625 375.81726 82.71875 375.48914Q82.390625 375.1454 81.71875 375.1454Q81.140625 375.1454 80.75 375.44226Q80.359375 375.7235 80.359375 376.1454L79.265625 376.1454Q79.265625 375.661 79.59375 375.2235Q79.9375 374.786 80.515625 374.536Q81.09375 374.2704 81.78125 374.2704Q82.890625 374.2704 83.5 374.81726Q84.125 375.36414 84.15625 376.31726L84.15625 379.23914Q84.15625 380.11414 84.375 380.62976L84.375 380.7235L83.234375 380.7235ZM81.4375 379.8954Q81.953125 379.8954 82.40625 379.62976Q82.859375 379.36414 83.0625 378.94226L83.0625 377.6454L82.21875 377.6454Q80.21875 377.6454 80.21875 378.81726Q80.21875 379.31726 80.5625 379.61414Q80.90625 379.8954 81.4375 379.8954ZM87.796875 372.8485L87.796875 374.37976L88.96875 374.37976L88.96875 375.2235L87.796875 375.2235L87.796875 379.1454Q87.796875 379.536 87.953125 379.7235Q88.109375 379.911 88.484375 379.911Q88.671875 379.911 89.0 379.8485L89.0 380.7235Q88.578125 380.8485 88.171875 380.8485Q87.453125 380.8485 87.078125 380.411Q86.703125 379.9579 86.703125 379.1454L86.703125 375.2235L85.546875 375.2235L85.546875 374.37976L86.703125 374.37976L86.703125 372.8485L87.796875 372.8485ZM91.5 380.7235L90.421875 380.7235L90.421875 374.37976L91.5 374.37976L91.5 380.7235ZM90.328125 372.7079Q90.328125 372.44226 90.484375 372.25476Q90.65625 372.06726 90.96875 372.06726Q91.28125 372.06726 91.4375 372.25476Q91.609375 372.44226 91.609375 372.7079Q91.609375 372.9579 91.4375 373.1454Q91.28125 373.31726 90.96875 373.31726Q90.65625 373.31726 90.484375 373.1454Q90.328125 372.9579 90.328125 372.7079ZM95.859375 379.9579Q96.4375 379.9579 96.875 379.61414Q97.3125 379.25476 97.359375 378.7235L98.390625 378.7235Q98.359375 379.2704 98.0 379.7704Q97.65625 380.25476 97.078125 380.55164Q96.515625 380.8485 95.859375 380.8485Q94.5625 380.8485 93.796875 379.98914Q93.046875 379.11414 93.046875 377.61414L93.046875 377.42664Q93.046875 376.50476 93.375 375.786Q93.71875 375.06726 94.34375 374.67664Q94.984375 374.2704 95.859375 374.2704Q96.921875 374.2704 97.625 374.911Q98.34375 375.536 98.390625 376.56726L97.359375 376.56726Q97.3125 375.94226 96.890625 375.55164Q96.46875 375.161 95.859375 375.161Q95.03125 375.161 94.578125 375.75476Q94.125 376.3485 94.125 377.4735L94.125 377.67664Q94.125 378.7704 94.578125 379.36414Q95.03125 379.9579 95.859375 379.9579ZM106.234375 380.7235Q106.140625 380.536 106.078125 380.05164Q105.328125 380.8485 104.28125 380.8485Q103.34375 380.8485 102.734375 380.31726Q102.140625 379.786 102.140625 378.9579Q102.140625 377.9735 102.890625 377.42664Q103.640625 376.87976 105.015625 376.87976L106.0625 376.87976L106.0625 376.37976Q106.0625 375.81726 105.71875 375.48914Q105.390625 375.1454 104.71875 375.1454Q104.140625 375.1454 103.75 375.44226Q103.359375 375.7235 103.359375 376.1454L102.265625 376.1454Q102.265625 375.661 102.59375 375.2235Q102.9375 374.786 103.515625 374.536Q104.09375 374.2704 104.78125 374.2704Q105.890625 374.2704 106.5 374.81726Q107.125 375.36414 107.15625 376.31726L107.15625 379.23914Q107.15625 380.11414 107.375 380.62976L107.375 380.7235L106.234375 380.7235ZM104.4375 379.8954Q104.953125 379.8954 105.40625 379.62976Q105.859375 379.36414 106.0625 378.94226L106.0625 377.6454L105.21875 377.6454Q103.21875 377.6454 103.21875 378.81726Q103.21875 379.31726 103.5625 379.61414Q103.90625 379.8954 104.4375 379.8954ZM110.34375 374.37976L110.375 375.17664Q111.109375 374.2704 112.28125 374.2704Q114.296875 374.2704 114.3125 376.536L114.3125 380.7235L113.21875 380.7235L113.21875 376.5204Q113.21875 375.8485 112.90625 375.5204Q112.609375 375.19226 111.953125 375.19226Q111.421875 375.19226 111.015625 375.4735Q110.625 375.75476 110.40625 376.2079L110.40625 380.7235L109.328125 380.7235L109.328125 374.37976L110.34375 374.37976ZM120.234375 380.7235Q120.140625 380.536 120.078125 380.05164Q119.328125 380.8485 118.28125 380.8485Q117.34375 380.8485 116.734375 380.31726Q116.140625 379.786 116.140625 378.9579Q116.140625 377.9735 116.890625 377.42664Q117.640625 376.87976 119.015625 376.87976L120.0625 376.87976L120.0625 376.37976Q120.0625 375.81726 119.71875 375.48914Q119.390625 375.1454 118.71875 375.1454Q118.140625 375.1454 117.75 375.44226Q117.359375 375.7235 117.359375 376.1454L116.265625 376.1454Q116.265625 375.661 116.59375 375.2235Q116.9375 374.786 117.515625 374.536Q118.09375 374.2704 118.78125 374.2704Q119.890625 374.2704 120.5 374.81726Q121.125 375.36414 121.15625 376.31726L121.15625 379.23914Q121.15625 380.11414 121.375 380.62976L121.375 380.7235L120.234375 380.7235ZM118.4375 379.8954Q118.953125 379.8954 119.40625 379.62976Q119.859375 379.36414 120.0625 378.94226L120.0625 377.6454L119.21875 377.6454Q117.21875 377.6454 117.21875 378.81726Q117.21875 379.31726 117.5625 379.61414Q117.90625 379.8954 118.4375 379.8954ZM124.5 380.7235L123.421875 380.7235L123.421875 371.7235L124.5 371.7235L124.5 380.7235ZM128.39062 379.12976L129.875 374.37976L131.03125 374.37976L128.48438 381.7079Q127.890625 383.286 126.609375 383.286L126.390625 383.2704L126.0 383.19226L126.0 382.31726L126.28125 382.3329Q126.84375 382.3329 127.140625 382.11414Q127.453125 381.8954 127.65625 381.30164L127.890625 380.6454L125.625 374.37976L126.8125 374.37976L128.39062 379.12976ZM136.01562 379.036Q136.01562 378.5985 135.67188 378.36414Q135.34375 378.11414 134.51562 377.94226Q133.70312 377.7704 133.21875 377.5204Q132.73438 377.2704 132.5 376.94226Q132.28125 376.5985 132.28125 376.12976Q132.28125 375.3485 132.9375 374.81726Q133.59375 374.2704 134.625 374.2704Q135.70312 374.2704 136.35938 374.8329Q137.03125 375.37976 137.03125 376.23914L135.95312 376.23914Q135.95312 375.80164 135.5625 375.48914Q135.1875 375.161 134.625 375.161Q134.03125 375.161 133.6875 375.42664Q133.35938 375.67664 133.35938 376.0829Q133.35938 376.4735 133.67188 376.67664Q133.98438 376.87976 134.79688 377.06726Q135.60938 377.23914 136.10938 377.48914Q136.60938 377.73914 136.84375 378.0985Q137.09375 378.4579 137.09375 378.9579Q137.09375 379.81726 136.40625 380.3329Q135.73438 380.8485 134.65625 380.8485Q133.89062 380.8485 133.29688 380.5829Q132.71875 380.30164 132.39062 379.81726Q132.0625 379.3329 132.0625 378.7704L133.14062 378.7704Q133.17188 379.31726 133.57812 379.6454Q133.98438 379.9579 134.65625 379.9579Q135.26562 379.9579 135.64062 379.7079Q136.01562 379.4579 136.01562 379.036ZM139.5 380.7235L138.42188 380.7235L138.42188 374.37976L139.5 374.37976L139.5 380.7235ZM138.32812 372.7079Q138.32812 372.44226 138.48438 372.25476Q138.65625 372.06726 138.96875 372.06726Q139.28125 372.06726 139.4375 372.25476Q139.60938 372.44226 139.60938 372.7079Q139.60938 372.9579 139.4375 373.1454Q139.28125 373.31726 138.96875 373.31726Q138.65625 373.31726 138.48438 373.1454Q138.32812 372.9579 138.32812 372.7079ZM145.01562 379.036Q145.01562 378.5985 144.67188 378.36414Q144.34375 378.11414 143.51562 377.94226Q142.70312 377.7704 142.21875 377.5204Q141.73438 377.2704 141.5 376.94226Q141.28125 376.5985 141.28125 376.12976Q141.28125 375.3485 141.9375 374.81726Q142.59375 374.2704 143.625 374.2704Q144.70312 374.2704 145.35938 374.8329Q146.03125 375.37976 146.03125 376.23914L144.95312 376.23914Q144.95312 375.80164 144.5625 375.48914Q144.1875 375.161 143.625 375.161Q143.03125 375.161 142.6875 375.42664Q142.35938 375.67664 142.35938 376.0829Q142.35938 376.4735 142.67188 376.67664Q142.98438 376.87976 143.79688 377.06726Q144.60938 377.23914 145.10938 377.48914Q145.60938 377.73914 145.84375 378.0985Q146.09375 378.4579 146.09375 378.9579Q146.09375 379.81726 145.40625 380.3329Q144.73438 380.8485 143.65625 380.8485Q142.89062 380.8485 142.29688 380.5829Q141.71875 380.30164 141.39062 379.81726Q141.0625 379.3329 141.0625 378.7704L142.14062 378.7704Q142.17188 379.31726 142.57812 379.6454Q142.98438 379.9579 143.65625 379.9579Q144.26562 379.9579 144.64062 379.7079Q145.01562 379.4579 145.01562 379.036ZM150.53125 381.4579L149.60938 381.4579L153.17188 372.19226L154.09375 372.19226L150.53125 381.4579ZM159.5 380.7235L158.42188 380.7235L158.42188 371.7235L159.5 371.7235L159.5 380.7235ZM162.5 380.7235L161.42188 380.7235L161.42188 374.37976L162.5 374.37976L162.5 380.7235ZM161.32812 372.7079Q161.32812 372.44226 161.48438 372.25476Q161.65625 372.06726 161.96875 372.06726Q162.28125 372.06726 162.4375 372.25476Q162.60938 372.44226 162.60938 372.7079Q162.60938 372.9579 162.4375 373.1454Q162.28125 373.31726 161.96875 373.31726Q161.65625 373.31726 161.48438 373.1454Q161.32812 372.9579 161.32812 372.7079ZM165.34375 374.37976L165.375 375.17664Q166.10938 374.2704 167.28125 374.2704Q169.29688 374.2704 169.3125 376.536L169.3125 380.7235L168.21875 380.7235L168.21875 376.5204Q168.21875 375.8485 167.90625 375.5204Q167.60938 375.19226 166.95312 375.19226Q166.42188 375.19226 166.01562 375.4735Q165.625 375.75476 165.40625 376.2079L165.40625 380.7235L164.32812 380.7235L164.32812 374.37976L165.34375 374.37976ZM172.79688 372.8485L172.79688 374.37976L173.96875 374.37976L173.96875 375.2235L172.79688 375.2235L172.79688 379.1454Q172.79688 379.536 172.95312 379.7235Q173.10938 379.911 173.48438 379.911Q173.67188 379.911 174.0 379.8485L174.0 380.7235Q173.57812 380.8485 173.17188 380.8485Q172.45312 380.8485 172.07812 380.411Q171.70312 379.9579 171.70312 379.1454L171.70312 375.2235L170.54688 375.2235L170.54688 374.37976L171.70312 374.37976L171.70312 372.8485L172.79688 372.8485ZM176.5 380.7235L175.42188 380.7235L175.42188 374.37976L176.5 374.37976L176.5 380.7235ZM175.32812 372.7079Q175.32812 372.44226 175.48438 372.25476Q175.65625 372.06726 175.96875 372.06726Q176.28125 372.06726 176.4375 372.25476Q176.60938 372.44226 176.60938 372.7079Q176.60938 372.9579 176.4375 373.1454Q176.28125 373.31726 175.96875 373.31726Q175.65625 373.31726 175.48438 373.1454Q175.32812 372.9579 175.32812 372.7079ZM179.34375 374.37976L179.375 375.17664Q180.10938 374.2704 181.28125 374.2704Q183.29688 374.2704 183.3125 376.536L183.3125 380.7235L182.21875 380.7235L182.21875 376.5204Q182.21875 375.8485 181.90625 375.5204Q181.60938 375.19226 180.95312 375.19226Q180.42188 375.19226 180.01562 375.4735Q179.625 375.75476 179.40625 376.2079L179.40625 380.7235L178.32812 380.7235L178.32812 374.37976L179.34375 374.37976ZM185.0625 377.50476Q185.0625 376.0204 185.75 375.1454Q186.4375 374.2704 187.5625 374.2704Q188.71875 374.2704 189.375 375.0829L189.42188 374.37976L190.42188 374.37976L190.42188 380.56726Q190.42188 381.80164 189.6875 382.50476Q188.95312 383.2235 187.73438 383.2235Q187.04688 383.2235 186.39062 382.92664Q185.73438 382.62976 185.39062 382.12976L185.95312 381.4735Q186.64062 382.3329 187.65625 382.3329Q188.4375 382.3329 188.875 381.87976Q189.32812 381.44226 189.32812 380.62976L189.32812 380.0829Q188.67188 380.8485 187.54688 380.8485Q186.4375 380.8485 185.75 379.9579Q185.0625 379.05164 185.0625 377.50476ZM186.15625 377.62976Q186.15625 378.69226 186.59375 379.31726Q187.03125 379.92664 187.82812 379.92664Q188.84375 379.92664 189.32812 378.98914L189.32812 376.0985Q188.82812 375.19226 187.82812 375.19226Q187.04688 375.19226 186.59375 375.80164Q186.15625 376.411 186.15625 377.62976ZM195.53125 381.4579L194.60938 381.4579L198.17188 372.19226L199.09375 372.19226L195.53125 381.4579ZM204.79688 372.8485L204.79688 374.37976L205.96875 374.37976L205.96875 375.2235L204.79688 375.2235L204.79688 379.1454Q204.79688 379.536 204.95312 379.7235Q205.10938 379.911 205.48438 379.911Q205.67188 379.911 206.0 379.8485L206.0 380.7235Q205.57812 380.8485 205.17188 380.8485Q204.45312 380.8485 204.07812 380.411Q203.70312 379.9579 203.70312 379.1454L203.70312 375.2235L202.54688 375.2235L202.54688 374.37976L203.70312 374.37976L203.70312 372.8485L204.79688 372.8485ZM207.03125 377.48914Q207.03125 376.56726 207.39062 375.81726Q207.76562 375.06726 208.42188 374.67664Q209.07812 374.2704 209.90625 374.2704Q211.20312 374.2704 212.0 375.161Q212.8125 376.05164 212.8125 377.55164L212.8125 377.62976Q212.8125 378.55164 212.45312 379.286Q212.09375 380.0204 211.4375 380.44226Q210.78125 380.8485 209.92188 380.8485Q208.64062 380.8485 207.82812 379.9579Q207.03125 379.05164 207.03125 377.56726L207.03125 377.48914ZM208.125 377.62976Q208.125 378.67664 208.60938 379.31726Q209.10938 379.9579 209.92188 379.9579Q210.75 379.9579 211.23438 379.31726Q211.71875 378.661 211.71875 377.48914Q211.71875 376.4579 211.21875 375.81726Q210.73438 375.161 209.90625 375.161Q209.10938 375.161 208.60938 375.80164Q208.125 376.42664 208.125 377.62976ZM216.09375 377.786L215.40625 378.48914L215.40625 380.7235L214.32812 380.7235L214.32812 371.7235L215.40625 371.7235L215.40625 377.161L215.98438 376.4735L217.96875 374.37976L219.28125 374.37976L216.8125 377.036L219.57812 380.7235L218.29688 380.7235L216.09375 377.786ZM222.95312 380.8485Q221.65625 380.8485 220.84375 380.00476Q220.04688 379.1454 220.04688 377.7235L220.04688 377.536Q220.04688 376.5829 220.40625 375.8485Q220.76562 375.0985 221.40625 374.69226Q222.0625 374.2704 222.8125 374.2704Q224.04688 374.2704 224.73438 375.0829Q225.42188 375.8954 225.42188 377.411L225.42188 377.86414L221.125 377.86414Q221.15625 378.80164 221.67188 379.37976Q222.20312 379.9579 223.01562 379.9579Q223.57812 379.9579 223.96875 379.7235Q224.375 379.48914 224.6875 379.0985L225.34375 379.61414Q224.54688 380.8485 222.95312 380.8485ZM222.8125 375.161Q222.15625 375.161 221.70312 375.6454Q221.26562 376.11414 221.17188 376.9735L224.34375 376.9735L224.34375 376.8954Q224.29688 376.06726 223.89062 375.61414Q223.5 375.161 222.8125 375.161ZM227.34375 374.37976L227.375 375.17664Q228.10938 374.2704 229.28125 374.2704Q231.29688 374.2704 231.3125 376.536L231.3125 380.7235L230.21875 380.7235L230.21875 376.5204Q230.21875 375.8485 229.90625 375.5204Q229.60938 375.19226 228.95312 375.19226Q228.42188 375.19226 228.01562 375.4735Q227.625 375.75476 227.40625 376.2079L227.40625 380.7235L226.32812 380.7235L226.32812 374.37976L227.34375 374.37976Z" fill-rule="nonzero"/><path fill="#666666" d="M188.5 395.7235L187.42188 395.7235L187.42188 389.37976L188.5 389.37976L188.5 395.7235ZM187.32812 387.7079Q187.32812 387.44226 187.48438 387.25476Q187.65625 387.06726 187.96875 387.06726Q188.28125 387.06726 188.4375 387.25476Q188.60938 387.44226 188.60938 387.7079Q188.60938 387.9579 188.4375 388.1454Q188.28125 388.31726 187.96875 388.31726Q187.65625 388.31726 187.48438 388.1454Q187.32812 387.9579 187.32812 387.7079ZM191.34375 389.37976L191.375 390.17664Q192.10938 389.2704 193.28125 389.2704Q195.29688 389.2704 195.3125 391.536L195.3125 395.7235L194.21875 395.7235L194.21875 391.5204Q194.21875 390.8485 193.90625 390.5204Q193.60938 390.19226 192.95312 390.19226Q192.42188 390.19226 192.01562 390.4735Q191.625 390.75476 191.40625 391.2079L191.40625 395.7235L190.32812 395.7235L190.32812 389.37976L191.34375 389.37976ZM197.0625 392.50476Q197.0625 391.036 197.75 390.161Q198.4375 389.2704 199.5625 389.2704Q200.67188 389.2704 201.32812 390.0204L201.32812 386.7235L202.40625 386.7235L202.40625 395.7235L201.40625 395.7235L201.35938 395.036Q200.70312 395.8485 199.54688 395.8485Q198.45312 395.8485 197.75 394.94226Q197.0625 394.036 197.0625 392.5829L197.0625 392.50476ZM198.14062 392.62976Q198.14062 393.7079 198.57812 394.31726Q199.03125 394.92664 199.8125 394.92664Q200.84375 394.92664 201.32812 393.98914L201.32812 391.0829Q200.84375 390.19226 199.82812 390.19226Q199.03125 390.19226 198.57812 390.80164Q198.14062 391.411 198.14062 392.62976ZM206.95312 395.8485Q205.65625 395.8485 204.84375 395.00476Q204.04688 394.1454 204.04688 392.7235L204.04688 392.536Q204.04688 391.5829 204.40625 390.8485Q204.76562 390.0985 205.40625 389.69226Q206.0625 389.2704 206.8125 389.2704Q208.04688 389.2704 208.73438 390.0829Q209.42188 390.8954 209.42188 392.411L209.42188 392.86414L205.125 392.86414Q205.15625 393.80164 205.67188 394.37976Q206.20312 394.9579 207.01562 394.9579Q207.57812 394.9579 207.96875 394.7235Q208.375 394.48914 208.6875 394.0985L209.34375 394.61414Q208.54688 395.8485 206.95312 395.8485ZM206.8125 390.161Q206.15625 390.161 205.70312 390.6454Q205.26562 391.11414 205.17188 391.9735L208.34375 391.9735L208.34375 391.8954Q208.29688 391.06726 207.89062 390.61414Q207.5 390.161 206.8125 390.161ZM212.45312 391.69226L213.85938 389.37976L215.125 389.37976L213.04688 392.5204L215.1875 395.7235L213.9375 395.7235L212.46875 393.3485L211.0 395.7235L209.73438 395.7235L211.875 392.5204L209.8125 389.37976L211.0625 389.37976L212.45312 391.69226ZM217.5 395.7235L216.42188 395.7235L216.42188 389.37976L217.5 389.37976L217.5 395.7235ZM216.32812 387.7079Q216.32812 387.44226 216.48438 387.25476Q216.65625 387.06726 216.96875 387.06726Q217.28125 387.06726 217.4375 387.25476Q217.60938 387.44226 217.60938 387.7079Q217.60938 387.9579 217.4375 388.1454Q217.28125 388.31726 216.96875 388.31726Q216.65625 388.31726 216.48438 388.1454Q216.32812 387.9579 216.32812 387.7079ZM220.34375 389.37976L220.375 390.17664Q221.10938 389.2704 222.28125 389.2704Q224.29688 389.2704 224.3125 391.536L224.3125 395.7235L223.21875 395.7235L223.21875 391.5204Q223.21875 390.8485 222.90625 390.5204Q222.60938 390.19226 221.95312 390.19226Q221.42188 390.19226 221.01562 390.4735Q220.625 390.75476 220.40625 391.2079L220.40625 395.7235L219.32812 395.7235L219.32812 389.37976L220.34375 389.37976ZM226.0625 392.50476Q226.0625 391.0204 226.75 390.1454Q227.4375 389.2704 228.5625 389.2704Q229.71875 389.2704 230.375 390.0829L230.42188 389.37976L231.42188 389.37976L231.42188 395.56726Q231.42188 396.80164 230.6875 397.50476Q229.95312 398.2235 228.73438 398.2235Q228.04688 398.2235 227.39062 397.92664Q226.73438 397.62976 226.39062 397.12976L226.95312 396.4735Q227.64062 397.3329 228.65625 397.3329Q229.4375 397.3329 229.875 396.87976Q230.32812 396.44226 230.32812 395.62976L230.32812 395.0829Q229.67188 395.8485 228.54688 395.8485Q227.4375 395.8485 226.75 394.9579Q226.0625 394.05164 226.0625 392.50476ZM227.15625 392.62976Q227.15625 393.69226 227.59375 394.31726Q228.03125 394.92664 228.82812 394.92664Q229.84375 394.92664 230.32812 393.98914L230.32812 391.0985Q229.82812 390.19226 228.82812 390.19226Q228.04688 390.19226 227.59375 390.80164Q227.15625 391.411 227.15625 392.62976Z" fill-rule="nonzero"/><path fill="#666666" d="M61.796875 416.65445Q61.359375 417.27945 60.578125 417.59195Q59.796875 417.90445 58.765625 417.90445Q57.734375 417.90445 56.921875 417.42007Q56.109375 416.92007 55.671875 416.01382Q55.234375 415.10757 55.21875 413.92007L55.21875 413.1857Q55.21875 411.2482 56.109375 410.1857Q57.015625 409.1232 58.640625 409.1232Q59.984375 409.1232 60.796875 409.8107Q61.609375 410.4982 61.796875 411.7482L60.671875 411.7482Q60.34375 410.0607 58.65625 410.0607Q57.515625 410.0607 56.9375 410.85757Q56.359375 411.63882 56.34375 413.15445L56.34375 413.84195Q56.34375 415.27945 57.0 416.13882Q57.65625 416.98257 58.78125 416.98257Q59.40625 416.98257 59.875 416.84195Q60.359375 416.70132 60.671875 416.35757L60.671875 414.45132L58.703125 414.45132L58.703125 413.52945L61.796875 413.52945L61.796875 416.65445ZM63.03125 414.54507Q63.03125 413.6232 63.390625 412.8732Q63.765625 412.1232 64.421875 411.73257Q65.078125 411.32632 65.90625 411.32632Q67.203125 411.32632 68.0 412.21695Q68.8125 413.10757 68.8125 414.60757L68.8125 414.6857Q68.8125 415.60757 68.453125 416.34195Q68.09375 417.07632 67.4375 417.4982Q66.78125 417.90445 65.921875 417.90445Q64.640625 417.90445 63.828125 417.01382Q63.03125 416.10757 63.03125 414.6232L63.03125 414.54507ZM64.125 414.6857Q64.125 415.73257 64.609375 416.3732Q65.109375 417.01382 65.921875 417.01382Q66.75 417.01382 67.234375 416.3732Q67.71875 415.71695 67.71875 414.54507Q67.71875 413.51382 67.21875 412.8732Q66.734375 412.21695 65.90625 412.21695Q65.109375 412.21695 64.609375 412.85757Q64.125 413.48257 64.125 414.6857ZM71.796875 409.90445L71.796875 411.4357L72.96875 411.4357L72.96875 412.27945L71.796875 412.27945L71.796875 416.20132Q71.796875 416.59195 71.953125 416.77945Q72.109375 416.96695 72.484375 416.96695Q72.671875 416.96695 73.0 416.90445L73.0 417.77945Q72.578125 417.90445 72.171875 417.90445Q71.453125 417.90445 71.078125 417.46695Q70.703125 417.01382 70.703125 416.20132L70.703125 412.27945L69.546875 412.27945L69.546875 411.4357L70.703125 411.4357L70.703125 409.90445L71.796875 409.90445ZM74.03125 414.54507Q74.03125 413.6232 74.390625 412.8732Q74.765625 412.1232 75.421875 411.73257Q76.078125 411.32632 76.90625 411.32632Q78.203125 411.32632 79.0 412.21695Q79.8125 413.10757 79.8125 414.60757L79.8125 414.6857Q79.8125 415.60757 79.453125 416.34195Q79.09375 417.07632 78.4375 417.4982Q77.78125 417.90445 76.921875 417.90445Q75.640625 417.90445 74.828125 417.01382Q74.03125 416.10757 74.03125 414.6232L74.03125 414.54507ZM75.125 414.6857Q75.125 415.73257 75.609375 416.3732Q76.109375 417.01382 76.921875 417.01382Q77.75 417.01382 78.234375 416.3732Q78.71875 415.71695 78.71875 414.54507Q78.71875 413.51382 78.21875 412.8732Q77.734375 412.21695 76.90625 412.21695Q76.109375 412.21695 75.609375 412.85757Q75.125 413.48257 75.125 414.6857ZM84.0625 414.5607Q84.0625 413.09195 84.75 412.21695Q85.4375 411.32632 86.5625 411.32632Q87.671875 411.32632 88.328125 412.07632L88.328125 408.77945L89.40625 408.77945L89.40625 417.77945L88.40625 417.77945L88.359375 417.09195Q87.703125 417.90445 86.546875 417.90445Q85.453125 417.90445 84.75 416.9982Q84.0625 416.09195 84.0625 414.63882L84.0625 414.5607ZM85.140625 414.6857Q85.140625 415.76382 85.578125 416.3732Q86.03125 416.98257 86.8125 416.98257Q87.84375 416.98257 88.328125 416.04507L88.328125 413.13882Q87.84375 412.2482 86.828125 412.2482Q86.03125 412.2482 85.578125 412.85757Q85.140625 413.46695 85.140625 414.6857ZM93.953125 417.90445Q92.65625 417.90445 91.84375 417.0607Q91.046875 416.20132 91.046875 414.77945L91.046875 414.59195Q91.046875 413.63882 91.40625 412.90445Q91.765625 412.15445 92.40625 411.7482Q93.0625 411.32632 93.8125 411.32632Q95.046875 411.32632 95.734375 412.13882Q96.421875 412.95132 96.421875 414.46695L96.421875 414.92007L92.125 414.92007Q92.15625 415.85757 92.671875 416.4357Q93.203125 417.01382 94.015625 417.01382Q94.578125 417.01382 94.96875 416.77945Q95.375 416.54507 95.6875 416.15445L96.34375 416.67007Q95.546875 417.90445 93.953125 417.90445ZM93.8125 412.21695Q93.15625 412.21695 92.703125 412.70132Q92.265625 413.17007 92.171875 414.02945L95.34375 414.02945L95.34375 413.95132Q95.296875 413.1232 94.890625 412.67007Q94.5 412.21695 93.8125 412.21695ZM97.859375 417.77945L97.859375 412.27945L96.859375 412.27945L96.859375 411.4357L97.859375 411.4357L97.859375 410.79507Q97.859375 409.76382 98.390625 409.21695Q98.9375 408.65445 99.9375 408.65445Q100.3125 408.65445 100.6875 408.7482L100.625 409.63882Q100.34375 409.57632 100.046875 409.57632Q99.515625 409.57632 99.21875 409.88882Q98.9375 410.20132 98.9375 410.76382L98.9375 411.4357L100.296875 411.4357L100.296875 412.27945L98.9375 412.27945L98.9375 417.77945L97.859375 417.77945ZM102.5 417.77945L101.421875 417.77945L101.421875 411.4357L102.5 411.4357L102.5 417.77945ZM101.328125 409.76382Q101.328125 409.4982 101.484375 409.3107Q101.65625 409.1232 101.96875 409.1232Q102.28125 409.1232 102.4375 409.3107Q102.609375 409.4982 102.609375 409.76382Q102.609375 410.01382 102.4375 410.20132Q102.28125 410.3732 101.96875 410.3732Q101.65625 410.3732 101.484375 410.20132Q101.328125 410.01382 101.328125 409.76382ZM105.34375 411.4357L105.375 412.23257Q106.109375 411.32632 107.28125 411.32632Q109.296875 411.32632 109.3125 413.59195L109.3125 417.77945L108.21875 417.77945L108.21875 413.57632Q108.21875 412.90445 107.90625 412.57632Q107.609375 412.2482 106.953125 412.2482Q106.421875 412.2482 106.015625 412.52945Q105.625 412.8107 105.40625 413.26382L105.40625 417.77945L104.328125 417.77945L104.328125 411.4357L105.34375 411.4357ZM112.5 417.77945L111.421875 417.77945L111.421875 411.4357L112.5 411.4357L112.5 417.77945ZM111.328125 409.76382Q111.328125 409.4982 111.484375 409.3107Q111.65625 409.1232 111.96875 409.1232Q112.28125 409.1232 112.4375 409.3107Q112.609375 409.4982 112.609375 409.76382Q112.609375 410.01382 112.4375 410.20132Q112.28125 410.3732 111.96875 410.3732Q111.65625 410.3732 111.484375 410.20132Q111.328125 410.01382 111.328125 409.76382ZM115.796875 409.90445L115.796875 411.4357L116.96875 411.4357L116.96875 412.27945L115.796875 412.27945L115.796875 416.20132Q115.796875 416.59195 115.953125 416.77945Q116.109375 416.96695 116.484375 416.96695Q116.671875 416.96695 117.0 416.90445L117.0 417.77945Q116.578125 417.90445 116.171875 417.90445Q115.453125 417.90445 115.078125 417.46695Q114.703125 417.01382 114.703125 416.20132L114.703125 412.27945L113.546875 412.27945L113.546875 411.4357L114.703125 411.4357L114.703125 409.90445L115.796875 409.90445ZM119.5 417.77945L118.421875 417.77945L118.421875 411.4357L119.5 411.4357L119.5 417.77945ZM118.328125 409.76382Q118.328125 409.4982 118.484375 409.3107Q118.65625 409.1232 118.96875 409.1232Q119.28125 409.1232 119.4375 409.3107Q119.609375 409.4982 119.609375 409.76382Q119.609375 410.01382 119.4375 410.20132Q119.28125 410.3732 118.96875 410.3732Q118.65625 410.3732 118.484375 410.20132Q118.328125 410.01382 118.328125 409.76382ZM121.03125 414.54507Q121.03125 413.6232 121.390625 412.8732Q121.765625 412.1232 122.421875 411.73257Q123.078125 411.32632 123.90625 411.32632Q125.203125 411.32632 126.0 412.21695Q126.8125 413.10757 126.8125 414.60757L126.8125 414.6857Q126.8125 415.60757 126.453125 416.34195Q126.09375 417.07632 125.4375 417.4982Q124.78125 417.90445 123.921875 417.90445Q122.640625 417.90445 121.828125 417.01382Q121.03125 416.10757 121.03125 414.6232L121.03125 414.54507ZM122.125 414.6857Q122.125 415.73257 122.609375 416.3732Q123.109375 417.01382 123.921875 417.01382Q124.75 417.01382 125.234375 416.3732Q125.71875 415.71695 125.71875 414.54507Q125.71875 413.51382 125.21875 412.8732Q124.734375 412.21695 123.90625 412.21695Q123.109375 412.21695 122.609375 412.85757Q122.125 413.48257 122.125 414.6857ZM129.34375 411.4357L129.375 412.23257Q130.10938 411.32632 131.28125 411.32632Q133.29688 411.32632 133.3125 413.59195L133.3125 417.77945L132.21875 417.77945L132.21875 413.57632Q132.21875 412.90445 131.90625 412.57632Q131.60938 412.2482 130.95312 412.2482Q130.42188 412.2482 130.01562 412.52945Q129.625 412.8107 129.40625 413.26382L129.40625 417.77945L128.32812 417.77945L128.32812 411.4357L129.34375 411.4357ZM138.53125 418.51382L137.60938 418.51382L141.17188 409.2482L142.09375 409.2482L138.53125 418.51382ZM146.85938 417.77945L146.85938 412.27945L145.85938 412.27945L145.85938 411.4357L146.85938 411.4357L146.85938 410.79507Q146.85938 409.76382 147.39062 409.21695Q147.9375 408.65445 148.9375 408.65445Q149.3125 408.65445 149.6875 408.7482L149.625 409.63882Q149.34375 409.57632 149.04688 409.57632Q148.51562 409.57632 148.21875 409.88882Q147.9375 410.20132 147.9375 410.76382L147.9375 411.4357L149.29688 411.4357L149.29688 412.27945L147.9375 412.27945L147.9375 417.77945L146.85938 417.77945ZM151.5 417.77945L150.42188 417.77945L150.42188 411.4357L151.5 411.4357L151.5 417.77945ZM150.32812 409.76382Q150.32812 409.4982 150.48438 409.3107Q150.65625 409.1232 150.96875 409.1232Q151.28125 409.1232 151.4375 409.3107Q151.60938 409.4982 151.60938 409.76382Q151.60938 410.01382 151.4375 410.20132Q151.28125 410.3732 150.96875 410.3732Q150.65625 410.3732 150.48438 410.20132Q150.32812 410.01382 150.32812 409.76382ZM154.34375 411.4357L154.375 412.23257Q155.10938 411.32632 156.28125 411.32632Q158.29688 411.32632 158.3125 413.59195L158.3125 417.77945L157.21875 417.77945L157.21875 413.57632Q157.21875 412.90445 156.90625 412.57632Q156.60938 412.2482 155.95312 412.2482Q155.42188 412.2482 155.01562 412.52945Q154.625 412.8107 154.40625 413.26382L154.40625 417.77945L153.32812 417.77945L153.32812 411.4357L154.34375 411.4357ZM160.0625 414.5607Q160.0625 413.09195 160.75 412.21695Q161.4375 411.32632 162.5625 411.32632Q163.67188 411.32632 164.32812 412.07632L164.32812 408.77945L165.40625 408.77945L165.40625 417.77945L164.40625 417.77945L164.35938 417.09195Q163.70312 417.90445 162.54688 417.90445Q161.45312 417.90445 160.75 416.9982Q160.0625 416.09195 160.0625 414.63882L160.0625 414.5607ZM161.14062 414.6857Q161.14062 415.76382 161.57812 416.3732Q162.03125 416.98257 162.8125 416.98257Q163.84375 416.98257 164.32812 416.04507L164.32812 413.13882Q163.84375 412.2482 162.82812 412.2482Q162.03125 412.2482 161.57812 412.85757Q161.14062 413.46695 161.14062 414.6857ZM173.39062 412.40445Q173.14062 412.3732 172.85938 412.3732Q171.78125 412.3732 171.40625 413.27945L171.40625 417.77945L170.32812 417.77945L170.32812 411.4357L171.375 411.4357L171.39062 412.17007Q171.92188 411.32632 172.90625 411.32632Q173.21875 411.32632 173.39062 411.40445L173.39062 412.40445ZM176.95312 417.90445Q175.65625 417.90445 174.84375 417.0607Q174.04688 416.20132 174.04688 414.77945L174.04688 414.59195Q174.04688 413.63882 174.40625 412.90445Q174.76562 412.15445 175.40625 411.7482Q176.0625 411.32632 176.8125 411.32632Q178.04688 411.32632 178.73438 412.13882Q179.42188 412.95132 179.42188 414.46695L179.42188 414.92007L175.125 414.92007Q175.15625 415.85757 175.67188 416.4357Q176.20312 417.01382 177.01562 417.01382Q177.57812 417.01382 177.96875 416.77945Q178.375 416.54507 178.6875 416.15445L179.34375 416.67007Q178.54688 417.90445 176.95312 417.90445ZM176.8125 412.21695Q176.15625 412.21695 175.70312 412.70132Q175.26562 413.17007 175.17188 414.02945L178.34375 414.02945L178.34375 413.95132Q178.29688 413.1232 177.89062 412.67007Q177.5 412.21695 176.8125 412.21695ZM180.85938 417.77945L180.85938 412.27945L179.85938 412.27945L179.85938 411.4357L180.85938 411.4357L180.85938 410.79507Q180.85938 409.76382 181.39062 409.21695Q181.9375 408.65445 182.9375 408.65445Q183.3125 408.65445 183.6875 408.7482L183.625 409.63882Q183.34375 409.57632 183.04688 409.57632Q182.51562 409.57632 182.21875 409.88882Q181.9375 410.20132 181.9375 410.76382L181.9375 411.4357L183.29688 411.4357L183.29688 412.27945L181.9375 412.27945L181.9375 417.77945L180.85938 417.77945ZM186.95312 417.90445Q185.65625 417.90445 184.84375 417.0607Q184.04688 416.20132 184.04688 414.77945L184.04688 414.59195Q184.04688 413.63882 184.40625 412.90445Q184.76562 412.15445 185.40625 411.7482Q186.0625 411.32632 186.8125 411.32632Q188.04688 411.32632 188.73438 412.13882Q189.42188 412.95132 189.42188 414.46695L189.42188 414.92007L185.125 414.92007Q185.15625 415.85757 185.67188 416.4357Q186.20312 417.01382 187.01562 417.01382Q187.57812 417.01382 187.96875 416.77945Q188.375 416.54507 188.6875 416.15445L189.34375 416.67007Q188.54688 417.90445 186.95312 417.90445ZM186.8125 412.21695Q186.15625 412.21695 185.70312 412.70132Q185.26562 413.17007 185.17188 414.02945L188.34375 414.02945L188.34375 413.95132Q188.29688 413.1232 187.89062 412.67007Q187.5 412.21695 186.8125 412.21695ZM193.39062 412.40445Q193.14062 412.3732 192.85938 412.3732Q191.78125 412.3732 191.40625 413.27945L191.40625 417.77945L190.32812 417.77945L190.32812 411.4357L191.375 411.4357L191.39062 412.17007Q191.92188 411.32632 192.90625 411.32632Q193.21875 411.32632 193.39062 411.40445L193.39062 412.40445ZM196.95312 417.90445Q195.65625 417.90445 194.84375 417.0607Q194.04688 416.20132 194.04688 414.77945L194.04688 414.59195Q194.04688 413.63882 194.40625 412.90445Q194.76562 412.15445 195.40625 411.7482Q196.0625 411.32632 196.8125 411.32632Q198.04688 411.32632 198.73438 412.13882Q199.42188 412.95132 199.42188 414.46695L199.42188 414.92007L195.125 414.92007Q195.15625 415.85757 195.67188 416.4357Q196.20312 417.01382 197.01562 417.01382Q197.57812 417.01382 197.96875 416.77945Q198.375 416.54507 198.6875 416.15445L199.34375 416.67007Q198.54688 417.90445 196.95312 417.90445ZM196.8125 412.21695Q196.15625 412.21695 195.70312 412.70132Q195.26562 413.17007 195.17188 414.02945L198.34375 414.02945L198.34375 413.95132Q198.29688 413.1232 197.89062 412.67007Q197.5 412.21695 196.8125 412.21695ZM201.34375 411.4357L201.375 412.23257Q202.10938 411.32632 203.28125 411.32632Q205.29688 411.32632 205.3125 413.59195L205.3125 417.77945L204.21875 417.77945L204.21875 413.57632Q204.21875 412.90445 203.90625 412.57632Q203.60938 412.2482 202.95312 412.2482Q202.42188 412.2482 202.01562 412.52945Q201.625 412.8107 201.40625 413.26382L201.40625 417.77945L200.32812 417.77945L200.32812 411.4357L201.34375 411.4357ZM209.85938 417.01382Q210.4375 417.01382 210.875 416.67007Q211.3125 416.3107 211.35938 415.77945L212.39062 415.77945Q212.35938 416.32632 212.0 416.82632Q211.65625 417.3107 211.07812 417.60757Q210.51562 417.90445 209.85938 417.90445Q208.5625 417.90445 207.79688 417.04507Q207.04688 416.17007 207.04688 414.67007L207.04688 414.48257Q207.04688 413.5607 207.375 412.84195Q207.71875 412.1232 208.34375 411.73257Q208.98438 411.32632 209.85938 411.32632Q210.92188 411.32632 211.625 411.96695Q212.34375 412.59195 212.39062 413.6232L211.35938 413.6232Q211.3125 412.9982 210.89062 412.60757Q210.46875 412.21695 209.85938 412.21695Q209.03125 412.21695 208.57812 412.8107Q208.125 413.40445 208.125 414.52945L208.125 414.73257Q208.125 415.82632 208.57812 416.42007Q209.03125 417.01382 209.85938 417.01382ZM215.95312 417.90445Q214.65625 417.90445 213.84375 417.0607Q213.04688 416.20132 213.04688 414.77945L213.04688 414.59195Q213.04688 413.63882 213.40625 412.90445Q213.76562 412.15445 214.40625 411.7482Q215.0625 411.32632 215.8125 411.32632Q217.04688 411.32632 217.73438 412.13882Q218.42188 412.95132 218.42188 414.46695L218.42188 414.92007L214.125 414.92007Q214.15625 415.85757 214.67188 416.4357Q215.20312 417.01382 216.01562 417.01382Q216.57812 417.01382 216.96875 416.77945Q217.375 416.54507 217.6875 416.15445L218.34375 416.67007Q217.54688 417.90445 215.95312 417.90445ZM215.8125 412.21695Q215.15625 412.21695 214.70312 412.70132Q214.26562 413.17007 214.17188 414.02945L217.34375 414.02945L217.34375 413.95132Q217.29688 413.1232 216.89062 412.67007Q216.5 412.21695 215.8125 412.21695ZM223.01562 416.09195Q223.01562 415.65445 222.67188 415.42007Q222.34375 415.17007 221.51562 414.9982Q220.70312 414.82632 220.21875 414.57632Q219.73438 414.32632 219.5 413.9982Q219.28125 413.65445 219.28125 413.1857Q219.28125 412.40445 219.9375 411.8732Q220.59375 411.32632 221.625 411.32632Q222.70312 411.32632 223.35938 411.88882Q224.03125 412.4357 224.03125 413.29507L222.95312 413.29507Q222.95312 412.85757 222.5625 412.54507Q222.1875 412.21695 221.625 412.21695Q221.03125 412.21695 220.6875 412.48257Q220.35938 412.73257 220.35938 413.13882Q220.35938 413.52945 220.67188 413.73257Q220.98438 413.9357 221.79688 414.1232Q222.60938 414.29507 223.10938 414.54507Q223.60938 414.79507 223.84375 415.15445Q224.09375 415.51382 224.09375 416.01382Q224.09375 416.8732 223.40625 417.38882Q222.73438 417.90445 221.65625 417.90445Q220.89062 417.90445 220.29688 417.63882Q219.71875 417.35757 219.39062 416.8732Q219.0625 416.38882 219.0625 415.82632L220.14062 415.82632Q220.17188 416.3732 220.57812 416.70132Q220.98438 417.01382 221.65625 417.01382Q222.26562 417.01382 222.64062 416.76382Q223.01562 416.51382 223.01562 416.09195ZM228.53125 418.51382L227.60938 418.51382L231.17188 409.2482L232.09375 409.2482L228.53125 418.51382Z" fill-rule="nonzero"/><path fill="#666666" d="M95.34375 426.4357L95.375 427.23257Q96.109375 426.32632 97.28125 426.32632Q99.296875 426.32632 99.3125 428.59195L99.3125 432.77945L98.21875 432.77945L98.21875 428.57632Q98.21875 427.90445 97.90625 427.57632Q97.609375 427.2482 96.953125 427.2482Q96.421875 427.2482 96.015625 427.52945Q95.625 427.8107 95.40625 428.26382L95.40625 432.77945L94.328125 432.77945L94.328125 426.4357L95.34375 426.4357ZM105.234375 432.77945Q105.140625 432.59195 105.078125 432.10757Q104.328125 432.90445 103.28125 432.90445Q102.34375 432.90445 101.734375 432.3732Q101.140625 431.84195 101.140625 431.01382Q101.140625 430.02945 101.890625 429.48257Q102.640625 428.9357 104.015625 428.9357L105.0625 428.9357L105.0625 428.4357Q105.0625 427.8732 104.71875 427.54507Q104.390625 427.20132 103.71875 427.20132Q103.140625 427.20132 102.75 427.4982Q102.359375 427.77945 102.359375 428.20132L101.265625 428.20132Q101.265625 427.71695 101.59375 427.27945Q101.9375 426.84195 102.515625 426.59195Q103.09375 426.32632 103.78125 426.32632Q104.890625 426.32632 105.5 426.8732Q106.125 427.42007 106.15625 428.3732L106.15625 431.29507Q106.15625 432.17007 106.375 432.6857L106.375 432.77945L105.234375 432.77945ZM103.4375 431.95132Q103.953125 431.95132 104.40625 431.6857Q104.859375 431.42007 105.0625 430.9982L105.0625 429.70132L104.21875 429.70132Q102.21875 429.70132 102.21875 430.8732Q102.21875 431.3732 102.5625 431.67007Q102.90625 431.95132 103.4375 431.95132ZM110.40625 431.3107L111.984375 426.4357L113.09375 426.4357L110.8125 432.77945L109.984375 432.77945L107.6875 426.4357L108.796875 426.4357L110.40625 431.3107ZM115.5 432.77945L114.421875 432.77945L114.421875 426.4357L115.5 426.4357L115.5 432.77945ZM114.328125 424.76382Q114.328125 424.4982 114.484375 424.3107Q114.65625 424.1232 114.96875 424.1232Q115.28125 424.1232 115.4375 424.3107Q115.609375 424.4982 115.609375 424.76382Q115.609375 425.01382 115.4375 425.20132Q115.28125 425.3732 114.96875 425.3732Q114.65625 425.3732 114.484375 425.20132Q114.328125 425.01382 114.328125 424.76382ZM117.0625 429.5607Q117.0625 428.07632 117.75 427.20132Q118.4375 426.32632 119.5625 426.32632Q120.71875 426.32632 121.375 427.13882L121.421875 426.4357L122.421875 426.4357L122.421875 432.6232Q122.421875 433.85757 121.6875 434.5607Q120.953125 435.27945 119.734375 435.27945Q119.046875 435.27945 118.390625 434.98257Q117.734375 434.6857 117.390625 434.1857L117.953125 433.52945Q118.640625 434.38882 119.65625 434.38882Q120.4375 434.38882 120.875 433.9357Q121.328125 433.4982 121.328125 432.6857L121.328125 432.13882Q120.671875 432.90445 119.546875 432.90445Q118.4375 432.90445 117.75 432.01382Q117.0625 431.10757 117.0625 429.5607ZM118.15625 429.6857Q118.15625 430.7482 118.59375 431.3732Q119.03125 431.98257 119.828125 431.98257Q120.84375 431.98257 121.328125 431.04507L121.328125 428.15445Q120.828125 427.2482 119.828125 427.2482Q119.046875 427.2482 118.59375 427.85757Q118.15625 428.46695 118.15625 429.6857ZM128.23438 432.77945Q128.14062 432.59195 128.07812 432.10757Q127.328125 432.90445 126.28125 432.90445Q125.34375 432.90445 124.734375 432.3732Q124.140625 431.84195 124.140625 431.01382Q124.140625 430.02945 124.890625 429.48257Q125.640625 428.9357 127.015625 428.9357L128.0625 428.9357L128.0625 428.4357Q128.0625 427.8732 127.71875 427.54507Q127.390625 427.20132 126.71875 427.20132Q126.140625 427.20132 125.75 427.4982Q125.359375 427.77945 125.359375 428.20132L124.265625 428.20132Q124.265625 427.71695 124.59375 427.27945Q124.9375 426.84195 125.515625 426.59195Q126.09375 426.32632 126.78125 426.32632Q127.890625 426.32632 128.5 426.8732Q129.125 427.42007 129.15625 428.3732L129.15625 431.29507Q129.15625 432.17007 129.375 432.6857L129.375 432.77945L128.23438 432.77945ZM126.4375 431.95132Q126.953125 431.95132 127.40625 431.6857Q127.859375 431.42007 128.0625 430.9982L128.0625 429.70132L127.21875 429.70132Q125.21875 429.70132 125.21875 430.8732Q125.21875 431.3732 125.5625 431.67007Q125.90625 431.95132 126.4375 431.95132ZM132.79688 424.90445L132.79688 426.4357L133.96875 426.4357L133.96875 427.27945L132.79688 427.27945L132.79688 431.20132Q132.79688 431.59195 132.95312 431.77945Q133.10938 431.96695 133.48438 431.96695Q133.67188 431.96695 134.0 431.90445L134.0 432.77945Q133.57812 432.90445 133.17188 432.90445Q132.45312 432.90445 132.07812 432.46695Q131.70312 432.01382 131.70312 431.20132L131.70312 427.27945L130.54688 427.27945L130.54688 426.4357L131.70312 426.4357L131.70312 424.90445L132.79688 424.90445ZM136.5 432.77945L135.42188 432.77945L135.42188 426.4357L136.5 426.4357L136.5 432.77945ZM135.32812 424.76382Q135.32812 424.4982 135.48438 424.3107Q135.65625 424.1232 135.96875 424.1232Q136.28125 424.1232 136.4375 424.3107Q136.60938 424.4982 136.60938 424.76382Q136.60938 425.01382 136.4375 425.20132Q136.28125 425.3732 135.96875 425.3732Q135.65625 425.3732 135.48438 425.20132Q135.32812 425.01382 135.32812 424.76382ZM138.03125 429.54507Q138.03125 428.6232 138.39062 427.8732Q138.76562 427.1232 139.42188 426.73257Q140.07812 426.32632 140.90625 426.32632Q142.20312 426.32632 143.0 427.21695Q143.8125 428.10757 143.8125 429.60757L143.8125 429.6857Q143.8125 430.60757 143.45312 431.34195Q143.09375 432.07632 142.4375 432.4982Q141.78125 432.90445 140.92188 432.90445Q139.64062 432.90445 138.82812 432.01382Q138.03125 431.10757 138.03125 429.6232L138.03125 429.54507ZM139.125 429.6857Q139.125 430.73257 139.60938 431.3732Q140.10938 432.01382 140.92188 432.01382Q141.75 432.01382 142.23438 431.3732Q142.71875 430.71695 142.71875 429.54507Q142.71875 428.51382 142.21875 427.8732Q141.73438 427.21695 140.90625 427.21695Q140.10938 427.21695 139.60938 427.85757Q139.125 428.48257 139.125 429.6857ZM146.34375 426.4357L146.375 427.23257Q147.10938 426.32632 148.28125 426.32632Q150.29688 426.32632 150.3125 428.59195L150.3125 432.77945L149.21875 432.77945L149.21875 428.57632Q149.21875 427.90445 148.90625 427.57632Q148.60938 427.2482 147.95312 427.2482Q147.42188 427.2482 147.01562 427.52945Q146.625 427.8107 146.40625 428.26382L146.40625 432.77945L145.32812 432.77945L145.32812 426.4357L146.34375 426.4357ZM156.5 432.77945L155.42188 432.77945L155.42188 426.4357L156.5 426.4357L156.5 432.77945ZM155.32812 424.76382Q155.32812 424.4982 155.48438 424.3107Q155.65625 424.1232 155.96875 424.1232Q156.28125 424.1232 156.4375 424.3107Q156.60938 424.4982 156.60938 424.76382Q156.60938 425.01382 156.4375 425.20132Q156.28125 425.3732 155.96875 425.3732Q155.65625 425.3732 155.48438 425.20132Q155.32812 425.01382 155.32812 424.76382ZM159.34375 426.4357L159.375 427.13882Q160.0625 426.32632 161.25 426.32632Q162.57812 426.32632 163.0625 427.34195Q163.375 426.88882 163.875 426.60757Q164.39062 426.32632 165.07812 426.32632Q167.17188 426.32632 167.20312 428.52945L167.20312 432.77945L166.125 432.77945L166.125 428.59195Q166.125 427.92007 165.8125 427.59195Q165.5 427.2482 164.76562 427.2482Q164.15625 427.2482 163.75 427.60757Q163.35938 427.96695 163.29688 428.57632L163.29688 432.77945L162.21875 432.77945L162.21875 428.6232Q162.21875 427.2482 160.85938 427.2482Q159.79688 427.2482 159.40625 428.15445L159.40625 432.77945L158.3125 432.77945L158.3125 426.4357L159.34375 426.4357ZM174.67188 429.6857Q174.67188 431.1232 174.01562 432.01382Q173.35938 432.90445 172.21875 432.90445Q171.0625 432.90445 170.40625 432.17007L170.40625 435.21695L169.32812 435.21695L169.32812 426.4357L170.3125 426.4357L170.35938 427.13882Q171.03125 426.32632 172.20312 426.32632Q173.34375 426.32632 174.0 427.1857Q174.67188 428.04507 174.67188 429.57632L174.67188 429.6857ZM173.59375 429.5607Q173.59375 428.48257 173.125 427.8732Q172.67188 427.2482 171.875 427.2482Q170.89062 427.2482 170.40625 428.10757L170.40625 431.13882Q170.89062 432.01382 171.89062 432.01382Q172.67188 432.01382 173.125 431.40445Q173.59375 430.77945 173.59375 429.5607ZM179.39062 427.40445Q179.14062 427.3732 178.85938 427.3732Q177.78125 427.3732 177.40625 428.27945L177.40625 432.77945L176.32812 432.77945L176.32812 426.4357L177.375 426.4357L177.39062 427.17007Q177.92188 426.32632 178.90625 426.32632Q179.21875 426.32632 179.39062 426.40445L179.39062 427.40445ZM180.03125 429.54507Q180.03125 428.6232 180.39062 427.8732Q180.76562 427.1232 181.42188 426.73257Q182.07812 426.32632 182.90625 426.32632Q184.20312 426.32632 185.0 427.21695Q185.8125 428.10757 185.8125 429.60757L185.8125 429.6857Q185.8125 430.60757 185.45312 431.34195Q185.09375 432.07632 184.4375 432.4982Q183.78125 432.90445 182.92188 432.90445Q181.64062 432.90445 180.82812 432.01382Q180.03125 431.10757 180.03125 429.6232L180.03125 429.54507ZM181.125 429.6857Q181.125 430.73257 181.60938 431.3732Q182.10938 432.01382 182.92188 432.01382Q183.75 432.01382 184.23438 431.3732Q184.71875 430.71695 184.71875 429.54507Q184.71875 428.51382 184.21875 427.8732Q183.73438 427.21695 182.90625 427.21695Q182.10938 427.21695 181.60938 427.85757Q181.125 428.48257 181.125 429.6857ZM189.40625 431.3107L190.98438 426.4357L192.09375 426.4357L189.8125 432.77945L188.98438 432.77945L186.6875 426.4357L187.79688 426.4357L189.40625 431.3107ZM195.95312 432.90445Q194.65625 432.90445 193.84375 432.0607Q193.04688 431.20132 193.04688 429.77945L193.04688 429.59195Q193.04688 428.63882 193.40625 427.90445Q193.76562 427.15445 194.40625 426.7482Q195.0625 426.32632 195.8125 426.32632Q197.04688 426.32632 197.73438 427.13882Q198.42188 427.95132 198.42188 429.46695L198.42188 429.92007L194.125 429.92007Q194.15625 430.85757 194.67188 431.4357Q195.20312 432.01382 196.01562 432.01382Q196.57812 432.01382 196.96875 431.77945Q197.375 431.54507 197.6875 431.15445L198.34375 431.67007Q197.54688 432.90445 195.95312 432.90445ZM195.8125 427.21695Q195.15625 427.21695 194.70312 427.70132Q194.26562 428.17007 194.17188 429.02945L197.34375 429.02945L197.34375 428.95132Q197.29688 428.1232 196.89062 427.67007Q196.5 427.21695 195.8125 427.21695ZM200.34375 426.4357L200.375 427.13882Q201.0625 426.32632 202.25 426.32632Q203.57812 426.32632 204.0625 427.34195Q204.375 426.88882 204.875 426.60757Q205.39062 426.32632 206.07812 426.32632Q208.17188 426.32632 208.20312 428.52945L208.20312 432.77945L207.125 432.77945L207.125 428.59195Q207.125 427.92007 206.8125 427.59195Q206.5 427.2482 205.76562 427.2482Q205.15625 427.2482 204.75 427.60757Q204.35938 427.96695 204.29688 428.57632L204.29688 432.77945L203.21875 432.77945L203.21875 428.6232Q203.21875 427.2482 201.85938 427.2482Q200.79688 427.2482 200.40625 428.15445L200.40625 432.77945L199.3125 432.77945L199.3125 426.4357L200.34375 426.4357ZM212.95312 432.90445Q211.65625 432.90445 210.84375 432.0607Q210.04688 431.20132 210.04688 429.77945L210.04688 429.59195Q210.04688 428.63882 210.40625 427.90445Q210.76562 427.15445 211.40625 426.7482Q212.0625 426.32632 212.8125 426.32632Q214.04688 426.32632 214.73438 427.13882Q215.42188 427.95132 215.42188 429.46695L215.42188 429.92007L211.125 429.92007Q211.15625 430.85757 211.67188 431.4357Q212.20312 432.01382 213.01562 432.01382Q213.57812 432.01382 213.96875 431.77945Q214.375 431.54507 214.6875 431.15445L215.34375 431.67007Q214.54688 432.90445 212.95312 432.90445ZM212.8125 427.21695Q212.15625 427.21695 211.70312 427.70132Q211.26562 428.17007 211.17188 429.02945L214.34375 429.02945L214.34375 428.95132Q214.29688 428.1232 213.89062 427.67007Q213.5 427.21695 212.8125 427.21695ZM217.34375 426.4357L217.375 427.23257Q218.10938 426.32632 219.28125 426.32632Q221.29688 426.32632 221.3125 428.59195L221.3125 432.77945L220.21875 432.77945L220.21875 428.57632Q220.21875 427.90445 219.90625 427.57632Q219.60938 427.2482 218.95312 427.2482Q218.42188 427.2482 218.01562 427.52945Q217.625 427.8107 217.40625 428.26382L217.40625 432.77945L216.32812 432.77945L216.32812 426.4357L217.34375 426.4357ZM224.79688 424.90445L224.79688 426.4357L225.96875 426.4357L225.96875 427.27945L224.79688 427.27945L224.79688 431.20132Q224.79688 431.59195 224.95312 431.77945Q225.10938 431.96695 225.48438 431.96695Q225.67188 431.96695 226.0 431.90445L226.0 432.77945Q225.57812 432.90445 225.17188 432.90445Q224.45312 432.90445 224.07812 432.46695Q223.70312 432.01382 223.70312 431.20132L223.70312 427.27945L222.54688 427.27945L222.54688 426.4357L223.70312 426.4357L223.70312 424.90445L224.79688 424.90445ZM231.01562 431.09195Q231.01562 430.65445 230.67188 430.42007Q230.34375 430.17007 229.51562 429.9982Q228.70312 429.82632 228.21875 429.57632Q227.73438 429.32632 227.5 428.9982Q227.28125 428.65445 227.28125 428.1857Q227.28125 427.40445 227.9375 426.8732Q228.59375 426.32632 229.625 426.32632Q230.70312 426.32632 231.35938 426.88882Q232.03125 427.4357 232.03125 428.29507L230.95312 428.29507Q230.95312 427.85757 230.5625 427.54507Q230.1875 427.21695 229.625 427.21695Q229.03125 427.21695 228.6875 427.48257Q228.35938 427.73257 228.35938 428.13882Q228.35938 428.52945 228.67188 428.73257Q228.98438 428.9357 229.79688 429.1232Q230.60938 429.29507 231.10938 429.54507Q231.60938 429.79507 231.84375 430.15445Q232.09375 430.51382 232.09375 431.01382Q232.09375 431.8732 231.40625 432.38882Q230.73438 432.90445 229.65625 432.90445Q228.89062 432.90445 228.29688 432.63882Q227.71875 432.35757 227.39062 431.8732Q227.0625 431.38882 227.0625 430.82632L228.14062 430.82632Q228.17188 431.3732 228.57812 431.70132Q228.98438 432.01382 229.65625 432.01382Q230.26562 432.01382 230.64062 431.76382Q231.01562 431.51382 231.01562 431.09195Z" fill-rule="nonzero"/><path fill="#666666" d="M94.703125 454.8354L93.578125 454.8354L93.578125 446.30414L94.703125 446.30414L94.703125 454.8354ZM97.34375 448.49164L97.375 449.19476Q98.0625 448.38226 99.25 448.38226Q100.578125 448.38226 101.0625 449.3979Q101.375 448.94476 101.875 448.6635Q102.390625 448.38226 103.078125 448.38226Q105.171875 448.38226 105.203125 450.5854L105.203125 454.8354L104.125 454.8354L104.125 450.6479Q104.125 449.976 103.8125 449.6479Q103.5 449.30414 102.765625 449.30414Q102.15625 449.30414 101.75 449.6635Q101.359375 450.0229 101.296875 450.63226L101.296875 454.8354L100.21875 454.8354L100.21875 450.67914Q100.21875 449.30414 98.859375 449.30414Q97.796875 449.30414 97.40625 450.2104L97.40625 454.8354L96.3125 454.8354L96.3125 448.49164L97.34375 448.49164ZM112.671875 451.74164Q112.671875 453.17914 112.015625 454.06976Q111.359375 454.9604 110.21875 454.9604Q109.0625 454.9604 108.40625 454.226L108.40625 457.2729L107.328125 457.2729L107.328125 448.49164L108.3125 448.49164L108.359375 449.19476Q109.03125 448.38226 110.203125 448.38226Q111.34375 448.38226 112.0 449.24164Q112.671875 450.101 112.671875 451.63226L112.671875 451.74164ZM111.59375 451.61664Q111.59375 450.5385 111.125 449.92914Q110.671875 449.30414 109.875 449.30414Q108.890625 449.30414 108.40625 450.1635L108.40625 453.19476Q108.890625 454.06976 109.890625 454.06976Q110.671875 454.06976 111.125 453.4604Q111.59375 452.8354 111.59375 451.61664ZM115.5 454.8354L114.421875 454.8354L114.421875 445.8354L115.5 445.8354L115.5 454.8354ZM119.953125 454.9604Q118.65625 454.9604 117.84375 454.11664Q117.046875 453.25726 117.046875 451.8354L117.046875 451.6479Q117.046875 450.69476 117.40625 449.9604Q117.765625 449.2104 118.40625 448.80414Q119.0625 448.38226 119.8125 448.38226Q121.046875 448.38226 121.734375 449.19476Q122.421875 450.00726 122.421875 451.5229L122.421875 451.976L118.125 451.976Q118.15625 452.9135 118.671875 453.49164Q119.203125 454.06976 120.015625 454.06976Q120.578125 454.06976 120.96875 453.8354Q121.375 453.601 121.6875 453.2104L122.34375 453.726Q121.546875 454.9604 119.953125 454.9604ZM119.8125 449.2729Q119.15625 449.2729 118.703125 449.75726Q118.265625 450.226 118.171875 451.0854L121.34375 451.0854L121.34375 451.00726Q121.296875 450.17914 120.890625 449.726Q120.5 449.2729 119.8125 449.2729ZM124.34375 448.49164L124.375 449.19476Q125.0625 448.38226 126.25 448.38226Q127.578125 448.38226 128.0625 449.3979Q128.375 448.94476 128.875 448.6635Q129.39062 448.38226 130.07812 448.38226Q132.17188 448.38226 132.20312 450.5854L132.20312 454.8354L131.125 454.8354L131.125 450.6479Q131.125 449.976 130.8125 449.6479Q130.5 449.30414 129.76562 449.30414Q129.15625 449.30414 128.75 449.6635Q128.35938 450.0229 128.29688 450.63226L128.29688 454.8354L127.21875 454.8354L127.21875 450.67914Q127.21875 449.30414 125.859375 449.30414Q124.796875 449.30414 124.40625 450.2104L124.40625 454.8354L123.3125 454.8354L123.3125 448.49164L124.34375 448.49164ZM136.95312 454.9604Q135.65625 454.9604 134.84375 454.11664Q134.04688 453.25726 134.04688 451.8354L134.04688 451.6479Q134.04688 450.69476 134.40625 449.9604Q134.76562 449.2104 135.40625 448.80414Q136.0625 448.38226 136.8125 448.38226Q138.04688 448.38226 138.73438 449.19476Q139.42188 450.00726 139.42188 451.5229L139.42188 451.976L135.125 451.976Q135.15625 452.9135 135.67188 453.49164Q136.20312 454.06976 137.01562 454.06976Q137.57812 454.06976 137.96875 453.8354Q138.375 453.601 138.6875 453.2104L139.34375 453.726Q138.54688 454.9604 136.95312 454.9604ZM136.8125 449.2729Q136.15625 449.2729 135.70312 449.75726Q135.26562 450.226 135.17188 451.0854L138.34375 451.0854L138.34375 451.00726Q138.29688 450.17914 137.89062 449.726Q137.5 449.2729 136.8125 449.2729ZM141.34375 448.49164L141.375 449.2885Q142.10938 448.38226 143.28125 448.38226Q145.29688 448.38226 145.3125 450.6479L145.3125 454.8354L144.21875 454.8354L144.21875 450.63226Q144.21875 449.9604 143.90625 449.63226Q143.60938 449.30414 142.95312 449.30414Q142.42188 449.30414 142.01562 449.5854Q141.625 449.86664 141.40625 450.31976L141.40625 454.8354L140.32812 454.8354L140.32812 448.49164L141.34375 448.49164ZM148.79688 446.9604L148.79688 448.49164L149.96875 448.49164L149.96875 449.3354L148.79688 449.3354L148.79688 453.25726Q148.79688 453.6479 148.95312 453.8354Q149.10938 454.0229 149.48438 454.0229Q149.67188 454.0229 150.0 453.9604L150.0 454.8354Q149.57812 454.9604 149.17188 454.9604Q148.45312 454.9604 148.07812 454.5229Q147.70312 454.06976 147.70312 453.25726L147.70312 449.3354L146.54688 449.3354L146.54688 448.49164L147.70312 448.49164L147.70312 446.9604L148.79688 446.9604ZM155.5 454.8354L154.42188 454.8354L154.42188 448.49164L155.5 448.49164L155.5 454.8354ZM154.32812 446.81976Q154.32812 446.55414 154.48438 446.36664Q154.65625 446.17914 154.96875 446.17914Q155.28125 446.17914 155.4375 446.36664Q155.60938 446.55414 155.60938 446.81976Q155.60938 447.06976 155.4375 447.25726Q155.28125 447.42914 154.96875 447.42914Q154.65625 447.42914 154.48438 447.25726Q154.32812 447.06976 154.32812 446.81976ZM158.34375 448.49164L158.375 449.2885Q159.10938 448.38226 160.28125 448.38226Q162.29688 448.38226 162.3125 450.6479L162.3125 454.8354L161.21875 454.8354L161.21875 450.63226Q161.21875 449.9604 160.90625 449.63226Q160.60938 449.30414 159.95312 449.30414Q159.42188 449.30414 159.01562 449.5854Q158.625 449.86664 158.40625 450.31976L158.40625 454.8354L157.32812 454.8354L157.32812 448.49164L158.34375 448.49164ZM165.79688 446.9604L165.79688 448.49164L166.96875 448.49164L166.96875 449.3354L165.79688 449.3354L165.79688 453.25726Q165.79688 453.6479 165.95312 453.8354Q166.10938 454.0229 166.48438 454.0229Q166.67188 454.0229 167.0 453.9604L167.0 454.8354Q166.57812 454.9604 166.17188 454.9604Q165.45312 454.9604 165.07812 454.5229Q164.70312 454.06976 164.70312 453.25726L164.70312 449.3354L163.54688 449.3354L163.54688 448.49164L164.70312 448.49164L164.70312 446.9604L165.79688 446.9604ZM170.95312 454.9604Q169.65625 454.9604 168.84375 454.11664Q168.04688 453.25726 168.04688 451.8354L168.04688 451.6479Q168.04688 450.69476 168.40625 449.9604Q168.76562 449.2104 169.40625 448.80414Q170.0625 448.38226 170.8125 448.38226Q172.04688 448.38226 172.73438 449.19476Q173.42188 450.00726 173.42188 451.5229L173.42188 451.976L169.125 451.976Q169.15625 452.9135 169.67188 453.49164Q170.20312 454.06976 171.01562 454.06976Q171.57812 454.06976 171.96875 453.8354Q172.375 453.601 172.6875 453.2104L173.34375 453.726Q172.54688 454.9604 170.95312 454.9604ZM170.8125 449.2729Q170.15625 449.2729 169.70312 449.75726Q169.26562 450.226 169.17188 451.0854L172.34375 451.0854L172.34375 451.00726Q172.29688 450.17914 171.89062 449.726Q171.5 449.2729 170.8125 449.2729ZM177.39062 449.4604Q177.14062 449.42914 176.85938 449.42914Q175.78125 449.42914 175.40625 450.3354L175.40625 454.8354L174.32812 454.8354L174.32812 448.49164L175.375 448.49164L175.39062 449.226Q175.92188 448.38226 176.90625 448.38226Q177.21875 448.38226 177.39062 448.4604L177.39062 449.4604ZM178.85938 454.8354L178.85938 449.3354L177.85938 449.3354L177.85938 448.49164L178.85938 448.49164L178.85938 447.851Q178.85938 446.81976 179.39062 446.2729Q179.9375 445.7104 180.9375 445.7104Q181.3125 445.7104 181.6875 445.80414L181.625 446.69476Q181.34375 446.63226 181.04688 446.63226Q180.51562 446.63226 180.21875 446.94476Q179.9375 447.25726 179.9375 447.81976L179.9375 448.49164L181.29688 448.49164L181.29688 449.3354L179.9375 449.3354L179.9375 454.8354L178.85938 454.8354ZM186.23438 454.8354Q186.14062 454.6479 186.07812 454.1635Q185.32812 454.9604 184.28125 454.9604Q183.34375 454.9604 182.73438 454.42914Q182.14062 453.8979 182.14062 453.06976Q182.14062 452.0854 182.89062 451.5385Q183.64062 450.99164 185.01562 450.99164L186.0625 450.99164L186.0625 450.49164Q186.0625 449.92914 185.71875 449.601Q185.39062 449.25726 184.71875 449.25726Q184.14062 449.25726 183.75 449.55414Q183.35938 449.8354 183.35938 450.25726L182.26562 450.25726Q182.26562 449.7729 182.59375 449.3354Q182.9375 448.8979 183.51562 448.6479Q184.09375 448.38226 184.78125 448.38226Q185.89062 448.38226 186.5 448.92914Q187.125 449.476 187.15625 450.42914L187.15625 453.351Q187.15625 454.226 187.375 454.74164L187.375 454.8354L186.23438 454.8354ZM184.4375 454.00726Q184.95312 454.00726 185.40625 453.74164Q185.85938 453.476 186.0625 453.05414L186.0625 451.75726L185.21875 451.75726Q183.21875 451.75726 183.21875 452.92914Q183.21875 453.42914 183.5625 453.726Q183.90625 454.00726 184.4375 454.00726ZM191.85938 454.06976Q192.4375 454.06976 192.875 453.726Q193.3125 453.36664 193.35938 452.8354L194.39062 452.8354Q194.35938 453.38226 194.0 453.88226Q193.65625 454.36664 193.07812 454.6635Q192.51562 454.9604 191.85938 454.9604Q190.5625 454.9604 189.79688 454.101Q189.04688 453.226 189.04688 451.726L189.04688 451.5385Q189.04688 450.61664 189.375 449.8979Q189.71875 449.17914 190.34375 448.7885Q190.98438 448.38226 191.85938 448.38226Q192.92188 448.38226 193.625 449.0229Q194.34375 449.6479 194.39062 450.67914L193.35938 450.67914Q193.3125 450.05414 192.89062 449.6635Q192.46875 449.2729 191.85938 449.2729Q191.03125 449.2729 190.57812 449.86664Q190.125 450.4604 190.125 451.5854L190.125 451.7885Q190.125 452.88226 190.57812 453.476Q191.03125 454.06976 191.85938 454.06976ZM197.95312 454.9604Q196.65625 454.9604 195.84375 454.11664Q195.04688 453.25726 195.04688 451.8354L195.04688 451.6479Q195.04688 450.69476 195.40625 449.9604Q195.76562 449.2104 196.40625 448.80414Q197.0625 448.38226 197.8125 448.38226Q199.04688 448.38226 199.73438 449.19476Q200.42188 450.00726 200.42188 451.5229L200.42188 451.976L196.125 451.976Q196.15625 452.9135 196.67188 453.49164Q197.20312 454.06976 198.01562 454.06976Q198.57812 454.06976 198.96875 453.8354Q199.375 453.601 199.6875 453.2104L200.34375 453.726Q199.54688 454.9604 197.95312 454.9604ZM197.8125 449.2729Q197.15625 449.2729 196.70312 449.75726Q196.26562 450.226 196.17188 451.0854L199.34375 451.0854L199.34375 451.00726Q199.29688 450.17914 198.89062 449.726Q198.5 449.2729 197.8125 449.2729ZM204.53125 455.56976L203.60938 455.56976L207.17188 446.30414L208.09375 446.30414L204.53125 455.56976ZM212.85938 454.8354L212.85938 449.3354L211.85938 449.3354L211.85938 448.49164L212.85938 448.49164L212.85938 447.851Q212.85938 446.81976 213.39062 446.2729Q213.9375 445.7104 214.9375 445.7104Q215.3125 445.7104 215.6875 445.80414L215.625 446.69476Q215.34375 446.63226 215.04688 446.63226Q214.51562 446.63226 214.21875 446.94476Q213.9375 447.25726 213.9375 447.81976L213.9375 448.49164L215.29688 448.49164L215.29688 449.3354L213.9375 449.3354L213.9375 454.8354L212.85938 454.8354ZM217.5 454.8354L216.42188 454.8354L216.42188 448.49164L217.5 448.49164L217.5 454.8354ZM216.32812 446.81976Q216.32812 446.55414 216.48438 446.36664Q216.65625 446.17914 216.96875 446.17914Q217.28125 446.17914 217.4375 446.36664Q217.60938 446.55414 217.60938 446.81976Q217.60938 447.06976 217.4375 447.25726Q217.28125 447.42914 216.96875 447.42914Q216.65625 447.42914 216.48438 447.25726Q216.32812 447.06976 216.32812 446.81976ZM220.34375 448.49164L220.375 449.2885Q221.10938 448.38226 222.28125 448.38226Q224.29688 448.38226 224.3125 450.6479L224.3125 454.8354L223.21875 454.8354L223.21875 450.63226Q223.21875 449.9604 222.90625 449.63226Q222.60938 449.30414 221.95312 449.30414Q221.42188 449.30414 221.01562 449.5854Q220.625 449.86664 220.40625 450.31976L220.40625 454.8354L219.32812 454.8354L219.32812 448.49164L220.34375 448.49164ZM226.0625 451.61664Q226.0625 450.1479 226.75 449.2729Q227.4375 448.38226 228.5625 448.38226Q229.67188 448.38226 230.32812 449.13226L230.32812 445.8354L231.40625 445.8354L231.40625 454.8354L230.40625 454.8354L230.35938 454.1479Q229.70312 454.9604 228.54688 454.9604Q227.45312 454.9604 226.75 454.05414Q226.0625 453.1479 226.0625 451.69476L226.0625 451.61664ZM227.14062 451.74164Q227.14062 452.81976 227.57812 453.42914Q228.03125 454.0385 228.8125 454.0385Q229.84375 454.0385 230.32812 453.101L230.32812 450.19476Q229.84375 449.30414 228.82812 449.30414Q228.03125 449.30414 227.57812 449.9135Q227.14062 450.5229 227.14062 451.74164Z" fill-rule="nonzero"/><path fill="#666666" d="M160.5 469.8354L159.42188 469.8354L159.42188 463.49164L160.5 463.49164L160.5 469.8354ZM159.32812 461.81976Q159.32812 461.55414 159.48438 461.36664Q159.65625 461.17914 159.96875 461.17914Q160.28125 461.17914 160.4375 461.36664Q160.60938 461.55414 160.60938 461.81976Q160.60938 462.06976 160.4375 462.25726Q160.28125 462.42914 159.96875 462.42914Q159.65625 462.42914 159.48438 462.25726Q159.32812 462.06976 159.32812 461.81976ZM163.34375 463.49164L163.375 464.19476Q164.0625 463.38226 165.25 463.38226Q166.57812 463.38226 167.0625 464.3979Q167.375 463.94476 167.875 463.6635Q168.39062 463.38226 169.07812 463.38226Q171.17188 463.38226 171.20312 465.5854L171.20312 469.8354L170.125 469.8354L170.125 465.6479Q170.125 464.976 169.8125 464.6479Q169.5 464.30414 168.76562 464.30414Q168.15625 464.30414 167.75 464.6635Q167.35938 465.0229 167.29688 465.63226L167.29688 469.8354L166.21875 469.8354L166.21875 465.67914Q166.21875 464.30414 164.85938 464.30414Q163.79688 464.30414 163.40625 465.2104L163.40625 469.8354L162.3125 469.8354L162.3125 463.49164L163.34375 463.49164ZM178.67188 466.74164Q178.67188 468.17914 178.01562 469.06976Q177.35938 469.9604 176.21875 469.9604Q175.0625 469.9604 174.40625 469.226L174.40625 472.2729L173.32812 472.2729L173.32812 463.49164L174.3125 463.49164L174.35938 464.19476Q175.03125 463.38226 176.20312 463.38226Q177.34375 463.38226 178.0 464.24164Q178.67188 465.101 178.67188 466.63226L178.67188 466.74164ZM177.59375 466.61664Q177.59375 465.5385 177.125 464.92914Q176.67188 464.30414 175.875 464.30414Q174.89062 464.30414 174.40625 465.1635L174.40625 468.19476Q174.89062 469.06976 175.89062 469.06976Q176.67188 469.06976 177.125 468.4604Q177.59375 467.8354 177.59375 466.61664ZM181.5 469.8354L180.42188 469.8354L180.42188 460.8354L181.5 460.8354L181.5 469.8354ZM185.95312 469.9604Q184.65625 469.9604 183.84375 469.11664Q183.04688 468.25726 183.04688 466.8354L183.04688 466.6479Q183.04688 465.69476 183.40625 464.9604Q183.76562 464.2104 184.40625 463.80414Q185.0625 463.38226 185.8125 463.38226Q187.04688 463.38226 187.73438 464.19476Q188.42188 465.00726 188.42188 466.5229L188.42188 466.976L184.125 466.976Q184.15625 467.9135 184.67188 468.49164Q185.20312 469.06976 186.01562 469.06976Q186.57812 469.06976 186.96875 468.8354Q187.375 468.601 187.6875 468.2104L188.34375 468.726Q187.54688 469.9604 185.95312 469.9604ZM185.8125 464.2729Q185.15625 464.2729 184.70312 464.75726Q184.26562 465.226 184.17188 466.0854L187.34375 466.0854L187.34375 466.00726Q187.29688 465.17914 186.89062 464.726Q186.5 464.2729 185.8125 464.2729ZM190.34375 463.49164L190.375 464.19476Q191.0625 463.38226 192.25 463.38226Q193.57812 463.38226 194.0625 464.3979Q194.375 463.94476 194.875 463.6635Q195.39062 463.38226 196.07812 463.38226Q198.17188 463.38226 198.20312 465.5854L198.20312 469.8354L197.125 469.8354L197.125 465.6479Q197.125 464.976 196.8125 464.6479Q196.5 464.30414 195.76562 464.30414Q195.15625 464.30414 194.75 464.6635Q194.35938 465.0229 194.29688 465.63226L194.29688 469.8354L193.21875 469.8354L193.21875 465.67914Q193.21875 464.30414 191.85938 464.30414Q190.79688 464.30414 190.40625 465.2104L190.40625 469.8354L189.3125 469.8354L189.3125 463.49164L190.34375 463.49164ZM202.95312 469.9604Q201.65625 469.9604 200.84375 469.11664Q200.04688 468.25726 200.04688 466.8354L200.04688 466.6479Q200.04688 465.69476 200.40625 464.9604Q200.76562 464.2104 201.40625 463.80414Q202.0625 463.38226 202.8125 463.38226Q204.04688 463.38226 204.73438 464.19476Q205.42188 465.00726 205.42188 466.5229L205.42188 466.976L201.125 466.976Q201.15625 467.9135 201.67188 468.49164Q202.20312 469.06976 203.01562 469.06976Q203.57812 469.06976 203.96875 468.8354Q204.375 468.601 204.6875 468.2104L205.34375 468.726Q204.54688 469.9604 202.95312 469.9604ZM202.8125 464.2729Q202.15625 464.2729 201.70312 464.75726Q201.26562 465.226 201.17188 466.0854L204.34375 466.0854L204.34375 466.00726Q204.29688 465.17914 203.89062 464.726Q203.5 464.2729 202.8125 464.2729ZM207.34375 463.49164L207.375 464.2885Q208.10938 463.38226 209.28125 463.38226Q211.29688 463.38226 211.3125 465.6479L211.3125 469.8354L210.21875 469.8354L210.21875 465.63226Q210.21875 464.9604 209.90625 464.63226Q209.60938 464.30414 208.95312 464.30414Q208.42188 464.30414 208.01562 464.5854Q207.625 464.86664 207.40625 465.31976L207.40625 469.8354L206.32812 469.8354L206.32812 463.49164L207.34375 463.49164ZM214.79688 461.9604L214.79688 463.49164L215.96875 463.49164L215.96875 464.3354L214.79688 464.3354L214.79688 468.25726Q214.79688 468.6479 214.95312 468.8354Q215.10938 469.0229 215.48438 469.0229Q215.67188 469.0229 216.0 468.9604L216.0 469.8354Q215.57812 469.9604 215.17188 469.9604Q214.45312 469.9604 214.07812 469.5229Q213.70312 469.06976 213.70312 468.25726L213.70312 464.3354L212.54688 464.3354L212.54688 463.49164L213.70312 463.49164L213.70312 461.9604L214.79688 461.9604ZM219.95312 469.9604Q218.65625 469.9604 217.84375 469.11664Q217.04688 468.25726 217.04688 466.8354L217.04688 466.6479Q217.04688 465.69476 217.40625 464.9604Q217.76562 464.2104 218.40625 463.80414Q219.0625 463.38226 219.8125 463.38226Q221.04688 463.38226 221.73438 464.19476Q222.42188 465.00726 222.42188 466.5229L222.42188 466.976L218.125 466.976Q218.15625 467.9135 218.67188 468.49164Q219.20312 469.06976 220.01562 469.06976Q220.57812 469.06976 220.96875 468.8354Q221.375 468.601 221.6875 468.2104L222.34375 468.726Q221.54688 469.9604 219.95312 469.9604ZM219.8125 464.2729Q219.15625 464.2729 218.70312 464.75726Q218.26562 465.226 218.17188 466.0854L221.34375 466.0854L221.34375 466.00726Q221.29688 465.17914 220.89062 464.726Q220.5 464.2729 219.8125 464.2729ZM226.39062 464.4604Q226.14062 464.42914 225.85938 464.42914Q224.78125 464.42914 224.40625 465.3354L224.40625 469.8354L223.32812 469.8354L223.32812 463.49164L224.375 463.49164L224.39062 464.226Q224.92188 463.38226 225.90625 463.38226Q226.21875 463.38226 226.39062 463.4604L226.39062 464.4604ZM231.01562 468.1479Q231.01562 467.7104 230.67188 467.476Q230.34375 467.226 229.51562 467.05414Q228.70312 466.88226 228.21875 466.63226Q227.73438 466.38226 227.5 466.05414Q227.28125 465.7104 227.28125 465.24164Q227.28125 464.4604 227.9375 463.92914Q228.59375 463.38226 229.625 463.38226Q230.70312 463.38226 231.35938 463.94476Q232.03125 464.49164 232.03125 465.351L230.95312 465.351Q230.95312 464.9135 230.5625 464.601Q230.1875 464.2729 229.625 464.2729Q229.03125 464.2729 228.6875 464.5385Q228.35938 464.7885 228.35938 465.19476Q228.35938 465.5854 228.67188 465.7885Q228.98438 465.99164 229.79688 466.17914Q230.60938 466.351 231.10938 466.601Q231.60938 466.851 231.84375 467.2104Q232.09375 467.56976 232.09375 468.06976Q232.09375 468.92914 231.40625 469.44476Q230.73438 469.9604 229.65625 469.9604Q228.89062 469.9604 228.29688 469.69476Q227.71875 469.4135 227.39062 468.92914Q227.0625 468.44476 227.0625 467.88226L228.14062 467.88226Q228.17188 468.42914 228.57812 468.75726Q228.98438 469.06976 229.65625 469.06976Q230.26562 469.06976 230.64062 468.81976Q231.01562 468.56976 231.01562 468.1479Z" fill-rule="nonzero"/><path fill="#666666" d="M211.04688 495.40695Q211.04688 496.65695 210.625 497.59445Q210.20312 498.51633 209.42188 499.01633Q208.65625 499.51633 207.625 499.51633Q206.625 499.51633 205.84375 499.01633Q205.0625 498.51633 204.625 497.61008Q204.20312 496.6882 204.1875 495.46945L204.1875 494.86008Q204.1875 493.6257 204.60938 492.6882Q205.04688 491.7507 205.82812 491.2507Q206.60938 490.73508 207.625 490.73508Q208.64062 490.73508 209.42188 491.23508Q210.20312 491.73508 210.625 492.67258Q211.04688 493.61008 211.04688 494.86008L211.04688 495.40695ZM209.9375 494.84445Q209.9375 493.32883 209.32812 492.51633Q208.71875 491.70383 207.625 491.70383Q206.54688 491.70383 205.9375 492.51633Q205.32812 493.32883 205.3125 494.76633L205.3125 495.40695Q205.3125 496.8757 205.92188 497.71945Q206.54688 498.54758 207.625 498.54758Q208.71875 498.54758 209.3125 497.76633Q209.92188 496.96945 209.9375 495.48508L209.9375 494.84445ZM213.79688 491.51633L213.79688 493.04758L214.96875 493.04758L214.96875 493.89133L213.79688 493.89133L213.79688 497.8132Q213.79688 498.20383 213.95312 498.39133Q214.10938 498.57883 214.48438 498.57883Q214.67188 498.57883 215.0 498.51633L215.0 499.39133Q214.57812 499.51633 214.17188 499.51633Q213.45312 499.51633 213.07812 499.07883Q212.70312 498.6257 212.70312 497.8132L212.70312 493.89133L211.54688 493.89133L211.54688 493.04758L212.70312 493.04758L212.70312 491.51633L213.79688 491.51633ZM217.40625 493.8132Q218.125 492.9382 219.28125 492.9382Q221.29688 492.9382 221.3125 495.20383L221.3125 499.39133L220.21875 499.39133L220.21875 495.1882Q220.21875 494.51633 219.90625 494.1882Q219.60938 493.86008 218.95312 493.86008Q218.42188 493.86008 218.01562 494.14133Q217.625 494.42258 217.40625 494.8757L217.40625 499.39133L216.32812 499.39133L216.32812 490.39133L217.40625 490.39133L217.40625 493.8132ZM225.95312 499.51633Q224.65625 499.51633 223.84375 498.67258Q223.04688 497.8132 223.04688 496.39133L223.04688 496.20383Q223.04688 495.2507 223.40625 494.51633Q223.76562 493.76633 224.40625 493.36008Q225.0625 492.9382 225.8125 492.9382Q227.04688 492.9382 227.73438 493.7507Q228.42188 494.5632 228.42188 496.07883L228.42188 496.53195L224.125 496.53195Q224.15625 497.46945 224.67188 498.04758Q225.20312 498.6257 226.01562 498.6257Q226.57812 498.6257 226.96875 498.39133Q227.375 498.15695 227.6875 497.76633L228.34375 498.28195Q227.54688 499.51633 225.95312 499.51633ZM225.8125 493.82883Q225.15625 493.82883 224.70312 494.3132Q224.26562 494.78195 224.17188 495.64133L227.34375 495.64133L227.34375 495.5632Q227.29688 494.73508 226.89062 494.28195Q226.5 493.82883 225.8125 493.82883ZM232.39062 494.01633Q232.14062 493.98508 231.85938 493.98508Q230.78125 493.98508 230.40625 494.89133L230.40625 499.39133L229.32812 499.39133L229.32812 493.04758L230.375 493.04758L230.39062 493.78195Q230.92188 492.9382 231.90625 492.9382Q232.21875 492.9382 232.39062 493.01633L232.39062 494.01633Z" fill-rule="nonzero"/><path fill="#666666" d="M236.5625 534.2634Q236.5625 536.1697 235.90625 537.1072Q235.26562 538.02905 233.875 538.02905Q232.51562 538.02905 231.85938 537.1228Q231.20312 536.21655 231.17188 534.40405L231.17188 532.96655Q231.17188 531.0759 231.8125 530.1697Q232.46875 529.2478 233.85938 529.2478Q235.23438 529.2478 235.89062 530.1384Q236.54688 531.0134 236.5625 532.8572L236.5625 534.2634ZM235.46875 532.77905Q235.46875 531.40405 235.07812 530.77905Q234.70312 530.1384 233.85938 530.1384Q233.03125 530.1384 232.64062 530.77905Q232.26562 531.40405 232.26562 532.7009L232.26562 534.4353Q232.26562 535.8103 232.65625 536.4822Q233.0625 537.1384 233.875 537.1384Q234.67188 537.1384 235.0625 536.5134Q235.45312 535.8884 235.46875 534.5603L235.46875 532.77905ZM238.10938 531.0134Q238.10938 530.2478 238.59375 529.7478Q239.09375 529.2478 239.85938 529.2478Q240.64062 529.2478 241.125 529.7478Q241.60938 530.2478 241.60938 531.0447L241.60938 531.46655Q241.60938 532.2322 241.10938 532.7322Q240.625 533.21655 239.875 533.21655Q239.10938 533.21655 238.60938 532.7322Q238.10938 532.2322 238.10938 531.4197L238.10938 531.0134ZM238.92188 531.46655Q238.92188 531.9197 239.17188 532.21655Q239.4375 532.5134 239.875 532.5134Q240.29688 532.5134 240.54688 532.2322Q240.79688 531.9353 240.79688 531.4353L240.79688 531.0134Q240.79688 530.5603 240.54688 530.2634Q240.29688 529.9509 239.85938 529.9509Q239.42188 529.9509 239.17188 530.2634Q238.92188 530.5603 238.92188 531.02905L238.92188 531.46655ZM242.26562 535.8103Q242.26562 535.0447 242.75 534.5603Q243.25 534.0603 244.01562 534.0603Q244.78125 534.0603 245.26562 534.5603Q245.76562 535.0447 245.76562 535.8572L245.76562 536.2634Q245.76562 537.02905 245.28125 537.52905Q244.79688 538.02905 244.03125 538.02905Q243.26562 538.02905 242.76562 537.5447Q242.26562 537.0447 242.26562 536.2322L242.26562 535.8103ZM243.07812 536.2634Q243.07812 536.7322 243.32812 537.02905Q243.59375 537.3259 244.03125 537.3259Q244.45312 537.3259 244.70312 537.0447Q244.95312 536.7478 244.95312 536.2478L244.95312 535.8103Q244.95312 535.34155 244.6875 535.0603Q244.4375 534.7634 244.01562 534.7634Q243.59375 534.7634 243.32812 535.0603Q243.07812 535.34155 243.07812 535.84155L243.07812 536.2634ZM240.125 537.2634L239.5 536.8728L243.67188 530.2009L244.28125 530.59155L240.125 537.2634Z" fill-rule="nonzero"/><path fill="#666666" d="M332.89798 537.90405L327.30423 537.90405L327.30423 537.1228L330.25735 533.84155Q330.9136 533.09155 331.1636 532.6384Q331.4136 532.1697 331.4136 531.6697Q331.4136 530.9978 331.00735 530.5759Q330.61673 530.1384 329.92923 530.1384Q329.13235 530.1384 328.67923 530.6072Q328.2261 531.0603 328.2261 531.8884L327.14798 531.8884Q327.14798 530.7009 327.89798 529.9822Q328.6636 529.2478 329.92923 529.2478Q331.13235 529.2478 331.81985 529.8728Q332.50735 530.4978 332.50735 531.5447Q332.50735 532.7947 330.89798 534.5447L328.61673 537.0134L332.89798 537.0134L332.89798 537.90405ZM339.6636 534.2634Q339.6636 536.1697 339.00735 537.1072Q338.36673 538.02905 336.9761 538.02905Q335.61673 538.02905 334.96048 537.1228Q334.30423 536.21655 334.27298 534.40405L334.27298 532.96655Q334.27298 531.0759 334.9136 530.1697Q335.56985 529.2478 336.96048 529.2478Q338.33548 529.2478 338.99173 530.1384Q339.64798 531.0134 339.6636 532.8572L339.6636 534.2634ZM338.56985 532.77905Q338.56985 531.40405 338.17923 530.77905Q337.80423 530.1384 336.96048 530.1384Q336.13235 530.1384 335.74173 530.77905Q335.36673 531.40405 335.36673 532.7009L335.36673 534.4353Q335.36673 535.8103 335.75735 536.4822Q336.1636 537.1384 336.9761 537.1384Q337.77298 537.1384 338.1636 536.5134Q338.55423 535.8884 338.56985 534.5603L338.56985 532.77905ZM341.21048 531.0134Q341.21048 530.2478 341.69485 529.7478Q342.19485 529.2478 342.96048 529.2478Q343.74173 529.2478 344.2261 529.7478Q344.71048 530.2478 344.71048 531.0447L344.71048 531.46655Q344.71048 532.2322 344.21048 532.7322Q343.7261 533.21655 342.9761 533.21655Q342.21048 533.21655 341.71048 532.7322Q341.21048 532.2322 341.21048 531.4197L341.21048 531.0134ZM342.02298 531.46655Q342.02298 531.9197 342.27298 532.21655Q342.5386 532.5134 342.9761 532.5134Q343.39798 532.5134 343.64798 532.2322Q343.89798 531.9353 343.89798 531.4353L343.89798 531.0134Q343.89798 530.5603 343.64798 530.2634Q343.39798 529.9509 342.96048 529.9509Q342.52298 529.9509 342.27298 530.2634Q342.02298 530.5603 342.02298 531.02905L342.02298 531.46655ZM345.36673 535.8103Q345.36673 535.0447 345.8511 534.5603Q346.3511 534.0603 347.11673 534.0603Q347.88235 534.0603 348.36673 534.5603Q348.86673 535.0447 348.86673 535.8572L348.86673 536.2634Q348.86673 537.02905 348.38235 537.52905Q347.89798 538.02905 347.13235 538.02905Q346.36673 538.02905 345.86673 537.5447Q345.36673 537.0447 345.36673 536.2322L345.36673 535.8103ZM346.17923 536.2634Q346.17923 536.7322 346.42923 537.02905Q346.69485 537.3259 347.13235 537.3259Q347.55423 537.3259 347.80423 537.0447Q348.05423 536.7478 348.05423 536.2478L348.05423 535.8103Q348.05423 535.34155 347.7886 535.0603Q347.5386 534.7634 347.11673 534.7634Q346.69485 534.7634 346.42923 535.0603Q346.17923 535.34155 346.17923 535.84155L346.17923 536.2634ZM343.2261 537.2634L342.6011 536.8728L346.77298 530.2009L347.38235 530.59155L343.2261 537.2634Z" fill-rule="nonzero"/><path fill="#666666" d="M431.48343 535.0447L432.67093 535.0447L432.67093 535.9197L431.48343 535.9197L431.48343 537.90405L430.4053 537.90405L430.4053 535.9197L426.51468 535.9197L426.51468 535.27905L430.32718 529.3728L431.48343 529.3728L431.48343 535.0447ZM427.74905 535.0447L430.4053 535.0447L430.4053 530.8572L430.26468 531.09155L427.74905 535.0447ZM439.26468 534.2634Q439.26468 536.1697 438.60843 537.1072Q437.9678 538.02905 436.57718 538.02905Q435.2178 538.02905 434.56155 537.1228Q433.9053 536.21655 433.87405 534.40405L433.87405 532.96655Q433.87405 531.0759 434.51468 530.1697Q435.17093 529.2478 436.56155 529.2478Q437.93655 529.2478 438.5928 530.1384Q439.24905 531.0134 439.26468 532.8572L439.26468 534.2634ZM438.17093 532.77905Q438.17093 531.40405 437.7803 530.77905Q437.4053 530.1384 436.56155 530.1384Q435.73343 530.1384 435.3428 530.77905Q434.9678 531.40405 434.9678 532.7009L434.9678 534.4353Q434.9678 535.8103 435.35843 536.4822Q435.76468 537.1384 436.57718 537.1384Q437.37405 537.1384 437.76468 536.5134Q438.1553 535.8884 438.17093 534.5603L438.17093 532.77905ZM440.81155 531.0134Q440.81155 530.2478 441.29593 529.7478Q441.79593 529.2478 442.56155 529.2478Q443.3428 529.2478 443.82718 529.7478Q444.31155 530.2478 444.31155 531.0447L444.31155 531.46655Q444.31155 532.2322 443.81155 532.7322Q443.32718 533.21655 442.57718 533.21655Q441.81155 533.21655 441.31155 532.7322Q440.81155 532.2322 440.81155 531.4197L440.81155 531.0134ZM441.62405 531.46655Q441.62405 531.9197 441.87405 532.21655Q442.13968 532.5134 442.57718 532.5134Q442.99905 532.5134 443.24905 532.2322Q443.49905 531.9353 443.49905 531.4353L443.49905 531.0134Q443.49905 530.5603 443.24905 530.2634Q442.99905 529.9509 442.56155 529.9509Q442.12405 529.9509 441.87405 530.2634Q441.62405 530.5603 441.62405 531.02905L441.62405 531.46655ZM444.9678 535.8103Q444.9678 535.0447 445.45218 534.5603Q445.95218 534.0603 446.7178 534.0603Q447.48343 534.0603 447.9678 534.5603Q448.4678 535.0447 448.4678 535.8572L448.4678 536.2634Q448.4678 537.02905 447.98343 537.52905Q447.49905 538.02905 446.73343 538.02905Q445.9678 538.02905 445.4678 537.5447Q444.9678 537.0447 444.9678 536.2322L444.9678 535.8103ZM445.7803 536.2634Q445.7803 536.7322 446.0303 537.02905Q446.29593 537.3259 446.73343 537.3259Q447.1553 537.3259 447.4053 537.0447Q447.6553 536.7478 447.6553 536.2478L447.6553 535.8103Q447.6553 535.34155 447.38968 535.0603Q447.13968 534.7634 446.7178 534.7634Q446.29593 534.7634 446.0303 535.0603Q445.7803 535.34155 445.7803 535.84155L445.7803 536.2634ZM442.82718 537.2634L442.20218 536.8728L446.37405 530.2009L446.98343 530.59155L442.82718 537.2634Z" fill-rule="nonzero"/><path fill="#666666" d="M530.77203 529.3728L530.77203 530.27905L530.5689 530.27905Q529.3033 530.3103 528.5533 531.0447Q527.8033 531.7634 527.6783 533.0759Q528.3658 532.3103 529.52203 532.3103Q530.6314 532.3103 531.3033 533.09155Q531.97516 533.8728 531.97516 535.1228Q531.97516 536.4353 531.2564 537.2322Q530.53766 538.02905 529.3189 538.02905Q528.10016 538.02905 527.33453 537.09155Q526.58453 536.1384 526.58453 534.65405L526.58453 534.2478Q526.58453 531.8884 527.58453 530.6384Q528.58453 529.3884 530.5689 529.3728L530.77203 529.3728ZM529.35016 533.21655Q528.78766 533.21655 528.3189 533.5447Q527.85016 533.8728 527.66266 534.3884L527.66266 534.77905Q527.66266 535.84155 528.1314 536.4822Q528.6158 537.1228 529.3189 537.1228Q530.0533 537.1228 530.47516 536.59155Q530.89703 536.0447 530.89703 535.1697Q530.89703 534.2947 530.47516 533.7634Q530.0533 533.21655 529.35016 533.21655ZM538.8658 534.2634Q538.8658 536.1697 538.20953 537.1072Q537.5689 538.02905 536.1783 538.02905Q534.8189 538.02905 534.16266 537.1228Q533.5064 536.21655 533.47516 534.40405L533.47516 532.96655Q533.47516 531.0759 534.1158 530.1697Q534.77203 529.2478 536.16266 529.2478Q537.53766 529.2478 538.1939 530.1384Q538.85016 531.0134 538.8658 532.8572L538.8658 534.2634ZM537.77203 532.77905Q537.77203 531.40405 537.3814 530.77905Q537.0064 530.1384 536.16266 530.1384Q535.33453 530.1384 534.9439 530.77905Q534.5689 531.40405 534.5689 532.7009L534.5689 534.4353Q534.5689 535.8103 534.95953 536.4822Q535.3658 537.1384 536.1783 537.1384Q536.97516 537.1384 537.3658 536.5134Q537.7564 535.8884 537.77203 534.5603L537.77203 532.77905ZM540.41266 531.0134Q540.41266 530.2478 540.89703 529.7478Q541.39703 529.2478 542.16266 529.2478Q542.9439 529.2478 543.4283 529.7478Q543.91266 530.2478 543.91266 531.0447L543.91266 531.46655Q543.91266 532.2322 543.41266 532.7322Q542.9283 533.21655 542.1783 533.21655Q541.41266 533.21655 540.91266 532.7322Q540.41266 532.2322 540.41266 531.4197L540.41266 531.0134ZM541.22516 531.46655Q541.22516 531.9197 541.47516 532.21655Q541.7408 532.5134 542.1783 532.5134Q542.60016 532.5134 542.85016 532.2322Q543.10016 531.9353 543.10016 531.4353L543.10016 531.0134Q543.10016 530.5603 542.85016 530.2634Q542.60016 529.9509 542.16266 529.9509Q541.72516 529.9509 541.47516 530.2634Q541.22516 530.5603 541.22516 531.02905L541.22516 531.46655ZM544.5689 535.8103Q544.5689 535.0447 545.0533 534.5603Q545.5533 534.0603 546.3189 534.0603Q547.08453 534.0603 547.5689 534.5603Q548.0689 535.0447 548.0689 535.8572L548.0689 536.2634Q548.0689 537.02905 547.58453 537.52905Q547.10016 538.02905 546.33453 538.02905Q545.5689 538.02905 545.0689 537.5447Q544.5689 537.0447 544.5689 536.2322L544.5689 535.8103ZM545.3814 536.2634Q545.3814 536.7322 545.6314 537.02905Q545.89703 537.3259 546.33453 537.3259Q546.7564 537.3259 547.0064 537.0447Q547.2564 536.7478 547.2564 536.2478L547.2564 535.8103Q547.2564 535.34155 546.9908 535.0603Q546.7408 534.7634 546.3189 534.7634Q545.89703 534.7634 545.6314 535.0603Q545.3814 535.34155 545.3814 535.84155L545.3814 536.2634ZM542.4283 537.2634L541.8033 536.8728L545.97516 530.2009L546.58453 530.59155L542.4283 537.2634Z" fill-rule="nonzero"/><path fill="#666666" d="M631.295 531.59155Q631.295 532.2322 630.95123 532.7322Q630.6075 533.2322 630.045 533.5134Q630.70123 533.7947 631.09186 534.3572Q631.4825 534.90405 631.4825 535.6072Q631.4825 536.7009 630.7325 537.3728Q629.9981 538.02905 628.77936 538.02905Q627.545 538.02905 626.795 537.3728Q626.0606 536.7009 626.0606 535.6072Q626.0606 534.90405 626.4356 534.3572Q626.8106 533.7947 627.4825 533.5134Q626.92 533.2322 626.59186 532.7322Q626.26373 532.2322 626.26373 531.59155Q626.26373 530.5134 626.95123 529.8884Q627.63873 529.2478 628.77936 529.2478Q629.90436 529.2478 630.59186 529.8884Q631.295 530.5134 631.295 531.59155ZM630.40436 535.5759Q630.40436 534.8572 629.95123 534.4197Q629.4981 533.96655 628.76373 533.96655Q628.02936 533.96655 627.57623 534.4197Q627.13873 534.8572 627.13873 535.59155Q627.13873 536.3103 627.57623 536.7322Q628.01373 537.1384 628.77936 537.1384Q629.52936 537.1384 629.96686 536.71655Q630.40436 536.2947 630.40436 535.5759ZM628.77936 530.1384Q628.13873 530.1384 627.7325 530.5447Q627.34186 530.9353 627.34186 531.6228Q627.34186 532.2634 627.7325 532.6697Q628.1231 533.0759 628.76373 533.0759Q629.42 533.0759 629.8106 532.6697Q630.20123 532.2634 630.20123 531.6228Q630.20123 530.96655 629.795 530.5603Q629.38873 530.1384 628.77936 530.1384ZM638.46686 534.2634Q638.46686 536.1697 637.8106 537.1072Q637.17 538.02905 635.77936 538.02905Q634.42 538.02905 633.76373 537.1228Q633.1075 536.21655 633.07623 534.40405L633.07623 532.96655Q633.07623 531.0759 633.71686 530.1697Q634.3731 529.2478 635.76373 529.2478Q637.13873 529.2478 637.795 530.1384Q638.45123 531.0134 638.46686 532.8572L638.46686 534.2634ZM637.3731 532.77905Q637.3731 531.40405 636.9825 530.77905Q636.6075 530.1384 635.76373 530.1384Q634.9356 530.1384 634.545 530.77905Q634.17 531.40405 634.17 532.7009L634.17 534.4353Q634.17 535.8103 634.5606 536.4822Q634.96686 537.1384 635.77936 537.1384Q636.57623 537.1384 636.96686 536.5134Q637.3575 535.8884 637.3731 534.5603L637.3731 532.77905ZM640.01373 531.0134Q640.01373 530.2478 640.4981 529.7478Q640.9981 529.2478 641.76373 529.2478Q642.545 529.2478 643.02936 529.7478Q643.51373 530.2478 643.51373 531.0447L643.51373 531.46655Q643.51373 532.2322 643.01373 532.7322Q642.52936 533.21655 641.77936 533.21655Q641.01373 533.21655 640.51373 532.7322Q640.01373 532.2322 640.01373 531.4197L640.01373 531.0134ZM640.82623 531.46655Q640.82623 531.9197 641.07623 532.21655Q641.34186 532.5134 641.77936 532.5134Q642.20123 532.5134 642.45123 532.2322Q642.70123 531.9353 642.70123 531.4353L642.70123 531.0134Q642.70123 530.5603 642.45123 530.2634Q642.20123 529.9509 641.76373 529.9509Q641.32623 529.9509 641.07623 530.2634Q640.82623 530.5603 640.82623 531.02905L640.82623 531.46655ZM644.17 535.8103Q644.17 535.0447 644.65436 534.5603Q645.15436 534.0603 645.92 534.0603Q646.6856 534.0603 647.17 534.5603Q647.67 535.0447 647.67 535.8572L647.67 536.2634Q647.67 537.02905 647.1856 537.52905Q646.70123 538.02905 645.9356 538.02905Q645.17 538.02905 644.67 537.5447Q644.17 537.0447 644.17 536.2322L644.17 535.8103ZM644.9825 536.2634Q644.9825 536.7322 645.2325 537.02905Q645.4981 537.3259 645.9356 537.3259Q646.3575 537.3259 646.6075 537.0447Q646.8575 536.7478 646.8575 536.2478L646.8575 535.8103Q646.8575 535.34155 646.59186 535.0603Q646.34186 534.7634 645.92 534.7634Q645.4981 534.7634 645.2325 535.0603Q644.9825 535.34155 644.9825 535.84155L644.9825 536.2634ZM642.02936 537.2634L641.40436 536.8728L645.57623 530.2009L646.1856 530.59155L642.02936 537.2634Z" fill-rule="nonzero"/><path fill="#999999" d="M34.51941 42.58411Q34.51941 41.27161 34.86316 40.05286Q35.222534 38.83411 35.92566 37.83411Q36.628784 36.83411 37.39441 36.42786L37.61316 37.14661Q36.753784 37.80286 36.20691 39.14661Q35.660034 40.49036 35.61316 42.162235L35.597534 42.662235Q35.597534 44.92786 36.42566 46.58411Q36.92566 47.58411 37.61316 48.14661L37.39441 48.80286Q36.61316 48.380985 35.89441 47.349735Q34.51941 45.36536 34.51941 42.58411ZM39.097534 46.05286L39.097534 40.55286L38.097534 40.55286L38.097534 39.70911L39.097534 39.70911L39.097534 39.068485Q39.097534 38.037235 39.628784 37.49036Q40.17566 36.92786 41.17566 36.92786Q41.55066 36.92786 41.92566 37.02161L41.86316 37.912235Q41.58191 37.849735 41.285034 37.849735Q40.753784 37.849735 40.45691 38.162235Q40.17566 38.474735 40.17566 39.037235L40.17566 39.70911L41.535034 39.70911L41.535034 40.55286L40.17566 40.55286L40.17566 46.05286L39.097534 46.05286ZM45.628784 40.67786Q45.378784 40.64661 45.097534 40.64661Q44.01941 40.64661 43.64441 41.55286L43.64441 46.05286L42.566284 46.05286L42.566284 39.70911L43.61316 39.70911L43.628784 40.443485Q44.160034 39.599735 45.14441 39.599735Q45.45691 39.599735 45.628784 39.67786L45.628784 40.67786ZM49.191284 46.17786Q47.89441 46.17786 47.08191 45.33411Q46.285034 44.474735 46.285034 43.05286L46.285034 42.86536Q46.285034 41.912235 46.64441 41.17786Q47.003784 40.42786 47.64441 40.02161Q48.30066 39.599735 49.05066 39.599735Q50.285034 39.599735 50.972534 40.412235Q51.660034 41.224735 51.660034 42.74036L51.660034 43.193485L47.36316 43.193485Q47.39441 44.130985 47.910034 44.70911Q48.441284 45.287235 49.253784 45.287235Q49.816284 45.287235 50.20691 45.05286Q50.61316 44.818485 50.92566 44.42786L51.58191 44.943485Q50.785034 46.17786 49.191284 46.17786ZM49.05066 40.49036Q48.39441 40.49036 47.941284 40.974735Q47.503784 41.443485 47.410034 42.30286L50.58191 42.30286L50.58191 42.224735Q50.535034 41.39661 50.128784 40.943485Q49.73816 40.49036 49.05066 40.49036ZM55.191284 46.17786Q53.89441 46.17786 53.08191 45.33411Q52.285034 44.474735 52.285034 43.05286L52.285034 42.86536Q52.285034 41.912235 52.64441 41.17786Q53.003784 40.42786 53.64441 40.02161Q54.30066 39.599735 55.05066 39.599735Q56.285034 39.599735 56.972534 40.412235Q57.660034 41.224735 57.660034 42.74036L57.660034 43.193485L53.36316 43.193485Q53.39441 44.130985 53.910034 44.70911Q54.441284 45.287235 55.253784 45.287235Q55.816284 45.287235 56.20691 45.05286Q56.61316 44.818485 56.92566 44.42786L57.58191 44.943485Q56.785034 46.17786 55.191284 46.17786ZM55.05066 40.49036Q54.39441 40.49036 53.941284 40.974735Q53.503784 41.443485 53.410034 42.30286L56.58191 42.30286L56.58191 42.224735Q56.535034 41.39661 56.128784 40.943485Q55.73816 40.49036 55.05066 40.49036ZM60.816284 42.86536L57.95691 42.86536L57.95691 41.99036L60.816284 41.99036L60.816284 42.86536ZM63.035034 38.17786L63.035034 39.70911L64.20691 39.70911L64.20691 40.55286L63.035034 40.55286L63.035034 44.474735Q63.035034 44.86536 63.191284 45.05286Q63.347534 45.24036 63.722534 45.24036Q63.910034 45.24036 64.23816 45.17786L64.23816 46.05286Q63.816284 46.17786 63.410034 46.17786Q62.691284 46.17786 62.316284 45.74036Q61.941284 45.287235 61.941284 44.474735L61.941284 40.55286L60.785034 40.55286L60.785034 39.70911L61.941284 39.70911L61.941284 38.17786L63.035034 38.17786ZM68.191284 46.17786Q66.89441 46.17786 66.08191 45.33411Q65.285034 44.474735 65.285034 43.05286L65.285034 42.86536Q65.285034 41.912235 65.64441 41.17786Q66.003784 40.42786 66.64441 40.02161Q67.30066 39.599735 68.05066 39.599735Q69.285034 39.599735 69.972534 40.412235Q70.660034 41.224735 70.660034 42.74036L70.660034 43.193485L66.36316 43.193485Q66.39441 44.130985 66.910034 44.70911Q67.441284 45.287235 68.253784 45.287235Q68.816284 45.287235 69.20691 45.05286Q69.61316 44.818485 69.92566 44.42786L70.58191 44.943485Q69.785034 46.17786 68.191284 46.17786ZM68.05066 40.49036Q67.39441 40.49036 66.941284 40.974735Q66.503784 41.443485 66.410034 42.30286L69.58191 42.30286L69.58191 42.224735Q69.535034 41.39661 69.128784 40.943485Q68.73816 40.49036 68.05066 40.49036ZM73.691284 42.02161L75.097534 39.70911L76.36316 39.70911L74.285034 42.849735L76.42566 46.05286L75.17566 46.05286L73.70691 43.67786L72.23816 46.05286L70.972534 46.05286L73.11316 42.849735L71.05066 39.70911L72.30066 39.70911L73.691284 42.02161ZM79.035034 38.17786L79.035034 39.70911L80.20691 39.70911L80.20691 40.55286L79.035034 40.55286L79.035034 44.474735Q79.035034 44.86536 79.191284 45.05286Q79.347534 45.24036 79.722534 45.24036Q79.910034 45.24036 80.23816 45.17786L80.23816 46.05286Q79.816284 46.17786 79.410034 46.17786Q78.691284 46.17786 78.316284 45.74036Q77.941284 45.287235 77.941284 44.474735L77.941284 40.55286L76.785034 40.55286L76.785034 39.70911L77.941284 39.70911L77.941284 38.17786L79.035034 38.17786ZM87.628784 40.67786Q87.378784 40.64661 87.097534 40.64661Q86.01941 40.64661 85.64441 41.55286L85.64441 46.05286L84.566284 46.05286L84.566284 39.70911L85.61316 39.70911L85.628784 40.443485Q86.160034 39.599735 87.14441 39.599735Q87.45691 39.599735 87.628784 39.67786L87.628784 40.67786ZM91.191284 46.17786Q89.89441 46.17786 89.08191 45.33411Q88.285034 44.474735 88.285034 43.05286L88.285034 42.86536Q88.285034 41.912235 88.64441 41.17786Q89.003784 40.42786 89.64441 40.02161Q90.30066 39.599735 91.05066 39.599735Q92.285034 39.599735 92.972534 40.412235Q93.660034 41.224735 93.660034 42.74036L93.660034 43.193485L89.36316 43.193485Q89.39441 44.130985 89.910034 44.70911Q90.441284 45.287235 91.253784 45.287235Q91.816284 45.287235 92.20691 45.05286Q92.61316 44.818485 92.92566 44.42786L93.58191 44.943485Q92.785034 46.17786 91.191284 46.17786ZM91.05066 40.49036Q90.39441 40.49036 89.941284 40.974735Q89.503784 41.443485 89.410034 42.30286L92.58191 42.30286L92.58191 42.224735Q92.535034 41.39661 92.128784 40.943485Q91.73816 40.49036 91.05066 40.49036ZM98.253784 44.36536Q98.253784 43.92786 97.910034 43.693485Q97.58191 43.443485 96.753784 43.27161Q95.941284 43.099735 95.45691 42.849735Q94.972534 42.599735 94.73816 42.27161Q94.51941 41.92786 94.51941 41.45911Q94.51941 40.67786 95.17566 40.14661Q95.83191 39.599735 96.86316 39.599735Q97.941284 39.599735 98.597534 40.162235Q99.26941 40.70911 99.26941 41.568485L98.191284 41.568485Q98.191284 41.130985 97.80066 40.818485Q97.42566 40.49036 96.86316 40.49036Q96.26941 40.49036 95.92566 40.755985Q95.597534 41.005985 95.597534 41.412235Q95.597534 41.80286 95.910034 42.005985Q96.222534 42.20911 97.035034 42.39661Q97.847534 42.568485 98.347534 42.818485Q98.847534 43.068485 99.08191 43.42786Q99.33191 43.787235 99.33191 44.287235Q99.33191 45.14661 98.64441 45.662235Q97.972534 46.17786 96.89441 46.17786Q96.128784 46.17786 95.535034 45.912235Q94.95691 45.630985 94.628784 45.14661Q94.30066 44.662235 94.30066 44.099735L95.378784 44.099735Q95.410034 44.64661 95.816284 44.974735Q96.222534 45.287235 96.89441 45.287235Q97.503784 45.287235 97.878784 45.037235Q98.253784 44.787235 98.253784 44.36536ZM105.910034 42.95911Q105.910034 44.39661 105.253784 45.287235Q104.597534 46.17786 103.45691 46.17786Q102.30066 46.17786 101.64441 45.443485L101.64441 48.49036L100.566284 48.49036L100.566284 39.70911L101.55066 39.70911L101.597534 40.412235Q102.26941 39.599735 103.441284 39.599735Q104.58191 39.599735 105.23816 40.45911Q105.910034 41.318485 105.910034 42.849735L105.910034 42.95911ZM104.83191 42.83411Q104.83191 41.755985 104.36316 41.14661Q103.910034 40.52161 103.11316 40.52161Q102.128784 40.52161 101.64441 41.380985L101.64441 44.412235Q102.128784 45.287235 103.128784 45.287235Q103.910034 45.287235 104.36316 44.67786Q104.83191 44.05286 104.83191 42.83411ZM107.26941 42.818485Q107.26941 41.89661 107.628784 41.14661Q108.003784 40.39661 108.660034 40.005985Q109.316284 39.599735 110.14441 39.599735Q111.441284 39.599735 112.23816 40.49036Q113.05066 41.380985 113.05066 42.880985L113.05066 42.95911Q113.05066 43.880985 112.691284 44.61536Q112.33191 45.349735 111.67566 45.77161Q111.01941 46.17786 110.160034 46.17786Q108.878784 46.17786 108.066284 45.287235Q107.26941 44.380985 107.26941 42.89661L107.26941 42.818485ZM108.36316 42.95911Q108.36316 44.005985 108.847534 44.64661Q109.347534 45.287235 110.160034 45.287235Q110.98816 45.287235 111.472534 44.64661Q111.95691 43.99036 111.95691 42.818485Q111.95691 41.787235 111.45691 41.14661Q110.972534 40.49036 110.14441 40.49036Q109.347534 40.49036 108.847534 41.130985Q108.36316 41.755985 108.36316 42.95911ZM115.58191 39.70911L115.61316 40.505985Q116.347534 39.599735 117.51941 39.599735Q119.535034 39.599735 119.55066 41.86536L119.55066 46.05286L118.45691 46.05286L118.45691 41.849735Q118.45691 41.17786 118.14441 40.849735Q117.847534 40.52161 117.191284 40.52161Q116.660034 40.52161 116.253784 40.80286Q115.86316 41.08411 115.64441 41.537235L115.64441 46.05286L114.566284 46.05286L114.566284 39.70911L115.58191 39.70911ZM125.253784 44.36536Q125.253784 43.92786 124.910034 43.693485Q124.58191 43.443485 123.753784 43.27161Q122.941284 43.099735 122.45691 42.849735Q121.972534 42.599735 121.73816 42.27161Q121.51941 41.92786 121.51941 41.45911Q121.51941 40.67786 122.17566 40.14661Q122.83191 39.599735 123.86316 39.599735Q124.941284 39.599735 125.597534 40.162235Q126.26941 40.70911 126.26941 41.568485L125.191284 41.568485Q125.191284 41.130985 124.80066 40.818485Q124.42566 40.49036 123.86316 40.49036Q123.26941 40.49036 122.92566 40.755985Q122.597534 41.005985 122.597534 41.412235Q122.597534 41.80286 122.910034 42.005985Q123.222534 42.20911 124.035034 42.39661Q124.847534 42.568485 125.347534 42.818485Q125.847534 43.068485 126.08191 43.42786Q126.33191 43.787235 126.33191 44.287235Q126.33191 45.14661 125.64441 45.662235Q124.972534 46.17786 123.89441 46.17786Q123.128784 46.17786 122.535034 45.912235Q121.95691 45.630985 121.628784 45.14661Q121.30066 44.662235 121.30066 44.099735L122.378784 44.099735Q122.410034 44.64661 122.816284 44.974735Q123.222534 45.287235 123.89441 45.287235Q124.503784 45.287235 124.878784 45.037235Q125.253784 44.787235 125.253784 44.36536ZM130.19128 46.17786Q128.89441 46.17786 128.08191 45.33411Q127.285034 44.474735 127.285034 43.05286L127.285034 42.86536Q127.285034 41.912235 127.64441 41.17786Q128.00378 40.42786 128.64441 40.02161Q129.30066 39.599735 130.05066 39.599735Q131.28503 39.599735 131.97253 40.412235Q132.66003 41.224735 132.66003 42.74036L132.66003 43.193485L128.36316 43.193485Q128.39441 44.130985 128.91003 44.70911Q129.44128 45.287235 130.25378 45.287235Q130.81628 45.287235 131.20691 45.05286Q131.61316 44.818485 131.92566 44.42786L132.58191 44.943485Q131.78503 46.17786 130.19128 46.17786ZM130.05066 40.49036Q129.39441 40.49036 128.94128 40.974735Q128.50378 41.443485 128.41003 42.30286L131.58191 42.30286L131.58191 42.224735Q131.53503 41.39661 131.12878 40.943485Q130.73816 40.49036 130.05066 40.49036ZM136.06628 42.64661Q136.06628 43.95911 135.72253 45.162235Q135.37878 46.349735 134.66003 47.36536Q133.95691 48.380985 133.19128 48.80286L132.95691 48.14661Q133.86316 47.45911 134.41003 46.005985Q134.95691 44.537235 134.97253 42.77161L134.97253 42.58411Q134.97253 41.349735 134.70691 40.287235Q134.45691 39.224735 133.98816 38.39661Q133.53503 37.55286 132.95691 37.08411L133.19128 36.42786Q133.95691 36.849735 134.66003 37.849735Q135.36316 38.849735 135.70691 40.068485Q136.06628 41.27161 136.06628 42.64661Z" fill-rule="nonzero"/><path fill="#666666" d="M36.596874 20.76521L36.8 22.07771L37.08125 20.89021L39.05 13.952709L40.14375 13.952709L42.065624 20.89021L42.346874 22.093334L42.55 20.76521L44.096874 13.952709L45.425 13.952709L43.003124 23.905834L41.815624 23.905834L39.753124 16.655834L39.596874 15.890209L39.440624 16.655834L37.315624 23.905834L36.128124 23.905834L33.721874 13.952709L35.034374 13.952709L36.596874 20.76521ZM47.51875 17.405834Q48.3625 16.374584 49.70625 16.374584Q52.05 16.374584 52.08125 19.01521L52.08125 23.905834L50.815624 23.905834L50.815624 19.01521Q50.8 18.218334 50.440624 17.843334Q50.08125 17.45271 49.33125 17.45271Q48.70625 17.45271 48.2375 17.780834Q47.784374 18.10896 47.51875 18.64021L47.51875 23.905834L46.253124 23.905834L46.253124 13.405834L47.51875 13.405834L47.51875 17.405834ZM58.83125 23.905834Q58.721874 23.687084 58.64375 23.124584Q57.76875 24.04646 56.534374 24.04646Q55.440624 24.04646 54.7375 23.437084Q54.05 22.812084 54.05 21.85896Q54.05 20.70271 54.925 20.062084Q55.8 19.42146 57.39375 19.42146L58.628124 19.42146L58.628124 18.843334Q58.628124 18.17146 58.221874 17.780834Q57.83125 17.39021 57.065624 17.39021Q56.378124 17.39021 55.925 17.73396Q55.471874 18.07771 55.471874 18.562084L54.190624 18.562084Q54.190624 17.999584 54.58125 17.48396Q54.9875 16.968334 55.659374 16.67146Q56.33125 16.374584 57.128124 16.374584Q58.409374 16.374584 59.128124 17.01521Q59.8625 17.655834 59.89375 18.76521L59.89375 22.17146Q59.89375 23.187084 60.14375 23.79646L60.14375 23.905834L58.83125 23.905834ZM56.721874 22.937084Q57.315624 22.937084 57.846874 22.64021Q58.39375 22.32771 58.628124 21.82771L58.628124 20.312084L57.628124 20.312084Q55.315624 20.312084 55.315624 21.67146Q55.315624 22.26521 55.70625 22.60896Q56.096874 22.937084 56.721874 22.937084ZM63.971874 14.718334L63.971874 16.51521L65.34688 16.51521L65.34688 17.48396L63.971874 17.48396L63.971874 22.07771Q63.971874 22.51521 64.15938 22.749584Q64.34688 22.968334 64.78438 22.968334Q65.00313 22.968334 65.39375 22.874584L65.39375 23.905834Q64.89375 24.04646 64.425 24.04646Q63.565624 24.04646 63.128124 23.530834Q62.70625 23.01521 62.70625 22.07771L62.70625 17.48396L61.3625 17.48396L61.3625 16.51521L62.70625 16.51521L62.70625 14.718334L63.971874 14.718334ZM67.22188 25.89021L66.50313 25.39021Q67.14375 24.499584 67.175 23.54646L67.175 22.405834L68.40938 22.405834L68.40938 23.405834Q68.40938 24.093334 68.06563 24.780834Q67.72188 25.468334 67.22188 25.89021ZM74.62813 23.905834L73.3625 23.905834L73.3625 16.51521L74.62813 16.51521L74.62813 23.905834ZM73.26875 14.546459Q73.26875 14.233959 73.45625 14.030834Q73.64375 13.812084 74.00313 13.812084Q74.37813 13.812084 74.56563 14.030834Q74.76875 14.233959 74.76875 14.546459Q74.76875 14.858959 74.56563 15.062084Q74.37813 15.265209 74.00313 15.265209Q73.64375 15.265209 73.45625 15.062084Q73.26875 14.858959 73.26875 14.546459ZM76.87813 23.905834L76.87813 17.48396L75.70625 17.48396L75.70625 16.51521L76.87813 16.51521L76.87813 15.749584Q76.87813 14.562084 77.50313 13.921459Q78.14375 13.265209 79.31563 13.265209Q79.75313 13.265209 80.175 13.374584L80.1125 14.405834Q79.78438 14.343334 79.425 14.343334Q78.81563 14.343334 78.47188 14.702709Q78.14375 15.062084 78.14375 15.733959L78.14375 16.51521L79.72188 16.51521L79.72188 17.48396L78.14375 17.48396L78.14375 23.905834L76.87813 23.905834ZM88.83125 23.905834Q88.72188 23.687084 88.64375 23.124584Q87.76875 24.04646 86.53438 24.04646Q85.44063 24.04646 84.7375 23.437084Q84.05 22.812084 84.05 21.85896Q84.05 20.70271 84.925 20.062084Q85.8 19.42146 87.39375 19.42146L88.62813 19.42146L88.62813 18.843334Q88.62813 18.17146 88.22188 17.780834Q87.83125 17.39021 87.06563 17.39021Q86.37813 17.39021 85.925 17.73396Q85.47188 18.07771 85.47188 18.562084L84.19063 18.562084Q84.19063 17.999584 84.58125 17.48396Q84.9875 16.968334 85.65938 16.67146Q86.33125 16.374584 87.12813 16.374584Q88.40938 16.374584 89.12813 17.01521Q89.8625 17.655834 89.89375 18.76521L89.89375 22.17146Q89.89375 23.187084 90.14375 23.79646L90.14375 23.905834L88.83125 23.905834ZM86.72188 22.937084Q87.31563 22.937084 87.84688 22.64021Q88.39375 22.32771 88.62813 21.82771L88.62813 20.312084L87.62813 20.312084Q85.31563 20.312084 85.31563 21.67146Q85.31563 22.26521 85.70625 22.60896Q86.09688 22.937084 86.72188 22.937084ZM93.45625 16.51521L93.4875 17.437084Q94.34688 16.374584 95.70625 16.374584Q98.05 16.374584 98.08125 19.01521L98.08125 23.905834L96.81563 23.905834L96.81563 19.01521Q96.8 18.218334 96.44063 17.843334Q96.08125 17.45271 95.33125 17.45271Q94.70625 17.45271 94.2375 17.780834Q93.78438 18.10896 93.51875 18.64021L93.51875 23.905834L92.25313 23.905834L92.25313 16.51521L93.45625 16.51521ZM102.675 22.04646L104.39375 16.51521L105.75313 16.51521L102.78438 25.04646Q102.09688 26.89021 100.58125 26.89021L100.34688 26.874584L99.87813 26.780834L99.87813 25.76521L100.22188 25.780834Q100.8625 25.780834 101.22188 25.51521Q101.58125 25.26521 101.81563 24.57771L102.09688 23.82771L99.45625 16.51521L100.83125 16.51521L102.675 22.04646ZM108.97188 14.718334L108.97188 16.51521L110.34688 16.51521L110.34688 17.48396L108.97188 17.48396L108.97188 22.07771Q108.97188 22.51521 109.15938 22.749584Q109.34688 22.968334 109.78438 22.968334Q110.00313 22.968334 110.39375 22.874584L110.39375 23.905834Q109.89375 24.04646 109.425 24.04646Q108.56563 24.04646 108.12813 23.530834Q107.70625 23.01521 107.70625 22.07771L107.70625 17.48396L106.3625 17.48396L106.3625 16.51521L107.70625 16.51521L107.70625 14.718334L108.97188 14.718334ZM113.51875 17.405834Q114.3625 16.374584 115.70625 16.374584Q118.05 16.374584 118.08125 19.01521L118.08125 23.905834L116.81563 23.905834L116.81563 19.01521Q116.8 18.218334 116.44063 17.843334Q116.08125 17.45271 115.33125 17.45271Q114.70625 17.45271 114.2375 17.780834Q113.78438 18.10896 113.51875 18.64021L113.51875 23.905834L112.25313 23.905834L112.25313 13.405834L113.51875 13.405834L113.51875 17.405834ZM121.62813 23.905834L120.3625 23.905834L120.3625 16.51521L121.62813 16.51521L121.62813 23.905834ZM120.26875 14.546459Q120.26875 14.233959 120.45625 14.030834Q120.64375 13.812084 121.00313 13.812084Q121.37813 13.812084 121.56563 14.030834Q121.76875 14.233959 121.76875 14.546459Q121.76875 14.858959 121.56563 15.062084Q121.37813 15.265209 121.00313 15.265209Q120.64375 15.265209 120.45625 15.062084Q120.26875 14.858959 120.26875 14.546459ZM124.45625 16.51521L124.4875 17.437084Q125.34688 16.374584 126.70625 16.374584Q129.05 16.374584 129.08125 19.01521L129.08125 23.905834L127.81563 23.905834L127.81563 19.01521Q127.8 18.218334 127.44063 17.843334Q127.08125 17.45271 126.33125 17.45271Q125.70625 17.45271 125.2375 17.780834Q124.78438 18.10896 124.51875 18.64021L124.51875 23.905834L123.25313 23.905834L123.25313 16.51521L124.45625 16.51521ZM130.95625 20.14021Q130.95625 18.42146 131.75313 17.405834Q132.55 16.374584 133.87813 16.374584Q135.22188 16.374584 135.9875 17.32771L136.05 16.51521L137.20625 16.51521L137.20625 23.73396Q137.20625 25.17146 136.34688 25.98396Q135.50313 26.812084 134.06563 26.812084Q133.26875 26.812084 132.50313 26.468334Q131.7375 26.14021 131.33125 25.54646L131.9875 24.780834Q132.8 25.780834 133.97188 25.780834Q134.89375 25.780834 135.40938 25.26521Q135.94063 24.749584 135.94063 23.79646L135.94063 23.17146Q135.175 24.04646 133.8625 24.04646Q132.56563 24.04646 131.75313 22.999584Q130.95625 21.95271 130.95625 20.14021ZM132.22188 20.29646Q132.22188 21.54646 132.7375 22.26521Q133.25313 22.968334 134.175 22.968334Q135.37813 22.968334 135.94063 21.874584L135.94063 18.499584Q135.34688 17.45271 134.19063 17.45271Q133.26875 17.45271 132.7375 18.17146Q132.22188 18.874584 132.22188 20.29646ZM139.22188 25.89021L138.50313 25.39021Q139.14375 24.499584 139.175 23.54646L139.175 22.405834L140.40938 22.405834L140.40938 23.405834Q140.40938 24.093334 140.06563 24.780834Q139.72188 25.468334 139.22188 25.89021ZM151.8 22.155834L153.22188 16.51521L154.4875 16.51521L152.34688 23.905834L151.31563 23.905834L149.51875 18.29646L147.76875 23.905834L146.7375 23.905834L144.59688 16.51521L145.84688 16.51521L147.31563 22.04646L149.03438 16.51521L150.05 16.51521L151.8 22.155834ZM155.925 20.14021Q155.925 19.04646 156.34688 18.187084Q156.78438 17.312084 157.53438 16.843334Q158.3 16.374584 159.28438 16.374584Q160.78438 16.374584 161.72188 17.42146Q162.65938 18.468334 162.65938 20.20271L162.65938 20.29646Q162.65938 21.374584 162.2375 22.23396Q161.83125 23.07771 161.05 23.562084Q160.28438 24.04646 159.3 24.04646Q157.78438 24.04646 156.84688 22.999584Q155.925 21.95271 155.925 20.23396L155.925 20.14021ZM157.19063 20.29646Q157.19063 21.51521 157.75313 22.26521Q158.33125 23.01521 159.3 23.01521Q160.25313 23.01521 160.81563 22.26521Q161.39375 21.499584 161.39375 20.14021Q161.39375 18.92146 160.81563 18.17146Q160.2375 17.405834 159.28438 17.405834Q158.34688 17.405834 157.76875 18.155834Q157.19063 18.905834 157.19063 20.29646ZM168.83125 23.17146Q168.08125 24.04646 166.65938 24.04646Q165.47188 24.04646 164.84688 23.35896Q164.2375 22.67146 164.2375 21.32771L164.2375 16.51521L165.4875 16.51521L165.4875 21.280834Q165.4875 22.968334 166.8625 22.968334Q168.31563 22.968334 168.78438 21.89021L168.78438 16.51521L170.05 16.51521L170.05 23.905834L168.84688 23.905834L168.83125 23.17146ZM173.62813 23.905834L172.3625 23.905834L172.3625 13.405834L173.62813 13.405834L173.62813 23.905834ZM174.95625 20.14021Q174.95625 18.437084 175.75313 17.405834Q176.56563 16.374584 177.8625 16.374584Q179.175 16.374584 179.925 17.26521L179.925 13.405834L181.19063 13.405834L181.19063 23.905834L180.03438 23.905834L179.97188 23.10896Q179.20625 24.04646 177.8625 24.04646Q176.56563 24.04646 175.75313 22.999584Q174.95625 21.937084 174.95625 20.23396L174.95625 20.14021ZM176.22188 20.29646Q176.22188 21.54646 176.7375 22.26521Q177.25313 22.968334 178.175 22.968334Q179.37813 22.968334 179.925 21.89021L179.925 18.48396Q179.3625 17.45271 178.19063 17.45271Q177.25313 17.45271 176.7375 18.17146Q176.22188 18.874584 176.22188 20.29646ZM187.44063 16.51521L187.4875 17.32771Q188.3 16.374584 189.675 16.374584Q191.22188 16.374584 191.78438 17.562084Q192.15938 17.030834 192.75313 16.70271Q193.34688 16.374584 194.14375 16.374584Q196.58125 16.374584 196.62813 18.95271L196.62813 23.905834L195.3625 23.905834L195.3625 19.030834Q195.3625 18.23396 194.9875 17.843334Q194.62813 17.45271 193.78438 17.45271Q193.06563 17.45271 192.59688 17.874584Q192.14375 18.280834 192.06563 18.999584L192.06563 23.905834L190.8 23.905834L190.8 19.062084Q190.8 17.45271 189.22188 17.45271Q187.97188 17.45271 187.51875 18.499584L187.51875 23.905834L186.25313 23.905834L186.25313 16.51521L187.44063 16.51521ZM197.925 20.14021Q197.925 19.04646 198.34688 18.187084Q198.78438 17.312084 199.53438 16.843334Q200.3 16.374584 201.28438 16.374584Q202.78438 16.374584 203.72188 17.42146Q204.65938 18.468334 204.65938 20.20271L204.65938 20.29646Q204.65938 21.374584 204.2375 22.23396Q203.83125 23.07771 203.05 23.562084Q202.28438 24.04646 201.3 24.04646Q199.78438 24.04646 198.84688 22.999584Q197.925 21.95271 197.925 20.23396L197.925 20.14021ZM199.19063 20.29646Q199.19063 21.51521 199.75313 22.26521Q200.33125 23.01521 201.3 23.01521Q202.25313 23.01521 202.81563 22.26521Q203.39375 21.499584 203.39375 20.14021Q203.39375 18.92146 202.81563 18.17146Q202.2375 17.405834 201.28438 17.405834Q200.34688 17.405834 199.76875 18.155834Q199.19063 18.905834 199.19063 20.29646ZM210.56563 21.937084Q210.56563 21.437084 210.175 21.155834Q209.78438 20.85896 208.83125 20.655834Q207.87813 20.45271 207.3 20.17146Q206.7375 19.874584 206.47188 19.48396Q206.20625 19.093334 206.20625 18.54646Q206.20625 17.624584 206.97188 16.999584Q207.7375 16.374584 208.94063 16.374584Q210.19063 16.374584 210.97188 17.030834Q211.75313 17.67146 211.75313 18.687084L210.4875 18.687084Q210.4875 18.155834 210.05 17.780834Q209.6125 17.405834 208.94063 17.405834Q208.25313 17.405834 207.8625 17.718334Q207.47188 18.01521 207.47188 18.499584Q207.47188 18.95271 207.83125 19.187084Q208.19063 19.42146 209.12813 19.64021Q210.08125 19.843334 210.675 20.14021Q211.26875 20.437084 211.55 20.85896Q211.83125 21.26521 211.83125 21.85896Q211.83125 22.843334 211.03438 23.45271Q210.2375 24.04646 208.97188 24.04646Q208.09688 24.04646 207.40938 23.73396Q206.72188 23.405834 206.33125 22.843334Q205.95625 22.280834 205.95625 21.624584L207.22188 21.624584Q207.25313 22.26521 207.72188 22.64021Q208.20625 23.01521 208.97188 23.01521Q209.69063 23.01521 210.12813 22.718334Q210.56563 22.42146 210.56563 21.937084ZM214.97188 14.718334L214.97188 16.51521L216.34688 16.51521L216.34688 17.48396L214.97188 17.48396L214.97188 22.07771Q214.97188 22.51521 215.15938 22.749584Q215.34688 22.968334 215.78438 22.968334Q216.00313 22.968334 216.39375 22.874584L216.39375 23.905834Q215.89375 24.04646 215.425 24.04646Q214.56563 24.04646 214.12813 23.530834Q213.70625 23.01521 213.70625 22.07771L213.70625 17.48396L212.3625 17.48396L212.3625 16.51521L213.70625 16.51521L213.70625 14.718334L214.97188 14.718334ZM222.62813 23.905834L221.3625 23.905834L221.3625 16.51521L222.62813 16.51521L222.62813 23.905834ZM221.26875 14.546459Q221.26875 14.233959 221.45625 14.030834Q221.64375 13.812084 222.00313 13.812084Q222.37813 13.812084 222.56563 14.030834Q222.76875 14.233959 222.76875 14.546459Q222.76875 14.858959 222.56563 15.062084Q222.37813 15.265209 222.00313 15.265209Q221.64375 15.265209 221.45625 15.062084Q221.26875 14.858959 221.26875 14.546459ZM225.44063 16.51521L225.4875 17.32771Q226.3 16.374584 227.675 16.374584Q229.22188 16.374584 229.78438 17.562084Q230.15938 17.030834 230.75313 16.70271Q231.34688 16.374584 232.14375 16.374584Q234.58125 16.374584 234.62813 18.95271L234.62813 23.905834L233.3625 23.905834L233.3625 19.030834Q233.3625 18.23396 232.9875 17.843334Q232.62813 17.45271 231.78438 17.45271Q231.06563 17.45271 230.59688 17.874584Q230.14375 18.280834 230.06563 18.999584L230.06563 23.905834L228.8 23.905834L228.8 19.062084Q228.8 17.45271 227.22188 17.45271Q225.97188 17.45271 225.51875 18.499584L225.51875 23.905834L224.25313 23.905834L224.25313 16.51521L225.44063 16.51521ZM242.50313 20.29646Q242.50313 21.98396 241.72188 23.01521Q240.95625 24.04646 239.64375 24.04646Q238.3 24.04646 237.51875 23.187084L237.51875 26.749584L236.25313 26.749584L236.25313 16.51521L237.40938 16.51521L237.47188 17.32771Q238.25313 16.374584 239.62813 16.374584Q240.95625 16.374584 241.72188 17.374584Q242.50313 18.374584 242.50313 20.17146L242.50313 20.29646ZM241.2375 20.14021Q241.2375 18.89021 240.70625 18.17146Q240.175 17.45271 239.2375 17.45271Q238.09688 17.45271 237.51875 18.468334L237.51875 21.999584Q238.09688 23.01521 239.25313 23.01521Q240.175 23.01521 240.70625 22.29646Q241.2375 21.562084 241.2375 20.14021ZM247.83125 17.64021Q247.55 17.593334 247.20625 17.593334Q245.97188 17.593334 245.51875 18.655834L245.51875 23.905834L244.25313 23.905834L244.25313 16.51521L245.4875 16.51521L245.50313 17.35896Q246.12813 16.374584 247.26875 16.374584Q247.64375 16.374584 247.83125 16.468334L247.83125 17.64021ZM248.925 20.14021Q248.925 19.04646 249.34688 18.187084Q249.78438 17.312084 250.53438 16.843334Q251.3 16.374584 252.28438 16.374584Q253.78438 16.374584 254.72188 17.42146Q255.65938 18.468334 255.65938 20.20271L255.65938 20.29646Q255.65938 21.374584 255.2375 22.23396Q254.83125 23.07771 254.05 23.562084Q253.28438 24.04646 252.3 24.04646Q250.78438 24.04646 249.84688 22.999584Q248.925 21.95271 248.925 20.23396L248.925 20.14021ZM250.19063 20.29646Q250.19063 21.51521 250.75313 22.26521Q251.33125 23.01521 252.3 23.01521Q253.25313 23.01521 253.81563 22.26521Q254.39375 21.499584 254.39375 20.14021Q254.39375 18.92146 253.81563 18.17146Q253.2375 17.405834 252.28438 17.405834Q251.34688 17.405834 250.76875 18.155834Q250.19063 18.905834 250.19063 20.29646ZM259.6906 22.187084L261.53436 16.51521L262.8156 16.51521L260.175 23.905834L259.20624 23.905834L256.51874 16.51521L257.8156 16.51521L259.6906 22.187084ZM267.33124 24.04646Q265.8156 24.04646 264.8781 23.062084Q263.9406 22.062084 263.9406 20.405834L263.9406 20.187084Q263.9406 19.07771 264.3625 18.218334Q264.78436 17.343334 265.53436 16.85896Q266.28436 16.374584 267.175 16.374584Q268.6125 16.374584 269.40936 17.32771Q270.20624 18.26521 270.20624 20.04646L270.20624 20.562084L265.20624 20.562084Q265.22186 21.655834 265.83124 22.343334Q266.45624 23.01521 267.39374 23.01521Q268.0656 23.01521 268.51874 22.749584Q268.9875 22.468334 269.34686 22.01521L270.1125 22.60896Q269.1906 24.04646 267.33124 24.04646ZM267.175 17.405834Q266.40936 17.405834 265.8781 17.968334Q265.3625 18.530834 265.2375 19.530834L268.9406 19.530834L268.9406 19.437084Q268.89374 18.468334 268.425 17.937084Q267.95624 17.405834 267.175 17.405834ZM281.8 22.593334Q281.3 23.32771 280.39374 23.687084Q279.4875 24.04646 278.28436 24.04646Q277.0656 24.04646 276.1125 23.48396Q275.175 22.905834 274.65936 21.85896Q274.14374 20.79646 274.1281 19.405834L274.1281 18.54646Q274.1281 16.29646 275.175 15.062084Q276.2375 13.812084 278.1281 13.812084Q279.6906 13.812084 280.64374 14.608959Q281.59686 15.405834 281.8 16.874584L280.4875 16.874584Q280.1281 14.890209 278.14374 14.890209Q276.8156 14.890209 276.1281 15.827709Q275.45624 16.749584 275.45624 18.499584L275.45624 19.312084Q275.45624 20.999584 276.22186 21.98396Q276.9875 22.968334 278.28436 22.968334Q279.03436 22.968334 279.58124 22.812084Q280.14374 22.64021 280.5031 22.249584L280.5031 20.01521L278.1906 20.01521L278.1906 18.95271L281.8 18.95271L281.8 22.593334ZM283.925 20.14021Q283.925 19.04646 284.34686 18.187084Q284.78436 17.312084 285.53436 16.843334Q286.3 16.374584 287.28436 16.374584Q288.78436 16.374584 289.72186 17.42146Q290.65936 18.468334 290.65936 20.20271L290.65936 20.29646Q290.65936 21.374584 290.2375 22.23396Q289.83124 23.07771 289.05 23.562084Q288.28436 24.04646 287.3 24.04646Q285.78436 24.04646 284.84686 22.999584Q283.925 21.95271 283.925 20.23396L283.925 20.14021ZM285.1906 20.29646Q285.1906 21.51521 285.7531 22.26521Q286.33124 23.01521 287.3 23.01521Q288.2531 23.01521 288.8156 22.26521Q289.39374 21.499584 289.39374 20.14021Q289.39374 18.92146 288.8156 18.17146Q288.2375 17.405834 287.28436 17.405834Q286.34686 17.405834 285.76874 18.155834Q285.1906 18.905834 285.1906 20.29646ZM299.5656 21.937084Q299.5656 21.437084 299.175 21.155834Q298.78436 20.85896 297.83124 20.655834Q296.8781 20.45271 296.3 20.17146Q295.7375 19.874584 295.47186 19.48396Q295.20624 19.093334 295.20624 18.54646Q295.20624 17.624584 295.97186 16.999584Q296.7375 16.374584 297.9406 16.374584Q299.1906 16.374584 299.97186 17.030834Q300.7531 17.67146 300.7531 18.687084L299.4875 18.687084Q299.4875 18.155834 299.05 17.780834Q298.6125 17.405834 297.9406 17.405834Q297.2531 17.405834 296.8625 17.718334Q296.47186 18.01521 296.47186 18.499584Q296.47186 18.95271 296.83124 19.187084Q297.1906 19.42146 298.1281 19.64021Q299.08124 19.843334 299.675 20.14021Q300.26874 20.437084 300.55 20.85896Q300.83124 21.26521 300.83124 21.85896Q300.83124 22.843334 300.03436 23.45271Q299.2375 24.04646 297.97186 24.04646Q297.09686 24.04646 296.40936 23.73396Q295.72186 23.405834 295.33124 22.843334Q294.95624 22.280834 294.95624 21.624584L296.22186 21.624584Q296.2531 22.26521 296.72186 22.64021Q297.20624 23.01521 297.97186 23.01521Q298.6906 23.01521 299.1281 22.718334Q299.5656 22.42146 299.5656 21.937084ZM306.83124 23.17146Q306.08124 24.04646 304.65936 24.04646Q303.47186 24.04646 302.84686 23.35896Q302.2375 22.67146 302.2375 21.32771L302.2375 16.51521L303.4875 16.51521L303.4875 21.280834Q303.4875 22.968334 304.8625 22.968334Q306.3156 22.968334 306.78436 21.89021L306.78436 16.51521L308.05 16.51521L308.05 23.905834L306.84686 23.905834L306.83124 23.17146ZM316.5031 20.29646Q316.5031 21.98396 315.72186 23.01521Q314.95624 24.04646 313.64374 24.04646Q312.3 24.04646 311.51874 23.187084L311.51874 26.749584L310.2531 26.749584L310.2531 16.51521L311.40936 16.51521L311.47186 17.32771Q312.2531 16.374584 313.6281 16.374584Q314.95624 16.374584 315.72186 17.374584Q316.5031 18.374584 316.5031 20.17146L316.5031 20.29646ZM315.2375 20.14021Q315.2375 18.89021 314.70624 18.17146Q314.175 17.45271 313.2375 17.45271Q312.09686 17.45271 311.51874 18.468334L311.51874 21.999584Q312.09686 23.01521 313.2531 23.01521Q314.175 23.01521 314.70624 22.29646Q315.2375 21.562084 315.2375 20.14021ZM324.5031 20.29646Q324.5031 21.98396 323.72186 23.01521Q322.95624 24.04646 321.64374 24.04646Q320.3 24.04646 319.51874 23.187084L319.51874 26.749584L318.2531 26.749584L318.2531 16.51521L319.40936 16.51521L319.47186 17.32771Q320.2531 16.374584 321.6281 16.374584Q322.95624 16.374584 323.72186 17.374584Q324.5031 18.374584 324.5031 20.17146L324.5031 20.29646ZM323.2375 20.14021Q323.2375 18.89021 322.70624 18.17146Q322.175 17.45271 321.2375 17.45271Q320.09686 17.45271 319.51874 18.468334L319.51874 21.999584Q320.09686 23.01521 321.2531 23.01521Q322.175 23.01521 322.70624 22.29646Q323.2375 21.562084 323.2375 20.14021ZM325.925 20.14021Q325.925 19.04646 326.34686 18.187084Q326.78436 17.312084 327.53436 16.843334Q328.3 16.374584 329.28436 16.374584Q330.78436 16.374584 331.72186 17.42146Q332.65936 18.468334 332.65936 20.20271L332.65936 20.29646Q332.65936 21.374584 332.2375 22.23396Q331.83124 23.07771 331.05 23.562084Q330.28436 24.04646 329.3 24.04646Q327.78436 24.04646 326.84686 22.999584Q325.925 21.95271 325.925 20.23396L325.925 20.14021ZM327.1906 20.29646Q327.1906 21.51521 327.7531 22.26521Q328.33124 23.01521 329.3 23.01521Q330.2531 23.01521 330.8156 22.26521Q331.39374 21.499584 331.39374 20.14021Q331.39374 18.92146 330.8156 18.17146Q330.2375 17.405834 329.28436 17.405834Q328.34686 17.405834 327.76874 18.155834Q327.1906 18.905834 327.1906 20.29646ZM337.83124 17.64021Q337.55 17.593334 337.20624 17.593334Q335.97186 17.593334 335.51874 18.655834L335.51874 23.905834L334.2531 23.905834L334.2531 16.51521L335.4875 16.51521L335.5031 17.35896Q336.1281 16.374584 337.26874 16.374584Q337.64374 16.374584 337.83124 16.468334L337.83124 17.64021ZM340.97186 14.718334L340.97186 16.51521L342.34686 16.51521L342.34686 17.48396L340.97186 17.48396L340.97186 22.07771Q340.97186 22.51521 341.15936 22.749584Q341.34686 22.968334 341.78436 22.968334Q342.0031 22.968334 342.39374 22.874584L342.39374 23.905834Q341.89374 24.04646 341.425 24.04646Q340.5656 24.04646 340.1281 23.530834Q339.70624 23.01521 339.70624 22.07771L339.70624 17.48396L338.3625 17.48396L338.3625 16.51521L339.70624 16.51521L339.70624 14.718334L340.97186 14.718334ZM348.6281 23.905834L347.3625 23.905834L347.3625 16.51521L348.6281 16.51521L348.6281 23.905834ZM347.26874 14.546459Q347.26874 14.233959 347.45624 14.030834Q347.64374 13.812084 348.0031 13.812084Q348.3781 13.812084 348.5656 14.030834Q348.76874 14.233959 348.76874 14.546459Q348.76874 14.858959 348.5656 15.062084Q348.3781 15.265209 348.0031 15.265209Q347.64374 15.265209 347.45624 15.062084Q347.26874 14.858959 347.26874 14.546459ZM351.45624 16.51521L351.4875 17.437084Q352.34686 16.374584 353.70624 16.374584Q356.05 16.374584 356.08124 19.01521L356.08124 23.905834L354.8156 23.905834L354.8156 19.01521Q354.8 18.218334 354.4406 17.843334Q354.08124 17.45271 353.33124 17.45271Q352.70624 17.45271 352.2375 17.780834Q351.78436 18.10896 351.51874 18.64021L351.51874 23.905834L350.2531 23.905834L350.2531 16.51521L351.45624 16.51521ZM363.8781 13.562084L362.5656 13.562084L362.5656 24.999584L363.8781 24.999584L363.8781 26.04646L361.3 26.04646L361.3 12.530834L363.8781 12.530834L363.8781 13.562084ZM367.675 22.04646L369.39374 16.51521L370.7531 16.51521L367.78436 25.04646Q367.09686 26.89021 365.58124 26.89021L365.34686 26.874584L364.8781 26.780834L364.8781 25.76521L365.22186 25.780834Q365.8625 25.780834 366.22186 25.51521Q366.58124 25.26521 366.8156 24.57771L367.09686 23.82771L364.45624 16.51521L365.83124 16.51521L367.675 22.04646ZM371.925 20.14021Q371.925 19.04646 372.34686 18.187084Q372.78436 17.312084 373.53436 16.843334Q374.3 16.374584 375.28436 16.374584Q376.78436 16.374584 377.72186 17.42146Q378.65936 18.468334 378.65936 20.20271L378.65936 20.29646Q378.65936 21.374584 378.2375 22.23396Q377.83124 23.07771 377.05 23.562084Q376.28436 24.04646 375.3 24.04646Q373.78436 24.04646 372.84686 22.999584Q371.925 21.95271 371.925 20.23396L371.925 20.14021ZM373.1906 20.29646Q373.1906 21.51521 373.7531 22.26521Q374.33124 23.01521 375.3 23.01521Q376.2531 23.01521 376.8156 22.26521Q377.39374 21.499584 377.39374 20.14021Q377.39374 18.92146 376.8156 18.17146Q376.2375 17.405834 375.28436 17.405834Q374.34686 17.405834 373.76874 18.155834Q373.1906 18.905834 373.1906 20.29646ZM384.83124 23.17146Q384.08124 24.04646 382.65936 24.04646Q381.47186 24.04646 380.84686 23.35896Q380.2375 22.67146 380.2375 21.32771L380.2375 16.51521L381.4875 16.51521L381.4875 21.280834Q381.4875 22.968334 382.8625 22.968334Q384.3156 22.968334 384.78436 21.89021L384.78436 16.51521L386.05 16.51521L386.05 23.905834L384.84686 23.905834L384.83124 23.17146ZM391.83124 17.64021Q391.55 17.593334 391.20624 17.593334Q389.97186 17.593334 389.51874 18.655834L389.51874 23.905834L388.2531 23.905834L388.2531 16.51521L389.4875 16.51521L389.5031 17.35896Q390.1281 16.374584 391.26874 16.374584Q391.64374 16.374584 391.83124 16.468334L391.83124 17.64021ZM402.5031 20.29646Q402.5031 21.98396 401.72186 23.01521Q400.95624 24.04646 399.64374 24.04646Q398.3 24.04646 397.51874 23.187084L397.51874 26.749584L396.2531 26.749584L396.2531 16.51521L397.40936 16.51521L397.47186 17.32771Q398.2531 16.374584 399.6281 16.374584Q400.95624 16.374584 401.72186 17.374584Q402.5031 18.374584 402.5031 20.17146L402.5031 20.29646ZM401.2375 20.14021Q401.2375 18.89021 400.70624 18.17146Q400.175 17.45271 399.2375 17.45271Q398.09686 17.45271 397.51874 18.468334L397.51874 21.999584Q398.09686 23.01521 399.2531 23.01521Q400.175 23.01521 400.70624 22.29646Q401.2375 21.562084 401.2375 20.14021ZM407.83124 17.64021Q407.55 17.593334 407.20624 17.593334Q405.97186 17.593334 405.51874 18.655834L405.51874 23.905834L404.2531 23.905834L404.2531 16.51521L405.4875 16.51521L405.5031 17.35896Q406.1281 16.374584 407.26874 16.374584Q407.64374 16.374584 407.83124 16.468334L407.83124 17.64021ZM412.33124 24.04646Q410.8156 24.04646 409.8781 23.062084Q408.9406 22.062084 408.9406 20.405834L408.9406 20.187084Q408.9406 19.07771 409.3625 18.218334Q409.78436 17.343334 410.53436 16.85896Q411.28436 16.374584 412.175 16.374584Q413.6125 16.374584 414.40936 17.32771Q415.20624 18.26521 415.20624 20.04646L415.20624 20.562084L410.20624 20.562084Q410.22186 21.655834 410.83124 22.343334Q411.45624 23.01521 412.39374 23.01521Q413.0656 23.01521 413.51874 22.749584Q413.9875 22.468334 414.34686 22.01521L415.1125 22.60896Q414.1906 24.04646 412.33124 24.04646ZM412.175 17.405834Q411.40936 17.405834 410.8781 17.968334Q410.3625 18.530834 410.2375 19.530834L413.9406 19.530834L413.9406 19.437084Q413.89374 18.468334 413.425 17.937084Q412.95624 17.405834 412.175 17.405834ZM416.8781 23.905834L416.8781 17.48396L415.70624 17.48396L415.70624 16.51521L416.8781 16.51521L416.8781 15.749584Q416.8781 14.562084 417.5031 13.921459Q418.14374 13.265209 419.3156 13.265209Q419.7531 13.265209 420.175 13.374584L420.1125 14.405834Q419.78436 14.343334 419.425 14.343334Q418.8156 14.343334 418.47186 14.702709Q418.14374 15.062084 418.14374 15.733959L418.14374 16.51521L419.72186 16.51521L419.72186 17.48396L418.14374 17.48396L418.14374 23.905834L416.8781 23.905834ZM424.33124 24.04646Q422.8156 24.04646 421.8781 23.062084Q420.9406 22.062084 420.9406 20.405834L420.9406 20.187084Q420.9406 19.07771 421.3625 18.218334Q421.78436 17.343334 422.53436 16.85896Q423.28436 16.374584 424.175 16.374584Q425.6125 16.374584 426.40936 17.32771Q427.20624 18.26521 427.20624 20.04646L427.20624 20.562084L422.20624 20.562084Q422.22186 21.655834 422.83124 22.343334Q423.45624 23.01521 424.39374 23.01521Q425.0656 23.01521 425.51874 22.749584Q425.9875 22.468334 426.34686 22.01521L427.1125 22.60896Q426.1906 24.04646 424.33124 24.04646ZM424.175 17.405834Q423.40936 17.405834 422.8781 17.968334Q422.3625 18.530834 422.2375 19.530834L425.9406 19.530834L425.9406 19.437084Q425.89374 18.468334 425.425 17.937084Q424.95624 17.405834 424.175 17.405834ZM431.83124 17.64021Q431.55 17.593334 431.20624 17.593334Q429.97186 17.593334 429.51874 18.655834L429.51874 23.905834L428.2531 23.905834L428.2531 16.51521L429.4875 16.51521L429.5031 17.35896Q430.1281 16.374584 431.26874 16.374584Q431.64374 16.374584 431.83124 16.468334L431.83124 17.64021ZM436.83124 17.64021Q436.55 17.593334 436.20624 17.593334Q434.97186 17.593334 434.51874 18.655834L434.51874 23.905834L433.2531 23.905834L433.2531 16.51521L434.4875 16.51521L434.5031 17.35896Q435.1281 16.374584 436.26874 16.374584Q436.64374 16.374584 436.83124 16.468334L436.83124 17.64021ZM441.33124 24.04646Q439.8156 24.04646 438.8781 23.062084Q437.9406 22.062084 437.9406 20.405834L437.9406 20.187084Q437.9406 19.07771 438.3625 18.218334Q438.78436 17.343334 439.53436 16.85896Q440.28436 16.374584 441.175 16.374584Q442.6125 16.374584 443.40936 17.32771Q444.20624 18.26521 444.20624 20.04646L444.20624 20.562084L439.20624 20.562084Q439.22186 21.655834 439.83124 22.343334Q440.45624 23.01521 441.39374 23.01521Q442.0656 23.01521 442.51874 22.749584Q442.9875 22.468334 443.34686 22.01521L444.1125 22.60896Q443.1906 24.04646 441.33124 24.04646ZM441.175 17.405834Q440.40936 17.405834 439.8781 17.968334Q439.3625 18.530834 439.2375 19.530834L442.9406 19.530834L442.9406 19.437084Q442.89374 18.468334 442.425 17.937084Q441.95624 17.405834 441.175 17.405834ZM444.95624 20.14021Q444.95624 18.437084 445.7531 17.405834Q446.5656 16.374584 447.8625 16.374584Q449.175 16.374584 449.925 17.26521L449.925 13.405834L451.1906 13.405834L451.1906 23.905834L450.03436 23.905834L449.97186 23.10896Q449.20624 24.04646 447.8625 24.04646Q446.5656 24.04646 445.7531 22.999584Q444.95624 21.937084 444.95624 20.23396L444.95624 20.14021ZM446.22186 20.29646Q446.22186 21.54646 446.7375 22.26521Q447.2531 22.968334 448.175 22.968334Q449.3781 22.968334 449.925 21.89021L449.925 18.48396Q449.3625 17.45271 448.1906 17.45271Q447.2531 17.45271 446.7375 18.17146Q446.22186 18.874584 446.22186 20.29646ZM459.33124 24.04646Q457.8156 24.04646 456.8781 23.062084Q455.9406 22.062084 455.9406 20.405834L455.9406 20.187084Q455.9406 19.07771 456.3625 18.218334Q456.78436 17.343334 457.53436 16.85896Q458.28436 16.374584 459.175 16.374584Q460.6125 16.374584 461.40936 17.32771Q462.20624 18.26521 462.20624 20.04646L462.20624 20.562084L457.20624 20.562084Q457.22186 21.655834 457.83124 22.343334Q458.45624 23.01521 459.39374 23.01521Q460.0656 23.01521 460.51874 22.749584Q460.9875 22.468334 461.34686 22.01521L462.1125 22.60896Q461.1906 24.04646 459.33124 24.04646ZM459.175 17.405834Q458.40936 17.405834 457.8781 17.968334Q457.3625 18.530834 457.2375 19.530834L460.9406 19.530834L460.9406 19.437084Q460.89374 18.468334 460.425 17.937084Q459.95624 17.405834 459.175 17.405834ZM462.95624 20.14021Q462.95624 18.437084 463.7531 17.405834Q464.5656 16.374584 465.8625 16.374584Q467.175 16.374584 467.925 17.26521L467.925 13.405834L469.1906 13.405834L469.1906 23.905834L468.03436 23.905834L467.97186 23.10896Q467.20624 24.04646 465.8625 24.04646Q464.5656 24.04646 463.7531 22.999584Q462.95624 21.937084 462.95624 20.23396L462.95624 20.14021ZM464.22186 20.29646Q464.22186 21.54646 464.7375 22.26521Q465.2531 22.968334 466.175 22.968334Q467.3781 22.968334 467.925 21.89021L467.925 18.48396Q467.3625 17.45271 466.1906 17.45271Q465.2531 17.45271 464.7375 18.17146Q464.22186 18.874584 464.22186 20.29646ZM472.6281 23.905834L471.3625 23.905834L471.3625 16.51521L472.6281 16.51521L472.6281 23.905834ZM471.26874 14.546459Q471.26874 14.233959 471.45624 14.030834Q471.64374 13.812084 472.0031 13.812084Q472.3781 13.812084 472.5656 14.030834Q472.76874 14.233959 472.76874 14.546459Q472.76874 14.858959 472.5656 15.062084Q472.3781 15.265209 472.0031 15.265209Q471.64374 15.265209 471.45624 15.062084Q471.26874 14.858959 471.26874 14.546459ZM475.97186 14.718334L475.97186 16.51521L477.34686 16.51521L477.34686 17.48396L475.97186 17.48396L475.97186 22.07771Q475.97186 22.51521 476.15936 22.749584Q476.34686 22.968334 476.78436 22.968334Q477.0031 22.968334 477.39374 22.874584L477.39374 23.905834Q476.89374 24.04646 476.425 24.04646Q475.5656 24.04646 475.1281 23.530834Q474.70624 23.01521 474.70624 22.07771L474.70624 17.48396L473.3625 17.48396L473.3625 16.51521L474.70624 16.51521L474.70624 14.718334L475.97186 14.718334ZM478.925 20.14021Q478.925 19.04646 479.34686 18.187084Q479.78436 17.312084 480.53436 16.843334Q481.3 16.374584 482.28436 16.374584Q483.78436 16.374584 484.72186 17.42146Q485.65936 18.468334 485.65936 20.20271L485.65936 20.29646Q485.65936 21.374584 485.2375 22.23396Q484.83124 23.07771 484.05 23.562084Q483.28436 24.04646 482.3 24.04646Q480.78436 24.04646 479.84686 22.999584Q478.925 21.95271 478.925 20.23396L478.925 20.14021ZM480.1906 20.29646Q480.1906 21.51521 480.7531 22.26521Q481.33124 23.01521 482.3 23.01521Q483.2531 23.01521 483.8156 22.26521Q484.39374 21.499584 484.39374 20.14021Q484.39374 18.92146 483.8156 18.17146Q483.2375 17.405834 482.28436 17.405834Q481.34686 17.405834 480.76874 18.155834Q480.1906 18.905834 480.1906 20.29646ZM490.83124 17.64021Q490.55 17.593334 490.20624 17.593334Q488.97186 17.593334 488.51874 18.655834L488.51874 23.905834L487.2531 23.905834L487.2531 16.51521L488.4875 16.51521L488.5031 17.35896Q489.1281 16.374584 490.26874 16.374584Q490.64374 16.374584 490.83124 16.468334L490.83124 17.64021ZM491.3625 12.530834L493.9406 12.530834L493.9406 26.04646L491.3625 26.04646L491.3625 24.999584L492.675 24.999584L492.675 13.562084L491.3625 13.562084L491.3625 12.530834ZM497.7375 21.10896Q497.7531 20.29646 497.925 19.82771Q498.09686 19.343334 498.6281 18.76521L499.51874 17.843334Q500.09686 17.20271 500.09686 16.45271Q500.09686 15.733959 499.72186 15.327709Q499.34686 14.921459 498.6281 14.921459Q497.925 14.921459 497.5031 15.296459Q497.08124 15.655834 497.08124 16.280834L495.8156 16.280834Q495.83124 15.171459 496.59686 14.499584Q497.3781 13.812084 498.6281 13.812084Q499.90936 13.812084 500.6281 14.515209Q501.3625 15.202709 501.3625 16.405834Q501.3625 17.60896 500.2531 18.76521L499.5031 19.51521Q499.0031 20.062084 499.0031 21.10896L497.7375 21.10896ZM497.6906 23.26521Q497.6906 22.968334 497.8781 22.76521Q498.0656 22.54646 498.425 22.54646Q498.8 22.54646 498.9875 22.76521Q499.1906 22.968334 499.1906 23.280834Q499.1906 23.57771 498.9875 23.780834Q498.8 23.98396 498.425 23.98396Q498.0656 23.98396 497.8781 23.780834Q497.6906 23.57771 497.6906 23.26521Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig34.svg b/_content/survey2019/fig34.svg
deleted file mode 100644
index b2f0e40..0000000
--- a/_content/survey2019/fig34.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 631.0 597.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="631" height="597" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L631.0 0L631.0 597.0L0 597.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M221.5 61.5L221.5 546.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M315.5 61.5L315.5 546.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M409.5 61.5L409.5 546.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M503.5 61.5L503.5 546.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M597.5 61.5L597.5 546.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M221.0257 61.803967L597.9511 61.803967L597.9511 546.5L221.0257 546.5L221.0257 61.803967Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 94.0L221.0 73.0L522.0 73.0C523.10455 73.0 524.0 73.89543 524.0 75.0L524.0 92.0C524.0 93.10457 523.10455 94.0 522.0 94.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 94.0L221.0 73.0L522.0 73.0C523.10455 73.0 524.0 73.89543 524.0 75.0L524.0 92.0C524.0 93.10457 523.10455 94.0 522.0 94.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 126.0L221.0 105.0L441.0 105.0C442.10458 105.0 443.0 105.89543 443.0 107.0L443.0 124.0C443.0 125.10457 442.10458 126.0 441.0 126.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 126.0L221.0 105.0L441.0 105.0C442.10458 105.0 443.0 105.89543 443.0 107.0L443.0 124.0C443.0 125.10457 442.10458 126.0 441.0 126.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 157.0L221.0 136.0L417.0 136.0C418.10458 136.0 419.0 136.89543 419.0 138.0L419.0 155.0C419.0 156.10457 418.10458 157.0 417.0 157.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 157.0L221.0 136.0L417.0 136.0C418.10458 136.0 419.0 136.89543 419.0 138.0L419.0 155.0C419.0 156.10457 418.10458 157.0 417.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 189.0L221.0 168.0L375.0 168.0C376.10458 168.0 377.0 168.89543 377.0 170.0L377.0 187.0C377.0 188.10457 376.10458 189.0 375.0 189.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 189.0L221.0 168.0L375.0 168.0C376.10458 168.0 377.0 168.89543 377.0 170.0L377.0 187.0C377.0 188.10457 376.10458 189.0 375.0 189.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 220.0L221.0 199.0L300.0 199.0C301.10458 199.0 302.0 199.89543 302.0 201.0L302.0 218.0C302.0 219.10457 301.10458 220.0 300.0 220.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 220.0L221.0 199.0L300.0 199.0C301.10458 199.0 302.0 199.89543 302.0 201.0L302.0 218.0C302.0 219.10457 301.10458 220.0 300.0 220.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 252.0L221.0 231.0L291.0 231.0C292.10458 231.0 293.0 231.89543 293.0 233.0L293.0 250.0C293.0 251.10457 292.10458 252.0 291.0 252.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 252.0L221.0 231.0L291.0 231.0C292.10458 231.0 293.0 231.89543 293.0 233.0L293.0 250.0C293.0 251.10457 292.10458 252.0 291.0 252.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 284.0L221.0 263.0L287.0 263.0C288.10458 263.0 289.0 263.89542 289.0 265.0L289.0 282.0C289.0 283.10458 288.10458 284.0 287.0 284.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 284.0L221.0 263.0L287.0 263.0C288.10458 263.0 289.0 263.89542 289.0 265.0L289.0 282.0C289.0 283.10458 288.10458 284.0 287.0 284.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 315.0L221.0 294.0L273.0 294.0C274.10458 294.0 275.0 294.89542 275.0 296.0L275.0 313.0C275.0 314.10458 274.10458 315.0 273.0 315.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 315.0L221.0 294.0L273.0 294.0C274.10458 294.0 275.0 294.89542 275.0 296.0L275.0 313.0C275.0 314.10458 274.10458 315.0 273.0 315.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 347.0L221.0 326.0L270.0 326.0C271.10458 326.0 272.0 326.89542 272.0 328.0L272.0 345.0C272.0 346.10458 271.10458 347.0 270.0 347.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 347.0L221.0 326.0L270.0 326.0C271.10458 326.0 272.0 326.89542 272.0 328.0L272.0 345.0C272.0 346.10458 271.10458 347.0 270.0 347.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 378.0L221.0 357.0L264.0 357.0C265.10458 357.0 266.0 357.89542 266.0 359.0L266.0 376.0C266.0 377.10458 265.10458 378.0 264.0 378.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 378.0L221.0 357.0L264.0 357.0C265.10458 357.0 266.0 357.89542 266.0 359.0L266.0 376.0C266.0 377.10458 265.10458 378.0 264.0 378.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 410.0L221.0 389.0L260.0 389.0C261.10458 389.0 262.0 389.89542 262.0 391.0L262.0 408.0C262.0 409.10458 261.10458 410.0 260.0 410.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 410.0L221.0 389.0L260.0 389.0C261.10458 389.0 262.0 389.89542 262.0 391.0L262.0 408.0C262.0 409.10458 261.10458 410.0 260.0 410.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 441.0L221.0 420.0L252.0 420.0C253.10457 420.0 254.0 420.89542 254.0 422.0L254.0 439.0C254.0 440.10458 253.10457 441.0 252.0 441.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 441.0L221.0 420.0L252.0 420.0C253.10457 420.0 254.0 420.89542 254.0 422.0L254.0 439.0C254.0 440.10458 253.10457 441.0 252.0 441.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 473.0L221.0 452.0L243.0 452.0C244.10457 452.0 245.0 452.89542 245.0 454.0L245.0 471.0C245.0 472.10458 244.10457 473.0 243.0 473.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 473.0L221.0 452.0L243.0 452.0C244.10457 452.0 245.0 452.89542 245.0 454.0L245.0 471.0C245.0 472.10458 244.10457 473.0 243.0 473.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 505.0L221.0 484.0L232.0 484.0C233.10457 484.0 234.0 484.89542 234.0 486.0L234.0 503.0C234.0 504.10458 233.10457 505.0 232.0 505.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 505.0L221.0 484.0L232.0 484.0C233.10457 484.0 234.0 484.89542 234.0 486.0L234.0 503.0C234.0 504.10458 233.10457 505.0 232.0 505.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M221.0 536.0L221.0 515.0L237.0 515.0C238.10457 515.0 239.0 515.89545 239.0 517.0L239.0 534.0C239.0 535.10455 238.10457 536.0 237.0 536.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M221.0 536.0L221.0 515.0L237.0 515.0C238.10457 515.0 239.0 515.89545 239.0 517.0L239.0 534.0C239.0 535.10455 238.10457 536.0 237.0 536.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M540.82965 78.96875L540.82965 79.875L540.6265 79.875Q539.3609 79.90625 538.6109 80.640625Q537.8609 81.359375 537.7359 82.671875Q538.4234 81.90625 539.57965 81.90625Q540.689 81.90625 541.3609 82.6875Q542.0328 83.46875 542.0328 84.71875Q542.0328 86.03125 541.314 86.828125Q540.5953 87.625 539.3765 87.625Q538.1578 87.625 537.39215 86.6875Q536.64215 85.734375 536.64215 84.25L536.64215 83.84375Q536.64215 81.484375 537.64215 80.234375Q538.64215 78.984375 540.6265 78.96875L540.82965 78.96875ZM539.4078 82.8125Q538.8453 82.8125 538.3765 83.140625Q537.9078 83.46875 537.7203 83.984375L537.7203 84.375Q537.7203 85.4375 538.189 86.078125Q538.6734 86.71875 539.3765 86.71875Q540.1109 86.71875 540.5328 86.1875Q540.95465 85.640625 540.95465 84.765625Q540.95465 83.890625 540.5328 83.359375Q540.1109 82.8125 539.4078 82.8125ZM548.14215 84.640625L549.32965 84.640625L549.32965 85.515625L548.14215 85.515625L548.14215 87.5L547.064 87.5L547.064 85.515625L543.1734 85.515625L543.1734 84.875L546.9859 78.96875L548.14215 78.96875L548.14215 84.640625ZM544.4078 84.640625L547.064 84.640625L547.064 80.453125L546.9234 80.6875L544.4078 84.640625ZM550.4703 80.609375Q550.4703 79.84375 550.95465 79.34375Q551.45465 78.84375 552.2203 78.84375Q553.0015 78.84375 553.4859 79.34375Q553.9703 79.84375 553.9703 80.640625L553.9703 81.0625Q553.9703 81.828125 553.4703 82.328125Q552.9859 82.8125 552.2359 82.8125Q551.4703 82.8125 550.9703 82.328125Q550.4703 81.828125 550.4703 81.015625L550.4703 80.609375ZM551.2828 81.0625Q551.2828 81.515625 551.5328 81.8125Q551.7984 82.109375 552.2359 82.109375Q552.6578 82.109375 552.9078 81.828125Q553.1578 81.53125 553.1578 81.03125L553.1578 80.609375Q553.1578 80.15625 552.9078 79.859375Q552.6578 79.546875 552.2203 79.546875Q551.7828 79.546875 551.5328 79.859375Q551.2828 80.15625 551.2828 80.625L551.2828 81.0625ZM554.6265 85.40625Q554.6265 84.640625 555.1109 84.15625Q555.6109 83.65625 556.3765 83.65625Q557.14215 83.65625 557.6265 84.15625Q558.1265 84.640625 558.1265 85.453125L558.1265 85.859375Q558.1265 86.625 557.64215 87.125Q557.1578 87.625 556.39215 87.625Q555.6265 87.625 555.1265 87.140625Q554.6265 86.640625 554.6265 85.828125L554.6265 85.40625ZM555.439 85.859375Q555.439 86.328125 555.689 86.625Q555.95465 86.921875 556.39215 86.921875Q556.814 86.921875 557.064 86.640625Q557.314 86.34375 557.314 85.84375L557.314 85.40625Q557.314 84.9375 557.0484 84.65625Q556.7984 84.359375 556.3765 84.359375Q555.95465 84.359375 555.689 84.65625Q555.439 84.9375 555.439 85.4375L555.439 85.859375ZM552.4859 86.859375L551.8609 86.46875L556.0328 79.796875L556.64215 80.1875L552.4859 86.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M540.82965 78.96875L540.82965 79.875L540.6265 79.875Q539.3609 79.90625 538.6109 80.640625Q537.8609 81.359375 537.7359 82.671875Q538.4234 81.90625 539.57965 81.90625Q540.689 81.90625 541.3609 82.6875Q542.0328 83.46875 542.0328 84.71875Q542.0328 86.03125 541.314 86.828125Q540.5953 87.625 539.3765 87.625Q538.1578 87.625 537.39215 86.6875Q536.64215 85.734375 536.64215 84.25L536.64215 83.84375Q536.64215 81.484375 537.64215 80.234375Q538.64215 78.984375 540.6265 78.96875L540.82965 78.96875ZM539.4078 82.8125Q538.8453 82.8125 538.3765 83.140625Q537.9078 83.46875 537.7203 83.984375L537.7203 84.375Q537.7203 85.4375 538.189 86.078125Q538.6734 86.71875 539.3765 86.71875Q540.1109 86.71875 540.5328 86.1875Q540.95465 85.640625 540.95465 84.765625Q540.95465 83.890625 540.5328 83.359375Q540.1109 82.8125 539.4078 82.8125ZM548.14215 84.640625L549.32965 84.640625L549.32965 85.515625L548.14215 85.515625L548.14215 87.5L547.064 87.5L547.064 85.515625L543.1734 85.515625L543.1734 84.875L546.9859 78.96875L548.14215 78.96875L548.14215 84.640625ZM544.4078 84.640625L547.064 84.640625L547.064 80.453125L546.9234 80.6875L544.4078 84.640625ZM550.4703 80.609375Q550.4703 79.84375 550.95465 79.34375Q551.45465 78.84375 552.2203 78.84375Q553.0015 78.84375 553.4859 79.34375Q553.9703 79.84375 553.9703 80.640625L553.9703 81.0625Q553.9703 81.828125 553.4703 82.328125Q552.9859 82.8125 552.2359 82.8125Q551.4703 82.8125 550.9703 82.328125Q550.4703 81.828125 550.4703 81.015625L550.4703 80.609375ZM551.2828 81.0625Q551.2828 81.515625 551.5328 81.8125Q551.7984 82.109375 552.2359 82.109375Q552.6578 82.109375 552.9078 81.828125Q553.1578 81.53125 553.1578 81.03125L553.1578 80.609375Q553.1578 80.15625 552.9078 79.859375Q552.6578 79.546875 552.2203 79.546875Q551.7828 79.546875 551.5328 79.859375Q551.2828 80.15625 551.2828 80.625L551.2828 81.0625ZM554.6265 85.40625Q554.6265 84.640625 555.1109 84.15625Q555.6109 83.65625 556.3765 83.65625Q557.14215 83.65625 557.6265 84.15625Q558.1265 84.640625 558.1265 85.453125L558.1265 85.859375Q558.1265 86.625 557.64215 87.125Q557.1578 87.625 556.39215 87.625Q555.6265 87.625 555.1265 87.140625Q554.6265 86.640625 554.6265 85.828125L554.6265 85.40625ZM555.439 85.859375Q555.439 86.328125 555.689 86.625Q555.95465 86.921875 556.39215 86.921875Q556.814 86.921875 557.064 86.640625Q557.314 86.34375 557.314 85.84375L557.314 85.40625Q557.314 84.9375 557.0484 84.65625Q556.7984 84.359375 556.3765 84.359375Q555.95465 84.359375 555.689 84.65625Q555.439 84.9375 555.439 85.4375L555.439 85.859375ZM552.4859 86.859375L551.8609 86.46875L556.0328 79.796875L556.64215 80.1875L552.4859 86.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M459.9602 116.640625L461.1477 116.640625L461.1477 117.515625L459.9602 117.515625L459.9602 119.5L458.88208 119.5L458.88208 117.515625L454.99146 117.515625L454.99146 116.875L458.80396 110.96875L459.9602 110.96875L459.9602 116.640625ZM456.22583 116.640625L458.88208 116.640625L458.88208 112.453125L458.74146 112.6875L456.22583 116.640625ZM467.8977 111.578125L464.36646 119.5L463.22583 119.5L466.74146 111.859375L462.13208 111.859375L462.13208 110.96875L467.8977 110.96875L467.8977 111.578125ZM469.28833 112.609375Q469.28833 111.84375 469.7727 111.34375Q470.2727 110.84375 471.03833 110.84375Q471.81958 110.84375 472.30396 111.34375Q472.78833 111.84375 472.78833 112.640625L472.78833 113.0625Q472.78833 113.828125 472.28833 114.328125Q471.80396 114.8125 471.05396 114.8125Q470.28833 114.8125 469.78833 114.328125Q469.28833 113.828125 469.28833 113.015625L469.28833 112.609375ZM470.10083 113.0625Q470.10083 113.515625 470.35083 113.8125Q470.61646 114.109375 471.05396 114.109375Q471.47583 114.109375 471.72583 113.828125Q471.97583 113.53125 471.97583 113.03125L471.97583 112.609375Q471.97583 112.15625 471.72583 111.859375Q471.47583 111.546875 471.03833 111.546875Q470.60083 111.546875 470.35083 111.859375Q470.10083 112.15625 470.10083 112.625L470.10083 113.0625ZM473.44458 117.40625Q473.44458 116.640625 473.92896 116.15625Q474.42896 115.65625 475.19458 115.65625Q475.9602 115.65625 476.44458 116.15625Q476.94458 116.640625 476.94458 117.453125L476.94458 117.859375Q476.94458 118.625 476.4602 119.125Q475.97583 119.625 475.2102 119.625Q474.44458 119.625 473.94458 119.140625Q473.44458 118.640625 473.44458 117.828125L473.44458 117.40625ZM474.25708 117.859375Q474.25708 118.328125 474.50708 118.625Q474.7727 118.921875 475.2102 118.921875Q475.63208 118.921875 475.88208 118.640625Q476.13208 118.34375 476.13208 117.84375L476.13208 117.40625Q476.13208 116.9375 475.86646 116.65625Q475.61646 116.359375 475.19458 116.359375Q474.7727 116.359375 474.50708 116.65625Q474.25708 116.9375 474.25708 117.4375L474.25708 117.859375ZM471.30396 118.859375L470.67896 118.46875L474.85083 111.796875L475.4602 112.1875L471.30396 118.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M459.9602 116.640625L461.1477 116.640625L461.1477 117.515625L459.9602 117.515625L459.9602 119.5L458.88208 119.5L458.88208 117.515625L454.99146 117.515625L454.99146 116.875L458.80396 110.96875L459.9602 110.96875L459.9602 116.640625ZM456.22583 116.640625L458.88208 116.640625L458.88208 112.453125L458.74146 112.6875L456.22583 116.640625ZM467.8977 111.578125L464.36646 119.5L463.22583 119.5L466.74146 111.859375L462.13208 111.859375L462.13208 110.96875L467.8977 110.96875L467.8977 111.578125ZM469.28833 112.609375Q469.28833 111.84375 469.7727 111.34375Q470.2727 110.84375 471.03833 110.84375Q471.81958 110.84375 472.30396 111.34375Q472.78833 111.84375 472.78833 112.640625L472.78833 113.0625Q472.78833 113.828125 472.28833 114.328125Q471.80396 114.8125 471.05396 114.8125Q470.28833 114.8125 469.78833 114.328125Q469.28833 113.828125 469.28833 113.015625L469.28833 112.609375ZM470.10083 113.0625Q470.10083 113.515625 470.35083 113.8125Q470.61646 114.109375 471.05396 114.109375Q471.47583 114.109375 471.72583 113.828125Q471.97583 113.53125 471.97583 113.03125L471.97583 112.609375Q471.97583 112.15625 471.72583 111.859375Q471.47583 111.546875 471.03833 111.546875Q470.60083 111.546875 470.35083 111.859375Q470.10083 112.15625 470.10083 112.625L470.10083 113.0625ZM473.44458 117.40625Q473.44458 116.640625 473.92896 116.15625Q474.42896 115.65625 475.19458 115.65625Q475.9602 115.65625 476.44458 116.15625Q476.94458 116.640625 476.94458 117.453125L476.94458 117.859375Q476.94458 118.625 476.4602 119.125Q475.97583 119.625 475.2102 119.625Q474.44458 119.625 473.94458 119.140625Q473.44458 118.640625 473.44458 117.828125L473.44458 117.40625ZM474.25708 117.859375Q474.25708 118.328125 474.50708 118.625Q474.7727 118.921875 475.2102 118.921875Q475.63208 118.921875 475.88208 118.640625Q476.13208 118.34375 476.13208 117.84375L476.13208 117.40625Q476.13208 116.9375 475.86646 116.65625Q475.61646 116.359375 475.19458 116.359375Q474.7727 116.359375 474.50708 116.65625Q474.25708 116.9375 474.25708 117.4375L474.25708 117.859375ZM471.30396 118.859375L470.67896 118.46875L474.85083 111.796875L475.4602 112.1875L471.30396 118.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M436.34494 147.64062L437.53244 147.64062L437.53244 148.51562L436.34494 148.51562L436.34494 150.5L435.2668 150.5L435.2668 148.51562L431.3762 148.51562L431.3762 147.875L435.1887 141.96875L436.34494 141.96875L436.34494 147.64062ZM432.61057 147.64062L435.2668 147.64062L435.2668 143.45312L435.1262 143.6875L432.61057 147.64062ZM444.36057 150.5L438.7668 150.5L438.7668 149.71875L441.71994 146.4375Q442.3762 145.6875 442.6262 145.23438Q442.8762 144.76562 442.8762 144.26562Q442.8762 143.59375 442.46994 143.17188Q442.0793 142.73438 441.3918 142.73438Q440.59494 142.73438 440.1418 143.20312Q439.6887 143.65625 439.6887 144.48438L438.61057 144.48438Q438.61057 143.29688 439.36057 142.57812Q440.1262 141.84375 441.3918 141.84375Q442.59494 141.84375 443.28244 142.46875Q443.96994 143.09375 443.96994 144.14062Q443.96994 145.39062 442.36057 147.14062L440.0793 149.60938L444.36057 149.60938L444.36057 150.5ZM445.67307 143.60938Q445.67307 142.84375 446.15744 142.34375Q446.65744 141.84375 447.42307 141.84375Q448.2043 141.84375 448.6887 142.34375Q449.17307 142.84375 449.17307 143.64062L449.17307 144.0625Q449.17307 144.82812 448.67307 145.32812Q448.1887 145.8125 447.4387 145.8125Q446.67307 145.8125 446.17307 145.32812Q445.67307 144.82812 445.67307 144.01562L445.67307 143.60938ZM446.48557 144.0625Q446.48557 144.51562 446.73557 144.8125Q447.0012 145.10938 447.4387 145.10938Q447.86057 145.10938 448.11057 144.82812Q448.36057 144.53125 448.36057 144.03125L448.36057 143.60938Q448.36057 143.15625 448.11057 142.85938Q447.86057 142.54688 447.42307 142.54688Q446.98557 142.54688 446.73557 142.85938Q446.48557 143.15625 446.48557 143.625L446.48557 144.0625ZM449.8293 148.40625Q449.8293 147.64062 450.3137 147.15625Q450.8137 146.65625 451.5793 146.65625Q452.34494 146.65625 452.8293 147.15625Q453.3293 147.64062 453.3293 148.45312L453.3293 148.85938Q453.3293 149.625 452.84494 150.125Q452.36057 150.625 451.59494 150.625Q450.8293 150.625 450.3293 150.14062Q449.8293 149.64062 449.8293 148.82812L449.8293 148.40625ZM450.6418 148.85938Q450.6418 149.32812 450.8918 149.625Q451.15744 149.92188 451.59494 149.92188Q452.0168 149.92188 452.2668 149.64062Q452.5168 149.34375 452.5168 148.84375L452.5168 148.40625Q452.5168 147.9375 452.2512 147.65625Q452.0012 147.35938 451.5793 147.35938Q451.15744 147.35938 450.8918 147.65625Q450.6418 147.9375 450.6418 148.4375L450.6418 148.85938ZM447.6887 149.85938L447.0637 149.46875L451.23557 142.79688L451.84494 143.1875L447.6887 149.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M436.34494 147.64062L437.53244 147.64062L437.53244 148.51562L436.34494 148.51562L436.34494 150.5L435.2668 150.5L435.2668 148.51562L431.3762 148.51562L431.3762 147.875L435.1887 141.96875L436.34494 141.96875L436.34494 147.64062ZM432.61057 147.64062L435.2668 147.64062L435.2668 143.45312L435.1262 143.6875L432.61057 147.64062ZM444.36057 150.5L438.7668 150.5L438.7668 149.71875L441.71994 146.4375Q442.3762 145.6875 442.6262 145.23438Q442.8762 144.76562 442.8762 144.26562Q442.8762 143.59375 442.46994 143.17188Q442.0793 142.73438 441.3918 142.73438Q440.59494 142.73438 440.1418 143.20312Q439.6887 143.65625 439.6887 144.48438L438.61057 144.48438Q438.61057 143.29688 439.36057 142.57812Q440.1262 141.84375 441.3918 141.84375Q442.59494 141.84375 443.28244 142.46875Q443.96994 143.09375 443.96994 144.14062Q443.96994 145.39062 442.36057 147.14062L440.0793 149.60938L444.36057 149.60938L444.36057 150.5ZM445.67307 143.60938Q445.67307 142.84375 446.15744 142.34375Q446.65744 141.84375 447.42307 141.84375Q448.2043 141.84375 448.6887 142.34375Q449.17307 142.84375 449.17307 143.64062L449.17307 144.0625Q449.17307 144.82812 448.67307 145.32812Q448.1887 145.8125 447.4387 145.8125Q446.67307 145.8125 446.17307 145.32812Q445.67307 144.82812 445.67307 144.01562L445.67307 143.60938ZM446.48557 144.0625Q446.48557 144.51562 446.73557 144.8125Q447.0012 145.10938 447.4387 145.10938Q447.86057 145.10938 448.11057 144.82812Q448.36057 144.53125 448.36057 144.03125L448.36057 143.60938Q448.36057 143.15625 448.11057 142.85938Q447.86057 142.54688 447.42307 142.54688Q446.98557 142.54688 446.73557 142.85938Q446.48557 143.15625 446.48557 143.625L446.48557 144.0625ZM449.8293 148.40625Q449.8293 147.64062 450.3137 147.15625Q450.8137 146.65625 451.5793 146.65625Q452.34494 146.65625 452.8293 147.15625Q453.3293 147.64062 453.3293 148.45312L453.3293 148.85938Q453.3293 149.625 452.84494 150.125Q452.36057 150.625 451.59494 150.625Q450.8293 150.625 450.3293 150.14062Q449.8293 149.64062 449.8293 148.82812L449.8293 148.40625ZM450.6418 148.85938Q450.6418 149.32812 450.8918 149.625Q451.15744 149.92188 451.59494 149.92188Q452.0168 149.92188 452.2668 149.64062Q452.5168 149.34375 452.5168 148.84375L452.5168 148.40625Q452.5168 147.9375 452.2512 147.65625Q452.0012 147.35938 451.5793 147.35938Q451.15744 147.35938 450.8918 147.65625Q450.6418 147.9375 450.6418 148.4375L450.6418 148.85938ZM447.6887 149.85938L447.0637 149.46875L451.23557 142.79688L451.84494 143.1875L447.6887 149.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M391.13895 177.70312L391.95145 177.70312Q392.7327 177.6875 393.1702 177.29688Q393.6077 176.90625 393.6077 176.23438Q393.6077 174.73438 392.1077 174.73438Q391.40457 174.73438 390.9827 175.14062Q390.57645 175.54688 390.57645 176.20312L389.4827 176.20312Q389.4827 175.1875 390.21707 174.51562Q390.96707 173.84375 392.1077 173.84375Q393.31082 173.84375 393.99832 174.48438Q394.68582 175.125 394.68582 176.26562Q394.68582 176.82812 394.32645 177.34375Q393.96707 177.85938 393.34207 178.125Q394.0452 178.34375 394.4202 178.85938Q394.81082 179.375 394.81082 180.125Q394.81082 181.26562 394.06082 181.95312Q393.31082 182.625 392.1077 182.625Q390.9202 182.625 390.15457 181.96875Q389.40457 181.3125 389.40457 180.25L390.49832 180.25Q390.49832 180.92188 390.93582 181.32812Q391.37332 181.73438 392.12332 181.73438Q392.90457 181.73438 393.31082 181.32812Q393.7327 180.90625 393.7327 180.14062Q393.7327 179.40625 393.27957 179.01562Q392.82645 178.60938 391.95145 178.59375L391.13895 178.59375L391.13895 177.70312ZM398.13895 177.70312L398.95145 177.70312Q399.7327 177.6875 400.1702 177.29688Q400.6077 176.90625 400.6077 176.23438Q400.6077 174.73438 399.1077 174.73438Q398.40457 174.73438 397.9827 175.14062Q397.57645 175.54688 397.57645 176.20312L396.4827 176.20312Q396.4827 175.1875 397.21707 174.51562Q397.96707 173.84375 399.1077 173.84375Q400.31082 173.84375 400.99832 174.48438Q401.68582 175.125 401.68582 176.26562Q401.68582 176.82812 401.32645 177.34375Q400.96707 177.85938 400.34207 178.125Q401.0452 178.34375 401.4202 178.85938Q401.81082 179.375 401.81082 180.125Q401.81082 181.26562 401.06082 181.95312Q400.31082 182.625 399.1077 182.625Q397.9202 182.625 397.15457 181.96875Q396.40457 181.3125 396.40457 180.25L397.49832 180.25Q397.49832 180.92188 397.93582 181.32812Q398.37332 181.73438 399.12332 181.73438Q399.90457 181.73438 400.31082 181.32812Q400.7327 180.90625 400.7327 180.14062Q400.7327 179.40625 400.27957 179.01562Q399.82645 178.60938 398.95145 178.59375L398.13895 178.59375L398.13895 177.70312ZM403.46707 175.60938Q403.46707 174.84375 403.95145 174.34375Q404.45145 173.84375 405.21707 173.84375Q405.99832 173.84375 406.4827 174.34375Q406.96707 174.84375 406.96707 175.64062L406.96707 176.0625Q406.96707 176.82812 406.46707 177.32812Q405.9827 177.8125 405.2327 177.8125Q404.46707 177.8125 403.96707 177.32812Q403.46707 176.82812 403.46707 176.01562L403.46707 175.60938ZM404.27957 176.0625Q404.27957 176.51562 404.52957 176.8125Q404.7952 177.10938 405.2327 177.10938Q405.65457 177.10938 405.90457 176.82812Q406.15457 176.53125 406.15457 176.03125L406.15457 175.60938Q406.15457 175.15625 405.90457 174.85938Q405.65457 174.54688 405.21707 174.54688Q404.77957 174.54688 404.52957 174.85938Q404.27957 175.15625 404.27957 175.625L404.27957 176.0625ZM407.62332 180.40625Q407.62332 179.64062 408.1077 179.15625Q408.6077 178.65625 409.37332 178.65625Q410.13895 178.65625 410.62332 179.15625Q411.12332 179.64062 411.12332 180.45312L411.12332 180.85938Q411.12332 181.625 410.63895 182.125Q410.15457 182.625 409.38895 182.625Q408.62332 182.625 408.12332 182.14062Q407.62332 181.64062 407.62332 180.82812L407.62332 180.40625ZM408.43582 180.85938Q408.43582 181.32812 408.68582 181.625Q408.95145 181.92188 409.38895 181.92188Q409.81082 181.92188 410.06082 181.64062Q410.31082 181.34375 410.31082 180.84375L410.31082 180.40625Q410.31082 179.9375 410.0452 179.65625Q409.7952 179.35938 409.37332 179.35938Q408.95145 179.35938 408.68582 179.65625Q408.43582 179.9375 408.43582 180.4375L408.43582 180.85938ZM405.4827 181.85938L404.8577 181.46875L409.02957 174.79688L409.63895 175.1875L405.4827 181.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M391.13895 177.70312L391.95145 177.70312Q392.7327 177.6875 393.1702 177.29688Q393.6077 176.90625 393.6077 176.23438Q393.6077 174.73438 392.1077 174.73438Q391.40457 174.73438 390.9827 175.14062Q390.57645 175.54688 390.57645 176.20312L389.4827 176.20312Q389.4827 175.1875 390.21707 174.51562Q390.96707 173.84375 392.1077 173.84375Q393.31082 173.84375 393.99832 174.48438Q394.68582 175.125 394.68582 176.26562Q394.68582 176.82812 394.32645 177.34375Q393.96707 177.85938 393.34207 178.125Q394.0452 178.34375 394.4202 178.85938Q394.81082 179.375 394.81082 180.125Q394.81082 181.26562 394.06082 181.95312Q393.31082 182.625 392.1077 182.625Q390.9202 182.625 390.15457 181.96875Q389.40457 181.3125 389.40457 180.25L390.49832 180.25Q390.49832 180.92188 390.93582 181.32812Q391.37332 181.73438 392.12332 181.73438Q392.90457 181.73438 393.31082 181.32812Q393.7327 180.90625 393.7327 180.14062Q393.7327 179.40625 393.27957 179.01562Q392.82645 178.60938 391.95145 178.59375L391.13895 178.59375L391.13895 177.70312ZM398.13895 177.70312L398.95145 177.70312Q399.7327 177.6875 400.1702 177.29688Q400.6077 176.90625 400.6077 176.23438Q400.6077 174.73438 399.1077 174.73438Q398.40457 174.73438 397.9827 175.14062Q397.57645 175.54688 397.57645 176.20312L396.4827 176.20312Q396.4827 175.1875 397.21707 174.51562Q397.96707 173.84375 399.1077 173.84375Q400.31082 173.84375 400.99832 174.48438Q401.68582 175.125 401.68582 176.26562Q401.68582 176.82812 401.32645 177.34375Q400.96707 177.85938 400.34207 178.125Q401.0452 178.34375 401.4202 178.85938Q401.81082 179.375 401.81082 180.125Q401.81082 181.26562 401.06082 181.95312Q400.31082 182.625 399.1077 182.625Q397.9202 182.625 397.15457 181.96875Q396.40457 181.3125 396.40457 180.25L397.49832 180.25Q397.49832 180.92188 397.93582 181.32812Q398.37332 181.73438 399.12332 181.73438Q399.90457 181.73438 400.31082 181.32812Q400.7327 180.90625 400.7327 180.14062Q400.7327 179.40625 400.27957 179.01562Q399.82645 178.60938 398.95145 178.59375L398.13895 178.59375L398.13895 177.70312ZM403.46707 175.60938Q403.46707 174.84375 403.95145 174.34375Q404.45145 173.84375 405.21707 173.84375Q405.99832 173.84375 406.4827 174.34375Q406.96707 174.84375 406.96707 175.64062L406.96707 176.0625Q406.96707 176.82812 406.46707 177.32812Q405.9827 177.8125 405.2327 177.8125Q404.46707 177.8125 403.96707 177.32812Q403.46707 176.82812 403.46707 176.01562L403.46707 175.60938ZM404.27957 176.0625Q404.27957 176.51562 404.52957 176.8125Q404.7952 177.10938 405.2327 177.10938Q405.65457 177.10938 405.90457 176.82812Q406.15457 176.53125 406.15457 176.03125L406.15457 175.60938Q406.15457 175.15625 405.90457 174.85938Q405.65457 174.54688 405.21707 174.54688Q404.77957 174.54688 404.52957 174.85938Q404.27957 175.15625 404.27957 175.625L404.27957 176.0625ZM407.62332 180.40625Q407.62332 179.64062 408.1077 179.15625Q408.6077 178.65625 409.37332 178.65625Q410.13895 178.65625 410.62332 179.15625Q411.12332 179.64062 411.12332 180.45312L411.12332 180.85938Q411.12332 181.625 410.63895 182.125Q410.15457 182.625 409.38895 182.625Q408.62332 182.625 408.12332 182.14062Q407.62332 181.64062 407.62332 180.82812L407.62332 180.40625ZM408.43582 180.85938Q408.43582 181.32812 408.68582 181.625Q408.95145 181.92188 409.38895 181.92188Q409.81082 181.92188 410.06082 181.64062Q410.31082 181.34375 410.31082 180.84375L410.31082 180.40625Q410.31082 179.9375 410.0452 179.65625Q409.7952 179.35938 409.37332 179.35938Q408.95145 179.35938 408.68582 179.65625Q408.43582 179.9375 408.43582 180.4375L408.43582 180.85938ZM405.4827 181.85938L404.8577 181.46875L409.02957 174.79688L409.63895 175.1875L405.4827 181.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M318.61682 213.5L317.5387 213.5L317.5387 206.28125L315.3512 207.07812L315.3512 206.09375L318.46057 204.92188L318.61682 204.92188L318.61682 213.5ZM327.56995 205.57812L324.0387 213.5L322.89807 213.5L326.4137 205.85938L321.80432 205.85938L321.80432 204.96875L327.56995 204.96875L327.56995 205.57812ZM328.96057 206.60938Q328.96057 205.84375 329.44495 205.34375Q329.94495 204.84375 330.71057 204.84375Q331.49182 204.84375 331.9762 205.34375Q332.46057 205.84375 332.46057 206.64062L332.46057 207.0625Q332.46057 207.82812 331.96057 208.32812Q331.4762 208.8125 330.7262 208.8125Q329.96057 208.8125 329.46057 208.32812Q328.96057 207.82812 328.96057 207.01562L328.96057 206.60938ZM329.77307 207.0625Q329.77307 207.51562 330.02307 207.8125Q330.2887 208.10938 330.7262 208.10938Q331.14807 208.10938 331.39807 207.82812Q331.64807 207.53125 331.64807 207.03125L331.64807 206.60938Q331.64807 206.15625 331.39807 205.85938Q331.14807 205.54688 330.71057 205.54688Q330.27307 205.54688 330.02307 205.85938Q329.77307 206.15625 329.77307 206.625L329.77307 207.0625ZM333.11682 211.40625Q333.11682 210.64062 333.6012 210.15625Q334.1012 209.65625 334.86682 209.65625Q335.63245 209.65625 336.11682 210.15625Q336.61682 210.64062 336.61682 211.45312L336.61682 211.85938Q336.61682 212.625 336.13245 213.125Q335.64807 213.625 334.88245 213.625Q334.11682 213.625 333.61682 213.14062Q333.11682 212.64062 333.11682 211.82812L333.11682 211.40625ZM333.92932 211.85938Q333.92932 212.32812 334.17932 212.625Q334.44495 212.92188 334.88245 212.92188Q335.30432 212.92188 335.55432 212.64062Q335.80432 212.34375 335.80432 211.84375L335.80432 211.40625Q335.80432 210.9375 335.5387 210.65625Q335.2887 210.35938 334.86682 210.35938Q334.44495 210.35938 334.17932 210.65625Q333.92932 210.9375 333.92932 211.4375L333.92932 211.85938ZM330.9762 212.85938L330.3512 212.46875L334.52307 205.79688L335.13245 206.1875L330.9762 212.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M318.61682 213.5L317.5387 213.5L317.5387 206.28125L315.3512 207.07812L315.3512 206.09375L318.46057 204.92188L318.61682 204.92188L318.61682 213.5ZM327.56995 205.57812L324.0387 213.5L322.89807 213.5L326.4137 205.85938L321.80432 205.85938L321.80432 204.96875L327.56995 204.96875L327.56995 205.57812ZM328.96057 206.60938Q328.96057 205.84375 329.44495 205.34375Q329.94495 204.84375 330.71057 204.84375Q331.49182 204.84375 331.9762 205.34375Q332.46057 205.84375 332.46057 206.64062L332.46057 207.0625Q332.46057 207.82812 331.96057 208.32812Q331.4762 208.8125 330.7262 208.8125Q329.96057 208.8125 329.46057 208.32812Q328.96057 207.82812 328.96057 207.01562L328.96057 206.60938ZM329.77307 207.0625Q329.77307 207.51562 330.02307 207.8125Q330.2887 208.10938 330.7262 208.10938Q331.14807 208.10938 331.39807 207.82812Q331.64807 207.53125 331.64807 207.03125L331.64807 206.60938Q331.64807 206.15625 331.39807 205.85938Q331.14807 205.54688 330.71057 205.54688Q330.27307 205.54688 330.02307 205.85938Q329.77307 206.15625 329.77307 206.625L329.77307 207.0625ZM333.11682 211.40625Q333.11682 210.64062 333.6012 210.15625Q334.1012 209.65625 334.86682 209.65625Q335.63245 209.65625 336.11682 210.15625Q336.61682 210.64062 336.61682 211.45312L336.61682 211.85938Q336.61682 212.625 336.13245 213.125Q335.64807 213.625 334.88245 213.625Q334.11682 213.625 333.61682 213.14062Q333.11682 212.64062 333.11682 211.82812L333.11682 211.40625ZM333.92932 211.85938Q333.92932 212.32812 334.17932 212.625Q334.44495 212.92188 334.88245 212.92188Q335.30432 212.92188 335.55432 212.64062Q335.80432 212.34375 335.80432 211.84375L335.80432 211.40625Q335.80432 210.9375 335.5387 210.65625Q335.2887 210.35938 334.86682 210.35938Q334.44495 210.35938 334.17932 210.65625Q333.92932 210.9375 333.92932 211.4375L333.92932 211.85938ZM330.9762 212.85938L330.3512 212.46875L334.52307 205.79688L335.13245 206.1875L330.9762 212.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M309.71625 245.5L308.63812 245.5L308.63812 238.28125L306.45062 239.07812L306.45062 238.09375L309.56 236.92188L309.71625 236.92188L309.71625 245.5ZM313.65375 241.21875L314.09125 236.96875L318.46625 236.96875L318.46625 237.96875L315.01312 237.96875L314.7475 240.29688Q315.38812 239.92188 316.185 239.92188Q317.34125 239.92188 318.02875 240.70312Q318.71625 241.46875 318.71625 242.78125Q318.71625 244.09375 317.9975 244.85938Q317.29437 245.625 316.01312 245.625Q314.88812 245.625 314.16937 245.0Q313.45062 244.35938 313.35687 243.25L314.3725 243.25Q314.48187 243.98438 314.90375 244.35938Q315.32562 244.73438 316.01312 244.73438Q316.76312 244.73438 317.20062 244.21875Q317.63812 243.70312 317.63812 242.79688Q317.63812 241.9375 317.16937 241.42188Q316.70062 240.90625 315.91937 240.90625Q315.21625 240.90625 314.81 241.20312L314.52875 241.4375L313.65375 241.21875ZM320.06 238.60938Q320.06 237.84375 320.54437 237.34375Q321.04437 236.84375 321.81 236.84375Q322.59125 236.84375 323.07562 237.34375Q323.56 237.84375 323.56 238.64062L323.56 239.0625Q323.56 239.82812 323.06 240.32812Q322.57562 240.8125 321.82562 240.8125Q321.06 240.8125 320.56 240.32812Q320.06 239.82812 320.06 239.01562L320.06 238.60938ZM320.8725 239.0625Q320.8725 239.51562 321.1225 239.8125Q321.38812 240.10938 321.82562 240.10938Q322.2475 240.10938 322.4975 239.82812Q322.7475 239.53125 322.7475 239.03125L322.7475 238.60938Q322.7475 238.15625 322.4975 237.85938Q322.2475 237.54688 321.81 237.54688Q321.3725 237.54688 321.1225 237.85938Q320.8725 238.15625 320.8725 238.625L320.8725 239.0625ZM324.21625 243.40625Q324.21625 242.64062 324.70062 242.15625Q325.20062 241.65625 325.96625 241.65625Q326.73187 241.65625 327.21625 242.15625Q327.71625 242.64062 327.71625 243.45312L327.71625 243.85938Q327.71625 244.625 327.23187 245.125Q326.7475 245.625 325.98187 245.625Q325.21625 245.625 324.71625 245.14062Q324.21625 244.64062 324.21625 243.82812L324.21625 243.40625ZM325.02875 243.85938Q325.02875 244.32812 325.27875 244.625Q325.54437 244.92188 325.98187 244.92188Q326.40375 244.92188 326.65375 244.64062Q326.90375 244.34375 326.90375 243.84375L326.90375 243.40625Q326.90375 242.9375 326.63812 242.65625Q326.38812 242.35938 325.96625 242.35938Q325.54437 242.35938 325.27875 242.65625Q325.02875 242.9375 325.02875 243.4375L325.02875 243.85938ZM322.07562 244.85938L321.45062 244.46875L325.6225 237.79688L326.23187 238.1875L322.07562 244.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M309.71625 245.5L308.63812 245.5L308.63812 238.28125L306.45062 239.07812L306.45062 238.09375L309.56 236.92188L309.71625 236.92188L309.71625 245.5ZM313.65375 241.21875L314.09125 236.96875L318.46625 236.96875L318.46625 237.96875L315.01312 237.96875L314.7475 240.29688Q315.38812 239.92188 316.185 239.92188Q317.34125 239.92188 318.02875 240.70312Q318.71625 241.46875 318.71625 242.78125Q318.71625 244.09375 317.9975 244.85938Q317.29437 245.625 316.01312 245.625Q314.88812 245.625 314.16937 245.0Q313.45062 244.35938 313.35687 243.25L314.3725 243.25Q314.48187 243.98438 314.90375 244.35938Q315.32562 244.73438 316.01312 244.73438Q316.76312 244.73438 317.20062 244.21875Q317.63812 243.70312 317.63812 242.79688Q317.63812 241.9375 317.16937 241.42188Q316.70062 240.90625 315.91937 240.90625Q315.21625 240.90625 314.81 241.20312L314.52875 241.4375L313.65375 241.21875ZM320.06 238.60938Q320.06 237.84375 320.54437 237.34375Q321.04437 236.84375 321.81 236.84375Q322.59125 236.84375 323.07562 237.34375Q323.56 237.84375 323.56 238.64062L323.56 239.0625Q323.56 239.82812 323.06 240.32812Q322.57562 240.8125 321.82562 240.8125Q321.06 240.8125 320.56 240.32812Q320.06 239.82812 320.06 239.01562L320.06 238.60938ZM320.8725 239.0625Q320.8725 239.51562 321.1225 239.8125Q321.38812 240.10938 321.82562 240.10938Q322.2475 240.10938 322.4975 239.82812Q322.7475 239.53125 322.7475 239.03125L322.7475 238.60938Q322.7475 238.15625 322.4975 237.85938Q322.2475 237.54688 321.81 237.54688Q321.3725 237.54688 321.1225 237.85938Q320.8725 238.15625 320.8725 238.625L320.8725 239.0625ZM324.21625 243.40625Q324.21625 242.64062 324.70062 242.15625Q325.20062 241.65625 325.96625 241.65625Q326.73187 241.65625 327.21625 242.15625Q327.71625 242.64062 327.71625 243.45312L327.71625 243.85938Q327.71625 244.625 327.23187 245.125Q326.7475 245.625 325.98187 245.625Q325.21625 245.625 324.71625 245.14062Q324.21625 244.64062 324.21625 243.82812L324.21625 243.40625ZM325.02875 243.85938Q325.02875 244.32812 325.27875 244.625Q325.54437 244.92188 325.98187 244.92188Q326.40375 244.92188 326.65375 244.64062Q326.90375 244.34375 326.90375 243.84375L326.90375 243.40625Q326.90375 242.9375 326.63812 242.65625Q326.38812 242.35938 325.96625 242.35938Q325.54437 242.35938 325.27875 242.65625Q325.02875 242.9375 325.02875 243.4375L325.02875 243.85938ZM322.07562 244.85938L321.45062 244.46875L325.6225 237.79688L326.23187 238.1875L322.07562 244.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M305.16382 277.5L304.0857 277.5L304.0857 270.28125L301.8982 271.07812L301.8982 270.09375L305.00757 268.92188L305.16382 268.92188L305.16382 277.5ZM313.17944 274.64062L314.36694 274.64062L314.36694 275.51562L313.17944 275.51562L313.17944 277.5L312.10132 277.5L312.10132 275.51562L308.2107 275.51562L308.2107 274.875L312.0232 268.96875L313.17944 268.96875L313.17944 274.64062ZM309.44507 274.64062L312.10132 274.64062L312.10132 270.45312L311.9607 270.6875L309.44507 274.64062ZM315.50757 270.60938Q315.50757 269.84375 315.99194 269.34375Q316.49194 268.84375 317.25757 268.84375Q318.03882 268.84375 318.5232 269.34375Q319.00757 269.84375 319.00757 270.64062L319.00757 271.0625Q319.00757 271.82812 318.50757 272.32812Q318.0232 272.8125 317.2732 272.8125Q316.50757 272.8125 316.00757 272.32812Q315.50757 271.82812 315.50757 271.01562L315.50757 270.60938ZM316.32007 271.0625Q316.32007 271.51562 316.57007 271.8125Q316.8357 272.10938 317.2732 272.10938Q317.69507 272.10938 317.94507 271.82812Q318.19507 271.53125 318.19507 271.03125L318.19507 270.60938Q318.19507 270.15625 317.94507 269.85938Q317.69507 269.54688 317.25757 269.54688Q316.82007 269.54688 316.57007 269.85938Q316.32007 270.15625 316.32007 270.625L316.32007 271.0625ZM319.66382 275.40625Q319.66382 274.64062 320.1482 274.15625Q320.6482 273.65625 321.41382 273.65625Q322.17944 273.65625 322.66382 274.15625Q323.16382 274.64062 323.16382 275.45312L323.16382 275.85938Q323.16382 276.625 322.67944 277.125Q322.19507 277.625 321.42944 277.625Q320.66382 277.625 320.16382 277.14062Q319.66382 276.64062 319.66382 275.82812L319.66382 275.40625ZM320.47632 275.85938Q320.47632 276.32812 320.72632 276.625Q320.99194 276.92188 321.42944 276.92188Q321.85132 276.92188 322.10132 276.64062Q322.35132 276.34375 322.35132 275.84375L322.35132 275.40625Q322.35132 274.9375 322.0857 274.65625Q321.8357 274.35938 321.41382 274.35938Q320.99194 274.35938 320.72632 274.65625Q320.47632 274.9375 320.47632 275.4375L320.47632 275.85938ZM317.5232 276.85938L316.8982 276.46875L321.07007 269.79688L321.67944 270.1875L317.5232 276.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M305.16382 277.5L304.0857 277.5L304.0857 270.28125L301.8982 271.07812L301.8982 270.09375L305.00757 268.92188L305.16382 268.92188L305.16382 277.5ZM313.17944 274.64062L314.36694 274.64062L314.36694 275.51562L313.17944 275.51562L313.17944 277.5L312.10132 277.5L312.10132 275.51562L308.2107 275.51562L308.2107 274.875L312.0232 268.96875L313.17944 268.96875L313.17944 274.64062ZM309.44507 274.64062L312.10132 274.64062L312.10132 270.45312L311.9607 270.6875L309.44507 274.64062ZM315.50757 270.60938Q315.50757 269.84375 315.99194 269.34375Q316.49194 268.84375 317.25757 268.84375Q318.03882 268.84375 318.5232 269.34375Q319.00757 269.84375 319.00757 270.64062L319.00757 271.0625Q319.00757 271.82812 318.50757 272.32812Q318.0232 272.8125 317.2732 272.8125Q316.50757 272.8125 316.00757 272.32812Q315.50757 271.82812 315.50757 271.01562L315.50757 270.60938ZM316.32007 271.0625Q316.32007 271.51562 316.57007 271.8125Q316.8357 272.10938 317.2732 272.10938Q317.69507 272.10938 317.94507 271.82812Q318.19507 271.53125 318.19507 271.03125L318.19507 270.60938Q318.19507 270.15625 317.94507 269.85938Q317.69507 269.54688 317.25757 269.54688Q316.82007 269.54688 316.57007 269.85938Q316.32007 270.15625 316.32007 270.625L316.32007 271.0625ZM319.66382 275.40625Q319.66382 274.64062 320.1482 274.15625Q320.6482 273.65625 321.41382 273.65625Q322.17944 273.65625 322.66382 274.15625Q323.16382 274.64062 323.16382 275.45312L323.16382 275.85938Q323.16382 276.625 322.67944 277.125Q322.19507 277.625 321.42944 277.625Q320.66382 277.625 320.16382 277.14062Q319.66382 276.64062 319.66382 275.82812L319.66382 275.40625ZM320.47632 275.85938Q320.47632 276.32812 320.72632 276.625Q320.99194 276.92188 321.42944 276.92188Q321.85132 276.92188 322.10132 276.64062Q322.35132 276.34375 322.35132 275.84375L322.35132 275.40625Q322.35132 274.9375 322.0857 274.65625Q321.8357 274.35938 321.41382 274.35938Q320.99194 274.35938 320.72632 274.65625Q320.47632 274.9375 320.47632 275.4375L320.47632 275.85938ZM317.5232 276.85938L316.8982 276.46875L321.07007 269.79688L321.67944 270.1875L317.5232 276.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M291.55618 308.5L290.47806 308.5L290.47806 301.28125L288.29056 302.07812L288.29056 301.09375L291.39993 299.92188L291.55618 299.92188L291.55618 308.5ZM300.58743 308.5L294.99368 308.5L294.99368 307.71875L297.9468 304.4375Q298.60306 303.6875 298.85306 303.23438Q299.10306 302.76562 299.10306 302.26562Q299.10306 301.59375 298.6968 301.17188Q298.30618 300.73438 297.61868 300.73438Q296.8218 300.73438 296.36868 301.20312Q295.91556 301.65625 295.91556 302.48438L294.83743 302.48438Q294.83743 301.29688 295.58743 300.57812Q296.35306 299.84375 297.61868 299.84375Q298.8218 299.84375 299.5093 300.46875Q300.1968 301.09375 300.1968 302.14062Q300.1968 303.39062 298.58743 305.14062L296.30618 307.60938L300.58743 307.60938L300.58743 308.5ZM301.89993 301.60938Q301.89993 300.84375 302.3843 300.34375Q302.8843 299.84375 303.64993 299.84375Q304.43118 299.84375 304.91556 300.34375Q305.39993 300.84375 305.39993 301.64062L305.39993 302.0625Q305.39993 302.82812 304.89993 303.32812Q304.41556 303.8125 303.66556 303.8125Q302.89993 303.8125 302.39993 303.32812Q301.89993 302.82812 301.89993 302.01562L301.89993 301.60938ZM302.71243 302.0625Q302.71243 302.51562 302.96243 302.8125Q303.22806 303.10938 303.66556 303.10938Q304.08743 303.10938 304.33743 302.82812Q304.58743 302.53125 304.58743 302.03125L304.58743 301.60938Q304.58743 301.15625 304.33743 300.85938Q304.08743 300.54688 303.64993 300.54688Q303.21243 300.54688 302.96243 300.85938Q302.71243 301.15625 302.71243 301.625L302.71243 302.0625ZM306.05618 306.40625Q306.05618 305.64062 306.54056 305.15625Q307.04056 304.65625 307.80618 304.65625Q308.5718 304.65625 309.05618 305.15625Q309.55618 305.64062 309.55618 306.45312L309.55618 306.85938Q309.55618 307.625 309.0718 308.125Q308.58743 308.625 307.8218 308.625Q307.05618 308.625 306.55618 308.14062Q306.05618 307.64062 306.05618 306.82812L306.05618 306.40625ZM306.86868 306.85938Q306.86868 307.32812 307.11868 307.625Q307.3843 307.92188 307.8218 307.92188Q308.24368 307.92188 308.49368 307.64062Q308.74368 307.34375 308.74368 306.84375L308.74368 306.40625Q308.74368 305.9375 308.47806 305.65625Q308.22806 305.35938 307.80618 305.35938Q307.3843 305.35938 307.11868 305.65625Q306.86868 305.9375 306.86868 306.4375L306.86868 306.85938ZM303.91556 307.85938L303.29056 307.46875L307.46243 300.79688L308.0718 301.1875L303.91556 307.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M291.55618 308.5L290.47806 308.5L290.47806 301.28125L288.29056 302.07812L288.29056 301.09375L291.39993 299.92188L291.55618 299.92188L291.55618 308.5ZM300.58743 308.5L294.99368 308.5L294.99368 307.71875L297.9468 304.4375Q298.60306 303.6875 298.85306 303.23438Q299.10306 302.76562 299.10306 302.26562Q299.10306 301.59375 298.6968 301.17188Q298.30618 300.73438 297.61868 300.73438Q296.8218 300.73438 296.36868 301.20312Q295.91556 301.65625 295.91556 302.48438L294.83743 302.48438Q294.83743 301.29688 295.58743 300.57812Q296.35306 299.84375 297.61868 299.84375Q298.8218 299.84375 299.5093 300.46875Q300.1968 301.09375 300.1968 302.14062Q300.1968 303.39062 298.58743 305.14062L296.30618 307.60938L300.58743 307.60938L300.58743 308.5ZM301.89993 301.60938Q301.89993 300.84375 302.3843 300.34375Q302.8843 299.84375 303.64993 299.84375Q304.43118 299.84375 304.91556 300.34375Q305.39993 300.84375 305.39993 301.64062L305.39993 302.0625Q305.39993 302.82812 304.89993 303.32812Q304.41556 303.8125 303.66556 303.8125Q302.89993 303.8125 302.39993 303.32812Q301.89993 302.82812 301.89993 302.01562L301.89993 301.60938ZM302.71243 302.0625Q302.71243 302.51562 302.96243 302.8125Q303.22806 303.10938 303.66556 303.10938Q304.08743 303.10938 304.33743 302.82812Q304.58743 302.53125 304.58743 302.03125L304.58743 301.60938Q304.58743 301.15625 304.33743 300.85938Q304.08743 300.54688 303.64993 300.54688Q303.21243 300.54688 302.96243 300.85938Q302.71243 301.15625 302.71243 301.625L302.71243 302.0625ZM306.05618 306.40625Q306.05618 305.64062 306.54056 305.15625Q307.04056 304.65625 307.80618 304.65625Q308.5718 304.65625 309.05618 305.15625Q309.55618 305.64062 309.55618 306.45312L309.55618 306.85938Q309.55618 307.625 309.0718 308.125Q308.58743 308.625 307.8218 308.625Q307.05618 308.625 306.55618 308.14062Q306.05618 307.64062 306.05618 306.82812L306.05618 306.40625ZM306.86868 306.85938Q306.86868 307.32812 307.11868 307.625Q307.3843 307.92188 307.8218 307.92188Q308.24368 307.92188 308.49368 307.64062Q308.74368 307.34375 308.74368 306.84375L308.74368 306.40625Q308.74368 305.9375 308.47806 305.65625Q308.22806 305.35938 307.80618 305.35938Q307.3843 305.35938 307.11868 305.65625Q306.86868 305.9375 306.86868 306.4375L306.86868 306.85938ZM303.91556 307.85938L303.29056 307.46875L307.46243 300.79688L308.0718 301.1875L303.91556 307.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M287.89545 340.5L286.81732 340.5L286.81732 333.28125L284.62982 334.07812L284.62982 333.09375L287.7392 331.92188L287.89545 331.92188L287.89545 340.5ZM294.89545 340.5L293.81732 340.5L293.81732 333.28125L291.62982 334.07812L291.62982 333.09375L294.7392 331.92188L294.89545 331.92188L294.89545 340.5ZM298.2392 333.60938Q298.2392 332.84375 298.72357 332.34375Q299.22357 331.84375 299.9892 331.84375Q300.77045 331.84375 301.25482 332.34375Q301.7392 332.84375 301.7392 333.64062L301.7392 334.0625Q301.7392 334.82812 301.2392 335.32812Q300.75482 335.8125 300.00482 335.8125Q299.2392 335.8125 298.7392 335.32812Q298.2392 334.82812 298.2392 334.01562L298.2392 333.60938ZM299.0517 334.0625Q299.0517 334.51562 299.3017 334.8125Q299.56732 335.10938 300.00482 335.10938Q300.4267 335.10938 300.6767 334.82812Q300.9267 334.53125 300.9267 334.03125L300.9267 333.60938Q300.9267 333.15625 300.6767 332.85938Q300.4267 332.54688 299.9892 332.54688Q299.5517 332.54688 299.3017 332.85938Q299.0517 333.15625 299.0517 333.625L299.0517 334.0625ZM302.39545 338.40625Q302.39545 337.64062 302.87982 337.15625Q303.37982 336.65625 304.14545 336.65625Q304.91107 336.65625 305.39545 337.15625Q305.89545 337.64062 305.89545 338.45312L305.89545 338.85938Q305.89545 339.625 305.41107 340.125Q304.9267 340.625 304.16107 340.625Q303.39545 340.625 302.89545 340.14062Q302.39545 339.64062 302.39545 338.82812L302.39545 338.40625ZM303.20795 338.85938Q303.20795 339.32812 303.45795 339.625Q303.72357 339.92188 304.16107 339.92188Q304.58295 339.92188 304.83295 339.64062Q305.08295 339.34375 305.08295 338.84375L305.08295 338.40625Q305.08295 337.9375 304.81732 337.65625Q304.56732 337.35938 304.14545 337.35938Q303.72357 337.35938 303.45795 337.65625Q303.20795 337.9375 303.20795 338.4375L303.20795 338.85938ZM300.25482 339.85938L299.62982 339.46875L303.8017 332.79688L304.41107 333.1875L300.25482 339.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M287.89545 340.5L286.81732 340.5L286.81732 333.28125L284.62982 334.07812L284.62982 333.09375L287.7392 331.92188L287.89545 331.92188L287.89545 340.5ZM294.89545 340.5L293.81732 340.5L293.81732 333.28125L291.62982 334.07812L291.62982 333.09375L294.7392 331.92188L294.89545 331.92188L294.89545 340.5ZM298.2392 333.60938Q298.2392 332.84375 298.72357 332.34375Q299.22357 331.84375 299.9892 331.84375Q300.77045 331.84375 301.25482 332.34375Q301.7392 332.84375 301.7392 333.64062L301.7392 334.0625Q301.7392 334.82812 301.2392 335.32812Q300.75482 335.8125 300.00482 335.8125Q299.2392 335.8125 298.7392 335.32812Q298.2392 334.82812 298.2392 334.01562L298.2392 333.60938ZM299.0517 334.0625Q299.0517 334.51562 299.3017 334.8125Q299.56732 335.10938 300.00482 335.10938Q300.4267 335.10938 300.6767 334.82812Q300.9267 334.53125 300.9267 334.03125L300.9267 333.60938Q300.9267 333.15625 300.6767 332.85938Q300.4267 332.54688 299.9892 332.54688Q299.5517 332.54688 299.3017 332.85938Q299.0517 333.15625 299.0517 333.625L299.0517 334.0625ZM302.39545 338.40625Q302.39545 337.64062 302.87982 337.15625Q303.37982 336.65625 304.14545 336.65625Q304.91107 336.65625 305.39545 337.15625Q305.89545 337.64062 305.89545 338.45312L305.89545 338.85938Q305.89545 339.625 305.41107 340.125Q304.9267 340.625 304.16107 340.625Q303.39545 340.625 302.89545 340.14062Q302.39545 339.64062 302.39545 338.82812L302.39545 338.40625ZM303.20795 338.85938Q303.20795 339.32812 303.45795 339.625Q303.72357 339.92188 304.16107 339.92188Q304.58295 339.92188 304.83295 339.64062Q305.08295 339.34375 305.08295 338.84375L305.08295 338.40625Q305.08295 337.9375 304.81732 337.65625Q304.56732 337.35938 304.14545 337.35938Q303.72357 337.35938 303.45795 337.65625Q303.20795 337.9375 303.20795 338.4375L303.20795 338.85938ZM300.25482 339.85938L299.62982 339.46875L303.8017 332.79688L304.41107 333.1875L300.25482 339.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M282.60333 367.75Q282.2752 368.15625 281.79083 368.40625Q281.32208 368.64062 280.75958 368.64062Q280.0252 368.64062 279.47833 368.28125Q278.93146 367.92188 278.63458 367.26562Q278.3377 366.59375 278.3377 365.79688Q278.3377 364.95312 278.6502 364.26562Q278.97833 363.57812 279.57208 363.21875Q280.18146 362.84375 280.97833 362.84375Q282.24396 362.84375 282.9627 363.79688Q283.69708 364.75 283.69708 366.375L283.69708 366.6875Q283.69708 369.1875 282.7127 370.32812Q281.72833 371.46875 279.74396 371.5L279.5252 371.5L279.5252 370.59375L279.75958 370.59375Q281.10333 370.5625 281.82208 369.89062Q282.54083 369.21875 282.60333 367.75ZM280.93146 367.75Q281.47833 367.75 281.93146 367.42188Q282.4002 367.07812 282.61896 366.59375L282.61896 366.15625Q282.61896 365.09375 282.1502 364.42188Q281.68146 363.75 280.97833 363.75Q280.25958 363.75 279.82208 364.29688Q279.4002 364.84375 279.4002 365.75Q279.4002 366.625 279.80646 367.1875Q280.22833 367.75 280.93146 367.75ZM285.35333 364.60938Q285.35333 363.84375 285.8377 363.34375Q286.3377 362.84375 287.10333 362.84375Q287.88458 362.84375 288.36896 363.34375Q288.85333 363.84375 288.85333 364.64062L288.85333 365.0625Q288.85333 365.82812 288.35333 366.32812Q287.86896 366.8125 287.11896 366.8125Q286.35333 366.8125 285.85333 366.32812Q285.35333 365.82812 285.35333 365.01562L285.35333 364.60938ZM286.16583 365.0625Q286.16583 365.51562 286.41583 365.8125Q286.68146 366.10938 287.11896 366.10938Q287.54083 366.10938 287.79083 365.82812Q288.04083 365.53125 288.04083 365.03125L288.04083 364.60938Q288.04083 364.15625 287.79083 363.85938Q287.54083 363.54688 287.10333 363.54688Q286.66583 363.54688 286.41583 363.85938Q286.16583 364.15625 286.16583 364.625L286.16583 365.0625ZM289.50958 369.40625Q289.50958 368.64062 289.99396 368.15625Q290.49396 367.65625 291.25958 367.65625Q292.0252 367.65625 292.50958 368.15625Q293.00958 368.64062 293.00958 369.45312L293.00958 369.85938Q293.00958 370.625 292.5252 371.125Q292.04083 371.625 291.2752 371.625Q290.50958 371.625 290.00958 371.14062Q289.50958 370.64062 289.50958 369.82812L289.50958 369.40625ZM290.32208 369.85938Q290.32208 370.32812 290.57208 370.625Q290.8377 370.92188 291.2752 370.92188Q291.69708 370.92188 291.94708 370.64062Q292.19708 370.34375 292.19708 369.84375L292.19708 369.40625Q292.19708 368.9375 291.93146 368.65625Q291.68146 368.35938 291.25958 368.35938Q290.8377 368.35938 290.57208 368.65625Q290.32208 368.9375 290.32208 369.4375L290.32208 369.85938ZM287.36896 370.85938L286.74396 370.46875L290.91583 363.79688L291.5252 364.1875L287.36896 370.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M282.60333 367.75Q282.2752 368.15625 281.79083 368.40625Q281.32208 368.64062 280.75958 368.64062Q280.0252 368.64062 279.47833 368.28125Q278.93146 367.92188 278.63458 367.26562Q278.3377 366.59375 278.3377 365.79688Q278.3377 364.95312 278.6502 364.26562Q278.97833 363.57812 279.57208 363.21875Q280.18146 362.84375 280.97833 362.84375Q282.24396 362.84375 282.9627 363.79688Q283.69708 364.75 283.69708 366.375L283.69708 366.6875Q283.69708 369.1875 282.7127 370.32812Q281.72833 371.46875 279.74396 371.5L279.5252 371.5L279.5252 370.59375L279.75958 370.59375Q281.10333 370.5625 281.82208 369.89062Q282.54083 369.21875 282.60333 367.75ZM280.93146 367.75Q281.47833 367.75 281.93146 367.42188Q282.4002 367.07812 282.61896 366.59375L282.61896 366.15625Q282.61896 365.09375 282.1502 364.42188Q281.68146 363.75 280.97833 363.75Q280.25958 363.75 279.82208 364.29688Q279.4002 364.84375 279.4002 365.75Q279.4002 366.625 279.80646 367.1875Q280.22833 367.75 280.93146 367.75ZM285.35333 364.60938Q285.35333 363.84375 285.8377 363.34375Q286.3377 362.84375 287.10333 362.84375Q287.88458 362.84375 288.36896 363.34375Q288.85333 363.84375 288.85333 364.64062L288.85333 365.0625Q288.85333 365.82812 288.35333 366.32812Q287.86896 366.8125 287.11896 366.8125Q286.35333 366.8125 285.85333 366.32812Q285.35333 365.82812 285.35333 365.01562L285.35333 364.60938ZM286.16583 365.0625Q286.16583 365.51562 286.41583 365.8125Q286.68146 366.10938 287.11896 366.10938Q287.54083 366.10938 287.79083 365.82812Q288.04083 365.53125 288.04083 365.03125L288.04083 364.60938Q288.04083 364.15625 287.79083 363.85938Q287.54083 363.54688 287.10333 363.54688Q286.66583 363.54688 286.41583 363.85938Q286.16583 364.15625 286.16583 364.625L286.16583 365.0625ZM289.50958 369.40625Q289.50958 368.64062 289.99396 368.15625Q290.49396 367.65625 291.25958 367.65625Q292.0252 367.65625 292.50958 368.15625Q293.00958 368.64062 293.00958 369.45312L293.00958 369.85938Q293.00958 370.625 292.5252 371.125Q292.04083 371.625 291.2752 371.625Q290.50958 371.625 290.00958 371.14062Q289.50958 370.64062 289.50958 369.82812L289.50958 369.40625ZM290.32208 369.85938Q290.32208 370.32812 290.57208 370.625Q290.8377 370.92188 291.2752 370.92188Q291.69708 370.92188 291.94708 370.64062Q292.19708 370.34375 292.19708 369.84375L292.19708 369.40625Q292.19708 368.9375 291.93146 368.65625Q291.68146 368.35938 291.25958 368.35938Q290.8377 368.35938 290.57208 368.65625Q290.32208 368.9375 290.32208 369.4375L290.32208 369.85938ZM287.36896 370.85938L286.74396 370.46875L290.91583 363.79688L291.5252 364.1875L287.36896 370.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M278.51193 399.75Q278.1838 400.15625 277.69943 400.40625Q277.23068 400.64062 276.66818 400.64062Q275.9338 400.64062 275.38693 400.28125Q274.84006 399.92188 274.54318 399.26562Q274.2463 398.59375 274.2463 397.79688Q274.2463 396.95312 274.5588 396.26562Q274.88693 395.57812 275.48068 395.21875Q276.09006 394.84375 276.88693 394.84375Q278.15256 394.84375 278.8713 395.79688Q279.60568 396.75 279.60568 398.375L279.60568 398.6875Q279.60568 401.1875 278.6213 402.32812Q277.63693 403.46875 275.65256 403.5L275.4338 403.5L275.4338 402.59375L275.66818 402.59375Q277.01193 402.5625 277.73068 401.89062Q278.44943 401.21875 278.51193 399.75ZM276.84006 399.75Q277.38693 399.75 277.84006 399.42188Q278.3088 399.07812 278.52756 398.59375L278.52756 398.15625Q278.52756 397.09375 278.0588 396.42188Q277.59006 395.75 276.88693 395.75Q276.16818 395.75 275.73068 396.29688Q275.3088 396.84375 275.3088 397.75Q275.3088 398.625 275.71506 399.1875Q276.13693 399.75 276.84006 399.75ZM281.26193 396.60938Q281.26193 395.84375 281.7463 395.34375Q282.2463 394.84375 283.01193 394.84375Q283.79318 394.84375 284.27756 395.34375Q284.76193 395.84375 284.76193 396.64062L284.76193 397.0625Q284.76193 397.82812 284.26193 398.32812Q283.77756 398.8125 283.02756 398.8125Q282.26193 398.8125 281.76193 398.32812Q281.26193 397.82812 281.26193 397.01562L281.26193 396.60938ZM282.07443 397.0625Q282.07443 397.51562 282.32443 397.8125Q282.59006 398.10938 283.02756 398.10938Q283.44943 398.10938 283.69943 397.82812Q283.94943 397.53125 283.94943 397.03125L283.94943 396.60938Q283.94943 396.15625 283.69943 395.85938Q283.44943 395.54688 283.01193 395.54688Q282.57443 395.54688 282.32443 395.85938Q282.07443 396.15625 282.07443 396.625L282.07443 397.0625ZM285.41818 401.40625Q285.41818 400.64062 285.90256 400.15625Q286.40256 399.65625 287.16818 399.65625Q287.9338 399.65625 288.41818 400.15625Q288.91818 400.64062 288.91818 401.45312L288.91818 401.85938Q288.91818 402.625 288.4338 403.125Q287.94943 403.625 287.1838 403.625Q286.41818 403.625 285.91818 403.14062Q285.41818 402.64062 285.41818 401.82812L285.41818 401.40625ZM286.23068 401.85938Q286.23068 402.32812 286.48068 402.625Q286.7463 402.92188 287.1838 402.92188Q287.60568 402.92188 287.85568 402.64062Q288.10568 402.34375 288.10568 401.84375L288.10568 401.40625Q288.10568 400.9375 287.84006 400.65625Q287.59006 400.35938 287.16818 400.35938Q286.7463 400.35938 286.48068 400.65625Q286.23068 400.9375 286.23068 401.4375L286.23068 401.85938ZM283.27756 402.85938L282.65256 402.46875L286.82443 395.79688L287.4338 396.1875L283.27756 402.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M278.51193 399.75Q278.1838 400.15625 277.69943 400.40625Q277.23068 400.64062 276.66818 400.64062Q275.9338 400.64062 275.38693 400.28125Q274.84006 399.92188 274.54318 399.26562Q274.2463 398.59375 274.2463 397.79688Q274.2463 396.95312 274.5588 396.26562Q274.88693 395.57812 275.48068 395.21875Q276.09006 394.84375 276.88693 394.84375Q278.15256 394.84375 278.8713 395.79688Q279.60568 396.75 279.60568 398.375L279.60568 398.6875Q279.60568 401.1875 278.6213 402.32812Q277.63693 403.46875 275.65256 403.5L275.4338 403.5L275.4338 402.59375L275.66818 402.59375Q277.01193 402.5625 277.73068 401.89062Q278.44943 401.21875 278.51193 399.75ZM276.84006 399.75Q277.38693 399.75 277.84006 399.42188Q278.3088 399.07812 278.52756 398.59375L278.52756 398.15625Q278.52756 397.09375 278.0588 396.42188Q277.59006 395.75 276.88693 395.75Q276.16818 395.75 275.73068 396.29688Q275.3088 396.84375 275.3088 397.75Q275.3088 398.625 275.71506 399.1875Q276.13693 399.75 276.84006 399.75ZM281.26193 396.60938Q281.26193 395.84375 281.7463 395.34375Q282.2463 394.84375 283.01193 394.84375Q283.79318 394.84375 284.27756 395.34375Q284.76193 395.84375 284.76193 396.64062L284.76193 397.0625Q284.76193 397.82812 284.26193 398.32812Q283.77756 398.8125 283.02756 398.8125Q282.26193 398.8125 281.76193 398.32812Q281.26193 397.82812 281.26193 397.01562L281.26193 396.60938ZM282.07443 397.0625Q282.07443 397.51562 282.32443 397.8125Q282.59006 398.10938 283.02756 398.10938Q283.44943 398.10938 283.69943 397.82812Q283.94943 397.53125 283.94943 397.03125L283.94943 396.60938Q283.94943 396.15625 283.69943 395.85938Q283.44943 395.54688 283.01193 395.54688Q282.57443 395.54688 282.32443 395.85938Q282.07443 396.15625 282.07443 396.625L282.07443 397.0625ZM285.41818 401.40625Q285.41818 400.64062 285.90256 400.15625Q286.40256 399.65625 287.16818 399.65625Q287.9338 399.65625 288.41818 400.15625Q288.91818 400.64062 288.91818 401.45312L288.91818 401.85938Q288.91818 402.625 288.4338 403.125Q287.94943 403.625 287.1838 403.625Q286.41818 403.625 285.91818 403.14062Q285.41818 402.64062 285.41818 401.82812L285.41818 401.40625ZM286.23068 401.85938Q286.23068 402.32812 286.48068 402.625Q286.7463 402.92188 287.1838 402.92188Q287.60568 402.92188 287.85568 402.64062Q288.10568 402.34375 288.10568 401.84375L288.10568 401.40625Q288.10568 400.9375 287.84006 400.65625Q287.59006 400.35938 287.16818 400.35938Q286.7463 400.35938 286.48068 400.65625Q286.23068 400.9375 286.23068 401.4375L286.23068 401.85938ZM283.27756 402.85938L282.65256 402.46875L286.82443 395.79688L287.4338 396.1875L283.27756 402.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M272.62164 426.57812L269.0904 434.5L267.94977 434.5L271.4654 426.85938L266.85602 426.85938L266.85602 425.96875L272.62164 425.96875L272.62164 426.57812ZM274.01227 427.60938Q274.01227 426.84375 274.49664 426.34375Q274.99664 425.84375 275.76227 425.84375Q276.54352 425.84375 277.0279 426.34375Q277.51227 426.84375 277.51227 427.64062L277.51227 428.0625Q277.51227 428.82812 277.01227 429.32812Q276.5279 429.8125 275.7779 429.8125Q275.01227 429.8125 274.51227 429.32812Q274.01227 428.82812 274.01227 428.01562L274.01227 427.60938ZM274.82477 428.0625Q274.82477 428.51562 275.07477 428.8125Q275.3404 429.10938 275.7779 429.10938Q276.19977 429.10938 276.44977 428.82812Q276.69977 428.53125 276.69977 428.03125L276.69977 427.60938Q276.69977 427.15625 276.44977 426.85938Q276.19977 426.54688 275.76227 426.54688Q275.32477 426.54688 275.07477 426.85938Q274.82477 427.15625 274.82477 427.625L274.82477 428.0625ZM278.16852 432.40625Q278.16852 431.64062 278.6529 431.15625Q279.1529 430.65625 279.91852 430.65625Q280.68414 430.65625 281.16852 431.15625Q281.66852 431.64062 281.66852 432.45312L281.66852 432.85938Q281.66852 433.625 281.18414 434.125Q280.69977 434.625 279.93414 434.625Q279.16852 434.625 278.66852 434.14062Q278.16852 433.64062 278.16852 432.82812L278.16852 432.40625ZM278.98102 432.85938Q278.98102 433.32812 279.23102 433.625Q279.49664 433.92188 279.93414 433.92188Q280.35602 433.92188 280.60602 433.64062Q280.85602 433.34375 280.85602 432.84375L280.85602 432.40625Q280.85602 431.9375 280.5904 431.65625Q280.3404 431.35938 279.91852 431.35938Q279.49664 431.35938 279.23102 431.65625Q278.98102 431.9375 278.98102 432.4375L278.98102 432.85938ZM276.0279 433.85938L275.4029 433.46875L279.57477 426.79688L280.18414 427.1875L276.0279 433.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M272.62164 426.57812L269.0904 434.5L267.94977 434.5L271.4654 426.85938L266.85602 426.85938L266.85602 425.96875L272.62164 425.96875L272.62164 426.57812ZM274.01227 427.60938Q274.01227 426.84375 274.49664 426.34375Q274.99664 425.84375 275.76227 425.84375Q276.54352 425.84375 277.0279 426.34375Q277.51227 426.84375 277.51227 427.64062L277.51227 428.0625Q277.51227 428.82812 277.01227 429.32812Q276.5279 429.8125 275.7779 429.8125Q275.01227 429.8125 274.51227 429.32812Q274.01227 428.82812 274.01227 428.01562L274.01227 427.60938ZM274.82477 428.0625Q274.82477 428.51562 275.07477 428.8125Q275.3404 429.10938 275.7779 429.10938Q276.19977 429.10938 276.44977 428.82812Q276.69977 428.53125 276.69977 428.03125L276.69977 427.60938Q276.69977 427.15625 276.44977 426.85938Q276.19977 426.54688 275.76227 426.54688Q275.32477 426.54688 275.07477 426.85938Q274.82477 427.15625 274.82477 427.625L274.82477 428.0625ZM278.16852 432.40625Q278.16852 431.64062 278.6529 431.15625Q279.1529 430.65625 279.91852 430.65625Q280.68414 430.65625 281.16852 431.15625Q281.66852 431.64062 281.66852 432.45312L281.66852 432.85938Q281.66852 433.625 281.18414 434.125Q280.69977 434.625 279.93414 434.625Q279.16852 434.625 278.66852 434.14062Q278.16852 433.64062 278.16852 432.82812L278.16852 432.40625ZM278.98102 432.85938Q278.98102 433.32812 279.23102 433.625Q279.49664 433.92188 279.93414 433.92188Q280.35602 433.92188 280.60602 433.64062Q280.85602 433.34375 280.85602 432.84375L280.85602 432.40625Q280.85602 431.9375 280.5904 431.65625Q280.3404 431.35938 279.91852 431.35938Q279.49664 431.35938 279.23102 431.65625Q278.98102 431.9375 278.98102 432.4375L278.98102 432.85938ZM276.0279 433.85938L275.4029 433.46875L279.57477 426.79688L280.18414 427.1875L276.0279 433.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M257.93976 462.21875L258.37726 457.96875L262.75226 457.96875L262.75226 458.96875L259.29913 458.96875L259.0335 461.29688Q259.67413 460.92188 260.471 460.92188Q261.62726 460.92188 262.31476 461.70312Q263.00226 462.46875 263.00226 463.78125Q263.00226 465.09375 262.2835 465.85938Q261.58038 466.625 260.29913 466.625Q259.17413 466.625 258.45538 466.0Q257.73663 465.35938 257.64288 464.25L258.6585 464.25Q258.76788 464.98438 259.18976 465.35938Q259.61163 465.73438 260.29913 465.73438Q261.04913 465.73438 261.48663 465.21875Q261.92413 464.70312 261.92413 463.79688Q261.92413 462.9375 261.45538 462.42188Q260.98663 461.90625 260.20538 461.90625Q259.50226 461.90625 259.096 462.20312L258.81476 462.4375L257.93976 462.21875ZM264.346 459.60938Q264.346 458.84375 264.83038 458.34375Q265.33038 457.84375 266.096 457.84375Q266.87726 457.84375 267.36163 458.34375Q267.846 458.84375 267.846 459.64062L267.846 460.0625Q267.846 460.82812 267.346 461.32812Q266.86163 461.8125 266.11163 461.8125Q265.346 461.8125 264.846 461.32812Q264.346 460.82812 264.346 460.01562L264.346 459.60938ZM265.1585 460.0625Q265.1585 460.51562 265.4085 460.8125Q265.67413 461.10938 266.11163 461.10938Q266.5335 461.10938 266.7835 460.82812Q267.0335 460.53125 267.0335 460.03125L267.0335 459.60938Q267.0335 459.15625 266.7835 458.85938Q266.5335 458.54688 266.096 458.54688Q265.6585 458.54688 265.4085 458.85938Q265.1585 459.15625 265.1585 459.625L265.1585 460.0625ZM268.50226 464.40625Q268.50226 463.64062 268.98663 463.15625Q269.48663 462.65625 270.25226 462.65625Q271.01788 462.65625 271.50226 463.15625Q272.00226 463.64062 272.00226 464.45312L272.00226 464.85938Q272.00226 465.625 271.51788 466.125Q271.0335 466.625 270.26788 466.625Q269.50226 466.625 269.00226 466.14062Q268.50226 465.64062 268.50226 464.82812L268.50226 464.40625ZM269.31476 464.85938Q269.31476 465.32812 269.56476 465.625Q269.83038 465.92188 270.26788 465.92188Q270.68976 465.92188 270.93976 465.64062Q271.18976 465.34375 271.18976 464.84375L271.18976 464.40625Q271.18976 463.9375 270.92413 463.65625Q270.67413 463.35938 270.25226 463.35938Q269.83038 463.35938 269.56476 463.65625Q269.31476 463.9375 269.31476 464.4375L269.31476 464.85938ZM266.36163 465.85938L265.73663 465.46875L269.9085 458.79688L270.51788 459.1875L266.36163 465.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M257.93976 462.21875L258.37726 457.96875L262.75226 457.96875L262.75226 458.96875L259.29913 458.96875L259.0335 461.29688Q259.67413 460.92188 260.471 460.92188Q261.62726 460.92188 262.31476 461.70312Q263.00226 462.46875 263.00226 463.78125Q263.00226 465.09375 262.2835 465.85938Q261.58038 466.625 260.29913 466.625Q259.17413 466.625 258.45538 466.0Q257.73663 465.35938 257.64288 464.25L258.6585 464.25Q258.76788 464.98438 259.18976 465.35938Q259.61163 465.73438 260.29913 465.73438Q261.04913 465.73438 261.48663 465.21875Q261.92413 464.70312 261.92413 463.79688Q261.92413 462.9375 261.45538 462.42188Q260.98663 461.90625 260.20538 461.90625Q259.50226 461.90625 259.096 462.20312L258.81476 462.4375L257.93976 462.21875ZM264.346 459.60938Q264.346 458.84375 264.83038 458.34375Q265.33038 457.84375 266.096 457.84375Q266.87726 457.84375 267.36163 458.34375Q267.846 458.84375 267.846 459.64062L267.846 460.0625Q267.846 460.82812 267.346 461.32812Q266.86163 461.8125 266.11163 461.8125Q265.346 461.8125 264.846 461.32812Q264.346 460.82812 264.346 460.01562L264.346 459.60938ZM265.1585 460.0625Q265.1585 460.51562 265.4085 460.8125Q265.67413 461.10938 266.11163 461.10938Q266.5335 461.10938 266.7835 460.82812Q267.0335 460.53125 267.0335 460.03125L267.0335 459.60938Q267.0335 459.15625 266.7835 458.85938Q266.5335 458.54688 266.096 458.54688Q265.6585 458.54688 265.4085 458.85938Q265.1585 459.15625 265.1585 459.625L265.1585 460.0625ZM268.50226 464.40625Q268.50226 463.64062 268.98663 463.15625Q269.48663 462.65625 270.25226 462.65625Q271.01788 462.65625 271.50226 463.15625Q272.00226 463.64062 272.00226 464.45312L272.00226 464.85938Q272.00226 465.625 271.51788 466.125Q271.0335 466.625 270.26788 466.625Q269.50226 466.625 269.00226 466.14062Q268.50226 465.64062 268.50226 464.82812L268.50226 464.40625ZM269.31476 464.85938Q269.31476 465.32812 269.56476 465.625Q269.83038 465.92188 270.26788 465.92188Q270.68976 465.92188 270.93976 465.64062Q271.18976 465.34375 271.18976 464.84375L271.18976 464.40625Q271.18976 463.9375 270.92413 463.65625Q270.67413 463.35938 270.25226 463.35938Q269.83038 463.35938 269.56476 463.65625Q269.31476 463.9375 269.31476 464.4375L269.31476 464.85938ZM266.36163 465.85938L265.73663 465.46875L269.9085 458.79688L270.51788 459.1875L266.36163 465.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M247.79648 493.70312L248.60898 493.70312Q249.39023 493.6875 249.82773 493.29688Q250.26523 492.90625 250.26523 492.23438Q250.26523 490.73438 248.76523 490.73438Q248.0621 490.73438 247.64023 491.14062Q247.23398 491.54688 247.23398 492.20312L246.14023 492.20312Q246.14023 491.1875 246.8746 490.51562Q247.6246 489.84375 248.76523 489.84375Q249.96835 489.84375 250.65585 490.48438Q251.34335 491.125 251.34335 492.26562Q251.34335 492.82812 250.98398 493.34375Q250.6246 493.85938 249.9996 494.125Q250.70273 494.34375 251.07773 494.85938Q251.46835 495.375 251.46835 496.125Q251.46835 497.26562 250.71835 497.95312Q249.96835 498.625 248.76523 498.625Q247.57773 498.625 246.8121 497.96875Q246.0621 497.3125 246.0621 496.25L247.15585 496.25Q247.15585 496.92188 247.59335 497.32812Q248.03085 497.73438 248.78085 497.73438Q249.5621 497.73438 249.96835 497.32812Q250.39023 496.90625 250.39023 496.14062Q250.39023 495.40625 249.9371 495.01562Q249.48398 494.60938 248.60898 494.59375L247.79648 494.59375L247.79648 493.70312ZM253.1246 491.60938Q253.1246 490.84375 253.60898 490.34375Q254.10898 489.84375 254.8746 489.84375Q255.65585 489.84375 256.14023 490.34375Q256.6246 490.84375 256.6246 491.64062L256.6246 492.0625Q256.6246 492.82812 256.1246 493.32812Q255.64023 493.8125 254.89023 493.8125Q254.1246 493.8125 253.6246 493.32812Q253.1246 492.82812 253.1246 492.01562L253.1246 491.60938ZM253.9371 492.0625Q253.9371 492.51562 254.1871 492.8125Q254.45273 493.10938 254.89023 493.10938Q255.3121 493.10938 255.5621 492.82812Q255.8121 492.53125 255.8121 492.03125L255.8121 491.60938Q255.8121 491.15625 255.5621 490.85938Q255.3121 490.54688 254.8746 490.54688Q254.4371 490.54688 254.1871 490.85938Q253.9371 491.15625 253.9371 491.625L253.9371 492.0625ZM257.28085 496.40625Q257.28085 495.64062 257.76523 495.15625Q258.26523 494.65625 259.03085 494.65625Q259.79648 494.65625 260.28085 495.15625Q260.78085 495.64062 260.78085 496.45312L260.78085 496.85938Q260.78085 497.625 260.29648 498.125Q259.8121 498.625 259.04648 498.625Q258.28085 498.625 257.78085 498.14062Q257.28085 497.64062 257.28085 496.82812L257.28085 496.40625ZM258.09335 496.85938Q258.09335 497.32812 258.34335 497.625Q258.60898 497.92188 259.04648 497.92188Q259.46835 497.92188 259.71835 497.64062Q259.96835 497.34375 259.96835 496.84375L259.96835 496.40625Q259.96835 495.9375 259.70273 495.65625Q259.45273 495.35938 259.03085 495.35938Q258.60898 495.35938 258.34335 495.65625Q258.09335 495.9375 258.09335 496.4375L258.09335 496.85938ZM255.14023 497.85938L254.51523 497.46875L258.6871 490.79688L259.29648 491.1875L255.14023 497.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M247.79648 493.70312L248.60898 493.70312Q249.39023 493.6875 249.82773 493.29688Q250.26523 492.90625 250.26523 492.23438Q250.26523 490.73438 248.76523 490.73438Q248.0621 490.73438 247.64023 491.14062Q247.23398 491.54688 247.23398 492.20312L246.14023 492.20312Q246.14023 491.1875 246.8746 490.51562Q247.6246 489.84375 248.76523 489.84375Q249.96835 489.84375 250.65585 490.48438Q251.34335 491.125 251.34335 492.26562Q251.34335 492.82812 250.98398 493.34375Q250.6246 493.85938 249.9996 494.125Q250.70273 494.34375 251.07773 494.85938Q251.46835 495.375 251.46835 496.125Q251.46835 497.26562 250.71835 497.95312Q249.96835 498.625 248.76523 498.625Q247.57773 498.625 246.8121 497.96875Q246.0621 497.3125 246.0621 496.25L247.15585 496.25Q247.15585 496.92188 247.59335 497.32812Q248.03085 497.73438 248.78085 497.73438Q249.5621 497.73438 249.96835 497.32812Q250.39023 496.90625 250.39023 496.14062Q250.39023 495.40625 249.9371 495.01562Q249.48398 494.60938 248.60898 494.59375L247.79648 494.59375L247.79648 493.70312ZM253.1246 491.60938Q253.1246 490.84375 253.60898 490.34375Q254.10898 489.84375 254.8746 489.84375Q255.65585 489.84375 256.14023 490.34375Q256.6246 490.84375 256.6246 491.64062L256.6246 492.0625Q256.6246 492.82812 256.1246 493.32812Q255.64023 493.8125 254.89023 493.8125Q254.1246 493.8125 253.6246 493.32812Q253.1246 492.82812 253.1246 492.01562L253.1246 491.60938ZM253.9371 492.0625Q253.9371 492.51562 254.1871 492.8125Q254.45273 493.10938 254.89023 493.10938Q255.3121 493.10938 255.5621 492.82812Q255.8121 492.53125 255.8121 492.03125L255.8121 491.60938Q255.8121 491.15625 255.5621 490.85938Q255.3121 490.54688 254.8746 490.54688Q254.4371 490.54688 254.1871 490.85938Q253.9371 491.15625 253.9371 491.625L253.9371 492.0625ZM257.28085 496.40625Q257.28085 495.64062 257.76523 495.15625Q258.26523 494.65625 259.03085 494.65625Q259.79648 494.65625 260.28085 495.15625Q260.78085 495.64062 260.78085 496.45312L260.78085 496.85938Q260.78085 497.625 260.29648 498.125Q259.8121 498.625 259.04648 498.625Q258.28085 498.625 257.78085 498.14062Q257.28085 497.64062 257.28085 496.82812L257.28085 496.40625ZM258.09335 496.85938Q258.09335 497.32812 258.34335 497.625Q258.60898 497.92188 259.04648 497.92188Q259.46835 497.92188 259.71835 497.64062Q259.96835 497.34375 259.96835 496.84375L259.96835 496.40625Q259.96835 495.9375 259.70273 495.65625Q259.45273 495.35938 259.03085 495.35938Q258.60898 495.35938 258.34335 495.65625Q258.09335 495.9375 258.09335 496.4375L258.09335 496.85938ZM255.14023 497.85938L254.51523 497.46875L258.6871 490.79688L259.29648 491.1875L255.14023 497.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.5388 526.6406L257.7263 526.6406L257.7263 527.5156L256.5388 527.5156L256.5388 529.5L255.46066 529.5L255.46066 527.5156L251.57004 527.5156L251.57004 526.875L255.38254 520.96875L256.5388 520.96875L256.5388 526.6406ZM252.80441 526.6406L255.46066 526.6406L255.46066 522.4531L255.32004 522.6875L252.80441 526.6406ZM258.8669 522.6094Q258.8669 521.84375 259.3513 521.34375Q259.8513 520.84375 260.6169 520.84375Q261.39816 520.84375 261.88254 521.34375Q262.3669 521.84375 262.3669 522.6406L262.3669 523.0625Q262.3669 523.8281 261.8669 524.3281Q261.38254 524.8125 260.63254 524.8125Q259.8669 524.8125 259.3669 524.3281Q258.8669 523.8281 258.8669 523.0156L258.8669 522.6094ZM259.6794 523.0625Q259.6794 523.5156 259.9294 523.8125Q260.19504 524.1094 260.63254 524.1094Q261.0544 524.1094 261.3044 523.8281Q261.5544 523.53125 261.5544 523.03125L261.5544 522.6094Q261.5544 522.15625 261.3044 521.8594Q261.0544 521.5469 260.6169 521.5469Q260.1794 521.5469 259.9294 521.8594Q259.6794 522.15625 259.6794 522.625L259.6794 523.0625ZM263.02316 527.40625Q263.02316 526.6406 263.50754 526.15625Q264.00754 525.65625 264.77316 525.65625Q265.5388 525.65625 266.02316 526.15625Q266.52316 526.6406 266.52316 527.4531L266.52316 527.8594Q266.52316 528.625 266.0388 529.125Q265.5544 529.625 264.7888 529.625Q264.02316 529.625 263.52316 529.1406Q263.02316 528.6406 263.02316 527.8281L263.02316 527.40625ZM263.83566 527.8594Q263.83566 528.3281 264.08566 528.625Q264.3513 528.9219 264.7888 528.9219Q265.21066 528.9219 265.46066 528.6406Q265.71066 528.34375 265.71066 527.84375L265.71066 527.40625Q265.71066 526.9375 265.44504 526.65625Q265.19504 526.3594 264.77316 526.3594Q264.3513 526.3594 264.08566 526.65625Q263.83566 526.9375 263.83566 527.4375L263.83566 527.8594ZM260.88254 528.8594L260.25754 528.46875L264.4294 521.7969L265.0388 522.1875L260.88254 528.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M256.5388 526.6406L257.7263 526.6406L257.7263 527.5156L256.5388 527.5156L256.5388 529.5L255.46066 529.5L255.46066 527.5156L251.57004 527.5156L251.57004 526.875L255.38254 520.96875L256.5388 520.96875L256.5388 526.6406ZM252.80441 526.6406L255.46066 526.6406L255.46066 522.4531L255.32004 522.6875L252.80441 526.6406ZM258.8669 522.6094Q258.8669 521.84375 259.3513 521.34375Q259.8513 520.84375 260.6169 520.84375Q261.39816 520.84375 261.88254 521.34375Q262.3669 521.84375 262.3669 522.6406L262.3669 523.0625Q262.3669 523.8281 261.8669 524.3281Q261.38254 524.8125 260.63254 524.8125Q259.8669 524.8125 259.3669 524.3281Q258.8669 523.8281 258.8669 523.0156L258.8669 522.6094ZM259.6794 523.0625Q259.6794 523.5156 259.9294 523.8125Q260.19504 524.1094 260.63254 524.1094Q261.0544 524.1094 261.3044 523.8281Q261.5544 523.53125 261.5544 523.03125L261.5544 522.6094Q261.5544 522.15625 261.3044 521.8594Q261.0544 521.5469 260.6169 521.5469Q260.1794 521.5469 259.9294 521.8594Q259.6794 522.15625 259.6794 522.625L259.6794 523.0625ZM263.02316 527.40625Q263.02316 526.6406 263.50754 526.15625Q264.00754 525.65625 264.77316 525.65625Q265.5388 525.65625 266.02316 526.15625Q266.52316 526.6406 266.52316 527.4531L266.52316 527.8594Q266.52316 528.625 266.0388 529.125Q265.5544 529.625 264.7888 529.625Q264.02316 529.625 263.52316 529.1406Q263.02316 528.6406 263.02316 527.8281L263.02316 527.40625ZM263.83566 527.8594Q263.83566 528.3281 264.08566 528.625Q264.3513 528.9219 264.7888 528.9219Q265.21066 528.9219 265.46066 528.6406Q265.71066 528.34375 265.71066 527.84375L265.71066 527.40625Q265.71066 526.9375 265.44504 526.65625Q265.19504 526.3594 264.77316 526.3594Q264.3513 526.3594 264.08566 526.65625Q263.83566 526.9375 263.83566 527.4375L263.83566 527.8594ZM260.88254 528.8594L260.25754 528.46875L264.4294 521.7969L265.0388 522.1875L260.88254 528.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M349.03198 582.2639Q349.03198 581.4983 349.51636 580.9983Q350.01636 580.4983 350.78198 580.4983Q351.56323 580.4983 352.0476 580.9983Q352.53198 581.4983 352.53198 582.29517L352.53198 582.71704Q352.53198 583.48267 352.03198 583.98267Q351.5476 584.46704 350.7976 584.46704Q350.03198 584.46704 349.53198 583.98267Q349.03198 583.48267 349.03198 582.67017L349.03198 582.2639ZM349.84448 582.71704Q349.84448 583.17017 350.09448 583.46704Q350.3601 583.7639 350.7976 583.7639Q351.21948 583.7639 351.46948 583.48267Q351.71948 583.1858 351.71948 582.6858L351.71948 582.2639Q351.71948 581.8108 351.46948 581.5139Q351.21948 581.2014 350.78198 581.2014Q350.34448 581.2014 350.09448 581.5139Q349.84448 581.8108 349.84448 582.27954L349.84448 582.71704ZM353.18823 587.0608Q353.18823 586.29517 353.6726 585.8108Q354.1726 585.3108 354.93823 585.3108Q355.70386 585.3108 356.18823 585.8108Q356.68823 586.29517 356.68823 587.10767L356.68823 587.5139Q356.68823 588.27954 356.20386 588.77954Q355.71948 589.27954 354.95386 589.27954Q354.18823 589.27954 353.68823 588.79517Q353.18823 588.29517 353.18823 587.48267L353.18823 587.0608ZM354.00073 587.5139Q354.00073 587.98267 354.25073 588.27954Q354.51636 588.5764 354.95386 588.5764Q355.37573 588.5764 355.62573 588.29517Q355.87573 587.9983 355.87573 587.4983L355.87573 587.0608Q355.87573 586.59204 355.6101 586.3108Q355.3601 586.0139 354.93823 586.0139Q354.51636 586.0139 354.25073 586.3108Q354.00073 586.59204 354.00073 587.09204L354.00073 587.5139ZM351.0476 588.5139L350.4226 588.1233L354.59448 581.4514L355.20386 581.84204L351.0476 588.5139ZM360.95386 585.92017Q360.95386 584.9983 361.31323 584.2483Q361.68823 583.4983 362.34448 583.10767Q363.00073 582.7014 363.82886 582.7014Q365.12573 582.7014 365.9226 583.59204Q366.7351 584.48267 366.7351 585.98267L366.7351 586.0608Q366.7351 586.98267 366.37573 587.71704Q366.01636 588.4514 365.3601 588.8733Q364.70386 589.27954 363.84448 589.27954Q362.56323 589.27954 361.75073 588.3889Q360.95386 587.48267 360.95386 585.9983L360.95386 585.92017ZM362.0476 586.0608Q362.0476 587.10767 362.53198 587.7483Q363.03198 588.3889 363.84448 588.3889Q364.6726 588.3889 365.15698 587.7483Q365.64136 587.09204 365.64136 585.92017Q365.64136 584.8889 365.14136 584.2483Q364.65698 583.59204 363.82886 583.59204Q363.03198 583.59204 362.53198 584.23267Q362.0476 584.85767 362.0476 586.0608ZM368.78198 589.15454L368.78198 583.65454L367.78198 583.65454L367.78198 582.8108L368.78198 582.8108L368.78198 582.17017Q368.78198 581.1389 369.31323 580.59204Q369.8601 580.02954 370.8601 580.02954Q371.2351 580.02954 371.6101 580.1233L371.5476 581.0139Q371.26636 580.9514 370.96948 580.9514Q370.43823 580.9514 370.14136 581.2639Q369.8601 581.5764 369.8601 582.1389L369.8601 582.8108L371.21948 582.8108L371.21948 583.65454L369.8601 583.65454L369.8601 589.15454L368.78198 589.15454ZM378.31323 583.77954Q378.06323 583.7483 377.78198 583.7483Q376.70386 583.7483 376.32886 584.65454L376.32886 589.15454L375.25073 589.15454L375.25073 582.8108L376.2976 582.8108L376.31323 583.54517Q376.84448 582.7014 377.82886 582.7014Q378.14136 582.7014 378.31323 582.77954L378.31323 583.77954ZM381.87573 589.27954Q380.57886 589.27954 379.76636 588.4358Q378.96948 587.5764 378.96948 586.15454L378.96948 585.96704Q378.96948 585.0139 379.32886 584.27954Q379.68823 583.52954 380.32886 583.1233Q380.9851 582.7014 381.7351 582.7014Q382.96948 582.7014 383.65698 583.5139Q384.34448 584.3264 384.34448 585.84204L384.34448 586.29517L380.0476 586.29517Q380.07886 587.23267 380.59448 587.8108Q381.12573 588.3889 381.93823 588.3889Q382.50073 588.3889 382.89136 588.15454Q383.2976 587.92017 383.6101 587.52954L384.26636 588.04517Q383.46948 589.27954 381.87573 589.27954ZM381.7351 583.59204Q381.07886 583.59204 380.62573 584.0764Q380.18823 584.54517 380.09448 585.40454L383.26636 585.40454L383.26636 585.3264Q383.21948 584.4983 382.81323 584.04517Q382.4226 583.59204 381.7351 583.59204ZM388.93823 587.46704Q388.93823 587.02954 388.59448 586.79517Q388.26636 586.54517 387.43823 586.3733Q386.62573 586.2014 386.14136 585.9514Q385.65698 585.7014 385.4226 585.3733Q385.20386 585.02954 385.20386 584.5608Q385.20386 583.77954 385.8601 583.2483Q386.51636 582.7014 387.5476 582.7014Q388.62573 582.7014 389.28198 583.2639Q389.95386 583.8108 389.95386 584.67017L388.87573 584.67017Q388.87573 584.23267 388.4851 583.92017Q388.1101 583.59204 387.5476 583.59204Q386.95386 583.59204 386.6101 583.85767Q386.28198 584.10767 386.28198 584.5139Q386.28198 584.90454 386.59448 585.10767Q386.90698 585.3108 387.71948 585.4983Q388.53198 585.67017 389.03198 585.92017Q389.53198 586.17017 389.76636 586.52954Q390.01636 586.8889 390.01636 587.3889Q390.01636 588.2483 389.32886 588.7639Q388.65698 589.27954 387.57886 589.27954Q386.81323 589.27954 386.21948 589.0139Q385.64136 588.73267 385.31323 588.2483Q384.9851 587.7639 384.9851 587.2014L386.06323 587.2014Q386.09448 587.7483 386.50073 588.0764Q386.90698 588.3889 387.57886 588.3889Q388.18823 588.3889 388.56323 588.1389Q388.93823 587.8889 388.93823 587.46704ZM396.59448 586.0608Q396.59448 587.4983 395.93823 588.3889Q395.28198 589.27954 394.14136 589.27954Q392.9851 589.27954 392.32886 588.54517L392.32886 591.59204L391.25073 591.59204L391.25073 582.8108L392.2351 582.8108L392.28198 583.5139Q392.95386 582.7014 394.12573 582.7014Q395.26636 582.7014 395.9226 583.5608Q396.59448 584.42017 396.59448 585.9514L396.59448 586.0608ZM395.51636 585.9358Q395.51636 584.85767 395.0476 584.2483Q394.59448 583.6233 393.7976 583.6233Q392.81323 583.6233 392.32886 584.48267L392.32886 587.5139Q392.81323 588.3889 393.81323 588.3889Q394.59448 588.3889 395.0476 587.77954Q395.51636 587.15454 395.51636 585.9358ZM397.95386 585.92017Q397.95386 584.9983 398.31323 584.2483Q398.68823 583.4983 399.34448 583.10767Q400.00073 582.7014 400.82886 582.7014Q402.12573 582.7014 402.9226 583.59204Q403.7351 584.48267 403.7351 585.98267L403.7351 586.0608Q403.7351 586.98267 403.37573 587.71704Q403.01636 588.4514 402.3601 588.8733Q401.70386 589.27954 400.84448 589.27954Q399.56323 589.27954 398.75073 588.3889Q397.95386 587.48267 397.95386 585.9983L397.95386 585.92017ZM399.0476 586.0608Q399.0476 587.10767 399.53198 587.7483Q400.03198 588.3889 400.84448 588.3889Q401.6726 588.3889 402.15698 587.7483Q402.64136 587.09204 402.64136 585.92017Q402.64136 584.8889 402.14136 584.2483Q401.65698 583.59204 400.82886 583.59204Q400.03198 583.59204 399.53198 584.23267Q399.0476 584.85767 399.0476 586.0608ZM406.26636 582.8108L406.2976 583.60767Q407.03198 582.7014 408.20386 582.7014Q410.21948 582.7014 410.2351 584.96704L410.2351 589.15454L409.14136 589.15454L409.14136 584.9514Q409.14136 584.27954 408.82886 583.9514Q408.53198 583.6233 407.87573 583.6233Q407.34448 583.6233 406.93823 583.90454Q406.5476 584.1858 406.32886 584.6389L406.32886 589.15454L405.25073 589.15454L405.25073 582.8108L406.26636 582.8108ZM411.9851 585.9358Q411.9851 584.46704 412.6726 583.59204Q413.3601 582.7014 414.4851 582.7014Q415.59448 582.7014 416.25073 583.4514L416.25073 580.15454L417.32886 580.15454L417.32886 589.15454L416.32886 589.15454L416.28198 588.46704Q415.62573 589.27954 414.46948 589.27954Q413.37573 589.27954 412.6726 588.3733Q411.9851 587.46704 411.9851 586.0139L411.9851 585.9358ZM413.06323 586.0608Q413.06323 587.1389 413.50073 587.7483Q413.95386 588.35767 414.7351 588.35767Q415.76636 588.35767 416.25073 587.42017L416.25073 584.5139Q415.76636 583.6233 414.75073 583.6233Q413.95386 583.6233 413.50073 584.23267Q413.06323 584.84204 413.06323 586.0608ZM421.87573 589.27954Q420.57886 589.27954 419.76636 588.4358Q418.96948 587.5764 418.96948 586.15454L418.96948 585.96704Q418.96948 585.0139 419.32886 584.27954Q419.68823 583.52954 420.32886 583.1233Q420.9851 582.7014 421.7351 582.7014Q422.96948 582.7014 423.65698 583.5139Q424.34448 584.3264 424.34448 585.84204L424.34448 586.29517L420.0476 586.29517Q420.07886 587.23267 420.59448 587.8108Q421.12573 588.3889 421.93823 588.3889Q422.50073 588.3889 422.89136 588.15454Q423.2976 587.92017 423.6101 587.52954L424.26636 588.04517Q423.46948 589.27954 421.87573 589.27954ZM421.7351 583.59204Q421.07886 583.59204 420.62573 584.0764Q420.18823 584.54517 420.09448 585.40454L423.26636 585.40454L423.26636 585.3264Q423.21948 584.4983 422.81323 584.04517Q422.4226 583.59204 421.7351 583.59204ZM426.26636 582.8108L426.2976 583.60767Q427.03198 582.7014 428.20386 582.7014Q430.21948 582.7014 430.2351 584.96704L430.2351 589.15454L429.14136 589.15454L429.14136 584.9514Q429.14136 584.27954 428.82886 583.9514Q428.53198 583.6233 427.87573 583.6233Q427.34448 583.6233 426.93823 583.90454Q426.5476 584.1858 426.32886 584.6389L426.32886 589.15454L425.25073 589.15454L425.25073 582.8108L426.26636 582.8108ZM433.71948 581.27954L433.71948 582.8108L434.89136 582.8108L434.89136 583.65454L433.71948 583.65454L433.71948 587.5764Q433.71948 587.96704 433.87573 588.15454Q434.03198 588.34204 434.40698 588.34204Q434.59448 588.34204 434.9226 588.27954L434.9226 589.15454Q434.50073 589.27954 434.09448 589.27954Q433.37573 589.27954 433.00073 588.84204Q432.62573 588.3889 432.62573 587.5764L432.62573 583.65454L431.46948 583.65454L431.46948 582.8108L432.62573 582.8108L432.62573 581.27954L433.71948 581.27954ZM439.93823 587.46704Q439.93823 587.02954 439.59448 586.79517Q439.26636 586.54517 438.43823 586.3733Q437.62573 586.2014 437.14136 585.9514Q436.65698 585.7014 436.4226 585.3733Q436.20386 585.02954 436.20386 584.5608Q436.20386 583.77954 436.8601 583.2483Q437.51636 582.7014 438.5476 582.7014Q439.62573 582.7014 440.28198 583.2639Q440.95386 583.8108 440.95386 584.67017L439.87573 584.67017Q439.87573 584.23267 439.4851 583.92017Q439.1101 583.59204 438.5476 583.59204Q437.95386 583.59204 437.6101 583.85767Q437.28198 584.10767 437.28198 584.5139Q437.28198 584.90454 437.59448 585.10767Q437.90698 585.3108 438.71948 585.4983Q439.53198 585.67017 440.03198 585.92017Q440.53198 586.17017 440.76636 586.52954Q441.01636 586.8889 441.01636 587.3889Q441.01636 588.2483 440.32886 588.7639Q439.65698 589.27954 438.57886 589.27954Q437.81323 589.27954 437.21948 589.0139Q436.64136 588.73267 436.31323 588.2483Q435.9851 587.7639 435.9851 587.2014L437.06323 587.2014Q437.09448 587.7483 437.50073 588.0764Q437.90698 588.3889 438.57886 588.3889Q439.18823 588.3889 439.56323 588.1389Q439.93823 587.8889 439.93823 587.46704ZM445.20386 585.6858Q445.20386 584.3733 445.5476 583.15454Q445.90698 581.9358 446.6101 580.9358Q447.31323 579.9358 448.07886 579.52954L448.2976 580.2483Q447.43823 580.90454 446.89136 582.2483Q446.34448 583.59204 446.2976 585.2639L446.28198 585.7639Q446.28198 588.02954 447.1101 589.6858Q447.6101 590.6858 448.2976 591.2483L448.07886 591.90454Q447.2976 591.48267 446.57886 590.4514Q445.20386 588.46704 445.20386 585.6858ZM450.26636 582.8108L450.2976 583.60767Q451.03198 582.7014 452.20386 582.7014Q454.21948 582.7014 454.2351 584.96704L454.2351 589.15454L453.14136 589.15454L453.14136 584.9514Q453.14136 584.27954 452.82886 583.9514Q452.53198 583.6233 451.87573 583.6233Q451.34448 583.6233 450.93823 583.90454Q450.5476 584.1858 450.32886 584.6389L450.32886 589.15454L449.25073 589.15454L449.25073 582.8108L450.26636 582.8108ZM461.20386 584.3889L456.31323 584.3889L456.31323 583.4358L461.20386 583.4358L461.20386 584.3889ZM461.20386 586.8108L456.31323 586.8108L456.31323 585.8733L461.20386 585.8733L461.20386 586.8108ZM467.39136 580.6233L467.39136 581.52954L467.18823 581.52954Q465.9226 581.5608 465.1726 582.29517Q464.4226 583.0139 464.2976 584.3264Q464.9851 583.5608 466.14136 583.5608Q467.25073 583.5608 467.9226 584.34204Q468.59448 585.1233 468.59448 586.3733Q468.59448 587.6858 467.87573 588.48267Q467.15698 589.27954 465.93823 589.27954Q464.71948 589.27954 463.95386 588.34204Q463.20386 587.3889 463.20386 585.90454L463.20386 585.4983Q463.20386 583.1389 464.20386 581.8889Q465.20386 580.6389 467.18823 580.6233L467.39136 580.6233ZM465.96948 584.46704Q465.40698 584.46704 464.93823 584.79517Q464.46948 585.1233 464.28198 585.6389L464.28198 586.02954Q464.28198 587.09204 464.75073 587.73267Q465.2351 588.3733 465.93823 588.3733Q466.6726 588.3733 467.09448 587.84204Q467.51636 587.29517 467.51636 586.42017Q467.51636 585.54517 467.09448 585.0139Q466.6726 584.46704 465.96948 584.46704ZM470.20386 590.85767L469.59448 590.4358Q470.14136 589.67017 470.1726 588.84204L470.1726 587.8733L471.2351 587.8733L471.2351 588.71704Q471.2351 589.3108 470.93823 589.90454Q470.64136 590.4983 470.20386 590.85767ZM472.62573 584.8733L473.06323 580.6233L477.43823 580.6233L477.43823 581.6233L473.9851 581.6233L473.71948 583.9514Q474.3601 583.5764 475.15698 583.5764Q476.31323 583.5764 477.00073 584.35767Q477.68823 585.1233 477.68823 586.4358Q477.68823 587.7483 476.96948 588.5139Q476.26636 589.27954 474.9851 589.27954Q473.8601 589.27954 473.14136 588.65454Q472.4226 588.0139 472.32886 586.90454L473.34448 586.90454Q473.45386 587.6389 473.87573 588.0139Q474.2976 588.3889 474.9851 588.3889Q475.7351 588.3889 476.1726 587.8733Q476.6101 587.35767 476.6101 586.4514Q476.6101 585.59204 476.14136 585.0764Q475.6726 584.5608 474.89136 584.5608Q474.18823 584.5608 473.78198 584.85767L473.50073 585.09204L472.62573 584.8733ZM483.39136 580.6233L483.39136 581.52954L483.18823 581.52954Q481.9226 581.5608 481.1726 582.29517Q480.4226 583.0139 480.2976 584.3264Q480.9851 583.5608 482.14136 583.5608Q483.25073 583.5608 483.9226 584.34204Q484.59448 585.1233 484.59448 586.3733Q484.59448 587.6858 483.87573 588.48267Q483.15698 589.27954 481.93823 589.27954Q480.71948 589.27954 479.95386 588.34204Q479.20386 587.3889 479.20386 585.90454L479.20386 585.4983Q479.20386 583.1389 480.20386 581.8889Q481.20386 580.6389 483.18823 580.6233L483.39136 580.6233ZM481.96948 584.46704Q481.40698 584.46704 480.93823 584.79517Q480.46948 585.1233 480.28198 585.6389L480.28198 586.02954Q480.28198 587.09204 480.75073 587.73267Q481.2351 588.3733 481.93823 588.3733Q482.6726 588.3733 483.09448 587.84204Q483.51636 587.29517 483.51636 586.42017Q483.51636 585.54517 483.09448 585.0139Q482.6726 584.46704 481.96948 584.46704ZM490.70386 586.29517L491.89136 586.29517L491.89136 587.17017L490.70386 587.17017L490.70386 589.15454L489.62573 589.15454L489.62573 587.17017L485.7351 587.17017L485.7351 586.52954L489.5476 580.6233L490.70386 580.6233L490.70386 586.29517ZM486.96948 586.29517L489.62573 586.29517L489.62573 582.10767L489.4851 582.34204L486.96948 586.29517ZM495.75073 585.7483Q495.75073 587.0608 495.40698 588.2639Q495.06323 589.4514 494.34448 590.46704Q493.64136 591.48267 492.87573 591.90454L492.64136 591.2483Q493.5476 590.5608 494.09448 589.10767Q494.64136 587.6389 494.65698 585.8733L494.65698 585.6858Q494.65698 584.4514 494.39136 583.3889Q494.14136 582.3264 493.6726 581.4983Q493.21948 580.65454 492.64136 580.1858L492.87573 579.52954Q493.64136 579.9514 494.34448 580.9514Q495.0476 581.9514 495.39136 583.17017Q495.75073 584.3733 495.75073 585.7483Z" fill-rule="nonzero"/><path fill="#666666" d="M138.5257 83.82108Q137.0882 83.39921 136.41632 82.78983Q135.76007 82.18046 135.76007 81.28983Q135.76007 80.28983 136.55695 79.63358Q137.36945 78.96171 138.66632 78.96171Q139.54132 78.96171 140.22882 79.30546Q140.91632 79.64921 141.29132 80.24296Q141.68195 80.83671 141.68195 81.55546L140.54132 81.55546Q140.54132 80.77421 140.04132 80.33671Q139.55695 79.89921 138.66632 79.89921Q137.8382 79.89921 137.36945 80.27421Q136.9007 80.63358 136.9007 81.27421Q136.9007 81.80546 137.3382 82.16483Q137.79132 82.52421 138.85382 82.82108Q139.91632 83.11796 140.51007 83.47733Q141.11945 83.83671 141.4007 84.32108Q141.69757 84.80546 141.69757 85.44608Q141.69757 86.49296 140.88507 87.11796Q140.07257 87.74296 138.72882 87.74296Q137.8382 87.74296 137.07257 87.39921Q136.32257 87.05546 135.9007 86.47733Q135.49445 85.88358 135.49445 85.14921L136.61945 85.14921Q136.61945 85.91483 137.19757 86.36796Q137.7757 86.82108 138.72882 86.82108Q139.61945 86.82108 140.0882 86.46171Q140.55695 86.08671 140.55695 85.46171Q140.55695 84.83671 140.11945 84.49296Q139.68195 84.14921 138.5257 83.82108ZM144.32257 79.74296L144.32257 81.27421L145.49445 81.27421L145.49445 82.11796L144.32257 82.11796L144.32257 86.03983Q144.32257 86.43046 144.47882 86.61796Q144.63507 86.80546 145.01007 86.80546Q145.19757 86.80546 145.5257 86.74296L145.5257 87.61796Q145.10382 87.74296 144.69757 87.74296Q143.97882 87.74296 143.60382 87.30546Q143.22882 86.85233 143.22882 86.03983L143.22882 82.11796L142.07257 82.11796L142.07257 81.27421L143.22882 81.27421L143.22882 79.74296L144.32257 79.74296ZM150.76007 87.61796Q150.66632 87.43046 150.60382 86.94608Q149.85382 87.74296 148.80695 87.74296Q147.86945 87.74296 147.26007 87.21171Q146.66632 86.68046 146.66632 85.85233Q146.66632 84.86796 147.41632 84.32108Q148.16632 83.77421 149.54132 83.77421L150.5882 83.77421L150.5882 83.27421Q150.5882 82.71171 150.24445 82.38358Q149.91632 82.03983 149.24445 82.03983Q148.66632 82.03983 148.2757 82.33671Q147.88507 82.61796 147.88507 83.03983L146.79132 83.03983Q146.79132 82.55546 147.11945 82.11796Q147.4632 81.68046 148.04132 81.43046Q148.61945 81.16483 149.30695 81.16483Q150.41632 81.16483 151.0257 81.71171Q151.6507 82.25858 151.68195 83.21171L151.68195 86.13358Q151.68195 87.00858 151.9007 87.52421L151.9007 87.61796L150.76007 87.61796ZM148.9632 86.78983Q149.47882 86.78983 149.93195 86.52421Q150.38507 86.25858 150.5882 85.83671L150.5882 84.53983L149.74445 84.53983Q147.74445 84.53983 147.74445 85.71171Q147.74445 86.21171 148.0882 86.50858Q148.43195 86.78983 148.9632 86.78983ZM156.38507 86.85233Q156.9632 86.85233 157.4007 86.50858Q157.8382 86.14921 157.88507 85.61796L158.91632 85.61796Q158.88507 86.16483 158.5257 86.66483Q158.18195 87.14921 157.60382 87.44608Q157.04132 87.74296 156.38507 87.74296Q155.0882 87.74296 154.32257 86.88358Q153.57257 86.00858 153.57257 84.50858L153.57257 84.32108Q153.57257 83.39921 153.9007 82.68046Q154.24445 81.96171 154.86945 81.57108Q155.51007 81.16483 156.38507 81.16483Q157.44757 81.16483 158.1507 81.80546Q158.86945 82.43046 158.91632 83.46171L157.88507 83.46171Q157.8382 82.83671 157.41632 82.44608Q156.99445 82.05546 156.38507 82.05546Q155.55695 82.05546 155.10382 82.64921Q154.6507 83.24296 154.6507 84.36796L154.6507 84.57108Q154.6507 85.66483 155.10382 86.25858Q155.55695 86.85233 156.38507 86.85233ZM161.61945 84.68046L160.93195 85.38358L160.93195 87.61796L159.85382 87.61796L159.85382 78.61796L160.93195 78.61796L160.93195 84.05546L161.51007 83.36796L163.49445 81.27421L164.80695 81.27421L162.3382 83.93046L165.10382 87.61796L163.82257 87.61796L161.61945 84.68046ZM175.57257 83.63358Q175.57257 84.88358 175.1507 85.82108Q174.72882 86.74296 173.94757 87.24296Q173.18195 87.74296 172.1507 87.74296Q171.1507 87.74296 170.36945 87.24296Q169.5882 86.74296 169.1507 85.83671Q168.72882 84.91483 168.7132 83.69608L168.7132 83.08671Q168.7132 81.85233 169.13507 80.91483Q169.57257 79.97733 170.35382 79.47733Q171.13507 78.96171 172.1507 78.96171Q173.16632 78.96171 173.94757 79.46171Q174.72882 79.96171 175.1507 80.89921Q175.57257 81.83671 175.57257 83.08671L175.57257 83.63358ZM174.4632 83.07108Q174.4632 81.55546 173.85382 80.74296Q173.24445 79.93046 172.1507 79.93046Q171.07257 79.93046 170.4632 80.74296Q169.85382 81.55546 169.8382 82.99296L169.8382 83.63358Q169.8382 85.10233 170.44757 85.94608Q171.07257 86.77421 172.1507 86.77421Q173.24445 86.77421 173.8382 85.99296Q174.44757 85.19608 174.4632 83.71171L174.4632 83.07108ZM178.93195 86.14921L180.51007 81.27421L181.61945 81.27421L179.3382 87.61796L178.51007 87.61796L176.2132 81.27421L177.32257 81.27421L178.93195 86.14921ZM185.47882 87.74296Q184.18195 87.74296 183.36945 86.89921Q182.57257 86.03983 182.57257 84.61796L182.57257 84.43046Q182.57257 83.47733 182.93195 82.74296Q183.29132 81.99296 183.93195 81.58671Q184.5882 81.16483 185.3382 81.16483Q186.57257 81.16483 187.26007 81.97733Q187.94757 82.78983 187.94757 84.30546L187.94757 84.75858L183.6507 84.75858Q183.68195 85.69608 184.19757 86.27421Q184.72882 86.85233 185.54132 86.85233Q186.10382 86.85233 186.49445 86.61796Q186.9007 86.38358 187.2132 85.99296L187.86945 86.50858Q187.07257 87.74296 185.47882 87.74296ZM185.3382 82.05546Q184.68195 82.05546 184.22882 82.53983Q183.79132 83.00858 183.69757 83.86796L186.86945 83.86796L186.86945 83.78983Q186.82257 82.96171 186.41632 82.50858Q186.0257 82.05546 185.3382 82.05546ZM191.91632 82.24296Q191.66632 82.21171 191.38507 82.21171Q190.30695 82.21171 189.93195 83.11796L189.93195 87.61796L188.85382 87.61796L188.85382 81.27421L189.9007 81.27421L189.91632 82.00858Q190.44757 81.16483 191.43195 81.16483Q191.74445 81.16483 191.91632 81.24296L191.91632 82.24296ZM193.38507 87.61796L193.38507 82.11796L192.38507 82.11796L192.38507 81.27421L193.38507 81.27421L193.38507 80.63358Q193.38507 79.60233 193.91632 79.05546Q194.4632 78.49296 195.4632 78.49296Q195.8382 78.49296 196.2132 78.58671L196.1507 79.47733Q195.86945 79.41483 195.57257 79.41483Q195.04132 79.41483 194.74445 79.72733Q194.4632 80.03983 194.4632 80.60233L194.4632 81.27421L195.82257 81.27421L195.82257 82.11796L194.4632 82.11796L194.4632 87.61796L193.38507 87.61796ZM198.0257 87.61796L196.94757 87.61796L196.94757 78.61796L198.0257 78.61796L198.0257 87.61796ZM199.55695 84.38358Q199.55695 83.46171 199.91632 82.71171Q200.29132 81.96171 200.94757 81.57108Q201.60382 81.16483 202.43195 81.16483Q203.72882 81.16483 204.5257 82.05546Q205.3382 82.94608 205.3382 84.44608L205.3382 84.52421Q205.3382 85.44608 204.97882 86.18046Q204.61945 86.91483 203.9632 87.33671Q203.30695 87.74296 202.44757 87.74296Q201.16632 87.74296 200.35382 86.85233Q199.55695 85.94608 199.55695 84.46171L199.55695 84.38358ZM200.6507 84.52421Q200.6507 85.57108 201.13507 86.21171Q201.63507 86.85233 202.44757 86.85233Q203.2757 86.85233 203.76007 86.21171Q204.24445 85.55546 204.24445 84.38358Q204.24445 83.35233 203.74445 82.71171Q203.26007 82.05546 202.43195 82.05546Q201.63507 82.05546 201.13507 82.69608Q200.6507 83.32108 200.6507 84.52421ZM212.4632 86.11796L213.68195 81.27421L214.76007 81.27421L212.91632 87.61796L212.04132 87.61796L210.49445 82.80546L208.99445 87.61796L208.11945 87.61796L206.2757 81.27421L207.35382 81.27421L208.60382 86.02421L210.0882 81.27421L210.94757 81.27421L212.4632 86.11796Z" fill-rule="nonzero"/><path fill="#666666" d="M160.5882 115.9755Q160.5882 114.49113 161.2757 113.61613Q161.9632 112.74113 163.0882 112.74113Q164.24445 112.74113 164.9007 113.55363L164.94757 112.8505L165.94757 112.8505L165.94757 119.038Q165.94757 120.27238 165.2132 120.9755Q164.47882 121.69425 163.26007 121.69425Q162.57257 121.69425 161.91632 121.39738Q161.26007 121.1005 160.91632 120.6005L161.47882 119.94425Q162.16632 120.80363 163.18195 120.80363Q163.9632 120.80363 164.4007 120.3505Q164.85382 119.913 164.85382 119.1005L164.85382 118.55363Q164.19757 119.31925 163.07257 119.31925Q161.9632 119.31925 161.2757 118.42863Q160.5882 117.52238 160.5882 115.9755ZM161.68195 116.1005Q161.68195 117.163 162.11945 117.788Q162.55695 118.39738 163.35382 118.39738Q164.36945 118.39738 164.85382 117.45988L164.85382 114.56925Q164.35382 113.663 163.35382 113.663Q162.57257 113.663 162.11945 114.27238Q161.68195 114.88175 161.68195 116.1005ZM167.55695 115.95988Q167.55695 115.038 167.91632 114.288Q168.29132 113.538 168.94757 113.14738Q169.60382 112.74113 170.43195 112.74113Q171.72882 112.74113 172.5257 113.63175Q173.3382 114.52238 173.3382 116.02238L173.3382 116.1005Q173.3382 117.02238 172.97882 117.75675Q172.61945 118.49113 171.9632 118.913Q171.30695 119.31925 170.44757 119.31925Q169.16632 119.31925 168.35382 118.42863Q167.55695 117.52238 167.55695 116.038L167.55695 115.95988ZM168.6507 116.1005Q168.6507 117.14738 169.13507 117.788Q169.63507 118.42863 170.44757 118.42863Q171.2757 118.42863 171.76007 117.788Q172.24445 117.13175 172.24445 115.95988Q172.24445 114.92863 171.74445 114.288Q171.26007 113.63175 170.43195 113.63175Q169.63507 113.63175 169.13507 114.27238Q168.6507 114.89738 168.6507 116.1005ZM174.5882 115.9755Q174.5882 114.50675 175.2757 113.63175Q175.9632 112.74113 177.0882 112.74113Q178.19757 112.74113 178.85382 113.49113L178.85382 110.19425L179.93195 110.19425L179.93195 119.19425L178.93195 119.19425L178.88507 118.50675Q178.22882 119.31925 177.07257 119.31925Q175.97882 119.31925 175.2757 118.413Q174.5882 117.50675 174.5882 116.05363L174.5882 115.9755ZM175.66632 116.1005Q175.66632 117.17863 176.10382 117.788Q176.55695 118.39738 177.3382 118.39738Q178.36945 118.39738 178.85382 117.45988L178.85382 114.55363Q178.36945 113.663 177.35382 113.663Q176.55695 113.663 176.10382 114.27238Q175.66632 114.88175 175.66632 116.1005ZM181.55695 115.95988Q181.55695 115.038 181.91632 114.288Q182.29132 113.538 182.94757 113.14738Q183.60382 112.74113 184.43195 112.74113Q185.72882 112.74113 186.5257 113.63175Q187.3382 114.52238 187.3382 116.02238L187.3382 116.1005Q187.3382 117.02238 186.97882 117.75675Q186.61945 118.49113 185.9632 118.913Q185.30695 119.31925 184.44757 119.31925Q183.16632 119.31925 182.35382 118.42863Q181.55695 117.52238 181.55695 116.038L181.55695 115.95988ZM182.6507 116.1005Q182.6507 117.14738 183.13507 117.788Q183.63507 118.42863 184.44757 118.42863Q185.2757 118.42863 185.76007 117.788Q186.24445 117.13175 186.24445 115.95988Q186.24445 114.92863 185.74445 114.288Q185.26007 113.63175 184.43195 113.63175Q183.63507 113.63175 183.13507 114.27238Q182.6507 114.89738 182.6507 116.1005ZM191.38507 118.42863Q191.9632 118.42863 192.4007 118.08488Q192.8382 117.7255 192.88507 117.19425L193.91632 117.19425Q193.88507 117.74113 193.5257 118.24113Q193.18195 118.7255 192.60382 119.02238Q192.04132 119.31925 191.38507 119.31925Q190.0882 119.31925 189.32257 118.45988Q188.57257 117.58488 188.57257 116.08488L188.57257 115.89738Q188.57257 114.9755 188.9007 114.25675Q189.24445 113.538 189.86945 113.14738Q190.51007 112.74113 191.38507 112.74113Q192.44757 112.74113 193.1507 113.38175Q193.86945 114.00675 193.91632 115.038L192.88507 115.038Q192.8382 114.413 192.41632 114.02238Q191.99445 113.63175 191.38507 113.63175Q190.55695 113.63175 190.10382 114.2255Q189.6507 114.81925 189.6507 115.94425L189.6507 116.14738Q189.6507 117.24113 190.10382 117.83488Q190.55695 118.42863 191.38507 118.42863ZM194.86945 118.63175Q194.86945 118.3505 195.0257 118.163Q195.19757 117.9755 195.5257 117.9755Q195.86945 117.9755 196.04132 118.163Q196.2132 118.3505 196.2132 118.63175Q196.2132 118.89738 196.04132 119.08488Q195.86945 119.25675 195.5257 119.25675Q195.19757 119.25675 195.0257 119.08488Q194.86945 118.89738 194.86945 118.63175ZM197.55695 115.95988Q197.55695 115.038 197.91632 114.288Q198.29132 113.538 198.94757 113.14738Q199.60382 112.74113 200.43195 112.74113Q201.72882 112.74113 202.5257 113.63175Q203.3382 114.52238 203.3382 116.02238L203.3382 116.1005Q203.3382 117.02238 202.97882 117.75675Q202.61945 118.49113 201.9632 118.913Q201.30695 119.31925 200.44757 119.31925Q199.16632 119.31925 198.35382 118.42863Q197.55695 117.52238 197.55695 116.038L197.55695 115.95988ZM198.6507 116.1005Q198.6507 117.14738 199.13507 117.788Q199.63507 118.42863 200.44757 118.42863Q201.2757 118.42863 201.76007 117.788Q202.24445 117.13175 202.24445 115.95988Q202.24445 114.92863 201.74445 114.288Q201.26007 113.63175 200.43195 113.63175Q199.63507 113.63175 199.13507 114.27238Q198.6507 114.89738 198.6507 116.1005ZM207.91632 113.81925Q207.66632 113.788 207.38507 113.788Q206.30695 113.788 205.93195 114.69425L205.93195 119.19425L204.85382 119.19425L204.85382 112.8505L205.9007 112.8505L205.91632 113.58488Q206.44757 112.74113 207.43195 112.74113Q207.74445 112.74113 207.91632 112.81925L207.91632 113.81925ZM208.5882 115.9755Q208.5882 114.49113 209.2757 113.61613Q209.9632 112.74113 211.0882 112.74113Q212.24445 112.74113 212.9007 113.55363L212.94757 112.8505L213.94757 112.8505L213.94757 119.038Q213.94757 120.27238 213.2132 120.9755Q212.47882 121.69425 211.26007 121.69425Q210.57257 121.69425 209.91632 121.39738Q209.26007 121.1005 208.91632 120.6005L209.47882 119.94425Q210.16632 120.80363 211.18195 120.80363Q211.9632 120.80363 212.4007 120.3505Q212.85382 119.913 212.85382 119.1005L212.85382 118.55363Q212.19757 119.31925 211.07257 119.31925Q209.9632 119.31925 209.2757 118.42863Q208.5882 117.52238 208.5882 115.9755ZM209.68195 116.1005Q209.68195 117.163 210.11945 117.788Q210.55695 118.39738 211.35382 118.39738Q212.36945 118.39738 212.85382 117.45988L212.85382 114.56925Q212.35382 113.663 211.35382 113.663Q210.57257 113.663 210.11945 114.27238Q209.68195 114.88175 209.68195 116.1005Z" fill-rule="nonzero"/><path fill="#666666" d="M107.150696 147.31741L105.13507 147.31741L105.13507 150.77054L104.01007 150.77054L104.01007 142.23929L106.838196 142.23929Q108.275696 142.23929 109.04132 142.89554Q109.82257 143.55179 109.82257 144.80179Q109.82257 145.59866 109.38507 146.19241Q108.963196 146.78616 108.19757 147.08304L110.19757 150.69241L110.19757 150.77054L108.994446 150.77054L107.150696 147.31741ZM105.13507 146.39554L106.869446 146.39554Q107.713196 146.39554 108.19757 145.97366Q108.69757 145.53616 108.69757 144.80179Q108.69757 144.02054 108.22882 143.59866Q107.76007 143.17679 106.869446 143.16116L105.13507 143.16116L105.13507 146.39554ZM113.47882 150.89554Q112.181946 150.89554 111.369446 150.05179Q110.57257 149.19241 110.57257 147.77054L110.57257 147.58304Q110.57257 146.62991 110.931946 145.89554Q111.29132 145.14554 111.931946 144.73929Q112.588196 144.31741 113.338196 144.31741Q114.57257 144.31741 115.26007 145.12991Q115.94757 145.94241 115.94757 147.45804L115.94757 147.91116L111.650696 147.91116Q111.681946 148.84866 112.19757 149.42679Q112.72882 150.00491 113.54132 150.00491Q114.10382 150.00491 114.494446 149.77054Q114.900696 149.53616 115.213196 149.14554L115.869446 149.66116Q115.07257 150.89554 113.47882 150.89554ZM113.338196 145.20804Q112.681946 145.20804 112.22882 145.69241Q111.79132 146.16116 111.69757 147.02054L114.869446 147.02054L114.869446 146.94241Q114.82257 146.11429 114.41632 145.66116Q114.025696 145.20804 113.338196 145.20804ZM120.76007 150.77054Q120.66632 150.58304 120.60382 150.09866Q119.85382 150.89554 118.806946 150.89554Q117.869446 150.89554 117.26007 150.36429Q116.66632 149.83304 116.66632 149.00491Q116.66632 148.02054 117.41632 147.47366Q118.16632 146.92679 119.54132 146.92679L120.588196 146.92679L120.588196 146.42679Q120.588196 145.86429 120.244446 145.53616Q119.91632 145.19241 119.244446 145.19241Q118.66632 145.19241 118.275696 145.48929Q117.88507 145.77054 117.88507 146.19241L116.79132 146.19241Q116.79132 145.70804 117.119446 145.27054Q117.463196 144.83304 118.04132 144.58304Q118.619446 144.31741 119.306946 144.31741Q120.41632 144.31741 121.025696 144.86429Q121.650696 145.41116 121.681946 146.36429L121.681946 149.28616Q121.681946 150.16116 121.900696 150.67679L121.900696 150.77054L120.76007 150.77054ZM118.963196 149.94241Q119.47882 149.94241 119.931946 149.67679Q120.38507 149.41116 120.588196 148.98929L120.588196 147.69241L119.744446 147.69241Q117.744446 147.69241 117.744446 148.86429Q117.744446 149.36429 118.088196 149.66116Q118.431946 149.94241 118.963196 149.94241ZM123.588196 147.55179Q123.588196 146.08304 124.275696 145.20804Q124.963196 144.31741 126.088196 144.31741Q127.19757 144.31741 127.85382 145.06741L127.85382 141.77054L128.93195 141.77054L128.93195 150.77054L127.931946 150.77054L127.88507 150.08304Q127.22882 150.89554 126.07257 150.89554Q124.97882 150.89554 124.275696 149.98929Q123.588196 149.08304 123.588196 147.62991L123.588196 147.55179ZM124.66632 147.67679Q124.66632 148.75491 125.10382 149.36429Q125.556946 149.97366 126.338196 149.97366Q127.369446 149.97366 127.85382 149.03616L127.85382 146.12991Q127.369446 145.23929 126.35382 145.23929Q125.556946 145.23929 125.10382 145.84866Q124.66632 146.45804 124.66632 147.67679ZM132.0257 150.77054L130.94757 150.77054L130.94757 144.42679L132.0257 144.42679L132.0257 150.77054ZM130.85382 142.75491Q130.85382 142.48929 131.01007 142.30179Q131.18195 142.11429 131.49445 142.11429Q131.80695 142.11429 131.9632 142.30179Q132.13507 142.48929 132.13507 142.75491Q132.13507 143.00491 131.9632 143.19241Q131.80695 143.36429 131.49445 143.36429Q131.18195 143.36429 131.01007 143.19241Q130.85382 143.00491 130.85382 142.75491ZM134.86945 144.42679L134.9007 145.22366Q135.63507 144.31741 136.80695 144.31741Q138.82257 144.31741 138.8382 146.58304L138.8382 150.77054L137.74445 150.77054L137.74445 146.56741Q137.74445 145.89554 137.43195 145.56741Q137.13507 145.23929 136.47882 145.23929Q135.94757 145.23929 135.54132 145.52054Q135.1507 145.80179 134.93195 146.25491L134.93195 150.77054L133.85382 150.77054L133.85382 144.42679L134.86945 144.42679ZM140.5882 147.55179Q140.5882 146.06741 141.2757 145.19241Q141.9632 144.31741 143.0882 144.31741Q144.24445 144.31741 144.9007 145.12991L144.94757 144.42679L145.94757 144.42679L145.94757 150.61429Q145.94757 151.84866 145.2132 152.55179Q144.47882 153.27054 143.26007 153.27054Q142.57257 153.27054 141.91632 152.97366Q141.26007 152.67679 140.91632 152.17679L141.47882 151.52054Q142.16632 152.37991 143.18195 152.37991Q143.9632 152.37991 144.4007 151.92679Q144.85382 151.48929 144.85382 150.67679L144.85382 150.12991Q144.19757 150.89554 143.07257 150.89554Q141.9632 150.89554 141.2757 150.00491Q140.5882 149.09866 140.5882 147.55179ZM141.68195 147.67679Q141.68195 148.73929 142.11945 149.36429Q142.55695 149.97366 143.35382 149.97366Q144.36945 149.97366 144.85382 149.03616L144.85382 146.14554Q144.35382 145.23929 143.35382 145.23929Q142.57257 145.23929 142.11945 145.84866Q141.68195 146.45804 141.68195 147.67679ZM154.54132 149.08304Q154.54132 148.64554 154.19757 148.41116Q153.86945 148.16116 153.04132 147.98929Q152.22882 147.81741 151.74445 147.56741Q151.26007 147.31741 151.0257 146.98929Q150.80695 146.64554 150.80695 146.17679Q150.80695 145.39554 151.4632 144.86429Q152.11945 144.31741 153.1507 144.31741Q154.22882 144.31741 154.88507 144.87991Q155.55695 145.42679 155.55695 146.28616L154.47882 146.28616Q154.47882 145.84866 154.0882 145.53616Q153.7132 145.20804 153.1507 145.20804Q152.55695 145.20804 152.2132 145.47366Q151.88507 145.72366 151.88507 146.12991Q151.88507 146.52054 152.19757 146.72366Q152.51007 146.92679 153.32257 147.11429Q154.13507 147.28616 154.63507 147.53616Q155.13507 147.78616 155.36945 148.14554Q155.61945 148.50491 155.61945 149.00491Q155.61945 149.86429 154.93195 150.37991Q154.26007 150.89554 153.18195 150.89554Q152.41632 150.89554 151.82257 150.62991Q151.24445 150.34866 150.91632 149.86429Q150.5882 149.37991 150.5882 148.81741L151.66632 148.81741Q151.69757 149.36429 152.10382 149.69241Q152.51007 150.00491 153.18195 150.00491Q153.79132 150.00491 154.16632 149.75491Q154.54132 149.50491 154.54132 149.08304ZM156.55695 147.53616Q156.55695 146.61429 156.91632 145.86429Q157.29132 145.11429 157.94757 144.72366Q158.60382 144.31741 159.43195 144.31741Q160.72882 144.31741 161.5257 145.20804Q162.3382 146.09866 162.3382 147.59866L162.3382 147.67679Q162.3382 148.59866 161.97882 149.33304Q161.61945 150.06741 160.9632 150.48929Q160.30695 150.89554 159.44757 150.89554Q158.16632 150.89554 157.35382 150.00491Q156.55695 149.09866 156.55695 147.61429L156.55695 147.53616ZM157.6507 147.67679Q157.6507 148.72366 158.13507 149.36429Q158.63507 150.00491 159.44757 150.00491Q160.2757 150.00491 160.76007 149.36429Q161.24445 148.70804 161.24445 147.53616Q161.24445 146.50491 160.74445 145.86429Q160.26007 145.20804 159.43195 145.20804Q158.63507 145.20804 158.13507 145.84866Q157.6507 146.47366 157.6507 147.67679ZM167.76007 150.14554Q167.13507 150.89554 165.9007 150.89554Q164.88507 150.89554 164.35382 150.30179Q163.82257 149.70804 163.82257 148.55179L163.82257 144.42679L164.9007 144.42679L164.9007 148.52054Q164.9007 149.97366 166.07257 149.97366Q167.32257 149.97366 167.72882 149.03616L167.72882 144.42679L168.82257 144.42679L168.82257 150.77054L167.79132 150.77054L167.76007 150.14554ZM173.91632 145.39554Q173.66632 145.36429 173.38507 145.36429Q172.30695 145.36429 171.93195 146.27054L171.93195 150.77054L170.85382 150.77054L170.85382 144.42679L171.9007 144.42679L171.91632 145.16116Q172.44757 144.31741 173.43195 144.31741Q173.74445 144.31741 173.91632 144.39554L173.91632 145.39554ZM177.38507 150.00491Q177.9632 150.00491 178.4007 149.66116Q178.8382 149.30179 178.88507 148.77054L179.91632 148.77054Q179.88507 149.31741 179.5257 149.81741Q179.18195 150.30179 178.60382 150.59866Q178.04132 150.89554 177.38507 150.89554Q176.0882 150.89554 175.32257 150.03616Q174.57257 149.16116 174.57257 147.66116L174.57257 147.47366Q174.57257 146.55179 174.9007 145.83304Q175.24445 145.11429 175.86945 144.72366Q176.51007 144.31741 177.38507 144.31741Q178.44757 144.31741 179.1507 144.95804Q179.86945 145.58304 179.91632 146.61429L178.88507 146.61429Q178.8382 145.98929 178.41632 145.59866Q177.99445 145.20804 177.38507 145.20804Q176.55695 145.20804 176.10382 145.80179Q175.6507 146.39554 175.6507 147.52054L175.6507 147.72366Q175.6507 148.81741 176.10382 149.41116Q176.55695 150.00491 177.38507 150.00491ZM183.47882 150.89554Q182.18195 150.89554 181.36945 150.05179Q180.57257 149.19241 180.57257 147.77054L180.57257 147.58304Q180.57257 146.62991 180.93195 145.89554Q181.29132 145.14554 181.93195 144.73929Q182.5882 144.31741 183.3382 144.31741Q184.57257 144.31741 185.26007 145.12991Q185.94757 145.94241 185.94757 147.45804L185.94757 147.91116L181.6507 147.91116Q181.68195 148.84866 182.19757 149.42679Q182.72882 150.00491 183.54132 150.00491Q184.10382 150.00491 184.49445 149.77054Q184.9007 149.53616 185.2132 149.14554L185.86945 149.66116Q185.07257 150.89554 183.47882 150.89554ZM183.3382 145.20804Q182.68195 145.20804 182.22882 145.69241Q181.79132 146.16116 181.69757 147.02054L184.86945 147.02054L184.86945 146.94241Q184.82257 146.11429 184.41632 145.66116Q184.0257 145.20804 183.3382 145.20804ZM192.38507 150.00491Q192.9632 150.00491 193.4007 149.66116Q193.8382 149.30179 193.88507 148.77054L194.91632 148.77054Q194.88507 149.31741 194.5257 149.81741Q194.18195 150.30179 193.60382 150.59866Q193.04132 150.89554 192.38507 150.89554Q191.0882 150.89554 190.32257 150.03616Q189.57257 149.16116 189.57257 147.66116L189.57257 147.47366Q189.57257 146.55179 189.9007 145.83304Q190.24445 145.11429 190.86945 144.72366Q191.51007 144.31741 192.38507 144.31741Q193.44757 144.31741 194.1507 144.95804Q194.86945 145.58304 194.91632 146.61429L193.88507 146.61429Q193.8382 145.98929 193.41632 145.59866Q192.99445 145.20804 192.38507 145.20804Q191.55695 145.20804 191.10382 145.80179Q190.6507 146.39554 190.6507 147.52054L190.6507 147.72366Q190.6507 148.81741 191.10382 149.41116Q191.55695 150.00491 192.38507 150.00491ZM195.55695 147.53616Q195.55695 146.61429 195.91632 145.86429Q196.29132 145.11429 196.94757 144.72366Q197.60382 144.31741 198.43195 144.31741Q199.72882 144.31741 200.5257 145.20804Q201.3382 146.09866 201.3382 147.59866L201.3382 147.67679Q201.3382 148.59866 200.97882 149.33304Q200.61945 150.06741 199.9632 150.48929Q199.30695 150.89554 198.44757 150.89554Q197.16632 150.89554 196.35382 150.00491Q195.55695 149.09866 195.55695 147.61429L195.55695 147.53616ZM196.6507 147.67679Q196.6507 148.72366 197.13507 149.36429Q197.63507 150.00491 198.44757 150.00491Q199.2757 150.00491 199.76007 149.36429Q200.24445 148.70804 200.24445 147.53616Q200.24445 146.50491 199.74445 145.86429Q199.26007 145.20804 198.43195 145.20804Q197.63507 145.20804 197.13507 145.84866Q196.6507 146.47366 196.6507 147.67679ZM202.5882 147.55179Q202.5882 146.08304 203.2757 145.20804Q203.9632 144.31741 205.0882 144.31741Q206.19757 144.31741 206.85382 145.06741L206.85382 141.77054L207.93195 141.77054L207.93195 150.77054L206.93195 150.77054L206.88507 150.08304Q206.22882 150.89554 205.07257 150.89554Q203.97882 150.89554 203.2757 149.98929Q202.5882 149.08304 202.5882 147.62991L202.5882 147.55179ZM203.66632 147.67679Q203.66632 148.75491 204.10382 149.36429Q204.55695 149.97366 205.3382 149.97366Q206.36945 149.97366 206.85382 149.03616L206.85382 146.12991Q206.36945 145.23929 205.35382 145.23929Q204.55695 145.23929 204.10382 145.84866Q203.66632 146.45804 203.66632 147.67679ZM212.47882 150.89554Q211.18195 150.89554 210.36945 150.05179Q209.57257 149.19241 209.57257 147.77054L209.57257 147.58304Q209.57257 146.62991 209.93195 145.89554Q210.29132 145.14554 210.93195 144.73929Q211.5882 144.31741 212.3382 144.31741Q213.57257 144.31741 214.26007 145.12991Q214.94757 145.94241 214.94757 147.45804L214.94757 147.91116L210.6507 147.91116Q210.68195 148.84866 211.19757 149.42679Q211.72882 150.00491 212.54132 150.00491Q213.10382 150.00491 213.49445 149.77054Q213.9007 149.53616 214.2132 149.14554L214.86945 149.66116Q214.07257 150.89554 212.47882 150.89554ZM212.3382 145.20804Q211.68195 145.20804 211.22882 145.69241Q210.79132 146.16116 210.69757 147.02054L213.86945 147.02054L213.86945 146.94241Q213.82257 146.11429 213.41632 145.66116Q213.0257 145.20804 212.3382 145.20804Z" fill-rule="nonzero"/><path fill="#666666" d="M156.5882 179.12808Q156.5882 177.6437 157.2757 176.7687Q157.9632 175.8937 159.0882 175.8937Q160.24445 175.8937 160.9007 176.7062L160.94757 176.00308L161.94757 176.00308L161.94757 182.19058Q161.94757 183.42496 161.2132 184.12808Q160.47882 184.84683 159.26007 184.84683Q158.57257 184.84683 157.91632 184.54996Q157.26007 184.25308 156.91632 183.75308L157.47882 183.09683Q158.16632 183.9562 159.18195 183.9562Q159.9632 183.9562 160.4007 183.50308Q160.85382 183.06558 160.85382 182.25308L160.85382 181.7062Q160.19757 182.47183 159.07257 182.47183Q157.9632 182.47183 157.2757 181.5812Q156.5882 180.67496 156.5882 179.12808ZM157.68195 179.25308Q157.68195 180.31558 158.11945 180.94058Q158.55695 181.54996 159.35382 181.54996Q160.36945 181.54996 160.85382 180.61246L160.85382 177.72183Q160.35382 176.81558 159.35382 176.81558Q158.57257 176.81558 158.11945 177.42496Q157.68195 178.03433 157.68195 179.25308ZM163.55695 179.11246Q163.55695 178.19058 163.91632 177.44058Q164.29132 176.69058 164.94757 176.29996Q165.60382 175.8937 166.43195 175.8937Q167.72882 175.8937 168.5257 176.78433Q169.3382 177.67496 169.3382 179.17496L169.3382 179.25308Q169.3382 180.17496 168.97882 180.90933Q168.61945 181.6437 167.9632 182.06558Q167.30695 182.47183 166.44757 182.47183Q165.16632 182.47183 164.35382 181.5812Q163.55695 180.67496 163.55695 179.19058L163.55695 179.11246ZM164.6507 179.25308Q164.6507 180.29996 165.13507 180.94058Q165.63507 181.5812 166.44757 181.5812Q167.2757 181.5812 167.76007 180.94058Q168.24445 180.28433 168.24445 179.11246Q168.24445 178.0812 167.74445 177.44058Q167.26007 176.78433 166.43195 176.78433Q165.63507 176.78433 165.13507 177.42496Q164.6507 178.04996 164.6507 179.25308ZM172.0257 182.34683L170.94757 182.34683L170.94757 173.34683L172.0257 173.34683L172.0257 182.34683ZM177.76007 182.34683Q177.66632 182.15933 177.60382 181.67496Q176.85382 182.47183 175.80695 182.47183Q174.86945 182.47183 174.26007 181.94058Q173.66632 181.40933 173.66632 180.5812Q173.66632 179.59683 174.41632 179.04996Q175.16632 178.50308 176.54132 178.50308L177.5882 178.50308L177.5882 178.00308Q177.5882 177.44058 177.24445 177.11246Q176.91632 176.7687 176.24445 176.7687Q175.66632 176.7687 175.2757 177.06558Q174.88507 177.34683 174.88507 177.7687L173.79132 177.7687Q173.79132 177.28433 174.11945 176.84683Q174.4632 176.40933 175.04132 176.15933Q175.61945 175.8937 176.30695 175.8937Q177.41632 175.8937 178.0257 176.44058Q178.6507 176.98746 178.68195 177.94058L178.68195 180.86246Q178.68195 181.73746 178.9007 182.25308L178.9007 182.34683L177.76007 182.34683ZM175.9632 181.5187Q176.47882 181.5187 176.93195 181.25308Q177.38507 180.98746 177.5882 180.56558L177.5882 179.2687L176.74445 179.2687Q174.74445 179.2687 174.74445 180.44058Q174.74445 180.94058 175.0882 181.23746Q175.43195 181.5187 175.9632 181.5187ZM181.86945 176.00308L181.9007 176.79996Q182.63507 175.8937 183.80695 175.8937Q185.82257 175.8937 185.8382 178.15933L185.8382 182.34683L184.74445 182.34683L184.74445 178.1437Q184.74445 177.47183 184.43195 177.1437Q184.13507 176.81558 183.47882 176.81558Q182.94757 176.81558 182.54132 177.09683Q182.1507 177.37808 181.93195 177.8312L181.93195 182.34683L180.85382 182.34683L180.85382 176.00308L181.86945 176.00308ZM187.5882 179.12808Q187.5882 177.6437 188.2757 176.7687Q188.9632 175.8937 190.0882 175.8937Q191.24445 175.8937 191.9007 176.7062L191.94757 176.00308L192.94757 176.00308L192.94757 182.19058Q192.94757 183.42496 192.2132 184.12808Q191.47882 184.84683 190.26007 184.84683Q189.57257 184.84683 188.91632 184.54996Q188.26007 184.25308 187.91632 183.75308L188.47882 183.09683Q189.16632 183.9562 190.18195 183.9562Q190.9632 183.9562 191.4007 183.50308Q191.85382 183.06558 191.85382 182.25308L191.85382 181.7062Q191.19757 182.47183 190.07257 182.47183Q188.9632 182.47183 188.2757 181.5812Q187.5882 180.67496 187.5882 179.12808ZM188.68195 179.25308Q188.68195 180.31558 189.11945 180.94058Q189.55695 181.54996 190.35382 181.54996Q191.36945 181.54996 191.85382 180.61246L191.85382 177.72183Q191.35382 176.81558 190.35382 176.81558Q189.57257 176.81558 189.11945 177.42496Q188.68195 178.03433 188.68195 179.25308ZM194.86945 181.78433Q194.86945 181.50308 195.0257 181.31558Q195.19757 181.12808 195.5257 181.12808Q195.86945 181.12808 196.04132 181.31558Q196.2132 181.50308 196.2132 181.78433Q196.2132 182.04996 196.04132 182.23746Q195.86945 182.40933 195.5257 182.40933Q195.19757 182.40933 195.0257 182.23746Q194.86945 182.04996 194.86945 181.78433ZM197.55695 179.11246Q197.55695 178.19058 197.91632 177.44058Q198.29132 176.69058 198.94757 176.29996Q199.60382 175.8937 200.43195 175.8937Q201.72882 175.8937 202.5257 176.78433Q203.3382 177.67496 203.3382 179.17496L203.3382 179.25308Q203.3382 180.17496 202.97882 180.90933Q202.61945 181.6437 201.9632 182.06558Q201.30695 182.47183 200.44757 182.47183Q199.16632 182.47183 198.35382 181.5812Q197.55695 180.67496 197.55695 179.19058L197.55695 179.11246ZM198.6507 179.25308Q198.6507 180.29996 199.13507 180.94058Q199.63507 181.5812 200.44757 181.5812Q201.2757 181.5812 201.76007 180.94058Q202.24445 180.28433 202.24445 179.11246Q202.24445 178.0812 201.74445 177.44058Q201.26007 176.78433 200.43195 176.78433Q199.63507 176.78433 199.13507 177.42496Q198.6507 178.04996 198.6507 179.25308ZM207.91632 176.97183Q207.66632 176.94058 207.38507 176.94058Q206.30695 176.94058 205.93195 177.84683L205.93195 182.34683L204.85382 182.34683L204.85382 176.00308L205.9007 176.00308L205.91632 176.73746Q206.44757 175.8937 207.43195 175.8937Q207.74445 175.8937 207.91632 175.97183L207.91632 176.97183ZM208.5882 179.12808Q208.5882 177.6437 209.2757 176.7687Q209.9632 175.8937 211.0882 175.8937Q212.24445 175.8937 212.9007 176.7062L212.94757 176.00308L213.94757 176.00308L213.94757 182.19058Q213.94757 183.42496 213.2132 184.12808Q212.47882 184.84683 211.26007 184.84683Q210.57257 184.84683 209.91632 184.54996Q209.26007 184.25308 208.91632 183.75308L209.47882 183.09683Q210.16632 183.9562 211.18195 183.9562Q211.9632 183.9562 212.4007 183.50308Q212.85382 183.06558 212.85382 182.25308L212.85382 181.7062Q212.19757 182.47183 211.07257 182.47183Q209.9632 182.47183 209.2757 181.5812Q208.5882 180.67496 208.5882 179.12808ZM209.68195 179.25308Q209.68195 180.31558 210.11945 180.94058Q210.55695 181.54996 211.35382 181.54996Q212.36945 181.54996 212.85382 180.61246L212.85382 177.72183Q212.35382 176.81558 211.35382 176.81558Q210.57257 176.81558 210.11945 177.42496Q209.68195 178.03433 209.68195 179.25308Z" fill-rule="nonzero"/><path fill="#666666" d="M59.916317 206.31374L57.166317 206.31374L57.166317 213.92311L56.056942 213.92311L56.056942 206.31374L53.306942 206.31374L53.306942 205.39186L59.916317 205.39186L59.916317 206.31374ZM61.931942 208.34499Q62.650692 207.46999 63.806942 207.46999Q65.82257 207.46999 65.838196 209.73561L65.838196 213.92311L64.744446 213.92311L64.744446 209.71999Q64.744446 209.04811 64.431946 208.71999Q64.13507 208.39186 63.478817 208.39186Q62.947567 208.39186 62.541317 208.67311Q62.150692 208.95436 61.931942 209.40749L61.931942 213.92311L60.853817 213.92311L60.853817 204.92311L61.931942 204.92311L61.931942 208.34499ZM70.47882 214.04811Q69.181946 214.04811 68.369446 213.20436Q67.57257 212.34499 67.57257 210.92311L67.57257 210.73561Q67.57257 209.78249 67.931946 209.04811Q68.29132 208.29811 68.931946 207.89186Q69.588196 207.46999 70.338196 207.46999Q71.57257 207.46999 72.26007 208.28249Q72.94757 209.09499 72.94757 210.61061L72.94757 211.06374L68.650696 211.06374Q68.681946 212.00124 69.19757 212.57936Q69.72882 213.15749 70.54132 213.15749Q71.10382 213.15749 71.494446 212.92311Q71.900696 212.68874 72.213196 212.29811L72.869446 212.81374Q72.07257 214.04811 70.47882 214.04811ZM70.338196 208.36061Q69.681946 208.36061 69.22882 208.84499Q68.79132 209.31374 68.69757 210.17311L71.869446 210.17311L71.869446 210.09499Q71.82257 209.26686 71.41632 208.81374Q71.025696 208.36061 70.338196 208.36061ZM83.32257 212.79811Q82.88507 213.42311 82.10382 213.73561Q81.32257 214.04811 80.29132 214.04811Q79.26007 214.04811 78.44757 213.56374Q77.63507 213.06374 77.19757 212.15749Q76.76007 211.25124 76.744446 210.06374L76.744446 209.32936Q76.744446 207.39186 77.63507 206.32936Q78.54132 205.26686 80.16632 205.26686Q81.51007 205.26686 82.32257 205.95436Q83.13507 206.64186 83.32257 207.89186L82.19757 207.89186Q81.869446 206.20436 80.181946 206.20436Q79.04132 206.20436 78.463196 207.00124Q77.88507 207.78249 77.869446 209.29811L77.869446 209.98561Q77.869446 211.42311 78.525696 212.28249Q79.181946 213.12624 80.306946 213.12624Q80.931946 213.12624 81.400696 212.98561Q81.88507 212.84499 82.19757 212.50124L82.19757 210.59499L80.22882 210.59499L80.22882 209.67311L83.32257 209.67311L83.32257 212.79811ZM84.556946 210.68874Q84.556946 209.76686 84.91632 209.01686Q85.29132 208.26686 85.94757 207.87624Q86.60382 207.46999 87.431946 207.46999Q88.72882 207.46999 89.525696 208.36061Q90.338196 209.25124 90.338196 210.75124L90.338196 210.82936Q90.338196 211.75124 89.97882 212.48561Q89.619446 213.21999 88.963196 213.64186Q88.306946 214.04811 87.44757 214.04811Q86.16632 214.04811 85.35382 213.15749Q84.556946 212.25124 84.556946 210.76686L84.556946 210.68874ZM85.650696 210.82936Q85.650696 211.87624 86.13507 212.51686Q86.63507 213.15749 87.44757 213.15749Q88.275696 213.15749 88.76007 212.51686Q89.244446 211.86061 89.244446 210.68874Q89.244446 209.65749 88.744446 209.01686Q88.26007 208.36061 87.431946 208.36061Q86.63507 208.36061 86.13507 209.00124Q85.650696 209.62624 85.650696 210.82936ZM100.213196 210.82936Q100.213196 212.28249 99.54132 213.17311Q98.88507 214.04811 97.76007 214.04811Q96.556946 214.04811 95.900696 213.18874L95.838196 213.92311L94.85382 213.92311L94.85382 204.92311L95.931946 204.92311L95.931946 208.28249Q96.588196 207.46999 97.744446 207.46999Q98.900696 207.46999 99.556946 208.34499Q100.213196 209.20436 100.213196 210.73561L100.213196 210.82936ZM99.13507 210.70436Q99.13507 209.59499 98.69757 209.00124Q98.275696 208.39186 97.47882 208.39186Q96.400696 208.39186 95.931946 209.37624L95.931946 212.12624Q96.431946 213.12624 97.47882 213.12624Q98.26007 213.12624 98.69757 212.51686Q99.13507 211.90749 99.13507 210.70436ZM103.025696 213.92311L101.94757 213.92311L101.94757 204.92311L103.025696 204.92311L103.025696 213.92311ZM104.556946 210.68874Q104.556946 209.76686 104.91632 209.01686Q105.29132 208.26686 105.94757 207.87624Q106.60382 207.46999 107.431946 207.46999Q108.72882 207.46999 109.525696 208.36061Q110.338196 209.25124 110.338196 210.75124L110.338196 210.82936Q110.338196 211.75124 109.97882 212.48561Q109.619446 213.21999 108.963196 213.64186Q108.306946 214.04811 107.44757 214.04811Q106.16632 214.04811 105.35382 213.15749Q104.556946 212.25124 104.556946 210.76686L104.556946 210.68874ZM105.650696 210.82936Q105.650696 211.87624 106.13507 212.51686Q106.63507 213.15749 107.44757 213.15749Q108.275696 213.15749 108.76007 212.51686Q109.244446 211.86061 109.244446 210.68874Q109.244446 209.65749 108.744446 209.01686Q108.26007 208.36061 107.431946 208.36061Q106.63507 208.36061 106.13507 209.00124Q105.650696 209.62624 105.650696 210.82936ZM111.588196 210.70436Q111.588196 209.21999 112.275696 208.34499Q112.963196 207.46999 114.088196 207.46999Q115.244446 207.46999 115.900696 208.28249L115.94757 207.57936L116.94757 207.57936L116.94757 213.76686Q116.94757 215.00124 116.213196 215.70436Q115.47882 216.42311 114.26007 216.42311Q113.57257 216.42311 112.91632 216.12624Q112.26007 215.82936 111.91632 215.32936L112.47882 214.67311Q113.16632 215.53249 114.181946 215.53249Q114.963196 215.53249 115.400696 215.07936Q115.85382 214.64186 115.85382 213.82936L115.85382 213.28249Q115.19757 214.04811 114.07257 214.04811Q112.963196 214.04811 112.275696 213.15749Q111.588196 212.25124 111.588196 210.70436ZM112.681946 210.82936Q112.681946 211.89186 113.119446 212.51686Q113.556946 213.12624 114.35382 213.12624Q115.369446 213.12624 115.85382 212.18874L115.85382 209.29811Q115.35382 208.39186 114.35382 208.39186Q113.57257 208.39186 113.119446 209.00124Q112.681946 209.61061 112.681946 210.82936ZM121.806946 210.45436Q121.806946 209.14186 122.150696 207.92311Q122.51007 206.70436 123.213196 205.70436Q123.91632 204.70436 124.681946 204.29811L124.900696 205.01686Q124.04132 205.67311 123.494446 207.01686Q122.94757 208.36061 122.900696 210.03249L122.88507 210.53249Q122.88507 212.79811 123.713196 214.45436Q124.213196 215.45436 124.900696 216.01686L124.681946 216.67311Q123.900696 216.25124 123.181946 215.21999Q121.806946 213.23561 121.806946 210.45436ZM131.2132 210.82936Q131.2132 212.28249 130.54132 213.17311Q129.88507 214.04811 128.76007 214.04811Q127.556946 214.04811 126.900696 213.18874L126.838196 213.92311L125.85382 213.92311L125.85382 204.92311L126.931946 204.92311L126.931946 208.28249Q127.588196 207.46999 128.74445 207.46999Q129.9007 207.46999 130.55695 208.34499Q131.2132 209.20436 131.2132 210.73561L131.2132 210.82936ZM130.13507 210.70436Q130.13507 209.59499 129.69757 209.00124Q129.2757 208.39186 128.47882 208.39186Q127.400696 208.39186 126.931946 209.37624L126.931946 212.12624Q127.431946 213.12624 128.47882 213.12624Q129.26007 213.12624 129.69757 212.51686Q130.13507 211.90749 130.13507 210.70436ZM134.0257 213.92311L132.94757 213.92311L132.94757 204.92311L134.0257 204.92311L134.0257 213.92311ZM135.55695 210.68874Q135.55695 209.76686 135.91632 209.01686Q136.29132 208.26686 136.94757 207.87624Q137.60382 207.46999 138.43195 207.46999Q139.72882 207.46999 140.5257 208.36061Q141.3382 209.25124 141.3382 210.75124L141.3382 210.82936Q141.3382 211.75124 140.97882 212.48561Q140.61945 213.21999 139.9632 213.64186Q139.30695 214.04811 138.44757 214.04811Q137.16632 214.04811 136.35382 213.15749Q135.55695 212.25124 135.55695 210.76686L135.55695 210.68874ZM136.6507 210.82936Q136.6507 211.87624 137.13507 212.51686Q137.63507 213.15749 138.44757 213.15749Q139.2757 213.15749 139.76007 212.51686Q140.24445 211.86061 140.24445 210.68874Q140.24445 209.65749 139.74445 209.01686Q139.26007 208.36061 138.43195 208.36061Q137.63507 208.36061 137.13507 209.00124Q136.6507 209.62624 136.6507 210.82936ZM142.5882 210.70436Q142.5882 209.21999 143.2757 208.34499Q143.9632 207.46999 145.0882 207.46999Q146.24445 207.46999 146.9007 208.28249L146.94757 207.57936L147.94757 207.57936L147.94757 213.76686Q147.94757 215.00124 147.2132 215.70436Q146.47882 216.42311 145.26007 216.42311Q144.57257 216.42311 143.91632 216.12624Q143.26007 215.82936 142.91632 215.32936L143.47882 214.67311Q144.16632 215.53249 145.18195 215.53249Q145.9632 215.53249 146.4007 215.07936Q146.85382 214.64186 146.85382 213.82936L146.85382 213.28249Q146.19757 214.04811 145.07257 214.04811Q143.9632 214.04811 143.2757 213.15749Q142.5882 212.25124 142.5882 210.70436ZM143.68195 210.82936Q143.68195 211.89186 144.11945 212.51686Q144.55695 213.12624 145.35382 213.12624Q146.36945 213.12624 146.85382 212.18874L146.85382 209.29811Q146.35382 208.39186 145.35382 208.39186Q144.57257 208.39186 144.11945 209.00124Q143.68195 209.61061 143.68195 210.82936ZM149.86945 213.36061Q149.86945 213.07936 150.0257 212.89186Q150.19757 212.70436 150.5257 212.70436Q150.86945 212.70436 151.04132 212.89186Q151.2132 213.07936 151.2132 213.36061Q151.2132 213.62624 151.04132 213.81374Q150.86945 213.98561 150.5257 213.98561Q150.19757 213.98561 150.0257 213.81374Q149.86945 213.62624 149.86945 213.36061ZM152.5882 210.70436Q152.5882 209.21999 153.2757 208.34499Q153.9632 207.46999 155.0882 207.46999Q156.24445 207.46999 156.9007 208.28249L156.94757 207.57936L157.94757 207.57936L157.94757 213.76686Q157.94757 215.00124 157.2132 215.70436Q156.47882 216.42311 155.26007 216.42311Q154.57257 216.42311 153.91632 216.12624Q153.26007 215.82936 152.91632 215.32936L153.47882 214.67311Q154.16632 215.53249 155.18195 215.53249Q155.9632 215.53249 156.4007 215.07936Q156.85382 214.64186 156.85382 213.82936L156.85382 213.28249Q156.19757 214.04811 155.07257 214.04811Q153.9632 214.04811 153.2757 213.15749Q152.5882 212.25124 152.5882 210.70436ZM153.68195 210.82936Q153.68195 211.89186 154.11945 212.51686Q154.55695 213.12624 155.35382 213.12624Q156.36945 213.12624 156.85382 212.18874L156.85382 209.29811Q156.35382 208.39186 155.35382 208.39186Q154.57257 208.39186 154.11945 209.00124Q153.68195 209.61061 153.68195 210.82936ZM159.55695 210.68874Q159.55695 209.76686 159.91632 209.01686Q160.29132 208.26686 160.94757 207.87624Q161.60382 207.46999 162.43195 207.46999Q163.72882 207.46999 164.5257 208.36061Q165.3382 209.25124 165.3382 210.75124L165.3382 210.82936Q165.3382 211.75124 164.97882 212.48561Q164.61945 213.21999 163.9632 213.64186Q163.30695 214.04811 162.44757 214.04811Q161.16632 214.04811 160.35382 213.15749Q159.55695 212.25124 159.55695 210.76686L159.55695 210.68874ZM160.6507 210.82936Q160.6507 211.87624 161.13507 212.51686Q161.63507 213.15749 162.44757 213.15749Q163.2757 213.15749 163.76007 212.51686Q164.24445 211.86061 164.24445 210.68874Q164.24445 209.65749 163.74445 209.01686Q163.26007 208.36061 162.43195 208.36061Q161.63507 208.36061 161.13507 209.00124Q160.6507 209.62624 160.6507 210.82936ZM168.0257 213.92311L166.94757 213.92311L166.94757 204.92311L168.0257 204.92311L168.0257 213.92311ZM173.76007 213.92311Q173.66632 213.73561 173.60382 213.25124Q172.85382 214.04811 171.80695 214.04811Q170.86945 214.04811 170.26007 213.51686Q169.66632 212.98561 169.66632 212.15749Q169.66632 211.17311 170.41632 210.62624Q171.16632 210.07936 172.54132 210.07936L173.5882 210.07936L173.5882 209.57936Q173.5882 209.01686 173.24445 208.68874Q172.91632 208.34499 172.24445 208.34499Q171.66632 208.34499 171.2757 208.64186Q170.88507 208.92311 170.88507 209.34499L169.79132 209.34499Q169.79132 208.86061 170.11945 208.42311Q170.4632 207.98561 171.04132 207.73561Q171.61945 207.46999 172.30695 207.46999Q173.41632 207.46999 174.0257 208.01686Q174.6507 208.56374 174.68195 209.51686L174.68195 212.43874Q174.68195 213.31374 174.9007 213.82936L174.9007 213.92311L173.76007 213.92311ZM171.9632 213.09499Q172.47882 213.09499 172.93195 212.82936Q173.38507 212.56374 173.5882 212.14186L173.5882 210.84499L172.74445 210.84499Q170.74445 210.84499 170.74445 212.01686Q170.74445 212.51686 171.0882 212.81374Q171.43195 213.09499 171.9632 213.09499ZM177.86945 207.57936L177.9007 208.37624Q178.63507 207.46999 179.80695 207.46999Q181.82257 207.46999 181.8382 209.73561L181.8382 213.92311L180.74445 213.92311L180.74445 209.71999Q180.74445 209.04811 180.43195 208.71999Q180.13507 208.39186 179.47882 208.39186Q178.94757 208.39186 178.54132 208.67311Q178.1507 208.95436 177.93195 209.40749L177.93195 213.92311L176.85382 213.92311L176.85382 207.57936L177.86945 207.57936ZM183.5882 210.70436Q183.5882 209.21999 184.2757 208.34499Q184.9632 207.46999 186.0882 207.46999Q187.24445 207.46999 187.9007 208.28249L187.94757 207.57936L188.94757 207.57936L188.94757 213.76686Q188.94757 215.00124 188.2132 215.70436Q187.47882 216.42311 186.26007 216.42311Q185.57257 216.42311 184.91632 216.12624Q184.26007 215.82936 183.91632 215.32936L184.47882 214.67311Q185.16632 215.53249 186.18195 215.53249Q186.9632 215.53249 187.4007 215.07936Q187.85382 214.64186 187.85382 213.82936L187.85382 213.28249Q187.19757 214.04811 186.07257 214.04811Q184.9632 214.04811 184.2757 213.15749Q183.5882 212.25124 183.5882 210.70436ZM184.68195 210.82936Q184.68195 211.89186 185.11945 212.51686Q185.55695 213.12624 186.35382 213.12624Q187.36945 213.12624 187.85382 212.18874L187.85382 209.29811Q187.35382 208.39186 186.35382 208.39186Q185.57257 208.39186 185.11945 209.00124Q184.68195 209.61061 184.68195 210.82936ZM190.86945 213.36061Q190.86945 213.07936 191.0257 212.89186Q191.19757 212.70436 191.5257 212.70436Q191.86945 212.70436 192.04132 212.89186Q192.2132 213.07936 192.2132 213.36061Q192.2132 213.62624 192.04132 213.81374Q191.86945 213.98561 191.5257 213.98561Q191.19757 213.98561 191.0257 213.81374Q190.86945 213.62624 190.86945 213.36061ZM193.55695 210.68874Q193.55695 209.76686 193.91632 209.01686Q194.29132 208.26686 194.94757 207.87624Q195.60382 207.46999 196.43195 207.46999Q197.72882 207.46999 198.5257 208.36061Q199.3382 209.25124 199.3382 210.75124L199.3382 210.82936Q199.3382 211.75124 198.97882 212.48561Q198.61945 213.21999 197.9632 213.64186Q197.30695 214.04811 196.44757 214.04811Q195.16632 214.04811 194.35382 213.15749Q193.55695 212.25124 193.55695 210.76686L193.55695 210.68874ZM194.6507 210.82936Q194.6507 211.87624 195.13507 212.51686Q195.63507 213.15749 196.44757 213.15749Q197.2757 213.15749 197.76007 212.51686Q198.24445 211.86061 198.24445 210.68874Q198.24445 209.65749 197.74445 209.01686Q197.26007 208.36061 196.43195 208.36061Q195.63507 208.36061 195.13507 209.00124Q194.6507 209.62624 194.6507 210.82936ZM203.91632 208.54811Q203.66632 208.51686 203.38507 208.51686Q202.30695 208.51686 201.93195 209.42311L201.93195 213.92311L200.85382 213.92311L200.85382 207.57936L201.9007 207.57936L201.91632 208.31374Q202.44757 207.46999 203.43195 207.46999Q203.74445 207.46999 203.91632 207.54811L203.91632 208.54811ZM204.5882 210.70436Q204.5882 209.21999 205.2757 208.34499Q205.9632 207.46999 207.0882 207.46999Q208.24445 207.46999 208.9007 208.28249L208.94757 207.57936L209.94757 207.57936L209.94757 213.76686Q209.94757 215.00124 209.2132 215.70436Q208.47882 216.42311 207.26007 216.42311Q206.57257 216.42311 205.91632 216.12624Q205.26007 215.82936 204.91632 215.32936L205.47882 214.67311Q206.16632 215.53249 207.18195 215.53249Q207.9632 215.53249 208.4007 215.07936Q208.85382 214.64186 208.85382 213.82936L208.85382 213.28249Q208.19757 214.04811 207.07257 214.04811Q205.9632 214.04811 205.2757 213.15749Q204.5882 212.25124 204.5882 210.70436ZM205.68195 210.82936Q205.68195 211.89186 206.11945 212.51686Q206.55695 213.12624 207.35382 213.12624Q208.36945 213.12624 208.85382 212.18874L208.85382 209.29811Q208.35382 208.39186 207.35382 208.39186Q206.57257 208.39186 206.11945 209.00124Q205.68195 209.61061 205.68195 210.82936ZM214.35382 210.51686Q214.35382 211.82936 214.01007 213.03249Q213.66632 214.21999 212.94757 215.23561Q212.24445 216.25124 211.47882 216.67311L211.24445 216.01686Q212.1507 215.32936 212.69757 213.87624Q213.24445 212.40749 213.26007 210.64186L213.26007 210.45436Q213.26007 209.21999 212.99445 208.15749Q212.74445 207.09499 212.2757 206.26686Q211.82257 205.42311 211.24445 204.95436L211.47882 204.29811Q212.24445 204.71999 212.94757 205.71999Q213.6507 206.71999 213.99445 207.93874Q214.35382 209.14186 214.35382 210.51686Z" fill-rule="nonzero"/><path fill="#666666" d="M115.588196 242.28065Q115.588196 240.79628 116.275696 239.92128Q116.963196 239.04628 118.088196 239.04628Q119.244446 239.04628 119.900696 239.85878L119.94757 239.15565L120.94757 239.15565L120.94757 245.34315Q120.94757 246.57753 120.213196 247.28065Q119.47882 247.9994 118.26007 247.9994Q117.57257 247.9994 116.91632 247.70253Q116.26007 247.40565 115.91632 246.90565L116.47882 246.2494Q117.16632 247.10878 118.181946 247.10878Q118.963196 247.10878 119.400696 246.65565Q119.85382 246.21815 119.85382 245.40565L119.85382 244.85878Q119.19757 245.6244 118.07257 245.6244Q116.963196 245.6244 116.275696 244.73378Q115.588196 243.82753 115.588196 242.28065ZM116.681946 242.40565Q116.681946 243.46815 117.119446 244.09315Q117.556946 244.70253 118.35382 244.70253Q119.369446 244.70253 119.85382 243.76503L119.85382 240.8744Q119.35382 239.96815 118.35382 239.96815Q117.57257 239.96815 117.119446 240.57753Q116.681946 241.1869 116.681946 242.40565ZM122.556946 242.26503Q122.556946 241.34315 122.91632 240.59315Q123.29132 239.84315 123.94757 239.45253Q124.60382 239.04628 125.431946 239.04628Q126.72882 239.04628 127.525696 239.9369Q128.3382 240.82753 128.3382 242.32753L128.3382 242.40565Q128.3382 243.32753 127.97882 244.0619Q127.619446 244.79628 126.963196 245.21815Q126.306946 245.6244 125.44757 245.6244Q124.16632 245.6244 123.35382 244.73378Q122.556946 243.82753 122.556946 242.34315L122.556946 242.26503ZM123.650696 242.40565Q123.650696 243.45253 124.13507 244.09315Q124.63507 244.73378 125.44757 244.73378Q126.275696 244.73378 126.76007 244.09315Q127.244446 243.4369 127.244446 242.26503Q127.244446 241.23378 126.744446 240.59315Q126.26007 239.9369 125.431946 239.9369Q124.63507 239.9369 124.13507 240.57753Q123.650696 241.20253 123.650696 242.40565ZM135.2132 242.40565Q135.2132 243.85878 134.54132 244.7494Q133.88507 245.6244 132.76007 245.6244Q131.55695 245.6244 130.9007 244.76503L130.8382 245.4994L129.85382 245.4994L129.85382 236.4994L130.93195 236.4994L130.93195 239.85878Q131.5882 239.04628 132.74445 239.04628Q133.9007 239.04628 134.55695 239.92128Q135.2132 240.78065 135.2132 242.3119L135.2132 242.40565ZM134.13507 242.28065Q134.13507 241.17128 133.69757 240.57753Q133.2757 239.96815 132.47882 239.96815Q131.4007 239.96815 130.93195 240.95253L130.93195 243.70253Q131.43195 244.70253 132.47882 244.70253Q133.26007 244.70253 133.69757 244.09315Q134.13507 243.48378 134.13507 242.28065ZM138.91632 243.90565L140.4007 239.15565L141.55695 239.15565L139.01007 246.48378Q138.41632 248.0619 137.13507 248.0619L136.91632 248.04628L136.5257 247.96815L136.5257 247.09315L136.80695 247.10878Q137.36945 247.10878 137.66632 246.89003Q137.97882 246.67128 138.18195 246.07753L138.41632 245.42128L136.1507 239.15565L137.3382 239.15565L138.91632 243.90565ZM145.47882 245.6244Q144.18195 245.6244 143.36945 244.78065Q142.57257 243.92128 142.57257 242.4994L142.57257 242.3119Q142.57257 241.35878 142.93195 240.6244Q143.29132 239.8744 143.93195 239.46815Q144.5882 239.04628 145.3382 239.04628Q146.57257 239.04628 147.26007 239.85878Q147.94757 240.67128 147.94757 242.1869L147.94757 242.64003L143.6507 242.64003Q143.68195 243.57753 144.19757 244.15565Q144.72882 244.73378 145.54132 244.73378Q146.10382 244.73378 146.49445 244.4994Q146.9007 244.26503 147.2132 243.8744L147.86945 244.39003Q147.07257 245.6244 145.47882 245.6244ZM145.3382 239.9369Q144.68195 239.9369 144.22882 240.42128Q143.79132 240.89003 143.69757 241.7494L146.86945 241.7494L146.86945 241.67128Q146.82257 240.84315 146.41632 240.39003Q146.0257 239.9369 145.3382 239.9369ZM150.97882 241.46815L152.38507 239.15565L153.6507 239.15565L151.57257 242.29628L153.7132 245.4994L152.4632 245.4994L150.99445 243.1244L149.5257 245.4994L148.26007 245.4994L150.4007 242.29628L148.3382 239.15565L149.5882 239.15565L150.97882 241.46815ZM158.76007 245.4994Q158.66632 245.3119 158.60382 244.82753Q157.85382 245.6244 156.80695 245.6244Q155.86945 245.6244 155.26007 245.09315Q154.66632 244.5619 154.66632 243.73378Q154.66632 242.7494 155.41632 242.20253Q156.16632 241.65565 157.54132 241.65565L158.5882 241.65565L158.5882 241.15565Q158.5882 240.59315 158.24445 240.26503Q157.91632 239.92128 157.24445 239.92128Q156.66632 239.92128 156.2757 240.21815Q155.88507 240.4994 155.88507 240.92128L154.79132 240.92128Q154.79132 240.4369 155.11945 239.9994Q155.4632 239.5619 156.04132 239.3119Q156.61945 239.04628 157.30695 239.04628Q158.41632 239.04628 159.0257 239.59315Q159.6507 240.14003 159.68195 241.09315L159.68195 244.01503Q159.68195 244.89003 159.9007 245.40565L159.9007 245.4994L158.76007 245.4994ZM156.9632 244.67128Q157.47882 244.67128 157.93195 244.40565Q158.38507 244.14003 158.5882 243.71815L158.5882 242.42128L157.74445 242.42128Q155.74445 242.42128 155.74445 243.59315Q155.74445 244.09315 156.0882 244.39003Q156.43195 244.67128 156.9632 244.67128ZM162.86945 239.15565L162.9007 239.85878Q163.5882 239.04628 164.7757 239.04628Q166.10382 239.04628 166.5882 240.0619Q166.9007 239.60878 167.4007 239.32753Q167.91632 239.04628 168.60382 239.04628Q170.69757 239.04628 170.72882 241.2494L170.72882 245.4994L169.6507 245.4994L169.6507 241.3119Q169.6507 240.64003 169.3382 240.3119Q169.0257 239.96815 168.29132 239.96815Q167.68195 239.96815 167.2757 240.32753Q166.88507 240.6869 166.82257 241.29628L166.82257 245.4994L165.74445 245.4994L165.74445 241.34315Q165.74445 239.96815 164.38507 239.96815Q163.32257 239.96815 162.93195 240.8744L162.93195 245.4994L161.8382 245.4994L161.8382 239.15565L162.86945 239.15565ZM178.19757 242.40565Q178.19757 243.84315 177.54132 244.73378Q176.88507 245.6244 175.74445 245.6244Q174.5882 245.6244 173.93195 244.89003L173.93195 247.9369L172.85382 247.9369L172.85382 239.15565L173.8382 239.15565L173.88507 239.85878Q174.55695 239.04628 175.72882 239.04628Q176.86945 239.04628 177.5257 239.90565Q178.19757 240.76503 178.19757 242.29628L178.19757 242.40565ZM177.11945 242.28065Q177.11945 241.20253 176.6507 240.59315Q176.19757 239.96815 175.4007 239.96815Q174.41632 239.96815 173.93195 240.82753L173.93195 243.85878Q174.41632 244.73378 175.41632 244.73378Q176.19757 244.73378 176.6507 244.1244Q177.11945 243.4994 177.11945 242.28065ZM181.0257 245.4994L179.94757 245.4994L179.94757 236.4994L181.0257 236.4994L181.0257 245.4994ZM185.47882 245.6244Q184.18195 245.6244 183.36945 244.78065Q182.57257 243.92128 182.57257 242.4994L182.57257 242.3119Q182.57257 241.35878 182.93195 240.6244Q183.29132 239.8744 183.93195 239.46815Q184.5882 239.04628 185.3382 239.04628Q186.57257 239.04628 187.26007 239.85878Q187.94757 240.67128 187.94757 242.1869L187.94757 242.64003L183.6507 242.64003Q183.68195 243.57753 184.19757 244.15565Q184.72882 244.73378 185.54132 244.73378Q186.10382 244.73378 186.49445 244.4994Q186.9007 244.26503 187.2132 243.8744L187.86945 244.39003Q187.07257 245.6244 185.47882 245.6244ZM185.3382 239.9369Q184.68195 239.9369 184.22882 240.42128Q183.79132 240.89003 183.69757 241.7494L186.86945 241.7494L186.86945 241.67128Q186.82257 240.84315 186.41632 240.39003Q186.0257 239.9369 185.3382 239.9369ZM188.86945 244.9369Q188.86945 244.65565 189.0257 244.46815Q189.19757 244.28065 189.5257 244.28065Q189.86945 244.28065 190.04132 244.46815Q190.2132 244.65565 190.2132 244.9369Q190.2132 245.20253 190.04132 245.39003Q189.86945 245.5619 189.5257 245.5619Q189.19757 245.5619 189.0257 245.39003Q188.86945 245.20253 188.86945 244.9369ZM194.38507 244.73378Q194.9632 244.73378 195.4007 244.39003Q195.8382 244.03065 195.88507 243.4994L196.91632 243.4994Q196.88507 244.04628 196.5257 244.54628Q196.18195 245.03065 195.60382 245.32753Q195.04132 245.6244 194.38507 245.6244Q193.0882 245.6244 192.32257 244.76503Q191.57257 243.89003 191.57257 242.39003L191.57257 242.20253Q191.57257 241.28065 191.9007 240.5619Q192.24445 239.84315 192.86945 239.45253Q193.51007 239.04628 194.38507 239.04628Q195.44757 239.04628 196.1507 239.6869Q196.86945 240.3119 196.91632 241.34315L195.88507 241.34315Q195.8382 240.71815 195.41632 240.32753Q194.99445 239.9369 194.38507 239.9369Q193.55695 239.9369 193.10382 240.53065Q192.6507 241.1244 192.6507 242.2494L192.6507 242.45253Q192.6507 243.54628 193.10382 244.14003Q193.55695 244.73378 194.38507 244.73378ZM197.55695 242.26503Q197.55695 241.34315 197.91632 240.59315Q198.29132 239.84315 198.94757 239.45253Q199.60382 239.04628 200.43195 239.04628Q201.72882 239.04628 202.5257 239.9369Q203.3382 240.82753 203.3382 242.32753L203.3382 242.40565Q203.3382 243.32753 202.97882 244.0619Q202.61945 244.79628 201.9632 245.21815Q201.30695 245.6244 200.44757 245.6244Q199.16632 245.6244 198.35382 244.73378Q197.55695 243.82753 197.55695 242.34315L197.55695 242.26503ZM198.6507 242.40565Q198.6507 243.45253 199.13507 244.09315Q199.63507 244.73378 200.44757 244.73378Q201.2757 244.73378 201.76007 244.09315Q202.24445 243.4369 202.24445 242.26503Q202.24445 241.23378 201.74445 240.59315Q201.26007 239.9369 200.43195 239.9369Q199.63507 239.9369 199.13507 240.57753Q198.6507 241.20253 198.6507 242.40565ZM205.86945 239.15565L205.9007 239.85878Q206.5882 239.04628 207.7757 239.04628Q209.10382 239.04628 209.5882 240.0619Q209.9007 239.60878 210.4007 239.32753Q210.91632 239.04628 211.60382 239.04628Q213.69757 239.04628 213.72882 241.2494L213.72882 245.4994L212.6507 245.4994L212.6507 241.3119Q212.6507 240.64003 212.3382 240.3119Q212.0257 239.96815 211.29132 239.96815Q210.68195 239.96815 210.2757 240.32753Q209.88507 240.6869 209.82257 241.29628L209.82257 245.4994L208.74445 245.4994L208.74445 241.34315Q208.74445 239.96815 207.38507 239.96815Q206.32257 239.96815 205.93195 240.8744L205.93195 245.4994L204.8382 245.4994L204.8382 239.15565L205.86945 239.15565Z" fill-rule="nonzero"/><path fill="#666666" d="M125.29132 274.37256Q125.13507 275.7163 124.29132 276.4663Q123.44757 277.20068 122.056946 277.20068Q120.54132 277.20068 119.63507 276.12256Q118.72882 275.0288 118.72882 273.20068L118.72882 272.38818Q118.72882 271.20068 119.150696 270.29443Q119.57257 269.38818 120.35382 268.9038Q121.13507 268.41943 122.150696 268.41943Q123.51007 268.41943 124.32257 269.18506Q125.150696 269.95068 125.29132 271.2788L124.16632 271.2788Q124.01007 270.26318 123.525696 269.81006Q123.04132 269.35693 122.150696 269.35693Q121.07257 269.35693 120.463196 270.1538Q119.85382 270.95068 119.85382 272.41943L119.85382 273.24756Q119.85382 274.63818 120.431946 275.4663Q121.01007 276.2788 122.056946 276.2788Q122.994446 276.2788 123.494446 275.85693Q123.994446 275.41943 124.16632 274.37256L125.29132 274.37256ZM126.556946 273.8413Q126.556946 272.91943 126.91632 272.16943Q127.29132 271.41943 127.94757 271.0288Q128.60382 270.62256 129.43195 270.62256Q130.72882 270.62256 131.5257 271.51318Q132.3382 272.4038 132.3382 273.9038L132.3382 273.98193Q132.3382 274.9038 131.97882 275.63818Q131.61945 276.37256 130.9632 276.79443Q130.30695 277.20068 129.44757 277.20068Q128.16632 277.20068 127.35382 276.31006Q126.556946 275.4038 126.556946 273.91943L126.556946 273.8413ZM127.650696 273.98193Q127.650696 275.0288 128.13507 275.66943Q128.63507 276.31006 129.44757 276.31006Q130.2757 276.31006 130.76007 275.66943Q131.24445 275.01318 131.24445 273.8413Q131.24445 272.81006 130.74445 272.16943Q130.26007 271.51318 129.43195 271.51318Q128.63507 271.51318 128.13507 272.1538Q127.650696 272.7788 127.650696 273.98193ZM134.86945 270.73193L134.9007 271.43506Q135.5882 270.62256 136.7757 270.62256Q138.10382 270.62256 138.5882 271.63818Q138.9007 271.18506 139.4007 270.9038Q139.91632 270.62256 140.60382 270.62256Q142.69757 270.62256 142.72882 272.82568L142.72882 277.07568L141.6507 277.07568L141.6507 272.88818Q141.6507 272.2163 141.3382 271.88818Q141.0257 271.54443 140.29132 271.54443Q139.68195 271.54443 139.2757 271.9038Q138.88507 272.26318 138.82257 272.87256L138.82257 277.07568L137.74445 277.07568L137.74445 272.91943Q137.74445 271.54443 136.38507 271.54443Q135.32257 271.54443 134.93195 272.45068L134.93195 277.07568L133.8382 277.07568L133.8382 270.73193L134.86945 270.73193ZM145.86945 270.73193L145.9007 271.43506Q146.5882 270.62256 147.7757 270.62256Q149.10382 270.62256 149.5882 271.63818Q149.9007 271.18506 150.4007 270.9038Q150.91632 270.62256 151.60382 270.62256Q153.69757 270.62256 153.72882 272.82568L153.72882 277.07568L152.6507 277.07568L152.6507 272.88818Q152.6507 272.2163 152.3382 271.88818Q152.0257 271.54443 151.29132 271.54443Q150.68195 271.54443 150.2757 271.9038Q149.88507 272.26318 149.82257 272.87256L149.82257 277.07568L148.74445 277.07568L148.74445 272.91943Q148.74445 271.54443 147.38507 271.54443Q146.32257 271.54443 145.93195 272.45068L145.93195 277.07568L144.8382 277.07568L144.8382 270.73193L145.86945 270.73193ZM159.76007 276.45068Q159.13507 277.20068 157.9007 277.20068Q156.88507 277.20068 156.35382 276.60693Q155.82257 276.01318 155.82257 274.85693L155.82257 270.73193L156.9007 270.73193L156.9007 274.82568Q156.9007 276.2788 158.07257 276.2788Q159.32257 276.2788 159.72882 275.3413L159.72882 270.73193L160.82257 270.73193L160.82257 277.07568L159.79132 277.07568L159.76007 276.45068ZM163.86945 270.73193L163.9007 271.5288Q164.63507 270.62256 165.80695 270.62256Q167.82257 270.62256 167.8382 272.88818L167.8382 277.07568L166.74445 277.07568L166.74445 272.87256Q166.74445 272.20068 166.43195 271.87256Q166.13507 271.54443 165.47882 271.54443Q164.94757 271.54443 164.54132 271.82568Q164.1507 272.10693 163.93195 272.56006L163.93195 277.07568L162.85382 277.07568L162.85382 270.73193L163.86945 270.73193ZM171.0257 277.07568L169.94757 277.07568L169.94757 270.73193L171.0257 270.73193L171.0257 277.07568ZM169.85382 269.06006Q169.85382 268.79443 170.01007 268.60693Q170.18195 268.41943 170.49445 268.41943Q170.80695 268.41943 170.9632 268.60693Q171.13507 268.79443 171.13507 269.06006Q171.13507 269.31006 170.9632 269.49756Q170.80695 269.66943 170.49445 269.66943Q170.18195 269.66943 170.01007 269.49756Q169.85382 269.31006 169.85382 269.06006ZM174.32257 269.20068L174.32257 270.73193L175.49445 270.73193L175.49445 271.57568L174.32257 271.57568L174.32257 275.49756Q174.32257 275.88818 174.47882 276.07568Q174.63507 276.26318 175.01007 276.26318Q175.19757 276.26318 175.5257 276.20068L175.5257 277.07568Q175.10382 277.20068 174.69757 277.20068Q173.97882 277.20068 173.60382 276.76318Q173.22882 276.31006 173.22882 275.49756L173.22882 271.57568L172.07257 271.57568L172.07257 270.73193L173.22882 270.73193L173.22882 269.20068L174.32257 269.20068ZM178.91632 275.48193L180.4007 270.73193L181.55695 270.73193L179.01007 278.06006Q178.41632 279.63818 177.13507 279.63818L176.91632 279.62256L176.5257 279.54443L176.5257 278.66943L176.80695 278.68506Q177.36945 278.68506 177.66632 278.4663Q177.97882 278.24756 178.18195 277.6538L178.41632 276.99756L176.1507 270.73193L177.3382 270.73193L178.91632 275.48193ZM191.2132 273.98193Q191.2132 275.43506 190.54132 276.32568Q189.88507 277.20068 188.76007 277.20068Q187.55695 277.20068 186.9007 276.3413L186.8382 277.07568L185.85382 277.07568L185.85382 268.07568L186.93195 268.07568L186.93195 271.43506Q187.5882 270.62256 188.74445 270.62256Q189.9007 270.62256 190.55695 271.49756Q191.2132 272.35693 191.2132 273.88818L191.2132 273.98193ZM190.13507 273.85693Q190.13507 272.74756 189.69757 272.1538Q189.2757 271.54443 188.47882 271.54443Q187.4007 271.54443 186.93195 272.5288L186.93195 275.2788Q187.43195 276.2788 188.47882 276.2788Q189.26007 276.2788 189.69757 275.66943Q190.13507 275.06006 190.13507 273.85693ZM194.0257 277.07568L192.94757 277.07568L192.94757 268.07568L194.0257 268.07568L194.0257 277.07568ZM195.55695 273.8413Q195.55695 272.91943 195.91632 272.16943Q196.29132 271.41943 196.94757 271.0288Q197.60382 270.62256 198.43195 270.62256Q199.72882 270.62256 200.5257 271.51318Q201.3382 272.4038 201.3382 273.9038L201.3382 273.98193Q201.3382 274.9038 200.97882 275.63818Q200.61945 276.37256 199.9632 276.79443Q199.30695 277.20068 198.44757 277.20068Q197.16632 277.20068 196.35382 276.31006Q195.55695 275.4038 195.55695 273.91943L195.55695 273.8413ZM196.6507 273.98193Q196.6507 275.0288 197.13507 275.66943Q197.63507 276.31006 198.44757 276.31006Q199.2757 276.31006 199.76007 275.66943Q200.24445 275.01318 200.24445 273.8413Q200.24445 272.81006 199.74445 272.16943Q199.26007 271.51318 198.43195 271.51318Q197.63507 271.51318 197.13507 272.1538Q196.6507 272.7788 196.6507 273.98193ZM202.5882 273.85693Q202.5882 272.37256 203.2757 271.49756Q203.9632 270.62256 205.0882 270.62256Q206.24445 270.62256 206.9007 271.43506L206.94757 270.73193L207.94757 270.73193L207.94757 276.91943Q207.94757 278.1538 207.2132 278.85693Q206.47882 279.57568 205.26007 279.57568Q204.57257 279.57568 203.91632 279.2788Q203.26007 278.98193 202.91632 278.48193L203.47882 277.82568Q204.16632 278.68506 205.18195 278.68506Q205.9632 278.68506 206.4007 278.23193Q206.85382 277.79443 206.85382 276.98193L206.85382 276.43506Q206.19757 277.20068 205.07257 277.20068Q203.9632 277.20068 203.2757 276.31006Q202.5882 275.4038 202.5882 273.85693ZM203.68195 273.98193Q203.68195 275.04443 204.11945 275.66943Q204.55695 276.2788 205.35382 276.2788Q206.36945 276.2788 206.85382 275.3413L206.85382 272.45068Q206.35382 271.54443 205.35382 271.54443Q204.57257 271.54443 204.11945 272.1538Q203.68195 272.76318 203.68195 273.98193ZM213.54132 275.38818Q213.54132 274.95068 213.19757 274.7163Q212.86945 274.4663 212.04132 274.29443Q211.22882 274.12256 210.74445 273.87256Q210.26007 273.62256 210.0257 273.29443Q209.80695 272.95068 209.80695 272.48193Q209.80695 271.70068 210.4632 271.16943Q211.11945 270.62256 212.1507 270.62256Q213.22882 270.62256 213.88507 271.18506Q214.55695 271.73193 214.55695 272.5913L213.47882 272.5913Q213.47882 272.1538 213.0882 271.8413Q212.7132 271.51318 212.1507 271.51318Q211.55695 271.51318 211.2132 271.7788Q210.88507 272.0288 210.88507 272.43506Q210.88507 272.82568 211.19757 273.0288Q211.51007 273.23193 212.32257 273.41943Q213.13507 273.5913 213.63507 273.8413Q214.13507 274.0913 214.36945 274.45068Q214.61945 274.81006 214.61945 275.31006Q214.61945 276.16943 213.93195 276.68506Q213.26007 277.20068 212.18195 277.20068Q211.41632 277.20068 210.82257 276.93506Q210.24445 276.6538 209.91632 276.16943Q209.5882 275.68506 209.5882 275.12256L210.66632 275.12256Q210.69757 275.66943 211.10382 275.99756Q211.51007 276.31006 212.18195 276.31006Q212.79132 276.31006 213.16632 276.06006Q213.54132 275.81006 213.54132 275.38818Z" fill-rule="nonzero"/><path fill="#666666" d="M127.150696 305.19885L125.13507 305.19885L125.13507 308.65198L124.01007 308.65198L124.01007 300.12073L126.838196 300.12073Q128.2757 300.12073 129.04132 300.77698Q129.82257 301.43323 129.82257 302.68323Q129.82257 303.4801 129.38507 304.07385Q128.9632 304.6676 128.19757 304.96448L130.19757 308.57385L130.19757 308.65198L128.99445 308.65198L127.150696 305.19885ZM125.13507 304.27698L126.869446 304.27698Q127.713196 304.27698 128.19757 303.8551Q128.69757 303.4176 128.69757 302.68323Q128.69757 301.90198 128.22882 301.4801Q127.76007 301.05823 126.869446 301.0426L125.13507 301.0426L125.13507 304.27698ZM133.47882 308.77698Q132.18195 308.77698 131.36945 307.93323Q130.57257 307.07385 130.57257 305.65198L130.57257 305.46448Q130.57257 304.51135 130.93195 303.77698Q131.29132 303.02698 131.93195 302.62073Q132.5882 302.19885 133.3382 302.19885Q134.57257 302.19885 135.26007 303.01135Q135.94757 303.82385 135.94757 305.33948L135.94757 305.7926L131.6507 305.7926Q131.68195 306.7301 132.19757 307.30823Q132.72882 307.88635 133.54132 307.88635Q134.10382 307.88635 134.49445 307.65198Q134.9007 307.4176 135.2132 307.02698L135.86945 307.5426Q135.07257 308.77698 133.47882 308.77698ZM133.3382 303.08948Q132.68195 303.08948 132.22882 303.57385Q131.79132 304.0426 131.69757 304.90198L134.86945 304.90198L134.86945 304.82385Q134.82257 303.99573 134.41632 303.5426Q134.0257 303.08948 133.3382 303.08948ZM136.5882 305.43323Q136.5882 303.96448 137.2757 303.08948Q137.9632 302.19885 139.0882 302.19885Q140.19757 302.19885 140.85382 302.94885L140.85382 299.65198L141.93195 299.65198L141.93195 308.65198L140.93195 308.65198L140.88507 307.96448Q140.22882 308.77698 139.07257 308.77698Q137.97882 308.77698 137.2757 307.87073Q136.5882 306.96448 136.5882 305.51135L136.5882 305.43323ZM137.66632 305.55823Q137.66632 306.63635 138.10382 307.24573Q138.55695 307.8551 139.3382 307.8551Q140.36945 307.8551 140.85382 306.9176L140.85382 304.01135Q140.36945 303.12073 139.35382 303.12073Q138.55695 303.12073 138.10382 303.7301Q137.66632 304.33948 137.66632 305.55823ZM143.5882 305.43323Q143.5882 303.96448 144.2757 303.08948Q144.9632 302.19885 146.0882 302.19885Q147.19757 302.19885 147.85382 302.94885L147.85382 299.65198L148.93195 299.65198L148.93195 308.65198L147.93195 308.65198L147.88507 307.96448Q147.22882 308.77698 146.07257 308.77698Q144.97882 308.77698 144.2757 307.87073Q143.5882 306.96448 143.5882 305.51135L143.5882 305.43323ZM144.66632 305.55823Q144.66632 306.63635 145.10382 307.24573Q145.55695 307.8551 146.3382 307.8551Q147.36945 307.8551 147.85382 306.9176L147.85382 304.01135Q147.36945 303.12073 146.35382 303.12073Q145.55695 303.12073 145.10382 303.7301Q144.66632 304.33948 144.66632 305.55823ZM152.0257 308.65198L150.94757 308.65198L150.94757 302.30823L152.0257 302.30823L152.0257 308.65198ZM150.85382 300.63635Q150.85382 300.37073 151.01007 300.18323Q151.18195 299.99573 151.49445 299.99573Q151.80695 299.99573 151.9632 300.18323Q152.13507 300.37073 152.13507 300.63635Q152.13507 300.88635 151.9632 301.07385Q151.80695 301.24573 151.49445 301.24573Q151.18195 301.24573 151.01007 301.07385Q150.85382 300.88635 150.85382 300.63635ZM155.32257 300.77698L155.32257 302.30823L156.49445 302.30823L156.49445 303.15198L155.32257 303.15198L155.32257 307.07385Q155.32257 307.46448 155.47882 307.65198Q155.63507 307.83948 156.01007 307.83948Q156.19757 307.83948 156.5257 307.77698L156.5257 308.65198Q156.10382 308.77698 155.69757 308.77698Q154.97882 308.77698 154.60382 308.33948Q154.22882 307.88635 154.22882 307.07385L154.22882 303.15198L153.07257 303.15198L153.07257 302.30823L154.22882 302.30823L154.22882 300.77698L155.32257 300.77698ZM160.80695 305.18323Q160.80695 303.87073 161.1507 302.65198Q161.51007 301.43323 162.2132 300.43323Q162.91632 299.43323 163.68195 299.02698L163.9007 299.74573Q163.04132 300.40198 162.49445 301.74573Q161.94757 303.08948 161.9007 304.76135L161.88507 305.26135Q161.88507 307.52698 162.7132 309.18323Q163.2132 310.18323 163.9007 310.74573L163.68195 311.40198Q162.9007 310.9801 162.18195 309.94885Q160.80695 307.96448 160.80695 305.18323ZM167.91632 303.27698Q167.66632 303.24573 167.38507 303.24573Q166.30695 303.24573 165.93195 304.15198L165.93195 308.65198L164.85382 308.65198L164.85382 302.30823L165.9007 302.30823L165.91632 303.0426Q166.44757 302.19885 167.43195 302.19885Q167.74445 302.19885 167.91632 302.27698L167.91632 303.27698ZM169.05695 309.38635L168.13507 309.38635L171.69757 300.12073L172.61945 300.12073L169.05695 309.38635ZM173.5882 305.43323Q173.5882 303.94885 174.2757 303.07385Q174.9632 302.19885 176.0882 302.19885Q177.24445 302.19885 177.9007 303.01135L177.94757 302.30823L178.94757 302.30823L178.94757 308.49573Q178.94757 309.7301 178.2132 310.43323Q177.47882 311.15198 176.26007 311.15198Q175.57257 311.15198 174.91632 310.8551Q174.26007 310.55823 173.91632 310.05823L174.47882 309.40198Q175.16632 310.26135 176.18195 310.26135Q176.9632 310.26135 177.4007 309.80823Q177.85382 309.37073 177.85382 308.55823L177.85382 308.01135Q177.19757 308.77698 176.07257 308.77698Q174.9632 308.77698 174.2757 307.88635Q173.5882 306.9801 173.5882 305.43323ZM174.68195 305.55823Q174.68195 306.62073 175.11945 307.24573Q175.55695 307.8551 176.35382 307.8551Q177.36945 307.8551 177.85382 306.9176L177.85382 304.02698Q177.35382 303.12073 176.35382 303.12073Q175.57257 303.12073 175.11945 303.7301Q174.68195 304.33948 174.68195 305.55823ZM180.55695 305.4176Q180.55695 304.49573 180.91632 303.74573Q181.29132 302.99573 181.94757 302.6051Q182.60382 302.19885 183.43195 302.19885Q184.72882 302.19885 185.5257 303.08948Q186.3382 303.9801 186.3382 305.4801L186.3382 305.55823Q186.3382 306.4801 185.97882 307.21448Q185.61945 307.94885 184.9632 308.37073Q184.30695 308.77698 183.44757 308.77698Q182.16632 308.77698 181.35382 307.88635Q180.55695 306.9801 180.55695 305.49573L180.55695 305.4176ZM181.6507 305.55823Q181.6507 306.6051 182.13507 307.24573Q182.63507 307.88635 183.44757 307.88635Q184.2757 307.88635 184.76007 307.24573Q185.24445 306.58948 185.24445 305.4176Q185.24445 304.38635 184.74445 303.74573Q184.26007 303.08948 183.43195 303.08948Q182.63507 303.08948 182.13507 303.7301Q181.6507 304.3551 181.6507 305.55823ZM189.0257 308.65198L187.94757 308.65198L187.94757 299.65198L189.0257 299.65198L189.0257 308.65198ZM194.76007 308.65198Q194.66632 308.46448 194.60382 307.9801Q193.85382 308.77698 192.80695 308.77698Q191.86945 308.77698 191.26007 308.24573Q190.66632 307.71448 190.66632 306.88635Q190.66632 305.90198 191.41632 305.3551Q192.16632 304.80823 193.54132 304.80823L194.5882 304.80823L194.5882 304.30823Q194.5882 303.74573 194.24445 303.4176Q193.91632 303.07385 193.24445 303.07385Q192.66632 303.07385 192.2757 303.37073Q191.88507 303.65198 191.88507 304.07385L190.79132 304.07385Q190.79132 303.58948 191.11945 303.15198Q191.4632 302.71448 192.04132 302.46448Q192.61945 302.19885 193.30695 302.19885Q194.41632 302.19885 195.0257 302.74573Q195.6507 303.2926 195.68195 304.24573L195.68195 307.1676Q195.68195 308.0426 195.9007 308.55823L195.9007 308.65198L194.76007 308.65198ZM192.9632 307.82385Q193.47882 307.82385 193.93195 307.55823Q194.38507 307.2926 194.5882 306.87073L194.5882 305.57385L193.74445 305.57385Q191.74445 305.57385 191.74445 306.74573Q191.74445 307.24573 192.0882 307.5426Q192.43195 307.82385 192.9632 307.82385ZM198.86945 302.30823L198.9007 303.1051Q199.63507 302.19885 200.80695 302.19885Q202.82257 302.19885 202.8382 304.46448L202.8382 308.65198L201.74445 308.65198L201.74445 304.44885Q201.74445 303.77698 201.43195 303.44885Q201.13507 303.12073 200.47882 303.12073Q199.94757 303.12073 199.54132 303.40198Q199.1507 303.68323 198.93195 304.13635L198.93195 308.65198L197.85382 308.65198L197.85382 302.30823L198.86945 302.30823ZM204.5882 305.43323Q204.5882 303.94885 205.2757 303.07385Q205.9632 302.19885 207.0882 302.19885Q208.24445 302.19885 208.9007 303.01135L208.94757 302.30823L209.94757 302.30823L209.94757 308.49573Q209.94757 309.7301 209.2132 310.43323Q208.47882 311.15198 207.26007 311.15198Q206.57257 311.15198 205.91632 310.8551Q205.26007 310.55823 204.91632 310.05823L205.47882 309.40198Q206.16632 310.26135 207.18195 310.26135Q207.9632 310.26135 208.4007 309.80823Q208.85382 309.37073 208.85382 308.55823L208.85382 308.01135Q208.19757 308.77698 207.07257 308.77698Q205.9632 308.77698 205.2757 307.88635Q204.5882 306.9801 204.5882 305.43323ZM205.68195 305.55823Q205.68195 306.62073 206.11945 307.24573Q206.55695 307.8551 207.35382 307.8551Q208.36945 307.8551 208.85382 306.9176L208.85382 304.02698Q208.35382 303.12073 207.35382 303.12073Q206.57257 303.12073 206.11945 303.7301Q205.68195 304.33948 205.68195 305.55823ZM214.35382 305.24573Q214.35382 306.55823 214.01007 307.76135Q213.66632 308.94885 212.94757 309.96448Q212.24445 310.9801 211.47882 311.40198L211.24445 310.74573Q212.1507 310.05823 212.69757 308.6051Q213.24445 307.13635 213.26007 305.37073L213.26007 305.18323Q213.26007 303.94885 212.99445 302.88635Q212.74445 301.82385 212.2757 300.99573Q211.82257 300.15198 211.24445 299.68323L211.47882 299.02698Q212.24445 299.44885 212.94757 300.44885Q213.6507 301.44885 213.99445 302.6676Q214.35382 303.87073 214.35382 305.24573Z" fill-rule="nonzero"/><path fill="#666666" d="M114.29132 337.52515Q114.13507 338.8689 113.29132 339.6189Q112.44757 340.35327 111.056946 340.35327Q109.54132 340.35327 108.63507 339.27515Q107.72882 338.1814 107.72882 336.35327L107.72882 335.54077Q107.72882 334.35327 108.150696 333.44702Q108.57257 332.54077 109.35382 332.0564Q110.13507 331.57202 111.150696 331.57202Q112.51007 331.57202 113.32257 332.33765Q114.150696 333.10327 114.29132 334.4314L113.16632 334.4314Q113.01007 333.41577 112.525696 332.96265Q112.04132 332.50952 111.150696 332.50952Q110.07257 332.50952 109.463196 333.3064Q108.85382 334.10327 108.85382 335.57202L108.85382 336.40015Q108.85382 337.79077 109.431946 338.6189Q110.01007 339.4314 111.056946 339.4314Q111.994446 339.4314 112.494446 339.00952Q112.994446 338.57202 113.16632 337.52515L114.29132 337.52515ZM115.556946 336.9939Q115.556946 336.07202 115.91632 335.32202Q116.29132 334.57202 116.94757 334.1814Q117.60382 333.77515 118.431946 333.77515Q119.72882 333.77515 120.525696 334.66577Q121.338196 335.5564 121.338196 337.0564L121.338196 337.13452Q121.338196 338.0564 120.97882 338.79077Q120.619446 339.52515 119.963196 339.94702Q119.306946 340.35327 118.44757 340.35327Q117.16632 340.35327 116.35382 339.46265Q115.556946 338.5564 115.556946 337.07202L115.556946 336.9939ZM116.650696 337.13452Q116.650696 338.1814 117.13507 338.82202Q117.63507 339.46265 118.44757 339.46265Q119.275696 339.46265 119.76007 338.82202Q120.244446 338.16577 120.244446 336.9939Q120.244446 335.96265 119.744446 335.32202Q119.26007 334.66577 118.431946 334.66577Q117.63507 334.66577 117.13507 335.3064Q116.650696 335.9314 116.650696 337.13452ZM124.025696 340.22827L122.94757 340.22827L122.94757 331.22827L124.025696 331.22827L124.025696 340.22827ZM127.025696 340.22827L125.94757 340.22827L125.94757 331.22827L127.025696 331.22827L127.025696 340.22827ZM131.47882 340.35327Q130.18195 340.35327 129.36945 339.50952Q128.57257 338.65015 128.57257 337.22827L128.57257 337.04077Q128.57257 336.08765 128.93195 335.35327Q129.29132 334.60327 129.93195 334.19702Q130.5882 333.77515 131.3382 333.77515Q132.57257 333.77515 133.26007 334.58765Q133.94757 335.40015 133.94757 336.91577L133.94757 337.3689L129.6507 337.3689Q129.68195 338.3064 130.19757 338.88452Q130.72882 339.46265 131.54132 339.46265Q132.10382 339.46265 132.49445 339.22827Q132.9007 338.9939 133.2132 338.60327L133.86945 339.1189Q133.07257 340.35327 131.47882 340.35327ZM131.3382 334.66577Q130.68195 334.66577 130.22882 335.15015Q129.79132 335.6189 129.69757 336.47827L132.86945 336.47827L132.86945 336.40015Q132.82257 335.57202 132.41632 335.1189Q132.0257 334.66577 131.3382 334.66577ZM138.76007 340.22827Q138.66632 340.04077 138.60382 339.5564Q137.85382 340.35327 136.80695 340.35327Q135.86945 340.35327 135.26007 339.82202Q134.66632 339.29077 134.66632 338.46265Q134.66632 337.47827 135.41632 336.9314Q136.16632 336.38452 137.54132 336.38452L138.5882 336.38452L138.5882 335.88452Q138.5882 335.32202 138.24445 334.9939Q137.91632 334.65015 137.24445 334.65015Q136.66632 334.65015 136.2757 334.94702Q135.88507 335.22827 135.88507 335.65015L134.79132 335.65015Q134.79132 335.16577 135.11945 334.72827Q135.4632 334.29077 136.04132 334.04077Q136.61945 333.77515 137.30695 333.77515Q138.41632 333.77515 139.0257 334.32202Q139.6507 334.8689 139.68195 335.82202L139.68195 338.7439Q139.68195 339.6189 139.9007 340.13452L139.9007 340.22827L138.76007 340.22827ZM136.9632 339.40015Q137.47882 339.40015 137.93195 339.13452Q138.38507 338.8689 138.5882 338.44702L138.5882 337.15015L137.74445 337.15015Q135.74445 337.15015 135.74445 338.32202Q135.74445 338.82202 136.0882 339.1189Q136.43195 339.40015 136.9632 339.40015ZM141.5882 337.00952Q141.5882 335.52515 142.2757 334.65015Q142.9632 333.77515 144.0882 333.77515Q145.24445 333.77515 145.9007 334.58765L145.94757 333.88452L146.94757 333.88452L146.94757 340.07202Q146.94757 341.3064 146.2132 342.00952Q145.47882 342.72827 144.26007 342.72827Q143.57257 342.72827 142.91632 342.4314Q142.26007 342.13452 141.91632 341.63452L142.47882 340.97827Q143.16632 341.83765 144.18195 341.83765Q144.9632 341.83765 145.4007 341.38452Q145.85382 340.94702 145.85382 340.13452L145.85382 339.58765Q145.19757 340.35327 144.07257 340.35327Q142.9632 340.35327 142.2757 339.46265Q141.5882 338.5564 141.5882 337.00952ZM142.68195 337.13452Q142.68195 338.19702 143.11945 338.82202Q143.55695 339.4314 144.35382 339.4314Q145.36945 339.4314 145.85382 338.4939L145.85382 335.60327Q145.35382 334.69702 144.35382 334.69702Q143.57257 334.69702 143.11945 335.3064Q142.68195 335.91577 142.68195 337.13452ZM152.76007 339.60327Q152.13507 340.35327 150.9007 340.35327Q149.88507 340.35327 149.35382 339.75952Q148.82257 339.16577 148.82257 338.00952L148.82257 333.88452L149.9007 333.88452L149.9007 337.97827Q149.9007 339.4314 151.07257 339.4314Q152.32257 339.4314 152.72882 338.4939L152.72882 333.88452L153.82257 333.88452L153.82257 340.22827L152.79132 340.22827L152.76007 339.60327ZM158.47882 340.35327Q157.18195 340.35327 156.36945 339.50952Q155.57257 338.65015 155.57257 337.22827L155.57257 337.04077Q155.57257 336.08765 155.93195 335.35327Q156.29132 334.60327 156.93195 334.19702Q157.5882 333.77515 158.3382 333.77515Q159.57257 333.77515 160.26007 334.58765Q160.94757 335.40015 160.94757 336.91577L160.94757 337.3689L156.6507 337.3689Q156.68195 338.3064 157.19757 338.88452Q157.72882 339.46265 158.54132 339.46265Q159.10382 339.46265 159.49445 339.22827Q159.9007 338.9939 160.2132 338.60327L160.86945 339.1189Q160.07257 340.35327 158.47882 340.35327ZM158.3382 334.66577Q157.68195 334.66577 157.22882 335.15015Q156.79132 335.6189 156.69757 336.47827L159.86945 336.47827L159.86945 336.40015Q159.82257 335.57202 159.41632 335.1189Q159.0257 334.66577 158.3382 334.66577ZM165.54132 338.54077Q165.54132 338.10327 165.19757 337.8689Q164.86945 337.6189 164.04132 337.44702Q163.22882 337.27515 162.74445 337.02515Q162.26007 336.77515 162.0257 336.44702Q161.80695 336.10327 161.80695 335.63452Q161.80695 334.85327 162.4632 334.32202Q163.11945 333.77515 164.1507 333.77515Q165.22882 333.77515 165.88507 334.33765Q166.55695 334.88452 166.55695 335.7439L165.47882 335.7439Q165.47882 335.3064 165.0882 334.9939Q164.7132 334.66577 164.1507 334.66577Q163.55695 334.66577 163.2132 334.9314Q162.88507 335.1814 162.88507 335.58765Q162.88507 335.97827 163.19757 336.1814Q163.51007 336.38452 164.32257 336.57202Q165.13507 336.7439 165.63507 336.9939Q166.13507 337.2439 166.36945 337.60327Q166.61945 337.96265 166.61945 338.46265Q166.61945 339.32202 165.93195 339.83765Q165.26007 340.35327 164.18195 340.35327Q163.41632 340.35327 162.82257 340.08765Q162.24445 339.8064 161.91632 339.32202Q161.5882 338.83765 161.5882 338.27515L162.66632 338.27515Q162.69757 338.82202 163.10382 339.15015Q163.51007 339.46265 164.18195 339.46265Q164.79132 339.46265 165.16632 339.21265Q165.54132 338.96265 165.54132 338.54077ZM171.05695 340.96265L170.13507 340.96265L173.69757 331.69702L174.61945 331.69702L171.05695 340.96265ZM179.38507 340.22827L179.38507 334.72827L178.38507 334.72827L178.38507 333.88452L179.38507 333.88452L179.38507 333.2439Q179.38507 332.21265 179.91632 331.66577Q180.4632 331.10327 181.4632 331.10327Q181.8382 331.10327 182.2132 331.19702L182.1507 332.08765Q181.86945 332.02515 181.57257 332.02515Q181.04132 332.02515 180.74445 332.33765Q180.4632 332.65015 180.4632 333.21265L180.4632 333.88452L181.82257 333.88452L181.82257 334.72827L180.4632 334.72827L180.4632 340.22827L179.38507 340.22827ZM185.91632 334.85327Q185.66632 334.82202 185.38507 334.82202Q184.30695 334.82202 183.93195 335.72827L183.93195 340.22827L182.85382 340.22827L182.85382 333.88452L183.9007 333.88452L183.91632 334.6189Q184.44757 333.77515 185.43195 333.77515Q185.74445 333.77515 185.91632 333.85327L185.91632 334.85327ZM188.0257 340.22827L186.94757 340.22827L186.94757 333.88452L188.0257 333.88452L188.0257 340.22827ZM186.85382 332.21265Q186.85382 331.94702 187.01007 331.75952Q187.18195 331.57202 187.49445 331.57202Q187.80695 331.57202 187.9632 331.75952Q188.13507 331.94702 188.13507 332.21265Q188.13507 332.46265 187.9632 332.65015Q187.80695 332.82202 187.49445 332.82202Q187.18195 332.82202 187.01007 332.65015Q186.85382 332.46265 186.85382 332.21265ZM192.47882 340.35327Q191.18195 340.35327 190.36945 339.50952Q189.57257 338.65015 189.57257 337.22827L189.57257 337.04077Q189.57257 336.08765 189.93195 335.35327Q190.29132 334.60327 190.93195 334.19702Q191.5882 333.77515 192.3382 333.77515Q193.57257 333.77515 194.26007 334.58765Q194.94757 335.40015 194.94757 336.91577L194.94757 337.3689L190.6507 337.3689Q190.68195 338.3064 191.19757 338.88452Q191.72882 339.46265 192.54132 339.46265Q193.10382 339.46265 193.49445 339.22827Q193.9007 338.9939 194.2132 338.60327L194.86945 339.1189Q194.07257 340.35327 192.47882 340.35327ZM192.3382 334.66577Q191.68195 334.66577 191.22882 335.15015Q190.79132 335.6189 190.69757 336.47827L193.86945 336.47827L193.86945 336.40015Q193.82257 335.57202 193.41632 335.1189Q193.0257 334.66577 192.3382 334.66577ZM196.86945 333.88452L196.9007 334.6814Q197.63507 333.77515 198.80695 333.77515Q200.82257 333.77515 200.8382 336.04077L200.8382 340.22827L199.74445 340.22827L199.74445 336.02515Q199.74445 335.35327 199.43195 335.02515Q199.13507 334.69702 198.47882 334.69702Q197.94757 334.69702 197.54132 334.97827Q197.1507 335.25952 196.93195 335.71265L196.93195 340.22827L195.85382 340.22827L195.85382 333.88452L196.86945 333.88452ZM202.5882 337.00952Q202.5882 335.54077 203.2757 334.66577Q203.9632 333.77515 205.0882 333.77515Q206.19757 333.77515 206.85382 334.52515L206.85382 331.22827L207.93195 331.22827L207.93195 340.22827L206.93195 340.22827L206.88507 339.54077Q206.22882 340.35327 205.07257 340.35327Q203.97882 340.35327 203.2757 339.44702Q202.5882 338.54077 202.5882 337.08765L202.5882 337.00952ZM203.66632 337.13452Q203.66632 338.21265 204.10382 338.82202Q204.55695 339.4314 205.3382 339.4314Q206.36945 339.4314 206.85382 338.4939L206.85382 335.58765Q206.36945 334.69702 205.35382 334.69702Q204.55695 334.69702 204.10382 335.3064Q203.66632 335.91577 203.66632 337.13452ZM213.54132 338.54077Q213.54132 338.10327 213.19757 337.8689Q212.86945 337.6189 212.04132 337.44702Q211.22882 337.27515 210.74445 337.02515Q210.26007 336.77515 210.0257 336.44702Q209.80695 336.10327 209.80695 335.63452Q209.80695 334.85327 210.4632 334.32202Q211.11945 333.77515 212.1507 333.77515Q213.22882 333.77515 213.88507 334.33765Q214.55695 334.88452 214.55695 335.7439L213.47882 335.7439Q213.47882 335.3064 213.0882 334.9939Q212.7132 334.66577 212.1507 334.66577Q211.55695 334.66577 211.2132 334.9314Q210.88507 335.1814 210.88507 335.58765Q210.88507 335.97827 211.19757 336.1814Q211.51007 336.38452 212.32257 336.57202Q213.13507 336.7439 213.63507 336.9939Q214.13507 337.2439 214.36945 337.60327Q214.61945 337.96265 214.61945 338.46265Q214.61945 339.32202 213.93195 339.83765Q213.26007 340.35327 212.18195 340.35327Q211.41632 340.35327 210.82257 340.08765Q210.24445 339.8064 209.91632 339.32202Q209.5882 338.83765 209.5882 338.27515L210.66632 338.27515Q210.69757 338.82202 211.10382 339.15015Q211.51007 339.46265 212.18195 339.46265Q212.79132 339.46265 213.16632 339.21265Q213.54132 338.96265 213.54132 338.54077Z" fill-rule="nonzero"/><path fill="#666666" d="M133.01007 371.80457L133.01007 363.27332L135.80695 363.27332Q137.19757 363.27332 137.88507 363.85144Q138.5882 364.41394 138.5882 365.53894Q138.5882 366.14832 138.24445 366.61707Q137.91632 367.0702 137.32257 367.3202Q138.0257 367.5077 138.41632 368.05457Q138.82257 368.58582 138.82257 369.33582Q138.82257 370.49207 138.07257 371.14832Q137.3382 371.80457 135.97882 371.80457L133.01007 371.80457ZM134.13507 367.8202L134.13507 370.8827L135.99445 370.8827Q136.79132 370.8827 137.24445 370.47644Q137.69757 370.0702 137.69757 369.35144Q137.69757 367.8202 136.01007 367.8202L134.13507 367.8202ZM134.13507 366.91394L135.8382 366.91394Q136.57257 366.91394 137.01007 366.55457Q137.4632 366.17957 137.4632 365.53894Q137.4632 364.83582 137.05695 364.52332Q136.6507 364.1952 135.80695 364.1952L134.13507 364.1952L134.13507 366.91394ZM139.55695 368.5702Q139.55695 367.64832 139.91632 366.89832Q140.29132 366.14832 140.94757 365.7577Q141.60382 365.35144 142.43195 365.35144Q143.72882 365.35144 144.5257 366.24207Q145.3382 367.1327 145.3382 368.6327L145.3382 368.71082Q145.3382 369.6327 144.97882 370.36707Q144.61945 371.10144 143.9632 371.52332Q143.30695 371.92957 142.44757 371.92957Q141.16632 371.92957 140.35382 371.03894Q139.55695 370.1327 139.55695 368.64832L139.55695 368.5702ZM140.6507 368.71082Q140.6507 369.7577 141.13507 370.39832Q141.63507 371.03894 142.44757 371.03894Q143.2757 371.03894 143.76007 370.39832Q144.24445 369.74207 144.24445 368.5702Q144.24445 367.53894 143.74445 366.89832Q143.26007 366.24207 142.43195 366.24207Q141.63507 366.24207 141.13507 366.8827Q140.6507 367.5077 140.6507 368.71082ZM146.55695 368.5702Q146.55695 367.64832 146.91632 366.89832Q147.29132 366.14832 147.94757 365.7577Q148.60382 365.35144 149.43195 365.35144Q150.72882 365.35144 151.5257 366.24207Q152.3382 367.1327 152.3382 368.6327L152.3382 368.71082Q152.3382 369.6327 151.97882 370.36707Q151.61945 371.10144 150.9632 371.52332Q150.30695 371.92957 149.44757 371.92957Q148.16632 371.92957 147.35382 371.03894Q146.55695 370.1327 146.55695 368.64832L146.55695 368.5702ZM147.6507 368.71082Q147.6507 369.7577 148.13507 370.39832Q148.63507 371.03894 149.44757 371.03894Q150.2757 371.03894 150.76007 370.39832Q151.24445 369.74207 151.24445 368.5702Q151.24445 367.53894 150.74445 366.89832Q150.26007 366.24207 149.43195 366.24207Q148.63507 366.24207 148.13507 366.8827Q147.6507 367.5077 147.6507 368.71082ZM155.61945 368.86707L154.93195 369.5702L154.93195 371.80457L153.85382 371.80457L153.85382 362.80457L154.93195 362.80457L154.93195 368.24207L155.51007 367.55457L157.49445 365.46082L158.80695 365.46082L156.3382 368.11707L159.10382 371.80457L157.82257 371.80457L155.61945 368.86707ZM163.54132 370.11707Q163.54132 369.67957 163.19757 369.4452Q162.86945 369.1952 162.04132 369.02332Q161.22882 368.85144 160.74445 368.60144Q160.26007 368.35144 160.0257 368.02332Q159.80695 367.67957 159.80695 367.21082Q159.80695 366.42957 160.4632 365.89832Q161.11945 365.35144 162.1507 365.35144Q163.22882 365.35144 163.88507 365.91394Q164.55695 366.46082 164.55695 367.3202L163.47882 367.3202Q163.47882 366.8827 163.0882 366.5702Q162.7132 366.24207 162.1507 366.24207Q161.55695 366.24207 161.2132 366.5077Q160.88507 366.7577 160.88507 367.16394Q160.88507 367.55457 161.19757 367.7577Q161.51007 367.96082 162.32257 368.14832Q163.13507 368.3202 163.63507 368.5702Q164.13507 368.8202 164.36945 369.17957Q164.61945 369.53894 164.61945 370.03894Q164.61945 370.89832 163.93195 371.41394Q163.26007 371.92957 162.18195 371.92957Q161.41632 371.92957 160.82257 371.66394Q160.24445 371.3827 159.91632 370.89832Q159.5882 370.41394 159.5882 369.85144L160.66632 369.85144Q160.69757 370.39832 161.10382 370.72644Q161.51007 371.03894 162.18195 371.03894Q162.79132 371.03894 163.16632 370.78894Q163.54132 370.53894 163.54132 370.11707ZM169.05695 372.53894L168.13507 372.53894L171.69757 363.27332L172.61945 363.27332L169.05695 372.53894ZM179.47882 371.92957Q178.18195 371.92957 177.36945 371.08582Q176.57257 370.22644 176.57257 368.80457L176.57257 368.61707Q176.57257 367.66394 176.93195 366.92957Q177.29132 366.17957 177.93195 365.77332Q178.5882 365.35144 179.3382 365.35144Q180.57257 365.35144 181.26007 366.16394Q181.94757 366.97644 181.94757 368.49207L181.94757 368.9452L177.6507 368.9452Q177.68195 369.8827 178.19757 370.46082Q178.72882 371.03894 179.54132 371.03894Q180.10382 371.03894 180.49445 370.80457Q180.9007 370.5702 181.2132 370.17957L181.86945 370.6952Q181.07257 371.92957 179.47882 371.92957ZM179.3382 366.24207Q178.68195 366.24207 178.22882 366.72644Q177.79132 367.1952 177.69757 368.05457L180.86945 368.05457L180.86945 367.97644Q180.82257 367.14832 180.41632 366.6952Q180.0257 366.24207 179.3382 366.24207ZM183.01007 371.80457L183.01007 363.27332L185.80695 363.27332Q187.19757 363.27332 187.88507 363.85144Q188.5882 364.41394 188.5882 365.53894Q188.5882 366.14832 188.24445 366.61707Q187.91632 367.0702 187.32257 367.3202Q188.0257 367.5077 188.41632 368.05457Q188.82257 368.58582 188.82257 369.33582Q188.82257 370.49207 188.07257 371.14832Q187.3382 371.80457 185.97882 371.80457L183.01007 371.80457ZM184.13507 367.8202L184.13507 370.8827L185.99445 370.8827Q186.79132 370.8827 187.24445 370.47644Q187.69757 370.0702 187.69757 369.35144Q187.69757 367.8202 186.01007 367.8202L184.13507 367.8202ZM184.13507 366.91394L185.8382 366.91394Q186.57257 366.91394 187.01007 366.55457Q187.4632 366.17957 187.4632 365.53894Q187.4632 364.83582 187.05695 364.52332Q186.6507 364.1952 185.80695 364.1952L184.13507 364.1952L184.13507 366.91394ZM189.55695 368.5702Q189.55695 367.64832 189.91632 366.89832Q190.29132 366.14832 190.94757 365.7577Q191.60382 365.35144 192.43195 365.35144Q193.72882 365.35144 194.5257 366.24207Q195.3382 367.1327 195.3382 368.6327L195.3382 368.71082Q195.3382 369.6327 194.97882 370.36707Q194.61945 371.10144 193.9632 371.52332Q193.30695 371.92957 192.44757 371.92957Q191.16632 371.92957 190.35382 371.03894Q189.55695 370.1327 189.55695 368.64832L189.55695 368.5702ZM190.6507 368.71082Q190.6507 369.7577 191.13507 370.39832Q191.63507 371.03894 192.44757 371.03894Q193.2757 371.03894 193.76007 370.39832Q194.24445 369.74207 194.24445 368.5702Q194.24445 367.53894 193.74445 366.89832Q193.26007 366.24207 192.43195 366.24207Q191.63507 366.24207 191.13507 366.8827Q190.6507 367.5077 190.6507 368.71082ZM196.55695 368.5702Q196.55695 367.64832 196.91632 366.89832Q197.29132 366.14832 197.94757 365.7577Q198.60382 365.35144 199.43195 365.35144Q200.72882 365.35144 201.5257 366.24207Q202.3382 367.1327 202.3382 368.6327L202.3382 368.71082Q202.3382 369.6327 201.97882 370.36707Q201.61945 371.10144 200.9632 371.52332Q200.30695 371.92957 199.44757 371.92957Q198.16632 371.92957 197.35382 371.03894Q196.55695 370.1327 196.55695 368.64832L196.55695 368.5702ZM197.6507 368.71082Q197.6507 369.7577 198.13507 370.39832Q198.63507 371.03894 199.44757 371.03894Q200.2757 371.03894 200.76007 370.39832Q201.24445 369.74207 201.24445 368.5702Q201.24445 367.53894 200.74445 366.89832Q200.26007 366.24207 199.43195 366.24207Q198.63507 366.24207 198.13507 366.8827Q197.6507 367.5077 197.6507 368.71082ZM205.61945 368.86707L204.93195 369.5702L204.93195 371.80457L203.85382 371.80457L203.85382 362.80457L204.93195 362.80457L204.93195 368.24207L205.51007 367.55457L207.49445 365.46082L208.80695 365.46082L206.3382 368.11707L209.10382 371.80457L207.82257 371.80457L205.61945 368.86707ZM213.54132 370.11707Q213.54132 369.67957 213.19757 369.4452Q212.86945 369.1952 212.04132 369.02332Q211.22882 368.85144 210.74445 368.60144Q210.26007 368.35144 210.0257 368.02332Q209.80695 367.67957 209.80695 367.21082Q209.80695 366.42957 210.4632 365.89832Q211.11945 365.35144 212.1507 365.35144Q213.22882 365.35144 213.88507 365.91394Q214.55695 366.46082 214.55695 367.3202L213.47882 367.3202Q213.47882 366.8827 213.0882 366.5702Q212.7132 366.24207 212.1507 366.24207Q211.55695 366.24207 211.2132 366.5077Q210.88507 366.7577 210.88507 367.16394Q210.88507 367.55457 211.19757 367.7577Q211.51007 367.96082 212.32257 368.14832Q213.13507 368.3202 213.63507 368.5702Q214.13507 368.8202 214.36945 369.17957Q214.61945 369.53894 214.61945 370.03894Q214.61945 370.89832 213.93195 371.41394Q213.26007 371.92957 212.18195 371.92957Q211.41632 371.92957 210.82257 371.66394Q210.24445 371.3827 209.91632 370.89832Q209.5882 370.41394 209.5882 369.85144L210.66632 369.85144Q210.69757 370.39832 211.10382 370.72644Q211.51007 371.03894 212.18195 371.03894Q212.79132 371.03894 213.16632 370.78894Q213.54132 370.53894 213.54132 370.11707Z" fill-rule="nonzero"/><path fill="#666666" d="M159.91632 395.77148L157.16632 395.77148L157.16632 403.38086L156.05695 403.38086L156.05695 395.77148L153.30695 395.77148L153.30695 394.8496L159.91632 394.8496L159.91632 395.77148ZM161.93195 397.80273Q162.6507 396.92773 163.80695 396.92773Q165.82257 396.92773 165.8382 399.19336L165.8382 403.38086L164.74445 403.38086L164.74445 399.17773Q164.74445 398.50586 164.43195 398.17773Q164.13507 397.8496 163.47882 397.8496Q162.94757 397.8496 162.54132 398.13086Q162.1507 398.4121 161.93195 398.86523L161.93195 403.38086L160.85382 403.38086L160.85382 394.38086L161.93195 394.38086L161.93195 397.80273ZM170.47882 403.50586Q169.18195 403.50586 168.36945 402.6621Q167.57257 401.80273 167.57257 400.38086L167.57257 400.19336Q167.57257 399.24023 167.93195 398.50586Q168.29132 397.75586 168.93195 397.3496Q169.5882 396.92773 170.3382 396.92773Q171.57257 396.92773 172.26007 397.74023Q172.94757 398.55273 172.94757 400.06836L172.94757 400.52148L168.6507 400.52148Q168.68195 401.45898 169.19757 402.0371Q169.72882 402.61523 170.54132 402.61523Q171.10382 402.61523 171.49445 402.38086Q171.9007 402.14648 172.2132 401.75586L172.86945 402.27148Q172.07257 403.50586 170.47882 403.50586ZM170.3382 397.81836Q169.68195 397.81836 169.22882 398.30273Q168.79132 398.77148 168.69757 399.63086L171.86945 399.63086L171.86945 399.55273Q171.82257 398.7246 171.41632 398.27148Q171.0257 397.81836 170.3382 397.81836ZM183.32257 402.25586Q182.88507 402.88086 182.10382 403.19336Q181.32257 403.50586 180.29132 403.50586Q179.26007 403.50586 178.44757 403.02148Q177.63507 402.52148 177.19757 401.61523Q176.76007 400.70898 176.74445 399.52148L176.74445 398.7871Q176.74445 396.8496 177.63507 395.7871Q178.54132 394.7246 180.16632 394.7246Q181.51007 394.7246 182.32257 395.4121Q183.13507 396.0996 183.32257 397.3496L182.19757 397.3496Q181.86945 395.6621 180.18195 395.6621Q179.04132 395.6621 178.4632 396.45898Q177.88507 397.24023 177.86945 398.75586L177.86945 399.44336Q177.86945 400.88086 178.5257 401.74023Q179.18195 402.58398 180.30695 402.58398Q180.93195 402.58398 181.4007 402.44336Q181.88507 402.30273 182.19757 401.95898L182.19757 400.05273L180.22882 400.05273L180.22882 399.13086L183.32257 399.13086L183.32257 402.25586ZM184.55695 400.14648Q184.55695 399.2246 184.91632 398.4746Q185.29132 397.7246 185.94757 397.33398Q186.60382 396.92773 187.43195 396.92773Q188.72882 396.92773 189.5257 397.81836Q190.3382 398.70898 190.3382 400.20898L190.3382 400.2871Q190.3382 401.20898 189.97882 401.94336Q189.61945 402.67773 188.9632 403.0996Q188.30695 403.50586 187.44757 403.50586Q186.16632 403.50586 185.35382 402.61523Q184.55695 401.70898 184.55695 400.2246L184.55695 400.14648ZM185.6507 400.2871Q185.6507 401.33398 186.13507 401.9746Q186.63507 402.61523 187.44757 402.61523Q188.2757 402.61523 188.76007 401.9746Q189.24445 401.31836 189.24445 400.14648Q189.24445 399.11523 188.74445 398.4746Q188.26007 397.81836 187.43195 397.81836Q186.63507 397.81836 186.13507 398.45898Q185.6507 399.08398 185.6507 400.2871ZM200.4632 401.88086L201.68195 397.0371L202.76007 397.0371L200.91632 403.38086L200.04132 403.38086L198.49445 398.56836L196.99445 403.38086L196.11945 403.38086L194.2757 397.0371L195.35382 397.0371L196.60382 401.7871L198.0882 397.0371L198.94757 397.0371L200.4632 401.88086ZM205.0257 403.38086L203.94757 403.38086L203.94757 397.0371L205.0257 397.0371L205.0257 403.38086ZM203.85382 395.36523Q203.85382 395.0996 204.01007 394.9121Q204.18195 394.7246 204.49445 394.7246Q204.80695 394.7246 204.9632 394.9121Q205.13507 395.0996 205.13507 395.36523Q205.13507 395.61523 204.9632 395.80273Q204.80695 395.9746 204.49445 395.9746Q204.18195 395.9746 204.01007 395.80273Q203.85382 395.61523 203.85382 395.36523ZM208.61945 400.44336L207.93195 401.14648L207.93195 403.38086L206.85382 403.38086L206.85382 394.38086L207.93195 394.38086L207.93195 399.81836L208.51007 399.13086L210.49445 397.0371L211.80695 397.0371L209.3382 399.69336L212.10382 403.38086L210.82257 403.38086L208.61945 400.44336ZM214.0257 403.38086L212.94757 403.38086L212.94757 397.0371L214.0257 397.0371L214.0257 403.38086ZM212.85382 395.36523Q212.85382 395.0996 213.01007 394.9121Q213.18195 394.7246 213.49445 394.7246Q213.80695 394.7246 213.9632 394.9121Q214.13507 395.0996 214.13507 395.36523Q214.13507 395.61523 213.9632 395.80273Q213.80695 395.9746 213.49445 395.9746Q213.18195 395.9746 213.01007 395.80273Q212.85382 395.61523 212.85382 395.36523Z" fill-rule="nonzero"/><path fill="#666666" d="M170.61945 430.70715L172.8382 426.4259L174.11945 426.4259L171.18195 431.76965L171.18195 434.95715L170.05695 434.95715L170.05695 431.76965L167.11945 426.4259L168.4007 426.4259L170.61945 430.70715ZM174.55695 431.72278Q174.55695 430.8009 174.91632 430.0509Q175.29132 429.3009 175.94757 428.91028Q176.60382 428.50403 177.43195 428.50403Q178.72882 428.50403 179.5257 429.39465Q180.3382 430.28528 180.3382 431.78528L180.3382 431.8634Q180.3382 432.78528 179.97882 433.51965Q179.61945 434.25403 178.9632 434.6759Q178.30695 435.08215 177.44757 435.08215Q176.16632 435.08215 175.35382 434.19153Q174.55695 433.28528 174.55695 431.8009L174.55695 431.72278ZM175.6507 431.8634Q175.6507 432.91028 176.13507 433.5509Q176.63507 434.19153 177.44757 434.19153Q178.2757 434.19153 178.76007 433.5509Q179.24445 432.89465 179.24445 431.72278Q179.24445 430.69153 178.74445 430.0509Q178.26007 429.39465 177.43195 429.39465Q176.63507 429.39465 176.13507 430.03528Q175.6507 430.66028 175.6507 431.8634ZM185.76007 434.33215Q185.13507 435.08215 183.9007 435.08215Q182.88507 435.08215 182.35382 434.4884Q181.82257 433.89465 181.82257 432.7384L181.82257 428.6134L182.9007 428.6134L182.9007 432.70715Q182.9007 434.16028 184.07257 434.16028Q185.32257 434.16028 185.72882 433.22278L185.72882 428.6134L186.82257 428.6134L186.82257 434.95715L185.79132 434.95715L185.76007 434.33215ZM194.91632 427.34778L192.16632 427.34778L192.16632 434.95715L191.05695 434.95715L191.05695 427.34778L188.30695 427.34778L188.30695 426.4259L194.91632 426.4259L194.91632 427.34778ZM199.76007 434.33215Q199.13507 435.08215 197.9007 435.08215Q196.88507 435.08215 196.35382 434.4884Q195.82257 433.89465 195.82257 432.7384L195.82257 428.6134L196.9007 428.6134L196.9007 432.70715Q196.9007 434.16028 198.07257 434.16028Q199.32257 434.16028 199.72882 433.22278L199.72882 428.6134L200.82257 428.6134L200.82257 434.95715L199.79132 434.95715L199.76007 434.33215ZM208.2132 431.8634Q208.2132 433.31653 207.54132 434.20715Q206.88507 435.08215 205.76007 435.08215Q204.55695 435.08215 203.9007 434.22278L203.8382 434.95715L202.85382 434.95715L202.85382 425.95715L203.93195 425.95715L203.93195 429.31653Q204.5882 428.50403 205.74445 428.50403Q206.9007 428.50403 207.55695 429.37903Q208.2132 430.2384 208.2132 431.76965L208.2132 431.8634ZM207.13507 431.7384Q207.13507 430.62903 206.69757 430.03528Q206.2757 429.4259 205.47882 429.4259Q204.4007 429.4259 203.93195 430.41028L203.93195 433.16028Q204.43195 434.16028 205.47882 434.16028Q206.26007 434.16028 206.69757 433.5509Q207.13507 432.94153 207.13507 431.7384ZM212.47882 435.08215Q211.18195 435.08215 210.36945 434.2384Q209.57257 433.37903 209.57257 431.95715L209.57257 431.76965Q209.57257 430.81653 209.93195 430.08215Q210.29132 429.33215 210.93195 428.9259Q211.5882 428.50403 212.3382 428.50403Q213.57257 428.50403 214.26007 429.31653Q214.94757 430.12903 214.94757 431.64465L214.94757 432.09778L210.6507 432.09778Q210.68195 433.03528 211.19757 433.6134Q211.72882 434.19153 212.54132 434.19153Q213.10382 434.19153 213.49445 433.95715Q213.9007 433.72278 214.2132 433.33215L214.86945 433.84778Q214.07257 435.08215 212.47882 435.08215ZM212.3382 429.39465Q211.68195 429.39465 211.22882 429.87903Q210.79132 430.34778 210.69757 431.20715L213.86945 431.20715L213.86945 431.12903Q213.82257 430.3009 213.41632 429.84778Q213.0257 429.39465 212.3382 429.39465Z" fill-rule="nonzero"/><path fill="#666666" d="M151.32257 465.40842Q150.88507 466.03342 150.10382 466.34592Q149.32257 466.65842 148.29132 466.65842Q147.26007 466.65842 146.44757 466.17404Q145.63507 465.67404 145.19757 464.7678Q144.76007 463.86154 144.74445 462.67404L144.74445 461.93967Q144.74445 460.00217 145.63507 458.93967Q146.54132 457.87717 148.16632 457.87717Q149.51007 457.87717 150.32257 458.56467Q151.13507 459.25217 151.32257 460.50217L150.19757 460.50217Q149.86945 458.81467 148.18195 458.81467Q147.04132 458.81467 146.4632 459.61154Q145.88507 460.3928 145.86945 461.90842L145.86945 462.59592Q145.86945 464.03342 146.5257 464.8928Q147.18195 465.73654 148.30695 465.73654Q148.93195 465.73654 149.4007 465.59592Q149.88507 465.4553 150.19757 465.11154L150.19757 463.2053L148.22882 463.2053L148.22882 462.28342L151.32257 462.28342L151.32257 465.40842ZM152.55695 463.29904Q152.55695 462.37717 152.91632 461.62717Q153.29132 460.87717 153.94757 460.48654Q154.60382 460.0803 155.43195 460.0803Q156.72882 460.0803 157.5257 460.97092Q158.3382 461.86154 158.3382 463.36154L158.3382 463.43967Q158.3382 464.36154 157.97882 465.09592Q157.61945 465.8303 156.9632 466.25217Q156.30695 466.65842 155.44757 466.65842Q154.16632 466.65842 153.35382 465.7678Q152.55695 464.86154 152.55695 463.37717L152.55695 463.29904ZM153.6507 463.43967Q153.6507 464.48654 154.13507 465.12717Q154.63507 465.7678 155.44757 465.7678Q156.2757 465.7678 156.76007 465.12717Q157.24445 464.47092 157.24445 463.29904Q157.24445 462.2678 156.74445 461.62717Q156.26007 460.97092 155.43195 460.97092Q154.63507 460.97092 154.13507 461.61154Q153.6507 462.23654 153.6507 463.43967ZM165.19757 463.43967Q165.19757 464.87717 164.54132 465.7678Q163.88507 466.65842 162.74445 466.65842Q161.5882 466.65842 160.93195 465.92404L160.93195 468.97092L159.85382 468.97092L159.85382 460.18967L160.8382 460.18967L160.88507 460.8928Q161.55695 460.0803 162.72882 460.0803Q163.86945 460.0803 164.5257 460.93967Q165.19757 461.79904 165.19757 463.3303L165.19757 463.43967ZM164.11945 463.31467Q164.11945 462.23654 163.6507 461.62717Q163.19757 461.00217 162.4007 461.00217Q161.41632 461.00217 160.93195 461.86154L160.93195 464.8928Q161.41632 465.7678 162.41632 465.7678Q163.19757 465.7678 163.6507 465.15842Q164.11945 464.53342 164.11945 463.31467ZM167.93195 460.9553Q168.6507 460.0803 169.80695 460.0803Q171.82257 460.0803 171.8382 462.34592L171.8382 466.53342L170.74445 466.53342L170.74445 462.3303Q170.74445 461.65842 170.43195 461.3303Q170.13507 461.00217 169.47882 461.00217Q168.94757 461.00217 168.54132 461.28342Q168.1507 461.56467 167.93195 462.0178L167.93195 466.53342L166.85382 466.53342L166.85382 457.53342L167.93195 457.53342L167.93195 460.9553ZM176.47882 466.65842Q175.18195 466.65842 174.36945 465.81467Q173.57257 464.9553 173.57257 463.53342L173.57257 463.34592Q173.57257 462.3928 173.93195 461.65842Q174.29132 460.90842 174.93195 460.50217Q175.5882 460.0803 176.3382 460.0803Q177.57257 460.0803 178.26007 460.8928Q178.94757 461.7053 178.94757 463.22092L178.94757 463.67404L174.6507 463.67404Q174.68195 464.61154 175.19757 465.18967Q175.72882 465.7678 176.54132 465.7678Q177.10382 465.7678 177.49445 465.53342Q177.9007 465.29904 178.2132 464.90842L178.86945 465.42404Q178.07257 466.65842 176.47882 466.65842ZM176.3382 460.97092Q175.68195 460.97092 175.22882 461.4553Q174.79132 461.92404 174.69757 462.78342L177.86945 462.78342L177.86945 462.7053Q177.82257 461.87717 177.41632 461.42404Q177.0257 460.97092 176.3382 460.97092ZM182.91632 461.15842Q182.66632 461.12717 182.38507 461.12717Q181.30695 461.12717 180.93195 462.03342L180.93195 466.53342L179.85382 466.53342L179.85382 460.18967L180.9007 460.18967L180.91632 460.92404Q181.44757 460.0803 182.43195 460.0803Q182.74445 460.0803 182.91632 460.15842L182.91632 461.15842ZM189.5257 462.73654Q188.0882 462.31467 187.41632 461.7053Q186.76007 461.09592 186.76007 460.2053Q186.76007 459.2053 187.55695 458.54904Q188.36945 457.87717 189.66632 457.87717Q190.54132 457.87717 191.22882 458.22092Q191.91632 458.56467 192.29132 459.15842Q192.68195 459.75217 192.68195 460.47092L191.54132 460.47092Q191.54132 459.68967 191.04132 459.25217Q190.55695 458.81467 189.66632 458.81467Q188.8382 458.81467 188.36945 459.18967Q187.9007 459.54904 187.9007 460.18967Q187.9007 460.72092 188.3382 461.0803Q188.79132 461.43967 189.85382 461.73654Q190.91632 462.03342 191.51007 462.3928Q192.11945 462.75217 192.4007 463.23654Q192.69757 463.72092 192.69757 464.36154Q192.69757 465.40842 191.88507 466.03342Q191.07257 466.65842 189.72882 466.65842Q188.8382 466.65842 188.07257 466.31467Q187.32257 465.97092 186.9007 465.3928Q186.49445 464.79904 186.49445 464.06467L187.61945 464.06467Q187.61945 464.8303 188.19757 465.28342Q188.7757 465.73654 189.72882 465.73654Q190.61945 465.73654 191.0882 465.37717Q191.55695 465.00217 191.55695 464.37717Q191.55695 463.75217 191.11945 463.40842Q190.68195 463.06467 189.5257 462.73654ZM195.0257 466.53342L193.94757 466.53342L193.94757 457.53342L195.0257 457.53342L195.0257 466.53342ZM200.76007 466.53342Q200.66632 466.34592 200.60382 465.86154Q199.85382 466.65842 198.80695 466.65842Q197.86945 466.65842 197.26007 466.12717Q196.66632 465.59592 196.66632 464.7678Q196.66632 463.78342 197.41632 463.23654Q198.16632 462.68967 199.54132 462.68967L200.5882 462.68967L200.5882 462.18967Q200.5882 461.62717 200.24445 461.29904Q199.91632 460.9553 199.24445 460.9553Q198.66632 460.9553 198.2757 461.25217Q197.88507 461.53342 197.88507 461.9553L196.79132 461.9553Q196.79132 461.47092 197.11945 461.03342Q197.4632 460.59592 198.04132 460.34592Q198.61945 460.0803 199.30695 460.0803Q200.41632 460.0803 201.0257 460.62717Q201.6507 461.17404 201.68195 462.12717L201.68195 465.04904Q201.68195 465.92404 201.9007 466.43967L201.9007 466.53342L200.76007 466.53342ZM198.9632 465.7053Q199.47882 465.7053 199.93195 465.43967Q200.38507 465.17404 200.5882 464.75217L200.5882 463.4553L199.74445 463.4553Q197.74445 463.4553 197.74445 464.62717Q197.74445 465.12717 198.0882 465.42404Q198.43195 465.7053 198.9632 465.7053ZM206.38507 465.7678Q206.9632 465.7678 207.4007 465.42404Q207.8382 465.06467 207.88507 464.53342L208.91632 464.53342Q208.88507 465.0803 208.5257 465.5803Q208.18195 466.06467 207.60382 466.36154Q207.04132 466.65842 206.38507 466.65842Q205.0882 466.65842 204.32257 465.79904Q203.57257 464.92404 203.57257 463.42404L203.57257 463.23654Q203.57257 462.31467 203.9007 461.59592Q204.24445 460.87717 204.86945 460.48654Q205.51007 460.0803 206.38507 460.0803Q207.44757 460.0803 208.1507 460.72092Q208.86945 461.34592 208.91632 462.37717L207.88507 462.37717Q207.8382 461.75217 207.41632 461.36154Q206.99445 460.97092 206.38507 460.97092Q205.55695 460.97092 205.10382 461.56467Q204.6507 462.15842 204.6507 463.28342L204.6507 463.48654Q204.6507 464.5803 205.10382 465.17404Q205.55695 465.7678 206.38507 465.7678ZM211.61945 463.59592L210.93195 464.29904L210.93195 466.53342L209.85382 466.53342L209.85382 457.53342L210.93195 457.53342L210.93195 462.97092L211.51007 462.28342L213.49445 460.18967L214.80695 460.18967L212.3382 462.84592L215.10382 466.53342L213.82257 466.53342L211.61945 463.59592Z" fill-rule="nonzero"/><path fill="#666666" d="M179.5882 494.89096Q179.5882 493.4066 180.2757 492.5316Q180.9632 491.6566 182.0882 491.6566Q183.24445 491.6566 183.9007 492.4691L183.94757 491.76596L184.94757 491.76596L184.94757 497.95346Q184.94757 499.18784 184.2132 499.89096Q183.47882 500.6097 182.26007 500.6097Q181.57257 500.6097 180.91632 500.31284Q180.26007 500.01596 179.91632 499.51596L180.47882 498.8597Q181.16632 499.7191 182.18195 499.7191Q182.9632 499.7191 183.4007 499.26596Q183.85382 498.82846 183.85382 498.01596L183.85382 497.4691Q183.19757 498.2347 182.07257 498.2347Q180.9632 498.2347 180.2757 497.3441Q179.5882 496.43784 179.5882 494.89096ZM180.68195 495.01596Q180.68195 496.07846 181.11945 496.70346Q181.55695 497.31284 182.35382 497.31284Q183.36945 497.31284 183.85382 496.37534L183.85382 493.4847Q183.35382 492.57846 182.35382 492.57846Q181.57257 492.57846 181.11945 493.18784Q180.68195 493.7972 180.68195 495.01596ZM186.55695 494.87534Q186.55695 493.95346 186.91632 493.20346Q187.29132 492.45346 187.94757 492.06284Q188.60382 491.6566 189.43195 491.6566Q190.72882 491.6566 191.5257 492.5472Q192.3382 493.43784 192.3382 494.93784L192.3382 495.01596Q192.3382 495.93784 191.97882 496.6722Q191.61945 497.4066 190.9632 497.82846Q190.30695 498.2347 189.44757 498.2347Q188.16632 498.2347 187.35382 497.3441Q186.55695 496.43784 186.55695 494.95346L186.55695 494.87534ZM187.6507 495.01596Q187.6507 496.06284 188.13507 496.70346Q188.63507 497.3441 189.44757 497.3441Q190.2757 497.3441 190.76007 496.70346Q191.24445 496.0472 191.24445 494.87534Q191.24445 493.8441 190.74445 493.20346Q190.26007 492.5472 189.43195 492.5472Q188.63507 492.5472 188.13507 493.18784Q187.6507 493.81284 187.6507 495.01596ZM193.86945 497.5472Q193.86945 497.26596 194.0257 497.07846Q194.19757 496.89096 194.5257 496.89096Q194.86945 496.89096 195.04132 497.07846Q195.2132 497.26596 195.2132 497.5472Q195.2132 497.81284 195.04132 498.00034Q194.86945 498.1722 194.5257 498.1722Q194.19757 498.1722 194.0257 498.00034Q193.86945 497.81284 193.86945 497.5472ZM196.5882 494.89096Q196.5882 493.4222 197.2757 492.5472Q197.9632 491.6566 199.0882 491.6566Q200.19757 491.6566 200.85382 492.4066L200.85382 489.1097L201.93195 489.1097L201.93195 498.1097L200.93195 498.1097L200.88507 497.4222Q200.22882 498.2347 199.07257 498.2347Q197.97882 498.2347 197.2757 497.32846Q196.5882 496.4222 196.5882 494.9691L196.5882 494.89096ZM197.66632 495.01596Q197.66632 496.0941 198.10382 496.70346Q198.55695 497.31284 199.3382 497.31284Q200.36945 497.31284 200.85382 496.37534L200.85382 493.4691Q200.36945 492.57846 199.35382 492.57846Q198.55695 492.57846 198.10382 493.18784Q197.66632 493.7972 197.66632 495.01596ZM206.47882 498.2347Q205.18195 498.2347 204.36945 497.39096Q203.57257 496.5316 203.57257 495.1097L203.57257 494.9222Q203.57257 493.9691 203.93195 493.2347Q204.29132 492.4847 204.93195 492.07846Q205.5882 491.6566 206.3382 491.6566Q207.57257 491.6566 208.26007 492.4691Q208.94757 493.2816 208.94757 494.7972L208.94757 495.25034L204.6507 495.25034Q204.68195 496.18784 205.19757 496.76596Q205.72882 497.3441 206.54132 497.3441Q207.10382 497.3441 207.49445 497.1097Q207.9007 496.87534 208.2132 496.4847L208.86945 497.00034Q208.07257 498.2347 206.47882 498.2347ZM206.3382 492.5472Q205.68195 492.5472 205.22882 493.0316Q204.79132 493.50034 204.69757 494.3597L207.86945 494.3597L207.86945 494.2816Q207.82257 493.45346 207.41632 493.00034Q207.0257 492.5472 206.3382 492.5472ZM211.93195 496.64096L213.51007 491.76596L214.61945 491.76596L212.3382 498.1097L211.51007 498.1097L209.2132 491.76596L210.32257 491.76596L211.93195 496.64096Z" fill-rule="nonzero"/><path fill="#666666" d="M193.57257 525.70166Q193.57257 526.95166 193.1507 527.88916Q192.72882 528.81104 191.94757 529.31104Q191.18195 529.81104 190.1507 529.81104Q189.1507 529.81104 188.36945 529.31104Q187.5882 528.81104 187.1507 527.9048Q186.72882 526.9829 186.7132 525.76416L186.7132 525.1548Q186.7132 523.9204 187.13507 522.9829Q187.57257 522.0454 188.35382 521.5454Q189.13507 521.0298 190.1507 521.0298Q191.16632 521.0298 191.94757 521.5298Q192.72882 522.0298 193.1507 522.9673Q193.57257 523.9048 193.57257 525.1548L193.57257 525.70166ZM192.4632 525.13916Q192.4632 523.62354 191.85382 522.81104Q191.24445 521.99854 190.1507 521.99854Q189.07257 521.99854 188.4632 522.81104Q187.85382 523.62354 187.8382 525.06104L187.8382 525.70166Q187.8382 527.1704 188.44757 528.01416Q189.07257 528.8423 190.1507 528.8423Q191.24445 528.8423 191.8382 528.06104Q192.44757 527.26416 192.4632 525.7798L192.4632 525.13916ZM196.32257 521.81104L196.32257 523.3423L197.49445 523.3423L197.49445 524.18604L196.32257 524.18604L196.32257 528.1079Q196.32257 528.49854 196.47882 528.68604Q196.63507 528.87354 197.01007 528.87354Q197.19757 528.87354 197.5257 528.81104L197.5257 529.68604Q197.10382 529.81104 196.69757 529.81104Q195.97882 529.81104 195.60382 529.37354Q195.22882 528.9204 195.22882 528.1079L195.22882 524.18604L194.07257 524.18604L194.07257 523.3423L195.22882 523.3423L195.22882 521.81104L196.32257 521.81104ZM199.93195 524.1079Q200.6507 523.2329 201.80695 523.2329Q203.82257 523.2329 203.8382 525.49854L203.8382 529.68604L202.74445 529.68604L202.74445 525.4829Q202.74445 524.81104 202.43195 524.4829Q202.13507 524.1548 201.47882 524.1548Q200.94757 524.1548 200.54132 524.43604Q200.1507 524.7173 199.93195 525.1704L199.93195 529.68604L198.85382 529.68604L198.85382 520.68604L199.93195 520.68604L199.93195 524.1079ZM208.47882 529.81104Q207.18195 529.81104 206.36945 528.9673Q205.57257 528.1079 205.57257 526.68604L205.57257 526.49854Q205.57257 525.5454 205.93195 524.81104Q206.29132 524.06104 206.93195 523.6548Q207.5882 523.2329 208.3382 523.2329Q209.57257 523.2329 210.26007 524.0454Q210.94757 524.8579 210.94757 526.37354L210.94757 526.82666L206.6507 526.82666Q206.68195 527.76416 207.19757 528.3423Q207.72882 528.9204 208.54132 528.9204Q209.10382 528.9204 209.49445 528.68604Q209.9007 528.45166 210.2132 528.06104L210.86945 528.57666Q210.07257 529.81104 208.47882 529.81104ZM208.3382 524.12354Q207.68195 524.12354 207.22882 524.6079Q206.79132 525.07666 206.69757 525.93604L209.86945 525.93604L209.86945 525.8579Q209.82257 525.0298 209.41632 524.57666Q209.0257 524.12354 208.3382 524.12354ZM214.91632 524.31104Q214.66632 524.2798 214.38507 524.2798Q213.30695 524.2798 212.93195 525.18604L212.93195 529.68604L211.85382 529.68604L211.85382 523.3423L212.9007 523.3423L212.91632 524.07666Q213.44757 523.2329 214.43195 523.2329Q214.74445 523.2329 214.91632 523.31104L214.91632 524.31104Z" fill-rule="nonzero"/><path fill="#666666" d="M219.0882 560.8594Q219.0882 562.7656 218.43195 563.7031Q217.79132 564.625 216.4007 564.625Q215.04132 564.625 214.38507 563.71875Q213.72882 562.8125 213.69757 561.0L213.69757 559.5625Q213.69757 557.6719 214.3382 556.7656Q214.99445 555.84375 216.38507 555.84375Q217.76007 555.84375 218.41632 556.7344Q219.07257 557.6094 219.0882 559.4531L219.0882 560.8594ZM217.99445 559.375Q217.99445 558.0 217.60382 557.375Q217.22882 556.7344 216.38507 556.7344Q215.55695 556.7344 215.16632 557.375Q214.79132 558.0 214.79132 559.2969L214.79132 561.03125Q214.79132 562.40625 215.18195 563.0781Q215.5882 563.7344 216.4007 563.7344Q217.19757 563.7344 217.5882 563.1094Q217.97882 562.4844 217.99445 561.15625L217.99445 559.375ZM220.63507 557.6094Q220.63507 556.84375 221.11945 556.34375Q221.61945 555.84375 222.38507 555.84375Q223.16632 555.84375 223.6507 556.34375Q224.13507 556.84375 224.13507 557.6406L224.13507 558.0625Q224.13507 558.8281 223.63507 559.3281Q223.1507 559.8125 222.4007 559.8125Q221.63507 559.8125 221.13507 559.3281Q220.63507 558.8281 220.63507 558.0156L220.63507 557.6094ZM221.44757 558.0625Q221.44757 558.5156 221.69757 558.8125Q221.9632 559.1094 222.4007 559.1094Q222.82257 559.1094 223.07257 558.8281Q223.32257 558.53125 223.32257 558.03125L223.32257 557.6094Q223.32257 557.15625 223.07257 556.8594Q222.82257 556.5469 222.38507 556.5469Q221.94757 556.5469 221.69757 556.8594Q221.44757 557.15625 221.44757 557.625L221.44757 558.0625ZM224.79132 562.40625Q224.79132 561.6406 225.2757 561.15625Q225.7757 560.65625 226.54132 560.65625Q227.30695 560.65625 227.79132 561.15625Q228.29132 561.6406 228.29132 562.4531L228.29132 562.8594Q228.29132 563.625 227.80695 564.125Q227.32257 564.625 226.55695 564.625Q225.79132 564.625 225.29132 564.1406Q224.79132 563.6406 224.79132 562.8281L224.79132 562.40625ZM225.60382 562.8594Q225.60382 563.3281 225.85382 563.625Q226.11945 563.9219 226.55695 563.9219Q226.97882 563.9219 227.22882 563.6406Q227.47882 563.34375 227.47882 562.84375L227.47882 562.40625Q227.47882 561.9375 227.2132 561.65625Q226.9632 561.3594 226.54132 561.3594Q226.11945 561.3594 225.85382 561.65625Q225.60382 561.9375 225.60382 562.4375L225.60382 562.8594ZM222.6507 563.8594L222.0257 563.46875L226.19757 556.7969L226.80695 557.1875L222.6507 563.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M310.05392 564.5L304.46017 564.5L304.46017 563.71875L307.4133 560.4375Q308.06955 559.6875 308.31955 559.2344Q308.56955 558.7656 308.56955 558.2656Q308.56955 557.59375 308.1633 557.1719Q307.77267 556.7344 307.08517 556.7344Q306.2883 556.7344 305.83517 557.2031Q305.38205 557.65625 305.38205 558.4844L304.30392 558.4844Q304.30392 557.2969 305.05392 556.5781Q305.81955 555.84375 307.08517 555.84375Q308.2883 555.84375 308.9758 556.46875Q309.6633 557.09375 309.6633 558.1406Q309.6633 559.3906 308.05392 561.1406L305.77267 563.6094L310.05392 563.6094L310.05392 564.5ZM316.81955 560.8594Q316.81955 562.7656 316.1633 563.7031Q315.52267 564.625 314.13205 564.625Q312.77267 564.625 312.11642 563.71875Q311.46017 562.8125 311.42892 561.0L311.42892 559.5625Q311.42892 557.6719 312.06955 556.7656Q312.7258 555.84375 314.11642 555.84375Q315.49142 555.84375 316.14767 556.7344Q316.80392 557.6094 316.81955 559.4531L316.81955 560.8594ZM315.7258 559.375Q315.7258 558.0 315.33517 557.375Q314.96017 556.7344 314.11642 556.7344Q313.2883 556.7344 312.89767 557.375Q312.52267 558.0 312.52267 559.2969L312.52267 561.03125Q312.52267 562.40625 312.9133 563.0781Q313.31955 563.7344 314.13205 563.7344Q314.92892 563.7344 315.31955 563.1094Q315.71017 562.4844 315.7258 561.15625L315.7258 559.375ZM318.36642 557.6094Q318.36642 556.84375 318.8508 556.34375Q319.3508 555.84375 320.11642 555.84375Q320.89767 555.84375 321.38205 556.34375Q321.86642 556.84375 321.86642 557.6406L321.86642 558.0625Q321.86642 558.8281 321.36642 559.3281Q320.88205 559.8125 320.13205 559.8125Q319.36642 559.8125 318.86642 559.3281Q318.36642 558.8281 318.36642 558.0156L318.36642 557.6094ZM319.17892 558.0625Q319.17892 558.5156 319.42892 558.8125Q319.69455 559.1094 320.13205 559.1094Q320.55392 559.1094 320.80392 558.8281Q321.05392 558.53125 321.05392 558.03125L321.05392 557.6094Q321.05392 557.15625 320.80392 556.8594Q320.55392 556.5469 320.11642 556.5469Q319.67892 556.5469 319.42892 556.8594Q319.17892 557.15625 319.17892 557.625L319.17892 558.0625ZM322.52267 562.40625Q322.52267 561.6406 323.00705 561.15625Q323.50705 560.65625 324.27267 560.65625Q325.0383 560.65625 325.52267 561.15625Q326.02267 561.6406 326.02267 562.4531L326.02267 562.8594Q326.02267 563.625 325.5383 564.125Q325.05392 564.625 324.2883 564.625Q323.52267 564.625 323.02267 564.1406Q322.52267 563.6406 322.52267 562.8281L322.52267 562.40625ZM323.33517 562.8594Q323.33517 563.3281 323.58517 563.625Q323.8508 563.9219 324.2883 563.9219Q324.71017 563.9219 324.96017 563.6406Q325.21017 563.34375 325.21017 562.84375L325.21017 562.40625Q325.21017 561.9375 324.94455 561.65625Q324.69455 561.3594 324.27267 561.3594Q323.8508 561.3594 323.58517 561.65625Q323.33517 561.9375 323.33517 562.4375L323.33517 562.8594ZM320.38205 563.8594L319.75705 563.46875L323.92892 556.7969L324.5383 557.1875L320.38205 563.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M403.26962 561.6406L404.45712 561.6406L404.45712 562.5156L403.26962 562.5156L403.26962 564.5L402.1915 564.5L402.1915 562.5156L398.30087 562.5156L398.30087 561.875L402.11337 555.96875L403.26962 555.96875L403.26962 561.6406ZM399.53525 561.6406L402.1915 561.6406L402.1915 557.4531L402.05087 557.6875L399.53525 561.6406ZM411.05087 560.8594Q411.05087 562.7656 410.39462 563.7031Q409.754 564.625 408.36337 564.625Q407.004 564.625 406.34775 563.71875Q405.6915 562.8125 405.66025 561.0L405.66025 559.5625Q405.66025 557.6719 406.30087 556.7656Q406.95712 555.84375 408.34775 555.84375Q409.72275 555.84375 410.379 556.7344Q411.03525 557.6094 411.05087 559.4531L411.05087 560.8594ZM409.95712 559.375Q409.95712 558.0 409.5665 557.375Q409.1915 556.7344 408.34775 556.7344Q407.51962 556.7344 407.129 557.375Q406.754 558.0 406.754 559.2969L406.754 561.03125Q406.754 562.40625 407.14462 563.0781Q407.55087 563.7344 408.36337 563.7344Q409.16025 563.7344 409.55087 563.1094Q409.9415 562.4844 409.95712 561.15625L409.95712 559.375ZM412.59775 557.6094Q412.59775 556.84375 413.08212 556.34375Q413.58212 555.84375 414.34775 555.84375Q415.129 555.84375 415.61337 556.34375Q416.09775 556.84375 416.09775 557.6406L416.09775 558.0625Q416.09775 558.8281 415.59775 559.3281Q415.11337 559.8125 414.36337 559.8125Q413.59775 559.8125 413.09775 559.3281Q412.59775 558.8281 412.59775 558.0156L412.59775 557.6094ZM413.41025 558.0625Q413.41025 558.5156 413.66025 558.8125Q413.92587 559.1094 414.36337 559.1094Q414.78525 559.1094 415.03525 558.8281Q415.28525 558.53125 415.28525 558.03125L415.28525 557.6094Q415.28525 557.15625 415.03525 556.8594Q414.78525 556.5469 414.34775 556.5469Q413.91025 556.5469 413.66025 556.8594Q413.41025 557.15625 413.41025 557.625L413.41025 558.0625ZM416.754 562.40625Q416.754 561.6406 417.23837 561.15625Q417.73837 560.65625 418.504 560.65625Q419.26962 560.65625 419.754 561.15625Q420.254 561.6406 420.254 562.4531L420.254 562.8594Q420.254 563.625 419.76962 564.125Q419.28525 564.625 418.51962 564.625Q417.754 564.625 417.254 564.1406Q416.754 563.6406 416.754 562.8281L416.754 562.40625ZM417.5665 562.8594Q417.5665 563.3281 417.8165 563.625Q418.08212 563.9219 418.51962 563.9219Q418.9415 563.9219 419.1915 563.6406Q419.4415 563.34375 419.4415 562.84375L419.4415 562.40625Q419.4415 561.9375 419.17587 561.65625Q418.92587 561.3594 418.504 561.3594Q418.08212 561.3594 417.8165 561.65625Q417.5665 561.9375 417.5665 562.4375L417.5665 562.8594ZM414.61337 563.8594L413.98837 563.46875L418.16025 556.7969L418.76962 557.1875L414.61337 563.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M497.18848 555.96875L497.18848 556.875L496.98535 556.875Q495.71973 556.90625 494.96973 557.6406Q494.21973 558.3594 494.09473 559.6719Q494.78223 558.90625 495.93848 558.90625Q497.04785 558.90625 497.71973 559.6875Q498.3916 560.46875 498.3916 561.71875Q498.3916 563.03125 497.67285 563.8281Q496.9541 564.625 495.73535 564.625Q494.5166 564.625 493.75098 563.6875Q493.00098 562.7344 493.00098 561.25L493.00098 560.84375Q493.00098 558.4844 494.00098 557.2344Q495.00098 555.9844 496.98535 555.96875L497.18848 555.96875ZM495.7666 559.8125Q495.2041 559.8125 494.73535 560.1406Q494.2666 560.46875 494.0791 560.9844L494.0791 561.375Q494.0791 562.4375 494.54785 563.0781Q495.03223 563.71875 495.73535 563.71875Q496.46973 563.71875 496.8916 563.1875Q497.31348 562.6406 497.31348 561.7656Q497.31348 560.8906 496.8916 560.3594Q496.46973 559.8125 495.7666 559.8125ZM505.28223 560.8594Q505.28223 562.7656 504.62598 563.7031Q503.98535 564.625 502.59473 564.625Q501.23535 564.625 500.5791 563.71875Q499.92285 562.8125 499.8916 561.0L499.8916 559.5625Q499.8916 557.6719 500.53223 556.7656Q501.18848 555.84375 502.5791 555.84375Q503.9541 555.84375 504.61035 556.7344Q505.2666 557.6094 505.28223 559.4531L505.28223 560.8594ZM504.18848 559.375Q504.18848 558.0 503.79785 557.375Q503.42285 556.7344 502.5791 556.7344Q501.75098 556.7344 501.36035 557.375Q500.98535 558.0 500.98535 559.2969L500.98535 561.03125Q500.98535 562.40625 501.37598 563.0781Q501.78223 563.7344 502.59473 563.7344Q503.3916 563.7344 503.78223 563.1094Q504.17285 562.4844 504.18848 561.15625L504.18848 559.375ZM506.8291 557.6094Q506.8291 556.84375 507.31348 556.34375Q507.81348 555.84375 508.5791 555.84375Q509.36035 555.84375 509.84473 556.34375Q510.3291 556.84375 510.3291 557.6406L510.3291 558.0625Q510.3291 558.8281 509.8291 559.3281Q509.34473 559.8125 508.59473 559.8125Q507.8291 559.8125 507.3291 559.3281Q506.8291 558.8281 506.8291 558.0156L506.8291 557.6094ZM507.6416 558.0625Q507.6416 558.5156 507.8916 558.8125Q508.15723 559.1094 508.59473 559.1094Q509.0166 559.1094 509.2666 558.8281Q509.5166 558.53125 509.5166 558.03125L509.5166 557.6094Q509.5166 557.15625 509.2666 556.8594Q509.0166 556.5469 508.5791 556.5469Q508.1416 556.5469 507.8916 556.8594Q507.6416 557.15625 507.6416 557.625L507.6416 558.0625ZM510.98535 562.40625Q510.98535 561.6406 511.46973 561.15625Q511.96973 560.65625 512.73535 560.65625Q513.501 560.65625 513.98535 561.15625Q514.48535 561.6406 514.48535 562.4531L514.48535 562.8594Q514.48535 563.625 514.001 564.125Q513.5166 564.625 512.751 564.625Q511.98535 564.625 511.48535 564.1406Q510.98535 563.6406 510.98535 562.8281L510.98535 562.40625ZM511.79785 562.8594Q511.79785 563.3281 512.04785 563.625Q512.3135 563.9219 512.751 563.9219Q513.17285 563.9219 513.42285 563.6406Q513.67285 563.34375 513.67285 562.84375L513.67285 562.40625Q513.67285 561.9375 513.4072 561.65625Q513.1572 561.3594 512.73535 561.3594Q512.3135 561.3594 512.04785 561.65625Q511.79785 561.9375 511.79785 562.4375L511.79785 562.8594ZM508.84473 563.8594L508.21973 563.46875L512.3916 556.7969L513.001 557.1875L508.84473 563.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M592.34174 558.1875Q592.34174 558.8281 591.998 559.3281Q591.65424 559.8281 591.09174 560.1094Q591.748 560.3906 592.1386 560.9531Q592.52924 561.5 592.52924 562.2031Q592.52924 563.2969 591.77924 563.96875Q591.04486 564.625 589.8261 564.625Q588.59174 564.625 587.84174 563.96875Q587.10736 563.2969 587.10736 562.2031Q587.10736 561.5 587.48236 560.9531Q587.85736 560.3906 588.52924 560.1094Q587.96674 559.8281 587.6386 559.3281Q587.3105 558.8281 587.3105 558.1875Q587.3105 557.1094 587.998 556.4844Q588.6855 555.84375 589.8261 555.84375Q590.9511 555.84375 591.6386 556.4844Q592.34174 557.1094 592.34174 558.1875ZM591.4511 562.1719Q591.4511 561.4531 590.998 561.0156Q590.54486 560.5625 589.8105 560.5625Q589.0761 560.5625 588.623 561.0156Q588.1855 561.4531 588.1855 562.1875Q588.1855 562.90625 588.623 563.3281Q589.0605 563.7344 589.8261 563.7344Q590.5761 563.7344 591.0136 563.3125Q591.4511 562.8906 591.4511 562.1719ZM589.8261 556.7344Q589.1855 556.7344 588.77924 557.1406Q588.3886 557.53125 588.3886 558.21875Q588.3886 558.8594 588.77924 559.2656Q589.16986 559.6719 589.8105 559.6719Q590.46674 559.6719 590.85736 559.2656Q591.248 558.8594 591.248 558.21875Q591.248 557.5625 590.84174 557.15625Q590.4355 556.7344 589.8261 556.7344ZM599.5136 560.8594Q599.5136 562.7656 598.85736 563.7031Q598.21674 564.625 596.8261 564.625Q595.46674 564.625 594.8105 563.71875Q594.15424 562.8125 594.123 561.0L594.123 559.5625Q594.123 557.6719 594.7636 556.7656Q595.41986 555.84375 596.8105 555.84375Q598.1855 555.84375 598.84174 556.7344Q599.498 557.6094 599.5136 559.4531L599.5136 560.8594ZM598.41986 559.375Q598.41986 558.0 598.02924 557.375Q597.65424 556.7344 596.8105 556.7344Q595.98236 556.7344 595.59174 557.375Q595.21674 558.0 595.21674 559.2969L595.21674 561.03125Q595.21674 562.40625 595.60736 563.0781Q596.0136 563.7344 596.8261 563.7344Q597.623 563.7344 598.0136 563.1094Q598.40424 562.4844 598.41986 561.15625L598.41986 559.375ZM601.0605 557.6094Q601.0605 556.84375 601.54486 556.34375Q602.04486 555.84375 602.8105 555.84375Q603.59174 555.84375 604.0761 556.34375Q604.5605 556.84375 604.5605 557.6406L604.5605 558.0625Q604.5605 558.8281 604.0605 559.3281Q603.5761 559.8125 602.8261 559.8125Q602.0605 559.8125 601.5605 559.3281Q601.0605 558.8281 601.0605 558.0156L601.0605 557.6094ZM601.873 558.0625Q601.873 558.5156 602.123 558.8125Q602.3886 559.1094 602.8261 559.1094Q603.248 559.1094 603.498 558.8281Q603.748 558.53125 603.748 558.03125L603.748 557.6094Q603.748 557.15625 603.498 556.8594Q603.248 556.5469 602.8105 556.5469Q602.373 556.5469 602.123 556.8594Q601.873 557.15625 601.873 557.625L601.873 558.0625ZM605.21674 562.40625Q605.21674 561.6406 605.7011 561.15625Q606.2011 560.65625 606.96674 560.65625Q607.73236 560.65625 608.21674 561.15625Q608.71674 561.6406 608.71674 562.4531L608.71674 562.8594Q608.71674 563.625 608.23236 564.125Q607.748 564.625 606.98236 564.625Q606.21674 564.625 605.71674 564.1406Q605.21674 563.6406 605.21674 562.8281L605.21674 562.40625ZM606.02924 562.8594Q606.02924 563.3281 606.27924 563.625Q606.54486 563.9219 606.98236 563.9219Q607.40424 563.9219 607.65424 563.6406Q607.90424 563.34375 607.90424 562.84375L607.90424 562.40625Q607.90424 561.9375 607.6386 561.65625Q607.3886 561.3594 606.96674 561.3594Q606.54486 561.3594 606.27924 561.65625Q606.02924 561.9375 606.02924 562.4375L606.02924 562.8594ZM603.0761 563.8594L602.4511 563.46875L606.623 556.7969L607.23236 557.1875L603.0761 563.8594Z" fill-rule="nonzero"/><path fill="#999999" d="M30.63125 51.986404Q30.63125 50.673904 30.975 49.455154Q31.334375 48.236404 32.0375 47.236404Q32.740623 46.236404 33.50625 45.830154L33.725 46.548904Q32.865623 47.205154 32.31875 48.548904Q31.771875 49.892654 31.725 51.56453L31.709375 52.06453Q31.709375 54.330154 32.5375 55.986404Q33.0375 56.986404 33.725 57.548904L33.50625 58.205154Q32.725 57.78328 32.00625 56.75203Q30.63125 54.767654 30.63125 51.986404ZM38.365623 53.767654Q38.365623 53.330154 38.021873 53.09578Q37.69375 52.84578 36.865623 52.673904Q36.053123 52.50203 35.56875 52.25203Q35.084373 52.00203 34.85 51.673904Q34.63125 51.330154 34.63125 50.861404Q34.63125 50.080154 35.2875 49.548904Q35.94375 49.00203 36.975 49.00203Q38.053123 49.00203 38.709373 49.56453Q39.38125 50.111404 39.38125 50.97078L38.303123 50.97078Q38.303123 50.53328 37.9125 50.22078Q37.5375 49.892654 36.975 49.892654Q36.38125 49.892654 36.0375 50.15828Q35.709373 50.40828 35.709373 50.81453Q35.709373 51.205154 36.021873 51.40828Q36.334373 51.611404 37.146873 51.798904Q37.959373 51.97078 38.459373 52.22078Q38.959373 52.47078 39.19375 52.830154Q39.44375 53.18953 39.44375 53.68953Q39.44375 54.548904 38.75625 55.06453Q38.084373 55.580154 37.00625 55.580154Q36.240623 55.580154 35.646873 55.31453Q35.06875 55.03328 34.740623 54.548904Q34.4125 54.06453 34.4125 53.50203L35.490623 53.50203Q35.521873 54.048904 35.928123 54.37703Q36.334373 54.68953 37.00625 54.68953Q37.615623 54.68953 37.990623 54.43953Q38.365623 54.18953 38.365623 53.767654ZM43.303123 55.580154Q42.00625 55.580154 41.19375 54.736404Q40.396873 53.87703 40.396873 52.455154L40.396873 52.267654Q40.396873 51.31453 40.75625 50.580154Q41.115623 49.830154 41.75625 49.423904Q42.4125 49.00203 43.1625 49.00203Q44.396873 49.00203 45.084373 49.81453Q45.771873 50.62703 45.771873 52.142654L45.771873 52.59578L41.475 52.59578Q41.50625 53.53328 42.021873 54.111404Q42.553123 54.68953 43.365623 54.68953Q43.928123 54.68953 44.31875 54.455154Q44.725 54.22078 45.0375 53.830154L45.69375 54.34578Q44.896873 55.580154 43.303123 55.580154ZM43.1625 49.892654Q42.50625 49.892654 42.053123 50.37703Q41.615623 50.84578 41.521873 51.705154L44.69375 51.705154L44.69375 51.62703Q44.646873 50.798904 44.240623 50.34578Q43.85 49.892654 43.1625 49.892654ZM47.85 55.455154L46.771873 55.455154L46.771873 46.455154L47.85 46.455154L47.85 55.455154ZM52.303123 55.580154Q51.00625 55.580154 50.19375 54.736404Q49.396873 53.87703 49.396873 52.455154L49.396873 52.267654Q49.396873 51.31453 49.75625 50.580154Q50.115623 49.830154 50.75625 49.423904Q51.4125 49.00203 52.1625 49.00203Q53.396873 49.00203 54.084373 49.81453Q54.771873 50.62703 54.771873 52.142654L54.771873 52.59578L50.475 52.59578Q50.50625 53.53328 51.021873 54.111404Q51.553123 54.68953 52.365623 54.68953Q52.928123 54.68953 53.31875 54.455154Q53.725 54.22078 54.0375 53.830154L54.69375 54.34578Q53.896873 55.580154 52.303123 55.580154ZM52.1625 49.892654Q51.50625 49.892654 51.053123 50.37703Q50.615623 50.84578 50.521873 51.705154L53.69375 51.705154L53.69375 51.62703Q53.646873 50.798904 53.240623 50.34578Q52.85 49.892654 52.1625 49.892654ZM58.209373 54.68953Q58.7875 54.68953 59.225 54.34578Q59.6625 53.986404 59.709373 53.455154L60.740623 53.455154Q60.709373 54.00203 60.35 54.50203Q60.00625 54.986404 59.428123 55.28328Q58.865623 55.580154 58.209373 55.580154Q56.9125 55.580154 56.146873 54.72078Q55.396873 53.84578 55.396873 52.34578L55.396873 52.15828Q55.396873 51.236404 55.725 50.517654Q56.06875 49.798904 56.69375 49.40828Q57.334373 49.00203 58.209373 49.00203Q59.271873 49.00203 59.975 49.642654Q60.69375 50.267654 60.740623 51.298904L59.709373 51.298904Q59.6625 50.673904 59.240623 50.28328Q58.81875 49.892654 58.209373 49.892654Q57.38125 49.892654 56.928123 50.486404Q56.475 51.080154 56.475 52.205154L56.475 52.40828Q56.475 53.50203 56.928123 54.09578Q57.38125 54.68953 58.209373 54.68953ZM63.146873 47.580154L63.146873 49.111404L64.31875 49.111404L64.31875 49.955154L63.146873 49.955154L63.146873 53.87703Q63.146873 54.267654 63.303123 54.455154Q63.459373 54.642654 63.834373 54.642654Q64.02187 54.642654 64.35 54.580154L64.35 55.455154Q63.928123 55.580154 63.521873 55.580154Q62.803123 55.580154 62.428123 55.142654Q62.053123 54.68953 62.053123 53.87703L62.053123 49.955154L60.896873 49.955154L60.896873 49.111404L62.053123 49.111404L62.053123 47.580154L63.146873 47.580154ZM72.58437 54.830154Q71.95937 55.580154 70.725 55.580154Q69.70937 55.580154 69.17812 54.986404Q68.64687 54.392654 68.64687 53.236404L68.64687 49.111404L69.725 49.111404L69.725 53.205154Q69.725 54.65828 70.89687 54.65828Q72.14687 54.65828 72.55312 53.72078L72.55312 49.111404L73.64687 49.111404L73.64687 55.455154L72.61562 55.455154L72.58437 54.830154ZM81.02187 52.361404Q81.02187 53.798904 80.36562 54.68953Q79.70937 55.580154 78.56875 55.580154Q77.4125 55.580154 76.75625 54.84578L76.75625 57.892654L75.67812 57.892654L75.67812 49.111404L76.6625 49.111404L76.70937 49.81453Q77.38125 49.00203 78.55312 49.00203Q79.69375 49.00203 80.35 49.861404Q81.02187 50.72078 81.02187 52.25203L81.02187 52.361404ZM79.94375 52.236404Q79.94375 51.15828 79.475 50.548904Q79.02187 49.923904 78.225 49.923904Q77.24062 49.923904 76.75625 50.78328L76.75625 53.81453Q77.24062 54.68953 78.24062 54.68953Q79.02187 54.68953 79.475 54.080154Q79.94375 53.455154 79.94375 52.236404ZM87.14687 47.580154L87.14687 49.111404L88.31875 49.111404L88.31875 49.955154L87.14687 49.955154L87.14687 53.87703Q87.14687 54.267654 87.30312 54.455154Q87.45937 54.642654 87.83437 54.642654Q88.02187 54.642654 88.35 54.580154L88.35 55.455154Q87.92812 55.580154 87.52187 55.580154Q86.80312 55.580154 86.42812 55.142654Q86.05312 54.68953 86.05312 53.87703L86.05312 49.955154L84.89687 49.955154L84.89687 49.111404L86.05312 49.111404L86.05312 47.580154L87.14687 47.580154ZM89.38125 52.22078Q89.38125 51.298904 89.74062 50.548904Q90.11562 49.798904 90.77187 49.40828Q91.42812 49.00203 92.25625 49.00203Q93.55312 49.00203 94.35 49.892654Q95.1625 50.78328 95.1625 52.28328L95.1625 52.361404Q95.1625 53.28328 94.80312 54.017654Q94.44375 54.75203 93.7875 55.173904Q93.13125 55.580154 92.27187 55.580154Q90.99062 55.580154 90.17812 54.68953Q89.38125 53.78328 89.38125 52.298904L89.38125 52.22078ZM90.475 52.361404Q90.475 53.40828 90.95937 54.048904Q91.45937 54.68953 92.27187 54.68953Q93.1 54.68953 93.58437 54.048904Q94.06875 53.392654 94.06875 52.22078Q94.06875 51.18953 93.56875 50.548904Q93.08437 49.892654 92.25625 49.892654Q91.45937 49.892654 90.95937 50.53328Q90.475 51.15828 90.475 52.361404ZM101.13125 50.65828L101.94375 50.65828Q102.725 50.642654 103.1625 50.25203Q103.6 49.861404 103.6 49.18953Q103.6 47.68953 102.1 47.68953Q101.39687 47.68953 100.975 48.09578Q100.56875 48.50203 100.56875 49.15828L99.475 49.15828Q99.475 48.142654 100.20937 47.47078Q100.95937 46.798904 102.1 46.798904Q103.30312 46.798904 103.99062 47.43953Q104.67812 48.080154 104.67812 49.22078Q104.67812 49.78328 104.31875 50.298904Q103.95937 50.81453 103.33437 51.080154Q104.0375 51.298904 104.4125 51.81453Q104.80312 52.330154 104.80312 53.080154Q104.80312 54.22078 104.05312 54.90828Q103.30312 55.580154 102.1 55.580154Q100.9125 55.580154 100.14687 54.923904Q99.39687 54.267654 99.39687 53.205154L100.49062 53.205154Q100.49062 53.87703 100.92812 54.28328Q101.36562 54.68953 102.11562 54.68953Q102.89687 54.68953 103.30312 54.28328Q103.725 53.861404 103.725 53.09578Q103.725 52.361404 103.27187 51.97078Q102.81875 51.56453 101.94375 51.548904L101.13125 51.548904L101.13125 50.65828ZM109.17812 52.048904Q109.17812 53.361404 108.83437 54.56453Q108.49062 55.75203 107.77187 56.767654Q107.06875 57.78328 106.30312 58.205154L106.06875 57.548904Q106.975 56.861404 107.52187 55.40828Q108.06875 53.93953 108.08437 52.173904L108.08437 51.986404Q108.08437 50.75203 107.81875 49.68953Q107.56875 48.62703 107.1 47.798904Q106.64687 46.955154 106.06875 46.486404L106.30312 45.830154Q107.06875 46.25203 107.77187 47.25203Q108.475 48.25203 108.81875 49.47078Q109.17812 50.673904 109.17812 52.048904Z" fill-rule="nonzero"/><path fill="#666666" d="M32.31875 30.31453L32.31875 34.205154L31.00625 34.205154L31.00625 24.25203L34.678123 24.25203Q36.303123 24.25203 37.225 25.09578Q38.1625 25.923904 38.1625 27.298904Q38.1625 28.736404 37.25625 29.53328Q36.35 30.31453 34.6625 30.31453L32.31875 30.31453ZM32.31875 29.236404L34.678123 29.236404Q35.725 29.236404 36.2875 28.736404Q36.85 28.236404 36.85 27.31453Q36.85 26.423904 36.2875 25.892654Q35.725 25.34578 34.75625 25.330154L32.31875 25.330154L32.31875 29.236404ZM41.178123 34.205154L39.9125 34.205154L39.9125 23.705154L41.178123 23.705154L41.178123 34.205154ZM45.88125 34.34578Q44.365623 34.34578 43.428123 33.361404Q42.490623 32.361404 42.490623 30.705154L42.490623 30.486404Q42.490623 29.37703 42.9125 28.517654Q43.334373 27.642654 44.084373 27.15828Q44.834373 26.673904 45.725 26.673904Q47.1625 26.673904 47.959373 27.62703Q48.75625 28.56453 48.75625 30.34578L48.75625 30.861404L43.75625 30.861404Q43.771873 31.955154 44.38125 32.642654Q45.00625 33.31453 45.94375 33.31453Q46.615623 33.31453 47.06875 33.048904Q47.5375 32.767654 47.896873 32.31453L48.6625 32.90828Q47.740623 34.34578 45.88125 34.34578ZM45.725 27.705154Q44.959373 27.705154 44.428123 28.267654Q43.9125 28.830154 43.7875 29.830154L47.490623 29.830154L47.490623 29.736404Q47.44375 28.767654 46.975 28.236404Q46.50625 27.705154 45.725 27.705154ZM54.38125 34.205154Q54.271873 33.986404 54.19375 33.423904Q53.31875 34.34578 52.084373 34.34578Q50.990623 34.34578 50.2875 33.736404Q49.6 33.111404 49.6 32.15828Q49.6 31.00203 50.475 30.361404Q51.35 29.72078 52.94375 29.72078L54.178123 29.72078L54.178123 29.142654Q54.178123 28.47078 53.771873 28.080154Q53.38125 27.68953 52.615623 27.68953Q51.928123 27.68953 51.475 28.03328Q51.021873 28.37703 51.021873 28.861404L49.740623 28.861404Q49.740623 28.298904 50.13125 27.78328Q50.5375 27.267654 51.209373 26.97078Q51.88125 26.673904 52.678123 26.673904Q53.959373 26.673904 54.678123 27.31453Q55.4125 27.955154 55.44375 29.06453L55.44375 32.47078Q55.44375 33.486404 55.69375 34.09578L55.69375 34.205154L54.38125 34.205154ZM52.271873 33.236404Q52.865623 33.236404 53.396873 32.93953Q53.94375 32.62703 54.178123 32.12703L54.178123 30.611404L53.178123 30.611404Q50.865623 30.611404 50.865623 31.97078Q50.865623 32.56453 51.25625 32.90828Q51.646873 33.236404 52.271873 33.236404ZM62.115623 32.236404Q62.115623 31.736404 61.725 31.455154Q61.334373 31.15828 60.38125 30.955154Q59.428123 30.75203 58.85 30.47078Q58.2875 30.173904 58.021873 29.78328Q57.75625 29.392654 57.75625 28.84578Q57.75625 27.923904 58.521873 27.298904Q59.2875 26.673904 60.490623 26.673904Q61.740623 26.673904 62.521873 27.330154Q63.303123 27.97078 63.303123 28.986404L62.0375 28.986404Q62.0375 28.455154 61.6 28.080154Q61.1625 27.705154 60.490623 27.705154Q59.803123 27.705154 59.4125 28.017654Q59.021873 28.31453 59.021873 28.798904Q59.021873 29.25203 59.38125 29.486404Q59.740623 29.72078 60.678123 29.93953Q61.63125 30.142654 62.225 30.43953Q62.81875 30.736404 63.1 31.15828Q63.38125 31.56453 63.38125 32.15828Q63.38125 33.142654 62.584373 33.75203Q61.7875 34.34578 60.521873 34.34578Q59.646873 34.34578 58.959373 34.03328Q58.271873 33.705154 57.88125 33.142654Q57.50625 32.580154 57.50625 31.923904L58.771873 31.923904Q58.803123 32.56453 59.271873 32.93953Q59.75625 33.31453 60.521873 33.31453Q61.240623 33.31453 61.678123 33.017654Q62.115623 32.72078 62.115623 32.236404ZM67.88125 34.34578Q66.36562 34.34578 65.42812 33.361404Q64.49062 32.361404 64.49062 30.705154L64.49062 30.486404Q64.49062 29.37703 64.9125 28.517654Q65.33437 27.642654 66.08437 27.15828Q66.83437 26.673904 67.725 26.673904Q69.1625 26.673904 69.95937 27.62703Q70.75625 28.56453 70.75625 30.34578L70.75625 30.861404L65.75625 30.861404Q65.77187 31.955154 66.38125 32.642654Q67.00625 33.31453 67.94375 33.31453Q68.61562 33.31453 69.06875 33.048904Q69.5375 32.767654 69.89687 32.31453L70.6625 32.90828Q69.74062 34.34578 67.88125 34.34578ZM67.725 27.705154Q66.95937 27.705154 66.42812 28.267654Q65.9125 28.830154 65.7875 29.830154L69.49062 29.830154L69.49062 29.736404Q69.44375 28.767654 68.975 28.236404Q68.50625 27.705154 67.725 27.705154ZM79.11562 32.236404Q79.11562 31.736404 78.725 31.455154Q78.33437 31.15828 77.38125 30.955154Q76.42812 30.75203 75.85 30.47078Q75.2875 30.173904 75.02187 29.78328Q74.75625 29.392654 74.75625 28.84578Q74.75625 27.923904 75.52187 27.298904Q76.2875 26.673904 77.49062 26.673904Q78.74062 26.673904 79.52187 27.330154Q80.30312 27.97078 80.30312 28.986404L79.0375 28.986404Q79.0375 28.455154 78.6 28.080154Q78.1625 27.705154 77.49062 27.705154Q76.80312 27.705154 76.4125 28.017654Q76.02187 28.31453 76.02187 28.798904Q76.02187 29.25203 76.38125 29.486404Q76.74062 29.72078 77.67812 29.93953Q78.63125 30.142654 79.225 30.43953Q79.81875 30.736404 80.1 31.15828Q80.38125 31.56453 80.38125 32.15828Q80.38125 33.142654 79.58437 33.75203Q78.7875 34.34578 77.52187 34.34578Q76.64687 34.34578 75.95937 34.03328Q75.27187 33.705154 74.88125 33.142654Q74.50625 32.580154 74.50625 31.923904L75.77187 31.923904Q75.80312 32.56453 76.27187 32.93953Q76.75625 33.31453 77.52187 33.31453Q78.24062 33.31453 78.67812 33.017654Q79.11562 32.72078 79.11562 32.236404ZM84.88125 34.34578Q83.36562 34.34578 82.42812 33.361404Q81.49062 32.361404 81.49062 30.705154L81.49062 30.486404Q81.49062 29.37703 81.9125 28.517654Q82.33437 27.642654 83.08437 27.15828Q83.83437 26.673904 84.725 26.673904Q86.1625 26.673904 86.95937 27.62703Q87.75625 28.56453 87.75625 30.34578L87.75625 30.861404L82.75625 30.861404Q82.77187 31.955154 83.38125 32.642654Q84.00625 33.31453 84.94375 33.31453Q85.61562 33.31453 86.06875 33.048904Q86.5375 32.767654 86.89687 32.31453L87.6625 32.90828Q86.74062 34.34578 84.88125 34.34578ZM84.725 27.705154Q83.95937 27.705154 83.42812 28.267654Q82.9125 28.830154 82.7875 29.830154L86.49062 29.830154L86.49062 29.736404Q86.44375 28.767654 85.975 28.236404Q85.50625 27.705154 84.725 27.705154ZM90.17812 34.205154L88.9125 34.205154L88.9125 23.705154L90.17812 23.705154L90.17812 34.205154ZM94.88125 34.34578Q93.36562 34.34578 92.42812 33.361404Q91.49062 32.361404 91.49062 30.705154L91.49062 30.486404Q91.49062 29.37703 91.9125 28.517654Q92.33437 27.642654 93.08437 27.15828Q93.83437 26.673904 94.725 26.673904Q96.1625 26.673904 96.95937 27.62703Q97.75625 28.56453 97.75625 30.34578L97.75625 30.861404L92.75625 30.861404Q92.77187 31.955154 93.38125 32.642654Q94.00625 33.31453 94.94375 33.31453Q95.61562 33.31453 96.06875 33.048904Q96.5375 32.767654 96.89687 32.31453L97.6625 32.90828Q96.74062 34.34578 94.88125 34.34578ZM94.725 27.705154Q93.95937 27.705154 93.42812 28.267654Q92.9125 28.830154 92.7875 29.830154L96.49062 29.830154L96.49062 29.736404Q96.44375 28.767654 95.975 28.236404Q95.50625 27.705154 94.725 27.705154ZM101.77187 33.31453Q102.44375 33.31453 102.94375 32.90828Q103.45937 32.486404 103.52187 31.87703L104.70937 31.87703Q104.67812 32.50203 104.27187 33.080154Q103.86562 33.65828 103.19375 34.00203Q102.52187 34.34578 101.77187 34.34578Q100.25625 34.34578 99.36562 33.34578Q98.475 32.330154 98.475 30.580154L98.475 30.361404Q98.475 29.28328 98.86562 28.43953Q99.27187 27.59578 100.00625 27.142654Q100.75625 26.673904 101.77187 26.673904Q103.00625 26.673904 103.83437 27.423904Q104.6625 28.15828 104.70937 29.34578L103.52187 29.34578Q103.45937 28.62703 102.975 28.173904Q102.49062 27.705154 101.77187 27.705154Q100.80312 27.705154 100.27187 28.40828Q99.74062 29.09578 99.74062 30.40828L99.74062 30.642654Q99.74062 31.923904 100.27187 32.62703Q100.80312 33.31453 101.77187 33.31453ZM107.52187 25.017654L107.52187 26.81453L108.89687 26.81453L108.89687 27.78328L107.52187 27.78328L107.52187 32.37703Q107.52187 32.81453 107.70937 33.048904Q107.89687 33.267654 108.33437 33.267654Q108.55312 33.267654 108.94375 33.173904L108.94375 34.205154Q108.44375 34.34578 107.975 34.34578Q107.11562 34.34578 106.67812 33.830154Q106.25625 33.31453 106.25625 32.37703L106.25625 27.78328L104.9125 27.78328L104.9125 26.81453L106.25625 26.81453L106.25625 25.017654L107.52187 25.017654ZM115.52187 25.017654L115.52187 26.81453L116.89687 26.81453L116.89687 27.78328L115.52187 27.78328L115.52187 32.37703Q115.52187 32.81453 115.70937 33.048904Q115.89687 33.267654 116.33437 33.267654Q116.55312 33.267654 116.94375 33.173904L116.94375 34.205154Q116.44375 34.34578 115.975 34.34578Q115.11562 34.34578 114.67812 33.830154Q114.25625 33.31453 114.25625 32.37703L114.25625 27.78328L112.9125 27.78328L112.9125 26.81453L114.25625 26.81453L114.25625 25.017654L115.52187 25.017654ZM120.06875 27.705154Q120.9125 26.673904 122.25625 26.673904Q124.6 26.673904 124.63125 29.31453L124.63125 34.205154L123.36562 34.205154L123.36562 29.31453Q123.35 28.517654 122.99062 28.142654Q122.63125 27.75203 121.88125 27.75203Q121.25625 27.75203 120.7875 28.080154Q120.33437 28.40828 120.06875 28.93953L120.06875 34.205154L118.80312 34.205154L118.80312 23.705154L120.06875 23.705154L120.06875 27.705154ZM129.88126 34.34578Q128.36563 34.34578 127.42812 33.361404Q126.49062 32.361404 126.49062 30.705154L126.49062 30.486404Q126.49062 29.37703 126.9125 28.517654Q127.33437 27.642654 128.08438 27.15828Q128.83438 26.673904 129.725 26.673904Q131.1625 26.673904 131.95938 27.62703Q132.75626 28.56453 132.75626 30.34578L132.75626 30.861404L127.75625 30.861404Q127.77187 31.955154 128.38126 32.642654Q129.00626 33.31453 129.94376 33.31453Q130.61563 33.31453 131.06876 33.048904Q131.5375 32.767654 131.89688 32.31453L132.6625 32.90828Q131.74063 34.34578 129.88126 34.34578ZM129.725 27.705154Q128.95938 27.705154 128.42813 28.267654Q127.9125 28.830154 127.7875 29.830154L131.49063 29.830154L131.49063 29.736404Q131.44376 28.767654 130.975 28.236404Q130.50626 27.705154 129.725 27.705154ZM138.52188 25.017654L138.52188 26.81453L139.89688 26.81453L139.89688 27.78328L138.52188 27.78328L138.52188 32.37703Q138.52188 32.81453 138.70938 33.048904Q138.89688 33.267654 139.33438 33.267654Q139.55313 33.267654 139.94376 33.173904L139.94376 34.205154Q139.44376 34.34578 138.975 34.34578Q138.11563 34.34578 137.67813 33.830154Q137.25626 33.31453 137.25626 32.37703L137.25626 27.78328L135.9125 27.78328L135.9125 26.81453L137.25626 26.81453L137.25626 25.017654L138.52188 25.017654ZM141.475 30.43953Q141.475 29.34578 141.89688 28.486404Q142.33438 27.611404 143.08438 27.142654Q143.85 26.673904 144.83438 26.673904Q146.33438 26.673904 147.27188 27.72078Q148.20938 28.767654 148.20938 30.50203L148.20938 30.59578Q148.20938 31.673904 147.7875 32.53328Q147.38126 33.37703 146.6 33.861404Q145.83438 34.34578 144.85 34.34578Q143.33438 34.34578 142.39688 33.298904Q141.475 32.25203 141.475 30.53328L141.475 30.43953ZM142.74063 30.59578Q142.74063 31.81453 143.30313 32.56453Q143.88126 33.31453 144.85 33.31453Q145.80313 33.31453 146.36563 32.56453Q146.94376 31.798904 146.94376 30.43953Q146.94376 29.22078 146.36563 28.47078Q145.7875 27.705154 144.83438 27.705154Q143.89688 27.705154 143.31876 28.455154Q142.74063 29.205154 142.74063 30.59578ZM156.05313 30.59578Q156.05313 32.28328 155.27188 33.31453Q154.50626 34.34578 153.19376 34.34578Q151.85 34.34578 151.06876 33.486404L151.06876 37.048904L149.80313 37.048904L149.80313 26.81453L150.95938 26.81453L151.02188 27.62703Q151.80313 26.673904 153.17813 26.673904Q154.50626 26.673904 155.27188 27.673904Q156.05313 28.673904 156.05313 30.47078L156.05313 30.59578ZM154.7875 30.43953Q154.7875 29.18953 154.25626 28.47078Q153.725 27.75203 152.7875 27.75203Q151.64688 27.75203 151.06876 28.767654L151.06876 32.298904Q151.64688 33.31453 152.80313 33.31453Q153.725 33.31453 154.25626 32.59578Q154.7875 31.861404 154.7875 30.43953ZM162.52188 28.611404L163.45938 28.611404Q164.36563 28.59578 164.86563 28.142654Q165.38126 27.68953 165.38126 26.90828Q165.38126 25.15828 163.64688 25.15828Q162.81876 25.15828 162.33438 25.62703Q161.85 26.09578 161.85 26.861404L160.58438 26.861404Q160.58438 25.673904 161.44376 24.892654Q162.31876 24.111404 163.64688 24.111404Q165.05313 24.111404 165.85 24.861404Q166.64688 25.611404 166.64688 26.923904Q166.64688 27.580154 166.225 28.18953Q165.81876 28.798904 165.08438 29.09578Q165.9125 29.361404 166.35 29.97078Q166.80313 30.56453 166.80313 31.423904Q166.80313 32.767654 165.92813 33.56453Q165.05313 34.34578 163.64688 34.34578Q162.25626 34.34578 161.36563 33.59578Q160.49063 32.830154 160.49063 31.580154L161.77188 31.580154Q161.77188 32.361404 162.27188 32.84578Q162.7875 33.31453 163.64688 33.31453Q164.56876 33.31453 165.05313 32.830154Q165.5375 32.34578 165.5375 31.455154Q165.5375 30.59578 165.00626 30.12703Q164.475 29.65828 163.45938 29.642654L162.52188 29.642654L162.52188 28.611404ZM175.38126 27.93953Q175.1 27.892654 174.75626 27.892654Q173.52188 27.892654 173.06876 28.955154L173.06876 34.205154L171.80313 34.205154L171.80313 26.81453L173.0375 26.81453L173.05313 27.65828Q173.67813 26.673904 174.81876 26.673904Q175.19376 26.673904 175.38126 26.767654L175.38126 27.93953ZM179.88126 34.34578Q178.36563 34.34578 177.42813 33.361404Q176.49063 32.361404 176.49063 30.705154L176.49063 30.486404Q176.49063 29.37703 176.9125 28.517654Q177.33438 27.642654 178.08438 27.15828Q178.83438 26.673904 179.725 26.673904Q181.1625 26.673904 181.95938 27.62703Q182.75626 28.56453 182.75626 30.34578L182.75626 30.861404L177.75626 30.861404Q177.77188 31.955154 178.38126 32.642654Q179.00626 33.31453 179.94376 33.31453Q180.61563 33.31453 181.06876 33.048904Q181.5375 32.767654 181.89688 32.31453L182.6625 32.90828Q181.74063 34.34578 179.88126 34.34578ZM179.725 27.705154Q178.95938 27.705154 178.42813 28.267654Q177.9125 28.830154 177.7875 29.830154L181.49063 29.830154L181.49063 29.736404Q181.44376 28.767654 180.975 28.236404Q180.50626 27.705154 179.725 27.705154ZM188.11563 32.236404Q188.11563 31.736404 187.725 31.455154Q187.33438 31.15828 186.38126 30.955154Q185.42813 30.75203 184.85 30.47078Q184.2875 30.173904 184.02188 29.78328Q183.75626 29.392654 183.75626 28.84578Q183.75626 27.923904 184.52188 27.298904Q185.2875 26.673904 186.49063 26.673904Q187.74063 26.673904 188.52188 27.330154Q189.30313 27.97078 189.30313 28.986404L188.0375 28.986404Q188.0375 28.455154 187.6 28.080154Q187.1625 27.705154 186.49063 27.705154Q185.80313 27.705154 185.4125 28.017654Q185.02188 28.31453 185.02188 28.798904Q185.02188 29.25203 185.38126 29.486404Q185.74063 29.72078 186.67813 29.93953Q187.63126 30.142654 188.225 30.43953Q188.81876 30.736404 189.1 31.15828Q189.38126 31.56453 189.38126 32.15828Q189.38126 33.142654 188.58438 33.75203Q187.7875 34.34578 186.52188 34.34578Q185.64688 34.34578 184.95938 34.03328Q184.27188 33.705154 183.88126 33.142654Q183.50626 32.580154 183.50626 31.923904L184.77188 31.923904Q184.80313 32.56453 185.27188 32.93953Q185.75626 33.31453 186.52188 33.31453Q187.24063 33.31453 187.67813 33.017654Q188.11563 32.72078 188.11563 32.236404ZM190.475 30.43953Q190.475 29.34578 190.89688 28.486404Q191.33438 27.611404 192.08438 27.142654Q192.85 26.673904 193.83438 26.673904Q195.33438 26.673904 196.27188 27.72078Q197.20938 28.767654 197.20938 30.50203L197.20938 30.59578Q197.20938 31.673904 196.7875 32.53328Q196.38126 33.37703 195.6 33.861404Q194.83438 34.34578 193.85 34.34578Q192.33438 34.34578 191.39688 33.298904Q190.475 32.25203 190.475 30.53328L190.475 30.43953ZM191.74063 30.59578Q191.74063 31.81453 192.30313 32.56453Q192.88126 33.31453 193.85 33.31453Q194.80313 33.31453 195.36563 32.56453Q195.94376 31.798904 195.94376 30.43953Q195.94376 29.22078 195.36563 28.47078Q194.7875 27.705154 193.83438 27.705154Q192.89688 27.705154 192.31876 28.455154Q191.74063 29.205154 191.74063 30.59578ZM203.38126 33.47078Q202.63126 34.34578 201.20938 34.34578Q200.02188 34.34578 199.39688 33.65828Q198.7875 32.97078 198.7875 31.62703L198.7875 26.81453L200.0375 26.81453L200.0375 31.580154Q200.0375 33.267654 201.4125 33.267654Q202.86563 33.267654 203.33438 32.18953L203.33438 26.81453L204.6 26.81453L204.6 34.205154L203.39688 34.205154L203.38126 33.47078ZM210.38126 27.93953Q210.1 27.892654 209.75626 27.892654Q208.52188 27.892654 208.06876 28.955154L208.06876 34.205154L206.80313 34.205154L206.80313 26.81453L208.0375 26.81453L208.05313 27.65828Q208.67813 26.673904 209.81876 26.673904Q210.19376 26.673904 210.38126 26.767654L210.38126 27.93953ZM214.77188 33.31453Q215.44376 33.31453 215.94376 32.90828Q216.45938 32.486404 216.52188 31.87703L217.70938 31.87703Q217.67813 32.50203 217.27188 33.080154Q216.86563 33.65828 216.19376 34.00203Q215.52188 34.34578 214.77188 34.34578Q213.25626 34.34578 212.36563 33.34578Q211.475 32.330154 211.475 30.580154L211.475 30.361404Q211.475 29.28328 211.86563 28.43953Q212.27188 27.59578 213.00626 27.142654Q213.75626 26.673904 214.77188 26.673904Q216.00626 26.673904 216.83438 27.423904Q217.6625 28.15828 217.70938 29.34578L216.52188 29.34578Q216.45938 28.62703 215.975 28.173904Q215.49063 27.705154 214.77188 27.705154Q213.80313 27.705154 213.27188 28.40828Q212.74063 29.09578 212.74063 30.40828L212.74063 30.642654Q212.74063 31.923904 213.27188 32.62703Q213.80313 33.31453 214.77188 33.31453ZM221.88126 34.34578Q220.36563 34.34578 219.42813 33.361404Q218.49063 32.361404 218.49063 30.705154L218.49063 30.486404Q218.49063 29.37703 218.9125 28.517654Q219.33438 27.642654 220.08438 27.15828Q220.83438 26.673904 221.725 26.673904Q223.1625 26.673904 223.95938 27.62703Q224.75626 28.56453 224.75626 30.34578L224.75626 30.861404L219.75626 30.861404Q219.77188 31.955154 220.38126 32.642654Q221.00626 33.31453 221.94376 33.31453Q222.61563 33.31453 223.06876 33.048904Q223.5375 32.767654 223.89688 32.31453L224.6625 32.90828Q223.74063 34.34578 221.88126 34.34578ZM221.725 27.705154Q220.95938 27.705154 220.42813 28.267654Q219.9125 28.830154 219.7875 29.830154L223.49063 29.830154L223.49063 29.736404Q223.44376 28.767654 222.975 28.236404Q222.50626 27.705154 221.725 27.705154ZM230.11563 32.236404Q230.11563 31.736404 229.725 31.455154Q229.33438 31.15828 228.38126 30.955154Q227.42813 30.75203 226.85 30.47078Q226.2875 30.173904 226.02188 29.78328Q225.75626 29.392654 225.75626 28.84578Q225.75626 27.923904 226.52188 27.298904Q227.2875 26.673904 228.49063 26.673904Q229.74063 26.673904 230.52188 27.330154Q231.30313 27.97078 231.30313 28.986404L230.0375 28.986404Q230.0375 28.455154 229.6 28.080154Q229.1625 27.705154 228.49063 27.705154Q227.80313 27.705154 227.4125 28.017654Q227.02188 28.31453 227.02188 28.798904Q227.02188 29.25203 227.38126 29.486404Q227.74063 29.72078 228.67813 29.93953Q229.63126 30.142654 230.225 30.43953Q230.81876 30.736404 231.1 31.15828Q231.38126 31.56453 231.38126 32.15828Q231.38126 33.142654 230.58438 33.75203Q229.7875 34.34578 228.52188 34.34578Q227.64688 34.34578 226.95938 34.03328Q226.27188 33.705154 225.88126 33.142654Q225.50626 32.580154 225.50626 31.923904L226.77188 31.923904Q226.80313 32.56453 227.27188 32.93953Q227.75626 33.31453 228.52188 33.31453Q229.24063 33.31453 229.67813 33.017654Q230.11563 32.72078 230.11563 32.236404ZM238.225 32.34578L239.94376 26.81453L241.30313 26.81453L238.33438 35.34578Q237.64688 37.18953 236.13126 37.18953L235.89688 37.173904L235.42813 37.080154L235.42813 36.06453L235.77188 36.080154Q236.4125 36.080154 236.77188 35.81453Q237.13126 35.56453 237.36563 34.87703L237.64688 34.12703L235.00626 26.81453L236.38126 26.81453L238.225 32.34578ZM242.475 30.43953Q242.475 29.34578 242.89688 28.486404Q243.33438 27.611404 244.08438 27.142654Q244.85 26.673904 245.83438 26.673904Q247.33438 26.673904 248.27188 27.72078Q249.20938 28.767654 249.20938 30.50203L249.20938 30.59578Q249.20938 31.673904 248.7875 32.53328Q248.38126 33.37703 247.6 33.861404Q246.83438 34.34578 245.85 34.34578Q244.33438 34.34578 243.39688 33.298904Q242.475 32.25203 242.475 30.53328L242.475 30.43953ZM243.74063 30.59578Q243.74063 31.81453 244.30313 32.56453Q244.88126 33.31453 245.85 33.31453Q246.80313 33.31453 247.36563 32.56453Q247.94376 31.798904 247.94376 30.43953Q247.94376 29.22078 247.36563 28.47078Q246.7875 27.705154 245.83438 27.705154Q244.89688 27.705154 244.31876 28.455154Q243.74063 29.205154 243.74063 30.59578ZM255.38126 33.47078Q254.63126 34.34578 253.20938 34.34578Q252.02188 34.34578 251.39688 33.65828Q250.7875 32.97078 250.7875 31.62703L250.7875 26.81453L252.0375 26.81453L252.0375 31.580154Q252.0375 33.267654 253.4125 33.267654Q254.86563 33.267654 255.33438 32.18953L255.33438 26.81453L256.6 26.81453L256.6 34.205154L255.39688 34.205154L255.38126 33.47078ZM266.38126 33.47078Q265.63126 34.34578 264.20938 34.34578Q263.02188 34.34578 262.39688 33.65828Q261.7875 32.97078 261.7875 31.62703L261.7875 26.81453L263.0375 26.81453L263.0375 31.580154Q263.0375 33.267654 264.4125 33.267654Q265.86563 33.267654 266.33438 32.18953L266.33438 26.81453L267.6 26.81453L267.6 34.205154L266.39688 34.205154L266.38126 33.47078ZM274.11563 32.236404Q274.11563 31.736404 273.725 31.455154Q273.33438 31.15828 272.38126 30.955154Q271.42813 30.75203 270.85 30.47078Q270.2875 30.173904 270.02188 29.78328Q269.75626 29.392654 269.75626 28.84578Q269.75626 27.923904 270.52188 27.298904Q271.2875 26.673904 272.49063 26.673904Q273.74063 26.673904 274.52188 27.330154Q275.30313 27.97078 275.30313 28.986404L274.0375 28.986404Q274.0375 28.455154 273.6 28.080154Q273.1625 27.705154 272.49063 27.705154Q271.80313 27.705154 271.4125 28.017654Q271.02188 28.31453 271.02188 28.798904Q271.02188 29.25203 271.38126 29.486404Q271.74063 29.72078 272.67813 29.93953Q273.63126 30.142654 274.225 30.43953Q274.81876 30.736404 275.1 31.15828Q275.38126 31.56453 275.38126 32.15828Q275.38126 33.142654 274.58438 33.75203Q273.7875 34.34578 272.52188 34.34578Q271.64688 34.34578 270.95938 34.03328Q270.27188 33.705154 269.88126 33.142654Q269.50626 32.580154 269.50626 31.923904L270.77188 31.923904Q270.80313 32.56453 271.27188 32.93953Q271.75626 33.31453 272.52188 33.31453Q273.24063 33.31453 273.67813 33.017654Q274.11563 32.72078 274.11563 32.236404ZM279.88126 34.34578Q278.36563 34.34578 277.42813 33.361404Q276.49063 32.361404 276.49063 30.705154L276.49063 30.486404Q276.49063 29.37703 276.9125 28.517654Q277.33438 27.642654 278.08438 27.15828Q278.83438 26.673904 279.725 26.673904Q281.1625 26.673904 281.95938 27.62703Q282.75626 28.56453 282.75626 30.34578L282.75626 30.861404L277.75626 30.861404Q277.77188 31.955154 278.38126 32.642654Q279.00626 33.31453 279.94376 33.31453Q280.61563 33.31453 281.06876 33.048904Q281.5375 32.767654 281.89688 32.31453L282.6625 32.90828Q281.74063 34.34578 279.88126 34.34578ZM279.725 27.705154Q278.95938 27.705154 278.42813 28.267654Q277.9125 28.830154 277.7875 29.830154L281.49063 29.830154L281.49063 29.736404Q281.44376 28.767654 280.975 28.236404Q280.50626 27.705154 279.725 27.705154ZM288.52188 25.017654L288.52188 26.81453L289.89688 26.81453L289.89688 27.78328L288.52188 27.78328L288.52188 32.37703Q288.52188 32.81453 288.70938 33.048904Q288.89688 33.267654 289.33438 33.267654Q289.55313 33.267654 289.94376 33.173904L289.94376 34.205154Q289.44376 34.34578 288.975 34.34578Q288.11563 34.34578 287.67813 33.830154Q287.25626 33.31453 287.25626 32.37703L287.25626 27.78328L285.9125 27.78328L285.9125 26.81453L287.25626 26.81453L287.25626 25.017654L288.52188 25.017654ZM291.475 30.43953Q291.475 29.34578 291.89688 28.486404Q292.33438 27.611404 293.08438 27.142654Q293.85 26.673904 294.83438 26.673904Q296.33438 26.673904 297.27188 27.72078Q298.20938 28.767654 298.20938 30.50203L298.20938 30.59578Q298.20938 31.673904 297.7875 32.53328Q297.38126 33.37703 296.6 33.861404Q295.83438 34.34578 294.85 34.34578Q293.33438 34.34578 292.39688 33.298904Q291.475 32.25203 291.475 30.53328L291.475 30.43953ZM292.74063 30.59578Q292.74063 31.81453 293.30313 32.56453Q293.88126 33.31453 294.85 33.31453Q295.80313 33.31453 296.36563 32.56453Q296.94376 31.798904 296.94376 30.43953Q296.94376 29.22078 296.36563 28.47078Q295.7875 27.705154 294.83438 27.705154Q293.89688 27.705154 293.31876 28.455154Q292.74063 29.205154 292.74063 30.59578ZM302.50626 30.43953Q302.50626 28.72078 303.30313 27.705154Q304.1 26.673904 305.42813 26.673904Q306.77188 26.673904 307.5375 27.62703L307.6 26.81453L308.75626 26.81453L308.75626 34.03328Q308.75626 35.47078 307.89688 36.28328Q307.05313 37.111404 305.61563 37.111404Q304.81876 37.111404 304.05313 36.767654Q303.2875 36.43953 302.88126 35.84578L303.5375 35.080154Q304.35 36.080154 305.52188 36.080154Q306.44376 36.080154 306.95938 35.56453Q307.49063 35.048904 307.49063 34.09578L307.49063 33.47078Q306.725 34.34578 305.4125 34.34578Q304.11563 34.34578 303.30313 33.298904Q302.50626 32.25203 302.50626 30.43953ZM303.77188 30.59578Q303.77188 31.84578 304.2875 32.56453Q304.80313 33.267654 305.725 33.267654Q306.92813 33.267654 307.49063 32.173904L307.49063 28.798904Q306.89688 27.75203 305.74063 27.75203Q304.81876 27.75203 304.2875 28.47078Q303.77188 29.173904 303.77188 30.59578ZM313.88126 34.34578Q312.36563 34.34578 311.42813 33.361404Q310.49063 32.361404 310.49063 30.705154L310.49063 30.486404Q310.49063 29.37703 310.9125 28.517654Q311.33438 27.642654 312.08438 27.15828Q312.83438 26.673904 313.725 26.673904Q315.1625 26.673904 315.95938 27.62703Q316.75626 28.56453 316.75626 30.34578L316.75626 30.861404L311.75626 30.861404Q311.77188 31.955154 312.38126 32.642654Q313.00626 33.31453 313.94376 33.31453Q314.61563 33.31453 315.06876 33.048904Q315.5375 32.767654 315.89688 32.31453L316.6625 32.90828Q315.74063 34.34578 313.88126 34.34578ZM313.725 27.705154Q312.95938 27.705154 312.42813 28.267654Q311.9125 28.830154 311.7875 29.830154L315.49063 29.830154L315.49063 29.736404Q315.44376 28.767654 314.975 28.236404Q314.50626 27.705154 313.725 27.705154ZM319.52188 25.017654L319.52188 26.81453L320.89688 26.81453L320.89688 27.78328L319.52188 27.78328L319.52188 32.37703Q319.52188 32.81453 319.70938 33.048904Q319.89688 33.267654 320.33438 33.267654Q320.55313 33.267654 320.94376 33.173904L320.94376 34.205154Q320.44376 34.34578 319.975 34.34578Q319.11563 34.34578 318.67813 33.830154Q318.25626 33.31453 318.25626 32.37703L318.25626 27.78328L316.9125 27.78328L316.9125 26.81453L318.25626 26.81453L318.25626 25.017654L319.52188 25.017654ZM330.38126 34.205154Q330.27188 33.986404 330.19376 33.423904Q329.31876 34.34578 328.08438 34.34578Q326.99063 34.34578 326.2875 33.736404Q325.6 33.111404 325.6 32.15828Q325.6 31.00203 326.475 30.361404Q327.35 29.72078 328.94376 29.72078L330.17813 29.72078L330.17813 29.142654Q330.17813 28.47078 329.77188 28.080154Q329.38126 27.68953 328.61563 27.68953Q327.92813 27.68953 327.475 28.03328Q327.02188 28.37703 327.02188 28.861404L325.74063 28.861404Q325.74063 28.298904 326.13126 27.78328Q326.5375 27.267654 327.20938 26.97078Q327.88126 26.673904 328.67813 26.673904Q329.95938 26.673904 330.67813 27.31453Q331.4125 27.955154 331.44376 29.06453L331.44376 32.47078Q331.44376 33.486404 331.69376 34.09578L331.69376 34.205154L330.38126 34.205154ZM328.27188 33.236404Q328.86563 33.236404 329.39688 32.93953Q329.94376 32.62703 330.17813 32.12703L330.17813 30.611404L329.17813 30.611404Q326.86563 30.611404 326.86563 31.97078Q326.86563 32.56453 327.25626 32.90828Q327.64688 33.236404 328.27188 33.236404ZM335.00626 26.81453L335.0375 27.736404Q335.89688 26.673904 337.25626 26.673904Q339.6 26.673904 339.63126 29.31453L339.63126 34.205154L338.36563 34.205154L338.36563 29.31453Q338.35 28.517654 337.99063 28.142654Q337.63126 27.75203 336.88126 27.75203Q336.25626 27.75203 335.7875 28.080154Q335.33438 28.40828 335.06876 28.93953L335.06876 34.205154L333.80313 34.205154L333.80313 26.81453L335.00626 26.81453ZM346.11563 32.236404Q346.11563 31.736404 345.725 31.455154Q345.33438 31.15828 344.38126 30.955154Q343.42813 30.75203 342.85 30.47078Q342.2875 30.173904 342.02188 29.78328Q341.75626 29.392654 341.75626 28.84578Q341.75626 27.923904 342.52188 27.298904Q343.2875 26.673904 344.49063 26.673904Q345.74063 26.673904 346.52188 27.330154Q347.30313 27.97078 347.30313 28.986404L346.0375 28.986404Q346.0375 28.455154 345.6 28.080154Q345.1625 27.705154 344.49063 27.705154Q343.80313 27.705154 343.4125 28.017654Q343.02188 28.31453 343.02188 28.798904Q343.02188 29.25203 343.38126 29.486404Q343.74063 29.72078 344.67813 29.93953Q345.63126 30.142654 346.225 30.43953Q346.81876 30.736404 347.1 31.15828Q347.38126 31.56453 347.38126 32.15828Q347.38126 33.142654 346.58438 33.75203Q345.7875 34.34578 344.52188 34.34578Q343.64688 34.34578 342.95938 34.03328Q342.27188 33.705154 341.88126 33.142654Q341.50626 32.580154 341.50626 31.923904L342.77188 31.923904Q342.80313 32.56453 343.27188 32.93953Q343.75626 33.31453 344.52188 33.31453Q345.24063 33.31453 345.67813 33.017654Q346.11563 32.72078 346.11563 32.236404ZM355.35 32.455154L356.77188 26.81453L358.0375 26.81453L355.89688 34.205154L354.86563 34.205154L353.06876 28.59578L351.31876 34.205154L350.2875 34.205154L348.14688 26.81453L349.39688 26.81453L350.86563 32.34578L352.58438 26.81453L353.6 26.81453L355.35 32.455154ZM362.88126 34.34578Q361.36563 34.34578 360.42813 33.361404Q359.49063 32.361404 359.49063 30.705154L359.49063 30.486404Q359.49063 29.37703 359.9125 28.517654Q360.33438 27.642654 361.08438 27.15828Q361.83438 26.673904 362.725 26.673904Q364.1625 26.673904 364.95938 27.62703Q365.75626 28.56453 365.75626 30.34578L365.75626 30.861404L360.75626 30.861404Q360.77188 31.955154 361.38126 32.642654Q362.00626 33.31453 362.94376 33.31453Q363.61563 33.31453 364.06876 33.048904Q364.5375 32.767654 364.89688 32.31453L365.6625 32.90828Q364.74063 34.34578 362.88126 34.34578ZM362.725 27.705154Q361.95938 27.705154 361.42813 28.267654Q360.9125 28.830154 360.7875 29.830154L364.49063 29.830154L364.49063 29.736404Q364.44376 28.767654 363.975 28.236404Q363.50626 27.705154 362.725 27.705154ZM370.38126 27.93953Q370.1 27.892654 369.75626 27.892654Q368.52188 27.892654 368.06876 28.955154L368.06876 34.205154L366.80313 34.205154L366.80313 26.81453L368.0375 26.81453L368.05313 27.65828Q368.67813 26.673904 369.81876 26.673904Q370.19376 26.673904 370.38126 26.767654L370.38126 27.93953ZM376.11563 32.236404Q376.11563 31.736404 375.725 31.455154Q375.33438 31.15828 374.38126 30.955154Q373.42813 30.75203 372.85 30.47078Q372.2875 30.173904 372.02188 29.78328Q371.75626 29.392654 371.75626 28.84578Q371.75626 27.923904 372.52188 27.298904Q373.2875 26.673904 374.49063 26.673904Q375.74063 26.673904 376.52188 27.330154Q377.30313 27.97078 377.30313 28.986404L376.0375 28.986404Q376.0375 28.455154 375.6 28.080154Q375.1625 27.705154 374.49063 27.705154Q373.80313 27.705154 373.4125 28.017654Q373.02188 28.31453 373.02188 28.798904Q373.02188 29.25203 373.38126 29.486404Q373.74063 29.72078 374.67813 29.93953Q375.63126 30.142654 376.225 30.43953Q376.81876 30.736404 377.1 31.15828Q377.38126 31.56453 377.38126 32.15828Q377.38126 33.142654 376.58438 33.75203Q375.7875 34.34578 374.52188 34.34578Q373.64688 34.34578 372.95938 34.03328Q372.27188 33.705154 371.88126 33.142654Q371.50626 32.580154 371.50626 31.923904L372.77188 31.923904Q372.80313 32.56453 373.27188 32.93953Q373.75626 33.31453 374.52188 33.31453Q375.24063 33.31453 375.67813 33.017654Q376.11563 32.72078 376.11563 32.236404ZM383.52188 25.017654L383.52188 26.81453L384.89688 26.81453L384.89688 27.78328L383.52188 27.78328L383.52188 32.37703Q383.52188 32.81453 383.70938 33.048904Q383.89688 33.267654 384.33438 33.267654Q384.55313 33.267654 384.94376 33.173904L384.94376 34.205154Q384.44376 34.34578 383.975 34.34578Q383.11563 34.34578 382.67813 33.830154Q382.25626 33.31453 382.25626 32.37703L382.25626 27.78328L380.9125 27.78328L380.9125 26.81453L382.25626 26.81453L382.25626 25.017654L383.52188 25.017654ZM386.475 30.43953Q386.475 29.34578 386.89688 28.486404Q387.33438 27.611404 388.08438 27.142654Q388.85 26.673904 389.83438 26.673904Q391.33438 26.673904 392.27188 27.72078Q393.20938 28.767654 393.20938 30.50203L393.20938 30.59578Q393.20938 31.673904 392.7875 32.53328Q392.38126 33.37703 391.6 33.861404Q390.83438 34.34578 389.85 34.34578Q388.33438 34.34578 387.39688 33.298904Q386.475 32.25203 386.475 30.53328L386.475 30.43953ZM387.74063 30.59578Q387.74063 31.81453 388.30313 32.56453Q388.88126 33.31453 389.85 33.31453Q390.80313 33.31453 391.36563 32.56453Q391.94376 31.798904 391.94376 30.43953Q391.94376 29.22078 391.36563 28.47078Q390.7875 27.705154 389.83438 27.705154Q388.89688 27.705154 388.31876 28.455154Q387.74063 29.205154 387.74063 30.59578ZM400.225 32.34578L401.94376 26.81453L403.30313 26.81453L400.33438 35.34578Q399.64688 37.18953 398.13126 37.18953L397.89688 37.173904L397.42813 37.080154L397.42813 36.06453L397.77188 36.080154Q398.4125 36.080154 398.77188 35.81453Q399.13126 35.56453 399.36563 34.87703L399.64688 34.12703L397.00626 26.81453L398.38126 26.81453L400.225 32.34578ZM404.475 30.43953Q404.475 29.34578 404.89688 28.486404Q405.33438 27.611404 406.08438 27.142654Q406.85 26.673904 407.83438 26.673904Q409.33438 26.673904 410.27188 27.72078Q411.20938 28.767654 411.20938 30.50203L411.20938 30.59578Q411.20938 31.673904 410.7875 32.53328Q410.38126 33.37703 409.6 33.861404Q408.83438 34.34578 407.85 34.34578Q406.33438 34.34578 405.39688 33.298904Q404.475 32.25203 404.475 30.53328L404.475 30.43953ZM405.74063 30.59578Q405.74063 31.81453 406.30313 32.56453Q406.88126 33.31453 407.85 33.31453Q408.80313 33.31453 409.36563 32.56453Q409.94376 31.798904 409.94376 30.43953Q409.94376 29.22078 409.36563 28.47078Q408.7875 27.705154 407.83438 27.705154Q406.89688 27.705154 406.31876 28.455154Q405.74063 29.205154 405.74063 30.59578ZM417.38126 33.47078Q416.63126 34.34578 415.20938 34.34578Q414.02188 34.34578 413.39688 33.65828Q412.7875 32.97078 412.7875 31.62703L412.7875 26.81453L414.0375 26.81453L414.0375 31.580154Q414.0375 33.267654 415.4125 33.267654Q416.86563 33.267654 417.33438 32.18953L417.33438 26.81453L418.6 26.81453L418.6 34.205154L417.39688 34.205154L417.38126 33.47078ZM424.38126 27.93953Q424.1 27.892654 423.75626 27.892654Q422.52188 27.892654 422.06876 28.955154L422.06876 34.205154L420.80313 34.205154L420.80313 26.81453L422.0375 26.81453L422.05313 27.65828Q422.67813 26.673904 423.81876 26.673904Q424.19376 26.673904 424.38126 26.767654L424.38126 27.93953ZM436.35 32.892654Q435.85 33.62703 434.94376 33.986404Q434.0375 34.34578 432.83438 34.34578Q431.61563 34.34578 430.6625 33.78328Q429.725 33.205154 429.20938 32.15828Q428.69376 31.09578 428.67813 29.705154L428.67813 28.84578Q428.67813 26.59578 429.725 25.361404Q430.7875 24.111404 432.67813 24.111404Q434.24063 24.111404 435.19376 24.90828Q436.14688 25.705154 436.35 27.173904L435.0375 27.173904Q434.67813 25.18953 432.69376 25.18953Q431.36563 25.18953 430.67813 26.12703Q430.00626 27.048904 430.00626 28.798904L430.00626 29.611404Q430.00626 31.298904 430.77188 32.28328Q431.5375 33.267654 432.83438 33.267654Q433.58438 33.267654 434.13126 33.111404Q434.69376 32.93953 435.05313 32.548904L435.05313 30.31453L432.74063 30.31453L432.74063 29.25203L436.35 29.25203L436.35 32.892654ZM438.475 30.43953Q438.475 29.34578 438.89688 28.486404Q439.33438 27.611404 440.08438 27.142654Q440.85 26.673904 441.83438 26.673904Q443.33438 26.673904 444.27188 27.72078Q445.20938 28.767654 445.20938 30.50203L445.20938 30.59578Q445.20938 31.673904 444.7875 32.53328Q444.38126 33.37703 443.6 33.861404Q442.83438 34.34578 441.85 34.34578Q440.33438 34.34578 439.39688 33.298904Q438.475 32.25203 438.475 30.53328L438.475 30.43953ZM439.74063 30.59578Q439.74063 31.81453 440.30313 32.56453Q440.88126 33.31453 441.85 33.31453Q442.80313 33.31453 443.36563 32.56453Q443.94376 31.798904 443.94376 30.43953Q443.94376 29.22078 443.36563 28.47078Q442.7875 27.705154 441.83438 27.705154Q440.89688 27.705154 440.31876 28.455154Q439.74063 29.205154 439.74063 30.59578ZM449.44376 30.486404L446.1 30.486404L446.1 29.455154L449.44376 29.455154L449.44376 30.486404ZM454.38126 27.93953Q454.1 27.892654 453.75626 27.892654Q452.52188 27.892654 452.06876 28.955154L452.06876 34.205154L450.80313 34.205154L450.80313 26.81453L452.0375 26.81453L452.05313 27.65828Q452.67813 26.673904 453.81876 26.673904Q454.19376 26.673904 454.38126 26.767654L454.38126 27.93953ZM458.88126 34.34578Q457.36563 34.34578 456.42813 33.361404Q455.49063 32.361404 455.49063 30.705154L455.49063 30.486404Q455.49063 29.37703 455.9125 28.517654Q456.33438 27.642654 457.08438 27.15828Q457.83438 26.673904 458.725 26.673904Q460.1625 26.673904 460.95938 27.62703Q461.75626 28.56453 461.75626 30.34578L461.75626 30.861404L456.75626 30.861404Q456.77188 31.955154 457.38126 32.642654Q458.00626 33.31453 458.94376 33.31453Q459.61563 33.31453 460.06876 33.048904Q460.5375 32.767654 460.89688 32.31453L461.6625 32.90828Q460.74063 34.34578 458.88126 34.34578ZM458.725 27.705154Q457.95938 27.705154 457.42813 28.267654Q456.9125 28.830154 456.7875 29.830154L460.49063 29.830154L460.49063 29.736404Q460.44376 28.767654 459.975 28.236404Q459.50626 27.705154 458.725 27.705154ZM464.17813 34.205154L462.9125 34.205154L462.9125 23.705154L464.17813 23.705154L464.17813 34.205154ZM470.38126 34.205154Q470.27188 33.986404 470.19376 33.423904Q469.31876 34.34578 468.08438 34.34578Q466.99063 34.34578 466.2875 33.736404Q465.6 33.111404 465.6 32.15828Q465.6 31.00203 466.475 30.361404Q467.35 29.72078 468.94376 29.72078L470.17813 29.72078L470.17813 29.142654Q470.17813 28.47078 469.77188 28.080154Q469.38126 27.68953 468.61563 27.68953Q467.92813 27.68953 467.475 28.03328Q467.02188 28.37703 467.02188 28.861404L465.74063 28.861404Q465.74063 28.298904 466.13126 27.78328Q466.5375 27.267654 467.20938 26.97078Q467.88126 26.673904 468.67813 26.673904Q469.95938 26.673904 470.67813 27.31453Q471.4125 27.955154 471.44376 29.06453L471.44376 32.47078Q471.44376 33.486404 471.69376 34.09578L471.69376 34.205154L470.38126 34.205154ZM468.27188 33.236404Q468.86563 33.236404 469.39688 32.93953Q469.94376 32.62703 470.17813 32.12703L470.17813 30.611404L469.17813 30.611404Q466.86563 30.611404 466.86563 31.97078Q466.86563 32.56453 467.25626 32.90828Q467.64688 33.236404 468.27188 33.236404ZM475.52188 25.017654L475.52188 26.81453L476.89688 26.81453L476.89688 27.78328L475.52188 27.78328L475.52188 32.37703Q475.52188 32.81453 475.70938 33.048904Q475.89688 33.267654 476.33438 33.267654Q476.55313 33.267654 476.94376 33.173904L476.94376 34.205154Q476.44376 34.34578 475.975 34.34578Q475.11563 34.34578 474.67813 33.830154Q474.25626 33.31453 474.25626 32.37703L474.25626 27.78328L472.9125 27.78328L472.9125 26.81453L474.25626 26.81453L474.25626 25.017654L475.52188 25.017654ZM481.88126 34.34578Q480.36563 34.34578 479.42813 33.361404Q478.49063 32.361404 478.49063 30.705154L478.49063 30.486404Q478.49063 29.37703 478.9125 28.517654Q479.33438 27.642654 480.08438 27.15828Q480.83438 26.673904 481.725 26.673904Q483.1625 26.673904 483.95938 27.62703Q484.75626 28.56453 484.75626 30.34578L484.75626 30.861404L479.75626 30.861404Q479.77188 31.955154 480.38126 32.642654Q481.00626 33.31453 481.94376 33.31453Q482.61563 33.31453 483.06876 33.048904Q483.5375 32.767654 483.89688 32.31453L484.6625 32.90828Q483.74063 34.34578 481.88126 34.34578ZM481.725 27.705154Q480.95938 27.705154 480.42813 28.267654Q479.9125 28.830154 479.7875 29.830154L483.49063 29.830154L483.49063 29.736404Q483.44376 28.767654 482.975 28.236404Q482.50626 27.705154 481.725 27.705154ZM485.50626 30.43953Q485.50626 28.736404 486.30313 27.705154Q487.11563 26.673904 488.4125 26.673904Q489.725 26.673904 490.475 27.56453L490.475 23.705154L491.74063 23.705154L491.74063 34.205154L490.58438 34.205154L490.52188 33.40828Q489.75626 34.34578 488.4125 34.34578Q487.11563 34.34578 486.30313 33.298904Q485.50626 32.236404 485.50626 30.53328L485.50626 30.43953ZM486.77188 30.59578Q486.77188 31.84578 487.2875 32.56453Q487.80313 33.267654 488.725 33.267654Q489.92813 33.267654 490.475 32.18953L490.475 28.78328Q489.9125 27.75203 488.74063 27.75203Q487.80313 27.75203 487.2875 28.47078Q486.77188 29.173904 486.77188 30.59578ZM496.50626 30.43953Q496.50626 28.705154 497.30313 27.68953Q498.1 26.673904 499.44376 26.673904Q500.75626 26.673904 501.52188 27.548904L501.56876 26.81453L502.74063 26.81453L502.74063 37.048904L501.475 37.048904L501.475 33.517654Q500.70938 34.34578 499.42813 34.34578Q498.1 34.34578 497.30313 33.298904Q496.50626 32.25203 496.50626 30.53328L496.50626 30.43953ZM497.77188 30.59578Q497.77188 31.861404 498.30313 32.59578Q498.83438 33.31453 499.74063 33.31453Q500.88126 33.31453 501.475 32.31453L501.475 28.68953Q500.86563 27.705154 499.75626 27.705154Q498.85 27.705154 498.30313 28.43953Q497.77188 29.173904 497.77188 30.59578ZM509.38126 33.47078Q508.63126 34.34578 507.20938 34.34578Q506.02188 34.34578 505.39688 33.65828Q504.7875 32.97078 504.7875 31.62703L504.7875 26.81453L506.0375 26.81453L506.0375 31.580154Q506.0375 33.267654 507.4125 33.267654Q508.86563 33.267654 509.33438 32.18953L509.33438 26.81453L510.6 26.81453L510.6 34.205154L509.39688 34.205154L509.38126 33.47078ZM515.8812 34.34578Q514.3656 34.34578 513.4281 33.361404Q512.4906 32.361404 512.4906 30.705154L512.4906 30.486404Q512.4906 29.37703 512.9125 28.517654Q513.33435 27.642654 514.08435 27.15828Q514.83435 26.673904 515.725 26.673904Q517.1625 26.673904 517.95935 27.62703Q518.7562 28.56453 518.7562 30.34578L518.7562 30.861404L513.7562 30.861404Q513.77185 31.955154 514.3812 32.642654Q515.0062 33.31453 515.9437 33.31453Q516.6156 33.31453 517.0687 33.048904Q517.5375 32.767654 517.89685 32.31453L518.6625 32.90828Q517.7406 34.34578 515.8812 34.34578ZM515.725 27.705154Q514.95935 27.705154 514.4281 28.267654Q513.9125 28.830154 513.7875 29.830154L517.4906 29.830154L517.4906 29.736404Q517.4437 28.767654 516.975 28.236404Q516.5062 27.705154 515.725 27.705154ZM524.1156 32.236404Q524.1156 31.736404 523.725 31.455154Q523.33435 31.15828 522.3812 30.955154Q521.4281 30.75203 520.85 30.47078Q520.2875 30.173904 520.02185 29.78328Q519.7562 29.392654 519.7562 28.84578Q519.7562 27.923904 520.52185 27.298904Q521.2875 26.673904 522.4906 26.673904Q523.7406 26.673904 524.52185 27.330154Q525.3031 27.97078 525.3031 28.986404L524.0375 28.986404Q524.0375 28.455154 523.6 28.080154Q523.1625 27.705154 522.4906 27.705154Q521.8031 27.705154 521.4125 28.017654Q521.02185 28.31453 521.02185 28.798904Q521.02185 29.25203 521.3812 29.486404Q521.7406 29.72078 522.6781 29.93953Q523.6312 30.142654 524.225 30.43953Q524.8187 30.736404 525.1 31.15828Q525.3812 31.56453 525.3812 32.15828Q525.3812 33.142654 524.58435 33.75203Q523.7875 34.34578 522.52185 34.34578Q521.64685 34.34578 520.95935 34.03328Q520.27185 33.705154 519.8812 33.142654Q519.5062 32.580154 519.5062 31.923904L520.77185 31.923904Q520.8031 32.56453 521.27185 32.93953Q521.7562 33.31453 522.52185 33.31453Q523.2406 33.31453 523.6781 33.017654Q524.1156 32.72078 524.1156 32.236404ZM528.52185 25.017654L528.52185 26.81453L529.89685 26.81453L529.89685 27.78328L528.52185 27.78328L528.52185 32.37703Q528.52185 32.81453 528.70935 33.048904Q528.89685 33.267654 529.33435 33.267654Q529.5531 33.267654 529.9437 33.173904L529.9437 34.205154Q529.4437 34.34578 528.975 34.34578Q528.1156 34.34578 527.6781 33.830154Q527.2562 33.31453 527.2562 32.37703L527.2562 27.78328L525.9125 27.78328L525.9125 26.81453L527.2562 26.81453L527.2562 25.017654L528.52185 25.017654ZM533.1781 34.205154L531.9125 34.205154L531.9125 26.81453L533.1781 26.81453L533.1781 34.205154ZM531.8187 24.84578Q531.8187 24.53328 532.0062 24.330154Q532.1937 24.111404 532.5531 24.111404Q532.9281 24.111404 533.1156 24.330154Q533.3187 24.53328 533.3187 24.84578Q533.3187 25.15828 533.1156 25.361404Q532.9281 25.56453 532.5531 25.56453Q532.1937 25.56453 532.0062 25.361404Q531.8187 25.15828 531.8187 24.84578ZM534.475 30.43953Q534.475 29.34578 534.89685 28.486404Q535.33435 27.611404 536.08435 27.142654Q536.85 26.673904 537.83435 26.673904Q539.33435 26.673904 540.27185 27.72078Q541.20935 28.767654 541.20935 30.50203L541.20935 30.59578Q541.20935 31.673904 540.7875 32.53328Q540.3812 33.37703 539.6 33.861404Q538.83435 34.34578 537.85 34.34578Q536.33435 34.34578 535.39685 33.298904Q534.475 32.25203 534.475 30.53328L534.475 30.43953ZM535.7406 30.59578Q535.7406 31.81453 536.3031 32.56453Q536.8812 33.31453 537.85 33.31453Q538.8031 33.31453 539.3656 32.56453Q539.9437 31.798904 539.9437 30.43953Q539.9437 29.22078 539.3656 28.47078Q538.7875 27.705154 537.83435 27.705154Q536.89685 27.705154 536.3187 28.455154Q535.7406 29.205154 535.7406 30.59578ZM544.0062 26.81453L544.0375 27.736404Q544.89685 26.673904 546.2562 26.673904Q548.6 26.673904 548.6312 29.31453L548.6312 34.205154L547.3656 34.205154L547.3656 29.31453Q547.35 28.517654 546.9906 28.142654Q546.6312 27.75203 545.8812 27.75203Q545.2562 27.75203 544.7875 28.080154Q544.33435 28.40828 544.0687 28.93953L544.0687 34.205154L542.8031 34.205154L542.8031 26.81453L544.0062 26.81453ZM555.1156 32.236404Q555.1156 31.736404 554.725 31.455154Q554.33435 31.15828 553.3812 30.955154Q552.4281 30.75203 551.85 30.47078Q551.2875 30.173904 551.02185 29.78328Q550.7562 29.392654 550.7562 28.84578Q550.7562 27.923904 551.52185 27.298904Q552.2875 26.673904 553.4906 26.673904Q554.7406 26.673904 555.52185 27.330154Q556.3031 27.97078 556.3031 28.986404L555.0375 28.986404Q555.0375 28.455154 554.6 28.080154Q554.1625 27.705154 553.4906 27.705154Q552.8031 27.705154 552.4125 28.017654Q552.02185 28.31453 552.02185 28.798904Q552.02185 29.25203 552.3812 29.486404Q552.7406 29.72078 553.6781 29.93953Q554.6312 30.142654 555.225 30.43953Q555.8187 30.736404 556.1 31.15828Q556.3812 31.56453 556.3812 32.15828Q556.3812 33.142654 555.58435 33.75203Q554.7875 34.34578 553.52185 34.34578Q552.64685 34.34578 551.95935 34.03328Q551.27185 33.705154 550.8812 33.142654Q550.5062 32.580154 550.5062 31.923904L551.77185 31.923904Q551.8031 32.56453 552.27185 32.93953Q552.7562 33.31453 553.52185 33.31453Q554.2406 33.31453 554.6781 33.017654Q555.1156 32.72078 555.1156 32.236404ZM557.83435 33.548904Q557.83435 33.22078 558.02185 33.00203Q558.225 32.78328 558.6156 32.78328Q559.0062 32.78328 559.20935 33.00203Q559.4125 33.22078 559.4125 33.548904Q559.4125 33.861404 559.20935 34.080154Q559.0062 34.28328 558.6156 34.28328Q558.225 34.28328 558.02185 34.080154Q557.83435 33.861404 557.83435 33.548904ZM557.83435 27.548904Q557.83435 27.22078 558.02185 27.00203Q558.225 26.78328 558.6156 26.78328Q559.0062 26.78328 559.20935 27.00203Q559.4125 27.22078 559.4125 27.548904Q559.4125 27.861404 559.20935 28.080154Q559.0062 28.28328 558.6156 28.28328Q558.225 28.28328 558.02185 28.080154Q557.83435 27.861404 557.83435 27.548904Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig35.svg b/_content/survey2019/fig35.svg
deleted file mode 100644
index b5b6022..0000000
--- a/_content/survey2019/fig35.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 597.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="597" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 597.0L0 597.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M210.5 55.5L210.5 524.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M300.5 55.5L300.5 524.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M389.5 55.5L389.5 524.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M479.5 55.5L479.5 524.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 55.5L569.5 524.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M210.5 55.5L569.4754 55.5L569.4754 524.5L210.5 524.5L210.5 55.5Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 83.0L210.0 75.0L360.0 75.0C361.10458 75.0 362.0 75.89543 362.0 77.0L362.0 81.0C362.0 82.10457 361.10458 83.0 360.0 83.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 83.0L210.0 75.0L360.0 75.0C361.10458 75.0 362.0 75.89543 362.0 77.0L362.0 81.0C362.0 82.10457 361.10458 83.0 360.0 83.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 140.0L210.0 132.0L299.0 132.0C300.10458 132.0 301.0 132.89543 301.0 134.0L301.0 138.0C301.0 139.10457 300.10458 140.0 299.0 140.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 140.0L210.0 132.0L299.0 132.0C300.10458 132.0 301.0 132.89543 301.0 134.0L301.0 138.0C301.0 139.10457 300.10458 140.0 299.0 140.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 196.0L210.0 188.0L256.0 188.0C257.10458 188.0 258.0 188.89543 258.0 190.0L258.0 194.0C258.0 195.10457 257.10458 196.0 256.0 196.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 196.0L210.0 188.0L256.0 188.0C257.10458 188.0 258.0 188.89543 258.0 190.0L258.0 194.0C258.0 195.10457 257.10458 196.0 256.0 196.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 252.0L210.0 244.0L237.0 244.0C238.10457 244.0 239.0 244.89543 239.0 246.0L239.0 250.0C239.0 251.10457 238.10457 252.0 237.0 252.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 252.0L210.0 244.0L237.0 244.0C238.10457 244.0 239.0 244.89543 239.0 246.0L239.0 250.0C239.0 251.10457 238.10457 252.0 237.0 252.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 308.0L210.0 300.0L215.0 300.0C216.10457 300.0 217.0 300.89542 217.0 302.0L217.0 306.0C217.0 307.10458 216.10457 308.0 215.0 308.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 308.0L210.0 300.0L215.0 300.0C216.10457 300.0 217.0 300.89542 217.0 302.0L217.0 306.0C217.0 307.10458 216.10457 308.0 215.0 308.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 364.0L210.0 356.0L216.0 356.0C217.10457 356.0 218.0 356.89542 218.0 358.0L218.0 362.0C218.0 363.10458 217.10457 364.0 216.0 364.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 364.0L210.0 356.0L216.0 356.0C217.10457 356.0 218.0 356.89542 218.0 358.0L218.0 362.0C218.0 363.10458 217.10457 364.0 216.0 364.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 420.0L210.0 412.0L220.0 412.0C221.10457 412.0 222.0 412.89542 222.0 414.0L222.0 418.0C222.0 419.10458 221.10457 420.0 220.0 420.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 420.0L210.0 412.0L220.0 412.0C221.10457 412.0 222.0 412.89542 222.0 414.0L222.0 418.0C222.0 419.10458 221.10457 420.0 220.0 420.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 477.0L210.0 469.0L435.0 469.0C436.10458 469.0 437.0 469.89542 437.0 471.0L437.0 475.0C437.0 476.10458 436.10458 477.0 435.0 477.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M210.0 477.0L210.0 469.0L435.0 469.0C436.10458 469.0 437.0 469.89542 437.0 471.0L437.0 475.0C437.0 476.10458 436.10458 477.0 435.0 477.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 92.0L210.0 84.0L360.0 84.0C361.10458 84.0 362.0 84.89543 362.0 86.0L362.0 90.0C362.0 91.10457 361.10458 92.0 360.0 92.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 92.0L210.0 84.0L360.0 84.0C361.10458 84.0 362.0 84.89543 362.0 86.0L362.0 90.0C362.0 91.10457 361.10458 92.0 360.0 92.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 149.0L210.0 141.0L297.0 141.0C298.10458 141.0 299.0 141.89543 299.0 143.0L299.0 147.0C299.0 148.10457 298.10458 149.0 297.0 149.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 149.0L210.0 141.0L297.0 141.0C298.10458 141.0 299.0 141.89543 299.0 143.0L299.0 147.0C299.0 148.10457 298.10458 149.0 297.0 149.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 205.0L210.0 197.0L256.0 197.0C257.10458 197.0 258.0 197.89543 258.0 199.0L258.0 203.0C258.0 204.10457 257.10458 205.0 256.0 205.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 205.0L210.0 197.0L256.0 197.0C257.10458 197.0 258.0 197.89543 258.0 199.0L258.0 203.0C258.0 204.10457 257.10458 205.0 256.0 205.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 261.0L210.0 253.0L230.0 253.0C231.10457 253.0 232.0 253.89543 232.0 255.0L232.0 259.0C232.0 260.10458 231.10457 261.0 230.0 261.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 261.0L210.0 253.0L230.0 253.0C231.10457 253.0 232.0 253.89543 232.0 255.0L232.0 259.0C232.0 260.10458 231.10457 261.0 230.0 261.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 317.0L210.0 309.0L215.0 309.0C216.10457 309.0 217.0 309.89542 217.0 311.0L217.0 315.0C217.0 316.10458 216.10457 317.0 215.0 317.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 317.0L210.0 309.0L215.0 309.0C216.10457 309.0 217.0 309.89542 217.0 311.0L217.0 315.0C217.0 316.10458 216.10457 317.0 215.0 317.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 373.0L210.0 365.0L215.0 365.0C216.10457 365.0 217.0 365.89542 217.0 367.0L217.0 371.0C217.0 372.10458 216.10457 373.0 215.0 373.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 373.0L210.0 365.0L215.0 365.0C216.10457 365.0 217.0 365.89542 217.0 367.0L217.0 371.0C217.0 372.10458 216.10457 373.0 215.0 373.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 429.0L210.0 421.0L214.0 421.0C215.10457 421.0 216.0 421.89542 216.0 423.0L216.0 427.0C216.0 428.10458 215.10457 429.0 214.0 429.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 429.0L210.0 421.0L214.0 421.0C215.10457 421.0 216.0 421.89542 216.0 423.0L216.0 427.0C216.0 428.10458 215.10457 429.0 214.0 429.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 486.0L210.0 478.0L443.0 478.0C444.10458 478.0 445.0 478.89542 445.0 480.0L445.0 484.0C445.0 485.10458 444.10458 486.0 443.0 486.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M210.0 486.0L210.0 478.0L443.0 478.0C444.10458 478.0 445.0 478.89542 445.0 480.0L445.0 484.0C445.0 485.10458 444.10458 486.0 443.0 486.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 101.0L210.0 93.0L333.0 93.0C334.10458 93.0 335.0 93.89543 335.0 95.0L335.0 99.0C335.0 100.10457 334.10458 101.0 333.0 101.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 101.0L210.0 93.0L333.0 93.0C334.10458 93.0 335.0 93.89543 335.0 95.0L335.0 99.0C335.0 100.10457 334.10458 101.0 333.0 101.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 158.0L210.0 150.0L273.0 150.0C274.10458 150.0 275.0 150.89543 275.0 152.0L275.0 156.0C275.0 157.10457 274.10458 158.0 273.0 158.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 158.0L210.0 150.0L273.0 150.0C274.10458 150.0 275.0 150.89543 275.0 152.0L275.0 156.0C275.0 157.10457 274.10458 158.0 273.0 158.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 214.0L210.0 206.0L246.0 206.0C247.10457 206.0 248.0 206.89543 248.0 208.0L248.0 212.0C248.0 213.10457 247.10457 214.0 246.0 214.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 214.0L210.0 206.0L246.0 206.0C247.10457 206.0 248.0 206.89543 248.0 208.0L248.0 212.0C248.0 213.10457 247.10457 214.0 246.0 214.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 270.0L210.0 262.0L225.0 262.0C226.10457 262.0 227.0 262.89542 227.0 264.0L227.0 268.0C227.0 269.10458 226.10457 270.0 225.0 270.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 270.0L210.0 262.0L225.0 262.0C226.10457 262.0 227.0 262.89542 227.0 264.0L227.0 268.0C227.0 269.10458 226.10457 270.0 225.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 326.0L210.0 318.0L213.0 318.0C214.10457 318.0 215.0 318.89542 215.0 320.0L215.0 324.0C215.0 325.10458 214.10457 326.0 213.0 326.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 326.0L210.0 318.0L213.0 318.0C214.10457 318.0 215.0 318.89542 215.0 320.0L215.0 324.0C215.0 325.10458 214.10457 326.0 213.0 326.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 382.0L210.0 374.0L211.0 374.0C211.55229 374.0 212.0 374.44772 212.0 375.0L212.0 381.0C212.0 381.55228 211.55229 382.0 211.0 382.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 382.0L210.0 374.0L211.0 374.0C211.55229 374.0 212.0 374.44772 212.0 375.0L212.0 381.0C212.0 381.55228 211.55229 382.0 211.0 382.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 438.0L210.0 430.0L217.0 430.0C218.10457 430.0 219.0 430.89542 219.0 432.0L219.0 436.0C219.0 437.10458 218.10457 438.0 217.0 438.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 438.0L210.0 430.0L217.0 430.0C218.10457 430.0 219.0 430.89542 219.0 432.0L219.0 436.0C219.0 437.10458 218.10457 438.0 217.0 438.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 495.0L210.0 487.0L466.0 487.0C467.10458 487.0 468.0 487.89542 468.0 489.0L468.0 493.0C468.0 494.10458 467.10458 495.0 466.0 495.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M210.0 495.0L210.0 487.0L466.0 487.0C467.10458 487.0 468.0 487.89542 468.0 489.0L468.0 493.0C468.0 494.10458 467.10458 495.0 466.0 495.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 110.0L210.0 102.0L328.0 102.0C329.10458 102.0 330.0 102.89543 330.0 104.0L330.0 108.0C330.0 109.10457 329.10458 110.0 328.0 110.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 110.0L210.0 102.0L328.0 102.0C329.10458 102.0 330.0 102.89543 330.0 104.0L330.0 108.0C330.0 109.10457 329.10458 110.0 328.0 110.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 167.0L210.0 159.0L269.0 159.0C270.10458 159.0 271.0 159.89543 271.0 161.0L271.0 165.0C271.0 166.10457 270.10458 167.0 269.0 167.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 167.0L210.0 159.0L269.0 159.0C270.10458 159.0 271.0 159.89543 271.0 161.0L271.0 165.0C271.0 166.10457 270.10458 167.0 269.0 167.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 223.0L210.0 215.0L241.0 215.0C242.10457 215.0 243.0 215.89543 243.0 217.0L243.0 221.0C243.0 222.10457 242.10457 223.0 241.0 223.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 223.0L210.0 215.0L241.0 215.0C242.10457 215.0 243.0 215.89543 243.0 217.0L243.0 221.0C243.0 222.10457 242.10457 223.0 241.0 223.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 279.0L210.0 271.0L228.0 271.0C229.10457 271.0 230.0 271.89542 230.0 273.0L230.0 277.0C230.0 278.10458 229.10457 279.0 228.0 279.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 279.0L210.0 271.0L228.0 271.0C229.10457 271.0 230.0 271.89542 230.0 273.0L230.0 277.0C230.0 278.10458 229.10457 279.0 228.0 279.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 335.0L210.0 327.0L213.0 327.0C214.10457 327.0 215.0 327.89542 215.0 329.0L215.0 333.0C215.0 334.10458 214.10457 335.0 213.0 335.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 335.0L210.0 327.0L213.0 327.0C214.10457 327.0 215.0 327.89542 215.0 329.0L215.0 333.0C215.0 334.10458 214.10457 335.0 213.0 335.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 391.0L210.0 383.0L212.0 383.0C213.10457 383.0 214.0 383.89542 214.0 385.0L214.0 389.0C214.0 390.10458 213.10457 391.0 212.0 391.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 391.0L210.0 383.0L212.0 383.0C213.10457 383.0 214.0 383.89542 214.0 385.0L214.0 389.0C214.0 390.10458 213.10457 391.0 212.0 391.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 447.0L210.0 439.0L217.0 439.0C218.10457 439.0 219.0 439.89542 219.0 441.0L219.0 445.0C219.0 446.10458 218.10457 447.0 217.0 447.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 447.0L210.0 439.0L217.0 439.0C218.10457 439.0 219.0 439.89542 219.0 441.0L219.0 445.0C219.0 446.10458 218.10457 447.0 217.0 447.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M210.0 504.0L210.0 496.0L488.0 496.0C489.10458 496.0 490.0 496.89542 490.0 498.0L490.0 502.0C490.0 503.10458 489.10458 504.0 488.0 504.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M210.0 504.0L210.0 496.0L488.0 496.0C489.10458 496.0 490.0 496.89542 490.0 498.0L490.0 502.0C490.0 503.10458 489.10458 504.0 488.0 504.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M373.99127 79.0L374.66315 79.0Q375.30377 79.0 375.66315 78.671875Q376.03815 78.34375 376.03815 77.78125Q376.03815 76.53125 374.78815 76.53125Q374.21002 76.53125 373.85065 76.875Q373.5069 77.203125 373.5069 77.75L372.60065 77.75Q372.60065 76.90625 373.22565 76.359375Q373.85065 75.796875 374.78815 75.796875Q375.80377 75.796875 376.36627 76.328125Q376.9444 76.859375 376.9444 77.796875Q376.9444 78.265625 376.64752 78.703125Q376.35065 79.140625 375.8194 79.359375Q376.41315 79.53125 376.72565 79.96875Q377.05377 80.390625 377.05377 81.015625Q377.05377 81.96875 376.42877 82.53125Q375.80377 83.09375 374.80377 83.09375Q373.80377 83.09375 373.16315 82.5625Q372.53815 82.015625 372.53815 81.125L373.46002 81.125Q373.46002 81.6875 373.8194 82.03125Q374.17877 82.359375 374.80377 82.359375Q375.46002 82.359375 375.80377 82.015625Q376.14752 81.671875 376.14752 81.03125Q376.14752 80.421875 375.7569 80.09375Q375.3819 79.75 374.66315 79.75L373.99127 79.75L373.99127 79.0ZM382.49127 80.609375L383.47565 80.609375L383.47565 81.34375L382.49127 81.34375L382.49127 83.0L381.58502 83.0L381.58502 81.34375L378.35065 81.34375L378.35065 80.8125L381.52252 75.890625L382.49127 75.890625L382.49127 80.609375ZM379.36627 80.609375L381.58502 80.609375L381.58502 77.125L381.47565 77.328125L379.36627 80.609375ZM384.60065 77.25Q384.60065 76.625 385.0069 76.203125Q385.41315 75.78125 386.05377 75.78125Q386.71002 75.78125 387.10065 76.203125Q387.5069 76.625 387.5069 77.28125L387.5069 77.640625Q387.5069 78.28125 387.10065 78.6875Q386.6944 79.09375 386.0694 79.09375Q385.42877 79.09375 385.0069 78.6875Q384.60065 78.28125 384.60065 77.59375L384.60065 77.25ZM385.27252 77.640625Q385.27252 78.015625 385.47565 78.265625Q385.6944 78.5 386.0694 78.5Q386.41315 78.5 386.61627 78.265625Q386.83502 78.03125 386.83502 77.609375L386.83502 77.25Q386.83502 76.875 386.61627 76.625Q386.41315 76.375 386.05377 76.375Q385.6944 76.375 385.47565 76.625Q385.27252 76.875 385.27252 77.28125L385.27252 77.640625ZM388.05377 81.25Q388.05377 80.609375 388.46002 80.203125Q388.8819 79.796875 389.5069 79.796875Q390.14752 79.796875 390.55377 80.203125Q390.97565 80.609375 390.97565 81.296875L390.97565 81.640625Q390.97565 82.28125 390.5694 82.703125Q390.16315 83.109375 389.52252 83.109375Q388.89752 83.109375 388.47565 82.703125Q388.05377 82.28125 388.05377 81.609375L388.05377 81.25ZM388.74127 81.640625Q388.74127 82.015625 388.9444 82.265625Q389.16315 82.515625 389.52252 82.515625Q389.8819 82.515625 390.08502 82.28125Q390.30377 82.03125 390.30377 81.625L390.30377 81.25Q390.30377 80.875 390.08502 80.625Q389.86627 80.375 389.52252 80.375Q389.16315 80.375 388.9444 80.625Q388.74127 80.859375 388.74127 81.28125L388.74127 81.640625ZM386.27252 82.46875L385.7569 82.140625L389.22565 76.578125L389.74127 76.90625L386.27252 82.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M373.99127 79.0L374.66315 79.0Q375.30377 79.0 375.66315 78.671875Q376.03815 78.34375 376.03815 77.78125Q376.03815 76.53125 374.78815 76.53125Q374.21002 76.53125 373.85065 76.875Q373.5069 77.203125 373.5069 77.75L372.60065 77.75Q372.60065 76.90625 373.22565 76.359375Q373.85065 75.796875 374.78815 75.796875Q375.80377 75.796875 376.36627 76.328125Q376.9444 76.859375 376.9444 77.796875Q376.9444 78.265625 376.64752 78.703125Q376.35065 79.140625 375.8194 79.359375Q376.41315 79.53125 376.72565 79.96875Q377.05377 80.390625 377.05377 81.015625Q377.05377 81.96875 376.42877 82.53125Q375.80377 83.09375 374.80377 83.09375Q373.80377 83.09375 373.16315 82.5625Q372.53815 82.015625 372.53815 81.125L373.46002 81.125Q373.46002 81.6875 373.8194 82.03125Q374.17877 82.359375 374.80377 82.359375Q375.46002 82.359375 375.80377 82.015625Q376.14752 81.671875 376.14752 81.03125Q376.14752 80.421875 375.7569 80.09375Q375.3819 79.75 374.66315 79.75L373.99127 79.75L373.99127 79.0ZM382.49127 80.609375L383.47565 80.609375L383.47565 81.34375L382.49127 81.34375L382.49127 83.0L381.58502 83.0L381.58502 81.34375L378.35065 81.34375L378.35065 80.8125L381.52252 75.890625L382.49127 75.890625L382.49127 80.609375ZM379.36627 80.609375L381.58502 80.609375L381.58502 77.125L381.47565 77.328125L379.36627 80.609375ZM384.60065 77.25Q384.60065 76.625 385.0069 76.203125Q385.41315 75.78125 386.05377 75.78125Q386.71002 75.78125 387.10065 76.203125Q387.5069 76.625 387.5069 77.28125L387.5069 77.640625Q387.5069 78.28125 387.10065 78.6875Q386.6944 79.09375 386.0694 79.09375Q385.42877 79.09375 385.0069 78.6875Q384.60065 78.28125 384.60065 77.59375L384.60065 77.25ZM385.27252 77.640625Q385.27252 78.015625 385.47565 78.265625Q385.6944 78.5 386.0694 78.5Q386.41315 78.5 386.61627 78.265625Q386.83502 78.03125 386.83502 77.609375L386.83502 77.25Q386.83502 76.875 386.61627 76.625Q386.41315 76.375 386.05377 76.375Q385.6944 76.375 385.47565 76.625Q385.27252 76.875 385.27252 77.28125L385.27252 77.640625ZM388.05377 81.25Q388.05377 80.609375 388.46002 80.203125Q388.8819 79.796875 389.5069 79.796875Q390.14752 79.796875 390.55377 80.203125Q390.97565 80.609375 390.97565 81.296875L390.97565 81.640625Q390.97565 82.28125 390.5694 82.703125Q390.16315 83.109375 389.52252 83.109375Q388.89752 83.109375 388.47565 82.703125Q388.05377 82.28125 388.05377 81.609375L388.05377 81.25ZM388.74127 81.640625Q388.74127 82.015625 388.9444 82.265625Q389.16315 82.515625 389.52252 82.515625Q389.8819 82.515625 390.08502 82.28125Q390.30377 82.03125 390.30377 81.625L390.30377 81.25Q390.30377 80.875 390.08502 80.625Q389.86627 80.375 389.52252 80.375Q389.16315 80.375 388.9444 80.625Q388.74127 80.859375 388.74127 81.28125L388.74127 81.640625ZM386.27252 82.46875L385.7569 82.140625L389.22565 76.578125L389.74127 76.90625L386.27252 82.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M315.94223 140.0L311.28598 140.0L311.28598 139.34375L313.7391 136.60938Q314.28598 136.0 314.4891 135.60938Q314.70786 135.21875 314.70786 134.79688Q314.70786 134.25 314.3641 133.89062Q314.03598 133.53125 313.47348 133.53125Q312.8016 133.53125 312.4266 133.92188Q312.0516 134.29688 312.0516 134.98438L311.14536 134.98438Q311.14536 134.0 311.77036 133.40625Q312.41098 132.79688 313.47348 132.79688Q314.45786 132.79688 315.03598 133.3125Q315.6141 133.82812 315.6141 134.70312Q315.6141 135.75 314.27036 137.20312L312.37973 139.26562L315.94223 139.26562L315.94223 140.0ZM321.7391 136.96875Q321.7391 138.54688 321.19223 139.32812Q320.66098 140.09375 319.50473 140.09375Q318.3641 140.09375 317.81723 139.34375Q317.27036 138.59375 317.25473 137.09375L317.25473 135.89062Q317.25473 134.3125 317.78598 133.5625Q318.33286 132.79688 319.4891 132.79688Q320.64536 132.79688 321.1766 133.53125Q321.72348 134.26562 321.7391 135.79688L321.7391 136.96875ZM320.83286 135.73438Q320.83286 134.57812 320.50473 134.0625Q320.19223 133.53125 319.4891 133.53125Q318.8016 133.53125 318.47348 134.0625Q318.16098 134.57812 318.16098 135.65625L318.16098 137.10938Q318.16098 138.26562 318.4891 138.8125Q318.83286 139.35938 319.50473 139.35938Q320.1766 139.35938 320.4891 138.84375Q320.81723 138.32812 320.83286 137.21875L320.83286 135.73438ZM323.20786 134.25Q323.20786 133.625 323.6141 133.20312Q324.02036 132.78125 324.66098 132.78125Q325.31723 132.78125 325.70786 133.20312Q326.1141 133.625 326.1141 134.28125L326.1141 134.64062Q326.1141 135.28125 325.70786 135.6875Q325.3016 136.09375 324.6766 136.09375Q324.03598 136.09375 323.6141 135.6875Q323.20786 135.28125 323.20786 134.59375L323.20786 134.25ZM323.87973 134.64062Q323.87973 135.01562 324.08286 135.26562Q324.3016 135.5 324.6766 135.5Q325.02036 135.5 325.22348 135.26562Q325.44223 135.03125 325.44223 134.60938L325.44223 134.25Q325.44223 133.875 325.22348 133.625Q325.02036 133.375 324.66098 133.375Q324.3016 133.375 324.08286 133.625Q323.87973 133.875 323.87973 134.28125L323.87973 134.64062ZM326.66098 138.25Q326.66098 137.60938 327.06723 137.20312Q327.4891 136.79688 328.1141 136.79688Q328.75473 136.79688 329.16098 137.20312Q329.58286 137.60938 329.58286 138.29688L329.58286 138.64062Q329.58286 139.28125 329.1766 139.70312Q328.77036 140.10938 328.12973 140.10938Q327.50473 140.10938 327.08286 139.70312Q326.66098 139.28125 326.66098 138.60938L326.66098 138.25ZM327.34848 138.64062Q327.34848 139.01562 327.5516 139.26562Q327.77036 139.51562 328.12973 139.51562Q328.4891 139.51562 328.69223 139.28125Q328.91098 139.03125 328.91098 138.625L328.91098 138.25Q328.91098 137.875 328.69223 137.625Q328.47348 137.375 328.12973 137.375Q327.77036 137.375 327.5516 137.625Q327.34848 137.85938 327.34848 138.28125L327.34848 138.64062ZM324.87973 139.46875L324.3641 139.14062L327.83286 133.57812L328.34848 133.90625L324.87973 139.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M315.94223 140.0L311.28598 140.0L311.28598 139.34375L313.7391 136.60938Q314.28598 136.0 314.4891 135.60938Q314.70786 135.21875 314.70786 134.79688Q314.70786 134.25 314.3641 133.89062Q314.03598 133.53125 313.47348 133.53125Q312.8016 133.53125 312.4266 133.92188Q312.0516 134.29688 312.0516 134.98438L311.14536 134.98438Q311.14536 134.0 311.77036 133.40625Q312.41098 132.79688 313.47348 132.79688Q314.45786 132.79688 315.03598 133.3125Q315.6141 133.82812 315.6141 134.70312Q315.6141 135.75 314.27036 137.20312L312.37973 139.26562L315.94223 139.26562L315.94223 140.0ZM321.7391 136.96875Q321.7391 138.54688 321.19223 139.32812Q320.66098 140.09375 319.50473 140.09375Q318.3641 140.09375 317.81723 139.34375Q317.27036 138.59375 317.25473 137.09375L317.25473 135.89062Q317.25473 134.3125 317.78598 133.5625Q318.33286 132.79688 319.4891 132.79688Q320.64536 132.79688 321.1766 133.53125Q321.72348 134.26562 321.7391 135.79688L321.7391 136.96875ZM320.83286 135.73438Q320.83286 134.57812 320.50473 134.0625Q320.19223 133.53125 319.4891 133.53125Q318.8016 133.53125 318.47348 134.0625Q318.16098 134.57812 318.16098 135.65625L318.16098 137.10938Q318.16098 138.26562 318.4891 138.8125Q318.83286 139.35938 319.50473 139.35938Q320.1766 139.35938 320.4891 138.84375Q320.81723 138.32812 320.83286 137.21875L320.83286 135.73438ZM323.20786 134.25Q323.20786 133.625 323.6141 133.20312Q324.02036 132.78125 324.66098 132.78125Q325.31723 132.78125 325.70786 133.20312Q326.1141 133.625 326.1141 134.28125L326.1141 134.64062Q326.1141 135.28125 325.70786 135.6875Q325.3016 136.09375 324.6766 136.09375Q324.03598 136.09375 323.6141 135.6875Q323.20786 135.28125 323.20786 134.59375L323.20786 134.25ZM323.87973 134.64062Q323.87973 135.01562 324.08286 135.26562Q324.3016 135.5 324.6766 135.5Q325.02036 135.5 325.22348 135.26562Q325.44223 135.03125 325.44223 134.60938L325.44223 134.25Q325.44223 133.875 325.22348 133.625Q325.02036 133.375 324.66098 133.375Q324.3016 133.375 324.08286 133.625Q323.87973 133.875 323.87973 134.28125L323.87973 134.64062ZM326.66098 138.25Q326.66098 137.60938 327.06723 137.20312Q327.4891 136.79688 328.1141 136.79688Q328.75473 136.79688 329.16098 137.20312Q329.58286 137.60938 329.58286 138.29688L329.58286 138.64062Q329.58286 139.28125 329.1766 139.70312Q328.77036 140.10938 328.12973 140.10938Q327.50473 140.10938 327.08286 139.70312Q326.66098 139.28125 326.66098 138.60938L326.66098 138.25ZM327.34848 138.64062Q327.34848 139.01562 327.5516 139.26562Q327.77036 139.51562 328.12973 139.51562Q328.4891 139.51562 328.69223 139.28125Q328.91098 139.03125 328.91098 138.625L328.91098 138.25Q328.91098 137.875 328.69223 137.625Q328.47348 137.375 328.12973 137.375Q327.77036 137.375 327.5516 137.625Q327.34848 137.85938 327.34848 138.28125L327.34848 138.64062ZM324.87973 139.46875L324.3641 139.14062L327.83286 133.57812L328.34848 133.90625L324.87973 139.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M271.65918 196.0L270.75293 196.0L270.75293 189.98438L268.9248 190.64062L268.9248 189.82812L271.51855 188.85938L271.65918 188.85938L271.65918 196.0ZM277.65918 196.0L276.75293 196.0L276.75293 189.98438L274.9248 190.64062L274.9248 189.82812L277.51855 188.85938L277.65918 188.85938L277.65918 196.0ZM280.6123 190.25Q280.6123 189.625 281.01855 189.20312Q281.4248 188.78125 282.06543 188.78125Q282.72168 188.78125 283.1123 189.20312Q283.51855 189.625 283.51855 190.28125L283.51855 190.64062Q283.51855 191.28125 283.1123 191.6875Q282.70605 192.09375 282.08105 192.09375Q281.44043 192.09375 281.01855 191.6875Q280.6123 191.28125 280.6123 190.59375L280.6123 190.25ZM281.28418 190.64062Q281.28418 191.01562 281.4873 191.26562Q281.70605 191.5 282.08105 191.5Q282.4248 191.5 282.62793 191.26562Q282.84668 191.03125 282.84668 190.60938L282.84668 190.25Q282.84668 189.875 282.62793 189.625Q282.4248 189.375 282.06543 189.375Q281.70605 189.375 281.4873 189.625Q281.28418 189.875 281.28418 190.28125L281.28418 190.64062ZM284.06543 194.25Q284.06543 193.60938 284.47168 193.20312Q284.89355 192.79688 285.51855 192.79688Q286.15918 192.79688 286.56543 193.20312Q286.9873 193.60938 286.9873 194.29688L286.9873 194.64062Q286.9873 195.28125 286.58105 195.70312Q286.1748 196.10938 285.53418 196.10938Q284.90918 196.10938 284.4873 195.70312Q284.06543 195.28125 284.06543 194.60938L284.06543 194.25ZM284.75293 194.64062Q284.75293 195.01562 284.95605 195.26562Q285.1748 195.51562 285.53418 195.51562Q285.89355 195.51562 286.09668 195.28125Q286.31543 195.03125 286.31543 194.625L286.31543 194.25Q286.31543 193.875 286.09668 193.625Q285.87793 193.375 285.53418 193.375Q285.1748 193.375 284.95605 193.625Q284.75293 193.85938 284.75293 194.28125L284.75293 194.64062ZM282.28418 195.46875L281.76855 195.14062L285.2373 189.57812L285.75293 189.90625L282.28418 195.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M271.65918 196.0L270.75293 196.0L270.75293 189.98438L268.9248 190.64062L268.9248 189.82812L271.51855 188.85938L271.65918 188.85938L271.65918 196.0ZM277.65918 196.0L276.75293 196.0L276.75293 189.98438L274.9248 190.64062L274.9248 189.82812L277.51855 188.85938L277.65918 188.85938L277.65918 196.0ZM280.6123 190.25Q280.6123 189.625 281.01855 189.20312Q281.4248 188.78125 282.06543 188.78125Q282.72168 188.78125 283.1123 189.20312Q283.51855 189.625 283.51855 190.28125L283.51855 190.64062Q283.51855 191.28125 283.1123 191.6875Q282.70605 192.09375 282.08105 192.09375Q281.44043 192.09375 281.01855 191.6875Q280.6123 191.28125 280.6123 190.59375L280.6123 190.25ZM281.28418 190.64062Q281.28418 191.01562 281.4873 191.26562Q281.70605 191.5 282.08105 191.5Q282.4248 191.5 282.62793 191.26562Q282.84668 191.03125 282.84668 190.60938L282.84668 190.25Q282.84668 189.875 282.62793 189.625Q282.4248 189.375 282.06543 189.375Q281.70605 189.375 281.4873 189.625Q281.28418 189.875 281.28418 190.28125L281.28418 190.64062ZM284.06543 194.25Q284.06543 193.60938 284.47168 193.20312Q284.89355 192.79688 285.51855 192.79688Q286.15918 192.79688 286.56543 193.20312Q286.9873 193.60938 286.9873 194.29688L286.9873 194.64062Q286.9873 195.28125 286.58105 195.70312Q286.1748 196.10938 285.53418 196.10938Q284.90918 196.10938 284.4873 195.70312Q284.06543 195.28125 284.06543 194.60938L284.06543 194.25ZM284.75293 194.64062Q284.75293 195.01562 284.95605 195.26562Q285.1748 195.51562 285.53418 195.51562Q285.89355 195.51562 286.09668 195.28125Q286.31543 195.03125 286.31543 194.625L286.31543 194.25Q286.31543 193.875 286.09668 193.625Q285.87793 193.375 285.53418 193.375Q285.1748 193.375 284.95605 193.625Q284.75293 193.85938 284.75293 194.28125L284.75293 194.64062ZM282.28418 195.46875L281.76855 195.14062L285.2373 189.57812L285.75293 189.90625L282.28418 195.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M253.09515 244.89062L253.09515 245.65625L252.92328 245.65625Q251.8764 245.67188 251.2514 246.28125Q250.6264 246.875 250.51703 247.98438Q251.07953 247.34375 252.04828 247.34375Q252.98578 247.34375 253.53265 248.0Q254.09515 248.64062 254.09515 249.6875Q254.09515 250.78125 253.48578 251.4375Q252.89203 252.09375 251.89203 252.09375Q250.8764 252.09375 250.23578 251.3125Q249.59515 250.53125 249.59515 249.29688L249.59515 248.95312Q249.59515 246.98438 250.42328 245.95312Q251.26703 244.90625 252.92328 244.89062L253.09515 244.89062ZM251.90765 248.09375Q251.4389 248.09375 251.04828 248.375Q250.65765 248.64062 250.5014 249.0625L250.5014 249.39062Q250.5014 250.28125 250.89203 250.8125Q251.29828 251.34375 251.89203 251.34375Q252.5014 251.34375 252.84515 250.90625Q253.20453 250.45312 253.20453 249.71875Q253.20453 248.98438 252.84515 248.54688Q252.48578 248.09375 251.90765 248.09375ZM255.47015 246.25Q255.47015 245.625 255.8764 245.20312Q256.28265 244.78125 256.92328 244.78125Q257.57953 244.78125 257.97015 245.20312Q258.3764 245.625 258.3764 246.28125L258.3764 246.64062Q258.3764 247.28125 257.97015 247.6875Q257.5639 248.09375 256.9389 248.09375Q256.29828 248.09375 255.8764 247.6875Q255.47015 247.28125 255.47015 246.59375L255.47015 246.25ZM256.14203 246.64062Q256.14203 247.01562 256.34515 247.26562Q256.5639 247.5 256.9389 247.5Q257.28265 247.5 257.48578 247.26562Q257.70453 247.03125 257.70453 246.60938L257.70453 246.25Q257.70453 245.875 257.48578 245.625Q257.28265 245.375 256.92328 245.375Q256.5639 245.375 256.34515 245.625Q256.14203 245.875 256.14203 246.28125L256.14203 246.64062ZM258.92328 250.25Q258.92328 249.60938 259.32953 249.20312Q259.7514 248.79688 260.3764 248.79688Q261.01703 248.79688 261.42328 249.20312Q261.84515 249.60938 261.84515 250.29688L261.84515 250.64062Q261.84515 251.28125 261.4389 251.70312Q261.03265 252.10938 260.39203 252.10938Q259.76703 252.10938 259.34515 251.70312Q258.92328 251.28125 258.92328 250.60938L258.92328 250.25ZM259.61078 250.64062Q259.61078 251.01562 259.8139 251.26562Q260.03265 251.51562 260.39203 251.51562Q260.7514 251.51562 260.95453 251.28125Q261.17328 251.03125 261.17328 250.625L261.17328 250.25Q261.17328 249.875 260.95453 249.625Q260.73578 249.375 260.39203 249.375Q260.03265 249.375 259.8139 249.625Q259.61078 249.85938 259.61078 250.28125L259.61078 250.64062ZM257.14203 251.46875L256.6264 251.14062L260.09515 245.57812L260.61078 245.90625L257.14203 251.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M253.09515 244.89062L253.09515 245.65625L252.92328 245.65625Q251.8764 245.67188 251.2514 246.28125Q250.6264 246.875 250.51703 247.98438Q251.07953 247.34375 252.04828 247.34375Q252.98578 247.34375 253.53265 248.0Q254.09515 248.64062 254.09515 249.6875Q254.09515 250.78125 253.48578 251.4375Q252.89203 252.09375 251.89203 252.09375Q250.8764 252.09375 250.23578 251.3125Q249.59515 250.53125 249.59515 249.29688L249.59515 248.95312Q249.59515 246.98438 250.42328 245.95312Q251.26703 244.90625 252.92328 244.89062L253.09515 244.89062ZM251.90765 248.09375Q251.4389 248.09375 251.04828 248.375Q250.65765 248.64062 250.5014 249.0625L250.5014 249.39062Q250.5014 250.28125 250.89203 250.8125Q251.29828 251.34375 251.89203 251.34375Q252.5014 251.34375 252.84515 250.90625Q253.20453 250.45312 253.20453 249.71875Q253.20453 248.98438 252.84515 248.54688Q252.48578 248.09375 251.90765 248.09375ZM255.47015 246.25Q255.47015 245.625 255.8764 245.20312Q256.28265 244.78125 256.92328 244.78125Q257.57953 244.78125 257.97015 245.20312Q258.3764 245.625 258.3764 246.28125L258.3764 246.64062Q258.3764 247.28125 257.97015 247.6875Q257.5639 248.09375 256.9389 248.09375Q256.29828 248.09375 255.8764 247.6875Q255.47015 247.28125 255.47015 246.59375L255.47015 246.25ZM256.14203 246.64062Q256.14203 247.01562 256.34515 247.26562Q256.5639 247.5 256.9389 247.5Q257.28265 247.5 257.48578 247.26562Q257.70453 247.03125 257.70453 246.60938L257.70453 246.25Q257.70453 245.875 257.48578 245.625Q257.28265 245.375 256.92328 245.375Q256.5639 245.375 256.34515 245.625Q256.14203 245.875 256.14203 246.28125L256.14203 246.64062ZM258.92328 250.25Q258.92328 249.60938 259.32953 249.20312Q259.7514 248.79688 260.3764 248.79688Q261.01703 248.79688 261.42328 249.20312Q261.84515 249.60938 261.84515 250.29688L261.84515 250.64062Q261.84515 251.28125 261.4389 251.70312Q261.03265 252.10938 260.39203 252.10938Q259.76703 252.10938 259.34515 251.70312Q258.92328 251.28125 258.92328 250.60938L258.92328 250.25ZM259.61078 250.64062Q259.61078 251.01562 259.8139 251.26562Q260.03265 251.51562 260.39203 251.51562Q260.7514 251.51562 260.95453 251.28125Q261.17328 251.03125 261.17328 250.625L261.17328 250.25Q261.17328 249.875 260.95453 249.625Q260.73578 249.375 260.39203 249.375Q260.03265 249.375 259.8139 249.625Q259.61078 249.85938 259.61078 250.28125L259.61078 250.64062ZM257.14203 251.46875L256.6264 251.14062L260.09515 245.57812L260.61078 245.90625L257.14203 251.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M230.4432 308.0L229.53696 308.0L229.53696 301.98438L227.70883 302.64062L227.70883 301.82812L230.30258 300.85938L230.4432 300.85938L230.4432 308.0ZM233.39633 302.25Q233.39633 301.625 233.80258 301.20312Q234.20883 300.78125 234.84946 300.78125Q235.5057 300.78125 235.89633 301.20312Q236.30258 301.625 236.30258 302.28125L236.30258 302.64062Q236.30258 303.28125 235.89633 303.6875Q235.49008 304.09375 234.86508 304.09375Q234.22446 304.09375 233.80258 303.6875Q233.39633 303.28125 233.39633 302.59375L233.39633 302.25ZM234.0682 302.64062Q234.0682 303.01562 234.27133 303.26562Q234.49008 303.5 234.86508 303.5Q235.20883 303.5 235.41196 303.26562Q235.6307 303.03125 235.6307 302.60938L235.6307 302.25Q235.6307 301.875 235.41196 301.625Q235.20883 301.375 234.84946 301.375Q234.49008 301.375 234.27133 301.625Q234.0682 301.875 234.0682 302.28125L234.0682 302.64062ZM236.84946 306.25Q236.84946 305.60938 237.2557 305.20312Q237.67758 304.79688 238.30258 304.79688Q238.9432 304.79688 239.34946 305.20312Q239.77133 305.60938 239.77133 306.29688L239.77133 306.64062Q239.77133 307.28125 239.36508 307.70312Q238.95883 308.10938 238.3182 308.10938Q237.6932 308.10938 237.27133 307.70312Q236.84946 307.28125 236.84946 306.60938L236.84946 306.25ZM237.53696 306.64062Q237.53696 307.01562 237.74008 307.26562Q237.95883 307.51562 238.3182 307.51562Q238.67758 307.51562 238.8807 307.28125Q239.09946 307.03125 239.09946 306.625L239.09946 306.25Q239.09946 305.875 238.8807 305.625Q238.66196 305.375 238.3182 305.375Q237.95883 305.375 237.74008 305.625Q237.53696 305.85938 237.53696 306.28125L237.53696 306.64062ZM235.0682 307.46875L234.55258 307.14062L238.02133 301.57812L238.53696 301.90625L235.0682 307.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M230.4432 308.0L229.53696 308.0L229.53696 301.98438L227.70883 302.64062L227.70883 301.82812L230.30258 300.85938L230.4432 300.85938L230.4432 308.0ZM233.39633 302.25Q233.39633 301.625 233.80258 301.20312Q234.20883 300.78125 234.84946 300.78125Q235.5057 300.78125 235.89633 301.20312Q236.30258 301.625 236.30258 302.28125L236.30258 302.64062Q236.30258 303.28125 235.89633 303.6875Q235.49008 304.09375 234.86508 304.09375Q234.22446 304.09375 233.80258 303.6875Q233.39633 303.28125 233.39633 302.59375L233.39633 302.25ZM234.0682 302.64062Q234.0682 303.01562 234.27133 303.26562Q234.49008 303.5 234.86508 303.5Q235.20883 303.5 235.41196 303.26562Q235.6307 303.03125 235.6307 302.60938L235.6307 302.25Q235.6307 301.875 235.41196 301.625Q235.20883 301.375 234.84946 301.375Q234.49008 301.375 234.27133 301.625Q234.0682 301.875 234.0682 302.28125L234.0682 302.64062ZM236.84946 306.25Q236.84946 305.60938 237.2557 305.20312Q237.67758 304.79688 238.30258 304.79688Q238.9432 304.79688 239.34946 305.20312Q239.77133 305.60938 239.77133 306.29688L239.77133 306.64062Q239.77133 307.28125 239.36508 307.70312Q238.95883 308.10938 238.3182 308.10938Q237.6932 308.10938 237.27133 307.70312Q236.84946 307.28125 236.84946 306.60938L236.84946 306.25ZM237.53696 306.64062Q237.53696 307.01562 237.74008 307.26562Q237.95883 307.51562 238.3182 307.51562Q238.67758 307.51562 238.8807 307.28125Q239.09946 307.03125 239.09946 306.625L239.09946 306.25Q239.09946 305.875 238.8807 305.625Q238.66196 305.375 238.3182 305.375Q237.95883 305.375 237.74008 305.625Q237.53696 305.85938 237.53696 306.28125L237.53696 306.64062ZM235.0682 307.46875L234.55258 307.14062L238.02133 301.57812L238.53696 301.90625L235.0682 307.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.16542 364.0L228.50917 364.0L228.50917 363.34375L230.9623 360.60938Q231.50917 360.0 231.7123 359.60938Q231.93105 359.21875 231.93105 358.79688Q231.93105 358.25 231.5873 357.89062Q231.25917 357.53125 230.69667 357.53125Q230.0248 357.53125 229.6498 357.92188Q229.2748 358.29688 229.2748 358.98438L228.36855 358.98438Q228.36855 358.0 228.99355 357.40625Q229.63417 356.79688 230.69667 356.79688Q231.68105 356.79688 232.25917 357.3125Q232.8373 357.82812 232.8373 358.70312Q232.8373 359.75 231.49355 361.20312L229.60292 363.26562L233.16542 363.26562L233.16542 364.0ZM234.43105 358.25Q234.43105 357.625 234.8373 357.20312Q235.24355 356.78125 235.88417 356.78125Q236.54042 356.78125 236.93105 357.20312Q237.3373 357.625 237.3373 358.28125L237.3373 358.64062Q237.3373 359.28125 236.93105 359.6875Q236.5248 360.09375 235.8998 360.09375Q235.25917 360.09375 234.8373 359.6875Q234.43105 359.28125 234.43105 358.59375L234.43105 358.25ZM235.10292 358.64062Q235.10292 359.01562 235.30605 359.26562Q235.5248 359.5 235.8998 359.5Q236.24355 359.5 236.44667 359.26562Q236.66542 359.03125 236.66542 358.60938L236.66542 358.25Q236.66542 357.875 236.44667 357.625Q236.24355 357.375 235.88417 357.375Q235.5248 357.375 235.30605 357.625Q235.10292 357.875 235.10292 358.28125L235.10292 358.64062ZM237.88417 362.25Q237.88417 361.60938 238.29042 361.20312Q238.7123 360.79688 239.3373 360.79688Q239.97792 360.79688 240.38417 361.20312Q240.80605 361.60938 240.80605 362.29688L240.80605 362.64062Q240.80605 363.28125 240.3998 363.70312Q239.99355 364.10938 239.35292 364.10938Q238.72792 364.10938 238.30605 363.70312Q237.88417 363.28125 237.88417 362.60938L237.88417 362.25ZM238.57167 362.64062Q238.57167 363.01562 238.7748 363.26562Q238.99355 363.51562 239.35292 363.51562Q239.7123 363.51562 239.91542 363.28125Q240.13417 363.03125 240.13417 362.625L240.13417 362.25Q240.13417 361.875 239.91542 361.625Q239.69667 361.375 239.35292 361.375Q238.99355 361.375 238.7748 361.625Q238.57167 361.85938 238.57167 362.28125L238.57167 362.64062ZM236.10292 363.46875L235.5873 363.14062L239.05605 357.57812L239.57167 357.90625L236.10292 363.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M233.16542 364.0L228.50917 364.0L228.50917 363.34375L230.9623 360.60938Q231.50917 360.0 231.7123 359.60938Q231.93105 359.21875 231.93105 358.79688Q231.93105 358.25 231.5873 357.89062Q231.25917 357.53125 230.69667 357.53125Q230.0248 357.53125 229.6498 357.92188Q229.2748 358.29688 229.2748 358.98438L228.36855 358.98438Q228.36855 358.0 228.99355 357.40625Q229.63417 356.79688 230.69667 356.79688Q231.68105 356.79688 232.25917 357.3125Q232.8373 357.82812 232.8373 358.70312Q232.8373 359.75 231.49355 361.20312L229.60292 363.26562L233.16542 363.26562L233.16542 364.0ZM234.43105 358.25Q234.43105 357.625 234.8373 357.20312Q235.24355 356.78125 235.88417 356.78125Q236.54042 356.78125 236.93105 357.20312Q237.3373 357.625 237.3373 358.28125L237.3373 358.64062Q237.3373 359.28125 236.93105 359.6875Q236.5248 360.09375 235.8998 360.09375Q235.25917 360.09375 234.8373 359.6875Q234.43105 359.28125 234.43105 358.59375L234.43105 358.25ZM235.10292 358.64062Q235.10292 359.01562 235.30605 359.26562Q235.5248 359.5 235.8998 359.5Q236.24355 359.5 236.44667 359.26562Q236.66542 359.03125 236.66542 358.60938L236.66542 358.25Q236.66542 357.875 236.44667 357.625Q236.24355 357.375 235.88417 357.375Q235.5248 357.375 235.30605 357.625Q235.10292 357.875 235.10292 358.28125L235.10292 358.64062ZM237.88417 362.25Q237.88417 361.60938 238.29042 361.20312Q238.7123 360.79688 239.3373 360.79688Q239.97792 360.79688 240.38417 361.20312Q240.80605 361.60938 240.80605 362.29688L240.80605 362.64062Q240.80605 363.28125 240.3998 363.70312Q239.99355 364.10938 239.35292 364.10938Q238.72792 364.10938 238.30605 363.70312Q237.88417 363.28125 237.88417 362.60938L237.88417 362.25ZM238.57167 362.64062Q238.57167 363.01562 238.7748 363.26562Q238.99355 363.51562 239.35292 363.51562Q239.7123 363.51562 239.91542 363.28125Q240.13417 363.03125 240.13417 362.625L240.13417 362.25Q240.13417 361.875 239.91542 361.625Q239.69667 361.375 239.35292 361.375Q238.99355 361.375 238.7748 361.625Q238.57167 361.85938 238.57167 362.28125L238.57167 362.64062ZM236.10292 363.46875L235.5873 363.14062L239.05605 357.57812L239.57167 357.90625L236.10292 363.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M236.95937 420.0L232.30312 420.0L232.30312 419.34375L234.75624 416.60938Q235.30312 416.0 235.50624 415.60938Q235.72499 415.21875 235.72499 414.79688Q235.72499 414.25 235.38124 413.89062Q235.05312 413.53125 234.49062 413.53125Q233.81874 413.53125 233.44374 413.92188Q233.06874 414.29688 233.06874 414.98438L232.16249 414.98438Q232.16249 414.0 232.78749 413.40625Q233.42812 412.79688 234.49062 412.79688Q235.47499 412.79688 236.05312 413.3125Q236.63124 413.82812 236.63124 414.70312Q236.63124 415.75 235.28749 417.20312L233.39687 419.26562L236.95937 419.26562L236.95937 420.0ZM238.22499 414.25Q238.22499 413.625 238.63124 413.20312Q239.03749 412.78125 239.67812 412.78125Q240.33437 412.78125 240.72499 413.20312Q241.13124 413.625 241.13124 414.28125L241.13124 414.64062Q241.13124 415.28125 240.72499 415.6875Q240.31874 416.09375 239.69374 416.09375Q239.05312 416.09375 238.63124 415.6875Q238.22499 415.28125 238.22499 414.59375L238.22499 414.25ZM238.89687 414.64062Q238.89687 415.01562 239.09999 415.26562Q239.31874 415.5 239.69374 415.5Q240.03749 415.5 240.24062 415.26562Q240.45937 415.03125 240.45937 414.60938L240.45937 414.25Q240.45937 413.875 240.24062 413.625Q240.03749 413.375 239.67812 413.375Q239.31874 413.375 239.09999 413.625Q238.89687 413.875 238.89687 414.28125L238.89687 414.64062ZM241.67812 418.25Q241.67812 417.60938 242.08437 417.20312Q242.50624 416.79688 243.13124 416.79688Q243.77187 416.79688 244.17812 417.20312Q244.59999 417.60938 244.59999 418.29688L244.59999 418.64062Q244.59999 419.28125 244.19374 419.70312Q243.78749 420.10938 243.14687 420.10938Q242.52187 420.10938 242.09999 419.70312Q241.67812 419.28125 241.67812 418.60938L241.67812 418.25ZM242.36562 418.64062Q242.36562 419.01562 242.56874 419.26562Q242.78749 419.51562 243.14687 419.51562Q243.50624 419.51562 243.70937 419.28125Q243.92812 419.03125 243.92812 418.625L243.92812 418.25Q243.92812 417.875 243.70937 417.625Q243.49062 417.375 243.14687 417.375Q242.78749 417.375 242.56874 417.625Q242.36562 417.85938 242.36562 418.28125L242.36562 418.64062ZM239.89687 419.46875L239.38124 419.14062L242.84999 413.57812L243.36562 413.90625L239.89687 419.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M236.95937 420.0L232.30312 420.0L232.30312 419.34375L234.75624 416.60938Q235.30312 416.0 235.50624 415.60938Q235.72499 415.21875 235.72499 414.79688Q235.72499 414.25 235.38124 413.89062Q235.05312 413.53125 234.49062 413.53125Q233.81874 413.53125 233.44374 413.92188Q233.06874 414.29688 233.06874 414.98438L232.16249 414.98438Q232.16249 414.0 232.78749 413.40625Q233.42812 412.79688 234.49062 412.79688Q235.47499 412.79688 236.05312 413.3125Q236.63124 413.82812 236.63124 414.70312Q236.63124 415.75 235.28749 417.20312L233.39687 419.26562L236.95937 419.26562L236.95937 420.0ZM238.22499 414.25Q238.22499 413.625 238.63124 413.20312Q239.03749 412.78125 239.67812 412.78125Q240.33437 412.78125 240.72499 413.20312Q241.13124 413.625 241.13124 414.28125L241.13124 414.64062Q241.13124 415.28125 240.72499 415.6875Q240.31874 416.09375 239.69374 416.09375Q239.05312 416.09375 238.63124 415.6875Q238.22499 415.28125 238.22499 414.59375L238.22499 414.25ZM238.89687 414.64062Q238.89687 415.01562 239.09999 415.26562Q239.31874 415.5 239.69374 415.5Q240.03749 415.5 240.24062 415.26562Q240.45937 415.03125 240.45937 414.60938L240.45937 414.25Q240.45937 413.875 240.24062 413.625Q240.03749 413.375 239.67812 413.375Q239.31874 413.375 239.09999 413.625Q238.89687 413.875 238.89687 414.28125L238.89687 414.64062ZM241.67812 418.25Q241.67812 417.60938 242.08437 417.20312Q242.50624 416.79688 243.13124 416.79688Q243.77187 416.79688 244.17812 417.20312Q244.59999 417.60938 244.59999 418.29688L244.59999 418.64062Q244.59999 419.28125 244.19374 419.70312Q243.78749 420.10938 243.14687 420.10938Q242.52187 420.10938 242.09999 419.70312Q241.67812 419.28125 241.67812 418.60938L241.67812 418.25ZM242.36562 418.64062Q242.36562 419.01562 242.56874 419.26562Q242.78749 419.51562 243.14687 419.51562Q243.50624 419.51562 243.70937 419.28125Q243.92812 419.03125 243.92812 418.625L243.92812 418.25Q243.92812 417.875 243.70937 417.625Q243.49062 417.375 243.14687 417.375Q242.78749 417.375 242.56874 417.625Q242.36562 417.85938 242.36562 418.28125L242.36562 418.64062ZM239.89687 419.46875L239.38124 419.14062L242.84999 413.57812L243.36562 413.90625L239.89687 419.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M448.27396 473.4375L448.64896 469.89062L452.28958 469.89062L452.28958 470.71875L449.41458 470.71875L449.19583 472.65625Q449.71146 472.35938 450.38333 472.35938Q451.35208 472.35938 451.91458 473.0Q452.4927 473.64062 452.4927 474.73438Q452.4927 475.82812 451.89896 476.46875Q451.3052 477.09375 450.2427 477.09375Q449.3052 477.09375 448.69583 476.57812Q448.10208 476.04688 448.02396 475.125L448.88333 475.125Q448.96146 475.73438 449.3052 476.04688Q449.66458 476.35938 450.2427 476.35938Q450.8677 476.35938 451.22708 475.9375Q451.58646 475.5 451.58646 474.75Q451.58646 474.03125 451.19583 473.60938Q450.82083 473.17188 450.16458 473.17188Q449.58646 473.17188 449.2427 473.42188L449.00833 473.625L448.27396 473.4375ZM456.83646 477.0L455.9302 477.0L455.9302 470.98438L454.10208 471.64062L454.10208 470.82812L456.69583 469.85938L456.83646 469.85938L456.83646 477.0ZM459.78958 471.25Q459.78958 470.625 460.19583 470.20312Q460.60208 469.78125 461.2427 469.78125Q461.89896 469.78125 462.28958 470.20312Q462.69583 470.625 462.69583 471.28125L462.69583 471.64062Q462.69583 472.28125 462.28958 472.6875Q461.88333 473.09375 461.25833 473.09375Q460.6177 473.09375 460.19583 472.6875Q459.78958 472.28125 459.78958 471.59375L459.78958 471.25ZM460.46146 471.64062Q460.46146 472.01562 460.66458 472.26562Q460.88333 472.5 461.25833 472.5Q461.60208 472.5 461.8052 472.26562Q462.02396 472.03125 462.02396 471.60938L462.02396 471.25Q462.02396 470.875 461.8052 470.625Q461.60208 470.375 461.2427 470.375Q460.88333 470.375 460.66458 470.625Q460.46146 470.875 460.46146 471.28125L460.46146 471.64062ZM463.2427 475.25Q463.2427 474.60938 463.64896 474.20312Q464.07083 473.79688 464.69583 473.79688Q465.33646 473.79688 465.7427 474.20312Q466.16458 474.60938 466.16458 475.29688L466.16458 475.64062Q466.16458 476.28125 465.75833 476.70312Q465.35208 477.10938 464.71146 477.10938Q464.08646 477.10938 463.66458 476.70312Q463.2427 476.28125 463.2427 475.60938L463.2427 475.25ZM463.9302 475.64062Q463.9302 476.01562 464.13333 476.26562Q464.35208 476.51562 464.71146 476.51562Q465.07083 476.51562 465.27396 476.28125Q465.4927 476.03125 465.4927 475.625L465.4927 475.25Q465.4927 474.875 465.27396 474.625Q465.0552 474.375 464.71146 474.375Q464.35208 474.375 464.13333 474.625Q463.9302 474.85938 463.9302 475.28125L463.9302 475.64062ZM461.46146 476.46875L460.94583 476.14062L464.41458 470.57812L464.9302 470.90625L461.46146 476.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M448.27396 473.4375L448.64896 469.89062L452.28958 469.89062L452.28958 470.71875L449.41458 470.71875L449.19583 472.65625Q449.71146 472.35938 450.38333 472.35938Q451.35208 472.35938 451.91458 473.0Q452.4927 473.64062 452.4927 474.73438Q452.4927 475.82812 451.89896 476.46875Q451.3052 477.09375 450.2427 477.09375Q449.3052 477.09375 448.69583 476.57812Q448.10208 476.04688 448.02396 475.125L448.88333 475.125Q448.96146 475.73438 449.3052 476.04688Q449.66458 476.35938 450.2427 476.35938Q450.8677 476.35938 451.22708 475.9375Q451.58646 475.5 451.58646 474.75Q451.58646 474.03125 451.19583 473.60938Q450.82083 473.17188 450.16458 473.17188Q449.58646 473.17188 449.2427 473.42188L449.00833 473.625L448.27396 473.4375ZM456.83646 477.0L455.9302 477.0L455.9302 470.98438L454.10208 471.64062L454.10208 470.82812L456.69583 469.85938L456.83646 469.85938L456.83646 477.0ZM459.78958 471.25Q459.78958 470.625 460.19583 470.20312Q460.60208 469.78125 461.2427 469.78125Q461.89896 469.78125 462.28958 470.20312Q462.69583 470.625 462.69583 471.28125L462.69583 471.64062Q462.69583 472.28125 462.28958 472.6875Q461.88333 473.09375 461.25833 473.09375Q460.6177 473.09375 460.19583 472.6875Q459.78958 472.28125 459.78958 471.59375L459.78958 471.25ZM460.46146 471.64062Q460.46146 472.01562 460.66458 472.26562Q460.88333 472.5 461.25833 472.5Q461.60208 472.5 461.8052 472.26562Q462.02396 472.03125 462.02396 471.60938L462.02396 471.25Q462.02396 470.875 461.8052 470.625Q461.60208 470.375 461.2427 470.375Q460.88333 470.375 460.66458 470.625Q460.46146 470.875 460.46146 471.28125L460.46146 471.64062ZM463.2427 475.25Q463.2427 474.60938 463.64896 474.20312Q464.07083 473.79688 464.69583 473.79688Q465.33646 473.79688 465.7427 474.20312Q466.16458 474.60938 466.16458 475.29688L466.16458 475.64062Q466.16458 476.28125 465.75833 476.70312Q465.35208 477.10938 464.71146 477.10938Q464.08646 477.10938 463.66458 476.70312Q463.2427 476.28125 463.2427 475.60938L463.2427 475.25ZM463.9302 475.64062Q463.9302 476.01562 464.13333 476.26562Q464.35208 476.51562 464.71146 476.51562Q465.07083 476.51562 465.27396 476.28125Q465.4927 476.03125 465.4927 475.625L465.4927 475.25Q465.4927 474.875 465.27396 474.625Q465.0552 474.375 464.71146 474.375Q464.35208 474.375 464.13333 474.625Q463.9302 474.85938 463.9302 475.28125L463.9302 475.64062ZM461.46146 476.46875L460.94583 476.14062L464.41458 470.57812L464.9302 470.90625L461.46146 476.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M374.1045 88.0L374.77637 88.0Q375.417 88.0 375.77637 87.671875Q376.15137 87.34375 376.15137 86.78125Q376.15137 85.53125 374.90137 85.53125Q374.32324 85.53125 373.96387 85.875Q373.62012 86.203125 373.62012 86.75L372.71387 86.75Q372.71387 85.90625 373.33887 85.359375Q373.96387 84.796875 374.90137 84.796875Q375.917 84.796875 376.4795 85.328125Q377.05762 85.859375 377.05762 86.796875Q377.05762 87.265625 376.76074 87.703125Q376.46387 88.140625 375.93262 88.359375Q376.52637 88.53125 376.83887 88.96875Q377.167 89.390625 377.167 90.015625Q377.167 90.96875 376.542 91.53125Q375.917 92.09375 374.917 92.09375Q373.917 92.09375 373.27637 91.5625Q372.65137 91.015625 372.65137 90.125L373.57324 90.125Q373.57324 90.6875 373.93262 91.03125Q374.292 91.359375 374.917 91.359375Q375.57324 91.359375 375.917 91.015625Q376.26074 90.671875 376.26074 90.03125Q376.26074 89.421875 375.87012 89.09375Q375.49512 88.75 374.77637 88.75L374.1045 88.75L374.1045 88.0ZM382.6045 89.609375L383.58887 89.609375L383.58887 90.34375L382.6045 90.34375L382.6045 92.0L381.69824 92.0L381.69824 90.34375L378.46387 90.34375L378.46387 89.8125L381.63574 84.890625L382.6045 84.890625L382.6045 89.609375ZM379.4795 89.609375L381.69824 89.609375L381.69824 86.125L381.58887 86.328125L379.4795 89.609375ZM384.71387 86.25Q384.71387 85.625 385.12012 85.203125Q385.52637 84.78125 386.167 84.78125Q386.82324 84.78125 387.21387 85.203125Q387.62012 85.625 387.62012 86.28125L387.62012 86.640625Q387.62012 87.28125 387.21387 87.6875Q386.80762 88.09375 386.18262 88.09375Q385.542 88.09375 385.12012 87.6875Q384.71387 87.28125 384.71387 86.59375L384.71387 86.25ZM385.38574 86.640625Q385.38574 87.015625 385.58887 87.265625Q385.80762 87.5 386.18262 87.5Q386.52637 87.5 386.7295 87.265625Q386.94824 87.03125 386.94824 86.609375L386.94824 86.25Q386.94824 85.875 386.7295 85.625Q386.52637 85.375 386.167 85.375Q385.80762 85.375 385.58887 85.625Q385.38574 85.875 385.38574 86.28125L385.38574 86.640625ZM388.167 90.25Q388.167 89.609375 388.57324 89.203125Q388.99512 88.796875 389.62012 88.796875Q390.26074 88.796875 390.667 89.203125Q391.08887 89.609375 391.08887 90.296875L391.08887 90.640625Q391.08887 91.28125 390.68262 91.703125Q390.27637 92.109375 389.63574 92.109375Q389.01074 92.109375 388.58887 91.703125Q388.167 91.28125 388.167 90.609375L388.167 90.25ZM388.8545 90.640625Q388.8545 91.015625 389.05762 91.265625Q389.27637 91.515625 389.63574 91.515625Q389.99512 91.515625 390.19824 91.28125Q390.417 91.03125 390.417 90.625L390.417 90.25Q390.417 89.875 390.19824 89.625Q389.9795 89.375 389.63574 89.375Q389.27637 89.375 389.05762 89.625Q388.8545 89.859375 388.8545 90.28125L388.8545 90.640625ZM386.38574 91.46875L385.87012 91.140625L389.33887 85.578125L389.8545 85.90625L386.38574 91.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M374.1045 88.0L374.77637 88.0Q375.417 88.0 375.77637 87.671875Q376.15137 87.34375 376.15137 86.78125Q376.15137 85.53125 374.90137 85.53125Q374.32324 85.53125 373.96387 85.875Q373.62012 86.203125 373.62012 86.75L372.71387 86.75Q372.71387 85.90625 373.33887 85.359375Q373.96387 84.796875 374.90137 84.796875Q375.917 84.796875 376.4795 85.328125Q377.05762 85.859375 377.05762 86.796875Q377.05762 87.265625 376.76074 87.703125Q376.46387 88.140625 375.93262 88.359375Q376.52637 88.53125 376.83887 88.96875Q377.167 89.390625 377.167 90.015625Q377.167 90.96875 376.542 91.53125Q375.917 92.09375 374.917 92.09375Q373.917 92.09375 373.27637 91.5625Q372.65137 91.015625 372.65137 90.125L373.57324 90.125Q373.57324 90.6875 373.93262 91.03125Q374.292 91.359375 374.917 91.359375Q375.57324 91.359375 375.917 91.015625Q376.26074 90.671875 376.26074 90.03125Q376.26074 89.421875 375.87012 89.09375Q375.49512 88.75 374.77637 88.75L374.1045 88.75L374.1045 88.0ZM382.6045 89.609375L383.58887 89.609375L383.58887 90.34375L382.6045 90.34375L382.6045 92.0L381.69824 92.0L381.69824 90.34375L378.46387 90.34375L378.46387 89.8125L381.63574 84.890625L382.6045 84.890625L382.6045 89.609375ZM379.4795 89.609375L381.69824 89.609375L381.69824 86.125L381.58887 86.328125L379.4795 89.609375ZM384.71387 86.25Q384.71387 85.625 385.12012 85.203125Q385.52637 84.78125 386.167 84.78125Q386.82324 84.78125 387.21387 85.203125Q387.62012 85.625 387.62012 86.28125L387.62012 86.640625Q387.62012 87.28125 387.21387 87.6875Q386.80762 88.09375 386.18262 88.09375Q385.542 88.09375 385.12012 87.6875Q384.71387 87.28125 384.71387 86.59375L384.71387 86.25ZM385.38574 86.640625Q385.38574 87.015625 385.58887 87.265625Q385.80762 87.5 386.18262 87.5Q386.52637 87.5 386.7295 87.265625Q386.94824 87.03125 386.94824 86.609375L386.94824 86.25Q386.94824 85.875 386.7295 85.625Q386.52637 85.375 386.167 85.375Q385.80762 85.375 385.58887 85.625Q385.38574 85.875 385.38574 86.28125L385.38574 86.640625ZM388.167 90.25Q388.167 89.609375 388.57324 89.203125Q388.99512 88.796875 389.62012 88.796875Q390.26074 88.796875 390.667 89.203125Q391.08887 89.609375 391.08887 90.296875L391.08887 90.640625Q391.08887 91.28125 390.68262 91.703125Q390.27637 92.109375 389.63574 92.109375Q389.01074 92.109375 388.58887 91.703125Q388.167 91.28125 388.167 90.609375L388.167 90.25ZM388.8545 90.640625Q388.8545 91.015625 389.05762 91.265625Q389.27637 91.515625 389.63574 91.515625Q389.99512 91.515625 390.19824 91.28125Q390.417 91.03125 390.417 90.625L390.417 90.25Q390.417 89.875 390.19824 89.625Q389.9795 89.375 389.63574 89.375Q389.27637 89.375 389.05762 89.625Q388.8545 89.859375 388.8545 90.28125L388.8545 90.640625ZM386.38574 91.46875L385.87012 91.140625L389.33887 85.578125L389.8545 85.90625L386.38574 91.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.53754 149.0L309.8813 149.0L309.8813 148.34375L312.3344 145.60938Q312.8813 145.0 313.0844 144.60938Q313.30316 144.21875 313.30316 143.79688Q313.30316 143.25 312.9594 142.89062Q312.6313 142.53125 312.0688 142.53125Q311.3969 142.53125 311.0219 142.92188Q310.6469 143.29688 310.6469 143.98438L309.74066 143.98438Q309.74066 143.0 310.36566 142.40625Q311.0063 141.79688 312.0688 141.79688Q313.05316 141.79688 313.6313 142.3125Q314.2094 142.82812 314.2094 143.70312Q314.2094 144.75 312.86566 146.20312L310.97504 148.26562L314.53754 148.26562L314.53754 149.0ZM320.3344 145.96875Q320.3344 147.54688 319.78754 148.32812Q319.2563 149.09375 318.10004 149.09375Q316.9594 149.09375 316.41254 148.34375Q315.86566 147.59375 315.85004 146.09375L315.85004 144.89062Q315.85004 143.3125 316.3813 142.5625Q316.92816 141.79688 318.0844 141.79688Q319.24066 141.79688 319.7719 142.53125Q320.3188 143.26562 320.3344 144.79688L320.3344 145.96875ZM319.42816 144.73438Q319.42816 143.57812 319.10004 143.0625Q318.78754 142.53125 318.0844 142.53125Q317.3969 142.53125 317.0688 143.0625Q316.7563 143.57812 316.7563 144.65625L316.7563 146.10938Q316.7563 147.26562 317.0844 147.8125Q317.42816 148.35938 318.10004 148.35938Q318.7719 148.35938 319.0844 147.84375Q319.41254 147.32812 319.42816 146.21875L319.42816 144.73438ZM321.80316 143.25Q321.80316 142.625 322.2094 142.20312Q322.61566 141.78125 323.2563 141.78125Q323.91254 141.78125 324.30316 142.20312Q324.7094 142.625 324.7094 143.28125L324.7094 143.64062Q324.7094 144.28125 324.30316 144.6875Q323.8969 145.09375 323.2719 145.09375Q322.6313 145.09375 322.2094 144.6875Q321.80316 144.28125 321.80316 143.59375L321.80316 143.25ZM322.47504 143.64062Q322.47504 144.01562 322.67816 144.26562Q322.8969 144.5 323.2719 144.5Q323.61566 144.5 323.8188 144.26562Q324.03754 144.03125 324.03754 143.60938L324.03754 143.25Q324.03754 142.875 323.8188 142.625Q323.61566 142.375 323.2563 142.375Q322.8969 142.375 322.67816 142.625Q322.47504 142.875 322.47504 143.28125L322.47504 143.64062ZM325.2563 147.25Q325.2563 146.60938 325.66254 146.20312Q326.0844 145.79688 326.7094 145.79688Q327.35004 145.79688 327.7563 146.20312Q328.17816 146.60938 328.17816 147.29688L328.17816 147.64062Q328.17816 148.28125 327.7719 148.70312Q327.36566 149.10938 326.72504 149.10938Q326.10004 149.10938 325.67816 148.70312Q325.2563 148.28125 325.2563 147.60938L325.2563 147.25ZM325.9438 147.64062Q325.9438 148.01562 326.1469 148.26562Q326.36566 148.51562 326.72504 148.51562Q327.0844 148.51562 327.28754 148.28125Q327.5063 148.03125 327.5063 147.625L327.5063 147.25Q327.5063 146.875 327.28754 146.625Q327.0688 146.375 326.72504 146.375Q326.36566 146.375 326.1469 146.625Q325.9438 146.85938 325.9438 147.28125L325.9438 147.64062ZM323.47504 148.46875L322.9594 148.14062L326.42816 142.57812L326.9438 142.90625L323.47504 148.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M314.53754 149.0L309.8813 149.0L309.8813 148.34375L312.3344 145.60938Q312.8813 145.0 313.0844 144.60938Q313.30316 144.21875 313.30316 143.79688Q313.30316 143.25 312.9594 142.89062Q312.6313 142.53125 312.0688 142.53125Q311.3969 142.53125 311.0219 142.92188Q310.6469 143.29688 310.6469 143.98438L309.74066 143.98438Q309.74066 143.0 310.36566 142.40625Q311.0063 141.79688 312.0688 141.79688Q313.05316 141.79688 313.6313 142.3125Q314.2094 142.82812 314.2094 143.70312Q314.2094 144.75 312.86566 146.20312L310.97504 148.26562L314.53754 148.26562L314.53754 149.0ZM320.3344 145.96875Q320.3344 147.54688 319.78754 148.32812Q319.2563 149.09375 318.10004 149.09375Q316.9594 149.09375 316.41254 148.34375Q315.86566 147.59375 315.85004 146.09375L315.85004 144.89062Q315.85004 143.3125 316.3813 142.5625Q316.92816 141.79688 318.0844 141.79688Q319.24066 141.79688 319.7719 142.53125Q320.3188 143.26562 320.3344 144.79688L320.3344 145.96875ZM319.42816 144.73438Q319.42816 143.57812 319.10004 143.0625Q318.78754 142.53125 318.0844 142.53125Q317.3969 142.53125 317.0688 143.0625Q316.7563 143.57812 316.7563 144.65625L316.7563 146.10938Q316.7563 147.26562 317.0844 147.8125Q317.42816 148.35938 318.10004 148.35938Q318.7719 148.35938 319.0844 147.84375Q319.41254 147.32812 319.42816 146.21875L319.42816 144.73438ZM321.80316 143.25Q321.80316 142.625 322.2094 142.20312Q322.61566 141.78125 323.2563 141.78125Q323.91254 141.78125 324.30316 142.20312Q324.7094 142.625 324.7094 143.28125L324.7094 143.64062Q324.7094 144.28125 324.30316 144.6875Q323.8969 145.09375 323.2719 145.09375Q322.6313 145.09375 322.2094 144.6875Q321.80316 144.28125 321.80316 143.59375L321.80316 143.25ZM322.47504 143.64062Q322.47504 144.01562 322.67816 144.26562Q322.8969 144.5 323.2719 144.5Q323.61566 144.5 323.8188 144.26562Q324.03754 144.03125 324.03754 143.60938L324.03754 143.25Q324.03754 142.875 323.8188 142.625Q323.61566 142.375 323.2563 142.375Q322.8969 142.375 322.67816 142.625Q322.47504 142.875 322.47504 143.28125L322.47504 143.64062ZM325.2563 147.25Q325.2563 146.60938 325.66254 146.20312Q326.0844 145.79688 326.7094 145.79688Q327.35004 145.79688 327.7563 146.20312Q328.17816 146.60938 328.17816 147.29688L328.17816 147.64062Q328.17816 148.28125 327.7719 148.70312Q327.36566 149.10938 326.72504 149.10938Q326.10004 149.10938 325.67816 148.70312Q325.2563 148.28125 325.2563 147.60938L325.2563 147.25ZM325.9438 147.64062Q325.9438 148.01562 326.1469 148.26562Q326.36566 148.51562 326.72504 148.51562Q327.0844 148.51562 327.28754 148.28125Q327.5063 148.03125 327.5063 147.625L327.5063 147.25Q327.5063 146.875 327.28754 146.625Q327.0688 146.375 326.72504 146.375Q326.36566 146.375 326.1469 146.625Q325.9438 146.85938 325.9438 147.28125L325.9438 147.64062ZM323.47504 148.46875L322.9594 148.14062L326.42816 142.57812L326.9438 142.90625L323.47504 148.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M271.50336 205.0L270.5971 205.0L270.5971 198.98438L268.76898 199.64062L268.76898 198.82812L271.36273 197.85938L271.50336 197.85938L271.50336 205.0ZM277.50336 205.0L276.5971 205.0L276.5971 198.98438L274.76898 199.64062L274.76898 198.82812L277.36273 197.85938L277.50336 197.85938L277.50336 205.0ZM280.45648 199.25Q280.45648 198.625 280.86273 198.20312Q281.26898 197.78125 281.9096 197.78125Q282.56586 197.78125 282.95648 198.20312Q283.36273 198.625 283.36273 199.28125L283.36273 199.64062Q283.36273 200.28125 282.95648 200.6875Q282.55023 201.09375 281.92523 201.09375Q281.2846 201.09375 280.86273 200.6875Q280.45648 200.28125 280.45648 199.59375L280.45648 199.25ZM281.12836 199.64062Q281.12836 200.01562 281.33148 200.26562Q281.55023 200.5 281.92523 200.5Q282.26898 200.5 282.4721 200.26562Q282.69086 200.03125 282.69086 199.60938L282.69086 199.25Q282.69086 198.875 282.4721 198.625Q282.26898 198.375 281.9096 198.375Q281.55023 198.375 281.33148 198.625Q281.12836 198.875 281.12836 199.28125L281.12836 199.64062ZM283.9096 203.25Q283.9096 202.60938 284.31586 202.20312Q284.73773 201.79688 285.36273 201.79688Q286.00336 201.79688 286.4096 202.20312Q286.83148 202.60938 286.83148 203.29688L286.83148 203.64062Q286.83148 204.28125 286.42523 204.70312Q286.01898 205.10938 285.37836 205.10938Q284.75336 205.10938 284.33148 204.70312Q283.9096 204.28125 283.9096 203.60938L283.9096 203.25ZM284.5971 203.64062Q284.5971 204.01562 284.80023 204.26562Q285.01898 204.51562 285.37836 204.51562Q285.73773 204.51562 285.94086 204.28125Q286.1596 204.03125 286.1596 203.625L286.1596 203.25Q286.1596 202.875 285.94086 202.625Q285.7221 202.375 285.37836 202.375Q285.01898 202.375 284.80023 202.625Q284.5971 202.85938 284.5971 203.28125L284.5971 203.64062ZM282.12836 204.46875L281.61273 204.14062L285.08148 198.57812L285.5971 198.90625L282.12836 204.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M271.50336 205.0L270.5971 205.0L270.5971 198.98438L268.76898 199.64062L268.76898 198.82812L271.36273 197.85938L271.50336 197.85938L271.50336 205.0ZM277.50336 205.0L276.5971 205.0L276.5971 198.98438L274.76898 199.64062L274.76898 198.82812L277.36273 197.85938L277.50336 197.85938L277.50336 205.0ZM280.45648 199.25Q280.45648 198.625 280.86273 198.20312Q281.26898 197.78125 281.9096 197.78125Q282.56586 197.78125 282.95648 198.20312Q283.36273 198.625 283.36273 199.28125L283.36273 199.64062Q283.36273 200.28125 282.95648 200.6875Q282.55023 201.09375 281.92523 201.09375Q281.2846 201.09375 280.86273 200.6875Q280.45648 200.28125 280.45648 199.59375L280.45648 199.25ZM281.12836 199.64062Q281.12836 200.01562 281.33148 200.26562Q281.55023 200.5 281.92523 200.5Q282.26898 200.5 282.4721 200.26562Q282.69086 200.03125 282.69086 199.60938L282.69086 199.25Q282.69086 198.875 282.4721 198.625Q282.26898 198.375 281.9096 198.375Q281.55023 198.375 281.33148 198.625Q281.12836 198.875 281.12836 199.28125L281.12836 199.64062ZM283.9096 203.25Q283.9096 202.60938 284.31586 202.20312Q284.73773 201.79688 285.36273 201.79688Q286.00336 201.79688 286.4096 202.20312Q286.83148 202.60938 286.83148 203.29688L286.83148 203.64062Q286.83148 204.28125 286.42523 204.70312Q286.01898 205.10938 285.37836 205.10938Q284.75336 205.10938 284.33148 204.70312Q283.9096 204.28125 283.9096 203.60938L283.9096 203.25ZM284.5971 203.64062Q284.5971 204.01562 284.80023 204.26562Q285.01898 204.51562 285.37836 204.51562Q285.73773 204.51562 285.94086 204.28125Q286.1596 204.03125 286.1596 203.625L286.1596 203.25Q286.1596 202.875 285.94086 202.625Q285.7221 202.375 285.37836 202.375Q285.01898 202.375 284.80023 202.625Q284.5971 202.85938 284.5971 203.28125L284.5971 203.64062ZM282.12836 204.46875L281.61273 204.14062L285.08148 198.57812L285.5971 198.90625L282.12836 204.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M242.87651 257.4375L243.25151 253.89062L246.89214 253.89062L246.89214 254.71875L244.01714 254.71875L243.79839 256.65625Q244.31401 256.35938 244.98589 256.35938Q245.95464 256.35938 246.51714 257.0Q247.09526 257.64062 247.09526 258.73438Q247.09526 259.82812 246.50151 260.46875Q245.90776 261.09375 244.84526 261.09375Q243.90776 261.09375 243.29839 260.57812Q242.70464 260.04688 242.62651 259.125L243.48589 259.125Q243.56401 259.73438 243.90776 260.04688Q244.26714 260.35938 244.84526 260.35938Q245.47026 260.35938 245.82964 259.9375Q246.18901 259.5 246.18901 258.75Q246.18901 258.03125 245.79839 257.60938Q245.42339 257.17188 244.76714 257.17188Q244.18901 257.17188 243.84526 257.42188L243.61089 257.625L242.87651 257.4375ZM248.39214 255.25Q248.39214 254.625 248.79839 254.20312Q249.20464 253.78125 249.84526 253.78125Q250.50151 253.78125 250.89214 254.20312Q251.29839 254.625 251.29839 255.28125L251.29839 255.64062Q251.29839 256.28125 250.89214 256.6875Q250.48589 257.09375 249.86089 257.09375Q249.22026 257.09375 248.79839 256.6875Q248.39214 256.28125 248.39214 255.59375L248.39214 255.25ZM249.06401 255.64062Q249.06401 256.01562 249.26714 256.26562Q249.48589 256.5 249.86089 256.5Q250.20464 256.5 250.40776 256.26562Q250.62651 256.03125 250.62651 255.60938L250.62651 255.25Q250.62651 254.875 250.40776 254.625Q250.20464 254.375 249.84526 254.375Q249.48589 254.375 249.26714 254.625Q249.06401 254.875 249.06401 255.28125L249.06401 255.64062ZM251.84526 259.25Q251.84526 258.60938 252.25151 258.20312Q252.67339 257.79688 253.29839 257.79688Q253.93901 257.79688 254.34526 258.20312Q254.76714 258.60938 254.76714 259.29688L254.76714 259.64062Q254.76714 260.28125 254.36089 260.70312Q253.95464 261.10938 253.31401 261.10938Q252.68901 261.10938 252.26714 260.70312Q251.84526 260.28125 251.84526 259.60938L251.84526 259.25ZM252.53276 259.64062Q252.53276 260.01562 252.73589 260.26562Q252.95464 260.51562 253.31401 260.51562Q253.67339 260.51562 253.87651 260.28125Q254.09526 260.03125 254.09526 259.625L254.09526 259.25Q254.09526 258.875 253.87651 258.625Q253.65776 258.375 253.31401 258.375Q252.95464 258.375 252.73589 258.625Q252.53276 258.85938 252.53276 259.28125L252.53276 259.64062ZM250.06401 260.46875L249.54839 260.14062L253.01714 254.57812L253.53276 254.90625L250.06401 260.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M242.87651 257.4375L243.25151 253.89062L246.89214 253.89062L246.89214 254.71875L244.01714 254.71875L243.79839 256.65625Q244.31401 256.35938 244.98589 256.35938Q245.95464 256.35938 246.51714 257.0Q247.09526 257.64062 247.09526 258.73438Q247.09526 259.82812 246.50151 260.46875Q245.90776 261.09375 244.84526 261.09375Q243.90776 261.09375 243.29839 260.57812Q242.70464 260.04688 242.62651 259.125L243.48589 259.125Q243.56401 259.73438 243.90776 260.04688Q244.26714 260.35938 244.84526 260.35938Q245.47026 260.35938 245.82964 259.9375Q246.18901 259.5 246.18901 258.75Q246.18901 258.03125 245.79839 257.60938Q245.42339 257.17188 244.76714 257.17188Q244.18901 257.17188 243.84526 257.42188L243.61089 257.625L242.87651 257.4375ZM248.39214 255.25Q248.39214 254.625 248.79839 254.20312Q249.20464 253.78125 249.84526 253.78125Q250.50151 253.78125 250.89214 254.20312Q251.29839 254.625 251.29839 255.28125L251.29839 255.64062Q251.29839 256.28125 250.89214 256.6875Q250.48589 257.09375 249.86089 257.09375Q249.22026 257.09375 248.79839 256.6875Q248.39214 256.28125 248.39214 255.59375L248.39214 255.25ZM249.06401 255.64062Q249.06401 256.01562 249.26714 256.26562Q249.48589 256.5 249.86089 256.5Q250.20464 256.5 250.40776 256.26562Q250.62651 256.03125 250.62651 255.60938L250.62651 255.25Q250.62651 254.875 250.40776 254.625Q250.20464 254.375 249.84526 254.375Q249.48589 254.375 249.26714 254.625Q249.06401 254.875 249.06401 255.28125L249.06401 255.64062ZM251.84526 259.25Q251.84526 258.60938 252.25151 258.20312Q252.67339 257.79688 253.29839 257.79688Q253.93901 257.79688 254.34526 258.20312Q254.76714 258.60938 254.76714 259.29688L254.76714 259.64062Q254.76714 260.28125 254.36089 260.70312Q253.95464 261.10938 253.31401 261.10938Q252.68901 261.10938 252.26714 260.70312Q251.84526 260.28125 251.84526 259.60938L251.84526 259.25ZM252.53276 259.64062Q252.53276 260.01562 252.73589 260.26562Q252.95464 260.51562 253.31401 260.51562Q253.67339 260.51562 253.87651 260.28125Q254.09526 260.03125 254.09526 259.625L254.09526 259.25Q254.09526 258.875 253.87651 258.625Q253.65776 258.375 253.31401 258.375Q252.95464 258.375 252.73589 258.625Q252.53276 258.85938 252.53276 259.28125L252.53276 259.64062ZM250.06401 260.46875L249.54839 260.14062L253.01714 254.57812L253.53276 254.90625L250.06401 260.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M230.15668 317.0L229.25043 317.0L229.25043 310.98438L227.4223 311.64062L227.4223 310.82812L230.01605 309.85938L230.15668 309.85938L230.15668 317.0ZM233.1098 311.25Q233.1098 310.625 233.51605 310.20312Q233.9223 309.78125 234.56293 309.78125Q235.21918 309.78125 235.6098 310.20312Q236.01605 310.625 236.01605 311.28125L236.01605 311.64062Q236.01605 312.28125 235.6098 312.6875Q235.20355 313.09375 234.57855 313.09375Q233.93793 313.09375 233.51605 312.6875Q233.1098 312.28125 233.1098 311.59375L233.1098 311.25ZM233.78168 311.64062Q233.78168 312.01562 233.9848 312.26562Q234.20355 312.5 234.57855 312.5Q234.9223 312.5 235.12543 312.26562Q235.34418 312.03125 235.34418 311.60938L235.34418 311.25Q235.34418 310.875 235.12543 310.625Q234.9223 310.375 234.56293 310.375Q234.20355 310.375 233.9848 310.625Q233.78168 310.875 233.78168 311.28125L233.78168 311.64062ZM236.56293 315.25Q236.56293 314.60938 236.96918 314.20312Q237.39105 313.79688 238.01605 313.79688Q238.65668 313.79688 239.06293 314.20312Q239.4848 314.60938 239.4848 315.29688L239.4848 315.64062Q239.4848 316.28125 239.07855 316.70312Q238.6723 317.10938 238.03168 317.10938Q237.40668 317.10938 236.9848 316.70312Q236.56293 316.28125 236.56293 315.60938L236.56293 315.25ZM237.25043 315.64062Q237.25043 316.01562 237.45355 316.26562Q237.6723 316.51562 238.03168 316.51562Q238.39105 316.51562 238.59418 316.28125Q238.81293 316.03125 238.81293 315.625L238.81293 315.25Q238.81293 314.875 238.59418 314.625Q238.37543 314.375 238.03168 314.375Q237.6723 314.375 237.45355 314.625Q237.25043 314.85938 237.25043 315.28125L237.25043 315.64062ZM234.78168 316.46875L234.26605 316.14062L237.7348 310.57812L238.25043 310.90625L234.78168 316.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M230.15668 317.0L229.25043 317.0L229.25043 310.98438L227.4223 311.64062L227.4223 310.82812L230.01605 309.85938L230.15668 309.85938L230.15668 317.0ZM233.1098 311.25Q233.1098 310.625 233.51605 310.20312Q233.9223 309.78125 234.56293 309.78125Q235.21918 309.78125 235.6098 310.20312Q236.01605 310.625 236.01605 311.28125L236.01605 311.64062Q236.01605 312.28125 235.6098 312.6875Q235.20355 313.09375 234.57855 313.09375Q233.93793 313.09375 233.51605 312.6875Q233.1098 312.28125 233.1098 311.59375L233.1098 311.25ZM233.78168 311.64062Q233.78168 312.01562 233.9848 312.26562Q234.20355 312.5 234.57855 312.5Q234.9223 312.5 235.12543 312.26562Q235.34418 312.03125 235.34418 311.60938L235.34418 311.25Q235.34418 310.875 235.12543 310.625Q234.9223 310.375 234.56293 310.375Q234.20355 310.375 233.9848 310.625Q233.78168 310.875 233.78168 311.28125L233.78168 311.64062ZM236.56293 315.25Q236.56293 314.60938 236.96918 314.20312Q237.39105 313.79688 238.01605 313.79688Q238.65668 313.79688 239.06293 314.20312Q239.4848 314.60938 239.4848 315.29688L239.4848 315.64062Q239.4848 316.28125 239.07855 316.70312Q238.6723 317.10938 238.03168 317.10938Q237.40668 317.10938 236.9848 316.70312Q236.56293 316.28125 236.56293 315.60938L236.56293 315.25ZM237.25043 315.64062Q237.25043 316.01562 237.45355 316.26562Q237.6723 316.51562 238.03168 316.51562Q238.39105 316.51562 238.59418 316.28125Q238.81293 316.03125 238.81293 315.625L238.81293 315.25Q238.81293 314.875 238.59418 314.625Q238.37543 314.375 238.03168 314.375Q237.6723 314.375 237.45355 314.625Q237.25043 314.85938 237.25043 315.28125L237.25043 315.64062ZM234.78168 316.46875L234.26605 316.14062L237.7348 310.57812L238.25043 310.90625L234.78168 316.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M230.06293 373.0L229.15668 373.0L229.15668 366.98438L227.32855 367.64062L227.32855 366.82812L229.9223 365.85938L230.06293 365.85938L230.06293 373.0ZM233.01605 367.25Q233.01605 366.625 233.4223 366.20312Q233.82855 365.78125 234.46918 365.78125Q235.12543 365.78125 235.51605 366.20312Q235.9223 366.625 235.9223 367.28125L235.9223 367.64062Q235.9223 368.28125 235.51605 368.6875Q235.1098 369.09375 234.4848 369.09375Q233.84418 369.09375 233.4223 368.6875Q233.01605 368.28125 233.01605 367.59375L233.01605 367.25ZM233.68793 367.64062Q233.68793 368.01562 233.89105 368.26562Q234.1098 368.5 234.4848 368.5Q234.82855 368.5 235.03168 368.26562Q235.25043 368.03125 235.25043 367.60938L235.25043 367.25Q235.25043 366.875 235.03168 366.625Q234.82855 366.375 234.46918 366.375Q234.1098 366.375 233.89105 366.625Q233.68793 366.875 233.68793 367.28125L233.68793 367.64062ZM236.46918 371.25Q236.46918 370.60938 236.87543 370.20312Q237.2973 369.79688 237.9223 369.79688Q238.56293 369.79688 238.96918 370.20312Q239.39105 370.60938 239.39105 371.29688L239.39105 371.64062Q239.39105 372.28125 238.9848 372.70312Q238.57855 373.10938 237.93793 373.10938Q237.31293 373.10938 236.89105 372.70312Q236.46918 372.28125 236.46918 371.60938L236.46918 371.25ZM237.15668 371.64062Q237.15668 372.01562 237.3598 372.26562Q237.57855 372.51562 237.93793 372.51562Q238.2973 372.51562 238.50043 372.28125Q238.71918 372.03125 238.71918 371.625L238.71918 371.25Q238.71918 370.875 238.50043 370.625Q238.28168 370.375 237.93793 370.375Q237.57855 370.375 237.3598 370.625Q237.15668 370.85938 237.15668 371.28125L237.15668 371.64062ZM234.68793 372.46875L234.1723 372.14062L237.64105 366.57812L238.15668 366.90625L234.68793 372.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M230.06293 373.0L229.15668 373.0L229.15668 366.98438L227.32855 367.64062L227.32855 366.82812L229.9223 365.85938L230.06293 365.85938L230.06293 373.0ZM233.01605 367.25Q233.01605 366.625 233.4223 366.20312Q233.82855 365.78125 234.46918 365.78125Q235.12543 365.78125 235.51605 366.20312Q235.9223 366.625 235.9223 367.28125L235.9223 367.64062Q235.9223 368.28125 235.51605 368.6875Q235.1098 369.09375 234.4848 369.09375Q233.84418 369.09375 233.4223 368.6875Q233.01605 368.28125 233.01605 367.59375L233.01605 367.25ZM233.68793 367.64062Q233.68793 368.01562 233.89105 368.26562Q234.1098 368.5 234.4848 368.5Q234.82855 368.5 235.03168 368.26562Q235.25043 368.03125 235.25043 367.60938L235.25043 367.25Q235.25043 366.875 235.03168 366.625Q234.82855 366.375 234.46918 366.375Q234.1098 366.375 233.89105 366.625Q233.68793 366.875 233.68793 367.28125L233.68793 367.64062ZM236.46918 371.25Q236.46918 370.60938 236.87543 370.20312Q237.2973 369.79688 237.9223 369.79688Q238.56293 369.79688 238.96918 370.20312Q239.39105 370.60938 239.39105 371.29688L239.39105 371.64062Q239.39105 372.28125 238.9848 372.70312Q238.57855 373.10938 237.93793 373.10938Q237.31293 373.10938 236.89105 372.70312Q236.46918 372.28125 236.46918 371.60938L236.46918 371.25ZM237.15668 371.64062Q237.15668 372.01562 237.3598 372.26562Q237.57855 372.51562 237.93793 372.51562Q238.2973 372.51562 238.50043 372.28125Q238.71918 372.03125 238.71918 371.625L238.71918 371.25Q238.71918 370.875 238.50043 370.625Q238.28168 370.375 237.93793 370.375Q237.57855 370.375 237.3598 370.625Q237.15668 370.85938 237.15668 371.28125L237.15668 371.64062ZM234.68793 372.46875L234.1723 372.14062L237.64105 366.57812L238.15668 366.90625L234.68793 372.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M229.50038 429.0L228.59413 429.0L228.59413 422.98438L226.766 423.64062L226.766 422.82812L229.35976 421.85938L229.50038 421.85938L229.50038 429.0ZM232.4535 423.25Q232.4535 422.625 232.85976 422.20312Q233.266 421.78125 233.90663 421.78125Q234.56288 421.78125 234.9535 422.20312Q235.35976 422.625 235.35976 423.28125L235.35976 423.64062Q235.35976 424.28125 234.9535 424.6875Q234.54726 425.09375 233.92226 425.09375Q233.28163 425.09375 232.85976 424.6875Q232.4535 424.28125 232.4535 423.59375L232.4535 423.25ZM233.12538 423.64062Q233.12538 424.01562 233.3285 424.26562Q233.54726 424.5 233.92226 424.5Q234.266 424.5 234.46913 424.26562Q234.68788 424.03125 234.68788 423.60938L234.68788 423.25Q234.68788 422.875 234.46913 422.625Q234.266 422.375 233.90663 422.375Q233.54726 422.375 233.3285 422.625Q233.12538 422.875 233.12538 423.28125L233.12538 423.64062ZM235.90663 427.25Q235.90663 426.60938 236.31288 426.20312Q236.73476 425.79688 237.35976 425.79688Q238.00038 425.79688 238.40663 426.20312Q238.8285 426.60938 238.8285 427.29688L238.8285 427.64062Q238.8285 428.28125 238.42226 428.70312Q238.016 429.10938 237.37538 429.10938Q236.75038 429.10938 236.3285 428.70312Q235.90663 428.28125 235.90663 427.60938L235.90663 427.25ZM236.59413 427.64062Q236.59413 428.01562 236.79726 428.26562Q237.016 428.51562 237.37538 428.51562Q237.73476 428.51562 237.93788 428.28125Q238.15663 428.03125 238.15663 427.625L238.15663 427.25Q238.15663 426.875 237.93788 426.625Q237.71913 426.375 237.37538 426.375Q237.016 426.375 236.79726 426.625Q236.59413 426.85938 236.59413 427.28125L236.59413 427.64062ZM234.12538 428.46875L233.60976 428.14062L237.0785 422.57812L237.59413 422.90625L234.12538 428.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M229.50038 429.0L228.59413 429.0L228.59413 422.98438L226.766 423.64062L226.766 422.82812L229.35976 421.85938L229.50038 421.85938L229.50038 429.0ZM232.4535 423.25Q232.4535 422.625 232.85976 422.20312Q233.266 421.78125 233.90663 421.78125Q234.56288 421.78125 234.9535 422.20312Q235.35976 422.625 235.35976 423.28125L235.35976 423.64062Q235.35976 424.28125 234.9535 424.6875Q234.54726 425.09375 233.92226 425.09375Q233.28163 425.09375 232.85976 424.6875Q232.4535 424.28125 232.4535 423.59375L232.4535 423.25ZM233.12538 423.64062Q233.12538 424.01562 233.3285 424.26562Q233.54726 424.5 233.92226 424.5Q234.266 424.5 234.46913 424.26562Q234.68788 424.03125 234.68788 423.60938L234.68788 423.25Q234.68788 422.875 234.46913 422.625Q234.266 422.375 233.90663 422.375Q233.54726 422.375 233.3285 422.625Q233.12538 422.875 233.12538 423.28125L233.12538 423.64062ZM235.90663 427.25Q235.90663 426.60938 236.31288 426.20312Q236.73476 425.79688 237.35976 425.79688Q238.00038 425.79688 238.40663 426.20312Q238.8285 426.60938 238.8285 427.29688L238.8285 427.64062Q238.8285 428.28125 238.42226 428.70312Q238.016 429.10938 237.37538 429.10938Q236.75038 429.10938 236.3285 428.70312Q235.90663 428.28125 235.90663 427.60938L235.90663 427.25ZM236.59413 427.64062Q236.59413 428.01562 236.79726 428.26562Q237.016 428.51562 237.37538 428.51562Q237.73476 428.51562 237.93788 428.28125Q238.15663 428.03125 238.15663 427.625L238.15663 427.25Q238.15663 426.875 237.93788 426.625Q237.71913 426.375 237.37538 426.375Q237.016 426.375 236.79726 426.625Q236.59413 426.85938 236.59413 427.28125L236.59413 427.64062ZM234.12538 428.46875L233.60976 428.14062L237.0785 422.57812L237.59413 422.90625L234.12538 428.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M455.61035 482.4375L455.98535 478.89062L459.62598 478.89062L459.62598 479.71875L456.75098 479.71875L456.53223 481.65625Q457.04785 481.35938 457.71973 481.35938Q458.68848 481.35938 459.25098 482.0Q459.8291 482.64062 459.8291 483.73438Q459.8291 484.82812 459.23535 485.46875Q458.6416 486.09375 457.5791 486.09375Q456.6416 486.09375 456.03223 485.57812Q455.43848 485.04688 455.36035 484.125L456.21973 484.125Q456.29785 484.73438 456.6416 485.04688Q457.00098 485.35938 457.5791 485.35938Q458.2041 485.35938 458.56348 484.9375Q458.92285 484.5 458.92285 483.75Q458.92285 483.03125 458.53223 482.60938Q458.15723 482.17188 457.50098 482.17188Q456.92285 482.17188 456.5791 482.42188L456.34473 482.625L455.61035 482.4375ZM465.86035 486.0L461.2041 486.0L461.2041 485.34375L463.65723 482.60938Q464.2041 482.0 464.40723 481.60938Q464.62598 481.21875 464.62598 480.79688Q464.62598 480.25 464.28223 479.89062Q463.9541 479.53125 463.3916 479.53125Q462.71973 479.53125 462.34473 479.92188Q461.96973 480.29688 461.96973 480.98438L461.06348 480.98438Q461.06348 480.0 461.68848 479.40625Q462.3291 478.79688 463.3916 478.79688Q464.37598 478.79688 464.9541 479.3125Q465.53223 479.82812 465.53223 480.70312Q465.53223 481.75 464.18848 483.20312L462.29785 485.26562L465.86035 485.26562L465.86035 486.0ZM467.12598 480.25Q467.12598 479.625 467.53223 479.20312Q467.93848 478.78125 468.5791 478.78125Q469.23535 478.78125 469.62598 479.20312Q470.03223 479.625 470.03223 480.28125L470.03223 480.64062Q470.03223 481.28125 469.62598 481.6875Q469.21973 482.09375 468.59473 482.09375Q467.9541 482.09375 467.53223 481.6875Q467.12598 481.28125 467.12598 480.59375L467.12598 480.25ZM467.79785 480.64062Q467.79785 481.01562 468.00098 481.26562Q468.21973 481.5 468.59473 481.5Q468.93848 481.5 469.1416 481.26562Q469.36035 481.03125 469.36035 480.60938L469.36035 480.25Q469.36035 479.875 469.1416 479.625Q468.93848 479.375 468.5791 479.375Q468.21973 479.375 468.00098 479.625Q467.79785 479.875 467.79785 480.28125L467.79785 480.64062ZM470.5791 484.25Q470.5791 483.60938 470.98535 483.20312Q471.40723 482.79688 472.03223 482.79688Q472.67285 482.79688 473.0791 483.20312Q473.50098 483.60938 473.50098 484.29688L473.50098 484.64062Q473.50098 485.28125 473.09473 485.70312Q472.68848 486.10938 472.04785 486.10938Q471.42285 486.10938 471.00098 485.70312Q470.5791 485.28125 470.5791 484.60938L470.5791 484.25ZM471.2666 484.64062Q471.2666 485.01562 471.46973 485.26562Q471.68848 485.51562 472.04785 485.51562Q472.40723 485.51562 472.61035 485.28125Q472.8291 485.03125 472.8291 484.625L472.8291 484.25Q472.8291 483.875 472.61035 483.625Q472.3916 483.375 472.04785 483.375Q471.68848 483.375 471.46973 483.625Q471.2666 483.85938 471.2666 484.28125L471.2666 484.64062ZM468.79785 485.46875L468.28223 485.14062L471.75098 479.57812L472.2666 479.90625L468.79785 485.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M455.61035 482.4375L455.98535 478.89062L459.62598 478.89062L459.62598 479.71875L456.75098 479.71875L456.53223 481.65625Q457.04785 481.35938 457.71973 481.35938Q458.68848 481.35938 459.25098 482.0Q459.8291 482.64062 459.8291 483.73438Q459.8291 484.82812 459.23535 485.46875Q458.6416 486.09375 457.5791 486.09375Q456.6416 486.09375 456.03223 485.57812Q455.43848 485.04688 455.36035 484.125L456.21973 484.125Q456.29785 484.73438 456.6416 485.04688Q457.00098 485.35938 457.5791 485.35938Q458.2041 485.35938 458.56348 484.9375Q458.92285 484.5 458.92285 483.75Q458.92285 483.03125 458.53223 482.60938Q458.15723 482.17188 457.50098 482.17188Q456.92285 482.17188 456.5791 482.42188L456.34473 482.625L455.61035 482.4375ZM465.86035 486.0L461.2041 486.0L461.2041 485.34375L463.65723 482.60938Q464.2041 482.0 464.40723 481.60938Q464.62598 481.21875 464.62598 480.79688Q464.62598 480.25 464.28223 479.89062Q463.9541 479.53125 463.3916 479.53125Q462.71973 479.53125 462.34473 479.92188Q461.96973 480.29688 461.96973 480.98438L461.06348 480.98438Q461.06348 480.0 461.68848 479.40625Q462.3291 478.79688 463.3916 478.79688Q464.37598 478.79688 464.9541 479.3125Q465.53223 479.82812 465.53223 480.70312Q465.53223 481.75 464.18848 483.20312L462.29785 485.26562L465.86035 485.26562L465.86035 486.0ZM467.12598 480.25Q467.12598 479.625 467.53223 479.20312Q467.93848 478.78125 468.5791 478.78125Q469.23535 478.78125 469.62598 479.20312Q470.03223 479.625 470.03223 480.28125L470.03223 480.64062Q470.03223 481.28125 469.62598 481.6875Q469.21973 482.09375 468.59473 482.09375Q467.9541 482.09375 467.53223 481.6875Q467.12598 481.28125 467.12598 480.59375L467.12598 480.25ZM467.79785 480.64062Q467.79785 481.01562 468.00098 481.26562Q468.21973 481.5 468.59473 481.5Q468.93848 481.5 469.1416 481.26562Q469.36035 481.03125 469.36035 480.60938L469.36035 480.25Q469.36035 479.875 469.1416 479.625Q468.93848 479.375 468.5791 479.375Q468.21973 479.375 468.00098 479.625Q467.79785 479.875 467.79785 480.28125L467.79785 480.64062ZM470.5791 484.25Q470.5791 483.60938 470.98535 483.20312Q471.40723 482.79688 472.03223 482.79688Q472.67285 482.79688 473.0791 483.20312Q473.50098 483.60938 473.50098 484.29688L473.50098 484.64062Q473.50098 485.28125 473.09473 485.70312Q472.68848 486.10938 472.04785 486.10938Q471.42285 486.10938 471.00098 485.70312Q470.5791 485.28125 470.5791 484.60938L470.5791 484.25ZM471.2666 484.64062Q471.2666 485.01562 471.46973 485.26562Q471.68848 485.51562 472.04785 485.51562Q472.40723 485.51562 472.61035 485.28125Q472.8291 485.03125 472.8291 484.625L472.8291 484.25Q472.8291 483.875 472.61035 483.625Q472.3916 483.375 472.04785 483.375Q471.68848 483.375 471.46973 483.625Q471.2666 483.85938 471.2666 484.28125L471.2666 484.64062ZM468.79785 485.46875L468.28223 485.14062L471.75098 479.57812L472.2666 479.90625L468.79785 485.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M350.71512 101.0L346.05887 101.0L346.05887 100.34375L348.512 97.609375Q349.05887 97.0 349.262 96.609375Q349.48074 96.21875 349.48074 95.796875Q349.48074 95.25 349.137 94.890625Q348.80887 94.53125 348.24637 94.53125Q347.5745 94.53125 347.1995 94.921875Q346.8245 95.296875 346.8245 95.984375L345.91824 95.984375Q345.91824 95.0 346.54324 94.40625Q347.18387 93.796875 348.24637 93.796875Q349.23074 93.796875 349.80887 94.3125Q350.387 94.828125 350.387 95.703125Q350.387 96.75 349.04324 98.203125L347.15262 100.265625L350.71512 100.265625L350.71512 101.0ZM356.37137 95.75Q356.37137 96.28125 356.09012 96.703125Q355.80887 97.109375 355.3245 97.34375Q355.887 97.578125 356.1995 98.046875Q356.52762 98.5 356.52762 99.078125Q356.52762 100.0 355.90262 100.546875Q355.29324 101.09375 354.27762 101.09375Q353.24637 101.09375 352.62137 100.546875Q352.012 100.0 352.012 99.078125Q352.012 98.5 352.3245 98.046875Q352.637 97.578125 353.1995 97.34375Q352.73074 97.109375 352.4495 96.6875Q352.18387 96.265625 352.18387 95.75Q352.18387 94.84375 352.74637 94.328125Q353.3245 93.796875 354.27762 93.796875Q355.21512 93.796875 355.79324 94.328125Q356.37137 94.84375 356.37137 95.75ZM355.637 99.0625Q355.637 98.46875 355.24637 98.09375Q354.87137 97.71875 354.262 97.71875Q353.65262 97.71875 353.27762 98.09375Q352.91824 98.453125 352.91824 99.0625Q352.91824 99.671875 353.27762 100.015625Q353.637 100.359375 354.27762 100.359375Q354.90262 100.359375 355.262 100.015625Q355.637 99.65625 355.637 99.0625ZM354.27762 94.53125Q353.74637 94.53125 353.40262 94.859375Q353.0745 95.1875 353.0745 95.765625Q353.0745 96.296875 353.40262 96.640625Q353.73074 96.96875 354.262 96.96875Q354.80887 96.96875 355.137 96.640625Q355.46512 96.296875 355.46512 95.765625Q355.46512 95.21875 355.12137 94.875Q354.79324 94.53125 354.27762 94.53125ZM357.98074 95.25Q357.98074 94.625 358.387 94.203125Q358.79324 93.78125 359.43387 93.78125Q360.09012 93.78125 360.48074 94.203125Q360.887 94.625 360.887 95.28125L360.887 95.640625Q360.887 96.28125 360.48074 96.6875Q360.0745 97.09375 359.4495 97.09375Q358.80887 97.09375 358.387 96.6875Q357.98074 96.28125 357.98074 95.59375L357.98074 95.25ZM358.65262 95.640625Q358.65262 96.015625 358.85574 96.265625Q359.0745 96.5 359.4495 96.5Q359.79324 96.5 359.99637 96.265625Q360.21512 96.03125 360.21512 95.609375L360.21512 95.25Q360.21512 94.875 359.99637 94.625Q359.79324 94.375 359.43387 94.375Q359.0745 94.375 358.85574 94.625Q358.65262 94.875 358.65262 95.28125L358.65262 95.640625ZM361.43387 99.25Q361.43387 98.609375 361.84012 98.203125Q362.262 97.796875 362.887 97.796875Q363.52762 97.796875 363.93387 98.203125Q364.35574 98.609375 364.35574 99.296875L364.35574 99.640625Q364.35574 100.28125 363.9495 100.703125Q363.54324 101.109375 362.90262 101.109375Q362.27762 101.109375 361.85574 100.703125Q361.43387 100.28125 361.43387 99.609375L361.43387 99.25ZM362.12137 99.640625Q362.12137 100.015625 362.3245 100.265625Q362.54324 100.515625 362.90262 100.515625Q363.262 100.515625 363.46512 100.28125Q363.68387 100.03125 363.68387 99.625L363.68387 99.25Q363.68387 98.875 363.46512 98.625Q363.24637 98.375 362.90262 98.375Q362.54324 98.375 362.3245 98.625Q362.12137 98.859375 362.12137 99.28125L362.12137 99.640625ZM359.65262 100.46875L359.137 100.140625L362.60574 94.578125L363.12137 94.90625L359.65262 100.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M350.71512 101.0L346.05887 101.0L346.05887 100.34375L348.512 97.609375Q349.05887 97.0 349.262 96.609375Q349.48074 96.21875 349.48074 95.796875Q349.48074 95.25 349.137 94.890625Q348.80887 94.53125 348.24637 94.53125Q347.5745 94.53125 347.1995 94.921875Q346.8245 95.296875 346.8245 95.984375L345.91824 95.984375Q345.91824 95.0 346.54324 94.40625Q347.18387 93.796875 348.24637 93.796875Q349.23074 93.796875 349.80887 94.3125Q350.387 94.828125 350.387 95.703125Q350.387 96.75 349.04324 98.203125L347.15262 100.265625L350.71512 100.265625L350.71512 101.0ZM356.37137 95.75Q356.37137 96.28125 356.09012 96.703125Q355.80887 97.109375 355.3245 97.34375Q355.887 97.578125 356.1995 98.046875Q356.52762 98.5 356.52762 99.078125Q356.52762 100.0 355.90262 100.546875Q355.29324 101.09375 354.27762 101.09375Q353.24637 101.09375 352.62137 100.546875Q352.012 100.0 352.012 99.078125Q352.012 98.5 352.3245 98.046875Q352.637 97.578125 353.1995 97.34375Q352.73074 97.109375 352.4495 96.6875Q352.18387 96.265625 352.18387 95.75Q352.18387 94.84375 352.74637 94.328125Q353.3245 93.796875 354.27762 93.796875Q355.21512 93.796875 355.79324 94.328125Q356.37137 94.84375 356.37137 95.75ZM355.637 99.0625Q355.637 98.46875 355.24637 98.09375Q354.87137 97.71875 354.262 97.71875Q353.65262 97.71875 353.27762 98.09375Q352.91824 98.453125 352.91824 99.0625Q352.91824 99.671875 353.27762 100.015625Q353.637 100.359375 354.27762 100.359375Q354.90262 100.359375 355.262 100.015625Q355.637 99.65625 355.637 99.0625ZM354.27762 94.53125Q353.74637 94.53125 353.40262 94.859375Q353.0745 95.1875 353.0745 95.765625Q353.0745 96.296875 353.40262 96.640625Q353.73074 96.96875 354.262 96.96875Q354.80887 96.96875 355.137 96.640625Q355.46512 96.296875 355.46512 95.765625Q355.46512 95.21875 355.12137 94.875Q354.79324 94.53125 354.27762 94.53125ZM357.98074 95.25Q357.98074 94.625 358.387 94.203125Q358.79324 93.78125 359.43387 93.78125Q360.09012 93.78125 360.48074 94.203125Q360.887 94.625 360.887 95.28125L360.887 95.640625Q360.887 96.28125 360.48074 96.6875Q360.0745 97.09375 359.4495 97.09375Q358.80887 97.09375 358.387 96.6875Q357.98074 96.28125 357.98074 95.59375L357.98074 95.25ZM358.65262 95.640625Q358.65262 96.015625 358.85574 96.265625Q359.0745 96.5 359.4495 96.5Q359.79324 96.5 359.99637 96.265625Q360.21512 96.03125 360.21512 95.609375L360.21512 95.25Q360.21512 94.875 359.99637 94.625Q359.79324 94.375 359.43387 94.375Q359.0745 94.375 358.85574 94.625Q358.65262 94.875 358.65262 95.28125L358.65262 95.640625ZM361.43387 99.25Q361.43387 98.609375 361.84012 98.203125Q362.262 97.796875 362.887 97.796875Q363.52762 97.796875 363.93387 98.203125Q364.35574 98.609375 364.35574 99.296875L364.35574 99.640625Q364.35574 100.28125 363.9495 100.703125Q363.54324 101.109375 362.90262 101.109375Q362.27762 101.109375 361.85574 100.703125Q361.43387 100.28125 361.43387 99.609375L361.43387 99.25ZM362.12137 99.640625Q362.12137 100.015625 362.3245 100.265625Q362.54324 100.515625 362.90262 100.515625Q363.262 100.515625 363.46512 100.28125Q363.68387 100.03125 363.68387 99.625L363.68387 99.25Q363.68387 98.875 363.46512 98.625Q363.24637 98.375 362.90262 98.375Q362.54324 98.375 362.3245 98.625Q362.12137 98.859375 362.12137 99.28125L362.12137 99.640625ZM359.65262 100.46875L359.137 100.140625L362.60574 94.578125L363.12137 94.90625L359.65262 100.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M288.96036 158.0L288.0541 158.0L288.0541 151.98438L286.22598 152.64062L286.22598 151.82812L288.81973 150.85938L288.96036 150.85938L288.96036 158.0ZM295.8041 155.60938L296.78848 155.60938L296.78848 156.34375L295.8041 156.34375L295.8041 158.0L294.89786 158.0L294.89786 156.34375L291.66348 156.34375L291.66348 155.8125L294.83536 150.89062L295.8041 150.89062L295.8041 155.60938ZM292.6791 155.60938L294.89786 155.60938L294.89786 152.125L294.78848 152.32812L292.6791 155.60938ZM297.91348 152.25Q297.91348 151.625 298.31973 151.20312Q298.72598 150.78125 299.3666 150.78125Q300.02286 150.78125 300.41348 151.20312Q300.81973 151.625 300.81973 152.28125L300.81973 152.64062Q300.81973 153.28125 300.41348 153.6875Q300.00723 154.09375 299.38223 154.09375Q298.7416 154.09375 298.31973 153.6875Q297.91348 153.28125 297.91348 152.59375L297.91348 152.25ZM298.58536 152.64062Q298.58536 153.01562 298.78848 153.26562Q299.00723 153.5 299.38223 153.5Q299.72598 153.5 299.9291 153.26562Q300.14786 153.03125 300.14786 152.60938L300.14786 152.25Q300.14786 151.875 299.9291 151.625Q299.72598 151.375 299.3666 151.375Q299.00723 151.375 298.78848 151.625Q298.58536 151.875 298.58536 152.28125L298.58536 152.64062ZM301.3666 156.25Q301.3666 155.60938 301.77286 155.20312Q302.19473 154.79688 302.81973 154.79688Q303.46036 154.79688 303.8666 155.20312Q304.28848 155.60938 304.28848 156.29688L304.28848 156.64062Q304.28848 157.28125 303.88223 157.70312Q303.47598 158.10938 302.83536 158.10938Q302.21036 158.10938 301.78848 157.70312Q301.3666 157.28125 301.3666 156.60938L301.3666 156.25ZM302.0541 156.64062Q302.0541 157.01562 302.25723 157.26562Q302.47598 157.51562 302.83536 157.51562Q303.19473 157.51562 303.39786 157.28125Q303.6166 157.03125 303.6166 156.625L303.6166 156.25Q303.6166 155.875 303.39786 155.625Q303.1791 155.375 302.83536 155.375Q302.47598 155.375 302.25723 155.625Q302.0541 155.85938 302.0541 156.28125L302.0541 156.64062ZM299.58536 157.46875L299.06973 157.14062L302.53848 151.57812L303.0541 151.90625L299.58536 157.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M288.96036 158.0L288.0541 158.0L288.0541 151.98438L286.22598 152.64062L286.22598 151.82812L288.81973 150.85938L288.96036 150.85938L288.96036 158.0ZM295.8041 155.60938L296.78848 155.60938L296.78848 156.34375L295.8041 156.34375L295.8041 158.0L294.89786 158.0L294.89786 156.34375L291.66348 156.34375L291.66348 155.8125L294.83536 150.89062L295.8041 150.89062L295.8041 155.60938ZM292.6791 155.60938L294.89786 155.60938L294.89786 152.125L294.78848 152.32812L292.6791 155.60938ZM297.91348 152.25Q297.91348 151.625 298.31973 151.20312Q298.72598 150.78125 299.3666 150.78125Q300.02286 150.78125 300.41348 151.20312Q300.81973 151.625 300.81973 152.28125L300.81973 152.64062Q300.81973 153.28125 300.41348 153.6875Q300.00723 154.09375 299.38223 154.09375Q298.7416 154.09375 298.31973 153.6875Q297.91348 153.28125 297.91348 152.59375L297.91348 152.25ZM298.58536 152.64062Q298.58536 153.01562 298.78848 153.26562Q299.00723 153.5 299.38223 153.5Q299.72598 153.5 299.9291 153.26562Q300.14786 153.03125 300.14786 152.60938L300.14786 152.25Q300.14786 151.875 299.9291 151.625Q299.72598 151.375 299.3666 151.375Q299.00723 151.375 298.78848 151.625Q298.58536 151.875 298.58536 152.28125L298.58536 152.64062ZM301.3666 156.25Q301.3666 155.60938 301.77286 155.20312Q302.19473 154.79688 302.81973 154.79688Q303.46036 154.79688 303.8666 155.20312Q304.28848 155.60938 304.28848 156.29688L304.28848 156.64062Q304.28848 157.28125 303.88223 157.70312Q303.47598 158.10938 302.83536 158.10938Q302.21036 158.10938 301.78848 157.70312Q301.3666 157.28125 301.3666 156.60938L301.3666 156.25ZM302.0541 156.64062Q302.0541 157.01562 302.25723 157.26562Q302.47598 157.51562 302.83536 157.51562Q303.19473 157.51562 303.39786 157.28125Q303.6166 157.03125 303.6166 156.625L303.6166 156.25Q303.6166 155.875 303.39786 155.625Q303.1791 155.375 302.83536 155.375Q302.47598 155.375 302.25723 155.625Q302.0541 155.85938 302.0541 156.28125L302.0541 156.64062ZM299.58536 157.46875L299.06973 157.14062L302.53848 151.57812L303.0541 151.90625L299.58536 157.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M263.21082 208.75Q263.21082 209.28125 262.92957 209.70312Q262.64832 210.10938 262.16394 210.34375Q262.72644 210.57812 263.03894 211.04688Q263.36707 211.5 263.36707 212.07812Q263.36707 213.0 262.74207 213.54688Q262.1327 214.09375 261.11707 214.09375Q260.08582 214.09375 259.46082 213.54688Q258.85144 213.0 258.85144 212.07812Q258.85144 211.5 259.16394 211.04688Q259.47644 210.57812 260.03894 210.34375Q259.5702 210.10938 259.28894 209.6875Q259.02332 209.26562 259.02332 208.75Q259.02332 207.84375 259.58582 207.32812Q260.16394 206.79688 261.11707 206.79688Q262.05457 206.79688 262.6327 207.32812Q263.21082 207.84375 263.21082 208.75ZM262.47644 212.0625Q262.47644 211.46875 262.08582 211.09375Q261.71082 210.71875 261.10144 210.71875Q260.49207 210.71875 260.11707 211.09375Q259.7577 211.45312 259.7577 212.0625Q259.7577 212.67188 260.11707 213.01562Q260.47644 213.35938 261.11707 213.35938Q261.74207 213.35938 262.10144 213.01562Q262.47644 212.65625 262.47644 212.0625ZM261.11707 207.53125Q260.58582 207.53125 260.24207 207.85938Q259.91394 208.1875 259.91394 208.76562Q259.91394 209.29688 260.24207 209.64062Q260.5702 209.96875 261.10144 209.96875Q261.64832 209.96875 261.97644 209.64062Q262.30457 209.29688 262.30457 208.76562Q262.30457 208.21875 261.96082 207.875Q261.6327 207.53125 261.11707 207.53125ZM264.8202 208.25Q264.8202 207.625 265.22644 207.20312Q265.6327 206.78125 266.27332 206.78125Q266.92957 206.78125 267.3202 207.20312Q267.72644 207.625 267.72644 208.28125L267.72644 208.64062Q267.72644 209.28125 267.3202 209.6875Q266.91394 210.09375 266.28894 210.09375Q265.64832 210.09375 265.22644 209.6875Q264.8202 209.28125 264.8202 208.59375L264.8202 208.25ZM265.49207 208.64062Q265.49207 209.01562 265.6952 209.26562Q265.91394 209.5 266.28894 209.5Q266.6327 209.5 266.83582 209.26562Q267.05457 209.03125 267.05457 208.60938L267.05457 208.25Q267.05457 207.875 266.83582 207.625Q266.6327 207.375 266.27332 207.375Q265.91394 207.375 265.6952 207.625Q265.49207 207.875 265.49207 208.28125L265.49207 208.64062ZM268.27332 212.25Q268.27332 211.60938 268.67957 211.20312Q269.10144 210.79688 269.72644 210.79688Q270.36707 210.79688 270.77332 211.20312Q271.1952 211.60938 271.1952 212.29688L271.1952 212.64062Q271.1952 213.28125 270.78894 213.70312Q270.3827 214.10938 269.74207 214.10938Q269.11707 214.10938 268.6952 213.70312Q268.27332 213.28125 268.27332 212.60938L268.27332 212.25ZM268.96082 212.64062Q268.96082 213.01562 269.16394 213.26562Q269.3827 213.51562 269.74207 213.51562Q270.10144 213.51562 270.30457 213.28125Q270.52332 213.03125 270.52332 212.625L270.52332 212.25Q270.52332 211.875 270.30457 211.625Q270.08582 211.375 269.74207 211.375Q269.3827 211.375 269.16394 211.625Q268.96082 211.85938 268.96082 212.28125L268.96082 212.64062ZM266.49207 213.46875L265.97644 213.14062L269.4452 207.57812L269.96082 207.90625L266.49207 213.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M263.21082 208.75Q263.21082 209.28125 262.92957 209.70312Q262.64832 210.10938 262.16394 210.34375Q262.72644 210.57812 263.03894 211.04688Q263.36707 211.5 263.36707 212.07812Q263.36707 213.0 262.74207 213.54688Q262.1327 214.09375 261.11707 214.09375Q260.08582 214.09375 259.46082 213.54688Q258.85144 213.0 258.85144 212.07812Q258.85144 211.5 259.16394 211.04688Q259.47644 210.57812 260.03894 210.34375Q259.5702 210.10938 259.28894 209.6875Q259.02332 209.26562 259.02332 208.75Q259.02332 207.84375 259.58582 207.32812Q260.16394 206.79688 261.11707 206.79688Q262.05457 206.79688 262.6327 207.32812Q263.21082 207.84375 263.21082 208.75ZM262.47644 212.0625Q262.47644 211.46875 262.08582 211.09375Q261.71082 210.71875 261.10144 210.71875Q260.49207 210.71875 260.11707 211.09375Q259.7577 211.45312 259.7577 212.0625Q259.7577 212.67188 260.11707 213.01562Q260.47644 213.35938 261.11707 213.35938Q261.74207 213.35938 262.10144 213.01562Q262.47644 212.65625 262.47644 212.0625ZM261.11707 207.53125Q260.58582 207.53125 260.24207 207.85938Q259.91394 208.1875 259.91394 208.76562Q259.91394 209.29688 260.24207 209.64062Q260.5702 209.96875 261.10144 209.96875Q261.64832 209.96875 261.97644 209.64062Q262.30457 209.29688 262.30457 208.76562Q262.30457 208.21875 261.96082 207.875Q261.6327 207.53125 261.11707 207.53125ZM264.8202 208.25Q264.8202 207.625 265.22644 207.20312Q265.6327 206.78125 266.27332 206.78125Q266.92957 206.78125 267.3202 207.20312Q267.72644 207.625 267.72644 208.28125L267.72644 208.64062Q267.72644 209.28125 267.3202 209.6875Q266.91394 210.09375 266.28894 210.09375Q265.64832 210.09375 265.22644 209.6875Q264.8202 209.28125 264.8202 208.59375L264.8202 208.25ZM265.49207 208.64062Q265.49207 209.01562 265.6952 209.26562Q265.91394 209.5 266.28894 209.5Q266.6327 209.5 266.83582 209.26562Q267.05457 209.03125 267.05457 208.60938L267.05457 208.25Q267.05457 207.875 266.83582 207.625Q266.6327 207.375 266.27332 207.375Q265.91394 207.375 265.6952 207.625Q265.49207 207.875 265.49207 208.28125L265.49207 208.64062ZM268.27332 212.25Q268.27332 211.60938 268.67957 211.20312Q269.10144 210.79688 269.72644 210.79688Q270.36707 210.79688 270.77332 211.20312Q271.1952 211.60938 271.1952 212.29688L271.1952 212.64062Q271.1952 213.28125 270.78894 213.70312Q270.3827 214.10938 269.74207 214.10938Q269.11707 214.10938 268.6952 213.70312Q268.27332 213.28125 268.27332 212.60938L268.27332 212.25ZM268.96082 212.64062Q268.96082 213.01562 269.16394 213.26562Q269.3827 213.51562 269.74207 213.51562Q270.10144 213.51562 270.30457 213.28125Q270.52332 213.03125 270.52332 212.625L270.52332 212.25Q270.52332 211.875 270.30457 211.625Q270.08582 211.375 269.74207 211.375Q269.3827 211.375 269.16394 211.625Q268.96082 211.85938 268.96082 212.28125L268.96082 212.64062ZM266.49207 213.46875L265.97644 213.14062L269.4452 207.57812L269.96082 207.90625L266.49207 213.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M241.18321 267.60938L242.16759 267.60938L242.16759 268.34375L241.18321 268.34375L241.18321 270.0L240.27696 270.0L240.27696 268.34375L237.04259 268.34375L237.04259 267.8125L240.21446 262.89062L241.18321 262.89062L241.18321 267.60938ZM238.05821 267.60938L240.27696 267.60938L240.27696 264.125L240.16759 264.32812L238.05821 267.60938ZM243.29259 264.25Q243.29259 263.625 243.69884 263.20312Q244.10509 262.78125 244.74571 262.78125Q245.40196 262.78125 245.79259 263.20312Q246.19884 263.625 246.19884 264.28125L246.19884 264.64062Q246.19884 265.28125 245.79259 265.6875Q245.38634 266.09375 244.76134 266.09375Q244.12071 266.09375 243.69884 265.6875Q243.29259 265.28125 243.29259 264.59375L243.29259 264.25ZM243.96446 264.64062Q243.96446 265.01562 244.16759 265.26562Q244.38634 265.5 244.76134 265.5Q245.10509 265.5 245.30821 265.26562Q245.52696 265.03125 245.52696 264.60938L245.52696 264.25Q245.52696 263.875 245.30821 263.625Q245.10509 263.375 244.74571 263.375Q244.38634 263.375 244.16759 263.625Q243.96446 263.875 243.96446 264.28125L243.96446 264.64062ZM246.74571 268.25Q246.74571 267.60938 247.15196 267.20312Q247.57384 266.79688 248.19884 266.79688Q248.83946 266.79688 249.24571 267.20312Q249.66759 267.60938 249.66759 268.29688L249.66759 268.64062Q249.66759 269.28125 249.26134 269.70312Q248.85509 270.10938 248.21446 270.10938Q247.58946 270.10938 247.16759 269.70312Q246.74571 269.28125 246.74571 268.60938L246.74571 268.25ZM247.43321 268.64062Q247.43321 269.01562 247.63634 269.26562Q247.85509 269.51562 248.21446 269.51562Q248.57384 269.51562 248.77696 269.28125Q248.99571 269.03125 248.99571 268.625L248.99571 268.25Q248.99571 267.875 248.77696 267.625Q248.55821 267.375 248.21446 267.375Q247.85509 267.375 247.63634 267.625Q247.43321 267.85938 247.43321 268.28125L247.43321 268.64062ZM244.96446 269.46875L244.44884 269.14062L247.91759 263.57812L248.43321 263.90625L244.96446 269.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M241.18321 267.60938L242.16759 267.60938L242.16759 268.34375L241.18321 268.34375L241.18321 270.0L240.27696 270.0L240.27696 268.34375L237.04259 268.34375L237.04259 267.8125L240.21446 262.89062L241.18321 262.89062L241.18321 267.60938ZM238.05821 267.60938L240.27696 267.60938L240.27696 264.125L240.16759 264.32812L238.05821 267.60938ZM243.29259 264.25Q243.29259 263.625 243.69884 263.20312Q244.10509 262.78125 244.74571 262.78125Q245.40196 262.78125 245.79259 263.20312Q246.19884 263.625 246.19884 264.28125L246.19884 264.64062Q246.19884 265.28125 245.79259 265.6875Q245.38634 266.09375 244.76134 266.09375Q244.12071 266.09375 243.69884 265.6875Q243.29259 265.28125 243.29259 264.59375L243.29259 264.25ZM243.96446 264.64062Q243.96446 265.01562 244.16759 265.26562Q244.38634 265.5 244.76134 265.5Q245.10509 265.5 245.30821 265.26562Q245.52696 265.03125 245.52696 264.60938L245.52696 264.25Q245.52696 263.875 245.30821 263.625Q245.10509 263.375 244.74571 263.375Q244.38634 263.375 244.16759 263.625Q243.96446 263.875 243.96446 264.28125L243.96446 264.64062ZM246.74571 268.25Q246.74571 267.60938 247.15196 267.20312Q247.57384 266.79688 248.19884 266.79688Q248.83946 266.79688 249.24571 267.20312Q249.66759 267.60938 249.66759 268.29688L249.66759 268.64062Q249.66759 269.28125 249.26134 269.70312Q248.85509 270.10938 248.21446 270.10938Q247.58946 270.10938 247.16759 269.70312Q246.74571 269.28125 246.74571 268.60938L246.74571 268.25ZM247.43321 268.64062Q247.43321 269.01562 247.63634 269.26562Q247.85509 269.51562 248.21446 269.51562Q248.57384 269.51562 248.77696 269.28125Q248.99571 269.03125 248.99571 268.625L248.99571 268.25Q248.99571 267.875 248.77696 267.625Q248.55821 267.375 248.21446 267.375Q247.85509 267.375 247.63634 267.625Q247.43321 267.85938 247.43321 268.28125L247.43321 268.64062ZM244.96446 269.46875L244.44884 269.14062L247.91759 263.57812L248.43321 263.90625L244.96446 269.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.36803 326.0L227.46178 326.0L227.46178 319.98438L225.63365 320.64062L225.63365 319.82812L228.2274 318.85938L228.36803 318.85938L228.36803 326.0ZM231.32115 320.25Q231.32115 319.625 231.7274 319.20312Q232.13365 318.78125 232.77428 318.78125Q233.43053 318.78125 233.82115 319.20312Q234.2274 319.625 234.2274 320.28125L234.2274 320.64062Q234.2274 321.28125 233.82115 321.6875Q233.4149 322.09375 232.7899 322.09375Q232.14928 322.09375 231.7274 321.6875Q231.32115 321.28125 231.32115 320.59375L231.32115 320.25ZM231.99303 320.64062Q231.99303 321.01562 232.19615 321.26562Q232.4149 321.5 232.7899 321.5Q233.13365 321.5 233.33678 321.26562Q233.55553 321.03125 233.55553 320.60938L233.55553 320.25Q233.55553 319.875 233.33678 319.625Q233.13365 319.375 232.77428 319.375Q232.4149 319.375 232.19615 319.625Q231.99303 319.875 231.99303 320.28125L231.99303 320.64062ZM234.77428 324.25Q234.77428 323.60938 235.18053 323.20312Q235.6024 322.79688 236.2274 322.79688Q236.86803 322.79688 237.27428 323.20312Q237.69615 323.60938 237.69615 324.29688L237.69615 324.64062Q237.69615 325.28125 237.2899 325.70312Q236.88365 326.10938 236.24303 326.10938Q235.61803 326.10938 235.19615 325.70312Q234.77428 325.28125 234.77428 324.60938L234.77428 324.25ZM235.46178 324.64062Q235.46178 325.01562 235.6649 325.26562Q235.88365 325.51562 236.24303 325.51562Q236.6024 325.51562 236.80553 325.28125Q237.02428 325.03125 237.02428 324.625L237.02428 324.25Q237.02428 323.875 236.80553 323.625Q236.58678 323.375 236.24303 323.375Q235.88365 323.375 235.6649 323.625Q235.46178 323.85938 235.46178 324.28125L235.46178 324.64062ZM232.99303 325.46875L232.4774 325.14062L235.94615 319.57812L236.46178 319.90625L232.99303 325.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M228.36803 326.0L227.46178 326.0L227.46178 319.98438L225.63365 320.64062L225.63365 319.82812L228.2274 318.85938L228.36803 318.85938L228.36803 326.0ZM231.32115 320.25Q231.32115 319.625 231.7274 319.20312Q232.13365 318.78125 232.77428 318.78125Q233.43053 318.78125 233.82115 319.20312Q234.2274 319.625 234.2274 320.28125L234.2274 320.64062Q234.2274 321.28125 233.82115 321.6875Q233.4149 322.09375 232.7899 322.09375Q232.14928 322.09375 231.7274 321.6875Q231.32115 321.28125 231.32115 320.59375L231.32115 320.25ZM231.99303 320.64062Q231.99303 321.01562 232.19615 321.26562Q232.4149 321.5 232.7899 321.5Q233.13365 321.5 233.33678 321.26562Q233.55553 321.03125 233.55553 320.60938L233.55553 320.25Q233.55553 319.875 233.33678 319.625Q233.13365 319.375 232.77428 319.375Q232.4149 319.375 232.19615 319.625Q231.99303 319.875 231.99303 320.28125L231.99303 320.64062ZM234.77428 324.25Q234.77428 323.60938 235.18053 323.20312Q235.6024 322.79688 236.2274 322.79688Q236.86803 322.79688 237.27428 323.20312Q237.69615 323.60938 237.69615 324.29688L237.69615 324.64062Q237.69615 325.28125 237.2899 325.70312Q236.88365 326.10938 236.24303 326.10938Q235.61803 326.10938 235.19615 325.70312Q234.77428 325.28125 234.77428 324.60938L234.77428 324.25ZM235.46178 324.64062Q235.46178 325.01562 235.6649 325.26562Q235.88365 325.51562 236.24303 325.51562Q236.6024 325.51562 236.80553 325.28125Q237.02428 325.03125 237.02428 324.625L237.02428 324.25Q237.02428 323.875 236.80553 323.625Q236.58678 323.375 236.24303 323.375Q235.88365 323.375 235.6649 323.625Q235.46178 323.85938 235.46178 324.28125L235.46178 324.64062ZM232.99303 325.46875L232.4774 325.14062L235.94615 319.57812L236.46178 319.90625L232.99303 325.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.4371 378.96875Q227.4371 380.54688 226.89023 381.32812Q226.35898 382.09375 225.20273 382.09375Q224.0621 382.09375 223.51523 381.34375Q222.96835 380.59375 222.95273 379.09375L222.95273 377.89062Q222.95273 376.3125 223.48398 375.5625Q224.03085 374.79688 225.1871 374.79688Q226.34335 374.79688 226.8746 375.53125Q227.42148 376.26562 227.4371 377.79688L227.4371 378.96875ZM226.53085 377.73438Q226.53085 376.57812 226.20273 376.0625Q225.89023 375.53125 225.1871 375.53125Q224.4996 375.53125 224.17148 376.0625Q223.85898 376.57812 223.85898 377.65625L223.85898 379.10938Q223.85898 380.26562 224.1871 380.8125Q224.53085 381.35938 225.20273 381.35938Q225.8746 381.35938 226.1871 380.84375Q226.51523 380.32812 226.53085 379.21875L226.53085 377.73438ZM228.90585 376.25Q228.90585 375.625 229.3121 375.20312Q229.71835 374.78125 230.35898 374.78125Q231.01523 374.78125 231.40585 375.20312Q231.8121 375.625 231.8121 376.28125L231.8121 376.64062Q231.8121 377.28125 231.40585 377.6875Q230.9996 378.09375 230.3746 378.09375Q229.73398 378.09375 229.3121 377.6875Q228.90585 377.28125 228.90585 376.59375L228.90585 376.25ZM229.57773 376.64062Q229.57773 377.01562 229.78085 377.26562Q229.9996 377.5 230.3746 377.5Q230.71835 377.5 230.92148 377.26562Q231.14023 377.03125 231.14023 376.60938L231.14023 376.25Q231.14023 375.875 230.92148 375.625Q230.71835 375.375 230.35898 375.375Q229.9996 375.375 229.78085 375.625Q229.57773 375.875 229.57773 376.28125L229.57773 376.64062ZM232.35898 380.25Q232.35898 379.60938 232.76523 379.20312Q233.1871 378.79688 233.8121 378.79688Q234.45273 378.79688 234.85898 379.20312Q235.28085 379.60938 235.28085 380.29688L235.28085 380.64062Q235.28085 381.28125 234.8746 381.70312Q234.46835 382.10938 233.82773 382.10938Q233.20273 382.10938 232.78085 381.70312Q232.35898 381.28125 232.35898 380.60938L232.35898 380.25ZM233.04648 380.64062Q233.04648 381.01562 233.2496 381.26562Q233.46835 381.51562 233.82773 381.51562Q234.1871 381.51562 234.39023 381.28125Q234.60898 381.03125 234.60898 380.625L234.60898 380.25Q234.60898 379.875 234.39023 379.625Q234.17148 379.375 233.82773 379.375Q233.46835 379.375 233.2496 379.625Q233.04648 379.85938 233.04648 380.28125L233.04648 380.64062ZM230.57773 381.46875L230.0621 381.14062L233.53085 375.57812L234.04648 375.90625L230.57773 381.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M227.4371 378.96875Q227.4371 380.54688 226.89023 381.32812Q226.35898 382.09375 225.20273 382.09375Q224.0621 382.09375 223.51523 381.34375Q222.96835 380.59375 222.95273 379.09375L222.95273 377.89062Q222.95273 376.3125 223.48398 375.5625Q224.03085 374.79688 225.1871 374.79688Q226.34335 374.79688 226.8746 375.53125Q227.42148 376.26562 227.4371 377.79688L227.4371 378.96875ZM226.53085 377.73438Q226.53085 376.57812 226.20273 376.0625Q225.89023 375.53125 225.1871 375.53125Q224.4996 375.53125 224.17148 376.0625Q223.85898 376.57812 223.85898 377.65625L223.85898 379.10938Q223.85898 380.26562 224.1871 380.8125Q224.53085 381.35938 225.20273 381.35938Q225.8746 381.35938 226.1871 380.84375Q226.51523 380.32812 226.53085 379.21875L226.53085 377.73438ZM228.90585 376.25Q228.90585 375.625 229.3121 375.20312Q229.71835 374.78125 230.35898 374.78125Q231.01523 374.78125 231.40585 375.20312Q231.8121 375.625 231.8121 376.28125L231.8121 376.64062Q231.8121 377.28125 231.40585 377.6875Q230.9996 378.09375 230.3746 378.09375Q229.73398 378.09375 229.3121 377.6875Q228.90585 377.28125 228.90585 376.59375L228.90585 376.25ZM229.57773 376.64062Q229.57773 377.01562 229.78085 377.26562Q229.9996 377.5 230.3746 377.5Q230.71835 377.5 230.92148 377.26562Q231.14023 377.03125 231.14023 376.60938L231.14023 376.25Q231.14023 375.875 230.92148 375.625Q230.71835 375.375 230.35898 375.375Q229.9996 375.375 229.78085 375.625Q229.57773 375.875 229.57773 376.28125L229.57773 376.64062ZM232.35898 380.25Q232.35898 379.60938 232.76523 379.20312Q233.1871 378.79688 233.8121 378.79688Q234.45273 378.79688 234.85898 379.20312Q235.28085 379.60938 235.28085 380.29688L235.28085 380.64062Q235.28085 381.28125 234.8746 381.70312Q234.46835 382.10938 233.82773 382.10938Q233.20273 382.10938 232.78085 381.70312Q232.35898 381.28125 232.35898 380.60938L232.35898 380.25ZM233.04648 380.64062Q233.04648 381.01562 233.2496 381.26562Q233.46835 381.51562 233.82773 381.51562Q234.1871 381.51562 234.39023 381.28125Q234.60898 381.03125 234.60898 380.625L234.60898 380.25Q234.60898 379.875 234.39023 379.625Q234.17148 379.375 233.82773 379.375Q233.46835 379.375 233.2496 379.625Q233.04648 379.85938 233.04648 380.28125L233.04648 380.64062ZM230.57773 381.46875L230.0621 381.14062L233.53085 375.57812L234.04648 375.90625L230.57773 381.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.57106 438.0L229.91481 438.0L229.91481 437.34375L232.36794 434.60938Q232.91481 434.0 233.11794 433.60938Q233.33669 433.21875 233.33669 432.79688Q233.33669 432.25 232.99294 431.89062Q232.66481 431.53125 232.10231 431.53125Q231.43044 431.53125 231.05544 431.92188Q230.68044 432.29688 230.68044 432.98438L229.77419 432.98438Q229.77419 432.0 230.39919 431.40625Q231.03981 430.79688 232.10231 430.79688Q233.08669 430.79688 233.66481 431.3125Q234.24294 431.82812 234.24294 432.70312Q234.24294 433.75 232.89919 435.20312L231.00856 437.26562L234.57106 437.26562L234.57106 438.0ZM235.83669 432.25Q235.83669 431.625 236.24294 431.20312Q236.64919 430.78125 237.28981 430.78125Q237.94606 430.78125 238.33669 431.20312Q238.74294 431.625 238.74294 432.28125L238.74294 432.64062Q238.74294 433.28125 238.33669 433.6875Q237.93044 434.09375 237.30544 434.09375Q236.66481 434.09375 236.24294 433.6875Q235.83669 433.28125 235.83669 432.59375L235.83669 432.25ZM236.50856 432.64062Q236.50856 433.01562 236.71169 433.26562Q236.93044 433.5 237.30544 433.5Q237.64919 433.5 237.85231 433.26562Q238.07106 433.03125 238.07106 432.60938L238.07106 432.25Q238.07106 431.875 237.85231 431.625Q237.64919 431.375 237.28981 431.375Q236.93044 431.375 236.71169 431.625Q236.50856 431.875 236.50856 432.28125L236.50856 432.64062ZM239.28981 436.25Q239.28981 435.60938 239.69606 435.20312Q240.11794 434.79688 240.74294 434.79688Q241.38356 434.79688 241.78981 435.20312Q242.21169 435.60938 242.21169 436.29688L242.21169 436.64062Q242.21169 437.28125 241.80544 437.70312Q241.39919 438.10938 240.75856 438.10938Q240.13356 438.10938 239.71169 437.70312Q239.28981 437.28125 239.28981 436.60938L239.28981 436.25ZM239.97731 436.64062Q239.97731 437.01562 240.18044 437.26562Q240.39919 437.51562 240.75856 437.51562Q241.11794 437.51562 241.32106 437.28125Q241.53981 437.03125 241.53981 436.625L241.53981 436.25Q241.53981 435.875 241.32106 435.625Q241.10231 435.375 240.75856 435.375Q240.39919 435.375 240.18044 435.625Q239.97731 435.85938 239.97731 436.28125L239.97731 436.64062ZM237.50856 437.46875L236.99294 437.14062L240.46169 431.57812L240.97731 431.90625L237.50856 437.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M234.57106 438.0L229.91481 438.0L229.91481 437.34375L232.36794 434.60938Q232.91481 434.0 233.11794 433.60938Q233.33669 433.21875 233.33669 432.79688Q233.33669 432.25 232.99294 431.89062Q232.66481 431.53125 232.10231 431.53125Q231.43044 431.53125 231.05544 431.92188Q230.68044 432.29688 230.68044 432.98438L229.77419 432.98438Q229.77419 432.0 230.39919 431.40625Q231.03981 430.79688 232.10231 430.79688Q233.08669 430.79688 233.66481 431.3125Q234.24294 431.82812 234.24294 432.70312Q234.24294 433.75 232.89919 435.20312L231.00856 437.26562L234.57106 437.26562L234.57106 438.0ZM235.83669 432.25Q235.83669 431.625 236.24294 431.20312Q236.64919 430.78125 237.28981 430.78125Q237.94606 430.78125 238.33669 431.20312Q238.74294 431.625 238.74294 432.28125L238.74294 432.64062Q238.74294 433.28125 238.33669 433.6875Q237.93044 434.09375 237.30544 434.09375Q236.66481 434.09375 236.24294 433.6875Q235.83669 433.28125 235.83669 432.59375L235.83669 432.25ZM236.50856 432.64062Q236.50856 433.01562 236.71169 433.26562Q236.93044 433.5 237.30544 433.5Q237.64919 433.5 237.85231 433.26562Q238.07106 433.03125 238.07106 432.60938L238.07106 432.25Q238.07106 431.875 237.85231 431.625Q237.64919 431.375 237.28981 431.375Q236.93044 431.375 236.71169 431.625Q236.50856 431.875 236.50856 432.28125L236.50856 432.64062ZM239.28981 436.25Q239.28981 435.60938 239.69606 435.20312Q240.11794 434.79688 240.74294 434.79688Q241.38356 434.79688 241.78981 435.20312Q242.21169 435.60938 242.21169 436.29688L242.21169 436.64062Q242.21169 437.28125 241.80544 437.70312Q241.39919 438.10938 240.75856 438.10938Q240.13356 438.10938 239.71169 437.70312Q239.28981 437.28125 239.28981 436.60938L239.28981 436.25ZM239.97731 436.64062Q239.97731 437.01562 240.18044 437.26562Q240.39919 437.51562 240.75856 437.51562Q241.11794 437.51562 241.32106 437.28125Q241.53981 437.03125 241.53981 436.625L241.53981 436.25Q241.53981 435.875 241.32106 435.625Q241.10231 435.375 240.75856 435.375Q240.39919 435.375 240.18044 435.625Q239.97731 435.85938 239.97731 436.28125L239.97731 436.64062ZM237.50856 437.46875L236.99294 437.14062L240.46169 431.57812L240.97731 431.90625L237.50856 437.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M478.78113 491.4375L479.15613 487.89062L482.79675 487.89062L482.79675 488.71875L479.92175 488.71875L479.703 490.65625Q480.21863 490.35938 480.8905 490.35938Q481.85925 490.35938 482.42175 491.0Q482.99988 491.64062 482.99988 492.73438Q482.99988 493.82812 482.40613 494.46875Q481.81238 495.09375 480.74988 495.09375Q479.81238 495.09375 479.203 494.57812Q478.60925 494.04688 478.53113 493.125L479.3905 493.125Q479.46863 493.73438 479.81238 494.04688Q480.17175 494.35938 480.74988 494.35938Q481.37488 494.35938 481.73425 493.9375Q482.09363 493.5 482.09363 492.75Q482.09363 492.03125 481.703 491.60938Q481.328 491.17188 480.67175 491.17188Q480.09363 491.17188 479.74988 491.42188L479.5155 491.625L478.78113 491.4375ZM488.96863 488.39062L486.0155 495.0L485.078 495.0L487.99988 488.625L484.15613 488.625L484.15613 487.89062L488.96863 487.89062L488.96863 488.39062ZM490.29675 489.25Q490.29675 488.625 490.703 488.20312Q491.10925 487.78125 491.74988 487.78125Q492.40613 487.78125 492.79675 488.20312Q493.203 488.625 493.203 489.28125L493.203 489.64062Q493.203 490.28125 492.79675 490.6875Q492.3905 491.09375 491.7655 491.09375Q491.12488 491.09375 490.703 490.6875Q490.29675 490.28125 490.29675 489.59375L490.29675 489.25ZM490.96863 489.64062Q490.96863 490.01562 491.17175 490.26562Q491.3905 490.5 491.7655 490.5Q492.10925 490.5 492.31238 490.26562Q492.53113 490.03125 492.53113 489.60938L492.53113 489.25Q492.53113 488.875 492.31238 488.625Q492.10925 488.375 491.74988 488.375Q491.3905 488.375 491.17175 488.625Q490.96863 488.875 490.96863 489.28125L490.96863 489.64062ZM493.74988 493.25Q493.74988 492.60938 494.15613 492.20312Q494.578 491.79688 495.203 491.79688Q495.84363 491.79688 496.24988 492.20312Q496.67175 492.60938 496.67175 493.29688L496.67175 493.64062Q496.67175 494.28125 496.2655 494.70312Q495.85925 495.10938 495.21863 495.10938Q494.59363 495.10938 494.17175 494.70312Q493.74988 494.28125 493.74988 493.60938L493.74988 493.25ZM494.43738 493.64062Q494.43738 494.01562 494.6405 494.26562Q494.85925 494.51562 495.21863 494.51562Q495.578 494.51562 495.78113 494.28125Q495.99988 494.03125 495.99988 493.625L495.99988 493.25Q495.99988 492.875 495.78113 492.625Q495.56238 492.375 495.21863 492.375Q494.85925 492.375 494.6405 492.625Q494.43738 492.85938 494.43738 493.28125L494.43738 493.64062ZM491.96863 494.46875L491.453 494.14062L494.92175 488.57812L495.43738 488.90625L491.96863 494.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M478.78113 491.4375L479.15613 487.89062L482.79675 487.89062L482.79675 488.71875L479.92175 488.71875L479.703 490.65625Q480.21863 490.35938 480.8905 490.35938Q481.85925 490.35938 482.42175 491.0Q482.99988 491.64062 482.99988 492.73438Q482.99988 493.82812 482.40613 494.46875Q481.81238 495.09375 480.74988 495.09375Q479.81238 495.09375 479.203 494.57812Q478.60925 494.04688 478.53113 493.125L479.3905 493.125Q479.46863 493.73438 479.81238 494.04688Q480.17175 494.35938 480.74988 494.35938Q481.37488 494.35938 481.73425 493.9375Q482.09363 493.5 482.09363 492.75Q482.09363 492.03125 481.703 491.60938Q481.328 491.17188 480.67175 491.17188Q480.09363 491.17188 479.74988 491.42188L479.5155 491.625L478.78113 491.4375ZM488.96863 488.39062L486.0155 495.0L485.078 495.0L487.99988 488.625L484.15613 488.625L484.15613 487.89062L488.96863 487.89062L488.96863 488.39062ZM490.29675 489.25Q490.29675 488.625 490.703 488.20312Q491.10925 487.78125 491.74988 487.78125Q492.40613 487.78125 492.79675 488.20312Q493.203 488.625 493.203 489.28125L493.203 489.64062Q493.203 490.28125 492.79675 490.6875Q492.3905 491.09375 491.7655 491.09375Q491.12488 491.09375 490.703 490.6875Q490.29675 490.28125 490.29675 489.59375L490.29675 489.25ZM490.96863 489.64062Q490.96863 490.01562 491.17175 490.26562Q491.3905 490.5 491.7655 490.5Q492.10925 490.5 492.31238 490.26562Q492.53113 490.03125 492.53113 489.60938L492.53113 489.25Q492.53113 488.875 492.31238 488.625Q492.10925 488.375 491.74988 488.375Q491.3905 488.375 491.17175 488.625Q490.96863 488.875 490.96863 489.28125L490.96863 489.64062ZM493.74988 493.25Q493.74988 492.60938 494.15613 492.20312Q494.578 491.79688 495.203 491.79688Q495.84363 491.79688 496.24988 492.20312Q496.67175 492.60938 496.67175 493.29688L496.67175 493.64062Q496.67175 494.28125 496.2655 494.70312Q495.85925 495.10938 495.21863 495.10938Q494.59363 495.10938 494.17175 494.70312Q493.74988 494.28125 493.74988 493.60938L493.74988 493.25ZM494.43738 493.64062Q494.43738 494.01562 494.6405 494.26562Q494.85925 494.51562 495.21863 494.51562Q495.578 494.51562 495.78113 494.28125Q495.99988 494.03125 495.99988 493.625L495.99988 493.25Q495.99988 492.875 495.78113 492.625Q495.56238 492.375 495.21863 492.375Q494.85925 492.375 494.6405 492.625Q494.43738 492.85938 494.43738 493.28125L494.43738 493.64062ZM491.96863 494.46875L491.453 494.14062L494.92175 488.57812L495.43738 488.90625L491.96863 494.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M345.5236 110.0L340.86734 110.0L340.86734 109.34375L343.32047 106.609375Q343.86734 106.0 344.07047 105.609375Q344.2892 105.21875 344.2892 104.796875Q344.2892 104.25 343.94547 103.890625Q343.61734 103.53125 343.05484 103.53125Q342.38297 103.53125 342.00797 103.921875Q341.63297 104.296875 341.63297 104.984375L340.7267 104.984375Q340.7267 104.0 341.3517 103.40625Q341.99234 102.796875 343.05484 102.796875Q344.0392 102.796875 344.61734 103.3125Q345.19547 103.828125 345.19547 104.703125Q345.19547 105.75 343.8517 107.203125L341.9611 109.265625L345.5236 109.265625L345.5236 110.0ZM351.4611 103.390625L348.50797 110.0L347.57047 110.0L350.49234 103.625L346.6486 103.625L346.6486 102.890625L351.4611 102.890625L351.4611 103.390625ZM352.7892 104.25Q352.7892 103.625 353.19547 103.203125Q353.6017 102.78125 354.24234 102.78125Q354.8986 102.78125 355.2892 103.203125Q355.69547 103.625 355.69547 104.28125L355.69547 104.640625Q355.69547 105.28125 355.2892 105.6875Q354.88297 106.09375 354.25797 106.09375Q353.61734 106.09375 353.19547 105.6875Q352.7892 105.28125 352.7892 104.59375L352.7892 104.25ZM353.4611 104.640625Q353.4611 105.015625 353.6642 105.265625Q353.88297 105.5 354.25797 105.5Q354.6017 105.5 354.80484 105.265625Q355.0236 105.03125 355.0236 104.609375L355.0236 104.25Q355.0236 103.875 354.80484 103.625Q354.6017 103.375 354.24234 103.375Q353.88297 103.375 353.6642 103.625Q353.4611 103.875 353.4611 104.28125L353.4611 104.640625ZM356.24234 108.25Q356.24234 107.609375 356.6486 107.203125Q357.07047 106.796875 357.69547 106.796875Q358.3361 106.796875 358.74234 107.203125Q359.1642 107.609375 359.1642 108.296875L359.1642 108.640625Q359.1642 109.28125 358.75797 109.703125Q358.3517 110.109375 357.7111 110.109375Q357.0861 110.109375 356.6642 109.703125Q356.24234 109.28125 356.24234 108.609375L356.24234 108.25ZM356.92984 108.640625Q356.92984 109.015625 357.13297 109.265625Q357.3517 109.515625 357.7111 109.515625Q358.07047 109.515625 358.2736 109.28125Q358.49234 109.03125 358.49234 108.625L358.49234 108.25Q358.49234 107.875 358.2736 107.625Q358.05484 107.375 357.7111 107.375Q357.3517 107.375 357.13297 107.625Q356.92984 107.859375 356.92984 108.28125L356.92984 108.640625ZM354.4611 109.46875L353.94547 109.140625L357.4142 103.578125L357.92984 103.90625L354.4611 109.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M345.5236 110.0L340.86734 110.0L340.86734 109.34375L343.32047 106.609375Q343.86734 106.0 344.07047 105.609375Q344.2892 105.21875 344.2892 104.796875Q344.2892 104.25 343.94547 103.890625Q343.61734 103.53125 343.05484 103.53125Q342.38297 103.53125 342.00797 103.921875Q341.63297 104.296875 341.63297 104.984375L340.7267 104.984375Q340.7267 104.0 341.3517 103.40625Q341.99234 102.796875 343.05484 102.796875Q344.0392 102.796875 344.61734 103.3125Q345.19547 103.828125 345.19547 104.703125Q345.19547 105.75 343.8517 107.203125L341.9611 109.265625L345.5236 109.265625L345.5236 110.0ZM351.4611 103.390625L348.50797 110.0L347.57047 110.0L350.49234 103.625L346.6486 103.625L346.6486 102.890625L351.4611 102.890625L351.4611 103.390625ZM352.7892 104.25Q352.7892 103.625 353.19547 103.203125Q353.6017 102.78125 354.24234 102.78125Q354.8986 102.78125 355.2892 103.203125Q355.69547 103.625 355.69547 104.28125L355.69547 104.640625Q355.69547 105.28125 355.2892 105.6875Q354.88297 106.09375 354.25797 106.09375Q353.61734 106.09375 353.19547 105.6875Q352.7892 105.28125 352.7892 104.59375L352.7892 104.25ZM353.4611 104.640625Q353.4611 105.015625 353.6642 105.265625Q353.88297 105.5 354.25797 105.5Q354.6017 105.5 354.80484 105.265625Q355.0236 105.03125 355.0236 104.609375L355.0236 104.25Q355.0236 103.875 354.80484 103.625Q354.6017 103.375 354.24234 103.375Q353.88297 103.375 353.6642 103.625Q353.4611 103.875 353.4611 104.28125L353.4611 104.640625ZM356.24234 108.25Q356.24234 107.609375 356.6486 107.203125Q357.07047 106.796875 357.69547 106.796875Q358.3361 106.796875 358.74234 107.203125Q359.1642 107.609375 359.1642 108.296875L359.1642 108.640625Q359.1642 109.28125 358.75797 109.703125Q358.3517 110.109375 357.7111 110.109375Q357.0861 110.109375 356.6642 109.703125Q356.24234 109.28125 356.24234 108.609375L356.24234 108.25ZM356.92984 108.640625Q356.92984 109.015625 357.13297 109.265625Q357.3517 109.515625 357.7111 109.515625Q358.07047 109.515625 358.2736 109.28125Q358.49234 109.03125 358.49234 108.625L358.49234 108.25Q358.49234 107.875 358.2736 107.625Q358.05484 107.375 357.7111 107.375Q357.3517 107.375 357.13297 107.625Q356.92984 107.859375 356.92984 108.28125L356.92984 108.640625ZM354.4611 109.46875L353.94547 109.140625L357.4142 103.578125L357.92984 103.90625L354.4611 109.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M284.42023 167.0L283.51398 167.0L283.51398 160.98438L281.68585 161.64062L281.68585 160.82812L284.2796 159.85938L284.42023 159.85938L284.42023 167.0ZM288.76398 163.0L289.43585 163.0Q290.07648 163.0 290.43585 162.67188Q290.81085 162.34375 290.81085 161.78125Q290.81085 160.53125 289.56085 160.53125Q288.98273 160.53125 288.62335 160.875Q288.2796 161.20312 288.2796 161.75L287.37335 161.75Q287.37335 160.90625 287.99835 160.35938Q288.62335 159.79688 289.56085 159.79688Q290.57648 159.79688 291.13898 160.32812Q291.7171 160.85938 291.7171 161.79688Q291.7171 162.26562 291.42023 162.70312Q291.12335 163.14062 290.5921 163.35938Q291.18585 163.53125 291.49835 163.96875Q291.82648 164.39062 291.82648 165.01562Q291.82648 165.96875 291.20148 166.53125Q290.57648 167.09375 289.57648 167.09375Q288.57648 167.09375 287.93585 166.5625Q287.31085 166.01562 287.31085 165.125L288.23273 165.125Q288.23273 165.6875 288.5921 166.03125Q288.95148 166.35938 289.57648 166.35938Q290.23273 166.35938 290.57648 166.01562Q290.92023 165.67188 290.92023 165.03125Q290.92023 164.42188 290.5296 164.09375Q290.1546 163.75 289.43585 163.75L288.76398 163.75L288.76398 163.0ZM293.37335 161.25Q293.37335 160.625 293.7796 160.20312Q294.18585 159.78125 294.82648 159.78125Q295.48273 159.78125 295.87335 160.20312Q296.2796 160.625 296.2796 161.28125L296.2796 161.64062Q296.2796 162.28125 295.87335 162.6875Q295.4671 163.09375 294.8421 163.09375Q294.20148 163.09375 293.7796 162.6875Q293.37335 162.28125 293.37335 161.59375L293.37335 161.25ZM294.04523 161.64062Q294.04523 162.01562 294.24835 162.26562Q294.4671 162.5 294.8421 162.5Q295.18585 162.5 295.38898 162.26562Q295.60773 162.03125 295.60773 161.60938L295.60773 161.25Q295.60773 160.875 295.38898 160.625Q295.18585 160.375 294.82648 160.375Q294.4671 160.375 294.24835 160.625Q294.04523 160.875 294.04523 161.28125L294.04523 161.64062ZM296.82648 165.25Q296.82648 164.60938 297.23273 164.20312Q297.6546 163.79688 298.2796 163.79688Q298.92023 163.79688 299.32648 164.20312Q299.74835 164.60938 299.74835 165.29688L299.74835 165.64062Q299.74835 166.28125 299.3421 166.70312Q298.93585 167.10938 298.29523 167.10938Q297.67023 167.10938 297.24835 166.70312Q296.82648 166.28125 296.82648 165.60938L296.82648 165.25ZM297.51398 165.64062Q297.51398 166.01562 297.7171 166.26562Q297.93585 166.51562 298.29523 166.51562Q298.6546 166.51562 298.85773 166.28125Q299.07648 166.03125 299.07648 165.625L299.07648 165.25Q299.07648 164.875 298.85773 164.625Q298.63898 164.375 298.29523 164.375Q297.93585 164.375 297.7171 164.625Q297.51398 164.85938 297.51398 165.28125L297.51398 165.64062ZM295.04523 166.46875L294.5296 166.14062L297.99835 160.57812L298.51398 160.90625L295.04523 166.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M284.42023 167.0L283.51398 167.0L283.51398 160.98438L281.68585 161.64062L281.68585 160.82812L284.2796 159.85938L284.42023 159.85938L284.42023 167.0ZM288.76398 163.0L289.43585 163.0Q290.07648 163.0 290.43585 162.67188Q290.81085 162.34375 290.81085 161.78125Q290.81085 160.53125 289.56085 160.53125Q288.98273 160.53125 288.62335 160.875Q288.2796 161.20312 288.2796 161.75L287.37335 161.75Q287.37335 160.90625 287.99835 160.35938Q288.62335 159.79688 289.56085 159.79688Q290.57648 159.79688 291.13898 160.32812Q291.7171 160.85938 291.7171 161.79688Q291.7171 162.26562 291.42023 162.70312Q291.12335 163.14062 290.5921 163.35938Q291.18585 163.53125 291.49835 163.96875Q291.82648 164.39062 291.82648 165.01562Q291.82648 165.96875 291.20148 166.53125Q290.57648 167.09375 289.57648 167.09375Q288.57648 167.09375 287.93585 166.5625Q287.31085 166.01562 287.31085 165.125L288.23273 165.125Q288.23273 165.6875 288.5921 166.03125Q288.95148 166.35938 289.57648 166.35938Q290.23273 166.35938 290.57648 166.01562Q290.92023 165.67188 290.92023 165.03125Q290.92023 164.42188 290.5296 164.09375Q290.1546 163.75 289.43585 163.75L288.76398 163.75L288.76398 163.0ZM293.37335 161.25Q293.37335 160.625 293.7796 160.20312Q294.18585 159.78125 294.82648 159.78125Q295.48273 159.78125 295.87335 160.20312Q296.2796 160.625 296.2796 161.28125L296.2796 161.64062Q296.2796 162.28125 295.87335 162.6875Q295.4671 163.09375 294.8421 163.09375Q294.20148 163.09375 293.7796 162.6875Q293.37335 162.28125 293.37335 161.59375L293.37335 161.25ZM294.04523 161.64062Q294.04523 162.01562 294.24835 162.26562Q294.4671 162.5 294.8421 162.5Q295.18585 162.5 295.38898 162.26562Q295.60773 162.03125 295.60773 161.60938L295.60773 161.25Q295.60773 160.875 295.38898 160.625Q295.18585 160.375 294.82648 160.375Q294.4671 160.375 294.24835 160.625Q294.04523 160.875 294.04523 161.28125L294.04523 161.64062ZM296.82648 165.25Q296.82648 164.60938 297.23273 164.20312Q297.6546 163.79688 298.2796 163.79688Q298.92023 163.79688 299.32648 164.20312Q299.74835 164.60938 299.74835 165.29688L299.74835 165.64062Q299.74835 166.28125 299.3421 166.70312Q298.93585 167.10938 298.29523 167.10938Q297.67023 167.10938 297.24835 166.70312Q296.82648 166.28125 296.82648 165.60938L296.82648 165.25ZM297.51398 165.64062Q297.51398 166.01562 297.7171 166.26562Q297.93585 166.51562 298.29523 166.51562Q298.6546 166.51562 298.85773 166.28125Q299.07648 166.03125 299.07648 165.625L299.07648 165.25Q299.07648 164.875 298.85773 164.625Q298.63898 164.375 298.29523 164.375Q297.93585 164.375 297.7171 164.625Q297.51398 164.85938 297.51398 165.28125L297.51398 165.64062ZM295.04523 166.46875L294.5296 166.14062L297.99835 160.57812L298.51398 160.90625L295.04523 166.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M258.26025 216.39062L255.30714 223.0L254.36964 223.0L257.2915 216.625L253.44777 216.625L253.44777 215.89062L258.26025 215.89062L258.26025 216.39062ZM259.58838 217.25Q259.58838 216.625 259.99463 216.20312Q260.40088 215.78125 261.0415 215.78125Q261.69775 215.78125 262.08838 216.20312Q262.49463 216.625 262.49463 217.28125L262.49463 217.64062Q262.49463 218.28125 262.08838 218.6875Q261.68213 219.09375 261.05713 219.09375Q260.4165 219.09375 259.99463 218.6875Q259.58838 218.28125 259.58838 217.59375L259.58838 217.25ZM260.26025 217.64062Q260.26025 218.01562 260.46338 218.26562Q260.68213 218.5 261.05713 218.5Q261.40088 218.5 261.604 218.26562Q261.82275 218.03125 261.82275 217.60938L261.82275 217.25Q261.82275 216.875 261.604 216.625Q261.40088 216.375 261.0415 216.375Q260.68213 216.375 260.46338 216.625Q260.26025 216.875 260.26025 217.28125L260.26025 217.64062ZM263.0415 221.25Q263.0415 220.60938 263.44775 220.20312Q263.86963 219.79688 264.49463 219.79688Q265.13525 219.79688 265.5415 220.20312Q265.96338 220.60938 265.96338 221.29688L265.96338 221.64062Q265.96338 222.28125 265.55713 222.70312Q265.15088 223.10938 264.51025 223.10938Q263.88525 223.10938 263.46338 222.70312Q263.0415 222.28125 263.0415 221.60938L263.0415 221.25ZM263.729 221.64062Q263.729 222.01562 263.93213 222.26562Q264.15088 222.51562 264.51025 222.51562Q264.86963 222.51562 265.07275 222.28125Q265.2915 222.03125 265.2915 221.625L265.2915 221.25Q265.2915 220.875 265.07275 220.625Q264.854 220.375 264.51025 220.375Q264.15088 220.375 263.93213 220.625Q263.729 220.85938 263.729 221.28125L263.729 221.64062ZM261.26025 222.46875L260.74463 222.14062L264.21338 216.57812L264.729 216.90625L261.26025 222.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M258.26025 216.39062L255.30714 223.0L254.36964 223.0L257.2915 216.625L253.44777 216.625L253.44777 215.89062L258.26025 215.89062L258.26025 216.39062ZM259.58838 217.25Q259.58838 216.625 259.99463 216.20312Q260.40088 215.78125 261.0415 215.78125Q261.69775 215.78125 262.08838 216.20312Q262.49463 216.625 262.49463 217.28125L262.49463 217.64062Q262.49463 218.28125 262.08838 218.6875Q261.68213 219.09375 261.05713 219.09375Q260.4165 219.09375 259.99463 218.6875Q259.58838 218.28125 259.58838 217.59375L259.58838 217.25ZM260.26025 217.64062Q260.26025 218.01562 260.46338 218.26562Q260.68213 218.5 261.05713 218.5Q261.40088 218.5 261.604 218.26562Q261.82275 218.03125 261.82275 217.60938L261.82275 217.25Q261.82275 216.875 261.604 216.625Q261.40088 216.375 261.0415 216.375Q260.68213 216.375 260.46338 216.625Q260.26025 216.875 260.26025 217.28125L260.26025 217.64062ZM263.0415 221.25Q263.0415 220.60938 263.44775 220.20312Q263.86963 219.79688 264.49463 219.79688Q265.13525 219.79688 265.5415 220.20312Q265.96338 220.60938 265.96338 221.29688L265.96338 221.64062Q265.96338 222.28125 265.55713 222.70312Q265.15088 223.10938 264.51025 223.10938Q263.88525 223.10938 263.46338 222.70312Q263.0415 222.28125 263.0415 221.60938L263.0415 221.25ZM263.729 221.64062Q263.729 222.01562 263.93213 222.26562Q264.15088 222.51562 264.51025 222.51562Q264.86963 222.51562 265.07275 222.28125Q265.2915 222.03125 265.2915 221.625L265.2915 221.25Q265.2915 220.875 265.07275 220.625Q264.854 220.375 264.51025 220.375Q264.15088 220.375 263.93213 220.625Q263.729 220.85938 263.729 221.28125L263.729 221.64062ZM261.26025 222.46875L260.74463 222.14062L264.21338 216.57812L264.729 216.90625L261.26025 222.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.68538 276.60938L245.66975 276.60938L245.66975 277.34375L244.68538 277.34375L244.68538 279.0L243.77913 279.0L243.77913 277.34375L240.54475 277.34375L240.54475 276.8125L243.71663 271.89062L244.68538 271.89062L244.68538 276.60938ZM241.56038 276.60938L243.77913 276.60938L243.77913 273.125L243.66975 273.32812L241.56038 276.60938ZM246.79475 273.25Q246.79475 272.625 247.201 272.20312Q247.60725 271.78125 248.24788 271.78125Q248.90413 271.78125 249.29475 272.20312Q249.701 272.625 249.701 273.28125L249.701 273.64062Q249.701 274.28125 249.29475 274.6875Q248.8885 275.09375 248.2635 275.09375Q247.62288 275.09375 247.201 274.6875Q246.79475 274.28125 246.79475 273.59375L246.79475 273.25ZM247.46663 273.64062Q247.46663 274.01562 247.66975 274.26562Q247.8885 274.5 248.2635 274.5Q248.60725 274.5 248.81038 274.26562Q249.02913 274.03125 249.02913 273.60938L249.02913 273.25Q249.02913 272.875 248.81038 272.625Q248.60725 272.375 248.24788 272.375Q247.8885 272.375 247.66975 272.625Q247.46663 272.875 247.46663 273.28125L247.46663 273.64062ZM250.24788 277.25Q250.24788 276.60938 250.65413 276.20312Q251.076 275.79688 251.701 275.79688Q252.34163 275.79688 252.74788 276.20312Q253.16975 276.60938 253.16975 277.29688L253.16975 277.64062Q253.16975 278.28125 252.7635 278.70312Q252.35725 279.10938 251.71663 279.10938Q251.09163 279.10938 250.66975 278.70312Q250.24788 278.28125 250.24788 277.60938L250.24788 277.25ZM250.93538 277.64062Q250.93538 278.01562 251.1385 278.26562Q251.35725 278.51562 251.71663 278.51562Q252.076 278.51562 252.27913 278.28125Q252.49788 278.03125 252.49788 277.625L252.49788 277.25Q252.49788 276.875 252.27913 276.625Q252.06038 276.375 251.71663 276.375Q251.35725 276.375 251.1385 276.625Q250.93538 276.85938 250.93538 277.28125L250.93538 277.64062ZM248.46663 278.46875L247.951 278.14062L251.41975 272.57812L251.93538 272.90625L248.46663 278.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M244.68538 276.60938L245.66975 276.60938L245.66975 277.34375L244.68538 277.34375L244.68538 279.0L243.77913 279.0L243.77913 277.34375L240.54475 277.34375L240.54475 276.8125L243.71663 271.89062L244.68538 271.89062L244.68538 276.60938ZM241.56038 276.60938L243.77913 276.60938L243.77913 273.125L243.66975 273.32812L241.56038 276.60938ZM246.79475 273.25Q246.79475 272.625 247.201 272.20312Q247.60725 271.78125 248.24788 271.78125Q248.90413 271.78125 249.29475 272.20312Q249.701 272.625 249.701 273.28125L249.701 273.64062Q249.701 274.28125 249.29475 274.6875Q248.8885 275.09375 248.2635 275.09375Q247.62288 275.09375 247.201 274.6875Q246.79475 274.28125 246.79475 273.59375L246.79475 273.25ZM247.46663 273.64062Q247.46663 274.01562 247.66975 274.26562Q247.8885 274.5 248.2635 274.5Q248.60725 274.5 248.81038 274.26562Q249.02913 274.03125 249.02913 273.60938L249.02913 273.25Q249.02913 272.875 248.81038 272.625Q248.60725 272.375 248.24788 272.375Q247.8885 272.375 247.66975 272.625Q247.46663 272.875 247.46663 273.28125L247.46663 273.64062ZM250.24788 277.25Q250.24788 276.60938 250.65413 276.20312Q251.076 275.79688 251.701 275.79688Q252.34163 275.79688 252.74788 276.20312Q253.16975 276.60938 253.16975 277.29688L253.16975 277.64062Q253.16975 278.28125 252.7635 278.70312Q252.35725 279.10938 251.71663 279.10938Q251.09163 279.10938 250.66975 278.70312Q250.24788 278.28125 250.24788 277.60938L250.24788 277.25ZM250.93538 277.64062Q250.93538 278.01562 251.1385 278.26562Q251.35725 278.51562 251.71663 278.51562Q252.076 278.51562 252.27913 278.28125Q252.49788 278.03125 252.49788 277.625L252.49788 277.25Q252.49788 276.875 252.27913 276.625Q252.06038 276.375 251.71663 276.375Q251.35725 276.375 251.1385 276.625Q250.93538 276.85938 250.93538 277.28125L250.93538 277.64062ZM248.46663 278.46875L247.951 278.14062L251.41975 272.57812L251.93538 272.90625L248.46663 278.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.1439 335.0L227.23766 335.0L227.23766 328.98438L225.40953 329.64062L225.40953 328.82812L228.00328 327.85938L228.1439 327.85938L228.1439 335.0ZM231.09703 329.25Q231.09703 328.625 231.50328 328.20312Q231.90953 327.78125 232.55016 327.78125Q233.2064 327.78125 233.59703 328.20312Q234.00328 328.625 234.00328 329.28125L234.00328 329.64062Q234.00328 330.28125 233.59703 330.6875Q233.19078 331.09375 232.56578 331.09375Q231.92516 331.09375 231.50328 330.6875Q231.09703 330.28125 231.09703 329.59375L231.09703 329.25ZM231.7689 329.64062Q231.7689 330.01562 231.97203 330.26562Q232.19078 330.5 232.56578 330.5Q232.90953 330.5 233.11266 330.26562Q233.3314 330.03125 233.3314 329.60938L233.3314 329.25Q233.3314 328.875 233.11266 328.625Q232.90953 328.375 232.55016 328.375Q232.19078 328.375 231.97203 328.625Q231.7689 328.875 231.7689 329.28125L231.7689 329.64062ZM234.55016 333.25Q234.55016 332.60938 234.9564 332.20312Q235.37828 331.79688 236.00328 331.79688Q236.6439 331.79688 237.05016 332.20312Q237.47203 332.60938 237.47203 333.29688L237.47203 333.64062Q237.47203 334.28125 237.06578 334.70312Q236.65953 335.10938 236.0189 335.10938Q235.3939 335.10938 234.97203 334.70312Q234.55016 334.28125 234.55016 333.60938L234.55016 333.25ZM235.23766 333.64062Q235.23766 334.01562 235.44078 334.26562Q235.65953 334.51562 236.0189 334.51562Q236.37828 334.51562 236.5814 334.28125Q236.80016 334.03125 236.80016 333.625L236.80016 333.25Q236.80016 332.875 236.5814 332.625Q236.36266 332.375 236.0189 332.375Q235.65953 332.375 235.44078 332.625Q235.23766 332.85938 235.23766 333.28125L235.23766 333.64062ZM232.7689 334.46875L232.25328 334.14062L235.72203 328.57812L236.23766 328.90625L232.7689 334.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M228.1439 335.0L227.23766 335.0L227.23766 328.98438L225.40953 329.64062L225.40953 328.82812L228.00328 327.85938L228.1439 327.85938L228.1439 335.0ZM231.09703 329.25Q231.09703 328.625 231.50328 328.20312Q231.90953 327.78125 232.55016 327.78125Q233.2064 327.78125 233.59703 328.20312Q234.00328 328.625 234.00328 329.28125L234.00328 329.64062Q234.00328 330.28125 233.59703 330.6875Q233.19078 331.09375 232.56578 331.09375Q231.92516 331.09375 231.50328 330.6875Q231.09703 330.28125 231.09703 329.59375L231.09703 329.25ZM231.7689 329.64062Q231.7689 330.01562 231.97203 330.26562Q232.19078 330.5 232.56578 330.5Q232.90953 330.5 233.11266 330.26562Q233.3314 330.03125 233.3314 329.60938L233.3314 329.25Q233.3314 328.875 233.11266 328.625Q232.90953 328.375 232.55016 328.375Q232.19078 328.375 231.97203 328.625Q231.7689 328.875 231.7689 329.28125L231.7689 329.64062ZM234.55016 333.25Q234.55016 332.60938 234.9564 332.20312Q235.37828 331.79688 236.00328 331.79688Q236.6439 331.79688 237.05016 332.20312Q237.47203 332.60938 237.47203 333.29688L237.47203 333.64062Q237.47203 334.28125 237.06578 334.70312Q236.65953 335.10938 236.0189 335.10938Q235.3939 335.10938 234.97203 334.70312Q234.55016 334.28125 234.55016 333.60938L234.55016 333.25ZM235.23766 333.64062Q235.23766 334.01562 235.44078 334.26562Q235.65953 334.51562 236.0189 334.51562Q236.37828 334.51562 236.5814 334.28125Q236.80016 334.03125 236.80016 333.625L236.80016 333.25Q236.80016 332.875 236.5814 332.625Q236.36266 332.375 236.0189 332.375Q235.65953 332.375 235.44078 332.625Q235.23766 332.85938 235.23766 333.28125L235.23766 333.64062ZM232.7689 334.46875L232.25328 334.14062L235.72203 328.57812L236.23766 328.90625L232.7689 334.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.98692 391.0L227.08067 391.0L227.08067 384.98438L225.25255 385.64062L225.25255 384.82812L227.8463 383.85938L227.98692 383.85938L227.98692 391.0ZM230.94005 385.25Q230.94005 384.625 231.3463 384.20312Q231.75255 383.78125 232.39317 383.78125Q233.04942 383.78125 233.44005 384.20312Q233.8463 384.625 233.8463 385.28125L233.8463 385.64062Q233.8463 386.28125 233.44005 386.6875Q233.0338 387.09375 232.4088 387.09375Q231.76817 387.09375 231.3463 386.6875Q230.94005 386.28125 230.94005 385.59375L230.94005 385.25ZM231.61192 385.64062Q231.61192 386.01562 231.81505 386.26562Q232.0338 386.5 232.4088 386.5Q232.75255 386.5 232.95567 386.26562Q233.17442 386.03125 233.17442 385.60938L233.17442 385.25Q233.17442 384.875 232.95567 384.625Q232.75255 384.375 232.39317 384.375Q232.0338 384.375 231.81505 384.625Q231.61192 384.875 231.61192 385.28125L231.61192 385.64062ZM234.39317 389.25Q234.39317 388.60938 234.79942 388.20312Q235.2213 387.79688 235.8463 387.79688Q236.48692 387.79688 236.89317 388.20312Q237.31505 388.60938 237.31505 389.29688L237.31505 389.64062Q237.31505 390.28125 236.9088 390.70312Q236.50255 391.10938 235.86192 391.10938Q235.23692 391.10938 234.81505 390.70312Q234.39317 390.28125 234.39317 389.60938L234.39317 389.25ZM235.08067 389.64062Q235.08067 390.01562 235.2838 390.26562Q235.50255 390.51562 235.86192 390.51562Q236.2213 390.51562 236.42442 390.28125Q236.64317 390.03125 236.64317 389.625L236.64317 389.25Q236.64317 388.875 236.42442 388.625Q236.20567 388.375 235.86192 388.375Q235.50255 388.375 235.2838 388.625Q235.08067 388.85938 235.08067 389.28125L235.08067 389.64062ZM232.61192 390.46875L232.0963 390.14062L235.56505 384.57812L236.08067 384.90625L232.61192 390.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M227.98692 391.0L227.08067 391.0L227.08067 384.98438L225.25255 385.64062L225.25255 384.82812L227.8463 383.85938L227.98692 383.85938L227.98692 391.0ZM230.94005 385.25Q230.94005 384.625 231.3463 384.20312Q231.75255 383.78125 232.39317 383.78125Q233.04942 383.78125 233.44005 384.20312Q233.8463 384.625 233.8463 385.28125L233.8463 385.64062Q233.8463 386.28125 233.44005 386.6875Q233.0338 387.09375 232.4088 387.09375Q231.76817 387.09375 231.3463 386.6875Q230.94005 386.28125 230.94005 385.59375L230.94005 385.25ZM231.61192 385.64062Q231.61192 386.01562 231.81505 386.26562Q232.0338 386.5 232.4088 386.5Q232.75255 386.5 232.95567 386.26562Q233.17442 386.03125 233.17442 385.60938L233.17442 385.25Q233.17442 384.875 232.95567 384.625Q232.75255 384.375 232.39317 384.375Q232.0338 384.375 231.81505 384.625Q231.61192 384.875 231.61192 385.28125L231.61192 385.64062ZM234.39317 389.25Q234.39317 388.60938 234.79942 388.20312Q235.2213 387.79688 235.8463 387.79688Q236.48692 387.79688 236.89317 388.20312Q237.31505 388.60938 237.31505 389.29688L237.31505 389.64062Q237.31505 390.28125 236.9088 390.70312Q236.50255 391.10938 235.86192 391.10938Q235.23692 391.10938 234.81505 390.70312Q234.39317 390.28125 234.39317 389.60938L234.39317 389.25ZM235.08067 389.64062Q235.08067 390.01562 235.2838 390.26562Q235.50255 390.51562 235.86192 390.51562Q236.2213 390.51562 236.42442 390.28125Q236.64317 390.03125 236.64317 389.625L236.64317 389.25Q236.64317 388.875 236.42442 388.625Q236.20567 388.375 235.86192 388.375Q235.50255 388.375 235.2838 388.625Q235.08067 388.85938 235.08067 389.28125L235.08067 389.64062ZM232.61192 390.46875L232.0963 390.14062L235.56505 384.57812L236.08067 384.90625L232.61192 390.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.0698 447.0L229.41354 447.0L229.41354 446.34375L231.86667 443.60938Q232.41354 443.0 232.61667 442.60938Q232.83542 442.21875 232.83542 441.79688Q232.83542 441.25 232.49167 440.89062Q232.16354 440.53125 231.60104 440.53125Q230.92917 440.53125 230.55417 440.92188Q230.17917 441.29688 230.17917 441.98438L229.27292 441.98438Q229.27292 441.0 229.89792 440.40625Q230.53854 439.79688 231.60104 439.79688Q232.58542 439.79688 233.16354 440.3125Q233.74167 440.82812 233.74167 441.70312Q233.74167 442.75 232.39792 444.20312L230.5073 446.26562L234.0698 446.26562L234.0698 447.0ZM235.33542 441.25Q235.33542 440.625 235.74167 440.20312Q236.14792 439.78125 236.78854 439.78125Q237.4448 439.78125 237.83542 440.20312Q238.24167 440.625 238.24167 441.28125L238.24167 441.64062Q238.24167 442.28125 237.83542 442.6875Q237.42917 443.09375 236.80417 443.09375Q236.16354 443.09375 235.74167 442.6875Q235.33542 442.28125 235.33542 441.59375L235.33542 441.25ZM236.0073 441.64062Q236.0073 442.01562 236.21042 442.26562Q236.42917 442.5 236.80417 442.5Q237.14792 442.5 237.35104 442.26562Q237.5698 442.03125 237.5698 441.60938L237.5698 441.25Q237.5698 440.875 237.35104 440.625Q237.14792 440.375 236.78854 440.375Q236.42917 440.375 236.21042 440.625Q236.0073 440.875 236.0073 441.28125L236.0073 441.64062ZM238.78854 445.25Q238.78854 444.60938 239.1948 444.20312Q239.61667 443.79688 240.24167 443.79688Q240.8823 443.79688 241.28854 444.20312Q241.71042 444.60938 241.71042 445.29688L241.71042 445.64062Q241.71042 446.28125 241.30417 446.70312Q240.89792 447.10938 240.2573 447.10938Q239.6323 447.10938 239.21042 446.70312Q238.78854 446.28125 238.78854 445.60938L238.78854 445.25ZM239.47604 445.64062Q239.47604 446.01562 239.67917 446.26562Q239.89792 446.51562 240.2573 446.51562Q240.61667 446.51562 240.8198 446.28125Q241.03854 446.03125 241.03854 445.625L241.03854 445.25Q241.03854 444.875 240.8198 444.625Q240.60104 444.375 240.2573 444.375Q239.89792 444.375 239.67917 444.625Q239.47604 444.85938 239.47604 445.28125L239.47604 445.64062ZM237.0073 446.46875L236.49167 446.14062L239.96042 440.57812L240.47604 440.90625L237.0073 446.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M234.0698 447.0L229.41354 447.0L229.41354 446.34375L231.86667 443.60938Q232.41354 443.0 232.61667 442.60938Q232.83542 442.21875 232.83542 441.79688Q232.83542 441.25 232.49167 440.89062Q232.16354 440.53125 231.60104 440.53125Q230.92917 440.53125 230.55417 440.92188Q230.17917 441.29688 230.17917 441.98438L229.27292 441.98438Q229.27292 441.0 229.89792 440.40625Q230.53854 439.79688 231.60104 439.79688Q232.58542 439.79688 233.16354 440.3125Q233.74167 440.82812 233.74167 441.70312Q233.74167 442.75 232.39792 444.20312L230.5073 446.26562L234.0698 446.26562L234.0698 447.0ZM235.33542 441.25Q235.33542 440.625 235.74167 440.20312Q236.14792 439.78125 236.78854 439.78125Q237.4448 439.78125 237.83542 440.20312Q238.24167 440.625 238.24167 441.28125L238.24167 441.64062Q238.24167 442.28125 237.83542 442.6875Q237.42917 443.09375 236.80417 443.09375Q236.16354 443.09375 235.74167 442.6875Q235.33542 442.28125 235.33542 441.59375L235.33542 441.25ZM236.0073 441.64062Q236.0073 442.01562 236.21042 442.26562Q236.42917 442.5 236.80417 442.5Q237.14792 442.5 237.35104 442.26562Q237.5698 442.03125 237.5698 441.60938L237.5698 441.25Q237.5698 440.875 237.35104 440.625Q237.14792 440.375 236.78854 440.375Q236.42917 440.375 236.21042 440.625Q236.0073 440.875 236.0073 441.28125L236.0073 441.64062ZM238.78854 445.25Q238.78854 444.60938 239.1948 444.20312Q239.61667 443.79688 240.24167 443.79688Q240.8823 443.79688 241.28854 444.20312Q241.71042 444.60938 241.71042 445.29688L241.71042 445.64062Q241.71042 446.28125 241.30417 446.70312Q240.89792 447.10938 240.2573 447.10938Q239.6323 447.10938 239.21042 446.70312Q238.78854 446.28125 238.78854 445.60938L238.78854 445.25ZM239.47604 445.64062Q239.47604 446.01562 239.67917 446.26562Q239.89792 446.51562 240.2573 446.51562Q240.61667 446.51562 240.8198 446.28125Q241.03854 446.03125 241.03854 445.625L241.03854 445.25Q241.03854 444.875 240.8198 444.625Q240.60104 444.375 240.2573 444.375Q239.89792 444.375 239.67917 444.625Q239.47604 444.85938 239.47604 445.28125L239.47604 445.64062ZM237.0073 446.46875L236.49167 446.14062L239.96042 440.57812L240.47604 440.90625L237.0073 446.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M504.13852 496.89062L504.13852 497.65625L503.96664 497.65625Q502.91977 497.67188 502.29477 498.28125Q501.66977 498.875 501.5604 499.98438Q502.1229 499.34375 503.09164 499.34375Q504.02914 499.34375 504.57602 500.0Q505.13852 500.64062 505.13852 501.6875Q505.13852 502.78125 504.52914 503.4375Q503.9354 504.09375 502.9354 504.09375Q501.91977 504.09375 501.27914 503.3125Q500.63852 502.53125 500.63852 501.29688L500.63852 500.95312Q500.63852 498.98438 501.46664 497.95312Q502.3104 496.90625 503.96664 496.89062L504.13852 496.89062ZM502.95102 500.09375Q502.48227 500.09375 502.09164 500.375Q501.70102 500.64062 501.54477 501.0625L501.54477 501.39062Q501.54477 502.28125 501.9354 502.8125Q502.34164 503.34375 502.9354 503.34375Q503.54477 503.34375 503.88852 502.90625Q504.2479 502.45312 504.2479 501.71875Q504.2479 500.98438 503.88852 500.54688Q503.52914 500.09375 502.95102 500.09375ZM511.2479 504.0L506.59164 504.0L506.59164 503.34375L509.04477 500.60938Q509.59164 500.0 509.79477 499.60938Q510.01352 499.21875 510.01352 498.79688Q510.01352 498.25 509.66977 497.89062Q509.34164 497.53125 508.77914 497.53125Q508.10727 497.53125 507.73227 497.92188Q507.35727 498.29688 507.35727 498.98438L506.45102 498.98438Q506.45102 498.0 507.07602 497.40625Q507.71664 496.79688 508.77914 496.79688Q509.76352 496.79688 510.34164 497.3125Q510.91977 497.82812 510.91977 498.70312Q510.91977 499.75 509.57602 501.20312L507.6854 503.26562L511.2479 503.26562L511.2479 504.0ZM512.5135 498.25Q512.5135 497.625 512.91974 497.20312Q513.326 496.78125 513.9666 496.78125Q514.62286 496.78125 515.0135 497.20312Q515.41974 497.625 515.41974 498.28125L515.41974 498.64062Q515.41974 499.28125 515.0135 499.6875Q514.60724 500.09375 513.98224 500.09375Q513.3416 500.09375 512.91974 499.6875Q512.5135 499.28125 512.5135 498.59375L512.5135 498.25ZM513.18536 498.64062Q513.18536 499.01562 513.3885 499.26562Q513.60724 499.5 513.98224 499.5Q514.326 499.5 514.5291 499.26562Q514.74786 499.03125 514.74786 498.60938L514.74786 498.25Q514.74786 497.875 514.5291 497.625Q514.326 497.375 513.9666 497.375Q513.60724 497.375 513.3885 497.625Q513.18536 497.875 513.18536 498.28125L513.18536 498.64062ZM515.9666 502.25Q515.9666 501.60938 516.37286 501.20312Q516.79474 500.79688 517.41974 500.79688Q518.06036 500.79688 518.4666 501.20312Q518.8885 501.60938 518.8885 502.29688L518.8885 502.64062Q518.8885 503.28125 518.48224 503.70312Q518.076 504.10938 517.43536 504.10938Q516.81036 504.10938 516.3885 503.70312Q515.9666 503.28125 515.9666 502.60938L515.9666 502.25ZM516.6541 502.64062Q516.6541 503.01562 516.85724 503.26562Q517.076 503.51562 517.43536 503.51562Q517.79474 503.51562 517.99786 503.28125Q518.2166 503.03125 518.2166 502.625L518.2166 502.25Q518.2166 501.875 517.99786 501.625Q517.7791 501.375 517.43536 501.375Q517.076 501.375 516.85724 501.625Q516.6541 501.85938 516.6541 502.28125L516.6541 502.64062ZM514.18536 503.46875L513.66974 503.14062L517.1385 497.57812L517.6541 497.90625L514.18536 503.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M504.13852 496.89062L504.13852 497.65625L503.96664 497.65625Q502.91977 497.67188 502.29477 498.28125Q501.66977 498.875 501.5604 499.98438Q502.1229 499.34375 503.09164 499.34375Q504.02914 499.34375 504.57602 500.0Q505.13852 500.64062 505.13852 501.6875Q505.13852 502.78125 504.52914 503.4375Q503.9354 504.09375 502.9354 504.09375Q501.91977 504.09375 501.27914 503.3125Q500.63852 502.53125 500.63852 501.29688L500.63852 500.95312Q500.63852 498.98438 501.46664 497.95312Q502.3104 496.90625 503.96664 496.89062L504.13852 496.89062ZM502.95102 500.09375Q502.48227 500.09375 502.09164 500.375Q501.70102 500.64062 501.54477 501.0625L501.54477 501.39062Q501.54477 502.28125 501.9354 502.8125Q502.34164 503.34375 502.9354 503.34375Q503.54477 503.34375 503.88852 502.90625Q504.2479 502.45312 504.2479 501.71875Q504.2479 500.98438 503.88852 500.54688Q503.52914 500.09375 502.95102 500.09375ZM511.2479 504.0L506.59164 504.0L506.59164 503.34375L509.04477 500.60938Q509.59164 500.0 509.79477 499.60938Q510.01352 499.21875 510.01352 498.79688Q510.01352 498.25 509.66977 497.89062Q509.34164 497.53125 508.77914 497.53125Q508.10727 497.53125 507.73227 497.92188Q507.35727 498.29688 507.35727 498.98438L506.45102 498.98438Q506.45102 498.0 507.07602 497.40625Q507.71664 496.79688 508.77914 496.79688Q509.76352 496.79688 510.34164 497.3125Q510.91977 497.82812 510.91977 498.70312Q510.91977 499.75 509.57602 501.20312L507.6854 503.26562L511.2479 503.26562L511.2479 504.0ZM512.51355 498.25Q512.51355 497.625 512.9198 497.20312Q513.32605 496.78125 513.9667 496.78125Q514.6229 496.78125 515.01355 497.20312Q515.4198 497.625 515.4198 498.28125L515.4198 498.64062Q515.4198 499.28125 515.01355 499.6875Q514.6073 500.09375 513.9823 500.09375Q513.3417 500.09375 512.9198 499.6875Q512.51355 499.28125 512.51355 498.59375L512.51355 498.25ZM513.1854 498.64062Q513.1854 499.01562 513.38855 499.26562Q513.6073 499.5 513.9823 499.5Q514.32605 499.5 514.5292 499.26562Q514.7479 499.03125 514.7479 498.60938L514.7479 498.25Q514.7479 497.875 514.5292 497.625Q514.32605 497.375 513.9667 497.375Q513.6073 497.375 513.38855 497.625Q513.1854 497.875 513.1854 498.28125L513.1854 498.64062ZM515.9667 502.25Q515.9667 501.60938 516.3729 501.20312Q516.7948 500.79688 517.4198 500.79688Q518.0604 500.79688 518.4667 501.20312Q518.88855 501.60938 518.88855 502.29688L518.88855 502.64062Q518.88855 503.28125 518.4823 503.70312Q518.07605 504.10938 517.4354 504.10938Q516.8104 504.10938 516.38855 503.70312Q515.9667 503.28125 515.9667 502.60938L515.9667 502.25ZM516.6542 502.64062Q516.6542 503.01562 516.8573 503.26562Q517.07605 503.51562 517.4354 503.51562Q517.7948 503.51562 517.9979 503.28125Q518.2167 503.03125 518.2167 502.625L518.2167 502.25Q518.2167 501.875 517.9979 501.625Q517.7792 501.375 517.4354 501.375Q517.07605 501.375 516.8573 501.625Q516.6542 501.85938 516.6542 502.28125L516.6542 502.64062ZM514.1854 503.46875L513.6698 503.14062L517.13855 497.57812L517.6542 497.90625L514.1854 503.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M295.09708 558.7837Q295.09708 558.01807 295.58145 557.51807Q296.08145 557.01807 296.84708 557.01807Q297.62833 557.01807 298.1127 557.51807Q298.59708 558.01807 298.59708 558.81494L298.59708 559.2368Q298.59708 560.00244 298.09708 560.50244Q297.6127 560.9868 296.8627 560.9868Q296.09708 560.9868 295.59708 560.50244Q295.09708 560.00244 295.09708 559.18994L295.09708 558.7837ZM295.90958 559.2368Q295.90958 559.68994 296.15958 559.9868Q296.4252 560.2837 296.8627 560.2837Q297.28458 560.2837 297.53458 560.00244Q297.78458 559.70557 297.78458 559.20557L297.78458 558.7837Q297.78458 558.33057 297.53458 558.0337Q297.28458 557.7212 296.84708 557.7212Q296.40958 557.7212 296.15958 558.0337Q295.90958 558.33057 295.90958 558.7993L295.90958 559.2368ZM299.25333 563.58057Q299.25333 562.81494 299.7377 562.33057Q300.2377 561.83057 301.00333 561.83057Q301.76895 561.83057 302.25333 562.33057Q302.75333 562.81494 302.75333 563.62744L302.75333 564.0337Q302.75333 564.7993 302.26895 565.2993Q301.78458 565.7993 301.01895 565.7993Q300.25333 565.7993 299.75333 565.31494Q299.25333 564.81494 299.25333 564.00244L299.25333 563.58057ZM300.06583 564.0337Q300.06583 564.50244 300.31583 564.7993Q300.58145 565.0962 301.01895 565.0962Q301.44083 565.0962 301.69083 564.81494Q301.94083 564.51807 301.94083 564.01807L301.94083 563.58057Q301.94083 563.1118 301.6752 562.83057Q301.4252 562.5337 301.00333 562.5337Q300.58145 562.5337 300.31583 562.83057Q300.06583 563.1118 300.06583 563.6118L300.06583 564.0337ZM297.1127 565.0337L296.4877 564.64307L300.65958 557.9712L301.26895 558.3618L297.1127 565.0337ZM307.01895 562.43994Q307.01895 561.51807 307.37833 560.76807Q307.75333 560.01807 308.40958 559.62744Q309.06583 559.2212 309.89395 559.2212Q311.19083 559.2212 311.9877 560.1118Q312.8002 561.00244 312.8002 562.50244L312.8002 562.58057Q312.8002 563.50244 312.44083 564.2368Q312.08145 564.9712 311.4252 565.39307Q310.76895 565.7993 309.90958 565.7993Q308.62833 565.7993 307.81583 564.9087Q307.01895 564.00244 307.01895 562.51807L307.01895 562.43994ZM308.1127 562.58057Q308.1127 563.62744 308.59708 564.26807Q309.09708 564.9087 309.90958 564.9087Q310.7377 564.9087 311.22208 564.26807Q311.70645 563.6118 311.70645 562.43994Q311.70645 561.4087 311.20645 560.76807Q310.72208 560.1118 309.89395 560.1118Q309.09708 560.1118 308.59708 560.75244Q308.1127 561.37744 308.1127 562.58057ZM314.84708 565.6743L314.84708 560.1743L313.84708 560.1743L313.84708 559.33057L314.84708 559.33057L314.84708 558.68994Q314.84708 557.6587 315.37833 557.1118Q315.9252 556.5493 316.9252 556.5493Q317.3002 556.5493 317.6752 556.64307L317.6127 557.5337Q317.33145 557.4712 317.03458 557.4712Q316.50333 557.4712 316.20645 557.7837Q315.9252 558.0962 315.9252 558.6587L315.9252 559.33057L317.28458 559.33057L317.28458 560.1743L315.9252 560.1743L315.9252 565.6743L314.84708 565.6743ZM324.37833 560.2993Q324.12833 560.26807 323.84708 560.26807Q322.76895 560.26807 322.39395 561.1743L322.39395 565.6743L321.31583 565.6743L321.31583 559.33057L322.3627 559.33057L322.37833 560.06494Q322.90958 559.2212 323.89395 559.2212Q324.20645 559.2212 324.37833 559.2993L324.37833 560.2993ZM327.94083 565.7993Q326.64395 565.7993 325.83145 564.95557Q325.03458 564.0962 325.03458 562.6743L325.03458 562.4868Q325.03458 561.5337 325.39395 560.7993Q325.75333 560.0493 326.39395 559.64307Q327.0502 559.2212 327.8002 559.2212Q329.03458 559.2212 329.72208 560.0337Q330.40958 560.8462 330.40958 562.3618L330.40958 562.81494L326.1127 562.81494Q326.14395 563.75244 326.65958 564.33057Q327.19083 564.9087 328.00333 564.9087Q328.56583 564.9087 328.95645 564.6743Q329.3627 564.43994 329.6752 564.0493L330.33145 564.56494Q329.53458 565.7993 327.94083 565.7993ZM327.8002 560.1118Q327.14395 560.1118 326.69083 560.5962Q326.25333 561.06494 326.15958 561.9243L329.33145 561.9243L329.33145 561.8462Q329.28458 561.01807 328.87833 560.56494Q328.4877 560.1118 327.8002 560.1118ZM335.00333 563.9868Q335.00333 563.5493 334.65958 563.31494Q334.33145 563.06494 333.50333 562.89307Q332.69083 562.7212 332.20645 562.4712Q331.72208 562.2212 331.4877 561.89307Q331.26895 561.5493 331.26895 561.08057Q331.26895 560.2993 331.9252 559.76807Q332.58145 559.2212 333.6127 559.2212Q334.69083 559.2212 335.34708 559.7837Q336.01895 560.33057 336.01895 561.18994L334.94083 561.18994Q334.94083 560.75244 334.5502 560.43994Q334.1752 560.1118 333.6127 560.1118Q333.01895 560.1118 332.6752 560.37744Q332.34708 560.62744 332.34708 561.0337Q332.34708 561.4243 332.65958 561.62744Q332.97208 561.83057 333.78458 562.01807Q334.59708 562.18994 335.09708 562.43994Q335.59708 562.68994 335.83145 563.0493Q336.08145 563.4087 336.08145 563.9087Q336.08145 564.76807 335.39395 565.2837Q334.72208 565.7993 333.64395 565.7993Q332.87833 565.7993 332.28458 565.5337Q331.70645 565.25244 331.37833 564.76807Q331.0502 564.2837 331.0502 563.7212L332.12833 563.7212Q332.15958 564.26807 332.56583 564.5962Q332.97208 564.9087 333.64395 564.9087Q334.25333 564.9087 334.62833 564.6587Q335.00333 564.4087 335.00333 563.9868ZM342.65958 562.58057Q342.65958 564.01807 342.00333 564.9087Q341.34708 565.7993 340.20645 565.7993Q339.0502 565.7993 338.39395 565.06494L338.39395 568.1118L337.31583 568.1118L337.31583 559.33057L338.3002 559.33057L338.34708 560.0337Q339.01895 559.2212 340.19083 559.2212Q341.33145 559.2212 341.9877 560.08057Q342.65958 560.93994 342.65958 562.4712L342.65958 562.58057ZM341.58145 562.45557Q341.58145 561.37744 341.1127 560.76807Q340.65958 560.14307 339.8627 560.14307Q338.87833 560.14307 338.39395 561.00244L338.39395 564.0337Q338.87833 564.9087 339.87833 564.9087Q340.65958 564.9087 341.1127 564.2993Q341.58145 563.6743 341.58145 562.45557ZM344.01895 562.43994Q344.01895 561.51807 344.37833 560.76807Q344.75333 560.01807 345.40958 559.62744Q346.06583 559.2212 346.89395 559.2212Q348.19083 559.2212 348.9877 560.1118Q349.8002 561.00244 349.8002 562.50244L349.8002 562.58057Q349.8002 563.50244 349.44083 564.2368Q349.08145 564.9712 348.4252 565.39307Q347.76895 565.7993 346.90958 565.7993Q345.62833 565.7993 344.81583 564.9087Q344.01895 564.00244 344.01895 562.51807L344.01895 562.43994ZM345.1127 562.58057Q345.1127 563.62744 345.59708 564.26807Q346.09708 564.9087 346.90958 564.9087Q347.7377 564.9087 348.22208 564.26807Q348.70645 563.6118 348.70645 562.43994Q348.70645 561.4087 348.20645 560.76807Q347.72208 560.1118 346.89395 560.1118Q346.09708 560.1118 345.59708 560.75244Q345.1127 561.37744 345.1127 562.58057ZM352.33145 559.33057L352.3627 560.12744Q353.09708 559.2212 354.26895 559.2212Q356.28458 559.2212 356.3002 561.4868L356.3002 565.6743L355.20645 565.6743L355.20645 561.4712Q355.20645 560.7993 354.89395 560.4712Q354.59708 560.14307 353.94083 560.14307Q353.40958 560.14307 353.00333 560.4243Q352.6127 560.70557 352.39395 561.1587L352.39395 565.6743L351.31583 565.6743L351.31583 559.33057L352.33145 559.33057ZM358.0502 562.45557Q358.0502 560.9868 358.7377 560.1118Q359.4252 559.2212 360.5502 559.2212Q361.65958 559.2212 362.31583 559.9712L362.31583 556.6743L363.39395 556.6743L363.39395 565.6743L362.39395 565.6743L362.34708 564.9868Q361.69083 565.7993 360.53458 565.7993Q359.44083 565.7993 358.7377 564.89307Q358.0502 563.9868 358.0502 562.5337L358.0502 562.45557ZM359.12833 562.58057Q359.12833 563.6587 359.56583 564.26807Q360.01895 564.87744 360.8002 564.87744Q361.83145 564.87744 362.31583 563.93994L362.31583 561.0337Q361.83145 560.14307 360.81583 560.14307Q360.01895 560.14307 359.56583 560.75244Q359.12833 561.3618 359.12833 562.58057ZM367.94083 565.7993Q366.64395 565.7993 365.83145 564.95557Q365.03458 564.0962 365.03458 562.6743L365.03458 562.4868Q365.03458 561.5337 365.39395 560.7993Q365.75333 560.0493 366.39395 559.64307Q367.0502 559.2212 367.8002 559.2212Q369.03458 559.2212 369.72208 560.0337Q370.40958 560.8462 370.40958 562.3618L370.40958 562.81494L366.1127 562.81494Q366.14395 563.75244 366.65958 564.33057Q367.19083 564.9087 368.00333 564.9087Q368.56583 564.9087 368.95645 564.6743Q369.3627 564.43994 369.6752 564.0493L370.33145 564.56494Q369.53458 565.7993 367.94083 565.7993ZM367.8002 560.1118Q367.14395 560.1118 366.69083 560.5962Q366.25333 561.06494 366.15958 561.9243L369.33145 561.9243L369.33145 561.8462Q369.28458 561.01807 368.87833 560.56494Q368.4877 560.1118 367.8002 560.1118ZM372.33145 559.33057L372.3627 560.12744Q373.09708 559.2212 374.26895 559.2212Q376.28458 559.2212 376.3002 561.4868L376.3002 565.6743L375.20645 565.6743L375.20645 561.4712Q375.20645 560.7993 374.89395 560.4712Q374.59708 560.14307 373.94083 560.14307Q373.40958 560.14307 373.00333 560.4243Q372.6127 560.70557 372.39395 561.1587L372.39395 565.6743L371.31583 565.6743L371.31583 559.33057L372.33145 559.33057ZM379.78458 557.7993L379.78458 559.33057L380.95645 559.33057L380.95645 560.1743L379.78458 560.1743L379.78458 564.0962Q379.78458 564.4868 379.94083 564.6743Q380.09708 564.8618 380.47208 564.8618Q380.65958 564.8618 380.9877 564.7993L380.9877 565.6743Q380.56583 565.7993 380.15958 565.7993Q379.44083 565.7993 379.06583 565.3618Q378.69083 564.9087 378.69083 564.0962L378.69083 560.1743L377.53458 560.1743L377.53458 559.33057L378.69083 559.33057L378.69083 557.7993L379.78458 557.7993ZM386.00333 563.9868Q386.00333 563.5493 385.65958 563.31494Q385.33145 563.06494 384.50333 562.89307Q383.69083 562.7212 383.20645 562.4712Q382.72208 562.2212 382.4877 561.89307Q382.26895 561.5493 382.26895 561.08057Q382.26895 560.2993 382.9252 559.76807Q383.58145 559.2212 384.6127 559.2212Q385.69083 559.2212 386.34708 559.7837Q387.01895 560.33057 387.01895 561.18994L385.94083 561.18994Q385.94083 560.75244 385.5502 560.43994Q385.1752 560.1118 384.6127 560.1118Q384.01895 560.1118 383.6752 560.37744Q383.34708 560.62744 383.34708 561.0337Q383.34708 561.4243 383.65958 561.62744Q383.97208 561.83057 384.78458 562.01807Q385.59708 562.18994 386.09708 562.43994Q386.59708 562.68994 386.83145 563.0493Q387.08145 563.4087 387.08145 563.9087Q387.08145 564.76807 386.39395 565.2837Q385.72208 565.7993 384.64395 565.7993Q383.87833 565.7993 383.28458 565.5337Q382.70645 565.25244 382.37833 564.76807Q382.0502 564.2837 382.0502 563.7212L383.12833 563.7212Q383.15958 564.26807 383.56583 564.5962Q383.97208 564.9087 384.64395 564.9087Q385.25333 564.9087 385.62833 564.6587Q386.00333 564.4087 386.00333 563.9868ZM396.9252 564.1743L398.14395 559.33057L399.22208 559.33057L397.37833 565.6743L396.50333 565.6743L394.95645 560.8618L393.45645 565.6743L392.58145 565.6743L390.7377 559.33057L391.81583 559.33057L393.06583 564.08057L394.5502 559.33057L395.40958 559.33057L396.9252 564.1743ZM401.39395 560.0962Q402.1127 559.2212 403.26895 559.2212Q405.28458 559.2212 405.3002 561.4868L405.3002 565.6743L404.20645 565.6743L404.20645 561.4712Q404.20645 560.7993 403.89395 560.4712Q403.59708 560.14307 402.94083 560.14307Q402.40958 560.14307 402.00333 560.4243Q401.6127 560.70557 401.39395 561.1587L401.39395 565.6743L400.31583 565.6743L400.31583 556.6743L401.39395 556.6743L401.39395 560.0962ZM407.01895 562.43994Q407.01895 561.51807 407.37833 560.76807Q407.75333 560.01807 408.40958 559.62744Q409.06583 559.2212 409.89395 559.2212Q411.19083 559.2212 411.9877 560.1118Q412.8002 561.00244 412.8002 562.50244L412.8002 562.58057Q412.8002 563.50244 412.44083 564.2368Q412.08145 564.9712 411.4252 565.39307Q410.76895 565.7993 409.90958 565.7993Q408.62833 565.7993 407.81583 564.9087Q407.01895 564.00244 407.01895 562.51807L407.01895 562.43994ZM408.1127 562.58057Q408.1127 563.62744 408.59708 564.26807Q409.09708 564.9087 409.90958 564.9087Q410.7377 564.9087 411.22208 564.26807Q411.70645 563.6118 411.70645 562.43994Q411.70645 561.4087 411.20645 560.76807Q410.72208 560.1118 409.89395 560.1118Q409.09708 560.1118 408.59708 560.75244Q408.1127 561.37744 408.1127 562.58057ZM421.22208 565.6743Q421.12833 565.4868 421.06583 565.00244Q420.31583 565.7993 419.26895 565.7993Q418.33145 565.7993 417.72208 565.26807Q417.12833 564.7368 417.12833 563.9087Q417.12833 562.9243 417.87833 562.37744Q418.62833 561.83057 420.00333 561.83057L421.0502 561.83057L421.0502 561.33057Q421.0502 560.76807 420.70645 560.43994Q420.37833 560.0962 419.70645 560.0962Q419.12833 560.0962 418.7377 560.39307Q418.34708 560.6743 418.34708 561.0962L417.25333 561.0962Q417.25333 560.6118 417.58145 560.1743Q417.9252 559.7368 418.50333 559.4868Q419.08145 559.2212 419.76895 559.2212Q420.87833 559.2212 421.4877 559.76807Q422.1127 560.31494 422.14395 561.26807L422.14395 564.18994Q422.14395 565.06494 422.3627 565.58057L422.3627 565.6743L421.22208 565.6743ZM419.4252 564.8462Q419.94083 564.8462 420.39395 564.58057Q420.84708 564.31494 421.0502 563.89307L421.0502 562.5962L420.20645 562.5962Q418.20645 562.5962 418.20645 563.76807Q418.20645 564.26807 418.5502 564.56494Q418.89395 564.8462 419.4252 564.8462ZM424.0502 562.45557Q424.0502 560.9712 424.7377 560.0962Q425.4252 559.2212 426.5502 559.2212Q427.70645 559.2212 428.3627 560.0337L428.40958 559.33057L429.40958 559.33057L429.40958 565.51807Q429.40958 566.75244 428.6752 567.45557Q427.94083 568.1743 426.72208 568.1743Q426.03458 568.1743 425.37833 567.87744Q424.72208 567.58057 424.37833 567.08057L424.94083 566.4243Q425.62833 567.2837 426.64395 567.2837Q427.4252 567.2837 427.8627 566.83057Q428.31583 566.39307 428.31583 565.58057L428.31583 565.0337Q427.65958 565.7993 426.53458 565.7993Q425.4252 565.7993 424.7377 564.9087Q424.0502 564.00244 424.0502 562.45557ZM425.14395 562.58057Q425.14395 563.64307 425.58145 564.26807Q426.01895 564.87744 426.81583 564.87744Q427.83145 564.87744 428.31583 563.93994L428.31583 561.0493Q427.81583 560.14307 426.81583 560.14307Q426.03458 560.14307 425.58145 560.75244Q425.14395 561.3618 425.14395 562.58057ZM434.37833 560.2993Q434.12833 560.26807 433.84708 560.26807Q432.76895 560.26807 432.39395 561.1743L432.39395 565.6743L431.31583 565.6743L431.31583 559.33057L432.3627 559.33057L432.37833 560.06494Q432.90958 559.2212 433.89395 559.2212Q434.20645 559.2212 434.37833 559.2993L434.37833 560.2993ZM437.94083 565.7993Q436.64395 565.7993 435.83145 564.95557Q435.03458 564.0962 435.03458 562.6743L435.03458 562.4868Q435.03458 561.5337 435.39395 560.7993Q435.75333 560.0493 436.39395 559.64307Q437.0502 559.2212 437.8002 559.2212Q439.03458 559.2212 439.72208 560.0337Q440.40958 560.8462 440.40958 562.3618L440.40958 562.81494L436.1127 562.81494Q436.14395 563.75244 436.65958 564.33057Q437.19083 564.9087 438.00333 564.9087Q438.56583 564.9087 438.95645 564.6743Q439.3627 564.43994 439.6752 564.0493L440.33145 564.56494Q439.53458 565.7993 437.94083 565.7993ZM437.8002 560.1118Q437.14395 560.1118 436.69083 560.5962Q436.25333 561.06494 436.15958 561.9243L439.33145 561.9243L439.33145 561.8462Q439.28458 561.01807 438.87833 560.56494Q438.4877 560.1118 437.8002 560.1118ZM443.94083 565.7993Q442.64395 565.7993 441.83145 564.95557Q441.03458 564.0962 441.03458 562.6743L441.03458 562.4868Q441.03458 561.5337 441.39395 560.7993Q441.75333 560.0493 442.39395 559.64307Q443.0502 559.2212 443.8002 559.2212Q445.03458 559.2212 445.72208 560.0337Q446.40958 560.8462 446.40958 562.3618L446.40958 562.81494L442.1127 562.81494Q442.14395 563.75244 442.65958 564.33057Q443.19083 564.9087 444.00333 564.9087Q444.56583 564.9087 444.95645 564.6743Q445.3627 564.43994 445.6752 564.0493L446.33145 564.56494Q445.53458 565.7993 443.94083 565.7993ZM443.8002 560.1118Q443.14395 560.1118 442.69083 560.5962Q442.25333 561.06494 442.15958 561.9243L445.33145 561.9243L445.33145 561.8462Q445.28458 561.01807 444.87833 560.56494Q444.4877 560.1118 443.8002 560.1118Z" fill-rule="nonzero"/><path fill="#666666" d="M140.20312 95.678795L136.625 95.678795L135.82812 97.91317L134.67188 97.91317L137.92188 89.38192L138.90625 89.38192L142.17188 97.91317L141.01562 97.91317L140.20312 95.678795ZM136.96875 94.75692L139.875 94.75692L138.42188 90.772545L136.96875 94.75692ZM152.79688 96.78817Q152.35938 97.41317 151.57812 97.72567Q150.79688 98.03817 149.76562 98.03817Q148.73438 98.03817 147.92188 97.553795Q147.10938 97.053795 146.67188 96.147545Q146.23438 95.241295 146.21875 94.053795L146.21875 93.31942Q146.21875 91.38192 147.10938 90.31942Q148.01562 89.25692 149.64062 89.25692Q150.98438 89.25692 151.79688 89.94442Q152.60938 90.63192 152.79688 91.88192L151.67188 91.88192Q151.34375 90.19442 149.65625 90.19442Q148.51562 90.19442 147.9375 90.991295Q147.35938 91.772545 147.34375 93.28817L147.34375 93.97567Q147.34375 95.41317 148.0 96.272545Q148.65625 97.116295 149.78125 97.116295Q150.40625 97.116295 150.875 96.97567Q151.35938 96.835045 151.67188 96.491295L151.67188 94.585045L149.70312 94.585045L149.70312 93.66317L152.79688 93.66317L152.79688 96.78817ZM154.03125 94.678795Q154.03125 93.75692 154.39062 93.00692Q154.76562 92.25692 155.42188 91.866295Q156.07812 91.460045 156.90625 91.460045Q158.20312 91.460045 159.0 92.35067Q159.8125 93.241295 159.8125 94.741295L159.8125 94.81942Q159.8125 95.741295 159.45312 96.47567Q159.09375 97.210045 158.4375 97.63192Q157.78125 98.03817 156.92188 98.03817Q155.64062 98.03817 154.82812 97.147545Q154.03125 96.241295 154.03125 94.75692L154.03125 94.678795ZM155.125 94.81942Q155.125 95.866295 155.60938 96.50692Q156.10938 97.147545 156.92188 97.147545Q157.75 97.147545 158.23438 96.50692Q158.71875 95.85067 158.71875 94.678795Q158.71875 93.647545 158.21875 93.00692Q157.73438 92.35067 156.90625 92.35067Q156.10938 92.35067 155.60938 92.991295Q155.125 93.616295 155.125 94.81942ZM165.34375 91.56942L165.375 92.272545Q166.0625 91.460045 167.25 91.460045Q168.57812 91.460045 169.0625 92.47567Q169.375 92.022545 169.875 91.741295Q170.39062 91.460045 171.07812 91.460045Q173.17188 91.460045 173.20312 93.66317L173.20312 97.91317L172.125 97.91317L172.125 93.72567Q172.125 93.053795 171.8125 92.72567Q171.5 92.38192 170.76562 92.38192Q170.15625 92.38192 169.75 92.741295Q169.35938 93.10067 169.29688 93.710045L169.29688 97.91317L168.21875 97.91317L168.21875 93.75692Q168.21875 92.38192 166.85938 92.38192Q165.79688 92.38192 165.40625 93.28817L165.40625 97.91317L164.3125 97.91317L164.3125 91.56942L165.34375 91.56942ZM177.95312 98.03817Q176.65625 98.03817 175.84375 97.19442Q175.04688 96.335045 175.04688 94.91317L175.04688 94.72567Q175.04688 93.772545 175.40625 93.03817Q175.76562 92.28817 176.40625 91.88192Q177.0625 91.460045 177.8125 91.460045Q179.04688 91.460045 179.73438 92.272545Q180.42188 93.085045 180.42188 94.60067L180.42188 95.053795L176.125 95.053795Q176.15625 95.991295 176.67188 96.56942Q177.20312 97.147545 178.01562 97.147545Q178.57812 97.147545 178.96875 96.91317Q179.375 96.678795 179.6875 96.28817L180.34375 96.803795Q179.54688 98.03817 177.95312 98.03817ZM177.8125 92.35067Q177.15625 92.35067 176.70312 92.835045Q176.26562 93.303795 176.17188 94.16317L179.34375 94.16317L179.34375 94.085045Q179.29688 93.25692 178.89062 92.803795Q178.5 92.35067 177.8125 92.35067ZM183.95312 98.03817Q182.65625 98.03817 181.84375 97.19442Q181.04688 96.335045 181.04688 94.91317L181.04688 94.72567Q181.04688 93.772545 181.40625 93.03817Q181.76562 92.28817 182.40625 91.88192Q183.0625 91.460045 183.8125 91.460045Q185.04688 91.460045 185.73438 92.272545Q186.42188 93.085045 186.42188 94.60067L186.42188 95.053795L182.125 95.053795Q182.15625 95.991295 182.67188 96.56942Q183.20312 97.147545 184.01562 97.147545Q184.57812 97.147545 184.96875 96.91317Q185.375 96.678795 185.6875 96.28817L186.34375 96.803795Q185.54688 98.03817 183.95312 98.03817ZM183.8125 92.35067Q183.15625 92.35067 182.70312 92.835045Q182.26562 93.303795 182.17188 94.16317L185.34375 94.16317L185.34375 94.085045Q185.29688 93.25692 184.89062 92.803795Q184.5 92.35067 183.8125 92.35067ZM188.79688 90.03817L188.79688 91.56942L189.96875 91.56942L189.96875 92.41317L188.79688 92.41317L188.79688 96.335045Q188.79688 96.72567 188.95312 96.91317Q189.10938 97.10067 189.48438 97.10067Q189.67188 97.10067 190.0 97.03817L190.0 97.91317Q189.57812 98.03817 189.17188 98.03817Q188.45312 98.03817 188.07812 97.60067Q187.70312 97.147545 187.70312 96.335045L187.70312 92.41317L186.54688 92.41317L186.54688 91.56942L187.70312 91.56942L187.70312 90.03817L188.79688 90.03817ZM195.23438 97.28817Q194.60938 98.03817 193.375 98.03817Q192.35938 98.03817 191.82812 97.44442Q191.29688 96.85067 191.29688 95.69442L191.29688 91.56942L192.375 91.56942L192.375 95.66317Q192.375 97.116295 193.54688 97.116295Q194.79688 97.116295 195.20312 96.178795L195.20312 91.56942L196.29688 91.56942L196.29688 97.91317L195.26562 97.91317L195.23438 97.28817ZM203.67188 94.81942Q203.67188 96.25692 203.01562 97.147545Q202.35938 98.03817 201.21875 98.03817Q200.0625 98.03817 199.40625 97.303795L199.40625 100.35067L198.32812 100.35067L198.32812 91.56942L199.3125 91.56942L199.35938 92.272545Q200.03125 91.460045 201.20312 91.460045Q202.34375 91.460045 203.0 92.31942Q203.67188 93.178795 203.67188 94.710045L203.67188 94.81942ZM202.59375 94.69442Q202.59375 93.616295 202.125 93.00692Q201.67188 92.38192 200.875 92.38192Q199.89062 92.38192 199.40625 93.241295L199.40625 96.272545Q199.89062 97.147545 200.89062 97.147545Q201.67188 97.147545 202.125 96.53817Q202.59375 95.91317 202.59375 94.69442Z" fill-rule="nonzero"/><path fill="#666666" d="M78.203125 144.34647L74.625 144.34647L73.828125 146.58084L72.671875 146.58084L75.921875 138.04959L76.90625 138.04959L80.171875 146.58084L79.015625 146.58084L78.203125 144.34647ZM74.96875 143.42459L77.875 143.42459L76.421875 139.44022L74.96875 143.42459ZM90.796875 145.45584Q90.359375 146.08084 89.578125 146.39334Q88.796875 146.70584 87.765625 146.70584Q86.734375 146.70584 85.921875 146.22147Q85.109375 145.72147 84.671875 144.81522Q84.234375 143.90897 84.21875 142.72147L84.21875 141.98709Q84.21875 140.04959 85.109375 138.98709Q86.015625 137.92459 87.640625 137.92459Q88.984375 137.92459 89.796875 138.61209Q90.609375 139.29959 90.796875 140.54959L89.671875 140.54959Q89.34375 138.86209 87.65625 138.86209Q86.515625 138.86209 85.9375 139.65897Q85.359375 140.44022 85.34375 141.95584L85.34375 142.64334Q85.34375 144.08084 86.0 144.94022Q86.65625 145.78397 87.78125 145.78397Q88.40625 145.78397 88.875 145.64334Q89.359375 145.50272 89.671875 145.15897L89.671875 143.25272L87.703125 143.25272L87.703125 142.33084L90.796875 142.33084L90.796875 145.45584ZM92.03125 143.34647Q92.03125 142.42459 92.390625 141.67459Q92.765625 140.92459 93.421875 140.53397Q94.078125 140.12772 94.90625 140.12772Q96.203125 140.12772 97.0 141.01834Q97.8125 141.90897 97.8125 143.40897L97.8125 143.48709Q97.8125 144.40897 97.453125 145.14334Q97.09375 145.87772 96.4375 146.29959Q95.78125 146.70584 94.921875 146.70584Q93.640625 146.70584 92.828125 145.81522Q92.03125 144.90897 92.03125 143.42459L92.03125 143.34647ZM93.125 143.48709Q93.125 144.53397 93.609375 145.17459Q94.109375 145.81522 94.921875 145.81522Q95.75 145.81522 96.234375 145.17459Q96.71875 144.51834 96.71875 143.34647Q96.71875 142.31522 96.21875 141.67459Q95.734375 141.01834 94.90625 141.01834Q94.109375 141.01834 93.609375 141.65897Q93.125 142.28397 93.125 143.48709ZM103.796875 138.70584L103.796875 140.23709L104.96875 140.23709L104.96875 141.08084L103.796875 141.08084L103.796875 145.00272Q103.796875 145.39334 103.953125 145.58084Q104.109375 145.76834 104.484375 145.76834Q104.671875 145.76834 105.0 145.70584L105.0 146.58084Q104.578125 146.70584 104.171875 146.70584Q103.453125 146.70584 103.078125 146.26834Q102.703125 145.81522 102.703125 145.00272L102.703125 141.08084L101.546875 141.08084L101.546875 140.23709L102.703125 140.23709L102.703125 138.70584L103.796875 138.70584ZM107.40625 141.00272Q108.125 140.12772 109.28125 140.12772Q111.296875 140.12772 111.3125 142.39334L111.3125 146.58084L110.21875 146.58084L110.21875 142.37772Q110.21875 141.70584 109.90625 141.37772Q109.609375 141.04959 108.953125 141.04959Q108.421875 141.04959 108.015625 141.33084Q107.625 141.61209 107.40625 142.06522L107.40625 146.58084L106.328125 146.58084L106.328125 137.58084L107.40625 137.58084L107.40625 141.00272ZM115.953125 146.70584Q114.65625 146.70584 113.84375 145.86209Q113.046875 145.00272 113.046875 143.58084L113.046875 143.39334Q113.046875 142.44022 113.40625 141.70584Q113.765625 140.95584 114.40625 140.54959Q115.0625 140.12772 115.8125 140.12772Q117.046875 140.12772 117.734375 140.94022Q118.421875 141.75272 118.421875 143.26834L118.421875 143.72147L114.125 143.72147Q114.15625 144.65897 114.671875 145.23709Q115.203125 145.81522 116.015625 145.81522Q116.578125 145.81522 116.96875 145.58084Q117.375 145.34647 117.6875 144.95584L118.34375 145.47147Q117.546875 146.70584 115.953125 146.70584ZM115.8125 141.01834Q115.15625 141.01834 114.703125 141.50272Q114.265625 141.97147 114.171875 142.83084L117.34375 142.83084L117.34375 142.75272Q117.296875 141.92459 116.890625 141.47147Q116.5 141.01834 115.8125 141.01834ZM120.34375 140.23709L120.375 140.94022Q121.0625 140.12772 122.25 140.12772Q123.578125 140.12772 124.0625 141.14334Q124.375 140.69022 124.875 140.40897Q125.390625 140.12772 126.078125 140.12772Q128.17188 140.12772 128.20312 142.33084L128.20312 146.58084L127.125 146.58084L127.125 142.39334Q127.125 141.72147 126.8125 141.39334Q126.5 141.04959 125.765625 141.04959Q125.15625 141.04959 124.75 141.40897Q124.359375 141.76834 124.296875 142.37772L124.296875 146.58084L123.21875 146.58084L123.21875 142.42459Q123.21875 141.04959 121.859375 141.04959Q120.796875 141.04959 120.40625 141.95584L120.40625 146.58084L119.3125 146.58084L119.3125 140.23709L120.34375 140.23709ZM132.95312 146.70584Q131.65625 146.70584 130.84375 145.86209Q130.04688 145.00272 130.04688 143.58084L130.04688 143.39334Q130.04688 142.44022 130.40625 141.70584Q130.76562 140.95584 131.40625 140.54959Q132.0625 140.12772 132.8125 140.12772Q134.04688 140.12772 134.73438 140.94022Q135.42188 141.75272 135.42188 143.26834L135.42188 143.72147L131.125 143.72147Q131.15625 144.65897 131.67188 145.23709Q132.20312 145.81522 133.01562 145.81522Q133.57812 145.81522 133.96875 145.58084Q134.375 145.34647 134.6875 144.95584L135.34375 145.47147Q134.54688 146.70584 132.95312 146.70584ZM132.8125 141.01834Q132.15625 141.01834 131.70312 141.50272Q131.26562 141.97147 131.17188 142.83084L134.34375 142.83084L134.34375 142.75272Q134.29688 141.92459 133.89062 141.47147Q133.5 141.01834 132.8125 141.01834ZM136.0625 143.36209Q136.0625 141.89334 136.75 141.01834Q137.4375 140.12772 138.5625 140.12772Q139.67188 140.12772 140.32812 140.87772L140.32812 137.58084L141.40625 137.58084L141.40625 146.58084L140.40625 146.58084L140.35938 145.89334Q139.70312 146.70584 138.54688 146.70584Q137.45312 146.70584 136.75 145.79959Q136.0625 144.89334 136.0625 143.44022L136.0625 143.36209ZM137.14062 143.48709Q137.14062 144.56522 137.57812 145.17459Q138.03125 145.78397 138.8125 145.78397Q139.84375 145.78397 140.32812 144.84647L140.32812 141.94022Q139.84375 141.04959 138.82812 141.04959Q138.03125 141.04959 137.57812 141.65897Q137.14062 142.26834 137.14062 143.48709ZM148.85938 145.81522Q149.4375 145.81522 149.875 145.47147Q150.3125 145.11209 150.35938 144.58084L151.39062 144.58084Q151.35938 145.12772 151.0 145.62772Q150.65625 146.11209 150.07812 146.40897Q149.51562 146.70584 148.85938 146.70584Q147.5625 146.70584 146.79688 145.84647Q146.04688 144.97147 146.04688 143.47147L146.04688 143.28397Q146.04688 142.36209 146.375 141.64334Q146.71875 140.92459 147.34375 140.53397Q147.98438 140.12772 148.85938 140.12772Q149.92188 140.12772 150.625 140.76834Q151.34375 141.39334 151.39062 142.42459L150.35938 142.42459Q150.3125 141.79959 149.89062 141.40897Q149.46875 141.01834 148.85938 141.01834Q148.03125 141.01834 147.57812 141.61209Q147.125 142.20584 147.125 143.33084L147.125 143.53397Q147.125 144.62772 147.57812 145.22147Q148.03125 145.81522 148.85938 145.81522ZM152.03125 143.34647Q152.03125 142.42459 152.39062 141.67459Q152.76562 140.92459 153.42188 140.53397Q154.07812 140.12772 154.90625 140.12772Q156.20312 140.12772 157.0 141.01834Q157.8125 141.90897 157.8125 143.40897L157.8125 143.48709Q157.8125 144.40897 157.45312 145.14334Q157.09375 145.87772 156.4375 146.29959Q155.78125 146.70584 154.92188 146.70584Q153.64062 146.70584 152.82812 145.81522Q152.03125 144.90897 152.03125 143.42459L152.03125 143.34647ZM153.125 143.48709Q153.125 144.53397 153.60938 145.17459Q154.10938 145.81522 154.92188 145.81522Q155.75 145.81522 156.23438 145.17459Q156.71875 144.51834 156.71875 143.34647Q156.71875 142.31522 156.21875 141.67459Q155.73438 141.01834 154.90625 141.01834Q154.10938 141.01834 153.60938 141.65897Q153.125 142.28397 153.125 143.48709ZM160.34375 140.23709L160.375 141.03397Q161.10938 140.12772 162.28125 140.12772Q164.29688 140.12772 164.3125 142.39334L164.3125 146.58084L163.21875 146.58084L163.21875 142.37772Q163.21875 141.70584 162.90625 141.37772Q162.60938 141.04959 161.95312 141.04959Q161.42188 141.04959 161.01562 141.33084Q160.625 141.61209 160.40625 142.06522L160.40625 146.58084L159.32812 146.58084L159.32812 140.23709L160.34375 140.23709ZM166.85938 146.58084L166.85938 141.08084L165.85938 141.08084L165.85938 140.23709L166.85938 140.23709L166.85938 139.59647Q166.85938 138.56522 167.39062 138.01834Q167.9375 137.45584 168.9375 137.45584Q169.3125 137.45584 169.6875 137.54959L169.625 138.44022Q169.34375 138.37772 169.04688 138.37772Q168.51562 138.37772 168.21875 138.69022Q167.9375 139.00272 167.9375 139.56522L167.9375 140.23709L169.29688 140.23709L169.29688 141.08084L167.9375 141.08084L167.9375 146.58084L166.85938 146.58084ZM172.95312 146.70584Q171.65625 146.70584 170.84375 145.86209Q170.04688 145.00272 170.04688 143.58084L170.04688 143.39334Q170.04688 142.44022 170.40625 141.70584Q170.76562 140.95584 171.40625 140.54959Q172.0625 140.12772 172.8125 140.12772Q174.04688 140.12772 174.73438 140.94022Q175.42188 141.75272 175.42188 143.26834L175.42188 143.72147L171.125 143.72147Q171.15625 144.65897 171.67188 145.23709Q172.20312 145.81522 173.01562 145.81522Q173.57812 145.81522 173.96875 145.58084Q174.375 145.34647 174.6875 144.95584L175.34375 145.47147Q174.54688 146.70584 172.95312 146.70584ZM172.8125 141.01834Q172.15625 141.01834 171.70312 141.50272Q171.26562 141.97147 171.17188 142.83084L174.34375 142.83084L174.34375 142.75272Q174.29688 141.92459 173.89062 141.47147Q173.5 141.01834 172.8125 141.01834ZM179.39062 141.20584Q179.14062 141.17459 178.85938 141.17459Q177.78125 141.17459 177.40625 142.08084L177.40625 146.58084L176.32812 146.58084L176.32812 140.23709L177.375 140.23709L177.39062 140.97147Q177.92188 140.12772 178.90625 140.12772Q179.21875 140.12772 179.39062 140.20584L179.39062 141.20584ZM182.95312 146.70584Q181.65625 146.70584 180.84375 145.86209Q180.04688 145.00272 180.04688 143.58084L180.04688 143.39334Q180.04688 142.44022 180.40625 141.70584Q180.76562 140.95584 181.40625 140.54959Q182.0625 140.12772 182.8125 140.12772Q184.04688 140.12772 184.73438 140.94022Q185.42188 141.75272 185.42188 143.26834L185.42188 143.72147L181.125 143.72147Q181.15625 144.65897 181.67188 145.23709Q182.20312 145.81522 183.01562 145.81522Q183.57812 145.81522 183.96875 145.58084Q184.375 145.34647 184.6875 144.95584L185.34375 145.47147Q184.54688 146.70584 182.95312 146.70584ZM182.8125 141.01834Q182.15625 141.01834 181.70312 141.50272Q181.26562 141.97147 181.17188 142.83084L184.34375 142.83084L184.34375 142.75272Q184.29688 141.92459 183.89062 141.47147Q183.5 141.01834 182.8125 141.01834ZM187.34375 140.23709L187.375 141.03397Q188.10938 140.12772 189.28125 140.12772Q191.29688 140.12772 191.3125 142.39334L191.3125 146.58084L190.21875 146.58084L190.21875 142.37772Q190.21875 141.70584 189.90625 141.37772Q189.60938 141.04959 188.95312 141.04959Q188.42188 141.04959 188.01562 141.33084Q187.625 141.61209 187.40625 142.06522L187.40625 146.58084L186.32812 146.58084L186.32812 140.23709L187.34375 140.23709ZM195.85938 145.81522Q196.4375 145.81522 196.875 145.47147Q197.3125 145.11209 197.35938 144.58084L198.39062 144.58084Q198.35938 145.12772 198.0 145.62772Q197.65625 146.11209 197.07812 146.40897Q196.51562 146.70584 195.85938 146.70584Q194.5625 146.70584 193.79688 145.84647Q193.04688 144.97147 193.04688 143.47147L193.04688 143.28397Q193.04688 142.36209 193.375 141.64334Q193.71875 140.92459 194.34375 140.53397Q194.98438 140.12772 195.85938 140.12772Q196.92188 140.12772 197.625 140.76834Q198.34375 141.39334 198.39062 142.42459L197.35938 142.42459Q197.3125 141.79959 196.89062 141.40897Q196.46875 141.01834 195.85938 141.01834Q195.03125 141.01834 194.57812 141.61209Q194.125 142.20584 194.125 143.33084L194.125 143.53397Q194.125 144.62772 194.57812 145.22147Q195.03125 145.81522 195.85938 145.81522ZM201.95312 146.70584Q200.65625 146.70584 199.84375 145.86209Q199.04688 145.00272 199.04688 143.58084L199.04688 143.39334Q199.04688 142.44022 199.40625 141.70584Q199.76562 140.95584 200.40625 140.54959Q201.0625 140.12772 201.8125 140.12772Q203.04688 140.12772 203.73438 140.94022Q204.42188 141.75272 204.42188 143.26834L204.42188 143.72147L200.125 143.72147Q200.15625 144.65897 200.67188 145.23709Q201.20312 145.81522 202.01562 145.81522Q202.57812 145.81522 202.96875 145.58084Q203.375 145.34647 203.6875 144.95584L204.34375 145.47147Q203.54688 146.70584 201.95312 146.70584ZM201.8125 141.01834Q201.15625 141.01834 200.70312 141.50272Q200.26562 141.97147 200.17188 142.83084L203.34375 142.83084L203.34375 142.75272Q203.29688 141.92459 202.89062 141.47147Q202.5 141.01834 201.8125 141.01834Z" fill-rule="nonzero"/><path fill="#666666" d="M48.28125 158.11209Q48.28125 156.79959 48.625 155.58084Q48.984375 154.36209 49.6875 153.36209Q50.390625 152.36209 51.15625 151.95584L51.375 152.67459Q50.515625 153.33084 49.96875 154.67459Q49.421875 156.01834 49.375 157.69022L49.359375 158.19022Q49.359375 160.45584 50.1875 162.11209Q50.6875 163.11209 51.375 163.67459L51.15625 164.33084Q50.375 163.90897 49.65625 162.87772Q48.28125 160.89334 48.28125 158.11209ZM58.796875 160.45584Q58.359375 161.08084 57.578125 161.39334Q56.796875 161.70584 55.765625 161.70584Q54.734375 161.70584 53.921875 161.22147Q53.109375 160.72147 52.671875 159.81522Q52.234375 158.90897 52.21875 157.72147L52.21875 156.98709Q52.21875 155.04959 53.109375 153.98709Q54.015625 152.92459 55.640625 152.92459Q56.984375 152.92459 57.796875 153.61209Q58.609375 154.29959 58.796875 155.54959L57.671875 155.54959Q57.34375 153.86209 55.65625 153.86209Q54.515625 153.86209 53.9375 154.65897Q53.359375 155.44022 53.34375 156.95584L53.34375 157.64334Q53.34375 159.08084 54.0 159.94022Q54.65625 160.78397 55.78125 160.78397Q56.40625 160.78397 56.875 160.64334Q57.359375 160.50272 57.671875 160.15897L57.671875 158.25272L55.703125 158.25272L55.703125 157.33084L58.796875 157.33084L58.796875 160.45584ZM60.03125 158.34647Q60.03125 157.42459 60.390625 156.67459Q60.765625 155.92459 61.421875 155.53397Q62.078125 155.12772 62.90625 155.12772Q64.203125 155.12772 65.0 156.01834Q65.8125 156.90897 65.8125 158.40897L65.8125 158.48709Q65.8125 159.40897 65.453125 160.14334Q65.09375 160.87772 64.4375 161.29959Q63.78125 161.70584 62.921875 161.70584Q61.640625 161.70584 60.828125 160.81522Q60.03125 159.90897 60.03125 158.42459L60.03125 158.34647ZM61.125 158.48709Q61.125 159.53397 61.609375 160.17459Q62.109375 160.81522 62.921875 160.81522Q63.75 160.81522 64.234375 160.17459Q64.71875 159.51834 64.71875 158.34647Q64.71875 157.31522 64.21875 156.67459Q63.734375 156.01834 62.90625 156.01834Q62.109375 156.01834 61.609375 156.65897Q61.125 157.28397 61.125 158.48709ZM72.671875 158.48709Q72.671875 159.92459 72.015625 160.81522Q71.359375 161.70584 70.21875 161.70584Q69.0625 161.70584 68.40625 160.97147L68.40625 164.01834L67.328125 164.01834L67.328125 155.23709L68.3125 155.23709L68.359375 155.94022Q69.03125 155.12772 70.203125 155.12772Q71.34375 155.12772 72.0 155.98709Q72.671875 156.84647 72.671875 158.37772L72.671875 158.48709ZM71.59375 158.36209Q71.59375 157.28397 71.125 156.67459Q70.671875 156.04959 69.875 156.04959Q68.890625 156.04959 68.40625 156.90897L68.40625 159.94022Q68.890625 160.81522 69.890625 160.81522Q70.671875 160.81522 71.125 160.20584Q71.59375 159.58084 71.59375 158.36209ZM75.40625 156.00272Q76.125 155.12772 77.28125 155.12772Q79.296875 155.12772 79.3125 157.39334L79.3125 161.58084L78.21875 161.58084L78.21875 157.37772Q78.21875 156.70584 77.90625 156.37772Q77.609375 156.04959 76.953125 156.04959Q76.421875 156.04959 76.015625 156.33084Q75.625 156.61209 75.40625 157.06522L75.40625 161.58084L74.328125 161.58084L74.328125 152.58084L75.40625 152.58084L75.40625 156.00272ZM83.953125 161.70584Q82.65625 161.70584 81.84375 160.86209Q81.046875 160.00272 81.046875 158.58084L81.046875 158.39334Q81.046875 157.44022 81.40625 156.70584Q81.765625 155.95584 82.40625 155.54959Q83.0625 155.12772 83.8125 155.12772Q85.046875 155.12772 85.734375 155.94022Q86.421875 156.75272 86.421875 158.26834L86.421875 158.72147L82.125 158.72147Q82.15625 159.65897 82.671875 160.23709Q83.203125 160.81522 84.015625 160.81522Q84.578125 160.81522 84.96875 160.58084Q85.375 160.34647 85.6875 159.95584L86.34375 160.47147Q85.546875 161.70584 83.953125 161.70584ZM83.8125 156.01834Q83.15625 156.01834 82.703125 156.50272Q82.265625 156.97147 82.171875 157.83084L85.34375 157.83084L85.34375 157.75272Q85.296875 156.92459 84.890625 156.47147Q84.5 156.01834 83.8125 156.01834ZM90.390625 156.20584Q90.140625 156.17459 89.859375 156.17459Q88.78125 156.17459 88.40625 157.08084L88.40625 161.58084L87.328125 161.58084L87.328125 155.23709L88.375 155.23709L88.390625 155.97147Q88.921875 155.12772 89.90625 155.12772Q90.21875 155.12772 90.390625 155.20584L90.390625 156.20584ZM97.765625 158.87772Q97.609375 160.22147 96.765625 160.97147Q95.921875 161.70584 94.53125 161.70584Q93.015625 161.70584 92.109375 160.62772Q91.203125 159.53397 91.203125 157.70584L91.203125 156.89334Q91.203125 155.70584 91.625 154.79959Q92.046875 153.89334 92.828125 153.40897Q93.609375 152.92459 94.625 152.92459Q95.984375 152.92459 96.796875 153.69022Q97.625 154.45584 97.765625 155.78397L96.640625 155.78397Q96.484375 154.76834 96.0 154.31522Q95.515625 153.86209 94.625 153.86209Q93.546875 153.86209 92.9375 154.65897Q92.328125 155.45584 92.328125 156.92459L92.328125 157.75272Q92.328125 159.14334 92.90625 159.97147Q93.484375 160.78397 94.53125 160.78397Q95.46875 160.78397 95.96875 160.36209Q96.46875 159.92459 96.640625 158.87772L97.765625 158.87772ZM99.03125 158.34647Q99.03125 157.42459 99.390625 156.67459Q99.765625 155.92459 100.421875 155.53397Q101.078125 155.12772 101.90625 155.12772Q103.203125 155.12772 104.0 156.01834Q104.8125 156.90897 104.8125 158.40897L104.8125 158.48709Q104.8125 159.40897 104.453125 160.14334Q104.09375 160.87772 103.4375 161.29959Q102.78125 161.70584 101.921875 161.70584Q100.640625 161.70584 99.828125 160.81522Q99.03125 159.90897 99.03125 158.42459L99.03125 158.34647ZM100.125 158.48709Q100.125 159.53397 100.609375 160.17459Q101.109375 160.81522 101.921875 160.81522Q102.75 160.81522 103.234375 160.17459Q103.71875 159.51834 103.71875 158.34647Q103.71875 157.31522 103.21875 156.67459Q102.734375 156.01834 101.90625 156.01834Q101.109375 156.01834 100.609375 156.65897Q100.125 157.28397 100.125 158.48709ZM107.34375 155.23709L107.375 156.03397Q108.109375 155.12772 109.28125 155.12772Q111.296875 155.12772 111.3125 157.39334L111.3125 161.58084L110.21875 161.58084L110.21875 157.37772Q110.21875 156.70584 109.90625 156.37772Q109.609375 156.04959 108.953125 156.04959Q108.421875 156.04959 108.015625 156.33084Q107.625 156.61209 107.40625 157.06522L107.40625 161.58084L106.328125 161.58084L106.328125 155.23709L107.34375 155.23709ZM113.28125 163.28397L112.671875 162.86209Q113.21875 162.09647 113.25 161.26834L113.25 160.29959L114.3125 160.29959L114.3125 161.14334Q114.3125 161.73709 114.015625 162.33084Q113.71875 162.92459 113.28125 163.28397ZM124.796875 160.45584Q124.359375 161.08084 123.578125 161.39334Q122.796875 161.70584 121.765625 161.70584Q120.734375 161.70584 119.921875 161.22147Q119.109375 160.72147 118.671875 159.81522Q118.234375 158.90897 118.21875 157.72147L118.21875 156.98709Q118.21875 155.04959 119.109375 153.98709Q120.015625 152.92459 121.640625 152.92459Q122.984375 152.92459 123.796875 153.61209Q124.609375 154.29959 124.796875 155.54959L123.671875 155.54959Q123.34375 153.86209 121.65625 153.86209Q120.515625 153.86209 119.9375 154.65897Q119.359375 155.44022 119.34375 156.95584L119.34375 157.64334Q119.34375 159.08084 120.0 159.94022Q120.65625 160.78397 121.78125 160.78397Q122.40625 160.78397 122.875 160.64334Q123.359375 160.50272 123.671875 160.15897L123.671875 158.25272L121.703125 158.25272L121.703125 157.33084L124.796875 157.33084L124.796875 160.45584ZM126.03125 158.34647Q126.03125 157.42459 126.390625 156.67459Q126.765625 155.92459 127.421875 155.53397Q128.07812 155.12772 128.90625 155.12772Q130.20312 155.12772 131.0 156.01834Q131.8125 156.90897 131.8125 158.40897L131.8125 158.48709Q131.8125 159.40897 131.45312 160.14334Q131.09375 160.87772 130.4375 161.29959Q129.78125 161.70584 128.92188 161.70584Q127.640625 161.70584 126.828125 160.81522Q126.03125 159.90897 126.03125 158.42459L126.03125 158.34647ZM127.125 158.48709Q127.125 159.53397 127.609375 160.17459Q128.10938 160.81522 128.92188 160.81522Q129.75 160.81522 130.23438 160.17459Q130.71875 159.51834 130.71875 158.34647Q130.71875 157.31522 130.21875 156.67459Q129.73438 156.01834 128.90625 156.01834Q128.10938 156.01834 127.609375 156.65897Q127.125 157.28397 127.125 158.48709ZM134.79688 153.70584L134.79688 155.23709L135.96875 155.23709L135.96875 156.08084L134.79688 156.08084L134.79688 160.00272Q134.79688 160.39334 134.95312 160.58084Q135.10938 160.76834 135.48438 160.76834Q135.67188 160.76834 136.0 160.70584L136.0 161.58084Q135.57812 161.70584 135.17188 161.70584Q134.45312 161.70584 134.07812 161.26834Q133.70312 160.81522 133.70312 160.00272L133.70312 156.08084L132.54688 156.08084L132.54688 155.23709L133.70312 155.23709L133.70312 153.70584L134.79688 153.70584ZM138.40625 156.00272Q139.125 155.12772 140.28125 155.12772Q142.29688 155.12772 142.3125 157.39334L142.3125 161.58084L141.21875 161.58084L141.21875 157.37772Q141.21875 156.70584 140.90625 156.37772Q140.60938 156.04959 139.95312 156.04959Q139.42188 156.04959 139.01562 156.33084Q138.625 156.61209 138.40625 157.06522L138.40625 161.58084L137.32812 161.58084L137.32812 152.58084L138.40625 152.58084L138.40625 156.00272ZM148.23438 161.58084Q148.14062 161.39334 148.07812 160.90897Q147.32812 161.70584 146.28125 161.70584Q145.34375 161.70584 144.73438 161.17459Q144.14062 160.64334 144.14062 159.81522Q144.14062 158.83084 144.89062 158.28397Q145.64062 157.73709 147.01562 157.73709L148.0625 157.73709L148.0625 157.23709Q148.0625 156.67459 147.71875 156.34647Q147.39062 156.00272 146.71875 156.00272Q146.14062 156.00272 145.75 156.29959Q145.35938 156.58084 145.35938 157.00272L144.26562 157.00272Q144.26562 156.51834 144.59375 156.08084Q144.9375 155.64334 145.51562 155.39334Q146.09375 155.12772 146.78125 155.12772Q147.89062 155.12772 148.5 155.67459Q149.125 156.22147 149.15625 157.17459L149.15625 160.09647Q149.15625 160.97147 149.375 161.48709L149.375 161.58084L148.23438 161.58084ZM146.4375 160.75272Q146.95312 160.75272 147.40625 160.48709Q147.85938 160.22147 148.0625 159.79959L148.0625 158.50272L147.21875 158.50272Q145.21875 158.50272 145.21875 159.67459Q145.21875 160.17459 145.5625 160.47147Q145.90625 160.75272 146.4375 160.75272ZM152.34375 155.23709L152.375 155.94022Q153.0625 155.12772 154.25 155.12772Q155.57812 155.12772 156.0625 156.14334Q156.375 155.69022 156.875 155.40897Q157.39062 155.12772 158.07812 155.12772Q160.17188 155.12772 160.20312 157.33084L160.20312 161.58084L159.125 161.58084L159.125 157.39334Q159.125 156.72147 158.8125 156.39334Q158.5 156.04959 157.76562 156.04959Q157.15625 156.04959 156.75 156.40897Q156.35938 156.76834 156.29688 157.37772L156.29688 161.58084L155.21875 161.58084L155.21875 157.42459Q155.21875 156.04959 153.85938 156.04959Q152.79688 156.04959 152.40625 156.95584L152.40625 161.58084L151.3125 161.58084L151.3125 155.23709L152.34375 155.23709ZM168.79688 160.45584Q168.35938 161.08084 167.57812 161.39334Q166.79688 161.70584 165.76562 161.70584Q164.73438 161.70584 163.92188 161.22147Q163.10938 160.72147 162.67188 159.81522Q162.23438 158.90897 162.21875 157.72147L162.21875 156.98709Q162.21875 155.04959 163.10938 153.98709Q164.01562 152.92459 165.64062 152.92459Q166.98438 152.92459 167.79688 153.61209Q168.60938 154.29959 168.79688 155.54959L167.67188 155.54959Q167.34375 153.86209 165.65625 153.86209Q164.51562 153.86209 163.9375 154.65897Q163.35938 155.44022 163.34375 156.95584L163.34375 157.64334Q163.34375 159.08084 164.0 159.94022Q164.65625 160.78397 165.78125 160.78397Q166.40625 160.78397 166.875 160.64334Q167.35938 160.50272 167.67188 160.15897L167.67188 158.25272L165.70312 158.25272L165.70312 157.33084L168.79688 157.33084L168.79688 160.45584ZM170.03125 158.34647Q170.03125 157.42459 170.39062 156.67459Q170.76562 155.92459 171.42188 155.53397Q172.07812 155.12772 172.90625 155.12772Q174.20312 155.12772 175.0 156.01834Q175.8125 156.90897 175.8125 158.40897L175.8125 158.48709Q175.8125 159.40897 175.45312 160.14334Q175.09375 160.87772 174.4375 161.29959Q173.78125 161.70584 172.92188 161.70584Q171.64062 161.70584 170.82812 160.81522Q170.03125 159.90897 170.03125 158.42459L170.03125 158.34647ZM171.125 158.48709Q171.125 159.53397 171.60938 160.17459Q172.10938 160.81522 172.92188 160.81522Q173.75 160.81522 174.23438 160.17459Q174.71875 159.51834 174.71875 158.34647Q174.71875 157.31522 174.21875 156.67459Q173.73438 156.01834 172.90625 156.01834Q172.10938 156.01834 171.60938 156.65897Q171.125 157.28397 171.125 158.48709ZM177.28125 163.28397L176.67188 162.86209Q177.21875 162.09647 177.25 161.26834L177.25 160.29959L178.3125 160.29959L178.3125 161.14334Q178.3125 161.73709 178.01562 162.33084Q177.71875 162.92459 177.28125 163.28397ZM184.95312 161.70584Q183.65625 161.70584 182.84375 160.86209Q182.04688 160.00272 182.04688 158.58084L182.04688 158.39334Q182.04688 157.44022 182.40625 156.70584Q182.76562 155.95584 183.40625 155.54959Q184.0625 155.12772 184.8125 155.12772Q186.04688 155.12772 186.73438 155.94022Q187.42188 156.75272 187.42188 158.26834L187.42188 158.72147L183.125 158.72147Q183.15625 159.65897 183.67188 160.23709Q184.20312 160.81522 185.01562 160.81522Q185.57812 160.81522 185.96875 160.58084Q186.375 160.34647 186.6875 159.95584L187.34375 160.47147Q186.54688 161.70584 184.95312 161.70584ZM184.8125 156.01834Q184.15625 156.01834 183.70312 156.50272Q183.26562 156.97147 183.17188 157.83084L186.34375 157.83084L186.34375 157.75272Q186.29688 156.92459 185.89062 156.47147Q185.5 156.01834 184.8125 156.01834ZM189.79688 153.70584L189.79688 155.23709L190.96875 155.23709L190.96875 156.08084L189.79688 156.08084L189.79688 160.00272Q189.79688 160.39334 189.95312 160.58084Q190.10938 160.76834 190.48438 160.76834Q190.67188 160.76834 191.0 160.70584L191.0 161.58084Q190.57812 161.70584 190.17188 161.70584Q189.45312 161.70584 189.07812 161.26834Q188.70312 160.81522 188.70312 160.00272L188.70312 156.08084L187.54688 156.08084L187.54688 155.23709L188.70312 155.23709L188.70312 153.70584L189.79688 153.70584ZM194.85938 160.81522Q195.4375 160.81522 195.875 160.47147Q196.3125 160.11209 196.35938 159.58084L197.39062 159.58084Q197.35938 160.12772 197.0 160.62772Q196.65625 161.11209 196.07812 161.40897Q195.51562 161.70584 194.85938 161.70584Q193.5625 161.70584 192.79688 160.84647Q192.04688 159.97147 192.04688 158.47147L192.04688 158.28397Q192.04688 157.36209 192.375 156.64334Q192.71875 155.92459 193.34375 155.53397Q193.98438 155.12772 194.85938 155.12772Q195.92188 155.12772 196.625 155.76834Q197.34375 156.39334 197.39062 157.42459L196.35938 157.42459Q196.3125 156.79959 195.89062 156.40897Q195.46875 156.01834 194.85938 156.01834Q194.03125 156.01834 193.57812 156.61209Q193.125 157.20584 193.125 158.33084L193.125 158.53397Q193.125 159.62772 193.57812 160.22147Q194.03125 160.81522 194.85938 160.81522ZM198.34375 161.01834Q198.34375 160.73709 198.5 160.54959Q198.67188 160.36209 199.0 160.36209Q199.34375 160.36209 199.51562 160.54959Q199.6875 160.73709 199.6875 161.01834Q199.6875 161.28397 199.51562 161.47147Q199.34375 161.64334 199.0 161.64334Q198.67188 161.64334 198.5 161.47147Q198.34375 161.28397 198.34375 161.01834ZM203.82812 158.17459Q203.82812 159.48709 203.48438 160.69022Q203.14062 161.87772 202.42188 162.89334Q201.71875 163.90897 200.95312 164.33084L200.71875 163.67459Q201.625 162.98709 202.17188 161.53397Q202.71875 160.06522 202.73438 158.29959L202.73438 158.11209Q202.73438 156.87772 202.46875 155.81522Q202.21875 154.75272 201.75 153.92459Q201.29688 153.08084 200.71875 152.61209L200.95312 151.95584Q201.71875 152.37772 202.42188 153.37772Q203.125 154.37772 203.46875 155.59647Q203.82812 156.79959 203.82812 158.17459Z" fill-rule="nonzero"/><path fill="#666666" d="M55.203125 200.51413L51.625 200.51413L50.828125 202.7485L49.671875 202.7485L52.921875 194.21725L53.90625 194.21725L57.171875 202.7485L56.015625 202.7485L55.203125 200.51413ZM51.96875 199.59225L54.875 199.59225L53.421875 195.60788L51.96875 199.59225ZM67.796875 201.6235Q67.359375 202.2485 66.578125 202.561Q65.796875 202.8735 64.765625 202.8735Q63.734375 202.8735 62.921875 202.38913Q62.109375 201.88913 61.671875 200.98288Q61.234375 200.07663 61.21875 198.88913L61.21875 198.15475Q61.21875 196.21725 62.109375 195.15475Q63.015625 194.09225 64.640625 194.09225Q65.984375 194.09225 66.796875 194.77975Q67.609375 195.46725 67.796875 196.71725L66.671875 196.71725Q66.34375 195.02975 64.65625 195.02975Q63.515625 195.02975 62.9375 195.82663Q62.359375 196.60788 62.34375 198.1235L62.34375 198.811Q62.34375 200.2485 63.0 201.10788Q63.65625 201.95163 64.78125 201.95163Q65.40625 201.95163 65.875 201.811Q66.359375 201.67038 66.671875 201.32663L66.671875 199.42038L64.703125 199.42038L64.703125 198.4985L67.796875 198.4985L67.796875 201.6235ZM69.03125 199.51413Q69.03125 198.59225 69.390625 197.84225Q69.765625 197.09225 70.421875 196.70163Q71.078125 196.29538 71.90625 196.29538Q73.203125 196.29538 74.0 197.186Q74.8125 198.07663 74.8125 199.57663L74.8125 199.65475Q74.8125 200.57663 74.453125 201.311Q74.09375 202.04538 73.4375 202.46725Q72.78125 202.8735 71.921875 202.8735Q70.640625 202.8735 69.828125 201.98288Q69.03125 201.07663 69.03125 199.59225L69.03125 199.51413ZM70.125 199.65475Q70.125 200.70163 70.609375 201.34225Q71.109375 201.98288 71.921875 201.98288Q72.75 201.98288 73.234375 201.34225Q73.71875 200.686 73.71875 199.51413Q73.71875 198.48288 73.21875 197.84225Q72.734375 197.186 71.90625 197.186Q71.109375 197.186 70.609375 197.82663Q70.125 198.45163 70.125 199.65475ZM82.390625 197.3735Q82.140625 197.34225 81.859375 197.34225Q80.78125 197.34225 80.40625 198.2485L80.40625 202.7485L79.328125 202.7485L79.328125 196.40475L80.375 196.40475L80.390625 197.13913Q80.921875 196.29538 81.90625 196.29538Q82.21875 196.29538 82.390625 196.3735L82.390625 197.3735ZM85.953125 202.8735Q84.65625 202.8735 83.84375 202.02975Q83.046875 201.17038 83.046875 199.7485L83.046875 199.561Q83.046875 198.60788 83.40625 197.8735Q83.765625 197.1235 84.40625 196.71725Q85.0625 196.29538 85.8125 196.29538Q87.046875 196.29538 87.734375 197.10788Q88.421875 197.92038 88.421875 199.436L88.421875 199.88913L84.125 199.88913Q84.15625 200.82663 84.671875 201.40475Q85.203125 201.98288 86.015625 201.98288Q86.578125 201.98288 86.96875 201.7485Q87.375 201.51413 87.6875 201.1235L88.34375 201.63913Q87.546875 202.8735 85.953125 202.8735ZM85.8125 197.186Q85.15625 197.186 84.703125 197.67038Q84.265625 198.13913 84.171875 198.9985L87.34375 198.9985L87.34375 198.92038Q87.296875 198.09225 86.890625 197.63913Q86.5 197.186 85.8125 197.186ZM90.34375 196.40475L90.375 197.10788Q91.0625 196.29538 92.25 196.29538Q93.578125 196.29538 94.0625 197.311Q94.375 196.85788 94.875 196.57663Q95.390625 196.29538 96.078125 196.29538Q98.171875 196.29538 98.203125 198.4985L98.203125 202.7485L97.125 202.7485L97.125 198.561Q97.125 197.88913 96.8125 197.561Q96.5 197.21725 95.765625 197.21725Q95.15625 197.21725 94.75 197.57663Q94.359375 197.936 94.296875 198.54538L94.296875 202.7485L93.21875 202.7485L93.21875 198.59225Q93.21875 197.21725 91.859375 197.21725Q90.796875 197.21725 90.40625 198.1235L90.40625 202.7485L89.3125 202.7485L89.3125 196.40475L90.34375 196.40475ZM100.03125 199.51413Q100.03125 198.59225 100.390625 197.84225Q100.765625 197.09225 101.421875 196.70163Q102.078125 196.29538 102.90625 196.29538Q104.203125 196.29538 105.0 197.186Q105.8125 198.07663 105.8125 199.57663L105.8125 199.65475Q105.8125 200.57663 105.453125 201.311Q105.09375 202.04538 104.4375 202.46725Q103.78125 202.8735 102.921875 202.8735Q101.640625 202.8735 100.828125 201.98288Q100.03125 201.07663 100.03125 199.59225L100.03125 199.51413ZM101.125 199.65475Q101.125 200.70163 101.609375 201.34225Q102.109375 201.98288 102.921875 201.98288Q103.75 201.98288 104.234375 201.34225Q104.71875 200.686 104.71875 199.51413Q104.71875 198.48288 104.21875 197.84225Q103.734375 197.186 102.90625 197.186Q102.109375 197.186 101.609375 197.82663Q101.125 198.45163 101.125 199.65475ZM108.796875 194.8735L108.796875 196.40475L109.96875 196.40475L109.96875 197.2485L108.796875 197.2485L108.796875 201.17038Q108.796875 201.561 108.953125 201.7485Q109.109375 201.936 109.484375 201.936Q109.671875 201.936 110.0 201.8735L110.0 202.7485Q109.578125 202.8735 109.171875 202.8735Q108.453125 202.8735 108.078125 202.436Q107.703125 201.98288 107.703125 201.17038L107.703125 197.2485L106.546875 197.2485L106.546875 196.40475L107.703125 196.40475L107.703125 194.8735L108.796875 194.8735ZM113.953125 202.8735Q112.65625 202.8735 111.84375 202.02975Q111.046875 201.17038 111.046875 199.7485L111.046875 199.561Q111.046875 198.60788 111.40625 197.8735Q111.765625 197.1235 112.40625 196.71725Q113.0625 196.29538 113.8125 196.29538Q115.046875 196.29538 115.734375 197.10788Q116.421875 197.92038 116.421875 199.436L116.421875 199.88913L112.125 199.88913Q112.15625 200.82663 112.671875 201.40475Q113.203125 201.98288 114.015625 201.98288Q114.578125 201.98288 114.96875 201.7485Q115.375 201.51413 115.6875 201.1235L116.34375 201.63913Q115.546875 202.8735 113.953125 202.8735ZM113.8125 197.186Q113.15625 197.186 112.703125 197.67038Q112.265625 198.13913 112.171875 198.9985L115.34375 198.9985L115.34375 198.92038Q115.296875 198.09225 114.890625 197.63913Q114.5 197.186 113.8125 197.186ZM121.34375 196.40475L121.375 197.10788Q122.0625 196.29538 123.25 196.29538Q124.578125 196.29538 125.0625 197.311Q125.375 196.85788 125.875 196.57663Q126.390625 196.29538 127.078125 196.29538Q129.17188 196.29538 129.20312 198.4985L129.20312 202.7485L128.125 202.7485L128.125 198.561Q128.125 197.88913 127.8125 197.561Q127.5 197.21725 126.765625 197.21725Q126.15625 197.21725 125.75 197.57663Q125.359375 197.936 125.296875 198.54538L125.296875 202.7485L124.21875 202.7485L124.21875 198.59225Q124.21875 197.21725 122.859375 197.21725Q121.796875 197.21725 121.40625 198.1235L121.40625 202.7485L120.3125 202.7485L120.3125 196.40475L121.34375 196.40475ZM133.95312 202.8735Q132.65625 202.8735 131.84375 202.02975Q131.04688 201.17038 131.04688 199.7485L131.04688 199.561Q131.04688 198.60788 131.40625 197.8735Q131.76562 197.1235 132.40625 196.71725Q133.0625 196.29538 133.8125 196.29538Q135.04688 196.29538 135.73438 197.10788Q136.42188 197.92038 136.42188 199.436L136.42188 199.88913L132.125 199.88913Q132.15625 200.82663 132.67188 201.40475Q133.20312 201.98288 134.01562 201.98288Q134.57812 201.98288 134.96875 201.7485Q135.375 201.51413 135.6875 201.1235L136.34375 201.63913Q135.54688 202.8735 133.95312 202.8735ZM133.8125 197.186Q133.15625 197.186 132.70312 197.67038Q132.26562 198.13913 132.17188 198.9985L135.34375 198.9985L135.34375 198.92038Q135.29688 198.09225 134.89062 197.63913Q134.5 197.186 133.8125 197.186ZM139.95312 202.8735Q138.65625 202.8735 137.84375 202.02975Q137.04688 201.17038 137.04688 199.7485L137.04688 199.561Q137.04688 198.60788 137.40625 197.8735Q137.76562 197.1235 138.40625 196.71725Q139.0625 196.29538 139.8125 196.29538Q141.04688 196.29538 141.73438 197.10788Q142.42188 197.92038 142.42188 199.436L142.42188 199.88913L138.125 199.88913Q138.15625 200.82663 138.67188 201.40475Q139.20312 201.98288 140.01562 201.98288Q140.57812 201.98288 140.96875 201.7485Q141.375 201.51413 141.6875 201.1235L142.34375 201.63913Q141.54688 202.8735 139.95312 202.8735ZM139.8125 197.186Q139.15625 197.186 138.70312 197.67038Q138.26562 198.13913 138.17188 198.9985L141.34375 198.9985L141.34375 198.92038Q141.29688 198.09225 140.89062 197.63913Q140.5 197.186 139.8125 197.186ZM144.79688 194.8735L144.79688 196.40475L145.96875 196.40475L145.96875 197.2485L144.79688 197.2485L144.79688 201.17038Q144.79688 201.561 144.95312 201.7485Q145.10938 201.936 145.48438 201.936Q145.67188 201.936 146.0 201.8735L146.0 202.7485Q145.57812 202.8735 145.17188 202.8735Q144.45312 202.8735 144.07812 202.436Q143.70312 201.98288 143.70312 201.17038L143.70312 197.2485L142.54688 197.2485L142.54688 196.40475L143.70312 196.40475L143.70312 194.8735L144.79688 194.8735ZM151.23438 202.1235Q150.60938 202.8735 149.375 202.8735Q148.35938 202.8735 147.82812 202.27975Q147.29688 201.686 147.29688 200.52975L147.29688 196.40475L148.375 196.40475L148.375 200.4985Q148.375 201.95163 149.54688 201.95163Q150.79688 201.95163 151.20312 201.01413L151.20312 196.40475L152.29688 196.40475L152.29688 202.7485L151.26562 202.7485L151.23438 202.1235ZM159.67188 199.65475Q159.67188 201.09225 159.01562 201.98288Q158.35938 202.8735 157.21875 202.8735Q156.0625 202.8735 155.40625 202.13913L155.40625 205.186L154.32812 205.186L154.32812 196.40475L155.3125 196.40475L155.35938 197.10788Q156.03125 196.29538 157.20312 196.29538Q158.34375 196.29538 159.0 197.15475Q159.67188 198.01413 159.67188 199.54538L159.67188 199.65475ZM158.59375 199.52975Q158.59375 198.45163 158.125 197.84225Q157.67188 197.21725 156.875 197.21725Q155.89062 197.21725 155.40625 198.07663L155.40625 201.10788Q155.89062 201.98288 156.89062 201.98288Q157.67188 201.98288 158.125 201.3735Q158.59375 200.7485 158.59375 199.52975ZM164.53125 203.48288L163.60938 203.48288L167.17188 194.21725L168.09375 194.21725L164.53125 203.48288ZM172.03125 199.51413Q172.03125 198.59225 172.39062 197.84225Q172.76562 197.09225 173.42188 196.70163Q174.07812 196.29538 174.90625 196.29538Q176.20312 196.29538 177.0 197.186Q177.8125 198.07663 177.8125 199.57663L177.8125 199.65475Q177.8125 200.57663 177.45312 201.311Q177.09375 202.04538 176.4375 202.46725Q175.78125 202.8735 174.92188 202.8735Q173.64062 202.8735 172.82812 201.98288Q172.03125 201.07663 172.03125 199.59225L172.03125 199.51413ZM173.125 199.65475Q173.125 200.70163 173.60938 201.34225Q174.10938 201.98288 174.92188 201.98288Q175.75 201.98288 176.23438 201.34225Q176.71875 200.686 176.71875 199.51413Q176.71875 198.48288 176.21875 197.84225Q175.73438 197.186 174.90625 197.186Q174.10938 197.186 173.60938 197.82663Q173.125 198.45163 173.125 199.65475ZM180.34375 196.40475L180.375 197.20163Q181.10938 196.29538 182.28125 196.29538Q184.29688 196.29538 184.3125 198.561L184.3125 202.7485L183.21875 202.7485L183.21875 198.54538Q183.21875 197.8735 182.90625 197.54538Q182.60938 197.21725 181.95312 197.21725Q181.42188 197.21725 181.01562 197.4985Q180.625 197.77975 180.40625 198.23288L180.40625 202.7485L179.32812 202.7485L179.32812 196.40475L180.34375 196.40475ZM187.5 202.7485L186.42188 202.7485L186.42188 193.7485L187.5 193.7485L187.5 202.7485ZM190.5 202.7485L189.42188 202.7485L189.42188 196.40475L190.5 196.40475L190.5 202.7485ZM189.32812 194.73288Q189.32812 194.46725 189.48438 194.27975Q189.65625 194.09225 189.96875 194.09225Q190.28125 194.09225 190.4375 194.27975Q190.60938 194.46725 190.60938 194.73288Q190.60938 194.98288 190.4375 195.17038Q190.28125 195.34225 189.96875 195.34225Q189.65625 195.34225 189.48438 195.17038Q189.32812 194.98288 189.32812 194.73288ZM193.34375 196.40475L193.375 197.20163Q194.10938 196.29538 195.28125 196.29538Q197.29688 196.29538 197.3125 198.561L197.3125 202.7485L196.21875 202.7485L196.21875 198.54538Q196.21875 197.8735 195.90625 197.54538Q195.60938 197.21725 194.95312 197.21725Q194.42188 197.21725 194.01562 197.4985Q193.625 197.77975 193.40625 198.23288L193.40625 202.7485L192.32812 202.7485L192.32812 196.40475L193.34375 196.40475ZM201.95312 202.8735Q200.65625 202.8735 199.84375 202.02975Q199.04688 201.17038 199.04688 199.7485L199.04688 199.561Q199.04688 198.60788 199.40625 197.8735Q199.76562 197.1235 200.40625 196.71725Q201.0625 196.29538 201.8125 196.29538Q203.04688 196.29538 203.73438 197.10788Q204.42188 197.92038 204.42188 199.436L204.42188 199.88913L200.125 199.88913Q200.15625 200.82663 200.67188 201.40475Q201.20312 201.98288 202.01562 201.98288Q202.57812 201.98288 202.96875 201.7485Q203.375 201.51413 203.6875 201.1235L204.34375 201.63913Q203.54688 202.8735 201.95312 202.8735ZM201.8125 197.186Q201.15625 197.186 200.70312 197.67038Q200.26562 198.13913 200.17188 198.9985L203.34375 198.9985L203.34375 198.92038Q203.29688 198.09225 202.89062 197.63913Q202.5 197.186 201.8125 197.186Z" fill-rule="nonzero"/><path fill="#666666" d="M178.95312 217.8735Q177.65625 217.8735 176.84375 217.02975Q176.04688 216.17038 176.04688 214.7485L176.04688 214.561Q176.04688 213.60788 176.40625 212.8735Q176.76562 212.1235 177.40625 211.71725Q178.0625 211.29538 178.8125 211.29538Q180.04688 211.29538 180.73438 212.10788Q181.42188 212.92038 181.42188 214.436L181.42188 214.88913L177.125 214.88913Q177.15625 215.82663 177.67188 216.40475Q178.20312 216.98288 179.01562 216.98288Q179.57812 216.98288 179.96875 216.7485Q180.375 216.51413 180.6875 216.1235L181.34375 216.63913Q180.54688 217.8735 178.95312 217.8735ZM178.8125 212.186Q178.15625 212.186 177.70312 212.67038Q177.26562 213.13913 177.17188 213.9985L180.34375 213.9985L180.34375 213.92038Q180.29688 213.09225 179.89062 212.63913Q179.5 212.186 178.8125 212.186ZM184.40625 216.27975L185.98438 211.40475L187.09375 211.40475L184.8125 217.7485L183.98438 217.7485L181.6875 211.40475L182.79688 211.40475L184.40625 216.27975ZM190.95312 217.8735Q189.65625 217.8735 188.84375 217.02975Q188.04688 216.17038 188.04688 214.7485L188.04688 214.561Q188.04688 213.60788 188.40625 212.8735Q188.76562 212.1235 189.40625 211.71725Q190.0625 211.29538 190.8125 211.29538Q192.04688 211.29538 192.73438 212.10788Q193.42188 212.92038 193.42188 214.436L193.42188 214.88913L189.125 214.88913Q189.15625 215.82663 189.67188 216.40475Q190.20312 216.98288 191.01562 216.98288Q191.57812 216.98288 191.96875 216.7485Q192.375 216.51413 192.6875 216.1235L193.34375 216.63913Q192.54688 217.8735 190.95312 217.8735ZM190.8125 212.186Q190.15625 212.186 189.70312 212.67038Q189.26562 213.13913 189.17188 213.9985L192.34375 213.9985L192.34375 213.92038Q192.29688 213.09225 191.89062 212.63913Q191.5 212.186 190.8125 212.186ZM195.34375 211.40475L195.375 212.20163Q196.10938 211.29538 197.28125 211.29538Q199.29688 211.29538 199.3125 213.561L199.3125 217.7485L198.21875 217.7485L198.21875 213.54538Q198.21875 212.8735 197.90625 212.54538Q197.60938 212.21725 196.95312 212.21725Q196.42188 212.21725 196.01562 212.4985Q195.625 212.77975 195.40625 213.23288L195.40625 217.7485L194.32812 217.7485L194.32812 211.40475L195.34375 211.40475ZM202.79688 209.8735L202.79688 211.40475L203.96875 211.40475L203.96875 212.2485L202.79688 212.2485L202.79688 216.17038Q202.79688 216.561 202.95312 216.7485Q203.10938 216.936 203.48438 216.936Q203.67188 216.936 204.0 216.8735L204.0 217.7485Q203.57812 217.8735 203.17188 217.8735Q202.45312 217.8735 202.07812 217.436Q201.70312 216.98288 201.70312 216.17038L201.70312 212.2485L200.54688 212.2485L200.54688 211.40475L201.70312 211.40475L201.70312 209.8735L202.79688 209.8735Z" fill-rule="nonzero"/><path fill="#666666" d="M36.203125 249.1818L32.625 249.1818L31.828125 251.41617L30.671875 251.41617L33.921875 242.88492L34.90625 242.88492L38.171875 251.41617L37.015625 251.41617L36.203125 249.1818ZM32.96875 248.25992L35.875 248.25992L34.421875 244.27554L32.96875 248.25992ZM43.796875 243.54117L43.796875 245.07242L44.96875 245.07242L44.96875 245.91617L43.796875 245.91617L43.796875 249.83804Q43.796875 250.22867 43.953125 250.41617Q44.109375 250.60367 44.484375 250.60367Q44.671875 250.60367 45.0 250.54117L45.0 251.41617Q44.578125 251.54117 44.171875 251.54117Q43.453125 251.54117 43.078125 251.10367Q42.703125 250.65054 42.703125 249.83804L42.703125 245.91617L41.546875 245.91617L41.546875 245.07242L42.703125 245.07242L42.703125 243.54117L43.796875 243.54117ZM48.953125 251.54117Q47.65625 251.54117 46.84375 250.69742Q46.046875 249.83804 46.046875 248.41617L46.046875 248.22867Q46.046875 247.27554 46.40625 246.54117Q46.765625 245.79117 47.40625 245.38492Q48.0625 244.96304 48.8125 244.96304Q50.046875 244.96304 50.734375 245.77554Q51.421875 246.58804 51.421875 248.10367L51.421875 248.5568L47.125 248.5568Q47.15625 249.4943 47.671875 250.07242Q48.203125 250.65054 49.015625 250.65054Q49.578125 250.65054 49.96875 250.41617Q50.375 250.1818 50.6875 249.79117L51.34375 250.3068Q50.546875 251.54117 48.953125 251.54117ZM48.8125 245.85367Q48.15625 245.85367 47.703125 246.33804Q47.265625 246.8068 47.171875 247.66617L50.34375 247.66617L50.34375 247.58804Q50.296875 246.75992 49.890625 246.3068Q49.5 245.85367 48.8125 245.85367ZM54.859375 250.65054Q55.4375 250.65054 55.875 250.3068Q56.3125 249.94742 56.359375 249.41617L57.390625 249.41617Q57.359375 249.96304 57.0 250.46304Q56.65625 250.94742 56.078125 251.2443Q55.515625 251.54117 54.859375 251.54117Q53.5625 251.54117 52.796875 250.6818Q52.046875 249.8068 52.046875 248.3068L52.046875 248.1193Q52.046875 247.19742 52.375 246.47867Q52.71875 245.75992 53.34375 245.3693Q53.984375 244.96304 54.859375 244.96304Q55.921875 244.96304 56.625 245.60367Q57.34375 246.22867 57.390625 247.25992L56.359375 247.25992Q56.3125 246.63492 55.890625 246.2443Q55.46875 245.85367 54.859375 245.85367Q54.03125 245.85367 53.578125 246.44742Q53.125 247.04117 53.125 248.16617L53.125 248.3693Q53.125 249.46304 53.578125 250.0568Q54.03125 250.65054 54.859375 250.65054ZM59.40625 245.83804Q60.125 244.96304 61.28125 244.96304Q63.296875 244.96304 63.3125 247.22867L63.3125 251.41617L62.21875 251.41617L62.21875 247.21304Q62.21875 246.54117 61.90625 246.21304Q61.609375 245.88492 60.953125 245.88492Q60.421875 245.88492 60.015625 246.16617Q59.625 246.44742 59.40625 246.90054L59.40625 251.41617L58.328125 251.41617L58.328125 242.41617L59.40625 242.41617L59.40625 245.83804ZM66.34375 245.07242L66.375 245.8693Q67.109375 244.96304 68.28125 244.96304Q70.296875 244.96304 70.3125 247.22867L70.3125 251.41617L69.21875 251.41617L69.21875 247.21304Q69.21875 246.54117 68.90625 246.21304Q68.609375 245.88492 67.953125 245.88492Q67.421875 245.88492 67.015625 246.16617Q66.625 246.44742 66.40625 246.90054L66.40625 251.41617L65.328125 251.41617L65.328125 245.07242L66.34375 245.07242ZM73.5 251.41617L72.421875 251.41617L72.421875 245.07242L73.5 245.07242L73.5 251.41617ZM72.328125 243.40054Q72.328125 243.13492 72.484375 242.94742Q72.65625 242.75992 72.96875 242.75992Q73.28125 242.75992 73.4375 242.94742Q73.609375 243.13492 73.609375 243.40054Q73.609375 243.65054 73.4375 243.83804Q73.28125 244.00992 72.96875 244.00992Q72.65625 244.00992 72.484375 243.83804Q72.328125 243.65054 72.328125 243.40054ZM77.859375 250.65054Q78.4375 250.65054 78.875 250.3068Q79.3125 249.94742 79.359375 249.41617L80.390625 249.41617Q80.359375 249.96304 80.0 250.46304Q79.65625 250.94742 79.078125 251.2443Q78.515625 251.54117 77.859375 251.54117Q76.5625 251.54117 75.796875 250.6818Q75.046875 249.8068 75.046875 248.3068L75.046875 248.1193Q75.046875 247.19742 75.375 246.47867Q75.71875 245.75992 76.34375 245.3693Q76.984375 244.96304 77.859375 244.96304Q78.921875 244.96304 79.625 245.60367Q80.34375 246.22867 80.390625 247.25992L79.359375 247.25992Q79.3125 246.63492 78.890625 246.2443Q78.46875 245.85367 77.859375 245.85367Q77.03125 245.85367 76.578125 246.44742Q76.125 247.04117 76.125 248.16617L76.125 248.3693Q76.125 249.46304 76.578125 250.0568Q77.03125 250.65054 77.859375 250.65054ZM85.234375 251.41617Q85.140625 251.22867 85.078125 250.7443Q84.328125 251.54117 83.28125 251.54117Q82.34375 251.54117 81.734375 251.00992Q81.140625 250.47867 81.140625 249.65054Q81.140625 248.66617 81.890625 248.1193Q82.640625 247.57242 84.015625 247.57242L85.0625 247.57242L85.0625 247.07242Q85.0625 246.50992 84.71875 246.1818Q84.390625 245.83804 83.71875 245.83804Q83.140625 245.83804 82.75 246.13492Q82.359375 246.41617 82.359375 246.83804L81.265625 246.83804Q81.265625 246.35367 81.59375 245.91617Q81.9375 245.47867 82.515625 245.22867Q83.09375 244.96304 83.78125 244.96304Q84.890625 244.96304 85.5 245.50992Q86.125 246.0568 86.15625 247.00992L86.15625 249.9318Q86.15625 250.8068 86.375 251.32242L86.375 251.41617L85.234375 251.41617ZM83.4375 250.58804Q83.953125 250.58804 84.40625 250.32242Q84.859375 250.0568 85.0625 249.63492L85.0625 248.33804L84.21875 248.33804Q82.21875 248.33804 82.21875 249.50992Q82.21875 250.00992 82.5625 250.3068Q82.90625 250.58804 83.4375 250.58804ZM89.5 251.41617L88.421875 251.41617L88.421875 242.41617L89.5 242.41617L89.5 251.41617ZM96.859375 250.65054Q97.4375 250.65054 97.875 250.3068Q98.3125 249.94742 98.359375 249.41617L99.390625 249.41617Q99.359375 249.96304 99.0 250.46304Q98.65625 250.94742 98.078125 251.2443Q97.515625 251.54117 96.859375 251.54117Q95.5625 251.54117 94.796875 250.6818Q94.046875 249.8068 94.046875 248.3068L94.046875 248.1193Q94.046875 247.19742 94.375 246.47867Q94.71875 245.75992 95.34375 245.3693Q95.984375 244.96304 96.859375 244.96304Q97.921875 244.96304 98.625 245.60367Q99.34375 246.22867 99.390625 247.25992L98.359375 247.25992Q98.3125 246.63492 97.890625 246.2443Q97.46875 245.85367 96.859375 245.85367Q96.03125 245.85367 95.578125 246.44742Q95.125 247.04117 95.125 248.16617L95.125 248.3693Q95.125 249.46304 95.578125 250.0568Q96.03125 250.65054 96.859375 250.65054ZM100.03125 248.1818Q100.03125 247.25992 100.390625 246.50992Q100.765625 245.75992 101.421875 245.3693Q102.078125 244.96304 102.90625 244.96304Q104.203125 244.96304 105.0 245.85367Q105.8125 246.7443 105.8125 248.2443L105.8125 248.32242Q105.8125 249.2443 105.453125 249.97867Q105.09375 250.71304 104.4375 251.13492Q103.78125 251.54117 102.921875 251.54117Q101.640625 251.54117 100.828125 250.65054Q100.03125 249.7443 100.03125 248.25992L100.03125 248.1818ZM101.125 248.32242Q101.125 249.3693 101.609375 250.00992Q102.109375 250.65054 102.921875 250.65054Q103.75 250.65054 104.234375 250.00992Q104.71875 249.35367 104.71875 248.1818Q104.71875 247.15054 104.21875 246.50992Q103.734375 245.85367 102.90625 245.85367Q102.109375 245.85367 101.609375 246.4943Q101.125 247.1193 101.125 248.32242ZM108.34375 245.07242L108.375 245.8693Q109.109375 244.96304 110.28125 244.96304Q112.296875 244.96304 112.3125 247.22867L112.3125 251.41617L111.21875 251.41617L111.21875 247.21304Q111.21875 246.54117 110.90625 246.21304Q110.609375 245.88492 109.953125 245.88492Q109.421875 245.88492 109.015625 246.16617Q108.625 246.44742 108.40625 246.90054L108.40625 251.41617L107.328125 251.41617L107.328125 245.07242L108.34375 245.07242ZM114.859375 251.41617L114.859375 245.91617L113.859375 245.91617L113.859375 245.07242L114.859375 245.07242L114.859375 244.4318Q114.859375 243.40054 115.390625 242.85367Q115.9375 242.29117 116.9375 242.29117Q117.3125 242.29117 117.6875 242.38492L117.625 243.27554Q117.34375 243.21304 117.046875 243.21304Q116.515625 243.21304 116.21875 243.52554Q115.9375 243.83804 115.9375 244.40054L115.9375 245.07242L117.296875 245.07242L117.296875 245.91617L115.9375 245.91617L115.9375 251.41617L114.859375 251.41617ZM120.953125 251.54117Q119.65625 251.54117 118.84375 250.69742Q118.046875 249.83804 118.046875 248.41617L118.046875 248.22867Q118.046875 247.27554 118.40625 246.54117Q118.765625 245.79117 119.40625 245.38492Q120.0625 244.96304 120.8125 244.96304Q122.046875 244.96304 122.734375 245.77554Q123.421875 246.58804 123.421875 248.10367L123.421875 248.5568L119.125 248.5568Q119.15625 249.4943 119.671875 250.07242Q120.203125 250.65054 121.015625 250.65054Q121.578125 250.65054 121.96875 250.41617Q122.375 250.1818 122.6875 249.79117L123.34375 250.3068Q122.546875 251.54117 120.953125 251.54117ZM120.8125 245.85367Q120.15625 245.85367 119.703125 246.33804Q119.265625 246.8068 119.171875 247.66617L122.34375 247.66617L122.34375 247.58804Q122.296875 246.75992 121.890625 246.3068Q121.5 245.85367 120.8125 245.85367ZM127.390625 246.04117Q127.140625 246.00992 126.859375 246.00992Q125.78125 246.00992 125.40625 246.91617L125.40625 251.41617L124.328125 251.41617L124.328125 245.07242L125.375 245.07242L125.390625 245.8068Q125.921875 244.96304 126.90625 244.96304Q127.21875 244.96304 127.390625 245.04117L127.390625 246.04117ZM130.95312 251.54117Q129.65625 251.54117 128.84375 250.69742Q128.04688 249.83804 128.04688 248.41617L128.04688 248.22867Q128.04688 247.27554 128.40625 246.54117Q128.76562 245.79117 129.40625 245.38492Q130.0625 244.96304 130.8125 244.96304Q132.04688 244.96304 132.73438 245.77554Q133.42188 246.58804 133.42188 248.10367L133.42188 248.5568L129.125 248.5568Q129.15625 249.4943 129.67188 250.07242Q130.20312 250.65054 131.01562 250.65054Q131.57812 250.65054 131.96875 250.41617Q132.375 250.1818 132.6875 249.79117L133.34375 250.3068Q132.54688 251.54117 130.95312 251.54117ZM130.8125 245.85367Q130.15625 245.85367 129.70312 246.33804Q129.26562 246.8068 129.17188 247.66617L132.34375 247.66617L132.34375 247.58804Q132.29688 246.75992 131.89062 246.3068Q131.5 245.85367 130.8125 245.85367ZM135.34375 245.07242L135.375 245.8693Q136.10938 244.96304 137.28125 244.96304Q139.29688 244.96304 139.3125 247.22867L139.3125 251.41617L138.21875 251.41617L138.21875 247.21304Q138.21875 246.54117 137.90625 246.21304Q137.60938 245.88492 136.95312 245.88492Q136.42188 245.88492 136.01562 246.16617Q135.625 246.44742 135.40625 246.90054L135.40625 251.41617L134.32812 251.41617L134.32812 245.07242L135.34375 245.07242ZM143.85938 250.65054Q144.4375 250.65054 144.875 250.3068Q145.3125 249.94742 145.35938 249.41617L146.39062 249.41617Q146.35938 249.96304 146.0 250.46304Q145.65625 250.94742 145.07812 251.2443Q144.51562 251.54117 143.85938 251.54117Q142.5625 251.54117 141.79688 250.6818Q141.04688 249.8068 141.04688 248.3068L141.04688 248.1193Q141.04688 247.19742 141.375 246.47867Q141.71875 245.75992 142.34375 245.3693Q142.98438 244.96304 143.85938 244.96304Q144.92188 244.96304 145.625 245.60367Q146.34375 246.22867 146.39062 247.25992L145.35938 247.25992Q145.3125 246.63492 144.89062 246.2443Q144.46875 245.85367 143.85938 245.85367Q143.03125 245.85367 142.57812 246.44742Q142.125 247.04117 142.125 248.16617L142.125 248.3693Q142.125 249.46304 142.57812 250.0568Q143.03125 250.65054 143.85938 250.65054ZM149.95312 251.54117Q148.65625 251.54117 147.84375 250.69742Q147.04688 249.83804 147.04688 248.41617L147.04688 248.22867Q147.04688 247.27554 147.40625 246.54117Q147.76562 245.79117 148.40625 245.38492Q149.0625 244.96304 149.8125 244.96304Q151.04688 244.96304 151.73438 245.77554Q152.42188 246.58804 152.42188 248.10367L152.42188 248.5568L148.125 248.5568Q148.15625 249.4943 148.67188 250.07242Q149.20312 250.65054 150.01562 250.65054Q150.57812 250.65054 150.96875 250.41617Q151.375 250.1818 151.6875 249.79117L152.34375 250.3068Q151.54688 251.54117 149.95312 251.54117ZM149.8125 245.85367Q149.15625 245.85367 148.70312 246.33804Q148.26562 246.8068 148.17188 247.66617L151.34375 247.66617L151.34375 247.58804Q151.29688 246.75992 150.89062 246.3068Q150.5 245.85367 149.8125 245.85367ZM156.85938 251.41617L156.85938 245.91617L155.85938 245.91617L155.85938 245.07242L156.85938 245.07242L156.85938 244.4318Q156.85938 243.40054 157.39062 242.85367Q157.9375 242.29117 158.9375 242.29117Q159.3125 242.29117 159.6875 242.38492L159.625 243.27554Q159.34375 243.21304 159.04688 243.21304Q158.51562 243.21304 158.21875 243.52554Q157.9375 243.83804 157.9375 244.40054L157.9375 245.07242L159.29688 245.07242L159.29688 245.91617L157.9375 245.91617L157.9375 251.41617L156.85938 251.41617ZM160.03125 248.1818Q160.03125 247.25992 160.39062 246.50992Q160.76562 245.75992 161.42188 245.3693Q162.07812 244.96304 162.90625 244.96304Q164.20312 244.96304 165.0 245.85367Q165.8125 246.7443 165.8125 248.2443L165.8125 248.32242Q165.8125 249.2443 165.45312 249.97867Q165.09375 250.71304 164.4375 251.13492Q163.78125 251.54117 162.92188 251.54117Q161.64062 251.54117 160.82812 250.65054Q160.03125 249.7443 160.03125 248.25992L160.03125 248.1818ZM161.125 248.32242Q161.125 249.3693 161.60938 250.00992Q162.10938 250.65054 162.92188 250.65054Q163.75 250.65054 164.23438 250.00992Q164.71875 249.35367 164.71875 248.1818Q164.71875 247.15054 164.21875 246.50992Q163.73438 245.85367 162.90625 245.85367Q162.10938 245.85367 161.60938 246.4943Q161.125 247.1193 161.125 248.32242ZM170.39062 246.04117Q170.14062 246.00992 169.85938 246.00992Q168.78125 246.00992 168.40625 246.91617L168.40625 251.41617L167.32812 251.41617L167.32812 245.07242L168.375 245.07242L168.39062 245.8068Q168.92188 244.96304 169.90625 244.96304Q170.21875 244.96304 170.39062 245.04117L170.39062 246.04117ZM175.5 251.41617L174.42188 251.41617L174.42188 245.07242L175.5 245.07242L175.5 251.41617ZM174.32812 243.40054Q174.32812 243.13492 174.48438 242.94742Q174.65625 242.75992 174.96875 242.75992Q175.28125 242.75992 175.4375 242.94742Q175.60938 243.13492 175.60938 243.40054Q175.60938 243.65054 175.4375 243.83804Q175.28125 244.00992 174.96875 244.00992Q174.65625 244.00992 174.48438 243.83804Q174.32812 243.65054 174.32812 243.40054ZM178.79688 243.54117L178.79688 245.07242L179.96875 245.07242L179.96875 245.91617L178.79688 245.91617L178.79688 249.83804Q178.79688 250.22867 178.95312 250.41617Q179.10938 250.60367 179.48438 250.60367Q179.67188 250.60367 180.0 250.54117L180.0 251.41617Q179.57812 251.54117 179.17188 251.54117Q178.45312 251.54117 178.07812 251.10367Q177.70312 250.65054 177.70312 249.83804L177.70312 245.91617L176.54688 245.91617L176.54688 245.07242L177.70312 245.07242L177.70312 243.54117L178.79688 243.54117ZM185.01562 249.72867Q185.01562 249.29117 184.67188 249.0568Q184.34375 248.8068 183.51562 248.63492Q182.70312 248.46304 182.21875 248.21304Q181.73438 247.96304 181.5 247.63492Q181.28125 247.29117 181.28125 246.82242Q181.28125 246.04117 181.9375 245.50992Q182.59375 244.96304 183.625 244.96304Q184.70312 244.96304 185.35938 245.52554Q186.03125 246.07242 186.03125 246.9318L184.95312 246.9318Q184.95312 246.4943 184.5625 246.1818Q184.1875 245.85367 183.625 245.85367Q183.03125 245.85367 182.6875 246.1193Q182.35938 246.3693 182.35938 246.77554Q182.35938 247.16617 182.67188 247.3693Q182.98438 247.57242 183.79688 247.75992Q184.60938 247.9318 185.10938 248.1818Q185.60938 248.4318 185.84375 248.79117Q186.09375 249.15054 186.09375 249.65054Q186.09375 250.50992 185.40625 251.02554Q184.73438 251.54117 183.65625 251.54117Q182.89062 251.54117 182.29688 251.27554Q181.71875 250.9943 181.39062 250.50992Q181.0625 250.02554 181.0625 249.46304L182.14062 249.46304Q182.17188 250.00992 182.57812 250.33804Q182.98438 250.65054 183.65625 250.65054Q184.26562 250.65054 184.64062 250.40054Q185.01562 250.15054 185.01562 249.72867ZM196.79688 250.29117Q196.35938 250.91617 195.57812 251.22867Q194.79688 251.54117 193.76562 251.54117Q192.73438 251.54117 191.92188 251.0568Q191.10938 250.5568 190.67188 249.65054Q190.23438 248.7443 190.21875 247.5568L190.21875 246.82242Q190.21875 244.88492 191.10938 243.82242Q192.01562 242.75992 193.64062 242.75992Q194.98438 242.75992 195.79688 243.44742Q196.60938 244.13492 196.79688 245.38492L195.67188 245.38492Q195.34375 243.69742 193.65625 243.69742Q192.51562 243.69742 191.9375 244.4943Q191.35938 245.27554 191.34375 246.79117L191.34375 247.47867Q191.34375 248.91617 192.0 249.77554Q192.65625 250.6193 193.78125 250.6193Q194.40625 250.6193 194.875 250.47867Q195.35938 250.33804 195.67188 249.9943L195.67188 248.08804L193.70312 248.08804L193.70312 247.16617L196.79688 247.16617L196.79688 250.29117ZM198.03125 248.1818Q198.03125 247.25992 198.39062 246.50992Q198.76562 245.75992 199.42188 245.3693Q200.07812 244.96304 200.90625 244.96304Q202.20312 244.96304 203.0 245.85367Q203.8125 246.7443 203.8125 248.2443L203.8125 248.32242Q203.8125 249.2443 203.45312 249.97867Q203.09375 250.71304 202.4375 251.13492Q201.78125 251.54117 200.92188 251.54117Q199.64062 251.54117 198.82812 250.65054Q198.03125 249.7443 198.03125 248.25992L198.03125 248.1818ZM199.125 248.32242Q199.125 249.3693 199.60938 250.00992Q200.10938 250.65054 200.92188 250.65054Q201.75 250.65054 202.23438 250.00992Q202.71875 249.35367 202.71875 248.1818Q202.71875 247.15054 202.21875 246.50992Q201.73438 245.85367 200.90625 245.85367Q200.10938 245.85367 199.60938 246.4943Q199.125 247.1193 199.125 248.32242Z" fill-rule="nonzero"/><path fill="#666666" d="M46.859375 265.65054Q47.4375 265.65054 47.875 265.3068Q48.3125 264.94742 48.359375 264.41617L49.390625 264.41617Q49.359375 264.96304 49.0 265.46304Q48.65625 265.94742 48.078125 266.2443Q47.515625 266.54117 46.859375 266.54117Q45.5625 266.54117 44.796875 265.6818Q44.046875 264.8068 44.046875 263.3068L44.046875 263.1193Q44.046875 262.19742 44.375 261.47867Q44.71875 260.75992 45.34375 260.3693Q45.984375 259.96304 46.859375 259.96304Q47.921875 259.96304 48.625 260.60367Q49.34375 261.22867 49.390625 262.25992L48.359375 262.25992Q48.3125 261.63492 47.890625 261.2443Q47.46875 260.85367 46.859375 260.85367Q46.03125 260.85367 45.578125 261.44742Q45.125 262.04117 45.125 263.16617L45.125 263.3693Q45.125 264.46304 45.578125 265.0568Q46.03125 265.65054 46.859375 265.65054ZM50.03125 263.1818Q50.03125 262.25992 50.390625 261.50992Q50.765625 260.75992 51.421875 260.3693Q52.078125 259.96304 52.90625 259.96304Q54.203125 259.96304 55.0 260.85367Q55.8125 261.7443 55.8125 263.2443L55.8125 263.32242Q55.8125 264.2443 55.453125 264.97867Q55.09375 265.71304 54.4375 266.13492Q53.78125 266.54117 52.921875 266.54117Q51.640625 266.54117 50.828125 265.65054Q50.03125 264.7443 50.03125 263.25992L50.03125 263.1818ZM51.125 263.32242Q51.125 264.3693 51.609375 265.00992Q52.109375 265.65054 52.921875 265.65054Q53.75 265.65054 54.234375 265.00992Q54.71875 264.35367 54.71875 263.1818Q54.71875 262.15054 54.21875 261.50992Q53.734375 260.85367 52.90625 260.85367Q52.109375 260.85367 51.609375 261.4943Q51.125 262.1193 51.125 263.32242ZM58.34375 260.07242L58.375 260.8693Q59.109375 259.96304 60.28125 259.96304Q62.296875 259.96304 62.3125 262.22867L62.3125 266.41617L61.21875 266.41617L61.21875 262.21304Q61.21875 261.54117 60.90625 261.21304Q60.609375 260.88492 59.953125 260.88492Q59.421875 260.88492 59.015625 261.16617Q58.625 261.44742 58.40625 261.90054L58.40625 266.41617L57.328125 266.41617L57.328125 260.07242L58.34375 260.07242ZM65.796875 258.54117L65.796875 260.07242L66.96875 260.07242L66.96875 260.91617L65.796875 260.91617L65.796875 264.83804Q65.796875 265.22867 65.953125 265.41617Q66.109375 265.60367 66.484375 265.60367Q66.671875 265.60367 67.0 265.54117L67.0 266.41617Q66.578125 266.54117 66.171875 266.54117Q65.453125 266.54117 65.078125 266.10367Q64.703125 265.65054 64.703125 264.83804L64.703125 260.91617L63.546875 260.91617L63.546875 260.07242L64.703125 260.07242L64.703125 258.54117L65.796875 258.54117ZM70.953125 266.54117Q69.65625 266.54117 68.84375 265.69742Q68.046875 264.83804 68.046875 263.41617L68.046875 263.22867Q68.046875 262.27554 68.40625 261.54117Q68.765625 260.79117 69.40625 260.38492Q70.0625 259.96304 70.8125 259.96304Q72.046875 259.96304 72.734375 260.77554Q73.421875 261.58804 73.421875 263.10367L73.421875 263.5568L69.125 263.5568Q69.15625 264.4943 69.671875 265.07242Q70.203125 265.65054 71.015625 265.65054Q71.578125 265.65054 71.96875 265.41617Q72.375 265.1818 72.6875 264.79117L73.34375 265.3068Q72.546875 266.54117 70.953125 266.54117ZM70.8125 260.85367Q70.15625 260.85367 69.703125 261.33804Q69.265625 261.8068 69.171875 262.66617L72.34375 262.66617L72.34375 262.58804Q72.296875 261.75992 71.890625 261.3068Q71.5 260.85367 70.8125 260.85367ZM75.34375 260.07242L75.375 260.8693Q76.109375 259.96304 77.28125 259.96304Q79.296875 259.96304 79.3125 262.22867L79.3125 266.41617L78.21875 266.41617L78.21875 262.21304Q78.21875 261.54117 77.90625 261.21304Q77.609375 260.88492 76.953125 260.88492Q76.421875 260.88492 76.015625 261.16617Q75.625 261.44742 75.40625 261.90054L75.40625 266.41617L74.328125 266.41617L74.328125 260.07242L75.34375 260.07242ZM82.796875 258.54117L82.796875 260.07242L83.96875 260.07242L83.96875 260.91617L82.796875 260.91617L82.796875 264.83804Q82.796875 265.22867 82.953125 265.41617Q83.109375 265.60367 83.484375 265.60367Q83.671875 265.60367 84.0 265.54117L84.0 266.41617Q83.578125 266.54117 83.171875 266.54117Q82.453125 266.54117 82.078125 266.10367Q81.703125 265.65054 81.703125 264.83804L81.703125 260.91617L80.546875 260.91617L80.546875 260.07242L81.703125 260.07242L81.703125 258.54117L82.796875 258.54117ZM88.28125 262.94742Q88.28125 261.63492 88.625 260.41617Q88.984375 259.19742 89.6875 258.19742Q90.390625 257.19742 91.15625 256.79117L91.375 257.50992Q90.515625 258.16617 89.96875 259.50992Q89.421875 260.85367 89.375 262.52554L89.359375 263.02554Q89.359375 265.29117 90.1875 266.94742Q90.6875 267.94742 91.375 268.50992L91.15625 269.16617Q90.375 268.7443 89.65625 267.71304Q88.28125 265.72867 88.28125 262.94742ZM99.046875 262.4318Q99.046875 263.6818 98.625 264.6193Q98.203125 265.54117 97.421875 266.04117Q96.65625 266.54117 95.625 266.54117Q94.625 266.54117 93.84375 266.04117Q93.0625 265.54117 92.625 264.63492Q92.203125 263.71304 92.1875 262.4943L92.1875 261.88492Q92.1875 260.65054 92.609375 259.71304Q93.046875 258.77554 93.828125 258.27554Q94.609375 257.75992 95.625 257.75992Q96.640625 257.75992 97.421875 258.25992Q98.203125 258.75992 98.625 259.69742Q99.046875 260.63492 99.046875 261.88492L99.046875 262.4318ZM97.9375 261.8693Q97.9375 260.35367 97.328125 259.54117Q96.71875 258.72867 95.625 258.72867Q94.546875 258.72867 93.9375 259.54117Q93.328125 260.35367 93.3125 261.79117L93.3125 262.4318Q93.3125 263.90054 93.921875 264.7443Q94.546875 265.57242 95.625 265.57242Q96.71875 265.57242 97.3125 264.79117Q97.921875 263.9943 97.9375 262.50992L97.9375 261.8693ZM103.0 262.6193Q101.5625 262.19742 100.890625 261.58804Q100.234375 260.97867 100.234375 260.08804Q100.234375 259.08804 101.03125 258.4318Q101.84375 257.75992 103.140625 257.75992Q104.015625 257.75992 104.703125 258.10367Q105.390625 258.44742 105.765625 259.04117Q106.15625 259.63492 106.15625 260.35367L105.015625 260.35367Q105.015625 259.57242 104.515625 259.13492Q104.03125 258.69742 103.140625 258.69742Q102.3125 258.69742 101.84375 259.07242Q101.375 259.4318 101.375 260.07242Q101.375 260.60367 101.8125 260.96304Q102.265625 261.32242 103.328125 261.6193Q104.390625 261.91617 104.984375 262.27554Q105.59375 262.63492 105.875 263.1193Q106.171875 263.60367 106.171875 264.2443Q106.171875 265.29117 105.359375 265.91617Q104.546875 266.54117 103.203125 266.54117Q102.3125 266.54117 101.546875 266.19742Q100.796875 265.85367 100.375 265.27554Q99.96875 264.6818 99.96875 263.94742L101.09375 263.94742Q101.09375 264.71304 101.671875 265.16617Q102.25 265.6193 103.203125 265.6193Q104.09375 265.6193 104.5625 265.25992Q105.03125 264.88492 105.03125 264.25992Q105.03125 263.63492 104.59375 263.29117Q104.15625 262.94742 103.0 262.6193ZM113.765625 263.71304Q113.609375 265.0568 112.765625 265.8068Q111.921875 266.54117 110.53125 266.54117Q109.015625 266.54117 108.109375 265.46304Q107.203125 264.3693 107.203125 262.54117L107.203125 261.72867Q107.203125 260.54117 107.625 259.63492Q108.046875 258.72867 108.828125 258.2443Q109.609375 257.75992 110.625 257.75992Q111.984375 257.75992 112.796875 258.52554Q113.625 259.29117 113.765625 260.6193L112.640625 260.6193Q112.484375 259.60367 112.0 259.15054Q111.515625 258.69742 110.625 258.69742Q109.546875 258.69742 108.9375 259.4943Q108.328125 260.29117 108.328125 261.75992L108.328125 262.58804Q108.328125 263.97867 108.90625 264.8068Q109.484375 265.6193 110.53125 265.6193Q111.46875 265.6193 111.96875 265.19742Q112.46875 264.75992 112.640625 263.71304L113.765625 263.71304ZM122.046875 262.4318Q122.046875 263.6818 121.625 264.6193Q121.203125 265.54117 120.421875 266.04117Q119.65625 266.54117 118.625 266.54117Q117.625 266.54117 116.84375 266.04117Q116.0625 265.54117 115.625 264.63492Q115.203125 263.71304 115.1875 262.4943L115.1875 261.88492Q115.1875 260.65054 115.609375 259.71304Q116.046875 258.77554 116.828125 258.27554Q117.609375 257.75992 118.625 257.75992Q119.640625 257.75992 120.421875 258.25992Q121.203125 258.75992 121.625 259.69742Q122.046875 260.63492 122.046875 261.88492L122.046875 262.4318ZM120.9375 261.8693Q120.9375 260.35367 120.328125 259.54117Q119.71875 258.72867 118.625 258.72867Q117.546875 258.72867 116.9375 259.54117Q116.328125 260.35367 116.3125 261.79117L116.3125 262.4318Q116.3125 263.90054 116.921875 264.7443Q117.546875 265.57242 118.625 265.57242Q119.71875 265.57242 120.3125 264.79117Q120.921875 263.9943 120.9375 262.50992L120.9375 261.8693ZM130.04688 266.41617L128.92188 266.41617L124.625 259.83804L124.625 266.41617L123.484375 266.41617L123.484375 257.88492L124.625 257.88492L128.92188 264.4943L128.92188 257.88492L130.04688 257.88492L130.04688 266.41617ZM132.28125 268.1193L131.67188 267.69742Q132.21875 266.9318 132.25 266.10367L132.25 265.13492L133.3125 265.13492L133.3125 265.97867Q133.3125 266.57242 133.01562 267.16617Q132.71875 267.75992 132.28125 268.1193ZM140.0 262.6193Q138.5625 262.19742 137.89062 261.58804Q137.23438 260.97867 137.23438 260.08804Q137.23438 259.08804 138.03125 258.4318Q138.84375 257.75992 140.14062 257.75992Q141.01562 257.75992 141.70312 258.10367Q142.39062 258.44742 142.76562 259.04117Q143.15625 259.63492 143.15625 260.35367L142.01562 260.35367Q142.01562 259.57242 141.51562 259.13492Q141.03125 258.69742 140.14062 258.69742Q139.3125 258.69742 138.84375 259.07242Q138.375 259.4318 138.375 260.07242Q138.375 260.60367 138.8125 260.96304Q139.26562 261.32242 140.32812 261.6193Q141.39062 261.91617 141.98438 262.27554Q142.59375 262.63492 142.875 263.1193Q143.17188 263.60367 143.17188 264.2443Q143.17188 265.29117 142.35938 265.91617Q141.54688 266.54117 140.20312 266.54117Q139.3125 266.54117 138.54688 266.19742Q137.79688 265.85367 137.375 265.27554Q136.96875 264.6818 136.96875 263.94742L138.09375 263.94742Q138.09375 264.71304 138.67188 265.16617Q139.25 265.6193 140.20312 265.6193Q141.09375 265.6193 141.5625 265.25992Q142.03125 264.88492 142.03125 264.25992Q142.03125 263.63492 141.59375 263.29117Q141.15625 262.94742 140.0 262.6193ZM145.79688 258.54117L145.79688 260.07242L146.96875 260.07242L146.96875 260.91617L145.79688 260.91617L145.79688 264.83804Q145.79688 265.22867 145.95312 265.41617Q146.10938 265.60367 146.48438 265.60367Q146.67188 265.60367 147.0 265.54117L147.0 266.41617Q146.57812 266.54117 146.17188 266.54117Q145.45312 266.54117 145.07812 266.10367Q144.70312 265.65054 144.70312 264.83804L144.70312 260.91617L143.54688 260.91617L143.54688 260.07242L144.70312 260.07242L144.70312 258.54117L145.79688 258.54117ZM151.39062 261.04117Q151.14062 261.00992 150.85938 261.00992Q149.78125 261.00992 149.40625 261.91617L149.40625 266.41617L148.32812 266.41617L148.32812 260.07242L149.375 260.07242L149.39062 260.8068Q149.92188 259.96304 150.90625 259.96304Q151.21875 259.96304 151.39062 260.04117L151.39062 261.04117ZM156.23438 266.41617Q156.14062 266.22867 156.07812 265.7443Q155.32812 266.54117 154.28125 266.54117Q153.34375 266.54117 152.73438 266.00992Q152.14062 265.47867 152.14062 264.65054Q152.14062 263.66617 152.89062 263.1193Q153.64062 262.57242 155.01562 262.57242L156.0625 262.57242L156.0625 262.07242Q156.0625 261.50992 155.71875 261.1818Q155.39062 260.83804 154.71875 260.83804Q154.14062 260.83804 153.75 261.13492Q153.35938 261.41617 153.35938 261.83804L152.26562 261.83804Q152.26562 261.35367 152.59375 260.91617Q152.9375 260.47867 153.51562 260.22867Q154.09375 259.96304 154.78125 259.96304Q155.89062 259.96304 156.5 260.50992Q157.125 261.0568 157.15625 262.00992L157.15625 264.9318Q157.15625 265.8068 157.375 266.32242L157.375 266.41617L156.23438 266.41617ZM154.4375 265.58804Q154.95312 265.58804 155.40625 265.32242Q155.85938 265.0568 156.0625 264.63492L156.0625 263.33804L155.21875 263.33804Q153.21875 263.33804 153.21875 264.50992Q153.21875 265.00992 153.5625 265.3068Q153.90625 265.58804 154.4375 265.58804ZM160.34375 260.07242L160.375 260.8693Q161.10938 259.96304 162.28125 259.96304Q164.29688 259.96304 164.3125 262.22867L164.3125 266.41617L163.21875 266.41617L163.21875 262.21304Q163.21875 261.54117 162.90625 261.21304Q162.60938 260.88492 161.95312 260.88492Q161.42188 260.88492 161.01562 261.16617Q160.625 261.44742 160.40625 261.90054L160.40625 266.41617L159.32812 266.41617L159.32812 260.07242L160.34375 260.07242ZM166.0625 263.19742Q166.0625 261.71304 166.75 260.83804Q167.4375 259.96304 168.5625 259.96304Q169.71875 259.96304 170.375 260.77554L170.42188 260.07242L171.42188 260.07242L171.42188 266.25992Q171.42188 267.4943 170.6875 268.19742Q169.95312 268.91617 168.73438 268.91617Q168.04688 268.91617 167.39062 268.6193Q166.73438 268.32242 166.39062 267.82242L166.95312 267.16617Q167.64062 268.02554 168.65625 268.02554Q169.4375 268.02554 169.875 267.57242Q170.32812 267.13492 170.32812 266.32242L170.32812 265.77554Q169.67188 266.54117 168.54688 266.54117Q167.4375 266.54117 166.75 265.65054Q166.0625 264.7443 166.0625 263.19742ZM167.15625 263.32242Q167.15625 264.38492 167.59375 265.00992Q168.03125 265.6193 168.82812 265.6193Q169.84375 265.6193 170.32812 264.6818L170.32812 261.79117Q169.82812 260.88492 168.82812 260.88492Q168.04688 260.88492 167.59375 261.4943Q167.15625 262.10367 167.15625 263.32242ZM175.95312 266.54117Q174.65625 266.54117 173.84375 265.69742Q173.04688 264.83804 173.04688 263.41617L173.04688 263.22867Q173.04688 262.27554 173.40625 261.54117Q173.76562 260.79117 174.40625 260.38492Q175.0625 259.96304 175.8125 259.96304Q177.04688 259.96304 177.73438 260.77554Q178.42188 261.58804 178.42188 263.10367L178.42188 263.5568L174.125 263.5568Q174.15625 264.4943 174.67188 265.07242Q175.20312 265.65054 176.01562 265.65054Q176.57812 265.65054 176.96875 265.41617Q177.375 265.1818 177.6875 264.79117L178.34375 265.3068Q177.54688 266.54117 175.95312 266.54117ZM175.8125 260.85367Q175.15625 260.85367 174.70312 261.33804Q174.26562 261.8068 174.17188 262.66617L177.34375 262.66617L177.34375 262.58804Q177.29688 261.75992 176.89062 261.3068Q176.5 260.85367 175.8125 260.85367ZM180.5 266.41617L179.42188 266.41617L179.42188 257.41617L180.5 257.41617L180.5 266.41617ZM182.03125 263.1818Q182.03125 262.25992 182.39062 261.50992Q182.76562 260.75992 183.42188 260.3693Q184.07812 259.96304 184.90625 259.96304Q186.20312 259.96304 187.0 260.85367Q187.8125 261.7443 187.8125 263.2443L187.8125 263.32242Q187.8125 264.2443 187.45312 264.97867Q187.09375 265.71304 186.4375 266.13492Q185.78125 266.54117 184.92188 266.54117Q183.64062 266.54117 182.82812 265.65054Q182.03125 264.7443 182.03125 263.25992L182.03125 263.1818ZM183.125 263.32242Q183.125 264.3693 183.60938 265.00992Q184.10938 265.65054 184.92188 265.65054Q185.75 265.65054 186.23438 265.00992Q186.71875 264.35367 186.71875 263.1818Q186.71875 262.15054 186.21875 261.50992Q185.73438 260.85367 184.90625 260.85367Q184.10938 260.85367 183.60938 261.4943Q183.125 262.1193 183.125 263.32242ZM189.03125 263.1818Q189.03125 262.25992 189.39062 261.50992Q189.76562 260.75992 190.42188 260.3693Q191.07812 259.96304 191.90625 259.96304Q193.20312 259.96304 194.0 260.85367Q194.8125 261.7443 194.8125 263.2443L194.8125 263.32242Q194.8125 264.2443 194.45312 264.97867Q194.09375 265.71304 193.4375 266.13492Q192.78125 266.54117 191.92188 266.54117Q190.64062 266.54117 189.82812 265.65054Q189.03125 264.7443 189.03125 263.25992L189.03125 263.1818ZM190.125 263.32242Q190.125 264.3693 190.60938 265.00992Q191.10938 265.65054 191.92188 265.65054Q192.75 265.65054 193.23438 265.00992Q193.71875 264.35367 193.71875 263.1818Q193.71875 262.15054 193.21875 261.50992Q192.73438 260.85367 191.90625 260.85367Q191.10938 260.85367 190.60938 261.4943Q190.125 262.1193 190.125 263.32242ZM201.67188 263.32242Q201.67188 264.75992 201.01562 265.65054Q200.35938 266.54117 199.21875 266.54117Q198.0625 266.54117 197.40625 265.8068L197.40625 268.85367L196.32812 268.85367L196.32812 260.07242L197.3125 260.07242L197.35938 260.77554Q198.03125 259.96304 199.20312 259.96304Q200.34375 259.96304 201.0 260.82242Q201.67188 261.6818 201.67188 263.21304L201.67188 263.32242ZM200.59375 263.19742Q200.59375 262.1193 200.125 261.50992Q199.67188 260.88492 198.875 260.88492Q197.89062 260.88492 197.40625 261.7443L197.40625 264.77554Q197.89062 265.65054 198.89062 265.65054Q199.67188 265.65054 200.125 265.04117Q200.59375 264.41617 200.59375 263.19742ZM203.28125 268.1193L202.67188 267.69742Q203.21875 266.9318 203.25 266.10367L203.25 265.13492L204.3125 265.13492L204.3125 265.97867Q204.3125 266.57242 204.01562 267.16617Q203.71875 267.75992 203.28125 268.1193Z" fill-rule="nonzero"/><path fill="#666666" d="M184.95312 281.54117Q183.65625 281.54117 182.84375 280.69742Q182.04688 279.83804 182.04688 278.41617L182.04688 278.22867Q182.04688 277.27554 182.40625 276.54117Q182.76562 275.79117 183.40625 275.38492Q184.0625 274.96304 184.8125 274.96304Q186.04688 274.96304 186.73438 275.77554Q187.42188 276.58804 187.42188 278.10367L187.42188 278.5568L183.125 278.5568Q183.15625 279.4943 183.67188 280.07242Q184.20312 280.65054 185.01562 280.65054Q185.57812 280.65054 185.96875 280.41617Q186.375 280.1818 186.6875 279.79117L187.34375 280.3068Q186.54688 281.54117 184.95312 281.54117ZM184.8125 275.85367Q184.15625 275.85367 183.70312 276.33804Q183.26562 276.8068 183.17188 277.66617L186.34375 277.66617L186.34375 277.58804Q186.29688 276.75992 185.89062 276.3068Q185.5 275.85367 184.8125 275.85367ZM189.79688 273.54117L189.79688 275.07242L190.96875 275.07242L190.96875 275.91617L189.79688 275.91617L189.79688 279.83804Q189.79688 280.22867 189.95312 280.41617Q190.10938 280.60367 190.48438 280.60367Q190.67188 280.60367 191.0 280.54117L191.0 281.41617Q190.57812 281.54117 190.17188 281.54117Q189.45312 281.54117 189.07812 281.10367Q188.70312 280.65054 188.70312 279.83804L188.70312 275.91617L187.54688 275.91617L187.54688 275.07242L188.70312 275.07242L188.70312 273.54117L189.79688 273.54117ZM194.85938 280.65054Q195.4375 280.65054 195.875 280.3068Q196.3125 279.94742 196.35938 279.41617L197.39062 279.41617Q197.35938 279.96304 197.0 280.46304Q196.65625 280.94742 196.07812 281.2443Q195.51562 281.54117 194.85938 281.54117Q193.5625 281.54117 192.79688 280.6818Q192.04688 279.8068 192.04688 278.3068L192.04688 278.1193Q192.04688 277.19742 192.375 276.47867Q192.71875 275.75992 193.34375 275.3693Q193.98438 274.96304 194.85938 274.96304Q195.92188 274.96304 196.625 275.60367Q197.34375 276.22867 197.39062 277.25992L196.35938 277.25992Q196.3125 276.63492 195.89062 276.2443Q195.46875 275.85367 194.85938 275.85367Q194.03125 275.85367 193.57812 276.44742Q193.125 277.04117 193.125 278.16617L193.125 278.3693Q193.125 279.46304 193.57812 280.0568Q194.03125 280.65054 194.85938 280.65054ZM198.34375 280.85367Q198.34375 280.57242 198.5 280.38492Q198.67188 280.19742 199.0 280.19742Q199.34375 280.19742 199.51562 280.38492Q199.6875 280.57242 199.6875 280.85367Q199.6875 281.1193 199.51562 281.3068Q199.34375 281.47867 199.0 281.47867Q198.67188 281.47867 198.5 281.3068Q198.34375 281.1193 198.34375 280.85367ZM203.82812 278.00992Q203.82812 279.32242 203.48438 280.52554Q203.14062 281.71304 202.42188 282.72867Q201.71875 283.7443 200.95312 284.16617L200.71875 283.50992Q201.625 282.82242 202.17188 281.3693Q202.71875 279.90054 202.73438 278.13492L202.73438 277.94742Q202.73438 276.71304 202.46875 275.65054Q202.21875 274.58804 201.75 273.75992Q201.29688 272.91617 200.71875 272.44742L200.95312 271.79117Q201.71875 272.21304 202.42188 273.21304Q203.125 274.21304 203.46875 275.4318Q203.82812 276.63492 203.82812 278.00992Z" fill-rule="nonzero"/><path fill="#666666" d="M79.203125 320.34946L75.625 320.34946L74.828125 322.58383L73.671875 322.58383L76.921875 314.05258L77.90625 314.05258L81.171875 322.58383L80.015625 322.58383L79.203125 320.34946ZM75.96875 319.42758L78.875 319.42758L77.421875 315.4432L75.96875 319.42758ZM87.328125 319.89633L87.5 321.02133L87.734375 320.0057L89.421875 314.05258L90.375 314.05258L92.015625 320.0057L92.25 321.03696L92.4375 319.8807L93.765625 314.05258L94.890625 314.05258L92.828125 322.58383L91.796875 322.58383L90.03125 316.36508L89.90625 315.70883L89.765625 316.36508L87.953125 322.58383L86.921875 322.58383L84.859375 314.05258L85.984375 314.05258L87.328125 319.89633ZM96.03125 319.34946Q96.03125 318.42758 96.390625 317.67758Q96.765625 316.92758 97.421875 316.53696Q98.078125 316.1307 98.90625 316.1307Q100.203125 316.1307 101.0 317.02133Q101.8125 317.91196 101.8125 319.41196L101.8125 319.49008Q101.8125 320.41196 101.453125 321.14633Q101.09375 321.8807 100.4375 322.30258Q99.78125 322.70883 98.921875 322.70883Q97.640625 322.70883 96.828125 321.8182Q96.03125 320.91196 96.03125 319.42758L96.03125 319.34946ZM97.125 319.49008Q97.125 320.53696 97.609375 321.17758Q98.109375 321.8182 98.921875 321.8182Q99.75 321.8182 100.234375 321.17758Q100.71875 320.52133 100.71875 319.34946Q100.71875 318.3182 100.21875 317.67758Q99.734375 317.02133 98.90625 317.02133Q98.109375 317.02133 97.609375 317.66196Q97.125 318.28696 97.125 319.49008ZM104.34375 316.24008L104.375 316.9432Q105.0625 316.1307 106.25 316.1307Q107.578125 316.1307 108.0625 317.14633Q108.375 316.6932 108.875 316.41196Q109.390625 316.1307 110.078125 316.1307Q112.171875 316.1307 112.203125 318.33383L112.203125 322.58383L111.125 322.58383L111.125 318.39633Q111.125 317.72446 110.8125 317.39633Q110.5 317.05258 109.765625 317.05258Q109.15625 317.05258 108.75 317.41196Q108.359375 317.77133 108.296875 318.3807L108.296875 322.58383L107.21875 322.58383L107.21875 318.42758Q107.21875 317.05258 105.859375 317.05258Q104.796875 317.05258 104.40625 317.95883L104.40625 322.58383L103.3125 322.58383L103.3125 316.24008L104.34375 316.24008ZM116.953125 322.70883Q115.65625 322.70883 114.84375 321.86508Q114.046875 321.0057 114.046875 319.58383L114.046875 319.39633Q114.046875 318.4432 114.40625 317.70883Q114.765625 316.95883 115.40625 316.55258Q116.0625 316.1307 116.8125 316.1307Q118.046875 316.1307 118.734375 316.9432Q119.421875 317.7557 119.421875 319.27133L119.421875 319.72446L115.125 319.72446Q115.15625 320.66196 115.671875 321.24008Q116.203125 321.8182 117.015625 321.8182Q117.578125 321.8182 117.96875 321.58383Q118.375 321.34946 118.6875 320.95883L119.34375 321.47446Q118.546875 322.70883 116.953125 322.70883ZM116.8125 317.02133Q116.15625 317.02133 115.703125 317.5057Q115.265625 317.97446 115.171875 318.83383L118.34375 318.83383L118.34375 318.7557Q118.296875 317.92758 117.890625 317.47446Q117.5 317.02133 116.8125 317.02133ZM121.34375 316.24008L121.375 317.03696Q122.109375 316.1307 123.28125 316.1307Q125.296875 316.1307 125.3125 318.39633L125.3125 322.58383L124.21875 322.58383L124.21875 318.3807Q124.21875 317.70883 123.90625 317.3807Q123.609375 317.05258 122.953125 317.05258Q122.421875 317.05258 122.015625 317.33383Q121.625 317.61508 121.40625 318.0682L121.40625 322.58383L120.328125 322.58383L120.328125 316.24008L121.34375 316.24008ZM132.32812 319.89633L132.5 321.02133L132.73438 320.0057L134.42188 314.05258L135.375 314.05258L137.01562 320.0057L137.25 321.03696L137.4375 319.8807L138.76562 314.05258L139.89062 314.05258L137.82812 322.58383L136.79688 322.58383L135.03125 316.36508L134.90625 315.70883L134.76562 316.36508L132.95312 322.58383L131.92188 322.58383L129.85938 314.05258L130.98438 314.05258L132.32812 319.89633ZM142.40625 317.0057Q143.125 316.1307 144.28125 316.1307Q146.29688 316.1307 146.3125 318.39633L146.3125 322.58383L145.21875 322.58383L145.21875 318.3807Q145.21875 317.70883 144.90625 317.3807Q144.60938 317.05258 143.95312 317.05258Q143.42188 317.05258 143.01562 317.33383Q142.625 317.61508 142.40625 318.0682L142.40625 322.58383L141.32812 322.58383L141.32812 313.58383L142.40625 313.58383L142.40625 317.0057ZM148.03125 319.34946Q148.03125 318.42758 148.39062 317.67758Q148.76562 316.92758 149.42188 316.53696Q150.07812 316.1307 150.90625 316.1307Q152.20312 316.1307 153.0 317.02133Q153.8125 317.91196 153.8125 319.41196L153.8125 319.49008Q153.8125 320.41196 153.45312 321.14633Q153.09375 321.8807 152.4375 322.30258Q151.78125 322.70883 150.92188 322.70883Q149.64062 322.70883 148.82812 321.8182Q148.03125 320.91196 148.03125 319.42758L148.03125 319.34946ZM149.125 319.49008Q149.125 320.53696 149.60938 321.17758Q150.10938 321.8182 150.92188 321.8182Q151.75 321.8182 152.23438 321.17758Q152.71875 320.52133 152.71875 319.34946Q152.71875 318.3182 152.21875 317.67758Q151.73438 317.02133 150.90625 317.02133Q150.10938 317.02133 149.60938 317.66196Q149.125 318.28696 149.125 319.49008ZM164.79688 321.45883Q164.35938 322.08383 163.57812 322.39633Q162.79688 322.70883 161.76562 322.70883Q160.73438 322.70883 159.92188 322.22446Q159.10938 321.72446 158.67188 320.8182Q158.23438 319.91196 158.21875 318.72446L158.21875 317.99008Q158.21875 316.05258 159.10938 314.99008Q160.01562 313.92758 161.64062 313.92758Q162.98438 313.92758 163.79688 314.61508Q164.60938 315.30258 164.79688 316.55258L163.67188 316.55258Q163.34375 314.86508 161.65625 314.86508Q160.51562 314.86508 159.9375 315.66196Q159.35938 316.4432 159.34375 317.95883L159.34375 318.64633Q159.34375 320.08383 160.0 320.9432Q160.65625 321.78696 161.78125 321.78696Q162.40625 321.78696 162.875 321.64633Q163.35938 321.5057 163.67188 321.16196L163.67188 319.2557L161.70312 319.2557L161.70312 318.33383L164.79688 318.33383L164.79688 321.45883ZM166.03125 319.34946Q166.03125 318.42758 166.39062 317.67758Q166.76562 316.92758 167.42188 316.53696Q168.07812 316.1307 168.90625 316.1307Q170.20312 316.1307 171.0 317.02133Q171.8125 317.91196 171.8125 319.41196L171.8125 319.49008Q171.8125 320.41196 171.45312 321.14633Q171.09375 321.8807 170.4375 322.30258Q169.78125 322.70883 168.92188 322.70883Q167.64062 322.70883 166.82812 321.8182Q166.03125 320.91196 166.03125 319.42758L166.03125 319.34946ZM167.125 319.49008Q167.125 320.53696 167.60938 321.17758Q168.10938 321.8182 168.92188 321.8182Q169.75 321.8182 170.23438 321.17758Q170.71875 320.52133 170.71875 319.34946Q170.71875 318.3182 170.21875 317.67758Q169.73438 317.02133 168.90625 317.02133Q168.10938 317.02133 167.60938 317.66196Q167.125 318.28696 167.125 319.49008ZM178.95312 322.70883Q177.65625 322.70883 176.84375 321.86508Q176.04688 321.0057 176.04688 319.58383L176.04688 319.39633Q176.04688 318.4432 176.40625 317.70883Q176.76562 316.95883 177.40625 316.55258Q178.0625 316.1307 178.8125 316.1307Q180.04688 316.1307 180.73438 316.9432Q181.42188 317.7557 181.42188 319.27133L181.42188 319.72446L177.125 319.72446Q177.15625 320.66196 177.67188 321.24008Q178.20312 321.8182 179.01562 321.8182Q179.57812 321.8182 179.96875 321.58383Q180.375 321.34946 180.6875 320.95883L181.34375 321.47446Q180.54688 322.70883 178.95312 322.70883ZM178.8125 317.02133Q178.15625 317.02133 177.70312 317.5057Q177.26562 317.97446 177.17188 318.83383L180.34375 318.83383L180.34375 318.7557Q180.29688 317.92758 179.89062 317.47446Q179.5 317.02133 178.8125 317.02133ZM184.40625 321.11508L185.98438 316.24008L187.09375 316.24008L184.8125 322.58383L183.98438 322.58383L181.6875 316.24008L182.79688 316.24008L184.40625 321.11508ZM190.95312 322.70883Q189.65625 322.70883 188.84375 321.86508Q188.04688 321.0057 188.04688 319.58383L188.04688 319.39633Q188.04688 318.4432 188.40625 317.70883Q188.76562 316.95883 189.40625 316.55258Q190.0625 316.1307 190.8125 316.1307Q192.04688 316.1307 192.73438 316.9432Q193.42188 317.7557 193.42188 319.27133L193.42188 319.72446L189.125 319.72446Q189.15625 320.66196 189.67188 321.24008Q190.20312 321.8182 191.01562 321.8182Q191.57812 321.8182 191.96875 321.58383Q192.375 321.34946 192.6875 320.95883L193.34375 321.47446Q192.54688 322.70883 190.95312 322.70883ZM190.8125 317.02133Q190.15625 317.02133 189.70312 317.5057Q189.26562 317.97446 189.17188 318.83383L192.34375 318.83383L192.34375 318.7557Q192.29688 317.92758 191.89062 317.47446Q191.5 317.02133 190.8125 317.02133ZM195.34375 316.24008L195.375 317.03696Q196.10938 316.1307 197.28125 316.1307Q199.29688 316.1307 199.3125 318.39633L199.3125 322.58383L198.21875 322.58383L198.21875 318.3807Q198.21875 317.70883 197.90625 317.3807Q197.60938 317.05258 196.95312 317.05258Q196.42188 317.05258 196.01562 317.33383Q195.625 317.61508 195.40625 318.0682L195.40625 322.58383L194.32812 322.58383L194.32812 316.24008L195.34375 316.24008ZM202.79688 314.70883L202.79688 316.24008L203.96875 316.24008L203.96875 317.08383L202.79688 317.08383L202.79688 321.0057Q202.79688 321.39633 202.95312 321.58383Q203.10938 321.77133 203.48438 321.77133Q203.67188 321.77133 204.0 321.70883L204.0 322.58383Q203.57812 322.70883 203.17188 322.70883Q202.45312 322.70883 202.07812 322.27133Q201.70312 321.8182 201.70312 321.0057L201.70312 317.08383L200.54688 317.08383L200.54688 316.24008L201.70312 316.24008L201.70312 314.70883L202.79688 314.70883Z" fill-rule="nonzero"/><path fill="#666666" d="M118.203125 376.51712L114.625 376.51712L113.828125 378.7515L112.671875 378.7515L115.921875 370.22025L116.90625 370.22025L120.171875 378.7515L119.015625 378.7515L118.203125 376.51712ZM114.96875 375.59525L117.875 375.59525L116.421875 371.61087L114.96875 375.59525ZM130.79688 377.6265Q130.35938 378.2515 129.57812 378.564Q128.79688 378.8765 127.765625 378.8765Q126.734375 378.8765 125.921875 378.39212Q125.109375 377.89212 124.671875 376.98587Q124.234375 376.07962 124.21875 374.89212L124.21875 374.15775Q124.21875 372.22025 125.109375 371.15775Q126.015625 370.09525 127.640625 370.09525Q128.98438 370.09525 129.79688 370.78275Q130.60938 371.47025 130.79688 372.72025L129.67188 372.72025Q129.34375 371.03275 127.65625 371.03275Q126.515625 371.03275 125.9375 371.82962Q125.359375 372.61087 125.34375 374.1265L125.34375 374.814Q125.34375 376.2515 126.0 377.11087Q126.65625 377.95462 127.78125 377.95462Q128.40625 377.95462 128.875 377.814Q129.35938 377.67337 129.67188 377.32962L129.67188 375.42337L127.703125 375.42337L127.703125 374.5015L130.79688 374.5015L130.79688 377.6265ZM132.03125 375.51712Q132.03125 374.59525 132.39062 373.84525Q132.76562 373.09525 133.42188 372.70462Q134.07812 372.29837 134.90625 372.29837Q136.20312 372.29837 137.0 373.189Q137.8125 374.07962 137.8125 375.57962L137.8125 375.65775Q137.8125 376.57962 137.45312 377.314Q137.09375 378.04837 136.4375 378.47025Q135.78125 378.8765 134.92188 378.8765Q133.64062 378.8765 132.82812 377.98587Q132.03125 377.07962 132.03125 375.59525L132.03125 375.51712ZM133.125 375.65775Q133.125 376.70462 133.60938 377.34525Q134.10938 377.98587 134.92188 377.98587Q135.75 377.98587 136.23438 377.34525Q136.71875 376.689 136.71875 375.51712Q136.71875 374.48587 136.21875 373.84525Q135.73438 373.189 134.90625 373.189Q134.10938 373.189 133.60938 373.82962Q133.125 374.45462 133.125 375.65775ZM139.48438 378.7515L139.48438 370.22025L142.28125 370.22025Q143.67188 370.22025 144.35938 370.79837Q145.0625 371.36087 145.0625 372.48587Q145.0625 373.09525 144.71875 373.564Q144.39062 374.01712 143.79688 374.26712Q144.5 374.45462 144.89062 375.0015Q145.29688 375.53275 145.29688 376.28275Q145.29688 377.439 144.54688 378.09525Q143.8125 378.7515 142.45312 378.7515L139.48438 378.7515ZM140.60938 374.76712L140.60938 377.82962L142.46875 377.82962Q143.26562 377.82962 143.71875 377.42337Q144.17188 377.01712 144.17188 376.29837Q144.17188 374.76712 142.48438 374.76712L140.60938 374.76712ZM140.60938 373.86087L142.3125 373.86087Q143.04688 373.86087 143.48438 373.5015Q143.9375 373.1265 143.9375 372.48587Q143.9375 371.78275 143.53125 371.47025Q143.125 371.14212 142.28125 371.14212L140.60938 371.14212L140.60938 373.86087ZM149.39062 373.3765Q149.14062 373.34525 148.85938 373.34525Q147.78125 373.34525 147.40625 374.2515L147.40625 378.7515L146.32812 378.7515L146.32812 372.40775L147.375 372.40775L147.39062 373.14212Q147.92188 372.29837 148.90625 372.29837Q149.21875 372.29837 149.39062 372.3765L149.39062 373.3765ZM151.5 378.7515L150.42188 378.7515L150.42188 372.40775L151.5 372.40775L151.5 378.7515ZM150.32812 370.73587Q150.32812 370.47025 150.48438 370.28275Q150.65625 370.09525 150.96875 370.09525Q151.28125 370.09525 151.4375 370.28275Q151.60938 370.47025 151.60938 370.73587Q151.60938 370.98587 151.4375 371.17337Q151.28125 371.34525 150.96875 371.34525Q150.65625 371.34525 150.48438 371.17337Q150.32812 370.98587 150.32812 370.73587ZM153.0625 375.53275Q153.0625 374.064 153.75 373.189Q154.4375 372.29837 155.5625 372.29837Q156.67188 372.29837 157.32812 373.04837L157.32812 369.7515L158.40625 369.7515L158.40625 378.7515L157.40625 378.7515L157.35938 378.064Q156.70312 378.8765 155.54688 378.8765Q154.45312 378.8765 153.75 377.97025Q153.0625 377.064 153.0625 375.61087L153.0625 375.53275ZM154.14062 375.65775Q154.14062 376.73587 154.57812 377.34525Q155.03125 377.95462 155.8125 377.95462Q156.84375 377.95462 157.32812 377.01712L157.32812 374.11087Q156.84375 373.22025 155.82812 373.22025Q155.03125 373.22025 154.57812 373.82962Q154.14062 374.439 154.14062 375.65775ZM160.0625 375.53275Q160.0625 374.04837 160.75 373.17337Q161.4375 372.29837 162.5625 372.29837Q163.71875 372.29837 164.375 373.11087L164.42188 372.40775L165.42188 372.40775L165.42188 378.59525Q165.42188 379.82962 164.6875 380.53275Q163.95312 381.2515 162.73438 381.2515Q162.04688 381.2515 161.39062 380.95462Q160.73438 380.65775 160.39062 380.15775L160.95312 379.5015Q161.64062 380.36087 162.65625 380.36087Q163.4375 380.36087 163.875 379.90775Q164.32812 379.47025 164.32812 378.65775L164.32812 378.11087Q163.67188 378.8765 162.54688 378.8765Q161.4375 378.8765 160.75 377.98587Q160.0625 377.07962 160.0625 375.53275ZM161.15625 375.65775Q161.15625 376.72025 161.59375 377.34525Q162.03125 377.95462 162.82812 377.95462Q163.84375 377.95462 164.32812 377.01712L164.32812 374.1265Q163.82812 373.22025 162.82812 373.22025Q162.04688 373.22025 161.59375 373.82962Q161.15625 374.439 161.15625 375.65775ZM169.95312 378.8765Q168.65625 378.8765 167.84375 378.03275Q167.04688 377.17337 167.04688 375.7515L167.04688 375.564Q167.04688 374.61087 167.40625 373.8765Q167.76562 373.1265 168.40625 372.72025Q169.0625 372.29837 169.8125 372.29837Q171.04688 372.29837 171.73438 373.11087Q172.42188 373.92337 172.42188 375.439L172.42188 375.89212L168.125 375.89212Q168.15625 376.82962 168.67188 377.40775Q169.20312 377.98587 170.01562 377.98587Q170.57812 377.98587 170.96875 377.7515Q171.375 377.51712 171.6875 377.1265L172.34375 377.64212Q171.54688 378.8765 169.95312 378.8765ZM169.8125 373.189Q169.15625 373.189 168.70312 373.67337Q168.26562 374.14212 168.17188 375.0015L171.34375 375.0015L171.34375 374.92337Q171.29688 374.09525 170.89062 373.64212Q170.5 373.189 169.8125 373.189ZM178.95312 378.8765Q177.65625 378.8765 176.84375 378.03275Q176.04688 377.17337 176.04688 375.7515L176.04688 375.564Q176.04688 374.61087 176.40625 373.8765Q176.76562 373.1265 177.40625 372.72025Q178.0625 372.29837 178.8125 372.29837Q180.04688 372.29837 180.73438 373.11087Q181.42188 373.92337 181.42188 375.439L181.42188 375.89212L177.125 375.89212Q177.15625 376.82962 177.67188 377.40775Q178.20312 377.98587 179.01562 377.98587Q179.57812 377.98587 179.96875 377.7515Q180.375 377.51712 180.6875 377.1265L181.34375 377.64212Q180.54688 378.8765 178.95312 378.8765ZM178.8125 373.189Q178.15625 373.189 177.70312 373.67337Q177.26562 374.14212 177.17188 375.0015L180.34375 375.0015L180.34375 374.92337Q180.29688 374.09525 179.89062 373.64212Q179.5 373.189 178.8125 373.189ZM184.40625 377.28275L185.98438 372.40775L187.09375 372.40775L184.8125 378.7515L183.98438 378.7515L181.6875 372.40775L182.79688 372.40775L184.40625 377.28275ZM190.95312 378.8765Q189.65625 378.8765 188.84375 378.03275Q188.04688 377.17337 188.04688 375.7515L188.04688 375.564Q188.04688 374.61087 188.40625 373.8765Q188.76562 373.1265 189.40625 372.72025Q190.0625 372.29837 190.8125 372.29837Q192.04688 372.29837 192.73438 373.11087Q193.42188 373.92337 193.42188 375.439L193.42188 375.89212L189.125 375.89212Q189.15625 376.82962 189.67188 377.40775Q190.20312 377.98587 191.01562 377.98587Q191.57812 377.98587 191.96875 377.7515Q192.375 377.51712 192.6875 377.1265L193.34375 377.64212Q192.54688 378.8765 190.95312 378.8765ZM190.8125 373.189Q190.15625 373.189 189.70312 373.67337Q189.26562 374.14212 189.17188 375.0015L192.34375 375.0015L192.34375 374.92337Q192.29688 374.09525 191.89062 373.64212Q191.5 373.189 190.8125 373.189ZM195.34375 372.40775L195.375 373.20462Q196.10938 372.29837 197.28125 372.29837Q199.29688 372.29837 199.3125 374.564L199.3125 378.7515L198.21875 378.7515L198.21875 374.54837Q198.21875 373.8765 197.90625 373.54837Q197.60938 373.22025 196.95312 373.22025Q196.42188 373.22025 196.01562 373.5015Q195.625 373.78275 195.40625 374.23587L195.40625 378.7515L194.32812 378.7515L194.32812 372.40775L195.34375 372.40775ZM202.79688 370.8765L202.79688 372.40775L203.96875 372.40775L203.96875 373.2515L202.79688 373.2515L202.79688 377.17337Q202.79688 377.564 202.95312 377.7515Q203.10938 377.939 203.48438 377.939Q203.67188 377.939 204.0 377.8765L204.0 378.7515Q203.57812 378.8765 203.17188 378.8765Q202.45312 378.8765 202.07812 378.439Q201.70312 377.98587 201.70312 377.17337L201.70312 373.2515L200.54688 373.2515L200.54688 372.40775L201.70312 372.40775L201.70312 370.8765L202.79688 370.8765Z" fill-rule="nonzero"/><path fill="#666666" d="M183.04688 430.93478Q183.04688 432.18478 182.625 433.12228Q182.20312 434.04416 181.42188 434.54416Q180.65625 435.04416 179.625 435.04416Q178.625 435.04416 177.84375 434.54416Q177.0625 434.04416 176.625 433.1379Q176.20312 432.21603 176.1875 430.99728L176.1875 430.3879Q176.1875 429.15353 176.60938 428.21603Q177.04688 427.27853 177.82812 426.77853Q178.60938 426.2629 179.625 426.2629Q180.64062 426.2629 181.42188 426.7629Q182.20312 427.2629 182.625 428.2004Q183.04688 429.1379 183.04688 430.3879L183.04688 430.93478ZM181.9375 430.37228Q181.9375 428.85666 181.32812 428.04416Q180.71875 427.23166 179.625 427.23166Q178.54688 427.23166 177.9375 428.04416Q177.32812 428.85666 177.3125 430.29416L177.3125 430.93478Q177.3125 432.40353 177.92188 433.24728Q178.54688 434.0754 179.625 434.0754Q180.71875 434.0754 181.3125 433.29416Q181.92188 432.49728 181.9375 431.0129L181.9375 430.37228ZM185.79688 427.04416L185.79688 428.5754L186.96875 428.5754L186.96875 429.41916L185.79688 429.41916L185.79688 433.34103Q185.79688 433.73166 185.95312 433.91916Q186.10938 434.10666 186.48438 434.10666Q186.67188 434.10666 187.0 434.04416L187.0 434.91916Q186.57812 435.04416 186.17188 435.04416Q185.45312 435.04416 185.07812 434.60666Q184.70312 434.15353 184.70312 433.34103L184.70312 429.41916L183.54688 429.41916L183.54688 428.5754L184.70312 428.5754L184.70312 427.04416L185.79688 427.04416ZM189.40625 429.34103Q190.125 428.46603 191.28125 428.46603Q193.29688 428.46603 193.3125 430.73166L193.3125 434.91916L192.21875 434.91916L192.21875 430.71603Q192.21875 430.04416 191.90625 429.71603Q191.60938 429.3879 190.95312 429.3879Q190.42188 429.3879 190.01562 429.66916Q189.625 429.9504 189.40625 430.40353L189.40625 434.91916L188.32812 434.91916L188.32812 425.91916L189.40625 425.91916L189.40625 429.34103ZM197.95312 435.04416Q196.65625 435.04416 195.84375 434.2004Q195.04688 433.34103 195.04688 431.91916L195.04688 431.73166Q195.04688 430.77853 195.40625 430.04416Q195.76562 429.29416 196.40625 428.8879Q197.0625 428.46603 197.8125 428.46603Q199.04688 428.46603 199.73438 429.27853Q200.42188 430.09103 200.42188 431.60666L200.42188 432.05978L196.125 432.05978Q196.15625 432.99728 196.67188 433.5754Q197.20312 434.15353 198.01562 434.15353Q198.57812 434.15353 198.96875 433.91916Q199.375 433.68478 199.6875 433.29416L200.34375 433.80978Q199.54688 435.04416 197.95312 435.04416ZM197.8125 429.35666Q197.15625 429.35666 196.70312 429.84103Q196.26562 430.30978 196.17188 431.16916L199.34375 431.16916L199.34375 431.09103Q199.29688 430.2629 198.89062 429.80978Q198.5 429.35666 197.8125 429.35666ZM204.39062 429.54416Q204.14062 429.5129 203.85938 429.5129Q202.78125 429.5129 202.40625 430.41916L202.40625 434.91916L201.32812 434.91916L201.32812 428.5754L202.375 428.5754L202.39062 429.30978Q202.92188 428.46603 203.90625 428.46603Q204.21875 428.46603 204.39062 428.54416L204.39062 429.54416Z" fill-rule="nonzero"/><path fill="#666666" d="M183.04688 491.08682L181.92188 491.08682L177.625 484.5087L177.625 491.08682L176.48438 491.08682L176.48438 482.55557L177.625 482.55557L181.92188 489.16495L181.92188 482.55557L183.04688 482.55557L183.04688 491.08682ZM185.03125 487.85245Q185.03125 486.93057 185.39062 486.18057Q185.76562 485.43057 186.42188 485.03995Q187.07812 484.6337 187.90625 484.6337Q189.20312 484.6337 190.0 485.52432Q190.8125 486.41495 190.8125 487.91495L190.8125 487.99307Q190.8125 488.91495 190.45312 489.64932Q190.09375 490.3837 189.4375 490.80557Q188.78125 491.21182 187.92188 491.21182Q186.64062 491.21182 185.82812 490.3212Q185.03125 489.41495 185.03125 487.93057L185.03125 487.85245ZM186.125 487.99307Q186.125 489.03995 186.60938 489.68057Q187.10938 490.3212 187.92188 490.3212Q188.75 490.3212 189.23438 489.68057Q189.71875 489.02432 189.71875 487.85245Q189.71875 486.8212 189.21875 486.18057Q188.73438 485.52432 187.90625 485.52432Q187.10938 485.52432 186.60938 486.16495Q186.125 486.78995 186.125 487.99307ZM193.34375 484.74307L193.375 485.53995Q194.10938 484.6337 195.28125 484.6337Q197.29688 484.6337 197.3125 486.89932L197.3125 491.08682L196.21875 491.08682L196.21875 486.8837Q196.21875 486.21182 195.90625 485.8837Q195.60938 485.55557 194.95312 485.55557Q194.42188 485.55557 194.01562 485.83682Q193.625 486.11807 193.40625 486.5712L193.40625 491.08682L192.32812 491.08682L192.32812 484.74307L193.34375 484.74307ZM201.95312 491.21182Q200.65625 491.21182 199.84375 490.36807Q199.04688 489.5087 199.04688 488.08682L199.04688 487.89932Q199.04688 486.9462 199.40625 486.21182Q199.76562 485.46182 200.40625 485.05557Q201.0625 484.6337 201.8125 484.6337Q203.04688 484.6337 203.73438 485.4462Q204.42188 486.2587 204.42188 487.77432L204.42188 488.22745L200.125 488.22745Q200.15625 489.16495 200.67188 489.74307Q201.20312 490.3212 202.01562 490.3212Q202.57812 490.3212 202.96875 490.08682Q203.375 489.85245 203.6875 489.46182L204.34375 489.97745Q203.54688 491.21182 201.95312 491.21182ZM201.8125 485.52432Q201.15625 485.52432 200.70312 486.0087Q200.26562 486.47745 200.17188 487.33682L203.34375 487.33682L203.34375 487.2587Q203.29688 486.43057 202.89062 485.97745Q202.5 485.52432 201.8125 485.52432Z" fill-rule="nonzero"/><path fill="#666666" d="M208.5625 538.8594Q208.5625 540.7656 207.90625 541.7031Q207.26562 542.625 205.875 542.625Q204.51562 542.625 203.85938 541.71875Q203.20312 540.8125 203.17188 539.0L203.17188 537.5625Q203.17188 535.6719 203.8125 534.7656Q204.46875 533.84375 205.85938 533.84375Q207.23438 533.84375 207.89062 534.7344Q208.54688 535.6094 208.5625 537.4531L208.5625 538.8594ZM207.46875 537.375Q207.46875 536.0 207.07812 535.375Q206.70312 534.7344 205.85938 534.7344Q205.03125 534.7344 204.64062 535.375Q204.26562 536.0 204.26562 537.2969L204.26562 539.03125Q204.26562 540.40625 204.65625 541.0781Q205.0625 541.7344 205.875 541.7344Q206.67188 541.7344 207.0625 541.1094Q207.45312 540.4844 207.46875 539.15625L207.46875 537.375ZM210.10938 535.6094Q210.10938 534.84375 210.59375 534.34375Q211.09375 533.84375 211.85938 533.84375Q212.64062 533.84375 213.125 534.34375Q213.60938 534.84375 213.60938 535.6406L213.60938 536.0625Q213.60938 536.8281 213.10938 537.3281Q212.625 537.8125 211.875 537.8125Q211.10938 537.8125 210.60938 537.3281Q210.10938 536.8281 210.10938 536.0156L210.10938 535.6094ZM210.92188 536.0625Q210.92188 536.5156 211.17188 536.8125Q211.4375 537.1094 211.875 537.1094Q212.29688 537.1094 212.54688 536.8281Q212.79688 536.53125 212.79688 536.03125L212.79688 535.6094Q212.79688 535.15625 212.54688 534.8594Q212.29688 534.5469 211.85938 534.5469Q211.42188 534.5469 211.17188 534.8594Q210.92188 535.15625 210.92188 535.625L210.92188 536.0625ZM214.26562 540.40625Q214.26562 539.6406 214.75 539.15625Q215.25 538.65625 216.01562 538.65625Q216.78125 538.65625 217.26562 539.15625Q217.76562 539.6406 217.76562 540.4531L217.76562 540.8594Q217.76562 541.625 217.28125 542.125Q216.79688 542.625 216.03125 542.625Q215.26562 542.625 214.76562 542.1406Q214.26562 541.6406 214.26562 540.8281L214.26562 540.40625ZM215.07812 540.8594Q215.07812 541.3281 215.32812 541.625Q215.59375 541.9219 216.03125 541.9219Q216.45312 541.9219 216.70312 541.6406Q216.95312 541.34375 216.95312 540.84375L216.95312 540.40625Q216.95312 539.9375 216.6875 539.65625Q216.4375 539.3594 216.01562 539.3594Q215.59375 539.3594 215.32812 539.65625Q215.07812 539.9375 215.07812 540.4375L215.07812 540.8594ZM212.125 541.8594L211.5 541.46875L215.67188 534.7969L216.28125 535.1875L212.125 541.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M295.04074 542.5L289.447 542.5L289.447 541.71875L292.40012 538.4375Q293.05637 537.6875 293.30637 537.2344Q293.55637 536.7656 293.55637 536.2656Q293.55637 535.59375 293.15012 535.1719Q292.7595 534.7344 292.072 534.7344Q291.27512 534.7344 290.822 535.2031Q290.36887 535.65625 290.36887 536.4844L289.29074 536.4844Q289.29074 535.2969 290.04074 534.5781Q290.80637 533.84375 292.072 533.84375Q293.27512 533.84375 293.96262 534.46875Q294.65012 535.09375 294.65012 536.1406Q294.65012 537.3906 293.04074 539.1406L290.7595 541.6094L295.04074 541.6094L295.04074 542.5ZM301.80637 538.8594Q301.80637 540.7656 301.15012 541.7031Q300.5095 542.625 299.11887 542.625Q297.7595 542.625 297.10324 541.71875Q296.447 540.8125 296.41574 539.0L296.41574 537.5625Q296.41574 535.6719 297.05637 534.7656Q297.71262 533.84375 299.10324 533.84375Q300.47824 533.84375 301.1345 534.7344Q301.79074 535.6094 301.80637 537.4531L301.80637 538.8594ZM300.71262 537.375Q300.71262 536.0 300.322 535.375Q299.947 534.7344 299.10324 534.7344Q298.27512 534.7344 297.8845 535.375Q297.5095 536.0 297.5095 537.2969L297.5095 539.03125Q297.5095 540.40625 297.90012 541.0781Q298.30637 541.7344 299.11887 541.7344Q299.91574 541.7344 300.30637 541.1094Q300.697 540.4844 300.71262 539.15625L300.71262 537.375ZM303.35324 535.6094Q303.35324 534.84375 303.83762 534.34375Q304.33762 533.84375 305.10324 533.84375Q305.8845 533.84375 306.36887 534.34375Q306.85324 534.84375 306.85324 535.6406L306.85324 536.0625Q306.85324 536.8281 306.35324 537.3281Q305.86887 537.8125 305.11887 537.8125Q304.35324 537.8125 303.85324 537.3281Q303.35324 536.8281 303.35324 536.0156L303.35324 535.6094ZM304.16574 536.0625Q304.16574 536.5156 304.41574 536.8125Q304.68137 537.1094 305.11887 537.1094Q305.54074 537.1094 305.79074 536.8281Q306.04074 536.53125 306.04074 536.03125L306.04074 535.6094Q306.04074 535.15625 305.79074 534.8594Q305.54074 534.5469 305.10324 534.5469Q304.66574 534.5469 304.41574 534.8594Q304.16574 535.15625 304.16574 535.625L304.16574 536.0625ZM307.5095 540.40625Q307.5095 539.6406 307.99387 539.15625Q308.49387 538.65625 309.2595 538.65625Q310.02512 538.65625 310.5095 539.15625Q311.0095 539.6406 311.0095 540.4531L311.0095 540.8594Q311.0095 541.625 310.52512 542.125Q310.04074 542.625 309.27512 542.625Q308.5095 542.625 308.0095 542.1406Q307.5095 541.6406 307.5095 540.8281L307.5095 540.40625ZM308.322 540.8594Q308.322 541.3281 308.572 541.625Q308.83762 541.9219 309.27512 541.9219Q309.697 541.9219 309.947 541.6406Q310.197 541.34375 310.197 540.84375L310.197 540.40625Q310.197 539.9375 309.93137 539.65625Q309.68137 539.3594 309.2595 539.3594Q308.83762 539.3594 308.572 539.65625Q308.322 539.9375 308.322 540.4375L308.322 540.8594ZM305.36887 541.8594L304.74387 541.46875L308.91574 534.7969L309.52512 535.1875L305.36887 541.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M383.76895 539.6406L384.95645 539.6406L384.95645 540.5156L383.76895 540.5156L383.76895 542.5L382.69083 542.5L382.69083 540.5156L378.8002 540.5156L378.8002 539.875L382.6127 533.96875L383.76895 533.96875L383.76895 539.6406ZM380.03458 539.6406L382.69083 539.6406L382.69083 535.4531L382.5502 535.6875L380.03458 539.6406ZM391.5502 538.8594Q391.5502 540.7656 390.89395 541.7031Q390.25333 542.625 388.8627 542.625Q387.50333 542.625 386.84708 541.71875Q386.19083 540.8125 386.15958 539.0L386.15958 537.5625Q386.15958 535.6719 386.8002 534.7656Q387.45645 533.84375 388.84708 533.84375Q390.22208 533.84375 390.87833 534.7344Q391.53458 535.6094 391.5502 537.4531L391.5502 538.8594ZM390.45645 537.375Q390.45645 536.0 390.06583 535.375Q389.69083 534.7344 388.84708 534.7344Q388.01895 534.7344 387.62833 535.375Q387.25333 536.0 387.25333 537.2969L387.25333 539.03125Q387.25333 540.40625 387.64395 541.0781Q388.0502 541.7344 388.8627 541.7344Q389.65958 541.7344 390.0502 541.1094Q390.44083 540.4844 390.45645 539.15625L390.45645 537.375ZM393.09708 535.6094Q393.09708 534.84375 393.58145 534.34375Q394.08145 533.84375 394.84708 533.84375Q395.62833 533.84375 396.1127 534.34375Q396.59708 534.84375 396.59708 535.6406L396.59708 536.0625Q396.59708 536.8281 396.09708 537.3281Q395.6127 537.8125 394.8627 537.8125Q394.09708 537.8125 393.59708 537.3281Q393.09708 536.8281 393.09708 536.0156L393.09708 535.6094ZM393.90958 536.0625Q393.90958 536.5156 394.15958 536.8125Q394.4252 537.1094 394.8627 537.1094Q395.28458 537.1094 395.53458 536.8281Q395.78458 536.53125 395.78458 536.03125L395.78458 535.6094Q395.78458 535.15625 395.53458 534.8594Q395.28458 534.5469 394.84708 534.5469Q394.40958 534.5469 394.15958 534.8594Q393.90958 535.15625 393.90958 535.625L393.90958 536.0625ZM397.25333 540.40625Q397.25333 539.6406 397.7377 539.15625Q398.2377 538.65625 399.00333 538.65625Q399.76895 538.65625 400.25333 539.15625Q400.75333 539.6406 400.75333 540.4531L400.75333 540.8594Q400.75333 541.625 400.26895 542.125Q399.78458 542.625 399.01895 542.625Q398.25333 542.625 397.75333 542.1406Q397.25333 541.6406 397.25333 540.8281L397.25333 540.40625ZM398.06583 540.8594Q398.06583 541.3281 398.31583 541.625Q398.58145 541.9219 399.01895 541.9219Q399.44083 541.9219 399.69083 541.6406Q399.94083 541.34375 399.94083 540.84375L399.94083 540.40625Q399.94083 539.9375 399.6752 539.65625Q399.4252 539.3594 399.00333 539.3594Q398.58145 539.3594 398.31583 539.65625Q398.06583 539.9375 398.06583 540.4375L398.06583 540.8594ZM395.1127 541.8594L394.4877 541.46875L398.65958 534.7969L399.26895 535.1875L395.1127 541.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M473.20032 533.96875L473.20032 534.875L472.9972 534.875Q471.73157 534.90625 470.98157 535.6406Q470.23157 536.3594 470.10657 537.6719Q470.79407 536.90625 471.95032 536.90625Q473.0597 536.90625 473.73157 537.6875Q474.40344 538.46875 474.40344 539.71875Q474.40344 541.03125 473.6847 541.8281Q472.96594 542.625 471.7472 542.625Q470.52844 542.625 469.76282 541.6875Q469.01282 540.7344 469.01282 539.25L469.01282 538.84375Q469.01282 536.4844 470.01282 535.2344Q471.01282 533.9844 472.9972 533.96875L473.20032 533.96875ZM471.77844 537.8125Q471.21594 537.8125 470.7472 538.1406Q470.27844 538.46875 470.09094 538.9844L470.09094 539.375Q470.09094 540.4375 470.5597 541.0781Q471.04407 541.71875 471.7472 541.71875Q472.48157 541.71875 472.90344 541.1875Q473.32532 540.6406 473.32532 539.7656Q473.32532 538.8906 472.90344 538.3594Q472.48157 537.8125 471.77844 537.8125ZM481.29407 538.8594Q481.29407 540.7656 480.63782 541.7031Q479.9972 542.625 478.60657 542.625Q477.2472 542.625 476.59094 541.71875Q475.9347 540.8125 475.90344 539.0L475.90344 537.5625Q475.90344 535.6719 476.54407 534.7656Q477.20032 533.84375 478.59094 533.84375Q479.96594 533.84375 480.6222 534.7344Q481.27844 535.6094 481.29407 537.4531L481.29407 538.8594ZM480.20032 537.375Q480.20032 536.0 479.8097 535.375Q479.4347 534.7344 478.59094 534.7344Q477.76282 534.7344 477.3722 535.375Q476.9972 536.0 476.9972 537.2969L476.9972 539.03125Q476.9972 540.40625 477.38782 541.0781Q477.79407 541.7344 478.60657 541.7344Q479.40344 541.7344 479.79407 541.1094Q480.1847 540.4844 480.20032 539.15625L480.20032 537.375ZM482.84094 535.6094Q482.84094 534.84375 483.32532 534.34375Q483.82532 533.84375 484.59094 533.84375Q485.3722 533.84375 485.85657 534.34375Q486.34094 534.84375 486.34094 535.6406L486.34094 536.0625Q486.34094 536.8281 485.84094 537.3281Q485.35657 537.8125 484.60657 537.8125Q483.84094 537.8125 483.34094 537.3281Q482.84094 536.8281 482.84094 536.0156L482.84094 535.6094ZM483.65344 536.0625Q483.65344 536.5156 483.90344 536.8125Q484.16907 537.1094 484.60657 537.1094Q485.02844 537.1094 485.27844 536.8281Q485.52844 536.53125 485.52844 536.03125L485.52844 535.6094Q485.52844 535.15625 485.27844 534.8594Q485.02844 534.5469 484.59094 534.5469Q484.15344 534.5469 483.90344 534.8594Q483.65344 535.15625 483.65344 535.625L483.65344 536.0625ZM486.9972 540.40625Q486.9972 539.6406 487.48157 539.15625Q487.98157 538.65625 488.7472 538.65625Q489.51282 538.65625 489.9972 539.15625Q490.4972 539.6406 490.4972 540.4531L490.4972 540.8594Q490.4972 541.625 490.01282 542.125Q489.52844 542.625 488.76282 542.625Q487.9972 542.625 487.4972 542.1406Q486.9972 541.6406 486.9972 540.8281L486.9972 540.40625ZM487.8097 540.8594Q487.8097 541.3281 488.0597 541.625Q488.32532 541.9219 488.76282 541.9219Q489.1847 541.9219 489.4347 541.6406Q489.6847 541.34375 489.6847 540.84375L489.6847 540.40625Q489.6847 539.9375 489.41907 539.65625Q489.16907 539.3594 488.7472 539.3594Q488.32532 539.3594 488.0597 539.65625Q487.8097 539.9375 487.8097 540.4375L487.8097 540.8594ZM484.85657 541.8594L484.23157 541.46875L488.40344 534.7969L489.01282 535.1875L484.85657 541.8594Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 536.1875Q563.866 536.8281 563.5223 537.3281Q563.1785 537.8281 562.616 538.1094Q563.2723 538.3906 563.6629 538.9531Q564.0535 539.5 564.0535 540.2031Q564.0535 541.2969 563.3035 541.96875Q562.56915 542.625 561.3504 542.625Q560.116 542.625 559.366 541.96875Q558.63165 541.2969 558.63165 540.2031Q558.63165 539.5 559.00665 538.9531Q559.38165 538.3906 560.0535 538.1094Q559.491 537.8281 559.1629 537.3281Q558.8348 536.8281 558.8348 536.1875Q558.8348 535.1094 559.5223 534.4844Q560.2098 533.84375 561.3504 533.84375Q562.4754 533.84375 563.1629 534.4844Q563.866 535.1094 563.866 536.1875ZM562.9754 540.1719Q562.9754 539.4531 562.5223 539.0156Q562.06915 538.5625 561.3348 538.5625Q560.6004 538.5625 560.1473 539.0156Q559.7098 539.4531 559.7098 540.1875Q559.7098 540.90625 560.1473 541.3281Q560.5848 541.7344 561.3504 541.7344Q562.1004 541.7344 562.5379 541.3125Q562.9754 540.8906 562.9754 540.1719ZM561.3504 534.7344Q560.7098 534.7344 560.3035 535.1406Q559.9129 535.53125 559.9129 536.21875Q559.9129 536.8594 560.3035 537.2656Q560.69415 537.6719 561.3348 537.6719Q561.991 537.6719 562.38165 537.2656Q562.7723 536.8594 562.7723 536.21875Q562.7723 535.5625 562.366 535.15625Q561.9598 534.7344 561.3504 534.7344ZM571.0379 538.8594Q571.0379 540.7656 570.38165 541.7031Q569.741 542.625 568.3504 542.625Q566.991 542.625 566.3348 541.71875Q565.6785 540.8125 565.6473 539.0L565.6473 537.5625Q565.6473 535.6719 566.2879 534.7656Q566.94415 533.84375 568.3348 533.84375Q569.7098 533.84375 570.366 534.7344Q571.0223 535.6094 571.0379 537.4531L571.0379 538.8594ZM569.94415 537.375Q569.94415 536.0 569.5535 535.375Q569.1785 534.7344 568.3348 534.7344Q567.50665 534.7344 567.116 535.375Q566.741 536.0 566.741 537.2969L566.741 539.03125Q566.741 540.40625 567.13165 541.0781Q567.5379 541.7344 568.3504 541.7344Q569.1473 541.7344 569.5379 541.1094Q569.9285 540.4844 569.94415 539.15625L569.94415 537.375ZM572.5848 535.6094Q572.5848 534.84375 573.06915 534.34375Q573.56915 533.84375 574.3348 533.84375Q575.116 533.84375 575.6004 534.34375Q576.0848 534.84375 576.0848 535.6406L576.0848 536.0625Q576.0848 536.8281 575.5848 537.3281Q575.1004 537.8125 574.3504 537.8125Q573.5848 537.8125 573.0848 537.3281Q572.5848 536.8281 572.5848 536.0156L572.5848 535.6094ZM573.3973 536.0625Q573.3973 536.5156 573.6473 536.8125Q573.9129 537.1094 574.3504 537.1094Q574.7723 537.1094 575.0223 536.8281Q575.2723 536.53125 575.2723 536.03125L575.2723 535.6094Q575.2723 535.15625 575.0223 534.8594Q574.7723 534.5469 574.3348 534.5469Q573.8973 534.5469 573.6473 534.8594Q573.3973 535.15625 573.3973 535.625L573.3973 536.0625ZM576.741 540.40625Q576.741 539.6406 577.2254 539.15625Q577.7254 538.65625 578.491 538.65625Q579.25665 538.65625 579.741 539.15625Q580.241 539.6406 580.241 540.4531L580.241 540.8594Q580.241 541.625 579.75665 542.125Q579.2723 542.625 578.50665 542.625Q577.741 542.625 577.241 542.1406Q576.741 541.6406 576.741 540.8281L576.741 540.40625ZM577.5535 540.8594Q577.5535 541.3281 577.8035 541.625Q578.06915 541.9219 578.50665 541.9219Q578.9285 541.9219 579.1785 541.6406Q579.4285 541.34375 579.4285 540.84375L579.4285 540.40625Q579.4285 539.9375 579.1629 539.65625Q578.9129 539.3594 578.491 539.3594Q578.06915 539.3594 577.8035 539.65625Q577.5535 539.9375 577.5535 540.4375L577.5535 540.8594ZM574.6004 541.8594L573.9754 541.46875L578.1473 534.7969L578.75665 535.1875L574.6004 541.8594Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M220.21387 576.7609C220.21387 576.2086 220.66158 575.7609 221.21387 575.7609L231.21387 575.7609C231.76616 575.7609 232.21387 576.2086 232.21387 576.7609L232.21387 586.7609C232.21387 587.3132 231.76616 587.7609 231.21387 587.7609L221.21387 587.7609C220.66158 587.7609 220.21387 587.3132 220.21387 586.7609Z" fill-rule="nonzero"/><path fill="#666666" d="M246.51074 586.2609L240.91699 586.2609L240.91699 585.4797L243.87012 582.1984Q244.52637 581.4484 244.77637 580.9953Q245.02637 580.52655 245.02637 580.02655Q245.02637 579.3547 244.62012 578.9328Q244.22949 578.4953 243.54199 578.4953Q242.74512 578.4953 242.29199 578.96405Q241.83887 579.4172 241.83887 580.2453L240.76074 580.2453Q240.76074 579.0578 241.51074 578.33905Q242.27637 577.6047 243.54199 577.6047Q244.74512 577.6047 245.43262 578.2297Q246.12012 578.8547 246.12012 579.90155Q246.12012 581.15155 244.51074 582.90155L242.22949 585.3703L246.51074 585.3703L246.51074 586.2609ZM253.27637 582.6203Q253.27637 584.52655 252.62012 585.46405Q251.97949 586.3859 250.58887 586.3859Q249.22949 586.3859 248.57324 585.4797Q247.91699 584.5734 247.88574 582.7609L247.88574 581.3234Q247.88574 579.4328 248.52637 578.52655Q249.18262 577.6047 250.57324 577.6047Q251.94824 577.6047 252.60449 578.4953Q253.26074 579.3703 253.27637 581.21405L253.27637 582.6203ZM252.18262 581.1359Q252.18262 579.7609 251.79199 579.1359Q251.41699 578.4953 250.57324 578.4953Q249.74512 578.4953 249.35449 579.1359Q248.97949 579.7609 248.97949 581.0578L248.97949 582.7922Q248.97949 584.1672 249.37012 584.83905Q249.77637 585.4953 250.58887 585.4953Q251.38574 585.4953 251.77637 584.8703Q252.16699 584.2453 252.18262 582.9172L252.18262 581.1359ZM258.4795 586.2609L257.40137 586.2609L257.40137 579.0422L255.21387 579.83905L255.21387 578.8547L258.32324 577.6828L258.4795 577.6828L258.4795 586.2609ZM266.18262 577.7297L266.18262 578.6359L265.9795 578.6359Q264.71387 578.6672 263.96387 579.40155Q263.21387 580.1203 263.08887 581.4328Q263.77637 580.6672 264.93262 580.6672Q266.042 580.6672 266.71387 581.4484Q267.38574 582.2297 267.38574 583.4797Q267.38574 584.7922 266.667 585.58905Q265.94824 586.3859 264.7295 586.3859Q263.51074 586.3859 262.74512 585.4484Q261.99512 584.4953 261.99512 583.0109L261.99512 582.6047Q261.99512 580.2453 262.99512 578.9953Q263.99512 577.7453 265.9795 577.7297L266.18262 577.7297ZM264.76074 581.5734Q264.19824 581.5734 263.7295 581.90155Q263.26074 582.2297 263.07324 582.7453L263.07324 583.1359Q263.07324 584.1984 263.542 584.83905Q264.02637 585.4797 264.7295 585.4797Q265.46387 585.4797 265.88574 584.9484Q266.30762 584.40155 266.30762 583.52655Q266.30762 582.65155 265.88574 582.1203Q265.46387 581.5734 264.76074 581.5734Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M284.21387 576.7609C284.21387 576.2086 284.6616 575.7609 285.21387 575.7609L295.21387 575.7609C295.76614 575.7609 296.21387 576.2086 296.21387 576.7609L296.21387 586.7609C296.21387 587.3132 295.76614 587.7609 295.21387 587.7609L285.21387 587.7609C284.6616 587.7609 284.21387 587.3132 284.21387 586.7609Z" fill-rule="nonzero"/><path fill="#666666" d="M310.51074 586.2609L304.917 586.2609L304.917 585.4797L307.87012 582.1984Q308.52637 581.4484 308.77637 580.9953Q309.02637 580.52655 309.02637 580.02655Q309.02637 579.3547 308.62012 578.9328Q308.2295 578.4953 307.542 578.4953Q306.74512 578.4953 306.292 578.96405Q305.83887 579.4172 305.83887 580.2453L304.76074 580.2453Q304.76074 579.0578 305.51074 578.33905Q306.27637 577.6047 307.542 577.6047Q308.74512 577.6047 309.43262 578.2297Q310.12012 578.8547 310.12012 579.90155Q310.12012 581.15155 308.51074 582.90155L306.2295 585.3703L310.51074 585.3703L310.51074 586.2609ZM317.27637 582.6203Q317.27637 584.52655 316.62012 585.46405Q315.9795 586.3859 314.58887 586.3859Q313.2295 586.3859 312.57324 585.4797Q311.917 584.5734 311.88574 582.7609L311.88574 581.3234Q311.88574 579.4328 312.52637 578.52655Q313.18262 577.6047 314.57324 577.6047Q315.94824 577.6047 316.6045 578.4953Q317.26074 579.3703 317.27637 581.21405L317.27637 582.6203ZM316.18262 581.1359Q316.18262 579.7609 315.792 579.1359Q315.417 578.4953 314.57324 578.4953Q313.74512 578.4953 313.3545 579.1359Q312.9795 579.7609 312.9795 581.0578L312.9795 582.7922Q312.9795 584.1672 313.37012 584.83905Q313.77637 585.4953 314.58887 585.4953Q315.38574 585.4953 315.77637 584.8703Q316.167 584.2453 316.18262 582.9172L316.18262 581.1359ZM322.4795 586.2609L321.40137 586.2609L321.40137 579.0422L319.21387 579.83905L319.21387 578.8547L322.32324 577.6828L322.4795 577.6828L322.4795 586.2609ZM331.43262 578.33905L327.90137 586.2609L326.76074 586.2609L330.27637 578.6203L325.667 578.6203L325.667 577.7297L331.43262 577.7297L331.43262 578.33905Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M348.21387 576.7609C348.21387 576.2086 348.6616 575.7609 349.21387 575.7609L359.21387 575.7609C359.76614 575.7609 360.21387 576.2086 360.21387 576.7609L360.21387 586.7609C360.21387 587.3132 359.76614 587.7609 359.21387 587.7609L349.21387 587.7609C348.6616 587.7609 348.21387 587.3132 348.21387 586.7609Z" fill-rule="nonzero"/><path fill="#666666" d="M374.51074 586.2609L368.917 586.2609L368.917 585.4797L371.87012 582.1984Q372.52637 581.4484 372.77637 580.9953Q373.02637 580.52655 373.02637 580.02655Q373.02637 579.3547 372.62012 578.9328Q372.2295 578.4953 371.542 578.4953Q370.74512 578.4953 370.292 578.96405Q369.83887 579.4172 369.83887 580.2453L368.76074 580.2453Q368.76074 579.0578 369.51074 578.33905Q370.27637 577.6047 371.542 577.6047Q372.74512 577.6047 373.43262 578.2297Q374.12012 578.8547 374.12012 579.90155Q374.12012 581.15155 372.51074 582.90155L370.2295 585.3703L374.51074 585.3703L374.51074 586.2609ZM381.27637 582.6203Q381.27637 584.52655 380.62012 585.46405Q379.9795 586.3859 378.58887 586.3859Q377.2295 586.3859 376.57324 585.4797Q375.917 584.5734 375.88574 582.7609L375.88574 581.3234Q375.88574 579.4328 376.52637 578.52655Q377.18262 577.6047 378.57324 577.6047Q379.94824 577.6047 380.6045 578.4953Q381.26074 579.3703 381.27637 581.21405L381.27637 582.6203ZM380.18262 581.1359Q380.18262 579.7609 379.792 579.1359Q379.417 578.4953 378.57324 578.4953Q377.74512 578.4953 377.3545 579.1359Q376.9795 579.7609 376.9795 581.0578L376.9795 582.7922Q376.9795 584.1672 377.37012 584.83905Q377.77637 585.4953 378.58887 585.4953Q379.38574 585.4953 379.77637 584.8703Q380.167 584.2453 380.18262 582.9172L380.18262 581.1359ZM386.4795 586.2609L385.40137 586.2609L385.40137 579.0422L383.21387 579.83905L383.21387 578.8547L386.32324 577.6828L386.4795 577.6828L386.4795 586.2609ZM395.1045 579.9484Q395.1045 580.58905 394.76074 581.08905Q394.417 581.58905 393.8545 581.8703Q394.51074 582.15155 394.90137 582.71405Q395.292 583.2609 395.292 583.96405Q395.292 585.0578 394.542 585.7297Q393.80762 586.3859 392.58887 586.3859Q391.3545 586.3859 390.6045 585.7297Q389.87012 585.0578 389.87012 583.96405Q389.87012 583.2609 390.24512 582.71405Q390.62012 582.15155 391.292 581.8703Q390.7295 581.58905 390.40137 581.08905Q390.07324 580.58905 390.07324 579.9484Q390.07324 578.8703 390.76074 578.2453Q391.44824 577.6047 392.58887 577.6047Q393.71387 577.6047 394.40137 578.2453Q395.1045 578.8703 395.1045 579.9484ZM394.21387 583.9328Q394.21387 583.21405 393.76074 582.77655Q393.30762 582.3234 392.57324 582.3234Q391.83887 582.3234 391.38574 582.77655Q390.94824 583.21405 390.94824 583.9484Q390.94824 584.6672 391.38574 585.08905Q391.82324 585.4953 392.58887 585.4953Q393.33887 585.4953 393.77637 585.0734Q394.21387 584.65155 394.21387 583.9328ZM392.58887 578.4953Q391.94824 578.4953 391.542 578.90155Q391.15137 579.2922 391.15137 579.9797Q391.15137 580.6203 391.542 581.02655Q391.93262 581.4328 392.57324 581.4328Q393.2295 581.4328 393.62012 581.02655Q394.01074 580.6203 394.01074 579.9797Q394.01074 579.3234 393.6045 578.9172Q393.19824 578.4953 392.58887 578.4953Z" fill-rule="nonzero"/><path fill="#00add8" d="M412.21387 576.7609C412.21387 576.2086 412.6616 575.7609 413.21387 575.7609L423.21387 575.7609C423.76614 575.7609 424.21387 576.2086 424.21387 576.7609L424.21387 586.7609C424.21387 587.3132 423.76614 587.7609 423.21387 587.7609L413.21387 587.7609C412.6616 587.7609 412.21387 587.3132 412.21387 586.7609Z" fill-rule="nonzero"/><path fill="#666666" d="M438.51074 586.2609L432.917 586.2609L432.917 585.4797L435.87012 582.1984Q436.52637 581.4484 436.77637 580.9953Q437.02637 580.52655 437.02637 580.02655Q437.02637 579.3547 436.62012 578.9328Q436.2295 578.4953 435.542 578.4953Q434.74512 578.4953 434.292 578.96405Q433.83887 579.4172 433.83887 580.2453L432.76074 580.2453Q432.76074 579.0578 433.51074 578.33905Q434.27637 577.6047 435.542 577.6047Q436.74512 577.6047 437.43262 578.2297Q438.12012 578.8547 438.12012 579.90155Q438.12012 581.15155 436.51074 582.90155L434.2295 585.3703L438.51074 585.3703L438.51074 586.2609ZM445.27637 582.6203Q445.27637 584.52655 444.62012 585.46405Q443.9795 586.3859 442.58887 586.3859Q441.2295 586.3859 440.57324 585.4797Q439.917 584.5734 439.88574 582.7609L439.88574 581.3234Q439.88574 579.4328 440.52637 578.52655Q441.18262 577.6047 442.57324 577.6047Q443.94824 577.6047 444.6045 578.4953Q445.26074 579.3703 445.27637 581.21405L445.27637 582.6203ZM444.18262 581.1359Q444.18262 579.7609 443.792 579.1359Q443.417 578.4953 442.57324 578.4953Q441.74512 578.4953 441.3545 579.1359Q440.9795 579.7609 440.9795 581.0578L440.9795 582.7922Q440.9795 584.1672 441.37012 584.83905Q441.77637 585.4953 442.58887 585.4953Q443.38574 585.4953 443.77637 584.8703Q444.167 584.2453 444.18262 582.9172L444.18262 581.1359ZM450.4795 586.2609L449.40137 586.2609L449.40137 579.0422L447.21387 579.83905L447.21387 578.8547L450.32324 577.6828L450.4795 577.6828L450.4795 586.2609ZM458.07324 582.5109Q457.74512 582.9172 457.26074 583.1672Q456.792 583.40155 456.2295 583.40155Q455.49512 583.40155 454.94824 583.0422Q454.40137 582.6828 454.1045 582.02655Q453.80762 581.3547 453.80762 580.5578Q453.80762 579.71405 454.12012 579.02655Q454.44824 578.33905 455.042 577.9797Q455.65137 577.6047 456.44824 577.6047Q457.71387 577.6047 458.43262 578.5578Q459.167 579.5109 459.167 581.1359L459.167 581.4484Q459.167 583.9484 458.18262 585.08905Q457.19824 586.2297 455.21387 586.2609L454.99512 586.2609L454.99512 585.3547L455.2295 585.3547Q456.57324 585.3234 457.292 584.65155Q458.01074 583.9797 458.07324 582.5109ZM456.40137 582.5109Q456.94824 582.5109 457.40137 582.1828Q457.87012 581.83905 458.08887 581.3547L458.08887 580.9172Q458.08887 579.8547 457.62012 579.1828Q457.15137 578.5109 456.44824 578.5109Q455.7295 578.5109 455.292 579.0578Q454.87012 579.6047 454.87012 580.5109Q454.87012 581.3859 455.27637 581.9484Q455.69824 582.5109 456.40137 582.5109ZM463.99512 582.7922Q463.99512 581.4797 464.33887 580.2609Q464.69824 579.0422 465.40137 578.0422Q466.1045 577.0422 466.87012 576.6359L467.08887 577.3547Q466.2295 578.0109 465.68262 579.3547Q465.13574 580.6984 465.08887 582.3703L465.07324 582.8703Q465.07324 585.1359 465.90137 586.7922Q466.40137 587.7922 467.08887 588.3547L466.87012 589.0109Q466.08887 588.58905 465.37012 587.5578Q463.99512 585.5734 463.99512 582.7922ZM469.05762 579.9172L469.08887 580.71405Q469.82324 579.8078 470.99512 579.8078Q473.01074 579.8078 473.02637 582.0734L473.02637 586.2609L471.93262 586.2609L471.93262 582.0578Q471.93262 581.3859 471.62012 581.0578Q471.32324 580.7297 470.667 580.7297Q470.13574 580.7297 469.7295 581.0109Q469.33887 581.2922 469.12012 581.7453L469.12012 586.2609L468.042 586.2609L468.042 579.9172L469.05762 579.9172ZM479.99512 581.4953L475.1045 581.4953L475.1045 580.5422L479.99512 580.5422L479.99512 581.4953ZM479.99512 583.9172L475.1045 583.9172L475.1045 582.9797L479.99512 582.9797L479.99512 583.9172ZM482.417 581.9797L482.8545 577.7297L487.2295 577.7297L487.2295 578.7297L483.77637 578.7297L483.51074 581.0578Q484.15137 580.6828 484.94824 580.6828Q486.1045 580.6828 486.792 581.46405Q487.4795 582.2297 487.4795 583.5422Q487.4795 584.8547 486.76074 585.6203Q486.05762 586.3859 484.77637 586.3859Q483.65137 586.3859 482.93262 585.7609Q482.21387 585.1203 482.12012 584.0109L483.13574 584.0109Q483.24512 584.7453 483.667 585.1203Q484.08887 585.4953 484.77637 585.4953Q485.52637 585.4953 485.96387 584.9797Q486.40137 584.46405 486.40137 583.5578Q486.40137 582.6984 485.93262 582.1828Q485.46387 581.6672 484.68262 581.6672Q483.9795 581.6672 483.57324 581.96405L483.292 582.1984L482.417 581.9797ZM488.99512 587.96405L488.38574 587.5422Q488.93262 586.77655 488.96387 585.9484L488.96387 584.9797L490.02637 584.9797L490.02637 585.8234Q490.02637 586.4172 489.7295 587.0109Q489.43262 587.6047 488.99512 587.96405ZM496.43262 578.33905L492.90137 586.2609L491.76074 586.2609L495.27637 578.6203L490.667 578.6203L490.667 577.7297L496.43262 577.7297L496.43262 578.33905ZM501.4795 586.2609L500.40137 586.2609L500.40137 579.0422L498.21387 579.83905L498.21387 578.8547L501.32324 577.6828L501.4795 577.6828L501.4795 586.2609ZM510.43262 578.33905L506.90137 586.2609L505.76074 586.2609L509.27637 578.6203L504.667 578.6203L504.667 577.7297L510.43262 577.7297L510.43262 578.33905ZM514.542 582.8547Q514.542 584.1672 514.19824 585.3703Q513.8545 586.5578 513.13574 587.5734Q512.4326 588.58905 511.667 589.0109L511.43262 588.3547Q512.33887 587.6672 512.88574 586.21405Q513.4326 584.7453 513.44824 582.9797L513.44824 582.7922Q513.44824 581.5578 513.1826 580.4953Q512.9326 579.4328 512.46387 578.6047Q512.01074 577.7609 511.43262 577.2922L511.667 576.6359Q512.4326 577.0578 513.13574 578.0578Q513.83887 579.0578 514.1826 580.27655Q514.542 581.4797 514.542 582.8547Z" fill-rule="nonzero"/><path fill="#999999" d="M30.63125 49.82349Q30.63125 48.51099 30.975 47.29224Q31.334375 46.07349 32.0375 45.07349Q32.740623 44.07349 33.50625 43.66724L33.725 44.38599Q32.865623 45.04224 32.31875 46.38599Q31.771875 47.72974 31.725 49.401615L31.709375 49.901615Q31.709375 52.16724 32.5375 53.82349Q33.0375 54.82349 33.725 55.38599L33.50625 56.04224Q32.725 55.620365 32.00625 54.589115Q30.63125 52.60474 30.63125 49.82349ZM38.365623 51.60474Q38.365623 51.16724 38.021873 50.932865Q37.69375 50.682865 36.865623 50.51099Q36.053123 50.339115 35.56875 50.089115Q35.084373 49.839115 34.85 49.51099Q34.63125 49.16724 34.63125 48.69849Q34.63125 47.91724 35.2875 47.38599Q35.94375 46.839115 36.975 46.839115Q38.053123 46.839115 38.709373 47.401615Q39.38125 47.94849 39.38125 48.807865L38.303123 48.807865Q38.303123 48.370365 37.9125 48.057865Q37.5375 47.72974 36.975 47.72974Q36.38125 47.72974 36.0375 47.995365Q35.709373 48.245365 35.709373 48.651615Q35.709373 49.04224 36.021873 49.245365Q36.334373 49.44849 37.146873 49.63599Q37.959373 49.807865 38.459373 50.057865Q38.959373 50.307865 39.19375 50.66724Q39.44375 51.026615 39.44375 51.526615Q39.44375 52.38599 38.75625 52.901615Q38.084373 53.41724 37.00625 53.41724Q36.240623 53.41724 35.646873 53.151615Q35.06875 52.870365 34.740623 52.38599Q34.4125 51.901615 34.4125 51.339115L35.490623 51.339115Q35.521873 51.88599 35.928123 52.214115Q36.334373 52.526615 37.00625 52.526615Q37.615623 52.526615 37.990623 52.276615Q38.365623 52.026615 38.365623 51.60474ZM43.303123 53.41724Q42.00625 53.41724 41.19375 52.57349Q40.396873 51.714115 40.396873 50.29224L40.396873 50.10474Q40.396873 49.151615 40.75625 48.41724Q41.115623 47.66724 41.75625 47.26099Q42.4125 46.839115 43.1625 46.839115Q44.396873 46.839115 45.084373 47.651615Q45.771873 48.464115 45.771873 49.97974L45.771873 50.432865L41.475 50.432865Q41.50625 51.370365 42.021873 51.94849Q42.553123 52.526615 43.365623 52.526615Q43.928123 52.526615 44.31875 52.29224Q44.725 52.057865 45.0375 51.66724L45.69375 52.182865Q44.896873 53.41724 43.303123 53.41724ZM43.1625 47.72974Q42.50625 47.72974 42.053123 48.214115Q41.615623 48.682865 41.521873 49.54224L44.69375 49.54224L44.69375 49.464115Q44.646873 48.63599 44.240623 48.182865Q43.85 47.72974 43.1625 47.72974ZM47.85 53.29224L46.771873 53.29224L46.771873 44.29224L47.85 44.29224L47.85 53.29224ZM52.303123 53.41724Q51.00625 53.41724 50.19375 52.57349Q49.396873 51.714115 49.396873 50.29224L49.396873 50.10474Q49.396873 49.151615 49.75625 48.41724Q50.115623 47.66724 50.75625 47.26099Q51.4125 46.839115 52.1625 46.839115Q53.396873 46.839115 54.084373 47.651615Q54.771873 48.464115 54.771873 49.97974L54.771873 50.432865L50.475 50.432865Q50.50625 51.370365 51.021873 51.94849Q51.553123 52.526615 52.365623 52.526615Q52.928123 52.526615 53.31875 52.29224Q53.725 52.057865 54.0375 51.66724L54.69375 52.182865Q53.896873 53.41724 52.303123 53.41724ZM52.1625 47.72974Q51.50625 47.72974 51.053123 48.214115Q50.615623 48.682865 50.521873 49.54224L53.69375 49.54224L53.69375 49.464115Q53.646873 48.63599 53.240623 48.182865Q52.85 47.72974 52.1625 47.72974ZM58.209373 52.526615Q58.7875 52.526615 59.225 52.182865Q59.6625 51.82349 59.709373 51.29224L60.740623 51.29224Q60.709373 51.839115 60.35 52.339115Q60.00625 52.82349 59.428123 53.120365Q58.865623 53.41724 58.209373 53.41724Q56.9125 53.41724 56.146873 52.557865Q55.396873 51.682865 55.396873 50.182865L55.396873 49.995365Q55.396873 49.07349 55.725 48.35474Q56.06875 47.63599 56.69375 47.245365Q57.334373 46.839115 58.209373 46.839115Q59.271873 46.839115 59.975 47.47974Q60.69375 48.10474 60.740623 49.13599L59.709373 49.13599Q59.6625 48.51099 59.240623 48.120365Q58.81875 47.72974 58.209373 47.72974Q57.38125 47.72974 56.928123 48.32349Q56.475 48.91724 56.475 50.04224L56.475 50.245365Q56.475 51.339115 56.928123 51.932865Q57.38125 52.526615 58.209373 52.526615ZM63.146873 45.41724L63.146873 46.94849L64.31875 46.94849L64.31875 47.79224L63.146873 47.79224L63.146873 51.714115Q63.146873 52.10474 63.303123 52.29224Q63.459373 52.47974 63.834373 52.47974Q64.02187 52.47974 64.35 52.41724L64.35 53.29224Q63.928123 53.41724 63.521873 53.41724Q62.803123 53.41724 62.428123 52.97974Q62.053123 52.526615 62.053123 51.714115L62.053123 47.79224L60.896873 47.79224L60.896873 46.94849L62.053123 46.94849L62.053123 45.41724L63.146873 45.41724ZM72.58437 53.29224Q72.49062 53.10474 72.42812 52.620365Q71.67812 53.41724 70.63125 53.41724Q69.69375 53.41724 69.08437 52.88599Q68.49062 52.35474 68.49062 51.526615Q68.49062 50.54224 69.24062 49.995365Q69.99062 49.44849 71.36562 49.44849L72.4125 49.44849L72.4125 48.94849Q72.4125 48.38599 72.06875 48.057865Q71.74062 47.714115 71.06875 47.714115Q70.49062 47.714115 70.1 48.01099Q69.70937 48.29224 69.70937 48.714115L68.61562 48.714115Q68.61562 48.22974 68.94375 47.79224Q69.2875 47.35474 69.86562 47.10474Q70.44375 46.839115 71.13125 46.839115Q72.24062 46.839115 72.85 47.38599Q73.475 47.932865 73.50625 48.88599L73.50625 51.807865Q73.50625 52.682865 73.725 53.19849L73.725 53.29224L72.58437 53.29224ZM70.7875 52.464115Q71.30312 52.464115 71.75625 52.19849Q72.20937 51.932865 72.4125 51.51099L72.4125 50.214115L71.56875 50.214115Q69.56875 50.214115 69.56875 51.38599Q69.56875 51.88599 69.9125 52.182865Q70.25625 52.464115 70.7875 52.464115ZM76.85 53.29224L75.77187 53.29224L75.77187 44.29224L76.85 44.29224L76.85 53.29224ZM79.85 53.29224L78.77187 53.29224L78.77187 44.29224L79.85 44.29224L79.85 53.29224ZM86.14687 45.41724L86.14687 46.94849L87.31875 46.94849L87.31875 47.79224L86.14687 47.79224L86.14687 51.714115Q86.14687 52.10474 86.30312 52.29224Q86.45937 52.47974 86.83437 52.47974Q87.02187 52.47974 87.35 52.41724L87.35 53.29224Q86.92812 53.41724 86.52187 53.41724Q85.80312 53.41724 85.42812 52.97974Q85.05312 52.526615 85.05312 51.714115L85.05312 47.79224L83.89687 47.79224L83.89687 46.94849L85.05312 46.94849L85.05312 45.41724L86.14687 45.41724ZM89.75625 47.714115Q90.475 46.839115 91.63125 46.839115Q93.64687 46.839115 93.6625 49.10474L93.6625 53.29224L92.56875 53.29224L92.56875 49.089115Q92.56875 48.41724 92.25625 48.089115Q91.95937 47.76099 91.30312 47.76099Q90.77187 47.76099 90.36562 48.04224Q89.975 48.32349 89.75625 48.776615L89.75625 53.29224L88.67812 53.29224L88.67812 44.29224L89.75625 44.29224L89.75625 47.714115ZM99.58437 53.29224Q99.49062 53.10474 99.42812 52.620365Q98.67812 53.41724 97.63125 53.41724Q96.69375 53.41724 96.08437 52.88599Q95.49062 52.35474 95.49062 51.526615Q95.49062 50.54224 96.24062 49.995365Q96.99062 49.44849 98.36562 49.44849L99.4125 49.44849L99.4125 48.94849Q99.4125 48.38599 99.06875 48.057865Q98.74062 47.714115 98.06875 47.714115Q97.49062 47.714115 97.1 48.01099Q96.70937 48.29224 96.70937 48.714115L95.61562 48.714115Q95.61562 48.22974 95.94375 47.79224Q96.2875 47.35474 96.86562 47.10474Q97.44375 46.839115 98.13125 46.839115Q99.24062 46.839115 99.85 47.38599Q100.475 47.932865 100.50625 48.88599L100.50625 51.807865Q100.50625 52.682865 100.725 53.19849L100.725 53.29224L99.58437 53.29224ZM97.7875 52.464115Q98.30312 52.464115 98.75625 52.19849Q99.20937 51.932865 99.4125 51.51099L99.4125 50.214115L98.56875 50.214115Q96.56875 50.214115 96.56875 51.38599Q96.56875 51.88599 96.9125 52.182865Q97.25625 52.464115 97.7875 52.464115ZM104.14687 45.41724L104.14687 46.94849L105.31875 46.94849L105.31875 47.79224L104.14687 47.79224L104.14687 51.714115Q104.14687 52.10474 104.30312 52.29224Q104.45937 52.47974 104.83437 52.47974Q105.02187 52.47974 105.35 52.41724L105.35 53.29224Q104.92812 53.41724 104.52187 53.41724Q103.80312 53.41724 103.42812 52.97974Q103.05312 52.526615 103.05312 51.714115L103.05312 47.79224L101.89687 47.79224L101.89687 46.94849L103.05312 46.94849L103.05312 45.41724L104.14687 45.41724ZM113.58437 53.29224Q113.49062 53.10474 113.42812 52.620365Q112.67812 53.41724 111.63125 53.41724Q110.69375 53.41724 110.08437 52.88599Q109.49062 52.35474 109.49062 51.526615Q109.49062 50.54224 110.24062 49.995365Q110.99062 49.44849 112.36562 49.44849L113.4125 49.44849L113.4125 48.94849Q113.4125 48.38599 113.06875 48.057865Q112.74062 47.714115 112.06875 47.714115Q111.49062 47.714115 111.1 48.01099Q110.70937 48.29224 110.70937 48.714115L109.61562 48.714115Q109.61562 48.22974 109.94375 47.79224Q110.2875 47.35474 110.86562 47.10474Q111.44375 46.839115 112.13125 46.839115Q113.24062 46.839115 113.85 47.38599Q114.475 47.932865 114.50625 48.88599L114.50625 51.807865Q114.50625 52.682865 114.725 53.19849L114.725 53.29224L113.58437 53.29224ZM111.7875 52.464115Q112.30312 52.464115 112.75625 52.19849Q113.20937 51.932865 113.4125 51.51099L113.4125 50.214115L112.56875 50.214115Q110.56875 50.214115 110.56875 51.38599Q110.56875 51.88599 110.9125 52.182865Q111.25625 52.464115 111.7875 52.464115ZM122.02187 50.19849Q122.02187 51.63599 121.36562 52.526615Q120.70937 53.41724 119.56875 53.41724Q118.4125 53.41724 117.75625 52.682865L117.75625 55.72974L116.67812 55.72974L116.67812 46.94849L117.6625 46.94849L117.70937 47.651615Q118.38125 46.839115 119.55312 46.839115Q120.69375 46.839115 121.35 47.69849Q122.02187 48.557865 122.02187 50.089115L122.02187 50.19849ZM120.94375 50.07349Q120.94375 48.995365 120.475 48.38599Q120.02187 47.76099 119.225 47.76099Q118.24062 47.76099 117.75625 48.620365L117.75625 51.651615Q118.24062 52.526615 119.24062 52.526615Q120.02187 52.526615 120.475 51.91724Q120.94375 51.29224 120.94375 50.07349ZM129.02188 50.19849Q129.02188 51.63599 128.36563 52.526615Q127.70937 53.41724 126.56875 53.41724Q125.4125 53.41724 124.75625 52.682865L124.75625 55.72974L123.67812 55.72974L123.67812 46.94849L124.6625 46.94849L124.70937 47.651615Q125.38125 46.839115 126.55312 46.839115Q127.69375 46.839115 128.35 47.69849Q129.02188 48.557865 129.02188 50.089115L129.02188 50.19849ZM127.94375 50.07349Q127.94375 48.995365 127.475 48.38599Q127.02187 47.76099 126.225 47.76099Q125.24062 47.76099 124.75625 48.620365L124.75625 51.651615Q125.24062 52.526615 126.24062 52.526615Q127.02187 52.526615 127.475 51.91724Q127.94375 51.29224 127.94375 50.07349ZM131.85 53.29224L130.77188 53.29224L130.77188 44.29224L131.85 44.29224L131.85 53.29224ZM135.74063 51.69849L137.225 46.94849L138.38126 46.94849L135.83438 54.276615Q135.24063 55.85474 133.95938 55.85474L133.74063 55.839115L133.35 55.76099L133.35 54.88599L133.63126 54.901615Q134.19376 54.901615 134.49063 54.682865Q134.80313 54.464115 135.00626 53.870365L135.24063 53.214115L132.975 46.94849L134.1625 46.94849L135.74063 51.69849ZM142.17813 49.88599Q142.17813 51.19849 141.83438 52.401615Q141.49063 53.589115 140.77188 54.60474Q140.06876 55.620365 139.30313 56.04224L139.06876 55.38599Q139.975 54.69849 140.52188 53.245365Q141.06876 51.776615 141.08438 50.01099L141.08438 49.82349Q141.08438 48.589115 140.81876 47.526615Q140.56876 46.464115 140.1 45.63599Q139.64688 44.79224 139.06876 44.32349L139.30313 43.66724Q140.06876 44.089115 140.77188 45.089115Q141.475 46.089115 141.81876 47.307865Q142.17813 48.51099 142.17813 49.88599Z" fill-rule="nonzero"/><path fill="#666666" d="M32.4125 32.04224L31.1 32.04224L31.1 22.089115L32.4125 22.089115L32.4125 32.04224ZM36.00625 24.651615L36.0375 25.57349Q36.896873 24.51099 38.25625 24.51099Q40.6 24.51099 40.63125 27.151615L40.63125 32.04224L39.365623 32.04224L39.365623 27.151615Q39.35 26.35474 38.990623 25.97974Q38.63125 25.589115 37.88125 25.589115Q37.25625 25.589115 36.7875 25.91724Q36.334373 26.245365 36.06875 26.776615L36.06875 32.04224L34.803123 32.04224L34.803123 24.651615L36.00625 24.651615ZM47.521873 22.85474L47.521873 24.651615L48.896873 24.651615L48.896873 25.620365L47.521873 25.620365L47.521873 30.214115Q47.521873 30.651615 47.709373 30.88599Q47.896873 31.10474 48.334373 31.10474Q48.553123 31.10474 48.94375 31.01099L48.94375 32.04224Q48.44375 32.182865 47.975 32.182865Q47.115623 32.182865 46.678123 31.66724Q46.25625 31.151615 46.25625 30.214115L46.25625 25.620365L44.9125 25.620365L44.9125 24.651615L46.25625 24.651615L46.25625 22.85474L47.521873 22.85474ZM52.06875 25.54224Q52.9125 24.51099 54.25625 24.51099Q56.6 24.51099 56.63125 27.151615L56.63125 32.04224L55.365623 32.04224L55.365623 27.151615Q55.35 26.35474 54.990623 25.97974Q54.63125 25.589115 53.88125 25.589115Q53.25625 25.589115 52.7875 25.91724Q52.334373 26.245365 52.06875 26.776615L52.06875 32.04224L50.803123 32.04224L50.803123 21.54224L52.06875 21.54224L52.06875 25.54224ZM61.88125 32.182865Q60.365623 32.182865 59.428123 31.19849Q58.490623 30.19849 58.490623 28.54224L58.490623 28.32349Q58.490623 27.214115 58.9125 26.35474Q59.334373 25.47974 60.084373 24.995365Q60.834373 24.51099 61.725 24.51099Q63.1625 24.51099 63.959373 25.464115Q64.75625 26.401615 64.75625 28.182865L64.75625 28.69849L59.75625 28.69849Q59.771873 29.79224 60.38125 30.47974Q61.00625 31.151615 61.94375 31.151615Q62.615623 31.151615 63.06875 30.88599Q63.5375 30.60474 63.896873 30.151615L64.6625 30.745365Q63.740623 32.182865 61.88125 32.182865ZM61.725 25.54224Q60.959373 25.54224 60.428123 26.10474Q59.9125 26.66724 59.7875 27.66724L63.490623 27.66724L63.490623 27.57349Q63.44375 26.60474 62.975 26.07349Q62.50625 25.54224 61.725 25.54224ZM70.17812 32.04224L68.9125 32.04224L68.9125 21.54224L70.17812 21.54224L70.17812 32.04224ZM76.38125 32.04224Q76.27187 31.82349 76.19375 31.26099Q75.31875 32.182865 74.08437 32.182865Q72.99062 32.182865 72.2875 31.57349Q71.6 30.94849 71.6 29.995365Q71.6 28.839115 72.475 28.19849Q73.35 27.557865 74.94375 27.557865L76.17812 27.557865L76.17812 26.97974Q76.17812 26.307865 75.77187 25.91724Q75.38125 25.526615 74.61562 25.526615Q73.92812 25.526615 73.475 25.870365Q73.02187 26.214115 73.02187 26.69849L71.74062 26.69849Q71.74062 26.13599 72.13125 25.620365Q72.5375 25.10474 73.20937 24.807865Q73.88125 24.51099 74.67812 24.51099Q75.95937 24.51099 76.67812 25.151615Q77.4125 25.79224 77.44375 26.901615L77.44375 30.307865Q77.44375 31.32349 77.69375 31.932865L77.69375 32.04224L76.38125 32.04224ZM74.27187 31.07349Q74.86562 31.07349 75.39687 30.776615Q75.94375 30.464115 76.17812 29.964115L76.17812 28.44849L75.17812 28.44849Q72.86562 28.44849 72.86562 29.807865Q72.86562 30.401615 73.25625 30.745365Q73.64687 31.07349 74.27187 31.07349ZM84.11562 30.07349Q84.11562 29.57349 83.725 29.29224Q83.33437 28.995365 82.38125 28.79224Q81.42812 28.589115 80.85 28.307865Q80.2875 28.01099 80.02187 27.620365Q79.75625 27.22974 79.75625 26.682865Q79.75625 25.76099 80.52187 25.13599Q81.2875 24.51099 82.49062 24.51099Q83.74062 24.51099 84.52187 25.16724Q85.30312 25.807865 85.30312 26.82349L84.0375 26.82349Q84.0375 26.29224 83.6 25.91724Q83.1625 25.54224 82.49062 25.54224Q81.80312 25.54224 81.4125 25.85474Q81.02187 26.151615 81.02187 26.63599Q81.02187 27.089115 81.38125 27.32349Q81.74062 27.557865 82.67812 27.776615Q83.63125 27.97974 84.225 28.276615Q84.81875 28.57349 85.1 28.995365Q85.38125 29.401615 85.38125 29.995365Q85.38125 30.97974 84.58437 31.589115Q83.7875 32.182865 82.52187 32.182865Q81.64687 32.182865 80.95937 31.870365Q80.27187 31.54224 79.88125 30.97974Q79.50625 30.41724 79.50625 29.76099L80.77187 29.76099Q80.80312 30.401615 81.27187 30.776615Q81.75625 31.151615 82.52187 31.151615Q83.24062 31.151615 83.67812 30.85474Q84.11562 30.557865 84.11562 30.07349ZM88.52187 22.85474L88.52187 24.651615L89.89687 24.651615L89.89687 25.620365L88.52187 25.620365L88.52187 30.214115Q88.52187 30.651615 88.70937 30.88599Q88.89687 31.10474 89.33437 31.10474Q89.55312 31.10474 89.94375 31.01099L89.94375 32.04224Q89.44375 32.182865 88.975 32.182865Q88.11562 32.182865 87.67812 31.66724Q87.25625 31.151615 87.25625 30.214115L87.25625 25.620365L85.9125 25.620365L85.9125 24.651615L87.25625 24.651615L87.25625 22.85474L88.52187 22.85474ZM98.83437 32.04224L97.56875 32.04224L97.56875 23.620365L95.00625 24.54224L95.00625 23.401615L98.63125 22.04224L98.83437 22.04224L98.83437 32.04224ZM109.19375 32.04224L102.67812 32.04224L102.67812 31.13599L106.11562 27.307865Q106.88125 26.432865 107.17812 25.901615Q107.475 25.35474 107.475 24.76099Q107.475 23.995365 106.99062 23.495365Q106.52187 22.995365 105.74062 22.995365Q104.80312 22.995365 104.27187 23.526615Q103.75625 24.057865 103.75625 25.026615L102.49062 25.026615Q102.49062 23.651615 103.36562 22.807865Q104.25625 21.94849 105.74062 21.94849Q107.13125 21.94849 107.92812 22.682865Q108.74062 23.401615 108.74062 24.620365Q108.74062 26.089115 106.86562 28.120365L104.20937 31.01099L109.19375 31.01099L109.19375 32.04224ZM114.99062 24.651615L115.0375 25.464115Q115.85 24.51099 117.225 24.51099Q118.77187 24.51099 119.33437 25.69849Q119.70937 25.16724 120.30312 24.839115Q120.89687 24.51099 121.69375 24.51099Q124.13125 24.51099 124.17812 27.089115L124.17812 32.04224L122.9125 32.04224L122.9125 27.16724Q122.9125 26.370365 122.5375 25.97974Q122.17812 25.589115 121.33437 25.589115Q120.61562 25.589115 120.14687 26.01099Q119.69375 26.41724 119.61562 27.13599L119.61562 32.04224L118.35 32.04224L118.35 27.19849Q118.35 25.589115 116.77187 25.589115Q115.52187 25.589115 115.06875 26.63599L115.06875 32.04224L113.80312 32.04224L113.80312 24.651615L114.99062 24.651615ZM125.475 28.276615Q125.475 27.182865 125.89687 26.32349Q126.33437 25.44849 127.08437 24.97974Q127.85 24.51099 128.83438 24.51099Q130.33438 24.51099 131.27188 25.557865Q132.20938 26.60474 132.20938 28.339115L132.20938 28.432865Q132.20938 29.51099 131.7875 30.370365Q131.38126 31.214115 130.6 31.69849Q129.83438 32.182865 128.85 32.182865Q127.33437 32.182865 126.39687 31.13599Q125.475 30.089115 125.475 28.370365L125.475 28.276615ZM126.74062 28.432865Q126.74062 29.651615 127.30312 30.401615Q127.88125 31.151615 128.85 31.151615Q129.80313 31.151615 130.36563 30.401615Q130.94376 29.63599 130.94376 28.276615Q130.94376 27.057865 130.36563 26.307865Q129.7875 25.54224 128.83438 25.54224Q127.89687 25.54224 127.31875 26.29224Q126.74062 27.04224 126.74062 28.432865ZM135.00626 24.651615L135.0375 25.57349Q135.89688 24.51099 137.25626 24.51099Q139.6 24.51099 139.63126 27.151615L139.63126 32.04224L138.36563 32.04224L138.36563 27.151615Q138.35 26.35474 137.99063 25.97974Q137.63126 25.589115 136.88126 25.589115Q136.25626 25.589115 135.7875 25.91724Q135.33438 26.245365 135.06876 26.776615L135.06876 32.04224L133.80313 32.04224L133.80313 24.651615L135.00626 24.651615ZM143.52188 22.85474L143.52188 24.651615L144.89688 24.651615L144.89688 25.620365L143.52188 25.620365L143.52188 30.214115Q143.52188 30.651615 143.70938 30.88599Q143.89688 31.10474 144.33438 31.10474Q144.55313 31.10474 144.94376 31.01099L144.94376 32.04224Q144.44376 32.182865 143.975 32.182865Q143.11563 32.182865 142.67813 31.66724Q142.25626 31.151615 142.25626 30.214115L142.25626 25.620365L140.9125 25.620365L140.9125 24.651615L142.25626 24.651615L142.25626 22.85474L143.52188 22.85474ZM148.06876 25.54224Q148.9125 24.51099 150.25626 24.51099Q152.6 24.51099 152.63126 27.151615L152.63126 32.04224L151.36563 32.04224L151.36563 27.151615Q151.35 26.35474 150.99063 25.97974Q150.63126 25.589115 149.88126 25.589115Q149.25626 25.589115 148.7875 25.91724Q148.33438 26.245365 148.06876 26.776615L148.06876 32.04224L146.80313 32.04224L146.80313 21.54224L148.06876 21.54224L148.06876 25.54224ZM159.11563 30.07349Q159.11563 29.57349 158.725 29.29224Q158.33438 28.995365 157.38126 28.79224Q156.42813 28.589115 155.85 28.307865Q155.2875 28.01099 155.02188 27.620365Q154.75626 27.22974 154.75626 26.682865Q154.75626 25.76099 155.52188 25.13599Q156.2875 24.51099 157.49063 24.51099Q158.74063 24.51099 159.52188 25.16724Q160.30313 25.807865 160.30313 26.82349L159.0375 26.82349Q159.0375 26.29224 158.6 25.91724Q158.1625 25.54224 157.49063 25.54224Q156.80313 25.54224 156.4125 25.85474Q156.02188 26.151615 156.02188 26.63599Q156.02188 27.089115 156.38126 27.32349Q156.74063 27.557865 157.67813 27.776615Q158.63126 27.97974 159.225 28.276615Q159.81876 28.57349 160.1 28.995365Q160.38126 29.401615 160.38126 29.995365Q160.38126 30.97974 159.58438 31.589115Q158.7875 32.182865 157.52188 32.182865Q156.64688 32.182865 155.95938 31.870365Q155.27188 31.54224 154.88126 30.97974Q154.50626 30.41724 154.50626 29.76099L155.77188 29.76099Q155.80313 30.401615 156.27188 30.776615Q156.75626 31.151615 157.52188 31.151615Q158.24063 31.151615 158.67813 30.85474Q159.11563 30.557865 159.11563 30.07349ZM166.4125 32.04224L165.1 32.04224L165.1 22.089115L166.4125 22.089115L166.4125 32.04224ZM173.06876 25.54224Q173.9125 24.51099 175.25626 24.51099Q177.6 24.51099 177.63126 27.151615L177.63126 32.04224L176.36563 32.04224L176.36563 27.151615Q176.35 26.35474 175.99063 25.97974Q175.63126 25.589115 174.88126 25.589115Q174.25626 25.589115 173.7875 25.91724Q173.33438 26.245365 173.06876 26.776615L173.06876 32.04224L171.80313 32.04224L171.80313 21.54224L173.06876 21.54224L173.06876 25.54224ZM184.38126 32.04224Q184.27188 31.82349 184.19376 31.26099Q183.31876 32.182865 182.08438 32.182865Q180.99063 32.182865 180.2875 31.57349Q179.6 30.94849 179.6 29.995365Q179.6 28.839115 180.475 28.19849Q181.35 27.557865 182.94376 27.557865L184.17813 27.557865L184.17813 26.97974Q184.17813 26.307865 183.77188 25.91724Q183.38126 25.526615 182.61563 25.526615Q181.92813 25.526615 181.475 25.870365Q181.02188 26.214115 181.02188 26.69849L179.74063 26.69849Q179.74063 26.13599 180.13126 25.620365Q180.5375 25.10474 181.20938 24.807865Q181.88126 24.51099 182.67813 24.51099Q183.95938 24.51099 184.67813 25.151615Q185.4125 25.79224 185.44376 26.901615L185.44376 30.307865Q185.44376 31.32349 185.69376 31.932865L185.69376 32.04224L184.38126 32.04224ZM182.27188 31.07349Q182.86563 31.07349 183.39688 30.776615Q183.94376 30.464115 184.17813 29.964115L184.17813 28.44849L183.17813 28.44849Q180.86563 28.44849 180.86563 29.807865Q180.86563 30.401615 181.25626 30.745365Q181.64688 31.07349 182.27188 31.07349ZM190.24063 30.32349L192.08438 24.651615L193.36563 24.651615L190.725 32.04224L189.75626 32.04224L187.06876 24.651615L188.36563 24.651615L190.24063 30.32349ZM197.88126 32.182865Q196.36563 32.182865 195.42813 31.19849Q194.49063 30.19849 194.49063 28.54224L194.49063 28.32349Q194.49063 27.214115 194.9125 26.35474Q195.33438 25.47974 196.08438 24.995365Q196.83438 24.51099 197.725 24.51099Q199.1625 24.51099 199.95938 25.464115Q200.75626 26.401615 200.75626 28.182865L200.75626 28.69849L195.75626 28.69849Q195.77188 29.79224 196.38126 30.47974Q197.00626 31.151615 197.94376 31.151615Q198.61563 31.151615 199.06876 30.88599Q199.5375 30.60474 199.89688 30.151615L200.6625 30.745365Q199.74063 32.182865 197.88126 32.182865ZM197.725 25.54224Q196.95938 25.54224 196.42813 26.10474Q195.9125 26.66724 195.7875 27.66724L199.49063 27.66724L199.49063 27.57349Q199.44376 26.60474 198.975 26.07349Q198.50626 25.54224 197.725 25.54224ZM209.38126 32.04224Q209.27188 31.82349 209.19376 31.26099Q208.31876 32.182865 207.08438 32.182865Q205.99063 32.182865 205.2875 31.57349Q204.6 30.94849 204.6 29.995365Q204.6 28.839115 205.475 28.19849Q206.35 27.557865 207.94376 27.557865L209.17813 27.557865L209.17813 26.97974Q209.17813 26.307865 208.77188 25.91724Q208.38126 25.526615 207.61563 25.526615Q206.92813 25.526615 206.475 25.870365Q206.02188 26.214115 206.02188 26.69849L204.74063 26.69849Q204.74063 26.13599 205.13126 25.620365Q205.5375 25.10474 206.20938 24.807865Q206.88126 24.51099 207.67813 24.51099Q208.95938 24.51099 209.67813 25.151615Q210.4125 25.79224 210.44376 26.901615L210.44376 30.307865Q210.44376 31.32349 210.69376 31.932865L210.69376 32.04224L209.38126 32.04224ZM207.27188 31.07349Q207.86563 31.07349 208.39688 30.776615Q208.94376 30.464115 209.17813 29.964115L209.17813 28.44849L208.17813 28.44849Q205.86563 28.44849 205.86563 29.807865Q205.86563 30.401615 206.25626 30.745365Q206.64688 31.07349 207.27188 31.07349ZM214.52188 22.85474L214.52188 24.651615L215.89688 24.651615L215.89688 25.620365L214.52188 25.620365L214.52188 30.214115Q214.52188 30.651615 214.70938 30.88599Q214.89688 31.10474 215.33438 31.10474Q215.55313 31.10474 215.94376 31.01099L215.94376 32.04224Q215.44376 32.182865 214.975 32.182865Q214.11563 32.182865 213.67813 31.66724Q213.25626 31.151615 213.25626 30.214115L213.25626 25.620365L211.9125 25.620365L211.9125 24.651615L213.25626 24.651615L213.25626 22.85474L214.52188 22.85474ZM219.52188 22.85474L219.52188 24.651615L220.89688 24.651615L220.89688 25.620365L219.52188 25.620365L219.52188 30.214115Q219.52188 30.651615 219.70938 30.88599Q219.89688 31.10474 220.33438 31.10474Q220.55313 31.10474 220.94376 31.01099L220.94376 32.04224Q220.44376 32.182865 219.975 32.182865Q219.11563 32.182865 218.67813 31.66724Q218.25626 31.151615 218.25626 30.214115L218.25626 25.620365L216.9125 25.620365L216.9125 24.651615L218.25626 24.651615L218.25626 22.85474L219.52188 22.85474ZM225.88126 32.182865Q224.36563 32.182865 223.42813 31.19849Q222.49063 30.19849 222.49063 28.54224L222.49063 28.32349Q222.49063 27.214115 222.9125 26.35474Q223.33438 25.47974 224.08438 24.995365Q224.83438 24.51099 225.725 24.51099Q227.1625 24.51099 227.95938 25.464115Q228.75626 26.401615 228.75626 28.182865L228.75626 28.69849L223.75626 28.69849Q223.77188 29.79224 224.38126 30.47974Q225.00626 31.151615 225.94376 31.151615Q226.61563 31.151615 227.06876 30.88599Q227.5375 30.60474 227.89688 30.151615L228.6625 30.745365Q227.74063 32.182865 225.88126 32.182865ZM225.725 25.54224Q224.95938 25.54224 224.42813 26.10474Q223.9125 26.66724 223.7875 27.66724L227.49063 27.66724L227.49063 27.57349Q227.44376 26.60474 226.975 26.07349Q226.50626 25.54224 225.725 25.54224ZM231.00626 24.651615L231.0375 25.57349Q231.89688 24.51099 233.25626 24.51099Q235.6 24.51099 235.63126 27.151615L235.63126 32.04224L234.36563 32.04224L234.36563 27.151615Q234.35 26.35474 233.99063 25.97974Q233.63126 25.589115 232.88126 25.589115Q232.25626 25.589115 231.7875 25.91724Q231.33438 26.245365 231.06876 26.776615L231.06876 32.04224L229.80313 32.04224L229.80313 24.651615L231.00626 24.651615ZM237.50626 28.276615Q237.50626 26.57349 238.30313 25.54224Q239.11563 24.51099 240.4125 24.51099Q241.725 24.51099 242.475 25.401615L242.475 21.54224L243.74063 21.54224L243.74063 32.04224L242.58438 32.04224L242.52188 31.245365Q241.75626 32.182865 240.4125 32.182865Q239.11563 32.182865 238.30313 31.13599Q237.50626 30.07349 237.50626 28.370365L237.50626 28.276615ZM238.77188 28.432865Q238.77188 29.682865 239.2875 30.401615Q239.80313 31.10474 240.725 31.10474Q241.92813 31.10474 242.475 30.026615L242.475 26.620365Q241.9125 25.589115 240.74063 25.589115Q239.80313 25.589115 239.2875 26.307865Q238.77188 27.01099 238.77188 28.432865ZM248.88126 32.182865Q247.36563 32.182865 246.42813 31.19849Q245.49063 30.19849 245.49063 28.54224L245.49063 28.32349Q245.49063 27.214115 245.9125 26.35474Q246.33438 25.47974 247.08438 24.995365Q247.83438 24.51099 248.725 24.51099Q250.1625 24.51099 250.95938 25.464115Q251.75626 26.401615 251.75626 28.182865L251.75626 28.69849L246.75626 28.69849Q246.77188 29.79224 247.38126 30.47974Q248.00626 31.151615 248.94376 31.151615Q249.61563 31.151615 250.06876 30.88599Q250.5375 30.60474 250.89688 30.151615L251.6625 30.745365Q250.74063 32.182865 248.88126 32.182865ZM248.725 25.54224Q247.95938 25.54224 247.42813 26.10474Q246.9125 26.66724 246.7875 27.66724L250.49063 27.66724L250.49063 27.57349Q250.44376 26.60474 249.975 26.07349Q249.50626 25.54224 248.725 25.54224ZM252.50626 28.276615Q252.50626 26.57349 253.30313 25.54224Q254.11563 24.51099 255.4125 24.51099Q256.725 24.51099 257.475 25.401615L257.475 21.54224L258.74063 21.54224L258.74063 32.04224L257.58438 32.04224L257.52188 31.245365Q256.75626 32.182865 255.4125 32.182865Q254.11563 32.182865 253.30313 31.13599Q252.50626 30.07349 252.50626 28.370365L252.50626 28.276615ZM253.77188 28.432865Q253.77188 29.682865 254.2875 30.401615Q254.80313 31.10474 255.725 31.10474Q256.92813 31.10474 257.475 30.026615L257.475 26.620365Q256.9125 25.589115 255.74063 25.589115Q254.80313 25.589115 254.2875 26.307865Q253.77188 27.01099 253.77188 28.432865ZM260.83438 31.38599Q260.83438 31.057865 261.02188 30.839115Q261.225 30.620365 261.61563 30.620365Q262.00626 30.620365 262.20938 30.839115Q262.4125 31.057865 262.4125 31.38599Q262.4125 31.69849 262.20938 31.91724Q262.00626 32.120365 261.61563 32.120365Q261.225 32.120365 261.02188 31.91724Q260.83438 31.69849 260.83438 31.38599ZM260.83438 25.38599Q260.83438 25.057865 261.02188 24.839115Q261.225 24.620365 261.61563 24.620365Q262.00626 24.620365 262.20938 24.839115Q262.4125 25.057865 262.4125 25.38599Q262.4125 25.69849 262.20938 25.91724Q262.00626 26.120365 261.61563 26.120365Q261.225 26.120365 261.02188 25.91724Q260.83438 25.69849 260.83438 25.38599Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig36.svg b/_content/survey2019/fig36.svg
deleted file mode 100644
index 656727d..0000000
--- a/_content/survey2019/fig36.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 427.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="427" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 427.0L0 427.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M206.5 45.5L206.5 372.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M299.5 45.5L299.5 372.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M392.5 45.5L392.5 372.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M484.5 45.5L484.5 372.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 45.5L577.5 372.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M206.5 45.263603L577.525 45.263603L577.525 372.62302L206.5 372.62302L206.5 45.263603Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 69.0L206.0 54.0L444.0 54.0C445.10458 54.0 446.0 54.89543 446.0 56.0L446.0 67.0C446.0 68.10457 445.10458 69.0 444.0 69.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 69.0L206.0 54.0L444.0 54.0C445.10458 54.0 446.0 54.89543 446.0 56.0L446.0 67.0C446.0 68.10457 445.10458 69.0 444.0 69.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 91.0L206.0 76.0L241.0 76.0C242.10457 76.0 243.0 76.89543 243.0 78.0L243.0 89.0C243.0 90.10457 242.10457 91.0 241.0 91.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 91.0L206.0 76.0L241.0 76.0C242.10457 76.0 243.0 76.89543 243.0 78.0L243.0 89.0C243.0 90.10457 242.10457 91.0 241.0 91.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 114.0L206.0 99.0L236.0 99.0C237.10457 99.0 238.0 99.89543 238.0 101.0L238.0 112.0C238.0 113.10457 237.10457 114.0 236.0 114.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 114.0L206.0 99.0L236.0 99.0C237.10457 99.0 238.0 99.89543 238.0 101.0L238.0 112.0C238.0 113.10457 237.10457 114.0 236.0 114.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 137.0L206.0 122.0L227.0 122.0C228.10457 122.0 229.0 122.89543 229.0 124.0L229.0 135.0C229.0 136.10457 228.10457 137.0 227.0 137.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 137.0L206.0 122.0L227.0 122.0C228.10457 122.0 229.0 122.89543 229.0 124.0L229.0 135.0C229.0 136.10457 228.10457 137.0 227.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 160.0L206.0 145.0L224.0 145.0C225.10457 145.0 226.0 145.89543 226.0 147.0L226.0 158.0C226.0 159.10457 225.10457 160.0 224.0 160.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 160.0L206.0 145.0L224.0 145.0C225.10457 145.0 226.0 145.89543 226.0 147.0L226.0 158.0C226.0 159.10457 225.10457 160.0 224.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 183.0L206.0 168.0L219.0 168.0C220.10457 168.0 221.0 168.89543 221.0 170.0L221.0 181.0C221.0 182.10457 220.10457 183.0 219.0 183.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 183.0L206.0 168.0L219.0 168.0C220.10457 168.0 221.0 168.89543 221.0 170.0L221.0 181.0C221.0 182.10457 220.10457 183.0 219.0 183.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 206.0L206.0 191.0L215.0 191.0C216.10457 191.0 217.0 191.89543 217.0 193.0L217.0 204.0C217.0 205.10457 216.10457 206.0 215.0 206.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 206.0L206.0 191.0L215.0 191.0C216.10457 191.0 217.0 191.89543 217.0 193.0L217.0 204.0C217.0 205.10457 216.10457 206.0 215.0 206.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 228.0L206.0 213.0L214.0 213.0C215.10457 213.0 216.0 213.89543 216.0 215.0L216.0 226.0C216.0 227.10457 215.10457 228.0 214.0 228.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 228.0L206.0 213.0L214.0 213.0C215.10457 213.0 216.0 213.89543 216.0 215.0L216.0 226.0C216.0 227.10457 215.10457 228.0 214.0 228.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 251.0L206.0 236.0L213.0 236.0C214.10457 236.0 215.0 236.89543 215.0 238.0L215.0 249.0C215.0 250.10457 214.10457 251.0 213.0 251.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 251.0L206.0 236.0L213.0 236.0C214.10457 236.0 215.0 236.89543 215.0 238.0L215.0 249.0C215.0 250.10457 214.10457 251.0 213.0 251.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 274.0L206.0 259.0L212.0 259.0C213.10457 259.0 214.0 259.89542 214.0 261.0L214.0 272.0C214.0 273.10458 213.10457 274.0 212.0 274.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 274.0L206.0 259.0L212.0 259.0C213.10457 259.0 214.0 259.89542 214.0 261.0L214.0 272.0C214.0 273.10458 213.10457 274.0 212.0 274.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 297.0L206.0 282.0L211.0 282.0C212.10457 282.0 213.0 282.89542 213.0 284.0L213.0 295.0C213.0 296.10458 212.10457 297.0 211.0 297.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 297.0L206.0 282.0L211.0 282.0C212.10457 282.0 213.0 282.89542 213.0 284.0L213.0 295.0C213.0 296.10458 212.10457 297.0 211.0 297.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 320.0L206.0 305.0L211.0 305.0C212.10457 305.0 213.0 305.89542 213.0 307.0L213.0 318.0C213.0 319.10458 212.10457 320.0 211.0 320.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 320.0L206.0 305.0L211.0 305.0C212.10457 305.0 213.0 305.89542 213.0 307.0L213.0 318.0C213.0 319.10458 212.10457 320.0 211.0 320.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 342.0L206.0 327.0L210.0 327.0C211.10457 327.0 212.0 327.89542 212.0 329.0L212.0 340.0C212.0 341.10458 211.10457 342.0 210.0 342.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 342.0L206.0 327.0L210.0 327.0C211.10457 327.0 212.0 327.89542 212.0 329.0L212.0 340.0C212.0 341.10458 211.10457 342.0 210.0 342.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M206.0 365.0L206.0 350.0L250.0 350.0C251.10457 350.0 252.0 350.89542 252.0 352.0L252.0 363.0C252.0 364.10458 251.10457 365.0 250.0 365.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M206.0 365.0L206.0 350.0L250.0 350.0C251.10457 350.0 252.0 350.89542 252.0 352.0L252.0 363.0C252.0 364.10458 251.10457 365.0 250.0 365.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M459.50043 61.21875L459.93793 56.96875L464.31293 56.96875L464.31293 57.96875L460.8598 57.96875L460.59418 60.296875Q461.2348 59.921875 462.03168 59.921875Q463.18793 59.921875 463.87543 60.703125Q464.56293 61.46875 464.56293 62.78125Q464.56293 64.09375 463.84418 64.859375Q463.14105 65.625 461.8598 65.625Q460.7348 65.625 460.01605 65.0Q459.2973 64.359375 459.20355 63.25L460.21918 63.25Q460.32855 63.984375 460.75043 64.359375Q461.1723 64.734375 461.8598 64.734375Q462.6098 64.734375 463.0473 64.21875Q463.4848 63.703125 463.4848 62.796875Q463.4848 61.9375 463.01605 61.421875Q462.5473 60.90625 461.76605 60.90625Q461.06293 60.90625 460.65668 61.203125L460.37543 61.4375L459.50043 61.21875ZM471.59418 65.5L466.00043 65.5L466.00043 64.71875L468.95355 61.4375Q469.6098 60.6875 469.8598 60.234375Q470.1098 59.765625 470.1098 59.265625Q470.1098 58.59375 469.70355 58.171875Q469.31293 57.734375 468.62543 57.734375Q467.82855 57.734375 467.37543 58.203125Q466.9223 58.65625 466.9223 59.484375L465.84418 59.484375Q465.84418 58.296875 466.59418 57.578125Q467.3598 56.84375 468.62543 56.84375Q469.82855 56.84375 470.51605 57.46875Q471.20355 58.09375 471.20355 59.140625Q471.20355 60.390625 469.59418 62.140625L467.31293 64.609375L471.59418 64.609375L471.59418 65.5ZM472.90668 58.609375Q472.90668 57.84375 473.39105 57.34375Q473.89105 56.84375 474.65668 56.84375Q475.43793 56.84375 475.9223 57.34375Q476.40668 57.84375 476.40668 58.640625L476.40668 59.0625Q476.40668 59.828125 475.90668 60.328125Q475.4223 60.8125 474.6723 60.8125Q473.90668 60.8125 473.40668 60.328125Q472.90668 59.828125 472.90668 59.015625L472.90668 58.609375ZM473.71918 59.0625Q473.71918 59.515625 473.96918 59.8125Q474.2348 60.109375 474.6723 60.109375Q475.09418 60.109375 475.34418 59.828125Q475.59418 59.53125 475.59418 59.03125L475.59418 58.609375Q475.59418 58.15625 475.34418 57.859375Q475.09418 57.546875 474.65668 57.546875Q474.21918 57.546875 473.96918 57.859375Q473.71918 58.15625 473.71918 58.625L473.71918 59.0625ZM477.06293 63.40625Q477.06293 62.640625 477.5473 62.15625Q478.0473 61.65625 478.81293 61.65625Q479.57855 61.65625 480.06293 62.15625Q480.56293 62.640625 480.56293 63.453125L480.56293 63.859375Q480.56293 64.625 480.07855 65.125Q479.59418 65.625 478.82855 65.625Q478.06293 65.625 477.56293 65.140625Q477.06293 64.640625 477.06293 63.828125L477.06293 63.40625ZM477.87543 63.859375Q477.87543 64.328125 478.12543 64.625Q478.39105 64.921875 478.82855 64.921875Q479.25043 64.921875 479.50043 64.640625Q479.75043 64.34375 479.75043 63.84375L479.75043 63.40625Q479.75043 62.9375 479.4848 62.65625Q479.2348 62.359375 478.81293 62.359375Q478.39105 62.359375 478.12543 62.65625Q477.87543 62.9375 477.87543 63.4375L477.87543 63.859375ZM474.9223 64.859375L474.2973 64.46875L478.46918 57.796875L479.07855 58.1875L474.9223 64.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M459.50043 61.21875L459.93793 56.96875L464.31293 56.96875L464.31293 57.96875L460.8598 57.96875L460.59418 60.296875Q461.2348 59.921875 462.03168 59.921875Q463.18793 59.921875 463.87543 60.703125Q464.56293 61.46875 464.56293 62.78125Q464.56293 64.09375 463.84418 64.859375Q463.14105 65.625 461.8598 65.625Q460.7348 65.625 460.01605 65.0Q459.2973 64.359375 459.20355 63.25L460.21918 63.25Q460.32855 63.984375 460.75043 64.359375Q461.1723 64.734375 461.8598 64.734375Q462.6098 64.734375 463.0473 64.21875Q463.4848 63.703125 463.4848 62.796875Q463.4848 61.9375 463.01605 61.421875Q462.5473 60.90625 461.76605 60.90625Q461.06293 60.90625 460.65668 61.203125L460.37543 61.4375L459.50043 61.21875ZM471.59418 65.5L466.00043 65.5L466.00043 64.71875L468.95355 61.4375Q469.6098 60.6875 469.8598 60.234375Q470.1098 59.765625 470.1098 59.265625Q470.1098 58.59375 469.70355 58.171875Q469.31293 57.734375 468.62543 57.734375Q467.82855 57.734375 467.37543 58.203125Q466.9223 58.65625 466.9223 59.484375L465.84418 59.484375Q465.84418 58.296875 466.59418 57.578125Q467.3598 56.84375 468.62543 56.84375Q469.82855 56.84375 470.51605 57.46875Q471.20355 58.09375 471.20355 59.140625Q471.20355 60.390625 469.59418 62.140625L467.31293 64.609375L471.59418 64.609375L471.59418 65.5ZM472.90668 58.609375Q472.90668 57.84375 473.39105 57.34375Q473.89105 56.84375 474.65668 56.84375Q475.43793 56.84375 475.9223 57.34375Q476.40668 57.84375 476.40668 58.640625L476.40668 59.0625Q476.40668 59.828125 475.90668 60.328125Q475.4223 60.8125 474.6723 60.8125Q473.90668 60.8125 473.40668 60.328125Q472.90668 59.828125 472.90668 59.015625L472.90668 58.609375ZM473.71918 59.0625Q473.71918 59.515625 473.96918 59.8125Q474.2348 60.109375 474.6723 60.109375Q475.09418 60.109375 475.34418 59.828125Q475.59418 59.53125 475.59418 59.03125L475.59418 58.609375Q475.59418 58.15625 475.34418 57.859375Q475.09418 57.546875 474.65668 57.546875Q474.21918 57.546875 473.96918 57.859375Q473.71918 58.15625 473.71918 58.625L473.71918 59.0625ZM477.06293 63.40625Q477.06293 62.640625 477.5473 62.15625Q478.0473 61.65625 478.81293 61.65625Q479.57855 61.65625 480.06293 62.15625Q480.56293 62.640625 480.56293 63.453125L480.56293 63.859375Q480.56293 64.625 480.07855 65.125Q479.59418 65.625 478.82855 65.625Q478.06293 65.625 477.56293 65.140625Q477.06293 64.640625 477.06293 63.828125L477.06293 63.40625ZM477.87543 63.859375Q477.87543 64.328125 478.12543 64.625Q478.39105 64.921875 478.82855 64.921875Q479.25043 64.921875 479.50043 64.640625Q479.75043 64.34375 479.75043 63.84375L479.75043 63.40625Q479.75043 62.9375 479.4848 62.65625Q479.2348 62.359375 478.81293 62.359375Q478.39105 62.359375 478.12543 62.65625Q477.87543 62.9375 477.87543 63.4375L477.87543 63.859375ZM474.9223 64.859375L474.2973 64.46875L478.46918 57.796875L479.07855 58.1875L474.9223 64.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M260.98282 81.1875Q260.98282 81.828125 260.63907 82.328125Q260.29532 82.828125 259.73282 83.109375Q260.38907 83.390625 260.7797 83.953125Q261.17032 84.5 261.17032 85.203125Q261.17032 86.296875 260.42032 86.96875Q259.68594 87.625 258.4672 87.625Q257.23282 87.625 256.48282 86.96875Q255.74844 86.296875 255.74844 85.203125Q255.74844 84.5 256.12344 83.953125Q256.49844 83.390625 257.17032 83.109375Q256.60782 82.828125 256.2797 82.328125Q255.95157 81.828125 255.95157 81.1875Q255.95157 80.109375 256.63907 79.484375Q257.32657 78.84375 258.4672 78.84375Q259.5922 78.84375 260.2797 79.484375Q260.98282 80.109375 260.98282 81.1875ZM260.0922 85.171875Q260.0922 84.453125 259.63907 84.015625Q259.18594 83.5625 258.45157 83.5625Q257.7172 83.5625 257.26407 84.015625Q256.82657 84.453125 256.82657 85.1875Q256.82657 85.90625 257.26407 86.328125Q257.70157 86.734375 258.4672 86.734375Q259.2172 86.734375 259.6547 86.3125Q260.0922 85.890625 260.0922 85.171875ZM258.4672 79.734375Q257.82657 79.734375 257.42032 80.140625Q257.0297 80.53125 257.0297 81.21875Q257.0297 81.859375 257.42032 82.265625Q257.81094 82.671875 258.45157 82.671875Q259.10782 82.671875 259.49844 82.265625Q259.88907 81.859375 259.88907 81.21875Q259.88907 80.5625 259.48282 80.15625Q259.07657 79.734375 258.4672 79.734375ZM262.70157 80.609375Q262.70157 79.84375 263.18594 79.34375Q263.68594 78.84375 264.45157 78.84375Q265.23282 78.84375 265.7172 79.34375Q266.20157 79.84375 266.20157 80.640625L266.20157 81.0625Q266.20157 81.828125 265.70157 82.328125Q265.2172 82.8125 264.4672 82.8125Q263.70157 82.8125 263.20157 82.328125Q262.70157 81.828125 262.70157 81.015625L262.70157 80.609375ZM263.51407 81.0625Q263.51407 81.515625 263.76407 81.8125Q264.0297 82.109375 264.4672 82.109375Q264.88907 82.109375 265.13907 81.828125Q265.38907 81.53125 265.38907 81.03125L265.38907 80.609375Q265.38907 80.15625 265.13907 79.859375Q264.88907 79.546875 264.45157 79.546875Q264.01407 79.546875 263.76407 79.859375Q263.51407 80.15625 263.51407 80.625L263.51407 81.0625ZM266.85782 85.40625Q266.85782 84.640625 267.3422 84.15625Q267.8422 83.65625 268.60782 83.65625Q269.37344 83.65625 269.85782 84.15625Q270.35782 84.640625 270.35782 85.453125L270.35782 85.859375Q270.35782 86.625 269.87344 87.125Q269.38907 87.625 268.62344 87.625Q267.85782 87.625 267.35782 87.140625Q266.85782 86.640625 266.85782 85.828125L266.85782 85.40625ZM267.67032 85.859375Q267.67032 86.328125 267.92032 86.625Q268.18594 86.921875 268.62344 86.921875Q269.04532 86.921875 269.29532 86.640625Q269.54532 86.34375 269.54532 85.84375L269.54532 85.40625Q269.54532 84.9375 269.2797 84.65625Q269.0297 84.359375 268.60782 84.359375Q268.18594 84.359375 267.92032 84.65625Q267.67032 84.9375 267.67032 85.4375L267.67032 85.859375ZM264.7172 86.859375L264.0922 86.46875L268.26407 79.796875L268.87344 80.1875L264.7172 86.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M260.98282 81.1875Q260.98282 81.828125 260.63907 82.328125Q260.29532 82.828125 259.73282 83.109375Q260.38907 83.390625 260.7797 83.953125Q261.17032 84.5 261.17032 85.203125Q261.17032 86.296875 260.42032 86.96875Q259.68594 87.625 258.4672 87.625Q257.23282 87.625 256.48282 86.96875Q255.74844 86.296875 255.74844 85.203125Q255.74844 84.5 256.12344 83.953125Q256.49844 83.390625 257.17032 83.109375Q256.60782 82.828125 256.2797 82.328125Q255.95157 81.828125 255.95157 81.1875Q255.95157 80.109375 256.63907 79.484375Q257.32657 78.84375 258.4672 78.84375Q259.5922 78.84375 260.2797 79.484375Q260.98282 80.109375 260.98282 81.1875ZM260.0922 85.171875Q260.0922 84.453125 259.63907 84.015625Q259.18594 83.5625 258.45157 83.5625Q257.7172 83.5625 257.26407 84.015625Q256.82657 84.453125 256.82657 85.1875Q256.82657 85.90625 257.26407 86.328125Q257.70157 86.734375 258.4672 86.734375Q259.2172 86.734375 259.6547 86.3125Q260.0922 85.890625 260.0922 85.171875ZM258.4672 79.734375Q257.82657 79.734375 257.42032 80.140625Q257.0297 80.53125 257.0297 81.21875Q257.0297 81.859375 257.42032 82.265625Q257.81094 82.671875 258.45157 82.671875Q259.10782 82.671875 259.49844 82.265625Q259.88907 81.859375 259.88907 81.21875Q259.88907 80.5625 259.48282 80.15625Q259.07657 79.734375 258.4672 79.734375ZM262.70157 80.609375Q262.70157 79.84375 263.18594 79.34375Q263.68594 78.84375 264.45157 78.84375Q265.23282 78.84375 265.7172 79.34375Q266.20157 79.84375 266.20157 80.640625L266.20157 81.0625Q266.20157 81.828125 265.70157 82.328125Q265.2172 82.8125 264.4672 82.8125Q263.70157 82.8125 263.20157 82.328125Q262.70157 81.828125 262.70157 81.015625L262.70157 80.609375ZM263.51407 81.0625Q263.51407 81.515625 263.76407 81.8125Q264.0297 82.109375 264.4672 82.109375Q264.88907 82.109375 265.13907 81.828125Q265.38907 81.53125 265.38907 81.03125L265.38907 80.609375Q265.38907 80.15625 265.13907 79.859375Q264.88907 79.546875 264.45157 79.546875Q264.01407 79.546875 263.76407 79.859375Q263.51407 80.15625 263.51407 80.625L263.51407 81.0625ZM266.85782 85.40625Q266.85782 84.640625 267.3422 84.15625Q267.8422 83.65625 268.60782 83.65625Q269.37344 83.65625 269.85782 84.15625Q270.35782 84.640625 270.35782 85.453125L270.35782 85.859375Q270.35782 86.625 269.87344 87.125Q269.38907 87.625 268.62344 87.625Q267.85782 87.625 267.35782 87.140625Q266.85782 86.640625 266.85782 85.828125L266.85782 85.40625ZM267.67032 85.859375Q267.67032 86.328125 267.92032 86.625Q268.18594 86.921875 268.62344 86.921875Q269.04532 86.921875 269.29532 86.640625Q269.54532 86.34375 269.54532 85.84375L269.54532 85.40625Q269.54532 84.9375 269.2797 84.65625Q269.0297 84.359375 268.60782 84.359375Q268.18594 84.359375 267.92032 84.65625Q267.67032 84.9375 267.67032 85.4375L267.67032 85.859375ZM264.7172 86.859375L264.0922 86.46875L268.26407 79.796875L268.87344 80.1875L264.7172 86.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M256.5746 102.578125L253.04333 110.5L251.90271 110.5L255.41833 102.859375L250.80896 102.859375L250.80896 101.96875L256.5746 101.96875L256.5746 102.578125ZM257.9652 103.609375Q257.9652 102.84375 258.4496 102.34375Q258.9496 101.84375 259.7152 101.84375Q260.49646 101.84375 260.98083 102.34375Q261.4652 102.84375 261.4652 103.640625L261.4652 104.0625Q261.4652 104.828125 260.9652 105.328125Q260.48083 105.8125 259.73083 105.8125Q258.9652 105.8125 258.4652 105.328125Q257.9652 104.828125 257.9652 104.015625L257.9652 103.609375ZM258.7777 104.0625Q258.7777 104.515625 259.0277 104.8125Q259.29333 105.109375 259.73083 105.109375Q260.1527 105.109375 260.4027 104.828125Q260.6527 104.53125 260.6527 104.03125L260.6527 103.609375Q260.6527 103.15625 260.4027 102.859375Q260.1527 102.546875 259.7152 102.546875Q259.2777 102.546875 259.0277 102.859375Q258.7777 103.15625 258.7777 103.625L258.7777 104.0625ZM262.12146 108.40625Q262.12146 107.640625 262.60583 107.15625Q263.10583 106.65625 263.87146 106.65625Q264.6371 106.65625 265.12146 107.15625Q265.62146 107.640625 265.62146 108.453125L265.62146 108.859375Q265.62146 109.625 265.1371 110.125Q264.6527 110.625 263.8871 110.625Q263.12146 110.625 262.62146 110.140625Q262.12146 109.640625 262.12146 108.828125L262.12146 108.40625ZM262.93396 108.859375Q262.93396 109.328125 263.18396 109.625Q263.4496 109.921875 263.8871 109.921875Q264.30896 109.921875 264.55896 109.640625Q264.80896 109.34375 264.80896 108.84375L264.80896 108.40625Q264.80896 107.9375 264.54333 107.65625Q264.29333 107.359375 263.87146 107.359375Q263.4496 107.359375 263.18396 107.65625Q262.93396 107.9375 262.93396 108.4375L262.93396 108.859375ZM259.98083 109.859375L259.35583 109.46875L263.5277 102.796875L264.1371 103.1875L259.98083 109.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M256.5746 102.578125L253.04333 110.5L251.90271 110.5L255.41833 102.859375L250.80896 102.859375L250.80896 101.96875L256.5746 101.96875L256.5746 102.578125ZM257.9652 103.609375Q257.9652 102.84375 258.4496 102.34375Q258.9496 101.84375 259.7152 101.84375Q260.49646 101.84375 260.98083 102.34375Q261.4652 102.84375 261.4652 103.640625L261.4652 104.0625Q261.4652 104.828125 260.9652 105.328125Q260.48083 105.8125 259.73083 105.8125Q258.9652 105.8125 258.4652 105.328125Q257.9652 104.828125 257.9652 104.015625L257.9652 103.609375ZM258.7777 104.0625Q258.7777 104.515625 259.0277 104.8125Q259.29333 105.109375 259.73083 105.109375Q260.1527 105.109375 260.4027 104.828125Q260.6527 104.53125 260.6527 104.03125L260.6527 103.609375Q260.6527 103.15625 260.4027 102.859375Q260.1527 102.546875 259.7152 102.546875Q259.2777 102.546875 259.0277 102.859375Q258.7777 103.15625 258.7777 103.625L258.7777 104.0625ZM262.12146 108.40625Q262.12146 107.640625 262.60583 107.15625Q263.10583 106.65625 263.87146 106.65625Q264.6371 106.65625 265.12146 107.15625Q265.62146 107.640625 265.62146 108.453125L265.62146 108.859375Q265.62146 109.625 265.1371 110.125Q264.6527 110.625 263.8871 110.625Q263.12146 110.625 262.62146 110.140625Q262.12146 109.640625 262.12146 108.828125L262.12146 108.40625ZM262.93396 108.859375Q262.93396 109.328125 263.18396 109.625Q263.4496 109.921875 263.8871 109.921875Q264.30896 109.921875 264.55896 109.640625Q264.80896 109.34375 264.80896 108.84375L264.80896 108.40625Q264.80896 107.9375 264.54333 107.65625Q264.29333 107.359375 263.87146 107.359375Q263.4496 107.359375 263.18396 107.65625Q262.93396 107.9375 262.93396 108.4375L262.93396 108.859375ZM259.98083 109.859375L259.35583 109.46875L263.5277 102.796875L264.1371 103.1875L259.98083 109.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M241.85707 129.21875L242.29457 124.96875L246.66957 124.96875L246.66957 125.96875L243.21645 125.96875L242.95082 128.29688Q243.59145 127.921875 244.38832 127.921875Q245.54457 127.921875 246.23207 128.70312Q246.91957 129.46875 246.91957 130.78125Q246.91957 132.09375 246.20082 132.85938Q245.4977 133.625 244.21645 133.625Q243.09145 133.625 242.3727 133.0Q241.65395 132.35938 241.5602 131.25L242.57582 131.25Q242.6852 131.98438 243.10707 132.35938Q243.52895 132.73438 244.21645 132.73438Q244.96645 132.73438 245.40395 132.21875Q245.84145 131.70312 245.84145 130.79688Q245.84145 129.9375 245.3727 129.42188Q244.90395 128.90625 244.1227 128.90625Q243.41957 128.90625 243.01332 129.20312L242.73207 129.4375L241.85707 129.21875ZM248.26332 126.609375Q248.26332 125.84375 248.7477 125.34375Q249.2477 124.84375 250.01332 124.84375Q250.79457 124.84375 251.27895 125.34375Q251.76332 125.84375 251.76332 126.640625L251.76332 127.0625Q251.76332 127.828125 251.26332 128.32812Q250.77895 128.8125 250.02895 128.8125Q249.26332 128.8125 248.76332 128.32812Q248.26332 127.828125 248.26332 127.015625L248.26332 126.609375ZM249.07582 127.0625Q249.07582 127.515625 249.32582 127.8125Q249.59145 128.10938 250.02895 128.10938Q250.45082 128.10938 250.70082 127.828125Q250.95082 127.53125 250.95082 127.03125L250.95082 126.609375Q250.95082 126.15625 250.70082 125.859375Q250.45082 125.546875 250.01332 125.546875Q249.57582 125.546875 249.32582 125.859375Q249.07582 126.15625 249.07582 126.625L249.07582 127.0625ZM252.41957 131.40625Q252.41957 130.64062 252.90395 130.15625Q253.40395 129.65625 254.16957 129.65625Q254.9352 129.65625 255.41957 130.15625Q255.91957 130.64062 255.91957 131.45312L255.91957 131.85938Q255.91957 132.625 255.4352 133.125Q254.95082 133.625 254.1852 133.625Q253.41957 133.625 252.91957 133.14062Q252.41957 132.64062 252.41957 131.82812L252.41957 131.40625ZM253.23207 131.85938Q253.23207 132.32812 253.48207 132.625Q253.7477 132.92188 254.1852 132.92188Q254.60707 132.92188 254.85707 132.64062Q255.10707 132.34375 255.10707 131.84375L255.10707 131.40625Q255.10707 130.9375 254.84145 130.65625Q254.59145 130.35938 254.16957 130.35938Q253.7477 130.35938 253.48207 130.65625Q253.23207 130.9375 253.23207 131.4375L253.23207 131.85938ZM250.27895 132.85938L249.65395 132.46875L253.82582 125.796875L254.4352 126.1875L250.27895 132.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M241.85707 129.21875L242.29457 124.96875L246.66957 124.96875L246.66957 125.96875L243.21645 125.96875L242.95082 128.29688Q243.59145 127.921875 244.38832 127.921875Q245.54457 127.921875 246.23207 128.70312Q246.91957 129.46875 246.91957 130.78125Q246.91957 132.09375 246.20082 132.85938Q245.4977 133.625 244.21645 133.625Q243.09145 133.625 242.3727 133.0Q241.65395 132.35938 241.5602 131.25L242.57582 131.25Q242.6852 131.98438 243.10707 132.35938Q243.52895 132.73438 244.21645 132.73438Q244.96645 132.73438 245.40395 132.21875Q245.84145 131.70312 245.84145 130.79688Q245.84145 129.9375 245.3727 129.42188Q244.90395 128.90625 244.1227 128.90625Q243.41957 128.90625 243.01332 129.20312L242.73207 129.4375L241.85707 129.21875ZM248.26332 126.609375Q248.26332 125.84375 248.7477 125.34375Q249.2477 124.84375 250.01332 124.84375Q250.79457 124.84375 251.27895 125.34375Q251.76332 125.84375 251.76332 126.640625L251.76332 127.0625Q251.76332 127.828125 251.26332 128.32812Q250.77895 128.8125 250.02895 128.8125Q249.26332 128.8125 248.76332 128.32812Q248.26332 127.828125 248.26332 127.015625L248.26332 126.609375ZM249.07582 127.0625Q249.07582 127.515625 249.32582 127.8125Q249.59145 128.10938 250.02895 128.10938Q250.45082 128.10938 250.70082 127.828125Q250.95082 127.53125 250.95082 127.03125L250.95082 126.609375Q250.95082 126.15625 250.70082 125.859375Q250.45082 125.546875 250.01332 125.546875Q249.57582 125.546875 249.32582 125.859375Q249.07582 126.15625 249.07582 126.625L249.07582 127.0625ZM252.41957 131.40625Q252.41957 130.64062 252.90395 130.15625Q253.40395 129.65625 254.16957 129.65625Q254.9352 129.65625 255.41957 130.15625Q255.91957 130.64062 255.91957 131.45312L255.91957 131.85938Q255.91957 132.625 255.4352 133.125Q254.95082 133.625 254.1852 133.625Q253.41957 133.625 252.91957 133.14062Q252.41957 132.64062 252.41957 131.82812L252.41957 131.40625ZM253.23207 131.85938Q253.23207 132.32812 253.48207 132.625Q253.7477 132.92188 254.1852 132.92188Q254.60707 132.92188 254.85707 132.64062Q255.10707 132.34375 255.10707 131.84375L255.10707 131.40625Q255.10707 130.9375 254.84145 130.65625Q254.59145 130.35938 254.16957 130.35938Q253.7477 130.35938 253.48207 130.65625Q253.23207 130.9375 253.23207 131.4375L253.23207 131.85938ZM250.27895 132.85938L249.65395 132.46875L253.82582 125.796875L254.4352 126.1875L250.27895 132.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M243.71979 153.64062L244.90729 153.64062L244.90729 154.51562L243.71979 154.51562L243.71979 156.5L242.64166 156.5L242.64166 154.51562L238.75104 154.51562L238.75104 153.875L242.56354 147.96875L243.71979 147.96875L243.71979 153.64062ZM239.98541 153.64062L242.64166 153.64062L242.64166 149.45312L242.50104 149.6875L239.98541 153.64062ZM246.04791 149.60938Q246.04791 148.84375 246.53229 148.34375Q247.03229 147.84375 247.79791 147.84375Q248.57916 147.84375 249.06354 148.34375Q249.54791 148.84375 249.54791 149.64062L249.54791 150.0625Q249.54791 150.82812 249.04791 151.32812Q248.56354 151.8125 247.81354 151.8125Q247.04791 151.8125 246.54791 151.32812Q246.04791 150.82812 246.04791 150.01562L246.04791 149.60938ZM246.86041 150.0625Q246.86041 150.51562 247.11041 150.8125Q247.37604 151.10938 247.81354 151.10938Q248.23541 151.10938 248.48541 150.82812Q248.73541 150.53125 248.73541 150.03125L248.73541 149.60938Q248.73541 149.15625 248.48541 148.85938Q248.23541 148.54688 247.79791 148.54688Q247.36041 148.54688 247.11041 148.85938Q246.86041 149.15625 246.86041 149.625L246.86041 150.0625ZM250.20416 154.40625Q250.20416 153.64062 250.68854 153.15625Q251.18854 152.65625 251.95416 152.65625Q252.71979 152.65625 253.20416 153.15625Q253.70416 153.64062 253.70416 154.45312L253.70416 154.85938Q253.70416 155.625 253.21979 156.125Q252.73541 156.625 251.96979 156.625Q251.20416 156.625 250.70416 156.14062Q250.20416 155.64062 250.20416 154.82812L250.20416 154.40625ZM251.01666 154.85938Q251.01666 155.32812 251.26666 155.625Q251.53229 155.92188 251.96979 155.92188Q252.39166 155.92188 252.64166 155.64062Q252.89166 155.34375 252.89166 154.84375L252.89166 154.40625Q252.89166 153.9375 252.62604 153.65625Q252.37604 153.35938 251.95416 153.35938Q251.53229 153.35938 251.26666 153.65625Q251.01666 153.9375 251.01666 154.4375L251.01666 154.85938ZM248.06354 155.85938L247.43854 155.46875L251.61041 148.79688L252.21979 149.1875L248.06354 155.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M243.71979 153.64062L244.90729 153.64062L244.90729 154.51562L243.71979 154.51562L243.71979 156.5L242.64166 156.5L242.64166 154.51562L238.75104 154.51562L238.75104 153.875L242.56354 147.96875L243.71979 147.96875L243.71979 153.64062ZM239.98541 153.64062L242.64166 153.64062L242.64166 149.45312L242.50104 149.6875L239.98541 153.64062ZM246.04791 149.60938Q246.04791 148.84375 246.53229 148.34375Q247.03229 147.84375 247.79791 147.84375Q248.57916 147.84375 249.06354 148.34375Q249.54791 148.84375 249.54791 149.64062L249.54791 150.0625Q249.54791 150.82812 249.04791 151.32812Q248.56354 151.8125 247.81354 151.8125Q247.04791 151.8125 246.54791 151.32812Q246.04791 150.82812 246.04791 150.01562L246.04791 149.60938ZM246.86041 150.0625Q246.86041 150.51562 247.11041 150.8125Q247.37604 151.10938 247.81354 151.10938Q248.23541 151.10938 248.48541 150.82812Q248.73541 150.53125 248.73541 150.03125L248.73541 149.60938Q248.73541 149.15625 248.48541 148.85938Q248.23541 148.54688 247.79791 148.54688Q247.36041 148.54688 247.11041 148.85938Q246.86041 149.15625 246.86041 149.625L246.86041 150.0625ZM250.20416 154.40625Q250.20416 153.64062 250.68854 153.15625Q251.18854 152.65625 251.95416 152.65625Q252.71979 152.65625 253.20416 153.15625Q253.70416 153.64062 253.70416 154.45312L253.70416 154.85938Q253.70416 155.625 253.21979 156.125Q252.73541 156.625 251.96979 156.625Q251.20416 156.625 250.70416 156.14062Q250.20416 155.64062 250.20416 154.82812L250.20416 154.40625ZM251.01666 154.85938Q251.01666 155.32812 251.26666 155.625Q251.53229 155.92188 251.96979 155.92188Q252.39166 155.92188 252.64166 155.64062Q252.89166 155.34375 252.89166 154.84375L252.89166 154.40625Q252.89166 153.9375 252.62604 153.65625Q252.37604 153.35938 251.95416 153.35938Q251.53229 153.35938 251.26666 153.65625Q251.01666 153.9375 251.01666 154.4375L251.01666 154.85938ZM248.06354 155.85938L247.43854 155.46875L251.61041 148.79688L252.21979 149.1875L248.06354 155.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M235.52509 174.70312L236.33759 174.70312Q237.11884 174.6875 237.55634 174.29688Q237.99384 173.90625 237.99384 173.23438Q237.99384 171.73438 236.49384 171.73438Q235.79071 171.73438 235.36884 172.14062Q234.96259 172.54688 234.96259 173.20312L233.86884 173.20312Q233.86884 172.1875 234.60321 171.51562Q235.35321 170.84375 236.49384 170.84375Q237.69696 170.84375 238.38446 171.48438Q239.07196 172.125 239.07196 173.26562Q239.07196 173.82812 238.71259 174.34375Q238.35321 174.85938 237.72821 175.125Q238.43134 175.34375 238.80634 175.85938Q239.19696 176.375 239.19696 177.125Q239.19696 178.26562 238.44696 178.95312Q237.69696 179.625 236.49384 179.625Q235.30634 179.625 234.54071 178.96875Q233.79071 178.3125 233.79071 177.25L234.88446 177.25Q234.88446 177.92188 235.32196 178.32812Q235.75946 178.73438 236.50946 178.73438Q237.29071 178.73438 237.69696 178.32812Q238.11884 177.90625 238.11884 177.14062Q238.11884 176.40625 237.66571 176.01562Q237.21259 175.60938 236.33759 175.59375L235.52509 175.59375L235.52509 174.70312ZM240.85321 172.60938Q240.85321 171.84375 241.33759 171.34375Q241.83759 170.84375 242.60321 170.84375Q243.38446 170.84375 243.86884 171.34375Q244.35321 171.84375 244.35321 172.64062L244.35321 173.0625Q244.35321 173.82812 243.85321 174.32812Q243.36884 174.8125 242.61884 174.8125Q241.85321 174.8125 241.35321 174.32812Q240.85321 173.82812 240.85321 173.01562L240.85321 172.60938ZM241.66571 173.0625Q241.66571 173.51562 241.91571 173.8125Q242.18134 174.10938 242.61884 174.10938Q243.04071 174.10938 243.29071 173.82812Q243.54071 173.53125 243.54071 173.03125L243.54071 172.60938Q243.54071 172.15625 243.29071 171.85938Q243.04071 171.54688 242.60321 171.54688Q242.16571 171.54688 241.91571 171.85938Q241.66571 172.15625 241.66571 172.625L241.66571 173.0625ZM245.00946 177.40625Q245.00946 176.64062 245.49384 176.15625Q245.99384 175.65625 246.75946 175.65625Q247.52509 175.65625 248.00946 176.15625Q248.50946 176.64062 248.50946 177.45312L248.50946 177.85938Q248.50946 178.625 248.02509 179.125Q247.54071 179.625 246.77509 179.625Q246.00946 179.625 245.50946 179.14062Q245.00946 178.64062 245.00946 177.82812L245.00946 177.40625ZM245.82196 177.85938Q245.82196 178.32812 246.07196 178.625Q246.33759 178.92188 246.77509 178.92188Q247.19696 178.92188 247.44696 178.64062Q247.69696 178.34375 247.69696 177.84375L247.69696 177.40625Q247.69696 176.9375 247.43134 176.65625Q247.18134 176.35938 246.75946 176.35938Q246.33759 176.35938 246.07196 176.65625Q245.82196 176.9375 245.82196 177.4375L245.82196 177.85938ZM242.86884 178.85938L242.24384 178.46875L246.41571 171.79688L247.02509 172.1875L242.86884 178.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M235.52509 174.70312L236.33759 174.70312Q237.11884 174.6875 237.55634 174.29688Q237.99384 173.90625 237.99384 173.23438Q237.99384 171.73438 236.49384 171.73438Q235.79071 171.73438 235.36884 172.14062Q234.96259 172.54688 234.96259 173.20312L233.86884 173.20312Q233.86884 172.1875 234.60321 171.51562Q235.35321 170.84375 236.49384 170.84375Q237.69696 170.84375 238.38446 171.48438Q239.07196 172.125 239.07196 173.26562Q239.07196 173.82812 238.71259 174.34375Q238.35321 174.85938 237.72821 175.125Q238.43134 175.34375 238.80634 175.85938Q239.19696 176.375 239.19696 177.125Q239.19696 178.26562 238.44696 178.95312Q237.69696 179.625 236.49384 179.625Q235.30634 179.625 234.54071 178.96875Q233.79071 178.3125 233.79071 177.25L234.88446 177.25Q234.88446 177.92188 235.32196 178.32812Q235.75946 178.73438 236.50946 178.73438Q237.29071 178.73438 237.69696 178.32812Q238.11884 177.90625 238.11884 177.14062Q238.11884 176.40625 237.66571 176.01562Q237.21259 175.60938 236.33759 175.59375L235.52509 175.59375L235.52509 174.70312ZM240.85321 172.60938Q240.85321 171.84375 241.33759 171.34375Q241.83759 170.84375 242.60321 170.84375Q243.38446 170.84375 243.86884 171.34375Q244.35321 171.84375 244.35321 172.64062L244.35321 173.0625Q244.35321 173.82812 243.85321 174.32812Q243.36884 174.8125 242.61884 174.8125Q241.85321 174.8125 241.35321 174.32812Q240.85321 173.82812 240.85321 173.01562L240.85321 172.60938ZM241.66571 173.0625Q241.66571 173.51562 241.91571 173.8125Q242.18134 174.10938 242.61884 174.10938Q243.04071 174.10938 243.29071 173.82812Q243.54071 173.53125 243.54071 173.03125L243.54071 172.60938Q243.54071 172.15625 243.29071 171.85938Q243.04071 171.54688 242.60321 171.54688Q242.16571 171.54688 241.91571 171.85938Q241.66571 172.15625 241.66571 172.625L241.66571 173.0625ZM245.00946 177.40625Q245.00946 176.64062 245.49384 176.15625Q245.99384 175.65625 246.75946 175.65625Q247.52509 175.65625 248.00946 176.15625Q248.50946 176.64062 248.50946 177.45312L248.50946 177.85938Q248.50946 178.625 248.02509 179.125Q247.54071 179.625 246.77509 179.625Q246.00946 179.625 245.50946 179.14062Q245.00946 178.64062 245.00946 177.82812L245.00946 177.40625ZM245.82196 177.85938Q245.82196 178.32812 246.07196 178.625Q246.33759 178.92188 246.77509 178.92188Q247.19696 178.92188 247.44696 178.64062Q247.69696 178.34375 247.69696 177.84375L247.69696 177.40625Q247.69696 176.9375 247.43134 176.65625Q247.18134 176.35938 246.75946 176.35938Q246.33759 176.35938 246.07196 176.65625Q245.82196 176.9375 245.82196 177.4375L245.82196 177.85938ZM242.86884 178.85938L242.24384 178.46875L246.41571 171.79688L247.02509 172.1875L242.86884 178.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.88074 202.5L229.28699 202.5L229.28699 201.71875L232.24011 198.4375Q232.89636 197.6875 233.14636 197.23438Q233.39636 196.76562 233.39636 196.26562Q233.39636 195.59375 232.99011 195.17188Q232.59949 194.73438 231.91199 194.73438Q231.11511 194.73438 230.66199 195.20312Q230.20886 195.65625 230.20886 196.48438L229.13074 196.48438Q229.13074 195.29688 229.88074 194.57812Q230.64636 193.84375 231.91199 193.84375Q233.11511 193.84375 233.80261 194.46875Q234.49011 195.09375 234.49011 196.14062Q234.49011 197.39062 232.88074 199.14062L230.59949 201.60938L234.88074 201.60938L234.88074 202.5ZM236.19324 195.60938Q236.19324 194.84375 236.67761 194.34375Q237.17761 193.84375 237.94324 193.84375Q238.72449 193.84375 239.20886 194.34375Q239.69324 194.84375 239.69324 195.64062L239.69324 196.0625Q239.69324 196.82812 239.19324 197.32812Q238.70886 197.8125 237.95886 197.8125Q237.19324 197.8125 236.69324 197.32812Q236.19324 196.82812 236.19324 196.01562L236.19324 195.60938ZM237.00574 196.0625Q237.00574 196.51562 237.25574 196.8125Q237.52136 197.10938 237.95886 197.10938Q238.38074 197.10938 238.63074 196.82812Q238.88074 196.53125 238.88074 196.03125L238.88074 195.60938Q238.88074 195.15625 238.63074 194.85938Q238.38074 194.54688 237.94324 194.54688Q237.50574 194.54688 237.25574 194.85938Q237.00574 195.15625 237.00574 195.625L237.00574 196.0625ZM240.34949 200.40625Q240.34949 199.64062 240.83386 199.15625Q241.33386 198.65625 242.09949 198.65625Q242.86511 198.65625 243.34949 199.15625Q243.84949 199.64062 243.84949 200.45312L243.84949 200.85938Q243.84949 201.625 243.36511 202.125Q242.88074 202.625 242.11511 202.625Q241.34949 202.625 240.84949 202.14062Q240.34949 201.64062 240.34949 200.82812L240.34949 200.40625ZM241.16199 200.85938Q241.16199 201.32812 241.41199 201.625Q241.67761 201.92188 242.11511 201.92188Q242.53699 201.92188 242.78699 201.64062Q243.03699 201.34375 243.03699 200.84375L243.03699 200.40625Q243.03699 199.9375 242.77136 199.65625Q242.52136 199.35938 242.09949 199.35938Q241.67761 199.35938 241.41199 199.65625Q241.16199 199.9375 241.16199 200.4375L241.16199 200.85938ZM238.20886 201.85938L237.58386 201.46875L241.75574 194.79688L242.36511 195.1875L238.20886 201.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M234.88074 202.5L229.28699 202.5L229.28699 201.71875L232.24011 198.4375Q232.89636 197.6875 233.14636 197.23438Q233.39636 196.76562 233.39636 196.26562Q233.39636 195.59375 232.99011 195.17188Q232.59949 194.73438 231.91199 194.73438Q231.11511 194.73438 230.66199 195.20312Q230.20886 195.65625 230.20886 196.48438L229.13074 196.48438Q229.13074 195.29688 229.88074 194.57812Q230.64636 193.84375 231.91199 193.84375Q233.11511 193.84375 233.80261 194.46875Q234.49011 195.09375 234.49011 196.14062Q234.49011 197.39062 232.88074 199.14062L230.59949 201.60938L234.88074 201.60938L234.88074 202.5ZM236.19324 195.60938Q236.19324 194.84375 236.67761 194.34375Q237.17761 193.84375 237.94324 193.84375Q238.72449 193.84375 239.20886 194.34375Q239.69324 194.84375 239.69324 195.64062L239.69324 196.0625Q239.69324 196.82812 239.19324 197.32812Q238.70886 197.8125 237.95886 197.8125Q237.19324 197.8125 236.69324 197.32812Q236.19324 196.82812 236.19324 196.01562L236.19324 195.60938ZM237.00574 196.0625Q237.00574 196.51562 237.25574 196.8125Q237.52136 197.10938 237.95886 197.10938Q238.38074 197.10938 238.63074 196.82812Q238.88074 196.53125 238.88074 196.03125L238.88074 195.60938Q238.88074 195.15625 238.63074 194.85938Q238.38074 194.54688 237.94324 194.54688Q237.50574 194.54688 237.25574 194.85938Q237.00574 195.15625 237.00574 195.625L237.00574 196.0625ZM240.34949 200.40625Q240.34949 199.64062 240.83386 199.15625Q241.33386 198.65625 242.09949 198.65625Q242.86511 198.65625 243.34949 199.15625Q243.84949 199.64062 243.84949 200.45312L243.84949 200.85938Q243.84949 201.625 243.36511 202.125Q242.88074 202.625 242.11511 202.625Q241.34949 202.625 240.84949 202.14062Q240.34949 201.64062 240.34949 200.82812L240.34949 200.40625ZM241.16199 200.85938Q241.16199 201.32812 241.41199 201.625Q241.67761 201.92188 242.11511 201.92188Q242.53699 201.92188 242.78699 201.64062Q243.03699 201.34375 243.03699 200.84375L243.03699 200.40625Q243.03699 199.9375 242.77136 199.65625Q242.52136 199.35938 242.09949 199.35938Q241.67761 199.35938 241.41199 199.65625Q241.16199 199.9375 241.16199 200.4375L241.16199 200.85938ZM238.20886 201.85938L237.58386 201.46875L241.75574 194.79688L242.36511 195.1875L238.20886 201.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.88763 224.5L228.29388 224.5L228.29388 223.71875L231.24701 220.4375Q231.90326 219.6875 232.15326 219.23438Q232.40326 218.76562 232.40326 218.26562Q232.40326 217.59375 231.99701 217.17188Q231.60638 216.73438 230.91888 216.73438Q230.12201 216.73438 229.66888 217.20312Q229.21576 217.65625 229.21576 218.48438L228.13763 218.48438Q228.13763 217.29688 228.88763 216.57812Q229.65326 215.84375 230.91888 215.84375Q232.12201 215.84375 232.80951 216.46875Q233.49701 217.09375 233.49701 218.14062Q233.49701 219.39062 231.88763 221.14062L229.60638 223.60938L233.88763 223.60938L233.88763 224.5ZM235.20013 217.60938Q235.20013 216.84375 235.68451 216.34375Q236.18451 215.84375 236.95013 215.84375Q237.73138 215.84375 238.21576 216.34375Q238.70013 216.84375 238.70013 217.64062L238.70013 218.0625Q238.70013 218.82812 238.20013 219.32812Q237.71576 219.8125 236.96576 219.8125Q236.20013 219.8125 235.70013 219.32812Q235.20013 218.82812 235.20013 218.01562L235.20013 217.60938ZM236.01263 218.0625Q236.01263 218.51562 236.26263 218.8125Q236.52826 219.10938 236.96576 219.10938Q237.38763 219.10938 237.63763 218.82812Q237.88763 218.53125 237.88763 218.03125L237.88763 217.60938Q237.88763 217.15625 237.63763 216.85938Q237.38763 216.54688 236.95013 216.54688Q236.51263 216.54688 236.26263 216.85938Q236.01263 217.15625 236.01263 217.625L236.01263 218.0625ZM239.35638 222.40625Q239.35638 221.64062 239.84076 221.15625Q240.34076 220.65625 241.10638 220.65625Q241.87201 220.65625 242.35638 221.15625Q242.85638 221.64062 242.85638 222.45312L242.85638 222.85938Q242.85638 223.625 242.37201 224.125Q241.88763 224.625 241.12201 224.625Q240.35638 224.625 239.85638 224.14062Q239.35638 223.64062 239.35638 222.82812L239.35638 222.40625ZM240.16888 222.85938Q240.16888 223.32812 240.41888 223.625Q240.68451 223.92188 241.12201 223.92188Q241.54388 223.92188 241.79388 223.64062Q242.04388 223.34375 242.04388 222.84375L242.04388 222.40625Q242.04388 221.9375 241.77826 221.65625Q241.52826 221.35938 241.10638 221.35938Q240.68451 221.35938 240.41888 221.65625Q240.16888 221.9375 240.16888 222.4375L240.16888 222.85938ZM237.21576 223.85938L236.59076 223.46875L240.76263 216.79688L241.37201 217.1875L237.21576 223.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M233.88763 224.5L228.29388 224.5L228.29388 223.71875L231.24701 220.4375Q231.90326 219.6875 232.15326 219.23438Q232.40326 218.76562 232.40326 218.26562Q232.40326 217.59375 231.99701 217.17188Q231.60638 216.73438 230.91888 216.73438Q230.12201 216.73438 229.66888 217.20312Q229.21576 217.65625 229.21576 218.48438L228.13763 218.48438Q228.13763 217.29688 228.88763 216.57812Q229.65326 215.84375 230.91888 215.84375Q232.12201 215.84375 232.80951 216.46875Q233.49701 217.09375 233.49701 218.14062Q233.49701 219.39062 231.88763 221.14062L229.60638 223.60938L233.88763 223.60938L233.88763 224.5ZM235.20013 217.60938Q235.20013 216.84375 235.68451 216.34375Q236.18451 215.84375 236.95013 215.84375Q237.73138 215.84375 238.21576 216.34375Q238.70013 216.84375 238.70013 217.64062L238.70013 218.0625Q238.70013 218.82812 238.20013 219.32812Q237.71576 219.8125 236.96576 219.8125Q236.20013 219.8125 235.70013 219.32812Q235.20013 218.82812 235.20013 218.01562L235.20013 217.60938ZM236.01263 218.0625Q236.01263 218.51562 236.26263 218.8125Q236.52826 219.10938 236.96576 219.10938Q237.38763 219.10938 237.63763 218.82812Q237.88763 218.53125 237.88763 218.03125L237.88763 217.60938Q237.88763 217.15625 237.63763 216.85938Q237.38763 216.54688 236.95013 216.54688Q236.51263 216.54688 236.26263 216.85938Q236.01263 217.15625 236.01263 217.625L236.01263 218.0625ZM239.35638 222.40625Q239.35638 221.64062 239.84076 221.15625Q240.34076 220.65625 241.10638 220.65625Q241.87201 220.65625 242.35638 221.15625Q242.85638 221.64062 242.85638 222.45312L242.85638 222.85938Q242.85638 223.625 242.37201 224.125Q241.88763 224.625 241.12201 224.625Q240.35638 224.625 239.85638 224.14062Q239.35638 223.64062 239.35638 222.82812L239.35638 222.40625ZM240.16888 222.85938Q240.16888 223.32812 240.41888 223.625Q240.68451 223.92188 241.12201 223.92188Q241.54388 223.92188 241.79388 223.64062Q242.04388 223.34375 242.04388 222.84375L242.04388 222.40625Q242.04388 221.9375 241.77826 221.65625Q241.52826 221.35938 241.10638 221.35938Q240.68451 221.35938 240.41888 221.65625Q240.16888 221.9375 240.16888 222.4375L240.16888 222.85938ZM237.21576 223.85938L236.59076 223.46875L240.76263 216.79688L241.37201 217.1875L237.21576 223.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M233.42928 247.5L227.83553 247.5L227.83553 246.71875L230.78865 243.4375Q231.4449 242.6875 231.6949 242.23438Q231.9449 241.76562 231.9449 241.26562Q231.9449 240.59375 231.53865 240.17188Q231.14803 239.73438 230.46053 239.73438Q229.66365 239.73438 229.21053 240.20312Q228.7574 240.65625 228.7574 241.48438L227.67928 241.48438Q227.67928 240.29688 228.42928 239.57812Q229.1949 238.84375 230.46053 238.84375Q231.66365 238.84375 232.35115 239.46875Q233.03865 240.09375 233.03865 241.14062Q233.03865 242.39062 231.42928 244.14062L229.14803 246.60938L233.42928 246.60938L233.42928 247.5ZM234.74178 240.60938Q234.74178 239.84375 235.22615 239.34375Q235.72615 238.84375 236.49178 238.84375Q237.27303 238.84375 237.7574 239.34375Q238.24178 239.84375 238.24178 240.64062L238.24178 241.0625Q238.24178 241.82812 237.74178 242.32812Q237.2574 242.8125 236.5074 242.8125Q235.74178 242.8125 235.24178 242.32812Q234.74178 241.82812 234.74178 241.01562L234.74178 240.60938ZM235.55428 241.0625Q235.55428 241.51562 235.80428 241.8125Q236.0699 242.10938 236.5074 242.10938Q236.92928 242.10938 237.17928 241.82812Q237.42928 241.53125 237.42928 241.03125L237.42928 240.60938Q237.42928 240.15625 237.17928 239.85938Q236.92928 239.54688 236.49178 239.54688Q236.05428 239.54688 235.80428 239.85938Q235.55428 240.15625 235.55428 240.625L235.55428 241.0625ZM238.89803 245.40625Q238.89803 244.64062 239.3824 244.15625Q239.8824 243.65625 240.64803 243.65625Q241.41365 243.65625 241.89803 244.15625Q242.39803 244.64062 242.39803 245.45312L242.39803 245.85938Q242.39803 246.625 241.91365 247.125Q241.42928 247.625 240.66365 247.625Q239.89803 247.625 239.39803 247.14062Q238.89803 246.64062 238.89803 245.82812L238.89803 245.40625ZM239.71053 245.85938Q239.71053 246.32812 239.96053 246.625Q240.22615 246.92188 240.66365 246.92188Q241.08553 246.92188 241.33553 246.64062Q241.58553 246.34375 241.58553 245.84375L241.58553 245.40625Q241.58553 244.9375 241.3199 244.65625Q241.0699 244.35938 240.64803 244.35938Q240.22615 244.35938 239.96053 244.65625Q239.71053 244.9375 239.71053 245.4375L239.71053 245.85938ZM236.7574 246.85938L236.1324 246.46875L240.30428 239.79688L240.91365 240.1875L236.7574 246.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M233.42928 247.5L227.83553 247.5L227.83553 246.71875L230.78865 243.4375Q231.4449 242.6875 231.6949 242.23438Q231.9449 241.76562 231.9449 241.26562Q231.9449 240.59375 231.53865 240.17188Q231.14803 239.73438 230.46053 239.73438Q229.66365 239.73438 229.21053 240.20312Q228.7574 240.65625 228.7574 241.48438L227.67928 241.48438Q227.67928 240.29688 228.42928 239.57812Q229.1949 238.84375 230.46053 238.84375Q231.66365 238.84375 232.35115 239.46875Q233.03865 240.09375 233.03865 241.14062Q233.03865 242.39062 231.42928 244.14062L229.14803 246.60938L233.42928 246.60938L233.42928 247.5ZM234.74178 240.60938Q234.74178 239.84375 235.22615 239.34375Q235.72615 238.84375 236.49178 238.84375Q237.27303 238.84375 237.7574 239.34375Q238.24178 239.84375 238.24178 240.64062L238.24178 241.0625Q238.24178 241.82812 237.74178 242.32812Q237.2574 242.8125 236.5074 242.8125Q235.74178 242.8125 235.24178 242.32812Q234.74178 241.82812 234.74178 241.01562L234.74178 240.60938ZM235.55428 241.0625Q235.55428 241.51562 235.80428 241.8125Q236.0699 242.10938 236.5074 242.10938Q236.92928 242.10938 237.17928 241.82812Q237.42928 241.53125 237.42928 241.03125L237.42928 240.60938Q237.42928 240.15625 237.17928 239.85938Q236.92928 239.54688 236.49178 239.54688Q236.05428 239.54688 235.80428 239.85938Q235.55428 240.15625 235.55428 240.625L235.55428 241.0625ZM238.89803 245.40625Q238.89803 244.64062 239.3824 244.15625Q239.8824 243.65625 240.64803 243.65625Q241.41365 243.65625 241.89803 244.15625Q242.39803 244.64062 242.39803 245.45312L242.39803 245.85938Q242.39803 246.625 241.91365 247.125Q241.42928 247.625 240.66365 247.625Q239.89803 247.625 239.39803 247.14062Q238.89803 246.64062 238.89803 245.82812L238.89803 245.40625ZM239.71053 245.85938Q239.71053 246.32812 239.96053 246.625Q240.22615 246.92188 240.66365 246.92188Q241.08553 246.92188 241.33553 246.64062Q241.58553 246.34375 241.58553 245.84375L241.58553 245.40625Q241.58553 244.9375 241.3199 244.65625Q241.0699 244.35938 240.64803 244.35938Q240.22615 244.35938 239.96053 244.65625Q239.71053 244.9375 239.71053 245.4375L239.71053 245.85938ZM236.7574 246.85938L236.1324 246.46875L240.30428 239.79688L240.91365 240.1875L236.7574 246.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M232.1306 270.5L226.53685 270.5L226.53685 269.71875L229.48997 266.4375Q230.14622 265.6875 230.39622 265.23438Q230.64622 264.76562 230.64622 264.26562Q230.64622 263.59375 230.23997 263.17188Q229.84935 262.73438 229.16185 262.73438Q228.36497 262.73438 227.91185 263.20312Q227.45872 263.65625 227.45872 264.48438L226.3806 264.48438Q226.3806 263.29688 227.1306 262.57812Q227.89622 261.84375 229.16185 261.84375Q230.36497 261.84375 231.05247 262.46875Q231.73997 263.09375 231.73997 264.14062Q231.73997 265.39062 230.1306 267.14062L227.84935 269.60938L232.1306 269.60938L232.1306 270.5ZM233.4431 263.60938Q233.4431 262.84375 233.92747 262.34375Q234.42747 261.84375 235.1931 261.84375Q235.97435 261.84375 236.45872 262.34375Q236.9431 262.84375 236.9431 263.64062L236.9431 264.0625Q236.9431 264.82812 236.4431 265.32812Q235.95872 265.8125 235.20872 265.8125Q234.4431 265.8125 233.9431 265.32812Q233.4431 264.82812 233.4431 264.01562L233.4431 263.60938ZM234.2556 264.0625Q234.2556 264.51562 234.5056 264.8125Q234.77122 265.10938 235.20872 265.10938Q235.6306 265.10938 235.8806 264.82812Q236.1306 264.53125 236.1306 264.03125L236.1306 263.60938Q236.1306 263.15625 235.8806 262.85938Q235.6306 262.54688 235.1931 262.54688Q234.7556 262.54688 234.5056 262.85938Q234.2556 263.15625 234.2556 263.625L234.2556 264.0625ZM237.59935 268.40625Q237.59935 267.64062 238.08372 267.15625Q238.58372 266.65625 239.34935 266.65625Q240.11497 266.65625 240.59935 267.15625Q241.09935 267.64062 241.09935 268.45312L241.09935 268.85938Q241.09935 269.625 240.61497 270.125Q240.1306 270.625 239.36497 270.625Q238.59935 270.625 238.09935 270.14062Q237.59935 269.64062 237.59935 268.82812L237.59935 268.40625ZM238.41185 268.85938Q238.41185 269.32812 238.66185 269.625Q238.92747 269.92188 239.36497 269.92188Q239.78685 269.92188 240.03685 269.64062Q240.28685 269.34375 240.28685 268.84375L240.28685 268.40625Q240.28685 267.9375 240.02122 267.65625Q239.77122 267.35938 239.34935 267.35938Q238.92747 267.35938 238.66185 267.65625Q238.41185 267.9375 238.41185 268.4375L238.41185 268.85938ZM235.45872 269.85938L234.83372 269.46875L239.0056 262.79688L239.61497 263.1875L235.45872 269.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M232.1306 270.5L226.53685 270.5L226.53685 269.71875L229.48997 266.4375Q230.14622 265.6875 230.39622 265.23438Q230.64622 264.76562 230.64622 264.26562Q230.64622 263.59375 230.23997 263.17188Q229.84935 262.73438 229.16185 262.73438Q228.36497 262.73438 227.91185 263.20312Q227.45872 263.65625 227.45872 264.48438L226.3806 264.48438Q226.3806 263.29688 227.1306 262.57812Q227.89622 261.84375 229.16185 261.84375Q230.36497 261.84375 231.05247 262.46875Q231.73997 263.09375 231.73997 264.14062Q231.73997 265.39062 230.1306 267.14062L227.84935 269.60938L232.1306 269.60938L232.1306 270.5ZM233.4431 263.60938Q233.4431 262.84375 233.92747 262.34375Q234.42747 261.84375 235.1931 261.84375Q235.97435 261.84375 236.45872 262.34375Q236.9431 262.84375 236.9431 263.64062L236.9431 264.0625Q236.9431 264.82812 236.4431 265.32812Q235.95872 265.8125 235.20872 265.8125Q234.4431 265.8125 233.9431 265.32812Q233.4431 264.82812 233.4431 264.01562L233.4431 263.60938ZM234.2556 264.0625Q234.2556 264.51562 234.5056 264.8125Q234.77122 265.10938 235.20872 265.10938Q235.6306 265.10938 235.8806 264.82812Q236.1306 264.53125 236.1306 264.03125L236.1306 263.60938Q236.1306 263.15625 235.8806 262.85938Q235.6306 262.54688 235.1931 262.54688Q234.7556 262.54688 234.5056 262.85938Q234.2556 263.15625 234.2556 263.625L234.2556 264.0625ZM237.59935 268.40625Q237.59935 267.64062 238.08372 267.15625Q238.58372 266.65625 239.34935 266.65625Q240.11497 266.65625 240.59935 267.15625Q241.09935 267.64062 241.09935 268.45312L241.09935 268.85938Q241.09935 269.625 240.61497 270.125Q240.1306 270.625 239.36497 270.625Q238.59935 270.625 238.09935 270.14062Q237.59935 269.64062 237.59935 268.82812L237.59935 268.40625ZM238.41185 268.85938Q238.41185 269.32812 238.66185 269.625Q238.92747 269.92188 239.36497 269.92188Q239.78685 269.92188 240.03685 269.64062Q240.28685 269.34375 240.28685 268.84375L240.28685 268.40625Q240.28685 267.9375 240.02122 267.65625Q239.77122 267.35938 239.34935 267.35938Q238.92747 267.35938 238.66185 267.65625Q238.41185 267.9375 238.41185 268.4375L238.41185 268.85938ZM235.45872 269.85938L234.83372 269.46875L239.0056 262.79688L239.61497 263.1875L235.45872 269.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M229.4882 293.5L228.41008 293.5L228.41008 286.28125L226.22258 287.07812L226.22258 286.09375L229.33195 284.92188L229.4882 284.92188L229.4882 293.5ZM232.83195 286.60938Q232.83195 285.84375 233.31633 285.34375Q233.81633 284.84375 234.58195 284.84375Q235.3632 284.84375 235.84758 285.34375Q236.33195 285.84375 236.33195 286.64062L236.33195 287.0625Q236.33195 287.82812 235.83195 288.32812Q235.34758 288.8125 234.59758 288.8125Q233.83195 288.8125 233.33195 288.32812Q232.83195 287.82812 232.83195 287.01562L232.83195 286.60938ZM233.64445 287.0625Q233.64445 287.51562 233.89445 287.8125Q234.16008 288.10938 234.59758 288.10938Q235.01945 288.10938 235.26945 287.82812Q235.51945 287.53125 235.51945 287.03125L235.51945 286.60938Q235.51945 286.15625 235.26945 285.85938Q235.01945 285.54688 234.58195 285.54688Q234.14445 285.54688 233.89445 285.85938Q233.64445 286.15625 233.64445 286.625L233.64445 287.0625ZM236.9882 291.40625Q236.9882 290.64062 237.47258 290.15625Q237.97258 289.65625 238.7382 289.65625Q239.50383 289.65625 239.9882 290.15625Q240.4882 290.64062 240.4882 291.45312L240.4882 291.85938Q240.4882 292.625 240.00383 293.125Q239.51945 293.625 238.75383 293.625Q237.9882 293.625 237.4882 293.14062Q236.9882 292.64062 236.9882 291.82812L236.9882 291.40625ZM237.8007 291.85938Q237.8007 292.32812 238.0507 292.625Q238.31633 292.92188 238.75383 292.92188Q239.1757 292.92188 239.4257 292.64062Q239.6757 292.34375 239.6757 291.84375L239.6757 291.40625Q239.6757 290.9375 239.41008 290.65625Q239.16008 290.35938 238.7382 290.35938Q238.31633 290.35938 238.0507 290.65625Q237.8007 290.9375 237.8007 291.4375L237.8007 291.85938ZM234.84758 292.85938L234.22258 292.46875L238.39445 285.79688L239.00383 286.1875L234.84758 292.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M229.4882 293.5L228.41008 293.5L228.41008 286.28125L226.22258 287.07812L226.22258 286.09375L229.33195 284.92188L229.4882 284.92188L229.4882 293.5ZM232.83195 286.60938Q232.83195 285.84375 233.31633 285.34375Q233.81633 284.84375 234.58195 284.84375Q235.3632 284.84375 235.84758 285.34375Q236.33195 285.84375 236.33195 286.64062L236.33195 287.0625Q236.33195 287.82812 235.83195 288.32812Q235.34758 288.8125 234.59758 288.8125Q233.83195 288.8125 233.33195 288.32812Q232.83195 287.82812 232.83195 287.01562L232.83195 286.60938ZM233.64445 287.0625Q233.64445 287.51562 233.89445 287.8125Q234.16008 288.10938 234.59758 288.10938Q235.01945 288.10938 235.26945 287.82812Q235.51945 287.53125 235.51945 287.03125L235.51945 286.60938Q235.51945 286.15625 235.26945 285.85938Q235.01945 285.54688 234.58195 285.54688Q234.14445 285.54688 233.89445 285.85938Q233.64445 286.15625 233.64445 286.625L233.64445 287.0625ZM236.9882 291.40625Q236.9882 290.64062 237.47258 290.15625Q237.97258 289.65625 238.7382 289.65625Q239.50383 289.65625 239.9882 290.15625Q240.4882 290.64062 240.4882 291.45312L240.4882 291.85938Q240.4882 292.625 240.00383 293.125Q239.51945 293.625 238.75383 293.625Q237.9882 293.625 237.4882 293.14062Q236.9882 292.64062 236.9882 291.82812L236.9882 291.40625ZM237.8007 291.85938Q237.8007 292.32812 238.0507 292.625Q238.31633 292.92188 238.75383 292.92188Q239.1757 292.92188 239.4257 292.64062Q239.6757 292.34375 239.6757 291.84375L239.6757 291.40625Q239.6757 290.9375 239.41008 290.65625Q239.16008 290.35938 238.7382 290.35938Q238.31633 290.35938 238.0507 290.65625Q237.8007 290.9375 237.8007 291.4375L237.8007 291.85938ZM234.84758 292.85938L234.22258 292.46875L238.39445 285.79688L239.00383 286.1875L234.84758 292.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.80066 316.5L227.72253 316.5L227.72253 309.28125L225.53503 310.07812L225.53503 309.09375L228.64441 307.92188L228.80066 307.92188L228.80066 316.5ZM232.14441 309.60938Q232.14441 308.84375 232.62878 308.34375Q233.12878 307.84375 233.89441 307.84375Q234.67566 307.84375 235.16003 308.34375Q235.64441 308.84375 235.64441 309.64062L235.64441 310.0625Q235.64441 310.82812 235.14441 311.32812Q234.66003 311.8125 233.91003 311.8125Q233.14441 311.8125 232.64441 311.32812Q232.14441 310.82812 232.14441 310.01562L232.14441 309.60938ZM232.95691 310.0625Q232.95691 310.51562 233.20691 310.8125Q233.47253 311.10938 233.91003 311.10938Q234.33191 311.10938 234.58191 310.82812Q234.83191 310.53125 234.83191 310.03125L234.83191 309.60938Q234.83191 309.15625 234.58191 308.85938Q234.33191 308.54688 233.89441 308.54688Q233.45691 308.54688 233.20691 308.85938Q232.95691 309.15625 232.95691 309.625L232.95691 310.0625ZM236.30066 314.40625Q236.30066 313.64062 236.78503 313.15625Q237.28503 312.65625 238.05066 312.65625Q238.81628 312.65625 239.30066 313.15625Q239.80066 313.64062 239.80066 314.45312L239.80066 314.85938Q239.80066 315.625 239.31628 316.125Q238.83191 316.625 238.06628 316.625Q237.30066 316.625 236.80066 316.14062Q236.30066 315.64062 236.30066 314.82812L236.30066 314.40625ZM237.11316 314.85938Q237.11316 315.32812 237.36316 315.625Q237.62878 315.92188 238.06628 315.92188Q238.48816 315.92188 238.73816 315.64062Q238.98816 315.34375 238.98816 314.84375L238.98816 314.40625Q238.98816 313.9375 238.72253 313.65625Q238.47253 313.35938 238.05066 313.35938Q237.62878 313.35938 237.36316 313.65625Q237.11316 313.9375 237.11316 314.4375L237.11316 314.85938ZM234.16003 315.85938L233.53503 315.46875L237.70691 308.79688L238.31628 309.1875L234.16003 315.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M228.80066 316.5L227.72253 316.5L227.72253 309.28125L225.53503 310.07812L225.53503 309.09375L228.64441 307.92188L228.80066 307.92188L228.80066 316.5ZM232.14441 309.60938Q232.14441 308.84375 232.62878 308.34375Q233.12878 307.84375 233.89441 307.84375Q234.67566 307.84375 235.16003 308.34375Q235.64441 308.84375 235.64441 309.64062L235.64441 310.0625Q235.64441 310.82812 235.14441 311.32812Q234.66003 311.8125 233.91003 311.8125Q233.14441 311.8125 232.64441 311.32812Q232.14441 310.82812 232.14441 310.01562L232.14441 309.60938ZM232.95691 310.0625Q232.95691 310.51562 233.20691 310.8125Q233.47253 311.10938 233.91003 311.10938Q234.33191 311.10938 234.58191 310.82812Q234.83191 310.53125 234.83191 310.03125L234.83191 309.60938Q234.83191 309.15625 234.58191 308.85938Q234.33191 308.54688 233.89441 308.54688Q233.45691 308.54688 233.20691 308.85938Q232.95691 309.15625 232.95691 309.625L232.95691 310.0625ZM236.30066 314.40625Q236.30066 313.64062 236.78503 313.15625Q237.28503 312.65625 238.05066 312.65625Q238.81628 312.65625 239.30066 313.15625Q239.80066 313.64062 239.80066 314.45312L239.80066 314.85938Q239.80066 315.625 239.31628 316.125Q238.83191 316.625 238.06628 316.625Q237.30066 316.625 236.80066 316.14062Q236.30066 315.64062 236.30066 314.82812L236.30066 314.40625ZM237.11316 314.85938Q237.11316 315.32812 237.36316 315.625Q237.62878 315.92188 238.06628 315.92188Q238.48816 315.92188 238.73816 315.64062Q238.98816 315.34375 238.98816 314.84375L238.98816 314.40625Q238.98816 313.9375 238.72253 313.65625Q238.47253 313.35938 238.05066 313.35938Q237.62878 313.35938 237.36316 313.65625Q237.11316 313.9375 237.11316 314.4375L237.11316 314.85938ZM234.16003 315.85938L233.53503 315.46875L237.70691 308.79688L238.31628 309.1875L234.16003 315.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.4187 338.5L227.34058 338.5L227.34058 331.28125L225.15308 332.07812L225.15308 331.09375L228.26245 329.92188L228.4187 329.92188L228.4187 338.5ZM231.76245 331.60938Q231.76245 330.84375 232.24683 330.34375Q232.74683 329.84375 233.51245 329.84375Q234.2937 329.84375 234.77808 330.34375Q235.26245 330.84375 235.26245 331.64062L235.26245 332.0625Q235.26245 332.82812 234.76245 333.32812Q234.27808 333.8125 233.52808 333.8125Q232.76245 333.8125 232.26245 333.32812Q231.76245 332.82812 231.76245 332.01562L231.76245 331.60938ZM232.57495 332.0625Q232.57495 332.51562 232.82495 332.8125Q233.09058 333.10938 233.52808 333.10938Q233.94995 333.10938 234.19995 332.82812Q234.44995 332.53125 234.44995 332.03125L234.44995 331.60938Q234.44995 331.15625 234.19995 330.85938Q233.94995 330.54688 233.51245 330.54688Q233.07495 330.54688 232.82495 330.85938Q232.57495 331.15625 232.57495 331.625L232.57495 332.0625ZM235.9187 336.40625Q235.9187 335.64062 236.40308 335.15625Q236.90308 334.65625 237.6687 334.65625Q238.43433 334.65625 238.9187 335.15625Q239.4187 335.64062 239.4187 336.45312L239.4187 336.85938Q239.4187 337.625 238.93433 338.125Q238.44995 338.625 237.68433 338.625Q236.9187 338.625 236.4187 338.14062Q235.9187 337.64062 235.9187 336.82812L235.9187 336.40625ZM236.7312 336.85938Q236.7312 337.32812 236.9812 337.625Q237.24683 337.92188 237.68433 337.92188Q238.1062 337.92188 238.3562 337.64062Q238.6062 337.34375 238.6062 336.84375L238.6062 336.40625Q238.6062 335.9375 238.34058 335.65625Q238.09058 335.35938 237.6687 335.35938Q237.24683 335.35938 236.9812 335.65625Q236.7312 335.9375 236.7312 336.4375L236.7312 336.85938ZM233.77808 337.85938L233.15308 337.46875L237.32495 330.79688L237.93433 331.1875L233.77808 337.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M228.4187 338.5L227.34058 338.5L227.34058 331.28125L225.15308 332.07812L225.15308 331.09375L228.26245 329.92188L228.4187 329.92188L228.4187 338.5ZM231.76245 331.60938Q231.76245 330.84375 232.24683 330.34375Q232.74683 329.84375 233.51245 329.84375Q234.2937 329.84375 234.77808 330.34375Q235.26245 330.84375 235.26245 331.64062L235.26245 332.0625Q235.26245 332.82812 234.76245 333.32812Q234.27808 333.8125 233.52808 333.8125Q232.76245 333.8125 232.26245 333.32812Q231.76245 332.82812 231.76245 332.01562L231.76245 331.60938ZM232.57495 332.0625Q232.57495 332.51562 232.82495 332.8125Q233.09058 333.10938 233.52808 333.10938Q233.94995 333.10938 234.19995 332.82812Q234.44995 332.53125 234.44995 332.03125L234.44995 331.60938Q234.44995 331.15625 234.19995 330.85938Q233.94995 330.54688 233.51245 330.54688Q233.07495 330.54688 232.82495 330.85938Q232.57495 331.15625 232.57495 331.625L232.57495 332.0625ZM235.9187 336.40625Q235.9187 335.64062 236.40308 335.15625Q236.90308 334.65625 237.6687 334.65625Q238.43433 334.65625 238.9187 335.15625Q239.4187 335.64062 239.4187 336.45312L239.4187 336.85938Q239.4187 337.625 238.93433 338.125Q238.44995 338.625 237.68433 338.625Q236.9187 338.625 236.4187 338.14062Q235.9187 337.64062 235.9187 336.82812L235.9187 336.40625ZM236.7312 336.85938Q236.7312 337.32812 236.9812 337.625Q237.24683 337.92188 237.68433 337.92188Q238.1062 337.92188 238.3562 337.64062Q238.6062 337.34375 238.6062 336.84375L238.6062 336.40625Q238.6062 335.9375 238.34058 335.65625Q238.09058 335.35938 237.6687 335.35938Q237.24683 335.35938 236.9812 335.65625Q236.7312 335.9375 236.7312 336.4375L236.7312 336.85938ZM233.77808 337.85938L233.15308 337.46875L237.32495 330.79688L237.93433 331.1875L233.77808 337.85938Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M267.91382 361.5L266.8357 361.5L266.8357 354.28125L264.6482 355.07812L264.6482 354.09375L267.75757 352.92188L267.91382 352.92188L267.91382 361.5ZM276.7107 357.85938Q276.7107 359.76562 276.05444 360.70312Q275.41382 361.625 274.0232 361.625Q272.66382 361.625 272.00757 360.71875Q271.35132 359.8125 271.32007 358.0L271.32007 356.5625Q271.32007 354.67188 271.9607 353.76562Q272.61694 352.84375 274.00757 352.84375Q275.38257 352.84375 276.03882 353.73438Q276.69507 354.60938 276.7107 356.45312L276.7107 357.85938ZM275.61694 356.375Q275.61694 355.0 275.22632 354.375Q274.85132 353.73438 274.00757 353.73438Q273.17944 353.73438 272.78882 354.375Q272.41382 355.0 272.41382 356.29688L272.41382 358.03125Q272.41382 359.40625 272.80444 360.07812Q273.2107 360.73438 274.0232 360.73438Q274.82007 360.73438 275.2107 360.10938Q275.60132 359.48438 275.61694 358.15625L275.61694 356.375ZM278.25757 354.60938Q278.25757 353.84375 278.74194 353.34375Q279.24194 352.84375 280.00757 352.84375Q280.78882 352.84375 281.2732 353.34375Q281.75757 353.84375 281.75757 354.64062L281.75757 355.0625Q281.75757 355.82812 281.25757 356.32812Q280.7732 356.8125 280.0232 356.8125Q279.25757 356.8125 278.75757 356.32812Q278.25757 355.82812 278.25757 355.01562L278.25757 354.60938ZM279.07007 355.0625Q279.07007 355.51562 279.32007 355.8125Q279.5857 356.10938 280.0232 356.10938Q280.44507 356.10938 280.69507 355.82812Q280.94507 355.53125 280.94507 355.03125L280.94507 354.60938Q280.94507 354.15625 280.69507 353.85938Q280.44507 353.54688 280.00757 353.54688Q279.57007 353.54688 279.32007 353.85938Q279.07007 354.15625 279.07007 354.625L279.07007 355.0625ZM282.41382 359.40625Q282.41382 358.64062 282.8982 358.15625Q283.3982 357.65625 284.16382 357.65625Q284.92944 357.65625 285.41382 358.15625Q285.91382 358.64062 285.91382 359.45312L285.91382 359.85938Q285.91382 360.625 285.42944 361.125Q284.94507 361.625 284.17944 361.625Q283.41382 361.625 282.91382 361.14062Q282.41382 360.64062 282.41382 359.82812L282.41382 359.40625ZM283.22632 359.85938Q283.22632 360.32812 283.47632 360.625Q283.74194 360.92188 284.17944 360.92188Q284.60132 360.92188 284.85132 360.64062Q285.10132 360.34375 285.10132 359.84375L285.10132 359.40625Q285.10132 358.9375 284.8357 358.65625Q284.5857 358.35938 284.16382 358.35938Q283.74194 358.35938 283.47632 358.65625Q283.22632 358.9375 283.22632 359.4375L283.22632 359.85938ZM280.2732 360.85938L279.6482 360.46875L283.82007 353.79688L284.42944 354.1875L280.2732 360.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M267.91382 361.5L266.8357 361.5L266.8357 354.28125L264.6482 355.07812L264.6482 354.09375L267.75757 352.92188L267.91382 352.92188L267.91382 361.5ZM276.7107 357.85938Q276.7107 359.76562 276.05444 360.70312Q275.41382 361.625 274.0232 361.625Q272.66382 361.625 272.00757 360.71875Q271.35132 359.8125 271.32007 358.0L271.32007 356.5625Q271.32007 354.67188 271.9607 353.76562Q272.61694 352.84375 274.00757 352.84375Q275.38257 352.84375 276.03882 353.73438Q276.69507 354.60938 276.7107 356.45312L276.7107 357.85938ZM275.61694 356.375Q275.61694 355.0 275.22632 354.375Q274.85132 353.73438 274.00757 353.73438Q273.17944 353.73438 272.78882 354.375Q272.41382 355.0 272.41382 356.29688L272.41382 358.03125Q272.41382 359.40625 272.80444 360.07812Q273.2107 360.73438 274.0232 360.73438Q274.82007 360.73438 275.2107 360.10938Q275.60132 359.48438 275.61694 358.15625L275.61694 356.375ZM278.25757 354.60938Q278.25757 353.84375 278.74194 353.34375Q279.24194 352.84375 280.00757 352.84375Q280.78882 352.84375 281.2732 353.34375Q281.75757 353.84375 281.75757 354.64062L281.75757 355.0625Q281.75757 355.82812 281.25757 356.32812Q280.7732 356.8125 280.0232 356.8125Q279.25757 356.8125 278.75757 356.32812Q278.25757 355.82812 278.25757 355.01562L278.25757 354.60938ZM279.07007 355.0625Q279.07007 355.51562 279.32007 355.8125Q279.5857 356.10938 280.0232 356.10938Q280.44507 356.10938 280.69507 355.82812Q280.94507 355.53125 280.94507 355.03125L280.94507 354.60938Q280.94507 354.15625 280.69507 353.85938Q280.44507 353.54688 280.00757 353.54688Q279.57007 353.54688 279.32007 353.85938Q279.07007 354.15625 279.07007 354.625L279.07007 355.0625ZM282.41382 359.40625Q282.41382 358.64062 282.8982 358.15625Q283.3982 357.65625 284.16382 357.65625Q284.92944 357.65625 285.41382 358.15625Q285.91382 358.64062 285.91382 359.45312L285.91382 359.85938Q285.91382 360.625 285.42944 361.125Q284.94507 361.625 284.17944 361.625Q283.41382 361.625 282.91382 361.14062Q282.41382 360.64062 282.41382 359.82812L282.41382 359.40625ZM283.22632 359.85938Q283.22632 360.32812 283.47632 360.625Q283.74194 360.92188 284.17944 360.92188Q284.60132 360.92188 284.85132 360.64062Q285.10132 360.34375 285.10132 359.84375L285.10132 359.40625Q285.10132 358.9375 284.8357 358.65625Q284.5857 358.35938 284.16382 358.35938Q283.74194 358.35938 283.47632 358.65625Q283.22632 358.9375 283.22632 359.4375L283.22632 359.85938ZM280.2732 360.85938L279.6482 360.46875L283.82007 353.79688L284.42944 354.1875L280.2732 360.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M318.6219 405.87708Q318.6219 405.11145 319.10626 404.61145Q319.60626 404.11145 320.3719 404.11145Q321.15314 404.11145 321.6375 404.61145Q322.1219 405.11145 322.1219 405.90833L322.1219 406.3302Q322.1219 407.09583 321.6219 407.59583Q321.1375 408.0802 320.3875 408.0802Q319.6219 408.0802 319.1219 407.59583Q318.6219 407.09583 318.6219 406.28333L318.6219 405.87708ZM319.4344 406.3302Q319.4344 406.78333 319.6844 407.0802Q319.95 407.37708 320.3875 407.37708Q320.8094 407.37708 321.0594 407.09583Q321.3094 406.79895 321.3094 406.29895L321.3094 405.87708Q321.3094 405.42395 321.0594 405.12708Q320.8094 404.81458 320.3719 404.81458Q319.9344 404.81458 319.6844 405.12708Q319.4344 405.42395 319.4344 405.8927L319.4344 406.3302ZM322.77814 410.67395Q322.77814 409.90833 323.2625 409.42395Q323.7625 408.92395 324.52814 408.92395Q325.29376 408.92395 325.77814 409.42395Q326.27814 409.90833 326.27814 410.72083L326.27814 411.12708Q326.27814 411.8927 325.79376 412.3927Q325.3094 412.8927 324.54376 412.8927Q323.77814 412.8927 323.27814 412.40833Q322.77814 411.90833 322.77814 411.09583L322.77814 410.67395ZM323.59064 411.12708Q323.59064 411.59583 323.84064 411.8927Q324.10626 412.18958 324.54376 412.18958Q324.96564 412.18958 325.21564 411.90833Q325.46564 411.61145 325.46564 411.11145L325.46564 410.67395Q325.46564 410.2052 325.2 409.92395Q324.95 409.62708 324.52814 409.62708Q324.10626 409.62708 323.84064 409.92395Q323.59064 410.2052 323.59064 410.7052L323.59064 411.12708ZM320.6375 412.12708L320.0125 411.73645L324.1844 405.06458L324.79376 405.4552L320.6375 412.12708ZM330.54376 409.53333Q330.54376 408.61145 330.90314 407.86145Q331.27814 407.11145 331.9344 406.72083Q332.59064 406.31458 333.41876 406.31458Q334.71564 406.31458 335.5125 407.2052Q336.325 408.09583 336.325 409.59583L336.325 409.67395Q336.325 410.59583 335.96564 411.3302Q335.60626 412.06458 334.95 412.48645Q334.29376 412.8927 333.4344 412.8927Q332.15314 412.8927 331.34064 412.00208Q330.54376 411.09583 330.54376 409.61145L330.54376 409.53333ZM331.6375 409.67395Q331.6375 410.72083 332.1219 411.36145Q332.6219 412.00208 333.4344 412.00208Q334.2625 412.00208 334.7469 411.36145Q335.23126 410.7052 335.23126 409.53333Q335.23126 408.50208 334.73126 407.86145Q334.2469 407.2052 333.41876 407.2052Q332.6219 407.2052 332.1219 407.84583Q331.6375 408.47083 331.6375 409.67395ZM338.3719 412.7677L338.3719 407.2677L337.3719 407.2677L337.3719 406.42395L338.3719 406.42395L338.3719 405.78333Q338.3719 404.75208 338.90314 404.2052Q339.45 403.6427 340.45 403.6427Q340.825 403.6427 341.2 403.73645L341.1375 404.62708Q340.85626 404.56458 340.5594 404.56458Q340.02814 404.56458 339.73126 404.87708Q339.45 405.18958 339.45 405.75208L339.45 406.42395L340.8094 406.42395L340.8094 407.2677L339.45 407.2677L339.45 412.7677L338.3719 412.7677ZM347.90314 407.3927Q347.65314 407.36145 347.3719 407.36145Q346.29376 407.36145 345.91876 408.2677L345.91876 412.7677L344.84064 412.7677L344.84064 406.42395L345.8875 406.42395L345.90314 407.15833Q346.4344 406.31458 347.41876 406.31458Q347.73126 406.31458 347.90314 406.3927L347.90314 407.3927ZM351.46564 412.8927Q350.16876 412.8927 349.35626 412.04895Q348.5594 411.18958 348.5594 409.7677L348.5594 409.5802Q348.5594 408.62708 348.91876 407.8927Q349.27814 407.1427 349.91876 406.73645Q350.575 406.31458 351.325 406.31458Q352.5594 406.31458 353.2469 407.12708Q353.9344 407.93958 353.9344 409.4552L353.9344 409.90833L349.6375 409.90833Q349.66876 410.84583 350.1844 411.42395Q350.71564 412.00208 351.52814 412.00208Q352.09064 412.00208 352.48126 411.7677Q352.8875 411.53333 353.2 411.1427L353.85626 411.65833Q353.0594 412.8927 351.46564 412.8927ZM351.325 407.2052Q350.66876 407.2052 350.21564 407.68958Q349.77814 408.15833 349.6844 409.0177L352.85626 409.0177L352.85626 408.93958Q352.8094 408.11145 352.40314 407.65833Q352.0125 407.2052 351.325 407.2052ZM358.52814 411.0802Q358.52814 410.6427 358.1844 410.40833Q357.85626 410.15833 357.02814 409.98645Q356.21564 409.81458 355.73126 409.56458Q355.2469 409.31458 355.0125 408.98645Q354.79376 408.6427 354.79376 408.17395Q354.79376 407.3927 355.45 406.86145Q356.10626 406.31458 357.1375 406.31458Q358.21564 406.31458 358.8719 406.87708Q359.54376 407.42395 359.54376 408.28333L358.46564 408.28333Q358.46564 407.84583 358.075 407.53333Q357.7 407.2052 357.1375 407.2052Q356.54376 407.2052 356.2 407.47083Q355.8719 407.72083 355.8719 408.12708Q355.8719 408.5177 356.1844 408.72083Q356.4969 408.92395 357.3094 409.11145Q358.1219 409.28333 358.6219 409.53333Q359.1219 409.78333 359.35626 410.1427Q359.60626 410.50208 359.60626 411.00208Q359.60626 411.86145 358.91876 412.37708Q358.2469 412.8927 357.16876 412.8927Q356.40314 412.8927 355.8094 412.62708Q355.23126 412.34583 354.90314 411.86145Q354.575 411.37708 354.575 410.81458L355.65314 410.81458Q355.6844 411.36145 356.09064 411.68958Q356.4969 412.00208 357.16876 412.00208Q357.77814 412.00208 358.15314 411.75208Q358.52814 411.50208 358.52814 411.0802ZM366.1844 409.67395Q366.1844 411.11145 365.52814 412.00208Q364.8719 412.8927 363.73126 412.8927Q362.575 412.8927 361.91876 412.15833L361.91876 415.2052L360.84064 415.2052L360.84064 406.42395L361.825 406.42395L361.8719 407.12708Q362.54376 406.31458 363.71564 406.31458Q364.85626 406.31458 365.5125 407.17395Q366.1844 408.03333 366.1844 409.56458L366.1844 409.67395ZM365.10626 409.54895Q365.10626 408.47083 364.6375 407.86145Q364.1844 407.23645 363.3875 407.23645Q362.40314 407.23645 361.91876 408.09583L361.91876 411.12708Q362.40314 412.00208 363.40314 412.00208Q364.1844 412.00208 364.6375 411.3927Q365.10626 410.7677 365.10626 409.54895ZM367.54376 409.53333Q367.54376 408.61145 367.90314 407.86145Q368.27814 407.11145 368.9344 406.72083Q369.59064 406.31458 370.41876 406.31458Q371.71564 406.31458 372.5125 407.2052Q373.325 408.09583 373.325 409.59583L373.325 409.67395Q373.325 410.59583 372.96564 411.3302Q372.60626 412.06458 371.95 412.48645Q371.29376 412.8927 370.4344 412.8927Q369.15314 412.8927 368.34064 412.00208Q367.54376 411.09583 367.54376 409.61145L367.54376 409.53333ZM368.6375 409.67395Q368.6375 410.72083 369.1219 411.36145Q369.6219 412.00208 370.4344 412.00208Q371.2625 412.00208 371.7469 411.36145Q372.23126 410.7052 372.23126 409.53333Q372.23126 408.50208 371.73126 407.86145Q371.2469 407.2052 370.41876 407.2052Q369.6219 407.2052 369.1219 407.84583Q368.6375 408.47083 368.6375 409.67395ZM375.85626 406.42395L375.8875 407.22083Q376.6219 406.31458 377.79376 406.31458Q379.8094 406.31458 379.825 408.5802L379.825 412.7677L378.73126 412.7677L378.73126 408.56458Q378.73126 407.8927 378.41876 407.56458Q378.1219 407.23645 377.46564 407.23645Q376.9344 407.23645 376.52814 407.5177Q376.1375 407.79895 375.91876 408.25208L375.91876 412.7677L374.84064 412.7677L374.84064 406.42395L375.85626 406.42395ZM381.575 409.54895Q381.575 408.0802 382.2625 407.2052Q382.95 406.31458 384.075 406.31458Q385.1844 406.31458 385.84064 407.06458L385.84064 403.7677L386.91876 403.7677L386.91876 412.7677L385.91876 412.7677L385.8719 412.0802Q385.21564 412.8927 384.0594 412.8927Q382.96564 412.8927 382.2625 411.98645Q381.575 411.0802 381.575 409.62708L381.575 409.54895ZM382.65314 409.67395Q382.65314 410.75208 383.09064 411.36145Q383.54376 411.97083 384.325 411.97083Q385.35626 411.97083 385.84064 411.03333L385.84064 408.12708Q385.35626 407.23645 384.34064 407.23645Q383.54376 407.23645 383.09064 407.84583Q382.65314 408.4552 382.65314 409.67395ZM391.46564 412.8927Q390.16876 412.8927 389.35626 412.04895Q388.5594 411.18958 388.5594 409.7677L388.5594 409.5802Q388.5594 408.62708 388.91876 407.8927Q389.27814 407.1427 389.91876 406.73645Q390.575 406.31458 391.325 406.31458Q392.5594 406.31458 393.2469 407.12708Q393.9344 407.93958 393.9344 409.4552L393.9344 409.90833L389.6375 409.90833Q389.66876 410.84583 390.1844 411.42395Q390.71564 412.00208 391.52814 412.00208Q392.09064 412.00208 392.48126 411.7677Q392.8875 411.53333 393.2 411.1427L393.85626 411.65833Q393.0594 412.8927 391.46564 412.8927ZM391.325 407.2052Q390.66876 407.2052 390.21564 407.68958Q389.77814 408.15833 389.6844 409.0177L392.85626 409.0177L392.85626 408.93958Q392.8094 408.11145 392.40314 407.65833Q392.0125 407.2052 391.325 407.2052ZM395.85626 406.42395L395.8875 407.22083Q396.6219 406.31458 397.79376 406.31458Q399.8094 406.31458 399.825 408.5802L399.825 412.7677L398.73126 412.7677L398.73126 408.56458Q398.73126 407.8927 398.41876 407.56458Q398.1219 407.23645 397.46564 407.23645Q396.9344 407.23645 396.52814 407.5177Q396.1375 407.79895 395.91876 408.25208L395.91876 412.7677L394.84064 412.7677L394.84064 406.42395L395.85626 406.42395ZM403.3094 404.8927L403.3094 406.42395L404.48126 406.42395L404.48126 407.2677L403.3094 407.2677L403.3094 411.18958Q403.3094 411.5802 403.46564 411.7677Q403.6219 411.9552 403.9969 411.9552Q404.1844 411.9552 404.5125 411.8927L404.5125 412.7677Q404.09064 412.8927 403.6844 412.8927Q402.96564 412.8927 402.59064 412.4552Q402.21564 412.00208 402.21564 411.18958L402.21564 407.2677L401.0594 407.2677L401.0594 406.42395L402.21564 406.42395L402.21564 404.8927L403.3094 404.8927ZM409.52814 411.0802Q409.52814 410.6427 409.1844 410.40833Q408.85626 410.15833 408.02814 409.98645Q407.21564 409.81458 406.73126 409.56458Q406.2469 409.31458 406.0125 408.98645Q405.79376 408.6427 405.79376 408.17395Q405.79376 407.3927 406.45 406.86145Q407.10626 406.31458 408.1375 406.31458Q409.21564 406.31458 409.8719 406.87708Q410.54376 407.42395 410.54376 408.28333L409.46564 408.28333Q409.46564 407.84583 409.075 407.53333Q408.7 407.2052 408.1375 407.2052Q407.54376 407.2052 407.2 407.47083Q406.8719 407.72083 406.8719 408.12708Q406.8719 408.5177 407.1844 408.72083Q407.4969 408.92395 408.3094 409.11145Q409.1219 409.28333 409.6219 409.53333Q410.1219 409.78333 410.35626 410.1427Q410.60626 410.50208 410.60626 411.00208Q410.60626 411.86145 409.91876 412.37708Q409.2469 412.8927 408.16876 412.8927Q407.40314 412.8927 406.8094 412.62708Q406.23126 412.34583 405.90314 411.86145Q405.575 411.37708 405.575 410.81458L406.65314 410.81458Q406.6844 411.36145 407.09064 411.68958Q407.4969 412.00208 408.16876 412.00208Q408.77814 412.00208 409.15314 411.75208Q409.52814 411.50208 409.52814 411.0802ZM414.79376 409.29895Q414.79376 407.98645 415.1375 406.7677Q415.4969 405.54895 416.2 404.54895Q416.90314 403.54895 417.66876 403.1427L417.8875 403.86145Q417.02814 404.5177 416.48126 405.86145Q415.9344 407.2052 415.8875 408.87708L415.8719 409.37708Q415.8719 411.6427 416.7 413.29895Q417.2 414.29895 417.8875 414.86145L417.66876 415.5177Q416.8875 415.09583 416.16876 414.06458Q414.79376 412.0802 414.79376 409.29895ZM419.85626 406.42395L419.8875 407.22083Q420.6219 406.31458 421.79376 406.31458Q423.8094 406.31458 423.825 408.5802L423.825 412.7677L422.73126 412.7677L422.73126 408.56458Q422.73126 407.8927 422.41876 407.56458Q422.1219 407.23645 421.46564 407.23645Q420.9344 407.23645 420.52814 407.5177Q420.1375 407.79895 419.91876 408.25208L419.91876 412.7677L418.84064 412.7677L418.84064 406.42395L419.85626 406.42395ZM430.79376 408.00208L425.90314 408.00208L425.90314 407.04895L430.79376 407.04895L430.79376 408.00208ZM430.79376 410.42395L425.90314 410.42395L425.90314 409.48645L430.79376 409.48645L430.79376 410.42395ZM436.98126 404.23645L436.98126 405.1427L436.77814 405.1427Q435.5125 405.17395 434.7625 405.90833Q434.0125 406.62708 433.8875 407.93958Q434.575 407.17395 435.73126 407.17395Q436.84064 407.17395 437.5125 407.9552Q438.1844 408.73645 438.1844 409.98645Q438.1844 411.29895 437.46564 412.09583Q436.7469 412.8927 435.52814 412.8927Q434.3094 412.8927 433.54376 411.9552Q432.79376 411.00208 432.79376 409.5177L432.79376 409.11145Q432.79376 406.75208 433.79376 405.50208Q434.79376 404.25208 436.77814 404.23645L436.98126 404.23645ZM435.5594 408.0802Q434.9969 408.0802 434.52814 408.40833Q434.0594 408.73645 433.8719 409.25208L433.8719 409.6427Q433.8719 410.7052 434.34064 411.34583Q434.825 411.98645 435.52814 411.98645Q436.2625 411.98645 436.6844 411.4552Q437.10626 410.90833 437.10626 410.03333Q437.10626 409.15833 436.6844 408.62708Q436.2625 408.0802 435.5594 408.0802ZM439.79376 414.47083L439.1844 414.04895Q439.73126 413.28333 439.7625 412.4552L439.7625 411.48645L440.825 411.48645L440.825 412.3302Q440.825 412.92395 440.52814 413.5177Q440.23126 414.11145 439.79376 414.47083ZM447.075 409.12708Q447.075 411.03333 446.41876 411.97083Q445.77814 412.8927 444.3875 412.8927Q443.02814 412.8927 442.3719 411.98645Q441.71564 411.0802 441.6844 409.2677L441.6844 407.8302Q441.6844 405.93958 442.325 405.03333Q442.98126 404.11145 444.3719 404.11145Q445.7469 404.11145 446.40314 405.00208Q447.0594 405.87708 447.075 407.72083L447.075 409.12708ZM445.98126 407.6427Q445.98126 406.2677 445.59064 405.6427Q445.21564 405.00208 444.3719 405.00208Q443.54376 405.00208 443.15314 405.6427Q442.77814 406.2677 442.77814 407.56458L442.77814 409.29895Q442.77814 410.67395 443.16876 411.34583Q443.575 412.00208 444.3875 412.00208Q445.1844 412.00208 445.575 411.37708Q445.96564 410.75208 445.98126 409.42395L445.98126 407.6427ZM454.23126 404.84583L450.7 412.7677L449.5594 412.7677L453.075 405.12708L448.46564 405.12708L448.46564 404.23645L454.23126 404.23645L454.23126 404.84583ZM459.27814 412.7677L458.2 412.7677L458.2 405.54895L456.0125 406.34583L456.0125 405.36145L459.1219 404.18958L459.27814 404.18958L459.27814 412.7677ZM465.34064 409.36145Q465.34064 410.67395 464.9969 411.87708Q464.65314 413.06458 463.9344 414.0802Q463.23126 415.09583 462.46564 415.5177L462.23126 414.86145Q463.1375 414.17395 463.6844 412.72083Q464.23126 411.25208 464.2469 409.48645L464.2469 409.29895Q464.2469 408.06458 463.98126 407.00208Q463.73126 405.93958 463.2625 405.11145Q462.8094 404.2677 462.23126 403.79895L462.46564 403.1427Q463.23126 403.56458 463.9344 404.56458Q464.6375 405.56458 464.98126 406.78333Q465.34064 407.98645 465.34064 409.36145Z" fill-rule="nonzero"/><path fill="#666666" d="M166.3125 61.22454L162.60938 61.22454L162.60938 64.240166L166.90625 64.240166L166.90625 65.16204L161.48438 65.16204L161.48438 56.63079L166.85938 56.63079L166.85938 57.552666L162.60938 57.552666L162.60938 60.302666L166.3125 60.302666L166.3125 61.22454ZM169.34375 58.81829L169.375 59.615166Q170.10938 58.708916 171.28125 58.708916Q173.29688 58.708916 173.3125 60.97454L173.3125 65.16204L172.21875 65.16204L172.21875 60.958916Q172.21875 60.28704 171.90625 59.958916Q171.60938 59.63079 170.95312 59.63079Q170.42188 59.63079 170.01562 59.91204Q169.625 60.19329 169.40625 60.646416L169.40625 65.16204L168.32812 65.16204L168.32812 58.81829L169.34375 58.81829ZM175.0625 61.94329Q175.0625 60.458916 175.75 59.583916Q176.4375 58.708916 177.5625 58.708916Q178.71875 58.708916 179.375 59.521416L179.42188 58.81829L180.42188 58.81829L180.42188 65.00579Q180.42188 66.240166 179.6875 66.94329Q178.95312 67.66204 177.73438 67.66204Q177.04688 67.66204 176.39062 67.365166Q175.73438 67.06829 175.39062 66.56829L175.95312 65.91204Q176.64062 66.771416 177.65625 66.771416Q178.4375 66.771416 178.875 66.31829Q179.32812 65.88079 179.32812 65.06829L179.32812 64.521416Q178.67188 65.28704 177.54688 65.28704Q176.4375 65.28704 175.75 64.396416Q175.0625 63.490166 175.0625 61.94329ZM176.15625 62.06829Q176.15625 63.13079 176.59375 63.75579Q177.03125 64.365166 177.82812 64.365166Q178.84375 64.365166 179.32812 63.427666L179.32812 60.53704Q178.82812 59.63079 177.82812 59.63079Q177.04688 59.63079 176.59375 60.240166Q176.15625 60.84954 176.15625 62.06829ZM183.5 65.16204L182.42188 65.16204L182.42188 56.16204L183.5 56.16204L183.5 65.16204ZM186.5 65.16204L185.42188 65.16204L185.42188 58.81829L186.5 58.81829L186.5 65.16204ZM185.32812 57.146416Q185.32812 56.88079 185.48438 56.69329Q185.65625 56.50579 185.96875 56.50579Q186.28125 56.50579 186.4375 56.69329Q186.60938 56.88079 186.60938 57.146416Q186.60938 57.396416 186.4375 57.583916Q186.28125 57.75579 185.96875 57.75579Q185.65625 57.75579 185.48438 57.583916Q185.32812 57.396416 185.32812 57.146416ZM192.01562 63.47454Q192.01562 63.03704 191.67188 62.802666Q191.34375 62.552666 190.51562 62.38079Q189.70312 62.208916 189.21875 61.958916Q188.73438 61.708916 188.5 61.38079Q188.28125 61.03704 188.28125 60.56829Q188.28125 59.78704 188.9375 59.25579Q189.59375 58.708916 190.625 58.708916Q191.70312 58.708916 192.35938 59.271416Q193.03125 59.81829 193.03125 60.677666L191.95312 60.677666Q191.95312 60.240166 191.5625 59.927666Q191.1875 59.59954 190.625 59.59954Q190.03125 59.59954 189.6875 59.865166Q189.35938 60.115166 189.35938 60.521416Q189.35938 60.91204 189.67188 61.115166Q189.98438 61.31829 190.79688 61.50579Q191.60938 61.677666 192.10938 61.927666Q192.60938 62.177666 192.84375 62.53704Q193.09375 62.896416 193.09375 63.396416Q193.09375 64.25579 192.40625 64.771416Q191.73438 65.28704 190.65625 65.28704Q189.89062 65.28704 189.29688 65.021416Q188.71875 64.740166 188.39062 64.25579Q188.0625 63.771416 188.0625 63.208916L189.14062 63.208916Q189.17188 63.75579 189.57812 64.083916Q189.98438 64.396416 190.65625 64.396416Q191.26562 64.396416 191.64062 64.146416Q192.01562 63.896416 192.01562 63.47454ZM195.40625 59.583916Q196.125 58.708916 197.28125 58.708916Q199.29688 58.708916 199.3125 60.97454L199.3125 65.16204L198.21875 65.16204L198.21875 60.958916Q198.21875 60.28704 197.90625 59.958916Q197.60938 59.63079 196.95312 59.63079Q196.42188 59.63079 196.01562 59.91204Q195.625 60.19329 195.40625 60.646416L195.40625 65.16204L194.32812 65.16204L194.32812 56.16204L195.40625 56.16204L195.40625 59.583916Z" fill-rule="nonzero"/><path fill="#666666" d="M161.625 84.52142L159.60938 84.52142L159.60938 87.97455L158.48438 87.97455L158.48438 79.4433L161.3125 79.4433Q162.75 79.4433 163.51562 80.09955Q164.29688 80.7558 164.29688 82.0058Q164.29688 82.80267 163.85938 83.39642Q163.4375 83.99017 162.67188 84.28705L164.67188 87.89642L164.67188 87.97455L163.46875 87.97455L161.625 84.52142ZM159.60938 83.59955L161.34375 83.59955Q162.1875 83.59955 162.67188 83.17767Q163.17188 82.74017 163.17188 82.0058Q163.17188 81.22455 162.70312 80.80267Q162.23438 80.3808 161.34375 80.36517L159.60938 80.36517L159.60938 83.59955ZM169.23438 87.34955Q168.60938 88.09955 167.375 88.09955Q166.35938 88.09955 165.82812 87.5058Q165.29688 86.91205 165.29688 85.7558L165.29688 81.6308L166.375 81.6308L166.375 85.72455Q166.375 87.17767 167.54688 87.17767Q168.79688 87.17767 169.20312 86.24017L169.20312 81.6308L170.29688 81.6308L170.29688 87.97455L169.26562 87.97455L169.23438 87.34955ZM176.01562 86.28705Q176.01562 85.84955 175.67188 85.61517Q175.34375 85.36517 174.51562 85.1933Q173.70312 85.02142 173.21875 84.77142Q172.73438 84.52142 172.5 84.1933Q172.28125 83.84955 172.28125 83.3808Q172.28125 82.59955 172.9375 82.0683Q173.59375 81.52142 174.625 81.52142Q175.70312 81.52142 176.35938 82.08392Q177.03125 82.6308 177.03125 83.49017L175.95312 83.49017Q175.95312 83.05267 175.5625 82.74017Q175.1875 82.41205 174.625 82.41205Q174.03125 82.41205 173.6875 82.67767Q173.35938 82.92767 173.35938 83.33392Q173.35938 83.72455 173.67188 83.92767Q173.98438 84.1308 174.79688 84.3183Q175.60938 84.49017 176.10938 84.74017Q176.60938 84.99017 176.84375 85.34955Q177.09375 85.70892 177.09375 86.20892Q177.09375 87.0683 176.40625 87.58392Q175.73438 88.09955 174.65625 88.09955Q173.89062 88.09955 173.29688 87.83392Q172.71875 87.55267 172.39062 87.0683Q172.0625 86.58392 172.0625 86.02142L173.14062 86.02142Q173.17188 86.5683 173.57812 86.89642Q173.98438 87.20892 174.65625 87.20892Q175.26562 87.20892 175.64062 86.95892Q176.01562 86.70892 176.01562 86.28705ZM182.01562 86.28705Q182.01562 85.84955 181.67188 85.61517Q181.34375 85.36517 180.51562 85.1933Q179.70312 85.02142 179.21875 84.77142Q178.73438 84.52142 178.5 84.1933Q178.28125 83.84955 178.28125 83.3808Q178.28125 82.59955 178.9375 82.0683Q179.59375 81.52142 180.625 81.52142Q181.70312 81.52142 182.35938 82.08392Q183.03125 82.6308 183.03125 83.49017L181.95312 83.49017Q181.95312 83.05267 181.5625 82.74017Q181.1875 82.41205 180.625 82.41205Q180.03125 82.41205 179.6875 82.67767Q179.35938 82.92767 179.35938 83.33392Q179.35938 83.72455 179.67188 83.92767Q179.98438 84.1308 180.79688 84.3183Q181.60938 84.49017 182.10938 84.74017Q182.60938 84.99017 182.84375 85.34955Q183.09375 85.70892 183.09375 86.20892Q183.09375 87.0683 182.40625 87.58392Q181.73438 88.09955 180.65625 88.09955Q179.89062 88.09955 179.29688 87.83392Q178.71875 87.55267 178.39062 87.0683Q178.0625 86.58392 178.0625 86.02142L179.14062 86.02142Q179.17188 86.5683 179.57812 86.89642Q179.98438 87.20892 180.65625 87.20892Q181.26562 87.20892 181.64062 86.95892Q182.01562 86.70892 182.01562 86.28705ZM185.5 87.97455L184.42188 87.97455L184.42188 81.6308L185.5 81.6308L185.5 87.97455ZM184.32812 79.95892Q184.32812 79.6933 184.48438 79.5058Q184.65625 79.3183 184.96875 79.3183Q185.28125 79.3183 185.4375 79.5058Q185.60938 79.6933 185.60938 79.95892Q185.60938 80.20892 185.4375 80.39642Q185.28125 80.5683 184.96875 80.5683Q184.65625 80.5683 184.48438 80.39642Q184.32812 80.20892 184.32812 79.95892ZM191.23438 87.97455Q191.14062 87.78705 191.07812 87.30267Q190.32812 88.09955 189.28125 88.09955Q188.34375 88.09955 187.73438 87.5683Q187.14062 87.03705 187.14062 86.20892Q187.14062 85.22455 187.89062 84.67767Q188.64062 84.1308 190.01562 84.1308L191.0625 84.1308L191.0625 83.6308Q191.0625 83.0683 190.71875 82.74017Q190.39062 82.39642 189.71875 82.39642Q189.14062 82.39642 188.75 82.6933Q188.35938 82.97455 188.35938 83.39642L187.26562 83.39642Q187.26562 82.91205 187.59375 82.47455Q187.9375 82.03705 188.51562 81.78705Q189.09375 81.52142 189.78125 81.52142Q190.89062 81.52142 191.5 82.0683Q192.125 82.61517 192.15625 83.5683L192.15625 86.49017Q192.15625 87.36517 192.375 87.8808L192.375 87.97455L191.23438 87.97455ZM189.4375 87.14642Q189.95312 87.14642 190.40625 86.8808Q190.85938 86.61517 191.0625 86.1933L191.0625 84.89642L190.21875 84.89642Q188.21875 84.89642 188.21875 86.0683Q188.21875 86.5683 188.5625 86.86517Q188.90625 87.14642 189.4375 87.14642ZM195.34375 81.6308L195.375 82.42767Q196.10938 81.52142 197.28125 81.52142Q199.29688 81.52142 199.3125 83.78705L199.3125 87.97455L198.21875 87.97455L198.21875 83.77142Q198.21875 83.09955 197.90625 82.77142Q197.60938 82.4433 196.95312 82.4433Q196.42188 82.4433 196.01562 82.72455Q195.625 83.0058 195.40625 83.45892L195.40625 87.97455L194.32812 87.97455L194.32812 81.6308L195.34375 81.6308Z" fill-rule="nonzero"/><path fill="#666666" d="M164.79688 109.66205Q164.35938 110.28705 163.57812 110.59955Q162.79688 110.91205 161.76562 110.91205Q160.73438 110.91205 159.92188 110.42767Q159.10938 109.92767 158.67188 109.02142Q158.23438 108.11517 158.21875 106.92767L158.21875 106.1933Q158.21875 104.2558 159.10938 103.1933Q160.01562 102.1308 161.64062 102.1308Q162.98438 102.1308 163.79688 102.8183Q164.60938 103.5058 164.79688 104.7558L163.67188 104.7558Q163.34375 103.0683 161.65625 103.0683Q160.51562 103.0683 159.9375 103.86517Q159.35938 104.64642 159.34375 106.16205L159.34375 106.84955Q159.34375 108.28705 160.0 109.14642Q160.65625 109.99017 161.78125 109.99017Q162.40625 109.99017 162.875 109.84955Q163.35938 109.70892 163.67188 109.36517L163.67188 107.45892L161.70312 107.45892L161.70312 106.53705L164.79688 106.53705L164.79688 109.66205ZM168.95312 110.91205Q167.65625 110.91205 166.84375 110.0683Q166.04688 109.20892 166.04688 107.78705L166.04688 107.59955Q166.04688 106.64642 166.40625 105.91205Q166.76562 105.16205 167.40625 104.7558Q168.0625 104.33392 168.8125 104.33392Q170.04688 104.33392 170.73438 105.14642Q171.42188 105.95892 171.42188 107.47455L171.42188 107.92767L167.125 107.92767Q167.15625 108.86517 167.67188 109.4433Q168.20312 110.02142 169.01562 110.02142Q169.57812 110.02142 169.96875 109.78705Q170.375 109.55267 170.6875 109.16205L171.34375 109.67767Q170.54688 110.91205 168.95312 110.91205ZM168.8125 105.22455Q168.15625 105.22455 167.70312 105.70892Q167.26562 106.17767 167.17188 107.03705L170.34375 107.03705L170.34375 106.95892Q170.29688 106.1308 169.89062 105.67767Q169.5 105.22455 168.8125 105.22455ZM175.39062 105.41205Q175.14062 105.3808 174.85938 105.3808Q173.78125 105.3808 173.40625 106.28705L173.40625 110.78705L172.32812 110.78705L172.32812 104.4433L173.375 104.4433L173.39062 105.17767Q173.92188 104.33392 174.90625 104.33392Q175.21875 104.33392 175.39062 104.41205L175.39062 105.41205ZM177.34375 104.4433L177.375 105.14642Q178.0625 104.33392 179.25 104.33392Q180.57812 104.33392 181.0625 105.34955Q181.375 104.89642 181.875 104.61517Q182.39062 104.33392 183.07812 104.33392Q185.17188 104.33392 185.20312 106.53705L185.20312 110.78705L184.125 110.78705L184.125 106.59955Q184.125 105.92767 183.8125 105.59955Q183.5 105.2558 182.76562 105.2558Q182.15625 105.2558 181.75 105.61517Q181.35938 105.97455 181.29688 106.58392L181.29688 110.78705L180.21875 110.78705L180.21875 106.6308Q180.21875 105.2558 178.85938 105.2558Q177.79688 105.2558 177.40625 106.16205L177.40625 110.78705L176.3125 110.78705L176.3125 104.4433L177.34375 104.4433ZM191.23438 110.78705Q191.14062 110.59955 191.07812 110.11517Q190.32812 110.91205 189.28125 110.91205Q188.34375 110.91205 187.73438 110.3808Q187.14062 109.84955 187.14062 109.02142Q187.14062 108.03705 187.89062 107.49017Q188.64062 106.9433 190.01562 106.9433L191.0625 106.9433L191.0625 106.4433Q191.0625 105.8808 190.71875 105.55267Q190.39062 105.20892 189.71875 105.20892Q189.14062 105.20892 188.75 105.5058Q188.35938 105.78705 188.35938 106.20892L187.26562 106.20892Q187.26562 105.72455 187.59375 105.28705Q187.9375 104.84955 188.51562 104.59955Q189.09375 104.33392 189.78125 104.33392Q190.89062 104.33392 191.5 104.8808Q192.125 105.42767 192.15625 106.3808L192.15625 109.30267Q192.15625 110.17767 192.375 110.6933L192.375 110.78705L191.23438 110.78705ZM189.4375 109.95892Q189.95312 109.95892 190.40625 109.6933Q190.85938 109.42767 191.0625 109.0058L191.0625 107.70892L190.21875 107.70892Q188.21875 107.70892 188.21875 108.8808Q188.21875 109.3808 188.5625 109.67767Q188.90625 109.95892 189.4375 109.95892ZM195.34375 104.4433L195.375 105.24017Q196.10938 104.33392 197.28125 104.33392Q199.29688 104.33392 199.3125 106.59955L199.3125 110.78705L198.21875 110.78705L198.21875 106.58392Q198.21875 105.91205 197.90625 105.58392Q197.60938 105.2558 196.95312 105.2558Q196.42188 105.2558 196.01562 105.53705Q195.625 105.8183 195.40625 106.27142L195.40625 110.78705L194.32812 110.78705L194.32812 104.4433L195.34375 104.4433Z" fill-rule="nonzero"/><path fill="#666666" d="M164.76562 130.89642Q164.60938 132.24017 163.76562 132.99017Q162.92188 133.72455 161.53125 133.72455Q160.01562 133.72455 159.10938 132.64642Q158.20312 131.55267 158.20312 129.72455L158.20312 128.91205Q158.20312 127.72455 158.625 126.8183Q159.04688 125.91205 159.82812 125.42767Q160.60938 124.9433 161.625 124.9433Q162.98438 124.9433 163.79688 125.70892Q164.625 126.47455 164.76562 127.80267L163.64062 127.80267Q163.48438 126.78705 163.0 126.33392Q162.51562 125.8808 161.625 125.8808Q160.54688 125.8808 159.9375 126.67767Q159.32812 127.47455 159.32812 128.9433L159.32812 129.77142Q159.32812 131.16205 159.90625 131.99017Q160.48438 132.80267 161.53125 132.80267Q162.46875 132.80267 162.96875 132.3808Q163.46875 131.9433 163.64062 130.89642L164.76562 130.89642ZM167.40625 128.02142Q168.125 127.14642 169.28125 127.14642Q171.29688 127.14642 171.3125 129.41205L171.3125 133.59955L170.21875 133.59955L170.21875 129.39642Q170.21875 128.72455 169.90625 128.39642Q169.60938 128.0683 168.95312 128.0683Q168.42188 128.0683 168.01562 128.34955Q167.625 128.6308 167.40625 129.08392L167.40625 133.59955L166.32812 133.59955L166.32812 124.59955L167.40625 124.59955L167.40625 128.02142ZM174.5 133.59955L173.42188 133.59955L173.42188 127.2558L174.5 127.2558L174.5 133.59955ZM173.32812 125.58392Q173.32812 125.3183 173.48438 125.1308Q173.65625 124.9433 173.96875 124.9433Q174.28125 124.9433 174.4375 125.1308Q174.60938 125.3183 174.60938 125.58392Q174.60938 125.83392 174.4375 126.02142Q174.28125 126.1933 173.96875 126.1933Q173.65625 126.1933 173.48438 126.02142Q173.32812 125.83392 173.32812 125.58392ZM177.34375 127.2558L177.375 128.05267Q178.10938 127.14642 179.28125 127.14642Q181.29688 127.14642 181.3125 129.41205L181.3125 133.59955L180.21875 133.59955L180.21875 129.39642Q180.21875 128.72455 179.90625 128.39642Q179.60938 128.0683 178.95312 128.0683Q178.42188 128.0683 178.01562 128.34955Q177.625 128.6308 177.40625 129.08392L177.40625 133.59955L176.32812 133.59955L176.32812 127.2558L177.34375 127.2558ZM185.95312 133.72455Q184.65625 133.72455 183.84375 132.8808Q183.04688 132.02142 183.04688 130.59955L183.04688 130.41205Q183.04688 129.45892 183.40625 128.72455Q183.76562 127.97455 184.40625 127.5683Q185.0625 127.14642 185.8125 127.14642Q187.04688 127.14642 187.73438 127.95892Q188.42188 128.77142 188.42188 130.28705L188.42188 130.74017L184.125 130.74017Q184.15625 131.67767 184.67188 132.2558Q185.20312 132.83392 186.01562 132.83392Q186.57812 132.83392 186.96875 132.59955Q187.375 132.36517 187.6875 131.97455L188.34375 132.49017Q187.54688 133.72455 185.95312 133.72455ZM185.8125 128.03705Q185.15625 128.03705 184.70312 128.52142Q184.26562 128.99017 184.17188 129.84955L187.34375 129.84955L187.34375 129.77142Q187.29688 128.9433 186.89062 128.49017Q186.5 128.03705 185.8125 128.03705ZM193.01562 131.91205Q193.01562 131.47455 192.67188 131.24017Q192.34375 130.99017 191.51562 130.8183Q190.70312 130.64642 190.21875 130.39642Q189.73438 130.14642 189.5 129.8183Q189.28125 129.47455 189.28125 129.0058Q189.28125 128.22455 189.9375 127.6933Q190.59375 127.14642 191.625 127.14642Q192.70312 127.14642 193.35938 127.70892Q194.03125 128.2558 194.03125 129.11517L192.95312 129.11517Q192.95312 128.67767 192.5625 128.36517Q192.1875 128.03705 191.625 128.03705Q191.03125 128.03705 190.6875 128.30267Q190.35938 128.55267 190.35938 128.95892Q190.35938 129.34955 190.67188 129.55267Q190.98438 129.7558 191.79688 129.9433Q192.60938 130.11517 193.10938 130.36517Q193.60938 130.61517 193.84375 130.97455Q194.09375 131.33392 194.09375 131.83392Q194.09375 132.6933 193.40625 133.20892Q192.73438 133.72455 191.65625 133.72455Q190.89062 133.72455 190.29688 133.45892Q189.71875 133.17767 189.39062 132.6933Q189.0625 132.20892 189.0625 131.64642L190.14062 131.64642Q190.17188 132.1933 190.57812 132.52142Q190.98438 132.83392 191.65625 132.83392Q192.26562 132.83392 192.64062 132.58392Q193.01562 132.33392 193.01562 131.91205ZM197.95312 133.72455Q196.65625 133.72455 195.84375 132.8808Q195.04688 132.02142 195.04688 130.59955L195.04688 130.41205Q195.04688 129.45892 195.40625 128.72455Q195.76562 127.97455 196.40625 127.5683Q197.0625 127.14642 197.8125 127.14642Q199.04688 127.14642 199.73438 127.95892Q200.42188 128.77142 200.42188 130.28705L200.42188 130.74017L196.125 130.74017Q196.15625 131.67767 196.67188 132.2558Q197.20312 132.83392 198.01562 132.83392Q198.57812 132.83392 198.96875 132.59955Q199.375 132.36517 199.6875 131.97455L200.34375 132.49017Q199.54688 133.72455 197.95312 133.72455ZM197.8125 128.03705Q197.15625 128.03705 196.70312 128.52142Q196.26562 128.99017 196.17188 129.84955L199.34375 129.84955L199.34375 129.77142Q199.29688 128.9433 198.89062 128.49017Q198.5 128.03705 197.8125 128.03705Z" fill-rule="nonzero"/><path fill="#666666" d="M169.20312 152.64642L165.60938 152.64642L165.60938 156.41205L164.48438 156.41205L164.48438 147.8808L169.78125 147.8808L169.78125 148.80267L165.60938 148.80267L165.60938 151.72455L169.20312 151.72455L169.20312 152.64642ZM174.39062 151.03705Q174.14062 151.0058 173.85938 151.0058Q172.78125 151.0058 172.40625 151.91205L172.40625 156.41205L171.32812 156.41205L171.32812 150.0683L172.375 150.0683L172.39062 150.80267Q172.92188 149.95892 173.90625 149.95892Q174.21875 149.95892 174.39062 150.03705L174.39062 151.03705ZM177.95312 156.53705Q176.65625 156.53705 175.84375 155.6933Q175.04688 154.83392 175.04688 153.41205L175.04688 153.22455Q175.04688 152.27142 175.40625 151.53705Q175.76562 150.78705 176.40625 150.3808Q177.0625 149.95892 177.8125 149.95892Q179.04688 149.95892 179.73438 150.77142Q180.42188 151.58392 180.42188 153.09955L180.42188 153.55267L176.125 153.55267Q176.15625 154.49017 176.67188 155.0683Q177.20312 155.64642 178.01562 155.64642Q178.57812 155.64642 178.96875 155.41205Q179.375 155.17767 179.6875 154.78705L180.34375 155.30267Q179.54688 156.53705 177.95312 156.53705ZM177.8125 150.84955Q177.15625 150.84955 176.70312 151.33392Q176.26562 151.80267 176.17188 152.66205L179.34375 152.66205L179.34375 152.58392Q179.29688 151.7558 178.89062 151.30267Q178.5 150.84955 177.8125 150.84955ZM182.34375 150.0683L182.375 150.86517Q183.10938 149.95892 184.28125 149.95892Q186.29688 149.95892 186.3125 152.22455L186.3125 156.41205L185.21875 156.41205L185.21875 152.20892Q185.21875 151.53705 184.90625 151.20892Q184.60938 150.8808 183.95312 150.8808Q183.42188 150.8808 183.01562 151.16205Q182.625 151.4433 182.40625 151.89642L182.40625 156.41205L181.32812 156.41205L181.32812 150.0683L182.34375 150.0683ZM190.85938 155.64642Q191.4375 155.64642 191.875 155.30267Q192.3125 154.9433 192.35938 154.41205L193.39062 154.41205Q193.35938 154.95892 193.0 155.45892Q192.65625 155.9433 192.07812 156.24017Q191.51562 156.53705 190.85938 156.53705Q189.5625 156.53705 188.79688 155.67767Q188.04688 154.80267 188.04688 153.30267L188.04688 153.11517Q188.04688 152.1933 188.375 151.47455Q188.71875 150.7558 189.34375 150.36517Q189.98438 149.95892 190.85938 149.95892Q191.92188 149.95892 192.625 150.59955Q193.34375 151.22455 193.39062 152.2558L192.35938 152.2558Q192.3125 151.6308 191.89062 151.24017Q191.46875 150.84955 190.85938 150.84955Q190.03125 150.84955 189.57812 151.4433Q189.125 152.03705 189.125 153.16205L189.125 153.36517Q189.125 154.45892 189.57812 155.05267Q190.03125 155.64642 190.85938 155.64642ZM195.40625 150.83392Q196.125 149.95892 197.28125 149.95892Q199.29688 149.95892 199.3125 152.22455L199.3125 156.41205L198.21875 156.41205L198.21875 152.20892Q198.21875 151.53705 197.90625 151.20892Q197.60938 150.8808 196.95312 150.8808Q196.42188 150.8808 196.01562 151.16205Q195.625 151.4433 195.40625 151.89642L195.40625 156.41205L194.32812 156.41205L194.32812 147.41205L195.40625 147.41205L195.40625 150.83392Z" fill-rule="nonzero"/><path fill="#666666" d="M160.0 175.42769Q158.5625 175.00581 157.89062 174.39644Q157.23438 173.78706 157.23438 172.89644Q157.23438 171.89644 158.03125 171.24019Q158.84375 170.56831 160.14062 170.56831Q161.01562 170.56831 161.70312 170.91206Q162.39062 171.25581 162.76562 171.84956Q163.15625 172.44331 163.15625 173.16206L162.01562 173.16206Q162.01562 172.38081 161.51562 171.94331Q161.03125 171.50581 160.14062 171.50581Q159.3125 171.50581 158.84375 171.88081Q158.375 172.24019 158.375 172.88081Q158.375 173.41206 158.8125 173.77144Q159.26562 174.13081 160.32812 174.42769Q161.39062 174.72456 161.98438 175.08394Q162.59375 175.44331 162.875 175.92769Q163.17188 176.41206 163.17188 177.05269Q163.17188 178.09956 162.35938 178.72456Q161.54688 179.34956 160.20312 179.34956Q159.3125 179.34956 158.54688 179.00581Q157.79688 178.66206 157.375 178.08394Q156.96875 177.49019 156.96875 176.75581L158.09375 176.75581Q158.09375 177.52144 158.67188 177.97456Q159.25 178.42769 160.20312 178.42769Q161.09375 178.42769 161.5625 178.06831Q162.03125 177.69331 162.03125 177.06831Q162.03125 176.44331 161.59375 176.09956Q161.15625 175.75581 160.0 175.42769ZM169.67188 176.13081Q169.67188 177.56831 169.01562 178.45894Q168.35938 179.34956 167.21875 179.34956Q166.0625 179.34956 165.40625 178.61519L165.40625 181.66206L164.32812 181.66206L164.32812 172.88081L165.3125 172.88081L165.35938 173.58394Q166.03125 172.77144 167.20312 172.77144Q168.34375 172.77144 169.0 173.63081Q169.67188 174.49019 169.67188 176.02144L169.67188 176.13081ZM168.59375 176.00581Q168.59375 174.92769 168.125 174.31831Q167.67188 173.69331 166.875 173.69331Q165.89062 173.69331 165.40625 174.55269L165.40625 177.58394Q165.89062 178.45894 166.89062 178.45894Q167.67188 178.45894 168.125 177.84956Q168.59375 177.22456 168.59375 176.00581ZM175.23438 179.22456Q175.14062 179.03706 175.07812 178.55269Q174.32812 179.34956 173.28125 179.34956Q172.34375 179.34956 171.73438 178.81831Q171.14062 178.28706 171.14062 177.45894Q171.14062 176.47456 171.89062 175.92769Q172.64062 175.38081 174.01562 175.38081L175.0625 175.38081L175.0625 174.88081Q175.0625 174.31831 174.71875 173.99019Q174.39062 173.64644 173.71875 173.64644Q173.14062 173.64644 172.75 173.94331Q172.35938 174.22456 172.35938 174.64644L171.26562 174.64644Q171.26562 174.16206 171.59375 173.72456Q171.9375 173.28706 172.51562 173.03706Q173.09375 172.77144 173.78125 172.77144Q174.89062 172.77144 175.5 173.31831Q176.125 173.86519 176.15625 174.81831L176.15625 177.74019Q176.15625 178.61519 176.375 179.13081L176.375 179.22456L175.23438 179.22456ZM173.4375 178.39644Q173.95312 178.39644 174.40625 178.13081Q174.85938 177.86519 175.0625 177.44331L175.0625 176.14644L174.21875 176.14644Q172.21875 176.14644 172.21875 177.31831Q172.21875 177.81831 172.5625 178.11519Q172.90625 178.39644 173.4375 178.39644ZM179.34375 172.88081L179.375 173.67769Q180.10938 172.77144 181.28125 172.77144Q183.29688 172.77144 183.3125 175.03706L183.3125 179.22456L182.21875 179.22456L182.21875 175.02144Q182.21875 174.34956 181.90625 174.02144Q181.60938 173.69331 180.95312 173.69331Q180.42188 173.69331 180.01562 173.97456Q179.625 174.25581 179.40625 174.70894L179.40625 179.22456L178.32812 179.22456L178.32812 172.88081L179.34375 172.88081ZM186.5 179.22456L185.42188 179.22456L185.42188 172.88081L186.5 172.88081L186.5 179.22456ZM185.32812 171.20894Q185.32812 170.94331 185.48438 170.75581Q185.65625 170.56831 185.96875 170.56831Q186.28125 170.56831 186.4375 170.75581Q186.60938 170.94331 186.60938 171.20894Q186.60938 171.45894 186.4375 171.64644Q186.28125 171.81831 185.96875 171.81831Q185.65625 171.81831 185.48438 171.64644Q185.32812 171.45894 185.32812 171.20894ZM192.01562 177.53706Q192.01562 177.09956 191.67188 176.86519Q191.34375 176.61519 190.51562 176.44331Q189.70312 176.27144 189.21875 176.02144Q188.73438 175.77144 188.5 175.44331Q188.28125 175.09956 188.28125 174.63081Q188.28125 173.84956 188.9375 173.31831Q189.59375 172.77144 190.625 172.77144Q191.70312 172.77144 192.35938 173.33394Q193.03125 173.88081 193.03125 174.74019L191.95312 174.74019Q191.95312 174.30269 191.5625 173.99019Q191.1875 173.66206 190.625 173.66206Q190.03125 173.66206 189.6875 173.92769Q189.35938 174.17769 189.35938 174.58394Q189.35938 174.97456 189.67188 175.17769Q189.98438 175.38081 190.79688 175.56831Q191.60938 175.74019 192.10938 175.99019Q192.60938 176.24019 192.84375 176.59956Q193.09375 176.95894 193.09375 177.45894Q193.09375 178.31831 192.40625 178.83394Q191.73438 179.34956 190.65625 179.34956Q189.89062 179.34956 189.29688 179.08394Q188.71875 178.80269 188.39062 178.31831Q188.0625 177.83394 188.0625 177.27144L189.14062 177.27144Q189.17188 177.81831 189.57812 178.14644Q189.98438 178.45894 190.65625 178.45894Q191.26562 178.45894 191.64062 178.20894Q192.01562 177.95894 192.01562 177.53706ZM195.40625 173.64644Q196.125 172.77144 197.28125 172.77144Q199.29688 172.77144 199.3125 175.03706L199.3125 179.22456L198.21875 179.22456L198.21875 175.02144Q198.21875 174.34956 197.90625 174.02144Q197.60938 173.69331 196.95312 173.69331Q196.42188 173.69331 196.01562 173.97456Q195.625 174.25581 195.40625 174.70894L195.40625 179.22456L194.32812 179.22456L194.32812 170.22456L195.40625 170.22456L195.40625 173.64644Z" fill-rule="nonzero"/><path fill="#666666" d="M152.0625 193.50581L153.20312 193.50581L153.20312 199.55269Q153.20312 200.77144 152.45312 201.47456Q151.71875 202.16206 150.5 202.16206Q149.23438 202.16206 148.51562 201.50581Q147.8125 200.84956 147.8125 199.67769L148.9375 199.67769Q148.9375 200.41206 149.32812 200.83394Q149.73438 201.24019 150.5 201.24019Q151.20312 201.24019 151.625 200.80269Q152.0625 200.34956 152.0625 199.56831L152.0625 193.50581ZM159.23438 202.03706Q159.14062 201.84956 159.07812 201.36519Q158.32812 202.16206 157.28125 202.16206Q156.34375 202.16206 155.73438 201.63081Q155.14062 201.09956 155.14062 200.27144Q155.14062 199.28706 155.89062 198.74019Q156.64062 198.19331 158.01562 198.19331L159.0625 198.19331L159.0625 197.69331Q159.0625 197.13081 158.71875 196.80269Q158.39062 196.45894 157.71875 196.45894Q157.14062 196.45894 156.75 196.75581Q156.35938 197.03706 156.35938 197.45894L155.26562 197.45894Q155.26562 196.97456 155.59375 196.53706Q155.9375 196.09956 156.51562 195.84956Q157.09375 195.58394 157.78125 195.58394Q158.89062 195.58394 159.5 196.13081Q160.125 196.67769 160.15625 197.63081L160.15625 200.55269Q160.15625 201.42769 160.375 201.94331L160.375 202.03706L159.23438 202.03706ZM157.4375 201.20894Q157.95312 201.20894 158.40625 200.94331Q158.85938 200.67769 159.0625 200.25581L159.0625 198.95894L158.21875 198.95894Q156.21875 198.95894 156.21875 200.13081Q156.21875 200.63081 156.5625 200.92769Q156.90625 201.20894 157.4375 201.20894ZM167.67188 198.94331Q167.67188 200.38081 167.01562 201.27144Q166.35938 202.16206 165.21875 202.16206Q164.0625 202.16206 163.40625 201.42769L163.40625 204.47456L162.32812 204.47456L162.32812 195.69331L163.3125 195.69331L163.35938 196.39644Q164.03125 195.58394 165.20312 195.58394Q166.34375 195.58394 167.0 196.44331Q167.67188 197.30269 167.67188 198.83394L167.67188 198.94331ZM166.59375 198.81831Q166.59375 197.74019 166.125 197.13081Q165.67188 196.50581 164.875 196.50581Q163.89062 196.50581 163.40625 197.36519L163.40625 200.39644Q163.89062 201.27144 164.89062 201.27144Q165.67188 201.27144 166.125 200.66206Q166.59375 200.03706 166.59375 198.81831ZM173.23438 202.03706Q173.14062 201.84956 173.07812 201.36519Q172.32812 202.16206 171.28125 202.16206Q170.34375 202.16206 169.73438 201.63081Q169.14062 201.09956 169.14062 200.27144Q169.14062 199.28706 169.89062 198.74019Q170.64062 198.19331 172.01562 198.19331L173.0625 198.19331L173.0625 197.69331Q173.0625 197.13081 172.71875 196.80269Q172.39062 196.45894 171.71875 196.45894Q171.14062 196.45894 170.75 196.75581Q170.35938 197.03706 170.35938 197.45894L169.26562 197.45894Q169.26562 196.97456 169.59375 196.53706Q169.9375 196.09956 170.51562 195.84956Q171.09375 195.58394 171.78125 195.58394Q172.89062 195.58394 173.5 196.13081Q174.125 196.67769 174.15625 197.63081L174.15625 200.55269Q174.15625 201.42769 174.375 201.94331L174.375 202.03706L173.23438 202.03706ZM171.4375 201.20894Q171.95312 201.20894 172.40625 200.94331Q172.85938 200.67769 173.0625 200.25581L173.0625 198.95894L172.21875 198.95894Q170.21875 198.95894 170.21875 200.13081Q170.21875 200.63081 170.5625 200.92769Q170.90625 201.20894 171.4375 201.20894ZM177.34375 195.69331L177.375 196.49019Q178.10938 195.58394 179.28125 195.58394Q181.29688 195.58394 181.3125 197.84956L181.3125 202.03706L180.21875 202.03706L180.21875 197.83394Q180.21875 197.16206 179.90625 196.83394Q179.60938 196.50581 178.95312 196.50581Q178.42188 196.50581 178.01562 196.78706Q177.625 197.06831 177.40625 197.52144L177.40625 202.03706L176.32812 202.03706L176.32812 195.69331L177.34375 195.69331ZM185.95312 202.16206Q184.65625 202.16206 183.84375 201.31831Q183.04688 200.45894 183.04688 199.03706L183.04688 198.84956Q183.04688 197.89644 183.40625 197.16206Q183.76562 196.41206 184.40625 196.00581Q185.0625 195.58394 185.8125 195.58394Q187.04688 195.58394 187.73438 196.39644Q188.42188 197.20894 188.42188 198.72456L188.42188 199.17769L184.125 199.17769Q184.15625 200.11519 184.67188 200.69331Q185.20312 201.27144 186.01562 201.27144Q186.57812 201.27144 186.96875 201.03706Q187.375 200.80269 187.6875 200.41206L188.34375 200.92769Q187.54688 202.16206 185.95312 202.16206ZM185.8125 196.47456Q185.15625 196.47456 184.70312 196.95894Q184.26562 197.42769 184.17188 198.28706L187.34375 198.28706L187.34375 198.20894Q187.29688 197.38081 186.89062 196.92769Q186.5 196.47456 185.8125 196.47456ZM193.01562 200.34956Q193.01562 199.91206 192.67188 199.67769Q192.34375 199.42769 191.51562 199.25581Q190.70312 199.08394 190.21875 198.83394Q189.73438 198.58394 189.5 198.25581Q189.28125 197.91206 189.28125 197.44331Q189.28125 196.66206 189.9375 196.13081Q190.59375 195.58394 191.625 195.58394Q192.70312 195.58394 193.35938 196.14644Q194.03125 196.69331 194.03125 197.55269L192.95312 197.55269Q192.95312 197.11519 192.5625 196.80269Q192.1875 196.47456 191.625 196.47456Q191.03125 196.47456 190.6875 196.74019Q190.35938 196.99019 190.35938 197.39644Q190.35938 197.78706 190.67188 197.99019Q190.98438 198.19331 191.79688 198.38081Q192.60938 198.55269 193.10938 198.80269Q193.60938 199.05269 193.84375 199.41206Q194.09375 199.77144 194.09375 200.27144Q194.09375 201.13081 193.40625 201.64644Q192.73438 202.16206 191.65625 202.16206Q190.89062 202.16206 190.29688 201.89644Q189.71875 201.61519 189.39062 201.13081Q189.0625 200.64644 189.0625 200.08394L190.14062 200.08394Q190.17188 200.63081 190.57812 200.95894Q190.98438 201.27144 191.65625 201.27144Q192.26562 201.27144 192.64062 201.02144Q193.01562 200.77144 193.01562 200.34956ZM197.95312 202.16206Q196.65625 202.16206 195.84375 201.31831Q195.04688 200.45894 195.04688 199.03706L195.04688 198.84956Q195.04688 197.89644 195.40625 197.16206Q195.76562 196.41206 196.40625 196.00581Q197.0625 195.58394 197.8125 195.58394Q199.04688 195.58394 199.73438 196.39644Q200.42188 197.20894 200.42188 198.72456L200.42188 199.17769L196.125 199.17769Q196.15625 200.11519 196.67188 200.69331Q197.20312 201.27144 198.01562 201.27144Q198.57812 201.27144 198.96875 201.03706Q199.375 200.80269 199.6875 200.41206L200.34375 200.92769Q199.54688 202.16206 197.95312 202.16206ZM197.8125 196.47456Q197.15625 196.47456 196.70312 196.95894Q196.26562 197.42769 196.17188 198.28706L199.34375 198.28706L199.34375 198.20894Q199.29688 197.38081 198.89062 196.92769Q198.5 196.47456 197.8125 196.47456Z" fill-rule="nonzero"/><path fill="#666666" d="M140.60938 221.50581L140.60938 224.84956L139.48438 224.84956L139.48438 216.31831L142.64062 216.31831Q144.03125 216.31831 144.82812 217.03706Q145.625 217.74019 145.625 218.92769Q145.625 220.16206 144.84375 220.83394Q144.07812 221.50581 142.625 221.50581L140.60938 221.50581ZM140.60938 220.58394L142.64062 220.58394Q143.54688 220.58394 144.01562 220.16206Q144.5 219.74019 144.5 218.94331Q144.5 218.17769 144.01562 217.72456Q143.54688 217.25581 142.70312 217.24019L140.60938 217.24019L140.60938 220.58394ZM147.03125 221.61519Q147.03125 220.69331 147.39062 219.94331Q147.76562 219.19331 148.42188 218.80269Q149.07812 218.39644 149.90625 218.39644Q151.20312 218.39644 152.0 219.28706Q152.8125 220.17769 152.8125 221.67769L152.8125 221.75581Q152.8125 222.67769 152.45312 223.41206Q152.09375 224.14644 151.4375 224.56831Q150.78125 224.97456 149.92188 224.97456Q148.64062 224.97456 147.82812 224.08394Q147.03125 223.17769 147.03125 221.69331L147.03125 221.61519ZM148.125 221.75581Q148.125 222.80269 148.60938 223.44331Q149.10938 224.08394 149.92188 224.08394Q150.75 224.08394 151.23438 223.44331Q151.71875 222.78706 151.71875 221.61519Q151.71875 220.58394 151.21875 219.94331Q150.73438 219.28706 149.90625 219.28706Q149.10938 219.28706 148.60938 219.92769Q148.125 220.55269 148.125 221.75581ZM157.39062 219.47456Q157.14062 219.44331 156.85938 219.44331Q155.78125 219.44331 155.40625 220.34956L155.40625 224.84956L154.32812 224.84956L154.32812 218.50581L155.375 218.50581L155.39062 219.24019Q155.92188 218.39644 156.90625 218.39644Q157.21875 218.39644 157.39062 218.47456L157.39062 219.47456ZM159.79688 216.97456L159.79688 218.50581L160.96875 218.50581L160.96875 219.34956L159.79688 219.34956L159.79688 223.27144Q159.79688 223.66206 159.95312 223.84956Q160.10938 224.03706 160.48438 224.03706Q160.67188 224.03706 161.0 223.97456L161.0 224.84956Q160.57812 224.97456 160.17188 224.97456Q159.45312 224.97456 159.07812 224.53706Q158.70312 224.08394 158.70312 223.27144L158.70312 219.34956L157.54688 219.34956L157.54688 218.50581L158.70312 218.50581L158.70312 216.97456L159.79688 216.97456ZM166.23438 224.22456Q165.60938 224.97456 164.375 224.97456Q163.35938 224.97456 162.82812 224.38081Q162.29688 223.78706 162.29688 222.63081L162.29688 218.50581L163.375 218.50581L163.375 222.59956Q163.375 224.05269 164.54688 224.05269Q165.79688 224.05269 166.20312 223.11519L166.20312 218.50581L167.29688 218.50581L167.29688 224.84956L166.26562 224.84956L166.23438 224.22456ZM169.0625 221.63081Q169.0625 220.14644 169.75 219.27144Q170.4375 218.39644 171.5625 218.39644Q172.71875 218.39644 173.375 219.20894L173.42188 218.50581L174.42188 218.50581L174.42188 224.69331Q174.42188 225.92769 173.6875 226.63081Q172.95312 227.34956 171.73438 227.34956Q171.04688 227.34956 170.39062 227.05269Q169.73438 226.75581 169.39062 226.25581L169.95312 225.59956Q170.64062 226.45894 171.65625 226.45894Q172.4375 226.45894 172.875 226.00581Q173.32812 225.56831 173.32812 224.75581L173.32812 224.20894Q172.67188 224.97456 171.54688 224.97456Q170.4375 224.97456 169.75 224.08394Q169.0625 223.17769 169.0625 221.63081ZM170.15625 221.75581Q170.15625 222.81831 170.59375 223.44331Q171.03125 224.05269 171.82812 224.05269Q172.84375 224.05269 173.32812 223.11519L173.32812 220.22456Q172.82812 219.31831 171.82812 219.31831Q171.04688 219.31831 170.59375 219.92769Q170.15625 220.53706 170.15625 221.75581ZM180.23438 224.22456Q179.60938 224.97456 178.375 224.97456Q177.35938 224.97456 176.82812 224.38081Q176.29688 223.78706 176.29688 222.63081L176.29688 218.50581L177.375 218.50581L177.375 222.59956Q177.375 224.05269 178.54688 224.05269Q179.79688 224.05269 180.20312 223.11519L180.20312 218.50581L181.29688 218.50581L181.29688 224.84956L180.26562 224.84956L180.23438 224.22456ZM185.95312 224.97456Q184.65625 224.97456 183.84375 224.13081Q183.04688 223.27144 183.04688 221.84956L183.04688 221.66206Q183.04688 220.70894 183.40625 219.97456Q183.76562 219.22456 184.40625 218.81831Q185.0625 218.39644 185.8125 218.39644Q187.04688 218.39644 187.73438 219.20894Q188.42188 220.02144 188.42188 221.53706L188.42188 221.99019L184.125 221.99019Q184.15625 222.92769 184.67188 223.50581Q185.20312 224.08394 186.01562 224.08394Q186.57812 224.08394 186.96875 223.84956Q187.375 223.61519 187.6875 223.22456L188.34375 223.74019Q187.54688 224.97456 185.95312 224.97456ZM185.8125 219.28706Q185.15625 219.28706 184.70312 219.77144Q184.26562 220.24019 184.17188 221.09956L187.34375 221.09956L187.34375 221.02144Q187.29688 220.19331 186.89062 219.74019Q186.5 219.28706 185.8125 219.28706ZM193.01562 223.16206Q193.01562 222.72456 192.67188 222.49019Q192.34375 222.24019 191.51562 222.06831Q190.70312 221.89644 190.21875 221.64644Q189.73438 221.39644 189.5 221.06831Q189.28125 220.72456 189.28125 220.25581Q189.28125 219.47456 189.9375 218.94331Q190.59375 218.39644 191.625 218.39644Q192.70312 218.39644 193.35938 218.95894Q194.03125 219.50581 194.03125 220.36519L192.95312 220.36519Q192.95312 219.92769 192.5625 219.61519Q192.1875 219.28706 191.625 219.28706Q191.03125 219.28706 190.6875 219.55269Q190.35938 219.80269 190.35938 220.20894Q190.35938 220.59956 190.67188 220.80269Q190.98438 221.00581 191.79688 221.19331Q192.60938 221.36519 193.10938 221.61519Q193.60938 221.86519 193.84375 222.22456Q194.09375 222.58394 194.09375 223.08394Q194.09375 223.94331 193.40625 224.45894Q192.73438 224.97456 191.65625 224.97456Q190.89062 224.97456 190.29688 224.70894Q189.71875 224.42769 189.39062 223.94331Q189.0625 223.45894 189.0625 222.89644L190.14062 222.89644Q190.17188 223.44331 190.57812 223.77144Q190.98438 224.08394 191.65625 224.08394Q192.26562 224.08394 192.64062 223.83394Q193.01562 223.58394 193.01562 223.16206ZM197.95312 224.97456Q196.65625 224.97456 195.84375 224.13081Q195.04688 223.27144 195.04688 221.84956L195.04688 221.66206Q195.04688 220.70894 195.40625 219.97456Q195.76562 219.22456 196.40625 218.81831Q197.0625 218.39644 197.8125 218.39644Q199.04688 218.39644 199.73438 219.20894Q200.42188 220.02144 200.42188 221.53706L200.42188 221.99019L196.125 221.99019Q196.15625 222.92769 196.67188 223.50581Q197.20312 224.08394 198.01562 224.08394Q198.57812 224.08394 198.96875 223.84956Q199.375 223.61519 199.6875 223.22456L200.34375 223.74019Q199.54688 224.97456 197.95312 224.97456ZM197.8125 219.28706Q197.15625 219.28706 196.70312 219.77144Q196.26562 220.24019 196.17188 221.09956L199.34375 221.09956L199.34375 221.02144Q199.29688 220.19331 198.89062 219.74019Q198.5 219.28706 197.8125 219.28706Z" fill-rule="nonzero"/><path fill="#666666" d="M168.60938 244.31831L168.60938 247.66206L167.48438 247.66206L167.48438 239.13081L170.64062 239.13081Q172.03125 239.13081 172.82812 239.84956Q173.625 240.55269 173.625 241.74019Q173.625 242.97456 172.84375 243.64644Q172.07812 244.31831 170.625 244.31831L168.60938 244.31831ZM168.60938 243.39644L170.64062 243.39644Q171.54688 243.39644 172.01562 242.97456Q172.5 242.55269 172.5 241.75581Q172.5 240.99019 172.01562 240.53706Q171.54688 240.06831 170.70312 240.05269L168.60938 240.05269L168.60938 243.39644ZM175.03125 244.42769Q175.03125 243.50581 175.39062 242.75581Q175.76562 242.00581 176.42188 241.61519Q177.07812 241.20894 177.90625 241.20894Q179.20312 241.20894 180.0 242.09956Q180.8125 242.99019 180.8125 244.49019L180.8125 244.56831Q180.8125 245.49019 180.45312 246.22456Q180.09375 246.95894 179.4375 247.38081Q178.78125 247.78706 177.92188 247.78706Q176.64062 247.78706 175.82812 246.89644Q175.03125 245.99019 175.03125 244.50581L175.03125 244.42769ZM176.125 244.56831Q176.125 245.61519 176.60938 246.25581Q177.10938 246.89644 177.92188 246.89644Q178.75 246.89644 179.23438 246.25581Q179.71875 245.59956 179.71875 244.42769Q179.71875 243.39644 179.21875 242.75581Q178.73438 242.09956 177.90625 242.09956Q177.10938 242.09956 176.60938 242.74019Q176.125 243.36519 176.125 244.56831ZM183.5 247.66206L182.42188 247.66206L182.42188 238.66206L183.5 238.66206L183.5 247.66206ZM186.5 247.66206L185.42188 247.66206L185.42188 241.31831L186.5 241.31831L186.5 247.66206ZM185.32812 239.64644Q185.32812 239.38081 185.48438 239.19331Q185.65625 239.00581 185.96875 239.00581Q186.28125 239.00581 186.4375 239.19331Q186.60938 239.38081 186.60938 239.64644Q186.60938 239.89644 186.4375 240.08394Q186.28125 240.25581 185.96875 240.25581Q185.65625 240.25581 185.48438 240.08394Q185.32812 239.89644 185.32812 239.64644ZM192.01562 245.97456Q192.01562 245.53706 191.67188 245.30269Q191.34375 245.05269 190.51562 244.88081Q189.70312 244.70894 189.21875 244.45894Q188.73438 244.20894 188.5 243.88081Q188.28125 243.53706 188.28125 243.06831Q188.28125 242.28706 188.9375 241.75581Q189.59375 241.20894 190.625 241.20894Q191.70312 241.20894 192.35938 241.77144Q193.03125 242.31831 193.03125 243.17769L191.95312 243.17769Q191.95312 242.74019 191.5625 242.42769Q191.1875 242.09956 190.625 242.09956Q190.03125 242.09956 189.6875 242.36519Q189.35938 242.61519 189.35938 243.02144Q189.35938 243.41206 189.67188 243.61519Q189.98438 243.81831 190.79688 244.00581Q191.60938 244.17769 192.10938 244.42769Q192.60938 244.67769 192.84375 245.03706Q193.09375 245.39644 193.09375 245.89644Q193.09375 246.75581 192.40625 247.27144Q191.73438 247.78706 190.65625 247.78706Q189.89062 247.78706 189.29688 247.52144Q188.71875 247.24019 188.39062 246.75581Q188.0625 246.27144 188.0625 245.70894L189.14062 245.70894Q189.17188 246.25581 189.57812 246.58394Q189.98438 246.89644 190.65625 246.89644Q191.26562 246.89644 191.64062 246.64644Q192.01562 246.39644 192.01562 245.97456ZM195.40625 242.08394Q196.125 241.20894 197.28125 241.20894Q199.29688 241.20894 199.3125 243.47456L199.3125 247.66206L198.21875 247.66206L198.21875 243.45894Q198.21875 242.78706 197.90625 242.45894Q197.60938 242.13081 196.95312 242.13081Q196.42188 242.13081 196.01562 242.41206Q195.625 242.69331 195.40625 243.14644L195.40625 247.66206L194.32812 247.66206L194.32812 238.66206L195.40625 238.66206L195.40625 242.08394Z" fill-rule="nonzero"/><path fill="#666666" d="M168.70312 270.47458L167.57812 270.47458L167.57812 261.94333L168.70312 261.94333L168.70312 270.47458ZM171.79688 262.59958L171.79688 264.13083L172.96875 264.13083L172.96875 264.97458L171.79688 264.97458L171.79688 268.89645Q171.79688 269.28708 171.95312 269.47458Q172.10938 269.66208 172.48438 269.66208Q172.67188 269.66208 173.0 269.59958L173.0 270.47458Q172.57812 270.59958 172.17188 270.59958Q171.45312 270.59958 171.07812 270.16208Q170.70312 269.70895 170.70312 268.89645L170.70312 264.97458L169.54688 264.97458L169.54688 264.13083L170.70312 264.13083L170.70312 262.59958L171.79688 262.59958ZM178.23438 270.47458Q178.14062 270.28708 178.07812 269.8027Q177.32812 270.59958 176.28125 270.59958Q175.34375 270.59958 174.73438 270.06833Q174.14062 269.53708 174.14062 268.70895Q174.14062 267.72458 174.89062 267.1777Q175.64062 266.63083 177.01562 266.63083L178.0625 266.63083L178.0625 266.13083Q178.0625 265.56833 177.71875 265.2402Q177.39062 264.89645 176.71875 264.89645Q176.14062 264.89645 175.75 265.19333Q175.35938 265.47458 175.35938 265.89645L174.26562 265.89645Q174.26562 265.41208 174.59375 264.97458Q174.9375 264.53708 175.51562 264.28708Q176.09375 264.02145 176.78125 264.02145Q177.89062 264.02145 178.5 264.56833Q179.125 265.1152 179.15625 266.06833L179.15625 268.9902Q179.15625 269.8652 179.375 270.38083L179.375 270.47458L178.23438 270.47458ZM176.4375 269.64645Q176.95312 269.64645 177.40625 269.38083Q177.85938 269.1152 178.0625 268.69333L178.0625 267.39645L177.21875 267.39645Q175.21875 267.39645 175.21875 268.56833Q175.21875 269.06833 175.5625 269.3652Q175.90625 269.64645 176.4375 269.64645ZM182.5 270.47458L181.42188 270.47458L181.42188 261.47458L182.5 261.47458L182.5 270.47458ZM185.5 270.47458L184.42188 270.47458L184.42188 264.13083L185.5 264.13083L185.5 270.47458ZM184.32812 262.45895Q184.32812 262.19333 184.48438 262.00583Q184.65625 261.81833 184.96875 261.81833Q185.28125 261.81833 185.4375 262.00583Q185.60938 262.19333 185.60938 262.45895Q185.60938 262.70895 185.4375 262.89645Q185.28125 263.06833 184.96875 263.06833Q184.65625 263.06833 184.48438 262.89645Q184.32812 262.70895 184.32812 262.45895ZM191.23438 270.47458Q191.14062 270.28708 191.07812 269.8027Q190.32812 270.59958 189.28125 270.59958Q188.34375 270.59958 187.73438 270.06833Q187.14062 269.53708 187.14062 268.70895Q187.14062 267.72458 187.89062 267.1777Q188.64062 266.63083 190.01562 266.63083L191.0625 266.63083L191.0625 266.13083Q191.0625 265.56833 190.71875 265.2402Q190.39062 264.89645 189.71875 264.89645Q189.14062 264.89645 188.75 265.19333Q188.35938 265.47458 188.35938 265.89645L187.26562 265.89645Q187.26562 265.41208 187.59375 264.97458Q187.9375 264.53708 188.51562 264.28708Q189.09375 264.02145 189.78125 264.02145Q190.89062 264.02145 191.5 264.56833Q192.125 265.1152 192.15625 266.06833L192.15625 268.9902Q192.15625 269.8652 192.375 270.38083L192.375 270.47458L191.23438 270.47458ZM189.4375 269.64645Q189.95312 269.64645 190.40625 269.38083Q190.85938 269.1152 191.0625 268.69333L191.0625 267.39645L190.21875 267.39645Q188.21875 267.39645 188.21875 268.56833Q188.21875 269.06833 188.5625 269.3652Q188.90625 269.64645 189.4375 269.64645ZM195.34375 264.13083L195.375 264.9277Q196.10938 264.02145 197.28125 264.02145Q199.29688 264.02145 199.3125 266.28708L199.3125 270.47458L198.21875 270.47458L198.21875 266.27145Q198.21875 265.59958 197.90625 265.27145Q197.60938 264.94333 196.95312 264.94333Q196.42188 264.94333 196.01562 265.22458Q195.625 265.50583 195.40625 265.95895L195.40625 270.47458L194.32812 270.47458L194.32812 264.13083L195.34375 264.13083Z" fill-rule="nonzero"/><path fill="#666666" d="M159.0 289.4902Q157.5625 289.06833 156.89062 288.45895Q156.23438 287.84958 156.23438 286.95895Q156.23438 285.95895 157.03125 285.3027Q157.84375 284.63083 159.14062 284.63083Q160.01562 284.63083 160.70312 284.97458Q161.39062 285.31833 161.76562 285.91208Q162.15625 286.50583 162.15625 287.22458L161.01562 287.22458Q161.01562 286.44333 160.51562 286.00583Q160.03125 285.56833 159.14062 285.56833Q158.3125 285.56833 157.84375 285.94333Q157.375 286.3027 157.375 286.94333Q157.375 287.47458 157.8125 287.83395Q158.26562 288.19333 159.32812 288.4902Q160.39062 288.78708 160.98438 289.14645Q161.59375 289.50583 161.875 289.9902Q162.17188 290.47458 162.17188 291.1152Q162.17188 292.16208 161.35938 292.78708Q160.54688 293.41208 159.20312 293.41208Q158.3125 293.41208 157.54688 293.06833Q156.79688 292.72458 156.375 292.14645Q155.96875 291.5527 155.96875 290.81833L157.09375 290.81833Q157.09375 291.58395 157.67188 292.03708Q158.25 292.4902 159.20312 292.4902Q160.09375 292.4902 160.5625 292.13083Q161.03125 291.75583 161.03125 291.13083Q161.03125 290.50583 160.59375 290.16208Q160.15625 289.81833 159.0 289.4902ZM168.9375 291.78708L170.15625 286.94333L171.23438 286.94333L169.39062 293.28708L168.51562 293.28708L166.96875 288.47458L165.46875 293.28708L164.59375 293.28708L162.75 286.94333L163.82812 286.94333L165.07812 291.69333L166.5625 286.94333L167.42188 286.94333L168.9375 291.78708ZM174.95312 293.41208Q173.65625 293.41208 172.84375 292.56833Q172.04688 291.70895 172.04688 290.28708L172.04688 290.09958Q172.04688 289.14645 172.40625 288.41208Q172.76562 287.66208 173.40625 287.25583Q174.0625 286.83395 174.8125 286.83395Q176.04688 286.83395 176.73438 287.64645Q177.42188 288.45895 177.42188 289.97458L177.42188 290.4277L173.125 290.4277Q173.15625 291.3652 173.67188 291.94333Q174.20312 292.52145 175.01562 292.52145Q175.57812 292.52145 175.96875 292.28708Q176.375 292.0527 176.6875 291.66208L177.34375 292.1777Q176.54688 293.41208 174.95312 293.41208ZM174.8125 287.72458Q174.15625 287.72458 173.70312 288.20895Q173.26562 288.6777 173.17188 289.53708L176.34375 289.53708L176.34375 289.45895Q176.29688 288.63083 175.89062 288.1777Q175.5 287.72458 174.8125 287.72458ZM178.0625 290.06833Q178.0625 288.59958 178.75 287.72458Q179.4375 286.83395 180.5625 286.83395Q181.67188 286.83395 182.32812 287.58395L182.32812 284.28708L183.40625 284.28708L183.40625 293.28708L182.40625 293.28708L182.35938 292.59958Q181.70312 293.41208 180.54688 293.41208Q179.45312 293.41208 178.75 292.50583Q178.0625 291.59958 178.0625 290.14645L178.0625 290.06833ZM179.14062 290.19333Q179.14062 291.27145 179.57812 291.88083Q180.03125 292.4902 180.8125 292.4902Q181.84375 292.4902 182.32812 291.5527L182.32812 288.64645Q181.84375 287.75583 180.82812 287.75583Q180.03125 287.75583 179.57812 288.3652Q179.14062 288.97458 179.14062 290.19333ZM186.5 293.28708L185.42188 293.28708L185.42188 286.94333L186.5 286.94333L186.5 293.28708ZM185.32812 285.27145Q185.32812 285.00583 185.48438 284.81833Q185.65625 284.63083 185.96875 284.63083Q186.28125 284.63083 186.4375 284.81833Q186.60938 285.00583 186.60938 285.27145Q186.60938 285.52145 186.4375 285.70895Q186.28125 285.88083 185.96875 285.88083Q185.65625 285.88083 185.48438 285.70895Q185.32812 285.52145 185.32812 285.27145ZM192.01562 291.59958Q192.01562 291.16208 191.67188 290.9277Q191.34375 290.6777 190.51562 290.50583Q189.70312 290.33395 189.21875 290.08395Q188.73438 289.83395 188.5 289.50583Q188.28125 289.16208 188.28125 288.69333Q188.28125 287.91208 188.9375 287.38083Q189.59375 286.83395 190.625 286.83395Q191.70312 286.83395 192.35938 287.39645Q193.03125 287.94333 193.03125 288.8027L191.95312 288.8027Q191.95312 288.3652 191.5625 288.0527Q191.1875 287.72458 190.625 287.72458Q190.03125 287.72458 189.6875 287.9902Q189.35938 288.2402 189.35938 288.64645Q189.35938 289.03708 189.67188 289.2402Q189.98438 289.44333 190.79688 289.63083Q191.60938 289.8027 192.10938 290.0527Q192.60938 290.3027 192.84375 290.66208Q193.09375 291.02145 193.09375 291.52145Q193.09375 292.38083 192.40625 292.89645Q191.73438 293.41208 190.65625 293.41208Q189.89062 293.41208 189.29688 293.14645Q188.71875 292.8652 188.39062 292.38083Q188.0625 291.89645 188.0625 291.33395L189.14062 291.33395Q189.17188 291.88083 189.57812 292.20895Q189.98438 292.52145 190.65625 292.52145Q191.26562 292.52145 191.64062 292.27145Q192.01562 292.02145 192.01562 291.59958ZM195.40625 287.70895Q196.125 286.83395 197.28125 286.83395Q199.29688 286.83395 199.3125 289.09958L199.3125 293.28708L198.21875 293.28708L198.21875 289.08395Q198.21875 288.41208 197.90625 288.08395Q197.60938 287.75583 196.95312 287.75583Q196.42188 287.75583 196.01562 288.03708Q195.625 288.31833 195.40625 288.77145L195.40625 293.28708L194.32812 293.28708L194.32812 284.28708L195.40625 284.28708L195.40625 287.70895Z" fill-rule="nonzero"/><path fill="#666666" d="M169.48438 316.09958L169.48438 307.56833L171.90625 307.56833Q173.01562 307.56833 173.85938 308.06833Q174.71875 308.5527 175.1875 309.45895Q175.65625 310.3652 175.65625 311.5527L175.65625 312.08395Q175.65625 313.3027 175.1875 314.20895Q174.73438 315.1152 173.85938 315.59958Q173.0 316.08395 171.85938 316.09958L169.48438 316.09958ZM170.60938 308.4902L170.60938 315.1777L171.79688 315.1777Q173.09375 315.1777 173.8125 314.38083Q174.54688 313.56833 174.54688 312.06833L174.54688 311.56833Q174.54688 310.1152 173.85938 309.31833Q173.1875 308.50583 171.92188 308.4902L170.60938 308.4902ZM181.23438 315.47458Q180.60938 316.22458 179.375 316.22458Q178.35938 316.22458 177.82812 315.63083Q177.29688 315.03708 177.29688 313.88083L177.29688 309.75583L178.375 309.75583L178.375 313.84958Q178.375 315.3027 179.54688 315.3027Q180.79688 315.3027 181.20312 314.3652L181.20312 309.75583L182.29688 309.75583L182.29688 316.09958L181.26562 316.09958L181.23438 315.47458ZM185.79688 308.22458L185.79688 309.75583L186.96875 309.75583L186.96875 310.59958L185.79688 310.59958L185.79688 314.52145Q185.79688 314.91208 185.95312 315.09958Q186.10938 315.28708 186.48438 315.28708Q186.67188 315.28708 187.0 315.22458L187.0 316.09958Q186.57812 316.22458 186.17188 316.22458Q185.45312 316.22458 185.07812 315.78708Q184.70312 315.33395 184.70312 314.52145L184.70312 310.59958L183.54688 310.59958L183.54688 309.75583L184.70312 309.75583L184.70312 308.22458L185.79688 308.22458ZM190.85938 315.33395Q191.4375 315.33395 191.875 314.9902Q192.3125 314.63083 192.35938 314.09958L193.39062 314.09958Q193.35938 314.64645 193.0 315.14645Q192.65625 315.63083 192.07812 315.9277Q191.51562 316.22458 190.85938 316.22458Q189.5625 316.22458 188.79688 315.3652Q188.04688 314.4902 188.04688 312.9902L188.04688 312.8027Q188.04688 311.88083 188.375 311.16208Q188.71875 310.44333 189.34375 310.0527Q189.98438 309.64645 190.85938 309.64645Q191.92188 309.64645 192.625 310.28708Q193.34375 310.91208 193.39062 311.94333L192.35938 311.94333Q192.3125 311.31833 191.89062 310.9277Q191.46875 310.53708 190.85938 310.53708Q190.03125 310.53708 189.57812 311.13083Q189.125 311.72458 189.125 312.84958L189.125 313.0527Q189.125 314.14645 189.57812 314.7402Q190.03125 315.33395 190.85938 315.33395ZM195.40625 310.52145Q196.125 309.64645 197.28125 309.64645Q199.29688 309.64645 199.3125 311.91208L199.3125 316.09958L198.21875 316.09958L198.21875 311.89645Q198.21875 311.22458 197.90625 310.89645Q197.60938 310.56833 196.95312 310.56833Q196.42188 310.56833 196.01562 310.84958Q195.625 311.13083 195.40625 311.58395L195.40625 316.09958L194.32812 316.09958L194.32812 307.09958L195.40625 307.09958L195.40625 310.52145Z" fill-rule="nonzero"/><path fill="#666666" d="M155.5 330.38083L155.5 336.1777Q155.48438 337.38083 154.73438 338.16208Q153.98438 338.9277 152.70312 339.02145L152.39062 339.03708Q151.0 339.03708 150.15625 338.28708Q149.32812 337.52145 149.32812 336.19333L149.32812 330.38083L150.4375 330.38083L150.4375 336.16208Q150.4375 337.08395 150.9375 337.59958Q151.45312 338.1152 152.39062 338.1152Q153.35938 338.1152 153.85938 337.59958Q154.35938 337.08395 154.35938 336.16208L154.35938 330.38083L155.5 330.38083ZM159.09375 335.97458L158.40625 336.6777L158.40625 338.91208L157.32812 338.91208L157.32812 329.91208L158.40625 329.91208L158.40625 335.34958L158.98438 334.66208L160.96875 332.56833L162.28125 332.56833L159.8125 335.22458L162.57812 338.91208L161.29688 338.91208L159.09375 335.97458ZM166.39062 333.53708Q166.14062 333.50583 165.85938 333.50583Q164.78125 333.50583 164.40625 334.41208L164.40625 338.91208L163.32812 338.91208L163.32812 332.56833L164.375 332.56833L164.39062 333.3027Q164.92188 332.45895 165.90625 332.45895Q166.21875 332.45895 166.39062 332.53708L166.39062 333.53708ZM171.23438 338.91208Q171.14062 338.72458 171.07812 338.2402Q170.32812 339.03708 169.28125 339.03708Q168.34375 339.03708 167.73438 338.50583Q167.14062 337.97458 167.14062 337.14645Q167.14062 336.16208 167.89062 335.6152Q168.64062 335.06833 170.01562 335.06833L171.0625 335.06833L171.0625 334.56833Q171.0625 334.00583 170.71875 333.6777Q170.39062 333.33395 169.71875 333.33395Q169.14062 333.33395 168.75 333.63083Q168.35938 333.91208 168.35938 334.33395L167.26562 334.33395Q167.26562 333.84958 167.59375 333.41208Q167.9375 332.97458 168.51562 332.72458Q169.09375 332.45895 169.78125 332.45895Q170.89062 332.45895 171.5 333.00583Q172.125 333.5527 172.15625 334.50583L172.15625 337.4277Q172.15625 338.3027 172.375 338.81833L172.375 338.91208L171.23438 338.91208ZM169.4375 338.08395Q169.95312 338.08395 170.40625 337.81833Q170.85938 337.5527 171.0625 337.13083L171.0625 335.83395L170.21875 335.83395Q168.21875 335.83395 168.21875 337.00583Q168.21875 337.50583 168.5625 337.8027Q168.90625 338.08395 169.4375 338.08395ZM175.5 338.91208L174.42188 338.91208L174.42188 332.56833L175.5 332.56833L175.5 338.91208ZM174.32812 330.89645Q174.32812 330.63083 174.48438 330.44333Q174.65625 330.25583 174.96875 330.25583Q175.28125 330.25583 175.4375 330.44333Q175.60938 330.63083 175.60938 330.89645Q175.60938 331.14645 175.4375 331.33395Q175.28125 331.50583 174.96875 331.50583Q174.65625 331.50583 174.48438 331.33395Q174.32812 331.14645 174.32812 330.89645ZM178.34375 332.56833L178.375 333.3652Q179.10938 332.45895 180.28125 332.45895Q182.29688 332.45895 182.3125 334.72458L182.3125 338.91208L181.21875 338.91208L181.21875 334.70895Q181.21875 334.03708 180.90625 333.70895Q180.60938 333.38083 179.95312 333.38083Q179.42188 333.38083 179.01562 333.66208Q178.625 333.94333 178.40625 334.39645L178.40625 338.91208L177.32812 338.91208L177.32812 332.56833L178.34375 332.56833ZM185.5 338.91208L184.42188 338.91208L184.42188 332.56833L185.5 332.56833L185.5 338.91208ZM184.32812 330.89645Q184.32812 330.63083 184.48438 330.44333Q184.65625 330.25583 184.96875 330.25583Q185.28125 330.25583 185.4375 330.44333Q185.60938 330.63083 185.60938 330.89645Q185.60938 331.14645 185.4375 331.33395Q185.28125 331.50583 184.96875 331.50583Q184.65625 331.50583 184.48438 331.33395Q184.32812 331.14645 184.32812 330.89645ZM191.23438 338.91208Q191.14062 338.72458 191.07812 338.2402Q190.32812 339.03708 189.28125 339.03708Q188.34375 339.03708 187.73438 338.50583Q187.14062 337.97458 187.14062 337.14645Q187.14062 336.16208 187.89062 335.6152Q188.64062 335.06833 190.01562 335.06833L191.0625 335.06833L191.0625 334.56833Q191.0625 334.00583 190.71875 333.6777Q190.39062 333.33395 189.71875 333.33395Q189.14062 333.33395 188.75 333.63083Q188.35938 333.91208 188.35938 334.33395L187.26562 334.33395Q187.26562 333.84958 187.59375 333.41208Q187.9375 332.97458 188.51562 332.72458Q189.09375 332.45895 189.78125 332.45895Q190.89062 332.45895 191.5 333.00583Q192.125 333.5527 192.15625 334.50583L192.15625 337.4277Q192.15625 338.3027 192.375 338.81833L192.375 338.91208L191.23438 338.91208ZM189.4375 338.08395Q189.95312 338.08395 190.40625 337.81833Q190.85938 337.5527 191.0625 337.13083L191.0625 335.83395L190.21875 335.83395Q188.21875 335.83395 188.21875 337.00583Q188.21875 337.50583 188.5625 337.8027Q188.90625 338.08395 189.4375 338.08395ZM195.34375 332.56833L195.375 333.3652Q196.10938 332.45895 197.28125 332.45895Q199.29688 332.45895 199.3125 334.72458L199.3125 338.91208L198.21875 338.91208L198.21875 334.70895Q198.21875 334.03708 197.90625 333.70895Q197.60938 333.38083 196.95312 333.38083Q196.42188 333.38083 196.01562 333.66208Q195.625 333.94333 195.40625 334.39645L195.40625 338.91208L194.32812 338.91208L194.32812 332.56833L195.34375 332.56833Z" fill-rule="nonzero"/><path fill="#666666" d="M173.04688 357.7402Q173.04688 358.9902 172.625 359.9277Q172.20312 360.84958 171.42188 361.34958Q170.65625 361.84958 169.625 361.84958Q168.625 361.84958 167.84375 361.34958Q167.0625 360.84958 166.625 359.94333Q166.20312 359.02145 166.1875 357.8027L166.1875 357.19333Q166.1875 355.95895 166.60938 355.02145Q167.04688 354.08395 167.82812 353.58395Q168.60938 353.06833 169.625 353.06833Q170.64062 353.06833 171.42188 353.56833Q172.20312 354.06833 172.625 355.00583Q173.04688 355.94333 173.04688 357.19333L173.04688 357.7402ZM171.9375 357.1777Q171.9375 355.66208 171.32812 354.84958Q170.71875 354.03708 169.625 354.03708Q168.54688 354.03708 167.9375 354.84958Q167.32812 355.66208 167.3125 357.09958L167.3125 357.7402Q167.3125 359.20895 167.92188 360.0527Q168.54688 360.88083 169.625 360.88083Q170.71875 360.88083 171.3125 360.09958Q171.92188 359.3027 171.9375 357.81833L171.9375 357.1777ZM175.79688 353.84958L175.79688 355.38083L176.96875 355.38083L176.96875 356.22458L175.79688 356.22458L175.79688 360.14645Q175.79688 360.53708 175.95312 360.72458Q176.10938 360.91208 176.48438 360.91208Q176.67188 360.91208 177.0 360.84958L177.0 361.72458Q176.57812 361.84958 176.17188 361.84958Q175.45312 361.84958 175.07812 361.41208Q174.70312 360.95895 174.70312 360.14645L174.70312 356.22458L173.54688 356.22458L173.54688 355.38083L174.70312 355.38083L174.70312 353.84958L175.79688 353.84958ZM179.40625 356.14645Q180.125 355.27145 181.28125 355.27145Q183.29688 355.27145 183.3125 357.53708L183.3125 361.72458L182.21875 361.72458L182.21875 357.52145Q182.21875 356.84958 181.90625 356.52145Q181.60938 356.19333 180.95312 356.19333Q180.42188 356.19333 180.01562 356.47458Q179.625 356.75583 179.40625 357.20895L179.40625 361.72458L178.32812 361.72458L178.32812 352.72458L179.40625 352.72458L179.40625 356.14645ZM187.95312 361.84958Q186.65625 361.84958 185.84375 361.00583Q185.04688 360.14645 185.04688 358.72458L185.04688 358.53708Q185.04688 357.58395 185.40625 356.84958Q185.76562 356.09958 186.40625 355.69333Q187.0625 355.27145 187.8125 355.27145Q189.04688 355.27145 189.73438 356.08395Q190.42188 356.89645 190.42188 358.41208L190.42188 358.8652L186.125 358.8652Q186.15625 359.8027 186.67188 360.38083Q187.20312 360.95895 188.01562 360.95895Q188.57812 360.95895 188.96875 360.72458Q189.375 360.4902 189.6875 360.09958L190.34375 360.6152Q189.54688 361.84958 187.95312 361.84958ZM187.8125 356.16208Q187.15625 356.16208 186.70312 356.64645Q186.26562 357.1152 186.17188 357.97458L189.34375 357.97458L189.34375 357.89645Q189.29688 357.06833 188.89062 356.6152Q188.5 356.16208 187.8125 356.16208ZM194.39062 356.34958Q194.14062 356.31833 193.85938 356.31833Q192.78125 356.31833 192.40625 357.22458L192.40625 361.72458L191.32812 361.72458L191.32812 355.38083L192.375 355.38083L192.39062 356.1152Q192.92188 355.27145 193.90625 355.27145Q194.21875 355.27145 194.39062 355.34958L194.39062 356.34958ZM199.01562 360.03708Q199.01562 359.59958 198.67188 359.3652Q198.34375 359.1152 197.51562 358.94333Q196.70312 358.77145 196.21875 358.52145Q195.73438 358.27145 195.5 357.94333Q195.28125 357.59958 195.28125 357.13083Q195.28125 356.34958 195.9375 355.81833Q196.59375 355.27145 197.625 355.27145Q198.70312 355.27145 199.35938 355.83395Q200.03125 356.38083 200.03125 357.2402L198.95312 357.2402Q198.95312 356.8027 198.5625 356.4902Q198.1875 356.16208 197.625 356.16208Q197.03125 356.16208 196.6875 356.4277Q196.35938 356.6777 196.35938 357.08395Q196.35938 357.47458 196.67188 357.6777Q196.98438 357.88083 197.79688 358.06833Q198.60938 358.2402 199.10938 358.4902Q199.60938 358.7402 199.84375 359.09958Q200.09375 359.45895 200.09375 359.95895Q200.09375 360.81833 199.40625 361.33395Q198.73438 361.84958 197.65625 361.84958Q196.89062 361.84958 196.29688 361.58395Q195.71875 361.3027 195.39062 360.81833Q195.0625 360.33395 195.0625 359.77145L196.14062 359.77145Q196.17188 360.31833 196.57812 360.64645Q196.98438 360.95895 197.65625 360.95895Q198.26562 360.95895 198.64062 360.70895Q199.01562 360.45895 199.01562 360.03708Z" fill-rule="nonzero"/><path fill="#666666" d="M204.5625 386.9824Q204.5625 388.88864 203.90625 389.82614Q203.26562 390.74802 201.875 390.74802Q200.51562 390.74802 199.85938 389.84177Q199.20312 388.93552 199.17188 387.12302L199.17188 385.68552Q199.17188 383.7949 199.8125 382.88864Q200.46875 381.96677 201.85938 381.96677Q203.23438 381.96677 203.89062 382.8574Q204.54688 383.7324 204.5625 385.57614L204.5625 386.9824ZM203.46875 385.49802Q203.46875 384.12302 203.07812 383.49802Q202.70312 382.8574 201.85938 382.8574Q201.03125 382.8574 200.64062 383.49802Q200.26562 384.12302 200.26562 385.4199L200.26562 387.15427Q200.26562 388.52927 200.65625 389.20114Q201.0625 389.8574 201.875 389.8574Q202.67188 389.8574 203.0625 389.2324Q203.45312 388.6074 203.46875 387.27927L203.46875 385.49802ZM206.10938 383.7324Q206.10938 382.96677 206.59375 382.46677Q207.09375 381.96677 207.85938 381.96677Q208.64062 381.96677 209.125 382.46677Q209.60938 382.96677 209.60938 383.76364L209.60938 384.18552Q209.60938 384.95114 209.10938 385.45114Q208.625 385.93552 207.875 385.93552Q207.10938 385.93552 206.60938 385.45114Q206.10938 384.95114 206.10938 384.13864L206.10938 383.7324ZM206.92188 384.18552Q206.92188 384.63864 207.17188 384.93552Q207.4375 385.2324 207.875 385.2324Q208.29688 385.2324 208.54688 384.95114Q208.79688 384.65427 208.79688 384.15427L208.79688 383.7324Q208.79688 383.27927 208.54688 382.9824Q208.29688 382.6699 207.85938 382.6699Q207.42188 382.6699 207.17188 382.9824Q206.92188 383.27927 206.92188 383.74802L206.92188 384.18552ZM210.26562 388.52927Q210.26562 387.76364 210.75 387.27927Q211.25 386.77927 212.01562 386.77927Q212.78125 386.77927 213.26562 387.27927Q213.76562 387.76364 213.76562 388.57614L213.76562 388.9824Q213.76562 389.74802 213.28125 390.24802Q212.79688 390.74802 212.03125 390.74802Q211.26562 390.74802 210.76562 390.26364Q210.26562 389.76364 210.26562 388.95114L210.26562 388.52927ZM211.07812 388.9824Q211.07812 389.45114 211.32812 389.74802Q211.59375 390.0449 212.03125 390.0449Q212.45312 390.0449 212.70312 389.76364Q212.95312 389.46677 212.95312 388.96677L212.95312 388.52927Q212.95312 388.06052 212.6875 387.77927Q212.4375 387.4824 212.01562 387.4824Q211.59375 387.4824 211.32812 387.77927Q211.07812 388.06052 211.07812 388.56052L211.07812 388.9824ZM208.125 389.9824L207.5 389.59177L211.67188 382.9199L212.28125 383.31052L208.125 389.9824Z" fill-rule="nonzero"/><path fill="#666666" d="M294.05313 390.62302L288.45938 390.62302L288.45938 389.84177L291.4125 386.56052Q292.06876 385.81052 292.31876 385.3574Q292.56876 384.88864 292.56876 384.38864Q292.56876 383.71677 292.1625 383.2949Q291.77188 382.8574 291.08438 382.8574Q290.2875 382.8574 289.83438 383.32614Q289.38126 383.77927 289.38126 384.6074L288.30313 384.6074Q288.30313 383.4199 289.05313 382.70114Q289.81876 381.96677 291.08438 381.96677Q292.2875 381.96677 292.975 382.59177Q293.6625 383.21677 293.6625 384.26364Q293.6625 385.51364 292.05313 387.26364L289.77188 389.7324L294.05313 389.7324L294.05313 390.62302ZM300.81876 386.9824Q300.81876 388.88864 300.1625 389.82614Q299.52188 390.74802 298.13126 390.74802Q296.77188 390.74802 296.11563 389.84177Q295.45938 388.93552 295.42813 387.12302L295.42813 385.68552Q295.42813 383.7949 296.06876 382.88864Q296.725 381.96677 298.11563 381.96677Q299.49063 381.96677 300.14688 382.8574Q300.80313 383.7324 300.81876 385.57614L300.81876 386.9824ZM299.725 385.49802Q299.725 384.12302 299.33438 383.49802Q298.95938 382.8574 298.11563 382.8574Q297.2875 382.8574 296.89688 383.49802Q296.52188 384.12302 296.52188 385.4199L296.52188 387.15427Q296.52188 388.52927 296.9125 389.20114Q297.31876 389.8574 298.13126 389.8574Q298.92813 389.8574 299.31876 389.2324Q299.70938 388.6074 299.725 387.27927L299.725 385.49802ZM302.36563 383.7324Q302.36563 382.96677 302.85 382.46677Q303.35 381.96677 304.11563 381.96677Q304.89688 381.96677 305.38126 382.46677Q305.86563 382.96677 305.86563 383.76364L305.86563 384.18552Q305.86563 384.95114 305.36563 385.45114Q304.88126 385.93552 304.13126 385.93552Q303.36563 385.93552 302.86563 385.45114Q302.36563 384.95114 302.36563 384.13864L302.36563 383.7324ZM303.17813 384.18552Q303.17813 384.63864 303.42813 384.93552Q303.69376 385.2324 304.13126 385.2324Q304.55313 385.2324 304.80313 384.95114Q305.05313 384.65427 305.05313 384.15427L305.05313 383.7324Q305.05313 383.27927 304.80313 382.9824Q304.55313 382.6699 304.11563 382.6699Q303.67813 382.6699 303.42813 382.9824Q303.17813 383.27927 303.17813 383.74802L303.17813 384.18552ZM306.52188 388.52927Q306.52188 387.76364 307.00626 387.27927Q307.50626 386.77927 308.27188 386.77927Q309.0375 386.77927 309.52188 387.27927Q310.02188 387.76364 310.02188 388.57614L310.02188 388.9824Q310.02188 389.74802 309.5375 390.24802Q309.05313 390.74802 308.2875 390.74802Q307.52188 390.74802 307.02188 390.26364Q306.52188 389.76364 306.52188 388.95114L306.52188 388.52927ZM307.33438 388.9824Q307.33438 389.45114 307.58438 389.74802Q307.85 390.0449 308.2875 390.0449Q308.70938 390.0449 308.95938 389.76364Q309.20938 389.46677 309.20938 388.96677L309.20938 388.52927Q309.20938 388.06052 308.94376 387.77927Q308.69376 387.4824 308.27188 387.4824Q307.85 387.4824 307.58438 387.77927Q307.33438 388.06052 307.33438 388.56052L307.33438 388.9824ZM304.38126 389.9824L303.75626 389.59177L307.92813 382.9199L308.5375 383.31052L304.38126 389.9824Z" fill-rule="nonzero"/><path fill="#666666" d="M385.79376 387.76364L386.98126 387.76364L386.98126 388.63864L385.79376 388.63864L385.79376 390.62302L384.71564 390.62302L384.71564 388.63864L380.825 388.63864L380.825 387.99802L384.6375 382.09177L385.79376 382.09177L385.79376 387.76364ZM382.0594 387.76364L384.71564 387.76364L384.71564 383.57614L384.575 383.81052L382.0594 387.76364ZM393.575 386.9824Q393.575 388.88864 392.91876 389.82614Q392.27814 390.74802 390.8875 390.74802Q389.52814 390.74802 388.8719 389.84177Q388.21564 388.93552 388.1844 387.12302L388.1844 385.68552Q388.1844 383.7949 388.825 382.88864Q389.48126 381.96677 390.8719 381.96677Q392.2469 381.96677 392.90314 382.8574Q393.5594 383.7324 393.575 385.57614L393.575 386.9824ZM392.48126 385.49802Q392.48126 384.12302 392.09064 383.49802Q391.71564 382.8574 390.8719 382.8574Q390.04376 382.8574 389.65314 383.49802Q389.27814 384.12302 389.27814 385.4199L389.27814 387.15427Q389.27814 388.52927 389.66876 389.20114Q390.075 389.8574 390.8875 389.8574Q391.6844 389.8574 392.075 389.2324Q392.46564 388.6074 392.48126 387.27927L392.48126 385.49802ZM395.1219 383.7324Q395.1219 382.96677 395.60626 382.46677Q396.10626 381.96677 396.8719 381.96677Q397.65314 381.96677 398.1375 382.46677Q398.6219 382.96677 398.6219 383.76364L398.6219 384.18552Q398.6219 384.95114 398.1219 385.45114Q397.6375 385.93552 396.8875 385.93552Q396.1219 385.93552 395.6219 385.45114Q395.1219 384.95114 395.1219 384.13864L395.1219 383.7324ZM395.9344 384.18552Q395.9344 384.63864 396.1844 384.93552Q396.45 385.2324 396.8875 385.2324Q397.3094 385.2324 397.5594 384.95114Q397.8094 384.65427 397.8094 384.15427L397.8094 383.7324Q397.8094 383.27927 397.5594 382.9824Q397.3094 382.6699 396.8719 382.6699Q396.4344 382.6699 396.1844 382.9824Q395.9344 383.27927 395.9344 383.74802L395.9344 384.18552ZM399.27814 388.52927Q399.27814 387.76364 399.7625 387.27927Q400.2625 386.77927 401.02814 386.77927Q401.79376 386.77927 402.27814 387.27927Q402.77814 387.76364 402.77814 388.57614L402.77814 388.9824Q402.77814 389.74802 402.29376 390.24802Q401.8094 390.74802 401.04376 390.74802Q400.27814 390.74802 399.77814 390.26364Q399.27814 389.76364 399.27814 388.95114L399.27814 388.52927ZM400.09064 388.9824Q400.09064 389.45114 400.34064 389.74802Q400.60626 390.0449 401.04376 390.0449Q401.46564 390.0449 401.71564 389.76364Q401.96564 389.46677 401.96564 388.96677L401.96564 388.52927Q401.96564 388.06052 401.7 387.77927Q401.45 387.4824 401.02814 387.4824Q400.60626 387.4824 400.34064 387.77927Q400.09064 388.06052 400.09064 388.56052L400.09064 388.9824ZM397.1375 389.9824L396.5125 389.59177L400.6844 382.9199L401.29376 383.31052L397.1375 389.9824Z" fill-rule="nonzero"/><path fill="#666666" d="M478.2375 382.09177L478.2375 382.99802L478.03436 382.99802Q476.76874 383.02927 476.01874 383.76364Q475.26874 384.4824 475.14374 385.7949Q475.83124 385.02927 476.9875 385.02927Q478.09686 385.02927 478.76874 385.81052Q479.4406 386.59177 479.4406 387.84177Q479.4406 389.15427 478.72186 389.95114Q478.0031 390.74802 476.78436 390.74802Q475.5656 390.74802 474.8 389.81052Q474.05 388.8574 474.05 387.37302L474.05 386.96677Q474.05 384.6074 475.05 383.3574Q476.05 382.1074 478.03436 382.09177L478.2375 382.09177ZM476.8156 385.93552Q476.2531 385.93552 475.78436 386.26364Q475.3156 386.59177 475.1281 387.1074L475.1281 387.49802Q475.1281 388.56052 475.59686 389.20114Q476.08124 389.84177 476.78436 389.84177Q477.51874 389.84177 477.9406 389.31052Q478.3625 388.76364 478.3625 387.88864Q478.3625 387.01364 477.9406 386.4824Q477.51874 385.93552 476.8156 385.93552ZM486.33124 386.9824Q486.33124 388.88864 485.675 389.82614Q485.03436 390.74802 483.64374 390.74802Q482.28436 390.74802 481.6281 389.84177Q480.97186 388.93552 480.9406 387.12302L480.9406 385.68552Q480.9406 383.7949 481.58124 382.88864Q482.2375 381.96677 483.6281 381.96677Q485.0031 381.96677 485.65936 382.8574Q486.3156 383.7324 486.33124 385.57614L486.33124 386.9824ZM485.2375 385.49802Q485.2375 384.12302 484.84686 383.49802Q484.47186 382.8574 483.6281 382.8574Q482.8 382.8574 482.40936 383.49802Q482.03436 384.12302 482.03436 385.4199L482.03436 387.15427Q482.03436 388.52927 482.425 389.20114Q482.83124 389.8574 483.64374 389.8574Q484.4406 389.8574 484.83124 389.2324Q485.22186 388.6074 485.2375 387.27927L485.2375 385.49802ZM487.8781 383.7324Q487.8781 382.96677 488.3625 382.46677Q488.8625 381.96677 489.6281 381.96677Q490.40936 381.96677 490.89374 382.46677Q491.3781 382.96677 491.3781 383.76364L491.3781 384.18552Q491.3781 384.95114 490.8781 385.45114Q490.39374 385.93552 489.64374 385.93552Q488.8781 385.93552 488.3781 385.45114Q487.8781 384.95114 487.8781 384.13864L487.8781 383.7324ZM488.6906 384.18552Q488.6906 384.63864 488.9406 384.93552Q489.20624 385.2324 489.64374 385.2324Q490.0656 385.2324 490.3156 384.95114Q490.5656 384.65427 490.5656 384.15427L490.5656 383.7324Q490.5656 383.27927 490.3156 382.9824Q490.0656 382.6699 489.6281 382.6699Q489.1906 382.6699 488.9406 382.9824Q488.6906 383.27927 488.6906 383.74802L488.6906 384.18552ZM492.03436 388.52927Q492.03436 387.76364 492.51874 387.27927Q493.01874 386.77927 493.78436 386.77927Q494.55 386.77927 495.03436 387.27927Q495.53436 387.76364 495.53436 388.57614L495.53436 388.9824Q495.53436 389.74802 495.05 390.24802Q494.5656 390.74802 493.8 390.74802Q493.03436 390.74802 492.53436 390.26364Q492.03436 389.76364 492.03436 388.95114L492.03436 388.52927ZM492.84686 388.9824Q492.84686 389.45114 493.09686 389.74802Q493.3625 390.0449 493.8 390.0449Q494.22186 390.0449 494.47186 389.76364Q494.72186 389.46677 494.72186 388.96677L494.72186 388.52927Q494.72186 388.06052 494.45624 387.77927Q494.20624 387.4824 493.78436 387.4824Q493.3625 387.4824 493.09686 387.77927Q492.84686 388.06052 492.84686 388.56052L492.84686 388.9824ZM489.89374 389.9824L489.26874 389.59177L493.4406 382.9199L494.05 383.31052L489.89374 389.9824Z" fill-rule="nonzero"/><path fill="#666666" d="M571.91565 384.31052Q571.91565 384.95114 571.5719 385.45114Q571.22815 385.95114 570.66565 386.2324Q571.3219 386.51364 571.7125 387.07614Q572.10315 387.62302 572.10315 388.32614Q572.10315 389.4199 571.35315 390.09177Q570.6188 390.74802 569.4 390.74802Q568.16565 390.74802 567.41565 390.09177Q566.6813 389.4199 566.6813 388.32614Q566.6813 387.62302 567.0563 387.07614Q567.4313 386.51364 568.10315 386.2324Q567.54065 385.95114 567.2125 385.45114Q566.8844 384.95114 566.8844 384.31052Q566.8844 383.2324 567.5719 382.6074Q568.2594 381.96677 569.4 381.96677Q570.525 381.96677 571.2125 382.6074Q571.91565 383.2324 571.91565 384.31052ZM571.025 388.2949Q571.025 387.57614 570.5719 387.13864Q570.1188 386.68552 569.3844 386.68552Q568.65 386.68552 568.1969 387.13864Q567.7594 387.57614 567.7594 388.31052Q567.7594 389.02927 568.1969 389.45114Q568.6344 389.8574 569.4 389.8574Q570.15 389.8574 570.5875 389.43552Q571.025 389.01364 571.025 388.2949ZM569.4 382.8574Q568.7594 382.8574 568.35315 383.26364Q567.9625 383.65427 567.9625 384.34177Q567.9625 384.9824 568.35315 385.38864Q568.7438 385.7949 569.3844 385.7949Q570.04065 385.7949 570.4313 385.38864Q570.8219 384.9824 570.8219 384.34177Q570.8219 383.68552 570.41565 383.27927Q570.0094 382.8574 569.4 382.8574ZM579.0875 386.9824Q579.0875 388.88864 578.4313 389.82614Q577.79065 390.74802 576.4 390.74802Q575.04065 390.74802 574.3844 389.84177Q573.72815 388.93552 573.6969 387.12302L573.6969 385.68552Q573.6969 383.7949 574.3375 382.88864Q574.9938 381.96677 576.3844 381.96677Q577.7594 381.96677 578.41565 382.8574Q579.0719 383.7324 579.0875 385.57614L579.0875 386.9824ZM577.9938 385.49802Q577.9938 384.12302 577.60315 383.49802Q577.22815 382.8574 576.3844 382.8574Q575.5563 382.8574 575.16565 383.49802Q574.79065 384.12302 574.79065 385.4199L574.79065 387.15427Q574.79065 388.52927 575.1813 389.20114Q575.5875 389.8574 576.4 389.8574Q577.1969 389.8574 577.5875 389.2324Q577.97815 388.6074 577.9938 387.27927L577.9938 385.49802ZM580.6344 383.7324Q580.6344 382.96677 581.1188 382.46677Q581.6188 381.96677 582.3844 381.96677Q583.16565 381.96677 583.65 382.46677Q584.1344 382.96677 584.1344 383.76364L584.1344 384.18552Q584.1344 384.95114 583.6344 385.45114Q583.15 385.93552 582.4 385.93552Q581.6344 385.93552 581.1344 385.45114Q580.6344 384.95114 580.6344 384.13864L580.6344 383.7324ZM581.4469 384.18552Q581.4469 384.63864 581.6969 384.93552Q581.9625 385.2324 582.4 385.2324Q582.8219 385.2324 583.0719 384.95114Q583.3219 384.65427 583.3219 384.15427L583.3219 383.7324Q583.3219 383.27927 583.0719 382.9824Q582.8219 382.6699 582.3844 382.6699Q581.9469 382.6699 581.6969 382.9824Q581.4469 383.27927 581.4469 383.74802L581.4469 384.18552ZM584.79065 388.52927Q584.79065 387.76364 585.275 387.27927Q585.775 386.77927 586.54065 386.77927Q587.3063 386.77927 587.79065 387.27927Q588.29065 387.76364 588.29065 388.57614L588.29065 388.9824Q588.29065 389.74802 587.8063 390.24802Q587.3219 390.74802 586.5563 390.74802Q585.79065 390.74802 585.29065 390.26364Q584.79065 389.76364 584.79065 388.95114L584.79065 388.52927ZM585.60315 388.9824Q585.60315 389.45114 585.85315 389.74802Q586.1188 390.0449 586.5563 390.0449Q586.97815 390.0449 587.22815 389.76364Q587.47815 389.46677 587.47815 388.96677L587.47815 388.52927Q587.47815 388.06052 587.2125 387.77927Q586.9625 387.4824 586.54065 387.4824Q586.1188 387.4824 585.85315 387.77927Q585.60315 388.06052 585.60315 388.56052L585.60315 388.9824ZM582.65 389.9824L582.025 389.59177L586.1969 382.9199L586.8063 383.31052L582.65 389.9824Z" fill-rule="nonzero"/><path fill="#666666" d="M24.646875 28.237402L24.85 29.549902L25.13125 28.362402L27.1 21.424902L28.19375 21.424902L30.115625 28.362402L30.396875 29.565527L30.6 28.237402L32.146873 21.424902L33.475 21.424902L31.053125 31.378027L29.865625 31.378027L27.803125 24.128027L27.646875 23.362402L27.490625 24.128027L25.365625 31.378027L24.178125 31.378027L21.771875 21.424902L23.084375 21.424902L24.646875 28.237402ZM35.56875 24.878027Q36.4125 23.846777 37.75625 23.846777Q40.1 23.846777 40.13125 26.487402L40.13125 31.378027L38.865623 31.378027L38.865623 26.487402Q38.85 25.690527 38.490623 25.315527Q38.13125 24.924902 37.38125 24.924902Q36.75625 24.924902 36.2875 25.253027Q35.834373 25.581152 35.56875 26.112402L35.56875 31.378027L34.303123 31.378027L34.303123 20.878027L35.56875 20.878027L35.56875 24.878027ZM46.88125 31.378027Q46.771873 31.159277 46.69375 30.596777Q45.81875 31.518652 44.584373 31.518652Q43.490623 31.518652 42.7875 30.909277Q42.1 30.284277 42.1 29.331152Q42.1 28.174902 42.975 27.534277Q43.85 26.893652 45.44375 26.893652L46.678123 26.893652L46.678123 26.315527Q46.678123 25.643652 46.271873 25.253027Q45.88125 24.862402 45.115623 24.862402Q44.428123 24.862402 43.975 25.206152Q43.521873 25.549902 43.521873 26.034277L42.240623 26.034277Q42.240623 25.471777 42.63125 24.956152Q43.0375 24.440527 43.709373 24.143652Q44.38125 23.846777 45.178123 23.846777Q46.459373 23.846777 47.178123 24.487402Q47.9125 25.128027 47.94375 26.237402L47.94375 29.643652Q47.94375 30.659277 48.19375 31.268652L48.19375 31.378027L46.88125 31.378027ZM44.771873 30.409277Q45.365623 30.409277 45.896873 30.112402Q46.44375 29.799902 46.678123 29.299902L46.678123 27.784277L45.678123 27.784277Q43.365623 27.784277 43.365623 29.143652Q43.365623 29.737402 43.75625 30.081152Q44.146873 30.409277 44.771873 30.409277ZM52.021873 22.190527L52.021873 23.987402L53.396873 23.987402L53.396873 24.956152L52.021873 24.956152L52.021873 29.549902Q52.021873 29.987402 52.209373 30.221777Q52.396873 30.440527 52.834373 30.440527Q53.053123 30.440527 53.44375 30.346777L53.44375 31.378027Q52.94375 31.518652 52.475 31.518652Q51.615623 31.518652 51.178123 31.003027Q50.75625 30.487402 50.75625 29.549902L50.75625 24.956152L49.4125 24.956152L49.4125 23.987402L50.75625 23.987402L50.75625 22.190527L52.021873 22.190527ZM59.678123 31.378027L58.4125 31.378027L58.4125 23.987402L59.678123 23.987402L59.678123 31.378027ZM58.31875 22.018652Q58.31875 21.706152 58.50625 21.503027Q58.69375 21.284277 59.053123 21.284277Q59.428123 21.284277 59.615623 21.503027Q59.81875 21.706152 59.81875 22.018652Q59.81875 22.331152 59.615623 22.534277Q59.428123 22.737402 59.053123 22.737402Q58.69375 22.737402 58.50625 22.534277Q58.31875 22.331152 58.31875 22.018652ZM65.61562 29.409277Q65.61562 28.909277 65.225 28.628027Q64.83437 28.331152 63.88125 28.128027Q62.928123 27.924902 62.35 27.643652Q61.7875 27.346777 61.521873 26.956152Q61.25625 26.565527 61.25625 26.018652Q61.25625 25.096777 62.021873 24.471777Q62.7875 23.846777 63.990623 23.846777Q65.24062 23.846777 66.02187 24.503027Q66.80312 25.143652 66.80312 26.159277L65.5375 26.159277Q65.5375 25.628027 65.1 25.253027Q64.6625 24.878027 63.990623 24.878027Q63.303123 24.878027 62.9125 25.190527Q62.521873 25.487402 62.521873 25.971777Q62.521873 26.424902 62.88125 26.659277Q63.240623 26.893652 64.17812 27.112402Q65.13125 27.315527 65.725 27.612402Q66.31875 27.909277 66.6 28.331152Q66.88125 28.737402 66.88125 29.331152Q66.88125 30.315527 66.08437 30.924902Q65.2875 31.518652 64.02187 31.518652Q63.146873 31.518652 62.459373 31.206152Q61.771873 30.878027 61.38125 30.315527Q61.00625 29.753027 61.00625 29.096777L62.271873 29.096777Q62.303123 29.737402 62.771873 30.112402Q63.25625 30.487402 64.02187 30.487402Q64.74062 30.487402 65.17812 30.190527Q65.61562 29.893652 65.61562 29.409277ZM73.725 29.518652L75.44375 23.987402L76.80312 23.987402L73.83437 32.518654Q73.14687 34.362404 71.63125 34.362404L71.39687 34.34678L70.92812 34.25303L70.92812 33.237404L71.27187 33.25303Q71.9125 33.25303 72.27187 32.987404Q72.63125 32.737404 72.86562 32.049904L73.14687 31.299902L70.50625 23.987402L71.88125 23.987402L73.725 29.518652ZM77.975 27.612402Q77.975 26.518652 78.39687 25.659277Q78.83437 24.784277 79.58437 24.315527Q80.35 23.846777 81.33437 23.846777Q82.83437 23.846777 83.77187 24.893652Q84.70937 25.940527 84.70937 27.674902L84.70937 27.768652Q84.70937 28.846777 84.2875 29.706152Q83.88125 30.549902 83.1 31.034277Q82.33437 31.518652 81.35 31.518652Q79.83437 31.518652 78.89687 30.471777Q77.975 29.424902 77.975 27.706152L77.975 27.612402ZM79.24062 27.768652Q79.24062 28.987402 79.80312 29.737402Q80.38125 30.487402 81.35 30.487402Q82.30312 30.487402 82.86562 29.737402Q83.44375 28.971777 83.44375 27.612402Q83.44375 26.393652 82.86562 25.643652Q82.2875 24.878027 81.33437 24.878027Q80.39687 24.878027 79.81875 25.628027Q79.24062 26.378027 79.24062 27.768652ZM90.88125 30.643652Q90.13125 31.518652 88.70937 31.518652Q87.52187 31.518652 86.89687 30.831152Q86.2875 30.143652 86.2875 28.799902L86.2875 23.987402L87.5375 23.987402L87.5375 28.753027Q87.5375 30.440527 88.9125 30.440527Q90.36562 30.440527 90.83437 29.362402L90.83437 23.987402L92.1 23.987402L92.1 31.378027L90.89687 31.378027L90.88125 30.643652ZM97.88125 25.112402Q97.6 25.065527 97.25625 25.065527Q96.02187 25.065527 95.56875 26.128027L95.56875 31.378027L94.30312 31.378027L94.30312 23.987402L95.5375 23.987402L95.55312 24.831152Q96.17812 23.846777 97.31875 23.846777Q97.69375 23.846777 97.88125 23.940527L97.88125 25.112402ZM108.55312 27.768652Q108.55312 29.456152 107.77187 30.487402Q107.00625 31.518652 105.69375 31.518652Q104.35 31.518652 103.56875 30.659277L103.56875 34.22178L102.30312 34.22178L102.30312 23.987402L103.45937 23.987402L103.52187 24.799902Q104.30312 23.846777 105.67812 23.846777Q107.00625 23.846777 107.77187 24.846777Q108.55312 25.846777 108.55312 27.643652L108.55312 27.768652ZM107.2875 27.612402Q107.2875 26.362402 106.75625 25.643652Q106.225 24.924902 105.2875 24.924902Q104.14687 24.924902 103.56875 25.940527L103.56875 29.471777Q104.14687 30.487402 105.30312 30.487402Q106.225 30.487402 106.75625 29.768652Q107.2875 29.034277 107.2875 27.612402ZM113.88125 25.112402Q113.6 25.065527 113.25625 25.065527Q112.02187 25.065527 111.56875 26.128027L111.56875 31.378027L110.30312 31.378027L110.30312 23.987402L111.5375 23.987402L111.55312 24.831152Q112.17812 23.846777 113.31875 23.846777Q113.69375 23.846777 113.88125 23.940527L113.88125 25.112402ZM118.38125 31.518652Q116.86562 31.518652 115.92812 30.534277Q114.99062 29.534277 114.99062 27.878027L114.99062 27.659277Q114.99062 26.549902 115.4125 25.690527Q115.83437 24.815527 116.58437 24.331152Q117.33437 23.846777 118.225 23.846777Q119.6625 23.846777 120.45937 24.799902Q121.25625 25.737402 121.25625 27.518652L121.25625 28.034277L116.25625 28.034277Q116.27187 29.128027 116.88125 29.815527Q117.50625 30.487402 118.44375 30.487402Q119.11562 30.487402 119.56875 30.221777Q120.0375 29.940527 120.39687 29.487402L121.1625 30.081152Q120.24062 31.518652 118.38125 31.518652ZM118.225 24.878027Q117.45937 24.878027 116.92812 25.440527Q116.4125 26.003027 116.2875 27.003027L119.99062 27.003027L119.99062 26.909277Q119.94375 25.940527 119.475 25.409277Q119.00625 24.878027 118.225 24.878027ZM122.92812 31.378027L122.92812 24.956152L121.75625 24.956152L121.75625 23.987402L122.92812 23.987402L122.92812 23.221777Q122.92812 22.034277 123.55312 21.393652Q124.19375 20.737402 125.36562 20.737402Q125.80312 20.737402 126.225 20.846777L126.1625 21.878027Q125.83437 21.815527 125.475 21.815527Q124.86562 21.815527 124.52187 22.174902Q124.19375 22.534277 124.19375 23.206152L124.19375 23.987402L125.77187 23.987402L125.77187 24.956152L124.19375 24.956152L124.19375 31.378027L122.92812 31.378027ZM130.38126 31.518652Q128.86563 31.518652 127.92812 30.534277Q126.99062 29.534277 126.99062 27.878027L126.99062 27.659277Q126.99062 26.549902 127.4125 25.690527Q127.83437 24.815527 128.58438 24.331152Q129.33438 23.846777 130.225 23.846777Q131.6625 23.846777 132.45938 24.799902Q133.25626 25.737402 133.25626 27.518652L133.25626 28.034277L128.25626 28.034277Q128.27188 29.128027 128.88126 29.815527Q129.50626 30.487402 130.44376 30.487402Q131.11563 30.487402 131.56876 30.221777Q132.0375 29.940527 132.39688 29.487402L133.1625 30.081152Q132.24063 31.518652 130.38126 31.518652ZM130.225 24.878027Q129.45938 24.878027 128.92813 25.440527Q128.4125 26.003027 128.2875 27.003027L131.99063 27.003027L131.99063 26.909277Q131.94376 25.940527 131.475 25.409277Q131.00626 24.878027 130.225 24.878027ZM137.88126 25.112402Q137.6 25.065527 137.25626 25.065527Q136.02188 25.065527 135.56876 26.128027L135.56876 31.378027L134.30313 31.378027L134.30313 23.987402L135.5375 23.987402L135.55313 24.831152Q136.17813 23.846777 137.31876 23.846777Q137.69376 23.846777 137.88126 23.940527L137.88126 25.112402ZM142.88126 25.112402Q142.6 25.065527 142.25626 25.065527Q141.02188 25.065527 140.56876 26.128027L140.56876 31.378027L139.30313 31.378027L139.30313 23.987402L140.5375 23.987402L140.55313 24.831152Q141.17813 23.846777 142.31876 23.846777Q142.69376 23.846777 142.88126 23.940527L142.88126 25.112402ZM147.38126 31.518652Q145.86563 31.518652 144.92813 30.534277Q143.99063 29.534277 143.99063 27.878027L143.99063 27.659277Q143.99063 26.549902 144.4125 25.690527Q144.83438 24.815527 145.58438 24.331152Q146.33438 23.846777 147.225 23.846777Q148.6625 23.846777 149.45938 24.799902Q150.25626 25.737402 150.25626 27.518652L150.25626 28.034277L145.25626 28.034277Q145.27188 29.128027 145.88126 29.815527Q146.50626 30.487402 147.44376 30.487402Q148.11563 30.487402 148.56876 30.221777Q149.0375 29.940527 149.39688 29.487402L150.1625 30.081152Q149.24063 31.518652 147.38126 31.518652ZM147.225 24.878027Q146.45938 24.878027 145.92813 25.440527Q145.4125 26.003027 145.2875 27.003027L148.99063 27.003027L148.99063 26.909277Q148.94376 25.940527 148.475 25.409277Q148.00626 24.878027 147.225 24.878027ZM151.00626 27.612402Q151.00626 25.909277 151.80313 24.878027Q152.61563 23.846777 153.9125 23.846777Q155.225 23.846777 155.975 24.737402L155.975 20.878027L157.24063 20.878027L157.24063 31.378027L156.08438 31.378027L156.02188 30.581152Q155.25626 31.518652 153.9125 31.518652Q152.61563 31.518652 151.80313 30.471777Q151.00626 29.409277 151.00626 27.706152L151.00626 27.612402ZM152.27188 27.768652Q152.27188 29.018652 152.7875 29.737402Q153.30313 30.440527 154.225 30.440527Q155.42813 30.440527 155.975 29.362402L155.975 25.956152Q155.4125 24.924902 154.24063 24.924902Q153.30313 24.924902 152.7875 25.643652Q152.27188 26.346777 152.27188 27.768652ZM166.61563 29.409277Q166.61563 28.909277 166.225 28.628027Q165.83438 28.331152 164.88126 28.128027Q163.92813 27.924902 163.35 27.643652Q162.7875 27.346777 162.52188 26.956152Q162.25626 26.565527 162.25626 26.018652Q162.25626 25.096777 163.02188 24.471777Q163.7875 23.846777 164.99063 23.846777Q166.24063 23.846777 167.02188 24.503027Q167.80313 25.143652 167.80313 26.159277L166.5375 26.159277Q166.5375 25.628027 166.1 25.253027Q165.6625 24.878027 164.99063 24.878027Q164.30313 24.878027 163.9125 25.190527Q163.52188 25.487402 163.52188 25.971777Q163.52188 26.424902 163.88126 26.659277Q164.24063 26.893652 165.17813 27.112402Q166.13126 27.315527 166.725 27.612402Q167.31876 27.909277 167.6 28.331152Q167.88126 28.737402 167.88126 29.331152Q167.88126 30.315527 167.08438 30.924902Q166.2875 31.518652 165.02188 31.518652Q164.14688 31.518652 163.45938 31.206152Q162.77188 30.878027 162.38126 30.315527Q162.00626 29.753027 162.00626 29.096777L163.27188 29.096777Q163.30313 29.737402 163.77188 30.112402Q164.25626 30.487402 165.02188 30.487402Q165.74063 30.487402 166.17813 30.190527Q166.61563 29.893652 166.61563 29.409277ZM175.55313 27.768652Q175.55313 29.456152 174.77188 30.487402Q174.00626 31.518652 172.69376 31.518652Q171.35 31.518652 170.56876 30.659277L170.56876 34.22178L169.30313 34.22178L169.30313 23.987402L170.45938 23.987402L170.52188 24.799902Q171.30313 23.846777 172.67813 23.846777Q174.00626 23.846777 174.77188 24.846777Q175.55313 25.846777 175.55313 27.643652L175.55313 27.768652ZM174.2875 27.612402Q174.2875 26.362402 173.75626 25.643652Q173.225 24.924902 172.2875 24.924902Q171.14688 24.924902 170.56876 25.940527L170.56876 29.471777Q171.14688 30.487402 172.30313 30.487402Q173.225 30.487402 173.75626 29.768652Q174.2875 29.034277 174.2875 27.612402ZM176.975 27.612402Q176.975 26.518652 177.39688 25.659277Q177.83438 24.784277 178.58438 24.315527Q179.35 23.846777 180.33438 23.846777Q181.83438 23.846777 182.77188 24.893652Q183.70938 25.940527 183.70938 27.674902L183.70938 27.768652Q183.70938 28.846777 183.2875 29.706152Q182.88126 30.549902 182.1 31.034277Q181.33438 31.518652 180.35 31.518652Q178.83438 31.518652 177.89688 30.471777Q176.975 29.424902 176.975 27.706152L176.975 27.612402ZM178.24063 27.768652Q178.24063 28.987402 178.80313 29.737402Q179.38126 30.487402 180.35 30.487402Q181.30313 30.487402 181.86563 29.737402Q182.44376 28.971777 182.44376 27.612402Q182.44376 26.393652 181.86563 25.643652Q181.2875 24.878027 180.33438 24.878027Q179.39688 24.878027 178.81876 25.628027Q178.24063 26.378027 178.24063 27.768652ZM187.36563 27.956152L186.58438 28.784277L186.58438 31.378027L185.31876 31.378027L185.31876 20.878027L186.58438 20.878027L186.58438 27.221777L187.25626 26.409277L189.55313 23.987402L191.1 23.987402L188.225 27.065527L191.42813 31.378027L189.94376 31.378027L187.36563 27.956152ZM195.38126 31.518652Q193.86563 31.518652 192.92813 30.534277Q191.99063 29.534277 191.99063 27.878027L191.99063 27.659277Q191.99063 26.549902 192.4125 25.690527Q192.83438 24.815527 193.58438 24.331152Q194.33438 23.846777 195.225 23.846777Q196.6625 23.846777 197.45938 24.799902Q198.25626 25.737402 198.25626 27.518652L198.25626 28.034277L193.25626 28.034277Q193.27188 29.128027 193.88126 29.815527Q194.50626 30.487402 195.44376 30.487402Q196.11563 30.487402 196.56876 30.221777Q197.0375 29.940527 197.39688 29.487402L198.1625 30.081152Q197.24063 31.518652 195.38126 31.518652ZM195.225 24.878027Q194.45938 24.878027 193.92813 25.440527Q193.4125 26.003027 193.2875 27.003027L196.99063 27.003027L196.99063 26.909277Q196.94376 25.940527 196.475 25.409277Q196.00626 24.878027 195.225 24.878027ZM200.50626 23.987402L200.5375 24.909277Q201.39688 23.846777 202.75626 23.846777Q205.1 23.846777 205.13126 26.487402L205.13126 31.378027L203.86563 31.378027L203.86563 26.487402Q203.85 25.690527 203.49063 25.315527Q203.13126 24.924902 202.38126 24.924902Q201.75626 24.924902 201.2875 25.253027Q200.83438 25.581152 200.56876 26.112402L200.56876 31.378027L199.30313 31.378027L199.30313 23.987402L200.50626 23.987402ZM207.55313 32.237404L206.475 32.237404L210.63126 21.424902L211.70938 21.424902L207.55313 32.237404ZM219.85 29.628027L221.27188 23.987402L222.5375 23.987402L220.39688 31.378027L219.36563 31.378027L217.56876 25.768652L215.81876 31.378027L214.7875 31.378027L212.64688 23.987402L213.89688 23.987402L215.36563 29.518652L217.08438 23.987402L218.1 23.987402L219.85 29.628027ZM227.88126 25.112402Q227.6 25.065527 227.25626 25.065527Q226.02188 25.065527 225.56876 26.128027L225.56876 31.378027L224.30313 31.378027L224.30313 23.987402L225.5375 23.987402L225.55313 24.831152Q226.17813 23.846777 227.31876 23.846777Q227.69376 23.846777 227.88126 23.940527L227.88126 25.112402ZM230.67813 31.378027L229.4125 31.378027L229.4125 23.987402L230.67813 23.987402L230.67813 31.378027ZM229.31876 22.018652Q229.31876 21.706152 229.50626 21.503027Q229.69376 21.284277 230.05313 21.284277Q230.42813 21.284277 230.61563 21.503027Q230.81876 21.706152 230.81876 22.018652Q230.81876 22.331152 230.61563 22.534277Q230.42813 22.737402 230.05313 22.737402Q229.69376 22.737402 229.50626 22.534277Q229.31876 22.331152 229.31876 22.018652ZM234.02188 22.190527L234.02188 23.987402L235.39688 23.987402L235.39688 24.956152L234.02188 24.956152L234.02188 29.549902Q234.02188 29.987402 234.20938 30.221777Q234.39688 30.440527 234.83438 30.440527Q235.05313 30.440527 235.44376 30.346777L235.44376 31.378027Q234.94376 31.518652 234.475 31.518652Q233.61563 31.518652 233.17813 31.003027Q232.75626 30.487402 232.75626 29.549902L232.75626 24.956152L231.4125 24.956152L231.4125 23.987402L232.75626 23.987402L232.75626 22.190527L234.02188 22.190527ZM239.02188 22.190527L239.02188 23.987402L240.39688 23.987402L240.39688 24.956152L239.02188 24.956152L239.02188 29.549902Q239.02188 29.987402 239.20938 30.221777Q239.39688 30.440527 239.83438 30.440527Q240.05313 30.440527 240.44376 30.346777L240.44376 31.378027Q239.94376 31.518652 239.475 31.518652Q238.61563 31.518652 238.17813 31.003027Q237.75626 30.487402 237.75626 29.549902L237.75626 24.956152L236.4125 24.956152L236.4125 23.987402L237.75626 23.987402L237.75626 22.190527L239.02188 22.190527ZM245.38126 31.518652Q243.86563 31.518652 242.92813 30.534277Q241.99063 29.534277 241.99063 27.878027L241.99063 27.659277Q241.99063 26.549902 242.4125 25.690527Q242.83438 24.815527 243.58438 24.331152Q244.33438 23.846777 245.225 23.846777Q246.6625 23.846777 247.45938 24.799902Q248.25626 25.737402 248.25626 27.518652L248.25626 28.034277L243.25626 28.034277Q243.27188 29.128027 243.88126 29.815527Q244.50626 30.487402 245.44376 30.487402Q246.11563 30.487402 246.56876 30.221777Q247.0375 29.940527 247.39688 29.487402L248.1625 30.081152Q247.24063 31.518652 245.38126 31.518652ZM245.225 24.878027Q244.45938 24.878027 243.92813 25.440527Q243.4125 26.003027 243.2875 27.003027L246.99063 27.003027L246.99063 26.909277Q246.94376 25.940527 246.475 25.409277Q246.00626 24.878027 245.225 24.878027ZM250.50626 23.987402L250.5375 24.909277Q251.39688 23.846777 252.75626 23.846777Q255.1 23.846777 255.13126 26.487402L255.13126 31.378027L253.86563 31.378027L253.86563 26.487402Q253.85 25.690527 253.49063 25.315527Q253.13126 24.924902 252.38126 24.924902Q251.75626 24.924902 251.2875 25.253027Q250.83438 25.581152 250.56876 26.112402L250.56876 31.378027L249.30313 31.378027L249.30313 23.987402L250.50626 23.987402ZM261.67813 31.378027L260.4125 31.378027L260.4125 20.878027L261.67813 20.878027L261.67813 31.378027ZM267.88126 31.378027Q267.77188 31.159277 267.69376 30.596777Q266.81876 31.518652 265.58438 31.518652Q264.49063 31.518652 263.7875 30.909277Q263.1 30.284277 263.1 29.331152Q263.1 28.174902 263.975 27.534277Q264.85 26.893652 266.44376 26.893652L267.67813 26.893652L267.67813 26.315527Q267.67813 25.643652 267.27188 25.253027Q266.88126 24.862402 266.11563 24.862402Q265.42813 24.862402 264.975 25.206152Q264.52188 25.549902 264.52188 26.034277L263.24063 26.034277Q263.24063 25.471777 263.63126 24.956152Q264.0375 24.440527 264.70938 24.143652Q265.38126 23.846777 266.17813 23.846777Q267.45938 23.846777 268.17813 24.487402Q268.9125 25.128027 268.94376 26.237402L268.94376 29.643652Q268.94376 30.659277 269.19376 31.268652L269.19376 31.378027L267.88126 31.378027ZM265.77188 30.409277Q266.36563 30.409277 266.89688 30.112402Q267.44376 29.799902 267.67813 29.299902L267.67813 27.784277L266.67813 27.784277Q264.36563 27.784277 264.36563 29.143652Q264.36563 29.737402 264.75626 30.081152Q265.14688 30.409277 265.77188 30.409277ZM272.50626 23.987402L272.5375 24.909277Q273.39688 23.846777 274.75626 23.846777Q277.1 23.846777 277.13126 26.487402L277.13126 31.378027L275.86563 31.378027L275.86563 26.487402Q275.85 25.690527 275.49063 25.315527Q275.13126 24.924902 274.38126 24.924902Q273.75626 24.924902 273.2875 25.253027Q272.83438 25.581152 272.56876 26.112402L272.56876 31.378027L271.30313 31.378027L271.30313 23.987402L272.50626 23.987402ZM279.00626 27.612402Q279.00626 25.893652 279.80313 24.878027Q280.6 23.846777 281.92813 23.846777Q283.27188 23.846777 284.0375 24.799902L284.1 23.987402L285.25626 23.987402L285.25626 31.206152Q285.25626 32.643654 284.39688 33.456154Q283.55313 34.28428 282.11563 34.28428Q281.31876 34.28428 280.55313 33.94053Q279.7875 33.612404 279.38126 33.018654L280.0375 32.25303Q280.85 33.25303 282.02188 33.25303Q282.94376 33.25303 283.45938 32.737404Q283.99063 32.22178 283.99063 31.268652L283.99063 30.643652Q283.225 31.518652 281.9125 31.518652Q280.61563 31.518652 279.80313 30.471777Q279.00626 29.424902 279.00626 27.612402ZM280.27188 27.768652Q280.27188 29.018652 280.7875 29.737402Q281.30313 30.440527 282.225 30.440527Q283.42813 30.440527 283.99063 29.346777L283.99063 25.971777Q283.39688 24.924902 282.24063 24.924902Q281.31876 24.924902 280.7875 25.643652Q280.27188 26.346777 280.27188 27.768652ZM291.88126 30.643652Q291.13126 31.518652 289.70938 31.518652Q288.52188 31.518652 287.89688 30.831152Q287.2875 30.143652 287.2875 28.799902L287.2875 23.987402L288.5375 23.987402L288.5375 28.753027Q288.5375 30.440527 289.9125 30.440527Q291.36563 30.440527 291.83438 29.362402L291.83438 23.987402L293.1 23.987402L293.1 31.378027L291.89688 31.378027L291.88126 30.643652ZM299.88126 31.378027Q299.77188 31.159277 299.69376 30.596777Q298.81876 31.518652 297.58438 31.518652Q296.49063 31.518652 295.7875 30.909277Q295.1 30.284277 295.1 29.331152Q295.1 28.174902 295.975 27.534277Q296.85 26.893652 298.44376 26.893652L299.67813 26.893652L299.67813 26.315527Q299.67813 25.643652 299.27188 25.253027Q298.88126 24.862402 298.11563 24.862402Q297.42813 24.862402 296.975 25.206152Q296.52188 25.549902 296.52188 26.034277L295.24063 26.034277Q295.24063 25.471777 295.63126 24.956152Q296.0375 24.440527 296.70938 24.143652Q297.38126 23.846777 298.17813 23.846777Q299.45938 23.846777 300.17813 24.487402Q300.9125 25.128027 300.94376 26.237402L300.94376 29.643652Q300.94376 30.659277 301.19376 31.268652L301.19376 31.378027L299.88126 31.378027ZM297.77188 30.409277Q298.36563 30.409277 298.89688 30.112402Q299.44376 29.799902 299.67813 29.299902L299.67813 27.784277L298.67813 27.784277Q296.36563 27.784277 296.36563 29.143652Q296.36563 29.737402 296.75626 30.081152Q297.14688 30.409277 297.77188 30.409277ZM303.00626 27.612402Q303.00626 25.893652 303.80313 24.878027Q304.6 23.846777 305.92813 23.846777Q307.27188 23.846777 308.0375 24.799902L308.1 23.987402L309.25626 23.987402L309.25626 31.206152Q309.25626 32.643654 308.39688 33.456154Q307.55313 34.28428 306.11563 34.28428Q305.31876 34.28428 304.55313 33.94053Q303.7875 33.612404 303.38126 33.018654L304.0375 32.25303Q304.85 33.25303 306.02188 33.25303Q306.94376 33.25303 307.45938 32.737404Q307.99063 32.22178 307.99063 31.268652L307.99063 30.643652Q307.225 31.518652 305.9125 31.518652Q304.61563 31.518652 303.80313 30.471777Q303.00626 29.424902 303.00626 27.612402ZM304.27188 27.768652Q304.27188 29.018652 304.7875 29.737402Q305.30313 30.440527 306.225 30.440527Q307.42813 30.440527 307.99063 29.346777L307.99063 25.971777Q307.39688 24.924902 306.24063 24.924902Q305.31876 24.924902 304.7875 25.643652Q304.27188 26.346777 304.27188 27.768652ZM314.38126 31.518652Q312.86563 31.518652 311.92813 30.534277Q310.99063 29.534277 310.99063 27.878027L310.99063 27.659277Q310.99063 26.549902 311.4125 25.690527Q311.83438 24.815527 312.58438 24.331152Q313.33438 23.846777 314.225 23.846777Q315.6625 23.846777 316.45938 24.799902Q317.25626 25.737402 317.25626 27.518652L317.25626 28.034277L312.25626 28.034277Q312.27188 29.128027 312.88126 29.815527Q313.50626 30.487402 314.44376 30.487402Q315.11563 30.487402 315.56876 30.221777Q316.0375 29.940527 316.39688 29.487402L317.1625 30.081152Q316.24063 31.518652 314.38126 31.518652ZM314.225 24.878027Q313.45938 24.878027 312.92813 25.440527Q312.4125 26.003027 312.2875 27.003027L315.99063 27.003027L315.99063 26.909277Q315.94376 25.940527 315.475 25.409277Q315.00626 24.878027 314.225 24.878027ZM320.975 27.612402Q320.975 26.518652 321.39688 25.659277Q321.83438 24.784277 322.58438 24.315527Q323.35 23.846777 324.33438 23.846777Q325.83438 23.846777 326.77188 24.893652Q327.70938 25.940527 327.70938 27.674902L327.70938 27.768652Q327.70938 28.846777 327.2875 29.706152Q326.88126 30.549902 326.1 31.034277Q325.33438 31.518652 324.35 31.518652Q322.83438 31.518652 321.89688 30.471777Q320.975 29.424902 320.975 27.706152L320.975 27.612402ZM322.24063 27.768652Q322.24063 28.987402 322.80313 29.737402Q323.38126 30.487402 324.35 30.487402Q325.30313 30.487402 325.86563 29.737402Q326.44376 28.971777 326.44376 27.612402Q326.44376 26.393652 325.86563 25.643652Q325.2875 24.878027 324.33438 24.878027Q323.39688 24.878027 322.81876 25.628027Q322.24063 26.378027 322.24063 27.768652ZM332.88126 25.112402Q332.6 25.065527 332.25626 25.065527Q331.02188 25.065527 330.56876 26.128027L330.56876 31.378027L329.30313 31.378027L329.30313 23.987402L330.5375 23.987402L330.55313 24.831152Q331.17813 23.846777 332.31876 23.846777Q332.69376 23.846777 332.88126 23.940527L332.88126 25.112402ZM338.67813 31.378027L337.4125 31.378027L337.4125 20.878027L338.67813 20.878027L338.67813 31.378027ZM344.88126 31.378027Q344.77188 31.159277 344.69376 30.596777Q343.81876 31.518652 342.58438 31.518652Q341.49063 31.518652 340.7875 30.909277Q340.1 30.284277 340.1 29.331152Q340.1 28.174902 340.975 27.534277Q341.85 26.893652 343.44376 26.893652L344.67813 26.893652L344.67813 26.315527Q344.67813 25.643652 344.27188 25.253027Q343.88126 24.862402 343.11563 24.862402Q342.42813 24.862402 341.975 25.206152Q341.52188 25.549902 341.52188 26.034277L340.24063 26.034277Q340.24063 25.471777 340.63126 24.956152Q341.0375 24.440527 341.70938 24.143652Q342.38126 23.846777 343.17813 23.846777Q344.45938 23.846777 345.17813 24.487402Q345.9125 25.128027 345.94376 26.237402L345.94376 29.643652Q345.94376 30.659277 346.19376 31.268652L346.19376 31.378027L344.88126 31.378027ZM342.77188 30.409277Q343.36563 30.409277 343.89688 30.112402Q344.44376 29.799902 344.67813 29.299902L344.67813 27.784277L343.67813 27.784277Q341.36563 27.784277 341.36563 29.143652Q341.36563 29.737402 341.75626 30.081152Q342.14688 30.409277 342.77188 30.409277ZM349.50626 23.987402L349.5375 24.909277Q350.39688 23.846777 351.75626 23.846777Q354.1 23.846777 354.13126 26.487402L354.13126 31.378027L352.86563 31.378027L352.86563 26.487402Q352.85 25.690527 352.49063 25.315527Q352.13126 24.924902 351.38126 24.924902Q350.75626 24.924902 350.2875 25.253027Q349.83438 25.581152 349.56876 26.112402L349.56876 31.378027L348.30313 31.378027L348.30313 23.987402L349.50626 23.987402ZM356.00626 27.612402Q356.00626 25.893652 356.80313 24.878027Q357.6 23.846777 358.92813 23.846777Q360.27188 23.846777 361.0375 24.799902L361.1 23.987402L362.25626 23.987402L362.25626 31.206152Q362.25626 32.643654 361.39688 33.456154Q360.55313 34.28428 359.11563 34.28428Q358.31876 34.28428 357.55313 33.94053Q356.7875 33.612404 356.38126 33.018654L357.0375 32.25303Q357.85 33.25303 359.02188 33.25303Q359.94376 33.25303 360.45938 32.737404Q360.99063 32.22178 360.99063 31.268652L360.99063 30.643652Q360.225 31.518652 358.9125 31.518652Q357.61563 31.518652 356.80313 30.471777Q356.00626 29.424902 356.00626 27.612402ZM357.27188 27.768652Q357.27188 29.018652 357.7875 29.737402Q358.30313 30.440527 359.225 30.440527Q360.42813 30.440527 360.99063 29.346777L360.99063 25.971777Q360.39688 24.924902 359.24063 24.924902Q358.31876 24.924902 357.7875 25.643652Q357.27188 26.346777 357.27188 27.768652ZM368.88126 30.643652Q368.13126 31.518652 366.70938 31.518652Q365.52188 31.518652 364.89688 30.831152Q364.2875 30.143652 364.2875 28.799902L364.2875 23.987402L365.5375 23.987402L365.5375 28.753027Q365.5375 30.440527 366.9125 30.440527Q368.36563 30.440527 368.83438 29.362402L368.83438 23.987402L370.1 23.987402L370.1 31.378027L368.89688 31.378027L368.88126 30.643652ZM376.88126 31.378027Q376.77188 31.159277 376.69376 30.596777Q375.81876 31.518652 374.58438 31.518652Q373.49063 31.518652 372.7875 30.909277Q372.1 30.284277 372.1 29.331152Q372.1 28.174902 372.975 27.534277Q373.85 26.893652 375.44376 26.893652L376.67813 26.893652L376.67813 26.315527Q376.67813 25.643652 376.27188 25.253027Q375.88126 24.862402 375.11563 24.862402Q374.42813 24.862402 373.975 25.206152Q373.52188 25.549902 373.52188 26.034277L372.24063 26.034277Q372.24063 25.471777 372.63126 24.956152Q373.0375 24.440527 373.70938 24.143652Q374.38126 23.846777 375.17813 23.846777Q376.45938 23.846777 377.17813 24.487402Q377.9125 25.128027 377.94376 26.237402L377.94376 29.643652Q377.94376 30.659277 378.19376 31.268652L378.19376 31.378027L376.88126 31.378027ZM374.77188 30.409277Q375.36563 30.409277 375.89688 30.112402Q376.44376 29.799902 376.67813 29.299902L376.67813 27.784277L375.67813 27.784277Q373.36563 27.784277 373.36563 29.143652Q373.36563 29.737402 373.75626 30.081152Q374.14688 30.409277 374.77188 30.409277ZM380.00626 27.612402Q380.00626 25.893652 380.80313 24.878027Q381.6 23.846777 382.92813 23.846777Q384.27188 23.846777 385.0375 24.799902L385.1 23.987402L386.25626 23.987402L386.25626 31.206152Q386.25626 32.643654 385.39688 33.456154Q384.55313 34.28428 383.11563 34.28428Q382.31876 34.28428 381.55313 33.94053Q380.7875 33.612404 380.38126 33.018654L381.0375 32.25303Q381.85 33.25303 383.02188 33.25303Q383.94376 33.25303 384.45938 32.737404Q384.99063 32.22178 384.99063 31.268652L384.99063 30.643652Q384.225 31.518652 382.9125 31.518652Q381.61563 31.518652 380.80313 30.471777Q380.00626 29.424902 380.00626 27.612402ZM381.27188 27.768652Q381.27188 29.018652 381.7875 29.737402Q382.30313 30.440527 383.225 30.440527Q384.42813 30.440527 384.99063 29.346777L384.99063 25.971777Q384.39688 24.924902 383.24063 24.924902Q382.31876 24.924902 381.7875 25.643652Q381.27188 26.346777 381.27188 27.768652ZM391.38126 31.518652Q389.86563 31.518652 388.92813 30.534277Q387.99063 29.534277 387.99063 27.878027L387.99063 27.659277Q387.99063 26.549902 388.4125 25.690527Q388.83438 24.815527 389.58438 24.331152Q390.33438 23.846777 391.225 23.846777Q392.6625 23.846777 393.45938 24.799902Q394.25626 25.737402 394.25626 27.518652L394.25626 28.034277L389.25626 28.034277Q389.27188 29.128027 389.88126 29.815527Q390.50626 30.487402 391.44376 30.487402Q392.11563 30.487402 392.56876 30.221777Q393.0375 29.940527 393.39688 29.487402L394.1625 30.081152Q393.24063 31.518652 391.38126 31.518652ZM391.225 24.878027Q390.45938 24.878027 389.92813 25.440527Q389.4125 26.003027 389.2875 27.003027L392.99063 27.003027L392.99063 26.909277Q392.94376 25.940527 392.475 25.409277Q392.00626 24.878027 391.225 24.878027ZM398.92813 31.378027L398.92813 24.956152L397.75626 24.956152L397.75626 23.987402L398.92813 23.987402L398.92813 23.221777Q398.92813 22.034277 399.55313 21.393652Q400.19376 20.737402 401.36563 20.737402Q401.80313 20.737402 402.225 20.846777L402.1625 21.878027Q401.83438 21.815527 401.475 21.815527Q400.86563 21.815527 400.52188 22.174902Q400.19376 22.534277 400.19376 23.206152L400.19376 23.987402L401.77188 23.987402L401.77188 24.956152L400.19376 24.956152L400.19376 31.378027L398.92813 31.378027ZM407.88126 31.378027Q407.77188 31.159277 407.69376 30.596777Q406.81876 31.518652 405.58438 31.518652Q404.49063 31.518652 403.7875 30.909277Q403.1 30.284277 403.1 29.331152Q403.1 28.174902 403.975 27.534277Q404.85 26.893652 406.44376 26.893652L407.67813 26.893652L407.67813 26.315527Q407.67813 25.643652 407.27188 25.253027Q406.88126 24.862402 406.11563 24.862402Q405.42813 24.862402 404.975 25.206152Q404.52188 25.549902 404.52188 26.034277L403.24063 26.034277Q403.24063 25.471777 403.63126 24.956152Q404.0375 24.440527 404.70938 24.143652Q405.38126 23.846777 406.17813 23.846777Q407.45938 23.846777 408.17813 24.487402Q408.9125 25.128027 408.94376 26.237402L408.94376 29.643652Q408.94376 30.659277 409.19376 31.268652L409.19376 31.378027L407.88126 31.378027ZM405.77188 30.409277Q406.36563 30.409277 406.89688 30.112402Q407.44376 29.799902 407.67813 29.299902L407.67813 27.784277L406.67813 27.784277Q404.36563 27.784277 404.36563 29.143652Q404.36563 29.737402 404.75626 30.081152Q405.14688 30.409277 405.77188 30.409277ZM412.49063 23.987402L412.5375 24.799902Q413.35 23.846777 414.725 23.846777Q416.27188 23.846777 416.83438 25.034277Q417.20938 24.503027 417.80313 24.174902Q418.39688 23.846777 419.19376 23.846777Q421.63126 23.846777 421.67813 26.424902L421.67813 31.378027L420.4125 31.378027L420.4125 26.503027Q420.4125 25.706152 420.0375 25.315527Q419.67813 24.924902 418.83438 24.924902Q418.11563 24.924902 417.64688 25.346777Q417.19376 25.753027 417.11563 26.471777L417.11563 31.378027L415.85 31.378027L415.85 26.534277Q415.85 24.924902 414.27188 24.924902Q413.02188 24.924902 412.56876 25.971777L412.56876 31.378027L411.30313 31.378027L411.30313 23.987402L412.49063 23.987402ZM424.67813 31.378027L423.4125 31.378027L423.4125 23.987402L424.67813 23.987402L424.67813 31.378027ZM423.31876 22.018652Q423.31876 21.706152 423.50626 21.503027Q423.69376 21.284277 424.05313 21.284277Q424.42813 21.284277 424.61563 21.503027Q424.81876 21.706152 424.81876 22.018652Q424.81876 22.331152 424.61563 22.534277Q424.42813 22.737402 424.05313 22.737402Q423.69376 22.737402 423.50626 22.534277Q423.31876 22.331152 423.31876 22.018652ZM427.67813 31.378027L426.4125 31.378027L426.4125 20.878027L427.67813 20.878027L427.67813 31.378027ZM431.725 29.518652L433.44376 23.987402L434.80313 23.987402L431.83438 32.518654Q431.14688 34.362404 429.63126 34.362404L429.39688 34.34678L428.92813 34.25303L428.92813 33.237404L429.27188 33.25303Q429.9125 33.25303 430.27188 32.987404Q430.63126 32.737404 430.86563 32.049904L431.14688 31.299902L428.50626 23.987402L429.88126 23.987402L431.725 29.518652ZM437.7875 28.581152Q437.80313 27.768652 437.975 27.299902Q438.14688 26.815527 438.67813 26.237402L439.56876 25.315527Q440.14688 24.674902 440.14688 23.924902Q440.14688 23.206152 439.77188 22.799902Q439.39688 22.393652 438.67813 22.393652Q437.975 22.393652 437.55313 22.768652Q437.13126 23.128027 437.13126 23.753027L435.86563 23.753027Q435.88126 22.643652 436.64688 21.971777Q437.42813 21.284277 438.67813 21.284277Q439.95938 21.284277 440.67813 21.987402Q441.4125 22.674902 441.4125 23.878027Q441.4125 25.081152 440.30313 26.237402L439.55313 26.987402Q439.05313 27.534277 439.05313 28.581152L437.7875 28.581152ZM437.74063 30.737402Q437.74063 30.440527 437.92813 30.237402Q438.11563 30.018652 438.475 30.018652Q438.85 30.018652 439.0375 30.237402Q439.24063 30.440527 439.24063 30.753027Q439.24063 31.049902 439.0375 31.253027Q438.85 31.456152 438.475 31.456152Q438.11563 31.456152 437.92813 31.253027Q437.74063 31.049902 437.74063 30.737402Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig37.svg b/_content/survey2019/fig37.svg
deleted file mode 100644
index ee4e9a0..0000000
--- a/_content/survey2019/fig37.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 223.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="223" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 223.0L0 223.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 65.5L222.5 175.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M311.5 65.5L311.5 175.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M400.5 65.5L400.5 175.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M488.5 65.5L488.5 175.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 65.5L577.5 175.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 65.58781L577.525 65.58781L577.525 175.54103L222.5 175.54103L222.5 65.58781Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 99.0L222.0 78.0L514.0 78.0C515.10455 78.0 516.0 78.89543 516.0 80.0L516.0 97.0C516.0 98.10457 515.10455 99.0 514.0 99.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 99.0L222.0 78.0L514.0 78.0C515.10455 78.0 516.0 78.89543 516.0 80.0L516.0 97.0C516.0 98.10457 515.10455 99.0 514.0 99.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 132.0L222.0 111.0L275.0 111.0C276.10458 111.0 277.0 111.89543 277.0 113.0L277.0 130.0C277.0 131.10457 276.10458 132.0 275.0 132.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 132.0L222.0 111.0L275.0 111.0C276.10458 111.0 277.0 111.89543 277.0 113.0L277.0 130.0C277.0 131.10457 276.10458 132.0 275.0 132.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 164.0L222.0 143.0L316.0 143.0C317.10458 143.0 318.0 143.89543 318.0 145.0L318.0 162.0C318.0 163.10457 317.10458 164.0 316.0 164.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 164.0L222.0 143.0L316.0 143.0C317.10458 143.0 318.0 143.89543 318.0 145.0L318.0 162.0C318.0 163.10457 317.10458 164.0 316.0 164.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M532.57355 83.96875L532.57355 84.875L532.3704 84.875Q531.1048 84.90625 530.3548 85.640625Q529.6048 86.359375 529.4798 87.671875Q530.1673 86.90625 531.32355 86.90625Q532.4329 86.90625 533.1048 87.6875Q533.7767 88.46875 533.7767 89.71875Q533.7767 91.03125 533.0579 91.828125Q532.3392 92.625 531.1204 92.625Q529.9017 92.625 529.13605 91.6875Q528.38605 90.734375 528.38605 89.25L528.38605 88.84375Q528.38605 86.484375 529.38605 85.234375Q530.38605 83.984375 532.3704 83.96875L532.57355 83.96875ZM531.1517 87.8125Q530.5892 87.8125 530.1204 88.140625Q529.6517 88.46875 529.4642 88.984375L529.4642 89.375Q529.4642 90.4375 529.9329 91.078125Q530.4173 91.71875 531.1204 91.71875Q531.8548 91.71875 532.2767 91.1875Q532.69855 90.640625 532.69855 89.765625Q532.69855 88.890625 532.2767 88.359375Q531.8548 87.8125 531.1517 87.8125ZM539.57355 83.96875L539.57355 84.875L539.3704 84.875Q538.1048 84.90625 537.3548 85.640625Q536.6048 86.359375 536.4798 87.671875Q537.1673 86.90625 538.32355 86.90625Q539.4329 86.90625 540.1048 87.6875Q540.7767 88.46875 540.7767 89.71875Q540.7767 91.03125 540.0579 91.828125Q539.3392 92.625 538.1204 92.625Q536.9017 92.625 536.13605 91.6875Q535.38605 90.734375 535.38605 89.25L535.38605 88.84375Q535.38605 86.484375 536.38605 85.234375Q537.38605 83.984375 539.3704 83.96875L539.57355 83.96875ZM538.1517 87.8125Q537.5892 87.8125 537.1204 88.140625Q536.6517 88.46875 536.4642 88.984375L536.4642 89.375Q536.4642 90.4375 536.9329 91.078125Q537.4173 91.71875 538.1204 91.71875Q538.8548 91.71875 539.2767 91.1875Q539.69855 90.640625 539.69855 89.765625Q539.69855 88.890625 539.2767 88.359375Q538.8548 87.8125 538.1517 87.8125ZM542.2142 85.609375Q542.2142 84.84375 542.69855 84.34375Q543.19855 83.84375 543.9642 83.84375Q544.7454 83.84375 545.2298 84.34375Q545.7142 84.84375 545.7142 85.640625L545.7142 86.0625Q545.7142 86.828125 545.2142 87.328125Q544.7298 87.8125 543.9798 87.8125Q543.2142 87.8125 542.7142 87.328125Q542.2142 86.828125 542.2142 86.015625L542.2142 85.609375ZM543.0267 86.0625Q543.0267 86.515625 543.2767 86.8125Q543.5423 87.109375 543.9798 87.109375Q544.4017 87.109375 544.6517 86.828125Q544.9017 86.53125 544.9017 86.03125L544.9017 85.609375Q544.9017 85.15625 544.6517 84.859375Q544.4017 84.546875 543.9642 84.546875Q543.5267 84.546875 543.2767 84.859375Q543.0267 85.15625 543.0267 85.625L543.0267 86.0625ZM546.3704 90.40625Q546.3704 89.640625 546.8548 89.15625Q547.3548 88.65625 548.1204 88.65625Q548.88605 88.65625 549.3704 89.15625Q549.8704 89.640625 549.8704 90.453125L549.8704 90.859375Q549.8704 91.625 549.38605 92.125Q548.9017 92.625 548.13605 92.625Q547.3704 92.625 546.8704 92.140625Q546.3704 91.640625 546.3704 90.828125L546.3704 90.40625ZM547.1829 90.859375Q547.1829 91.328125 547.4329 91.625Q547.69855 91.921875 548.13605 91.921875Q548.5579 91.921875 548.8079 91.640625Q549.0579 91.34375 549.0579 90.84375L549.0579 90.40625Q549.0579 89.9375 548.7923 89.65625Q548.5423 89.359375 548.1204 89.359375Q547.69855 89.359375 547.4329 89.65625Q547.1829 89.9375 547.1829 90.4375L547.1829 90.859375ZM544.2298 91.859375L543.6048 91.46875L547.7767 84.796875L548.38605 85.1875L544.2298 91.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M532.57355 83.96875L532.57355 84.875L532.3704 84.875Q531.1048 84.90625 530.3548 85.640625Q529.6048 86.359375 529.4798 87.671875Q530.1673 86.90625 531.32355 86.90625Q532.4329 86.90625 533.1048 87.6875Q533.7767 88.46875 533.7767 89.71875Q533.7767 91.03125 533.0579 91.828125Q532.3392 92.625 531.1204 92.625Q529.9017 92.625 529.13605 91.6875Q528.38605 90.734375 528.38605 89.25L528.38605 88.84375Q528.38605 86.484375 529.38605 85.234375Q530.38605 83.984375 532.3704 83.96875L532.57355 83.96875ZM531.1517 87.8125Q530.5892 87.8125 530.1204 88.140625Q529.6517 88.46875 529.4642 88.984375L529.4642 89.375Q529.4642 90.4375 529.9329 91.078125Q530.4173 91.71875 531.1204 91.71875Q531.8548 91.71875 532.2767 91.1875Q532.69855 90.640625 532.69855 89.765625Q532.69855 88.890625 532.2767 88.359375Q531.8548 87.8125 531.1517 87.8125ZM539.57355 83.96875L539.57355 84.875L539.3704 84.875Q538.1048 84.90625 537.3548 85.640625Q536.6048 86.359375 536.4798 87.671875Q537.1673 86.90625 538.32355 86.90625Q539.4329 86.90625 540.1048 87.6875Q540.7767 88.46875 540.7767 89.71875Q540.7767 91.03125 540.0579 91.828125Q539.3392 92.625 538.1204 92.625Q536.9017 92.625 536.13605 91.6875Q535.38605 90.734375 535.38605 89.25L535.38605 88.84375Q535.38605 86.484375 536.38605 85.234375Q537.38605 83.984375 539.3704 83.96875L539.57355 83.96875ZM538.1517 87.8125Q537.5892 87.8125 537.1204 88.140625Q536.6517 88.46875 536.4642 88.984375L536.4642 89.375Q536.4642 90.4375 536.9329 91.078125Q537.4173 91.71875 538.1204 91.71875Q538.8548 91.71875 539.2767 91.1875Q539.69855 90.640625 539.69855 89.765625Q539.69855 88.890625 539.2767 88.359375Q538.8548 87.8125 538.1517 87.8125ZM542.2142 85.609375Q542.2142 84.84375 542.69855 84.34375Q543.19855 83.84375 543.9642 83.84375Q544.7454 83.84375 545.2298 84.34375Q545.7142 84.84375 545.7142 85.640625L545.7142 86.0625Q545.7142 86.828125 545.2142 87.328125Q544.7298 87.8125 543.9798 87.8125Q543.2142 87.8125 542.7142 87.328125Q542.2142 86.828125 542.2142 86.015625L542.2142 85.609375ZM543.0267 86.0625Q543.0267 86.515625 543.2767 86.8125Q543.5423 87.109375 543.9798 87.109375Q544.4017 87.109375 544.6517 86.828125Q544.9017 86.53125 544.9017 86.03125L544.9017 85.609375Q544.9017 85.15625 544.6517 84.859375Q544.4017 84.546875 543.9642 84.546875Q543.5267 84.546875 543.2767 84.859375Q543.0267 85.15625 543.0267 85.625L543.0267 86.0625ZM546.3704 90.40625Q546.3704 89.640625 546.8548 89.15625Q547.3548 88.65625 548.1204 88.65625Q548.88605 88.65625 549.3704 89.15625Q549.8704 89.640625 549.8704 90.453125L549.8704 90.859375Q549.8704 91.625 549.38605 92.125Q548.9017 92.625 548.13605 92.625Q547.3704 92.625 546.8704 92.140625Q546.3704 91.640625 546.3704 90.828125L546.3704 90.40625ZM547.1829 90.859375Q547.1829 91.328125 547.4329 91.625Q547.69855 91.921875 548.13605 91.921875Q548.5579 91.921875 548.8079 91.640625Q549.0579 91.34375 549.0579 90.84375L549.0579 90.40625Q549.0579 89.9375 548.7923 89.65625Q548.5423 89.359375 548.1204 89.359375Q547.69855 89.359375 547.4329 89.65625Q547.1829 89.9375 547.1829 90.4375L547.1829 90.859375ZM544.2298 91.859375L543.6048 91.46875L547.7767 84.796875L548.38605 85.1875L544.2298 91.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M293.6307 125.5L292.55258 125.5L292.55258 118.28125L290.36508 119.078125L290.36508 118.09375L293.47446 116.921875L293.6307 116.921875L293.6307 125.5ZM302.66196 125.5L297.0682 125.5L297.0682 124.71875L300.02133 121.4375Q300.67758 120.6875 300.92758 120.234375Q301.17758 119.765625 301.17758 119.265625Q301.17758 118.59375 300.77133 118.171875Q300.3807 117.734375 299.6932 117.734375Q298.89633 117.734375 298.4432 118.203125Q297.99008 118.65625 297.99008 119.484375L296.91196 119.484375Q296.91196 118.296875 297.66196 117.578125Q298.42758 116.84375 299.6932 116.84375Q300.89633 116.84375 301.58383 117.46875Q302.27133 118.09375 302.27133 119.140625Q302.27133 120.390625 300.66196 122.140625L298.3807 124.609375L302.66196 124.609375L302.66196 125.5ZM303.97446 118.609375Q303.97446 117.84375 304.45883 117.34375Q304.95883 116.84375 305.72446 116.84375Q306.5057 116.84375 306.99008 117.34375Q307.47446 117.84375 307.47446 118.640625L307.47446 119.0625Q307.47446 119.828125 306.97446 120.328125Q306.49008 120.8125 305.74008 120.8125Q304.97446 120.8125 304.47446 120.328125Q303.97446 119.828125 303.97446 119.015625L303.97446 118.609375ZM304.78696 119.0625Q304.78696 119.515625 305.03696 119.8125Q305.30258 120.109375 305.74008 120.109375Q306.16196 120.109375 306.41196 119.828125Q306.66196 119.53125 306.66196 119.03125L306.66196 118.609375Q306.66196 118.15625 306.41196 117.859375Q306.16196 117.546875 305.72446 117.546875Q305.28696 117.546875 305.03696 117.859375Q304.78696 118.15625 304.78696 118.625L304.78696 119.0625ZM308.1307 123.40625Q308.1307 122.640625 308.61508 122.15625Q309.11508 121.65625 309.8807 121.65625Q310.64633 121.65625 311.1307 122.15625Q311.6307 122.640625 311.6307 123.453125L311.6307 123.859375Q311.6307 124.625 311.14633 125.125Q310.66196 125.625 309.89633 125.625Q309.1307 125.625 308.6307 125.140625Q308.1307 124.640625 308.1307 123.828125L308.1307 123.40625ZM308.9432 123.859375Q308.9432 124.328125 309.1932 124.625Q309.45883 124.921875 309.89633 124.921875Q310.3182 124.921875 310.5682 124.640625Q310.8182 124.34375 310.8182 123.84375L310.8182 123.40625Q310.8182 122.9375 310.55258 122.65625Q310.30258 122.359375 309.8807 122.359375Q309.45883 122.359375 309.1932 122.65625Q308.9432 122.9375 308.9432 123.4375L308.9432 123.859375ZM305.99008 124.859375L305.36508 124.46875L309.53696 117.796875L310.14633 118.1875L305.99008 124.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M293.6307 125.5L292.55258 125.5L292.55258 118.28125L290.36508 119.078125L290.36508 118.09375L293.47446 116.921875L293.6307 116.921875L293.6307 125.5ZM302.66196 125.5L297.0682 125.5L297.0682 124.71875L300.02133 121.4375Q300.67758 120.6875 300.92758 120.234375Q301.17758 119.765625 301.17758 119.265625Q301.17758 118.59375 300.77133 118.171875Q300.3807 117.734375 299.6932 117.734375Q298.89633 117.734375 298.4432 118.203125Q297.99008 118.65625 297.99008 119.484375L296.91196 119.484375Q296.91196 118.296875 297.66196 117.578125Q298.42758 116.84375 299.6932 116.84375Q300.89633 116.84375 301.58383 117.46875Q302.27133 118.09375 302.27133 119.140625Q302.27133 120.390625 300.66196 122.140625L298.3807 124.609375L302.66196 124.609375L302.66196 125.5ZM303.97446 118.609375Q303.97446 117.84375 304.45883 117.34375Q304.95883 116.84375 305.72446 116.84375Q306.5057 116.84375 306.99008 117.34375Q307.47446 117.84375 307.47446 118.640625L307.47446 119.0625Q307.47446 119.828125 306.97446 120.328125Q306.49008 120.8125 305.74008 120.8125Q304.97446 120.8125 304.47446 120.328125Q303.97446 119.828125 303.97446 119.015625L303.97446 118.609375ZM304.78696 119.0625Q304.78696 119.515625 305.03696 119.8125Q305.30258 120.109375 305.74008 120.109375Q306.16196 120.109375 306.41196 119.828125Q306.66196 119.53125 306.66196 119.03125L306.66196 118.609375Q306.66196 118.15625 306.41196 117.859375Q306.16196 117.546875 305.72446 117.546875Q305.28696 117.546875 305.03696 117.859375Q304.78696 118.15625 304.78696 118.625L304.78696 119.0625ZM308.1307 123.40625Q308.1307 122.640625 308.61508 122.15625Q309.11508 121.65625 309.8807 121.65625Q310.64633 121.65625 311.1307 122.15625Q311.6307 122.640625 311.6307 123.453125L311.6307 123.859375Q311.6307 124.625 311.14633 125.125Q310.66196 125.625 309.89633 125.625Q309.1307 125.625 308.6307 125.140625Q308.1307 124.640625 308.1307 123.828125L308.1307 123.40625ZM308.9432 123.859375Q308.9432 124.328125 309.1932 124.625Q309.45883 124.921875 309.89633 124.921875Q310.3182 124.921875 310.5682 124.640625Q310.8182 124.34375 310.8182 123.84375L310.8182 123.40625Q310.8182 122.9375 310.55258 122.65625Q310.30258 122.359375 309.8807 122.359375Q309.45883 122.359375 309.1932 122.65625Q308.9432 122.9375 308.9432 123.4375L308.9432 123.859375ZM305.99008 124.859375L305.36508 124.46875L309.53696 117.796875L310.14633 118.1875L305.99008 124.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M336.60825 157.5L331.0145 157.5L331.0145 156.71875L333.96762 153.4375Q334.62387 152.6875 334.87387 152.23438Q335.12387 151.76562 335.12387 151.26562Q335.12387 150.59375 334.71762 150.17188Q334.327 149.73438 333.6395 149.73438Q332.84262 149.73438 332.3895 150.20312Q331.93637 150.65625 331.93637 151.48438L330.85825 151.48438Q330.85825 150.29688 331.60825 149.57812Q332.37387 148.84375 333.6395 148.84375Q334.84262 148.84375 335.53012 149.46875Q336.21762 150.09375 336.21762 151.14062Q336.21762 152.39062 334.60825 154.14062L332.327 156.60938L336.60825 156.60938L336.60825 157.5ZM343.60825 157.5L338.0145 157.5L338.0145 156.71875L340.96762 153.4375Q341.62387 152.6875 341.87387 152.23438Q342.12387 151.76562 342.12387 151.26562Q342.12387 150.59375 341.71762 150.17188Q341.327 149.73438 340.6395 149.73438Q339.84262 149.73438 339.3895 150.20312Q338.93637 150.65625 338.93637 151.48438L337.85825 151.48438Q337.85825 150.29688 338.60825 149.57812Q339.37387 148.84375 340.6395 148.84375Q341.84262 148.84375 342.53012 149.46875Q343.21762 150.09375 343.21762 151.14062Q343.21762 152.39062 341.60825 154.14062L339.327 156.60938L343.60825 156.60938L343.60825 157.5ZM344.92075 150.60938Q344.92075 149.84375 345.40512 149.34375Q345.90512 148.84375 346.67075 148.84375Q347.452 148.84375 347.93637 149.34375Q348.42075 149.84375 348.42075 150.64062L348.42075 151.0625Q348.42075 151.82812 347.92075 152.32812Q347.43637 152.8125 346.68637 152.8125Q345.92075 152.8125 345.42075 152.32812Q344.92075 151.82812 344.92075 151.01562L344.92075 150.60938ZM345.73325 151.0625Q345.73325 151.51562 345.98325 151.8125Q346.24887 152.10938 346.68637 152.10938Q347.10825 152.10938 347.35825 151.82812Q347.60825 151.53125 347.60825 151.03125L347.60825 150.60938Q347.60825 150.15625 347.35825 149.85938Q347.10825 149.54688 346.67075 149.54688Q346.23325 149.54688 345.98325 149.85938Q345.73325 150.15625 345.73325 150.625L345.73325 151.0625ZM349.077 155.40625Q349.077 154.64062 349.56137 154.15625Q350.06137 153.65625 350.827 153.65625Q351.59262 153.65625 352.077 154.15625Q352.577 154.64062 352.577 155.45312L352.577 155.85938Q352.577 156.625 352.09262 157.125Q351.60825 157.625 350.84262 157.625Q350.077 157.625 349.577 157.14062Q349.077 156.64062 349.077 155.82812L349.077 155.40625ZM349.8895 155.85938Q349.8895 156.32812 350.1395 156.625Q350.40512 156.92188 350.84262 156.92188Q351.2645 156.92188 351.5145 156.64062Q351.7645 156.34375 351.7645 155.84375L351.7645 155.40625Q351.7645 154.9375 351.49887 154.65625Q351.24887 154.35938 350.827 154.35938Q350.40512 154.35938 350.1395 154.65625Q349.8895 154.9375 349.8895 155.4375L349.8895 155.85938ZM346.93637 156.85938L346.31137 156.46875L350.48325 149.79688L351.09262 150.1875L346.93637 156.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M336.60825 157.5L331.0145 157.5L331.0145 156.71875L333.96762 153.4375Q334.62387 152.6875 334.87387 152.23438Q335.12387 151.76562 335.12387 151.26562Q335.12387 150.59375 334.71762 150.17188Q334.327 149.73438 333.6395 149.73438Q332.84262 149.73438 332.3895 150.20312Q331.93637 150.65625 331.93637 151.48438L330.85825 151.48438Q330.85825 150.29688 331.60825 149.57812Q332.37387 148.84375 333.6395 148.84375Q334.84262 148.84375 335.53012 149.46875Q336.21762 150.09375 336.21762 151.14062Q336.21762 152.39062 334.60825 154.14062L332.327 156.60938L336.60825 156.60938L336.60825 157.5ZM343.60825 157.5L338.0145 157.5L338.0145 156.71875L340.96762 153.4375Q341.62387 152.6875 341.87387 152.23438Q342.12387 151.76562 342.12387 151.26562Q342.12387 150.59375 341.71762 150.17188Q341.327 149.73438 340.6395 149.73438Q339.84262 149.73438 339.3895 150.20312Q338.93637 150.65625 338.93637 151.48438L337.85825 151.48438Q337.85825 150.29688 338.60825 149.57812Q339.37387 148.84375 340.6395 148.84375Q341.84262 148.84375 342.53012 149.46875Q343.21762 150.09375 343.21762 151.14062Q343.21762 152.39062 341.60825 154.14062L339.327 156.60938L343.60825 156.60938L343.60825 157.5ZM344.92075 150.60938Q344.92075 149.84375 345.40512 149.34375Q345.90512 148.84375 346.67075 148.84375Q347.452 148.84375 347.93637 149.34375Q348.42075 149.84375 348.42075 150.64062L348.42075 151.0625Q348.42075 151.82812 347.92075 152.32812Q347.43637 152.8125 346.68637 152.8125Q345.92075 152.8125 345.42075 152.32812Q344.92075 151.82812 344.92075 151.01562L344.92075 150.60938ZM345.73325 151.0625Q345.73325 151.51562 345.98325 151.8125Q346.24887 152.10938 346.68637 152.10938Q347.10825 152.10938 347.35825 151.82812Q347.60825 151.53125 347.60825 151.03125L347.60825 150.60938Q347.60825 150.15625 347.35825 149.85938Q347.10825 149.54688 346.67075 149.54688Q346.23325 149.54688 345.98325 149.85938Q345.73325 150.15625 345.73325 150.625L345.73325 151.0625ZM349.077 155.40625Q349.077 154.64062 349.56137 154.15625Q350.06137 153.65625 350.827 153.65625Q351.59262 153.65625 352.077 154.15625Q352.577 154.64062 352.577 155.45312L352.577 155.85938Q352.577 156.625 352.09262 157.125Q351.60825 157.625 350.84262 157.625Q350.077 157.625 349.577 157.14062Q349.077 156.64062 349.077 155.82812L349.077 155.40625ZM349.8895 155.85938Q349.8895 156.32812 350.1395 156.625Q350.40512 156.92188 350.84262 156.92188Q351.2645 156.92188 351.5145 156.64062Q351.7645 156.34375 351.7645 155.84375L351.7645 155.40625Q351.7645 154.9375 351.49887 154.65625Q351.24887 154.35938 350.827 154.35938Q350.40512 154.35938 350.1395 154.65625Q349.8895 154.9375 349.8895 155.4375L349.8895 155.85938ZM346.93637 156.85938L346.31137 156.46875L350.48325 149.79688L351.09262 150.1875L346.93637 156.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M326.6219 209.06023Q326.6219 208.2946 327.10626 207.7946Q327.60626 207.2946 328.3719 207.2946Q329.15314 207.2946 329.6375 207.7946Q330.1219 208.2946 330.1219 209.09148L330.1219 209.51335Q330.1219 210.27898 329.6219 210.77898Q329.1375 211.26335 328.3875 211.26335Q327.6219 211.26335 327.1219 210.77898Q326.6219 210.27898 326.6219 209.46648L326.6219 209.06023ZM327.4344 209.51335Q327.4344 209.96648 327.6844 210.26335Q327.95 210.56023 328.3875 210.56023Q328.8094 210.56023 329.0594 210.27898Q329.3094 209.9821 329.3094 209.4821L329.3094 209.06023Q329.3094 208.6071 329.0594 208.31023Q328.8094 207.99773 328.3719 207.99773Q327.9344 207.99773 327.6844 208.31023Q327.4344 208.6071 327.4344 209.07585L327.4344 209.51335ZM330.77814 213.8571Q330.77814 213.09148 331.2625 212.6071Q331.7625 212.1071 332.52814 212.1071Q333.29376 212.1071 333.77814 212.6071Q334.27814 213.09148 334.27814 213.90398L334.27814 214.31023Q334.27814 215.07585 333.79376 215.57585Q333.3094 216.07585 332.54376 216.07585Q331.77814 216.07585 331.27814 215.59148Q330.77814 215.09148 330.77814 214.27898L330.77814 213.8571ZM331.59064 214.31023Q331.59064 214.77898 331.84064 215.07585Q332.10626 215.37273 332.54376 215.37273Q332.96564 215.37273 333.21564 215.09148Q333.46564 214.7946 333.46564 214.2946L333.46564 213.8571Q333.46564 213.38835 333.2 213.1071Q332.95 212.81023 332.52814 212.81023Q332.10626 212.81023 331.84064 213.1071Q331.59064 213.38835 331.59064 213.88835L331.59064 214.31023ZM328.6375 215.31023L328.0125 214.9196L332.1844 208.24773L332.79376 208.63835L328.6375 215.31023ZM338.54376 212.71648Q338.54376 211.7946 338.90314 211.0446Q339.27814 210.2946 339.9344 209.90398Q340.59064 209.49773 341.41876 209.49773Q342.71564 209.49773 343.5125 210.38835Q344.325 211.27898 344.325 212.77898L344.325 212.8571Q344.325 213.77898 343.96564 214.51335Q343.60626 215.24773 342.95 215.6696Q342.29376 216.07585 341.4344 216.07585Q340.15314 216.07585 339.34064 215.18523Q338.54376 214.27898 338.54376 212.7946L338.54376 212.71648ZM339.6375 212.8571Q339.6375 213.90398 340.1219 214.5446Q340.6219 215.18523 341.4344 215.18523Q342.2625 215.18523 342.7469 214.5446Q343.23126 213.88835 343.23126 212.71648Q343.23126 211.68523 342.73126 211.0446Q342.2469 210.38835 341.41876 210.38835Q340.6219 210.38835 340.1219 211.02898Q339.6375 211.65398 339.6375 212.8571ZM346.3719 215.95085L346.3719 210.45085L345.3719 210.45085L345.3719 209.6071L346.3719 209.6071L346.3719 208.96648Q346.3719 207.93523 346.90314 207.38835Q347.45 206.82585 348.45 206.82585Q348.825 206.82585 349.2 206.9196L349.1375 207.81023Q348.85626 207.74773 348.5594 207.74773Q348.02814 207.74773 347.73126 208.06023Q347.45 208.37273 347.45 208.93523L347.45 209.6071L348.8094 209.6071L348.8094 210.45085L347.45 210.45085L347.45 215.95085L346.3719 215.95085ZM355.90314 210.57585Q355.65314 210.5446 355.3719 210.5446Q354.29376 210.5446 353.91876 211.45085L353.91876 215.95085L352.84064 215.95085L352.84064 209.6071L353.8875 209.6071L353.90314 210.34148Q354.4344 209.49773 355.41876 209.49773Q355.73126 209.49773 355.90314 209.57585L355.90314 210.57585ZM359.46564 216.07585Q358.16876 216.07585 357.35626 215.2321Q356.5594 214.37273 356.5594 212.95085L356.5594 212.76335Q356.5594 211.81023 356.91876 211.07585Q357.27814 210.32585 357.91876 209.9196Q358.575 209.49773 359.325 209.49773Q360.5594 209.49773 361.2469 210.31023Q361.9344 211.12273 361.9344 212.63835L361.9344 213.09148L357.6375 213.09148Q357.66876 214.02898 358.1844 214.6071Q358.71564 215.18523 359.52814 215.18523Q360.09064 215.18523 360.48126 214.95085Q360.8875 214.71648 361.2 214.32585L361.85626 214.84148Q361.0594 216.07585 359.46564 216.07585ZM359.325 210.38835Q358.66876 210.38835 358.21564 210.87273Q357.77814 211.34148 357.6844 212.20085L360.85626 212.20085L360.85626 212.12273Q360.8094 211.2946 360.40314 210.84148Q360.0125 210.38835 359.325 210.38835ZM366.52814 214.26335Q366.52814 213.82585 366.1844 213.59148Q365.85626 213.34148 365.02814 213.1696Q364.21564 212.99773 363.73126 212.74773Q363.2469 212.49773 363.0125 212.1696Q362.79376 211.82585 362.79376 211.3571Q362.79376 210.57585 363.45 210.0446Q364.10626 209.49773 365.1375 209.49773Q366.21564 209.49773 366.8719 210.06023Q367.54376 210.6071 367.54376 211.46648L366.46564 211.46648Q366.46564 211.02898 366.075 210.71648Q365.7 210.38835 365.1375 210.38835Q364.54376 210.38835 364.2 210.65398Q363.8719 210.90398 363.8719 211.31023Q363.8719 211.70085 364.1844 211.90398Q364.4969 212.1071 365.3094 212.2946Q366.1219 212.46648 366.6219 212.71648Q367.1219 212.96648 367.35626 213.32585Q367.60626 213.68523 367.60626 214.18523Q367.60626 215.0446 366.91876 215.56023Q366.2469 216.07585 365.16876 216.07585Q364.40314 216.07585 363.8094 215.81023Q363.23126 215.52898 362.90314 215.0446Q362.575 214.56023 362.575 213.99773L363.65314 213.99773Q363.6844 214.5446 364.09064 214.87273Q364.4969 215.18523 365.16876 215.18523Q365.77814 215.18523 366.15314 214.93523Q366.52814 214.68523 366.52814 214.26335ZM374.1844 212.8571Q374.1844 214.2946 373.52814 215.18523Q372.8719 216.07585 371.73126 216.07585Q370.575 216.07585 369.91876 215.34148L369.91876 218.38835L368.84064 218.38835L368.84064 209.6071L369.825 209.6071L369.8719 210.31023Q370.54376 209.49773 371.71564 209.49773Q372.85626 209.49773 373.5125 210.3571Q374.1844 211.21648 374.1844 212.74773L374.1844 212.8571ZM373.10626 212.7321Q373.10626 211.65398 372.6375 211.0446Q372.1844 210.4196 371.3875 210.4196Q370.40314 210.4196 369.91876 211.27898L369.91876 214.31023Q370.40314 215.18523 371.40314 215.18523Q372.1844 215.18523 372.6375 214.57585Q373.10626 213.95085 373.10626 212.7321ZM375.54376 212.71648Q375.54376 211.7946 375.90314 211.0446Q376.27814 210.2946 376.9344 209.90398Q377.59064 209.49773 378.41876 209.49773Q379.71564 209.49773 380.5125 210.38835Q381.325 211.27898 381.325 212.77898L381.325 212.8571Q381.325 213.77898 380.96564 214.51335Q380.60626 215.24773 379.95 215.6696Q379.29376 216.07585 378.4344 216.07585Q377.15314 216.07585 376.34064 215.18523Q375.54376 214.27898 375.54376 212.7946L375.54376 212.71648ZM376.6375 212.8571Q376.6375 213.90398 377.1219 214.5446Q377.6219 215.18523 378.4344 215.18523Q379.2625 215.18523 379.7469 214.5446Q380.23126 213.88835 380.23126 212.71648Q380.23126 211.68523 379.73126 211.0446Q379.2469 210.38835 378.41876 210.38835Q377.6219 210.38835 377.1219 211.02898Q376.6375 211.65398 376.6375 212.8571ZM383.85626 209.6071L383.8875 210.40398Q384.6219 209.49773 385.79376 209.49773Q387.8094 209.49773 387.825 211.76335L387.825 215.95085L386.73126 215.95085L386.73126 211.74773Q386.73126 211.07585 386.41876 210.74773Q386.1219 210.4196 385.46564 210.4196Q384.9344 210.4196 384.52814 210.70085Q384.1375 210.9821 383.91876 211.43523L383.91876 215.95085L382.84064 215.95085L382.84064 209.6071L383.85626 209.6071ZM389.575 212.7321Q389.575 211.26335 390.2625 210.38835Q390.95 209.49773 392.075 209.49773Q393.1844 209.49773 393.84064 210.24773L393.84064 206.95085L394.91876 206.95085L394.91876 215.95085L393.91876 215.95085L393.8719 215.26335Q393.21564 216.07585 392.0594 216.07585Q390.96564 216.07585 390.2625 215.1696Q389.575 214.26335 389.575 212.81023L389.575 212.7321ZM390.65314 212.8571Q390.65314 213.93523 391.09064 214.5446Q391.54376 215.15398 392.325 215.15398Q393.35626 215.15398 393.84064 214.21648L393.84064 211.31023Q393.35626 210.4196 392.34064 210.4196Q391.54376 210.4196 391.09064 211.02898Q390.65314 211.63835 390.65314 212.8571ZM399.46564 216.07585Q398.16876 216.07585 397.35626 215.2321Q396.5594 214.37273 396.5594 212.95085L396.5594 212.76335Q396.5594 211.81023 396.91876 211.07585Q397.27814 210.32585 397.91876 209.9196Q398.575 209.49773 399.325 209.49773Q400.5594 209.49773 401.2469 210.31023Q401.9344 211.12273 401.9344 212.63835L401.9344 213.09148L397.6375 213.09148Q397.66876 214.02898 398.1844 214.6071Q398.71564 215.18523 399.52814 215.18523Q400.09064 215.18523 400.48126 214.95085Q400.8875 214.71648 401.2 214.32585L401.85626 214.84148Q401.0594 216.07585 399.46564 216.07585ZM399.325 210.38835Q398.66876 210.38835 398.21564 210.87273Q397.77814 211.34148 397.6844 212.20085L400.85626 212.20085L400.85626 212.12273Q400.8094 211.2946 400.40314 210.84148Q400.0125 210.38835 399.325 210.38835ZM403.85626 209.6071L403.8875 210.40398Q404.6219 209.49773 405.79376 209.49773Q407.8094 209.49773 407.825 211.76335L407.825 215.95085L406.73126 215.95085L406.73126 211.74773Q406.73126 211.07585 406.41876 210.74773Q406.1219 210.4196 405.46564 210.4196Q404.9344 210.4196 404.52814 210.70085Q404.1375 210.9821 403.91876 211.43523L403.91876 215.95085L402.84064 215.95085L402.84064 209.6071L403.85626 209.6071ZM411.3094 208.07585L411.3094 209.6071L412.48126 209.6071L412.48126 210.45085L411.3094 210.45085L411.3094 214.37273Q411.3094 214.76335 411.46564 214.95085Q411.6219 215.13835 411.9969 215.13835Q412.1844 215.13835 412.5125 215.07585L412.5125 215.95085Q412.09064 216.07585 411.6844 216.07585Q410.96564 216.07585 410.59064 215.63835Q410.21564 215.18523 410.21564 214.37273L410.21564 210.45085L409.0594 210.45085L409.0594 209.6071L410.21564 209.6071L410.21564 208.07585L411.3094 208.07585ZM417.52814 214.26335Q417.52814 213.82585 417.1844 213.59148Q416.85626 213.34148 416.02814 213.1696Q415.21564 212.99773 414.73126 212.74773Q414.2469 212.49773 414.0125 212.1696Q413.79376 211.82585 413.79376 211.3571Q413.79376 210.57585 414.45 210.0446Q415.10626 209.49773 416.1375 209.49773Q417.21564 209.49773 417.8719 210.06023Q418.54376 210.6071 418.54376 211.46648L417.46564 211.46648Q417.46564 211.02898 417.075 210.71648Q416.7 210.38835 416.1375 210.38835Q415.54376 210.38835 415.2 210.65398Q414.8719 210.90398 414.8719 211.31023Q414.8719 211.70085 415.1844 211.90398Q415.4969 212.1071 416.3094 212.2946Q417.1219 212.46648 417.6219 212.71648Q418.1219 212.96648 418.35626 213.32585Q418.60626 213.68523 418.60626 214.18523Q418.60626 215.0446 417.91876 215.56023Q417.2469 216.07585 416.16876 216.07585Q415.40314 216.07585 414.8094 215.81023Q414.23126 215.52898 413.90314 215.0446Q413.575 214.56023 413.575 213.99773L414.65314 213.99773Q414.6844 214.5446 415.09064 214.87273Q415.4969 215.18523 416.16876 215.18523Q416.77814 215.18523 417.15314 214.93523Q417.52814 214.68523 417.52814 214.26335ZM422.79376 212.4821Q422.79376 211.1696 423.1375 209.95085Q423.4969 208.7321 424.2 207.7321Q424.90314 206.7321 425.66876 206.32585L425.8875 207.0446Q425.02814 207.70085 424.48126 209.0446Q423.9344 210.38835 423.8875 212.06023L423.8719 212.56023Q423.8719 214.82585 424.7 216.4821Q425.2 217.4821 425.8875 218.0446L425.66876 218.70085Q424.8875 218.27898 424.16876 217.24773Q422.79376 215.26335 422.79376 212.4821ZM427.85626 209.6071L427.8875 210.40398Q428.6219 209.49773 429.79376 209.49773Q431.8094 209.49773 431.825 211.76335L431.825 215.95085L430.73126 215.95085L430.73126 211.74773Q430.73126 211.07585 430.41876 210.74773Q430.1219 210.4196 429.46564 210.4196Q428.9344 210.4196 428.52814 210.70085Q428.1375 210.9821 427.91876 211.43523L427.91876 215.95085L426.84064 215.95085L426.84064 209.6071L427.85626 209.6071ZM438.79376 211.18523L433.90314 211.18523L433.90314 210.2321L438.79376 210.2321L438.79376 211.18523ZM438.79376 213.6071L433.90314 213.6071L433.90314 212.6696L438.79376 212.6696L438.79376 213.6071ZM444.98126 207.4196L444.98126 208.32585L444.77814 208.32585Q443.5125 208.3571 442.7625 209.09148Q442.0125 209.81023 441.8875 211.12273Q442.575 210.3571 443.73126 210.3571Q444.84064 210.3571 445.5125 211.13835Q446.1844 211.9196 446.1844 213.1696Q446.1844 214.4821 445.46564 215.27898Q444.7469 216.07585 443.52814 216.07585Q442.3094 216.07585 441.54376 215.13835Q440.79376 214.18523 440.79376 212.70085L440.79376 212.2946Q440.79376 209.93523 441.79376 208.68523Q442.79376 207.43523 444.77814 207.4196L444.98126 207.4196ZM443.5594 211.26335Q442.9969 211.26335 442.52814 211.59148Q442.0594 211.9196 441.8719 212.43523L441.8719 212.82585Q441.8719 213.88835 442.34064 214.52898Q442.825 215.1696 443.52814 215.1696Q444.2625 215.1696 444.6844 214.63835Q445.10626 214.09148 445.10626 213.21648Q445.10626 212.34148 444.6844 211.81023Q444.2625 211.26335 443.5594 211.26335ZM447.79376 217.65398L447.1844 217.2321Q447.73126 216.46648 447.7625 215.63835L447.7625 214.6696L448.825 214.6696L448.825 215.51335Q448.825 216.1071 448.52814 216.70085Q448.23126 217.2946 447.79376 217.65398ZM455.075 212.31023Q455.075 214.21648 454.41876 215.15398Q453.77814 216.07585 452.3875 216.07585Q451.02814 216.07585 450.3719 215.1696Q449.71564 214.26335 449.6844 212.45085L449.6844 211.01335Q449.6844 209.12273 450.325 208.21648Q450.98126 207.2946 452.3719 207.2946Q453.7469 207.2946 454.40314 208.18523Q455.0594 209.06023 455.075 210.90398L455.075 212.31023ZM453.98126 210.82585Q453.98126 209.45085 453.59064 208.82585Q453.21564 208.18523 452.3719 208.18523Q451.54376 208.18523 451.15314 208.82585Q450.77814 209.45085 450.77814 210.74773L450.77814 212.4821Q450.77814 213.8571 451.16876 214.52898Q451.575 215.18523 452.3875 215.18523Q453.1844 215.18523 453.575 214.56023Q453.96564 213.93523 453.98126 212.6071L453.98126 210.82585ZM462.3094 215.95085L456.71564 215.95085L456.71564 215.1696L459.66876 211.88835Q460.325 211.13835 460.575 210.68523Q460.825 210.21648 460.825 209.71648Q460.825 209.0446 460.41876 208.62273Q460.02814 208.18523 459.34064 208.18523Q458.54376 208.18523 458.09064 208.65398Q457.6375 209.1071 457.6375 209.93523L456.5594 209.93523Q456.5594 208.74773 457.3094 208.02898Q458.075 207.2946 459.34064 207.2946Q460.54376 207.2946 461.23126 207.9196Q461.91876 208.5446 461.91876 209.59148Q461.91876 210.84148 460.3094 212.59148L458.02814 215.06023L462.3094 215.06023L462.3094 215.95085ZM467.98126 207.4196L467.98126 208.32585L467.77814 208.32585Q466.5125 208.3571 465.7625 209.09148Q465.0125 209.81023 464.8875 211.12273Q465.575 210.3571 466.73126 210.3571Q467.84064 210.3571 468.5125 211.13835Q469.1844 211.9196 469.1844 213.1696Q469.1844 214.4821 468.46564 215.27898Q467.7469 216.07585 466.52814 216.07585Q465.3094 216.07585 464.54376 215.13835Q463.79376 214.18523 463.79376 212.70085L463.79376 212.2946Q463.79376 209.93523 464.79376 208.68523Q465.79376 207.43523 467.77814 207.4196L467.98126 207.4196ZM466.5594 211.26335Q465.9969 211.26335 465.52814 211.59148Q465.0594 211.9196 464.8719 212.43523L464.8719 212.82585Q464.8719 213.88835 465.34064 214.52898Q465.825 215.1696 466.52814 215.1696Q467.2625 215.1696 467.6844 214.63835Q468.10626 214.09148 468.10626 213.21648Q468.10626 212.34148 467.6844 211.81023Q467.2625 211.26335 466.5594 211.26335ZM473.34064 212.5446Q473.34064 213.8571 472.9969 215.06023Q472.65314 216.24773 471.9344 217.26335Q471.23126 218.27898 470.46564 218.70085L470.23126 218.0446Q471.1375 217.3571 471.6844 215.90398Q472.23126 214.43523 472.2469 212.6696L472.2469 212.4821Q472.2469 211.24773 471.98126 210.18523Q471.73126 209.12273 471.2625 208.2946Q470.8094 207.45085 470.23126 206.9821L470.46564 206.32585Q471.23126 206.74773 471.9344 207.74773Q472.6375 208.74773 472.98126 209.96648Q473.34064 211.1696 473.34064 212.5446Z" fill-rule="nonzero"/><path fill="#666666" d="M91.703125 84.74256L90.578125 84.74256L90.578125 76.21131L91.703125 76.21131L91.703125 84.74256ZM96.0625 81.52381Q96.0625 80.05506 96.75 79.18006Q97.4375 78.28944 98.5625 78.28944Q99.671875 78.28944 100.328125 79.03944L100.328125 75.74256L101.40625 75.74256L101.40625 84.74256L100.40625 84.74256L100.359375 84.05506Q99.703125 84.86756 98.546875 84.86756Q97.453125 84.86756 96.75 83.96131Q96.0625 83.05506 96.0625 81.60194L96.0625 81.52381ZM97.140625 81.64881Q97.140625 82.72694 97.578125 83.33631Q98.03125 83.94569 98.8125 83.94569Q99.84375 83.94569 100.328125 83.00819L100.328125 80.10194Q99.84375 79.21131 98.828125 79.21131Q98.03125 79.21131 97.578125 79.82069Q97.140625 80.43006 97.140625 81.64881ZM103.03125 81.50819Q103.03125 80.58631 103.390625 79.83631Q103.765625 79.08631 104.421875 78.69569Q105.078125 78.28944 105.90625 78.28944Q107.203125 78.28944 108.0 79.18006Q108.8125 80.07069 108.8125 81.57069L108.8125 81.64881Q108.8125 82.57069 108.453125 83.30506Q108.09375 84.03944 107.4375 84.46131Q106.78125 84.86756 105.921875 84.86756Q104.640625 84.86756 103.828125 83.97694Q103.03125 83.07069 103.03125 81.58631L103.03125 81.50819ZM104.125 81.64881Q104.125 82.69569 104.609375 83.33631Q105.109375 83.97694 105.921875 83.97694Q106.75 83.97694 107.234375 83.33631Q107.71875 82.68006 107.71875 81.50819Q107.71875 80.47694 107.21875 79.83631Q106.734375 79.18006 105.90625 79.18006Q105.109375 79.18006 104.609375 79.82069Q104.125 80.44569 104.125 81.64881ZM114.34375 78.39881L114.375 79.19569Q115.109375 78.28944 116.28125 78.28944Q118.296875 78.28944 118.3125 80.55506L118.3125 84.74256L117.21875 84.74256L117.21875 80.53944Q117.21875 79.86756 116.90625 79.53944Q116.609375 79.21131 115.953125 79.21131Q115.421875 79.21131 115.015625 79.49256Q114.625 79.77381 114.40625 80.22694L114.40625 84.74256L113.328125 84.74256L113.328125 78.39881L114.34375 78.39881ZM120.03125 81.50819Q120.03125 80.58631 120.390625 79.83631Q120.765625 79.08631 121.421875 78.69569Q122.078125 78.28944 122.90625 78.28944Q124.203125 78.28944 125.0 79.18006Q125.8125 80.07069 125.8125 81.57069L125.8125 81.64881Q125.8125 82.57069 125.453125 83.30506Q125.09375 84.03944 124.4375 84.46131Q123.78125 84.86756 122.921875 84.86756Q121.640625 84.86756 120.828125 83.97694Q120.03125 83.07069 120.03125 81.58631L120.03125 81.50819ZM121.125 81.64881Q121.125 82.69569 121.609375 83.33631Q122.109375 83.97694 122.921875 83.97694Q123.75 83.97694 124.234375 83.33631Q124.71875 82.68006 124.71875 81.50819Q124.71875 80.47694 124.21875 79.83631Q123.734375 79.18006 122.90625 79.18006Q122.109375 79.18006 121.609375 79.82069Q121.125 80.44569 121.125 81.64881ZM128.79688 76.86756L128.79688 78.39881L129.96875 78.39881L129.96875 79.24256L128.79688 79.24256L128.79688 83.16444Q128.79688 83.55506 128.95312 83.74256Q129.10938 83.93006 129.48438 83.93006Q129.67188 83.93006 130.0 83.86756L130.0 84.74256Q129.57812 84.86756 129.17188 84.86756Q128.45312 84.86756 128.07812 84.43006Q127.703125 83.97694 127.703125 83.16444L127.703125 79.24256L126.546875 79.24256L126.546875 78.39881L127.703125 78.39881L127.703125 76.86756L128.79688 76.86756ZM135.5 84.74256L134.42188 84.74256L134.42188 78.39881L135.5 78.39881L135.5 84.74256ZM134.32812 76.72694Q134.32812 76.46131 134.48438 76.27381Q134.65625 76.08631 134.96875 76.08631Q135.28125 76.08631 135.4375 76.27381Q135.60938 76.46131 135.60938 76.72694Q135.60938 76.97694 135.4375 77.16444Q135.28125 77.33631 134.96875 77.33631Q134.65625 77.33631 134.48438 77.16444Q134.32812 76.97694 134.32812 76.72694ZM137.0625 81.52381Q137.0625 80.05506 137.75 79.18006Q138.4375 78.28944 139.5625 78.28944Q140.67188 78.28944 141.32812 79.03944L141.32812 75.74256L142.40625 75.74256L142.40625 84.74256L141.40625 84.74256L141.35938 84.05506Q140.70312 84.86756 139.54688 84.86756Q138.45312 84.86756 137.75 83.96131Q137.0625 83.05506 137.0625 81.60194L137.0625 81.52381ZM138.14062 81.64881Q138.14062 82.72694 138.57812 83.33631Q139.03125 83.94569 139.8125 83.94569Q140.84375 83.94569 141.32812 83.00819L141.32812 80.10194Q140.84375 79.21131 139.82812 79.21131Q139.03125 79.21131 138.57812 79.82069Q138.14062 80.43006 138.14062 81.64881ZM146.95312 84.86756Q145.65625 84.86756 144.84375 84.02381Q144.04688 83.16444 144.04688 81.74256L144.04688 81.55506Q144.04688 80.60194 144.40625 79.86756Q144.76562 79.11756 145.40625 78.71131Q146.0625 78.28944 146.8125 78.28944Q148.04688 78.28944 148.73438 79.10194Q149.42188 79.91444 149.42188 81.43006L149.42188 81.88319L145.125 81.88319Q145.15625 82.82069 145.67188 83.39881Q146.20312 83.97694 147.01562 83.97694Q147.57812 83.97694 147.96875 83.74256Q148.375 83.50819 148.6875 83.11756L149.34375 83.63319Q148.54688 84.86756 146.95312 84.86756ZM146.8125 79.18006Q146.15625 79.18006 145.70312 79.66444Q145.26562 80.13319 145.17188 80.99256L148.34375 80.99256L148.34375 80.91444Q148.29688 80.08631 147.89062 79.63319Q147.5 79.18006 146.8125 79.18006ZM151.34375 78.39881L151.375 79.19569Q152.10938 78.28944 153.28125 78.28944Q155.29688 78.28944 155.3125 80.55506L155.3125 84.74256L154.21875 84.74256L154.21875 80.53944Q154.21875 79.86756 153.90625 79.53944Q153.60938 79.21131 152.95312 79.21131Q152.42188 79.21131 152.01562 79.49256Q151.625 79.77381 151.40625 80.22694L151.40625 84.74256L150.32812 84.74256L150.32812 78.39881L151.34375 78.39881ZM158.79688 76.86756L158.79688 78.39881L159.96875 78.39881L159.96875 79.24256L158.79688 79.24256L158.79688 83.16444Q158.79688 83.55506 158.95312 83.74256Q159.10938 83.93006 159.48438 83.93006Q159.67188 83.93006 160.0 83.86756L160.0 84.74256Q159.57812 84.86756 159.17188 84.86756Q158.45312 84.86756 158.07812 84.43006Q157.70312 83.97694 157.70312 83.16444L157.70312 79.24256L156.54688 79.24256L156.54688 78.39881L157.70312 78.39881L157.70312 76.86756L158.79688 76.86756ZM162.5 84.74256L161.42188 84.74256L161.42188 78.39881L162.5 78.39881L162.5 84.74256ZM161.32812 76.72694Q161.32812 76.46131 161.48438 76.27381Q161.65625 76.08631 161.96875 76.08631Q162.28125 76.08631 162.4375 76.27381Q162.60938 76.46131 162.60938 76.72694Q162.60938 76.97694 162.4375 77.16444Q162.28125 77.33631 161.96875 77.33631Q161.65625 77.33631 161.48438 77.16444Q161.32812 76.97694 161.32812 76.72694ZM164.85938 84.74256L164.85938 79.24256L163.85938 79.24256L163.85938 78.39881L164.85938 78.39881L164.85938 77.75819Q164.85938 76.72694 165.39062 76.18006Q165.9375 75.61756 166.9375 75.61756Q167.3125 75.61756 167.6875 75.71131L167.625 76.60194Q167.34375 76.53944 167.04688 76.53944Q166.51562 76.53944 166.21875 76.85194Q165.9375 77.16444 165.9375 77.72694L165.9375 78.39881L167.29688 78.39881L167.29688 79.24256L165.9375 79.24256L165.9375 84.74256L164.85938 84.74256ZM170.39062 83.14881L171.875 78.39881L173.03125 78.39881L170.48438 85.72694Q169.89062 87.30506 168.60938 87.30506L168.39062 87.28944L168.0 87.21131L168.0 86.33631L168.28125 86.35194Q168.84375 86.35194 169.14062 86.13319Q169.45312 85.91444 169.65625 85.32069L169.89062 84.66444L167.625 78.39881L168.8125 78.39881L170.39062 83.14881ZM182.9375 83.24256L184.15625 78.39881L185.23438 78.39881L183.39062 84.74256L182.51562 84.74256L180.96875 79.93006L179.46875 84.74256L178.59375 84.74256L176.75 78.39881L177.82812 78.39881L179.07812 83.14881L180.5625 78.39881L181.42188 78.39881L182.9375 83.24256ZM187.5 84.74256L186.42188 84.74256L186.42188 78.39881L187.5 78.39881L187.5 84.74256ZM186.32812 76.72694Q186.32812 76.46131 186.48438 76.27381Q186.65625 76.08631 186.96875 76.08631Q187.28125 76.08631 187.4375 76.27381Q187.60938 76.46131 187.60938 76.72694Q187.60938 76.97694 187.4375 77.16444Q187.28125 77.33631 186.96875 77.33631Q186.65625 77.33631 186.48438 77.16444Q186.32812 76.97694 186.32812 76.72694ZM190.79688 76.86756L190.79688 78.39881L191.96875 78.39881L191.96875 79.24256L190.79688 79.24256L190.79688 83.16444Q190.79688 83.55506 190.95312 83.74256Q191.10938 83.93006 191.48438 83.93006Q191.67188 83.93006 192.0 83.86756L192.0 84.74256Q191.57812 84.86756 191.17188 84.86756Q190.45312 84.86756 190.07812 84.43006Q189.70312 83.97694 189.70312 83.16444L189.70312 79.24256L188.54688 79.24256L188.54688 78.39881L189.70312 78.39881L189.70312 76.86756L190.79688 76.86756ZM194.40625 79.16444Q195.125 78.28944 196.28125 78.28944Q198.29688 78.28944 198.3125 80.55506L198.3125 84.74256L197.21875 84.74256L197.21875 80.53944Q197.21875 79.86756 196.90625 79.53944Q196.60938 79.21131 195.95312 79.21131Q195.42188 79.21131 195.01562 79.49256Q194.625 79.77381 194.40625 80.22694L194.40625 84.74256L193.32812 84.74256L193.32812 75.74256L194.40625 75.74256L194.40625 79.16444ZM207.23438 84.74256Q207.14062 84.55506 207.07812 84.07069Q206.32812 84.86756 205.28125 84.86756Q204.34375 84.86756 203.73438 84.33631Q203.14062 83.80506 203.14062 82.97694Q203.14062 81.99256 203.89062 81.44569Q204.64062 80.89881 206.01562 80.89881L207.0625 80.89881L207.0625 80.39881Q207.0625 79.83631 206.71875 79.50819Q206.39062 79.16444 205.71875 79.16444Q205.14062 79.16444 204.75 79.46131Q204.35938 79.74256 204.35938 80.16444L203.26562 80.16444Q203.26562 79.68006 203.59375 79.24256Q203.9375 78.80506 204.51562 78.55506Q205.09375 78.28944 205.78125 78.28944Q206.89062 78.28944 207.5 78.83631Q208.125 79.38319 208.15625 80.33631L208.15625 83.25819Q208.15625 84.13319 208.375 84.64881L208.375 84.74256L207.23438 84.74256ZM205.4375 83.91444Q205.95312 83.91444 206.40625 83.64881Q206.85938 83.38319 207.0625 82.96131L207.0625 81.66444L206.21875 81.66444Q204.21875 81.66444 204.21875 82.83631Q204.21875 83.33631 204.5625 83.63319Q204.90625 83.91444 205.4375 83.91444ZM211.34375 78.39881L211.375 79.19569Q212.10938 78.28944 213.28125 78.28944Q215.29688 78.28944 215.3125 80.55506L215.3125 84.74256L214.21875 84.74256L214.21875 80.53944Q214.21875 79.86756 213.90625 79.53944Q213.60938 79.21131 212.95312 79.21131Q212.42188 79.21131 212.01562 79.49256Q211.625 79.77381 211.40625 80.22694L211.40625 84.74256L210.32812 84.74256L210.32812 78.39881L211.34375 78.39881Z" fill-rule="nonzero"/><path fill="#666666" d="M92.234375 99.11756Q91.609375 99.86756 90.375 99.86756Q89.359375 99.86756 88.828125 99.27381Q88.296875 98.68006 88.296875 97.52381L88.296875 93.39881L89.375 93.39881L89.375 97.49256Q89.375 98.94569 90.546875 98.94569Q91.796875 98.94569 92.203125 98.00819L92.203125 93.39881L93.296875 93.39881L93.296875 99.74256L92.265625 99.74256L92.234375 99.11756ZM96.34375 93.39881L96.375 94.19569Q97.109375 93.28944 98.28125 93.28944Q100.296875 93.28944 100.3125 95.55506L100.3125 99.74256L99.21875 99.74256L99.21875 95.53944Q99.21875 94.86756 98.90625 94.53944Q98.609375 94.21131 97.953125 94.21131Q97.421875 94.21131 97.015625 94.49256Q96.625 94.77381 96.40625 95.22694L96.40625 99.74256L95.328125 99.74256L95.328125 93.39881L96.34375 93.39881ZM102.0625 96.52381Q102.0625 95.05506 102.75 94.18006Q103.4375 93.28944 104.5625 93.28944Q105.671875 93.28944 106.328125 94.03944L106.328125 90.74256L107.40625 90.74256L107.40625 99.74256L106.40625 99.74256L106.359375 99.05506Q105.703125 99.86756 104.546875 99.86756Q103.453125 99.86756 102.75 98.96131Q102.0625 98.05506 102.0625 96.60194L102.0625 96.52381ZM103.140625 96.64881Q103.140625 97.72694 103.578125 98.33631Q104.03125 98.94569 104.8125 98.94569Q105.84375 98.94569 106.328125 98.00819L106.328125 95.10194Q105.84375 94.21131 104.828125 94.21131Q104.03125 94.21131 103.578125 94.82069Q103.140625 95.43006 103.140625 96.64881ZM111.953125 99.86756Q110.65625 99.86756 109.84375 99.02381Q109.046875 98.16444 109.046875 96.74256L109.046875 96.55506Q109.046875 95.60194 109.40625 94.86756Q109.765625 94.11756 110.40625 93.71131Q111.0625 93.28944 111.8125 93.28944Q113.046875 93.28944 113.734375 94.10194Q114.421875 94.91444 114.421875 96.43006L114.421875 96.88319L110.125 96.88319Q110.15625 97.82069 110.671875 98.39881Q111.203125 98.97694 112.015625 98.97694Q112.578125 98.97694 112.96875 98.74256Q113.375 98.50819 113.6875 98.11756L114.34375 98.63319Q113.546875 99.86756 111.953125 99.86756ZM111.8125 94.18006Q111.15625 94.18006 110.703125 94.66444Q110.265625 95.13319 110.171875 95.99256L113.34375 95.99256L113.34375 95.91444Q113.296875 95.08631 112.890625 94.63319Q112.5 94.18006 111.8125 94.18006ZM118.390625 94.36756Q118.140625 94.33631 117.859375 94.33631Q116.78125 94.33631 116.40625 95.24256L116.40625 99.74256L115.328125 99.74256L115.328125 93.39881L116.375 93.39881L116.390625 94.13319Q116.921875 93.28944 117.90625 93.28944Q118.21875 93.28944 118.390625 93.36756L118.390625 94.36756ZM122.390625 94.36756Q122.140625 94.33631 121.859375 94.33631Q120.78125 94.33631 120.40625 95.24256L120.40625 99.74256L119.328125 99.74256L119.328125 93.39881L120.375 93.39881L120.390625 94.13319Q120.921875 93.28944 121.90625 93.28944Q122.21875 93.28944 122.390625 93.36756L122.390625 94.36756ZM125.953125 99.86756Q124.65625 99.86756 123.84375 99.02381Q123.046875 98.16444 123.046875 96.74256L123.046875 96.55506Q123.046875 95.60194 123.40625 94.86756Q123.765625 94.11756 124.40625 93.71131Q125.0625 93.28944 125.8125 93.28944Q127.046875 93.28944 127.734375 94.10194Q128.42188 94.91444 128.42188 96.43006L128.42188 96.88319L124.125 96.88319Q124.15625 97.82069 124.671875 98.39881Q125.203125 98.97694 126.015625 98.97694Q126.578125 98.97694 126.96875 98.74256Q127.375 98.50819 127.6875 98.11756L128.34375 98.63319Q127.546875 99.86756 125.953125 99.86756ZM125.8125 94.18006Q125.15625 94.18006 124.703125 94.66444Q124.265625 95.13319 124.171875 95.99256L127.34375 95.99256L127.34375 95.91444Q127.296875 95.08631 126.890625 94.63319Q126.5 94.18006 125.8125 94.18006ZM134.67188 96.64881Q134.67188 98.08631 134.01562 98.97694Q133.35938 99.86756 132.21875 99.86756Q131.0625 99.86756 130.40625 99.13319L130.40625 102.18006L129.32812 102.18006L129.32812 93.39881L130.3125 93.39881L130.35938 94.10194Q131.03125 93.28944 132.20312 93.28944Q133.34375 93.28944 134.0 94.14881Q134.67188 95.00819 134.67188 96.53944L134.67188 96.64881ZM133.59375 96.52381Q133.59375 95.44569 133.125 94.83631Q132.67188 94.21131 131.875 94.21131Q130.89062 94.21131 130.40625 95.07069L130.40625 98.10194Q130.89062 98.97694 131.89062 98.97694Q132.67188 98.97694 133.125 98.36756Q133.59375 97.74256 133.59375 96.52381ZM139.39062 94.36756Q139.14062 94.33631 138.85938 94.33631Q137.78125 94.33631 137.40625 95.24256L137.40625 99.74256L136.32812 99.74256L136.32812 93.39881L137.375 93.39881L137.39062 94.13319Q137.92188 93.28944 138.90625 93.28944Q139.21875 93.28944 139.39062 93.36756L139.39062 94.36756ZM142.95312 99.86756Q141.65625 99.86756 140.84375 99.02381Q140.04688 98.16444 140.04688 96.74256L140.04688 96.55506Q140.04688 95.60194 140.40625 94.86756Q140.76562 94.11756 141.40625 93.71131Q142.0625 93.28944 142.8125 93.28944Q144.04688 93.28944 144.73438 94.10194Q145.42188 94.91444 145.42188 96.43006L145.42188 96.88319L141.125 96.88319Q141.15625 97.82069 141.67188 98.39881Q142.20312 98.97694 143.01562 98.97694Q143.57812 98.97694 143.96875 98.74256Q144.375 98.50819 144.6875 98.11756L145.34375 98.63319Q144.54688 99.86756 142.95312 99.86756ZM142.8125 94.18006Q142.15625 94.18006 141.70312 94.66444Q141.26562 95.13319 141.17188 95.99256L144.34375 95.99256L144.34375 95.91444Q144.29688 95.08631 143.89062 94.63319Q143.5 94.18006 142.8125 94.18006ZM150.01562 98.05506Q150.01562 97.61756 149.67188 97.38319Q149.34375 97.13319 148.51562 96.96131Q147.70312 96.78944 147.21875 96.53944Q146.73438 96.28944 146.5 95.96131Q146.28125 95.61756 146.28125 95.14881Q146.28125 94.36756 146.9375 93.83631Q147.59375 93.28944 148.625 93.28944Q149.70312 93.28944 150.35938 93.85194Q151.03125 94.39881 151.03125 95.25819L149.95312 95.25819Q149.95312 94.82069 149.5625 94.50819Q149.1875 94.18006 148.625 94.18006Q148.03125 94.18006 147.6875 94.44569Q147.35938 94.69569 147.35938 95.10194Q147.35938 95.49256 147.67188 95.69569Q147.98438 95.89881 148.79688 96.08631Q149.60938 96.25819 150.10938 96.50819Q150.60938 96.75819 150.84375 97.11756Q151.09375 97.47694 151.09375 97.97694Q151.09375 98.83631 150.40625 99.35194Q149.73438 99.86756 148.65625 99.86756Q147.89062 99.86756 147.29688 99.60194Q146.71875 99.32069 146.39062 98.83631Q146.0625 98.35194 146.0625 97.78944L147.14062 97.78944Q147.17188 98.33631 147.57812 98.66444Q147.98438 98.97694 148.65625 98.97694Q149.26562 98.97694 149.64062 98.72694Q150.01562 98.47694 150.01562 98.05506ZM154.95312 99.86756Q153.65625 99.86756 152.84375 99.02381Q152.04688 98.16444 152.04688 96.74256L152.04688 96.55506Q152.04688 95.60194 152.40625 94.86756Q152.76562 94.11756 153.40625 93.71131Q154.0625 93.28944 154.8125 93.28944Q156.04688 93.28944 156.73438 94.10194Q157.42188 94.91444 157.42188 96.43006L157.42188 96.88319L153.125 96.88319Q153.15625 97.82069 153.67188 98.39881Q154.20312 98.97694 155.01562 98.97694Q155.57812 98.97694 155.96875 98.74256Q156.375 98.50819 156.6875 98.11756L157.34375 98.63319Q156.54688 99.86756 154.95312 99.86756ZM154.8125 94.18006Q154.15625 94.18006 153.70312 94.66444Q153.26562 95.13319 153.17188 95.99256L156.34375 95.99256L156.34375 95.91444Q156.29688 95.08631 155.89062 94.63319Q155.5 94.18006 154.8125 94.18006ZM159.34375 93.39881L159.375 94.19569Q160.10938 93.28944 161.28125 93.28944Q163.29688 93.28944 163.3125 95.55506L163.3125 99.74256L162.21875 99.74256L162.21875 95.53944Q162.21875 94.86756 161.90625 94.53944Q161.60938 94.21131 160.95312 94.21131Q160.42188 94.21131 160.01562 94.49256Q159.625 94.77381 159.40625 95.22694L159.40625 99.74256L158.32812 99.74256L158.32812 93.39881L159.34375 93.39881ZM166.79688 91.86756L166.79688 93.39881L167.96875 93.39881L167.96875 94.24256L166.79688 94.24256L166.79688 98.16444Q166.79688 98.55506 166.95312 98.74256Q167.10938 98.93006 167.48438 98.93006Q167.67188 98.93006 168.0 98.86756L168.0 99.74256Q167.57812 99.86756 167.17188 99.86756Q166.45312 99.86756 166.07812 99.43006Q165.70312 98.97694 165.70312 98.16444L165.70312 94.24256L164.54688 94.24256L164.54688 93.39881L165.70312 93.39881L165.70312 91.86756L166.79688 91.86756ZM171.95312 99.86756Q170.65625 99.86756 169.84375 99.02381Q169.04688 98.16444 169.04688 96.74256L169.04688 96.55506Q169.04688 95.60194 169.40625 94.86756Q169.76562 94.11756 170.40625 93.71131Q171.0625 93.28944 171.8125 93.28944Q173.04688 93.28944 173.73438 94.10194Q174.42188 94.91444 174.42188 96.43006L174.42188 96.88319L170.125 96.88319Q170.15625 97.82069 170.67188 98.39881Q171.20312 98.97694 172.01562 98.97694Q172.57812 98.97694 172.96875 98.74256Q173.375 98.50819 173.6875 98.11756L174.34375 98.63319Q173.54688 99.86756 171.95312 99.86756ZM171.8125 94.18006Q171.15625 94.18006 170.70312 94.66444Q170.26562 95.13319 170.17188 95.99256L173.34375 95.99256L173.34375 95.91444Q173.29688 95.08631 172.89062 94.63319Q172.5 94.18006 171.8125 94.18006ZM175.0625 96.52381Q175.0625 95.05506 175.75 94.18006Q176.4375 93.28944 177.5625 93.28944Q178.67188 93.28944 179.32812 94.03944L179.32812 90.74256L180.40625 90.74256L180.40625 99.74256L179.40625 99.74256L179.35938 99.05506Q178.70312 99.86756 177.54688 99.86756Q176.45312 99.86756 175.75 98.96131Q175.0625 98.05506 175.0625 96.60194L175.0625 96.52381ZM176.14062 96.64881Q176.14062 97.72694 176.57812 98.33631Q177.03125 98.94569 177.8125 98.94569Q178.84375 98.94569 179.32812 98.00819L179.32812 95.10194Q178.84375 94.21131 177.82812 94.21131Q177.03125 94.21131 176.57812 94.82069Q176.14062 95.43006 176.14062 96.64881ZM185.0625 96.52381Q185.0625 95.03944 185.75 94.16444Q186.4375 93.28944 187.5625 93.28944Q188.71875 93.28944 189.375 94.10194L189.42188 93.39881L190.42188 93.39881L190.42188 99.58631Q190.42188 100.82069 189.6875 101.52381Q188.95312 102.24256 187.73438 102.24256Q187.04688 102.24256 186.39062 101.94569Q185.73438 101.64881 185.39062 101.14881L185.95312 100.49256Q186.64062 101.35194 187.65625 101.35194Q188.4375 101.35194 188.875 100.89881Q189.32812 100.46131 189.32812 99.64881L189.32812 99.10194Q188.67188 99.86756 187.54688 99.86756Q186.4375 99.86756 185.75 98.97694Q185.0625 98.07069 185.0625 96.52381ZM186.15625 96.64881Q186.15625 97.71131 186.59375 98.33631Q187.03125 98.94569 187.82812 98.94569Q188.84375 98.94569 189.32812 98.00819L189.32812 95.11756Q188.82812 94.21131 187.82812 94.21131Q187.04688 94.21131 186.59375 94.82069Q186.15625 95.43006 186.15625 96.64881ZM195.39062 94.36756Q195.14062 94.33631 194.85938 94.33631Q193.78125 94.33631 193.40625 95.24256L193.40625 99.74256L192.32812 99.74256L192.32812 93.39881L193.375 93.39881L193.39062 94.13319Q193.92188 93.28944 194.90625 93.28944Q195.21875 93.28944 195.39062 93.36756L195.39062 94.36756ZM196.03125 96.50819Q196.03125 95.58631 196.39062 94.83631Q196.76562 94.08631 197.42188 93.69569Q198.07812 93.28944 198.90625 93.28944Q200.20312 93.28944 201.0 94.18006Q201.8125 95.07069 201.8125 96.57069L201.8125 96.64881Q201.8125 97.57069 201.45312 98.30506Q201.09375 99.03944 200.4375 99.46131Q199.78125 99.86756 198.92188 99.86756Q197.64062 99.86756 196.82812 98.97694Q196.03125 98.07069 196.03125 96.58631L196.03125 96.50819ZM197.125 96.64881Q197.125 97.69569 197.60938 98.33631Q198.10938 98.97694 198.92188 98.97694Q199.75 98.97694 200.23438 98.33631Q200.71875 97.68006 200.71875 96.50819Q200.71875 95.47694 200.21875 94.83631Q199.73438 94.18006 198.90625 94.18006Q198.10938 94.18006 197.60938 94.82069Q197.125 95.44569 197.125 96.64881ZM207.23438 99.11756Q206.60938 99.86756 205.375 99.86756Q204.35938 99.86756 203.82812 99.27381Q203.29688 98.68006 203.29688 97.52381L203.29688 93.39881L204.375 93.39881L204.375 97.49256Q204.375 98.94569 205.54688 98.94569Q206.79688 98.94569 207.20312 98.00819L207.20312 93.39881L208.29688 93.39881L208.29688 99.74256L207.26562 99.74256L207.23438 99.11756ZM215.67188 96.64881Q215.67188 98.08631 215.01562 98.97694Q214.35938 99.86756 213.21875 99.86756Q212.0625 99.86756 211.40625 99.13319L211.40625 102.18006L210.32812 102.18006L210.32812 93.39881L211.3125 93.39881L211.35938 94.10194Q212.03125 93.28944 213.20312 93.28944Q214.34375 93.28944 215.0 94.14881Q215.67188 95.00819 215.67188 96.53944L215.67188 96.64881ZM214.59375 96.52381Q214.59375 95.44569 214.125 94.83631Q213.67188 94.21131 212.875 94.21131Q211.89062 94.21131 211.40625 95.07069L211.40625 98.10194Q211.89062 98.97694 212.89062 98.97694Q213.67188 98.97694 214.125 98.36756Q214.59375 97.74256 214.59375 96.52381Z" fill-rule="nonzero"/><path fill="#666666" d="M32.703125 117.564415L31.578125 117.564415L31.578125 109.033165L32.703125 109.033165L32.703125 117.564415ZM38.5 117.564415L37.421875 117.564415L37.421875 111.220665L38.5 111.220665L38.5 117.564415ZM37.328125 109.54879Q37.328125 109.283165 37.484375 109.095665Q37.65625 108.908165 37.96875 108.908165Q38.28125 108.908165 38.4375 109.095665Q38.609375 109.283165 38.609375 109.54879Q38.609375 109.79879 38.4375 109.98629Q38.28125 110.158165 37.96875 110.158165Q37.65625 110.158165 37.484375 109.98629Q37.328125 109.79879 37.328125 109.54879ZM40.0625 114.345665Q40.0625 112.876915 40.75 112.001915Q41.4375 111.11129 42.5625 111.11129Q43.671875 111.11129 44.328125 111.86129L44.328125 108.564415L45.40625 108.564415L45.40625 117.564415L44.40625 117.564415L44.359375 116.876915Q43.703125 117.689415 42.546875 117.689415Q41.453125 117.689415 40.75 116.783165Q40.0625 115.876915 40.0625 114.42379L40.0625 114.345665ZM41.140625 114.470665Q41.140625 115.54879 41.578125 116.158165Q42.03125 116.76754 42.8125 116.76754Q43.84375 116.76754 44.328125 115.83004L44.328125 112.92379Q43.84375 112.033165 42.828125 112.033165Q42.03125 112.033165 41.578125 112.64254Q41.140625 113.251915 41.140625 114.470665ZM49.953125 117.689415Q48.65625 117.689415 47.84375 116.845665Q47.046875 115.98629 47.046875 114.564415L47.046875 114.376915Q47.046875 113.42379 47.40625 112.689415Q47.765625 111.939415 48.40625 111.533165Q49.0625 111.11129 49.8125 111.11129Q51.046875 111.11129 51.734375 111.92379Q52.421875 112.73629 52.421875 114.251915L52.421875 114.70504L48.125 114.70504Q48.15625 115.64254 48.671875 116.220665Q49.203125 116.79879 50.015625 116.79879Q50.578125 116.79879 50.96875 116.564415Q51.375 116.33004 51.6875 115.939415L52.34375 116.45504Q51.546875 117.689415 49.953125 117.689415ZM49.8125 112.001915Q49.15625 112.001915 48.703125 112.48629Q48.265625 112.95504 48.171875 113.814415L51.34375 113.814415L51.34375 113.73629Q51.296875 112.908165 50.890625 112.45504Q50.5 112.001915 49.8125 112.001915ZM54.34375 111.220665L54.375 112.01754Q55.109375 111.11129 56.28125 111.11129Q58.296875 111.11129 58.3125 113.376915L58.3125 117.564415L57.21875 117.564415L57.21875 113.36129Q57.21875 112.689415 56.90625 112.36129Q56.609375 112.033165 55.953125 112.033165Q55.421875 112.033165 55.015625 112.314415Q54.625 112.595665 54.40625 113.04879L54.40625 117.564415L53.328125 117.564415L53.328125 111.220665L54.34375 111.220665ZM61.796875 109.689415L61.796875 111.220665L62.96875 111.220665L62.96875 112.064415L61.796875 112.064415L61.796875 115.98629Q61.796875 116.376915 61.953125 116.564415Q62.109375 116.751915 62.484375 116.751915Q62.671875 116.751915 63.0 116.689415L63.0 117.564415Q62.578125 117.689415 62.171875 117.689415Q61.453125 117.689415 61.078125 117.251915Q60.703125 116.79879 60.703125 115.98629L60.703125 112.064415L59.546875 112.064415L59.546875 111.220665L60.703125 111.220665L60.703125 109.689415L61.796875 109.689415ZM65.5 117.564415L64.421875 117.564415L64.421875 111.220665L65.5 111.220665L65.5 117.564415ZM64.328125 109.54879Q64.328125 109.283165 64.484375 109.095665Q64.65625 108.908165 64.96875 108.908165Q65.28125 108.908165 65.4375 109.095665Q65.609375 109.283165 65.609375 109.54879Q65.609375 109.79879 65.4375 109.98629Q65.28125 110.158165 64.96875 110.158165Q64.65625 110.158165 64.484375 109.98629Q64.328125 109.79879 64.328125 109.54879ZM67.859375 117.564415L67.859375 112.064415L66.859375 112.064415L66.859375 111.220665L67.859375 111.220665L67.859375 110.58004Q67.859375 109.54879 68.390625 109.001915Q68.9375 108.439415 69.9375 108.439415Q70.3125 108.439415 70.6875 108.533165L70.625 109.42379Q70.34375 109.36129 70.046875 109.36129Q69.515625 109.36129 69.21875 109.67379Q68.9375 109.98629 68.9375 110.54879L68.9375 111.220665L70.296875 111.220665L70.296875 112.064415L68.9375 112.064415L68.9375 117.564415L67.859375 117.564415ZM73.390625 115.970665L74.875 111.220665L76.03125 111.220665L73.484375 118.54879Q72.890625 120.126915 71.609375 120.126915L71.390625 120.11129L71.0 120.033165L71.0 119.158165L71.28125 119.17379Q71.84375 119.17379 72.140625 118.95504Q72.453125 118.73629 72.65625 118.14254L72.890625 117.48629L70.625 111.220665L71.8125 111.220665L73.390625 115.970665ZM85.9375 116.064415L87.15625 111.220665L88.234375 111.220665L86.390625 117.564415L85.515625 117.564415L83.96875 112.751915L82.46875 117.564415L81.59375 117.564415L79.75 111.220665L80.828125 111.220665L82.078125 115.970665L83.5625 111.220665L84.421875 111.220665L85.9375 116.064415ZM90.5 117.564415L89.421875 117.564415L89.421875 111.220665L90.5 111.220665L90.5 117.564415ZM89.328125 109.54879Q89.328125 109.283165 89.484375 109.095665Q89.65625 108.908165 89.96875 108.908165Q90.28125 108.908165 90.4375 109.095665Q90.609375 109.283165 90.609375 109.54879Q90.609375 109.79879 90.4375 109.98629Q90.28125 110.158165 89.96875 110.158165Q89.65625 110.158165 89.484375 109.98629Q89.328125 109.79879 89.328125 109.54879ZM93.796875 109.689415L93.796875 111.220665L94.96875 111.220665L94.96875 112.064415L93.796875 112.064415L93.796875 115.98629Q93.796875 116.376915 93.953125 116.564415Q94.109375 116.751915 94.484375 116.751915Q94.671875 116.751915 95.0 116.689415L95.0 117.564415Q94.578125 117.689415 94.171875 117.689415Q93.453125 117.689415 93.078125 117.251915Q92.703125 116.79879 92.703125 115.98629L92.703125 112.064415L91.546875 112.064415L91.546875 111.220665L92.703125 111.220665L92.703125 109.689415L93.796875 109.689415ZM97.40625 111.98629Q98.125 111.11129 99.28125 111.11129Q101.296875 111.11129 101.3125 113.376915L101.3125 117.564415L100.21875 117.564415L100.21875 113.36129Q100.21875 112.689415 99.90625 112.36129Q99.609375 112.033165 98.953125 112.033165Q98.421875 112.033165 98.015625 112.314415Q97.625 112.595665 97.40625 113.04879L97.40625 117.564415L96.328125 117.564415L96.328125 108.564415L97.40625 108.564415L97.40625 111.98629ZM110.234375 117.564415Q110.140625 117.376915 110.078125 116.89254Q109.328125 117.689415 108.28125 117.689415Q107.34375 117.689415 106.734375 117.158165Q106.140625 116.626915 106.140625 115.79879Q106.140625 114.814415 106.890625 114.26754Q107.640625 113.720665 109.015625 113.720665L110.0625 113.720665L110.0625 113.220665Q110.0625 112.658165 109.71875 112.33004Q109.390625 111.98629 108.71875 111.98629Q108.140625 111.98629 107.75 112.283165Q107.359375 112.564415 107.359375 112.98629L106.265625 112.98629Q106.265625 112.501915 106.59375 112.064415Q106.9375 111.626915 107.515625 111.376915Q108.09375 111.11129 108.78125 111.11129Q109.890625 111.11129 110.5 111.658165Q111.125 112.20504 111.15625 113.158165L111.15625 116.08004Q111.15625 116.95504 111.375 117.470665L111.375 117.564415L110.234375 117.564415ZM108.4375 116.73629Q108.953125 116.73629 109.40625 116.470665Q109.859375 116.20504 110.0625 115.783165L110.0625 114.48629L109.21875 114.48629Q107.21875 114.48629 107.21875 115.658165Q107.21875 116.158165 107.5625 116.45504Q107.90625 116.73629 108.4375 116.73629ZM114.34375 111.220665L114.375 112.01754Q115.109375 111.11129 116.28125 111.11129Q118.296875 111.11129 118.3125 113.376915L118.3125 117.564415L117.21875 117.564415L117.21875 113.36129Q117.21875 112.689415 116.90625 112.36129Q116.609375 112.033165 115.953125 112.033165Q115.421875 112.033165 115.015625 112.314415Q114.625 112.595665 114.40625 113.04879L114.40625 117.564415L113.328125 117.564415L113.328125 111.220665L114.34375 111.220665ZM127.234375 116.939415Q126.609375 117.689415 125.375 117.689415Q124.359375 117.689415 123.828125 117.095665Q123.296875 116.501915 123.296875 115.345665L123.296875 111.220665L124.375 111.220665L124.375 115.314415Q124.375 116.76754 125.546875 116.76754Q126.796875 116.76754 127.203125 115.83004L127.203125 111.220665L128.29688 111.220665L128.29688 117.564415L127.265625 117.564415L127.234375 116.939415ZM131.34375 111.220665L131.375 112.01754Q132.10938 111.11129 133.28125 111.11129Q135.29688 111.11129 135.3125 113.376915L135.3125 117.564415L134.21875 117.564415L134.21875 113.36129Q134.21875 112.689415 133.90625 112.36129Q133.60938 112.033165 132.95312 112.033165Q132.42188 112.033165 132.01562 112.314415Q131.625 112.595665 131.40625 113.04879L131.40625 117.564415L130.32812 117.564415L130.32812 111.220665L131.34375 111.220665ZM137.0625 114.345665Q137.0625 112.876915 137.75 112.001915Q138.4375 111.11129 139.5625 111.11129Q140.67188 111.11129 141.32812 111.86129L141.32812 108.564415L142.40625 108.564415L142.40625 117.564415L141.40625 117.564415L141.35938 116.876915Q140.70312 117.689415 139.54688 117.689415Q138.45312 117.689415 137.75 116.783165Q137.0625 115.876915 137.0625 114.42379L137.0625 114.345665ZM138.14062 114.470665Q138.14062 115.54879 138.57812 116.158165Q139.03125 116.76754 139.8125 116.76754Q140.84375 116.76754 141.32812 115.83004L141.32812 112.92379Q140.84375 112.033165 139.82812 112.033165Q139.03125 112.033165 138.57812 112.64254Q138.14062 113.251915 138.14062 114.470665ZM146.95312 117.689415Q145.65625 117.689415 144.84375 116.845665Q144.04688 115.98629 144.04688 114.564415L144.04688 114.376915Q144.04688 113.42379 144.40625 112.689415Q144.76562 111.939415 145.40625 111.533165Q146.0625 111.11129 146.8125 111.11129Q148.04688 111.11129 148.73438 111.92379Q149.42188 112.73629 149.42188 114.251915L149.42188 114.70504L145.125 114.70504Q145.15625 115.64254 145.67188 116.220665Q146.20312 116.79879 147.01562 116.79879Q147.57812 116.79879 147.96875 116.564415Q148.375 116.33004 148.6875 115.939415L149.34375 116.45504Q148.54688 117.689415 146.95312 117.689415ZM146.8125 112.001915Q146.15625 112.001915 145.70312 112.48629Q145.26562 112.95504 145.17188 113.814415L148.34375 113.814415L148.34375 113.73629Q148.29688 112.908165 147.89062 112.45504Q147.5 112.001915 146.8125 112.001915ZM153.39062 112.189415Q153.14062 112.158165 152.85938 112.158165Q151.78125 112.158165 151.40625 113.064415L151.40625 117.564415L150.32812 117.564415L150.32812 111.220665L151.375 111.220665L151.39062 111.95504Q151.92188 111.11129 152.90625 111.11129Q153.21875 111.11129 153.39062 111.189415L153.39062 112.189415ZM157.39062 112.189415Q157.14062 112.158165 156.85938 112.158165Q155.78125 112.158165 155.40625 113.064415L155.40625 117.564415L154.32812 117.564415L154.32812 111.220665L155.375 111.220665L155.39062 111.95504Q155.92188 111.11129 156.90625 111.11129Q157.21875 111.11129 157.39062 111.189415L157.39062 112.189415ZM160.95312 117.689415Q159.65625 117.689415 158.84375 116.845665Q158.04688 115.98629 158.04688 114.564415L158.04688 114.376915Q158.04688 113.42379 158.40625 112.689415Q158.76562 111.939415 159.40625 111.533165Q160.0625 111.11129 160.8125 111.11129Q162.04688 111.11129 162.73438 111.92379Q163.42188 112.73629 163.42188 114.251915L163.42188 114.70504L159.125 114.70504Q159.15625 115.64254 159.67188 116.220665Q160.20312 116.79879 161.01562 116.79879Q161.57812 116.79879 161.96875 116.564415Q162.375 116.33004 162.6875 115.939415L163.34375 116.45504Q162.54688 117.689415 160.95312 117.689415ZM160.8125 112.001915Q160.15625 112.001915 159.70312 112.48629Q159.26562 112.95504 159.17188 113.814415L162.34375 113.814415L162.34375 113.73629Q162.29688 112.908165 161.89062 112.45504Q161.5 112.001915 160.8125 112.001915ZM169.67188 114.470665Q169.67188 115.908165 169.01562 116.79879Q168.35938 117.689415 167.21875 117.689415Q166.0625 117.689415 165.40625 116.95504L165.40625 120.001915L164.32812 120.001915L164.32812 111.220665L165.3125 111.220665L165.35938 111.92379Q166.03125 111.11129 167.20312 111.11129Q168.34375 111.11129 169.0 111.970665Q169.67188 112.83004 169.67188 114.36129L169.67188 114.470665ZM168.59375 114.345665Q168.59375 113.26754 168.125 112.658165Q167.67188 112.033165 166.875 112.033165Q165.89062 112.033165 165.40625 112.89254L165.40625 115.92379Q165.89062 116.79879 166.89062 116.79879Q167.67188 116.79879 168.125 116.189415Q168.59375 115.564415 168.59375 114.345665ZM174.39062 112.189415Q174.14062 112.158165 173.85938 112.158165Q172.78125 112.158165 172.40625 113.064415L172.40625 117.564415L171.32812 117.564415L171.32812 111.220665L172.375 111.220665L172.39062 111.95504Q172.92188 111.11129 173.90625 111.11129Q174.21875 111.11129 174.39062 111.189415L174.39062 112.189415ZM177.95312 117.689415Q176.65625 117.689415 175.84375 116.845665Q175.04688 115.98629 175.04688 114.564415L175.04688 114.376915Q175.04688 113.42379 175.40625 112.689415Q175.76562 111.939415 176.40625 111.533165Q177.0625 111.11129 177.8125 111.11129Q179.04688 111.11129 179.73438 111.92379Q180.42188 112.73629 180.42188 114.251915L180.42188 114.70504L176.125 114.70504Q176.15625 115.64254 176.67188 116.220665Q177.20312 116.79879 178.01562 116.79879Q178.57812 116.79879 178.96875 116.564415Q179.375 116.33004 179.6875 115.939415L180.34375 116.45504Q179.54688 117.689415 177.95312 117.689415ZM177.8125 112.001915Q177.15625 112.001915 176.70312 112.48629Q176.26562 112.95504 176.17188 113.814415L179.34375 113.814415L179.34375 113.73629Q179.29688 112.908165 178.89062 112.45504Q178.5 112.001915 177.8125 112.001915ZM185.01562 115.876915Q185.01562 115.439415 184.67188 115.20504Q184.34375 114.95504 183.51562 114.783165Q182.70312 114.61129 182.21875 114.36129Q181.73438 114.11129 181.5 113.783165Q181.28125 113.439415 181.28125 112.970665Q181.28125 112.189415 181.9375 111.658165Q182.59375 111.11129 183.625 111.11129Q184.70312 111.11129 185.35938 111.67379Q186.03125 112.220665 186.03125 113.08004L184.95312 113.08004Q184.95312 112.64254 184.5625 112.33004Q184.1875 112.001915 183.625 112.001915Q183.03125 112.001915 182.6875 112.26754Q182.35938 112.51754 182.35938 112.92379Q182.35938 113.314415 182.67188 113.51754Q182.98438 113.720665 183.79688 113.908165Q184.60938 114.08004 185.10938 114.33004Q185.60938 114.58004 185.84375 114.939415Q186.09375 115.29879 186.09375 115.79879Q186.09375 116.658165 185.40625 117.17379Q184.73438 117.689415 183.65625 117.689415Q182.89062 117.689415 182.29688 117.42379Q181.71875 117.14254 181.39062 116.658165Q181.0625 116.17379 181.0625 115.61129L182.14062 115.61129Q182.17188 116.158165 182.57812 116.48629Q182.98438 116.79879 183.65625 116.79879Q184.26562 116.79879 184.64062 116.54879Q185.01562 116.29879 185.01562 115.876915ZM189.95312 117.689415Q188.65625 117.689415 187.84375 116.845665Q187.04688 115.98629 187.04688 114.564415L187.04688 114.376915Q187.04688 113.42379 187.40625 112.689415Q187.76562 111.939415 188.40625 111.533165Q189.0625 111.11129 189.8125 111.11129Q191.04688 111.11129 191.73438 111.92379Q192.42188 112.73629 192.42188 114.251915L192.42188 114.70504L188.125 114.70504Q188.15625 115.64254 188.67188 116.220665Q189.20312 116.79879 190.01562 116.79879Q190.57812 116.79879 190.96875 116.564415Q191.375 116.33004 191.6875 115.939415L192.34375 116.45504Q191.54688 117.689415 189.95312 117.689415ZM189.8125 112.001915Q189.15625 112.001915 188.70312 112.48629Q188.26562 112.95504 188.17188 113.814415L191.34375 113.814415L191.34375 113.73629Q191.29688 112.908165 190.89062 112.45504Q190.5 112.001915 189.8125 112.001915ZM194.34375 111.220665L194.375 112.01754Q195.10938 111.11129 196.28125 111.11129Q198.29688 111.11129 198.3125 113.376915L198.3125 117.564415L197.21875 117.564415L197.21875 113.36129Q197.21875 112.689415 196.90625 112.36129Q196.60938 112.033165 195.95312 112.033165Q195.42188 112.033165 195.01562 112.314415Q194.625 112.595665 194.40625 113.04879L194.40625 117.564415L193.32812 117.564415L193.32812 111.220665L194.34375 111.220665ZM201.79688 109.689415L201.79688 111.220665L202.96875 111.220665L202.96875 112.064415L201.79688 112.064415L201.79688 115.98629Q201.79688 116.376915 201.95312 116.564415Q202.10938 116.751915 202.48438 116.751915Q202.67188 116.751915 203.0 116.689415L203.0 117.564415Q202.57812 117.689415 202.17188 117.689415Q201.45312 117.689415 201.07812 117.251915Q200.70312 116.79879 200.70312 115.98629L200.70312 112.064415L199.54688 112.064415L199.54688 111.220665L200.70312 111.220665L200.70312 109.689415L201.79688 109.689415ZM206.95312 117.689415Q205.65625 117.689415 204.84375 116.845665Q204.04688 115.98629 204.04688 114.564415L204.04688 114.376915Q204.04688 113.42379 204.40625 112.689415Q204.76562 111.939415 205.40625 111.533165Q206.0625 111.11129 206.8125 111.11129Q208.04688 111.11129 208.73438 111.92379Q209.42188 112.73629 209.42188 114.251915L209.42188 114.70504L205.125 114.70504Q205.15625 115.64254 205.67188 116.220665Q206.20312 116.79879 207.01562 116.79879Q207.57812 116.79879 207.96875 116.564415Q208.375 116.33004 208.6875 115.939415L209.34375 116.45504Q208.54688 117.689415 206.95312 117.689415ZM206.8125 112.001915Q206.15625 112.001915 205.70312 112.48629Q205.26562 112.95504 205.17188 113.814415L208.34375 113.814415L208.34375 113.73629Q208.29688 112.908165 207.89062 112.45504Q207.5 112.001915 206.8125 112.001915ZM210.0625 114.345665Q210.0625 112.876915 210.75 112.001915Q211.4375 111.11129 212.5625 111.11129Q213.67188 111.11129 214.32812 111.86129L214.32812 108.564415L215.40625 108.564415L215.40625 117.564415L214.40625 117.564415L214.35938 116.876915Q213.70312 117.689415 212.54688 117.689415Q211.45312 117.689415 210.75 116.783165Q210.0625 115.876915 210.0625 114.42379L210.0625 114.345665ZM211.14062 114.470665Q211.14062 115.54879 211.57812 116.158165Q212.03125 116.76754 212.8125 116.76754Q213.84375 116.76754 214.32812 115.83004L214.32812 112.92379Q213.84375 112.033165 212.82812 112.033165Q212.03125 112.033165 211.57812 112.64254Q211.14062 113.251915 211.14062 114.470665Z" fill-rule="nonzero"/><path fill="#666666" d="M185.0625 129.34566Q185.0625 127.86128 185.75 126.98628Q186.4375 126.11128 187.5625 126.11128Q188.71875 126.11128 189.375 126.92378L189.42188 126.22066L190.42188 126.22066L190.42188 132.40816Q190.42188 133.64253 189.6875 134.34566Q188.95312 135.0644 187.73438 135.0644Q187.04688 135.0644 186.39062 134.76753Q185.73438 134.47066 185.39062 133.97066L185.95312 133.3144Q186.64062 134.17378 187.65625 134.17378Q188.4375 134.17378 188.875 133.72066Q189.32812 133.28316 189.32812 132.47066L189.32812 131.92378Q188.67188 132.6894 187.54688 132.6894Q186.4375 132.6894 185.75 131.79878Q185.0625 130.89253 185.0625 129.34566ZM186.15625 129.47066Q186.15625 130.53316 186.59375 131.15816Q187.03125 131.76753 187.82812 131.76753Q188.84375 131.76753 189.32812 130.83003L189.32812 127.93941Q188.82812 127.03316 187.82812 127.03316Q187.04688 127.03316 186.59375 127.64253Q186.15625 128.2519 186.15625 129.47066ZM195.39062 127.18941Q195.14062 127.15816 194.85938 127.15816Q193.78125 127.15816 193.40625 128.0644L193.40625 132.5644L192.32812 132.5644L192.32812 126.22066L193.375 126.22066L193.39062 126.95503Q193.92188 126.11128 194.90625 126.11128Q195.21875 126.11128 195.39062 126.18941L195.39062 127.18941ZM196.03125 129.33003Q196.03125 128.40816 196.39062 127.65816Q196.76562 126.90816 197.42188 126.51753Q198.07812 126.11128 198.90625 126.11128Q200.20312 126.11128 201.0 127.00191Q201.8125 127.89253 201.8125 129.39253L201.8125 129.47066Q201.8125 130.39253 201.45312 131.1269Q201.09375 131.86128 200.4375 132.28316Q199.78125 132.6894 198.92188 132.6894Q197.64062 132.6894 196.82812 131.79878Q196.03125 130.89253 196.03125 129.40816L196.03125 129.33003ZM197.125 129.47066Q197.125 130.51753 197.60938 131.15816Q198.10938 131.79878 198.92188 131.79878Q199.75 131.79878 200.23438 131.15816Q200.71875 130.5019 200.71875 129.33003Q200.71875 128.29878 200.21875 127.65816Q199.73438 127.00191 198.90625 127.00191Q198.10938 127.00191 197.60938 127.64253Q197.125 128.26753 197.125 129.47066ZM207.23438 131.9394Q206.60938 132.6894 205.375 132.6894Q204.35938 132.6894 203.82812 132.09566Q203.29688 131.5019 203.29688 130.34566L203.29688 126.22066L204.375 126.22066L204.375 130.3144Q204.375 131.76753 205.54688 131.76753Q206.79688 131.76753 207.20312 130.83003L207.20312 126.22066L208.29688 126.22066L208.29688 132.5644L207.26562 132.5644L207.23438 131.9394ZM215.67188 129.47066Q215.67188 130.90816 215.01562 131.79878Q214.35938 132.6894 213.21875 132.6894Q212.0625 132.6894 211.40625 131.95503L211.40625 135.0019L210.32812 135.0019L210.32812 126.22066L211.3125 126.22066L211.35938 126.92378Q212.03125 126.11128 213.20312 126.11128Q214.34375 126.11128 215.0 126.97066Q215.67188 127.83003 215.67188 129.36128L215.67188 129.47066ZM214.59375 129.34566Q214.59375 128.26753 214.125 127.65816Q213.67188 127.03316 212.875 127.03316Q211.89062 127.03316 211.40625 127.89253L211.40625 130.92378Q211.89062 131.79878 212.89062 131.79878Q213.67188 131.79878 214.125 131.1894Q214.59375 130.5644 214.59375 129.34566Z" fill-rule="nonzero"/><path fill="#666666" d="M104.703125 157.88628L103.578125 157.88628L103.578125 149.35503L104.703125 149.35503L104.703125 157.88628ZM114.671875 154.79253Q114.671875 156.23003 114.015625 157.12065Q113.359375 158.01128 112.21875 158.01128Q111.0625 158.01128 110.40625 157.2769L110.40625 160.32378L109.328125 160.32378L109.328125 151.54253L110.3125 151.54253L110.359375 152.24565Q111.03125 151.43315 112.203125 151.43315Q113.34375 151.43315 114.0 152.29253Q114.671875 153.1519 114.671875 154.68315L114.671875 154.79253ZM113.59375 154.66753Q113.59375 153.5894 113.125 152.98003Q112.671875 152.35503 111.875 152.35503Q110.890625 152.35503 110.40625 153.2144L110.40625 156.24565Q110.890625 157.12065 111.890625 157.12065Q112.671875 157.12065 113.125 156.51128Q113.59375 155.88628 113.59375 154.66753ZM119.390625 152.51128Q119.140625 152.48003 118.859375 152.48003Q117.78125 152.48003 117.40625 153.38628L117.40625 157.88628L116.328125 157.88628L116.328125 151.54253L117.375 151.54253L117.390625 152.2769Q117.921875 151.43315 118.90625 151.43315Q119.21875 151.43315 119.390625 151.51128L119.390625 152.51128ZM122.953125 158.01128Q121.65625 158.01128 120.84375 157.16753Q120.046875 156.30815 120.046875 154.88628L120.046875 154.69878Q120.046875 153.74565 120.40625 153.01128Q120.765625 152.26128 121.40625 151.85503Q122.0625 151.43315 122.8125 151.43315Q124.046875 151.43315 124.734375 152.24565Q125.421875 153.05815 125.421875 154.57378L125.421875 155.0269L121.125 155.0269Q121.15625 155.9644 121.671875 156.54253Q122.203125 157.12065 123.015625 157.12065Q123.578125 157.12065 123.96875 156.88628Q124.375 156.6519 124.6875 156.26128L125.34375 156.7769Q124.546875 158.01128 122.953125 158.01128ZM122.8125 152.32378Q122.15625 152.32378 121.703125 152.80815Q121.265625 153.2769 121.171875 154.13628L124.34375 154.13628L124.34375 154.05815Q124.296875 153.23003 123.890625 152.7769Q123.5 152.32378 122.8125 152.32378ZM126.859375 157.88628L126.859375 152.38628L125.859375 152.38628L125.859375 151.54253L126.859375 151.54253L126.859375 150.9019Q126.859375 149.87065 127.390625 149.32378Q127.9375 148.76128 128.9375 148.76128Q129.3125 148.76128 129.6875 148.85503L129.625 149.74565Q129.34375 149.68315 129.04688 149.68315Q128.51562 149.68315 128.21875 149.99565Q127.9375 150.30815 127.9375 150.87065L127.9375 151.54253L129.29688 151.54253L129.29688 152.38628L127.9375 152.38628L127.9375 157.88628L126.859375 157.88628ZM132.95312 158.01128Q131.65625 158.01128 130.84375 157.16753Q130.04688 156.30815 130.04688 154.88628L130.04688 154.69878Q130.04688 153.74565 130.40625 153.01128Q130.76562 152.26128 131.40625 151.85503Q132.0625 151.43315 132.8125 151.43315Q134.04688 151.43315 134.73438 152.24565Q135.42188 153.05815 135.42188 154.57378L135.42188 155.0269L131.125 155.0269Q131.15625 155.9644 131.67188 156.54253Q132.20312 157.12065 133.01562 157.12065Q133.57812 157.12065 133.96875 156.88628Q134.375 156.6519 134.6875 156.26128L135.34375 156.7769Q134.54688 158.01128 132.95312 158.01128ZM132.8125 152.32378Q132.15625 152.32378 131.70312 152.80815Q131.26562 153.2769 131.17188 154.13628L134.34375 154.13628L134.34375 154.05815Q134.29688 153.23003 133.89062 152.7769Q133.5 152.32378 132.8125 152.32378ZM139.39062 152.51128Q139.14062 152.48003 138.85938 152.48003Q137.78125 152.48003 137.40625 153.38628L137.40625 157.88628L136.32812 157.88628L136.32812 151.54253L137.375 151.54253L137.39062 152.2769Q137.92188 151.43315 138.90625 151.43315Q139.21875 151.43315 139.39062 151.51128L139.39062 152.51128ZM144.34375 151.54253L144.375 152.3394Q145.10938 151.43315 146.28125 151.43315Q148.29688 151.43315 148.3125 153.69878L148.3125 157.88628L147.21875 157.88628L147.21875 153.68315Q147.21875 153.01128 146.90625 152.68315Q146.60938 152.35503 145.95312 152.35503Q145.42188 152.35503 145.01562 152.63628Q144.625 152.91753 144.40625 153.37065L144.40625 157.88628L143.32812 157.88628L143.32812 151.54253L144.34375 151.54253ZM150.03125 154.6519Q150.03125 153.73003 150.39062 152.98003Q150.76562 152.23003 151.42188 151.8394Q152.07812 151.43315 152.90625 151.43315Q154.20312 151.43315 155.0 152.32378Q155.8125 153.2144 155.8125 154.7144L155.8125 154.79253Q155.8125 155.7144 155.45312 156.44878Q155.09375 157.18315 154.4375 157.60503Q153.78125 158.01128 152.92188 158.01128Q151.64062 158.01128 150.82812 157.12065Q150.03125 156.2144 150.03125 154.73003L150.03125 154.6519ZM151.125 154.79253Q151.125 155.8394 151.60938 156.48003Q152.10938 157.12065 152.92188 157.12065Q153.75 157.12065 154.23438 156.48003Q154.71875 155.82378 154.71875 154.6519Q154.71875 153.62065 154.21875 152.98003Q153.73438 152.32378 152.90625 152.32378Q152.10938 152.32378 151.60938 152.9644Q151.125 153.5894 151.125 154.79253ZM158.79688 150.01128L158.79688 151.54253L159.96875 151.54253L159.96875 152.38628L158.79688 152.38628L158.79688 156.30815Q158.79688 156.69878 158.95312 156.88628Q159.10938 157.07378 159.48438 157.07378Q159.67188 157.07378 160.0 157.01128L160.0 157.88628Q159.57812 158.01128 159.17188 158.01128Q158.45312 158.01128 158.07812 157.57378Q157.70312 157.12065 157.70312 156.30815L157.70312 152.38628L156.54688 152.38628L156.54688 151.54253L157.70312 151.54253L157.70312 150.01128L158.79688 150.01128ZM165.79688 150.01128L165.79688 151.54253L166.96875 151.54253L166.96875 152.38628L165.79688 152.38628L165.79688 156.30815Q165.79688 156.69878 165.95312 156.88628Q166.10938 157.07378 166.48438 157.07378Q166.67188 157.07378 167.0 157.01128L167.0 157.88628Q166.57812 158.01128 166.17188 158.01128Q165.45312 158.01128 165.07812 157.57378Q164.70312 157.12065 164.70312 156.30815L164.70312 152.38628L163.54688 152.38628L163.54688 151.54253L164.70312 151.54253L164.70312 150.01128L165.79688 150.01128ZM168.03125 154.6519Q168.03125 153.73003 168.39062 152.98003Q168.76562 152.23003 169.42188 151.8394Q170.07812 151.43315 170.90625 151.43315Q172.20312 151.43315 173.0 152.32378Q173.8125 153.2144 173.8125 154.7144L173.8125 154.79253Q173.8125 155.7144 173.45312 156.44878Q173.09375 157.18315 172.4375 157.60503Q171.78125 158.01128 170.92188 158.01128Q169.64062 158.01128 168.82812 157.12065Q168.03125 156.2144 168.03125 154.73003L168.03125 154.6519ZM169.125 154.79253Q169.125 155.8394 169.60938 156.48003Q170.10938 157.12065 170.92188 157.12065Q171.75 157.12065 172.23438 156.48003Q172.71875 155.82378 172.71875 154.6519Q172.71875 153.62065 172.21875 152.98003Q171.73438 152.32378 170.90625 152.32378Q170.10938 152.32378 169.60938 152.9644Q169.125 153.5894 169.125 154.79253ZM182.23438 157.88628Q182.14062 157.69878 182.07812 157.2144Q181.32812 158.01128 180.28125 158.01128Q179.34375 158.01128 178.73438 157.48003Q178.14062 156.94878 178.14062 156.12065Q178.14062 155.13628 178.89062 154.5894Q179.64062 154.04253 181.01562 154.04253L182.0625 154.04253L182.0625 153.54253Q182.0625 152.98003 181.71875 152.6519Q181.39062 152.30815 180.71875 152.30815Q180.14062 152.30815 179.75 152.60503Q179.35938 152.88628 179.35938 153.30815L178.26562 153.30815Q178.26562 152.82378 178.59375 152.38628Q178.9375 151.94878 179.51562 151.69878Q180.09375 151.43315 180.78125 151.43315Q181.89062 151.43315 182.5 151.98003Q183.125 152.5269 183.15625 153.48003L183.15625 156.4019Q183.15625 157.2769 183.375 157.79253L183.375 157.88628L182.23438 157.88628ZM180.4375 157.05815Q180.95312 157.05815 181.40625 156.79253Q181.85938 156.5269 182.0625 156.10503L182.0625 154.80815L181.21875 154.80815Q179.21875 154.80815 179.21875 155.98003Q179.21875 156.48003 179.5625 156.7769Q179.90625 157.05815 180.4375 157.05815ZM186.34375 151.54253L186.375 152.3394Q187.10938 151.43315 188.28125 151.43315Q190.29688 151.43315 190.3125 153.69878L190.3125 157.88628L189.21875 157.88628L189.21875 153.68315Q189.21875 153.01128 188.90625 152.68315Q188.60938 152.35503 187.95312 152.35503Q187.42188 152.35503 187.01562 152.63628Q186.625 152.91753 186.40625 153.37065L186.40625 157.88628L185.32812 157.88628L185.32812 151.54253L186.34375 151.54253ZM196.01562 156.19878Q196.01562 155.76128 195.67188 155.5269Q195.34375 155.2769 194.51562 155.10503Q193.70312 154.93315 193.21875 154.68315Q192.73438 154.43315 192.5 154.10503Q192.28125 153.76128 192.28125 153.29253Q192.28125 152.51128 192.9375 151.98003Q193.59375 151.43315 194.625 151.43315Q195.70312 151.43315 196.35938 151.99565Q197.03125 152.54253 197.03125 153.4019L195.95312 153.4019Q195.95312 152.9644 195.5625 152.6519Q195.1875 152.32378 194.625 152.32378Q194.03125 152.32378 193.6875 152.5894Q193.35938 152.8394 193.35938 153.24565Q193.35938 153.63628 193.67188 153.8394Q193.98438 154.04253 194.79688 154.23003Q195.60938 154.4019 196.10938 154.6519Q196.60938 154.9019 196.84375 155.26128Q197.09375 155.62065 197.09375 156.12065Q197.09375 156.98003 196.40625 157.49565Q195.73438 158.01128 194.65625 158.01128Q193.89062 158.01128 193.29688 157.74565Q192.71875 157.4644 192.39062 156.98003Q192.0625 156.49565 192.0625 155.93315L193.14062 155.93315Q193.17188 156.48003 193.57812 156.80815Q193.98438 157.12065 194.65625 157.12065Q195.26562 157.12065 195.64062 156.87065Q196.01562 156.62065 196.01562 156.19878ZM203.9375 156.38628L205.15625 151.54253L206.23438 151.54253L204.39062 157.88628L203.51562 157.88628L201.96875 153.07378L200.46875 157.88628L199.59375 157.88628L197.75 151.54253L198.82812 151.54253L200.07812 156.29253L201.5625 151.54253L202.42188 151.54253L203.9375 156.38628ZM209.95312 158.01128Q208.65625 158.01128 207.84375 157.16753Q207.04688 156.30815 207.04688 154.88628L207.04688 154.69878Q207.04688 153.74565 207.40625 153.01128Q207.76562 152.26128 208.40625 151.85503Q209.0625 151.43315 209.8125 151.43315Q211.04688 151.43315 211.73438 152.24565Q212.42188 153.05815 212.42188 154.57378L212.42188 155.0269L208.125 155.0269Q208.15625 155.9644 208.67188 156.54253Q209.20312 157.12065 210.01562 157.12065Q210.57812 157.12065 210.96875 156.88628Q211.375 156.6519 211.6875 156.26128L212.34375 156.7769Q211.54688 158.01128 209.95312 158.01128ZM209.8125 152.32378Q209.15625 152.32378 208.70312 152.80815Q208.26562 153.2769 208.17188 154.13628L211.34375 154.13628L211.34375 154.05815Q211.29688 153.23003 210.89062 152.7769Q210.5 152.32378 209.8125 152.32378ZM216.39062 152.51128Q216.14062 152.48003 215.85938 152.48003Q214.78125 152.48003 214.40625 153.38628L214.40625 157.88628L213.32812 157.88628L213.32812 151.54253L214.375 151.54253L214.39062 152.2769Q214.92188 151.43315 215.90625 151.43315Q216.21875 151.43315 216.39062 151.51128L216.39062 152.51128Z" fill-rule="nonzero"/><path fill="#666666" d="M220.5625 189.9004Q220.5625 191.80666 219.90625 192.74416Q219.26562 193.66603 217.875 193.66603Q216.51562 193.66603 215.85938 192.75978Q215.20312 191.85353 215.17188 190.04103L215.17188 188.60353Q215.17188 186.7129 215.8125 185.80666Q216.46875 184.88478 217.85938 184.88478Q219.23438 184.88478 219.89062 185.7754Q220.54688 186.6504 220.5625 188.49416L220.5625 189.9004ZM219.46875 188.41603Q219.46875 187.04103 219.07812 186.41603Q218.70312 185.7754 217.85938 185.7754Q217.03125 185.7754 216.64062 186.41603Q216.26562 187.04103 216.26562 188.3379L216.26562 190.07228Q216.26562 191.44728 216.65625 192.11916Q217.0625 192.7754 217.875 192.7754Q218.67188 192.7754 219.0625 192.1504Q219.45312 191.5254 219.46875 190.19728L219.46875 188.41603ZM222.10938 186.6504Q222.10938 185.88478 222.59375 185.38478Q223.09375 184.88478 223.85938 184.88478Q224.64062 184.88478 225.125 185.38478Q225.60938 185.88478 225.60938 186.68166L225.60938 187.10353Q225.60938 187.86916 225.10938 188.36916Q224.625 188.85353 223.875 188.85353Q223.10938 188.85353 222.60938 188.36916Q222.10938 187.86916 222.10938 187.05666L222.10938 186.6504ZM222.92188 187.10353Q222.92188 187.55666 223.17188 187.85353Q223.4375 188.1504 223.875 188.1504Q224.29688 188.1504 224.54688 187.86916Q224.79688 187.57228 224.79688 187.07228L224.79688 186.6504Q224.79688 186.19728 224.54688 185.9004Q224.29688 185.5879 223.85938 185.5879Q223.42188 185.5879 223.17188 185.9004Q222.92188 186.19728 222.92188 186.66603L222.92188 187.10353ZM226.26562 191.44728Q226.26562 190.68166 226.75 190.19728Q227.25 189.69728 228.01562 189.69728Q228.78125 189.69728 229.26562 190.19728Q229.76562 190.68166 229.76562 191.49416L229.76562 191.9004Q229.76562 192.66603 229.28125 193.16603Q228.79688 193.66603 228.03125 193.66603Q227.26562 193.66603 226.76562 193.18166Q226.26562 192.68166 226.26562 191.86916L226.26562 191.44728ZM227.07812 191.9004Q227.07812 192.36916 227.32812 192.66603Q227.59375 192.9629 228.03125 192.9629Q228.45312 192.9629 228.70312 192.68166Q228.95312 192.38478 228.95312 191.88478L228.95312 191.44728Q228.95312 190.97853 228.6875 190.69728Q228.4375 190.4004 228.01562 190.4004Q227.59375 190.4004 227.32812 190.69728Q227.07812 190.97853 227.07812 191.47853L227.07812 191.9004ZM224.125 192.9004L223.5 192.50978L227.67188 185.8379L228.28125 186.22853L224.125 192.9004Z" fill-rule="nonzero"/><path fill="#666666" d="M306.05313 193.54103L300.45938 193.54103L300.45938 192.75978L303.4125 189.47853Q304.06876 188.72853 304.31876 188.2754Q304.56876 187.80666 304.56876 187.30666Q304.56876 186.63478 304.1625 186.2129Q303.77188 185.7754 303.08438 185.7754Q302.2875 185.7754 301.83438 186.24416Q301.38126 186.69728 301.38126 187.5254L300.30313 187.5254Q300.30313 186.3379 301.05313 185.61916Q301.81876 184.88478 303.08438 184.88478Q304.2875 184.88478 304.975 185.50978Q305.6625 186.13478 305.6625 187.18166Q305.6625 188.43166 304.05313 190.18166L301.77188 192.6504L306.05313 192.6504L306.05313 193.54103ZM312.81876 189.9004Q312.81876 191.80666 312.1625 192.74416Q311.52188 193.66603 310.13126 193.66603Q308.77188 193.66603 308.11563 192.75978Q307.45938 191.85353 307.42813 190.04103L307.42813 188.60353Q307.42813 186.7129 308.06876 185.80666Q308.725 184.88478 310.11563 184.88478Q311.49063 184.88478 312.14688 185.7754Q312.80313 186.6504 312.81876 188.49416L312.81876 189.9004ZM311.725 188.41603Q311.725 187.04103 311.33438 186.41603Q310.95938 185.7754 310.11563 185.7754Q309.2875 185.7754 308.89688 186.41603Q308.52188 187.04103 308.52188 188.3379L308.52188 190.07228Q308.52188 191.44728 308.9125 192.11916Q309.31876 192.7754 310.13126 192.7754Q310.92813 192.7754 311.31876 192.1504Q311.70938 191.5254 311.725 190.19728L311.725 188.41603ZM314.36563 186.6504Q314.36563 185.88478 314.85 185.38478Q315.35 184.88478 316.11563 184.88478Q316.89688 184.88478 317.38126 185.38478Q317.86563 185.88478 317.86563 186.68166L317.86563 187.10353Q317.86563 187.86916 317.36563 188.36916Q316.88126 188.85353 316.13126 188.85353Q315.36563 188.85353 314.86563 188.36916Q314.36563 187.86916 314.36563 187.05666L314.36563 186.6504ZM315.17813 187.10353Q315.17813 187.55666 315.42813 187.85353Q315.69376 188.1504 316.13126 188.1504Q316.55313 188.1504 316.80313 187.86916Q317.05313 187.57228 317.05313 187.07228L317.05313 186.6504Q317.05313 186.19728 316.80313 185.9004Q316.55313 185.5879 316.11563 185.5879Q315.67813 185.5879 315.42813 185.9004Q315.17813 186.19728 315.17813 186.66603L315.17813 187.10353ZM318.52188 191.44728Q318.52188 190.68166 319.00626 190.19728Q319.50626 189.69728 320.27188 189.69728Q321.0375 189.69728 321.52188 190.19728Q322.02188 190.68166 322.02188 191.49416L322.02188 191.9004Q322.02188 192.66603 321.5375 193.16603Q321.05313 193.66603 320.2875 193.66603Q319.52188 193.66603 319.02188 193.18166Q318.52188 192.68166 318.52188 191.86916L318.52188 191.44728ZM319.33438 191.9004Q319.33438 192.36916 319.58438 192.66603Q319.85 192.9629 320.2875 192.9629Q320.70938 192.9629 320.95938 192.68166Q321.20938 192.38478 321.20938 191.88478L321.20938 191.44728Q321.20938 190.97853 320.94376 190.69728Q320.69376 190.4004 320.27188 190.4004Q319.85 190.4004 319.58438 190.69728Q319.33438 190.97853 319.33438 191.47853L319.33438 191.9004ZM316.38126 192.9004L315.75626 192.50978L319.92813 185.8379L320.5375 186.22853L316.38126 192.9004Z" fill-rule="nonzero"/><path fill="#666666" d="M393.79376 190.68166L394.98126 190.68166L394.98126 191.55666L393.79376 191.55666L393.79376 193.54103L392.71564 193.54103L392.71564 191.55666L388.825 191.55666L388.825 190.91603L392.6375 185.00978L393.79376 185.00978L393.79376 190.68166ZM390.0594 190.68166L392.71564 190.68166L392.71564 186.49416L392.575 186.72853L390.0594 190.68166ZM401.575 189.9004Q401.575 191.80666 400.91876 192.74416Q400.27814 193.66603 398.8875 193.66603Q397.52814 193.66603 396.8719 192.75978Q396.21564 191.85353 396.1844 190.04103L396.1844 188.60353Q396.1844 186.7129 396.825 185.80666Q397.48126 184.88478 398.8719 184.88478Q400.2469 184.88478 400.90314 185.7754Q401.5594 186.6504 401.575 188.49416L401.575 189.9004ZM400.48126 188.41603Q400.48126 187.04103 400.09064 186.41603Q399.71564 185.7754 398.8719 185.7754Q398.04376 185.7754 397.65314 186.41603Q397.27814 187.04103 397.27814 188.3379L397.27814 190.07228Q397.27814 191.44728 397.66876 192.11916Q398.075 192.7754 398.8875 192.7754Q399.6844 192.7754 400.075 192.1504Q400.46564 191.5254 400.48126 190.19728L400.48126 188.41603ZM403.1219 186.6504Q403.1219 185.88478 403.60626 185.38478Q404.10626 184.88478 404.8719 184.88478Q405.65314 184.88478 406.1375 185.38478Q406.6219 185.88478 406.6219 186.68166L406.6219 187.10353Q406.6219 187.86916 406.1219 188.36916Q405.6375 188.85353 404.8875 188.85353Q404.1219 188.85353 403.6219 188.36916Q403.1219 187.86916 403.1219 187.05666L403.1219 186.6504ZM403.9344 187.10353Q403.9344 187.55666 404.1844 187.85353Q404.45 188.1504 404.8875 188.1504Q405.3094 188.1504 405.5594 187.86916Q405.8094 187.57228 405.8094 187.07228L405.8094 186.6504Q405.8094 186.19728 405.5594 185.9004Q405.3094 185.5879 404.8719 185.5879Q404.4344 185.5879 404.1844 185.9004Q403.9344 186.19728 403.9344 186.66603L403.9344 187.10353ZM407.27814 191.44728Q407.27814 190.68166 407.7625 190.19728Q408.2625 189.69728 409.02814 189.69728Q409.79376 189.69728 410.27814 190.19728Q410.77814 190.68166 410.77814 191.49416L410.77814 191.9004Q410.77814 192.66603 410.29376 193.16603Q409.8094 193.66603 409.04376 193.66603Q408.27814 193.66603 407.77814 193.18166Q407.27814 192.68166 407.27814 191.86916L407.27814 191.44728ZM408.09064 191.9004Q408.09064 192.36916 408.34064 192.66603Q408.60626 192.9629 409.04376 192.9629Q409.46564 192.9629 409.71564 192.68166Q409.96564 192.38478 409.96564 191.88478L409.96564 191.44728Q409.96564 190.97853 409.7 190.69728Q409.45 190.4004 409.02814 190.4004Q408.60626 190.4004 408.34064 190.69728Q408.09064 190.97853 408.09064 191.47853L408.09064 191.9004ZM405.1375 192.9004L404.5125 192.50978L408.6844 185.8379L409.29376 186.22853L405.1375 192.9004Z" fill-rule="nonzero"/><path fill="#666666" d="M482.2375 185.00978L482.2375 185.91603L482.03436 185.91603Q480.76874 185.94728 480.01874 186.68166Q479.26874 187.4004 479.14374 188.7129Q479.83124 187.94728 480.9875 187.94728Q482.09686 187.94728 482.76874 188.72853Q483.4406 189.50978 483.4406 190.75978Q483.4406 192.07228 482.72186 192.86916Q482.0031 193.66603 480.78436 193.66603Q479.5656 193.66603 478.8 192.72853Q478.05 191.7754 478.05 190.29103L478.05 189.88478Q478.05 187.5254 479.05 186.2754Q480.05 185.0254 482.03436 185.00978L482.2375 185.00978ZM480.8156 188.85353Q480.2531 188.85353 479.78436 189.18166Q479.3156 189.50978 479.1281 190.0254L479.1281 190.41603Q479.1281 191.47853 479.59686 192.11916Q480.08124 192.75978 480.78436 192.75978Q481.51874 192.75978 481.9406 192.22853Q482.3625 191.68166 482.3625 190.80666Q482.3625 189.93166 481.9406 189.4004Q481.51874 188.85353 480.8156 188.85353ZM490.33124 189.9004Q490.33124 191.80666 489.675 192.74416Q489.03436 193.66603 487.64374 193.66603Q486.28436 193.66603 485.6281 192.75978Q484.97186 191.85353 484.9406 190.04103L484.9406 188.60353Q484.9406 186.7129 485.58124 185.80666Q486.2375 184.88478 487.6281 184.88478Q489.0031 184.88478 489.65936 185.7754Q490.3156 186.6504 490.33124 188.49416L490.33124 189.9004ZM489.2375 188.41603Q489.2375 187.04103 488.84686 186.41603Q488.47186 185.7754 487.6281 185.7754Q486.8 185.7754 486.40936 186.41603Q486.03436 187.04103 486.03436 188.3379L486.03436 190.07228Q486.03436 191.44728 486.425 192.11916Q486.83124 192.7754 487.64374 192.7754Q488.4406 192.7754 488.83124 192.1504Q489.22186 191.5254 489.2375 190.19728L489.2375 188.41603ZM491.8781 186.6504Q491.8781 185.88478 492.3625 185.38478Q492.8625 184.88478 493.6281 184.88478Q494.40936 184.88478 494.89374 185.38478Q495.3781 185.88478 495.3781 186.68166L495.3781 187.10353Q495.3781 187.86916 494.8781 188.36916Q494.39374 188.85353 493.64374 188.85353Q492.8781 188.85353 492.3781 188.36916Q491.8781 187.86916 491.8781 187.05666L491.8781 186.6504ZM492.6906 187.10353Q492.6906 187.55666 492.9406 187.85353Q493.20624 188.1504 493.64374 188.1504Q494.0656 188.1504 494.3156 187.86916Q494.5656 187.57228 494.5656 187.07228L494.5656 186.6504Q494.5656 186.19728 494.3156 185.9004Q494.0656 185.5879 493.6281 185.5879Q493.1906 185.5879 492.9406 185.9004Q492.6906 186.19728 492.6906 186.66603L492.6906 187.10353ZM496.03436 191.44728Q496.03436 190.68166 496.51874 190.19728Q497.01874 189.69728 497.78436 189.69728Q498.55 189.69728 499.03436 190.19728Q499.53436 190.68166 499.53436 191.49416L499.53436 191.9004Q499.53436 192.66603 499.05 193.16603Q498.5656 193.66603 497.8 193.66603Q497.03436 193.66603 496.53436 193.18166Q496.03436 192.68166 496.03436 191.86916L496.03436 191.44728ZM496.84686 191.9004Q496.84686 192.36916 497.09686 192.66603Q497.3625 192.9629 497.8 192.9629Q498.22186 192.9629 498.47186 192.68166Q498.72186 192.38478 498.72186 191.88478L498.72186 191.44728Q498.72186 190.97853 498.45624 190.69728Q498.20624 190.4004 497.78436 190.4004Q497.3625 190.4004 497.09686 190.69728Q496.84686 190.97853 496.84686 191.47853L496.84686 191.9004ZM493.89374 192.9004L493.26874 192.50978L497.4406 185.8379L498.05 186.22853L493.89374 192.9004Z" fill-rule="nonzero"/><path fill="#666666" d="M571.91565 187.22853Q571.91565 187.86916 571.5719 188.36916Q571.22815 188.86916 570.66565 189.1504Q571.3219 189.43166 571.7125 189.99416Q572.10315 190.54103 572.10315 191.24416Q572.10315 192.3379 571.35315 193.00978Q570.6188 193.66603 569.4 193.66603Q568.16565 193.66603 567.41565 193.00978Q566.6813 192.3379 566.6813 191.24416Q566.6813 190.54103 567.0563 189.99416Q567.4313 189.43166 568.10315 189.1504Q567.54065 188.86916 567.2125 188.36916Q566.8844 187.86916 566.8844 187.22853Q566.8844 186.1504 567.5719 185.5254Q568.2594 184.88478 569.4 184.88478Q570.525 184.88478 571.2125 185.5254Q571.91565 186.1504 571.91565 187.22853ZM571.025 191.2129Q571.025 190.49416 570.5719 190.05666Q570.1188 189.60353 569.3844 189.60353Q568.65 189.60353 568.1969 190.05666Q567.7594 190.49416 567.7594 191.22853Q567.7594 191.94728 568.1969 192.36916Q568.6344 192.7754 569.4 192.7754Q570.15 192.7754 570.5875 192.35353Q571.025 191.93166 571.025 191.2129ZM569.4 185.7754Q568.7594 185.7754 568.35315 186.18166Q567.9625 186.57228 567.9625 187.25978Q567.9625 187.9004 568.35315 188.30666Q568.7438 188.7129 569.3844 188.7129Q570.04065 188.7129 570.4313 188.30666Q570.8219 187.9004 570.8219 187.25978Q570.8219 186.60353 570.41565 186.19728Q570.0094 185.7754 569.4 185.7754ZM579.0875 189.9004Q579.0875 191.80666 578.4313 192.74416Q577.79065 193.66603 576.4 193.66603Q575.04065 193.66603 574.3844 192.75978Q573.72815 191.85353 573.6969 190.04103L573.6969 188.60353Q573.6969 186.7129 574.3375 185.80666Q574.9938 184.88478 576.3844 184.88478Q577.7594 184.88478 578.41565 185.7754Q579.0719 186.6504 579.0875 188.49416L579.0875 189.9004ZM577.9938 188.41603Q577.9938 187.04103 577.60315 186.41603Q577.22815 185.7754 576.3844 185.7754Q575.5563 185.7754 575.16565 186.41603Q574.79065 187.04103 574.79065 188.3379L574.79065 190.07228Q574.79065 191.44728 575.1813 192.11916Q575.5875 192.7754 576.4 192.7754Q577.1969 192.7754 577.5875 192.1504Q577.97815 191.5254 577.9938 190.19728L577.9938 188.41603ZM580.6344 186.6504Q580.6344 185.88478 581.1188 185.38478Q581.6188 184.88478 582.3844 184.88478Q583.16565 184.88478 583.65 185.38478Q584.1344 185.88478 584.1344 186.68166L584.1344 187.10353Q584.1344 187.86916 583.6344 188.36916Q583.15 188.85353 582.4 188.85353Q581.6344 188.85353 581.1344 188.36916Q580.6344 187.86916 580.6344 187.05666L580.6344 186.6504ZM581.4469 187.10353Q581.4469 187.55666 581.6969 187.85353Q581.9625 188.1504 582.4 188.1504Q582.8219 188.1504 583.0719 187.86916Q583.3219 187.57228 583.3219 187.07228L583.3219 186.6504Q583.3219 186.19728 583.0719 185.9004Q582.8219 185.5879 582.3844 185.5879Q581.9469 185.5879 581.6969 185.9004Q581.4469 186.19728 581.4469 186.66603L581.4469 187.10353ZM584.79065 191.44728Q584.79065 190.68166 585.275 190.19728Q585.775 189.69728 586.54065 189.69728Q587.3063 189.69728 587.79065 190.19728Q588.29065 190.68166 588.29065 191.49416L588.29065 191.9004Q588.29065 192.66603 587.8063 193.16603Q587.3219 193.66603 586.5563 193.66603Q585.79065 193.66603 585.29065 193.18166Q584.79065 192.68166 584.79065 191.86916L584.79065 191.44728ZM585.60315 191.9004Q585.60315 192.36916 585.85315 192.66603Q586.1188 192.9629 586.5563 192.9629Q586.97815 192.9629 587.22815 192.68166Q587.47815 192.38478 587.47815 191.88478L587.47815 191.44728Q587.47815 190.97853 587.2125 190.69728Q586.9625 190.4004 586.54065 190.4004Q586.1188 190.4004 585.85315 190.69728Q585.60315 190.97853 585.60315 191.47853L585.60315 191.9004ZM582.65 192.9004L582.025 192.50978L586.1969 185.8379L586.8063 186.22853L582.65 192.9004Z" fill-rule="nonzero"/><path fill="#666666" d="M14.446875 21.009375L14.65 22.321875L14.93125 21.134375L16.9 14.196875L17.99375 14.196875L19.915625 21.134375L20.196875 22.3375L20.4 21.009375L21.946875 14.196875L23.275 14.196875L20.853125 24.15L19.665625 24.15L17.603125 16.9L17.446875 16.134375L17.290625 16.9L15.165625 24.15L13.978125 24.15L11.571875 14.196875L12.884375 14.196875L14.446875 21.009375ZM27.18125 24.290625Q25.665625 24.290625 24.728125 23.30625Q23.790625 22.30625 23.790625 20.65L23.790625 20.43125Q23.790625 19.321875 24.2125 18.4625Q24.634375 17.5875 25.384375 17.103125Q26.134375 16.61875 27.025 16.61875Q28.4625 16.61875 29.259375 17.571875Q30.05625 18.509375 30.05625 20.290625L30.05625 20.80625L25.05625 20.80625Q25.071875 21.9 25.68125 22.5875Q26.30625 23.259375 27.24375 23.259375Q27.915625 23.259375 28.36875 22.99375Q28.8375 22.7125 29.196875 22.259375L29.9625 22.853125Q29.040625 24.290625 27.18125 24.290625ZM27.025 17.65Q26.259375 17.65 25.728125 18.2125Q25.2125 18.775 25.0875 19.775L28.790625 19.775L28.790625 19.68125Q28.74375 18.7125 28.275 18.18125Q27.80625 17.65 27.025 17.65ZM40.65 22.4L42.071877 16.759375L43.3375 16.759375L41.196877 24.15L40.165627 24.15L38.36875 18.540625L36.61875 24.15L35.5875 24.15L33.446877 16.759375L34.696877 16.759375L36.165627 22.290625L37.884377 16.759375L38.9 16.759375L40.65 22.4ZM49.68125 24.15Q49.571877 23.93125 49.49375 23.36875Q48.61875 24.290625 47.384377 24.290625Q46.290627 24.290625 45.5875 23.68125Q44.9 23.05625 44.9 22.103125Q44.9 20.946875 45.775 20.30625Q46.65 19.665625 48.24375 19.665625L49.478127 19.665625L49.478127 19.0875Q49.478127 18.415625 49.071877 18.025Q48.68125 17.634375 47.915627 17.634375Q47.228127 17.634375 46.775 17.978125Q46.321877 18.321875 46.321877 18.80625L45.040627 18.80625Q45.040627 18.24375 45.43125 17.728125Q45.8375 17.2125 46.509377 16.915625Q47.18125 16.61875 47.978127 16.61875Q49.259377 16.61875 49.978127 17.259375Q50.7125 17.9 50.74375 19.009375L50.74375 22.415625Q50.74375 23.43125 50.99375 24.040625L50.99375 24.15L49.68125 24.15ZM47.571877 23.18125Q48.165627 23.18125 48.696877 22.884375Q49.24375 22.571875 49.478127 22.071875L49.478127 20.55625L48.478127 20.55625Q46.165627 20.55625 46.165627 21.915625Q46.165627 22.509375 46.55625 22.853125Q46.946877 23.18125 47.571877 23.18125ZM54.30625 16.759375L54.3375 17.68125Q55.196877 16.61875 56.55625 16.61875Q58.9 16.61875 58.93125 19.259375L58.93125 24.15L57.665627 24.15L57.665627 19.259375Q57.65 18.4625 57.290627 18.0875Q56.93125 17.696875 56.18125 17.696875Q55.55625 17.696875 55.0875 18.025Q54.634377 18.353125 54.36875 18.884375L54.36875 24.15L53.103127 24.15L53.103127 16.759375L54.30625 16.759375ZM62.821877 14.9625L62.821877 16.759375L64.19688 16.759375L64.19688 17.728125L62.821877 17.728125L62.821877 22.321875Q62.821877 22.759375 63.009377 22.99375Q63.196877 23.2125 63.634377 23.2125Q63.853127 23.2125 64.24375 23.11875L64.24375 24.15Q63.74375 24.290625 63.275 24.290625Q62.415627 24.290625 61.978127 23.775Q61.55625 23.259375 61.55625 22.321875L61.55625 17.728125L60.2125 17.728125L60.2125 16.759375L61.55625 16.759375L61.55625 14.9625L62.821877 14.9625ZM70.82188 14.9625L70.82188 16.759375L72.19688 16.759375L72.19688 17.728125L70.82188 17.728125L70.82188 22.321875Q70.82188 22.759375 71.00938 22.99375Q71.19688 23.2125 71.63438 23.2125Q71.85313 23.2125 72.24375 23.11875L72.24375 24.15Q71.74375 24.290625 71.275 24.290625Q70.41563 24.290625 69.97813 23.775Q69.55625 23.259375 69.55625 22.321875L69.55625 17.728125L68.2125 17.728125L68.2125 16.759375L69.55625 16.759375L69.55625 14.9625L70.82188 14.9625ZM75.36875 17.65Q76.2125 16.61875 77.55625 16.61875Q79.9 16.61875 79.93125 19.259375L79.93125 24.15L78.66563 24.15L78.66563 19.259375Q78.65 18.4625 78.29063 18.0875Q77.93125 17.696875 77.18125 17.696875Q76.55625 17.696875 76.0875 18.025Q75.63438 18.353125 75.36875 18.884375L75.36875 24.15L74.10313 24.15L74.10313 13.65L75.36875 13.65L75.36875 17.65ZM85.18125 24.290625Q83.66563 24.290625 82.72813 23.30625Q81.79063 22.30625 81.79063 20.65L81.79063 20.43125Q81.79063 19.321875 82.2125 18.4625Q82.63438 17.5875 83.38438 17.103125Q84.13438 16.61875 85.025 16.61875Q86.4625 16.61875 87.25938 17.571875Q88.05625 18.509375 88.05625 20.290625L88.05625 20.80625L83.05625 20.80625Q83.07188 21.9 83.68125 22.5875Q84.30625 23.259375 85.24375 23.259375Q85.91563 23.259375 86.36875 22.99375Q86.8375 22.7125 87.19688 22.259375L87.9625 22.853125Q87.04063 24.290625 85.18125 24.290625ZM85.025 17.65Q84.25938 17.65 83.72813 18.2125Q83.2125 18.775 83.0875 19.775L86.79063 19.775L86.79063 19.68125Q86.74375 18.7125 86.275 18.18125Q85.80625 17.65 85.025 17.65ZM99.65 22.8375Q99.15 23.571875 98.24375 23.93125Q97.3375 24.290625 96.13438 24.290625Q94.91563 24.290625 93.9625 23.728125Q93.025 23.15 92.50938 22.103125Q91.99375 21.040625 91.97813 19.65L91.97813 18.790625Q91.97813 16.540625 93.025 15.30625Q94.0875 14.05625 95.97813 14.05625Q97.54063 14.05625 98.49375 14.853125Q99.44688 15.65 99.65 17.11875L98.3375 17.11875Q97.97813 15.134375 95.99375 15.134375Q94.66563 15.134375 93.97813 16.071875Q93.30625 16.99375 93.30625 18.74375L93.30625 19.55625Q93.30625 21.24375 94.07188 22.228125Q94.8375 23.2125 96.13438 23.2125Q96.88438 23.2125 97.43125 23.05625Q97.99375 22.884375 98.35313 22.49375L98.35313 20.259375L96.04063 20.259375L96.04063 19.196875L99.65 19.196875L99.65 22.8375ZM101.775 20.384375Q101.775 19.290625 102.19688 18.43125Q102.63438 17.55625 103.38438 17.0875Q104.15 16.61875 105.13438 16.61875Q106.63438 16.61875 107.57188 17.665625Q108.50938 18.7125 108.50938 20.446875L108.50938 20.540625Q108.50938 21.61875 108.0875 22.478125Q107.68125 23.321875 106.9 23.80625Q106.13438 24.290625 105.15 24.290625Q103.63438 24.290625 102.69688 23.24375Q101.775 22.196875 101.775 20.478125L101.775 20.384375ZM103.04063 20.540625Q103.04063 21.759375 103.60313 22.509375Q104.18125 23.259375 105.15 23.259375Q106.10313 23.259375 106.66563 22.509375Q107.24375 21.74375 107.24375 20.384375Q107.24375 19.165625 106.66563 18.415625Q106.0875 17.65 105.13438 17.65Q104.19688 17.65 103.61875 18.4Q103.04063 19.15 103.04063 20.540625ZM116.07188 23.259375Q116.74375 23.259375 117.24375 22.853125Q117.75938 22.43125 117.82188 21.821875L119.00938 21.821875Q118.97813 22.446875 118.57188 23.025Q118.16563 23.603125 117.49375 23.946875Q116.82188 24.290625 116.07188 24.290625Q114.55625 24.290625 113.66563 23.290625Q112.775 22.275 112.775 20.525L112.775 20.30625Q112.775 19.228125 113.16563 18.384375Q113.57188 17.540625 114.30625 17.0875Q115.05625 16.61875 116.07188 16.61875Q117.30625 16.61875 118.13438 17.36875Q118.9625 18.103125 119.00938 19.290625L117.82188 19.290625Q117.75938 18.571875 117.275 18.11875Q116.79063 17.65 116.07188 17.65Q115.10313 17.65 114.57188 18.353125Q114.04063 19.040625 114.04063 20.353125L114.04063 20.5875Q114.04063 21.86875 114.57188 22.571875Q115.10313 23.259375 116.07188 23.259375ZM119.775 20.384375Q119.775 19.290625 120.19688 18.43125Q120.63438 17.55625 121.38438 17.0875Q122.15 16.61875 123.13438 16.61875Q124.63438 16.61875 125.57188 17.665625Q126.50938 18.7125 126.50938 20.446875L126.50938 20.540625Q126.50938 21.61875 126.0875 22.478125Q125.68125 23.321875 124.9 23.80625Q124.13438 24.290625 123.15 24.290625Q121.63438 24.290625 120.69688 23.24375Q119.775 22.196875 119.775 20.478125L119.775 20.384375ZM121.04063 20.540625Q121.04063 21.759375 121.60313 22.509375Q122.18125 23.259375 123.15 23.259375Q124.10313 23.259375 124.66563 22.509375Q125.24375 21.74375 125.24375 20.384375Q125.24375 19.165625 124.66563 18.415625Q124.0875 17.65 123.13438 17.65Q122.19688 17.65 121.61875 18.4Q121.04063 19.15 121.04063 20.540625ZM129.29062 16.759375L129.3375 17.571875Q130.15 16.61875 131.525 16.61875Q133.07187 16.61875 133.63437 17.80625Q134.00937 17.275 134.60312 16.946875Q135.19687 16.61875 135.99374 16.61875Q138.43124 16.61875 138.47812 19.196875L138.47812 24.15L137.2125 24.15L137.2125 19.275Q137.2125 18.478125 136.8375 18.0875Q136.47812 17.696875 135.63437 17.696875Q134.91562 17.696875 134.44687 18.11875Q133.99374 18.525 133.91562 19.24375L133.91562 24.15L132.65 24.15L132.65 19.30625Q132.65 17.696875 131.07187 17.696875Q129.82187 17.696875 129.36874 18.74375L129.36874 24.15L128.10312 24.15L128.10312 16.759375L129.29062 16.759375ZM141.29062 16.759375L141.3375 17.571875Q142.15 16.61875 143.525 16.61875Q145.07187 16.61875 145.63437 17.80625Q146.00937 17.275 146.60312 16.946875Q147.19687 16.61875 147.99374 16.61875Q150.43124 16.61875 150.47812 19.196875L150.47812 24.15L149.2125 24.15L149.2125 19.275Q149.2125 18.478125 148.8375 18.0875Q148.47812 17.696875 147.63437 17.696875Q146.91562 17.696875 146.44687 18.11875Q145.99374 18.525 145.91562 19.24375L145.91562 24.15L144.65 24.15L144.65 19.30625Q144.65 17.696875 143.07187 17.696875Q141.82187 17.696875 141.36874 18.74375L141.36874 24.15L140.10312 24.15L140.10312 16.759375L141.29062 16.759375ZM156.68124 23.415625Q155.93124 24.290625 154.50937 24.290625Q153.32187 24.290625 152.69687 23.603125Q152.0875 22.915625 152.0875 21.571875L152.0875 16.759375L153.3375 16.759375L153.3375 21.525Q153.3375 23.2125 154.7125 23.2125Q156.16562 23.2125 156.63437 22.134375L156.63437 16.759375L157.9 16.759375L157.9 24.15L156.69687 24.15L156.68124 23.415625ZM161.30624 16.759375L161.3375 17.68125Q162.19687 16.61875 163.55624 16.61875Q165.9 16.61875 165.93124 19.259375L165.93124 24.15L164.66562 24.15L164.66562 19.259375Q164.65 18.4625 164.29062 18.0875Q163.93124 17.696875 163.18124 17.696875Q162.55624 17.696875 162.0875 18.025Q161.63437 18.353125 161.36874 18.884375L161.36874 24.15L160.10312 24.15L160.10312 16.759375L161.30624 16.759375ZM169.47812 24.15L168.2125 24.15L168.2125 16.759375L169.47812 16.759375L169.47812 24.15ZM168.11874 14.790625Q168.11874 14.478125 168.30624 14.275Q168.49374 14.05625 168.85312 14.05625Q169.22812 14.05625 169.41562 14.275Q169.61874 14.478125 169.61874 14.790625Q169.61874 15.103125 169.41562 15.30625Q169.22812 15.509375 168.85312 15.509375Q168.49374 15.509375 168.30624 15.30625Q168.11874 15.103125 168.11874 14.790625ZM172.82187 14.9625L172.82187 16.759375L174.19687 16.759375L174.19687 17.728125L172.82187 17.728125L172.82187 22.321875Q172.82187 22.759375 173.00937 22.99375Q173.19687 23.2125 173.63437 23.2125Q173.85312 23.2125 174.24374 23.11875L174.24374 24.15Q173.74374 24.290625 173.275 24.290625Q172.41562 24.290625 171.97812 23.775Q171.55624 23.259375 171.55624 22.321875L171.55624 17.728125L170.2125 17.728125L170.2125 16.759375L171.55624 16.759375L171.55624 14.9625L172.82187 14.9625ZM178.525 22.290625L180.24374 16.759375L181.60312 16.759375L178.63437 25.290625Q177.94687 27.134375 176.43124 27.134375L176.19687 27.11875L175.72812 27.025L175.72812 26.009375L176.07187 26.025Q176.7125 26.025 177.07187 25.759375Q177.43124 25.509375 177.66562 24.821875L177.94687 24.071875L175.30624 16.759375L176.68124 16.759375L178.525 22.290625ZM187.82187 14.9625L187.82187 16.759375L189.19687 16.759375L189.19687 17.728125L187.82187 17.728125L187.82187 22.321875Q187.82187 22.759375 188.00937 22.99375Q188.19687 23.2125 188.63437 23.2125Q188.85312 23.2125 189.24374 23.11875L189.24374 24.15Q188.74374 24.290625 188.275 24.290625Q187.41562 24.290625 186.97812 23.775Q186.55624 23.259375 186.55624 22.321875L186.55624 17.728125L185.2125 17.728125L185.2125 16.759375L186.55624 16.759375L186.55624 14.9625L187.82187 14.9625ZM190.775 20.384375Q190.775 19.290625 191.19687 18.43125Q191.63437 17.55625 192.38437 17.0875Q193.15 16.61875 194.13437 16.61875Q195.63437 16.61875 196.57187 17.665625Q197.50937 18.7125 197.50937 20.446875L197.50937 20.540625Q197.50937 21.61875 197.0875 22.478125Q196.68124 23.321875 195.9 23.80625Q195.13437 24.290625 194.15 24.290625Q192.63437 24.290625 191.69687 23.24375Q190.775 22.196875 190.775 20.478125L190.775 20.384375ZM192.04062 20.540625Q192.04062 21.759375 192.60312 22.509375Q193.18124 23.259375 194.15 23.259375Q195.10312 23.259375 195.66562 22.509375Q196.24374 21.74375 196.24374 20.384375Q196.24374 19.165625 195.66562 18.415625Q195.0875 17.65 194.13437 17.65Q193.19687 17.65 192.61874 18.4Q192.04062 19.15 192.04062 20.540625ZM208.36874 20.540625Q208.36874 22.228125 207.5875 23.259375Q206.80624 24.290625 205.49374 24.290625Q204.10312 24.290625 203.3375 23.290625L203.275 24.15L202.10312 24.15L202.10312 13.65L203.36874 13.65L203.36874 17.571875Q204.13437 16.61875 205.47812 16.61875Q206.8375 16.61875 207.60312 17.634375Q208.36874 18.65 208.36874 20.43125L208.36874 20.540625ZM207.10312 20.384375Q207.10312 19.103125 206.60312 18.4Q206.10312 17.696875 205.16562 17.696875Q203.91562 17.696875 203.36874 18.853125L203.36874 22.05625Q203.94687 23.2125 205.18124 23.2125Q206.0875 23.2125 206.5875 22.509375Q207.10312 21.80625 207.10312 20.384375ZM213.18124 24.290625Q211.66562 24.290625 210.72812 23.30625Q209.79062 22.30625 209.79062 20.65L209.79062 20.43125Q209.79062 19.321875 210.2125 18.4625Q210.63437 17.5875 211.38437 17.103125Q212.13437 16.61875 213.025 16.61875Q214.4625 16.61875 215.25937 17.571875Q216.05624 18.509375 216.05624 20.290625L216.05624 20.80625L211.05624 20.80625Q211.07187 21.9 211.68124 22.5875Q212.30624 23.259375 213.24374 23.259375Q213.91562 23.259375 214.36874 22.99375Q214.8375 22.7125 215.19687 22.259375L215.9625 22.853125Q215.04062 24.290625 213.18124 24.290625ZM213.025 17.65Q212.25937 17.65 211.72812 18.2125Q211.2125 18.775 211.0875 19.775L214.79062 19.775L214.79062 19.68125Q214.74374 18.7125 214.275 18.18125Q213.80624 17.65 213.025 17.65ZM221.47812 24.15L220.2125 24.15L220.2125 16.759375L221.47812 16.759375L221.47812 24.15ZM220.11874 14.790625Q220.11874 14.478125 220.30624 14.275Q220.49374 14.05625 220.85312 14.05625Q221.22812 14.05625 221.41562 14.275Q221.61874 14.478125 221.61874 14.790625Q221.61874 15.103125 221.41562 15.30625Q221.22812 15.509375 220.85312 15.509375Q220.49374 15.509375 220.30624 15.30625Q220.11874 15.103125 220.11874 14.790625ZM224.30624 16.759375L224.3375 17.68125Q225.19687 16.61875 226.55624 16.61875Q228.9 16.61875 228.93124 19.259375L228.93124 24.15L227.66562 24.15L227.66562 19.259375Q227.65 18.4625 227.29062 18.0875Q226.93124 17.696875 226.18124 17.696875Q225.55624 17.696875 225.0875 18.025Q224.63437 18.353125 224.36874 18.884375L224.36874 24.15L223.10312 24.15L223.10312 16.759375L224.30624 16.759375ZM234.07187 23.259375Q234.74374 23.259375 235.24374 22.853125Q235.75937 22.43125 235.82187 21.821875L237.00937 21.821875Q236.97812 22.446875 236.57187 23.025Q236.16562 23.603125 235.49374 23.946875Q234.82187 24.290625 234.07187 24.290625Q232.55624 24.290625 231.66562 23.290625Q230.775 22.275 230.775 20.525L230.775 20.30625Q230.775 19.228125 231.16562 18.384375Q231.57187 17.540625 232.30624 17.0875Q233.05624 16.61875 234.07187 16.61875Q235.30624 16.61875 236.13437 17.36875Q236.9625 18.103125 237.00937 19.290625L235.82187 19.290625Q235.75937 18.571875 235.275 18.11875Q234.79062 17.65 234.07187 17.65Q233.10312 17.65 232.57187 18.353125Q232.04062 19.040625 232.04062 20.353125L232.04062 20.5875Q232.04062 21.86875 232.57187 22.571875Q233.10312 23.259375 234.07187 23.259375ZM239.47812 24.15L238.2125 24.15L238.2125 13.65L239.47812 13.65L239.47812 24.15ZM245.68124 23.415625Q244.93124 24.290625 243.50937 24.290625Q242.32187 24.290625 241.69687 23.603125Q241.0875 22.915625 241.0875 21.571875L241.0875 16.759375L242.3375 16.759375L242.3375 21.525Q242.3375 23.2125 243.7125 23.2125Q245.16562 23.2125 245.63437 22.134375L245.63437 16.759375L246.9 16.759375L246.9 24.15L245.69687 24.15L245.68124 23.415625ZM253.41562 22.18125Q253.41562 21.68125 253.025 21.4Q252.63437 21.103125 251.68124 20.9Q250.72812 20.696875 250.15 20.415625Q249.5875 20.11875 249.32187 19.728125Q249.05624 19.3375 249.05624 18.790625Q249.05624 17.86875 249.82187 17.24375Q250.5875 16.61875 251.79062 16.61875Q253.04062 16.61875 253.82187 17.275Q254.60312 17.915625 254.60312 18.93125L253.3375 18.93125Q253.3375 18.4 252.9 18.025Q252.4625 17.65 251.79062 17.65Q251.10312 17.65 250.7125 17.9625Q250.32187 18.259375 250.32187 18.74375Q250.32187 19.196875 250.68124 19.43125Q251.04062 19.665625 251.97812 19.884375Q252.93124 20.0875 253.525 20.384375Q254.11874 20.68125 254.4 21.103125Q254.68124 21.509375 254.68124 22.103125Q254.68124 23.0875 253.88437 23.696875Q253.0875 24.290625 251.82187 24.290625Q250.94687 24.290625 250.25937 23.978125Q249.57187 23.65 249.18124 23.0875Q248.80624 22.525 248.80624 21.86875L250.07187 21.86875Q250.10312 22.509375 250.57187 22.884375Q251.05624 23.259375 251.82187 23.259375Q252.54062 23.259375 252.97812 22.9625Q253.41562 22.665625 253.41562 22.18125ZM257.47812 24.15L256.2125 24.15L256.2125 16.759375L257.47812 16.759375L257.47812 24.15ZM256.11874 14.790625Q256.11874 14.478125 256.30624 14.275Q256.49374 14.05625 256.85312 14.05625Q257.22812 14.05625 257.41562 14.275Q257.61874 14.478125 257.61874 14.790625Q257.61874 15.103125 257.41562 15.30625Q257.22812 15.509375 256.85312 15.509375Q256.49374 15.509375 256.30624 15.30625Q256.11874 15.103125 256.11874 14.790625ZM261.54062 22.43125L263.38437 16.759375L264.66562 16.759375L262.025 24.15L261.05624 24.15L258.36874 16.759375L259.66562 16.759375L261.54062 22.43125ZM269.18124 24.290625Q267.66562 24.290625 266.72812 23.30625Q265.79062 22.30625 265.79062 20.65L265.79062 20.43125Q265.79062 19.321875 266.2125 18.4625Q266.63437 17.5875 267.38437 17.103125Q268.13437 16.61875 269.025 16.61875Q270.4625 16.61875 271.25937 17.571875Q272.05624 18.509375 272.05624 20.290625L272.05624 20.80625L267.05624 20.80625Q267.07187 21.9 267.68124 22.5875Q268.30624 23.259375 269.24374 23.259375Q269.91562 23.259375 270.36874 22.99375Q270.8375 22.7125 271.19687 22.259375L271.9625 22.853125Q271.04062 24.290625 269.18124 24.290625ZM269.025 17.65Q268.25937 17.65 267.72812 18.2125Q267.2125 18.775 267.0875 19.775L270.79062 19.775L270.79062 19.68125Q270.74374 18.7125 270.275 18.18125Q269.80624 17.65 269.025 17.65ZM273.13437 17.49375Q273.13437 17.165625 273.32187 16.946875Q273.525 16.728125 273.91562 16.728125Q274.30624 16.728125 274.50937 16.946875Q274.7125 17.165625 274.7125 17.49375Q274.7125 17.80625 274.50937 18.025Q274.30624 18.228125 273.91562 18.228125Q273.525 18.228125 273.32187 18.025Q273.13437 17.80625 273.13437 17.49375ZM273.07187 26.134375L272.35312 25.634375Q272.99374 24.74375 273.025 23.790625L273.025 22.65L274.25937 22.65L274.25937 23.65Q274.25937 24.3375 273.91562 25.025Q273.57187 25.7125 273.07187 26.134375ZM285.65 22.4L287.07187 16.759375L288.3375 16.759375L286.19687 24.15L285.16562 24.15L283.36874 18.540625L281.61874 24.15L280.5875 24.15L278.44687 16.759375L279.69687 16.759375L281.16562 22.290625L282.88437 16.759375L283.9 16.759375L285.65 22.4ZM293.18124 24.290625Q291.66562 24.290625 290.72812 23.30625Q289.79062 22.30625 289.79062 20.65L289.79062 20.43125Q289.79062 19.321875 290.2125 18.4625Q290.63437 17.5875 291.38437 17.103125Q292.13437 16.61875 293.025 16.61875Q294.4625 16.61875 295.25937 17.571875Q296.05624 18.509375 296.05624 20.290625L296.05624 20.80625L291.05624 20.80625Q291.07187 21.9 291.68124 22.5875Q292.30624 23.259375 293.24374 23.259375Q293.91562 23.259375 294.36874 22.99375Q294.8375 22.7125 295.19687 22.259375L295.9625 22.853125Q295.04062 24.290625 293.18124 24.290625ZM293.025 17.65Q292.25937 17.65 291.72812 18.2125Q291.2125 18.775 291.0875 19.775L294.79062 19.775L294.79062 19.68125Q294.74374 18.7125 294.275 18.18125Q293.80624 17.65 293.025 17.65ZM306.65 22.4L308.07187 16.759375L309.3375 16.759375L307.19687 24.15L306.16562 24.15L304.36874 18.540625L302.61874 24.15L301.5875 24.15L299.44687 16.759375L300.69687 16.759375L302.16562 22.290625L303.88437 16.759375L304.9 16.759375L306.65 22.4ZM315.68124 24.15Q315.57187 23.93125 315.49374 23.36875Q314.61874 24.290625 313.38437 24.290625Q312.29062 24.290625 311.5875 23.68125Q310.9 23.05625 310.9 22.103125Q310.9 20.946875 311.775 20.30625Q312.65 19.665625 314.24374 19.665625L315.47812 19.665625L315.47812 19.0875Q315.47812 18.415625 315.07187 18.025Q314.68124 17.634375 313.91562 17.634375Q313.22812 17.634375 312.775 17.978125Q312.32187 18.321875 312.32187 18.80625L311.04062 18.80625Q311.04062 18.24375 311.43124 17.728125Q311.8375 17.2125 312.50937 16.915625Q313.18124 16.61875 313.97812 16.61875Q315.25937 16.61875 315.97812 17.259375Q316.7125 17.9 316.74374 19.009375L316.74374 22.415625Q316.74374 23.43125 316.99374 24.040625L316.99374 24.15L315.68124 24.15ZM313.57187 23.18125Q314.16562 23.18125 314.69687 22.884375Q315.24374 22.571875 315.47812 22.071875L315.47812 20.55625L314.47812 20.55625Q312.16562 20.55625 312.16562 21.915625Q312.16562 22.509375 312.55624 22.853125Q312.94687 23.18125 313.57187 23.18125ZM320.30624 16.759375L320.3375 17.68125Q321.19687 16.61875 322.55624 16.61875Q324.9 16.61875 324.93124 19.259375L324.93124 24.15L323.66562 24.15L323.66562 19.259375Q323.65 18.4625 323.29062 18.0875Q322.93124 17.696875 322.18124 17.696875Q321.55624 17.696875 321.0875 18.025Q320.63437 18.353125 320.36874 18.884375L320.36874 24.15L319.10312 24.15L319.10312 16.759375L320.30624 16.759375ZM328.82187 14.9625L328.82187 16.759375L330.19687 16.759375L330.19687 17.728125L328.82187 17.728125L328.82187 22.321875Q328.82187 22.759375 329.00937 22.99375Q329.19687 23.2125 329.63437 23.2125Q329.85312 23.2125 330.24374 23.11875L330.24374 24.15Q329.74374 24.290625 329.275 24.290625Q328.41562 24.290625 327.97812 23.775Q327.55624 23.259375 327.55624 22.321875L327.55624 17.728125L326.2125 17.728125L326.2125 16.759375L327.55624 16.759375L327.55624 14.9625L328.82187 14.9625ZM336.82187 14.9625L336.82187 16.759375L338.19687 16.759375L338.19687 17.728125L336.82187 17.728125L336.82187 22.321875Q336.82187 22.759375 337.00937 22.99375Q337.19687 23.2125 337.63437 23.2125Q337.85312 23.2125 338.24374 23.11875L338.24374 24.15Q337.74374 24.290625 337.275 24.290625Q336.41562 24.290625 335.97812 23.775Q335.55624 23.259375 335.55624 22.321875L335.55624 17.728125L334.2125 17.728125L334.2125 16.759375L335.55624 16.759375L335.55624 14.9625L336.82187 14.9625ZM339.775 20.384375Q339.775 19.290625 340.19687 18.43125Q340.63437 17.55625 341.38437 17.0875Q342.15 16.61875 343.13437 16.61875Q344.63437 16.61875 345.57187 17.665625Q346.50937 18.7125 346.50937 20.446875L346.50937 20.540625Q346.50937 21.61875 346.0875 22.478125Q345.68124 23.321875 344.9 23.80625Q344.13437 24.290625 343.15 24.290625Q341.63437 24.290625 340.69687 23.24375Q339.775 22.196875 339.775 20.478125L339.775 20.384375ZM341.04062 20.540625Q341.04062 21.759375 341.60312 22.509375Q342.18124 23.259375 343.15 23.259375Q344.10312 23.259375 344.66562 22.509375Q345.24374 21.74375 345.24374 20.384375Q345.24374 19.165625 344.66562 18.415625Q344.0875 17.65 343.13437 17.65Q342.19687 17.65 341.61874 18.4Q341.04062 19.15 341.04062 20.540625ZM355.41562 22.18125Q355.41562 21.68125 355.025 21.4Q354.63437 21.103125 353.68124 20.9Q352.72812 20.696875 352.15 20.415625Q351.5875 20.11875 351.32187 19.728125Q351.05624 19.3375 351.05624 18.790625Q351.05624 17.86875 351.82187 17.24375Q352.5875 16.61875 353.79062 16.61875Q355.04062 16.61875 355.82187 17.275Q356.60312 17.915625 356.60312 18.93125L355.3375 18.93125Q355.3375 18.4 354.9 18.025Q354.4625 17.65 353.79062 17.65Q353.10312 17.65 352.7125 17.9625Q352.32187 18.259375 352.32187 18.74375Q352.32187 19.196875 352.68124 19.43125Q353.04062 19.665625 353.97812 19.884375Q354.93124 20.0875 355.525 20.384375Q356.11874 20.68125 356.4 21.103125Q356.68124 21.509375 356.68124 22.103125Q356.68124 23.0875 355.88437 23.696875Q355.0875 24.290625 353.82187 24.290625Q352.94687 24.290625 352.25937 23.978125Q351.57187 23.65 351.18124 23.0875Q350.80624 22.525 350.80624 21.86875L352.07187 21.86875Q352.10312 22.509375 352.57187 22.884375Q353.05624 23.259375 353.82187 23.259375Q354.54062 23.259375 354.97812 22.9625Q355.41562 22.665625 355.41562 22.18125ZM361.18124 24.290625Q359.66562 24.290625 358.72812 23.30625Q357.79062 22.30625 357.79062 20.65L357.79062 20.43125Q357.79062 19.321875 358.2125 18.4625Q358.63437 17.5875 359.38437 17.103125Q360.13437 16.61875 361.025 16.61875Q362.4625 16.61875 363.25937 17.571875Q364.05624 18.509375 364.05624 20.290625L364.05624 20.80625L359.05624 20.80625Q359.07187 21.9 359.68124 22.5875Q360.30624 23.259375 361.24374 23.259375Q361.91562 23.259375 362.36874 22.99375Q362.8375 22.7125 363.19687 22.259375L363.9625 22.853125Q363.04062 24.290625 361.18124 24.290625ZM361.025 17.65Q360.25937 17.65 359.72812 18.2125Q359.2125 18.775 359.0875 19.775L362.79062 19.775L362.79062 19.68125Q362.74374 18.7125 362.275 18.18125Q361.80624 17.65 361.025 17.65ZM368.18124 24.290625Q366.66562 24.290625 365.72812 23.30625Q364.79062 22.30625 364.79062 20.65L364.79062 20.43125Q364.79062 19.321875 365.2125 18.4625Q365.63437 17.5875 366.38437 17.103125Q367.13437 16.61875 368.025 16.61875Q369.4625 16.61875 370.25937 17.571875Q371.05624 18.509375 371.05624 20.290625L371.05624 20.80625L366.05624 20.80625Q366.07187 21.9 366.68124 22.5875Q367.30624 23.259375 368.24374 23.259375Q368.91562 23.259375 369.36874 22.99375Q369.8375 22.7125 370.19687 22.259375L370.9625 22.853125Q370.04062 24.290625 368.18124 24.290625ZM368.025 17.65Q367.25937 17.65 366.72812 18.2125Q366.2125 18.775 366.0875 19.775L369.79062 19.775L369.79062 19.68125Q369.74374 18.7125 369.275 18.18125Q368.80624 17.65 368.025 17.65ZM376.36874 17.65Q377.2125 16.61875 378.55624 16.61875Q380.9 16.61875 380.93124 19.259375L380.93124 24.15L379.66562 24.15L379.66562 19.259375Q379.65 18.4625 379.29062 18.0875Q378.93124 17.696875 378.18124 17.696875Q377.55624 17.696875 377.0875 18.025Q376.63437 18.353125 376.36874 18.884375L376.36874 24.15L375.10312 24.15L375.10312 13.65L376.36874 13.65L376.36874 17.65ZM382.775 20.384375Q382.775 19.290625 383.19687 18.43125Q383.63437 17.55625 384.38437 17.0875Q385.15 16.61875 386.13437 16.61875Q387.63437 16.61875 388.57187 17.665625Q389.50937 18.7125 389.50937 20.446875L389.50937 20.540625Q389.50937 21.61875 389.0875 22.478125Q388.68124 23.321875 387.9 23.80625Q387.13437 24.290625 386.15 24.290625Q384.63437 24.290625 383.69687 23.24375Q382.775 22.196875 382.775 20.478125L382.775 20.384375ZM384.04062 20.540625Q384.04062 21.759375 384.60312 22.509375Q385.18124 23.259375 386.15 23.259375Q387.10312 23.259375 387.66562 22.509375Q388.24374 21.74375 388.24374 20.384375Q388.24374 19.165625 387.66562 18.415625Q387.0875 17.65 386.13437 17.65Q385.19687 17.65 384.61874 18.4Q384.04062 19.15 384.04062 20.540625ZM397.65 22.4L399.07187 16.759375L400.3375 16.759375L398.19687 24.15L397.16562 24.15L395.36874 18.540625L393.61874 24.15L392.5875 24.15L390.44687 16.759375L391.69687 16.759375L393.16562 22.290625L394.88437 16.759375L395.9 16.759375L397.65 22.4ZM411.65 22.4L413.07187 16.759375L414.3375 16.759375L412.19687 24.15L411.16562 24.15L409.36874 18.540625L407.61874 24.15L406.5875 24.15L404.44687 16.759375L405.69687 16.759375L407.16562 22.290625L408.88437 16.759375L409.9 16.759375L411.65 22.4ZM419.18124 24.290625Q417.66562 24.290625 416.72812 23.30625Q415.79062 22.30625 415.79062 20.65L415.79062 20.43125Q415.79062 19.321875 416.2125 18.4625Q416.63437 17.5875 417.38437 17.103125Q418.13437 16.61875 419.025 16.61875Q420.4625 16.61875 421.25937 17.571875Q422.05624 18.509375 422.05624 20.290625L422.05624 20.80625L417.05624 20.80625Q417.07187 21.9 417.68124 22.5875Q418.30624 23.259375 419.24374 23.259375Q419.91562 23.259375 420.36874 22.99375Q420.8375 22.7125 421.19687 22.259375L421.9625 22.853125Q421.04062 24.290625 419.18124 24.290625ZM419.025 17.65Q418.25937 17.65 417.72812 18.2125Q417.2125 18.775 417.0875 19.775L420.79062 19.775L420.79062 19.68125Q420.74374 18.7125 420.275 18.18125Q419.80624 17.65 419.025 17.65ZM423.88437 14.415625L423.74374 16.93125L422.85312 16.93125L422.86874 13.65L423.88437 13.65L423.88437 14.415625ZM428.68124 17.884375Q428.4 17.8375 428.05624 17.8375Q426.82187 17.8375 426.36874 18.9L426.36874 24.15L425.10312 24.15L425.10312 16.759375L426.3375 16.759375L426.35312 17.603125Q426.97812 16.61875 428.11874 16.61875Q428.49374 16.61875 428.68124 16.7125L428.68124 17.884375ZM433.18124 24.290625Q431.66562 24.290625 430.72812 23.30625Q429.79062 22.30625 429.79062 20.65L429.79062 20.43125Q429.79062 19.321875 430.2125 18.4625Q430.63437 17.5875 431.38437 17.103125Q432.13437 16.61875 433.025 16.61875Q434.4625 16.61875 435.25937 17.571875Q436.05624 18.509375 436.05624 20.290625L436.05624 20.80625L431.05624 20.80625Q431.07187 21.9 431.68124 22.5875Q432.30624 23.259375 433.24374 23.259375Q433.91562 23.259375 434.36874 22.99375Q434.8375 22.7125 435.19687 22.259375L435.9625 22.853125Q435.04062 24.290625 433.18124 24.290625ZM433.025 17.65Q432.25937 17.65 431.72812 18.2125Q431.2125 18.775 431.0875 19.775L434.79062 19.775L434.79062 19.68125Q434.74374 18.7125 434.275 18.18125Q433.80624 17.65 433.025 17.65ZM439.80624 20.384375Q439.80624 18.68125 440.60312 17.65Q441.41562 16.61875 442.7125 16.61875Q444.025 16.61875 444.775 17.509375L444.775 13.65L446.04062 13.65L446.04062 24.15L444.88437 24.15L444.82187 23.353125Q444.05624 24.290625 442.7125 24.290625Q441.41562 24.290625 440.60312 23.24375Q439.80624 22.18125 439.80624 20.478125L439.80624 20.384375ZM441.07187 20.540625Q441.07187 21.790625 441.5875 22.509375Q442.10312 23.2125 443.025 23.2125Q444.22812 23.2125 444.775 22.134375L444.775 18.728125Q444.2125 17.696875 443.04062 17.696875Q442.10312 17.696875 441.5875 18.415625Q441.07187 19.11875 441.07187 20.540625ZM447.775 20.384375Q447.775 19.290625 448.19687 18.43125Q448.63437 17.55625 449.38437 17.0875Q450.15 16.61875 451.13437 16.61875Q452.63437 16.61875 453.57187 17.665625Q454.50937 18.7125 454.50937 20.446875L454.50937 20.540625Q454.50937 21.61875 454.0875 22.478125Q453.68124 23.321875 452.9 23.80625Q452.13437 24.290625 451.15 24.290625Q449.63437 24.290625 448.69687 23.24375Q447.775 22.196875 447.775 20.478125L447.775 20.384375ZM449.04062 20.540625Q449.04062 21.759375 449.60312 22.509375Q450.18124 23.259375 451.15 23.259375Q452.10312 23.259375 452.66562 22.509375Q453.24374 21.74375 453.24374 20.384375Q453.24374 19.165625 452.66562 18.415625Q452.0875 17.65 451.13437 17.65Q450.19687 17.65 449.61874 18.4Q449.04062 19.15 449.04062 20.540625ZM457.47812 24.15L456.2125 24.15L456.2125 16.759375L457.47812 16.759375L457.47812 24.15ZM456.11874 14.790625Q456.11874 14.478125 456.30624 14.275Q456.49374 14.05625 456.85312 14.05625Q457.22812 14.05625 457.41562 14.275Q457.61874 14.478125 457.61874 14.790625Q457.61874 15.103125 457.41562 15.30625Q457.22812 15.509375 456.85312 15.509375Q456.49374 15.509375 456.30624 15.30625Q456.11874 15.103125 456.11874 14.790625ZM460.30624 16.759375L460.3375 17.68125Q461.19687 16.61875 462.55624 16.61875Q464.9 16.61875 464.93124 19.259375L464.93124 24.15L463.66562 24.15L463.66562 19.259375Q463.65 18.4625 463.29062 18.0875Q462.93124 17.696875 462.18124 17.696875Q461.55624 17.696875 461.0875 18.025Q460.63437 18.353125 460.36874 18.884375L460.36874 24.15L459.10312 24.15L459.10312 16.759375L460.30624 16.759375ZM466.80624 20.384375Q466.80624 18.665625 467.60312 17.65Q468.4 16.61875 469.72812 16.61875Q471.07187 16.61875 471.8375 17.571875L471.9 16.759375L473.05624 16.759375L473.05624 23.978125Q473.05624 25.415625 472.19687 26.228125Q471.35312 27.05625 469.91562 27.05625Q469.11874 27.05625 468.35312 26.7125Q467.5875 26.384375 467.18124 25.790625L467.8375 25.025Q468.65 26.025 469.82187 26.025Q470.74374 26.025 471.25937 25.509375Q471.79062 24.99375 471.79062 24.040625L471.79062 23.415625Q471.025 24.290625 469.7125 24.290625Q468.41562 24.290625 467.60312 23.24375Q466.80624 22.196875 466.80624 20.384375ZM468.07187 20.540625Q468.07187 21.790625 468.5875 22.509375Q469.10312 23.2125 470.025 23.2125Q471.22812 23.2125 471.79062 22.11875L471.79062 18.74375Q471.19687 17.696875 470.04062 17.696875Q469.11874 17.696875 468.5875 18.415625Q468.07187 19.11875 468.07187 20.540625ZM482.68124 24.15Q482.57187 23.93125 482.49374 23.36875Q481.61874 24.290625 480.38437 24.290625Q479.29062 24.290625 478.5875 23.68125Q477.9 23.05625 477.9 22.103125Q477.9 20.946875 478.775 20.30625Q479.65 19.665625 481.24374 19.665625L482.47812 19.665625L482.47812 19.0875Q482.47812 18.415625 482.07187 18.025Q481.68124 17.634375 480.91562 17.634375Q480.22812 17.634375 479.775 17.978125Q479.32187 18.321875 479.32187 18.80625L478.04062 18.80625Q478.04062 18.24375 478.43124 17.728125Q478.8375 17.2125 479.50937 16.915625Q480.18124 16.61875 480.97812 16.61875Q482.25937 16.61875 482.97812 17.259375Q483.7125 17.9 483.74374 19.009375L483.74374 22.415625Q483.74374 23.43125 483.99374 24.040625L483.99374 24.15L482.68124 24.15ZM480.57187 23.18125Q481.16562 23.18125 481.69687 22.884375Q482.24374 22.571875 482.47812 22.071875L482.47812 20.55625L481.47812 20.55625Q479.16562 20.55625 479.16562 21.915625Q479.16562 22.509375 479.55624 22.853125Q479.94687 23.18125 480.57187 23.18125ZM487.30624 16.759375L487.3375 17.68125Q488.19687 16.61875 489.55624 16.61875Q491.9 16.61875 491.93124 19.259375L491.93124 24.15L490.66562 24.15L490.66562 19.259375Q490.65 18.4625 490.29062 18.0875Q489.93124 17.696875 489.18124 17.696875Q488.55624 17.696875 488.0875 18.025Q487.63437 18.353125 487.36874 18.884375L487.36874 24.15L486.10312 24.15L486.10312 16.759375L487.30624 16.759375ZM493.80624 20.384375Q493.80624 18.68125 494.60312 17.65Q495.41562 16.61875 496.7125 16.61875Q498.025 16.61875 498.775 17.509375L498.775 13.65L500.04062 13.65L500.04062 24.15L498.88437 24.15L498.82187 23.353125Q498.05624 24.290625 496.7125 24.290625Q495.41562 24.290625 494.60312 23.24375Q493.80624 22.18125 493.80624 20.478125L493.80624 20.384375ZM495.07187 20.540625Q495.07187 21.790625 495.5875 22.509375Q496.10312 23.2125 497.025 23.2125Q498.22812 23.2125 498.775 22.134375L498.775 18.728125Q498.2125 17.696875 497.04062 17.696875Q496.10312 17.696875 495.5875 18.415625Q495.07187 19.11875 495.07187 20.540625ZM506.36874 17.65Q507.2125 16.61875 508.55624 16.61875Q510.9 16.61875 510.93124 19.259375L510.93124 24.15L509.66562 24.15L509.66562 19.259375Q509.65 18.4625 509.29062 18.0875Q508.93124 17.696875 508.18124 17.696875Q507.55624 17.696875 507.0875 18.025Q506.63437 18.353125 506.36874 18.884375L506.36874 24.15L505.10312 24.15L505.10312 13.65L506.36874 13.65L506.36874 17.65ZM512.775 20.384375Q512.775 19.290625 513.1969 18.43125Q513.6344 17.55625 514.3844 17.0875Q515.15 16.61875 516.1344 16.61875Q517.6344 16.61875 518.5719 17.665625Q519.5094 18.7125 519.5094 20.446875L519.5094 20.540625Q519.5094 21.61875 519.0875 22.478125Q518.6813 23.321875 517.9 23.80625Q517.1344 24.290625 516.15 24.290625Q514.6344 24.290625 513.6969 23.24375Q512.775 22.196875 512.775 20.478125L512.775 20.384375ZM514.04065 20.540625Q514.04065 21.759375 514.60315 22.509375Q515.1813 23.259375 516.15 23.259375Q517.10315 23.259375 517.66565 22.509375Q518.2438 21.74375 518.2438 20.384375Q518.2438 19.165625 517.66565 18.415625Q517.0875 17.65 516.1344 17.65Q515.1969 17.65 514.6188 18.4Q514.04065 19.15 514.04065 20.540625ZM527.65 22.4L529.0719 16.759375L530.3375 16.759375L528.1969 24.15L527.16565 24.15L525.3688 18.540625L523.6188 24.15L522.5875 24.15L520.4469 16.759375L521.6969 16.759375L523.16565 22.290625L524.8844 16.759375L525.9 16.759375L527.65 22.4ZM536.8219 14.9625L536.8219 16.759375L538.1969 16.759375L538.1969 17.728125L536.8219 17.728125L536.8219 22.321875Q536.8219 22.759375 537.0094 22.99375Q537.1969 23.2125 537.6344 23.2125Q537.85315 23.2125 538.2438 23.11875L538.2438 24.15Q537.7438 24.290625 537.275 24.290625Q536.41565 24.290625 535.97815 23.775Q535.5563 23.259375 535.5563 22.321875L535.5563 17.728125L534.2125 17.728125L534.2125 16.759375L535.5563 16.759375L535.5563 14.9625L536.8219 14.9625ZM539.775 20.384375Q539.775 19.290625 540.1969 18.43125Q540.6344 17.55625 541.3844 17.0875Q542.15 16.61875 543.1344 16.61875Q544.6344 16.61875 545.5719 17.665625Q546.5094 18.7125 546.5094 20.446875L546.5094 20.540625Q546.5094 21.61875 546.0875 22.478125Q545.6813 23.321875 544.9 23.80625Q544.1344 24.290625 543.15 24.290625Q541.6344 24.290625 540.6969 23.24375Q539.775 22.196875 539.775 20.478125L539.775 20.384375ZM541.04065 20.540625Q541.04065 21.759375 541.60315 22.509375Q542.1813 23.259375 543.15 23.259375Q544.10315 23.259375 544.66565 22.509375Q545.2438 21.74375 545.2438 20.384375Q545.2438 19.165625 544.66565 18.415625Q544.0875 17.65 543.1344 17.65Q542.1969 17.65 541.6188 18.4Q541.04065 19.15 541.04065 20.540625Z" fill-rule="nonzero"/><path fill="#666666" d="M13.478125 41.15L12.2125 41.15L12.2125 33.759377L13.478125 33.759377L13.478125 41.15ZM12.11875 31.790627Q12.11875 31.478127 12.30625 31.275002Q12.49375 31.056252 12.853125 31.056252Q13.228125 31.056252 13.415625 31.275002Q13.61875 31.478127 13.61875 31.790627Q13.61875 32.103127 13.415625 32.30625Q13.228125 32.509377 12.853125 32.509377Q12.49375 32.509377 12.30625 32.30625Q12.11875 32.103127 12.11875 31.790627ZM16.290625 33.759377L16.3375 34.571877Q17.15 33.61875 18.525 33.61875Q20.071875 33.61875 20.634375 34.80625Q21.009375 34.275 21.603125 33.946877Q22.196875 33.61875 22.99375 33.61875Q25.43125 33.61875 25.478125 36.196877L25.478125 41.15L24.2125 41.15L24.2125 36.275Q24.2125 35.478127 23.8375 35.0875Q23.478125 34.696877 22.634375 34.696877Q21.915625 34.696877 21.446875 35.11875Q20.99375 35.525 20.915625 36.24375L20.915625 41.15L19.65 41.15L19.65 36.30625Q19.65 34.696877 18.071875 34.696877Q16.821875 34.696877 16.36875 35.74375L16.36875 41.15L15.103125 41.15L15.103125 33.759377L16.290625 33.759377ZM33.353127 37.540627Q33.353127 39.228127 32.571877 40.259377Q31.80625 41.290627 30.49375 41.290627Q29.15 41.290627 28.36875 40.43125L28.36875 43.99375L27.103125 43.99375L27.103125 33.759377L28.259375 33.759377L28.321875 34.571877Q29.103125 33.61875 30.478125 33.61875Q31.80625 33.61875 32.571877 34.61875Q33.353127 35.61875 33.353127 37.415627L33.353127 37.540627ZM32.0875 37.384377Q32.0875 36.134377 31.55625 35.415627Q31.025 34.696877 30.0875 34.696877Q28.946875 34.696877 28.36875 35.7125L28.36875 39.24375Q28.946875 40.259377 30.103125 40.259377Q31.025 40.259377 31.55625 39.540627Q32.0875 38.80625 32.0875 37.384377ZM38.68125 34.884377Q38.4 34.8375 38.05625 34.8375Q36.821877 34.8375 36.36875 35.9L36.36875 41.15L35.103127 41.15L35.103127 33.759377L36.3375 33.759377L36.353127 34.603127Q36.978127 33.61875 38.11875 33.61875Q38.49375 33.61875 38.68125 33.7125L38.68125 34.884377ZM39.775 37.384377Q39.775 36.290627 40.196877 35.43125Q40.634377 34.55625 41.384377 34.0875Q42.15 33.61875 43.134377 33.61875Q44.634377 33.61875 45.571877 34.665627Q46.509377 35.7125 46.509377 37.446877L46.509377 37.540627Q46.509377 38.61875 46.0875 39.478127Q45.68125 40.321877 44.9 40.80625Q44.134377 41.290627 43.15 41.290627Q41.634377 41.290627 40.696877 40.24375Q39.775 39.196877 39.775 37.478127L39.775 37.384377ZM41.040627 37.540627Q41.040627 38.759377 41.603127 39.509377Q42.18125 40.259377 43.15 40.259377Q44.103127 40.259377 44.665627 39.509377Q45.24375 38.74375 45.24375 37.384377Q45.24375 36.165627 44.665627 35.415627Q44.0875 34.65 43.134377 34.65Q42.196877 34.65 41.61875 35.4Q41.040627 36.15 41.040627 37.540627ZM50.540627 39.43125L52.384377 33.759377L53.665627 33.759377L51.025 41.15L50.05625 41.15L47.36875 33.759377L48.665627 33.759377L50.540627 39.43125ZM58.18125 41.290627Q56.665627 41.290627 55.728127 40.30625Q54.790627 39.30625 54.790627 37.65L54.790627 37.43125Q54.790627 36.321877 55.2125 35.4625Q55.634377 34.5875 56.384377 34.103127Q57.134377 33.61875 58.025 33.61875Q59.4625 33.61875 60.259377 34.571877Q61.05625 35.509377 61.05625 37.290627L61.05625 37.80625L56.05625 37.80625Q56.071877 38.9 56.68125 39.5875Q57.30625 40.259377 58.24375 40.259377Q58.915627 40.259377 59.36875 39.99375Q59.8375 39.7125 60.196877 39.259377L60.9625 39.853127Q60.040627 41.290627 58.18125 41.290627ZM58.025 34.65Q57.259377 34.65 56.728127 35.2125Q56.2125 35.775 56.0875 36.775L59.790627 36.775L59.790627 36.68125Q59.74375 35.7125 59.275 35.18125Q58.80625 34.65 58.025 34.65ZM62.134377 40.49375Q62.134377 40.165627 62.321877 39.946877Q62.525 39.728127 62.915627 39.728127Q63.30625 39.728127 63.509377 39.946877Q63.7125 40.165627 63.7125 40.49375Q63.7125 40.80625 63.509377 41.025Q63.30625 41.228127 62.915627 41.228127Q62.525 41.228127 62.321877 41.025Q62.134377 40.80625 62.134377 40.49375ZM70.7125 41.15L69.4 41.15L69.4 31.196877L70.7125 31.196877L70.7125 41.15ZM73.72813 41.15L73.72813 34.728127L72.55625 34.728127L72.55625 33.759377L73.72813 33.759377L73.72813 32.99375Q73.72813 31.806252 74.35313 31.165627Q74.99375 30.509377 76.16563 30.509377Q76.60313 30.509377 77.025 30.618752L76.9625 31.650002Q76.63438 31.587502 76.275 31.587502Q75.66563 31.587502 75.32188 31.946877Q74.99375 32.30625 74.99375 32.978127L74.99375 33.759377L76.57188 33.759377L76.57188 34.728127L74.99375 34.728127L74.99375 41.15L73.72813 41.15ZM83.525 39.290627L85.24375 33.759377L86.60313 33.759377L83.63438 42.290627Q82.94688 44.134377 81.43125 44.134377L81.19688 44.11875L80.72813 44.025L80.72813 43.009377L81.07188 43.025Q81.7125 43.025 82.07188 42.759377Q82.43125 42.509377 82.66563 41.821877L82.94688 41.071877L80.30625 33.759377L81.68125 33.759377L83.525 39.290627ZM87.775 37.384377Q87.775 36.290627 88.19688 35.43125Q88.63438 34.55625 89.38438 34.0875Q90.15 33.61875 91.13438 33.61875Q92.63438 33.61875 93.57188 34.665627Q94.50938 35.7125 94.50938 37.446877L94.50938 37.540627Q94.50938 38.61875 94.0875 39.478127Q93.68125 40.321877 92.9 40.80625Q92.13438 41.290627 91.15 41.290627Q89.63438 41.290627 88.69688 40.24375Q87.775 39.196877 87.775 37.478127L87.775 37.384377ZM89.04063 37.540627Q89.04063 38.759377 89.60313 39.509377Q90.18125 40.259377 91.15 40.259377Q92.10313 40.259377 92.66563 39.509377Q93.24375 38.74375 93.24375 37.384377Q93.24375 36.165627 92.66563 35.415627Q92.0875 34.65 91.13438 34.65Q90.19688 34.65 89.61875 35.4Q89.04063 36.15 89.04063 37.540627ZM100.68125 40.415627Q99.93125 41.290627 98.50938 41.290627Q97.32188 41.290627 96.69688 40.603127Q96.0875 39.915627 96.0875 38.571877L96.0875 33.759377L97.3375 33.759377L97.3375 38.525Q97.3375 40.2125 98.7125 40.2125Q100.16563 40.2125 100.63438 39.134377L100.63438 33.759377L101.9 33.759377L101.9 41.15L100.69688 41.15L100.68125 40.415627ZM113.65 39.4L115.07188 33.759377L116.3375 33.759377L114.19688 41.15L113.16563 41.15L111.36875 35.540627L109.61875 41.15L108.5875 41.15L106.44688 33.759377L107.69688 33.759377L109.16563 39.290627L110.88438 33.759377L111.9 33.759377L113.65 39.4ZM117.775 37.384377Q117.775 36.290627 118.19688 35.43125Q118.63438 34.55625 119.38438 34.0875Q120.15 33.61875 121.13438 33.61875Q122.63438 33.61875 123.57188 34.665627Q124.50938 35.7125 124.50938 37.446877L124.50938 37.540627Q124.50938 38.61875 124.0875 39.478127Q123.68125 40.321877 122.9 40.80625Q122.13438 41.290627 121.15 41.290627Q119.63438 41.290627 118.69688 40.24375Q117.775 39.196877 117.775 37.478127L117.775 37.384377ZM119.04063 37.540627Q119.04063 38.759377 119.60313 39.509377Q120.18125 40.259377 121.15 40.259377Q122.10313 40.259377 122.66563 39.509377Q123.24375 38.74375 123.24375 37.384377Q123.24375 36.165627 122.66563 35.415627Q122.0875 34.65 121.13438 34.65Q120.19688 34.65 119.61875 35.4Q119.04063 36.15 119.04063 37.540627ZM130.68124 40.415627Q129.93124 41.290627 128.50937 41.290627Q127.32188 41.290627 126.69688 40.603127Q126.0875 39.915627 126.0875 38.571877L126.0875 33.759377L127.3375 33.759377L127.3375 38.525Q127.3375 40.2125 128.7125 40.2125Q130.16562 40.2125 130.63437 39.134377L130.63437 33.759377L131.9 33.759377L131.9 41.15L130.69687 41.15L130.68124 40.415627ZM135.47812 41.15L134.2125 41.15L134.2125 30.650002L135.47812 30.650002L135.47812 41.15ZM136.80624 37.384377Q136.80624 35.68125 137.60312 34.65Q138.41562 33.61875 139.7125 33.61875Q141.025 33.61875 141.775 34.509377L141.775 30.650002L143.04062 30.650002L143.04062 41.15L141.88437 41.15L141.82187 40.353127Q141.05624 41.290627 139.7125 41.290627Q138.41562 41.290627 137.60312 40.24375Q136.80624 39.18125 136.80624 37.478127L136.80624 37.384377ZM138.07187 37.540627Q138.07187 38.790627 138.5875 39.509377Q139.10312 40.2125 140.025 40.2125Q141.22812 40.2125 141.775 39.134377L141.775 35.728127Q141.2125 34.696877 140.04062 34.696877Q139.10312 34.696877 138.5875 35.415627Q138.07187 36.11875 138.07187 37.540627ZM149.47812 41.15L148.2125 41.15L148.2125 30.650002L149.47812 30.650002L149.47812 41.15ZM152.47812 41.15L151.2125 41.15L151.2125 33.759377L152.47812 33.759377L152.47812 41.15ZM151.11874 31.790627Q151.11874 31.478127 151.30624 31.275002Q151.49374 31.056252 151.85312 31.056252Q152.22812 31.056252 152.41562 31.275002Q152.61874 31.478127 152.61874 31.790627Q152.61874 32.103127 152.41562 32.30625Q152.22812 32.509377 151.85312 32.509377Q151.49374 32.509377 151.30624 32.30625Q151.11874 32.103127 151.11874 31.790627ZM156.16562 37.728127L155.38437 38.55625L155.38437 41.15L154.11874 41.15L154.11874 30.650002L155.38437 30.650002L155.38437 36.99375L156.05624 36.18125L158.35312 33.759377L159.9 33.759377L157.025 36.8375L160.22812 41.15L158.74374 41.15L156.16562 37.728127ZM164.18124 41.290627Q162.66562 41.290627 161.72812 40.30625Q160.79062 39.30625 160.79062 37.65L160.79062 37.43125Q160.79062 36.321877 161.2125 35.4625Q161.63437 34.5875 162.38437 34.103127Q163.13437 33.61875 164.025 33.61875Q165.4625 33.61875 166.25937 34.571877Q167.05624 35.509377 167.05624 37.290627L167.05624 37.80625L162.05624 37.80625Q162.07187 38.9 162.68124 39.5875Q163.30624 40.259377 164.24374 40.259377Q164.91562 40.259377 165.36874 39.99375Q165.8375 39.7125 166.19687 39.259377L166.9625 39.853127Q166.04062 41.290627 164.18124 41.290627ZM164.025 34.65Q163.25937 34.65 162.72812 35.2125Q162.2125 35.775 162.0875 36.775L165.79062 36.775L165.79062 36.68125Q165.74374 35.7125 165.275 35.18125Q164.80624 34.65 164.025 34.65ZM172.82187 31.962502L172.82187 33.759377L174.19687 33.759377L174.19687 34.728127L172.82187 34.728127L172.82187 39.321877Q172.82187 39.759377 173.00937 39.99375Q173.19687 40.2125 173.63437 40.2125Q173.85312 40.2125 174.24374 40.11875L174.24374 41.15Q173.74374 41.290627 173.275 41.290627Q172.41562 41.290627 171.97812 40.775Q171.55624 40.259377 171.55624 39.321877L171.55624 34.728127L170.2125 34.728127L170.2125 33.759377L171.55624 33.759377L171.55624 31.962502L172.82187 31.962502ZM175.775 37.384377Q175.775 36.290627 176.19687 35.43125Q176.63437 34.55625 177.38437 34.0875Q178.15 33.61875 179.13437 33.61875Q180.63437 33.61875 181.57187 34.665627Q182.50937 35.7125 182.50937 37.446877L182.50937 37.540627Q182.50937 38.61875 182.0875 39.478127Q181.68124 40.321877 180.9 40.80625Q180.13437 41.290627 179.15 41.290627Q177.63437 41.290627 176.69687 40.24375Q175.775 39.196877 175.775 37.478127L175.775 37.384377ZM177.04062 37.540627Q177.04062 38.759377 177.60312 39.509377Q178.18124 40.259377 179.15 40.259377Q180.10312 40.259377 180.66562 39.509377Q181.24374 38.74375 181.24374 37.384377Q181.24374 36.165627 180.66562 35.415627Q180.0875 34.65 179.13437 34.65Q178.19687 34.65 177.61874 35.4Q177.04062 36.15 177.04062 37.540627ZM184.07187 43.134377L183.35312 42.634377Q183.99374 41.74375 184.025 40.790627L184.025 39.65L185.25937 39.65L185.25937 40.65Q185.25937 41.3375 184.91562 42.025Q184.57187 42.7125 184.07187 43.134377ZM192.525 39.290627L194.24374 33.759377L195.60312 33.759377L192.63437 42.290627Q191.94687 44.134377 190.43124 44.134377L190.19687 44.11875L189.72812 44.025L189.72812 43.009377L190.07187 43.025Q190.7125 43.025 191.07187 42.759377Q191.43124 42.509377 191.66562 41.821877L191.94687 41.071877L189.30624 33.759377L190.68124 33.759377L192.525 39.290627ZM196.775 37.384377Q196.775 36.290627 197.19687 35.43125Q197.63437 34.55625 198.38437 34.0875Q199.15 33.61875 200.13437 33.61875Q201.63437 33.61875 202.57187 34.665627Q203.50937 35.7125 203.50937 37.446877L203.50937 37.540627Q203.50937 38.61875 203.0875 39.478127Q202.68124 40.321877 201.9 40.80625Q201.13437 41.290627 200.15 41.290627Q198.63437 41.290627 197.69687 40.24375Q196.775 39.196877 196.775 37.478127L196.775 37.384377ZM198.04062 37.540627Q198.04062 38.759377 198.60312 39.509377Q199.18124 40.259377 200.15 40.259377Q201.10312 40.259377 201.66562 39.509377Q202.24374 38.74375 202.24374 37.384377Q202.24374 36.165627 201.66562 35.415627Q201.0875 34.65 200.13437 34.65Q199.19687 34.65 198.61874 35.4Q198.04062 36.15 198.04062 37.540627ZM209.68124 40.415627Q208.93124 41.290627 207.50937 41.290627Q206.32187 41.290627 205.69687 40.603127Q205.0875 39.915627 205.0875 38.571877L205.0875 33.759377L206.3375 33.759377L206.3375 38.525Q206.3375 40.2125 207.7125 40.2125Q209.16562 40.2125 209.63437 39.134377L209.63437 33.759377L210.9 33.759377L210.9 41.15L209.69687 41.15L209.68124 40.415627ZM219.07187 40.259377Q219.74374 40.259377 220.24374 39.853127Q220.75937 39.43125 220.82187 38.821877L222.00937 38.821877Q221.97812 39.446877 221.57187 40.025Q221.16562 40.603127 220.49374 40.946877Q219.82187 41.290627 219.07187 41.290627Q217.55624 41.290627 216.66562 40.290627Q215.775 39.275 215.775 37.525L215.775 37.30625Q215.775 36.228127 216.16562 35.384377Q216.57187 34.540627 217.30624 34.0875Q218.05624 33.61875 219.07187 33.61875Q220.30624 33.61875 221.13437 34.36875Q221.9625 35.103127 222.00937 36.290627L220.82187 36.290627Q220.75937 35.571877 220.275 35.11875Q219.79062 34.65 219.07187 34.65Q218.10312 34.65 217.57187 35.353127Q217.04062 36.040627 217.04062 37.353127L217.04062 37.5875Q217.04062 38.86875 217.57187 39.571877Q218.10312 40.259377 219.07187 40.259377ZM227.68124 41.15Q227.57187 40.93125 227.49374 40.36875Q226.61874 41.290627 225.38437 41.290627Q224.29062 41.290627 223.5875 40.68125Q222.9 40.05625 222.9 39.103127Q222.9 37.946877 223.775 37.30625Q224.65 36.665627 226.24374 36.665627L227.47812 36.665627L227.47812 36.0875Q227.47812 35.415627 227.07187 35.025Q226.68124 34.634377 225.91562 34.634377Q225.22812 34.634377 224.775 34.978127Q224.32187 35.321877 224.32187 35.80625L223.04062 35.80625Q223.04062 35.24375 223.43124 34.728127Q223.8375 34.2125 224.50937 33.915627Q225.18124 33.61875 225.97812 33.61875Q227.25937 33.61875 227.97812 34.259377Q228.7125 34.9 228.74374 36.009377L228.74374 39.415627Q228.74374 40.43125 228.99374 41.040627L228.99374 41.15L227.68124 41.15ZM225.57187 40.18125Q226.16562 40.18125 226.69687 39.884377Q227.24374 39.571877 227.47812 39.071877L227.47812 37.55625L226.47812 37.55625Q224.16562 37.55625 224.16562 38.915627Q224.16562 39.509377 224.55624 39.853127Q224.94687 40.18125 225.57187 40.18125ZM232.30624 33.759377L232.3375 34.68125Q233.19687 33.61875 234.55624 33.61875Q236.9 33.61875 236.93124 36.259377L236.93124 41.15L235.66562 41.15L235.66562 36.259377Q235.65 35.4625 235.29062 35.0875Q234.93124 34.696877 234.18124 34.696877Q233.55624 34.696877 233.0875 35.025Q232.63437 35.353127 232.36874 35.884377L232.36874 41.15L231.10312 41.15L231.10312 33.759377L232.30624 33.759377ZM243.82187 31.962502L243.82187 33.759377L245.19687 33.759377L245.19687 34.728127L243.82187 34.728127L243.82187 39.321877Q243.82187 39.759377 244.00937 39.99375Q244.19687 40.2125 244.63437 40.2125Q244.85312 40.2125 245.24374 40.11875L245.24374 41.15Q244.74374 41.290627 244.275 41.290627Q243.41562 41.290627 242.97812 40.775Q242.55624 40.259377 242.55624 39.321877L242.55624 34.728127L241.2125 34.728127L241.2125 33.759377L242.55624 33.759377L242.55624 31.962502L243.82187 31.962502ZM250.18124 41.290627Q248.66562 41.290627 247.72812 40.30625Q246.79062 39.30625 246.79062 37.65L246.79062 37.43125Q246.79062 36.321877 247.2125 35.4625Q247.63437 34.5875 248.38437 34.103127Q249.13437 33.61875 250.025 33.61875Q251.4625 33.61875 252.25937 34.571877Q253.05624 35.509377 253.05624 37.290627L253.05624 37.80625L248.05624 37.80625Q248.07187 38.9 248.68124 39.5875Q249.30624 40.259377 250.24374 40.259377Q250.91562 40.259377 251.36874 39.99375Q251.8375 39.7125 252.19687 39.259377L252.9625 39.853127Q252.04062 41.290627 250.18124 41.290627ZM250.025 34.65Q249.25937 34.65 248.72812 35.2125Q248.2125 35.775 248.0875 36.775L251.79062 36.775L251.79062 36.68125Q251.74374 35.7125 251.275 35.18125Q250.80624 34.65 250.025 34.65ZM255.47812 41.15L254.2125 41.15L254.2125 30.650002L255.47812 30.650002L255.47812 41.15ZM258.47812 41.15L257.2125 41.15L257.2125 30.650002L258.47812 30.650002L258.47812 41.15ZM267.68124 40.415627Q266.93124 41.290627 265.50937 41.290627Q264.32187 41.290627 263.69687 40.603127Q263.0875 39.915627 263.0875 38.571877L263.0875 33.759377L264.3375 33.759377L264.3375 38.525Q264.3375 40.2125 265.7125 40.2125Q267.16562 40.2125 267.63437 39.134377L267.63437 33.759377L268.9 33.759377L268.9 41.15L267.69687 41.15L267.68124 40.415627ZM275.41562 39.18125Q275.41562 38.68125 275.025 38.4Q274.63437 38.103127 273.68124 37.9Q272.72812 37.696877 272.15 37.415627Q271.5875 37.11875 271.32187 36.728127Q271.05624 36.3375 271.05624 35.790627Q271.05624 34.86875 271.82187 34.24375Q272.5875 33.61875 273.79062 33.61875Q275.04062 33.61875 275.82187 34.275Q276.60312 34.915627 276.60312 35.93125L275.3375 35.93125Q275.3375 35.4 274.9 35.025Q274.4625 34.65 273.79062 34.65Q273.10312 34.65 272.7125 34.9625Q272.32187 35.259377 272.32187 35.74375Q272.32187 36.196877 272.68124 36.43125Q273.04062 36.665627 273.97812 36.884377Q274.93124 37.0875 275.525 37.384377Q276.11874 37.68125 276.4 38.103127Q276.68124 38.509377 276.68124 39.103127Q276.68124 40.0875 275.88437 40.696877Q275.0875 41.290627 273.82187 41.290627Q272.94687 41.290627 272.25937 40.978127Q271.57187 40.65 271.18124 40.0875Q270.80624 39.525 270.80624 38.86875L272.07187 38.86875Q272.10312 39.509377 272.57187 39.884377Q273.05624 40.259377 273.82187 40.259377Q274.54062 40.259377 274.97812 39.9625Q275.41562 39.665627 275.41562 39.18125ZM287.65 39.4L289.07187 33.759377L290.3375 33.759377L288.19687 41.15L287.16562 41.15L285.36874 35.540627L283.61874 41.15L282.5875 41.15L280.44687 33.759377L281.69687 33.759377L283.16562 39.290627L284.88437 33.759377L285.9 33.759377L287.65 39.4ZM293.36874 34.65Q294.2125 33.61875 295.55624 33.61875Q297.9 33.61875 297.93124 36.259377L297.93124 41.15L296.66562 41.15L296.66562 36.259377Q296.65 35.4625 296.29062 35.0875Q295.93124 34.696877 295.18124 34.696877Q294.55624 34.696877 294.0875 35.025Q293.63437 35.353127 293.36874 35.884377L293.36874 41.15L292.10312 41.15L292.10312 30.650002L293.36874 30.650002L293.36874 34.65ZM303.18124 41.290627Q301.66562 41.290627 300.72812 40.30625Q299.79062 39.30625 299.79062 37.65L299.79062 37.43125Q299.79062 36.321877 300.2125 35.4625Q300.63437 34.5875 301.38437 34.103127Q302.13437 33.61875 303.025 33.61875Q304.4625 33.61875 305.25937 34.571877Q306.05624 35.509377 306.05624 37.290627L306.05624 37.80625L301.05624 37.80625Q301.07187 38.9 301.68124 39.5875Q302.30624 40.259377 303.24374 40.259377Q303.91562 40.259377 304.36874 39.99375Q304.8375 39.7125 305.19687 39.259377L305.9625 39.853127Q305.04062 41.290627 303.18124 41.290627ZM303.025 34.65Q302.25937 34.65 301.72812 35.2125Q301.2125 35.775 301.0875 36.775L304.79062 36.775L304.79062 36.68125Q304.74374 35.7125 304.275 35.18125Q303.80624 34.65 303.025 34.65ZM308.82187 31.962502L308.82187 33.759377L310.19687 33.759377L310.19687 34.728127L308.82187 34.728127L308.82187 39.321877Q308.82187 39.759377 309.00937 39.99375Q309.19687 40.2125 309.63437 40.2125Q309.85312 40.2125 310.24374 40.11875L310.24374 41.15Q309.74374 41.290627 309.275 41.290627Q308.41562 41.290627 307.97812 40.775Q307.55624 40.259377 307.55624 39.321877L307.55624 34.728127L306.2125 34.728127L306.2125 33.759377L307.55624 33.759377L307.55624 31.962502L308.82187 31.962502ZM313.36874 34.65Q314.2125 33.61875 315.55624 33.61875Q317.9 33.61875 317.93124 36.259377L317.93124 41.15L316.66562 41.15L316.66562 36.259377Q316.65 35.4625 316.29062 35.0875Q315.93124 34.696877 315.18124 34.696877Q314.55624 34.696877 314.0875 35.025Q313.63437 35.353127 313.36874 35.884377L313.36874 41.15L312.10312 41.15L312.10312 30.650002L313.36874 30.650002L313.36874 34.65ZM323.18124 41.290627Q321.66562 41.290627 320.72812 40.30625Q319.79062 39.30625 319.79062 37.65L319.79062 37.43125Q319.79062 36.321877 320.2125 35.4625Q320.63437 34.5875 321.38437 34.103127Q322.13437 33.61875 323.025 33.61875Q324.4625 33.61875 325.25937 34.571877Q326.05624 35.509377 326.05624 37.290627L326.05624 37.80625L321.05624 37.80625Q321.07187 38.9 321.68124 39.5875Q322.30624 40.259377 323.24374 40.259377Q323.91562 40.259377 324.36874 39.99375Q324.8375 39.7125 325.19687 39.259377L325.9625 39.853127Q325.04062 41.290627 323.18124 41.290627ZM323.025 34.65Q322.25937 34.65 321.72812 35.2125Q321.2125 35.775 321.0875 36.775L324.79062 36.775L324.79062 36.68125Q324.74374 35.7125 324.275 35.18125Q323.80624 34.65 323.025 34.65ZM330.68124 34.884377Q330.4 34.8375 330.05624 34.8375Q328.82187 34.8375 328.36874 35.9L328.36874 41.15L327.10312 41.15L327.10312 33.759377L328.3375 33.759377L328.35312 34.603127Q328.97812 33.61875 330.11874 33.61875Q330.49374 33.61875 330.68124 33.7125L330.68124 34.884377ZM337.525 39.290627L339.24374 33.759377L340.60312 33.759377L337.63437 42.290627Q336.94687 44.134377 335.43124 44.134377L335.19687 44.11875L334.72812 44.025L334.72812 43.009377L335.07187 43.025Q335.7125 43.025 336.07187 42.759377Q336.43124 42.509377 336.66562 41.821877L336.94687 41.071877L334.30624 33.759377L335.68124 33.759377L337.525 39.290627ZM341.775 37.384377Q341.775 36.290627 342.19687 35.43125Q342.63437 34.55625 343.38437 34.0875Q344.15 33.61875 345.13437 33.61875Q346.63437 33.61875 347.57187 34.665627Q348.50937 35.7125 348.50937 37.446877L348.50937 37.540627Q348.50937 38.61875 348.0875 39.478127Q347.68124 40.321877 346.9 40.80625Q346.13437 41.290627 345.15 41.290627Q343.63437 41.290627 342.69687 40.24375Q341.775 39.196877 341.775 37.478127L341.775 37.384377ZM343.04062 37.540627Q343.04062 38.759377 343.60312 39.509377Q344.18124 40.259377 345.15 40.259377Q346.10312 40.259377 346.66562 39.509377Q347.24374 38.74375 347.24374 37.384377Q347.24374 36.165627 346.66562 35.415627Q346.0875 34.65 345.13437 34.65Q344.19687 34.65 343.61874 35.4Q343.04062 36.15 343.04062 37.540627ZM354.68124 40.415627Q353.93124 41.290627 352.50937 41.290627Q351.32187 41.290627 350.69687 40.603127Q350.0875 39.915627 350.0875 38.571877L350.0875 33.759377L351.3375 33.759377L351.3375 38.525Q351.3375 40.2125 352.7125 40.2125Q354.16562 40.2125 354.63437 39.134377L354.63437 33.759377L355.9 33.759377L355.9 41.15L354.69687 41.15L354.68124 40.415627ZM362.47812 41.15L361.2125 41.15L361.2125 33.759377L362.47812 33.759377L362.47812 41.15ZM361.11874 31.790627Q361.11874 31.478127 361.30624 31.275002Q361.49374 31.056252 361.85312 31.056252Q362.22812 31.056252 362.41562 31.275002Q362.61874 31.478127 362.61874 31.790627Q362.61874 32.103127 362.41562 32.30625Q362.22812 32.509377 361.85312 32.509377Q361.49374 32.509377 361.30624 32.30625Q361.11874 32.103127 361.11874 31.790627ZM363.80624 37.384377Q363.80624 35.68125 364.60312 34.65Q365.41562 33.61875 366.7125 33.61875Q368.025 33.61875 368.775 34.509377L368.775 30.650002L370.04062 30.650002L370.04062 41.15L368.88437 41.15L368.82187 40.353127Q368.05624 41.290627 366.7125 41.290627Q365.41562 41.290627 364.60312 40.24375Q363.80624 39.18125 363.80624 37.478127L363.80624 37.384377ZM365.07187 37.540627Q365.07187 38.790627 365.5875 39.509377Q366.10312 40.2125 367.025 40.2125Q368.22812 40.2125 368.775 39.134377L368.775 35.728127Q368.2125 34.696877 367.04062 34.696877Q366.10312 34.696877 365.5875 35.415627Q365.07187 36.11875 365.07187 37.540627ZM375.18124 41.290627Q373.66562 41.290627 372.72812 40.30625Q371.79062 39.30625 371.79062 37.65L371.79062 37.43125Q371.79062 36.321877 372.2125 35.4625Q372.63437 34.5875 373.38437 34.103127Q374.13437 33.61875 375.025 33.61875Q376.4625 33.61875 377.25937 34.571877Q378.05624 35.509377 378.05624 37.290627L378.05624 37.80625L373.05624 37.80625Q373.07187 38.9 373.68124 39.5875Q374.30624 40.259377 375.24374 40.259377Q375.91562 40.259377 376.36874 39.99375Q376.8375 39.7125 377.19687 39.259377L377.9625 39.853127Q377.04062 41.290627 375.18124 41.290627ZM375.025 34.65Q374.25937 34.65 373.72812 35.2125Q373.2125 35.775 373.0875 36.775L376.79062 36.775L376.79062 36.68125Q376.74374 35.7125 376.275 35.18125Q375.80624 34.65 375.025 34.65ZM380.30624 33.759377L380.3375 34.68125Q381.19687 33.61875 382.55624 33.61875Q384.9 33.61875 384.93124 36.259377L384.93124 41.15L383.66562 41.15L383.66562 36.259377Q383.65 35.4625 383.29062 35.0875Q382.93124 34.696877 382.18124 34.696877Q381.55624 34.696877 381.0875 35.025Q380.63437 35.353127 380.36874 35.884377L380.36874 41.15L379.10312 41.15L379.10312 33.759377L380.30624 33.759377ZM388.82187 31.962502L388.82187 33.759377L390.19687 33.759377L390.19687 34.728127L388.82187 34.728127L388.82187 39.321877Q388.82187 39.759377 389.00937 39.99375Q389.19687 40.2125 389.63437 40.2125Q389.85312 40.2125 390.24374 40.11875L390.24374 41.15Q389.74374 41.290627 389.275 41.290627Q388.41562 41.290627 387.97812 40.775Q387.55624 40.259377 387.55624 39.321877L387.55624 34.728127L386.2125 34.728127L386.2125 33.759377L387.55624 33.759377L387.55624 31.962502L388.82187 31.962502ZM393.47812 41.15L392.2125 41.15L392.2125 33.759377L393.47812 33.759377L393.47812 41.15ZM392.11874 31.790627Q392.11874 31.478127 392.30624 31.275002Q392.49374 31.056252 392.85312 31.056252Q393.22812 31.056252 393.41562 31.275002Q393.61874 31.478127 393.61874 31.790627Q393.61874 32.103127 393.41562 32.30625Q393.22812 32.509377 392.85312 32.509377Q392.49374 32.509377 392.30624 32.30625Q392.11874 32.103127 392.11874 31.790627ZM395.72812 41.15L395.72812 34.728127L394.55624 34.728127L394.55624 33.759377L395.72812 33.759377L395.72812 32.99375Q395.72812 31.806252 396.35312 31.165627Q396.99374 30.509377 398.16562 30.509377Q398.60312 30.509377 399.025 30.618752L398.9625 31.650002Q398.63437 31.587502 398.275 31.587502Q397.66562 31.587502 397.32187 31.946877Q396.99374 32.30625 396.99374 32.978127L396.99374 33.759377L398.57187 33.759377L398.57187 34.728127L396.99374 34.728127L396.99374 41.15L395.72812 41.15ZM402.525 39.290627L404.24374 33.759377L405.60312 33.759377L402.63437 42.290627Q401.94687 44.134377 400.43124 44.134377L400.19687 44.11875L399.72812 44.025L399.72812 43.009377L400.07187 43.025Q400.7125 43.025 401.07187 42.759377Q401.43124 42.509377 401.66562 41.821877L401.94687 41.071877L399.30624 33.759377L400.68124 33.759377L402.525 39.290627ZM416.65 39.4L418.07187 33.759377L419.3375 33.759377L417.19687 41.15L416.16562 41.15L414.36874 35.540627L412.61874 41.15L411.5875 41.15L409.44687 33.759377L410.69687 33.759377L412.16562 39.290627L413.88437 33.759377L414.9 33.759377L416.65 39.4ZM422.47812 41.15L421.2125 41.15L421.2125 33.759377L422.47812 33.759377L422.47812 41.15ZM421.11874 31.790627Q421.11874 31.478127 421.30624 31.275002Q421.49374 31.056252 421.85312 31.056252Q422.22812 31.056252 422.41562 31.275002Q422.61874 31.478127 422.61874 31.790627Q422.61874 32.103127 422.41562 32.30625Q422.22812 32.509377 421.85312 32.509377Q421.49374 32.509377 421.30624 32.30625Q421.11874 32.103127 421.11874 31.790627ZM425.82187 31.962502L425.82187 33.759377L427.19687 33.759377L427.19687 34.728127L425.82187 34.728127L425.82187 39.321877Q425.82187 39.759377 426.00937 39.99375Q426.19687 40.2125 426.63437 40.2125Q426.85312 40.2125 427.24374 40.11875L427.24374 41.15Q426.74374 41.290627 426.275 41.290627Q425.41562 41.290627 424.97812 40.775Q424.55624 40.259377 424.55624 39.321877L424.55624 34.728127L423.2125 34.728127L423.2125 33.759377L424.55624 33.759377L424.55624 31.962502L425.82187 31.962502ZM430.36874 34.65Q431.2125 33.61875 432.55624 33.61875Q434.9 33.61875 434.93124 36.259377L434.93124 41.15L433.66562 41.15L433.66562 36.259377Q433.65 35.4625 433.29062 35.0875Q432.93124 34.696877 432.18124 34.696877Q431.55624 34.696877 431.0875 35.025Q430.63437 35.353127 430.36874 35.884377L430.36874 41.15L429.10312 41.15L429.10312 30.650002L430.36874 30.650002L430.36874 34.65ZM444.68124 41.15Q444.57187 40.93125 444.49374 40.36875Q443.61874 41.290627 442.38437 41.290627Q441.29062 41.290627 440.5875 40.68125Q439.9 40.05625 439.9 39.103127Q439.9 37.946877 440.775 37.30625Q441.65 36.665627 443.24374 36.665627L444.47812 36.665627L444.47812 36.0875Q444.47812 35.415627 444.07187 35.025Q443.68124 34.634377 442.91562 34.634377Q442.22812 34.634377 441.775 34.978127Q441.32187 35.321877 441.32187 35.80625L440.04062 35.80625Q440.04062 35.24375 440.43124 34.728127Q440.8375 34.2125 441.50937 33.915627Q442.18124 33.61875 442.97812 33.61875Q444.25937 33.61875 444.97812 34.259377Q445.7125 34.9 445.74374 36.009377L445.74374 39.415627Q445.74374 40.43125 445.99374 41.040627L445.99374 41.15L444.68124 41.15ZM442.57187 40.18125Q443.16562 40.18125 443.69687 39.884377Q444.24374 39.571877 444.47812 39.071877L444.47812 37.55625L443.47812 37.55625Q441.16562 37.55625 441.16562 38.915627Q441.16562 39.509377 441.55624 39.853127Q441.94687 40.18125 442.57187 40.18125ZM452.82187 31.962502L452.82187 33.759377L454.19687 33.759377L454.19687 34.728127L452.82187 34.728127L452.82187 39.321877Q452.82187 39.759377 453.00937 39.99375Q453.19687 40.2125 453.63437 40.2125Q453.85312 40.2125 454.24374 40.11875L454.24374 41.15Q453.74374 41.290627 453.275 41.290627Q452.41562 41.290627 451.97812 40.775Q451.55624 40.259377 451.55624 39.321877L451.55624 34.728127L450.2125 34.728127L450.2125 33.759377L451.55624 33.759377L451.55624 31.962502L452.82187 31.962502ZM459.68124 34.884377Q459.4 34.8375 459.05624 34.8375Q457.82187 34.8375 457.36874 35.9L457.36874 41.15L456.10312 41.15L456.10312 33.759377L457.3375 33.759377L457.35312 34.603127Q457.97812 33.61875 459.11874 33.61875Q459.49374 33.61875 459.68124 33.7125L459.68124 34.884377ZM465.68124 41.15Q465.57187 40.93125 465.49374 40.36875Q464.61874 41.290627 463.38437 41.290627Q462.29062 41.290627 461.5875 40.68125Q460.9 40.05625 460.9 39.103127Q460.9 37.946877 461.775 37.30625Q462.65 36.665627 464.24374 36.665627L465.47812 36.665627L465.47812 36.0875Q465.47812 35.415627 465.07187 35.025Q464.68124 34.634377 463.91562 34.634377Q463.22812 34.634377 462.775 34.978127Q462.32187 35.321877 462.32187 35.80625L461.04062 35.80625Q461.04062 35.24375 461.43124 34.728127Q461.8375 34.2125 462.50937 33.915627Q463.18124 33.61875 463.97812 33.61875Q465.25937 33.61875 465.97812 34.259377Q466.7125 34.9 466.74374 36.009377L466.74374 39.415627Q466.74374 40.43125 466.99374 41.040627L466.99374 41.15L465.68124 41.15ZM463.57187 40.18125Q464.16562 40.18125 464.69687 39.884377Q465.24374 39.571877 465.47812 39.071877L465.47812 37.55625L464.47812 37.55625Q462.16562 37.55625 462.16562 38.915627Q462.16562 39.509377 462.55624 39.853127Q462.94687 40.18125 463.57187 40.18125ZM468.80624 37.384377Q468.80624 35.68125 469.60312 34.65Q470.41562 33.61875 471.7125 33.61875Q473.025 33.61875 473.775 34.509377L473.775 30.650002L475.04062 30.650002L475.04062 41.15L473.88437 41.15L473.82187 40.353127Q473.05624 41.290627 471.7125 41.290627Q470.41562 41.290627 469.60312 40.24375Q468.80624 39.18125 468.80624 37.478127L468.80624 37.384377ZM470.07187 37.540627Q470.07187 38.790627 470.5875 39.509377Q471.10312 40.2125 472.025 40.2125Q473.22812 40.2125 473.775 39.134377L473.775 35.728127Q473.2125 34.696877 472.04062 34.696877Q471.10312 34.696877 470.5875 35.415627Q470.07187 36.11875 470.07187 37.540627ZM478.47812 41.15L477.2125 41.15L477.2125 33.759377L478.47812 33.759377L478.47812 41.15ZM477.11874 31.790627Q477.11874 31.478127 477.30624 31.275002Q477.49374 31.056252 477.85312 31.056252Q478.22812 31.056252 478.41562 31.275002Q478.61874 31.478127 478.61874 31.790627Q478.61874 32.103127 478.41562 32.30625Q478.22812 32.509377 477.85312 32.509377Q477.49374 32.509377 477.30624 32.30625Q477.11874 32.103127 477.11874 31.790627ZM481.82187 31.962502L481.82187 33.759377L483.19687 33.759377L483.19687 34.728127L481.82187 34.728127L481.82187 39.321877Q481.82187 39.759377 482.00937 39.99375Q482.19687 40.2125 482.63437 40.2125Q482.85312 40.2125 483.24374 40.11875L483.24374 41.15Q482.74374 41.290627 482.275 41.290627Q481.41562 41.290627 480.97812 40.775Q480.55624 40.259377 480.55624 39.321877L480.55624 34.728127L479.2125 34.728127L479.2125 33.759377L480.55624 33.759377L480.55624 31.962502L481.82187 31.962502ZM486.47812 41.15L485.2125 41.15L485.2125 33.759377L486.47812 33.759377L486.47812 41.15ZM485.11874 31.790627Q485.11874 31.478127 485.30624 31.275002Q485.49374 31.056252 485.85312 31.056252Q486.22812 31.056252 486.41562 31.275002Q486.61874 31.478127 486.61874 31.790627Q486.61874 32.103127 486.41562 32.30625Q486.22812 32.509377 485.85312 32.509377Q485.49374 32.509377 485.30624 32.30625Q485.11874 32.103127 485.11874 31.790627ZM487.775 37.384377Q487.775 36.290627 488.19687 35.43125Q488.63437 34.55625 489.38437 34.0875Q490.15 33.61875 491.13437 33.61875Q492.63437 33.61875 493.57187 34.665627Q494.50937 35.7125 494.50937 37.446877L494.50937 37.540627Q494.50937 38.61875 494.0875 39.478127Q493.68124 40.321877 492.9 40.80625Q492.13437 41.290627 491.15 41.290627Q489.63437 41.290627 488.69687 40.24375Q487.775 39.196877 487.775 37.478127L487.775 37.384377ZM489.04062 37.540627Q489.04062 38.759377 489.60312 39.509377Q490.18124 40.259377 491.15 40.259377Q492.10312 40.259377 492.66562 39.509377Q493.24374 38.74375 493.24374 37.384377Q493.24374 36.165627 492.66562 35.415627Q492.0875 34.65 491.13437 34.65Q490.19687 34.65 489.61874 35.4Q489.04062 36.15 489.04062 37.540627ZM497.30624 33.759377L497.3375 34.68125Q498.19687 33.61875 499.55624 33.61875Q501.9 33.61875 501.93124 36.259377L501.93124 41.15L500.66562 41.15L500.66562 36.259377Q500.65 35.4625 500.29062 35.0875Q499.93124 34.696877 499.18124 34.696877Q498.55624 34.696877 498.0875 35.025Q497.63437 35.353127 497.36874 35.884377L497.36874 41.15L496.10312 41.15L496.10312 33.759377L497.30624 33.759377ZM508.68124 41.15Q508.57187 40.93125 508.49374 40.36875Q507.61874 41.290627 506.38437 41.290627Q505.29062 41.290627 504.5875 40.68125Q503.9 40.05625 503.9 39.103127Q503.9 37.946877 504.775 37.30625Q505.65 36.665627 507.24374 36.665627L508.47812 36.665627L508.47812 36.0875Q508.47812 35.415627 508.07187 35.025Q507.68124 34.634377 506.91562 34.634377Q506.22812 34.634377 505.775 34.978127Q505.32187 35.321877 505.32187 35.80625L504.04062 35.80625Q504.04062 35.24375 504.43124 34.728127Q504.8375 34.2125 505.50937 33.915627Q506.18124 33.61875 506.97812 33.61875Q508.25937 33.61875 508.97812 34.259377Q509.7125 34.9 509.74374 36.009377L509.74374 39.415627Q509.74374 40.43125 509.99374 41.040627L509.99374 41.15L508.68124 41.15ZM506.57187 40.18125Q507.16562 40.18125 507.69687 39.884377Q508.24374 39.571877 508.47812 39.071877L508.47812 37.55625L507.47812 37.55625Q505.16562 37.55625 505.16562 38.915627Q505.16562 39.509377 505.55624 39.853127Q505.94687 40.18125 506.57187 40.18125ZM513.47815 41.15L512.2125 41.15L512.2125 30.650002L513.47815 30.650002L513.47815 41.15ZM516.47815 41.15L515.2125 41.15L515.2125 30.650002L516.47815 30.650002L516.47815 41.15ZM520.525 39.290627L522.2438 33.759377L523.60315 33.759377L520.6344 42.290627Q519.9469 44.134377 518.4313 44.134377L518.1969 44.11875L517.72815 44.025L517.72815 43.009377L518.0719 43.025Q518.7125 43.025 519.0719 42.759377Q519.4313 42.509377 519.66565 41.821877L519.9469 41.071877L517.3063 33.759377L518.6813 33.759377L520.525 39.290627Z" fill-rule="nonzero"/><path fill="#666666" d="M16.68125 57.415627Q15.93125 58.290627 14.509375 58.290627Q13.321875 58.290627 12.696875 57.603127Q12.0875 56.915627 12.0875 55.571877L12.0875 50.759377L13.3375 50.759377L13.3375 55.525Q13.3375 57.2125 14.7125 57.2125Q16.165625 57.2125 16.634375 56.134377L16.634375 50.759377L17.9 50.759377L17.9 58.15L16.696875 58.15L16.68125 57.415627ZM21.30625 50.759377L21.3375 51.68125Q22.196875 50.61875 23.55625 50.61875Q25.9 50.61875 25.93125 53.259377L25.93125 58.15L24.665625 58.15L24.665625 53.259377Q24.65 52.4625 24.290625 52.0875Q23.93125 51.696877 23.18125 51.696877Q22.55625 51.696877 22.0875 52.025Q21.634375 52.353127 21.36875 52.884377L21.36875 58.15L20.103125 58.15L20.103125 50.759377L21.30625 50.759377ZM27.80625 54.384377Q27.80625 52.68125 28.603125 51.65Q29.415625 50.61875 30.7125 50.61875Q32.025 50.61875 32.775 51.509377L32.775 47.65L34.040627 47.65L34.040627 58.15L32.884377 58.15L32.821877 57.353127Q32.05625 58.290627 30.7125 58.290627Q29.415625 58.290627 28.603125 57.24375Q27.80625 56.18125 27.80625 54.478127L27.80625 54.384377ZM29.071875 54.540627Q29.071875 55.790627 29.5875 56.509377Q30.103125 57.2125 31.025 57.2125Q32.228127 57.2125 32.775 56.134377L32.775 52.728127Q32.2125 51.696877 31.040625 51.696877Q30.103125 51.696877 29.5875 52.415627Q29.071875 53.11875 29.071875 54.540627ZM39.18125 58.290627Q37.665627 58.290627 36.728127 57.30625Q35.790627 56.30625 35.790627 54.65L35.790627 54.43125Q35.790627 53.321877 36.2125 52.4625Q36.634377 51.5875 37.384377 51.103127Q38.134377 50.61875 39.025 50.61875Q40.4625 50.61875 41.259377 51.571877Q42.05625 52.509377 42.05625 54.290627L42.05625 54.80625L37.05625 54.80625Q37.071877 55.9 37.68125 56.5875Q38.30625 57.259377 39.24375 57.259377Q39.915627 57.259377 40.36875 56.99375Q40.8375 56.7125 41.196877 56.259377L41.9625 56.853127Q41.040627 58.290627 39.18125 58.290627ZM39.025 51.65Q38.259377 51.65 37.728127 52.2125Q37.2125 52.775 37.0875 53.775L40.790627 53.775L40.790627 53.68125Q40.74375 52.7125 40.275 52.18125Q39.80625 51.65 39.025 51.65ZM46.68125 51.884377Q46.4 51.8375 46.05625 51.8375Q44.821877 51.8375 44.36875 52.9L44.36875 58.15L43.103127 58.15L43.103127 50.759377L44.3375 50.759377L44.353127 51.603127Q44.978127 50.61875 46.11875 50.61875Q46.49375 50.61875 46.68125 50.7125L46.68125 51.884377ZM51.68125 51.884377Q51.4 51.8375 51.05625 51.8375Q49.821877 51.8375 49.36875 52.9L49.36875 58.15L48.103127 58.15L48.103127 50.759377L49.3375 50.759377L49.353127 51.603127Q49.978127 50.61875 51.11875 50.61875Q51.49375 50.61875 51.68125 50.7125L51.68125 51.884377ZM56.18125 58.290627Q54.665627 58.290627 53.728127 57.30625Q52.790627 56.30625 52.790627 54.65L52.790627 54.43125Q52.790627 53.321877 53.2125 52.4625Q53.634377 51.5875 54.384377 51.103127Q55.134377 50.61875 56.025 50.61875Q57.4625 50.61875 58.259377 51.571877Q59.05625 52.509377 59.05625 54.290627L59.05625 54.80625L54.05625 54.80625Q54.071877 55.9 54.68125 56.5875Q55.30625 57.259377 56.24375 57.259377Q56.915627 57.259377 57.36875 56.99375Q57.8375 56.7125 58.196877 56.259377L58.9625 56.853127Q58.040627 58.290627 56.18125 58.290627ZM56.025 51.65Q55.259377 51.65 54.728127 52.2125Q54.2125 52.775 54.0875 53.775L57.790627 53.775L57.790627 53.68125Q57.74375 52.7125 57.275 52.18125Q56.80625 51.65 56.025 51.65ZM66.35313 54.540627Q66.35313 56.228127 65.57188 57.259377Q64.80625 58.290627 63.49375 58.290627Q62.15 58.290627 61.36875 57.43125L61.36875 60.99375L60.103127 60.99375L60.103127 50.759377L61.259377 50.759377L61.321877 51.571877Q62.103127 50.61875 63.478127 50.61875Q64.80625 50.61875 65.57188 51.61875Q66.35313 52.61875 66.35313 54.415627L66.35313 54.540627ZM65.0875 54.384377Q65.0875 53.134377 64.55625 52.415627Q64.025 51.696877 63.0875 51.696877Q61.946877 51.696877 61.36875 52.7125L61.36875 56.24375Q61.946877 57.259377 63.103127 57.259377Q64.025 57.259377 64.55625 56.540627Q65.0875 55.80625 65.0875 54.384377ZM71.68125 51.884377Q71.4 51.8375 71.05625 51.8375Q69.82188 51.8375 69.36875 52.9L69.36875 58.15L68.10313 58.15L68.10313 50.759377L69.3375 50.759377L69.35313 51.603127Q69.97813 50.61875 71.11875 50.61875Q71.49375 50.61875 71.68125 50.7125L71.68125 51.884377ZM76.18125 58.290627Q74.66563 58.290627 73.72813 57.30625Q72.79063 56.30625 72.79063 54.65L72.79063 54.43125Q72.79063 53.321877 73.2125 52.4625Q73.63438 51.5875 74.38438 51.103127Q75.13438 50.61875 76.025 50.61875Q77.4625 50.61875 78.25938 51.571877Q79.05625 52.509377 79.05625 54.290627L79.05625 54.80625L74.05625 54.80625Q74.07188 55.9 74.68125 56.5875Q75.30625 57.259377 76.24375 57.259377Q76.91563 57.259377 77.36875 56.99375Q77.8375 56.7125 78.19688 56.259377L78.9625 56.853127Q78.04063 58.290627 76.18125 58.290627ZM76.025 51.65Q75.25938 51.65 74.72813 52.2125Q74.2125 52.775 74.0875 53.775L77.79063 53.775L77.79063 53.68125Q77.74375 52.7125 77.275 52.18125Q76.80625 51.65 76.025 51.65ZM84.41563 56.18125Q84.41563 55.68125 84.025 55.4Q83.63438 55.103127 82.68125 54.9Q81.72813 54.696877 81.15 54.415627Q80.5875 54.11875 80.32188 53.728127Q80.05625 53.3375 80.05625 52.790627Q80.05625 51.86875 80.82188 51.24375Q81.5875 50.61875 82.79063 50.61875Q84.04063 50.61875 84.82188 51.275Q85.60313 51.915627 85.60313 52.93125L84.3375 52.93125Q84.3375 52.4 83.9 52.025Q83.4625 51.65 82.79063 51.65Q82.10313 51.65 81.7125 51.9625Q81.32188 52.259377 81.32188 52.74375Q81.32188 53.196877 81.68125 53.43125Q82.04063 53.665627 82.97813 53.884377Q83.93125 54.0875 84.525 54.384377Q85.11875 54.68125 85.4 55.103127Q85.68125 55.509377 85.68125 56.103127Q85.68125 57.0875 84.88438 57.696877Q84.0875 58.290627 82.82188 58.290627Q81.94688 58.290627 81.25938 57.978127Q80.57188 57.65 80.18125 57.0875Q79.80625 56.525 79.80625 55.86875L81.07188 55.86875Q81.10313 56.509377 81.57188 56.884377Q82.05625 57.259377 82.82188 57.259377Q83.54063 57.259377 83.97813 56.9625Q84.41563 56.665627 84.41563 56.18125ZM90.18125 58.290627Q88.66563 58.290627 87.72813 57.30625Q86.79063 56.30625 86.79063 54.65L86.79063 54.43125Q86.79063 53.321877 87.2125 52.4625Q87.63438 51.5875 88.38438 51.103127Q89.13438 50.61875 90.025 50.61875Q91.4625 50.61875 92.25938 51.571877Q93.05625 52.509377 93.05625 54.290627L93.05625 54.80625L88.05625 54.80625Q88.07188 55.9 88.68125 56.5875Q89.30625 57.259377 90.24375 57.259377Q90.91563 57.259377 91.36875 56.99375Q91.8375 56.7125 92.19688 56.259377L92.9625 56.853127Q92.04063 58.290627 90.18125 58.290627ZM90.025 51.65Q89.25938 51.65 88.72813 52.2125Q88.2125 52.775 88.0875 53.775L91.79063 53.775L91.79063 53.68125Q91.74375 52.7125 91.275 52.18125Q90.80625 51.65 90.025 51.65ZM95.30625 50.759377L95.3375 51.68125Q96.19688 50.61875 97.55625 50.61875Q99.9 50.61875 99.93125 53.259377L99.93125 58.15L98.66563 58.15L98.66563 53.259377Q98.65 52.4625 98.29063 52.0875Q97.93125 51.696877 97.18125 51.696877Q96.55625 51.696877 96.0875 52.025Q95.63438 52.353127 95.36875 52.884377L95.36875 58.15L94.10313 58.15L94.10313 50.759377L95.30625 50.759377ZM103.82188 48.9625L103.82188 50.759377L105.19688 50.759377L105.19688 51.728127L103.82188 51.728127L103.82188 56.321877Q103.82188 56.759377 104.00938 56.99375Q104.19688 57.2125 104.63438 57.2125Q104.85313 57.2125 105.24375 57.11875L105.24375 58.15Q104.74375 58.290627 104.275 58.290627Q103.41563 58.290627 102.97813 57.775Q102.55625 57.259377 102.55625 56.321877L102.55625 51.728127L101.2125 51.728127L101.2125 50.759377L102.55625 50.759377L102.55625 48.9625L103.82188 48.9625ZM110.18125 58.290627Q108.66563 58.290627 107.72813 57.30625Q106.79063 56.30625 106.79063 54.65L106.79063 54.43125Q106.79063 53.321877 107.2125 52.4625Q107.63438 51.5875 108.38438 51.103127Q109.13438 50.61875 110.025 50.61875Q111.4625 50.61875 112.25938 51.571877Q113.05625 52.509377 113.05625 54.290627L113.05625 54.80625L108.05625 54.80625Q108.07188 55.9 108.68125 56.5875Q109.30625 57.259377 110.24375 57.259377Q110.91563 57.259377 111.36875 56.99375Q111.8375 56.7125 112.19688 56.259377L112.9625 56.853127Q112.04063 58.290627 110.18125 58.290627ZM110.025 51.65Q109.25938 51.65 108.72813 52.2125Q108.2125 52.775 108.0875 53.775L111.79063 53.775L111.79063 53.68125Q111.74375 52.7125 111.275 52.18125Q110.80625 51.65 110.025 51.65ZM113.80625 54.384377Q113.80625 52.68125 114.60313 51.65Q115.41563 50.61875 116.7125 50.61875Q118.025 50.61875 118.775 51.509377L118.775 47.65L120.04063 47.65L120.04063 58.15L118.88438 58.15L118.82188 57.353127Q118.05625 58.290627 116.7125 58.290627Q115.41563 58.290627 114.60313 57.24375Q113.80625 56.18125 113.80625 54.478127L113.80625 54.384377ZM115.07188 54.540627Q115.07188 55.790627 115.5875 56.509377Q116.10313 57.2125 117.025 57.2125Q118.22813 57.2125 118.775 56.134377L118.775 52.728127Q118.2125 51.696877 117.04063 51.696877Q116.10313 51.696877 115.5875 52.415627Q115.07188 53.11875 115.07188 54.540627ZM124.80625 54.384377Q124.80625 52.665627 125.60313 51.65Q126.4 50.61875 127.72813 50.61875Q129.07187 50.61875 129.8375 51.571877L129.9 50.759377L131.05624 50.759377L131.05624 57.978127Q131.05624 59.415627 130.19687 60.228127Q129.35312 61.05625 127.91563 61.05625Q127.11875 61.05625 126.35313 60.7125Q125.5875 60.384377 125.18125 59.790627L125.8375 59.025Q126.65 60.025 127.82188 60.025Q128.74374 60.025 129.25937 59.509377Q129.79062 58.99375 129.79062 58.040627L129.79062 57.415627Q129.025 58.290627 127.7125 58.290627Q126.41563 58.290627 125.60313 57.24375Q124.80625 56.196877 124.80625 54.384377ZM126.07188 54.540627Q126.07188 55.790627 126.5875 56.509377Q127.10313 57.2125 128.025 57.2125Q129.22812 57.2125 129.79062 56.11875L129.79062 52.74375Q129.19687 51.696877 128.04062 51.696877Q127.11875 51.696877 126.5875 52.415627Q126.07188 53.11875 126.07188 54.540627ZM136.68124 51.884377Q136.4 51.8375 136.05624 51.8375Q134.82187 51.8375 134.36874 52.9L134.36874 58.15L133.10312 58.15L133.10312 50.759377L134.3375 50.759377L134.35312 51.603127Q134.97812 50.61875 136.11874 50.61875Q136.49374 50.61875 136.68124 50.7125L136.68124 51.884377ZM137.775 54.384377Q137.775 53.290627 138.19687 52.43125Q138.63437 51.55625 139.38437 51.0875Q140.15 50.61875 141.13437 50.61875Q142.63437 50.61875 143.57187 51.665627Q144.50937 52.7125 144.50937 54.446877L144.50937 54.540627Q144.50937 55.61875 144.0875 56.478127Q143.68124 57.321877 142.9 57.80625Q142.13437 58.290627 141.15 58.290627Q139.63437 58.290627 138.69687 57.24375Q137.775 56.196877 137.775 54.478127L137.775 54.384377ZM139.04062 54.540627Q139.04062 55.759377 139.60312 56.509377Q140.18124 57.259377 141.15 57.259377Q142.10312 57.259377 142.66562 56.509377Q143.24374 55.74375 143.24374 54.384377Q143.24374 53.165627 142.66562 52.415627Q142.0875 51.65 141.13437 51.65Q140.19687 51.65 139.61874 52.4Q139.04062 53.15 139.04062 54.540627ZM150.68124 57.415627Q149.93124 58.290627 148.50937 58.290627Q147.32187 58.290627 146.69687 57.603127Q146.0875 56.915627 146.0875 55.571877L146.0875 50.759377L147.3375 50.759377L147.3375 55.525Q147.3375 57.2125 148.7125 57.2125Q150.16562 57.2125 150.63437 56.134377L150.63437 50.759377L151.9 50.759377L151.9 58.15L150.69687 58.15L150.68124 57.415627ZM160.35312 54.540627Q160.35312 56.228127 159.57187 57.259377Q158.80624 58.290627 157.49374 58.290627Q156.15 58.290627 155.36874 57.43125L155.36874 60.99375L154.10312 60.99375L154.10312 50.759377L155.25937 50.759377L155.32187 51.571877Q156.10312 50.61875 157.47812 50.61875Q158.80624 50.61875 159.57187 51.61875Q160.35312 52.61875 160.35312 54.415627L160.35312 54.540627ZM159.0875 54.384377Q159.0875 53.134377 158.55624 52.415627Q158.025 51.696877 157.0875 51.696877Q155.94687 51.696877 155.36874 52.7125L155.36874 56.24375Q155.94687 57.259377 157.10312 57.259377Q158.025 57.259377 158.55624 56.540627Q159.0875 55.80625 159.0875 54.384377ZM162.13437 57.49375Q162.13437 57.165627 162.32187 56.946877Q162.525 56.728127 162.91562 56.728127Q163.30624 56.728127 163.50937 56.946877Q163.7125 57.165627 163.7125 57.49375Q163.7125 57.80625 163.50937 58.025Q163.30624 58.228127 162.91562 58.228127Q162.525 58.228127 162.32187 58.025Q162.13437 57.80625 162.13437 57.49375ZM162.13437 51.49375Q162.13437 51.165627 162.32187 50.946877Q162.525 50.728127 162.91562 50.728127Q163.30624 50.728127 163.50937 50.946877Q163.7125 51.165627 163.7125 51.49375Q163.7125 51.80625 163.50937 52.025Q163.30624 52.228127 162.91562 52.228127Q162.525 52.228127 162.32187 52.025Q162.13437 51.80625 162.13437 51.49375Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig38.svg b/_content/survey2019/fig38.svg
deleted file mode 100644
index 7778ff6..0000000
--- a/_content/survey2019/fig38.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 217.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="217" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 217.0L0 217.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M222.5 53.5L222.5 165.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M293.5 53.5L293.5 165.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M364.5 53.5L364.5 165.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M435.5 53.5L435.5 165.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M506.5 53.5L506.5 165.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M577.5 53.5L577.5 165.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M222.5 53.971794L577.525 53.971794L577.525 165.94008L222.5 165.94008L222.5 53.971794Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 88.0L222.0 66.0L508.0 66.0C509.10458 66.0 510.0 66.89543 510.0 68.0L510.0 86.0C510.0 87.10457 509.10458 88.0 508.0 88.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 88.0L222.0 66.0L508.0 66.0C509.10458 66.0 510.0 66.89543 510.0 68.0L510.0 86.0C510.0 87.10457 509.10458 88.0 508.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 121.0L222.0 99.0L232.0 99.0C233.10457 99.0 234.0 99.89543 234.0 101.0L234.0 119.0C234.0 120.10457 233.10457 121.0 232.0 121.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 121.0L222.0 99.0L232.0 99.0C233.10457 99.0 234.0 99.89543 234.0 101.0L234.0 119.0C234.0 120.10457 233.10457 121.0 232.0 121.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M222.0 154.0L222.0 132.0L275.0 132.0C276.10458 132.0 277.0 132.89543 277.0 134.0L277.0 152.0C277.0 153.10457 276.10458 154.0 275.0 154.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M222.0 154.0L222.0 132.0L275.0 132.0C276.10458 132.0 277.0 132.89543 277.0 134.0L277.0 152.0C277.0 153.10457 276.10458 154.0 275.0 154.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M527.6628 75.1875Q527.6628 75.828125 527.31903 76.328125Q526.9753 76.828125 526.4128 77.109375Q527.06903 77.390625 527.45966 77.953125Q527.8503 78.5 527.8503 79.203125Q527.8503 80.296875 527.1003 80.96875Q526.3659 81.625 525.14716 81.625Q523.9128 81.625 523.1628 80.96875Q522.4284 80.296875 522.4284 79.203125Q522.4284 78.5 522.8034 77.953125Q523.1784 77.390625 523.8503 77.109375Q523.2878 76.828125 522.95966 76.328125Q522.63153 75.828125 522.63153 75.1875Q522.63153 74.109375 523.31903 73.484375Q524.00653 72.84375 525.14716 72.84375Q526.27216 72.84375 526.95966 73.484375Q527.6628 74.109375 527.6628 75.1875ZM526.77216 79.171875Q526.77216 78.453125 526.31903 78.015625Q525.8659 77.5625 525.13153 77.5625Q524.39716 77.5625 523.94403 78.015625Q523.50653 78.453125 523.50653 79.1875Q523.50653 79.90625 523.94403 80.328125Q524.38153 80.734375 525.14716 80.734375Q525.89716 80.734375 526.33466 80.3125Q526.77216 79.890625 526.77216 79.171875ZM525.14716 73.734375Q524.50653 73.734375 524.1003 74.140625Q523.70966 74.53125 523.70966 75.21875Q523.70966 75.859375 524.1003 76.265625Q524.4909 76.671875 525.13153 76.671875Q525.7878 76.671875 526.1784 76.265625Q526.56903 75.859375 526.56903 75.21875Q526.56903 74.5625 526.1628 74.15625Q525.75653 73.734375 525.14716 73.734375ZM533.0378 81.5L531.95966 81.5L531.95966 74.28125L529.77216 75.078125L529.77216 74.09375L532.88153 72.921875L533.0378 72.921875L533.0378 81.5ZM536.38153 74.609375Q536.38153 73.84375 536.8659 73.34375Q537.3659 72.84375 538.13153 72.84375Q538.9128 72.84375 539.39716 73.34375Q539.88153 73.84375 539.88153 74.640625L539.88153 75.0625Q539.88153 75.828125 539.38153 76.328125Q538.89716 76.8125 538.14716 76.8125Q537.38153 76.8125 536.88153 76.328125Q536.38153 75.828125 536.38153 75.015625L536.38153 74.609375ZM537.19403 75.0625Q537.19403 75.515625 537.44403 75.8125Q537.70966 76.109375 538.14716 76.109375Q538.56903 76.109375 538.81903 75.828125Q539.06903 75.53125 539.06903 75.03125L539.06903 74.609375Q539.06903 74.15625 538.81903 73.859375Q538.56903 73.546875 538.13153 73.546875Q537.69403 73.546875 537.44403 73.859375Q537.19403 74.15625 537.19403 74.625L537.19403 75.0625ZM540.5378 79.40625Q540.5378 78.640625 541.02216 78.15625Q541.52216 77.65625 542.2878 77.65625Q543.0534 77.65625 543.5378 78.15625Q544.0378 78.640625 544.0378 79.453125L544.0378 79.859375Q544.0378 80.625 543.5534 81.125Q543.06903 81.625 542.3034 81.625Q541.5378 81.625 541.0378 81.140625Q540.5378 80.640625 540.5378 79.828125L540.5378 79.40625ZM541.3503 79.859375Q541.3503 80.328125 541.6003 80.625Q541.8659 80.921875 542.3034 80.921875Q542.7253 80.921875 542.9753 80.640625Q543.2253 80.34375 543.2253 79.84375L543.2253 79.40625Q543.2253 78.9375 542.95966 78.65625Q542.70966 78.359375 542.2878 78.359375Q541.8659 78.359375 541.6003 78.65625Q541.3503 78.9375 541.3503 79.4375L541.3503 79.859375ZM538.39716 80.859375L537.77216 80.46875L541.94403 73.796875L542.5534 74.1875L538.39716 80.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M527.6628 75.1875Q527.6628 75.828125 527.31903 76.328125Q526.9753 76.828125 526.4128 77.109375Q527.06903 77.390625 527.45966 77.953125Q527.8503 78.5 527.8503 79.203125Q527.8503 80.296875 527.1003 80.96875Q526.3659 81.625 525.14716 81.625Q523.9128 81.625 523.1628 80.96875Q522.4284 80.296875 522.4284 79.203125Q522.4284 78.5 522.8034 77.953125Q523.1784 77.390625 523.8503 77.109375Q523.2878 76.828125 522.95966 76.328125Q522.63153 75.828125 522.63153 75.1875Q522.63153 74.109375 523.31903 73.484375Q524.00653 72.84375 525.14716 72.84375Q526.27216 72.84375 526.95966 73.484375Q527.6628 74.109375 527.6628 75.1875ZM526.77216 79.171875Q526.77216 78.453125 526.31903 78.015625Q525.8659 77.5625 525.13153 77.5625Q524.39716 77.5625 523.94403 78.015625Q523.50653 78.453125 523.50653 79.1875Q523.50653 79.90625 523.94403 80.328125Q524.38153 80.734375 525.14716 80.734375Q525.89716 80.734375 526.33466 80.3125Q526.77216 79.890625 526.77216 79.171875ZM525.14716 73.734375Q524.50653 73.734375 524.1003 74.140625Q523.70966 74.53125 523.70966 75.21875Q523.70966 75.859375 524.1003 76.265625Q524.4909 76.671875 525.13153 76.671875Q525.7878 76.671875 526.1784 76.265625Q526.56903 75.859375 526.56903 75.21875Q526.56903 74.5625 526.1628 74.15625Q525.75653 73.734375 525.14716 73.734375ZM533.0378 81.5L531.95966 81.5L531.95966 74.28125L529.77216 75.078125L529.77216 74.09375L532.88153 72.921875L533.0378 72.921875L533.0378 81.5ZM536.38153 74.609375Q536.38153 73.84375 536.8659 73.34375Q537.3659 72.84375 538.13153 72.84375Q538.9128 72.84375 539.39716 73.34375Q539.88153 73.84375 539.88153 74.640625L539.88153 75.0625Q539.88153 75.828125 539.38153 76.328125Q538.89716 76.8125 538.14716 76.8125Q537.38153 76.8125 536.88153 76.328125Q536.38153 75.828125 536.38153 75.015625L536.38153 74.609375ZM537.19403 75.0625Q537.19403 75.515625 537.44403 75.8125Q537.70966 76.109375 538.14716 76.109375Q538.56903 76.109375 538.81903 75.828125Q539.06903 75.53125 539.06903 75.03125L539.06903 74.609375Q539.06903 74.15625 538.81903 73.859375Q538.56903 73.546875 538.13153 73.546875Q537.69403 73.546875 537.44403 73.859375Q537.19403 74.15625 537.19403 74.625L537.19403 75.0625ZM540.5378 79.40625Q540.5378 78.640625 541.02216 78.15625Q541.52216 77.65625 542.2878 77.65625Q543.0534 77.65625 543.5378 78.15625Q544.0378 78.640625 544.0378 79.453125L544.0378 79.859375Q544.0378 80.625 543.5534 81.125Q543.06903 81.625 542.3034 81.625Q541.5378 81.625 541.0378 81.140625Q540.5378 80.640625 540.5378 79.828125L540.5378 79.40625ZM541.3503 79.859375Q541.3503 80.328125 541.6003 80.625Q541.8659 80.921875 542.3034 80.921875Q542.7253 80.921875 542.9753 80.640625Q543.2253 80.34375 543.2253 79.84375L543.2253 79.40625Q543.2253 78.9375 542.95966 78.65625Q542.70966 78.359375 542.2878 78.359375Q541.8659 78.359375 541.6003 78.65625Q541.3503 78.9375 541.3503 79.4375L541.3503 79.859375ZM538.39716 80.859375L537.77216 80.46875L541.94403 73.796875L542.5534 74.1875L538.39716 80.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M248.03412 109.703125L248.84662 109.703125Q249.62787 109.6875 250.06537 109.296875Q250.50287 108.90625 250.50287 108.234375Q250.50287 106.734375 249.00287 106.734375Q248.29974 106.734375 247.87787 107.140625Q247.47162 107.546875 247.47162 108.203125L246.37787 108.203125Q246.37787 107.1875 247.11224 106.515625Q247.86224 105.84375 249.00287 105.84375Q250.206 105.84375 250.8935 106.484375Q251.581 107.125 251.581 108.265625Q251.581 108.828125 251.22162 109.34375Q250.86224 109.859375 250.23724 110.125Q250.94037 110.34375 251.31537 110.859375Q251.706 111.375 251.706 112.125Q251.706 113.265625 250.956 113.953125Q250.206 114.625 249.00287 114.625Q247.81537 114.625 247.04974 113.96875Q246.29974 113.3125 246.29974 112.25L247.3935 112.25Q247.3935 112.921875 247.831 113.328125Q248.2685 113.734375 249.0185 113.734375Q249.79974 113.734375 250.206 113.328125Q250.62787 112.90625 250.62787 112.140625Q250.62787 111.40625 250.17474 111.015625Q249.72162 110.609375 248.84662 110.59375L248.03412 110.59375L248.03412 109.703125ZM253.36224 107.609375Q253.36224 106.84375 253.84662 106.34375Q254.34662 105.84375 255.11224 105.84375Q255.8935 105.84375 256.37787 106.34375Q256.86224 106.84375 256.86224 107.640625L256.86224 108.0625Q256.86224 108.828125 256.36224 109.328125Q255.87787 109.8125 255.12787 109.8125Q254.36224 109.8125 253.86224 109.328125Q253.36224 108.828125 253.36224 108.015625L253.36224 107.609375ZM254.17474 108.0625Q254.17474 108.515625 254.42474 108.8125Q254.69037 109.109375 255.12787 109.109375Q255.54974 109.109375 255.79974 108.828125Q256.04974 108.53125 256.04974 108.03125L256.04974 107.609375Q256.04974 107.15625 255.79974 106.859375Q255.54974 106.546875 255.11224 106.546875Q254.67474 106.546875 254.42474 106.859375Q254.17474 107.15625 254.17474 107.625L254.17474 108.0625ZM257.5185 112.40625Q257.5185 111.640625 258.00287 111.15625Q258.50287 110.65625 259.2685 110.65625Q260.03412 110.65625 260.5185 111.15625Q261.0185 111.640625 261.0185 112.453125L261.0185 112.859375Q261.0185 113.625 260.53412 114.125Q260.04974 114.625 259.28412 114.625Q258.5185 114.625 258.0185 114.140625Q257.5185 113.640625 257.5185 112.828125L257.5185 112.40625ZM258.331 112.859375Q258.331 113.328125 258.581 113.625Q258.84662 113.921875 259.28412 113.921875Q259.706 113.921875 259.956 113.640625Q260.206 113.34375 260.206 112.84375L260.206 112.40625Q260.206 111.9375 259.94037 111.65625Q259.69037 111.359375 259.2685 111.359375Q258.84662 111.359375 258.581 111.65625Q258.331 111.9375 258.331 112.4375L258.331 112.859375ZM255.37787 113.859375L254.75287 113.46875L258.92474 106.796875L259.53412 107.1875L255.37787 113.859375Z" fill-rule="nonzero"/><path fill="#666666" d="M248.03412 109.703125L248.84662 109.703125Q249.62787 109.6875 250.06537 109.296875Q250.50287 108.90625 250.50287 108.234375Q250.50287 106.734375 249.00287 106.734375Q248.29974 106.734375 247.87787 107.140625Q247.47162 107.546875 247.47162 108.203125L246.37787 108.203125Q246.37787 107.1875 247.11224 106.515625Q247.86224 105.84375 249.00287 105.84375Q250.206 105.84375 250.8935 106.484375Q251.581 107.125 251.581 108.265625Q251.581 108.828125 251.22162 109.34375Q250.86224 109.859375 250.23724 110.125Q250.94037 110.34375 251.31537 110.859375Q251.706 111.375 251.706 112.125Q251.706 113.265625 250.956 113.953125Q250.206 114.625 249.00287 114.625Q247.81537 114.625 247.04974 113.96875Q246.29974 113.3125 246.29974 112.25L247.3935 112.25Q247.3935 112.921875 247.831 113.328125Q248.2685 113.734375 249.0185 113.734375Q249.79974 113.734375 250.206 113.328125Q250.62787 112.90625 250.62787 112.140625Q250.62787 111.40625 250.17474 111.015625Q249.72162 110.609375 248.84662 110.59375L248.03412 110.59375L248.03412 109.703125ZM253.36224 107.609375Q253.36224 106.84375 253.84662 106.34375Q254.34662 105.84375 255.11224 105.84375Q255.8935 105.84375 256.37787 106.34375Q256.86224 106.84375 256.86224 107.640625L256.86224 108.0625Q256.86224 108.828125 256.36224 109.328125Q255.87787 109.8125 255.12787 109.8125Q254.36224 109.8125 253.86224 109.328125Q253.36224 108.828125 253.36224 108.015625L253.36224 107.609375ZM254.17474 108.0625Q254.17474 108.515625 254.42474 108.8125Q254.69037 109.109375 255.12787 109.109375Q255.54974 109.109375 255.79974 108.828125Q256.04974 108.53125 256.04974 108.03125L256.04974 107.609375Q256.04974 107.15625 255.79974 106.859375Q255.54974 106.546875 255.11224 106.546875Q254.67474 106.546875 254.42474 106.859375Q254.17474 107.15625 254.17474 107.625L254.17474 108.0625ZM257.5185 112.40625Q257.5185 111.640625 258.00287 111.15625Q258.50287 110.65625 259.2685 110.65625Q260.03412 110.65625 260.5185 111.15625Q261.0185 111.640625 261.0185 112.453125L261.0185 112.859375Q261.0185 113.625 260.53412 114.125Q260.04974 114.625 259.28412 114.625Q258.5185 114.625 258.0185 114.140625Q257.5185 113.640625 257.5185 112.828125L257.5185 112.40625ZM258.331 112.859375Q258.331 113.328125 258.581 113.625Q258.84662 113.921875 259.28412 113.921875Q259.706 113.921875 259.956 113.640625Q260.206 113.34375 260.206 112.84375L260.206 112.40625Q260.206 111.9375 259.94037 111.65625Q259.69037 111.359375 259.2685 111.359375Q258.84662 111.359375 258.581 111.65625Q258.331 111.9375 258.331 112.4375L258.331 112.859375ZM255.37787 113.859375L254.75287 113.46875L258.92474 106.796875L259.53412 107.1875L255.37787 113.859375Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M293.20358 147.5L292.12546 147.5L292.12546 140.28125L289.93796 141.07812L289.93796 140.09375L293.04733 138.92188L293.20358 138.92188L293.20358 147.5ZM297.14108 143.21875L297.57858 138.96875L301.95358 138.96875L301.95358 139.96875L298.50046 139.96875L298.23483 142.29688Q298.87546 141.92188 299.67233 141.92188Q300.82858 141.92188 301.51608 142.70312Q302.20358 143.46875 302.20358 144.78125Q302.20358 146.09375 301.48483 146.85938Q300.7817 147.625 299.50046 147.625Q298.37546 147.625 297.6567 147.0Q296.93796 146.35938 296.8442 145.25L297.85983 145.25Q297.9692 145.98438 298.39108 146.35938Q298.81296 146.73438 299.50046 146.73438Q300.25046 146.73438 300.68796 146.21875Q301.12546 145.70312 301.12546 144.79688Q301.12546 143.9375 300.6567 143.42188Q300.18796 142.90625 299.4067 142.90625Q298.70358 142.90625 298.29733 143.20312L298.01608 143.4375L297.14108 143.21875ZM303.54733 140.60938Q303.54733 139.84375 304.0317 139.34375Q304.5317 138.84375 305.29733 138.84375Q306.07858 138.84375 306.56296 139.34375Q307.04733 139.84375 307.04733 140.64062L307.04733 141.0625Q307.04733 141.82812 306.54733 142.32812Q306.06296 142.8125 305.31296 142.8125Q304.54733 142.8125 304.04733 142.32812Q303.54733 141.82812 303.54733 141.01562L303.54733 140.60938ZM304.35983 141.0625Q304.35983 141.51562 304.60983 141.8125Q304.87546 142.10938 305.31296 142.10938Q305.73483 142.10938 305.98483 141.82812Q306.23483 141.53125 306.23483 141.03125L306.23483 140.60938Q306.23483 140.15625 305.98483 139.85938Q305.73483 139.54688 305.29733 139.54688Q304.85983 139.54688 304.60983 139.85938Q304.35983 140.15625 304.35983 140.625L304.35983 141.0625ZM307.70358 145.40625Q307.70358 144.64062 308.18796 144.15625Q308.68796 143.65625 309.45358 143.65625Q310.2192 143.65625 310.70358 144.15625Q311.20358 144.64062 311.20358 145.45312L311.20358 145.85938Q311.20358 146.625 310.7192 147.125Q310.23483 147.625 309.4692 147.625Q308.70358 147.625 308.20358 147.14062Q307.70358 146.64062 307.70358 145.82812L307.70358 145.40625ZM308.51608 145.85938Q308.51608 146.32812 308.76608 146.625Q309.0317 146.92188 309.4692 146.92188Q309.89108 146.92188 310.14108 146.64062Q310.39108 146.34375 310.39108 145.84375L310.39108 145.40625Q310.39108 144.9375 310.12546 144.65625Q309.87546 144.35938 309.45358 144.35938Q309.0317 144.35938 308.76608 144.65625Q308.51608 144.9375 308.51608 145.4375L308.51608 145.85938ZM305.56296 146.85938L304.93796 146.46875L309.10983 139.79688L309.7192 140.1875L305.56296 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M293.20358 147.5L292.12546 147.5L292.12546 140.28125L289.93796 141.07812L289.93796 140.09375L293.04733 138.92188L293.20358 138.92188L293.20358 147.5ZM297.14108 143.21875L297.57858 138.96875L301.95358 138.96875L301.95358 139.96875L298.50046 139.96875L298.23483 142.29688Q298.87546 141.92188 299.67233 141.92188Q300.82858 141.92188 301.51608 142.70312Q302.20358 143.46875 302.20358 144.78125Q302.20358 146.09375 301.48483 146.85938Q300.7817 147.625 299.50046 147.625Q298.37546 147.625 297.6567 147.0Q296.93796 146.35938 296.8442 145.25L297.85983 145.25Q297.9692 145.98438 298.39108 146.35938Q298.81296 146.73438 299.50046 146.73438Q300.25046 146.73438 300.68796 146.21875Q301.12546 145.70312 301.12546 144.79688Q301.12546 143.9375 300.6567 143.42188Q300.18796 142.90625 299.4067 142.90625Q298.70358 142.90625 298.29733 143.20312L298.01608 143.4375L297.14108 143.21875ZM303.54733 140.60938Q303.54733 139.84375 304.0317 139.34375Q304.5317 138.84375 305.29733 138.84375Q306.07858 138.84375 306.56296 139.34375Q307.04733 139.84375 307.04733 140.64062L307.04733 141.0625Q307.04733 141.82812 306.54733 142.32812Q306.06296 142.8125 305.31296 142.8125Q304.54733 142.8125 304.04733 142.32812Q303.54733 141.82812 303.54733 141.01562L303.54733 140.60938ZM304.35983 141.0625Q304.35983 141.51562 304.60983 141.8125Q304.87546 142.10938 305.31296 142.10938Q305.73483 142.10938 305.98483 141.82812Q306.23483 141.53125 306.23483 141.03125L306.23483 140.60938Q306.23483 140.15625 305.98483 139.85938Q305.73483 139.54688 305.29733 139.54688Q304.85983 139.54688 304.60983 139.85938Q304.35983 140.15625 304.35983 140.625L304.35983 141.0625ZM307.70358 145.40625Q307.70358 144.64062 308.18796 144.15625Q308.68796 143.65625 309.45358 143.65625Q310.2192 143.65625 310.70358 144.15625Q311.20358 144.64062 311.20358 145.45312L311.20358 145.85938Q311.20358 146.625 310.7192 147.125Q310.23483 147.625 309.4692 147.625Q308.70358 147.625 308.20358 147.14062Q307.70358 146.64062 307.70358 145.82812L307.70358 145.40625ZM308.51608 145.85938Q308.51608 146.32812 308.76608 146.625Q309.0317 146.92188 309.4692 146.92188Q309.89108 146.92188 310.14108 146.64062Q310.39108 146.34375 310.39108 145.84375L310.39108 145.40625Q310.39108 144.9375 310.12546 144.65625Q309.87546 144.35938 309.45358 144.35938Q309.0317 144.35938 308.76608 144.65625Q308.51608 144.9375 308.51608 145.4375L308.51608 145.85938ZM305.56296 146.85938L304.93796 146.46875L309.10983 139.79688L309.7192 140.1875L305.56296 146.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M326.6219 201.75627Q326.6219 200.99065 327.10626 200.49065Q327.60626 199.99065 328.3719 199.99065Q329.15314 199.99065 329.6375 200.49065Q330.1219 200.99065 330.1219 201.78752L330.1219 202.2094Q330.1219 202.97502 329.6219 203.47502Q329.1375 203.9594 328.3875 203.9594Q327.6219 203.9594 327.1219 203.47502Q326.6219 202.97502 326.6219 202.16252L326.6219 201.75627ZM327.4344 202.2094Q327.4344 202.66252 327.6844 202.9594Q327.95 203.25627 328.3875 203.25627Q328.8094 203.25627 329.0594 202.97502Q329.3094 202.67815 329.3094 202.17815L329.3094 201.75627Q329.3094 201.30315 329.0594 201.00627Q328.8094 200.69377 328.3719 200.69377Q327.9344 200.69377 327.6844 201.00627Q327.4344 201.30315 327.4344 201.7719L327.4344 202.2094ZM330.77814 206.55315Q330.77814 205.78752 331.2625 205.30315Q331.7625 204.80315 332.52814 204.80315Q333.29376 204.80315 333.77814 205.30315Q334.27814 205.78752 334.27814 206.60002L334.27814 207.00627Q334.27814 207.7719 333.79376 208.2719Q333.3094 208.7719 332.54376 208.7719Q331.77814 208.7719 331.27814 208.28752Q330.77814 207.78752 330.77814 206.97502L330.77814 206.55315ZM331.59064 207.00627Q331.59064 207.47502 331.84064 207.7719Q332.10626 208.06877 332.54376 208.06877Q332.96564 208.06877 333.21564 207.78752Q333.46564 207.49065 333.46564 206.99065L333.46564 206.55315Q333.46564 206.0844 333.2 205.80315Q332.95 205.50627 332.52814 205.50627Q332.10626 205.50627 331.84064 205.80315Q331.59064 206.0844 331.59064 206.5844L331.59064 207.00627ZM328.6375 208.00627L328.0125 207.61565L332.1844 200.94377L332.79376 201.3344L328.6375 208.00627ZM338.54376 205.41252Q338.54376 204.49065 338.90314 203.74065Q339.27814 202.99065 339.9344 202.60002Q340.59064 202.19377 341.41876 202.19377Q342.71564 202.19377 343.5125 203.0844Q344.325 203.97502 344.325 205.47502L344.325 205.55315Q344.325 206.47502 343.96564 207.2094Q343.60626 207.94377 342.95 208.36565Q342.29376 208.7719 341.4344 208.7719Q340.15314 208.7719 339.34064 207.88127Q338.54376 206.97502 338.54376 205.49065L338.54376 205.41252ZM339.6375 205.55315Q339.6375 206.60002 340.1219 207.24065Q340.6219 207.88127 341.4344 207.88127Q342.2625 207.88127 342.7469 207.24065Q343.23126 206.5844 343.23126 205.41252Q343.23126 204.38127 342.73126 203.74065Q342.2469 203.0844 341.41876 203.0844Q340.6219 203.0844 340.1219 203.72502Q339.6375 204.35002 339.6375 205.55315ZM346.3719 208.6469L346.3719 203.1469L345.3719 203.1469L345.3719 202.30315L346.3719 202.30315L346.3719 201.66252Q346.3719 200.63127 346.90314 200.0844Q347.45 199.5219 348.45 199.5219Q348.825 199.5219 349.2 199.61565L349.1375 200.50627Q348.85626 200.44377 348.5594 200.44377Q348.02814 200.44377 347.73126 200.75627Q347.45 201.06877 347.45 201.63127L347.45 202.30315L348.8094 202.30315L348.8094 203.1469L347.45 203.1469L347.45 208.6469L346.3719 208.6469ZM355.90314 203.2719Q355.65314 203.24065 355.3719 203.24065Q354.29376 203.24065 353.91876 204.1469L353.91876 208.6469L352.84064 208.6469L352.84064 202.30315L353.8875 202.30315L353.90314 203.03752Q354.4344 202.19377 355.41876 202.19377Q355.73126 202.19377 355.90314 202.2719L355.90314 203.2719ZM359.46564 208.7719Q358.16876 208.7719 357.35626 207.92815Q356.5594 207.06877 356.5594 205.6469L356.5594 205.4594Q356.5594 204.50627 356.91876 203.7719Q357.27814 203.0219 357.91876 202.61565Q358.575 202.19377 359.325 202.19377Q360.5594 202.19377 361.2469 203.00627Q361.9344 203.81877 361.9344 205.3344L361.9344 205.78752L357.6375 205.78752Q357.66876 206.72502 358.1844 207.30315Q358.71564 207.88127 359.52814 207.88127Q360.09064 207.88127 360.48126 207.6469Q360.8875 207.41252 361.2 207.0219L361.85626 207.53752Q361.0594 208.7719 359.46564 208.7719ZM359.325 203.0844Q358.66876 203.0844 358.21564 203.56877Q357.77814 204.03752 357.6844 204.8969L360.85626 204.8969L360.85626 204.81877Q360.8094 203.99065 360.40314 203.53752Q360.0125 203.0844 359.325 203.0844ZM366.52814 206.9594Q366.52814 206.5219 366.1844 206.28752Q365.85626 206.03752 365.02814 205.86565Q364.21564 205.69377 363.73126 205.44377Q363.2469 205.19377 363.0125 204.86565Q362.79376 204.5219 362.79376 204.05315Q362.79376 203.2719 363.45 202.74065Q364.10626 202.19377 365.1375 202.19377Q366.21564 202.19377 366.8719 202.75627Q367.54376 203.30315 367.54376 204.16252L366.46564 204.16252Q366.46564 203.72502 366.075 203.41252Q365.7 203.0844 365.1375 203.0844Q364.54376 203.0844 364.2 203.35002Q363.8719 203.60002 363.8719 204.00627Q363.8719 204.3969 364.1844 204.60002Q364.4969 204.80315 365.3094 204.99065Q366.1219 205.16252 366.6219 205.41252Q367.1219 205.66252 367.35626 206.0219Q367.60626 206.38127 367.60626 206.88127Q367.60626 207.74065 366.91876 208.25627Q366.2469 208.7719 365.16876 208.7719Q364.40314 208.7719 363.8094 208.50627Q363.23126 208.22502 362.90314 207.74065Q362.575 207.25627 362.575 206.69377L363.65314 206.69377Q363.6844 207.24065 364.09064 207.56877Q364.4969 207.88127 365.16876 207.88127Q365.77814 207.88127 366.15314 207.63127Q366.52814 207.38127 366.52814 206.9594ZM374.1844 205.55315Q374.1844 206.99065 373.52814 207.88127Q372.8719 208.7719 371.73126 208.7719Q370.575 208.7719 369.91876 208.03752L369.91876 211.0844L368.84064 211.0844L368.84064 202.30315L369.825 202.30315L369.8719 203.00627Q370.54376 202.19377 371.71564 202.19377Q372.85626 202.19377 373.5125 203.05315Q374.1844 203.91252 374.1844 205.44377L374.1844 205.55315ZM373.10626 205.42815Q373.10626 204.35002 372.6375 203.74065Q372.1844 203.11565 371.3875 203.11565Q370.40314 203.11565 369.91876 203.97502L369.91876 207.00627Q370.40314 207.88127 371.40314 207.88127Q372.1844 207.88127 372.6375 207.2719Q373.10626 206.6469 373.10626 205.42815ZM375.54376 205.41252Q375.54376 204.49065 375.90314 203.74065Q376.27814 202.99065 376.9344 202.60002Q377.59064 202.19377 378.41876 202.19377Q379.71564 202.19377 380.5125 203.0844Q381.325 203.97502 381.325 205.47502L381.325 205.55315Q381.325 206.47502 380.96564 207.2094Q380.60626 207.94377 379.95 208.36565Q379.29376 208.7719 378.4344 208.7719Q377.15314 208.7719 376.34064 207.88127Q375.54376 206.97502 375.54376 205.49065L375.54376 205.41252ZM376.6375 205.55315Q376.6375 206.60002 377.1219 207.24065Q377.6219 207.88127 378.4344 207.88127Q379.2625 207.88127 379.7469 207.24065Q380.23126 206.5844 380.23126 205.41252Q380.23126 204.38127 379.73126 203.74065Q379.2469 203.0844 378.41876 203.0844Q377.6219 203.0844 377.1219 203.72502Q376.6375 204.35002 376.6375 205.55315ZM383.85626 202.30315L383.8875 203.10002Q384.6219 202.19377 385.79376 202.19377Q387.8094 202.19377 387.825 204.4594L387.825 208.6469L386.73126 208.6469L386.73126 204.44377Q386.73126 203.7719 386.41876 203.44377Q386.1219 203.11565 385.46564 203.11565Q384.9344 203.11565 384.52814 203.3969Q384.1375 203.67815 383.91876 204.13127L383.91876 208.6469L382.84064 208.6469L382.84064 202.30315L383.85626 202.30315ZM389.575 205.42815Q389.575 203.9594 390.2625 203.0844Q390.95 202.19377 392.075 202.19377Q393.1844 202.19377 393.84064 202.94377L393.84064 199.6469L394.91876 199.6469L394.91876 208.6469L393.91876 208.6469L393.8719 207.9594Q393.21564 208.7719 392.0594 208.7719Q390.96564 208.7719 390.2625 207.86565Q389.575 206.9594 389.575 205.50627L389.575 205.42815ZM390.65314 205.55315Q390.65314 206.63127 391.09064 207.24065Q391.54376 207.85002 392.325 207.85002Q393.35626 207.85002 393.84064 206.91252L393.84064 204.00627Q393.35626 203.11565 392.34064 203.11565Q391.54376 203.11565 391.09064 203.72502Q390.65314 204.3344 390.65314 205.55315ZM399.46564 208.7719Q398.16876 208.7719 397.35626 207.92815Q396.5594 207.06877 396.5594 205.6469L396.5594 205.4594Q396.5594 204.50627 396.91876 203.7719Q397.27814 203.0219 397.91876 202.61565Q398.575 202.19377 399.325 202.19377Q400.5594 202.19377 401.2469 203.00627Q401.9344 203.81877 401.9344 205.3344L401.9344 205.78752L397.6375 205.78752Q397.66876 206.72502 398.1844 207.30315Q398.71564 207.88127 399.52814 207.88127Q400.09064 207.88127 400.48126 207.6469Q400.8875 207.41252 401.2 207.0219L401.85626 207.53752Q401.0594 208.7719 399.46564 208.7719ZM399.325 203.0844Q398.66876 203.0844 398.21564 203.56877Q397.77814 204.03752 397.6844 204.8969L400.85626 204.8969L400.85626 204.81877Q400.8094 203.99065 400.40314 203.53752Q400.0125 203.0844 399.325 203.0844ZM403.85626 202.30315L403.8875 203.10002Q404.6219 202.19377 405.79376 202.19377Q407.8094 202.19377 407.825 204.4594L407.825 208.6469L406.73126 208.6469L406.73126 204.44377Q406.73126 203.7719 406.41876 203.44377Q406.1219 203.11565 405.46564 203.11565Q404.9344 203.11565 404.52814 203.3969Q404.1375 203.67815 403.91876 204.13127L403.91876 208.6469L402.84064 208.6469L402.84064 202.30315L403.85626 202.30315ZM411.3094 200.7719L411.3094 202.30315L412.48126 202.30315L412.48126 203.1469L411.3094 203.1469L411.3094 207.06877Q411.3094 207.4594 411.46564 207.6469Q411.6219 207.8344 411.9969 207.8344Q412.1844 207.8344 412.5125 207.7719L412.5125 208.6469Q412.09064 208.7719 411.6844 208.7719Q410.96564 208.7719 410.59064 208.3344Q410.21564 207.88127 410.21564 207.06877L410.21564 203.1469L409.0594 203.1469L409.0594 202.30315L410.21564 202.30315L410.21564 200.7719L411.3094 200.7719ZM417.52814 206.9594Q417.52814 206.5219 417.1844 206.28752Q416.85626 206.03752 416.02814 205.86565Q415.21564 205.69377 414.73126 205.44377Q414.2469 205.19377 414.0125 204.86565Q413.79376 204.5219 413.79376 204.05315Q413.79376 203.2719 414.45 202.74065Q415.10626 202.19377 416.1375 202.19377Q417.21564 202.19377 417.8719 202.75627Q418.54376 203.30315 418.54376 204.16252L417.46564 204.16252Q417.46564 203.72502 417.075 203.41252Q416.7 203.0844 416.1375 203.0844Q415.54376 203.0844 415.2 203.35002Q414.8719 203.60002 414.8719 204.00627Q414.8719 204.3969 415.1844 204.60002Q415.4969 204.80315 416.3094 204.99065Q417.1219 205.16252 417.6219 205.41252Q418.1219 205.66252 418.35626 206.0219Q418.60626 206.38127 418.60626 206.88127Q418.60626 207.74065 417.91876 208.25627Q417.2469 208.7719 416.16876 208.7719Q415.40314 208.7719 414.8094 208.50627Q414.23126 208.22502 413.90314 207.74065Q413.575 207.25627 413.575 206.69377L414.65314 206.69377Q414.6844 207.24065 415.09064 207.56877Q415.4969 207.88127 416.16876 207.88127Q416.77814 207.88127 417.15314 207.63127Q417.52814 207.38127 417.52814 206.9594ZM422.79376 205.17815Q422.79376 203.86565 423.1375 202.6469Q423.4969 201.42815 424.2 200.42815Q424.90314 199.42815 425.66876 199.0219L425.8875 199.74065Q425.02814 200.3969 424.48126 201.74065Q423.9344 203.0844 423.8875 204.75627L423.8719 205.25627Q423.8719 207.5219 424.7 209.17815Q425.2 210.17815 425.8875 210.74065L425.66876 211.3969Q424.8875 210.97502 424.16876 209.94377Q422.79376 207.9594 422.79376 205.17815ZM427.85626 202.30315L427.8875 203.10002Q428.6219 202.19377 429.79376 202.19377Q431.8094 202.19377 431.825 204.4594L431.825 208.6469L430.73126 208.6469L430.73126 204.44377Q430.73126 203.7719 430.41876 203.44377Q430.1219 203.11565 429.46564 203.11565Q428.9344 203.11565 428.52814 203.3969Q428.1375 203.67815 427.91876 204.13127L427.91876 208.6469L426.84064 208.6469L426.84064 202.30315L427.85626 202.30315ZM438.79376 203.88127L433.90314 203.88127L433.90314 202.92815L438.79376 202.92815L438.79376 203.88127ZM438.79376 206.30315L433.90314 206.30315L433.90314 205.36565L438.79376 205.36565L438.79376 206.30315ZM441.21564 204.36565L441.65314 200.11565L446.02814 200.11565L446.02814 201.11565L442.575 201.11565L442.3094 203.44377Q442.95 203.06877 443.7469 203.06877Q444.90314 203.06877 445.59064 203.85002Q446.27814 204.61565 446.27814 205.92815Q446.27814 207.24065 445.5594 208.00627Q444.85626 208.7719 443.575 208.7719Q442.45 208.7719 441.73126 208.1469Q441.0125 207.50627 440.91876 206.3969L441.9344 206.3969Q442.04376 207.13127 442.46564 207.50627Q442.8875 207.88127 443.575 207.88127Q444.325 207.88127 444.7625 207.36565Q445.2 206.85002 445.2 205.94377Q445.2 205.0844 444.73126 204.56877Q444.2625 204.05315 443.48126 204.05315Q442.77814 204.05315 442.3719 204.35002L442.09064 204.5844L441.21564 204.36565ZM447.79376 210.35002L447.1844 209.92815Q447.73126 209.16252 447.7625 208.3344L447.7625 207.36565L448.825 207.36565L448.825 208.2094Q448.825 208.80315 448.52814 209.3969Q448.23126 209.99065 447.79376 210.35002ZM453.8719 204.8969Q453.54376 205.30315 453.0594 205.55315Q452.59064 205.78752 452.02814 205.78752Q451.29376 205.78752 450.7469 205.42815Q450.2 205.06877 449.90314 204.41252Q449.60626 203.74065 449.60626 202.94377Q449.60626 202.10002 449.91876 201.41252Q450.2469 200.72502 450.84064 200.36565Q451.45 199.99065 452.2469 199.99065Q453.5125 199.99065 454.23126 200.94377Q454.96564 201.8969 454.96564 203.5219L454.96564 203.8344Q454.96564 206.3344 453.98126 207.47502Q452.9969 208.61565 451.0125 208.6469L450.79376 208.6469L450.79376 207.74065L451.02814 207.74065Q452.3719 207.7094 453.09064 207.03752Q453.8094 206.36565 453.8719 204.8969ZM452.2 204.8969Q452.7469 204.8969 453.2 204.56877Q453.66876 204.22502 453.8875 203.74065L453.8875 203.30315Q453.8875 202.24065 453.41876 201.56877Q452.95 200.8969 452.2469 200.8969Q451.52814 200.8969 451.09064 201.44377Q450.66876 201.99065 450.66876 202.8969Q450.66876 203.7719 451.075 204.3344Q451.4969 204.8969 452.2 204.8969ZM460.8719 204.8969Q460.54376 205.30315 460.0594 205.55315Q459.59064 205.78752 459.02814 205.78752Q458.29376 205.78752 457.7469 205.42815Q457.2 205.06877 456.90314 204.41252Q456.60626 203.74065 456.60626 202.94377Q456.60626 202.10002 456.91876 201.41252Q457.2469 200.72502 457.84064 200.36565Q458.45 199.99065 459.2469 199.99065Q460.5125 199.99065 461.23126 200.94377Q461.96564 201.8969 461.96564 203.5219L461.96564 203.8344Q461.96564 206.3344 460.98126 207.47502Q459.9969 208.61565 458.0125 208.6469L457.79376 208.6469L457.79376 207.74065L458.02814 207.74065Q459.3719 207.7094 460.09064 207.03752Q460.8094 206.36565 460.8719 204.8969ZM459.2 204.8969Q459.7469 204.8969 460.2 204.56877Q460.66876 204.22502 460.8875 203.74065L460.8875 203.30315Q460.8875 202.24065 460.41876 201.56877Q459.95 200.8969 459.2469 200.8969Q458.52814 200.8969 458.09064 201.44377Q457.66876 201.99065 457.66876 202.8969Q457.66876 203.7719 458.075 204.3344Q458.4969 204.8969 459.2 204.8969ZM467.27814 208.6469L466.2 208.6469L466.2 201.42815L464.0125 202.22502L464.0125 201.24065L467.1219 200.06877L467.27814 200.06877L467.27814 208.6469ZM473.34064 205.24065Q473.34064 206.55315 472.9969 207.75627Q472.65314 208.94377 471.9344 209.9594Q471.23126 210.97502 470.46564 211.3969L470.23126 210.74065Q471.1375 210.05315 471.6844 208.60002Q472.23126 207.13127 472.2469 205.36565L472.2469 205.17815Q472.2469 203.94377 471.98126 202.88127Q471.73126 201.81877 471.2625 200.99065Q470.8094 200.1469 470.23126 199.67815L470.46564 199.0219Q471.23126 199.44377 471.9344 200.44377Q472.6375 201.44377 472.98126 202.66252Q473.34064 203.86565 473.34064 205.24065Z" fill-rule="nonzero"/><path fill="#666666" d="M78.703125 81.03257L77.578125 81.03257L77.578125 72.50132L78.703125 72.50132L78.703125 81.03257ZM83.0625 77.81382Q83.0625 76.34507 83.75 75.47007Q84.4375 74.579445 85.5625 74.579445Q86.671875 74.579445 87.328125 75.329445L87.328125 72.03257L88.40625 72.03257L88.40625 81.03257L87.40625 81.03257L87.359375 80.34507Q86.703125 81.15757 85.546875 81.15757Q84.453125 81.15757 83.75 80.25132Q83.0625 79.34507 83.0625 77.891945L83.0625 77.81382ZM84.140625 77.93882Q84.140625 79.016945 84.578125 79.62632Q85.03125 80.235695 85.8125 80.235695Q86.84375 80.235695 87.328125 79.298195L87.328125 76.391945Q86.84375 75.50132 85.828125 75.50132Q85.03125 75.50132 84.578125 76.110695Q84.140625 76.72007 84.140625 77.93882ZM90.03125 77.798195Q90.03125 76.87632 90.390625 76.12632Q90.765625 75.37632 91.421875 74.985695Q92.078125 74.579445 92.90625 74.579445Q94.203125 74.579445 95.0 75.47007Q95.8125 76.360695 95.8125 77.860695L95.8125 77.93882Q95.8125 78.860695 95.453125 79.59507Q95.09375 80.329445 94.4375 80.75132Q93.78125 81.15757 92.921875 81.15757Q91.640625 81.15757 90.828125 80.266945Q90.03125 79.360695 90.03125 77.87632L90.03125 77.798195ZM91.125 77.93882Q91.125 78.985695 91.609375 79.62632Q92.109375 80.266945 92.921875 80.266945Q93.75 80.266945 94.234375 79.62632Q94.71875 78.97007 94.71875 77.798195Q94.71875 76.766945 94.21875 76.12632Q93.734375 75.47007 92.90625 75.47007Q92.109375 75.47007 91.609375 76.110695Q91.125 76.735695 91.125 77.93882ZM101.34375 74.68882L101.375 75.485695Q102.109375 74.579445 103.28125 74.579445Q105.296875 74.579445 105.3125 76.84507L105.3125 81.03257L104.21875 81.03257L104.21875 76.829445Q104.21875 76.15757 103.90625 75.829445Q103.609375 75.50132 102.953125 75.50132Q102.421875 75.50132 102.015625 75.78257Q101.625 76.06382 101.40625 76.516945L101.40625 81.03257L100.328125 81.03257L100.328125 74.68882L101.34375 74.68882ZM107.03125 77.798195Q107.03125 76.87632 107.390625 76.12632Q107.765625 75.37632 108.421875 74.985695Q109.078125 74.579445 109.90625 74.579445Q111.203125 74.579445 112.0 75.47007Q112.8125 76.360695 112.8125 77.860695L112.8125 77.93882Q112.8125 78.860695 112.453125 79.59507Q112.09375 80.329445 111.4375 80.75132Q110.78125 81.15757 109.921875 81.15757Q108.640625 81.15757 107.828125 80.266945Q107.03125 79.360695 107.03125 77.87632L107.03125 77.798195ZM108.125 77.93882Q108.125 78.985695 108.609375 79.62632Q109.109375 80.266945 109.921875 80.266945Q110.75 80.266945 111.234375 79.62632Q111.71875 78.97007 111.71875 77.798195Q111.71875 76.766945 111.21875 76.12632Q110.734375 75.47007 109.90625 75.47007Q109.109375 75.47007 108.609375 76.110695Q108.125 76.735695 108.125 77.93882ZM115.796875 73.15757L115.796875 74.68882L116.96875 74.68882L116.96875 75.53257L115.796875 75.53257L115.796875 79.454445Q115.796875 79.84507 115.953125 80.03257Q116.109375 80.22007 116.484375 80.22007Q116.671875 80.22007 117.0 80.15757L117.0 81.03257Q116.578125 81.15757 116.171875 81.15757Q115.453125 81.15757 115.078125 80.72007Q114.703125 80.266945 114.703125 79.454445L114.703125 75.53257L113.546875 75.53257L113.546875 74.68882L114.703125 74.68882L114.703125 73.15757L115.796875 73.15757ZM122.5 81.03257L121.421875 81.03257L121.421875 74.68882L122.5 74.68882L122.5 81.03257ZM121.328125 73.016945Q121.328125 72.75132 121.484375 72.56382Q121.65625 72.37632 121.96875 72.37632Q122.28125 72.37632 122.4375 72.56382Q122.609375 72.75132 122.609375 73.016945Q122.609375 73.266945 122.4375 73.454445Q122.28125 73.62632 121.96875 73.62632Q121.65625 73.62632 121.484375 73.454445Q121.328125 73.266945 121.328125 73.016945ZM124.0625 77.81382Q124.0625 76.34507 124.75 75.47007Q125.4375 74.579445 126.5625 74.579445Q127.671875 74.579445 128.32812 75.329445L128.32812 72.03257L129.40625 72.03257L129.40625 81.03257L128.40625 81.03257L128.35938 80.34507Q127.703125 81.15757 126.546875 81.15757Q125.453125 81.15757 124.75 80.25132Q124.0625 79.34507 124.0625 77.891945L124.0625 77.81382ZM125.140625 77.93882Q125.140625 79.016945 125.578125 79.62632Q126.03125 80.235695 126.8125 80.235695Q127.84375 80.235695 128.32812 79.298195L128.32812 76.391945Q127.84375 75.50132 126.828125 75.50132Q126.03125 75.50132 125.578125 76.110695Q125.140625 76.72007 125.140625 77.93882ZM133.95312 81.15757Q132.65625 81.15757 131.84375 80.31382Q131.04688 79.454445 131.04688 78.03257L131.04688 77.84507Q131.04688 76.891945 131.40625 76.15757Q131.76562 75.40757 132.40625 75.00132Q133.0625 74.579445 133.8125 74.579445Q135.04688 74.579445 135.73438 75.391945Q136.42188 76.204445 136.42188 77.72007L136.42188 78.173195L132.125 78.173195Q132.15625 79.110695 132.67188 79.68882Q133.20312 80.266945 134.01562 80.266945Q134.57812 80.266945 134.96875 80.03257Q135.375 79.798195 135.6875 79.40757L136.34375 79.923195Q135.54688 81.15757 133.95312 81.15757ZM133.8125 75.47007Q133.15625 75.47007 132.70312 75.954445Q132.26562 76.423195 132.17188 77.28257L135.34375 77.28257L135.34375 77.204445Q135.29688 76.37632 134.89062 75.923195Q134.5 75.47007 133.8125 75.47007ZM138.34375 74.68882L138.375 75.485695Q139.10938 74.579445 140.28125 74.579445Q142.29688 74.579445 142.3125 76.84507L142.3125 81.03257L141.21875 81.03257L141.21875 76.829445Q141.21875 76.15757 140.90625 75.829445Q140.60938 75.50132 139.95312 75.50132Q139.42188 75.50132 139.01562 75.78257Q138.625 76.06382 138.40625 76.516945L138.40625 81.03257L137.32812 81.03257L137.32812 74.68882L138.34375 74.68882ZM145.79688 73.15757L145.79688 74.68882L146.96875 74.68882L146.96875 75.53257L145.79688 75.53257L145.79688 79.454445Q145.79688 79.84507 145.95312 80.03257Q146.10938 80.22007 146.48438 80.22007Q146.67188 80.22007 147.0 80.15757L147.0 81.03257Q146.57812 81.15757 146.17188 81.15757Q145.45312 81.15757 145.07812 80.72007Q144.70312 80.266945 144.70312 79.454445L144.70312 75.53257L143.54688 75.53257L143.54688 74.68882L144.70312 74.68882L144.70312 73.15757L145.79688 73.15757ZM149.5 81.03257L148.42188 81.03257L148.42188 74.68882L149.5 74.68882L149.5 81.03257ZM148.32812 73.016945Q148.32812 72.75132 148.48438 72.56382Q148.65625 72.37632 148.96875 72.37632Q149.28125 72.37632 149.4375 72.56382Q149.60938 72.75132 149.60938 73.016945Q149.60938 73.266945 149.4375 73.454445Q149.28125 73.62632 148.96875 73.62632Q148.65625 73.62632 148.48438 73.454445Q148.32812 73.266945 148.32812 73.016945ZM151.85938 81.03257L151.85938 75.53257L150.85938 75.53257L150.85938 74.68882L151.85938 74.68882L151.85938 74.048195Q151.85938 73.016945 152.39062 72.47007Q152.9375 71.90757 153.9375 71.90757Q154.3125 71.90757 154.6875 72.00132L154.625 72.891945Q154.34375 72.829445 154.04688 72.829445Q153.51562 72.829445 153.21875 73.141945Q152.9375 73.454445 152.9375 74.016945L152.9375 74.68882L154.29688 74.68882L154.29688 75.53257L152.9375 75.53257L152.9375 81.03257L151.85938 81.03257ZM157.39062 79.43882L158.875 74.68882L160.03125 74.68882L157.48438 82.016945Q156.89062 83.59507 155.60938 83.59507L155.39062 83.579445L155.0 83.50132L155.0 82.62632L155.28125 82.641945Q155.84375 82.641945 156.14062 82.423195Q156.45312 82.204445 156.65625 81.610695L156.89062 80.954445L154.625 74.68882L155.8125 74.68882L157.39062 79.43882ZM168.23438 81.03257Q168.14062 80.84507 168.07812 80.360695Q167.32812 81.15757 166.28125 81.15757Q165.34375 81.15757 164.73438 80.62632Q164.14062 80.09507 164.14062 79.266945Q164.14062 78.28257 164.89062 77.735695Q165.64062 77.18882 167.01562 77.18882L168.0625 77.18882L168.0625 76.68882Q168.0625 76.12632 167.71875 75.798195Q167.39062 75.454445 166.71875 75.454445Q166.14062 75.454445 165.75 75.75132Q165.35938 76.03257 165.35938 76.454445L164.26562 76.454445Q164.26562 75.97007 164.59375 75.53257Q164.9375 75.09507 165.51562 74.84507Q166.09375 74.579445 166.78125 74.579445Q167.89062 74.579445 168.5 75.12632Q169.125 75.673195 169.15625 76.62632L169.15625 79.548195Q169.15625 80.423195 169.375 80.93882L169.375 81.03257L168.23438 81.03257ZM166.4375 80.204445Q166.95312 80.204445 167.40625 79.93882Q167.85938 79.673195 168.0625 79.25132L168.0625 77.954445L167.21875 77.954445Q165.21875 77.954445 165.21875 79.12632Q165.21875 79.62632 165.5625 79.923195Q165.90625 80.204445 166.4375 80.204445ZM175.01562 79.34507Q175.01562 78.90757 174.67188 78.673195Q174.34375 78.423195 173.51562 78.25132Q172.70312 78.079445 172.21875 77.829445Q171.73438 77.579445 171.5 77.25132Q171.28125 76.90757 171.28125 76.43882Q171.28125 75.65757 171.9375 75.12632Q172.59375 74.579445 173.625 74.579445Q174.70312 74.579445 175.35938 75.141945Q176.03125 75.68882 176.03125 76.548195L174.95312 76.548195Q174.95312 76.110695 174.5625 75.798195Q174.1875 75.47007 173.625 75.47007Q173.03125 75.47007 172.6875 75.735695Q172.35938 75.985695 172.35938 76.391945Q172.35938 76.78257 172.67188 76.985695Q172.98438 77.18882 173.79688 77.37632Q174.60938 77.548195 175.10938 77.798195Q175.60938 78.048195 175.84375 78.40757Q176.09375 78.766945 176.09375 79.266945Q176.09375 80.12632 175.40625 80.641945Q174.73438 81.15757 173.65625 81.15757Q172.89062 81.15757 172.29688 80.891945Q171.71875 80.610695 171.39062 80.12632Q171.0625 79.641945 171.0625 79.079445L172.14062 79.079445Q172.17188 79.62632 172.57812 79.954445Q172.98438 80.266945 173.65625 80.266945Q174.26562 80.266945 174.64062 80.016945Q175.01562 79.766945 175.01562 79.34507ZM180.85938 81.03257L180.85938 75.53257L179.85938 75.53257L179.85938 74.68882L180.85938 74.68882L180.85938 74.048195Q180.85938 73.016945 181.39062 72.47007Q181.9375 71.90757 182.9375 71.90757Q183.3125 71.90757 183.6875 72.00132L183.625 72.891945Q183.34375 72.829445 183.04688 72.829445Q182.51562 72.829445 182.21875 73.141945Q181.9375 73.454445 181.9375 74.016945L181.9375 74.68882L183.29688 74.68882L183.29688 75.53257L181.9375 75.53257L181.9375 81.03257L180.85938 81.03257ZM186.95312 81.15757Q185.65625 81.15757 184.84375 80.31382Q184.04688 79.454445 184.04688 78.03257L184.04688 77.84507Q184.04688 76.891945 184.40625 76.15757Q184.76562 75.40757 185.40625 75.00132Q186.0625 74.579445 186.8125 74.579445Q188.04688 74.579445 188.73438 75.391945Q189.42188 76.204445 189.42188 77.72007L189.42188 78.173195L185.125 78.173195Q185.15625 79.110695 185.67188 79.68882Q186.20312 80.266945 187.01562 80.266945Q187.57812 80.266945 187.96875 80.03257Q188.375 79.798195 188.6875 79.40757L189.34375 79.923195Q188.54688 81.15757 186.95312 81.15757ZM186.8125 75.47007Q186.15625 75.47007 185.70312 75.954445Q185.26562 76.423195 185.17188 77.28257L188.34375 77.28257L188.34375 77.204445Q188.29688 76.37632 187.89062 75.923195Q187.5 75.47007 186.8125 75.47007ZM191.34375 74.68882L191.375 75.391945Q192.0625 74.579445 193.25 74.579445Q194.57812 74.579445 195.0625 75.59507Q195.375 75.141945 195.875 74.860695Q196.39062 74.579445 197.07812 74.579445Q199.17188 74.579445 199.20312 76.78257L199.20312 81.03257L198.125 81.03257L198.125 76.84507Q198.125 76.173195 197.8125 75.84507Q197.5 75.50132 196.76562 75.50132Q196.15625 75.50132 195.75 75.860695Q195.35938 76.22007 195.29688 76.829445L195.29688 81.03257L194.21875 81.03257L194.21875 76.87632Q194.21875 75.50132 192.85938 75.50132Q191.79688 75.50132 191.40625 76.40757L191.40625 81.03257L190.3125 81.03257L190.3125 74.68882L191.34375 74.68882ZM205.23438 81.03257Q205.14062 80.84507 205.07812 80.360695Q204.32812 81.15757 203.28125 81.15757Q202.34375 81.15757 201.73438 80.62632Q201.14062 80.09507 201.14062 79.266945Q201.14062 78.28257 201.89062 77.735695Q202.64062 77.18882 204.01562 77.18882L205.0625 77.18882L205.0625 76.68882Q205.0625 76.12632 204.71875 75.798195Q204.39062 75.454445 203.71875 75.454445Q203.14062 75.454445 202.75 75.75132Q202.35938 76.03257 202.35938 76.454445L201.26562 76.454445Q201.26562 75.97007 201.59375 75.53257Q201.9375 75.09507 202.51562 74.84507Q203.09375 74.579445 203.78125 74.579445Q204.89062 74.579445 205.5 75.12632Q206.125 75.673195 206.15625 76.62632L206.15625 79.548195Q206.15625 80.423195 206.375 80.93882L206.375 81.03257L205.23438 81.03257ZM203.4375 80.204445Q203.95312 80.204445 204.40625 79.93882Q204.85938 79.673195 205.0625 79.25132L205.0625 77.954445L204.21875 77.954445Q202.21875 77.954445 202.21875 79.12632Q202.21875 79.62632 202.5625 79.923195Q202.90625 80.204445 203.4375 80.204445ZM209.5 81.03257L208.42188 81.03257L208.42188 72.03257L209.5 72.03257L209.5 81.03257ZM213.95312 81.15757Q212.65625 81.15757 211.84375 80.31382Q211.04688 79.454445 211.04688 78.03257L211.04688 77.84507Q211.04688 76.891945 211.40625 76.15757Q211.76562 75.40757 212.40625 75.00132Q213.0625 74.579445 213.8125 74.579445Q215.04688 74.579445 215.73438 75.391945Q216.42188 76.204445 216.42188 77.72007L216.42188 78.173195L212.125 78.173195Q212.15625 79.110695 212.67188 79.68882Q213.20312 80.266945 214.01562 80.266945Q214.57812 80.266945 214.96875 80.03257Q215.375 79.798195 215.6875 79.40757L216.34375 79.923195Q215.54688 81.15757 213.95312 81.15757ZM213.8125 75.47007Q213.15625 75.47007 212.70312 75.954445Q212.26562 76.423195 212.17188 77.28257L215.34375 77.28257L215.34375 77.204445Q215.29688 76.37632 214.89062 75.923195Q214.5 75.47007 213.8125 75.47007Z" fill-rule="nonzero"/><path fill="#666666" d="M116.703125 114.45594L115.578125 114.45594L115.578125 105.92469L116.703125 105.92469L116.703125 114.45594ZM122.5 114.45594L121.421875 114.45594L121.421875 108.11219L122.5 108.11219L122.5 114.45594ZM121.328125 106.440315Q121.328125 106.17469 121.484375 105.98719Q121.65625 105.79969 121.96875 105.79969Q122.28125 105.79969 122.4375 105.98719Q122.609375 106.17469 122.609375 106.440315Q122.609375 106.690315 122.4375 106.877815Q122.28125 107.04969 121.96875 107.04969Q121.65625 107.04969 121.484375 106.877815Q121.328125 106.690315 121.328125 106.440315ZM124.0625 111.23719Q124.0625 109.76844 124.75 108.89344Q125.4375 108.002815 126.5625 108.002815Q127.671875 108.002815 128.32812 108.752815L128.32812 105.45594L129.40625 105.45594L129.40625 114.45594L128.40625 114.45594L128.35938 113.76844Q127.703125 114.58094 126.546875 114.58094Q125.453125 114.58094 124.75 113.67469Q124.0625 112.76844 124.0625 111.315315L124.0625 111.23719ZM125.140625 111.36219Q125.140625 112.440315 125.578125 113.04969Q126.03125 113.659065 126.8125 113.659065Q127.84375 113.659065 128.32812 112.721565L128.32812 109.815315Q127.84375 108.92469 126.828125 108.92469Q126.03125 108.92469 125.578125 109.534065Q125.140625 110.14344 125.140625 111.36219ZM133.95312 114.58094Q132.65625 114.58094 131.84375 113.73719Q131.04688 112.877815 131.04688 111.45594L131.04688 111.26844Q131.04688 110.315315 131.40625 109.58094Q131.76562 108.83094 132.40625 108.42469Q133.0625 108.002815 133.8125 108.002815Q135.04688 108.002815 135.73438 108.815315Q136.42188 109.627815 136.42188 111.14344L136.42188 111.596565L132.125 111.596565Q132.15625 112.534065 132.67188 113.11219Q133.20312 113.690315 134.01562 113.690315Q134.57812 113.690315 134.96875 113.45594Q135.375 113.221565 135.6875 112.83094L136.34375 113.346565Q135.54688 114.58094 133.95312 114.58094ZM133.8125 108.89344Q133.15625 108.89344 132.70312 109.377815Q132.26562 109.846565 132.17188 110.70594L135.34375 110.70594L135.34375 110.627815Q135.29688 109.79969 134.89062 109.346565Q134.5 108.89344 133.8125 108.89344ZM138.34375 108.11219L138.375 108.909065Q139.10938 108.002815 140.28125 108.002815Q142.29688 108.002815 142.3125 110.26844L142.3125 114.45594L141.21875 114.45594L141.21875 110.252815Q141.21875 109.58094 140.90625 109.252815Q140.60938 108.92469 139.95312 108.92469Q139.42188 108.92469 139.01562 109.20594Q138.625 109.48719 138.40625 109.940315L138.40625 114.45594L137.32812 114.45594L137.32812 108.11219L138.34375 108.11219ZM145.79688 106.58094L145.79688 108.11219L146.96875 108.11219L146.96875 108.95594L145.79688 108.95594L145.79688 112.877815Q145.79688 113.26844 145.95312 113.45594Q146.10938 113.64344 146.48438 113.64344Q146.67188 113.64344 147.0 113.58094L147.0 114.45594Q146.57812 114.58094 146.17188 114.58094Q145.45312 114.58094 145.07812 114.14344Q144.70312 113.690315 144.70312 112.877815L144.70312 108.95594L143.54688 108.95594L143.54688 108.11219L144.70312 108.11219L144.70312 106.58094L145.79688 106.58094ZM149.5 114.45594L148.42188 114.45594L148.42188 108.11219L149.5 108.11219L149.5 114.45594ZM148.32812 106.440315Q148.32812 106.17469 148.48438 105.98719Q148.65625 105.79969 148.96875 105.79969Q149.28125 105.79969 149.4375 105.98719Q149.60938 106.17469 149.60938 106.440315Q149.60938 106.690315 149.4375 106.877815Q149.28125 107.04969 148.96875 107.04969Q148.65625 107.04969 148.48438 106.877815Q148.32812 106.690315 148.32812 106.440315ZM151.85938 114.45594L151.85938 108.95594L150.85938 108.95594L150.85938 108.11219L151.85938 108.11219L151.85938 107.471565Q151.85938 106.440315 152.39062 105.89344Q152.9375 105.33094 153.9375 105.33094Q154.3125 105.33094 154.6875 105.42469L154.625 106.315315Q154.34375 106.252815 154.04688 106.252815Q153.51562 106.252815 153.21875 106.565315Q152.9375 106.877815 152.9375 107.440315L152.9375 108.11219L154.29688 108.11219L154.29688 108.95594L152.9375 108.95594L152.9375 114.45594L151.85938 114.45594ZM157.39062 112.86219L158.875 108.11219L160.03125 108.11219L157.48438 115.440315Q156.89062 117.01844 155.60938 117.01844L155.39062 117.002815L155.0 116.92469L155.0 116.04969L155.28125 116.065315Q155.84375 116.065315 156.14062 115.846565Q156.45312 115.627815 156.65625 115.034065L156.89062 114.377815L154.625 108.11219L155.8125 108.11219L157.39062 112.86219ZM168.23438 114.45594Q168.14062 114.26844 168.07812 113.784065Q167.32812 114.58094 166.28125 114.58094Q165.34375 114.58094 164.73438 114.04969Q164.14062 113.51844 164.14062 112.690315Q164.14062 111.70594 164.89062 111.159065Q165.64062 110.61219 167.01562 110.61219L168.0625 110.61219L168.0625 110.11219Q168.0625 109.54969 167.71875 109.221565Q167.39062 108.877815 166.71875 108.877815Q166.14062 108.877815 165.75 109.17469Q165.35938 109.45594 165.35938 109.877815L164.26562 109.877815Q164.26562 109.39344 164.59375 108.95594Q164.9375 108.51844 165.51562 108.26844Q166.09375 108.002815 166.78125 108.002815Q167.89062 108.002815 168.5 108.54969Q169.125 109.096565 169.15625 110.04969L169.15625 112.971565Q169.15625 113.846565 169.375 114.36219L169.375 114.45594L168.23438 114.45594ZM166.4375 113.627815Q166.95312 113.627815 167.40625 113.36219Q167.85938 113.096565 168.0625 112.67469L168.0625 111.377815L167.21875 111.377815Q165.21875 111.377815 165.21875 112.54969Q165.21875 113.04969 165.5625 113.346565Q165.90625 113.627815 166.4375 113.627815ZM175.01562 112.76844Q175.01562 112.33094 174.67188 112.096565Q174.34375 111.846565 173.51562 111.67469Q172.70312 111.502815 172.21875 111.252815Q171.73438 111.002815 171.5 110.67469Q171.28125 110.33094 171.28125 109.86219Q171.28125 109.08094 171.9375 108.54969Q172.59375 108.002815 173.625 108.002815Q174.70312 108.002815 175.35938 108.565315Q176.03125 109.11219 176.03125 109.971565L174.95312 109.971565Q174.95312 109.534065 174.5625 109.221565Q174.1875 108.89344 173.625 108.89344Q173.03125 108.89344 172.6875 109.159065Q172.35938 109.409065 172.35938 109.815315Q172.35938 110.20594 172.67188 110.409065Q172.98438 110.61219 173.79688 110.79969Q174.60938 110.971565 175.10938 111.221565Q175.60938 111.471565 175.84375 111.83094Q176.09375 112.190315 176.09375 112.690315Q176.09375 113.54969 175.40625 114.065315Q174.73438 114.58094 173.65625 114.58094Q172.89062 114.58094 172.29688 114.315315Q171.71875 114.034065 171.39062 113.54969Q171.0625 113.065315 171.0625 112.502815L172.14062 112.502815Q172.17188 113.04969 172.57812 113.377815Q172.98438 113.690315 173.65625 113.690315Q174.26562 113.690315 174.64062 113.440315Q175.01562 113.190315 175.01562 112.76844ZM180.85938 114.45594L180.85938 108.95594L179.85938 108.95594L179.85938 108.11219L180.85938 108.11219L180.85938 107.471565Q180.85938 106.440315 181.39062 105.89344Q181.9375 105.33094 182.9375 105.33094Q183.3125 105.33094 183.6875 105.42469L183.625 106.315315Q183.34375 106.252815 183.04688 106.252815Q182.51562 106.252815 182.21875 106.565315Q181.9375 106.877815 181.9375 107.440315L181.9375 108.11219L183.29688 108.11219L183.29688 108.95594L181.9375 108.95594L181.9375 114.45594L180.85938 114.45594ZM186.95312 114.58094Q185.65625 114.58094 184.84375 113.73719Q184.04688 112.877815 184.04688 111.45594L184.04688 111.26844Q184.04688 110.315315 184.40625 109.58094Q184.76562 108.83094 185.40625 108.42469Q186.0625 108.002815 186.8125 108.002815Q188.04688 108.002815 188.73438 108.815315Q189.42188 109.627815 189.42188 111.14344L189.42188 111.596565L185.125 111.596565Q185.15625 112.534065 185.67188 113.11219Q186.20312 113.690315 187.01562 113.690315Q187.57812 113.690315 187.96875 113.45594Q188.375 113.221565 188.6875 112.83094L189.34375 113.346565Q188.54688 114.58094 186.95312 114.58094ZM186.8125 108.89344Q186.15625 108.89344 185.70312 109.377815Q185.26562 109.846565 185.17188 110.70594L188.34375 110.70594L188.34375 110.627815Q188.29688 109.79969 187.89062 109.346565Q187.5 108.89344 186.8125 108.89344ZM191.34375 108.11219L191.375 108.815315Q192.0625 108.002815 193.25 108.002815Q194.57812 108.002815 195.0625 109.01844Q195.375 108.565315 195.875 108.284065Q196.39062 108.002815 197.07812 108.002815Q199.17188 108.002815 199.20312 110.20594L199.20312 114.45594L198.125 114.45594L198.125 110.26844Q198.125 109.596565 197.8125 109.26844Q197.5 108.92469 196.76562 108.92469Q196.15625 108.92469 195.75 109.284065Q195.35938 109.64344 195.29688 110.252815L195.29688 114.45594L194.21875 114.45594L194.21875 110.29969Q194.21875 108.92469 192.85938 108.92469Q191.79688 108.92469 191.40625 109.83094L191.40625 114.45594L190.3125 114.45594L190.3125 108.11219L191.34375 108.11219ZM205.23438 114.45594Q205.14062 114.26844 205.07812 113.784065Q204.32812 114.58094 203.28125 114.58094Q202.34375 114.58094 201.73438 114.04969Q201.14062 113.51844 201.14062 112.690315Q201.14062 111.70594 201.89062 111.159065Q202.64062 110.61219 204.01562 110.61219L205.0625 110.61219L205.0625 110.11219Q205.0625 109.54969 204.71875 109.221565Q204.39062 108.877815 203.71875 108.877815Q203.14062 108.877815 202.75 109.17469Q202.35938 109.45594 202.35938 109.877815L201.26562 109.877815Q201.26562 109.39344 201.59375 108.95594Q201.9375 108.51844 202.51562 108.26844Q203.09375 108.002815 203.78125 108.002815Q204.89062 108.002815 205.5 108.54969Q206.125 109.096565 206.15625 110.04969L206.15625 112.971565Q206.15625 113.846565 206.375 114.36219L206.375 114.45594L205.23438 114.45594ZM203.4375 113.627815Q203.95312 113.627815 204.40625 113.36219Q204.85938 113.096565 205.0625 112.67469L205.0625 111.377815L204.21875 111.377815Q202.21875 111.377815 202.21875 112.54969Q202.21875 113.04969 202.5625 113.346565Q202.90625 113.627815 203.4375 113.627815ZM209.5 114.45594L208.42188 114.45594L208.42188 105.45594L209.5 105.45594L209.5 114.45594ZM213.95312 114.58094Q212.65625 114.58094 211.84375 113.73719Q211.04688 112.877815 211.04688 111.45594L211.04688 111.26844Q211.04688 110.315315 211.40625 109.58094Q211.76562 108.83094 212.40625 108.42469Q213.0625 108.002815 213.8125 108.002815Q215.04688 108.002815 215.73438 108.815315Q216.42188 109.627815 216.42188 111.14344L216.42188 111.596565L212.125 111.596565Q212.15625 112.534065 212.67188 113.11219Q213.20312 113.690315 214.01562 113.690315Q214.57812 113.690315 214.96875 113.45594Q215.375 113.221565 215.6875 112.83094L216.34375 113.346565Q215.54688 114.58094 213.95312 114.58094ZM213.8125 108.89344Q213.15625 108.89344 212.70312 109.377815Q212.26562 109.846565 212.17188 110.70594L215.34375 110.70594L215.34375 110.627815Q215.29688 109.79969 214.89062 109.346565Q214.5 108.89344 213.8125 108.89344Z" fill-rule="nonzero"/><path fill="#666666" d="M104.703125 147.8793L103.578125 147.8793L103.578125 139.34805L104.703125 139.34805L104.703125 147.8793ZM114.671875 144.78555Q114.671875 146.22305 114.015625 147.11368Q113.359375 148.0043 112.21875 148.0043Q111.0625 148.0043 110.40625 147.26993L110.40625 150.3168L109.328125 150.3168L109.328125 141.53555L110.3125 141.53555L110.359375 142.23868Q111.03125 141.42618 112.203125 141.42618Q113.34375 141.42618 114.0 142.28555Q114.671875 143.14493 114.671875 144.67618L114.671875 144.78555ZM113.59375 144.66055Q113.59375 143.58243 113.125 142.97305Q112.671875 142.34805 111.875 142.34805Q110.890625 142.34805 110.40625 143.20743L110.40625 146.23868Q110.890625 147.11368 111.890625 147.11368Q112.671875 147.11368 113.125 146.5043Q113.59375 145.8793 113.59375 144.66055ZM119.390625 142.5043Q119.140625 142.47305 118.859375 142.47305Q117.78125 142.47305 117.40625 143.3793L117.40625 147.8793L116.328125 147.8793L116.328125 141.53555L117.375 141.53555L117.390625 142.26993Q117.921875 141.42618 118.90625 141.42618Q119.21875 141.42618 119.390625 141.5043L119.390625 142.5043ZM122.953125 148.0043Q121.65625 148.0043 120.84375 147.16055Q120.046875 146.30118 120.046875 144.8793L120.046875 144.6918Q120.046875 143.73868 120.40625 143.0043Q120.765625 142.2543 121.40625 141.84805Q122.0625 141.42618 122.8125 141.42618Q124.046875 141.42618 124.734375 142.23868Q125.421875 143.05118 125.421875 144.5668L125.421875 145.01993L121.125 145.01993Q121.15625 145.95743 121.671875 146.53555Q122.203125 147.11368 123.015625 147.11368Q123.578125 147.11368 123.96875 146.8793Q124.375 146.64493 124.6875 146.2543L125.34375 146.76993Q124.546875 148.0043 122.953125 148.0043ZM122.8125 142.3168Q122.15625 142.3168 121.703125 142.80118Q121.265625 143.26993 121.171875 144.1293L124.34375 144.1293L124.34375 144.05118Q124.296875 143.22305 123.890625 142.76993Q123.5 142.3168 122.8125 142.3168ZM126.859375 147.8793L126.859375 142.3793L125.859375 142.3793L125.859375 141.53555L126.859375 141.53555L126.859375 140.89493Q126.859375 139.86368 127.390625 139.3168Q127.9375 138.7543 128.9375 138.7543Q129.3125 138.7543 129.6875 138.84805L129.625 139.73868Q129.34375 139.67618 129.04688 139.67618Q128.51562 139.67618 128.21875 139.98868Q127.9375 140.30118 127.9375 140.86368L127.9375 141.53555L129.29688 141.53555L129.29688 142.3793L127.9375 142.3793L127.9375 147.8793L126.859375 147.8793ZM132.95312 148.0043Q131.65625 148.0043 130.84375 147.16055Q130.04688 146.30118 130.04688 144.8793L130.04688 144.6918Q130.04688 143.73868 130.40625 143.0043Q130.76562 142.2543 131.40625 141.84805Q132.0625 141.42618 132.8125 141.42618Q134.04688 141.42618 134.73438 142.23868Q135.42188 143.05118 135.42188 144.5668L135.42188 145.01993L131.125 145.01993Q131.15625 145.95743 131.67188 146.53555Q132.20312 147.11368 133.01562 147.11368Q133.57812 147.11368 133.96875 146.8793Q134.375 146.64493 134.6875 146.2543L135.34375 146.76993Q134.54688 148.0043 132.95312 148.0043ZM132.8125 142.3168Q132.15625 142.3168 131.70312 142.80118Q131.26562 143.26993 131.17188 144.1293L134.34375 144.1293L134.34375 144.05118Q134.29688 143.22305 133.89062 142.76993Q133.5 142.3168 132.8125 142.3168ZM139.39062 142.5043Q139.14062 142.47305 138.85938 142.47305Q137.78125 142.47305 137.40625 143.3793L137.40625 147.8793L136.32812 147.8793L136.32812 141.53555L137.375 141.53555L137.39062 142.26993Q137.92188 141.42618 138.90625 141.42618Q139.21875 141.42618 139.39062 141.5043L139.39062 142.5043ZM144.34375 141.53555L144.375 142.33243Q145.10938 141.42618 146.28125 141.42618Q148.29688 141.42618 148.3125 143.6918L148.3125 147.8793L147.21875 147.8793L147.21875 143.67618Q147.21875 143.0043 146.90625 142.67618Q146.60938 142.34805 145.95312 142.34805Q145.42188 142.34805 145.01562 142.6293Q144.625 142.91055 144.40625 143.36368L144.40625 147.8793L143.32812 147.8793L143.32812 141.53555L144.34375 141.53555ZM150.03125 144.64493Q150.03125 143.72305 150.39062 142.97305Q150.76562 142.22305 151.42188 141.83243Q152.07812 141.42618 152.90625 141.42618Q154.20312 141.42618 155.0 142.3168Q155.8125 143.20743 155.8125 144.70743L155.8125 144.78555Q155.8125 145.70743 155.45312 146.4418Q155.09375 147.17618 154.4375 147.59805Q153.78125 148.0043 152.92188 148.0043Q151.64062 148.0043 150.82812 147.11368Q150.03125 146.20743 150.03125 144.72305L150.03125 144.64493ZM151.125 144.78555Q151.125 145.83243 151.60938 146.47305Q152.10938 147.11368 152.92188 147.11368Q153.75 147.11368 154.23438 146.47305Q154.71875 145.8168 154.71875 144.64493Q154.71875 143.61368 154.21875 142.97305Q153.73438 142.3168 152.90625 142.3168Q152.10938 142.3168 151.60938 142.95743Q151.125 143.58243 151.125 144.78555ZM158.79688 140.0043L158.79688 141.53555L159.96875 141.53555L159.96875 142.3793L158.79688 142.3793L158.79688 146.30118Q158.79688 146.6918 158.95312 146.8793Q159.10938 147.0668 159.48438 147.0668Q159.67188 147.0668 160.0 147.0043L160.0 147.8793Q159.57812 148.0043 159.17188 148.0043Q158.45312 148.0043 158.07812 147.5668Q157.70312 147.11368 157.70312 146.30118L157.70312 142.3793L156.54688 142.3793L156.54688 141.53555L157.70312 141.53555L157.70312 140.0043L158.79688 140.0043ZM165.79688 140.0043L165.79688 141.53555L166.96875 141.53555L166.96875 142.3793L165.79688 142.3793L165.79688 146.30118Q165.79688 146.6918 165.95312 146.8793Q166.10938 147.0668 166.48438 147.0668Q166.67188 147.0668 167.0 147.0043L167.0 147.8793Q166.57812 148.0043 166.17188 148.0043Q165.45312 148.0043 165.07812 147.5668Q164.70312 147.11368 164.70312 146.30118L164.70312 142.3793L163.54688 142.3793L163.54688 141.53555L164.70312 141.53555L164.70312 140.0043L165.79688 140.0043ZM168.03125 144.64493Q168.03125 143.72305 168.39062 142.97305Q168.76562 142.22305 169.42188 141.83243Q170.07812 141.42618 170.90625 141.42618Q172.20312 141.42618 173.0 142.3168Q173.8125 143.20743 173.8125 144.70743L173.8125 144.78555Q173.8125 145.70743 173.45312 146.4418Q173.09375 147.17618 172.4375 147.59805Q171.78125 148.0043 170.92188 148.0043Q169.64062 148.0043 168.82812 147.11368Q168.03125 146.20743 168.03125 144.72305L168.03125 144.64493ZM169.125 144.78555Q169.125 145.83243 169.60938 146.47305Q170.10938 147.11368 170.92188 147.11368Q171.75 147.11368 172.23438 146.47305Q172.71875 145.8168 172.71875 144.64493Q172.71875 143.61368 172.21875 142.97305Q171.73438 142.3168 170.90625 142.3168Q170.10938 142.3168 169.60938 142.95743Q169.125 143.58243 169.125 144.78555ZM182.23438 147.8793Q182.14062 147.6918 182.07812 147.20743Q181.32812 148.0043 180.28125 148.0043Q179.34375 148.0043 178.73438 147.47305Q178.14062 146.9418 178.14062 146.11368Q178.14062 145.1293 178.89062 144.58243Q179.64062 144.03555 181.01562 144.03555L182.0625 144.03555L182.0625 143.53555Q182.0625 142.97305 181.71875 142.64493Q181.39062 142.30118 180.71875 142.30118Q180.14062 142.30118 179.75 142.59805Q179.35938 142.8793 179.35938 143.30118L178.26562 143.30118Q178.26562 142.8168 178.59375 142.3793Q178.9375 141.9418 179.51562 141.6918Q180.09375 141.42618 180.78125 141.42618Q181.89062 141.42618 182.5 141.97305Q183.125 142.51993 183.15625 143.47305L183.15625 146.39493Q183.15625 147.26993 183.375 147.78555L183.375 147.8793L182.23438 147.8793ZM180.4375 147.05118Q180.95312 147.05118 181.40625 146.78555Q181.85938 146.51993 182.0625 146.09805L182.0625 144.80118L181.21875 144.80118Q179.21875 144.80118 179.21875 145.97305Q179.21875 146.47305 179.5625 146.76993Q179.90625 147.05118 180.4375 147.05118ZM186.34375 141.53555L186.375 142.33243Q187.10938 141.42618 188.28125 141.42618Q190.29688 141.42618 190.3125 143.6918L190.3125 147.8793L189.21875 147.8793L189.21875 143.67618Q189.21875 143.0043 188.90625 142.67618Q188.60938 142.34805 187.95312 142.34805Q187.42188 142.34805 187.01562 142.6293Q186.625 142.91055 186.40625 143.36368L186.40625 147.8793L185.32812 147.8793L185.32812 141.53555L186.34375 141.53555ZM196.01562 146.1918Q196.01562 145.7543 195.67188 145.51993Q195.34375 145.26993 194.51562 145.09805Q193.70312 144.92618 193.21875 144.67618Q192.73438 144.42618 192.5 144.09805Q192.28125 143.7543 192.28125 143.28555Q192.28125 142.5043 192.9375 141.97305Q193.59375 141.42618 194.625 141.42618Q195.70312 141.42618 196.35938 141.98868Q197.03125 142.53555 197.03125 143.39493L195.95312 143.39493Q195.95312 142.95743 195.5625 142.64493Q195.1875 142.3168 194.625 142.3168Q194.03125 142.3168 193.6875 142.58243Q193.35938 142.83243 193.35938 143.23868Q193.35938 143.6293 193.67188 143.83243Q193.98438 144.03555 194.79688 144.22305Q195.60938 144.39493 196.10938 144.64493Q196.60938 144.89493 196.84375 145.2543Q197.09375 145.61368 197.09375 146.11368Q197.09375 146.97305 196.40625 147.48868Q195.73438 148.0043 194.65625 148.0043Q193.89062 148.0043 193.29688 147.73868Q192.71875 147.45743 192.39062 146.97305Q192.0625 146.48868 192.0625 145.92618L193.14062 145.92618Q193.17188 146.47305 193.57812 146.80118Q193.98438 147.11368 194.65625 147.11368Q195.26562 147.11368 195.64062 146.86368Q196.01562 146.61368 196.01562 146.1918ZM203.9375 146.3793L205.15625 141.53555L206.23438 141.53555L204.39062 147.8793L203.51562 147.8793L201.96875 143.0668L200.46875 147.8793L199.59375 147.8793L197.75 141.53555L198.82812 141.53555L200.07812 146.28555L201.5625 141.53555L202.42188 141.53555L203.9375 146.3793ZM209.95312 148.0043Q208.65625 148.0043 207.84375 147.16055Q207.04688 146.30118 207.04688 144.8793L207.04688 144.6918Q207.04688 143.73868 207.40625 143.0043Q207.76562 142.2543 208.40625 141.84805Q209.0625 141.42618 209.8125 141.42618Q211.04688 141.42618 211.73438 142.23868Q212.42188 143.05118 212.42188 144.5668L212.42188 145.01993L208.125 145.01993Q208.15625 145.95743 208.67188 146.53555Q209.20312 147.11368 210.01562 147.11368Q210.57812 147.11368 210.96875 146.8793Q211.375 146.64493 211.6875 146.2543L212.34375 146.76993Q211.54688 148.0043 209.95312 148.0043ZM209.8125 142.3168Q209.15625 142.3168 208.70312 142.80118Q208.26562 143.26993 208.17188 144.1293L211.34375 144.1293L211.34375 144.05118Q211.29688 143.22305 210.89062 142.76993Q210.5 142.3168 209.8125 142.3168ZM216.39062 142.5043Q216.14062 142.47305 215.85938 142.47305Q214.78125 142.47305 214.40625 143.3793L214.40625 147.8793L213.32812 147.8793L213.32812 141.53555L214.375 141.53555L214.39062 142.26993Q214.92188 141.42618 215.90625 141.42618Q216.21875 141.42618 216.39062 141.5043L216.39062 142.5043Z" fill-rule="nonzero"/><path fill="#666666" d="M220.5625 180.29945Q220.5625 182.2057 219.90625 183.1432Q219.26562 184.06508 217.875 184.06508Q216.51562 184.06508 215.85938 183.15883Q215.20312 182.25258 215.17188 180.44008L215.17188 179.00258Q215.17188 177.11195 215.8125 176.2057Q216.46875 175.28383 217.85938 175.28383Q219.23438 175.28383 219.89062 176.17445Q220.54688 177.04945 220.5625 178.8932L220.5625 180.29945ZM219.46875 178.81508Q219.46875 177.44008 219.07812 176.81508Q218.70312 176.17445 217.85938 176.17445Q217.03125 176.17445 216.64062 176.81508Q216.26562 177.44008 216.26562 178.73695L216.26562 180.47133Q216.26562 181.84633 216.65625 182.5182Q217.0625 183.17445 217.875 183.17445Q218.67188 183.17445 219.0625 182.54945Q219.45312 181.92445 219.46875 180.59633L219.46875 178.81508ZM222.10938 177.04945Q222.10938 176.28383 222.59375 175.78383Q223.09375 175.28383 223.85938 175.28383Q224.64062 175.28383 225.125 175.78383Q225.60938 176.28383 225.60938 177.0807L225.60938 177.50258Q225.60938 178.2682 225.10938 178.7682Q224.625 179.25258 223.875 179.25258Q223.10938 179.25258 222.60938 178.7682Q222.10938 178.2682 222.10938 177.4557L222.10938 177.04945ZM222.92188 177.50258Q222.92188 177.9557 223.17188 178.25258Q223.4375 178.54945 223.875 178.54945Q224.29688 178.54945 224.54688 178.2682Q224.79688 177.97133 224.79688 177.47133L224.79688 177.04945Q224.79688 176.59633 224.54688 176.29945Q224.29688 175.98695 223.85938 175.98695Q223.42188 175.98695 223.17188 176.29945Q222.92188 176.59633 222.92188 177.06508L222.92188 177.50258ZM226.26562 181.84633Q226.26562 181.0807 226.75 180.59633Q227.25 180.09633 228.01562 180.09633Q228.78125 180.09633 229.26562 180.59633Q229.76562 181.0807 229.76562 181.8932L229.76562 182.29945Q229.76562 183.06508 229.28125 183.56508Q228.79688 184.06508 228.03125 184.06508Q227.26562 184.06508 226.76562 183.5807Q226.26562 183.0807 226.26562 182.2682L226.26562 181.84633ZM227.07812 182.29945Q227.07812 182.7682 227.32812 183.06508Q227.59375 183.36195 228.03125 183.36195Q228.45312 183.36195 228.70312 183.0807Q228.95312 182.78383 228.95312 182.28383L228.95312 181.84633Q228.95312 181.37758 228.6875 181.09633Q228.4375 180.79945 228.01562 180.79945Q227.59375 180.79945 227.32812 181.09633Q227.07812 181.37758 227.07812 181.87758L227.07812 182.29945ZM224.125 183.29945L223.5 182.90883L227.67188 176.23695L228.28125 176.62758L224.125 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M288.30188 183.94008L282.70813 183.94008L282.70813 183.15883L285.66125 179.87758Q286.3175 179.12758 286.5675 178.67445Q286.8175 178.2057 286.8175 177.7057Q286.8175 177.03383 286.41125 176.61195Q286.02063 176.17445 285.33313 176.17445Q284.53625 176.17445 284.08313 176.6432Q283.63 177.09633 283.63 177.92445L282.55188 177.92445Q282.55188 176.73695 283.30188 176.0182Q284.0675 175.28383 285.33313 175.28383Q286.53625 175.28383 287.22375 175.90883Q287.91125 176.53383 287.91125 177.5807Q287.91125 178.8307 286.30188 180.5807L284.02063 183.04945L288.30188 183.04945L288.30188 183.94008ZM295.0675 180.29945Q295.0675 182.2057 294.41125 183.1432Q293.77063 184.06508 292.38 184.06508Q291.02063 184.06508 290.36438 183.15883Q289.70813 182.25258 289.67688 180.44008L289.67688 179.00258Q289.67688 177.11195 290.3175 176.2057Q290.97375 175.28383 292.36438 175.28383Q293.73938 175.28383 294.39563 176.17445Q295.05188 177.04945 295.0675 178.8932L295.0675 180.29945ZM293.97375 178.81508Q293.97375 177.44008 293.58313 176.81508Q293.20813 176.17445 292.36438 176.17445Q291.53625 176.17445 291.14563 176.81508Q290.77063 177.44008 290.77063 178.73695L290.77063 180.47133Q290.77063 181.84633 291.16125 182.5182Q291.5675 183.17445 292.38 183.17445Q293.17688 183.17445 293.5675 182.54945Q293.95813 181.92445 293.97375 180.59633L293.97375 178.81508ZM296.61438 177.04945Q296.61438 176.28383 297.09875 175.78383Q297.59875 175.28383 298.36438 175.28383Q299.14563 175.28383 299.63 175.78383Q300.11438 176.28383 300.11438 177.0807L300.11438 177.50258Q300.11438 178.2682 299.61438 178.7682Q299.13 179.25258 298.38 179.25258Q297.61438 179.25258 297.11438 178.7682Q296.61438 178.2682 296.61438 177.4557L296.61438 177.04945ZM297.42688 177.50258Q297.42688 177.9557 297.67688 178.25258Q297.9425 178.54945 298.38 178.54945Q298.80188 178.54945 299.05188 178.2682Q299.30188 177.97133 299.30188 177.47133L299.30188 177.04945Q299.30188 176.59633 299.05188 176.29945Q298.80188 175.98695 298.36438 175.98695Q297.92688 175.98695 297.67688 176.29945Q297.42688 176.59633 297.42688 177.06508L297.42688 177.50258ZM300.77063 181.84633Q300.77063 181.0807 301.255 180.59633Q301.755 180.09633 302.52063 180.09633Q303.28625 180.09633 303.77063 180.59633Q304.27063 181.0807 304.27063 181.8932L304.27063 182.29945Q304.27063 183.06508 303.78625 183.56508Q303.30188 184.06508 302.53625 184.06508Q301.77063 184.06508 301.27063 183.5807Q300.77063 183.0807 300.77063 182.2682L300.77063 181.84633ZM301.58313 182.29945Q301.58313 182.7682 301.83313 183.06508Q302.09875 183.36195 302.53625 183.36195Q302.95813 183.36195 303.20813 183.0807Q303.45813 182.78383 303.45813 182.28383L303.45813 181.84633Q303.45813 181.37758 303.1925 181.09633Q302.9425 180.79945 302.52063 180.79945Q302.09875 180.79945 301.83313 181.09633Q301.58313 181.37758 301.58313 181.87758L301.58313 182.29945ZM298.63 183.29945L298.005 182.90883L302.17688 176.23695L302.78625 176.62758L298.63 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M358.29126 181.0807L359.47876 181.0807L359.47876 181.9557L358.29126 181.9557L358.29126 183.94008L357.21313 183.94008L357.21313 181.9557L353.3225 181.9557L353.3225 181.31508L357.135 175.40883L358.29126 175.40883L358.29126 181.0807ZM354.5569 181.0807L357.21313 181.0807L357.21313 176.8932L357.0725 177.12758L354.5569 181.0807ZM366.0725 180.29945Q366.0725 182.2057 365.41626 183.1432Q364.77563 184.06508 363.385 184.06508Q362.02563 184.06508 361.3694 183.15883Q360.71313 182.25258 360.6819 180.44008L360.6819 179.00258Q360.6819 177.11195 361.3225 176.2057Q361.97876 175.28383 363.3694 175.28383Q364.7444 175.28383 365.40063 176.17445Q366.0569 177.04945 366.0725 178.8932L366.0725 180.29945ZM364.97876 178.81508Q364.97876 177.44008 364.58813 176.81508Q364.21313 176.17445 363.3694 176.17445Q362.54126 176.17445 362.15063 176.81508Q361.77563 177.44008 361.77563 178.73695L361.77563 180.47133Q361.77563 181.84633 362.16626 182.5182Q362.5725 183.17445 363.385 183.17445Q364.1819 183.17445 364.5725 182.54945Q364.96313 181.92445 364.97876 180.59633L364.97876 178.81508ZM367.6194 177.04945Q367.6194 176.28383 368.10376 175.78383Q368.60376 175.28383 369.3694 175.28383Q370.15063 175.28383 370.635 175.78383Q371.1194 176.28383 371.1194 177.0807L371.1194 177.50258Q371.1194 178.2682 370.6194 178.7682Q370.135 179.25258 369.385 179.25258Q368.6194 179.25258 368.1194 178.7682Q367.6194 178.2682 367.6194 177.4557L367.6194 177.04945ZM368.4319 177.50258Q368.4319 177.9557 368.6819 178.25258Q368.9475 178.54945 369.385 178.54945Q369.8069 178.54945 370.0569 178.2682Q370.3069 177.97133 370.3069 177.47133L370.3069 177.04945Q370.3069 176.59633 370.0569 176.29945Q369.8069 175.98695 369.3694 175.98695Q368.9319 175.98695 368.6819 176.29945Q368.4319 176.59633 368.4319 177.06508L368.4319 177.50258ZM371.77563 181.84633Q371.77563 181.0807 372.26 180.59633Q372.76 180.09633 373.52563 180.09633Q374.29126 180.09633 374.77563 180.59633Q375.27563 181.0807 375.27563 181.8932L375.27563 182.29945Q375.27563 183.06508 374.79126 183.56508Q374.3069 184.06508 373.54126 184.06508Q372.77563 184.06508 372.27563 183.5807Q371.77563 183.0807 371.77563 182.2682L371.77563 181.84633ZM372.58813 182.29945Q372.58813 182.7682 372.83813 183.06508Q373.10376 183.36195 373.54126 183.36195Q373.96313 183.36195 374.21313 183.0807Q374.46313 182.78383 374.46313 182.28383L374.46313 181.84633Q374.46313 181.37758 374.1975 181.09633Q373.9475 180.79945 373.52563 180.79945Q373.10376 180.79945 372.83813 181.09633Q372.58813 181.37758 372.58813 181.87758L372.58813 182.29945ZM369.635 183.29945L369.01 182.90883L373.1819 176.23695L373.79126 176.62758L369.635 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M428.98376 175.40883L428.98376 176.31508L428.78064 176.31508Q427.515 176.34633 426.765 177.0807Q426.015 177.79945 425.89 179.11195Q426.5775 178.34633 427.73376 178.34633Q428.84314 178.34633 429.515 179.12758Q430.1869 179.90883 430.1869 181.15883Q430.1869 182.47133 429.46814 183.2682Q428.7494 184.06508 427.53064 184.06508Q426.3119 184.06508 425.54626 183.12758Q424.79626 182.17445 424.79626 180.69008L424.79626 180.28383Q424.79626 177.92445 425.79626 176.67445Q426.79626 175.42445 428.78064 175.40883L428.98376 175.40883ZM427.5619 179.25258Q426.9994 179.25258 426.53064 179.5807Q426.0619 179.90883 425.8744 180.42445L425.8744 180.81508Q425.8744 181.87758 426.34314 182.5182Q426.8275 183.15883 427.53064 183.15883Q428.265 183.15883 428.6869 182.62758Q429.10876 182.0807 429.10876 181.2057Q429.10876 180.3307 428.6869 179.79945Q428.265 179.25258 427.5619 179.25258ZM437.0775 180.29945Q437.0775 182.2057 436.42126 183.1432Q435.78064 184.06508 434.39 184.06508Q433.03064 184.06508 432.3744 183.15883Q431.71814 182.25258 431.6869 180.44008L431.6869 179.00258Q431.6869 177.11195 432.3275 176.2057Q432.98376 175.28383 434.3744 175.28383Q435.7494 175.28383 436.40564 176.17445Q437.0619 177.04945 437.0775 178.8932L437.0775 180.29945ZM435.98376 178.81508Q435.98376 177.44008 435.59314 176.81508Q435.21814 176.17445 434.3744 176.17445Q433.54626 176.17445 433.15564 176.81508Q432.78064 177.44008 432.78064 178.73695L432.78064 180.47133Q432.78064 181.84633 433.17126 182.5182Q433.5775 183.17445 434.39 183.17445Q435.1869 183.17445 435.5775 182.54945Q435.96814 181.92445 435.98376 180.59633L435.98376 178.81508ZM438.6244 177.04945Q438.6244 176.28383 439.10876 175.78383Q439.60876 175.28383 440.3744 175.28383Q441.15564 175.28383 441.64 175.78383Q442.1244 176.28383 442.1244 177.0807L442.1244 177.50258Q442.1244 178.2682 441.6244 178.7682Q441.14 179.25258 440.39 179.25258Q439.6244 179.25258 439.1244 178.7682Q438.6244 178.2682 438.6244 177.4557L438.6244 177.04945ZM439.4369 177.50258Q439.4369 177.9557 439.6869 178.25258Q439.9525 178.54945 440.39 178.54945Q440.8119 178.54945 441.0619 178.2682Q441.3119 177.97133 441.3119 177.47133L441.3119 177.04945Q441.3119 176.59633 441.0619 176.29945Q440.8119 175.98695 440.3744 175.98695Q439.9369 175.98695 439.6869 176.29945Q439.4369 176.59633 439.4369 177.06508L439.4369 177.50258ZM442.78064 181.84633Q442.78064 181.0807 443.265 180.59633Q443.765 180.09633 444.53064 180.09633Q445.29626 180.09633 445.78064 180.59633Q446.28064 181.0807 446.28064 181.8932L446.28064 182.29945Q446.28064 183.06508 445.79626 183.56508Q445.3119 184.06508 444.54626 184.06508Q443.78064 184.06508 443.28064 183.5807Q442.78064 183.0807 442.78064 182.2682L442.78064 181.84633ZM443.59314 182.29945Q443.59314 182.7682 443.84314 183.06508Q444.10876 183.36195 444.54626 183.36195Q444.96814 183.36195 445.21814 183.0807Q445.46814 182.78383 445.46814 182.28383L445.46814 181.84633Q445.46814 181.37758 445.2025 181.09633Q444.9525 180.79945 444.53064 180.79945Q444.10876 180.79945 443.84314 181.09633Q443.59314 181.37758 443.59314 181.87758L443.59314 182.29945ZM440.64 183.29945L440.015 182.90883L444.1869 176.23695L444.79626 176.62758L440.64 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M500.9106 177.62758Q500.9106 178.2682 500.56686 178.7682Q500.2231 179.2682 499.6606 179.54945Q500.31686 179.8307 500.7075 180.3932Q501.0981 180.94008 501.0981 181.6432Q501.0981 182.73695 500.3481 183.40883Q499.61374 184.06508 498.395 184.06508Q497.1606 184.06508 496.4106 183.40883Q495.67624 182.73695 495.67624 181.6432Q495.67624 180.94008 496.05124 180.3932Q496.42624 179.8307 497.0981 179.54945Q496.5356 179.2682 496.2075 178.7682Q495.87936 178.2682 495.87936 177.62758Q495.87936 176.54945 496.56686 175.92445Q497.25436 175.28383 498.395 175.28383Q499.52 175.28383 500.2075 175.92445Q500.9106 176.54945 500.9106 177.62758ZM500.02 181.61195Q500.02 180.8932 499.56686 180.4557Q499.11374 180.00258 498.37936 180.00258Q497.645 180.00258 497.19186 180.4557Q496.75436 180.8932 496.75436 181.62758Q496.75436 182.34633 497.19186 182.7682Q497.62936 183.17445 498.395 183.17445Q499.145 183.17445 499.5825 182.75258Q500.02 182.3307 500.02 181.61195ZM498.395 176.17445Q497.75436 176.17445 497.3481 176.5807Q496.9575 176.97133 496.9575 177.65883Q496.9575 178.29945 497.3481 178.7057Q497.73874 179.11195 498.37936 179.11195Q499.0356 179.11195 499.42624 178.7057Q499.81686 178.29945 499.81686 177.65883Q499.81686 177.00258 499.4106 176.59633Q499.00436 176.17445 498.395 176.17445ZM508.0825 180.29945Q508.0825 182.2057 507.42624 183.1432Q506.7856 184.06508 505.395 184.06508Q504.0356 184.06508 503.37936 183.15883Q502.7231 182.25258 502.69186 180.44008L502.69186 179.00258Q502.69186 177.11195 503.3325 176.2057Q503.98874 175.28383 505.37936 175.28383Q506.75436 175.28383 507.4106 176.17445Q508.06686 177.04945 508.0825 178.8932L508.0825 180.29945ZM506.98874 178.81508Q506.98874 177.44008 506.5981 176.81508Q506.2231 176.17445 505.37936 176.17445Q504.55124 176.17445 504.1606 176.81508Q503.7856 177.44008 503.7856 178.73695L503.7856 180.47133Q503.7856 181.84633 504.17624 182.5182Q504.5825 183.17445 505.395 183.17445Q506.19186 183.17445 506.5825 182.54945Q506.9731 181.92445 506.98874 180.59633L506.98874 178.81508ZM509.62936 177.04945Q509.62936 176.28383 510.11374 175.78383Q510.61374 175.28383 511.37936 175.28383Q512.16064 175.28383 512.645 175.78383Q513.1294 176.28383 513.1294 177.0807L513.1294 177.50258Q513.1294 178.2682 512.6294 178.7682Q512.145 179.25258 511.395 179.25258Q510.62936 179.25258 510.12936 178.7682Q509.62936 178.2682 509.62936 177.4557L509.62936 177.04945ZM510.44186 177.50258Q510.44186 177.9557 510.69186 178.25258Q510.9575 178.54945 511.395 178.54945Q511.81686 178.54945 512.0669 178.2682Q512.3169 177.97133 512.3169 177.47133L512.3169 177.04945Q512.3169 176.59633 512.0669 176.29945Q511.81686 175.98695 511.37936 175.98695Q510.94186 175.98695 510.69186 176.29945Q510.44186 176.59633 510.44186 177.06508L510.44186 177.50258ZM513.78564 181.84633Q513.78564 181.0807 514.27 180.59633Q514.77 180.09633 515.53564 180.09633Q516.3013 180.09633 516.78564 180.59633Q517.28564 181.0807 517.28564 181.8932L517.28564 182.29945Q517.28564 183.06508 516.8013 183.56508Q516.3169 184.06508 515.5513 184.06508Q514.78564 184.06508 514.28564 183.5807Q513.78564 183.0807 513.78564 182.2682L513.78564 181.84633ZM514.59814 182.29945Q514.59814 182.7682 514.84814 183.06508Q515.1138 183.36195 515.5513 183.36195Q515.97314 183.36195 516.22314 183.0807Q516.47314 182.78383 516.47314 182.28383L516.47314 181.84633Q516.47314 181.37758 516.2075 181.09633Q515.9575 180.79945 515.53564 180.79945Q515.1138 180.79945 514.84814 181.09633Q514.59814 181.37758 514.59814 181.87758L514.59814 182.29945ZM511.645 183.29945L511.02 182.90883L515.1919 176.23695L515.8013 176.62758L511.645 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M566.79065 183.94008L565.7125 183.94008L565.7125 176.72133L563.525 177.5182L563.525 176.53383L566.6344 175.36195L566.79065 175.36195L566.79065 183.94008ZM575.5875 180.29945Q575.5875 182.2057 574.9313 183.1432Q574.29065 184.06508 572.9 184.06508Q571.54065 184.06508 570.8844 183.15883Q570.22815 182.25258 570.1969 180.44008L570.1969 179.00258Q570.1969 177.11195 570.8375 176.2057Q571.4938 175.28383 572.8844 175.28383Q574.2594 175.28383 574.91565 176.17445Q575.5719 177.04945 575.5875 178.8932L575.5875 180.29945ZM574.4938 178.81508Q574.4938 177.44008 574.10315 176.81508Q573.72815 176.17445 572.8844 176.17445Q572.0563 176.17445 571.66565 176.81508Q571.29065 177.44008 571.29065 178.73695L571.29065 180.47133Q571.29065 181.84633 571.6813 182.5182Q572.0875 183.17445 572.9 183.17445Q573.6969 183.17445 574.0875 182.54945Q574.47815 181.92445 574.4938 180.59633L574.4938 178.81508ZM582.5875 180.29945Q582.5875 182.2057 581.9313 183.1432Q581.29065 184.06508 579.9 184.06508Q578.54065 184.06508 577.8844 183.15883Q577.22815 182.25258 577.1969 180.44008L577.1969 179.00258Q577.1969 177.11195 577.8375 176.2057Q578.4938 175.28383 579.8844 175.28383Q581.2594 175.28383 581.91565 176.17445Q582.5719 177.04945 582.5875 178.8932L582.5875 180.29945ZM581.4938 178.81508Q581.4938 177.44008 581.10315 176.81508Q580.72815 176.17445 579.8844 176.17445Q579.0563 176.17445 578.66565 176.81508Q578.29065 177.44008 578.29065 178.73695L578.29065 180.47133Q578.29065 181.84633 578.6813 182.5182Q579.0875 183.17445 579.9 183.17445Q580.6969 183.17445 581.0875 182.54945Q581.47815 181.92445 581.4938 180.59633L581.4938 178.81508ZM584.1344 177.04945Q584.1344 176.28383 584.6188 175.78383Q585.1188 175.28383 585.8844 175.28383Q586.66565 175.28383 587.15 175.78383Q587.6344 176.28383 587.6344 177.0807L587.6344 177.50258Q587.6344 178.2682 587.1344 178.7682Q586.65 179.25258 585.9 179.25258Q585.1344 179.25258 584.6344 178.7682Q584.1344 178.2682 584.1344 177.4557L584.1344 177.04945ZM584.9469 177.50258Q584.9469 177.9557 585.1969 178.25258Q585.4625 178.54945 585.9 178.54945Q586.3219 178.54945 586.5719 178.2682Q586.8219 177.97133 586.8219 177.47133L586.8219 177.04945Q586.8219 176.59633 586.5719 176.29945Q586.3219 175.98695 585.8844 175.98695Q585.4469 175.98695 585.1969 176.29945Q584.9469 176.59633 584.9469 177.06508L584.9469 177.50258ZM588.29065 181.84633Q588.29065 181.0807 588.775 180.59633Q589.275 180.09633 590.04065 180.09633Q590.8063 180.09633 591.29065 180.59633Q591.79065 181.0807 591.79065 181.8932L591.79065 182.29945Q591.79065 183.06508 591.3063 183.56508Q590.8219 184.06508 590.0563 184.06508Q589.29065 184.06508 588.79065 183.5807Q588.29065 183.0807 588.29065 182.2682L588.29065 181.84633ZM589.10315 182.29945Q589.10315 182.7682 589.35315 183.06508Q589.6188 183.36195 590.0563 183.36195Q590.47815 183.36195 590.72815 183.0807Q590.97815 182.78383 590.97815 182.28383L590.97815 181.84633Q590.97815 181.37758 590.7125 181.09633Q590.4625 180.79945 590.04065 180.79945Q589.6188 180.79945 589.35315 181.09633Q589.10315 181.37758 589.10315 181.87758L589.10315 182.29945ZM586.15 183.29945L585.525 182.90883L589.6969 176.23695L590.3063 176.62758L586.15 183.29945Z" fill-rule="nonzero"/><path fill="#666666" d="M14.146875 20.709375L14.35 22.021875L14.63125 20.834375L16.6 13.896875L17.69375 13.896875L19.615625 20.834375L19.896875 22.0375L20.1 20.709375L21.646875 13.896875L22.975 13.896875L20.553125 23.85L19.365625 23.85L17.303125 16.6L17.146875 15.834375L16.990625 16.6L14.865625 23.85L13.678125 23.85L11.271875 13.896875L12.584375 13.896875L14.146875 20.709375ZM26.88125 23.990625Q25.365625 23.990625 24.428125 23.00625Q23.490625 22.00625 23.490625 20.35L23.490625 20.13125Q23.490625 19.021875 23.9125 18.1625Q24.334375 17.2875 25.084375 16.803125Q25.834375 16.31875 26.725 16.31875Q28.1625 16.31875 28.959375 17.271875Q29.75625 18.209375 29.75625 19.990625L29.75625 20.50625L24.75625 20.50625Q24.771875 21.6 25.38125 22.2875Q26.00625 22.959375 26.94375 22.959375Q27.615625 22.959375 28.06875 22.69375Q28.5375 22.4125 28.896875 21.959375L29.6625 22.553125Q28.740625 23.990625 26.88125 23.990625ZM26.725 17.35Q25.959375 17.35 25.428125 17.9125Q24.9125 18.475 24.7875 19.475L28.490625 19.475L28.490625 19.38125Q28.44375 18.4125 27.975 17.88125Q27.50625 17.35 26.725 17.35ZM40.35 22.1L41.771873 16.459375L43.0375 16.459375L40.896873 23.85L39.865623 23.85L38.06875 18.240625L36.31875 23.85L35.2875 23.85L33.146873 16.459375L34.396873 16.459375L35.865623 21.990625L37.584373 16.459375L38.6 16.459375L40.35 22.1ZM49.38125 23.85Q49.271873 23.63125 49.19375 23.06875Q48.31875 23.990625 47.084373 23.990625Q45.990623 23.990625 45.2875 23.38125Q44.6 22.75625 44.6 21.803125Q44.6 20.646875 45.475 20.00625Q46.35 19.365625 47.94375 19.365625L49.178123 19.365625L49.178123 18.7875Q49.178123 18.115625 48.771873 17.725Q48.38125 17.334375 47.615623 17.334375Q46.928123 17.334375 46.475 17.678125Q46.021873 18.021875 46.021873 18.50625L44.740623 18.50625Q44.740623 17.94375 45.13125 17.428125Q45.5375 16.9125 46.209373 16.615625Q46.88125 16.31875 47.678123 16.31875Q48.959373 16.31875 49.678123 16.959375Q50.4125 17.6 50.44375 18.709375L50.44375 22.115625Q50.44375 23.13125 50.69375 23.740625L50.69375 23.85L49.38125 23.85ZM47.271873 22.88125Q47.865623 22.88125 48.396873 22.584375Q48.94375 22.271875 49.178123 21.771875L49.178123 20.25625L48.178123 20.25625Q45.865623 20.25625 45.865623 21.615625Q45.865623 22.209375 46.25625 22.553125Q46.646873 22.88125 47.271873 22.88125ZM54.00625 16.459375L54.0375 17.38125Q54.896873 16.31875 56.25625 16.31875Q58.6 16.31875 58.63125 18.959375L58.63125 23.85L57.365623 23.85L57.365623 18.959375Q57.35 18.1625 56.990623 17.7875Q56.63125 17.396875 55.88125 17.396875Q55.25625 17.396875 54.7875 17.725Q54.334373 18.053125 54.06875 18.584375L54.06875 23.85L52.803123 23.85L52.803123 16.459375L54.00625 16.459375ZM62.521873 14.6625L62.521873 16.459375L63.896873 16.459375L63.896873 17.428125L62.521873 17.428125L62.521873 22.021875Q62.521873 22.459375 62.709373 22.69375Q62.896873 22.9125 63.334373 22.9125Q63.553123 22.9125 63.94375 22.81875L63.94375 23.85Q63.44375 23.990625 62.975 23.990625Q62.115623 23.990625 61.678123 23.475Q61.25625 22.959375 61.25625 22.021875L61.25625 17.428125L59.9125 17.428125L59.9125 16.459375L61.25625 16.459375L61.25625 14.6625L62.521873 14.6625ZM70.52187 14.6625L70.52187 16.459375L71.89687 16.459375L71.89687 17.428125L70.52187 17.428125L70.52187 22.021875Q70.52187 22.459375 70.70937 22.69375Q70.89687 22.9125 71.33437 22.9125Q71.55312 22.9125 71.94375 22.81875L71.94375 23.85Q71.44375 23.990625 70.975 23.990625Q70.11562 23.990625 69.67812 23.475Q69.25625 22.959375 69.25625 22.021875L69.25625 17.428125L67.9125 17.428125L67.9125 16.459375L69.25625 16.459375L69.25625 14.6625L70.52187 14.6625ZM75.06875 17.35Q75.9125 16.31875 77.25625 16.31875Q79.6 16.31875 79.63125 18.959375L79.63125 23.85L78.36562 23.85L78.36562 18.959375Q78.35 18.1625 77.99062 17.7875Q77.63125 17.396875 76.88125 17.396875Q76.25625 17.396875 75.7875 17.725Q75.33437 18.053125 75.06875 18.584375L75.06875 23.85L73.80312 23.85L73.80312 13.35L75.06875 13.35L75.06875 17.35ZM84.88125 23.990625Q83.36562 23.990625 82.42812 23.00625Q81.49062 22.00625 81.49062 20.35L81.49062 20.13125Q81.49062 19.021875 81.9125 18.1625Q82.33437 17.2875 83.08437 16.803125Q83.83437 16.31875 84.725 16.31875Q86.1625 16.31875 86.95937 17.271875Q87.75625 18.209375 87.75625 19.990625L87.75625 20.50625L82.75625 20.50625Q82.77187 21.6 83.38125 22.2875Q84.00625 22.959375 84.94375 22.959375Q85.61562 22.959375 86.06875 22.69375Q86.5375 22.4125 86.89687 21.959375L87.6625 22.553125Q86.74062 23.990625 84.88125 23.990625ZM84.725 17.35Q83.95937 17.35 83.42812 17.9125Q82.9125 18.475 82.7875 19.475L86.49062 19.475L86.49062 19.38125Q86.44375 18.4125 85.975 17.88125Q85.50625 17.35 84.725 17.35ZM99.35 22.5375Q98.85 23.271875 97.94375 23.63125Q97.0375 23.990625 95.83437 23.990625Q94.61562 23.990625 93.6625 23.428125Q92.725 22.85 92.20937 21.803125Q91.69375 20.740625 91.67812 19.35L91.67812 18.490625Q91.67812 16.240625 92.725 15.00625Q93.7875 13.75625 95.67812 13.75625Q97.24062 13.75625 98.19375 14.553125Q99.14687 15.35 99.35 16.81875L98.0375 16.81875Q97.67812 14.834375 95.69375 14.834375Q94.36562 14.834375 93.67812 15.771875Q93.00625 16.69375 93.00625 18.44375L93.00625 19.25625Q93.00625 20.94375 93.77187 21.928125Q94.5375 22.9125 95.83437 22.9125Q96.58437 22.9125 97.13125 22.75625Q97.69375 22.584375 98.05312 22.19375L98.05312 19.959375L95.74062 19.959375L95.74062 18.896875L99.35 18.896875L99.35 22.5375ZM101.475 20.084375Q101.475 18.990625 101.89687 18.13125Q102.33437 17.25625 103.08437 16.7875Q103.85 16.31875 104.83437 16.31875Q106.33437 16.31875 107.27187 17.365625Q108.20937 18.4125 108.20937 20.146875L108.20937 20.240625Q108.20937 21.31875 107.7875 22.178125Q107.38125 23.021875 106.6 23.50625Q105.83437 23.990625 104.85 23.990625Q103.33437 23.990625 102.39687 22.94375Q101.475 21.896875 101.475 20.178125L101.475 20.084375ZM102.74062 20.240625Q102.74062 21.459375 103.30312 22.209375Q103.88125 22.959375 104.85 22.959375Q105.80312 22.959375 106.36562 22.209375Q106.94375 21.44375 106.94375 20.084375Q106.94375 18.865625 106.36562 18.115625Q105.7875 17.35 104.83437 17.35Q103.89687 17.35 103.31875 18.1Q102.74062 18.85 102.74062 20.240625ZM115.77187 22.959375Q116.44375 22.959375 116.94375 22.553125Q117.45937 22.13125 117.52187 21.521875L118.70937 21.521875Q118.67812 22.146875 118.27187 22.725Q117.86562 23.303125 117.19375 23.646875Q116.52187 23.990625 115.77187 23.990625Q114.25625 23.990625 113.36562 22.990625Q112.475 21.975 112.475 20.225L112.475 20.00625Q112.475 18.928125 112.86562 18.084375Q113.27187 17.240625 114.00625 16.7875Q114.75625 16.31875 115.77187 16.31875Q117.00625 16.31875 117.83437 17.06875Q118.6625 17.803125 118.70937 18.990625L117.52187 18.990625Q117.45937 18.271875 116.975 17.81875Q116.49062 17.35 115.77187 17.35Q114.80312 17.35 114.27187 18.053125Q113.74062 18.740625 113.74062 20.053125L113.74062 20.2875Q113.74062 21.56875 114.27187 22.271875Q114.80312 22.959375 115.77187 22.959375ZM119.475 20.084375Q119.475 18.990625 119.89687 18.13125Q120.33437 17.25625 121.08437 16.7875Q121.85 16.31875 122.83437 16.31875Q124.33437 16.31875 125.27187 17.365625Q126.20937 18.4125 126.20937 20.146875L126.20937 20.240625Q126.20937 21.31875 125.7875 22.178125Q125.38125 23.021875 124.6 23.50625Q123.83437 23.990625 122.85 23.990625Q121.33437 23.990625 120.39687 22.94375Q119.475 21.896875 119.475 20.178125L119.475 20.084375ZM120.74062 20.240625Q120.74062 21.459375 121.30312 22.209375Q121.88125 22.959375 122.85 22.959375Q123.80312 22.959375 124.36562 22.209375Q124.94375 21.44375 124.94375 20.084375Q124.94375 18.865625 124.36562 18.115625Q123.7875 17.35 122.83437 17.35Q121.89687 17.35 121.31875 18.1Q120.74062 18.85 120.74062 20.240625ZM128.99063 16.459375L129.0375 17.271875Q129.85 16.31875 131.225 16.31875Q132.77188 16.31875 133.33438 17.50625Q133.70938 16.975 134.30313 16.646875Q134.89688 16.31875 135.69376 16.31875Q138.13126 16.31875 138.17813 18.896875L138.17813 23.85L136.9125 23.85L136.9125 18.975Q136.9125 18.178125 136.5375 17.7875Q136.17813 17.396875 135.33438 17.396875Q134.61563 17.396875 134.14688 17.81875Q133.69376 18.225 133.61563 18.94375L133.61563 23.85L132.35 23.85L132.35 19.00625Q132.35 17.396875 130.77188 17.396875Q129.52188 17.396875 129.06876 18.44375L129.06876 23.85L127.80312 23.85L127.80312 16.459375L128.99063 16.459375ZM140.99063 16.459375L141.0375 17.271875Q141.85 16.31875 143.225 16.31875Q144.77188 16.31875 145.33438 17.50625Q145.70938 16.975 146.30313 16.646875Q146.89688 16.31875 147.69376 16.31875Q150.13126 16.31875 150.17813 18.896875L150.17813 23.85L148.9125 23.85L148.9125 18.975Q148.9125 18.178125 148.5375 17.7875Q148.17813 17.396875 147.33438 17.396875Q146.61563 17.396875 146.14688 17.81875Q145.69376 18.225 145.61563 18.94375L145.61563 23.85L144.35 23.85L144.35 19.00625Q144.35 17.396875 142.77188 17.396875Q141.52188 17.396875 141.06876 18.44375L141.06876 23.85L139.80313 23.85L139.80313 16.459375L140.99063 16.459375ZM156.38126 23.115625Q155.63126 23.990625 154.20938 23.990625Q153.02188 23.990625 152.39688 23.303125Q151.7875 22.615625 151.7875 21.271875L151.7875 16.459375L153.0375 16.459375L153.0375 21.225Q153.0375 22.9125 154.4125 22.9125Q155.86563 22.9125 156.33438 21.834375L156.33438 16.459375L157.6 16.459375L157.6 23.85L156.39688 23.85L156.38126 23.115625ZM161.00626 16.459375L161.0375 17.38125Q161.89688 16.31875 163.25626 16.31875Q165.6 16.31875 165.63126 18.959375L165.63126 23.85L164.36563 23.85L164.36563 18.959375Q164.35 18.1625 163.99063 17.7875Q163.63126 17.396875 162.88126 17.396875Q162.25626 17.396875 161.7875 17.725Q161.33438 18.053125 161.06876 18.584375L161.06876 23.85L159.80313 23.85L159.80313 16.459375L161.00626 16.459375ZM169.17813 23.85L167.9125 23.85L167.9125 16.459375L169.17813 16.459375L169.17813 23.85ZM167.81876 14.490625Q167.81876 14.178125 168.00626 13.975Q168.19376 13.75625 168.55313 13.75625Q168.92813 13.75625 169.11563 13.975Q169.31876 14.178125 169.31876 14.490625Q169.31876 14.803125 169.11563 15.00625Q168.92813 15.209375 168.55313 15.209375Q168.19376 15.209375 168.00626 15.00625Q167.81876 14.803125 167.81876 14.490625ZM172.52188 14.6625L172.52188 16.459375L173.89688 16.459375L173.89688 17.428125L172.52188 17.428125L172.52188 22.021875Q172.52188 22.459375 172.70938 22.69375Q172.89688 22.9125 173.33438 22.9125Q173.55313 22.9125 173.94376 22.81875L173.94376 23.85Q173.44376 23.990625 172.975 23.990625Q172.11563 23.990625 171.67813 23.475Q171.25626 22.959375 171.25626 22.021875L171.25626 17.428125L169.9125 17.428125L169.9125 16.459375L171.25626 16.459375L171.25626 14.6625L172.52188 14.6625ZM178.225 21.990625L179.94376 16.459375L181.30313 16.459375L178.33438 24.990625Q177.64688 26.834375 176.13126 26.834375L175.89688 26.81875L175.42813 26.725L175.42813 25.709375L175.77188 25.725Q176.4125 25.725 176.77188 25.459375Q177.13126 25.209375 177.36563 24.521875L177.64688 23.771875L175.00626 16.459375L176.38126 16.459375L178.225 21.990625ZM187.52188 14.6625L187.52188 16.459375L188.89688 16.459375L188.89688 17.428125L187.52188 17.428125L187.52188 22.021875Q187.52188 22.459375 187.70938 22.69375Q187.89688 22.9125 188.33438 22.9125Q188.55313 22.9125 188.94376 22.81875L188.94376 23.85Q188.44376 23.990625 187.975 23.990625Q187.11563 23.990625 186.67813 23.475Q186.25626 22.959375 186.25626 22.021875L186.25626 17.428125L184.9125 17.428125L184.9125 16.459375L186.25626 16.459375L186.25626 14.6625L187.52188 14.6625ZM190.475 20.084375Q190.475 18.990625 190.89688 18.13125Q191.33438 17.25625 192.08438 16.7875Q192.85 16.31875 193.83438 16.31875Q195.33438 16.31875 196.27188 17.365625Q197.20938 18.4125 197.20938 20.146875L197.20938 20.240625Q197.20938 21.31875 196.7875 22.178125Q196.38126 23.021875 195.6 23.50625Q194.83438 23.990625 193.85 23.990625Q192.33438 23.990625 191.39688 22.94375Q190.475 21.896875 190.475 20.178125L190.475 20.084375ZM191.74063 20.240625Q191.74063 21.459375 192.30313 22.209375Q192.88126 22.959375 193.85 22.959375Q194.80313 22.959375 195.36563 22.209375Q195.94376 21.44375 195.94376 20.084375Q195.94376 18.865625 195.36563 18.115625Q194.7875 17.35 193.83438 17.35Q192.89688 17.35 192.31876 18.1Q191.74063 18.85 191.74063 20.240625ZM208.06876 20.240625Q208.06876 21.928125 207.2875 22.959375Q206.50626 23.990625 205.19376 23.990625Q203.80313 23.990625 203.0375 22.990625L202.975 23.85L201.80313 23.85L201.80313 13.35L203.06876 13.35L203.06876 17.271875Q203.83438 16.31875 205.17813 16.31875Q206.5375 16.31875 207.30313 17.334375Q208.06876 18.35 208.06876 20.13125L208.06876 20.240625ZM206.80313 20.084375Q206.80313 18.803125 206.30313 18.1Q205.80313 17.396875 204.86563 17.396875Q203.61563 17.396875 203.06876 18.553125L203.06876 21.75625Q203.64688 22.9125 204.88126 22.9125Q205.7875 22.9125 206.2875 22.209375Q206.80313 21.50625 206.80313 20.084375ZM212.88126 23.990625Q211.36563 23.990625 210.42813 23.00625Q209.49063 22.00625 209.49063 20.35L209.49063 20.13125Q209.49063 19.021875 209.9125 18.1625Q210.33438 17.2875 211.08438 16.803125Q211.83438 16.31875 212.725 16.31875Q214.1625 16.31875 214.95938 17.271875Q215.75626 18.209375 215.75626 19.990625L215.75626 20.50625L210.75626 20.50625Q210.77188 21.6 211.38126 22.2875Q212.00626 22.959375 212.94376 22.959375Q213.61563 22.959375 214.06876 22.69375Q214.5375 22.4125 214.89688 21.959375L215.6625 22.553125Q214.74063 23.990625 212.88126 23.990625ZM212.725 17.35Q211.95938 17.35 211.42813 17.9125Q210.9125 18.475 210.7875 19.475L214.49063 19.475L214.49063 19.38125Q214.44376 18.4125 213.975 17.88125Q213.50626 17.35 212.725 17.35ZM221.17813 23.85L219.9125 23.85L219.9125 16.459375L221.17813 16.459375L221.17813 23.85ZM219.81876 14.490625Q219.81876 14.178125 220.00626 13.975Q220.19376 13.75625 220.55313 13.75625Q220.92813 13.75625 221.11563 13.975Q221.31876 14.178125 221.31876 14.490625Q221.31876 14.803125 221.11563 15.00625Q220.92813 15.209375 220.55313 15.209375Q220.19376 15.209375 220.00626 15.00625Q219.81876 14.803125 219.81876 14.490625ZM224.00626 16.459375L224.0375 17.38125Q224.89688 16.31875 226.25626 16.31875Q228.6 16.31875 228.63126 18.959375L228.63126 23.85L227.36563 23.85L227.36563 18.959375Q227.35 18.1625 226.99063 17.7875Q226.63126 17.396875 225.88126 17.396875Q225.25626 17.396875 224.7875 17.725Q224.33438 18.053125 224.06876 18.584375L224.06876 23.85L222.80313 23.85L222.80313 16.459375L224.00626 16.459375ZM233.77188 22.959375Q234.44376 22.959375 234.94376 22.553125Q235.45938 22.13125 235.52188 21.521875L236.70938 21.521875Q236.67813 22.146875 236.27188 22.725Q235.86563 23.303125 235.19376 23.646875Q234.52188 23.990625 233.77188 23.990625Q232.25626 23.990625 231.36563 22.990625Q230.475 21.975 230.475 20.225L230.475 20.00625Q230.475 18.928125 230.86563 18.084375Q231.27188 17.240625 232.00626 16.7875Q232.75626 16.31875 233.77188 16.31875Q235.00626 16.31875 235.83438 17.06875Q236.6625 17.803125 236.70938 18.990625L235.52188 18.990625Q235.45938 18.271875 234.975 17.81875Q234.49063 17.35 233.77188 17.35Q232.80313 17.35 232.27188 18.053125Q231.74063 18.740625 231.74063 20.053125L231.74063 20.2875Q231.74063 21.56875 232.27188 22.271875Q232.80313 22.959375 233.77188 22.959375ZM239.17813 23.85L237.9125 23.85L237.9125 13.35L239.17813 13.35L239.17813 23.85ZM245.38126 23.115625Q244.63126 23.990625 243.20938 23.990625Q242.02188 23.990625 241.39688 23.303125Q240.7875 22.615625 240.7875 21.271875L240.7875 16.459375L242.0375 16.459375L242.0375 21.225Q242.0375 22.9125 243.4125 22.9125Q244.86563 22.9125 245.33438 21.834375L245.33438 16.459375L246.6 16.459375L246.6 23.85L245.39688 23.85L245.38126 23.115625ZM253.11563 21.88125Q253.11563 21.38125 252.725 21.1Q252.33438 20.803125 251.38126 20.6Q250.42813 20.396875 249.85 20.115625Q249.2875 19.81875 249.02188 19.428125Q248.75626 19.0375 248.75626 18.490625Q248.75626 17.56875 249.52188 16.94375Q250.2875 16.31875 251.49063 16.31875Q252.74063 16.31875 253.52188 16.975Q254.30313 17.615625 254.30313 18.63125L253.0375 18.63125Q253.0375 18.1 252.6 17.725Q252.1625 17.35 251.49063 17.35Q250.80313 17.35 250.4125 17.6625Q250.02188 17.959375 250.02188 18.44375Q250.02188 18.896875 250.38126 19.13125Q250.74063 19.365625 251.67813 19.584375Q252.63126 19.7875 253.225 20.084375Q253.81876 20.38125 254.1 20.803125Q254.38126 21.209375 254.38126 21.803125Q254.38126 22.7875 253.58438 23.396875Q252.7875 23.990625 251.52188 23.990625Q250.64688 23.990625 249.95938 23.678125Q249.27188 23.35 248.88126 22.7875Q248.50626 22.225 248.50626 21.56875L249.77188 21.56875Q249.80313 22.209375 250.27188 22.584375Q250.75626 22.959375 251.52188 22.959375Q252.24063 22.959375 252.67813 22.6625Q253.11563 22.365625 253.11563 21.88125ZM257.17813 23.85L255.9125 23.85L255.9125 16.459375L257.17813 16.459375L257.17813 23.85ZM255.81876 14.490625Q255.81876 14.178125 256.00626 13.975Q256.19376 13.75625 256.55313 13.75625Q256.92813 13.75625 257.11563 13.975Q257.31876 14.178125 257.31876 14.490625Q257.31876 14.803125 257.11563 15.00625Q256.92813 15.209375 256.55313 15.209375Q256.19376 15.209375 256.00626 15.00625Q255.81876 14.803125 255.81876 14.490625ZM261.24063 22.13125L263.08438 16.459375L264.36563 16.459375L261.725 23.85L260.75626 23.85L258.06876 16.459375L259.36563 16.459375L261.24063 22.13125ZM268.88126 23.990625Q267.36563 23.990625 266.42813 23.00625Q265.49063 22.00625 265.49063 20.35L265.49063 20.13125Q265.49063 19.021875 265.9125 18.1625Q266.33438 17.2875 267.08438 16.803125Q267.83438 16.31875 268.725 16.31875Q270.1625 16.31875 270.95938 17.271875Q271.75626 18.209375 271.75626 19.990625L271.75626 20.50625L266.75626 20.50625Q266.77188 21.6 267.38126 22.2875Q268.00626 22.959375 268.94376 22.959375Q269.61563 22.959375 270.06876 22.69375Q270.5375 22.4125 270.89688 21.959375L271.6625 22.553125Q270.74063 23.990625 268.88126 23.990625ZM268.725 17.35Q267.95938 17.35 267.42813 17.9125Q266.9125 18.475 266.7875 19.475L270.49063 19.475L270.49063 19.38125Q270.44376 18.4125 269.975 17.88125Q269.50626 17.35 268.725 17.35ZM272.83438 17.19375Q272.83438 16.865625 273.02188 16.646875Q273.225 16.428125 273.61563 16.428125Q274.00626 16.428125 274.20938 16.646875Q274.4125 16.865625 274.4125 17.19375Q274.4125 17.50625 274.20938 17.725Q274.00626 17.928125 273.61563 17.928125Q273.225 17.928125 273.02188 17.725Q272.83438 17.50625 272.83438 17.19375ZM272.77188 25.834375L272.05313 25.334375Q272.69376 24.44375 272.725 23.490625L272.725 22.35L273.95938 22.35L273.95938 23.35Q273.95938 24.0375 273.61563 24.725Q273.27188 25.4125 272.77188 25.834375ZM285.35 22.1L286.77188 16.459375L288.0375 16.459375L285.89688 23.85L284.86563 23.85L283.06876 18.240625L281.31876 23.85L280.2875 23.85L278.14688 16.459375L279.39688 16.459375L280.86563 21.990625L282.58438 16.459375L283.6 16.459375L285.35 22.1ZM292.88126 23.990625Q291.36563 23.990625 290.42813 23.00625Q289.49063 22.00625 289.49063 20.35L289.49063 20.13125Q289.49063 19.021875 289.9125 18.1625Q290.33438 17.2875 291.08438 16.803125Q291.83438 16.31875 292.725 16.31875Q294.1625 16.31875 294.95938 17.271875Q295.75626 18.209375 295.75626 19.990625L295.75626 20.50625L290.75626 20.50625Q290.77188 21.6 291.38126 22.2875Q292.00626 22.959375 292.94376 22.959375Q293.61563 22.959375 294.06876 22.69375Q294.5375 22.4125 294.89688 21.959375L295.6625 22.553125Q294.74063 23.990625 292.88126 23.990625ZM292.725 17.35Q291.95938 17.35 291.42813 17.9125Q290.9125 18.475 290.7875 19.475L294.49063 19.475L294.49063 19.38125Q294.44376 18.4125 293.975 17.88125Q293.50626 17.35 292.725 17.35ZM306.35 22.1L307.77188 16.459375L309.0375 16.459375L306.89688 23.85L305.86563 23.85L304.06876 18.240625L302.31876 23.85L301.2875 23.85L299.14688 16.459375L300.39688 16.459375L301.86563 21.990625L303.58438 16.459375L304.6 16.459375L306.35 22.1ZM315.38126 23.85Q315.27188 23.63125 315.19376 23.06875Q314.31876 23.990625 313.08438 23.990625Q311.99063 23.990625 311.2875 23.38125Q310.6 22.75625 310.6 21.803125Q310.6 20.646875 311.475 20.00625Q312.35 19.365625 313.94376 19.365625L315.17813 19.365625L315.17813 18.7875Q315.17813 18.115625 314.77188 17.725Q314.38126 17.334375 313.61563 17.334375Q312.92813 17.334375 312.475 17.678125Q312.02188 18.021875 312.02188 18.50625L310.74063 18.50625Q310.74063 17.94375 311.13126 17.428125Q311.5375 16.9125 312.20938 16.615625Q312.88126 16.31875 313.67813 16.31875Q314.95938 16.31875 315.67813 16.959375Q316.4125 17.6 316.44376 18.709375L316.44376 22.115625Q316.44376 23.13125 316.69376 23.740625L316.69376 23.85L315.38126 23.85ZM313.27188 22.88125Q313.86563 22.88125 314.39688 22.584375Q314.94376 22.271875 315.17813 21.771875L315.17813 20.25625L314.17813 20.25625Q311.86563 20.25625 311.86563 21.615625Q311.86563 22.209375 312.25626 22.553125Q312.64688 22.88125 313.27188 22.88125ZM320.00626 16.459375L320.0375 17.38125Q320.89688 16.31875 322.25626 16.31875Q324.6 16.31875 324.63126 18.959375L324.63126 23.85L323.36563 23.85L323.36563 18.959375Q323.35 18.1625 322.99063 17.7875Q322.63126 17.396875 321.88126 17.396875Q321.25626 17.396875 320.7875 17.725Q320.33438 18.053125 320.06876 18.584375L320.06876 23.85L318.80313 23.85L318.80313 16.459375L320.00626 16.459375ZM328.52188 14.6625L328.52188 16.459375L329.89688 16.459375L329.89688 17.428125L328.52188 17.428125L328.52188 22.021875Q328.52188 22.459375 328.70938 22.69375Q328.89688 22.9125 329.33438 22.9125Q329.55313 22.9125 329.94376 22.81875L329.94376 23.85Q329.44376 23.990625 328.975 23.990625Q328.11563 23.990625 327.67813 23.475Q327.25626 22.959375 327.25626 22.021875L327.25626 17.428125L325.9125 17.428125L325.9125 16.459375L327.25626 16.459375L327.25626 14.6625L328.52188 14.6625ZM336.52188 14.6625L336.52188 16.459375L337.89688 16.459375L337.89688 17.428125L336.52188 17.428125L336.52188 22.021875Q336.52188 22.459375 336.70938 22.69375Q336.89688 22.9125 337.33438 22.9125Q337.55313 22.9125 337.94376 22.81875L337.94376 23.85Q337.44376 23.990625 336.975 23.990625Q336.11563 23.990625 335.67813 23.475Q335.25626 22.959375 335.25626 22.021875L335.25626 17.428125L333.9125 17.428125L333.9125 16.459375L335.25626 16.459375L335.25626 14.6625L336.52188 14.6625ZM339.475 20.084375Q339.475 18.990625 339.89688 18.13125Q340.33438 17.25625 341.08438 16.7875Q341.85 16.31875 342.83438 16.31875Q344.33438 16.31875 345.27188 17.365625Q346.20938 18.4125 346.20938 20.146875L346.20938 20.240625Q346.20938 21.31875 345.7875 22.178125Q345.38126 23.021875 344.6 23.50625Q343.83438 23.990625 342.85 23.990625Q341.33438 23.990625 340.39688 22.94375Q339.475 21.896875 339.475 20.178125L339.475 20.084375ZM340.74063 20.240625Q340.74063 21.459375 341.30313 22.209375Q341.88126 22.959375 342.85 22.959375Q343.80313 22.959375 344.36563 22.209375Q344.94376 21.44375 344.94376 20.084375Q344.94376 18.865625 344.36563 18.115625Q343.7875 17.35 342.83438 17.35Q341.89688 17.35 341.31876 18.1Q340.74063 18.85 340.74063 20.240625ZM355.11563 21.88125Q355.11563 21.38125 354.725 21.1Q354.33438 20.803125 353.38126 20.6Q352.42813 20.396875 351.85 20.115625Q351.2875 19.81875 351.02188 19.428125Q350.75626 19.0375 350.75626 18.490625Q350.75626 17.56875 351.52188 16.94375Q352.2875 16.31875 353.49063 16.31875Q354.74063 16.31875 355.52188 16.975Q356.30313 17.615625 356.30313 18.63125L355.0375 18.63125Q355.0375 18.1 354.6 17.725Q354.1625 17.35 353.49063 17.35Q352.80313 17.35 352.4125 17.6625Q352.02188 17.959375 352.02188 18.44375Q352.02188 18.896875 352.38126 19.13125Q352.74063 19.365625 353.67813 19.584375Q354.63126 19.7875 355.225 20.084375Q355.81876 20.38125 356.1 20.803125Q356.38126 21.209375 356.38126 21.803125Q356.38126 22.7875 355.58438 23.396875Q354.7875 23.990625 353.52188 23.990625Q352.64688 23.990625 351.95938 23.678125Q351.27188 23.35 350.88126 22.7875Q350.50626 22.225 350.50626 21.56875L351.77188 21.56875Q351.80313 22.209375 352.27188 22.584375Q352.75626 22.959375 353.52188 22.959375Q354.24063 22.959375 354.67813 22.6625Q355.11563 22.365625 355.11563 21.88125ZM360.88126 23.990625Q359.36563 23.990625 358.42813 23.00625Q357.49063 22.00625 357.49063 20.35L357.49063 20.13125Q357.49063 19.021875 357.9125 18.1625Q358.33438 17.2875 359.08438 16.803125Q359.83438 16.31875 360.725 16.31875Q362.1625 16.31875 362.95938 17.271875Q363.75626 18.209375 363.75626 19.990625L363.75626 20.50625L358.75626 20.50625Q358.77188 21.6 359.38126 22.2875Q360.00626 22.959375 360.94376 22.959375Q361.61563 22.959375 362.06876 22.69375Q362.5375 22.4125 362.89688 21.959375L363.6625 22.553125Q362.74063 23.990625 360.88126 23.990625ZM360.725 17.35Q359.95938 17.35 359.42813 17.9125Q358.9125 18.475 358.7875 19.475L362.49063 19.475L362.49063 19.38125Q362.44376 18.4125 361.975 17.88125Q361.50626 17.35 360.725 17.35ZM367.88126 23.990625Q366.36563 23.990625 365.42813 23.00625Q364.49063 22.00625 364.49063 20.35L364.49063 20.13125Q364.49063 19.021875 364.9125 18.1625Q365.33438 17.2875 366.08438 16.803125Q366.83438 16.31875 367.725 16.31875Q369.1625 16.31875 369.95938 17.271875Q370.75626 18.209375 370.75626 19.990625L370.75626 20.50625L365.75626 20.50625Q365.77188 21.6 366.38126 22.2875Q367.00626 22.959375 367.94376 22.959375Q368.61563 22.959375 369.06876 22.69375Q369.5375 22.4125 369.89688 21.959375L370.6625 22.553125Q369.74063 23.990625 367.88126 23.990625ZM367.725 17.35Q366.95938 17.35 366.42813 17.9125Q365.9125 18.475 365.7875 19.475L369.49063 19.475L369.49063 19.38125Q369.44376 18.4125 368.975 17.88125Q368.50626 17.35 367.725 17.35ZM376.06876 17.35Q376.9125 16.31875 378.25626 16.31875Q380.6 16.31875 380.63126 18.959375L380.63126 23.85L379.36563 23.85L379.36563 18.959375Q379.35 18.1625 378.99063 17.7875Q378.63126 17.396875 377.88126 17.396875Q377.25626 17.396875 376.7875 17.725Q376.33438 18.053125 376.06876 18.584375L376.06876 23.85L374.80313 23.85L374.80313 13.35L376.06876 13.35L376.06876 17.35ZM382.475 20.084375Q382.475 18.990625 382.89688 18.13125Q383.33438 17.25625 384.08438 16.7875Q384.85 16.31875 385.83438 16.31875Q387.33438 16.31875 388.27188 17.365625Q389.20938 18.4125 389.20938 20.146875L389.20938 20.240625Q389.20938 21.31875 388.7875 22.178125Q388.38126 23.021875 387.6 23.50625Q386.83438 23.990625 385.85 23.990625Q384.33438 23.990625 383.39688 22.94375Q382.475 21.896875 382.475 20.178125L382.475 20.084375ZM383.74063 20.240625Q383.74063 21.459375 384.30313 22.209375Q384.88126 22.959375 385.85 22.959375Q386.80313 22.959375 387.36563 22.209375Q387.94376 21.44375 387.94376 20.084375Q387.94376 18.865625 387.36563 18.115625Q386.7875 17.35 385.83438 17.35Q384.89688 17.35 384.31876 18.1Q383.74063 18.85 383.74063 20.240625ZM397.35 22.1L398.77188 16.459375L400.0375 16.459375L397.89688 23.85L396.86563 23.85L395.06876 18.240625L393.31876 23.85L392.2875 23.85L390.14688 16.459375L391.39688 16.459375L392.86563 21.990625L394.58438 16.459375L395.6 16.459375L397.35 22.1ZM411.35 22.1L412.77188 16.459375L414.0375 16.459375L411.89688 23.85L410.86563 23.85L409.06876 18.240625L407.31876 23.85L406.2875 23.85L404.14688 16.459375L405.39688 16.459375L406.86563 21.990625L408.58438 16.459375L409.6 16.459375L411.35 22.1ZM418.88126 23.990625Q417.36563 23.990625 416.42813 23.00625Q415.49063 22.00625 415.49063 20.35L415.49063 20.13125Q415.49063 19.021875 415.9125 18.1625Q416.33438 17.2875 417.08438 16.803125Q417.83438 16.31875 418.725 16.31875Q420.1625 16.31875 420.95938 17.271875Q421.75626 18.209375 421.75626 19.990625L421.75626 20.50625L416.75626 20.50625Q416.77188 21.6 417.38126 22.2875Q418.00626 22.959375 418.94376 22.959375Q419.61563 22.959375 420.06876 22.69375Q420.5375 22.4125 420.89688 21.959375L421.6625 22.553125Q420.74063 23.990625 418.88126 23.990625ZM418.725 17.35Q417.95938 17.35 417.42813 17.9125Q416.9125 18.475 416.7875 19.475L420.49063 19.475L420.49063 19.38125Q420.44376 18.4125 419.975 17.88125Q419.50626 17.35 418.725 17.35ZM423.58438 14.115625L423.44376 16.63125L422.55313 16.63125L422.56876 13.35L423.58438 13.35L423.58438 14.115625ZM428.38126 17.584375Q428.1 17.5375 427.75626 17.5375Q426.52188 17.5375 426.06876 18.6L426.06876 23.85L424.80313 23.85L424.80313 16.459375L426.0375 16.459375L426.05313 17.303125Q426.67813 16.31875 427.81876 16.31875Q428.19376 16.31875 428.38126 16.4125L428.38126 17.584375ZM432.88126 23.990625Q431.36563 23.990625 430.42813 23.00625Q429.49063 22.00625 429.49063 20.35L429.49063 20.13125Q429.49063 19.021875 429.9125 18.1625Q430.33438 17.2875 431.08438 16.803125Q431.83438 16.31875 432.725 16.31875Q434.1625 16.31875 434.95938 17.271875Q435.75626 18.209375 435.75626 19.990625L435.75626 20.50625L430.75626 20.50625Q430.77188 21.6 431.38126 22.2875Q432.00626 22.959375 432.94376 22.959375Q433.61563 22.959375 434.06876 22.69375Q434.5375 22.4125 434.89688 21.959375L435.6625 22.553125Q434.74063 23.990625 432.88126 23.990625ZM432.725 17.35Q431.95938 17.35 431.42813 17.9125Q430.9125 18.475 430.7875 19.475L434.49063 19.475L434.49063 19.38125Q434.44376 18.4125 433.975 17.88125Q433.50626 17.35 432.725 17.35ZM439.50626 20.084375Q439.50626 18.38125 440.30313 17.35Q441.11563 16.31875 442.4125 16.31875Q443.725 16.31875 444.475 17.209375L444.475 13.35L445.74063 13.35L445.74063 23.85L444.58438 23.85L444.52188 23.053125Q443.75626 23.990625 442.4125 23.990625Q441.11563 23.990625 440.30313 22.94375Q439.50626 21.88125 439.50626 20.178125L439.50626 20.084375ZM440.77188 20.240625Q440.77188 21.490625 441.2875 22.209375Q441.80313 22.9125 442.725 22.9125Q443.92813 22.9125 444.475 21.834375L444.475 18.428125Q443.9125 17.396875 442.74063 17.396875Q441.80313 17.396875 441.2875 18.115625Q440.77188 18.81875 440.77188 20.240625ZM447.475 20.084375Q447.475 18.990625 447.89688 18.13125Q448.33438 17.25625 449.08438 16.7875Q449.85 16.31875 450.83438 16.31875Q452.33438 16.31875 453.27188 17.365625Q454.20938 18.4125 454.20938 20.146875L454.20938 20.240625Q454.20938 21.31875 453.7875 22.178125Q453.38126 23.021875 452.6 23.50625Q451.83438 23.990625 450.85 23.990625Q449.33438 23.990625 448.39688 22.94375Q447.475 21.896875 447.475 20.178125L447.475 20.084375ZM448.74063 20.240625Q448.74063 21.459375 449.30313 22.209375Q449.88126 22.959375 450.85 22.959375Q451.80313 22.959375 452.36563 22.209375Q452.94376 21.44375 452.94376 20.084375Q452.94376 18.865625 452.36563 18.115625Q451.7875 17.35 450.83438 17.35Q449.89688 17.35 449.31876 18.1Q448.74063 18.85 448.74063 20.240625ZM457.17813 23.85L455.9125 23.85L455.9125 16.459375L457.17813 16.459375L457.17813 23.85ZM455.81876 14.490625Q455.81876 14.178125 456.00626 13.975Q456.19376 13.75625 456.55313 13.75625Q456.92813 13.75625 457.11563 13.975Q457.31876 14.178125 457.31876 14.490625Q457.31876 14.803125 457.11563 15.00625Q456.92813 15.209375 456.55313 15.209375Q456.19376 15.209375 456.00626 15.00625Q455.81876 14.803125 455.81876 14.490625ZM460.00626 16.459375L460.0375 17.38125Q460.89688 16.31875 462.25626 16.31875Q464.6 16.31875 464.63126 18.959375L464.63126 23.85L463.36563 23.85L463.36563 18.959375Q463.35 18.1625 462.99063 17.7875Q462.63126 17.396875 461.88126 17.396875Q461.25626 17.396875 460.7875 17.725Q460.33438 18.053125 460.06876 18.584375L460.06876 23.85L458.80313 23.85L458.80313 16.459375L460.00626 16.459375ZM466.50626 20.084375Q466.50626 18.365625 467.30313 17.35Q468.1 16.31875 469.42813 16.31875Q470.77188 16.31875 471.5375 17.271875L471.6 16.459375L472.75626 16.459375L472.75626 23.678125Q472.75626 25.115625 471.89688 25.928125Q471.05313 26.75625 469.61563 26.75625Q468.81876 26.75625 468.05313 26.4125Q467.2875 26.084375 466.88126 25.490625L467.5375 24.725Q468.35 25.725 469.52188 25.725Q470.44376 25.725 470.95938 25.209375Q471.49063 24.69375 471.49063 23.740625L471.49063 23.115625Q470.725 23.990625 469.4125 23.990625Q468.11563 23.990625 467.30313 22.94375Q466.50626 21.896875 466.50626 20.084375ZM467.77188 20.240625Q467.77188 21.490625 468.2875 22.209375Q468.80313 22.9125 469.725 22.9125Q470.92813 22.9125 471.49063 21.81875L471.49063 18.44375Q470.89688 17.396875 469.74063 17.396875Q468.81876 17.396875 468.2875 18.115625Q467.77188 18.81875 467.77188 20.240625ZM482.38126 23.85Q482.27188 23.63125 482.19376 23.06875Q481.31876 23.990625 480.08438 23.990625Q478.99063 23.990625 478.2875 23.38125Q477.6 22.75625 477.6 21.803125Q477.6 20.646875 478.475 20.00625Q479.35 19.365625 480.94376 19.365625L482.17813 19.365625L482.17813 18.7875Q482.17813 18.115625 481.77188 17.725Q481.38126 17.334375 480.61563 17.334375Q479.92813 17.334375 479.475 17.678125Q479.02188 18.021875 479.02188 18.50625L477.74063 18.50625Q477.74063 17.94375 478.13126 17.428125Q478.5375 16.9125 479.20938 16.615625Q479.88126 16.31875 480.67813 16.31875Q481.95938 16.31875 482.67813 16.959375Q483.4125 17.6 483.44376 18.709375L483.44376 22.115625Q483.44376 23.13125 483.69376 23.740625L483.69376 23.85L482.38126 23.85ZM480.27188 22.88125Q480.86563 22.88125 481.39688 22.584375Q481.94376 22.271875 482.17813 21.771875L482.17813 20.25625L481.17813 20.25625Q478.86563 20.25625 478.86563 21.615625Q478.86563 22.209375 479.25626 22.553125Q479.64688 22.88125 480.27188 22.88125ZM487.00626 16.459375L487.0375 17.38125Q487.89688 16.31875 489.25626 16.31875Q491.6 16.31875 491.63126 18.959375L491.63126 23.85L490.36563 23.85L490.36563 18.959375Q490.35 18.1625 489.99063 17.7875Q489.63126 17.396875 488.88126 17.396875Q488.25626 17.396875 487.7875 17.725Q487.33438 18.053125 487.06876 18.584375L487.06876 23.85L485.80313 23.85L485.80313 16.459375L487.00626 16.459375ZM493.50626 20.084375Q493.50626 18.38125 494.30313 17.35Q495.11563 16.31875 496.4125 16.31875Q497.725 16.31875 498.475 17.209375L498.475 13.35L499.74063 13.35L499.74063 23.85L498.58438 23.85L498.52188 23.053125Q497.75626 23.990625 496.4125 23.990625Q495.11563 23.990625 494.30313 22.94375Q493.50626 21.88125 493.50626 20.178125L493.50626 20.084375ZM494.77188 20.240625Q494.77188 21.490625 495.2875 22.209375Q495.80313 22.9125 496.725 22.9125Q497.92813 22.9125 498.475 21.834375L498.475 18.428125Q497.9125 17.396875 496.74063 17.396875Q495.80313 17.396875 495.2875 18.115625Q494.77188 18.81875 494.77188 20.240625ZM506.06876 17.35Q506.9125 16.31875 508.25626 16.31875Q510.6 16.31875 510.63126 18.959375L510.63126 23.85L509.36563 23.85L509.36563 18.959375Q509.35 18.1625 508.99063 17.7875Q508.63126 17.396875 507.88126 17.396875Q507.25626 17.396875 506.7875 17.725Q506.33438 18.053125 506.06876 18.584375L506.06876 23.85L504.80313 23.85L504.80313 13.35L506.06876 13.35L506.06876 17.35ZM512.475 20.084375Q512.475 18.990625 512.89685 18.13125Q513.33435 17.25625 514.08435 16.7875Q514.85 16.31875 515.83435 16.31875Q517.33435 16.31875 518.27185 17.365625Q519.20935 18.4125 519.20935 20.146875L519.20935 20.240625Q519.20935 21.31875 518.7875 22.178125Q518.3812 23.021875 517.6 23.50625Q516.83435 23.990625 515.85 23.990625Q514.33435 23.990625 513.39685 22.94375Q512.475 21.896875 512.475 20.178125L512.475 20.084375ZM513.7406 20.240625Q513.7406 21.459375 514.3031 22.209375Q514.8812 22.959375 515.85 22.959375Q516.8031 22.959375 517.3656 22.209375Q517.9437 21.44375 517.9437 20.084375Q517.9437 18.865625 517.3656 18.115625Q516.7875 17.35 515.83435 17.35Q514.89685 17.35 514.3187 18.1Q513.7406 18.85 513.7406 20.240625ZM527.35 22.1L528.77185 16.459375L530.0375 16.459375L527.89685 23.85L526.8656 23.85L525.0687 18.240625L523.3187 23.85L522.2875 23.85L520.14685 16.459375L521.39685 16.459375L522.8656 21.990625L524.58435 16.459375L525.6 16.459375L527.35 22.1ZM536.52185 14.6625L536.52185 16.459375L537.89685 16.459375L537.89685 17.428125L536.52185 17.428125L536.52185 22.021875Q536.52185 22.459375 536.70935 22.69375Q536.89685 22.9125 537.33435 22.9125Q537.5531 22.9125 537.9437 22.81875L537.9437 23.85Q537.4437 23.990625 536.975 23.990625Q536.1156 23.990625 535.6781 23.475Q535.2562 22.959375 535.2562 22.021875L535.2562 17.428125L533.9125 17.428125L533.9125 16.459375L535.2562 16.459375L535.2562 14.6625L536.52185 14.6625ZM539.475 20.084375Q539.475 18.990625 539.89685 18.13125Q540.33435 17.25625 541.08435 16.7875Q541.85 16.31875 542.83435 16.31875Q544.33435 16.31875 545.27185 17.365625Q546.20935 18.4125 546.20935 20.146875L546.20935 20.240625Q546.20935 21.31875 545.7875 22.178125Q545.3812 23.021875 544.6 23.50625Q543.83435 23.990625 542.85 23.990625Q541.33435 23.990625 540.39685 22.94375Q539.475 21.896875 539.475 20.178125L539.475 20.084375ZM540.7406 20.240625Q540.7406 21.459375 541.3031 22.209375Q541.8812 22.959375 542.85 22.959375Q543.8031 22.959375 544.3656 22.209375Q544.9437 21.44375 544.9437 20.084375Q544.9437 18.865625 544.3656 18.115625Q543.7875 17.35 542.83435 17.35Q541.89685 17.35 541.3187 18.1Q540.7406 18.85 540.7406 20.240625Z" fill-rule="nonzero"/><path fill="#666666" d="M13.178125 40.85L11.9125 40.85L11.9125 33.459373L13.178125 33.459373L13.178125 40.85ZM11.81875 31.490623Q11.81875 31.178123 12.00625 30.974998Q12.19375 30.756248 12.553125 30.756248Q12.928125 30.756248 13.115625 30.974998Q13.31875 31.178123 13.31875 31.490623Q13.31875 31.803123 13.115625 32.00625Q12.928125 32.209373 12.553125 32.209373Q12.19375 32.209373 12.00625 32.00625Q11.81875 31.803123 11.81875 31.490623ZM15.990625 33.459373L16.0375 34.271873Q16.85 33.31875 18.225 33.31875Q19.771875 33.31875 20.334375 34.50625Q20.709375 33.975 21.303125 33.646873Q21.896875 33.31875 22.69375 33.31875Q25.13125 33.31875 25.178125 35.896873L25.178125 40.85L23.9125 40.85L23.9125 35.975Q23.9125 35.178123 23.5375 34.7875Q23.178125 34.396873 22.334375 34.396873Q21.615625 34.396873 21.146875 34.81875Q20.69375 35.225 20.615625 35.94375L20.615625 40.85L19.35 40.85L19.35 36.00625Q19.35 34.396873 17.771875 34.396873Q16.521875 34.396873 16.06875 35.44375L16.06875 40.85L14.803125 40.85L14.803125 33.459373L15.990625 33.459373ZM33.053123 37.240623Q33.053123 38.928123 32.271873 39.959373Q31.50625 40.990623 30.19375 40.990623Q28.85 40.990623 28.06875 40.13125L28.06875 43.69375L26.803125 43.69375L26.803125 33.459373L27.959375 33.459373L28.021875 34.271873Q28.803125 33.31875 30.178125 33.31875Q31.50625 33.31875 32.271873 34.31875Q33.053123 35.31875 33.053123 37.115623L33.053123 37.240623ZM31.7875 37.084373Q31.7875 35.834373 31.25625 35.115623Q30.725 34.396873 29.7875 34.396873Q28.646875 34.396873 28.06875 35.4125L28.06875 38.94375Q28.646875 39.959373 29.803125 39.959373Q30.725 39.959373 31.25625 39.240623Q31.7875 38.50625 31.7875 37.084373ZM38.38125 34.584373Q38.1 34.5375 37.75625 34.5375Q36.521873 34.5375 36.06875 35.6L36.06875 40.85L34.803123 40.85L34.803123 33.459373L36.0375 33.459373L36.053123 34.303123Q36.678123 33.31875 37.81875 33.31875Q38.19375 33.31875 38.38125 33.4125L38.38125 34.584373ZM39.475 37.084373Q39.475 35.990623 39.896873 35.13125Q40.334373 34.25625 41.084373 33.7875Q41.85 33.31875 42.834373 33.31875Q44.334373 33.31875 45.271873 34.365623Q46.209373 35.4125 46.209373 37.146873L46.209373 37.240623Q46.209373 38.31875 45.7875 39.178123Q45.38125 40.021873 44.6 40.50625Q43.834373 40.990623 42.85 40.990623Q41.334373 40.990623 40.396873 39.94375Q39.475 38.896873 39.475 37.178123L39.475 37.084373ZM40.740623 37.240623Q40.740623 38.459373 41.303123 39.209373Q41.88125 39.959373 42.85 39.959373Q43.803123 39.959373 44.365623 39.209373Q44.94375 38.44375 44.94375 37.084373Q44.94375 35.865623 44.365623 35.115623Q43.7875 34.35 42.834373 34.35Q41.896873 34.35 41.31875 35.1Q40.740623 35.85 40.740623 37.240623ZM50.240623 39.13125L52.084373 33.459373L53.365623 33.459373L50.725 40.85L49.75625 40.85L47.06875 33.459373L48.365623 33.459373L50.240623 39.13125ZM57.88125 40.990623Q56.365623 40.990623 55.428123 40.00625Q54.490623 39.00625 54.490623 37.35L54.490623 37.13125Q54.490623 36.021873 54.9125 35.1625Q55.334373 34.2875 56.084373 33.803123Q56.834373 33.31875 57.725 33.31875Q59.1625 33.31875 59.959373 34.271873Q60.75625 35.209373 60.75625 36.990623L60.75625 37.50625L55.75625 37.50625Q55.771873 38.6 56.38125 39.2875Q57.00625 39.959373 57.94375 39.959373Q58.615623 39.959373 59.06875 39.69375Q59.5375 39.4125 59.896873 38.959373L60.6625 39.553123Q59.740623 40.990623 57.88125 40.990623ZM57.725 34.35Q56.959373 34.35 56.428123 34.9125Q55.9125 35.475 55.7875 36.475L59.490623 36.475L59.490623 36.38125Q59.44375 35.4125 58.975 34.88125Q58.50625 34.35 57.725 34.35ZM61.834373 40.19375Q61.834373 39.865623 62.021873 39.646873Q62.225 39.428123 62.615623 39.428123Q63.00625 39.428123 63.209373 39.646873Q63.4125 39.865623 63.4125 40.19375Q63.4125 40.50625 63.209373 40.725Q63.00625 40.928123 62.615623 40.928123Q62.225 40.928123 62.021873 40.725Q61.834373 40.50625 61.834373 40.19375ZM70.4125 40.85L69.1 40.85L69.1 30.896873L70.4125 30.896873L70.4125 40.85ZM73.42812 40.85L73.42812 34.428123L72.25625 34.428123L72.25625 33.459373L73.42812 33.459373L73.42812 32.69375Q73.42812 31.506248 74.05312 30.865623Q74.69375 30.209373 75.86562 30.209373Q76.30312 30.209373 76.725 30.318748L76.6625 31.349998Q76.33437 31.287498 75.975 31.287498Q75.36562 31.287498 75.02187 31.646873Q74.69375 32.00625 74.69375 32.678123L74.69375 33.459373L76.27187 33.459373L76.27187 34.428123L74.69375 34.428123L74.69375 40.85L73.42812 40.85ZM83.225 38.990623L84.94375 33.459373L86.30312 33.459373L83.33437 41.990623Q82.64687 43.834373 81.13125 43.834373L80.89687 43.81875L80.42812 43.725L80.42812 42.709373L80.77187 42.725Q81.4125 42.725 81.77187 42.459373Q82.13125 42.209373 82.36562 41.521873L82.64687 40.771873L80.00625 33.459373L81.38125 33.459373L83.225 38.990623ZM87.475 37.084373Q87.475 35.990623 87.89687 35.13125Q88.33437 34.25625 89.08437 33.7875Q89.85 33.31875 90.83437 33.31875Q92.33437 33.31875 93.27187 34.365623Q94.20937 35.4125 94.20937 37.146873L94.20937 37.240623Q94.20937 38.31875 93.7875 39.178123Q93.38125 40.021873 92.6 40.50625Q91.83437 40.990623 90.85 40.990623Q89.33437 40.990623 88.39687 39.94375Q87.475 38.896873 87.475 37.178123L87.475 37.084373ZM88.74062 37.240623Q88.74062 38.459373 89.30312 39.209373Q89.88125 39.959373 90.85 39.959373Q91.80312 39.959373 92.36562 39.209373Q92.94375 38.44375 92.94375 37.084373Q92.94375 35.865623 92.36562 35.115623Q91.7875 34.35 90.83437 34.35Q89.89687 34.35 89.31875 35.1Q88.74062 35.85 88.74062 37.240623ZM100.38125 40.115623Q99.63125 40.990623 98.20937 40.990623Q97.02187 40.990623 96.39687 40.303123Q95.7875 39.615623 95.7875 38.271873L95.7875 33.459373L97.0375 33.459373L97.0375 38.225Q97.0375 39.9125 98.4125 39.9125Q99.86562 39.9125 100.33437 38.834373L100.33437 33.459373L101.6 33.459373L101.6 40.85L100.39687 40.85L100.38125 40.115623ZM113.35 39.1L114.77187 33.459373L116.0375 33.459373L113.89687 40.85L112.86562 40.85L111.06875 35.240623L109.31875 40.85L108.2875 40.85L106.14687 33.459373L107.39687 33.459373L108.86562 38.990623L110.58437 33.459373L111.6 33.459373L113.35 39.1ZM117.475 37.084373Q117.475 35.990623 117.89687 35.13125Q118.33437 34.25625 119.08437 33.7875Q119.85 33.31875 120.83437 33.31875Q122.33437 33.31875 123.27187 34.365623Q124.20937 35.4125 124.20937 37.146873L124.20937 37.240623Q124.20937 38.31875 123.7875 39.178123Q123.38125 40.021873 122.6 40.50625Q121.83437 40.990623 120.85 40.990623Q119.33437 40.990623 118.39687 39.94375Q117.475 38.896873 117.475 37.178123L117.475 37.084373ZM118.74062 37.240623Q118.74062 38.459373 119.30312 39.209373Q119.88125 39.959373 120.85 39.959373Q121.80312 39.959373 122.36562 39.209373Q122.94375 38.44375 122.94375 37.084373Q122.94375 35.865623 122.36562 35.115623Q121.7875 34.35 120.83437 34.35Q119.89687 34.35 119.31875 35.1Q118.74062 35.85 118.74062 37.240623ZM130.38126 40.115623Q129.63126 40.990623 128.20938 40.990623Q127.02187 40.990623 126.39687 40.303123Q125.7875 39.615623 125.7875 38.271873L125.7875 33.459373L127.0375 33.459373L127.0375 38.225Q127.0375 39.9125 128.4125 39.9125Q129.86563 39.9125 130.33438 38.834373L130.33438 33.459373L131.6 33.459373L131.6 40.85L130.39688 40.85L130.38126 40.115623ZM135.17813 40.85L133.9125 40.85L133.9125 30.349998L135.17813 30.349998L135.17813 40.85ZM136.50626 37.084373Q136.50626 35.38125 137.30313 34.35Q138.11563 33.31875 139.4125 33.31875Q140.725 33.31875 141.475 34.209373L141.475 30.349998L142.74063 30.349998L142.74063 40.85L141.58438 40.85L141.52188 40.053123Q140.75626 40.990623 139.4125 40.990623Q138.11563 40.990623 137.30313 39.94375Q136.50626 38.88125 136.50626 37.178123L136.50626 37.084373ZM137.77188 37.240623Q137.77188 38.490623 138.2875 39.209373Q138.80313 39.9125 139.725 39.9125Q140.92813 39.9125 141.475 38.834373L141.475 35.428123Q140.9125 34.396873 139.74063 34.396873Q138.80313 34.396873 138.2875 35.115623Q137.77188 35.81875 137.77188 37.240623ZM149.17813 40.85L147.9125 40.85L147.9125 30.349998L149.17813 30.349998L149.17813 40.85ZM152.17813 40.85L150.9125 40.85L150.9125 33.459373L152.17813 33.459373L152.17813 40.85ZM150.81876 31.490623Q150.81876 31.178123 151.00626 30.974998Q151.19376 30.756248 151.55313 30.756248Q151.92813 30.756248 152.11563 30.974998Q152.31876 31.178123 152.31876 31.490623Q152.31876 31.803123 152.11563 32.00625Q151.92813 32.209373 151.55313 32.209373Q151.19376 32.209373 151.00626 32.00625Q150.81876 31.803123 150.81876 31.490623ZM155.86563 37.428123L155.08438 38.25625L155.08438 40.85L153.81876 40.85L153.81876 30.349998L155.08438 30.349998L155.08438 36.69375L155.75626 35.88125L158.05313 33.459373L159.6 33.459373L156.725 36.5375L159.92813 40.85L158.44376 40.85L155.86563 37.428123ZM163.88126 40.990623Q162.36563 40.990623 161.42813 40.00625Q160.49063 39.00625 160.49063 37.35L160.49063 37.13125Q160.49063 36.021873 160.9125 35.1625Q161.33438 34.2875 162.08438 33.803123Q162.83438 33.31875 163.725 33.31875Q165.1625 33.31875 165.95938 34.271873Q166.75626 35.209373 166.75626 36.990623L166.75626 37.50625L161.75626 37.50625Q161.77188 38.6 162.38126 39.2875Q163.00626 39.959373 163.94376 39.959373Q164.61563 39.959373 165.06876 39.69375Q165.5375 39.4125 165.89688 38.959373L166.6625 39.553123Q165.74063 40.990623 163.88126 40.990623ZM163.725 34.35Q162.95938 34.35 162.42813 34.9125Q161.9125 35.475 161.7875 36.475L165.49063 36.475L165.49063 36.38125Q165.44376 35.4125 164.975 34.88125Q164.50626 34.35 163.725 34.35ZM172.52188 31.662498L172.52188 33.459373L173.89688 33.459373L173.89688 34.428123L172.52188 34.428123L172.52188 39.021873Q172.52188 39.459373 172.70938 39.69375Q172.89688 39.9125 173.33438 39.9125Q173.55313 39.9125 173.94376 39.81875L173.94376 40.85Q173.44376 40.990623 172.975 40.990623Q172.11563 40.990623 171.67813 40.475Q171.25626 39.959373 171.25626 39.021873L171.25626 34.428123L169.9125 34.428123L169.9125 33.459373L171.25626 33.459373L171.25626 31.662498L172.52188 31.662498ZM175.475 37.084373Q175.475 35.990623 175.89688 35.13125Q176.33438 34.25625 177.08438 33.7875Q177.85 33.31875 178.83438 33.31875Q180.33438 33.31875 181.27188 34.365623Q182.20938 35.4125 182.20938 37.146873L182.20938 37.240623Q182.20938 38.31875 181.7875 39.178123Q181.38126 40.021873 180.6 40.50625Q179.83438 40.990623 178.85 40.990623Q177.33438 40.990623 176.39688 39.94375Q175.475 38.896873 175.475 37.178123L175.475 37.084373ZM176.74063 37.240623Q176.74063 38.459373 177.30313 39.209373Q177.88126 39.959373 178.85 39.959373Q179.80313 39.959373 180.36563 39.209373Q180.94376 38.44375 180.94376 37.084373Q180.94376 35.865623 180.36563 35.115623Q179.7875 34.35 178.83438 34.35Q177.89688 34.35 177.31876 35.1Q176.74063 35.85 176.74063 37.240623ZM183.77188 42.834373L183.05313 42.334373Q183.69376 41.44375 183.725 40.490623L183.725 39.35L184.95938 39.35L184.95938 40.35Q184.95938 41.0375 184.61563 41.725Q184.27188 42.4125 183.77188 42.834373ZM192.225 38.990623L193.94376 33.459373L195.30313 33.459373L192.33438 41.990623Q191.64688 43.834373 190.13126 43.834373L189.89688 43.81875L189.42813 43.725L189.42813 42.709373L189.77188 42.725Q190.4125 42.725 190.77188 42.459373Q191.13126 42.209373 191.36563 41.521873L191.64688 40.771873L189.00626 33.459373L190.38126 33.459373L192.225 38.990623ZM196.475 37.084373Q196.475 35.990623 196.89688 35.13125Q197.33438 34.25625 198.08438 33.7875Q198.85 33.31875 199.83438 33.31875Q201.33438 33.31875 202.27188 34.365623Q203.20938 35.4125 203.20938 37.146873L203.20938 37.240623Q203.20938 38.31875 202.7875 39.178123Q202.38126 40.021873 201.6 40.50625Q200.83438 40.990623 199.85 40.990623Q198.33438 40.990623 197.39688 39.94375Q196.475 38.896873 196.475 37.178123L196.475 37.084373ZM197.74063 37.240623Q197.74063 38.459373 198.30313 39.209373Q198.88126 39.959373 199.85 39.959373Q200.80313 39.959373 201.36563 39.209373Q201.94376 38.44375 201.94376 37.084373Q201.94376 35.865623 201.36563 35.115623Q200.7875 34.35 199.83438 34.35Q198.89688 34.35 198.31876 35.1Q197.74063 35.85 197.74063 37.240623ZM209.38126 40.115623Q208.63126 40.990623 207.20938 40.990623Q206.02188 40.990623 205.39688 40.303123Q204.7875 39.615623 204.7875 38.271873L204.7875 33.459373L206.0375 33.459373L206.0375 38.225Q206.0375 39.9125 207.4125 39.9125Q208.86563 39.9125 209.33438 38.834373L209.33438 33.459373L210.6 33.459373L210.6 40.85L209.39688 40.85L209.38126 40.115623ZM218.77188 39.959373Q219.44376 39.959373 219.94376 39.553123Q220.45938 39.13125 220.52188 38.521873L221.70938 38.521873Q221.67813 39.146873 221.27188 39.725Q220.86563 40.303123 220.19376 40.646873Q219.52188 40.990623 218.77188 40.990623Q217.25626 40.990623 216.36563 39.990623Q215.475 38.975 215.475 37.225L215.475 37.00625Q215.475 35.928123 215.86563 35.084373Q216.27188 34.240623 217.00626 33.7875Q217.75626 33.31875 218.77188 33.31875Q220.00626 33.31875 220.83438 34.06875Q221.6625 34.803123 221.70938 35.990623L220.52188 35.990623Q220.45938 35.271873 219.975 34.81875Q219.49063 34.35 218.77188 34.35Q217.80313 34.35 217.27188 35.053123Q216.74063 35.740623 216.74063 37.053123L216.74063 37.2875Q216.74063 38.56875 217.27188 39.271873Q217.80313 39.959373 218.77188 39.959373ZM227.38126 40.85Q227.27188 40.63125 227.19376 40.06875Q226.31876 40.990623 225.08438 40.990623Q223.99063 40.990623 223.2875 40.38125Q222.6 39.75625 222.6 38.803123Q222.6 37.646873 223.475 37.00625Q224.35 36.365623 225.94376 36.365623L227.17813 36.365623L227.17813 35.7875Q227.17813 35.115623 226.77188 34.725Q226.38126 34.334373 225.61563 34.334373Q224.92813 34.334373 224.475 34.678123Q224.02188 35.021873 224.02188 35.50625L222.74063 35.50625Q222.74063 34.94375 223.13126 34.428123Q223.5375 33.9125 224.20938 33.615623Q224.88126 33.31875 225.67813 33.31875Q226.95938 33.31875 227.67813 33.959373Q228.4125 34.6 228.44376 35.709373L228.44376 39.115623Q228.44376 40.13125 228.69376 40.740623L228.69376 40.85L227.38126 40.85ZM225.27188 39.88125Q225.86563 39.88125 226.39688 39.584373Q226.94376 39.271873 227.17813 38.771873L227.17813 37.25625L226.17813 37.25625Q223.86563 37.25625 223.86563 38.615623Q223.86563 39.209373 224.25626 39.553123Q224.64688 39.88125 225.27188 39.88125ZM232.00626 33.459373L232.0375 34.38125Q232.89688 33.31875 234.25626 33.31875Q236.6 33.31875 236.63126 35.959373L236.63126 40.85L235.36563 40.85L235.36563 35.959373Q235.35 35.1625 234.99063 34.7875Q234.63126 34.396873 233.88126 34.396873Q233.25626 34.396873 232.7875 34.725Q232.33438 35.053123 232.06876 35.584373L232.06876 40.85L230.80313 40.85L230.80313 33.459373L232.00626 33.459373ZM243.52188 31.662498L243.52188 33.459373L244.89688 33.459373L244.89688 34.428123L243.52188 34.428123L243.52188 39.021873Q243.52188 39.459373 243.70938 39.69375Q243.89688 39.9125 244.33438 39.9125Q244.55313 39.9125 244.94376 39.81875L244.94376 40.85Q244.44376 40.990623 243.975 40.990623Q243.11563 40.990623 242.67813 40.475Q242.25626 39.959373 242.25626 39.021873L242.25626 34.428123L240.9125 34.428123L240.9125 33.459373L242.25626 33.459373L242.25626 31.662498L243.52188 31.662498ZM249.88126 40.990623Q248.36563 40.990623 247.42813 40.00625Q246.49063 39.00625 246.49063 37.35L246.49063 37.13125Q246.49063 36.021873 246.9125 35.1625Q247.33438 34.2875 248.08438 33.803123Q248.83438 33.31875 249.725 33.31875Q251.1625 33.31875 251.95938 34.271873Q252.75626 35.209373 252.75626 36.990623L252.75626 37.50625L247.75626 37.50625Q247.77188 38.6 248.38126 39.2875Q249.00626 39.959373 249.94376 39.959373Q250.61563 39.959373 251.06876 39.69375Q251.5375 39.4125 251.89688 38.959373L252.6625 39.553123Q251.74063 40.990623 249.88126 40.990623ZM249.725 34.35Q248.95938 34.35 248.42813 34.9125Q247.9125 35.475 247.7875 36.475L251.49063 36.475L251.49063 36.38125Q251.44376 35.4125 250.975 34.88125Q250.50626 34.35 249.725 34.35ZM255.17813 40.85L253.9125 40.85L253.9125 30.349998L255.17813 30.349998L255.17813 40.85ZM258.17813 40.85L256.9125 40.85L256.9125 30.349998L258.17813 30.349998L258.17813 40.85ZM267.38126 40.115623Q266.63126 40.990623 265.20938 40.990623Q264.02188 40.990623 263.39688 40.303123Q262.7875 39.615623 262.7875 38.271873L262.7875 33.459373L264.0375 33.459373L264.0375 38.225Q264.0375 39.9125 265.4125 39.9125Q266.86563 39.9125 267.33438 38.834373L267.33438 33.459373L268.6 33.459373L268.6 40.85L267.39688 40.85L267.38126 40.115623ZM275.11563 38.88125Q275.11563 38.38125 274.725 38.1Q274.33438 37.803123 273.38126 37.6Q272.42813 37.396873 271.85 37.115623Q271.2875 36.81875 271.02188 36.428123Q270.75626 36.0375 270.75626 35.490623Q270.75626 34.56875 271.52188 33.94375Q272.2875 33.31875 273.49063 33.31875Q274.74063 33.31875 275.52188 33.975Q276.30313 34.615623 276.30313 35.63125L275.0375 35.63125Q275.0375 35.1 274.6 34.725Q274.1625 34.35 273.49063 34.35Q272.80313 34.35 272.4125 34.6625Q272.02188 34.959373 272.02188 35.44375Q272.02188 35.896873 272.38126 36.13125Q272.74063 36.365623 273.67813 36.584373Q274.63126 36.7875 275.225 37.084373Q275.81876 37.38125 276.1 37.803123Q276.38126 38.209373 276.38126 38.803123Q276.38126 39.7875 275.58438 40.396873Q274.7875 40.990623 273.52188 40.990623Q272.64688 40.990623 271.95938 40.678123Q271.27188 40.35 270.88126 39.7875Q270.50626 39.225 270.50626 38.56875L271.77188 38.56875Q271.80313 39.209373 272.27188 39.584373Q272.75626 39.959373 273.52188 39.959373Q274.24063 39.959373 274.67813 39.6625Q275.11563 39.365623 275.11563 38.88125ZM287.35 39.1L288.77188 33.459373L290.0375 33.459373L287.89688 40.85L286.86563 40.85L285.06876 35.240623L283.31876 40.85L282.2875 40.85L280.14688 33.459373L281.39688 33.459373L282.86563 38.990623L284.58438 33.459373L285.6 33.459373L287.35 39.1ZM293.06876 34.35Q293.9125 33.31875 295.25626 33.31875Q297.6 33.31875 297.63126 35.959373L297.63126 40.85L296.36563 40.85L296.36563 35.959373Q296.35 35.1625 295.99063 34.7875Q295.63126 34.396873 294.88126 34.396873Q294.25626 34.396873 293.7875 34.725Q293.33438 35.053123 293.06876 35.584373L293.06876 40.85L291.80313 40.85L291.80313 30.349998L293.06876 30.349998L293.06876 34.35ZM302.88126 40.990623Q301.36563 40.990623 300.42813 40.00625Q299.49063 39.00625 299.49063 37.35L299.49063 37.13125Q299.49063 36.021873 299.9125 35.1625Q300.33438 34.2875 301.08438 33.803123Q301.83438 33.31875 302.725 33.31875Q304.1625 33.31875 304.95938 34.271873Q305.75626 35.209373 305.75626 36.990623L305.75626 37.50625L300.75626 37.50625Q300.77188 38.6 301.38126 39.2875Q302.00626 39.959373 302.94376 39.959373Q303.61563 39.959373 304.06876 39.69375Q304.5375 39.4125 304.89688 38.959373L305.6625 39.553123Q304.74063 40.990623 302.88126 40.990623ZM302.725 34.35Q301.95938 34.35 301.42813 34.9125Q300.9125 35.475 300.7875 36.475L304.49063 36.475L304.49063 36.38125Q304.44376 35.4125 303.975 34.88125Q303.50626 34.35 302.725 34.35ZM308.52188 31.662498L308.52188 33.459373L309.89688 33.459373L309.89688 34.428123L308.52188 34.428123L308.52188 39.021873Q308.52188 39.459373 308.70938 39.69375Q308.89688 39.9125 309.33438 39.9125Q309.55313 39.9125 309.94376 39.81875L309.94376 40.85Q309.44376 40.990623 308.975 40.990623Q308.11563 40.990623 307.67813 40.475Q307.25626 39.959373 307.25626 39.021873L307.25626 34.428123L305.9125 34.428123L305.9125 33.459373L307.25626 33.459373L307.25626 31.662498L308.52188 31.662498ZM313.06876 34.35Q313.9125 33.31875 315.25626 33.31875Q317.6 33.31875 317.63126 35.959373L317.63126 40.85L316.36563 40.85L316.36563 35.959373Q316.35 35.1625 315.99063 34.7875Q315.63126 34.396873 314.88126 34.396873Q314.25626 34.396873 313.7875 34.725Q313.33438 35.053123 313.06876 35.584373L313.06876 40.85L311.80313 40.85L311.80313 30.349998L313.06876 30.349998L313.06876 34.35ZM322.88126 40.990623Q321.36563 40.990623 320.42813 40.00625Q319.49063 39.00625 319.49063 37.35L319.49063 37.13125Q319.49063 36.021873 319.9125 35.1625Q320.33438 34.2875 321.08438 33.803123Q321.83438 33.31875 322.725 33.31875Q324.1625 33.31875 324.95938 34.271873Q325.75626 35.209373 325.75626 36.990623L325.75626 37.50625L320.75626 37.50625Q320.77188 38.6 321.38126 39.2875Q322.00626 39.959373 322.94376 39.959373Q323.61563 39.959373 324.06876 39.69375Q324.5375 39.4125 324.89688 38.959373L325.6625 39.553123Q324.74063 40.990623 322.88126 40.990623ZM322.725 34.35Q321.95938 34.35 321.42813 34.9125Q320.9125 35.475 320.7875 36.475L324.49063 36.475L324.49063 36.38125Q324.44376 35.4125 323.975 34.88125Q323.50626 34.35 322.725 34.35ZM330.38126 34.584373Q330.1 34.5375 329.75626 34.5375Q328.52188 34.5375 328.06876 35.6L328.06876 40.85L326.80313 40.85L326.80313 33.459373L328.0375 33.459373L328.05313 34.303123Q328.67813 33.31875 329.81876 33.31875Q330.19376 33.31875 330.38126 33.4125L330.38126 34.584373ZM337.225 38.990623L338.94376 33.459373L340.30313 33.459373L337.33438 41.990623Q336.64688 43.834373 335.13126 43.834373L334.89688 43.81875L334.42813 43.725L334.42813 42.709373L334.77188 42.725Q335.4125 42.725 335.77188 42.459373Q336.13126 42.209373 336.36563 41.521873L336.64688 40.771873L334.00626 33.459373L335.38126 33.459373L337.225 38.990623ZM341.475 37.084373Q341.475 35.990623 341.89688 35.13125Q342.33438 34.25625 343.08438 33.7875Q343.85 33.31875 344.83438 33.31875Q346.33438 33.31875 347.27188 34.365623Q348.20938 35.4125 348.20938 37.146873L348.20938 37.240623Q348.20938 38.31875 347.7875 39.178123Q347.38126 40.021873 346.6 40.50625Q345.83438 40.990623 344.85 40.990623Q343.33438 40.990623 342.39688 39.94375Q341.475 38.896873 341.475 37.178123L341.475 37.084373ZM342.74063 37.240623Q342.74063 38.459373 343.30313 39.209373Q343.88126 39.959373 344.85 39.959373Q345.80313 39.959373 346.36563 39.209373Q346.94376 38.44375 346.94376 37.084373Q346.94376 35.865623 346.36563 35.115623Q345.7875 34.35 344.83438 34.35Q343.89688 34.35 343.31876 35.1Q342.74063 35.85 342.74063 37.240623ZM354.38126 40.115623Q353.63126 40.990623 352.20938 40.990623Q351.02188 40.990623 350.39688 40.303123Q349.7875 39.615623 349.7875 38.271873L349.7875 33.459373L351.0375 33.459373L351.0375 38.225Q351.0375 39.9125 352.4125 39.9125Q353.86563 39.9125 354.33438 38.834373L354.33438 33.459373L355.6 33.459373L355.6 40.85L354.39688 40.85L354.38126 40.115623ZM362.17813 40.85L360.9125 40.85L360.9125 33.459373L362.17813 33.459373L362.17813 40.85ZM360.81876 31.490623Q360.81876 31.178123 361.00626 30.974998Q361.19376 30.756248 361.55313 30.756248Q361.92813 30.756248 362.11563 30.974998Q362.31876 31.178123 362.31876 31.490623Q362.31876 31.803123 362.11563 32.00625Q361.92813 32.209373 361.55313 32.209373Q361.19376 32.209373 361.00626 32.00625Q360.81876 31.803123 360.81876 31.490623ZM363.50626 37.084373Q363.50626 35.38125 364.30313 34.35Q365.11563 33.31875 366.4125 33.31875Q367.725 33.31875 368.475 34.209373L368.475 30.349998L369.74063 30.349998L369.74063 40.85L368.58438 40.85L368.52188 40.053123Q367.75626 40.990623 366.4125 40.990623Q365.11563 40.990623 364.30313 39.94375Q363.50626 38.88125 363.50626 37.178123L363.50626 37.084373ZM364.77188 37.240623Q364.77188 38.490623 365.2875 39.209373Q365.80313 39.9125 366.725 39.9125Q367.92813 39.9125 368.475 38.834373L368.475 35.428123Q367.9125 34.396873 366.74063 34.396873Q365.80313 34.396873 365.2875 35.115623Q364.77188 35.81875 364.77188 37.240623ZM374.88126 40.990623Q373.36563 40.990623 372.42813 40.00625Q371.49063 39.00625 371.49063 37.35L371.49063 37.13125Q371.49063 36.021873 371.9125 35.1625Q372.33438 34.2875 373.08438 33.803123Q373.83438 33.31875 374.725 33.31875Q376.1625 33.31875 376.95938 34.271873Q377.75626 35.209373 377.75626 36.990623L377.75626 37.50625L372.75626 37.50625Q372.77188 38.6 373.38126 39.2875Q374.00626 39.959373 374.94376 39.959373Q375.61563 39.959373 376.06876 39.69375Q376.5375 39.4125 376.89688 38.959373L377.6625 39.553123Q376.74063 40.990623 374.88126 40.990623ZM374.725 34.35Q373.95938 34.35 373.42813 34.9125Q372.9125 35.475 372.7875 36.475L376.49063 36.475L376.49063 36.38125Q376.44376 35.4125 375.975 34.88125Q375.50626 34.35 374.725 34.35ZM380.00626 33.459373L380.0375 34.38125Q380.89688 33.31875 382.25626 33.31875Q384.6 33.31875 384.63126 35.959373L384.63126 40.85L383.36563 40.85L383.36563 35.959373Q383.35 35.1625 382.99063 34.7875Q382.63126 34.396873 381.88126 34.396873Q381.25626 34.396873 380.7875 34.725Q380.33438 35.053123 380.06876 35.584373L380.06876 40.85L378.80313 40.85L378.80313 33.459373L380.00626 33.459373ZM388.52188 31.662498L388.52188 33.459373L389.89688 33.459373L389.89688 34.428123L388.52188 34.428123L388.52188 39.021873Q388.52188 39.459373 388.70938 39.69375Q388.89688 39.9125 389.33438 39.9125Q389.55313 39.9125 389.94376 39.81875L389.94376 40.85Q389.44376 40.990623 388.975 40.990623Q388.11563 40.990623 387.67813 40.475Q387.25626 39.959373 387.25626 39.021873L387.25626 34.428123L385.9125 34.428123L385.9125 33.459373L387.25626 33.459373L387.25626 31.662498L388.52188 31.662498ZM393.17813 40.85L391.9125 40.85L391.9125 33.459373L393.17813 33.459373L393.17813 40.85ZM391.81876 31.490623Q391.81876 31.178123 392.00626 30.974998Q392.19376 30.756248 392.55313 30.756248Q392.92813 30.756248 393.11563 30.974998Q393.31876 31.178123 393.31876 31.490623Q393.31876 31.803123 393.11563 32.00625Q392.92813 32.209373 392.55313 32.209373Q392.19376 32.209373 392.00626 32.00625Q391.81876 31.803123 391.81876 31.490623ZM395.42813 40.85L395.42813 34.428123L394.25626 34.428123L394.25626 33.459373L395.42813 33.459373L395.42813 32.69375Q395.42813 31.506248 396.05313 30.865623Q396.69376 30.209373 397.86563 30.209373Q398.30313 30.209373 398.725 30.318748L398.6625 31.349998Q398.33438 31.287498 397.975 31.287498Q397.36563 31.287498 397.02188 31.646873Q396.69376 32.00625 396.69376 32.678123L396.69376 33.459373L398.27188 33.459373L398.27188 34.428123L396.69376 34.428123L396.69376 40.85L395.42813 40.85ZM402.225 38.990623L403.94376 33.459373L405.30313 33.459373L402.33438 41.990623Q401.64688 43.834373 400.13126 43.834373L399.89688 43.81875L399.42813 43.725L399.42813 42.709373L399.77188 42.725Q400.4125 42.725 400.77188 42.459373Q401.13126 42.209373 401.36563 41.521873L401.64688 40.771873L399.00626 33.459373L400.38126 33.459373L402.225 38.990623ZM414.38126 40.85Q414.27188 40.63125 414.19376 40.06875Q413.31876 40.990623 412.08438 40.990623Q410.99063 40.990623 410.2875 40.38125Q409.6 39.75625 409.6 38.803123Q409.6 37.646873 410.475 37.00625Q411.35 36.365623 412.94376 36.365623L414.17813 36.365623L414.17813 35.7875Q414.17813 35.115623 413.77188 34.725Q413.38126 34.334373 412.61563 34.334373Q411.92813 34.334373 411.475 34.678123Q411.02188 35.021873 411.02188 35.50625L409.74063 35.50625Q409.74063 34.94375 410.13126 34.428123Q410.5375 33.9125 411.20938 33.615623Q411.88126 33.31875 412.67813 33.31875Q413.95938 33.31875 414.67813 33.959373Q415.4125 34.6 415.44376 35.709373L415.44376 39.115623Q415.44376 40.13125 415.69376 40.740623L415.69376 40.85L414.38126 40.85ZM412.27188 39.88125Q412.86563 39.88125 413.39688 39.584373Q413.94376 39.271873 414.17813 38.771873L414.17813 37.25625L413.17813 37.25625Q410.86563 37.25625 410.86563 38.615623Q410.86563 39.209373 411.25626 39.553123Q411.64688 39.88125 412.27188 39.88125ZM422.11563 38.88125Q422.11563 38.38125 421.725 38.1Q421.33438 37.803123 420.38126 37.6Q419.42813 37.396873 418.85 37.115623Q418.2875 36.81875 418.02188 36.428123Q417.75626 36.0375 417.75626 35.490623Q417.75626 34.56875 418.52188 33.94375Q419.2875 33.31875 420.49063 33.31875Q421.74063 33.31875 422.52188 33.975Q423.30313 34.615623 423.30313 35.63125L422.0375 35.63125Q422.0375 35.1 421.6 34.725Q421.1625 34.35 420.49063 34.35Q419.80313 34.35 419.4125 34.6625Q419.02188 34.959373 419.02188 35.44375Q419.02188 35.896873 419.38126 36.13125Q419.74063 36.365623 420.67813 36.584373Q421.63126 36.7875 422.225 37.084373Q422.81876 37.38125 423.1 37.803123Q423.38126 38.209373 423.38126 38.803123Q423.38126 39.7875 422.58438 40.396873Q421.7875 40.990623 420.52188 40.990623Q419.64688 40.990623 418.95938 40.678123Q418.27188 40.35 417.88126 39.7875Q417.50626 39.225 417.50626 38.56875L418.77188 38.56875Q418.80313 39.209373 419.27188 39.584373Q419.75626 39.959373 420.52188 39.959373Q421.24063 39.959373 421.67813 39.6625Q422.11563 39.365623 422.11563 38.88125ZM428.42813 40.85L428.42813 34.428123L427.25626 34.428123L427.25626 33.459373L428.42813 33.459373L428.42813 32.69375Q428.42813 31.506248 429.05313 30.865623Q429.69376 30.209373 430.86563 30.209373Q431.30313 30.209373 431.725 30.318748L431.6625 31.349998Q431.33438 31.287498 430.975 31.287498Q430.36563 31.287498 430.02188 31.646873Q429.69376 32.00625 429.69376 32.678123L429.69376 33.459373L431.27188 33.459373L431.27188 34.428123L429.69376 34.428123L429.69376 40.85L428.42813 40.85ZM435.88126 40.990623Q434.36563 40.990623 433.42813 40.00625Q432.49063 39.00625 432.49063 37.35L432.49063 37.13125Q432.49063 36.021873 432.9125 35.1625Q433.33438 34.2875 434.08438 33.803123Q434.83438 33.31875 435.725 33.31875Q437.1625 33.31875 437.95938 34.271873Q438.75626 35.209373 438.75626 36.990623L438.75626 37.50625L433.75626 37.50625Q433.77188 38.6 434.38126 39.2875Q435.00626 39.959373 435.94376 39.959373Q436.61563 39.959373 437.06876 39.69375Q437.5375 39.4125 437.89688 38.959373L438.6625 39.553123Q437.74063 40.990623 435.88126 40.990623ZM435.725 34.35Q434.95938 34.35 434.42813 34.9125Q433.9125 35.475 433.7875 36.475L437.49063 36.475L437.49063 36.38125Q437.44376 35.4125 436.975 34.88125Q436.50626 34.35 435.725 34.35ZM440.99063 33.459373L441.0375 34.271873Q441.85 33.31875 443.225 33.31875Q444.77188 33.31875 445.33438 34.50625Q445.70938 33.975 446.30313 33.646873Q446.89688 33.31875 447.69376 33.31875Q450.13126 33.31875 450.17813 35.896873L450.17813 40.85L448.9125 40.85L448.9125 35.975Q448.9125 35.178123 448.5375 34.7875Q448.17813 34.396873 447.33438 34.396873Q446.61563 34.396873 446.14688 34.81875Q445.69376 35.225 445.61563 35.94375L445.61563 40.85L444.35 40.85L444.35 36.00625Q444.35 34.396873 442.77188 34.396873Q441.52188 34.396873 441.06876 35.44375L441.06876 40.85L439.80313 40.85L439.80313 33.459373L440.99063 33.459373ZM456.38126 40.85Q456.27188 40.63125 456.19376 40.06875Q455.31876 40.990623 454.08438 40.990623Q452.99063 40.990623 452.2875 40.38125Q451.6 39.75625 451.6 38.803123Q451.6 37.646873 452.475 37.00625Q453.35 36.365623 454.94376 36.365623L456.17813 36.365623L456.17813 35.7875Q456.17813 35.115623 455.77188 34.725Q455.38126 34.334373 454.61563 34.334373Q453.92813 34.334373 453.475 34.678123Q453.02188 35.021873 453.02188 35.50625L451.74063 35.50625Q451.74063 34.94375 452.13126 34.428123Q452.5375 33.9125 453.20938 33.615623Q453.88126 33.31875 454.67813 33.31875Q455.95938 33.31875 456.67813 33.959373Q457.4125 34.6 457.44376 35.709373L457.44376 39.115623Q457.44376 40.13125 457.69376 40.740623L457.69376 40.85L456.38126 40.85ZM454.27188 39.88125Q454.86563 39.88125 455.39688 39.584373Q455.94376 39.271873 456.17813 38.771873L456.17813 37.25625L455.17813 37.25625Q452.86563 37.25625 452.86563 38.615623Q452.86563 39.209373 453.25626 39.553123Q453.64688 39.88125 454.27188 39.88125ZM461.17813 40.85L459.9125 40.85L459.9125 30.349998L461.17813 30.349998L461.17813 40.85ZM465.88126 40.990623Q464.36563 40.990623 463.42813 40.00625Q462.49063 39.00625 462.49063 37.35L462.49063 37.13125Q462.49063 36.021873 462.9125 35.1625Q463.33438 34.2875 464.08438 33.803123Q464.83438 33.31875 465.725 33.31875Q467.1625 33.31875 467.95938 34.271873Q468.75626 35.209373 468.75626 36.990623L468.75626 37.50625L463.75626 37.50625Q463.77188 38.6 464.38126 39.2875Q465.00626 39.959373 465.94376 39.959373Q466.61563 39.959373 467.06876 39.69375Q467.5375 39.4125 467.89688 38.959373L468.6625 39.553123Q467.74063 40.990623 465.88126 40.990623ZM465.725 34.35Q464.95938 34.35 464.42813 34.9125Q463.9125 35.475 463.7875 36.475L467.49063 36.475L467.49063 36.38125Q467.44376 35.4125 466.975 34.88125Q466.50626 34.35 465.725 34.35ZM469.83438 40.19375Q469.83438 39.865623 470.02188 39.646873Q470.225 39.428123 470.61563 39.428123Q471.00626 39.428123 471.20938 39.646873Q471.4125 39.865623 471.4125 40.19375Q471.4125 40.50625 471.20938 40.725Q471.00626 40.928123 470.61563 40.928123Q470.225 40.928123 470.02188 40.725Q469.83438 40.50625 469.83438 40.19375ZM469.83438 34.19375Q469.83438 33.865623 470.02188 33.646873Q470.225 33.428123 470.61563 33.428123Q471.00626 33.428123 471.20938 33.646873Q471.4125 33.865623 471.4125 34.19375Q471.4125 34.50625 471.20938 34.725Q471.00626 34.928123 470.61563 34.928123Q470.225 34.928123 470.02188 34.725Q469.83438 34.50625 469.83438 34.19375Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig39.svg b/_content/survey2019/fig39.svg
deleted file mode 100644
index 331feaa..0000000
--- a/_content/survey2019/fig39.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 758.0 261.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="758" height="261" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L758.0 0L758.0 261.0L0 261.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M133.5 38.5L133.5 202.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M243.5 38.5L243.5 202.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M354.5 38.5L354.5 202.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M464.5 38.5L464.5 202.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M575.5 38.5L575.5 202.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M133.30246 38.353054L575.30023 38.353054L575.30023 202.33641L133.30246 202.33641L133.30246 38.353054Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M133.0 87.0L133.0 55.0L145.0 55.0L145.0 87.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M133.0 87.0L133.0 55.0L145.0 55.0L145.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M133.0 136.0L133.0 104.0L136.0 104.0L136.0 136.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M133.0 136.0L133.0 104.0L136.0 104.0L136.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M133.0 185.0L133.0 153.0L140.0 153.0L140.0 185.0Z" fill-rule="nonzero"/><path fill="#990000" clip-path="url(#id_0)" d="M133.0 185.0L133.0 153.0L140.0 153.0L140.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M145.0 87.0L145.0 55.0L152.0 55.0L152.0 87.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M145.0 87.0L145.0 55.0L152.0 55.0L152.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M136.0 136.0L136.0 104.0L142.0 104.0L142.0 136.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M136.0 136.0L136.0 104.0L142.0 104.0L142.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M140.0 185.0L140.0 153.0L149.0 153.0L149.0 185.0Z" fill-rule="nonzero"/><path fill="#cc0000" clip-path="url(#id_0)" d="M140.0 185.0L140.0 153.0L149.0 153.0L149.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M152.0 87.0L152.0 55.0L168.0 55.0L168.0 87.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M152.0 87.0L152.0 55.0L168.0 55.0L168.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M142.0 136.0L142.0 104.0L151.0 104.0L151.0 136.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M142.0 136.0L142.0 104.0L151.0 104.0L151.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M149.0 185.0L149.0 153.0L162.0 153.0L162.0 185.0Z" fill-rule="nonzero"/><path fill="#e06666" clip-path="url(#id_0)" d="M149.0 185.0L149.0 153.0L162.0 153.0L162.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M168.0 87.0L168.0 55.0L259.0 55.0L259.0 87.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M168.0 87.0L168.0 55.0L259.0 55.0L259.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M151.0 136.0L151.0 104.0L228.0 104.0L228.0 136.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M151.0 136.0L151.0 104.0L228.0 104.0L228.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M162.0 185.0L162.0 153.0L268.0 153.0L268.0 185.0Z" fill-rule="nonzero"/><path fill="#cccccc" clip-path="url(#id_0)" d="M162.0 185.0L162.0 153.0L268.0 153.0L268.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M259.0 87.0L259.0 55.0L316.0 55.0L316.0 87.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M259.0 87.0L259.0 55.0L316.0 55.0L316.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M228.0 136.0L228.0 104.0L283.0 104.0L283.0 136.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M228.0 136.0L228.0 104.0L283.0 104.0L283.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M268.0 185.0L268.0 153.0L331.0 153.0L331.0 185.0Z" fill-rule="nonzero"/><path fill="#93c47d" clip-path="url(#id_0)" d="M268.0 185.0L268.0 153.0L331.0 153.0L331.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M316.0 87.0L316.0 55.0L416.0 55.0L416.0 87.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M316.0 87.0L316.0 55.0L416.0 55.0L416.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M283.0 136.0L283.0 104.0L406.0 104.0L406.0 136.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M283.0 136.0L283.0 104.0L406.0 104.0L406.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M331.0 185.0L331.0 153.0L449.0 153.0L449.0 185.0Z" fill-rule="nonzero"/><path fill="#6aa84f" clip-path="url(#id_0)" d="M331.0 185.0L331.0 153.0L449.0 153.0L449.0 185.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M416.0 87.0L416.0 55.0L573.0 55.0C574.10455 55.0 575.0 55.89543 575.0 57.0L575.0 85.0C575.0 86.10457 574.10455 87.0 573.0 87.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M416.0 87.0L416.0 55.0L573.0 55.0C574.10455 55.0 575.0 55.89543 575.0 57.0L575.0 85.0C575.0 86.10457 574.10455 87.0 573.0 87.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M406.0 136.0L406.0 104.0L573.0 104.0C574.10455 104.0 575.0 104.89543 575.0 106.0L575.0 134.0C575.0 135.10457 574.10455 136.0 573.0 136.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M406.0 136.0L406.0 104.0L573.0 104.0C574.10455 104.0 575.0 104.89543 575.0 106.0L575.0 134.0C575.0 135.10457 574.10455 136.0 573.0 136.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M449.0 185.0L449.0 153.0L573.0 153.0C574.10455 153.0 575.0 153.89543 575.0 155.0L575.0 183.0C575.0 184.10457 574.10455 185.0 573.0 185.0Z" fill-rule="nonzero"/><path fill="#38761d" clip-path="url(#id_0)" d="M449.0 185.0L449.0 153.0L573.0 153.0C574.10455 153.0 575.0 153.89543 575.0 155.0L575.0 183.0C575.0 184.10457 574.10455 185.0 573.0 185.0Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M237.78935 75.5L232.1956 75.5L232.1956 74.71875L235.14873 71.4375Q235.80498 70.6875 236.05498 70.234375Q236.30498 69.765625 236.30498 69.265625Q236.30498 68.59375 235.89873 68.171875Q235.5081 67.734375 234.8206 67.734375Q234.02373 67.734375 233.5706 68.203125Q233.11748 68.65625 233.11748 69.484375L232.03935 69.484375Q232.03935 68.296875 232.78935 67.578125Q233.55498 66.84375 234.8206 66.84375Q236.02373 66.84375 236.71123 67.46875Q237.39873 68.09375 237.39873 69.140625Q237.39873 70.390625 235.78935 72.140625L233.5081 74.609375L237.78935 74.609375L237.78935 75.5ZM242.7581 75.5L241.67998 75.5L241.67998 68.28125L239.49248 69.078125L239.49248 68.09375L242.60185 66.921875L242.7581 66.921875L242.7581 75.5ZM246.10185 68.609375Q246.10185 67.84375 246.58623 67.34375Q247.08623 66.84375 247.85185 66.84375Q248.6331 66.84375 249.11748 67.34375Q249.60185 67.84375 249.60185 68.640625L249.60185 69.0625Q249.60185 69.828125 249.10185 70.328125Q248.61748 70.8125 247.86748 70.8125Q247.10185 70.8125 246.60185 70.328125Q246.10185 69.828125 246.10185 69.015625L246.10185 68.609375ZM246.91435 69.0625Q246.91435 69.515625 247.16435 69.8125Q247.42998 70.109375 247.86748 70.109375Q248.28935 70.109375 248.53935 69.828125Q248.78935 69.53125 248.78935 69.03125L248.78935 68.609375Q248.78935 68.15625 248.53935 67.859375Q248.28935 67.546875 247.85185 67.546875Q247.41435 67.546875 247.16435 67.859375Q246.91435 68.15625 246.91435 68.625L246.91435 69.0625ZM250.2581 73.40625Q250.2581 72.640625 250.74248 72.15625Q251.24248 71.65625 252.0081 71.65625Q252.77373 71.65625 253.2581 72.15625Q253.7581 72.640625 253.7581 73.453125L253.7581 73.859375Q253.7581 74.625 253.27373 75.125Q252.78935 75.625 252.02373 75.625Q251.2581 75.625 250.7581 75.140625Q250.2581 74.640625 250.2581 73.828125L250.2581 73.40625ZM251.0706 73.859375Q251.0706 74.328125 251.3206 74.625Q251.58623 74.921875 252.02373 74.921875Q252.4456 74.921875 252.6956 74.640625Q252.9456 74.34375 252.9456 73.84375L252.9456 73.40625Q252.9456 72.9375 252.67998 72.65625Q252.42998 72.359375 252.0081 72.359375Q251.58623 72.359375 251.3206 72.65625Q251.0706 72.9375 251.0706 73.4375L251.0706 73.859375ZM248.11748 74.859375L247.49248 74.46875L251.66435 67.796875L252.27373 68.1875L248.11748 74.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M237.78935 75.5L232.1956 75.5L232.1956 74.71875L235.14873 71.4375Q235.80498 70.6875 236.05498 70.234375Q236.30498 69.765625 236.30498 69.265625Q236.30498 68.59375 235.89873 68.171875Q235.5081 67.734375 234.8206 67.734375Q234.02373 67.734375 233.5706 68.203125Q233.11748 68.65625 233.11748 69.484375L232.03935 69.484375Q232.03935 68.296875 232.78935 67.578125Q233.55498 66.84375 234.8206 66.84375Q236.02373 66.84375 236.71123 67.46875Q237.39873 68.09375 237.39873 69.140625Q237.39873 70.390625 235.78935 72.140625L233.5081 74.609375L237.78935 74.609375L237.78935 75.5ZM242.7581 75.5L241.67998 75.5L241.67998 68.28125L239.49248 69.078125L239.49248 68.09375L242.60185 66.921875L242.7581 66.921875L242.7581 75.5ZM246.10185 68.609375Q246.10185 67.84375 246.58623 67.34375Q247.08623 66.84375 247.85185 66.84375Q248.6331 66.84375 249.11748 67.34375Q249.60185 67.84375 249.60185 68.640625L249.60185 69.0625Q249.60185 69.828125 249.10185 70.328125Q248.61748 70.8125 247.86748 70.8125Q247.10185 70.8125 246.60185 70.328125Q246.10185 69.828125 246.10185 69.015625L246.10185 68.609375ZM246.91435 69.0625Q246.91435 69.515625 247.16435 69.8125Q247.42998 70.109375 247.86748 70.109375Q248.28935 70.109375 248.53935 69.828125Q248.78935 69.53125 248.78935 69.03125L248.78935 68.609375Q248.78935 68.15625 248.53935 67.859375Q248.28935 67.546875 247.85185 67.546875Q247.41435 67.546875 247.16435 67.859375Q246.91435 68.15625 246.91435 68.625L246.91435 69.0625ZM250.2581 73.40625Q250.2581 72.640625 250.74248 72.15625Q251.24248 71.65625 252.0081 71.65625Q252.77373 71.65625 253.2581 72.15625Q253.7581 72.640625 253.7581 73.453125L253.7581 73.859375Q253.7581 74.625 253.27373 75.125Q252.78935 75.625 252.02373 75.625Q251.2581 75.625 250.7581 75.140625Q250.2581 74.640625 250.2581 73.828125L250.2581 73.40625ZM251.0706 73.859375Q251.0706 74.328125 251.3206 74.625Q251.58623 74.921875 252.02373 74.921875Q252.4456 74.921875 252.6956 74.640625Q252.9456 74.34375 252.9456 73.84375L252.9456 73.40625Q252.9456 72.9375 252.67998 72.65625Q252.42998 72.359375 252.0081 72.359375Q251.58623 72.359375 251.3206 72.65625Q251.0706 72.9375 251.0706 73.4375L251.0706 73.859375ZM248.11748 74.859375L247.49248 74.46875L251.66435 67.796875L252.27373 68.1875L248.11748 74.859375Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M204.52983 124.5L203.4517 124.5L203.4517 117.28125L201.2642 118.078125L201.2642 117.09375L204.37358 115.921875L204.52983 115.921875L204.52983 124.5ZM213.48296 116.578125L209.9517 124.5L208.81108 124.5L212.3267 116.859375L207.71733 116.859375L207.71733 115.96875L213.48296 115.96875L213.48296 116.578125ZM214.87358 117.609375Q214.87358 116.84375 215.35796 116.34375Q215.85796 115.84375 216.62358 115.84375Q217.40483 115.84375 217.8892 116.34375Q218.37358 116.84375 218.37358 117.640625L218.37358 118.0625Q218.37358 118.828125 217.87358 119.328125Q217.3892 119.8125 216.6392 119.8125Q215.87358 119.8125 215.37358 119.328125Q214.87358 118.828125 214.87358 118.015625L214.87358 117.609375ZM215.68608 118.0625Q215.68608 118.515625 215.93608 118.8125Q216.2017 119.109375 216.6392 119.109375Q217.06108 119.109375 217.31108 118.828125Q217.56108 118.53125 217.56108 118.03125L217.56108 117.609375Q217.56108 117.15625 217.31108 116.859375Q217.06108 116.546875 216.62358 116.546875Q216.18608 116.546875 215.93608 116.859375Q215.68608 117.15625 215.68608 117.625L215.68608 118.0625ZM219.02983 122.40625Q219.02983 121.640625 219.5142 121.15625Q220.0142 120.65625 220.77983 120.65625Q221.54546 120.65625 222.02983 121.15625Q222.52983 121.640625 222.52983 122.453125L222.52983 122.859375Q222.52983 123.625 222.04546 124.125Q221.56108 124.625 220.79546 124.625Q220.02983 124.625 219.52983 124.140625Q219.02983 123.640625 219.02983 122.828125L219.02983 122.40625ZM219.84233 122.859375Q219.84233 123.328125 220.09233 123.625Q220.35796 123.921875 220.79546 123.921875Q221.21733 123.921875 221.46733 123.640625Q221.71733 123.34375 221.71733 122.84375L221.71733 122.40625Q221.71733 121.9375 221.4517 121.65625Q221.2017 121.359375 220.77983 121.359375Q220.35796 121.359375 220.09233 121.65625Q219.84233 121.9375 219.84233 122.4375L219.84233 122.859375ZM216.8892 123.859375L216.2642 123.46875L220.43608 116.796875L221.04546 117.1875L216.8892 123.859375Z" fill-rule="nonzero"/><path fill="#434343" d="M204.52983 124.5L203.4517 124.5L203.4517 117.28125L201.2642 118.078125L201.2642 117.09375L204.37358 115.921875L204.52983 115.921875L204.52983 124.5ZM213.48296 116.578125L209.9517 124.5L208.81108 124.5L212.3267 116.859375L207.71733 116.859375L207.71733 115.96875L213.48296 115.96875L213.48296 116.578125ZM214.87358 117.609375Q214.87358 116.84375 215.35796 116.34375Q215.85796 115.84375 216.62358 115.84375Q217.40483 115.84375 217.8892 116.34375Q218.37358 116.84375 218.37358 117.640625L218.37358 118.0625Q218.37358 118.828125 217.87358 119.328125Q217.3892 119.8125 216.6392 119.8125Q215.87358 119.8125 215.37358 119.328125Q214.87358 118.828125 214.87358 118.015625L214.87358 117.609375ZM215.68608 118.0625Q215.68608 118.515625 215.93608 118.8125Q216.2017 119.109375 216.6392 119.109375Q217.06108 119.109375 217.31108 118.828125Q217.56108 118.53125 217.56108 118.03125L217.56108 117.609375Q217.56108 117.15625 217.31108 116.859375Q217.06108 116.546875 216.62358 116.546875Q216.18608 116.546875 215.93608 116.859375Q215.68608 117.15625 215.68608 117.625L215.68608 118.0625ZM219.02983 122.40625Q219.02983 121.640625 219.5142 121.15625Q220.0142 120.65625 220.77983 120.65625Q221.54546 120.65625 222.02983 121.15625Q222.52983 121.640625 222.52983 122.453125L222.52983 122.859375Q222.52983 123.625 222.04546 124.125Q221.56108 124.625 220.79546 124.625Q220.02983 124.625 219.52983 124.140625Q219.02983 123.640625 219.02983 122.828125L219.02983 122.40625ZM219.84233 122.859375Q219.84233 123.328125 220.09233 123.625Q220.35796 123.921875 220.79546 123.921875Q221.21733 123.921875 221.46733 123.640625Q221.71733 123.34375 221.71733 122.84375L221.71733 122.40625Q221.71733 121.9375 221.4517 121.65625Q221.2017 121.359375 220.77983 121.359375Q220.35796 121.359375 220.09233 121.65625Q219.84233 121.9375 219.84233 122.4375L219.84233 122.859375ZM216.8892 123.859375L216.2642 123.46875L220.43608 116.796875L221.04546 117.1875L216.8892 123.859375Z" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M246.97772 173.5L241.38397 173.5L241.38397 172.71875L244.3371 169.4375Q244.99335 168.6875 245.24335 168.23438Q245.49335 167.76562 245.49335 167.26562Q245.49335 166.59375 245.0871 166.17188Q244.69647 165.73438 244.00897 165.73438Q243.2121 165.73438 242.75897 166.20312Q242.30585 166.65625 242.30585 167.48438L241.22772 167.48438Q241.22772 166.29688 241.97772 165.57812Q242.74335 164.84375 244.00897 164.84375Q245.2121 164.84375 245.8996 165.46875Q246.5871 166.09375 246.5871 167.14062Q246.5871 168.39062 244.97772 170.14062L242.69647 172.60938L246.97772 172.60938L246.97772 173.5ZM252.9621 170.64062L254.1496 170.64062L254.1496 171.51562L252.9621 171.51562L252.9621 173.5L251.88397 173.5L251.88397 171.51562L247.99335 171.51562L247.99335 170.875L251.80585 164.96875L252.9621 164.96875L252.9621 170.64062ZM249.22772 170.64062L251.88397 170.64062L251.88397 166.45312L251.74335 166.6875L249.22772 170.64062ZM255.29022 166.60938Q255.29022 165.84375 255.7746 165.34375Q256.2746 164.84375 257.04022 164.84375Q257.82147 164.84375 258.30585 165.34375Q258.79022 165.84375 258.79022 166.64062L258.79022 167.0625Q258.79022 167.82812 258.29022 168.32812Q257.80585 168.8125 257.05585 168.8125Q256.29022 168.8125 255.79022 168.32812Q255.29022 167.82812 255.29022 167.01562L255.29022 166.60938ZM256.10272 167.0625Q256.10272 167.51562 256.35272 167.8125Q256.61835 168.10938 257.05585 168.10938Q257.47772 168.10938 257.72772 167.82812Q257.97772 167.53125 257.97772 167.03125L257.97772 166.60938Q257.97772 166.15625 257.72772 165.85938Q257.47772 165.54688 257.04022 165.54688Q256.60272 165.54688 256.35272 165.85938Q256.10272 166.15625 256.10272 166.625L256.10272 167.0625ZM259.44647 171.40625Q259.44647 170.64062 259.93085 170.15625Q260.43085 169.65625 261.19647 169.65625Q261.9621 169.65625 262.44647 170.15625Q262.94647 170.64062 262.94647 171.45312L262.94647 171.85938Q262.94647 172.625 262.4621 173.125Q261.97772 173.625 261.2121 173.625Q260.44647 173.625 259.94647 173.14062Q259.44647 172.64062 259.44647 171.82812L259.44647 171.40625ZM260.25897 171.85938Q260.25897 172.32812 260.50897 172.625Q260.7746 172.92188 261.2121 172.92188Q261.63397 172.92188 261.88397 172.64062Q262.13397 172.34375 262.13397 171.84375L262.13397 171.40625Q262.13397 170.9375 261.86835 170.65625Q261.61835 170.35938 261.19647 170.35938Q260.7746 170.35938 260.50897 170.65625Q260.25897 170.9375 260.25897 171.4375L260.25897 171.85938ZM257.30585 172.85938L256.68085 172.46875L260.85272 165.79688L261.4621 166.1875L257.30585 172.85938Z" fill-rule="nonzero"/><path fill="#434343" d="M246.97772 173.5L241.38397 173.5L241.38397 172.71875L244.3371 169.4375Q244.99335 168.6875 245.24335 168.23438Q245.49335 167.76562 245.49335 167.26562Q245.49335 166.59375 245.0871 166.17188Q244.69647 165.73438 244.00897 165.73438Q243.2121 165.73438 242.75897 166.20312Q242.30585 166.65625 242.30585 167.48438L241.22772 167.48438Q241.22772 166.29688 241.97772 165.57812Q242.74335 164.84375 244.00897 164.84375Q245.2121 164.84375 245.8996 165.46875Q246.5871 166.09375 246.5871 167.14062Q246.5871 168.39062 244.97772 170.14062L242.69647 172.60938L246.97772 172.60938L246.97772 173.5ZM252.9621 170.64062L254.1496 170.64062L254.1496 171.51562L252.9621 171.51562L252.9621 173.5L251.88397 173.5L251.88397 171.51562L247.99335 171.51562L247.99335 170.875L251.80585 164.96875L252.9621 164.96875L252.9621 170.64062ZM249.22772 170.64062L251.88397 170.64062L251.88397 166.45312L251.74335 166.6875L249.22772 170.64062ZM255.29022 166.60938Q255.29022 165.84375 255.7746 165.34375Q256.2746 164.84375 257.04022 164.84375Q257.82147 164.84375 258.30585 165.34375Q258.79022 165.84375 258.79022 166.64062L258.79022 167.0625Q258.79022 167.82812 258.29022 168.32812Q257.80585 168.8125 257.05585 168.8125Q256.29022 168.8125 255.79022 168.32812Q255.29022 167.82812 255.29022 167.01562L255.29022 166.60938ZM256.10272 167.0625Q256.10272 167.51562 256.35272 167.8125Q256.61835 168.10938 257.05585 168.10938Q257.47772 168.10938 257.72772 167.82812Q257.97772 167.53125 257.97772 167.03125L257.97772 166.60938Q257.97772 166.15625 257.72772 165.85938Q257.47772 165.54688 257.04022 165.54688Q256.60272 165.54688 256.35272 165.85938Q256.10272 166.15625 256.10272 166.625L256.10272 167.0625ZM259.44647 171.40625Q259.44647 170.64062 259.93085 170.15625Q260.43085 169.65625 261.19647 169.65625Q261.9621 169.65625 262.44647 170.15625Q262.94647 170.64062 262.94647 171.45312L262.94647 171.85938Q262.94647 172.625 262.4621 173.125Q261.97772 173.625 261.2121 173.625Q260.44647 173.625 259.94647 173.14062Q259.44647 172.64062 259.44647 171.82812L259.44647 171.40625ZM260.25897 171.85938Q260.25897 172.32812 260.50897 172.625Q260.7746 172.92188 261.2121 172.92188Q261.63397 172.92188 261.88397 172.64062Q262.13397 172.34375 262.13397 171.84375L262.13397 171.40625Q262.13397 170.9375 261.86835 170.65625Q261.61835 170.35938 261.19647 170.35938Q260.7746 170.35938 260.50897 170.65625Q260.25897 170.9375 260.25897 171.4375L260.25897 171.85938ZM257.30585 172.85938L256.68085 172.46875L260.85272 165.79688L261.4621 166.1875L257.30585 172.85938Z" fill-rule="nonzero"/><path stroke="#93c47d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M292.21265 75.5L291.13452 75.5L291.13452 68.28125L288.94702 69.078125L288.94702 68.09375L292.0564 66.921875L292.21265 66.921875L292.21265 75.5ZM297.22827 70.703125L298.04077 70.703125Q298.82202 70.6875 299.25952 70.296875Q299.69702 69.90625 299.69702 69.234375Q299.69702 67.734375 298.19702 67.734375Q297.4939 67.734375 297.07202 68.140625Q296.66577 68.546875 296.66577 69.203125L295.57202 69.203125Q295.57202 68.1875 296.3064 67.515625Q297.0564 66.84375 298.19702 66.84375Q299.40015 66.84375 300.08765 67.484375Q300.77515 68.125 300.77515 69.265625Q300.77515 69.828125 300.41577 70.34375Q300.0564 70.859375 299.4314 71.125Q300.13452 71.34375 300.50952 71.859375Q300.90015 72.375 300.90015 73.125Q300.90015 74.265625 300.15015 74.953125Q299.40015 75.625 298.19702 75.625Q297.00952 75.625 296.2439 74.96875Q295.4939 74.3125 295.4939 73.25L296.58765 73.25Q296.58765 73.921875 297.02515 74.328125Q297.46265 74.734375 298.21265 74.734375Q298.9939 74.734375 299.40015 74.328125Q299.82202 73.90625 299.82202 73.140625Q299.82202 72.40625 299.3689 72.015625Q298.91577 71.609375 298.04077 71.59375L297.22827 71.59375L297.22827 70.703125ZM302.5564 68.609375Q302.5564 67.84375 303.04077 67.34375Q303.54077 66.84375 304.3064 66.84375Q305.08765 66.84375 305.57202 67.34375Q306.0564 67.84375 306.0564 68.640625L306.0564 69.0625Q306.0564 69.828125 305.5564 70.328125Q305.07202 70.8125 304.32202 70.8125Q303.5564 70.8125 303.0564 70.328125Q302.5564 69.828125 302.5564 69.015625L302.5564 68.609375ZM303.3689 69.0625Q303.3689 69.515625 303.6189 69.8125Q303.88452 70.109375 304.32202 70.109375Q304.7439 70.109375 304.9939 69.828125Q305.2439 69.53125 305.2439 69.03125L305.2439 68.609375Q305.2439 68.15625 304.9939 67.859375Q304.7439 67.546875 304.3064 67.546875Q303.8689 67.546875 303.6189 67.859375Q303.3689 68.15625 303.3689 68.625L303.3689 69.0625ZM306.71265 73.40625Q306.71265 72.640625 307.19702 72.15625Q307.69702 71.65625 308.46265 71.65625Q309.22827 71.65625 309.71265 72.15625Q310.21265 72.640625 310.21265 73.453125L310.21265 73.859375Q310.21265 74.625 309.72827 75.125Q309.2439 75.625 308.47827 75.625Q307.71265 75.625 307.21265 75.140625Q306.71265 74.640625 306.71265 73.828125L306.71265 73.40625ZM307.52515 73.859375Q307.52515 74.328125 307.77515 74.625Q308.04077 74.921875 308.47827 74.921875Q308.90015 74.921875 309.15015 74.640625Q309.40015 74.34375 309.40015 73.84375L309.40015 73.40625Q309.40015 72.9375 309.13452 72.65625Q308.88452 72.359375 308.46265 72.359375Q308.04077 72.359375 307.77515 72.65625Q307.52515 72.9375 307.52515 73.4375L307.52515 73.859375ZM304.57202 74.859375L303.94702 74.46875L308.1189 67.796875L308.72827 68.1875L304.57202 74.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M292.21265 75.5L291.13452 75.5L291.13452 68.28125L288.94702 69.078125L288.94702 68.09375L292.0564 66.921875L292.21265 66.921875L292.21265 75.5ZM297.22827 70.703125L298.04077 70.703125Q298.82202 70.6875 299.25952 70.296875Q299.69702 69.90625 299.69702 69.234375Q299.69702 67.734375 298.19702 67.734375Q297.4939 67.734375 297.07202 68.140625Q296.66577 68.546875 296.66577 69.203125L295.57202 69.203125Q295.57202 68.1875 296.3064 67.515625Q297.0564 66.84375 298.19702 66.84375Q299.40015 66.84375 300.08765 67.484375Q300.77515 68.125 300.77515 69.265625Q300.77515 69.828125 300.41577 70.34375Q300.0564 70.859375 299.4314 71.125Q300.13452 71.34375 300.50952 71.859375Q300.90015 72.375 300.90015 73.125Q300.90015 74.265625 300.15015 74.953125Q299.40015 75.625 298.19702 75.625Q297.00952 75.625 296.2439 74.96875Q295.4939 74.3125 295.4939 73.25L296.58765 73.25Q296.58765 73.921875 297.02515 74.328125Q297.46265 74.734375 298.21265 74.734375Q298.9939 74.734375 299.40015 74.328125Q299.82202 73.90625 299.82202 73.140625Q299.82202 72.40625 299.3689 72.015625Q298.91577 71.609375 298.04077 71.59375L297.22827 71.59375L297.22827 70.703125ZM302.5564 68.609375Q302.5564 67.84375 303.04077 67.34375Q303.54077 66.84375 304.3064 66.84375Q305.08765 66.84375 305.57202 67.34375Q306.0564 67.84375 306.0564 68.640625L306.0564 69.0625Q306.0564 69.828125 305.5564 70.328125Q305.07202 70.8125 304.32202 70.8125Q303.5564 70.8125 303.0564 70.328125Q302.5564 69.828125 302.5564 69.015625L302.5564 68.609375ZM303.3689 69.0625Q303.3689 69.515625 303.6189 69.8125Q303.88452 70.109375 304.32202 70.109375Q304.7439 70.109375 304.9939 69.828125Q305.2439 69.53125 305.2439 69.03125L305.2439 68.609375Q305.2439 68.15625 304.9939 67.859375Q304.7439 67.546875 304.3064 67.546875Q303.8689 67.546875 303.6189 67.859375Q303.3689 68.15625 303.3689 68.625L303.3689 69.0625ZM306.71265 73.40625Q306.71265 72.640625 307.19702 72.15625Q307.69702 71.65625 308.46265 71.65625Q309.22827 71.65625 309.71265 72.15625Q310.21265 72.640625 310.21265 73.453125L310.21265 73.859375Q310.21265 74.625 309.72827 75.125Q309.2439 75.625 308.47827 75.625Q307.71265 75.625 307.21265 75.140625Q306.71265 74.640625 306.71265 73.828125L306.71265 73.40625ZM307.52515 73.859375Q307.52515 74.328125 307.77515 74.625Q308.04077 74.921875 308.47827 74.921875Q308.90015 74.921875 309.15015 74.640625Q309.40015 74.34375 309.40015 73.84375L309.40015 73.40625Q309.40015 72.9375 309.13452 72.65625Q308.88452 72.359375 308.46265 72.359375Q308.04077 72.359375 307.77515 72.65625Q307.52515 72.9375 307.52515 73.4375L307.52515 73.859375ZM304.57202 74.859375L303.94702 74.46875L308.1189 67.796875L308.72827 68.1875L304.57202 74.859375Z" fill-rule="nonzero"/><path stroke="#93c47d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M259.9641 124.5L258.886 124.5L258.886 117.28125L256.6985 118.078125L256.6985 117.09375L259.80786 115.921875L259.9641 115.921875L259.9641 124.5ZM264.97974 119.703125L265.79224 119.703125Q266.5735 119.6875 267.011 119.296875Q267.4485 118.90625 267.4485 118.234375Q267.4485 116.734375 265.9485 116.734375Q265.24536 116.734375 264.8235 117.140625Q264.41724 117.546875 264.41724 118.203125L263.3235 118.203125Q263.3235 117.1875 264.05786 116.515625Q264.80786 115.84375 265.9485 115.84375Q267.1516 115.84375 267.8391 116.484375Q268.5266 117.125 268.5266 118.265625Q268.5266 118.828125 268.16724 119.34375Q267.80786 119.859375 267.18286 120.125Q267.886 120.34375 268.261 120.859375Q268.6516 121.375 268.6516 122.125Q268.6516 123.265625 267.9016 123.953125Q267.1516 124.625 265.9485 124.625Q264.761 124.625 263.99536 123.96875Q263.24536 123.3125 263.24536 122.25L264.3391 122.25Q264.3391 122.921875 264.7766 123.328125Q265.2141 123.734375 265.9641 123.734375Q266.74536 123.734375 267.1516 123.328125Q267.5735 122.90625 267.5735 122.140625Q267.5735 121.40625 267.12036 121.015625Q266.66724 120.609375 265.79224 120.59375L264.97974 120.59375L264.97974 119.703125ZM270.30786 117.609375Q270.30786 116.84375 270.79224 116.34375Q271.29224 115.84375 272.05786 115.84375Q272.8391 115.84375 273.3235 116.34375Q273.80786 116.84375 273.80786 117.640625L273.80786 118.0625Q273.80786 118.828125 273.30786 119.328125Q272.8235 119.8125 272.0735 119.8125Q271.30786 119.8125 270.80786 119.328125Q270.30786 118.828125 270.30786 118.015625L270.30786 117.609375ZM271.12036 118.0625Q271.12036 118.515625 271.37036 118.8125Q271.636 119.109375 272.0735 119.109375Q272.49536 119.109375 272.74536 118.828125Q272.99536 118.53125 272.99536 118.03125L272.99536 117.609375Q272.99536 117.15625 272.74536 116.859375Q272.49536 116.546875 272.05786 116.546875Q271.62036 116.546875 271.37036 116.859375Q271.12036 117.15625 271.12036 117.625L271.12036 118.0625ZM274.4641 122.40625Q274.4641 121.640625 274.9485 121.15625Q275.4485 120.65625 276.2141 120.65625Q276.97974 120.65625 277.4641 121.15625Q277.9641 121.640625 277.9641 122.453125L277.9641 122.859375Q277.9641 123.625 277.47974 124.125Q276.99536 124.625 276.22974 124.625Q275.4641 124.625 274.9641 124.140625Q274.4641 123.640625 274.4641 122.828125L274.4641 122.40625ZM275.2766 122.859375Q275.2766 123.328125 275.5266 123.625Q275.79224 123.921875 276.22974 123.921875Q276.6516 123.921875 276.9016 123.640625Q277.1516 123.34375 277.1516 122.84375L277.1516 122.40625Q277.1516 121.9375 276.886 121.65625Q276.636 121.359375 276.2141 121.359375Q275.79224 121.359375 275.5266 121.65625Q275.2766 121.9375 275.2766 122.4375L275.2766 122.859375ZM272.3235 123.859375L271.6985 123.46875L275.87036 116.796875L276.47974 117.1875L272.3235 123.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M259.9641 124.5L258.886 124.5L258.886 117.28125L256.6985 118.078125L256.6985 117.09375L259.80786 115.921875L259.9641 115.921875L259.9641 124.5ZM264.97974 119.703125L265.79224 119.703125Q266.5735 119.6875 267.011 119.296875Q267.4485 118.90625 267.4485 118.234375Q267.4485 116.734375 265.9485 116.734375Q265.24536 116.734375 264.8235 117.140625Q264.41724 117.546875 264.41724 118.203125L263.3235 118.203125Q263.3235 117.1875 264.05786 116.515625Q264.80786 115.84375 265.9485 115.84375Q267.1516 115.84375 267.8391 116.484375Q268.5266 117.125 268.5266 118.265625Q268.5266 118.828125 268.16724 119.34375Q267.80786 119.859375 267.18286 120.125Q267.886 120.34375 268.261 120.859375Q268.6516 121.375 268.6516 122.125Q268.6516 123.265625 267.9016 123.953125Q267.1516 124.625 265.9485 124.625Q264.761 124.625 263.99536 123.96875Q263.24536 123.3125 263.24536 122.25L264.3391 122.25Q264.3391 122.921875 264.7766 123.328125Q265.2141 123.734375 265.9641 123.734375Q266.74536 123.734375 267.1516 123.328125Q267.5735 122.90625 267.5735 122.140625Q267.5735 121.40625 267.12036 121.015625Q266.66724 120.609375 265.79224 120.59375L264.97974 120.59375L264.97974 119.703125ZM270.30786 117.609375Q270.30786 116.84375 270.79224 116.34375Q271.29224 115.84375 272.05786 115.84375Q272.8391 115.84375 273.3235 116.34375Q273.80786 116.84375 273.80786 117.640625L273.80786 118.0625Q273.80786 118.828125 273.30786 119.328125Q272.8235 119.8125 272.0735 119.8125Q271.30786 119.8125 270.80786 119.328125Q270.30786 118.828125 270.30786 118.015625L270.30786 117.609375ZM271.12036 118.0625Q271.12036 118.515625 271.37036 118.8125Q271.636 119.109375 272.0735 119.109375Q272.49536 119.109375 272.74536 118.828125Q272.99536 118.53125 272.99536 118.03125L272.99536 117.609375Q272.99536 117.15625 272.74536 116.859375Q272.49536 116.546875 272.05786 116.546875Q271.62036 116.546875 271.37036 116.859375Q271.12036 117.15625 271.12036 117.625L271.12036 118.0625ZM274.4641 122.40625Q274.4641 121.640625 274.9485 121.15625Q275.4485 120.65625 276.2141 120.65625Q276.97974 120.65625 277.4641 121.15625Q277.9641 121.640625 277.9641 122.453125L277.9641 122.859375Q277.9641 123.625 277.47974 124.125Q276.99536 124.625 276.22974 124.625Q275.4641 124.625 274.9641 124.140625Q274.4641 123.640625 274.4641 122.828125L274.4641 122.40625ZM275.2766 122.859375Q275.2766 123.328125 275.5266 123.625Q275.79224 123.921875 276.22974 123.921875Q276.6516 123.921875 276.9016 123.640625Q277.1516 123.34375 277.1516 122.84375L277.1516 122.40625Q277.1516 121.9375 276.886 121.65625Q276.636 121.359375 276.2141 121.359375Q275.79224 121.359375 275.5266 121.65625Q275.2766 121.9375 275.2766 122.4375L275.2766 122.859375ZM272.3235 123.859375L271.6985 123.46875L275.87036 116.796875L276.47974 117.1875L272.3235 123.859375Z" fill-rule="nonzero"/><path stroke="#93c47d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M307.64435 173.5L306.56622 173.5L306.56622 166.28125L304.37872 167.07812L304.37872 166.09375L307.4881 164.92188L307.64435 164.92188L307.64435 173.5ZM315.65997 170.64062L316.84747 170.64062L316.84747 171.51562L315.65997 171.51562L315.65997 173.5L314.58185 173.5L314.58185 171.51562L310.69122 171.51562L310.69122 170.875L314.50372 164.96875L315.65997 164.96875L315.65997 170.64062ZM311.9256 170.64062L314.58185 170.64062L314.58185 166.45312L314.44122 166.6875L311.9256 170.64062ZM317.9881 166.60938Q317.9881 165.84375 318.47247 165.34375Q318.97247 164.84375 319.7381 164.84375Q320.51935 164.84375 321.00372 165.34375Q321.4881 165.84375 321.4881 166.64062L321.4881 167.0625Q321.4881 167.82812 320.9881 168.32812Q320.50372 168.8125 319.75372 168.8125Q318.9881 168.8125 318.4881 168.32812Q317.9881 167.82812 317.9881 167.01562L317.9881 166.60938ZM318.8006 167.0625Q318.8006 167.51562 319.0506 167.8125Q319.31622 168.10938 319.75372 168.10938Q320.1756 168.10938 320.4256 167.82812Q320.6756 167.53125 320.6756 167.03125L320.6756 166.60938Q320.6756 166.15625 320.4256 165.85938Q320.1756 165.54688 319.7381 165.54688Q319.3006 165.54688 319.0506 165.85938Q318.8006 166.15625 318.8006 166.625L318.8006 167.0625ZM322.14435 171.40625Q322.14435 170.64062 322.62872 170.15625Q323.12872 169.65625 323.89435 169.65625Q324.65997 169.65625 325.14435 170.15625Q325.64435 170.64062 325.64435 171.45312L325.64435 171.85938Q325.64435 172.625 325.15997 173.125Q324.6756 173.625 323.90997 173.625Q323.14435 173.625 322.64435 173.14062Q322.14435 172.64062 322.14435 171.82812L322.14435 171.40625ZM322.95685 171.85938Q322.95685 172.32812 323.20685 172.625Q323.47247 172.92188 323.90997 172.92188Q324.33185 172.92188 324.58185 172.64062Q324.83185 172.34375 324.83185 171.84375L324.83185 171.40625Q324.83185 170.9375 324.56622 170.65625Q324.31622 170.35938 323.89435 170.35938Q323.47247 170.35938 323.20685 170.65625Q322.95685 170.9375 322.95685 171.4375L322.95685 171.85938ZM320.00372 172.85938L319.37872 172.46875L323.5506 165.79688L324.15997 166.1875L320.00372 172.85938Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M307.64435 173.5L306.56622 173.5L306.56622 166.28125L304.37872 167.07812L304.37872 166.09375L307.4881 164.92188L307.64435 164.92188L307.64435 173.5ZM315.65997 170.64062L316.84747 170.64062L316.84747 171.51562L315.65997 171.51562L315.65997 173.5L314.58185 173.5L314.58185 171.51562L310.69122 171.51562L310.69122 170.875L314.50372 164.96875L315.65997 164.96875L315.65997 170.64062ZM311.9256 170.64062L314.58185 170.64062L314.58185 166.45312L314.44122 166.6875L311.9256 170.64062ZM317.9881 166.60938Q317.9881 165.84375 318.47247 165.34375Q318.97247 164.84375 319.7381 164.84375Q320.51935 164.84375 321.00372 165.34375Q321.4881 165.84375 321.4881 166.64062L321.4881 167.0625Q321.4881 167.82812 320.9881 168.32812Q320.50372 168.8125 319.75372 168.8125Q318.9881 168.8125 318.4881 168.32812Q317.9881 167.82812 317.9881 167.01562L317.9881 166.60938ZM318.8006 167.0625Q318.8006 167.51562 319.0506 167.8125Q319.31622 168.10938 319.75372 168.10938Q320.1756 168.10938 320.4256 167.82812Q320.6756 167.53125 320.6756 167.03125L320.6756 166.60938Q320.6756 166.15625 320.4256 165.85938Q320.1756 165.54688 319.7381 165.54688Q319.3006 165.54688 319.0506 165.85938Q318.8006 166.15625 318.8006 166.625L318.8006 167.0625ZM322.14435 171.40625Q322.14435 170.64062 322.62872 170.15625Q323.12872 169.65625 323.89435 169.65625Q324.65997 169.65625 325.14435 170.15625Q325.64435 170.64062 325.64435 171.45312L325.64435 171.85938Q325.64435 172.625 325.15997 173.125Q324.6756 173.625 323.90997 173.625Q323.14435 173.625 322.64435 173.14062Q322.14435 172.64062 322.14435 171.82812L322.14435 171.40625ZM322.95685 171.85938Q322.95685 172.32812 323.20685 172.625Q323.47247 172.92188 323.90997 172.92188Q324.33185 172.92188 324.58185 172.64062Q324.83185 172.34375 324.83185 171.84375L324.83185 171.40625Q324.83185 170.9375 324.56622 170.65625Q324.31622 170.35938 323.89435 170.35938Q323.47247 170.35938 323.20685 170.65625Q322.95685 170.9375 322.95685 171.4375L322.95685 171.85938ZM320.00372 172.85938L319.37872 172.46875L323.5506 165.79688L324.15997 166.1875L320.00372 172.85938Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M394.07205 75.5L388.4783 75.5L388.4783 74.71875L391.43143 71.4375Q392.08768 70.6875 392.33768 70.234375Q392.58768 69.765625 392.58768 69.265625Q392.58768 68.59375 392.18143 68.171875Q391.7908 67.734375 391.1033 67.734375Q390.30643 67.734375 389.8533 68.203125Q389.40018 68.65625 389.40018 69.484375L388.32205 69.484375Q388.32205 68.296875 389.07205 67.578125Q389.83768 66.84375 391.1033 66.84375Q392.30643 66.84375 392.99393 67.46875Q393.68143 68.09375 393.68143 69.140625Q393.68143 70.390625 392.07205 72.140625L389.7908 74.609375L394.07205 74.609375L394.07205 75.5ZM397.05643 70.703125L397.86893 70.703125Q398.65018 70.6875 399.08768 70.296875Q399.52518 69.90625 399.52518 69.234375Q399.52518 67.734375 398.02518 67.734375Q397.32205 67.734375 396.90018 68.140625Q396.49393 68.546875 396.49393 69.203125L395.40018 69.203125Q395.40018 68.1875 396.13455 67.515625Q396.88455 66.84375 398.02518 66.84375Q399.2283 66.84375 399.9158 67.484375Q400.6033 68.125 400.6033 69.265625Q400.6033 69.828125 400.24393 70.34375Q399.88455 70.859375 399.25955 71.125Q399.96268 71.34375 400.33768 71.859375Q400.7283 72.375 400.7283 73.125Q400.7283 74.265625 399.9783 74.953125Q399.2283 75.625 398.02518 75.625Q396.83768 75.625 396.07205 74.96875Q395.32205 74.3125 395.32205 73.25L396.4158 73.25Q396.4158 73.921875 396.8533 74.328125Q397.2908 74.734375 398.0408 74.734375Q398.82205 74.734375 399.2283 74.328125Q399.65018 73.90625 399.65018 73.140625Q399.65018 72.40625 399.19705 72.015625Q398.74393 71.609375 397.86893 71.59375L397.05643 71.59375L397.05643 70.703125ZM402.38455 68.609375Q402.38455 67.84375 402.86893 67.34375Q403.36893 66.84375 404.13455 66.84375Q404.9158 66.84375 405.40018 67.34375Q405.88455 67.84375 405.88455 68.640625L405.88455 69.0625Q405.88455 69.828125 405.38455 70.328125Q404.90018 70.8125 404.15018 70.8125Q403.38455 70.8125 402.88455 70.328125Q402.38455 69.828125 402.38455 69.015625L402.38455 68.609375ZM403.19705 69.0625Q403.19705 69.515625 403.44705 69.8125Q403.71268 70.109375 404.15018 70.109375Q404.57205 70.109375 404.82205 69.828125Q405.07205 69.53125 405.07205 69.03125L405.07205 68.609375Q405.07205 68.15625 404.82205 67.859375Q404.57205 67.546875 404.13455 67.546875Q403.69705 67.546875 403.44705 67.859375Q403.19705 68.15625 403.19705 68.625L403.19705 69.0625ZM406.5408 73.40625Q406.5408 72.640625 407.02518 72.15625Q407.52518 71.65625 408.2908 71.65625Q409.05643 71.65625 409.5408 72.15625Q410.0408 72.640625 410.0408 73.453125L410.0408 73.859375Q410.0408 74.625 409.55643 75.125Q409.07205 75.625 408.30643 75.625Q407.5408 75.625 407.0408 75.140625Q406.5408 74.640625 406.5408 73.828125L406.5408 73.40625ZM407.3533 73.859375Q407.3533 74.328125 407.6033 74.625Q407.86893 74.921875 408.30643 74.921875Q408.7283 74.921875 408.9783 74.640625Q409.2283 74.34375 409.2283 73.84375L409.2283 73.40625Q409.2283 72.9375 408.96268 72.65625Q408.71268 72.359375 408.2908 72.359375Q407.86893 72.359375 407.6033 72.65625Q407.3533 72.9375 407.3533 73.4375L407.3533 73.859375ZM404.40018 74.859375L403.77518 74.46875L407.94705 67.796875L408.55643 68.1875L404.40018 74.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M394.07205 75.5L388.4783 75.5L388.4783 74.71875L391.43143 71.4375Q392.08768 70.6875 392.33768 70.234375Q392.58768 69.765625 392.58768 69.265625Q392.58768 68.59375 392.18143 68.171875Q391.7908 67.734375 391.1033 67.734375Q390.30643 67.734375 389.8533 68.203125Q389.40018 68.65625 389.40018 69.484375L388.32205 69.484375Q388.32205 68.296875 389.07205 67.578125Q389.83768 66.84375 391.1033 66.84375Q392.30643 66.84375 392.99393 67.46875Q393.68143 68.09375 393.68143 69.140625Q393.68143 70.390625 392.07205 72.140625L389.7908 74.609375L394.07205 74.609375L394.07205 75.5ZM397.05643 70.703125L397.86893 70.703125Q398.65018 70.6875 399.08768 70.296875Q399.52518 69.90625 399.52518 69.234375Q399.52518 67.734375 398.02518 67.734375Q397.32205 67.734375 396.90018 68.140625Q396.49393 68.546875 396.49393 69.203125L395.40018 69.203125Q395.40018 68.1875 396.13455 67.515625Q396.88455 66.84375 398.02518 66.84375Q399.2283 66.84375 399.9158 67.484375Q400.6033 68.125 400.6033 69.265625Q400.6033 69.828125 400.24393 70.34375Q399.88455 70.859375 399.25955 71.125Q399.96268 71.34375 400.33768 71.859375Q400.7283 72.375 400.7283 73.125Q400.7283 74.265625 399.9783 74.953125Q399.2283 75.625 398.02518 75.625Q396.83768 75.625 396.07205 74.96875Q395.32205 74.3125 395.32205 73.25L396.4158 73.25Q396.4158 73.921875 396.8533 74.328125Q397.2908 74.734375 398.0408 74.734375Q398.82205 74.734375 399.2283 74.328125Q399.65018 73.90625 399.65018 73.140625Q399.65018 72.40625 399.19705 72.015625Q398.74393 71.609375 397.86893 71.59375L397.05643 71.59375L397.05643 70.703125ZM402.38455 68.609375Q402.38455 67.84375 402.86893 67.34375Q403.36893 66.84375 404.13455 66.84375Q404.9158 66.84375 405.40018 67.34375Q405.88455 67.84375 405.88455 68.640625L405.88455 69.0625Q405.88455 69.828125 405.38455 70.328125Q404.90018 70.8125 404.15018 70.8125Q403.38455 70.8125 402.88455 70.328125Q402.38455 69.828125 402.38455 69.015625L402.38455 68.609375ZM403.19705 69.0625Q403.19705 69.515625 403.44705 69.8125Q403.71268 70.109375 404.15018 70.109375Q404.57205 70.109375 404.82205 69.828125Q405.07205 69.53125 405.07205 69.03125L405.07205 68.609375Q405.07205 68.15625 404.82205 67.859375Q404.57205 67.546875 404.13455 67.546875Q403.69705 67.546875 403.44705 67.859375Q403.19705 68.15625 403.19705 68.625L403.19705 69.0625ZM406.5408 73.40625Q406.5408 72.640625 407.02518 72.15625Q407.52518 71.65625 408.2908 71.65625Q409.05643 71.65625 409.5408 72.15625Q410.0408 72.640625 410.0408 73.453125L410.0408 73.859375Q410.0408 74.625 409.55643 75.125Q409.07205 75.625 408.30643 75.625Q407.5408 75.625 407.0408 75.140625Q406.5408 74.640625 406.5408 73.828125L406.5408 73.40625ZM407.3533 73.859375Q407.3533 74.328125 407.6033 74.625Q407.86893 74.921875 408.30643 74.921875Q408.7283 74.921875 408.9783 74.640625Q409.2283 74.34375 409.2283 73.84375L409.2283 73.40625Q409.2283 72.9375 408.96268 72.65625Q408.71268 72.359375 408.2908 72.359375Q407.86893 72.359375 407.6033 72.65625Q407.3533 72.9375 407.3533 73.4375L407.3533 73.859375ZM404.40018 74.859375L403.77518 74.46875L407.94705 67.796875L408.55643 68.1875L404.40018 74.859375Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M384.1387 124.5L378.54495 124.5L378.54495 123.71875L381.49808 120.4375Q382.15433 119.6875 382.40433 119.234375Q382.65433 118.765625 382.65433 118.265625Q382.65433 117.59375 382.24808 117.171875Q381.85745 116.734375 381.16995 116.734375Q380.37308 116.734375 379.91995 117.203125Q379.46683 117.65625 379.46683 118.484375L378.3887 118.484375Q378.3887 117.296875 379.1387 116.578125Q379.90433 115.84375 381.16995 115.84375Q382.37308 115.84375 383.06058 116.46875Q383.74808 117.09375 383.74808 118.140625Q383.74808 119.390625 382.1387 121.140625L379.85745 123.609375L384.1387 123.609375L384.1387 124.5ZM390.73245 118.1875Q390.73245 118.828125 390.3887 119.328125Q390.04495 119.828125 389.48245 120.109375Q390.1387 120.390625 390.52933 120.953125Q390.91995 121.5 390.91995 122.203125Q390.91995 123.296875 390.16995 123.96875Q389.43558 124.625 388.21683 124.625Q386.98245 124.625 386.23245 123.96875Q385.49808 123.296875 385.49808 122.203125Q385.49808 121.5 385.87308 120.953125Q386.24808 120.390625 386.91995 120.109375Q386.35745 119.828125 386.02933 119.328125Q385.7012 118.828125 385.7012 118.1875Q385.7012 117.109375 386.3887 116.484375Q387.0762 115.84375 388.21683 115.84375Q389.34183 115.84375 390.02933 116.484375Q390.73245 117.109375 390.73245 118.1875ZM389.84183 122.171875Q389.84183 121.453125 389.3887 121.015625Q388.93558 120.5625 388.2012 120.5625Q387.46683 120.5625 387.0137 121.015625Q386.5762 121.453125 386.5762 122.1875Q386.5762 122.90625 387.0137 123.328125Q387.4512 123.734375 388.21683 123.734375Q388.96683 123.734375 389.40433 123.3125Q389.84183 122.890625 389.84183 122.171875ZM388.21683 116.734375Q387.5762 116.734375 387.16995 117.140625Q386.77933 117.53125 386.77933 118.21875Q386.77933 118.859375 387.16995 119.265625Q387.56058 119.671875 388.2012 119.671875Q388.85745 119.671875 389.24808 119.265625Q389.6387 118.859375 389.6387 118.21875Q389.6387 117.5625 389.23245 117.15625Q388.8262 116.734375 388.21683 116.734375ZM392.4512 117.609375Q392.4512 116.84375 392.93558 116.34375Q393.43558 115.84375 394.2012 115.84375Q394.98245 115.84375 395.46683 116.34375Q395.9512 116.84375 395.9512 117.640625L395.9512 118.0625Q395.9512 118.828125 395.4512 119.328125Q394.96683 119.8125 394.21683 119.8125Q393.4512 119.8125 392.9512 119.328125Q392.4512 118.828125 392.4512 118.015625L392.4512 117.609375ZM393.2637 118.0625Q393.2637 118.515625 393.5137 118.8125Q393.77933 119.109375 394.21683 119.109375Q394.6387 119.109375 394.8887 118.828125Q395.1387 118.53125 395.1387 118.03125L395.1387 117.609375Q395.1387 117.15625 394.8887 116.859375Q394.6387 116.546875 394.2012 116.546875Q393.7637 116.546875 393.5137 116.859375Q393.2637 117.15625 393.2637 117.625L393.2637 118.0625ZM396.60745 122.40625Q396.60745 121.640625 397.09183 121.15625Q397.59183 120.65625 398.35745 120.65625Q399.12308 120.65625 399.60745 121.15625Q400.10745 121.640625 400.10745 122.453125L400.10745 122.859375Q400.10745 123.625 399.62308 124.125Q399.1387 124.625 398.37308 124.625Q397.60745 124.625 397.10745 124.140625Q396.60745 123.640625 396.60745 122.828125L396.60745 122.40625ZM397.41995 122.859375Q397.41995 123.328125 397.66995 123.625Q397.93558 123.921875 398.37308 123.921875Q398.79495 123.921875 399.04495 123.640625Q399.29495 123.34375 399.29495 122.84375L399.29495 122.40625Q399.29495 121.9375 399.02933 121.65625Q398.77933 121.359375 398.35745 121.359375Q397.93558 121.359375 397.66995 121.65625Q397.41995 121.9375 397.41995 122.4375L397.41995 122.859375ZM394.46683 123.859375L393.84183 123.46875L398.0137 116.796875L398.62308 117.1875L394.46683 123.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M384.1387 124.5L378.54495 124.5L378.54495 123.71875L381.49808 120.4375Q382.15433 119.6875 382.40433 119.234375Q382.65433 118.765625 382.65433 118.265625Q382.65433 117.59375 382.24808 117.171875Q381.85745 116.734375 381.16995 116.734375Q380.37308 116.734375 379.91995 117.203125Q379.46683 117.65625 379.46683 118.484375L378.3887 118.484375Q378.3887 117.296875 379.1387 116.578125Q379.90433 115.84375 381.16995 115.84375Q382.37308 115.84375 383.06058 116.46875Q383.74808 117.09375 383.74808 118.140625Q383.74808 119.390625 382.1387 121.140625L379.85745 123.609375L384.1387 123.609375L384.1387 124.5ZM390.73245 118.1875Q390.73245 118.828125 390.3887 119.328125Q390.04495 119.828125 389.48245 120.109375Q390.1387 120.390625 390.52933 120.953125Q390.91995 121.5 390.91995 122.203125Q390.91995 123.296875 390.16995 123.96875Q389.43558 124.625 388.21683 124.625Q386.98245 124.625 386.23245 123.96875Q385.49808 123.296875 385.49808 122.203125Q385.49808 121.5 385.87308 120.953125Q386.24808 120.390625 386.91995 120.109375Q386.35745 119.828125 386.02933 119.328125Q385.7012 118.828125 385.7012 118.1875Q385.7012 117.109375 386.3887 116.484375Q387.0762 115.84375 388.21683 115.84375Q389.34183 115.84375 390.02933 116.484375Q390.73245 117.109375 390.73245 118.1875ZM389.84183 122.171875Q389.84183 121.453125 389.3887 121.015625Q388.93558 120.5625 388.2012 120.5625Q387.46683 120.5625 387.0137 121.015625Q386.5762 121.453125 386.5762 122.1875Q386.5762 122.90625 387.0137 123.328125Q387.4512 123.734375 388.21683 123.734375Q388.96683 123.734375 389.40433 123.3125Q389.84183 122.890625 389.84183 122.171875ZM388.21683 116.734375Q387.5762 116.734375 387.16995 117.140625Q386.77933 117.53125 386.77933 118.21875Q386.77933 118.859375 387.16995 119.265625Q387.56058 119.671875 388.2012 119.671875Q388.85745 119.671875 389.24808 119.265625Q389.6387 118.859375 389.6387 118.21875Q389.6387 117.5625 389.23245 117.15625Q388.8262 116.734375 388.21683 116.734375ZM392.4512 117.609375Q392.4512 116.84375 392.93558 116.34375Q393.43558 115.84375 394.2012 115.84375Q394.98245 115.84375 395.46683 116.34375Q395.9512 116.84375 395.9512 117.640625L395.9512 118.0625Q395.9512 118.828125 395.4512 119.328125Q394.96683 119.8125 394.21683 119.8125Q393.4512 119.8125 392.9512 119.328125Q392.4512 118.828125 392.4512 118.015625L392.4512 117.609375ZM393.2637 118.0625Q393.2637 118.515625 393.5137 118.8125Q393.77933 119.109375 394.21683 119.109375Q394.6387 119.109375 394.8887 118.828125Q395.1387 118.53125 395.1387 118.03125L395.1387 117.609375Q395.1387 117.15625 394.8887 116.859375Q394.6387 116.546875 394.2012 116.546875Q393.7637 116.546875 393.5137 116.859375Q393.2637 117.15625 393.2637 117.625L393.2637 118.0625ZM396.60745 122.40625Q396.60745 121.640625 397.09183 121.15625Q397.59183 120.65625 398.35745 120.65625Q399.12308 120.65625 399.60745 121.15625Q400.10745 121.640625 400.10745 122.453125L400.10745 122.859375Q400.10745 123.625 399.62308 124.125Q399.1387 124.625 398.37308 124.625Q397.60745 124.625 397.10745 124.140625Q396.60745 123.640625 396.60745 122.828125L396.60745 122.40625ZM397.41995 122.859375Q397.41995 123.328125 397.66995 123.625Q397.93558 123.921875 398.37308 123.921875Q398.79495 123.921875 399.04495 123.640625Q399.29495 123.34375 399.29495 122.84375L399.29495 122.40625Q399.29495 121.9375 399.02933 121.65625Q398.77933 121.359375 398.35745 121.359375Q397.93558 121.359375 397.66995 121.65625Q397.41995 121.9375 397.41995 122.4375L397.41995 122.859375ZM394.46683 123.859375L393.84183 123.46875L398.0137 116.796875L398.62308 117.1875L394.46683 123.859375Z" fill-rule="nonzero"/><path stroke="#6aa84f" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M427.9567 173.5L422.36295 173.5L422.36295 172.71875L425.31607 169.4375Q425.97232 168.6875 426.22232 168.23438Q426.47232 167.76562 426.47232 167.26562Q426.47232 166.59375 426.06607 166.17188Q425.67545 165.73438 424.98795 165.73438Q424.19107 165.73438 423.73795 166.20312Q423.28482 166.65625 423.28482 167.48438L422.2067 167.48438Q422.2067 166.29688 422.9567 165.57812Q423.72232 164.84375 424.98795 164.84375Q426.19107 164.84375 426.87857 165.46875Q427.56607 166.09375 427.56607 167.14062Q427.56607 168.39062 425.9567 170.14062L423.67545 172.60938L427.9567 172.60938L427.9567 173.5ZM434.87857 165.57812L431.34732 173.5L430.2067 173.5L433.72232 165.85938L429.11295 165.85938L429.11295 164.96875L434.87857 164.96875L434.87857 165.57812ZM436.2692 166.60938Q436.2692 165.84375 436.75357 165.34375Q437.25357 164.84375 438.0192 164.84375Q438.80045 164.84375 439.28482 165.34375Q439.7692 165.84375 439.7692 166.64062L439.7692 167.0625Q439.7692 167.82812 439.2692 168.32812Q438.78482 168.8125 438.03482 168.8125Q437.2692 168.8125 436.7692 168.32812Q436.2692 167.82812 436.2692 167.01562L436.2692 166.60938ZM437.0817 167.0625Q437.0817 167.51562 437.3317 167.8125Q437.59732 168.10938 438.03482 168.10938Q438.4567 168.10938 438.7067 167.82812Q438.9567 167.53125 438.9567 167.03125L438.9567 166.60938Q438.9567 166.15625 438.7067 165.85938Q438.4567 165.54688 438.0192 165.54688Q437.5817 165.54688 437.3317 165.85938Q437.0817 166.15625 437.0817 166.625L437.0817 167.0625ZM440.42545 171.40625Q440.42545 170.64062 440.90982 170.15625Q441.40982 169.65625 442.17545 169.65625Q442.94107 169.65625 443.42545 170.15625Q443.92545 170.64062 443.92545 171.45312L443.92545 171.85938Q443.92545 172.625 443.44107 173.125Q442.9567 173.625 442.19107 173.625Q441.42545 173.625 440.92545 173.14062Q440.42545 172.64062 440.42545 171.82812L440.42545 171.40625ZM441.23795 171.85938Q441.23795 172.32812 441.48795 172.625Q441.75357 172.92188 442.19107 172.92188Q442.61295 172.92188 442.86295 172.64062Q443.11295 172.34375 443.11295 171.84375L443.11295 171.40625Q443.11295 170.9375 442.84732 170.65625Q442.59732 170.35938 442.17545 170.35938Q441.75357 170.35938 441.48795 170.65625Q441.23795 170.9375 441.23795 171.4375L441.23795 171.85938ZM438.28482 172.85938L437.65982 172.46875L441.8317 165.79688L442.44107 166.1875L438.28482 172.85938Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M427.9567 173.5L422.36295 173.5L422.36295 172.71875L425.31607 169.4375Q425.97232 168.6875 426.22232 168.23438Q426.47232 167.76562 426.47232 167.26562Q426.47232 166.59375 426.06607 166.17188Q425.67545 165.73438 424.98795 165.73438Q424.19107 165.73438 423.73795 166.20312Q423.28482 166.65625 423.28482 167.48438L422.2067 167.48438Q422.2067 166.29688 422.9567 165.57812Q423.72232 164.84375 424.98795 164.84375Q426.19107 164.84375 426.87857 165.46875Q427.56607 166.09375 427.56607 167.14062Q427.56607 168.39062 425.9567 170.14062L423.67545 172.60938L427.9567 172.60938L427.9567 173.5ZM434.87857 165.57812L431.34732 173.5L430.2067 173.5L433.72232 165.85938L429.11295 165.85938L429.11295 164.96875L434.87857 164.96875L434.87857 165.57812ZM436.2692 166.60938Q436.2692 165.84375 436.75357 165.34375Q437.25357 164.84375 438.0192 164.84375Q438.80045 164.84375 439.28482 165.34375Q439.7692 165.84375 439.7692 166.64062L439.7692 167.0625Q439.7692 167.82812 439.2692 168.32812Q438.78482 168.8125 438.03482 168.8125Q437.2692 168.8125 436.7692 168.32812Q436.2692 167.82812 436.2692 167.01562L436.2692 166.60938ZM437.0817 167.0625Q437.0817 167.51562 437.3317 167.8125Q437.59732 168.10938 438.03482 168.10938Q438.4567 168.10938 438.7067 167.82812Q438.9567 167.53125 438.9567 167.03125L438.9567 166.60938Q438.9567 166.15625 438.7067 165.85938Q438.4567 165.54688 438.0192 165.54688Q437.5817 165.54688 437.3317 165.85938Q437.0817 166.15625 437.0817 166.625L437.0817 167.0625ZM440.42545 171.40625Q440.42545 170.64062 440.90982 170.15625Q441.40982 169.65625 442.17545 169.65625Q442.94107 169.65625 443.42545 170.15625Q443.92545 170.64062 443.92545 171.45312L443.92545 171.85938Q443.92545 172.625 443.44107 173.125Q442.9567 173.625 442.19107 173.625Q441.42545 173.625 440.92545 173.14062Q440.42545 172.64062 440.42545 171.82812L440.42545 171.40625ZM441.23795 171.85938Q441.23795 172.32812 441.48795 172.625Q441.75357 172.92188 442.19107 172.92188Q442.61295 172.92188 442.86295 172.64062Q443.11295 172.34375 443.11295 171.84375L443.11295 171.40625Q443.11295 170.9375 442.84732 170.65625Q442.59732 170.35938 442.17545 170.35938Q441.75357 170.35938 441.48795 170.65625Q441.23795 170.9375 441.23795 171.4375L441.23795 171.85938ZM438.28482 172.85938L437.65982 172.46875L441.8317 165.79688L442.44107 166.1875L438.28482 172.85938Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M549.7815 70.703125L550.594 70.703125Q551.37524 70.6875 551.81274 70.296875Q552.25024 69.90625 552.25024 69.234375Q552.25024 67.734375 550.75024 67.734375Q550.0471 67.734375 549.62524 68.140625Q549.219 68.546875 549.219 69.203125L548.12524 69.203125Q548.12524 68.1875 548.8596 67.515625Q549.6096 66.84375 550.75024 66.84375Q551.95337 66.84375 552.64087 67.484375Q553.32837 68.125 553.32837 69.265625Q553.32837 69.828125 552.969 70.34375Q552.6096 70.859375 551.9846 71.125Q552.68774 71.34375 553.06274 71.859375Q553.45337 72.375 553.45337 73.125Q553.45337 74.265625 552.70337 74.953125Q551.95337 75.625 550.75024 75.625Q549.56274 75.625 548.7971 74.96875Q548.0471 74.3125 548.0471 73.25L549.14087 73.25Q549.14087 73.921875 549.57837 74.328125Q550.01587 74.734375 550.76587 74.734375Q551.5471 74.734375 551.95337 74.328125Q552.37524 73.90625 552.37524 73.140625Q552.37524 72.40625 551.9221 72.015625Q551.469 71.609375 550.594 71.59375L549.7815 71.59375L549.7815 70.703125ZM559.469 66.96875L559.469 67.875L559.26587 67.875Q558.00024 67.90625 557.25024 68.640625Q556.50024 69.359375 556.37524 70.671875Q557.06274 69.90625 558.219 69.90625Q559.32837 69.90625 560.00024 70.6875Q560.6721 71.46875 560.6721 72.71875Q560.6721 74.03125 559.95337 74.828125Q559.2346 75.625 558.01587 75.625Q556.7971 75.625 556.0315 74.6875Q555.2815 73.734375 555.2815 72.25L555.2815 71.84375Q555.2815 69.484375 556.2815 68.234375Q557.2815 66.984375 559.26587 66.96875L559.469 66.96875ZM558.0471 70.8125Q557.4846 70.8125 557.01587 71.140625Q556.5471 71.46875 556.3596 71.984375L556.3596 72.375Q556.3596 73.4375 556.82837 74.078125Q557.31274 74.71875 558.01587 74.71875Q558.75024 74.71875 559.1721 74.1875Q559.594 73.640625 559.594 72.765625Q559.594 71.890625 559.1721 71.359375Q558.75024 70.8125 558.0471 70.8125ZM562.1096 68.609375Q562.1096 67.84375 562.594 67.34375Q563.094 66.84375 563.8596 66.84375Q564.64087 66.84375 565.12524 67.34375Q565.6096 67.84375 565.6096 68.640625L565.6096 69.0625Q565.6096 69.828125 565.1096 70.328125Q564.62524 70.8125 563.87524 70.8125Q563.1096 70.8125 562.6096 70.328125Q562.1096 69.828125 562.1096 69.015625L562.1096 68.609375ZM562.9221 69.0625Q562.9221 69.515625 563.1721 69.8125Q563.43774 70.109375 563.87524 70.109375Q564.2971 70.109375 564.5471 69.828125Q564.7971 69.53125 564.7971 69.03125L564.7971 68.609375Q564.7971 68.15625 564.5471 67.859375Q564.2971 67.546875 563.8596 67.546875Q563.4221 67.546875 563.1721 67.859375Q562.9221 68.15625 562.9221 68.625L562.9221 69.0625ZM566.26587 73.40625Q566.26587 72.640625 566.75024 72.15625Q567.25024 71.65625 568.01587 71.65625Q568.7815 71.65625 569.26587 72.15625Q569.76587 72.640625 569.76587 73.453125L569.76587 73.859375Q569.76587 74.625 569.2815 75.125Q568.7971 75.625 568.0315 75.625Q567.26587 75.625 566.76587 75.140625Q566.26587 74.640625 566.26587 73.828125L566.26587 73.40625ZM567.07837 73.859375Q567.07837 74.328125 567.32837 74.625Q567.594 74.921875 568.0315 74.921875Q568.45337 74.921875 568.70337 74.640625Q568.95337 74.34375 568.95337 73.84375L568.95337 73.40625Q568.95337 72.9375 568.68774 72.65625Q568.43774 72.359375 568.01587 72.359375Q567.594 72.359375 567.32837 72.65625Q567.07837 72.9375 567.07837 73.4375L567.07837 73.859375ZM564.12524 74.859375L563.50024 74.46875L567.6721 67.796875L568.2815 68.1875L564.12524 74.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M549.7815 70.703125L550.594 70.703125Q551.37524 70.6875 551.81274 70.296875Q552.25024 69.90625 552.25024 69.234375Q552.25024 67.734375 550.75024 67.734375Q550.0471 67.734375 549.62524 68.140625Q549.219 68.546875 549.219 69.203125L548.12524 69.203125Q548.12524 68.1875 548.8596 67.515625Q549.6096 66.84375 550.75024 66.84375Q551.95337 66.84375 552.64087 67.484375Q553.32837 68.125 553.32837 69.265625Q553.32837 69.828125 552.969 70.34375Q552.6096 70.859375 551.9846 71.125Q552.68774 71.34375 553.06274 71.859375Q553.45337 72.375 553.45337 73.125Q553.45337 74.265625 552.70337 74.953125Q551.95337 75.625 550.75024 75.625Q549.56274 75.625 548.7971 74.96875Q548.0471 74.3125 548.0471 73.25L549.14087 73.25Q549.14087 73.921875 549.57837 74.328125Q550.01587 74.734375 550.76587 74.734375Q551.5471 74.734375 551.95337 74.328125Q552.37524 73.90625 552.37524 73.140625Q552.37524 72.40625 551.9221 72.015625Q551.469 71.609375 550.594 71.59375L549.7815 71.59375L549.7815 70.703125ZM559.469 66.96875L559.469 67.875L559.26587 67.875Q558.00024 67.90625 557.25024 68.640625Q556.50024 69.359375 556.37524 70.671875Q557.06274 69.90625 558.219 69.90625Q559.32837 69.90625 560.00024 70.6875Q560.6721 71.46875 560.6721 72.71875Q560.6721 74.03125 559.95337 74.828125Q559.2346 75.625 558.01587 75.625Q556.7971 75.625 556.0315 74.6875Q555.2815 73.734375 555.2815 72.25L555.2815 71.84375Q555.2815 69.484375 556.2815 68.234375Q557.2815 66.984375 559.26587 66.96875L559.469 66.96875ZM558.0471 70.8125Q557.4846 70.8125 557.01587 71.140625Q556.5471 71.46875 556.3596 71.984375L556.3596 72.375Q556.3596 73.4375 556.82837 74.078125Q557.31274 74.71875 558.01587 74.71875Q558.75024 74.71875 559.1721 74.1875Q559.594 73.640625 559.594 72.765625Q559.594 71.890625 559.1721 71.359375Q558.75024 70.8125 558.0471 70.8125ZM562.1096 68.609375Q562.1096 67.84375 562.594 67.34375Q563.094 66.84375 563.8596 66.84375Q564.64087 66.84375 565.12524 67.34375Q565.6096 67.84375 565.6096 68.640625L565.6096 69.0625Q565.6096 69.828125 565.1096 70.328125Q564.62524 70.8125 563.87524 70.8125Q563.1096 70.8125 562.6096 70.328125Q562.1096 69.828125 562.1096 69.015625L562.1096 68.609375ZM562.9221 69.0625Q562.9221 69.515625 563.1721 69.8125Q563.43774 70.109375 563.87524 70.109375Q564.2971 70.109375 564.5471 69.828125Q564.7971 69.53125 564.7971 69.03125L564.7971 68.609375Q564.7971 68.15625 564.5471 67.859375Q564.2971 67.546875 563.8596 67.546875Q563.4221 67.546875 563.1721 67.859375Q562.9221 68.15625 562.9221 68.625L562.9221 69.0625ZM566.26587 73.40625Q566.26587 72.640625 566.75024 72.15625Q567.25024 71.65625 568.01587 71.65625Q568.7815 71.65625 569.26587 72.15625Q569.76587 72.640625 569.76587 73.453125L569.76587 73.859375Q569.76587 74.625 569.2815 75.125Q568.7971 75.625 568.0315 75.625Q567.26587 75.625 566.76587 75.140625Q566.26587 74.640625 566.26587 73.828125L566.26587 73.40625ZM567.07837 73.859375Q567.07837 74.328125 567.32837 74.625Q567.594 74.921875 568.0315 74.921875Q568.45337 74.921875 568.70337 74.640625Q568.95337 74.34375 568.95337 73.84375L568.95337 73.40625Q568.95337 72.9375 568.68774 72.65625Q568.43774 72.359375 568.01587 72.359375Q567.594 72.359375 567.32837 72.65625Q567.07837 72.9375 567.07837 73.4375L567.07837 73.859375ZM564.12524 74.859375L563.50024 74.46875L567.6721 67.796875L568.2815 68.1875L564.12524 74.859375Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M549.7815 119.703125L550.594 119.703125Q551.37524 119.6875 551.81274 119.296875Q552.25024 118.90625 552.25024 118.234375Q552.25024 116.734375 550.75024 116.734375Q550.0471 116.734375 549.62524 117.140625Q549.219 117.546875 549.219 118.203125L548.12524 118.203125Q548.12524 117.1875 548.8596 116.515625Q549.6096 115.84375 550.75024 115.84375Q551.95337 115.84375 552.64087 116.484375Q553.32837 117.125 553.32837 118.265625Q553.32837 118.828125 552.969 119.34375Q552.6096 119.859375 551.9846 120.125Q552.68774 120.34375 553.06274 120.859375Q553.45337 121.375 553.45337 122.125Q553.45337 123.265625 552.70337 123.953125Q551.95337 124.625 550.75024 124.625Q549.56274 124.625 548.7971 123.96875Q548.0471 123.3125 548.0471 122.25L549.14087 122.25Q549.14087 122.921875 549.57837 123.328125Q550.01587 123.734375 550.76587 123.734375Q551.5471 123.734375 551.95337 123.328125Q552.37524 122.90625 552.37524 122.140625Q552.37524 121.40625 551.9221 121.015625Q551.469 120.609375 550.594 120.59375L549.7815 120.59375L549.7815 119.703125ZM560.39087 118.1875Q560.39087 118.828125 560.0471 119.328125Q559.70337 119.828125 559.14087 120.109375Q559.7971 120.390625 560.18774 120.953125Q560.57837 121.5 560.57837 122.203125Q560.57837 123.296875 559.82837 123.96875Q559.094 124.625 557.87524 124.625Q556.64087 124.625 555.89087 123.96875Q555.1565 123.296875 555.1565 122.203125Q555.1565 121.5 555.5315 120.953125Q555.9065 120.390625 556.57837 120.109375Q556.01587 119.828125 555.68774 119.328125Q555.3596 118.828125 555.3596 118.1875Q555.3596 117.109375 556.0471 116.484375Q556.7346 115.84375 557.87524 115.84375Q559.00024 115.84375 559.68774 116.484375Q560.39087 117.109375 560.39087 118.1875ZM559.50024 122.171875Q559.50024 121.453125 559.0471 121.015625Q558.594 120.5625 557.8596 120.5625Q557.12524 120.5625 556.6721 121.015625Q556.2346 121.453125 556.2346 122.1875Q556.2346 122.90625 556.6721 123.328125Q557.1096 123.734375 557.87524 123.734375Q558.62524 123.734375 559.06274 123.3125Q559.50024 122.890625 559.50024 122.171875ZM557.87524 116.734375Q557.2346 116.734375 556.82837 117.140625Q556.43774 117.53125 556.43774 118.21875Q556.43774 118.859375 556.82837 119.265625Q557.219 119.671875 557.8596 119.671875Q558.51587 119.671875 558.9065 119.265625Q559.2971 118.859375 559.2971 118.21875Q559.2971 117.5625 558.89087 117.15625Q558.4846 116.734375 557.87524 116.734375ZM562.1096 117.609375Q562.1096 116.84375 562.594 116.34375Q563.094 115.84375 563.8596 115.84375Q564.64087 115.84375 565.12524 116.34375Q565.6096 116.84375 565.6096 117.640625L565.6096 118.0625Q565.6096 118.828125 565.1096 119.328125Q564.62524 119.8125 563.87524 119.8125Q563.1096 119.8125 562.6096 119.328125Q562.1096 118.828125 562.1096 118.015625L562.1096 117.609375ZM562.9221 118.0625Q562.9221 118.515625 563.1721 118.8125Q563.43774 119.109375 563.87524 119.109375Q564.2971 119.109375 564.5471 118.828125Q564.7971 118.53125 564.7971 118.03125L564.7971 117.609375Q564.7971 117.15625 564.5471 116.859375Q564.2971 116.546875 563.8596 116.546875Q563.4221 116.546875 563.1721 116.859375Q562.9221 117.15625 562.9221 117.625L562.9221 118.0625ZM566.26587 122.40625Q566.26587 121.640625 566.75024 121.15625Q567.25024 120.65625 568.01587 120.65625Q568.7815 120.65625 569.26587 121.15625Q569.76587 121.640625 569.76587 122.453125L569.76587 122.859375Q569.76587 123.625 569.2815 124.125Q568.7971 124.625 568.0315 124.625Q567.26587 124.625 566.76587 124.140625Q566.26587 123.640625 566.26587 122.828125L566.26587 122.40625ZM567.07837 122.859375Q567.07837 123.328125 567.32837 123.625Q567.594 123.921875 568.0315 123.921875Q568.45337 123.921875 568.70337 123.640625Q568.95337 123.34375 568.95337 122.84375L568.95337 122.40625Q568.95337 121.9375 568.68774 121.65625Q568.43774 121.359375 568.01587 121.359375Q567.594 121.359375 567.32837 121.65625Q567.07837 121.9375 567.07837 122.4375L567.07837 122.859375ZM564.12524 123.859375L563.50024 123.46875L567.6721 116.796875L568.2815 117.1875L564.12524 123.859375Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M549.7815 119.703125L550.594 119.703125Q551.37524 119.6875 551.81274 119.296875Q552.25024 118.90625 552.25024 118.234375Q552.25024 116.734375 550.75024 116.734375Q550.0471 116.734375 549.62524 117.140625Q549.219 117.546875 549.219 118.203125L548.12524 118.203125Q548.12524 117.1875 548.8596 116.515625Q549.6096 115.84375 550.75024 115.84375Q551.95337 115.84375 552.64087 116.484375Q553.32837 117.125 553.32837 118.265625Q553.32837 118.828125 552.969 119.34375Q552.6096 119.859375 551.9846 120.125Q552.68774 120.34375 553.06274 120.859375Q553.45337 121.375 553.45337 122.125Q553.45337 123.265625 552.70337 123.953125Q551.95337 124.625 550.75024 124.625Q549.56274 124.625 548.7971 123.96875Q548.0471 123.3125 548.0471 122.25L549.14087 122.25Q549.14087 122.921875 549.57837 123.328125Q550.01587 123.734375 550.76587 123.734375Q551.5471 123.734375 551.95337 123.328125Q552.37524 122.90625 552.37524 122.140625Q552.37524 121.40625 551.9221 121.015625Q551.469 120.609375 550.594 120.59375L549.7815 120.59375L549.7815 119.703125ZM560.39087 118.1875Q560.39087 118.828125 560.0471 119.328125Q559.70337 119.828125 559.14087 120.109375Q559.7971 120.390625 560.18774 120.953125Q560.57837 121.5 560.57837 122.203125Q560.57837 123.296875 559.82837 123.96875Q559.094 124.625 557.87524 124.625Q556.64087 124.625 555.89087 123.96875Q555.1565 123.296875 555.1565 122.203125Q555.1565 121.5 555.5315 120.953125Q555.9065 120.390625 556.57837 120.109375Q556.01587 119.828125 555.68774 119.328125Q555.3596 118.828125 555.3596 118.1875Q555.3596 117.109375 556.0471 116.484375Q556.7346 115.84375 557.87524 115.84375Q559.00024 115.84375 559.68774 116.484375Q560.39087 117.109375 560.39087 118.1875ZM559.50024 122.171875Q559.50024 121.453125 559.0471 121.015625Q558.594 120.5625 557.8596 120.5625Q557.12524 120.5625 556.6721 121.015625Q556.2346 121.453125 556.2346 122.1875Q556.2346 122.90625 556.6721 123.328125Q557.1096 123.734375 557.87524 123.734375Q558.62524 123.734375 559.06274 123.3125Q559.50024 122.890625 559.50024 122.171875ZM557.87524 116.734375Q557.2346 116.734375 556.82837 117.140625Q556.43774 117.53125 556.43774 118.21875Q556.43774 118.859375 556.82837 119.265625Q557.219 119.671875 557.8596 119.671875Q558.51587 119.671875 558.9065 119.265625Q559.2971 118.859375 559.2971 118.21875Q559.2971 117.5625 558.89087 117.15625Q558.4846 116.734375 557.87524 116.734375ZM562.1096 117.609375Q562.1096 116.84375 562.594 116.34375Q563.094 115.84375 563.8596 115.84375Q564.64087 115.84375 565.12524 116.34375Q565.6096 116.84375 565.6096 117.640625L565.6096 118.0625Q565.6096 118.828125 565.1096 119.328125Q564.62524 119.8125 563.87524 119.8125Q563.1096 119.8125 562.6096 119.328125Q562.1096 118.828125 562.1096 118.015625L562.1096 117.609375ZM562.9221 118.0625Q562.9221 118.515625 563.1721 118.8125Q563.43774 119.109375 563.87524 119.109375Q564.2971 119.109375 564.5471 118.828125Q564.7971 118.53125 564.7971 118.03125L564.7971 117.609375Q564.7971 117.15625 564.5471 116.859375Q564.2971 116.546875 563.8596 116.546875Q563.4221 116.546875 563.1721 116.859375Q562.9221 117.15625 562.9221 117.625L562.9221 118.0625ZM566.26587 122.40625Q566.26587 121.640625 566.75024 121.15625Q567.25024 120.65625 568.01587 120.65625Q568.7815 120.65625 569.26587 121.15625Q569.76587 121.640625 569.76587 122.453125L569.76587 122.859375Q569.76587 123.625 569.2815 124.125Q568.7971 124.625 568.0315 124.625Q567.26587 124.625 566.76587 124.140625Q566.26587 123.640625 566.26587 122.828125L566.26587 122.40625ZM567.07837 122.859375Q567.07837 123.328125 567.32837 123.625Q567.594 123.921875 568.0315 123.921875Q568.45337 123.921875 568.70337 123.640625Q568.95337 123.34375 568.95337 122.84375L568.95337 122.40625Q568.95337 121.9375 568.68774 121.65625Q568.43774 121.359375 568.01587 121.359375Q567.594 121.359375 567.32837 121.65625Q567.07837 121.9375 567.07837 122.4375L567.07837 122.859375ZM564.12524 123.859375L563.50024 123.46875L567.6721 116.796875L568.2815 117.1875L564.12524 123.859375Z" fill-rule="nonzero"/><path stroke="#38761d" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M553.7971 173.5L548.20337 173.5L548.20337 172.71875L551.1565 169.4375Q551.81274 168.6875 552.06274 168.23438Q552.31274 167.76562 552.31274 167.26562Q552.31274 166.59375 551.9065 166.17188Q551.51587 165.73438 550.82837 165.73438Q550.0315 165.73438 549.57837 166.20312Q549.12524 166.65625 549.12524 167.48438L548.0471 167.48438Q548.0471 166.29688 548.7971 165.57812Q549.56274 164.84375 550.82837 164.84375Q552.0315 164.84375 552.719 165.46875Q553.4065 166.09375 553.4065 167.14062Q553.4065 168.39062 551.7971 170.14062L549.51587 172.60938L553.7971 172.60938L553.7971 173.5ZM560.39087 167.1875Q560.39087 167.82812 560.0471 168.32812Q559.70337 168.82812 559.14087 169.10938Q559.7971 169.39062 560.18774 169.95312Q560.57837 170.5 560.57837 171.20312Q560.57837 172.29688 559.82837 172.96875Q559.094 173.625 557.87524 173.625Q556.64087 173.625 555.89087 172.96875Q555.1565 172.29688 555.1565 171.20312Q555.1565 170.5 555.5315 169.95312Q555.9065 169.39062 556.57837 169.10938Q556.01587 168.82812 555.68774 168.32812Q555.3596 167.82812 555.3596 167.1875Q555.3596 166.10938 556.0471 165.48438Q556.7346 164.84375 557.87524 164.84375Q559.00024 164.84375 559.68774 165.48438Q560.39087 166.10938 560.39087 167.1875ZM559.50024 171.17188Q559.50024 170.45312 559.0471 170.01562Q558.594 169.5625 557.8596 169.5625Q557.12524 169.5625 556.6721 170.01562Q556.2346 170.45312 556.2346 171.1875Q556.2346 171.90625 556.6721 172.32812Q557.1096 172.73438 557.87524 172.73438Q558.62524 172.73438 559.06274 172.3125Q559.50024 171.89062 559.50024 171.17188ZM557.87524 165.73438Q557.2346 165.73438 556.82837 166.14062Q556.43774 166.53125 556.43774 167.21875Q556.43774 167.85938 556.82837 168.26562Q557.219 168.67188 557.8596 168.67188Q558.51587 168.67188 558.9065 168.26562Q559.2971 167.85938 559.2971 167.21875Q559.2971 166.5625 558.89087 166.15625Q558.4846 165.73438 557.87524 165.73438ZM562.1096 166.60938Q562.1096 165.84375 562.594 165.34375Q563.094 164.84375 563.8596 164.84375Q564.64087 164.84375 565.12524 165.34375Q565.6096 165.84375 565.6096 166.64062L565.6096 167.0625Q565.6096 167.82812 565.1096 168.32812Q564.62524 168.8125 563.87524 168.8125Q563.1096 168.8125 562.6096 168.32812Q562.1096 167.82812 562.1096 167.01562L562.1096 166.60938ZM562.9221 167.0625Q562.9221 167.51562 563.1721 167.8125Q563.43774 168.10938 563.87524 168.10938Q564.2971 168.10938 564.5471 167.82812Q564.7971 167.53125 564.7971 167.03125L564.7971 166.60938Q564.7971 166.15625 564.5471 165.85938Q564.2971 165.54688 563.8596 165.54688Q563.4221 165.54688 563.1721 165.85938Q562.9221 166.15625 562.9221 166.625L562.9221 167.0625ZM566.26587 171.40625Q566.26587 170.64062 566.75024 170.15625Q567.25024 169.65625 568.01587 169.65625Q568.7815 169.65625 569.26587 170.15625Q569.76587 170.64062 569.76587 171.45312L569.76587 171.85938Q569.76587 172.625 569.2815 173.125Q568.7971 173.625 568.0315 173.625Q567.26587 173.625 566.76587 173.14062Q566.26587 172.64062 566.26587 171.82812L566.26587 171.40625ZM567.07837 171.85938Q567.07837 172.32812 567.32837 172.625Q567.594 172.92188 568.0315 172.92188Q568.45337 172.92188 568.70337 172.64062Q568.95337 172.34375 568.95337 171.84375L568.95337 171.40625Q568.95337 170.9375 568.68774 170.65625Q568.43774 170.35938 568.01587 170.35938Q567.594 170.35938 567.32837 170.65625Q567.07837 170.9375 567.07837 171.4375L567.07837 171.85938ZM564.12524 172.85938L563.50024 172.46875L567.6721 165.79688L568.2815 166.1875L564.12524 172.85938Z" fill-rule="nonzero"/><path fill="#f3f3f3" d="M553.7971 173.5L548.20337 173.5L548.20337 172.71875L551.1565 169.4375Q551.81274 168.6875 552.06274 168.23438Q552.31274 167.76562 552.31274 167.26562Q552.31274 166.59375 551.9065 166.17188Q551.51587 165.73438 550.82837 165.73438Q550.0315 165.73438 549.57837 166.20312Q549.12524 166.65625 549.12524 167.48438L548.0471 167.48438Q548.0471 166.29688 548.7971 165.57812Q549.56274 164.84375 550.82837 164.84375Q552.0315 164.84375 552.719 165.46875Q553.4065 166.09375 553.4065 167.14062Q553.4065 168.39062 551.7971 170.14062L549.51587 172.60938L553.7971 172.60938L553.7971 173.5ZM560.39087 167.1875Q560.39087 167.82812 560.0471 168.32812Q559.70337 168.82812 559.14087 169.10938Q559.7971 169.39062 560.18774 169.95312Q560.57837 170.5 560.57837 171.20312Q560.57837 172.29688 559.82837 172.96875Q559.094 173.625 557.87524 173.625Q556.64087 173.625 555.89087 172.96875Q555.1565 172.29688 555.1565 171.20312Q555.1565 170.5 555.5315 169.95312Q555.9065 169.39062 556.57837 169.10938Q556.01587 168.82812 555.68774 168.32812Q555.3596 167.82812 555.3596 167.1875Q555.3596 166.10938 556.0471 165.48438Q556.7346 164.84375 557.87524 164.84375Q559.00024 164.84375 559.68774 165.48438Q560.39087 166.10938 560.39087 167.1875ZM559.50024 171.17188Q559.50024 170.45312 559.0471 170.01562Q558.594 169.5625 557.8596 169.5625Q557.12524 169.5625 556.6721 170.01562Q556.2346 170.45312 556.2346 171.1875Q556.2346 171.90625 556.6721 172.32812Q557.1096 172.73438 557.87524 172.73438Q558.62524 172.73438 559.06274 172.3125Q559.50024 171.89062 559.50024 171.17188ZM557.87524 165.73438Q557.2346 165.73438 556.82837 166.14062Q556.43774 166.53125 556.43774 167.21875Q556.43774 167.85938 556.82837 168.26562Q557.219 168.67188 557.8596 168.67188Q558.51587 168.67188 558.9065 168.26562Q559.2971 167.85938 559.2971 167.21875Q559.2971 166.5625 558.89087 166.15625Q558.4846 165.73438 557.87524 165.73438ZM562.1096 166.60938Q562.1096 165.84375 562.594 165.34375Q563.094 164.84375 563.8596 164.84375Q564.64087 164.84375 565.12524 165.34375Q565.6096 165.84375 565.6096 166.64062L565.6096 167.0625Q565.6096 167.82812 565.1096 168.32812Q564.62524 168.8125 563.87524 168.8125Q563.1096 168.8125 562.6096 168.32812Q562.1096 167.82812 562.1096 167.01562L562.1096 166.60938ZM562.9221 167.0625Q562.9221 167.51562 563.1721 167.8125Q563.43774 168.10938 563.87524 168.10938Q564.2971 168.10938 564.5471 167.82812Q564.7971 167.53125 564.7971 167.03125L564.7971 166.60938Q564.7971 166.15625 564.5471 165.85938Q564.2971 165.54688 563.8596 165.54688Q563.4221 165.54688 563.1721 165.85938Q562.9221 166.15625 562.9221 166.625L562.9221 167.0625ZM566.26587 171.40625Q566.26587 170.64062 566.75024 170.15625Q567.25024 169.65625 568.01587 169.65625Q568.7815 169.65625 569.26587 170.15625Q569.76587 170.64062 569.76587 171.45312L569.76587 171.85938Q569.76587 172.625 569.2815 173.125Q568.7971 173.625 568.0315 173.625Q567.26587 173.625 566.76587 173.14062Q566.26587 172.64062 566.26587 171.82812L566.26587 171.40625ZM567.07837 171.85938Q567.07837 172.32812 567.32837 172.625Q567.594 172.92188 568.0315 172.92188Q568.45337 172.92188 568.70337 172.64062Q568.95337 172.34375 568.95337 171.84375L568.95337 171.40625Q568.95337 170.9375 568.68774 170.65625Q568.43774 170.35938 568.01587 170.35938Q567.594 170.35938 567.32837 170.65625Q567.07837 170.9375 567.07837 171.4375L567.07837 171.85938ZM564.12524 172.85938L563.50024 172.46875L567.6721 165.79688L568.2815 166.1875L564.12524 172.85938Z" fill-rule="nonzero"/><path fill="#666666" d="M308.41074 241.56778Q308.41074 240.80215 308.8951 240.30215Q309.3951 239.80215 310.16074 239.80215Q310.942 239.80215 311.42636 240.30215Q311.91074 240.80215 311.91074 241.59903L311.91074 242.0209Q311.91074 242.78653 311.41074 243.28653Q310.92636 243.7709 310.17636 243.7709Q309.41074 243.7709 308.91074 243.28653Q308.41074 242.78653 308.41074 241.97403L308.41074 241.56778ZM309.22324 242.0209Q309.22324 242.47403 309.47324 242.7709Q309.73886 243.06778 310.17636 243.06778Q310.59824 243.06778 310.84824 242.78653Q311.09824 242.48965 311.09824 241.98965L311.09824 241.56778Q311.09824 241.11465 310.84824 240.81778Q310.59824 240.50528 310.16074 240.50528Q309.72324 240.50528 309.47324 240.81778Q309.22324 241.11465 309.22324 241.5834L309.22324 242.0209ZM312.567 246.36465Q312.567 245.59903 313.05136 245.11465Q313.55136 244.61465 314.317 244.61465Q315.0826 244.61465 315.567 245.11465Q316.067 245.59903 316.067 246.41153L316.067 246.81778Q316.067 247.5834 315.5826 248.0834Q315.09824 248.5834 314.3326 248.5834Q313.567 248.5834 313.067 248.09903Q312.567 247.59903 312.567 246.78653L312.567 246.36465ZM313.3795 246.81778Q313.3795 247.28653 313.6295 247.5834Q313.8951 247.88028 314.3326 247.88028Q314.7545 247.88028 315.0045 247.59903Q315.2545 247.30215 315.2545 246.80215L315.2545 246.36465Q315.2545 245.8959 314.98886 245.61465Q314.73886 245.31778 314.317 245.31778Q313.8951 245.31778 313.6295 245.61465Q313.3795 245.8959 313.3795 246.3959L313.3795 246.81778ZM310.42636 247.81778L309.80136 247.42715L313.97324 240.75528L314.5826 241.1459L310.42636 247.81778ZM320.3326 245.22403Q320.3326 244.30215 320.692 243.55215Q321.067 242.80215 321.72324 242.41153Q322.3795 242.00528 323.2076 242.00528Q324.5045 242.00528 325.30136 242.8959Q326.11386 243.78653 326.11386 245.28653L326.11386 245.36465Q326.11386 246.28653 325.7545 247.0209Q325.3951 247.75528 324.73886 248.17715Q324.0826 248.5834 323.22324 248.5834Q321.942 248.5834 321.1295 247.69278Q320.3326 246.78653 320.3326 245.30215L320.3326 245.22403ZM321.42636 245.36465Q321.42636 246.41153 321.91074 247.05215Q322.41074 247.69278 323.22324 247.69278Q324.05136 247.69278 324.53574 247.05215Q325.0201 246.3959 325.0201 245.22403Q325.0201 244.19278 324.5201 243.55215Q324.03574 242.8959 323.2076 242.8959Q322.41074 242.8959 321.91074 243.53653Q321.42636 244.16153 321.42636 245.36465ZM328.16074 248.4584L328.16074 242.9584L327.16074 242.9584L327.16074 242.11465L328.16074 242.11465L328.16074 241.47403Q328.16074 240.44278 328.692 239.8959Q329.23886 239.3334 330.23886 239.3334Q330.61386 239.3334 330.98886 239.42715L330.92636 240.31778Q330.6451 240.25528 330.34824 240.25528Q329.817 240.25528 329.5201 240.56778Q329.23886 240.88028 329.23886 241.44278L329.23886 242.11465L330.59824 242.11465L330.59824 242.9584L329.23886 242.9584L329.23886 248.4584L328.16074 248.4584ZM337.692 243.0834Q337.442 243.05215 337.16074 243.05215Q336.0826 243.05215 335.7076 243.9584L335.7076 248.4584L334.6295 248.4584L334.6295 242.11465L335.67636 242.11465L335.692 242.84903Q336.22324 242.00528 337.2076 242.00528Q337.5201 242.00528 337.692 242.0834L337.692 243.0834ZM341.2545 248.5834Q339.9576 248.5834 339.1451 247.73965Q338.34824 246.88028 338.34824 245.4584L338.34824 245.2709Q338.34824 244.31778 338.7076 243.5834Q339.067 242.8334 339.7076 242.42715Q340.36386 242.00528 341.11386 242.00528Q342.34824 242.00528 343.03574 242.81778Q343.72324 243.63028 343.72324 245.1459L343.72324 245.59903L339.42636 245.59903Q339.4576 246.53653 339.97324 247.11465Q340.5045 247.69278 341.317 247.69278Q341.8795 247.69278 342.2701 247.4584Q342.67636 247.22403 342.98886 246.8334L343.6451 247.34903Q342.84824 248.5834 341.2545 248.5834ZM341.11386 242.8959Q340.4576 242.8959 340.0045 243.38028Q339.567 243.84903 339.47324 244.7084L342.6451 244.7084L342.6451 244.63028Q342.59824 243.80215 342.192 243.34903Q341.80136 242.8959 341.11386 242.8959ZM348.317 246.7709Q348.317 246.3334 347.97324 246.09903Q347.6451 245.84903 346.817 245.67715Q346.0045 245.50528 345.5201 245.25528Q345.03574 245.00528 344.80136 244.67715Q344.5826 244.3334 344.5826 243.86465Q344.5826 243.0834 345.23886 242.55215Q345.8951 242.00528 346.92636 242.00528Q348.0045 242.00528 348.66074 242.56778Q349.3326 243.11465 349.3326 243.97403L348.2545 243.97403Q348.2545 243.53653 347.86386 243.22403Q347.48886 242.8959 346.92636 242.8959Q346.3326 242.8959 345.98886 243.16153Q345.66074 243.41153 345.66074 243.81778Q345.66074 244.2084 345.97324 244.41153Q346.28574 244.61465 347.09824 244.80215Q347.91074 244.97403 348.41074 245.22403Q348.91074 245.47403 349.1451 245.8334Q349.3951 246.19278 349.3951 246.69278Q349.3951 247.55215 348.7076 248.06778Q348.03574 248.5834 346.9576 248.5834Q346.192 248.5834 345.59824 248.31778Q345.0201 248.03653 344.692 247.55215Q344.36386 247.06778 344.36386 246.50528L345.442 246.50528Q345.47324 247.05215 345.8795 247.38028Q346.28574 247.69278 346.9576 247.69278Q347.567 247.69278 347.942 247.44278Q348.317 247.19278 348.317 246.7709ZM355.97324 245.36465Q355.97324 246.80215 355.317 247.69278Q354.66074 248.5834 353.5201 248.5834Q352.36386 248.5834 351.7076 247.84903L351.7076 250.8959L350.6295 250.8959L350.6295 242.11465L351.61386 242.11465L351.66074 242.81778Q352.3326 242.00528 353.5045 242.00528Q354.6451 242.00528 355.30136 242.86465Q355.97324 243.72403 355.97324 245.25528L355.97324 245.36465ZM354.8951 245.23965Q354.8951 244.16153 354.42636 243.55215Q353.97324 242.92715 353.17636 242.92715Q352.192 242.92715 351.7076 243.78653L351.7076 246.81778Q352.192 247.69278 353.192 247.69278Q353.97324 247.69278 354.42636 247.0834Q354.8951 246.4584 354.8951 245.23965ZM357.3326 245.22403Q357.3326 244.30215 357.692 243.55215Q358.067 242.80215 358.72324 242.41153Q359.3795 242.00528 360.2076 242.00528Q361.5045 242.00528 362.30136 242.8959Q363.11386 243.78653 363.11386 245.28653L363.11386 245.36465Q363.11386 246.28653 362.7545 247.0209Q362.3951 247.75528 361.73886 248.17715Q361.0826 248.5834 360.22324 248.5834Q358.942 248.5834 358.1295 247.69278Q357.3326 246.78653 357.3326 245.30215L357.3326 245.22403ZM358.42636 245.36465Q358.42636 246.41153 358.91074 247.05215Q359.41074 247.69278 360.22324 247.69278Q361.05136 247.69278 361.53574 247.05215Q362.0201 246.3959 362.0201 245.22403Q362.0201 244.19278 361.5201 243.55215Q361.03574 242.8959 360.2076 242.8959Q359.41074 242.8959 358.91074 243.53653Q358.42636 244.16153 358.42636 245.36465ZM365.6451 242.11465L365.67636 242.91153Q366.41074 242.00528 367.5826 242.00528Q369.59824 242.00528 369.61386 244.2709L369.61386 248.4584L368.5201 248.4584L368.5201 244.25528Q368.5201 243.5834 368.2076 243.25528Q367.91074 242.92715 367.2545 242.92715Q366.72324 242.92715 366.317 243.2084Q365.92636 243.48965 365.7076 243.94278L365.7076 248.4584L364.6295 248.4584L364.6295 242.11465L365.6451 242.11465ZM371.36386 245.23965Q371.36386 243.7709 372.05136 242.8959Q372.73886 242.00528 373.86386 242.00528Q374.97324 242.00528 375.6295 242.75528L375.6295 239.4584L376.7076 239.4584L376.7076 248.4584L375.7076 248.4584L375.66074 247.7709Q375.0045 248.5834 373.84824 248.5834Q372.7545 248.5834 372.05136 247.67715Q371.36386 246.7709 371.36386 245.31778L371.36386 245.23965ZM372.442 245.36465Q372.442 246.44278 372.8795 247.05215Q373.3326 247.66153 374.11386 247.66153Q375.1451 247.66153 375.6295 246.72403L375.6295 243.81778Q375.1451 242.92715 374.1295 242.92715Q373.3326 242.92715 372.8795 243.53653Q372.442 244.1459 372.442 245.36465ZM381.2545 248.5834Q379.9576 248.5834 379.1451 247.73965Q378.34824 246.88028 378.34824 245.4584L378.34824 245.2709Q378.34824 244.31778 378.7076 243.5834Q379.067 242.8334 379.7076 242.42715Q380.36386 242.00528 381.11386 242.00528Q382.34824 242.00528 383.03574 242.81778Q383.72324 243.63028 383.72324 245.1459L383.72324 245.59903L379.42636 245.59903Q379.4576 246.53653 379.97324 247.11465Q380.5045 247.69278 381.317 247.69278Q381.8795 247.69278 382.2701 247.4584Q382.67636 247.22403 382.98886 246.8334L383.6451 247.34903Q382.84824 248.5834 381.2545 248.5834ZM381.11386 242.8959Q380.4576 242.8959 380.0045 243.38028Q379.567 243.84903 379.47324 244.7084L382.6451 244.7084L382.6451 244.63028Q382.59824 243.80215 382.192 243.34903Q381.80136 242.8959 381.11386 242.8959ZM385.6451 242.11465L385.67636 242.91153Q386.41074 242.00528 387.5826 242.00528Q389.59824 242.00528 389.61386 244.2709L389.61386 248.4584L388.5201 248.4584L388.5201 244.25528Q388.5201 243.5834 388.2076 243.25528Q387.91074 242.92715 387.2545 242.92715Q386.72324 242.92715 386.317 243.2084Q385.92636 243.48965 385.7076 243.94278L385.7076 248.4584L384.6295 248.4584L384.6295 242.11465L385.6451 242.11465ZM393.09824 240.5834L393.09824 242.11465L394.2701 242.11465L394.2701 242.9584L393.09824 242.9584L393.09824 246.88028Q393.09824 247.2709 393.2545 247.4584Q393.41074 247.6459 393.78574 247.6459Q393.97324 247.6459 394.30136 247.5834L394.30136 248.4584Q393.8795 248.5834 393.47324 248.5834Q392.7545 248.5834 392.3795 248.1459Q392.0045 247.69278 392.0045 246.88028L392.0045 242.9584L390.84824 242.9584L390.84824 242.11465L392.0045 242.11465L392.0045 240.5834L393.09824 240.5834ZM399.317 246.7709Q399.317 246.3334 398.97324 246.09903Q398.6451 245.84903 397.817 245.67715Q397.0045 245.50528 396.5201 245.25528Q396.03574 245.00528 395.80136 244.67715Q395.5826 244.3334 395.5826 243.86465Q395.5826 243.0834 396.23886 242.55215Q396.8951 242.00528 397.92636 242.00528Q399.0045 242.00528 399.66074 242.56778Q400.3326 243.11465 400.3326 243.97403L399.2545 243.97403Q399.2545 243.53653 398.86386 243.22403Q398.48886 242.8959 397.92636 242.8959Q397.3326 242.8959 396.98886 243.16153Q396.66074 243.41153 396.66074 243.81778Q396.66074 244.2084 396.97324 244.41153Q397.28574 244.61465 398.09824 244.80215Q398.91074 244.97403 399.41074 245.22403Q399.91074 245.47403 400.1451 245.8334Q400.3951 246.19278 400.3951 246.69278Q400.3951 247.55215 399.7076 248.06778Q399.03574 248.5834 397.9576 248.5834Q397.192 248.5834 396.59824 248.31778Q396.0201 248.03653 395.692 247.55215Q395.36386 247.06778 395.36386 246.50528L396.442 246.50528Q396.47324 247.05215 396.8795 247.38028Q397.28574 247.69278 397.9576 247.69278Q398.567 247.69278 398.942 247.44278Q399.317 247.19278 399.317 246.7709Z" fill-rule="nonzero"/><path fill="#666666" d="M40.50558 60.894474L39.38058 60.894474L39.38058 52.363224L40.50558 52.363224L40.50558 60.894474ZM46.302456 60.894474L45.22433 60.894474L45.22433 54.550724L46.302456 54.550724L46.302456 60.894474ZM45.13058 52.87885Q45.13058 52.613224 45.28683 52.425724Q45.458706 52.238224 45.771206 52.238224Q46.083706 52.238224 46.239956 52.425724Q46.41183 52.613224 46.41183 52.87885Q46.41183 53.12885 46.239956 53.31635Q46.083706 53.488224 45.771206 53.488224Q45.458706 53.488224 45.28683 53.31635Q45.13058 53.12885 45.13058 52.87885ZM47.864956 57.675724Q47.864956 56.206974 48.552456 55.331974Q49.239956 54.44135 50.364956 54.44135Q51.47433 54.44135 52.13058 55.19135L52.13058 51.894474L53.208706 51.894474L53.208706 60.894474L52.208706 60.894474L52.16183 60.206974Q51.50558 61.019474 50.34933 61.019474Q49.25558 61.019474 48.552456 60.113224Q47.864956 59.206974 47.864956 57.75385L47.864956 57.675724ZM48.94308 57.800724Q48.94308 58.87885 49.38058 59.488224Q49.833706 60.0976 50.614956 60.0976Q51.646206 60.0976 52.13058 59.1601L52.13058 56.25385Q51.646206 55.363224 50.63058 55.363224Q49.833706 55.363224 49.38058 55.9726Q48.94308 56.581974 48.94308 57.800724ZM57.75558 61.019474Q56.458706 61.019474 55.646206 60.175724Q54.84933 59.31635 54.84933 57.894474L54.84933 57.706974Q54.84933 56.75385 55.208706 56.019474Q55.56808 55.269474 56.208706 54.863224Q56.864956 54.44135 57.614956 54.44135Q58.84933 54.44135 59.53683 55.25385Q60.22433 56.06635 60.22433 57.581974L60.22433 58.0351L55.927456 58.0351Q55.958706 58.9726 56.47433 59.550724Q57.00558 60.12885 57.81808 60.12885Q58.38058 60.12885 58.771206 59.894474Q59.177456 59.6601 59.489956 59.269474L60.146206 59.7851Q59.34933 61.019474 57.75558 61.019474ZM57.614956 55.331974Q56.958706 55.331974 56.50558 55.81635Q56.06808 56.2851 55.97433 57.144474L59.146206 57.144474L59.146206 57.06635Q59.09933 56.238224 58.69308 55.7851Q58.302456 55.331974 57.614956 55.331974ZM62.146206 54.550724L62.177456 55.3476Q62.91183 54.44135 64.08371 54.44135Q66.099335 54.44135 66.11496 56.706974L66.11496 60.894474L65.02121 60.894474L65.02121 56.69135Q65.02121 56.019474 64.70871 55.69135Q64.411835 55.363224 63.75558 55.363224Q63.22433 55.363224 62.81808 55.644474Q62.427456 55.925724 62.208706 56.37885L62.208706 60.894474L61.13058 60.894474L61.13058 54.550724L62.146206 54.550724ZM69.599335 53.019474L69.599335 54.550724L70.77121 54.550724L70.77121 55.394474L69.599335 55.394474L69.599335 59.31635Q69.599335 59.706974 69.755585 59.894474Q69.911835 60.081974 70.286835 60.081974Q70.474335 60.081974 70.80246 60.019474L70.80246 60.894474Q70.380585 61.019474 69.974335 61.019474Q69.255585 61.019474 68.880585 60.581974Q68.505585 60.12885 68.505585 59.31635L68.505585 55.394474L67.349335 55.394474L67.349335 54.550724L68.505585 54.550724L68.505585 53.019474L69.599335 53.019474ZM73.30246 60.894474L72.224335 60.894474L72.224335 54.550724L73.30246 54.550724L73.30246 60.894474ZM72.130585 52.87885Q72.130585 52.613224 72.286835 52.425724Q72.45871 52.238224 72.77121 52.238224Q73.08371 52.238224 73.23996 52.425724Q73.411835 52.613224 73.411835 52.87885Q73.411835 53.12885 73.23996 53.31635Q73.08371 53.488224 72.77121 53.488224Q72.45871 53.488224 72.286835 53.31635Q72.130585 53.12885 72.130585 52.87885ZM75.661835 60.894474L75.661835 55.394474L74.661835 55.394474L74.661835 54.550724L75.661835 54.550724L75.661835 53.9101Q75.661835 52.87885 76.193085 52.331974Q76.73996 51.769474 77.73996 51.769474Q78.11496 51.769474 78.48996 51.863224L78.42746 52.75385Q78.14621 52.69135 77.849335 52.69135Q77.318085 52.69135 77.02121 53.00385Q76.73996 53.31635 76.73996 53.87885L76.73996 54.550724L78.099335 54.550724L78.099335 55.394474L76.73996 55.394474L76.73996 60.894474L75.661835 60.894474ZM81.193085 59.300724L82.67746 54.550724L83.83371 54.550724L81.286835 61.87885Q80.693085 63.456974 79.411835 63.456974L79.193085 63.44135L78.80246 63.363224L78.80246 62.488224L79.08371 62.50385Q79.64621 62.50385 79.943085 62.2851Q80.255585 62.06635 80.45871 61.4726L80.693085 60.81635L78.42746 54.550724L79.61496 54.550724L81.193085 59.300724ZM93.73996 59.394474L94.95871 54.550724L96.036835 54.550724L94.193085 60.894474L93.318085 60.894474L91.77121 56.081974L90.27121 60.894474L89.39621 60.894474L87.55246 54.550724L88.630585 54.550724L89.880585 59.300724L91.36496 54.550724L92.224335 54.550724L93.73996 59.394474ZM98.30246 60.894474L97.224335 60.894474L97.224335 54.550724L98.30246 54.550724L98.30246 60.894474ZM97.130585 52.87885Q97.130585 52.613224 97.286835 52.425724Q97.45871 52.238224 97.77121 52.238224Q98.08371 52.238224 98.23996 52.425724Q98.411835 52.613224 98.411835 52.87885Q98.411835 53.12885 98.23996 53.31635Q98.08371 53.488224 97.77121 53.488224Q97.45871 53.488224 97.286835 53.31635Q97.130585 53.12885 97.130585 52.87885ZM101.599335 53.019474L101.599335 54.550724L102.77121 54.550724L102.77121 55.394474L101.599335 55.394474L101.599335 59.31635Q101.599335 59.706974 101.755585 59.894474Q101.911835 60.081974 102.286835 60.081974Q102.474335 60.081974 102.80246 60.019474L102.80246 60.894474Q102.380585 61.019474 101.974335 61.019474Q101.255585 61.019474 100.880585 60.581974Q100.505585 60.12885 100.505585 59.31635L100.505585 55.394474L99.349335 55.394474L99.349335 54.550724L100.505585 54.550724L100.505585 53.019474L101.599335 53.019474ZM105.20871 55.31635Q105.92746 54.44135 107.08371 54.44135Q109.099335 54.44135 109.11496 56.706974L109.11496 60.894474L108.02121 60.894474L108.02121 56.69135Q108.02121 56.019474 107.70871 55.69135Q107.411835 55.363224 106.755585 55.363224Q106.224335 55.363224 105.818085 55.644474Q105.42746 55.925724 105.20871 56.37885L105.20871 60.894474L104.130585 60.894474L104.130585 51.894474L105.20871 51.894474L105.20871 55.31635ZM118.036835 60.894474Q117.943085 60.706974 117.880585 60.2226Q117.130585 61.019474 116.08371 61.019474Q115.14621 61.019474 114.536835 60.488224Q113.943085 59.956974 113.943085 59.12885Q113.943085 58.144474 114.693085 57.5976Q115.443085 57.050724 116.818085 57.050724L117.86496 57.050724L117.86496 56.550724Q117.86496 55.988224 117.52121 55.6601Q117.193085 55.31635 116.52121 55.31635Q115.943085 55.31635 115.55246 55.613224Q115.161835 55.894474 115.161835 56.31635L114.068085 56.31635Q114.068085 55.831974 114.39621 55.394474Q114.73996 54.956974 115.318085 54.706974Q115.89621 54.44135 116.58371 54.44135Q117.693085 54.44135 118.30246 54.988224Q118.92746 55.5351 118.95871 56.488224L118.95871 59.4101Q118.95871 60.2851 119.17746 60.800724L119.17746 60.894474L118.036835 60.894474ZM116.23996 60.06635Q116.755585 60.06635 117.20871 59.800724Q117.661835 59.5351 117.86496 59.113224L117.86496 57.81635L117.02121 57.81635Q115.02121 57.81635 115.02121 58.988224Q115.02121 59.488224 115.36496 59.7851Q115.70871 60.06635 116.23996 60.06635ZM122.14621 54.550724L122.17746 55.3476Q122.911835 54.44135 124.08371 54.44135Q126.099335 54.44135 126.11496 56.706974L126.11496 60.894474L125.02121 60.894474L125.02121 56.69135Q125.02121 56.019474 124.70871 55.69135Q124.411835 55.363224 123.755585 55.363224Q123.224335 55.363224 122.818085 55.644474Q122.42746 55.925724 122.20871 56.37885L122.20871 60.894474L121.130585 60.894474L121.130585 54.550724L122.14621 54.550724Z" fill-rule="nonzero"/><path fill="#666666" d="M38.03683 75.26948Q37.41183 76.01948 36.177456 76.01948Q35.16183 76.01948 34.63058 75.42573Q34.09933 74.83198 34.09933 73.67573L34.09933 69.55073L35.177456 69.55073L35.177456 73.64448Q35.177456 75.0976 36.34933 75.0976Q37.59933 75.0976 38.00558 74.1601L38.00558 69.55073L39.09933 69.55073L39.09933 75.89448L38.06808 75.89448L38.03683 75.26948ZM42.146206 69.55073L42.177456 70.3476Q42.91183 69.44135 44.083706 69.44135Q46.09933 69.44135 46.114956 71.70698L46.114956 75.89448L45.021206 75.89448L45.021206 71.69135Q45.021206 71.01948 44.708706 70.69135Q44.41183 70.36323 43.75558 70.36323Q43.22433 70.36323 42.81808 70.64448Q42.427456 70.92573 42.208706 71.37885L42.208706 75.89448L41.13058 75.89448L41.13058 69.55073L42.146206 69.55073ZM47.864956 72.67573Q47.864956 71.20698 48.552456 70.33198Q49.239956 69.44135 50.364956 69.44135Q51.47433 69.44135 52.13058 70.19135L52.13058 66.89448L53.208706 66.89448L53.208706 75.89448L52.208706 75.89448L52.16183 75.20698Q51.50558 76.01948 50.34933 76.01948Q49.25558 76.01948 48.552456 75.11323Q47.864956 74.20698 47.864956 72.75385L47.864956 72.67573ZM48.94308 72.80073Q48.94308 73.87885 49.38058 74.48823Q49.833706 75.0976 50.614956 75.0976Q51.646206 75.0976 52.13058 74.1601L52.13058 71.25385Q51.646206 70.36323 50.63058 70.36323Q49.833706 70.36323 49.38058 70.9726Q48.94308 71.58198 48.94308 72.80073ZM57.75558 76.01948Q56.458706 76.01948 55.646206 75.17573Q54.84933 74.31635 54.84933 72.89448L54.84933 72.70698Q54.84933 71.75385 55.208706 71.01948Q55.56808 70.26948 56.208706 69.86323Q56.864956 69.44135 57.614956 69.44135Q58.84933 69.44135 59.53683 70.25385Q60.22433 71.06635 60.22433 72.58198L60.22433 73.0351L55.927456 73.0351Q55.958706 73.9726 56.47433 74.55073Q57.00558 75.12885 57.81808 75.12885Q58.38058 75.12885 58.771206 74.89448Q59.177456 74.6601 59.489956 74.26948L60.146206 74.7851Q59.34933 76.01948 57.75558 76.01948ZM57.614956 70.33198Q56.958706 70.33198 56.50558 70.81635Q56.06808 71.2851 55.97433 72.14448L59.146206 72.14448L59.146206 72.06635Q59.09933 71.23823 58.69308 70.7851Q58.302456 70.33198 57.614956 70.33198ZM64.193085 70.51948Q63.94308 70.48823 63.66183 70.48823Q62.583706 70.48823 62.208706 71.39448L62.208706 75.89448L61.13058 75.89448L61.13058 69.55073L62.177456 69.55073L62.19308 70.2851Q62.72433 69.44135 63.708706 69.44135Q64.02121 69.44135 64.193085 69.51948L64.193085 70.51948ZM68.193085 70.51948Q67.943085 70.48823 67.661835 70.48823Q66.58371 70.48823 66.20871 71.39448L66.20871 75.89448L65.130585 75.89448L65.130585 69.55073L66.17746 69.55073L66.193085 70.2851Q66.724335 69.44135 67.70871 69.44135Q68.02121 69.44135 68.193085 69.51948L68.193085 70.51948ZM71.755585 76.01948Q70.45871 76.01948 69.64621 75.17573Q68.849335 74.31635 68.849335 72.89448L68.849335 72.70698Q68.849335 71.75385 69.20871 71.01948Q69.568085 70.26948 70.20871 69.86323Q70.86496 69.44135 71.61496 69.44135Q72.849335 69.44135 73.536835 70.25385Q74.224335 71.06635 74.224335 72.58198L74.224335 73.0351L69.92746 73.0351Q69.95871 73.9726 70.474335 74.55073Q71.005585 75.12885 71.818085 75.12885Q72.380585 75.12885 72.77121 74.89448Q73.17746 74.6601 73.48996 74.26948L74.14621 74.7851Q73.349335 76.01948 71.755585 76.01948ZM71.61496 70.33198Q70.95871 70.33198 70.505585 70.81635Q70.068085 71.2851 69.974335 72.14448L73.14621 72.14448L73.14621 72.06635Q73.099335 71.23823 72.693085 70.7851Q72.30246 70.33198 71.61496 70.33198ZM80.474335 72.80073Q80.474335 74.23823 79.818085 75.12885Q79.161835 76.01948 78.02121 76.01948Q76.86496 76.01948 76.20871 75.2851L76.20871 78.33198L75.130585 78.33198L75.130585 69.55073L76.11496 69.55073L76.161835 70.25385Q76.83371 69.44135 78.005585 69.44135Q79.14621 69.44135 79.80246 70.30073Q80.474335 71.1601 80.474335 72.69135L80.474335 72.80073ZM79.39621 72.67573Q79.39621 71.5976 78.92746 70.98823Q78.474335 70.36323 77.67746 70.36323Q76.693085 70.36323 76.20871 71.2226L76.20871 74.25385Q76.693085 75.12885 77.693085 75.12885Q78.474335 75.12885 78.92746 74.51948Q79.39621 73.89448 79.39621 72.67573ZM85.193085 70.51948Q84.943085 70.48823 84.661835 70.48823Q83.58371 70.48823 83.20871 71.39448L83.20871 75.89448L82.130585 75.89448L82.130585 69.55073L83.17746 69.55073L83.193085 70.2851Q83.724335 69.44135 84.70871 69.44135Q85.02121 69.44135 85.193085 69.51948L85.193085 70.51948ZM88.755585 76.01948Q87.45871 76.01948 86.64621 75.17573Q85.849335 74.31635 85.849335 72.89448L85.849335 72.70698Q85.849335 71.75385 86.20871 71.01948Q86.568085 70.26948 87.20871 69.86323Q87.86496 69.44135 88.61496 69.44135Q89.849335 69.44135 90.536835 70.25385Q91.224335 71.06635 91.224335 72.58198L91.224335 73.0351L86.92746 73.0351Q86.95871 73.9726 87.474335 74.55073Q88.005585 75.12885 88.818085 75.12885Q89.380585 75.12885 89.77121 74.89448Q90.17746 74.6601 90.48996 74.26948L91.14621 74.7851Q90.349335 76.01948 88.755585 76.01948ZM88.61496 70.33198Q87.95871 70.33198 87.505585 70.81635Q87.068085 71.2851 86.974335 72.14448L90.14621 72.14448L90.14621 72.06635Q90.099335 71.23823 89.693085 70.7851Q89.30246 70.33198 88.61496 70.33198ZM95.818085 74.20698Q95.818085 73.76948 95.474335 73.5351Q95.14621 73.2851 94.318085 73.11323Q93.505585 72.94135 93.02121 72.69135Q92.536835 72.44135 92.30246 72.11323Q92.08371 71.76948 92.08371 71.30073Q92.08371 70.51948 92.73996 69.98823Q93.39621 69.44135 94.42746 69.44135Q95.505585 69.44135 96.161835 70.00385Q96.83371 70.55073 96.83371 71.4101L95.755585 71.4101Q95.755585 70.9726 95.36496 70.6601Q94.98996 70.33198 94.42746 70.33198Q93.83371 70.33198 93.48996 70.5976Q93.161835 70.8476 93.161835 71.25385Q93.161835 71.64448 93.474335 71.8476Q93.786835 72.05073 94.599335 72.23823Q95.411835 72.4101 95.911835 72.6601Q96.411835 72.9101 96.64621 73.26948Q96.89621 73.62885 96.89621 74.12885Q96.89621 74.98823 96.20871 75.50385Q95.536835 76.01948 94.45871 76.01948Q93.693085 76.01948 93.099335 75.75385Q92.52121 75.4726 92.193085 74.98823Q91.86496 74.50385 91.86496 73.94135L92.943085 73.94135Q92.974335 74.48823 93.380585 74.81635Q93.786835 75.12885 94.45871 75.12885Q95.068085 75.12885 95.443085 74.87885Q95.818085 74.62885 95.818085 74.20698ZM100.755585 76.01948Q99.45871 76.01948 98.64621 75.17573Q97.849335 74.31635 97.849335 72.89448L97.849335 72.70698Q97.849335 71.75385 98.20871 71.01948Q98.568085 70.26948 99.20871 69.86323Q99.86496 69.44135 100.61496 69.44135Q101.849335 69.44135 102.536835 70.25385Q103.224335 71.06635 103.224335 72.58198L103.224335 73.0351L98.92746 73.0351Q98.95871 73.9726 99.474335 74.55073Q100.005585 75.12885 100.818085 75.12885Q101.380585 75.12885 101.77121 74.89448Q102.17746 74.6601 102.48996 74.26948L103.14621 74.7851Q102.349335 76.01948 100.755585 76.01948ZM100.61496 70.33198Q99.95871 70.33198 99.505585 70.81635Q99.068085 71.2851 98.974335 72.14448L102.14621 72.14448L102.14621 72.06635Q102.099335 71.23823 101.693085 70.7851Q101.30246 70.33198 100.61496 70.33198ZM105.14621 69.55073L105.17746 70.3476Q105.911835 69.44135 107.08371 69.44135Q109.099335 69.44135 109.11496 71.70698L109.11496 75.89448L108.02121 75.89448L108.02121 71.69135Q108.02121 71.01948 107.70871 70.69135Q107.411835 70.36323 106.755585 70.36323Q106.224335 70.36323 105.818085 70.64448Q105.42746 70.92573 105.20871 71.37885L105.20871 75.89448L104.130585 75.89448L104.130585 69.55073L105.14621 69.55073ZM112.599335 68.01948L112.599335 69.55073L113.77121 69.55073L113.77121 70.39448L112.599335 70.39448L112.599335 74.31635Q112.599335 74.70698 112.755585 74.89448Q112.911835 75.08198 113.286835 75.08198Q113.474335 75.08198 113.80246 75.01948L113.80246 75.89448Q113.380585 76.01948 112.974335 76.01948Q112.255585 76.01948 111.880585 75.58198Q111.505585 75.12885 111.505585 74.31635L111.505585 70.39448L110.349335 70.39448L110.349335 69.55073L111.505585 69.55073L111.505585 68.01948L112.599335 68.01948ZM117.755585 76.01948Q116.45871 76.01948 115.64621 75.17573Q114.849335 74.31635 114.849335 72.89448L114.849335 72.70698Q114.849335 71.75385 115.20871 71.01948Q115.568085 70.26948 116.20871 69.86323Q116.86496 69.44135 117.61496 69.44135Q118.849335 69.44135 119.536835 70.25385Q120.224335 71.06635 120.224335 72.58198L120.224335 73.0351L115.92746 73.0351Q115.95871 73.9726 116.474335 74.55073Q117.005585 75.12885 117.818085 75.12885Q118.380585 75.12885 118.77121 74.89448Q119.17746 74.6601 119.48996 74.26948L120.14621 74.7851Q119.349335 76.01948 117.755585 76.01948ZM117.61496 70.33198Q116.95871 70.33198 116.505585 70.81635Q116.068085 71.2851 115.974335 72.14448L119.14621 72.14448L119.14621 72.06635Q119.099335 71.23823 118.693085 70.7851Q118.30246 70.33198 117.61496 70.33198ZM120.86496 72.67573Q120.86496 71.20698 121.55246 70.33198Q122.23996 69.44135 123.36496 69.44135Q124.474335 69.44135 125.130585 70.19135L125.130585 66.89448L126.20871 66.89448L126.20871 75.89448L125.20871 75.89448L125.161835 75.20698Q124.505585 76.01948 123.349335 76.01948Q122.255585 76.01948 121.55246 75.11323Q120.86496 74.20698 120.86496 72.75385L120.86496 72.67573ZM121.943085 72.80073Q121.943085 73.87885 122.380585 74.48823Q122.83371 75.0976 123.61496 75.0976Q124.64621 75.0976 125.130585 74.1601L125.130585 71.25385Q124.64621 70.36323 123.630585 70.36323Q122.83371 70.36323 122.380585 70.9726Q121.943085 71.58198 121.943085 72.80073Z" fill-rule="nonzero"/><path fill="#666666" d="M49.864956 87.67573Q49.864956 86.19135 50.552456 85.31635Q51.239956 84.44135 52.364956 84.44135Q53.521206 84.44135 54.177456 85.25385L54.22433 84.55073L55.22433 84.55073L55.22433 90.73823Q55.22433 91.9726 54.489956 92.67573Q53.75558 93.39448 52.53683 93.39448Q51.84933 93.39448 51.19308 93.0976Q50.53683 92.80073 50.19308 92.30073L50.75558 91.64448Q51.44308 92.50385 52.458706 92.50385Q53.239956 92.50385 53.677456 92.05073Q54.13058 91.61323 54.13058 90.80073L54.13058 90.25385Q53.47433 91.01948 52.34933 91.01948Q51.239956 91.01948 50.552456 90.12885Q49.864956 89.2226 49.864956 87.67573ZM50.958706 87.80073Q50.958706 88.86323 51.396206 89.48823Q51.833706 90.0976 52.63058 90.0976Q53.646206 90.0976 54.13058 89.1601L54.13058 86.26948Q53.63058 85.36323 52.63058 85.36323Q51.84933 85.36323 51.396206 85.9726Q50.958706 86.58198 50.958706 87.80073ZM60.19308 85.51948Q59.94308 85.48823 59.66183 85.48823Q58.583706 85.48823 58.208706 86.39448L58.208706 90.89448L57.13058 90.89448L57.13058 84.55073L58.177456 84.55073L58.19308 85.2851Q58.72433 84.44135 59.708706 84.44135Q60.021206 84.44135 60.19308 84.51948L60.19308 85.51948ZM60.833706 87.6601Q60.833706 86.73823 61.19308 85.98823Q61.56808 85.23823 62.22433 84.8476Q62.88058 84.44135 63.708706 84.44135Q65.005585 84.44135 65.80246 85.33198Q66.61496 86.2226 66.61496 87.7226L66.61496 87.80073Q66.61496 88.7226 66.255585 89.45698Q65.89621 90.19135 65.23996 90.61323Q64.58371 91.01948 63.72433 91.01948Q62.44308 91.01948 61.63058 90.12885Q60.833706 89.2226 60.833706 87.73823L60.833706 87.6601ZM61.927456 87.80073Q61.927456 88.8476 62.41183 89.48823Q62.91183 90.12885 63.72433 90.12885Q64.55246 90.12885 65.036835 89.48823Q65.52121 88.83198 65.52121 87.6601Q65.52121 86.62885 65.02121 85.98823Q64.536835 85.33198 63.708706 85.33198Q62.91183 85.33198 62.41183 85.9726Q61.927456 86.5976 61.927456 87.80073ZM72.036835 90.26948Q71.411835 91.01948 70.17746 91.01948Q69.161835 91.01948 68.630585 90.42573Q68.099335 89.83198 68.099335 88.67573L68.099335 84.55073L69.17746 84.55073L69.17746 88.64448Q69.17746 90.0976 70.349335 90.0976Q71.599335 90.0976 72.005585 89.1601L72.005585 84.55073L73.099335 84.55073L73.099335 90.89448L72.068085 90.89448L72.036835 90.26948ZM80.474335 87.80073Q80.474335 89.23823 79.818085 90.12885Q79.161835 91.01948 78.02121 91.01948Q76.86496 91.01948 76.20871 90.2851L76.20871 93.33198L75.130585 93.33198L75.130585 84.55073L76.11496 84.55073L76.161835 85.25385Q76.83371 84.44135 78.005585 84.44135Q79.14621 84.44135 79.80246 85.30073Q80.474335 86.1601 80.474335 87.69135L80.474335 87.80073ZM79.39621 87.67573Q79.39621 86.5976 78.92746 85.98823Q78.474335 85.36323 77.67746 85.36323Q76.693085 85.36323 76.20871 86.2226L76.20871 89.25385Q76.693085 90.12885 77.693085 90.12885Q78.474335 90.12885 78.92746 89.51948Q79.39621 88.89448 79.39621 87.67573ZM85.08371 87.42573Q85.08371 86.11323 85.42746 84.89448Q85.786835 83.67573 86.48996 82.67573Q87.193085 81.67573 87.95871 81.26948L88.17746 81.98823Q87.318085 82.64448 86.77121 83.98823Q86.224335 85.33198 86.17746 87.00385L86.161835 87.50385Q86.161835 89.76948 86.98996 91.42573Q87.48996 92.42573 88.17746 92.98823L87.95871 93.64448Q87.17746 93.2226 86.45871 92.19135Q85.08371 90.20698 85.08371 87.42573ZM90.14621 84.55073L90.17746 85.3476Q90.911835 84.44135 92.08371 84.44135Q94.099335 84.44135 94.11496 86.70698L94.11496 90.89448L93.02121 90.89448L93.02121 86.69135Q93.02121 86.01948 92.70871 85.69135Q92.411835 85.36323 91.755585 85.36323Q91.224335 85.36323 90.818085 85.64448Q90.42746 85.92573 90.20871 86.37885L90.20871 90.89448L89.130585 90.89448L89.130585 84.55073L90.14621 84.55073ZM101.08371 86.12885L96.193085 86.12885L96.193085 85.17573L101.08371 85.17573L101.08371 86.12885ZM101.08371 88.55073L96.193085 88.55073L96.193085 87.61323L101.08371 87.61323L101.08371 88.55073ZM107.27121 82.36323L107.27121 83.26948L107.068085 83.26948Q105.80246 83.30073 105.05246 84.0351Q104.30246 84.75385 104.17746 86.06635Q104.86496 85.30073 106.02121 85.30073Q107.130585 85.30073 107.80246 86.08198Q108.474335 86.86323 108.474335 88.11323Q108.474335 89.42573 107.755585 90.2226Q107.036835 91.01948 105.818085 91.01948Q104.599335 91.01948 103.83371 90.08198Q103.08371 89.12885 103.08371 87.64448L103.08371 87.23823Q103.08371 84.87885 104.08371 83.62885Q105.08371 82.37885 107.068085 82.36323L107.27121 82.36323ZM105.849335 86.20698Q105.286835 86.20698 104.818085 86.5351Q104.349335 86.86323 104.161835 87.37885L104.161835 87.76948Q104.161835 88.83198 104.630585 89.4726Q105.11496 90.11323 105.818085 90.11323Q106.55246 90.11323 106.974335 89.58198Q107.39621 89.0351 107.39621 88.1601Q107.39621 87.2851 106.974335 86.75385Q106.55246 86.20698 105.849335 86.20698ZM114.58371 88.0351L115.77121 88.0351L115.77121 88.9101L114.58371 88.9101L114.58371 90.89448L113.505585 90.89448L113.505585 88.9101L109.61496 88.9101L109.61496 88.26948L113.42746 82.36323L114.58371 82.36323L114.58371 88.0351ZM110.849335 88.0351L113.505585 88.0351L113.505585 83.8476L113.36496 84.08198L110.849335 88.0351ZM122.599335 90.89448L117.005585 90.89448L117.005585 90.11323L119.95871 86.83198Q120.61496 86.08198 120.86496 85.62885Q121.11496 85.1601 121.11496 84.6601Q121.11496 83.98823 120.70871 83.56635Q120.318085 83.12885 119.630585 83.12885Q118.83371 83.12885 118.380585 83.5976Q117.92746 84.05073 117.92746 84.87885L116.849335 84.87885Q116.849335 83.69135 117.599335 82.9726Q118.36496 82.23823 119.630585 82.23823Q120.83371 82.23823 121.52121 82.86323Q122.20871 83.48823 122.20871 84.5351Q122.20871 85.7851 120.599335 87.5351L118.318085 90.00385L122.599335 90.00385L122.599335 90.89448ZM126.630585 87.48823Q126.630585 88.80073 126.286835 90.00385Q125.943085 91.19135 125.224335 92.20698Q124.52121 93.2226 123.755585 93.64448L123.52121 92.98823Q124.42746 92.30073 124.974335 90.8476Q125.52121 89.37885 125.536835 87.61323L125.536835 87.42573Q125.536835 86.19135 125.27121 85.12885Q125.02121 84.06635 124.55246 83.23823Q124.099335 82.39448 123.52121 81.92573L123.755585 81.26948Q124.52121 81.69135 125.224335 82.69135Q125.92746 83.69135 126.27121 84.9101Q126.630585 86.11323 126.630585 87.48823Z" fill-rule="nonzero"/><path fill="#666666" d="M19.50558 109.84473L18.38058 109.84473L18.38058 101.31348L19.50558 101.31348L19.50558 109.84473ZM23.864956 106.62598Q23.864956 105.15723 24.552456 104.28223Q25.239956 103.3916 26.364956 103.3916Q27.47433 103.3916 28.13058 104.1416L28.13058 100.84473L29.208706 100.84473L29.208706 109.84473L28.208706 109.84473L28.16183 109.15723Q27.50558 109.96973 26.34933 109.96973Q25.25558 109.96973 24.552456 109.06348Q23.864956 108.15723 23.864956 106.7041L23.864956 106.62598ZM24.94308 106.75098Q24.94308 107.8291 25.38058 108.43848Q25.833706 109.04785 26.614956 109.04785Q27.646206 109.04785 28.13058 108.11035L28.13058 105.2041Q27.646206 104.31348 26.63058 104.31348Q25.833706 104.31348 25.38058 104.92285Q24.94308 105.53223 24.94308 106.75098ZM30.833706 106.61035Q30.833706 105.68848 31.19308 104.93848Q31.56808 104.18848 32.22433 103.79785Q32.88058 103.3916 33.708706 103.3916Q35.00558 103.3916 35.802456 104.28223Q36.614956 105.17285 36.614956 106.67285L36.614956 106.75098Q36.614956 107.67285 36.25558 108.40723Q35.896206 109.1416 35.239956 109.56348Q34.583706 109.96973 33.72433 109.96973Q32.44308 109.96973 31.63058 109.0791Q30.833706 108.17285 30.833706 106.68848L30.833706 106.61035ZM31.927456 106.75098Q31.927456 107.79785 32.41183 108.43848Q32.91183 109.0791 33.72433 109.0791Q34.552456 109.0791 35.03683 108.43848Q35.521206 107.78223 35.521206 106.61035Q35.521206 105.5791 35.021206 104.93848Q34.53683 104.28223 33.708706 104.28223Q32.91183 104.28223 32.41183 104.92285Q31.927456 105.54785 31.927456 106.75098ZM42.146206 103.50098L42.177456 104.29785Q42.91183 103.3916 44.083706 103.3916Q46.09933 103.3916 46.114956 105.65723L46.114956 109.84473L45.021206 109.84473L45.021206 105.6416Q45.021206 104.96973 44.708706 104.6416Q44.41183 104.31348 43.75558 104.31348Q43.22433 104.31348 42.81808 104.59473Q42.427456 104.87598 42.208706 105.3291L42.208706 109.84473L41.13058 109.84473L41.13058 103.50098L42.146206 103.50098ZM47.833706 106.61035Q47.833706 105.68848 48.19308 104.93848Q48.56808 104.18848 49.22433 103.79785Q49.88058 103.3916 50.708706 103.3916Q52.00558 103.3916 52.802456 104.28223Q53.614956 105.17285 53.614956 106.67285L53.614956 106.75098Q53.614956 107.67285 53.25558 108.40723Q52.896206 109.1416 52.239956 109.56348Q51.583706 109.96973 50.72433 109.96973Q49.44308 109.96973 48.63058 109.0791Q47.833706 108.17285 47.833706 106.68848L47.833706 106.61035ZM48.927456 106.75098Q48.927456 107.79785 49.41183 108.43848Q49.91183 109.0791 50.72433 109.0791Q51.552456 109.0791 52.03683 108.43848Q52.521206 107.78223 52.521206 106.61035Q52.521206 105.5791 52.021206 104.93848Q51.53683 104.28223 50.708706 104.28223Q49.91183 104.28223 49.41183 104.92285Q48.927456 105.54785 48.927456 106.75098ZM56.59933 101.96973L56.59933 103.50098L57.771206 103.50098L57.771206 104.34473L56.59933 104.34473L56.59933 108.2666Q56.59933 108.65723 56.75558 108.84473Q56.91183 109.03223 57.28683 109.03223Q57.47433 109.03223 57.802456 108.96973L57.802456 109.84473Q57.38058 109.96973 56.97433 109.96973Q56.25558 109.96973 55.88058 109.53223Q55.50558 109.0791 55.50558 108.2666L55.50558 104.34473L54.34933 104.34473L54.34933 103.50098L55.50558 103.50098L55.50558 101.96973L56.59933 101.96973ZM63.302456 109.84473L62.22433 109.84473L62.22433 103.50098L63.302456 103.50098L63.302456 109.84473ZM62.13058 101.8291Q62.13058 101.56348 62.28683 101.37598Q62.458706 101.18848 62.771206 101.18848Q63.083706 101.18848 63.239956 101.37598Q63.41183 101.56348 63.41183 101.8291Q63.41183 102.0791 63.239956 102.2666Q63.083706 102.43848 62.771206 102.43848Q62.458706 102.43848 62.28683 102.2666Q62.13058 102.0791 62.13058 101.8291ZM64.86496 106.62598Q64.86496 105.15723 65.55246 104.28223Q66.23996 103.3916 67.36496 103.3916Q68.474335 103.3916 69.130585 104.1416L69.130585 100.84473L70.20871 100.84473L70.20871 109.84473L69.20871 109.84473L69.161835 109.15723Q68.505585 109.96973 67.349335 109.96973Q66.255585 109.96973 65.55246 109.06348Q64.86496 108.15723 64.86496 106.7041L64.86496 106.62598ZM65.943085 106.75098Q65.943085 107.8291 66.380585 108.43848Q66.83371 109.04785 67.61496 109.04785Q68.64621 109.04785 69.130585 108.11035L69.130585 105.2041Q68.64621 104.31348 67.630585 104.31348Q66.83371 104.31348 66.380585 104.92285Q65.943085 105.53223 65.943085 106.75098ZM74.755585 109.96973Q73.45871 109.96973 72.64621 109.12598Q71.849335 108.2666 71.849335 106.84473L71.849335 106.65723Q71.849335 105.7041 72.20871 104.96973Q72.568085 104.21973 73.20871 103.81348Q73.86496 103.3916 74.61496 103.3916Q75.849335 103.3916 76.536835 104.2041Q77.224335 105.0166 77.224335 106.53223L77.224335 106.98535L72.92746 106.98535Q72.95871 107.92285 73.474335 108.50098Q74.005585 109.0791 74.818085 109.0791Q75.380585 109.0791 75.77121 108.84473Q76.17746 108.61035 76.48996 108.21973L77.14621 108.73535Q76.349335 109.96973 74.755585 109.96973ZM74.61496 104.28223Q73.95871 104.28223 73.505585 104.7666Q73.068085 105.23535 72.974335 106.09473L76.14621 106.09473L76.14621 106.0166Q76.099335 105.18848 75.693085 104.73535Q75.30246 104.28223 74.61496 104.28223ZM79.14621 103.50098L79.17746 104.29785Q79.911835 103.3916 81.08371 103.3916Q83.099335 103.3916 83.11496 105.65723L83.11496 109.84473L82.02121 109.84473L82.02121 105.6416Q82.02121 104.96973 81.70871 104.6416Q81.411835 104.31348 80.755585 104.31348Q80.224335 104.31348 79.818085 104.59473Q79.42746 104.87598 79.20871 105.3291L79.20871 109.84473L78.130585 109.84473L78.130585 103.50098L79.14621 103.50098ZM86.599335 101.96973L86.599335 103.50098L87.77121 103.50098L87.77121 104.34473L86.599335 104.34473L86.599335 108.2666Q86.599335 108.65723 86.755585 108.84473Q86.911835 109.03223 87.286835 109.03223Q87.474335 109.03223 87.80246 108.96973L87.80246 109.84473Q87.380585 109.96973 86.974335 109.96973Q86.255585 109.96973 85.880585 109.53223Q85.505585 109.0791 85.505585 108.2666L85.505585 104.34473L84.349335 104.34473L84.349335 103.50098L85.505585 103.50098L85.505585 101.96973L86.599335 101.96973ZM90.30246 109.84473L89.224335 109.84473L89.224335 103.50098L90.30246 103.50098L90.30246 109.84473ZM89.130585 101.8291Q89.130585 101.56348 89.286835 101.37598Q89.45871 101.18848 89.77121 101.18848Q90.08371 101.18848 90.23996 101.37598Q90.411835 101.56348 90.411835 101.8291Q90.411835 102.0791 90.23996 102.2666Q90.08371 102.43848 89.77121 102.43848Q89.45871 102.43848 89.286835 102.2666Q89.130585 102.0791 89.130585 101.8291ZM92.661835 109.84473L92.661835 104.34473L91.661835 104.34473L91.661835 103.50098L92.661835 103.50098L92.661835 102.86035Q92.661835 101.8291 93.193085 101.28223Q93.73996 100.71973 94.73996 100.71973Q95.11496 100.71973 95.48996 100.81348L95.42746 101.7041Q95.14621 101.6416 94.849335 101.6416Q94.318085 101.6416 94.02121 101.9541Q93.73996 102.2666 93.73996 102.8291L93.73996 103.50098L95.099335 103.50098L95.099335 104.34473L93.73996 104.34473L93.73996 109.84473L92.661835 109.84473ZM98.193085 108.25098L99.67746 103.50098L100.83371 103.50098L98.286835 110.8291Q97.693085 112.40723 96.411835 112.40723L96.193085 112.3916L95.80246 112.31348L95.80246 111.43848L96.08371 111.4541Q96.64621 111.4541 96.943085 111.23535Q97.255585 111.0166 97.45871 110.42285L97.693085 109.7666L95.42746 103.50098L96.61496 103.50098L98.193085 108.25098ZM110.73996 108.34473L111.95871 103.50098L113.036835 103.50098L111.193085 109.84473L110.318085 109.84473L108.77121 105.03223L107.27121 109.84473L106.39621 109.84473L104.55246 103.50098L105.630585 103.50098L106.880585 108.25098L108.36496 103.50098L109.224335 103.50098L110.73996 108.34473ZM115.30246 109.84473L114.224335 109.84473L114.224335 103.50098L115.30246 103.50098L115.30246 109.84473ZM114.130585 101.8291Q114.130585 101.56348 114.286835 101.37598Q114.45871 101.18848 114.77121 101.18848Q115.08371 101.18848 115.23996 101.37598Q115.411835 101.56348 115.411835 101.8291Q115.411835 102.0791 115.23996 102.2666Q115.08371 102.43848 114.77121 102.43848Q114.45871 102.43848 114.286835 102.2666Q114.130585 102.0791 114.130585 101.8291ZM118.599335 101.96973L118.599335 103.50098L119.77121 103.50098L119.77121 104.34473L118.599335 104.34473L118.599335 108.2666Q118.599335 108.65723 118.755585 108.84473Q118.911835 109.03223 119.286835 109.03223Q119.474335 109.03223 119.80246 108.96973L119.80246 109.84473Q119.380585 109.96973 118.974335 109.96973Q118.255585 109.96973 117.880585 109.53223Q117.505585 109.0791 117.505585 108.2666L117.505585 104.34473L116.349335 104.34473L116.349335 103.50098L117.505585 103.50098L117.505585 101.96973L118.599335 101.96973ZM122.20871 104.2666Q122.92746 103.3916 124.08371 103.3916Q126.099335 103.3916 126.11496 105.65723L126.11496 109.84473L125.02121 109.84473L125.02121 105.6416Q125.02121 104.96973 124.70871 104.6416Q124.411835 104.31348 123.755585 104.31348Q123.224335 104.31348 122.818085 104.59473Q122.42746 104.87598 122.20871 105.3291L122.20871 109.84473L121.130585 109.84473L121.130585 100.84473L122.20871 100.84473L122.20871 104.2666Z" fill-rule="nonzero"/><path fill="#666666" d="M21.03683 124.84473Q20.94308 124.65723 20.88058 124.17285Q20.13058 124.96973 19.083706 124.96973Q18.146206 124.96973 17.53683 124.43848Q16.94308 123.90723 16.94308 123.0791Q16.94308 122.09473 17.69308 121.54785Q18.44308 121.00098 19.81808 121.00098L20.864956 121.00098L20.864956 120.50098Q20.864956 119.93848 20.521206 119.61035Q20.19308 119.2666 19.521206 119.2666Q18.94308 119.2666 18.552456 119.56348Q18.16183 119.84473 18.16183 120.2666L17.06808 120.2666Q17.06808 119.78223 17.396206 119.34473Q17.739956 118.90723 18.31808 118.65723Q18.896206 118.3916 19.583706 118.3916Q20.69308 118.3916 21.302456 118.93848Q21.927456 119.48535 21.958706 120.43848L21.958706 123.36035Q21.958706 124.23535 22.177456 124.75098L22.177456 124.84473L21.03683 124.84473ZM19.239956 124.0166Q19.75558 124.0166 20.208706 123.75098Q20.66183 123.48535 20.864956 123.06348L20.864956 121.7666L20.021206 121.7666Q18.021206 121.7666 18.021206 122.93848Q18.021206 123.43848 18.364956 123.73535Q18.708706 124.0166 19.239956 124.0166ZM25.146206 118.50098L25.177456 119.29785Q25.91183 118.3916 27.083706 118.3916Q29.09933 118.3916 29.114956 120.65723L29.114956 124.84473L28.021206 124.84473L28.021206 120.6416Q28.021206 119.96973 27.708706 119.6416Q27.41183 119.31348 26.75558 119.31348Q26.22433 119.31348 25.81808 119.59473Q25.427456 119.87598 25.208706 120.3291L25.208706 124.84473L24.13058 124.84473L24.13058 118.50098L25.146206 118.50098ZM38.03683 124.21973Q37.41183 124.96973 36.177456 124.96973Q35.16183 124.96973 34.63058 124.37598Q34.09933 123.78223 34.09933 122.62598L34.09933 118.50098L35.177456 118.50098L35.177456 122.59473Q35.177456 124.04785 36.34933 124.04785Q37.59933 124.04785 38.00558 123.11035L38.00558 118.50098L39.09933 118.50098L39.09933 124.84473L38.06808 124.84473L38.03683 124.21973ZM42.146206 118.50098L42.177456 119.29785Q42.91183 118.3916 44.083706 118.3916Q46.09933 118.3916 46.114956 120.65723L46.114956 124.84473L45.021206 124.84473L45.021206 120.6416Q45.021206 119.96973 44.708706 119.6416Q44.41183 119.31348 43.75558 119.31348Q43.22433 119.31348 42.81808 119.59473Q42.427456 119.87598 42.208706 120.3291L42.208706 124.84473L41.13058 124.84473L41.13058 118.50098L42.146206 118.50098ZM47.864956 121.62598Q47.864956 120.15723 48.552456 119.28223Q49.239956 118.3916 50.364956 118.3916Q51.47433 118.3916 52.13058 119.1416L52.13058 115.84473L53.208706 115.84473L53.208706 124.84473L52.208706 124.84473L52.16183 124.15723Q51.50558 124.96973 50.34933 124.96973Q49.25558 124.96973 48.552456 124.06348Q47.864956 123.15723 47.864956 121.7041L47.864956 121.62598ZM48.94308 121.75098Q48.94308 122.8291 49.38058 123.43848Q49.833706 124.04785 50.614956 124.04785Q51.646206 124.04785 52.13058 123.11035L52.13058 120.2041Q51.646206 119.31348 50.63058 119.31348Q49.833706 119.31348 49.38058 119.92285Q48.94308 120.53223 48.94308 121.75098ZM57.75558 124.96973Q56.458706 124.96973 55.646206 124.12598Q54.84933 123.2666 54.84933 121.84473L54.84933 121.65723Q54.84933 120.7041 55.208706 119.96973Q55.56808 119.21973 56.208706 118.81348Q56.864956 118.3916 57.614956 118.3916Q58.84933 118.3916 59.53683 119.2041Q60.22433 120.0166 60.22433 121.53223L60.22433 121.98535L55.927456 121.98535Q55.958706 122.92285 56.47433 123.50098Q57.00558 124.0791 57.81808 124.0791Q58.38058 124.0791 58.771206 123.84473Q59.177456 123.61035 59.489956 123.21973L60.146206 123.73535Q59.34933 124.96973 57.75558 124.96973ZM57.614956 119.28223Q56.958706 119.28223 56.50558 119.7666Q56.06808 120.23535 55.97433 121.09473L59.146206 121.09473L59.146206 121.0166Q59.09933 120.18848 58.69308 119.73535Q58.302456 119.28223 57.614956 119.28223ZM64.193085 119.46973Q63.94308 119.43848 63.66183 119.43848Q62.583706 119.43848 62.208706 120.34473L62.208706 124.84473L61.13058 124.84473L61.13058 118.50098L62.177456 118.50098L62.19308 119.23535Q62.72433 118.3916 63.708706 118.3916Q64.02121 118.3916 64.193085 118.46973L64.193085 119.46973ZM68.193085 119.46973Q67.943085 119.43848 67.661835 119.43848Q66.58371 119.43848 66.20871 120.34473L66.20871 124.84473L65.130585 124.84473L65.130585 118.50098L66.17746 118.50098L66.193085 119.23535Q66.724335 118.3916 67.70871 118.3916Q68.02121 118.3916 68.193085 118.46973L68.193085 119.46973ZM71.755585 124.96973Q70.45871 124.96973 69.64621 124.12598Q68.849335 123.2666 68.849335 121.84473L68.849335 121.65723Q68.849335 120.7041 69.20871 119.96973Q69.568085 119.21973 70.20871 118.81348Q70.86496 118.3916 71.61496 118.3916Q72.849335 118.3916 73.536835 119.2041Q74.224335 120.0166 74.224335 121.53223L74.224335 121.98535L69.92746 121.98535Q69.95871 122.92285 70.474335 123.50098Q71.005585 124.0791 71.818085 124.0791Q72.380585 124.0791 72.77121 123.84473Q73.17746 123.61035 73.48996 123.21973L74.14621 123.73535Q73.349335 124.96973 71.755585 124.96973ZM71.61496 119.28223Q70.95871 119.28223 70.505585 119.7666Q70.068085 120.23535 69.974335 121.09473L73.14621 121.09473L73.14621 121.0166Q73.099335 120.18848 72.693085 119.73535Q72.30246 119.28223 71.61496 119.28223ZM80.474335 121.75098Q80.474335 123.18848 79.818085 124.0791Q79.161835 124.96973 78.02121 124.96973Q76.86496 124.96973 76.20871 124.23535L76.20871 127.28223L75.130585 127.28223L75.130585 118.50098L76.11496 118.50098L76.161835 119.2041Q76.83371 118.3916 78.005585 118.3916Q79.14621 118.3916 79.80246 119.25098Q80.474335 120.11035 80.474335 121.6416L80.474335 121.75098ZM79.39621 121.62598Q79.39621 120.54785 78.92746 119.93848Q78.474335 119.31348 77.67746 119.31348Q76.693085 119.31348 76.20871 120.17285L76.20871 123.2041Q76.693085 124.0791 77.693085 124.0791Q78.474335 124.0791 78.92746 123.46973Q79.39621 122.84473 79.39621 121.62598ZM85.193085 119.46973Q84.943085 119.43848 84.661835 119.43848Q83.58371 119.43848 83.20871 120.34473L83.20871 124.84473L82.130585 124.84473L82.130585 118.50098L83.17746 118.50098L83.193085 119.23535Q83.724335 118.3916 84.70871 118.3916Q85.02121 118.3916 85.193085 118.46973L85.193085 119.46973ZM88.755585 124.96973Q87.45871 124.96973 86.64621 124.12598Q85.849335 123.2666 85.849335 121.84473L85.849335 121.65723Q85.849335 120.7041 86.20871 119.96973Q86.568085 119.21973 87.20871 118.81348Q87.86496 118.3916 88.61496 118.3916Q89.849335 118.3916 90.536835 119.2041Q91.224335 120.0166 91.224335 121.53223L91.224335 121.98535L86.92746 121.98535Q86.95871 122.92285 87.474335 123.50098Q88.005585 124.0791 88.818085 124.0791Q89.380585 124.0791 89.77121 123.84473Q90.17746 123.61035 90.48996 123.21973L91.14621 123.73535Q90.349335 124.96973 88.755585 124.96973ZM88.61496 119.28223Q87.95871 119.28223 87.505585 119.7666Q87.068085 120.23535 86.974335 121.09473L90.14621 121.09473L90.14621 121.0166Q90.099335 120.18848 89.693085 119.73535Q89.30246 119.28223 88.61496 119.28223ZM95.818085 123.15723Q95.818085 122.71973 95.474335 122.48535Q95.14621 122.23535 94.318085 122.06348Q93.505585 121.8916 93.02121 121.6416Q92.536835 121.3916 92.30246 121.06348Q92.08371 120.71973 92.08371 120.25098Q92.08371 119.46973 92.73996 118.93848Q93.39621 118.3916 94.42746 118.3916Q95.505585 118.3916 96.161835 118.9541Q96.83371 119.50098 96.83371 120.36035L95.755585 120.36035Q95.755585 119.92285 95.36496 119.61035Q94.98996 119.28223 94.42746 119.28223Q93.83371 119.28223 93.48996 119.54785Q93.161835 119.79785 93.161835 120.2041Q93.161835 120.59473 93.474335 120.79785Q93.786835 121.00098 94.599335 121.18848Q95.411835 121.36035 95.911835 121.61035Q96.411835 121.86035 96.64621 122.21973Q96.89621 122.5791 96.89621 123.0791Q96.89621 123.93848 96.20871 124.4541Q95.536835 124.96973 94.45871 124.96973Q93.693085 124.96973 93.099335 124.7041Q92.52121 124.42285 92.193085 123.93848Q91.86496 123.4541 91.86496 122.8916L92.943085 122.8916Q92.974335 123.43848 93.380585 123.7666Q93.786835 124.0791 94.45871 124.0791Q95.068085 124.0791 95.443085 123.8291Q95.818085 123.5791 95.818085 123.15723ZM100.755585 124.96973Q99.45871 124.96973 98.64621 124.12598Q97.849335 123.2666 97.849335 121.84473L97.849335 121.65723Q97.849335 120.7041 98.20871 119.96973Q98.568085 119.21973 99.20871 118.81348Q99.86496 118.3916 100.61496 118.3916Q101.849335 118.3916 102.536835 119.2041Q103.224335 120.0166 103.224335 121.53223L103.224335 121.98535L98.92746 121.98535Q98.95871 122.92285 99.474335 123.50098Q100.005585 124.0791 100.818085 124.0791Q101.380585 124.0791 101.77121 123.84473Q102.17746 123.61035 102.48996 123.21973L103.14621 123.73535Q102.349335 124.96973 100.755585 124.96973ZM100.61496 119.28223Q99.95871 119.28223 99.505585 119.7666Q99.068085 120.23535 98.974335 121.09473L102.14621 121.09473L102.14621 121.0166Q102.099335 120.18848 101.693085 119.73535Q101.30246 119.28223 100.61496 119.28223ZM105.14621 118.50098L105.17746 119.29785Q105.911835 118.3916 107.08371 118.3916Q109.099335 118.3916 109.11496 120.65723L109.11496 124.84473L108.02121 124.84473L108.02121 120.6416Q108.02121 119.96973 107.70871 119.6416Q107.411835 119.31348 106.755585 119.31348Q106.224335 119.31348 105.818085 119.59473Q105.42746 119.87598 105.20871 120.3291L105.20871 124.84473L104.130585 124.84473L104.130585 118.50098L105.14621 118.50098ZM112.599335 116.96973L112.599335 118.50098L113.77121 118.50098L113.77121 119.34473L112.599335 119.34473L112.599335 123.2666Q112.599335 123.65723 112.755585 123.84473Q112.911835 124.03223 113.286835 124.03223Q113.474335 124.03223 113.80246 123.96973L113.80246 124.84473Q113.380585 124.96973 112.974335 124.96973Q112.255585 124.96973 111.880585 124.53223Q111.505585 124.0791 111.505585 123.2666L111.505585 119.34473L110.349335 119.34473L110.349335 118.50098L111.505585 118.50098L111.505585 116.96973L112.599335 116.96973ZM117.755585 124.96973Q116.45871 124.96973 115.64621 124.12598Q114.849335 123.2666 114.849335 121.84473L114.849335 121.65723Q114.849335 120.7041 115.20871 119.96973Q115.568085 119.21973 116.20871 118.81348Q116.86496 118.3916 117.61496 118.3916Q118.849335 118.3916 119.536835 119.2041Q120.224335 120.0166 120.224335 121.53223L120.224335 121.98535L115.92746 121.98535Q115.95871 122.92285 116.474335 123.50098Q117.005585 124.0791 117.818085 124.0791Q118.380585 124.0791 118.77121 123.84473Q119.17746 123.61035 119.48996 123.21973L120.14621 123.73535Q119.349335 124.96973 117.755585 124.96973ZM117.61496 119.28223Q116.95871 119.28223 116.505585 119.7666Q116.068085 120.23535 115.974335 121.09473L119.14621 121.09473L119.14621 121.0166Q119.099335 120.18848 118.693085 119.73535Q118.30246 119.28223 117.61496 119.28223ZM120.86496 121.62598Q120.86496 120.15723 121.55246 119.28223Q122.23996 118.3916 123.36496 118.3916Q124.474335 118.3916 125.130585 119.1416L125.130585 115.84473L126.20871 115.84473L126.20871 124.84473L125.20871 124.84473L125.161835 124.15723Q124.505585 124.96973 123.349335 124.96973Q122.255585 124.96973 121.55246 124.06348Q120.86496 123.15723 120.86496 121.7041L120.86496 121.62598ZM121.943085 121.75098Q121.943085 122.8291 122.380585 123.43848Q122.83371 124.04785 123.61496 124.04785Q124.64621 124.04785 125.130585 123.11035L125.130585 120.2041Q124.64621 119.31348 123.630585 119.31348Q122.83371 119.31348 122.380585 119.92285Q121.943085 120.53223 121.943085 121.75098Z" fill-rule="nonzero"/><path fill="#666666" d="M40.864956 136.62598Q40.864956 135.1416 41.552456 134.2666Q42.239956 133.3916 43.364956 133.3916Q44.521206 133.3916 45.177456 134.2041L45.22433 133.50098L46.22433 133.50098L46.22433 139.68848Q46.22433 140.92285 45.489956 141.62598Q44.75558 142.34473 43.53683 142.34473Q42.84933 142.34473 42.19308 142.04785Q41.53683 141.75098 41.19308 141.25098L41.75558 140.59473Q42.44308 141.4541 43.458706 141.4541Q44.239956 141.4541 44.677456 141.00098Q45.13058 140.56348 45.13058 139.75098L45.13058 139.2041Q44.47433 139.96973 43.34933 139.96973Q42.239956 139.96973 41.552456 139.0791Q40.864956 138.17285 40.864956 136.62598ZM41.958706 136.75098Q41.958706 137.81348 42.396206 138.43848Q42.833706 139.04785 43.63058 139.04785Q44.646206 139.04785 45.13058 138.11035L45.13058 135.21973Q44.63058 134.31348 43.63058 134.31348Q42.84933 134.31348 42.396206 134.92285Q41.958706 135.53223 41.958706 136.75098ZM51.19308 134.46973Q50.94308 134.43848 50.66183 134.43848Q49.583706 134.43848 49.208706 135.34473L49.208706 139.84473L48.13058 139.84473L48.13058 133.50098L49.177456 133.50098L49.19308 134.23535Q49.72433 133.3916 50.708706 133.3916Q51.021206 133.3916 51.19308 133.46973L51.19308 134.46973ZM51.833706 136.61035Q51.833706 135.68848 52.19308 134.93848Q52.56808 134.18848 53.22433 133.79785Q53.88058 133.3916 54.708706 133.3916Q56.00558 133.3916 56.802456 134.28223Q57.614956 135.17285 57.614956 136.67285L57.614956 136.75098Q57.614956 137.67285 57.25558 138.40723Q56.896206 139.1416 56.239956 139.56348Q55.583706 139.96973 54.72433 139.96973Q53.44308 139.96973 52.63058 139.0791Q51.833706 138.17285 51.833706 136.68848L51.833706 136.61035ZM52.927456 136.75098Q52.927456 137.79785 53.41183 138.43848Q53.91183 139.0791 54.72433 139.0791Q55.552456 139.0791 56.03683 138.43848Q56.521206 137.78223 56.521206 136.61035Q56.521206 135.5791 56.021206 134.93848Q55.53683 134.28223 54.708706 134.28223Q53.91183 134.28223 53.41183 134.92285Q52.927456 135.54785 52.927456 136.75098ZM63.03683 139.21973Q62.41183 139.96973 61.177456 139.96973Q60.16183 139.96973 59.63058 139.37598Q59.09933 138.78223 59.09933 137.62598L59.09933 133.50098L60.177456 133.50098L60.177456 137.59473Q60.177456 139.04785 61.34933 139.04785Q62.59933 139.04785 63.00558 138.11035L63.00558 133.50098L64.099335 133.50098L64.099335 139.84473L63.06808 139.84473L63.03683 139.21973ZM71.474335 136.75098Q71.474335 138.18848 70.818085 139.0791Q70.161835 139.96973 69.02121 139.96973Q67.86496 139.96973 67.20871 139.23535L67.20871 142.28223L66.130585 142.28223L66.130585 133.50098L67.11496 133.50098L67.161835 134.2041Q67.83371 133.3916 69.005585 133.3916Q70.14621 133.3916 70.80246 134.25098Q71.474335 135.11035 71.474335 136.6416L71.474335 136.75098ZM70.39621 136.62598Q70.39621 135.54785 69.92746 134.93848Q69.474335 134.31348 68.67746 134.31348Q67.693085 134.31348 67.20871 135.17285L67.20871 138.2041Q67.693085 139.0791 68.693085 139.0791Q69.474335 139.0791 69.92746 138.46973Q70.39621 137.84473 70.39621 136.62598ZM76.08371 136.37598Q76.08371 135.06348 76.42746 133.84473Q76.786835 132.62598 77.48996 131.62598Q78.193085 130.62598 78.95871 130.21973L79.17746 130.93848Q78.318085 131.59473 77.77121 132.93848Q77.224335 134.28223 77.17746 135.9541L77.161835 136.4541Q77.161835 138.71973 77.98996 140.37598Q78.48996 141.37598 79.17746 141.93848L78.95871 142.59473Q78.17746 142.17285 77.45871 141.1416Q76.08371 139.15723 76.08371 136.37598ZM81.14621 133.50098L81.17746 134.29785Q81.911835 133.3916 83.08371 133.3916Q85.099335 133.3916 85.11496 135.65723L85.11496 139.84473L84.02121 139.84473L84.02121 135.6416Q84.02121 134.96973 83.70871 134.6416Q83.411835 134.31348 82.755585 134.31348Q82.224335 134.31348 81.818085 134.59473Q81.42746 134.87598 81.20871 135.3291L81.20871 139.84473L80.130585 139.84473L80.130585 133.50098L81.14621 133.50098ZM92.08371 135.0791L87.193085 135.0791L87.193085 134.12598L92.08371 134.12598L92.08371 135.0791ZM92.08371 137.50098L87.193085 137.50098L87.193085 136.56348L92.08371 136.56348L92.08371 137.50098ZM95.58371 135.04785L96.39621 135.04785Q97.17746 135.03223 97.61496 134.6416Q98.05246 134.25098 98.05246 133.5791Q98.05246 132.0791 96.55246 132.0791Q95.849335 132.0791 95.42746 132.48535Q95.02121 132.8916 95.02121 133.54785L93.92746 133.54785Q93.92746 132.53223 94.661835 131.86035Q95.411835 131.18848 96.55246 131.18848Q97.755585 131.18848 98.443085 131.8291Q99.130585 132.46973 99.130585 133.61035Q99.130585 134.17285 98.77121 134.68848Q98.411835 135.2041 97.786835 135.46973Q98.48996 135.68848 98.86496 136.2041Q99.255585 136.71973 99.255585 137.46973Q99.255585 138.61035 98.505585 139.29785Q97.755585 139.96973 96.55246 139.96973Q95.36496 139.96973 94.599335 139.31348Q93.849335 138.65723 93.849335 137.59473L94.943085 137.59473Q94.943085 138.2666 95.380585 138.67285Q95.818085 139.0791 96.568085 139.0791Q97.349335 139.0791 97.755585 138.67285Q98.17746 138.25098 98.17746 137.48535Q98.17746 136.75098 97.724335 136.36035Q97.27121 135.9541 96.39621 135.93848L95.58371 135.93848L95.58371 135.04785ZM101.08371 141.54785L100.474335 141.12598Q101.02121 140.36035 101.05246 139.53223L101.05246 138.56348L102.11496 138.56348L102.11496 139.40723Q102.11496 140.00098 101.818085 140.59473Q101.52121 141.18848 101.08371 141.54785ZM108.599335 139.84473L103.005585 139.84473L103.005585 139.06348L105.95871 135.78223Q106.61496 135.03223 106.86496 134.5791Q107.11496 134.11035 107.11496 133.61035Q107.11496 132.93848 106.70871 132.5166Q106.318085 132.0791 105.630585 132.0791Q104.83371 132.0791 104.380585 132.54785Q103.92746 133.00098 103.92746 133.8291L102.849335 133.8291Q102.849335 132.6416 103.599335 131.92285Q104.36496 131.18848 105.630585 131.18848Q106.83371 131.18848 107.52121 131.81348Q108.20871 132.43848 108.20871 133.48535Q108.20871 134.73535 106.599335 136.48535L104.318085 138.9541L108.599335 138.9541L108.599335 139.84473ZM114.161835 136.09473Q113.83371 136.50098 113.349335 136.75098Q112.880585 136.98535 112.318085 136.98535Q111.58371 136.98535 111.036835 136.62598Q110.48996 136.2666 110.193085 135.61035Q109.89621 134.93848 109.89621 134.1416Q109.89621 133.29785 110.20871 132.61035Q110.536835 131.92285 111.130585 131.56348Q111.73996 131.18848 112.536835 131.18848Q113.80246 131.18848 114.52121 132.1416Q115.255585 133.09473 115.255585 134.71973L115.255585 135.03223Q115.255585 137.53223 114.27121 138.67285Q113.286835 139.81348 111.30246 139.84473L111.08371 139.84473L111.08371 138.93848L111.318085 138.93848Q112.661835 138.90723 113.380585 138.23535Q114.099335 137.56348 114.161835 136.09473ZM112.48996 136.09473Q113.036835 136.09473 113.48996 135.7666Q113.95871 135.42285 114.17746 134.93848L114.17746 134.50098Q114.17746 133.43848 113.70871 132.7666Q113.23996 132.09473 112.536835 132.09473Q111.818085 132.09473 111.380585 132.6416Q110.95871 133.18848 110.95871 134.09473Q110.95871 134.96973 111.36496 135.53223Q111.786835 136.09473 112.48996 136.09473ZM118.58371 135.04785L119.39621 135.04785Q120.17746 135.03223 120.61496 134.6416Q121.05246 134.25098 121.05246 133.5791Q121.05246 132.0791 119.55246 132.0791Q118.849335 132.0791 118.42746 132.48535Q118.02121 132.8916 118.02121 133.54785L116.92746 133.54785Q116.92746 132.53223 117.661835 131.86035Q118.411835 131.18848 119.55246 131.18848Q120.755585 131.18848 121.443085 131.8291Q122.130585 132.46973 122.130585 133.61035Q122.130585 134.17285 121.77121 134.68848Q121.411835 135.2041 120.786835 135.46973Q121.48996 135.68848 121.86496 136.2041Q122.255585 136.71973 122.255585 137.46973Q122.255585 138.61035 121.505585 139.29785Q120.755585 139.96973 119.55246 139.96973Q118.36496 139.96973 117.599335 139.31348Q116.849335 138.65723 116.849335 137.59473L117.943085 137.59473Q117.943085 138.2666 118.380585 138.67285Q118.818085 139.0791 119.568085 139.0791Q120.349335 139.0791 120.755585 138.67285Q121.17746 138.25098 121.17746 137.48535Q121.17746 136.75098 120.724335 136.36035Q120.27121 135.9541 119.39621 135.93848L118.58371 135.93848L118.58371 135.04785ZM126.630585 136.43848Q126.630585 137.75098 126.286835 138.9541Q125.943085 140.1416 125.224335 141.15723Q124.52121 142.17285 123.755585 142.59473L123.52121 141.93848Q124.42746 141.25098 124.974335 139.79785Q125.52121 138.3291 125.536835 136.56348L125.536835 136.37598Q125.536835 135.1416 125.27121 134.0791Q125.02121 133.0166 124.55246 132.18848Q124.099335 131.34473 123.52121 130.87598L123.755585 130.21973Q124.52121 130.6416 125.224335 131.6416Q125.92746 132.6416 126.27121 133.86035Q126.630585 135.06348 126.630585 136.43848Z" fill-rule="nonzero"/><path fill="#666666" d="M15.505582 166.29498L14.380582 166.29498L14.380582 157.76373L15.505582 157.76373L15.505582 166.29498ZM25.47433 163.20123Q25.47433 164.63873 24.81808 165.52936Q24.16183 166.41998 23.021206 166.41998Q21.864956 166.41998 21.208706 165.68561L21.208706 168.73248L20.13058 168.73248L20.13058 159.95123L21.114956 159.95123L21.16183 160.65436Q21.833706 159.84186 23.00558 159.84186Q24.146206 159.84186 24.802456 160.70123Q25.47433 161.56061 25.47433 163.09186L25.47433 163.20123ZM24.396206 163.07623Q24.396206 161.99811 23.927456 161.38873Q23.47433 160.76373 22.677456 160.76373Q21.69308 160.76373 21.208706 161.62311L21.208706 164.65436Q21.69308 165.52936 22.69308 165.52936Q23.47433 165.52936 23.927456 164.91998Q24.396206 164.29498 24.396206 163.07623ZM30.19308 160.91998Q29.94308 160.88873 29.66183 160.88873Q28.583706 160.88873 28.208706 161.79498L28.208706 166.29498L27.13058 166.29498L27.13058 159.95123L28.177456 159.95123L28.19308 160.68561Q28.72433 159.84186 29.708706 159.84186Q30.021206 159.84186 30.19308 159.91998L30.19308 160.91998ZM33.75558 166.41998Q32.458706 166.41998 31.646206 165.57623Q30.84933 164.71686 30.84933 163.29498L30.84933 163.10748Q30.84933 162.15436 31.208706 161.41998Q31.56808 160.66998 32.208706 160.26373Q32.864956 159.84186 33.614956 159.84186Q34.84933 159.84186 35.53683 160.65436Q36.22433 161.46686 36.22433 162.98248L36.22433 163.43561L31.927456 163.43561Q31.958706 164.37311 32.47433 164.95123Q33.00558 165.52936 33.81808 165.52936Q34.38058 165.52936 34.771206 165.29498Q35.177456 165.06061 35.489956 164.66998L36.146206 165.18561Q35.34933 166.41998 33.75558 166.41998ZM33.614956 160.73248Q32.958706 160.73248 32.50558 161.21686Q32.06808 161.68561 31.97433 162.54498L35.146206 162.54498L35.146206 162.46686Q35.09933 161.63873 34.69308 161.18561Q34.302456 160.73248 33.614956 160.73248ZM37.66183 166.29498L37.66183 160.79498L36.66183 160.79498L36.66183 159.95123L37.66183 159.95123L37.66183 159.31061Q37.66183 158.27936 38.19308 157.73248Q38.739956 157.16998 39.739956 157.16998Q40.114956 157.16998 40.489956 157.26373L40.427456 158.15436Q40.146206 158.09186 39.84933 158.09186Q39.31808 158.09186 39.021206 158.40436Q38.739956 158.71686 38.739956 159.27936L38.739956 159.95123L40.09933 159.95123L40.09933 160.79498L38.739956 160.79498L38.739956 166.29498L37.66183 166.29498ZM43.75558 166.41998Q42.458706 166.41998 41.646206 165.57623Q40.84933 164.71686 40.84933 163.29498L40.84933 163.10748Q40.84933 162.15436 41.208706 161.41998Q41.56808 160.66998 42.208706 160.26373Q42.864956 159.84186 43.614956 159.84186Q44.84933 159.84186 45.53683 160.65436Q46.22433 161.46686 46.22433 162.98248L46.22433 163.43561L41.927456 163.43561Q41.958706 164.37311 42.47433 164.95123Q43.00558 165.52936 43.81808 165.52936Q44.38058 165.52936 44.771206 165.29498Q45.177456 165.06061 45.489956 164.66998L46.146206 165.18561Q45.34933 166.41998 43.75558 166.41998ZM43.614956 160.73248Q42.958706 160.73248 42.50558 161.21686Q42.06808 161.68561 41.97433 162.54498L45.146206 162.54498L45.146206 162.46686Q45.09933 161.63873 44.69308 161.18561Q44.302456 160.73248 43.614956 160.73248ZM50.19308 160.91998Q49.94308 160.88873 49.66183 160.88873Q48.583706 160.88873 48.208706 161.79498L48.208706 166.29498L47.13058 166.29498L47.13058 159.95123L48.177456 159.95123L48.19308 160.68561Q48.72433 159.84186 49.708706 159.84186Q50.021206 159.84186 50.19308 159.91998L50.19308 160.91998ZM55.146206 159.95123L55.177456 160.74811Q55.91183 159.84186 57.083706 159.84186Q59.09933 159.84186 59.114956 162.10748L59.114956 166.29498L58.021206 166.29498L58.021206 162.09186Q58.021206 161.41998 57.708706 161.09186Q57.41183 160.76373 56.75558 160.76373Q56.22433 160.76373 55.81808 161.04498Q55.427456 161.32623 55.208706 161.77936L55.208706 166.29498L54.13058 166.29498L54.13058 159.95123L55.146206 159.95123ZM60.833706 163.06061Q60.833706 162.13873 61.19308 161.38873Q61.56808 160.63873 62.22433 160.24811Q62.88058 159.84186 63.708706 159.84186Q65.005585 159.84186 65.80246 160.73248Q66.61496 161.62311 66.61496 163.12311L66.61496 163.20123Q66.61496 164.12311 66.255585 164.85748Q65.89621 165.59186 65.23996 166.01373Q64.58371 166.41998 63.72433 166.41998Q62.44308 166.41998 61.63058 165.52936Q60.833706 164.62311 60.833706 163.13873L60.833706 163.06061ZM61.927456 163.20123Q61.927456 164.24811 62.41183 164.88873Q62.91183 165.52936 63.72433 165.52936Q64.55246 165.52936 65.036835 164.88873Q65.52121 164.23248 65.52121 163.06061Q65.52121 162.02936 65.02121 161.38873Q64.536835 160.73248 63.708706 160.73248Q62.91183 160.73248 62.41183 161.37311Q61.927456 161.99811 61.927456 163.20123ZM69.599335 158.41998L69.599335 159.95123L70.77121 159.95123L70.77121 160.79498L69.599335 160.79498L69.599335 164.71686Q69.599335 165.10748 69.755585 165.29498Q69.911835 165.48248 70.286835 165.48248Q70.474335 165.48248 70.80246 165.41998L70.80246 166.29498Q70.380585 166.41998 69.974335 166.41998Q69.255585 166.41998 68.880585 165.98248Q68.505585 165.52936 68.505585 164.71686L68.505585 160.79498L67.349335 160.79498L67.349335 159.95123L68.505585 159.95123L68.505585 158.41998L69.599335 158.41998ZM76.599335 158.41998L76.599335 159.95123L77.77121 159.95123L77.77121 160.79498L76.599335 160.79498L76.599335 164.71686Q76.599335 165.10748 76.755585 165.29498Q76.911835 165.48248 77.286835 165.48248Q77.474335 165.48248 77.80246 165.41998L77.80246 166.29498Q77.380585 166.41998 76.974335 166.41998Q76.255585 166.41998 75.880585 165.98248Q75.505585 165.52936 75.505585 164.71686L75.505585 160.79498L74.349335 160.79498L74.349335 159.95123L75.505585 159.95123L75.505585 158.41998L76.599335 158.41998ZM78.83371 163.06061Q78.83371 162.13873 79.193085 161.38873Q79.568085 160.63873 80.224335 160.24811Q80.880585 159.84186 81.70871 159.84186Q83.005585 159.84186 83.80246 160.73248Q84.61496 161.62311 84.61496 163.12311L84.61496 163.20123Q84.61496 164.12311 84.255585 164.85748Q83.89621 165.59186 83.23996 166.01373Q82.58371 166.41998 81.724335 166.41998Q80.443085 166.41998 79.630585 165.52936Q78.83371 164.62311 78.83371 163.13873L78.83371 163.06061ZM79.92746 163.20123Q79.92746 164.24811 80.411835 164.88873Q80.911835 165.52936 81.724335 165.52936Q82.55246 165.52936 83.036835 164.88873Q83.52121 164.23248 83.52121 163.06061Q83.52121 162.02936 83.02121 161.38873Q82.536835 160.73248 81.70871 160.73248Q80.911835 160.73248 80.411835 161.37311Q79.92746 161.99811 79.92746 163.20123ZM93.036835 166.29498Q92.943085 166.10748 92.880585 165.62311Q92.130585 166.41998 91.08371 166.41998Q90.14621 166.41998 89.536835 165.88873Q88.943085 165.35748 88.943085 164.52936Q88.943085 163.54498 89.693085 162.99811Q90.443085 162.45123 91.818085 162.45123L92.86496 162.45123L92.86496 161.95123Q92.86496 161.38873 92.52121 161.06061Q92.193085 160.71686 91.52121 160.71686Q90.943085 160.71686 90.55246 161.01373Q90.161835 161.29498 90.161835 161.71686L89.068085 161.71686Q89.068085 161.23248 89.39621 160.79498Q89.73996 160.35748 90.318085 160.10748Q90.89621 159.84186 91.58371 159.84186Q92.693085 159.84186 93.30246 160.38873Q93.92746 160.93561 93.95871 161.88873L93.95871 164.81061Q93.95871 165.68561 94.17746 166.20123L94.17746 166.29498L93.036835 166.29498ZM91.23996 165.46686Q91.755585 165.46686 92.20871 165.20123Q92.661835 164.93561 92.86496 164.51373L92.86496 163.21686L92.02121 163.21686Q90.02121 163.21686 90.02121 164.38873Q90.02121 164.88873 90.36496 165.18561Q90.70871 165.46686 91.23996 165.46686ZM97.14621 159.95123L97.17746 160.74811Q97.911835 159.84186 99.08371 159.84186Q101.099335 159.84186 101.11496 162.10748L101.11496 166.29498L100.02121 166.29498L100.02121 162.09186Q100.02121 161.41998 99.70871 161.09186Q99.411835 160.76373 98.755585 160.76373Q98.224335 160.76373 97.818085 161.04498Q97.42746 161.32623 97.20871 161.77936L97.20871 166.29498L96.130585 166.29498L96.130585 159.95123L97.14621 159.95123ZM106.818085 164.60748Q106.818085 164.16998 106.474335 163.93561Q106.14621 163.68561 105.318085 163.51373Q104.505585 163.34186 104.02121 163.09186Q103.536835 162.84186 103.30246 162.51373Q103.08371 162.16998 103.08371 161.70123Q103.08371 160.91998 103.73996 160.38873Q104.39621 159.84186 105.42746 159.84186Q106.505585 159.84186 107.161835 160.40436Q107.83371 160.95123 107.83371 161.81061L106.755585 161.81061Q106.755585 161.37311 106.36496 161.06061Q105.98996 160.73248 105.42746 160.73248Q104.83371 160.73248 104.48996 160.99811Q104.161835 161.24811 104.161835 161.65436Q104.161835 162.04498 104.474335 162.24811Q104.786835 162.45123 105.599335 162.63873Q106.411835 162.81061 106.911835 163.06061Q107.411835 163.31061 107.64621 163.66998Q107.89621 164.02936 107.89621 164.52936Q107.89621 165.38873 107.20871 165.90436Q106.536835 166.41998 105.45871 166.41998Q104.693085 166.41998 104.099335 166.15436Q103.52121 165.87311 103.193085 165.38873Q102.86496 164.90436 102.86496 164.34186L103.943085 164.34186Q103.974335 164.88873 104.380585 165.21686Q104.786835 165.52936 105.45871 165.52936Q106.068085 165.52936 106.443085 165.27936Q106.818085 165.02936 106.818085 164.60748ZM114.73996 164.79498L115.95871 159.95123L117.036835 159.95123L115.193085 166.29498L114.318085 166.29498L112.77121 161.48248L111.27121 166.29498L110.39621 166.29498L108.55246 159.95123L109.630585 159.95123L110.880585 164.70123L112.36496 159.95123L113.224335 159.95123L114.73996 164.79498ZM120.755585 166.41998Q119.45871 166.41998 118.64621 165.57623Q117.849335 164.71686 117.849335 163.29498L117.849335 163.10748Q117.849335 162.15436 118.20871 161.41998Q118.568085 160.66998 119.20871 160.26373Q119.86496 159.84186 120.61496 159.84186Q121.849335 159.84186 122.536835 160.65436Q123.224335 161.46686 123.224335 162.98248L123.224335 163.43561L118.92746 163.43561Q118.95871 164.37311 119.474335 164.95123Q120.005585 165.52936 120.818085 165.52936Q121.380585 165.52936 121.77121 165.29498Q122.17746 165.06061 122.48996 164.66998L123.14621 165.18561Q122.349335 166.41998 120.755585 166.41998ZM120.61496 160.73248Q119.95871 160.73248 119.505585 161.21686Q119.068085 161.68561 118.974335 162.54498L122.14621 162.54498L122.14621 162.46686Q122.099335 161.63873 121.693085 161.18561Q121.30246 160.73248 120.61496 160.73248ZM127.193085 160.91998Q126.943085 160.88873 126.661835 160.88873Q125.58371 160.88873 125.20871 161.79498L125.20871 166.29498L124.130585 166.29498L124.130585 159.95123L125.17746 159.95123L125.193085 160.68561Q125.724335 159.84186 126.70871 159.84186Q127.02121 159.84186 127.193085 159.91998L127.193085 160.91998Z" fill-rule="nonzero"/><path fill="#666666" d="M85.08371 177.82623Q85.08371 176.51373 85.42746 175.29498Q85.786835 174.07623 86.48996 173.07623Q87.193085 172.07623 87.95871 171.66998L88.17746 172.38873Q87.318085 173.04498 86.77121 174.38873Q86.224335 175.73248 86.17746 177.40436L86.161835 177.90436Q86.161835 180.16998 86.98996 181.82623Q87.48996 182.82623 88.17746 183.38873L87.95871 184.04498Q87.17746 183.62311 86.45871 182.59186Q85.08371 180.60748 85.08371 177.82623ZM90.14621 174.95123L90.17746 175.74811Q90.911835 174.84186 92.08371 174.84186Q94.099335 174.84186 94.11496 177.10748L94.11496 181.29498L93.02121 181.29498L93.02121 177.09186Q93.02121 176.41998 92.70871 176.09186Q92.411835 175.76373 91.755585 175.76373Q91.224335 175.76373 90.818085 176.04498Q90.42746 176.32623 90.20871 176.77936L90.20871 181.29498L89.130585 181.29498L89.130585 174.95123L90.14621 174.95123ZM101.08371 176.52936L96.193085 176.52936L96.193085 175.57623L101.08371 175.57623L101.08371 176.52936ZM101.08371 178.95123L96.193085 178.95123L96.193085 178.01373L101.08371 178.01373L101.08371 178.95123ZM107.161835 177.54498Q106.83371 177.95123 106.349335 178.20123Q105.880585 178.43561 105.318085 178.43561Q104.58371 178.43561 104.036835 178.07623Q103.48996 177.71686 103.193085 177.06061Q102.89621 176.38873 102.89621 175.59186Q102.89621 174.74811 103.20871 174.06061Q103.536835 173.37311 104.130585 173.01373Q104.73996 172.63873 105.536835 172.63873Q106.80246 172.63873 107.52121 173.59186Q108.255585 174.54498 108.255585 176.16998L108.255585 176.48248Q108.255585 178.98248 107.27121 180.12311Q106.286835 181.26373 104.30246 181.29498L104.08371 181.29498L104.08371 180.38873L104.318085 180.38873Q105.661835 180.35748 106.380585 179.68561Q107.099335 179.01373 107.161835 177.54498ZM105.48996 177.54498Q106.036835 177.54498 106.48996 177.21686Q106.95871 176.87311 107.17746 176.38873L107.17746 175.95123Q107.17746 174.88873 106.70871 174.21686Q106.23996 173.54498 105.536835 173.54498Q104.818085 173.54498 104.380585 174.09186Q103.95871 174.63873 103.95871 175.54498Q103.95871 176.41998 104.36496 176.98248Q104.786835 177.54498 105.48996 177.54498ZM114.161835 177.54498Q113.83371 177.95123 113.349335 178.20123Q112.880585 178.43561 112.318085 178.43561Q111.58371 178.43561 111.036835 178.07623Q110.48996 177.71686 110.193085 177.06061Q109.89621 176.38873 109.89621 175.59186Q109.89621 174.74811 110.20871 174.06061Q110.536835 173.37311 111.130585 173.01373Q111.73996 172.63873 112.536835 172.63873Q113.80246 172.63873 114.52121 173.59186Q115.255585 174.54498 115.255585 176.16998L115.255585 176.48248Q115.255585 178.98248 114.27121 180.12311Q113.286835 181.26373 111.30246 181.29498L111.08371 181.29498L111.08371 180.38873L111.318085 180.38873Q112.661835 180.35748 113.380585 179.68561Q114.099335 179.01373 114.161835 177.54498ZM112.48996 177.54498Q113.036835 177.54498 113.48996 177.21686Q113.95871 176.87311 114.17746 176.38873L114.17746 175.95123Q114.17746 174.88873 113.70871 174.21686Q113.23996 173.54498 112.536835 173.54498Q111.818085 173.54498 111.380585 174.09186Q110.95871 174.63873 110.95871 175.54498Q110.95871 176.41998 111.36496 176.98248Q111.786835 177.54498 112.48996 177.54498ZM121.58371 178.43561L122.77121 178.43561L122.77121 179.31061L121.58371 179.31061L121.58371 181.29498L120.505585 181.29498L120.505585 179.31061L116.61496 179.31061L116.61496 178.66998L120.42746 172.76373L121.58371 172.76373L121.58371 178.43561ZM117.849335 178.43561L120.505585 178.43561L120.505585 174.24811L120.36496 174.48248L117.849335 178.43561ZM126.630585 177.88873Q126.630585 179.20123 126.286835 180.40436Q125.943085 181.59186 125.224335 182.60748Q124.52121 183.62311 123.755585 184.04498L123.52121 183.38873Q124.42746 182.70123 124.974335 181.24811Q125.52121 179.77936 125.536835 178.01373L125.536835 177.82623Q125.536835 176.59186 125.27121 175.52936Q125.02121 174.46686 124.55246 173.63873Q124.099335 172.79498 123.52121 172.32623L123.755585 171.66998Q124.52121 172.09186 125.224335 173.09186Q125.92746 174.09186 126.27121 175.31061Q126.630585 176.51373 126.630585 177.88873Z" fill-rule="nonzero"/><path fill="#666666" d="M131.36496 216.69579Q131.36496 218.60204 130.70871 219.53954Q130.06808 220.46141 128.67746 220.46141Q127.318085 220.46141 126.661835 219.55516Q126.005585 218.64891 125.974335 216.83641L125.974335 215.39891Q125.974335 213.50829 126.61496 212.60204Q127.27121 211.68016 128.66183 211.68016Q130.03683 211.68016 130.69308 212.57079Q131.34933 213.44579 131.36496 215.28954L131.36496 216.69579ZM130.27121 215.21141Q130.27121 213.83641 129.88058 213.21141Q129.50558 212.57079 128.66183 212.57079Q127.83371 212.57079 127.443085 213.21141Q127.068085 213.83641 127.068085 215.13329L127.068085 216.86766Q127.068085 218.24266 127.45871 218.91454Q127.86496 219.57079 128.67746 219.57079Q129.47433 219.57079 129.86496 218.94579Q130.25558 218.32079 130.27121 216.99266L130.27121 215.21141ZM132.91183 213.44579Q132.91183 212.68016 133.39621 212.18016Q133.89621 211.68016 134.66183 211.68016Q135.44308 211.68016 135.92746 212.18016Q136.41183 212.68016 136.41183 213.47704L136.41183 213.89891Q136.41183 214.66454 135.91183 215.16454Q135.42746 215.64891 134.67746 215.64891Q133.91183 215.64891 133.41183 215.16454Q132.91183 214.66454 132.91183 213.85204L132.91183 213.44579ZM133.72433 213.89891Q133.72433 214.35204 133.97433 214.64891Q134.23996 214.94579 134.67746 214.94579Q135.09933 214.94579 135.34933 214.66454Q135.59933 214.36766 135.59933 213.86766L135.59933 213.44579Q135.59933 212.99266 135.34933 212.69579Q135.09933 212.38329 134.66183 212.38329Q134.22433 212.38329 133.97433 212.69579Q133.72433 212.99266 133.72433 213.46141L133.72433 213.89891ZM137.06808 218.24266Q137.06808 217.47704 137.55246 216.99266Q138.05246 216.49266 138.81808 216.49266Q139.58371 216.49266 140.06808 216.99266Q140.56808 217.47704 140.56808 218.28954L140.56808 218.69579Q140.56808 219.46141 140.08371 219.96141Q139.59933 220.46141 138.83371 220.46141Q138.06808 220.46141 137.56808 219.97704Q137.06808 219.47704 137.06808 218.66454L137.06808 218.24266ZM137.88058 218.69579Q137.88058 219.16454 138.13058 219.46141Q138.39621 219.75829 138.83371 219.75829Q139.25558 219.75829 139.50558 219.47704Q139.75558 219.18016 139.75558 218.68016L139.75558 218.24266Q139.75558 217.77391 139.48996 217.49266Q139.23996 217.19579 138.81808 217.19579Q138.39621 217.19579 138.13058 217.49266Q137.88058 217.77391 137.88058 218.27391L137.88058 218.69579ZM134.92746 219.69579L134.30246 219.30516L138.47433 212.63329L139.08371 213.02391L134.92746 219.69579Z" fill-rule="nonzero"/><path fill="#666666" d="M238.59877 220.33641L233.00502 220.33641L233.00502 219.55516L235.95815 216.27391Q236.6144 215.52391 236.8644 215.07079Q237.1144 214.60204 237.1144 214.10204Q237.1144 213.43016 236.70815 213.00829Q236.31752 212.57079 235.63002 212.57079Q234.83315 212.57079 234.38002 213.03954Q233.9269 213.49266 233.9269 214.32079L232.84877 214.32079Q232.84877 213.13329 233.59877 212.41454Q234.3644 211.68016 235.63002 211.68016Q236.83315 211.68016 237.52065 212.30516Q238.20815 212.93016 238.20815 213.97704Q238.20815 215.22704 236.59877 216.97704L234.31752 219.44579L238.59877 219.44579L238.59877 220.33641ZM240.50502 216.05516L240.94252 211.80516L245.31752 211.80516L245.31752 212.80516L241.8644 212.80516L241.59877 215.13329Q242.2394 214.75829 243.03627 214.75829Q244.19252 214.75829 244.88002 215.53954Q245.56752 216.30516 245.56752 217.61766Q245.56752 218.93016 244.84877 219.69579Q244.14565 220.46141 242.8644 220.46141Q241.7394 220.46141 241.02065 219.83641Q240.3019 219.19579 240.20815 218.08641L241.22377 218.08641Q241.33315 218.82079 241.75502 219.19579Q242.1769 219.57079 242.8644 219.57079Q243.6144 219.57079 244.0519 219.05516Q244.4894 218.53954 244.4894 217.63329Q244.4894 216.77391 244.02065 216.25829Q243.5519 215.74266 242.77065 215.74266Q242.06752 215.74266 241.66127 216.03954L241.38002 216.27391L240.50502 216.05516ZM246.91127 213.44579Q246.91127 212.68016 247.39565 212.18016Q247.89565 211.68016 248.66127 211.68016Q249.44252 211.68016 249.9269 212.18016Q250.41127 212.68016 250.41127 213.47704L250.41127 213.89891Q250.41127 214.66454 249.91127 215.16454Q249.4269 215.64891 248.6769 215.64891Q247.91127 215.64891 247.41127 215.16454Q246.91127 214.66454 246.91127 213.85204L246.91127 213.44579ZM247.72377 213.89891Q247.72377 214.35204 247.97377 214.64891Q248.2394 214.94579 248.6769 214.94579Q249.09877 214.94579 249.34877 214.66454Q249.59877 214.36766 249.59877 213.86766L249.59877 213.44579Q249.59877 212.99266 249.34877 212.69579Q249.09877 212.38329 248.66127 212.38329Q248.22377 212.38329 247.97377 212.69579Q247.72377 212.99266 247.72377 213.46141L247.72377 213.89891ZM251.06752 218.24266Q251.06752 217.47704 251.5519 216.99266Q252.0519 216.49266 252.81752 216.49266Q253.58315 216.49266 254.06752 216.99266Q254.56752 217.47704 254.56752 218.28954L254.56752 218.69579Q254.56752 219.46141 254.08315 219.96141Q253.59877 220.46141 252.83315 220.46141Q252.06752 220.46141 251.56752 219.97704Q251.06752 219.47704 251.06752 218.66454L251.06752 218.24266ZM251.88002 218.69579Q251.88002 219.16454 252.13002 219.46141Q252.39565 219.75829 252.83315 219.75829Q253.25502 219.75829 253.50502 219.47704Q253.75502 219.18016 253.75502 218.68016L253.75502 218.24266Q253.75502 217.77391 253.4894 217.49266Q253.2394 217.19579 252.81752 217.19579Q252.39565 217.19579 252.13002 217.49266Q251.88002 217.77391 251.88002 218.27391L251.88002 218.69579ZM248.9269 219.69579L248.3019 219.30516L252.47377 212.63329L253.08315 213.02391L248.9269 219.69579Z" fill-rule="nonzero"/><path fill="#666666" d="M344.0045 216.05516L344.442 211.80516L348.817 211.80516L348.817 212.80516L345.36386 212.80516L345.09824 215.13329Q345.73886 214.75829 346.53574 214.75829Q347.692 214.75829 348.3795 215.53954Q349.067 216.30516 349.067 217.61766Q349.067 218.93016 348.34824 219.69579Q347.6451 220.46141 346.36386 220.46141Q345.23886 220.46141 344.5201 219.83641Q343.80136 219.19579 343.7076 218.08641L344.72324 218.08641Q344.8326 218.82079 345.2545 219.19579Q345.67636 219.57079 346.36386 219.57079Q347.11386 219.57079 347.55136 219.05516Q347.98886 218.53954 347.98886 217.63329Q347.98886 216.77391 347.5201 216.25829Q347.05136 215.74266 346.2701 215.74266Q345.567 215.74266 345.16074 216.03954L344.8795 216.27391L344.0045 216.05516ZM355.86386 216.69579Q355.86386 218.60204 355.2076 219.53954Q354.567 220.46141 353.17636 220.46141Q351.817 220.46141 351.16074 219.55516Q350.5045 218.64891 350.47324 216.83641L350.47324 215.39891Q350.47324 213.50829 351.11386 212.60204Q351.7701 211.68016 353.16074 211.68016Q354.53574 211.68016 355.192 212.57079Q355.84824 213.44579 355.86386 215.28954L355.86386 216.69579ZM354.7701 215.21141Q354.7701 213.83641 354.3795 213.21141Q354.0045 212.57079 353.16074 212.57079Q352.3326 212.57079 351.942 213.21141Q351.567 213.83641 351.567 215.13329L351.567 216.86766Q351.567 218.24266 351.9576 218.91454Q352.36386 219.57079 353.17636 219.57079Q353.97324 219.57079 354.36386 218.94579Q354.7545 218.32079 354.7701 216.99266L354.7701 215.21141ZM357.41074 213.44579Q357.41074 212.68016 357.8951 212.18016Q358.3951 211.68016 359.16074 211.68016Q359.942 211.68016 360.42636 212.18016Q360.91074 212.68016 360.91074 213.47704L360.91074 213.89891Q360.91074 214.66454 360.41074 215.16454Q359.92636 215.64891 359.17636 215.64891Q358.41074 215.64891 357.91074 215.16454Q357.41074 214.66454 357.41074 213.85204L357.41074 213.44579ZM358.22324 213.89891Q358.22324 214.35204 358.47324 214.64891Q358.73886 214.94579 359.17636 214.94579Q359.59824 214.94579 359.84824 214.66454Q360.09824 214.36766 360.09824 213.86766L360.09824 213.44579Q360.09824 212.99266 359.84824 212.69579Q359.59824 212.38329 359.16074 212.38329Q358.72324 212.38329 358.47324 212.69579Q358.22324 212.99266 358.22324 213.46141L358.22324 213.89891ZM361.567 218.24266Q361.567 217.47704 362.05136 216.99266Q362.55136 216.49266 363.317 216.49266Q364.0826 216.49266 364.567 216.99266Q365.067 217.47704 365.067 218.28954L365.067 218.69579Q365.067 219.46141 364.5826 219.96141Q364.09824 220.46141 363.3326 220.46141Q362.567 220.46141 362.067 219.97704Q361.567 219.47704 361.567 218.66454L361.567 218.24266ZM362.3795 218.69579Q362.3795 219.16454 362.6295 219.46141Q362.8951 219.75829 363.3326 219.75829Q363.7545 219.75829 364.0045 219.47704Q364.2545 219.18016 364.2545 218.68016L364.2545 218.24266Q364.2545 217.77391 363.98886 217.49266Q363.73886 217.19579 363.317 217.19579Q362.8951 217.19579 362.6295 217.49266Q362.3795 217.77391 362.3795 218.27391L362.3795 218.69579ZM359.42636 219.69579L358.80136 219.30516L362.97324 212.63329L363.5826 213.02391L359.42636 219.69579Z" fill-rule="nonzero"/><path fill="#666666" d="M459.51953 212.41454L455.98828 220.33641L454.84766 220.33641L458.36328 212.69579L453.7539 212.69579L453.7539 211.80516L459.51953 211.80516L459.51953 212.41454ZM461.5039 216.05516L461.9414 211.80516L466.3164 211.80516L466.3164 212.80516L462.86328 212.80516L462.59766 215.13329Q463.23828 214.75829 464.03516 214.75829Q465.1914 214.75829 465.8789 215.53954Q466.5664 216.30516 466.5664 217.61766Q466.5664 218.93016 465.84766 219.69579Q465.14453 220.46141 463.86328 220.46141Q462.73828 220.46141 462.01953 219.83641Q461.30078 219.19579 461.20703 218.08641L462.22266 218.08641Q462.33203 218.82079 462.7539 219.19579Q463.17578 219.57079 463.86328 219.57079Q464.61328 219.57079 465.05078 219.05516Q465.48828 218.53954 465.48828 217.63329Q465.48828 216.77391 465.01953 216.25829Q464.55078 215.74266 463.76953 215.74266Q463.0664 215.74266 462.66016 216.03954L462.3789 216.27391L461.5039 216.05516ZM467.91016 213.44579Q467.91016 212.68016 468.39453 212.18016Q468.89453 211.68016 469.66016 211.68016Q470.4414 211.68016 470.92578 212.18016Q471.41016 212.68016 471.41016 213.47704L471.41016 213.89891Q471.41016 214.66454 470.91016 215.16454Q470.42578 215.64891 469.67578 215.64891Q468.91016 215.64891 468.41016 215.16454Q467.91016 214.66454 467.91016 213.85204L467.91016 213.44579ZM468.72266 213.89891Q468.72266 214.35204 468.97266 214.64891Q469.23828 214.94579 469.67578 214.94579Q470.09766 214.94579 470.34766 214.66454Q470.59766 214.36766 470.59766 213.86766L470.59766 213.44579Q470.59766 212.99266 470.34766 212.69579Q470.09766 212.38329 469.66016 212.38329Q469.22266 212.38329 468.97266 212.69579Q468.72266 212.99266 468.72266 213.46141L468.72266 213.89891ZM472.0664 218.24266Q472.0664 217.47704 472.55078 216.99266Q473.05078 216.49266 473.8164 216.49266Q474.58203 216.49266 475.0664 216.99266Q475.5664 217.47704 475.5664 218.28954L475.5664 218.69579Q475.5664 219.46141 475.08203 219.96141Q474.59766 220.46141 473.83203 220.46141Q473.0664 220.46141 472.5664 219.97704Q472.0664 219.47704 472.0664 218.66454L472.0664 218.24266ZM472.8789 218.69579Q472.8789 219.16454 473.1289 219.46141Q473.39453 219.75829 473.83203 219.75829Q474.2539 219.75829 474.5039 219.47704Q474.7539 219.18016 474.7539 218.68016L474.7539 218.24266Q474.7539 217.77391 474.48828 217.49266Q474.23828 217.19579 473.8164 217.19579Q473.39453 217.19579 473.1289 217.49266Q472.8789 217.77391 472.8789 218.27391L472.8789 218.69579ZM469.92578 219.69579L469.30078 219.30516L473.47266 212.63329L474.08203 213.02391L469.92578 219.69579Z" fill-rule="nonzero"/><path fill="#666666" d="M564.56586 220.33641L563.48773 220.33641L563.48773 213.11766L561.30023 213.91454L561.30023 212.93016L564.4096 211.75829L564.56586 211.75829L564.56586 220.33641ZM573.36273 216.69579Q573.36273 218.60204 572.7065 219.53954Q572.06586 220.46141 570.67523 220.46141Q569.31586 220.46141 568.6596 219.55516Q568.00336 218.64891 567.9721 216.83641L567.9721 215.39891Q567.9721 213.50829 568.61273 212.60204Q569.269 211.68016 570.6596 211.68016Q572.0346 211.68016 572.69086 212.57079Q573.3471 213.44579 573.36273 215.28954L573.36273 216.69579ZM572.269 215.21141Q572.269 213.83641 571.87836 213.21141Q571.50336 212.57079 570.6596 212.57079Q569.8315 212.57079 569.44086 213.21141Q569.06586 213.83641 569.06586 215.13329L569.06586 216.86766Q569.06586 218.24266 569.4565 218.91454Q569.86273 219.57079 570.67523 219.57079Q571.4721 219.57079 571.86273 218.94579Q572.25336 218.32079 572.269 216.99266L572.269 215.21141ZM580.36273 216.69579Q580.36273 218.60204 579.7065 219.53954Q579.06586 220.46141 577.67523 220.46141Q576.31586 220.46141 575.6596 219.55516Q575.00336 218.64891 574.9721 216.83641L574.9721 215.39891Q574.9721 213.50829 575.61273 212.60204Q576.269 211.68016 577.6596 211.68016Q579.0346 211.68016 579.69086 212.57079Q580.3471 213.44579 580.36273 215.28954L580.36273 216.69579ZM579.269 215.21141Q579.269 213.83641 578.87836 213.21141Q578.50336 212.57079 577.6596 212.57079Q576.8315 212.57079 576.44086 213.21141Q576.06586 213.83641 576.06586 215.13329L576.06586 216.86766Q576.06586 218.24266 576.4565 218.91454Q576.86273 219.57079 577.67523 219.57079Q578.4721 219.57079 578.86273 218.94579Q579.25336 218.32079 579.269 216.99266L579.269 215.21141ZM581.9096 213.44579Q581.9096 212.68016 582.394 212.18016Q582.894 211.68016 583.6596 211.68016Q584.44086 211.68016 584.92523 212.18016Q585.4096 212.68016 585.4096 213.47704L585.4096 213.89891Q585.4096 214.66454 584.9096 215.16454Q584.42523 215.64891 583.67523 215.64891Q582.9096 215.64891 582.4096 215.16454Q581.9096 214.66454 581.9096 213.85204L581.9096 213.44579ZM582.7221 213.89891Q582.7221 214.35204 582.9721 214.64891Q583.23773 214.94579 583.67523 214.94579Q584.0971 214.94579 584.3471 214.66454Q584.5971 214.36766 584.5971 213.86766L584.5971 213.44579Q584.5971 212.99266 584.3471 212.69579Q584.0971 212.38329 583.6596 212.38329Q583.2221 212.38329 582.9721 212.69579Q582.7221 212.99266 582.7221 213.46141L582.7221 213.89891ZM586.06586 218.24266Q586.06586 217.47704 586.55023 216.99266Q587.05023 216.49266 587.81586 216.49266Q588.5815 216.49266 589.06586 216.99266Q589.56586 217.47704 589.56586 218.28954L589.56586 218.69579Q589.56586 219.46141 589.0815 219.96141Q588.5971 220.46141 587.8315 220.46141Q587.06586 220.46141 586.56586 219.97704Q586.06586 219.47704 586.06586 218.66454L586.06586 218.24266ZM586.87836 218.69579Q586.87836 219.16454 587.12836 219.46141Q587.394 219.75829 587.8315 219.75829Q588.25336 219.75829 588.50336 219.47704Q588.75336 219.18016 588.75336 218.68016L588.75336 218.24266Q588.75336 217.77391 588.48773 217.49266Q588.23773 217.19579 587.81586 217.19579Q587.394 217.19579 587.12836 217.49266Q586.87836 217.77391 586.87836 218.27391L586.87836 218.69579ZM583.92523 219.69579L583.30023 219.30516L587.4721 212.63329L588.0815 213.02391L583.92523 219.69579Z" fill-rule="nonzero"/><path fill="#990000" d="M596.06 47.87002C596.06 47.317738 596.50775 46.87002 597.06 46.87002L607.06 46.87002C607.6123 46.87002 608.06 47.317738 608.06 47.87002L608.06 57.87002C608.06 58.422306 607.6123 58.87002 607.06 58.87002L597.06 58.87002C596.50775 58.87002 596.06 58.422306 596.06 57.87002Z" fill-rule="nonzero"/><path fill="#666666" d="M619.56 53.573147Q618.1225 53.15127 617.4506 52.541897Q616.7944 51.93252 616.7944 51.041897Q616.7944 50.041897 617.59125 49.385647Q618.40375 48.71377 619.7006 48.71377Q620.5756 48.71377 621.2631 49.05752Q621.9506 49.40127 622.3256 49.99502Q622.71625 50.58877 622.71625 51.30752L621.5756 51.30752Q621.5756 50.52627 621.0756 50.08877Q620.59125 49.65127 619.7006 49.65127Q618.8725 49.65127 618.40375 50.02627Q617.935 50.385647 617.935 51.02627Q617.935 51.55752 618.3725 51.916897Q618.8256 52.27627 619.8881 52.573147Q620.9506 52.87002 621.5444 53.229397Q622.15375 53.58877 622.435 54.073147Q622.7319 54.55752 622.7319 55.198147Q622.7319 56.24502 621.9194 56.87002Q621.1069 57.49502 619.7631 57.49502Q618.8725 57.49502 618.1069 57.15127Q617.3569 56.80752 616.935 56.229397Q616.52875 55.635647 616.52875 54.90127L617.65375 54.90127Q617.65375 55.666897 618.2319 56.12002Q618.81 56.573147 619.7631 56.573147Q620.65375 56.573147 621.1225 56.21377Q621.59125 55.83877 621.59125 55.21377Q621.59125 54.58877 621.15375 54.24502Q620.71625 53.90127 619.56 53.573147ZM625.3569 49.49502L625.3569 51.02627L626.52875 51.02627L626.52875 51.87002L625.3569 51.87002L625.3569 55.791897Q625.3569 56.18252 625.5131 56.37002Q625.6694 56.55752 626.0444 56.55752Q626.2319 56.55752 626.56 56.49502L626.56 57.37002Q626.1381 57.49502 625.7319 57.49502Q625.0131 57.49502 624.6381 57.05752Q624.2631 56.604397 624.2631 55.791897L624.2631 51.87002L623.1069 51.87002L623.1069 51.02627L624.2631 51.02627L624.2631 49.49502L625.3569 49.49502ZM630.9506 51.99502Q630.7006 51.96377 630.4194 51.96377Q629.34125 51.96377 628.96625 52.87002L628.96625 57.37002L627.8881 57.37002L627.8881 51.02627L628.935 51.02627L628.9506 51.760647Q629.4819 50.916897 630.46625 50.916897Q630.77875 50.916897 630.9506 50.99502L630.9506 51.99502ZM631.59125 54.135647Q631.59125 53.21377 631.9506 52.46377Q632.3256 51.71377 632.9819 51.323147Q633.6381 50.916897 634.46625 50.916897Q635.7631 50.916897 636.56 51.80752Q637.3725 52.698147 637.3725 54.198147L637.3725 54.27627Q637.3725 55.198147 637.0131 55.93252Q636.65375 56.666897 635.9975 57.08877Q635.34125 57.49502 634.4819 57.49502Q633.2006 57.49502 632.3881 56.604397Q631.59125 55.698147 631.59125 54.21377L631.59125 54.135647ZM632.685 54.27627Q632.685 55.323147 633.1694 55.96377Q633.6694 56.604397 634.4819 56.604397Q635.31 56.604397 635.7944 55.96377Q636.27875 55.30752 636.27875 54.135647Q636.27875 53.104397 635.77875 52.46377Q635.2944 51.80752 634.46625 51.80752Q633.6694 51.80752 633.1694 52.448147Q632.685 53.073147 632.685 54.27627ZM639.90375 51.02627L639.935 51.823147Q640.6694 50.916897 641.84125 50.916897Q643.8569 50.916897 643.8725 53.18252L643.8725 57.37002L642.77875 57.37002L642.77875 53.166897Q642.77875 52.49502 642.46625 52.166897Q642.1694 51.83877 641.5131 51.83877Q640.9819 51.83877 640.5756 52.12002Q640.185 52.40127 639.96625 52.854397L639.96625 57.37002L638.8881 57.37002L638.8881 51.02627L639.90375 51.02627ZM645.6225 54.15127Q645.6225 52.666897 646.31 51.791897Q646.9975 50.916897 648.1225 50.916897Q649.27875 50.916897 649.935 51.729397L649.9819 51.02627L650.9819 51.02627L650.9819 57.21377Q650.9819 58.448147 650.2475 59.15127Q649.5131 59.87002 648.2944 59.87002Q647.6069 59.87002 646.9506 59.573147Q646.2944 59.27627 645.9506 58.77627L646.5131 58.12002Q647.2006 58.979397 648.21625 58.979397Q648.9975 58.979397 649.435 58.52627Q649.8881 58.08877 649.8881 57.27627L649.8881 56.729397Q649.2319 57.49502 648.1069 57.49502Q646.9975 57.49502 646.31 56.604397Q645.6225 55.698147 645.6225 54.15127ZM646.71625 54.27627Q646.71625 55.33877 647.15375 55.96377Q647.59125 56.573147 648.3881 56.573147Q649.40375 56.573147 649.8881 55.635647L649.8881 52.74502Q649.3881 51.83877 648.3881 51.83877Q647.6069 51.83877 647.15375 52.448147Q646.71625 53.05752 646.71625 54.27627ZM654.06 57.37002L652.9819 57.37002L652.9819 48.37002L654.06 48.37002L654.06 57.37002ZM657.9506 55.77627L659.435 51.02627L660.59125 51.02627L658.0444 58.354397Q657.4506 59.93252 656.1694 59.93252L655.9506 59.916897L655.56 59.83877L655.56 58.96377L655.84125 58.979397Q656.40375 58.979397 656.7006 58.760647Q657.0131 58.541897 657.21625 57.948147L657.4506 57.291897L655.185 51.02627L656.3725 51.02627L657.9506 55.77627ZM664.6225 54.15127Q664.6225 52.68252 665.31 51.80752Q665.9975 50.916897 667.1225 50.916897Q668.2319 50.916897 668.8881 51.666897L668.8881 48.37002L669.96625 48.37002L669.96625 57.37002L668.96625 57.37002L668.9194 56.68252Q668.2631 57.49502 667.1069 57.49502Q666.0131 57.49502 665.31 56.58877Q664.6225 55.68252 664.6225 54.229397L664.6225 54.15127ZM665.7006 54.27627Q665.7006 55.354397 666.1381 55.96377Q666.59125 56.573147 667.3725 56.573147Q668.40375 56.573147 668.8881 55.635647L668.8881 52.729397Q668.40375 51.83877 667.3881 51.83877Q666.59125 51.83877 666.1381 52.448147Q665.7006 53.05752 665.7006 54.27627ZM673.06 57.37002L671.9819 57.37002L671.9819 51.02627L673.06 51.02627L673.06 57.37002ZM671.8881 49.354397Q671.8881 49.08877 672.0444 48.90127Q672.21625 48.71377 672.52875 48.71377Q672.84125 48.71377 672.9975 48.90127Q673.1694 49.08877 673.1694 49.354397Q673.1694 49.604397 672.9975 49.791897Q672.84125 49.96377 672.52875 49.96377Q672.21625 49.96377 672.0444 49.791897Q671.8881 49.604397 671.8881 49.354397ZM678.5756 55.68252Q678.5756 55.24502 678.2319 55.010647Q677.90375 54.760647 677.0756 54.58877Q676.2631 54.416897 675.77875 54.166897Q675.2944 53.916897 675.06 53.58877Q674.84125 53.24502 674.84125 52.77627Q674.84125 51.99502 675.4975 51.46377Q676.15375 50.916897 677.185 50.916897Q678.2631 50.916897 678.9194 51.479397Q679.59125 52.02627 679.59125 52.885647L678.5131 52.885647Q678.5131 52.448147 678.1225 52.135647Q677.7475 51.80752 677.185 51.80752Q676.59125 51.80752 676.2475 52.073147Q675.9194 52.323147 675.9194 52.729397Q675.9194 53.12002 676.2319 53.323147Q676.5444 53.52627 677.3569 53.71377Q678.1694 53.885647 678.6694 54.135647Q679.1694 54.385647 679.40375 54.74502Q679.65375 55.104397 679.65375 55.604397Q679.65375 56.46377 678.96625 56.979397Q678.2944 57.49502 677.21625 57.49502Q676.4506 57.49502 675.8569 57.229397Q675.27875 56.948147 674.9506 56.46377Q674.6225 55.979397 674.6225 55.416897L675.7006 55.416897Q675.7319 55.96377 676.1381 56.291897Q676.5444 56.604397 677.21625 56.604397Q677.8256 56.604397 678.2006 56.354397Q678.5756 56.104397 678.5756 55.68252ZM684.7944 57.37002Q684.7006 57.18252 684.6381 56.698147Q683.8881 57.49502 682.84125 57.49502Q681.90375 57.49502 681.2944 56.96377Q680.7006 56.43252 680.7006 55.604397Q680.7006 54.62002 681.4506 54.073147Q682.2006 53.52627 683.5756 53.52627L684.6225 53.52627L684.6225 53.02627Q684.6225 52.46377 684.27875 52.135647Q683.9506 51.791897 683.27875 51.791897Q682.7006 51.791897 682.31 52.08877Q681.9194 52.37002 681.9194 52.791897L680.8256 52.791897Q680.8256 52.30752 681.15375 51.87002Q681.4975 51.43252 682.0756 51.18252Q682.65375 50.916897 683.34125 50.916897Q684.4506 50.916897 685.06 51.46377Q685.685 52.010647 685.71625 52.96377L685.71625 55.885647Q685.71625 56.760647 685.935 57.27627L685.935 57.37002L684.7944 57.37002ZM682.9975 56.541897Q683.5131 56.541897 683.96625 56.27627Q684.4194 56.010647 684.6225 55.58877L684.6225 54.291897L683.77875 54.291897Q681.77875 54.291897 681.77875 55.46377Q681.77875 55.96377 682.1225 56.260647Q682.46625 56.541897 682.9975 56.541897ZM687.6225 54.15127Q687.6225 52.666897 688.31 51.791897Q688.9975 50.916897 690.1225 50.916897Q691.27875 50.916897 691.935 51.729397L691.9819 51.02627L692.9819 51.02627L692.9819 57.21377Q692.9819 58.448147 692.2475 59.15127Q691.5131 59.87002 690.2944 59.87002Q689.6069 59.87002 688.9506 59.573147Q688.2944 59.27627 687.9506 58.77627L688.5131 58.12002Q689.2006 58.979397 690.21625 58.979397Q690.9975 58.979397 691.435 58.52627Q691.8881 58.08877 691.8881 57.27627L691.8881 56.729397Q691.2319 57.49502 690.1069 57.49502Q688.9975 57.49502 688.31 56.604397Q687.6225 55.698147 687.6225 54.15127ZM688.71625 54.27627Q688.71625 55.33877 689.15375 55.96377Q689.59125 56.573147 690.3881 56.573147Q691.40375 56.573147 691.8881 55.635647L691.8881 52.74502Q691.3881 51.83877 690.3881 51.83877Q689.6069 51.83877 689.15375 52.448147Q688.71625 53.05752 688.71625 54.27627ZM697.9506 51.99502Q697.7006 51.96377 697.4194 51.96377Q696.34125 51.96377 695.96625 52.87002L695.96625 57.37002L694.8881 57.37002L694.8881 51.02627L695.935 51.02627L695.9506 51.760647Q696.4819 50.916897 697.46625 50.916897Q697.77875 50.916897 697.9506 50.99502L697.9506 51.99502ZM701.5131 57.49502Q700.21625 57.49502 699.40375 56.65127Q698.6069 55.791897 698.6069 54.37002L698.6069 54.18252Q698.6069 53.229397 698.96625 52.49502Q699.3256 51.74502 699.96625 51.33877Q700.6225 50.916897 701.3725 50.916897Q702.6069 50.916897 703.2944 51.729397Q703.9819 52.541897 703.9819 54.05752L703.9819 54.510647L699.685 54.510647Q699.71625 55.448147 700.2319 56.02627Q700.7631 56.604397 701.5756 56.604397Q702.1381 56.604397 702.52875 56.37002Q702.935 56.135647 703.2475 55.74502L703.90375 56.260647Q703.1069 57.49502 701.5131 57.49502ZM701.3725 51.80752Q700.71625 51.80752 700.2631 52.291897Q699.8256 52.760647 699.7319 53.62002L702.90375 53.62002L702.90375 53.541897Q702.8569 52.71377 702.4506 52.260647Q702.06 51.80752 701.3725 51.80752ZM707.5131 57.49502Q706.21625 57.49502 705.40375 56.65127Q704.6069 55.791897 704.6069 54.37002L704.6069 54.18252Q704.6069 53.229397 704.96625 52.49502Q705.3256 51.74502 705.96625 51.33877Q706.6225 50.916897 707.3725 50.916897Q708.6069 50.916897 709.2944 51.729397Q709.9819 52.541897 709.9819 54.05752L709.9819 54.510647L705.685 54.510647Q705.71625 55.448147 706.2319 56.02627Q706.7631 56.604397 707.5756 56.604397Q708.1381 56.604397 708.52875 56.37002Q708.935 56.135647 709.2475 55.74502L709.90375 56.260647Q709.1069 57.49502 707.5131 57.49502ZM707.3725 51.80752Q706.71625 51.80752 706.2631 52.291897Q705.8256 52.760647 705.7319 53.62002L708.90375 53.62002L708.90375 53.541897Q708.8569 52.71377 708.4506 52.260647Q708.06 51.80752 707.3725 51.80752Z" fill-rule="nonzero"/><path fill="#cc0000" d="M596.06 72.87002C596.06 72.31773 596.50775 71.87002 597.06 71.87002L607.06 71.87002C607.6123 71.87002 608.06 72.31773 608.06 72.87002L608.06 82.87002C608.06 83.4223 607.6123 83.87002 607.06 83.87002L597.06 83.87002C596.50775 83.87002 596.06 83.4223 596.06 82.87002Z" fill-rule="nonzero"/><path fill="#666666" d="M618.4975 73.83877L621.2944 80.79189L624.0756 73.83877L625.5444 73.83877L625.5444 82.37002L624.4194 82.37002L624.4194 79.04189L624.52875 75.46377L621.71625 82.37002L620.8569 82.37002L618.06 75.47939L618.1694 79.04189L618.1694 82.37002L617.0444 82.37002L617.0444 73.83877L618.4975 73.83877ZM626.59125 79.13564Q626.59125 78.21377 626.9506 77.46377Q627.3256 76.71377 627.9819 76.32314Q628.6381 75.91689 629.46625 75.91689Q630.7631 75.91689 631.56 76.80752Q632.3725 77.69814 632.3725 79.19814L632.3725 79.27627Q632.3725 80.19814 632.0131 80.93252Q631.65375 81.66689 630.9975 82.08877Q630.34125 82.49502 629.4819 82.49502Q628.2006 82.49502 627.3881 81.60439Q626.59125 80.69814 626.59125 79.21377L626.59125 79.13564ZM627.685 79.27627Q627.685 80.32314 628.1694 80.96377Q628.6694 81.60439 629.4819 81.60439Q630.31 81.60439 630.7944 80.96377Q631.27875 80.30752 631.27875 79.13564Q631.27875 78.10439 630.77875 77.46377Q630.2944 76.80752 629.46625 76.80752Q628.6694 76.80752 628.1694 77.44814Q627.685 78.07314 627.685 79.27627ZM633.6225 79.15127Q633.6225 77.68252 634.31 76.80752Q634.9975 75.91689 636.1225 75.91689Q637.2319 75.91689 637.8881 76.66689L637.8881 73.37002L638.96625 73.37002L638.96625 82.37002L637.96625 82.37002L637.9194 81.68252Q637.2631 82.49502 636.1069 82.49502Q635.0131 82.49502 634.31 81.58877Q633.6225 80.68252 633.6225 79.22939L633.6225 79.15127ZM634.7006 79.27627Q634.7006 80.35439 635.1381 80.96377Q635.59125 81.57314 636.3725 81.57314Q637.40375 81.57314 637.8881 80.63564L637.8881 77.72939Q637.40375 76.83877 636.3881 76.83877Q635.59125 76.83877 635.1381 77.44814Q634.7006 78.05752 634.7006 79.27627ZM643.5131 82.49502Q642.21625 82.49502 641.40375 81.65127Q640.6069 80.79189 640.6069 79.37002L640.6069 79.18252Q640.6069 78.22939 640.96625 77.49502Q641.3256 76.74502 641.96625 76.33877Q642.6225 75.91689 643.3725 75.91689Q644.6069 75.91689 645.2944 76.72939Q645.9819 77.54189 645.9819 79.05752L645.9819 79.51064L641.685 79.51064Q641.71625 80.44814 642.2319 81.02627Q642.7631 81.60439 643.5756 81.60439Q644.1381 81.60439 644.52875 81.37002Q644.935 81.13564 645.2475 80.74502L645.90375 81.26064Q645.1069 82.49502 643.5131 82.49502ZM643.3725 76.80752Q642.71625 76.80752 642.2631 77.29189Q641.8256 77.76064 641.7319 78.62002L644.90375 78.62002L644.90375 78.54189Q644.8569 77.71377 644.4506 77.26064Q644.06 76.80752 643.3725 76.80752ZM649.9506 76.99502Q649.7006 76.96377 649.4194 76.96377Q648.34125 76.96377 647.96625 77.87002L647.96625 82.37002L646.8881 82.37002L646.8881 76.02627L647.935 76.02627L647.9506 76.76064Q648.4819 75.91689 649.46625 75.91689Q649.77875 75.91689 649.9506 75.99502L649.9506 76.99502ZM654.7944 82.37002Q654.7006 82.18252 654.6381 81.69814Q653.8881 82.49502 652.84125 82.49502Q651.90375 82.49502 651.2944 81.96377Q650.7006 81.43252 650.7006 80.60439Q650.7006 79.62002 651.4506 79.07314Q652.2006 78.52627 653.5756 78.52627L654.6225 78.52627L654.6225 78.02627Q654.6225 77.46377 654.27875 77.13564Q653.9506 76.79189 653.27875 76.79189Q652.7006 76.79189 652.31 77.08877Q651.9194 77.37002 651.9194 77.79189L650.8256 77.79189Q650.8256 77.30752 651.15375 76.87002Q651.4975 76.43252 652.0756 76.18252Q652.65375 75.91689 653.34125 75.91689Q654.4506 75.91689 655.06 76.46377Q655.685 77.01064 655.71625 77.96377L655.71625 80.88564Q655.71625 81.76064 655.935 82.27627L655.935 82.37002L654.7944 82.37002ZM652.9975 81.54189Q653.5131 81.54189 653.96625 81.27627Q654.4194 81.01064 654.6225 80.58877L654.6225 79.29189L653.77875 79.29189Q651.77875 79.29189 651.77875 80.46377Q651.77875 80.96377 652.1225 81.26064Q652.46625 81.54189 652.9975 81.54189ZM659.3569 74.49502L659.3569 76.02627L660.52875 76.02627L660.52875 76.87002L659.3569 76.87002L659.3569 80.79189Q659.3569 81.18252 659.5131 81.37002Q659.6694 81.55752 660.0444 81.55752Q660.2319 81.55752 660.56 81.49502L660.56 82.37002Q660.1381 82.49502 659.7319 82.49502Q659.0131 82.49502 658.6381 82.05752Q658.2631 81.60439 658.2631 80.79189L658.2631 76.87002L657.1069 76.87002L657.1069 76.02627L658.2631 76.02627L658.2631 74.49502L659.3569 74.49502ZM664.5131 82.49502Q663.21625 82.49502 662.40375 81.65127Q661.6069 80.79189 661.6069 79.37002L661.6069 79.18252Q661.6069 78.22939 661.96625 77.49502Q662.3256 76.74502 662.96625 76.33877Q663.6225 75.91689 664.3725 75.91689Q665.6069 75.91689 666.2944 76.72939Q666.9819 77.54189 666.9819 79.05752L666.9819 79.51064L662.685 79.51064Q662.71625 80.44814 663.2319 81.02627Q663.7631 81.60439 664.5756 81.60439Q665.1381 81.60439 665.52875 81.37002Q665.935 81.13564 666.2475 80.74502L666.90375 81.26064Q666.1069 82.49502 664.5131 82.49502ZM664.3725 76.80752Q663.71625 76.80752 663.2631 77.29189Q662.8256 77.76064 662.7319 78.62002L665.90375 78.62002L665.90375 78.54189Q665.8569 77.71377 665.4506 77.26064Q665.06 76.80752 664.3725 76.80752ZM669.06 82.37002L667.9819 82.37002L667.9819 73.37002L669.06 73.37002L669.06 82.37002ZM672.9506 80.77627L674.435 76.02627L675.59125 76.02627L673.0444 83.35439Q672.4506 84.93252 671.1694 84.93252L670.9506 84.91689L670.56 84.83877L670.56 83.96377L670.84125 83.97939Q671.40375 83.97939 671.7006 83.76064Q672.0131 83.54189 672.21625 82.94814L672.4506 82.29189L670.185 76.02627L671.3725 76.02627L672.9506 80.77627ZM679.6225 79.15127Q679.6225 77.68252 680.31 76.80752Q680.9975 75.91689 682.1225 75.91689Q683.2319 75.91689 683.8881 76.66689L683.8881 73.37002L684.96625 73.37002L684.96625 82.37002L683.96625 82.37002L683.9194 81.68252Q683.2631 82.49502 682.1069 82.49502Q681.0131 82.49502 680.31 81.58877Q679.6225 80.68252 679.6225 79.22939L679.6225 79.15127ZM680.7006 79.27627Q680.7006 80.35439 681.1381 80.96377Q681.59125 81.57314 682.3725 81.57314Q683.40375 81.57314 683.8881 80.63564L683.8881 77.72939Q683.40375 76.83877 682.3881 76.83877Q681.59125 76.83877 681.1381 77.44814Q680.7006 78.05752 680.7006 79.27627ZM688.06 82.37002L686.9819 82.37002L686.9819 76.02627L688.06 76.02627L688.06 82.37002ZM686.8881 74.35439Q686.8881 74.08877 687.0444 73.90127Q687.21625 73.71377 687.52875 73.71377Q687.84125 73.71377 687.9975 73.90127Q688.1694 74.08877 688.1694 74.35439Q688.1694 74.60439 687.9975 74.79189Q687.84125 74.96377 687.52875 74.96377Q687.21625 74.96377 687.0444 74.79189Q686.8881 74.60439 686.8881 74.35439ZM693.5756 80.68252Q693.5756 80.24502 693.2319 80.01064Q692.90375 79.76064 692.0756 79.58877Q691.2631 79.41689 690.77875 79.16689Q690.2944 78.91689 690.06 78.58877Q689.84125 78.24502 689.84125 77.77627Q689.84125 76.99502 690.4975 76.46377Q691.15375 75.91689 692.185 75.91689Q693.2631 75.91689 693.9194 76.47939Q694.59125 77.02627 694.59125 77.88564L693.5131 77.88564Q693.5131 77.44814 693.1225 77.13564Q692.7475 76.80752 692.185 76.80752Q691.59125 76.80752 691.2475 77.07314Q690.9194 77.32314 690.9194 77.72939Q690.9194 78.12002 691.2319 78.32314Q691.5444 78.52627 692.3569 78.71377Q693.1694 78.88564 693.6694 79.13564Q694.1694 79.38564 694.40375 79.74502Q694.65375 80.10439 694.65375 80.60439Q694.65375 81.46377 693.96625 81.97939Q693.2944 82.49502 692.21625 82.49502Q691.4506 82.49502 690.8569 82.22939Q690.27875 81.94814 689.9506 81.46377Q689.6225 80.97939 689.6225 80.41689L690.7006 80.41689Q690.7319 80.96377 691.1381 81.29189Q691.5444 81.60439 692.21625 81.60439Q692.8256 81.60439 693.2006 81.35439Q693.5756 81.10439 693.5756 80.68252ZM699.7944 82.37002Q699.7006 82.18252 699.6381 81.69814Q698.8881 82.49502 697.84125 82.49502Q696.90375 82.49502 696.2944 81.96377Q695.7006 81.43252 695.7006 80.60439Q695.7006 79.62002 696.4506 79.07314Q697.2006 78.52627 698.5756 78.52627L699.6225 78.52627L699.6225 78.02627Q699.6225 77.46377 699.27875 77.13564Q698.9506 76.79189 698.27875 76.79189Q697.7006 76.79189 697.31 77.08877Q696.9194 77.37002 696.9194 77.79189L695.8256 77.79189Q695.8256 77.30752 696.15375 76.87002Q696.4975 76.43252 697.0756 76.18252Q697.65375 75.91689 698.34125 75.91689Q699.4506 75.91689 700.06 76.46377Q700.685 77.01064 700.71625 77.96377L700.71625 80.88564Q700.71625 81.76064 700.935 82.27627L700.935 82.37002L699.7944 82.37002ZM697.9975 81.54189Q698.5131 81.54189 698.96625 81.27627Q699.4194 81.01064 699.6225 80.58877L699.6225 79.29189L698.77875 79.29189Q696.77875 79.29189 696.77875 80.46377Q696.77875 80.96377 697.1225 81.26064Q697.46625 81.54189 697.9975 81.54189ZM702.6225 79.15127Q702.6225 77.66689 703.31 76.79189Q703.9975 75.91689 705.1225 75.91689Q706.27875 75.91689 706.935 76.72939L706.9819 76.02627L707.9819 76.02627L707.9819 82.21377Q707.9819 83.44814 707.2475 84.15127Q706.5131 84.87002 705.2944 84.87002Q704.6069 84.87002 703.9506 84.57314Q703.2944 84.27627 702.9506 83.77627L703.5131 83.12002Q704.2006 83.97939 705.21625 83.97939Q705.9975 83.97939 706.435 83.52627Q706.8881 83.08877 706.8881 82.27627L706.8881 81.72939Q706.2319 82.49502 705.1069 82.49502Q703.9975 82.49502 703.31 81.60439Q702.6225 80.69814 702.6225 79.15127ZM703.71625 79.27627Q703.71625 80.33877 704.15375 80.96377Q704.59125 81.57314 705.3881 81.57314Q706.40375 81.57314 706.8881 80.63564L706.8881 77.74502Q706.3881 76.83877 705.3881 76.83877Q704.6069 76.83877 704.15375 77.44814Q703.71625 78.05752 703.71625 79.27627ZM712.9506 76.99502Q712.7006 76.96377 712.4194 76.96377Q711.34125 76.96377 710.96625 77.87002L710.96625 82.37002L709.8881 82.37002L709.8881 76.02627L710.935 76.02627L710.9506 76.76064Q711.4819 75.91689 712.46625 75.91689Q712.77875 75.91689 712.9506 75.99502L712.9506 76.99502ZM716.5131 82.49502Q715.21625 82.49502 714.40375 81.65127Q713.6069 80.79189 713.6069 79.37002L713.6069 79.18252Q713.6069 78.22939 713.96625 77.49502Q714.3256 76.74502 714.96625 76.33877Q715.6225 75.91689 716.3725 75.91689Q717.6069 75.91689 718.2944 76.72939Q718.9819 77.54189 718.9819 79.05752L718.9819 79.51064L714.685 79.51064Q714.71625 80.44814 715.2319 81.02627Q715.7631 81.60439 716.5756 81.60439Q717.1381 81.60439 717.52875 81.37002Q717.935 81.13564 718.2475 80.74502L718.90375 81.26064Q718.1069 82.49502 716.5131 82.49502ZM716.3725 76.80752Q715.71625 76.80752 715.2631 77.29189Q714.8256 77.76064 714.7319 78.62002L717.90375 78.62002L717.90375 78.54189Q717.8569 77.71377 717.4506 77.26064Q717.06 76.80752 716.3725 76.80752ZM722.5131 82.49502Q721.21625 82.49502 720.40375 81.65127Q719.6069 80.79189 719.6069 79.37002L719.6069 79.18252Q719.6069 78.22939 719.96625 77.49502Q720.3256 76.74502 720.96625 76.33877Q721.6225 75.91689 722.3725 75.91689Q723.6069 75.91689 724.2944 76.72939Q724.9819 77.54189 724.9819 79.05752L724.9819 79.51064L720.685 79.51064Q720.71625 80.44814 721.2319 81.02627Q721.7631 81.60439 722.5756 81.60439Q723.1381 81.60439 723.52875 81.37002Q723.935 81.13564 724.2475 80.74502L724.90375 81.26064Q724.1069 82.49502 722.5131 82.49502ZM722.3725 76.80752Q721.71625 76.80752 721.2631 77.29189Q720.8256 77.76064 720.7319 78.62002L723.90375 78.62002L723.90375 78.54189Q723.8569 77.71377 723.4506 77.26064Q723.06 76.80752 722.3725 76.80752Z" fill-rule="nonzero"/><path fill="#e06666" d="M596.06 97.87002C596.06 97.31773 596.50775 96.87002 597.06 96.87002L607.06 96.87002C607.6123 96.87002 608.06 97.31773 608.06 97.87002L608.06 107.87002C608.06 108.4223 607.6123 108.87002 607.06 108.87002L597.06 108.87002C596.50775 108.87002 596.06 108.4223 596.06 107.87002Z" fill-rule="nonzero"/><path fill="#666666" d="M619.56 103.57314Q618.1225 103.15127 617.4506 102.54189Q616.7944 101.93252 616.7944 101.04189Q616.7944 100.04189 617.59125 99.38564Q618.40375 98.71377 619.7006 98.71377Q620.5756 98.71377 621.2631 99.05752Q621.9506 99.40127 622.3256 99.99502Q622.71625 100.58877 622.71625 101.30752L621.5756 101.30752Q621.5756 100.52627 621.0756 100.08877Q620.59125 99.65127 619.7006 99.65127Q618.8725 99.65127 618.40375 100.02627Q617.935 100.38564 617.935 101.02627Q617.935 101.55752 618.3725 101.91689Q618.8256 102.27627 619.8881 102.57314Q620.9506 102.87002 621.5444 103.22939Q622.15375 103.58877 622.435 104.07314Q622.7319 104.55752 622.7319 105.19814Q622.7319 106.24502 621.9194 106.87002Q621.1069 107.49502 619.7631 107.49502Q618.8725 107.49502 618.1069 107.15127Q617.3569 106.80752 616.935 106.22939Q616.52875 105.63564 616.52875 104.90127L617.65375 104.90127Q617.65375 105.66689 618.2319 106.12002Q618.81 106.57314 619.7631 106.57314Q620.65375 106.57314 621.1225 106.21377Q621.59125 105.83877 621.59125 105.21377Q621.59125 104.58877 621.15375 104.24502Q620.71625 103.90127 619.56 103.57314ZM625.06 107.37002L623.9819 107.37002L623.9819 98.37002L625.06 98.37002L625.06 107.37002ZM628.06 107.37002L626.9819 107.37002L626.9819 101.02627L628.06 101.02627L628.06 107.37002ZM626.8881 99.35439Q626.8881 99.08877 627.0444 98.90127Q627.21625 98.71377 627.52875 98.71377Q627.84125 98.71377 627.9975 98.90127Q628.1694 99.08877 628.1694 99.35439Q628.1694 99.60439 627.9975 99.79189Q627.84125 99.96377 627.52875 99.96377Q627.21625 99.96377 627.0444 99.79189Q626.8881 99.60439 626.8881 99.35439ZM629.6225 104.15127Q629.6225 102.66689 630.31 101.79189Q630.9975 100.91689 632.1225 100.91689Q633.27875 100.91689 633.935 101.72939L633.9819 101.02627L634.9819 101.02627L634.9819 107.21377Q634.9819 108.44814 634.2475 109.15127Q633.5131 109.87002 632.2944 109.87002Q631.6069 109.87002 630.9506 109.57314Q630.2944 109.27627 629.9506 108.77627L630.5131 108.12002Q631.2006 108.97939 632.21625 108.97939Q632.9975 108.97939 633.435 108.52627Q633.8881 108.08877 633.8881 107.27627L633.8881 106.72939Q633.2319 107.49502 632.1069 107.49502Q630.9975 107.49502 630.31 106.60439Q629.6225 105.69814 629.6225 104.15127ZM630.71625 104.27627Q630.71625 105.33877 631.15375 105.96377Q631.59125 106.57314 632.3881 106.57314Q633.40375 106.57314 633.8881 105.63564L633.8881 102.74502Q633.3881 101.83877 632.3881 101.83877Q631.6069 101.83877 631.15375 102.44814Q630.71625 103.05752 630.71625 104.27627ZM637.96625 101.79189Q638.685 100.91689 639.84125 100.91689Q641.8569 100.91689 641.8725 103.18252L641.8725 107.37002L640.77875 107.37002L640.77875 103.16689Q640.77875 102.49502 640.46625 102.16689Q640.1694 101.83877 639.5131 101.83877Q638.9819 101.83877 638.5756 102.12002Q638.185 102.40127 637.96625 102.85439L637.96625 107.37002L636.8881 107.37002L636.8881 98.37002L637.96625 98.37002L637.96625 101.79189ZM645.3569 99.49502L645.3569 101.02627L646.52875 101.02627L646.52875 101.87002L645.3569 101.87002L645.3569 105.79189Q645.3569 106.18252 645.5131 106.37002Q645.6694 106.55752 646.0444 106.55752Q646.2319 106.55752 646.56 106.49502L646.56 107.37002Q646.1381 107.49502 645.7319 107.49502Q645.0131 107.49502 644.6381 107.05752Q644.2631 106.60439 644.2631 105.79189L644.2631 101.87002L643.1069 101.87002L643.1069 101.02627L644.2631 101.02627L644.2631 99.49502L645.3569 99.49502ZM649.06 107.37002L647.9819 107.37002L647.9819 98.37002L649.06 98.37002L649.06 107.37002ZM652.9506 105.77627L654.435 101.02627L655.59125 101.02627L653.0444 108.35439Q652.4506 109.93252 651.1694 109.93252L650.9506 109.91689L650.56 109.83877L650.56 108.96377L650.84125 108.97939Q651.40375 108.97939 651.7006 108.76064Q652.0131 108.54189 652.21625 107.94814L652.4506 107.29189L650.185 101.02627L651.3725 101.02627L652.9506 105.77627ZM659.6225 104.15127Q659.6225 102.68252 660.31 101.80752Q660.9975 100.91689 662.1225 100.91689Q663.2319 100.91689 663.8881 101.66689L663.8881 98.37002L664.96625 98.37002L664.96625 107.37002L663.96625 107.37002L663.9194 106.68252Q663.2631 107.49502 662.1069 107.49502Q661.0131 107.49502 660.31 106.58877Q659.6225 105.68252 659.6225 104.22939L659.6225 104.15127ZM660.7006 104.27627Q660.7006 105.35439 661.1381 105.96377Q661.59125 106.57314 662.3725 106.57314Q663.40375 106.57314 663.8881 105.63564L663.8881 102.72939Q663.40375 101.83877 662.3881 101.83877Q661.59125 101.83877 661.1381 102.44814Q660.7006 103.05752 660.7006 104.27627ZM668.06 107.37002L666.9819 107.37002L666.9819 101.02627L668.06 101.02627L668.06 107.37002ZM666.8881 99.35439Q666.8881 99.08877 667.0444 98.90127Q667.21625 98.71377 667.52875 98.71377Q667.84125 98.71377 667.9975 98.90127Q668.1694 99.08877 668.1694 99.35439Q668.1694 99.60439 667.9975 99.79189Q667.84125 99.96377 667.52875 99.96377Q667.21625 99.96377 667.0444 99.79189Q666.8881 99.60439 666.8881 99.35439ZM673.5756 105.68252Q673.5756 105.24502 673.2319 105.01064Q672.90375 104.76064 672.0756 104.58877Q671.2631 104.41689 670.77875 104.16689Q670.2944 103.91689 670.06 103.58877Q669.84125 103.24502 669.84125 102.77627Q669.84125 101.99502 670.4975 101.46377Q671.15375 100.91689 672.185 100.91689Q673.2631 100.91689 673.9194 101.47939Q674.59125 102.02627 674.59125 102.88564L673.5131 102.88564Q673.5131 102.44814 673.1225 102.13564Q672.7475 101.80752 672.185 101.80752Q671.59125 101.80752 671.2475 102.07314Q670.9194 102.32314 670.9194 102.72939Q670.9194 103.12002 671.2319 103.32314Q671.5444 103.52627 672.3569 103.71377Q673.1694 103.88564 673.6694 104.13564Q674.1694 104.38564 674.40375 104.74502Q674.65375 105.10439 674.65375 105.60439Q674.65375 106.46377 673.96625 106.97939Q673.2944 107.49502 672.21625 107.49502Q671.4506 107.49502 670.8569 107.22939Q670.27875 106.94814 669.9506 106.46377Q669.6225 105.97939 669.6225 105.41689L670.7006 105.41689Q670.7319 105.96377 671.1381 106.29189Q671.5444 106.60439 672.21625 106.60439Q672.8256 106.60439 673.2006 106.35439Q673.5756 106.10439 673.5756 105.68252ZM679.7944 107.37002Q679.7006 107.18252 679.6381 106.69814Q678.8881 107.49502 677.84125 107.49502Q676.90375 107.49502 676.2944 106.96377Q675.7006 106.43252 675.7006 105.60439Q675.7006 104.62002 676.4506 104.07314Q677.2006 103.52627 678.5756 103.52627L679.6225 103.52627L679.6225 103.02627Q679.6225 102.46377 679.27875 102.13564Q678.9506 101.79189 678.27875 101.79189Q677.7006 101.79189 677.31 102.08877Q676.9194 102.37002 676.9194 102.79189L675.8256 102.79189Q675.8256 102.30752 676.15375 101.87002Q676.4975 101.43252 677.0756 101.18252Q677.65375 100.91689 678.34125 100.91689Q679.4506 100.91689 680.06 101.46377Q680.685 102.01064 680.71625 102.96377L680.71625 105.88564Q680.71625 106.76064 680.935 107.27627L680.935 107.37002L679.7944 107.37002ZM677.9975 106.54189Q678.5131 106.54189 678.96625 106.27627Q679.4194 106.01064 679.6225 105.58877L679.6225 104.29189L678.77875 104.29189Q676.77875 104.29189 676.77875 105.46377Q676.77875 105.96377 677.1225 106.26064Q677.46625 106.54189 677.9975 106.54189ZM682.6225 104.15127Q682.6225 102.66689 683.31 101.79189Q683.9975 100.91689 685.1225 100.91689Q686.27875 100.91689 686.935 101.72939L686.9819 101.02627L687.9819 101.02627L687.9819 107.21377Q687.9819 108.44814 687.2475 109.15127Q686.5131 109.87002 685.2944 109.87002Q684.6069 109.87002 683.9506 109.57314Q683.2944 109.27627 682.9506 108.77627L683.5131 108.12002Q684.2006 108.97939 685.21625 108.97939Q685.9975 108.97939 686.435 108.52627Q686.8881 108.08877 686.8881 107.27627L686.8881 106.72939Q686.2319 107.49502 685.1069 107.49502Q683.9975 107.49502 683.31 106.60439Q682.6225 105.69814 682.6225 104.15127ZM683.71625 104.27627Q683.71625 105.33877 684.15375 105.96377Q684.59125 106.57314 685.3881 106.57314Q686.40375 106.57314 686.8881 105.63564L686.8881 102.74502Q686.3881 101.83877 685.3881 101.83877Q684.6069 101.83877 684.15375 102.44814Q683.71625 103.05752 683.71625 104.27627ZM692.9506 101.99502Q692.7006 101.96377 692.4194 101.96377Q691.34125 101.96377 690.96625 102.87002L690.96625 107.37002L689.8881 107.37002L689.8881 101.02627L690.935 101.02627L690.9506 101.76064Q691.4819 100.91689 692.46625 100.91689Q692.77875 100.91689 692.9506 100.99502L692.9506 101.99502ZM696.5131 107.49502Q695.21625 107.49502 694.40375 106.65127Q693.6069 105.79189 693.6069 104.37002L693.6069 104.18252Q693.6069 103.22939 693.96625 102.49502Q694.3256 101.74502 694.96625 101.33877Q695.6225 100.91689 696.3725 100.91689Q697.6069 100.91689 698.2944 101.72939Q698.9819 102.54189 698.9819 104.05752L698.9819 104.51064L694.685 104.51064Q694.71625 105.44814 695.2319 106.02627Q695.7631 106.60439 696.5756 106.60439Q697.1381 106.60439 697.52875 106.37002Q697.935 106.13564 698.2475 105.74502L698.90375 106.26064Q698.1069 107.49502 696.5131 107.49502ZM696.3725 101.80752Q695.71625 101.80752 695.2631 102.29189Q694.8256 102.76064 694.7319 103.62002L697.90375 103.62002L697.90375 103.54189Q697.8569 102.71377 697.4506 102.26064Q697.06 101.80752 696.3725 101.80752ZM702.5131 107.49502Q701.21625 107.49502 700.40375 106.65127Q699.6069 105.79189 699.6069 104.37002L699.6069 104.18252Q699.6069 103.22939 699.96625 102.49502Q700.3256 101.74502 700.96625 101.33877Q701.6225 100.91689 702.3725 100.91689Q703.6069 100.91689 704.2944 101.72939Q704.9819 102.54189 704.9819 104.05752L704.9819 104.51064L700.685 104.51064Q700.71625 105.44814 701.2319 106.02627Q701.7631 106.60439 702.5756 106.60439Q703.1381 106.60439 703.52875 106.37002Q703.935 106.13564 704.2475 105.74502L704.90375 106.26064Q704.1069 107.49502 702.5131 107.49502ZM702.3725 101.80752Q701.71625 101.80752 701.2631 102.29189Q700.8256 102.76064 700.7319 103.62002L703.90375 103.62002L703.90375 103.54189Q703.8569 102.71377 703.4506 102.26064Q703.06 101.80752 702.3725 101.80752Z" fill-rule="nonzero"/><path fill="#cccccc" d="M596.06 122.87002C596.06 122.31773 596.50775 121.87002 597.06 121.87002L607.06 121.87002C607.6123 121.87002 608.06 122.31773 608.06 122.87002L608.06 132.87003C608.06 133.4223 607.6123 133.87003 607.06 133.87003L597.06 133.87003C596.50775 133.87003 596.06 133.4223 596.06 132.87003Z" fill-rule="nonzero"/><path fill="#666666" d="M623.6069 132.37003L622.4819 132.37003L618.185 125.7919L618.185 132.37003L617.0444 132.37003L617.0444 123.838776L618.185 123.838776L622.4819 130.44815L622.4819 123.838776L623.6069 123.838776L623.6069 132.37003ZM628.5131 132.49503Q627.21625 132.49503 626.40375 131.65128Q625.6069 130.7919 625.6069 129.37003L625.6069 129.18253Q625.6069 128.2294 625.96625 127.495026Q626.3256 126.745026 626.96625 126.338776Q627.6225 125.9169 628.3725 125.9169Q629.6069 125.9169 630.2944 126.7294Q630.9819 127.5419 630.9819 129.05753L630.9819 129.51065L626.685 129.51065Q626.71625 130.44815 627.2319 131.02628Q627.7631 131.6044 628.5756 131.6044Q629.1381 131.6044 629.52875 131.37003Q629.935 131.13565 630.2475 130.74503L630.90375 131.26065Q630.1069 132.49503 628.5131 132.49503ZM628.3725 126.807526Q627.71625 126.807526 627.2631 127.2919Q626.8256 127.76065 626.7319 128.62003L629.90375 128.62003L629.90375 128.5419Q629.8569 127.713776 629.4506 127.26065Q629.06 126.807526 628.3725 126.807526ZM633.06 132.37003L631.9819 132.37003L631.9819 126.026276L633.06 126.026276L633.06 132.37003ZM631.8881 124.3544Q631.8881 124.088776 632.0444 123.901276Q632.21625 123.713776 632.52875 123.713776Q632.84125 123.713776 632.9975 123.901276Q633.1694 124.088776 633.1694 124.3544Q633.1694 124.6044 632.9975 124.7919Q632.84125 124.963776 632.52875 124.963776Q632.21625 124.963776 632.0444 124.7919Q631.8881 124.6044 631.8881 124.3544ZM636.3569 124.495026L636.3569 126.026276L637.52875 126.026276L637.52875 126.870026L636.3569 126.870026L636.3569 130.7919Q636.3569 131.18253 636.5131 131.37003Q636.6694 131.55753 637.0444 131.55753Q637.2319 131.55753 637.56 131.49503L637.56 132.37003Q637.1381 132.49503 636.7319 132.49503Q636.0131 132.49503 635.6381 132.05753Q635.2631 131.6044 635.2631 130.7919L635.2631 126.870026L634.1069 126.870026L634.1069 126.026276L635.2631 126.026276L635.2631 124.495026L636.3569 124.495026ZM639.96625 126.7919Q640.685 125.9169 641.84125 125.9169Q643.8569 125.9169 643.8725 128.18253L643.8725 132.37003L642.77875 132.37003L642.77875 128.1669Q642.77875 127.495026 642.46625 127.1669Q642.1694 126.838776 641.5131 126.838776Q640.9819 126.838776 640.5756 127.120026Q640.185 127.401276 639.96625 127.8544L639.96625 132.37003L638.8881 132.37003L638.8881 123.370026L639.96625 123.370026L639.96625 126.7919ZM648.5131 132.49503Q647.21625 132.49503 646.40375 131.65128Q645.6069 130.7919 645.6069 129.37003L645.6069 129.18253Q645.6069 128.2294 645.96625 127.495026Q646.3256 126.745026 646.96625 126.338776Q647.6225 125.9169 648.3725 125.9169Q649.6069 125.9169 650.2944 126.7294Q650.9819 127.5419 650.9819 129.05753L650.9819 129.51065L646.685 129.51065Q646.71625 130.44815 647.2319 131.02628Q647.7631 131.6044 648.5756 131.6044Q649.1381 131.6044 649.52875 131.37003Q649.935 131.13565 650.2475 130.74503L650.90375 131.26065Q650.1069 132.49503 648.5131 132.49503ZM648.3725 126.807526Q647.71625 126.807526 647.2631 127.2919Q646.8256 127.76065 646.7319 128.62003L649.90375 128.62003L649.90375 128.5419Q649.8569 127.713776 649.4506 127.26065Q649.06 126.807526 648.3725 126.807526ZM654.9506 126.995026Q654.7006 126.963776 654.4194 126.963776Q653.34125 126.963776 652.96625 127.870026L652.96625 132.37003L651.8881 132.37003L651.8881 126.026276L652.935 126.026276L652.9506 126.76065Q653.4819 125.9169 654.46625 125.9169Q654.77875 125.9169 654.9506 125.995026L654.9506 126.995026ZM662.7944 132.37003Q662.7006 132.18253 662.6381 131.69815Q661.8881 132.49503 660.84125 132.49503Q659.90375 132.49503 659.2944 131.96378Q658.7006 131.43253 658.7006 130.6044Q658.7006 129.62003 659.4506 129.07315Q660.2006 128.52628 661.5756 128.52628L662.6225 128.52628L662.6225 128.02628Q662.6225 127.463776 662.27875 127.13565Q661.9506 126.7919 661.27875 126.7919Q660.7006 126.7919 660.31 127.088776Q659.9194 127.370026 659.9194 127.7919L658.8256 127.7919Q658.8256 127.307526 659.15375 126.870026Q659.4975 126.432526 660.0756 126.182526Q660.65375 125.9169 661.34125 125.9169Q662.4506 125.9169 663.06 126.463776Q663.685 127.01065 663.71625 127.963776L663.71625 130.88565Q663.71625 131.76065 663.935 132.27628L663.935 132.37003L662.7944 132.37003ZM660.9975 131.5419Q661.5131 131.5419 661.96625 131.27628Q662.4194 131.01065 662.6225 130.58878L662.6225 129.2919L661.77875 129.2919Q659.77875 129.2919 659.77875 130.46378Q659.77875 130.96378 660.1225 131.26065Q660.46625 131.5419 660.9975 131.5419ZM665.6225 129.15128Q665.6225 127.6669 666.31 126.7919Q666.9975 125.9169 668.1225 125.9169Q669.27875 125.9169 669.935 126.7294L669.9819 126.026276L670.9819 126.026276L670.9819 132.21378Q670.9819 133.44815 670.2475 134.15128Q669.5131 134.87003 668.2944 134.87003Q667.6069 134.87003 666.9506 134.57315Q666.2944 134.27628 665.9506 133.77628L666.5131 133.12003Q667.2006 133.9794 668.21625 133.9794Q668.9975 133.9794 669.435 133.52628Q669.8881 133.08878 669.8881 132.27628L669.8881 131.7294Q669.2319 132.49503 668.1069 132.49503Q666.9975 132.49503 666.31 131.6044Q665.6225 130.69815 665.6225 129.15128ZM666.71625 129.27628Q666.71625 130.33878 667.15375 130.96378Q667.59125 131.57315 668.3881 131.57315Q669.40375 131.57315 669.8881 130.63565L669.8881 127.745026Q669.3881 126.838776 668.3881 126.838776Q667.6069 126.838776 667.15375 127.44815Q666.71625 128.05753 666.71625 129.27628ZM675.9506 126.995026Q675.7006 126.963776 675.4194 126.963776Q674.34125 126.963776 673.96625 127.870026L673.96625 132.37003L672.8881 132.37003L672.8881 126.026276L673.935 126.026276L673.9506 126.76065Q674.4819 125.9169 675.46625 125.9169Q675.77875 125.9169 675.9506 125.995026L675.9506 126.995026ZM679.5131 132.49503Q678.21625 132.49503 677.40375 131.65128Q676.6069 130.7919 676.6069 129.37003L676.6069 129.18253Q676.6069 128.2294 676.96625 127.495026Q677.3256 126.745026 677.96625 126.338776Q678.6225 125.9169 679.3725 125.9169Q680.6069 125.9169 681.2944 126.7294Q681.9819 127.5419 681.9819 129.05753L681.9819 129.51065L677.685 129.51065Q677.71625 130.44815 678.2319 131.02628Q678.7631 131.6044 679.5756 131.6044Q680.1381 131.6044 680.52875 131.37003Q680.935 131.13565 681.2475 130.74503L681.90375 131.26065Q681.1069 132.49503 679.5131 132.49503ZM679.3725 126.807526Q678.71625 126.807526 678.2631 127.2919Q677.8256 127.76065 677.7319 128.62003L680.90375 128.62003L680.90375 128.5419Q680.8569 127.713776 680.4506 127.26065Q680.06 126.807526 679.3725 126.807526ZM685.5131 132.49503Q684.21625 132.49503 683.40375 131.65128Q682.6069 130.7919 682.6069 129.37003L682.6069 129.18253Q682.6069 128.2294 682.96625 127.495026Q683.3256 126.745026 683.96625 126.338776Q684.6225 125.9169 685.3725 125.9169Q686.6069 125.9169 687.2944 126.7294Q687.9819 127.5419 687.9819 129.05753L687.9819 129.51065L683.685 129.51065Q683.71625 130.44815 684.2319 131.02628Q684.7631 131.6044 685.5756 131.6044Q686.1381 131.6044 686.52875 131.37003Q686.935 131.13565 687.2475 130.74503L687.90375 131.26065Q687.1069 132.49503 685.5131 132.49503ZM685.3725 126.807526Q684.71625 126.807526 684.2631 127.2919Q683.8256 127.76065 683.7319 128.62003L686.90375 128.62003L686.90375 128.5419Q686.8569 127.713776 686.4506 127.26065Q686.06 126.807526 685.3725 126.807526ZM692.90375 126.026276L692.935 126.82315Q693.6694 125.9169 694.84125 125.9169Q696.8569 125.9169 696.8725 128.18253L696.8725 132.37003L695.77875 132.37003L695.77875 128.1669Q695.77875 127.495026 695.46625 127.1669Q695.1694 126.838776 694.5131 126.838776Q693.9819 126.838776 693.5756 127.120026Q693.185 127.401276 692.96625 127.8544L692.96625 132.37003L691.8881 132.37003L691.8881 126.026276L692.90375 126.026276ZM698.59125 129.13565Q698.59125 128.21378 698.9506 127.463776Q699.3256 126.713776 699.9819 126.32315Q700.6381 125.9169 701.46625 125.9169Q702.7631 125.9169 703.56 126.807526Q704.3725 127.69815 704.3725 129.19815L704.3725 129.27628Q704.3725 130.19815 704.0131 130.93253Q703.65375 131.6669 702.9975 132.08878Q702.34125 132.49503 701.4819 132.49503Q700.2006 132.49503 699.3881 131.6044Q698.59125 130.69815 698.59125 129.21378L698.59125 129.13565ZM699.685 129.27628Q699.685 130.32315 700.1694 130.96378Q700.6694 131.6044 701.4819 131.6044Q702.31 131.6044 702.7944 130.96378Q703.27875 130.30753 703.27875 129.13565Q703.27875 128.1044 702.77875 127.463776Q702.2944 126.807526 701.46625 126.807526Q700.6694 126.807526 700.1694 127.44815Q699.685 128.07315 699.685 129.27628ZM708.9506 126.995026Q708.7006 126.963776 708.4194 126.963776Q707.34125 126.963776 706.96625 127.870026L706.96625 132.37003L705.8881 132.37003L705.8881 126.026276L706.935 126.026276L706.9506 126.76065Q707.4819 125.9169 708.46625 125.9169Q708.77875 125.9169 708.9506 125.995026L708.9506 126.995026Z" fill-rule="nonzero"/><path fill="#666666" d="M616.6225 144.15128Q616.6225 142.68253 617.31 141.80753Q617.9975 140.9169 619.1225 140.9169Q620.2319 140.9169 620.8881 141.6669L620.8881 138.37003L621.96625 138.37003L621.96625 147.37003L620.96625 147.37003L620.9194 146.68253Q620.2631 147.49503 619.1069 147.49503Q618.0131 147.49503 617.31 146.58878Q616.6225 145.68253 616.6225 144.2294L616.6225 144.15128ZM617.7006 144.27628Q617.7006 145.3544 618.1381 145.96378Q618.59125 146.57315 619.3725 146.57315Q620.40375 146.57315 620.8881 145.63565L620.8881 142.7294Q620.40375 141.83878 619.3881 141.83878Q618.59125 141.83878 618.1381 142.44815Q617.7006 143.05753 617.7006 144.27628ZM625.06 147.37003L623.9819 147.37003L623.9819 141.02628L625.06 141.02628L625.06 147.37003ZM623.8881 139.3544Q623.8881 139.08878 624.0444 138.90128Q624.21625 138.71378 624.52875 138.71378Q624.84125 138.71378 624.9975 138.90128Q625.1694 139.08878 625.1694 139.3544Q625.1694 139.6044 624.9975 139.7919Q624.84125 139.96378 624.52875 139.96378Q624.21625 139.96378 624.0444 139.7919Q623.8881 139.6044 623.8881 139.3544ZM630.5756 145.68253Q630.5756 145.24503 630.2319 145.01065Q629.90375 144.76065 629.0756 144.58878Q628.2631 144.4169 627.77875 144.1669Q627.2944 143.9169 627.06 143.58878Q626.84125 143.24503 626.84125 142.77628Q626.84125 141.99503 627.4975 141.46378Q628.15375 140.9169 629.185 140.9169Q630.2631 140.9169 630.9194 141.4794Q631.59125 142.02628 631.59125 142.88565L630.5131 142.88565Q630.5131 142.44815 630.1225 142.13565Q629.7475 141.80753 629.185 141.80753Q628.59125 141.80753 628.2475 142.07315Q627.9194 142.32315 627.9194 142.7294Q627.9194 143.12003 628.2319 143.32315Q628.5444 143.52628 629.3569 143.71378Q630.1694 143.88565 630.6694 144.13565Q631.1694 144.38565 631.40375 144.74503Q631.65375 145.1044 631.65375 145.6044Q631.65375 146.46378 630.96625 146.9794Q630.2944 147.49503 629.21625 147.49503Q628.4506 147.49503 627.8569 147.2294Q627.27875 146.94815 626.9506 146.46378Q626.6225 145.9794 626.6225 145.4169L627.7006 145.4169Q627.7319 145.96378 628.1381 146.2919Q628.5444 146.6044 629.21625 146.6044Q629.8256 146.6044 630.2006 146.3544Q630.5756 146.1044 630.5756 145.68253ZM636.7944 147.37003Q636.7006 147.18253 636.6381 146.69815Q635.8881 147.49503 634.84125 147.49503Q633.90375 147.49503 633.2944 146.96378Q632.7006 146.43253 632.7006 145.6044Q632.7006 144.62003 633.4506 144.07315Q634.2006 143.52628 635.5756 143.52628L636.6225 143.52628L636.6225 143.02628Q636.6225 142.46378 636.27875 142.13565Q635.9506 141.7919 635.27875 141.7919Q634.7006 141.7919 634.31 142.08878Q633.9194 142.37003 633.9194 142.7919L632.8256 142.7919Q632.8256 142.30753 633.15375 141.87003Q633.4975 141.43253 634.0756 141.18253Q634.65375 140.9169 635.34125 140.9169Q636.4506 140.9169 637.06 141.46378Q637.685 142.01065 637.71625 142.96378L637.71625 145.88565Q637.71625 146.76065 637.935 147.27628L637.935 147.37003L636.7944 147.37003ZM634.9975 146.5419Q635.5131 146.5419 635.96625 146.27628Q636.4194 146.01065 636.6225 145.58878L636.6225 144.2919L635.77875 144.2919Q633.77875 144.2919 633.77875 145.46378Q633.77875 145.96378 634.1225 146.26065Q634.46625 146.5419 634.9975 146.5419ZM639.6225 144.15128Q639.6225 142.6669 640.31 141.7919Q640.9975 140.9169 642.1225 140.9169Q643.27875 140.9169 643.935 141.7294L643.9819 141.02628L644.9819 141.02628L644.9819 147.21378Q644.9819 148.44815 644.2475 149.15128Q643.5131 149.87003 642.2944 149.87003Q641.6069 149.87003 640.9506 149.57315Q640.2944 149.27628 639.9506 148.77628L640.5131 148.12003Q641.2006 148.9794 642.21625 148.9794Q642.9975 148.9794 643.435 148.52628Q643.8881 148.08878 643.8881 147.27628L643.8881 146.7294Q643.2319 147.49503 642.1069 147.49503Q640.9975 147.49503 640.31 146.6044Q639.6225 145.69815 639.6225 144.15128ZM640.71625 144.27628Q640.71625 145.33878 641.15375 145.96378Q641.59125 146.57315 642.3881 146.57315Q643.40375 146.57315 643.8881 145.63565L643.8881 142.74503Q643.3881 141.83878 642.3881 141.83878Q641.6069 141.83878 641.15375 142.44815Q640.71625 143.05753 640.71625 144.27628ZM649.9506 141.99503Q649.7006 141.96378 649.4194 141.96378Q648.34125 141.96378 647.96625 142.87003L647.96625 147.37003L646.8881 147.37003L646.8881 141.02628L647.935 141.02628L647.9506 141.76065Q648.4819 140.9169 649.46625 140.9169Q649.77875 140.9169 649.9506 140.99503L649.9506 141.99503ZM653.5131 147.49503Q652.21625 147.49503 651.40375 146.65128Q650.6069 145.7919 650.6069 144.37003L650.6069 144.18253Q650.6069 143.2294 650.96625 142.49503Q651.3256 141.74503 651.96625 141.33878Q652.6225 140.9169 653.3725 140.9169Q654.6069 140.9169 655.2944 141.7294Q655.9819 142.5419 655.9819 144.05753L655.9819 144.51065L651.685 144.51065Q651.71625 145.44815 652.2319 146.02628Q652.7631 146.6044 653.5756 146.6044Q654.1381 146.6044 654.52875 146.37003Q654.935 146.13565 655.2475 145.74503L655.90375 146.26065Q655.1069 147.49503 653.5131 147.49503ZM653.3725 141.80753Q652.71625 141.80753 652.2631 142.2919Q651.8256 142.76065 651.7319 143.62003L654.90375 143.62003L654.90375 143.5419Q654.8569 142.71378 654.4506 142.26065Q654.06 141.80753 653.3725 141.80753ZM659.5131 147.49503Q658.21625 147.49503 657.40375 146.65128Q656.6069 145.7919 656.6069 144.37003L656.6069 144.18253Q656.6069 143.2294 656.96625 142.49503Q657.3256 141.74503 657.96625 141.33878Q658.6225 140.9169 659.3725 140.9169Q660.6069 140.9169 661.2944 141.7294Q661.9819 142.5419 661.9819 144.05753L661.9819 144.51065L657.685 144.51065Q657.71625 145.44815 658.2319 146.02628Q658.7631 146.6044 659.5756 146.6044Q660.1381 146.6044 660.52875 146.37003Q660.935 146.13565 661.2475 145.74503L661.90375 146.26065Q661.1069 147.49503 659.5131 147.49503ZM659.3725 141.80753Q658.71625 141.80753 658.2631 142.2919Q657.8256 142.76065 657.7319 143.62003L660.90375 143.62003L660.90375 143.5419Q660.8569 142.71378 660.4506 142.26065Q660.06 141.80753 659.3725 141.80753Z" fill-rule="nonzero"/><path fill="#93c47d" d="M596.06 162.87003C596.06 162.31773 596.50775 161.87003 597.06 161.87003L607.06 161.87003C607.6123 161.87003 608.06 162.31773 608.06 162.87003L608.06 172.87003C608.06 173.4223 607.6123 173.87003 607.06 173.87003L597.06 173.87003C596.50775 173.87003 596.06 173.4223 596.06 172.87003Z" fill-rule="nonzero"/><path fill="#666666" d="M619.56 168.57315Q618.1225 168.15128 617.4506 167.5419Q616.7944 166.93253 616.7944 166.0419Q616.7944 165.0419 617.59125 164.38565Q618.40375 163.71378 619.7006 163.71378Q620.5756 163.71378 621.2631 164.05753Q621.9506 164.40128 622.3256 164.99503Q622.71625 165.58878 622.71625 166.30753L621.5756 166.30753Q621.5756 165.52628 621.0756 165.08878Q620.59125 164.65128 619.7006 164.65128Q618.8725 164.65128 618.40375 165.02628Q617.935 165.38565 617.935 166.02628Q617.935 166.55753 618.3725 166.9169Q618.8256 167.27628 619.8881 167.57315Q620.9506 167.87003 621.5444 168.2294Q622.15375 168.58878 622.435 169.07315Q622.7319 169.55753 622.7319 170.19815Q622.7319 171.24503 621.9194 171.87003Q621.1069 172.49503 619.7631 172.49503Q618.8725 172.49503 618.1069 172.15128Q617.3569 171.80753 616.935 171.2294Q616.52875 170.63565 616.52875 169.90128L617.65375 169.90128Q617.65375 170.6669 618.2319 171.12003Q618.81 171.57315 619.7631 171.57315Q620.65375 171.57315 621.1225 171.21378Q621.59125 170.83878 621.59125 170.21378Q621.59125 169.58878 621.15375 169.24503Q620.71625 168.90128 619.56 168.57315ZM625.06 172.37003L623.9819 172.37003L623.9819 163.37003L625.06 163.37003L625.06 172.37003ZM628.06 172.37003L626.9819 172.37003L626.9819 166.02628L628.06 166.02628L628.06 172.37003ZM626.8881 164.3544Q626.8881 164.08878 627.0444 163.90128Q627.21625 163.71378 627.52875 163.71378Q627.84125 163.71378 627.9975 163.90128Q628.1694 164.08878 628.1694 164.3544Q628.1694 164.6044 627.9975 164.7919Q627.84125 164.96378 627.52875 164.96378Q627.21625 164.96378 627.0444 164.7919Q626.8881 164.6044 626.8881 164.3544ZM629.6225 169.15128Q629.6225 167.6669 630.31 166.7919Q630.9975 165.9169 632.1225 165.9169Q633.27875 165.9169 633.935 166.7294L633.9819 166.02628L634.9819 166.02628L634.9819 172.21378Q634.9819 173.44815 634.2475 174.15128Q633.5131 174.87003 632.2944 174.87003Q631.6069 174.87003 630.9506 174.57315Q630.2944 174.27628 629.9506 173.77628L630.5131 173.12003Q631.2006 173.9794 632.21625 173.9794Q632.9975 173.9794 633.435 173.52628Q633.8881 173.08878 633.8881 172.27628L633.8881 171.7294Q633.2319 172.49503 632.1069 172.49503Q630.9975 172.49503 630.31 171.6044Q629.6225 170.69815 629.6225 169.15128ZM630.71625 169.27628Q630.71625 170.33878 631.15375 170.96378Q631.59125 171.57315 632.3881 171.57315Q633.40375 171.57315 633.8881 170.63565L633.8881 167.74503Q633.3881 166.83878 632.3881 166.83878Q631.6069 166.83878 631.15375 167.44815Q630.71625 168.05753 630.71625 169.27628ZM637.96625 166.7919Q638.685 165.9169 639.84125 165.9169Q641.8569 165.9169 641.8725 168.18253L641.8725 172.37003L640.77875 172.37003L640.77875 168.1669Q640.77875 167.49503 640.46625 167.1669Q640.1694 166.83878 639.5131 166.83878Q638.9819 166.83878 638.5756 167.12003Q638.185 167.40128 637.96625 167.8544L637.96625 172.37003L636.8881 172.37003L636.8881 163.37003L637.96625 163.37003L637.96625 166.7919ZM645.3569 164.49503L645.3569 166.02628L646.52875 166.02628L646.52875 166.87003L645.3569 166.87003L645.3569 170.7919Q645.3569 171.18253 645.5131 171.37003Q645.6694 171.55753 646.0444 171.55753Q646.2319 171.55753 646.56 171.49503L646.56 172.37003Q646.1381 172.49503 645.7319 172.49503Q645.0131 172.49503 644.6381 172.05753Q644.2631 171.6044 644.2631 170.7919L644.2631 166.87003L643.1069 166.87003L643.1069 166.02628L644.2631 166.02628L644.2631 164.49503L645.3569 164.49503ZM649.06 172.37003L647.9819 172.37003L647.9819 163.37003L649.06 163.37003L649.06 172.37003ZM652.9506 170.77628L654.435 166.02628L655.59125 166.02628L653.0444 173.3544Q652.4506 174.93253 651.1694 174.93253L650.9506 174.9169L650.56 174.83878L650.56 173.96378L650.84125 173.9794Q651.40375 173.9794 651.7006 173.76065Q652.0131 173.5419 652.21625 172.94815L652.4506 172.2919L650.185 166.02628L651.3725 166.02628L652.9506 170.77628ZM663.7944 172.37003Q663.7006 172.18253 663.6381 171.69815Q662.8881 172.49503 661.84125 172.49503Q660.90375 172.49503 660.2944 171.96378Q659.7006 171.43253 659.7006 170.6044Q659.7006 169.62003 660.4506 169.07315Q661.2006 168.52628 662.5756 168.52628L663.6225 168.52628L663.6225 168.02628Q663.6225 167.46378 663.27875 167.13565Q662.9506 166.7919 662.27875 166.7919Q661.7006 166.7919 661.31 167.08878Q660.9194 167.37003 660.9194 167.7919L659.8256 167.7919Q659.8256 167.30753 660.15375 166.87003Q660.4975 166.43253 661.0756 166.18253Q661.65375 165.9169 662.34125 165.9169Q663.4506 165.9169 664.06 166.46378Q664.685 167.01065 664.71625 167.96378L664.71625 170.88565Q664.71625 171.76065 664.935 172.27628L664.935 172.37003L663.7944 172.37003ZM661.9975 171.5419Q662.5131 171.5419 662.96625 171.27628Q663.4194 171.01065 663.6225 170.58878L663.6225 169.2919L662.77875 169.2919Q660.77875 169.2919 660.77875 170.46378Q660.77875 170.96378 661.1225 171.26065Q661.46625 171.5419 661.9975 171.5419ZM666.6225 169.15128Q666.6225 167.6669 667.31 166.7919Q667.9975 165.9169 669.1225 165.9169Q670.27875 165.9169 670.935 166.7294L670.9819 166.02628L671.9819 166.02628L671.9819 172.21378Q671.9819 173.44815 671.2475 174.15128Q670.5131 174.87003 669.2944 174.87003Q668.6069 174.87003 667.9506 174.57315Q667.2944 174.27628 666.9506 173.77628L667.5131 173.12003Q668.2006 173.9794 669.21625 173.9794Q669.9975 173.9794 670.435 173.52628Q670.8881 173.08878 670.8881 172.27628L670.8881 171.7294Q670.2319 172.49503 669.1069 172.49503Q667.9975 172.49503 667.31 171.6044Q666.6225 170.69815 666.6225 169.15128ZM667.71625 169.27628Q667.71625 170.33878 668.15375 170.96378Q668.59125 171.57315 669.3881 171.57315Q670.40375 171.57315 670.8881 170.63565L670.8881 167.74503Q670.3881 166.83878 669.3881 166.83878Q668.6069 166.83878 668.15375 167.44815Q667.71625 168.05753 667.71625 169.27628ZM676.9506 166.99503Q676.7006 166.96378 676.4194 166.96378Q675.34125 166.96378 674.96625 167.87003L674.96625 172.37003L673.8881 172.37003L673.8881 166.02628L674.935 166.02628L674.9506 166.76065Q675.4819 165.9169 676.46625 165.9169Q676.77875 165.9169 676.9506 165.99503L676.9506 166.99503ZM680.5131 172.49503Q679.21625 172.49503 678.40375 171.65128Q677.6069 170.7919 677.6069 169.37003L677.6069 169.18253Q677.6069 168.2294 677.96625 167.49503Q678.3256 166.74503 678.96625 166.33878Q679.6225 165.9169 680.3725 165.9169Q681.6069 165.9169 682.2944 166.7294Q682.9819 167.5419 682.9819 169.05753L682.9819 169.51065L678.685 169.51065Q678.71625 170.44815 679.2319 171.02628Q679.7631 171.6044 680.5756 171.6044Q681.1381 171.6044 681.52875 171.37003Q681.935 171.13565 682.2475 170.74503L682.90375 171.26065Q682.1069 172.49503 680.5131 172.49503ZM680.3725 166.80753Q679.71625 166.80753 679.2631 167.2919Q678.8256 167.76065 678.7319 168.62003L681.90375 168.62003L681.90375 168.5419Q681.8569 167.71378 681.4506 167.26065Q681.06 166.80753 680.3725 166.80753ZM686.5131 172.49503Q685.21625 172.49503 684.40375 171.65128Q683.6069 170.7919 683.6069 169.37003L683.6069 169.18253Q683.6069 168.2294 683.96625 167.49503Q684.3256 166.74503 684.96625 166.33878Q685.6225 165.9169 686.3725 165.9169Q687.6069 165.9169 688.2944 166.7294Q688.9819 167.5419 688.9819 169.05753L688.9819 169.51065L684.685 169.51065Q684.71625 170.44815 685.2319 171.02628Q685.7631 171.6044 686.5756 171.6044Q687.1381 171.6044 687.52875 171.37003Q687.935 171.13565 688.2475 170.74503L688.90375 171.26065Q688.1069 172.49503 686.5131 172.49503ZM686.3725 166.80753Q685.71625 166.80753 685.2631 167.2919Q684.8256 167.76065 684.7319 168.62003L687.90375 168.62003L687.90375 168.5419Q687.8569 167.71378 687.4506 167.26065Q687.06 166.80753 686.3725 166.80753Z" fill-rule="nonzero"/><path fill="#6aa84f" d="M596.06 187.87003C596.06 187.31773 596.50775 186.87003 597.06 186.87003L607.06 186.87003C607.6123 186.87003 608.06 187.31773 608.06 187.87003L608.06 197.87003C608.06 198.4223 607.6123 198.87003 607.06 198.87003L597.06 198.87003C596.50775 198.87003 596.06 198.4223 596.06 197.87003Z" fill-rule="nonzero"/><path fill="#666666" d="M618.4975 188.83878L621.2944 195.7919L624.0756 188.83878L625.5444 188.83878L625.5444 197.37003L624.4194 197.37003L624.4194 194.0419L624.52875 190.46378L621.71625 197.37003L620.8569 197.37003L618.06 190.4794L618.1694 194.0419L618.1694 197.37003L617.0444 197.37003L617.0444 188.83878L618.4975 188.83878ZM626.59125 194.13565Q626.59125 193.21378 626.9506 192.46378Q627.3256 191.71378 627.9819 191.32315Q628.6381 190.9169 629.46625 190.9169Q630.7631 190.9169 631.56 191.80753Q632.3725 192.69815 632.3725 194.19815L632.3725 194.27628Q632.3725 195.19815 632.0131 195.93253Q631.65375 196.6669 630.9975 197.08878Q630.34125 197.49503 629.4819 197.49503Q628.2006 197.49503 627.3881 196.6044Q626.59125 195.69815 626.59125 194.21378L626.59125 194.13565ZM627.685 194.27628Q627.685 195.32315 628.1694 195.96378Q628.6694 196.6044 629.4819 196.6044Q630.31 196.6044 630.7944 195.96378Q631.27875 195.30753 631.27875 194.13565Q631.27875 193.1044 630.77875 192.46378Q630.2944 191.80753 629.46625 191.80753Q628.6694 191.80753 628.1694 192.44815Q627.685 193.07315 627.685 194.27628ZM633.6225 194.15128Q633.6225 192.68253 634.31 191.80753Q634.9975 190.9169 636.1225 190.9169Q637.2319 190.9169 637.8881 191.6669L637.8881 188.37003L638.96625 188.37003L638.96625 197.37003L637.96625 197.37003L637.9194 196.68253Q637.2631 197.49503 636.1069 197.49503Q635.0131 197.49503 634.31 196.58878Q633.6225 195.68253 633.6225 194.2294L633.6225 194.15128ZM634.7006 194.27628Q634.7006 195.3544 635.1381 195.96378Q635.59125 196.57315 636.3725 196.57315Q637.40375 196.57315 637.8881 195.63565L637.8881 192.7294Q637.40375 191.83878 636.3881 191.83878Q635.59125 191.83878 635.1381 192.44815Q634.7006 193.05753 634.7006 194.27628ZM643.5131 197.49503Q642.21625 197.49503 641.40375 196.65128Q640.6069 195.7919 640.6069 194.37003L640.6069 194.18253Q640.6069 193.2294 640.96625 192.49503Q641.3256 191.74503 641.96625 191.33878Q642.6225 190.9169 643.3725 190.9169Q644.6069 190.9169 645.2944 191.7294Q645.9819 192.5419 645.9819 194.05753L645.9819 194.51065L641.685 194.51065Q641.71625 195.44815 642.2319 196.02628Q642.7631 196.6044 643.5756 196.6044Q644.1381 196.6044 644.52875 196.37003Q644.935 196.13565 645.2475 195.74503L645.90375 196.26065Q645.1069 197.49503 643.5131 197.49503ZM643.3725 191.80753Q642.71625 191.80753 642.2631 192.2919Q641.8256 192.76065 641.7319 193.62003L644.90375 193.62003L644.90375 193.5419Q644.8569 192.71378 644.4506 192.26065Q644.06 191.80753 643.3725 191.80753ZM649.9506 191.99503Q649.7006 191.96378 649.4194 191.96378Q648.34125 191.96378 647.96625 192.87003L647.96625 197.37003L646.8881 197.37003L646.8881 191.02628L647.935 191.02628L647.9506 191.76065Q648.4819 190.9169 649.46625 190.9169Q649.77875 190.9169 649.9506 190.99503L649.9506 191.99503ZM654.7944 197.37003Q654.7006 197.18253 654.6381 196.69815Q653.8881 197.49503 652.84125 197.49503Q651.90375 197.49503 651.2944 196.96378Q650.7006 196.43253 650.7006 195.6044Q650.7006 194.62003 651.4506 194.07315Q652.2006 193.52628 653.5756 193.52628L654.6225 193.52628L654.6225 193.02628Q654.6225 192.46378 654.27875 192.13565Q653.9506 191.7919 653.27875 191.7919Q652.7006 191.7919 652.31 192.08878Q651.9194 192.37003 651.9194 192.7919L650.8256 192.7919Q650.8256 192.30753 651.15375 191.87003Q651.4975 191.43253 652.0756 191.18253Q652.65375 190.9169 653.34125 190.9169Q654.4506 190.9169 655.06 191.46378Q655.685 192.01065 655.71625 192.96378L655.71625 195.88565Q655.71625 196.76065 655.935 197.27628L655.935 197.37003L654.7944 197.37003ZM652.9975 196.5419Q653.5131 196.5419 653.96625 196.27628Q654.4194 196.01065 654.6225 195.58878L654.6225 194.2919L653.77875 194.2919Q651.77875 194.2919 651.77875 195.46378Q651.77875 195.96378 652.1225 196.26065Q652.46625 196.5419 652.9975 196.5419ZM659.3569 189.49503L659.3569 191.02628L660.52875 191.02628L660.52875 191.87003L659.3569 191.87003L659.3569 195.7919Q659.3569 196.18253 659.5131 196.37003Q659.6694 196.55753 660.0444 196.55753Q660.2319 196.55753 660.56 196.49503L660.56 197.37003Q660.1381 197.49503 659.7319 197.49503Q659.0131 197.49503 658.6381 197.05753Q658.2631 196.6044 658.2631 195.7919L658.2631 191.87003L657.1069 191.87003L657.1069 191.02628L658.2631 191.02628L658.2631 189.49503L659.3569 189.49503ZM664.5131 197.49503Q663.21625 197.49503 662.40375 196.65128Q661.6069 195.7919 661.6069 194.37003L661.6069 194.18253Q661.6069 193.2294 661.96625 192.49503Q662.3256 191.74503 662.96625 191.33878Q663.6225 190.9169 664.3725 190.9169Q665.6069 190.9169 666.2944 191.7294Q666.9819 192.5419 666.9819 194.05753L666.9819 194.51065L662.685 194.51065Q662.71625 195.44815 663.2319 196.02628Q663.7631 196.6044 664.5756 196.6044Q665.1381 196.6044 665.52875 196.37003Q665.935 196.13565 666.2475 195.74503L666.90375 196.26065Q666.1069 197.49503 664.5131 197.49503ZM664.3725 191.80753Q663.71625 191.80753 663.2631 192.2919Q662.8256 192.76065 662.7319 193.62003L665.90375 193.62003L665.90375 193.5419Q665.8569 192.71378 665.4506 192.26065Q665.06 191.80753 664.3725 191.80753ZM669.06 197.37003L667.9819 197.37003L667.9819 188.37003L669.06 188.37003L669.06 197.37003ZM672.9506 195.77628L674.435 191.02628L675.59125 191.02628L673.0444 198.3544Q672.4506 199.93253 671.1694 199.93253L670.9506 199.9169L670.56 199.83878L670.56 198.96378L670.84125 198.9794Q671.40375 198.9794 671.7006 198.76065Q672.0131 198.5419 672.21625 197.94815L672.4506 197.2919L670.185 191.02628L671.3725 191.02628L672.9506 195.77628ZM683.7944 197.37003Q683.7006 197.18253 683.6381 196.69815Q682.8881 197.49503 681.84125 197.49503Q680.90375 197.49503 680.2944 196.96378Q679.7006 196.43253 679.7006 195.6044Q679.7006 194.62003 680.4506 194.07315Q681.2006 193.52628 682.5756 193.52628L683.6225 193.52628L683.6225 193.02628Q683.6225 192.46378 683.27875 192.13565Q682.9506 191.7919 682.27875 191.7919Q681.7006 191.7919 681.31 192.08878Q680.9194 192.37003 680.9194 192.7919L679.8256 192.7919Q679.8256 192.30753 680.15375 191.87003Q680.4975 191.43253 681.0756 191.18253Q681.65375 190.9169 682.34125 190.9169Q683.4506 190.9169 684.06 191.46378Q684.685 192.01065 684.71625 192.96378L684.71625 195.88565Q684.71625 196.76065 684.935 197.27628L684.935 197.37003L683.7944 197.37003ZM681.9975 196.5419Q682.5131 196.5419 682.96625 196.27628Q683.4194 196.01065 683.6225 195.58878L683.6225 194.2919L682.77875 194.2919Q680.77875 194.2919 680.77875 195.46378Q680.77875 195.96378 681.1225 196.26065Q681.46625 196.5419 681.9975 196.5419ZM686.6225 194.15128Q686.6225 192.6669 687.31 191.7919Q687.9975 190.9169 689.1225 190.9169Q690.27875 190.9169 690.935 191.7294L690.9819 191.02628L691.9819 191.02628L691.9819 197.21378Q691.9819 198.44815 691.2475 199.15128Q690.5131 199.87003 689.2944 199.87003Q688.6069 199.87003 687.9506 199.57315Q687.2944 199.27628 686.9506 198.77628L687.5131 198.12003Q688.2006 198.9794 689.21625 198.9794Q689.9975 198.9794 690.435 198.52628Q690.8881 198.08878 690.8881 197.27628L690.8881 196.7294Q690.2319 197.49503 689.1069 197.49503Q687.9975 197.49503 687.31 196.6044Q686.6225 195.69815 686.6225 194.15128ZM687.71625 194.27628Q687.71625 195.33878 688.15375 195.96378Q688.59125 196.57315 689.3881 196.57315Q690.40375 196.57315 690.8881 195.63565L690.8881 192.74503Q690.3881 191.83878 689.3881 191.83878Q688.6069 191.83878 688.15375 192.44815Q687.71625 193.05753 687.71625 194.27628ZM696.9506 191.99503Q696.7006 191.96378 696.4194 191.96378Q695.34125 191.96378 694.96625 192.87003L694.96625 197.37003L693.8881 197.37003L693.8881 191.02628L694.935 191.02628L694.9506 191.76065Q695.4819 190.9169 696.46625 190.9169Q696.77875 190.9169 696.9506 190.99503L696.9506 191.99503ZM700.5131 197.49503Q699.21625 197.49503 698.40375 196.65128Q697.6069 195.7919 697.6069 194.37003L697.6069 194.18253Q697.6069 193.2294 697.96625 192.49503Q698.3256 191.74503 698.96625 191.33878Q699.6225 190.9169 700.3725 190.9169Q701.6069 190.9169 702.2944 191.7294Q702.9819 192.5419 702.9819 194.05753L702.9819 194.51065L698.685 194.51065Q698.71625 195.44815 699.2319 196.02628Q699.7631 196.6044 700.5756 196.6044Q701.1381 196.6044 701.52875 196.37003Q701.935 196.13565 702.2475 195.74503L702.90375 196.26065Q702.1069 197.49503 700.5131 197.49503ZM700.3725 191.80753Q699.71625 191.80753 699.2631 192.2919Q698.8256 192.76065 698.7319 193.62003L701.90375 193.62003L701.90375 193.5419Q701.8569 192.71378 701.4506 192.26065Q701.06 191.80753 700.3725 191.80753ZM706.5131 197.49503Q705.21625 197.49503 704.40375 196.65128Q703.6069 195.7919 703.6069 194.37003L703.6069 194.18253Q703.6069 193.2294 703.96625 192.49503Q704.3256 191.74503 704.96625 191.33878Q705.6225 190.9169 706.3725 190.9169Q707.6069 190.9169 708.2944 191.7294Q708.9819 192.5419 708.9819 194.05753L708.9819 194.51065L704.685 194.51065Q704.71625 195.44815 705.2319 196.02628Q705.7631 196.6044 706.5756 196.6044Q707.1381 196.6044 707.52875 196.37003Q707.935 196.13565 708.2475 195.74503L708.90375 196.26065Q708.1069 197.49503 706.5131 197.49503ZM706.3725 191.80753Q705.71625 191.80753 705.2631 192.2919Q704.8256 192.76065 704.7319 193.62003L707.90375 193.62003L707.90375 193.5419Q707.8569 192.71378 707.4506 192.26065Q707.06 191.80753 706.3725 191.80753Z" fill-rule="nonzero"/><path fill="#38761d" d="M596.06 212.87003C596.06 212.31773 596.50775 211.87003 597.06 211.87003L607.06 211.87003C607.6123 211.87003 608.06 212.31773 608.06 212.87003L608.06 222.87003C608.06 223.4223 607.6123 223.87003 607.06 223.87003L597.06 223.87003C596.50775 223.87003 596.06 223.4223 596.06 222.87003Z" fill-rule="nonzero"/><path fill="#666666" d="M619.56 218.57315Q618.1225 218.15128 617.4506 217.5419Q616.7944 216.93253 616.7944 216.0419Q616.7944 215.0419 617.59125 214.38565Q618.40375 213.71378 619.7006 213.71378Q620.5756 213.71378 621.2631 214.05753Q621.9506 214.40128 622.3256 214.99503Q622.71625 215.58878 622.71625 216.30753L621.5756 216.30753Q621.5756 215.52628 621.0756 215.08878Q620.59125 214.65128 619.7006 214.65128Q618.8725 214.65128 618.40375 215.02628Q617.935 215.38565 617.935 216.02628Q617.935 216.55753 618.3725 216.9169Q618.8256 217.27628 619.8881 217.57315Q620.9506 217.87003 621.5444 218.2294Q622.15375 218.58878 622.435 219.07315Q622.7319 219.55753 622.7319 220.19815Q622.7319 221.24503 621.9194 221.87003Q621.1069 222.49503 619.7631 222.49503Q618.8725 222.49503 618.1069 222.15128Q617.3569 221.80753 616.935 221.2294Q616.52875 220.63565 616.52875 219.90128L617.65375 219.90128Q617.65375 220.6669 618.2319 221.12003Q618.81 221.57315 619.7631 221.57315Q620.65375 221.57315 621.1225 221.21378Q621.59125 220.83878 621.59125 220.21378Q621.59125 219.58878 621.15375 219.24503Q620.71625 218.90128 619.56 218.57315ZM625.3569 214.49503L625.3569 216.02628L626.52875 216.02628L626.52875 216.87003L625.3569 216.87003L625.3569 220.7919Q625.3569 221.18253 625.5131 221.37003Q625.6694 221.55753 626.0444 221.55753Q626.2319 221.55753 626.56 221.49503L626.56 222.37003Q626.1381 222.49503 625.7319 222.49503Q625.0131 222.49503 624.6381 222.05753Q624.2631 221.6044 624.2631 220.7919L624.2631 216.87003L623.1069 216.87003L623.1069 216.02628L624.2631 216.02628L624.2631 214.49503L625.3569 214.49503ZM630.9506 216.99503Q630.7006 216.96378 630.4194 216.96378Q629.34125 216.96378 628.96625 217.87003L628.96625 222.37003L627.8881 222.37003L627.8881 216.02628L628.935 216.02628L628.9506 216.76065Q629.4819 215.9169 630.46625 215.9169Q630.77875 215.9169 630.9506 215.99503L630.9506 216.99503ZM631.59125 219.13565Q631.59125 218.21378 631.9506 217.46378Q632.3256 216.71378 632.9819 216.32315Q633.6381 215.9169 634.46625 215.9169Q635.7631 215.9169 636.56 216.80753Q637.3725 217.69815 637.3725 219.19815L637.3725 219.27628Q637.3725 220.19815 637.0131 220.93253Q636.65375 221.6669 635.9975 222.08878Q635.34125 222.49503 634.4819 222.49503Q633.2006 222.49503 632.3881 221.6044Q631.59125 220.69815 631.59125 219.21378L631.59125 219.13565ZM632.685 219.27628Q632.685 220.32315 633.1694 220.96378Q633.6694 221.6044 634.4819 221.6044Q635.31 221.6044 635.7944 220.96378Q636.27875 220.30753 636.27875 219.13565Q636.27875 218.1044 635.77875 217.46378Q635.2944 216.80753 634.46625 216.80753Q633.6694 216.80753 633.1694 217.44815Q632.685 218.07315 632.685 219.27628ZM639.90375 216.02628L639.935 216.82315Q640.6694 215.9169 641.84125 215.9169Q643.8569 215.9169 643.8725 218.18253L643.8725 222.37003L642.77875 222.37003L642.77875 218.1669Q642.77875 217.49503 642.46625 217.1669Q642.1694 216.83878 641.5131 216.83878Q640.9819 216.83878 640.5756 217.12003Q640.185 217.40128 639.96625 217.8544L639.96625 222.37003L638.8881 222.37003L638.8881 216.02628L639.90375 216.02628ZM645.6225 219.15128Q645.6225 217.6669 646.31 216.7919Q646.9975 215.9169 648.1225 215.9169Q649.27875 215.9169 649.935 216.7294L649.9819 216.02628L650.9819 216.02628L650.9819 222.21378Q650.9819 223.44815 650.2475 224.15128Q649.5131 224.87003 648.2944 224.87003Q647.6069 224.87003 646.9506 224.57315Q646.2944 224.27628 645.9506 223.77628L646.5131 223.12003Q647.2006 223.9794 648.21625 223.9794Q648.9975 223.9794 649.435 223.52628Q649.8881 223.08878 649.8881 222.27628L649.8881 221.7294Q649.2319 222.49503 648.1069 222.49503Q646.9975 222.49503 646.31 221.6044Q645.6225 220.69815 645.6225 219.15128ZM646.71625 219.27628Q646.71625 220.33878 647.15375 220.96378Q647.59125 221.57315 648.3881 221.57315Q649.40375 221.57315 649.8881 220.63565L649.8881 217.74503Q649.3881 216.83878 648.3881 216.83878Q647.6069 216.83878 647.15375 217.44815Q646.71625 218.05753 646.71625 219.27628ZM654.06 222.37003L652.9819 222.37003L652.9819 213.37003L654.06 213.37003L654.06 222.37003ZM657.9506 220.77628L659.435 216.02628L660.59125 216.02628L658.0444 223.3544Q657.4506 224.93253 656.1694 224.93253L655.9506 224.9169L655.56 224.83878L655.56 223.96378L655.84125 223.9794Q656.40375 223.9794 656.7006 223.76065Q657.0131 223.5419 657.21625 222.94815L657.4506 222.2919L655.185 216.02628L656.3725 216.02628L657.9506 220.77628ZM668.7944 222.37003Q668.7006 222.18253 668.6381 221.69815Q667.8881 222.49503 666.84125 222.49503Q665.90375 222.49503 665.2944 221.96378Q664.7006 221.43253 664.7006 220.6044Q664.7006 219.62003 665.4506 219.07315Q666.2006 218.52628 667.5756 218.52628L668.6225 218.52628L668.6225 218.02628Q668.6225 217.46378 668.27875 217.13565Q667.9506 216.7919 667.27875 216.7919Q666.7006 216.7919 666.31 217.08878Q665.9194 217.37003 665.9194 217.7919L664.8256 217.7919Q664.8256 217.30753 665.15375 216.87003Q665.4975 216.43253 666.0756 216.18253Q666.65375 215.9169 667.34125 215.9169Q668.4506 215.9169 669.06 216.46378Q669.685 217.01065 669.71625 217.96378L669.71625 220.88565Q669.71625 221.76065 669.935 222.27628L669.935 222.37003L668.7944 222.37003ZM666.9975 221.5419Q667.5131 221.5419 667.96625 221.27628Q668.4194 221.01065 668.6225 220.58878L668.6225 219.2919L667.77875 219.2919Q665.77875 219.2919 665.77875 220.46378Q665.77875 220.96378 666.1225 221.26065Q666.46625 221.5419 666.9975 221.5419ZM671.6225 219.15128Q671.6225 217.6669 672.31 216.7919Q672.9975 215.9169 674.1225 215.9169Q675.27875 215.9169 675.935 216.7294L675.9819 216.02628L676.9819 216.02628L676.9819 222.21378Q676.9819 223.44815 676.2475 224.15128Q675.5131 224.87003 674.2944 224.87003Q673.6069 224.87003 672.9506 224.57315Q672.2944 224.27628 671.9506 223.77628L672.5131 223.12003Q673.2006 223.9794 674.21625 223.9794Q674.9975 223.9794 675.435 223.52628Q675.8881 223.08878 675.8881 222.27628L675.8881 221.7294Q675.2319 222.49503 674.1069 222.49503Q672.9975 222.49503 672.31 221.6044Q671.6225 220.69815 671.6225 219.15128ZM672.71625 219.27628Q672.71625 220.33878 673.15375 220.96378Q673.59125 221.57315 674.3881 221.57315Q675.40375 221.57315 675.8881 220.63565L675.8881 217.74503Q675.3881 216.83878 674.3881 216.83878Q673.6069 216.83878 673.15375 217.44815Q672.71625 218.05753 672.71625 219.27628ZM681.9506 216.99503Q681.7006 216.96378 681.4194 216.96378Q680.34125 216.96378 679.96625 217.87003L679.96625 222.37003L678.8881 222.37003L678.8881 216.02628L679.935 216.02628L679.9506 216.76065Q680.4819 215.9169 681.46625 215.9169Q681.77875 215.9169 681.9506 215.99503L681.9506 216.99503ZM685.5131 222.49503Q684.21625 222.49503 683.40375 221.65128Q682.6069 220.7919 682.6069 219.37003L682.6069 219.18253Q682.6069 218.2294 682.96625 217.49503Q683.3256 216.74503 683.96625 216.33878Q684.6225 215.9169 685.3725 215.9169Q686.6069 215.9169 687.2944 216.7294Q687.9819 217.5419 687.9819 219.05753L687.9819 219.51065L683.685 219.51065Q683.71625 220.44815 684.2319 221.02628Q684.7631 221.6044 685.5756 221.6044Q686.1381 221.6044 686.52875 221.37003Q686.935 221.13565 687.2475 220.74503L687.90375 221.26065Q687.1069 222.49503 685.5131 222.49503ZM685.3725 216.80753Q684.71625 216.80753 684.2631 217.2919Q683.8256 217.76065 683.7319 218.62003L686.90375 218.62003L686.90375 218.5419Q686.8569 217.71378 686.4506 217.26065Q686.06 216.80753 685.3725 216.80753ZM691.5131 222.49503Q690.21625 222.49503 689.40375 221.65128Q688.6069 220.7919 688.6069 219.37003L688.6069 219.18253Q688.6069 218.2294 688.96625 217.49503Q689.3256 216.74503 689.96625 216.33878Q690.6225 215.9169 691.3725 215.9169Q692.6069 215.9169 693.2944 216.7294Q693.9819 217.5419 693.9819 219.05753L693.9819 219.51065L689.685 219.51065Q689.71625 220.44815 690.2319 221.02628Q690.7631 221.6044 691.5756 221.6044Q692.1381 221.6044 692.52875 221.37003Q692.935 221.13565 693.2475 220.74503L693.90375 221.26065Q693.1069 222.49503 691.5131 222.49503ZM691.3725 216.80753Q690.71625 216.80753 690.2631 217.2919Q689.8256 217.76065 689.7319 218.62003L692.90375 218.62003L692.90375 218.5419Q692.8569 217.71378 692.4506 217.26065Q692.06 216.80753 691.3725 216.80753Z" fill-rule="nonzero"/><path fill="#666666" d="M15.6125 25.916319L14.3 25.916319L14.3 15.963194L15.6125 15.963194L15.6125 25.916319ZM21.628124 25.916319L21.628124 19.494444L20.45625 19.494444L20.45625 18.525694L21.628124 18.525694L21.628124 17.760069Q21.628124 16.572569 22.253124 15.931944Q22.89375 15.275694 24.065624 15.275694Q24.503124 15.275694 24.925 15.385069L24.8625 16.416319Q24.534374 16.353819 24.175 16.353819Q23.565624 16.353819 23.221874 16.713194Q22.89375 17.072569 22.89375 17.744444L22.89375 18.525694L24.471874 18.525694L24.471874 19.494444L22.89375 19.494444L22.89375 25.916319L21.628124 25.916319ZM29.08125 26.056944Q27.565624 26.056944 26.628124 25.072569Q25.690624 24.072569 25.690624 22.416319L25.690624 22.197569Q25.690624 21.088194 26.1125 20.228819Q26.534374 19.353819 27.284374 18.869444Q28.034374 18.385069 28.925 18.385069Q30.3625 18.385069 31.159374 19.338194Q31.95625 20.275694 31.95625 22.056944L31.95625 22.572569L26.95625 22.572569Q26.971874 23.666319 27.58125 24.353819Q28.20625 25.025694 29.14375 25.025694Q29.815624 25.025694 30.26875 24.760069Q30.7375 24.478819 31.096874 24.025694L31.8625 24.619444Q30.940624 26.056944 29.08125 26.056944ZM28.925 19.416319Q28.159374 19.416319 27.628124 19.978819Q27.1125 20.541319 26.9875 21.541319L30.690624 21.541319L30.690624 21.447569Q30.64375 20.478819 30.175 19.947569Q29.70625 19.416319 28.925 19.416319ZM36.08125 26.056944Q34.565624 26.056944 33.628124 25.072569Q32.690624 24.072569 32.690624 22.416319L32.690624 22.197569Q32.690624 21.088194 33.1125 20.228819Q33.534374 19.353819 34.284374 18.869444Q35.034374 18.385069 35.925 18.385069Q37.3625 18.385069 38.159374 19.338194Q38.95625 20.275694 38.95625 22.056944L38.95625 22.572569L33.95625 22.572569Q33.971874 23.666319 34.58125 24.353819Q35.20625 25.025694 36.14375 25.025694Q36.815624 25.025694 37.26875 24.760069Q37.7375 24.478819 38.096874 24.025694L38.8625 24.619444Q37.940624 26.056944 36.08125 26.056944ZM35.925 19.416319Q35.159374 19.416319 34.628124 19.978819Q34.1125 20.541319 33.9875 21.541319L37.690624 21.541319L37.690624 21.447569Q37.64375 20.478819 37.175 19.947569Q36.70625 19.416319 35.925 19.416319ZM41.378124 25.916319L40.1125 25.916319L40.1125 15.416319L41.378124 15.416319L41.378124 25.916319ZM52.55 24.166319L53.971874 18.525694L55.2375 18.525694L53.096874 25.916319L52.065624 25.916319L50.26875 20.306944L48.51875 25.916319L47.4875 25.916319L45.346874 18.525694L46.596874 18.525694L48.065624 24.056944L49.784374 18.525694L50.8 18.525694L52.55 24.166319ZM60.08125 26.056944Q58.565624 26.056944 57.628124 25.072569Q56.690624 24.072569 56.690624 22.416319L56.690624 22.197569Q56.690624 21.088194 57.1125 20.228819Q57.534374 19.353819 58.284374 18.869444Q59.034374 18.385069 59.925 18.385069Q61.3625 18.385069 62.159374 19.338194Q62.95625 20.275694 62.95625 22.056944L62.95625 22.572569L57.95625 22.572569Q57.971874 23.666319 58.58125 24.353819Q59.20625 25.025694 60.14375 25.025694Q60.815624 25.025694 61.26875 24.760069Q61.7375 24.478819 62.096874 24.025694L62.8625 24.619444Q61.940624 26.056944 60.08125 26.056944ZM59.925 19.416319Q59.159374 19.416319 58.628124 19.978819Q58.1125 20.541319 57.9875 21.541319L61.690624 21.541319L61.690624 21.447569Q61.64375 20.478819 61.175 19.947569Q60.70625 19.416319 59.925 19.416319ZM65.37813 25.916319L64.1125 25.916319L64.1125 15.416319L65.37813 15.416319L65.37813 25.916319ZM69.97188 25.025694Q70.64375 25.025694 71.14375 24.619444Q71.65938 24.197569 71.72188 23.588194L72.90938 23.588194Q72.87813 24.213194 72.47188 24.791319Q72.06563 25.369444 71.39375 25.713194Q70.72188 26.056944 69.97188 26.056944Q68.45625 26.056944 67.56563 25.056944Q66.675 24.041319 66.675 22.291319L66.675 22.072569Q66.675 20.994444 67.06563 20.150694Q67.47188 19.306944 68.20625 18.853819Q68.95625 18.385069 69.97188 18.385069Q71.20625 18.385069 72.03438 19.135069Q72.8625 19.869444 72.90938 21.056944L71.72188 21.056944Q71.65938 20.338194 71.175 19.885069Q70.69063 19.416319 69.97188 19.416319Q69.00313 19.416319 68.47188 20.119444Q67.94063 20.806944 67.94063 22.119444L67.94063 22.353819Q67.94063 23.635069 68.47188 24.338194Q69.00313 25.025694 69.97188 25.025694ZM73.675 22.150694Q73.675 21.056944 74.09688 20.197569Q74.53438 19.322569 75.28438 18.853819Q76.05 18.385069 77.03438 18.385069Q78.53438 18.385069 79.47188 19.431944Q80.40938 20.478819 80.40938 22.213194L80.40938 22.306944Q80.40938 23.385069 79.9875 24.244444Q79.58125 25.088194 78.8 25.572569Q78.03438 26.056944 77.05 26.056944Q75.53438 26.056944 74.59688 25.010069Q73.675 23.963194 73.675 22.244444L73.675 22.150694ZM74.94063 22.306944Q74.94063 23.525694 75.50313 24.275694Q76.08125 25.025694 77.05 25.025694Q78.00313 25.025694 78.56563 24.275694Q79.14375 23.510069 79.14375 22.150694Q79.14375 20.931944 78.56563 20.181944Q77.9875 19.416319 77.03438 19.416319Q76.09688 19.416319 75.51875 20.166319Q74.94063 20.916319 74.94063 22.306944ZM83.19063 18.525694L83.2375 19.338194Q84.05 18.385069 85.425 18.385069Q86.97188 18.385069 87.53438 19.572569Q87.90938 19.041319 88.50313 18.713194Q89.09688 18.385069 89.89375 18.385069Q92.33125 18.385069 92.37813 20.963194L92.37813 25.916319L91.1125 25.916319L91.1125 21.041319Q91.1125 20.244444 90.7375 19.853819Q90.37813 19.463194 89.53438 19.463194Q88.81563 19.463194 88.34688 19.885069Q87.89375 20.291319 87.81563 21.010069L87.81563 25.916319L86.55 25.916319L86.55 21.072569Q86.55 19.463194 84.97188 19.463194Q83.72188 19.463194 83.26875 20.510069L83.26875 25.916319L82.00313 25.916319L82.00313 18.525694L83.19063 18.525694ZM97.08125 26.056944Q95.56563 26.056944 94.62813 25.072569Q93.69063 24.072569 93.69063 22.416319L93.69063 22.197569Q93.69063 21.088194 94.1125 20.228819Q94.53438 19.353819 95.28438 18.869444Q96.03438 18.385069 96.925 18.385069Q98.3625 18.385069 99.15938 19.338194Q99.95625 20.275694 99.95625 22.056944L99.95625 22.572569L94.95625 22.572569Q94.97188 23.666319 95.58125 24.353819Q96.20625 25.025694 97.14375 25.025694Q97.81563 25.025694 98.26875 24.760069Q98.7375 24.478819 99.09688 24.025694L99.8625 24.619444Q98.94063 26.056944 97.08125 26.056944ZM96.925 19.416319Q96.15938 19.416319 95.62813 19.978819Q95.1125 20.541319 94.9875 21.541319L98.69063 21.541319L98.69063 21.447569Q98.64375 20.478819 98.175 19.947569Q97.70625 19.416319 96.925 19.416319ZM105.37813 25.916319L104.1125 25.916319L104.1125 18.525694L105.37813 18.525694L105.37813 25.916319ZM104.01875 16.556944Q104.01875 16.244444 104.20625 16.041319Q104.39375 15.822569 104.75313 15.822569Q105.12813 15.822569 105.31563 16.041319Q105.51875 16.244444 105.51875 16.556944Q105.51875 16.869444 105.31563 17.072569Q105.12813 17.275694 104.75313 17.275694Q104.39375 17.275694 104.20625 17.072569Q104.01875 16.869444 104.01875 16.556944ZM108.20625 18.525694L108.2375 19.447569Q109.09688 18.385069 110.45625 18.385069Q112.8 18.385069 112.83125 21.025694L112.83125 25.916319L111.56563 25.916319L111.56563 21.025694Q111.55 20.228819 111.19063 19.853819Q110.83125 19.463194 110.08125 19.463194Q109.45625 19.463194 108.9875 19.791319Q108.53438 20.119444 108.26875 20.650694L108.26875 25.916319L107.00313 25.916319L107.00313 18.525694L108.20625 18.525694ZM119.72188 16.728819L119.72188 18.525694L121.09688 18.525694L121.09688 19.494444L119.72188 19.494444L119.72188 24.088194Q119.72188 24.525694 119.90938 24.760069Q120.09688 24.978819 120.53438 24.978819Q120.75313 24.978819 121.14375 24.885069L121.14375 25.916319Q120.64375 26.056944 120.175 26.056944Q119.31563 26.056944 118.87813 25.541319Q118.45625 25.025694 118.45625 24.088194L118.45625 19.494444L117.1125 19.494444L117.1125 18.525694L118.45625 18.525694L118.45625 16.728819L119.72188 16.728819ZM124.26875 19.416319Q125.1125 18.385069 126.45625 18.385069Q128.8 18.385069 128.83125 21.025694L128.83125 25.916319L127.56563 25.916319L127.56563 21.025694Q127.55 20.228819 127.19063 19.853819Q126.83125 19.463194 126.08125 19.463194Q125.45625 19.463194 124.9875 19.791319Q124.53438 20.119444 124.26875 20.650694L124.26875 25.916319L123.00313 25.916319L123.00313 15.416319L124.26875 15.416319L124.26875 19.416319ZM134.08125 26.056944Q132.56563 26.056944 131.62813 25.072569Q130.69063 24.072569 130.69063 22.416319L130.69063 22.197569Q130.69063 21.088194 131.1125 20.228819Q131.53438 19.353819 132.28438 18.869444Q133.03438 18.385069 133.925 18.385069Q135.3625 18.385069 136.15938 19.338194Q136.95625 20.275694 136.95625 22.056944L136.95625 22.572569L131.95625 22.572569Q131.97188 23.666319 132.58125 24.353819Q133.20625 25.025694 134.14375 25.025694Q134.81563 25.025694 135.26875 24.760069Q135.7375 24.478819 136.09688 24.025694L136.8625 24.619444Q135.94063 26.056944 134.08125 26.056944ZM133.925 19.416319Q133.15938 19.416319 132.62813 19.978819Q132.1125 20.541319 131.9875 21.541319L135.69063 21.541319L135.69063 21.447569Q135.64375 20.478819 135.175 19.947569Q134.70625 19.416319 133.925 19.416319ZM148.55 24.603819Q148.05 25.338194 147.14375 25.697569Q146.2375 26.056944 145.03438 26.056944Q143.81563 26.056944 142.8625 25.494444Q141.925 24.916319 141.40938 23.869444Q140.89375 22.806944 140.87813 21.416319L140.87813 20.556944Q140.87813 18.306944 141.925 17.072569Q142.9875 15.822569 144.87813 15.822569Q146.44063 15.822569 147.39375 16.619444Q148.34688 17.416319 148.55 18.885069L147.2375 18.885069Q146.87813 16.900694 144.89375 16.900694Q143.56563 16.900694 142.87813 17.838194Q142.20625 18.760069 142.20625 20.510069L142.20625 21.322569Q142.20625 23.010069 142.97188 23.994444Q143.7375 24.978819 145.03438 24.978819Q145.78438 24.978819 146.33125 24.822569Q146.89375 24.650694 147.25313 24.260069L147.25313 22.025694L144.94063 22.025694L144.94063 20.963194L148.55 20.963194L148.55 24.603819ZM150.675 22.150694Q150.675 21.056944 151.09688 20.197569Q151.53438 19.322569 152.28438 18.853819Q153.05 18.385069 154.03438 18.385069Q155.53438 18.385069 156.47188 19.431944Q157.40938 20.478819 157.40938 22.213194L157.40938 22.306944Q157.40938 23.385069 156.9875 24.244444Q156.58125 25.088194 155.8 25.572569Q155.03438 26.056944 154.05 26.056944Q152.53438 26.056944 151.59688 25.010069Q150.675 23.963194 150.675 22.244444L150.675 22.150694ZM151.94063 22.306944Q151.94063 23.525694 152.50313 24.275694Q153.08125 25.025694 154.05 25.025694Q155.00313 25.025694 155.56563 24.275694Q156.14375 23.510069 156.14375 22.150694Q156.14375 20.931944 155.56563 20.181944Q154.9875 19.416319 154.03438 19.416319Q153.09688 19.416319 152.51875 20.166319Q151.94063 20.916319 151.94063 22.306944ZM164.97188 25.025694Q165.64375 25.025694 166.14375 24.619444Q166.65938 24.197569 166.72188 23.588194L167.90938 23.588194Q167.87813 24.213194 167.47188 24.791319Q167.06563 25.369444 166.39375 25.713194Q165.72188 26.056944 164.97188 26.056944Q163.45625 26.056944 162.56563 25.056944Q161.675 24.041319 161.675 22.291319L161.675 22.072569Q161.675 20.994444 162.06563 20.150694Q162.47188 19.306944 163.20625 18.853819Q163.95625 18.385069 164.97188 18.385069Q166.20625 18.385069 167.03438 19.135069Q167.8625 19.869444 167.90938 21.056944L166.72188 21.056944Q166.65938 20.338194 166.175 19.885069Q165.69063 19.416319 164.97188 19.416319Q164.00313 19.416319 163.47188 20.119444Q162.94063 20.806944 162.94063 22.119444L162.94063 22.353819Q162.94063 23.635069 163.47188 24.338194Q164.00313 25.025694 164.97188 25.025694ZM168.675 22.150694Q168.675 21.056944 169.09688 20.197569Q169.53438 19.322569 170.28438 18.853819Q171.05 18.385069 172.03438 18.385069Q173.53438 18.385069 174.47188 19.431944Q175.40938 20.478819 175.40938 22.213194L175.40938 22.306944Q175.40938 23.385069 174.9875 24.244444Q174.58125 25.088194 173.8 25.572569Q173.03438 26.056944 172.05 26.056944Q170.53438 26.056944 169.59688 25.010069Q168.675 23.963194 168.675 22.244444L168.675 22.150694ZM169.94063 22.306944Q169.94063 23.525694 170.50313 24.275694Q171.08125 25.025694 172.05 25.025694Q173.00313 25.025694 173.56563 24.275694Q174.14375 23.510069 174.14375 22.150694Q174.14375 20.931944 173.56563 20.181944Q172.9875 19.416319 172.03438 19.416319Q171.09688 19.416319 170.51875 20.166319Q169.94063 20.916319 169.94063 22.306944ZM178.19063 18.525694L178.2375 19.338194Q179.05 18.385069 180.425 18.385069Q181.97188 18.385069 182.53438 19.572569Q182.90938 19.041319 183.50313 18.713194Q184.09688 18.385069 184.89375 18.385069Q187.33125 18.385069 187.37813 20.963194L187.37813 25.916319L186.1125 25.916319L186.1125 21.041319Q186.1125 20.244444 185.7375 19.853819Q185.37813 19.463194 184.53438 19.463194Q183.81563 19.463194 183.34688 19.885069Q182.89375 20.291319 182.81563 21.010069L182.81563 25.916319L181.55 25.916319L181.55 21.072569Q181.55 19.463194 179.97188 19.463194Q178.72188 19.463194 178.26875 20.510069L178.26875 25.916319L177.00313 25.916319L177.00313 18.525694L178.19063 18.525694ZM190.19063 18.525694L190.2375 19.338194Q191.05 18.385069 192.425 18.385069Q193.97188 18.385069 194.53438 19.572569Q194.90938 19.041319 195.50313 18.713194Q196.09688 18.385069 196.89375 18.385069Q199.33125 18.385069 199.37813 20.963194L199.37813 25.916319L198.1125 25.916319L198.1125 21.041319Q198.1125 20.244444 197.7375 19.853819Q197.37813 19.463194 196.53438 19.463194Q195.81563 19.463194 195.34688 19.885069Q194.89375 20.291319 194.81563 21.010069L194.81563 25.916319L193.55 25.916319L193.55 21.072569Q193.55 19.463194 191.97188 19.463194Q190.72188 19.463194 190.26875 20.510069L190.26875 25.916319L189.00313 25.916319L189.00313 18.525694L190.19063 18.525694ZM205.58125 25.181944Q204.83125 26.056944 203.40938 26.056944Q202.22188 26.056944 201.59688 25.369444Q200.9875 24.681944 200.9875 23.338194L200.9875 18.525694L202.2375 18.525694L202.2375 23.291319Q202.2375 24.978819 203.6125 24.978819Q205.06563 24.978819 205.53438 23.900694L205.53438 18.525694L206.8 18.525694L206.8 25.916319L205.59688 25.916319L205.58125 25.181944ZM210.20625 18.525694L210.2375 19.447569Q211.09688 18.385069 212.45625 18.385069Q214.8 18.385069 214.83125 21.025694L214.83125 25.916319L213.56563 25.916319L213.56563 21.025694Q213.55 20.228819 213.19063 19.853819Q212.83125 19.463194 212.08125 19.463194Q211.45625 19.463194 210.9875 19.791319Q210.53438 20.119444 210.26875 20.650694L210.26875 25.916319L209.00313 25.916319L209.00313 18.525694L210.20625 18.525694ZM218.37813 25.916319L217.1125 25.916319L217.1125 18.525694L218.37813 18.525694L218.37813 25.916319ZM217.01875 16.556944Q217.01875 16.244444 217.20625 16.041319Q217.39375 15.822569 217.75313 15.822569Q218.12813 15.822569 218.31563 16.041319Q218.51875 16.244444 218.51875 16.556944Q218.51875 16.869444 218.31563 17.072569Q218.12813 17.275694 217.75313 17.275694Q217.39375 17.275694 217.20625 17.072569Q217.01875 16.869444 217.01875 16.556944ZM221.72188 16.728819L221.72188 18.525694L223.09688 18.525694L223.09688 19.494444L221.72188 19.494444L221.72188 24.088194Q221.72188 24.525694 221.90938 24.760069Q222.09688 24.978819 222.53438 24.978819Q222.75313 24.978819 223.14375 24.885069L223.14375 25.916319Q222.64375 26.056944 222.175 26.056944Q221.31563 26.056944 220.87813 25.541319Q220.45625 25.025694 220.45625 24.088194L220.45625 19.494444L219.1125 19.494444L219.1125 18.525694L220.45625 18.525694L220.45625 16.728819L221.72188 16.728819ZM227.425 24.056944L229.14375 18.525694L230.50313 18.525694L227.53438 27.056944Q226.84688 28.900694 225.33125 28.900694L225.09688 28.885069L224.62813 28.791319L224.62813 27.775694L224.97188 27.791319Q225.6125 27.791319 225.97188 27.525694Q226.33125 27.275694 226.56563 26.588194L226.84688 25.838194L224.20625 18.525694L225.58125 18.525694L227.425 24.056944ZM232.03438 25.260069Q232.03438 24.931944 232.22188 24.713194Q232.425 24.494444 232.81563 24.494444Q233.20625 24.494444 233.40938 24.713194Q233.6125 24.931944 233.6125 25.260069Q233.6125 25.572569 233.40938 25.791319Q233.20625 25.994444 232.81563 25.994444Q232.425 25.994444 232.22188 25.791319Q232.03438 25.572569 232.03438 25.260069ZM232.03438 19.260069Q232.03438 18.931944 232.22188 18.713194Q232.425 18.494444 232.81563 18.494444Q233.20625 18.494444 233.40938 18.713194Q233.6125 18.931944 233.6125 19.260069Q233.6125 19.572569 233.40938 19.791319Q233.20625 19.994444 232.81563 19.994444Q232.425 19.994444 232.22188 19.791319Q232.03438 19.572569 232.03438 19.260069Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig4.svg b/_content/survey2019/fig4.svg
deleted file mode 100644
index 9480098..0000000
--- a/_content/survey2019/fig4.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 534.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="534" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 534.0L0 534.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M138.5 69.5L138.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M248.5 69.5L248.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M358.5 69.5L358.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 69.5L469.5 455.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M579.5 69.5L579.5 455.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M138.345 69.30526L579.425 69.30526L579.425 455.64673L138.345 455.64673L138.345 69.30526Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 99.0L138.0 90.0L473.0 90.0C474.10458 90.0 475.0 90.89543 475.0 92.0L475.0 97.0C475.0 98.10457 474.10458 99.0 473.0 99.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 99.0L138.0 90.0L473.0 90.0C474.10458 90.0 475.0 90.89543 475.0 92.0L475.0 97.0C475.0 98.10457 474.10458 99.0 473.0 99.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 160.0L138.0 151.0L496.0 151.0C497.10458 151.0 498.0 151.89543 498.0 153.0L498.0 158.0C498.0 159.10457 497.10458 160.0 496.0 160.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 160.0L138.0 151.0L496.0 151.0C497.10458 151.0 498.0 151.89543 498.0 153.0L498.0 158.0C498.0 159.10457 497.10458 160.0 496.0 160.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 221.0L138.0 212.0L438.0 212.0C439.10458 212.0 440.0 212.89543 440.0 214.0L440.0 219.0C440.0 220.10457 439.10458 221.0 438.0 221.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 221.0L138.0 212.0L438.0 212.0C439.10458 212.0 440.0 212.89543 440.0 214.0L440.0 219.0C440.0 220.10457 439.10458 221.0 438.0 221.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 282.0L138.0 273.0L229.0 273.0C230.10457 273.0 231.0 273.89542 231.0 275.0L231.0 280.0C231.0 281.10458 230.10457 282.0 229.0 282.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 282.0L138.0 273.0L229.0 273.0C230.10457 273.0 231.0 273.89542 231.0 275.0L231.0 280.0C231.0 281.10458 230.10457 282.0 229.0 282.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 343.0L138.0 334.0L187.0 334.0C188.10457 334.0 189.0 334.89542 189.0 336.0L189.0 341.0C189.0 342.10458 188.10457 343.0 187.0 343.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 343.0L138.0 334.0L187.0 334.0C188.10457 334.0 189.0 334.89542 189.0 336.0L189.0 341.0C189.0 342.10458 188.10457 343.0 187.0 343.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 404.0L138.0 395.0L148.0 395.0C149.10457 395.0 150.0 395.89542 150.0 397.0L150.0 402.0C150.0 403.10458 149.10457 404.0 148.0 404.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M138.0 404.0L138.0 395.0L148.0 395.0C149.10457 395.0 150.0 395.89542 150.0 397.0L150.0 402.0C150.0 403.10458 149.10457 404.0 148.0 404.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 109.0L138.0 100.0L506.0 100.0C507.10458 100.0 508.0 100.89543 508.0 102.0L508.0 107.0C508.0 108.10457 507.10458 109.0 506.0 109.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 109.0L138.0 100.0L506.0 100.0C507.10458 100.0 508.0 100.89543 508.0 102.0L508.0 107.0C508.0 108.10457 507.10458 109.0 506.0 109.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 170.0L138.0 161.0L482.0 161.0C483.10458 161.0 484.0 161.89543 484.0 163.0L484.0 168.0C484.0 169.10457 483.10458 170.0 482.0 170.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 170.0L138.0 161.0L482.0 161.0C483.10458 161.0 484.0 161.89543 484.0 163.0L484.0 168.0C484.0 169.10457 483.10458 170.0 482.0 170.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 231.0L138.0 222.0L434.0 222.0C435.10458 222.0 436.0 222.89543 436.0 224.0L436.0 229.0C436.0 230.10457 435.10458 231.0 434.0 231.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 231.0L138.0 222.0L434.0 222.0C435.10458 222.0 436.0 222.89543 436.0 224.0L436.0 229.0C436.0 230.10457 435.10458 231.0 434.0 231.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 292.0L138.0 283.0L224.0 283.0C225.10457 283.0 226.0 283.89542 226.0 285.0L226.0 290.0C226.0 291.10458 225.10457 292.0 224.0 292.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 292.0L138.0 283.0L224.0 283.0C225.10457 283.0 226.0 283.89542 226.0 285.0L226.0 290.0C226.0 291.10458 225.10457 292.0 224.0 292.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 353.0L138.0 344.0L181.0 344.0C182.10457 344.0 183.0 344.89542 183.0 346.0L183.0 351.0C183.0 352.10458 182.10457 353.0 181.0 353.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 353.0L138.0 344.0L181.0 344.0C182.10457 344.0 183.0 344.89542 183.0 346.0L183.0 351.0C183.0 352.10458 182.10457 353.0 181.0 353.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 414.0L138.0 405.0L146.0 405.0C147.10457 405.0 148.0 405.89542 148.0 407.0L148.0 412.0C148.0 413.10458 147.10457 414.0 146.0 414.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M138.0 414.0L138.0 405.0L146.0 405.0C147.10457 405.0 148.0 405.89542 148.0 407.0L148.0 412.0C148.0 413.10458 147.10457 414.0 146.0 414.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 119.0L138.0 110.0L536.0 110.0C537.10455 110.0 538.0 110.89543 538.0 112.0L538.0 117.0C538.0 118.10457 537.10455 119.0 536.0 119.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 119.0L138.0 110.0L536.0 110.0C537.10455 110.0 538.0 110.89543 538.0 112.0L538.0 117.0C538.0 118.10457 537.10455 119.0 536.0 119.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 180.0L138.0 171.0L521.0 171.0C522.10455 171.0 523.0 171.89543 523.0 173.0L523.0 178.0C523.0 179.10457 522.10455 180.0 521.0 180.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 180.0L138.0 171.0L521.0 171.0C522.10455 171.0 523.0 171.89543 523.0 173.0L523.0 178.0C523.0 179.10457 522.10455 180.0 521.0 180.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 241.0L138.0 232.0L486.0 232.0C487.10458 232.0 488.0 232.89543 488.0 234.0L488.0 239.0C488.0 240.10457 487.10458 241.0 486.0 241.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 241.0L138.0 232.0L486.0 232.0C487.10458 232.0 488.0 232.89543 488.0 234.0L488.0 239.0C488.0 240.10457 487.10458 241.0 486.0 241.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 302.0L138.0 293.0L243.0 293.0C244.10457 293.0 245.0 293.89542 245.0 295.0L245.0 300.0C245.0 301.10458 244.10457 302.0 243.0 302.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 302.0L138.0 293.0L243.0 293.0C244.10457 293.0 245.0 293.89542 245.0 295.0L245.0 300.0C245.0 301.10458 244.10457 302.0 243.0 302.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 363.0L138.0 354.0L188.0 354.0C189.10457 354.0 190.0 354.89542 190.0 356.0L190.0 361.0C190.0 362.10458 189.10457 363.0 188.0 363.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 363.0L138.0 354.0L188.0 354.0C189.10457 354.0 190.0 354.89542 190.0 356.0L190.0 361.0C190.0 362.10458 189.10457 363.0 188.0 363.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 424.0L138.0 415.0L143.0 415.0C144.10457 415.0 145.0 415.89542 145.0 417.0L145.0 422.0C145.0 423.10458 144.10457 424.0 143.0 424.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M138.0 424.0L138.0 415.0L143.0 415.0C144.10457 415.0 145.0 415.89542 145.0 417.0L145.0 422.0C145.0 423.10458 144.10457 424.0 143.0 424.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 129.0L138.0 120.0L535.0 120.0C536.10455 120.0 537.0 120.89543 537.0 122.0L537.0 127.0C537.0 128.10457 536.10455 129.0 535.0 129.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 129.0L138.0 120.0L535.0 120.0C536.10455 120.0 537.0 120.89543 537.0 122.0L537.0 127.0C537.0 128.10457 536.10455 129.0 535.0 129.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 190.0L138.0 181.0L476.0 181.0C477.10458 181.0 478.0 181.89543 478.0 183.0L478.0 188.0C478.0 189.10457 477.10458 190.0 476.0 190.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 190.0L138.0 181.0L476.0 181.0C477.10458 181.0 478.0 181.89543 478.0 183.0L478.0 188.0C478.0 189.10457 477.10458 190.0 476.0 190.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 251.0L138.0 242.0L432.0 242.0C433.10458 242.0 434.0 242.89543 434.0 244.0L434.0 249.0C434.0 250.10457 433.10458 251.0 432.0 251.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 251.0L138.0 242.0L432.0 242.0C433.10458 242.0 434.0 242.89543 434.0 244.0L434.0 249.0C434.0 250.10457 433.10458 251.0 432.0 251.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 312.0L138.0 303.0L223.0 303.0C224.10457 303.0 225.0 303.89542 225.0 305.0L225.0 310.0C225.0 311.10458 224.10457 312.0 223.0 312.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 312.0L138.0 303.0L223.0 303.0C224.10457 303.0 225.0 303.89542 225.0 305.0L225.0 310.0C225.0 311.10458 224.10457 312.0 223.0 312.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 373.0L138.0 364.0L186.0 364.0C187.10457 364.0 188.0 364.89542 188.0 366.0L188.0 371.0C188.0 372.10458 187.10457 373.0 186.0 373.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 373.0L138.0 364.0L186.0 364.0C187.10457 364.0 188.0 364.89542 188.0 366.0L188.0 371.0C188.0 372.10458 187.10457 373.0 186.0 373.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M138.0 434.0L138.0 425.0L143.0 425.0C144.10457 425.0 145.0 425.89542 145.0 427.0L145.0 432.0C145.0 433.10458 144.10457 434.0 143.0 434.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M138.0 434.0L138.0 425.0L143.0 425.0C144.10457 425.0 145.0 425.89542 145.0 427.0L145.0 432.0C145.0 433.10458 144.10457 434.0 143.0 434.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M489.17065 91.390625L489.17065 92.15625L488.99878 92.15625Q487.9519 92.171875 487.3269 92.78125Q486.7019 93.375 486.59253 94.484375Q487.15503 93.84375 488.12378 93.84375Q489.06128 93.84375 489.60815 94.5Q490.17065 95.140625 490.17065 96.1875Q490.17065 97.28125 489.56128 97.9375Q488.96753 98.59375 487.96753 98.59375Q486.9519 98.59375 486.31128 97.8125Q485.67065 97.03125 485.67065 95.796875L485.67065 95.453125Q485.67065 93.484375 486.49878 92.453125Q487.34253 91.40625 488.99878 91.390625L489.17065 91.390625ZM487.98315 94.59375Q487.5144 94.59375 487.12378 94.875Q486.73315 95.140625 486.5769 95.5625L486.5769 95.890625Q486.5769 96.78125 486.96753 97.3125Q487.37378 97.84375 487.96753 97.84375Q488.5769 97.84375 488.92065 97.40625Q489.28003 96.953125 489.28003 96.21875Q489.28003 95.484375 488.92065 95.046875Q488.56128 94.59375 487.98315 94.59375ZM494.59253 98.5L493.68628 98.5L493.68628 92.484375L491.85815 93.140625L491.85815 92.328125L494.4519 91.359375L494.59253 91.359375L494.59253 98.5ZM497.54565 92.75Q497.54565 92.125 497.9519 91.703125Q498.35815 91.28125 498.99878 91.28125Q499.65503 91.28125 500.04565 91.703125Q500.4519 92.125 500.4519 92.78125L500.4519 93.140625Q500.4519 93.78125 500.04565 94.1875Q499.6394 94.59375 499.0144 94.59375Q498.37378 94.59375 497.9519 94.1875Q497.54565 93.78125 497.54565 93.09375L497.54565 92.75ZM498.21753 93.140625Q498.21753 93.515625 498.42065 93.765625Q498.6394 94.0 499.0144 94.0Q499.35815 94.0 499.56128 93.765625Q499.78003 93.53125 499.78003 93.109375L499.78003 92.75Q499.78003 92.375 499.56128 92.125Q499.35815 91.875 498.99878 91.875Q498.6394 91.875 498.42065 92.125Q498.21753 92.375 498.21753 92.78125L498.21753 93.140625ZM500.99878 96.75Q500.99878 96.109375 501.40503 95.703125Q501.8269 95.296875 502.4519 95.296875Q503.09253 95.296875 503.49878 95.703125Q503.92065 96.109375 503.92065 96.796875L503.92065 97.140625Q503.92065 97.78125 503.5144 98.203125Q503.10815 98.609375 502.46753 98.609375Q501.84253 98.609375 501.42065 98.203125Q500.99878 97.78125 500.99878 97.109375L500.99878 96.75ZM501.68628 97.140625Q501.68628 97.515625 501.8894 97.765625Q502.10815 98.015625 502.46753 98.015625Q502.8269 98.015625 503.03003 97.78125Q503.24878 97.53125 503.24878 97.125L503.24878 96.75Q503.24878 96.375 503.03003 96.125Q502.81128 95.875 502.46753 95.875Q502.10815 95.875 501.8894 96.125Q501.68628 96.359375 501.68628 96.78125L501.68628 97.140625ZM499.21753 97.96875L498.7019 97.640625L502.17065 92.078125L502.68628 92.40625L499.21753 97.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M489.17065 91.390625L489.17065 92.15625L488.99878 92.15625Q487.9519 92.171875 487.3269 92.78125Q486.7019 93.375 486.59253 94.484375Q487.15503 93.84375 488.12378 93.84375Q489.06128 93.84375 489.60815 94.5Q490.17065 95.140625 490.17065 96.1875Q490.17065 97.28125 489.56128 97.9375Q488.96753 98.59375 487.96753 98.59375Q486.9519 98.59375 486.31128 97.8125Q485.67065 97.03125 485.67065 95.796875L485.67065 95.453125Q485.67065 93.484375 486.49878 92.453125Q487.34253 91.40625 488.99878 91.390625L489.17065 91.390625ZM487.98315 94.59375Q487.5144 94.59375 487.12378 94.875Q486.73315 95.140625 486.5769 95.5625L486.5769 95.890625Q486.5769 96.78125 486.96753 97.3125Q487.37378 97.84375 487.96753 97.84375Q488.5769 97.84375 488.92065 97.40625Q489.28003 96.953125 489.28003 96.21875Q489.28003 95.484375 488.92065 95.046875Q488.56128 94.59375 487.98315 94.59375ZM494.59253 98.5L493.68628 98.5L493.68628 92.484375L491.85815 93.140625L491.85815 92.328125L494.4519 91.359375L494.59253 91.359375L494.59253 98.5ZM497.54565 92.75Q497.54565 92.125 497.9519 91.703125Q498.35815 91.28125 498.99878 91.28125Q499.65503 91.28125 500.04565 91.703125Q500.4519 92.125 500.4519 92.78125L500.4519 93.140625Q500.4519 93.78125 500.04565 94.1875Q499.6394 94.59375 499.0144 94.59375Q498.37378 94.59375 497.9519 94.1875Q497.54565 93.78125 497.54565 93.09375L497.54565 92.75ZM498.21753 93.140625Q498.21753 93.515625 498.42065 93.765625Q498.6394 94.0 499.0144 94.0Q499.35815 94.0 499.56128 93.765625Q499.78003 93.53125 499.78003 93.109375L499.78003 92.75Q499.78003 92.375 499.56128 92.125Q499.35815 91.875 498.99878 91.875Q498.6394 91.875 498.42065 92.125Q498.21753 92.375 498.21753 92.78125L498.21753 93.140625ZM500.99878 96.75Q500.99878 96.109375 501.40503 95.703125Q501.8269 95.296875 502.4519 95.296875Q503.09253 95.296875 503.49878 95.703125Q503.92065 96.109375 503.92065 96.796875L503.92065 97.140625Q503.92065 97.78125 503.5144 98.203125Q503.10815 98.609375 502.46753 98.609375Q501.84253 98.609375 501.42065 98.203125Q500.99878 97.78125 500.99878 97.109375L500.99878 96.75ZM501.68628 97.140625Q501.68628 97.515625 501.8894 97.765625Q502.10815 98.015625 502.46753 98.015625Q502.8269 98.015625 503.03003 97.78125Q503.24878 97.53125 503.24878 97.125L503.24878 96.75Q503.24878 96.375 503.03003 96.125Q502.81128 95.875 502.46753 95.875Q502.10815 95.875 501.8894 96.125Q501.68628 96.359375 501.68628 96.78125L501.68628 97.140625ZM499.21753 97.96875L498.7019 97.640625L502.17065 92.078125L502.68628 92.40625L499.21753 97.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M511.91763 152.39062L511.91763 153.15625L511.74576 153.15625Q510.69888 153.17188 510.07388 153.78125Q509.44888 154.375 509.3395 155.48438Q509.902 154.84375 510.87076 154.84375Q511.80826 154.84375 512.3551 155.5Q512.9176 156.14062 512.9176 157.1875Q512.9176 158.28125 512.3082 158.9375Q511.7145 159.59375 510.7145 159.59375Q509.69888 159.59375 509.05826 158.8125Q508.41763 158.03125 508.41763 156.79688L508.41763 156.45312Q508.41763 154.48438 509.24576 153.45312Q510.0895 152.40625 511.74576 152.39062L511.91763 152.39062ZM510.73013 155.59375Q510.26138 155.59375 509.87076 155.875Q509.48013 156.14062 509.32388 156.5625L509.32388 156.89062Q509.32388 157.78125 509.7145 158.3125Q510.12076 158.84375 510.7145 158.84375Q511.32388 158.84375 511.66763 158.40625Q512.027 157.95312 512.027 157.21875Q512.027 156.48438 511.66763 156.04688Q511.30826 155.59375 510.73013 155.59375ZM514.777 155.9375L515.152 152.39062L518.7926 152.39062L518.7926 153.21875L515.9176 153.21875L515.69885 155.15625Q516.2145 154.85938 516.88635 154.85938Q517.8551 154.85938 518.4176 155.5Q518.9957 156.14062 518.9957 157.23438Q518.9957 158.32812 518.402 158.96875Q517.8082 159.59375 516.7457 159.59375Q515.8082 159.59375 515.19885 159.07812Q514.6051 158.54688 514.527 157.625L515.38635 157.625Q515.4645 158.23438 515.8082 158.54688Q516.1676 158.85938 516.7457 158.85938Q517.3707 158.85938 517.7301 158.4375Q518.0895 158.0 518.0895 157.25Q518.0895 156.53125 517.69885 156.10938Q517.32385 155.67188 516.6676 155.67188Q516.0895 155.67188 515.7457 155.92188L515.51135 156.125L514.777 155.9375ZM520.2926 153.75Q520.2926 153.125 520.69885 152.70312Q521.1051 152.28125 521.7457 152.28125Q522.402 152.28125 522.7926 152.70312Q523.19885 153.125 523.19885 153.78125L523.19885 154.14062Q523.19885 154.78125 522.7926 155.1875Q522.38635 155.59375 521.76135 155.59375Q521.1207 155.59375 520.69885 155.1875Q520.2926 154.78125 520.2926 154.09375L520.2926 153.75ZM520.9645 154.14062Q520.9645 154.51562 521.1676 154.76562Q521.38635 155.0 521.76135 155.0Q522.1051 155.0 522.3082 154.76562Q522.527 154.53125 522.527 154.10938L522.527 153.75Q522.527 153.375 522.3082 153.125Q522.1051 152.875 521.7457 152.875Q521.38635 152.875 521.1676 153.125Q520.9645 153.375 520.9645 153.78125L520.9645 154.14062ZM523.7457 157.75Q523.7457 157.10938 524.152 156.70312Q524.57385 156.29688 525.19885 156.29688Q525.8395 156.29688 526.2457 156.70312Q526.6676 157.10938 526.6676 157.79688L526.6676 158.14062Q526.6676 158.78125 526.26135 159.20312Q525.8551 159.60938 525.2145 159.60938Q524.5895 159.60938 524.1676 159.20312Q523.7457 158.78125 523.7457 158.10938L523.7457 157.75ZM524.4332 158.14062Q524.4332 158.51562 524.63635 158.76562Q524.8551 159.01562 525.2145 159.01562Q525.57385 159.01562 525.777 158.78125Q525.9957 158.53125 525.9957 158.125L525.9957 157.75Q525.9957 157.375 525.777 157.125Q525.5582 156.875 525.2145 156.875Q524.8551 156.875 524.63635 157.125Q524.4332 157.35938 524.4332 157.78125L524.4332 158.14062ZM521.9645 158.96875L521.44885 158.64062L524.9176 153.07812L525.4332 153.40625L521.9645 158.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M511.91763 152.39062L511.91763 153.15625L511.74576 153.15625Q510.69888 153.17188 510.07388 153.78125Q509.44888 154.375 509.3395 155.48438Q509.902 154.84375 510.87076 154.84375Q511.80826 154.84375 512.3551 155.5Q512.9176 156.14062 512.9176 157.1875Q512.9176 158.28125 512.3082 158.9375Q511.7145 159.59375 510.7145 159.59375Q509.69888 159.59375 509.05826 158.8125Q508.41763 158.03125 508.41763 156.79688L508.41763 156.45312Q508.41763 154.48438 509.24576 153.45312Q510.0895 152.40625 511.74576 152.39062L511.91763 152.39062ZM510.73013 155.59375Q510.26138 155.59375 509.87076 155.875Q509.48013 156.14062 509.32388 156.5625L509.32388 156.89062Q509.32388 157.78125 509.7145 158.3125Q510.12076 158.84375 510.7145 158.84375Q511.32388 158.84375 511.66763 158.40625Q512.027 157.95312 512.027 157.21875Q512.027 156.48438 511.66763 156.04688Q511.30826 155.59375 510.73013 155.59375ZM514.777 155.9375L515.152 152.39062L518.7926 152.39062L518.7926 153.21875L515.9176 153.21875L515.69885 155.15625Q516.2145 154.85938 516.88635 154.85938Q517.8551 154.85938 518.4176 155.5Q518.9957 156.14062 518.9957 157.23438Q518.9957 158.32812 518.402 158.96875Q517.8082 159.59375 516.7457 159.59375Q515.8082 159.59375 515.19885 159.07812Q514.6051 158.54688 514.527 157.625L515.38635 157.625Q515.4645 158.23438 515.8082 158.54688Q516.1676 158.85938 516.7457 158.85938Q517.3707 158.85938 517.7301 158.4375Q518.0895 158.0 518.0895 157.25Q518.0895 156.53125 517.69885 156.10938Q517.32385 155.67188 516.6676 155.67188Q516.0895 155.67188 515.7457 155.92188L515.51135 156.125L514.777 155.9375ZM520.2926 153.75Q520.2926 153.125 520.69885 152.70312Q521.1051 152.28125 521.7457 152.28125Q522.402 152.28125 522.7926 152.70312Q523.19885 153.125 523.19885 153.78125L523.19885 154.14062Q523.19885 154.78125 522.7926 155.1875Q522.38635 155.59375 521.76135 155.59375Q521.1207 155.59375 520.69885 155.1875Q520.2926 154.78125 520.2926 154.09375L520.2926 153.75ZM520.9645 154.14062Q520.9645 154.51562 521.1676 154.76562Q521.38635 155.0 521.76135 155.0Q522.1051 155.0 522.3082 154.76562Q522.527 154.53125 522.527 154.10938L522.527 153.75Q522.527 153.375 522.3082 153.125Q522.1051 152.875 521.7457 152.875Q521.38635 152.875 521.1676 153.125Q520.9645 153.375 520.9645 153.78125L520.9645 154.14062ZM523.7457 157.75Q523.7457 157.10938 524.152 156.70312Q524.57385 156.29688 525.19885 156.29688Q525.8395 156.29688 526.2457 156.70312Q526.6676 157.10938 526.6676 157.79688L526.6676 158.14062Q526.6676 158.78125 526.26135 159.20312Q525.8551 159.60938 525.2145 159.60938Q524.5895 159.60938 524.1676 159.20312Q523.7457 158.78125 523.7457 158.10938L523.7457 157.75ZM524.4332 158.14062Q524.4332 158.51562 524.63635 158.76562Q524.8551 159.01562 525.2145 159.01562Q525.57385 159.01562 525.777 158.78125Q525.9957 158.53125 525.9957 158.125L525.9957 157.75Q525.9957 157.375 525.777 157.125Q525.5582 156.875 525.2145 156.875Q524.8551 156.875 524.63635 157.125Q524.4332 157.35938 524.4332 157.78125L524.4332 158.14062ZM521.9645 158.96875L521.44885 158.64062L524.9176 153.07812L525.4332 153.40625L521.9645 158.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M451.23172 216.9375L451.60672 213.39062L455.24734 213.39062L455.24734 214.21875L452.37234 214.21875L452.1536 216.15625Q452.66922 215.85938 453.3411 215.85938Q454.30984 215.85938 454.87234 216.5Q455.45047 217.14062 455.45047 218.23438Q455.45047 219.32812 454.85672 219.96875Q454.26297 220.59375 453.20047 220.59375Q452.26297 220.59375 451.6536 220.07812Q451.05984 219.54688 450.98172 218.625L451.8411 218.625Q451.91922 219.23438 452.26297 219.54688Q452.62234 219.85938 453.20047 219.85938Q453.82547 219.85938 454.18484 219.4375Q454.54422 219.0 454.54422 218.25Q454.54422 217.53125 454.1536 217.10938Q453.7786 216.67188 453.12234 216.67188Q452.54422 216.67188 452.20047 216.92188L451.9661 217.125L451.23172 216.9375ZM457.23172 216.9375L457.60672 213.39062L461.24734 213.39062L461.24734 214.21875L458.37234 214.21875L458.1536 216.15625Q458.66922 215.85938 459.3411 215.85938Q460.30984 215.85938 460.87234 216.5Q461.45047 217.14062 461.45047 218.23438Q461.45047 219.32812 460.85672 219.96875Q460.26297 220.59375 459.20047 220.59375Q458.26297 220.59375 457.6536 220.07812Q457.05984 219.54688 456.98172 218.625L457.8411 218.625Q457.91922 219.23438 458.26297 219.54688Q458.62234 219.85938 459.20047 219.85938Q459.82547 219.85938 460.18484 219.4375Q460.54422 219.0 460.54422 218.25Q460.54422 217.53125 460.1536 217.10938Q459.7786 216.67188 459.12234 216.67188Q458.54422 216.67188 458.20047 216.92188L457.9661 217.125L457.23172 216.9375ZM462.74734 214.75Q462.74734 214.125 463.1536 213.70312Q463.55984 213.28125 464.20047 213.28125Q464.85672 213.28125 465.24734 213.70312Q465.6536 214.125 465.6536 214.78125L465.6536 215.14062Q465.6536 215.78125 465.24734 216.1875Q464.8411 216.59375 464.2161 216.59375Q463.57547 216.59375 463.1536 216.1875Q462.74734 215.78125 462.74734 215.09375L462.74734 214.75ZM463.41922 215.14062Q463.41922 215.51562 463.62234 215.76562Q463.8411 216.0 464.2161 216.0Q464.55984 216.0 464.76297 215.76562Q464.98172 215.53125 464.98172 215.10938L464.98172 214.75Q464.98172 214.375 464.76297 214.125Q464.55984 213.875 464.20047 213.875Q463.8411 213.875 463.62234 214.125Q463.41922 214.375 463.41922 214.78125L463.41922 215.14062ZM466.20047 218.75Q466.20047 218.10938 466.60672 217.70312Q467.0286 217.29688 467.6536 217.29688Q468.29422 217.29688 468.70047 217.70312Q469.12234 218.10938 469.12234 218.79688L469.12234 219.14062Q469.12234 219.78125 468.7161 220.20312Q468.30984 220.60938 467.66922 220.60938Q467.04422 220.60938 466.62234 220.20312Q466.20047 219.78125 466.20047 219.10938L466.20047 218.75ZM466.88797 219.14062Q466.88797 219.51562 467.0911 219.76562Q467.30984 220.01562 467.66922 220.01562Q468.0286 220.01562 468.23172 219.78125Q468.45047 219.53125 468.45047 219.125L468.45047 218.75Q468.45047 218.375 468.23172 218.125Q468.01297 217.875 467.66922 217.875Q467.30984 217.875 467.0911 218.125Q466.88797 218.35938 466.88797 218.78125L466.88797 219.14062ZM464.41922 219.96875L463.9036 219.64062L467.37234 214.07812L467.88797 214.40625L464.41922 219.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M451.23172 216.9375L451.60672 213.39062L455.24734 213.39062L455.24734 214.21875L452.37234 214.21875L452.1536 216.15625Q452.66922 215.85938 453.3411 215.85938Q454.30984 215.85938 454.87234 216.5Q455.45047 217.14062 455.45047 218.23438Q455.45047 219.32812 454.85672 219.96875Q454.26297 220.59375 453.20047 220.59375Q452.26297 220.59375 451.6536 220.07812Q451.05984 219.54688 450.98172 218.625L451.8411 218.625Q451.91922 219.23438 452.26297 219.54688Q452.62234 219.85938 453.20047 219.85938Q453.82547 219.85938 454.18484 219.4375Q454.54422 219.0 454.54422 218.25Q454.54422 217.53125 454.1536 217.10938Q453.7786 216.67188 453.12234 216.67188Q452.54422 216.67188 452.20047 216.92188L451.9661 217.125L451.23172 216.9375ZM457.23172 216.9375L457.60672 213.39062L461.24734 213.39062L461.24734 214.21875L458.37234 214.21875L458.1536 216.15625Q458.66922 215.85938 459.3411 215.85938Q460.30984 215.85938 460.87234 216.5Q461.45047 217.14062 461.45047 218.23438Q461.45047 219.32812 460.85672 219.96875Q460.26297 220.59375 459.20047 220.59375Q458.26297 220.59375 457.6536 220.07812Q457.05984 219.54688 456.98172 218.625L457.8411 218.625Q457.91922 219.23438 458.26297 219.54688Q458.62234 219.85938 459.20047 219.85938Q459.82547 219.85938 460.18484 219.4375Q460.54422 219.0 460.54422 218.25Q460.54422 217.53125 460.1536 217.10938Q459.7786 216.67188 459.12234 216.67188Q458.54422 216.67188 458.20047 216.92188L457.9661 217.125L457.23172 216.9375ZM462.74734 214.75Q462.74734 214.125 463.1536 213.70312Q463.55984 213.28125 464.20047 213.28125Q464.85672 213.28125 465.24734 213.70312Q465.6536 214.125 465.6536 214.78125L465.6536 215.14062Q465.6536 215.78125 465.24734 216.1875Q464.8411 216.59375 464.2161 216.59375Q463.57547 216.59375 463.1536 216.1875Q462.74734 215.78125 462.74734 215.09375L462.74734 214.75ZM463.41922 215.14062Q463.41922 215.51562 463.62234 215.76562Q463.8411 216.0 464.2161 216.0Q464.55984 216.0 464.76297 215.76562Q464.98172 215.53125 464.98172 215.10938L464.98172 214.75Q464.98172 214.375 464.76297 214.125Q464.55984 213.875 464.20047 213.875Q463.8411 213.875 463.62234 214.125Q463.41922 214.375 463.41922 214.78125L463.41922 215.14062ZM466.20047 218.75Q466.20047 218.10938 466.60672 217.70312Q467.0286 217.29688 467.6536 217.29688Q468.29422 217.29688 468.70047 217.70312Q469.12234 218.10938 469.12234 218.79688L469.12234 219.14062Q469.12234 219.78125 468.7161 220.20312Q468.30984 220.60938 467.66922 220.60938Q467.04422 220.60938 466.62234 220.20312Q466.20047 219.78125 466.20047 219.10938L466.20047 218.75ZM466.88797 219.14062Q466.88797 219.51562 467.0911 219.76562Q467.30984 220.01562 467.66922 220.01562Q468.0286 220.01562 468.23172 219.78125Q468.45047 219.53125 468.45047 219.125L468.45047 218.75Q468.45047 218.375 468.23172 218.125Q468.01297 217.875 467.66922 217.875Q467.30984 217.875 467.0911 218.125Q466.88797 218.35938 466.88797 218.78125L466.88797 219.14062ZM464.41922 219.96875L463.9036 219.64062L467.37234 214.07812L467.88797 214.40625L464.41922 219.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M245.0043 281.5L244.09805 281.5L244.09805 275.48438L242.26993 276.14062L242.26993 275.32812L244.86368 274.35938L245.0043 274.35938L245.0043 281.5ZM252.6293 274.89062L249.67618 281.5L248.73868 281.5L251.66055 275.125L247.8168 275.125L247.8168 274.39062L252.6293 274.39062L252.6293 274.89062ZM253.95743 275.75Q253.95743 275.125 254.36368 274.70312Q254.76993 274.28125 255.41055 274.28125Q256.0668 274.28125 256.45743 274.70312Q256.86368 275.125 256.86368 275.78125L256.86368 276.14062Q256.86368 276.78125 256.45743 277.1875Q256.05118 277.59375 255.42618 277.59375Q254.78555 277.59375 254.36368 277.1875Q253.95743 276.78125 253.95743 276.09375L253.95743 275.75ZM254.6293 276.14062Q254.6293 276.51562 254.83243 276.76562Q255.05118 277.0 255.42618 277.0Q255.76993 277.0 255.97305 276.76562Q256.1918 276.53125 256.1918 276.10938L256.1918 275.75Q256.1918 275.375 255.97305 275.125Q255.76993 274.875 255.41055 274.875Q255.05118 274.875 254.83243 275.125Q254.6293 275.375 254.6293 275.78125L254.6293 276.14062ZM257.41055 279.75Q257.41055 279.10938 257.8168 278.70312Q258.23868 278.29688 258.86368 278.29688Q259.5043 278.29688 259.91055 278.70312Q260.33243 279.10938 260.33243 279.79688L260.33243 280.14062Q260.33243 280.78125 259.92618 281.20312Q259.51993 281.60938 258.8793 281.60938Q258.2543 281.60938 257.83243 281.20312Q257.41055 280.78125 257.41055 280.10938L257.41055 279.75ZM258.09805 280.14062Q258.09805 280.51562 258.30118 280.76562Q258.51993 281.01562 258.8793 281.01562Q259.23868 281.01562 259.4418 280.78125Q259.66055 280.53125 259.66055 280.125L259.66055 279.75Q259.66055 279.375 259.4418 279.125Q259.22305 278.875 258.8793 278.875Q258.51993 278.875 258.30118 279.125Q258.09805 279.35938 258.09805 279.78125L258.09805 280.14062ZM255.6293 280.96875L255.11368 280.64062L258.58243 275.07812L259.09805 275.40625L255.6293 280.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M245.0043 281.5L244.09805 281.5L244.09805 275.48438L242.26993 276.14062L242.26993 275.32812L244.86368 274.35938L245.0043 274.35938L245.0043 281.5ZM252.6293 274.89062L249.67618 281.5L248.73868 281.5L251.66055 275.125L247.8168 275.125L247.8168 274.39062L252.6293 274.39062L252.6293 274.89062ZM253.95743 275.75Q253.95743 275.125 254.36368 274.70312Q254.76993 274.28125 255.41055 274.28125Q256.0668 274.28125 256.45743 274.70312Q256.86368 275.125 256.86368 275.78125L256.86368 276.14062Q256.86368 276.78125 256.45743 277.1875Q256.05118 277.59375 255.42618 277.59375Q254.78555 277.59375 254.36368 277.1875Q253.95743 276.78125 253.95743 276.09375L253.95743 275.75ZM254.6293 276.14062Q254.6293 276.51562 254.83243 276.76562Q255.05118 277.0 255.42618 277.0Q255.76993 277.0 255.97305 276.76562Q256.1918 276.53125 256.1918 276.10938L256.1918 275.75Q256.1918 275.375 255.97305 275.125Q255.76993 274.875 255.41055 274.875Q255.05118 274.875 254.83243 275.125Q254.6293 275.375 254.6293 275.78125L254.6293 276.14062ZM257.41055 279.75Q257.41055 279.10938 257.8168 278.70312Q258.23868 278.29688 258.86368 278.29688Q259.5043 278.29688 259.91055 278.70312Q260.33243 279.10938 260.33243 279.79688L260.33243 280.14062Q260.33243 280.78125 259.92618 281.20312Q259.51993 281.60938 258.8793 281.60938Q258.2543 281.60938 257.83243 281.20312Q257.41055 280.78125 257.41055 280.10938L257.41055 279.75ZM258.09805 280.14062Q258.09805 280.51562 258.30118 280.76562Q258.51993 281.01562 258.8793 281.01562Q259.23868 281.01562 259.4418 280.78125Q259.66055 280.53125 259.66055 280.125L259.66055 279.75Q259.66055 279.375 259.4418 279.125Q259.22305 278.875 258.8793 278.875Q258.51993 278.875 258.30118 279.125Q258.09805 279.35938 258.09805 279.78125L258.09805 280.14062ZM255.6293 280.96875L255.11368 280.64062L258.58243 275.07812L259.09805 275.40625L255.6293 280.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.15825 339.375Q202.877 339.71875 202.48637 339.92188Q202.09575 340.125 201.627 340.125Q201.01762 340.125 200.54887 339.82812Q200.09575 339.51562 199.84575 338.96875Q199.59575 338.42188 199.59575 337.75Q199.59575 337.04688 199.86137 336.46875Q200.14262 335.89062 200.64262 335.59375Q201.14262 335.29688 201.79887 335.29688Q202.86137 335.29688 203.47075 336.09375Q204.08012 336.875 204.08012 338.23438L204.08012 338.5Q204.08012 340.57812 203.252 341.53125Q202.4395 342.48438 200.78325 342.5L200.59575 342.5L200.59575 341.75L200.79887 341.75Q201.90825 341.71875 202.502 341.15625Q203.11137 340.59375 203.15825 339.375ZM201.76762 339.375Q202.22075 339.375 202.59575 339.09375Q202.98637 338.8125 203.17387 338.40625L203.17387 338.04688Q203.17387 337.15625 202.78325 336.60938Q202.39262 336.04688 201.8145 336.04688Q201.20512 336.04688 200.84575 336.5Q200.48637 336.95312 200.48637 337.70312Q200.48637 338.4375 200.83012 338.90625Q201.1895 339.375 201.76762 339.375ZM205.627 336.75Q205.627 336.125 206.03325 335.70312Q206.4395 335.28125 207.08012 335.28125Q207.73637 335.28125 208.127 335.70312Q208.53325 336.125 208.53325 336.78125L208.53325 337.14062Q208.53325 337.78125 208.127 338.1875Q207.72075 338.59375 207.09575 338.59375Q206.45512 338.59375 206.03325 338.1875Q205.627 337.78125 205.627 337.09375L205.627 336.75ZM206.29887 337.14062Q206.29887 337.51562 206.502 337.76562Q206.72075 338.0 207.09575 338.0Q207.4395 338.0 207.64262 337.76562Q207.86137 337.53125 207.86137 337.10938L207.86137 336.75Q207.86137 336.375 207.64262 336.125Q207.4395 335.875 207.08012 335.875Q206.72075 335.875 206.502 336.125Q206.29887 336.375 206.29887 336.78125L206.29887 337.14062ZM209.08012 340.75Q209.08012 340.10938 209.48637 339.70312Q209.90825 339.29688 210.53325 339.29688Q211.17387 339.29688 211.58012 339.70312Q212.002 340.10938 212.002 340.79688L212.002 341.14062Q212.002 341.78125 211.59575 342.20312Q211.1895 342.60938 210.54887 342.60938Q209.92387 342.60938 209.502 342.20312Q209.08012 341.78125 209.08012 341.10938L209.08012 340.75ZM209.76762 341.14062Q209.76762 341.51562 209.97075 341.76562Q210.1895 342.01562 210.54887 342.01562Q210.90825 342.01562 211.11137 341.78125Q211.33012 341.53125 211.33012 341.125L211.33012 340.75Q211.33012 340.375 211.11137 340.125Q210.89262 339.875 210.54887 339.875Q210.1895 339.875 209.97075 340.125Q209.76762 340.35938 209.76762 340.78125L209.76762 341.14062ZM207.29887 341.96875L206.78325 341.64062L210.252 336.07812L210.76762 336.40625L207.29887 341.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.15825 339.375Q202.877 339.71875 202.48637 339.92188Q202.09575 340.125 201.627 340.125Q201.01762 340.125 200.54887 339.82812Q200.09575 339.51562 199.84575 338.96875Q199.59575 338.42188 199.59575 337.75Q199.59575 337.04688 199.86137 336.46875Q200.14262 335.89062 200.64262 335.59375Q201.14262 335.29688 201.79887 335.29688Q202.86137 335.29688 203.47075 336.09375Q204.08012 336.875 204.08012 338.23438L204.08012 338.5Q204.08012 340.57812 203.252 341.53125Q202.4395 342.48438 200.78325 342.5L200.59575 342.5L200.59575 341.75L200.79887 341.75Q201.90825 341.71875 202.502 341.15625Q203.11137 340.59375 203.15825 339.375ZM201.76762 339.375Q202.22075 339.375 202.59575 339.09375Q202.98637 338.8125 203.17387 338.40625L203.17387 338.04688Q203.17387 337.15625 202.78325 336.60938Q202.39262 336.04688 201.8145 336.04688Q201.20512 336.04688 200.84575 336.5Q200.48637 336.95312 200.48637 337.70312Q200.48637 338.4375 200.83012 338.90625Q201.1895 339.375 201.76762 339.375ZM205.627 336.75Q205.627 336.125 206.03325 335.70312Q206.4395 335.28125 207.08012 335.28125Q207.73637 335.28125 208.127 335.70312Q208.53325 336.125 208.53325 336.78125L208.53325 337.14062Q208.53325 337.78125 208.127 338.1875Q207.72075 338.59375 207.09575 338.59375Q206.45512 338.59375 206.03325 338.1875Q205.627 337.78125 205.627 337.09375L205.627 336.75ZM206.29887 337.14062Q206.29887 337.51562 206.502 337.76562Q206.72075 338.0 207.09575 338.0Q207.4395 338.0 207.64262 337.76562Q207.86137 337.53125 207.86137 337.10938L207.86137 336.75Q207.86137 336.375 207.64262 336.125Q207.4395 335.875 207.08012 335.875Q206.72075 335.875 206.502 336.125Q206.29887 336.375 206.29887 336.78125L206.29887 337.14062ZM209.08012 340.75Q209.08012 340.10938 209.48637 339.70312Q209.90825 339.29688 210.53325 339.29688Q211.17387 339.29688 211.58012 339.70312Q212.002 340.10938 212.002 340.79688L212.002 341.14062Q212.002 341.78125 211.59575 342.20312Q211.1895 342.60938 210.54887 342.60938Q209.92387 342.60938 209.502 342.20312Q209.08012 341.78125 209.08012 341.10938L209.08012 340.75ZM209.76762 341.14062Q209.76762 341.51562 209.97075 341.76562Q210.1895 342.01562 210.54887 342.01562Q210.90825 342.01562 211.11137 341.78125Q211.33012 341.53125 211.33012 341.125L211.33012 340.75Q211.33012 340.375 211.11137 340.125Q210.89262 339.875 210.54887 339.875Q210.1895 339.875 209.97075 340.125Q209.76762 340.35938 209.76762 340.78125L209.76762 341.14062ZM207.29887 341.96875L206.78325 341.64062L210.252 336.07812L210.76762 336.40625L207.29887 341.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M165.34508 403.5L160.68883 403.5L160.68883 402.84375L163.14195 400.10938Q163.68883 399.5 163.89195 399.10938Q164.1107 398.71875 164.1107 398.29688Q164.1107 397.75 163.76695 397.39062Q163.43883 397.03125 162.87633 397.03125Q162.20445 397.03125 161.82945 397.42188Q161.45445 397.79688 161.45445 398.48438L160.5482 398.48438Q160.5482 397.5 161.1732 396.90625Q161.81383 396.29688 162.87633 396.29688Q163.8607 396.29688 164.43883 396.8125Q165.01695 397.32812 165.01695 398.20312Q165.01695 399.25 163.6732 400.70312L161.78258 402.76562L165.34508 402.76562L165.34508 403.5ZM166.6107 397.75Q166.6107 397.125 167.01695 396.70312Q167.4232 396.28125 168.06383 396.28125Q168.72008 396.28125 169.1107 396.70312Q169.51695 397.125 169.51695 397.78125L169.51695 398.14062Q169.51695 398.78125 169.1107 399.1875Q168.70445 399.59375 168.07945 399.59375Q167.43883 399.59375 167.01695 399.1875Q166.6107 398.78125 166.6107 398.09375L166.6107 397.75ZM167.28258 398.14062Q167.28258 398.51562 167.4857 398.76562Q167.70445 399.0 168.07945 399.0Q168.4232 399.0 168.62633 398.76562Q168.84508 398.53125 168.84508 398.10938L168.84508 397.75Q168.84508 397.375 168.62633 397.125Q168.4232 396.875 168.06383 396.875Q167.70445 396.875 167.4857 397.125Q167.28258 397.375 167.28258 397.78125L167.28258 398.14062ZM170.06383 401.75Q170.06383 401.10938 170.47008 400.70312Q170.89195 400.29688 171.51695 400.29688Q172.15758 400.29688 172.56383 400.70312Q172.9857 401.10938 172.9857 401.79688L172.9857 402.14062Q172.9857 402.78125 172.57945 403.20312Q172.1732 403.60938 171.53258 403.60938Q170.90758 403.60938 170.4857 403.20312Q170.06383 402.78125 170.06383 402.10938L170.06383 401.75ZM170.75133 402.14062Q170.75133 402.51562 170.95445 402.76562Q171.1732 403.01562 171.53258 403.01562Q171.89195 403.01562 172.09508 402.78125Q172.31383 402.53125 172.31383 402.125L172.31383 401.75Q172.31383 401.375 172.09508 401.125Q171.87633 400.875 171.53258 400.875Q171.1732 400.875 170.95445 401.125Q170.75133 401.35938 170.75133 401.78125L170.75133 402.14062ZM168.28258 402.96875L167.76695 402.64062L171.2357 397.07812L171.75133 397.40625L168.28258 402.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M165.34508 403.5L160.68883 403.5L160.68883 402.84375L163.14195 400.10938Q163.68883 399.5 163.89195 399.10938Q164.1107 398.71875 164.1107 398.29688Q164.1107 397.75 163.76695 397.39062Q163.43883 397.03125 162.87633 397.03125Q162.20445 397.03125 161.82945 397.42188Q161.45445 397.79688 161.45445 398.48438L160.5482 398.48438Q160.5482 397.5 161.1732 396.90625Q161.81383 396.29688 162.87633 396.29688Q163.8607 396.29688 164.43883 396.8125Q165.01695 397.32812 165.01695 398.20312Q165.01695 399.25 163.6732 400.70312L161.78258 402.76562L165.34508 402.76562L165.34508 403.5ZM166.6107 397.75Q166.6107 397.125 167.01695 396.70312Q167.4232 396.28125 168.06383 396.28125Q168.72008 396.28125 169.1107 396.70312Q169.51695 397.125 169.51695 397.78125L169.51695 398.14062Q169.51695 398.78125 169.1107 399.1875Q168.70445 399.59375 168.07945 399.59375Q167.43883 399.59375 167.01695 399.1875Q166.6107 398.78125 166.6107 398.09375L166.6107 397.75ZM167.28258 398.14062Q167.28258 398.51562 167.4857 398.76562Q167.70445 399.0 168.07945 399.0Q168.4232 399.0 168.62633 398.76562Q168.84508 398.53125 168.84508 398.10938L168.84508 397.75Q168.84508 397.375 168.62633 397.125Q168.4232 396.875 168.06383 396.875Q167.70445 396.875 167.4857 397.125Q167.28258 397.375 167.28258 397.78125L167.28258 398.14062ZM170.06383 401.75Q170.06383 401.10938 170.47008 400.70312Q170.89195 400.29688 171.51695 400.29688Q172.15758 400.29688 172.56383 400.70312Q172.9857 401.10938 172.9857 401.79688L172.9857 402.14062Q172.9857 402.78125 172.57945 403.20312Q172.1732 403.60938 171.53258 403.60938Q170.90758 403.60938 170.4857 403.20312Q170.06383 402.78125 170.06383 402.10938L170.06383 401.75ZM170.75133 402.14062Q170.75133 402.51562 170.95445 402.76562Q171.1732 403.01562 171.53258 403.01562Q171.89195 403.01562 172.09508 402.78125Q172.31383 402.53125 172.31383 402.125L172.31383 401.75Q172.31383 401.375 172.09508 401.125Q171.87633 400.875 171.53258 400.875Q171.1732 400.875 170.95445 401.125Q170.75133 401.35938 170.75133 401.78125L170.75133 402.14062ZM168.28258 402.96875L167.76695 402.64062L171.2357 397.07812L171.75133 397.40625L168.28258 402.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M521.7811 101.390625L521.7811 102.15625L521.60925 102.15625Q520.5624 102.171875 519.9374 102.78125Q519.3124 103.375 519.203 104.484375Q519.7655 103.84375 520.73425 103.84375Q521.67175 103.84375 522.2186 104.5Q522.7811 105.140625 522.7811 106.1875Q522.7811 107.28125 522.17175 107.9375Q521.578 108.59375 520.578 108.59375Q519.5624 108.59375 518.92175 107.8125Q518.2811 107.03125 518.2811 105.796875L518.2811 105.453125Q518.2811 103.484375 519.10925 102.453125Q519.953 101.40625 521.60925 101.390625L521.7811 101.390625ZM520.5936 104.59375Q520.1249 104.59375 519.73425 104.875Q519.3436 105.140625 519.1874 105.5625L519.1874 105.890625Q519.1874 106.78125 519.578 107.3125Q519.98425 107.84375 520.578 107.84375Q521.1874 107.84375 521.5311 107.40625Q521.8905 106.953125 521.8905 106.21875Q521.8905 105.484375 521.5311 105.046875Q521.17175 104.59375 520.5936 104.59375ZM528.828 101.890625L525.8749 108.5L524.9374 108.5L527.85925 102.125L524.0155 102.125L524.0155 101.390625L528.828 101.390625L528.828 101.890625ZM530.1561 102.75Q530.1561 102.125 530.5624 101.703125Q530.9686 101.28125 531.60925 101.28125Q532.2655 101.28125 532.6561 101.703125Q533.0624 102.125 533.0624 102.78125L533.0624 103.140625Q533.0624 103.78125 532.6561 104.1875Q532.2499 104.59375 531.6249 104.59375Q530.98425 104.59375 530.5624 104.1875Q530.1561 103.78125 530.1561 103.09375L530.1561 102.75ZM530.828 103.140625Q530.828 103.515625 531.0311 103.765625Q531.2499 104.0 531.6249 104.0Q531.9686 104.0 532.17175 103.765625Q532.3905 103.53125 532.3905 103.109375L532.3905 102.75Q532.3905 102.375 532.17175 102.125Q531.9686 101.875 531.60925 101.875Q531.2499 101.875 531.0311 102.125Q530.828 102.375 530.828 102.78125L530.828 103.140625ZM533.60925 106.75Q533.60925 106.109375 534.0155 105.703125Q534.4374 105.296875 535.0624 105.296875Q535.703 105.296875 536.10925 105.703125Q536.5311 106.109375 536.5311 106.796875L536.5311 107.140625Q536.5311 107.78125 536.1249 108.203125Q535.7186 108.609375 535.078 108.609375Q534.453 108.609375 534.0311 108.203125Q533.60925 107.78125 533.60925 107.109375L533.60925 106.75ZM534.29675 107.140625Q534.29675 107.515625 534.4999 107.765625Q534.7186 108.015625 535.078 108.015625Q535.4374 108.015625 535.6405 107.78125Q535.85925 107.53125 535.85925 107.125L535.85925 106.75Q535.85925 106.375 535.6405 106.125Q535.42175 105.875 535.078 105.875Q534.7186 105.875 534.4999 106.125Q534.29675 106.359375 534.29675 106.78125L534.29675 107.140625ZM531.828 107.96875L531.3124 107.640625L534.7811 102.078125L535.29675 102.40625L531.828 107.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M521.7811 101.390625L521.7811 102.15625L521.60925 102.15625Q520.5624 102.171875 519.9374 102.78125Q519.3124 103.375 519.203 104.484375Q519.7655 103.84375 520.73425 103.84375Q521.67175 103.84375 522.2186 104.5Q522.7811 105.140625 522.7811 106.1875Q522.7811 107.28125 522.17175 107.9375Q521.578 108.59375 520.578 108.59375Q519.5624 108.59375 518.92175 107.8125Q518.2811 107.03125 518.2811 105.796875L518.2811 105.453125Q518.2811 103.484375 519.10925 102.453125Q519.953 101.40625 521.60925 101.390625L521.7811 101.390625ZM520.5936 104.59375Q520.1249 104.59375 519.73425 104.875Q519.3436 105.140625 519.1874 105.5625L519.1874 105.890625Q519.1874 106.78125 519.578 107.3125Q519.98425 107.84375 520.578 107.84375Q521.1874 107.84375 521.5311 107.40625Q521.8905 106.953125 521.8905 106.21875Q521.8905 105.484375 521.5311 105.046875Q521.17175 104.59375 520.5936 104.59375ZM528.828 101.890625L525.8749 108.5L524.9374 108.5L527.85925 102.125L524.0155 102.125L524.0155 101.390625L528.828 101.390625L528.828 101.890625ZM530.1561 102.75Q530.1561 102.125 530.5624 101.703125Q530.9686 101.28125 531.60925 101.28125Q532.2655 101.28125 532.6561 101.703125Q533.0624 102.125 533.0624 102.78125L533.0624 103.140625Q533.0624 103.78125 532.6561 104.1875Q532.2499 104.59375 531.6249 104.59375Q530.98425 104.59375 530.5624 104.1875Q530.1561 103.78125 530.1561 103.09375L530.1561 102.75ZM530.828 103.140625Q530.828 103.515625 531.0311 103.765625Q531.2499 104.0 531.6249 104.0Q531.9686 104.0 532.17175 103.765625Q532.3905 103.53125 532.3905 103.109375L532.3905 102.75Q532.3905 102.375 532.17175 102.125Q531.9686 101.875 531.60925 101.875Q531.2499 101.875 531.0311 102.125Q530.828 102.375 530.828 102.78125L530.828 103.140625ZM533.60925 106.75Q533.60925 106.109375 534.0155 105.703125Q534.4374 105.296875 535.0624 105.296875Q535.703 105.296875 536.10925 105.703125Q536.5311 106.109375 536.5311 106.796875L536.5311 107.140625Q536.5311 107.78125 536.1249 108.203125Q535.7186 108.609375 535.078 108.609375Q534.453 108.609375 534.0311 108.203125Q533.60925 107.78125 533.60925 107.109375L533.60925 106.75ZM534.29675 107.140625Q534.29675 107.515625 534.4999 107.765625Q534.7186 108.015625 535.078 108.015625Q535.4374 108.015625 535.6405 107.78125Q535.85925 107.53125 535.85925 107.125L535.85925 106.75Q535.85925 106.375 535.6405 106.125Q535.42175 105.875 535.078 105.875Q534.7186 105.875 534.4999 106.125Q534.29675 106.359375 534.29675 106.78125L534.29675 107.140625ZM531.828 107.96875L531.3124 107.640625L534.7811 102.078125L535.29675 102.40625L531.828 107.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M498.39798 162.39062L498.39798 163.15625L498.2261 163.15625Q497.17923 163.17188 496.55423 163.78125Q495.92923 164.375 495.81985 165.48438Q496.38235 164.84375 497.3511 164.84375Q498.2886 164.84375 498.83548 165.5Q499.39798 166.14062 499.39798 167.1875Q499.39798 168.28125 498.7886 168.9375Q498.19485 169.59375 497.19485 169.59375Q496.17923 169.59375 495.5386 168.8125Q494.89798 168.03125 494.89798 166.79688L494.89798 166.45312Q494.89798 164.48438 495.7261 163.45312Q496.56985 162.40625 498.2261 162.39062L498.39798 162.39062ZM497.21048 165.59375Q496.74173 165.59375 496.3511 165.875Q495.96048 166.14062 495.80423 166.5625L495.80423 166.89062Q495.80423 167.78125 496.19485 168.3125Q496.6011 168.84375 497.19485 168.84375Q497.80423 168.84375 498.14798 168.40625Q498.50735 167.95312 498.50735 167.21875Q498.50735 166.48438 498.14798 166.04688Q497.7886 165.59375 497.21048 165.59375ZM502.1636 165.5L502.83548 165.5Q503.4761 165.5 503.83548 165.17188Q504.21048 164.84375 504.21048 164.28125Q504.21048 163.03125 502.96048 163.03125Q502.38235 163.03125 502.02298 163.375Q501.67923 163.70312 501.67923 164.25L500.77298 164.25Q500.77298 163.40625 501.39798 162.85938Q502.02298 162.29688 502.96048 162.29688Q503.9761 162.29688 504.5386 162.82812Q505.11673 163.35938 505.11673 164.29688Q505.11673 164.76562 504.81985 165.20312Q504.52298 165.64062 503.99173 165.85938Q504.58548 166.03125 504.89798 166.46875Q505.2261 166.89062 505.2261 167.51562Q505.2261 168.46875 504.6011 169.03125Q503.9761 169.59375 502.9761 169.59375Q501.9761 169.59375 501.33548 169.0625Q500.71048 168.51562 500.71048 167.625L501.63235 167.625Q501.63235 168.1875 501.99173 168.53125Q502.3511 168.85938 502.9761 168.85938Q503.63235 168.85938 503.9761 168.51562Q504.31985 168.17188 504.31985 167.53125Q504.31985 166.92188 503.92923 166.59375Q503.55423 166.25 502.83548 166.25L502.1636 166.25L502.1636 165.5ZM506.77298 163.75Q506.77298 163.125 507.17923 162.70312Q507.58548 162.28125 508.2261 162.28125Q508.88235 162.28125 509.27298 162.70312Q509.67923 163.125 509.67923 163.78125L509.67923 164.14062Q509.67923 164.78125 509.27298 165.1875Q508.86673 165.59375 508.24173 165.59375Q507.6011 165.59375 507.17923 165.1875Q506.77298 164.78125 506.77298 164.09375L506.77298 163.75ZM507.44485 164.14062Q507.44485 164.51562 507.64798 164.76562Q507.86673 165.0 508.24173 165.0Q508.58548 165.0 508.7886 164.76562Q509.00735 164.53125 509.00735 164.10938L509.00735 163.75Q509.00735 163.375 508.7886 163.125Q508.58548 162.875 508.2261 162.875Q507.86673 162.875 507.64798 163.125Q507.44485 163.375 507.44485 163.78125L507.44485 164.14062ZM510.2261 167.75Q510.2261 167.10938 510.63235 166.70312Q511.05423 166.29688 511.67923 166.29688Q512.3198 166.29688 512.7261 166.70312Q513.14795 167.10938 513.14795 167.79688L513.14795 168.14062Q513.14795 168.78125 512.7417 169.20312Q512.33545 169.60938 511.69485 169.60938Q511.06985 169.60938 510.64798 169.20312Q510.2261 168.78125 510.2261 168.10938L510.2261 167.75ZM510.9136 168.14062Q510.9136 168.51562 511.11673 168.76562Q511.33548 169.01562 511.69485 169.01562Q512.0542 169.01562 512.2573 168.78125Q512.4761 168.53125 512.4761 168.125L512.4761 167.75Q512.4761 167.375 512.2573 167.125Q512.0386 166.875 511.69485 166.875Q511.33548 166.875 511.11673 167.125Q510.9136 167.35938 510.9136 167.78125L510.9136 168.14062ZM508.44485 168.96875L507.92923 168.64062L511.39798 163.07812L511.9136 163.40625L508.44485 168.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M498.39798 162.39062L498.39798 163.15625L498.2261 163.15625Q497.17923 163.17188 496.55423 163.78125Q495.92923 164.375 495.81985 165.48438Q496.38235 164.84375 497.3511 164.84375Q498.2886 164.84375 498.83548 165.5Q499.39798 166.14062 499.39798 167.1875Q499.39798 168.28125 498.7886 168.9375Q498.19485 169.59375 497.19485 169.59375Q496.17923 169.59375 495.5386 168.8125Q494.89798 168.03125 494.89798 166.79688L494.89798 166.45312Q494.89798 164.48438 495.7261 163.45312Q496.56985 162.40625 498.2261 162.39062L498.39798 162.39062ZM497.21048 165.59375Q496.74173 165.59375 496.3511 165.875Q495.96048 166.14062 495.80423 166.5625L495.80423 166.89062Q495.80423 167.78125 496.19485 168.3125Q496.6011 168.84375 497.19485 168.84375Q497.80423 168.84375 498.14798 168.40625Q498.50735 167.95312 498.50735 167.21875Q498.50735 166.48438 498.14798 166.04688Q497.7886 165.59375 497.21048 165.59375ZM502.1636 165.5L502.83548 165.5Q503.4761 165.5 503.83548 165.17188Q504.21048 164.84375 504.21048 164.28125Q504.21048 163.03125 502.96048 163.03125Q502.38235 163.03125 502.02298 163.375Q501.67923 163.70312 501.67923 164.25L500.77298 164.25Q500.77298 163.40625 501.39798 162.85938Q502.02298 162.29688 502.96048 162.29688Q503.9761 162.29688 504.5386 162.82812Q505.11673 163.35938 505.11673 164.29688Q505.11673 164.76562 504.81985 165.20312Q504.52298 165.64062 503.99173 165.85938Q504.58548 166.03125 504.89798 166.46875Q505.2261 166.89062 505.2261 167.51562Q505.2261 168.46875 504.6011 169.03125Q503.9761 169.59375 502.9761 169.59375Q501.9761 169.59375 501.33548 169.0625Q500.71048 168.51562 500.71048 167.625L501.63235 167.625Q501.63235 168.1875 501.99173 168.53125Q502.3511 168.85938 502.9761 168.85938Q503.63235 168.85938 503.9761 168.51562Q504.31985 168.17188 504.31985 167.53125Q504.31985 166.92188 503.92923 166.59375Q503.55423 166.25 502.83548 166.25L502.1636 166.25L502.1636 165.5ZM506.77298 163.75Q506.77298 163.125 507.17923 162.70312Q507.58548 162.28125 508.2261 162.28125Q508.88235 162.28125 509.27298 162.70312Q509.67923 163.125 509.67923 163.78125L509.67923 164.14062Q509.67923 164.78125 509.27298 165.1875Q508.86673 165.59375 508.24173 165.59375Q507.6011 165.59375 507.17923 165.1875Q506.77298 164.78125 506.77298 164.09375L506.77298 163.75ZM507.44485 164.14062Q507.44485 164.51562 507.64798 164.76562Q507.86673 165.0 508.24173 165.0Q508.58548 165.0 508.7886 164.76562Q509.00735 164.53125 509.00735 164.10938L509.00735 163.75Q509.00735 163.375 508.7886 163.125Q508.58548 162.875 508.2261 162.875Q507.86673 162.875 507.64798 163.125Q507.44485 163.375 507.44485 163.78125L507.44485 164.14062ZM510.2261 167.75Q510.2261 167.10938 510.63235 166.70312Q511.05423 166.29688 511.67923 166.29688Q512.3198 166.29688 512.7261 166.70312Q513.14795 167.10938 513.14795 167.79688L513.14795 168.14062Q513.14795 168.78125 512.7417 169.20312Q512.33545 169.60938 511.69485 169.60938Q511.06985 169.60938 510.64798 169.20312Q510.2261 168.78125 510.2261 168.10938L510.2261 167.75ZM510.9136 168.14062Q510.9136 168.51562 511.11673 168.76562Q511.33548 169.01562 511.69485 169.01562Q512.0542 169.01562 512.2573 168.78125Q512.4761 168.53125 512.4761 168.125L512.4761 167.75Q512.4761 167.375 512.2573 167.125Q512.0386 166.875 511.69485 166.875Q511.33548 166.875 511.11673 167.125Q510.9136 167.35938 510.9136 167.78125L510.9136 168.14062ZM508.44485 168.96875L507.92923 168.64062L511.39798 163.07812L511.9136 163.40625L508.44485 168.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M446.5571 226.9375L446.9321 223.39062L450.57272 223.39062L450.57272 224.21875L447.69772 224.21875L447.47897 226.15625Q447.9946 225.85938 448.66647 225.85938Q449.63522 225.85938 450.19772 226.5Q450.77585 227.14062 450.77585 228.23438Q450.77585 229.32812 450.1821 229.96875Q449.58835 230.59375 448.52585 230.59375Q447.58835 230.59375 446.97897 230.07812Q446.38522 229.54688 446.3071 228.625L447.16647 228.625Q447.2446 229.23438 447.58835 229.54688Q447.94772 229.85938 448.52585 229.85938Q449.15085 229.85938 449.51022 229.4375Q449.8696 229.0 449.8696 228.25Q449.8696 227.53125 449.47897 227.10938Q449.10397 226.67188 448.44772 226.67188Q447.8696 226.67188 447.52585 226.92188L447.29147 227.125L446.5571 226.9375ZM455.96335 228.10938L456.94772 228.10938L456.94772 228.84375L455.96335 228.84375L455.96335 230.5L455.0571 230.5L455.0571 228.84375L451.82272 228.84375L451.82272 228.3125L454.9946 223.39062L455.96335 223.39062L455.96335 228.10938ZM452.83835 228.10938L455.0571 228.10938L455.0571 224.625L454.94772 224.82812L452.83835 228.10938ZM458.07272 224.75Q458.07272 224.125 458.47897 223.70312Q458.88522 223.28125 459.52585 223.28125Q460.1821 223.28125 460.57272 223.70312Q460.97897 224.125 460.97897 224.78125L460.97897 225.14062Q460.97897 225.78125 460.57272 226.1875Q460.16647 226.59375 459.54147 226.59375Q458.90085 226.59375 458.47897 226.1875Q458.07272 225.78125 458.07272 225.09375L458.07272 224.75ZM458.7446 225.14062Q458.7446 225.51562 458.94772 225.76562Q459.16647 226.0 459.54147 226.0Q459.88522 226.0 460.08835 225.76562Q460.3071 225.53125 460.3071 225.10938L460.3071 224.75Q460.3071 224.375 460.08835 224.125Q459.88522 223.875 459.52585 223.875Q459.16647 223.875 458.94772 224.125Q458.7446 224.375 458.7446 224.78125L458.7446 225.14062ZM461.52585 228.75Q461.52585 228.10938 461.9321 227.70312Q462.35397 227.29688 462.97897 227.29688Q463.6196 227.29688 464.02585 227.70312Q464.44772 228.10938 464.44772 228.79688L464.44772 229.14062Q464.44772 229.78125 464.04147 230.20312Q463.63522 230.60938 462.9946 230.60938Q462.3696 230.60938 461.94772 230.20312Q461.52585 229.78125 461.52585 229.10938L461.52585 228.75ZM462.21335 229.14062Q462.21335 229.51562 462.41647 229.76562Q462.63522 230.01562 462.9946 230.01562Q463.35397 230.01562 463.5571 229.78125Q463.77585 229.53125 463.77585 229.125L463.77585 228.75Q463.77585 228.375 463.5571 228.125Q463.33835 227.875 462.9946 227.875Q462.63522 227.875 462.41647 228.125Q462.21335 228.35938 462.21335 228.78125L462.21335 229.14062ZM459.7446 229.96875L459.22897 229.64062L462.69772 224.07812L463.21335 224.40625L459.7446 229.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M446.5571 226.9375L446.9321 223.39062L450.57272 223.39062L450.57272 224.21875L447.69772 224.21875L447.47897 226.15625Q447.9946 225.85938 448.66647 225.85938Q449.63522 225.85938 450.19772 226.5Q450.77585 227.14062 450.77585 228.23438Q450.77585 229.32812 450.1821 229.96875Q449.58835 230.59375 448.52585 230.59375Q447.58835 230.59375 446.97897 230.07812Q446.38522 229.54688 446.3071 228.625L447.16647 228.625Q447.2446 229.23438 447.58835 229.54688Q447.94772 229.85938 448.52585 229.85938Q449.15085 229.85938 449.51022 229.4375Q449.8696 229.0 449.8696 228.25Q449.8696 227.53125 449.47897 227.10938Q449.10397 226.67188 448.44772 226.67188Q447.8696 226.67188 447.52585 226.92188L447.29147 227.125L446.5571 226.9375ZM455.96335 228.10938L456.94772 228.10938L456.94772 228.84375L455.96335 228.84375L455.96335 230.5L455.0571 230.5L455.0571 228.84375L451.82272 228.84375L451.82272 228.3125L454.9946 223.39062L455.96335 223.39062L455.96335 228.10938ZM452.83835 228.10938L455.0571 228.10938L455.0571 224.625L454.94772 224.82812L452.83835 228.10938ZM458.07272 224.75Q458.07272 224.125 458.47897 223.70312Q458.88522 223.28125 459.52585 223.28125Q460.1821 223.28125 460.57272 223.70312Q460.97897 224.125 460.97897 224.78125L460.97897 225.14062Q460.97897 225.78125 460.57272 226.1875Q460.16647 226.59375 459.54147 226.59375Q458.90085 226.59375 458.47897 226.1875Q458.07272 225.78125 458.07272 225.09375L458.07272 224.75ZM458.7446 225.14062Q458.7446 225.51562 458.94772 225.76562Q459.16647 226.0 459.54147 226.0Q459.88522 226.0 460.08835 225.76562Q460.3071 225.53125 460.3071 225.10938L460.3071 224.75Q460.3071 224.375 460.08835 224.125Q459.88522 223.875 459.52585 223.875Q459.16647 223.875 458.94772 224.125Q458.7446 224.375 458.7446 224.78125L458.7446 225.14062ZM461.52585 228.75Q461.52585 228.10938 461.9321 227.70312Q462.35397 227.29688 462.97897 227.29688Q463.6196 227.29688 464.02585 227.70312Q464.44772 228.10938 464.44772 228.79688L464.44772 229.14062Q464.44772 229.78125 464.04147 230.20312Q463.63522 230.60938 462.9946 230.60938Q462.3696 230.60938 461.94772 230.20312Q461.52585 229.78125 461.52585 229.10938L461.52585 228.75ZM462.21335 229.14062Q462.21335 229.51562 462.41647 229.76562Q462.63522 230.01562 462.9946 230.01562Q463.35397 230.01562 463.5571 229.78125Q463.77585 229.53125 463.77585 229.125L463.77585 228.75Q463.77585 228.375 463.5571 228.125Q463.33835 227.875 462.9946 227.875Q462.63522 227.875 462.41647 228.125Q462.21335 228.35938 462.21335 228.78125L462.21335 229.14062ZM459.7446 229.96875L459.22897 229.64062L462.69772 224.07812L463.21335 224.40625L459.7446 229.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M239.90198 291.5L238.99573 291.5L238.99573 285.48438L237.1676 286.14062L237.1676 285.32812L239.76135 284.35938L239.90198 284.35938L239.90198 291.5ZM246.4801 284.39062L246.4801 285.15625L246.30823 285.15625Q245.26135 285.17188 244.63635 285.78125Q244.01135 286.375 243.90198 287.48438Q244.46448 286.84375 245.43323 286.84375Q246.37073 286.84375 246.9176 287.5Q247.4801 288.14062 247.4801 289.1875Q247.4801 290.28125 246.87073 290.9375Q246.27698 291.59375 245.27698 291.59375Q244.26135 291.59375 243.62073 290.8125Q242.9801 290.03125 242.9801 288.79688L242.9801 288.45312Q242.9801 286.48438 243.80823 285.45312Q244.65198 284.40625 246.30823 284.39062L246.4801 284.39062ZM245.2926 287.59375Q244.82385 287.59375 244.43323 287.875Q244.0426 288.14062 243.88635 288.5625L243.88635 288.89062Q243.88635 289.78125 244.27698 290.3125Q244.68323 290.84375 245.27698 290.84375Q245.88635 290.84375 246.2301 290.40625Q246.58948 289.95312 246.58948 289.21875Q246.58948 288.48438 246.2301 288.04688Q245.87073 287.59375 245.2926 287.59375ZM248.8551 285.75Q248.8551 285.125 249.26135 284.70312Q249.6676 284.28125 250.30823 284.28125Q250.96448 284.28125 251.3551 284.70312Q251.76135 285.125 251.76135 285.78125L251.76135 286.14062Q251.76135 286.78125 251.3551 287.1875Q250.94885 287.59375 250.32385 287.59375Q249.68323 287.59375 249.26135 287.1875Q248.8551 286.78125 248.8551 286.09375L248.8551 285.75ZM249.52698 286.14062Q249.52698 286.51562 249.7301 286.76562Q249.94885 287.0 250.32385 287.0Q250.6676 287.0 250.87073 286.76562Q251.08948 286.53125 251.08948 286.10938L251.08948 285.75Q251.08948 285.375 250.87073 285.125Q250.6676 284.875 250.30823 284.875Q249.94885 284.875 249.7301 285.125Q249.52698 285.375 249.52698 285.78125L249.52698 286.14062ZM252.30823 289.75Q252.30823 289.10938 252.71448 288.70312Q253.13635 288.29688 253.76135 288.29688Q254.40198 288.29688 254.80823 288.70312Q255.2301 289.10938 255.2301 289.79688L255.2301 290.14062Q255.2301 290.78125 254.82385 291.20312Q254.4176 291.60938 253.77698 291.60938Q253.15198 291.60938 252.7301 291.20312Q252.30823 290.78125 252.30823 290.10938L252.30823 289.75ZM252.99573 290.14062Q252.99573 290.51562 253.19885 290.76562Q253.4176 291.01562 253.77698 291.01562Q254.13635 291.01562 254.33948 290.78125Q254.55823 290.53125 254.55823 290.125L254.55823 289.75Q254.55823 289.375 254.33948 289.125Q254.12073 288.875 253.77698 288.875Q253.4176 288.875 253.19885 289.125Q252.99573 289.35938 252.99573 289.78125L252.99573 290.14062ZM250.52698 290.96875L250.01135 290.64062L253.4801 285.07812L253.99573 285.40625L250.52698 290.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M239.90198 291.5L238.99573 291.5L238.99573 285.48438L237.1676 286.14062L237.1676 285.32812L239.76135 284.35938L239.90198 284.35938L239.90198 291.5ZM246.4801 284.39062L246.4801 285.15625L246.30823 285.15625Q245.26135 285.17188 244.63635 285.78125Q244.01135 286.375 243.90198 287.48438Q244.46448 286.84375 245.43323 286.84375Q246.37073 286.84375 246.9176 287.5Q247.4801 288.14062 247.4801 289.1875Q247.4801 290.28125 246.87073 290.9375Q246.27698 291.59375 245.27698 291.59375Q244.26135 291.59375 243.62073 290.8125Q242.9801 290.03125 242.9801 288.79688L242.9801 288.45312Q242.9801 286.48438 243.80823 285.45312Q244.65198 284.40625 246.30823 284.39062L246.4801 284.39062ZM245.2926 287.59375Q244.82385 287.59375 244.43323 287.875Q244.0426 288.14062 243.88635 288.5625L243.88635 288.89062Q243.88635 289.78125 244.27698 290.3125Q244.68323 290.84375 245.27698 290.84375Q245.88635 290.84375 246.2301 290.40625Q246.58948 289.95312 246.58948 289.21875Q246.58948 288.48438 246.2301 288.04688Q245.87073 287.59375 245.2926 287.59375ZM248.8551 285.75Q248.8551 285.125 249.26135 284.70312Q249.6676 284.28125 250.30823 284.28125Q250.96448 284.28125 251.3551 284.70312Q251.76135 285.125 251.76135 285.78125L251.76135 286.14062Q251.76135 286.78125 251.3551 287.1875Q250.94885 287.59375 250.32385 287.59375Q249.68323 287.59375 249.26135 287.1875Q248.8551 286.78125 248.8551 286.09375L248.8551 285.75ZM249.52698 286.14062Q249.52698 286.51562 249.7301 286.76562Q249.94885 287.0 250.32385 287.0Q250.6676 287.0 250.87073 286.76562Q251.08948 286.53125 251.08948 286.10938L251.08948 285.75Q251.08948 285.375 250.87073 285.125Q250.6676 284.875 250.30823 284.875Q249.94885 284.875 249.7301 285.125Q249.52698 285.375 249.52698 285.78125L249.52698 286.14062ZM252.30823 289.75Q252.30823 289.10938 252.71448 288.70312Q253.13635 288.29688 253.76135 288.29688Q254.40198 288.29688 254.80823 288.70312Q255.2301 289.10938 255.2301 289.79688L255.2301 290.14062Q255.2301 290.78125 254.82385 291.20312Q254.4176 291.60938 253.77698 291.60938Q253.15198 291.60938 252.7301 291.20312Q252.30823 290.78125 252.30823 290.10938L252.30823 289.75ZM252.99573 290.14062Q252.99573 290.51562 253.19885 290.76562Q253.4176 291.01562 253.77698 291.01562Q254.13635 291.01562 254.33948 290.78125Q254.55823 290.53125 254.55823 290.125L254.55823 289.75Q254.55823 289.375 254.33948 289.125Q254.12073 288.875 253.77698 288.875Q253.4176 288.875 253.19885 289.125Q252.99573 289.35938 252.99573 289.78125L252.99573 290.14062ZM250.52698 290.96875L250.01135 290.64062L253.4801 285.07812L253.99573 285.40625L250.52698 290.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.73198 347.25Q197.73198 347.78125 197.45073 348.20312Q197.16948 348.60938 196.6851 348.84375Q197.2476 349.07812 197.5601 349.54688Q197.88823 350.0 197.88823 350.57812Q197.88823 351.5 197.26323 352.04688Q196.65385 352.59375 195.63823 352.59375Q194.60698 352.59375 193.98198 352.04688Q193.3726 351.5 193.3726 350.57812Q193.3726 350.0 193.6851 349.54688Q193.9976 349.07812 194.5601 348.84375Q194.09135 348.60938 193.8101 348.1875Q193.54448 347.76562 193.54448 347.25Q193.54448 346.34375 194.10698 345.82812Q194.6851 345.29688 195.63823 345.29688Q196.57573 345.29688 197.15385 345.82812Q197.73198 346.34375 197.73198 347.25ZM196.9976 350.5625Q196.9976 349.96875 196.60698 349.59375Q196.23198 349.21875 195.6226 349.21875Q195.01323 349.21875 194.63823 349.59375Q194.27885 349.95312 194.27885 350.5625Q194.27885 351.17188 194.63823 351.51562Q194.9976 351.85938 195.63823 351.85938Q196.26323 351.85938 196.6226 351.51562Q196.9976 351.15625 196.9976 350.5625ZM195.63823 346.03125Q195.10698 346.03125 194.76323 346.35938Q194.4351 346.6875 194.4351 347.26562Q194.4351 347.79688 194.76323 348.14062Q195.09135 348.46875 195.6226 348.46875Q196.16948 348.46875 196.4976 348.14062Q196.82573 347.79688 196.82573 347.26562Q196.82573 346.71875 196.48198 346.375Q196.15385 346.03125 195.63823 346.03125ZM199.34135 346.75Q199.34135 346.125 199.7476 345.70312Q200.15385 345.28125 200.79448 345.28125Q201.45073 345.28125 201.84135 345.70312Q202.2476 346.125 202.2476 346.78125L202.2476 347.14062Q202.2476 347.78125 201.84135 348.1875Q201.4351 348.59375 200.8101 348.59375Q200.16948 348.59375 199.7476 348.1875Q199.34135 347.78125 199.34135 347.09375L199.34135 346.75ZM200.01323 347.14062Q200.01323 347.51562 200.21635 347.76562Q200.4351 348.0 200.8101 348.0Q201.15385 348.0 201.35698 347.76562Q201.57573 347.53125 201.57573 347.10938L201.57573 346.75Q201.57573 346.375 201.35698 346.125Q201.15385 345.875 200.79448 345.875Q200.4351 345.875 200.21635 346.125Q200.01323 346.375 200.01323 346.78125L200.01323 347.14062ZM202.79448 350.75Q202.79448 350.10938 203.20073 349.70312Q203.6226 349.29688 204.2476 349.29688Q204.88823 349.29688 205.29448 349.70312Q205.71635 350.10938 205.71635 350.79688L205.71635 351.14062Q205.71635 351.78125 205.3101 352.20312Q204.90385 352.60938 204.26323 352.60938Q203.63823 352.60938 203.21635 352.20312Q202.79448 351.78125 202.79448 351.10938L202.79448 350.75ZM203.48198 351.14062Q203.48198 351.51562 203.6851 351.76562Q203.90385 352.01562 204.26323 352.01562Q204.6226 352.01562 204.82573 351.78125Q205.04448 351.53125 205.04448 351.125L205.04448 350.75Q205.04448 350.375 204.82573 350.125Q204.60698 349.875 204.26323 349.875Q203.90385 349.875 203.6851 350.125Q203.48198 350.35938 203.48198 350.78125L203.48198 351.14062ZM201.01323 351.96875L200.4976 351.64062L203.96635 346.07812L204.48198 346.40625L201.01323 351.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M197.73198 347.25Q197.73198 347.78125 197.45073 348.20312Q197.16948 348.60938 196.6851 348.84375Q197.2476 349.07812 197.5601 349.54688Q197.88823 350.0 197.88823 350.57812Q197.88823 351.5 197.26323 352.04688Q196.65385 352.59375 195.63823 352.59375Q194.60698 352.59375 193.98198 352.04688Q193.3726 351.5 193.3726 350.57812Q193.3726 350.0 193.6851 349.54688Q193.9976 349.07812 194.5601 348.84375Q194.09135 348.60938 193.8101 348.1875Q193.54448 347.76562 193.54448 347.25Q193.54448 346.34375 194.10698 345.82812Q194.6851 345.29688 195.63823 345.29688Q196.57573 345.29688 197.15385 345.82812Q197.73198 346.34375 197.73198 347.25ZM196.9976 350.5625Q196.9976 349.96875 196.60698 349.59375Q196.23198 349.21875 195.6226 349.21875Q195.01323 349.21875 194.63823 349.59375Q194.27885 349.95312 194.27885 350.5625Q194.27885 351.17188 194.63823 351.51562Q194.9976 351.85938 195.63823 351.85938Q196.26323 351.85938 196.6226 351.51562Q196.9976 351.15625 196.9976 350.5625ZM195.63823 346.03125Q195.10698 346.03125 194.76323 346.35938Q194.4351 346.6875 194.4351 347.26562Q194.4351 347.79688 194.76323 348.14062Q195.09135 348.46875 195.6226 348.46875Q196.16948 348.46875 196.4976 348.14062Q196.82573 347.79688 196.82573 347.26562Q196.82573 346.71875 196.48198 346.375Q196.15385 346.03125 195.63823 346.03125ZM199.34135 346.75Q199.34135 346.125 199.7476 345.70312Q200.15385 345.28125 200.79448 345.28125Q201.45073 345.28125 201.84135 345.70312Q202.2476 346.125 202.2476 346.78125L202.2476 347.14062Q202.2476 347.78125 201.84135 348.1875Q201.4351 348.59375 200.8101 348.59375Q200.16948 348.59375 199.7476 348.1875Q199.34135 347.78125 199.34135 347.09375L199.34135 346.75ZM200.01323 347.14062Q200.01323 347.51562 200.21635 347.76562Q200.4351 348.0 200.8101 348.0Q201.15385 348.0 201.35698 347.76562Q201.57573 347.53125 201.57573 347.10938L201.57573 346.75Q201.57573 346.375 201.35698 346.125Q201.15385 345.875 200.79448 345.875Q200.4351 345.875 200.21635 346.125Q200.01323 346.375 200.01323 346.78125L200.01323 347.14062ZM202.79448 350.75Q202.79448 350.10938 203.20073 349.70312Q203.6226 349.29688 204.2476 349.29688Q204.88823 349.29688 205.29448 349.70312Q205.71635 350.10938 205.71635 350.79688L205.71635 351.14062Q205.71635 351.78125 205.3101 352.20312Q204.90385 352.60938 204.26323 352.60938Q203.63823 352.60938 203.21635 352.20312Q202.79448 351.78125 202.79448 351.10938L202.79448 350.75ZM203.48198 351.14062Q203.48198 351.51562 203.6851 351.76562Q203.90385 352.01562 204.26323 352.01562Q204.6226 352.01562 204.82573 351.78125Q205.04448 351.53125 205.04448 351.125L205.04448 350.75Q205.04448 350.375 204.82573 350.125Q204.60698 349.875 204.26323 349.875Q203.90385 349.875 203.6851 350.125Q203.48198 350.35938 203.48198 350.78125L203.48198 351.14062ZM201.01323 351.96875L200.4976 351.64062L203.96635 346.07812L204.48198 346.40625L201.01323 351.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M163.52844 413.5L158.8722 413.5L158.8722 412.84375L161.32532 410.10938Q161.8722 409.5 162.07532 409.10938Q162.29407 408.71875 162.29407 408.29688Q162.29407 407.75 161.95032 407.39062Q161.6222 407.03125 161.0597 407.03125Q160.38782 407.03125 160.01282 407.42188Q159.63782 407.79688 159.63782 408.48438L158.73157 408.48438Q158.73157 407.5 159.35657 406.90625Q159.9972 406.29688 161.0597 406.29688Q162.04407 406.29688 162.6222 406.8125Q163.20032 407.32812 163.20032 408.20312Q163.20032 409.25 161.85657 410.70312L159.96594 412.76562L163.52844 412.76562L163.52844 413.5ZM164.79407 407.75Q164.79407 407.125 165.20032 406.70312Q165.60657 406.28125 166.2472 406.28125Q166.90344 406.28125 167.29407 406.70312Q167.70032 407.125 167.70032 407.78125L167.70032 408.14062Q167.70032 408.78125 167.29407 409.1875Q166.88782 409.59375 166.26282 409.59375Q165.6222 409.59375 165.20032 409.1875Q164.79407 408.78125 164.79407 408.09375L164.79407 407.75ZM165.46594 408.14062Q165.46594 408.51562 165.66907 408.76562Q165.88782 409.0 166.26282 409.0Q166.60657 409.0 166.8097 408.76562Q167.02844 408.53125 167.02844 408.10938L167.02844 407.75Q167.02844 407.375 166.8097 407.125Q166.60657 406.875 166.2472 406.875Q165.88782 406.875 165.66907 407.125Q165.46594 407.375 165.46594 407.78125L165.46594 408.14062ZM168.2472 411.75Q168.2472 411.10938 168.65344 410.70312Q169.07532 410.29688 169.70032 410.29688Q170.34094 410.29688 170.7472 410.70312Q171.16907 411.10938 171.16907 411.79688L171.16907 412.14062Q171.16907 412.78125 170.76282 413.20312Q170.35657 413.60938 169.71594 413.60938Q169.09094 413.60938 168.66907 413.20312Q168.2472 412.78125 168.2472 412.10938L168.2472 411.75ZM168.9347 412.14062Q168.9347 412.51562 169.13782 412.76562Q169.35657 413.01562 169.71594 413.01562Q170.07532 413.01562 170.27844 412.78125Q170.4972 412.53125 170.4972 412.125L170.4972 411.75Q170.4972 411.375 170.27844 411.125Q170.0597 410.875 169.71594 410.875Q169.35657 410.875 169.13782 411.125Q168.9347 411.35938 168.9347 411.78125L168.9347 412.14062ZM166.46594 412.96875L165.95032 412.64062L169.41907 407.07812L169.9347 407.40625L166.46594 412.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M163.52844 413.5L158.8722 413.5L158.8722 412.84375L161.32532 410.10938Q161.8722 409.5 162.07532 409.10938Q162.29407 408.71875 162.29407 408.29688Q162.29407 407.75 161.95032 407.39062Q161.6222 407.03125 161.0597 407.03125Q160.38782 407.03125 160.01282 407.42188Q159.63782 407.79688 159.63782 408.48438L158.73157 408.48438Q158.73157 407.5 159.35657 406.90625Q159.9972 406.29688 161.0597 406.29688Q162.04407 406.29688 162.6222 406.8125Q163.20032 407.32812 163.20032 408.20312Q163.20032 409.25 161.85657 410.70312L159.96594 412.76562L163.52844 412.76562L163.52844 413.5ZM164.79407 407.75Q164.79407 407.125 165.20032 406.70312Q165.60657 406.28125 166.2472 406.28125Q166.90344 406.28125 167.29407 406.70312Q167.70032 407.125 167.70032 407.78125L167.70032 408.14062Q167.70032 408.78125 167.29407 409.1875Q166.88782 409.59375 166.26282 409.59375Q165.6222 409.59375 165.20032 409.1875Q164.79407 408.78125 164.79407 408.09375L164.79407 407.75ZM165.46594 408.14062Q165.46594 408.51562 165.66907 408.76562Q165.88782 409.0 166.26282 409.0Q166.60657 409.0 166.8097 408.76562Q167.02844 408.53125 167.02844 408.10938L167.02844 407.75Q167.02844 407.375 166.8097 407.125Q166.60657 406.875 166.2472 406.875Q165.88782 406.875 165.66907 407.125Q165.46594 407.375 165.46594 407.78125L165.46594 408.14062ZM168.2472 411.75Q168.2472 411.10938 168.65344 410.70312Q169.07532 410.29688 169.70032 410.29688Q170.34094 410.29688 170.7472 410.70312Q171.16907 411.10938 171.16907 411.79688L171.16907 412.14062Q171.16907 412.78125 170.76282 413.20312Q170.35657 413.60938 169.71594 413.60938Q169.09094 413.60938 168.66907 413.20312Q168.2472 412.78125 168.2472 412.10938L168.2472 411.75ZM168.9347 412.14062Q168.9347 412.51562 169.13782 412.76562Q169.35657 413.01562 169.71594 413.01562Q170.07532 413.01562 170.27844 412.78125Q170.4972 412.53125 170.4972 412.125L170.4972 411.75Q170.4972 411.375 170.27844 411.125Q170.0597 410.875 169.71594 410.875Q169.35657 410.875 169.13782 411.125Q168.9347 411.35938 168.9347 411.78125L168.9347 412.14062ZM166.46594 412.96875L165.95032 412.64062L169.41907 407.07812L169.9347 407.40625L166.46594 412.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M552.9416 111.890625L549.98846 118.5L549.05096 118.5L551.97284 112.125L548.1291 112.125L548.1291 111.390625L552.9416 111.390625L552.9416 111.890625ZM559.0041 118.5L554.34784 118.5L554.34784 117.84375L556.80096 115.109375Q557.34784 114.5 557.55096 114.109375Q557.7697 113.71875 557.7697 113.296875Q557.7697 112.75 557.42596 112.390625Q557.09784 112.03125 556.53534 112.03125Q555.86346 112.03125 555.48846 112.421875Q555.11346 112.796875 555.11346 113.484375L554.2072 113.484375Q554.2072 112.5 554.8322 111.90625Q555.47284 111.296875 556.53534 111.296875Q557.5197 111.296875 558.09784 111.8125Q558.67596 112.328125 558.67596 113.203125Q558.67596 114.25 557.3322 115.703125L555.4416 117.765625L559.0041 117.765625L559.0041 118.5ZM560.2697 112.75Q560.2697 112.125 560.67596 111.703125Q561.0822 111.28125 561.72284 111.28125Q562.3791 111.28125 562.7697 111.703125Q563.17596 112.125 563.17596 112.78125L563.17596 113.140625Q563.17596 113.78125 562.7697 114.1875Q562.36346 114.59375 561.73846 114.59375Q561.09784 114.59375 560.67596 114.1875Q560.2697 113.78125 560.2697 113.09375L560.2697 112.75ZM560.9416 113.140625Q560.9416 113.515625 561.1447 113.765625Q561.36346 114.0 561.73846 114.0Q562.0822 114.0 562.28534 113.765625Q562.5041 113.53125 562.5041 113.109375L562.5041 112.75Q562.5041 112.375 562.28534 112.125Q562.0822 111.875 561.72284 111.875Q561.36346 111.875 561.1447 112.125Q560.9416 112.375 560.9416 112.78125L560.9416 113.140625ZM563.72284 116.75Q563.72284 116.109375 564.1291 115.703125Q564.55096 115.296875 565.17596 115.296875Q565.8166 115.296875 566.22284 115.703125Q566.6447 116.109375 566.6447 116.796875L566.6447 117.140625Q566.6447 117.78125 566.23846 118.203125Q565.8322 118.609375 565.1916 118.609375Q564.5666 118.609375 564.1447 118.203125Q563.72284 117.78125 563.72284 117.109375L563.72284 116.75ZM564.41034 117.140625Q564.41034 117.515625 564.61346 117.765625Q564.8322 118.015625 565.1916 118.015625Q565.55096 118.015625 565.7541 117.78125Q565.97284 117.53125 565.97284 117.125L565.97284 116.75Q565.97284 116.375 565.7541 116.125Q565.53534 115.875 565.1916 115.875Q564.8322 115.875 564.61346 116.125Q564.41034 116.359375 564.41034 116.78125L564.41034 117.140625ZM561.9416 117.96875L561.42596 117.640625L564.8947 112.078125L565.41034 112.40625L561.9416 117.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M552.9416 111.890625L549.98846 118.5L549.05096 118.5L551.97284 112.125L548.1291 112.125L548.1291 111.390625L552.9416 111.390625L552.9416 111.890625ZM559.0041 118.5L554.34784 118.5L554.34784 117.84375L556.80096 115.109375Q557.34784 114.5 557.55096 114.109375Q557.7697 113.71875 557.7697 113.296875Q557.7697 112.75 557.42596 112.390625Q557.09784 112.03125 556.53534 112.03125Q555.86346 112.03125 555.48846 112.421875Q555.11346 112.796875 555.11346 113.484375L554.2072 113.484375Q554.2072 112.5 554.8322 111.90625Q555.47284 111.296875 556.53534 111.296875Q557.5197 111.296875 558.09784 111.8125Q558.67596 112.328125 558.67596 113.203125Q558.67596 114.25 557.3322 115.703125L555.4416 117.765625L559.0041 117.765625L559.0041 118.5ZM560.2697 112.75Q560.2697 112.125 560.67596 111.703125Q561.0822 111.28125 561.72284 111.28125Q562.3791 111.28125 562.7697 111.703125Q563.17596 112.125 563.17596 112.78125L563.17596 113.140625Q563.17596 113.78125 562.7697 114.1875Q562.36346 114.59375 561.73846 114.59375Q561.09784 114.59375 560.67596 114.1875Q560.2697 113.78125 560.2697 113.09375L560.2697 112.75ZM560.9416 113.140625Q560.9416 113.515625 561.1447 113.765625Q561.36346 114.0 561.73846 114.0Q562.0822 114.0 562.28534 113.765625Q562.5041 113.53125 562.5041 113.109375L562.5041 112.75Q562.5041 112.375 562.28534 112.125Q562.0822 111.875 561.72284 111.875Q561.36346 111.875 561.1447 112.125Q560.9416 112.375 560.9416 112.78125L560.9416 113.140625ZM563.72284 116.75Q563.72284 116.109375 564.1291 115.703125Q564.55096 115.296875 565.17596 115.296875Q565.8166 115.296875 566.22284 115.703125Q566.6447 116.109375 566.6447 116.796875L566.6447 117.140625Q566.6447 117.78125 566.23846 118.203125Q565.8322 118.609375 565.1916 118.609375Q564.5666 118.609375 564.1447 118.203125Q563.72284 117.78125 563.72284 117.109375L563.72284 116.75ZM564.41034 117.140625Q564.41034 117.515625 564.61346 117.765625Q564.8322 118.015625 565.1916 118.015625Q565.55096 118.015625 565.7541 117.78125Q565.97284 117.53125 565.97284 117.125L565.97284 116.75Q565.97284 116.375 565.7541 116.125Q565.53534 115.875 565.1916 115.875Q564.8322 115.875 564.61346 116.125Q564.41034 116.359375 564.41034 116.78125L564.41034 117.140625ZM561.9416 117.96875L561.42596 117.640625L564.8947 112.078125L565.41034 112.40625L561.9416 117.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M538.36804 172.89062L535.4149 179.5L534.4774 179.5L537.3993 173.125L533.55554 173.125L533.55554 172.39062L538.36804 172.39062L538.36804 172.89062ZM544.2274 176.46875Q544.2274 178.04688 543.68054 178.82812Q543.1493 179.59375 541.99304 179.59375Q540.8524 179.59375 540.30554 178.84375Q539.75867 178.09375 539.74304 176.59375L539.74304 175.39062Q539.74304 173.8125 540.2743 173.0625Q540.82117 172.29688 541.9774 172.29688Q543.13367 172.29688 543.6649 173.03125Q544.2118 173.76562 544.2274 175.29688L544.2274 176.46875ZM543.32117 175.23438Q543.32117 174.07812 542.99304 173.5625Q542.68054 173.03125 541.9774 173.03125Q541.2899 173.03125 540.9618 173.5625Q540.6493 174.07812 540.6493 175.15625L540.6493 176.60938Q540.6493 177.76562 540.9774 178.3125Q541.32117 178.85938 541.99304 178.85938Q542.6649 178.85938 542.9774 178.34375Q543.30554 177.82812 543.32117 176.71875L543.32117 175.23438ZM545.69617 173.75Q545.69617 173.125 546.1024 172.70312Q546.50867 172.28125 547.1493 172.28125Q547.80554 172.28125 548.19617 172.70312Q548.6024 173.125 548.6024 173.78125L548.6024 174.14062Q548.6024 174.78125 548.19617 175.1875Q547.7899 175.59375 547.1649 175.59375Q546.5243 175.59375 546.1024 175.1875Q545.69617 174.78125 545.69617 174.09375L545.69617 173.75ZM546.36804 174.14062Q546.36804 174.51562 546.57117 174.76562Q546.7899 175.0 547.1649 175.0Q547.50867 175.0 547.7118 174.76562Q547.93054 174.53125 547.93054 174.10938L547.93054 173.75Q547.93054 173.375 547.7118 173.125Q547.50867 172.875 547.1493 172.875Q546.7899 172.875 546.57117 173.125Q546.36804 173.375 546.36804 173.78125L546.36804 174.14062ZM549.1493 177.75Q549.1493 177.10938 549.55554 176.70312Q549.9774 176.29688 550.6024 176.29688Q551.24304 176.29688 551.6493 176.70312Q552.07117 177.10938 552.07117 177.79688L552.07117 178.14062Q552.07117 178.78125 551.6649 179.20312Q551.25867 179.60938 550.61804 179.60938Q549.99304 179.60938 549.57117 179.20312Q549.1493 178.78125 549.1493 178.10938L549.1493 177.75ZM549.8368 178.14062Q549.8368 178.51562 550.0399 178.76562Q550.25867 179.01562 550.61804 179.01562Q550.9774 179.01562 551.18054 178.78125Q551.3993 178.53125 551.3993 178.125L551.3993 177.75Q551.3993 177.375 551.18054 177.125Q550.9618 176.875 550.61804 176.875Q550.25867 176.875 550.0399 177.125Q549.8368 177.35938 549.8368 177.78125L549.8368 178.14062ZM547.36804 178.96875L546.8524 178.64062L550.32117 173.07812L550.8368 173.40625L547.36804 178.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M538.36804 172.89062L535.4149 179.5L534.4774 179.5L537.3993 173.125L533.55554 173.125L533.55554 172.39062L538.36804 172.39062L538.36804 172.89062ZM544.2274 176.46875Q544.2274 178.04688 543.68054 178.82812Q543.1493 179.59375 541.99304 179.59375Q540.8524 179.59375 540.30554 178.84375Q539.75867 178.09375 539.74304 176.59375L539.74304 175.39062Q539.74304 173.8125 540.2743 173.0625Q540.82117 172.29688 541.9774 172.29688Q543.13367 172.29688 543.6649 173.03125Q544.2118 173.76562 544.2274 175.29688L544.2274 176.46875ZM543.32117 175.23438Q543.32117 174.07812 542.99304 173.5625Q542.68054 173.03125 541.9774 173.03125Q541.2899 173.03125 540.9618 173.5625Q540.6493 174.07812 540.6493 175.15625L540.6493 176.60938Q540.6493 177.76562 540.9774 178.3125Q541.32117 178.85938 541.99304 178.85938Q542.6649 178.85938 542.9774 178.34375Q543.30554 177.82812 543.32117 176.71875L543.32117 175.23438ZM545.69617 173.75Q545.69617 173.125 546.1024 172.70312Q546.50867 172.28125 547.1493 172.28125Q547.80554 172.28125 548.19617 172.70312Q548.6024 173.125 548.6024 173.78125L548.6024 174.14062Q548.6024 174.78125 548.19617 175.1875Q547.7899 175.59375 547.1649 175.59375Q546.5243 175.59375 546.1024 175.1875Q545.69617 174.78125 545.69617 174.09375L545.69617 173.75ZM546.36804 174.14062Q546.36804 174.51562 546.57117 174.76562Q546.7899 175.0 547.1649 175.0Q547.50867 175.0 547.7118 174.76562Q547.93054 174.53125 547.93054 174.10938L547.93054 173.75Q547.93054 173.375 547.7118 173.125Q547.50867 172.875 547.1493 172.875Q546.7899 172.875 546.57117 173.125Q546.36804 173.375 546.36804 173.78125L546.36804 174.14062ZM549.1493 177.75Q549.1493 177.10938 549.55554 176.70312Q549.9774 176.29688 550.6024 176.29688Q551.24304 176.29688 551.6493 176.70312Q552.07117 177.10938 552.07117 177.79688L552.07117 178.14062Q552.07117 178.78125 551.6649 179.20312Q551.25867 179.60938 550.61804 179.60938Q549.99304 179.60938 549.57117 179.20312Q549.1493 178.78125 549.1493 178.10938L549.1493 177.75ZM549.8368 178.14062Q549.8368 178.51562 550.0399 178.76562Q550.25867 179.01562 550.61804 179.01562Q550.9774 179.01562 551.18054 178.78125Q551.3993 178.53125 551.3993 178.125L551.3993 177.75Q551.3993 177.375 551.18054 177.125Q550.9618 176.875 550.61804 176.875Q550.25867 176.875 550.0399 177.125Q549.8368 177.35938 549.8368 177.78125L549.8368 178.14062ZM547.36804 178.96875L546.8524 178.64062L550.32117 173.07812L550.8368 173.40625L547.36804 178.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M502.5327 233.39062L502.5327 234.15625L502.36084 234.15625Q501.31396 234.17188 500.68896 234.78125Q500.06396 235.375 499.9546 236.48438Q500.5171 235.84375 501.48584 235.84375Q502.42334 235.84375 502.9702 236.5Q503.5327 237.14062 503.5327 238.1875Q503.5327 239.28125 502.92334 239.9375Q502.3296 240.59375 501.3296 240.59375Q500.31396 240.59375 499.67334 239.8125Q499.0327 239.03125 499.0327 237.79688L499.0327 237.45312Q499.0327 235.48438 499.86084 234.45312Q500.7046 233.40625 502.36084 233.39062L502.5327 233.39062ZM501.3452 236.59375Q500.87646 236.59375 500.48584 236.875Q500.0952 237.14062 499.93896 237.5625L499.93896 237.89062Q499.93896 238.78125 500.3296 239.3125Q500.73584 239.84375 501.3296 239.84375Q501.93896 239.84375 502.2827 239.40625Q502.6421 238.95312 502.6421 238.21875Q502.6421 237.48438 502.2827 237.04688Q501.92334 236.59375 501.3452 236.59375ZM506.29834 236.5L506.9702 236.5Q507.61084 236.5 507.9702 236.17188Q508.3452 235.84375 508.3452 235.28125Q508.3452 234.03125 507.0952 234.03125Q506.5171 234.03125 506.1577 234.375Q505.81396 234.70312 505.81396 235.25L504.9077 235.25Q504.9077 234.40625 505.5327 233.85938Q506.1577 233.29688 507.0952 233.29688Q508.11084 233.29688 508.67334 233.82812Q509.25146 234.35938 509.25146 235.29688Q509.25146 235.76562 508.9546 236.20312Q508.6577 236.64062 508.12646 236.85938Q508.7202 237.03125 509.0327 237.46875Q509.36084 237.89062 509.36084 238.51562Q509.36084 239.46875 508.73584 240.03125Q508.11084 240.59375 507.11084 240.59375Q506.11084 240.59375 505.4702 240.0625Q504.8452 239.51562 504.8452 238.625L505.7671 238.625Q505.7671 239.1875 506.12646 239.53125Q506.48584 239.85938 507.11084 239.85938Q507.7671 239.85938 508.11084 239.51562Q508.4546 239.17188 508.4546 238.53125Q508.4546 237.92188 508.06396 237.59375Q507.68896 237.25 506.9702 237.25L506.29834 237.25L506.29834 236.5ZM510.9077 234.75Q510.9077 234.125 511.31396 233.70312Q511.7202 233.28125 512.36084 233.28125Q513.0171 233.28125 513.4077 233.70312Q513.81396 234.125 513.81396 234.78125L513.81396 235.14062Q513.81396 235.78125 513.4077 236.1875Q513.00146 236.59375 512.37646 236.59375Q511.73584 236.59375 511.31396 236.1875Q510.9077 235.78125 510.9077 235.09375L510.9077 234.75ZM511.5796 235.14062Q511.5796 235.51562 511.7827 235.76562Q512.00146 236.0 512.37646 236.0Q512.7202 236.0 512.92334 235.76562Q513.1421 235.53125 513.1421 235.10938L513.1421 234.75Q513.1421 234.375 512.92334 234.125Q512.7202 233.875 512.36084 233.875Q512.00146 233.875 511.7827 234.125Q511.5796 234.375 511.5796 234.78125L511.5796 235.14062ZM514.36084 238.75Q514.36084 238.10938 514.7671 237.70312Q515.18896 237.29688 515.81396 237.29688Q516.4546 237.29688 516.86084 237.70312Q517.2827 238.10938 517.2827 238.79688L517.2827 239.14062Q517.2827 239.78125 516.87646 240.20312Q516.4702 240.60938 515.8296 240.60938Q515.2046 240.60938 514.7827 240.20312Q514.36084 239.78125 514.36084 239.10938L514.36084 238.75ZM515.04834 239.14062Q515.04834 239.51562 515.25146 239.76562Q515.4702 240.01562 515.8296 240.01562Q516.18896 240.01562 516.3921 239.78125Q516.61084 239.53125 516.61084 239.125L516.61084 238.75Q516.61084 238.375 516.3921 238.125Q516.17334 237.875 515.8296 237.875Q515.4702 237.875 515.25146 238.125Q515.04834 238.35938 515.04834 238.78125L515.04834 239.14062ZM512.5796 239.96875L512.06396 239.64062L515.5327 234.07812L516.04834 234.40625L512.5796 239.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M502.5327 233.39062L502.5327 234.15625L502.36084 234.15625Q501.31396 234.17188 500.68896 234.78125Q500.06396 235.375 499.9546 236.48438Q500.5171 235.84375 501.48584 235.84375Q502.42334 235.84375 502.9702 236.5Q503.5327 237.14062 503.5327 238.1875Q503.5327 239.28125 502.92334 239.9375Q502.3296 240.59375 501.3296 240.59375Q500.31396 240.59375 499.67334 239.8125Q499.0327 239.03125 499.0327 237.79688L499.0327 237.45312Q499.0327 235.48438 499.86084 234.45312Q500.7046 233.40625 502.36084 233.39062L502.5327 233.39062ZM501.3452 236.59375Q500.87646 236.59375 500.48584 236.875Q500.0952 237.14062 499.93896 237.5625L499.93896 237.89062Q499.93896 238.78125 500.3296 239.3125Q500.73584 239.84375 501.3296 239.84375Q501.93896 239.84375 502.2827 239.40625Q502.6421 238.95312 502.6421 238.21875Q502.6421 237.48438 502.2827 237.04688Q501.92334 236.59375 501.3452 236.59375ZM506.29834 236.5L506.9702 236.5Q507.61084 236.5 507.9702 236.17188Q508.3452 235.84375 508.3452 235.28125Q508.3452 234.03125 507.0952 234.03125Q506.5171 234.03125 506.1577 234.375Q505.81396 234.70312 505.81396 235.25L504.9077 235.25Q504.9077 234.40625 505.5327 233.85938Q506.1577 233.29688 507.0952 233.29688Q508.11084 233.29688 508.67334 233.82812Q509.25146 234.35938 509.25146 235.29688Q509.25146 235.76562 508.9546 236.20312Q508.6577 236.64062 508.12646 236.85938Q508.7202 237.03125 509.0327 237.46875Q509.36084 237.89062 509.36084 238.51562Q509.36084 239.46875 508.73584 240.03125Q508.11084 240.59375 507.11084 240.59375Q506.11084 240.59375 505.4702 240.0625Q504.8452 239.51562 504.8452 238.625L505.7671 238.625Q505.7671 239.1875 506.12646 239.53125Q506.48584 239.85938 507.11084 239.85938Q507.7671 239.85938 508.11084 239.51562Q508.4546 239.17188 508.4546 238.53125Q508.4546 237.92188 508.06396 237.59375Q507.68896 237.25 506.9702 237.25L506.29834 237.25L506.29834 236.5ZM510.9077 234.75Q510.9077 234.125 511.31396 233.70312Q511.7202 233.28125 512.36084 233.28125Q513.0171 233.28125 513.4077 233.70312Q513.81396 234.125 513.81396 234.78125L513.81396 235.14062Q513.81396 235.78125 513.4077 236.1875Q513.00146 236.59375 512.37646 236.59375Q511.73584 236.59375 511.31396 236.1875Q510.9077 235.78125 510.9077 235.09375L510.9077 234.75ZM511.5796 235.14062Q511.5796 235.51562 511.7827 235.76562Q512.00146 236.0 512.37646 236.0Q512.7202 236.0 512.92334 235.76562Q513.1421 235.53125 513.1421 235.10938L513.1421 234.75Q513.1421 234.375 512.92334 234.125Q512.7202 233.875 512.36084 233.875Q512.00146 233.875 511.7827 234.125Q511.5796 234.375 511.5796 234.78125L511.5796 235.14062ZM514.36084 238.75Q514.36084 238.10938 514.7671 237.70312Q515.18896 237.29688 515.81396 237.29688Q516.4546 237.29688 516.86084 237.70312Q517.2827 238.10938 517.2827 238.79688L517.2827 239.14062Q517.2827 239.78125 516.87646 240.20312Q516.4702 240.60938 515.8296 240.60938Q515.2046 240.60938 514.7827 240.20312Q514.36084 239.78125 514.36084 239.10938L514.36084 238.75ZM515.04834 239.14062Q515.04834 239.51562 515.25146 239.76562Q515.4702 240.01562 515.8296 240.01562Q516.18896 240.01562 516.3921 239.78125Q516.61084 239.53125 516.61084 239.125L516.61084 238.75Q516.61084 238.375 516.3921 238.125Q516.17334 237.875 515.8296 237.875Q515.4702 237.875 515.25146 238.125Q515.04834 238.35938 515.04834 238.78125L515.04834 239.14062ZM512.5796 239.96875L512.06396 239.64062L515.5327 234.07812L516.04834 234.40625L512.5796 239.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M258.52942 301.5L257.62317 301.5L257.62317 295.48438L255.79504 296.14062L255.79504 295.32812L258.3888 294.35938L258.52942 294.35938L258.52942 301.5ZM265.0138 298.375Q264.73254 298.71875 264.34192 298.92188Q263.9513 299.125 263.48254 299.125Q262.87317 299.125 262.40442 298.82812Q261.9513 298.51562 261.7013 297.96875Q261.4513 297.42188 261.4513 296.75Q261.4513 296.04688 261.71692 295.46875Q261.99817 294.89062 262.49817 294.59375Q262.99817 294.29688 263.65442 294.29688Q264.71692 294.29688 265.3263 295.09375Q265.93567 295.875 265.93567 297.23438L265.93567 297.5Q265.93567 299.57812 265.10754 300.53125Q264.29504 301.48438 262.6388 301.5L262.4513 301.5L262.4513 300.75L262.65442 300.75Q263.7638 300.71875 264.35754 300.15625Q264.96692 299.59375 265.0138 298.375ZM263.62317 298.375Q264.0763 298.375 264.4513 298.09375Q264.84192 297.8125 265.02942 297.40625L265.02942 297.04688Q265.02942 296.15625 264.6388 295.60938Q264.24817 295.04688 263.67004 295.04688Q263.06067 295.04688 262.7013 295.5Q262.34192 295.95312 262.34192 296.70312Q262.34192 297.4375 262.68567 297.90625Q263.04504 298.375 263.62317 298.375ZM267.48254 295.75Q267.48254 295.125 267.8888 294.70312Q268.29504 294.28125 268.93567 294.28125Q269.59192 294.28125 269.98254 294.70312Q270.3888 295.125 270.3888 295.78125L270.3888 296.14062Q270.3888 296.78125 269.98254 297.1875Q269.5763 297.59375 268.9513 297.59375Q268.31067 297.59375 267.8888 297.1875Q267.48254 296.78125 267.48254 296.09375L267.48254 295.75ZM268.15442 296.14062Q268.15442 296.51562 268.35754 296.76562Q268.5763 297.0 268.9513 297.0Q269.29504 297.0 269.49817 296.76562Q269.71692 296.53125 269.71692 296.10938L269.71692 295.75Q269.71692 295.375 269.49817 295.125Q269.29504 294.875 268.93567 294.875Q268.5763 294.875 268.35754 295.125Q268.15442 295.375 268.15442 295.78125L268.15442 296.14062ZM270.93567 299.75Q270.93567 299.10938 271.34192 298.70312Q271.7638 298.29688 272.3888 298.29688Q273.02942 298.29688 273.43567 298.70312Q273.85754 299.10938 273.85754 299.79688L273.85754 300.14062Q273.85754 300.78125 273.4513 301.20312Q273.04504 301.60938 272.40442 301.60938Q271.77942 301.60938 271.35754 301.20312Q270.93567 300.78125 270.93567 300.10938L270.93567 299.75ZM271.62317 300.14062Q271.62317 300.51562 271.8263 300.76562Q272.04504 301.01562 272.40442 301.01562Q272.7638 301.01562 272.96692 300.78125Q273.18567 300.53125 273.18567 300.125L273.18567 299.75Q273.18567 299.375 272.96692 299.125Q272.74817 298.875 272.40442 298.875Q272.04504 298.875 271.8263 299.125Q271.62317 299.35938 271.62317 299.78125L271.62317 300.14062ZM269.15442 300.96875L268.6388 300.64062L272.10754 295.07812L272.62317 295.40625L269.15442 300.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M258.52942 301.5L257.62317 301.5L257.62317 295.48438L255.79504 296.14062L255.79504 295.32812L258.3888 294.35938L258.52942 294.35938L258.52942 301.5ZM265.0138 298.375Q264.73254 298.71875 264.34192 298.92188Q263.9513 299.125 263.48254 299.125Q262.87317 299.125 262.40442 298.82812Q261.9513 298.51562 261.7013 297.96875Q261.4513 297.42188 261.4513 296.75Q261.4513 296.04688 261.71692 295.46875Q261.99817 294.89062 262.49817 294.59375Q262.99817 294.29688 263.65442 294.29688Q264.71692 294.29688 265.3263 295.09375Q265.93567 295.875 265.93567 297.23438L265.93567 297.5Q265.93567 299.57812 265.10754 300.53125Q264.29504 301.48438 262.6388 301.5L262.4513 301.5L262.4513 300.75L262.65442 300.75Q263.7638 300.71875 264.35754 300.15625Q264.96692 299.59375 265.0138 298.375ZM263.62317 298.375Q264.0763 298.375 264.4513 298.09375Q264.84192 297.8125 265.02942 297.40625L265.02942 297.04688Q265.02942 296.15625 264.6388 295.60938Q264.24817 295.04688 263.67004 295.04688Q263.06067 295.04688 262.7013 295.5Q262.34192 295.95312 262.34192 296.70312Q262.34192 297.4375 262.68567 297.90625Q263.04504 298.375 263.62317 298.375ZM267.48254 295.75Q267.48254 295.125 267.8888 294.70312Q268.29504 294.28125 268.93567 294.28125Q269.59192 294.28125 269.98254 294.70312Q270.3888 295.125 270.3888 295.78125L270.3888 296.14062Q270.3888 296.78125 269.98254 297.1875Q269.5763 297.59375 268.9513 297.59375Q268.31067 297.59375 267.8888 297.1875Q267.48254 296.78125 267.48254 296.09375L267.48254 295.75ZM268.15442 296.14062Q268.15442 296.51562 268.35754 296.76562Q268.5763 297.0 268.9513 297.0Q269.29504 297.0 269.49817 296.76562Q269.71692 296.53125 269.71692 296.10938L269.71692 295.75Q269.71692 295.375 269.49817 295.125Q269.29504 294.875 268.93567 294.875Q268.5763 294.875 268.35754 295.125Q268.15442 295.375 268.15442 295.78125L268.15442 296.14062ZM270.93567 299.75Q270.93567 299.10938 271.34192 298.70312Q271.7638 298.29688 272.3888 298.29688Q273.02942 298.29688 273.43567 298.70312Q273.85754 299.10938 273.85754 299.79688L273.85754 300.14062Q273.85754 300.78125 273.4513 301.20312Q273.04504 301.60938 272.40442 301.60938Q271.77942 301.60938 271.35754 301.20312Q270.93567 300.78125 270.93567 300.10938L270.93567 299.75ZM271.62317 300.14062Q271.62317 300.51562 271.8263 300.76562Q272.04504 301.01562 272.40442 301.01562Q272.7638 301.01562 272.96692 300.78125Q273.18567 300.53125 273.18567 300.125L273.18567 299.75Q273.18567 299.375 272.96692 299.125Q272.74817 298.875 272.40442 298.875Q272.04504 298.875 271.8263 299.125Q271.62317 299.35938 271.62317 299.78125L271.62317 300.14062ZM269.15442 300.96875L268.6388 300.64062L272.10754 295.07812L272.62317 295.40625L269.15442 300.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.72835 359.375Q203.4471 359.71875 203.05647 359.92188Q202.66585 360.125 202.1971 360.125Q201.58772 360.125 201.11897 359.82812Q200.66585 359.51562 200.41585 358.96875Q200.16585 358.42188 200.16585 357.75Q200.16585 357.04688 200.43147 356.46875Q200.71272 355.89062 201.21272 355.59375Q201.71272 355.29688 202.36897 355.29688Q203.43147 355.29688 204.04085 356.09375Q204.65022 356.875 204.65022 358.23438L204.65022 358.5Q204.65022 360.57812 203.8221 361.53125Q203.0096 362.48438 201.35335 362.5L201.16585 362.5L201.16585 361.75L201.36897 361.75Q202.47835 361.71875 203.0721 361.15625Q203.68147 360.59375 203.72835 359.375ZM202.33772 359.375Q202.79085 359.375 203.16585 359.09375Q203.55647 358.8125 203.74397 358.40625L203.74397 358.04688Q203.74397 357.15625 203.35335 356.60938Q202.96272 356.04688 202.3846 356.04688Q201.77522 356.04688 201.41585 356.5Q201.05647 356.95312 201.05647 357.70312Q201.05647 358.4375 201.40022 358.90625Q201.7596 359.375 202.33772 359.375ZM206.1971 356.75Q206.1971 356.125 206.60335 355.70312Q207.0096 355.28125 207.65022 355.28125Q208.30647 355.28125 208.6971 355.70312Q209.10335 356.125 209.10335 356.78125L209.10335 357.14062Q209.10335 357.78125 208.6971 358.1875Q208.29085 358.59375 207.66585 358.59375Q207.02522 358.59375 206.60335 358.1875Q206.1971 357.78125 206.1971 357.09375L206.1971 356.75ZM206.86897 357.14062Q206.86897 357.51562 207.0721 357.76562Q207.29085 358.0 207.66585 358.0Q208.0096 358.0 208.21272 357.76562Q208.43147 357.53125 208.43147 357.10938L208.43147 356.75Q208.43147 356.375 208.21272 356.125Q208.0096 355.875 207.65022 355.875Q207.29085 355.875 207.0721 356.125Q206.86897 356.375 206.86897 356.78125L206.86897 357.14062ZM209.65022 360.75Q209.65022 360.10938 210.05647 359.70312Q210.47835 359.29688 211.10335 359.29688Q211.74397 359.29688 212.15022 359.70312Q212.5721 360.10938 212.5721 360.79688L212.5721 361.14062Q212.5721 361.78125 212.16585 362.20312Q211.7596 362.60938 211.11897 362.60938Q210.49397 362.60938 210.0721 362.20312Q209.65022 361.78125 209.65022 361.10938L209.65022 360.75ZM210.33772 361.14062Q210.33772 361.51562 210.54085 361.76562Q210.7596 362.01562 211.11897 362.01562Q211.47835 362.01562 211.68147 361.78125Q211.90022 361.53125 211.90022 361.125L211.90022 360.75Q211.90022 360.375 211.68147 360.125Q211.46272 359.875 211.11897 359.875Q210.7596 359.875 210.54085 360.125Q210.33772 360.35938 210.33772 360.78125L210.33772 361.14062ZM207.86897 361.96875L207.35335 361.64062L210.8221 356.07812L211.33772 356.40625L207.86897 361.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.72835 359.375Q203.4471 359.71875 203.05647 359.92188Q202.66585 360.125 202.1971 360.125Q201.58772 360.125 201.11897 359.82812Q200.66585 359.51562 200.41585 358.96875Q200.16585 358.42188 200.16585 357.75Q200.16585 357.04688 200.43147 356.46875Q200.71272 355.89062 201.21272 355.59375Q201.71272 355.29688 202.36897 355.29688Q203.43147 355.29688 204.04085 356.09375Q204.65022 356.875 204.65022 358.23438L204.65022 358.5Q204.65022 360.57812 203.8221 361.53125Q203.0096 362.48438 201.35335 362.5L201.16585 362.5L201.16585 361.75L201.36897 361.75Q202.47835 361.71875 203.0721 361.15625Q203.68147 360.59375 203.72835 359.375ZM202.33772 359.375Q202.79085 359.375 203.16585 359.09375Q203.55647 358.8125 203.74397 358.40625L203.74397 358.04688Q203.74397 357.15625 203.35335 356.60938Q202.96272 356.04688 202.3846 356.04688Q201.77522 356.04688 201.41585 356.5Q201.05647 356.95312 201.05647 357.70312Q201.05647 358.4375 201.40022 358.90625Q201.7596 359.375 202.33772 359.375ZM206.1971 356.75Q206.1971 356.125 206.60335 355.70312Q207.0096 355.28125 207.65022 355.28125Q208.30647 355.28125 208.6971 355.70312Q209.10335 356.125 209.10335 356.78125L209.10335 357.14062Q209.10335 357.78125 208.6971 358.1875Q208.29085 358.59375 207.66585 358.59375Q207.02522 358.59375 206.60335 358.1875Q206.1971 357.78125 206.1971 357.09375L206.1971 356.75ZM206.86897 357.14062Q206.86897 357.51562 207.0721 357.76562Q207.29085 358.0 207.66585 358.0Q208.0096 358.0 208.21272 357.76562Q208.43147 357.53125 208.43147 357.10938L208.43147 356.75Q208.43147 356.375 208.21272 356.125Q208.0096 355.875 207.65022 355.875Q207.29085 355.875 207.0721 356.125Q206.86897 356.375 206.86897 356.78125L206.86897 357.14062ZM209.65022 360.75Q209.65022 360.10938 210.05647 359.70312Q210.47835 359.29688 211.10335 359.29688Q211.74397 359.29688 212.15022 359.70312Q212.5721 360.10938 212.5721 360.79688L212.5721 361.14062Q212.5721 361.78125 212.16585 362.20312Q211.7596 362.60938 211.11897 362.60938Q210.49397 362.60938 210.0721 362.20312Q209.65022 361.78125 209.65022 361.10938L209.65022 360.75ZM210.33772 361.14062Q210.33772 361.51562 210.54085 361.76562Q210.7596 362.01562 211.11897 362.01562Q211.47835 362.01562 211.68147 361.78125Q211.90022 361.53125 211.90022 361.125L211.90022 360.75Q211.90022 360.375 211.68147 360.125Q211.46272 359.875 211.11897 359.875Q210.7596 359.875 210.54085 360.125Q210.33772 360.35938 210.33772 360.78125L210.33772 361.14062ZM207.86897 361.96875L207.35335 361.64062L210.8221 356.07812L211.33772 356.40625L207.86897 361.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M158.95921 423.5L158.05296 423.5L158.05296 417.48438L156.22484 418.14062L156.22484 417.32812L158.81859 416.35938L158.95921 416.35938L158.95921 423.5ZM161.91234 417.75Q161.91234 417.125 162.31859 416.70312Q162.72484 416.28125 163.36546 416.28125Q164.02171 416.28125 164.41234 416.70312Q164.81859 417.125 164.81859 417.78125L164.81859 418.14062Q164.81859 418.78125 164.41234 419.1875Q164.00609 419.59375 163.38109 419.59375Q162.74046 419.59375 162.31859 419.1875Q161.91234 418.78125 161.91234 418.09375L161.91234 417.75ZM162.58421 418.14062Q162.58421 418.51562 162.78734 418.76562Q163.00609 419.0 163.38109 419.0Q163.72484 419.0 163.92796 418.76562Q164.14671 418.53125 164.14671 418.10938L164.14671 417.75Q164.14671 417.375 163.92796 417.125Q163.72484 416.875 163.36546 416.875Q163.00609 416.875 162.78734 417.125Q162.58421 417.375 162.58421 417.78125L162.58421 418.14062ZM165.36546 421.75Q165.36546 421.10938 165.77171 420.70312Q166.19359 420.29688 166.81859 420.29688Q167.45921 420.29688 167.86546 420.70312Q168.28734 421.10938 168.28734 421.79688L168.28734 422.14062Q168.28734 422.78125 167.88109 423.20312Q167.47484 423.60938 166.83421 423.60938Q166.20921 423.60938 165.78734 423.20312Q165.36546 422.78125 165.36546 422.10938L165.36546 421.75ZM166.05296 422.14062Q166.05296 422.51562 166.25609 422.76562Q166.47484 423.01562 166.83421 423.01562Q167.19359 423.01562 167.39671 422.78125Q167.61546 422.53125 167.61546 422.125L167.61546 421.75Q167.61546 421.375 167.39671 421.125Q167.17796 420.875 166.83421 420.875Q166.47484 420.875 166.25609 421.125Q166.05296 421.35938 166.05296 421.78125L166.05296 422.14062ZM163.58421 422.96875L163.06859 422.64062L166.53734 417.07812L167.05296 417.40625L163.58421 422.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M158.95921 423.5L158.05296 423.5L158.05296 417.48438L156.22484 418.14062L156.22484 417.32812L158.81859 416.35938L158.95921 416.35938L158.95921 423.5ZM161.91234 417.75Q161.91234 417.125 162.31859 416.70312Q162.72484 416.28125 163.36546 416.28125Q164.02171 416.28125 164.41234 416.70312Q164.81859 417.125 164.81859 417.78125L164.81859 418.14062Q164.81859 418.78125 164.41234 419.1875Q164.00609 419.59375 163.38109 419.59375Q162.74046 419.59375 162.31859 419.1875Q161.91234 418.78125 161.91234 418.09375L161.91234 417.75ZM162.58421 418.14062Q162.58421 418.51562 162.78734 418.76562Q163.00609 419.0 163.38109 419.0Q163.72484 419.0 163.92796 418.76562Q164.14671 418.53125 164.14671 418.10938L164.14671 417.75Q164.14671 417.375 163.92796 417.125Q163.72484 416.875 163.36546 416.875Q163.00609 416.875 162.78734 417.125Q162.58421 417.375 162.58421 417.78125L162.58421 418.14062ZM165.36546 421.75Q165.36546 421.10938 165.77171 420.70312Q166.19359 420.29688 166.81859 420.29688Q167.45921 420.29688 167.86546 420.70312Q168.28734 421.10938 168.28734 421.79688L168.28734 422.14062Q168.28734 422.78125 167.88109 423.20312Q167.47484 423.60938 166.83421 423.60938Q166.20921 423.60938 165.78734 423.20312Q165.36546 422.78125 165.36546 422.10938L165.36546 421.75ZM166.05296 422.14062Q166.05296 422.51562 166.25609 422.76562Q166.47484 423.01562 166.83421 423.01562Q167.19359 423.01562 167.39671 422.78125Q167.61546 422.53125 167.61546 422.125L167.61546 421.75Q167.61546 421.375 167.39671 421.125Q167.17796 420.875 166.83421 420.875Q166.47484 420.875 166.25609 421.125Q166.05296 421.35938 166.05296 421.78125L166.05296 422.14062ZM163.58421 422.96875L163.06859 422.64062L166.53734 417.07812L167.05296 417.40625L163.58421 422.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M552.238 121.890625L549.28485 128.5L548.34735 128.5L551.2692 122.125L547.4255 122.125L547.4255 121.390625L552.238 121.390625L552.238 121.890625ZM558.3005 128.5L553.6442 128.5L553.6442 127.84375L556.09735 125.109375Q556.6442 124.5 556.84735 124.109375Q557.0661 123.71875 557.0661 123.296875Q557.0661 122.75 556.72235 122.390625Q556.3942 122.03125 555.8317 122.03125Q555.15985 122.03125 554.78485 122.421875Q554.40985 122.796875 554.40985 123.484375L553.5036 123.484375Q553.5036 122.5 554.1286 121.90625Q554.7692 121.296875 555.8317 121.296875Q556.8161 121.296875 557.3942 121.8125Q557.97235 122.328125 557.97235 123.203125Q557.97235 124.25 556.6286 125.703125L554.738 127.765625L558.3005 127.765625L558.3005 128.5ZM559.5661 122.75Q559.5661 122.125 559.97235 121.703125Q560.3786 121.28125 561.0192 121.28125Q561.6755 121.28125 562.0661 121.703125Q562.47235 122.125 562.47235 122.78125L562.47235 123.140625Q562.47235 123.78125 562.0661 124.1875Q561.65985 124.59375 561.03485 124.59375Q560.3942 124.59375 559.97235 124.1875Q559.5661 123.78125 559.5661 123.09375L559.5661 122.75ZM560.238 123.140625Q560.238 123.515625 560.4411 123.765625Q560.65985 124.0 561.03485 124.0Q561.3786 124.0 561.5817 123.765625Q561.8005 123.53125 561.8005 123.109375L561.8005 122.75Q561.8005 122.375 561.5817 122.125Q561.3786 121.875 561.0192 121.875Q560.65985 121.875 560.4411 122.125Q560.238 122.375 560.238 122.78125L560.238 123.140625ZM563.0192 126.75Q563.0192 126.109375 563.4255 125.703125Q563.84735 125.296875 564.47235 125.296875Q565.113 125.296875 565.5192 125.703125Q565.9411 126.109375 565.9411 126.796875L565.9411 127.140625Q565.9411 127.78125 565.53485 128.20312Q565.1286 128.60938 564.488 128.60938Q563.863 128.60938 563.4411 128.20312Q563.0192 127.78125 563.0192 127.109375L563.0192 126.75ZM563.7067 127.140625Q563.7067 127.515625 563.90985 127.765625Q564.1286 128.01562 564.488 128.01562Q564.84735 128.01562 565.0505 127.78125Q565.2692 127.53125 565.2692 127.125L565.2692 126.75Q565.2692 126.375 565.0505 126.125Q564.8317 125.875 564.488 125.875Q564.1286 125.875 563.90985 126.125Q563.7067 126.359375 563.7067 126.78125L563.7067 127.140625ZM561.238 127.96875L560.72235 127.640625L564.1911 122.078125L564.7067 122.40625L561.238 127.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M552.238 121.890625L549.28485 128.5L548.34735 128.5L551.2692 122.125L547.4255 122.125L547.4255 121.390625L552.238 121.390625L552.238 121.890625ZM558.3005 128.5L553.6442 128.5L553.6442 127.84375L556.09735 125.109375Q556.6442 124.5 556.84735 124.109375Q557.0661 123.71875 557.0661 123.296875Q557.0661 122.75 556.72235 122.390625Q556.3942 122.03125 555.8317 122.03125Q555.15985 122.03125 554.78485 122.421875Q554.40985 122.796875 554.40985 123.484375L553.5036 123.484375Q553.5036 122.5 554.1286 121.90625Q554.7692 121.296875 555.8317 121.296875Q556.8161 121.296875 557.3942 121.8125Q557.97235 122.328125 557.97235 123.203125Q557.97235 124.25 556.6286 125.703125L554.738 127.765625L558.3005 127.765625L558.3005 128.5ZM559.5661 122.75Q559.5661 122.125 559.97235 121.703125Q560.3786 121.28125 561.0192 121.28125Q561.6755 121.28125 562.0661 121.703125Q562.47235 122.125 562.47235 122.78125L562.47235 123.140625Q562.47235 123.78125 562.0661 124.1875Q561.65985 124.59375 561.03485 124.59375Q560.3942 124.59375 559.97235 124.1875Q559.5661 123.78125 559.5661 123.09375L559.5661 122.75ZM560.238 123.140625Q560.238 123.515625 560.4411 123.765625Q560.65985 124.0 561.03485 124.0Q561.3786 124.0 561.5817 123.765625Q561.8005 123.53125 561.8005 123.109375L561.8005 122.75Q561.8005 122.375 561.5817 122.125Q561.3786 121.875 561.0192 121.875Q560.65985 121.875 560.4411 122.125Q560.238 122.375 560.238 122.78125L560.238 123.140625ZM563.0192 126.75Q563.0192 126.109375 563.4255 125.703125Q563.84735 125.296875 564.47235 125.296875Q565.113 125.296875 565.5192 125.703125Q565.9411 126.109375 565.9411 126.796875L565.9411 127.140625Q565.9411 127.78125 565.53485 128.20312Q565.1286 128.60938 564.488 128.60938Q563.863 128.60938 563.4411 128.20312Q563.0192 127.78125 563.0192 127.109375L563.0192 126.75ZM563.7067 127.140625Q563.7067 127.515625 563.90985 127.765625Q564.1286 128.01562 564.488 128.01562Q564.84735 128.01562 565.0505 127.78125Q565.2692 127.53125 565.2692 127.125L565.2692 126.75Q565.2692 126.375 565.0505 126.125Q564.8317 125.875 564.488 125.875Q564.1286 125.875 563.90985 126.125Q563.7067 126.359375 563.7067 126.78125L563.7067 127.140625ZM561.238 127.96875L560.72235 127.640625L564.1911 122.078125L564.7067 122.40625L561.238 127.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M492.56503 182.39062L492.56503 183.15625L492.39316 183.15625Q491.34628 183.17188 490.72128 183.78125Q490.09628 184.375 489.9869 185.48438Q490.5494 184.84375 491.51816 184.84375Q492.45566 184.84375 493.00253 185.5Q493.56503 186.14062 493.56503 187.1875Q493.56503 188.28125 492.95566 188.9375Q492.3619 189.59375 491.3619 189.59375Q490.34628 189.59375 489.70566 188.8125Q489.06503 188.03125 489.06503 186.79688L489.06503 186.45312Q489.06503 184.48438 489.89316 183.45312Q490.7369 182.40625 492.39316 182.39062L492.56503 182.39062ZM491.37753 185.59375Q490.90878 185.59375 490.51816 185.875Q490.12753 186.14062 489.97128 186.5625L489.97128 186.89062Q489.97128 187.78125 490.3619 188.3125Q490.76816 188.84375 491.3619 188.84375Q491.97128 188.84375 492.31503 188.40625Q492.6744 187.95312 492.6744 187.21875Q492.6744 186.48438 492.31503 186.04688Q491.95566 185.59375 491.37753 185.59375ZM499.6744 189.5L495.01816 189.5L495.01816 188.84375L497.47128 186.10938Q498.01816 185.5 498.22128 185.10938Q498.44003 184.71875 498.44003 184.29688Q498.44003 183.75 498.09628 183.39062Q497.76816 183.03125 497.20566 183.03125Q496.53378 183.03125 496.15878 183.42188Q495.78378 183.79688 495.78378 184.48438L494.87753 184.48438Q494.87753 183.5 495.50253 182.90625Q496.14316 182.29688 497.20566 182.29688Q498.19003 182.29688 498.76816 182.8125Q499.34628 183.32812 499.34628 184.20312Q499.34628 185.25 498.00253 186.70312L496.1119 188.76562L499.6744 188.76562L499.6744 189.5ZM500.94003 183.75Q500.94003 183.125 501.34628 182.70312Q501.75253 182.28125 502.39316 182.28125Q503.0494 182.28125 503.44003 182.70312Q503.84628 183.125 503.84628 183.78125L503.84628 184.14062Q503.84628 184.78125 503.44003 185.1875Q503.03378 185.59375 502.40878 185.59375Q501.76816 185.59375 501.34628 185.1875Q500.94003 184.78125 500.94003 184.09375L500.94003 183.75ZM501.6119 184.14062Q501.6119 184.51562 501.81503 184.76562Q502.03378 185.0 502.40878 185.0Q502.75253 185.0 502.95566 184.76562Q503.1744 184.53125 503.1744 184.10938L503.1744 183.75Q503.1744 183.375 502.95566 183.125Q502.75253 182.875 502.39316 182.875Q502.03378 182.875 501.81503 183.125Q501.6119 183.375 501.6119 183.78125L501.6119 184.14062ZM504.39316 187.75Q504.39316 187.10938 504.7994 186.70312Q505.22128 186.29688 505.84628 186.29688Q506.4869 186.29688 506.89316 186.70312Q507.31503 187.10938 507.31503 187.79688L507.31503 188.14062Q507.31503 188.78125 506.90878 189.20312Q506.50253 189.60938 505.8619 189.60938Q505.2369 189.60938 504.81503 189.20312Q504.39316 188.78125 504.39316 188.10938L504.39316 187.75ZM505.08066 188.14062Q505.08066 188.51562 505.28378 188.76562Q505.50253 189.01562 505.8619 189.01562Q506.22128 189.01562 506.4244 188.78125Q506.64316 188.53125 506.64316 188.125L506.64316 187.75Q506.64316 187.375 506.4244 187.125Q506.20566 186.875 505.8619 186.875Q505.50253 186.875 505.28378 187.125Q505.08066 187.35938 505.08066 187.78125L505.08066 188.14062ZM502.6119 188.96875L502.09628 188.64062L505.56503 183.07812L506.08066 183.40625L502.6119 188.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M492.56503 182.39062L492.56503 183.15625L492.39316 183.15625Q491.34628 183.17188 490.72128 183.78125Q490.09628 184.375 489.9869 185.48438Q490.5494 184.84375 491.51816 184.84375Q492.45566 184.84375 493.00253 185.5Q493.56503 186.14062 493.56503 187.1875Q493.56503 188.28125 492.95566 188.9375Q492.3619 189.59375 491.3619 189.59375Q490.34628 189.59375 489.70566 188.8125Q489.06503 188.03125 489.06503 186.79688L489.06503 186.45312Q489.06503 184.48438 489.89316 183.45312Q490.7369 182.40625 492.39316 182.39062L492.56503 182.39062ZM491.37753 185.59375Q490.90878 185.59375 490.51816 185.875Q490.12753 186.14062 489.97128 186.5625L489.97128 186.89062Q489.97128 187.78125 490.3619 188.3125Q490.76816 188.84375 491.3619 188.84375Q491.97128 188.84375 492.31503 188.40625Q492.6744 187.95312 492.6744 187.21875Q492.6744 186.48438 492.31503 186.04688Q491.95566 185.59375 491.37753 185.59375ZM499.6744 189.5L495.01816 189.5L495.01816 188.84375L497.47128 186.10938Q498.01816 185.5 498.22128 185.10938Q498.44003 184.71875 498.44003 184.29688Q498.44003 183.75 498.09628 183.39062Q497.76816 183.03125 497.20566 183.03125Q496.53378 183.03125 496.15878 183.42188Q495.78378 183.79688 495.78378 184.48438L494.87753 184.48438Q494.87753 183.5 495.50253 182.90625Q496.14316 182.29688 497.20566 182.29688Q498.19003 182.29688 498.76816 182.8125Q499.34628 183.32812 499.34628 184.20312Q499.34628 185.25 498.00253 186.70312L496.1119 188.76562L499.6744 188.76562L499.6744 189.5ZM500.94003 183.75Q500.94003 183.125 501.34628 182.70312Q501.75253 182.28125 502.39316 182.28125Q503.0494 182.28125 503.44003 182.70312Q503.84628 183.125 503.84628 183.78125L503.84628 184.14062Q503.84628 184.78125 503.44003 185.1875Q503.03378 185.59375 502.40878 185.59375Q501.76816 185.59375 501.34628 185.1875Q500.94003 184.78125 500.94003 184.09375L500.94003 183.75ZM501.6119 184.14062Q501.6119 184.51562 501.81503 184.76562Q502.03378 185.0 502.40878 185.0Q502.75253 185.0 502.95566 184.76562Q503.1744 184.53125 503.1744 184.10938L503.1744 183.75Q503.1744 183.375 502.95566 183.125Q502.75253 182.875 502.39316 182.875Q502.03378 182.875 501.81503 183.125Q501.6119 183.375 501.6119 183.78125L501.6119 184.14062ZM504.39316 187.75Q504.39316 187.10938 504.7994 186.70312Q505.22128 186.29688 505.84628 186.29688Q506.4869 186.29688 506.89316 186.70312Q507.31503 187.10938 507.31503 187.79688L507.31503 188.14062Q507.31503 188.78125 506.90878 189.20312Q506.50253 189.60938 505.8619 189.60938Q505.2369 189.60938 504.81503 189.20312Q504.39316 188.78125 504.39316 188.10938L504.39316 187.75ZM505.08066 188.14062Q505.08066 188.51562 505.28378 188.76562Q505.50253 189.01562 505.8619 189.01562Q506.22128 189.01562 506.4244 188.78125Q506.64316 188.53125 506.64316 188.125L506.64316 187.75Q506.64316 187.375 506.4244 187.125Q506.20566 186.875 505.8619 186.875Q505.50253 186.875 505.28378 187.125Q505.08066 187.35938 505.08066 187.78125L505.08066 188.14062ZM502.6119 188.96875L502.09628 188.64062L505.56503 183.07812L506.08066 183.40625L502.6119 188.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M444.64227 246.9375L445.01727 243.39062L448.6579 243.39062L448.6579 244.21875L445.7829 244.21875L445.56415 246.15625Q446.07977 245.85938 446.75165 245.85938Q447.7204 245.85938 448.2829 246.5Q448.86102 247.14062 448.86102 248.23438Q448.86102 249.32812 448.26727 249.96875Q447.67352 250.59375 446.61102 250.59375Q445.67352 250.59375 445.06415 250.07812Q444.4704 249.54688 444.39227 248.625L445.25165 248.625Q445.32977 249.23438 445.67352 249.54688Q446.0329 249.85938 446.61102 249.85938Q447.23602 249.85938 447.5954 249.4375Q447.95477 249.0 447.95477 248.25Q447.95477 247.53125 447.56415 247.10938Q447.18915 246.67188 446.5329 246.67188Q445.95477 246.67188 445.61102 246.92188L445.37665 247.125L444.64227 246.9375ZM454.04852 248.10938L455.0329 248.10938L455.0329 248.84375L454.04852 248.84375L454.04852 250.5L453.14227 250.5L453.14227 248.84375L449.9079 248.84375L449.9079 248.3125L453.07977 243.39062L454.04852 243.39062L454.04852 248.10938ZM450.92352 248.10938L453.14227 248.10938L453.14227 244.625L453.0329 244.82812L450.92352 248.10938ZM456.1579 244.75Q456.1579 244.125 456.56415 243.70312Q456.9704 243.28125 457.61102 243.28125Q458.26727 243.28125 458.6579 243.70312Q459.06415 244.125 459.06415 244.78125L459.06415 245.14062Q459.06415 245.78125 458.6579 246.1875Q458.25165 246.59375 457.62665 246.59375Q456.98602 246.59375 456.56415 246.1875Q456.1579 245.78125 456.1579 245.09375L456.1579 244.75ZM456.82977 245.14062Q456.82977 245.51562 457.0329 245.76562Q457.25165 246.0 457.62665 246.0Q457.9704 246.0 458.17352 245.76562Q458.39227 245.53125 458.39227 245.10938L458.39227 244.75Q458.39227 244.375 458.17352 244.125Q457.9704 243.875 457.61102 243.875Q457.25165 243.875 457.0329 244.125Q456.82977 244.375 456.82977 244.78125L456.82977 245.14062ZM459.61102 248.75Q459.61102 248.10938 460.01727 247.70312Q460.43915 247.29688 461.06415 247.29688Q461.70477 247.29688 462.11102 247.70312Q462.5329 248.10938 462.5329 248.79688L462.5329 249.14062Q462.5329 249.78125 462.12665 250.20312Q461.7204 250.60938 461.07977 250.60938Q460.45477 250.60938 460.0329 250.20312Q459.61102 249.78125 459.61102 249.10938L459.61102 248.75ZM460.29852 249.14062Q460.29852 249.51562 460.50165 249.76562Q460.7204 250.01562 461.07977 250.01562Q461.43915 250.01562 461.64227 249.78125Q461.86102 249.53125 461.86102 249.125L461.86102 248.75Q461.86102 248.375 461.64227 248.125Q461.42352 247.875 461.07977 247.875Q460.7204 247.875 460.50165 248.125Q460.29852 248.35938 460.29852 248.78125L460.29852 249.14062ZM457.82977 249.96875L457.31415 249.64062L460.7829 244.07812L461.29852 244.40625L457.82977 249.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M444.64227 246.9375L445.01727 243.39062L448.6579 243.39062L448.6579 244.21875L445.7829 244.21875L445.56415 246.15625Q446.07977 245.85938 446.75165 245.85938Q447.7204 245.85938 448.2829 246.5Q448.86102 247.14062 448.86102 248.23438Q448.86102 249.32812 448.26727 249.96875Q447.67352 250.59375 446.61102 250.59375Q445.67352 250.59375 445.06415 250.07812Q444.4704 249.54688 444.39227 248.625L445.25165 248.625Q445.32977 249.23438 445.67352 249.54688Q446.0329 249.85938 446.61102 249.85938Q447.23602 249.85938 447.5954 249.4375Q447.95477 249.0 447.95477 248.25Q447.95477 247.53125 447.56415 247.10938Q447.18915 246.67188 446.5329 246.67188Q445.95477 246.67188 445.61102 246.92188L445.37665 247.125L444.64227 246.9375ZM454.04852 248.10938L455.0329 248.10938L455.0329 248.84375L454.04852 248.84375L454.04852 250.5L453.14227 250.5L453.14227 248.84375L449.9079 248.84375L449.9079 248.3125L453.07977 243.39062L454.04852 243.39062L454.04852 248.10938ZM450.92352 248.10938L453.14227 248.10938L453.14227 244.625L453.0329 244.82812L450.92352 248.10938ZM456.1579 244.75Q456.1579 244.125 456.56415 243.70312Q456.9704 243.28125 457.61102 243.28125Q458.26727 243.28125 458.6579 243.70312Q459.06415 244.125 459.06415 244.78125L459.06415 245.14062Q459.06415 245.78125 458.6579 246.1875Q458.25165 246.59375 457.62665 246.59375Q456.98602 246.59375 456.56415 246.1875Q456.1579 245.78125 456.1579 245.09375L456.1579 244.75ZM456.82977 245.14062Q456.82977 245.51562 457.0329 245.76562Q457.25165 246.0 457.62665 246.0Q457.9704 246.0 458.17352 245.76562Q458.39227 245.53125 458.39227 245.10938L458.39227 244.75Q458.39227 244.375 458.17352 244.125Q457.9704 243.875 457.61102 243.875Q457.25165 243.875 457.0329 244.125Q456.82977 244.375 456.82977 244.78125L456.82977 245.14062ZM459.61102 248.75Q459.61102 248.10938 460.01727 247.70312Q460.43915 247.29688 461.06415 247.29688Q461.70477 247.29688 462.11102 247.70312Q462.5329 248.10938 462.5329 248.79688L462.5329 249.14062Q462.5329 249.78125 462.12665 250.20312Q461.7204 250.60938 461.07977 250.60938Q460.45477 250.60938 460.0329 250.20312Q459.61102 249.78125 459.61102 249.10938L459.61102 248.75ZM460.29852 249.14062Q460.29852 249.51562 460.50165 249.76562Q460.7204 250.01562 461.07977 250.01562Q461.43915 250.01562 461.64227 249.78125Q461.86102 249.53125 461.86102 249.125L461.86102 248.75Q461.86102 248.375 461.64227 248.125Q461.42352 247.875 461.07977 247.875Q460.7204 247.875 460.50165 248.125Q460.29852 248.35938 460.29852 248.78125L460.29852 249.14062ZM457.82977 249.96875L457.31415 249.64062L460.7829 244.07812L461.29852 244.40625L457.82977 249.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.52242 311.5L237.61617 311.5L237.61617 305.48438L235.78804 306.14062L235.78804 305.32812L238.38179 304.35938L238.52242 304.35938L238.52242 311.5ZM245.10054 304.39062L245.10054 305.15625L244.92867 305.15625Q243.88179 305.17188 243.25679 305.78125Q242.63179 306.375 242.52242 307.48438Q243.08492 306.84375 244.05367 306.84375Q244.99117 306.84375 245.53804 307.5Q246.10054 308.14062 246.10054 309.1875Q246.10054 310.28125 245.49117 310.9375Q244.89742 311.59375 243.89742 311.59375Q242.88179 311.59375 242.24117 310.8125Q241.60054 310.03125 241.60054 308.79688L241.60054 308.45312Q241.60054 306.48438 242.42867 305.45312Q243.27242 304.40625 244.92867 304.39062L245.10054 304.39062ZM243.91304 307.59375Q243.44429 307.59375 243.05367 307.875Q242.66304 308.14062 242.50679 308.5625L242.50679 308.89062Q242.50679 309.78125 242.89742 310.3125Q243.30367 310.84375 243.89742 310.84375Q244.50679 310.84375 244.85054 310.40625Q245.20992 309.95312 245.20992 309.21875Q245.20992 308.48438 244.85054 308.04688Q244.49117 307.59375 243.91304 307.59375ZM247.47554 305.75Q247.47554 305.125 247.88179 304.70312Q248.28804 304.28125 248.92867 304.28125Q249.58492 304.28125 249.97554 304.70312Q250.38179 305.125 250.38179 305.78125L250.38179 306.14062Q250.38179 306.78125 249.97554 307.1875Q249.56929 307.59375 248.94429 307.59375Q248.30367 307.59375 247.88179 307.1875Q247.47554 306.78125 247.47554 306.09375L247.47554 305.75ZM248.14742 306.14062Q248.14742 306.51562 248.35054 306.76562Q248.56929 307.0 248.94429 307.0Q249.28804 307.0 249.49117 306.76562Q249.70992 306.53125 249.70992 306.10938L249.70992 305.75Q249.70992 305.375 249.49117 305.125Q249.28804 304.875 248.92867 304.875Q248.56929 304.875 248.35054 305.125Q248.14742 305.375 248.14742 305.78125L248.14742 306.14062ZM250.92867 309.75Q250.92867 309.10938 251.33492 308.70312Q251.75679 308.29688 252.38179 308.29688Q253.02242 308.29688 253.42867 308.70312Q253.85054 309.10938 253.85054 309.79688L253.85054 310.14062Q253.85054 310.78125 253.44429 311.20312Q253.03804 311.60938 252.39742 311.60938Q251.77242 311.60938 251.35054 311.20312Q250.92867 310.78125 250.92867 310.10938L250.92867 309.75ZM251.61617 310.14062Q251.61617 310.51562 251.81929 310.76562Q252.03804 311.01562 252.39742 311.01562Q252.75679 311.01562 252.95992 310.78125Q253.17867 310.53125 253.17867 310.125L253.17867 309.75Q253.17867 309.375 252.95992 309.125Q252.74117 308.875 252.39742 308.875Q252.03804 308.875 251.81929 309.125Q251.61617 309.35938 251.61617 309.78125L251.61617 310.14062ZM249.14742 310.96875L248.63179 310.64062L252.10054 305.07812L252.61617 305.40625L249.14742 310.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M238.52242 311.5L237.61617 311.5L237.61617 305.48438L235.78804 306.14062L235.78804 305.32812L238.38179 304.35938L238.52242 304.35938L238.52242 311.5ZM245.10054 304.39062L245.10054 305.15625L244.92867 305.15625Q243.88179 305.17188 243.25679 305.78125Q242.63179 306.375 242.52242 307.48438Q243.08492 306.84375 244.05367 306.84375Q244.99117 306.84375 245.53804 307.5Q246.10054 308.14062 246.10054 309.1875Q246.10054 310.28125 245.49117 310.9375Q244.89742 311.59375 243.89742 311.59375Q242.88179 311.59375 242.24117 310.8125Q241.60054 310.03125 241.60054 308.79688L241.60054 308.45312Q241.60054 306.48438 242.42867 305.45312Q243.27242 304.40625 244.92867 304.39062L245.10054 304.39062ZM243.91304 307.59375Q243.44429 307.59375 243.05367 307.875Q242.66304 308.14062 242.50679 308.5625L242.50679 308.89062Q242.50679 309.78125 242.89742 310.3125Q243.30367 310.84375 243.89742 310.84375Q244.50679 310.84375 244.85054 310.40625Q245.20992 309.95312 245.20992 309.21875Q245.20992 308.48438 244.85054 308.04688Q244.49117 307.59375 243.91304 307.59375ZM247.47554 305.75Q247.47554 305.125 247.88179 304.70312Q248.28804 304.28125 248.92867 304.28125Q249.58492 304.28125 249.97554 304.70312Q250.38179 305.125 250.38179 305.78125L250.38179 306.14062Q250.38179 306.78125 249.97554 307.1875Q249.56929 307.59375 248.94429 307.59375Q248.30367 307.59375 247.88179 307.1875Q247.47554 306.78125 247.47554 306.09375L247.47554 305.75ZM248.14742 306.14062Q248.14742 306.51562 248.35054 306.76562Q248.56929 307.0 248.94429 307.0Q249.28804 307.0 249.49117 306.76562Q249.70992 306.53125 249.70992 306.10938L249.70992 305.75Q249.70992 305.375 249.49117 305.125Q249.28804 304.875 248.92867 304.875Q248.56929 304.875 248.35054 305.125Q248.14742 305.375 248.14742 305.78125L248.14742 306.14062ZM250.92867 309.75Q250.92867 309.10938 251.33492 308.70312Q251.75679 308.29688 252.38179 308.29688Q253.02242 308.29688 253.42867 308.70312Q253.85054 309.10938 253.85054 309.79688L253.85054 310.14062Q253.85054 310.78125 253.44429 311.20312Q253.03804 311.60938 252.39742 311.60938Q251.77242 311.60938 251.35054 311.20312Q250.92867 310.78125 250.92867 310.10938L250.92867 309.75ZM251.61617 310.14062Q251.61617 310.51562 251.81929 310.76562Q252.03804 311.01562 252.39742 311.01562Q252.75679 311.01562 252.95992 310.78125Q253.17867 310.53125 253.17867 310.125L253.17867 309.75Q253.17867 309.375 252.95992 309.125Q252.74117 308.875 252.39742 308.875Q252.03804 308.875 251.81929 309.125Q251.61617 309.35938 251.61617 309.78125L251.61617 310.14062ZM249.14742 310.96875L248.63179 310.64062L252.10054 305.07812L252.61617 305.40625L249.14742 310.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M202.23006 369.375Q201.9488 369.71875 201.55818 369.92188Q201.16756 370.125 200.6988 370.125Q200.08943 370.125 199.62068 369.82812Q199.16756 369.51562 198.91756 368.96875Q198.66756 368.42188 198.66756 367.75Q198.66756 367.04688 198.93318 366.46875Q199.21443 365.89062 199.71443 365.59375Q200.21443 365.29688 200.87068 365.29688Q201.93318 365.29688 202.54256 366.09375Q203.15193 366.875 203.15193 368.23438L203.15193 368.5Q203.15193 370.57812 202.3238 371.53125Q201.5113 372.48438 199.85506 372.5L199.66756 372.5L199.66756 371.75L199.87068 371.75Q200.98006 371.71875 201.5738 371.15625Q202.18318 370.59375 202.23006 369.375ZM200.83943 369.375Q201.29256 369.375 201.66756 369.09375Q202.05818 368.8125 202.24568 368.40625L202.24568 368.04688Q202.24568 367.15625 201.85506 366.60938Q201.46443 366.04688 200.8863 366.04688Q200.27693 366.04688 199.91756 366.5Q199.55818 366.95312 199.55818 367.70312Q199.55818 368.4375 199.90193 368.90625Q200.2613 369.375 200.83943 369.375ZM204.6988 366.75Q204.6988 366.125 205.10506 365.70312Q205.5113 365.28125 206.15193 365.28125Q206.80818 365.28125 207.1988 365.70312Q207.60506 366.125 207.60506 366.78125L207.60506 367.14062Q207.60506 367.78125 207.1988 368.1875Q206.79256 368.59375 206.16756 368.59375Q205.52693 368.59375 205.10506 368.1875Q204.6988 367.78125 204.6988 367.09375L204.6988 366.75ZM205.37068 367.14062Q205.37068 367.51562 205.5738 367.76562Q205.79256 368.0 206.16756 368.0Q206.5113 368.0 206.71443 367.76562Q206.93318 367.53125 206.93318 367.10938L206.93318 366.75Q206.93318 366.375 206.71443 366.125Q206.5113 365.875 206.15193 365.875Q205.79256 365.875 205.5738 366.125Q205.37068 366.375 205.37068 366.78125L205.37068 367.14062ZM208.15193 370.75Q208.15193 370.10938 208.55818 369.70312Q208.98006 369.29688 209.60506 369.29688Q210.24568 369.29688 210.65193 369.70312Q211.0738 370.10938 211.0738 370.79688L211.0738 371.14062Q211.0738 371.78125 210.66756 372.20312Q210.2613 372.60938 209.62068 372.60938Q208.99568 372.60938 208.5738 372.20312Q208.15193 371.78125 208.15193 371.10938L208.15193 370.75ZM208.83943 371.14062Q208.83943 371.51562 209.04256 371.76562Q209.2613 372.01562 209.62068 372.01562Q209.98006 372.01562 210.18318 371.78125Q210.40193 371.53125 210.40193 371.125L210.40193 370.75Q210.40193 370.375 210.18318 370.125Q209.96443 369.875 209.62068 369.875Q209.2613 369.875 209.04256 370.125Q208.83943 370.35938 208.83943 370.78125L208.83943 371.14062ZM206.37068 371.96875L205.85506 371.64062L209.3238 366.07812L209.83943 366.40625L206.37068 371.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M202.23006 369.375Q201.9488 369.71875 201.55818 369.92188Q201.16756 370.125 200.6988 370.125Q200.08943 370.125 199.62068 369.82812Q199.16756 369.51562 198.91756 368.96875Q198.66756 368.42188 198.66756 367.75Q198.66756 367.04688 198.93318 366.46875Q199.21443 365.89062 199.71443 365.59375Q200.21443 365.29688 200.87068 365.29688Q201.93318 365.29688 202.54256 366.09375Q203.15193 366.875 203.15193 368.23438L203.15193 368.5Q203.15193 370.57812 202.3238 371.53125Q201.5113 372.48438 199.85506 372.5L199.66756 372.5L199.66756 371.75L199.87068 371.75Q200.98006 371.71875 201.5738 371.15625Q202.18318 370.59375 202.23006 369.375ZM200.83943 369.375Q201.29256 369.375 201.66756 369.09375Q202.05818 368.8125 202.24568 368.40625L202.24568 368.04688Q202.24568 367.15625 201.85506 366.60938Q201.46443 366.04688 200.8863 366.04688Q200.27693 366.04688 199.91756 366.5Q199.55818 366.95312 199.55818 367.70312Q199.55818 368.4375 199.90193 368.90625Q200.2613 369.375 200.83943 369.375ZM204.6988 366.75Q204.6988 366.125 205.10506 365.70312Q205.5113 365.28125 206.15193 365.28125Q206.80818 365.28125 207.1988 365.70312Q207.60506 366.125 207.60506 366.78125L207.60506 367.14062Q207.60506 367.78125 207.1988 368.1875Q206.79256 368.59375 206.16756 368.59375Q205.52693 368.59375 205.10506 368.1875Q204.6988 367.78125 204.6988 367.09375L204.6988 366.75ZM205.37068 367.14062Q205.37068 367.51562 205.5738 367.76562Q205.79256 368.0 206.16756 368.0Q206.5113 368.0 206.71443 367.76562Q206.93318 367.53125 206.93318 367.10938L206.93318 366.75Q206.93318 366.375 206.71443 366.125Q206.5113 365.875 206.15193 365.875Q205.79256 365.875 205.5738 366.125Q205.37068 366.375 205.37068 366.78125L205.37068 367.14062ZM208.15193 370.75Q208.15193 370.10938 208.55818 369.70312Q208.98006 369.29688 209.60506 369.29688Q210.24568 369.29688 210.65193 369.70312Q211.0738 370.10938 211.0738 370.79688L211.0738 371.14062Q211.0738 371.78125 210.66756 372.20312Q210.2613 372.60938 209.62068 372.60938Q208.99568 372.60938 208.5738 372.20312Q208.15193 371.78125 208.15193 371.10938L208.15193 370.75ZM208.83943 371.14062Q208.83943 371.51562 209.04256 371.76562Q209.2613 372.01562 209.62068 372.01562Q209.98006 372.01562 210.18318 371.78125Q210.40193 371.53125 210.40193 371.125L210.40193 370.75Q210.40193 370.375 210.18318 370.125Q209.96443 369.875 209.62068 369.875Q209.2613 369.875 209.04256 370.125Q208.83943 370.35938 208.83943 370.78125L208.83943 371.14062ZM206.37068 371.96875L205.85506 371.64062L209.3238 366.07812L209.83943 366.40625L206.37068 371.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M158.94986 433.5L158.04361 433.5L158.04361 427.48438L156.21548 428.14062L156.21548 427.32812L158.80923 426.35938L158.94986 426.35938L158.94986 433.5ZM161.90298 427.75Q161.90298 427.125 162.30923 426.70312Q162.71548 426.28125 163.35611 426.28125Q164.01236 426.28125 164.40298 426.70312Q164.80923 427.125 164.80923 427.78125L164.80923 428.14062Q164.80923 428.78125 164.40298 429.1875Q163.99673 429.59375 163.37173 429.59375Q162.73111 429.59375 162.30923 429.1875Q161.90298 428.78125 161.90298 428.09375L161.90298 427.75ZM162.57486 428.14062Q162.57486 428.51562 162.77798 428.76562Q162.99673 429.0 163.37173 429.0Q163.71548 429.0 163.91861 428.76562Q164.13736 428.53125 164.13736 428.10938L164.13736 427.75Q164.13736 427.375 163.91861 427.125Q163.71548 426.875 163.35611 426.875Q162.99673 426.875 162.77798 427.125Q162.57486 427.375 162.57486 427.78125L162.57486 428.14062ZM165.35611 431.75Q165.35611 431.10938 165.76236 430.70312Q166.18423 430.29688 166.80923 430.29688Q167.44986 430.29688 167.85611 430.70312Q168.27798 431.10938 168.27798 431.79688L168.27798 432.14062Q168.27798 432.78125 167.87173 433.20312Q167.46548 433.60938 166.82486 433.60938Q166.19986 433.60938 165.77798 433.20312Q165.35611 432.78125 165.35611 432.10938L165.35611 431.75ZM166.04361 432.14062Q166.04361 432.51562 166.24673 432.76562Q166.46548 433.01562 166.82486 433.01562Q167.18423 433.01562 167.38736 432.78125Q167.60611 432.53125 167.60611 432.125L167.60611 431.75Q167.60611 431.375 167.38736 431.125Q167.16861 430.875 166.82486 430.875Q166.46548 430.875 166.24673 431.125Q166.04361 431.35938 166.04361 431.78125L166.04361 432.14062ZM163.57486 432.96875L163.05923 432.64062L166.52798 427.07812L167.04361 427.40625L163.57486 432.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M158.94986 433.5L158.04361 433.5L158.04361 427.48438L156.21548 428.14062L156.21548 427.32812L158.80923 426.35938L158.94986 426.35938L158.94986 433.5ZM161.90298 427.75Q161.90298 427.125 162.30923 426.70312Q162.71548 426.28125 163.35611 426.28125Q164.01236 426.28125 164.40298 426.70312Q164.80923 427.125 164.80923 427.78125L164.80923 428.14062Q164.80923 428.78125 164.40298 429.1875Q163.99673 429.59375 163.37173 429.59375Q162.73111 429.59375 162.30923 429.1875Q161.90298 428.78125 161.90298 428.09375L161.90298 427.75ZM162.57486 428.14062Q162.57486 428.51562 162.77798 428.76562Q162.99673 429.0 163.37173 429.0Q163.71548 429.0 163.91861 428.76562Q164.13736 428.53125 164.13736 428.10938L164.13736 427.75Q164.13736 427.375 163.91861 427.125Q163.71548 426.875 163.35611 426.875Q162.99673 426.875 162.77798 427.125Q162.57486 427.375 162.57486 427.78125L162.57486 428.14062ZM165.35611 431.75Q165.35611 431.10938 165.76236 430.70312Q166.18423 430.29688 166.80923 430.29688Q167.44986 430.29688 167.85611 430.70312Q168.27798 431.10938 168.27798 431.79688L168.27798 432.14062Q168.27798 432.78125 167.87173 433.20312Q167.46548 433.60938 166.82486 433.60938Q166.19986 433.60938 165.77798 433.20312Q165.35611 432.78125 165.35611 432.10938L165.35611 431.75ZM166.04361 432.14062Q166.04361 432.51562 166.24673 432.76562Q166.46548 433.01562 166.82486 433.01562Q167.18423 433.01562 167.38736 432.78125Q167.60611 432.53125 167.60611 432.125L167.60611 431.75Q167.60611 431.375 167.38736 431.125Q167.16861 430.875 166.82486 430.875Q166.46548 430.875 166.24673 431.125Q166.04361 431.35938 166.04361 431.78125L166.04361 432.14062ZM163.57486 432.96875L163.05923 432.64062L166.52798 427.07812L167.04361 427.40625L163.57486 432.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M312.9944 488.4158Q312.9944 487.65018 313.47876 487.15018Q313.97876 486.65018 314.7444 486.65018Q315.52563 486.65018 316.01 487.15018Q316.4944 487.65018 316.4944 488.44705L316.4944 488.86893Q316.4944 489.63455 315.9944 490.13455Q315.51 490.61893 314.76 490.61893Q313.9944 490.61893 313.4944 490.13455Q312.9944 489.63455 312.9944 488.82205L312.9944 488.4158ZM313.8069 488.86893Q313.8069 489.32205 314.0569 489.61893Q314.3225 489.9158 314.76 489.9158Q315.1819 489.9158 315.4319 489.63455Q315.6819 489.33768 315.6819 488.83768L315.6819 488.4158Q315.6819 487.96268 315.4319 487.6658Q315.1819 487.3533 314.7444 487.3533Q314.3069 487.3533 314.0569 487.6658Q313.8069 487.96268 313.8069 488.43143L313.8069 488.86893ZM317.15063 493.21268Q317.15063 492.44705 317.635 491.96268Q318.135 491.46268 318.90063 491.46268Q319.66626 491.46268 320.15063 491.96268Q320.65063 492.44705 320.65063 493.25955L320.65063 493.6658Q320.65063 494.43143 320.16626 494.93143Q319.6819 495.43143 318.91626 495.43143Q318.15063 495.43143 317.65063 494.94705Q317.15063 494.44705 317.15063 493.63455L317.15063 493.21268ZM317.96313 493.6658Q317.96313 494.13455 318.21313 494.43143Q318.47876 494.7283 318.91626 494.7283Q319.33813 494.7283 319.58813 494.44705Q319.83813 494.15018 319.83813 493.65018L319.83813 493.21268Q319.83813 492.74393 319.5725 492.46268Q319.3225 492.1658 318.90063 492.1658Q318.47876 492.1658 318.21313 492.46268Q317.96313 492.74393 317.96313 493.24393L317.96313 493.6658ZM315.01 494.6658L314.385 494.27518L318.5569 487.6033L319.16626 487.99393L315.01 494.6658ZM324.91626 492.07205Q324.91626 491.15018 325.27563 490.40018Q325.65063 489.65018 326.3069 489.25955Q326.96313 488.8533 327.79126 488.8533Q329.08813 488.8533 329.885 489.74393Q330.6975 490.63455 330.6975 492.13455L330.6975 492.21268Q330.6975 493.13455 330.33813 493.86893Q329.97876 494.6033 329.3225 495.02518Q328.66626 495.43143 327.8069 495.43143Q326.52563 495.43143 325.71313 494.5408Q324.91626 493.63455 324.91626 492.15018L324.91626 492.07205ZM326.01 492.21268Q326.01 493.25955 326.4944 493.90018Q326.9944 494.5408 327.8069 494.5408Q328.635 494.5408 329.1194 493.90018Q329.60376 493.24393 329.60376 492.07205Q329.60376 491.0408 329.10376 490.40018Q328.6194 489.74393 327.79126 489.74393Q326.9944 489.74393 326.4944 490.38455Q326.01 491.00955 326.01 492.21268ZM332.7444 495.30643L332.7444 489.80643L331.7444 489.80643L331.7444 488.96268L332.7444 488.96268L332.7444 488.32205Q332.7444 487.2908 333.27563 486.74393Q333.8225 486.18143 334.8225 486.18143Q335.1975 486.18143 335.5725 486.27518L335.51 487.1658Q335.22876 487.1033 334.9319 487.1033Q334.40063 487.1033 334.10376 487.4158Q333.8225 487.7283 333.8225 488.2908L333.8225 488.96268L335.1819 488.96268L335.1819 489.80643L333.8225 489.80643L333.8225 495.30643L332.7444 495.30643ZM342.27563 489.93143Q342.02563 489.90018 341.7444 489.90018Q340.66626 489.90018 340.29126 490.80643L340.29126 495.30643L339.21313 495.30643L339.21313 488.96268L340.26 488.96268L340.27563 489.69705Q340.8069 488.8533 341.79126 488.8533Q342.10376 488.8533 342.27563 488.93143L342.27563 489.93143ZM345.83813 495.43143Q344.54126 495.43143 343.72876 494.58768Q342.9319 493.7283 342.9319 492.30643L342.9319 492.11893Q342.9319 491.1658 343.29126 490.43143Q343.65063 489.68143 344.29126 489.27518Q344.9475 488.8533 345.6975 488.8533Q346.9319 488.8533 347.6194 489.6658Q348.3069 490.4783 348.3069 491.99393L348.3069 492.44705L344.01 492.44705Q344.04126 493.38455 344.5569 493.96268Q345.08813 494.5408 345.90063 494.5408Q346.46313 494.5408 346.85376 494.30643Q347.26 494.07205 347.5725 493.68143L348.22876 494.19705Q347.4319 495.43143 345.83813 495.43143ZM345.6975 489.74393Q345.04126 489.74393 344.58813 490.2283Q344.15063 490.69705 344.0569 491.55643L347.22876 491.55643L347.22876 491.4783Q347.1819 490.65018 346.77563 490.19705Q346.385 489.74393 345.6975 489.74393ZM352.90063 493.61893Q352.90063 493.18143 352.5569 492.94705Q352.22876 492.69705 351.40063 492.52518Q350.58813 492.3533 350.10376 492.1033Q349.6194 491.8533 349.385 491.52518Q349.16626 491.18143 349.16626 490.71268Q349.16626 489.93143 349.8225 489.40018Q350.47876 488.8533 351.51 488.8533Q352.58813 488.8533 353.2444 489.4158Q353.91626 489.96268 353.91626 490.82205L352.83813 490.82205Q352.83813 490.38455 352.4475 490.07205Q352.0725 489.74393 351.51 489.74393Q350.91626 489.74393 350.5725 490.00955Q350.2444 490.25955 350.2444 490.6658Q350.2444 491.05643 350.5569 491.25955Q350.8694 491.46268 351.6819 491.65018Q352.4944 491.82205 352.9944 492.07205Q353.4944 492.32205 353.72876 492.68143Q353.97876 493.0408 353.97876 493.5408Q353.97876 494.40018 353.29126 494.9158Q352.6194 495.43143 351.54126 495.43143Q350.77563 495.43143 350.1819 495.1658Q349.60376 494.88455 349.27563 494.40018Q348.9475 493.9158 348.9475 493.3533L350.02563 493.3533Q350.0569 493.90018 350.46313 494.2283Q350.8694 494.5408 351.54126 494.5408Q352.15063 494.5408 352.52563 494.2908Q352.90063 494.0408 352.90063 493.61893ZM360.5569 492.21268Q360.5569 493.65018 359.90063 494.5408Q359.2444 495.43143 358.10376 495.43143Q356.9475 495.43143 356.29126 494.69705L356.29126 497.74393L355.21313 497.74393L355.21313 488.96268L356.1975 488.96268L356.2444 489.6658Q356.91626 488.8533 358.08813 488.8533Q359.22876 488.8533 359.885 489.71268Q360.5569 490.57205 360.5569 492.1033L360.5569 492.21268ZM359.47876 492.08768Q359.47876 491.00955 359.01 490.40018Q358.5569 489.77518 357.76 489.77518Q356.77563 489.77518 356.29126 490.63455L356.29126 493.6658Q356.77563 494.5408 357.77563 494.5408Q358.5569 494.5408 359.01 493.93143Q359.47876 493.30643 359.47876 492.08768ZM361.91626 492.07205Q361.91626 491.15018 362.27563 490.40018Q362.65063 489.65018 363.3069 489.25955Q363.96313 488.8533 364.79126 488.8533Q366.08813 488.8533 366.885 489.74393Q367.6975 490.63455 367.6975 492.13455L367.6975 492.21268Q367.6975 493.13455 367.33813 493.86893Q366.97876 494.6033 366.3225 495.02518Q365.66626 495.43143 364.8069 495.43143Q363.52563 495.43143 362.71313 494.5408Q361.91626 493.63455 361.91626 492.15018L361.91626 492.07205ZM363.01 492.21268Q363.01 493.25955 363.4944 493.90018Q363.9944 494.5408 364.8069 494.5408Q365.635 494.5408 366.1194 493.90018Q366.60376 493.24393 366.60376 492.07205Q366.60376 491.0408 366.10376 490.40018Q365.6194 489.74393 364.79126 489.74393Q363.9944 489.74393 363.4944 490.38455Q363.01 491.00955 363.01 492.21268ZM370.22876 488.96268L370.26 489.75955Q370.9944 488.8533 372.16626 488.8533Q374.1819 488.8533 374.1975 491.11893L374.1975 495.30643L373.10376 495.30643L373.10376 491.1033Q373.10376 490.43143 372.79126 490.1033Q372.4944 489.77518 371.83813 489.77518Q371.3069 489.77518 370.90063 490.05643Q370.51 490.33768 370.29126 490.7908L370.29126 495.30643L369.21313 495.30643L369.21313 488.96268L370.22876 488.96268ZM375.9475 492.08768Q375.9475 490.61893 376.635 489.74393Q377.3225 488.8533 378.4475 488.8533Q379.5569 488.8533 380.21313 489.6033L380.21313 486.30643L381.29126 486.30643L381.29126 495.30643L380.29126 495.30643L380.2444 494.61893Q379.58813 495.43143 378.4319 495.43143Q377.33813 495.43143 376.635 494.52518Q375.9475 493.61893 375.9475 492.1658L375.9475 492.08768ZM377.02563 492.21268Q377.02563 493.2908 377.46313 493.90018Q377.91626 494.50955 378.6975 494.50955Q379.72876 494.50955 380.21313 493.57205L380.21313 490.6658Q379.72876 489.77518 378.71313 489.77518Q377.91626 489.77518 377.46313 490.38455Q377.02563 490.99393 377.02563 492.21268ZM385.83813 495.43143Q384.54126 495.43143 383.72876 494.58768Q382.9319 493.7283 382.9319 492.30643L382.9319 492.11893Q382.9319 491.1658 383.29126 490.43143Q383.65063 489.68143 384.29126 489.27518Q384.9475 488.8533 385.6975 488.8533Q386.9319 488.8533 387.6194 489.6658Q388.3069 490.4783 388.3069 491.99393L388.3069 492.44705L384.01 492.44705Q384.04126 493.38455 384.5569 493.96268Q385.08813 494.5408 385.90063 494.5408Q386.46313 494.5408 386.85376 494.30643Q387.26 494.07205 387.5725 493.68143L388.22876 494.19705Q387.4319 495.43143 385.83813 495.43143ZM385.6975 489.74393Q385.04126 489.74393 384.58813 490.2283Q384.15063 490.69705 384.0569 491.55643L387.22876 491.55643L387.22876 491.4783Q387.1819 490.65018 386.77563 490.19705Q386.385 489.74393 385.6975 489.74393ZM390.22876 488.96268L390.26 489.75955Q390.9944 488.8533 392.16626 488.8533Q394.1819 488.8533 394.1975 491.11893L394.1975 495.30643L393.10376 495.30643L393.10376 491.1033Q393.10376 490.43143 392.79126 490.1033Q392.4944 489.77518 391.83813 489.77518Q391.3069 489.77518 390.90063 490.05643Q390.51 490.33768 390.29126 490.7908L390.29126 495.30643L389.21313 495.30643L389.21313 488.96268L390.22876 488.96268ZM397.6819 487.43143L397.6819 488.96268L398.85376 488.96268L398.85376 489.80643L397.6819 489.80643L397.6819 493.7283Q397.6819 494.11893 397.83813 494.30643Q397.9944 494.49393 398.3694 494.49393Q398.5569 494.49393 398.885 494.43143L398.885 495.30643Q398.46313 495.43143 398.0569 495.43143Q397.33813 495.43143 396.96313 494.99393Q396.58813 494.5408 396.58813 493.7283L396.58813 489.80643L395.4319 489.80643L395.4319 488.96268L396.58813 488.96268L396.58813 487.43143L397.6819 487.43143ZM403.90063 493.61893Q403.90063 493.18143 403.5569 492.94705Q403.22876 492.69705 402.40063 492.52518Q401.58813 492.3533 401.10376 492.1033Q400.6194 491.8533 400.385 491.52518Q400.16626 491.18143 400.16626 490.71268Q400.16626 489.93143 400.8225 489.40018Q401.47876 488.8533 402.51 488.8533Q403.58813 488.8533 404.2444 489.4158Q404.91626 489.96268 404.91626 490.82205L403.83813 490.82205Q403.83813 490.38455 403.4475 490.07205Q403.0725 489.74393 402.51 489.74393Q401.91626 489.74393 401.5725 490.00955Q401.2444 490.25955 401.2444 490.6658Q401.2444 491.05643 401.5569 491.25955Q401.8694 491.46268 402.6819 491.65018Q403.4944 491.82205 403.9944 492.07205Q404.4944 492.32205 404.72876 492.68143Q404.97876 493.0408 404.97876 493.5408Q404.97876 494.40018 404.29126 494.9158Q403.6194 495.43143 402.54126 495.43143Q401.77563 495.43143 401.1819 495.1658Q400.60376 494.88455 400.27563 494.40018Q399.9475 493.9158 399.9475 493.3533L401.02563 493.3533Q401.0569 493.90018 401.46313 494.2283Q401.8694 494.5408 402.54126 494.5408Q403.15063 494.5408 403.52563 494.2908Q403.90063 494.0408 403.90063 493.61893Z" fill-rule="nonzero"/><path fill="#666666" d="M25.548124 107.373055L24.423124 107.373055L24.423124 98.841805L25.548124 98.841805L25.548124 107.373055ZM35.516876 104.279305Q35.516876 105.716805 34.860626 106.60743Q34.204376 107.498055 33.06375 107.498055Q31.9075 107.498055 31.25125 106.76368L31.25125 109.810555L30.173124 109.810555L30.173124 101.029305L31.1575 101.029305L31.204374 101.73243Q31.87625 100.91993 33.048126 100.91993Q34.18875 100.91993 34.845 101.779305Q35.516876 102.63868 35.516876 104.16993L35.516876 104.279305ZM34.43875 104.154305Q34.43875 103.07618 33.97 102.466805Q33.516876 101.841805 32.72 101.841805Q31.735624 101.841805 31.25125 102.70118L31.25125 105.73243Q31.735624 106.60743 32.735626 106.60743Q33.516876 106.60743 33.97 105.998055Q34.43875 105.373055 34.43875 104.154305ZM40.235626 101.998055Q39.985626 101.966805 39.704376 101.966805Q38.62625 101.966805 38.25125 102.873055L38.25125 107.373055L37.173126 107.373055L37.173126 101.029305L38.22 101.029305L38.235626 101.76368Q38.766876 100.91993 39.75125 100.91993Q40.06375 100.91993 40.235626 100.998055L40.235626 101.998055ZM40.87625 104.13868Q40.87625 103.216805 41.235626 102.466805Q41.610626 101.716805 42.266876 101.32618Q42.923126 100.91993 43.75125 100.91993Q45.048126 100.91993 45.845 101.810555Q46.6575 102.70118 46.6575 104.20118L46.6575 104.279305Q46.6575 105.20118 46.298126 105.935555Q45.93875 106.66993 45.2825 107.091805Q44.62625 107.498055 43.766876 107.498055Q42.485626 107.498055 41.673126 106.60743Q40.87625 105.70118 40.87625 104.216805L40.87625 104.13868ZM41.97 104.279305Q41.97 105.32618 42.454376 105.966805Q42.954376 106.60743 43.766876 106.60743Q44.595 106.60743 45.079376 105.966805Q45.56375 105.310555 45.56375 104.13868Q45.56375 103.10743 45.06375 102.466805Q44.579376 101.810555 43.75125 101.810555Q42.954376 101.810555 42.454376 102.45118Q41.97 103.07618 41.97 104.279305ZM47.9075 104.154305Q47.9075 102.66993 48.595 101.79493Q49.2825 100.91993 50.4075 100.91993Q51.56375 100.91993 52.22 101.73243L52.266876 101.029305L53.266876 101.029305L53.266876 107.216805Q53.266876 108.45118 52.5325 109.154305Q51.798126 109.873055 50.579376 109.873055Q49.891876 109.873055 49.235626 109.57618Q48.579376 109.279305 48.235626 108.779305L48.798126 108.123055Q49.485626 108.98243 50.50125 108.98243Q51.2825 108.98243 51.72 108.529305Q52.173126 108.091805 52.173126 107.279305L52.173126 106.73243Q51.516876 107.498055 50.391876 107.498055Q49.2825 107.498055 48.595 106.60743Q47.9075 105.70118 47.9075 104.154305ZM49.00125 104.279305Q49.00125 105.341805 49.43875 105.966805Q49.87625 106.57618 50.673126 106.57618Q51.68875 106.57618 52.173126 105.63868L52.173126 102.748055Q51.673126 101.841805 50.673126 101.841805Q49.891876 101.841805 49.43875 102.45118Q49.00125 103.060555 49.00125 104.279305ZM58.235626 101.998055Q57.985626 101.966805 57.704376 101.966805Q56.62625 101.966805 56.25125 102.873055L56.25125 107.373055L55.173126 107.373055L55.173126 101.029305L56.22 101.029305L56.235626 101.76368Q56.766876 100.91993 57.75125 100.91993Q58.06375 100.91993 58.235626 100.998055L58.235626 101.998055ZM63.079376 107.373055Q62.985626 107.185555 62.923126 106.70118Q62.173126 107.498055 61.12625 107.498055Q60.18875 107.498055 59.579376 106.966805Q58.985626 106.435555 58.985626 105.60743Q58.985626 104.623055 59.735626 104.07618Q60.485626 103.529305 61.860626 103.529305L62.9075 103.529305L62.9075 103.029305Q62.9075 102.466805 62.56375 102.13868Q62.235626 101.79493 61.56375 101.79493Q60.985626 101.79493 60.595 102.091805Q60.204376 102.373055 60.204376 102.79493L59.110626 102.79493Q59.110626 102.310555 59.43875 101.873055Q59.7825 101.435555 60.360626 101.185555Q60.93875 100.91993 61.62625 100.91993Q62.735626 100.91993 63.345 101.466805Q63.97 102.01368 64.00125 102.966805L64.00125 105.88868Q64.00125 106.76368 64.22 107.279305L64.22 107.373055L63.079376 107.373055ZM61.2825 106.54493Q61.798126 106.54493 62.25125 106.279305Q62.704376 106.01368 62.9075 105.591805L62.9075 104.29493L62.06375 104.29493Q60.06375 104.29493 60.06375 105.466805Q60.06375 105.966805 60.4075 106.26368Q60.75125 106.54493 61.2825 106.54493ZM67.18875 101.029305L67.22 101.73243Q67.9075 100.91993 69.095 100.91993Q70.42313 100.91993 70.9075 101.935555Q71.22 101.48243 71.72 101.20118Q72.23563 100.91993 72.92313 100.91993Q75.01688 100.91993 75.04813 103.123055L75.04813 107.373055L73.97 107.373055L73.97 103.185555Q73.97 102.51368 73.6575 102.185555Q73.345 101.841805 72.61063 101.841805Q72.00125 101.841805 71.595 102.20118Q71.20438 102.560555 71.14188 103.16993L71.14188 107.373055L70.06375 107.373055L70.06375 103.216805Q70.06375 101.841805 68.70438 101.841805Q67.64188 101.841805 67.25125 102.748055L67.25125 107.373055L66.1575 107.373055L66.1575 101.029305L67.18875 101.029305ZM84.07938 107.373055Q83.98563 107.185555 83.92313 106.70118Q83.17313 107.498055 82.12625 107.498055Q81.18875 107.498055 80.57938 106.966805Q79.98563 106.435555 79.98563 105.60743Q79.98563 104.623055 80.73563 104.07618Q81.48563 103.529305 82.86063 103.529305L83.9075 103.529305L83.9075 103.029305Q83.9075 102.466805 83.56375 102.13868Q83.23563 101.79493 82.56375 101.79493Q81.98563 101.79493 81.595 102.091805Q81.20438 102.373055 81.20438 102.79493L80.11063 102.79493Q80.11063 102.310555 80.43875 101.873055Q80.7825 101.435555 81.36063 101.185555Q81.93875 100.91993 82.62625 100.91993Q83.73563 100.91993 84.345 101.466805Q84.97 102.01368 85.00125 102.966805L85.00125 105.88868Q85.00125 106.76368 85.22 107.279305L85.22 107.373055L84.07938 107.373055ZM82.2825 106.54493Q82.79813 106.54493 83.25125 106.279305Q83.70438 106.01368 83.9075 105.591805L83.9075 104.29493L83.06375 104.29493Q81.06375 104.29493 81.06375 105.466805Q81.06375 105.966805 81.4075 106.26368Q81.75125 106.54493 82.2825 106.54493ZM88.64188 99.498055L88.64188 101.029305L89.81375 101.029305L89.81375 101.873055L88.64188 101.873055L88.64188 105.79493Q88.64188 106.185555 88.79813 106.373055Q88.95438 106.560555 89.32938 106.560555Q89.51688 106.560555 89.845 106.498055L89.845 107.373055Q89.42313 107.498055 89.01688 107.498055Q88.29813 107.498055 87.92313 107.060555Q87.54813 106.60743 87.54813 105.79493L87.54813 101.873055L86.39188 101.873055L86.39188 101.029305L87.54813 101.029305L87.54813 99.498055L88.64188 99.498055ZM99.7825 105.873055L101.00125 101.029305L102.07938 101.029305L100.23563 107.373055L99.36063 107.373055L97.81375 102.560555L96.31375 107.373055L95.43875 107.373055L93.595 101.029305L94.67313 101.029305L95.92313 105.779305L97.4075 101.029305L98.26688 101.029305L99.7825 105.873055ZM102.87625 104.13868Q102.87625 103.216805 103.23563 102.466805Q103.61063 101.716805 104.26688 101.32618Q104.92313 100.91993 105.75125 100.91993Q107.04813 100.91993 107.845 101.810555Q108.6575 102.70118 108.6575 104.20118L108.6575 104.279305Q108.6575 105.20118 108.29813 105.935555Q107.93875 106.66993 107.2825 107.091805Q106.62625 107.498055 105.76688 107.498055Q104.48563 107.498055 103.67313 106.60743Q102.87625 105.70118 102.87625 104.216805L102.87625 104.13868ZM103.97 104.279305Q103.97 105.32618 104.45438 105.966805Q104.95438 106.60743 105.76688 106.60743Q106.595 106.60743 107.07938 105.966805Q107.56375 105.310555 107.56375 104.13868Q107.56375 103.10743 107.06375 102.466805Q106.57938 101.810555 105.75125 101.810555Q104.95438 101.810555 104.45438 102.45118Q103.97 103.07618 103.97 104.279305ZM113.23563 101.998055Q112.98563 101.966805 112.70438 101.966805Q111.62625 101.966805 111.25125 102.873055L111.25125 107.373055L110.17313 107.373055L110.17313 101.029305L111.22 101.029305L111.23563 101.76368Q111.76688 100.91993 112.75125 100.91993Q113.06375 100.91993 113.23563 100.998055L113.23563 101.998055ZM115.93875 104.435555L115.25125 105.13868L115.25125 107.373055L114.17313 107.373055L114.17313 98.373055L115.25125 98.373055L115.25125 103.810555L115.82938 103.123055L117.81375 101.029305L119.12625 101.029305L116.6575 103.685555L119.42313 107.373055L118.14188 107.373055L115.93875 104.435555ZM124.345 107.373055L123.26688 107.373055L123.26688 101.029305L124.345 101.029305L124.345 107.373055ZM123.17313 99.35743Q123.17313 99.091805 123.32938 98.904305Q123.50125 98.716805 123.81375 98.716805Q124.12625 98.716805 124.2825 98.904305Q124.45438 99.091805 124.45438 99.35743Q124.45438 99.60743 124.2825 99.79493Q124.12625 99.966805 123.81375 99.966805Q123.50125 99.966805 123.32938 99.79493Q123.17313 99.60743 123.17313 99.35743ZM127.18875 101.029305L127.22 101.82618Q127.95438 100.91993 129.12625 100.91993Q131.14188 100.91993 131.1575 103.185555L131.1575 107.373055L130.06375 107.373055L130.06375 103.16993Q130.06375 102.498055 129.75125 102.16993Q129.45438 101.841805 128.79813 101.841805Q128.26688 101.841805 127.86063 102.123055Q127.47 102.404305 127.25125 102.85743L127.25125 107.373055L126.17313 107.373055L126.17313 101.029305L127.18875 101.029305Z" fill-rule="nonzero"/><path fill="#666666" d="M124.64188 121.248055Q124.20438 121.873055 123.42313 122.185555Q122.64188 122.498055 121.61063 122.498055Q120.57938 122.498055 119.76688 122.01368Q118.95438 121.51368 118.51688 120.60743Q118.07938 119.70118 118.06375 118.51368L118.06375 117.779305Q118.06375 115.841805 118.95438 114.779305Q119.86063 113.716805 121.48563 113.716805Q122.82938 113.716805 123.64188 114.404305Q124.45438 115.091805 124.64188 116.341805L123.51688 116.341805Q123.18875 114.654305 121.50125 114.654305Q120.36063 114.654305 119.7825 115.45118Q119.20438 116.23243 119.18875 117.748055L119.18875 118.435555Q119.18875 119.873055 119.845 120.73243Q120.50125 121.57618 121.62625 121.57618Q122.25125 121.57618 122.72 121.435555Q123.20438 121.29493 123.51688 120.95118L123.51688 119.04493L121.54813 119.04493L121.54813 118.123055L124.64188 118.123055L124.64188 121.248055ZM125.87625 119.13868Q125.87625 118.216805 126.23563 117.466805Q126.61063 116.716805 127.26688 116.32618Q127.92313 115.91993 128.75125 115.91993Q130.04813 115.91993 130.845 116.810555Q131.6575 117.70118 131.6575 119.20118L131.6575 119.279305Q131.6575 120.20118 131.29813 120.935555Q130.93875 121.66993 130.2825 122.091805Q129.62625 122.498055 128.76688 122.498055Q127.48563 122.498055 126.67313 121.60743Q125.87625 120.70118 125.87625 119.216805L125.87625 119.13868ZM126.97 119.279305Q126.97 120.32618 127.45438 120.966805Q127.95438 121.60743 128.76688 121.60743Q129.595 121.60743 130.07938 120.966805Q130.56375 120.310555 130.56375 119.13868Q130.56375 118.10743 130.06375 117.466805Q129.57938 116.810555 128.75125 116.810555Q127.95438 116.810555 127.45438 117.45118Q126.97 118.07618 126.97 119.279305Z" fill-rule="nonzero"/><path fill="#666666" d="M50.548126 168.21423L49.423126 168.21423L49.423126 159.68298L50.548126 159.68298L50.548126 168.21423ZM60.516876 165.12048Q60.516876 166.55798 59.860626 167.44861Q59.204376 168.33923 58.06375 168.33923Q56.9075 168.33923 56.25125 167.60486L56.25125 170.65173L55.173126 170.65173L55.173126 161.87048L56.1575 161.87048L56.204376 162.57361Q56.87625 161.76111 58.048126 161.76111Q59.18875 161.76111 59.845 162.62048Q60.516876 163.47986 60.516876 165.01111L60.516876 165.12048ZM59.43875 164.99548Q59.43875 163.91736 58.97 163.30798Q58.516876 162.68298 57.72 162.68298Q56.735626 162.68298 56.25125 163.54236L56.25125 166.57361Q56.735626 167.44861 57.735626 167.44861Q58.516876 167.44861 58.97 166.83923Q59.43875 166.21423 59.43875 164.99548ZM65.23563 162.83923Q64.98563 162.80798 64.70438 162.80798Q63.62625 162.80798 63.25125 163.71423L63.25125 168.21423L62.173126 168.21423L62.173126 161.87048L63.22 161.87048L63.235626 162.60486Q63.766876 161.76111 64.75125 161.76111Q65.06375 161.76111 65.23563 161.83923L65.23563 162.83923ZM65.87625 164.97986Q65.87625 164.05798 66.23563 163.30798Q66.61063 162.55798 67.26688 162.16736Q67.92313 161.76111 68.75125 161.76111Q70.04813 161.76111 70.845 162.65173Q71.6575 163.54236 71.6575 165.04236L71.6575 165.12048Q71.6575 166.04236 71.29813 166.77673Q70.93875 167.51111 70.2825 167.93298Q69.62625 168.33923 68.76688 168.33923Q67.48563 168.33923 66.67313 167.44861Q65.87625 166.54236 65.87625 165.05798L65.87625 164.97986ZM66.97 165.12048Q66.97 166.16736 67.45438 166.80798Q67.95438 167.44861 68.76688 167.44861Q69.595 167.44861 70.07938 166.80798Q70.56375 166.15173 70.56375 164.97986Q70.56375 163.94861 70.06375 163.30798Q69.57938 162.65173 68.75125 162.65173Q67.95438 162.65173 67.45438 163.29236Q66.97 163.91736 66.97 165.12048ZM72.9075 164.99548Q72.9075 163.51111 73.595 162.63611Q74.2825 161.76111 75.4075 161.76111Q76.56375 161.76111 77.22 162.57361L77.26688 161.87048L78.26688 161.87048L78.26688 168.05798Q78.26688 169.29236 77.5325 169.99548Q76.79813 170.71423 75.57938 170.71423Q74.89188 170.71423 74.23563 170.41736Q73.57938 170.12048 73.23563 169.62048L73.79813 168.96423Q74.48563 169.82361 75.50125 169.82361Q76.2825 169.82361 76.72 169.37048Q77.17313 168.93298 77.17313 168.12048L77.17313 167.57361Q76.51688 168.33923 75.39188 168.33923Q74.2825 168.33923 73.595 167.44861Q72.9075 166.54236 72.9075 164.99548ZM74.00125 165.12048Q74.00125 166.18298 74.43875 166.80798Q74.87625 167.41736 75.67313 167.41736Q76.68875 167.41736 77.17313 166.47986L77.17313 163.58923Q76.67313 162.68298 75.67313 162.68298Q74.89188 162.68298 74.43875 163.29236Q74.00125 163.90173 74.00125 165.12048ZM83.23563 162.83923Q82.98563 162.80798 82.70438 162.80798Q81.62625 162.80798 81.25125 163.71423L81.25125 168.21423L80.17313 168.21423L80.17313 161.87048L81.22 161.87048L81.23563 162.60486Q81.76688 161.76111 82.75125 161.76111Q83.06375 161.76111 83.23563 161.83923L83.23563 162.83923ZM88.07938 168.21423Q87.98563 168.02673 87.92313 167.54236Q87.17313 168.33923 86.12625 168.33923Q85.18875 168.33923 84.57938 167.80798Q83.98563 167.27673 83.98563 166.44861Q83.98563 165.46423 84.73563 164.91736Q85.48563 164.37048 86.86063 164.37048L87.9075 164.37048L87.9075 163.87048Q87.9075 163.30798 87.56375 162.97986Q87.23563 162.63611 86.56375 162.63611Q85.98563 162.63611 85.595 162.93298Q85.20438 163.21423 85.20438 163.63611L84.11063 163.63611Q84.11063 163.15173 84.43875 162.71423Q84.7825 162.27673 85.36063 162.02673Q85.93875 161.76111 86.62625 161.76111Q87.73563 161.76111 88.345 162.30798Q88.97 162.85486 89.00125 163.80798L89.00125 166.72986Q89.00125 167.60486 89.22 168.12048L89.22 168.21423L88.07938 168.21423ZM86.2825 167.38611Q86.79813 167.38611 87.25125 167.12048Q87.70438 166.85486 87.9075 166.43298L87.9075 165.13611L87.06375 165.13611Q85.06375 165.13611 85.06375 166.30798Q85.06375 166.80798 85.4075 167.10486Q85.75125 167.38611 86.2825 167.38611ZM92.18875 161.87048L92.22 162.57361Q92.9075 161.76111 94.095 161.76111Q95.42313 161.76111 95.9075 162.77673Q96.22 162.32361 96.72 162.04236Q97.23563 161.76111 97.92313 161.76111Q100.01688 161.76111 100.04813 163.96423L100.04813 168.21423L98.97 168.21423L98.97 164.02673Q98.97 163.35486 98.6575 163.02673Q98.345 162.68298 97.61063 162.68298Q97.00125 162.68298 96.595 163.04236Q96.20438 163.40173 96.14188 164.01111L96.14188 168.21423L95.06375 168.21423L95.06375 164.05798Q95.06375 162.68298 93.70438 162.68298Q92.64188 162.68298 92.25125 163.58923L92.25125 168.21423L91.1575 168.21423L91.1575 161.87048L92.18875 161.87048ZM106.345 168.21423L105.26688 168.21423L105.26688 161.87048L106.345 161.87048L106.345 168.21423ZM105.17313 160.19861Q105.17313 159.93298 105.32938 159.74548Q105.50125 159.55798 105.81375 159.55798Q106.12625 159.55798 106.2825 159.74548Q106.45438 159.93298 106.45438 160.19861Q106.45438 160.44861 106.2825 160.63611Q106.12625 160.80798 105.81375 160.80798Q105.50125 160.80798 105.32938 160.63611Q105.17313 160.44861 105.17313 160.19861ZM109.18875 161.87048L109.22 162.66736Q109.95438 161.76111 111.12625 161.76111Q113.14188 161.76111 113.1575 164.02673L113.1575 168.21423L112.06375 168.21423L112.06375 164.01111Q112.06375 163.33923 111.75125 163.01111Q111.45438 162.68298 110.79813 162.68298Q110.26688 162.68298 109.86063 162.96423Q109.47 163.24548 109.25125 163.69861L109.25125 168.21423L108.17313 168.21423L108.17313 161.87048L109.18875 161.87048ZM124.64188 167.08923Q124.20438 167.71423 123.42313 168.02673Q122.64188 168.33923 121.61063 168.33923Q120.57938 168.33923 119.76688 167.85486Q118.95438 167.35486 118.51688 166.44861Q118.07938 165.54236 118.06375 164.35486L118.06375 163.62048Q118.06375 161.68298 118.95438 160.62048Q119.86063 159.55798 121.48563 159.55798Q122.82938 159.55798 123.64188 160.24548Q124.45438 160.93298 124.64188 162.18298L123.51688 162.18298Q123.18875 160.49548 121.50125 160.49548Q120.36063 160.49548 119.7825 161.29236Q119.20438 162.07361 119.18875 163.58923L119.18875 164.27673Q119.18875 165.71423 119.845 166.57361Q120.50125 167.41736 121.62625 167.41736Q122.25125 167.41736 122.72 167.27673Q123.20438 167.13611 123.51688 166.79236L123.51688 164.88611L121.54813 164.88611L121.54813 163.96423L124.64188 163.96423L124.64188 167.08923ZM125.87625 164.97986Q125.87625 164.05798 126.23563 163.30798Q126.61063 162.55798 127.26688 162.16736Q127.92313 161.76111 128.75125 161.76111Q130.04813 161.76111 130.845 162.65173Q131.6575 163.54236 131.6575 165.04236L131.6575 165.12048Q131.6575 166.04236 131.29813 166.77673Q130.93875 167.51111 130.2825 167.93298Q129.62625 168.33923 128.76688 168.33923Q127.48563 168.33923 126.67313 167.44861Q125.87625 166.54236 125.87625 165.05798L125.87625 164.97986ZM126.97 165.12048Q126.97 166.16736 127.45438 166.80798Q127.95438 167.44861 128.76688 167.44861Q129.595 167.44861 130.07938 166.80798Q130.56375 166.15173 130.56375 164.97986Q130.56375 163.94861 130.06375 163.30798Q129.57938 162.65173 128.75125 162.65173Q127.95438 162.65173 127.45438 163.29236Q126.97 163.91736 126.97 165.12048Z" fill-rule="nonzero"/><path fill="#666666" d="M49.87625 179.97986Q49.87625 179.05798 50.235626 178.30798Q50.610626 177.55798 51.266876 177.16736Q51.923126 176.76111 52.75125 176.76111Q54.048126 176.76111 54.845 177.65173Q55.6575 178.54236 55.6575 180.04236L55.6575 180.12048Q55.6575 181.04236 55.298126 181.77673Q54.93875 182.51111 54.2825 182.93298Q53.62625 183.33923 52.766876 183.33923Q51.485626 183.33923 50.673126 182.44861Q49.87625 181.54236 49.87625 180.05798L49.87625 179.97986ZM50.97 180.12048Q50.97 181.16736 51.454376 181.80798Q51.954376 182.44861 52.766876 182.44861Q53.595 182.44861 54.079376 181.80798Q54.56375 181.15173 54.56375 179.97986Q54.56375 178.94861 54.06375 178.30798Q53.579376 177.65173 52.75125 177.65173Q51.954376 177.65173 51.454376 178.29236Q50.97 178.91736 50.97 180.12048ZM61.079376 182.58923Q60.454376 183.33923 59.22 183.33923Q58.204376 183.33923 57.673126 182.74548Q57.141876 182.15173 57.141876 180.99548L57.141876 176.87048L58.22 176.87048L58.22 180.96423Q58.22 182.41736 59.391876 182.41736Q60.641876 182.41736 61.048126 181.47986L61.048126 176.87048L62.141876 176.87048L62.141876 183.21423L61.110626 183.21423L61.079376 182.58923ZM65.64188 175.33923L65.64188 176.87048L66.81375 176.87048L66.81375 177.71423L65.64188 177.71423L65.64188 181.63611Q65.64188 182.02673 65.79813 182.21423Q65.95438 182.40173 66.32938 182.40173Q66.51688 182.40173 66.845 182.33923L66.845 183.21423Q66.42313 183.33923 66.01688 183.33923Q65.29813 183.33923 64.92313 182.90173Q64.54813 182.44861 64.54813 181.63611L64.54813 177.71423L63.391876 177.71423L63.391876 176.87048L64.54813 176.87048L64.54813 175.33923L65.64188 175.33923ZM71.86063 181.52673Q71.86063 181.08923 71.51688 180.85486Q71.18875 180.60486 70.36063 180.43298Q69.54813 180.26111 69.06375 180.01111Q68.57938 179.76111 68.345 179.43298Q68.12625 179.08923 68.12625 178.62048Q68.12625 177.83923 68.7825 177.30798Q69.43875 176.76111 70.47 176.76111Q71.54813 176.76111 72.20438 177.32361Q72.87625 177.87048 72.87625 178.72986L71.79813 178.72986Q71.79813 178.29236 71.4075 177.97986Q71.0325 177.65173 70.47 177.65173Q69.87625 177.65173 69.5325 177.91736Q69.20438 178.16736 69.20438 178.57361Q69.20438 178.96423 69.51688 179.16736Q69.82938 179.37048 70.64188 179.55798Q71.45438 179.72986 71.95438 179.97986Q72.45438 180.22986 72.68875 180.58923Q72.93875 180.94861 72.93875 181.44861Q72.93875 182.30798 72.25125 182.82361Q71.57938 183.33923 70.50125 183.33923Q69.73563 183.33923 69.14188 183.07361Q68.56375 182.79236 68.23563 182.30798Q67.9075 181.82361 67.9075 181.26111L68.98563 181.26111Q69.01688 181.80798 69.42313 182.13611Q69.82938 182.44861 70.50125 182.44861Q71.11063 182.44861 71.48563 182.19861Q71.86063 181.94861 71.86063 181.52673ZM75.345 183.21423L74.26688 183.21423L74.26688 176.87048L75.345 176.87048L75.345 183.21423ZM74.17313 175.19861Q74.17313 174.93298 74.32938 174.74548Q74.50125 174.55798 74.81375 174.55798Q75.12625 174.55798 75.2825 174.74548Q75.45438 174.93298 75.45438 175.19861Q75.45438 175.44861 75.2825 175.63611Q75.12625 175.80798 74.81375 175.80798Q74.50125 175.80798 74.32938 175.63611Q74.17313 175.44861 74.17313 175.19861ZM76.9075 179.99548Q76.9075 178.52673 77.595 177.65173Q78.2825 176.76111 79.4075 176.76111Q80.51688 176.76111 81.17313 177.51111L81.17313 174.21423L82.25125 174.21423L82.25125 183.21423L81.25125 183.21423L81.20438 182.52673Q80.54813 183.33923 79.39188 183.33923Q78.29813 183.33923 77.595 182.43298Q76.9075 181.52673 76.9075 180.07361L76.9075 179.99548ZM77.98563 180.12048Q77.98563 181.19861 78.42313 181.80798Q78.87625 182.41736 79.6575 182.41736Q80.68875 182.41736 81.17313 181.47986L81.17313 178.57361Q80.68875 177.68298 79.67313 177.68298Q78.87625 177.68298 78.42313 178.29236Q77.98563 178.90173 77.98563 180.12048ZM86.79813 183.33923Q85.50125 183.33923 84.68875 182.49548Q83.89188 181.63611 83.89188 180.21423L83.89188 180.02673Q83.89188 179.07361 84.25125 178.33923Q84.61063 177.58923 85.25125 177.18298Q85.9075 176.76111 86.6575 176.76111Q87.89188 176.76111 88.57938 177.57361Q89.26688 178.38611 89.26688 179.90173L89.26688 180.35486L84.97 180.35486Q85.00125 181.29236 85.51688 181.87048Q86.04813 182.44861 86.86063 182.44861Q87.42313 182.44861 87.81375 182.21423Q88.22 181.97986 88.5325 181.58923L89.18875 182.10486Q88.39188 183.33923 86.79813 183.33923ZM86.6575 177.65173Q86.00125 177.65173 85.54813 178.13611Q85.11063 178.60486 85.01688 179.46423L88.18875 179.46423L88.18875 179.38611Q88.14188 178.55798 87.73563 178.10486Q87.345 177.65173 86.6575 177.65173ZM92.87625 179.97986Q92.87625 179.05798 93.23563 178.30798Q93.61063 177.55798 94.26688 177.16736Q94.92313 176.76111 95.75125 176.76111Q97.04813 176.76111 97.845 177.65173Q98.6575 178.54236 98.6575 180.04236L98.6575 180.12048Q98.6575 181.04236 98.29813 181.77673Q97.93875 182.51111 97.2825 182.93298Q96.62625 183.33923 95.76688 183.33923Q94.48563 183.33923 93.67313 182.44861Q92.87625 181.54236 92.87625 180.05798L92.87625 179.97986ZM93.97 180.12048Q93.97 181.16736 94.45438 181.80798Q94.95438 182.44861 95.76688 182.44861Q96.595 182.44861 97.07938 181.80798Q97.56375 181.15173 97.56375 179.97986Q97.56375 178.94861 97.06375 178.30798Q96.57938 177.65173 95.75125 177.65173Q94.95438 177.65173 94.45438 178.29236Q93.97 178.91736 93.97 180.12048ZM100.70438 183.21423L100.70438 177.71423L99.70438 177.71423L99.70438 176.87048L100.70438 176.87048L100.70438 176.22986Q100.70438 175.19861 101.23563 174.65173Q101.7825 174.08923 102.7825 174.08923Q103.1575 174.08923 103.5325 174.18298L103.47 175.07361Q103.18875 175.01111 102.89188 175.01111Q102.36063 175.01111 102.06375 175.32361Q101.7825 175.63611 101.7825 176.19861L101.7825 176.87048L103.14188 176.87048L103.14188 177.71423L101.7825 177.71423L101.7825 183.21423L100.70438 183.21423ZM112.7825 181.71423L114.00125 176.87048L115.07938 176.87048L113.23563 183.21423L112.36063 183.21423L110.81375 178.40173L109.31375 183.21423L108.43875 183.21423L106.595 176.87048L107.67313 176.87048L108.92313 181.62048L110.4075 176.87048L111.26688 176.87048L112.7825 181.71423ZM115.87625 179.97986Q115.87625 179.05798 116.23563 178.30798Q116.61063 177.55798 117.26688 177.16736Q117.92313 176.76111 118.75125 176.76111Q120.04813 176.76111 120.845 177.65173Q121.6575 178.54236 121.6575 180.04236L121.6575 180.12048Q121.6575 181.04236 121.29813 181.77673Q120.93875 182.51111 120.2825 182.93298Q119.62625 183.33923 118.76688 183.33923Q117.48563 183.33923 116.67313 182.44861Q115.87625 181.54236 115.87625 180.05798L115.87625 179.97986ZM116.97 180.12048Q116.97 181.16736 117.45438 181.80798Q117.95438 182.44861 118.76688 182.44861Q119.595 182.44861 120.07938 181.80798Q120.56375 181.15173 120.56375 179.97986Q120.56375 178.94861 120.06375 178.30798Q119.57938 177.65173 118.75125 177.65173Q117.95438 177.65173 117.45438 178.29236Q116.97 178.91736 116.97 180.12048ZM126.23563 177.83923Q125.98563 177.80798 125.70438 177.80798Q124.62625 177.80798 124.25125 178.71423L124.25125 183.21423L123.17313 183.21423L123.17313 176.87048L124.22 176.87048L124.23563 177.60486Q124.76688 176.76111 125.75125 176.76111Q126.06375 176.76111 126.23563 176.83923L126.23563 177.83923ZM128.93875 180.27673L128.25125 180.97986L128.25125 183.21423L127.17313 183.21423L127.17313 174.21423L128.25125 174.21423L128.25125 179.65173L128.82938 178.96423L130.81375 176.87048L132.12625 176.87048L129.6575 179.52673L132.42313 183.21423L131.14188 183.21423L128.93875 180.27673Z" fill-rule="nonzero"/><path fill="#666666" d="M25.548124 229.0554L24.423124 229.0554L24.423124 220.52415L25.548124 220.52415L25.548124 229.0554ZM35.516876 225.96165Q35.516876 227.39915 34.860626 228.28978Q34.204376 229.1804 33.06375 229.1804Q31.9075 229.1804 31.25125 228.44603L31.25125 231.4929L30.173124 231.4929L30.173124 222.71165L31.1575 222.71165L31.204374 223.41478Q31.87625 222.60228 33.048126 222.60228Q34.18875 222.60228 34.845 223.46165Q35.516876 224.32103 35.516876 225.85228L35.516876 225.96165ZM34.43875 225.83665Q34.43875 224.75853 33.97 224.14915Q33.516876 223.52415 32.72 223.52415Q31.735624 223.52415 31.25125 224.38353L31.25125 227.41478Q31.735624 228.28978 32.735626 228.28978Q33.516876 228.28978 33.97 227.6804Q34.43875 227.0554 34.43875 225.83665ZM40.235626 223.6804Q39.985626 223.64915 39.704376 223.64915Q38.62625 223.64915 38.25125 224.5554L38.25125 229.0554L37.173126 229.0554L37.173126 222.71165L38.22 222.71165L38.235626 223.44603Q38.766876 222.60228 39.75125 222.60228Q40.06375 222.60228 40.235626 222.6804L40.235626 223.6804ZM40.87625 225.82103Q40.87625 224.89915 41.235626 224.14915Q41.610626 223.39915 42.266876 223.00853Q42.923126 222.60228 43.75125 222.60228Q45.048126 222.60228 45.845 223.4929Q46.6575 224.38353 46.6575 225.88353L46.6575 225.96165Q46.6575 226.88353 46.298126 227.6179Q45.93875 228.35228 45.2825 228.77415Q44.62625 229.1804 43.766876 229.1804Q42.485626 229.1804 41.673126 228.28978Q40.87625 227.38353 40.87625 225.89915L40.87625 225.82103ZM41.97 225.96165Q41.97 227.00853 42.454376 227.64915Q42.954376 228.28978 43.766876 228.28978Q44.595 228.28978 45.079376 227.64915Q45.56375 226.9929 45.56375 225.82103Q45.56375 224.78978 45.06375 224.14915Q44.579376 223.4929 43.75125 223.4929Q42.954376 223.4929 42.454376 224.13353Q41.97 224.75853 41.97 225.96165ZM47.9075 225.83665Q47.9075 224.35228 48.595 223.47728Q49.2825 222.60228 50.4075 222.60228Q51.56375 222.60228 52.22 223.41478L52.266876 222.71165L53.266876 222.71165L53.266876 228.89915Q53.266876 230.13353 52.5325 230.83665Q51.798126 231.5554 50.579376 231.5554Q49.891876 231.5554 49.235626 231.25853Q48.579376 230.96165 48.235626 230.46165L48.798126 229.8054Q49.485626 230.66478 50.50125 230.66478Q51.2825 230.66478 51.72 230.21165Q52.173126 229.77415 52.173126 228.96165L52.173126 228.41478Q51.516876 229.1804 50.391876 229.1804Q49.2825 229.1804 48.595 228.28978Q47.9075 227.38353 47.9075 225.83665ZM49.00125 225.96165Q49.00125 227.02415 49.43875 227.64915Q49.87625 228.25853 50.673126 228.25853Q51.68875 228.25853 52.173126 227.32103L52.173126 224.4304Q51.673126 223.52415 50.673126 223.52415Q49.891876 223.52415 49.43875 224.13353Q49.00125 224.7429 49.00125 225.96165ZM58.235626 223.6804Q57.985626 223.64915 57.704376 223.64915Q56.62625 223.64915 56.25125 224.5554L56.25125 229.0554L55.173126 229.0554L55.173126 222.71165L56.22 222.71165L56.235626 223.44603Q56.766876 222.60228 57.75125 222.60228Q58.06375 222.60228 58.235626 222.6804L58.235626 223.6804ZM63.079376 229.0554Q62.985626 228.8679 62.923126 228.38353Q62.173126 229.1804 61.12625 229.1804Q60.18875 229.1804 59.579376 228.64915Q58.985626 228.1179 58.985626 227.28978Q58.985626 226.3054 59.735626 225.75853Q60.485626 225.21165 61.860626 225.21165L62.9075 225.21165L62.9075 224.71165Q62.9075 224.14915 62.56375 223.82103Q62.235626 223.47728 61.56375 223.47728Q60.985626 223.47728 60.595 223.77415Q60.204376 224.0554 60.204376 224.47728L59.110626 224.47728Q59.110626 223.9929 59.43875 223.5554Q59.7825 223.1179 60.360626 222.8679Q60.93875 222.60228 61.62625 222.60228Q62.735626 222.60228 63.345 223.14915Q63.97 223.69603 64.00125 224.64915L64.00125 227.57103Q64.00125 228.44603 64.22 228.96165L64.22 229.0554L63.079376 229.0554ZM61.2825 228.22728Q61.798126 228.22728 62.25125 227.96165Q62.704376 227.69603 62.9075 227.27415L62.9075 225.97728L62.06375 225.97728Q60.06375 225.97728 60.06375 227.14915Q60.06375 227.64915 60.4075 227.94603Q60.75125 228.22728 61.2825 228.22728ZM67.18875 222.71165L67.22 223.41478Q67.9075 222.60228 69.095 222.60228Q70.42313 222.60228 70.9075 223.6179Q71.22 223.16478 71.72 222.88353Q72.23563 222.60228 72.92313 222.60228Q75.01688 222.60228 75.04813 224.8054L75.04813 229.0554L73.97 229.0554L73.97 224.8679Q73.97 224.19603 73.6575 223.8679Q73.345 223.52415 72.61063 223.52415Q72.00125 223.52415 71.595 223.88353Q71.20438 224.2429 71.14188 224.85228L71.14188 229.0554L70.06375 229.0554L70.06375 224.89915Q70.06375 223.52415 68.70438 223.52415Q67.64188 223.52415 67.25125 224.4304L67.25125 229.0554L66.1575 229.0554L66.1575 222.71165L67.18875 222.71165ZM84.07938 229.0554Q83.98563 228.8679 83.92313 228.38353Q83.17313 229.1804 82.12625 229.1804Q81.18875 229.1804 80.57938 228.64915Q79.98563 228.1179 79.98563 227.28978Q79.98563 226.3054 80.73563 225.75853Q81.48563 225.21165 82.86063 225.21165L83.9075 225.21165L83.9075 224.71165Q83.9075 224.14915 83.56375 223.82103Q83.23563 223.47728 82.56375 223.47728Q81.98563 223.47728 81.595 223.77415Q81.20438 224.0554 81.20438 224.47728L80.11063 224.47728Q80.11063 223.9929 80.43875 223.5554Q80.7825 223.1179 81.36063 222.8679Q81.93875 222.60228 82.62625 222.60228Q83.73563 222.60228 84.345 223.14915Q84.97 223.69603 85.00125 224.64915L85.00125 227.57103Q85.00125 228.44603 85.22 228.96165L85.22 229.0554L84.07938 229.0554ZM82.2825 228.22728Q82.79813 228.22728 83.25125 227.96165Q83.70438 227.69603 83.9075 227.27415L83.9075 225.97728L83.06375 225.97728Q81.06375 225.97728 81.06375 227.14915Q81.06375 227.64915 81.4075 227.94603Q81.75125 228.22728 82.2825 228.22728ZM88.64188 221.1804L88.64188 222.71165L89.81375 222.71165L89.81375 223.5554L88.64188 223.5554L88.64188 227.47728Q88.64188 227.8679 88.79813 228.0554Q88.95438 228.2429 89.32938 228.2429Q89.51688 228.2429 89.845 228.1804L89.845 229.0554Q89.42313 229.1804 89.01688 229.1804Q88.29813 229.1804 87.92313 228.7429Q87.54813 228.28978 87.54813 227.47728L87.54813 223.5554L86.39188 223.5554L86.39188 222.71165L87.54813 222.71165L87.54813 221.1804L88.64188 221.1804ZM99.7825 227.5554L101.00125 222.71165L102.07938 222.71165L100.23563 229.0554L99.36063 229.0554L97.81375 224.2429L96.31375 229.0554L95.43875 229.0554L93.595 222.71165L94.67313 222.71165L95.92313 227.46165L97.4075 222.71165L98.26688 222.71165L99.7825 227.5554ZM102.87625 225.82103Q102.87625 224.89915 103.23563 224.14915Q103.61063 223.39915 104.26688 223.00853Q104.92313 222.60228 105.75125 222.60228Q107.04813 222.60228 107.845 223.4929Q108.6575 224.38353 108.6575 225.88353L108.6575 225.96165Q108.6575 226.88353 108.29813 227.6179Q107.93875 228.35228 107.2825 228.77415Q106.62625 229.1804 105.76688 229.1804Q104.48563 229.1804 103.67313 228.28978Q102.87625 227.38353 102.87625 225.89915L102.87625 225.82103ZM103.97 225.96165Q103.97 227.00853 104.45438 227.64915Q104.95438 228.28978 105.76688 228.28978Q106.595 228.28978 107.07938 227.64915Q107.56375 226.9929 107.56375 225.82103Q107.56375 224.78978 107.06375 224.14915Q106.57938 223.4929 105.75125 223.4929Q104.95438 223.4929 104.45438 224.13353Q103.97 224.75853 103.97 225.96165ZM113.23563 223.6804Q112.98563 223.64915 112.70438 223.64915Q111.62625 223.64915 111.25125 224.5554L111.25125 229.0554L110.17313 229.0554L110.17313 222.71165L111.22 222.71165L111.23563 223.44603Q111.76688 222.60228 112.75125 222.60228Q113.06375 222.60228 113.23563 222.6804L113.23563 223.6804ZM115.93875 226.1179L115.25125 226.82103L115.25125 229.0554L114.17313 229.0554L114.17313 220.0554L115.25125 220.0554L115.25125 225.4929L115.82938 224.8054L117.81375 222.71165L119.12625 222.71165L116.6575 225.3679L119.42313 229.0554L118.14188 229.0554L115.93875 226.1179ZM124.345 229.0554L123.26688 229.0554L123.26688 222.71165L124.345 222.71165L124.345 229.0554ZM123.17313 221.03978Q123.17313 220.77415 123.32938 220.58665Q123.50125 220.39915 123.81375 220.39915Q124.12625 220.39915 124.2825 220.58665Q124.45438 220.77415 124.45438 221.03978Q124.45438 221.28978 124.2825 221.47728Q124.12625 221.64915 123.81375 221.64915Q123.50125 221.64915 123.32938 221.47728Q123.17313 221.28978 123.17313 221.03978ZM127.18875 222.71165L127.22 223.50853Q127.95438 222.60228 129.12625 222.60228Q131.14188 222.60228 131.1575 224.8679L131.1575 229.0554L130.06375 229.0554L130.06375 224.85228Q130.06375 224.1804 129.75125 223.85228Q129.45438 223.52415 128.79813 223.52415Q128.26688 223.52415 127.86063 223.8054Q127.47 224.08665 127.25125 224.53978L127.25125 229.0554L126.17313 229.0554L126.17313 222.71165L127.18875 222.71165Z" fill-rule="nonzero"/><path fill="#666666" d="M41.079376 244.0554Q40.985626 243.8679 40.923126 243.38353Q40.173126 244.1804 39.12625 244.1804Q38.18875 244.1804 37.579376 243.64915Q36.985626 243.1179 36.985626 242.28978Q36.985626 241.3054 37.735626 240.75853Q38.485626 240.21165 39.860626 240.21165L40.9075 240.21165L40.9075 239.71165Q40.9075 239.14915 40.56375 238.82103Q40.235626 238.47728 39.56375 238.47728Q38.985626 238.47728 38.595 238.77415Q38.204376 239.0554 38.204376 239.47728L37.110626 239.47728Q37.110626 238.9929 37.43875 238.5554Q37.7825 238.1179 38.360626 237.8679Q38.93875 237.60228 39.62625 237.60228Q40.735626 237.60228 41.345 238.14915Q41.97 238.69603 42.00125 239.64915L42.00125 242.57103Q42.00125 243.44603 42.22 243.96165L42.22 244.0554L41.079376 244.0554ZM39.2825 243.22728Q39.798126 243.22728 40.25125 242.96165Q40.704376 242.69603 40.9075 242.27415L40.9075 240.97728L40.06375 240.97728Q38.06375 240.97728 38.06375 242.14915Q38.06375 242.64915 38.4075 242.94603Q38.75125 243.22728 39.2825 243.22728ZM45.18875 237.71165L45.22 238.50853Q45.954376 237.60228 47.12625 237.60228Q49.141876 237.60228 49.1575 239.8679L49.1575 244.0554L48.06375 244.0554L48.06375 239.85228Q48.06375 239.1804 47.75125 238.85228Q47.454376 238.52415 46.798126 238.52415Q46.266876 238.52415 45.860626 238.8054Q45.47 239.08665 45.25125 239.53978L45.25125 244.0554L44.173126 244.0554L44.173126 237.71165L45.18875 237.71165ZM50.87625 240.82103Q50.87625 239.89915 51.235626 239.14915Q51.610626 238.39915 52.266876 238.00853Q52.923126 237.60228 53.75125 237.60228Q55.048126 237.60228 55.845 238.4929Q56.6575 239.38353 56.6575 240.88353L56.6575 240.96165Q56.6575 241.88353 56.298126 242.6179Q55.93875 243.35228 55.2825 243.77415Q54.62625 244.1804 53.766876 244.1804Q52.485626 244.1804 51.673126 243.28978Q50.87625 242.38353 50.87625 240.89915L50.87625 240.82103ZM51.97 240.96165Q51.97 242.00853 52.454376 242.64915Q52.954376 243.28978 53.766876 243.28978Q54.595 243.28978 55.079376 242.64915Q55.56375 241.9929 55.56375 240.82103Q55.56375 239.78978 55.06375 239.14915Q54.579376 238.4929 53.75125 238.4929Q52.954376 238.4929 52.454376 239.13353Q51.97 239.75853 51.97 240.96165ZM59.641876 236.1804L59.641876 237.71165L60.81375 237.71165L60.81375 238.5554L59.641876 238.5554L59.641876 242.47728Q59.641876 242.8679 59.798126 243.0554Q59.954376 243.2429 60.329376 243.2429Q60.516876 243.2429 60.845 243.1804L60.845 244.0554Q60.423126 244.1804 60.016876 244.1804Q59.298126 244.1804 58.923126 243.7429Q58.548126 243.28978 58.548126 242.47728L58.548126 238.5554L57.391876 238.5554L57.391876 237.71165L58.548126 237.71165L58.548126 236.1804L59.641876 236.1804ZM63.25125 238.47728Q63.97 237.60228 65.12625 237.60228Q67.14188 237.60228 67.1575 239.8679L67.1575 244.0554L66.06375 244.0554L66.06375 239.85228Q66.06375 239.1804 65.75125 238.85228Q65.45438 238.52415 64.79813 238.52415Q64.26688 238.52415 63.860626 238.8054Q63.47 239.08665 63.25125 239.53978L63.25125 244.0554L62.173126 244.0554L62.173126 235.0554L63.25125 235.0554L63.25125 238.47728ZM71.79813 244.1804Q70.50125 244.1804 69.68875 243.33665Q68.89188 242.47728 68.89188 241.0554L68.89188 240.8679Q68.89188 239.91478 69.25125 239.1804Q69.61063 238.4304 70.25125 238.02415Q70.9075 237.60228 71.6575 237.60228Q72.89188 237.60228 73.57938 238.41478Q74.26688 239.22728 74.26688 240.7429L74.26688 241.19603L69.97 241.19603Q70.00125 242.13353 70.51688 242.71165Q71.04813 243.28978 71.86063 243.28978Q72.42313 243.28978 72.81375 243.0554Q73.22 242.82103 73.5325 242.4304L74.18875 242.94603Q73.39188 244.1804 71.79813 244.1804ZM71.6575 238.4929Q71.00125 238.4929 70.54813 238.97728Q70.11063 239.44603 70.01688 240.3054L73.18875 240.3054L73.18875 240.22728Q73.14188 239.39915 72.73563 238.94603Q72.345 238.4929 71.6575 238.4929ZM78.23563 238.6804Q77.98563 238.64915 77.70438 238.64915Q76.62625 238.64915 76.25125 239.5554L76.25125 244.0554L75.17313 244.0554L75.17313 237.71165L76.22 237.71165L76.23563 238.44603Q76.76688 237.60228 77.75125 237.60228Q78.06375 237.60228 78.23563 237.6804L78.23563 238.6804ZM83.345 244.0554L82.26688 244.0554L82.26688 235.0554L83.345 235.0554L83.345 244.0554ZM89.07938 244.0554Q88.98563 243.8679 88.92313 243.38353Q88.17313 244.1804 87.12625 244.1804Q86.18875 244.1804 85.57938 243.64915Q84.98563 243.1179 84.98563 242.28978Q84.98563 241.3054 85.73563 240.75853Q86.48563 240.21165 87.86063 240.21165L88.9075 240.21165L88.9075 239.71165Q88.9075 239.14915 88.56375 238.82103Q88.23563 238.47728 87.56375 238.47728Q86.98563 238.47728 86.595 238.77415Q86.20438 239.0554 86.20438 239.47728L85.11063 239.47728Q85.11063 238.9929 85.43875 238.5554Q85.7825 238.1179 86.36063 237.8679Q86.93875 237.60228 87.62625 237.60228Q88.73563 237.60228 89.345 238.14915Q89.97 238.69603 90.00125 239.64915L90.00125 242.57103Q90.00125 243.44603 90.22 243.96165L90.22 244.0554L89.07938 244.0554ZM87.2825 243.22728Q87.79813 243.22728 88.25125 242.96165Q88.70438 242.69603 88.9075 242.27415L88.9075 240.97728L88.06375 240.97728Q86.06375 240.97728 86.06375 242.14915Q86.06375 242.64915 86.4075 242.94603Q86.75125 243.22728 87.2825 243.22728ZM93.18875 237.71165L93.22 238.50853Q93.95438 237.60228 95.12625 237.60228Q97.14188 237.60228 97.1575 239.8679L97.1575 244.0554L96.06375 244.0554L96.06375 239.85228Q96.06375 239.1804 95.75125 238.85228Q95.45438 238.52415 94.79813 238.52415Q94.26688 238.52415 93.86063 238.8054Q93.47 239.08665 93.25125 239.53978L93.25125 244.0554L92.17313 244.0554L92.17313 237.71165L93.18875 237.71165ZM98.9075 240.83665Q98.9075 239.35228 99.595 238.47728Q100.2825 237.60228 101.4075 237.60228Q102.56375 237.60228 103.22 238.41478L103.26688 237.71165L104.26688 237.71165L104.26688 243.89915Q104.26688 245.13353 103.5325 245.83665Q102.79813 246.5554 101.57938 246.5554Q100.89188 246.5554 100.23563 246.25853Q99.57938 245.96165 99.23563 245.46165L99.79813 244.8054Q100.48563 245.66478 101.50125 245.66478Q102.2825 245.66478 102.72 245.21165Q103.17313 244.77415 103.17313 243.96165L103.17313 243.41478Q102.51688 244.1804 101.39188 244.1804Q100.2825 244.1804 99.595 243.28978Q98.9075 242.38353 98.9075 240.83665ZM100.00125 240.96165Q100.00125 242.02415 100.43875 242.64915Q100.87625 243.25853 101.67313 243.25853Q102.68875 243.25853 103.17313 242.32103L103.17313 239.4304Q102.67313 238.52415 101.67313 238.52415Q100.89188 238.52415 100.43875 239.13353Q100.00125 239.7429 100.00125 240.96165ZM110.07938 243.4304Q109.45438 244.1804 108.22 244.1804Q107.20438 244.1804 106.67313 243.58665Q106.14188 242.9929 106.14188 241.83665L106.14188 237.71165L107.22 237.71165L107.22 241.8054Q107.22 243.25853 108.39188 243.25853Q109.64188 243.25853 110.04813 242.32103L110.04813 237.71165L111.14188 237.71165L111.14188 244.0554L110.11063 244.0554L110.07938 243.4304ZM117.07938 244.0554Q116.98563 243.8679 116.92313 243.38353Q116.17313 244.1804 115.12625 244.1804Q114.18875 244.1804 113.57938 243.64915Q112.98563 243.1179 112.98563 242.28978Q112.98563 241.3054 113.73563 240.75853Q114.48563 240.21165 115.86063 240.21165L116.9075 240.21165L116.9075 239.71165Q116.9075 239.14915 116.56375 238.82103Q116.23563 238.47728 115.56375 238.47728Q114.98563 238.47728 114.595 238.77415Q114.20438 239.0554 114.20438 239.47728L113.11063 239.47728Q113.11063 238.9929 113.43875 238.5554Q113.7825 238.1179 114.36063 237.8679Q114.93875 237.60228 115.62625 237.60228Q116.73563 237.60228 117.345 238.14915Q117.97 238.69603 118.00125 239.64915L118.00125 242.57103Q118.00125 243.44603 118.22 243.96165L118.22 244.0554L117.07938 244.0554ZM115.2825 243.22728Q115.79813 243.22728 116.25125 242.96165Q116.70438 242.69603 116.9075 242.27415L116.9075 240.97728L116.06375 240.97728Q114.06375 240.97728 114.06375 242.14915Q114.06375 242.64915 114.4075 242.94603Q114.75125 243.22728 115.2825 243.22728ZM119.9075 240.83665Q119.9075 239.35228 120.595 238.47728Q121.2825 237.60228 122.4075 237.60228Q123.56375 237.60228 124.22 238.41478L124.26688 237.71165L125.26688 237.71165L125.26688 243.89915Q125.26688 245.13353 124.5325 245.83665Q123.79813 246.5554 122.57938 246.5554Q121.89188 246.5554 121.23563 246.25853Q120.57938 245.96165 120.23563 245.46165L120.79813 244.8054Q121.48563 245.66478 122.50125 245.66478Q123.2825 245.66478 123.72 245.21165Q124.17313 244.77415 124.17313 243.96165L124.17313 243.41478Q123.51688 244.1804 122.39188 244.1804Q121.2825 244.1804 120.595 243.28978Q119.9075 242.38353 119.9075 240.83665ZM121.00125 240.96165Q121.00125 242.02415 121.43875 242.64915Q121.87625 243.25853 122.67313 243.25853Q123.68875 243.25853 124.17313 242.32103L124.17313 239.4304Q123.67313 238.52415 122.67313 238.52415Q121.89188 238.52415 121.43875 239.13353Q121.00125 239.7429 121.00125 240.96165ZM129.79813 244.1804Q128.50125 244.1804 127.68875 243.33665Q126.89188 242.47728 126.89188 241.0554L126.89188 240.8679Q126.89188 239.91478 127.25125 239.1804Q127.61063 238.4304 128.25125 238.02415Q128.9075 237.60228 129.6575 237.60228Q130.89188 237.60228 131.57938 238.41478Q132.26688 239.22728 132.26688 240.7429L132.26688 241.19603L127.97 241.19603Q128.00125 242.13353 128.51688 242.71165Q129.04813 243.28978 129.86063 243.28978Q130.42313 243.28978 130.81375 243.0554Q131.22 242.82103 131.5325 242.4304L132.18875 242.94603Q131.39188 244.1804 129.79813 244.1804ZM129.6575 238.4929Q129.00125 238.4929 128.54813 238.97728Q128.11063 239.44603 128.01688 240.3054L131.18875 240.3054L131.18875 240.22728Q131.14188 239.39915 130.73563 238.94603Q130.345 238.4929 129.6575 238.4929Z" fill-rule="nonzero"/><path fill="#666666" d="M73.54813 289.89658L72.42313 289.89658L72.42313 281.36533L73.54813 281.36533L73.54813 289.89658ZM79.18875 283.55283L79.22 284.25595Q79.9075 283.44345 81.095 283.44345Q82.42313 283.44345 82.9075 284.45908Q83.22 284.00595 83.72 283.7247Q84.23563 283.44345 84.92313 283.44345Q87.01688 283.44345 87.04813 285.64658L87.04813 289.89658L85.97 289.89658L85.97 285.70908Q85.97 285.0372 85.6575 284.70908Q85.345 284.36533 84.61063 284.36533Q84.00125 284.36533 83.595 284.7247Q83.20438 285.08408 83.14188 285.69345L83.14188 289.89658L82.06375 289.89658L82.06375 285.74033Q82.06375 284.36533 80.70438 284.36533Q79.64188 284.36533 79.25125 285.27158L79.25125 289.89658L78.1575 289.89658L78.1575 283.55283L79.18875 283.55283ZM93.07938 289.89658Q92.98563 289.70908 92.92313 289.2247Q92.17313 290.02158 91.12625 290.02158Q90.18875 290.02158 89.57938 289.49033Q88.98563 288.95908 88.98563 288.13095Q88.98563 287.14658 89.73563 286.5997Q90.48563 286.05283 91.86063 286.05283L92.9075 286.05283L92.9075 285.55283Q92.9075 284.99033 92.56375 284.6622Q92.23563 284.31845 91.56375 284.31845Q90.98563 284.31845 90.595 284.61533Q90.20438 284.89658 90.20438 285.31845L89.11063 285.31845Q89.11063 284.83408 89.43875 284.39658Q89.7825 283.95908 90.36063 283.70908Q90.93875 283.44345 91.62625 283.44345Q92.73563 283.44345 93.345 283.99033Q93.97 284.5372 94.00125 285.49033L94.00125 288.4122Q94.00125 289.2872 94.22 289.80283L94.22 289.89658L93.07938 289.89658ZM91.2825 289.06845Q91.79813 289.06845 92.25125 288.80283Q92.70438 288.5372 92.9075 288.11533L92.9075 286.81845L92.06375 286.81845Q90.06375 286.81845 90.06375 287.99033Q90.06375 288.49033 90.4075 288.7872Q90.75125 289.06845 91.2825 289.06845ZM97.18875 283.55283L97.22 284.3497Q97.95438 283.44345 99.12625 283.44345Q101.14188 283.44345 101.1575 285.70908L101.1575 289.89658L100.06375 289.89658L100.06375 285.69345Q100.06375 285.02158 99.75125 284.69345Q99.45438 284.36533 98.79813 284.36533Q98.26688 284.36533 97.86063 284.64658Q97.47 284.92783 97.25125 285.38095L97.25125 289.89658L96.17313 289.89658L96.17313 283.55283L97.18875 283.55283ZM107.07938 289.89658Q106.98563 289.70908 106.92313 289.2247Q106.17313 290.02158 105.12625 290.02158Q104.18875 290.02158 103.57938 289.49033Q102.98563 288.95908 102.98563 288.13095Q102.98563 287.14658 103.73563 286.5997Q104.48563 286.05283 105.86063 286.05283L106.9075 286.05283L106.9075 285.55283Q106.9075 284.99033 106.56375 284.6622Q106.23563 284.31845 105.56375 284.31845Q104.98563 284.31845 104.595 284.61533Q104.20438 284.89658 104.20438 285.31845L103.11063 285.31845Q103.11063 284.83408 103.43875 284.39658Q103.7825 283.95908 104.36063 283.70908Q104.93875 283.44345 105.62625 283.44345Q106.73563 283.44345 107.345 283.99033Q107.97 284.5372 108.00125 285.49033L108.00125 288.4122Q108.00125 289.2872 108.22 289.80283L108.22 289.89658L107.07938 289.89658ZM105.2825 289.06845Q105.79813 289.06845 106.25125 288.80283Q106.70438 288.5372 106.9075 288.11533L106.9075 286.81845L106.06375 286.81845Q104.06375 286.81845 104.06375 287.99033Q104.06375 288.49033 104.4075 288.7872Q104.75125 289.06845 105.2825 289.06845ZM109.9075 286.67783Q109.9075 285.19345 110.595 284.31845Q111.2825 283.44345 112.4075 283.44345Q113.56375 283.44345 114.22 284.25595L114.26688 283.55283L115.26688 283.55283L115.26688 289.74033Q115.26688 290.9747 114.5325 291.67783Q113.79813 292.39658 112.57938 292.39658Q111.89188 292.39658 111.23563 292.0997Q110.57938 291.80283 110.23563 291.30283L110.79813 290.64658Q111.48563 291.50595 112.50125 291.50595Q113.2825 291.50595 113.72 291.05283Q114.17313 290.61533 114.17313 289.80283L114.17313 289.25595Q113.51688 290.02158 112.39188 290.02158Q111.2825 290.02158 110.595 289.13095Q109.9075 288.2247 109.9075 286.67783ZM111.00125 286.80283Q111.00125 287.86533 111.43875 288.49033Q111.87625 289.0997 112.67313 289.0997Q113.68875 289.0997 114.17313 288.1622L114.17313 285.27158Q113.67313 284.36533 112.67313 284.36533Q111.89188 284.36533 111.43875 284.9747Q111.00125 285.58408 111.00125 286.80283ZM119.79813 290.02158Q118.50125 290.02158 117.68875 289.17783Q116.89188 288.31845 116.89188 286.89658L116.89188 286.70908Q116.89188 285.75595 117.25125 285.02158Q117.61063 284.27158 118.25125 283.86533Q118.9075 283.44345 119.6575 283.44345Q120.89188 283.44345 121.57938 284.25595Q122.26688 285.06845 122.26688 286.58408L122.26688 287.0372L117.97 287.0372Q118.00125 287.9747 118.51688 288.55283Q119.04813 289.13095 119.86063 289.13095Q120.42313 289.13095 120.81375 288.89658Q121.22 288.6622 121.5325 288.27158L122.18875 288.7872Q121.39188 290.02158 119.79813 290.02158ZM119.6575 284.33408Q119.00125 284.33408 118.54813 284.81845Q118.11063 285.2872 118.01688 286.14658L121.18875 286.14658L121.18875 286.06845Q121.14188 285.24033 120.73563 284.7872Q120.345 284.33408 119.6575 284.33408ZM130.07938 289.89658Q129.98563 289.70908 129.92313 289.2247Q129.17313 290.02158 128.12625 290.02158Q127.18875 290.02158 126.57938 289.49033Q125.98563 288.95908 125.98563 288.13095Q125.98563 287.14658 126.73563 286.5997Q127.48563 286.05283 128.86063 286.05283L129.9075 286.05283L129.9075 285.55283Q129.9075 284.99033 129.56375 284.6622Q129.23563 284.31845 128.56375 284.31845Q127.98563 284.31845 127.595 284.61533Q127.20438 284.89658 127.20438 285.31845L126.11063 285.31845Q126.11063 284.83408 126.43875 284.39658Q126.7825 283.95908 127.36063 283.70908Q127.93875 283.44345 128.62625 283.44345Q129.73563 283.44345 130.345 283.99033Q130.97 284.5372 131.00125 285.49033L131.00125 288.4122Q131.00125 289.2872 131.22 289.80283L131.22 289.89658L130.07938 289.89658ZM128.2825 289.06845Q128.79813 289.06845 129.25125 288.80283Q129.70438 288.5372 129.9075 288.11533L129.9075 286.81845L129.06375 286.81845Q127.06375 286.81845 127.06375 287.99033Q127.06375 288.49033 127.4075 288.7872Q127.75125 289.06845 128.2825 289.06845Z" fill-rule="nonzero"/><path fill="#666666" d="M32.516876 301.80283Q32.516876 303.24033 31.860624 304.13095Q31.204374 305.02158 30.06375 305.02158Q28.9075 305.02158 28.25125 304.2872L28.25125 307.33408L27.173124 307.33408L27.173124 298.55283L28.1575 298.55283L28.204374 299.25595Q28.87625 298.44345 30.048124 298.44345Q31.18875 298.44345 31.845 299.30283Q32.516876 300.1622 32.516876 301.69345L32.516876 301.80283ZM31.43875 301.67783Q31.43875 300.5997 30.97 299.99033Q30.516874 299.36533 29.72 299.36533Q28.735624 299.36533 28.25125 300.2247L28.25125 303.25595Q28.735624 304.13095 29.735624 304.13095Q30.516874 304.13095 30.97 303.52158Q31.43875 302.89658 31.43875 301.67783ZM37.235626 299.52158Q36.985626 299.49033 36.704376 299.49033Q35.62625 299.49033 35.25125 300.39658L35.25125 304.89658L34.173126 304.89658L34.173126 298.55283L35.22 298.55283L35.235626 299.2872Q35.766876 298.44345 36.75125 298.44345Q37.06375 298.44345 37.235626 298.52158L37.235626 299.52158ZM37.87625 301.6622Q37.87625 300.74033 38.235626 299.99033Q38.610626 299.24033 39.266876 298.8497Q39.923126 298.44345 40.75125 298.44345Q42.048126 298.44345 42.845 299.33408Q43.6575 300.2247 43.6575 301.7247L43.6575 301.80283Q43.6575 302.7247 43.298126 303.45908Q42.93875 304.19345 42.2825 304.61533Q41.62625 305.02158 40.766876 305.02158Q39.485626 305.02158 38.673126 304.13095Q37.87625 303.2247 37.87625 301.74033L37.87625 301.6622ZM38.97 301.80283Q38.97 302.8497 39.454376 303.49033Q39.954376 304.13095 40.766876 304.13095Q41.595 304.13095 42.079376 303.49033Q42.56375 302.83408 42.56375 301.6622Q42.56375 300.63095 42.06375 299.99033Q41.579376 299.33408 40.75125 299.33408Q39.954376 299.33408 39.454376 299.9747Q38.97 300.5997 38.97 301.80283ZM44.9075 301.67783Q44.9075 300.19345 45.595 299.31845Q46.2825 298.44345 47.4075 298.44345Q48.56375 298.44345 49.22 299.25595L49.266876 298.55283L50.266876 298.55283L50.266876 304.74033Q50.266876 305.9747 49.5325 306.67783Q48.798126 307.39658 47.579376 307.39658Q46.891876 307.39658 46.235626 307.0997Q45.579376 306.80283 45.235626 306.30283L45.798126 305.64658Q46.485626 306.50595 47.50125 306.50595Q48.2825 306.50595 48.72 306.05283Q49.173126 305.61533 49.173126 304.80283L49.173126 304.25595Q48.516876 305.02158 47.391876 305.02158Q46.2825 305.02158 45.595 304.13095Q44.9075 303.2247 44.9075 301.67783ZM46.00125 301.80283Q46.00125 302.86533 46.43875 303.49033Q46.87625 304.0997 47.673126 304.0997Q48.68875 304.0997 49.173126 303.1622L49.173126 300.27158Q48.673126 299.36533 47.673126 299.36533Q46.891876 299.36533 46.43875 299.9747Q46.00125 300.58408 46.00125 301.80283ZM55.235626 299.52158Q54.985626 299.49033 54.704376 299.49033Q53.62625 299.49033 53.25125 300.39658L53.25125 304.89658L52.173126 304.89658L52.173126 298.55283L53.22 298.55283L53.235626 299.2872Q53.766876 298.44345 54.75125 298.44345Q55.06375 298.44345 55.235626 298.52158L55.235626 299.52158ZM60.079376 304.89658Q59.985626 304.70908 59.923126 304.2247Q59.173126 305.02158 58.12625 305.02158Q57.18875 305.02158 56.579376 304.49033Q55.985626 303.95908 55.985626 303.13095Q55.985626 302.14658 56.735626 301.5997Q57.485626 301.05283 58.860626 301.05283L59.9075 301.05283L59.9075 300.55283Q59.9075 299.99033 59.56375 299.6622Q59.235626 299.31845 58.56375 299.31845Q57.985626 299.31845 57.595 299.61533Q57.204376 299.89658 57.204376 300.31845L56.110626 300.31845Q56.110626 299.83408 56.43875 299.39658Q56.7825 298.95908 57.360626 298.70908Q57.93875 298.44345 58.62625 298.44345Q59.735626 298.44345 60.345 298.99033Q60.97 299.5372 61.00125 300.49033L61.00125 303.4122Q61.00125 304.2872 61.22 304.80283L61.22 304.89658L60.079376 304.89658ZM58.2825 304.06845Q58.798126 304.06845 59.25125 303.80283Q59.704376 303.5372 59.9075 303.11533L59.9075 301.81845L59.06375 301.81845Q57.06375 301.81845 57.06375 302.99033Q57.06375 303.49033 57.4075 303.7872Q57.75125 304.06845 58.2825 304.06845ZM64.18875 298.55283L64.22 299.25595Q64.9075 298.44345 66.095 298.44345Q67.42313 298.44345 67.9075 299.45908Q68.22 299.00595 68.72 298.7247Q69.23563 298.44345 69.92313 298.44345Q72.01688 298.44345 72.04813 300.64658L72.04813 304.89658L70.97 304.89658L70.97 300.70908Q70.97 300.0372 70.6575 299.70908Q70.345 299.36533 69.61063 299.36533Q69.00125 299.36533 68.595 299.7247Q68.20438 300.08408 68.14188 300.69345L68.14188 304.89658L67.06375 304.89658L67.06375 300.74033Q67.06375 299.36533 65.70438 299.36533Q64.64188 299.36533 64.25125 300.27158L64.25125 304.89658L63.1575 304.89658L63.1575 298.55283L64.18875 298.55283ZM75.18875 298.55283L75.22 299.25595Q75.9075 298.44345 77.095 298.44345Q78.42313 298.44345 78.9075 299.45908Q79.22 299.00595 79.72 298.7247Q80.23563 298.44345 80.92313 298.44345Q83.01688 298.44345 83.04813 300.64658L83.04813 304.89658L81.97 304.89658L81.97 300.70908Q81.97 300.0372 81.6575 299.70908Q81.345 299.36533 80.61063 299.36533Q80.00125 299.36533 79.595 299.7247Q79.20438 300.08408 79.14188 300.69345L79.14188 304.89658L78.06375 304.89658L78.06375 300.74033Q78.06375 299.36533 76.70438 299.36533Q75.64188 299.36533 75.25125 300.27158L75.25125 304.89658L74.1575 304.89658L74.1575 298.55283L75.18875 298.55283ZM86.345 304.89658L85.26688 304.89658L85.26688 298.55283L86.345 298.55283L86.345 304.89658ZM85.17313 296.88095Q85.17313 296.61533 85.32938 296.42783Q85.50125 296.24033 85.81375 296.24033Q86.12625 296.24033 86.2825 296.42783Q86.45438 296.61533 86.45438 296.88095Q86.45438 297.13095 86.2825 297.31845Q86.12625 297.49033 85.81375 297.49033Q85.50125 297.49033 85.32938 297.31845Q85.17313 297.13095 85.17313 296.88095ZM89.18875 298.55283L89.22 299.3497Q89.95438 298.44345 91.12625 298.44345Q93.14188 298.44345 93.1575 300.70908L93.1575 304.89658L92.06375 304.89658L92.06375 300.69345Q92.06375 300.02158 91.75125 299.69345Q91.45438 299.36533 90.79813 299.36533Q90.26688 299.36533 89.86063 299.64658Q89.47 299.92783 89.25125 300.38095L89.25125 304.89658L88.17313 304.89658L88.17313 298.55283L89.18875 298.55283ZM94.9075 301.67783Q94.9075 300.19345 95.595 299.31845Q96.2825 298.44345 97.4075 298.44345Q98.56375 298.44345 99.22 299.25595L99.26688 298.55283L100.26688 298.55283L100.26688 304.74033Q100.26688 305.9747 99.5325 306.67783Q98.79813 307.39658 97.57938 307.39658Q96.89188 307.39658 96.23563 307.0997Q95.57938 306.80283 95.23563 306.30283L95.79813 305.64658Q96.48563 306.50595 97.50125 306.50595Q98.2825 306.50595 98.72 306.05283Q99.17313 305.61533 99.17313 304.80283L99.17313 304.25595Q98.51688 305.02158 97.39188 305.02158Q96.2825 305.02158 95.595 304.13095Q94.9075 303.2247 94.9075 301.67783ZM96.00125 301.80283Q96.00125 302.86533 96.43875 303.49033Q96.87625 304.0997 97.67313 304.0997Q98.68875 304.0997 99.17313 303.1622L99.17313 300.27158Q98.67313 299.36533 97.67313 299.36533Q96.89188 299.36533 96.43875 299.9747Q96.00125 300.58408 96.00125 301.80283ZM106.64188 297.02158L106.64188 298.55283L107.81375 298.55283L107.81375 299.39658L106.64188 299.39658L106.64188 303.31845Q106.64188 303.70908 106.79813 303.89658Q106.95438 304.08408 107.32938 304.08408Q107.51688 304.08408 107.845 304.02158L107.845 304.89658Q107.42313 305.02158 107.01688 305.02158Q106.29813 305.02158 105.92313 304.58408Q105.54813 304.13095 105.54813 303.31845L105.54813 299.39658L104.39188 299.39658L104.39188 298.55283L105.54813 298.55283L105.54813 297.02158L106.64188 297.02158ZM111.79813 305.02158Q110.50125 305.02158 109.68875 304.17783Q108.89188 303.31845 108.89188 301.89658L108.89188 301.70908Q108.89188 300.75595 109.25125 300.02158Q109.61063 299.27158 110.25125 298.86533Q110.9075 298.44345 111.6575 298.44345Q112.89188 298.44345 113.57938 299.25595Q114.26688 300.06845 114.26688 301.58408L114.26688 302.0372L109.97 302.0372Q110.00125 302.9747 110.51688 303.55283Q111.04813 304.13095 111.86063 304.13095Q112.42313 304.13095 112.81375 303.89658Q113.22 303.6622 113.5325 303.27158L114.18875 303.7872Q113.39188 305.02158 111.79813 305.02158ZM111.6575 299.33408Q111.00125 299.33408 110.54813 299.81845Q110.11063 300.2872 110.01688 301.14658L113.18875 301.14658L113.18875 301.06845Q113.14188 300.24033 112.73563 299.7872Q112.345 299.33408 111.6575 299.33408ZM119.07938 304.89658Q118.98563 304.70908 118.92313 304.2247Q118.17313 305.02158 117.12625 305.02158Q116.18875 305.02158 115.57938 304.49033Q114.98563 303.95908 114.98563 303.13095Q114.98563 302.14658 115.73563 301.5997Q116.48563 301.05283 117.86063 301.05283L118.9075 301.05283L118.9075 300.55283Q118.9075 299.99033 118.56375 299.6622Q118.23563 299.31845 117.56375 299.31845Q116.98563 299.31845 116.595 299.61533Q116.20438 299.89658 116.20438 300.31845L115.11063 300.31845Q115.11063 299.83408 115.43875 299.39658Q115.7825 298.95908 116.36063 298.70908Q116.93875 298.44345 117.62625 298.44345Q118.73563 298.44345 119.345 298.99033Q119.97 299.5372 120.00125 300.49033L120.00125 303.4122Q120.00125 304.2872 120.22 304.80283L120.22 304.89658L119.07938 304.89658ZM117.2825 304.06845Q117.79813 304.06845 118.25125 303.80283Q118.70438 303.5372 118.9075 303.11533L118.9075 301.81845L118.06375 301.81845Q116.06375 301.81845 116.06375 302.99033Q116.06375 303.49033 116.4075 303.7872Q116.75125 304.06845 117.2825 304.06845ZM123.18875 298.55283L123.22 299.25595Q123.9075 298.44345 125.095 298.44345Q126.42313 298.44345 126.9075 299.45908Q127.22 299.00595 127.72 298.7247Q128.23563 298.44345 128.92313 298.44345Q131.01688 298.44345 131.04813 300.64658L131.04813 304.89658L129.97 304.89658L129.97 300.70908Q129.97 300.0372 129.6575 299.70908Q129.345 299.36533 128.61063 299.36533Q128.00125 299.36533 127.595 299.7247Q127.20438 300.08408 127.14188 300.69345L127.14188 304.89658L126.06375 304.89658L126.06375 300.74033Q126.06375 299.36533 124.70438 299.36533Q123.64188 299.36533 123.25125 300.27158L123.25125 304.89658L122.1575 304.89658L122.1575 298.55283L123.18875 298.55283Z" fill-rule="nonzero"/><path fill="#666666" d="M56.548126 358.23776L55.423126 358.23776L55.423126 349.7065L56.548126 349.7065L56.548126 358.23776ZM65.07938 358.23776Q64.98563 358.05026 64.92313 357.5659Q64.17313 358.36276 63.12625 358.36276Q62.18875 358.36276 61.579376 357.8315Q60.985626 357.30026 60.985626 356.47214Q60.985626 355.48776 61.735626 354.9409Q62.485626 354.394 63.860626 354.394L64.9075 354.394L64.9075 353.894Q64.9075 353.3315 64.56375 353.0034Q64.23563 352.65964 63.56375 352.65964Q62.985626 352.65964 62.595 352.9565Q62.204376 353.23776 62.204376 353.65964L61.110626 353.65964Q61.110626 353.17526 61.43875 352.73776Q61.7825 352.30026 62.360626 352.05026Q62.93875 351.78464 63.62625 351.78464Q64.73563 351.78464 65.345 352.3315Q65.97 352.8784 66.00125 353.8315L66.00125 356.7534Q66.00125 357.6284 66.22 358.144L66.22 358.23776L65.07938 358.23776ZM63.2825 357.40964Q63.798126 357.40964 64.25125 357.144Q64.70438 356.8784 64.9075 356.4565L64.9075 355.15964L64.06375 355.15964Q62.06375 355.15964 62.06375 356.3315Q62.06375 356.8315 62.4075 357.1284Q62.75125 357.40964 63.2825 357.40964ZM69.18875 351.894L69.22 352.59714Q69.9075 351.78464 71.095 351.78464Q72.42313 351.78464 72.9075 352.80026Q73.22 352.34714 73.72 352.0659Q74.23563 351.78464 74.92313 351.78464Q77.01688 351.78464 77.04813 353.98776L77.04813 358.23776L75.97 358.23776L75.97 354.05026Q75.97 353.3784 75.6575 353.05026Q75.345 352.7065 74.61063 352.7065Q74.00125 352.7065 73.595 353.0659Q73.20438 353.42526 73.14188 354.03464L73.14188 358.23776L72.06375 358.23776L72.06375 354.0815Q72.06375 352.7065 70.70438 352.7065Q69.64188 352.7065 69.25125 353.61276L69.25125 358.23776L68.1575 358.23776L68.1575 351.894L69.18875 351.894ZM86.07938 358.23776Q85.98563 358.05026 85.92313 357.5659Q85.17313 358.36276 84.12625 358.36276Q83.18875 358.36276 82.57938 357.8315Q81.98563 357.30026 81.98563 356.47214Q81.98563 355.48776 82.73563 354.9409Q83.48563 354.394 84.86063 354.394L85.9075 354.394L85.9075 353.894Q85.9075 353.3315 85.56375 353.0034Q85.23563 352.65964 84.56375 352.65964Q83.98563 352.65964 83.595 352.9565Q83.20438 353.23776 83.20438 353.65964L82.11063 353.65964Q82.11063 353.17526 82.43875 352.73776Q82.7825 352.30026 83.36063 352.05026Q83.93875 351.78464 84.62625 351.78464Q85.73563 351.78464 86.345 352.3315Q86.97 352.8784 87.00125 353.8315L87.00125 356.7534Q87.00125 357.6284 87.22 358.144L87.22 358.23776L86.07938 358.23776ZM84.2825 357.40964Q84.79813 357.40964 85.25125 357.144Q85.70438 356.8784 85.9075 356.4565L85.9075 355.15964L85.06375 355.15964Q83.06375 355.15964 83.06375 356.3315Q83.06375 356.8315 83.4075 357.1284Q83.75125 357.40964 84.2825 357.40964ZM95.86063 356.55026Q95.86063 356.11276 95.51688 355.8784Q95.18875 355.6284 94.36063 355.4565Q93.54813 355.28464 93.06375 355.03464Q92.57938 354.78464 92.345 354.4565Q92.12625 354.11276 92.12625 353.644Q92.12625 352.86276 92.7825 352.3315Q93.43875 351.78464 94.47 351.78464Q95.54813 351.78464 96.20438 352.34714Q96.87625 352.894 96.87625 353.7534L95.79813 353.7534Q95.79813 353.3159 95.4075 353.0034Q95.0325 352.67526 94.47 352.67526Q93.87625 352.67526 93.5325 352.9409Q93.20438 353.1909 93.20438 353.59714Q93.20438 353.98776 93.51688 354.1909Q93.82938 354.394 94.64188 354.5815Q95.45438 354.7534 95.95438 355.0034Q96.45438 355.2534 96.68875 355.61276Q96.93875 355.97214 96.93875 356.47214Q96.93875 357.3315 96.25125 357.84714Q95.57938 358.36276 94.50125 358.36276Q93.73563 358.36276 93.14188 358.09714Q92.56375 357.8159 92.23563 357.3315Q91.9075 356.84714 91.9075 356.28464L92.98563 356.28464Q93.01688 356.8315 93.42313 357.15964Q93.82938 357.47214 94.50125 357.47214Q95.11063 357.47214 95.48563 357.22214Q95.86063 356.97214 95.86063 356.55026ZM99.64188 350.36276L99.64188 351.894L100.81375 351.894L100.81375 352.73776L99.64188 352.73776L99.64188 356.65964Q99.64188 357.05026 99.79813 357.23776Q99.95438 357.42526 100.32938 357.42526Q100.51688 357.42526 100.845 357.36276L100.845 358.23776Q100.42313 358.36276 100.01688 358.36276Q99.29813 358.36276 98.92313 357.92526Q98.54813 357.47214 98.54813 356.65964L98.54813 352.73776L97.39188 352.73776L97.39188 351.894L98.54813 351.894L98.54813 350.36276L99.64188 350.36276ZM106.07938 357.61276Q105.45438 358.36276 104.22 358.36276Q103.20438 358.36276 102.67313 357.769Q102.14188 357.17526 102.14188 356.019L102.14188 351.894L103.22 351.894L103.22 355.98776Q103.22 357.4409 104.39188 357.4409Q105.64188 357.4409 106.04813 356.5034L106.04813 351.894L107.14188 351.894L107.14188 358.23776L106.11063 358.23776L106.07938 357.61276ZM108.9075 355.019Q108.9075 353.55026 109.595 352.67526Q110.2825 351.78464 111.4075 351.78464Q112.51688 351.78464 113.17313 352.53464L113.17313 349.23776L114.25125 349.23776L114.25125 358.23776L113.25125 358.23776L113.20438 357.55026Q112.54813 358.36276 111.39188 358.36276Q110.29813 358.36276 109.595 357.4565Q108.9075 356.55026 108.9075 355.09714L108.9075 355.019ZM109.98563 355.144Q109.98563 356.22214 110.42313 356.8315Q110.87625 357.4409 111.6575 357.4409Q112.68875 357.4409 113.17313 356.5034L113.17313 353.59714Q112.68875 352.7065 111.67313 352.7065Q110.87625 352.7065 110.42313 353.3159Q109.98563 353.92526 109.98563 355.144ZM118.79813 358.36276Q117.50125 358.36276 116.68875 357.519Q115.89188 356.65964 115.89188 355.23776L115.89188 355.05026Q115.89188 354.09714 116.25125 353.36276Q116.61063 352.61276 117.25125 352.2065Q117.9075 351.78464 118.6575 351.78464Q119.89188 351.78464 120.57938 352.59714Q121.26688 353.40964 121.26688 354.92526L121.26688 355.3784L116.97 355.3784Q117.00125 356.3159 117.51688 356.894Q118.04813 357.47214 118.86063 357.47214Q119.42313 357.47214 119.81375 357.23776Q120.22 357.0034 120.5325 356.61276L121.18875 357.1284Q120.39188 358.36276 118.79813 358.36276ZM118.6575 352.67526Q118.00125 352.67526 117.54813 353.15964Q117.11063 353.6284 117.01688 354.48776L120.18875 354.48776L120.18875 354.40964Q120.14188 353.5815 119.73563 353.1284Q119.345 352.67526 118.6575 352.67526ZM123.18875 351.894L123.22 352.6909Q123.95438 351.78464 125.12625 351.78464Q127.14188 351.78464 127.1575 354.05026L127.1575 358.23776L126.06375 358.23776L126.06375 354.03464Q126.06375 353.36276 125.75125 353.03464Q125.45438 352.7065 124.79813 352.7065Q124.26688 352.7065 123.86063 352.98776Q123.47 353.269 123.25125 353.72214L123.25125 358.23776L122.17313 358.23776L122.17313 351.894L123.18875 351.894ZM130.64188 350.36276L130.64188 351.894L131.81375 351.894L131.81375 352.73776L130.64188 352.73776L130.64188 356.65964Q130.64188 357.05026 130.79813 357.23776Q130.95438 357.42526 131.32938 357.42526Q131.51688 357.42526 131.845 357.36276L131.845 358.23776Q131.42313 358.36276 131.01688 358.36276Q130.29813 358.36276 129.92313 357.92526Q129.54813 357.47214 129.54813 356.65964L129.54813 352.73776L128.39188 352.73776L128.39188 351.894L129.54813 351.894L129.54813 350.36276L130.64188 350.36276Z" fill-rule="nonzero"/><path fill="#666666" d="M110.89188 415.09457Q110.89188 416.34457 110.47 417.28207Q110.04813 418.20395 109.26688 418.70395Q108.50125 419.20395 107.47 419.20395Q106.47 419.20395 105.68875 418.70395Q104.9075 418.20395 104.47 417.2977Q104.04813 416.37582 104.0325 415.15707L104.0325 414.5477Q104.0325 413.31332 104.45438 412.37582Q104.89188 411.43832 105.67313 410.93832Q106.45438 410.4227 107.47 410.4227Q108.48563 410.4227 109.26688 410.9227Q110.04813 411.4227 110.47 412.3602Q110.89188 413.2977 110.89188 414.5477L110.89188 415.09457ZM109.7825 414.53207Q109.7825 413.01645 109.17313 412.20395Q108.56375 411.39145 107.47 411.39145Q106.39188 411.39145 105.7825 412.20395Q105.17313 413.01645 105.1575 414.45395L105.1575 415.09457Q105.1575 416.56332 105.76688 417.40707Q106.39188 418.2352 107.47 418.2352Q108.56375 418.2352 109.1575 417.45395Q109.76688 416.65707 109.7825 415.1727L109.7825 414.53207ZM113.64188 411.20395L113.64188 412.7352L114.81375 412.7352L114.81375 413.57895L113.64188 413.57895L113.64188 417.50082Q113.64188 417.89145 113.79813 418.07895Q113.95438 418.26645 114.32938 418.26645Q114.51688 418.26645 114.845 418.20395L114.845 419.07895Q114.42313 419.20395 114.01688 419.20395Q113.29813 419.20395 112.92313 418.76645Q112.54813 418.31332 112.54813 417.50082L112.54813 413.57895L111.39188 413.57895L111.39188 412.7352L112.54813 412.7352L112.54813 411.20395L113.64188 411.20395ZM117.25125 413.50082Q117.97 412.62582 119.12625 412.62582Q121.14188 412.62582 121.1575 414.89145L121.1575 419.07895L120.06375 419.07895L120.06375 414.87582Q120.06375 414.20395 119.75125 413.87582Q119.45438 413.5477 118.79813 413.5477Q118.26688 413.5477 117.86063 413.82895Q117.47 414.1102 117.25125 414.56332L117.25125 419.07895L116.17313 419.07895L116.17313 410.07895L117.25125 410.07895L117.25125 413.50082ZM125.79813 419.20395Q124.50125 419.20395 123.68875 418.3602Q122.89188 417.50082 122.89188 416.07895L122.89188 415.89145Q122.89188 414.93832 123.25125 414.20395Q123.61063 413.45395 124.25125 413.0477Q124.9075 412.62582 125.6575 412.62582Q126.89188 412.62582 127.57938 413.43832Q128.26688 414.25082 128.26688 415.76645L128.26688 416.21957L123.97 416.21957Q124.00125 417.15707 124.51688 417.7352Q125.04813 418.31332 125.86063 418.31332Q126.42313 418.31332 126.81375 418.07895Q127.22 417.84457 127.5325 417.45395L128.18875 417.96957Q127.39188 419.20395 125.79813 419.20395ZM125.6575 413.51645Q125.00125 413.51645 124.54813 414.00082Q124.11063 414.46957 124.01688 415.32895L127.18875 415.32895L127.18875 415.25082Q127.14188 414.4227 126.73563 413.96957Q126.345 413.51645 125.6575 413.51645ZM132.23563 413.70395Q131.98563 413.6727 131.70438 413.6727Q130.62625 413.6727 130.25125 414.57895L130.25125 419.07895L129.17313 419.07895L129.17313 412.7352L130.22 412.7352L130.23563 413.46957Q130.76688 412.62582 131.75125 412.62582Q132.06375 412.62582 132.23563 412.70395L132.23563 413.70395Z" fill-rule="nonzero"/><path fill="#666666" d="M136.4075 470.0061Q136.4075 471.91235 135.75125 472.84985Q135.11063 473.77173 133.72 473.77173Q132.36063 473.77173 131.70438 472.86548Q131.04813 471.95923 131.01688 470.14673L131.01688 468.70923Q131.01688 466.8186 131.6575 465.91235Q132.31375 464.99048 133.70438 464.99048Q135.07938 464.99048 135.73563 465.8811Q136.39188 466.7561 136.4075 468.59985L136.4075 470.0061ZM135.31375 468.52173Q135.31375 467.14673 134.92313 466.52173Q134.54813 465.8811 133.70438 465.8811Q132.87625 465.8811 132.48563 466.52173Q132.11063 467.14673 132.11063 468.4436L132.11063 470.17798Q132.11063 471.55298 132.50125 472.22485Q132.9075 472.8811 133.72 472.8811Q134.51688 472.8811 134.9075 472.2561Q135.29813 471.6311 135.31375 470.30298L135.31375 468.52173ZM137.95438 466.7561Q137.95438 465.99048 138.43875 465.49048Q138.93875 464.99048 139.70438 464.99048Q140.48563 464.99048 140.97 465.49048Q141.45438 465.99048 141.45438 466.78735L141.45438 467.20923Q141.45438 467.97485 140.95438 468.47485Q140.47 468.95923 139.72 468.95923Q138.95438 468.95923 138.45438 468.47485Q137.95438 467.97485 137.95438 467.16235L137.95438 466.7561ZM138.76688 467.20923Q138.76688 467.66235 139.01688 467.95923Q139.2825 468.2561 139.72 468.2561Q140.14188 468.2561 140.39188 467.97485Q140.64188 467.67798 140.64188 467.17798L140.64188 466.7561Q140.64188 466.30298 140.39188 466.0061Q140.14188 465.6936 139.70438 465.6936Q139.26688 465.6936 139.01688 466.0061Q138.76688 466.30298 138.76688 466.77173L138.76688 467.20923ZM142.11063 471.55298Q142.11063 470.78735 142.595 470.30298Q143.095 469.80298 143.86063 469.80298Q144.62625 469.80298 145.11063 470.30298Q145.61063 470.78735 145.61063 471.59985L145.61063 472.0061Q145.61063 472.77173 145.12625 473.27173Q144.64188 473.77173 143.87625 473.77173Q143.11063 473.77173 142.61063 473.28735Q142.11063 472.78735 142.11063 471.97485L142.11063 471.55298ZM142.92313 472.0061Q142.92313 472.47485 143.17313 472.77173Q143.43875 473.0686 143.87625 473.0686Q144.29813 473.0686 144.54813 472.78735Q144.79813 472.49048 144.79813 471.99048L144.79813 471.55298Q144.79813 471.08423 144.5325 470.80298Q144.2825 470.5061 143.86063 470.5061Q143.43875 470.5061 143.17313 470.80298Q142.92313 471.08423 142.92313 471.58423L142.92313 472.0061ZM139.97 473.0061L139.345 472.61548L143.51688 465.9436L144.12625 466.33423L139.97 473.0061Z" fill-rule="nonzero"/><path fill="#666666" d="M243.41188 473.64673L237.81813 473.64673L237.81813 472.86548L240.77126 469.58423Q241.4275 468.83423 241.6775 468.3811Q241.9275 467.91235 241.9275 467.41235Q241.9275 466.74048 241.52126 466.3186Q241.13063 465.8811 240.44313 465.8811Q239.64626 465.8811 239.19313 466.34985Q238.74 466.80298 238.74 467.6311L237.66188 467.6311Q237.66188 466.4436 238.41188 465.72485Q239.1775 464.99048 240.44313 464.99048Q241.64626 464.99048 242.33376 465.61548Q243.02126 466.24048 243.02126 467.28735Q243.02126 468.53735 241.41188 470.28735L239.13063 472.7561L243.41188 472.7561L243.41188 473.64673ZM250.1775 470.0061Q250.1775 471.91235 249.52126 472.84985Q248.88063 473.77173 247.49 473.77173Q246.13063 473.77173 245.47438 472.86548Q244.81813 471.95923 244.78688 470.14673L244.78688 468.70923Q244.78688 466.8186 245.4275 465.91235Q246.08376 464.99048 247.47438 464.99048Q248.84938 464.99048 249.50563 465.8811Q250.16188 466.7561 250.1775 468.59985L250.1775 470.0061ZM249.08376 468.52173Q249.08376 467.14673 248.69313 466.52173Q248.31813 465.8811 247.47438 465.8811Q246.64626 465.8811 246.25563 466.52173Q245.88063 467.14673 245.88063 468.4436L245.88063 470.17798Q245.88063 471.55298 246.27126 472.22485Q246.6775 472.8811 247.49 472.8811Q248.28688 472.8811 248.6775 472.2561Q249.06813 471.6311 249.08376 470.30298L249.08376 468.52173ZM251.72438 466.7561Q251.72438 465.99048 252.20876 465.49048Q252.70876 464.99048 253.47438 464.99048Q254.25563 464.99048 254.74 465.49048Q255.22438 465.99048 255.22438 466.78735L255.22438 467.20923Q255.22438 467.97485 254.72438 468.47485Q254.24 468.95923 253.49 468.95923Q252.72438 468.95923 252.22438 468.47485Q251.72438 467.97485 251.72438 467.16235L251.72438 466.7561ZM252.53688 467.20923Q252.53688 467.66235 252.78688 467.95923Q253.0525 468.2561 253.49 468.2561Q253.91188 468.2561 254.16188 467.97485Q254.41188 467.67798 254.41188 467.17798L254.41188 466.7561Q254.41188 466.30298 254.16188 466.0061Q253.91188 465.6936 253.47438 465.6936Q253.03688 465.6936 252.78688 466.0061Q252.53688 466.30298 252.53688 466.77173L252.53688 467.20923ZM255.88063 471.55298Q255.88063 470.78735 256.365 470.30298Q256.865 469.80298 257.6306 469.80298Q258.39624 469.80298 258.8806 470.30298Q259.3806 470.78735 259.3806 471.59985L259.3806 472.0061Q259.3806 472.77173 258.89624 473.27173Q258.41187 473.77173 257.64624 473.77173Q256.8806 473.77173 256.3806 473.28735Q255.88063 472.78735 255.88063 471.97485L255.88063 471.55298ZM256.6931 472.0061Q256.6931 472.47485 256.9431 472.77173Q257.20874 473.0686 257.64624 473.0686Q258.0681 473.0686 258.3181 472.78735Q258.5681 472.49048 258.5681 471.99048L258.5681 471.55298Q258.5681 471.08423 258.3025 470.80298Q258.0525 470.5061 257.6306 470.5061Q257.20874 470.5061 256.9431 470.80298Q256.6931 471.08423 256.6931 471.58423L256.6931 472.0061ZM253.74 473.0061L253.115 472.61548L257.28687 465.9436L257.89624 466.33423L253.74 473.0061Z" fill-rule="nonzero"/><path fill="#666666" d="M352.66626 470.78735L353.85376 470.78735L353.85376 471.66235L352.66626 471.66235L352.66626 473.64673L351.58813 473.64673L351.58813 471.66235L347.6975 471.66235L347.6975 471.02173L351.51 465.11548L352.66626 465.11548L352.66626 470.78735ZM348.9319 470.78735L351.58813 470.78735L351.58813 466.59985L351.4475 466.83423L348.9319 470.78735ZM360.4475 470.0061Q360.4475 471.91235 359.79126 472.84985Q359.15063 473.77173 357.76 473.77173Q356.40063 473.77173 355.7444 472.86548Q355.08813 471.95923 355.0569 470.14673L355.0569 468.70923Q355.0569 466.8186 355.6975 465.91235Q356.35376 464.99048 357.7444 464.99048Q359.1194 464.99048 359.77563 465.8811Q360.4319 466.7561 360.4475 468.59985L360.4475 470.0061ZM359.35376 468.52173Q359.35376 467.14673 358.96313 466.52173Q358.58813 465.8811 357.7444 465.8811Q356.91626 465.8811 356.52563 466.52173Q356.15063 467.14673 356.15063 468.4436L356.15063 470.17798Q356.15063 471.55298 356.54126 472.22485Q356.9475 472.8811 357.76 472.8811Q358.5569 472.8811 358.9475 472.2561Q359.33813 471.6311 359.35376 470.30298L359.35376 468.52173ZM361.9944 466.7561Q361.9944 465.99048 362.47876 465.49048Q362.97876 464.99048 363.7444 464.99048Q364.52563 464.99048 365.01 465.49048Q365.4944 465.99048 365.4944 466.78735L365.4944 467.20923Q365.4944 467.97485 364.9944 468.47485Q364.51 468.95923 363.76 468.95923Q362.9944 468.95923 362.4944 468.47485Q361.9944 467.97485 361.9944 467.16235L361.9944 466.7561ZM362.8069 467.20923Q362.8069 467.66235 363.0569 467.95923Q363.3225 468.2561 363.76 468.2561Q364.1819 468.2561 364.4319 467.97485Q364.6819 467.67798 364.6819 467.17798L364.6819 466.7561Q364.6819 466.30298 364.4319 466.0061Q364.1819 465.6936 363.7444 465.6936Q363.3069 465.6936 363.0569 466.0061Q362.8069 466.30298 362.8069 466.77173L362.8069 467.20923ZM366.15063 471.55298Q366.15063 470.78735 366.635 470.30298Q367.135 469.80298 367.90063 469.80298Q368.66626 469.80298 369.15063 470.30298Q369.65063 470.78735 369.65063 471.59985L369.65063 472.0061Q369.65063 472.77173 369.16626 473.27173Q368.6819 473.77173 367.91626 473.77173Q367.15063 473.77173 366.65063 473.28735Q366.15063 472.78735 366.15063 471.97485L366.15063 471.55298ZM366.96313 472.0061Q366.96313 472.47485 367.21313 472.77173Q367.47876 473.0686 367.91626 473.0686Q368.33813 473.0686 368.58813 472.78735Q368.83813 472.49048 368.83813 471.99048L368.83813 471.55298Q368.83813 471.08423 368.5725 470.80298Q368.3225 470.5061 367.90063 470.5061Q367.47876 470.5061 367.21313 470.80298Q366.96313 471.08423 366.96313 471.58423L366.96313 472.0061ZM364.01 473.0061L363.385 472.61548L367.5569 465.9436L368.16626 466.33423L364.01 473.0061Z" fill-rule="nonzero"/><path fill="#666666" d="M462.62375 465.11548L462.62375 466.02173L462.42062 466.02173Q461.155 466.05298 460.405 466.78735Q459.655 467.5061 459.53 468.8186Q460.2175 468.05298 461.37375 468.05298Q462.48312 468.05298 463.155 468.83423Q463.82687 469.61548 463.82687 470.86548Q463.82687 472.17798 463.10812 472.97485Q462.38937 473.77173 461.17062 473.77173Q459.95187 473.77173 459.18625 472.83423Q458.43625 471.8811 458.43625 470.39673L458.43625 469.99048Q458.43625 467.6311 459.43625 466.3811Q460.43625 465.1311 462.42062 465.11548L462.62375 465.11548ZM461.20187 468.95923Q460.63937 468.95923 460.17062 469.28735Q459.70187 469.61548 459.51437 470.1311L459.51437 470.52173Q459.51437 471.58423 459.98312 472.22485Q460.4675 472.86548 461.17062 472.86548Q461.905 472.86548 462.32687 472.33423Q462.74875 471.78735 462.74875 470.91235Q462.74875 470.03735 462.32687 469.5061Q461.905 468.95923 461.20187 468.95923ZM470.7175 470.0061Q470.7175 471.91235 470.06125 472.84985Q469.42062 473.77173 468.03 473.77173Q466.67062 473.77173 466.01437 472.86548Q465.35812 471.95923 465.32687 470.14673L465.32687 468.70923Q465.32687 466.8186 465.9675 465.91235Q466.62375 464.99048 468.01437 464.99048Q469.38937 464.99048 470.04562 465.8811Q470.70187 466.7561 470.7175 468.59985L470.7175 470.0061ZM469.62375 468.52173Q469.62375 467.14673 469.23312 466.52173Q468.85812 465.8811 468.01437 465.8811Q467.18625 465.8811 466.79562 466.52173Q466.42062 467.14673 466.42062 468.4436L466.42062 470.17798Q466.42062 471.55298 466.81125 472.22485Q467.2175 472.8811 468.03 472.8811Q468.82687 472.8811 469.2175 472.2561Q469.60812 471.6311 469.62375 470.30298L469.62375 468.52173ZM472.26437 466.7561Q472.26437 465.99048 472.74875 465.49048Q473.24875 464.99048 474.01437 464.99048Q474.79562 464.99048 475.28 465.49048Q475.76437 465.99048 475.76437 466.78735L475.76437 467.20923Q475.76437 467.97485 475.26437 468.47485Q474.78 468.95923 474.03 468.95923Q473.26437 468.95923 472.76437 468.47485Q472.26437 467.97485 472.26437 467.16235L472.26437 466.7561ZM473.07687 467.20923Q473.07687 467.66235 473.32687 467.95923Q473.5925 468.2561 474.03 468.2561Q474.45187 468.2561 474.70187 467.97485Q474.95187 467.67798 474.95187 467.17798L474.95187 466.7561Q474.95187 466.30298 474.70187 466.0061Q474.45187 465.6936 474.01437 465.6936Q473.57687 465.6936 473.32687 466.0061Q473.07687 466.30298 473.07687 466.77173L473.07687 467.20923ZM476.42062 471.55298Q476.42062 470.78735 476.905 470.30298Q477.405 469.80298 478.17062 469.80298Q478.93625 469.80298 479.42062 470.30298Q479.92062 470.78735 479.92062 471.59985L479.92062 472.0061Q479.92062 472.77173 479.43625 473.27173Q478.95187 473.77173 478.18625 473.77173Q477.42062 473.77173 476.92062 473.28735Q476.42062 472.78735 476.42062 471.97485L476.42062 471.55298ZM477.23312 472.0061Q477.23312 472.47485 477.48312 472.77173Q477.74875 473.0686 478.18625 473.0686Q478.60812 473.0686 478.85812 472.78735Q479.10812 472.49048 479.10812 471.99048L479.10812 471.55298Q479.10812 471.08423 478.8425 470.80298Q478.5925 470.5061 478.17062 470.5061Q477.74875 470.5061 477.48312 470.80298Q477.23312 471.08423 477.23312 471.58423L477.23312 472.0061ZM474.28 473.0061L473.655 472.61548L477.82687 465.9436L478.43625 466.33423L474.28 473.0061Z" fill-rule="nonzero"/><path fill="#666666" d="M573.8156 467.33423Q573.8156 467.97485 573.47186 468.47485Q573.1281 468.97485 572.5656 469.2561Q573.22186 469.53735 573.6125 470.09985Q574.0031 470.64673 574.0031 471.34985Q574.0031 472.4436 573.2531 473.11548Q572.51874 473.77173 571.3 473.77173Q570.0656 473.77173 569.3156 473.11548Q568.58124 472.4436 568.58124 471.34985Q568.58124 470.64673 568.95624 470.09985Q569.33124 469.53735 570.0031 469.2561Q569.4406 468.97485 569.1125 468.47485Q568.78436 467.97485 568.78436 467.33423Q568.78436 466.2561 569.47186 465.6311Q570.15936 464.99048 571.3 464.99048Q572.425 464.99048 573.1125 465.6311Q573.8156 466.2561 573.8156 467.33423ZM572.925 471.3186Q572.925 470.59985 572.47186 470.16235Q572.01874 469.70923 571.28436 469.70923Q570.55 469.70923 570.09686 470.16235Q569.65936 470.59985 569.65936 471.33423Q569.65936 472.05298 570.09686 472.47485Q570.53436 472.8811 571.3 472.8811Q572.05 472.8811 572.4875 472.45923Q572.925 472.03735 572.925 471.3186ZM571.3 465.8811Q570.65936 465.8811 570.2531 466.28735Q569.8625 466.67798 569.8625 467.36548Q569.8625 468.0061 570.2531 468.41235Q570.64374 468.8186 571.28436 468.8186Q571.9406 468.8186 572.33124 468.41235Q572.72186 468.0061 572.72186 467.36548Q572.72186 466.70923 572.3156 466.30298Q571.90936 465.8811 571.3 465.8811ZM580.9875 470.0061Q580.9875 471.91235 580.33124 472.84985Q579.6906 473.77173 578.3 473.77173Q576.9406 473.77173 576.28436 472.86548Q575.6281 471.95923 575.59686 470.14673L575.59686 468.70923Q575.59686 466.8186 576.2375 465.91235Q576.89374 464.99048 578.28436 464.99048Q579.65936 464.99048 580.3156 465.8811Q580.97186 466.7561 580.9875 468.59985L580.9875 470.0061ZM579.89374 468.52173Q579.89374 467.14673 579.5031 466.52173Q579.1281 465.8811 578.28436 465.8811Q577.45624 465.8811 577.0656 466.52173Q576.6906 467.14673 576.6906 468.4436L576.6906 470.17798Q576.6906 471.55298 577.08124 472.22485Q577.4875 472.8811 578.3 472.8811Q579.09686 472.8811 579.4875 472.2561Q579.8781 471.6311 579.89374 470.30298L579.89374 468.52173ZM582.53436 466.7561Q582.53436 465.99048 583.01874 465.49048Q583.51874 464.99048 584.28436 464.99048Q585.0656 464.99048 585.55 465.49048Q586.03436 465.99048 586.03436 466.78735L586.03436 467.20923Q586.03436 467.97485 585.53436 468.47485Q585.05 468.95923 584.3 468.95923Q583.53436 468.95923 583.03436 468.47485Q582.53436 467.97485 582.53436 467.16235L582.53436 466.7561ZM583.34686 467.20923Q583.34686 467.66235 583.59686 467.95923Q583.8625 468.2561 584.3 468.2561Q584.72186 468.2561 584.97186 467.97485Q585.22186 467.67798 585.22186 467.17798L585.22186 466.7561Q585.22186 466.30298 584.97186 466.0061Q584.72186 465.6936 584.28436 465.6936Q583.84686 465.6936 583.59686 466.0061Q583.34686 466.30298 583.34686 466.77173L583.34686 467.20923ZM586.6906 471.55298Q586.6906 470.78735 587.175 470.30298Q587.675 469.80298 588.4406 469.80298Q589.20624 469.80298 589.6906 470.30298Q590.1906 470.78735 590.1906 471.59985L590.1906 472.0061Q590.1906 472.77173 589.70624 473.27173Q589.22186 473.77173 588.45624 473.77173Q587.6906 473.77173 587.1906 473.28735Q586.6906 472.78735 586.6906 471.97485L586.6906 471.55298ZM587.5031 472.0061Q587.5031 472.47485 587.7531 472.77173Q588.01874 473.0686 588.45624 473.0686Q588.8781 473.0686 589.1281 472.78735Q589.3781 472.49048 589.3781 471.99048L589.3781 471.55298Q589.3781 471.08423 589.1125 470.80298Q588.8625 470.5061 588.4406 470.5061Q588.01874 470.5061 587.7531 470.80298Q587.5031 471.08423 587.5031 471.58423L587.5031 472.0061ZM584.55 473.0061L583.925 472.61548L588.09686 465.9436L588.70624 466.33423L584.55 473.0061Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M207.94171 511.9777C207.94171 511.42538 208.38943 510.9777 208.94171 510.9777L218.94171 510.9777C219.494 510.9777 219.94171 511.42538 219.94171 511.9777L219.94171 521.97766C219.94171 522.52997 219.494 522.97766 218.94171 522.97766L208.94171 522.97766C208.38943 522.97766 207.94171 522.52997 207.94171 521.97766Z" fill-rule="nonzero"/><path fill="#666666" d="M234.23859 521.47766L228.64484 521.47766L228.64484 520.6964L231.59796 517.41516Q232.25421 516.66516 232.50421 516.21204Q232.75421 515.7433 232.75421 515.2433Q232.75421 514.5714 232.34796 514.14954Q231.95734 513.71204 231.26984 513.71204Q230.47296 513.71204 230.01984 514.1808Q229.56671 514.6339 229.56671 515.46204L228.48859 515.46204Q228.48859 514.27454 229.23859 513.5558Q230.00421 512.8214 231.26984 512.8214Q232.47296 512.8214 233.16046 513.4464Q233.84796 514.0714 233.84796 515.1183Q233.84796 516.3683 232.23859 518.1183L229.95734 520.58704L234.23859 520.58704L234.23859 521.47766ZM241.00421 517.83704Q241.00421 519.7433 240.34796 520.6808Q239.70734 521.60266 238.31671 521.60266Q236.95734 521.60266 236.30109 520.6964Q235.64484 519.79016 235.61359 517.97766L235.61359 516.54016Q235.61359 514.64954 236.25421 513.7433Q236.91046 512.8214 238.30109 512.8214Q239.67609 512.8214 240.33234 513.71204Q240.98859 514.58704 241.00421 516.4308L241.00421 517.83704ZM239.91046 516.35266Q239.91046 514.97766 239.51984 514.35266Q239.14484 513.71204 238.30109 513.71204Q237.47296 513.71204 237.08234 514.35266Q236.70734 514.97766 236.70734 516.27454L236.70734 518.0089Q236.70734 519.3839 237.09796 520.0558Q237.50421 520.71204 238.31671 520.71204Q239.11359 520.71204 239.50421 520.08704Q239.89484 519.46204 239.91046 518.1339L239.91046 516.35266ZM246.20734 521.47766L245.12921 521.47766L245.12921 514.2589L242.94171 515.0558L242.94171 514.0714L246.05109 512.89954L246.20734 512.89954L246.20734 521.47766ZM253.91046 512.9464L253.91046 513.85266L253.70734 513.85266Q252.44171 513.8839 251.69171 514.6183Q250.94171 515.33704 250.81671 516.64954Q251.50421 515.8839 252.66046 515.8839Q253.76984 515.8839 254.44171 516.66516Q255.11359 517.4464 255.11359 518.6964Q255.11359 520.0089 254.39484 520.8058Q253.67609 521.60266 252.45734 521.60266Q251.23859 521.60266 250.47296 520.66516Q249.72296 519.71204 249.72296 518.22766L249.72296 517.8214Q249.72296 515.46204 250.72296 514.21204Q251.72296 512.96204 253.70734 512.9464L253.91046 512.9464ZM252.48859 516.79016Q251.92609 516.79016 251.45734 517.1183Q250.98859 517.4464 250.80109 517.96204L250.80109 518.35266Q250.80109 519.41516 251.26984 520.0558Q251.75421 520.6964 252.45734 520.6964Q253.19171 520.6964 253.61359 520.16516Q254.03546 519.6183 254.03546 518.7433Q254.03546 517.8683 253.61359 517.33704Q253.19171 516.79016 252.48859 516.79016Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M271.9417 511.9777C271.9417 511.42538 272.38943 510.9777 272.9417 510.9777L282.9417 510.9777C283.494 510.9777 283.9417 511.42538 283.9417 511.9777L283.9417 521.97766C283.9417 522.52997 283.494 522.97766 282.9417 522.97766L272.9417 522.97766C272.38943 522.97766 271.9417 522.52997 271.9417 521.97766Z" fill-rule="nonzero"/><path fill="#666666" d="M298.2386 521.47766L292.64484 521.47766L292.64484 520.6964L295.59796 517.41516Q296.2542 516.66516 296.5042 516.21204Q296.7542 515.7433 296.7542 515.2433Q296.7542 514.5714 296.34796 514.14954Q295.95734 513.71204 295.26984 513.71204Q294.47296 513.71204 294.01984 514.1808Q293.5667 514.6339 293.5667 515.46204L292.4886 515.46204Q292.4886 514.27454 293.2386 513.5558Q294.0042 512.8214 295.26984 512.8214Q296.47296 512.8214 297.16046 513.4464Q297.84796 514.0714 297.84796 515.1183Q297.84796 516.3683 296.2386 518.1183L293.95734 520.58704L298.2386 520.58704L298.2386 521.47766ZM305.0042 517.83704Q305.0042 519.7433 304.34796 520.6808Q303.70734 521.60266 302.3167 521.60266Q300.95734 521.60266 300.3011 520.6964Q299.64484 519.79016 299.6136 517.97766L299.6136 516.54016Q299.6136 514.64954 300.2542 513.7433Q300.91046 512.8214 302.3011 512.8214Q303.6761 512.8214 304.33234 513.71204Q304.9886 514.58704 305.0042 516.4308L305.0042 517.83704ZM303.91046 516.35266Q303.91046 514.97766 303.51984 514.35266Q303.14484 513.71204 302.3011 513.71204Q301.47296 513.71204 301.08234 514.35266Q300.70734 514.97766 300.70734 516.27454L300.70734 518.0089Q300.70734 519.3839 301.09796 520.0558Q301.5042 520.71204 302.3167 520.71204Q303.1136 520.71204 303.5042 520.08704Q303.89484 519.46204 303.91046 518.1339L303.91046 516.35266ZM310.20734 521.47766L309.1292 521.47766L309.1292 514.2589L306.9417 515.0558L306.9417 514.0714L310.0511 512.89954L310.20734 512.89954L310.20734 521.47766ZM319.16046 513.5558L315.6292 521.47766L314.4886 521.47766L318.0042 513.83704L313.39484 513.83704L313.39484 512.9464L319.16046 512.9464L319.16046 513.5558Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M335.9417 511.9777C335.9417 511.42538 336.38943 510.9777 336.9417 510.9777L346.9417 510.9777C347.494 510.9777 347.9417 511.42538 347.9417 511.9777L347.9417 521.97766C347.9417 522.52997 347.494 522.97766 346.9417 522.97766L336.9417 522.97766C336.38943 522.97766 335.9417 522.52997 335.9417 521.97766Z" fill-rule="nonzero"/><path fill="#666666" d="M362.2386 521.47766L356.64484 521.47766L356.64484 520.6964L359.59796 517.41516Q360.2542 516.66516 360.5042 516.21204Q360.7542 515.7433 360.7542 515.2433Q360.7542 514.5714 360.34796 514.14954Q359.95734 513.71204 359.26984 513.71204Q358.47296 513.71204 358.01984 514.1808Q357.5667 514.6339 357.5667 515.46204L356.4886 515.46204Q356.4886 514.27454 357.2386 513.5558Q358.0042 512.8214 359.26984 512.8214Q360.47296 512.8214 361.16046 513.4464Q361.84796 514.0714 361.84796 515.1183Q361.84796 516.3683 360.2386 518.1183L357.95734 520.58704L362.2386 520.58704L362.2386 521.47766ZM369.0042 517.83704Q369.0042 519.7433 368.34796 520.6808Q367.70734 521.60266 366.3167 521.60266Q364.95734 521.60266 364.3011 520.6964Q363.64484 519.79016 363.6136 517.97766L363.6136 516.54016Q363.6136 514.64954 364.2542 513.7433Q364.91046 512.8214 366.3011 512.8214Q367.6761 512.8214 368.33234 513.71204Q368.9886 514.58704 369.0042 516.4308L369.0042 517.83704ZM367.91046 516.35266Q367.91046 514.97766 367.51984 514.35266Q367.14484 513.71204 366.3011 513.71204Q365.47296 513.71204 365.08234 514.35266Q364.70734 514.97766 364.70734 516.27454L364.70734 518.0089Q364.70734 519.3839 365.09796 520.0558Q365.5042 520.71204 366.3167 520.71204Q367.1136 520.71204 367.5042 520.08704Q367.89484 519.46204 367.91046 518.1339L367.91046 516.35266ZM374.20734 521.47766L373.1292 521.47766L373.1292 514.2589L370.9417 515.0558L370.9417 514.0714L374.0511 512.89954L374.20734 512.89954L374.20734 521.47766ZM382.83234 515.16516Q382.83234 515.8058 382.4886 516.3058Q382.14484 516.8058 381.58234 517.08704Q382.2386 517.3683 382.6292 517.9308Q383.01984 518.47766 383.01984 519.1808Q383.01984 520.27454 382.26984 520.9464Q381.53546 521.60266 380.3167 521.60266Q379.08234 521.60266 378.33234 520.9464Q377.59796 520.27454 377.59796 519.1808Q377.59796 518.47766 377.97296 517.9308Q378.34796 517.3683 379.01984 517.08704Q378.45734 516.8058 378.1292 516.3058Q377.8011 515.8058 377.8011 515.16516Q377.8011 514.08704 378.4886 513.46204Q379.1761 512.8214 380.3167 512.8214Q381.4417 512.8214 382.1292 513.46204Q382.83234 514.08704 382.83234 515.16516ZM381.9417 519.14954Q381.9417 518.4308 381.4886 517.9933Q381.03546 517.54016 380.3011 517.54016Q379.5667 517.54016 379.1136 517.9933Q378.6761 518.4308 378.6761 519.16516Q378.6761 519.8839 379.1136 520.3058Q379.5511 520.71204 380.3167 520.71204Q381.0667 520.71204 381.5042 520.29016Q381.9417 519.8683 381.9417 519.14954ZM380.3167 513.71204Q379.6761 513.71204 379.26984 514.1183Q378.8792 514.5089 378.8792 515.1964Q378.8792 515.83704 379.26984 516.2433Q379.66046 516.64954 380.3011 516.64954Q380.95734 516.64954 381.34796 516.2433Q381.7386 515.83704 381.7386 515.1964Q381.7386 514.54016 381.33234 514.1339Q380.9261 513.71204 380.3167 513.71204Z" fill-rule="nonzero"/><path fill="#00add8" d="M399.9417 511.9777C399.9417 511.42538 400.38943 510.9777 400.9417 510.9777L410.9417 510.9777C411.494 510.9777 411.9417 511.42538 411.9417 511.9777L411.9417 521.97766C411.9417 522.52997 411.494 522.97766 410.9417 522.97766L400.9417 522.97766C400.38943 522.97766 399.9417 522.52997 399.9417 521.97766Z" fill-rule="nonzero"/><path fill="#666666" d="M426.2386 521.47766L420.64484 521.47766L420.64484 520.6964L423.59796 517.41516Q424.2542 516.66516 424.5042 516.21204Q424.7542 515.7433 424.7542 515.2433Q424.7542 514.5714 424.34796 514.14954Q423.95734 513.71204 423.26984 513.71204Q422.47296 513.71204 422.01984 514.1808Q421.5667 514.6339 421.5667 515.46204L420.4886 515.46204Q420.4886 514.27454 421.2386 513.5558Q422.0042 512.8214 423.26984 512.8214Q424.47296 512.8214 425.16046 513.4464Q425.84796 514.0714 425.84796 515.1183Q425.84796 516.3683 424.2386 518.1183L421.95734 520.58704L426.2386 520.58704L426.2386 521.47766ZM433.0042 517.83704Q433.0042 519.7433 432.34796 520.6808Q431.70734 521.60266 430.3167 521.60266Q428.95734 521.60266 428.3011 520.6964Q427.64484 519.79016 427.6136 517.97766L427.6136 516.54016Q427.6136 514.64954 428.2542 513.7433Q428.91046 512.8214 430.3011 512.8214Q431.6761 512.8214 432.33234 513.71204Q432.9886 514.58704 433.0042 516.4308L433.0042 517.83704ZM431.91046 516.35266Q431.91046 514.97766 431.51984 514.35266Q431.14484 513.71204 430.3011 513.71204Q429.47296 513.71204 429.08234 514.35266Q428.70734 514.97766 428.70734 516.27454L428.70734 518.0089Q428.70734 519.3839 429.09796 520.0558Q429.5042 520.71204 430.3167 520.71204Q431.1136 520.71204 431.5042 520.08704Q431.89484 519.46204 431.91046 518.1339L431.91046 516.35266ZM438.20734 521.47766L437.1292 521.47766L437.1292 514.2589L434.9417 515.0558L434.9417 514.0714L438.0511 512.89954L438.20734 512.89954L438.20734 521.47766ZM445.8011 517.72766Q445.47296 518.1339 444.9886 518.3839Q444.51984 518.6183 443.95734 518.6183Q443.22296 518.6183 442.6761 518.2589Q442.1292 517.89954 441.83234 517.2433Q441.53546 516.5714 441.53546 515.77454Q441.53546 514.9308 441.84796 514.2433Q442.1761 513.5558 442.76984 513.1964Q443.3792 512.8214 444.1761 512.8214Q445.4417 512.8214 446.16046 513.77454Q446.89484 514.72766 446.89484 516.35266L446.89484 516.66516Q446.89484 519.16516 445.91046 520.3058Q444.9261 521.4464 442.9417 521.47766L442.72296 521.47766L442.72296 520.5714L442.95734 520.5714Q444.3011 520.54016 445.01984 519.8683Q445.7386 519.1964 445.8011 517.72766ZM444.1292 517.72766Q444.6761 517.72766 445.1292 517.39954Q445.59796 517.0558 445.8167 516.5714L445.8167 516.1339Q445.8167 515.0714 445.34796 514.39954Q444.8792 513.72766 444.1761 513.72766Q443.45734 513.72766 443.01984 514.27454Q442.59796 514.8214 442.59796 515.72766Q442.59796 516.60266 443.0042 517.16516Q443.4261 517.72766 444.1292 517.72766ZM451.72296 518.0089Q451.72296 516.6964 452.0667 515.47766Q452.4261 514.2589 453.1292 513.2589Q453.83234 512.2589 454.59796 511.85266L454.8167 512.5714Q453.95734 513.22766 453.41046 514.5714Q452.8636 515.91516 452.8167 517.58704L452.8011 518.08704Q452.8011 520.35266 453.6292 522.0089Q454.1292 523.0089 454.8167 523.5714L454.59796 524.22766Q453.8167 523.8058 453.09796 522.77454Q451.72296 520.79016 451.72296 518.0089ZM456.78546 515.1339L456.8167 515.9308Q457.5511 515.02454 458.72296 515.02454Q460.7386 515.02454 460.7542 517.29016L460.7542 521.47766L459.66046 521.47766L459.66046 517.27454Q459.66046 516.60266 459.34796 516.27454Q459.0511 515.9464 458.39484 515.9464Q457.8636 515.9464 457.45734 516.22766Q457.0667 516.5089 456.84796 516.96204L456.84796 521.47766L455.76984 521.47766L455.76984 515.1339L456.78546 515.1339ZM467.72296 516.71204L462.83234 516.71204L462.83234 515.7589L467.72296 515.7589L467.72296 516.71204ZM467.72296 519.1339L462.83234 519.1339L462.83234 518.1964L467.72296 518.1964L467.72296 519.1339ZM474.83234 515.16516Q474.83234 515.8058 474.4886 516.3058Q474.14484 516.8058 473.58234 517.08704Q474.2386 517.3683 474.6292 517.9308Q475.01984 518.47766 475.01984 519.1808Q475.01984 520.27454 474.26984 520.9464Q473.53546 521.60266 472.3167 521.60266Q471.08234 521.60266 470.33234 520.9464Q469.59796 520.27454 469.59796 519.1808Q469.59796 518.47766 469.97296 517.9308Q470.34796 517.3683 471.01984 517.08704Q470.45734 516.8058 470.1292 516.3058Q469.8011 515.8058 469.8011 515.16516Q469.8011 514.08704 470.4886 513.46204Q471.1761 512.8214 472.3167 512.8214Q473.4417 512.8214 474.1292 513.46204Q474.83234 514.08704 474.83234 515.16516ZM473.9417 519.14954Q473.9417 518.4308 473.4886 517.9933Q473.03546 517.54016 472.3011 517.54016Q471.5667 517.54016 471.1136 517.9933Q470.6761 518.4308 470.6761 519.16516Q470.6761 519.8839 471.1136 520.3058Q471.5511 520.71204 472.3167 520.71204Q473.0667 520.71204 473.5042 520.29016Q473.9417 519.8683 473.9417 519.14954ZM472.3167 513.71204Q471.6761 513.71204 471.26984 514.1183Q470.8792 514.5089 470.8792 515.1964Q470.8792 515.83704 471.26984 516.2433Q471.66046 516.64954 472.3011 516.64954Q472.95734 516.64954 473.34796 516.2433Q473.7386 515.83704 473.7386 515.1964Q473.7386 514.54016 473.33234 514.1339Q472.9261 513.71204 472.3167 513.71204ZM476.72296 523.1808L476.1136 522.7589Q476.66046 521.9933 476.6917 521.16516L476.6917 520.1964L477.7542 520.1964L477.7542 521.04016Q477.7542 521.6339 477.45734 522.22766Q477.16046 522.8214 476.72296 523.1808ZM483.83234 515.16516Q483.83234 515.8058 483.4886 516.3058Q483.14484 516.8058 482.58234 517.08704Q483.2386 517.3683 483.6292 517.9308Q484.01984 518.47766 484.01984 519.1808Q484.01984 520.27454 483.26984 520.9464Q482.53546 521.60266 481.3167 521.60266Q480.08234 521.60266 479.33234 520.9464Q478.59796 520.27454 478.59796 519.1808Q478.59796 518.47766 478.97296 517.9308Q479.34796 517.3683 480.01984 517.08704Q479.45734 516.8058 479.1292 516.3058Q478.8011 515.8058 478.8011 515.16516Q478.8011 514.08704 479.4886 513.46204Q480.1761 512.8214 481.3167 512.8214Q482.4417 512.8214 483.1292 513.46204Q483.83234 514.08704 483.83234 515.16516ZM482.9417 519.14954Q482.9417 518.4308 482.4886 517.9933Q482.03546 517.54016 481.3011 517.54016Q480.5667 517.54016 480.1136 517.9933Q479.6761 518.4308 479.6761 519.16516Q479.6761 519.8839 480.1136 520.3058Q480.5511 520.71204 481.3167 520.71204Q482.0667 520.71204 482.5042 520.29016Q482.9417 519.8683 482.9417 519.14954ZM481.3167 513.71204Q480.6761 513.71204 480.26984 514.1183Q479.8792 514.5089 479.8792 515.1964Q479.8792 515.83704 480.26984 516.2433Q480.66046 516.64954 481.3011 516.64954Q481.95734 516.64954 482.34796 516.2433Q482.7386 515.83704 482.7386 515.1964Q482.7386 514.54016 482.33234 514.1339Q481.9261 513.71204 481.3167 513.71204ZM491.16046 513.5558L487.6292 521.47766L486.4886 521.47766L490.0042 513.83704L485.39484 513.83704L485.39484 512.9464L491.16046 512.9464L491.16046 513.5558ZM493.14484 517.1964L493.58234 512.9464L497.95734 512.9464L497.95734 513.9464L494.5042 513.9464L494.2386 516.27454Q494.8792 515.89954 495.6761 515.89954Q496.83234 515.89954 497.51984 516.6808Q498.20734 517.4464 498.20734 518.7589Q498.20734 520.0714 497.4886 520.83704Q496.78546 521.60266 495.5042 521.60266Q494.3792 521.60266 493.66046 520.97766Q492.9417 520.33704 492.84796 519.22766L493.8636 519.22766Q493.97296 519.96204 494.39484 520.33704Q494.8167 520.71204 495.5042 520.71204Q496.2542 520.71204 496.6917 520.1964Q497.1292 519.6808 497.1292 518.77454Q497.1292 517.91516 496.66046 517.39954Q496.1917 516.8839 495.41046 516.8839Q494.70734 516.8839 494.3011 517.1808L494.01984 517.41516L493.14484 517.1964ZM502.26984 518.0714Q502.26984 519.3839 501.9261 520.58704Q501.58234 521.77454 500.8636 522.79016Q500.16046 523.8058 499.39484 524.22766L499.16046 523.5714Q500.0667 522.8839 500.6136 521.4308Q501.16046 519.96204 501.1761 518.1964L501.1761 518.0089Q501.1761 516.77454 500.91046 515.71204Q500.66046 514.64954 500.1917 513.8214Q499.7386 512.97766 499.16046 512.5089L499.39484 511.85266Q500.16046 512.27454 500.8636 513.27454Q501.5667 514.27454 501.91046 515.4933Q502.26984 516.6964 502.26984 518.0714Z" fill-rule="nonzero"/><path fill="#999999" d="M26.790344 53.41673Q26.790344 52.10423 27.134094 50.88548Q27.49347 49.66673 28.196594 48.66673Q28.89972 47.66673 29.665344 47.26048L29.884094 47.97923Q29.02472 48.63548 28.477844 49.97923Q27.93097 51.32298 27.884094 52.994854L27.86847 53.494854Q27.86847 55.76048 28.696594 57.41673Q29.196594 58.41673 29.884094 58.97923L29.665344 59.63548Q28.884094 59.213604 28.165344 58.182354Q26.790344 56.19798 26.790344 53.41673ZM34.52472 55.19798Q34.52472 54.76048 34.18097 54.526104Q33.852844 54.276104 33.02472 54.10423Q32.21222 53.932354 31.727844 53.682354Q31.24347 53.432354 31.009094 53.10423Q30.790344 52.76048 30.790344 52.29173Q30.790344 51.51048 31.446594 50.97923Q32.102844 50.432354 33.134094 50.432354Q34.21222 50.432354 34.86847 50.994854Q35.540344 51.54173 35.540344 52.401104L34.46222 52.401104Q34.46222 51.963604 34.071594 51.651104Q33.696594 51.32298 33.134094 51.32298Q32.540344 51.32298 32.196594 51.588604Q31.86847 51.838604 31.86847 52.244854Q31.86847 52.63548 32.18097 52.838604Q32.49347 53.04173 33.30597 53.22923Q34.11847 53.401104 34.61847 53.651104Q35.11847 53.901104 35.352844 54.26048Q35.602844 54.619854 35.602844 55.119854Q35.602844 55.97923 34.915344 56.494854Q34.24347 57.01048 33.165344 57.01048Q32.39972 57.01048 31.80597 56.744854Q31.227844 56.463604 30.89972 55.97923Q30.571594 55.494854 30.571594 54.932354L31.64972 54.932354Q31.68097 55.47923 32.08722 55.807354Q32.49347 56.119854 33.165344 56.119854Q33.77472 56.119854 34.14972 55.869854Q34.52472 55.619854 34.52472 55.19798ZM39.46222 57.01048Q38.165344 57.01048 37.352844 56.16673Q36.55597 55.307354 36.55597 53.88548L36.55597 53.69798Q36.55597 52.744854 36.915344 52.01048Q37.27472 51.26048 37.915344 50.85423Q38.571594 50.432354 39.321594 50.432354Q40.55597 50.432354 41.24347 51.244854Q41.93097 52.057354 41.93097 53.57298L41.93097 54.026104L37.634094 54.026104Q37.665344 54.963604 38.18097 55.54173Q38.71222 56.119854 39.52472 56.119854Q40.08722 56.119854 40.477844 55.88548Q40.884094 55.651104 41.196594 55.26048L41.852844 55.776104Q41.05597 57.01048 39.46222 57.01048ZM39.321594 51.32298Q38.665344 51.32298 38.21222 51.807354Q37.77472 52.276104 37.68097 53.13548L40.852844 53.13548L40.852844 53.057354Q40.80597 52.22923 40.39972 51.776104Q40.009094 51.32298 39.321594 51.32298ZM44.009094 56.88548L42.93097 56.88548L42.93097 47.88548L44.009094 47.88548L44.009094 56.88548ZM48.46222 57.01048Q47.165344 57.01048 46.352844 56.16673Q45.55597 55.307354 45.55597 53.88548L45.55597 53.69798Q45.55597 52.744854 45.915344 52.01048Q46.27472 51.26048 46.915344 50.85423Q47.571594 50.432354 48.321594 50.432354Q49.55597 50.432354 50.24347 51.244854Q50.93097 52.057354 50.93097 53.57298L50.93097 54.026104L46.634094 54.026104Q46.665344 54.963604 47.18097 55.54173Q47.71222 56.119854 48.52472 56.119854Q49.08722 56.119854 49.477844 55.88548Q49.884094 55.651104 50.196594 55.26048L50.852844 55.776104Q50.05597 57.01048 48.46222 57.01048ZM48.321594 51.32298Q47.665344 51.32298 47.21222 51.807354Q46.77472 52.276104 46.68097 53.13548L49.852844 53.13548L49.852844 53.057354Q49.80597 52.22923 49.39972 51.776104Q49.009094 51.32298 48.321594 51.32298ZM54.36847 56.119854Q54.946594 56.119854 55.384094 55.776104Q55.821594 55.41673 55.86847 54.88548L56.89972 54.88548Q56.86847 55.432354 56.509094 55.932354Q56.165344 56.41673 55.58722 56.713604Q55.02472 57.01048 54.36847 57.01048Q53.071594 57.01048 52.30597 56.151104Q51.55597 55.276104 51.55597 53.776104L51.55597 53.588604Q51.55597 52.66673 51.884094 51.94798Q52.227844 51.22923 52.852844 50.838604Q53.49347 50.432354 54.36847 50.432354Q55.43097 50.432354 56.134094 51.07298Q56.852844 51.69798 56.89972 52.72923L55.86847 52.72923Q55.821594 52.10423 55.39972 51.713604Q54.977844 51.32298 54.36847 51.32298Q53.540344 51.32298 53.08722 51.91673Q52.634094 52.51048 52.634094 53.63548L52.634094 53.838604Q52.634094 54.932354 53.08722 55.526104Q53.540344 56.119854 54.36847 56.119854ZM59.30597 49.01048L59.30597 50.54173L60.477844 50.54173L60.477844 51.38548L59.30597 51.38548L59.30597 55.307354Q59.30597 55.69798 59.46222 55.88548Q59.61847 56.07298 59.99347 56.07298Q60.18097 56.07298 60.509094 56.01048L60.509094 56.88548Q60.08722 57.01048 59.68097 57.01048Q58.96222 57.01048 58.58722 56.57298Q58.21222 56.119854 58.21222 55.307354L58.21222 51.38548L57.05597 51.38548L57.05597 50.54173L58.21222 50.54173L58.21222 49.01048L59.30597 49.01048ZM68.74347 56.88548Q68.64972 56.69798 68.58722 56.213604Q67.83722 57.01048 66.790344 57.01048Q65.852844 57.01048 65.24347 56.47923Q64.64972 55.94798 64.64972 55.119854Q64.64972 54.13548 65.39972 53.588604Q66.14972 53.04173 67.52472 53.04173L68.571594 53.04173L68.571594 52.54173Q68.571594 51.97923 68.227844 51.651104Q67.89972 51.307354 67.227844 51.307354Q66.64972 51.307354 66.259094 51.60423Q65.86847 51.88548 65.86847 52.307354L64.77472 52.307354Q64.77472 51.82298 65.102844 51.38548Q65.446594 50.94798 66.02472 50.69798Q66.602844 50.432354 67.290344 50.432354Q68.39972 50.432354 69.009094 50.97923Q69.634094 51.526104 69.665344 52.47923L69.665344 55.401104Q69.665344 56.276104 69.884094 56.79173L69.884094 56.88548L68.74347 56.88548ZM66.946594 56.057354Q67.46222 56.057354 67.915344 55.79173Q68.36847 55.526104 68.571594 55.10423L68.571594 53.807354L67.727844 53.807354Q65.727844 53.807354 65.727844 54.97923Q65.727844 55.47923 66.071594 55.776104Q66.415344 56.057354 66.946594 56.057354ZM73.009094 56.88548L71.93097 56.88548L71.93097 47.88548L73.009094 47.88548L73.009094 56.88548ZM76.009094 56.88548L74.93097 56.88548L74.93097 47.88548L76.009094 47.88548L76.009094 56.88548ZM82.30597 49.01048L82.30597 50.54173L83.477844 50.54173L83.477844 51.38548L82.30597 51.38548L82.30597 55.307354Q82.30597 55.69798 82.46222 55.88548Q82.61847 56.07298 82.99347 56.07298Q83.18097 56.07298 83.509094 56.01048L83.509094 56.88548Q83.08722 57.01048 82.68097 57.01048Q81.96222 57.01048 81.58722 56.57298Q81.21222 56.119854 81.21222 55.307354L81.21222 51.38548L80.05597 51.38548L80.05597 50.54173L81.21222 50.54173L81.21222 49.01048L82.30597 49.01048ZM85.915344 51.307354Q86.634094 50.432354 87.790344 50.432354Q89.80597 50.432354 89.821594 52.69798L89.821594 56.88548L88.727844 56.88548L88.727844 52.682354Q88.727844 52.01048 88.415344 51.682354Q88.11847 51.35423 87.46222 51.35423Q86.93097 51.35423 86.52472 51.63548Q86.134094 51.91673 85.915344 52.369854L85.915344 56.88548L84.83722 56.88548L84.83722 47.88548L85.915344 47.88548L85.915344 51.307354ZM95.74347 56.88548Q95.64972 56.69798 95.58722 56.213604Q94.83722 57.01048 93.790344 57.01048Q92.852844 57.01048 92.24347 56.47923Q91.64972 55.94798 91.64972 55.119854Q91.64972 54.13548 92.39972 53.588604Q93.14972 53.04173 94.52472 53.04173L95.571594 53.04173L95.571594 52.54173Q95.571594 51.97923 95.227844 51.651104Q94.89972 51.307354 94.227844 51.307354Q93.64972 51.307354 93.259094 51.60423Q92.86847 51.88548 92.86847 52.307354L91.77472 52.307354Q91.77472 51.82298 92.102844 51.38548Q92.446594 50.94798 93.02472 50.69798Q93.602844 50.432354 94.290344 50.432354Q95.39972 50.432354 96.009094 50.97923Q96.634094 51.526104 96.665344 52.47923L96.665344 55.401104Q96.665344 56.276104 96.884094 56.79173L96.884094 56.88548L95.74347 56.88548ZM93.946594 56.057354Q94.46222 56.057354 94.915344 55.79173Q95.36847 55.526104 95.571594 55.10423L95.571594 53.807354L94.727844 53.807354Q92.727844 53.807354 92.727844 54.97923Q92.727844 55.47923 93.071594 55.776104Q93.415344 56.057354 93.946594 56.057354ZM100.30597 49.01048L100.30597 50.54173L101.477844 50.54173L101.477844 51.38548L100.30597 51.38548L100.30597 55.307354Q100.30597 55.69798 100.46222 55.88548Q100.61847 56.07298 100.99347 56.07298Q101.18097 56.07298 101.509094 56.01048L101.509094 56.88548Q101.08722 57.01048 100.68097 57.01048Q99.96222 57.01048 99.58722 56.57298Q99.21222 56.119854 99.21222 55.307354L99.21222 51.38548L98.05597 51.38548L98.05597 50.54173L99.21222 50.54173L99.21222 49.01048L100.30597 49.01048ZM109.74347 56.88548Q109.64972 56.69798 109.58722 56.213604Q108.83722 57.01048 107.790344 57.01048Q106.852844 57.01048 106.24347 56.47923Q105.64972 55.94798 105.64972 55.119854Q105.64972 54.13548 106.39972 53.588604Q107.14972 53.04173 108.52472 53.04173L109.571594 53.04173L109.571594 52.54173Q109.571594 51.97923 109.227844 51.651104Q108.89972 51.307354 108.227844 51.307354Q107.64972 51.307354 107.259094 51.60423Q106.86847 51.88548 106.86847 52.307354L105.77472 52.307354Q105.77472 51.82298 106.102844 51.38548Q106.446594 50.94798 107.02472 50.69798Q107.602844 50.432354 108.290344 50.432354Q109.39972 50.432354 110.009094 50.97923Q110.634094 51.526104 110.665344 52.47923L110.665344 55.401104Q110.665344 56.276104 110.884094 56.79173L110.884094 56.88548L109.74347 56.88548ZM107.946594 56.057354Q108.46222 56.057354 108.915344 55.79173Q109.36847 55.526104 109.571594 55.10423L109.571594 53.807354L108.727844 53.807354Q106.727844 53.807354 106.727844 54.97923Q106.727844 55.47923 107.071594 55.776104Q107.415344 56.057354 107.946594 56.057354ZM118.18097 53.79173Q118.18097 55.22923 117.52472 56.119854Q116.86847 57.01048 115.727844 57.01048Q114.571594 57.01048 113.915344 56.276104L113.915344 59.32298L112.83722 59.32298L112.83722 50.54173L113.821594 50.54173L113.86847 51.244854Q114.540344 50.432354 115.71222 50.432354Q116.852844 50.432354 117.509094 51.29173Q118.18097 52.151104 118.18097 53.682354L118.18097 53.79173ZM117.102844 53.66673Q117.102844 52.588604 116.634094 51.97923Q116.18097 51.35423 115.384094 51.35423Q114.39972 51.35423 113.915344 52.213604L113.915344 55.244854Q114.39972 56.119854 115.39972 56.119854Q116.18097 56.119854 116.634094 55.51048Q117.102844 54.88548 117.102844 53.66673ZM125.18097 53.79173Q125.18097 55.22923 124.52472 56.119854Q123.86847 57.01048 122.727844 57.01048Q121.571594 57.01048 120.915344 56.276104L120.915344 59.32298L119.83722 59.32298L119.83722 50.54173L120.821594 50.54173L120.86847 51.244854Q121.540344 50.432354 122.71222 50.432354Q123.852844 50.432354 124.509094 51.29173Q125.18097 52.151104 125.18097 53.682354L125.18097 53.79173ZM124.102844 53.66673Q124.102844 52.588604 123.634094 51.97923Q123.18097 51.35423 122.384094 51.35423Q121.39972 51.35423 120.915344 52.213604L120.915344 55.244854Q121.39972 56.119854 122.39972 56.119854Q123.18097 56.119854 123.634094 55.51048Q124.102844 54.88548 124.102844 53.66673ZM128.0091 56.88548L126.93097 56.88548L126.93097 47.88548L128.0091 47.88548L128.0091 56.88548ZM131.89972 55.29173L133.3841 50.54173L134.54034 50.54173L131.99347 57.869854Q131.39972 59.44798 130.11847 59.44798L129.89972 59.432354L129.5091 59.35423L129.5091 58.47923L129.79034 58.494854Q130.35284 58.494854 130.64972 58.276104Q130.96222 58.057354 131.16534 57.463604L131.39972 56.807354L129.1341 50.54173L130.3216 50.54173L131.89972 55.29173ZM138.33722 53.47923Q138.33722 54.79173 137.99347 55.994854Q137.64972 57.182354 136.93097 58.19798Q136.22784 59.213604 135.46222 59.63548L135.22784 58.97923Q136.1341 58.29173 136.68097 56.838604Q137.22784 55.369854 137.24347 53.60423L137.24347 53.41673Q137.24347 52.182354 136.97784 51.119854Q136.72784 50.057354 136.2591 49.22923Q135.80597 48.38548 135.22784 47.91673L135.46222 47.26048Q136.22784 47.682354 136.93097 48.682354Q137.6341 49.682354 137.97784 50.901104Q138.33722 52.10423 138.33722 53.47923Z" fill-rule="nonzero"/><path fill="#666666" d="M34.040344 26.760479L30.83722 26.760479L30.83722 35.63548L29.540344 35.63548L29.540344 26.760479L26.33722 26.760479L26.33722 25.682354L34.040344 25.682354L34.040344 26.760479ZM36.227844 29.135479Q37.071594 28.104229 38.415344 28.104229Q40.759094 28.104229 40.790344 30.744854L40.790344 35.63548L39.52472 35.63548L39.52472 30.744854Q39.509094 29.947979 39.14972 29.572979Q38.790344 29.182354 38.040344 29.182354Q37.415344 29.182354 36.946594 29.510479Q36.49347 29.838604 36.227844 30.369854L36.227844 35.63548L34.96222 35.63548L34.96222 25.135479L36.227844 25.135479L36.227844 29.135479ZM46.040344 35.776104Q44.52472 35.776104 43.58722 34.79173Q42.64972 33.79173 42.64972 32.13548L42.64972 31.916729Q42.64972 30.807354 43.071594 29.947979Q43.49347 29.072979 44.24347 28.588604Q44.99347 28.104229 45.884094 28.104229Q47.321594 28.104229 48.11847 29.057354Q48.915344 29.994854 48.915344 31.776104L48.915344 32.29173L43.915344 32.29173Q43.93097 33.38548 44.540344 34.07298Q45.165344 34.744854 46.102844 34.744854Q46.77472 34.744854 47.227844 34.47923Q47.696594 34.19798 48.05597 33.744854L48.821594 34.338604Q47.89972 35.776104 46.040344 35.776104ZM45.884094 29.135479Q45.11847 29.135479 44.58722 29.697979Q44.071594 30.260479 43.946594 31.260479L47.64972 31.260479L47.64972 31.166729Q47.602844 30.197979 47.134094 29.666729Q46.665344 29.135479 45.884094 29.135479ZM53.58722 35.63548L53.58722 29.213604L52.415344 29.213604L52.415344 28.244854L53.58722 28.244854L53.58722 27.479229Q53.58722 26.291729 54.21222 25.651104Q54.852844 24.994854 56.02472 24.994854Q56.46222 24.994854 56.884094 25.104229L56.821594 26.135479Q56.49347 26.072979 56.134094 26.072979Q55.52472 26.072979 55.18097 26.432354Q54.852844 26.791729 54.852844 27.463604L54.852844 28.244854L56.43097 28.244854L56.43097 29.213604L54.852844 29.213604L54.852844 35.63548L53.58722 35.63548ZM57.634094 31.869854Q57.634094 30.776104 58.05597 29.916729Q58.49347 29.041729 59.24347 28.572979Q60.009094 28.104229 60.99347 28.104229Q62.49347 28.104229 63.43097 29.151104Q64.36847 30.197979 64.36847 31.932354L64.36847 32.026104Q64.36847 33.10423 63.946594 33.963604Q63.540344 34.807354 62.759094 35.29173Q61.99347 35.776104 61.009094 35.776104Q59.49347 35.776104 58.55597 34.72923Q57.634094 33.682354 57.634094 31.963604L57.634094 31.869854ZM58.89972 32.026104Q58.89972 33.244854 59.46222 33.994854Q60.040344 34.744854 61.009094 34.744854Q61.96222 34.744854 62.52472 33.994854Q63.102844 33.22923 63.102844 31.869854Q63.102844 30.651104 62.52472 29.901104Q61.946594 29.135479 60.99347 29.135479Q60.05597 29.135479 59.477844 29.885479Q58.89972 30.635479 58.89972 32.026104ZM67.33722 35.63548L66.071594 35.63548L66.071594 25.135479L67.33722 25.135479L67.33722 35.63548ZM70.33722 35.63548L69.071594 35.63548L69.071594 25.135479L70.33722 25.135479L70.33722 35.63548ZM71.634094 31.869854Q71.634094 30.776104 72.05597 29.916729Q72.49347 29.041729 73.24347 28.572979Q74.009094 28.104229 74.99347 28.104229Q76.49347 28.104229 77.43097 29.151104Q78.36847 30.197979 78.36847 31.932354L78.36847 32.026104Q78.36847 33.10423 77.946594 33.963604Q77.540344 34.807354 76.759094 35.29173Q75.99347 35.776104 75.009094 35.776104Q73.49347 35.776104 72.55597 34.72923Q71.634094 33.682354 71.634094 31.963604L71.634094 31.869854ZM72.89972 32.026104Q72.89972 33.244854 73.46222 33.994854Q74.040344 34.744854 75.009094 34.744854Q75.96222 34.744854 76.52472 33.994854Q77.102844 33.22923 77.102844 31.869854Q77.102844 30.651104 76.52472 29.901104Q75.946594 29.135479 74.99347 29.135479Q74.05597 29.135479 73.477844 29.885479Q72.89972 30.635479 72.89972 32.026104ZM86.509094 33.88548L87.93097 28.244854L89.196594 28.244854L87.05597 35.63548L86.02472 35.63548L84.227844 30.026104L82.477844 35.63548L81.446594 35.63548L79.30597 28.244854L80.55597 28.244854L82.02472 33.776104L83.74347 28.244854L84.759094 28.244854L86.509094 33.88548ZM92.33722 35.63548L91.071594 35.63548L91.071594 28.244854L92.33722 28.244854L92.33722 35.63548ZM90.977844 26.276104Q90.977844 25.963604 91.165344 25.760479Q91.352844 25.541729 91.71222 25.541729Q92.08722 25.541729 92.27472 25.760479Q92.477844 25.963604 92.477844 26.276104Q92.477844 26.588604 92.27472 26.791729Q92.08722 26.994854 91.71222 26.994854Q91.352844 26.994854 91.165344 26.791729Q90.977844 26.588604 90.977844 26.276104ZM95.165344 28.244854L95.196594 29.166729Q96.05597 28.104229 97.415344 28.104229Q99.759094 28.104229 99.790344 30.744854L99.790344 35.63548L98.52472 35.63548L98.52472 30.744854Q98.509094 29.947979 98.14972 29.572979Q97.790344 29.182354 97.040344 29.182354Q96.415344 29.182354 95.946594 29.510479Q95.49347 29.838604 95.227844 30.369854L95.227844 35.63548L93.96222 35.63548L93.96222 28.244854L95.165344 28.244854ZM101.665344 31.869854Q101.665344 30.151104 102.46222 29.135479Q103.259094 28.104229 104.58722 28.104229Q105.93097 28.104229 106.696594 29.057354L106.759094 28.244854L107.915344 28.244854L107.915344 35.463604Q107.915344 36.901104 107.05597 37.713604Q106.21222 38.54173 104.77472 38.54173Q103.977844 38.54173 103.21222 38.19798Q102.446594 37.869854 102.040344 37.276104L102.696594 36.51048Q103.509094 37.51048 104.68097 37.51048Q105.602844 37.51048 106.11847 36.994854Q106.64972 36.47923 106.64972 35.526104L106.64972 34.901104Q105.884094 35.776104 104.571594 35.776104Q103.27472 35.776104 102.46222 34.72923Q101.665344 33.682354 101.665344 31.869854ZM102.93097 32.026104Q102.93097 33.276104 103.446594 33.994854Q103.96222 34.69798 104.884094 34.69798Q106.08722 34.69798 106.64972 33.60423L106.64972 30.229229Q106.05597 29.182354 104.89972 29.182354Q103.977844 29.182354 103.446594 29.901104Q102.93097 30.604229 102.93097 32.026104ZM117.540344 35.63548Q117.43097 35.41673 117.352844 34.85423Q116.477844 35.776104 115.24347 35.776104Q114.14972 35.776104 113.446594 35.16673Q112.759094 34.54173 112.759094 33.588604Q112.759094 32.432354 113.634094 31.791729Q114.509094 31.151104 116.102844 31.151104L117.33722 31.151104L117.33722 30.572979Q117.33722 29.901104 116.93097 29.510479Q116.540344 29.119854 115.77472 29.119854Q115.08722 29.119854 114.634094 29.463604Q114.18097 29.807354 114.18097 30.291729L112.89972 30.291729Q112.89972 29.729229 113.290344 29.213604Q113.696594 28.697979 114.36847 28.401104Q115.040344 28.104229 115.83722 28.104229Q117.11847 28.104229 117.83722 28.744854Q118.571594 29.385479 118.602844 30.494854L118.602844 33.901104Q118.602844 34.91673 118.852844 35.526104L118.852844 35.63548L117.540344 35.63548ZM115.43097 34.66673Q116.02472 34.66673 116.55597 34.369854Q117.102844 34.057354 117.33722 33.557354L117.33722 32.04173L116.33722 32.04173Q114.02472 32.04173 114.02472 33.401104Q114.02472 33.994854 114.415344 34.338604Q114.80597 34.66673 115.43097 34.66673ZM127.21222 32.026104Q127.21222 33.713604 126.43097 34.744854Q125.665344 35.776104 124.352844 35.776104Q123.009094 35.776104 122.227844 34.91673L122.227844 38.47923L120.96222 38.47923L120.96222 28.244854L122.11847 28.244854L122.18097 29.057354Q122.96222 28.104229 124.33722 28.104229Q125.665344 28.104229 126.43097 29.104229Q127.21222 30.104229 127.21222 31.901104L127.21222 32.026104ZM125.946594 31.869854Q125.946594 30.619854 125.415344 29.901104Q124.884094 29.182354 123.946594 29.182354Q122.80597 29.182354 122.227844 30.197979L122.227844 33.72923Q122.80597 34.744854 123.96222 34.744854Q124.884094 34.744854 125.415344 34.026104Q125.946594 33.29173 125.946594 31.869854ZM135.21222 32.026104Q135.21222 33.713604 134.43097 34.744854Q133.66534 35.776104 132.35284 35.776104Q131.0091 35.776104 130.22784 34.91673L130.22784 38.47923L128.96222 38.47923L128.96222 28.244854L130.11847 28.244854L130.18097 29.057354Q130.96222 28.104229 132.33722 28.104229Q133.66534 28.104229 134.43097 29.104229Q135.21222 30.104229 135.21222 31.901104L135.21222 32.026104ZM133.9466 31.869854Q133.9466 30.619854 133.41534 29.901104Q132.8841 29.182354 131.9466 29.182354Q130.80597 29.182354 130.22784 30.197979L130.22784 33.72923Q130.80597 34.744854 131.96222 34.744854Q132.8841 34.744854 133.41534 34.026104Q133.9466 33.29173 133.9466 31.869854ZM138.33722 35.63548L137.0716 35.63548L137.0716 25.135479L138.33722 25.135479L138.33722 35.63548ZM142.3841 33.776104L144.10284 28.244854L145.46222 28.244854L142.49347 36.776104Q141.80597 38.619854 140.29034 38.619854L140.05597 38.60423L139.58722 38.51048L139.58722 37.494854L139.93097 37.51048Q140.5716 37.51048 140.93097 37.244854Q141.29034 36.994854 141.52472 36.307354L141.80597 35.557354L139.16534 28.244854L140.54034 28.244854L142.3841 33.776104ZM151.68097 26.447979L151.68097 28.244854L153.05597 28.244854L153.05597 29.213604L151.68097 29.213604L151.68097 33.807354Q151.68097 34.244854 151.86847 34.47923Q152.05597 34.69798 152.49347 34.69798Q152.71222 34.69798 153.10284 34.60423L153.10284 35.63548Q152.60284 35.776104 152.1341 35.776104Q151.27472 35.776104 150.83722 35.26048Q150.41534 34.744854 150.41534 33.807354L150.41534 29.213604L149.0716 29.213604L149.0716 28.244854L150.41534 28.244854L150.41534 26.447979L151.68097 26.447979ZM154.6341 31.869854Q154.6341 30.776104 155.05597 29.916729Q155.49347 29.041729 156.24347 28.572979Q157.0091 28.104229 157.99347 28.104229Q159.49347 28.104229 160.43097 29.151104Q161.36847 30.197979 161.36847 31.932354L161.36847 32.026104Q161.36847 33.10423 160.9466 33.963604Q160.54034 34.807354 159.7591 35.29173Q158.99347 35.776104 158.0091 35.776104Q156.49347 35.776104 155.55597 34.72923Q154.6341 33.682354 154.6341 31.963604L154.6341 31.869854ZM155.89972 32.026104Q155.89972 33.244854 156.46222 33.994854Q157.04034 34.744854 158.0091 34.744854Q158.96222 34.744854 159.52472 33.994854Q160.10284 33.22923 160.10284 31.869854Q160.10284 30.651104 159.52472 29.901104Q158.9466 29.135479 157.99347 29.135479Q157.05597 29.135479 156.47784 29.885479Q155.89972 30.635479 155.89972 32.026104ZM167.14972 28.244854L167.1966 29.057354Q168.0091 28.104229 169.3841 28.104229Q170.93097 28.104229 171.49347 29.291729Q171.86847 28.760479 172.46222 28.432354Q173.05597 28.104229 173.85284 28.104229Q176.29034 28.104229 176.33722 30.682354L176.33722 35.63548L175.0716 35.63548L175.0716 30.760479Q175.0716 29.963604 174.6966 29.572979Q174.33722 29.182354 173.49347 29.182354Q172.77472 29.182354 172.30597 29.604229Q171.85284 30.010479 171.77472 30.729229L171.77472 35.63548L170.5091 35.63548L170.5091 30.791729Q170.5091 29.182354 168.93097 29.182354Q167.68097 29.182354 167.22784 30.229229L167.22784 35.63548L165.96222 35.63548L165.96222 28.244854L167.14972 28.244854ZM181.04034 35.776104Q179.52472 35.776104 178.58722 34.79173Q177.64972 33.79173 177.64972 32.13548L177.64972 31.916729Q177.64972 30.807354 178.0716 29.947979Q178.49347 29.072979 179.24347 28.588604Q179.99347 28.104229 180.8841 28.104229Q182.3216 28.104229 183.11847 29.057354Q183.91534 29.994854 183.91534 31.776104L183.91534 32.29173L178.91534 32.29173Q178.93097 33.38548 179.54034 34.07298Q180.16534 34.744854 181.10284 34.744854Q181.77472 34.744854 182.22784 34.47923Q182.6966 34.19798 183.05597 33.744854L183.8216 34.338604Q182.89972 35.776104 181.04034 35.776104ZM180.8841 29.135479Q180.11847 29.135479 179.58722 29.697979Q179.0716 30.260479 178.9466 31.260479L182.64972 31.260479L182.64972 31.166729Q182.60284 30.197979 182.1341 29.666729Q181.66534 29.135479 180.8841 29.135479ZM184.99347 34.97923Q184.99347 34.651104 185.18097 34.432354Q185.3841 34.213604 185.77472 34.213604Q186.16534 34.213604 186.36847 34.432354Q186.5716 34.651104 186.5716 34.97923Q186.5716 35.29173 186.36847 35.51048Q186.16534 35.713604 185.77472 35.713604Q185.3841 35.713604 185.18097 35.51048Q184.99347 35.29173 184.99347 34.97923ZM184.99347 28.979229Q184.99347 28.651104 185.18097 28.432354Q185.3841 28.213604 185.77472 28.213604Q186.16534 28.213604 186.36847 28.432354Q186.5716 28.651104 186.5716 28.979229Q186.5716 29.291729 186.36847 29.510479Q186.16534 29.713604 185.77472 29.713604Q185.3841 29.713604 185.18097 29.510479Q184.99347 29.291729 184.99347 28.979229Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig5.svg b/_content/survey2019/fig5.svg
deleted file mode 100644
index 5cd8110..0000000
--- a/_content/survey2019/fig5.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 743.0 556.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="743" height="556" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L743.0 0L743.0 556.0L0 556.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M112.5 485.5L584.5 485.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M112.5 380.5L584.5 380.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M112.5 274.5L584.5 274.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M112.5 169.5L584.5 169.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M112.5 63.5L584.5 63.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M112.1379 63.5L584.9324 63.5L584.9324 485.77454L112.1379 485.77454L112.1379 63.5Z" clip-rule="nonzero"/></clipPath><path stroke="#666666" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 164.4576L230.33653 95.33444L309.13562 76.92491L387.9347 69.591545L466.73376 67.64503L545.53284 63.5" fill-rule="nonzero"/><path stroke="#4285f4" stroke-width="2.0" stroke-linecap="butt" clip-path="url(#id_0)" d="M151.53745 367.3435L230.33653 373.72977L309.13562 362.2043L387.9347 347.627L466.73376 311.68344L545.53284 230.34993" fill-rule="nonzero"/><path stroke="#ea4335" stroke-width="2.0" stroke-linecap="butt" clip-path="url(#id_0)" d="M151.53745 248.91249L230.33653 234.22L309.13562 253.27945L387.9347 254.94853L466.73376 252.61682L545.53284 255.06845" fill-rule="nonzero"/><path stroke="#fbbc04" stroke-width="2.0" stroke-linecap="butt" clip-path="url(#id_0)" d="M151.53745 233.38055L230.33653 257.31558L309.13562 262.1277L387.9347 276.05136L466.73376 282.15012L545.53284 331.28384" fill-rule="nonzero"/><path stroke="#34a853" stroke-width="2.0" stroke-linecap="butt" clip-path="url(#id_0)" d="M151.53745 308.128L230.33653 306.31564L309.13562 308.19955L387.9347 323.4784L466.73376 332.40857L545.53284 331.28384" fill-rule="nonzero"/><path stroke="#ff6d01" stroke-width="2.0" stroke-linecap="butt" clip-path="url(#id_0)" d="M151.53745 379.96323L230.33653 386.83807L309.13562 384.17236L387.9347 383.74118L466.73376 390.43893L545.53284 358.06223" fill-rule="nonzero"/><path stroke="#4285f4" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 386.75842L230.33653 403.3795L309.13562 413.15796L387.9347 408.3249L466.73376 433.44357L545.53284 432.21777" fill-rule="nonzero"/><path stroke="#ea4335" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 435.29575L230.33653 440.51968L309.13562 438.48224L387.9347 432.90863L466.73376 426.70792L545.53284 442.51715" fill-rule="nonzero"/><path stroke="#fbbc04" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 397.43665L230.33653 401.1948L309.13562 394.85126L387.9347 402.23337L466.73376 410.1278L545.53284 444.57703" fill-rule="nonzero"/><path stroke="#34a853" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 379.96323L230.33653 384.02914L309.13562 398.81772L387.9347 404.4089L466.73376 411.6822L545.53284 444.57703" fill-rule="nonzero"/><path stroke="#ff6d01" stroke-width="2.0" stroke-linecap="butt" stroke-dasharray="8.0,6.0" clip-path="url(#id_0)" d="M151.53745 443.0617L230.33653 442.0802L309.13562 435.7362L387.9347 427.46976L466.73376 425.67166L545.53284 450.75665" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 164.4576C154.53745 166.11444 153.1943 167.4576 151.53745 167.4576C149.88058 167.4576 148.53745 166.11444 148.53745 164.4576C148.53745 162.80074 149.88058 161.4576 151.53745 161.4576C153.1943 161.4576 154.53745 162.80074 154.53745 164.4576Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 95.33444C233.33653 96.991295 231.99338 98.33444 230.33653 98.33444C228.67967 98.33444 227.33653 96.991295 227.33653 95.33444C227.33653 93.67759 228.67967 92.33444 230.33653 92.33444C231.99338 92.33444 233.33653 93.67759 233.33653 95.33444Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 76.92491C312.13562 78.581764 310.79245 79.92491 309.13562 79.92491C307.47876 79.92491 306.13562 78.581764 306.13562 76.92491C306.13562 75.26806 307.47876 73.92491 309.13562 73.92491C310.79245 73.92491 312.13562 75.26806 312.13562 76.92491Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 69.591545C390.9347 71.2484 389.59155 72.591545 387.9347 72.591545C386.27783 72.591545 384.9347 71.2484 384.9347 69.591545C384.9347 67.93469 386.27783 66.591545 387.9347 66.591545C389.59155 66.591545 390.9347 67.93469 390.9347 69.591545Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 67.64503C469.73376 69.30188 468.39062 70.64503 466.73376 70.64503C465.0769 70.64503 463.73376 69.30188 463.73376 67.64503C463.73376 65.988174 465.0769 64.64503 466.73376 64.64503C468.39062 64.64503 469.73376 65.988174 469.73376 67.64503Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 63.5C548.53284 65.15685 547.1897 66.5 545.53284 66.5C543.876 66.5 542.53284 65.15685 542.53284 63.5C542.53284 61.843147 543.876 60.5 545.53284 60.5C547.1897 60.5 548.53284 61.843147 548.53284 63.5Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 367.3435C154.53745 369.00037 153.1943 370.3435 151.53745 370.3435C149.88058 370.3435 148.53745 369.00037 148.53745 367.3435C148.53745 365.68665 149.88058 364.3435 151.53745 364.3435C153.1943 364.3435 154.53745 365.68665 154.53745 367.3435Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 373.72977C233.33653 375.38663 231.99338 376.72977 230.33653 376.72977C228.67967 376.72977 227.33653 375.38663 227.33653 373.72977C227.33653 372.0729 228.67967 370.72977 230.33653 370.72977C231.99338 370.72977 233.33653 372.0729 233.33653 373.72977Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 362.2043C312.13562 363.86118 310.79245 365.2043 309.13562 365.2043C307.47876 365.2043 306.13562 363.86118 306.13562 362.2043C306.13562 360.54745 307.47876 359.2043 309.13562 359.2043C310.79245 359.2043 312.13562 360.54745 312.13562 362.2043Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 347.627C390.9347 349.28387 389.59155 350.627 387.9347 350.627C386.27783 350.627 384.9347 349.28387 384.9347 347.627C384.9347 345.97015 386.27783 344.627 387.9347 344.627C389.59155 344.627 390.9347 345.97015 390.9347 347.627Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 311.68344C469.73376 313.3403 468.39062 314.68344 466.73376 314.68344C465.0769 314.68344 463.73376 313.3403 463.73376 311.68344C463.73376 310.02658 465.0769 308.68344 466.73376 308.68344C468.39062 308.68344 469.73376 310.02658 469.73376 311.68344Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 230.34993C548.53284 232.00679 547.1897 233.34993 545.53284 233.34993C543.876 233.34993 542.53284 232.00679 542.53284 230.34993C542.53284 228.69308 543.876 227.34993 545.53284 227.34993C547.1897 227.34993 548.53284 228.69308 548.53284 230.34993Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 248.91249C154.53745 250.56935 153.1943 251.91249 151.53745 251.91249C149.88058 251.91249 148.53745 250.56935 148.53745 248.91249C148.53745 247.25565 149.88058 245.91249 151.53745 245.91249C153.1943 245.91249 154.53745 247.25565 154.53745 248.91249Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 234.22C233.33653 235.87686 231.99338 237.22 230.33653 237.22C228.67967 237.22 227.33653 235.87686 227.33653 234.22C227.33653 232.56316 228.67967 231.22 230.33653 231.22C231.99338 231.22 233.33653 232.56316 233.33653 234.22Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 253.27945C312.13562 254.93631 310.79245 256.27945 309.13562 256.27945C307.47876 256.27945 306.13562 254.93631 306.13562 253.27945C306.13562 251.62259 307.47876 250.27945 309.13562 250.27945C310.79245 250.27945 312.13562 251.62259 312.13562 253.27945Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 254.94853C390.9347 256.60538 389.59155 257.94852 387.9347 257.94852C386.27783 257.94852 384.9347 256.60538 384.9347 254.94853C384.9347 253.29167 386.27783 251.94853 387.9347 251.94853C389.59155 251.94853 390.9347 253.29167 390.9347 254.94853Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 252.61682C469.73376 254.27367 468.39062 255.61682 466.73376 255.61682C465.0769 255.61682 463.73376 254.27367 463.73376 252.61682C463.73376 250.95996 465.0769 249.61682 466.73376 249.61682C468.39062 249.61682 469.73376 250.95996 469.73376 252.61682Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 255.06845C548.53284 256.7253 547.1897 258.06845 545.53284 258.06845C543.876 258.06845 542.53284 256.7253 542.53284 255.06845C542.53284 253.41159 543.876 252.06845 545.53284 252.06845C547.1897 252.06845 548.53284 253.41159 548.53284 255.06845Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 233.38055C154.53745 235.03741 153.1943 236.38055 151.53745 236.38055C149.88058 236.38055 148.53745 235.03741 148.53745 233.38055C148.53745 231.72371 149.88058 230.38055 151.53745 230.38055C153.1943 230.38055 154.53745 231.72371 154.53745 233.38055Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 257.31558C233.33653 258.97244 231.99338 260.31558 230.33653 260.31558C228.67967 260.31558 227.33653 258.97244 227.33653 257.31558C227.33653 255.65872 228.67967 254.31558 230.33653 254.31558C231.99338 254.31558 233.33653 255.65872 233.33653 257.31558Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 262.1277C312.13562 263.78455 310.79245 265.1277 309.13562 265.1277C307.47876 265.1277 306.13562 263.78455 306.13562 262.1277C306.13562 260.47083 307.47876 259.1277 309.13562 259.1277C310.79245 259.1277 312.13562 260.47083 312.13562 262.1277Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 276.05136C390.9347 277.70822 389.59155 279.05136 387.9347 279.05136C386.27783 279.05136 384.9347 277.70822 384.9347 276.05136C384.9347 274.39453 386.27783 273.05136 387.9347 273.05136C389.59155 273.05136 390.9347 274.39453 390.9347 276.05136Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 282.15012C469.73376 283.80698 468.39062 285.15012 466.73376 285.15012C465.0769 285.15012 463.73376 283.80698 463.73376 282.15012C463.73376 280.49326 465.0769 279.15012 466.73376 279.15012C468.39062 279.15012 469.73376 280.49326 469.73376 282.15012Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 331.28384C548.53284 332.9407 547.1897 334.28384 545.53284 334.28384C543.876 334.28384 542.53284 332.9407 542.53284 331.28384C542.53284 329.62698 543.876 328.28384 545.53284 328.28384C547.1897 328.28384 548.53284 329.62698 548.53284 331.28384Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 308.128C154.53745 309.78485 153.1943 311.128 151.53745 311.128C149.88058 311.128 148.53745 309.78485 148.53745 308.128C148.53745 306.47116 149.88058 305.128 151.53745 305.128C153.1943 305.128 154.53745 306.47116 154.53745 308.128Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 306.31564C233.33653 307.9725 231.99338 309.31564 230.33653 309.31564C228.67967 309.31564 227.33653 307.9725 227.33653 306.31564C227.33653 304.6588 228.67967 303.31564 230.33653 303.31564C231.99338 303.31564 233.33653 304.6588 233.33653 306.31564Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 308.19955C312.13562 309.8564 310.79245 311.19955 309.13562 311.19955C307.47876 311.19955 306.13562 309.8564 306.13562 308.19955C306.13562 306.5427 307.47876 305.19955 309.13562 305.19955C310.79245 305.19955 312.13562 306.5427 312.13562 308.19955Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 323.4784C390.9347 325.13525 389.59155 326.4784 387.9347 326.4784C386.27783 326.4784 384.9347 325.13525 384.9347 323.4784C384.9347 321.82153 386.27783 320.4784 387.9347 320.4784C389.59155 320.4784 390.9347 321.82153 390.9347 323.4784Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 332.40857C469.73376 334.06543 468.39062 335.40857 466.73376 335.40857C465.0769 335.40857 463.73376 334.06543 463.73376 332.40857C463.73376 330.7517 465.0769 329.40857 466.73376 329.40857C468.39062 329.40857 469.73376 330.7517 469.73376 332.40857Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 331.28384C548.53284 332.9407 547.1897 334.28384 545.53284 334.28384C543.876 334.28384 542.53284 332.9407 542.53284 331.28384C542.53284 329.62698 543.876 328.28384 545.53284 328.28384C547.1897 328.28384 548.53284 329.62698 548.53284 331.28384Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 379.96323C154.53745 381.62006 153.1943 382.96323 151.53745 382.96323C149.88058 382.96323 148.53745 381.62006 148.53745 379.96323C148.53745 378.30637 149.88058 376.96323 151.53745 376.96323C153.1943 376.96323 154.53745 378.30637 154.53745 379.96323Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 386.83807C233.33653 388.49493 231.99338 389.83807 230.33653 389.83807C228.67967 389.83807 227.33653 388.49493 227.33653 386.83807C227.33653 385.1812 228.67967 383.83807 230.33653 383.83807C231.99338 383.83807 233.33653 385.1812 233.33653 386.83807Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 384.17236C312.13562 385.8292 310.79245 387.17236 309.13562 387.17236C307.47876 387.17236 306.13562 385.8292 306.13562 384.17236C306.13562 382.5155 307.47876 381.17236 309.13562 381.17236C310.79245 381.17236 312.13562 382.5155 312.13562 384.17236Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 383.74118C390.9347 385.398 389.59155 386.74118 387.9347 386.74118C386.27783 386.74118 384.9347 385.398 384.9347 383.74118C384.9347 382.08432 386.27783 380.74118 387.9347 380.74118C389.59155 380.74118 390.9347 382.08432 390.9347 383.74118Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 390.43893C469.73376 392.0958 468.39062 393.43893 466.73376 393.43893C465.0769 393.43893 463.73376 392.0958 463.73376 390.43893C463.73376 388.78207 465.0769 387.43893 466.73376 387.43893C468.39062 387.43893 469.73376 388.78207 469.73376 390.43893Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 358.06223C548.53284 359.7191 547.1897 361.06223 545.53284 361.06223C543.876 361.06223 542.53284 359.7191 542.53284 358.06223C542.53284 356.40536 543.876 355.06223 545.53284 355.06223C547.1897 355.06223 548.53284 356.40536 548.53284 358.06223Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 386.75842C154.53745 388.41528 153.1943 389.75842 151.53745 389.75842C149.88058 389.75842 148.53745 388.41528 148.53745 386.75842C148.53745 385.1016 149.88058 383.75842 151.53745 383.75842C153.1943 383.75842 154.53745 385.1016 154.53745 386.75842Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 403.3795C233.33653 405.03635 231.99338 406.3795 230.33653 406.3795C228.67967 406.3795 227.33653 405.03635 227.33653 403.3795C227.33653 401.72266 228.67967 400.3795 230.33653 400.3795C231.99338 400.3795 233.33653 401.72266 233.33653 403.3795Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 413.15796C312.13562 414.81482 310.79245 416.15796 309.13562 416.15796C307.47876 416.15796 306.13562 414.81482 306.13562 413.15796C306.13562 411.5011 307.47876 410.15796 309.13562 410.15796C310.79245 410.15796 312.13562 411.5011 312.13562 413.15796Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 408.3249C390.9347 409.98175 389.59155 411.3249 387.9347 411.3249C386.27783 411.3249 384.9347 409.98175 384.9347 408.3249C384.9347 406.66806 386.27783 405.3249 387.9347 405.3249C389.59155 405.3249 390.9347 406.66806 390.9347 408.3249Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 433.44357C469.73376 435.10043 468.39062 436.44357 466.73376 436.44357C465.0769 436.44357 463.73376 435.10043 463.73376 433.44357C463.73376 431.7867 465.0769 430.44357 466.73376 430.44357C468.39062 430.44357 469.73376 431.7867 469.73376 433.44357Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 432.21777C548.53284 433.8746 547.1897 435.21777 545.53284 435.21777C543.876 435.21777 542.53284 433.8746 542.53284 432.21777C542.53284 430.5609 543.876 429.21777 545.53284 429.21777C547.1897 429.21777 548.53284 430.5609 548.53284 432.21777Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 435.29575C154.53745 436.95258 153.1943 438.29575 151.53745 438.29575C149.88058 438.29575 148.53745 436.95258 148.53745 435.29575C148.53745 433.6389 149.88058 432.29575 151.53745 432.29575C153.1943 432.29575 154.53745 433.6389 154.53745 435.29575Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 440.51968C233.33653 442.17654 231.99338 443.51968 230.33653 443.51968C228.67967 443.51968 227.33653 442.17654 227.33653 440.51968C227.33653 438.86282 228.67967 437.51968 230.33653 437.51968C231.99338 437.51968 233.33653 438.86282 233.33653 440.51968Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 438.48224C312.13562 440.13907 310.79245 441.48224 309.13562 441.48224C307.47876 441.48224 306.13562 440.13907 306.13562 438.48224C306.13562 436.82538 307.47876 435.48224 309.13562 435.48224C310.79245 435.48224 312.13562 436.82538 312.13562 438.48224Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 432.90863C390.9347 434.5655 389.59155 435.90863 387.9347 435.90863C386.27783 435.90863 384.9347 434.5655 384.9347 432.90863C384.9347 431.25177 386.27783 429.90863 387.9347 429.90863C389.59155 429.90863 390.9347 431.25177 390.9347 432.90863Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 426.70792C469.73376 428.36478 468.39062 429.70792 466.73376 429.70792C465.0769 429.70792 463.73376 428.36478 463.73376 426.70792C463.73376 425.05106 465.0769 423.70792 466.73376 423.70792C468.39062 423.70792 469.73376 425.05106 469.73376 426.70792Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 442.51715C548.53284 444.17398 547.1897 445.51715 545.53284 445.51715C543.876 445.51715 542.53284 444.17398 542.53284 442.51715C542.53284 440.8603 543.876 439.51715 545.53284 439.51715C547.1897 439.51715 548.53284 440.8603 548.53284 442.51715Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 397.43665C154.53745 399.0935 153.1943 400.43665 151.53745 400.43665C149.88058 400.43665 148.53745 399.0935 148.53745 397.43665C148.53745 395.7798 149.88058 394.43665 151.53745 394.43665C153.1943 394.43665 154.53745 395.7798 154.53745 397.43665Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 401.1948C233.33653 402.85162 231.99338 404.1948 230.33653 404.1948C228.67967 404.1948 227.33653 402.85162 227.33653 401.1948C227.33653 399.53793 228.67967 398.1948 230.33653 398.1948C231.99338 398.1948 233.33653 399.53793 233.33653 401.1948Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 394.85126C312.13562 396.50812 310.79245 397.85126 309.13562 397.85126C307.47876 397.85126 306.13562 396.50812 306.13562 394.85126C306.13562 393.1944 307.47876 391.85126 309.13562 391.85126C310.79245 391.85126 312.13562 393.1944 312.13562 394.85126Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 402.23337C390.9347 403.8902 389.59155 405.23337 387.9347 405.23337C386.27783 405.23337 384.9347 403.8902 384.9347 402.23337C384.9347 400.5765 386.27783 399.23337 387.9347 399.23337C389.59155 399.23337 390.9347 400.5765 390.9347 402.23337Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 410.1278C469.73376 411.78467 468.39062 413.1278 466.73376 413.1278C465.0769 413.1278 463.73376 411.78467 463.73376 410.1278C463.73376 408.47095 465.0769 407.1278 466.73376 407.1278C468.39062 407.1278 469.73376 408.47095 469.73376 410.1278Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 444.57703C548.53284 446.23386 547.1897 447.57703 545.53284 447.57703C543.876 447.57703 542.53284 446.23386 542.53284 444.57703C542.53284 442.92017 543.876 441.57703 545.53284 441.57703C547.1897 441.57703 548.53284 442.92017 548.53284 444.57703Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 379.96323C154.53745 381.62006 153.1943 382.96323 151.53745 382.96323C149.88058 382.96323 148.53745 381.62006 148.53745 379.96323C148.53745 378.30637 149.88058 376.96323 151.53745 376.96323C153.1943 376.96323 154.53745 378.30637 154.53745 379.96323Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 384.02914C233.33653 385.686 231.99338 387.02914 230.33653 387.02914C228.67967 387.02914 227.33653 385.686 227.33653 384.02914C227.33653 382.37228 228.67967 381.02914 230.33653 381.02914C231.99338 381.02914 233.33653 382.37228 233.33653 384.02914Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 398.81772C312.13562 400.47455 310.79245 401.81772 309.13562 401.81772C307.47876 401.81772 306.13562 400.47455 306.13562 398.81772C306.13562 397.16086 307.47876 395.81772 309.13562 395.81772C310.79245 395.81772 312.13562 397.16086 312.13562 398.81772Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 404.4089C390.9347 406.06577 389.59155 407.4089 387.9347 407.4089C386.27783 407.4089 384.9347 406.06577 384.9347 404.4089C384.9347 402.75204 386.27783 401.4089 387.9347 401.4089C389.59155 401.4089 390.9347 402.75204 390.9347 404.4089Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 411.6822C469.73376 413.33905 468.39062 414.6822 466.73376 414.6822C465.0769 414.6822 463.73376 413.33905 463.73376 411.6822C463.73376 410.02533 465.0769 408.6822 466.73376 408.6822C468.39062 408.6822 469.73376 410.02533 469.73376 411.6822Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 444.57703C548.53284 446.23386 547.1897 447.57703 545.53284 447.57703C543.876 447.57703 542.53284 446.23386 542.53284 444.57703C542.53284 442.92017 543.876 441.57703 545.53284 441.57703C547.1897 441.57703 548.53284 442.92017 548.53284 444.57703Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M154.53745 443.0617C154.53745 444.71857 153.1943 446.0617 151.53745 446.0617C149.88058 446.0617 148.53745 444.71857 148.53745 443.0617C148.53745 441.40485 149.88058 440.0617 151.53745 440.0617C153.1943 440.0617 154.53745 441.40485 154.53745 443.0617Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M233.33653 442.0802C233.33653 443.73706 231.99338 445.0802 230.33653 445.0802C228.67967 445.0802 227.33653 443.73706 227.33653 442.0802C227.33653 440.42334 228.67967 439.0802 230.33653 439.0802C231.99338 439.0802 233.33653 440.42334 233.33653 442.0802Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M312.13562 435.7362C312.13562 437.39307 310.79245 438.7362 309.13562 438.7362C307.47876 438.7362 306.13562 437.39307 306.13562 435.7362C306.13562 434.07938 307.47876 432.7362 309.13562 432.7362C310.79245 432.7362 312.13562 434.07938 312.13562 435.7362Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M390.9347 427.46976C390.9347 429.12662 389.59155 430.46976 387.9347 430.46976C386.27783 430.46976 384.9347 429.12662 384.9347 427.46976C384.9347 425.8129 386.27783 424.46976 387.9347 424.46976C389.59155 424.46976 390.9347 425.8129 390.9347 427.46976Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M469.73376 425.67166C469.73376 427.32852 468.39062 428.67166 466.73376 428.67166C465.0769 428.67166 463.73376 427.32852 463.73376 425.67166C463.73376 424.0148 465.0769 422.67166 466.73376 422.67166C468.39062 422.67166 469.73376 424.0148 469.73376 425.67166Z" fill-rule="nonzero"/><path fill="#000000" fill-opacity="0.0" clip-path="url(#id_0)" d="M548.53284 450.75665C548.53284 452.41348 547.1897 453.75665 545.53284 453.75665C543.876 453.75665 542.53284 452.41348 542.53284 450.75665C542.53284 449.0998 543.876 447.75665 545.53284 447.75665C547.1897 447.75665 548.53284 449.0998 548.53284 450.75665Z" fill-rule="nonzero"/><path fill="#666666" d="M277.33203 530.1311Q276.89453 530.7561 276.11328 531.0686Q275.33203 531.3811 274.30078 531.3811Q273.26953 531.3811 272.45703 530.8967Q271.64453 530.3967 271.20703 529.4905Q270.76953 528.5842 270.7539 527.3967L270.7539 526.66235Q270.7539 524.72485 271.64453 523.66235Q272.55078 522.59985 274.17578 522.59985Q275.51953 522.59985 276.33203 523.28735Q277.14453 523.97485 277.33203 525.22485L276.20703 525.22485Q275.8789 523.53735 274.1914 523.53735Q273.05078 523.53735 272.47266 524.3342Q271.89453 525.1155 271.8789 526.6311L271.8789 527.3186Q271.8789 528.7561 272.53516 529.6155Q273.1914 530.4592 274.3164 530.4592Q274.9414 530.4592 275.41016 530.3186Q275.89453 530.178 276.20703 529.8342L276.20703 527.928L274.23828 527.928L274.23828 527.0061L277.33203 527.0061L277.33203 530.1311ZM278.5664 528.0217Q278.5664 527.09985 278.92578 526.34985Q279.30078 525.59985 279.95703 525.2092Q280.61328 524.803 281.4414 524.803Q282.73828 524.803 283.53516 525.6936Q284.34766 526.5842 284.34766 528.0842L284.34766 528.16235Q284.34766 529.0842 283.98828 529.8186Q283.6289 530.553 282.97266 530.97485Q282.3164 531.3811 281.45703 531.3811Q280.17578 531.3811 279.36328 530.4905Q278.5664 529.5842 278.5664 528.09985L278.5664 528.0217ZM279.66016 528.16235Q279.66016 529.2092 280.14453 529.84985Q280.64453 530.4905 281.45703 530.4905Q282.28516 530.4905 282.76953 529.84985Q283.2539 529.1936 283.2539 528.0217Q283.2539 526.9905 282.7539 526.34985Q282.26953 525.6936 281.4414 525.6936Q280.64453 525.6936 280.14453 526.3342Q279.66016 526.9592 279.66016 528.16235ZM291.48828 531.3811Q290.1914 531.3811 289.3789 530.53735Q288.58203 529.678 288.58203 528.2561L288.58203 528.0686Q288.58203 527.1155 288.9414 526.3811Q289.30078 525.6311 289.9414 525.22485Q290.59766 524.803 291.34766 524.803Q292.58203 524.803 293.26953 525.6155Q293.95703 526.428 293.95703 527.9436L293.95703 528.3967L289.66016 528.3967Q289.6914 529.3342 290.20703 529.91235Q290.73828 530.4905 291.55078 530.4905Q292.11328 530.4905 292.5039 530.2561Q292.91016 530.0217 293.22266 529.6311L293.8789 530.1467Q293.08203 531.3811 291.48828 531.3811ZM291.34766 525.6936Q290.6914 525.6936 290.23828 526.178Q289.80078 526.6467 289.70703 527.5061L292.8789 527.5061L292.8789 527.428Q292.83203 526.59985 292.42578 526.1467Q292.03516 525.6936 291.34766 525.6936ZM296.98828 527.22485L298.39453 524.91235L299.66016 524.91235L297.58203 528.053L299.72266 531.2561L298.47266 531.2561L297.0039 528.8811L295.53516 531.2561L294.26953 531.2561L296.41016 528.053L294.34766 524.91235L295.59766 524.91235L296.98828 527.22485ZM306.20703 528.16235Q306.20703 529.59985 305.55078 530.4905Q304.89453 531.3811 303.7539 531.3811Q302.59766 531.3811 301.9414 530.6467L301.9414 533.6936L300.86328 533.6936L300.86328 524.91235L301.84766 524.91235L301.89453 525.6155Q302.5664 524.803 303.73828 524.803Q304.8789 524.803 305.53516 525.66235Q306.20703 526.5217 306.20703 528.053L306.20703 528.16235ZM305.1289 528.03735Q305.1289 526.9592 304.66016 526.34985Q304.20703 525.72485 303.41016 525.72485Q302.42578 525.72485 301.9414 526.5842L301.9414 529.6155Q302.42578 530.4905 303.42578 530.4905Q304.20703 530.4905 304.66016 529.8811Q305.1289 529.2561 305.1289 528.03735ZM310.48828 531.3811Q309.1914 531.3811 308.3789 530.53735Q307.58203 529.678 307.58203 528.2561L307.58203 528.0686Q307.58203 527.1155 307.9414 526.3811Q308.30078 525.6311 308.9414 525.22485Q309.59766 524.803 310.34766 524.803Q311.58203 524.803 312.26953 525.6155Q312.95703 526.428 312.95703 527.9436L312.95703 528.3967L308.66016 528.3967Q308.6914 529.3342 309.20703 529.91235Q309.73828 530.4905 310.55078 530.4905Q311.11328 530.4905 311.5039 530.2561Q311.91016 530.0217 312.22266 529.6311L312.8789 530.1467Q312.08203 531.3811 310.48828 531.3811ZM310.34766 525.6936Q309.6914 525.6936 309.23828 526.178Q308.80078 526.6467 308.70703 527.5061L311.8789 527.5061L311.8789 527.428Q311.83203 526.59985 311.42578 526.1467Q311.03516 525.6936 310.34766 525.6936ZM316.92578 525.8811Q316.67578 525.84985 316.39453 525.84985Q315.3164 525.84985 314.9414 526.7561L314.9414 531.2561L313.86328 531.2561L313.86328 524.91235L314.91016 524.91235L314.92578 525.6467Q315.45703 524.803 316.4414 524.803Q316.7539 524.803 316.92578 524.8811L316.92578 525.8811ZM319.03516 531.2561L317.95703 531.2561L317.95703 524.91235L319.03516 524.91235L319.03516 531.2561ZM317.86328 523.2405Q317.86328 522.97485 318.01953 522.78735Q318.1914 522.59985 318.5039 522.59985Q318.8164 522.59985 318.97266 522.78735Q319.14453 522.97485 319.14453 523.2405Q319.14453 523.4905 318.97266 523.678Q318.8164 523.84985 318.5039 523.84985Q318.1914 523.84985 318.01953 523.678Q317.86328 523.4905 317.86328 523.2405ZM323.48828 531.3811Q322.1914 531.3811 321.3789 530.53735Q320.58203 529.678 320.58203 528.2561L320.58203 528.0686Q320.58203 527.1155 320.9414 526.3811Q321.30078 525.6311 321.9414 525.22485Q322.59766 524.803 323.34766 524.803Q324.58203 524.803 325.26953 525.6155Q325.95703 526.428 325.95703 527.9436L325.95703 528.3967L321.66016 528.3967Q321.6914 529.3342 322.20703 529.91235Q322.73828 530.4905 323.55078 530.4905Q324.11328 530.4905 324.5039 530.2561Q324.91016 530.0217 325.22266 529.6311L325.8789 530.1467Q325.08203 531.3811 323.48828 531.3811ZM323.34766 525.6936Q322.6914 525.6936 322.23828 526.178Q321.80078 526.6467 321.70703 527.5061L324.8789 527.5061L324.8789 527.428Q324.83203 526.59985 324.42578 526.1467Q324.03516 525.6936 323.34766 525.6936ZM327.8789 524.91235L327.91016 525.7092Q328.64453 524.803 329.8164 524.803Q331.83203 524.803 331.84766 527.0686L331.84766 531.2561L330.7539 531.2561L330.7539 527.053Q330.7539 526.3811 330.4414 526.053Q330.14453 525.72485 329.48828 525.72485Q328.95703 525.72485 328.55078 526.0061Q328.16016 526.28735 327.9414 526.7405L327.9414 531.2561L326.86328 531.2561L326.86328 524.91235L327.8789 524.91235ZM336.39453 530.4905Q336.97266 530.4905 337.41016 530.1467Q337.84766 529.78735 337.89453 529.2561L338.92578 529.2561Q338.89453 529.803 338.53516 530.303Q338.1914 530.78735 337.61328 531.0842Q337.05078 531.3811 336.39453 531.3811Q335.09766 531.3811 334.33203 530.5217Q333.58203 529.6467 333.58203 528.1467L333.58203 527.9592Q333.58203 527.03735 333.91016 526.3186Q334.2539 525.59985 334.8789 525.2092Q335.51953 524.803 336.39453 524.803Q337.45703 524.803 338.16016 525.4436Q338.8789 526.0686 338.92578 527.09985L337.89453 527.09985Q337.84766 526.47485 337.42578 526.0842Q337.0039 525.6936 336.39453 525.6936Q335.5664 525.6936 335.11328 526.28735Q334.66016 526.8811 334.66016 528.0061L334.66016 528.2092Q334.66016 529.303 335.11328 529.8967Q335.5664 530.4905 336.39453 530.4905ZM342.48828 531.3811Q341.1914 531.3811 340.3789 530.53735Q339.58203 529.678 339.58203 528.2561L339.58203 528.0686Q339.58203 527.1155 339.9414 526.3811Q340.30078 525.6311 340.9414 525.22485Q341.59766 524.803 342.34766 524.803Q343.58203 524.803 344.26953 525.6155Q344.95703 526.428 344.95703 527.9436L344.95703 528.3967L340.66016 528.3967Q340.6914 529.3342 341.20703 529.91235Q341.73828 530.4905 342.55078 530.4905Q343.11328 530.4905 343.5039 530.2561Q343.91016 530.0217 344.22266 529.6311L344.8789 530.1467Q344.08203 531.3811 342.48828 531.3811ZM342.34766 525.6936Q341.6914 525.6936 341.23828 526.178Q340.80078 526.6467 340.70703 527.5061L343.8789 527.5061L343.8789 527.428Q343.83203 526.59985 343.42578 526.1467Q343.03516 525.6936 342.34766 525.6936ZM350.03516 531.2561L348.95703 531.2561L348.95703 522.2561L350.03516 522.2561L350.03516 531.2561ZM354.48828 531.3811Q353.1914 531.3811 352.3789 530.53735Q351.58203 529.678 351.58203 528.2561L351.58203 528.0686Q351.58203 527.1155 351.9414 526.3811Q352.30078 525.6311 352.9414 525.22485Q353.59766 524.803 354.34766 524.803Q355.58203 524.803 356.26953 525.6155Q356.95703 526.428 356.95703 527.9436L356.95703 528.3967L352.66016 528.3967Q352.6914 529.3342 353.20703 529.91235Q353.73828 530.4905 354.55078 530.4905Q355.11328 530.4905 355.5039 530.2561Q355.91016 530.0217 356.22266 529.6311L356.8789 530.1467Q356.08203 531.3811 354.48828 531.3811ZM354.34766 525.6936Q353.6914 525.6936 353.23828 526.178Q352.80078 526.6467 352.70703 527.5061L355.8789 527.5061L355.8789 527.428Q355.83203 526.59985 355.42578 526.1467Q355.03516 525.6936 354.34766 525.6936ZM359.9414 529.78735L361.51953 524.91235L362.6289 524.91235L360.34766 531.2561L359.51953 531.2561L357.22266 524.91235L358.33203 524.91235L359.9414 529.78735ZM366.48828 531.3811Q365.1914 531.3811 364.3789 530.53735Q363.58203 529.678 363.58203 528.2561L363.58203 528.0686Q363.58203 527.1155 363.9414 526.3811Q364.30078 525.6311 364.9414 525.22485Q365.59766 524.803 366.34766 524.803Q367.58203 524.803 368.26953 525.6155Q368.95703 526.428 368.95703 527.9436L368.95703 528.3967L364.66016 528.3967Q364.6914 529.3342 365.20703 529.91235Q365.73828 530.4905 366.55078 530.4905Q367.11328 530.4905 367.5039 530.2561Q367.91016 530.0217 368.22266 529.6311L368.8789 530.1467Q368.08203 531.3811 366.48828 531.3811ZM366.34766 525.6936Q365.6914 525.6936 365.23828 526.178Q364.80078 526.6467 364.70703 527.5061L367.8789 527.5061L367.8789 527.428Q367.83203 526.59985 367.42578 526.1467Q367.03516 525.6936 366.34766 525.6936ZM371.03516 531.2561L369.95703 531.2561L369.95703 522.2561L371.03516 522.2561L371.03516 531.2561ZM375.8164 527.78735Q375.8164 526.47485 376.16016 525.2561Q376.51953 524.03735 377.22266 523.03735Q377.92578 522.03735 378.6914 521.6311L378.91016 522.34985Q378.05078 523.0061 377.5039 524.34985Q376.95703 525.6936 376.91016 527.3655L376.89453 527.8655Q376.89453 530.1311 377.72266 531.78735Q378.22266 532.78735 378.91016 533.34985L378.6914 534.0061Q377.91016 533.5842 377.1914 532.553Q375.8164 530.5686 375.8164 527.78735ZM380.8789 524.91235L380.91016 525.7092Q381.64453 524.803 382.8164 524.803Q384.83203 524.803 384.84766 527.0686L384.84766 531.2561L383.7539 531.2561L383.7539 527.053Q383.7539 526.3811 383.4414 526.053Q383.14453 525.72485 382.48828 525.72485Q381.95703 525.72485 381.55078 526.0061Q381.16016 526.28735 380.9414 526.7405L380.9414 531.2561L379.86328 531.2561L379.86328 524.91235L380.8789 524.91235ZM391.8164 526.4905L386.92578 526.4905L386.92578 525.53735L391.8164 525.53735L391.8164 526.4905ZM391.8164 528.91235L386.92578 528.91235L386.92578 527.97485L391.8164 527.97485L391.8164 528.91235ZM394.23828 526.97485L394.67578 522.72485L399.05078 522.72485L399.05078 523.72485L395.59766 523.72485L395.33203 526.053Q395.97266 525.678 396.76953 525.678Q397.92578 525.678 398.61328 526.4592Q399.30078 527.22485 399.30078 528.53735Q399.30078 529.84985 398.58203 530.6155Q397.8789 531.3811 396.59766 531.3811Q395.47266 531.3811 394.7539 530.7561Q394.03516 530.1155 393.9414 529.0061L394.95703 529.0061Q395.0664 529.7405 395.48828 530.1155Q395.91016 530.4905 396.59766 530.4905Q397.34766 530.4905 397.78516 529.97485Q398.22266 529.4592 398.22266 528.553Q398.22266 527.6936 397.7539 527.178Q397.28516 526.66235 396.5039 526.66235Q395.80078 526.66235 395.39453 526.9592L395.11328 527.1936L394.23828 526.97485ZM400.8164 532.9592L400.20703 532.53735Q400.7539 531.7717 400.78516 530.9436L400.78516 529.97485L401.84766 529.97485L401.84766 530.8186Q401.84766 531.41235 401.55078 532.0061Q401.2539 532.59985 400.8164 532.9592ZM407.92578 524.9436Q407.92578 525.5842 407.58203 526.0842Q407.23828 526.5842 406.67578 526.8655Q407.33203 527.1467 407.72266 527.7092Q408.11328 528.2561 408.11328 528.9592Q408.11328 530.053 407.36328 530.72485Q406.6289 531.3811 405.41016 531.3811Q404.17578 531.3811 403.42578 530.72485Q402.6914 530.053 402.6914 528.9592Q402.6914 528.2561 403.0664 527.7092Q403.4414 527.1467 404.11328 526.8655Q403.55078 526.5842 403.22266 526.0842Q402.89453 525.5842 402.89453 524.9436Q402.89453 523.8655 403.58203 523.2405Q404.26953 522.59985 405.41016 522.59985Q406.53516 522.59985 407.22266 523.2405Q407.92578 523.8655 407.92578 524.9436ZM407.03516 528.928Q407.03516 528.2092 406.58203 527.7717Q406.1289 527.3186 405.39453 527.3186Q404.66016 527.3186 404.20703 527.7717Q403.76953 528.2092 403.76953 528.9436Q403.76953 529.66235 404.20703 530.0842Q404.64453 530.4905 405.41016 530.4905Q406.16016 530.4905 406.59766 530.0686Q407.03516 529.6467 407.03516 528.928ZM405.41016 523.4905Q404.76953 523.4905 404.36328 523.8967Q403.97266 524.28735 403.97266 524.97485Q403.97266 525.6155 404.36328 526.0217Q404.7539 526.428 405.39453 526.428Q406.05078 526.428 406.4414 526.0217Q406.83203 525.6155 406.83203 524.97485Q406.83203 524.3186 406.42578 523.91235Q406.01953 523.4905 405.41016 523.4905ZM414.0039 522.72485L414.0039 523.6311L413.80078 523.6311Q412.53516 523.66235 411.78516 524.3967Q411.03516 525.1155 410.91016 526.428Q411.59766 525.66235 412.7539 525.66235Q413.86328 525.66235 414.53516 526.4436Q415.20703 527.22485 415.20703 528.47485Q415.20703 529.78735 414.48828 530.5842Q413.76953 531.3811 412.55078 531.3811Q411.33203 531.3811 410.5664 530.4436Q409.8164 529.4905 409.8164 528.0061L409.8164 527.59985Q409.8164 525.2405 410.8164 523.9905Q411.8164 522.7405 413.80078 522.72485L414.0039 522.72485ZM412.58203 526.5686Q412.01953 526.5686 411.55078 526.8967Q411.08203 527.22485 410.89453 527.7405L410.89453 528.1311Q410.89453 529.1936 411.36328 529.8342Q411.84766 530.47485 412.55078 530.47485Q413.28516 530.47485 413.70703 529.9436Q414.1289 529.3967 414.1289 528.5217Q414.1289 527.6467 413.70703 527.1155Q413.28516 526.5686 412.58203 526.5686ZM422.2539 523.3342L418.72266 531.2561L417.58203 531.2561L421.09766 523.6155L416.48828 523.6155L416.48828 522.72485L422.2539 522.72485L422.2539 523.3342ZM426.36328 527.84985Q426.36328 529.16235 426.01953 530.3655Q425.67578 531.553 424.95703 532.5686Q424.2539 533.5842 423.48828 534.0061L423.2539 533.34985Q424.16016 532.66235 424.70703 531.2092Q425.2539 529.7405 425.26953 527.97485L425.26953 527.78735Q425.26953 526.553 425.0039 525.4905Q424.7539 524.428 424.28516 523.59985Q423.83203 522.7561 423.2539 522.28735L423.48828 521.6311Q424.2539 522.053 424.95703 523.053Q425.66016 524.053 426.0039 525.2717Q426.36328 526.47485 426.36328 527.84985Z" fill-rule="nonzero"/><path fill="#666666" d="M32.9094 380.04218Q32.143776 380.04218 31.643776 379.5578Q31.143776 379.0578 31.143776 378.29218Q31.143776 377.51093 31.643776 377.02655Q32.143776 376.54218 32.94065 376.54218L33.362526 376.54218Q34.12815 376.54218 34.62815 377.04218Q35.112526 377.52655 35.112526 378.27655Q35.112526 379.04218 34.62815 379.54218Q34.12815 380.04218 33.31565 380.04218L32.9094 380.04218ZM33.362526 379.22968Q33.81565 379.22968 34.112526 378.97968Q34.4094 378.71405 34.4094 378.27655Q34.4094 377.85468 34.12815 377.60468Q33.831276 377.35468 33.331276 377.35468L32.9094 377.35468Q32.456276 377.35468 32.1594 377.60468Q31.8469 377.85468 31.8469 378.29218Q31.8469 378.72968 32.1594 378.97968Q32.456276 379.22968 32.925026 379.22968L33.362526 379.22968ZM37.706276 375.88593Q36.94065 375.88593 36.456276 375.40155Q35.956276 374.90155 35.956276 374.13593Q35.956276 373.3703 36.456276 372.88593Q36.94065 372.38593 37.75315 372.38593L38.1594 372.38593Q38.925026 372.38593 39.425026 372.8703Q39.925026 373.35468 39.925026 374.1203Q39.925026 374.88593 39.44065 375.38593Q38.94065 375.88593 38.12815 375.88593L37.706276 375.88593ZM38.1594 375.07343Q38.62815 375.07343 38.925026 374.82343Q39.2219 374.5578 39.2219 374.1203Q39.2219 373.69843 38.94065 373.44843Q38.643776 373.19843 38.143776 373.19843L37.706276 373.19843Q37.237526 373.19843 36.956276 373.46405Q36.6594 373.71405 36.6594 374.13593Q36.6594 374.5578 36.956276 374.82343Q37.237526 375.07343 37.737526 375.07343L38.1594 375.07343ZM39.1594 378.02655L38.768776 378.65155L32.0969 374.47968L32.487526 373.8703L39.1594 378.02655ZM36.56565 368.1203Q35.643776 368.1203 34.893776 367.76093Q34.143776 367.38593 33.75315 366.72968Q33.3469 366.07343 33.3469 365.2453Q33.3469 363.94843 34.237526 363.15155Q35.12815 362.33905 36.62815 362.33905L36.706276 362.33905Q37.62815 362.33905 38.362526 362.69843Q39.0969 363.0578 39.518776 363.71405Q39.925026 364.3703 39.925026 365.22968Q39.925026 366.51093 39.0344 367.32343Q38.12815 368.1203 36.643776 368.1203L36.56565 368.1203ZM36.706276 367.02655Q37.75315 367.02655 38.393776 366.54218Q39.0344 366.04218 39.0344 365.22968Q39.0344 364.40155 38.393776 363.91718Q37.737526 363.4328 36.56565 363.4328Q35.5344 363.4328 34.893776 363.9328Q34.237526 364.41718 34.237526 365.2453Q34.237526 366.04218 34.87815 366.54218Q35.50315 367.02655 36.706276 367.02655ZM39.800026 360.29218L34.300026 360.29218L34.300026 361.29218L33.456276 361.29218L33.456276 360.29218L32.81565 360.29218Q31.7844 360.29218 31.237526 359.76093Q30.675026 359.21405 30.675026 358.21405Q30.675026 357.83905 30.768776 357.46405L31.6594 357.52655Q31.5969 357.8078 31.5969 358.10468Q31.5969 358.63593 31.9094 358.9328Q32.2219 359.21405 32.7844 359.21405L33.456276 359.21405L33.456276 357.85468L34.300026 357.85468L34.300026 359.21405L39.800026 359.21405L39.800026 360.29218ZM34.425026 350.76093Q34.393776 351.01093 34.393776 351.29218Q34.393776 352.3703 35.300026 352.7453L39.800026 352.7453L39.800026 353.82343L33.456276 353.82343L33.456276 352.77655L34.19065 352.76093Q33.3469 352.22968 33.3469 351.2453Q33.3469 350.9328 33.425026 350.76093L34.425026 350.76093ZM39.925026 347.19843Q39.925026 348.4953 39.081276 349.3078Q38.2219 350.10468 36.800026 350.10468L36.612526 350.10468Q35.6594 350.10468 34.925026 349.7453Q34.175026 349.38593 33.768776 348.7453Q33.3469 348.08905 33.3469 347.33905Q33.3469 346.10468 34.1594 345.41718Q34.9719 344.72968 36.487526 344.72968L36.94065 344.72968L36.94065 349.02655Q37.87815 348.9953 38.456276 348.47968Q39.0344 347.94843 39.0344 347.13593Q39.0344 346.57343 38.800026 346.1828Q38.56565 345.77655 38.175026 345.46405L38.69065 344.8078Q39.925026 345.60468 39.925026 347.19843ZM34.237526 347.33905Q34.237526 347.9953 34.7219 348.44843Q35.19065 348.88593 36.050026 348.97968L36.050026 345.8078L35.9719 345.8078Q35.143776 345.85468 34.69065 346.26093Q34.237526 346.65155 34.237526 347.33905ZM38.112526 340.13593Q37.675026 340.13593 37.44065 340.47968Q37.19065 340.8078 37.018776 341.63593Q36.8469 342.44843 36.5969 342.9328Q36.3469 343.41718 36.018776 343.65155Q35.675026 343.8703 35.206276 343.8703Q34.425026 343.8703 33.893776 343.21405Q33.3469 342.5578 33.3469 341.52655Q33.3469 340.44843 33.9094 339.79218Q34.456276 339.1203 35.31565 339.1203L35.31565 340.19843Q34.87815 340.19843 34.56565 340.58905Q34.237526 340.96405 34.237526 341.52655Q34.237526 342.1203 34.50315 342.46405Q34.75315 342.79218 35.1594 342.79218Q35.550026 342.79218 35.75315 342.47968Q35.956276 342.16718 36.143776 341.35468Q36.31565 340.54218 36.56565 340.04218Q36.81565 339.54218 37.175026 339.3078Q37.5344 339.0578 38.0344 339.0578Q38.893776 339.0578 39.4094 339.7453Q39.925026 340.41718 39.925026 341.4953Q39.925026 342.26093 39.6594 342.85468Q39.37815 343.4328 38.893776 343.76093Q38.4094 344.08905 37.8469 344.08905L37.8469 343.01093Q38.393776 342.97968 38.7219 342.57343Q39.0344 342.16718 39.0344 341.4953Q39.0344 340.88593 38.7844 340.51093Q38.5344 340.13593 38.112526 340.13593ZM36.706276 332.47968Q38.143776 332.47968 39.0344 333.13593Q39.925026 333.79218 39.925026 334.9328Q39.925026 336.08905 39.19065 336.7453L42.237526 336.7453L42.237526 337.82343L33.456276 337.82343L33.456276 336.83905L34.1594 336.79218Q33.3469 336.1203 33.3469 334.94843Q33.3469 333.8078 34.206276 333.15155Q35.06565 332.47968 36.5969 332.47968L36.706276 332.47968ZM36.581276 333.5578Q35.50315 333.5578 34.893776 334.02655Q34.268776 334.47968 34.268776 335.27655Q34.268776 336.26093 35.12815 336.7453L38.1594 336.7453Q39.0344 336.26093 39.0344 335.26093Q39.0344 334.47968 38.425026 334.02655Q37.800026 333.5578 36.581276 333.5578ZM36.56565 331.1203Q35.643776 331.1203 34.893776 330.76093Q34.143776 330.38593 33.75315 329.72968Q33.3469 329.07343 33.3469 328.2453Q33.3469 326.94843 34.237526 326.15155Q35.12815 325.33905 36.62815 325.33905L36.706276 325.33905Q37.62815 325.33905 38.362526 325.69843Q39.0969 326.0578 39.518776 326.71405Q39.925026 327.3703 39.925026 328.22968Q39.925026 329.51093 39.0344 330.32343Q38.12815 331.1203 36.643776 331.1203L36.56565 331.1203ZM36.706276 330.02655Q37.75315 330.02655 38.393776 329.54218Q39.0344 329.04218 39.0344 328.22968Q39.0344 327.40155 38.393776 326.91718Q37.737526 326.4328 36.56565 326.4328Q35.5344 326.4328 34.893776 326.9328Q34.237526 327.41718 34.237526 328.2453Q34.237526 329.04218 34.87815 329.54218Q35.50315 330.02655 36.706276 330.02655ZM33.456276 322.8078L34.25315 322.77655Q33.3469 322.04218 33.3469 320.8703Q33.3469 318.85468 35.612526 318.83905L39.800026 318.83905L39.800026 319.9328L35.5969 319.9328Q34.925026 319.9328 34.5969 320.2453Q34.268776 320.54218 34.268776 321.19843Q34.268776 321.72968 34.550026 322.13593Q34.831276 322.52655 35.2844 322.7453L39.800026 322.7453L39.800026 323.82343L33.456276 323.82343L33.456276 322.8078ZM36.581276 317.08905Q35.112526 317.08905 34.237526 316.40155Q33.3469 315.71405 33.3469 314.58905Q33.3469 313.47968 34.0969 312.82343L30.800026 312.82343L30.800026 311.7453L39.800026 311.7453L39.800026 312.7453L39.112526 312.79218Q39.925026 313.44843 39.925026 314.60468Q39.925026 315.69843 39.018776 316.40155Q38.112526 317.08905 36.6594 317.08905L36.581276 317.08905ZM36.706276 316.01093Q37.7844 316.01093 38.393776 315.57343Q39.00315 315.1203 39.00315 314.33905Q39.00315 313.3078 38.06565 312.82343L35.1594 312.82343Q34.268776 313.3078 34.268776 314.32343Q34.268776 315.1203 34.87815 315.57343Q35.487526 316.01093 36.706276 316.01093ZM39.925026 307.19843Q39.925026 308.4953 39.081276 309.3078Q38.2219 310.10468 36.800026 310.10468L36.612526 310.10468Q35.6594 310.10468 34.925026 309.7453Q34.175026 309.38593 33.768776 308.7453Q33.3469 308.08905 33.3469 307.33905Q33.3469 306.10468 34.1594 305.41718Q34.9719 304.72968 36.487526 304.72968L36.94065 304.72968L36.94065 309.02655Q37.87815 308.9953 38.456276 308.47968Q39.0344 307.94843 39.0344 307.13593Q39.0344 306.57343 38.800026 306.1828Q38.56565 305.77655 38.175026 305.46405L38.69065 304.8078Q39.925026 305.60468 39.925026 307.19843ZM34.237526 307.33905Q34.237526 307.9953 34.7219 308.44843Q35.19065 308.88593 36.050026 308.97968L36.050026 305.8078L35.9719 305.8078Q35.143776 305.85468 34.69065 306.26093Q34.237526 306.65155 34.237526 307.33905ZM33.456276 302.8078L34.25315 302.77655Q33.3469 302.04218 33.3469 300.8703Q33.3469 298.85468 35.612526 298.83905L39.800026 298.83905L39.800026 299.9328L35.5969 299.9328Q34.925026 299.9328 34.5969 300.2453Q34.268776 300.54218 34.268776 301.19843Q34.268776 301.72968 34.550026 302.13593Q34.831276 302.52655 35.2844 302.7453L39.800026 302.7453L39.800026 303.82343L33.456276 303.82343L33.456276 302.8078ZM31.925026 295.35468L33.456276 295.35468L33.456276 294.1828L34.300026 294.1828L34.300026 295.35468L38.2219 295.35468Q38.612526 295.35468 38.800026 295.19843Q38.987526 295.04218 38.987526 294.66718Q38.987526 294.47968 38.925026 294.15155L39.800026 294.15155Q39.925026 294.57343 39.925026 294.97968Q39.925026 295.69843 39.487526 296.07343Q39.0344 296.44843 38.2219 296.44843L34.300026 296.44843L34.300026 297.60468L33.456276 297.60468L33.456276 296.44843L31.925026 296.44843L31.925026 295.35468ZM38.112526 289.13593Q37.675026 289.13593 37.44065 289.47968Q37.19065 289.8078 37.018776 290.63593Q36.8469 291.44843 36.5969 291.9328Q36.3469 292.41718 36.018776 292.65155Q35.675026 292.8703 35.206276 292.8703Q34.425026 292.8703 33.893776 292.21405Q33.3469 291.5578 33.3469 290.52655Q33.3469 289.44843 33.9094 288.79218Q34.456276 288.1203 35.31565 288.1203L35.31565 289.19843Q34.87815 289.19843 34.56565 289.58905Q34.237526 289.96405 34.237526 290.52655Q34.237526 291.1203 34.50315 291.46405Q34.75315 291.79218 35.1594 291.79218Q35.550026 291.79218 35.75315 291.47968Q35.956276 291.16718 36.143776 290.35468Q36.31565 289.54218 36.56565 289.04218Q36.81565 288.54218 37.175026 288.3078Q37.5344 288.0578 38.0344 288.0578Q38.893776 288.0578 39.4094 288.7453Q39.925026 289.41718 39.925026 290.4953Q39.925026 291.26093 39.6594 291.85468Q39.37815 292.4328 38.893776 292.76093Q38.4094 293.08905 37.8469 293.08905L37.8469 292.01093Q38.393776 291.97968 38.7219 291.57343Q39.0344 291.16718 39.0344 290.4953Q39.0344 289.88593 38.7844 289.51093Q38.5344 289.13593 38.112526 289.13593ZM39.0344 281.29218Q39.0344 280.71405 38.69065 280.27655Q38.331276 279.83905 37.800026 279.79218L37.800026 278.76093Q38.3469 278.79218 38.8469 279.15155Q39.331276 279.4953 39.62815 280.07343Q39.925026 280.63593 39.925026 281.29218Q39.925026 282.58905 39.06565 283.35468Q38.19065 284.10468 36.69065 284.10468L36.50315 284.10468Q35.581276 284.10468 34.862526 283.77655Q34.143776 283.4328 33.75315 282.8078Q33.3469 282.16718 33.3469 281.29218Q33.3469 280.22968 33.987526 279.52655Q34.612526 278.8078 35.643776 278.76093L35.643776 279.79218Q35.018776 279.83905 34.62815 280.26093Q34.237526 280.6828 34.237526 281.29218Q34.237526 282.1203 34.831276 282.57343Q35.425026 283.02655 36.550026 283.02655L36.75315 283.02655Q37.8469 283.02655 38.44065 282.57343Q39.0344 282.1203 39.0344 281.29218ZM39.800026 276.65155L39.800026 277.72968L30.800026 277.72968L30.800026 276.65155L39.800026 276.65155ZM39.800026 270.91718Q39.612526 271.01093 39.12815 271.07343Q39.925026 271.82343 39.925026 272.8703Q39.925026 273.8078 39.393776 274.41718Q38.862526 275.01093 38.0344 275.01093Q37.050026 275.01093 36.50315 274.26093Q35.956276 273.51093 35.956276 272.13593L35.956276 271.08905L35.456276 271.08905Q34.893776 271.08905 34.56565 271.4328Q34.2219 271.76093 34.2219 272.4328Q34.2219 273.01093 34.518776 273.40155Q34.800026 273.79218 35.2219 273.79218L35.2219 274.88593Q34.737526 274.88593 34.300026 274.5578Q33.862526 274.21405 33.612526 273.63593Q33.3469 273.0578 33.3469 272.3703Q33.3469 271.26093 33.893776 270.65155Q34.44065 270.02655 35.393776 269.9953L38.31565 269.9953Q39.19065 269.9953 39.706276 269.77655L39.800026 269.77655L39.800026 270.91718ZM38.9719 272.71405Q38.9719 272.19843 38.706276 271.7453Q38.44065 271.29218 38.018776 271.08905L36.7219 271.08905L36.7219 271.9328Q36.7219 273.9328 37.893776 273.9328Q38.393776 273.9328 38.69065 273.58905Q38.9719 273.2453 38.9719 272.71405ZM39.800026 266.65155L39.800026 267.72968L33.456276 267.72968L33.456276 266.65155L39.800026 266.65155ZM31.7844 267.82343Q31.518776 267.82343 31.331276 267.66718Q31.143776 267.4953 31.143776 267.1828Q31.143776 266.8703 31.331276 266.71405Q31.518776 266.54218 31.7844 266.54218Q32.0344 266.54218 32.2219 266.71405Q32.393776 266.8703 32.393776 267.1828Q32.393776 267.4953 32.2219 267.66718Q32.0344 267.82343 31.7844 267.82343ZM33.456276 263.8078L34.1594 263.77655Q33.3469 263.08905 33.3469 261.90155Q33.3469 260.57343 34.362526 260.08905Q33.9094 259.77655 33.62815 259.27655Q33.3469 258.76093 33.3469 258.07343Q33.3469 255.97966 35.550026 255.94841L39.800026 255.94841L39.800026 257.02655L35.612526 257.02655Q34.94065 257.02655 34.612526 257.33905Q34.268776 257.65155 34.268776 258.38593Q34.268776 258.9953 34.62815 259.40155Q34.987526 259.79218 35.5969 259.85468L39.800026 259.85468L39.800026 260.9328L35.643776 260.9328Q34.268776 260.9328 34.268776 262.29218Q34.268776 263.35468 35.175026 263.7453L39.800026 263.7453L39.800026 264.83905L33.456276 264.83905L33.456276 263.8078ZM39.800026 252.65154L39.800026 253.72966L33.456276 253.72966L33.456276 252.65154L39.800026 252.65154ZM31.7844 253.82341Q31.518776 253.82341 31.331276 253.66716Q31.143776 253.49529 31.143776 253.18279Q31.143776 252.87029 31.331276 252.71404Q31.518776 252.54216 31.7844 252.54216Q32.0344 252.54216 32.2219 252.71404Q32.393776 252.87029 32.393776 253.18279Q32.393776 253.49529 32.2219 253.66716Q32.0344 253.82341 31.7844 253.82341ZM33.456276 249.80779L34.25315 249.77654Q33.3469 249.04216 33.3469 247.87029Q33.3469 245.85466 35.612526 245.83904L39.800026 245.83904L39.800026 246.93279L35.5969 246.93279Q34.925026 246.93279 34.5969 247.24529Q34.268776 247.54216 34.268776 248.19841Q34.268776 248.72966 34.550026 249.13591Q34.831276 249.52654 35.2844 249.74529L39.800026 249.74529L39.800026 250.82341L33.456276 250.82341L33.456276 249.80779ZM36.581276 244.08904Q35.0969 244.08904 34.2219 243.40154Q33.3469 242.71404 33.3469 241.58904Q33.3469 240.43279 34.1594 239.77654L33.456276 239.72966L33.456276 238.72966L39.643776 238.72966Q40.87815 238.72966 41.581276 239.46404Q42.300026 240.19841 42.300026 241.41716Q42.300026 242.10466 42.00315 242.76091Q41.706276 243.41716 41.206276 243.76091L40.550026 243.19841Q41.4094 242.51091 41.4094 241.49529Q41.4094 240.71404 40.956276 240.27654Q40.518776 239.82341 39.706276 239.82341L39.1594 239.82341Q39.925026 240.47966 39.925026 241.60466Q39.925026 242.71404 39.0344 243.40154Q38.12815 244.08904 36.581276 244.08904ZM36.706276 242.99529Q37.768776 242.99529 38.393776 242.55779Q39.00315 242.12029 39.00315 241.32341Q39.00315 240.30779 38.06565 239.82341L35.175026 239.82341Q34.268776 240.32341 34.268776 241.32341Q34.268776 242.10466 34.87815 242.55779Q35.487526 242.99529 36.706276 242.99529ZM39.925026 231.19841Q39.925026 232.49529 39.081276 233.30779Q38.2219 234.10466 36.800026 234.10466L36.612526 234.10466Q35.6594 234.10466 34.925026 233.74529Q34.175026 233.38591 33.768776 232.74529Q33.3469 232.08904 33.3469 231.33904Q33.3469 230.10466 34.1594 229.41716Q34.9719 228.72966 36.487526 228.72966L36.94065 228.72966L36.94065 233.02654Q37.87815 232.99529 38.456276 232.47966Q39.0344 231.94841 39.0344 231.13591Q39.0344 230.57341 38.800026 230.18279Q38.56565 229.77654 38.175026 229.46404L38.69065 228.80779Q39.925026 229.60466 39.925026 231.19841ZM34.237526 231.33904Q34.237526 231.99529 34.7219 232.44841Q35.19065 232.88591 36.050026 232.97966L36.050026 229.80779L35.9719 229.80779Q35.143776 229.85466 34.69065 230.26091Q34.237526 230.65154 34.237526 231.33904ZM35.768776 225.69841L33.456276 224.29216L33.456276 223.02654L36.5969 225.10466L39.800026 222.96404L39.800026 224.21404L37.425026 225.68279L39.800026 227.15154L39.800026 228.41716L36.5969 226.27654L33.456276 228.33904L33.456276 227.08904L35.768776 225.69841ZM36.706276 216.47966Q38.143776 216.47966 39.0344 217.13591Q39.925026 217.79216 39.925026 218.93279Q39.925026 220.08904 39.19065 220.74529L42.237526 220.74529L42.237526 221.82341L33.456276 221.82341L33.456276 220.83904L34.1594 220.79216Q33.3469 220.12029 33.3469 218.94841Q33.3469 217.80779 34.206276 217.15154Q35.06565 216.47966 36.5969 216.47966L36.706276 216.47966ZM36.581276 217.55779Q35.50315 217.55779 34.893776 218.02654Q34.268776 218.47966 34.268776 219.27654Q34.268776 220.26091 35.12815 220.74529L38.1594 220.74529Q39.0344 220.26091 39.0344 219.26091Q39.0344 218.47966 38.425026 218.02654Q37.800026 217.55779 36.581276 217.55779ZM39.925026 212.19841Q39.925026 213.49529 39.081276 214.30779Q38.2219 215.10466 36.800026 215.10466L36.612526 215.10466Q35.6594 215.10466 34.925026 214.74529Q34.175026 214.38591 33.768776 213.74529Q33.3469 213.08904 33.3469 212.33904Q33.3469 211.10466 34.1594 210.41716Q34.9719 209.72966 36.487526 209.72966L36.94065 209.72966L36.94065 214.02654Q37.87815 213.99529 38.456276 213.47966Q39.0344 212.94841 39.0344 212.13591Q39.0344 211.57341 38.800026 211.18279Q38.56565 210.77654 38.175026 210.46404L38.69065 209.80779Q39.925026 210.60466 39.925026 212.19841ZM34.237526 212.33904Q34.237526 212.99529 34.7219 213.44841Q35.19065 213.88591 36.050026 213.97966L36.050026 210.80779L35.9719 210.80779Q35.143776 210.85466 34.69065 211.26091Q34.237526 211.65154 34.237526 212.33904ZM34.425026 205.76091Q34.393776 206.01091 34.393776 206.29216Q34.393776 207.37029 35.300026 207.74529L39.800026 207.74529L39.800026 208.82341L33.456276 208.82341L33.456276 207.77654L34.19065 207.76091Q33.3469 207.22966 33.3469 206.24529Q33.3469 205.93279 33.425026 205.76091L34.425026 205.76091ZM31.925026 203.35466L33.456276 203.35466L33.456276 202.18279L34.300026 202.18279L34.300026 203.35466L38.2219 203.35466Q38.612526 203.35466 38.800026 203.19841Q38.987526 203.04216 38.987526 202.66716Q38.987526 202.47966 38.925026 202.15154L39.800026 202.15154Q39.925026 202.57341 39.925026 202.97966Q39.925026 203.69841 39.487526 204.07341Q39.0344 204.44841 38.2219 204.44841L34.300026 204.44841L34.300026 205.60466L33.456276 205.60466L33.456276 204.44841L31.925026 204.44841L31.925026 203.35466ZM39.800026 199.65154L39.800026 200.72966L33.456276 200.72966L33.456276 199.65154L39.800026 199.65154ZM31.7844 200.82341Q31.518776 200.82341 31.331276 200.66716Q31.143776 200.49529 31.143776 200.18279Q31.143776 199.87029 31.331276 199.71404Q31.518776 199.54216 31.7844 199.54216Q32.0344 199.54216 32.2219 199.71404Q32.393776 199.87029 32.393776 200.18279Q32.393776 200.49529 32.2219 200.66716Q32.0344 200.82341 31.7844 200.82341ZM38.112526 194.13591Q37.675026 194.13591 37.44065 194.47966Q37.19065 194.80779 37.018776 195.63591Q36.8469 196.44841 36.5969 196.93279Q36.3469 197.41716 36.018776 197.65154Q35.675026 197.87029 35.206276 197.87029Q34.425026 197.87029 33.893776 197.21404Q33.3469 196.55779 33.3469 195.52654Q33.3469 194.44841 33.9094 193.79216Q34.456276 193.12029 35.31565 193.12029L35.31565 194.19841Q34.87815 194.19841 34.56565 194.58904Q34.237526 194.96404 34.237526 195.52654Q34.237526 196.12029 34.50315 196.46404Q34.75315 196.79216 35.1594 196.79216Q35.550026 196.79216 35.75315 196.47966Q35.956276 196.16716 36.143776 195.35466Q36.31565 194.54216 36.56565 194.04216Q36.81565 193.54216 37.175026 193.30779Q37.5344 193.05779 38.0344 193.05779Q38.893776 193.05779 39.4094 193.74529Q39.925026 194.41716 39.925026 195.49529Q39.925026 196.26091 39.6594 196.85466Q39.37815 197.43279 38.893776 197.76091Q38.4094 198.08904 37.8469 198.08904L37.8469 197.01091Q38.393776 196.97966 38.7219 196.57341Q39.0344 196.16716 39.0344 195.49529Q39.0344 194.88591 38.7844 194.51091Q38.5344 194.13591 38.112526 194.13591ZM39.925026 189.19841Q39.925026 190.49529 39.081276 191.30779Q38.2219 192.10466 36.800026 192.10466L36.612526 192.10466Q35.6594 192.10466 34.925026 191.74529Q34.175026 191.38591 33.768776 190.74529Q33.3469 190.08904 33.3469 189.33904Q33.3469 188.10466 34.1594 187.41716Q34.9719 186.72966 36.487526 186.72966L36.94065 186.72966L36.94065 191.02654Q37.87815 190.99529 38.456276 190.47966Q39.0344 189.94841 39.0344 189.13591Q39.0344 188.57341 38.800026 188.18279Q38.56565 187.77654 38.175026 187.46404L38.69065 186.80779Q39.925026 187.60466 39.925026 189.19841ZM34.237526 189.33904Q34.237526 189.99529 34.7219 190.44841Q35.19065 190.88591 36.050026 190.97966L36.050026 187.80779L35.9719 187.80779Q35.143776 187.85466 34.69065 188.26091Q34.237526 188.65154 34.237526 189.33904Z" fill-rule="nonzero"/><path fill="#666666" d="M96.2004 486.6339Q96.2004 488.54016 95.54415 489.47766Q94.90353 490.39954 93.5129 490.39954Q92.15353 490.39954 91.49728 489.4933Q90.84103 488.58704 90.80978 486.77454L90.80978 485.33704Q90.80978 483.4464 91.4504 482.54016Q92.10665 481.6183 93.49728 481.6183Q94.87228 481.6183 95.52853 482.5089Q96.18478 483.3839 96.2004 485.22766L96.2004 486.6339ZM95.10665 485.14954Q95.10665 483.77454 94.71603 483.14954Q94.34103 482.5089 93.49728 482.5089Q92.66915 482.5089 92.27853 483.14954Q91.90353 483.77454 91.90353 485.0714L91.90353 486.8058Q91.90353 488.1808 92.29415 488.85266Q92.7004 489.5089 93.5129 489.5089Q94.30978 489.5089 94.7004 488.8839Q95.09103 488.2589 95.10665 486.9308L95.10665 485.14954ZM97.74728 483.3839Q97.74728 482.6183 98.23165 482.1183Q98.73165 481.6183 99.49728 481.6183Q100.27853 481.6183 100.7629 482.1183Q101.24728 482.6183 101.24728 483.41516L101.24728 483.83704Q101.24728 484.60266 100.74728 485.10266Q100.2629 485.58704 99.5129 485.58704Q98.74728 485.58704 98.24728 485.10266Q97.74728 484.60266 97.74728 483.79016L97.74728 483.3839ZM98.55978 483.83704Q98.55978 484.29016 98.80978 484.58704Q99.0754 484.8839 99.5129 484.8839Q99.93478 484.8839 100.18478 484.60266Q100.43478 484.3058 100.43478 483.8058L100.43478 483.3839Q100.43478 482.9308 100.18478 482.6339Q99.93478 482.3214 99.49728 482.3214Q99.05978 482.3214 98.80978 482.6339Q98.55978 482.9308 98.55978 483.39954L98.55978 483.83704ZM101.90353 488.1808Q101.90353 487.41516 102.3879 486.9308Q102.8879 486.4308 103.65353 486.4308Q104.41915 486.4308 104.90353 486.9308Q105.40353 487.41516 105.40353 488.22766L105.40353 488.6339Q105.40353 489.39954 104.91915 489.89954Q104.43478 490.39954 103.66915 490.39954Q102.90353 490.39954 102.40353 489.91516Q101.90353 489.41516 101.90353 488.60266L101.90353 488.1808ZM102.71603 488.6339Q102.71603 489.10266 102.96603 489.39954Q103.23165 489.6964 103.66915 489.6964Q104.09103 489.6964 104.34103 489.41516Q104.59103 489.1183 104.59103 488.6183L104.59103 488.1808Q104.59103 487.71204 104.3254 487.4308Q104.0754 487.1339 103.65353 487.1339Q103.23165 487.1339 102.96603 487.4308Q102.71603 487.71204 102.71603 488.21204L102.71603 488.6339ZM99.7629 489.6339L99.1379 489.2433L103.30978 482.5714L103.91915 482.96204L99.7629 489.6339Z" fill-rule="nonzero"/><path fill="#666666" d="M89.43478 384.7059L83.84103 384.7059L83.84103 383.92465L86.79415 380.6434Q87.4504 379.8934 87.7004 379.44028Q87.9504 378.97153 87.9504 378.47153Q87.9504 377.79965 87.54415 377.37778Q87.15353 376.94028 86.46603 376.94028Q85.66915 376.94028 85.21603 377.40903Q84.7629 377.86215 84.7629 378.69028L83.68478 378.69028Q83.68478 377.50278 84.43478 376.78403Q85.2004 376.04965 86.46603 376.04965Q87.66915 376.04965 88.35665 376.67465Q89.04415 377.29965 89.04415 378.34653Q89.04415 379.59653 87.43478 381.34653L85.15353 383.81528L89.43478 383.81528L89.43478 384.7059ZM91.34103 380.42465L91.77853 376.17465L96.15353 376.17465L96.15353 377.17465L92.7004 377.17465L92.43478 379.50278Q93.0754 379.12778 93.87228 379.12778Q95.02853 379.12778 95.71603 379.90903Q96.40353 380.67465 96.40353 381.98715Q96.40353 383.29965 95.68478 384.06528Q94.98165 384.8309 93.7004 384.8309Q92.5754 384.8309 91.85665 384.2059Q91.1379 383.56528 91.04415 382.4559L92.05978 382.4559Q92.16915 383.19028 92.59103 383.56528Q93.0129 383.94028 93.7004 383.94028Q94.4504 383.94028 94.8879 383.42465Q95.3254 382.90903 95.3254 382.00278Q95.3254 381.1434 94.85665 380.62778Q94.3879 380.11215 93.60665 380.11215Q92.90353 380.11215 92.49728 380.40903L92.21603 380.6434L91.34103 380.42465ZM97.74728 377.81528Q97.74728 377.04965 98.23165 376.54965Q98.73165 376.04965 99.49728 376.04965Q100.27853 376.04965 100.7629 376.54965Q101.24728 377.04965 101.24728 377.84653L101.24728 378.2684Q101.24728 379.03403 100.74728 379.53403Q100.2629 380.0184 99.5129 380.0184Q98.74728 380.0184 98.24728 379.53403Q97.74728 379.03403 97.74728 378.22153L97.74728 377.81528ZM98.55978 378.2684Q98.55978 378.72153 98.80978 379.0184Q99.0754 379.31528 99.5129 379.31528Q99.93478 379.31528 100.18478 379.03403Q100.43478 378.73715 100.43478 378.23715L100.43478 377.81528Q100.43478 377.36215 100.18478 377.06528Q99.93478 376.75278 99.49728 376.75278Q99.05978 376.75278 98.80978 377.06528Q98.55978 377.36215 98.55978 377.8309L98.55978 378.2684ZM101.90353 382.61215Q101.90353 381.84653 102.3879 381.36215Q102.8879 380.86215 103.65353 380.86215Q104.41915 380.86215 104.90353 381.36215Q105.40353 381.84653 105.40353 382.65903L105.40353 383.06528Q105.40353 383.8309 104.91915 384.3309Q104.43478 384.8309 103.66915 384.8309Q102.90353 384.8309 102.40353 384.34653Q101.90353 383.84653 101.90353 383.03403L101.90353 382.61215ZM102.71603 383.06528Q102.71603 383.53403 102.96603 383.8309Q103.23165 384.12778 103.66915 384.12778Q104.09103 384.12778 104.34103 383.84653Q104.59103 383.54965 104.59103 383.04965L104.59103 382.61215Q104.59103 382.1434 104.3254 381.86215Q104.0754 381.56528 103.65353 381.56528Q103.23165 381.56528 102.96603 381.86215Q102.71603 382.1434 102.71603 382.6434L102.71603 383.06528ZM99.7629 384.06528L99.1379 383.67465L103.30978 377.00278L103.91915 377.3934L99.7629 384.06528Z" fill-rule="nonzero"/><path fill="#666666" d="M84.34103 274.85602L84.77853 270.60602L89.15353 270.60602L89.15353 271.60602L85.7004 271.60602L85.43478 273.93414Q86.0754 273.55914 86.87228 273.55914Q88.02853 273.55914 88.71603 274.3404Q89.40353 275.10602 89.40353 276.41852Q89.40353 277.73102 88.68478 278.49664Q87.98165 279.26227 86.7004 279.26227Q85.5754 279.26227 84.85665 278.63727Q84.1379 277.99664 84.04415 276.88727L85.05978 276.88727Q85.16915 277.62164 85.59103 277.99664Q86.0129 278.37164 86.7004 278.37164Q87.4504 278.37164 87.8879 277.85602Q88.3254 277.3404 88.3254 276.43414Q88.3254 275.57477 87.85665 275.05914Q87.3879 274.54352 86.60665 274.54352Q85.90353 274.54352 85.49728 274.8404L85.21603 275.07477L84.34103 274.85602ZM96.2004 275.49664Q96.2004 277.4029 95.54415 278.3404Q94.90353 279.26227 93.5129 279.26227Q92.15353 279.26227 91.49728 278.35602Q90.84103 277.44977 90.80978 275.63727L90.80978 274.19977Q90.80978 272.30914 91.4504 271.4029Q92.10665 270.48102 93.49728 270.48102Q94.87228 270.48102 95.52853 271.37164Q96.18478 272.24664 96.2004 274.0904L96.2004 275.49664ZM95.10665 274.01227Q95.10665 272.63727 94.71603 272.01227Q94.34103 271.37164 93.49728 271.37164Q92.66915 271.37164 92.27853 272.01227Q91.90353 272.63727 91.90353 273.93414L91.90353 275.66852Q91.90353 277.04352 92.29415 277.7154Q92.7004 278.37164 93.5129 278.37164Q94.30978 278.37164 94.7004 277.74664Q95.09103 277.12164 95.10665 275.79352L95.10665 274.01227ZM97.74728 272.24664Q97.74728 271.48102 98.23165 270.98102Q98.73165 270.48102 99.49728 270.48102Q100.27853 270.48102 100.7629 270.98102Q101.24728 271.48102 101.24728 272.2779L101.24728 272.69977Q101.24728 273.4654 100.74728 273.9654Q100.2629 274.44977 99.5129 274.44977Q98.74728 274.44977 98.24728 273.9654Q97.74728 273.4654 97.74728 272.6529L97.74728 272.24664ZM98.55978 272.69977Q98.55978 273.1529 98.80978 273.44977Q99.0754 273.74664 99.5129 273.74664Q99.93478 273.74664 100.18478 273.4654Q100.43478 273.16852 100.43478 272.66852L100.43478 272.24664Q100.43478 271.79352 100.18478 271.49664Q99.93478 271.18414 99.49728 271.18414Q99.05978 271.18414 98.80978 271.49664Q98.55978 271.79352 98.55978 272.26227L98.55978 272.69977ZM101.90353 277.04352Q101.90353 276.2779 102.3879 275.79352Q102.8879 275.29352 103.65353 275.29352Q104.41915 275.29352 104.90353 275.79352Q105.40353 276.2779 105.40353 277.0904L105.40353 277.49664Q105.40353 278.26227 104.91915 278.76227Q104.43478 279.26227 103.66915 279.26227Q102.90353 279.26227 102.40353 278.7779Q101.90353 278.2779 101.90353 277.4654L101.90353 277.04352ZM102.71603 277.49664Q102.71603 277.9654 102.96603 278.26227Q103.23165 278.55914 103.66915 278.55914Q104.09103 278.55914 104.34103 278.2779Q104.59103 277.98102 104.59103 277.48102L104.59103 277.04352Q104.59103 276.57477 104.3254 276.29352Q104.0754 275.99664 103.65353 275.99664Q103.23165 275.99664 102.96603 276.29352Q102.71603 276.57477 102.71603 277.07477L102.71603 277.49664ZM99.7629 278.49664L99.1379 278.10602L103.30978 271.43414L103.91915 271.82477L99.7629 278.49664Z" fill-rule="nonzero"/><path fill="#666666" d="M89.35665 165.64676L85.8254 173.56863L84.68478 173.56863L88.2004 165.92801L83.59103 165.92801L83.59103 165.03738L89.35665 165.03738L89.35665 165.64676ZM91.34103 169.28738L91.77853 165.03738L96.15353 165.03738L96.15353 166.03738L92.7004 166.03738L92.43478 168.36551Q93.0754 167.99051 93.87228 167.99051Q95.02853 167.99051 95.71603 168.77176Q96.40353 169.53738 96.40353 170.84988Q96.40353 172.16238 95.68478 172.92801Q94.98165 173.69363 93.7004 173.69363Q92.5754 173.69363 91.85665 173.06863Q91.1379 172.42801 91.04415 171.31863L92.05978 171.31863Q92.16915 172.05301 92.59103 172.42801Q93.0129 172.80301 93.7004 172.80301Q94.4504 172.80301 94.8879 172.28738Q95.3254 171.77176 95.3254 170.86551Q95.3254 170.00613 94.85665 169.49051Q94.3879 168.97488 93.60665 168.97488Q92.90353 168.97488 92.49728 169.27176L92.21603 169.50613L91.34103 169.28738ZM97.74728 166.67801Q97.74728 165.91238 98.23165 165.41238Q98.73165 164.91238 99.49728 164.91238Q100.27853 164.91238 100.7629 165.41238Q101.24728 165.91238 101.24728 166.70926L101.24728 167.13113Q101.24728 167.89676 100.74728 168.39676Q100.2629 168.88113 99.5129 168.88113Q98.74728 168.88113 98.24728 168.39676Q97.74728 167.89676 97.74728 167.08426L97.74728 166.67801ZM98.55978 167.13113Q98.55978 167.58426 98.80978 167.88113Q99.0754 168.17801 99.5129 168.17801Q99.93478 168.17801 100.18478 167.89676Q100.43478 167.59988 100.43478 167.09988L100.43478 166.67801Q100.43478 166.22488 100.18478 165.92801Q99.93478 165.61551 99.49728 165.61551Q99.05978 165.61551 98.80978 165.92801Q98.55978 166.22488 98.55978 166.69363L98.55978 167.13113ZM101.90353 171.47488Q101.90353 170.70926 102.3879 170.22488Q102.8879 169.72488 103.65353 169.72488Q104.41915 169.72488 104.90353 170.22488Q105.40353 170.70926 105.40353 171.52176L105.40353 171.92801Q105.40353 172.69363 104.91915 173.19363Q104.43478 173.69363 103.66915 173.69363Q102.90353 173.69363 102.40353 173.20926Q101.90353 172.70926 101.90353 171.89676L101.90353 171.47488ZM102.71603 171.92801Q102.71603 172.39676 102.96603 172.69363Q103.23165 172.99051 103.66915 172.99051Q104.09103 172.99051 104.34103 172.70926Q104.59103 172.41238 104.59103 171.91238L104.59103 171.47488Q104.59103 171.00613 104.3254 170.72488Q104.0754 170.42801 103.65353 170.42801Q103.23165 170.42801 102.96603 170.72488Q102.71603 171.00613 102.71603 171.50613L102.71603 171.92801ZM99.7629 172.92801L99.1379 172.53738L103.30978 165.86551L103.91915 166.25613L99.7629 172.92801Z" fill-rule="nonzero"/><path fill="#666666" d="M80.40353 68.0L79.3254 68.0L79.3254 60.78125L77.1379 61.578125L77.1379 60.59375L80.24728 59.421875L80.40353 59.421875L80.40353 68.0ZM89.2004 64.359375Q89.2004 66.265625 88.54415 67.203125Q87.90353 68.125 86.5129 68.125Q85.15353 68.125 84.49728 67.21875Q83.84103 66.3125 83.80978 64.5L83.80978 63.0625Q83.80978 61.171875 84.4504 60.265625Q85.10665 59.34375 86.49728 59.34375Q87.87228 59.34375 88.52853 60.234375Q89.18478 61.109375 89.2004 62.953125L89.2004 64.359375ZM88.10665 62.875Q88.10665 61.5 87.71603 60.875Q87.34103 60.234375 86.49728 60.234375Q85.66915 60.234375 85.27853 60.875Q84.90353 61.5 84.90353 62.796875L84.90353 64.53125Q84.90353 65.90625 85.29415 66.578125Q85.7004 67.234375 86.5129 67.234375Q87.30978 67.234375 87.7004 66.609375Q88.09103 65.984375 88.10665 64.65625L88.10665 62.875ZM96.2004 64.359375Q96.2004 66.265625 95.54415 67.203125Q94.90353 68.125 93.5129 68.125Q92.15353 68.125 91.49728 67.21875Q90.84103 66.3125 90.80978 64.5L90.80978 63.0625Q90.80978 61.171875 91.4504 60.265625Q92.10665 59.34375 93.49728 59.34375Q94.87228 59.34375 95.52853 60.234375Q96.18478 61.109375 96.2004 62.953125L96.2004 64.359375ZM95.10665 62.875Q95.10665 61.5 94.71603 60.875Q94.34103 60.234375 93.49728 60.234375Q92.66915 60.234375 92.27853 60.875Q91.90353 61.5 91.90353 62.796875L91.90353 64.53125Q91.90353 65.90625 92.29415 66.578125Q92.7004 67.234375 93.5129 67.234375Q94.30978 67.234375 94.7004 66.609375Q95.09103 65.984375 95.10665 64.65625L95.10665 62.875ZM97.74728 61.109375Q97.74728 60.34375 98.23165 59.84375Q98.73165 59.34375 99.49728 59.34375Q100.27853 59.34375 100.7629 59.84375Q101.24728 60.34375 101.24728 61.140625L101.24728 61.5625Q101.24728 62.328125 100.74728 62.828125Q100.2629 63.3125 99.5129 63.3125Q98.74728 63.3125 98.24728 62.828125Q97.74728 62.328125 97.74728 61.515625L97.74728 61.109375ZM98.55978 61.5625Q98.55978 62.015625 98.80978 62.3125Q99.0754 62.609375 99.5129 62.609375Q99.93478 62.609375 100.18478 62.328125Q100.43478 62.03125 100.43478 61.53125L100.43478 61.109375Q100.43478 60.65625 100.18478 60.359375Q99.93478 60.046875 99.49728 60.046875Q99.05978 60.046875 98.80978 60.359375Q98.55978 60.65625 98.55978 61.125L98.55978 61.5625ZM101.90353 65.90625Q101.90353 65.140625 102.3879 64.65625Q102.8879 64.15625 103.65353 64.15625Q104.41915 64.15625 104.90353 64.65625Q105.40353 65.140625 105.40353 65.953125L105.40353 66.359375Q105.40353 67.125 104.91915 67.625Q104.43478 68.125 103.66915 68.125Q102.90353 68.125 102.40353 67.640625Q101.90353 67.140625 101.90353 66.328125L101.90353 65.90625ZM102.71603 66.359375Q102.71603 66.828125 102.96603 67.125Q103.23165 67.421875 103.66915 67.421875Q104.09103 67.421875 104.34103 67.140625Q104.59103 66.84375 104.59103 66.34375L104.59103 65.90625Q104.59103 65.4375 104.3254 65.15625Q104.0754 64.859375 103.65353 64.859375Q103.23165 64.859375 102.96603 65.15625Q102.71603 65.4375 102.71603 65.9375L102.71603 66.359375ZM99.7629 67.359375L99.1379 66.96875L103.30978 60.296875L103.91915 60.6875L99.7629 67.359375Z" fill-rule="nonzero"/><path fill="#666666" d="M122.58432 499.9933L126.256195 501.47766L126.256195 502.6339L121.45932 500.41516L121.45932 499.5558L126.256195 497.33704L126.256195 498.4933L122.58432 499.9933ZM132.3187 498.97766L133.1312 498.97766Q133.91245 498.96204 134.34995 498.5714Q134.78745 498.1808 134.78745 497.5089Q134.78745 496.0089 133.28745 496.0089Q132.58432 496.0089 132.16245 496.41516Q131.7562 496.8214 131.7562 497.47766L130.66245 497.47766Q130.66245 496.46204 131.39682 495.79016Q132.14682 495.1183 133.28745 495.1183Q134.49057 495.1183 135.17807 495.7589Q135.86557 496.39954 135.86557 497.54016Q135.86557 498.10266 135.5062 498.6183Q135.14682 499.1339 134.52182 499.39954Q135.22495 499.6183 135.59995 500.1339Q135.99057 500.64954 135.99057 501.39954Q135.99057 502.54016 135.24057 503.22766Q134.49057 503.89954 133.28745 503.89954Q132.09995 503.89954 131.33432 503.2433Q130.58432 502.58704 130.58432 501.52454L131.67807 501.52454Q131.67807 502.1964 132.11557 502.60266Q132.55307 503.0089 133.30307 503.0089Q134.08432 503.0089 134.49057 502.60266Q134.91245 502.1808 134.91245 501.41516Q134.91245 500.6808 134.45932 500.29016Q134.0062 499.8839 133.1312 499.8683L132.3187 499.8683L132.3187 498.97766ZM141.8812 497.4308L141.91245 498.1339Q142.59995 497.3214 143.78745 497.3214Q145.11557 497.3214 145.59995 498.33704Q145.91245 497.8839 146.41245 497.60266Q146.92807 497.3214 147.61557 497.3214Q149.70932 497.3214 149.74057 499.52454L149.74057 503.77454L148.66245 503.77454L148.66245 499.58704Q148.66245 498.91516 148.34995 498.58704Q148.03745 498.2433 147.30307 498.2433Q146.6937 498.2433 146.28745 498.60266Q145.89682 498.96204 145.83432 499.5714L145.83432 503.77454L144.7562 503.77454L144.7562 499.6183Q144.7562 498.2433 143.39682 498.2433Q142.33432 498.2433 141.9437 499.14954L141.9437 503.77454L140.84995 503.77454L140.84995 497.4308L141.8812 497.4308ZM151.5687 500.54016Q151.5687 499.6183 151.92807 498.8683Q152.30307 498.1183 152.95932 497.72766Q153.61557 497.3214 154.4437 497.3214Q155.74057 497.3214 156.53745 498.21204Q157.34995 499.10266 157.34995 500.60266L157.34995 500.6808Q157.34995 501.60266 156.99057 502.33704Q156.6312 503.0714 155.97495 503.4933Q155.3187 503.89954 154.45932 503.89954Q153.17807 503.89954 152.36557 503.0089Q151.5687 502.10266 151.5687 500.6183L151.5687 500.54016ZM152.66245 500.6808Q152.66245 501.72766 153.14682 502.3683Q153.64682 503.0089 154.45932 503.0089Q155.28745 503.0089 155.77182 502.3683Q156.2562 501.71204 156.2562 500.54016Q156.2562 499.5089 155.7562 498.8683Q155.27182 498.21204 154.4437 498.21204Q153.64682 498.21204 153.14682 498.85266Q152.66245 499.47766 152.66245 500.6808ZM159.8812 497.4308L159.91245 498.22766Q160.64682 497.3214 161.8187 497.3214Q163.83432 497.3214 163.84995 499.58704L163.84995 503.77454L162.7562 503.77454L162.7562 499.5714Q162.7562 498.89954 162.4437 498.5714Q162.14682 498.2433 161.49057 498.2433Q160.95932 498.2433 160.55307 498.52454Q160.16245 498.8058 159.9437 499.2589L159.9437 503.77454L158.86557 503.77454L158.86557 497.4308L159.8812 497.4308ZM167.33432 495.89954L167.33432 497.4308L168.5062 497.4308L168.5062 498.27454L167.33432 498.27454L167.33432 502.1964Q167.33432 502.58704 167.49057 502.77454Q167.64682 502.96204 168.02182 502.96204Q168.20932 502.96204 168.53745 502.89954L168.53745 503.77454Q168.11557 503.89954 167.70932 503.89954Q166.99057 503.89954 166.61557 503.46204Q166.24057 503.0089 166.24057 502.1964L166.24057 498.27454L165.08432 498.27454L165.08432 497.4308L166.24057 497.4308L166.24057 495.89954L167.33432 495.89954ZM170.9437 498.1964Q171.66245 497.3214 172.8187 497.3214Q174.83432 497.3214 174.84995 499.58704L174.84995 503.77454L173.7562 503.77454L173.7562 499.5714Q173.7562 498.89954 173.4437 498.5714Q173.14682 498.2433 172.49057 498.2433Q171.95932 498.2433 171.55307 498.52454Q171.16245 498.8058 170.9437 499.2589L170.9437 503.77454L169.86557 503.77454L169.86557 494.77454L170.9437 494.77454L170.9437 498.1964ZM180.55307 502.08704Q180.55307 501.64954 180.20932 501.41516Q179.8812 501.16516 179.05307 500.9933Q178.24057 500.8214 177.7562 500.5714Q177.27182 500.3214 177.03745 499.9933Q176.8187 499.64954 176.8187 499.1808Q176.8187 498.39954 177.47495 497.8683Q178.1312 497.3214 179.16245 497.3214Q180.24057 497.3214 180.89682 497.8839Q181.5687 498.4308 181.5687 499.29016L180.49057 499.29016Q180.49057 498.85266 180.09995 498.54016Q179.72495 498.21204 179.16245 498.21204Q178.5687 498.21204 178.22495 498.47766Q177.89682 498.72766 177.89682 499.1339Q177.89682 499.52454 178.20932 499.72766Q178.52182 499.9308 179.33432 500.1183Q180.14682 500.29016 180.64682 500.54016Q181.14682 500.79016 181.3812 501.14954Q181.6312 501.5089 181.6312 502.0089Q181.6312 502.8683 180.9437 503.3839Q180.27182 503.89954 179.1937 503.89954Q178.42807 503.89954 177.83432 503.6339Q177.2562 503.35266 176.92807 502.8683Q176.59995 502.3839 176.59995 501.8214L177.67807 501.8214Q177.70932 502.3683 178.11557 502.6964Q178.52182 503.0089 179.1937 503.0089Q179.80307 503.0089 180.17807 502.7589Q180.55307 502.5089 180.55307 502.08704Z" fill-rule="nonzero"/><path fill="#666666" d="M198.11778 498.97766L198.93028 498.97766Q199.71153 498.96204 200.14903 498.5714Q200.58653 498.1808 200.58653 497.5089Q200.58653 496.0089 199.08653 496.0089Q198.3834 496.0089 197.96153 496.41516Q197.55528 496.8214 197.55528 497.47766L196.46153 497.47766Q196.46153 496.46204 197.1959 495.79016Q197.9459 495.1183 199.08653 495.1183Q200.28966 495.1183 200.97716 495.7589Q201.66466 496.39954 201.66466 497.54016Q201.66466 498.10266 201.30528 498.6183Q200.9459 499.1339 200.3209 499.39954Q201.02403 499.6183 201.39903 500.1339Q201.78966 500.64954 201.78966 501.39954Q201.78966 502.54016 201.03966 503.22766Q200.28966 503.89954 199.08653 503.89954Q197.89903 503.89954 197.1334 503.2433Q196.3834 502.58704 196.3834 501.52454L197.47716 501.52454Q197.47716 502.1964 197.91466 502.60266Q198.35216 503.0089 199.10216 503.0089Q199.8834 503.0089 200.28966 502.60266Q200.71153 502.1808 200.71153 501.41516Q200.71153 500.6808 200.2584 500.29016Q199.80528 499.8839 198.93028 499.8683L198.11778 499.8683L198.11778 498.97766ZM205.91466 500.58704L203.05528 500.58704L203.05528 499.71204L205.91466 499.71204L205.91466 500.58704ZM210.10216 503.77454L209.02403 503.77454L209.02403 496.5558L206.83653 497.35266L206.83653 496.3683L209.9459 495.1964L210.10216 495.1964L210.10216 503.77454ZM219.1334 503.77454L213.53966 503.77454L213.53966 502.9933L216.49278 499.71204Q217.14903 498.96204 217.39903 498.5089Q217.64903 498.04016 217.64903 497.54016Q217.64903 496.8683 217.24278 496.4464Q216.85216 496.0089 216.16466 496.0089Q215.36778 496.0089 214.91466 496.47766Q214.46153 496.9308 214.46153 497.7589L213.3834 497.7589Q213.3834 496.5714 214.1334 495.85266Q214.89903 495.1183 216.16466 495.1183Q217.36778 495.1183 218.05528 495.7433Q218.74278 496.3683 218.74278 497.41516Q218.74278 498.66516 217.1334 500.41516L214.85216 502.8839L219.1334 502.8839L219.1334 503.77454ZM224.68028 497.4308L224.71153 498.1339Q225.39903 497.3214 226.58653 497.3214Q227.91466 497.3214 228.39903 498.33704Q228.71153 497.8839 229.21153 497.60266Q229.72716 497.3214 230.41466 497.3214Q232.5084 497.3214 232.53966 499.52454L232.53966 503.77454L231.46153 503.77454L231.46153 499.58704Q231.46153 498.91516 231.14903 498.58704Q230.83653 498.2433 230.10216 498.2433Q229.49278 498.2433 229.08653 498.60266Q228.6959 498.96204 228.6334 499.5714L228.6334 503.77454L227.55528 503.77454L227.55528 499.6183Q227.55528 498.2433 226.1959 498.2433Q225.1334 498.2433 224.74278 499.14954L224.74278 503.77454L223.64903 503.77454L223.64903 497.4308L224.68028 497.4308ZM234.36778 500.54016Q234.36778 499.6183 234.72716 498.8683Q235.10216 498.1183 235.7584 497.72766Q236.41466 497.3214 237.24278 497.3214Q238.53966 497.3214 239.33653 498.21204Q240.14903 499.10266 240.14903 500.60266L240.14903 500.6808Q240.14903 501.60266 239.78966 502.33704Q239.43028 503.0714 238.77403 503.4933Q238.11778 503.89954 237.2584 503.89954Q235.97716 503.89954 235.16466 503.0089Q234.36778 502.10266 234.36778 500.6183L234.36778 500.54016ZM235.46153 500.6808Q235.46153 501.72766 235.9459 502.3683Q236.4459 503.0089 237.2584 503.0089Q238.08653 503.0089 238.5709 502.3683Q239.05528 501.71204 239.05528 500.54016Q239.05528 499.5089 238.55528 498.8683Q238.0709 498.21204 237.24278 498.21204Q236.4459 498.21204 235.9459 498.85266Q235.46153 499.47766 235.46153 500.6808ZM242.68028 497.4308L242.71153 498.22766Q243.4459 497.3214 244.61778 497.3214Q246.6334 497.3214 246.64903 499.58704L246.64903 503.77454L245.55528 503.77454L245.55528 499.5714Q245.55528 498.89954 245.24278 498.5714Q244.9459 498.2433 244.28966 498.2433Q243.7584 498.2433 243.35216 498.52454Q242.96153 498.8058 242.74278 499.2589L242.74278 503.77454L241.66466 503.77454L241.66466 497.4308L242.68028 497.4308ZM250.1334 495.89954L250.1334 497.4308L251.30528 497.4308L251.30528 498.27454L250.1334 498.27454L250.1334 502.1964Q250.1334 502.58704 250.28966 502.77454Q250.4459 502.96204 250.8209 502.96204Q251.0084 502.96204 251.33653 502.89954L251.33653 503.77454Q250.91466 503.89954 250.5084 503.89954Q249.78966 503.89954 249.41466 503.46204Q249.03966 503.0089 249.03966 502.1964L249.03966 498.27454L247.8834 498.27454L247.8834 497.4308L249.03966 497.4308L249.03966 495.89954L250.1334 495.89954ZM253.74278 498.1964Q254.46153 497.3214 255.61778 497.3214Q257.63342 497.3214 257.64905 499.58704L257.64905 503.77454L256.5553 503.77454L256.5553 499.5714Q256.5553 498.89954 256.2428 498.5714Q255.9459 498.2433 255.28966 498.2433Q254.7584 498.2433 254.35216 498.52454Q253.96153 498.8058 253.74278 499.2589L253.74278 503.77454L252.66466 503.77454L252.66466 494.77454L253.74278 494.77454L253.74278 498.1964ZM263.35217 502.08704Q263.35217 501.64954 263.00842 501.41516Q262.6803 501.16516 261.85217 500.9933Q261.03967 500.8214 260.5553 500.5714Q260.07092 500.3214 259.83655 499.9933Q259.6178 499.64954 259.6178 499.1808Q259.6178 498.39954 260.27405 497.8683Q260.9303 497.3214 261.96155 497.3214Q263.03967 497.3214 263.69592 497.8839Q264.3678 498.4308 264.3678 499.29016L263.28967 499.29016Q263.28967 498.85266 262.89905 498.54016Q262.52405 498.21204 261.96155 498.21204Q261.3678 498.21204 261.02405 498.47766Q260.69592 498.72766 260.69592 499.1339Q260.69592 499.52454 261.00842 499.72766Q261.32092 499.9308 262.13342 500.1183Q262.94592 500.29016 263.44592 500.54016Q263.94592 500.79016 264.1803 501.14954Q264.4303 501.5089 264.4303 502.0089Q264.4303 502.8683 263.7428 503.3839Q263.07092 503.89954 261.9928 503.89954Q261.22717 503.89954 260.63342 503.6339Q260.0553 503.35266 259.72717 502.8683Q259.39905 502.3839 259.39905 501.8214L260.47717 501.8214Q260.50842 502.3683 260.91467 502.6964Q261.32092 503.0089 261.9928 503.0089Q262.60217 503.0089 262.97717 502.7589Q263.35217 502.5089 263.35217 502.08704Z" fill-rule="nonzero"/><path fill="#666666" d="M275.40125 503.77454L274.32312 503.77454L274.32312 496.5558L272.13562 497.35266L272.13562 496.3683L275.245 495.1964L275.40125 495.1964L275.40125 503.77454ZM280.41687 498.97766L281.22937 498.97766Q282.01062 498.96204 282.44812 498.5714Q282.88562 498.1808 282.88562 497.5089Q282.88562 496.0089 281.38562 496.0089Q280.6825 496.0089 280.26062 496.41516Q279.85437 496.8214 279.85437 497.47766L278.76062 497.47766Q278.76062 496.46204 279.495 495.79016Q280.245 495.1183 281.38562 495.1183Q282.58875 495.1183 283.27625 495.7589Q283.96375 496.39954 283.96375 497.54016Q283.96375 498.10266 283.60437 498.6183Q283.245 499.1339 282.62 499.39954Q283.32312 499.6183 283.69812 500.1339Q284.08875 500.64954 284.08875 501.39954Q284.08875 502.54016 283.33875 503.22766Q282.58875 503.89954 281.38562 503.89954Q280.19812 503.89954 279.4325 503.2433Q278.6825 502.58704 278.6825 501.52454L279.77625 501.52454Q279.77625 502.1964 280.21375 502.60266Q280.65125 503.0089 281.40125 503.0089Q282.1825 503.0089 282.58875 502.60266Q283.01062 502.1808 283.01062 501.41516Q283.01062 500.6808 282.5575 500.29016Q282.10437 499.8839 281.22937 499.8683L280.41687 499.8683L280.41687 498.97766ZM288.21375 500.58704L285.35437 500.58704L285.35437 499.71204L288.21375 499.71204L288.21375 500.58704ZM294.4325 503.77454L288.83875 503.77454L288.83875 502.9933L291.79187 499.71204Q292.44812 498.96204 292.69812 498.5089Q292.94812 498.04016 292.94812 497.54016Q292.94812 496.8683 292.54187 496.4464Q292.15125 496.0089 291.46375 496.0089Q290.66687 496.0089 290.21375 496.47766Q289.76062 496.9308 289.76062 497.7589L288.6825 497.7589Q288.6825 496.5714 289.4325 495.85266Q290.19812 495.1183 291.46375 495.1183Q292.66687 495.1183 293.35437 495.7433Q294.04187 496.3683 294.04187 497.41516Q294.04187 498.66516 292.4325 500.41516L290.15125 502.8839L294.4325 502.8839L294.4325 503.77454ZM300.41687 500.91516L301.60437 500.91516L301.60437 501.79016L300.41687 501.79016L300.41687 503.77454L299.33875 503.77454L299.33875 501.79016L295.44812 501.79016L295.44812 501.14954L299.26062 495.2433L300.41687 495.2433L300.41687 500.91516ZM296.6825 500.91516L299.33875 500.91516L299.33875 496.72766L299.19812 496.96204L296.6825 500.91516ZM306.97937 497.4308L307.01062 498.1339Q307.69812 497.3214 308.88562 497.3214Q310.21375 497.3214 310.69812 498.33704Q311.01062 497.8839 311.51062 497.60266Q312.02625 497.3214 312.71375 497.3214Q314.8075 497.3214 314.83875 499.52454L314.83875 503.77454L313.76062 503.77454L313.76062 499.58704Q313.76062 498.91516 313.44812 498.58704Q313.13562 498.2433 312.40125 498.2433Q311.79187 498.2433 311.38562 498.60266Q310.995 498.96204 310.9325 499.5714L310.9325 503.77454L309.85437 503.77454L309.85437 499.6183Q309.85437 498.2433 308.495 498.2433Q307.4325 498.2433 307.04187 499.14954L307.04187 503.77454L305.94812 503.77454L305.94812 497.4308L306.97937 497.4308ZM316.66687 500.54016Q316.66687 499.6183 317.02625 498.8683Q317.40125 498.1183 318.0575 497.72766Q318.71375 497.3214 319.54187 497.3214Q320.83875 497.3214 321.63562 498.21204Q322.44812 499.10266 322.44812 500.60266L322.44812 500.6808Q322.44812 501.60266 322.08875 502.33704Q321.72937 503.0714 321.07312 503.4933Q320.41687 503.89954 319.5575 503.89954Q318.27625 503.89954 317.46375 503.0089Q316.66687 502.10266 316.66687 500.6183L316.66687 500.54016ZM317.76062 500.6808Q317.76062 501.72766 318.245 502.3683Q318.745 503.0089 319.5575 503.0089Q320.38562 503.0089 320.87 502.3683Q321.35437 501.71204 321.35437 500.54016Q321.35437 499.5089 320.85437 498.8683Q320.37 498.21204 319.54187 498.21204Q318.745 498.21204 318.245 498.85266Q317.76062 499.47766 317.76062 500.6808ZM324.97937 497.4308L325.01062 498.22766Q325.745 497.3214 326.91687 497.3214Q328.9325 497.3214 328.94812 499.58704L328.94812 503.77454L327.85437 503.77454L327.85437 499.5714Q327.85437 498.89954 327.54187 498.5714Q327.245 498.2433 326.58875 498.2433Q326.0575 498.2433 325.65125 498.52454Q325.26062 498.8058 325.04187 499.2589L325.04187 503.77454L323.96375 503.77454L323.96375 497.4308L324.97937 497.4308ZM332.4325 495.89954L332.4325 497.4308L333.60437 497.4308L333.60437 498.27454L332.4325 498.27454L332.4325 502.1964Q332.4325 502.58704 332.58875 502.77454Q332.745 502.96204 333.12 502.96204Q333.3075 502.96204 333.63562 502.89954L333.63562 503.77454Q333.21375 503.89954 332.8075 503.89954Q332.08875 503.89954 331.71375 503.46204Q331.33875 503.0089 331.33875 502.1964L331.33875 498.27454L330.1825 498.27454L330.1825 497.4308L331.33875 497.4308L331.33875 495.89954L332.4325 495.89954ZM336.04187 498.1964Q336.76062 497.3214 337.91687 497.3214Q339.9325 497.3214 339.94812 499.58704L339.94812 503.77454L338.85437 503.77454L338.85437 499.5714Q338.85437 498.89954 338.54187 498.5714Q338.245 498.2433 337.58875 498.2433Q337.0575 498.2433 336.65125 498.52454Q336.26062 498.8058 336.04187 499.2589L336.04187 503.77454L334.96375 503.77454L334.96375 494.77454L336.04187 494.77454L336.04187 498.1964ZM345.65125 502.08704Q345.65125 501.64954 345.3075 501.41516Q344.97937 501.16516 344.15125 500.9933Q343.33875 500.8214 342.85437 500.5714Q342.37 500.3214 342.13562 499.9933Q341.91687 499.64954 341.91687 499.1808Q341.91687 498.39954 342.57312 497.8683Q343.22937 497.3214 344.26062 497.3214Q345.33875 497.3214 345.995 497.8839Q346.66687 498.4308 346.66687 499.29016L345.58875 499.29016Q345.58875 498.85266 345.19812 498.54016Q344.82312 498.21204 344.26062 498.21204Q343.66687 498.21204 343.32312 498.47766Q342.995 498.72766 342.995 499.1339Q342.995 499.52454 343.3075 499.72766Q343.62 499.9308 344.4325 500.1183Q345.245 500.29016 345.745 500.54016Q346.245 500.79016 346.47937 501.14954Q346.72937 501.5089 346.72937 502.0089Q346.72937 502.8683 346.04187 503.3839Q345.37 503.89954 344.29187 503.89954Q343.52625 503.89954 342.9325 503.6339Q342.35437 503.35266 342.02625 502.8683Q341.69812 502.3839 341.69812 501.8214L342.77625 501.8214Q342.8075 502.3683 343.21375 502.6964Q343.62 503.0089 344.29187 503.0089Q344.90125 503.0089 345.27625 502.7589Q345.65125 502.5089 345.65125 502.08704Z" fill-rule="nonzero"/><path fill="#666666" d="M369.73157 503.77454L364.13782 503.77454L364.13782 502.9933L367.09094 499.71204Q367.7472 498.96204 367.9972 498.5089Q368.2472 498.04016 368.2472 497.54016Q368.2472 496.8683 367.84094 496.4464Q367.45032 496.0089 366.76282 496.0089Q365.96594 496.0089 365.51282 496.47766Q365.0597 496.9308 365.0597 497.7589L363.98157 497.7589Q363.98157 496.5714 364.73157 495.85266Q365.4972 495.1183 366.76282 495.1183Q367.96594 495.1183 368.65344 495.7433Q369.34094 496.3683 369.34094 497.41516Q369.34094 498.66516 367.73157 500.41516L365.45032 502.8839L369.73157 502.8839L369.73157 503.77454ZM373.51282 500.58704L370.65344 500.58704L370.65344 499.71204L373.51282 499.71204L373.51282 500.58704ZM378.71594 500.91516L379.90344 500.91516L379.90344 501.79016L378.71594 501.79016L378.71594 503.77454L377.63782 503.77454L377.63782 501.79016L373.7472 501.79016L373.7472 501.14954L377.5597 495.2433L378.71594 495.2433L378.71594 500.91516ZM374.98157 500.91516L377.63782 500.91516L377.63782 496.72766L377.4972 496.96204L374.98157 500.91516ZM386.32532 502.1808L387.8097 497.4308L388.96594 497.4308L386.41907 504.7589Q385.82532 506.33704 384.54407 506.33704L384.32532 506.3214L383.9347 506.2433L383.9347 505.3683L384.21594 505.3839Q384.77844 505.3839 385.07532 505.16516Q385.38782 504.9464 385.59094 504.35266L385.82532 503.6964L383.5597 497.4308L384.7472 497.4308L386.32532 502.1808ZM392.88782 503.89954Q391.59094 503.89954 390.77844 503.0558Q389.98157 502.1964 389.98157 500.77454L389.98157 500.58704Q389.98157 499.6339 390.34094 498.89954Q390.70032 498.14954 391.34094 497.7433Q391.9972 497.3214 392.7472 497.3214Q393.98157 497.3214 394.66907 498.1339Q395.35657 498.9464 395.35657 500.46204L395.35657 500.91516L391.0597 500.91516Q391.09094 501.85266 391.60657 502.4308Q392.13782 503.0089 392.95032 503.0089Q393.51282 503.0089 393.90344 502.77454Q394.3097 502.54016 394.6222 502.14954L395.27844 502.66516Q394.48157 503.89954 392.88782 503.89954ZM392.7472 498.21204Q392.09094 498.21204 391.63782 498.6964Q391.20032 499.16516 391.10657 500.02454L394.27844 500.02454L394.27844 499.9464Q394.23157 499.1183 393.82532 498.66516Q393.4347 498.21204 392.7472 498.21204ZM400.16907 503.77454Q400.07532 503.58704 400.01282 503.10266Q399.26282 503.89954 398.21594 503.89954Q397.27844 503.89954 396.66907 503.3683Q396.07532 502.83704 396.07532 502.0089Q396.07532 501.02454 396.82532 500.47766Q397.57532 499.9308 398.95032 499.9308L399.9972 499.9308L399.9972 499.4308Q399.9972 498.8683 399.65344 498.54016Q399.32532 498.1964 398.65344 498.1964Q398.07532 498.1964 397.6847 498.4933Q397.29407 498.77454 397.29407 499.1964L396.20032 499.1964Q396.20032 498.71204 396.52844 498.27454Q396.8722 497.83704 397.45032 497.58704Q398.02844 497.3214 398.71594 497.3214Q399.82532 497.3214 400.4347 497.8683Q401.0597 498.41516 401.09094 499.3683L401.09094 502.29016Q401.09094 503.16516 401.3097 503.6808L401.3097 503.77454L400.16907 503.77454ZM398.3722 502.9464Q398.88782 502.9464 399.34094 502.6808Q399.79407 502.41516 399.9972 501.9933L399.9972 500.6964L399.15344 500.6964Q397.15344 500.6964 397.15344 501.8683Q397.15344 502.3683 397.4972 502.66516Q397.84094 502.9464 398.3722 502.9464ZM406.32532 498.39954Q406.07532 498.3683 405.79407 498.3683Q404.71594 498.3683 404.34094 499.27454L404.34094 503.77454L403.26282 503.77454L403.26282 497.4308L404.3097 497.4308L404.32532 498.16516Q404.85657 497.3214 405.84094 497.3214Q406.15344 497.3214 406.32532 497.39954L406.32532 498.39954ZM410.95032 502.08704Q410.95032 501.64954 410.60657 501.41516Q410.27844 501.16516 409.45032 500.9933Q408.63782 500.8214 408.15344 500.5714Q407.66907 500.3214 407.4347 499.9933Q407.21594 499.64954 407.21594 499.1808Q407.21594 498.39954 407.8722 497.8683Q408.52844 497.3214 409.5597 497.3214Q410.63782 497.3214 411.29407 497.8839Q411.96594 498.4308 411.96594 499.29016L410.88782 499.29016Q410.88782 498.85266 410.4972 498.54016Q410.1222 498.21204 409.5597 498.21204Q408.96594 498.21204 408.6222 498.47766Q408.29407 498.72766 408.29407 499.1339Q408.29407 499.52454 408.60657 499.72766Q408.91907 499.9308 409.73157 500.1183Q410.54407 500.29016 411.04407 500.54016Q411.54407 500.79016 411.77844 501.14954Q412.02844 501.5089 412.02844 502.0089Q412.02844 502.8683 411.34094 503.3839Q410.66907 503.89954 409.59094 503.89954Q408.82532 503.89954 408.23157 503.6339Q407.65344 503.35266 407.32532 502.8683Q406.9972 502.3839 406.9972 501.8214L408.07532 501.8214Q408.10657 502.3683 408.51282 502.6964Q408.91907 503.0089 409.59094 503.0089Q410.20032 503.0089 410.57532 502.7589Q410.95032 502.5089 410.95032 502.08704Z" fill-rule="nonzero"/><path fill="#666666" d="M440.4369 499.4933L440.8744 495.2433L445.2494 495.2433L445.2494 496.2433L441.79626 496.2433L441.53064 498.5714Q442.17126 498.1964 442.96814 498.1964Q444.1244 498.1964 444.8119 498.97766Q445.4994 499.7433 445.4994 501.0558Q445.4994 502.3683 444.78064 503.1339Q444.0775 503.89954 442.79626 503.89954Q441.67126 503.89954 440.9525 503.27454Q440.23376 502.6339 440.14 501.52454L441.15564 501.52454Q441.265 502.2589 441.6869 502.6339Q442.10876 503.0089 442.79626 503.0089Q443.54626 503.0089 443.98376 502.4933Q444.42126 501.97766 444.42126 501.0714Q444.42126 500.21204 443.9525 499.6964Q443.48376 499.1808 442.7025 499.1808Q441.9994 499.1808 441.59314 499.47766L441.3119 499.71204L440.4369 499.4933ZM452.3119 500.58704L449.4525 500.58704L449.4525 499.71204L452.3119 499.71204L452.3119 500.58704ZM461.4525 495.85266L457.92126 503.77454L456.78064 503.77454L460.29626 496.1339L455.6869 496.1339L455.6869 495.2433L461.4525 495.2433L461.4525 495.85266ZM468.1244 502.1808L469.60876 497.4308L470.765 497.4308L468.21814 504.7589Q467.6244 506.33704 466.34314 506.33704L466.1244 506.3214L465.73376 506.2433L465.73376 505.3683L466.015 505.3839Q466.5775 505.3839 466.8744 505.16516Q467.1869 504.9464 467.39 504.35266L467.6244 503.6964L465.35876 497.4308L466.54626 497.4308L468.1244 502.1808ZM474.6869 503.89954Q473.39 503.89954 472.5775 503.0558Q471.78064 502.1964 471.78064 500.77454L471.78064 500.58704Q471.78064 499.6339 472.14 498.89954Q472.4994 498.14954 473.14 497.7433Q473.79626 497.3214 474.54626 497.3214Q475.78064 497.3214 476.46814 498.1339Q477.15564 498.9464 477.15564 500.46204L477.15564 500.91516L472.85876 500.91516Q472.89 501.85266 473.40564 502.4308Q473.9369 503.0089 474.7494 503.0089Q475.3119 503.0089 475.7025 502.77454Q476.10876 502.54016 476.42126 502.14954L477.0775 502.66516Q476.28064 503.89954 474.6869 503.89954ZM474.54626 498.21204Q473.89 498.21204 473.4369 498.6964Q472.9994 499.16516 472.90564 500.02454L476.0775 500.02454L476.0775 499.9464Q476.03064 499.1183 475.6244 498.66516Q475.23376 498.21204 474.54626 498.21204ZM481.96814 503.77454Q481.8744 503.58704 481.8119 503.10266Q481.0619 503.89954 480.015 503.89954Q479.0775 503.89954 478.46814 503.3683Q477.8744 502.83704 477.8744 502.0089Q477.8744 501.02454 478.6244 500.47766Q479.3744 499.9308 480.7494 499.9308L481.79626 499.9308L481.79626 499.4308Q481.79626 498.8683 481.4525 498.54016Q481.1244 498.1964 480.4525 498.1964Q479.8744 498.1964 479.48376 498.4933Q479.09314 498.77454 479.09314 499.1964L477.9994 499.1964Q477.9994 498.71204 478.3275 498.27454Q478.67126 497.83704 479.2494 497.58704Q479.8275 497.3214 480.515 497.3214Q481.6244 497.3214 482.23376 497.8683Q482.85876 498.41516 482.89 499.3683L482.89 502.29016Q482.89 503.16516 483.10876 503.6808L483.10876 503.77454L481.96814 503.77454ZM480.17126 502.9464Q480.6869 502.9464 481.14 502.6808Q481.59314 502.41516 481.79626 501.9933L481.79626 500.6964L480.9525 500.6964Q478.9525 500.6964 478.9525 501.8683Q478.9525 502.3683 479.29626 502.66516Q479.64 502.9464 480.17126 502.9464ZM488.1244 498.39954Q487.8744 498.3683 487.59314 498.3683Q486.515 498.3683 486.14 499.27454L486.14 503.77454L485.0619 503.77454L485.0619 497.4308L486.10876 497.4308L486.1244 498.16516Q486.65564 497.3214 487.64 497.3214Q487.9525 497.3214 488.1244 497.39954L488.1244 498.39954ZM492.7494 502.08704Q492.7494 501.64954 492.40564 501.41516Q492.0775 501.16516 491.2494 500.9933Q490.4369 500.8214 489.9525 500.5714Q489.46814 500.3214 489.23376 499.9933Q489.015 499.64954 489.015 499.1808Q489.015 498.39954 489.67126 497.8683Q490.3275 497.3214 491.35876 497.3214Q492.4369 497.3214 493.09314 497.8839Q493.765 498.4308 493.765 499.29016L492.6869 499.29016Q492.6869 498.85266 492.29626 498.54016Q491.92126 498.21204 491.35876 498.21204Q490.765 498.21204 490.42126 498.47766Q490.09314 498.72766 490.09314 499.1339Q490.09314 499.52454 490.40564 499.72766Q490.71814 499.9308 491.53064 500.1183Q492.34314 500.29016 492.84314 500.54016Q493.34314 500.79016 493.5775 501.14954Q493.8275 501.5089 493.8275 502.0089Q493.8275 502.8683 493.14 503.3839Q492.46814 503.89954 491.39 503.89954Q490.6244 503.89954 490.03064 503.6339Q489.4525 503.35266 489.1244 502.8683Q488.79626 502.3839 488.79626 501.8214L489.8744 501.8214Q489.90564 502.3683 490.3119 502.6964Q490.71814 503.0089 491.39 503.0089Q491.9994 503.0089 492.3744 502.7589Q492.7494 502.5089 492.7494 502.08704Z" fill-rule="nonzero"/><path fill="#666666" d="M528.42346 497.46204Q528.42346 498.10266 528.0797 498.60266Q527.73596 499.10266 527.17346 499.3839Q527.8297 499.66516 528.22034 500.22766Q528.61096 500.77454 528.61096 501.47766Q528.61096 502.5714 527.86096 503.2433Q527.1266 503.89954 525.90784 503.89954Q524.67346 503.89954 523.92346 503.2433Q523.1891 502.5714 523.1891 501.47766Q523.1891 500.77454 523.5641 500.22766Q523.9391 499.66516 524.61096 499.3839Q524.04846 499.10266 523.72034 498.60266Q523.3922 498.10266 523.3922 497.46204Q523.3922 496.3839 524.0797 495.7589Q524.7672 495.1183 525.90784 495.1183Q527.03284 495.1183 527.72034 495.7589Q528.42346 496.3839 528.42346 497.46204ZM527.53284 501.4464Q527.53284 500.72766 527.0797 500.29016Q526.6266 499.83704 525.8922 499.83704Q525.15784 499.83704 524.7047 500.29016Q524.2672 500.72766 524.2672 501.46204Q524.2672 502.1808 524.7047 502.60266Q525.1422 503.0089 525.90784 503.0089Q526.65784 503.0089 527.09534 502.58704Q527.53284 502.16516 527.53284 501.4464ZM525.90784 496.0089Q525.2672 496.0089 524.86096 496.41516Q524.47034 496.8058 524.47034 497.4933Q524.47034 498.1339 524.86096 498.54016Q525.2516 498.9464 525.8922 498.9464Q526.54846 498.9464 526.9391 498.54016Q527.3297 498.1339 527.3297 497.4933Q527.3297 496.83704 526.92346 496.4308Q526.5172 496.0089 525.90784 496.0089ZM533.4547 499.1964L535.84534 499.1964L535.84534 500.22766L533.4547 500.22766L533.4547 502.91516L532.3766 502.91516L532.3766 500.22766L529.98596 500.22766L529.98596 499.1964L532.3766 499.1964L532.3766 496.71204L533.4547 496.71204L533.4547 499.1964ZM542.42346 502.1808L543.90784 497.4308L545.0641 497.4308L542.5172 504.7589Q541.92346 506.33704 540.6422 506.33704L540.42346 506.3214L540.03284 506.2433L540.03284 505.3683L540.3141 505.3839Q540.8766 505.3839 541.17346 505.16516Q541.48596 504.9464 541.6891 504.35266L541.92346 503.6964L539.65784 497.4308L540.84534 497.4308L542.42346 502.1808ZM548.98596 503.89954Q547.6891 503.89954 546.8766 503.0558Q546.0797 502.1964 546.0797 500.77454L546.0797 500.58704Q546.0797 499.6339 546.4391 498.89954Q546.79846 498.14954 547.4391 497.7433Q548.09534 497.3214 548.84534 497.3214Q550.0797 497.3214 550.7672 498.1339Q551.4547 498.9464 551.4547 500.46204L551.4547 500.91516L547.15784 500.91516Q547.1891 501.85266 547.7047 502.4308Q548.23596 503.0089 549.04846 503.0089Q549.61096 503.0089 550.0016 502.77454Q550.40784 502.54016 550.72034 502.14954L551.3766 502.66516Q550.5797 503.89954 548.98596 503.89954ZM548.84534 498.21204Q548.1891 498.21204 547.73596 498.6964Q547.29846 499.16516 547.2047 500.02454L550.3766 500.02454L550.3766 499.9464Q550.3297 499.1183 549.92346 498.66516Q549.53284 498.21204 548.84534 498.21204ZM556.2672 503.77454Q556.17346 503.58704 556.11096 503.10266Q555.36096 503.89954 554.3141 503.89954Q553.3766 503.89954 552.7672 503.3683Q552.17346 502.83704 552.17346 502.0089Q552.17346 501.02454 552.92346 500.47766Q553.67346 499.9308 555.04846 499.9308L556.09534 499.9308L556.09534 499.4308Q556.09534 498.8683 555.7516 498.54016Q555.42346 498.1964 554.7516 498.1964Q554.17346 498.1964 553.78284 498.4933Q553.3922 498.77454 553.3922 499.1964L552.29846 499.1964Q552.29846 498.71204 552.6266 498.27454Q552.97034 497.83704 553.54846 497.58704Q554.1266 497.3214 554.8141 497.3214Q555.92346 497.3214 556.53284 497.8683Q557.15784 498.41516 557.1891 499.3683L557.1891 502.29016Q557.1891 503.16516 557.40784 503.6808L557.40784 503.77454L556.2672 503.77454ZM554.47034 502.9464Q554.98596 502.9464 555.4391 502.6808Q555.8922 502.41516 556.09534 501.9933L556.09534 500.6964L555.2516 500.6964Q553.2516 500.6964 553.2516 501.8683Q553.2516 502.3683 553.59534 502.66516Q553.9391 502.9464 554.47034 502.9464ZM562.42346 498.39954Q562.17346 498.3683 561.8922 498.3683Q560.8141 498.3683 560.4391 499.27454L560.4391 503.77454L559.36096 503.77454L559.36096 497.4308L560.40784 497.4308L560.42346 498.16516Q560.9547 497.3214 561.9391 497.3214Q562.2516 497.3214 562.42346 497.39954L562.42346 498.39954ZM567.04846 502.08704Q567.04846 501.64954 566.7047 501.41516Q566.3766 501.16516 565.54846 500.9933Q564.73596 500.8214 564.2516 500.5714Q563.7672 500.3214 563.53284 499.9933Q563.3141 499.64954 563.3141 499.1808Q563.3141 498.39954 563.97034 497.8683Q564.6266 497.3214 565.65784 497.3214Q566.73596 497.3214 567.3922 497.8839Q568.0641 498.4308 568.0641 499.29016L566.98596 499.29016Q566.98596 498.85266 566.59534 498.54016Q566.22034 498.21204 565.65784 498.21204Q565.0641 498.21204 564.72034 498.47766Q564.3922 498.72766 564.3922 499.1339Q564.3922 499.52454 564.7047 499.72766Q565.0172 499.9308 565.8297 500.1183Q566.6422 500.29016 567.1422 500.54016Q567.6422 500.79016 567.8766 501.14954Q568.1266 501.5089 568.1266 502.0089Q568.1266 502.8683 567.4391 503.3839Q566.7672 503.89954 565.6891 503.89954Q564.92346 503.89954 564.3297 503.6339Q563.7516 503.35266 563.42346 502.8683Q563.09534 502.3839 563.09534 501.8214L564.17346 501.8214Q564.2047 502.3683 564.61096 502.6964Q565.0172 503.0089 565.6891 503.0089Q566.29846 503.0089 566.67346 502.7589Q567.04846 502.5089 567.04846 502.08704Z" fill-rule="nonzero"/><path stroke="#666666" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 171.0L657.93713 171.0" fill-rule="nonzero"/><path fill="#666666" d="M673.234 174.375Q672.7965 175.0 672.01526 175.3125Q671.234 175.625 670.20276 175.625Q669.1715 175.625 668.359 175.14062Q667.5465 174.64062 667.109 173.73438Q666.6715 172.82812 666.6559 171.64062L666.6559 170.90625Q666.6559 168.96875 667.5465 167.90625Q668.45276 166.84375 670.07776 166.84375Q671.4215 166.84375 672.234 167.53125Q673.0465 168.21875 673.234 169.46875L672.109 169.46875Q671.7809 167.78125 670.0934 167.78125Q668.95276 167.78125 668.37463 168.57812Q667.7965 169.35938 667.7809 170.875L667.7809 171.5625Q667.7809 173.0 668.43713 173.85938Q669.0934 174.70312 670.2184 174.70312Q670.8434 174.70312 671.31213 174.5625Q671.7965 174.42188 672.109 174.07812L672.109 172.17188L670.14026 172.17188L670.14026 171.25L673.234 171.25L673.234 174.375ZM674.4684 172.26562Q674.4684 171.34375 674.82776 170.59375Q675.20276 169.84375 675.859 169.45312Q676.51526 169.04688 677.3434 169.04688Q678.64026 169.04688 679.43713 169.9375Q680.24963 170.82812 680.24963 172.32812L680.24963 172.40625Q680.24963 173.32812 679.89026 174.0625Q679.5309 174.79688 678.87463 175.21875Q678.2184 175.625 677.359 175.625Q676.07776 175.625 675.26526 174.73438Q674.4684 173.82812 674.4684 172.34375L674.4684 172.26562ZM675.56213 172.40625Q675.56213 173.45312 676.0465 174.09375Q676.5465 174.73438 677.359 174.73438Q678.18713 174.73438 678.6715 174.09375Q679.1559 173.4375 679.1559 172.26562Q679.1559 171.23438 678.6559 170.59375Q678.1715 169.9375 677.3434 169.9375Q676.5465 169.9375 676.0465 170.57812Q675.56213 171.20312 675.56213 172.40625Z" fill-rule="nonzero"/><path stroke="#4285f4" stroke-width="4.0" stroke-linecap="butt" d="M622.93713 196.0L657.93713 196.0" fill-rule="nonzero"/><path fill="#666666" d="M673.20276 197.79688Q673.0465 199.14062 672.20276 199.89062Q671.359 200.625 669.9684 200.625Q668.45276 200.625 667.5465 199.54688Q666.64026 198.45312 666.64026 196.625L666.64026 195.8125Q666.64026 194.625 667.06213 193.71875Q667.484 192.8125 668.26526 192.32812Q669.0465 191.84375 670.06213 191.84375Q671.4215 191.84375 672.234 192.60938Q673.06213 193.375 673.20276 194.70312L672.07776 194.70312Q671.9215 193.6875 671.43713 193.23438Q670.95276 192.78125 670.06213 192.78125Q668.984 192.78125 668.37463 193.57812Q667.76526 194.375 667.76526 195.84375L667.76526 196.67188Q667.76526 198.0625 668.3434 198.89062Q668.9215 199.70312 669.9684 199.70312Q670.9059 199.70312 671.4059 199.28125Q671.9059 198.84375 672.07776 197.79688L673.20276 197.79688Z" fill-rule="nonzero"/><path stroke="#ea4335" stroke-width="4.0" stroke-linecap="butt" d="M622.93713 221.0L657.93713 221.0" fill-rule="nonzero"/><path fill="#666666" d="M668.0465 222.15625L668.0465 225.5L666.9215 225.5L666.9215 216.96875L670.07776 216.96875Q671.4684 216.96875 672.26526 217.6875Q673.06213 218.39062 673.06213 219.57812Q673.06213 220.8125 672.2809 221.48438Q671.51526 222.15625 670.06213 222.15625L668.0465 222.15625ZM668.0465 221.23438L670.07776 221.23438Q670.984 221.23438 671.45276 220.8125Q671.93713 220.39062 671.93713 219.59375Q671.93713 218.82812 671.45276 218.375Q670.984 217.90625 670.14026 217.89062L668.0465 217.89062L668.0465 221.23438ZM676.82776 223.90625L678.31213 219.15625L679.4684 219.15625L676.9215 226.48438Q676.32776 228.0625 675.0465 228.0625L674.82776 228.04688L674.43713 227.96875L674.43713 227.09375L674.7184 227.10938Q675.2809 227.10938 675.57776 226.89062Q675.89026 226.67188 676.0934 226.07812L676.32776 225.42188L674.06213 219.15625L675.24963 219.15625L676.82776 223.90625ZM682.234 217.625L682.234 219.15625L683.4059 219.15625L683.4059 220.0L682.234 220.0L682.234 223.92188Q682.234 224.3125 682.39026 224.5Q682.5465 224.6875 682.9215 224.6875Q683.109 224.6875 683.43713 224.625L683.43713 225.5Q683.01526 225.625 682.609 225.625Q681.89026 225.625 681.51526 225.1875Q681.14026 224.73438 681.14026 223.92188L681.14026 220.0L679.984 220.0L679.984 219.15625L681.14026 219.15625L681.14026 217.625L682.234 217.625ZM685.8434 219.92188Q686.56213 219.04688 687.7184 219.04688Q689.734 219.04688 689.74963 221.3125L689.74963 225.5L688.6559 225.5L688.6559 221.29688Q688.6559 220.625 688.3434 220.29688Q688.0465 219.96875 687.39026 219.96875Q686.859 219.96875 686.45276 220.25Q686.06213 220.53125 685.8434 220.98438L685.8434 225.5L684.76526 225.5L684.76526 216.5L685.8434 216.5L685.8434 219.92188ZM691.4684 222.26562Q691.4684 221.34375 691.82776 220.59375Q692.20276 219.84375 692.859 219.45312Q693.51526 219.04688 694.3434 219.04688Q695.64026 219.04688 696.43713 219.9375Q697.24963 220.82812 697.24963 222.32812L697.24963 222.40625Q697.24963 223.32812 696.89026 224.0625Q696.5309 224.79688 695.87463 225.21875Q695.2184 225.625 694.359 225.625Q693.07776 225.625 692.26526 224.73438Q691.4684 223.82812 691.4684 222.34375L691.4684 222.26562ZM692.56213 222.40625Q692.56213 223.45312 693.0465 224.09375Q693.5465 224.73438 694.359 224.73438Q695.18713 224.73438 695.6715 224.09375Q696.1559 223.4375 696.1559 222.26562Q696.1559 221.23438 695.6559 220.59375Q695.1715 219.9375 694.3434 219.9375Q693.5465 219.9375 693.0465 220.57812Q692.56213 221.20312 692.56213 222.40625ZM699.7809 219.15625L699.81213 219.95312Q700.5465 219.04688 701.7184 219.04688Q703.734 219.04688 703.74963 221.3125L703.74963 225.5L702.6559 225.5L702.6559 221.29688Q702.6559 220.625 702.3434 220.29688Q702.0465 219.96875 701.39026 219.96875Q700.859 219.96875 700.45276 220.25Q700.06213 220.53125 699.8434 220.98438L699.8434 225.5L698.76526 225.5L698.76526 219.15625L699.7809 219.15625Z" fill-rule="nonzero"/><path stroke="#fbbc04" stroke-width="4.0" stroke-linecap="butt" d="M622.93713 246.0L657.93713 246.0" fill-rule="nonzero"/><path fill="#666666" d="M670.49963 241.96875L671.64026 241.96875L671.64026 248.01562Q671.64026 249.23438 670.89026 249.9375Q670.1559 250.625 668.93713 250.625Q667.6715 250.625 666.95276 249.96875Q666.24963 249.3125 666.24963 248.14062L667.37463 248.14062Q667.37463 248.875 667.76526 249.29688Q668.1715 249.70312 668.93713 249.70312Q669.64026 249.70312 670.06213 249.26562Q670.49963 248.8125 670.49963 248.03125L670.49963 241.96875ZM676.43713 246.70312Q674.99963 246.28125 674.32776 245.67188Q673.6715 245.0625 673.6715 244.17188Q673.6715 243.17188 674.4684 242.51562Q675.2809 241.84375 676.57776 241.84375Q677.45276 241.84375 678.14026 242.1875Q678.82776 242.53125 679.20276 243.125Q679.5934 243.71875 679.5934 244.4375L678.45276 244.4375Q678.45276 243.65625 677.95276 243.21875Q677.4684 242.78125 676.57776 242.78125Q675.74963 242.78125 675.2809 243.15625Q674.81213 243.51562 674.81213 244.15625Q674.81213 244.6875 675.24963 245.04688Q675.70276 245.40625 676.76526 245.70312Q677.82776 246.0 678.4215 246.35938Q679.0309 246.71875 679.31213 247.20312Q679.609 247.6875 679.609 248.32812Q679.609 249.375 678.7965 250.0Q677.984 250.625 676.64026 250.625Q675.74963 250.625 674.984 250.28125Q674.234 249.9375 673.81213 249.35938Q673.4059 248.76562 673.4059 248.03125L674.5309 248.03125Q674.5309 248.79688 675.109 249.25Q675.68713 249.70312 676.64026 249.70312Q677.5309 249.70312 677.99963 249.34375Q678.4684 248.96875 678.4684 248.34375Q678.4684 247.71875 678.0309 247.375Q677.5934 247.03125 676.43713 246.70312Z" fill-rule="nonzero"/><path stroke="#34a853" stroke-width="4.0" stroke-linecap="butt" d="M622.93713 271.0L657.93713 271.0" fill-rule="nonzero"/><path fill="#666666" d="M670.49963 266.96875L671.64026 266.96875L671.64026 273.01562Q671.64026 274.23438 670.89026 274.9375Q670.1559 275.625 668.93713 275.625Q667.6715 275.625 666.95276 274.96875Q666.24963 274.3125 666.24963 273.14062L667.37463 273.14062Q667.37463 273.875 667.76526 274.29688Q668.1715 274.70312 668.93713 274.70312Q669.64026 274.70312 670.06213 274.26562Q670.49963 273.8125 670.49963 273.03125L670.49963 266.96875ZM677.6715 275.5Q677.57776 275.3125 677.51526 274.82812Q676.76526 275.625 675.7184 275.625Q674.7809 275.625 674.1715 275.09375Q673.57776 274.5625 673.57776 273.73438Q673.57776 272.75 674.32776 272.20312Q675.07776 271.65625 676.45276 271.65625L677.49963 271.65625L677.49963 271.15625Q677.49963 270.59375 677.1559 270.26562Q676.82776 269.92188 676.1559 269.92188Q675.57776 269.92188 675.18713 270.21875Q674.7965 270.5 674.7965 270.92188L673.70276 270.92188Q673.70276 270.4375 674.0309 270.0Q674.37463 269.5625 674.95276 269.3125Q675.5309 269.04688 676.2184 269.04688Q677.32776 269.04688 677.93713 269.59375Q678.56213 270.14062 678.5934 271.09375L678.5934 274.01562Q678.5934 274.89062 678.81213 275.40625L678.81213 275.5L677.6715 275.5ZM675.87463 274.67188Q676.39026 274.67188 676.8434 274.40625Q677.2965 274.14062 677.49963 273.71875L677.49963 272.42188L676.6559 272.42188Q674.6559 272.42188 674.6559 273.59375Q674.6559 274.09375 674.99963 274.39062Q675.3434 274.67188 675.87463 274.67188ZM682.8434 274.03125L684.4215 269.15625L685.5309 269.15625L683.24963 275.5L682.4215 275.5L680.12463 269.15625L681.234 269.15625L682.8434 274.03125ZM690.6715 275.5Q690.57776 275.3125 690.51526 274.82812Q689.76526 275.625 688.7184 275.625Q687.7809 275.625 687.1715 275.09375Q686.57776 274.5625 686.57776 273.73438Q686.57776 272.75 687.32776 272.20312Q688.07776 271.65625 689.45276 271.65625L690.49963 271.65625L690.49963 271.15625Q690.49963 270.59375 690.1559 270.26562Q689.82776 269.92188 689.1559 269.92188Q688.57776 269.92188 688.18713 270.21875Q687.7965 270.5 687.7965 270.92188L686.70276 270.92188Q686.70276 270.4375 687.0309 270.0Q687.37463 269.5625 687.95276 269.3125Q688.5309 269.04688 689.2184 269.04688Q690.32776 269.04688 690.93713 269.59375Q691.56213 270.14062 691.5934 271.09375L691.5934 274.01562Q691.5934 274.89062 691.81213 275.40625L691.81213 275.5L690.6715 275.5ZM688.87463 274.67188Q689.39026 274.67188 689.8434 274.40625Q690.2965 274.14062 690.49963 273.71875L690.49963 272.42188L689.6559 272.42188Q687.6559 272.42188 687.6559 273.59375Q687.6559 274.09375 687.99963 274.39062Q688.3434 274.67188 688.87463 274.67188Z" fill-rule="nonzero"/><path stroke="#ff6d01" stroke-width="4.0" stroke-linecap="butt" d="M622.93713 296.0L657.93713 296.0" fill-rule="nonzero"/><path fill="#666666" d="M673.20276 297.79688Q673.0465 299.14062 672.20276 299.89062Q671.359 300.625 669.9684 300.625Q668.45276 300.625 667.5465 299.54688Q666.64026 298.45312 666.64026 296.625L666.64026 295.8125Q666.64026 294.625 667.06213 293.71875Q667.484 292.8125 668.26526 292.32812Q669.0465 291.84375 670.06213 291.84375Q671.4215 291.84375 672.234 292.60938Q673.06213 293.375 673.20276 294.70312L672.07776 294.70312Q671.9215 293.6875 671.43713 293.23438Q670.95276 292.78125 670.06213 292.78125Q668.984 292.78125 668.37463 293.57812Q667.76526 294.375 667.76526 295.84375L667.76526 296.67188Q667.76526 298.0625 668.3434 298.89062Q668.9215 299.70312 669.9684 299.70312Q670.9059 299.70312 671.4059 299.28125Q671.9059 298.84375 672.07776 297.79688L673.20276 297.79688ZM677.859 295.92188L680.24963 295.92188L680.24963 296.95312L677.859 296.95312L677.859 299.64062L676.7809 299.64062L676.7809 296.95312L674.39026 296.95312L674.39026 295.92188L676.7809 295.92188L676.7809 293.4375L677.859 293.4375L677.859 295.92188ZM684.859 295.92188L687.24963 295.92188L687.24963 296.95312L684.859 296.95312L684.859 299.64062L683.7809 299.64062L683.7809 296.95312L681.39026 296.95312L681.39026 295.92188L683.7809 295.92188L683.7809 293.4375L684.859 293.4375L684.859 295.92188Z" fill-rule="nonzero"/><path stroke="#4285f4" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 321.0L657.93713 321.0" fill-rule="nonzero"/><path fill="#666666" d="M673.20276 322.79688Q673.0465 324.14062 672.20276 324.89062Q671.359 325.625 669.9684 325.625Q668.45276 325.625 667.5465 324.54688Q666.64026 323.45312 666.64026 321.625L666.64026 320.8125Q666.64026 319.625 667.06213 318.71875Q667.484 317.8125 668.26526 317.32812Q669.0465 316.84375 670.06213 316.84375Q671.4215 316.84375 672.234 317.60938Q673.06213 318.375 673.20276 319.70312L672.07776 319.70312Q671.9215 318.6875 671.43713 318.23438Q670.95276 317.78125 670.06213 317.78125Q668.984 317.78125 668.37463 318.57812Q667.76526 319.375 667.76526 320.84375L667.76526 321.67188Q667.76526 323.0625 668.3434 323.89062Q668.9215 324.70312 669.9684 324.70312Q670.9059 324.70312 671.4059 324.28125Q671.9059 323.84375 672.07776 322.79688L673.20276 322.79688ZM678.4215 323.09375L676.87463 323.09375L676.4059 325.5L675.56213 325.5L676.0309 323.09375L674.64026 323.09375L674.64026 322.29688L676.18713 322.29688L676.5934 320.21875L675.07776 320.21875L675.07776 319.40625L676.74963 319.40625L677.234 316.96875L678.06213 316.96875L677.5934 319.40625L679.14026 319.40625L679.609 316.96875L680.45276 316.96875L679.984 319.40625L681.1715 319.40625L681.1715 320.21875L679.82776 320.21875L679.4215 322.29688L680.734 322.29688L680.734 323.09375L679.26526 323.09375L678.7965 325.5L677.95276 325.5L678.4215 323.09375ZM677.0309 322.29688L678.57776 322.29688L678.984 320.21875L677.43713 320.21875L677.0309 322.29688Z" fill-rule="nonzero"/><path stroke="#ea4335" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 346.0L657.93713 346.0" fill-rule="nonzero"/><path fill="#666666" d="M670.06213 347.04688L668.0465 347.04688L668.0465 350.5L666.9215 350.5L666.9215 341.96875L669.74963 341.96875Q671.18713 341.96875 671.95276 342.625Q672.734 343.28125 672.734 344.53125Q672.734 345.32812 672.2965 345.92188Q671.87463 346.51562 671.109 346.8125L673.109 350.42188L673.109 350.5L671.9059 350.5L670.06213 347.04688ZM668.0465 346.125L669.7809 346.125Q670.62463 346.125 671.109 345.70312Q671.609 345.26562 671.609 344.53125Q671.609 343.75 671.14026 343.32812Q670.6715 342.90625 669.7809 342.89062L668.0465 342.89062L668.0465 346.125ZM677.6715 349.875Q677.0465 350.625 675.81213 350.625Q674.7965 350.625 674.26526 350.03125Q673.734 349.4375 673.734 348.28125L673.734 344.15625L674.81213 344.15625L674.81213 348.25Q674.81213 349.70312 675.984 349.70312Q677.234 349.70312 677.64026 348.76562L677.64026 344.15625L678.734 344.15625L678.734 350.5L677.70276 350.5L677.6715 349.875ZM686.12463 347.40625Q686.12463 348.85938 685.45276 349.75Q684.7965 350.625 683.6715 350.625Q682.4684 350.625 681.81213 349.76562L681.74963 350.5L680.76526 350.5L680.76526 341.5L681.8434 341.5L681.8434 344.85938Q682.49963 344.04688 683.6559 344.04688Q684.81213 344.04688 685.4684 344.92188Q686.12463 345.78125 686.12463 347.3125L686.12463 347.40625ZM685.0465 347.28125Q685.0465 346.17188 684.609 345.57812Q684.18713 344.96875 683.39026 344.96875Q682.31213 344.96875 681.8434 345.95312L681.8434 348.70312Q682.3434 349.70312 683.39026 349.70312Q684.1715 349.70312 684.609 349.09375Q685.0465 348.48438 685.0465 347.28125ZM689.82776 348.90625L691.31213 344.15625L692.4684 344.15625L689.9215 351.48438Q689.32776 353.0625 688.0465 353.0625L687.82776 353.04688L687.43713 352.96875L687.43713 352.09375L687.7184 352.10938Q688.2809 352.10938 688.57776 351.89062Q688.89026 351.67188 689.0934 351.07812L689.32776 350.42188L687.06213 344.15625L688.24963 344.15625L689.82776 348.90625Z" fill-rule="nonzero"/><path stroke="#fbbc04" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 371.0L657.93713 371.0" fill-rule="nonzero"/><path fill="#666666" d="M668.0465 372.15625L668.0465 375.5L666.9215 375.5L666.9215 366.96875L670.07776 366.96875Q671.4684 366.96875 672.26526 367.6875Q673.06213 368.39062 673.06213 369.57812Q673.06213 370.8125 672.2809 371.48438Q671.51526 372.15625 670.06213 372.15625L668.0465 372.15625ZM668.0465 371.23438L670.07776 371.23438Q670.984 371.23438 671.45276 370.8125Q671.93713 370.39062 671.93713 369.59375Q671.93713 368.82812 671.45276 368.375Q670.984 367.90625 670.14026 367.89062L668.0465 367.89062L668.0465 371.23438ZM681.484 375.5L680.359 375.5L680.359 371.5625L676.0465 371.5625L676.0465 375.5L674.9215 375.5L674.9215 366.96875L676.0465 366.96875L676.0465 370.64062L680.359 370.64062L680.359 366.96875L681.484 366.96875L681.484 375.5ZM685.0465 372.15625L685.0465 375.5L683.9215 375.5L683.9215 366.96875L687.07776 366.96875Q688.4684 366.96875 689.26526 367.6875Q690.06213 368.39062 690.06213 369.57812Q690.06213 370.8125 689.2809 371.48438Q688.51526 372.15625 687.06213 372.15625L685.0465 372.15625ZM685.0465 371.23438L687.07776 371.23438Q687.984 371.23438 688.45276 370.8125Q688.93713 370.39062 688.93713 369.59375Q688.93713 368.82812 688.45276 368.375Q687.984 367.90625 687.14026 367.89062L685.0465 367.89062L685.0465 371.23438Z" fill-rule="nonzero"/><path stroke="#34a853" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 396.0L657.93713 396.0" fill-rule="nonzero"/><path fill="#666666" d="M672.82776 392.89062L670.07776 392.89062L670.07776 400.5L668.9684 400.5L668.9684 392.89062L666.2184 392.89062L666.2184 391.96875L672.82776 391.96875L672.82776 392.89062ZM675.82776 398.90625L677.31213 394.15625L678.4684 394.15625L675.9215 401.48438Q675.32776 403.0625 674.0465 403.0625L673.82776 403.04688L673.43713 402.96875L673.43713 402.09375L673.7184 402.10938Q674.2809 402.10938 674.57776 401.89062Q674.89026 401.67188 675.0934 401.07812L675.32776 400.42188L673.06213 394.15625L674.24963 394.15625L675.82776 398.90625ZM685.109 397.40625Q685.109 398.84375 684.45276 399.73438Q683.7965 400.625 682.6559 400.625Q681.49963 400.625 680.8434 399.89062L680.8434 402.9375L679.76526 402.9375L679.76526 394.15625L680.74963 394.15625L680.7965 394.85938Q681.4684 394.04688 682.64026 394.04688Q683.7809 394.04688 684.43713 394.90625Q685.109 395.76562 685.109 397.29688L685.109 397.40625ZM684.0309 397.28125Q684.0309 396.20312 683.56213 395.59375Q683.109 394.96875 682.31213 394.96875Q681.32776 394.96875 680.8434 395.82812L680.8434 398.85938Q681.32776 399.73438 682.32776 399.73438Q683.109 399.73438 683.56213 399.125Q684.0309 398.5 684.0309 397.28125ZM689.39026 400.625Q688.0934 400.625 687.2809 399.78125Q686.484 398.92188 686.484 397.5L686.484 397.3125Q686.484 396.35938 686.8434 395.625Q687.20276 394.875 687.8434 394.46875Q688.49963 394.04688 689.24963 394.04688Q690.484 394.04688 691.1715 394.85938Q691.859 395.67188 691.859 397.1875L691.859 397.64062L687.56213 397.64062Q687.5934 398.57812 688.109 399.15625Q688.64026 399.73438 689.45276 399.73438Q690.01526 399.73438 690.4059 399.5Q690.81213 399.26562 691.12463 398.875L691.7809 399.39062Q690.984 400.625 689.39026 400.625ZM689.24963 394.9375Q688.5934 394.9375 688.14026 395.42188Q687.70276 395.89062 687.609 396.75L690.7809 396.75L690.7809 396.67188Q690.734 395.84375 690.32776 395.39062Q689.93713 394.9375 689.24963 394.9375ZM695.43713 396.70312Q693.99963 396.28125 693.32776 395.67188Q692.6715 395.0625 692.6715 394.17188Q692.6715 393.17188 693.4684 392.51562Q694.2809 391.84375 695.57776 391.84375Q696.45276 391.84375 697.14026 392.1875Q697.82776 392.53125 698.20276 393.125Q698.5934 393.71875 698.5934 394.4375L697.45276 394.4375Q697.45276 393.65625 696.95276 393.21875Q696.4684 392.78125 695.57776 392.78125Q694.74963 392.78125 694.2809 393.15625Q693.81213 393.51562 693.81213 394.15625Q693.81213 394.6875 694.24963 395.04688Q694.70276 395.40625 695.76526 395.70312Q696.82776 396.0 697.4215 396.35938Q698.0309 396.71875 698.31213 397.20312Q698.609 397.6875 698.609 398.32812Q698.609 399.375 697.7965 400.0Q696.984 400.625 695.64026 400.625Q694.74963 400.625 693.984 400.28125Q693.234 399.9375 692.81213 399.35938Q692.4059 398.76562 692.4059 398.03125L693.5309 398.03125Q693.5309 398.79688 694.109 399.25Q694.68713 399.70312 695.64026 399.70312Q696.5309 399.70312 696.99963 399.34375Q697.4684 398.96875 697.4684 398.34375Q697.4684 397.71875 697.0309 397.375Q696.5934 397.03125 695.43713 396.70312ZM702.2965 399.73438Q702.87463 399.73438 703.31213 399.39062Q703.74963 399.03125 703.7965 398.5L704.82776 398.5Q704.7965 399.04688 704.43713 399.54688Q704.0934 400.03125 703.51526 400.32812Q702.95276 400.625 702.2965 400.625Q700.99963 400.625 700.234 399.76562Q699.484 398.89062 699.484 397.39062L699.484 397.20312Q699.484 396.28125 699.81213 395.5625Q700.1559 394.84375 700.7809 394.45312Q701.4215 394.04688 702.2965 394.04688Q703.359 394.04688 704.06213 394.6875Q704.7809 395.3125 704.82776 396.34375L703.7965 396.34375Q703.74963 395.71875 703.32776 395.32812Q702.9059 394.9375 702.2965 394.9375Q701.4684 394.9375 701.01526 395.53125Q700.56213 396.125 700.56213 397.25L700.56213 397.45312Q700.56213 398.54688 701.01526 399.14062Q701.4684 399.73438 702.2965 399.73438ZM708.82776 395.125Q708.57776 395.09375 708.2965 395.09375Q707.2184 395.09375 706.8434 396.0L706.8434 400.5L705.76526 400.5L705.76526 394.15625L706.81213 394.15625L706.82776 394.89062Q707.359 394.04688 708.3434 394.04688Q708.6559 394.04688 708.82776 394.125L708.82776 395.125ZM710.93713 400.5L709.859 400.5L709.859 394.15625L710.93713 394.15625L710.93713 400.5ZM709.76526 392.48438Q709.76526 392.21875 709.9215 392.03125Q710.0934 391.84375 710.4059 391.84375Q710.7184 391.84375 710.87463 392.03125Q711.0465 392.21875 711.0465 392.48438Q711.0465 392.73438 710.87463 392.92188Q710.7184 393.09375 710.4059 393.09375Q710.0934 393.09375 709.9215 392.92188Q709.76526 392.73438 709.76526 392.48438ZM718.109 397.40625Q718.109 398.84375 717.45276 399.73438Q716.7965 400.625 715.6559 400.625Q714.49963 400.625 713.8434 399.89062L713.8434 402.9375L712.76526 402.9375L712.76526 394.15625L713.74963 394.15625L713.7965 394.85938Q714.4684 394.04688 715.64026 394.04688Q716.7809 394.04688 717.43713 394.90625Q718.109 395.76562 718.109 397.29688L718.109 397.40625ZM717.0309 397.28125Q717.0309 396.20312 716.56213 395.59375Q716.109 394.96875 715.31213 394.96875Q714.32776 394.96875 713.8434 395.82812L713.8434 398.85938Q714.32776 399.73438 715.32776 399.73438Q716.109 399.73438 716.56213 399.125Q717.0309 398.5 717.0309 397.28125ZM721.234 392.625L721.234 394.15625L722.4059 394.15625L722.4059 395.0L721.234 395.0L721.234 398.92188Q721.234 399.3125 721.39026 399.5Q721.5465 399.6875 721.9215 399.6875Q722.109 399.6875 722.43713 399.625L722.43713 400.5Q722.01526 400.625 721.609 400.625Q720.89026 400.625 720.51526 400.1875Q720.14026 399.73438 720.14026 398.92188L720.14026 395.0L718.984 395.0L718.984 394.15625L720.14026 394.15625L720.14026 392.625L721.234 392.625Z" fill-rule="nonzero"/><path stroke="#ff6d01" stroke-width="4.0" stroke-linecap="butt" stroke-dasharray="13.0,9.0" d="M622.93713 421.0L657.93713 421.0" fill-rule="nonzero"/><path fill="#666666" d="M670.06213 422.04688L668.0465 422.04688L668.0465 425.5L666.9215 425.5L666.9215 416.96875L669.74963 416.96875Q671.18713 416.96875 671.95276 417.625Q672.734 418.28125 672.734 419.53125Q672.734 420.32812 672.2965 420.92188Q671.87463 421.51562 671.109 421.8125L673.109 425.42188L673.109 425.5L671.9059 425.5L670.06213 422.04688ZM668.0465 421.125L669.7809 421.125Q670.62463 421.125 671.109 420.70312Q671.609 420.26562 671.609 419.53125Q671.609 418.75 671.14026 418.32812Q670.6715 417.90625 669.7809 417.89062L668.0465 417.89062L668.0465 421.125ZM677.6715 424.875Q677.0465 425.625 675.81213 425.625Q674.7965 425.625 674.26526 425.03125Q673.734 424.4375 673.734 423.28125L673.734 419.15625L674.81213 419.15625L674.81213 423.25Q674.81213 424.70312 675.984 424.70312Q677.234 424.70312 677.64026 423.76562L677.64026 419.15625L678.734 419.15625L678.734 425.5L677.70276 425.5L677.6715 424.875ZM684.45276 423.8125Q684.45276 423.375 684.109 423.14062Q683.7809 422.89062 682.95276 422.71875Q682.14026 422.54688 681.6559 422.29688Q681.1715 422.04688 680.93713 421.71875Q680.7184 421.375 680.7184 420.90625Q680.7184 420.125 681.37463 419.59375Q682.0309 419.04688 683.06213 419.04688Q684.14026 419.04688 684.7965 419.60938Q685.4684 420.15625 685.4684 421.01562L684.39026 421.01562Q684.39026 420.57812 683.99963 420.26562Q683.62463 419.9375 683.06213 419.9375Q682.4684 419.9375 682.12463 420.20312Q681.7965 420.45312 681.7965 420.85938Q681.7965 421.25 682.109 421.45312Q682.4215 421.65625 683.234 421.84375Q684.0465 422.01562 684.5465 422.26562Q685.0465 422.51562 685.2809 422.875Q685.5309 423.23438 685.5309 423.73438Q685.5309 424.59375 684.8434 425.10938Q684.1715 425.625 683.0934 425.625Q682.32776 425.625 681.734 425.35938Q681.1559 425.07812 680.82776 424.59375Q680.49963 424.10938 680.49963 423.54688L681.57776 423.54688Q681.609 424.09375 682.01526 424.42188Q682.4215 424.73438 683.0934 424.73438Q683.70276 424.73438 684.07776 424.48438Q684.45276 424.23438 684.45276 423.8125ZM688.234 417.625L688.234 419.15625L689.4059 419.15625L689.4059 420.0L688.234 420.0L688.234 423.92188Q688.234 424.3125 688.39026 424.5Q688.5465 424.6875 688.9215 424.6875Q689.109 424.6875 689.43713 424.625L689.43713 425.5Q689.01526 425.625 688.609 425.625Q687.89026 425.625 687.51526 425.1875Q687.14026 424.73438 687.14026 423.92188L687.14026 420.0L685.984 420.0L685.984 419.15625L687.14026 419.15625L687.14026 417.625L688.234 417.625Z" fill-rule="nonzero"/><path fill="#666666" d="M30.26875 36.843758L34.9875 36.843758L34.9875 37.921883L28.95625 37.921883L28.95625 27.968758L30.26875 27.968758L30.26875 36.843758ZM41.33125 37.921883Q41.221874 37.703133 41.14375 37.140633Q40.26875 38.062508 39.034374 38.062508Q37.940624 38.062508 37.2375 37.453133Q36.55 36.828133 36.55 35.875008Q36.55 34.718758 37.425 34.078133Q38.3 33.437508 39.89375 33.437508L41.128124 33.437508L41.128124 32.859383Q41.128124 32.187508 40.721874 31.796883Q40.33125 31.406258 39.565624 31.406258Q38.878124 31.406258 38.425 31.750008Q37.971874 32.093758 37.971874 32.578133L36.690624 32.578133Q36.690624 32.015633 37.08125 31.500008Q37.4875 30.984383 38.159374 30.687508Q38.83125 30.390633 39.628124 30.390633Q40.909374 30.390633 41.628124 31.031258Q42.3625 31.671883 42.39375 32.781258L42.39375 36.187508Q42.39375 37.203133 42.64375 37.812508L42.64375 37.921883L41.33125 37.921883ZM39.221874 36.953133Q39.815624 36.953133 40.346874 36.656258Q40.89375 36.343758 41.128124 35.843758L41.128124 34.328133L40.128124 34.328133Q37.815624 34.328133 37.815624 35.687508Q37.815624 36.281258 38.20625 36.625008Q38.596874 36.953133 39.221874 36.953133ZM45.95625 30.531258L45.9875 31.453133Q46.846874 30.390633 48.20625 30.390633Q50.55 30.390633 50.58125 33.031258L50.58125 37.921883L49.315624 37.921883L49.315624 33.031258Q49.3 32.234383 48.940624 31.859383Q48.58125 31.468758 47.83125 31.468758Q47.20625 31.468758 46.7375 31.796883Q46.284374 32.125008 46.01875 32.656258L46.01875 37.921883L44.753124 37.921883L44.753124 30.531258L45.95625 30.531258ZM52.45625 34.156258Q52.45625 32.437508 53.253124 31.421883Q54.05 30.390633 55.378124 30.390633Q56.721874 30.390633 57.4875 31.343758L57.55 30.531258L58.70625 30.531258L58.70625 37.750008Q58.70625 39.187508 57.846874 40.000008Q57.003124 40.828133 55.565624 40.828133Q54.76875 40.828133 54.003124 40.484383Q53.2375 40.156258 52.83125 39.562508L53.4875 38.796883Q54.3 39.796883 55.471874 39.796883Q56.39375 39.796883 56.909374 39.281258Q57.440624 38.765633 57.440624 37.812508L57.440624 37.187508Q56.675 38.062508 55.3625 38.062508Q54.065624 38.062508 53.253124 37.015633Q52.45625 35.968758 52.45625 34.156258ZM53.721874 34.312508Q53.721874 35.562508 54.2375 36.281258Q54.753124 36.984383 55.675 36.984383Q56.878124 36.984383 57.440624 35.890633L57.440624 32.515633Q56.846874 31.468758 55.690624 31.468758Q54.76875 31.468758 54.2375 32.187508Q53.721874 32.890633 53.721874 34.312508ZM65.33125 37.187508Q64.58125 38.062508 63.159374 38.062508Q61.971874 38.062508 61.346874 37.375008Q60.7375 36.687508 60.7375 35.343758L60.7375 30.531258L61.9875 30.531258L61.9875 35.296883Q61.9875 36.984383 63.3625 36.984383Q64.81563 36.984383 65.28438 35.906258L65.28438 30.531258L66.55 30.531258L66.55 37.921883L65.34688 37.921883L65.33125 37.187508ZM73.33125 37.921883Q73.22188 37.703133 73.14375 37.140633Q72.26875 38.062508 71.03438 38.062508Q69.94063 38.062508 69.2375 37.453133Q68.55 36.828133 68.55 35.875008Q68.55 34.718758 69.425 34.078133Q70.3 33.437508 71.89375 33.437508L73.12813 33.437508L73.12813 32.859383Q73.12813 32.187508 72.72188 31.796883Q72.33125 31.406258 71.56563 31.406258Q70.87813 31.406258 70.425 31.750008Q69.97188 32.093758 69.97188 32.578133L68.69063 32.578133Q68.69063 32.015633 69.08125 31.500008Q69.4875 30.984383 70.15938 30.687508Q70.83125 30.390633 71.62813 30.390633Q72.90938 30.390633 73.62813 31.031258Q74.3625 31.671883 74.39375 32.781258L74.39375 36.187508Q74.39375 37.203133 74.64375 37.812508L74.64375 37.921883L73.33125 37.921883ZM71.22188 36.953133Q71.81563 36.953133 72.34688 36.656258Q72.89375 36.343758 73.12813 35.843758L73.12813 34.328133L72.12813 34.328133Q69.81563 34.328133 69.81563 35.687508Q69.81563 36.281258 70.20625 36.625008Q70.59688 36.953133 71.22188 36.953133ZM76.45625 34.156258Q76.45625 32.437508 77.25313 31.421883Q78.05 30.390633 79.37813 30.390633Q80.72188 30.390633 81.4875 31.343758L81.55 30.531258L82.70625 30.531258L82.70625 37.750008Q82.70625 39.187508 81.84688 40.000008Q81.00313 40.828133 79.56563 40.828133Q78.76875 40.828133 78.00313 40.484383Q77.2375 40.156258 76.83125 39.562508L77.4875 38.796883Q78.3 39.796883 79.47188 39.796883Q80.39375 39.796883 80.90938 39.281258Q81.44063 38.765633 81.44063 37.812508L81.44063 37.187508Q80.675 38.062508 79.3625 38.062508Q78.06563 38.062508 77.25313 37.015633Q76.45625 35.968758 76.45625 34.156258ZM77.72188 34.312508Q77.72188 35.562508 78.2375 36.281258Q78.75313 36.984383 79.675 36.984383Q80.87813 36.984383 81.44063 35.890633L81.44063 32.515633Q80.84688 31.468758 79.69063 31.468758Q78.76875 31.468758 78.2375 32.187508Q77.72188 32.890633 77.72188 34.312508ZM87.83125 38.062508Q86.31563 38.062508 85.37813 37.078133Q84.44063 36.078133 84.44063 34.421883L84.44063 34.203133Q84.44063 33.093758 84.8625 32.234383Q85.28438 31.359383 86.03438 30.875008Q86.78438 30.390633 87.675 30.390633Q89.1125 30.390633 89.90938 31.343758Q90.70625 32.281258 90.70625 34.062508L90.70625 34.578133L85.70625 34.578133Q85.72188 35.671883 86.33125 36.359383Q86.95625 37.031258 87.89375 37.031258Q88.56563 37.031258 89.01875 36.765633Q89.4875 36.484383 89.84688 36.031258L90.6125 36.625008Q89.69063 38.062508 87.83125 38.062508ZM87.675 31.421883Q86.90938 31.421883 86.37813 31.984383Q85.8625 32.546883 85.7375 33.546883L89.44063 33.546883L89.44063 33.453133Q89.39375 32.484383 88.925 31.953133Q88.45625 31.421883 87.675 31.421883ZM97.83125 38.062508Q96.31563 38.062508 95.37813 37.078133Q94.44063 36.078133 94.44063 34.421883L94.44063 34.203133Q94.44063 33.093758 94.8625 32.234383Q95.28438 31.359383 96.03438 30.875008Q96.78438 30.390633 97.675 30.390633Q99.1125 30.390633 99.90938 31.343758Q100.70625 32.281258 100.70625 34.062508L100.70625 34.578133L95.70625 34.578133Q95.72188 35.671883 96.33125 36.359383Q96.95625 37.031258 97.89375 37.031258Q98.56563 37.031258 99.01875 36.765633Q99.4875 36.484383 99.84688 36.031258L100.6125 36.625008Q99.69063 38.062508 97.83125 38.062508ZM97.675 31.421883Q96.90938 31.421883 96.37813 31.984383Q95.8625 32.546883 95.7375 33.546883L99.44063 33.546883L99.44063 33.453133Q99.39375 32.484383 98.925 31.953133Q98.45625 31.421883 97.675 31.421883ZM104.2375 33.218758L105.87813 30.531258L107.3625 30.531258L104.94063 34.187508L107.425 37.921883L105.97188 37.921883L104.25313 35.156258L102.55 37.921883L101.08125 37.921883L103.58125 34.187508L101.15938 30.531258L102.6125 30.531258L104.2375 33.218758ZM115.00313 34.312508Q115.00313 36.000008 114.22188 37.031258Q113.45625 38.062508 112.14375 38.062508Q110.8 38.062508 110.01875 37.203133L110.01875 40.765633L108.75313 40.765633L108.75313 30.531258L109.90938 30.531258L109.97188 31.343758Q110.75313 30.390633 112.12813 30.390633Q113.45625 30.390633 114.22188 31.390633Q115.00313 32.390633 115.00313 34.187508L115.00313 34.312508ZM113.7375 34.156258Q113.7375 32.906258 113.20625 32.187508Q112.675 31.468758 111.7375 31.468758Q110.59688 31.468758 110.01875 32.484383L110.01875 36.015633Q110.59688 37.031258 111.75313 37.031258Q112.675 37.031258 113.20625 36.312508Q113.7375 35.578133 113.7375 34.156258ZM119.83125 38.062508Q118.31563 38.062508 117.37813 37.078133Q116.44063 36.078133 116.44063 34.421883L116.44063 34.203133Q116.44063 33.093758 116.8625 32.234383Q117.28438 31.359383 118.03438 30.875008Q118.78438 30.390633 119.675 30.390633Q121.1125 30.390633 121.90938 31.343758Q122.70625 32.281258 122.70625 34.062508L122.70625 34.578133L117.70625 34.578133Q117.72188 35.671883 118.33125 36.359383Q118.95625 37.031258 119.89375 37.031258Q120.56563 37.031258 121.01875 36.765633Q121.4875 36.484383 121.84688 36.031258L122.6125 36.625008Q121.69063 38.062508 119.83125 38.062508ZM119.675 31.421883Q118.90938 31.421883 118.37813 31.984383Q117.8625 32.546883 117.7375 33.546883L121.44063 33.546883L121.44063 33.453133Q121.39375 32.484383 120.925 31.953133Q120.45625 31.421883 119.675 31.421883ZM127.33125 31.656258Q127.05 31.609383 126.70625 31.609383Q125.47188 31.609383 125.01875 32.671883L125.01875 37.921883L123.75313 37.921883L123.75313 30.531258L124.9875 30.531258L125.00313 31.375008Q125.62813 30.390633 126.76875 30.390633Q127.14375 30.390633 127.33125 30.484383L127.33125 31.656258ZM130.47188 28.734383L130.47188 30.531258L131.84688 30.531258L131.84688 31.500008L130.47188 31.500008L130.47188 36.093758Q130.47188 36.531258 130.65938 36.765633Q130.84688 36.984383 131.28438 36.984383Q131.50313 36.984383 131.89375 36.890633L131.89375 37.921883Q131.39375 38.062508 130.925 38.062508Q130.06563 38.062508 129.62813 37.546883Q129.20625 37.031258 129.20625 36.093758L129.20625 31.500008L127.8625 31.500008L127.8625 30.531258L129.20625 30.531258L129.20625 28.734383L130.47188 28.734383ZM135.12813 37.921883L133.8625 37.921883L133.8625 30.531258L135.12813 30.531258L135.12813 37.921883ZM133.76875 28.562508Q133.76875 28.250008 133.95625 28.046883Q134.14375 27.828133 134.50313 27.828133Q134.87813 27.828133 135.06563 28.046883Q135.26875 28.250008 135.26875 28.562508Q135.26875 28.875008 135.06563 29.078133Q134.87813 29.281258 134.50313 29.281258Q134.14375 29.281258 133.95625 29.078133Q133.76875 28.875008 133.76875 28.562508ZM141.06563 35.953133Q141.06563 35.453133 140.675 35.171883Q140.28438 34.875008 139.33125 34.671883Q138.37813 34.468758 137.8 34.187508Q137.2375 33.890633 136.97188 33.500008Q136.70625 33.109383 136.70625 32.562508Q136.70625 31.640633 137.47188 31.015633Q138.2375 30.390633 139.44063 30.390633Q140.69063 30.390633 141.47188 31.046883Q142.25313 31.687508 142.25313 32.703133L140.9875 32.703133Q140.9875 32.171883 140.55 31.796883Q140.1125 31.421883 139.44063 31.421883Q138.75313 31.421883 138.3625 31.734383Q137.97188 32.031258 137.97188 32.515633Q137.97188 32.968758 138.33125 33.203133Q138.69063 33.437508 139.62813 33.656258Q140.58125 33.859383 141.175 34.156258Q141.76875 34.453133 142.05 34.875008Q142.33125 35.281258 142.33125 35.875008Q142.33125 36.859383 141.53438 37.468758Q140.7375 38.062508 139.47188 38.062508Q138.59688 38.062508 137.90938 37.750008Q137.22188 37.421883 136.83125 36.859383Q136.45625 36.296883 136.45625 35.640633L137.72188 35.640633Q137.75313 36.281258 138.22188 36.656258Q138.70625 37.031258 139.47188 37.031258Q140.19063 37.031258 140.62813 36.734383Q141.06563 36.437508 141.06563 35.953133ZM146.83125 38.062508Q145.31563 38.062508 144.37813 37.078133Q143.44063 36.078133 143.44063 34.421883L143.44063 34.203133Q143.44063 33.093758 143.8625 32.234383Q144.28438 31.359383 145.03438 30.875008Q145.78438 30.390633 146.675 30.390633Q148.1125 30.390633 148.90938 31.343758Q149.70625 32.281258 149.70625 34.062508L149.70625 34.578133L144.70625 34.578133Q144.72188 35.671883 145.33125 36.359383Q145.95625 37.031258 146.89375 37.031258Q147.56563 37.031258 148.01875 36.765633Q148.4875 36.484383 148.84688 36.031258L149.6125 36.625008Q148.69063 38.062508 146.83125 38.062508ZM146.675 31.421883Q145.90938 31.421883 145.37813 31.984383Q144.8625 32.546883 144.7375 33.546883L148.44063 33.546883L148.44063 33.453133Q148.39375 32.484383 147.925 31.953133Q147.45625 31.421883 146.675 31.421883ZM156.19063 36.203133L158.03438 30.531258L159.31563 30.531258L156.675 37.921883L155.70625 37.921883L153.01875 30.531258L154.31563 30.531258L156.19063 36.203133ZM165.06563 35.953133Q165.06563 35.453133 164.675 35.171883Q164.28438 34.875008 163.33125 34.671883Q162.37813 34.468758 161.8 34.187508Q161.2375 33.890633 160.97188 33.500008Q160.70625 33.109383 160.70625 32.562508Q160.70625 31.640633 161.47188 31.015633Q162.2375 30.390633 163.44063 30.390633Q164.69063 30.390633 165.47188 31.046883Q166.25313 31.687508 166.25313 32.703133L164.9875 32.703133Q164.9875 32.171883 164.55 31.796883Q164.1125 31.421883 163.44063 31.421883Q162.75313 31.421883 162.3625 31.734383Q161.97188 32.031258 161.97188 32.515633Q161.97188 32.968758 162.33125 33.203133Q162.69063 33.437508 163.62813 33.656258Q164.58125 33.859383 165.175 34.156258Q165.76875 34.453133 166.05 34.875008Q166.33125 35.281258 166.33125 35.875008Q166.33125 36.859383 165.53438 37.468758Q164.7375 38.062508 163.47188 38.062508Q162.59688 38.062508 161.90938 37.750008Q161.22188 37.421883 160.83125 36.859383Q160.45625 36.296883 160.45625 35.640633L161.72188 35.640633Q161.75313 36.281258 162.22188 36.656258Q162.70625 37.031258 163.47188 37.031258Q164.19063 37.031258 164.62813 36.734383Q165.06563 36.437508 165.06563 35.953133ZM167.78438 37.265633Q167.78438 36.937508 167.97188 36.718758Q168.175 36.500008 168.56563 36.500008Q168.95625 36.500008 169.15938 36.718758Q169.3625 36.937508 169.3625 37.265633Q169.3625 37.578133 169.15938 37.796883Q168.95625 38.000008 168.56563 38.000008Q168.175 38.000008 167.97188 37.796883Q167.78438 37.578133 167.78438 37.265633ZM182.3 36.609383Q181.8 37.343758 180.89375 37.703133Q179.9875 38.062508 178.78438 38.062508Q177.56563 38.062508 176.6125 37.500008Q175.675 36.921883 175.15938 35.875008Q174.64375 34.812508 174.62813 33.421883L174.62813 32.562508Q174.62813 30.312508 175.675 29.078133Q176.7375 27.828133 178.62813 27.828133Q180.19063 27.828133 181.14375 28.625008Q182.09688 29.421883 182.3 30.890633L180.9875 30.890633Q180.62813 28.906258 178.64375 28.906258Q177.31563 28.906258 176.62813 29.843758Q175.95625 30.765633 175.95625 32.515633L175.95625 33.328133Q175.95625 35.015633 176.72188 36.000008Q177.4875 36.984383 178.78438 36.984383Q179.53438 36.984383 180.08125 36.828133Q180.64375 36.656258 181.00313 36.265633L181.00313 34.031258L178.69063 34.031258L178.69063 32.968758L182.3 32.968758L182.3 36.609383ZM184.425 34.156258Q184.425 33.062508 184.84688 32.203133Q185.28438 31.328133 186.03438 30.859383Q186.8 30.390633 187.78438 30.390633Q189.28438 30.390633 190.22188 31.437508Q191.15938 32.484383 191.15938 34.218758L191.15938 34.312508Q191.15938 35.390633 190.7375 36.250008Q190.33125 37.093758 189.55 37.578133Q188.78438 38.062508 187.8 38.062508Q186.28438 38.062508 185.34688 37.015633Q184.425 35.968758 184.425 34.250008L184.425 34.156258ZM185.69063 34.312508Q185.69063 35.531258 186.25313 36.281258Q186.83125 37.031258 187.8 37.031258Q188.75313 37.031258 189.31563 36.281258Q189.89375 35.515633 189.89375 34.156258Q189.89375 32.937508 189.31563 32.187508Q188.7375 31.421883 187.78438 31.421883Q186.84688 31.421883 186.26875 32.171883Q185.69063 32.921883 185.69063 34.312508ZM198.83125 38.062508Q197.31563 38.062508 196.37813 37.078133Q195.44063 36.078133 195.44063 34.421883L195.44063 34.203133Q195.44063 33.093758 195.8625 32.234383Q196.28438 31.359383 197.03438 30.875008Q197.78438 30.390633 198.675 30.390633Q200.1125 30.390633 200.90938 31.343758Q201.70625 32.281258 201.70625 34.062508L201.70625 34.578133L196.70625 34.578133Q196.72188 35.671883 197.33125 36.359383Q197.95625 37.031258 198.89375 37.031258Q199.56563 37.031258 200.01875 36.765633Q200.4875 36.484383 200.84688 36.031258L201.6125 36.625008Q200.69063 38.062508 198.83125 38.062508ZM198.675 31.421883Q197.90938 31.421883 197.37813 31.984383Q196.8625 32.546883 196.7375 33.546883L200.44063 33.546883L200.44063 33.453133Q200.39375 32.484383 199.925 31.953133Q199.45625 31.421883 198.675 31.421883ZM205.2375 33.218758L206.87813 30.531258L208.3625 30.531258L205.94063 34.187508L208.425 37.921883L206.97188 37.921883L205.25313 35.156258L203.55 37.921883L202.08125 37.921883L204.58125 34.187508L202.15938 30.531258L203.6125 30.531258L205.2375 33.218758ZM216.00313 34.312508Q216.00313 36.000008 215.22188 37.031258Q214.45625 38.062508 213.14375 38.062508Q211.8 38.062508 211.01875 37.203133L211.01875 40.765633L209.75313 40.765633L209.75313 30.531258L210.90938 30.531258L210.97188 31.343758Q211.75313 30.390633 213.12813 30.390633Q214.45625 30.390633 215.22188 31.390633Q216.00313 32.390633 216.00313 34.187508L216.00313 34.312508ZM214.7375 34.156258Q214.7375 32.906258 214.20625 32.187508Q213.675 31.468758 212.7375 31.468758Q211.59688 31.468758 211.01875 32.484383L211.01875 36.015633Q211.59688 37.031258 212.75313 37.031258Q213.675 37.031258 214.20625 36.312508Q214.7375 35.578133 214.7375 34.156258ZM220.83125 38.062508Q219.31563 38.062508 218.37813 37.078133Q217.44063 36.078133 217.44063 34.421883L217.44063 34.203133Q217.44063 33.093758 217.8625 32.234383Q218.28438 31.359383 219.03438 30.875008Q219.78438 30.390633 220.675 30.390633Q222.1125 30.390633 222.90938 31.343758Q223.70625 32.281258 223.70625 34.062508L223.70625 34.578133L218.70625 34.578133Q218.72188 35.671883 219.33125 36.359383Q219.95625 37.031258 220.89375 37.031258Q221.56563 37.031258 222.01875 36.765633Q222.4875 36.484383 222.84688 36.031258L223.6125 36.625008Q222.69063 38.062508 220.83125 38.062508ZM220.675 31.421883Q219.90938 31.421883 219.37813 31.984383Q218.8625 32.546883 218.7375 33.546883L222.44063 33.546883L222.44063 33.453133Q222.39375 32.484383 221.925 31.953133Q221.45625 31.421883 220.675 31.421883ZM228.33125 31.656258Q228.05 31.609383 227.70625 31.609383Q226.47188 31.609383 226.01875 32.671883L226.01875 37.921883L224.75313 37.921883L224.75313 30.531258L225.9875 30.531258L226.00313 31.375008Q226.62813 30.390633 227.76875 30.390633Q228.14375 30.390633 228.33125 30.484383L228.33125 31.656258ZM231.12813 37.921883L229.8625 37.921883L229.8625 30.531258L231.12813 30.531258L231.12813 37.921883ZM229.76875 28.562508Q229.76875 28.250008 229.95625 28.046883Q230.14375 27.828133 230.50313 27.828133Q230.87813 27.828133 231.06563 28.046883Q231.26875 28.250008 231.26875 28.562508Q231.26875 28.875008 231.06563 29.078133Q230.87813 29.281258 230.50313 29.281258Q230.14375 29.281258 229.95625 29.078133Q229.76875 28.875008 229.76875 28.562508ZM235.83125 38.062508Q234.31563 38.062508 233.37813 37.078133Q232.44063 36.078133 232.44063 34.421883L232.44063 34.203133Q232.44063 33.093758 232.8625 32.234383Q233.28438 31.359383 234.03438 30.875008Q234.78438 30.390633 235.675 30.390633Q237.1125 30.390633 237.90938 31.343758Q238.70625 32.281258 238.70625 34.062508L238.70625 34.578133L233.70625 34.578133Q233.72188 35.671883 234.33125 36.359383Q234.95625 37.031258 235.89375 37.031258Q236.56563 37.031258 237.01875 36.765633Q237.4875 36.484383 237.84688 36.031258L238.6125 36.625008Q237.69063 38.062508 235.83125 38.062508ZM235.675 31.421883Q234.90938 31.421883 234.37813 31.984383Q233.8625 32.546883 233.7375 33.546883L237.44063 33.546883L237.44063 33.453133Q237.39375 32.484383 236.925 31.953133Q236.45625 31.421883 235.675 31.421883ZM240.95625 30.531258L240.9875 31.453133Q241.84688 30.390633 243.20625 30.390633Q245.55 30.390633 245.58125 33.031258L245.58125 37.921883L244.31563 37.921883L244.31563 33.031258Q244.3 32.234383 243.94063 31.859383Q243.58125 31.468758 242.83125 31.468758Q242.20625 31.468758 241.7375 31.796883Q241.28438 32.125008 241.01875 32.656258L241.01875 37.921883L239.75313 37.921883L239.75313 30.531258L240.95625 30.531258ZM250.72188 37.031258Q251.39375 37.031258 251.89375 36.625008Q252.40938 36.203133 252.47188 35.593758L253.65938 35.593758Q253.62813 36.218758 253.22188 36.796883Q252.81563 37.375008 252.14375 37.718758Q251.47188 38.062508 250.72188 38.062508Q249.20625 38.062508 248.31563 37.062508Q247.425 36.046883 247.425 34.296883L247.425 34.078133Q247.425 33.000008 247.81563 32.156258Q248.22188 31.312508 248.95625 30.859383Q249.70625 30.390633 250.72188 30.390633Q251.95625 30.390633 252.78438 31.140633Q253.6125 31.875008 253.65938 33.062508L252.47188 33.062508Q252.40938 32.343758 251.925 31.890633Q251.44063 31.421883 250.72188 31.421883Q249.75313 31.421883 249.22188 32.125008Q248.69063 32.812508 248.69063 34.125008L248.69063 34.359383Q248.69063 35.640633 249.22188 36.343758Q249.75313 37.031258 250.72188 37.031258ZM257.83124 38.062508Q256.3156 38.062508 255.37813 37.078133Q254.44063 36.078133 254.44063 34.421883L254.44063 34.203133Q254.44063 33.093758 254.8625 32.234383Q255.28438 31.359383 256.03436 30.875008Q256.78436 30.390633 257.675 30.390633Q259.1125 30.390633 259.90936 31.343758Q260.70624 32.281258 260.70624 34.062508L260.70624 34.578133L255.70625 34.578133Q255.72188 35.671883 256.33124 36.359383Q256.95624 37.031258 257.89374 37.031258Q258.5656 37.031258 259.01874 36.765633Q259.4875 36.484383 259.84686 36.031258L260.6125 36.625008Q259.6906 38.062508 257.83124 38.062508ZM257.675 31.421883Q256.90936 31.421883 256.3781 31.984383Q255.8625 32.546883 255.7375 33.546883L259.4406 33.546883L259.4406 33.453133Q259.39374 32.484383 258.925 31.953133Q258.45624 31.421883 257.675 31.421883Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig6.svg b/_content/survey2019/fig6.svg
deleted file mode 100644
index f4ac1f4..0000000
--- a/_content/survey2019/fig6.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 549.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="549" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 549.0L0 549.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 53.5L171.5 471.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 53.5L270.5 471.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 53.5L370.5 471.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 53.5L469.5 471.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 53.5L569.5 471.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 53.495598L569.4754 53.495598L569.4754 471.62036L171.5 471.62036L171.5 53.495598Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 75.0L171.0 65.0L427.0 65.0C428.10458 65.0 429.0 65.89543 429.0 67.0L429.0 73.0C429.0 74.10457 428.10458 75.0 427.0 75.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 75.0L171.0 65.0L427.0 65.0C428.10458 65.0 429.0 65.89543 429.0 67.0L429.0 73.0C429.0 74.10457 428.10458 75.0 427.0 75.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 109.0L171.0 99.0L211.0 99.0C212.10457 99.0 213.0 99.89543 213.0 101.0L213.0 107.0C213.0 108.10457 212.10457 109.0 211.0 109.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 109.0L171.0 99.0L211.0 99.0C212.10457 99.0 213.0 99.89543 213.0 101.0L213.0 107.0C213.0 108.10457 212.10457 109.0 211.0 109.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 143.0L171.0 133.0L215.0 133.0C216.10457 133.0 217.0 133.89543 217.0 135.0L217.0 141.0C217.0 142.10457 216.10457 143.0 215.0 143.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 143.0L171.0 133.0L215.0 133.0C216.10457 133.0 217.0 133.89543 217.0 135.0L217.0 141.0C217.0 142.10457 216.10457 143.0 215.0 143.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 177.0L171.0 167.0L195.0 167.0C196.10457 167.0 197.0 167.89543 197.0 169.0L197.0 175.0C197.0 176.10457 196.10457 177.0 195.0 177.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 177.0L171.0 167.0L195.0 167.0C196.10457 167.0 197.0 167.89543 197.0 169.0L197.0 175.0C197.0 176.10457 196.10457 177.0 195.0 177.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 211.0L171.0 201.0L187.0 201.0C188.10457 201.0 189.0 201.89543 189.0 203.0L189.0 209.0C189.0 210.10457 188.10457 211.0 187.0 211.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 211.0L171.0 201.0L187.0 201.0C188.10457 201.0 189.0 201.89543 189.0 203.0L189.0 209.0C189.0 210.10457 188.10457 211.0 187.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 245.0L171.0 235.0L183.0 235.0C184.10457 235.0 185.0 235.89543 185.0 237.0L185.0 243.0C185.0 244.10457 184.10457 245.0 183.0 245.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 245.0L171.0 235.0L183.0 235.0C184.10457 235.0 185.0 235.89543 185.0 237.0L185.0 243.0C185.0 244.10457 184.10457 245.0 183.0 245.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 278.0L171.0 268.0L180.0 268.0C181.10457 268.0 182.0 268.89542 182.0 270.0L182.0 276.0C182.0 277.10458 181.10457 278.0 180.0 278.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 278.0L171.0 268.0L180.0 268.0C181.10457 268.0 182.0 268.89542 182.0 270.0L182.0 276.0C182.0 277.10458 181.10457 278.0 180.0 278.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 312.0L171.0 302.0L187.0 302.0C188.10457 302.0 189.0 302.89542 189.0 304.0L189.0 310.0C189.0 311.10458 188.10457 312.0 187.0 312.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 312.0L171.0 302.0L187.0 302.0C188.10457 302.0 189.0 302.89542 189.0 304.0L189.0 310.0C189.0 311.10458 188.10457 312.0 187.0 312.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 346.0L171.0 336.0L181.0 336.0C182.10457 336.0 183.0 336.89542 183.0 338.0L183.0 344.0C183.0 345.10458 182.10457 346.0 181.0 346.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 346.0L171.0 336.0L181.0 336.0C182.10457 336.0 183.0 336.89542 183.0 338.0L183.0 344.0C183.0 345.10458 182.10457 346.0 181.0 346.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 380.0L171.0 370.0L175.0 370.0C176.10457 370.0 177.0 370.89542 177.0 372.0L177.0 378.0C177.0 379.10458 176.10457 380.0 175.0 380.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 380.0L171.0 370.0L175.0 370.0C176.10457 370.0 177.0 370.89542 177.0 372.0L177.0 378.0C177.0 379.10458 176.10457 380.0 175.0 380.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 414.0L171.0 404.0L175.0 404.0C176.10457 404.0 177.0 404.89542 177.0 406.0L177.0 412.0C177.0 413.10458 176.10457 414.0 175.0 414.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 414.0L171.0 404.0L175.0 404.0C176.10457 404.0 177.0 404.89542 177.0 406.0L177.0 412.0C177.0 413.10458 176.10457 414.0 175.0 414.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 448.0L171.0 438.0L217.0 438.0C218.10457 438.0 219.0 438.89542 219.0 440.0L219.0 446.0C219.0 447.10458 218.10457 448.0 217.0 448.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 448.0L171.0 438.0L217.0 438.0C218.10457 438.0 219.0 438.89542 219.0 440.0L219.0 446.0C219.0 447.10458 218.10457 448.0 217.0 448.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 86.0L171.0 76.0L383.0 76.0C384.10458 76.0 385.0 76.89543 385.0 78.0L385.0 84.0C385.0 85.10457 384.10458 86.0 383.0 86.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 86.0L171.0 76.0L383.0 76.0C384.10458 76.0 385.0 76.89543 385.0 78.0L385.0 84.0C385.0 85.10457 384.10458 86.0 383.0 86.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 120.0L171.0 110.0L229.0 110.0C230.10457 110.0 231.0 110.89543 231.0 112.0L231.0 118.0C231.0 119.10457 230.10457 120.0 229.0 120.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 120.0L171.0 110.0L229.0 110.0C230.10457 110.0 231.0 110.89543 231.0 112.0L231.0 118.0C231.0 119.10457 230.10457 120.0 229.0 120.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 154.0L171.0 144.0L213.0 144.0C214.10457 144.0 215.0 144.89543 215.0 146.0L215.0 152.0C215.0 153.10457 214.10457 154.0 213.0 154.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 154.0L171.0 144.0L213.0 144.0C214.10457 144.0 215.0 144.89543 215.0 146.0L215.0 152.0C215.0 153.10457 214.10457 154.0 213.0 154.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 188.0L171.0 178.0L203.0 178.0C204.10457 178.0 205.0 178.89543 205.0 180.0L205.0 186.0C205.0 187.10457 204.10457 188.0 203.0 188.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 188.0L171.0 178.0L203.0 178.0C204.10457 178.0 205.0 178.89543 205.0 180.0L205.0 186.0C205.0 187.10457 204.10457 188.0 203.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 222.0L171.0 212.0L197.0 212.0C198.10457 212.0 199.0 212.89543 199.0 214.0L199.0 220.0C199.0 221.10457 198.10457 222.0 197.0 222.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 222.0L171.0 212.0L197.0 212.0C198.10457 212.0 199.0 212.89543 199.0 214.0L199.0 220.0C199.0 221.10457 198.10457 222.0 197.0 222.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 256.0L171.0 246.0L190.0 246.0C191.10457 246.0 192.0 246.89543 192.0 248.0L192.0 254.0C192.0 255.10457 191.10457 256.0 190.0 256.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 256.0L171.0 246.0L190.0 246.0C191.10457 246.0 192.0 246.89543 192.0 248.0L192.0 254.0C192.0 255.10457 191.10457 256.0 190.0 256.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 289.0L171.0 279.0L188.0 279.0C189.10457 279.0 190.0 279.89542 190.0 281.0L190.0 287.0C190.0 288.10458 189.10457 289.0 188.0 289.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 289.0L171.0 279.0L188.0 279.0C189.10457 279.0 190.0 279.89542 190.0 281.0L190.0 287.0C190.0 288.10458 189.10457 289.0 188.0 289.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 323.0L171.0 313.0L187.0 313.0C188.10457 313.0 189.0 313.89542 189.0 315.0L189.0 321.0C189.0 322.10458 188.10457 323.0 187.0 323.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 323.0L171.0 313.0L187.0 313.0C188.10457 313.0 189.0 313.89542 189.0 315.0L189.0 321.0C189.0 322.10458 188.10457 323.0 187.0 323.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 357.0L171.0 347.0L181.0 347.0C182.10457 347.0 183.0 347.89542 183.0 349.0L183.0 355.0C183.0 356.10458 182.10457 357.0 181.0 357.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 357.0L171.0 347.0L181.0 347.0C182.10457 347.0 183.0 347.89542 183.0 349.0L183.0 355.0C183.0 356.10458 182.10457 357.0 181.0 357.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 391.0L171.0 381.0L178.0 381.0C179.10457 381.0 180.0 381.89542 180.0 383.0L180.0 389.0C180.0 390.10458 179.10457 391.0 178.0 391.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 391.0L171.0 381.0L178.0 381.0C179.10457 381.0 180.0 381.89542 180.0 383.0L180.0 389.0C180.0 390.10458 179.10457 391.0 178.0 391.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 425.0L171.0 415.0L178.0 415.0C179.10457 415.0 180.0 415.89542 180.0 417.0L180.0 423.0C180.0 424.10458 179.10457 425.0 178.0 425.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 425.0L171.0 415.0L178.0 415.0C179.10457 415.0 180.0 415.89542 180.0 417.0L180.0 423.0C180.0 424.10458 179.10457 425.0 178.0 425.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 459.0L171.0 449.0L204.0 449.0C205.10457 449.0 206.0 449.89542 206.0 451.0L206.0 457.0C206.0 458.10458 205.10457 459.0 204.0 459.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 459.0L171.0 449.0L204.0 449.0C205.10457 449.0 206.0 449.89542 206.0 451.0L206.0 457.0C206.0 458.10458 205.10457 459.0 204.0 459.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M439.81467 70.4375L440.18967 66.890625L443.8303 66.890625L443.8303 67.71875L440.9553 67.71875L440.73654 69.65625Q441.25217 69.359375 441.92404 69.359375Q442.8928 69.359375 443.4553 70.0Q444.03342 70.640625 444.03342 71.734375Q444.03342 72.828125 443.43967 73.46875Q442.84592 74.09375 441.78342 74.09375Q440.84592 74.09375 440.23654 73.578125Q439.6428 73.046875 439.56467 72.125L440.42404 72.125Q440.50217 72.734375 440.84592 73.046875Q441.2053 73.359375 441.78342 73.359375Q442.40842 73.359375 442.7678 72.9375Q443.12717 72.5 443.12717 71.75Q443.12717 71.03125 442.73654 70.609375Q442.36154 70.171875 441.7053 70.171875Q441.12717 70.171875 440.78342 70.421875L440.54904 70.625L439.81467 70.4375ZM450.06467 74.0L445.40842 74.0L445.40842 73.34375L447.86154 70.609375Q448.40842 70.0 448.61154 69.609375Q448.8303 69.21875 448.8303 68.796875Q448.8303 68.25 448.48654 67.890625Q448.15842 67.53125 447.59592 67.53125Q446.92404 67.53125 446.54904 67.921875Q446.17404 68.296875 446.17404 68.984375L445.2678 68.984375Q445.2678 68.0 445.8928 67.40625Q446.53342 66.796875 447.59592 66.796875Q448.5803 66.796875 449.15842 67.3125Q449.73654 67.828125 449.73654 68.703125Q449.73654 69.75 448.3928 71.203125L446.50217 73.265625L450.06467 73.265625L450.06467 74.0ZM451.3303 68.25Q451.3303 67.625 451.73654 67.203125Q452.1428 66.78125 452.78342 66.78125Q453.43967 66.78125 453.8303 67.203125Q454.23654 67.625 454.23654 68.28125L454.23654 68.640625Q454.23654 69.28125 453.8303 69.6875Q453.42404 70.09375 452.79904 70.09375Q452.15842 70.09375 451.73654 69.6875Q451.3303 69.28125 451.3303 68.59375L451.3303 68.25ZM452.00217 68.640625Q452.00217 69.015625 452.2053 69.265625Q452.42404 69.5 452.79904 69.5Q453.1428 69.5 453.34592 69.265625Q453.56467 69.03125 453.56467 68.609375L453.56467 68.25Q453.56467 67.875 453.34592 67.625Q453.1428 67.375 452.78342 67.375Q452.42404 67.375 452.2053 67.625Q452.00217 67.875 452.00217 68.28125L452.00217 68.640625ZM454.78342 72.25Q454.78342 71.609375 455.18967 71.203125Q455.61154 70.796875 456.23654 70.796875Q456.87717 70.796875 457.28342 71.203125Q457.7053 71.609375 457.7053 72.296875L457.7053 72.640625Q457.7053 73.28125 457.29904 73.703125Q456.8928 74.109375 456.25217 74.109375Q455.62717 74.109375 455.2053 73.703125Q454.78342 73.28125 454.78342 72.609375L454.78342 72.25ZM455.47092 72.640625Q455.47092 73.015625 455.67404 73.265625Q455.8928 73.515625 456.25217 73.515625Q456.61154 73.515625 456.81467 73.28125Q457.03342 73.03125 457.03342 72.625L457.03342 72.25Q457.03342 71.875 456.81467 71.625Q456.59592 71.375 456.25217 71.375Q455.8928 71.375 455.67404 71.625Q455.47092 71.859375 455.47092 72.28125L455.47092 72.640625ZM453.00217 73.46875L452.48654 73.140625L455.9553 67.578125L456.47092 67.90625L453.00217 73.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M439.81467 70.4375L440.18967 66.890625L443.8303 66.890625L443.8303 67.71875L440.9553 67.71875L440.73654 69.65625Q441.25217 69.359375 441.92404 69.359375Q442.8928 69.359375 443.4553 70.0Q444.03342 70.640625 444.03342 71.734375Q444.03342 72.828125 443.43967 73.46875Q442.84592 74.09375 441.78342 74.09375Q440.84592 74.09375 440.23654 73.578125Q439.6428 73.046875 439.56467 72.125L440.42404 72.125Q440.50217 72.734375 440.84592 73.046875Q441.2053 73.359375 441.78342 73.359375Q442.40842 73.359375 442.7678 72.9375Q443.12717 72.5 443.12717 71.75Q443.12717 71.03125 442.73654 70.609375Q442.36154 70.171875 441.7053 70.171875Q441.12717 70.171875 440.78342 70.421875L440.54904 70.625L439.81467 70.4375ZM450.06467 74.0L445.40842 74.0L445.40842 73.34375L447.86154 70.609375Q448.40842 70.0 448.61154 69.609375Q448.8303 69.21875 448.8303 68.796875Q448.8303 68.25 448.48654 67.890625Q448.15842 67.53125 447.59592 67.53125Q446.92404 67.53125 446.54904 67.921875Q446.17404 68.296875 446.17404 68.984375L445.2678 68.984375Q445.2678 68.0 445.8928 67.40625Q446.53342 66.796875 447.59592 66.796875Q448.5803 66.796875 449.15842 67.3125Q449.73654 67.828125 449.73654 68.703125Q449.73654 69.75 448.3928 71.203125L446.50217 73.265625L450.06467 73.265625L450.06467 74.0ZM451.3303 68.25Q451.3303 67.625 451.73654 67.203125Q452.1428 66.78125 452.78342 66.78125Q453.43967 66.78125 453.8303 67.203125Q454.23654 67.625 454.23654 68.28125L454.23654 68.640625Q454.23654 69.28125 453.8303 69.6875Q453.42404 70.09375 452.79904 70.09375Q452.15842 70.09375 451.73654 69.6875Q451.3303 69.28125 451.3303 68.59375L451.3303 68.25ZM452.00217 68.640625Q452.00217 69.015625 452.2053 69.265625Q452.42404 69.5 452.79904 69.5Q453.1428 69.5 453.34592 69.265625Q453.56467 69.03125 453.56467 68.609375L453.56467 68.25Q453.56467 67.875 453.34592 67.625Q453.1428 67.375 452.78342 67.375Q452.42404 67.375 452.2053 67.625Q452.00217 67.875 452.00217 68.28125L452.00217 68.640625ZM454.78342 72.25Q454.78342 71.609375 455.18967 71.203125Q455.61154 70.796875 456.23654 70.796875Q456.87717 70.796875 457.28342 71.203125Q457.7053 71.609375 457.7053 72.296875L457.7053 72.640625Q457.7053 73.28125 457.29904 73.703125Q456.8928 74.109375 456.25217 74.109375Q455.62717 74.109375 455.2053 73.703125Q454.78342 73.28125 454.78342 72.609375L454.78342 72.25ZM455.47092 72.640625Q455.47092 73.015625 455.67404 73.265625Q455.8928 73.515625 456.25217 73.515625Q456.61154 73.515625 456.81467 73.28125Q457.03342 73.03125 457.03342 72.625L457.03342 72.25Q457.03342 71.875 456.81467 71.625Q456.59592 71.375 456.25217 71.375Q455.8928 71.375 455.67404 71.625Q455.47092 71.859375 455.47092 72.28125L455.47092 72.640625ZM453.00217 73.46875L452.48654 73.140625L455.9553 67.578125L456.47092 67.90625L453.00217 73.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M227.96982 102.75Q227.96982 103.28125 227.68857 103.703125Q227.40732 104.109375 226.92294 104.34375Q227.48544 104.578125 227.79794 105.046875Q228.12607 105.5 228.12607 106.078125Q228.12607 107.0 227.50107 107.546875Q226.8917 108.09375 225.87607 108.09375Q224.84482 108.09375 224.21982 107.546875Q223.61044 107.0 223.61044 106.078125Q223.61044 105.5 223.92294 105.046875Q224.23544 104.578125 224.79794 104.34375Q224.3292 104.109375 224.04794 103.6875Q223.78232 103.265625 223.78232 102.75Q223.78232 101.84375 224.34482 101.328125Q224.92294 100.796875 225.87607 100.796875Q226.81357 100.796875 227.3917 101.328125Q227.96982 101.84375 227.96982 102.75ZM227.23544 106.0625Q227.23544 105.46875 226.84482 105.09375Q226.46982 104.71875 225.86044 104.71875Q225.25107 104.71875 224.87607 105.09375Q224.5167 105.453125 224.5167 106.0625Q224.5167 106.671875 224.87607 107.015625Q225.23544 107.359375 225.87607 107.359375Q226.50107 107.359375 226.86044 107.015625Q227.23544 106.65625 227.23544 106.0625ZM225.87607 101.53125Q225.34482 101.53125 225.00107 101.859375Q224.67294 102.1875 224.67294 102.765625Q224.67294 103.296875 225.00107 103.640625Q225.3292 103.96875 225.86044 103.96875Q226.40732 103.96875 226.73544 103.640625Q227.06357 103.296875 227.06357 102.765625Q227.06357 102.21875 226.71982 101.875Q226.3917 101.53125 225.87607 101.53125ZM229.5792 102.25Q229.5792 101.625 229.98544 101.203125Q230.3917 100.78125 231.03232 100.78125Q231.68857 100.78125 232.0792 101.203125Q232.48544 101.625 232.48544 102.28125L232.48544 102.640625Q232.48544 103.28125 232.0792 103.6875Q231.67294 104.09375 231.04794 104.09375Q230.40732 104.09375 229.98544 103.6875Q229.5792 103.28125 229.5792 102.59375L229.5792 102.25ZM230.25107 102.640625Q230.25107 103.015625 230.4542 103.265625Q230.67294 103.5 231.04794 103.5Q231.3917 103.5 231.59482 103.265625Q231.81357 103.03125 231.81357 102.609375L231.81357 102.25Q231.81357 101.875 231.59482 101.625Q231.3917 101.375 231.03232 101.375Q230.67294 101.375 230.4542 101.625Q230.25107 101.875 230.25107 102.28125L230.25107 102.640625ZM233.03232 106.25Q233.03232 105.609375 233.43857 105.203125Q233.86044 104.796875 234.48544 104.796875Q235.12607 104.796875 235.53232 105.203125Q235.9542 105.609375 235.9542 106.296875L235.9542 106.640625Q235.9542 107.28125 235.54794 107.703125Q235.1417 108.109375 234.50107 108.109375Q233.87607 108.109375 233.4542 107.703125Q233.03232 107.28125 233.03232 106.609375L233.03232 106.25ZM233.71982 106.640625Q233.71982 107.015625 233.92294 107.265625Q234.1417 107.515625 234.50107 107.515625Q234.86044 107.515625 235.06357 107.28125Q235.28232 107.03125 235.28232 106.625L235.28232 106.25Q235.28232 105.875 235.06357 105.625Q234.84482 105.375 234.50107 105.375Q234.1417 105.375 233.92294 105.625Q233.71982 105.859375 233.71982 106.28125L233.71982 106.640625ZM231.25107 107.46875L230.73544 107.140625L234.2042 101.578125L234.71982 101.90625L231.25107 107.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M227.96982 102.75Q227.96982 103.28125 227.68857 103.703125Q227.40732 104.109375 226.92294 104.34375Q227.48544 104.578125 227.79794 105.046875Q228.12607 105.5 228.12607 106.078125Q228.12607 107.0 227.50107 107.546875Q226.8917 108.09375 225.87607 108.09375Q224.84482 108.09375 224.21982 107.546875Q223.61044 107.0 223.61044 106.078125Q223.61044 105.5 223.92294 105.046875Q224.23544 104.578125 224.79794 104.34375Q224.3292 104.109375 224.04794 103.6875Q223.78232 103.265625 223.78232 102.75Q223.78232 101.84375 224.34482 101.328125Q224.92294 100.796875 225.87607 100.796875Q226.81357 100.796875 227.3917 101.328125Q227.96982 101.84375 227.96982 102.75ZM227.23544 106.0625Q227.23544 105.46875 226.84482 105.09375Q226.46982 104.71875 225.86044 104.71875Q225.25107 104.71875 224.87607 105.09375Q224.5167 105.453125 224.5167 106.0625Q224.5167 106.671875 224.87607 107.015625Q225.23544 107.359375 225.87607 107.359375Q226.50107 107.359375 226.86044 107.015625Q227.23544 106.65625 227.23544 106.0625ZM225.87607 101.53125Q225.34482 101.53125 225.00107 101.859375Q224.67294 102.1875 224.67294 102.765625Q224.67294 103.296875 225.00107 103.640625Q225.3292 103.96875 225.86044 103.96875Q226.40732 103.96875 226.73544 103.640625Q227.06357 103.296875 227.06357 102.765625Q227.06357 102.21875 226.71982 101.875Q226.3917 101.53125 225.87607 101.53125ZM229.5792 102.25Q229.5792 101.625 229.98544 101.203125Q230.3917 100.78125 231.03232 100.78125Q231.68857 100.78125 232.0792 101.203125Q232.48544 101.625 232.48544 102.28125L232.48544 102.640625Q232.48544 103.28125 232.0792 103.6875Q231.67294 104.09375 231.04794 104.09375Q230.40732 104.09375 229.98544 103.6875Q229.5792 103.28125 229.5792 102.59375L229.5792 102.25ZM230.25107 102.640625Q230.25107 103.015625 230.4542 103.265625Q230.67294 103.5 231.04794 103.5Q231.3917 103.5 231.59482 103.265625Q231.81357 103.03125 231.81357 102.609375L231.81357 102.25Q231.81357 101.875 231.59482 101.625Q231.3917 101.375 231.03232 101.375Q230.67294 101.375 230.4542 101.625Q230.25107 101.875 230.25107 102.28125L230.25107 102.640625ZM233.03232 106.25Q233.03232 105.609375 233.43857 105.203125Q233.86044 104.796875 234.48544 104.796875Q235.12607 104.796875 235.53232 105.203125Q235.9542 105.609375 235.9542 106.296875L235.9542 106.640625Q235.9542 107.28125 235.54794 107.703125Q235.1417 108.109375 234.50107 108.109375Q233.87607 108.109375 233.4542 107.703125Q233.03232 107.28125 233.03232 106.609375L233.03232 106.25ZM233.71982 106.640625Q233.71982 107.015625 233.92294 107.265625Q234.1417 107.515625 234.50107 107.515625Q234.86044 107.515625 235.06357 107.28125Q235.28232 107.03125 235.28232 106.625L235.28232 106.25Q235.28232 105.875 235.06357 105.625Q234.84482 105.375 234.50107 105.375Q234.1417 105.375 233.92294 105.625Q233.71982 105.859375 233.71982 106.28125L233.71982 106.640625ZM231.25107 107.46875L230.73544 107.140625L234.2042 101.578125L234.71982 101.90625L231.25107 107.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M230.5597 138.875Q230.27844 139.21875 229.88782 139.42188Q229.4972 139.625 229.02844 139.625Q228.41907 139.625 227.95032 139.32812Q227.4972 139.01562 227.2472 138.46875Q226.9972 137.92188 226.9972 137.25Q226.9972 136.54688 227.26282 135.96875Q227.54407 135.39062 228.04407 135.09375Q228.54407 134.79688 229.20032 134.79688Q230.26282 134.79688 230.8722 135.59375Q231.48157 136.375 231.48157 137.73438L231.48157 138.0Q231.48157 140.07812 230.65344 141.03125Q229.84094 141.98438 228.1847 142.0L227.9972 142.0L227.9972 141.25L228.20032 141.25Q229.3097 141.21875 229.90344 140.65625Q230.51282 140.09375 230.5597 138.875ZM229.16907 138.875Q229.6222 138.875 229.9972 138.59375Q230.38782 138.3125 230.57532 137.90625L230.57532 137.54688Q230.57532 136.65625 230.1847 136.10938Q229.79407 135.54688 229.21594 135.54688Q228.60657 135.54688 228.2472 136.0Q227.88782 136.45312 227.88782 137.20312Q227.88782 137.9375 228.23157 138.40625Q228.59094 138.875 229.16907 138.875ZM233.02844 136.25Q233.02844 135.625 233.4347 135.20312Q233.84094 134.78125 234.48157 134.78125Q235.13782 134.78125 235.52844 135.20312Q235.9347 135.625 235.9347 136.28125L235.9347 136.64062Q235.9347 137.28125 235.52844 137.6875Q235.1222 138.09375 234.4972 138.09375Q233.85657 138.09375 233.4347 137.6875Q233.02844 137.28125 233.02844 136.59375L233.02844 136.25ZM233.70032 136.64062Q233.70032 137.01562 233.90344 137.26562Q234.1222 137.5 234.4972 137.5Q234.84094 137.5 235.04407 137.26562Q235.26282 137.03125 235.26282 136.60938L235.26282 136.25Q235.26282 135.875 235.04407 135.625Q234.84094 135.375 234.48157 135.375Q234.1222 135.375 233.90344 135.625Q233.70032 135.875 233.70032 136.28125L233.70032 136.64062ZM236.48157 140.25Q236.48157 139.60938 236.88782 139.20312Q237.3097 138.79688 237.9347 138.79688Q238.57532 138.79688 238.98157 139.20312Q239.40344 139.60938 239.40344 140.29688L239.40344 140.64062Q239.40344 141.28125 238.9972 141.70312Q238.59094 142.10938 237.95032 142.10938Q237.32532 142.10938 236.90344 141.70312Q236.48157 141.28125 236.48157 140.60938L236.48157 140.25ZM237.16907 140.64062Q237.16907 141.01562 237.3722 141.26562Q237.59094 141.51562 237.95032 141.51562Q238.3097 141.51562 238.51282 141.28125Q238.73157 141.03125 238.73157 140.625L238.73157 140.25Q238.73157 139.875 238.51282 139.625Q238.29407 139.375 237.95032 139.375Q237.59094 139.375 237.3722 139.625Q237.16907 139.85938 237.16907 140.28125L237.16907 140.64062ZM234.70032 141.46875L234.1847 141.14062L237.65344 135.57812L238.16907 135.90625L234.70032 141.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M230.5597 138.875Q230.27844 139.21875 229.88782 139.42188Q229.4972 139.625 229.02844 139.625Q228.41907 139.625 227.95032 139.32812Q227.4972 139.01562 227.2472 138.46875Q226.9972 137.92188 226.9972 137.25Q226.9972 136.54688 227.26282 135.96875Q227.54407 135.39062 228.04407 135.09375Q228.54407 134.79688 229.20032 134.79688Q230.26282 134.79688 230.8722 135.59375Q231.48157 136.375 231.48157 137.73438L231.48157 138.0Q231.48157 140.07812 230.65344 141.03125Q229.84094 141.98438 228.1847 142.0L227.9972 142.0L227.9972 141.25L228.20032 141.25Q229.3097 141.21875 229.90344 140.65625Q230.51282 140.09375 230.5597 138.875ZM229.16907 138.875Q229.6222 138.875 229.9972 138.59375Q230.38782 138.3125 230.57532 137.90625L230.57532 137.54688Q230.57532 136.65625 230.1847 136.10938Q229.79407 135.54688 229.21594 135.54688Q228.60657 135.54688 228.2472 136.0Q227.88782 136.45312 227.88782 137.20312Q227.88782 137.9375 228.23157 138.40625Q228.59094 138.875 229.16907 138.875ZM233.02844 136.25Q233.02844 135.625 233.4347 135.20312Q233.84094 134.78125 234.48157 134.78125Q235.13782 134.78125 235.52844 135.20312Q235.9347 135.625 235.9347 136.28125L235.9347 136.64062Q235.9347 137.28125 235.52844 137.6875Q235.1222 138.09375 234.4972 138.09375Q233.85657 138.09375 233.4347 137.6875Q233.02844 137.28125 233.02844 136.59375L233.02844 136.25ZM233.70032 136.64062Q233.70032 137.01562 233.90344 137.26562Q234.1222 137.5 234.4972 137.5Q234.84094 137.5 235.04407 137.26562Q235.26282 137.03125 235.26282 136.60938L235.26282 136.25Q235.26282 135.875 235.04407 135.625Q234.84094 135.375 234.48157 135.375Q234.1222 135.375 233.90344 135.625Q233.70032 135.875 233.70032 136.28125L233.70032 136.64062ZM236.48157 140.25Q236.48157 139.60938 236.88782 139.20312Q237.3097 138.79688 237.9347 138.79688Q238.57532 138.79688 238.98157 139.20312Q239.40344 139.60938 239.40344 140.29688L239.40344 140.64062Q239.40344 141.28125 238.9972 141.70312Q238.59094 142.10938 237.95032 142.10938Q237.32532 142.10938 236.90344 141.70312Q236.48157 141.28125 236.48157 140.60938L236.48157 140.25ZM237.16907 140.64062Q237.16907 141.01562 237.3722 141.26562Q237.59094 141.51562 237.95032 141.51562Q238.3097 141.51562 238.51282 141.28125Q238.73157 141.03125 238.73157 140.625L238.73157 140.25Q238.73157 139.875 238.51282 139.625Q238.29407 139.375 237.95032 139.375Q237.59094 139.375 237.3722 139.625Q237.16907 139.85938 237.16907 140.28125L237.16907 140.64062ZM234.70032 141.46875L234.1847 141.14062L237.65344 135.57812L238.16907 135.90625L234.70032 141.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.50713 172.4375L207.88213 168.89062L211.52275 168.89062L211.52275 169.71875L208.64775 169.71875L208.429 171.65625Q208.94463 171.35938 209.6165 171.35938Q210.58525 171.35938 211.14775 172.0Q211.72588 172.64062 211.72588 173.73438Q211.72588 174.82812 211.13213 175.46875Q210.53838 176.09375 209.47588 176.09375Q208.53838 176.09375 207.929 175.57812Q207.33525 175.04688 207.25713 174.125L208.1165 174.125Q208.19463 174.73438 208.53838 175.04688Q208.89775 175.35938 209.47588 175.35938Q210.10088 175.35938 210.46025 174.9375Q210.81963 174.5 210.81963 173.75Q210.81963 173.03125 210.429 172.60938Q210.054 172.17188 209.39775 172.17188Q208.81963 172.17188 208.47588 172.42188L208.2415 172.625L207.50713 172.4375ZM213.02275 170.25Q213.02275 169.625 213.429 169.20312Q213.83525 168.78125 214.47588 168.78125Q215.13213 168.78125 215.52275 169.20312Q215.929 169.625 215.929 170.28125L215.929 170.64062Q215.929 171.28125 215.52275 171.6875Q215.1165 172.09375 214.4915 172.09375Q213.85088 172.09375 213.429 171.6875Q213.02275 171.28125 213.02275 170.59375L213.02275 170.25ZM213.69463 170.64062Q213.69463 171.01562 213.89775 171.26562Q214.1165 171.5 214.4915 171.5Q214.83525 171.5 215.03838 171.26562Q215.25713 171.03125 215.25713 170.60938L215.25713 170.25Q215.25713 169.875 215.03838 169.625Q214.83525 169.375 214.47588 169.375Q214.1165 169.375 213.89775 169.625Q213.69463 169.875 213.69463 170.28125L213.69463 170.64062ZM216.47588 174.25Q216.47588 173.60938 216.88213 173.20312Q217.304 172.79688 217.929 172.79688Q218.56963 172.79688 218.97588 173.20312Q219.39775 173.60938 219.39775 174.29688L219.39775 174.64062Q219.39775 175.28125 218.9915 175.70312Q218.58525 176.10938 217.94463 176.10938Q217.31963 176.10938 216.89775 175.70312Q216.47588 175.28125 216.47588 174.60938L216.47588 174.25ZM217.16338 174.64062Q217.16338 175.01562 217.3665 175.26562Q217.58525 175.51562 217.94463 175.51562Q218.304 175.51562 218.50713 175.28125Q218.72588 175.03125 218.72588 174.625L218.72588 174.25Q218.72588 173.875 218.50713 173.625Q218.28838 173.375 217.94463 173.375Q217.58525 173.375 217.3665 173.625Q217.16338 173.85938 217.16338 174.28125L217.16338 174.64062ZM214.69463 175.46875L214.179 175.14062L217.64775 169.57812L218.16338 169.90625L214.69463 175.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M207.50713 172.4375L207.88213 168.89062L211.52275 168.89062L211.52275 169.71875L208.64775 169.71875L208.429 171.65625Q208.94463 171.35938 209.6165 171.35938Q210.58525 171.35938 211.14775 172.0Q211.72588 172.64062 211.72588 173.73438Q211.72588 174.82812 211.13213 175.46875Q210.53838 176.09375 209.47588 176.09375Q208.53838 176.09375 207.929 175.57812Q207.33525 175.04688 207.25713 174.125L208.1165 174.125Q208.19463 174.73438 208.53838 175.04688Q208.89775 175.35938 209.47588 175.35938Q210.10088 175.35938 210.46025 174.9375Q210.81963 174.5 210.81963 173.75Q210.81963 173.03125 210.429 172.60938Q210.054 172.17188 209.39775 172.17188Q208.81963 172.17188 208.47588 172.42188L208.2415 172.625L207.50713 172.4375ZM213.02275 170.25Q213.02275 169.625 213.429 169.20312Q213.83525 168.78125 214.47588 168.78125Q215.13213 168.78125 215.52275 169.20312Q215.929 169.625 215.929 170.28125L215.929 170.64062Q215.929 171.28125 215.52275 171.6875Q215.1165 172.09375 214.4915 172.09375Q213.85088 172.09375 213.429 171.6875Q213.02275 171.28125 213.02275 170.59375L213.02275 170.25ZM213.69463 170.64062Q213.69463 171.01562 213.89775 171.26562Q214.1165 171.5 214.4915 171.5Q214.83525 171.5 215.03838 171.26562Q215.25713 171.03125 215.25713 170.60938L215.25713 170.25Q215.25713 169.875 215.03838 169.625Q214.83525 169.375 214.47588 169.375Q214.1165 169.375 213.89775 169.625Q213.69463 169.875 213.69463 170.28125L213.69463 170.64062ZM216.47588 174.25Q216.47588 173.60938 216.88213 173.20312Q217.304 172.79688 217.929 172.79688Q218.56963 172.79688 218.97588 173.20312Q219.39775 173.60938 219.39775 174.29688L219.39775 174.64062Q219.39775 175.28125 218.9915 175.70312Q218.58525 176.10938 217.94463 176.10938Q217.31963 176.10938 216.89775 175.70312Q216.47588 175.28125 216.47588 174.60938L216.47588 174.25ZM217.16338 174.64062Q217.16338 175.01562 217.3665 175.26562Q217.58525 175.51562 217.94463 175.51562Q218.304 175.51562 218.50713 175.28125Q218.72588 175.03125 218.72588 174.625L218.72588 174.25Q218.72588 173.875 218.50713 173.625Q218.28838 173.375 217.94463 173.375Q217.58525 173.375 217.3665 173.625Q217.16338 173.85938 217.16338 174.28125L217.16338 174.64062ZM214.69463 175.46875L214.179 175.14062L217.64775 169.57812L218.16338 169.90625L214.69463 175.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M200.73877 206.0L201.41064 206.0Q202.05127 206.0 202.41064 205.67188Q202.78564 205.34375 202.78564 204.78125Q202.78564 203.53125 201.53564 203.53125Q200.95752 203.53125 200.59814 203.875Q200.2544 204.20312 200.2544 204.75L199.34814 204.75Q199.34814 203.90625 199.97314 203.35938Q200.59814 202.79688 201.53564 202.79688Q202.55127 202.79688 203.11377 203.32812Q203.6919 203.85938 203.6919 204.79688Q203.6919 205.26562 203.39502 205.70312Q203.09814 206.14062 202.5669 206.35938Q203.16064 206.53125 203.47314 206.96875Q203.80127 207.39062 203.80127 208.01562Q203.80127 208.96875 203.17627 209.53125Q202.55127 210.09375 201.55127 210.09375Q200.55127 210.09375 199.91064 209.5625Q199.28564 209.01562 199.28564 208.125L200.20752 208.125Q200.20752 208.6875 200.5669 209.03125Q200.92627 209.35938 201.55127 209.35938Q202.20752 209.35938 202.55127 209.01562Q202.89502 208.67188 202.89502 208.03125Q202.89502 207.42188 202.5044 207.09375Q202.1294 206.75 201.41064 206.75L200.73877 206.75L200.73877 206.0ZM205.34814 204.25Q205.34814 203.625 205.7544 203.20312Q206.16064 202.78125 206.80127 202.78125Q207.45752 202.78125 207.84814 203.20312Q208.2544 203.625 208.2544 204.28125L208.2544 204.64062Q208.2544 205.28125 207.84814 205.6875Q207.4419 206.09375 206.8169 206.09375Q206.17627 206.09375 205.7544 205.6875Q205.34814 205.28125 205.34814 204.59375L205.34814 204.25ZM206.02002 204.64062Q206.02002 205.01562 206.22314 205.26562Q206.4419 205.5 206.8169 205.5Q207.16064 205.5 207.36377 205.26562Q207.58252 205.03125 207.58252 204.60938L207.58252 204.25Q207.58252 203.875 207.36377 203.625Q207.16064 203.375 206.80127 203.375Q206.4419 203.375 206.22314 203.625Q206.02002 203.875 206.02002 204.28125L206.02002 204.64062ZM208.80127 208.25Q208.80127 207.60938 209.20752 207.20312Q209.6294 206.79688 210.2544 206.79688Q210.89502 206.79688 211.30127 207.20312Q211.72314 207.60938 211.72314 208.29688L211.72314 208.64062Q211.72314 209.28125 211.3169 209.70312Q210.91064 210.10938 210.27002 210.10938Q209.64502 210.10938 209.22314 209.70312Q208.80127 209.28125 208.80127 208.60938L208.80127 208.25ZM209.48877 208.64062Q209.48877 209.01562 209.6919 209.26562Q209.91064 209.51562 210.27002 209.51562Q210.6294 209.51562 210.83252 209.28125Q211.05127 209.03125 211.05127 208.625L211.05127 208.25Q211.05127 207.875 210.83252 207.625Q210.61377 207.375 210.27002 207.375Q209.91064 207.375 209.6919 207.625Q209.48877 207.85938 209.48877 208.28125L209.48877 208.64062ZM207.02002 209.46875L206.5044 209.14062L209.97314 203.57812L210.48877 203.90625L207.02002 209.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M200.73877 206.0L201.41064 206.0Q202.05127 206.0 202.41064 205.67188Q202.78564 205.34375 202.78564 204.78125Q202.78564 203.53125 201.53564 203.53125Q200.95752 203.53125 200.59814 203.875Q200.2544 204.20312 200.2544 204.75L199.34814 204.75Q199.34814 203.90625 199.97314 203.35938Q200.59814 202.79688 201.53564 202.79688Q202.55127 202.79688 203.11377 203.32812Q203.6919 203.85938 203.6919 204.79688Q203.6919 205.26562 203.39502 205.70312Q203.09814 206.14062 202.5669 206.35938Q203.16064 206.53125 203.47314 206.96875Q203.80127 207.39062 203.80127 208.01562Q203.80127 208.96875 203.17627 209.53125Q202.55127 210.09375 201.55127 210.09375Q200.55127 210.09375 199.91064 209.5625Q199.28564 209.01562 199.28564 208.125L200.20752 208.125Q200.20752 208.6875 200.5669 209.03125Q200.92627 209.35938 201.55127 209.35938Q202.20752 209.35938 202.55127 209.01562Q202.89502 208.67188 202.89502 208.03125Q202.89502 207.42188 202.5044 207.09375Q202.1294 206.75 201.41064 206.75L200.73877 206.75L200.73877 206.0ZM205.34814 204.25Q205.34814 203.625 205.7544 203.20312Q206.16064 202.78125 206.80127 202.78125Q207.45752 202.78125 207.84814 203.20312Q208.2544 203.625 208.2544 204.28125L208.2544 204.64062Q208.2544 205.28125 207.84814 205.6875Q207.4419 206.09375 206.8169 206.09375Q206.17627 206.09375 205.7544 205.6875Q205.34814 205.28125 205.34814 204.59375L205.34814 204.25ZM206.02002 204.64062Q206.02002 205.01562 206.22314 205.26562Q206.4419 205.5 206.8169 205.5Q207.16064 205.5 207.36377 205.26562Q207.58252 205.03125 207.58252 204.60938L207.58252 204.25Q207.58252 203.875 207.36377 203.625Q207.16064 203.375 206.80127 203.375Q206.4419 203.375 206.22314 203.625Q206.02002 203.875 206.02002 204.28125L206.02002 204.64062ZM208.80127 208.25Q208.80127 207.60938 209.20752 207.20312Q209.6294 206.79688 210.2544 206.79688Q210.89502 206.79688 211.30127 207.20312Q211.72314 207.60938 211.72314 208.29688L211.72314 208.64062Q211.72314 209.28125 211.3169 209.70312Q210.91064 210.10938 210.27002 210.10938Q209.64502 210.10938 209.22314 209.70312Q208.80127 209.28125 208.80127 208.60938L208.80127 208.25ZM209.48877 208.64062Q209.48877 209.01562 209.6919 209.26562Q209.91064 209.51562 210.27002 209.51562Q210.6294 209.51562 210.83252 209.28125Q211.05127 209.03125 211.05127 208.625L211.05127 208.25Q211.05127 207.875 210.83252 207.625Q210.61377 207.375 210.27002 207.375Q209.91064 207.375 209.6919 207.625Q209.48877 207.85938 209.48877 208.28125L209.48877 208.64062ZM207.02002 209.46875L206.5044 209.14062L209.97314 203.57812L210.48877 203.90625L207.02002 209.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.03082 240.0L197.7027 240.0Q198.34332 240.0 198.7027 239.67188Q199.0777 239.34375 199.0777 238.78125Q199.0777 237.53125 197.8277 237.53125Q197.24957 237.53125 196.8902 237.875Q196.54645 238.20312 196.54645 238.75L195.6402 238.75Q195.6402 237.90625 196.2652 237.35938Q196.8902 236.79688 197.8277 236.79688Q198.84332 236.79688 199.40582 237.32812Q199.98395 237.85938 199.98395 238.79688Q199.98395 239.26562 199.68707 239.70312Q199.3902 240.14062 198.85895 240.35938Q199.4527 240.53125 199.7652 240.96875Q200.09332 241.39062 200.09332 242.01562Q200.09332 242.96875 199.46832 243.53125Q198.84332 244.09375 197.84332 244.09375Q196.84332 244.09375 196.2027 243.5625Q195.5777 243.01562 195.5777 242.125L196.49957 242.125Q196.49957 242.6875 196.85895 243.03125Q197.21832 243.35938 197.84332 243.35938Q198.49957 243.35938 198.84332 243.01562Q199.18707 242.67188 199.18707 242.03125Q199.18707 241.42188 198.79645 241.09375Q198.42145 240.75 197.7027 240.75L197.03082 240.75L197.03082 240.0ZM201.6402 238.25Q201.6402 237.625 202.04645 237.20312Q202.4527 236.78125 203.09332 236.78125Q203.74957 236.78125 204.1402 237.20312Q204.54645 237.625 204.54645 238.28125L204.54645 238.64062Q204.54645 239.28125 204.1402 239.6875Q203.73395 240.09375 203.10895 240.09375Q202.46832 240.09375 202.04645 239.6875Q201.6402 239.28125 201.6402 238.59375L201.6402 238.25ZM202.31207 238.64062Q202.31207 239.01562 202.5152 239.26562Q202.73395 239.5 203.10895 239.5Q203.4527 239.5 203.65582 239.26562Q203.87457 239.03125 203.87457 238.60938L203.87457 238.25Q203.87457 237.875 203.65582 237.625Q203.4527 237.375 203.09332 237.375Q202.73395 237.375 202.5152 237.625Q202.31207 237.875 202.31207 238.28125L202.31207 238.64062ZM205.09332 242.25Q205.09332 241.60938 205.49957 241.20312Q205.92145 240.79688 206.54645 240.79688Q207.18707 240.79688 207.59332 241.20312Q208.0152 241.60938 208.0152 242.29688L208.0152 242.64062Q208.0152 243.28125 207.60895 243.70312Q207.2027 244.10938 206.56207 244.10938Q205.93707 244.10938 205.5152 243.70312Q205.09332 243.28125 205.09332 242.60938L205.09332 242.25ZM205.78082 242.64062Q205.78082 243.01562 205.98395 243.26562Q206.2027 243.51562 206.56207 243.51562Q206.92145 243.51562 207.12457 243.28125Q207.34332 243.03125 207.34332 242.625L207.34332 242.25Q207.34332 241.875 207.12457 241.625Q206.90582 241.375 206.56207 241.375Q206.2027 241.375 205.98395 241.625Q205.78082 241.85938 205.78082 242.28125L205.78082 242.64062ZM203.31207 243.46875L202.79645 243.14062L206.2652 237.57812L206.78082 237.90625L203.31207 243.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M197.03082 240.0L197.7027 240.0Q198.34332 240.0 198.7027 239.67188Q199.0777 239.34375 199.0777 238.78125Q199.0777 237.53125 197.8277 237.53125Q197.24957 237.53125 196.8902 237.875Q196.54645 238.20312 196.54645 238.75L195.6402 238.75Q195.6402 237.90625 196.2652 237.35938Q196.8902 236.79688 197.8277 236.79688Q198.84332 236.79688 199.40582 237.32812Q199.98395 237.85938 199.98395 238.79688Q199.98395 239.26562 199.68707 239.70312Q199.3902 240.14062 198.85895 240.35938Q199.4527 240.53125 199.7652 240.96875Q200.09332 241.39062 200.09332 242.01562Q200.09332 242.96875 199.46832 243.53125Q198.84332 244.09375 197.84332 244.09375Q196.84332 244.09375 196.2027 243.5625Q195.5777 243.01562 195.5777 242.125L196.49957 242.125Q196.49957 242.6875 196.85895 243.03125Q197.21832 243.35938 197.84332 243.35938Q198.49957 243.35938 198.84332 243.01562Q199.18707 242.67188 199.18707 242.03125Q199.18707 241.42188 198.79645 241.09375Q198.42145 240.75 197.7027 240.75L197.03082 240.75L197.03082 240.0ZM201.6402 238.25Q201.6402 237.625 202.04645 237.20312Q202.4527 236.78125 203.09332 236.78125Q203.74957 236.78125 204.1402 237.20312Q204.54645 237.625 204.54645 238.28125L204.54645 238.64062Q204.54645 239.28125 204.1402 239.6875Q203.73395 240.09375 203.10895 240.09375Q202.46832 240.09375 202.04645 239.6875Q201.6402 239.28125 201.6402 238.59375L201.6402 238.25ZM202.31207 238.64062Q202.31207 239.01562 202.5152 239.26562Q202.73395 239.5 203.10895 239.5Q203.4527 239.5 203.65582 239.26562Q203.87457 239.03125 203.87457 238.60938L203.87457 238.25Q203.87457 237.875 203.65582 237.625Q203.4527 237.375 203.09332 237.375Q202.73395 237.375 202.5152 237.625Q202.31207 237.875 202.31207 238.28125L202.31207 238.64062ZM205.09332 242.25Q205.09332 241.60938 205.49957 241.20312Q205.92145 240.79688 206.54645 240.79688Q207.18707 240.79688 207.59332 241.20312Q208.0152 241.60938 208.0152 242.29688L208.0152 242.64062Q208.0152 243.28125 207.60895 243.70312Q207.2027 244.10938 206.56207 244.10938Q205.93707 244.10938 205.5152 243.70312Q205.09332 243.28125 205.09332 242.60938L205.09332 242.25ZM205.78082 242.64062Q205.78082 243.01562 205.98395 243.26562Q206.2027 243.51562 206.56207 243.51562Q206.92145 243.51562 207.12457 243.28125Q207.34332 243.03125 207.34332 242.625L207.34332 242.25Q207.34332 241.875 207.12457 241.625Q206.90582 241.375 206.56207 241.375Q206.2027 241.375 205.98395 241.625Q205.78082 241.85938 205.78082 242.28125L205.78082 242.64062ZM203.31207 243.46875L202.79645 243.14062L206.2652 237.57812L206.78082 237.90625L203.31207 243.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.27023 277.0L192.61398 277.0L192.61398 276.34375L195.06711 273.60938Q195.61398 273.0 195.81711 272.60938Q196.03586 272.21875 196.03586 271.79688Q196.03586 271.25 195.69211 270.89062Q195.36398 270.53125 194.80148 270.53125Q194.12961 270.53125 193.75461 270.92188Q193.37961 271.29688 193.37961 271.98438L192.47336 271.98438Q192.47336 271.0 193.09836 270.40625Q193.73898 269.79688 194.80148 269.79688Q195.78586 269.79688 196.36398 270.3125Q196.94211 270.82812 196.94211 271.70312Q196.94211 272.75 195.59836 274.20312L193.70773 276.26562L197.27023 276.26562L197.27023 277.0ZM198.53586 271.25Q198.53586 270.625 198.94211 270.20312Q199.34836 269.78125 199.98898 269.78125Q200.64523 269.78125 201.03586 270.20312Q201.44211 270.625 201.44211 271.28125L201.44211 271.64062Q201.44211 272.28125 201.03586 272.6875Q200.62961 273.09375 200.00461 273.09375Q199.36398 273.09375 198.94211 272.6875Q198.53586 272.28125 198.53586 271.59375L198.53586 271.25ZM199.20773 271.64062Q199.20773 272.01562 199.41086 272.26562Q199.62961 272.5 200.00461 272.5Q200.34836 272.5 200.55148 272.26562Q200.77023 272.03125 200.77023 271.60938L200.77023 271.25Q200.77023 270.875 200.55148 270.625Q200.34836 270.375 199.98898 270.375Q199.62961 270.375 199.41086 270.625Q199.20773 270.875 199.20773 271.28125L199.20773 271.64062ZM201.98898 275.25Q201.98898 274.60938 202.39523 274.20312Q202.81711 273.79688 203.44211 273.79688Q204.08273 273.79688 204.48898 274.20312Q204.91086 274.60938 204.91086 275.29688L204.91086 275.64062Q204.91086 276.28125 204.50461 276.70312Q204.09836 277.10938 203.45773 277.10938Q202.83273 277.10938 202.41086 276.70312Q201.98898 276.28125 201.98898 275.60938L201.98898 275.25ZM202.67648 275.64062Q202.67648 276.01562 202.87961 276.26562Q203.09836 276.51562 203.45773 276.51562Q203.81711 276.51562 204.02023 276.28125Q204.23898 276.03125 204.23898 275.625L204.23898 275.25Q204.23898 274.875 204.02023 274.625Q203.80148 274.375 203.45773 274.375Q203.09836 274.375 202.87961 274.625Q202.67648 274.85938 202.67648 275.28125L202.67648 275.64062ZM200.20773 276.46875L199.69211 276.14062L203.16086 270.57812L203.67648 270.90625L200.20773 276.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M197.27023 277.0L192.61398 277.0L192.61398 276.34375L195.06711 273.60938Q195.61398 273.0 195.81711 272.60938Q196.03586 272.21875 196.03586 271.79688Q196.03586 271.25 195.69211 270.89062Q195.36398 270.53125 194.80148 270.53125Q194.12961 270.53125 193.75461 270.92188Q193.37961 271.29688 193.37961 271.98438L192.47336 271.98438Q192.47336 271.0 193.09836 270.40625Q193.73898 269.79688 194.80148 269.79688Q195.78586 269.79688 196.36398 270.3125Q196.94211 270.82812 196.94211 271.70312Q196.94211 272.75 195.59836 274.20312L193.70773 276.26562L197.27023 276.26562L197.27023 277.0ZM198.53586 271.25Q198.53586 270.625 198.94211 270.20312Q199.34836 269.78125 199.98898 269.78125Q200.64523 269.78125 201.03586 270.20312Q201.44211 270.625 201.44211 271.28125L201.44211 271.64062Q201.44211 272.28125 201.03586 272.6875Q200.62961 273.09375 200.00461 273.09375Q199.36398 273.09375 198.94211 272.6875Q198.53586 272.28125 198.53586 271.59375L198.53586 271.25ZM199.20773 271.64062Q199.20773 272.01562 199.41086 272.26562Q199.62961 272.5 200.00461 272.5Q200.34836 272.5 200.55148 272.26562Q200.77023 272.03125 200.77023 271.60938L200.77023 271.25Q200.77023 270.875 200.55148 270.625Q200.34836 270.375 199.98898 270.375Q199.62961 270.375 199.41086 270.625Q199.20773 270.875 199.20773 271.28125L199.20773 271.64062ZM201.98898 275.25Q201.98898 274.60938 202.39523 274.20312Q202.81711 273.79688 203.44211 273.79688Q204.08273 273.79688 204.48898 274.20312Q204.91086 274.60938 204.91086 275.29688L204.91086 275.64062Q204.91086 276.28125 204.50461 276.70312Q204.09836 277.10938 203.45773 277.10938Q202.83273 277.10938 202.41086 276.70312Q201.98898 276.28125 201.98898 275.60938L201.98898 275.25ZM202.67648 275.64062Q202.67648 276.01562 202.87961 276.26562Q203.09836 276.51562 203.45773 276.51562Q203.81711 276.51562 204.02023 276.28125Q204.23898 276.03125 204.23898 275.625L204.23898 275.25Q204.23898 274.875 204.02023 274.625Q203.80148 274.375 203.45773 274.375Q203.09836 274.375 202.87961 274.625Q202.67648 274.85938 202.67648 275.28125L202.67648 275.64062ZM200.20773 276.46875L199.69211 276.14062L203.16086 270.57812L203.67648 270.90625L200.20773 276.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.32501 308.60938L204.30939 308.60938L204.30939 309.34375L203.32501 309.34375L203.32501 311.0L202.41876 311.0L202.41876 309.34375L199.18439 309.34375L199.18439 308.8125L202.35626 303.89062L203.32501 303.89062L203.32501 308.60938ZM200.20001 308.60938L202.41876 308.60938L202.41876 305.125L202.30939 305.32812L200.20001 308.60938ZM205.43439 305.25Q205.43439 304.625 205.84064 304.20312Q206.24689 303.78125 206.88751 303.78125Q207.54376 303.78125 207.93439 304.20312Q208.34064 304.625 208.34064 305.28125L208.34064 305.64062Q208.34064 306.28125 207.93439 306.6875Q207.52814 307.09375 206.90314 307.09375Q206.26251 307.09375 205.84064 306.6875Q205.43439 306.28125 205.43439 305.59375L205.43439 305.25ZM206.10626 305.64062Q206.10626 306.01562 206.30939 306.26562Q206.52814 306.5 206.90314 306.5Q207.24689 306.5 207.45001 306.26562Q207.66876 306.03125 207.66876 305.60938L207.66876 305.25Q207.66876 304.875 207.45001 304.625Q207.24689 304.375 206.88751 304.375Q206.52814 304.375 206.30939 304.625Q206.10626 304.875 206.10626 305.28125L206.10626 305.64062ZM208.88751 309.25Q208.88751 308.60938 209.29376 308.20312Q209.71564 307.79688 210.34064 307.79688Q210.98126 307.79688 211.38751 308.20312Q211.80939 308.60938 211.80939 309.29688L211.80939 309.64062Q211.80939 310.28125 211.40314 310.70312Q210.99689 311.10938 210.35626 311.10938Q209.73126 311.10938 209.30939 310.70312Q208.88751 310.28125 208.88751 309.60938L208.88751 309.25ZM209.57501 309.64062Q209.57501 310.01562 209.77814 310.26562Q209.99689 310.51562 210.35626 310.51562Q210.71564 310.51562 210.91876 310.28125Q211.13751 310.03125 211.13751 309.625L211.13751 309.25Q211.13751 308.875 210.91876 308.625Q210.70001 308.375 210.35626 308.375Q209.99689 308.375 209.77814 308.625Q209.57501 308.85938 209.57501 309.28125L209.57501 309.64062ZM207.10626 310.46875L206.59064 310.14062L210.05939 304.57812L210.57501 304.90625L207.10626 310.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.32501 308.60938L204.30939 308.60938L204.30939 309.34375L203.32501 309.34375L203.32501 311.0L202.41876 311.0L202.41876 309.34375L199.18439 309.34375L199.18439 308.8125L202.35626 303.89062L203.32501 303.89062L203.32501 308.60938ZM200.20001 308.60938L202.41876 308.60938L202.41876 305.125L202.30939 305.32812L200.20001 308.60938ZM205.43439 305.25Q205.43439 304.625 205.84064 304.20312Q206.24689 303.78125 206.88751 303.78125Q207.54376 303.78125 207.93439 304.20312Q208.34064 304.625 208.34064 305.28125L208.34064 305.64062Q208.34064 306.28125 207.93439 306.6875Q207.52814 307.09375 206.90314 307.09375Q206.26251 307.09375 205.84064 306.6875Q205.43439 306.28125 205.43439 305.59375L205.43439 305.25ZM206.10626 305.64062Q206.10626 306.01562 206.30939 306.26562Q206.52814 306.5 206.90314 306.5Q207.24689 306.5 207.45001 306.26562Q207.66876 306.03125 207.66876 305.60938L207.66876 305.25Q207.66876 304.875 207.45001 304.625Q207.24689 304.375 206.88751 304.375Q206.52814 304.375 206.30939 304.625Q206.10626 304.875 206.10626 305.28125L206.10626 305.64062ZM208.88751 309.25Q208.88751 308.60938 209.29376 308.20312Q209.71564 307.79688 210.34064 307.79688Q210.98126 307.79688 211.38751 308.20312Q211.80939 308.60938 211.80939 309.29688L211.80939 309.64062Q211.80939 310.28125 211.40314 310.70312Q210.99689 311.10938 210.35626 311.10938Q209.73126 311.10938 209.30939 310.70312Q208.88751 310.28125 208.88751 309.60938L208.88751 309.25ZM209.57501 309.64062Q209.57501 310.01562 209.77814 310.26562Q209.99689 310.51562 210.35626 310.51562Q210.71564 310.51562 210.91876 310.28125Q211.13751 310.03125 211.13751 309.625L211.13751 309.25Q211.13751 308.875 210.91876 308.625Q210.70001 308.375 210.35626 308.375Q209.99689 308.375 209.77814 308.625Q209.57501 308.85938 209.57501 309.28125L209.57501 309.64062ZM207.10626 310.46875L206.59064 310.14062L210.05939 304.57812L210.57501 304.90625L207.10626 310.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M198.47748 345.0L193.82123 345.0L193.82123 344.34375L196.27435 341.60938Q196.82123 341.0 197.02435 340.60938Q197.2431 340.21875 197.2431 339.79688Q197.2431 339.25 196.89935 338.89062Q196.57123 338.53125 196.00873 338.53125Q195.33685 338.53125 194.96185 338.92188Q194.58685 339.29688 194.58685 339.98438L193.6806 339.98438Q193.6806 339.0 194.3056 338.40625Q194.94623 337.79688 196.00873 337.79688Q196.9931 337.79688 197.57123 338.3125Q198.14935 338.82812 198.14935 339.70312Q198.14935 340.75 196.8056 342.20312L194.91498 344.26562L198.47748 344.26562L198.47748 345.0ZM199.7431 339.25Q199.7431 338.625 200.14935 338.20312Q200.5556 337.78125 201.19623 337.78125Q201.85248 337.78125 202.2431 338.20312Q202.64935 338.625 202.64935 339.28125L202.64935 339.64062Q202.64935 340.28125 202.2431 340.6875Q201.83685 341.09375 201.21185 341.09375Q200.57123 341.09375 200.14935 340.6875Q199.7431 340.28125 199.7431 339.59375L199.7431 339.25ZM200.41498 339.64062Q200.41498 340.01562 200.6181 340.26562Q200.83685 340.5 201.21185 340.5Q201.5556 340.5 201.75873 340.26562Q201.97748 340.03125 201.97748 339.60938L201.97748 339.25Q201.97748 338.875 201.75873 338.625Q201.5556 338.375 201.19623 338.375Q200.83685 338.375 200.6181 338.625Q200.41498 338.875 200.41498 339.28125L200.41498 339.64062ZM203.19623 343.25Q203.19623 342.60938 203.60248 342.20312Q204.02435 341.79688 204.64935 341.79688Q205.28998 341.79688 205.69623 342.20312Q206.1181 342.60938 206.1181 343.29688L206.1181 343.64062Q206.1181 344.28125 205.71185 344.70312Q205.3056 345.10938 204.66498 345.10938Q204.03998 345.10938 203.6181 344.70312Q203.19623 344.28125 203.19623 343.60938L203.19623 343.25ZM203.88373 343.64062Q203.88373 344.01562 204.08685 344.26562Q204.3056 344.51562 204.66498 344.51562Q205.02435 344.51562 205.22748 344.28125Q205.44623 344.03125 205.44623 343.625L205.44623 343.25Q205.44623 342.875 205.22748 342.625Q205.00873 342.375 204.66498 342.375Q204.3056 342.375 204.08685 342.625Q203.88373 342.85938 203.88373 343.28125L203.88373 343.64062ZM201.41498 344.46875L200.89935 344.14062L204.3681 338.57812L204.88373 338.90625L201.41498 344.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M198.47748 345.0L193.82123 345.0L193.82123 344.34375L196.27435 341.60938Q196.82123 341.0 197.02435 340.60938Q197.2431 340.21875 197.2431 339.79688Q197.2431 339.25 196.89935 338.89062Q196.57123 338.53125 196.00873 338.53125Q195.33685 338.53125 194.96185 338.92188Q194.58685 339.29688 194.58685 339.98438L193.6806 339.98438Q193.6806 339.0 194.3056 338.40625Q194.94623 337.79688 196.00873 337.79688Q196.9931 337.79688 197.57123 338.3125Q198.14935 338.82812 198.14935 339.70312Q198.14935 340.75 196.8056 342.20312L194.91498 344.26562L198.47748 344.26562L198.47748 345.0ZM199.7431 339.25Q199.7431 338.625 200.14935 338.20312Q200.5556 337.78125 201.19623 337.78125Q201.85248 337.78125 202.2431 338.20312Q202.64935 338.625 202.64935 339.28125L202.64935 339.64062Q202.64935 340.28125 202.2431 340.6875Q201.83685 341.09375 201.21185 341.09375Q200.57123 341.09375 200.14935 340.6875Q199.7431 340.28125 199.7431 339.59375L199.7431 339.25ZM200.41498 339.64062Q200.41498 340.01562 200.6181 340.26562Q200.83685 340.5 201.21185 340.5Q201.5556 340.5 201.75873 340.26562Q201.97748 340.03125 201.97748 339.60938L201.97748 339.25Q201.97748 338.875 201.75873 338.625Q201.5556 338.375 201.19623 338.375Q200.83685 338.375 200.6181 338.625Q200.41498 338.875 200.41498 339.28125L200.41498 339.64062ZM203.19623 343.25Q203.19623 342.60938 203.60248 342.20312Q204.02435 341.79688 204.64935 341.79688Q205.28998 341.79688 205.69623 342.20312Q206.1181 342.60938 206.1181 343.29688L206.1181 343.64062Q206.1181 344.28125 205.71185 344.70312Q205.3056 345.10938 204.66498 345.10938Q204.03998 345.10938 203.6181 344.70312Q203.19623 344.28125 203.19623 343.60938L203.19623 343.25ZM203.88373 343.64062Q203.88373 344.01562 204.08685 344.26562Q204.3056 344.51562 204.66498 344.51562Q205.02435 344.51562 205.22748 344.28125Q205.44623 344.03125 205.44623 343.625L205.44623 343.25Q205.44623 342.875 205.22748 342.625Q205.00873 342.375 204.66498 342.375Q204.3056 342.375 204.08685 342.625Q203.88373 342.85938 203.88373 343.28125L203.88373 343.64062ZM201.41498 344.46875L200.89935 344.14062L204.3681 338.57812L204.88373 338.90625L201.41498 344.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.49509 379.0L189.58884 379.0L189.58884 372.98438L187.76071 373.64062L187.76071 372.82812L190.35446 371.85938L190.49509 371.85938L190.49509 379.0ZM193.44821 373.25Q193.44821 372.625 193.85446 372.20312Q194.26071 371.78125 194.90134 371.78125Q195.55759 371.78125 195.94821 372.20312Q196.35446 372.625 196.35446 373.28125L196.35446 373.64062Q196.35446 374.28125 195.94821 374.6875Q195.54196 375.09375 194.91696 375.09375Q194.27634 375.09375 193.85446 374.6875Q193.44821 374.28125 193.44821 373.59375L193.44821 373.25ZM194.12009 373.64062Q194.12009 374.01562 194.32321 374.26562Q194.54196 374.5 194.91696 374.5Q195.26071 374.5 195.46384 374.26562Q195.68259 374.03125 195.68259 373.60938L195.68259 373.25Q195.68259 372.875 195.46384 372.625Q195.26071 372.375 194.90134 372.375Q194.54196 372.375 194.32321 372.625Q194.12009 372.875 194.12009 373.28125L194.12009 373.64062ZM196.90134 377.25Q196.90134 376.60938 197.30759 376.20312Q197.72946 375.79688 198.35446 375.79688Q198.99509 375.79688 199.40134 376.20312Q199.82321 376.60938 199.82321 377.29688L199.82321 377.64062Q199.82321 378.28125 199.41696 378.70312Q199.01071 379.10938 198.37009 379.10938Q197.74509 379.10938 197.32321 378.70312Q196.90134 378.28125 196.90134 377.60938L196.90134 377.25ZM197.58884 377.64062Q197.58884 378.01562 197.79196 378.26562Q198.01071 378.51562 198.37009 378.51562Q198.72946 378.51562 198.93259 378.28125Q199.15134 378.03125 199.15134 377.625L199.15134 377.25Q199.15134 376.875 198.93259 376.625Q198.71384 376.375 198.37009 376.375Q198.01071 376.375 197.79196 376.625Q197.58884 376.85938 197.58884 377.28125L197.58884 377.64062ZM195.12009 378.46875L194.60446 378.14062L198.07321 372.57812L198.58884 372.90625L195.12009 378.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M190.49509 379.0L189.58884 379.0L189.58884 372.98438L187.76071 373.64062L187.76071 372.82812L190.35446 371.85938L190.49509 371.85938L190.49509 379.0ZM193.44821 373.25Q193.44821 372.625 193.85446 372.20312Q194.26071 371.78125 194.90134 371.78125Q195.55759 371.78125 195.94821 372.20312Q196.35446 372.625 196.35446 373.28125L196.35446 373.64062Q196.35446 374.28125 195.94821 374.6875Q195.54196 375.09375 194.91696 375.09375Q194.27634 375.09375 193.85446 374.6875Q193.44821 374.28125 193.44821 373.59375L193.44821 373.25ZM194.12009 373.64062Q194.12009 374.01562 194.32321 374.26562Q194.54196 374.5 194.91696 374.5Q195.26071 374.5 195.46384 374.26562Q195.68259 374.03125 195.68259 373.60938L195.68259 373.25Q195.68259 372.875 195.46384 372.625Q195.26071 372.375 194.90134 372.375Q194.54196 372.375 194.32321 372.625Q194.12009 372.875 194.12009 373.28125L194.12009 373.64062ZM196.90134 377.25Q196.90134 376.60938 197.30759 376.20312Q197.72946 375.79688 198.35446 375.79688Q198.99509 375.79688 199.40134 376.20312Q199.82321 376.60938 199.82321 377.29688L199.82321 377.64062Q199.82321 378.28125 199.41696 378.70312Q199.01071 379.10938 198.37009 379.10938Q197.74509 379.10938 197.32321 378.70312Q196.90134 378.28125 196.90134 377.60938L196.90134 377.25ZM197.58884 377.64062Q197.58884 378.01562 197.79196 378.26562Q198.01071 378.51562 198.37009 378.51562Q198.72946 378.51562 198.93259 378.28125Q199.15134 378.03125 199.15134 377.625L199.15134 377.25Q199.15134 376.875 198.93259 376.625Q198.71384 376.375 198.37009 376.375Q198.01071 376.375 197.79196 376.625Q197.58884 376.85938 197.58884 377.28125L197.58884 377.64062ZM195.12009 378.46875L194.60446 378.14062L198.07321 372.57812L198.58884 372.90625L195.12009 378.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M190.23639 413.0L189.33014 413.0L189.33014 406.98438L187.50201 407.64062L187.50201 406.82812L190.09576 405.85938L190.23639 405.85938L190.23639 413.0ZM193.18951 407.25Q193.18951 406.625 193.59576 406.20312Q194.00201 405.78125 194.64264 405.78125Q195.29889 405.78125 195.68951 406.20312Q196.09576 406.625 196.09576 407.28125L196.09576 407.64062Q196.09576 408.28125 195.68951 408.6875Q195.28326 409.09375 194.65826 409.09375Q194.01764 409.09375 193.59576 408.6875Q193.18951 408.28125 193.18951 407.59375L193.18951 407.25ZM193.86139 407.64062Q193.86139 408.01562 194.06451 408.26562Q194.28326 408.5 194.65826 408.5Q195.00201 408.5 195.20514 408.26562Q195.42389 408.03125 195.42389 407.60938L195.42389 407.25Q195.42389 406.875 195.20514 406.625Q195.00201 406.375 194.64264 406.375Q194.28326 406.375 194.06451 406.625Q193.86139 406.875 193.86139 407.28125L193.86139 407.64062ZM196.64264 411.25Q196.64264 410.60938 197.04889 410.20312Q197.47076 409.79688 198.09576 409.79688Q198.73639 409.79688 199.14264 410.20312Q199.56451 410.60938 199.56451 411.29688L199.56451 411.64062Q199.56451 412.28125 199.15826 412.70312Q198.75201 413.10938 198.11139 413.10938Q197.48639 413.10938 197.06451 412.70312Q196.64264 412.28125 196.64264 411.60938L196.64264 411.25ZM197.33014 411.64062Q197.33014 412.01562 197.53326 412.26562Q197.75201 412.51562 198.11139 412.51562Q198.47076 412.51562 198.67389 412.28125Q198.89264 412.03125 198.89264 411.625L198.89264 411.25Q198.89264 410.875 198.67389 410.625Q198.45514 410.375 198.11139 410.375Q197.75201 410.375 197.53326 410.625Q197.33014 410.85938 197.33014 411.28125L197.33014 411.64062ZM194.86139 412.46875L194.34576 412.14062L197.81451 406.57812L198.33014 406.90625L194.86139 412.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M190.23639 413.0L189.33014 413.0L189.33014 406.98438L187.50201 407.64062L187.50201 406.82812L190.09576 405.85938L190.23639 405.85938L190.23639 413.0ZM193.18951 407.25Q193.18951 406.625 193.59576 406.20312Q194.00201 405.78125 194.64264 405.78125Q195.29889 405.78125 195.68951 406.20312Q196.09576 406.625 196.09576 407.28125L196.09576 407.64062Q196.09576 408.28125 195.68951 408.6875Q195.28326 409.09375 194.65826 409.09375Q194.01764 409.09375 193.59576 408.6875Q193.18951 408.28125 193.18951 407.59375L193.18951 407.25ZM193.86139 407.64062Q193.86139 408.01562 194.06451 408.26562Q194.28326 408.5 194.65826 408.5Q195.00201 408.5 195.20514 408.26562Q195.42389 408.03125 195.42389 407.60938L195.42389 407.25Q195.42389 406.875 195.20514 406.625Q195.00201 406.375 194.64264 406.375Q194.28326 406.375 194.06451 406.625Q193.86139 406.875 193.86139 407.28125L193.86139 407.64062ZM196.64264 411.25Q196.64264 410.60938 197.04889 410.20312Q197.47076 409.79688 198.09576 409.79688Q198.73639 409.79688 199.14264 410.20312Q199.56451 410.60938 199.56451 411.29688L199.56451 411.64062Q199.56451 412.28125 199.15826 412.70312Q198.75201 413.10938 198.11139 413.10938Q197.48639 413.10938 197.06451 412.70312Q196.64264 412.28125 196.64264 411.60938L196.64264 411.25ZM197.33014 411.64062Q197.33014 412.01562 197.53326 412.26562Q197.75201 412.51562 198.11139 412.51562Q198.47076 412.51562 198.67389 412.28125Q198.89264 412.03125 198.89264 411.625L198.89264 411.25Q198.89264 410.875 198.67389 410.625Q198.45514 410.375 198.11139 410.375Q197.75201 410.375 197.53326 410.625Q197.33014 410.85938 197.33014 411.28125L197.33014 411.64062ZM194.86139 412.46875L194.34576 412.14062L197.81451 406.57812L198.33014 406.90625L194.86139 412.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M232.40356 447.0L231.49731 447.0L231.49731 440.98438L229.66919 441.64062L229.66919 440.82812L232.26294 439.85938L232.40356 439.85938L232.40356 447.0ZM239.88794 443.96875Q239.88794 445.54688 239.34106 446.32812Q238.80981 447.09375 237.65356 447.09375Q236.51294 447.09375 235.96606 446.34375Q235.41919 445.59375 235.40356 444.09375L235.40356 442.89062Q235.40356 441.3125 235.93481 440.5625Q236.48169 439.79688 237.63794 439.79688Q238.79419 439.79688 239.32544 440.53125Q239.87231 441.26562 239.88794 442.79688L239.88794 443.96875ZM238.98169 442.73438Q238.98169 441.57812 238.65356 441.0625Q238.34106 440.53125 237.63794 440.53125Q236.95044 440.53125 236.62231 441.0625Q236.30981 441.57812 236.30981 442.65625L236.30981 444.10938Q236.30981 445.26562 236.63794 445.8125Q236.98169 446.35938 237.65356 446.35938Q238.32544 446.35938 238.63794 445.84375Q238.96606 445.32812 238.98169 444.21875L238.98169 442.73438ZM241.35669 441.25Q241.35669 440.625 241.76294 440.20312Q242.16919 439.78125 242.80981 439.78125Q243.46606 439.78125 243.85669 440.20312Q244.26294 440.625 244.26294 441.28125L244.26294 441.64062Q244.26294 442.28125 243.85669 442.6875Q243.45044 443.09375 242.82544 443.09375Q242.18481 443.09375 241.76294 442.6875Q241.35669 442.28125 241.35669 441.59375L241.35669 441.25ZM242.02856 441.64062Q242.02856 442.01562 242.23169 442.26562Q242.45044 442.5 242.82544 442.5Q243.16919 442.5 243.37231 442.26562Q243.59106 442.03125 243.59106 441.60938L243.59106 441.25Q243.59106 440.875 243.37231 440.625Q243.16919 440.375 242.80981 440.375Q242.45044 440.375 242.23169 440.625Q242.02856 440.875 242.02856 441.28125L242.02856 441.64062ZM244.80981 445.25Q244.80981 444.60938 245.21606 444.20312Q245.63794 443.79688 246.26294 443.79688Q246.90356 443.79688 247.30981 444.20312Q247.73169 444.60938 247.73169 445.29688L247.73169 445.64062Q247.73169 446.28125 247.32544 446.70312Q246.91919 447.10938 246.27856 447.10938Q245.65356 447.10938 245.23169 446.70312Q244.80981 446.28125 244.80981 445.60938L244.80981 445.25ZM245.49731 445.64062Q245.49731 446.01562 245.70044 446.26562Q245.91919 446.51562 246.27856 446.51562Q246.63794 446.51562 246.84106 446.28125Q247.05981 446.03125 247.05981 445.625L247.05981 445.25Q247.05981 444.875 246.84106 444.625Q246.62231 444.375 246.27856 444.375Q245.91919 444.375 245.70044 444.625Q245.49731 444.85938 245.49731 445.28125L245.49731 445.64062ZM243.02856 446.46875L242.51294 446.14062L245.98169 440.57812L246.49731 440.90625L243.02856 446.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M232.40356 447.0L231.49731 447.0L231.49731 440.98438L229.66919 441.64062L229.66919 440.82812L232.26294 439.85938L232.40356 439.85938L232.40356 447.0ZM239.88794 443.96875Q239.88794 445.54688 239.34106 446.32812Q238.80981 447.09375 237.65356 447.09375Q236.51294 447.09375 235.96606 446.34375Q235.41919 445.59375 235.40356 444.09375L235.40356 442.89062Q235.40356 441.3125 235.93481 440.5625Q236.48169 439.79688 237.63794 439.79688Q238.79419 439.79688 239.32544 440.53125Q239.87231 441.26562 239.88794 442.79688L239.88794 443.96875ZM238.98169 442.73438Q238.98169 441.57812 238.65356 441.0625Q238.34106 440.53125 237.63794 440.53125Q236.95044 440.53125 236.62231 441.0625Q236.30981 441.57812 236.30981 442.65625L236.30981 444.10938Q236.30981 445.26562 236.63794 445.8125Q236.98169 446.35938 237.65356 446.35938Q238.32544 446.35938 238.63794 445.84375Q238.96606 445.32812 238.98169 444.21875L238.98169 442.73438ZM241.35669 441.25Q241.35669 440.625 241.76294 440.20312Q242.16919 439.78125 242.80981 439.78125Q243.46606 439.78125 243.85669 440.20312Q244.26294 440.625 244.26294 441.28125L244.26294 441.64062Q244.26294 442.28125 243.85669 442.6875Q243.45044 443.09375 242.82544 443.09375Q242.18481 443.09375 241.76294 442.6875Q241.35669 442.28125 241.35669 441.59375L241.35669 441.25ZM242.02856 441.64062Q242.02856 442.01562 242.23169 442.26562Q242.45044 442.5 242.82544 442.5Q243.16919 442.5 243.37231 442.26562Q243.59106 442.03125 243.59106 441.60938L243.59106 441.25Q243.59106 440.875 243.37231 440.625Q243.16919 440.375 242.80981 440.375Q242.45044 440.375 242.23169 440.625Q242.02856 440.875 242.02856 441.28125L242.02856 441.64062ZM244.80981 445.25Q244.80981 444.60938 245.21606 444.20312Q245.63794 443.79688 246.26294 443.79688Q246.90356 443.79688 247.30981 444.20312Q247.73169 444.60938 247.73169 445.29688L247.73169 445.64062Q247.73169 446.28125 247.32544 446.70312Q246.91919 447.10938 246.27856 447.10938Q245.65356 447.10938 245.23169 446.70312Q244.80981 446.28125 244.80981 445.60938L244.80981 445.25ZM245.49731 445.64062Q245.49731 446.01562 245.70044 446.26562Q245.91919 446.51562 246.27856 446.51562Q246.63794 446.51562 246.84106 446.28125Q247.05981 446.03125 247.05981 445.625L247.05981 445.25Q247.05981 444.875 246.84106 444.625Q246.62231 444.375 246.27856 444.375Q245.91919 444.375 245.70044 444.625Q245.49731 444.85938 245.49731 445.28125L245.49731 445.64062ZM243.02856 446.46875L242.51294 446.14062L245.98169 440.57812L246.49731 440.90625L243.02856 446.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M399.01093 82.609375L399.9953 82.609375L399.9953 83.34375L399.01093 83.34375L399.01093 85.0L398.10468 85.0L398.10468 83.34375L394.8703 83.34375L394.8703 82.8125L398.04218 77.890625L399.01093 77.890625L399.01093 82.609375ZM395.88593 82.609375L398.10468 82.609375L398.10468 79.125L397.9953 79.328125L395.88593 82.609375ZM402.51093 81.0L403.1828 81.0Q403.82343 81.0 404.1828 80.671875Q404.5578 80.34375 404.5578 79.78125Q404.5578 78.53125 403.3078 78.53125Q402.72968 78.53125 402.3703 78.875Q402.02655 79.203125 402.02655 79.75L401.1203 79.75Q401.1203 78.90625 401.7453 78.359375Q402.3703 77.796875 403.3078 77.796875Q404.32343 77.796875 404.88593 78.328125Q405.46405 78.859375 405.46405 79.796875Q405.46405 80.265625 405.16718 80.703125Q404.8703 81.140625 404.33905 81.359375Q404.9328 81.53125 405.2453 81.96875Q405.57343 82.390625 405.57343 83.015625Q405.57343 83.96875 404.94843 84.53125Q404.32343 85.09375 403.32343 85.09375Q402.32343 85.09375 401.6828 84.5625Q401.0578 84.015625 401.0578 83.125L401.97968 83.125Q401.97968 83.6875 402.33905 84.03125Q402.69843 84.359375 403.32343 84.359375Q403.97968 84.359375 404.32343 84.015625Q404.66718 83.671875 404.66718 83.03125Q404.66718 82.421875 404.27655 82.09375Q403.90155 81.75 403.1828 81.75L402.51093 81.75L402.51093 81.0ZM407.1203 79.25Q407.1203 78.625 407.52655 78.203125Q407.9328 77.78125 408.57343 77.78125Q409.22968 77.78125 409.6203 78.203125Q410.02655 78.625 410.02655 79.28125L410.02655 79.640625Q410.02655 80.28125 409.6203 80.6875Q409.21405 81.09375 408.58905 81.09375Q407.94843 81.09375 407.52655 80.6875Q407.1203 80.28125 407.1203 79.59375L407.1203 79.25ZM407.79218 79.640625Q407.79218 80.015625 407.9953 80.265625Q408.21405 80.5 408.58905 80.5Q408.9328 80.5 409.13593 80.265625Q409.35468 80.03125 409.35468 79.609375L409.35468 79.25Q409.35468 78.875 409.13593 78.625Q408.9328 78.375 408.57343 78.375Q408.21405 78.375 407.9953 78.625Q407.79218 78.875 407.79218 79.28125L407.79218 79.640625ZM410.57343 83.25Q410.57343 82.609375 410.97968 82.203125Q411.40155 81.796875 412.02655 81.796875Q412.66718 81.796875 413.07343 82.203125Q413.4953 82.609375 413.4953 83.296875L413.4953 83.640625Q413.4953 84.28125 413.08905 84.703125Q412.6828 85.109375 412.04218 85.109375Q411.41718 85.109375 410.9953 84.703125Q410.57343 84.28125 410.57343 83.609375L410.57343 83.25ZM411.26093 83.640625Q411.26093 84.015625 411.46405 84.265625Q411.6828 84.515625 412.04218 84.515625Q412.40155 84.515625 412.60468 84.28125Q412.82343 84.03125 412.82343 83.625L412.82343 83.25Q412.82343 82.875 412.60468 82.625Q412.38593 82.375 412.04218 82.375Q411.6828 82.375 411.46405 82.625Q411.26093 82.859375 411.26093 83.28125L411.26093 83.640625ZM408.79218 84.46875L408.27655 84.140625L411.7453 78.578125L412.26093 78.90625L408.79218 84.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M399.01093 82.609375L399.9953 82.609375L399.9953 83.34375L399.01093 83.34375L399.01093 85.0L398.10468 85.0L398.10468 83.34375L394.8703 83.34375L394.8703 82.8125L398.04218 77.890625L399.01093 77.890625L399.01093 82.609375ZM395.88593 82.609375L398.10468 82.609375L398.10468 79.125L397.9953 79.328125L395.88593 82.609375ZM402.51093 81.0L403.1828 81.0Q403.82343 81.0 404.1828 80.671875Q404.5578 80.34375 404.5578 79.78125Q404.5578 78.53125 403.3078 78.53125Q402.72968 78.53125 402.3703 78.875Q402.02655 79.203125 402.02655 79.75L401.1203 79.75Q401.1203 78.90625 401.7453 78.359375Q402.3703 77.796875 403.3078 77.796875Q404.32343 77.796875 404.88593 78.328125Q405.46405 78.859375 405.46405 79.796875Q405.46405 80.265625 405.16718 80.703125Q404.8703 81.140625 404.33905 81.359375Q404.9328 81.53125 405.2453 81.96875Q405.57343 82.390625 405.57343 83.015625Q405.57343 83.96875 404.94843 84.53125Q404.32343 85.09375 403.32343 85.09375Q402.32343 85.09375 401.6828 84.5625Q401.0578 84.015625 401.0578 83.125L401.97968 83.125Q401.97968 83.6875 402.33905 84.03125Q402.69843 84.359375 403.32343 84.359375Q403.97968 84.359375 404.32343 84.015625Q404.66718 83.671875 404.66718 83.03125Q404.66718 82.421875 404.27655 82.09375Q403.90155 81.75 403.1828 81.75L402.51093 81.75L402.51093 81.0ZM407.1203 79.25Q407.1203 78.625 407.52655 78.203125Q407.9328 77.78125 408.57343 77.78125Q409.22968 77.78125 409.6203 78.203125Q410.02655 78.625 410.02655 79.28125L410.02655 79.640625Q410.02655 80.28125 409.6203 80.6875Q409.21405 81.09375 408.58905 81.09375Q407.94843 81.09375 407.52655 80.6875Q407.1203 80.28125 407.1203 79.59375L407.1203 79.25ZM407.79218 79.640625Q407.79218 80.015625 407.9953 80.265625Q408.21405 80.5 408.58905 80.5Q408.9328 80.5 409.13593 80.265625Q409.35468 80.03125 409.35468 79.609375L409.35468 79.25Q409.35468 78.875 409.13593 78.625Q408.9328 78.375 408.57343 78.375Q408.21405 78.375 407.9953 78.625Q407.79218 78.875 407.79218 79.28125L407.79218 79.640625ZM410.57343 83.25Q410.57343 82.609375 410.97968 82.203125Q411.40155 81.796875 412.02655 81.796875Q412.66718 81.796875 413.07343 82.203125Q413.4953 82.609375 413.4953 83.296875L413.4953 83.640625Q413.4953 84.28125 413.08905 84.703125Q412.6828 85.109375 412.04218 85.109375Q411.41718 85.109375 410.9953 84.703125Q410.57343 84.28125 410.57343 83.609375L410.57343 83.25ZM411.26093 83.640625Q411.26093 84.015625 411.46405 84.265625Q411.6828 84.515625 412.04218 84.515625Q412.40155 84.515625 412.60468 84.28125Q412.82343 84.03125 412.82343 83.625L412.82343 83.25Q412.82343 82.875 412.60468 82.625Q412.38593 82.375 412.04218 82.375Q411.6828 82.375 411.46405 82.625Q411.26093 82.859375 411.26093 83.28125L411.26093 83.640625ZM408.79218 84.46875L408.27655 84.140625L411.7453 78.578125L412.26093 78.90625L408.79218 84.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M244.53786 119.0L243.6316 119.0L243.6316 112.984375L241.80348 113.640625L241.80348 112.828125L244.39723 111.859375L244.53786 111.859375L244.53786 119.0ZM252.22536 119.0L247.5691 119.0L247.5691 118.34375L250.02223 115.609375Q250.5691 115.0 250.77223 114.609375Q250.99098 114.21875 250.99098 113.796875Q250.99098 113.25 250.64723 112.890625Q250.3191 112.53125 249.7566 112.53125Q249.08473 112.53125 248.70973 112.921875Q248.33473 113.296875 248.33473 113.984375L247.42848 113.984375Q247.42848 113.0 248.05348 112.40625Q248.6941 111.796875 249.7566 111.796875Q250.74098 111.796875 251.3191 112.3125Q251.89723 112.828125 251.89723 113.703125Q251.89723 114.75 250.55348 116.203125L248.66286 118.265625L252.22536 118.265625L252.22536 119.0ZM253.49098 113.25Q253.49098 112.625 253.89723 112.203125Q254.30348 111.78125 254.9441 111.78125Q255.60036 111.78125 255.99098 112.203125Q256.39722 112.625 256.39722 113.28125L256.39722 113.640625Q256.39722 114.28125 255.99098 114.6875Q255.58473 115.09375 254.95973 115.09375Q254.3191 115.09375 253.89723 114.6875Q253.49098 114.28125 253.49098 113.59375L253.49098 113.25ZM254.16286 113.640625Q254.16286 114.015625 254.36598 114.265625Q254.58473 114.5 254.95973 114.5Q255.30348 114.5 255.5066 114.265625Q255.72536 114.03125 255.72536 113.609375L255.72536 113.25Q255.72536 112.875 255.5066 112.625Q255.30348 112.375 254.9441 112.375Q254.58473 112.375 254.36598 112.625Q254.16286 112.875 254.16286 113.28125L254.16286 113.640625ZM256.9441 117.25Q256.9441 116.609375 257.35034 116.203125Q257.77222 115.796875 258.39722 115.796875Q259.03784 115.796875 259.4441 116.203125Q259.86597 116.609375 259.86597 117.296875L259.86597 117.640625Q259.86597 118.28125 259.45972 118.703125Q259.05347 119.109375 258.41284 119.109375Q257.78784 119.109375 257.36597 118.703125Q256.9441 118.28125 256.9441 117.609375L256.9441 117.25ZM257.6316 117.640625Q257.6316 118.015625 257.83472 118.265625Q258.05347 118.515625 258.41284 118.515625Q258.77222 118.515625 258.97534 118.28125Q259.1941 118.03125 259.1941 117.625L259.1941 117.25Q259.1941 116.875 258.97534 116.625Q258.7566 116.375 258.41284 116.375Q258.05347 116.375 257.83472 116.625Q257.6316 116.859375 257.6316 117.28125L257.6316 117.640625ZM255.16286 118.46875L254.64723 118.140625L258.11597 112.578125L258.6316 112.90625L255.16286 118.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M244.53786 119.0L243.6316 119.0L243.6316 112.984375L241.80348 113.640625L241.80348 112.828125L244.39723 111.859375L244.53786 111.859375L244.53786 119.0ZM252.22536 119.0L247.5691 119.0L247.5691 118.34375L250.02223 115.609375Q250.5691 115.0 250.77223 114.609375Q250.99098 114.21875 250.99098 113.796875Q250.99098 113.25 250.64723 112.890625Q250.3191 112.53125 249.7566 112.53125Q249.08473 112.53125 248.70973 112.921875Q248.33473 113.296875 248.33473 113.984375L247.42848 113.984375Q247.42848 113.0 248.05348 112.40625Q248.6941 111.796875 249.7566 111.796875Q250.74098 111.796875 251.3191 112.3125Q251.89723 112.828125 251.89723 113.703125Q251.89723 114.75 250.55348 116.203125L248.66286 118.265625L252.22536 118.265625L252.22536 119.0ZM253.49098 113.25Q253.49098 112.625 253.89723 112.203125Q254.30348 111.78125 254.9441 111.78125Q255.60036 111.78125 255.99098 112.203125Q256.39722 112.625 256.39722 113.28125L256.39722 113.640625Q256.39722 114.28125 255.99098 114.6875Q255.58473 115.09375 254.95973 115.09375Q254.3191 115.09375 253.89723 114.6875Q253.49098 114.28125 253.49098 113.59375L253.49098 113.25ZM254.16286 113.640625Q254.16286 114.015625 254.36598 114.265625Q254.58473 114.5 254.95973 114.5Q255.30348 114.5 255.5066 114.265625Q255.72536 114.03125 255.72536 113.609375L255.72536 113.25Q255.72536 112.875 255.5066 112.625Q255.30348 112.375 254.9441 112.375Q254.58473 112.375 254.36598 112.625Q254.16286 112.875 254.16286 113.28125L254.16286 113.640625ZM256.9441 117.25Q256.9441 116.609375 257.35034 116.203125Q257.77222 115.796875 258.39722 115.796875Q259.03784 115.796875 259.4441 116.203125Q259.86597 116.609375 259.86597 117.296875L259.86597 117.640625Q259.86597 118.28125 259.45972 118.703125Q259.05347 119.109375 258.41284 119.109375Q257.78784 119.109375 257.36597 118.703125Q256.9441 118.28125 256.9441 117.609375L256.9441 117.25ZM257.6316 117.640625Q257.6316 118.015625 257.83472 118.265625Q258.05347 118.515625 258.41284 118.515625Q258.77222 118.515625 258.97534 118.28125Q259.1941 118.03125 259.1941 117.625L259.1941 117.25Q259.1941 116.875 258.97534 116.625Q258.7566 116.375 258.41284 116.375Q258.05347 116.375 257.83472 116.625Q257.6316 116.859375 257.6316 117.28125L257.6316 117.640625ZM255.16286 118.46875L254.64723 118.140625L258.11597 112.578125L258.6316 112.90625L255.16286 118.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.94118 149.875Q228.65993 150.21875 228.2693 150.42188Q227.87868 150.625 227.40993 150.625Q226.80055 150.625 226.3318 150.32812Q225.87868 150.01562 225.62868 149.46875Q225.37868 148.92188 225.37868 148.25Q225.37868 147.54688 225.6443 146.96875Q225.92555 146.39062 226.42555 146.09375Q226.92555 145.79688 227.5818 145.79688Q228.6443 145.79688 229.25368 146.59375Q229.86305 147.375 229.86305 148.73438L229.86305 149.0Q229.86305 151.07812 229.03493 152.03125Q228.22243 152.98438 226.56618 153.0L226.37868 153.0L226.37868 152.25L226.5818 152.25Q227.69118 152.21875 228.28493 151.65625Q228.8943 151.09375 228.94118 149.875ZM227.55055 149.875Q228.00368 149.875 228.37868 149.59375Q228.7693 149.3125 228.9568 148.90625L228.9568 148.54688Q228.9568 147.65625 228.56618 147.10938Q228.17555 146.54688 227.59743 146.54688Q226.98805 146.54688 226.62868 147.0Q226.2693 147.45312 226.2693 148.20312Q226.2693 148.9375 226.61305 149.40625Q226.97243 149.875 227.55055 149.875ZM231.40993 147.25Q231.40993 146.625 231.81618 146.20312Q232.22243 145.78125 232.86305 145.78125Q233.5193 145.78125 233.90993 146.20312Q234.31618 146.625 234.31618 147.28125L234.31618 147.64062Q234.31618 148.28125 233.90993 148.6875Q233.50368 149.09375 232.87868 149.09375Q232.23805 149.09375 231.81618 148.6875Q231.40993 148.28125 231.40993 147.59375L231.40993 147.25ZM232.0818 147.64062Q232.0818 148.01562 232.28493 148.26562Q232.50368 148.5 232.87868 148.5Q233.22243 148.5 233.42555 148.26562Q233.6443 148.03125 233.6443 147.60938L233.6443 147.25Q233.6443 146.875 233.42555 146.625Q233.22243 146.375 232.86305 146.375Q232.50368 146.375 232.28493 146.625Q232.0818 146.875 232.0818 147.28125L232.0818 147.64062ZM234.86305 151.25Q234.86305 150.60938 235.2693 150.20312Q235.69118 149.79688 236.31618 149.79688Q236.9568 149.79688 237.36305 150.20312Q237.78493 150.60938 237.78493 151.29688L237.78493 151.64062Q237.78493 152.28125 237.37868 152.70312Q236.97243 153.10938 236.3318 153.10938Q235.7068 153.10938 235.28493 152.70312Q234.86305 152.28125 234.86305 151.60938L234.86305 151.25ZM235.55055 151.64062Q235.55055 152.01562 235.75368 152.26562Q235.97243 152.51562 236.3318 152.51562Q236.69118 152.51562 236.8943 152.28125Q237.11305 152.03125 237.11305 151.625L237.11305 151.25Q237.11305 150.875 236.8943 150.625Q236.67555 150.375 236.3318 150.375Q235.97243 150.375 235.75368 150.625Q235.55055 150.85938 235.55055 151.28125L235.55055 151.64062ZM233.0818 152.46875L232.56618 152.14062L236.03493 146.57812L236.55055 146.90625L233.0818 152.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M228.94118 149.875Q228.65993 150.21875 228.2693 150.42188Q227.87868 150.625 227.40993 150.625Q226.80055 150.625 226.3318 150.32812Q225.87868 150.01562 225.62868 149.46875Q225.37868 148.92188 225.37868 148.25Q225.37868 147.54688 225.6443 146.96875Q225.92555 146.39062 226.42555 146.09375Q226.92555 145.79688 227.5818 145.79688Q228.6443 145.79688 229.25368 146.59375Q229.86305 147.375 229.86305 148.73438L229.86305 149.0Q229.86305 151.07812 229.03493 152.03125Q228.22243 152.98438 226.56618 153.0L226.37868 153.0L226.37868 152.25L226.5818 152.25Q227.69118 152.21875 228.28493 151.65625Q228.8943 151.09375 228.94118 149.875ZM227.55055 149.875Q228.00368 149.875 228.37868 149.59375Q228.7693 149.3125 228.9568 148.90625L228.9568 148.54688Q228.9568 147.65625 228.56618 147.10938Q228.17555 146.54688 227.59743 146.54688Q226.98805 146.54688 226.62868 147.0Q226.2693 147.45312 226.2693 148.20312Q226.2693 148.9375 226.61305 149.40625Q226.97243 149.875 227.55055 149.875ZM231.40993 147.25Q231.40993 146.625 231.81618 146.20312Q232.22243 145.78125 232.86305 145.78125Q233.5193 145.78125 233.90993 146.20312Q234.31618 146.625 234.31618 147.28125L234.31618 147.64062Q234.31618 148.28125 233.90993 148.6875Q233.50368 149.09375 232.87868 149.09375Q232.23805 149.09375 231.81618 148.6875Q231.40993 148.28125 231.40993 147.59375L231.40993 147.25ZM232.0818 147.64062Q232.0818 148.01562 232.28493 148.26562Q232.50368 148.5 232.87868 148.5Q233.22243 148.5 233.42555 148.26562Q233.6443 148.03125 233.6443 147.60938L233.6443 147.25Q233.6443 146.875 233.42555 146.625Q233.22243 146.375 232.86305 146.375Q232.50368 146.375 232.28493 146.625Q232.0818 146.875 232.0818 147.28125L232.0818 147.64062ZM234.86305 151.25Q234.86305 150.60938 235.2693 150.20312Q235.69118 149.79688 236.31618 149.79688Q236.9568 149.79688 237.36305 150.20312Q237.78493 150.60938 237.78493 151.29688L237.78493 151.64062Q237.78493 152.28125 237.37868 152.70312Q236.97243 153.10938 236.3318 153.10938Q235.7068 153.10938 235.28493 152.70312Q234.86305 152.28125 234.86305 151.60938L234.86305 151.25ZM235.55055 151.64062Q235.55055 152.01562 235.75368 152.26562Q235.97243 152.51562 236.3318 152.51562Q236.69118 152.51562 236.8943 152.28125Q237.11305 152.03125 237.11305 151.625L237.11305 151.25Q237.11305 150.875 236.8943 150.625Q236.67555 150.375 236.3318 150.375Q235.97243 150.375 235.75368 150.625Q235.55055 150.85938 235.55055 151.28125L235.55055 151.64062ZM233.0818 152.46875L232.56618 152.14062L236.03493 146.57812L236.55055 146.90625L233.0818 152.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M220.50682 180.39062L217.5537 187.0L216.6162 187.0L219.53807 180.625L215.69432 180.625L215.69432 179.89062L220.50682 179.89062L220.50682 180.39062ZM221.83495 181.25Q221.83495 180.625 222.2412 180.20312Q222.64745 179.78125 223.28807 179.78125Q223.94432 179.78125 224.33495 180.20312Q224.7412 180.625 224.7412 181.28125L224.7412 181.64062Q224.7412 182.28125 224.33495 182.6875Q223.9287 183.09375 223.3037 183.09375Q222.66307 183.09375 222.2412 182.6875Q221.83495 182.28125 221.83495 181.59375L221.83495 181.25ZM222.50682 181.64062Q222.50682 182.01562 222.70995 182.26562Q222.9287 182.5 223.3037 182.5Q223.64745 182.5 223.85057 182.26562Q224.06932 182.03125 224.06932 181.60938L224.06932 181.25Q224.06932 180.875 223.85057 180.625Q223.64745 180.375 223.28807 180.375Q222.9287 180.375 222.70995 180.625Q222.50682 180.875 222.50682 181.28125L222.50682 181.64062ZM225.28807 185.25Q225.28807 184.60938 225.69432 184.20312Q226.1162 183.79688 226.7412 183.79688Q227.38182 183.79688 227.78807 184.20312Q228.20995 184.60938 228.20995 185.29688L228.20995 185.64062Q228.20995 186.28125 227.8037 186.70312Q227.39745 187.10938 226.75682 187.10938Q226.13182 187.10938 225.70995 186.70312Q225.28807 186.28125 225.28807 185.60938L225.28807 185.25ZM225.97557 185.64062Q225.97557 186.01562 226.1787 186.26562Q226.39745 186.51562 226.75682 186.51562Q227.1162 186.51562 227.31932 186.28125Q227.53807 186.03125 227.53807 185.625L227.53807 185.25Q227.53807 184.875 227.31932 184.625Q227.10057 184.375 226.75682 184.375Q226.39745 184.375 226.1787 184.625Q225.97557 184.85938 225.97557 185.28125L225.97557 185.64062ZM223.50682 186.46875L222.9912 186.14062L226.45995 180.57812L226.97557 180.90625L223.50682 186.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M220.50682 180.39062L217.5537 187.0L216.6162 187.0L219.53807 180.625L215.69432 180.625L215.69432 179.89062L220.50682 179.89062L220.50682 180.39062ZM221.83495 181.25Q221.83495 180.625 222.2412 180.20312Q222.64745 179.78125 223.28807 179.78125Q223.94432 179.78125 224.33495 180.20312Q224.7412 180.625 224.7412 181.28125L224.7412 181.64062Q224.7412 182.28125 224.33495 182.6875Q223.9287 183.09375 223.3037 183.09375Q222.66307 183.09375 222.2412 182.6875Q221.83495 182.28125 221.83495 181.59375L221.83495 181.25ZM222.50682 181.64062Q222.50682 182.01562 222.70995 182.26562Q222.9287 182.5 223.3037 182.5Q223.64745 182.5 223.85057 182.26562Q224.06932 182.03125 224.06932 181.60938L224.06932 181.25Q224.06932 180.875 223.85057 180.625Q223.64745 180.375 223.28807 180.375Q222.9287 180.375 222.70995 180.625Q222.50682 180.875 222.50682 181.28125L222.50682 181.64062ZM225.28807 185.25Q225.28807 184.60938 225.69432 184.20312Q226.1162 183.79688 226.7412 183.79688Q227.38182 183.79688 227.78807 184.20312Q228.20995 184.60938 228.20995 185.29688L228.20995 185.64062Q228.20995 186.28125 227.8037 186.70312Q227.39745 187.10938 226.75682 187.10938Q226.13182 187.10938 225.70995 186.70312Q225.28807 186.28125 225.28807 185.60938L225.28807 185.25ZM225.97557 185.64062Q225.97557 186.01562 226.1787 186.26562Q226.39745 186.51562 226.75682 186.51562Q227.1162 186.51562 227.31932 186.28125Q227.53807 186.03125 227.53807 185.625L227.53807 185.25Q227.53807 184.875 227.31932 184.625Q227.10057 184.375 226.75682 184.375Q226.39745 184.375 226.1787 184.625Q225.97557 184.85938 225.97557 185.28125L225.97557 185.64062ZM223.50682 186.46875L222.9912 186.14062L226.45995 180.57812L226.97557 180.90625L223.50682 186.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M209.69049 217.4375L210.06549 213.89062L213.70612 213.89062L213.70612 214.71875L210.83112 214.71875L210.61237 216.65625Q211.12799 216.35938 211.79987 216.35938Q212.76862 216.35938 213.33112 217.0Q213.90924 217.64062 213.90924 218.73438Q213.90924 219.82812 213.31549 220.46875Q212.72174 221.09375 211.65924 221.09375Q210.72174 221.09375 210.11237 220.57812Q209.51862 220.04688 209.44049 219.125L210.29987 219.125Q210.37799 219.73438 210.72174 220.04688Q211.08112 220.35938 211.65924 220.35938Q212.28424 220.35938 212.64362 219.9375Q213.00299 219.5 213.00299 218.75Q213.00299 218.03125 212.61237 217.60938Q212.23737 217.17188 211.58112 217.17188Q211.00299 217.17188 210.65924 217.42188L210.42487 217.625L209.69049 217.4375ZM215.20612 215.25Q215.20612 214.625 215.61237 214.20312Q216.01862 213.78125 216.65924 213.78125Q217.31549 213.78125 217.70612 214.20312Q218.11237 214.625 218.11237 215.28125L218.11237 215.64062Q218.11237 216.28125 217.70612 216.6875Q217.29987 217.09375 216.67487 217.09375Q216.03424 217.09375 215.61237 216.6875Q215.20612 216.28125 215.20612 215.59375L215.20612 215.25ZM215.87799 215.64062Q215.87799 216.01562 216.08112 216.26562Q216.29987 216.5 216.67487 216.5Q217.01862 216.5 217.22174 216.26562Q217.44049 216.03125 217.44049 215.60938L217.44049 215.25Q217.44049 214.875 217.22174 214.625Q217.01862 214.375 216.65924 214.375Q216.29987 214.375 216.08112 214.625Q215.87799 214.875 215.87799 215.28125L215.87799 215.64062ZM218.65924 219.25Q218.65924 218.60938 219.06549 218.20312Q219.48737 217.79688 220.11237 217.79688Q220.75299 217.79688 221.15924 218.20312Q221.58112 218.60938 221.58112 219.29688L221.58112 219.64062Q221.58112 220.28125 221.17487 220.70312Q220.76862 221.10938 220.12799 221.10938Q219.50299 221.10938 219.08112 220.70312Q218.65924 220.28125 218.65924 219.60938L218.65924 219.25ZM219.34674 219.64062Q219.34674 220.01562 219.54987 220.26562Q219.76862 220.51562 220.12799 220.51562Q220.48737 220.51562 220.69049 220.28125Q220.90924 220.03125 220.90924 219.625L220.90924 219.25Q220.90924 218.875 220.69049 218.625Q220.47174 218.375 220.12799 218.375Q219.76862 218.375 219.54987 218.625Q219.34674 218.85938 219.34674 219.28125L219.34674 219.64062ZM216.87799 220.46875L216.36237 220.14062L219.83112 214.57812L220.34674 214.90625L216.87799 220.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M209.69049 217.4375L210.06549 213.89062L213.70612 213.89062L213.70612 214.71875L210.83112 214.71875L210.61237 216.65625Q211.12799 216.35938 211.79987 216.35938Q212.76862 216.35938 213.33112 217.0Q213.90924 217.64062 213.90924 218.73438Q213.90924 219.82812 213.31549 220.46875Q212.72174 221.09375 211.65924 221.09375Q210.72174 221.09375 210.11237 220.57812Q209.51862 220.04688 209.44049 219.125L210.29987 219.125Q210.37799 219.73438 210.72174 220.04688Q211.08112 220.35938 211.65924 220.35938Q212.28424 220.35938 212.64362 219.9375Q213.00299 219.5 213.00299 218.75Q213.00299 218.03125 212.61237 217.60938Q212.23737 217.17188 211.58112 217.17188Q211.00299 217.17188 210.65924 217.42188L210.42487 217.625L209.69049 217.4375ZM215.20612 215.25Q215.20612 214.625 215.61237 214.20312Q216.01862 213.78125 216.65924 213.78125Q217.31549 213.78125 217.70612 214.20312Q218.11237 214.625 218.11237 215.28125L218.11237 215.64062Q218.11237 216.28125 217.70612 216.6875Q217.29987 217.09375 216.67487 217.09375Q216.03424 217.09375 215.61237 216.6875Q215.20612 216.28125 215.20612 215.59375L215.20612 215.25ZM215.87799 215.64062Q215.87799 216.01562 216.08112 216.26562Q216.29987 216.5 216.67487 216.5Q217.01862 216.5 217.22174 216.26562Q217.44049 216.03125 217.44049 215.60938L217.44049 215.25Q217.44049 214.875 217.22174 214.625Q217.01862 214.375 216.65924 214.375Q216.29987 214.375 216.08112 214.625Q215.87799 214.875 215.87799 215.28125L215.87799 215.64062ZM218.65924 219.25Q218.65924 218.60938 219.06549 218.20312Q219.48737 217.79688 220.11237 217.79688Q220.75299 217.79688 221.15924 218.20312Q221.58112 218.60938 221.58112 219.29688L221.58112 219.64062Q221.58112 220.28125 221.17487 220.70312Q220.76862 221.10938 220.12799 221.10938Q219.50299 221.10938 219.08112 220.70312Q218.65924 220.28125 218.65924 219.60938L218.65924 219.25ZM219.34674 219.64062Q219.34674 220.01562 219.54987 220.26562Q219.76862 220.51562 220.12799 220.51562Q220.48737 220.51562 220.69049 220.28125Q220.90924 220.03125 220.90924 219.625L220.90924 219.25Q220.90924 218.875 220.69049 218.625Q220.47174 218.375 220.12799 218.375Q219.76862 218.375 219.54987 218.625Q219.34674 218.85938 219.34674 219.28125L219.34674 219.64062ZM216.87799 220.46875L216.36237 220.14062L219.83112 214.57812L220.34674 214.90625L216.87799 220.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M206.89755 252.60938L207.88193 252.60938L207.88193 253.34375L206.89755 253.34375L206.89755 255.0L205.9913 255.0L205.9913 253.34375L202.75693 253.34375L202.75693 252.8125L205.9288 247.89062L206.89755 247.89062L206.89755 252.60938ZM203.77255 252.60938L205.9913 252.60938L205.9913 249.125L205.88193 249.32812L203.77255 252.60938ZM209.00693 249.25Q209.00693 248.625 209.41318 248.20312Q209.81943 247.78125 210.46005 247.78125Q211.1163 247.78125 211.50693 248.20312Q211.91318 248.625 211.91318 249.28125L211.91318 249.64062Q211.91318 250.28125 211.50693 250.6875Q211.10068 251.09375 210.47568 251.09375Q209.83505 251.09375 209.41318 250.6875Q209.00693 250.28125 209.00693 249.59375L209.00693 249.25ZM209.6788 249.64062Q209.6788 250.01562 209.88193 250.26562Q210.10068 250.5 210.47568 250.5Q210.81943 250.5 211.02255 250.26562Q211.2413 250.03125 211.2413 249.60938L211.2413 249.25Q211.2413 248.875 211.02255 248.625Q210.81943 248.375 210.46005 248.375Q210.10068 248.375 209.88193 248.625Q209.6788 248.875 209.6788 249.28125L209.6788 249.64062ZM212.46005 253.25Q212.46005 252.60938 212.8663 252.20312Q213.28818 251.79688 213.91318 251.79688Q214.5538 251.79688 214.96005 252.20312Q215.38193 252.60938 215.38193 253.29688L215.38193 253.64062Q215.38193 254.28125 214.97568 254.70312Q214.56943 255.10938 213.9288 255.10938Q213.3038 255.10938 212.88193 254.70312Q212.46005 254.28125 212.46005 253.60938L212.46005 253.25ZM213.14755 253.64062Q213.14755 254.01562 213.35068 254.26562Q213.56943 254.51562 213.9288 254.51562Q214.28818 254.51562 214.4913 254.28125Q214.71005 254.03125 214.71005 253.625L214.71005 253.25Q214.71005 252.875 214.4913 252.625Q214.27255 252.375 213.9288 252.375Q213.56943 252.375 213.35068 252.625Q213.14755 252.85938 213.14755 253.28125L213.14755 253.64062ZM210.6788 254.46875L210.16318 254.14062L213.63193 248.57812L214.14755 248.90625L210.6788 254.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M206.89755 252.60938L207.88193 252.60938L207.88193 253.34375L206.89755 253.34375L206.89755 255.0L205.9913 255.0L205.9913 253.34375L202.75693 253.34375L202.75693 252.8125L205.9288 247.89062L206.89755 247.89062L206.89755 252.60938ZM203.77255 252.60938L205.9913 252.60938L205.9913 249.125L205.88193 249.32812L203.77255 252.60938ZM209.00693 249.25Q209.00693 248.625 209.41318 248.20312Q209.81943 247.78125 210.46005 247.78125Q211.1163 247.78125 211.50693 248.20312Q211.91318 248.625 211.91318 249.28125L211.91318 249.64062Q211.91318 250.28125 211.50693 250.6875Q211.10068 251.09375 210.47568 251.09375Q209.83505 251.09375 209.41318 250.6875Q209.00693 250.28125 209.00693 249.59375L209.00693 249.25ZM209.6788 249.64062Q209.6788 250.01562 209.88193 250.26562Q210.10068 250.5 210.47568 250.5Q210.81943 250.5 211.02255 250.26562Q211.2413 250.03125 211.2413 249.60938L211.2413 249.25Q211.2413 248.875 211.02255 248.625Q210.81943 248.375 210.46005 248.375Q210.10068 248.375 209.88193 248.625Q209.6788 248.875 209.6788 249.28125L209.6788 249.64062ZM212.46005 253.25Q212.46005 252.60938 212.8663 252.20312Q213.28818 251.79688 213.91318 251.79688Q214.5538 251.79688 214.96005 252.20312Q215.38193 252.60938 215.38193 253.29688L215.38193 253.64062Q215.38193 254.28125 214.97568 254.70312Q214.56943 255.10938 213.9288 255.10938Q213.3038 255.10938 212.88193 254.70312Q212.46005 254.28125 212.46005 253.60938L212.46005 253.25ZM213.14755 253.64062Q213.14755 254.01562 213.35068 254.26562Q213.56943 254.51562 213.9288 254.51562Q214.28818 254.51562 214.4913 254.28125Q214.71005 254.03125 214.71005 253.625L214.71005 253.25Q214.71005 252.875 214.4913 252.625Q214.27255 252.375 213.9288 252.375Q213.56943 252.375 213.35068 252.625Q213.14755 252.85938 213.14755 253.28125L213.14755 253.64062ZM210.6788 254.46875L210.16318 254.14062L213.63193 248.57812L214.14755 248.90625L210.6788 254.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M204.87207 285.60938L205.85645 285.60938L205.85645 286.34375L204.87207 286.34375L204.87207 288.0L203.96582 288.0L203.96582 286.34375L200.73145 286.34375L200.73145 285.8125L203.90332 280.89062L204.87207 280.89062L204.87207 285.60938ZM201.74707 285.60938L203.96582 285.60938L203.96582 282.125L203.85645 282.32812L201.74707 285.60938ZM206.98145 282.25Q206.98145 281.625 207.3877 281.20312Q207.79395 280.78125 208.43457 280.78125Q209.09082 280.78125 209.48145 281.20312Q209.8877 281.625 209.8877 282.28125L209.8877 282.64062Q209.8877 283.28125 209.48145 283.6875Q209.0752 284.09375 208.4502 284.09375Q207.80957 284.09375 207.3877 283.6875Q206.98145 283.28125 206.98145 282.59375L206.98145 282.25ZM207.65332 282.64062Q207.65332 283.01562 207.85645 283.26562Q208.0752 283.5 208.4502 283.5Q208.79395 283.5 208.99707 283.26562Q209.21582 283.03125 209.21582 282.60938L209.21582 282.25Q209.21582 281.875 208.99707 281.625Q208.79395 281.375 208.43457 281.375Q208.0752 281.375 207.85645 281.625Q207.65332 281.875 207.65332 282.28125L207.65332 282.64062ZM210.43457 286.25Q210.43457 285.60938 210.84082 285.20312Q211.2627 284.79688 211.8877 284.79688Q212.52832 284.79688 212.93457 285.20312Q213.35645 285.60938 213.35645 286.29688L213.35645 286.64062Q213.35645 287.28125 212.9502 287.70312Q212.54395 288.10938 211.90332 288.10938Q211.27832 288.10938 210.85645 287.70312Q210.43457 287.28125 210.43457 286.60938L210.43457 286.25ZM211.12207 286.64062Q211.12207 287.01562 211.3252 287.26562Q211.54395 287.51562 211.90332 287.51562Q212.2627 287.51562 212.46582 287.28125Q212.68457 287.03125 212.68457 286.625L212.68457 286.25Q212.68457 285.875 212.46582 285.625Q212.24707 285.375 211.90332 285.375Q211.54395 285.375 211.3252 285.625Q211.12207 285.85938 211.12207 286.28125L211.12207 286.64062ZM208.65332 287.46875L208.1377 287.14062L211.60645 281.57812L212.12207 281.90625L208.65332 287.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M204.87207 285.60938L205.85645 285.60938L205.85645 286.34375L204.87207 286.34375L204.87207 288.0L203.96582 288.0L203.96582 286.34375L200.73145 286.34375L200.73145 285.8125L203.90332 280.89062L204.87207 280.89062L204.87207 285.60938ZM201.74707 285.60938L203.96582 285.60938L203.96582 282.125L203.85645 282.32812L201.74707 285.60938ZM206.98145 282.25Q206.98145 281.625 207.3877 281.20312Q207.79395 280.78125 208.43457 280.78125Q209.09082 280.78125 209.48145 281.20312Q209.8877 281.625 209.8877 282.28125L209.8877 282.64062Q209.8877 283.28125 209.48145 283.6875Q209.0752 284.09375 208.4502 284.09375Q207.80957 284.09375 207.3877 283.6875Q206.98145 283.28125 206.98145 282.59375L206.98145 282.25ZM207.65332 282.64062Q207.65332 283.01562 207.85645 283.26562Q208.0752 283.5 208.4502 283.5Q208.79395 283.5 208.99707 283.26562Q209.21582 283.03125 209.21582 282.60938L209.21582 282.25Q209.21582 281.875 208.99707 281.625Q208.79395 281.375 208.43457 281.375Q208.0752 281.375 207.85645 281.625Q207.65332 281.875 207.65332 282.28125L207.65332 282.64062ZM210.43457 286.25Q210.43457 285.60938 210.84082 285.20312Q211.2627 284.79688 211.8877 284.79688Q212.52832 284.79688 212.93457 285.20312Q213.35645 285.60938 213.35645 286.29688L213.35645 286.64062Q213.35645 287.28125 212.9502 287.70312Q212.54395 288.10938 211.90332 288.10938Q211.27832 288.10938 210.85645 287.70312Q210.43457 287.28125 210.43457 286.60938L210.43457 286.25ZM211.12207 286.64062Q211.12207 287.01562 211.3252 287.26562Q211.54395 287.51562 211.90332 287.51562Q212.2627 287.51562 212.46582 287.28125Q212.68457 287.03125 212.68457 286.625L212.68457 286.25Q212.68457 285.875 212.46582 285.625Q212.24707 285.375 211.90332 285.375Q211.54395 285.375 211.3252 285.625Q211.12207 285.85938 211.12207 286.28125L211.12207 286.64062ZM208.65332 287.46875L208.1377 287.14062L211.60645 281.57812L212.12207 281.90625L208.65332 287.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.58313 319.60938L204.5675 319.60938L204.5675 320.34375L203.58313 320.34375L203.58313 322.0L202.67688 322.0L202.67688 320.34375L199.4425 320.34375L199.4425 319.8125L202.61438 314.89062L203.58313 314.89062L203.58313 319.60938ZM200.45813 319.60938L202.67688 319.60938L202.67688 316.125L202.5675 316.32812L200.45813 319.60938ZM205.6925 316.25Q205.6925 315.625 206.09875 315.20312Q206.505 314.78125 207.14563 314.78125Q207.80188 314.78125 208.1925 315.20312Q208.59875 315.625 208.59875 316.28125L208.59875 316.64062Q208.59875 317.28125 208.1925 317.6875Q207.78625 318.09375 207.16125 318.09375Q206.52063 318.09375 206.09875 317.6875Q205.6925 317.28125 205.6925 316.59375L205.6925 316.25ZM206.36438 316.64062Q206.36438 317.01562 206.5675 317.26562Q206.78625 317.5 207.16125 317.5Q207.505 317.5 207.70813 317.26562Q207.92688 317.03125 207.92688 316.60938L207.92688 316.25Q207.92688 315.875 207.70813 315.625Q207.505 315.375 207.14563 315.375Q206.78625 315.375 206.5675 315.625Q206.36438 315.875 206.36438 316.28125L206.36438 316.64062ZM209.14563 320.25Q209.14563 319.60938 209.55188 319.20312Q209.97375 318.79688 210.59875 318.79688Q211.23938 318.79688 211.64563 319.20312Q212.0675 319.60938 212.0675 320.29688L212.0675 320.64062Q212.0675 321.28125 211.66125 321.70312Q211.255 322.10938 210.61438 322.10938Q209.98938 322.10938 209.5675 321.70312Q209.14563 321.28125 209.14563 320.60938L209.14563 320.25ZM209.83313 320.64062Q209.83313 321.01562 210.03625 321.26562Q210.255 321.51562 210.61438 321.51562Q210.97375 321.51562 211.17688 321.28125Q211.39563 321.03125 211.39563 320.625L211.39563 320.25Q211.39563 319.875 211.17688 319.625Q210.95813 319.375 210.61438 319.375Q210.255 319.375 210.03625 319.625Q209.83313 319.85938 209.83313 320.28125L209.83313 320.64062ZM207.36438 321.46875L206.84875 321.14062L210.3175 315.57812L210.83313 315.90625L207.36438 321.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.58313 319.60938L204.5675 319.60938L204.5675 320.34375L203.58313 320.34375L203.58313 322.0L202.67688 322.0L202.67688 320.34375L199.4425 320.34375L199.4425 319.8125L202.61438 314.89062L203.58313 314.89062L203.58313 319.60938ZM200.45813 319.60938L202.67688 319.60938L202.67688 316.125L202.5675 316.32812L200.45813 319.60938ZM205.6925 316.25Q205.6925 315.625 206.09875 315.20312Q206.505 314.78125 207.14563 314.78125Q207.80188 314.78125 208.1925 315.20312Q208.59875 315.625 208.59875 316.28125L208.59875 316.64062Q208.59875 317.28125 208.1925 317.6875Q207.78625 318.09375 207.16125 318.09375Q206.52063 318.09375 206.09875 317.6875Q205.6925 317.28125 205.6925 316.59375L205.6925 316.25ZM206.36438 316.64062Q206.36438 317.01562 206.5675 317.26562Q206.78625 317.5 207.16125 317.5Q207.505 317.5 207.70813 317.26562Q207.92688 317.03125 207.92688 316.60938L207.92688 316.25Q207.92688 315.875 207.70813 315.625Q207.505 315.375 207.14563 315.375Q206.78625 315.375 206.5675 315.625Q206.36438 315.875 206.36438 316.28125L206.36438 316.64062ZM209.14563 320.25Q209.14563 319.60938 209.55188 319.20312Q209.97375 318.79688 210.59875 318.79688Q211.23938 318.79688 211.64563 319.20312Q212.0675 319.60938 212.0675 320.29688L212.0675 320.64062Q212.0675 321.28125 211.66125 321.70312Q211.255 322.10938 210.61438 322.10938Q209.98938 322.10938 209.5675 321.70312Q209.14563 321.28125 209.14563 320.60938L209.14563 320.25ZM209.83313 320.64062Q209.83313 321.01562 210.03625 321.26562Q210.255 321.51562 210.61438 321.51562Q210.97375 321.51562 211.17688 321.28125Q211.39563 321.03125 211.39563 320.625L211.39563 320.25Q211.39563 319.875 211.17688 319.625Q210.95813 319.375 210.61438 319.375Q210.255 319.375 210.03625 319.625Q209.83313 319.85938 209.83313 320.28125L209.83313 320.64062ZM207.36438 321.46875L206.84875 321.14062L210.3175 315.57812L210.83313 315.90625L207.36438 321.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M197.85944 356.0L193.20319 356.0L193.20319 355.34375L195.65631 352.60938Q196.20319 352.0 196.40631 351.60938Q196.62506 351.21875 196.62506 350.79688Q196.62506 350.25 196.28131 349.89062Q195.95319 349.53125 195.39069 349.53125Q194.71881 349.53125 194.34381 349.92188Q193.96881 350.29688 193.96881 350.98438L193.06256 350.98438Q193.06256 350.0 193.68756 349.40625Q194.32819 348.79688 195.39069 348.79688Q196.37506 348.79688 196.95319 349.3125Q197.53131 349.82812 197.53131 350.70312Q197.53131 351.75 196.18756 353.20312L194.29694 355.26562L197.85944 355.26562L197.85944 356.0ZM199.12506 350.25Q199.12506 349.625 199.53131 349.20312Q199.93756 348.78125 200.57819 348.78125Q201.23444 348.78125 201.62506 349.20312Q202.03131 349.625 202.03131 350.28125L202.03131 350.64062Q202.03131 351.28125 201.62506 351.6875Q201.21881 352.09375 200.59381 352.09375Q199.95319 352.09375 199.53131 351.6875Q199.12506 351.28125 199.12506 350.59375L199.12506 350.25ZM199.79694 350.64062Q199.79694 351.01562 200.00006 351.26562Q200.21881 351.5 200.59381 351.5Q200.93756 351.5 201.14069 351.26562Q201.35944 351.03125 201.35944 350.60938L201.35944 350.25Q201.35944 349.875 201.14069 349.625Q200.93756 349.375 200.57819 349.375Q200.21881 349.375 200.00006 349.625Q199.79694 349.875 199.79694 350.28125L199.79694 350.64062ZM202.57819 354.25Q202.57819 353.60938 202.98444 353.20312Q203.40631 352.79688 204.03131 352.79688Q204.67194 352.79688 205.07819 353.20312Q205.50006 353.60938 205.50006 354.29688L205.50006 354.64062Q205.50006 355.28125 205.09381 355.70312Q204.68756 356.10938 204.04694 356.10938Q203.42194 356.10938 203.00006 355.70312Q202.57819 355.28125 202.57819 354.60938L202.57819 354.25ZM203.26569 354.64062Q203.26569 355.01562 203.46881 355.26562Q203.68756 355.51562 204.04694 355.51562Q204.40631 355.51562 204.60944 355.28125Q204.82819 355.03125 204.82819 354.625L204.82819 354.25Q204.82819 353.875 204.60944 353.625Q204.39069 353.375 204.04694 353.375Q203.68756 353.375 203.46881 353.625Q203.26569 353.85938 203.26569 354.28125L203.26569 354.64062ZM200.79694 355.46875L200.28131 355.14062L203.75006 349.57812L204.26569 349.90625L200.79694 355.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M197.85944 356.0L193.20319 356.0L193.20319 355.34375L195.65631 352.60938Q196.20319 352.0 196.40631 351.60938Q196.62506 351.21875 196.62506 350.79688Q196.62506 350.25 196.28131 349.89062Q195.95319 349.53125 195.39069 349.53125Q194.71881 349.53125 194.34381 349.92188Q193.96881 350.29688 193.96881 350.98438L193.06256 350.98438Q193.06256 350.0 193.68756 349.40625Q194.32819 348.79688 195.39069 348.79688Q196.37506 348.79688 196.95319 349.3125Q197.53131 349.82812 197.53131 350.70312Q197.53131 351.75 196.18756 353.20312L194.29694 355.26562L197.85944 355.26562L197.85944 356.0ZM199.12506 350.25Q199.12506 349.625 199.53131 349.20312Q199.93756 348.78125 200.57819 348.78125Q201.23444 348.78125 201.62506 349.20312Q202.03131 349.625 202.03131 350.28125L202.03131 350.64062Q202.03131 351.28125 201.62506 351.6875Q201.21881 352.09375 200.59381 352.09375Q199.95319 352.09375 199.53131 351.6875Q199.12506 351.28125 199.12506 350.59375L199.12506 350.25ZM199.79694 350.64062Q199.79694 351.01562 200.00006 351.26562Q200.21881 351.5 200.59381 351.5Q200.93756 351.5 201.14069 351.26562Q201.35944 351.03125 201.35944 350.60938L201.35944 350.25Q201.35944 349.875 201.14069 349.625Q200.93756 349.375 200.57819 349.375Q200.21881 349.375 200.00006 349.625Q199.79694 349.875 199.79694 350.28125L199.79694 350.64062ZM202.57819 354.25Q202.57819 353.60938 202.98444 353.20312Q203.40631 352.79688 204.03131 352.79688Q204.67194 352.79688 205.07819 353.20312Q205.50006 353.60938 205.50006 354.29688L205.50006 354.64062Q205.50006 355.28125 205.09381 355.70312Q204.68756 356.10938 204.04694 356.10938Q203.42194 356.10938 203.00006 355.70312Q202.57819 355.28125 202.57819 354.60938L202.57819 354.25ZM203.26569 354.64062Q203.26569 355.01562 203.46881 355.26562Q203.68756 355.51562 204.04694 355.51562Q204.40631 355.51562 204.60944 355.28125Q204.82819 355.03125 204.82819 354.625L204.82819 354.25Q204.82819 353.875 204.60944 353.625Q204.39069 353.375 204.04694 353.375Q203.68756 353.375 203.46881 353.625Q203.26569 353.85938 203.26569 354.28125L203.26569 354.64062ZM200.79694 355.46875L200.28131 355.14062L203.75006 349.57812L204.26569 349.90625L200.79694 355.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.58844 390.0L190.93219 390.0L190.93219 389.34375L193.38531 386.60938Q193.93219 386.0 194.13531 385.60938Q194.35406 385.21875 194.35406 384.79688Q194.35406 384.25 194.01031 383.89062Q193.68219 383.53125 193.11969 383.53125Q192.44781 383.53125 192.07281 383.92188Q191.69781 384.29688 191.69781 384.98438L190.79156 384.98438Q190.79156 384.0 191.41656 383.40625Q192.05719 382.79688 193.11969 382.79688Q194.10406 382.79688 194.68219 383.3125Q195.26031 383.82812 195.26031 384.70312Q195.26031 385.75 193.91656 387.20312L192.02594 389.26562L195.58844 389.26562L195.58844 390.0ZM196.85406 384.25Q196.85406 383.625 197.26031 383.20312Q197.66656 382.78125 198.30719 382.78125Q198.96344 382.78125 199.35406 383.20312Q199.76031 383.625 199.76031 384.28125L199.76031 384.64062Q199.76031 385.28125 199.35406 385.6875Q198.94781 386.09375 198.32281 386.09375Q197.68219 386.09375 197.26031 385.6875Q196.85406 385.28125 196.85406 384.59375L196.85406 384.25ZM197.52594 384.64062Q197.52594 385.01562 197.72906 385.26562Q197.94781 385.5 198.32281 385.5Q198.66656 385.5 198.86969 385.26562Q199.08844 385.03125 199.08844 384.60938L199.08844 384.25Q199.08844 383.875 198.86969 383.625Q198.66656 383.375 198.30719 383.375Q197.94781 383.375 197.72906 383.625Q197.52594 383.875 197.52594 384.28125L197.52594 384.64062ZM200.30719 388.25Q200.30719 387.60938 200.71344 387.20312Q201.13531 386.79688 201.76031 386.79688Q202.40094 386.79688 202.80719 387.20312Q203.22906 387.60938 203.22906 388.29688L203.22906 388.64062Q203.22906 389.28125 202.82281 389.70312Q202.41656 390.10938 201.77594 390.10938Q201.15094 390.10938 200.72906 389.70312Q200.30719 389.28125 200.30719 388.60938L200.30719 388.25ZM200.99469 388.64062Q200.99469 389.01562 201.19781 389.26562Q201.41656 389.51562 201.77594 389.51562Q202.13531 389.51562 202.33844 389.28125Q202.55719 389.03125 202.55719 388.625L202.55719 388.25Q202.55719 387.875 202.33844 387.625Q202.11969 387.375 201.77594 387.375Q201.41656 387.375 201.19781 387.625Q200.99469 387.85938 200.99469 388.28125L200.99469 388.64062ZM198.52594 389.46875L198.01031 389.14062L201.47906 383.57812L201.99469 383.90625L198.52594 389.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M195.58844 390.0L190.93219 390.0L190.93219 389.34375L193.38531 386.60938Q193.93219 386.0 194.13531 385.60938Q194.35406 385.21875 194.35406 384.79688Q194.35406 384.25 194.01031 383.89062Q193.68219 383.53125 193.11969 383.53125Q192.44781 383.53125 192.07281 383.92188Q191.69781 384.29688 191.69781 384.98438L190.79156 384.98438Q190.79156 384.0 191.41656 383.40625Q192.05719 382.79688 193.11969 382.79688Q194.10406 382.79688 194.68219 383.3125Q195.26031 383.82812 195.26031 384.70312Q195.26031 385.75 193.91656 387.20312L192.02594 389.26562L195.58844 389.26562L195.58844 390.0ZM196.85406 384.25Q196.85406 383.625 197.26031 383.20312Q197.66656 382.78125 198.30719 382.78125Q198.96344 382.78125 199.35406 383.20312Q199.76031 383.625 199.76031 384.28125L199.76031 384.64062Q199.76031 385.28125 199.35406 385.6875Q198.94781 386.09375 198.32281 386.09375Q197.68219 386.09375 197.26031 385.6875Q196.85406 385.28125 196.85406 384.59375L196.85406 384.25ZM197.52594 384.64062Q197.52594 385.01562 197.72906 385.26562Q197.94781 385.5 198.32281 385.5Q198.66656 385.5 198.86969 385.26562Q199.08844 385.03125 199.08844 384.60938L199.08844 384.25Q199.08844 383.875 198.86969 383.625Q198.66656 383.375 198.30719 383.375Q197.94781 383.375 197.72906 383.625Q197.52594 383.875 197.52594 384.28125L197.52594 384.64062ZM200.30719 388.25Q200.30719 387.60938 200.71344 387.20312Q201.13531 386.79688 201.76031 386.79688Q202.40094 386.79688 202.80719 387.20312Q203.22906 387.60938 203.22906 388.29688L203.22906 388.64062Q203.22906 389.28125 202.82281 389.70312Q202.41656 390.10938 201.77594 390.10938Q201.15094 390.10938 200.72906 389.70312Q200.30719 389.28125 200.30719 388.60938L200.30719 388.25ZM200.99469 388.64062Q200.99469 389.01562 201.19781 389.26562Q201.41656 389.51562 201.77594 389.51562Q202.13531 389.51562 202.33844 389.28125Q202.55719 389.03125 202.55719 388.625L202.55719 388.25Q202.55719 387.875 202.33844 387.625Q202.11969 387.375 201.77594 387.375Q201.41656 387.375 201.19781 387.625Q200.99469 387.85938 200.99469 388.28125L200.99469 388.64062ZM198.52594 389.46875L198.01031 389.14062L201.47906 383.57812L201.99469 383.90625L198.52594 389.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.28156 424.0L190.6253 424.0L190.6253 423.34375L193.07843 420.60938Q193.6253 420.0 193.82843 419.60938Q194.04718 419.21875 194.04718 418.79688Q194.04718 418.25 193.70343 417.89062Q193.3753 417.53125 192.8128 417.53125Q192.14093 417.53125 191.76593 417.92188Q191.39093 418.29688 191.39093 418.98438L190.48468 418.98438Q190.48468 418.0 191.10968 417.40625Q191.7503 416.79688 192.8128 416.79688Q193.79718 416.79688 194.3753 417.3125Q194.95343 417.82812 194.95343 418.70312Q194.95343 419.75 193.60968 421.20312L191.71906 423.26562L195.28156 423.26562L195.28156 424.0ZM196.54718 418.25Q196.54718 417.625 196.95343 417.20312Q197.35968 416.78125 198.0003 416.78125Q198.65656 416.78125 199.04718 417.20312Q199.45343 417.625 199.45343 418.28125L199.45343 418.64062Q199.45343 419.28125 199.04718 419.6875Q198.64093 420.09375 198.01593 420.09375Q197.3753 420.09375 196.95343 419.6875Q196.54718 419.28125 196.54718 418.59375L196.54718 418.25ZM197.21906 418.64062Q197.21906 419.01562 197.42218 419.26562Q197.64093 419.5 198.01593 419.5Q198.35968 419.5 198.5628 419.26562Q198.78156 419.03125 198.78156 418.60938L198.78156 418.25Q198.78156 417.875 198.5628 417.625Q198.35968 417.375 198.0003 417.375Q197.64093 417.375 197.42218 417.625Q197.21906 417.875 197.21906 418.28125L197.21906 418.64062ZM200.0003 422.25Q200.0003 421.60938 200.40656 421.20312Q200.82843 420.79688 201.45343 420.79688Q202.09406 420.79688 202.5003 421.20312Q202.92218 421.60938 202.92218 422.29688L202.92218 422.64062Q202.92218 423.28125 202.51593 423.70312Q202.10968 424.10938 201.46906 424.10938Q200.84406 424.10938 200.42218 423.70312Q200.0003 423.28125 200.0003 422.60938L200.0003 422.25ZM200.6878 422.64062Q200.6878 423.01562 200.89093 423.26562Q201.10968 423.51562 201.46906 423.51562Q201.82843 423.51562 202.03156 423.28125Q202.2503 423.03125 202.2503 422.625L202.2503 422.25Q202.2503 421.875 202.03156 421.625Q201.8128 421.375 201.46906 421.375Q201.10968 421.375 200.89093 421.625Q200.6878 421.85938 200.6878 422.28125L200.6878 422.64062ZM198.21906 423.46875L197.70343 423.14062L201.17218 417.57812L201.6878 417.90625L198.21906 423.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M195.28156 424.0L190.6253 424.0L190.6253 423.34375L193.07843 420.60938Q193.6253 420.0 193.82843 419.60938Q194.04718 419.21875 194.04718 418.79688Q194.04718 418.25 193.70343 417.89062Q193.3753 417.53125 192.8128 417.53125Q192.14093 417.53125 191.76593 417.92188Q191.39093 418.29688 191.39093 418.98438L190.48468 418.98438Q190.48468 418.0 191.10968 417.40625Q191.7503 416.79688 192.8128 416.79688Q193.79718 416.79688 194.3753 417.3125Q194.95343 417.82812 194.95343 418.70312Q194.95343 419.75 193.60968 421.20312L191.71906 423.26562L195.28156 423.26562L195.28156 424.0ZM196.54718 418.25Q196.54718 417.625 196.95343 417.20312Q197.35968 416.78125 198.0003 416.78125Q198.65656 416.78125 199.04718 417.20312Q199.45343 417.625 199.45343 418.28125L199.45343 418.64062Q199.45343 419.28125 199.04718 419.6875Q198.64093 420.09375 198.01593 420.09375Q197.3753 420.09375 196.95343 419.6875Q196.54718 419.28125 196.54718 418.59375L196.54718 418.25ZM197.21906 418.64062Q197.21906 419.01562 197.42218 419.26562Q197.64093 419.5 198.01593 419.5Q198.35968 419.5 198.5628 419.26562Q198.78156 419.03125 198.78156 418.60938L198.78156 418.25Q198.78156 417.875 198.5628 417.625Q198.35968 417.375 198.0003 417.375Q197.64093 417.375 197.42218 417.625Q197.21906 417.875 197.21906 418.28125L197.21906 418.64062ZM200.0003 422.25Q200.0003 421.60938 200.40656 421.20312Q200.82843 420.79688 201.45343 420.79688Q202.09406 420.79688 202.5003 421.20312Q202.92218 421.60938 202.92218 422.29688L202.92218 422.64062Q202.92218 423.28125 202.51593 423.70312Q202.10968 424.10938 201.46906 424.10938Q200.84406 424.10938 200.42218 423.70312Q200.0003 423.28125 200.0003 422.60938L200.0003 422.25ZM200.6878 422.64062Q200.6878 423.01562 200.89093 423.26562Q201.10968 423.51562 201.46906 423.51562Q201.82843 423.51562 202.03156 423.28125Q202.2503 423.03125 202.2503 422.625L202.2503 422.25Q202.2503 421.875 202.03156 421.625Q201.8128 421.375 201.46906 421.375Q201.10968 421.375 200.89093 421.625Q200.6878 421.85938 200.6878 422.28125L200.6878 422.64062ZM198.21906 423.46875L197.70343 423.14062L201.17218 417.57812L201.6878 417.90625L198.21906 423.46875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.05922 451.39062L218.1061 458.0L217.1686 458.0L220.09047 451.625L216.24672 451.625L216.24672 450.89062L221.05922 450.89062L221.05922 451.39062ZM222.38734 452.25Q222.38734 451.625 222.7936 451.20312Q223.19984 450.78125 223.84047 450.78125Q224.49672 450.78125 224.88734 451.20312Q225.2936 451.625 225.2936 452.28125L225.2936 452.64062Q225.2936 453.28125 224.88734 453.6875Q224.4811 454.09375 223.8561 454.09375Q223.21547 454.09375 222.7936 453.6875Q222.38734 453.28125 222.38734 452.59375L222.38734 452.25ZM223.05922 452.64062Q223.05922 453.01562 223.26234 453.26562Q223.4811 453.5 223.8561 453.5Q224.19984 453.5 224.40297 453.26562Q224.62172 453.03125 224.62172 452.60938L224.62172 452.25Q224.62172 451.875 224.40297 451.625Q224.19984 451.375 223.84047 451.375Q223.4811 451.375 223.26234 451.625Q223.05922 451.875 223.05922 452.28125L223.05922 452.64062ZM225.84047 456.25Q225.84047 455.60938 226.24672 455.20312Q226.6686 454.79688 227.2936 454.79688Q227.93422 454.79688 228.34047 455.20312Q228.76234 455.60938 228.76234 456.29688L228.76234 456.64062Q228.76234 457.28125 228.3561 457.70312Q227.94984 458.10938 227.30922 458.10938Q226.68422 458.10938 226.26234 457.70312Q225.84047 457.28125 225.84047 456.60938L225.84047 456.25ZM226.52797 456.64062Q226.52797 457.01562 226.7311 457.26562Q226.94984 457.51562 227.30922 457.51562Q227.6686 457.51562 227.87172 457.28125Q228.09047 457.03125 228.09047 456.625L228.09047 456.25Q228.09047 455.875 227.87172 455.625Q227.65297 455.375 227.30922 455.375Q226.94984 455.375 226.7311 455.625Q226.52797 455.85938 226.52797 456.28125L226.52797 456.64062ZM224.05922 457.46875L223.5436 457.14062L227.01234 451.57812L227.52797 451.90625L224.05922 457.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M221.05922 451.39062L218.1061 458.0L217.1686 458.0L220.09047 451.625L216.24672 451.625L216.24672 450.89062L221.05922 450.89062L221.05922 451.39062ZM222.38734 452.25Q222.38734 451.625 222.7936 451.20312Q223.19984 450.78125 223.84047 450.78125Q224.49672 450.78125 224.88734 451.20312Q225.2936 451.625 225.2936 452.28125L225.2936 452.64062Q225.2936 453.28125 224.88734 453.6875Q224.4811 454.09375 223.8561 454.09375Q223.21547 454.09375 222.7936 453.6875Q222.38734 453.28125 222.38734 452.59375L222.38734 452.25ZM223.05922 452.64062Q223.05922 453.01562 223.26234 453.26562Q223.4811 453.5 223.8561 453.5Q224.19984 453.5 224.40297 453.26562Q224.62172 453.03125 224.62172 452.60938L224.62172 452.25Q224.62172 451.875 224.40297 451.625Q224.19984 451.375 223.84047 451.375Q223.4811 451.375 223.26234 451.625Q223.05922 451.875 223.05922 452.28125L223.05922 452.64062ZM225.84047 456.25Q225.84047 455.60938 226.24672 455.20312Q226.6686 454.79688 227.2936 454.79688Q227.93422 454.79688 228.34047 455.20312Q228.76234 455.60938 228.76234 456.29688L228.76234 456.64062Q228.76234 457.28125 228.3561 457.70312Q227.94984 458.10938 227.30922 458.10938Q226.68422 458.10938 226.26234 457.70312Q225.84047 457.28125 225.84047 456.60938L225.84047 456.25ZM226.52797 456.64062Q226.52797 457.01562 226.7311 457.26562Q226.94984 457.51562 227.30922 457.51562Q227.6686 457.51562 227.87172 457.28125Q228.09047 457.03125 228.09047 456.625L228.09047 456.25Q228.09047 455.875 227.87172 455.625Q227.65297 455.375 227.30922 455.375Q226.94984 455.375 226.7311 455.625Q226.52797 455.85938 226.52797 456.28125L226.52797 456.64062ZM224.05922 457.46875L223.5436 457.14062L227.01234 451.57812L227.52797 451.90625L224.05922 457.46875Z" fill-rule="nonzero"/><path fill="#666666" d="M324.59708 503.36398Q324.59708 502.59836 325.08145 502.09836Q325.58145 501.59836 326.34708 501.59836Q327.12833 501.59836 327.6127 502.09836Q328.09708 502.59836 328.09708 503.39523L328.09708 503.8171Q328.09708 504.58273 327.59708 505.08273Q327.1127 505.5671 326.3627 505.5671Q325.59708 505.5671 325.09708 505.08273Q324.59708 504.58273 324.59708 503.77023L324.59708 503.36398ZM325.40958 503.8171Q325.40958 504.27023 325.65958 504.5671Q325.9252 504.86398 326.3627 504.86398Q326.78458 504.86398 327.03458 504.58273Q327.28458 504.28586 327.28458 503.78586L327.28458 503.36398Q327.28458 502.91086 327.03458 502.61398Q326.78458 502.30148 326.34708 502.30148Q325.90958 502.30148 325.65958 502.61398Q325.40958 502.91086 325.40958 503.3796L325.40958 503.8171ZM328.75333 508.16086Q328.75333 507.39523 329.2377 506.91086Q329.7377 506.41086 330.50333 506.41086Q331.26895 506.41086 331.75333 506.91086Q332.25333 507.39523 332.25333 508.20773L332.25333 508.61398Q332.25333 509.3796 331.76895 509.8796Q331.28458 510.3796 330.51895 510.3796Q329.75333 510.3796 329.25333 509.89523Q328.75333 509.39523 328.75333 508.58273L328.75333 508.16086ZM329.56583 508.61398Q329.56583 509.08273 329.81583 509.3796Q330.08145 509.67648 330.51895 509.67648Q330.94083 509.67648 331.19083 509.39523Q331.44083 509.09836 331.44083 508.59836L331.44083 508.16086Q331.44083 507.6921 331.1752 507.41086Q330.9252 507.11398 330.50333 507.11398Q330.08145 507.11398 329.81583 507.41086Q329.56583 507.6921 329.56583 508.1921L329.56583 508.61398ZM326.6127 509.61398L325.9877 509.22336L330.15958 502.55148L330.76895 502.9421L326.6127 509.61398ZM336.51895 507.02023Q336.51895 506.09836 336.87833 505.34836Q337.25333 504.59836 337.90958 504.20773Q338.56583 503.80148 339.39395 503.80148Q340.69083 503.80148 341.4877 504.6921Q342.3002 505.58273 342.3002 507.08273L342.3002 507.16086Q342.3002 508.08273 341.94083 508.8171Q341.58145 509.55148 340.9252 509.97336Q340.26895 510.3796 339.40958 510.3796Q338.12833 510.3796 337.31583 509.48898Q336.51895 508.58273 336.51895 507.09836L336.51895 507.02023ZM337.6127 507.16086Q337.6127 508.20773 338.09708 508.84836Q338.59708 509.48898 339.40958 509.48898Q340.2377 509.48898 340.72208 508.84836Q341.20645 508.1921 341.20645 507.02023Q341.20645 505.98898 340.70645 505.34836Q340.22208 504.6921 339.39395 504.6921Q338.59708 504.6921 338.09708 505.33273Q337.6127 505.95773 337.6127 507.16086ZM344.34708 510.2546L344.34708 504.7546L343.34708 504.7546L343.34708 503.91086L344.34708 503.91086L344.34708 503.27023Q344.34708 502.23898 344.87833 501.6921Q345.4252 501.1296 346.4252 501.1296Q346.8002 501.1296 347.1752 501.22336L347.1127 502.11398Q346.83145 502.05148 346.53458 502.05148Q346.00333 502.05148 345.70645 502.36398Q345.4252 502.67648 345.4252 503.23898L345.4252 503.91086L346.78458 503.91086L346.78458 504.7546L345.4252 504.7546L345.4252 510.2546L344.34708 510.2546ZM353.87833 504.8796Q353.62833 504.84836 353.34708 504.84836Q352.26895 504.84836 351.89395 505.7546L351.89395 510.2546L350.81583 510.2546L350.81583 503.91086L351.8627 503.91086L351.87833 504.64523Q352.40958 503.80148 353.39395 503.80148Q353.70645 503.80148 353.87833 503.8796L353.87833 504.8796ZM357.44083 510.3796Q356.14395 510.3796 355.33145 509.53586Q354.53458 508.67648 354.53458 507.2546L354.53458 507.0671Q354.53458 506.11398 354.89395 505.3796Q355.25333 504.6296 355.89395 504.22336Q356.5502 503.80148 357.3002 503.80148Q358.53458 503.80148 359.22208 504.61398Q359.90958 505.42648 359.90958 506.9421L359.90958 507.39523L355.6127 507.39523Q355.64395 508.33273 356.15958 508.91086Q356.69083 509.48898 357.50333 509.48898Q358.06583 509.48898 358.45645 509.2546Q358.8627 509.02023 359.1752 508.6296L359.83145 509.14523Q359.03458 510.3796 357.44083 510.3796ZM357.3002 504.6921Q356.64395 504.6921 356.19083 505.17648Q355.75333 505.64523 355.65958 506.5046L358.83145 506.5046L358.83145 506.42648Q358.78458 505.59836 358.37833 505.14523Q357.9877 504.6921 357.3002 504.6921ZM364.50333 508.5671Q364.50333 508.1296 364.15958 507.89523Q363.83145 507.64523 363.00333 507.47336Q362.19083 507.30148 361.70645 507.05148Q361.22208 506.80148 360.9877 506.47336Q360.76895 506.1296 360.76895 505.66086Q360.76895 504.8796 361.4252 504.34836Q362.08145 503.80148 363.1127 503.80148Q364.19083 503.80148 364.84708 504.36398Q365.51895 504.91086 365.51895 505.77023L364.44083 505.77023Q364.44083 505.33273 364.0502 505.02023Q363.6752 504.6921 363.1127 504.6921Q362.51895 504.6921 362.1752 504.95773Q361.84708 505.20773 361.84708 505.61398Q361.84708 506.0046 362.15958 506.20773Q362.47208 506.41086 363.28458 506.59836Q364.09708 506.77023 364.59708 507.02023Q365.09708 507.27023 365.33145 507.6296Q365.58145 507.98898 365.58145 508.48898Q365.58145 509.34836 364.89395 509.86398Q364.22208 510.3796 363.14395 510.3796Q362.37833 510.3796 361.78458 510.11398Q361.20645 509.83273 360.87833 509.34836Q360.5502 508.86398 360.5502 508.30148L361.62833 508.30148Q361.65958 508.84836 362.06583 509.17648Q362.47208 509.48898 363.14395 509.48898Q363.75333 509.48898 364.12833 509.23898Q364.50333 508.98898 364.50333 508.5671ZM372.15958 507.16086Q372.15958 508.59836 371.50333 509.48898Q370.84708 510.3796 369.70645 510.3796Q368.5502 510.3796 367.89395 509.64523L367.89395 512.69214L366.81583 512.69214L366.81583 503.91086L367.8002 503.91086L367.84708 504.61398Q368.51895 503.80148 369.69083 503.80148Q370.83145 503.80148 371.4877 504.66086Q372.15958 505.52023 372.15958 507.05148L372.15958 507.16086ZM371.08145 507.03586Q371.08145 505.95773 370.6127 505.34836Q370.15958 504.72336 369.3627 504.72336Q368.37833 504.72336 367.89395 505.58273L367.89395 508.61398Q368.37833 509.48898 369.37833 509.48898Q370.15958 509.48898 370.6127 508.8796Q371.08145 508.2546 371.08145 507.03586ZM373.51895 507.02023Q373.51895 506.09836 373.87833 505.34836Q374.25333 504.59836 374.90958 504.20773Q375.56583 503.80148 376.39395 503.80148Q377.69083 503.80148 378.4877 504.6921Q379.3002 505.58273 379.3002 507.08273L379.3002 507.16086Q379.3002 508.08273 378.94083 508.8171Q378.58145 509.55148 377.9252 509.97336Q377.26895 510.3796 376.40958 510.3796Q375.12833 510.3796 374.31583 509.48898Q373.51895 508.58273 373.51895 507.09836L373.51895 507.02023ZM374.6127 507.16086Q374.6127 508.20773 375.09708 508.84836Q375.59708 509.48898 376.40958 509.48898Q377.2377 509.48898 377.72208 508.84836Q378.20645 508.1921 378.20645 507.02023Q378.20645 505.98898 377.70645 505.34836Q377.22208 504.6921 376.39395 504.6921Q375.59708 504.6921 375.09708 505.33273Q374.6127 505.95773 374.6127 507.16086ZM381.83145 503.91086L381.8627 504.70773Q382.59708 503.80148 383.76895 503.80148Q385.78458 503.80148 385.8002 506.0671L385.8002 510.2546L384.70645 510.2546L384.70645 506.05148Q384.70645 505.3796 384.39395 505.05148Q384.09708 504.72336 383.44083 504.72336Q382.90958 504.72336 382.50333 505.0046Q382.1127 505.28586 381.89395 505.73898L381.89395 510.2546L380.81583 510.2546L380.81583 503.91086L381.83145 503.91086ZM387.5502 507.03586Q387.5502 505.5671 388.2377 504.6921Q388.9252 503.80148 390.0502 503.80148Q391.15958 503.80148 391.81583 504.55148L391.81583 501.2546L392.89395 501.2546L392.89395 510.2546L391.89395 510.2546L391.84708 509.5671Q391.19083 510.3796 390.03458 510.3796Q388.94083 510.3796 388.2377 509.47336Q387.5502 508.5671 387.5502 507.11398L387.5502 507.03586ZM388.62833 507.16086Q388.62833 508.23898 389.06583 508.84836Q389.51895 509.45773 390.3002 509.45773Q391.33145 509.45773 391.81583 508.52023L391.81583 505.61398Q391.33145 504.72336 390.31583 504.72336Q389.51895 504.72336 389.06583 505.33273Q388.62833 505.9421 388.62833 507.16086ZM397.44083 510.3796Q396.14395 510.3796 395.33145 509.53586Q394.53458 508.67648 394.53458 507.2546L394.53458 507.0671Q394.53458 506.11398 394.89395 505.3796Q395.25333 504.6296 395.89395 504.22336Q396.5502 503.80148 397.3002 503.80148Q398.53458 503.80148 399.22208 504.61398Q399.90958 505.42648 399.90958 506.9421L399.90958 507.39523L395.6127 507.39523Q395.64395 508.33273 396.15958 508.91086Q396.69083 509.48898 397.50333 509.48898Q398.06583 509.48898 398.45645 509.2546Q398.8627 509.02023 399.1752 508.6296L399.83145 509.14523Q399.03458 510.3796 397.44083 510.3796ZM397.3002 504.6921Q396.64395 504.6921 396.19083 505.17648Q395.75333 505.64523 395.65958 506.5046L398.83145 506.5046L398.83145 506.42648Q398.78458 505.59836 398.37833 505.14523Q397.9877 504.6921 397.3002 504.6921ZM401.83145 503.91086L401.8627 504.70773Q402.59708 503.80148 403.76895 503.80148Q405.78458 503.80148 405.8002 506.0671L405.8002 510.2546L404.70645 510.2546L404.70645 506.05148Q404.70645 505.3796 404.39395 505.05148Q404.09708 504.72336 403.44083 504.72336Q402.90958 504.72336 402.50333 505.0046Q402.1127 505.28586 401.89395 505.73898L401.89395 510.2546L400.81583 510.2546L400.81583 503.91086L401.83145 503.91086ZM409.28458 502.3796L409.28458 503.91086L410.45645 503.91086L410.45645 504.7546L409.28458 504.7546L409.28458 508.67648Q409.28458 509.0671 409.44083 509.2546Q409.59708 509.4421 409.97208 509.4421Q410.15958 509.4421 410.4877 509.3796L410.4877 510.2546Q410.06583 510.3796 409.65958 510.3796Q408.94083 510.3796 408.56583 509.9421Q408.19083 509.48898 408.19083 508.67648L408.19083 504.7546L407.03458 504.7546L407.03458 503.91086L408.19083 503.91086L408.19083 502.3796L409.28458 502.3796ZM415.50333 508.5671Q415.50333 508.1296 415.15958 507.89523Q414.83145 507.64523 414.00333 507.47336Q413.19083 507.30148 412.70645 507.05148Q412.22208 506.80148 411.9877 506.47336Q411.76895 506.1296 411.76895 505.66086Q411.76895 504.8796 412.4252 504.34836Q413.08145 503.80148 414.1127 503.80148Q415.19083 503.80148 415.84708 504.36398Q416.51895 504.91086 416.51895 505.77023L415.44083 505.77023Q415.44083 505.33273 415.0502 505.02023Q414.6752 504.6921 414.1127 504.6921Q413.51895 504.6921 413.1752 504.95773Q412.84708 505.20773 412.84708 505.61398Q412.84708 506.0046 413.15958 506.20773Q413.47208 506.41086 414.28458 506.59836Q415.09708 506.77023 415.59708 507.02023Q416.09708 507.27023 416.33145 507.6296Q416.58145 507.98898 416.58145 508.48898Q416.58145 509.34836 415.89395 509.86398Q415.22208 510.3796 414.14395 510.3796Q413.37833 510.3796 412.78458 510.11398Q412.20645 509.83273 411.87833 509.34836Q411.5502 508.86398 411.5502 508.30148L412.62833 508.30148Q412.65958 508.84836 413.06583 509.17648Q413.47208 509.48898 414.14395 509.48898Q414.75333 509.48898 415.12833 509.23898Q415.50333 508.98898 415.50333 508.5671Z" fill-rule="nonzero"/><path fill="#666666" d="M109.390625 73.2392L106.640625 73.2392L106.640625 80.84857L105.53125 80.84857L105.53125 73.2392L102.78125 73.2392L102.78125 72.31732L109.390625 72.31732L109.390625 73.2392ZM112.953125 80.97357Q111.65625 80.97357 110.84375 80.12982Q110.046875 79.27045 110.046875 77.84857L110.046875 77.66107Q110.046875 76.70795 110.40625 75.97357Q110.765625 75.22357 111.40625 74.81732Q112.0625 74.39545 112.8125 74.39545Q114.046875 74.39545 114.734375 75.20795Q115.421875 76.02045 115.421875 77.53607L115.421875 77.9892L111.125 77.9892Q111.15625 78.9267 111.671875 79.50482Q112.203125 80.08295 113.015625 80.08295Q113.578125 80.08295 113.96875 79.84857Q114.375 79.6142 114.6875 79.22357L115.34375 79.7392Q114.546875 80.97357 112.953125 80.97357ZM112.8125 75.28607Q112.15625 75.28607 111.703125 75.77045Q111.265625 76.2392 111.171875 77.09857L114.34375 77.09857L114.34375 77.02045Q114.296875 76.19232 113.890625 75.7392Q113.5 75.28607 112.8125 75.28607ZM118.859375 80.08295Q119.4375 80.08295 119.875 79.7392Q120.3125 79.37982 120.359375 78.84857L121.390625 78.84857Q121.359375 79.39545 121.0 79.89545Q120.65625 80.37982 120.078125 80.6767Q119.515625 80.97357 118.859375 80.97357Q117.5625 80.97357 116.796875 80.1142Q116.046875 79.2392 116.046875 77.7392L116.046875 77.5517Q116.046875 76.62982 116.375 75.91107Q116.71875 75.19232 117.34375 74.8017Q117.984375 74.39545 118.859375 74.39545Q119.921875 74.39545 120.625 75.03607Q121.34375 75.66107 121.390625 76.69232L120.359375 76.69232Q120.3125 76.06732 119.890625 75.6767Q119.46875 75.28607 118.859375 75.28607Q118.03125 75.28607 117.578125 75.87982Q117.125 76.47357 117.125 77.59857L117.125 77.8017Q117.125 78.89545 117.578125 79.4892Q118.03125 80.08295 118.859375 80.08295ZM123.40625 75.27045Q124.125 74.39545 125.28125 74.39545Q127.296875 74.39545 127.3125 76.66107L127.3125 80.84857L126.21875 80.84857L126.21875 76.64545Q126.21875 75.97357 125.90625 75.64545Q125.609375 75.31732 124.953125 75.31732Q124.421875 75.31732 124.015625 75.59857Q123.625 75.87982 123.40625 76.33295L123.40625 80.84857L122.328125 80.84857L122.328125 71.84857L123.40625 71.84857L123.40625 75.27045ZM130.34375 74.50482L130.375 75.3017Q131.10938 74.39545 132.28125 74.39545Q134.29688 74.39545 134.3125 76.66107L134.3125 80.84857L133.21875 80.84857L133.21875 76.64545Q133.21875 75.97357 132.90625 75.64545Q132.60938 75.31732 131.95312 75.31732Q131.42188 75.31732 131.01562 75.59857Q130.625 75.87982 130.40625 76.33295L130.40625 80.84857L129.32812 80.84857L129.32812 74.50482L130.34375 74.50482ZM136.03125 77.6142Q136.03125 76.69232 136.39062 75.94232Q136.76562 75.19232 137.42188 74.8017Q138.07812 74.39545 138.90625 74.39545Q140.20312 74.39545 141.0 75.28607Q141.8125 76.1767 141.8125 77.6767L141.8125 77.75482Q141.8125 78.6767 141.45312 79.41107Q141.09375 80.14545 140.4375 80.56732Q139.78125 80.97357 138.92188 80.97357Q137.64062 80.97357 136.82812 80.08295Q136.03125 79.1767 136.03125 77.69232L136.03125 77.6142ZM137.125 77.75482Q137.125 78.8017 137.60938 79.44232Q138.10938 80.08295 138.92188 80.08295Q139.75 80.08295 140.23438 79.44232Q140.71875 78.78607 140.71875 77.6142Q140.71875 76.58295 140.21875 75.94232Q139.73438 75.28607 138.90625 75.28607Q138.10938 75.28607 137.60938 75.9267Q137.125 76.5517 137.125 77.75482ZM144.5 80.84857L143.42188 80.84857L143.42188 71.84857L144.5 71.84857L144.5 80.84857ZM146.03125 77.6142Q146.03125 76.69232 146.39062 75.94232Q146.76562 75.19232 147.42188 74.8017Q148.07812 74.39545 148.90625 74.39545Q150.20312 74.39545 151.0 75.28607Q151.8125 76.1767 151.8125 77.6767L151.8125 77.75482Q151.8125 78.6767 151.45312 79.41107Q151.09375 80.14545 150.4375 80.56732Q149.78125 80.97357 148.92188 80.97357Q147.64062 80.97357 146.82812 80.08295Q146.03125 79.1767 146.03125 77.69232L146.03125 77.6142ZM147.125 77.75482Q147.125 78.8017 147.60938 79.44232Q148.10938 80.08295 148.92188 80.08295Q149.75 80.08295 150.23438 79.44232Q150.71875 78.78607 150.71875 77.6142Q150.71875 76.58295 150.21875 75.94232Q149.73438 75.28607 148.90625 75.28607Q148.10938 75.28607 147.60938 75.9267Q147.125 76.5517 147.125 77.75482ZM153.0625 77.62982Q153.0625 76.14545 153.75 75.27045Q154.4375 74.39545 155.5625 74.39545Q156.71875 74.39545 157.375 75.20795L157.42188 74.50482L158.42188 74.50482L158.42188 80.69232Q158.42188 81.9267 157.6875 82.62982Q156.95312 83.34857 155.73438 83.34857Q155.04688 83.34857 154.39062 83.0517Q153.73438 82.75482 153.39062 82.25482L153.95312 81.59857Q154.64062 82.45795 155.65625 82.45795Q156.4375 82.45795 156.875 82.00482Q157.32812 81.56732 157.32812 80.75482L157.32812 80.20795Q156.67188 80.97357 155.54688 80.97357Q154.4375 80.97357 153.75 80.08295Q153.0625 79.1767 153.0625 77.62982ZM154.15625 77.75482Q154.15625 78.81732 154.59375 79.44232Q155.03125 80.0517 155.82812 80.0517Q156.84375 80.0517 157.32812 79.1142L157.32812 76.22357Q156.82812 75.31732 155.82812 75.31732Q155.04688 75.31732 154.59375 75.9267Q154.15625 76.53607 154.15625 77.75482ZM162.39062 79.25482L163.875 74.50482L165.03125 74.50482L162.48438 81.83295Q161.89062 83.41107 160.60938 83.41107L160.39062 83.39545L160.0 83.31732L160.0 82.44232L160.28125 82.45795Q160.84375 82.45795 161.14062 82.2392Q161.45312 82.02045 161.65625 81.4267L161.89062 80.77045L159.625 74.50482L160.8125 74.50482L162.39062 79.25482Z" fill-rule="nonzero"/><path fill="#666666" d="M75.203125 110.9392L71.609375 110.9392L71.609375 114.70483L70.484375 114.70483L70.484375 106.17358L75.78125 106.17358L75.78125 107.09545L71.609375 107.09545L71.609375 110.01733L75.203125 110.01733L75.203125 110.9392ZM78.5 114.70483L77.421875 114.70483L77.421875 108.36108L78.5 108.36108L78.5 114.70483ZM77.328125 106.6892Q77.328125 106.42358 77.484375 106.23608Q77.65625 106.04858 77.96875 106.04858Q78.28125 106.04858 78.4375 106.23608Q78.609375 106.42358 78.609375 106.6892Q78.609375 106.9392 78.4375 107.1267Q78.28125 107.29858 77.96875 107.29858Q77.65625 107.29858 77.484375 107.1267Q77.328125 106.9392 77.328125 106.6892ZM81.34375 108.36108L81.375 109.15795Q82.109375 108.2517 83.28125 108.2517Q85.296875 108.2517 85.3125 110.51733L85.3125 114.70483L84.21875 114.70483L84.21875 110.5017Q84.21875 109.82983 83.90625 109.5017Q83.609375 109.17358 82.953125 109.17358Q82.421875 109.17358 82.015625 109.45483Q81.625 109.73608 81.40625 110.1892L81.40625 114.70483L80.328125 114.70483L80.328125 108.36108L81.34375 108.36108ZM91.234375 114.70483Q91.140625 114.51733 91.078125 114.03295Q90.328125 114.82983 89.28125 114.82983Q88.34375 114.82983 87.734375 114.29858Q87.140625 113.76733 87.140625 112.9392Q87.140625 111.95483 87.890625 111.40795Q88.640625 110.86108 90.015625 110.86108L91.0625 110.86108L91.0625 110.36108Q91.0625 109.79858 90.71875 109.47045Q90.390625 109.1267 89.71875 109.1267Q89.140625 109.1267 88.75 109.42358Q88.359375 109.70483 88.359375 110.1267L87.265625 110.1267Q87.265625 109.64233 87.59375 109.20483Q87.9375 108.76733 88.515625 108.51733Q89.09375 108.2517 89.78125 108.2517Q90.890625 108.2517 91.5 108.79858Q92.125 109.34545 92.15625 110.29858L92.15625 113.22045Q92.15625 114.09545 92.375 114.61108L92.375 114.70483L91.234375 114.70483ZM89.4375 113.8767Q89.953125 113.8767 90.40625 113.61108Q90.859375 113.34545 91.0625 112.92358L91.0625 111.6267L90.21875 111.6267Q88.21875 111.6267 88.21875 112.79858Q88.21875 113.29858 88.5625 113.59545Q88.90625 113.8767 89.4375 113.8767ZM95.34375 108.36108L95.375 109.15795Q96.109375 108.2517 97.28125 108.2517Q99.296875 108.2517 99.3125 110.51733L99.3125 114.70483L98.21875 114.70483L98.21875 110.5017Q98.21875 109.82983 97.90625 109.5017Q97.609375 109.17358 96.953125 109.17358Q96.421875 109.17358 96.015625 109.45483Q95.625 109.73608 95.40625 110.1892L95.40625 114.70483L94.328125 114.70483L94.328125 108.36108L95.34375 108.36108ZM103.859375 113.9392Q104.4375 113.9392 104.875 113.59545Q105.3125 113.23608 105.359375 112.70483L106.390625 112.70483Q106.359375 113.2517 106.0 113.7517Q105.65625 114.23608 105.078125 114.53295Q104.515625 114.82983 103.859375 114.82983Q102.5625 114.82983 101.796875 113.97045Q101.046875 113.09545 101.046875 111.59545L101.046875 111.40795Q101.046875 110.48608 101.375 109.76733Q101.71875 109.04858 102.34375 108.65795Q102.984375 108.2517 103.859375 108.2517Q104.921875 108.2517 105.625 108.89233Q106.34375 109.51733 106.390625 110.54858L105.359375 110.54858Q105.3125 109.92358 104.890625 109.53295Q104.46875 109.14233 103.859375 109.14233Q103.03125 109.14233 102.578125 109.73608Q102.125 110.32983 102.125 111.45483L102.125 111.65795Q102.125 112.7517 102.578125 113.34545Q103.03125 113.9392 103.859375 113.9392ZM108.5 114.70483L107.421875 114.70483L107.421875 108.36108L108.5 108.36108L108.5 114.70483ZM107.328125 106.6892Q107.328125 106.42358 107.484375 106.23608Q107.65625 106.04858 107.96875 106.04858Q108.28125 106.04858 108.4375 106.23608Q108.609375 106.42358 108.609375 106.6892Q108.609375 106.9392 108.4375 107.1267Q108.28125 107.29858 107.96875 107.29858Q107.65625 107.29858 107.484375 107.1267Q107.328125 106.9392 107.328125 106.6892ZM114.234375 114.70483Q114.140625 114.51733 114.078125 114.03295Q113.328125 114.82983 112.28125 114.82983Q111.34375 114.82983 110.734375 114.29858Q110.140625 113.76733 110.140625 112.9392Q110.140625 111.95483 110.890625 111.40795Q111.640625 110.86108 113.015625 110.86108L114.0625 110.86108L114.0625 110.36108Q114.0625 109.79858 113.71875 109.47045Q113.390625 109.1267 112.71875 109.1267Q112.140625 109.1267 111.75 109.42358Q111.359375 109.70483 111.359375 110.1267L110.265625 110.1267Q110.265625 109.64233 110.59375 109.20483Q110.9375 108.76733 111.515625 108.51733Q112.09375 108.2517 112.78125 108.2517Q113.890625 108.2517 114.5 108.79858Q115.125 109.34545 115.15625 110.29858L115.15625 113.22045Q115.15625 114.09545 115.375 114.61108L115.375 114.70483L114.234375 114.70483ZM112.4375 113.8767Q112.953125 113.8767 113.40625 113.61108Q113.859375 113.34545 114.0625 112.92358L114.0625 111.6267L113.21875 111.6267Q111.21875 111.6267 111.21875 112.79858Q111.21875 113.29858 111.5625 113.59545Q111.90625 113.8767 112.4375 113.8767ZM118.5 114.70483L117.421875 114.70483L117.421875 105.70483L118.5 105.70483L118.5 114.70483ZM127.015625 113.01733Q127.015625 112.57983 126.671875 112.34545Q126.34375 112.09545 125.515625 111.92358Q124.703125 111.7517 124.21875 111.5017Q123.734375 111.2517 123.5 110.92358Q123.28125 110.57983 123.28125 110.11108Q123.28125 109.32983 123.9375 108.79858Q124.59375 108.2517 125.625 108.2517Q126.703125 108.2517 127.359375 108.8142Q128.03125 109.36108 128.03125 110.22045L126.953125 110.22045Q126.953125 109.78295 126.5625 109.47045Q126.1875 109.14233 125.625 109.14233Q125.03125 109.14233 124.6875 109.40795Q124.359375 109.65795 124.359375 110.0642Q124.359375 110.45483 124.671875 110.65795Q124.984375 110.86108 125.796875 111.04858Q126.609375 111.22045 127.109375 111.47045Q127.609375 111.72045 127.84375 112.07983Q128.09375 112.4392 128.09375 112.9392Q128.09375 113.79858 127.40625 114.3142Q126.734375 114.82983 125.65625 114.82983Q124.890625 114.82983 124.296875 114.5642Q123.71875 114.28295 123.390625 113.79858Q123.0625 113.3142 123.0625 112.7517L124.140625 112.7517Q124.171875 113.29858 124.578125 113.6267Q124.984375 113.9392 125.65625 113.9392Q126.265625 113.9392 126.640625 113.6892Q127.015625 113.4392 127.015625 113.01733ZM131.95312 114.82983Q130.65625 114.82983 129.84375 113.98608Q129.04688 113.1267 129.04688 111.70483L129.04688 111.51733Q129.04688 110.5642 129.40625 109.82983Q129.76562 109.07983 130.40625 108.67358Q131.0625 108.2517 131.8125 108.2517Q133.04688 108.2517 133.73438 109.0642Q134.42188 109.8767 134.42188 111.39233L134.42188 111.84545L130.125 111.84545Q130.15625 112.78295 130.67188 113.36108Q131.20312 113.9392 132.01562 113.9392Q132.57812 113.9392 132.96875 113.70483Q133.375 113.47045 133.6875 113.07983L134.34375 113.59545Q133.54688 114.82983 131.95312 114.82983ZM131.8125 109.14233Q131.15625 109.14233 130.70312 109.6267Q130.26562 110.09545 130.17188 110.95483L133.34375 110.95483L133.34375 110.8767Q133.29688 110.04858 132.89062 109.59545Q132.5 109.14233 131.8125 109.14233ZM138.39062 109.32983Q138.14062 109.29858 137.85938 109.29858Q136.78125 109.29858 136.40625 110.20483L136.40625 114.70483L135.32812 114.70483L135.32812 108.36108L136.375 108.36108L136.39062 109.09545Q136.92188 108.2517 137.90625 108.2517Q138.21875 108.2517 138.39062 108.32983L138.39062 109.32983ZM141.40625 113.23608L142.98438 108.36108L144.09375 108.36108L141.8125 114.70483L140.98438 114.70483L138.6875 108.36108L139.79688 108.36108L141.40625 113.23608ZM146.5 114.70483L145.42188 114.70483L145.42188 108.36108L146.5 108.36108L146.5 114.70483ZM145.32812 106.6892Q145.32812 106.42358 145.48438 106.23608Q145.65625 106.04858 145.96875 106.04858Q146.28125 106.04858 146.4375 106.23608Q146.60938 106.42358 146.60938 106.6892Q146.60938 106.9392 146.4375 107.1267Q146.28125 107.29858 145.96875 107.29858Q145.65625 107.29858 145.48438 107.1267Q145.32812 106.9392 145.32812 106.6892ZM150.85938 113.9392Q151.4375 113.9392 151.875 113.59545Q152.3125 113.23608 152.35938 112.70483L153.39062 112.70483Q153.35938 113.2517 153.0 113.7517Q152.65625 114.23608 152.07812 114.53295Q151.51562 114.82983 150.85938 114.82983Q149.5625 114.82983 148.79688 113.97045Q148.04688 113.09545 148.04688 111.59545L148.04688 111.40795Q148.04688 110.48608 148.375 109.76733Q148.71875 109.04858 149.34375 108.65795Q149.98438 108.2517 150.85938 108.2517Q151.92188 108.2517 152.625 108.89233Q153.34375 109.51733 153.39062 110.54858L152.35938 110.54858Q152.3125 109.92358 151.89062 109.53295Q151.46875 109.14233 150.85938 109.14233Q150.03125 109.14233 149.57812 109.73608Q149.125 110.32983 149.125 111.45483L149.125 111.65795Q149.125 112.7517 149.57812 113.34545Q150.03125 113.9392 150.85938 113.9392ZM156.95312 114.82983Q155.65625 114.82983 154.84375 113.98608Q154.04688 113.1267 154.04688 111.70483L154.04688 111.51733Q154.04688 110.5642 154.40625 109.82983Q154.76562 109.07983 155.40625 108.67358Q156.0625 108.2517 156.8125 108.2517Q158.04688 108.2517 158.73438 109.0642Q159.42188 109.8767 159.42188 111.39233L159.42188 111.84545L155.125 111.84545Q155.15625 112.78295 155.67188 113.36108Q156.20312 113.9392 157.01562 113.9392Q157.57812 113.9392 157.96875 113.70483Q158.375 113.47045 158.6875 113.07983L159.34375 113.59545Q158.54688 114.82983 156.95312 114.82983ZM156.8125 109.14233Q156.15625 109.14233 155.70312 109.6267Q155.26562 110.09545 155.17188 110.95483L158.34375 110.95483L158.34375 110.8767Q158.29688 110.04858 157.89062 109.59545Q157.5 109.14233 156.8125 109.14233ZM164.01562 113.01733Q164.01562 112.57983 163.67188 112.34545Q163.34375 112.09545 162.51562 111.92358Q161.70312 111.7517 161.21875 111.5017Q160.73438 111.2517 160.5 110.92358Q160.28125 110.57983 160.28125 110.11108Q160.28125 109.32983 160.9375 108.79858Q161.59375 108.2517 162.625 108.2517Q163.70312 108.2517 164.35938 108.8142Q165.03125 109.36108 165.03125 110.22045L163.95312 110.22045Q163.95312 109.78295 163.5625 109.47045Q163.1875 109.14233 162.625 109.14233Q162.03125 109.14233 161.6875 109.40795Q161.35938 109.65795 161.35938 110.0642Q161.35938 110.45483 161.67188 110.65795Q161.98438 110.86108 162.79688 111.04858Q163.60938 111.22045 164.10938 111.47045Q164.60938 111.72045 164.84375 112.07983Q165.09375 112.4392 165.09375 112.9392Q165.09375 113.79858 164.40625 114.3142Q163.73438 114.82983 162.65625 114.82983Q161.89062 114.82983 161.29688 114.5642Q160.71875 114.28295 160.39062 113.79858Q160.0625 113.3142 160.0625 112.7517L161.14062 112.7517Q161.17188 113.29858 161.57812 113.6267Q161.98438 113.9392 162.65625 113.9392Q163.26562 113.9392 163.64062 113.6892Q164.01562 113.4392 164.01562 113.01733Z" fill-rule="nonzero"/><path fill="#666666" d="M81.9375 140.02983L84.734375 146.98296L87.515625 140.02983L88.984375 140.02983L88.984375 148.56108L87.859375 148.56108L87.859375 145.23296L87.96875 141.65483L85.15625 148.56108L84.296875 148.56108L81.5 141.67046L81.609375 145.23296L81.609375 148.56108L80.484375 148.56108L80.484375 140.02983L81.9375 140.02983ZM92.953125 148.68608Q91.65625 148.68608 90.84375 147.84233Q90.046875 146.98296 90.046875 145.56108L90.046875 145.37358Q90.046875 144.42046 90.40625 143.68608Q90.765625 142.93608 91.40625 142.52983Q92.0625 142.10796 92.8125 142.10796Q94.046875 142.10796 94.734375 142.92046Q95.421875 143.73296 95.421875 145.24858L95.421875 145.7017L91.125 145.7017Q91.15625 146.6392 91.671875 147.21733Q92.203125 147.79546 93.015625 147.79546Q93.578125 147.79546 93.96875 147.56108Q94.375 147.3267 94.6875 146.93608L95.34375 147.4517Q94.546875 148.68608 92.953125 148.68608ZM92.8125 142.99858Q92.15625 142.99858 91.703125 143.48296Q91.265625 143.9517 91.171875 144.81108L94.34375 144.81108L94.34375 144.73296Q94.296875 143.90483 93.890625 143.4517Q93.5 142.99858 92.8125 142.99858ZM96.0625 145.34233Q96.0625 143.87358 96.75 142.99858Q97.4375 142.10796 98.5625 142.10796Q99.671875 142.10796 100.328125 142.85796L100.328125 139.56108L101.40625 139.56108L101.40625 148.56108L100.40625 148.56108L100.359375 147.87358Q99.703125 148.68608 98.546875 148.68608Q97.453125 148.68608 96.75 147.77983Q96.0625 146.87358 96.0625 145.42046L96.0625 145.34233ZM97.140625 145.46733Q97.140625 146.54546 97.578125 147.15483Q98.03125 147.7642 98.8125 147.7642Q99.84375 147.7642 100.328125 146.8267L100.328125 143.92046Q99.84375 143.02983 98.828125 143.02983Q98.03125 143.02983 97.578125 143.6392Q97.140625 144.24858 97.140625 145.46733ZM104.5 148.56108L103.421875 148.56108L103.421875 142.21733L104.5 142.21733L104.5 148.56108ZM103.328125 140.54546Q103.328125 140.27983 103.484375 140.09233Q103.65625 139.90483 103.96875 139.90483Q104.28125 139.90483 104.4375 140.09233Q104.609375 140.27983 104.609375 140.54546Q104.609375 140.79546 104.4375 140.98296Q104.28125 141.15483 103.96875 141.15483Q103.65625 141.15483 103.484375 140.98296Q103.328125 140.79546 103.328125 140.54546ZM110.234375 148.56108Q110.140625 148.37358 110.078125 147.8892Q109.328125 148.68608 108.28125 148.68608Q107.34375 148.68608 106.734375 148.15483Q106.140625 147.62358 106.140625 146.79546Q106.140625 145.81108 106.890625 145.2642Q107.640625 144.71733 109.015625 144.71733L110.0625 144.71733L110.0625 144.21733Q110.0625 143.65483 109.71875 143.3267Q109.390625 142.98296 108.71875 142.98296Q108.140625 142.98296 107.75 143.27983Q107.359375 143.56108 107.359375 143.98296L106.265625 143.98296Q106.265625 143.49858 106.59375 143.06108Q106.9375 142.62358 107.515625 142.37358Q108.09375 142.10796 108.78125 142.10796Q109.890625 142.10796 110.5 142.65483Q111.125 143.2017 111.15625 144.15483L111.15625 147.0767Q111.15625 147.9517 111.375 148.46733L111.375 148.56108L110.234375 148.56108ZM108.4375 147.73296Q108.953125 147.73296 109.40625 147.46733Q109.859375 147.2017 110.0625 146.77983L110.0625 145.48296L109.21875 145.48296Q107.21875 145.48296 107.21875 146.65483Q107.21875 147.15483 107.5625 147.4517Q107.90625 147.73296 108.4375 147.73296ZM116.53125 149.29546L115.609375 149.29546L119.171875 140.02983L120.09375 140.02983L116.53125 149.29546ZM124.0625 145.34233Q124.0625 143.85796 124.75 142.98296Q125.4375 142.10796 126.5625 142.10796Q127.71875 142.10796 128.375 142.92046L128.42188 142.21733L129.42188 142.21733L129.42188 148.40483Q129.42188 149.6392 128.6875 150.34233Q127.953125 151.06108 126.734375 151.06108Q126.046875 151.06108 125.390625 150.7642Q124.734375 150.46733 124.390625 149.96733L124.953125 149.31108Q125.640625 150.17046 126.65625 150.17046Q127.4375 150.17046 127.875 149.71733Q128.32812 149.27983 128.32812 148.46733L128.32812 147.92046Q127.671875 148.68608 126.546875 148.68608Q125.4375 148.68608 124.75 147.79546Q124.0625 146.8892 124.0625 145.34233ZM125.15625 145.46733Q125.15625 146.52983 125.59375 147.15483Q126.03125 147.7642 126.828125 147.7642Q127.84375 147.7642 128.32812 146.8267L128.32812 143.93608Q127.828125 143.02983 126.828125 143.02983Q126.046875 143.02983 125.59375 143.6392Q125.15625 144.24858 125.15625 145.46733ZM135.23438 148.56108Q135.14062 148.37358 135.07812 147.8892Q134.32812 148.68608 133.28125 148.68608Q132.34375 148.68608 131.73438 148.15483Q131.14062 147.62358 131.14062 146.79546Q131.14062 145.81108 131.89062 145.2642Q132.64062 144.71733 134.01562 144.71733L135.0625 144.71733L135.0625 144.21733Q135.0625 143.65483 134.71875 143.3267Q134.39062 142.98296 133.71875 142.98296Q133.14062 142.98296 132.75 143.27983Q132.35938 143.56108 132.35938 143.98296L131.26562 143.98296Q131.26562 143.49858 131.59375 143.06108Q131.9375 142.62358 132.51562 142.37358Q133.09375 142.10796 133.78125 142.10796Q134.89062 142.10796 135.5 142.65483Q136.125 143.2017 136.15625 144.15483L136.15625 147.0767Q136.15625 147.9517 136.375 148.46733L136.375 148.56108L135.23438 148.56108ZM133.4375 147.73296Q133.95312 147.73296 134.40625 147.46733Q134.85938 147.2017 135.0625 146.77983L135.0625 145.48296L134.21875 145.48296Q132.21875 145.48296 132.21875 146.65483Q132.21875 147.15483 132.5625 147.4517Q132.90625 147.73296 133.4375 147.73296ZM139.34375 142.21733L139.375 142.92046Q140.0625 142.10796 141.25 142.10796Q142.57812 142.10796 143.0625 143.12358Q143.375 142.67046 143.875 142.3892Q144.39062 142.10796 145.07812 142.10796Q147.17188 142.10796 147.20312 144.31108L147.20312 148.56108L146.125 148.56108L146.125 144.37358Q146.125 143.7017 145.8125 143.37358Q145.5 143.02983 144.76562 143.02983Q144.15625 143.02983 143.75 143.3892Q143.35938 143.74858 143.29688 144.35796L143.29688 148.56108L142.21875 148.56108L142.21875 144.40483Q142.21875 143.02983 140.85938 143.02983Q139.79688 143.02983 139.40625 143.93608L139.40625 148.56108L138.3125 148.56108L138.3125 142.21733L139.34375 142.21733ZM150.5 148.56108L149.42188 148.56108L149.42188 142.21733L150.5 142.21733L150.5 148.56108ZM149.32812 140.54546Q149.32812 140.27983 149.48438 140.09233Q149.65625 139.90483 149.96875 139.90483Q150.28125 139.90483 150.4375 140.09233Q150.60938 140.27983 150.60938 140.54546Q150.60938 140.79546 150.4375 140.98296Q150.28125 141.15483 149.96875 141.15483Q149.65625 141.15483 149.48438 140.98296Q149.32812 140.79546 149.32812 140.54546ZM153.34375 142.21733L153.375 143.0142Q154.10938 142.10796 155.28125 142.10796Q157.29688 142.10796 157.3125 144.37358L157.3125 148.56108L156.21875 148.56108L156.21875 144.35796Q156.21875 143.68608 155.90625 143.35796Q155.60938 143.02983 154.95312 143.02983Q154.42188 143.02983 154.01562 143.31108Q153.625 143.59233 153.40625 144.04546L153.40625 148.56108L152.32812 148.56108L152.32812 142.21733L153.34375 142.21733ZM159.0625 145.34233Q159.0625 143.85796 159.75 142.98296Q160.4375 142.10796 161.5625 142.10796Q162.71875 142.10796 163.375 142.92046L163.42188 142.21733L164.42188 142.21733L164.42188 148.40483Q164.42188 149.6392 163.6875 150.34233Q162.95312 151.06108 161.73438 151.06108Q161.04688 151.06108 160.39062 150.7642Q159.73438 150.46733 159.39062 149.96733L159.95312 149.31108Q160.64062 150.17046 161.65625 150.17046Q162.4375 150.17046 162.875 149.71733Q163.32812 149.27983 163.32812 148.46733L163.32812 147.92046Q162.67188 148.68608 161.54688 148.68608Q160.4375 148.68608 159.75 147.79546Q159.0625 146.8892 159.0625 145.34233ZM160.15625 145.46733Q160.15625 146.52983 160.59375 147.15483Q161.03125 147.7642 161.82812 147.7642Q162.84375 147.7642 163.32812 146.8267L163.32812 143.93608Q162.82812 143.02983 161.82812 143.02983Q161.04688 143.02983 160.59375 143.6392Q160.15625 144.24858 160.15625 145.46733Z" fill-rule="nonzero"/><path fill="#666666" d="M74.625 171.46422L72.609375 171.46422L72.609375 174.91734L71.484375 174.91734L71.484375 166.3861L74.3125 166.3861Q75.75 166.3861 76.515625 167.04234Q77.296875 167.6986 77.296875 168.9486Q77.296875 169.74547 76.859375 170.33922Q76.4375 170.93297 75.671875 171.22984L77.671875 174.83922L77.671875 174.91734L76.46875 174.91734L74.625 171.46422ZM72.609375 170.54234L74.34375 170.54234Q75.1875 170.54234 75.671875 170.12047Q76.171875 169.68297 76.171875 168.9486Q76.171875 168.16734 75.703125 167.74547Q75.234375 167.3236 74.34375 167.30797L72.609375 167.30797L72.609375 170.54234ZM80.953125 175.04234Q79.65625 175.04234 78.84375 174.1986Q78.046875 173.33922 78.046875 171.91734L78.046875 171.72984Q78.046875 170.77672 78.40625 170.04234Q78.765625 169.29234 79.40625 168.8861Q80.0625 168.46422 80.8125 168.46422Q82.046875 168.46422 82.734375 169.27672Q83.421875 170.08922 83.421875 171.60484L83.421875 172.05797L79.125 172.05797Q79.15625 172.99547 79.671875 173.5736Q80.203125 174.15172 81.015625 174.15172Q81.578125 174.15172 81.96875 173.91734Q82.375 173.68297 82.6875 173.29234L83.34375 173.80797Q82.546875 175.04234 80.953125 175.04234ZM80.8125 169.35484Q80.15625 169.35484 79.703125 169.83922Q79.265625 170.30797 79.171875 171.16734L82.34375 171.16734L82.34375 171.08922Q82.296875 170.2611 81.890625 169.80797Q81.5 169.35484 80.8125 169.35484ZM85.796875 167.04234L85.796875 168.5736L86.96875 168.5736L86.96875 169.41734L85.796875 169.41734L85.796875 173.33922Q85.796875 173.72984 85.953125 173.91734Q86.109375 174.10484 86.484375 174.10484Q86.671875 174.10484 87.0 174.04234L87.0 174.91734Q86.578125 175.04234 86.171875 175.04234Q85.453125 175.04234 85.078125 174.60484Q84.703125 174.15172 84.703125 173.33922L84.703125 169.41734L83.546875 169.41734L83.546875 168.5736L84.703125 168.5736L84.703125 167.04234L85.796875 167.04234ZM92.234375 174.91734Q92.140625 174.72984 92.078125 174.24547Q91.328125 175.04234 90.28125 175.04234Q89.34375 175.04234 88.734375 174.5111Q88.140625 173.97984 88.140625 173.15172Q88.140625 172.16734 88.890625 171.62047Q89.640625 171.0736 91.015625 171.0736L92.0625 171.0736L92.0625 170.5736Q92.0625 170.0111 91.71875 169.68297Q91.390625 169.33922 90.71875 169.33922Q90.140625 169.33922 89.75 169.6361Q89.359375 169.91734 89.359375 170.33922L88.265625 170.33922Q88.265625 169.85484 88.59375 169.41734Q88.9375 168.97984 89.515625 168.72984Q90.09375 168.46422 90.78125 168.46422Q91.890625 168.46422 92.5 169.0111Q93.125 169.55797 93.15625 170.5111L93.15625 173.43297Q93.15625 174.30797 93.375 174.8236L93.375 174.91734L92.234375 174.91734ZM90.4375 174.08922Q90.953125 174.08922 91.40625 173.8236Q91.859375 173.55797 92.0625 173.1361L92.0625 171.83922L91.21875 171.83922Q89.21875 171.83922 89.21875 173.0111Q89.21875 173.5111 89.5625 173.80797Q89.90625 174.08922 90.4375 174.08922ZM96.5 174.91734L95.421875 174.91734L95.421875 168.5736L96.5 168.5736L96.5 174.91734ZM95.328125 166.90172Q95.328125 166.6361 95.484375 166.4486Q95.65625 166.2611 95.96875 166.2611Q96.28125 166.2611 96.4375 166.4486Q96.609375 166.6361 96.609375 166.90172Q96.609375 167.15172 96.4375 167.33922Q96.28125 167.5111 95.96875 167.5111Q95.65625 167.5111 95.484375 167.33922Q95.328125 167.15172 95.328125 166.90172ZM99.5 174.91734L98.421875 174.91734L98.421875 165.91734L99.5 165.91734L99.5 174.91734ZM104.53125 175.65172L103.609375 175.65172L107.171875 166.3861L108.09375 166.3861L104.53125 175.65172ZM114.859375 174.15172Q115.4375 174.15172 115.875 173.80797Q116.3125 173.4486 116.359375 172.91734L117.390625 172.91734Q117.359375 173.46422 117.0 173.96422Q116.65625 174.4486 116.078125 174.74547Q115.515625 175.04234 114.859375 175.04234Q113.5625 175.04234 112.796875 174.18297Q112.046875 173.30797 112.046875 171.80797L112.046875 171.62047Q112.046875 170.6986 112.375 169.97984Q112.71875 169.2611 113.34375 168.87047Q113.984375 168.46422 114.859375 168.46422Q115.921875 168.46422 116.625 169.10484Q117.34375 169.72984 117.390625 170.7611L116.359375 170.7611Q116.3125 170.1361 115.890625 169.74547Q115.46875 169.35484 114.859375 169.35484Q114.03125 169.35484 113.578125 169.9486Q113.125 170.54234 113.125 171.66734L113.125 171.87047Q113.125 172.96422 113.578125 173.55797Q114.03125 174.15172 114.859375 174.15172ZM118.03125 171.68297Q118.03125 170.7611 118.390625 170.0111Q118.765625 169.2611 119.421875 168.87047Q120.078125 168.46422 120.90625 168.46422Q122.203125 168.46422 123.0 169.35484Q123.8125 170.24547 123.8125 171.74547L123.8125 171.8236Q123.8125 172.74547 123.453125 173.47984Q123.09375 174.21422 122.4375 174.6361Q121.78125 175.04234 120.921875 175.04234Q119.640625 175.04234 118.828125 174.15172Q118.03125 173.24547 118.03125 171.7611L118.03125 171.68297ZM119.125 171.8236Q119.125 172.87047 119.609375 173.5111Q120.109375 174.15172 120.921875 174.15172Q121.75 174.15172 122.234375 173.5111Q122.71875 172.85484 122.71875 171.68297Q122.71875 170.65172 122.21875 170.0111Q121.734375 169.35484 120.90625 169.35484Q120.109375 169.35484 119.609375 169.99547Q119.125 170.62047 119.125 171.8236ZM126.34375 168.5736L126.375 169.37047Q127.109375 168.46422 128.28125 168.46422Q130.29688 168.46422 130.3125 170.72984L130.3125 174.91734L129.21875 174.91734L129.21875 170.71422Q129.21875 170.04234 128.90625 169.71422Q128.60938 169.3861 127.953125 169.3861Q127.421875 169.3861 127.015625 169.66734Q126.625 169.9486 126.40625 170.40172L126.40625 174.91734L125.328125 174.91734L125.328125 168.5736L126.34375 168.5736ZM136.01562 173.22984Q136.01562 172.79234 135.67188 172.55797Q135.34375 172.30797 134.51562 172.1361Q133.70312 171.96422 133.21875 171.71422Q132.73438 171.46422 132.5 171.1361Q132.28125 170.79234 132.28125 170.3236Q132.28125 169.54234 132.9375 169.0111Q133.59375 168.46422 134.625 168.46422Q135.70312 168.46422 136.35938 169.02672Q137.03125 169.5736 137.03125 170.43297L135.95312 170.43297Q135.95312 169.99547 135.5625 169.68297Q135.1875 169.35484 134.625 169.35484Q134.03125 169.35484 133.6875 169.62047Q133.35938 169.87047 133.35938 170.27672Q133.35938 170.66734 133.67188 170.87047Q133.98438 171.0736 134.79688 171.2611Q135.60938 171.43297 136.10938 171.68297Q136.60938 171.93297 136.84375 172.29234Q137.09375 172.65172 137.09375 173.15172Q137.09375 174.0111 136.40625 174.52672Q135.73438 175.04234 134.65625 175.04234Q133.89062 175.04234 133.29688 174.77672Q132.71875 174.49547 132.39062 174.0111Q132.0625 173.52672 132.0625 172.96422L133.14062 172.96422Q133.17188 173.5111 133.57812 173.83922Q133.98438 174.15172 134.65625 174.15172Q135.26562 174.15172 135.64062 173.90172Q136.01562 173.65172 136.01562 173.22984ZM142.23438 174.29234Q141.60938 175.04234 140.375 175.04234Q139.35938 175.04234 138.82812 174.4486Q138.29688 173.85484 138.29688 172.6986L138.29688 168.5736L139.375 168.5736L139.375 172.66734Q139.375 174.12047 140.54688 174.12047Q141.79688 174.12047 142.20312 173.18297L142.20312 168.5736L143.29688 168.5736L143.29688 174.91734L142.26562 174.91734L142.23438 174.29234ZM146.34375 168.5736L146.375 169.27672Q147.0625 168.46422 148.25 168.46422Q149.57812 168.46422 150.0625 169.47984Q150.375 169.02672 150.875 168.74547Q151.39062 168.46422 152.07812 168.46422Q154.17188 168.46422 154.20312 170.66734L154.20312 174.91734L153.125 174.91734L153.125 170.72984Q153.125 170.05797 152.8125 169.72984Q152.5 169.3861 151.76562 169.3861Q151.15625 169.3861 150.75 169.74547Q150.35938 170.10484 150.29688 170.71422L150.29688 174.91734L149.21875 174.91734L149.21875 170.7611Q149.21875 169.3861 147.85938 169.3861Q146.79688 169.3861 146.40625 170.29234L146.40625 174.91734L145.3125 174.91734L145.3125 168.5736L146.34375 168.5736ZM158.95312 175.04234Q157.65625 175.04234 156.84375 174.1986Q156.04688 173.33922 156.04688 171.91734L156.04688 171.72984Q156.04688 170.77672 156.40625 170.04234Q156.76562 169.29234 157.40625 168.8861Q158.0625 168.46422 158.8125 168.46422Q160.04688 168.46422 160.73438 169.27672Q161.42188 170.08922 161.42188 171.60484L161.42188 172.05797L157.125 172.05797Q157.15625 172.99547 157.67188 173.5736Q158.20312 174.15172 159.01562 174.15172Q159.57812 174.15172 159.96875 173.91734Q160.375 173.68297 160.6875 173.29234L161.34375 173.80797Q160.54688 175.04234 158.95312 175.04234ZM158.8125 169.35484Q158.15625 169.35484 157.70312 169.83922Q157.26562 170.30797 157.17188 171.16734L160.34375 171.16734L160.34375 171.08922Q160.29688 170.2611 159.89062 169.80797Q159.5 169.35484 158.8125 169.35484ZM165.39062 169.54234Q165.14062 169.5111 164.85938 169.5111Q163.78125 169.5111 163.40625 170.41734L163.40625 174.91734L162.32812 174.91734L162.32812 168.5736L163.375 168.5736L163.39062 169.30797Q163.92188 168.46422 164.90625 168.46422Q165.21875 168.46422 165.39062 168.54234L165.39062 169.54234Z" fill-rule="nonzero"/><path fill="#666666" d="M81.671875 186.8236Q81.671875 188.2611 81.015625 189.15172Q80.359375 190.04234 79.21875 190.04234Q78.0625 190.04234 77.40625 189.30797L77.40625 192.35484L76.328125 192.35484L76.328125 183.5736L77.3125 183.5736L77.359375 184.27672Q78.03125 183.46422 79.203125 183.46422Q80.34375 183.46422 81.0 184.3236Q81.671875 185.18297 81.671875 186.71422L81.671875 186.8236ZM80.59375 186.6986Q80.59375 185.62047 80.125 185.0111Q79.671875 184.3861 78.875 184.3861Q77.890625 184.3861 77.40625 185.24547L77.40625 188.27672Q77.890625 189.15172 78.890625 189.15172Q79.671875 189.15172 80.125 188.54234Q80.59375 187.91734 80.59375 186.6986ZM87.234375 189.91734Q87.140625 189.72984 87.078125 189.24547Q86.328125 190.04234 85.28125 190.04234Q84.34375 190.04234 83.734375 189.5111Q83.140625 188.97984 83.140625 188.15172Q83.140625 187.16734 83.890625 186.62047Q84.640625 186.0736 86.015625 186.0736L87.0625 186.0736L87.0625 185.5736Q87.0625 185.0111 86.71875 184.68297Q86.390625 184.33922 85.71875 184.33922Q85.140625 184.33922 84.75 184.6361Q84.359375 184.91734 84.359375 185.33922L83.265625 185.33922Q83.265625 184.85484 83.59375 184.41734Q83.9375 183.97984 84.515625 183.72984Q85.09375 183.46422 85.78125 183.46422Q86.890625 183.46422 87.5 184.0111Q88.125 184.55797 88.15625 185.5111L88.15625 188.43297Q88.15625 189.30797 88.375 189.8236L88.375 189.91734L87.234375 189.91734ZM85.4375 189.08922Q85.953125 189.08922 86.40625 188.8236Q86.859375 188.55797 87.0625 188.1361L87.0625 186.83922L86.21875 186.83922Q84.21875 186.83922 84.21875 188.0111Q84.21875 188.5111 84.5625 188.80797Q84.90625 189.08922 85.4375 189.08922ZM92.859375 189.15172Q93.4375 189.15172 93.875 188.80797Q94.3125 188.4486 94.359375 187.91734L95.390625 187.91734Q95.359375 188.46422 95.0 188.96422Q94.65625 189.4486 94.078125 189.74547Q93.515625 190.04234 92.859375 190.04234Q91.5625 190.04234 90.796875 189.18297Q90.046875 188.30797 90.046875 186.80797L90.046875 186.62047Q90.046875 185.6986 90.375 184.97984Q90.71875 184.2611 91.34375 183.87047Q91.984375 183.46422 92.859375 183.46422Q93.921875 183.46422 94.625 184.10484Q95.34375 184.72984 95.390625 185.7611L94.359375 185.7611Q94.3125 185.1361 93.890625 184.74547Q93.46875 184.35484 92.859375 184.35484Q92.03125 184.35484 91.578125 184.9486Q91.125 185.54234 91.125 186.66734L91.125 186.87047Q91.125 187.96422 91.578125 188.55797Q92.03125 189.15172 92.859375 189.15172ZM98.09375 186.97984L97.40625 187.68297L97.40625 189.91734L96.328125 189.91734L96.328125 180.91734L97.40625 180.91734L97.40625 186.35484L97.984375 185.66734L99.96875 183.5736L101.28125 183.5736L98.8125 186.22984L101.578125 189.91734L100.296875 189.91734L98.09375 186.97984ZM106.234375 189.91734Q106.140625 189.72984 106.078125 189.24547Q105.328125 190.04234 104.28125 190.04234Q103.34375 190.04234 102.734375 189.5111Q102.140625 188.97984 102.140625 188.15172Q102.140625 187.16734 102.890625 186.62047Q103.640625 186.0736 105.015625 186.0736L106.0625 186.0736L106.0625 185.5736Q106.0625 185.0111 105.71875 184.68297Q105.390625 184.33922 104.71875 184.33922Q104.140625 184.33922 103.75 184.6361Q103.359375 184.91734 103.359375 185.33922L102.265625 185.33922Q102.265625 184.85484 102.59375 184.41734Q102.9375 183.97984 103.515625 183.72984Q104.09375 183.46422 104.78125 183.46422Q105.890625 183.46422 106.5 184.0111Q107.125 184.55797 107.15625 185.5111L107.15625 188.43297Q107.15625 189.30797 107.375 189.8236L107.375 189.91734L106.234375 189.91734ZM104.4375 189.08922Q104.953125 189.08922 105.40625 188.8236Q105.859375 188.55797 106.0625 188.1361L106.0625 186.83922L105.21875 186.83922Q103.21875 186.83922 103.21875 188.0111Q103.21875 188.5111 103.5625 188.80797Q103.90625 189.08922 104.4375 189.08922ZM109.0625 186.6986Q109.0625 185.21422 109.75 184.33922Q110.4375 183.46422 111.5625 183.46422Q112.71875 183.46422 113.375 184.27672L113.421875 183.5736L114.421875 183.5736L114.421875 189.7611Q114.421875 190.99547 113.6875 191.6986Q112.953125 192.41734 111.734375 192.41734Q111.046875 192.41734 110.390625 192.12047Q109.734375 191.8236 109.390625 191.3236L109.953125 190.66734Q110.640625 191.52672 111.65625 191.52672Q112.4375 191.52672 112.875 191.0736Q113.328125 190.6361 113.328125 189.8236L113.328125 189.27672Q112.671875 190.04234 111.546875 190.04234Q110.4375 190.04234 109.75 189.15172Q109.0625 188.24547 109.0625 186.6986ZM110.15625 186.8236Q110.15625 187.8861 110.59375 188.5111Q111.03125 189.12047 111.828125 189.12047Q112.84375 189.12047 113.328125 188.18297L113.328125 185.29234Q112.828125 184.3861 111.828125 184.3861Q111.046875 184.3861 110.59375 184.99547Q110.15625 185.60484 110.15625 186.8236ZM118.953125 190.04234Q117.65625 190.04234 116.84375 189.1986Q116.046875 188.33922 116.046875 186.91734L116.046875 186.72984Q116.046875 185.77672 116.40625 185.04234Q116.765625 184.29234 117.40625 183.8861Q118.0625 183.46422 118.8125 183.46422Q120.046875 183.46422 120.734375 184.27672Q121.421875 185.08922 121.421875 186.60484L121.421875 187.05797L117.125 187.05797Q117.15625 187.99547 117.671875 188.5736Q118.203125 189.15172 119.015625 189.15172Q119.578125 189.15172 119.96875 188.91734Q120.375 188.68297 120.6875 188.29234L121.34375 188.80797Q120.546875 190.04234 118.953125 190.04234ZM118.8125 184.35484Q118.15625 184.35484 117.703125 184.83922Q117.265625 185.30797 117.171875 186.16734L120.34375 186.16734L120.34375 186.08922Q120.296875 185.2611 119.890625 184.80797Q119.5 184.35484 118.8125 184.35484ZM122.0625 186.6986Q122.0625 185.22984 122.75 184.35484Q123.4375 183.46422 124.5625 183.46422Q125.671875 183.46422 126.328125 184.21422L126.328125 180.91734L127.40625 180.91734L127.40625 189.91734L126.40625 189.91734L126.359375 189.22984Q125.703125 190.04234 124.546875 190.04234Q123.453125 190.04234 122.75 189.1361Q122.0625 188.22984 122.0625 186.77672L122.0625 186.6986ZM123.140625 186.8236Q123.140625 187.90172 123.578125 188.5111Q124.03125 189.12047 124.8125 189.12047Q125.84375 189.12047 126.328125 188.18297L126.328125 185.27672Q125.84375 184.3861 124.828125 184.3861Q124.03125 184.3861 123.578125 184.99547Q123.140625 185.60484 123.140625 186.8236ZM132.0625 186.6986Q132.0625 185.21422 132.75 184.33922Q133.4375 183.46422 134.5625 183.46422Q135.71875 183.46422 136.375 184.27672L136.42188 183.5736L137.42188 183.5736L137.42188 189.7611Q137.42188 190.99547 136.6875 191.6986Q135.95312 192.41734 134.73438 192.41734Q134.04688 192.41734 133.39062 192.12047Q132.73438 191.8236 132.39062 191.3236L132.95312 190.66734Q133.64062 191.52672 134.65625 191.52672Q135.4375 191.52672 135.875 191.0736Q136.32812 190.6361 136.32812 189.8236L136.32812 189.27672Q135.67188 190.04234 134.54688 190.04234Q133.4375 190.04234 132.75 189.15172Q132.0625 188.24547 132.0625 186.6986ZM133.15625 186.8236Q133.15625 187.8861 133.59375 188.5111Q134.03125 189.12047 134.82812 189.12047Q135.84375 189.12047 136.32812 188.18297L136.32812 185.29234Q135.82812 184.3861 134.82812 184.3861Q134.04688 184.3861 133.59375 184.99547Q133.15625 185.60484 133.15625 186.8236ZM139.03125 186.68297Q139.03125 185.7611 139.39062 185.0111Q139.76562 184.2611 140.42188 183.87047Q141.07812 183.46422 141.90625 183.46422Q143.20312 183.46422 144.0 184.35484Q144.8125 185.24547 144.8125 186.74547L144.8125 186.8236Q144.8125 187.74547 144.45312 188.47984Q144.09375 189.21422 143.4375 189.6361Q142.78125 190.04234 141.92188 190.04234Q140.64062 190.04234 139.82812 189.15172Q139.03125 188.24547 139.03125 186.7611L139.03125 186.68297ZM140.125 186.8236Q140.125 187.87047 140.60938 188.5111Q141.10938 189.15172 141.92188 189.15172Q142.75 189.15172 143.23438 188.5111Q143.71875 187.85484 143.71875 186.68297Q143.71875 185.65172 143.21875 185.0111Q142.73438 184.35484 141.90625 184.35484Q141.10938 184.35484 140.60938 184.99547Q140.125 185.62047 140.125 186.8236ZM146.03125 186.68297Q146.03125 185.7611 146.39062 185.0111Q146.76562 184.2611 147.42188 183.87047Q148.07812 183.46422 148.90625 183.46422Q150.20312 183.46422 151.0 184.35484Q151.8125 185.24547 151.8125 186.74547L151.8125 186.8236Q151.8125 187.74547 151.45312 188.47984Q151.09375 189.21422 150.4375 189.6361Q149.78125 190.04234 148.92188 190.04234Q147.64062 190.04234 146.82812 189.15172Q146.03125 188.24547 146.03125 186.7611L146.03125 186.68297ZM147.125 186.8236Q147.125 187.87047 147.60938 188.5111Q148.10938 189.15172 148.92188 189.15172Q149.75 189.15172 150.23438 188.5111Q150.71875 187.85484 150.71875 186.68297Q150.71875 185.65172 150.21875 185.0111Q149.73438 184.35484 148.90625 184.35484Q148.10938 184.35484 147.60938 184.99547Q147.125 185.62047 147.125 186.8236ZM153.0625 186.6986Q153.0625 185.22984 153.75 184.35484Q154.4375 183.46422 155.5625 183.46422Q156.67188 183.46422 157.32812 184.21422L157.32812 180.91734L158.40625 180.91734L158.40625 189.91734L157.40625 189.91734L157.35938 189.22984Q156.70312 190.04234 155.54688 190.04234Q154.45312 190.04234 153.75 189.1361Q153.0625 188.22984 153.0625 186.77672L153.0625 186.6986ZM154.14062 186.8236Q154.14062 187.90172 154.57812 188.5111Q155.03125 189.12047 155.8125 189.12047Q156.84375 189.12047 157.32812 188.18297L157.32812 185.27672Q156.84375 184.3861 155.82812 184.3861Q155.03125 184.3861 154.57812 184.99547Q154.14062 185.60484 154.14062 186.8236ZM164.01562 188.22984Q164.01562 187.79234 163.67188 187.55797Q163.34375 187.30797 162.51562 187.1361Q161.70312 186.96422 161.21875 186.71422Q160.73438 186.46422 160.5 186.1361Q160.28125 185.79234 160.28125 185.3236Q160.28125 184.54234 160.9375 184.0111Q161.59375 183.46422 162.625 183.46422Q163.70312 183.46422 164.35938 184.02672Q165.03125 184.5736 165.03125 185.43297L163.95312 185.43297Q163.95312 184.99547 163.5625 184.68297Q163.1875 184.35484 162.625 184.35484Q162.03125 184.35484 161.6875 184.62047Q161.35938 184.87047 161.35938 185.27672Q161.35938 185.66734 161.67188 185.87047Q161.98438 186.0736 162.79688 186.2611Q163.60938 186.43297 164.10938 186.68297Q164.60938 186.93297 164.84375 187.29234Q165.09375 187.65172 165.09375 188.15172Q165.09375 189.0111 164.40625 189.52672Q163.73438 190.04234 162.65625 190.04234Q161.89062 190.04234 161.29688 189.77672Q160.71875 189.49547 160.39062 189.0111Q160.0625 188.52672 160.0625 187.96422L161.14062 187.96422Q161.17188 188.5111 161.57812 188.83922Q161.98438 189.15172 162.65625 189.15172Q163.26562 189.15172 163.64062 188.90172Q164.01562 188.65172 164.01562 188.22984Z" fill-rule="nonzero"/><path fill="#666666" d="M58.390625 208.66423L55.640625 208.66423L55.640625 216.2736L54.53125 216.2736L54.53125 208.66423L51.78125 208.66423L51.78125 207.74236L58.390625 207.74236L58.390625 208.66423ZM61.953125 216.3986Q60.65625 216.3986 59.84375 215.55486Q59.046875 214.69548 59.046875 213.2736L59.046875 213.0861Q59.046875 212.13298 59.40625 211.3986Q59.765625 210.6486 60.40625 210.24236Q61.0625 209.82048 61.8125 209.82048Q63.046875 209.82048 63.734375 210.63298Q64.421875 211.44548 64.421875 212.9611L64.421875 213.41423L60.125 213.41423Q60.15625 214.35173 60.671875 214.92986Q61.203125 215.50798 62.015625 215.50798Q62.578125 215.50798 62.96875 215.2736Q63.375 215.03923 63.6875 214.6486L64.34375 215.16423Q63.546875 216.3986 61.953125 216.3986ZM61.8125 210.7111Q61.15625 210.7111 60.703125 211.19548Q60.265625 211.66423 60.171875 212.5236L63.34375 212.5236L63.34375 212.44548Q63.296875 211.61736 62.890625 211.16423Q62.5 210.7111 61.8125 210.7111ZM66.5 216.2736L65.421875 216.2736L65.421875 207.2736L66.5 207.2736L66.5 216.2736ZM70.953125 216.3986Q69.65625 216.3986 68.84375 215.55486Q68.046875 214.69548 68.046875 213.2736L68.046875 213.0861Q68.046875 212.13298 68.40625 211.3986Q68.765625 210.6486 69.40625 210.24236Q70.0625 209.82048 70.8125 209.82048Q72.046875 209.82048 72.734375 210.63298Q73.421875 211.44548 73.421875 212.9611L73.421875 213.41423L69.125 213.41423Q69.15625 214.35173 69.671875 214.92986Q70.203125 215.50798 71.015625 215.50798Q71.578125 215.50798 71.96875 215.2736Q72.375 215.03923 72.6875 214.6486L73.34375 215.16423Q72.546875 216.3986 70.953125 216.3986ZM70.8125 210.7111Q70.15625 210.7111 69.703125 211.19548Q69.265625 211.66423 69.171875 212.5236L72.34375 212.5236L72.34375 212.44548Q72.296875 211.61736 71.890625 211.16423Q71.5 210.7111 70.8125 210.7111ZM76.859375 215.50798Q77.4375 215.50798 77.875 215.16423Q78.3125 214.80486 78.359375 214.2736L79.390625 214.2736Q79.359375 214.82048 79.0 215.32048Q78.65625 215.80486 78.078125 216.10173Q77.515625 216.3986 76.859375 216.3986Q75.5625 216.3986 74.796875 215.53923Q74.046875 214.66423 74.046875 213.16423L74.046875 212.97673Q74.046875 212.05486 74.375 211.3361Q74.71875 210.61736 75.34375 210.22673Q75.984375 209.82048 76.859375 209.82048Q77.921875 209.82048 78.625 210.4611Q79.34375 211.0861 79.390625 212.11736L78.359375 212.11736Q78.3125 211.49236 77.890625 211.10173Q77.46875 210.7111 76.859375 210.7111Q76.03125 210.7111 75.578125 211.30486Q75.125 211.8986 75.125 213.0236L75.125 213.22673Q75.125 214.32048 75.578125 214.91423Q76.03125 215.50798 76.859375 215.50798ZM80.03125 213.03923Q80.03125 212.11736 80.390625 211.36736Q80.765625 210.61736 81.421875 210.22673Q82.078125 209.82048 82.90625 209.82048Q84.203125 209.82048 85.0 210.7111Q85.8125 211.60173 85.8125 213.10173L85.8125 213.17986Q85.8125 214.10173 85.453125 214.8361Q85.09375 215.57048 84.4375 215.99236Q83.78125 216.3986 82.921875 216.3986Q81.640625 216.3986 80.828125 215.50798Q80.03125 214.60173 80.03125 213.11736L80.03125 213.03923ZM81.125 213.17986Q81.125 214.22673 81.609375 214.86736Q82.109375 215.50798 82.921875 215.50798Q83.75 215.50798 84.234375 214.86736Q84.71875 214.2111 84.71875 213.03923Q84.71875 212.00798 84.21875 211.36736Q83.734375 210.7111 82.90625 210.7111Q82.109375 210.7111 81.609375 211.35173Q81.125 211.97673 81.125 213.17986ZM88.34375 209.92986L88.375 210.63298Q89.0625 209.82048 90.25 209.82048Q91.578125 209.82048 92.0625 210.8361Q92.375 210.38298 92.875 210.10173Q93.390625 209.82048 94.078125 209.82048Q96.171875 209.82048 96.203125 212.0236L96.203125 216.2736L95.125 216.2736L95.125 212.0861Q95.125 211.41423 94.8125 211.0861Q94.5 210.74236 93.765625 210.74236Q93.15625 210.74236 92.75 211.10173Q92.359375 211.4611 92.296875 212.07048L92.296875 216.2736L91.21875 216.2736L91.21875 212.11736Q91.21875 210.74236 89.859375 210.74236Q88.796875 210.74236 88.40625 211.6486L88.40625 216.2736L87.3125 216.2736L87.3125 209.92986L88.34375 209.92986ZM99.34375 209.92986L99.375 210.63298Q100.0625 209.82048 101.25 209.82048Q102.578125 209.82048 103.0625 210.8361Q103.375 210.38298 103.875 210.10173Q104.390625 209.82048 105.078125 209.82048Q107.171875 209.82048 107.203125 212.0236L107.203125 216.2736L106.125 216.2736L106.125 212.0861Q106.125 211.41423 105.8125 211.0861Q105.5 210.74236 104.765625 210.74236Q104.15625 210.74236 103.75 211.10173Q103.359375 211.4611 103.296875 212.07048L103.296875 216.2736L102.21875 216.2736L102.21875 212.11736Q102.21875 210.74236 100.859375 210.74236Q99.796875 210.74236 99.40625 211.6486L99.40625 216.2736L98.3125 216.2736L98.3125 209.92986L99.34375 209.92986ZM113.234375 215.6486Q112.609375 216.3986 111.375 216.3986Q110.359375 216.3986 109.828125 215.80486Q109.296875 215.2111 109.296875 214.05486L109.296875 209.92986L110.375 209.92986L110.375 214.0236Q110.375 215.47673 111.546875 215.47673Q112.796875 215.47673 113.203125 214.53923L113.203125 209.92986L114.296875 209.92986L114.296875 216.2736L113.265625 216.2736L113.234375 215.6486ZM117.34375 209.92986L117.375 210.72673Q118.109375 209.82048 119.28125 209.82048Q121.296875 209.82048 121.3125 212.0861L121.3125 216.2736L120.21875 216.2736L120.21875 212.07048Q120.21875 211.3986 119.90625 211.07048Q119.609375 210.74236 118.953125 210.74236Q118.421875 210.74236 118.015625 211.0236Q117.625 211.30486 117.40625 211.75798L117.40625 216.2736L116.328125 216.2736L116.328125 209.92986L117.34375 209.92986ZM124.5 216.2736L123.421875 216.2736L123.421875 209.92986L124.5 209.92986L124.5 216.2736ZM123.328125 208.25798Q123.328125 207.99236 123.484375 207.80486Q123.65625 207.61736 123.96875 207.61736Q124.28125 207.61736 124.4375 207.80486Q124.609375 207.99236 124.609375 208.25798Q124.609375 208.50798 124.4375 208.69548Q124.28125 208.86736 123.96875 208.86736Q123.65625 208.86736 123.484375 208.69548Q123.328125 208.50798 123.328125 208.25798ZM128.85938 215.50798Q129.4375 215.50798 129.875 215.16423Q130.3125 214.80486 130.35938 214.2736L131.39062 214.2736Q131.35938 214.82048 131.0 215.32048Q130.65625 215.80486 130.07812 216.10173Q129.51562 216.3986 128.85938 216.3986Q127.5625 216.3986 126.796875 215.53923Q126.046875 214.66423 126.046875 213.16423L126.046875 212.97673Q126.046875 212.05486 126.375 211.3361Q126.71875 210.61736 127.34375 210.22673Q127.984375 209.82048 128.85938 209.82048Q129.92188 209.82048 130.625 210.4611Q131.34375 211.0861 131.39062 212.11736L130.35938 212.11736Q130.3125 211.49236 129.89062 211.10173Q129.46875 210.7111 128.85938 210.7111Q128.03125 210.7111 127.578125 211.30486Q127.125 211.8986 127.125 213.0236L127.125 213.22673Q127.125 214.32048 127.578125 214.91423Q128.03125 215.50798 128.85938 215.50798ZM136.23438 216.2736Q136.14062 216.0861 136.07812 215.60173Q135.32812 216.3986 134.28125 216.3986Q133.34375 216.3986 132.73438 215.86736Q132.14062 215.3361 132.14062 214.50798Q132.14062 213.5236 132.89062 212.97673Q133.64062 212.42986 135.01562 212.42986L136.0625 212.42986L136.0625 211.92986Q136.0625 211.36736 135.71875 211.03923Q135.39062 210.69548 134.71875 210.69548Q134.14062 210.69548 133.75 210.99236Q133.35938 211.2736 133.35938 211.69548L132.26562 211.69548Q132.26562 211.2111 132.59375 210.7736Q132.9375 210.3361 133.51562 210.0861Q134.09375 209.82048 134.78125 209.82048Q135.89062 209.82048 136.5 210.36736Q137.125 210.91423 137.15625 211.86736L137.15625 214.78923Q137.15625 215.66423 137.375 216.17986L137.375 216.2736L136.23438 216.2736ZM134.4375 215.44548Q134.95312 215.44548 135.40625 215.17986Q135.85938 214.91423 136.0625 214.49236L136.0625 213.19548L135.21875 213.19548Q133.21875 213.19548 133.21875 214.36736Q133.21875 214.86736 133.5625 215.16423Q133.90625 215.44548 134.4375 215.44548ZM140.79688 208.3986L140.79688 209.92986L141.96875 209.92986L141.96875 210.7736L140.79688 210.7736L140.79688 214.69548Q140.79688 215.0861 140.95312 215.2736Q141.10938 215.4611 141.48438 215.4611Q141.67188 215.4611 142.0 215.3986L142.0 216.2736Q141.57812 216.3986 141.17188 216.3986Q140.45312 216.3986 140.07812 215.9611Q139.70312 215.50798 139.70312 214.69548L139.70312 210.7736L138.54688 210.7736L138.54688 209.92986L139.70312 209.92986L139.70312 208.3986L140.79688 208.3986ZM144.5 216.2736L143.42188 216.2736L143.42188 209.92986L144.5 209.92986L144.5 216.2736ZM143.32812 208.25798Q143.32812 207.99236 143.48438 207.80486Q143.65625 207.61736 143.96875 207.61736Q144.28125 207.61736 144.4375 207.80486Q144.60938 207.99236 144.60938 208.25798Q144.60938 208.50798 144.4375 208.69548Q144.28125 208.86736 143.96875 208.86736Q143.65625 208.86736 143.48438 208.69548Q143.32812 208.50798 143.32812 208.25798ZM146.03125 213.03923Q146.03125 212.11736 146.39062 211.36736Q146.76562 210.61736 147.42188 210.22673Q148.07812 209.82048 148.90625 209.82048Q150.20312 209.82048 151.0 210.7111Q151.8125 211.60173 151.8125 213.10173L151.8125 213.17986Q151.8125 214.10173 151.45312 214.8361Q151.09375 215.57048 150.4375 215.99236Q149.78125 216.3986 148.92188 216.3986Q147.64062 216.3986 146.82812 215.50798Q146.03125 214.60173 146.03125 213.11736L146.03125 213.03923ZM147.125 213.17986Q147.125 214.22673 147.60938 214.86736Q148.10938 215.50798 148.92188 215.50798Q149.75 215.50798 150.23438 214.86736Q150.71875 214.2111 150.71875 213.03923Q150.71875 212.00798 150.21875 211.36736Q149.73438 210.7111 148.90625 210.7111Q148.10938 210.7111 147.60938 211.35173Q147.125 211.97673 147.125 213.17986ZM154.34375 209.92986L154.375 210.72673Q155.10938 209.82048 156.28125 209.82048Q158.29688 209.82048 158.3125 212.0861L158.3125 216.2736L157.21875 216.2736L157.21875 212.07048Q157.21875 211.3986 156.90625 211.07048Q156.60938 210.74236 155.95312 210.74236Q155.42188 210.74236 155.01562 211.0236Q154.625 211.30486 154.40625 211.75798L154.40625 216.2736L153.32812 216.2736L153.32812 209.92986L154.34375 209.92986ZM164.01562 214.5861Q164.01562 214.1486 163.67188 213.91423Q163.34375 213.66423 162.51562 213.49236Q161.70312 213.32048 161.21875 213.07048Q160.73438 212.82048 160.5 212.49236Q160.28125 212.1486 160.28125 211.67986Q160.28125 210.8986 160.9375 210.36736Q161.59375 209.82048 162.625 209.82048Q163.70312 209.82048 164.35938 210.38298Q165.03125 210.92986 165.03125 211.78923L163.95312 211.78923Q163.95312 211.35173 163.5625 211.03923Q163.1875 210.7111 162.625 210.7111Q162.03125 210.7111 161.6875 210.97673Q161.35938 211.22673 161.35938 211.63298Q161.35938 212.0236 161.67188 212.22673Q161.98438 212.42986 162.79688 212.61736Q163.60938 212.78923 164.10938 213.03923Q164.60938 213.28923 164.84375 213.6486Q165.09375 214.00798 165.09375 214.50798Q165.09375 215.36736 164.40625 215.88298Q163.73438 216.3986 162.65625 216.3986Q161.89062 216.3986 161.29688 216.13298Q160.71875 215.85173 160.39062 215.36736Q160.0625 214.88298 160.0625 214.32048L161.14062 214.32048Q161.17188 214.86736 161.57812 215.19548Q161.98438 215.50798 162.65625 215.50798Q163.26562 215.50798 163.64062 215.25798Q164.01562 215.00798 164.01562 214.5861Z" fill-rule="nonzero"/><path fill="#666666" d="M38.046875 250.12985L36.921875 250.12985L36.921875 246.19235L32.609375 246.19235L32.609375 250.12985L31.484375 250.12985L31.484375 241.5986L32.609375 241.5986L32.609375 245.27048L36.921875 245.27048L36.921875 241.5986L38.046875 241.5986L38.046875 250.12985ZM42.953125 250.25485Q41.65625 250.25485 40.84375 249.4111Q40.046875 248.55173 40.046875 247.12985L40.046875 246.94235Q40.046875 245.98923 40.40625 245.25485Q40.765625 244.50485 41.40625 244.0986Q42.0625 243.67673 42.8125 243.67673Q44.046875 243.67673 44.734375 244.48923Q45.421875 245.30173 45.421875 246.81735L45.421875 247.27048L41.125 247.27048Q41.15625 248.20798 41.671875 248.7861Q42.203125 249.36423 43.015625 249.36423Q43.578125 249.36423 43.96875 249.12985Q44.375 248.89548 44.6875 248.50485L45.34375 249.02048Q44.546875 250.25485 42.953125 250.25485ZM42.8125 244.56735Q42.15625 244.56735 41.703125 245.05173Q41.265625 245.52048 41.171875 246.37985L44.34375 246.37985L44.34375 246.30173Q44.296875 245.4736 43.890625 245.02048Q43.5 244.56735 42.8125 244.56735ZM50.234375 250.12985Q50.140625 249.94235 50.078125 249.45798Q49.328125 250.25485 48.28125 250.25485Q47.34375 250.25485 46.734375 249.7236Q46.140625 249.19235 46.140625 248.36423Q46.140625 247.37985 46.890625 246.83298Q47.640625 246.2861 49.015625 246.2861L50.0625 246.2861L50.0625 245.7861Q50.0625 245.2236 49.71875 244.89548Q49.390625 244.55173 48.71875 244.55173Q48.140625 244.55173 47.75 244.8486Q47.359375 245.12985 47.359375 245.55173L46.265625 245.55173Q46.265625 245.06735 46.59375 244.62985Q46.9375 244.19235 47.515625 243.94235Q48.09375 243.67673 48.78125 243.67673Q49.890625 243.67673 50.5 244.2236Q51.125 244.77048 51.15625 245.7236L51.15625 248.64548Q51.15625 249.52048 51.375 250.0361L51.375 250.12985L50.234375 250.12985ZM48.4375 249.30173Q48.953125 249.30173 49.40625 249.0361Q49.859375 248.77048 50.0625 248.3486L50.0625 247.05173L49.21875 247.05173Q47.21875 247.05173 47.21875 248.2236Q47.21875 248.7236 47.5625 249.02048Q47.90625 249.30173 48.4375 249.30173ZM54.5 250.12985L53.421875 250.12985L53.421875 241.12985L54.5 241.12985L54.5 250.12985ZM57.796875 242.25485L57.796875 243.7861L58.96875 243.7861L58.96875 244.62985L57.796875 244.62985L57.796875 248.55173Q57.796875 248.94235 57.953125 249.12985Q58.109375 249.31735 58.484375 249.31735Q58.671875 249.31735 59.0 249.25485L59.0 250.12985Q58.578125 250.25485 58.171875 250.25485Q57.453125 250.25485 57.078125 249.81735Q56.703125 249.36423 56.703125 248.55173L56.703125 244.62985L55.546875 244.62985L55.546875 243.7861L56.703125 243.7861L56.703125 242.25485L57.796875 242.25485ZM61.40625 244.55173Q62.125 243.67673 63.28125 243.67673Q65.296875 243.67673 65.3125 245.94235L65.3125 250.12985L64.21875 250.12985L64.21875 245.92673Q64.21875 245.25485 63.90625 244.92673Q63.609375 244.5986 62.953125 244.5986Q62.421875 244.5986 62.015625 244.87985Q61.625 245.1611 61.40625 245.61423L61.40625 250.12985L60.328125 250.12985L60.328125 241.12985L61.40625 241.12985L61.40625 244.55173ZM69.859375 249.36423Q70.4375 249.36423 70.875 249.02048Q71.3125 248.6611 71.359375 248.12985L72.390625 248.12985Q72.359375 248.67673 72.0 249.17673Q71.65625 249.6611 71.078125 249.95798Q70.515625 250.25485 69.859375 250.25485Q68.5625 250.25485 67.796875 249.39548Q67.046875 248.52048 67.046875 247.02048L67.046875 246.83298Q67.046875 245.9111 67.375 245.19235Q67.71875 244.4736 68.34375 244.08298Q68.984375 243.67673 69.859375 243.67673Q70.921875 243.67673 71.625 244.31735Q72.34375 244.94235 72.390625 245.9736L71.359375 245.9736Q71.3125 245.3486 70.890625 244.95798Q70.46875 244.56735 69.859375 244.56735Q69.03125 244.56735 68.578125 245.1611Q68.125 245.75485 68.125 246.87985L68.125 247.08298Q68.125 248.17673 68.578125 248.77048Q69.03125 249.36423 69.859375 249.36423ZM77.234375 250.12985Q77.140625 249.94235 77.078125 249.45798Q76.328125 250.25485 75.28125 250.25485Q74.34375 250.25485 73.734375 249.7236Q73.140625 249.19235 73.140625 248.36423Q73.140625 247.37985 73.890625 246.83298Q74.640625 246.2861 76.015625 246.2861L77.0625 246.2861L77.0625 245.7861Q77.0625 245.2236 76.71875 244.89548Q76.390625 244.55173 75.71875 244.55173Q75.140625 244.55173 74.75 244.8486Q74.359375 245.12985 74.359375 245.55173L73.265625 245.55173Q73.265625 245.06735 73.59375 244.62985Q73.9375 244.19235 74.515625 243.94235Q75.09375 243.67673 75.78125 243.67673Q76.890625 243.67673 77.5 244.2236Q78.125 244.77048 78.15625 245.7236L78.15625 248.64548Q78.15625 249.52048 78.375 250.0361L78.375 250.12985L77.234375 250.12985ZM75.4375 249.30173Q75.953125 249.30173 76.40625 249.0361Q76.859375 248.77048 77.0625 248.3486L77.0625 247.05173L76.21875 247.05173Q74.21875 247.05173 74.21875 248.2236Q74.21875 248.7236 74.5625 249.02048Q74.90625 249.30173 75.4375 249.30173ZM83.390625 244.75485Q83.140625 244.7236 82.859375 244.7236Q81.78125 244.7236 81.40625 245.62985L81.40625 250.12985L80.328125 250.12985L80.328125 243.7861L81.375 243.7861L81.390625 244.52048Q81.921875 243.67673 82.90625 243.67673Q83.21875 243.67673 83.390625 243.75485L83.390625 244.75485ZM86.953125 250.25485Q85.65625 250.25485 84.84375 249.4111Q84.046875 248.55173 84.046875 247.12985L84.046875 246.94235Q84.046875 245.98923 84.40625 245.25485Q84.765625 244.50485 85.40625 244.0986Q86.0625 243.67673 86.8125 243.67673Q88.046875 243.67673 88.734375 244.48923Q89.421875 245.30173 89.421875 246.81735L89.421875 247.27048L85.125 247.27048Q85.15625 248.20798 85.671875 248.7861Q86.203125 249.36423 87.015625 249.36423Q87.578125 249.36423 87.96875 249.12985Q88.375 248.89548 88.6875 248.50485L89.34375 249.02048Q88.546875 250.25485 86.953125 250.25485ZM86.8125 244.56735Q86.15625 244.56735 85.703125 245.05173Q85.265625 245.52048 85.171875 246.37985L88.34375 246.37985L88.34375 246.30173Q88.296875 245.4736 87.890625 245.02048Q87.5 244.56735 86.8125 244.56735ZM93.53125 250.86423L92.609375 250.86423L96.171875 241.5986L97.09375 241.5986L93.53125 250.86423ZM102.5 250.12985L101.421875 250.12985L101.421875 241.12985L102.5 241.12985L102.5 250.12985ZM105.5 250.12985L104.421875 250.12985L104.421875 243.7861L105.5 243.7861L105.5 250.12985ZM104.328125 242.11423Q104.328125 241.8486 104.484375 241.6611Q104.65625 241.4736 104.96875 241.4736Q105.28125 241.4736 105.4375 241.6611Q105.609375 241.8486 105.609375 242.11423Q105.609375 242.36423 105.4375 242.55173Q105.28125 242.7236 104.96875 242.7236Q104.65625 242.7236 104.484375 242.55173Q104.328125 242.36423 104.328125 242.11423ZM107.859375 250.12985L107.859375 244.62985L106.859375 244.62985L106.859375 243.7861L107.859375 243.7861L107.859375 243.14548Q107.859375 242.11423 108.390625 241.56735Q108.9375 241.00485 109.9375 241.00485Q110.3125 241.00485 110.6875 241.0986L110.625 241.98923Q110.34375 241.92673 110.046875 241.92673Q109.515625 241.92673 109.21875 242.23923Q108.9375 242.55173 108.9375 243.11423L108.9375 243.7861L110.296875 243.7861L110.296875 244.62985L108.9375 244.62985L108.9375 250.12985L107.859375 250.12985ZM113.953125 250.25485Q112.65625 250.25485 111.84375 249.4111Q111.046875 248.55173 111.046875 247.12985L111.046875 246.94235Q111.046875 245.98923 111.40625 245.25485Q111.765625 244.50485 112.40625 244.0986Q113.0625 243.67673 113.8125 243.67673Q115.046875 243.67673 115.734375 244.48923Q116.421875 245.30173 116.421875 246.81735L116.421875 247.27048L112.125 247.27048Q112.15625 248.20798 112.671875 248.7861Q113.203125 249.36423 114.015625 249.36423Q114.578125 249.36423 114.96875 249.12985Q115.375 248.89548 115.6875 248.50485L116.34375 249.02048Q115.546875 250.25485 113.953125 250.25485ZM113.8125 244.56735Q113.15625 244.56735 112.703125 245.05173Q112.265625 245.52048 112.171875 246.37985L115.34375 246.37985L115.34375 246.30173Q115.296875 245.4736 114.890625 245.02048Q114.5 244.56735 113.8125 244.56735ZM124.015625 248.44235Q124.015625 248.00485 123.671875 247.77048Q123.34375 247.52048 122.515625 247.3486Q121.703125 247.17673 121.21875 246.92673Q120.734375 246.67673 120.5 246.3486Q120.28125 246.00485 120.28125 245.5361Q120.28125 244.75485 120.9375 244.2236Q121.59375 243.67673 122.625 243.67673Q123.703125 243.67673 124.359375 244.23923Q125.03125 244.7861 125.03125 245.64548L123.953125 245.64548Q123.953125 245.20798 123.5625 244.89548Q123.1875 244.56735 122.625 244.56735Q122.03125 244.56735 121.6875 244.83298Q121.359375 245.08298 121.359375 245.48923Q121.359375 245.87985 121.671875 246.08298Q121.984375 246.2861 122.796875 246.4736Q123.609375 246.64548 124.109375 246.89548Q124.609375 247.14548 124.84375 247.50485Q125.09375 247.86423 125.09375 248.36423Q125.09375 249.2236 124.40625 249.73923Q123.734375 250.25485 122.65625 250.25485Q121.890625 250.25485 121.296875 249.98923Q120.71875 249.70798 120.390625 249.2236Q120.0625 248.73923 120.0625 248.17673L121.140625 248.17673Q121.171875 248.7236 121.578125 249.05173Q121.984375 249.36423 122.65625 249.36423Q123.265625 249.36423 123.640625 249.11423Q124.015625 248.86423 124.015625 248.44235ZM128.85938 249.36423Q129.4375 249.36423 129.875 249.02048Q130.3125 248.6611 130.35938 248.12985L131.39062 248.12985Q131.35938 248.67673 131.0 249.17673Q130.65625 249.6611 130.07812 249.95798Q129.51562 250.25485 128.85938 250.25485Q127.5625 250.25485 126.796875 249.39548Q126.046875 248.52048 126.046875 247.02048L126.046875 246.83298Q126.046875 245.9111 126.375 245.19235Q126.71875 244.4736 127.34375 244.08298Q127.984375 243.67673 128.85938 243.67673Q129.92188 243.67673 130.625 244.31735Q131.34375 244.94235 131.39062 245.9736L130.35938 245.9736Q130.3125 245.3486 129.89062 244.95798Q129.46875 244.56735 128.85938 244.56735Q128.03125 244.56735 127.578125 245.1611Q127.125 245.75485 127.125 246.87985L127.125 247.08298Q127.125 248.17673 127.578125 248.77048Q128.03125 249.36423 128.85938 249.36423ZM133.5 250.12985L132.42188 250.12985L132.42188 243.7861L133.5 243.7861L133.5 250.12985ZM132.32812 242.11423Q132.32812 241.8486 132.48438 241.6611Q132.65625 241.4736 132.96875 241.4736Q133.28125 241.4736 133.4375 241.6611Q133.60938 241.8486 133.60938 242.11423Q133.60938 242.36423 133.4375 242.55173Q133.28125 242.7236 132.96875 242.7236Q132.65625 242.7236 132.48438 242.55173Q132.32812 242.36423 132.32812 242.11423ZM137.95312 250.25485Q136.65625 250.25485 135.84375 249.4111Q135.04688 248.55173 135.04688 247.12985L135.04688 246.94235Q135.04688 245.98923 135.40625 245.25485Q135.76562 244.50485 136.40625 244.0986Q137.0625 243.67673 137.8125 243.67673Q139.04688 243.67673 139.73438 244.48923Q140.42188 245.30173 140.42188 246.81735L140.42188 247.27048L136.125 247.27048Q136.15625 248.20798 136.67188 248.7861Q137.20312 249.36423 138.01562 249.36423Q138.57812 249.36423 138.96875 249.12985Q139.375 248.89548 139.6875 248.50485L140.34375 249.02048Q139.54688 250.25485 137.95312 250.25485ZM137.8125 244.56735Q137.15625 244.56735 136.70312 245.05173Q136.26562 245.52048 136.17188 246.37985L139.34375 246.37985L139.34375 246.30173Q139.29688 245.4736 138.89062 245.02048Q138.5 244.56735 137.8125 244.56735ZM142.34375 243.7861L142.375 244.58298Q143.10938 243.67673 144.28125 243.67673Q146.29688 243.67673 146.3125 245.94235L146.3125 250.12985L145.21875 250.12985L145.21875 245.92673Q145.21875 245.25485 144.90625 244.92673Q144.60938 244.5986 143.95312 244.5986Q143.42188 244.5986 143.01562 244.87985Q142.625 245.1611 142.40625 245.61423L142.40625 250.12985L141.32812 250.12985L141.32812 243.7861L142.34375 243.7861ZM150.85938 249.36423Q151.4375 249.36423 151.875 249.02048Q152.3125 248.6611 152.35938 248.12985L153.39062 248.12985Q153.35938 248.67673 153.0 249.17673Q152.65625 249.6611 152.07812 249.95798Q151.51562 250.25485 150.85938 250.25485Q149.5625 250.25485 148.79688 249.39548Q148.04688 248.52048 148.04688 247.02048L148.04688 246.83298Q148.04688 245.9111 148.375 245.19235Q148.71875 244.4736 149.34375 244.08298Q149.98438 243.67673 150.85938 243.67673Q151.92188 243.67673 152.625 244.31735Q153.34375 244.94235 153.39062 245.9736L152.35938 245.9736Q152.3125 245.3486 151.89062 244.95798Q151.46875 244.56735 150.85938 244.56735Q150.03125 244.56735 149.57812 245.1611Q149.125 245.75485 149.125 246.87985L149.125 247.08298Q149.125 248.17673 149.57812 248.77048Q150.03125 249.36423 150.85938 249.36423ZM156.95312 250.25485Q155.65625 250.25485 154.84375 249.4111Q154.04688 248.55173 154.04688 247.12985L154.04688 246.94235Q154.04688 245.98923 154.40625 245.25485Q154.76562 244.50485 155.40625 244.0986Q156.0625 243.67673 156.8125 243.67673Q158.04688 243.67673 158.73438 244.48923Q159.42188 245.30173 159.42188 246.81735L159.42188 247.27048L155.125 247.27048Q155.15625 248.20798 155.67188 248.7861Q156.20312 249.36423 157.01562 249.36423Q157.57812 249.36423 157.96875 249.12985Q158.375 248.89548 158.6875 248.50485L159.34375 249.02048Q158.54688 250.25485 156.95312 250.25485ZM156.8125 244.56735Q156.15625 244.56735 155.70312 245.05173Q155.26562 245.52048 155.17188 246.37985L158.34375 246.37985L158.34375 246.30173Q158.29688 245.4736 157.89062 245.02048Q157.5 244.56735 156.8125 244.56735ZM164.01562 248.44235Q164.01562 248.00485 163.67188 247.77048Q163.34375 247.52048 162.51562 247.3486Q161.70312 247.17673 161.21875 246.92673Q160.73438 246.67673 160.5 246.3486Q160.28125 246.00485 160.28125 245.5361Q160.28125 244.75485 160.9375 244.2236Q161.59375 243.67673 162.625 243.67673Q163.70312 243.67673 164.35938 244.23923Q165.03125 244.7861 165.03125 245.64548L163.95312 245.64548Q163.95312 245.20798 163.5625 244.89548Q163.1875 244.56735 162.625 244.56735Q162.03125 244.56735 161.6875 244.83298Q161.35938 245.08298 161.35938 245.48923Q161.35938 245.87985 161.67188 246.08298Q161.98438 246.2861 162.79688 246.4736Q163.60938 246.64548 164.10938 246.89548Q164.60938 247.14548 164.84375 247.50485Q165.09375 247.86423 165.09375 248.36423Q165.09375 249.2236 164.40625 249.73923Q163.73438 250.25485 162.65625 250.25485Q161.89062 250.25485 161.29688 249.98923Q160.71875 249.70798 160.39062 249.2236Q160.0625 248.73923 160.0625 248.17673L161.14062 248.17673Q161.17188 248.7236 161.57812 249.05173Q161.98438 249.36423 162.65625 249.36423Q163.26562 249.36423 163.64062 249.11423Q164.01562 248.86423 164.01562 248.44235Z" fill-rule="nonzero"/><path fill="#666666" d="M91.390625 276.37674L88.640625 276.37674L88.640625 283.9861L87.53125 283.9861L87.53125 276.37674L84.78125 276.37674L84.78125 275.45486L91.390625 275.45486L91.390625 276.37674ZM95.390625 278.6111Q95.140625 278.57986 94.859375 278.57986Q93.78125 278.57986 93.40625 279.4861L93.40625 283.9861L92.328125 283.9861L92.328125 277.64236L93.375 277.64236L93.390625 278.37674Q93.921875 277.533 94.90625 277.533Q95.21875 277.533 95.390625 277.6111L95.390625 278.6111ZM100.234375 283.9861Q100.140625 283.7986 100.078125 283.31424Q99.328125 284.1111 98.28125 284.1111Q97.34375 284.1111 96.734375 283.57986Q96.140625 283.0486 96.140625 282.2205Q96.140625 281.2361 96.890625 280.68924Q97.640625 280.14236 99.015625 280.14236L100.0625 280.14236L100.0625 279.64236Q100.0625 279.07986 99.71875 278.75174Q99.390625 278.408 98.71875 278.408Q98.140625 278.408 97.75 278.70486Q97.359375 278.9861 97.359375 279.408L96.265625 279.408Q96.265625 278.9236 96.59375 278.4861Q96.9375 278.0486 97.515625 277.7986Q98.09375 277.533 98.78125 277.533Q99.890625 277.533 100.5 278.07986Q101.125 278.62674 101.15625 279.57986L101.15625 282.50174Q101.15625 283.37674 101.375 283.89236L101.375 283.9861L100.234375 283.9861ZM98.4375 283.158Q98.953125 283.158 99.40625 282.89236Q99.859375 282.62674 100.0625 282.20486L100.0625 280.908L99.21875 280.908Q97.21875 280.908 97.21875 282.07986Q97.21875 282.57986 97.5625 282.87674Q97.90625 283.158 98.4375 283.158ZM104.34375 277.64236L104.375 278.43924Q105.109375 277.533 106.28125 277.533Q108.296875 277.533 108.3125 279.7986L108.3125 283.9861L107.21875 283.9861L107.21875 279.783Q107.21875 279.1111 106.90625 278.783Q106.609375 278.45486 105.953125 278.45486Q105.421875 278.45486 105.015625 278.7361Q104.625 279.01736 104.40625 279.4705L104.40625 283.9861L103.328125 283.9861L103.328125 277.64236L104.34375 277.64236ZM114.015625 282.2986Q114.015625 281.8611 113.671875 281.62674Q113.34375 281.37674 112.515625 281.20486Q111.703125 281.033 111.21875 280.783Q110.734375 280.533 110.5 280.20486Q110.28125 279.8611 110.28125 279.39236Q110.28125 278.6111 110.9375 278.07986Q111.59375 277.533 112.625 277.533Q113.703125 277.533 114.359375 278.0955Q115.03125 278.64236 115.03125 279.50174L113.953125 279.50174Q113.953125 279.06424 113.5625 278.75174Q113.1875 278.4236 112.625 278.4236Q112.03125 278.4236 111.6875 278.68924Q111.359375 278.93924 111.359375 279.3455Q111.359375 279.7361 111.671875 279.93924Q111.984375 280.14236 112.796875 280.32986Q113.609375 280.50174 114.109375 280.75174Q114.609375 281.00174 114.84375 281.3611Q115.09375 281.7205 115.09375 282.2205Q115.09375 283.07986 114.40625 283.5955Q113.734375 284.1111 112.65625 284.1111Q111.890625 284.1111 111.296875 283.8455Q110.71875 283.56424 110.390625 283.07986Q110.0625 282.5955 110.0625 282.033L111.140625 282.033Q111.171875 282.57986 111.578125 282.908Q111.984375 283.2205 112.65625 283.2205Q113.265625 283.2205 113.640625 282.9705Q114.015625 282.7205 114.015625 282.2986ZM121.671875 280.89236Q121.671875 282.32986 121.015625 283.2205Q120.359375 284.1111 119.21875 284.1111Q118.0625 284.1111 117.40625 283.37674L117.40625 286.4236L116.328125 286.4236L116.328125 277.64236L117.3125 277.64236L117.359375 278.3455Q118.03125 277.533 119.203125 277.533Q120.34375 277.533 121.0 278.39236Q121.671875 279.25174 121.671875 280.783L121.671875 280.89236ZM120.59375 280.76736Q120.59375 279.68924 120.125 279.07986Q119.671875 278.45486 118.875 278.45486Q117.890625 278.45486 117.40625 279.31424L117.40625 282.3455Q117.890625 283.2205 118.890625 283.2205Q119.671875 283.2205 120.125 282.6111Q120.59375 281.9861 120.59375 280.76736ZM123.03125 280.75174Q123.03125 279.82986 123.390625 279.07986Q123.765625 278.32986 124.421875 277.93924Q125.078125 277.533 125.90625 277.533Q127.203125 277.533 128.0 278.4236Q128.8125 279.31424 128.8125 280.81424L128.8125 280.89236Q128.8125 281.81424 128.45312 282.5486Q128.09375 283.283 127.4375 283.70486Q126.78125 284.1111 125.921875 284.1111Q124.640625 284.1111 123.828125 283.2205Q123.03125 282.31424 123.03125 280.82986L123.03125 280.75174ZM124.125 280.89236Q124.125 281.93924 124.609375 282.57986Q125.109375 283.2205 125.921875 283.2205Q126.75 283.2205 127.234375 282.57986Q127.71875 281.9236 127.71875 280.75174Q127.71875 279.7205 127.21875 279.07986Q126.734375 278.4236 125.90625 278.4236Q125.109375 278.4236 124.609375 279.06424Q124.125 279.68924 124.125 280.89236ZM133.39062 278.6111Q133.14062 278.57986 132.85938 278.57986Q131.78125 278.57986 131.40625 279.4861L131.40625 283.9861L130.32812 283.9861L130.32812 277.64236L131.375 277.64236L131.39062 278.37674Q131.92188 277.533 132.90625 277.533Q133.21875 277.533 133.39062 277.6111L133.39062 278.6111ZM135.79688 276.1111L135.79688 277.64236L136.96875 277.64236L136.96875 278.4861L135.79688 278.4861L135.79688 282.408Q135.79688 282.7986 135.95312 282.9861Q136.10938 283.1736 136.48438 283.1736Q136.67188 283.1736 137.0 283.1111L137.0 283.9861Q136.57812 284.1111 136.17188 284.1111Q135.45312 284.1111 135.07812 283.6736Q134.70312 283.2205 134.70312 282.408L134.70312 278.4861L133.54688 278.4861L133.54688 277.64236L134.70312 277.64236L134.70312 276.1111L135.79688 276.1111ZM142.23438 283.9861Q142.14062 283.7986 142.07812 283.31424Q141.32812 284.1111 140.28125 284.1111Q139.34375 284.1111 138.73438 283.57986Q138.14062 283.0486 138.14062 282.2205Q138.14062 281.2361 138.89062 280.68924Q139.64062 280.14236 141.01562 280.14236L142.0625 280.14236L142.0625 279.64236Q142.0625 279.07986 141.71875 278.75174Q141.39062 278.408 140.71875 278.408Q140.14062 278.408 139.75 278.70486Q139.35938 278.9861 139.35938 279.408L138.26562 279.408Q138.26562 278.9236 138.59375 278.4861Q138.9375 278.0486 139.51562 277.7986Q140.09375 277.533 140.78125 277.533Q141.89062 277.533 142.5 278.07986Q143.125 278.62674 143.15625 279.57986L143.15625 282.50174Q143.15625 283.37674 143.375 283.89236L143.375 283.9861L142.23438 283.9861ZM140.4375 283.158Q140.95312 283.158 141.40625 282.89236Q141.85938 282.62674 142.0625 282.20486L142.0625 280.908L141.21875 280.908Q139.21875 280.908 139.21875 282.07986Q139.21875 282.57986 139.5625 282.87674Q139.90625 283.158 140.4375 283.158ZM146.79688 276.1111L146.79688 277.64236L147.96875 277.64236L147.96875 278.4861L146.79688 278.4861L146.79688 282.408Q146.79688 282.7986 146.95312 282.9861Q147.10938 283.1736 147.48438 283.1736Q147.67188 283.1736 148.0 283.1111L148.0 283.9861Q147.57812 284.1111 147.17188 284.1111Q146.45312 284.1111 146.07812 283.6736Q145.70312 283.2205 145.70312 282.408L145.70312 278.4861L144.54688 278.4861L144.54688 277.64236L145.70312 277.64236L145.70312 276.1111L146.79688 276.1111ZM150.5 283.9861L149.42188 283.9861L149.42188 277.64236L150.5 277.64236L150.5 283.9861ZM149.32812 275.9705Q149.32812 275.70486 149.48438 275.51736Q149.65625 275.32986 149.96875 275.32986Q150.28125 275.32986 150.4375 275.51736Q150.60938 275.70486 150.60938 275.9705Q150.60938 276.2205 150.4375 276.408Q150.28125 276.57986 149.96875 276.57986Q149.65625 276.57986 149.48438 276.408Q149.32812 276.2205 149.32812 275.9705ZM152.03125 280.75174Q152.03125 279.82986 152.39062 279.07986Q152.76562 278.32986 153.42188 277.93924Q154.07812 277.533 154.90625 277.533Q156.20312 277.533 157.0 278.4236Q157.8125 279.31424 157.8125 280.81424L157.8125 280.89236Q157.8125 281.81424 157.45312 282.5486Q157.09375 283.283 156.4375 283.70486Q155.78125 284.1111 154.92188 284.1111Q153.64062 284.1111 152.82812 283.2205Q152.03125 282.31424 152.03125 280.82986L152.03125 280.75174ZM153.125 280.89236Q153.125 281.93924 153.60938 282.57986Q154.10938 283.2205 154.92188 283.2205Q155.75 283.2205 156.23438 282.57986Q156.71875 281.9236 156.71875 280.75174Q156.71875 279.7205 156.21875 279.07986Q155.73438 278.4236 154.90625 278.4236Q154.10938 278.4236 153.60938 279.06424Q153.125 279.68924 153.125 280.89236ZM160.34375 277.64236L160.375 278.43924Q161.10938 277.533 162.28125 277.533Q164.29688 277.533 164.3125 279.7986L164.3125 283.9861L163.21875 283.9861L163.21875 279.783Q163.21875 279.1111 162.90625 278.783Q162.60938 278.45486 161.95312 278.45486Q161.42188 278.45486 161.01562 278.7361Q160.625 279.01736 160.40625 279.4705L160.40625 283.9861L159.32812 283.9861L159.32812 277.64236L160.34375 277.64236Z" fill-rule="nonzero"/><path fill="#666666" d="M116.3125 313.90488L112.609375 313.90488L112.609375 316.9205L116.90625 316.9205L116.90625 317.84238L111.484375 317.84238L111.484375 309.31113L116.859375 309.31113L116.859375 310.233L112.609375 310.233L112.609375 312.983L116.3125 312.983L116.3125 313.90488ZM118.0625 314.62363Q118.0625 313.15488 118.75 312.27988Q119.4375 311.38925 120.5625 311.38925Q121.671875 311.38925 122.328125 312.13925L122.328125 308.84238L123.40625 308.84238L123.40625 317.84238L122.40625 317.84238L122.359375 317.15488Q121.703125 317.96738 120.546875 317.96738Q119.453125 317.96738 118.75 317.06113Q118.0625 316.15488 118.0625 314.70175L118.0625 314.62363ZM119.140625 314.74863Q119.140625 315.82675 119.578125 316.43613Q120.03125 317.0455 120.8125 317.0455Q121.84375 317.0455 122.328125 316.108L122.328125 313.20175Q121.84375 312.31113 120.828125 312.31113Q120.03125 312.31113 119.578125 312.9205Q119.140625 313.52988 119.140625 314.74863ZM129.23438 317.21738Q128.60938 317.96738 127.375 317.96738Q126.359375 317.96738 125.828125 317.37363Q125.296875 316.77988 125.296875 315.62363L125.296875 311.49863L126.375 311.49863L126.375 315.59238Q126.375 317.0455 127.546875 317.0455Q128.79688 317.0455 129.20312 316.108L129.20312 311.49863L130.29688 311.49863L130.29688 317.84238L129.26562 317.84238L129.23438 317.21738ZM134.85938 317.07675Q135.4375 317.07675 135.875 316.733Q136.3125 316.37363 136.35938 315.84238L137.39062 315.84238Q137.35938 316.38925 137.0 316.88925Q136.65625 317.37363 136.07812 317.6705Q135.51562 317.96738 134.85938 317.96738Q133.5625 317.96738 132.79688 317.108Q132.04688 316.233 132.04688 314.733L132.04688 314.5455Q132.04688 313.62363 132.375 312.90488Q132.71875 312.18613 133.34375 311.7955Q133.98438 311.38925 134.85938 311.38925Q135.92188 311.38925 136.625 312.02988Q137.34375 312.65488 137.39062 313.68613L136.35938 313.68613Q136.3125 313.06113 135.89062 312.6705Q135.46875 312.27988 134.85938 312.27988Q134.03125 312.27988 133.57812 312.87363Q133.125 313.46738 133.125 314.59238L133.125 314.7955Q133.125 315.88925 133.57812 316.483Q134.03125 317.07675 134.85938 317.07675ZM142.23438 317.84238Q142.14062 317.65488 142.07812 317.1705Q141.32812 317.96738 140.28125 317.96738Q139.34375 317.96738 138.73438 317.43613Q138.14062 316.90488 138.14062 316.07675Q138.14062 315.09238 138.89062 314.5455Q139.64062 313.99863 141.01562 313.99863L142.0625 313.99863L142.0625 313.49863Q142.0625 312.93613 141.71875 312.608Q141.39062 312.26425 140.71875 312.26425Q140.14062 312.26425 139.75 312.56113Q139.35938 312.84238 139.35938 313.26425L138.26562 313.26425Q138.26562 312.77988 138.59375 312.34238Q138.9375 311.90488 139.51562 311.65488Q140.09375 311.38925 140.78125 311.38925Q141.89062 311.38925 142.5 311.93613Q143.125 312.483 143.15625 313.43613L143.15625 316.358Q143.15625 317.233 143.375 317.74863L143.375 317.84238L142.23438 317.84238ZM140.4375 317.01425Q140.95312 317.01425 141.40625 316.74863Q141.85938 316.483 142.0625 316.06113L142.0625 314.76425L141.21875 314.76425Q139.21875 314.76425 139.21875 315.93613Q139.21875 316.43613 139.5625 316.733Q139.90625 317.01425 140.4375 317.01425ZM146.79688 309.96738L146.79688 311.49863L147.96875 311.49863L147.96875 312.34238L146.79688 312.34238L146.79688 316.26425Q146.79688 316.65488 146.95312 316.84238Q147.10938 317.02988 147.48438 317.02988Q147.67188 317.02988 148.0 316.96738L148.0 317.84238Q147.57812 317.96738 147.17188 317.96738Q146.45312 317.96738 146.07812 317.52988Q145.70312 317.07675 145.70312 316.26425L145.70312 312.34238L144.54688 312.34238L144.54688 311.49863L145.70312 311.49863L145.70312 309.96738L146.79688 309.96738ZM150.5 317.84238L149.42188 317.84238L149.42188 311.49863L150.5 311.49863L150.5 317.84238ZM149.32812 309.82675Q149.32812 309.56113 149.48438 309.37363Q149.65625 309.18613 149.96875 309.18613Q150.28125 309.18613 150.4375 309.37363Q150.60938 309.56113 150.60938 309.82675Q150.60938 310.07675 150.4375 310.26425Q150.28125 310.43613 149.96875 310.43613Q149.65625 310.43613 149.48438 310.26425Q149.32812 310.07675 149.32812 309.82675ZM152.03125 314.608Q152.03125 313.68613 152.39062 312.93613Q152.76562 312.18613 153.42188 311.7955Q154.07812 311.38925 154.90625 311.38925Q156.20312 311.38925 157.0 312.27988Q157.8125 313.1705 157.8125 314.6705L157.8125 314.74863Q157.8125 315.6705 157.45312 316.40488Q157.09375 317.13925 156.4375 317.56113Q155.78125 317.96738 154.92188 317.96738Q153.64062 317.96738 152.82812 317.07675Q152.03125 316.1705 152.03125 314.68613L152.03125 314.608ZM153.125 314.74863Q153.125 315.7955 153.60938 316.43613Q154.10938 317.07675 154.92188 317.07675Q155.75 317.07675 156.23438 316.43613Q156.71875 315.77988 156.71875 314.608Q156.71875 313.57675 156.21875 312.93613Q155.73438 312.27988 154.90625 312.27988Q154.10938 312.27988 153.60938 312.9205Q153.125 313.5455 153.125 314.74863ZM160.34375 311.49863L160.375 312.2955Q161.10938 311.38925 162.28125 311.38925Q164.29688 311.38925 164.3125 313.65488L164.3125 317.84238L163.21875 317.84238L163.21875 313.63925Q163.21875 312.96738 162.90625 312.63925Q162.60938 312.31113 161.95312 312.31113Q161.42188 312.31113 161.01562 312.59238Q160.625 312.87363 160.40625 313.32675L160.40625 317.84238L159.32812 317.84238L159.32812 311.49863L160.34375 311.49863Z" fill-rule="nonzero"/><path fill="#666666" d="M33.609375 348.3549L33.609375 351.69864L32.484375 351.69864L32.484375 343.1674L35.640625 343.1674Q37.03125 343.1674 37.828125 343.88614Q38.625 344.58926 38.625 345.77676Q38.625 347.01114 37.84375 347.683Q37.078125 348.3549 35.625 348.3549L33.609375 348.3549ZM33.609375 347.433L35.640625 347.433Q36.546875 347.433 37.015625 347.01114Q37.5 346.58926 37.5 345.7924Q37.5 345.02676 37.015625 344.57364Q36.546875 344.1049 35.703125 344.08926L33.609375 344.08926L33.609375 347.433ZM44.234375 351.07364Q43.609375 351.82364 42.375 351.82364Q41.359375 351.82364 40.828125 351.2299Q40.296875 350.63614 40.296875 349.4799L40.296875 345.3549L41.375 345.3549L41.375 349.44864Q41.375 350.90176 42.546875 350.90176Q43.796875 350.90176 44.203125 349.96426L44.203125 345.3549L45.296875 345.3549L45.296875 351.69864L44.265625 351.69864L44.234375 351.07364ZM52.6875 348.6049Q52.6875 350.058 52.015625 350.94864Q51.359375 351.82364 50.234375 351.82364Q49.03125 351.82364 48.375 350.96426L48.3125 351.69864L47.328125 351.69864L47.328125 342.69864L48.40625 342.69864L48.40625 346.058Q49.0625 345.2455 50.21875 345.2455Q51.375 345.2455 52.03125 346.1205Q52.6875 346.9799 52.6875 348.51114L52.6875 348.6049ZM51.609375 348.4799Q51.609375 347.3705 51.171875 346.77676Q50.75 346.1674 49.953125 346.1674Q48.875 346.1674 48.40625 347.15176L48.40625 349.90176Q48.90625 350.90176 49.953125 350.90176Q50.734375 350.90176 51.171875 350.2924Q51.609375 349.683 51.609375 348.4799ZM55.5 351.69864L54.421875 351.69864L54.421875 342.69864L55.5 342.69864L55.5 351.69864ZM58.5 351.69864L57.421875 351.69864L57.421875 345.3549L58.5 345.3549L58.5 351.69864ZM57.328125 343.683Q57.328125 343.4174 57.484375 343.2299Q57.65625 343.0424 57.96875 343.0424Q58.28125 343.0424 58.4375 343.2299Q58.609375 343.4174 58.609375 343.683Q58.609375 343.933 58.4375 344.1205Q58.28125 344.2924 57.96875 344.2924Q57.65625 344.2924 57.484375 344.1205Q57.328125 343.933 57.328125 343.683ZM62.859375 350.933Q63.4375 350.933 63.875 350.58926Q64.3125 350.2299 64.359375 349.69864L65.390625 349.69864Q65.359375 350.2455 65.0 350.7455Q64.65625 351.2299 64.078125 351.52676Q63.515625 351.82364 62.859375 351.82364Q61.5625 351.82364 60.796875 350.96426Q60.046875 350.08926 60.046875 348.58926L60.046875 348.40176Q60.046875 347.4799 60.375 346.76114Q60.71875 346.0424 61.34375 345.65176Q61.984375 345.2455 62.859375 345.2455Q63.921875 345.2455 64.625 345.88614Q65.34375 346.51114 65.390625 347.5424L64.359375 347.5424Q64.3125 346.9174 63.890625 346.52676Q63.46875 346.13614 62.859375 346.13614Q62.03125 346.13614 61.578125 346.7299Q61.125 347.32364 61.125 348.44864L61.125 348.65176Q61.125 349.7455 61.578125 350.33926Q62.03125 350.933 62.859375 350.933ZM73.015625 350.01114Q73.015625 349.57364 72.671875 349.33926Q72.34375 349.08926 71.515625 348.9174Q70.703125 348.7455 70.21875 348.4955Q69.734375 348.2455 69.5 347.9174Q69.28125 347.57364 69.28125 347.1049Q69.28125 346.32364 69.9375 345.7924Q70.59375 345.2455 71.625 345.2455Q72.703125 345.2455 73.359375 345.808Q74.03125 346.3549 74.03125 347.21426L72.953125 347.21426Q72.953125 346.77676 72.5625 346.46426Q72.1875 346.13614 71.625 346.13614Q71.03125 346.13614 70.6875 346.40176Q70.359375 346.65176 70.359375 347.058Q70.359375 347.44864 70.671875 347.65176Q70.984375 347.8549 71.796875 348.0424Q72.609375 348.21426 73.109375 348.46426Q73.609375 348.71426 73.84375 349.07364Q74.09375 349.433 74.09375 349.933Q74.09375 350.7924 73.40625 351.308Q72.734375 351.82364 71.65625 351.82364Q70.890625 351.82364 70.296875 351.558Q69.71875 351.27676 69.390625 350.7924Q69.0625 350.308 69.0625 349.7455L70.140625 349.7455Q70.171875 350.2924 70.578125 350.6205Q70.984375 350.933 71.65625 350.933Q72.265625 350.933 72.640625 350.683Q73.015625 350.433 73.015625 350.01114ZM77.953125 351.82364Q76.65625 351.82364 75.84375 350.9799Q75.046875 350.1205 75.046875 348.69864L75.046875 348.51114Q75.046875 347.558 75.40625 346.82364Q75.765625 346.07364 76.40625 345.6674Q77.0625 345.2455 77.8125 345.2455Q79.046875 345.2455 79.734375 346.058Q80.421875 346.8705 80.421875 348.38614L80.421875 348.83926L76.125 348.83926Q76.15625 349.77676 76.671875 350.3549Q77.203125 350.933 78.015625 350.933Q78.578125 350.933 78.96875 350.69864Q79.375 350.46426 79.6875 350.07364L80.34375 350.58926Q79.546875 351.82364 77.953125 351.82364ZM77.8125 346.13614Q77.15625 346.13614 76.703125 346.6205Q76.265625 347.08926 76.171875 347.94864L79.34375 347.94864L79.34375 347.8705Q79.296875 347.0424 78.890625 346.58926Q78.5 346.13614 77.8125 346.13614ZM83.859375 350.933Q84.4375 350.933 84.875 350.58926Q85.3125 350.2299 85.359375 349.69864L86.390625 349.69864Q86.359375 350.2455 86.0 350.7455Q85.65625 351.2299 85.078125 351.52676Q84.515625 351.82364 83.859375 351.82364Q82.5625 351.82364 81.796875 350.96426Q81.046875 350.08926 81.046875 348.58926L81.046875 348.40176Q81.046875 347.4799 81.375 346.76114Q81.71875 346.0424 82.34375 345.65176Q82.984375 345.2455 83.859375 345.2455Q84.921875 345.2455 85.625 345.88614Q86.34375 346.51114 86.390625 347.5424L85.359375 347.5424Q85.3125 346.9174 84.890625 346.52676Q84.46875 346.13614 83.859375 346.13614Q83.03125 346.13614 82.578125 346.7299Q82.125 347.32364 82.125 348.44864L82.125 348.65176Q82.125 349.7455 82.578125 350.33926Q83.03125 350.933 83.859375 350.933ZM88.796875 343.82364L88.796875 345.3549L89.96875 345.3549L89.96875 346.19864L88.796875 346.19864L88.796875 350.1205Q88.796875 350.51114 88.953125 350.69864Q89.109375 350.88614 89.484375 350.88614Q89.671875 350.88614 90.0 350.82364L90.0 351.69864Q89.578125 351.82364 89.171875 351.82364Q88.453125 351.82364 88.078125 351.38614Q87.703125 350.933 87.703125 350.1205L87.703125 346.19864L86.546875 346.19864L86.546875 345.3549L87.703125 345.3549L87.703125 343.82364L88.796875 343.82364ZM91.03125 348.46426Q91.03125 347.5424 91.390625 346.7924Q91.765625 346.0424 92.421875 345.65176Q93.078125 345.2455 93.90625 345.2455Q95.203125 345.2455 96.0 346.13614Q96.8125 347.02676 96.8125 348.52676L96.8125 348.6049Q96.8125 349.52676 96.453125 350.26114Q96.09375 350.9955 95.4375 351.4174Q94.78125 351.82364 93.921875 351.82364Q92.640625 351.82364 91.828125 350.933Q91.03125 350.02676 91.03125 348.5424L91.03125 348.46426ZM92.125 348.6049Q92.125 349.65176 92.609375 350.2924Q93.109375 350.933 93.921875 350.933Q94.75 350.933 95.234375 350.2924Q95.71875 349.63614 95.71875 348.46426Q95.71875 347.433 95.21875 346.7924Q94.734375 346.13614 93.90625 346.13614Q93.109375 346.13614 92.609375 346.77676Q92.125 347.40176 92.125 348.6049ZM101.390625 346.32364Q101.140625 346.2924 100.859375 346.2924Q99.78125 346.2924 99.40625 347.19864L99.40625 351.69864L98.328125 351.69864L98.328125 345.3549L99.375 345.3549L99.390625 346.08926Q99.921875 345.2455 100.90625 345.2455Q101.21875 345.2455 101.390625 345.32364L101.390625 346.32364ZM105.53125 352.433L104.609375 352.433L108.171875 343.1674L109.09375 343.1674L105.53125 352.433ZM114.34375 345.3549L114.375 346.15176Q115.109375 345.2455 116.28125 345.2455Q118.296875 345.2455 118.3125 347.51114L118.3125 351.69864L117.21875 351.69864L117.21875 347.4955Q117.21875 346.82364 116.90625 346.4955Q116.609375 346.1674 115.953125 346.1674Q115.421875 346.1674 115.015625 346.44864Q114.625 346.7299 114.40625 347.183L114.40625 351.69864L113.328125 351.69864L113.328125 345.3549L114.34375 345.3549ZM120.03125 348.46426Q120.03125 347.5424 120.390625 346.7924Q120.765625 346.0424 121.421875 345.65176Q122.078125 345.2455 122.90625 345.2455Q124.203125 345.2455 125.0 346.13614Q125.8125 347.02676 125.8125 348.52676L125.8125 348.6049Q125.8125 349.52676 125.453125 350.26114Q125.09375 350.9955 124.4375 351.4174Q123.78125 351.82364 122.921875 351.82364Q121.640625 351.82364 120.828125 350.933Q120.03125 350.02676 120.03125 348.5424L120.03125 348.46426ZM121.125 348.6049Q121.125 349.65176 121.609375 350.2924Q122.109375 350.933 122.921875 350.933Q123.75 350.933 124.234375 350.2924Q124.71875 349.63614 124.71875 348.46426Q124.71875 347.433 124.21875 346.7924Q123.734375 346.13614 122.90625 346.13614Q122.109375 346.13614 121.609375 346.77676Q121.125 347.40176 121.125 348.6049ZM128.34375 345.3549L128.375 346.15176Q129.10938 345.2455 130.28125 345.2455Q132.29688 345.2455 132.3125 347.51114L132.3125 351.69864L131.21875 351.69864L131.21875 347.4955Q131.21875 346.82364 130.90625 346.4955Q130.60938 346.1674 129.95312 346.1674Q129.42188 346.1674 129.01562 346.44864Q128.625 346.7299 128.40625 347.183L128.40625 351.69864L127.328125 351.69864L127.328125 345.3549L128.34375 345.3549ZM136.57812 348.51114L133.71875 348.51114L133.71875 347.63614L136.57812 347.63614L136.57812 348.51114ZM142.67188 348.6049Q142.67188 350.0424 142.01562 350.933Q141.35938 351.82364 140.21875 351.82364Q139.0625 351.82364 138.40625 351.08926L138.40625 354.13614L137.32812 354.13614L137.32812 345.3549L138.3125 345.3549L138.35938 346.058Q139.03125 345.2455 140.20312 345.2455Q141.34375 345.2455 142.0 346.1049Q142.67188 346.96426 142.67188 348.4955L142.67188 348.6049ZM141.59375 348.4799Q141.59375 347.40176 141.125 346.7924Q140.67188 346.1674 139.875 346.1674Q138.89062 346.1674 138.40625 347.02676L138.40625 350.058Q138.89062 350.933 139.89062 350.933Q140.67188 350.933 141.125 350.32364Q141.59375 349.69864 141.59375 348.4799ZM147.39062 346.32364Q147.14062 346.2924 146.85938 346.2924Q145.78125 346.2924 145.40625 347.19864L145.40625 351.69864L144.32812 351.69864L144.32812 345.3549L145.375 345.3549L145.39062 346.08926Q145.92188 345.2455 146.90625 345.2455Q147.21875 345.2455 147.39062 345.32364L147.39062 346.32364ZM148.03125 348.46426Q148.03125 347.5424 148.39062 346.7924Q148.76562 346.0424 149.42188 345.65176Q150.07812 345.2455 150.90625 345.2455Q152.20312 345.2455 153.0 346.13614Q153.8125 347.02676 153.8125 348.52676L153.8125 348.6049Q153.8125 349.52676 153.45312 350.26114Q153.09375 350.9955 152.4375 351.4174Q151.78125 351.82364 150.92188 351.82364Q149.64062 351.82364 148.82812 350.933Q148.03125 350.02676 148.03125 348.5424L148.03125 348.46426ZM149.125 348.6049Q149.125 349.65176 149.60938 350.2924Q150.10938 350.933 150.92188 350.933Q151.75 350.933 152.23438 350.2924Q152.71875 349.63614 152.71875 348.46426Q152.71875 347.433 152.21875 346.7924Q151.73438 346.13614 150.90625 346.13614Q150.10938 346.13614 149.60938 346.77676Q149.125 347.40176 149.125 348.6049ZM155.85938 351.69864L155.85938 346.19864L154.85938 346.19864L154.85938 345.3549L155.85938 345.3549L155.85938 344.71426Q155.85938 343.683 156.39062 343.13614Q156.9375 342.57364 157.9375 342.57364Q158.3125 342.57364 158.6875 342.6674L158.625 343.558Q158.34375 343.4955 158.04688 343.4955Q157.51562 343.4955 157.21875 343.808Q156.9375 344.1205 156.9375 344.683L156.9375 345.3549L158.29688 345.3549L158.29688 346.19864L156.9375 346.19864L156.9375 351.69864L155.85938 351.69864ZM160.5 351.69864L159.42188 351.69864L159.42188 345.3549L160.5 345.3549L160.5 351.69864ZM159.32812 343.683Q159.32812 343.4174 159.48438 343.2299Q159.65625 343.0424 159.96875 343.0424Q160.28125 343.0424 160.4375 343.2299Q160.60938 343.4174 160.60938 343.683Q160.60938 343.933 160.4375 344.1205Q160.28125 344.2924 159.96875 344.2924Q159.65625 344.2924 159.48438 344.1205Q159.32812 343.933 159.32812 343.683ZM163.79688 343.82364L163.79688 345.3549L164.96875 345.3549L164.96875 346.19864L163.79688 346.19864L163.79688 350.1205Q163.79688 350.51114 163.95312 350.69864Q164.10938 350.88614 164.48438 350.88614Q164.67188 350.88614 165.0 350.82364L165.0 351.69864Q164.57812 351.82364 164.17188 351.82364Q163.45312 351.82364 163.07812 351.38614Q162.70312 350.933 162.70312 350.1205L162.70312 346.19864L161.54688 346.19864L161.54688 345.3549L162.70312 345.3549L162.70312 343.82364L163.79688 343.82364Z" fill-rule="nonzero"/><path fill="#666666" d="M87.9375 377.02362L90.734375 383.97675L93.515625 377.02362L94.984375 377.02362L94.984375 385.55487L93.859375 385.55487L93.859375 382.22675L93.96875 378.64862L91.15625 385.55487L90.296875 385.55487L87.5 378.66425L87.609375 382.22675L87.609375 385.55487L86.484375 385.55487L86.484375 377.02362L87.9375 377.02362ZM100.234375 385.55487Q100.140625 385.36737 100.078125 384.883Q99.328125 385.67987 98.28125 385.67987Q97.34375 385.67987 96.734375 385.14862Q96.140625 384.61737 96.140625 383.78925Q96.140625 382.80487 96.890625 382.258Q97.640625 381.71112 99.015625 381.71112L100.0625 381.71112L100.0625 381.21112Q100.0625 380.64862 99.71875 380.3205Q99.390625 379.97675 98.71875 379.97675Q98.140625 379.97675 97.75 380.27362Q97.359375 380.55487 97.359375 380.97675L96.265625 380.97675Q96.265625 380.49237 96.59375 380.05487Q96.9375 379.61737 97.515625 379.36737Q98.09375 379.10175 98.78125 379.10175Q99.890625 379.10175 100.5 379.64862Q101.125 380.1955 101.15625 381.14862L101.15625 384.0705Q101.15625 384.9455 101.375 385.46112L101.375 385.55487L100.234375 385.55487ZM98.4375 384.72675Q98.953125 384.72675 99.40625 384.46112Q99.859375 384.1955 100.0625 383.77362L100.0625 382.47675L99.21875 382.47675Q97.21875 382.47675 97.21875 383.64862Q97.21875 384.14862 97.5625 384.4455Q97.90625 384.72675 98.4375 384.72675ZM104.34375 379.21112L104.375 380.008Q105.109375 379.10175 106.28125 379.10175Q108.296875 379.10175 108.3125 381.36737L108.3125 385.55487L107.21875 385.55487L107.21875 381.35175Q107.21875 380.67987 106.90625 380.35175Q106.609375 380.02362 105.953125 380.02362Q105.421875 380.02362 105.015625 380.30487Q104.625 380.58612 104.40625 381.03925L104.40625 385.55487L103.328125 385.55487L103.328125 379.21112L104.34375 379.21112ZM114.234375 384.92987Q113.609375 385.67987 112.375 385.67987Q111.359375 385.67987 110.828125 385.08612Q110.296875 384.49237 110.296875 383.33612L110.296875 379.21112L111.375 379.21112L111.375 383.30487Q111.375 384.758 112.546875 384.758Q113.796875 384.758 114.203125 383.8205L114.203125 379.21112L115.296875 379.21112L115.296875 385.55487L114.265625 385.55487L114.234375 384.92987ZM117.859375 385.55487L117.859375 380.05487L116.859375 380.05487L116.859375 379.21112L117.859375 379.21112L117.859375 378.5705Q117.859375 377.53925 118.390625 376.99237Q118.9375 376.42987 119.9375 376.42987Q120.3125 376.42987 120.6875 376.52362L120.625 377.41425Q120.34375 377.35175 120.046875 377.35175Q119.515625 377.35175 119.21875 377.66425Q118.9375 377.97675 118.9375 378.53925L118.9375 379.21112L120.296875 379.21112L120.296875 380.05487L118.9375 380.05487L118.9375 385.55487L117.859375 385.55487ZM125.234375 385.55487Q125.140625 385.36737 125.078125 384.883Q124.328125 385.67987 123.28125 385.67987Q122.34375 385.67987 121.734375 385.14862Q121.140625 384.61737 121.140625 383.78925Q121.140625 382.80487 121.890625 382.258Q122.640625 381.71112 124.015625 381.71112L125.0625 381.71112L125.0625 381.21112Q125.0625 380.64862 124.71875 380.3205Q124.390625 379.97675 123.71875 379.97675Q123.140625 379.97675 122.75 380.27362Q122.359375 380.55487 122.359375 380.97675L121.265625 380.97675Q121.265625 380.49237 121.59375 380.05487Q121.9375 379.61737 122.515625 379.36737Q123.09375 379.10175 123.78125 379.10175Q124.890625 379.10175 125.5 379.64862Q126.125 380.1955 126.15625 381.14862L126.15625 384.0705Q126.15625 384.9455 126.375 385.46112L126.375 385.55487L125.234375 385.55487ZM123.4375 384.72675Q123.953125 384.72675 124.40625 384.46112Q124.859375 384.1955 125.0625 383.77362L125.0625 382.47675L124.21875 382.47675Q122.21875 382.47675 122.21875 383.64862Q122.21875 384.14862 122.5625 384.4455Q122.90625 384.72675 123.4375 384.72675ZM130.85938 384.78925Q131.4375 384.78925 131.875 384.4455Q132.3125 384.08612 132.35938 383.55487L133.39062 383.55487Q133.35938 384.10175 133.0 384.60175Q132.65625 385.08612 132.07812 385.383Q131.51562 385.67987 130.85938 385.67987Q129.5625 385.67987 128.79688 384.8205Q128.04688 383.9455 128.04688 382.4455L128.04688 382.258Q128.04688 381.33612 128.375 380.61737Q128.71875 379.89862 129.34375 379.508Q129.98438 379.10175 130.85938 379.10175Q131.92188 379.10175 132.625 379.74237Q133.34375 380.36737 133.39062 381.39862L132.35938 381.39862Q132.3125 380.77362 131.89062 380.383Q131.46875 379.99237 130.85938 379.99237Q130.03125 379.99237 129.57812 380.58612Q129.125 381.17987 129.125 382.30487L129.125 382.508Q129.125 383.60175 129.57812 384.1955Q130.03125 384.78925 130.85938 384.78925ZM135.79688 377.67987L135.79688 379.21112L136.96875 379.21112L136.96875 380.05487L135.79688 380.05487L135.79688 383.97675Q135.79688 384.36737 135.95312 384.55487Q136.10938 384.74237 136.48438 384.74237Q136.67188 384.74237 137.0 384.67987L137.0 385.55487Q136.57812 385.67987 136.17188 385.67987Q135.45312 385.67987 135.07812 385.24237Q134.70312 384.78925 134.70312 383.97675L134.70312 380.05487L133.54688 380.05487L133.54688 379.21112L134.70312 379.21112L134.70312 377.67987L135.79688 377.67987ZM142.23438 384.92987Q141.60938 385.67987 140.375 385.67987Q139.35938 385.67987 138.82812 385.08612Q138.29688 384.49237 138.29688 383.33612L138.29688 379.21112L139.375 379.21112L139.375 383.30487Q139.375 384.758 140.54688 384.758Q141.79688 384.758 142.20312 383.8205L142.20312 379.21112L143.29688 379.21112L143.29688 385.55487L142.26562 385.55487L142.23438 384.92987ZM148.39062 380.17987Q148.14062 380.14862 147.85938 380.14862Q146.78125 380.14862 146.40625 381.05487L146.40625 385.55487L145.32812 385.55487L145.32812 379.21112L146.375 379.21112L146.39062 379.9455Q146.92188 379.10175 147.90625 379.10175Q148.21875 379.10175 148.39062 379.17987L148.39062 380.17987ZM150.5 385.55487L149.42188 385.55487L149.42188 379.21112L150.5 379.21112L150.5 385.55487ZM149.32812 377.53925Q149.32812 377.27362 149.48438 377.08612Q149.65625 376.89862 149.96875 376.89862Q150.28125 376.89862 150.4375 377.08612Q150.60938 377.27362 150.60938 377.53925Q150.60938 377.78925 150.4375 377.97675Q150.28125 378.14862 149.96875 378.14862Q149.65625 378.14862 149.48438 377.97675Q149.32812 377.78925 149.32812 377.53925ZM153.34375 379.21112L153.375 380.008Q154.10938 379.10175 155.28125 379.10175Q157.29688 379.10175 157.3125 381.36737L157.3125 385.55487L156.21875 385.55487L156.21875 381.35175Q156.21875 380.67987 155.90625 380.35175Q155.60938 380.02362 154.95312 380.02362Q154.42188 380.02362 154.01562 380.30487Q153.625 380.58612 153.40625 381.03925L153.40625 385.55487L152.32812 385.55487L152.32812 379.21112L153.34375 379.21112ZM159.0625 382.33612Q159.0625 380.85175 159.75 379.97675Q160.4375 379.10175 161.5625 379.10175Q162.71875 379.10175 163.375 379.91425L163.42188 379.21112L164.42188 379.21112L164.42188 385.39862Q164.42188 386.633 163.6875 387.33612Q162.95312 388.05487 161.73438 388.05487Q161.04688 388.05487 160.39062 387.758Q159.73438 387.46112 159.39062 386.96112L159.95312 386.30487Q160.64062 387.16425 161.65625 387.16425Q162.4375 387.16425 162.875 386.71112Q163.32812 386.27362 163.32812 385.46112L163.32812 384.91425Q162.67188 385.67987 161.54688 385.67987Q160.4375 385.67987 159.75 384.78925Q159.0625 383.883 159.0625 382.33612ZM160.15625 382.46112Q160.15625 383.52362 160.59375 384.14862Q161.03125 384.758 161.82812 384.758Q162.84375 384.758 163.32812 383.8205L163.32812 380.92987Q162.82812 380.02362 161.82812 380.02362Q161.04688 380.02362 160.59375 380.633Q160.15625 381.24237 160.15625 382.46112Z" fill-rule="nonzero"/><path fill="#666666" d="M134.3125 415.47363L130.60938 415.47363L130.60938 418.48926L134.90625 418.48926L134.90625 419.41113L129.48438 419.41113L129.48438 410.87988L134.85938 410.87988L134.85938 411.80176L130.60938 411.80176L130.60938 414.55176L134.3125 414.55176L134.3125 415.47363ZM137.34375 413.06738L137.375 413.86426Q138.10938 412.958 139.28125 412.958Q141.29688 412.958 141.3125 415.22363L141.3125 419.41113L140.21875 419.41113L140.21875 415.208Q140.21875 414.53613 139.90625 414.208Q139.60938 413.87988 138.95312 413.87988Q138.42188 413.87988 138.01562 414.16113Q137.625 414.44238 137.40625 414.8955L137.40625 419.41113L136.32812 419.41113L136.32812 413.06738L137.34375 413.06738ZM145.95312 419.53613Q144.65625 419.53613 143.84375 418.69238Q143.04688 417.833 143.04688 416.41113L143.04688 416.22363Q143.04688 415.2705 143.40625 414.53613Q143.76562 413.78613 144.40625 413.37988Q145.0625 412.958 145.8125 412.958Q147.04688 412.958 147.73438 413.7705Q148.42188 414.583 148.42188 416.09863L148.42188 416.55176L144.125 416.55176Q144.15625 417.48926 144.67188 418.06738Q145.20312 418.6455 146.01562 418.6455Q146.57812 418.6455 146.96875 418.41113Q147.375 418.17676 147.6875 417.78613L148.34375 418.30176Q147.54688 419.53613 145.95312 419.53613ZM145.8125 413.84863Q145.15625 413.84863 144.70312 414.333Q144.26562 414.80176 144.17188 415.66113L147.34375 415.66113L147.34375 415.583Q147.29688 414.75488 146.89062 414.30176Q146.5 413.84863 145.8125 413.84863ZM152.39062 414.03613Q152.14062 414.00488 151.85938 414.00488Q150.78125 414.00488 150.40625 414.91113L150.40625 419.41113L149.32812 419.41113L149.32812 413.06738L150.375 413.06738L150.39062 413.80176Q150.92188 412.958 151.90625 412.958Q152.21875 412.958 152.39062 413.03613L152.39062 414.03613ZM153.0625 416.19238Q153.0625 414.708 153.75 413.833Q154.4375 412.958 155.5625 412.958Q156.71875 412.958 157.375 413.7705L157.42188 413.06738L158.42188 413.06738L158.42188 419.25488Q158.42188 420.48926 157.6875 421.19238Q156.95312 421.91113 155.73438 421.91113Q155.04688 421.91113 154.39062 421.61426Q153.73438 421.31738 153.39062 420.81738L153.95312 420.16113Q154.64062 421.0205 155.65625 421.0205Q156.4375 421.0205 156.875 420.56738Q157.32812 420.12988 157.32812 419.31738L157.32812 418.7705Q156.67188 419.53613 155.54688 419.53613Q154.4375 419.53613 153.75 418.6455Q153.0625 417.73926 153.0625 416.19238ZM154.15625 416.31738Q154.15625 417.37988 154.59375 418.00488Q155.03125 418.61426 155.82812 418.61426Q156.84375 418.61426 157.32812 417.67676L157.32812 414.78613Q156.82812 413.87988 155.82812 413.87988Q155.04688 413.87988 154.59375 414.48926Q154.15625 415.09863 154.15625 416.31738ZM162.39062 417.81738L163.875 413.06738L165.03125 413.06738L162.48438 420.3955Q161.89062 421.97363 160.60938 421.97363L160.39062 421.958L160.0 421.87988L160.0 421.00488L160.28125 421.0205Q160.84375 421.0205 161.14062 420.80176Q161.45312 420.583 161.65625 419.98926L161.89062 419.333L159.625 413.06738L160.8125 413.06738L162.39062 417.81738Z" fill-rule="nonzero"/><path fill="#666666" d="M144.04688 449.28302Q144.04688 450.53302 143.625 451.47052Q143.20312 452.3924 142.42188 452.8924Q141.65625 453.3924 140.625 453.3924Q139.625 453.3924 138.84375 452.8924Q138.0625 452.3924 137.625 451.48615Q137.20312 450.56427 137.1875 449.34552L137.1875 448.73615Q137.1875 447.50177 137.60938 446.56427Q138.04688 445.62677 138.82812 445.12677Q139.60938 444.61115 140.625 444.61115Q141.64062 444.61115 142.42188 445.11115Q143.20312 445.61115 143.625 446.54865Q144.04688 447.48615 144.04688 448.73615L144.04688 449.28302ZM142.9375 448.72052Q142.9375 447.2049 142.32812 446.3924Q141.71875 445.5799 140.625 445.5799Q139.54688 445.5799 138.9375 446.3924Q138.32812 447.2049 138.3125 448.6424L138.3125 449.28302Q138.3125 450.75177 138.92188 451.59552Q139.54688 452.42365 140.625 452.42365Q141.71875 452.42365 142.3125 451.6424Q142.92188 450.84552 142.9375 449.36115L142.9375 448.72052ZM146.79688 445.3924L146.79688 446.92365L147.96875 446.92365L147.96875 447.7674L146.79688 447.7674L146.79688 451.68927Q146.79688 452.0799 146.95312 452.2674Q147.10938 452.4549 147.48438 452.4549Q147.67188 452.4549 148.0 452.3924L148.0 453.2674Q147.57812 453.3924 147.17188 453.3924Q146.45312 453.3924 146.07812 452.9549Q145.70312 452.50177 145.70312 451.68927L145.70312 447.7674L144.54688 447.7674L144.54688 446.92365L145.70312 446.92365L145.70312 445.3924L146.79688 445.3924ZM150.40625 447.68927Q151.125 446.81427 152.28125 446.81427Q154.29688 446.81427 154.3125 449.0799L154.3125 453.2674L153.21875 453.2674L153.21875 449.06427Q153.21875 448.3924 152.90625 448.06427Q152.60938 447.73615 151.95312 447.73615Q151.42188 447.73615 151.01562 448.0174Q150.625 448.29865 150.40625 448.75177L150.40625 453.2674L149.32812 453.2674L149.32812 444.2674L150.40625 444.2674L150.40625 447.68927ZM158.95312 453.3924Q157.65625 453.3924 156.84375 452.54865Q156.04688 451.68927 156.04688 450.2674L156.04688 450.0799Q156.04688 449.12677 156.40625 448.3924Q156.76562 447.6424 157.40625 447.23615Q158.0625 446.81427 158.8125 446.81427Q160.04688 446.81427 160.73438 447.62677Q161.42188 448.43927 161.42188 449.9549L161.42188 450.40802L157.125 450.40802Q157.15625 451.34552 157.67188 451.92365Q158.20312 452.50177 159.01562 452.50177Q159.57812 452.50177 159.96875 452.2674Q160.375 452.03302 160.6875 451.6424L161.34375 452.15802Q160.54688 453.3924 158.95312 453.3924ZM158.8125 447.7049Q158.15625 447.7049 157.70312 448.18927Q157.26562 448.65802 157.17188 449.5174L160.34375 449.5174L160.34375 449.43927Q160.29688 448.61115 159.89062 448.15802Q159.5 447.7049 158.8125 447.7049ZM165.39062 447.8924Q165.14062 447.86115 164.85938 447.86115Q163.78125 447.86115 163.40625 448.7674L163.40625 453.2674L162.32812 453.2674L162.32812 446.92365L163.375 446.92365L163.39062 447.65802Q163.92188 446.81427 164.90625 446.81427Q165.21875 446.81427 165.39062 446.8924L165.39062 447.8924Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 485.97974Q169.5625 487.886 168.90625 488.8235Q168.26562 489.74536 166.875 489.74536Q165.51562 489.74536 164.85938 488.8391Q164.20312 487.93286 164.17188 486.12036L164.17188 484.68286Q164.17188 482.79224 164.8125 481.886Q165.46875 480.9641 166.85938 480.9641Q168.23438 480.9641 168.89062 481.85474Q169.54688 482.72974 169.5625 484.5735L169.5625 485.97974ZM168.46875 484.49536Q168.46875 483.12036 168.07812 482.49536Q167.70312 481.85474 166.85938 481.85474Q166.03125 481.85474 165.64062 482.49536Q165.26562 483.12036 165.26562 484.41724L165.26562 486.1516Q165.26562 487.5266 165.65625 488.1985Q166.0625 488.85474 166.875 488.85474Q167.67188 488.85474 168.0625 488.22974Q168.45312 487.60474 168.46875 486.2766L168.46875 484.49536ZM171.10938 482.72974Q171.10938 481.9641 171.59375 481.4641Q172.09375 480.9641 172.85938 480.9641Q173.64062 480.9641 174.125 481.4641Q174.60938 481.9641 174.60938 482.761L174.60938 483.18286Q174.60938 483.9485 174.10938 484.4485Q173.625 484.93286 172.875 484.93286Q172.10938 484.93286 171.60938 484.4485Q171.10938 483.9485 171.10938 483.136L171.10938 482.72974ZM171.92188 483.18286Q171.92188 483.636 172.17188 483.93286Q172.4375 484.22974 172.875 484.22974Q173.29688 484.22974 173.54688 483.9485Q173.79688 483.6516 173.79688 483.1516L173.79688 482.72974Q173.79688 482.2766 173.54688 481.97974Q173.29688 481.66724 172.85938 481.66724Q172.42188 481.66724 172.17188 481.97974Q171.92188 482.2766 171.92188 482.74536L171.92188 483.18286ZM175.26562 487.5266Q175.26562 486.761 175.75 486.2766Q176.25 485.7766 177.01562 485.7766Q177.78125 485.7766 178.26562 486.2766Q178.76562 486.761 178.76562 487.5735L178.76562 487.97974Q178.76562 488.74536 178.28125 489.24536Q177.79688 489.74536 177.03125 489.74536Q176.26562 489.74536 175.76562 489.261Q175.26562 488.761 175.26562 487.9485L175.26562 487.5266ZM176.07812 487.97974Q176.07812 488.4485 176.32812 488.74536Q176.59375 489.04224 177.03125 489.04224Q177.45312 489.04224 177.70312 488.761Q177.95312 488.4641 177.95312 487.9641L177.95312 487.5266Q177.95312 487.05786 177.6875 486.7766Q177.4375 486.47974 177.01562 486.47974Q176.59375 486.47974 176.32812 486.7766Q176.07812 487.05786 176.07812 487.55786L176.07812 487.97974ZM173.125 488.97974L172.5 488.5891L176.67188 481.91724L177.28125 482.30786L173.125 488.97974Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 489.62036L260.197 489.62036L260.197 488.8391L263.15012 485.55786Q263.80637 484.80786 264.05637 484.35474Q264.30637 483.886 264.30637 483.386Q264.30637 482.7141 263.90012 482.29224Q263.5095 481.85474 262.822 481.85474Q262.02512 481.85474 261.572 482.3235Q261.11887 482.7766 261.11887 483.60474L260.04074 483.60474Q260.04074 482.41724 260.79074 481.6985Q261.55637 480.9641 262.822 480.9641Q264.02512 480.9641 264.71262 481.5891Q265.40012 482.2141 265.40012 483.261Q265.40012 484.511 263.79074 486.261L261.5095 488.72974L265.79074 488.72974L265.79074 489.62036ZM272.55637 485.97974Q272.55637 487.886 271.90012 488.8235Q271.2595 489.74536 269.86887 489.74536Q268.5095 489.74536 267.85324 488.8391Q267.197 487.93286 267.16574 486.12036L267.16574 484.68286Q267.16574 482.79224 267.80637 481.886Q268.46262 480.9641 269.85324 480.9641Q271.22824 480.9641 271.8845 481.85474Q272.54074 482.72974 272.55637 484.5735L272.55637 485.97974ZM271.46262 484.49536Q271.46262 483.12036 271.072 482.49536Q270.697 481.85474 269.85324 481.85474Q269.02512 481.85474 268.6345 482.49536Q268.2595 483.12036 268.2595 484.41724L268.2595 486.1516Q268.2595 487.5266 268.65012 488.1985Q269.05637 488.85474 269.86887 488.85474Q270.66574 488.85474 271.05637 488.22974Q271.447 487.60474 271.46262 486.2766L271.46262 484.49536ZM274.10324 482.72974Q274.10324 481.9641 274.58762 481.4641Q275.08762 480.9641 275.85324 480.9641Q276.6345 480.9641 277.11887 481.4641Q277.60324 481.9641 277.60324 482.761L277.60324 483.18286Q277.60324 483.9485 277.10324 484.4485Q276.61887 484.93286 275.86887 484.93286Q275.10324 484.93286 274.60324 484.4485Q274.10324 483.9485 274.10324 483.136L274.10324 482.72974ZM274.91574 483.18286Q274.91574 483.636 275.16574 483.93286Q275.43137 484.22974 275.86887 484.22974Q276.29074 484.22974 276.54074 483.9485Q276.79074 483.6516 276.79074 483.1516L276.79074 482.72974Q276.79074 482.2766 276.54074 481.97974Q276.29074 481.66724 275.85324 481.66724Q275.41574 481.66724 275.16574 481.97974Q274.91574 482.2766 274.91574 482.74536L274.91574 483.18286ZM278.2595 487.5266Q278.2595 486.761 278.74387 486.2766Q279.24387 485.7766 280.0095 485.7766Q280.77512 485.7766 281.2595 486.2766Q281.7595 486.761 281.7595 487.5735L281.7595 487.97974Q281.7595 488.74536 281.27512 489.24536Q280.79074 489.74536 280.02512 489.74536Q279.2595 489.74536 278.7595 489.261Q278.2595 488.761 278.2595 487.9485L278.2595 487.5266ZM279.072 487.97974Q279.072 488.4485 279.322 488.74536Q279.58762 489.04224 280.02512 489.04224Q280.447 489.04224 280.697 488.761Q280.947 488.4641 280.947 487.9641L280.947 487.5266Q280.947 487.05786 280.68137 486.7766Q280.43137 486.47974 280.0095 486.47974Q279.58762 486.47974 279.322 486.7766Q279.072 487.05786 279.072 487.55786L279.072 487.97974ZM276.11887 488.97974L275.49387 488.5891L279.66574 481.91724L280.27512 482.30786L276.11887 488.97974Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 486.761L365.45645 486.761L365.45645 487.636L364.26895 487.636L364.26895 489.62036L363.19083 489.62036L363.19083 487.636L359.3002 487.636L359.3002 486.99536L363.1127 481.0891L364.26895 481.0891L364.26895 486.761ZM360.53458 486.761L363.19083 486.761L363.19083 482.5735L363.0502 482.80786L360.53458 486.761ZM372.0502 485.97974Q372.0502 487.886 371.39395 488.8235Q370.75333 489.74536 369.3627 489.74536Q368.00333 489.74536 367.34708 488.8391Q366.69083 487.93286 366.65958 486.12036L366.65958 484.68286Q366.65958 482.79224 367.3002 481.886Q367.95645 480.9641 369.34708 480.9641Q370.72208 480.9641 371.37833 481.85474Q372.03458 482.72974 372.0502 484.5735L372.0502 485.97974ZM370.95645 484.49536Q370.95645 483.12036 370.56583 482.49536Q370.19083 481.85474 369.34708 481.85474Q368.51895 481.85474 368.12833 482.49536Q367.75333 483.12036 367.75333 484.41724L367.75333 486.1516Q367.75333 487.5266 368.14395 488.1985Q368.5502 488.85474 369.3627 488.85474Q370.15958 488.85474 370.5502 488.22974Q370.94083 487.60474 370.95645 486.2766L370.95645 484.49536ZM373.59708 482.72974Q373.59708 481.9641 374.08145 481.4641Q374.58145 480.9641 375.34708 480.9641Q376.12833 480.9641 376.6127 481.4641Q377.09708 481.9641 377.09708 482.761L377.09708 483.18286Q377.09708 483.9485 376.59708 484.4485Q376.1127 484.93286 375.3627 484.93286Q374.59708 484.93286 374.09708 484.4485Q373.59708 483.9485 373.59708 483.136L373.59708 482.72974ZM374.40958 483.18286Q374.40958 483.636 374.65958 483.93286Q374.9252 484.22974 375.3627 484.22974Q375.78458 484.22974 376.03458 483.9485Q376.28458 483.6516 376.28458 483.1516L376.28458 482.72974Q376.28458 482.2766 376.03458 481.97974Q375.78458 481.66724 375.34708 481.66724Q374.90958 481.66724 374.65958 481.97974Q374.40958 482.2766 374.40958 482.74536L374.40958 483.18286ZM377.75333 487.5266Q377.75333 486.761 378.2377 486.2766Q378.7377 485.7766 379.50333 485.7766Q380.26895 485.7766 380.75333 486.2766Q381.25333 486.761 381.25333 487.5735L381.25333 487.97974Q381.25333 488.74536 380.76895 489.24536Q380.28458 489.74536 379.51895 489.74536Q378.75333 489.74536 378.25333 489.261Q377.75333 488.761 377.75333 487.9485L377.75333 487.5266ZM378.56583 487.97974Q378.56583 488.4485 378.81583 488.74536Q379.08145 489.04224 379.51895 489.04224Q379.94083 489.04224 380.19083 488.761Q380.44083 488.4641 380.44083 487.9641L380.44083 487.5266Q380.44083 487.05786 380.1752 486.7766Q379.9252 486.47974 379.50333 486.47974Q379.08145 486.47974 378.81583 486.7766Q378.56583 487.05786 378.56583 487.55786L378.56583 487.97974ZM375.6127 488.97974L374.9877 488.5891L379.15958 481.91724L379.76895 482.30786L375.6127 488.97974Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 481.0891L463.45032 481.99536L463.2472 481.99536Q461.98157 482.0266 461.23157 482.761Q460.48157 483.47974 460.35657 484.79224Q461.04407 484.0266 462.20032 484.0266Q463.3097 484.0266 463.98157 484.80786Q464.65344 485.5891 464.65344 486.8391Q464.65344 488.1516 463.9347 488.9485Q463.21594 489.74536 461.9972 489.74536Q460.77844 489.74536 460.01282 488.80786Q459.26282 487.85474 459.26282 486.37036L459.26282 485.9641Q459.26282 483.60474 460.26282 482.35474Q461.26282 481.10474 463.2472 481.0891L463.45032 481.0891ZM462.02844 484.93286Q461.46594 484.93286 460.9972 485.261Q460.52844 485.5891 460.34094 486.10474L460.34094 486.49536Q460.34094 487.55786 460.8097 488.1985Q461.29407 488.8391 461.9972 488.8391Q462.73157 488.8391 463.15344 488.30786Q463.57532 487.761 463.57532 486.886Q463.57532 486.011 463.15344 485.47974Q462.73157 484.93286 462.02844 484.93286ZM471.54407 485.97974Q471.54407 487.886 470.88782 488.8235Q470.2472 489.74536 468.85657 489.74536Q467.4972 489.74536 466.84094 488.8391Q466.1847 487.93286 466.15344 486.12036L466.15344 484.68286Q466.15344 482.79224 466.79407 481.886Q467.45032 480.9641 468.84094 480.9641Q470.21594 480.9641 470.8722 481.85474Q471.52844 482.72974 471.54407 484.5735L471.54407 485.97974ZM470.45032 484.49536Q470.45032 483.12036 470.0597 482.49536Q469.6847 481.85474 468.84094 481.85474Q468.01282 481.85474 467.6222 482.49536Q467.2472 483.12036 467.2472 484.41724L467.2472 486.1516Q467.2472 487.5266 467.63782 488.1985Q468.04407 488.85474 468.85657 488.85474Q469.65344 488.85474 470.04407 488.22974Q470.4347 487.60474 470.45032 486.2766L470.45032 484.49536ZM473.09094 482.72974Q473.09094 481.9641 473.57532 481.4641Q474.07532 480.9641 474.84094 480.9641Q475.6222 480.9641 476.10657 481.4641Q476.59094 481.9641 476.59094 482.761L476.59094 483.18286Q476.59094 483.9485 476.09094 484.4485Q475.60657 484.93286 474.85657 484.93286Q474.09094 484.93286 473.59094 484.4485Q473.09094 483.9485 473.09094 483.136L473.09094 482.72974ZM473.90344 483.18286Q473.90344 483.636 474.15344 483.93286Q474.41907 484.22974 474.85657 484.22974Q475.27844 484.22974 475.52844 483.9485Q475.77844 483.6516 475.77844 483.1516L475.77844 482.72974Q475.77844 482.2766 475.52844 481.97974Q475.27844 481.66724 474.84094 481.66724Q474.40344 481.66724 474.15344 481.97974Q473.90344 482.2766 473.90344 482.74536L473.90344 483.18286ZM477.2472 487.5266Q477.2472 486.761 477.73157 486.2766Q478.23157 485.7766 478.9972 485.7766Q479.76282 485.7766 480.2472 486.2766Q480.7472 486.761 480.7472 487.5735L480.7472 487.97974Q480.7472 488.74536 480.26282 489.24536Q479.77844 489.74536 479.01282 489.74536Q478.2472 489.74536 477.7472 489.261Q477.2472 488.761 477.2472 487.9485L477.2472 487.5266ZM478.0597 487.97974Q478.0597 488.4485 478.3097 488.74536Q478.57532 489.04224 479.01282 489.04224Q479.4347 489.04224 479.6847 488.761Q479.9347 488.4641 479.9347 487.9641L479.9347 487.5266Q479.9347 487.05786 479.66907 486.7766Q479.41907 486.47974 478.9972 486.47974Q478.57532 486.47974 478.3097 486.7766Q478.0597 487.05786 478.0597 487.55786L478.0597 487.97974ZM475.10657 488.97974L474.48157 488.5891L478.65344 481.91724L479.26282 482.30786L475.10657 488.97974Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 483.30786Q563.866 483.9485 563.5223 484.4485Q563.1785 484.9485 562.616 485.22974Q563.2723 485.511 563.6629 486.0735Q564.0535 486.62036 564.0535 487.3235Q564.0535 488.41724 563.3035 489.0891Q562.56915 489.74536 561.3504 489.74536Q560.116 489.74536 559.366 489.0891Q558.63165 488.41724 558.63165 487.3235Q558.63165 486.62036 559.00665 486.0735Q559.38165 485.511 560.0535 485.22974Q559.491 484.9485 559.1629 484.4485Q558.8348 483.9485 558.8348 483.30786Q558.8348 482.22974 559.5223 481.60474Q560.2098 480.9641 561.3504 480.9641Q562.4754 480.9641 563.1629 481.60474Q563.866 482.22974 563.866 483.30786ZM562.9754 487.29224Q562.9754 486.5735 562.5223 486.136Q562.06915 485.68286 561.3348 485.68286Q560.6004 485.68286 560.1473 486.136Q559.7098 486.5735 559.7098 487.30786Q559.7098 488.0266 560.1473 488.4485Q560.5848 488.85474 561.3504 488.85474Q562.1004 488.85474 562.5379 488.43286Q562.9754 488.011 562.9754 487.29224ZM561.3504 481.85474Q560.7098 481.85474 560.3035 482.261Q559.9129 482.6516 559.9129 483.3391Q559.9129 483.97974 560.3035 484.386Q560.69415 484.79224 561.3348 484.79224Q561.991 484.79224 562.38165 484.386Q562.7723 483.97974 562.7723 483.3391Q562.7723 482.68286 562.366 482.2766Q561.9598 481.85474 561.3504 481.85474ZM571.0379 485.97974Q571.0379 487.886 570.38165 488.8235Q569.741 489.74536 568.3504 489.74536Q566.991 489.74536 566.3348 488.8391Q565.6785 487.93286 565.6473 486.12036L565.6473 484.68286Q565.6473 482.79224 566.2879 481.886Q566.94415 480.9641 568.3348 480.9641Q569.7098 480.9641 570.366 481.85474Q571.0223 482.72974 571.0379 484.5735L571.0379 485.97974ZM569.94415 484.49536Q569.94415 483.12036 569.5535 482.49536Q569.1785 481.85474 568.3348 481.85474Q567.50665 481.85474 567.116 482.49536Q566.741 483.12036 566.741 484.41724L566.741 486.1516Q566.741 487.5266 567.13165 488.1985Q567.5379 488.85474 568.3504 488.85474Q569.1473 488.85474 569.5379 488.22974Q569.9285 487.60474 569.94415 486.2766L569.94415 484.49536ZM572.5848 482.72974Q572.5848 481.9641 573.06915 481.4641Q573.56915 480.9641 574.3348 480.9641Q575.116 480.9641 575.6004 481.4641Q576.0848 481.9641 576.0848 482.761L576.0848 483.18286Q576.0848 483.9485 575.5848 484.4485Q575.1004 484.93286 574.3504 484.93286Q573.5848 484.93286 573.0848 484.4485Q572.5848 483.9485 572.5848 483.136L572.5848 482.72974ZM573.3973 483.18286Q573.3973 483.636 573.6473 483.93286Q573.9129 484.22974 574.3504 484.22974Q574.7723 484.22974 575.0223 483.9485Q575.2723 483.6516 575.2723 483.1516L575.2723 482.72974Q575.2723 482.2766 575.0223 481.97974Q574.7723 481.66724 574.3348 481.66724Q573.8973 481.66724 573.6473 481.97974Q573.3973 482.2766 573.3973 482.74536L573.3973 483.18286ZM576.741 487.5266Q576.741 486.761 577.2254 486.2766Q577.7254 485.7766 578.491 485.7766Q579.25665 485.7766 579.741 486.2766Q580.241 486.761 580.241 487.5735L580.241 487.97974Q580.241 488.74536 579.75665 489.24536Q579.2723 489.74536 578.50665 489.74536Q577.741 489.74536 577.241 489.261Q576.741 488.761 576.741 487.9485L576.741 487.5266ZM577.5535 487.97974Q577.5535 488.4485 577.8035 488.74536Q578.06915 489.04224 578.50665 489.04224Q578.9285 489.04224 579.1785 488.761Q579.4285 488.4641 579.4285 487.9641L579.4285 487.5266Q579.4285 487.05786 579.1629 486.7766Q578.9129 486.47974 578.491 486.47974Q578.06915 486.47974 577.8035 486.7766Q577.5535 487.05786 577.5535 487.55786L577.5535 487.97974ZM574.6004 488.97974L573.9754 488.5891L578.1473 481.91724L578.75665 482.30786L574.6004 488.97974Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M280.167 525.8771C280.167 525.32477 280.61472 524.8771 281.167 524.8771L291.167 524.8771C291.71927 524.8771 292.167 525.32477 292.167 525.8771L292.167 535.8771C292.167 536.4294 291.71927 536.8771 291.167 536.8771L281.167 536.8771C280.61472 536.8771 280.167 536.4294 280.167 535.8771Z" fill-rule="nonzero"/><path fill="#666666" d="M306.46387 535.3771L300.87012 535.3771L300.87012 534.5958L303.82324 531.3146Q304.4795 530.5646 304.7295 530.11145Q304.9795 529.6427 304.9795 529.1427Q304.9795 528.4708 304.57324 528.04895Q304.18262 527.61145 303.49512 527.61145Q302.69824 527.61145 302.24512 528.0802Q301.792 528.5333 301.792 529.36145L300.71387 529.36145Q300.71387 528.17395 301.46387 527.4552Q302.2295 526.7208 303.49512 526.7208Q304.69824 526.7208 305.38574 527.3458Q306.07324 527.9708 306.07324 529.0177Q306.07324 530.2677 304.46387 532.0177L302.18262 534.48645L306.46387 534.48645L306.46387 535.3771ZM313.2295 531.73645Q313.2295 533.6427 312.57324 534.5802Q311.93262 535.5021 310.542 535.5021Q309.18262 535.5021 308.52637 534.5958Q307.87012 533.6896 307.83887 531.8771L307.83887 530.4396Q307.83887 528.54895 308.4795 527.6427Q309.13574 526.7208 310.52637 526.7208Q311.90137 526.7208 312.55762 527.61145Q313.21387 528.48645 313.2295 530.3302L313.2295 531.73645ZM312.13574 530.2521Q312.13574 528.8771 311.74512 528.2521Q311.37012 527.61145 310.52637 527.61145Q309.69824 527.61145 309.30762 528.2521Q308.93262 528.8771 308.93262 530.17395L308.93262 531.9083Q308.93262 533.2833 309.32324 533.9552Q309.7295 534.61145 310.542 534.61145Q311.33887 534.61145 311.7295 533.98645Q312.12012 533.36145 312.13574 532.0333L312.13574 530.2521ZM318.43262 535.3771L317.3545 535.3771L317.3545 528.1583L315.167 528.9552L315.167 527.9708L318.27637 526.79895L318.43262 526.79895L318.43262 535.3771ZM327.05762 529.0646Q327.05762 529.7052 326.71387 530.2052Q326.37012 530.7052 325.80762 530.98645Q326.46387 531.2677 326.8545 531.8302Q327.24512 532.3771 327.24512 533.0802Q327.24512 534.17395 326.49512 534.8458Q325.76074 535.5021 324.542 535.5021Q323.30762 535.5021 322.55762 534.8458Q321.82324 534.17395 321.82324 533.0802Q321.82324 532.3771 322.19824 531.8302Q322.57324 531.2677 323.24512 530.98645Q322.68262 530.7052 322.3545 530.2052Q322.02637 529.7052 322.02637 529.0646Q322.02637 527.98645 322.71387 527.36145Q323.40137 526.7208 324.542 526.7208Q325.667 526.7208 326.3545 527.36145Q327.05762 527.98645 327.05762 529.0646ZM326.167 533.04895Q326.167 532.3302 325.71387 531.8927Q325.26074 531.4396 324.52637 531.4396Q323.792 531.4396 323.33887 531.8927Q322.90137 532.3302 322.90137 533.0646Q322.90137 533.7833 323.33887 534.2052Q323.77637 534.61145 324.542 534.61145Q325.292 534.61145 325.7295 534.1896Q326.167 533.7677 326.167 533.04895ZM324.542 527.61145Q323.90137 527.61145 323.49512 528.0177Q323.1045 528.4083 323.1045 529.0958Q323.1045 529.73645 323.49512 530.1427Q323.88574 530.54895 324.52637 530.54895Q325.18262 530.54895 325.57324 530.1427Q325.96387 529.73645 325.96387 529.0958Q325.96387 528.4396 325.55762 528.0333Q325.15137 527.61145 324.542 527.61145Z" fill-rule="nonzero"/><path fill="#00add8" d="M344.167 525.8771C344.167 525.32477 344.61472 524.8771 345.167 524.8771L355.167 524.8771C355.71927 524.8771 356.167 525.32477 356.167 525.8771L356.167 535.8771C356.167 536.4294 355.71927 536.8771 355.167 536.8771L345.167 536.8771C344.61472 536.8771 344.167 536.4294 344.167 535.8771Z" fill-rule="nonzero"/><path fill="#666666" d="M370.46387 535.3771L364.87012 535.3771L364.87012 534.5958L367.82324 531.3146Q368.4795 530.5646 368.7295 530.11145Q368.9795 529.6427 368.9795 529.1427Q368.9795 528.4708 368.57324 528.04895Q368.18262 527.61145 367.49512 527.61145Q366.69824 527.61145 366.24512 528.0802Q365.792 528.5333 365.792 529.36145L364.71387 529.36145Q364.71387 528.17395 365.46387 527.4552Q366.2295 526.7208 367.49512 526.7208Q368.69824 526.7208 369.38574 527.3458Q370.07324 527.9708 370.07324 529.0177Q370.07324 530.2677 368.46387 532.0177L366.18262 534.48645L370.46387 534.48645L370.46387 535.3771ZM377.2295 531.73645Q377.2295 533.6427 376.57324 534.5802Q375.93262 535.5021 374.542 535.5021Q373.18262 535.5021 372.52637 534.5958Q371.87012 533.6896 371.83887 531.8771L371.83887 530.4396Q371.83887 528.54895 372.4795 527.6427Q373.13574 526.7208 374.52637 526.7208Q375.90137 526.7208 376.55762 527.61145Q377.21387 528.48645 377.2295 530.3302L377.2295 531.73645ZM376.13574 530.2521Q376.13574 528.8771 375.74512 528.2521Q375.37012 527.61145 374.52637 527.61145Q373.69824 527.61145 373.30762 528.2521Q372.93262 528.8771 372.93262 530.17395L372.93262 531.9083Q372.93262 533.2833 373.32324 533.9552Q373.7295 534.61145 374.542 534.61145Q375.33887 534.61145 375.7295 533.98645Q376.12012 533.36145 376.13574 532.0333L376.13574 530.2521ZM382.43262 535.3771L381.3545 535.3771L381.3545 528.1583L379.167 528.9552L379.167 527.9708L382.27637 526.79895L382.43262 526.79895L382.43262 535.3771ZM390.02637 531.6271Q389.69824 532.0333 389.21387 532.2833Q388.74512 532.5177 388.18262 532.5177Q387.44824 532.5177 386.90137 532.1583Q386.3545 531.79895 386.05762 531.1427Q385.76074 530.4708 385.76074 529.67395Q385.76074 528.8302 386.07324 528.1427Q386.40137 527.4552 386.99512 527.0958Q387.6045 526.7208 388.40137 526.7208Q389.667 526.7208 390.38574 527.67395Q391.12012 528.6271 391.12012 530.2521L391.12012 530.5646Q391.12012 533.0646 390.13574 534.2052Q389.15137 535.3458 387.167 535.3771L386.94824 535.3771L386.94824 534.4708L387.18262 534.4708Q388.52637 534.4396 389.24512 533.7677Q389.96387 533.0958 390.02637 531.6271ZM388.3545 531.6271Q388.90137 531.6271 389.3545 531.29895Q389.82324 530.9552 390.042 530.4708L390.042 530.0333Q390.042 528.9708 389.57324 528.29895Q389.1045 527.6271 388.40137 527.6271Q387.68262 527.6271 387.24512 528.17395Q386.82324 528.7208 386.82324 529.6271Q386.82324 530.5021 387.2295 531.0646Q387.65137 531.6271 388.3545 531.6271ZM395.94824 531.9083Q395.94824 530.5958 396.292 529.3771Q396.65137 528.1583 397.3545 527.1583Q398.05762 526.1583 398.82324 525.7521L399.042 526.4708Q398.18262 527.1271 397.63574 528.4708Q397.08887 529.8146 397.042 531.48645L397.02637 531.98645Q397.02637 534.2521 397.8545 535.9083Q398.3545 536.9083 399.042 537.4708L398.82324 538.1271Q398.042 537.7052 397.32324 536.67395Q395.94824 534.6896 395.94824 531.9083ZM401.01074 529.0333L401.042 529.8302Q401.77637 528.92395 402.94824 528.92395Q404.96387 528.92395 404.9795 531.1896L404.9795 535.3771L403.88574 535.3771L403.88574 531.17395Q403.88574 530.5021 403.57324 530.17395Q403.27637 529.8458 402.62012 529.8458Q402.08887 529.8458 401.68262 530.1271Q401.292 530.4083 401.07324 530.86145L401.07324 535.3771L399.99512 535.3771L399.99512 529.0333L401.01074 529.0333ZM411.94824 530.61145L407.05762 530.61145L407.05762 529.6583L411.94824 529.6583L411.94824 530.61145ZM411.94824 533.0333L407.05762 533.0333L407.05762 532.0958L411.94824 532.0958L411.94824 533.0333ZM419.05762 529.0646Q419.05762 529.7052 418.71387 530.2052Q418.37012 530.7052 417.80762 530.98645Q418.46387 531.2677 418.8545 531.8302Q419.24512 532.3771 419.24512 533.0802Q419.24512 534.17395 418.49512 534.8458Q417.76074 535.5021 416.542 535.5021Q415.30762 535.5021 414.55762 534.8458Q413.82324 534.17395 413.82324 533.0802Q413.82324 532.3771 414.19824 531.8302Q414.57324 531.2677 415.24512 530.98645Q414.68262 530.7052 414.3545 530.2052Q414.02637 529.7052 414.02637 529.0646Q414.02637 527.98645 414.71387 527.36145Q415.40137 526.7208 416.542 526.7208Q417.667 526.7208 418.3545 527.36145Q419.05762 527.98645 419.05762 529.0646ZM418.167 533.04895Q418.167 532.3302 417.71387 531.8927Q417.26074 531.4396 416.52637 531.4396Q415.792 531.4396 415.33887 531.8927Q414.90137 532.3302 414.90137 533.0646Q414.90137 533.7833 415.33887 534.2052Q415.77637 534.61145 416.542 534.61145Q417.292 534.61145 417.7295 534.1896Q418.167 533.7677 418.167 533.04895ZM416.542 527.61145Q415.90137 527.61145 415.49512 528.0177Q415.1045 528.4083 415.1045 529.0958Q415.1045 529.73645 415.49512 530.1427Q415.88574 530.54895 416.52637 530.54895Q417.18262 530.54895 417.57324 530.1427Q417.96387 529.73645 417.96387 529.0958Q417.96387 528.4396 417.55762 528.0333Q417.15137 527.61145 416.542 527.61145ZM420.94824 537.0802L420.33887 536.6583Q420.88574 535.8927 420.917 535.0646L420.917 534.0958L421.9795 534.0958L421.9795 534.9396Q421.9795 535.5333 421.68262 536.1271Q421.38574 536.7208 420.94824 537.0802ZM426.43262 535.3771L425.3545 535.3771L425.3545 528.1583L423.167 528.9552L423.167 527.9708L426.27637 526.79895L426.43262 526.79895L426.43262 535.3771ZM435.2295 531.73645Q435.2295 533.6427 434.57324 534.5802Q433.93262 535.5021 432.542 535.5021Q431.18262 535.5021 430.52637 534.5958Q429.87012 533.6896 429.83887 531.8771L429.83887 530.4396Q429.83887 528.54895 430.4795 527.6427Q431.13574 526.7208 432.52637 526.7208Q433.90137 526.7208 434.55762 527.61145Q435.21387 528.48645 435.2295 530.3302L435.2295 531.73645ZM434.13574 530.2521Q434.13574 528.8771 433.74512 528.2521Q433.37012 527.61145 432.52637 527.61145Q431.69824 527.61145 431.30762 528.2521Q430.93262 528.8771 430.93262 530.17395L430.93262 531.9083Q430.93262 533.2833 431.32324 533.9552Q431.7295 534.61145 432.542 534.61145Q433.33887 534.61145 433.7295 533.98645Q434.12012 533.36145 434.13574 532.0333L434.13574 530.2521ZM437.37012 531.0958L437.80762 526.8458L442.18262 526.8458L442.18262 527.8458L438.7295 527.8458L438.46387 530.17395Q439.1045 529.79895 439.90137 529.79895Q441.05762 529.79895 441.74512 530.5802Q442.43262 531.3458 442.43262 532.6583Q442.43262 533.9708 441.71387 534.73645Q441.01074 535.5021 439.7295 535.5021Q438.6045 535.5021 437.88574 534.8771Q437.167 534.23645 437.07324 533.1271L438.08887 533.1271Q438.19824 533.86145 438.62012 534.23645Q439.042 534.61145 439.7295 534.61145Q440.4795 534.61145 440.917 534.0958Q441.3545 533.5802 441.3545 532.67395Q441.3545 531.8146 440.88574 531.29895Q440.417 530.7833 439.63574 530.7833Q438.93262 530.7833 438.52637 531.0802L438.24512 531.3146L437.37012 531.0958ZM446.49512 531.9708Q446.49512 533.2833 446.15137 534.48645Q445.80762 535.67395 445.08887 536.6896Q444.38574 537.7052 443.62012 538.1271L443.38574 537.4708Q444.292 536.7833 444.83887 535.3302Q445.38574 533.86145 445.40137 532.0958L445.40137 531.9083Q445.40137 530.67395 445.13574 529.61145Q444.88574 528.54895 444.417 527.7208Q443.96387 526.8771 443.38574 526.4083L443.62012 525.7521Q444.38574 526.17395 445.08887 527.17395Q445.792 528.17395 446.13574 529.3927Q446.49512 530.5958 446.49512 531.9708Z" fill-rule="nonzero"/><path fill="#666666" d="M30.746876 33.261036L30.95 34.573536L31.23125 33.386036L33.2 26.448536L34.29375 26.448536L36.215626 33.386036L36.496876 34.58916L36.7 33.261036L38.246876 26.448536L39.575 26.448536L37.153126 36.40166L35.965626 36.40166L33.903126 29.15166L33.746876 28.386036L33.590626 29.15166L31.465626 36.40166L30.278126 36.40166L27.871876 26.448536L29.184376 26.448536L30.746876 33.261036ZM41.66875 29.90166Q42.5125 28.87041 43.85625 28.87041Q46.2 28.87041 46.23125 31.511036L46.23125 36.40166L44.965626 36.40166L44.965626 31.511036Q44.95 30.71416 44.590626 30.33916Q44.23125 29.948536 43.48125 29.948536Q42.85625 29.948536 42.3875 30.27666Q41.934376 30.604786 41.66875 31.136036L41.66875 36.40166L40.403126 36.40166L40.403126 25.90166L41.66875 25.90166L41.66875 29.90166ZM49.778126 36.40166L48.5125 36.40166L48.5125 29.011036L49.778126 29.011036L49.778126 36.40166ZM48.41875 27.042286Q48.41875 26.729786 48.60625 26.52666Q48.79375 26.30791 49.153126 26.30791Q49.528126 26.30791 49.715626 26.52666Q49.91875 26.729786 49.91875 27.042286Q49.91875 27.354786 49.715626 27.55791Q49.528126 27.761036 49.153126 27.761036Q48.79375 27.761036 48.60625 27.55791Q48.41875 27.354786 48.41875 27.042286ZM54.371876 35.511036Q55.04375 35.511036 55.54375 35.104786Q56.059376 34.68291 56.121876 34.073536L57.309376 34.073536Q57.278126 34.698536 56.871876 35.27666Q56.465626 35.854786 55.79375 36.198536Q55.121876 36.542286 54.371876 36.542286Q52.85625 36.542286 51.965626 35.542286Q51.075 34.52666 51.075 32.77666L51.075 32.55791Q51.075 31.479786 51.465626 30.636036Q51.871876 29.792286 52.60625 29.33916Q53.35625 28.87041 54.371876 28.87041Q55.60625 28.87041 56.434376 29.62041Q57.2625 30.354786 57.309376 31.542286L56.121876 31.542286Q56.059376 30.823536 55.575 30.37041Q55.090626 29.90166 54.371876 29.90166Q53.403126 29.90166 52.871876 30.604786Q52.340626 31.292286 52.340626 32.604786L52.340626 32.83916Q52.340626 34.12041 52.871876 34.823536Q53.403126 35.511036 54.371876 35.511036ZM59.66875 29.90166Q60.5125 28.87041 61.85625 28.87041Q64.2 28.87041 64.23125 31.511036L64.23125 36.40166L62.965626 36.40166L62.965626 31.511036Q62.95 30.71416 62.590626 30.33916Q62.23125 29.948536 61.48125 29.948536Q60.85625 29.948536 60.3875 30.27666Q59.934376 30.604786 59.66875 31.136036L59.66875 36.40166L58.403126 36.40166L58.403126 25.90166L59.66875 25.90166L59.66875 29.90166ZM69.075 32.636036Q69.075 31.542286 69.49687 30.68291Q69.93437 29.80791 70.68437 29.33916Q71.45 28.87041 72.43437 28.87041Q73.93437 28.87041 74.87187 29.917286Q75.80937 30.96416 75.80937 32.698536L75.80937 32.792286Q75.80937 33.87041 75.3875 34.729786Q74.98125 35.573536 74.2 36.05791Q73.43437 36.542286 72.45 36.542286Q70.93437 36.542286 69.99687 35.49541Q69.075 34.448536 69.075 32.729786L69.075 32.636036ZM70.34062 32.792286Q70.34062 34.011036 70.90312 34.761036Q71.48125 35.511036 72.45 35.511036Q73.40312 35.511036 73.96562 34.761036Q74.54375 33.99541 74.54375 32.636036Q74.54375 31.417286 73.96562 30.667286Q73.3875 29.90166 72.43437 29.90166Q71.49687 29.90166 70.91875 30.65166Q70.34062 31.40166 70.34062 32.792286ZM78.02812 36.40166L78.02812 29.979786L76.85625 29.979786L76.85625 29.011036L78.02812 29.011036L78.02812 28.24541Q78.02812 27.05791 78.65312 26.417286Q79.29375 25.761036 80.46562 25.761036Q80.90312 25.761036 81.325 25.87041L81.2625 26.90166Q80.93437 26.83916 80.575 26.83916Q79.96562 26.83916 79.62187 27.198536Q79.29375 27.55791 79.29375 28.229786L79.29375 29.011036L80.87187 29.011036L80.87187 29.979786L79.29375 29.979786L79.29375 36.40166L78.02812 36.40166ZM87.12187 27.21416L87.12187 29.011036L88.49687 29.011036L88.49687 29.979786L87.12187 29.979786L87.12187 34.573536Q87.12187 35.011036 87.30937 35.24541Q87.49687 35.46416 87.93437 35.46416Q88.15312 35.46416 88.54375 35.37041L88.54375 36.40166Q88.04375 36.542286 87.575 36.542286Q86.71562 36.542286 86.27812 36.02666Q85.85625 35.511036 85.85625 34.573536L85.85625 29.979786L84.5125 29.979786L84.5125 29.011036L85.85625 29.011036L85.85625 27.21416L87.12187 27.21416ZM91.66875 29.90166Q92.5125 28.87041 93.85625 28.87041Q96.2 28.87041 96.23125 31.511036L96.23125 36.40166L94.96562 36.40166L94.96562 31.511036Q94.95 30.71416 94.59062 30.33916Q94.23125 29.948536 93.48125 29.948536Q92.85625 29.948536 92.3875 30.27666Q91.93437 30.604786 91.66875 31.136036L91.66875 36.40166L90.40312 36.40166L90.40312 25.90166L91.66875 25.90166L91.66875 29.90166ZM101.48125 36.542286Q99.96562 36.542286 99.02812 35.55791Q98.09062 34.55791 98.09062 32.90166L98.09062 32.68291Q98.09062 31.573536 98.5125 30.71416Q98.93437 29.83916 99.68437 29.354786Q100.43437 28.87041 101.325 28.87041Q102.7625 28.87041 103.55937 29.823536Q104.35625 30.761036 104.35625 32.542286L104.35625 33.05791L99.35625 33.05791Q99.37187 34.15166 99.98125 34.83916Q100.60625 35.511036 101.54375 35.511036Q102.21562 35.511036 102.66875 35.24541Q103.1375 34.96416 103.49687 34.511036L104.2625 35.104786Q103.34062 36.542286 101.48125 36.542286ZM101.325 29.90166Q100.55937 29.90166 100.02812 30.46416Q99.5125 31.02666 99.3875 32.02666L103.09062 32.02666L103.09062 31.93291Q103.04375 30.96416 102.575 30.43291Q102.10625 29.90166 101.325 29.90166ZM109.02812 36.40166L109.02812 29.979786L107.85625 29.979786L107.85625 29.011036L109.02812 29.011036L109.02812 28.24541Q109.02812 27.05791 109.65312 26.417286Q110.29375 25.761036 111.46562 25.761036Q111.90312 25.761036 112.325 25.87041L112.2625 26.90166Q111.93437 26.83916 111.575 26.83916Q110.96562 26.83916 110.62187 27.198536Q110.29375 27.55791 110.29375 28.229786L110.29375 29.011036L111.87187 29.011036L111.87187 29.979786L110.29375 29.979786L110.29375 36.40166L109.02812 36.40166ZM113.075 32.636036Q113.075 31.542286 113.49687 30.68291Q113.93437 29.80791 114.68437 29.33916Q115.45 28.87041 116.43437 28.87041Q117.93437 28.87041 118.87187 29.917286Q119.80937 30.96416 119.80937 32.698536L119.80937 32.792286Q119.80937 33.87041 119.3875 34.729786Q118.98125 35.573536 118.2 36.05791Q117.43437 36.542286 116.45 36.542286Q114.93437 36.542286 113.99687 35.49541Q113.075 34.448536 113.075 32.729786L113.075 32.636036ZM114.34062 32.792286Q114.34062 34.011036 114.90312 34.761036Q115.48125 35.511036 116.45 35.511036Q117.40312 35.511036 117.96562 34.761036Q118.54375 33.99541 118.54375 32.636036Q118.54375 31.417286 117.96562 30.667286Q117.3875 29.90166 116.43437 29.90166Q115.49687 29.90166 114.91875 30.65166Q114.34062 31.40166 114.34062 32.792286ZM122.77812 36.40166L121.5125 36.40166L121.5125 25.90166L122.77812 25.90166L122.77812 36.40166ZM125.77812 36.40166L124.5125 36.40166L124.5125 25.90166L125.77812 25.90166L125.77812 36.40166ZM127.075 32.636036Q127.075 31.542286 127.49687 30.68291Q127.93437 29.80791 128.68437 29.33916Q129.45 28.87041 130.43437 28.87041Q131.93437 28.87041 132.87187 29.917286Q133.80937 30.96416 133.80937 32.698536L133.80937 32.792286Q133.80937 33.87041 133.3875 34.729786Q132.98125 35.573536 132.2 36.05791Q131.43437 36.542286 130.45 36.542286Q128.93437 36.542286 127.99687 35.49541Q127.075 34.448536 127.075 32.729786L127.075 32.636036ZM128.34062 32.792286Q128.34062 34.011036 128.90312 34.761036Q129.48125 35.511036 130.45 35.511036Q131.40312 35.511036 131.96562 34.761036Q132.54375 33.99541 132.54375 32.636036Q132.54375 31.417286 131.96562 30.667286Q131.3875 29.90166 130.43437 29.90166Q129.49687 29.90166 128.91875 30.65166Q128.34062 31.40166 128.34062 32.792286ZM141.95 34.65166L143.37187 29.011036L144.6375 29.011036L142.49687 36.40166L141.46562 36.40166L139.66875 30.792286L137.91875 36.40166L136.8875 36.40166L134.74687 29.011036L135.99687 29.011036L137.46562 34.542286L139.18437 29.011036L140.2 29.011036L141.95 34.65166ZM147.77812 36.40166L146.5125 36.40166L146.5125 29.011036L147.77812 29.011036L147.77812 36.40166ZM146.41875 27.042286Q146.41875 26.729786 146.60625 26.52666Q146.79375 26.30791 147.15312 26.30791Q147.52812 26.30791 147.71562 26.52666Q147.91875 26.729786 147.91875 27.042286Q147.91875 27.354786 147.71562 27.55791Q147.52812 27.761036 147.15312 27.761036Q146.79375 27.761036 146.60625 27.55791Q146.41875 27.354786 146.41875 27.042286ZM150.60625 29.011036L150.6375 29.93291Q151.49687 28.87041 152.85625 28.87041Q155.2 28.87041 155.23125 31.511036L155.23125 36.40166L153.96562 36.40166L153.96562 31.511036Q153.95 30.71416 153.59062 30.33916Q153.23125 29.948536 152.48125 29.948536Q151.85625 29.948536 151.3875 30.27666Q150.93437 30.604786 150.66875 31.136036L150.66875 36.40166L149.40312 36.40166L149.40312 29.011036L150.60625 29.011036ZM157.10625 32.636036Q157.10625 30.917286 157.90312 29.90166Q158.7 28.87041 160.02812 28.87041Q161.37187 28.87041 162.1375 29.823536L162.2 29.011036L163.35625 29.011036L163.35625 36.229786Q163.35625 37.667286 162.49687 38.479786Q161.65312 39.30791 160.21562 39.30791Q159.41875 39.30791 158.65312 38.96416Q157.8875 38.636036 157.48125 38.042286L158.1375 37.27666Q158.95 38.27666 160.12187 38.27666Q161.04375 38.27666 161.55937 37.761036Q162.09062 37.24541 162.09062 36.292286L162.09062 35.667286Q161.325 36.542286 160.0125 36.542286Q158.71562 36.542286 157.90312 35.49541Q157.10625 34.448536 157.10625 32.636036ZM158.37187 32.792286Q158.37187 34.042286 158.8875 34.761036Q159.40312 35.46416 160.325 35.46416Q161.52812 35.46416 162.09062 34.37041L162.09062 30.99541Q161.49687 29.948536 160.34062 29.948536Q159.41875 29.948536 158.8875 30.667286Q158.37187 31.37041 158.37187 32.792286ZM174.66875 32.792286Q174.66875 34.479786 173.8875 35.511036Q173.10625 36.542286 171.79375 36.542286Q170.40312 36.542286 169.6375 35.542286L169.575 36.40166L168.40312 36.40166L168.40312 25.90166L169.66875 25.90166L169.66875 29.823536Q170.43437 28.87041 171.77812 28.87041Q173.1375 28.87041 173.90312 29.886036Q174.66875 30.90166 174.66875 32.68291L174.66875 32.792286ZM173.40312 32.636036Q173.40312 31.354786 172.90312 30.65166Q172.40312 29.948536 171.46562 29.948536Q170.21562 29.948536 169.66875 31.104786L169.66875 34.30791Q170.24687 35.46416 171.48125 35.46416Q172.3875 35.46416 172.8875 34.761036Q173.40312 34.05791 173.40312 32.636036ZM179.48125 36.542286Q177.96562 36.542286 177.02812 35.55791Q176.09062 34.55791 176.09062 32.90166L176.09062 32.68291Q176.09062 31.573536 176.5125 30.71416Q176.93437 29.83916 177.68437 29.354786Q178.43437 28.87041 179.325 28.87041Q180.7625 28.87041 181.55937 29.823536Q182.35625 30.761036 182.35625 32.542286L182.35625 33.05791L177.35625 33.05791Q177.37187 34.15166 177.98125 34.83916Q178.60625 35.511036 179.54375 35.511036Q180.21562 35.511036 180.66875 35.24541Q181.1375 34.96416 181.49687 34.511036L182.2625 35.104786Q181.34062 36.542286 179.48125 36.542286ZM179.325 29.90166Q178.55937 29.90166 178.02812 30.46416Q177.5125 31.02666 177.3875 32.02666L181.09062 32.02666L181.09062 31.93291Q181.04375 30.96416 180.575 30.43291Q180.10625 29.90166 179.325 29.90166ZM187.71562 34.43291Q187.71562 33.93291 187.325 33.65166Q186.93437 33.354786 185.98125 33.15166Q185.02812 32.948536 184.45 32.667286Q183.8875 32.37041 183.62187 31.979786Q183.35625 31.58916 183.35625 31.042286Q183.35625 30.12041 184.12187 29.49541Q184.8875 28.87041 186.09062 28.87041Q187.34062 28.87041 188.12187 29.52666Q188.90312 30.167286 188.90312 31.18291L187.6375 31.18291Q187.6375 30.65166 187.2 30.27666Q186.7625 29.90166 186.09062 29.90166Q185.40312 29.90166 185.0125 30.21416Q184.62187 30.511036 184.62187 30.99541Q184.62187 31.448536 184.98125 31.68291Q185.34062 31.917286 186.27812 32.136036Q187.23125 32.33916 187.825 32.636036Q188.41875 32.93291 188.7 33.354786Q188.98125 33.761036 188.98125 34.354786Q188.98125 35.33916 188.18437 35.948536Q187.3875 36.542286 186.12187 36.542286Q185.24687 36.542286 184.55937 36.229786Q183.87187 35.90166 183.48125 35.33916Q183.10625 34.77666 183.10625 34.12041L184.37187 34.12041Q184.40312 34.761036 184.87187 35.136036Q185.35625 35.511036 186.12187 35.511036Q186.84062 35.511036 187.27812 35.21416Q187.71562 34.917286 187.71562 34.43291ZM192.12187 27.21416L192.12187 29.011036L193.49687 29.011036L193.49687 29.979786L192.12187 29.979786L192.12187 34.573536Q192.12187 35.011036 192.30937 35.24541Q192.49687 35.46416 192.93437 35.46416Q193.15312 35.46416 193.54375 35.37041L193.54375 36.40166Q193.04375 36.542286 192.575 36.542286Q191.71562 36.542286 191.27812 36.02666Q190.85625 35.511036 190.85625 34.573536L190.85625 29.979786L189.5125 29.979786L189.5125 29.011036L190.85625 29.011036L190.85625 27.21416L192.12187 27.21416ZM198.10625 32.636036Q198.10625 30.93291 198.90312 29.90166Q199.71562 28.87041 201.0125 28.87041Q202.325 28.87041 203.075 29.761036L203.075 25.90166L204.34062 25.90166L204.34062 36.40166L203.18437 36.40166L203.12187 35.604786Q202.35625 36.542286 201.0125 36.542286Q199.71562 36.542286 198.90312 35.49541Q198.10625 34.43291 198.10625 32.729786L198.10625 32.636036ZM199.37187 32.792286Q199.37187 34.042286 199.8875 34.761036Q200.40312 35.46416 201.325 35.46416Q202.52812 35.46416 203.075 34.386036L203.075 30.979786Q202.5125 29.948536 201.34062 29.948536Q200.40312 29.948536 199.8875 30.667286Q199.37187 31.37041 199.37187 32.792286ZM209.48125 36.542286Q207.96562 36.542286 207.02812 35.55791Q206.09062 34.55791 206.09062 32.90166L206.09062 32.68291Q206.09062 31.573536 206.5125 30.71416Q206.93437 29.83916 207.68437 29.354786Q208.43437 28.87041 209.325 28.87041Q210.7625 28.87041 211.55937 29.823536Q212.35625 30.761036 212.35625 32.542286L212.35625 33.05791L207.35625 33.05791Q207.37187 34.15166 207.98125 34.83916Q208.60625 35.511036 209.54375 35.511036Q210.21562 35.511036 210.66875 35.24541Q211.1375 34.96416 211.49687 34.511036L212.2625 35.104786Q211.34062 36.542286 209.48125 36.542286ZM209.325 29.90166Q208.55937 29.90166 208.02812 30.46416Q207.5125 31.02666 207.3875 32.02666L211.09062 32.02666L211.09062 31.93291Q211.04375 30.96416 210.575 30.43291Q210.10625 29.90166 209.325 29.90166ZM217.71562 34.43291Q217.71562 33.93291 217.325 33.65166Q216.93437 33.354786 215.98125 33.15166Q215.02812 32.948536 214.45 32.667286Q213.8875 32.37041 213.62187 31.979786Q213.35625 31.58916 213.35625 31.042286Q213.35625 30.12041 214.12187 29.49541Q214.8875 28.87041 216.09062 28.87041Q217.34062 28.87041 218.12187 29.52666Q218.90312 30.167286 218.90312 31.18291L217.6375 31.18291Q217.6375 30.65166 217.2 30.27666Q216.7625 29.90166 216.09062 29.90166Q215.40312 29.90166 215.0125 30.21416Q214.62187 30.511036 214.62187 30.99541Q214.62187 31.448536 214.98125 31.68291Q215.34062 31.917286 216.27812 32.136036Q217.23125 32.33916 217.825 32.636036Q218.41875 32.93291 218.7 33.354786Q218.98125 33.761036 218.98125 34.354786Q218.98125 35.33916 218.18437 35.948536Q217.3875 36.542286 216.12187 36.542286Q215.24687 36.542286 214.55937 36.229786Q213.87187 35.90166 213.48125 35.33916Q213.10625 34.77666 213.10625 34.12041L214.37187 34.12041Q214.40312 34.761036 214.87187 35.136036Q215.35625 35.511036 216.12187 35.511036Q216.84062 35.511036 217.27812 35.21416Q217.71562 34.917286 217.71562 34.43291ZM223.37187 35.511036Q224.04375 35.511036 224.54375 35.104786Q225.05937 34.68291 225.12187 34.073536L226.30937 34.073536Q226.27812 34.698536 225.87187 35.27666Q225.46562 35.854786 224.79375 36.198536Q224.12187 36.542286 223.37187 36.542286Q221.85625 36.542286 220.96562 35.542286Q220.075 34.52666 220.075 32.77666L220.075 32.55791Q220.075 31.479786 220.46562 30.636036Q220.87187 29.792286 221.60625 29.33916Q222.35625 28.87041 223.37187 28.87041Q224.60625 28.87041 225.43437 29.62041Q226.2625 30.354786 226.30937 31.542286L225.12187 31.542286Q225.05937 30.823536 224.575 30.37041Q224.09062 29.90166 223.37187 29.90166Q222.40312 29.90166 221.87187 30.604786Q221.34062 31.292286 221.34062 32.604786L221.34062 32.83916Q221.34062 34.12041 221.87187 34.823536Q222.40312 35.511036 223.37187 35.511036ZM230.98125 30.136036Q230.7 30.08916 230.35625 30.08916Q229.12187 30.08916 228.66875 31.15166L228.66875 36.40166L227.40312 36.40166L227.40312 29.011036L228.6375 29.011036L228.65312 29.854786Q229.27812 28.87041 230.41875 28.87041Q230.79375 28.87041 230.98125 28.96416L230.98125 30.136036ZM233.77812 36.40166L232.5125 36.40166L232.5125 29.011036L233.77812 29.011036L233.77812 36.40166ZM232.41875 27.042286Q232.41875 26.729786 232.60625 26.52666Q232.79375 26.30791 233.15312 26.30791Q233.52812 26.30791 233.71562 26.52666Q233.91875 26.729786 233.91875 27.042286Q233.91875 27.354786 233.71562 27.55791Q233.52812 27.761036 233.15312 27.761036Q232.79375 27.761036 232.60625 27.55791Q232.41875 27.354786 232.41875 27.042286ZM241.66875 32.792286Q241.66875 34.479786 240.8875 35.511036Q240.10625 36.542286 238.79375 36.542286Q237.40312 36.542286 236.6375 35.542286L236.575 36.40166L235.40312 36.40166L235.40312 25.90166L236.66875 25.90166L236.66875 29.823536Q237.43437 28.87041 238.77812 28.87041Q240.1375 28.87041 240.90312 29.886036Q241.66875 30.90166 241.66875 32.68291L241.66875 32.792286ZM240.40312 32.636036Q240.40312 31.354786 239.90312 30.65166Q239.40312 29.948536 238.46562 29.948536Q237.21562 29.948536 236.66875 31.104786L236.66875 34.30791Q237.24687 35.46416 238.48125 35.46416Q239.3875 35.46416 239.8875 34.761036Q240.40312 34.05791 240.40312 32.636036ZM246.48125 36.542286Q244.96562 36.542286 244.02812 35.55791Q243.09062 34.55791 243.09062 32.90166L243.09062 32.68291Q243.09062 31.573536 243.5125 30.71416Q243.93437 29.83916 244.68437 29.354786Q245.43437 28.87041 246.325 28.87041Q247.7625 28.87041 248.55937 29.823536Q249.35625 30.761036 249.35625 32.542286L249.35625 33.05791L244.35625 33.05791Q244.37187 34.15166 244.98125 34.83916Q245.60625 35.511036 246.54375 35.511036Q247.21562 35.511036 247.66875 35.24541Q248.1375 34.96416 248.49687 34.511036L249.2625 35.104786Q248.34062 36.542286 246.48125 36.542286ZM246.325 29.90166Q245.55937 29.90166 245.02812 30.46416Q244.5125 31.02666 244.3875 32.02666L248.09062 32.02666L248.09062 31.93291Q248.04375 30.96416 247.575 30.43291Q247.10625 29.90166 246.325 29.90166ZM254.71562 34.43291Q254.71562 33.93291 254.325 33.65166Q253.93437 33.354786 252.98125 33.15166Q252.02812 32.948536 251.45 32.667286Q250.8875 32.37041 250.62187 31.979786Q250.35625 31.58916 250.35625 31.042286Q250.35625 30.12041 251.12187 29.49541Q251.8875 28.87041 253.09062 28.87041Q254.34062 28.87041 255.12187 29.52666Q255.90312 30.167286 255.90312 31.18291L254.6375 31.18291Q254.6375 30.65166 254.2 30.27666Q253.7625 29.90166 253.09062 29.90166Q252.40312 29.90166 252.0125 30.21416Q251.62187 30.511036 251.62187 30.99541Q251.62187 31.448536 251.98125 31.68291Q252.34062 31.917286 253.27812 32.136036Q254.23125 32.33916 254.825 32.636036Q255.41875 32.93291 255.7 33.354786Q255.98125 33.761036 255.98125 34.354786Q255.98125 35.33916 255.18437 35.948536Q254.3875 36.542286 253.12187 36.542286Q252.24687 36.542286 251.55937 36.229786Q250.87187 35.90166 250.48125 35.33916Q250.10625 34.77666 250.10625 34.12041L251.37187 34.12041Q251.40312 34.761036 251.87187 35.136036Q252.35625 35.511036 253.12187 35.511036Q253.84062 35.511036 254.27812 35.21416Q254.71562 34.917286 254.71562 34.43291ZM262.1219 27.21416L262.1219 29.011036L263.4969 29.011036L263.4969 29.979786L262.1219 29.979786L262.1219 34.573536Q262.1219 35.011036 262.3094 35.24541Q262.4969 35.46416 262.9344 35.46416Q263.15314 35.46416 263.54376 35.37041L263.54376 36.40166Q263.04376 36.542286 262.575 36.542286Q261.71564 36.542286 261.27814 36.02666Q260.85626 35.511036 260.85626 34.573536L260.85626 29.979786L259.5125 29.979786L259.5125 29.011036L260.85626 29.011036L260.85626 27.21416L262.1219 27.21416ZM266.66876 29.90166Q267.5125 28.87041 268.85626 28.87041Q271.2 28.87041 271.23126 31.511036L271.23126 36.40166L269.96564 36.40166L269.96564 31.511036Q269.95 30.71416 269.59064 30.33916Q269.23126 29.948536 268.48126 29.948536Q267.85626 29.948536 267.3875 30.27666Q266.9344 30.604786 266.66876 31.136036L266.66876 36.40166L265.40314 36.40166L265.40314 25.90166L266.66876 25.90166L266.66876 29.90166ZM276.48126 36.542286Q274.96564 36.542286 274.02814 35.55791Q273.09064 34.55791 273.09064 32.90166L273.09064 32.68291Q273.09064 31.573536 273.5125 30.71416Q273.9344 29.83916 274.6844 29.354786Q275.4344 28.87041 276.325 28.87041Q277.7625 28.87041 278.5594 29.823536Q279.35626 30.761036 279.35626 32.542286L279.35626 33.05791L274.35626 33.05791Q274.3719 34.15166 274.98126 34.83916Q275.60626 35.511036 276.54376 35.511036Q277.21564 35.511036 277.66876 35.24541Q278.1375 34.96416 278.4969 34.511036L279.2625 35.104786Q278.34064 36.542286 276.48126 36.542286ZM276.325 29.90166Q275.5594 29.90166 275.02814 30.46416Q274.5125 31.02666 274.3875 32.02666L278.09064 32.02666L278.09064 31.93291Q278.04376 30.96416 277.575 30.43291Q277.10626 29.90166 276.325 29.90166ZM284.77814 36.40166L283.5125 36.40166L283.5125 29.011036L284.77814 29.011036L284.77814 36.40166ZM283.41876 27.042286Q283.41876 26.729786 283.60626 26.52666Q283.79376 26.30791 284.15314 26.30791Q284.52814 26.30791 284.71564 26.52666Q284.91876 26.729786 284.91876 27.042286Q284.91876 27.354786 284.71564 27.55791Q284.52814 27.761036 284.15314 27.761036Q283.79376 27.761036 283.60626 27.55791Q283.41876 27.354786 283.41876 27.042286ZM287.60626 29.011036L287.6375 29.93291Q288.4969 28.87041 289.85626 28.87041Q292.2 28.87041 292.23126 31.511036L292.23126 36.40166L290.96564 36.40166L290.96564 31.511036Q290.95 30.71416 290.59064 30.33916Q290.23126 29.948536 289.48126 29.948536Q288.85626 29.948536 288.3875 30.27666Q287.9344 30.604786 287.66876 31.136036L287.66876 36.40166L286.40314 36.40166L286.40314 29.011036L287.60626 29.011036ZM294.10626 32.636036Q294.10626 30.93291 294.90314 29.90166Q295.71564 28.87041 297.0125 28.87041Q298.325 28.87041 299.075 29.761036L299.075 25.90166L300.34064 25.90166L300.34064 36.40166L299.1844 36.40166L299.1219 35.604786Q298.35626 36.542286 297.0125 36.542286Q295.71564 36.542286 294.90314 35.49541Q294.10626 34.43291 294.10626 32.729786L294.10626 32.636036ZM295.3719 32.792286Q295.3719 34.042286 295.8875 34.761036Q296.40314 35.46416 297.325 35.46416Q298.52814 35.46416 299.075 34.386036L299.075 30.979786Q298.5125 29.948536 297.34064 29.948536Q296.40314 29.948536 295.8875 30.667286Q295.3719 31.37041 295.3719 32.792286ZM306.98126 35.667286Q306.23126 36.542286 304.8094 36.542286Q303.6219 36.542286 302.9969 35.854786Q302.3875 35.167286 302.3875 33.823536L302.3875 29.011036L303.6375 29.011036L303.6375 33.77666Q303.6375 35.46416 305.0125 35.46416Q306.46564 35.46416 306.9344 34.386036L306.9344 29.011036L308.2 29.011036L308.2 36.40166L306.9969 36.40166L306.98126 35.667286ZM314.71564 34.43291Q314.71564 33.93291 314.325 33.65166Q313.9344 33.354786 312.98126 33.15166Q312.02814 32.948536 311.45 32.667286Q310.8875 32.37041 310.6219 31.979786Q310.35626 31.58916 310.35626 31.042286Q310.35626 30.12041 311.1219 29.49541Q311.8875 28.87041 313.09064 28.87041Q314.34064 28.87041 315.1219 29.52666Q315.90314 30.167286 315.90314 31.18291L314.6375 31.18291Q314.6375 30.65166 314.2 30.27666Q313.7625 29.90166 313.09064 29.90166Q312.40314 29.90166 312.0125 30.21416Q311.6219 30.511036 311.6219 30.99541Q311.6219 31.448536 311.98126 31.68291Q312.34064 31.917286 313.27814 32.136036Q314.23126 32.33916 314.825 32.636036Q315.41876 32.93291 315.7 33.354786Q315.98126 33.761036 315.98126 34.354786Q315.98126 35.33916 315.1844 35.948536Q314.3875 36.542286 313.1219 36.542286Q312.2469 36.542286 311.5594 36.229786Q310.8719 35.90166 310.48126 35.33916Q310.10626 34.77666 310.10626 34.12041L311.3719 34.12041Q311.40314 34.761036 311.8719 35.136036Q312.35626 35.511036 313.1219 35.511036Q313.84064 35.511036 314.27814 35.21416Q314.71564 34.917286 314.71564 34.43291ZM319.1219 27.21416L319.1219 29.011036L320.4969 29.011036L320.4969 29.979786L319.1219 29.979786L319.1219 34.573536Q319.1219 35.011036 319.3094 35.24541Q319.4969 35.46416 319.9344 35.46416Q320.15314 35.46416 320.54376 35.37041L320.54376 36.40166Q320.04376 36.542286 319.575 36.542286Q318.71564 36.542286 318.27814 36.02666Q317.85626 35.511036 317.85626 34.573536L317.85626 29.979786L316.5125 29.979786L316.5125 29.011036L317.85626 29.011036L317.85626 27.21416L319.1219 27.21416ZM325.98126 30.136036Q325.7 30.08916 325.35626 30.08916Q324.1219 30.08916 323.66876 31.15166L323.66876 36.40166L322.40314 36.40166L322.40314 29.011036L323.6375 29.011036L323.65314 29.854786Q324.27814 28.87041 325.41876 28.87041Q325.79376 28.87041 325.98126 28.96416L325.98126 30.136036ZM329.825 34.542286L331.54376 29.011036L332.90314 29.011036L329.9344 37.542286Q329.2469 39.386036 327.73126 39.386036L327.4969 39.37041L327.02814 39.27666L327.02814 38.261036L327.3719 38.27666Q328.0125 38.27666 328.3719 38.011036Q328.73126 37.761036 328.96564 37.073536L329.2469 36.323536L326.60626 29.011036L327.98126 29.011036L329.825 34.542286ZM338.77814 36.40166L337.5125 36.40166L337.5125 29.011036L338.77814 29.011036L338.77814 36.40166ZM337.41876 27.042286Q337.41876 26.729786 337.60626 26.52666Q337.79376 26.30791 338.15314 26.30791Q338.52814 26.30791 338.71564 26.52666Q338.91876 26.729786 338.91876 27.042286Q338.91876 27.354786 338.71564 27.55791Q338.52814 27.761036 338.15314 27.761036Q337.79376 27.761036 337.60626 27.55791Q337.41876 27.354786 337.41876 27.042286ZM341.60626 29.011036L341.6375 29.93291Q342.4969 28.87041 343.85626 28.87041Q346.2 28.87041 346.23126 31.511036L346.23126 36.40166L344.96564 36.40166L344.96564 31.511036Q344.95 30.71416 344.59064 30.33916Q344.23126 29.948536 343.48126 29.948536Q342.85626 29.948536 342.3875 30.27666Q341.9344 30.604786 341.66876 31.136036L341.66876 36.40166L340.40314 36.40166L340.40314 29.011036L341.60626 29.011036ZM357.95 34.65166L359.3719 29.011036L360.6375 29.011036L358.4969 36.40166L357.46564 36.40166L355.66876 30.792286L353.91876 36.40166L352.8875 36.40166L350.7469 29.011036L351.9969 29.011036L353.46564 34.542286L355.1844 29.011036L356.2 29.011036L357.95 34.65166ZM363.66876 29.90166Q364.5125 28.87041 365.85626 28.87041Q368.2 28.87041 368.23126 31.511036L368.23126 36.40166L366.96564 36.40166L366.96564 31.511036Q366.95 30.71416 366.59064 30.33916Q366.23126 29.948536 365.48126 29.948536Q364.85626 29.948536 364.3875 30.27666Q363.9344 30.604786 363.66876 31.136036L363.66876 36.40166L362.40314 36.40166L362.40314 25.90166L363.66876 25.90166L363.66876 29.90166ZM371.77814 36.40166L370.5125 36.40166L370.5125 29.011036L371.77814 29.011036L371.77814 36.40166ZM370.41876 27.042286Q370.41876 26.729786 370.60626 26.52666Q370.79376 26.30791 371.15314 26.30791Q371.52814 26.30791 371.71564 26.52666Q371.91876 26.729786 371.91876 27.042286Q371.91876 27.354786 371.71564 27.55791Q371.52814 27.761036 371.15314 27.761036Q370.79376 27.761036 370.60626 27.55791Q370.41876 27.354786 370.41876 27.042286ZM376.3719 35.511036Q377.04376 35.511036 377.54376 35.104786Q378.0594 34.68291 378.1219 34.073536L379.3094 34.073536Q379.27814 34.698536 378.8719 35.27666Q378.46564 35.854786 377.79376 36.198536Q377.1219 36.542286 376.3719 36.542286Q374.85626 36.542286 373.96564 35.542286Q373.075 34.52666 373.075 32.77666L373.075 32.55791Q373.075 31.479786 373.46564 30.636036Q373.8719 29.792286 374.60626 29.33916Q375.35626 28.87041 376.3719 28.87041Q377.60626 28.87041 378.4344 29.62041Q379.2625 30.354786 379.3094 31.542286L378.1219 31.542286Q378.0594 30.823536 377.575 30.37041Q377.09064 29.90166 376.3719 29.90166Q375.40314 29.90166 374.8719 30.604786Q374.34064 31.292286 374.34064 32.604786L374.34064 32.83916Q374.34064 34.12041 374.8719 34.823536Q375.40314 35.511036 376.3719 35.511036ZM381.66876 29.90166Q382.5125 28.87041 383.85626 28.87041Q386.2 28.87041 386.23126 31.511036L386.23126 36.40166L384.96564 36.40166L384.96564 31.511036Q384.95 30.71416 384.59064 30.33916Q384.23126 29.948536 383.48126 29.948536Q382.85626 29.948536 382.3875 30.27666Q381.9344 30.604786 381.66876 31.136036L381.66876 36.40166L380.40314 36.40166L380.40314 25.90166L381.66876 25.90166L381.66876 29.90166ZM393.825 34.542286L395.54376 29.011036L396.90314 29.011036L393.9344 37.542286Q393.2469 39.386036 391.73126 39.386036L391.4969 39.37041L391.02814 39.27666L391.02814 38.261036L391.3719 38.27666Q392.0125 38.27666 392.3719 38.011036Q392.73126 37.761036 392.96564 37.073536L393.2469 36.323536L390.60626 29.011036L391.98126 29.011036L393.825 34.542286ZM398.075 32.636036Q398.075 31.542286 398.4969 30.68291Q398.9344 29.80791 399.6844 29.33916Q400.45 28.87041 401.4344 28.87041Q402.9344 28.87041 403.8719 29.917286Q404.8094 30.96416 404.8094 32.698536L404.8094 32.792286Q404.8094 33.87041 404.3875 34.729786Q403.98126 35.573536 403.2 36.05791Q402.4344 36.542286 401.45 36.542286Q399.9344 36.542286 398.9969 35.49541Q398.075 34.448536 398.075 32.729786L398.075 32.636036ZM399.34064 32.792286Q399.34064 34.011036 399.90314 34.761036Q400.48126 35.511036 401.45 35.511036Q402.40314 35.511036 402.96564 34.761036Q403.54376 33.99541 403.54376 32.636036Q403.54376 31.417286 402.96564 30.667286Q402.3875 29.90166 401.4344 29.90166Q400.4969 29.90166 399.91876 30.65166Q399.34064 31.40166 399.34064 32.792286ZM410.98126 35.667286Q410.23126 36.542286 408.8094 36.542286Q407.6219 36.542286 406.9969 35.854786Q406.3875 35.167286 406.3875 33.823536L406.3875 29.011036L407.6375 29.011036L407.6375 33.77666Q407.6375 35.46416 409.0125 35.46416Q410.46564 35.46416 410.9344 34.386036L410.9344 29.011036L412.2 29.011036L412.2 36.40166L410.9969 36.40166L410.98126 35.667286ZM417.98126 30.136036Q417.7 30.08916 417.35626 30.08916Q416.1219 30.08916 415.66876 31.15166L415.66876 36.40166L414.40314 36.40166L414.40314 29.011036L415.6375 29.011036L415.65314 29.854786Q416.27814 28.87041 417.41876 28.87041Q417.79376 28.87041 417.98126 28.96416L417.98126 30.136036ZM422.075 32.636036Q422.075 31.542286 422.4969 30.68291Q422.9344 29.80791 423.6844 29.33916Q424.45 28.87041 425.4344 28.87041Q426.9344 28.87041 427.8719 29.917286Q428.8094 30.96416 428.8094 32.698536L428.8094 32.792286Q428.8094 33.87041 428.3875 34.729786Q427.98126 35.573536 427.2 36.05791Q426.4344 36.542286 425.45 36.542286Q423.9344 36.542286 422.9969 35.49541Q422.075 34.448536 422.075 32.729786L422.075 32.636036ZM423.34064 32.792286Q423.34064 34.011036 423.90314 34.761036Q424.48126 35.511036 425.45 35.511036Q426.40314 35.511036 426.96564 34.761036Q427.54376 33.99541 427.54376 32.636036Q427.54376 31.417286 426.96564 30.667286Q426.3875 29.90166 425.4344 29.90166Q424.4969 29.90166 423.91876 30.65166Q423.34064 31.40166 423.34064 32.792286ZM433.98126 30.136036Q433.7 30.08916 433.35626 30.08916Q432.1219 30.08916 431.66876 31.15166L431.66876 36.40166L430.40314 36.40166L430.40314 29.011036L431.6375 29.011036L431.65314 29.854786Q432.27814 28.87041 433.41876 28.87041Q433.79376 28.87041 433.98126 28.96416L433.98126 30.136036ZM435.10626 32.636036Q435.10626 30.917286 435.90314 29.90166Q436.7 28.87041 438.02814 28.87041Q439.3719 28.87041 440.1375 29.823536L440.2 29.011036L441.35626 29.011036L441.35626 36.229786Q441.35626 37.667286 440.4969 38.479786Q439.65314 39.30791 438.21564 39.30791Q437.41876 39.30791 436.65314 38.96416Q435.8875 38.636036 435.48126 38.042286L436.1375 37.27666Q436.95 38.27666 438.1219 38.27666Q439.04376 38.27666 439.5594 37.761036Q440.09064 37.24541 440.09064 36.292286L440.09064 35.667286Q439.325 36.542286 438.0125 36.542286Q436.71564 36.542286 435.90314 35.49541Q435.10626 34.448536 435.10626 32.636036ZM436.3719 32.792286Q436.3719 34.042286 436.8875 34.761036Q437.40314 35.46416 438.325 35.46416Q439.52814 35.46416 440.09064 34.37041L440.09064 30.99541Q439.4969 29.948536 438.34064 29.948536Q437.41876 29.948536 436.8875 30.667286Q436.3719 31.37041 436.3719 32.792286ZM447.98126 36.40166Q447.8719 36.18291 447.79376 35.62041Q446.91876 36.542286 445.6844 36.542286Q444.59064 36.542286 443.8875 35.93291Q443.2 35.30791 443.2 34.354786Q443.2 33.198536 444.075 32.55791Q444.95 31.917286 446.54376 31.917286L447.77814 31.917286L447.77814 31.33916Q447.77814 30.667286 447.3719 30.27666Q446.98126 29.886036 446.21564 29.886036Q445.52814 29.886036 445.075 30.229786Q444.6219 30.573536 444.6219 31.05791L443.34064 31.05791Q443.34064 30.49541 443.73126 29.979786Q444.1375 29.46416 444.8094 29.167286Q445.48126 28.87041 446.27814 28.87041Q447.5594 28.87041 448.27814 29.511036Q449.0125 30.15166 449.04376 31.261036L449.04376 34.667286Q449.04376 35.68291 449.29376 36.292286L449.29376 36.40166L447.98126 36.40166ZM445.8719 35.43291Q446.46564 35.43291 446.9969 35.136036Q447.54376 34.823536 447.77814 34.323536L447.77814 32.80791L446.77814 32.80791Q444.46564 32.80791 444.46564 34.167286Q444.46564 34.761036 444.85626 35.104786Q445.2469 35.43291 445.8719 35.43291ZM452.60626 29.011036L452.6375 29.93291Q453.4969 28.87041 454.85626 28.87041Q457.2 28.87041 457.23126 31.511036L457.23126 36.40166L455.96564 36.40166L455.96564 31.511036Q455.95 30.71416 455.59064 30.33916Q455.23126 29.948536 454.48126 29.948536Q453.85626 29.948536 453.3875 30.27666Q452.9344 30.604786 452.66876 31.136036L452.66876 36.40166L451.40314 36.40166L451.40314 29.011036L452.60626 29.011036ZM460.77814 36.40166L459.5125 36.40166L459.5125 29.011036L460.77814 29.011036L460.77814 36.40166ZM459.41876 27.042286Q459.41876 26.729786 459.60626 26.52666Q459.79376 26.30791 460.15314 26.30791Q460.52814 26.30791 460.71564 26.52666Q460.91876 26.729786 460.91876 27.042286Q460.91876 27.354786 460.71564 27.55791Q460.52814 27.761036 460.15314 27.761036Q459.79376 27.761036 459.60626 27.55791Q459.41876 27.354786 459.41876 27.042286ZM463.59064 35.37041L467.91876 35.37041L467.91876 36.40166L462.0594 36.40166L462.0594 35.46416L466.1375 30.05791L462.10626 30.05791L462.10626 29.011036L467.71564 29.011036L467.71564 29.90166L463.59064 35.37041ZM473.98126 36.40166Q473.8719 36.18291 473.79376 35.62041Q472.91876 36.542286 471.6844 36.542286Q470.59064 36.542286 469.8875 35.93291Q469.2 35.30791 469.2 34.354786Q469.2 33.198536 470.075 32.55791Q470.95 31.917286 472.54376 31.917286L473.77814 31.917286L473.77814 31.33916Q473.77814 30.667286 473.3719 30.27666Q472.98126 29.886036 472.21564 29.886036Q471.52814 29.886036 471.075 30.229786Q470.6219 30.573536 470.6219 31.05791L469.34064 31.05791Q469.34064 30.49541 469.73126 29.979786Q470.1375 29.46416 470.8094 29.167286Q471.48126 28.87041 472.27814 28.87041Q473.5594 28.87041 474.27814 29.511036Q475.0125 30.15166 475.04376 31.261036L475.04376 34.667286Q475.04376 35.68291 475.29376 36.292286L475.29376 36.40166L473.98126 36.40166ZM471.8719 35.43291Q472.46564 35.43291 472.9969 35.136036Q473.54376 34.823536 473.77814 34.323536L473.77814 32.80791L472.77814 32.80791Q470.46564 32.80791 470.46564 34.167286Q470.46564 34.761036 470.85626 35.104786Q471.2469 35.43291 471.8719 35.43291ZM479.1219 27.21416L479.1219 29.011036L480.4969 29.011036L480.4969 29.979786L479.1219 29.979786L479.1219 34.573536Q479.1219 35.011036 479.3094 35.24541Q479.4969 35.46416 479.9344 35.46416Q480.15314 35.46416 480.54376 35.37041L480.54376 36.40166Q480.04376 36.542286 479.575 36.542286Q478.71564 36.542286 478.27814 36.02666Q477.85626 35.511036 477.85626 34.573536L477.85626 29.979786L476.5125 29.979786L476.5125 29.011036L477.85626 29.011036L477.85626 27.21416L479.1219 27.21416ZM483.77814 36.40166L482.5125 36.40166L482.5125 29.011036L483.77814 29.011036L483.77814 36.40166ZM482.41876 27.042286Q482.41876 26.729786 482.60626 26.52666Q482.79376 26.30791 483.15314 26.30791Q483.52814 26.30791 483.71564 26.52666Q483.91876 26.729786 483.91876 27.042286Q483.91876 27.354786 483.71564 27.55791Q483.52814 27.761036 483.15314 27.761036Q482.79376 27.761036 482.60626 27.55791Q482.41876 27.354786 482.41876 27.042286ZM485.075 32.636036Q485.075 31.542286 485.4969 30.68291Q485.9344 29.80791 486.6844 29.33916Q487.45 28.87041 488.4344 28.87041Q489.9344 28.87041 490.8719 29.917286Q491.8094 30.96416 491.8094 32.698536L491.8094 32.792286Q491.8094 33.87041 491.3875 34.729786Q490.98126 35.573536 490.2 36.05791Q489.4344 36.542286 488.45 36.542286Q486.9344 36.542286 485.9969 35.49541Q485.075 34.448536 485.075 32.729786L485.075 32.636036ZM486.34064 32.792286Q486.34064 34.011036 486.90314 34.761036Q487.48126 35.511036 488.45 35.511036Q489.40314 35.511036 489.96564 34.761036Q490.54376 33.99541 490.54376 32.636036Q490.54376 31.417286 489.96564 30.667286Q489.3875 29.90166 488.4344 29.90166Q487.4969 29.90166 486.91876 30.65166Q486.34064 31.40166 486.34064 32.792286ZM494.60626 29.011036L494.6375 29.93291Q495.4969 28.87041 496.85626 28.87041Q499.2 28.87041 499.23126 31.511036L499.23126 36.40166L497.96564 36.40166L497.96564 31.511036Q497.95 30.71416 497.59064 30.33916Q497.23126 29.948536 496.48126 29.948536Q495.85626 29.948536 495.3875 30.27666Q494.9344 30.604786 494.66876 31.136036L494.66876 36.40166L493.40314 36.40166L493.40314 29.011036L494.60626 29.011036ZM504.075 32.636036Q504.075 31.542286 504.4969 30.68291Q504.9344 29.80791 505.6844 29.33916Q506.45 28.87041 507.4344 28.87041Q508.9344 28.87041 509.8719 29.917286Q510.8094 30.96416 510.8094 32.698536L510.8094 32.792286Q510.8094 33.87041 510.3875 34.729786Q509.98126 35.573536 509.2 36.05791Q508.4344 36.542286 507.45 36.542286Q505.9344 36.542286 504.9969 35.49541Q504.075 34.448536 504.075 32.729786L504.075 32.636036ZM505.34064 32.792286Q505.34064 34.011036 505.90314 34.761036Q506.48126 35.511036 507.45 35.511036Q508.40314 35.511036 508.96564 34.761036Q509.54376 33.99541 509.54376 32.636036Q509.54376 31.417286 508.96564 30.667286Q508.3875 29.90166 507.4344 29.90166Q506.4969 29.90166 505.91876 30.65166Q505.34064 31.40166 505.34064 32.792286ZM518.65314 32.792286Q518.65314 34.479786 517.8719 35.511036Q517.10626 36.542286 515.79376 36.542286Q514.45 36.542286 513.66876 35.68291L513.66876 39.24541L512.40314 39.24541L512.40314 29.011036L513.5594 29.011036L513.6219 29.823536Q514.40314 28.87041 515.77814 28.87041Q517.10626 28.87041 517.8719 29.87041Q518.65314 30.87041 518.65314 32.667286L518.65314 32.792286ZM517.3875 32.636036Q517.3875 31.386036 516.85626 30.667286Q516.325 29.948536 515.3875 29.948536Q514.2469 29.948536 513.66876 30.96416L513.66876 34.49541Q514.2469 35.511036 515.40314 35.511036Q516.325 35.511036 516.85626 34.792286Q517.3875 34.05791 517.3875 32.636036ZM523.48126 36.542286Q521.96564 36.542286 521.02814 35.55791Q520.09064 34.55791 520.09064 32.90166L520.09064 32.68291Q520.09064 31.573536 520.5125 30.71416Q520.9344 29.83916 521.6844 29.354786Q522.4344 28.87041 523.325 28.87041Q524.7625 28.87041 525.5594 29.823536Q526.35626 30.761036 526.35626 32.542286L526.35626 33.05791L521.35626 33.05791Q521.3719 34.15166 521.98126 34.83916Q522.60626 35.511036 523.54376 35.511036Q524.21564 35.511036 524.66876 35.24541Q525.1375 34.96416 525.4969 34.511036L526.2625 35.104786Q525.34064 36.542286 523.48126 36.542286ZM523.325 29.90166Q522.5594 29.90166 522.02814 30.46416Q521.5125 31.02666 521.3875 32.02666L525.09064 32.02666L525.09064 31.93291Q525.04376 30.96416 524.575 30.43291Q524.10626 29.90166 523.325 29.90166ZM530.98126 30.136036Q530.7 30.08916 530.35626 30.08916Q529.1219 30.08916 528.66876 31.15166L528.66876 36.40166L527.40314 36.40166L527.40314 29.011036L528.6375 29.011036L528.65314 29.854786Q529.27814 28.87041 530.41876 28.87041Q530.79376 28.87041 530.98126 28.96416L530.98126 30.136036ZM536.98126 36.40166Q536.8719 36.18291 536.79376 35.62041Q535.91876 36.542286 534.6844 36.542286Q533.59064 36.542286 532.8875 35.93291Q532.2 35.30791 532.2 34.354786Q532.2 33.198536 533.075 32.55791Q533.95 31.917286 535.54376 31.917286L536.77814 31.917286L536.77814 31.33916Q536.77814 30.667286 536.3719 30.27666Q535.98126 29.886036 535.21564 29.886036Q534.52814 29.886036 534.075 30.229786Q533.6219 30.573536 533.6219 31.05791L532.34064 31.05791Q532.34064 30.49541 532.73126 29.979786Q533.1375 29.46416 533.8094 29.167286Q534.48126 28.87041 535.27814 28.87041Q536.5594 28.87041 537.27814 29.511036Q538.0125 30.15166 538.04376 31.261036L538.04376 34.667286Q538.04376 35.68291 538.29376 36.292286L538.29376 36.40166L536.98126 36.40166ZM534.8719 35.43291Q535.46564 35.43291 535.9969 35.136036Q536.54376 34.823536 536.77814 34.323536L536.77814 32.80791L535.77814 32.80791Q533.46564 32.80791 533.46564 34.167286Q533.46564 34.761036 533.85626 35.104786Q534.2469 35.43291 534.8719 35.43291ZM542.1219 27.21416L542.1219 29.011036L543.4969 29.011036L543.4969 29.979786L542.1219 29.979786L542.1219 34.573536Q542.1219 35.011036 542.3094 35.24541Q542.4969 35.46416 542.9344 35.46416Q543.15314 35.46416 543.54376 35.37041L543.54376 36.40166Q543.04376 36.542286 542.575 36.542286Q541.71564 36.542286 541.27814 36.02666Q540.85626 35.511036 540.85626 34.573536L540.85626 29.979786L539.5125 29.979786L539.5125 29.011036L540.85626 29.011036L540.85626 27.21416L542.1219 27.21416ZM548.48126 36.542286Q546.96564 36.542286 546.02814 35.55791Q545.09064 34.55791 545.09064 32.90166L545.09064 32.68291Q545.09064 31.573536 545.5125 30.71416Q545.9344 29.83916 546.6844 29.354786Q547.4344 28.87041 548.325 28.87041Q549.7625 28.87041 550.5594 29.823536Q551.35626 30.761036 551.35626 32.542286L551.35626 33.05791L546.35626 33.05791Q546.3719 34.15166 546.98126 34.83916Q547.60626 35.511036 548.54376 35.511036Q549.21564 35.511036 549.66876 35.24541Q550.1375 34.96416 550.4969 34.511036L551.2625 35.104786Q550.34064 36.542286 548.48126 36.542286ZM548.325 29.90166Q547.5594 29.90166 547.02814 30.46416Q546.5125 31.02666 546.3875 32.02666L550.09064 32.02666L550.09064 31.93291Q550.04376 30.96416 549.575 30.43291Q549.10626 29.90166 548.325 29.90166ZM556.71564 34.43291Q556.71564 33.93291 556.325 33.65166Q555.9344 33.354786 554.98126 33.15166Q554.02814 32.948536 553.45 32.667286Q552.8875 32.37041 552.6219 31.979786Q552.35626 31.58916 552.35626 31.042286Q552.35626 30.12041 553.1219 29.49541Q553.8875 28.87041 555.09064 28.87041Q556.34064 28.87041 557.1219 29.52666Q557.90314 30.167286 557.90314 31.18291L556.6375 31.18291Q556.6375 30.65166 556.2 30.27666Q555.7625 29.90166 555.09064 29.90166Q554.40314 29.90166 554.0125 30.21416Q553.6219 30.511036 553.6219 30.99541Q553.6219 31.448536 553.98126 31.68291Q554.34064 31.917286 555.27814 32.136036Q556.23126 32.33916 556.825 32.636036Q557.41876 32.93291 557.7 33.354786Q557.98126 33.761036 557.98126 34.354786Q557.98126 35.33916 557.1844 35.948536Q556.3875 36.542286 555.1219 36.542286Q554.2469 36.542286 553.5594 36.229786Q552.8719 35.90166 552.48126 35.33916Q552.10626 34.77666 552.10626 34.12041L553.3719 34.12041Q553.40314 34.761036 553.8719 35.136036Q554.35626 35.511036 555.1219 35.511036Q555.84064 35.511036 556.27814 35.21416Q556.71564 34.917286 556.71564 34.43291ZM560.8875 33.604786Q560.90314 32.792286 561.075 32.323536Q561.2469 31.83916 561.77814 31.261036L562.66876 30.33916Q563.2469 29.698536 563.2469 28.948536Q563.2469 28.229786 562.8719 27.823536Q562.4969 27.417286 561.77814 27.417286Q561.075 27.417286 560.65314 27.792286Q560.23126 28.15166 560.23126 28.77666L558.96564 28.77666Q558.98126 27.667286 559.7469 26.99541Q560.52814 26.30791 561.77814 26.30791Q563.0594 26.30791 563.77814 27.011036Q564.5125 27.698536 564.5125 28.90166Q564.5125 30.104786 563.40314 31.261036L562.65314 32.011036Q562.15314 32.55791 562.15314 33.604786L560.8875 33.604786ZM560.84064 35.761036Q560.84064 35.46416 561.02814 35.261036Q561.21564 35.042286 561.575 35.042286Q561.95 35.042286 562.1375 35.261036Q562.34064 35.46416 562.34064 35.77666Q562.34064 36.073536 562.1375 36.27666Q561.95 36.479786 561.575 36.479786Q561.21564 36.479786 561.02814 36.27666Q560.84064 36.073536 560.84064 35.761036Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig7.svg b/_content/survey2019/fig7.svg
deleted file mode 100644
index f2cbc83..0000000
--- a/_content/survey2019/fig7.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 442.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="442" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 442.0L0 442.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 34.5L171.5 364.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 34.5L270.5 364.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 34.5L370.5 364.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 34.5L469.5 364.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 34.5L569.5 364.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 34.676815L569.4754 34.676815L569.4754 364.43045L171.5 364.43045L171.5 34.676815Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 65.0L171.0 56.0L208.0 56.0C209.10457 56.0 210.0 56.89543 210.0 58.0L210.0 63.0C210.0 64.10457 209.10457 65.0 208.0 65.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 65.0L171.0 56.0L208.0 56.0C209.10457 56.0 210.0 56.89543 210.0 58.0L210.0 63.0C210.0 64.10457 209.10457 65.0 208.0 65.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 127.0L171.0 118.0L219.0 118.0C220.10457 118.0 221.0 118.89543 221.0 120.0L221.0 125.0C221.0 126.10457 220.10457 127.0 219.0 127.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 127.0L171.0 118.0L219.0 118.0C220.10457 118.0 221.0 118.89543 221.0 120.0L221.0 125.0C221.0 126.10457 220.10457 127.0 219.0 127.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 189.0L171.0 180.0L227.0 180.0C228.10457 180.0 229.0 180.89543 229.0 182.0L229.0 187.0C229.0 188.10457 228.10457 189.0 227.0 189.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 189.0L171.0 180.0L227.0 180.0C228.10457 180.0 229.0 180.89543 229.0 182.0L229.0 187.0C229.0 188.10457 228.10457 189.0 227.0 189.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 250.0L171.0 241.0L374.0 241.0C375.10458 241.0 376.0 241.89543 376.0 243.0L376.0 248.0C376.0 249.10457 375.10458 250.0 374.0 250.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 250.0L171.0 241.0L374.0 241.0C375.10458 241.0 376.0 241.89543 376.0 243.0L376.0 248.0C376.0 249.10457 375.10458 250.0 374.0 250.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 312.0L171.0 303.0L318.0 303.0C319.10458 303.0 320.0 303.89542 320.0 305.0L320.0 310.0C320.0 311.10458 319.10458 312.0 318.0 312.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 312.0L171.0 303.0L318.0 303.0C319.10458 303.0 320.0 303.89542 320.0 305.0L320.0 310.0C320.0 311.10458 319.10458 312.0 318.0 312.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 75.0L171.0 66.0L205.0 66.0C206.10457 66.0 207.0 66.89543 207.0 68.0L207.0 73.0C207.0 74.10457 206.10457 75.0 205.0 75.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 75.0L171.0 66.0L205.0 66.0C206.10457 66.0 207.0 66.89543 207.0 68.0L207.0 73.0C207.0 74.10457 206.10457 75.0 205.0 75.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 137.0L171.0 128.0L212.0 128.0C213.10457 128.0 214.0 128.89543 214.0 130.0L214.0 135.0C214.0 136.10457 213.10457 137.0 212.0 137.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 137.0L171.0 128.0L212.0 128.0C213.10457 128.0 214.0 128.89543 214.0 130.0L214.0 135.0C214.0 136.10457 213.10457 137.0 212.0 137.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 199.0L171.0 190.0L225.0 190.0C226.10457 190.0 227.0 190.89543 227.0 192.0L227.0 197.0C227.0 198.10457 226.10457 199.0 225.0 199.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 199.0L171.0 190.0L225.0 190.0C226.10457 190.0 227.0 190.89543 227.0 192.0L227.0 197.0C227.0 198.10457 226.10457 199.0 225.0 199.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 260.0L171.0 251.0L370.0 251.0C371.10458 251.0 372.0 251.89543 372.0 253.0L372.0 258.0C372.0 259.10458 371.10458 260.0 370.0 260.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 260.0L171.0 251.0L370.0 251.0C371.10458 251.0 372.0 251.89543 372.0 253.0L372.0 258.0C372.0 259.10458 371.10458 260.0 370.0 260.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 322.0L171.0 313.0L334.0 313.0C335.10458 313.0 336.0 313.89542 336.0 315.0L336.0 320.0C336.0 321.10458 335.10458 322.0 334.0 322.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 322.0L171.0 313.0L334.0 313.0C335.10458 313.0 336.0 313.89542 336.0 315.0L336.0 320.0C336.0 321.10458 335.10458 322.0 334.0 322.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 85.0L171.0 76.0L208.0 76.0C209.10457 76.0 210.0 76.89543 210.0 78.0L210.0 83.0C210.0 84.10457 209.10457 85.0 208.0 85.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 85.0L171.0 76.0L208.0 76.0C209.10457 76.0 210.0 76.89543 210.0 78.0L210.0 83.0C210.0 84.10457 209.10457 85.0 208.0 85.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 147.0L171.0 138.0L208.0 138.0C209.10457 138.0 210.0 138.89543 210.0 140.0L210.0 145.0C210.0 146.10457 209.10457 147.0 208.0 147.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 147.0L171.0 138.0L208.0 138.0C209.10457 138.0 210.0 138.89543 210.0 140.0L210.0 145.0C210.0 146.10457 209.10457 147.0 208.0 147.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 209.0L171.0 200.0L223.0 200.0C224.10457 200.0 225.0 200.89543 225.0 202.0L225.0 207.0C225.0 208.10457 224.10457 209.0 223.0 209.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 209.0L171.0 200.0L223.0 200.0C224.10457 200.0 225.0 200.89543 225.0 202.0L225.0 207.0C225.0 208.10457 224.10457 209.0 223.0 209.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 270.0L171.0 261.0L377.0 261.0C378.10458 261.0 379.0 261.89542 379.0 263.0L379.0 268.0C379.0 269.10458 378.10458 270.0 377.0 270.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 270.0L171.0 261.0L377.0 261.0C378.10458 261.0 379.0 261.89542 379.0 263.0L379.0 268.0C379.0 269.10458 378.10458 270.0 377.0 270.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 332.0L171.0 323.0L329.0 323.0C330.10458 323.0 331.0 323.89542 331.0 325.0L331.0 330.0C331.0 331.10458 330.10458 332.0 329.0 332.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 332.0L171.0 323.0L329.0 323.0C330.10458 323.0 331.0 323.89542 331.0 325.0L331.0 330.0C331.0 331.10458 330.10458 332.0 329.0 332.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 95.0L171.0 86.0L204.0 86.0C205.10457 86.0 206.0 86.89543 206.0 88.0L206.0 93.0C206.0 94.10457 205.10457 95.0 204.0 95.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 95.0L171.0 86.0L204.0 86.0C205.10457 86.0 206.0 86.89543 206.0 88.0L206.0 93.0C206.0 94.10457 205.10457 95.0 204.0 95.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 157.0L171.0 148.0L205.0 148.0C206.10457 148.0 207.0 148.89543 207.0 150.0L207.0 155.0C207.0 156.10457 206.10457 157.0 205.0 157.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 157.0L171.0 148.0L205.0 148.0C206.10457 148.0 207.0 148.89543 207.0 150.0L207.0 155.0C207.0 156.10457 206.10457 157.0 205.0 157.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 219.0L171.0 210.0L221.0 210.0C222.10457 210.0 223.0 210.89543 223.0 212.0L223.0 217.0C223.0 218.10457 222.10457 219.0 221.0 219.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 219.0L171.0 210.0L221.0 210.0C222.10457 210.0 223.0 210.89543 223.0 212.0L223.0 217.0C223.0 218.10457 222.10457 219.0 221.0 219.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 280.0L171.0 271.0L370.0 271.0C371.10458 271.0 372.0 271.89542 372.0 273.0L372.0 278.0C372.0 279.10458 371.10458 280.0 370.0 280.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 280.0L171.0 271.0L370.0 271.0C371.10458 271.0 372.0 271.89542 372.0 273.0L372.0 278.0C372.0 279.10458 371.10458 280.0 370.0 280.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 342.0L171.0 333.0L344.0 333.0C345.10458 333.0 346.0 333.89542 346.0 335.0L346.0 340.0C346.0 341.10458 345.10458 342.0 344.0 342.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 342.0L171.0 333.0L344.0 333.0C345.10458 333.0 346.0 333.89542 346.0 335.0L346.0 340.0C346.0 341.10458 345.10458 342.0 344.0 342.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.3256 59.25Q225.3256 59.78125 225.04436 60.203125Q224.7631 60.609375 224.27873 60.84375Q224.84123 61.078125 225.15373 61.546875Q225.48186 62.0 225.48186 62.578125Q225.48186 63.5 224.85686 64.046875Q224.24748 64.59375 223.23186 64.59375Q222.2006 64.59375 221.5756 64.046875Q220.96623 63.5 220.96623 62.578125Q220.96623 62.0 221.27873 61.546875Q221.59123 61.078125 222.15373 60.84375Q221.68498 60.609375 221.40373 60.1875Q221.1381 59.765625 221.1381 59.25Q221.1381 58.34375 221.7006 57.828125Q222.27873 57.296875 223.23186 57.296875Q224.16936 57.296875 224.74748 57.828125Q225.3256 58.34375 225.3256 59.25ZM224.59123 62.5625Q224.59123 61.96875 224.2006 61.59375Q223.8256 61.21875 223.21623 61.21875Q222.60686 61.21875 222.23186 61.59375Q221.87248 61.953125 221.87248 62.5625Q221.87248 63.171875 222.23186 63.515625Q222.59123 63.859375 223.23186 63.859375Q223.85686 63.859375 224.21623 63.515625Q224.59123 63.15625 224.59123 62.5625ZM223.23186 58.03125Q222.7006 58.03125 222.35686 58.359375Q222.02873 58.6875 222.02873 59.265625Q222.02873 59.796875 222.35686 60.140625Q222.68498 60.46875 223.21623 60.46875Q223.7631 60.46875 224.09123 60.140625Q224.41936 59.796875 224.41936 59.265625Q224.41936 58.71875 224.0756 58.375Q223.74748 58.03125 223.23186 58.03125ZM226.93498 58.75Q226.93498 58.125 227.34123 57.703125Q227.74748 57.28125 228.3881 57.28125Q229.04436 57.28125 229.43498 57.703125Q229.84123 58.125 229.84123 58.78125L229.84123 59.140625Q229.84123 59.78125 229.43498 60.1875Q229.02873 60.59375 228.40373 60.59375Q227.7631 60.59375 227.34123 60.1875Q226.93498 59.78125 226.93498 59.09375L226.93498 58.75ZM227.60686 59.140625Q227.60686 59.515625 227.80998 59.765625Q228.02873 60.0 228.40373 60.0Q228.74748 60.0 228.9506 59.765625Q229.16936 59.53125 229.16936 59.109375L229.16936 58.75Q229.16936 58.375 228.9506 58.125Q228.74748 57.875 228.3881 57.875Q228.02873 57.875 227.80998 58.125Q227.60686 58.375 227.60686 58.78125L227.60686 59.140625ZM230.3881 62.75Q230.3881 62.109375 230.79436 61.703125Q231.21623 61.296875 231.84123 61.296875Q232.48186 61.296875 232.8881 61.703125Q233.30998 62.109375 233.30998 62.796875L233.30998 63.140625Q233.30998 63.78125 232.90373 64.203125Q232.49748 64.609375 231.85686 64.609375Q231.23186 64.609375 230.80998 64.203125Q230.3881 63.78125 230.3881 63.109375L230.3881 62.75ZM231.0756 63.140625Q231.0756 63.515625 231.27873 63.765625Q231.49748 64.015625 231.85686 64.015625Q232.21623 64.015625 232.41936 63.78125Q232.6381 63.53125 232.6381 63.125L232.6381 62.75Q232.6381 62.375 232.41936 62.125Q232.2006 61.875 231.85686 61.875Q231.49748 61.875 231.27873 62.125Q231.0756 62.359375 231.0756 62.78125L231.0756 63.140625ZM228.60686 63.96875L228.09123 63.640625L231.55998 58.078125L232.0756 58.40625L228.60686 63.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M225.3256 59.25Q225.3256 59.78125 225.04436 60.203125Q224.7631 60.609375 224.27873 60.84375Q224.84123 61.078125 225.15373 61.546875Q225.48186 62.0 225.48186 62.578125Q225.48186 63.5 224.85686 64.046875Q224.24748 64.59375 223.23186 64.59375Q222.2006 64.59375 221.5756 64.046875Q220.96623 63.5 220.96623 62.578125Q220.96623 62.0 221.27873 61.546875Q221.59123 61.078125 222.15373 60.84375Q221.68498 60.609375 221.40373 60.1875Q221.1381 59.765625 221.1381 59.25Q221.1381 58.34375 221.7006 57.828125Q222.27873 57.296875 223.23186 57.296875Q224.16936 57.296875 224.74748 57.828125Q225.3256 58.34375 225.3256 59.25ZM224.59123 62.5625Q224.59123 61.96875 224.2006 61.59375Q223.8256 61.21875 223.21623 61.21875Q222.60686 61.21875 222.23186 61.59375Q221.87248 61.953125 221.87248 62.5625Q221.87248 63.171875 222.23186 63.515625Q222.59123 63.859375 223.23186 63.859375Q223.85686 63.859375 224.21623 63.515625Q224.59123 63.15625 224.59123 62.5625ZM223.23186 58.03125Q222.7006 58.03125 222.35686 58.359375Q222.02873 58.6875 222.02873 59.265625Q222.02873 59.796875 222.35686 60.140625Q222.68498 60.46875 223.21623 60.46875Q223.7631 60.46875 224.09123 60.140625Q224.41936 59.796875 224.41936 59.265625Q224.41936 58.71875 224.0756 58.375Q223.74748 58.03125 223.23186 58.03125ZM226.93498 58.75Q226.93498 58.125 227.34123 57.703125Q227.74748 57.28125 228.3881 57.28125Q229.04436 57.28125 229.43498 57.703125Q229.84123 58.125 229.84123 58.78125L229.84123 59.140625Q229.84123 59.78125 229.43498 60.1875Q229.02873 60.59375 228.40373 60.59375Q227.7631 60.59375 227.34123 60.1875Q226.93498 59.78125 226.93498 59.09375L226.93498 58.75ZM227.60686 59.140625Q227.60686 59.515625 227.80998 59.765625Q228.02873 60.0 228.40373 60.0Q228.74748 60.0 228.9506 59.765625Q229.16936 59.53125 229.16936 59.109375L229.16936 58.75Q229.16936 58.375 228.9506 58.125Q228.74748 57.875 228.3881 57.875Q228.02873 57.875 227.80998 58.125Q227.60686 58.375 227.60686 58.78125L227.60686 59.140625ZM230.3881 62.75Q230.3881 62.109375 230.79436 61.703125Q231.21623 61.296875 231.84123 61.296875Q232.48186 61.296875 232.8881 61.703125Q233.30998 62.109375 233.30998 62.796875L233.30998 63.140625Q233.30998 63.78125 232.90373 64.203125Q232.49748 64.609375 231.85686 64.609375Q231.23186 64.609375 230.80998 64.203125Q230.3881 63.78125 230.3881 63.109375L230.3881 62.75ZM231.0756 63.140625Q231.0756 63.515625 231.27873 63.765625Q231.49748 64.015625 231.85686 64.015625Q232.21623 64.015625 232.41936 63.78125Q232.6381 63.53125 232.6381 63.125L232.6381 62.75Q232.6381 62.375 232.41936 62.125Q232.2006 61.875 231.85686 61.875Q231.49748 61.875 231.27873 62.125Q231.0756 62.359375 231.0756 62.78125L231.0756 63.140625ZM228.60686 63.96875L228.09123 63.640625L231.55998 58.078125L232.0756 58.40625L228.60686 63.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.1275 126.5L233.22125 126.5L233.22125 120.484375L231.39313 121.140625L231.39313 120.328125L233.98688 119.359375L234.1275 119.359375L234.1275 126.5ZM241.61188 123.46875Q241.61188 125.046875 241.065 125.828125Q240.53375 126.59375 239.3775 126.59375Q238.23688 126.59375 237.69 125.84375Q237.14313 125.09375 237.1275 123.59375L237.1275 122.390625Q237.1275 120.8125 237.65875 120.0625Q238.20563 119.296875 239.36188 119.296875Q240.51813 119.296875 241.04938 120.03125Q241.59625 120.765625 241.61188 122.296875L241.61188 123.46875ZM240.70563 122.234375Q240.70563 121.078125 240.3775 120.5625Q240.065 120.03125 239.36188 120.03125Q238.67438 120.03125 238.34625 120.5625Q238.03375 121.078125 238.03375 122.15625L238.03375 123.609375Q238.03375 124.765625 238.36188 125.3125Q238.70563 125.859375 239.3775 125.859375Q240.04938 125.859375 240.36188 125.34375Q240.69 124.828125 240.70563 123.71875L240.70563 122.234375ZM243.08063 120.75Q243.08063 120.125 243.48688 119.703125Q243.89313 119.28125 244.53375 119.28125Q245.19 119.28125 245.58063 119.703125Q245.98688 120.125 245.98688 120.78125L245.98688 121.140625Q245.98688 121.78125 245.58063 122.1875Q245.17438 122.59375 244.54938 122.59375Q243.90875 122.59375 243.48688 122.1875Q243.08063 121.78125 243.08063 121.09375L243.08063 120.75ZM243.7525 121.140625Q243.7525 121.515625 243.95563 121.765625Q244.17438 122.0 244.54938 122.0Q244.89313 122.0 245.09625 121.765625Q245.315 121.53125 245.315 121.109375L245.315 120.75Q245.315 120.375 245.09625 120.125Q244.89313 119.875 244.53375 119.875Q244.17438 119.875 243.95563 120.125Q243.7525 120.375 243.7525 120.78125L243.7525 121.140625ZM246.53375 124.75Q246.53375 124.109375 246.94 123.703125Q247.36188 123.296875 247.98688 123.296875Q248.6275 123.296875 249.03375 123.703125Q249.45563 124.109375 249.45563 124.796875L249.45563 125.140625Q249.45563 125.78125 249.04938 126.203125Q248.64313 126.609375 248.0025 126.609375Q247.3775 126.609375 246.95563 126.203125Q246.53375 125.78125 246.53375 125.109375L246.53375 124.75ZM247.22125 125.140625Q247.22125 125.515625 247.42438 125.765625Q247.64313 126.015625 248.0025 126.015625Q248.36188 126.015625 248.565 125.78125Q248.78375 125.53125 248.78375 125.125L248.78375 124.75Q248.78375 124.375 248.565 124.125Q248.34625 123.875 248.0025 123.875Q247.64313 123.875 247.42438 124.125Q247.22125 124.359375 247.22125 124.78125L247.22125 125.140625ZM244.7525 125.96875L244.23688 125.640625L247.70563 120.078125L248.22125 120.40625L244.7525 125.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M234.1275 126.5L233.22125 126.5L233.22125 120.484375L231.39313 121.140625L231.39313 120.328125L233.98688 119.359375L234.1275 119.359375L234.1275 126.5ZM241.61188 123.46875Q241.61188 125.046875 241.065 125.828125Q240.53375 126.59375 239.3775 126.59375Q238.23688 126.59375 237.69 125.84375Q237.14313 125.09375 237.1275 123.59375L237.1275 122.390625Q237.1275 120.8125 237.65875 120.0625Q238.20563 119.296875 239.36188 119.296875Q240.51813 119.296875 241.04938 120.03125Q241.59625 120.765625 241.61188 122.296875L241.61188 123.46875ZM240.70563 122.234375Q240.70563 121.078125 240.3775 120.5625Q240.065 120.03125 239.36188 120.03125Q238.67438 120.03125 238.34625 120.5625Q238.03375 121.078125 238.03375 122.15625L238.03375 123.609375Q238.03375 124.765625 238.36188 125.3125Q238.70563 125.859375 239.3775 125.859375Q240.04938 125.859375 240.36188 125.34375Q240.69 124.828125 240.70563 123.71875L240.70563 122.234375ZM243.08063 120.75Q243.08063 120.125 243.48688 119.703125Q243.89313 119.28125 244.53375 119.28125Q245.19 119.28125 245.58063 119.703125Q245.98688 120.125 245.98688 120.78125L245.98688 121.140625Q245.98688 121.78125 245.58063 122.1875Q245.17438 122.59375 244.54938 122.59375Q243.90875 122.59375 243.48688 122.1875Q243.08063 121.78125 243.08063 121.09375L243.08063 120.75ZM243.7525 121.140625Q243.7525 121.515625 243.95563 121.765625Q244.17438 122.0 244.54938 122.0Q244.89313 122.0 245.09625 121.765625Q245.315 121.53125 245.315 121.109375L245.315 120.75Q245.315 120.375 245.09625 120.125Q244.89313 119.875 244.53375 119.875Q244.17438 119.875 243.95563 120.125Q243.7525 120.375 243.7525 120.78125L243.7525 121.140625ZM246.53375 124.75Q246.53375 124.109375 246.94 123.703125Q247.36188 123.296875 247.98688 123.296875Q248.6275 123.296875 249.03375 123.703125Q249.45563 124.109375 249.45563 124.796875L249.45563 125.140625Q249.45563 125.78125 249.04938 126.203125Q248.64313 126.609375 248.0025 126.609375Q247.3775 126.609375 246.95563 126.203125Q246.53375 125.78125 246.53375 125.109375L246.53375 124.75ZM247.22125 125.140625Q247.22125 125.515625 247.42438 125.765625Q247.64313 126.015625 248.0025 126.015625Q248.36188 126.015625 248.565 125.78125Q248.78375 125.53125 248.78375 125.125L248.78375 124.75Q248.78375 124.375 248.565 124.125Q248.34625 123.875 248.0025 123.875Q247.64313 123.875 247.42438 124.125Q247.22125 124.359375 247.22125 124.78125L247.22125 125.140625ZM244.7525 125.96875L244.23688 125.640625L247.70563 120.078125L248.22125 120.40625L244.7525 125.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M242.44362 188.5L241.53737 188.5L241.53737 182.48438L239.70924 183.14062L239.70924 182.32812L242.303 181.35938L242.44362 181.35938L242.44362 188.5ZM250.13112 188.5L245.47487 188.5L245.47487 187.84375L247.928 185.10938Q248.47487 184.5 248.678 184.10938Q248.89674 183.71875 248.89674 183.29688Q248.89674 182.75 248.553 182.39062Q248.22487 182.03125 247.66237 182.03125Q246.9905 182.03125 246.6155 182.42188Q246.2405 182.79688 246.2405 183.48438L245.33424 183.48438Q245.33424 182.5 245.95924 181.90625Q246.59987 181.29688 247.66237 181.29688Q248.64674 181.29688 249.22487 181.8125Q249.803 182.32812 249.803 183.20312Q249.803 184.25 248.45924 185.70312L246.56862 187.76562L250.13112 187.76562L250.13112 188.5ZM251.39674 182.75Q251.39674 182.125 251.803 181.70312Q252.20924 181.28125 252.84987 181.28125Q253.50612 181.28125 253.89674 181.70312Q254.303 182.125 254.303 182.78125L254.303 183.14062Q254.303 183.78125 253.89674 184.1875Q253.4905 184.59375 252.8655 184.59375Q252.22487 184.59375 251.803 184.1875Q251.39674 183.78125 251.39674 183.09375L251.39674 182.75ZM252.06862 183.14062Q252.06862 183.51562 252.27174 183.76562Q252.4905 184.0 252.8655 184.0Q253.20924 184.0 253.41237 183.76562Q253.63112 183.53125 253.63112 183.10938L253.63112 182.75Q253.63112 182.375 253.41237 182.125Q253.20924 181.875 252.84987 181.875Q252.4905 181.875 252.27174 182.125Q252.06862 182.375 252.06862 182.78125L252.06862 183.14062ZM254.84987 186.75Q254.84987 186.10938 255.25612 185.70312Q255.678 185.29688 256.30298 185.29688Q256.9436 185.29688 257.34985 185.70312Q257.77173 186.10938 257.77173 186.79688L257.77173 187.14062Q257.77173 187.78125 257.36548 188.20312Q256.95923 188.60938 256.3186 188.60938Q255.69362 188.60938 255.27174 188.20312Q254.84987 187.78125 254.84987 187.10938L254.84987 186.75ZM255.53737 187.14062Q255.53737 187.51562 255.7405 187.76562Q255.95924 188.01562 256.3186 188.01562Q256.67798 188.01562 256.8811 187.78125Q257.09985 187.53125 257.09985 187.125L257.09985 186.75Q257.09985 186.375 256.8811 186.125Q256.66235 185.875 256.3186 185.875Q255.95924 185.875 255.7405 186.125Q255.53737 186.35938 255.53737 186.78125L255.53737 187.14062ZM253.06862 187.96875L252.553 187.64062L256.02173 182.07812L256.53735 182.40625L253.06862 187.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M242.44362 188.5L241.53737 188.5L241.53737 182.48438L239.70924 183.14062L239.70924 182.32812L242.303 181.35938L242.44362 181.35938L242.44362 188.5ZM250.13112 188.5L245.47487 188.5L245.47487 187.84375L247.928 185.10938Q248.47487 184.5 248.678 184.10938Q248.89674 183.71875 248.89674 183.29688Q248.89674 182.75 248.553 182.39062Q248.22487 182.03125 247.66237 182.03125Q246.9905 182.03125 246.6155 182.42188Q246.2405 182.79688 246.2405 183.48438L245.33424 183.48438Q245.33424 182.5 245.95924 181.90625Q246.59987 181.29688 247.66237 181.29688Q248.64674 181.29688 249.22487 181.8125Q249.803 182.32812 249.803 183.20312Q249.803 184.25 248.45924 185.70312L246.56862 187.76562L250.13112 187.76562L250.13112 188.5ZM251.39674 182.75Q251.39674 182.125 251.803 181.70312Q252.20924 181.28125 252.84987 181.28125Q253.50612 181.28125 253.89674 181.70312Q254.303 182.125 254.303 182.78125L254.303 183.14062Q254.303 183.78125 253.89674 184.1875Q253.4905 184.59375 252.8655 184.59375Q252.22487 184.59375 251.803 184.1875Q251.39674 183.78125 251.39674 183.09375L251.39674 182.75ZM252.06862 183.14062Q252.06862 183.51562 252.27174 183.76562Q252.4905 184.0 252.8655 184.0Q253.20924 184.0 253.41237 183.76562Q253.63112 183.53125 253.63112 183.10938L253.63112 182.75Q253.63112 182.375 253.41237 182.125Q253.20924 181.875 252.84987 181.875Q252.4905 181.875 252.27174 182.125Q252.06862 182.375 252.06862 182.78125L252.06862 183.14062ZM254.84987 186.75Q254.84987 186.10938 255.25612 185.70312Q255.678 185.29688 256.30298 185.29688Q256.9436 185.29688 257.34985 185.70312Q257.77173 186.10938 257.77173 186.79688L257.77173 187.14062Q257.77173 187.78125 257.36548 188.20312Q256.95923 188.60938 256.3186 188.60938Q255.69362 188.60938 255.27174 188.20312Q254.84987 187.78125 254.84987 187.10938L254.84987 186.75ZM255.53737 187.14062Q255.53737 187.51562 255.7405 187.76562Q255.95924 188.01562 256.3186 188.01562Q256.67798 188.01562 256.8811 187.78125Q257.09985 187.53125 257.09985 187.125L257.09985 186.75Q257.09985 186.375 256.8811 186.125Q256.66235 185.875 256.3186 185.875Q255.95924 185.875 255.7405 186.125Q255.53737 186.35938 255.53737 186.78125L255.53737 187.14062ZM253.06862 187.96875L252.553 187.64062L256.02173 182.07812L256.53735 182.40625L253.06862 187.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M389.98343 247.10938L390.9678 247.10938L390.9678 247.84375L389.98343 247.84375L389.98343 249.5L389.07718 249.5L389.07718 247.84375L385.8428 247.84375L385.8428 247.3125L389.01468 242.39062L389.98343 242.39062L389.98343 247.10938ZM386.85843 247.10938L389.07718 247.10938L389.07718 243.625L388.9678 243.82812L386.85843 247.10938ZM395.13968 249.5L394.23343 249.5L394.23343 243.48438L392.4053 244.14062L392.4053 243.32812L394.99905 242.35938L395.13968 242.35938L395.13968 249.5ZM398.0928 243.75Q398.0928 243.125 398.49905 242.70312Q398.9053 242.28125 399.54593 242.28125Q400.20218 242.28125 400.5928 242.70312Q400.99905 243.125 400.99905 243.78125L400.99905 244.14062Q400.99905 244.78125 400.5928 245.1875Q400.18655 245.59375 399.56155 245.59375Q398.92093 245.59375 398.49905 245.1875Q398.0928 244.78125 398.0928 244.09375L398.0928 243.75ZM398.76468 244.14062Q398.76468 244.51562 398.9678 244.76562Q399.18655 245.0 399.56155 245.0Q399.9053 245.0 400.10843 244.76562Q400.32718 244.53125 400.32718 244.10938L400.32718 243.75Q400.32718 243.375 400.10843 243.125Q399.9053 242.875 399.54593 242.875Q399.18655 242.875 398.9678 243.125Q398.76468 243.375 398.76468 243.78125L398.76468 244.14062ZM401.54593 247.75Q401.54593 247.10938 401.95218 246.70312Q402.37405 246.29688 402.99905 246.29688Q403.63968 246.29688 404.04593 246.70312Q404.4678 247.10938 404.4678 247.79688L404.4678 248.14062Q404.4678 248.78125 404.06155 249.20312Q403.6553 249.60938 403.01468 249.60938Q402.38968 249.60938 401.9678 249.20312Q401.54593 248.78125 401.54593 248.10938L401.54593 247.75ZM402.23343 248.14062Q402.23343 248.51562 402.43655 248.76562Q402.6553 249.01562 403.01468 249.01562Q403.37405 249.01562 403.57718 248.78125Q403.79593 248.53125 403.79593 248.125L403.79593 247.75Q403.79593 247.375 403.57718 247.125Q403.35843 246.875 403.01468 246.875Q402.6553 246.875 402.43655 247.125Q402.23343 247.35938 402.23343 247.78125L402.23343 248.14062ZM399.76468 248.96875L399.24905 248.64062L402.7178 243.07812L403.23343 243.40625L399.76468 248.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M389.98343 247.10938L390.9678 247.10938L390.9678 247.84375L389.98343 247.84375L389.98343 249.5L389.07718 249.5L389.07718 247.84375L385.8428 247.84375L385.8428 247.3125L389.01468 242.39062L389.98343 242.39062L389.98343 247.10938ZM386.85843 247.10938L389.07718 247.10938L389.07718 243.625L388.9678 243.82812L386.85843 247.10938ZM395.13968 249.5L394.23343 249.5L394.23343 243.48438L392.4053 244.14062L392.4053 243.32812L394.99905 242.35938L395.13968 242.35938L395.13968 249.5ZM398.0928 243.75Q398.0928 243.125 398.49905 242.70312Q398.9053 242.28125 399.54593 242.28125Q400.20218 242.28125 400.5928 242.70312Q400.99905 243.125 400.99905 243.78125L400.99905 244.14062Q400.99905 244.78125 400.5928 245.1875Q400.18655 245.59375 399.56155 245.59375Q398.92093 245.59375 398.49905 245.1875Q398.0928 244.78125 398.0928 244.09375L398.0928 243.75ZM398.76468 244.14062Q398.76468 244.51562 398.9678 244.76562Q399.18655 245.0 399.56155 245.0Q399.9053 245.0 400.10843 244.76562Q400.32718 244.53125 400.32718 244.10938L400.32718 243.75Q400.32718 243.375 400.10843 243.125Q399.9053 242.875 399.54593 242.875Q399.18655 242.875 398.9678 243.125Q398.76468 243.375 398.76468 243.78125L398.76468 244.14062ZM401.54593 247.75Q401.54593 247.10938 401.95218 246.70312Q402.37405 246.29688 402.99905 246.29688Q403.63968 246.29688 404.04593 246.70312Q404.4678 247.10938 404.4678 247.79688L404.4678 248.14062Q404.4678 248.78125 404.06155 249.20312Q403.6553 249.60938 403.01468 249.60938Q402.38968 249.60938 401.9678 249.20312Q401.54593 248.78125 401.54593 248.10938L401.54593 247.75ZM402.23343 248.14062Q402.23343 248.51562 402.43655 248.76562Q402.6553 249.01562 403.01468 249.01562Q403.37405 249.01562 403.57718 248.78125Q403.79593 248.53125 403.79593 248.125L403.79593 247.75Q403.79593 247.375 403.57718 247.125Q403.35843 246.875 403.01468 246.875Q402.6553 246.875 402.43655 247.125Q402.23343 247.35938 402.23343 247.78125L402.23343 248.14062ZM399.76468 248.96875L399.24905 248.64062L402.7178 243.07812L403.23343 243.40625L399.76468 248.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M331.4329 307.5L332.10477 307.5Q332.7454 307.5 333.10477 307.17188Q333.47977 306.84375 333.47977 306.28125Q333.47977 305.03125 332.22977 305.03125Q331.65164 305.03125 331.29227 305.375Q330.94852 305.70312 330.94852 306.25L330.04227 306.25Q330.04227 305.40625 330.66727 304.85938Q331.29227 304.29688 332.22977 304.29688Q333.2454 304.29688 333.8079 304.82812Q334.38602 305.35938 334.38602 306.29688Q334.38602 306.76562 334.08914 307.20312Q333.79227 307.64062 333.26102 307.85938Q333.85477 308.03125 334.16727 308.46875Q334.4954 308.89062 334.4954 309.51562Q334.4954 310.46875 333.8704 311.03125Q333.2454 311.59375 332.2454 311.59375Q331.2454 311.59375 330.60477 311.0625Q329.97977 310.51562 329.97977 309.625L330.90164 309.625Q330.90164 310.1875 331.26102 310.53125Q331.6204 310.85938 332.2454 310.85938Q332.90164 310.85938 333.2454 310.51562Q333.58914 310.17188 333.58914 309.53125Q333.58914 308.92188 333.19852 308.59375Q332.82352 308.25 332.10477 308.25L331.4329 308.25L331.4329 307.5ZM340.57352 308.46875Q340.57352 310.04688 340.02664 310.82812Q339.4954 311.59375 338.33914 311.59375Q337.19852 311.59375 336.65164 310.84375Q336.10477 310.09375 336.08914 308.59375L336.08914 307.39062Q336.08914 305.8125 336.6204 305.0625Q337.16727 304.29688 338.32352 304.29688Q339.47977 304.29688 340.01102 305.03125Q340.5579 305.76562 340.57352 307.29688L340.57352 308.46875ZM339.66727 307.23438Q339.66727 306.07812 339.33914 305.5625Q339.02664 305.03125 338.32352 305.03125Q337.63602 305.03125 337.3079 305.5625Q336.9954 306.07812 336.9954 307.15625L336.9954 308.60938Q336.9954 309.76562 337.32352 310.3125Q337.66727 310.85938 338.33914 310.85938Q339.01102 310.85938 339.32352 310.34375Q339.65164 309.82812 339.66727 308.71875L339.66727 307.23438ZM342.04227 305.75Q342.04227 305.125 342.44852 304.70312Q342.85477 304.28125 343.4954 304.28125Q344.15164 304.28125 344.54227 304.70312Q344.94852 305.125 344.94852 305.78125L344.94852 306.14062Q344.94852 306.78125 344.54227 307.1875Q344.13602 307.59375 343.51102 307.59375Q342.8704 307.59375 342.44852 307.1875Q342.04227 306.78125 342.04227 306.09375L342.04227 305.75ZM342.71414 306.14062Q342.71414 306.51562 342.91727 306.76562Q343.13602 307.0 343.51102 307.0Q343.85477 307.0 344.0579 306.76562Q344.27664 306.53125 344.27664 306.10938L344.27664 305.75Q344.27664 305.375 344.0579 305.125Q343.85477 304.875 343.4954 304.875Q343.13602 304.875 342.91727 305.125Q342.71414 305.375 342.71414 305.78125L342.71414 306.14062ZM345.4954 309.75Q345.4954 309.10938 345.90164 308.70312Q346.32352 308.29688 346.94852 308.29688Q347.58914 308.29688 347.9954 308.70312Q348.41727 309.10938 348.41727 309.79688L348.41727 310.14062Q348.41727 310.78125 348.01102 311.20312Q347.60477 311.60938 346.96414 311.60938Q346.33914 311.60938 345.91727 311.20312Q345.4954 310.78125 345.4954 310.10938L345.4954 309.75ZM346.1829 310.14062Q346.1829 310.51562 346.38602 310.76562Q346.60477 311.01562 346.96414 311.01562Q347.32352 311.01562 347.52664 310.78125Q347.7454 310.53125 347.7454 310.125L347.7454 309.75Q347.7454 309.375 347.52664 309.125Q347.3079 308.875 346.96414 308.875Q346.60477 308.875 346.38602 309.125Q346.1829 309.35938 346.1829 309.78125L346.1829 310.14062ZM343.71414 310.96875L343.19852 310.64062L346.66727 305.07812L347.1829 305.40625L343.71414 310.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M331.4329 307.5L332.10477 307.5Q332.7454 307.5 333.10477 307.17188Q333.47977 306.84375 333.47977 306.28125Q333.47977 305.03125 332.22977 305.03125Q331.65164 305.03125 331.29227 305.375Q330.94852 305.70312 330.94852 306.25L330.04227 306.25Q330.04227 305.40625 330.66727 304.85938Q331.29227 304.29688 332.22977 304.29688Q333.2454 304.29688 333.8079 304.82812Q334.38602 305.35938 334.38602 306.29688Q334.38602 306.76562 334.08914 307.20312Q333.79227 307.64062 333.26102 307.85938Q333.85477 308.03125 334.16727 308.46875Q334.4954 308.89062 334.4954 309.51562Q334.4954 310.46875 333.8704 311.03125Q333.2454 311.59375 332.2454 311.59375Q331.2454 311.59375 330.60477 311.0625Q329.97977 310.51562 329.97977 309.625L330.90164 309.625Q330.90164 310.1875 331.26102 310.53125Q331.6204 310.85938 332.2454 310.85938Q332.90164 310.85938 333.2454 310.51562Q333.58914 310.17188 333.58914 309.53125Q333.58914 308.92188 333.19852 308.59375Q332.82352 308.25 332.10477 308.25L331.4329 308.25L331.4329 307.5ZM340.57352 308.46875Q340.57352 310.04688 340.02664 310.82812Q339.4954 311.59375 338.33914 311.59375Q337.19852 311.59375 336.65164 310.84375Q336.10477 310.09375 336.08914 308.59375L336.08914 307.39062Q336.08914 305.8125 336.6204 305.0625Q337.16727 304.29688 338.32352 304.29688Q339.47977 304.29688 340.01102 305.03125Q340.5579 305.76562 340.57352 307.29688L340.57352 308.46875ZM339.66727 307.23438Q339.66727 306.07812 339.33914 305.5625Q339.02664 305.03125 338.32352 305.03125Q337.63602 305.03125 337.3079 305.5625Q336.9954 306.07812 336.9954 307.15625L336.9954 308.60938Q336.9954 309.76562 337.32352 310.3125Q337.66727 310.85938 338.33914 310.85938Q339.01102 310.85938 339.32352 310.34375Q339.65164 309.82812 339.66727 308.71875L339.66727 307.23438ZM342.04227 305.75Q342.04227 305.125 342.44852 304.70312Q342.85477 304.28125 343.4954 304.28125Q344.15164 304.28125 344.54227 304.70312Q344.94852 305.125 344.94852 305.78125L344.94852 306.14062Q344.94852 306.78125 344.54227 307.1875Q344.13602 307.59375 343.51102 307.59375Q342.8704 307.59375 342.44852 307.1875Q342.04227 306.78125 342.04227 306.09375L342.04227 305.75ZM342.71414 306.14062Q342.71414 306.51562 342.91727 306.76562Q343.13602 307.0 343.51102 307.0Q343.85477 307.0 344.0579 306.76562Q344.27664 306.53125 344.27664 306.10938L344.27664 305.75Q344.27664 305.375 344.0579 305.125Q343.85477 304.875 343.4954 304.875Q343.13602 304.875 342.91727 305.125Q342.71414 305.375 342.71414 305.78125L342.71414 306.14062ZM345.4954 309.75Q345.4954 309.10938 345.90164 308.70312Q346.32352 308.29688 346.94852 308.29688Q347.58914 308.29688 347.9954 308.70312Q348.41727 309.10938 348.41727 309.79688L348.41727 310.14062Q348.41727 310.78125 348.01102 311.20312Q347.60477 311.60938 346.96414 311.60938Q346.33914 311.60938 345.91727 311.20312Q345.4954 310.78125 345.4954 310.10938L345.4954 309.75ZM346.1829 310.14062Q346.1829 310.51562 346.38602 310.76562Q346.60477 311.01562 346.96414 311.01562Q347.32352 311.01562 347.52664 310.78125Q347.7454 310.53125 347.7454 310.125L347.7454 309.75Q347.7454 309.375 347.52664 309.125Q347.3079 308.875 346.96414 308.875Q346.60477 308.875 346.38602 309.125Q346.1829 309.35938 346.1829 309.78125L346.1829 310.14062ZM343.71414 310.96875L343.19852 310.64062L346.66727 305.07812L347.1829 305.40625L343.71414 310.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.749 67.890625L218.79587 74.5L217.85837 74.5L220.78024 68.125L216.9365 68.125L216.9365 67.390625L221.749 67.390625L221.749 67.890625ZM223.07712 68.75Q223.07712 68.125 223.48337 67.703125Q223.88962 67.28125 224.53024 67.28125Q225.1865 67.28125 225.57712 67.703125Q225.98337 68.125 225.98337 68.78125L225.98337 69.140625Q225.98337 69.78125 225.57712 70.1875Q225.17087 70.59375 224.54587 70.59375Q223.90524 70.59375 223.48337 70.1875Q223.07712 69.78125 223.07712 69.09375L223.07712 68.75ZM223.749 69.140625Q223.749 69.515625 223.95212 69.765625Q224.17087 70.0 224.54587 70.0Q224.88962 70.0 225.09274 69.765625Q225.3115 69.53125 225.3115 69.109375L225.3115 68.75Q225.3115 68.375 225.09274 68.125Q224.88962 67.875 224.53024 67.875Q224.17087 67.875 223.95212 68.125Q223.749 68.375 223.749 68.78125L223.749 69.140625ZM226.53024 72.75Q226.53024 72.109375 226.9365 71.703125Q227.35837 71.296875 227.98337 71.296875Q228.624 71.296875 229.03024 71.703125Q229.45212 72.109375 229.45212 72.796875L229.45212 73.140625Q229.45212 73.78125 229.04587 74.203125Q228.63962 74.609375 227.999 74.609375Q227.374 74.609375 226.95212 74.203125Q226.53024 73.78125 226.53024 73.109375L226.53024 72.75ZM227.21774 73.140625Q227.21774 73.515625 227.42087 73.765625Q227.63962 74.015625 227.999 74.015625Q228.35837 74.015625 228.5615 73.78125Q228.78024 73.53125 228.78024 73.125L228.78024 72.75Q228.78024 72.375 228.5615 72.125Q228.34274 71.875 227.999 71.875Q227.63962 71.875 227.42087 72.125Q227.21774 72.359375 227.21774 72.78125L227.21774 73.140625ZM224.749 73.96875L224.23337 73.640625L227.70212 68.078125L228.21774 68.40625L224.749 73.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M221.749 67.890625L218.79587 74.5L217.85837 74.5L220.78024 68.125L216.9365 68.125L216.9365 67.390625L221.749 67.390625L221.749 67.890625ZM223.07712 68.75Q223.07712 68.125 223.48337 67.703125Q223.88962 67.28125 224.53024 67.28125Q225.1865 67.28125 225.57712 67.703125Q225.98337 68.125 225.98337 68.78125L225.98337 69.140625Q225.98337 69.78125 225.57712 70.1875Q225.17087 70.59375 224.54587 70.59375Q223.90524 70.59375 223.48337 70.1875Q223.07712 69.78125 223.07712 69.09375L223.07712 68.75ZM223.749 69.140625Q223.749 69.515625 223.95212 69.765625Q224.17087 70.0 224.54587 70.0Q224.88962 70.0 225.09274 69.765625Q225.3115 69.53125 225.3115 69.109375L225.3115 68.75Q225.3115 68.375 225.09274 68.125Q224.88962 67.875 224.53024 67.875Q224.17087 67.875 223.95212 68.125Q223.749 68.375 223.749 68.78125L223.749 69.140625ZM226.53024 72.75Q226.53024 72.109375 226.9365 71.703125Q227.35837 71.296875 227.98337 71.296875Q228.624 71.296875 229.03024 71.703125Q229.45212 72.109375 229.45212 72.796875L229.45212 73.140625Q229.45212 73.78125 229.04587 74.203125Q228.63962 74.609375 227.999 74.609375Q227.374 74.609375 226.95212 74.203125Q226.53024 73.78125 226.53024 73.109375L226.53024 72.75ZM227.21774 73.140625Q227.21774 73.515625 227.42087 73.765625Q227.63962 74.015625 227.999 74.015625Q228.35837 74.015625 228.5615 73.78125Q228.78024 73.53125 228.78024 73.125L228.78024 72.75Q228.78024 72.375 228.5615 72.125Q228.34274 71.875 227.999 71.875Q227.63962 71.875 227.42087 72.125Q227.21774 72.359375 227.21774 72.78125L227.21774 73.140625ZM224.749 73.96875L224.23337 73.640625L227.70212 68.078125L228.21774 68.40625L224.749 73.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.04286 133.375Q227.76161 133.71875 227.37099 133.92188Q226.98036 134.125 226.51161 134.125Q225.90224 134.125 225.43349 133.82812Q224.98036 133.51562 224.73036 132.96875Q224.48036 132.42188 224.48036 131.75Q224.48036 131.04688 224.74599 130.46875Q225.02724 129.89062 225.52724 129.59375Q226.02724 129.29688 226.68349 129.29688Q227.74599 129.29688 228.35536 130.09375Q228.96474 130.875 228.96474 132.23438L228.96474 132.5Q228.96474 134.57812 228.13661 135.53125Q227.32411 136.48438 225.66786 136.5L225.48036 136.5L225.48036 135.75L225.68349 135.75Q226.79286 135.71875 227.38661 135.15625Q227.99599 134.59375 228.04286 133.375ZM226.65224 133.375Q227.10536 133.375 227.48036 133.09375Q227.87099 132.8125 228.05849 132.40625L228.05849 132.04688Q228.05849 131.15625 227.66786 130.60938Q227.27724 130.04688 226.69911 130.04688Q226.08974 130.04688 225.73036 130.5Q225.37099 130.95312 225.37099 131.70312Q225.37099 132.4375 225.71474 132.90625Q226.07411 133.375 226.65224 133.375ZM230.51161 130.75Q230.51161 130.125 230.91786 129.70312Q231.32411 129.28125 231.96474 129.28125Q232.62099 129.28125 233.01161 129.70312Q233.41786 130.125 233.41786 130.78125L233.41786 131.14062Q233.41786 131.78125 233.01161 132.1875Q232.60536 132.59375 231.98036 132.59375Q231.33974 132.59375 230.91786 132.1875Q230.51161 131.78125 230.51161 131.09375L230.51161 130.75ZM231.18349 131.14062Q231.18349 131.51562 231.38661 131.76562Q231.60536 132.0 231.98036 132.0Q232.32411 132.0 232.52724 131.76562Q232.74599 131.53125 232.74599 131.10938L232.74599 130.75Q232.74599 130.375 232.52724 130.125Q232.32411 129.875 231.96474 129.875Q231.60536 129.875 231.38661 130.125Q231.18349 130.375 231.18349 130.78125L231.18349 131.14062ZM233.96474 134.75Q233.96474 134.10938 234.37099 133.70312Q234.79286 133.29688 235.41786 133.29688Q236.05849 133.29688 236.46474 133.70312Q236.88661 134.10938 236.88661 134.79688L236.88661 135.14062Q236.88661 135.78125 236.48036 136.20312Q236.07411 136.60938 235.43349 136.60938Q234.80849 136.60938 234.38661 136.20312Q233.96474 135.78125 233.96474 135.10938L233.96474 134.75ZM234.65224 135.14062Q234.65224 135.51562 234.85536 135.76562Q235.07411 136.01562 235.43349 136.01562Q235.79286 136.01562 235.99599 135.78125Q236.21474 135.53125 236.21474 135.125L236.21474 134.75Q236.21474 134.375 235.99599 134.125Q235.77724 133.875 235.43349 133.875Q235.07411 133.875 234.85536 134.125Q234.65224 134.35938 234.65224 134.78125L234.65224 135.14062ZM232.18349 135.96875L231.66786 135.64062L235.13661 130.07812L235.65224 130.40625L232.18349 135.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M228.04286 133.375Q227.76161 133.71875 227.37099 133.92188Q226.98036 134.125 226.51161 134.125Q225.90224 134.125 225.43349 133.82812Q224.98036 133.51562 224.73036 132.96875Q224.48036 132.42188 224.48036 131.75Q224.48036 131.04688 224.74599 130.46875Q225.02724 129.89062 225.52724 129.59375Q226.02724 129.29688 226.68349 129.29688Q227.74599 129.29688 228.35536 130.09375Q228.96474 130.875 228.96474 132.23438L228.96474 132.5Q228.96474 134.57812 228.13661 135.53125Q227.32411 136.48438 225.66786 136.5L225.48036 136.5L225.48036 135.75L225.68349 135.75Q226.79286 135.71875 227.38661 135.15625Q227.99599 134.59375 228.04286 133.375ZM226.65224 133.375Q227.10536 133.375 227.48036 133.09375Q227.87099 132.8125 228.05849 132.40625L228.05849 132.04688Q228.05849 131.15625 227.66786 130.60938Q227.27724 130.04688 226.69911 130.04688Q226.08974 130.04688 225.73036 130.5Q225.37099 130.95312 225.37099 131.70312Q225.37099 132.4375 225.71474 132.90625Q226.07411 133.375 226.65224 133.375ZM230.51161 130.75Q230.51161 130.125 230.91786 129.70312Q231.32411 129.28125 231.96474 129.28125Q232.62099 129.28125 233.01161 129.70312Q233.41786 130.125 233.41786 130.78125L233.41786 131.14062Q233.41786 131.78125 233.01161 132.1875Q232.60536 132.59375 231.98036 132.59375Q231.33974 132.59375 230.91786 132.1875Q230.51161 131.78125 230.51161 131.09375L230.51161 130.75ZM231.18349 131.14062Q231.18349 131.51562 231.38661 131.76562Q231.60536 132.0 231.98036 132.0Q232.32411 132.0 232.52724 131.76562Q232.74599 131.53125 232.74599 131.10938L232.74599 130.75Q232.74599 130.375 232.52724 130.125Q232.32411 129.875 231.96474 129.875Q231.60536 129.875 231.38661 130.125Q231.18349 130.375 231.18349 130.78125L231.18349 131.14062ZM233.96474 134.75Q233.96474 134.10938 234.37099 133.70312Q234.79286 133.29688 235.41786 133.29688Q236.05849 133.29688 236.46474 133.70312Q236.88661 134.10938 236.88661 134.79688L236.88661 135.14062Q236.88661 135.78125 236.48036 136.20312Q236.07411 136.60938 235.43349 136.60938Q234.80849 136.60938 234.38661 136.20312Q233.96474 135.78125 233.96474 135.10938L233.96474 134.75ZM234.65224 135.14062Q234.65224 135.51562 234.85536 135.76562Q235.07411 136.01562 235.43349 136.01562Q235.79286 136.01562 235.99599 135.78125Q236.21474 135.53125 236.21474 135.125L236.21474 134.75Q236.21474 134.375 235.99599 134.125Q235.77724 133.875 235.43349 133.875Q235.07411 133.875 234.85536 134.125Q234.65224 134.35938 234.65224 134.78125L234.65224 135.14062ZM232.18349 135.96875L231.66786 135.64062L235.13661 130.07812L235.65224 130.40625L232.18349 135.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M240.40825 198.5L239.502 198.5L239.502 192.48438L237.67387 193.14062L237.67387 192.32812L240.26762 191.35938L240.40825 191.35938L240.40825 198.5ZM246.40825 198.5L245.502 198.5L245.502 192.48438L243.67387 193.14062L243.67387 192.32812L246.26762 191.35938L246.40825 191.35938L246.40825 198.5ZM249.36137 192.75Q249.36137 192.125 249.76762 191.70312Q250.17387 191.28125 250.8145 191.28125Q251.47075 191.28125 251.86137 191.70312Q252.26762 192.125 252.26762 192.78125L252.26762 193.14062Q252.26762 193.78125 251.86137 194.1875Q251.45512 194.59375 250.83012 194.59375Q250.1895 194.59375 249.76762 194.1875Q249.36137 193.78125 249.36137 193.09375L249.36137 192.75ZM250.03325 193.14062Q250.03325 193.51562 250.23637 193.76562Q250.45512 194.0 250.83012 194.0Q251.17387 194.0 251.377 193.76562Q251.59575 193.53125 251.59575 193.10938L251.59575 192.75Q251.59575 192.375 251.377 192.125Q251.17387 191.875 250.8145 191.875Q250.45512 191.875 250.23637 192.125Q250.03325 192.375 250.03325 192.78125L250.03325 193.14062ZM252.8145 196.75Q252.8145 196.10938 253.22075 195.70312Q253.64262 195.29688 254.26762 195.29688Q254.90825 195.29688 255.3145 195.70312Q255.73637 196.10938 255.73637 196.79688L255.73637 197.14062Q255.73637 197.78125 255.33012 198.20312Q254.92387 198.60938 254.28325 198.60938Q253.65825 198.60938 253.23637 198.20312Q252.8145 197.78125 252.8145 197.10938L252.8145 196.75ZM253.502 197.14062Q253.502 197.51562 253.70512 197.76562Q253.92387 198.01562 254.28325 198.01562Q254.64262 198.01562 254.84575 197.78125Q255.0645 197.53125 255.0645 197.125L255.0645 196.75Q255.0645 196.375 254.84575 196.125Q254.627 195.875 254.28325 195.875Q253.92387 195.875 253.70512 196.125Q253.502 196.35938 253.502 196.78125L253.502 197.14062ZM251.03325 197.96875L250.51762 197.64062L253.98637 192.07812L254.502 192.40625L251.03325 197.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M240.40825 198.5L239.502 198.5L239.502 192.48438L237.67387 193.14062L237.67387 192.32812L240.26762 191.35938L240.40825 191.35938L240.40825 198.5ZM246.40825 198.5L245.502 198.5L245.502 192.48438L243.67387 193.14062L243.67387 192.32812L246.26762 191.35938L246.40825 191.35938L246.40825 198.5ZM249.36137 192.75Q249.36137 192.125 249.76762 191.70312Q250.17387 191.28125 250.8145 191.28125Q251.47075 191.28125 251.86137 191.70312Q252.26762 192.125 252.26762 192.78125L252.26762 193.14062Q252.26762 193.78125 251.86137 194.1875Q251.45512 194.59375 250.83012 194.59375Q250.1895 194.59375 249.76762 194.1875Q249.36137 193.78125 249.36137 193.09375L249.36137 192.75ZM250.03325 193.14062Q250.03325 193.51562 250.23637 193.76562Q250.45512 194.0 250.83012 194.0Q251.17387 194.0 251.377 193.76562Q251.59575 193.53125 251.59575 193.10938L251.59575 192.75Q251.59575 192.375 251.377 192.125Q251.17387 191.875 250.8145 191.875Q250.45512 191.875 250.23637 192.125Q250.03325 192.375 250.03325 192.78125L250.03325 193.14062ZM252.8145 196.75Q252.8145 196.10938 253.22075 195.70312Q253.64262 195.29688 254.26762 195.29688Q254.90825 195.29688 255.3145 195.70312Q255.73637 196.10938 255.73637 196.79688L255.73637 197.14062Q255.73637 197.78125 255.33012 198.20312Q254.92387 198.60938 254.28325 198.60938Q253.65825 198.60938 253.23637 198.20312Q252.8145 197.78125 252.8145 197.10938L252.8145 196.75ZM253.502 197.14062Q253.502 197.51562 253.70512 197.76562Q253.92387 198.01562 254.28325 198.01562Q254.64262 198.01562 254.84575 197.78125Q255.0645 197.53125 255.0645 197.125L255.0645 196.75Q255.0645 196.375 254.84575 196.125Q254.627 195.875 254.28325 195.875Q253.92387 195.875 253.70512 196.125Q253.502 196.35938 253.502 196.78125L253.502 197.14062ZM251.03325 197.96875L250.51762 197.64062L253.98637 192.07812L254.502 192.40625L251.03325 197.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M385.99536 257.10938L386.97974 257.10938L386.97974 257.84375L385.99536 257.84375L385.99536 259.5L385.0891 259.5L385.0891 257.84375L381.85474 257.84375L381.85474 257.3125L385.0266 252.39062L385.99536 252.39062L385.99536 257.10938ZM382.87036 257.10938L385.0891 257.10938L385.0891 253.625L384.97974 253.82812L382.87036 257.10938ZM392.636 256.46875Q392.636 258.04688 392.0891 258.82812Q391.55786 259.59375 390.4016 259.59375Q389.261 259.59375 388.7141 258.84375Q388.16724 258.09375 388.1516 256.59375L388.1516 255.39062Q388.1516 253.8125 388.68286 253.0625Q389.22974 252.29688 390.386 252.29688Q391.54224 252.29688 392.0735 253.03125Q392.62036 253.76562 392.636 255.29688L392.636 256.46875ZM391.72974 255.23438Q391.72974 254.07812 391.4016 253.5625Q391.0891 253.03125 390.386 253.03125Q389.6985 253.03125 389.37036 253.5625Q389.05786 254.07812 389.05786 255.15625L389.05786 256.60938Q389.05786 257.76562 389.386 258.3125Q389.72974 258.85938 390.4016 258.85938Q391.0735 258.85938 391.386 258.34375Q391.7141 257.82812 391.72974 256.71875L391.72974 255.23438ZM394.10474 253.75Q394.10474 253.125 394.511 252.70312Q394.91724 252.28125 395.55786 252.28125Q396.2141 252.28125 396.60474 252.70312Q397.011 253.125 397.011 253.78125L397.011 254.14062Q397.011 254.78125 396.60474 255.1875Q396.1985 255.59375 395.5735 255.59375Q394.93286 255.59375 394.511 255.1875Q394.10474 254.78125 394.10474 254.09375L394.10474 253.75ZM394.7766 254.14062Q394.7766 254.51562 394.97974 254.76562Q395.1985 255.0 395.5735 255.0Q395.91724 255.0 396.12036 254.76562Q396.3391 254.53125 396.3391 254.10938L396.3391 253.75Q396.3391 253.375 396.12036 253.125Q395.91724 252.875 395.55786 252.875Q395.1985 252.875 394.97974 253.125Q394.7766 253.375 394.7766 253.78125L394.7766 254.14062ZM397.55786 257.75Q397.55786 257.10938 397.9641 256.70312Q398.386 256.29688 399.011 256.29688Q399.6516 256.29688 400.05786 256.70312Q400.47974 257.10938 400.47974 257.79688L400.47974 258.14062Q400.47974 258.78125 400.0735 259.20312Q399.66724 259.60938 399.0266 259.60938Q398.4016 259.60938 397.97974 259.20312Q397.55786 258.78125 397.55786 258.10938L397.55786 257.75ZM398.24536 258.14062Q398.24536 258.51562 398.4485 258.76562Q398.66724 259.01562 399.0266 259.01562Q399.386 259.01562 399.5891 258.78125Q399.80786 258.53125 399.80786 258.125L399.80786 257.75Q399.80786 257.375 399.5891 257.125Q399.37036 256.875 399.0266 256.875Q398.66724 256.875 398.4485 257.125Q398.24536 257.35938 398.24536 257.78125L398.24536 258.14062ZM395.7766 258.96875L395.261 258.64062L398.72974 253.07812L399.24536 253.40625L395.7766 258.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M385.99536 257.10938L386.97974 257.10938L386.97974 257.84375L385.99536 257.84375L385.99536 259.5L385.0891 259.5L385.0891 257.84375L381.85474 257.84375L381.85474 257.3125L385.0266 252.39062L385.99536 252.39062L385.99536 257.10938ZM382.87036 257.10938L385.0891 257.10938L385.0891 253.625L384.97974 253.82812L382.87036 257.10938ZM392.636 256.46875Q392.636 258.04688 392.0891 258.82812Q391.55786 259.59375 390.4016 259.59375Q389.261 259.59375 388.7141 258.84375Q388.16724 258.09375 388.1516 256.59375L388.1516 255.39062Q388.1516 253.8125 388.68286 253.0625Q389.22974 252.29688 390.386 252.29688Q391.54224 252.29688 392.0735 253.03125Q392.62036 253.76562 392.636 255.29688L392.636 256.46875ZM391.72974 255.23438Q391.72974 254.07812 391.4016 253.5625Q391.0891 253.03125 390.386 253.03125Q389.6985 253.03125 389.37036 253.5625Q389.05786 254.07812 389.05786 255.15625L389.05786 256.60938Q389.05786 257.76562 389.386 258.3125Q389.72974 258.85938 390.4016 258.85938Q391.0735 258.85938 391.386 258.34375Q391.7141 257.82812 391.72974 256.71875L391.72974 255.23438ZM394.10474 253.75Q394.10474 253.125 394.511 252.70312Q394.91724 252.28125 395.55786 252.28125Q396.2141 252.28125 396.60474 252.70312Q397.011 253.125 397.011 253.78125L397.011 254.14062Q397.011 254.78125 396.60474 255.1875Q396.1985 255.59375 395.5735 255.59375Q394.93286 255.59375 394.511 255.1875Q394.10474 254.78125 394.10474 254.09375L394.10474 253.75ZM394.7766 254.14062Q394.7766 254.51562 394.97974 254.76562Q395.1985 255.0 395.5735 255.0Q395.91724 255.0 396.12036 254.76562Q396.3391 254.53125 396.3391 254.10938L396.3391 253.75Q396.3391 253.375 396.12036 253.125Q395.91724 252.875 395.55786 252.875Q395.1985 252.875 394.97974 253.125Q394.7766 253.375 394.7766 253.78125L394.7766 254.14062ZM397.55786 257.75Q397.55786 257.10938 397.9641 256.70312Q398.386 256.29688 399.011 256.29688Q399.6516 256.29688 400.05786 256.70312Q400.47974 257.10938 400.47974 257.79688L400.47974 258.14062Q400.47974 258.78125 400.0735 259.20312Q399.66724 259.60938 399.0266 259.60938Q398.4016 259.60938 397.97974 259.20312Q397.55786 258.78125 397.55786 258.10938L397.55786 257.75ZM398.24536 258.14062Q398.24536 258.51562 398.4485 258.76562Q398.66724 259.01562 399.0266 259.01562Q399.386 259.01562 399.5891 258.78125Q399.80786 258.53125 399.80786 258.125L399.80786 257.75Q399.80786 257.375 399.5891 257.125Q399.37036 256.875 399.0266 256.875Q398.66724 256.875 398.4485 257.125Q398.24536 257.35938 398.24536 257.78125L398.24536 258.14062ZM395.7766 258.96875L395.261 258.64062L398.72974 253.07812L399.24536 253.40625L395.7766 258.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.88318 317.5L348.55505 317.5Q349.19568 317.5 349.55505 317.17188Q349.93005 316.84375 349.93005 316.28125Q349.93005 315.03125 348.68005 315.03125Q348.10193 315.03125 347.74255 315.375Q347.3988 315.70312 347.3988 316.25L346.49255 316.25Q346.49255 315.40625 347.11755 314.85938Q347.74255 314.29688 348.68005 314.29688Q349.69568 314.29688 350.25818 314.82812Q350.8363 315.35938 350.8363 316.29688Q350.8363 316.76562 350.53943 317.20312Q350.24255 317.64062 349.7113 317.85938Q350.30505 318.03125 350.61755 318.46875Q350.94568 318.89062 350.94568 319.51562Q350.94568 320.46875 350.32068 321.03125Q349.69568 321.59375 348.69568 321.59375Q347.69568 321.59375 347.05505 321.0625Q346.43005 320.51562 346.43005 319.625L347.35193 319.625Q347.35193 320.1875 347.7113 320.53125Q348.07068 320.85938 348.69568 320.85938Q349.35193 320.85938 349.69568 320.51562Q350.03943 320.17188 350.03943 319.53125Q350.03943 318.92188 349.6488 318.59375Q349.2738 318.25 348.55505 318.25L347.88318 318.25L347.88318 317.5ZM353.88318 317.5L354.55505 317.5Q355.19568 317.5 355.55505 317.17188Q355.93005 316.84375 355.93005 316.28125Q355.93005 315.03125 354.68005 315.03125Q354.10193 315.03125 353.74255 315.375Q353.3988 315.70312 353.3988 316.25L352.49255 316.25Q352.49255 315.40625 353.11755 314.85938Q353.74255 314.29688 354.68005 314.29688Q355.69568 314.29688 356.25818 314.82812Q356.8363 315.35938 356.8363 316.29688Q356.8363 316.76562 356.53943 317.20312Q356.24255 317.64062 355.7113 317.85938Q356.30505 318.03125 356.61755 318.46875Q356.94568 318.89062 356.94568 319.51562Q356.94568 320.46875 356.32068 321.03125Q355.69568 321.59375 354.69568 321.59375Q353.69568 321.59375 353.05505 321.0625Q352.43005 320.51562 352.43005 319.625L353.35193 319.625Q353.35193 320.1875 353.7113 320.53125Q354.07068 320.85938 354.69568 320.85938Q355.35193 320.85938 355.69568 320.51562Q356.03943 320.17188 356.03943 319.53125Q356.03943 318.92188 355.6488 318.59375Q355.2738 318.25 354.55505 318.25L353.88318 318.25L353.88318 317.5ZM358.49255 315.75Q358.49255 315.125 358.8988 314.70312Q359.30505 314.28125 359.94568 314.28125Q360.60193 314.28125 360.99255 314.70312Q361.3988 315.125 361.3988 315.78125L361.3988 316.14062Q361.3988 316.78125 360.99255 317.1875Q360.5863 317.59375 359.9613 317.59375Q359.32068 317.59375 358.8988 317.1875Q358.49255 316.78125 358.49255 316.09375L358.49255 315.75ZM359.16443 316.14062Q359.16443 316.51562 359.36755 316.76562Q359.5863 317.0 359.9613 317.0Q360.30505 317.0 360.50818 316.76562Q360.72693 316.53125 360.72693 316.10938L360.72693 315.75Q360.72693 315.375 360.50818 315.125Q360.30505 314.875 359.94568 314.875Q359.5863 314.875 359.36755 315.125Q359.16443 315.375 359.16443 315.78125L359.16443 316.14062ZM361.94568 319.75Q361.94568 319.10938 362.35193 318.70312Q362.7738 318.29688 363.3988 318.29688Q364.03943 318.29688 364.44568 318.70312Q364.86755 319.10938 364.86755 319.79688L364.86755 320.14062Q364.86755 320.78125 364.4613 321.20312Q364.05505 321.60938 363.41443 321.60938Q362.78943 321.60938 362.36755 321.20312Q361.94568 320.78125 361.94568 320.10938L361.94568 319.75ZM362.63318 320.14062Q362.63318 320.51562 362.8363 320.76562Q363.05505 321.01562 363.41443 321.01562Q363.7738 321.01562 363.97693 320.78125Q364.19568 320.53125 364.19568 320.125L364.19568 319.75Q364.19568 319.375 363.97693 319.125Q363.75818 318.875 363.41443 318.875Q363.05505 318.875 362.8363 319.125Q362.63318 319.35938 362.63318 319.78125L362.63318 320.14062ZM360.16443 320.96875L359.6488 320.64062L363.11755 315.07812L363.63318 315.40625L360.16443 320.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M347.88318 317.5L348.55505 317.5Q349.19568 317.5 349.55505 317.17188Q349.93005 316.84375 349.93005 316.28125Q349.93005 315.03125 348.68005 315.03125Q348.10193 315.03125 347.74255 315.375Q347.3988 315.70312 347.3988 316.25L346.49255 316.25Q346.49255 315.40625 347.11755 314.85938Q347.74255 314.29688 348.68005 314.29688Q349.69568 314.29688 350.25818 314.82812Q350.8363 315.35938 350.8363 316.29688Q350.8363 316.76562 350.53943 317.20312Q350.24255 317.64062 349.7113 317.85938Q350.30505 318.03125 350.61755 318.46875Q350.94568 318.89062 350.94568 319.51562Q350.94568 320.46875 350.32068 321.03125Q349.69568 321.59375 348.69568 321.59375Q347.69568 321.59375 347.05505 321.0625Q346.43005 320.51562 346.43005 319.625L347.35193 319.625Q347.35193 320.1875 347.7113 320.53125Q348.07068 320.85938 348.69568 320.85938Q349.35193 320.85938 349.69568 320.51562Q350.03943 320.17188 350.03943 319.53125Q350.03943 318.92188 349.6488 318.59375Q349.2738 318.25 348.55505 318.25L347.88318 318.25L347.88318 317.5ZM353.88318 317.5L354.55505 317.5Q355.19568 317.5 355.55505 317.17188Q355.93005 316.84375 355.93005 316.28125Q355.93005 315.03125 354.68005 315.03125Q354.10193 315.03125 353.74255 315.375Q353.3988 315.70312 353.3988 316.25L352.49255 316.25Q352.49255 315.40625 353.11755 314.85938Q353.74255 314.29688 354.68005 314.29688Q355.69568 314.29688 356.25818 314.82812Q356.8363 315.35938 356.8363 316.29688Q356.8363 316.76562 356.53943 317.20312Q356.24255 317.64062 355.7113 317.85938Q356.30505 318.03125 356.61755 318.46875Q356.94568 318.89062 356.94568 319.51562Q356.94568 320.46875 356.32068 321.03125Q355.69568 321.59375 354.69568 321.59375Q353.69568 321.59375 353.05505 321.0625Q352.43005 320.51562 352.43005 319.625L353.35193 319.625Q353.35193 320.1875 353.7113 320.53125Q354.07068 320.85938 354.69568 320.85938Q355.35193 320.85938 355.69568 320.51562Q356.03943 320.17188 356.03943 319.53125Q356.03943 318.92188 355.6488 318.59375Q355.2738 318.25 354.55505 318.25L353.88318 318.25L353.88318 317.5ZM358.49255 315.75Q358.49255 315.125 358.8988 314.70312Q359.30505 314.28125 359.94568 314.28125Q360.60193 314.28125 360.99255 314.70312Q361.3988 315.125 361.3988 315.78125L361.3988 316.14062Q361.3988 316.78125 360.99255 317.1875Q360.5863 317.59375 359.9613 317.59375Q359.32068 317.59375 358.8988 317.1875Q358.49255 316.78125 358.49255 316.09375L358.49255 315.75ZM359.16443 316.14062Q359.16443 316.51562 359.36755 316.76562Q359.5863 317.0 359.9613 317.0Q360.30505 317.0 360.50818 316.76562Q360.72693 316.53125 360.72693 316.10938L360.72693 315.75Q360.72693 315.375 360.50818 315.125Q360.30505 314.875 359.94568 314.875Q359.5863 314.875 359.36755 315.125Q359.16443 315.375 359.16443 315.78125L359.16443 316.14062ZM361.94568 319.75Q361.94568 319.10938 362.35193 318.70312Q362.7738 318.29688 363.3988 318.29688Q364.03943 318.29688 364.44568 318.70312Q364.86755 319.10938 364.86755 319.79688L364.86755 320.14062Q364.86755 320.78125 364.4613 321.20312Q364.05505 321.60938 363.41443 321.60938Q362.78943 321.60938 362.36755 321.20312Q361.94568 320.78125 361.94568 320.10938L361.94568 319.75ZM362.63318 320.14062Q362.63318 320.51562 362.8363 320.76562Q363.05505 321.01562 363.41443 321.01562Q363.7738 321.01562 363.97693 320.78125Q364.19568 320.53125 364.19568 320.125L364.19568 319.75Q364.19568 319.375 363.97693 319.125Q363.75818 318.875 363.41443 318.875Q363.05505 318.875 362.8363 319.125Q362.63318 319.35938 362.63318 319.78125L362.63318 320.14062ZM360.16443 320.96875L359.6488 320.64062L363.11755 315.07812L363.63318 315.40625L360.16443 320.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M225.24739 79.25Q225.24739 79.78125 224.96614 80.203125Q224.68489 80.609375 224.20052 80.84375Q224.76302 81.078125 225.07552 81.546875Q225.40364 82.0 225.40364 82.578125Q225.40364 83.5 224.77864 84.046875Q224.16927 84.59375 223.15364 84.59375Q222.12239 84.59375 221.49739 84.046875Q220.88802 83.5 220.88802 82.578125Q220.88802 82.0 221.20052 81.546875Q221.51302 81.078125 222.07552 80.84375Q221.60677 80.609375 221.32552 80.1875Q221.05989 79.765625 221.05989 79.25Q221.05989 78.34375 221.62239 77.828125Q222.20052 77.296875 223.15364 77.296875Q224.09114 77.296875 224.66927 77.828125Q225.24739 78.34375 225.24739 79.25ZM224.51302 82.5625Q224.51302 81.96875 224.12239 81.59375Q223.74739 81.21875 223.13802 81.21875Q222.52864 81.21875 222.15364 81.59375Q221.79427 81.953125 221.79427 82.5625Q221.79427 83.171875 222.15364 83.515625Q222.51302 83.859375 223.15364 83.859375Q223.77864 83.859375 224.13802 83.515625Q224.51302 83.15625 224.51302 82.5625ZM223.15364 78.03125Q222.62239 78.03125 222.27864 78.359375Q221.95052 78.6875 221.95052 79.265625Q221.95052 79.796875 222.27864 80.140625Q222.60677 80.46875 223.13802 80.46875Q223.68489 80.46875 224.01302 80.140625Q224.34114 79.796875 224.34114 79.265625Q224.34114 78.71875 223.99739 78.375Q223.66927 78.03125 223.15364 78.03125ZM226.85677 78.75Q226.85677 78.125 227.26302 77.703125Q227.66927 77.28125 228.30989 77.28125Q228.96614 77.28125 229.35677 77.703125Q229.76302 78.125 229.76302 78.78125L229.76302 79.140625Q229.76302 79.78125 229.35677 80.1875Q228.95052 80.59375 228.32552 80.59375Q227.68489 80.59375 227.26302 80.1875Q226.85677 79.78125 226.85677 79.09375L226.85677 78.75ZM227.52864 79.140625Q227.52864 79.515625 227.73177 79.765625Q227.95052 80.0 228.32552 80.0Q228.66927 80.0 228.87239 79.765625Q229.09114 79.53125 229.09114 79.109375L229.09114 78.75Q229.09114 78.375 228.87239 78.125Q228.66927 77.875 228.30989 77.875Q227.95052 77.875 227.73177 78.125Q227.52864 78.375 227.52864 78.78125L227.52864 79.140625ZM230.30989 82.75Q230.30989 82.109375 230.71614 81.703125Q231.13802 81.296875 231.76302 81.296875Q232.40364 81.296875 232.80989 81.703125Q233.23177 82.109375 233.23177 82.796875L233.23177 83.140625Q233.23177 83.78125 232.82552 84.203125Q232.41927 84.609375 231.77864 84.609375Q231.15364 84.609375 230.73177 84.203125Q230.30989 83.78125 230.30989 83.109375L230.30989 82.75ZM230.99739 83.140625Q230.99739 83.515625 231.20052 83.765625Q231.41927 84.015625 231.77864 84.015625Q232.13802 84.015625 232.34114 83.78125Q232.55989 83.53125 232.55989 83.125L232.55989 82.75Q232.55989 82.375 232.34114 82.125Q232.12239 81.875 231.77864 81.875Q231.41927 81.875 231.20052 82.125Q230.99739 82.359375 230.99739 82.78125L230.99739 83.140625ZM228.52864 83.96875L228.01302 83.640625L231.48177 78.078125L231.99739 78.40625L228.52864 83.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M225.24739 79.25Q225.24739 79.78125 224.96614 80.203125Q224.68489 80.609375 224.20052 80.84375Q224.76302 81.078125 225.07552 81.546875Q225.40364 82.0 225.40364 82.578125Q225.40364 83.5 224.77864 84.046875Q224.16927 84.59375 223.15364 84.59375Q222.12239 84.59375 221.49739 84.046875Q220.88802 83.5 220.88802 82.578125Q220.88802 82.0 221.20052 81.546875Q221.51302 81.078125 222.07552 80.84375Q221.60677 80.609375 221.32552 80.1875Q221.05989 79.765625 221.05989 79.25Q221.05989 78.34375 221.62239 77.828125Q222.20052 77.296875 223.15364 77.296875Q224.09114 77.296875 224.66927 77.828125Q225.24739 78.34375 225.24739 79.25ZM224.51302 82.5625Q224.51302 81.96875 224.12239 81.59375Q223.74739 81.21875 223.13802 81.21875Q222.52864 81.21875 222.15364 81.59375Q221.79427 81.953125 221.79427 82.5625Q221.79427 83.171875 222.15364 83.515625Q222.51302 83.859375 223.15364 83.859375Q223.77864 83.859375 224.13802 83.515625Q224.51302 83.15625 224.51302 82.5625ZM223.15364 78.03125Q222.62239 78.03125 222.27864 78.359375Q221.95052 78.6875 221.95052 79.265625Q221.95052 79.796875 222.27864 80.140625Q222.60677 80.46875 223.13802 80.46875Q223.68489 80.46875 224.01302 80.140625Q224.34114 79.796875 224.34114 79.265625Q224.34114 78.71875 223.99739 78.375Q223.66927 78.03125 223.15364 78.03125ZM226.85677 78.75Q226.85677 78.125 227.26302 77.703125Q227.66927 77.28125 228.30989 77.28125Q228.96614 77.28125 229.35677 77.703125Q229.76302 78.125 229.76302 78.78125L229.76302 79.140625Q229.76302 79.78125 229.35677 80.1875Q228.95052 80.59375 228.32552 80.59375Q227.68489 80.59375 227.26302 80.1875Q226.85677 79.78125 226.85677 79.09375L226.85677 78.75ZM227.52864 79.140625Q227.52864 79.515625 227.73177 79.765625Q227.95052 80.0 228.32552 80.0Q228.66927 80.0 228.87239 79.765625Q229.09114 79.53125 229.09114 79.109375L229.09114 78.75Q229.09114 78.375 228.87239 78.125Q228.66927 77.875 228.30989 77.875Q227.95052 77.875 227.73177 78.125Q227.52864 78.375 227.52864 78.78125L227.52864 79.140625ZM230.30989 82.75Q230.30989 82.109375 230.71614 81.703125Q231.13802 81.296875 231.76302 81.296875Q232.40364 81.296875 232.80989 81.703125Q233.23177 82.109375 233.23177 82.796875L233.23177 83.140625Q233.23177 83.78125 232.82552 84.203125Q232.41927 84.609375 231.77864 84.609375Q231.15364 84.609375 230.73177 84.203125Q230.30989 83.78125 230.30989 83.109375L230.30989 82.75ZM230.99739 83.140625Q230.99739 83.515625 231.20052 83.765625Q231.41927 84.015625 231.77864 84.015625Q232.13802 84.015625 232.34114 83.78125Q232.55989 83.53125 232.55989 83.125L232.55989 82.75Q232.55989 82.375 232.34114 82.125Q232.12239 81.875 231.77864 81.875Q231.41927 81.875 231.20052 82.125Q230.99739 82.359375 230.99739 82.78125L230.99739 83.140625ZM228.52864 83.96875L228.01302 83.640625L231.48177 78.078125L231.99739 78.40625L228.52864 83.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M224.64207 141.25Q224.64207 141.78125 224.36082 142.20312Q224.07957 142.60938 223.5952 142.84375Q224.1577 143.07812 224.4702 143.54688Q224.79832 144.0 224.79832 144.57812Q224.79832 145.5 224.17332 146.04688Q223.56395 146.59375 222.54832 146.59375Q221.51707 146.59375 220.89207 146.04688Q220.2827 145.5 220.2827 144.57812Q220.2827 144.0 220.5952 143.54688Q220.9077 143.07812 221.4702 142.84375Q221.00145 142.60938 220.7202 142.1875Q220.45457 141.76562 220.45457 141.25Q220.45457 140.34375 221.01707 139.82812Q221.5952 139.29688 222.54832 139.29688Q223.48582 139.29688 224.06395 139.82812Q224.64207 140.34375 224.64207 141.25ZM223.9077 144.5625Q223.9077 143.96875 223.51707 143.59375Q223.14207 143.21875 222.5327 143.21875Q221.92332 143.21875 221.54832 143.59375Q221.18895 143.95312 221.18895 144.5625Q221.18895 145.17188 221.54832 145.51562Q221.9077 145.85938 222.54832 145.85938Q223.17332 145.85938 223.5327 145.51562Q223.9077 145.15625 223.9077 144.5625ZM222.54832 140.03125Q222.01707 140.03125 221.67332 140.35938Q221.3452 140.6875 221.3452 141.26562Q221.3452 141.79688 221.67332 142.14062Q222.00145 142.46875 222.5327 142.46875Q223.07957 142.46875 223.4077 142.14062Q223.73582 141.79688 223.73582 141.26562Q223.73582 140.71875 223.39207 140.375Q223.06395 140.03125 222.54832 140.03125ZM226.25145 140.75Q226.25145 140.125 226.6577 139.70312Q227.06395 139.28125 227.70457 139.28125Q228.36082 139.28125 228.75145 139.70312Q229.1577 140.125 229.1577 140.78125L229.1577 141.14062Q229.1577 141.78125 228.75145 142.1875Q228.3452 142.59375 227.7202 142.59375Q227.07957 142.59375 226.6577 142.1875Q226.25145 141.78125 226.25145 141.09375L226.25145 140.75ZM226.92332 141.14062Q226.92332 141.51562 227.12645 141.76562Q227.3452 142.0 227.7202 142.0Q228.06395 142.0 228.26707 141.76562Q228.48582 141.53125 228.48582 141.10938L228.48582 140.75Q228.48582 140.375 228.26707 140.125Q228.06395 139.875 227.70457 139.875Q227.3452 139.875 227.12645 140.125Q226.92332 140.375 226.92332 140.78125L226.92332 141.14062ZM229.70457 144.75Q229.70457 144.10938 230.11082 143.70312Q230.5327 143.29688 231.1577 143.29688Q231.79832 143.29688 232.20457 143.70312Q232.62645 144.10938 232.62645 144.79688L232.62645 145.14062Q232.62645 145.78125 232.2202 146.20312Q231.81395 146.60938 231.17332 146.60938Q230.54832 146.60938 230.12645 146.20312Q229.70457 145.78125 229.70457 145.10938L229.70457 144.75ZM230.39207 145.14062Q230.39207 145.51562 230.5952 145.76562Q230.81395 146.01562 231.17332 146.01562Q231.5327 146.01562 231.73582 145.78125Q231.95457 145.53125 231.95457 145.125L231.95457 144.75Q231.95457 144.375 231.73582 144.125Q231.51707 143.875 231.17332 143.875Q230.81395 143.875 230.5952 144.125Q230.39207 144.35938 230.39207 144.78125L230.39207 145.14062ZM227.92332 145.96875L227.4077 145.64062L230.87645 140.07812L231.39207 140.40625L227.92332 145.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M224.64207 141.25Q224.64207 141.78125 224.36082 142.20312Q224.07957 142.60938 223.5952 142.84375Q224.1577 143.07812 224.4702 143.54688Q224.79832 144.0 224.79832 144.57812Q224.79832 145.5 224.17332 146.04688Q223.56395 146.59375 222.54832 146.59375Q221.51707 146.59375 220.89207 146.04688Q220.2827 145.5 220.2827 144.57812Q220.2827 144.0 220.5952 143.54688Q220.9077 143.07812 221.4702 142.84375Q221.00145 142.60938 220.7202 142.1875Q220.45457 141.76562 220.45457 141.25Q220.45457 140.34375 221.01707 139.82812Q221.5952 139.29688 222.54832 139.29688Q223.48582 139.29688 224.06395 139.82812Q224.64207 140.34375 224.64207 141.25ZM223.9077 144.5625Q223.9077 143.96875 223.51707 143.59375Q223.14207 143.21875 222.5327 143.21875Q221.92332 143.21875 221.54832 143.59375Q221.18895 143.95312 221.18895 144.5625Q221.18895 145.17188 221.54832 145.51562Q221.9077 145.85938 222.54832 145.85938Q223.17332 145.85938 223.5327 145.51562Q223.9077 145.15625 223.9077 144.5625ZM222.54832 140.03125Q222.01707 140.03125 221.67332 140.35938Q221.3452 140.6875 221.3452 141.26562Q221.3452 141.79688 221.67332 142.14062Q222.00145 142.46875 222.5327 142.46875Q223.07957 142.46875 223.4077 142.14062Q223.73582 141.79688 223.73582 141.26562Q223.73582 140.71875 223.39207 140.375Q223.06395 140.03125 222.54832 140.03125ZM226.25145 140.75Q226.25145 140.125 226.6577 139.70312Q227.06395 139.28125 227.70457 139.28125Q228.36082 139.28125 228.75145 139.70312Q229.1577 140.125 229.1577 140.78125L229.1577 141.14062Q229.1577 141.78125 228.75145 142.1875Q228.3452 142.59375 227.7202 142.59375Q227.07957 142.59375 226.6577 142.1875Q226.25145 141.78125 226.25145 141.09375L226.25145 140.75ZM226.92332 141.14062Q226.92332 141.51562 227.12645 141.76562Q227.3452 142.0 227.7202 142.0Q228.06395 142.0 228.26707 141.76562Q228.48582 141.53125 228.48582 141.10938L228.48582 140.75Q228.48582 140.375 228.26707 140.125Q228.06395 139.875 227.70457 139.875Q227.3452 139.875 227.12645 140.125Q226.92332 140.375 226.92332 140.78125L226.92332 141.14062ZM229.70457 144.75Q229.70457 144.10938 230.11082 143.70312Q230.5327 143.29688 231.1577 143.29688Q231.79832 143.29688 232.20457 143.70312Q232.62645 144.10938 232.62645 144.79688L232.62645 145.14062Q232.62645 145.78125 232.2202 146.20312Q231.81395 146.60938 231.17332 146.60938Q230.54832 146.60938 230.12645 146.20312Q229.70457 145.78125 229.70457 145.10938L229.70457 144.75ZM230.39207 145.14062Q230.39207 145.51562 230.5952 145.76562Q230.81395 146.01562 231.17332 146.01562Q231.5327 146.01562 231.73582 145.78125Q231.95457 145.53125 231.95457 145.125L231.95457 144.75Q231.95457 144.375 231.73582 144.125Q231.51707 143.875 231.17332 143.875Q230.81395 143.875 230.5952 144.125Q230.39207 144.35938 230.39207 144.78125L230.39207 145.14062ZM227.92332 145.96875L227.4077 145.64062L230.87645 140.07812L231.39207 140.40625L227.92332 145.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M238.43124 208.5L237.525 208.5L237.525 202.48438L235.69687 203.14062L235.69687 202.32812L238.29062 201.35938L238.43124 201.35938L238.43124 208.5ZM244.43124 208.5L243.525 208.5L243.525 202.48438L241.69687 203.14062L241.69687 202.32812L244.29062 201.35938L244.43124 201.35938L244.43124 208.5ZM247.38437 202.75Q247.38437 202.125 247.79062 201.70312Q248.19687 201.28125 248.8375 201.28125Q249.49374 201.28125 249.88437 201.70312Q250.29062 202.125 250.29062 202.78125L250.29062 203.14062Q250.29062 203.78125 249.88437 204.1875Q249.47812 204.59375 248.85312 204.59375Q248.2125 204.59375 247.79062 204.1875Q247.38437 203.78125 247.38437 203.09375L247.38437 202.75ZM248.05624 203.14062Q248.05624 203.51562 248.25937 203.76562Q248.47812 204.0 248.85312 204.0Q249.19687 204.0 249.4 203.76562Q249.61874 203.53125 249.61874 203.10938L249.61874 202.75Q249.61874 202.375 249.4 202.125Q249.19687 201.875 248.8375 201.875Q248.47812 201.875 248.25937 202.125Q248.05624 202.375 248.05624 202.78125L248.05624 203.14062ZM250.8375 206.75Q250.8375 206.10938 251.24374 205.70312Q251.66562 205.29688 252.29062 205.29688Q252.93124 205.29688 253.3375 205.70312Q253.75937 206.10938 253.75937 206.79688L253.75937 207.14062Q253.75937 207.78125 253.35312 208.20312Q252.94687 208.60938 252.30624 208.60938Q251.68124 208.60938 251.25937 208.20312Q250.8375 207.78125 250.8375 207.10938L250.8375 206.75ZM251.525 207.14062Q251.525 207.51562 251.72812 207.76562Q251.94687 208.01562 252.30624 208.01562Q252.66562 208.01562 252.86874 207.78125Q253.0875 207.53125 253.0875 207.125L253.0875 206.75Q253.0875 206.375 252.86874 206.125Q252.65 205.875 252.30624 205.875Q251.94687 205.875 251.72812 206.125Q251.525 206.35938 251.525 206.78125L251.525 207.14062ZM249.05624 207.96875L248.54062 207.64062L252.00937 202.07812L252.525 202.40625L249.05624 207.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M238.43124 208.5L237.525 208.5L237.525 202.48438L235.69687 203.14062L235.69687 202.32812L238.29062 201.35938L238.43124 201.35938L238.43124 208.5ZM244.43124 208.5L243.525 208.5L243.525 202.48438L241.69687 203.14062L241.69687 202.32812L244.29062 201.35938L244.43124 201.35938L244.43124 208.5ZM247.38437 202.75Q247.38437 202.125 247.79062 201.70312Q248.19687 201.28125 248.8375 201.28125Q249.49374 201.28125 249.88437 201.70312Q250.29062 202.125 250.29062 202.78125L250.29062 203.14062Q250.29062 203.78125 249.88437 204.1875Q249.47812 204.59375 248.85312 204.59375Q248.2125 204.59375 247.79062 204.1875Q247.38437 203.78125 247.38437 203.09375L247.38437 202.75ZM248.05624 203.14062Q248.05624 203.51562 248.25937 203.76562Q248.47812 204.0 248.85312 204.0Q249.19687 204.0 249.4 203.76562Q249.61874 203.53125 249.61874 203.10938L249.61874 202.75Q249.61874 202.375 249.4 202.125Q249.19687 201.875 248.8375 201.875Q248.47812 201.875 248.25937 202.125Q248.05624 202.375 248.05624 202.78125L248.05624 203.14062ZM250.8375 206.75Q250.8375 206.10938 251.24374 205.70312Q251.66562 205.29688 252.29062 205.29688Q252.93124 205.29688 253.3375 205.70312Q253.75937 206.10938 253.75937 206.79688L253.75937 207.14062Q253.75937 207.78125 253.35312 208.20312Q252.94687 208.60938 252.30624 208.60938Q251.68124 208.60938 251.25937 208.20312Q250.8375 207.78125 250.8375 207.10938L250.8375 206.75ZM251.525 207.14062Q251.525 207.51562 251.72812 207.76562Q251.94687 208.01562 252.30624 208.01562Q252.66562 208.01562 252.86874 207.78125Q253.0875 207.53125 253.0875 207.125L253.0875 206.75Q253.0875 206.375 252.86874 206.125Q252.65 205.875 252.30624 205.875Q251.94687 205.875 251.72812 206.125Q251.525 206.35938 251.525 206.78125L251.525 207.14062ZM249.05624 207.96875L248.54062 207.64062L252.00937 202.07812L252.525 202.40625L249.05624 207.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M393.32803 267.10938L394.3124 267.10938L394.3124 267.84375L393.32803 267.84375L393.32803 269.5L392.42178 269.5L392.42178 267.84375L389.1874 267.84375L389.1874 267.3125L392.35928 262.39062L393.32803 262.39062L393.32803 267.10938ZM390.20303 267.10938L392.42178 267.10938L392.42178 263.625L392.3124 263.82812L390.20303 267.10938ZM400.17178 269.5L395.51553 269.5L395.51553 268.84375L397.96866 266.10938Q398.51553 265.5 398.71866 265.10938Q398.9374 264.71875 398.9374 264.29688Q398.9374 263.75 398.59366 263.39062Q398.26553 263.03125 397.70303 263.03125Q397.03116 263.03125 396.65616 263.42188Q396.28116 263.79688 396.28116 264.48438L395.3749 264.48438Q395.3749 263.5 395.9999 262.90625Q396.64053 262.29688 397.70303 262.29688Q398.6874 262.29688 399.26553 262.8125Q399.84366 263.32812 399.84366 264.20312Q399.84366 265.25 398.4999 266.70312L396.60928 268.76562L400.17178 268.76562L400.17178 269.5ZM401.4374 263.75Q401.4374 263.125 401.84366 262.70312Q402.2499 262.28125 402.89053 262.28125Q403.54678 262.28125 403.9374 262.70312Q404.34366 263.125 404.34366 263.78125L404.34366 264.14062Q404.34366 264.78125 403.9374 265.1875Q403.53116 265.59375 402.90616 265.59375Q402.26553 265.59375 401.84366 265.1875Q401.4374 264.78125 401.4374 264.09375L401.4374 263.75ZM402.10928 264.14062Q402.10928 264.51562 402.3124 264.76562Q402.53116 265.0 402.90616 265.0Q403.2499 265.0 403.45303 264.76562Q403.67178 264.53125 403.67178 264.10938L403.67178 263.75Q403.67178 263.375 403.45303 263.125Q403.2499 262.875 402.89053 262.875Q402.53116 262.875 402.3124 263.125Q402.10928 263.375 402.10928 263.78125L402.10928 264.14062ZM404.89053 267.75Q404.89053 267.10938 405.29678 266.70312Q405.71866 266.29688 406.34366 266.29688Q406.98428 266.29688 407.39053 266.70312Q407.8124 267.10938 407.8124 267.79688L407.8124 268.14062Q407.8124 268.78125 407.40616 269.20312Q406.9999 269.60938 406.35928 269.60938Q405.73428 269.60938 405.3124 269.20312Q404.89053 268.78125 404.89053 268.10938L404.89053 267.75ZM405.57803 268.14062Q405.57803 268.51562 405.78116 268.76562Q405.9999 269.01562 406.35928 269.01562Q406.71866 269.01562 406.92178 268.78125Q407.14053 268.53125 407.14053 268.125L407.14053 267.75Q407.14053 267.375 406.92178 267.125Q406.70303 266.875 406.35928 266.875Q405.9999 266.875 405.78116 267.125Q405.57803 267.35938 405.57803 267.78125L405.57803 268.14062ZM403.10928 268.96875L402.59366 268.64062L406.0624 263.07812L406.57803 263.40625L403.10928 268.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M393.32803 267.10938L394.3124 267.10938L394.3124 267.84375L393.32803 267.84375L393.32803 269.5L392.42178 269.5L392.42178 267.84375L389.1874 267.84375L389.1874 267.3125L392.35928 262.39062L393.32803 262.39062L393.32803 267.10938ZM390.20303 267.10938L392.42178 267.10938L392.42178 263.625L392.3124 263.82812L390.20303 267.10938ZM400.17178 269.5L395.51553 269.5L395.51553 268.84375L397.96866 266.10938Q398.51553 265.5 398.71866 265.10938Q398.9374 264.71875 398.9374 264.29688Q398.9374 263.75 398.59366 263.39062Q398.26553 263.03125 397.70303 263.03125Q397.03116 263.03125 396.65616 263.42188Q396.28116 263.79688 396.28116 264.48438L395.3749 264.48438Q395.3749 263.5 395.9999 262.90625Q396.64053 262.29688 397.70303 262.29688Q398.6874 262.29688 399.26553 262.8125Q399.84366 263.32812 399.84366 264.20312Q399.84366 265.25 398.4999 266.70312L396.60928 268.76562L400.17178 268.76562L400.17178 269.5ZM401.4374 263.75Q401.4374 263.125 401.84366 262.70312Q402.2499 262.28125 402.89053 262.28125Q403.54678 262.28125 403.9374 262.70312Q404.34366 263.125 404.34366 263.78125L404.34366 264.14062Q404.34366 264.78125 403.9374 265.1875Q403.53116 265.59375 402.90616 265.59375Q402.26553 265.59375 401.84366 265.1875Q401.4374 264.78125 401.4374 264.09375L401.4374 263.75ZM402.10928 264.14062Q402.10928 264.51562 402.3124 264.76562Q402.53116 265.0 402.90616 265.0Q403.2499 265.0 403.45303 264.76562Q403.67178 264.53125 403.67178 264.10938L403.67178 263.75Q403.67178 263.375 403.45303 263.125Q403.2499 262.875 402.89053 262.875Q402.53116 262.875 402.3124 263.125Q402.10928 263.375 402.10928 263.78125L402.10928 264.14062ZM404.89053 267.75Q404.89053 267.10938 405.29678 266.70312Q405.71866 266.29688 406.34366 266.29688Q406.98428 266.29688 407.39053 266.70312Q407.8124 267.10938 407.8124 267.79688L407.8124 268.14062Q407.8124 268.78125 407.40616 269.20312Q406.9999 269.60938 406.35928 269.60938Q405.73428 269.60938 405.3124 269.20312Q404.89053 268.78125 404.89053 268.10938L404.89053 267.75ZM405.57803 268.14062Q405.57803 268.51562 405.78116 268.76562Q405.9999 269.01562 406.35928 269.01562Q406.71866 269.01562 406.92178 268.78125Q407.14053 268.53125 407.14053 268.125L407.14053 267.75Q407.14053 267.375 406.92178 267.125Q406.70303 266.875 406.35928 266.875Q405.9999 266.875 405.78116 267.125Q405.57803 267.35938 405.57803 267.78125L405.57803 268.14062ZM403.10928 268.96875L402.59366 268.64062L406.0624 263.07812L406.57803 263.40625L403.10928 268.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M343.00803 327.5L343.6799 327.5Q344.32053 327.5 344.6799 327.17188Q345.0549 326.84375 345.0549 326.28125Q345.0549 325.03125 343.8049 325.03125Q343.22678 325.03125 342.8674 325.375Q342.52365 325.70312 342.52365 326.25L341.6174 326.25Q341.6174 325.40625 342.2424 324.85938Q342.8674 324.29688 343.8049 324.29688Q344.82053 324.29688 345.38303 324.82812Q345.96115 325.35938 345.96115 326.29688Q345.96115 326.76562 345.66428 327.20312Q345.3674 327.64062 344.83615 327.85938Q345.4299 328.03125 345.7424 328.46875Q346.07053 328.89062 346.07053 329.51562Q346.07053 330.46875 345.44553 331.03125Q344.82053 331.59375 343.82053 331.59375Q342.82053 331.59375 342.1799 331.0625Q341.5549 330.51562 341.5549 329.625L342.47678 329.625Q342.47678 330.1875 342.83615 330.53125Q343.19553 330.85938 343.82053 330.85938Q344.47678 330.85938 344.82053 330.51562Q345.16428 330.17188 345.16428 329.53125Q345.16428 328.92188 344.77365 328.59375Q344.39865 328.25 343.6799 328.25L343.00803 328.25L343.00803 327.5ZM352.35178 331.5L347.69553 331.5L347.69553 330.84375L350.14865 328.10938Q350.69553 327.5 350.89865 327.10938Q351.1174 326.71875 351.1174 326.29688Q351.1174 325.75 350.77365 325.39062Q350.44553 325.03125 349.88303 325.03125Q349.21115 325.03125 348.83615 325.42188Q348.46115 325.79688 348.46115 326.48438L347.5549 326.48438Q347.5549 325.5 348.1799 324.90625Q348.82053 324.29688 349.88303 324.29688Q350.8674 324.29688 351.44553 324.8125Q352.02365 325.32812 352.02365 326.20312Q352.02365 327.25 350.6799 328.70312L348.78928 330.76562L352.35178 330.76562L352.35178 331.5ZM353.6174 325.75Q353.6174 325.125 354.02365 324.70312Q354.4299 324.28125 355.07053 324.28125Q355.72678 324.28125 356.1174 324.70312Q356.52365 325.125 356.52365 325.78125L356.52365 326.14062Q356.52365 326.78125 356.1174 327.1875Q355.71115 327.59375 355.08615 327.59375Q354.44553 327.59375 354.02365 327.1875Q353.6174 326.78125 353.6174 326.09375L353.6174 325.75ZM354.28928 326.14062Q354.28928 326.51562 354.4924 326.76562Q354.71115 327.0 355.08615 327.0Q355.4299 327.0 355.63303 326.76562Q355.85178 326.53125 355.85178 326.10938L355.85178 325.75Q355.85178 325.375 355.63303 325.125Q355.4299 324.875 355.07053 324.875Q354.71115 324.875 354.4924 325.125Q354.28928 325.375 354.28928 325.78125L354.28928 326.14062ZM357.07053 329.75Q357.07053 329.10938 357.47678 328.70312Q357.89865 328.29688 358.52365 328.29688Q359.16428 328.29688 359.57053 328.70312Q359.9924 329.10938 359.9924 329.79688L359.9924 330.14062Q359.9924 330.78125 359.58615 331.20312Q359.1799 331.60938 358.53928 331.60938Q357.91428 331.60938 357.4924 331.20312Q357.07053 330.78125 357.07053 330.10938L357.07053 329.75ZM357.75803 330.14062Q357.75803 330.51562 357.96115 330.76562Q358.1799 331.01562 358.53928 331.01562Q358.89865 331.01562 359.10178 330.78125Q359.32053 330.53125 359.32053 330.125L359.32053 329.75Q359.32053 329.375 359.10178 329.125Q358.88303 328.875 358.53928 328.875Q358.1799 328.875 357.96115 329.125Q357.75803 329.35938 357.75803 329.78125L357.75803 330.14062ZM355.28928 330.96875L354.77365 330.64062L358.2424 325.07812L358.75803 325.40625L355.28928 330.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M343.00803 327.5L343.6799 327.5Q344.32053 327.5 344.6799 327.17188Q345.0549 326.84375 345.0549 326.28125Q345.0549 325.03125 343.8049 325.03125Q343.22678 325.03125 342.8674 325.375Q342.52365 325.70312 342.52365 326.25L341.6174 326.25Q341.6174 325.40625 342.2424 324.85938Q342.8674 324.29688 343.8049 324.29688Q344.82053 324.29688 345.38303 324.82812Q345.96115 325.35938 345.96115 326.29688Q345.96115 326.76562 345.66428 327.20312Q345.3674 327.64062 344.83615 327.85938Q345.4299 328.03125 345.7424 328.46875Q346.07053 328.89062 346.07053 329.51562Q346.07053 330.46875 345.44553 331.03125Q344.82053 331.59375 343.82053 331.59375Q342.82053 331.59375 342.1799 331.0625Q341.5549 330.51562 341.5549 329.625L342.47678 329.625Q342.47678 330.1875 342.83615 330.53125Q343.19553 330.85938 343.82053 330.85938Q344.47678 330.85938 344.82053 330.51562Q345.16428 330.17188 345.16428 329.53125Q345.16428 328.92188 344.77365 328.59375Q344.39865 328.25 343.6799 328.25L343.00803 328.25L343.00803 327.5ZM352.35178 331.5L347.69553 331.5L347.69553 330.84375L350.14865 328.10938Q350.69553 327.5 350.89865 327.10938Q351.1174 326.71875 351.1174 326.29688Q351.1174 325.75 350.77365 325.39062Q350.44553 325.03125 349.88303 325.03125Q349.21115 325.03125 348.83615 325.42188Q348.46115 325.79688 348.46115 326.48438L347.5549 326.48438Q347.5549 325.5 348.1799 324.90625Q348.82053 324.29688 349.88303 324.29688Q350.8674 324.29688 351.44553 324.8125Q352.02365 325.32812 352.02365 326.20312Q352.02365 327.25 350.6799 328.70312L348.78928 330.76562L352.35178 330.76562L352.35178 331.5ZM353.6174 325.75Q353.6174 325.125 354.02365 324.70312Q354.4299 324.28125 355.07053 324.28125Q355.72678 324.28125 356.1174 324.70312Q356.52365 325.125 356.52365 325.78125L356.52365 326.14062Q356.52365 326.78125 356.1174 327.1875Q355.71115 327.59375 355.08615 327.59375Q354.44553 327.59375 354.02365 327.1875Q353.6174 326.78125 353.6174 326.09375L353.6174 325.75ZM354.28928 326.14062Q354.28928 326.51562 354.4924 326.76562Q354.71115 327.0 355.08615 327.0Q355.4299 327.0 355.63303 326.76562Q355.85178 326.53125 355.85178 326.10938L355.85178 325.75Q355.85178 325.375 355.63303 325.125Q355.4299 324.875 355.07053 324.875Q354.71115 324.875 354.4924 325.125Q354.28928 325.375 354.28928 325.78125L354.28928 326.14062ZM357.07053 329.75Q357.07053 329.10938 357.47678 328.70312Q357.89865 328.29688 358.52365 328.29688Q359.16428 328.29688 359.57053 328.70312Q359.9924 329.10938 359.9924 329.79688L359.9924 330.14062Q359.9924 330.78125 359.58615 331.20312Q359.1799 331.60938 358.53928 331.60938Q357.91428 331.60938 357.4924 331.20312Q357.07053 330.78125 357.07053 330.10938L357.07053 329.75ZM357.75803 330.14062Q357.75803 330.51562 357.96115 330.76562Q358.1799 331.01562 358.53928 331.01562Q358.89865 331.01562 359.10178 330.78125Q359.32053 330.53125 359.32053 330.125L359.32053 329.75Q359.32053 329.375 359.10178 329.125Q358.88303 328.875 358.53928 328.875Q358.1799 328.875 357.96115 329.125Q357.75803 329.35938 357.75803 329.78125L357.75803 330.14062ZM355.28928 330.96875L354.77365 330.64062L358.2424 325.07812L358.75803 325.40625L355.28928 330.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.68188 87.890625L218.72876 94.5L217.79126 94.5L220.71313 88.125L216.86938 88.125L216.86938 87.390625L221.68188 87.390625L221.68188 87.890625ZM223.01001 88.75Q223.01001 88.125 223.41626 87.703125Q223.82251 87.28125 224.46313 87.28125Q225.11938 87.28125 225.51001 87.703125Q225.91626 88.125 225.91626 88.78125L225.91626 89.140625Q225.91626 89.78125 225.51001 90.1875Q225.10376 90.59375 224.47876 90.59375Q223.83813 90.59375 223.41626 90.1875Q223.01001 89.78125 223.01001 89.09375L223.01001 88.75ZM223.68188 89.140625Q223.68188 89.515625 223.88501 89.765625Q224.10376 90.0 224.47876 90.0Q224.82251 90.0 225.02563 89.765625Q225.24438 89.53125 225.24438 89.109375L225.24438 88.75Q225.24438 88.375 225.02563 88.125Q224.82251 87.875 224.46313 87.875Q224.10376 87.875 223.88501 88.125Q223.68188 88.375 223.68188 88.78125L223.68188 89.140625ZM226.46313 92.75Q226.46313 92.109375 226.86938 91.703125Q227.29126 91.296875 227.91626 91.296875Q228.55688 91.296875 228.96313 91.703125Q229.38501 92.109375 229.38501 92.796875L229.38501 93.140625Q229.38501 93.78125 228.97876 94.203125Q228.57251 94.609375 227.93188 94.609375Q227.30688 94.609375 226.88501 94.203125Q226.46313 93.78125 226.46313 93.109375L226.46313 92.75ZM227.15063 93.140625Q227.15063 93.515625 227.35376 93.765625Q227.57251 94.015625 227.93188 94.015625Q228.29126 94.015625 228.49438 93.78125Q228.71313 93.53125 228.71313 93.125L228.71313 92.75Q228.71313 92.375 228.49438 92.125Q228.27563 91.875 227.93188 91.875Q227.57251 91.875 227.35376 92.125Q227.15063 92.359375 227.15063 92.78125L227.15063 93.140625ZM224.68188 93.96875L224.16626 93.640625L227.63501 88.078125L228.15063 88.40625L224.68188 93.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M221.68188 87.890625L218.72876 94.5L217.79126 94.5L220.71313 88.125L216.86938 88.125L216.86938 87.390625L221.68188 87.390625L221.68188 87.890625ZM223.01001 88.75Q223.01001 88.125 223.41626 87.703125Q223.82251 87.28125 224.46313 87.28125Q225.11938 87.28125 225.51001 87.703125Q225.91626 88.125 225.91626 88.78125L225.91626 89.140625Q225.91626 89.78125 225.51001 90.1875Q225.10376 90.59375 224.47876 90.59375Q223.83813 90.59375 223.41626 90.1875Q223.01001 89.78125 223.01001 89.09375L223.01001 88.75ZM223.68188 89.140625Q223.68188 89.515625 223.88501 89.765625Q224.10376 90.0 224.47876 90.0Q224.82251 90.0 225.02563 89.765625Q225.24438 89.53125 225.24438 89.109375L225.24438 88.75Q225.24438 88.375 225.02563 88.125Q224.82251 87.875 224.46313 87.875Q224.10376 87.875 223.88501 88.125Q223.68188 88.375 223.68188 88.78125L223.68188 89.140625ZM226.46313 92.75Q226.46313 92.109375 226.86938 91.703125Q227.29126 91.296875 227.91626 91.296875Q228.55688 91.296875 228.96313 91.703125Q229.38501 92.109375 229.38501 92.796875L229.38501 93.140625Q229.38501 93.78125 228.97876 94.203125Q228.57251 94.609375 227.93188 94.609375Q227.30688 94.609375 226.88501 94.203125Q226.46313 93.78125 226.46313 93.109375L226.46313 92.75ZM227.15063 93.140625Q227.15063 93.515625 227.35376 93.765625Q227.57251 94.015625 227.93188 94.015625Q228.29126 94.015625 228.49438 93.78125Q228.71313 93.53125 228.71313 93.125L228.71313 92.75Q228.71313 92.375 228.49438 92.125Q228.27563 91.875 227.93188 91.875Q227.57251 91.875 227.35376 92.125Q227.15063 92.359375 227.15063 92.78125L227.15063 93.140625ZM224.68188 93.96875L224.16626 93.640625L227.63501 88.078125L228.15063 88.40625L224.68188 93.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M221.75813 149.89062L218.80501 156.5L217.86751 156.5L220.78938 150.125L216.94563 150.125L216.94563 149.39062L221.75813 149.39062L221.75813 149.89062ZM223.08626 150.75Q223.08626 150.125 223.49251 149.70312Q223.89876 149.28125 224.53938 149.28125Q225.19563 149.28125 225.58626 149.70312Q225.99251 150.125 225.99251 150.78125L225.99251 151.14062Q225.99251 151.78125 225.58626 152.1875Q225.18001 152.59375 224.55501 152.59375Q223.91438 152.59375 223.49251 152.1875Q223.08626 151.78125 223.08626 151.09375L223.08626 150.75ZM223.75813 151.14062Q223.75813 151.51562 223.96126 151.76562Q224.18001 152.0 224.55501 152.0Q224.89876 152.0 225.10188 151.76562Q225.32063 151.53125 225.32063 151.10938L225.32063 150.75Q225.32063 150.375 225.10188 150.125Q224.89876 149.875 224.53938 149.875Q224.18001 149.875 223.96126 150.125Q223.75813 150.375 223.75813 150.78125L223.75813 151.14062ZM226.53938 154.75Q226.53938 154.10938 226.94563 153.70312Q227.36751 153.29688 227.99251 153.29688Q228.63313 153.29688 229.03938 153.70312Q229.46126 154.10938 229.46126 154.79688L229.46126 155.14062Q229.46126 155.78125 229.05501 156.20312Q228.64876 156.60938 228.00813 156.60938Q227.38313 156.60938 226.96126 156.20312Q226.53938 155.78125 226.53938 155.10938L226.53938 154.75ZM227.22688 155.14062Q227.22688 155.51562 227.43001 155.76562Q227.64876 156.01562 228.00813 156.01562Q228.36751 156.01562 228.57063 155.78125Q228.78938 155.53125 228.78938 155.125L228.78938 154.75Q228.78938 154.375 228.57063 154.125Q228.35188 153.875 228.00813 153.875Q227.64876 153.875 227.43001 154.125Q227.22688 154.35938 227.22688 154.78125L227.22688 155.14062ZM224.75813 155.96875L224.24251 155.64062L227.71126 150.07812L228.22688 150.40625L224.75813 155.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M221.75813 149.89062L218.80501 156.5L217.86751 156.5L220.78938 150.125L216.94563 150.125L216.94563 149.39062L221.75813 149.39062L221.75813 149.89062ZM223.08626 150.75Q223.08626 150.125 223.49251 149.70312Q223.89876 149.28125 224.53938 149.28125Q225.19563 149.28125 225.58626 149.70312Q225.99251 150.125 225.99251 150.78125L225.99251 151.14062Q225.99251 151.78125 225.58626 152.1875Q225.18001 152.59375 224.55501 152.59375Q223.91438 152.59375 223.49251 152.1875Q223.08626 151.78125 223.08626 151.09375L223.08626 150.75ZM223.75813 151.14062Q223.75813 151.51562 223.96126 151.76562Q224.18001 152.0 224.55501 152.0Q224.89876 152.0 225.10188 151.76562Q225.32063 151.53125 225.32063 151.10938L225.32063 150.75Q225.32063 150.375 225.10188 150.125Q224.89876 149.875 224.53938 149.875Q224.18001 149.875 223.96126 150.125Q223.75813 150.375 223.75813 150.78125L223.75813 151.14062ZM226.53938 154.75Q226.53938 154.10938 226.94563 153.70312Q227.36751 153.29688 227.99251 153.29688Q228.63313 153.29688 229.03938 153.70312Q229.46126 154.10938 229.46126 154.79688L229.46126 155.14062Q229.46126 155.78125 229.05501 156.20312Q228.64876 156.60938 228.00813 156.60938Q227.38313 156.60938 226.96126 156.20312Q226.53938 155.78125 226.53938 155.10938L226.53938 154.75ZM227.22688 155.14062Q227.22688 155.51562 227.43001 155.76562Q227.64876 156.01562 228.00813 156.01562Q228.36751 156.01562 228.57063 155.78125Q228.78938 155.53125 228.78938 155.125L228.78938 154.75Q228.78938 154.375 228.57063 154.125Q228.35188 153.875 228.00813 153.875Q227.64876 153.875 227.43001 154.125Q227.22688 154.35938 227.22688 154.78125L227.22688 155.14062ZM224.75813 155.96875L224.24251 155.64062L227.71126 150.07812L228.22688 150.40625L224.75813 155.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M236.67732 218.5L235.77107 218.5L235.77107 212.48438L233.94295 213.14062L233.94295 212.32812L236.5367 211.35938L236.67732 211.35938L236.67732 218.5ZM244.1617 215.46875Q244.1617 217.04688 243.61482 217.82812Q243.08357 218.59375 241.92732 218.59375Q240.7867 218.59375 240.23982 217.84375Q239.69295 217.09375 239.67732 215.59375L239.67732 214.39062Q239.67732 212.8125 240.20857 212.0625Q240.75545 211.29688 241.9117 211.29688Q243.06795 211.29688 243.5992 212.03125Q244.14607 212.76562 244.1617 214.29688L244.1617 215.46875ZM243.25545 214.23438Q243.25545 213.07812 242.92732 212.5625Q242.61482 212.03125 241.9117 212.03125Q241.2242 212.03125 240.89607 212.5625Q240.58357 213.07812 240.58357 214.15625L240.58357 215.60938Q240.58357 216.76562 240.9117 217.3125Q241.25545 217.85938 241.92732 217.85938Q242.5992 217.85938 242.9117 217.34375Q243.23982 216.82812 243.25545 215.71875L243.25545 214.23438ZM245.63045 212.75Q245.63045 212.125 246.0367 211.70312Q246.44295 211.28125 247.08357 211.28125Q247.73982 211.28125 248.13045 211.70312Q248.5367 212.125 248.5367 212.78125L248.5367 213.14062Q248.5367 213.78125 248.13045 214.1875Q247.7242 214.59375 247.0992 214.59375Q246.45857 214.59375 246.0367 214.1875Q245.63045 213.78125 245.63045 213.09375L245.63045 212.75ZM246.30232 213.14062Q246.30232 213.51562 246.50545 213.76562Q246.7242 214.0 247.0992 214.0Q247.44295 214.0 247.64607 213.76562Q247.86482 213.53125 247.86482 213.10938L247.86482 212.75Q247.86482 212.375 247.64607 212.125Q247.44295 211.875 247.08357 211.875Q246.7242 211.875 246.50545 212.125Q246.30232 212.375 246.30232 212.78125L246.30232 213.14062ZM249.08357 216.75Q249.08357 216.10938 249.48982 215.70312Q249.9117 215.29688 250.5367 215.29688Q251.17732 215.29688 251.58357 215.70312Q252.00545 216.10938 252.00545 216.79688L252.00545 217.14062Q252.00545 217.78125 251.5992 218.20312Q251.19295 218.60938 250.55232 218.60938Q249.92732 218.60938 249.50545 218.20312Q249.08357 217.78125 249.08357 217.10938L249.08357 216.75ZM249.77107 217.14062Q249.77107 217.51562 249.9742 217.76562Q250.19295 218.01562 250.55232 218.01562Q250.9117 218.01562 251.11482 217.78125Q251.33357 217.53125 251.33357 217.125L251.33357 216.75Q251.33357 216.375 251.11482 216.125Q250.89607 215.875 250.55232 215.875Q250.19295 215.875 249.9742 216.125Q249.77107 216.35938 249.77107 216.78125L249.77107 217.14062ZM247.30232 217.96875L246.7867 217.64062L250.25545 212.07812L250.77107 212.40625L247.30232 217.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M236.67732 218.5L235.77107 218.5L235.77107 212.48438L233.94295 213.14062L233.94295 212.32812L236.5367 211.35938L236.67732 211.35938L236.67732 218.5ZM244.1617 215.46875Q244.1617 217.04688 243.61482 217.82812Q243.08357 218.59375 241.92732 218.59375Q240.7867 218.59375 240.23982 217.84375Q239.69295 217.09375 239.67732 215.59375L239.67732 214.39062Q239.67732 212.8125 240.20857 212.0625Q240.75545 211.29688 241.9117 211.29688Q243.06795 211.29688 243.5992 212.03125Q244.14607 212.76562 244.1617 214.29688L244.1617 215.46875ZM243.25545 214.23438Q243.25545 213.07812 242.92732 212.5625Q242.61482 212.03125 241.9117 212.03125Q241.2242 212.03125 240.89607 212.5625Q240.58357 213.07812 240.58357 214.15625L240.58357 215.60938Q240.58357 216.76562 240.9117 217.3125Q241.25545 217.85938 241.92732 217.85938Q242.5992 217.85938 242.9117 217.34375Q243.23982 216.82812 243.25545 215.71875L243.25545 214.23438ZM245.63045 212.75Q245.63045 212.125 246.0367 211.70312Q246.44295 211.28125 247.08357 211.28125Q247.73982 211.28125 248.13045 211.70312Q248.5367 212.125 248.5367 212.78125L248.5367 213.14062Q248.5367 213.78125 248.13045 214.1875Q247.7242 214.59375 247.0992 214.59375Q246.45857 214.59375 246.0367 214.1875Q245.63045 213.78125 245.63045 213.09375L245.63045 212.75ZM246.30232 213.14062Q246.30232 213.51562 246.50545 213.76562Q246.7242 214.0 247.0992 214.0Q247.44295 214.0 247.64607 213.76562Q247.86482 213.53125 247.86482 213.10938L247.86482 212.75Q247.86482 212.375 247.64607 212.125Q247.44295 211.875 247.08357 211.875Q246.7242 211.875 246.50545 212.125Q246.30232 212.375 246.30232 212.78125L246.30232 213.14062ZM249.08357 216.75Q249.08357 216.10938 249.48982 215.70312Q249.9117 215.29688 250.5367 215.29688Q251.17732 215.29688 251.58357 215.70312Q252.00545 216.10938 252.00545 216.79688L252.00545 217.14062Q252.00545 217.78125 251.5992 218.20312Q251.19295 218.60938 250.55232 218.60938Q249.92732 218.60938 249.50545 218.20312Q249.08357 217.78125 249.08357 217.10938L249.08357 216.75ZM249.77107 217.14062Q249.77107 217.51562 249.9742 217.76562Q250.19295 218.01562 250.55232 218.01562Q250.9117 218.01562 251.11482 217.78125Q251.33357 217.53125 251.33357 217.125L251.33357 216.75Q251.33357 216.375 251.11482 216.125Q250.89607 215.875 250.55232 215.875Q250.19295 215.875 249.9742 216.125Q249.77107 216.35938 249.77107 216.78125L249.77107 217.14062ZM247.30232 217.96875L246.7867 217.64062L250.25545 212.07812L250.77107 212.40625L247.30232 217.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M386.87622 277.10938L387.8606 277.10938L387.8606 277.84375L386.87622 277.84375L386.87622 279.5L385.96997 279.5L385.96997 277.84375L382.7356 277.84375L382.7356 277.3125L385.90747 272.39062L386.87622 272.39062L386.87622 277.10938ZM383.75122 277.10938L385.96997 277.10938L385.96997 273.625L385.8606 273.82812L383.75122 277.10938ZM393.51685 276.46875Q393.51685 278.04688 392.96997 278.82812Q392.43872 279.59375 391.28247 279.59375Q390.14185 279.59375 389.59497 278.84375Q389.0481 278.09375 389.03247 276.59375L389.03247 275.39062Q389.03247 273.8125 389.56372 273.0625Q390.1106 272.29688 391.26685 272.29688Q392.4231 272.29688 392.95435 273.03125Q393.50122 273.76562 393.51685 275.29688L393.51685 276.46875ZM392.6106 275.23438Q392.6106 274.07812 392.28247 273.5625Q391.96997 273.03125 391.26685 273.03125Q390.57935 273.03125 390.25122 273.5625Q389.93872 274.07812 389.93872 275.15625L389.93872 276.60938Q389.93872 277.76562 390.26685 278.3125Q390.6106 278.85938 391.28247 278.85938Q391.95435 278.85938 392.26685 278.34375Q392.59497 277.82812 392.6106 276.71875L392.6106 275.23438ZM394.9856 273.75Q394.9856 273.125 395.39185 272.70312Q395.7981 272.28125 396.43872 272.28125Q397.09497 272.28125 397.4856 272.70312Q397.89185 273.125 397.89185 273.78125L397.89185 274.14062Q397.89185 274.78125 397.4856 275.1875Q397.07935 275.59375 396.45435 275.59375Q395.81372 275.59375 395.39185 275.1875Q394.9856 274.78125 394.9856 274.09375L394.9856 273.75ZM395.65747 274.14062Q395.65747 274.51562 395.8606 274.76562Q396.07935 275.0 396.45435 275.0Q396.7981 275.0 397.00122 274.76562Q397.21997 274.53125 397.21997 274.10938L397.21997 273.75Q397.21997 273.375 397.00122 273.125Q396.7981 272.875 396.43872 272.875Q396.07935 272.875 395.8606 273.125Q395.65747 273.375 395.65747 273.78125L395.65747 274.14062ZM398.43872 277.75Q398.43872 277.10938 398.84497 276.70312Q399.26685 276.29688 399.89185 276.29688Q400.53247 276.29688 400.93872 276.70312Q401.3606 277.10938 401.3606 277.79688L401.3606 278.14062Q401.3606 278.78125 400.95435 279.20312Q400.5481 279.60938 399.90747 279.60938Q399.28247 279.60938 398.8606 279.20312Q398.43872 278.78125 398.43872 278.10938L398.43872 277.75ZM399.12622 278.14062Q399.12622 278.51562 399.32935 278.76562Q399.5481 279.01562 399.90747 279.01562Q400.26685 279.01562 400.46997 278.78125Q400.68872 278.53125 400.68872 278.125L400.68872 277.75Q400.68872 277.375 400.46997 277.125Q400.25122 276.875 399.90747 276.875Q399.5481 276.875 399.32935 277.125Q399.12622 277.35938 399.12622 277.78125L399.12622 278.14062ZM396.65747 278.96875L396.14185 278.64062L399.6106 273.07812L400.12622 273.40625L396.65747 278.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M386.87622 277.10938L387.8606 277.10938L387.8606 277.84375L386.87622 277.84375L386.87622 279.5L385.96997 279.5L385.96997 277.84375L382.7356 277.84375L382.7356 277.3125L385.90747 272.39062L386.87622 272.39062L386.87622 277.10938ZM383.75122 277.10938L385.96997 277.10938L385.96997 273.625L385.8606 273.82812L383.75122 277.10938ZM393.51685 276.46875Q393.51685 278.04688 392.96997 278.82812Q392.43872 279.59375 391.28247 279.59375Q390.14185 279.59375 389.59497 278.84375Q389.0481 278.09375 389.03247 276.59375L389.03247 275.39062Q389.03247 273.8125 389.56372 273.0625Q390.1106 272.29688 391.26685 272.29688Q392.4231 272.29688 392.95435 273.03125Q393.50122 273.76562 393.51685 275.29688L393.51685 276.46875ZM392.6106 275.23438Q392.6106 274.07812 392.28247 273.5625Q391.96997 273.03125 391.26685 273.03125Q390.57935 273.03125 390.25122 273.5625Q389.93872 274.07812 389.93872 275.15625L389.93872 276.60938Q389.93872 277.76562 390.26685 278.3125Q390.6106 278.85938 391.28247 278.85938Q391.95435 278.85938 392.26685 278.34375Q392.59497 277.82812 392.6106 276.71875L392.6106 275.23438ZM394.9856 273.75Q394.9856 273.125 395.39185 272.70312Q395.7981 272.28125 396.43872 272.28125Q397.09497 272.28125 397.4856 272.70312Q397.89185 273.125 397.89185 273.78125L397.89185 274.14062Q397.89185 274.78125 397.4856 275.1875Q397.07935 275.59375 396.45435 275.59375Q395.81372 275.59375 395.39185 275.1875Q394.9856 274.78125 394.9856 274.09375L394.9856 273.75ZM395.65747 274.14062Q395.65747 274.51562 395.8606 274.76562Q396.07935 275.0 396.45435 275.0Q396.7981 275.0 397.00122 274.76562Q397.21997 274.53125 397.21997 274.10938L397.21997 273.75Q397.21997 273.375 397.00122 273.125Q396.7981 272.875 396.43872 272.875Q396.07935 272.875 395.8606 273.125Q395.65747 273.375 395.65747 273.78125L395.65747 274.14062ZM398.43872 277.75Q398.43872 277.10938 398.84497 276.70312Q399.26685 276.29688 399.89185 276.29688Q400.53247 276.29688 400.93872 276.70312Q401.3606 277.10938 401.3606 277.79688L401.3606 278.14062Q401.3606 278.78125 400.95435 279.20312Q400.5481 279.60938 399.90747 279.60938Q399.28247 279.60938 398.8606 279.20312Q398.43872 278.78125 398.43872 278.10938L398.43872 277.75ZM399.12622 278.14062Q399.12622 278.51562 399.32935 278.76562Q399.5481 279.01562 399.90747 279.01562Q400.26685 279.01562 400.46997 278.78125Q400.68872 278.53125 400.68872 278.125L400.68872 277.75Q400.68872 277.375 400.46997 277.125Q400.25122 276.875 399.90747 276.875Q399.5481 276.875 399.32935 277.125Q399.12622 277.35938 399.12622 277.78125L399.12622 278.14062ZM396.65747 278.96875L396.14185 278.64062L399.6106 273.07812L400.12622 273.40625L396.65747 278.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M358.22574 337.5L358.8976 337.5Q359.53824 337.5 359.8976 337.17188Q360.2726 336.84375 360.2726 336.28125Q360.2726 335.03125 359.0226 335.03125Q358.4445 335.03125 358.0851 335.375Q357.74136 335.70312 357.74136 336.25L356.8351 336.25Q356.8351 335.40625 357.4601 334.85938Q358.0851 334.29688 359.0226 334.29688Q360.03824 334.29688 360.60074 334.82812Q361.17886 335.35938 361.17886 336.29688Q361.17886 336.76562 360.882 337.20312Q360.5851 337.64062 360.05386 337.85938Q360.6476 338.03125 360.9601 338.46875Q361.28824 338.89062 361.28824 339.51562Q361.28824 340.46875 360.66324 341.03125Q360.03824 341.59375 359.03824 341.59375Q358.03824 341.59375 357.3976 341.0625Q356.7726 340.51562 356.7726 339.625L357.6945 339.625Q357.6945 340.1875 358.05386 340.53125Q358.41324 340.85938 359.03824 340.85938Q359.6945 340.85938 360.03824 340.51562Q360.382 340.17188 360.382 339.53125Q360.382 338.92188 359.99136 338.59375Q359.61636 338.25 358.8976 338.25L358.22574 338.25L358.22574 337.5ZM363.3195 337.9375L363.6945 334.39062L367.3351 334.39062L367.3351 335.21875L364.4601 335.21875L364.24136 337.15625Q364.757 336.85938 365.42886 336.85938Q366.3976 336.85938 366.9601 337.5Q367.53824 338.14062 367.53824 339.23438Q367.53824 340.32812 366.9445 340.96875Q366.35074 341.59375 365.28824 341.59375Q364.35074 341.59375 363.74136 341.07812Q363.1476 340.54688 363.0695 339.625L363.92886 339.625Q364.007 340.23438 364.35074 340.54688Q364.7101 340.85938 365.28824 340.85938Q365.91324 340.85938 366.2726 340.4375Q366.632 340.0 366.632 339.25Q366.632 338.53125 366.24136 338.10938Q365.86636 337.67188 365.2101 337.67188Q364.632 337.67188 364.28824 337.92188L364.05386 338.125L363.3195 337.9375ZM368.8351 335.75Q368.8351 335.125 369.24136 334.70312Q369.6476 334.28125 370.28824 334.28125Q370.9445 334.28125 371.3351 334.70312Q371.74136 335.125 371.74136 335.78125L371.74136 336.14062Q371.74136 336.78125 371.3351 337.1875Q370.92886 337.59375 370.30386 337.59375Q369.66324 337.59375 369.24136 337.1875Q368.8351 336.78125 368.8351 336.09375L368.8351 335.75ZM369.507 336.14062Q369.507 336.51562 369.7101 336.76562Q369.92886 337.0 370.30386 337.0Q370.6476 337.0 370.85074 336.76562Q371.0695 336.53125 371.0695 336.10938L371.0695 335.75Q371.0695 335.375 370.85074 335.125Q370.6476 334.875 370.28824 334.875Q369.92886 334.875 369.7101 335.125Q369.507 335.375 369.507 335.78125L369.507 336.14062ZM372.28824 339.75Q372.28824 339.10938 372.6945 338.70312Q373.11636 338.29688 373.74136 338.29688Q374.382 338.29688 374.78824 338.70312Q375.2101 339.10938 375.2101 339.79688L375.2101 340.14062Q375.2101 340.78125 374.80386 341.20312Q374.3976 341.60938 373.757 341.60938Q373.132 341.60938 372.7101 341.20312Q372.28824 340.78125 372.28824 340.10938L372.28824 339.75ZM372.97574 340.14062Q372.97574 340.51562 373.17886 340.76562Q373.3976 341.01562 373.757 341.01562Q374.11636 341.01562 374.3195 340.78125Q374.53824 340.53125 374.53824 340.125L374.53824 339.75Q374.53824 339.375 374.3195 339.125Q374.10074 338.875 373.757 338.875Q373.3976 338.875 373.17886 339.125Q372.97574 339.35938 372.97574 339.78125L372.97574 340.14062ZM370.507 340.96875L369.99136 340.64062L373.4601 335.07812L373.97574 335.40625L370.507 340.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M358.22574 337.5L358.8976 337.5Q359.53824 337.5 359.8976 337.17188Q360.2726 336.84375 360.2726 336.28125Q360.2726 335.03125 359.0226 335.03125Q358.4445 335.03125 358.0851 335.375Q357.74136 335.70312 357.74136 336.25L356.8351 336.25Q356.8351 335.40625 357.4601 334.85938Q358.0851 334.29688 359.0226 334.29688Q360.03824 334.29688 360.60074 334.82812Q361.17886 335.35938 361.17886 336.29688Q361.17886 336.76562 360.882 337.20312Q360.5851 337.64062 360.05386 337.85938Q360.6476 338.03125 360.9601 338.46875Q361.28824 338.89062 361.28824 339.51562Q361.28824 340.46875 360.66324 341.03125Q360.03824 341.59375 359.03824 341.59375Q358.03824 341.59375 357.3976 341.0625Q356.7726 340.51562 356.7726 339.625L357.6945 339.625Q357.6945 340.1875 358.05386 340.53125Q358.41324 340.85938 359.03824 340.85938Q359.6945 340.85938 360.03824 340.51562Q360.382 340.17188 360.382 339.53125Q360.382 338.92188 359.99136 338.59375Q359.61636 338.25 358.8976 338.25L358.22574 338.25L358.22574 337.5ZM363.3195 337.9375L363.6945 334.39062L367.3351 334.39062L367.3351 335.21875L364.4601 335.21875L364.24136 337.15625Q364.757 336.85938 365.42886 336.85938Q366.3976 336.85938 366.9601 337.5Q367.53824 338.14062 367.53824 339.23438Q367.53824 340.32812 366.9445 340.96875Q366.35074 341.59375 365.28824 341.59375Q364.35074 341.59375 363.74136 341.07812Q363.1476 340.54688 363.0695 339.625L363.92886 339.625Q364.007 340.23438 364.35074 340.54688Q364.7101 340.85938 365.28824 340.85938Q365.91324 340.85938 366.2726 340.4375Q366.632 340.0 366.632 339.25Q366.632 338.53125 366.24136 338.10938Q365.86636 337.67188 365.2101 337.67188Q364.632 337.67188 364.28824 337.92188L364.05386 338.125L363.3195 337.9375ZM368.8351 335.75Q368.8351 335.125 369.24136 334.70312Q369.6476 334.28125 370.28824 334.28125Q370.9445 334.28125 371.3351 334.70312Q371.74136 335.125 371.74136 335.78125L371.74136 336.14062Q371.74136 336.78125 371.3351 337.1875Q370.92886 337.59375 370.30386 337.59375Q369.66324 337.59375 369.24136 337.1875Q368.8351 336.78125 368.8351 336.09375L368.8351 335.75ZM369.507 336.14062Q369.507 336.51562 369.7101 336.76562Q369.92886 337.0 370.30386 337.0Q370.6476 337.0 370.85074 336.76562Q371.0695 336.53125 371.0695 336.10938L371.0695 335.75Q371.0695 335.375 370.85074 335.125Q370.6476 334.875 370.28824 334.875Q369.92886 334.875 369.7101 335.125Q369.507 335.375 369.507 335.78125L369.507 336.14062ZM372.28824 339.75Q372.28824 339.10938 372.6945 338.70312Q373.11636 338.29688 373.74136 338.29688Q374.382 338.29688 374.78824 338.70312Q375.2101 339.10938 375.2101 339.79688L375.2101 340.14062Q375.2101 340.78125 374.80386 341.20312Q374.3976 341.60938 373.757 341.60938Q373.132 341.60938 372.7101 341.20312Q372.28824 340.78125 372.28824 340.10938L372.28824 339.75ZM372.97574 340.14062Q372.97574 340.51562 373.17886 340.76562Q373.3976 341.01562 373.757 341.01562Q374.11636 341.01562 374.3195 340.78125Q374.53824 340.53125 374.53824 340.125L374.53824 339.75Q374.53824 339.375 374.3195 339.125Q374.10074 338.875 373.757 338.875Q373.3976 338.875 373.17886 339.125Q372.97574 339.35938 372.97574 339.78125L372.97574 340.14062ZM370.507 340.96875L369.99136 340.64062L373.4601 335.07812L373.97574 335.40625L370.507 340.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M324.59708 398.72806Q324.59708 397.96243 325.08145 397.46243Q325.58145 396.96243 326.34708 396.96243Q327.12833 396.96243 327.6127 397.46243Q328.09708 397.96243 328.09708 398.7593L328.09708 399.18118Q328.09708 399.9468 327.59708 400.4468Q327.1127 400.93118 326.3627 400.93118Q325.59708 400.93118 325.09708 400.4468Q324.59708 399.9468 324.59708 399.1343L324.59708 398.72806ZM325.40958 399.18118Q325.40958 399.6343 325.65958 399.93118Q325.9252 400.22806 326.3627 400.22806Q326.78458 400.22806 327.03458 399.9468Q327.28458 399.64993 327.28458 399.14993L327.28458 398.72806Q327.28458 398.27493 327.03458 397.97806Q326.78458 397.66556 326.34708 397.66556Q325.90958 397.66556 325.65958 397.97806Q325.40958 398.27493 325.40958 398.74368L325.40958 399.18118ZM328.75333 403.52493Q328.75333 402.7593 329.2377 402.27493Q329.7377 401.77493 330.50333 401.77493Q331.26895 401.77493 331.75333 402.27493Q332.25333 402.7593 332.25333 403.5718L332.25333 403.97806Q332.25333 404.74368 331.76895 405.24368Q331.28458 405.74368 330.51895 405.74368Q329.75333 405.74368 329.25333 405.2593Q328.75333 404.7593 328.75333 403.9468L328.75333 403.52493ZM329.56583 403.97806Q329.56583 404.4468 329.81583 404.74368Q330.08145 405.04056 330.51895 405.04056Q330.94083 405.04056 331.19083 404.7593Q331.44083 404.46243 331.44083 403.96243L331.44083 403.52493Q331.44083 403.05618 331.1752 402.77493Q330.9252 402.47806 330.50333 402.47806Q330.08145 402.47806 329.81583 402.77493Q329.56583 403.05618 329.56583 403.55618L329.56583 403.97806ZM326.6127 404.97806L325.9877 404.58743L330.15958 397.91556L330.76895 398.30618L326.6127 404.97806ZM336.51895 402.3843Q336.51895 401.46243 336.87833 400.71243Q337.25333 399.96243 337.90958 399.5718Q338.56583 399.16556 339.39395 399.16556Q340.69083 399.16556 341.4877 400.05618Q342.3002 400.9468 342.3002 402.4468L342.3002 402.52493Q342.3002 403.4468 341.94083 404.18118Q341.58145 404.91556 340.9252 405.33743Q340.26895 405.74368 339.40958 405.74368Q338.12833 405.74368 337.31583 404.85306Q336.51895 403.9468 336.51895 402.46243L336.51895 402.3843ZM337.6127 402.52493Q337.6127 403.5718 338.09708 404.21243Q338.59708 404.85306 339.40958 404.85306Q340.2377 404.85306 340.72208 404.21243Q341.20645 403.55618 341.20645 402.3843Q341.20645 401.35306 340.70645 400.71243Q340.22208 400.05618 339.39395 400.05618Q338.59708 400.05618 338.09708 400.6968Q337.6127 401.3218 337.6127 402.52493ZM344.34708 405.61868L344.34708 400.11868L343.34708 400.11868L343.34708 399.27493L344.34708 399.27493L344.34708 398.6343Q344.34708 397.60306 344.87833 397.05618Q345.4252 396.49368 346.4252 396.49368Q346.8002 396.49368 347.1752 396.58743L347.1127 397.47806Q346.83145 397.41556 346.53458 397.41556Q346.00333 397.41556 345.70645 397.72806Q345.4252 398.04056 345.4252 398.60306L345.4252 399.27493L346.78458 399.27493L346.78458 400.11868L345.4252 400.11868L345.4252 405.61868L344.34708 405.61868ZM353.87833 400.24368Q353.62833 400.21243 353.34708 400.21243Q352.26895 400.21243 351.89395 401.11868L351.89395 405.61868L350.81583 405.61868L350.81583 399.27493L351.8627 399.27493L351.87833 400.0093Q352.40958 399.16556 353.39395 399.16556Q353.70645 399.16556 353.87833 399.24368L353.87833 400.24368ZM357.44083 405.74368Q356.14395 405.74368 355.33145 404.89993Q354.53458 404.04056 354.53458 402.61868L354.53458 402.43118Q354.53458 401.47806 354.89395 400.74368Q355.25333 399.99368 355.89395 399.58743Q356.5502 399.16556 357.3002 399.16556Q358.53458 399.16556 359.22208 399.97806Q359.90958 400.79056 359.90958 402.30618L359.90958 402.7593L355.6127 402.7593Q355.64395 403.6968 356.15958 404.27493Q356.69083 404.85306 357.50333 404.85306Q358.06583 404.85306 358.45645 404.61868Q358.8627 404.3843 359.1752 403.99368L359.83145 404.5093Q359.03458 405.74368 357.44083 405.74368ZM357.3002 400.05618Q356.64395 400.05618 356.19083 400.54056Q355.75333 401.0093 355.65958 401.86868L358.83145 401.86868L358.83145 401.79056Q358.78458 400.96243 358.37833 400.5093Q357.9877 400.05618 357.3002 400.05618ZM364.50333 403.93118Q364.50333 403.49368 364.15958 403.2593Q363.83145 403.0093 363.00333 402.83743Q362.19083 402.66556 361.70645 402.41556Q361.22208 402.16556 360.9877 401.83743Q360.76895 401.49368 360.76895 401.02493Q360.76895 400.24368 361.4252 399.71243Q362.08145 399.16556 363.1127 399.16556Q364.19083 399.16556 364.84708 399.72806Q365.51895 400.27493 365.51895 401.1343L364.44083 401.1343Q364.44083 400.6968 364.0502 400.3843Q363.6752 400.05618 363.1127 400.05618Q362.51895 400.05618 362.1752 400.3218Q361.84708 400.5718 361.84708 400.97806Q361.84708 401.36868 362.15958 401.5718Q362.47208 401.77493 363.28458 401.96243Q364.09708 402.1343 364.59708 402.3843Q365.09708 402.6343 365.33145 402.99368Q365.58145 403.35306 365.58145 403.85306Q365.58145 404.71243 364.89395 405.22806Q364.22208 405.74368 363.14395 405.74368Q362.37833 405.74368 361.78458 405.47806Q361.20645 405.1968 360.87833 404.71243Q360.5502 404.22806 360.5502 403.66556L361.62833 403.66556Q361.65958 404.21243 362.06583 404.54056Q362.47208 404.85306 363.14395 404.85306Q363.75333 404.85306 364.12833 404.60306Q364.50333 404.35306 364.50333 403.93118ZM372.15958 402.52493Q372.15958 403.96243 371.50333 404.85306Q370.84708 405.74368 369.70645 405.74368Q368.5502 405.74368 367.89395 405.0093L367.89395 408.05618L366.81583 408.05618L366.81583 399.27493L367.8002 399.27493L367.84708 399.97806Q368.51895 399.16556 369.69083 399.16556Q370.83145 399.16556 371.4877 400.02493Q372.15958 400.8843 372.15958 402.41556L372.15958 402.52493ZM371.08145 402.39993Q371.08145 401.3218 370.6127 400.71243Q370.15958 400.08743 369.3627 400.08743Q368.37833 400.08743 367.89395 400.9468L367.89395 403.97806Q368.37833 404.85306 369.37833 404.85306Q370.15958 404.85306 370.6127 404.24368Q371.08145 403.61868 371.08145 402.39993ZM373.51895 402.3843Q373.51895 401.46243 373.87833 400.71243Q374.25333 399.96243 374.90958 399.5718Q375.56583 399.16556 376.39395 399.16556Q377.69083 399.16556 378.4877 400.05618Q379.3002 400.9468 379.3002 402.4468L379.3002 402.52493Q379.3002 403.4468 378.94083 404.18118Q378.58145 404.91556 377.9252 405.33743Q377.26895 405.74368 376.40958 405.74368Q375.12833 405.74368 374.31583 404.85306Q373.51895 403.9468 373.51895 402.46243L373.51895 402.3843ZM374.6127 402.52493Q374.6127 403.5718 375.09708 404.21243Q375.59708 404.85306 376.40958 404.85306Q377.2377 404.85306 377.72208 404.21243Q378.20645 403.55618 378.20645 402.3843Q378.20645 401.35306 377.70645 400.71243Q377.22208 400.05618 376.39395 400.05618Q375.59708 400.05618 375.09708 400.6968Q374.6127 401.3218 374.6127 402.52493ZM381.83145 399.27493L381.8627 400.0718Q382.59708 399.16556 383.76895 399.16556Q385.78458 399.16556 385.8002 401.43118L385.8002 405.61868L384.70645 405.61868L384.70645 401.41556Q384.70645 400.74368 384.39395 400.41556Q384.09708 400.08743 383.44083 400.08743Q382.90958 400.08743 382.50333 400.36868Q382.1127 400.64993 381.89395 401.10306L381.89395 405.61868L380.81583 405.61868L380.81583 399.27493L381.83145 399.27493ZM387.5502 402.39993Q387.5502 400.93118 388.2377 400.05618Q388.9252 399.16556 390.0502 399.16556Q391.15958 399.16556 391.81583 399.91556L391.81583 396.61868L392.89395 396.61868L392.89395 405.61868L391.89395 405.61868L391.84708 404.93118Q391.19083 405.74368 390.03458 405.74368Q388.94083 405.74368 388.2377 404.83743Q387.5502 403.93118 387.5502 402.47806L387.5502 402.39993ZM388.62833 402.52493Q388.62833 403.60306 389.06583 404.21243Q389.51895 404.8218 390.3002 404.8218Q391.33145 404.8218 391.81583 403.8843L391.81583 400.97806Q391.33145 400.08743 390.31583 400.08743Q389.51895 400.08743 389.06583 400.6968Q388.62833 401.30618 388.62833 402.52493ZM397.44083 405.74368Q396.14395 405.74368 395.33145 404.89993Q394.53458 404.04056 394.53458 402.61868L394.53458 402.43118Q394.53458 401.47806 394.89395 400.74368Q395.25333 399.99368 395.89395 399.58743Q396.5502 399.16556 397.3002 399.16556Q398.53458 399.16556 399.22208 399.97806Q399.90958 400.79056 399.90958 402.30618L399.90958 402.7593L395.6127 402.7593Q395.64395 403.6968 396.15958 404.27493Q396.69083 404.85306 397.50333 404.85306Q398.06583 404.85306 398.45645 404.61868Q398.8627 404.3843 399.1752 403.99368L399.83145 404.5093Q399.03458 405.74368 397.44083 405.74368ZM397.3002 400.05618Q396.64395 400.05618 396.19083 400.54056Q395.75333 401.0093 395.65958 401.86868L398.83145 401.86868L398.83145 401.79056Q398.78458 400.96243 398.37833 400.5093Q397.9877 400.05618 397.3002 400.05618ZM401.83145 399.27493L401.8627 400.0718Q402.59708 399.16556 403.76895 399.16556Q405.78458 399.16556 405.8002 401.43118L405.8002 405.61868L404.70645 405.61868L404.70645 401.41556Q404.70645 400.74368 404.39395 400.41556Q404.09708 400.08743 403.44083 400.08743Q402.90958 400.08743 402.50333 400.36868Q402.1127 400.64993 401.89395 401.10306L401.89395 405.61868L400.81583 405.61868L400.81583 399.27493L401.83145 399.27493ZM409.28458 397.74368L409.28458 399.27493L410.45645 399.27493L410.45645 400.11868L409.28458 400.11868L409.28458 404.04056Q409.28458 404.43118 409.44083 404.61868Q409.59708 404.80618 409.97208 404.80618Q410.15958 404.80618 410.4877 404.74368L410.4877 405.61868Q410.06583 405.74368 409.65958 405.74368Q408.94083 405.74368 408.56583 405.30618Q408.19083 404.85306 408.19083 404.04056L408.19083 400.11868L407.03458 400.11868L407.03458 399.27493L408.19083 399.27493L408.19083 397.74368L409.28458 397.74368ZM415.50333 403.93118Q415.50333 403.49368 415.15958 403.2593Q414.83145 403.0093 414.00333 402.83743Q413.19083 402.66556 412.70645 402.41556Q412.22208 402.16556 411.9877 401.83743Q411.76895 401.49368 411.76895 401.02493Q411.76895 400.24368 412.4252 399.71243Q413.08145 399.16556 414.1127 399.16556Q415.19083 399.16556 415.84708 399.72806Q416.51895 400.27493 416.51895 401.1343L415.44083 401.1343Q415.44083 400.6968 415.0502 400.3843Q414.6752 400.05618 414.1127 400.05618Q413.51895 400.05618 413.1752 400.3218Q412.84708 400.5718 412.84708 400.97806Q412.84708 401.36868 413.15958 401.5718Q413.47208 401.77493 414.28458 401.96243Q415.09708 402.1343 415.59708 402.3843Q416.09708 402.6343 416.33145 402.99368Q416.58145 403.35306 416.58145 403.85306Q416.58145 404.71243 415.89395 405.22806Q415.22208 405.74368 414.14395 405.74368Q413.37833 405.74368 412.78458 405.47806Q412.20645 405.1968 411.87833 404.71243Q411.5502 404.22806 411.5502 403.66556L412.62833 403.66556Q412.65958 404.21243 413.06583 404.54056Q413.47208 404.85306 414.14395 404.85306Q414.75333 404.85306 415.12833 404.60306Q415.50333 404.35306 415.50333 403.93118Z" fill-rule="nonzero"/><path fill="#666666" d="M28.203125 78.546875L24.625 78.546875L23.828125 80.78125L22.671875 80.78125L25.921875 72.25L26.90625 72.25L30.171875 80.78125L29.015625 80.78125L28.203125 78.546875ZM24.96875 77.625L27.875 77.625L26.421875 73.640625L24.96875 77.625ZM35.015625 79.09375Q35.015625 78.65625 34.671875 78.421875Q34.34375 78.171875 33.515625 78.0Q32.703125 77.828125 32.21875 77.578125Q31.734375 77.328125 31.5 77.0Q31.28125 76.65625 31.28125 76.1875Q31.28125 75.40625 31.9375 74.875Q32.59375 74.328125 33.625 74.328125Q34.703125 74.328125 35.359375 74.890625Q36.03125 75.4375 36.03125 76.296875L34.953125 76.296875Q34.953125 75.859375 34.5625 75.546875Q34.1875 75.21875 33.625 75.21875Q33.03125 75.21875 32.6875 75.484375Q32.359375 75.734375 32.359375 76.140625Q32.359375 76.53125 32.671875 76.734375Q32.984375 76.9375 33.796875 77.125Q34.609375 77.296875 35.109375 77.546875Q35.609375 77.796875 35.84375 78.15625Q36.09375 78.515625 36.09375 79.015625Q36.09375 79.875 35.40625 80.390625Q34.734375 80.90625 33.65625 80.90625Q32.890625 80.90625 32.296875 80.640625Q31.71875 80.359375 31.390625 79.875Q31.0625 79.390625 31.0625 78.828125L32.140625 78.828125Q32.171875 79.375 32.578125 79.703125Q32.984375 80.015625 33.65625 80.015625Q34.265625 80.015625 34.640625 79.765625Q35.015625 79.515625 35.015625 79.09375ZM45.671875 77.6875Q45.671875 79.125 45.015625 80.015625Q44.359375 80.90625 43.21875 80.90625Q42.0625 80.90625 41.40625 80.171875L41.40625 83.21875L40.328125 83.21875L40.328125 74.4375L41.3125 74.4375L41.359375 75.140625Q42.03125 74.328125 43.203125 74.328125Q44.34375 74.328125 45.0 75.1875Q45.671875 76.046875 45.671875 77.578125L45.671875 77.6875ZM44.59375 77.5625Q44.59375 76.484375 44.125 75.875Q43.671875 75.25 42.875 75.25Q41.890625 75.25 41.40625 76.109375L41.40625 79.140625Q41.890625 80.015625 42.890625 80.015625Q43.671875 80.015625 44.125 79.40625Q44.59375 78.78125 44.59375 77.5625ZM51.234375 80.78125Q51.140625 80.59375 51.078125 80.109375Q50.328125 80.90625 49.28125 80.90625Q48.34375 80.90625 47.734375 80.375Q47.140625 79.84375 47.140625 79.015625Q47.140625 78.03125 47.890625 77.484375Q48.640625 76.9375 50.015625 76.9375L51.0625 76.9375L51.0625 76.4375Q51.0625 75.875 50.71875 75.546875Q50.390625 75.203125 49.71875 75.203125Q49.140625 75.203125 48.75 75.5Q48.359375 75.78125 48.359375 76.203125L47.265625 76.203125Q47.265625 75.71875 47.59375 75.28125Q47.9375 74.84375 48.515625 74.59375Q49.09375 74.328125 49.78125 74.328125Q50.890625 74.328125 51.5 74.875Q52.125 75.421875 52.15625 76.375L52.15625 79.296875Q52.15625 80.171875 52.375 80.6875L52.375 80.78125L51.234375 80.78125ZM49.4375 79.953125Q49.953125 79.953125 50.40625 79.6875Q50.859375 79.421875 51.0625 79.0L51.0625 77.703125L50.21875 77.703125Q48.21875 77.703125 48.21875 78.875Q48.21875 79.375 48.5625 79.671875Q48.90625 79.953125 49.4375 79.953125ZM57.390625 75.40625Q57.140625 75.375 56.859375 75.375Q55.78125 75.375 55.40625 76.28125L55.40625 80.78125L54.328125 80.78125L54.328125 74.4375L55.375 74.4375L55.390625 75.171875Q55.921875 74.328125 56.90625 74.328125Q57.21875 74.328125 57.390625 74.40625L57.390625 75.40625ZM59.796875 72.90625L59.796875 74.4375L60.96875 74.4375L60.96875 75.28125L59.796875 75.28125L59.796875 79.203125Q59.796875 79.59375 59.953125 79.78125Q60.109375 79.96875 60.484375 79.96875Q60.671875 79.96875 61.0 79.90625L61.0 80.78125Q60.578125 80.90625 60.171875 80.90625Q59.453125 80.90625 59.078125 80.46875Q58.703125 80.015625 58.703125 79.203125L58.703125 75.28125L57.546875 75.28125L57.546875 74.4375L58.703125 74.4375L58.703125 72.90625L59.796875 72.90625ZM65.03125 77.546875Q65.03125 76.625 65.390625 75.875Q65.765625 75.125 66.421875 74.734375Q67.078125 74.328125 67.90625 74.328125Q69.203125 74.328125 70.0 75.21875Q70.8125 76.109375 70.8125 77.609375L70.8125 77.6875Q70.8125 78.609375 70.453125 79.34375Q70.09375 80.078125 69.4375 80.5Q68.78125 80.90625 67.921875 80.90625Q66.640625 80.90625 65.828125 80.015625Q65.03125 79.109375 65.03125 77.625L65.03125 77.546875ZM66.125 77.6875Q66.125 78.734375 66.609375 79.375Q67.109375 80.015625 67.921875 80.015625Q68.75 80.015625 69.234375 79.375Q69.71875 78.71875 69.71875 77.546875Q69.71875 76.515625 69.21875 75.875Q68.734375 75.21875 67.90625 75.21875Q67.109375 75.21875 66.609375 75.859375Q66.125 76.484375 66.125 77.6875ZM72.859375 80.78125L72.859375 75.28125L71.859375 75.28125L71.859375 74.4375L72.859375 74.4375L72.859375 73.796875Q72.859375 72.765625 73.390625 72.21875Q73.9375 71.65625 74.9375 71.65625Q75.3125 71.65625 75.6875 71.75L75.625 72.640625Q75.34375 72.578125 75.046875 72.578125Q74.515625 72.578125 74.21875 72.890625Q73.9375 73.203125 73.9375 73.765625L73.9375 74.4375L75.296875 74.4375L75.296875 75.28125L73.9375 75.28125L73.9375 80.78125L72.859375 80.78125ZM80.34375 74.4375L80.375 75.140625Q81.0625 74.328125 82.25 74.328125Q83.578125 74.328125 84.0625 75.34375Q84.375 74.890625 84.875 74.609375Q85.390625 74.328125 86.078125 74.328125Q88.171875 74.328125 88.203125 76.53125L88.203125 80.78125L87.125 80.78125L87.125 76.59375Q87.125 75.921875 86.8125 75.59375Q86.5 75.25 85.765625 75.25Q85.15625 75.25 84.75 75.609375Q84.359375 75.96875 84.296875 76.578125L84.296875 80.78125L83.21875 80.78125L83.21875 76.625Q83.21875 75.25 81.859375 75.25Q80.796875 75.25 80.40625 76.15625L80.40625 80.78125L79.3125 80.78125L79.3125 74.4375L80.34375 74.4375ZM92.390625 79.1875L93.875 74.4375L95.03125 74.4375L92.484375 81.765625Q91.890625 83.34375 90.609375 83.34375L90.390625 83.328125L90.0 83.25L90.0 82.375L90.28125 82.390625Q90.84375 82.390625 91.140625 82.171875Q91.453125 81.953125 91.65625 81.359375L91.890625 80.703125L89.625 74.4375L90.8125 74.4375L92.390625 79.1875ZM99.0625 77.5625Q99.0625 76.09375 99.75 75.21875Q100.4375 74.328125 101.5625 74.328125Q102.671875 74.328125 103.328125 75.078125L103.328125 71.78125L104.40625 71.78125L104.40625 80.78125L103.40625 80.78125L103.359375 80.09375Q102.703125 80.90625 101.546875 80.90625Q100.453125 80.90625 99.75 80.0Q99.0625 79.09375 99.0625 77.640625L99.0625 77.5625ZM100.140625 77.6875Q100.140625 78.765625 100.578125 79.375Q101.03125 79.984375 101.8125 79.984375Q102.84375 79.984375 103.328125 79.046875L103.328125 76.140625Q102.84375 75.25 101.828125 75.25Q101.03125 75.25 100.578125 75.859375Q100.140625 76.46875 100.140625 77.6875ZM110.234375 80.78125Q110.140625 80.59375 110.078125 80.109375Q109.328125 80.90625 108.28125 80.90625Q107.34375 80.90625 106.734375 80.375Q106.140625 79.84375 106.140625 79.015625Q106.140625 78.03125 106.890625 77.484375Q107.640625 76.9375 109.015625 76.9375L110.0625 76.9375L110.0625 76.4375Q110.0625 75.875 109.71875 75.546875Q109.390625 75.203125 108.71875 75.203125Q108.140625 75.203125 107.75 75.5Q107.359375 75.78125 107.359375 76.203125L106.265625 76.203125Q106.265625 75.71875 106.59375 75.28125Q106.9375 74.84375 107.515625 74.59375Q108.09375 74.328125 108.78125 74.328125Q109.890625 74.328125 110.5 74.875Q111.125 75.421875 111.15625 76.375L111.15625 79.296875Q111.15625 80.171875 111.375 80.6875L111.375 80.78125L110.234375 80.78125ZM108.4375 79.953125Q108.953125 79.953125 109.40625 79.6875Q109.859375 79.421875 110.0625 79.0L110.0625 77.703125L109.21875 77.703125Q107.21875 77.703125 107.21875 78.875Q107.21875 79.375 107.5625 79.671875Q107.90625 79.953125 108.4375 79.953125ZM114.5 80.78125L113.421875 80.78125L113.421875 74.4375L114.5 74.4375L114.5 80.78125ZM113.328125 72.765625Q113.328125 72.5 113.484375 72.3125Q113.65625 72.125 113.96875 72.125Q114.28125 72.125 114.4375 72.3125Q114.609375 72.5 114.609375 72.765625Q114.609375 73.015625 114.4375 73.203125Q114.28125 73.375 113.96875 73.375Q113.65625 73.375 113.484375 73.203125Q113.328125 73.015625 113.328125 72.765625ZM117.5 80.78125L116.421875 80.78125L116.421875 71.78125L117.5 71.78125L117.5 80.78125ZM121.390625 79.1875L122.875 74.4375L124.03125 74.4375L121.484375 81.765625Q120.890625 83.34375 119.609375 83.34375L119.390625 83.328125L119.0 83.25L119.0 82.375L119.28125 82.390625Q119.84375 82.390625 120.140625 82.171875Q120.453125 81.953125 120.65625 81.359375L120.890625 80.703125L118.625 74.4375L119.8125 74.4375L121.390625 79.1875ZM131.39062 75.40625Q131.14062 75.375 130.85938 75.375Q129.78125 75.375 129.40625 76.28125L129.40625 80.78125L128.32812 80.78125L128.32812 74.4375L129.375 74.4375L129.39062 75.171875Q129.92188 74.328125 130.90625 74.328125Q131.21875 74.328125 131.39062 74.40625L131.39062 75.40625ZM132.03125 77.546875Q132.03125 76.625 132.39062 75.875Q132.76562 75.125 133.42188 74.734375Q134.07812 74.328125 134.90625 74.328125Q136.20312 74.328125 137.0 75.21875Q137.8125 76.109375 137.8125 77.609375L137.8125 77.6875Q137.8125 78.609375 137.45312 79.34375Q137.09375 80.078125 136.4375 80.5Q135.78125 80.90625 134.92188 80.90625Q133.64062 80.90625 132.82812 80.015625Q132.03125 79.109375 132.03125 77.625L132.03125 77.546875ZM133.125 77.6875Q133.125 78.734375 133.60938 79.375Q134.10938 80.015625 134.92188 80.015625Q135.75 80.015625 136.23438 79.375Q136.71875 78.71875 136.71875 77.546875Q136.71875 76.515625 136.21875 75.875Q135.73438 75.21875 134.90625 75.21875Q134.10938 75.21875 133.60938 75.859375Q133.125 76.484375 133.125 77.6875ZM143.23438 80.15625Q142.60938 80.90625 141.375 80.90625Q140.35938 80.90625 139.82812 80.3125Q139.29688 79.71875 139.29688 78.5625L139.29688 74.4375L140.375 74.4375L140.375 78.53125Q140.375 79.984375 141.54688 79.984375Q142.79688 79.984375 143.20312 79.046875L143.20312 74.4375L144.29688 74.4375L144.29688 80.78125L143.26562 80.78125L143.23438 80.15625ZM147.79688 72.90625L147.79688 74.4375L148.96875 74.4375L148.96875 75.28125L147.79688 75.28125L147.79688 79.203125Q147.79688 79.59375 147.95312 79.78125Q148.10938 79.96875 148.48438 79.96875Q148.67188 79.96875 149.0 79.90625L149.0 80.78125Q148.57812 80.90625 148.17188 80.90625Q147.45312 80.90625 147.07812 80.46875Q146.70312 80.015625 146.70312 79.203125L146.70312 75.28125L145.54688 75.28125L145.54688 74.4375L146.70312 74.4375L146.70312 72.90625L147.79688 72.90625ZM151.5 80.78125L150.42188 80.78125L150.42188 74.4375L151.5 74.4375L151.5 80.78125ZM150.32812 72.765625Q150.32812 72.5 150.48438 72.3125Q150.65625 72.125 150.96875 72.125Q151.28125 72.125 151.4375 72.3125Q151.60938 72.5 151.60938 72.765625Q151.60938 73.015625 151.4375 73.203125Q151.28125 73.375 150.96875 73.375Q150.65625 73.375 150.48438 73.203125Q150.32812 73.015625 150.32812 72.765625ZM154.34375 74.4375L154.375 75.234375Q155.10938 74.328125 156.28125 74.328125Q158.29688 74.328125 158.3125 76.59375L158.3125 80.78125L157.21875 80.78125L157.21875 76.578125Q157.21875 75.90625 156.90625 75.578125Q156.60938 75.25 155.95312 75.25Q155.42188 75.25 155.01562 75.53125Q154.625 75.8125 154.40625 76.265625L154.40625 80.78125L153.32812 80.78125L153.32812 74.4375L154.34375 74.4375ZM162.95312 80.90625Q161.65625 80.90625 160.84375 80.0625Q160.04688 79.203125 160.04688 77.78125L160.04688 77.59375Q160.04688 76.640625 160.40625 75.90625Q160.76562 75.15625 161.40625 74.75Q162.0625 74.328125 162.8125 74.328125Q164.04688 74.328125 164.73438 75.140625Q165.42188 75.953125 165.42188 77.46875L165.42188 77.921875L161.125 77.921875Q161.15625 78.859375 161.67188 79.4375Q162.20312 80.015625 163.01562 80.015625Q163.57812 80.015625 163.96875 79.78125Q164.375 79.546875 164.6875 79.15625L165.34375 79.671875Q164.54688 80.90625 162.95312 80.90625ZM162.8125 75.21875Q162.15625 75.21875 161.70312 75.703125Q161.26562 76.171875 161.17188 77.03125L164.34375 77.03125L164.34375 76.953125Q164.29688 76.125 163.89062 75.671875Q163.5 75.21875 162.8125 75.21875Z" fill-rule="nonzero"/><path fill="#666666" d="M130.32812 139.72995L130.5 140.85495L130.73438 139.83932L132.42188 133.8862L133.375 133.8862L135.01562 139.83932L135.25 140.87057L135.4375 139.71432L136.76562 133.8862L137.89062 133.8862L135.82812 142.41745L134.79688 142.41745L133.03125 136.1987L132.90625 135.54245L132.76562 136.1987L130.95312 142.41745L129.92188 142.41745L127.859375 133.8862L128.98438 133.8862L130.32812 139.72995ZM141.95312 142.54245Q140.65625 142.54245 139.84375 141.6987Q139.04688 140.83932 139.04688 139.41745L139.04688 139.22995Q139.04688 138.27682 139.40625 137.54245Q139.76562 136.79245 140.40625 136.3862Q141.0625 135.96432 141.8125 135.96432Q143.04688 135.96432 143.73438 136.77682Q144.42188 137.58932 144.42188 139.10495L144.42188 139.55807L140.125 139.55807Q140.15625 140.49557 140.67188 141.0737Q141.20312 141.65182 142.01562 141.65182Q142.57812 141.65182 142.96875 141.41745Q143.375 141.18307 143.6875 140.79245L144.34375 141.30807Q143.54688 142.54245 141.95312 142.54245ZM141.8125 136.85495Q141.15625 136.85495 140.70312 137.33932Q140.26562 137.80807 140.17188 138.66745L143.34375 138.66745L143.34375 138.58932Q143.29688 137.7612 142.89062 137.30807Q142.5 136.85495 141.8125 136.85495ZM147.95312 142.54245Q146.65625 142.54245 145.84375 141.6987Q145.04688 140.83932 145.04688 139.41745L145.04688 139.22995Q145.04688 138.27682 145.40625 137.54245Q145.76562 136.79245 146.40625 136.3862Q147.0625 135.96432 147.8125 135.96432Q149.04688 135.96432 149.73438 136.77682Q150.42188 137.58932 150.42188 139.10495L150.42188 139.55807L146.125 139.55807Q146.15625 140.49557 146.67188 141.0737Q147.20312 141.65182 148.01562 141.65182Q148.57812 141.65182 148.96875 141.41745Q149.375 141.18307 149.6875 140.79245L150.34375 141.30807Q149.54688 142.54245 147.95312 142.54245ZM147.8125 136.85495Q147.15625 136.85495 146.70312 137.33932Q146.26562 137.80807 146.17188 138.66745L149.34375 138.66745L149.34375 138.58932Q149.29688 137.7612 148.89062 137.30807Q148.5 136.85495 147.8125 136.85495ZM153.09375 139.47995L152.40625 140.18307L152.40625 142.41745L151.32812 142.41745L151.32812 133.41745L152.40625 133.41745L152.40625 138.85495L152.98438 138.16745L154.96875 136.0737L156.28125 136.0737L153.8125 138.72995L156.57812 142.41745L155.29688 142.41745L153.09375 139.47995ZM158.5 142.41745L157.42188 142.41745L157.42188 133.41745L158.5 133.41745L158.5 142.41745ZM162.39062 140.8237L163.875 136.0737L165.03125 136.0737L162.48438 143.40182Q161.89062 144.97995 160.60938 144.97995L160.39062 144.96432L160.0 144.8862L160.0 144.0112L160.28125 144.02682Q160.84375 144.02682 161.14062 143.80807Q161.45312 143.58932 161.65625 142.99557L161.89062 142.33932L159.625 136.0737L160.8125 136.0737L162.39062 140.8237Z" fill-rule="nonzero"/><path fill="#666666" d="M123.9375 195.52238L126.734375 202.47551L129.51562 195.52238L130.98438 195.52238L130.98438 204.05363L129.85938 204.05363L129.85938 200.72551L129.96875 197.14738L127.15625 204.05363L126.296875 204.05363L123.5 197.16301L123.609375 200.72551L123.609375 204.05363L122.484375 204.05363L122.484375 195.52238L123.9375 195.52238ZM132.03125 200.81926Q132.03125 199.89738 132.39062 199.14738Q132.76562 198.39738 133.42188 198.00676Q134.07812 197.60051 134.90625 197.60051Q136.20312 197.60051 137.0 198.49113Q137.8125 199.38176 137.8125 200.88176L137.8125 200.95988Q137.8125 201.88176 137.45312 202.61613Q137.09375 203.35051 136.4375 203.77238Q135.78125 204.17863 134.92188 204.17863Q133.64062 204.17863 132.82812 203.28801Q132.03125 202.38176 132.03125 200.89738L132.03125 200.81926ZM133.125 200.95988Q133.125 202.00676 133.60938 202.64738Q134.10938 203.28801 134.92188 203.28801Q135.75 203.28801 136.23438 202.64738Q136.71875 201.99113 136.71875 200.81926Q136.71875 199.78801 136.21875 199.14738Q135.73438 198.49113 134.90625 198.49113Q134.10938 198.49113 133.60938 199.13176Q133.125 199.75676 133.125 200.95988ZM140.34375 197.70988L140.375 198.50676Q141.10938 197.60051 142.28125 197.60051Q144.29688 197.60051 144.3125 199.86613L144.3125 204.05363L143.21875 204.05363L143.21875 199.85051Q143.21875 199.17863 142.90625 198.85051Q142.60938 198.52238 141.95312 198.52238Q141.42188 198.52238 141.01562 198.80363Q140.625 199.08488 140.40625 199.53801L140.40625 204.05363L139.32812 204.05363L139.32812 197.70988L140.34375 197.70988ZM147.79688 196.17863L147.79688 197.70988L148.96875 197.70988L148.96875 198.55363L147.79688 198.55363L147.79688 202.47551Q147.79688 202.86613 147.95312 203.05363Q148.10938 203.24113 148.48438 203.24113Q148.67188 203.24113 149.0 203.17863L149.0 204.05363Q148.57812 204.17863 148.17188 204.17863Q147.45312 204.17863 147.07812 203.74113Q146.70312 203.28801 146.70312 202.47551L146.70312 198.55363L145.54688 198.55363L145.54688 197.70988L146.70312 197.70988L146.70312 196.17863L147.79688 196.17863ZM151.40625 198.47551Q152.125 197.60051 153.28125 197.60051Q155.29688 197.60051 155.3125 199.86613L155.3125 204.05363L154.21875 204.05363L154.21875 199.85051Q154.21875 199.17863 153.90625 198.85051Q153.60938 198.52238 152.95312 198.52238Q152.42188 198.52238 152.01562 198.80363Q151.625 199.08488 151.40625 199.53801L151.40625 204.05363L150.32812 204.05363L150.32812 195.05363L151.40625 195.05363L151.40625 198.47551ZM158.5 204.05363L157.42188 204.05363L157.42188 195.05363L158.5 195.05363L158.5 204.05363ZM162.39062 202.45988L163.875 197.70988L165.03125 197.70988L162.48438 205.03801Q161.89062 206.61613 160.60938 206.61613L160.39062 206.60051L160.0 206.52238L160.0 205.64738L160.28125 205.66301Q160.84375 205.66301 161.14062 205.44426Q161.45312 205.22551 161.65625 204.63176L161.89062 203.97551L159.625 197.70988L160.8125 197.70988L162.39062 202.45988Z" fill-rule="nonzero"/><path fill="#666666" d="M103.703125 265.68985L102.578125 265.68985L102.578125 257.1586L103.703125 257.1586L103.703125 265.68985ZM106.34375 259.3461L106.375 260.14297Q107.109375 259.23672 108.28125 259.23672Q110.296875 259.23672 110.3125 261.50235L110.3125 265.68985L109.21875 265.68985L109.21875 261.48672Q109.21875 260.81485 108.90625 260.48672Q108.609375 260.1586 107.953125 260.1586Q107.421875 260.1586 107.015625 260.43985Q106.625 260.7211 106.40625 261.17422L106.40625 265.68985L105.328125 265.68985L105.328125 259.3461L106.34375 259.3461ZM112.859375 265.68985L112.859375 260.18985L111.859375 260.18985L111.859375 259.3461L112.859375 259.3461L112.859375 258.70547Q112.859375 257.67422 113.390625 257.12735Q113.9375 256.56485 114.9375 256.56485Q115.3125 256.56485 115.6875 256.6586L115.625 257.54922Q115.34375 257.48672 115.046875 257.48672Q114.515625 257.48672 114.21875 257.79922Q113.9375 258.11172 113.9375 258.67422L113.9375 259.3461L115.296875 259.3461L115.296875 260.18985L113.9375 260.18985L113.9375 265.68985L112.859375 265.68985ZM119.390625 260.31485Q119.140625 260.2836 118.859375 260.2836Q117.78125 260.2836 117.40625 261.18985L117.40625 265.68985L116.328125 265.68985L116.328125 259.3461L117.375 259.3461L117.390625 260.08047Q117.921875 259.23672 118.90625 259.23672Q119.21875 259.23672 119.390625 259.31485L119.390625 260.31485ZM122.953125 265.81485Q121.65625 265.81485 120.84375 264.9711Q120.046875 264.11172 120.046875 262.68985L120.046875 262.50235Q120.046875 261.54922 120.40625 260.81485Q120.765625 260.06485 121.40625 259.6586Q122.0625 259.23672 122.8125 259.23672Q124.046875 259.23672 124.734375 260.04922Q125.421875 260.86172 125.421875 262.37735L125.421875 262.83047L121.125 262.83047Q121.15625 263.76797 121.671875 264.3461Q122.203125 264.92422 123.015625 264.92422Q123.578125 264.92422 123.96875 264.68985Q124.375 264.45547 124.6875 264.06485L125.34375 264.58047Q124.546875 265.81485 122.953125 265.81485ZM122.8125 260.12735Q122.15625 260.12735 121.703125 260.61172Q121.265625 261.08047 121.171875 261.93985L124.34375 261.93985L124.34375 261.86172Q124.296875 261.0336 123.890625 260.58047Q123.5 260.12735 122.8125 260.12735ZM126.0625 262.4711Q126.0625 260.9711 126.734375 260.11172Q127.421875 259.23672 128.57812 259.23672Q129.70312 259.23672 130.35938 259.98672L130.40625 259.3461L131.40625 259.3461L131.40625 268.12735L130.3125 268.12735L130.3125 265.0961Q129.65625 265.81485 128.57812 265.81485Q127.421875 265.81485 126.734375 264.92422Q126.0625 264.01797 126.0625 262.54922L126.0625 262.4711ZM127.140625 262.5961Q127.140625 263.67422 127.59375 264.29922Q128.0625 264.92422 128.84375 264.92422Q129.8125 264.92422 130.3125 264.06485L130.3125 260.95547Q129.79688 260.12735 128.85938 260.12735Q128.0625 260.12735 127.59375 260.75235Q127.140625 261.37735 127.140625 262.5961ZM137.23438 265.06485Q136.60938 265.81485 135.375 265.81485Q134.35938 265.81485 133.82812 265.2211Q133.29688 264.62735 133.29688 263.4711L133.29688 259.3461L134.375 259.3461L134.375 263.43985Q134.375 264.89297 135.54688 264.89297Q136.79688 264.89297 137.20312 263.95547L137.20312 259.3461L138.29688 259.3461L138.29688 265.68985L137.26562 265.68985L137.23438 265.06485ZM142.95312 265.81485Q141.65625 265.81485 140.84375 264.9711Q140.04688 264.11172 140.04688 262.68985L140.04688 262.50235Q140.04688 261.54922 140.40625 260.81485Q140.76562 260.06485 141.40625 259.6586Q142.0625 259.23672 142.8125 259.23672Q144.04688 259.23672 144.73438 260.04922Q145.42188 260.86172 145.42188 262.37735L145.42188 262.83047L141.125 262.83047Q141.15625 263.76797 141.67188 264.3461Q142.20312 264.92422 143.01562 264.92422Q143.57812 264.92422 143.96875 264.68985Q144.375 264.45547 144.6875 264.06485L145.34375 264.58047Q144.54688 265.81485 142.95312 265.81485ZM142.8125 260.12735Q142.15625 260.12735 141.70312 260.61172Q141.26562 261.08047 141.17188 261.93985L144.34375 261.93985L144.34375 261.86172Q144.29688 261.0336 143.89062 260.58047Q143.5 260.12735 142.8125 260.12735ZM147.34375 259.3461L147.375 260.14297Q148.10938 259.23672 149.28125 259.23672Q151.29688 259.23672 151.3125 261.50235L151.3125 265.68985L150.21875 265.68985L150.21875 261.48672Q150.21875 260.81485 149.90625 260.48672Q149.60938 260.1586 148.95312 260.1586Q148.42188 260.1586 148.01562 260.43985Q147.625 260.7211 147.40625 261.17422L147.40625 265.68985L146.32812 265.68985L146.32812 259.3461L147.34375 259.3461ZM154.79688 257.81485L154.79688 259.3461L155.96875 259.3461L155.96875 260.18985L154.79688 260.18985L154.79688 264.11172Q154.79688 264.50235 154.95312 264.68985Q155.10938 264.87735 155.48438 264.87735Q155.67188 264.87735 156.0 264.81485L156.0 265.68985Q155.57812 265.81485 155.17188 265.81485Q154.45312 265.81485 154.07812 265.37735Q153.70312 264.92422 153.70312 264.11172L153.70312 260.18985L152.54688 260.18985L152.54688 259.3461L153.70312 259.3461L153.70312 257.81485L154.79688 257.81485ZM158.5 265.68985L157.42188 265.68985L157.42188 256.68985L158.5 256.68985L158.5 265.68985ZM162.39062 264.0961L163.875 259.3461L165.03125 259.3461L162.48438 266.67422Q161.89062 268.25235 160.60938 268.25235L160.39062 268.23672L160.0 268.1586L160.0 267.2836L160.28125 267.29922Q160.84375 267.29922 161.14062 267.08047Q161.45312 266.86172 161.65625 266.26797L161.89062 265.61172L159.625 259.3461L160.8125 259.3461L162.39062 264.0961Z" fill-rule="nonzero"/><path fill="#666666" d="M142.04688 327.32602L140.92188 327.32602L136.625 320.7479L136.625 327.32602L135.48438 327.32602L135.48438 318.79477L136.625 318.79477L140.92188 325.40414L140.92188 318.79477L142.04688 318.79477L142.04688 327.32602ZM146.95312 327.45102Q145.65625 327.45102 144.84375 326.60727Q144.04688 325.7479 144.04688 324.32602L144.04688 324.13852Q144.04688 323.1854 144.40625 322.45102Q144.76562 321.70102 145.40625 321.29477Q146.0625 320.8729 146.8125 320.8729Q148.04688 320.8729 148.73438 321.6854Q149.42188 322.4979 149.42188 324.01352L149.42188 324.46664L145.125 324.46664Q145.15625 325.40414 145.67188 325.98227Q146.20312 326.5604 147.01562 326.5604Q147.57812 326.5604 147.96875 326.32602Q148.375 326.09164 148.6875 325.70102L149.34375 326.21664Q148.54688 327.45102 146.95312 327.45102ZM146.8125 321.76352Q146.15625 321.76352 145.70312 322.2479Q145.26562 322.71664 145.17188 323.57602L148.34375 323.57602L148.34375 323.4979Q148.29688 322.66977 147.89062 322.21664Q147.5 321.76352 146.8125 321.76352ZM152.40625 325.85727L153.98438 320.98227L155.09375 320.98227L152.8125 327.32602L151.98438 327.32602L149.6875 320.98227L150.79688 320.98227L152.40625 325.85727ZM158.95312 327.45102Q157.65625 327.45102 156.84375 326.60727Q156.04688 325.7479 156.04688 324.32602L156.04688 324.13852Q156.04688 323.1854 156.40625 322.45102Q156.76562 321.70102 157.40625 321.29477Q158.0625 320.8729 158.8125 320.8729Q160.04688 320.8729 160.73438 321.6854Q161.42188 322.4979 161.42188 324.01352L161.42188 324.46664L157.125 324.46664Q157.15625 325.40414 157.67188 325.98227Q158.20312 326.5604 159.01562 326.5604Q159.57812 326.5604 159.96875 326.32602Q160.375 326.09164 160.6875 325.70102L161.34375 326.21664Q160.54688 327.45102 158.95312 327.45102ZM158.8125 321.76352Q158.15625 321.76352 157.70312 322.2479Q157.26562 322.71664 157.17188 323.57602L160.34375 323.57602L160.34375 323.4979Q160.29688 322.66977 159.89062 322.21664Q159.5 321.76352 158.8125 321.76352ZM165.39062 321.95102Q165.14062 321.91977 164.85938 321.91977Q163.78125 321.91977 163.40625 322.82602L163.40625 327.32602L162.32812 327.32602L162.32812 320.98227L163.375 320.98227L163.39062 321.71664Q163.92188 320.8729 164.90625 320.8729Q165.21875 320.8729 165.39062 320.95102L165.39062 321.95102Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 378.78983Q169.5625 380.69608 168.90625 381.63358Q168.26562 382.55545 166.875 382.55545Q165.51562 382.55545 164.85938 381.6492Q164.20312 380.74295 164.17188 378.93045L164.17188 377.49295Q164.17188 375.60233 164.8125 374.69608Q165.46875 373.7742 166.85938 373.7742Q168.23438 373.7742 168.89062 374.66483Q169.54688 375.53983 169.5625 377.38358L169.5625 378.78983ZM168.46875 377.30545Q168.46875 375.93045 168.07812 375.30545Q167.70312 374.66483 166.85938 374.66483Q166.03125 374.66483 165.64062 375.30545Q165.26562 375.93045 165.26562 377.22733L165.26562 378.9617Q165.26562 380.3367 165.65625 381.00858Q166.0625 381.66483 166.875 381.66483Q167.67188 381.66483 168.0625 381.03983Q168.45312 380.41483 168.46875 379.0867L168.46875 377.30545ZM171.10938 375.53983Q171.10938 374.7742 171.59375 374.2742Q172.09375 373.7742 172.85938 373.7742Q173.64062 373.7742 174.125 374.2742Q174.60938 374.7742 174.60938 375.57108L174.60938 375.99295Q174.60938 376.75858 174.10938 377.25858Q173.625 377.74295 172.875 377.74295Q172.10938 377.74295 171.60938 377.25858Q171.10938 376.75858 171.10938 375.94608L171.10938 375.53983ZM171.92188 375.99295Q171.92188 376.44608 172.17188 376.74295Q172.4375 377.03983 172.875 377.03983Q173.29688 377.03983 173.54688 376.75858Q173.79688 376.4617 173.79688 375.9617L173.79688 375.53983Q173.79688 375.0867 173.54688 374.78983Q173.29688 374.47733 172.85938 374.47733Q172.42188 374.47733 172.17188 374.78983Q171.92188 375.0867 171.92188 375.55545L171.92188 375.99295ZM175.26562 380.3367Q175.26562 379.57108 175.75 379.0867Q176.25 378.5867 177.01562 378.5867Q177.78125 378.5867 178.26562 379.0867Q178.76562 379.57108 178.76562 380.38358L178.76562 380.78983Q178.76562 381.55545 178.28125 382.05545Q177.79688 382.55545 177.03125 382.55545Q176.26562 382.55545 175.76562 382.07108Q175.26562 381.57108 175.26562 380.75858L175.26562 380.3367ZM176.07812 380.78983Q176.07812 381.25858 176.32812 381.55545Q176.59375 381.85233 177.03125 381.85233Q177.45312 381.85233 177.70312 381.57108Q177.95312 381.2742 177.95312 380.7742L177.95312 380.3367Q177.95312 379.86795 177.6875 379.5867Q177.4375 379.28983 177.01562 379.28983Q176.59375 379.28983 176.32812 379.5867Q176.07812 379.86795 176.07812 380.36795L176.07812 380.78983ZM173.125 381.78983L172.5 381.3992L176.67188 374.72733L177.28125 375.11795L173.125 381.78983Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 382.43045L260.197 382.43045L260.197 381.6492L263.15012 378.36795Q263.80637 377.61795 264.05637 377.16483Q264.30637 376.69608 264.30637 376.19608Q264.30637 375.5242 263.90012 375.10233Q263.5095 374.66483 262.822 374.66483Q262.02512 374.66483 261.572 375.13358Q261.11887 375.5867 261.11887 376.41483L260.04074 376.41483Q260.04074 375.22733 260.79074 374.50858Q261.55637 373.7742 262.822 373.7742Q264.02512 373.7742 264.71262 374.3992Q265.40012 375.0242 265.40012 376.07108Q265.40012 377.32108 263.79074 379.07108L261.5095 381.53983L265.79074 381.53983L265.79074 382.43045ZM272.55637 378.78983Q272.55637 380.69608 271.90012 381.63358Q271.2595 382.55545 269.86887 382.55545Q268.5095 382.55545 267.85324 381.6492Q267.197 380.74295 267.16574 378.93045L267.16574 377.49295Q267.16574 375.60233 267.80637 374.69608Q268.46262 373.7742 269.85324 373.7742Q271.22824 373.7742 271.8845 374.66483Q272.54074 375.53983 272.55637 377.38358L272.55637 378.78983ZM271.46262 377.30545Q271.46262 375.93045 271.072 375.30545Q270.697 374.66483 269.85324 374.66483Q269.02512 374.66483 268.6345 375.30545Q268.2595 375.93045 268.2595 377.22733L268.2595 378.9617Q268.2595 380.3367 268.65012 381.00858Q269.05637 381.66483 269.86887 381.66483Q270.66574 381.66483 271.05637 381.03983Q271.447 380.41483 271.46262 379.0867L271.46262 377.30545ZM274.10324 375.53983Q274.10324 374.7742 274.58762 374.2742Q275.08762 373.7742 275.85324 373.7742Q276.6345 373.7742 277.11887 374.2742Q277.60324 374.7742 277.60324 375.57108L277.60324 375.99295Q277.60324 376.75858 277.10324 377.25858Q276.61887 377.74295 275.86887 377.74295Q275.10324 377.74295 274.60324 377.25858Q274.10324 376.75858 274.10324 375.94608L274.10324 375.53983ZM274.91574 375.99295Q274.91574 376.44608 275.16574 376.74295Q275.43137 377.03983 275.86887 377.03983Q276.29074 377.03983 276.54074 376.75858Q276.79074 376.4617 276.79074 375.9617L276.79074 375.53983Q276.79074 375.0867 276.54074 374.78983Q276.29074 374.47733 275.85324 374.47733Q275.41574 374.47733 275.16574 374.78983Q274.91574 375.0867 274.91574 375.55545L274.91574 375.99295ZM278.2595 380.3367Q278.2595 379.57108 278.74387 379.0867Q279.24387 378.5867 280.0095 378.5867Q280.77512 378.5867 281.2595 379.0867Q281.7595 379.57108 281.7595 380.38358L281.7595 380.78983Q281.7595 381.55545 281.27512 382.05545Q280.79074 382.55545 280.02512 382.55545Q279.2595 382.55545 278.7595 382.07108Q278.2595 381.57108 278.2595 380.75858L278.2595 380.3367ZM279.072 380.78983Q279.072 381.25858 279.322 381.55545Q279.58762 381.85233 280.02512 381.85233Q280.447 381.85233 280.697 381.57108Q280.947 381.2742 280.947 380.7742L280.947 380.3367Q280.947 379.86795 280.68137 379.5867Q280.43137 379.28983 280.0095 379.28983Q279.58762 379.28983 279.322 379.5867Q279.072 379.86795 279.072 380.36795L279.072 380.78983ZM276.11887 381.78983L275.49387 381.3992L279.66574 374.72733L280.27512 375.11795L276.11887 381.78983Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 379.57108L365.45645 379.57108L365.45645 380.44608L364.26895 380.44608L364.26895 382.43045L363.19083 382.43045L363.19083 380.44608L359.3002 380.44608L359.3002 379.80545L363.1127 373.8992L364.26895 373.8992L364.26895 379.57108ZM360.53458 379.57108L363.19083 379.57108L363.19083 375.38358L363.0502 375.61795L360.53458 379.57108ZM372.0502 378.78983Q372.0502 380.69608 371.39395 381.63358Q370.75333 382.55545 369.3627 382.55545Q368.00333 382.55545 367.34708 381.6492Q366.69083 380.74295 366.65958 378.93045L366.65958 377.49295Q366.65958 375.60233 367.3002 374.69608Q367.95645 373.7742 369.34708 373.7742Q370.72208 373.7742 371.37833 374.66483Q372.03458 375.53983 372.0502 377.38358L372.0502 378.78983ZM370.95645 377.30545Q370.95645 375.93045 370.56583 375.30545Q370.19083 374.66483 369.34708 374.66483Q368.51895 374.66483 368.12833 375.30545Q367.75333 375.93045 367.75333 377.22733L367.75333 378.9617Q367.75333 380.3367 368.14395 381.00858Q368.5502 381.66483 369.3627 381.66483Q370.15958 381.66483 370.5502 381.03983Q370.94083 380.41483 370.95645 379.0867L370.95645 377.30545ZM373.59708 375.53983Q373.59708 374.7742 374.08145 374.2742Q374.58145 373.7742 375.34708 373.7742Q376.12833 373.7742 376.6127 374.2742Q377.09708 374.7742 377.09708 375.57108L377.09708 375.99295Q377.09708 376.75858 376.59708 377.25858Q376.1127 377.74295 375.3627 377.74295Q374.59708 377.74295 374.09708 377.25858Q373.59708 376.75858 373.59708 375.94608L373.59708 375.53983ZM374.40958 375.99295Q374.40958 376.44608 374.65958 376.74295Q374.9252 377.03983 375.3627 377.03983Q375.78458 377.03983 376.03458 376.75858Q376.28458 376.4617 376.28458 375.9617L376.28458 375.53983Q376.28458 375.0867 376.03458 374.78983Q375.78458 374.47733 375.34708 374.47733Q374.90958 374.47733 374.65958 374.78983Q374.40958 375.0867 374.40958 375.55545L374.40958 375.99295ZM377.75333 380.3367Q377.75333 379.57108 378.2377 379.0867Q378.7377 378.5867 379.50333 378.5867Q380.26895 378.5867 380.75333 379.0867Q381.25333 379.57108 381.25333 380.38358L381.25333 380.78983Q381.25333 381.55545 380.76895 382.05545Q380.28458 382.55545 379.51895 382.55545Q378.75333 382.55545 378.25333 382.07108Q377.75333 381.57108 377.75333 380.75858L377.75333 380.3367ZM378.56583 380.78983Q378.56583 381.25858 378.81583 381.55545Q379.08145 381.85233 379.51895 381.85233Q379.94083 381.85233 380.19083 381.57108Q380.44083 381.2742 380.44083 380.7742L380.44083 380.3367Q380.44083 379.86795 380.1752 379.5867Q379.9252 379.28983 379.50333 379.28983Q379.08145 379.28983 378.81583 379.5867Q378.56583 379.86795 378.56583 380.36795L378.56583 380.78983ZM375.6127 381.78983L374.9877 381.3992L379.15958 374.72733L379.76895 375.11795L375.6127 381.78983Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 373.8992L463.45032 374.80545L463.2472 374.80545Q461.98157 374.8367 461.23157 375.57108Q460.48157 376.28983 460.35657 377.60233Q461.04407 376.8367 462.20032 376.8367Q463.3097 376.8367 463.98157 377.61795Q464.65344 378.3992 464.65344 379.6492Q464.65344 380.9617 463.9347 381.75858Q463.21594 382.55545 461.9972 382.55545Q460.77844 382.55545 460.01282 381.61795Q459.26282 380.66483 459.26282 379.18045L459.26282 378.7742Q459.26282 376.41483 460.26282 375.16483Q461.26282 373.91483 463.2472 373.8992L463.45032 373.8992ZM462.02844 377.74295Q461.46594 377.74295 460.9972 378.07108Q460.52844 378.3992 460.34094 378.91483L460.34094 379.30545Q460.34094 380.36795 460.8097 381.00858Q461.29407 381.6492 461.9972 381.6492Q462.73157 381.6492 463.15344 381.11795Q463.57532 380.57108 463.57532 379.69608Q463.57532 378.82108 463.15344 378.28983Q462.73157 377.74295 462.02844 377.74295ZM471.54407 378.78983Q471.54407 380.69608 470.88782 381.63358Q470.2472 382.55545 468.85657 382.55545Q467.4972 382.55545 466.84094 381.6492Q466.1847 380.74295 466.15344 378.93045L466.15344 377.49295Q466.15344 375.60233 466.79407 374.69608Q467.45032 373.7742 468.84094 373.7742Q470.21594 373.7742 470.8722 374.66483Q471.52844 375.53983 471.54407 377.38358L471.54407 378.78983ZM470.45032 377.30545Q470.45032 375.93045 470.0597 375.30545Q469.6847 374.66483 468.84094 374.66483Q468.01282 374.66483 467.6222 375.30545Q467.2472 375.93045 467.2472 377.22733L467.2472 378.9617Q467.2472 380.3367 467.63782 381.00858Q468.04407 381.66483 468.85657 381.66483Q469.65344 381.66483 470.04407 381.03983Q470.4347 380.41483 470.45032 379.0867L470.45032 377.30545ZM473.09094 375.53983Q473.09094 374.7742 473.57532 374.2742Q474.07532 373.7742 474.84094 373.7742Q475.6222 373.7742 476.10657 374.2742Q476.59094 374.7742 476.59094 375.57108L476.59094 375.99295Q476.59094 376.75858 476.09094 377.25858Q475.60657 377.74295 474.85657 377.74295Q474.09094 377.74295 473.59094 377.25858Q473.09094 376.75858 473.09094 375.94608L473.09094 375.53983ZM473.90344 375.99295Q473.90344 376.44608 474.15344 376.74295Q474.41907 377.03983 474.85657 377.03983Q475.27844 377.03983 475.52844 376.75858Q475.77844 376.4617 475.77844 375.9617L475.77844 375.53983Q475.77844 375.0867 475.52844 374.78983Q475.27844 374.47733 474.84094 374.47733Q474.40344 374.47733 474.15344 374.78983Q473.90344 375.0867 473.90344 375.55545L473.90344 375.99295ZM477.2472 380.3367Q477.2472 379.57108 477.73157 379.0867Q478.23157 378.5867 478.9972 378.5867Q479.76282 378.5867 480.2472 379.0867Q480.7472 379.57108 480.7472 380.38358L480.7472 380.78983Q480.7472 381.55545 480.26282 382.05545Q479.77844 382.55545 479.01282 382.55545Q478.2472 382.55545 477.7472 382.07108Q477.2472 381.57108 477.2472 380.75858L477.2472 380.3367ZM478.0597 380.78983Q478.0597 381.25858 478.3097 381.55545Q478.57532 381.85233 479.01282 381.85233Q479.4347 381.85233 479.6847 381.57108Q479.9347 381.2742 479.9347 380.7742L479.9347 380.3367Q479.9347 379.86795 479.66907 379.5867Q479.41907 379.28983 478.9972 379.28983Q478.57532 379.28983 478.3097 379.5867Q478.0597 379.86795 478.0597 380.36795L478.0597 380.78983ZM475.10657 381.78983L474.48157 381.3992L478.65344 374.72733L479.26282 375.11795L475.10657 381.78983Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 376.11795Q563.866 376.75858 563.5223 377.25858Q563.1785 377.75858 562.616 378.03983Q563.2723 378.32108 563.6629 378.88358Q564.0535 379.43045 564.0535 380.13358Q564.0535 381.22733 563.3035 381.8992Q562.56915 382.55545 561.3504 382.55545Q560.116 382.55545 559.366 381.8992Q558.63165 381.22733 558.63165 380.13358Q558.63165 379.43045 559.00665 378.88358Q559.38165 378.32108 560.0535 378.03983Q559.491 377.75858 559.1629 377.25858Q558.8348 376.75858 558.8348 376.11795Q558.8348 375.03983 559.5223 374.41483Q560.2098 373.7742 561.3504 373.7742Q562.4754 373.7742 563.1629 374.41483Q563.866 375.03983 563.866 376.11795ZM562.9754 380.10233Q562.9754 379.38358 562.5223 378.94608Q562.06915 378.49295 561.3348 378.49295Q560.6004 378.49295 560.1473 378.94608Q559.7098 379.38358 559.7098 380.11795Q559.7098 380.8367 560.1473 381.25858Q560.5848 381.66483 561.3504 381.66483Q562.1004 381.66483 562.5379 381.24295Q562.9754 380.82108 562.9754 380.10233ZM561.3504 374.66483Q560.7098 374.66483 560.3035 375.07108Q559.9129 375.4617 559.9129 376.1492Q559.9129 376.78983 560.3035 377.19608Q560.69415 377.60233 561.3348 377.60233Q561.991 377.60233 562.38165 377.19608Q562.7723 376.78983 562.7723 376.1492Q562.7723 375.49295 562.366 375.0867Q561.9598 374.66483 561.3504 374.66483ZM571.0379 378.78983Q571.0379 380.69608 570.38165 381.63358Q569.741 382.55545 568.3504 382.55545Q566.991 382.55545 566.3348 381.6492Q565.6785 380.74295 565.6473 378.93045L565.6473 377.49295Q565.6473 375.60233 566.2879 374.69608Q566.94415 373.7742 568.3348 373.7742Q569.7098 373.7742 570.366 374.66483Q571.0223 375.53983 571.0379 377.38358L571.0379 378.78983ZM569.94415 377.30545Q569.94415 375.93045 569.5535 375.30545Q569.1785 374.66483 568.3348 374.66483Q567.50665 374.66483 567.116 375.30545Q566.741 375.93045 566.741 377.22733L566.741 378.9617Q566.741 380.3367 567.13165 381.00858Q567.5379 381.66483 568.3504 381.66483Q569.1473 381.66483 569.5379 381.03983Q569.9285 380.41483 569.94415 379.0867L569.94415 377.30545ZM572.5848 375.53983Q572.5848 374.7742 573.06915 374.2742Q573.56915 373.7742 574.3348 373.7742Q575.116 373.7742 575.6004 374.2742Q576.0848 374.7742 576.0848 375.57108L576.0848 375.99295Q576.0848 376.75858 575.5848 377.25858Q575.1004 377.74295 574.3504 377.74295Q573.5848 377.74295 573.0848 377.25858Q572.5848 376.75858 572.5848 375.94608L572.5848 375.53983ZM573.3973 375.99295Q573.3973 376.44608 573.6473 376.74295Q573.9129 377.03983 574.3504 377.03983Q574.7723 377.03983 575.0223 376.75858Q575.2723 376.4617 575.2723 375.9617L575.2723 375.53983Q575.2723 375.0867 575.0223 374.78983Q574.7723 374.47733 574.3348 374.47733Q573.8973 374.47733 573.6473 374.78983Q573.3973 375.0867 573.3973 375.55545L573.3973 375.99295ZM576.741 380.3367Q576.741 379.57108 577.2254 379.0867Q577.7254 378.5867 578.491 378.5867Q579.25665 378.5867 579.741 379.0867Q580.241 379.57108 580.241 380.38358L580.241 380.78983Q580.241 381.55545 579.75665 382.05545Q579.2723 382.55545 578.50665 382.55545Q577.741 382.55545 577.241 382.07108Q576.741 381.57108 576.741 380.75858L576.741 380.3367ZM577.5535 380.78983Q577.5535 381.25858 577.8035 381.55545Q578.06915 381.85233 578.50665 381.85233Q578.9285 381.85233 579.1785 381.57108Q579.4285 381.2742 579.4285 380.7742L579.4285 380.3367Q579.4285 379.86795 579.1629 379.5867Q578.9129 379.28983 578.491 379.28983Q578.06915 379.28983 577.8035 379.5867Q577.5535 379.86795 577.5535 380.36795L577.5535 380.78983ZM574.6004 381.78983L573.9754 381.3992L578.1473 374.72733L578.75665 375.11795L574.6004 381.78983Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M223.21387 420.66525C223.21387 420.11298 223.66158 419.66525 224.21387 419.66525L234.21387 419.66525C234.76616 419.66525 235.21387 420.11298 235.21387 420.66525L235.21387 430.66525C235.21387 431.21753 234.76616 431.66525 234.21387 431.66525L224.21387 431.66525C223.66158 431.66525 223.21387 431.21753 223.21387 430.66525Z" fill-rule="nonzero"/><path fill="#666666" d="M249.51074 430.16525L243.91699 430.16525L243.91699 429.384L246.87012 426.10275Q247.52637 425.35275 247.77637 424.89963Q248.02637 424.43088 248.02637 423.93088Q248.02637 423.259 247.62012 422.83713Q247.22949 422.39963 246.54199 422.39963Q245.74512 422.39963 245.29199 422.86838Q244.83887 423.3215 244.83887 424.14963L243.76074 424.14963Q243.76074 422.96213 244.51074 422.24338Q245.27637 421.509 246.54199 421.509Q247.74512 421.509 248.43262 422.134Q249.12012 422.759 249.12012 423.80588Q249.12012 425.05588 247.51074 426.80588L245.22949 429.27463L249.51074 429.27463L249.51074 430.16525ZM256.27637 426.52463Q256.27637 428.43088 255.62012 429.36838Q254.97949 430.29025 253.58887 430.29025Q252.22949 430.29025 251.57324 429.384Q250.91699 428.47775 250.88574 426.66525L250.88574 425.22775Q250.88574 423.33713 251.52637 422.43088Q252.18262 421.509 253.57324 421.509Q254.94824 421.509 255.60449 422.39963Q256.26074 423.27463 256.27637 425.11838L256.27637 426.52463ZM255.18262 425.04025Q255.18262 423.66525 254.79199 423.04025Q254.41699 422.39963 253.57324 422.39963Q252.74512 422.39963 252.35449 423.04025Q251.97949 423.66525 251.97949 424.96213L251.97949 426.6965Q251.97949 428.0715 252.37012 428.74338Q252.77637 429.39963 253.58887 429.39963Q254.38574 429.39963 254.77637 428.77463Q255.16699 428.14963 255.18262 426.8215L255.18262 425.04025ZM261.4795 430.16525L260.40137 430.16525L260.40137 422.9465L258.21387 423.74338L258.21387 422.759L261.32324 421.58713L261.4795 421.58713L261.4795 430.16525ZM269.18262 421.634L269.18262 422.54025L268.9795 422.54025Q267.71387 422.5715 266.96387 423.30588Q266.21387 424.02463 266.08887 425.33713Q266.77637 424.5715 267.93262 424.5715Q269.042 424.5715 269.71387 425.35275Q270.38574 426.134 270.38574 427.384Q270.38574 428.6965 269.667 429.49338Q268.94824 430.29025 267.7295 430.29025Q266.51074 430.29025 265.74512 429.35275Q264.99512 428.39963 264.99512 426.91525L264.99512 426.509Q264.99512 424.14963 265.99512 422.89963Q266.99512 421.64963 268.9795 421.634L269.18262 421.634ZM267.76074 425.47775Q267.19824 425.47775 266.7295 425.80588Q266.26074 426.134 266.07324 426.64963L266.07324 427.04025Q266.07324 428.10275 266.542 428.74338Q267.02637 429.384 267.7295 429.384Q268.46387 429.384 268.88574 428.85275Q269.30762 428.30588 269.30762 427.43088Q269.30762 426.55588 268.88574 426.02463Q268.46387 425.47775 267.76074 425.47775Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M287.21387 420.66525C287.21387 420.11298 287.6616 419.66525 288.21387 419.66525L298.21387 419.66525C298.76614 419.66525 299.21387 420.11298 299.21387 420.66525L299.21387 430.66525C299.21387 431.21753 298.76614 431.66525 298.21387 431.66525L288.21387 431.66525C287.6616 431.66525 287.21387 431.21753 287.21387 430.66525Z" fill-rule="nonzero"/><path fill="#666666" d="M313.51074 430.16525L307.917 430.16525L307.917 429.384L310.87012 426.10275Q311.52637 425.35275 311.77637 424.89963Q312.02637 424.43088 312.02637 423.93088Q312.02637 423.259 311.62012 422.83713Q311.2295 422.39963 310.542 422.39963Q309.74512 422.39963 309.292 422.86838Q308.83887 423.3215 308.83887 424.14963L307.76074 424.14963Q307.76074 422.96213 308.51074 422.24338Q309.27637 421.509 310.542 421.509Q311.74512 421.509 312.43262 422.134Q313.12012 422.759 313.12012 423.80588Q313.12012 425.05588 311.51074 426.80588L309.2295 429.27463L313.51074 429.27463L313.51074 430.16525ZM320.27637 426.52463Q320.27637 428.43088 319.62012 429.36838Q318.9795 430.29025 317.58887 430.29025Q316.2295 430.29025 315.57324 429.384Q314.917 428.47775 314.88574 426.66525L314.88574 425.22775Q314.88574 423.33713 315.52637 422.43088Q316.18262 421.509 317.57324 421.509Q318.94824 421.509 319.6045 422.39963Q320.26074 423.27463 320.27637 425.11838L320.27637 426.52463ZM319.18262 425.04025Q319.18262 423.66525 318.792 423.04025Q318.417 422.39963 317.57324 422.39963Q316.74512 422.39963 316.3545 423.04025Q315.9795 423.66525 315.9795 424.96213L315.9795 426.6965Q315.9795 428.0715 316.37012 428.74338Q316.77637 429.39963 317.58887 429.39963Q318.38574 429.39963 318.77637 428.77463Q319.167 428.14963 319.18262 426.8215L319.18262 425.04025ZM325.4795 430.16525L324.40137 430.16525L324.40137 422.9465L322.21387 423.74338L322.21387 422.759L325.32324 421.58713L325.4795 421.58713L325.4795 430.16525ZM334.43262 422.24338L330.90137 430.16525L329.76074 430.16525L333.27637 422.52463L328.667 422.52463L328.667 421.634L334.43262 421.634L334.43262 422.24338Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M351.21387 420.66525C351.21387 420.11298 351.6616 419.66525 352.21387 419.66525L362.21387 419.66525C362.76614 419.66525 363.21387 420.11298 363.21387 420.66525L363.21387 430.66525C363.21387 431.21753 362.76614 431.66525 362.21387 431.66525L352.21387 431.66525C351.6616 431.66525 351.21387 431.21753 351.21387 430.66525Z" fill-rule="nonzero"/><path fill="#666666" d="M377.51074 430.16525L371.917 430.16525L371.917 429.384L374.87012 426.10275Q375.52637 425.35275 375.77637 424.89963Q376.02637 424.43088 376.02637 423.93088Q376.02637 423.259 375.62012 422.83713Q375.2295 422.39963 374.542 422.39963Q373.74512 422.39963 373.292 422.86838Q372.83887 423.3215 372.83887 424.14963L371.76074 424.14963Q371.76074 422.96213 372.51074 422.24338Q373.27637 421.509 374.542 421.509Q375.74512 421.509 376.43262 422.134Q377.12012 422.759 377.12012 423.80588Q377.12012 425.05588 375.51074 426.80588L373.2295 429.27463L377.51074 429.27463L377.51074 430.16525ZM384.27637 426.52463Q384.27637 428.43088 383.62012 429.36838Q382.9795 430.29025 381.58887 430.29025Q380.2295 430.29025 379.57324 429.384Q378.917 428.47775 378.88574 426.66525L378.88574 425.22775Q378.88574 423.33713 379.52637 422.43088Q380.18262 421.509 381.57324 421.509Q382.94824 421.509 383.6045 422.39963Q384.26074 423.27463 384.27637 425.11838L384.27637 426.52463ZM383.18262 425.04025Q383.18262 423.66525 382.792 423.04025Q382.417 422.39963 381.57324 422.39963Q380.74512 422.39963 380.3545 423.04025Q379.9795 423.66525 379.9795 424.96213L379.9795 426.6965Q379.9795 428.0715 380.37012 428.74338Q380.77637 429.39963 381.58887 429.39963Q382.38574 429.39963 382.77637 428.77463Q383.167 428.14963 383.18262 426.8215L383.18262 425.04025ZM389.4795 430.16525L388.40137 430.16525L388.40137 422.9465L386.21387 423.74338L386.21387 422.759L389.32324 421.58713L389.4795 421.58713L389.4795 430.16525ZM398.1045 423.85275Q398.1045 424.49338 397.76074 424.99338Q397.417 425.49338 396.8545 425.77463Q397.51074 426.05588 397.90137 426.61838Q398.292 427.16525 398.292 427.86838Q398.292 428.96213 397.542 429.634Q396.80762 430.29025 395.58887 430.29025Q394.3545 430.29025 393.6045 429.634Q392.87012 428.96213 392.87012 427.86838Q392.87012 427.16525 393.24512 426.61838Q393.62012 426.05588 394.292 425.77463Q393.7295 425.49338 393.40137 424.99338Q393.07324 424.49338 393.07324 423.85275Q393.07324 422.77463 393.76074 422.14963Q394.44824 421.509 395.58887 421.509Q396.71387 421.509 397.40137 422.14963Q398.1045 422.77463 398.1045 423.85275ZM397.21387 427.83713Q397.21387 427.11838 396.76074 426.68088Q396.30762 426.22775 395.57324 426.22775Q394.83887 426.22775 394.38574 426.68088Q393.94824 427.11838 393.94824 427.85275Q393.94824 428.5715 394.38574 428.99338Q394.82324 429.39963 395.58887 429.39963Q396.33887 429.39963 396.77637 428.97775Q397.21387 428.55588 397.21387 427.83713ZM395.58887 422.39963Q394.94824 422.39963 394.542 422.80588Q394.15137 423.1965 394.15137 423.884Q394.15137 424.52463 394.542 424.93088Q394.93262 425.33713 395.57324 425.33713Q396.2295 425.33713 396.62012 424.93088Q397.01074 424.52463 397.01074 423.884Q397.01074 423.22775 396.6045 422.8215Q396.19824 422.39963 395.58887 422.39963Z" fill-rule="nonzero"/><path fill="#00add8" d="M415.21387 420.66525C415.21387 420.11298 415.6616 419.66525 416.21387 419.66525L426.21387 419.66525C426.76614 419.66525 427.21387 420.11298 427.21387 420.66525L427.21387 430.66525C427.21387 431.21753 426.76614 431.66525 426.21387 431.66525L416.21387 431.66525C415.6616 431.66525 415.21387 431.21753 415.21387 430.66525Z" fill-rule="nonzero"/><path fill="#666666" d="M441.51074 430.16525L435.917 430.16525L435.917 429.384L438.87012 426.10275Q439.52637 425.35275 439.77637 424.89963Q440.02637 424.43088 440.02637 423.93088Q440.02637 423.259 439.62012 422.83713Q439.2295 422.39963 438.542 422.39963Q437.74512 422.39963 437.292 422.86838Q436.83887 423.3215 436.83887 424.14963L435.76074 424.14963Q435.76074 422.96213 436.51074 422.24338Q437.27637 421.509 438.542 421.509Q439.74512 421.509 440.43262 422.134Q441.12012 422.759 441.12012 423.80588Q441.12012 425.05588 439.51074 426.80588L437.2295 429.27463L441.51074 429.27463L441.51074 430.16525ZM448.27637 426.52463Q448.27637 428.43088 447.62012 429.36838Q446.9795 430.29025 445.58887 430.29025Q444.2295 430.29025 443.57324 429.384Q442.917 428.47775 442.88574 426.66525L442.88574 425.22775Q442.88574 423.33713 443.52637 422.43088Q444.18262 421.509 445.57324 421.509Q446.94824 421.509 447.6045 422.39963Q448.26074 423.27463 448.27637 425.11838L448.27637 426.52463ZM447.18262 425.04025Q447.18262 423.66525 446.792 423.04025Q446.417 422.39963 445.57324 422.39963Q444.74512 422.39963 444.3545 423.04025Q443.9795 423.66525 443.9795 424.96213L443.9795 426.6965Q443.9795 428.0715 444.37012 428.74338Q444.77637 429.39963 445.58887 429.39963Q446.38574 429.39963 446.77637 428.77463Q447.167 428.14963 447.18262 426.8215L447.18262 425.04025ZM453.4795 430.16525L452.40137 430.16525L452.40137 422.9465L450.21387 423.74338L450.21387 422.759L453.32324 421.58713L453.4795 421.58713L453.4795 430.16525ZM461.07324 426.41525Q460.74512 426.8215 460.26074 427.0715Q459.792 427.30588 459.2295 427.30588Q458.49512 427.30588 457.94824 426.9465Q457.40137 426.58713 457.1045 425.93088Q456.80762 425.259 456.80762 424.46213Q456.80762 423.61838 457.12012 422.93088Q457.44824 422.24338 458.042 421.884Q458.65137 421.509 459.44824 421.509Q460.71387 421.509 461.43262 422.46213Q462.167 423.41525 462.167 425.04025L462.167 425.35275Q462.167 427.85275 461.18262 428.99338Q460.19824 430.134 458.21387 430.16525L457.99512 430.16525L457.99512 429.259L458.2295 429.259Q459.57324 429.22775 460.292 428.55588Q461.01074 427.884 461.07324 426.41525ZM459.40137 426.41525Q459.94824 426.41525 460.40137 426.08713Q460.87012 425.74338 461.08887 425.259L461.08887 424.8215Q461.08887 423.759 460.62012 423.08713Q460.15137 422.41525 459.44824 422.41525Q458.7295 422.41525 458.292 422.96213Q457.87012 423.509 457.87012 424.41525Q457.87012 425.29025 458.27637 425.85275Q458.69824 426.41525 459.40137 426.41525ZM466.99512 426.6965Q466.99512 425.384 467.33887 424.16525Q467.69824 422.9465 468.40137 421.9465Q469.1045 420.9465 469.87012 420.54025L470.08887 421.259Q469.2295 421.91525 468.68262 423.259Q468.13574 424.60275 468.08887 426.27463L468.07324 426.77463Q468.07324 429.04025 468.90137 430.6965Q469.40137 431.6965 470.08887 432.259L469.87012 432.91525Q469.08887 432.49338 468.37012 431.46213Q466.99512 429.47775 466.99512 426.6965ZM472.05762 423.8215L472.08887 424.61838Q472.82324 423.71213 473.99512 423.71213Q476.01074 423.71213 476.02637 425.97775L476.02637 430.16525L474.93262 430.16525L474.93262 425.96213Q474.93262 425.29025 474.62012 424.96213Q474.32324 424.634 473.667 424.634Q473.13574 424.634 472.7295 424.91525Q472.33887 425.1965 472.12012 425.64963L472.12012 430.16525L471.042 430.16525L471.042 423.8215L472.05762 423.8215ZM482.99512 425.39963L478.1045 425.39963L478.1045 424.4465L482.99512 424.4465L482.99512 425.39963ZM482.99512 427.8215L478.1045 427.8215L478.1045 426.884L482.99512 426.884L482.99512 427.8215ZM489.18262 421.634L489.18262 422.54025L488.9795 422.54025Q487.71387 422.5715 486.96387 423.30588Q486.21387 424.02463 486.08887 425.33713Q486.77637 424.5715 487.93262 424.5715Q489.042 424.5715 489.71387 425.35275Q490.38574 426.134 490.38574 427.384Q490.38574 428.6965 489.667 429.49338Q488.94824 430.29025 487.7295 430.29025Q486.51074 430.29025 485.74512 429.35275Q484.99512 428.39963 484.99512 426.91525L484.99512 426.509Q484.99512 424.14963 485.99512 422.89963Q486.99512 421.64963 488.9795 421.634L489.18262 421.634ZM487.76074 425.47775Q487.19824 425.47775 486.7295 425.80588Q486.26074 426.134 486.07324 426.64963L486.07324 427.04025Q486.07324 428.10275 486.542 428.74338Q487.02637 429.384 487.7295 429.384Q488.46387 429.384 488.88574 428.85275Q489.30762 428.30588 489.30762 427.43088Q489.30762 426.55588 488.88574 426.02463Q488.46387 425.47775 487.76074 425.47775ZM491.99512 431.86838L491.38574 431.4465Q491.93262 430.68088 491.96387 429.85275L491.96387 428.884L493.02637 428.884L493.02637 429.72775Q493.02637 430.3215 492.7295 430.91525Q492.43262 431.509 491.99512 431.86838ZM494.417 425.884L494.8545 421.634L499.2295 421.634L499.2295 422.634L495.77637 422.634L495.51074 424.96213Q496.15137 424.58713 496.94824 424.58713Q498.1045 424.58713 498.792 425.36838Q499.4795 426.134 499.4795 427.4465Q499.4795 428.759 498.76074 429.52463Q498.05762 430.29025 496.77637 430.29025Q495.65137 430.29025 494.93262 429.66525Q494.21387 429.02463 494.12012 427.91525L495.13574 427.91525Q495.24512 428.64963 495.667 429.02463Q496.08887 429.39963 496.77637 429.39963Q497.52637 429.39963 497.96387 428.884Q498.40137 428.36838 498.40137 427.46213Q498.40137 426.60275 497.93262 426.08713Q497.46387 425.5715 496.68262 425.5715Q495.9795 425.5715 495.57324 425.86838L495.292 426.10275L494.417 425.884ZM506.51074 430.16525L500.917 430.16525L500.917 429.384L503.87012 426.10275Q504.52637 425.35275 504.77637 424.89963Q505.02637 424.43088 505.02637 423.93088Q505.02637 423.259 504.62012 422.83713Q504.2295 422.39963 503.542 422.39963Q502.74512 422.39963 502.292 422.86838Q501.83887 423.3215 501.83887 424.14963L500.76074 424.14963Q500.76074 422.96213 501.51074 422.24338Q502.27637 421.509 503.542 421.509Q504.74512 421.509 505.43262 422.134Q506.12012 422.759 506.12012 423.80588Q506.12012 425.05588 504.51074 426.80588L502.2295 429.27463L506.51074 429.27463L506.51074 430.16525ZM508.417 425.884L508.8545 421.634L513.2295 421.634L513.2295 422.634L509.77637 422.634L509.51074 424.96213Q510.15137 424.58713 510.94824 424.58713Q512.1045 424.58713 512.792 425.36838Q513.4795 426.134 513.4795 427.4465Q513.4795 428.759 512.76074 429.52463Q512.0576 430.29025 510.77637 430.29025Q509.65137 430.29025 508.93262 429.66525Q508.21387 429.02463 508.12012 427.91525L509.13574 427.91525Q509.24512 428.64963 509.667 429.02463Q510.08887 429.39963 510.77637 429.39963Q511.52637 429.39963 511.96387 428.884Q512.40137 428.36838 512.40137 427.46213Q512.40137 426.60275 511.93262 426.08713Q511.46387 425.5715 510.68262 425.5715Q509.9795 425.5715 509.57324 425.86838L509.292 426.10275L508.417 425.884ZM517.542 426.759Q517.542 428.0715 517.19824 429.27463Q516.8545 430.46213 516.13574 431.47775Q515.4326 432.49338 514.667 432.91525L514.4326 432.259Q515.33887 431.5715 515.88574 430.11838Q516.4326 428.64963 516.44824 426.884L516.44824 426.6965Q516.44824 425.46213 516.1826 424.39963Q515.9326 423.33713 515.46387 422.509Q515.01074 421.66525 514.4326 421.1965L514.667 420.54025Q515.4326 420.96213 516.13574 421.96213Q516.83887 422.96213 517.1826 424.18088Q517.542 425.384 517.542 426.759Z" fill-rule="nonzero"/><path fill="#666666" d="M24.6625 27.235744L23.35 27.235744L23.35 17.28262L24.6625 17.28262L24.6625 27.235744ZM33.021873 26.34512Q33.69375 26.34512 34.19375 25.93887Q34.709373 25.516994 34.771873 24.90762L35.959373 24.90762Q35.928123 25.53262 35.521873 26.110744Q35.115623 26.68887 34.44375 27.03262Q33.771873 27.37637 33.021873 27.37637Q31.50625 27.37637 30.615625 26.37637Q29.725 25.360744 29.725 23.610744L29.725 23.391994Q29.725 22.31387 30.115625 21.47012Q30.521875 20.62637 31.25625 20.173244Q32.00625 19.704494 33.021873 19.704494Q34.25625 19.704494 35.084373 20.454494Q35.9125 21.18887 35.959373 22.37637L34.771873 22.37637Q34.709373 21.65762 34.225 21.204494Q33.740623 20.735744 33.021873 20.735744Q32.053123 20.735744 31.521875 21.43887Q30.990625 22.12637 30.990625 23.43887L30.990625 23.673244Q30.990625 24.954494 31.521875 25.65762Q32.053123 26.34512 33.021873 26.34512ZM36.725 23.47012Q36.725 22.37637 37.146873 21.516994Q37.584373 20.641994 38.334373 20.173244Q39.1 19.704494 40.084373 19.704494Q41.584373 19.704494 42.521873 20.75137Q43.459373 21.798244 43.459373 23.53262L43.459373 23.62637Q43.459373 24.704494 43.0375 25.56387Q42.63125 26.40762 41.85 26.891994Q41.084373 27.37637 40.1 27.37637Q38.584373 27.37637 37.646873 26.329494Q36.725 25.28262 36.725 23.56387L36.725 23.47012ZM37.990623 23.62637Q37.990623 24.84512 38.553123 25.59512Q39.13125 26.34512 40.1 26.34512Q41.053123 26.34512 41.615623 25.59512Q42.19375 24.829494 42.19375 23.47012Q42.19375 22.25137 41.615623 21.50137Q41.0375 20.735744 40.084373 20.735744Q39.146873 20.735744 38.56875 21.485744Q37.990623 22.235744 37.990623 23.62637ZM46.25625 19.84512L46.2875 20.766994Q47.146873 19.704494 48.50625 19.704494Q50.85 19.704494 50.88125 22.34512L50.88125 27.235744L49.615623 27.235744L49.615623 22.34512Q49.6 21.548244 49.240623 21.173244Q48.88125 20.78262 48.13125 20.78262Q47.50625 20.78262 47.0375 21.110744Q46.584373 21.43887 46.31875 21.97012L46.31875 27.235744L45.053123 27.235744L45.053123 19.84512L46.25625 19.84512ZM54.771873 18.048244L54.771873 19.84512L56.146873 19.84512L56.146873 20.81387L54.771873 20.81387L54.771873 25.40762Q54.771873 25.84512 54.959373 26.079494Q55.146873 26.298244 55.584373 26.298244Q55.803123 26.298244 56.19375 26.204494L56.19375 27.235744Q55.69375 27.37637 55.225 27.37637Q54.365623 27.37637 53.928123 26.860744Q53.50625 26.34512 53.50625 25.40762L53.50625 20.81387L52.1625 20.81387L52.1625 19.84512L53.50625 19.84512L53.50625 18.048244L54.771873 18.048244ZM61.63125 20.97012Q61.35 20.923244 61.00625 20.923244Q59.771873 20.923244 59.31875 21.985744L59.31875 27.235744L58.053123 27.235744L58.053123 19.84512L59.2875 19.84512L59.303123 20.68887Q59.928123 19.704494 61.06875 19.704494Q61.44375 19.704494 61.63125 19.798244L61.63125 20.97012ZM64.42812 27.235744L63.1625 27.235744L63.1625 19.84512L64.42812 19.84512L64.42812 27.235744ZM63.06875 17.87637Q63.06875 17.56387 63.25625 17.360744Q63.44375 17.141994 63.803123 17.141994Q64.17812 17.141994 64.36562 17.360744Q64.56875 17.56387 64.56875 17.87637Q64.56875 18.18887 64.36562 18.391994Q64.17812 18.59512 63.803123 18.59512Q63.44375 18.59512 63.25625 18.391994Q63.06875 18.18887 63.06875 17.87637ZM72.31875 23.62637Q72.31875 25.31387 71.5375 26.34512Q70.75625 27.37637 69.44375 27.37637Q68.05312 27.37637 67.2875 26.37637L67.225 27.235744L66.05312 27.235744L66.05312 16.735744L67.31875 16.735744L67.31875 20.65762Q68.08437 19.704494 69.42812 19.704494Q70.7875 19.704494 71.55312 20.72012Q72.31875 21.735744 72.31875 23.516994L72.31875 23.62637ZM71.05312 23.47012Q71.05312 22.18887 70.55312 21.485744Q70.05312 20.78262 69.11562 20.78262Q67.86562 20.78262 67.31875 21.93887L67.31875 25.141994Q67.89687 26.298244 69.13125 26.298244Q70.0375 26.298244 70.5375 25.59512Q71.05312 24.891994 71.05312 23.47012ZM78.63125 26.50137Q77.88125 27.37637 76.45937 27.37637Q75.27187 27.37637 74.64687 26.68887Q74.0375 26.00137 74.0375 24.65762L74.0375 19.84512L75.2875 19.84512L75.2875 24.610744Q75.2875 26.298244 76.6625 26.298244Q78.11562 26.298244 78.58437 25.22012L78.58437 19.84512L79.85 19.84512L79.85 27.235744L78.64687 27.235744L78.63125 26.50137ZM83.77187 18.048244L83.77187 19.84512L85.14687 19.84512L85.14687 20.81387L83.77187 20.81387L83.77187 25.40762Q83.77187 25.84512 83.95937 26.079494Q84.14687 26.298244 84.58437 26.298244Q84.80312 26.298244 85.19375 26.204494L85.19375 27.235744Q84.69375 27.37637 84.225 27.37637Q83.36562 27.37637 82.92812 26.860744Q82.50625 26.34512 82.50625 25.40762L82.50625 20.81387L81.1625 20.81387L81.1625 19.84512L82.50625 19.84512L82.50625 18.048244L83.77187 18.048244ZM90.13125 27.37637Q88.61562 27.37637 87.67812 26.391994Q86.74062 25.391994 86.74062 23.735744L86.74062 23.516994Q86.74062 22.40762 87.1625 21.548244Q87.58437 20.673244 88.33437 20.18887Q89.08437 19.704494 89.975 19.704494Q91.4125 19.704494 92.20937 20.65762Q93.00625 21.59512 93.00625 23.37637L93.00625 23.891994L88.00625 23.891994Q88.02187 24.985744 88.63125 25.673244Q89.25625 26.34512 90.19375 26.34512Q90.86562 26.34512 91.31875 26.079494Q91.7875 25.798244 92.14687 25.34512L92.9125 25.93887Q91.99062 27.37637 90.13125 27.37637ZM89.975 20.735744Q89.20937 20.735744 88.67812 21.298244Q88.1625 21.860744 88.0375 22.860744L91.74062 22.860744L91.74062 22.766994Q91.69375 21.798244 91.225 21.266994Q90.75625 20.735744 89.975 20.735744ZM98.77187 18.048244L98.77187 19.84512L100.14687 19.84512L100.14687 20.81387L98.77187 20.81387L98.77187 25.40762Q98.77187 25.84512 98.95937 26.079494Q99.14687 26.298244 99.58437 26.298244Q99.80312 26.298244 100.19375 26.204494L100.19375 27.235744Q99.69375 27.37637 99.225 27.37637Q98.36562 27.37637 97.92812 26.860744Q97.50625 26.34512 97.50625 25.40762L97.50625 20.81387L96.1625 20.81387L96.1625 19.84512L97.50625 19.84512L97.50625 18.048244L98.77187 18.048244ZM101.725 23.47012Q101.725 22.37637 102.14687 21.516994Q102.58437 20.641994 103.33437 20.173244Q104.1 19.704494 105.08437 19.704494Q106.58437 19.704494 107.52187 20.75137Q108.45937 21.798244 108.45937 23.53262L108.45937 23.62637Q108.45937 24.704494 108.0375 25.56387Q107.63125 26.40762 106.85 26.891994Q106.08437 27.37637 105.1 27.37637Q103.58437 27.37637 102.64687 26.329494Q101.725 25.28262 101.725 23.56387L101.725 23.47012ZM102.99062 23.62637Q102.99062 24.84512 103.55312 25.59512Q104.13125 26.34512 105.1 26.34512Q106.05312 26.34512 106.61562 25.59512Q107.19375 24.829494 107.19375 23.47012Q107.19375 22.25137 106.61562 21.50137Q106.0375 20.735744 105.08437 20.735744Q104.14687 20.735744 103.56875 21.485744Q102.99062 22.235744 102.99062 23.62637ZM112.725 23.47012Q112.725 22.37637 113.14687 21.516994Q113.58437 20.641994 114.33437 20.173244Q115.1 19.704494 116.08437 19.704494Q117.58437 19.704494 118.52187 20.75137Q119.45937 21.798244 119.45937 23.53262L119.45937 23.62637Q119.45937 24.704494 119.0375 25.56387Q118.63125 26.40762 117.85 26.891994Q117.08437 27.37637 116.1 27.37637Q114.58437 27.37637 113.64687 26.329494Q112.725 25.28262 112.725 23.56387L112.725 23.47012ZM113.99062 23.62637Q113.99062 24.84512 114.55312 25.59512Q115.13125 26.34512 116.1 26.34512Q117.05312 26.34512 117.61562 25.59512Q118.19375 24.829494 118.19375 23.47012Q118.19375 22.25137 117.61562 21.50137Q117.0375 20.735744 116.08437 20.735744Q115.14687 20.735744 114.56875 21.485744Q113.99062 22.235744 113.99062 23.62637ZM127.30312 23.62637Q127.30312 25.31387 126.52187 26.34512Q125.75625 27.37637 124.44375 27.37637Q123.1 27.37637 122.31875 26.516994L122.31875 30.079494L121.05312 30.079494L121.05312 19.84512L122.20937 19.84512L122.27187 20.65762Q123.05312 19.704494 124.42812 19.704494Q125.75625 19.704494 126.52187 20.704494Q127.30312 21.704494 127.30312 23.50137L127.30312 23.62637ZM126.0375 23.47012Q126.0375 22.22012 125.50625 21.50137Q124.975 20.78262 124.0375 20.78262Q122.89687 20.78262 122.31875 21.798244L122.31875 25.329494Q122.89687 26.34512 124.05312 26.34512Q124.975 26.34512 125.50625 25.62637Q126.0375 24.891994 126.0375 23.47012ZM132.13126 27.37637Q130.61563 27.37637 129.67813 26.391994Q128.74063 25.391994 128.74063 23.735744L128.74063 23.516994Q128.74063 22.40762 129.1625 21.548244Q129.58438 20.673244 130.33438 20.18887Q131.08438 19.704494 131.975 19.704494Q133.4125 19.704494 134.20938 20.65762Q135.00626 21.59512 135.00626 23.37637L135.00626 23.891994L130.00626 23.891994Q130.02188 24.985744 130.63126 25.673244Q131.25626 26.34512 132.19376 26.34512Q132.86563 26.34512 133.31876 26.079494Q133.7875 25.798244 134.14688 25.34512L134.9125 25.93887Q133.99063 27.37637 132.13126 27.37637ZM131.975 20.735744Q131.20938 20.735744 130.67813 21.298244Q130.1625 21.860744 130.0375 22.860744L133.74063 22.860744L133.74063 22.766994Q133.69376 21.798244 133.225 21.266994Q132.75626 20.735744 131.975 20.735744ZM137.25626 19.84512L137.2875 20.766994Q138.14688 19.704494 139.50626 19.704494Q141.85 19.704494 141.88126 22.34512L141.88126 27.235744L140.61563 27.235744L140.61563 22.34512Q140.6 21.548244 140.24063 21.173244Q139.88126 20.78262 139.13126 20.78262Q138.50626 20.78262 138.0375 21.110744Q137.58438 21.43887 137.31876 21.97012L137.31876 27.235744L136.05313 27.235744L136.05313 19.84512L137.25626 19.84512ZM146.69376 23.516994L143.35 23.516994L143.35 22.485744L146.69376 22.485744L146.69376 23.516994ZM152.36563 25.266994Q152.36563 24.766994 151.975 24.485744Q151.58438 24.18887 150.63126 23.985744Q149.67813 23.78262 149.1 23.50137Q148.5375 23.204494 148.27188 22.81387Q148.00626 22.423244 148.00626 21.87637Q148.00626 20.954494 148.77188 20.329494Q149.5375 19.704494 150.74063 19.704494Q151.99063 19.704494 152.77188 20.360744Q153.55313 21.00137 153.55313 22.016994L152.2875 22.016994Q152.2875 21.485744 151.85 21.110744Q151.4125 20.735744 150.74063 20.735744Q150.05313 20.735744 149.6625 21.048244Q149.27188 21.34512 149.27188 21.829494Q149.27188 22.28262 149.63126 22.516994Q149.99063 22.75137 150.92813 22.97012Q151.88126 23.173244 152.475 23.47012Q153.06876 23.766994 153.35 24.18887Q153.63126 24.59512 153.63126 25.18887Q153.63126 26.173244 152.83438 26.78262Q152.0375 27.37637 150.77188 27.37637Q149.89688 27.37637 149.20938 27.06387Q148.52188 26.735744 148.13126 26.173244Q147.75626 25.610744 147.75626 24.954494L149.02188 24.954494Q149.05313 25.59512 149.52188 25.97012Q150.00626 26.34512 150.77188 26.34512Q151.49063 26.34512 151.92813 26.048244Q152.36563 25.75137 152.36563 25.266994ZM154.725 23.47012Q154.725 22.37637 155.14688 21.516994Q155.58438 20.641994 156.33438 20.173244Q157.1 19.704494 158.08438 19.704494Q159.58438 19.704494 160.52188 20.75137Q161.45938 21.798244 161.45938 23.53262L161.45938 23.62637Q161.45938 24.704494 161.0375 25.56387Q160.63126 26.40762 159.85 26.891994Q159.08438 27.37637 158.1 27.37637Q156.58438 27.37637 155.64688 26.329494Q154.725 25.28262 154.725 23.56387L154.725 23.47012ZM155.99063 23.62637Q155.99063 24.84512 156.55313 25.59512Q157.13126 26.34512 158.1 26.34512Q159.05313 26.34512 159.61563 25.59512Q160.19376 24.829494 160.19376 23.47012Q160.19376 22.25137 159.61563 21.50137Q159.0375 20.735744 158.08438 20.735744Q157.14688 20.735744 156.56876 21.485744Q155.99063 22.235744 155.99063 23.62637ZM167.63126 26.50137Q166.88126 27.37637 165.45938 27.37637Q164.27188 27.37637 163.64688 26.68887Q163.0375 26.00137 163.0375 24.65762L163.0375 19.84512L164.2875 19.84512L164.2875 24.610744Q164.2875 26.298244 165.6625 26.298244Q167.11563 26.298244 167.58438 25.22012L167.58438 19.84512L168.85 19.84512L168.85 27.235744L167.64688 27.235744L167.63126 26.50137ZM174.63126 20.97012Q174.35 20.923244 174.00626 20.923244Q172.77188 20.923244 172.31876 21.985744L172.31876 27.235744L171.05313 27.235744L171.05313 19.84512L172.2875 19.84512L172.30313 20.68887Q172.92813 19.704494 174.06876 19.704494Q174.44376 19.704494 174.63126 19.798244L174.63126 20.97012ZM179.02188 26.34512Q179.69376 26.34512 180.19376 25.93887Q180.70938 25.516994 180.77188 24.90762L181.95938 24.90762Q181.92813 25.53262 181.52188 26.110744Q181.11563 26.68887 180.44376 27.03262Q179.77188 27.37637 179.02188 27.37637Q177.50626 27.37637 176.61563 26.37637Q175.725 25.360744 175.725 23.610744L175.725 23.391994Q175.725 22.31387 176.11563 21.47012Q176.52188 20.62637 177.25626 20.173244Q178.00626 19.704494 179.02188 19.704494Q180.25626 19.704494 181.08438 20.454494Q181.9125 21.18887 181.95938 22.37637L180.77188 22.37637Q180.70938 21.65762 180.225 21.204494Q179.74063 20.735744 179.02188 20.735744Q178.05313 20.735744 177.52188 21.43887Q176.99063 22.12637 176.99063 23.43887L176.99063 23.673244Q176.99063 24.954494 177.52188 25.65762Q178.05313 26.34512 179.02188 26.34512ZM186.13126 27.37637Q184.61563 27.37637 183.67813 26.391994Q182.74063 25.391994 182.74063 23.735744L182.74063 23.516994Q182.74063 22.40762 183.1625 21.548244Q183.58438 20.673244 184.33438 20.18887Q185.08438 19.704494 185.975 19.704494Q187.4125 19.704494 188.20938 20.65762Q189.00626 21.59512 189.00626 23.37637L189.00626 23.891994L184.00626 23.891994Q184.02188 24.985744 184.63126 25.673244Q185.25626 26.34512 186.19376 26.34512Q186.86563 26.34512 187.31876 26.079494Q187.7875 25.798244 188.14688 25.34512L188.9125 25.93887Q187.99063 27.37637 186.13126 27.37637ZM185.975 20.735744Q185.20938 20.735744 184.67813 21.298244Q184.1625 21.860744 184.0375 22.860744L187.74063 22.860744L187.74063 22.766994Q187.69376 21.798244 187.225 21.266994Q186.75626 20.735744 185.975 20.735744ZM199.30313 23.62637Q199.30313 25.31387 198.52188 26.34512Q197.75626 27.37637 196.44376 27.37637Q195.1 27.37637 194.31876 26.516994L194.31876 30.079494L193.05313 30.079494L193.05313 19.84512L194.20938 19.84512L194.27188 20.65762Q195.05313 19.704494 196.42813 19.704494Q197.75626 19.704494 198.52188 20.704494Q199.30313 21.704494 199.30313 23.50137L199.30313 23.62637ZM198.0375 23.47012Q198.0375 22.22012 197.50626 21.50137Q196.975 20.78262 196.0375 20.78262Q194.89688 20.78262 194.31876 21.798244L194.31876 25.329494Q194.89688 26.34512 196.05313 26.34512Q196.975 26.34512 197.50626 25.62637Q198.0375 24.891994 198.0375 23.47012ZM204.63126 20.97012Q204.35 20.923244 204.00626 20.923244Q202.77188 20.923244 202.31876 21.985744L202.31876 27.235744L201.05313 27.235744L201.05313 19.84512L202.2875 19.84512L202.30313 20.68887Q202.92813 19.704494 204.06876 19.704494Q204.44376 19.704494 204.63126 19.798244L204.63126 20.97012ZM205.725 23.47012Q205.725 22.37637 206.14688 21.516994Q206.58438 20.641994 207.33438 20.173244Q208.1 19.704494 209.08438 19.704494Q210.58438 19.704494 211.52188 20.75137Q212.45938 21.798244 212.45938 23.53262L212.45938 23.62637Q212.45938 24.704494 212.0375 25.56387Q211.63126 26.40762 210.85 26.891994Q210.08438 27.37637 209.1 27.37637Q207.58438 27.37637 206.64688 26.329494Q205.725 25.28262 205.725 23.56387L205.725 23.47012ZM206.99063 23.62637Q206.99063 24.84512 207.55313 25.59512Q208.13126 26.34512 209.1 26.34512Q210.05313 26.34512 210.61563 25.59512Q211.19376 24.829494 211.19376 23.47012Q211.19376 22.25137 210.61563 21.50137Q210.0375 20.735744 209.08438 20.735744Q208.14688 20.735744 207.56876 21.485744Q206.99063 22.235744 206.99063 23.62637ZM215.36563 19.84512L215.36563 28.09512Q215.36563 30.22012 213.42813 30.22012Q213.00626 30.22012 212.6625 30.09512L212.6625 29.09512Q212.88126 29.141994 213.225 29.141994Q213.64688 29.141994 213.86563 28.90762Q214.1 28.68887 214.1 28.110744L214.1 19.84512L215.36563 19.84512ZM213.975 17.87637Q213.975 17.579494 214.1625 17.360744Q214.35 17.141994 214.70938 17.141994Q215.06876 17.141994 215.25626 17.360744Q215.45938 17.56387 215.45938 17.87637Q215.45938 18.18887 215.25626 18.391994Q215.06876 18.59512 214.69376 18.59512Q214.33438 18.59512 214.14688 18.391994Q213.975 18.18887 213.975 17.87637ZM220.13126 27.37637Q218.61563 27.37637 217.67813 26.391994Q216.74063 25.391994 216.74063 23.735744L216.74063 23.516994Q216.74063 22.40762 217.1625 21.548244Q217.58438 20.673244 218.33438 20.18887Q219.08438 19.704494 219.975 19.704494Q221.4125 19.704494 222.20938 20.65762Q223.00626 21.59512 223.00626 23.37637L223.00626 23.891994L218.00626 23.891994Q218.02188 24.985744 218.63126 25.673244Q219.25626 26.34512 220.19376 26.34512Q220.86563 26.34512 221.31876 26.079494Q221.7875 25.798244 222.14688 25.34512L222.9125 25.93887Q221.99063 27.37637 220.13126 27.37637ZM219.975 20.735744Q219.20938 20.735744 218.67813 21.298244Q218.1625 21.860744 218.0375 22.860744L221.74063 22.860744L221.74063 22.766994Q221.69376 21.798244 221.225 21.266994Q220.75626 20.735744 219.975 20.735744ZM227.02188 26.34512Q227.69376 26.34512 228.19376 25.93887Q228.70938 25.516994 228.77188 24.90762L229.95938 24.90762Q229.92813 25.53262 229.52188 26.110744Q229.11563 26.68887 228.44376 27.03262Q227.77188 27.37637 227.02188 27.37637Q225.50626 27.37637 224.61563 26.37637Q223.725 25.360744 223.725 23.610744L223.725 23.391994Q223.725 22.31387 224.11563 21.47012Q224.52188 20.62637 225.25626 20.173244Q226.00626 19.704494 227.02188 19.704494Q228.25626 19.704494 229.08438 20.454494Q229.9125 21.18887 229.95938 22.37637L228.77188 22.37637Q228.70938 21.65762 228.225 21.204494Q227.74063 20.735744 227.02188 20.735744Q226.05313 20.735744 225.52188 21.43887Q224.99063 22.12637 224.99063 23.43887L224.99063 23.673244Q224.99063 24.954494 225.52188 25.65762Q226.05313 26.34512 227.02188 26.34512ZM232.77188 18.048244L232.77188 19.84512L234.14688 19.84512L234.14688 20.81387L232.77188 20.81387L232.77188 25.40762Q232.77188 25.84512 232.95938 26.079494Q233.14688 26.298244 233.58438 26.298244Q233.80313 26.298244 234.19376 26.204494L234.19376 27.235744Q233.69376 27.37637 233.225 27.37637Q232.36563 27.37637 231.92813 26.860744Q231.50626 26.34512 231.50626 25.40762L231.50626 20.81387L230.1625 20.81387L230.1625 19.84512L231.50626 19.84512L231.50626 18.048244L232.77188 18.048244ZM240.36563 25.266994Q240.36563 24.766994 239.975 24.485744Q239.58438 24.18887 238.63126 23.985744Q237.67813 23.78262 237.1 23.50137Q236.5375 23.204494 236.27188 22.81387Q236.00626 22.423244 236.00626 21.87637Q236.00626 20.954494 236.77188 20.329494Q237.5375 19.704494 238.74063 19.704494Q239.99063 19.704494 240.77188 20.360744Q241.55313 21.00137 241.55313 22.016994L240.2875 22.016994Q240.2875 21.485744 239.85 21.110744Q239.4125 20.735744 238.74063 20.735744Q238.05313 20.735744 237.6625 21.048244Q237.27188 21.34512 237.27188 21.829494Q237.27188 22.28262 237.63126 22.516994Q237.99063 22.75137 238.92813 22.97012Q239.88126 23.173244 240.475 23.47012Q241.06876 23.766994 241.35 24.18887Q241.63126 24.59512 241.63126 25.18887Q241.63126 26.173244 240.83438 26.78262Q240.0375 27.37637 238.77188 27.37637Q237.89688 27.37637 237.20938 27.06387Q236.52188 26.735744 236.13126 26.173244Q235.75626 25.610744 235.75626 24.954494L237.02188 24.954494Q237.05313 25.59512 237.52188 25.97012Q238.00626 26.34512 238.77188 26.34512Q239.49063 26.34512 239.92813 26.048244Q240.36563 25.75137 240.36563 25.266994ZM252.6 25.485744L254.02188 19.84512L255.2875 19.84512L253.14688 27.235744L252.11563 27.235744L250.31876 21.62637L248.56876 27.235744L247.5375 27.235744L245.39688 19.84512L246.64688 19.84512L248.11563 25.37637L249.83438 19.84512L250.85 19.84512L252.6 25.485744ZM260.63126 20.97012Q260.35 20.923244 260.00626 20.923244Q258.77188 20.923244 258.31876 21.985744L258.31876 27.235744L257.05313 27.235744L257.05313 19.84512L258.2875 19.84512L258.30313 20.68887Q258.92813 19.704494 260.06876 19.704494Q260.44376 19.704494 260.63126 19.798244L260.63126 20.97012ZM263.42813 27.235744L262.1625 27.235744L262.1625 19.84512L263.42813 19.84512L263.42813 27.235744ZM262.06876 17.87637Q262.06876 17.56387 262.25626 17.360744Q262.44376 17.141994 262.80313 17.141994Q263.17813 17.141994 263.36563 17.360744Q263.56876 17.56387 263.56876 17.87637Q263.56876 18.18887 263.36563 18.391994Q263.17813 18.59512 262.80313 18.59512Q262.44376 18.59512 262.25626 18.391994Q262.06876 18.18887 262.06876 17.87637ZM266.77188 18.048244L266.77188 19.84512L268.14688 19.84512L268.14688 20.81387L266.77188 20.81387L266.77188 25.40762Q266.77188 25.84512 266.95938 26.079494Q267.14688 26.298244 267.58438 26.298244Q267.80313 26.298244 268.19376 26.204494L268.19376 27.235744Q267.69376 27.37637 267.225 27.37637Q266.36563 27.37637 265.92813 26.860744Q265.50626 26.34512 265.50626 25.40762L265.50626 20.81387L264.1625 20.81387L264.1625 19.84512L265.50626 19.84512L265.50626 18.048244L266.77188 18.048244ZM271.77188 18.048244L271.77188 19.84512L273.14688 19.84512L273.14688 20.81387L271.77188 20.81387L271.77188 25.40762Q271.77188 25.84512 271.95938 26.079494Q272.14688 26.298244 272.58438 26.298244Q272.80313 26.298244 273.19376 26.204494L273.19376 27.235744Q272.69376 27.37637 272.225 27.37637Q271.36563 27.37637 270.92813 26.860744Q270.50626 26.34512 270.50626 25.40762L270.50626 20.81387L269.1625 20.81387L269.1625 19.84512L270.50626 19.84512L270.50626 18.048244L271.77188 18.048244ZM278.13126 27.37637Q276.61563 27.37637 275.67813 26.391994Q274.74063 25.391994 274.74063 23.735744L274.74063 23.516994Q274.74063 22.40762 275.1625 21.548244Q275.58438 20.673244 276.33438 20.18887Q277.08438 19.704494 277.975 19.704494Q279.4125 19.704494 280.20938 20.65762Q281.00626 21.59512 281.00626 23.37637L281.00626 23.891994L276.00626 23.891994Q276.02188 24.985744 276.63126 25.673244Q277.25626 26.34512 278.19376 26.34512Q278.86563 26.34512 279.31876 26.079494Q279.7875 25.798244 280.14688 25.34512L280.9125 25.93887Q279.99063 27.37637 278.13126 27.37637ZM277.975 20.735744Q277.20938 20.735744 276.67813 21.298244Q276.1625 21.860744 276.0375 22.860744L279.74063 22.860744L279.74063 22.766994Q279.69376 21.798244 279.225 21.266994Q278.75626 20.735744 277.975 20.735744ZM283.25626 19.84512L283.2875 20.766994Q284.14688 19.704494 285.50626 19.704494Q287.85 19.704494 287.88126 22.34512L287.88126 27.235744L286.61563 27.235744L286.61563 22.34512Q286.6 21.548244 286.24063 21.173244Q285.88126 20.78262 285.13126 20.78262Q284.50626 20.78262 284.0375 21.110744Q283.58438 21.43887 283.31876 21.97012L283.31876 27.235744L282.05313 27.235744L282.05313 19.84512L283.25626 19.84512ZM294.42813 27.235744L293.1625 27.235744L293.1625 19.84512L294.42813 19.84512L294.42813 27.235744ZM293.06876 17.87637Q293.06876 17.56387 293.25626 17.360744Q293.44376 17.141994 293.80313 17.141994Q294.17813 17.141994 294.36563 17.360744Q294.56876 17.56387 294.56876 17.87637Q294.56876 18.18887 294.36563 18.391994Q294.17813 18.59512 293.80313 18.59512Q293.44376 18.59512 293.25626 18.391994Q293.06876 18.18887 293.06876 17.87637ZM297.25626 19.84512L297.2875 20.766994Q298.14688 19.704494 299.50626 19.704494Q301.85 19.704494 301.88126 22.34512L301.88126 27.235744L300.61563 27.235744L300.61563 22.34512Q300.6 21.548244 300.24063 21.173244Q299.88126 20.78262 299.13126 20.78262Q298.50626 20.78262 298.0375 21.110744Q297.58438 21.43887 297.31876 21.97012L297.31876 27.235744L296.05313 27.235744L296.05313 19.84512L297.25626 19.84512ZM314.6 25.923244Q314.1 26.65762 313.19376 27.016994Q312.2875 27.37637 311.08438 27.37637Q309.86563 27.37637 308.9125 26.81387Q307.975 26.235744 307.45938 25.18887Q306.94376 24.12637 306.92813 22.735744L306.92813 21.87637Q306.92813 19.62637 307.975 18.391994Q309.0375 17.141994 310.92813 17.141994Q312.49063 17.141994 313.44376 17.93887Q314.39688 18.735744 314.6 20.204494L313.2875 20.204494Q312.92813 18.22012 310.94376 18.22012Q309.61563 18.22012 308.92813 19.15762Q308.25626 20.079494 308.25626 21.829494L308.25626 22.641994Q308.25626 24.329494 309.02188 25.31387Q309.7875 26.298244 311.08438 26.298244Q311.83438 26.298244 312.38126 26.141994Q312.94376 25.97012 313.30313 25.579494L313.30313 23.34512L310.99063 23.34512L310.99063 22.28262L314.6 22.28262L314.6 25.923244ZM316.725 23.47012Q316.725 22.37637 317.14688 21.516994Q317.58438 20.641994 318.33438 20.173244Q319.1 19.704494 320.08438 19.704494Q321.58438 19.704494 322.52188 20.75137Q323.45938 21.798244 323.45938 23.53262L323.45938 23.62637Q323.45938 24.704494 323.0375 25.56387Q322.63126 26.40762 321.85 26.891994Q321.08438 27.37637 320.1 27.37637Q318.58438 27.37637 317.64688 26.329494Q316.725 25.28262 316.725 23.56387L316.725 23.47012ZM317.99063 23.62637Q317.99063 24.84512 318.55313 25.59512Q319.13126 26.34512 320.1 26.34512Q321.05313 26.34512 321.61563 25.59512Q322.19376 24.829494 322.19376 23.47012Q322.19376 22.25137 321.61563 21.50137Q321.0375 20.735744 320.08438 20.735744Q319.14688 20.735744 318.56876 21.485744Q317.99063 22.235744 317.99063 23.62637ZM325.08438 26.579494Q325.08438 26.25137 325.27188 26.03262Q325.475 25.81387 325.86563 25.81387Q326.25626 25.81387 326.45938 26.03262Q326.6625 26.25137 326.6625 26.579494Q326.6625 26.891994 326.45938 27.110744Q326.25626 27.31387 325.86563 27.31387Q325.475 27.31387 325.27188 27.110744Q325.08438 26.891994 325.08438 26.579494ZM325.08438 20.579494Q325.08438 20.25137 325.27188 20.03262Q325.475 19.81387 325.86563 19.81387Q326.25626 19.81387 326.45938 20.03262Q326.6625 20.25137 326.6625 20.579494Q326.6625 20.891994 326.45938 21.110744Q326.25626 21.31387 325.86563 21.31387Q325.475 21.31387 325.27188 21.110744Q325.08438 20.891994 325.08438 20.579494Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig8.svg b/_content/survey2019/fig8.svg
deleted file mode 100644
index 5536650..0000000
--- a/_content/survey2019/fig8.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 387.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="387" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 387.0L0 387.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 33.5L171.5 308.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 33.5L270.5 308.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 33.5L370.5 308.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 33.5L469.5 308.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 33.5L569.5 308.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 33.080795L569.4754 33.080795L569.4754 308.569L171.5 308.569L171.5 33.080795Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 65.0L171.0 56.0L526.0 56.0C527.10455 56.0 528.0 56.89543 528.0 58.0L528.0 63.0C528.0 64.10457 527.10455 65.0 526.0 65.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 65.0L171.0 56.0L526.0 56.0C527.10455 56.0 528.0 56.89543 528.0 58.0L528.0 63.0C528.0 64.10457 527.10455 65.0 526.0 65.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 128.0L171.0 119.0L420.0 119.0C421.10458 119.0 422.0 119.89543 422.0 121.0L422.0 126.0C422.0 127.10457 421.10458 128.0 420.0 128.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 128.0L171.0 119.0L420.0 119.0C421.10458 119.0 422.0 119.89543 422.0 121.0L422.0 126.0C422.0 127.10457 421.10458 128.0 420.0 128.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 191.0L171.0 182.0L277.0 182.0C278.10458 182.0 279.0 182.89543 279.0 184.0L279.0 189.0C279.0 190.10457 278.10458 191.0 277.0 191.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 191.0L171.0 182.0L277.0 182.0C278.10458 182.0 279.0 182.89543 279.0 184.0L279.0 189.0C279.0 190.10457 278.10458 191.0 277.0 191.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 255.0L171.0 246.0L182.0 246.0C183.10457 246.0 184.0 246.89543 184.0 248.0L184.0 253.0C184.0 254.10457 183.10457 255.0 182.0 255.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 255.0L171.0 246.0L182.0 246.0C183.10457 246.0 184.0 246.89543 184.0 248.0L184.0 253.0C184.0 254.10457 183.10457 255.0 182.0 255.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 75.0L171.0 66.0L505.0 66.0C506.10458 66.0 507.0 66.89543 507.0 68.0L507.0 73.0C507.0 74.10457 506.10458 75.0 505.0 75.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 75.0L171.0 66.0L505.0 66.0C506.10458 66.0 507.0 66.89543 507.0 68.0L507.0 73.0C507.0 74.10457 506.10458 75.0 505.0 75.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 138.0L171.0 129.0L427.0 129.0C428.10458 129.0 429.0 129.89543 429.0 131.0L429.0 136.0C429.0 137.10457 428.10458 138.0 427.0 138.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 138.0L171.0 129.0L427.0 129.0C428.10458 129.0 429.0 129.89543 429.0 131.0L429.0 136.0C429.0 137.10457 428.10458 138.0 427.0 138.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 201.0L171.0 192.0L267.0 192.0C268.10458 192.0 269.0 192.89543 269.0 194.0L269.0 199.0C269.0 200.10457 268.10458 201.0 267.0 201.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 201.0L171.0 192.0L267.0 192.0C268.10458 192.0 269.0 192.89543 269.0 194.0L269.0 199.0C269.0 200.10457 268.10458 201.0 267.0 201.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 265.0L171.0 256.0L179.0 256.0C180.10457 256.0 181.0 256.89542 181.0 258.0L181.0 263.0C181.0 264.10458 180.10457 265.0 179.0 265.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 265.0L171.0 256.0L179.0 256.0C180.10457 256.0 181.0 256.89542 181.0 258.0L181.0 263.0C181.0 264.10458 180.10457 265.0 179.0 265.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 85.0L171.0 76.0L520.0 76.0C521.10455 76.0 522.0 76.89543 522.0 78.0L522.0 83.0C522.0 84.10457 521.10455 85.0 520.0 85.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 85.0L171.0 76.0L520.0 76.0C521.10455 76.0 522.0 76.89543 522.0 78.0L522.0 83.0C522.0 84.10457 521.10455 85.0 520.0 85.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 148.0L171.0 139.0L440.0 139.0C441.10458 139.0 442.0 139.89543 442.0 141.0L442.0 146.0C442.0 147.10457 441.10458 148.0 440.0 148.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 148.0L171.0 139.0L440.0 139.0C441.10458 139.0 442.0 139.89543 442.0 141.0L442.0 146.0C442.0 147.10457 441.10458 148.0 440.0 148.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 211.0L171.0 202.0L265.0 202.0C266.10458 202.0 267.0 202.89543 267.0 204.0L267.0 209.0C267.0 210.10457 266.10458 211.0 265.0 211.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 211.0L171.0 202.0L265.0 202.0C266.10458 202.0 267.0 202.89543 267.0 204.0L267.0 209.0C267.0 210.10457 266.10458 211.0 265.0 211.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 275.0L171.0 266.0L178.0 266.0C179.10457 266.0 180.0 266.89542 180.0 268.0L180.0 273.0C180.0 274.10458 179.10457 275.0 178.0 275.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 275.0L171.0 266.0L178.0 266.0C179.10457 266.0 180.0 266.89542 180.0 268.0L180.0 273.0C180.0 274.10458 179.10457 275.0 178.0 275.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 95.0L171.0 86.0L500.0 86.0C501.10458 86.0 502.0 86.89543 502.0 88.0L502.0 93.0C502.0 94.10457 501.10458 95.0 500.0 95.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 95.0L171.0 86.0L500.0 86.0C501.10458 86.0 502.0 86.89543 502.0 88.0L502.0 93.0C502.0 94.10457 501.10458 95.0 500.0 95.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 158.0L171.0 149.0L435.0 149.0C436.10458 149.0 437.0 149.89543 437.0 151.0L437.0 156.0C437.0 157.10457 436.10458 158.0 435.0 158.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 158.0L171.0 149.0L435.0 149.0C436.10458 149.0 437.0 149.89543 437.0 151.0L437.0 156.0C437.0 157.10457 436.10458 158.0 435.0 158.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 221.0L171.0 212.0L270.0 212.0C271.10458 212.0 272.0 212.89543 272.0 214.0L272.0 219.0C272.0 220.10457 271.10458 221.0 270.0 221.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 221.0L171.0 212.0L270.0 212.0C271.10458 212.0 272.0 212.89543 272.0 214.0L272.0 219.0C272.0 220.10457 271.10458 221.0 270.0 221.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 285.0L171.0 276.0L176.0 276.0C177.10457 276.0 178.0 276.89542 178.0 278.0L178.0 283.0C178.0 284.10458 177.10457 285.0 176.0 285.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 285.0L171.0 276.0L176.0 276.0C177.10457 276.0 178.0 276.89542 178.0 278.0L178.0 283.0C178.0 284.10458 177.10457 285.0 176.0 285.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M542.8321 57.890625L539.87897 64.5L538.94147 64.5L541.86334 58.125L538.0196 58.125L538.0196 57.390625L542.8321 57.390625L542.8321 57.890625ZM548.8946 64.5L544.23834 64.5L544.23834 63.84375L546.69147 61.109375Q547.23834 60.5 547.44147 60.109375Q547.6602 59.71875 547.6602 59.296875Q547.6602 58.75 547.31647 58.390625Q546.98834 58.03125 546.42584 58.03125Q545.75397 58.03125 545.37897 58.421875Q545.00397 58.796875 545.00397 59.484375L544.0977 59.484375Q544.0977 58.5 544.7227 57.90625Q545.36334 57.296875 546.42584 57.296875Q547.4102 57.296875 547.98834 57.8125Q548.56647 58.328125 548.56647 59.203125Q548.56647 60.25 547.2227 61.703125L545.3321 63.765625L548.8946 63.765625L548.8946 64.5ZM550.1602 58.75Q550.1602 58.125 550.56647 57.703125Q550.9727 57.28125 551.61334 57.28125Q552.2696 57.28125 552.6602 57.703125Q553.06647 58.125 553.06647 58.78125L553.06647 59.140625Q553.06647 59.78125 552.6602 60.1875Q552.25397 60.59375 551.62897 60.59375Q550.98834 60.59375 550.56647 60.1875Q550.1602 59.78125 550.1602 59.09375L550.1602 58.75ZM550.8321 59.140625Q550.8321 59.515625 551.0352 59.765625Q551.25397 60.0 551.62897 60.0Q551.9727 60.0 552.17584 59.765625Q552.3946 59.53125 552.3946 59.109375L552.3946 58.75Q552.3946 58.375 552.17584 58.125Q551.9727 57.875 551.61334 57.875Q551.25397 57.875 551.0352 58.125Q550.8321 58.375 550.8321 58.78125L550.8321 59.140625ZM553.61334 62.75Q553.61334 62.109375 554.0196 61.703125Q554.44147 61.296875 555.06647 61.296875Q555.7071 61.296875 556.11334 61.703125Q556.5352 62.109375 556.5352 62.796875L556.5352 63.140625Q556.5352 63.78125 556.12897 64.203125Q555.7227 64.609375 555.0821 64.609375Q554.4571 64.609375 554.0352 64.203125Q553.61334 63.78125 553.61334 63.109375L553.61334 62.75ZM554.30084 63.140625Q554.30084 63.515625 554.50397 63.765625Q554.7227 64.015625 555.0821 64.015625Q555.44147 64.015625 555.6446 63.78125Q555.86334 63.53125 555.86334 63.125L555.86334 62.75Q555.86334 62.375 555.6446 62.125Q555.42584 61.875 555.0821 61.875Q554.7227 61.875 554.50397 62.125Q554.30084 62.359375 554.30084 62.78125L554.30084 63.140625ZM551.8321 63.96875L551.31647 63.640625L554.7852 58.078125L555.30084 58.40625L551.8321 63.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M542.8321 57.890625L539.87897 64.5L538.94147 64.5L541.86334 58.125L538.0196 58.125L538.0196 57.390625L542.8321 57.390625L542.8321 57.890625ZM548.8946 64.5L544.23834 64.5L544.23834 63.84375L546.69147 61.109375Q547.23834 60.5 547.44147 60.109375Q547.6602 59.71875 547.6602 59.296875Q547.6602 58.75 547.31647 58.390625Q546.98834 58.03125 546.42584 58.03125Q545.75397 58.03125 545.37897 58.421875Q545.00397 58.796875 545.00397 59.484375L544.0977 59.484375Q544.0977 58.5 544.7227 57.90625Q545.36334 57.296875 546.42584 57.296875Q547.4102 57.296875 547.98834 57.8125Q548.56647 58.328125 548.56647 59.203125Q548.56647 60.25 547.2227 61.703125L545.3321 63.765625L548.8946 63.765625L548.8946 64.5ZM550.1602 58.75Q550.1602 58.125 550.56647 57.703125Q550.9727 57.28125 551.61334 57.28125Q552.2696 57.28125 552.6602 57.703125Q553.06647 58.125 553.06647 58.78125L553.06647 59.140625Q553.06647 59.78125 552.6602 60.1875Q552.25397 60.59375 551.62897 60.59375Q550.98834 60.59375 550.56647 60.1875Q550.1602 59.78125 550.1602 59.09375L550.1602 58.75ZM550.8321 59.140625Q550.8321 59.515625 551.0352 59.765625Q551.25397 60.0 551.62897 60.0Q551.9727 60.0 552.17584 59.765625Q552.3946 59.53125 552.3946 59.109375L552.3946 58.75Q552.3946 58.375 552.17584 58.125Q551.9727 57.875 551.61334 57.875Q551.25397 57.875 551.0352 58.125Q550.8321 58.375 550.8321 58.78125L550.8321 59.140625ZM553.61334 62.75Q553.61334 62.109375 554.0196 61.703125Q554.44147 61.296875 555.06647 61.296875Q555.7071 61.296875 556.11334 61.703125Q556.5352 62.109375 556.5352 62.796875L556.5352 63.140625Q556.5352 63.78125 556.12897 64.203125Q555.7227 64.609375 555.0821 64.609375Q554.4571 64.609375 554.0352 64.203125Q553.61334 63.78125 553.61334 63.109375L553.61334 62.75ZM554.30084 63.140625Q554.30084 63.515625 554.50397 63.765625Q554.7227 64.015625 555.0821 64.015625Q555.44147 64.015625 555.6446 63.78125Q555.86334 63.53125 555.86334 63.125L555.86334 62.75Q555.86334 62.375 555.6446 62.125Q555.42584 61.875 555.0821 61.875Q554.7227 61.875 554.50397 62.125Q554.30084 62.359375 554.30084 62.78125L554.30084 63.140625ZM551.8321 63.96875L551.31647 63.640625L554.7852 58.078125L555.30084 58.40625L551.8321 63.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M433.0445 123.9375L433.4195 120.390625L437.06012 120.390625L437.06012 121.21875L434.18512 121.21875L433.96637 123.15625Q434.482 122.859375 435.15387 122.859375Q436.12262 122.859375 436.68512 123.5Q437.26324 124.140625 437.26324 125.234375Q437.26324 126.328125 436.6695 126.96875Q436.07574 127.59375 435.01324 127.59375Q434.07574 127.59375 433.46637 127.078125Q432.87262 126.546875 432.7945 125.625L433.65387 125.625Q433.732 126.234375 434.07574 126.546875Q434.43512 126.859375 435.01324 126.859375Q435.63824 126.859375 435.99762 126.4375Q436.357 126.0 436.357 125.25Q436.357 124.53125 435.96637 124.109375Q435.59137 123.671875 434.93512 123.671875Q434.357 123.671875 434.01324 123.921875L433.77887 124.125L433.0445 123.9375ZM443.09137 124.46875Q443.09137 126.046875 442.5445 126.828125Q442.01324 127.59375 440.857 127.59375Q439.71637 127.59375 439.1695 126.84375Q438.62262 126.09375 438.607 124.59375L438.607 123.390625Q438.607 121.8125 439.13824 121.0625Q439.68512 120.296875 440.84137 120.296875Q441.99762 120.296875 442.52887 121.03125Q443.07574 121.765625 443.09137 123.296875L443.09137 124.46875ZM442.18512 123.234375Q442.18512 122.078125 441.857 121.5625Q441.5445 121.03125 440.84137 121.03125Q440.15387 121.03125 439.82574 121.5625Q439.51324 122.078125 439.51324 123.15625L439.51324 124.609375Q439.51324 125.765625 439.84137 126.3125Q440.18512 126.859375 440.857 126.859375Q441.52887 126.859375 441.84137 126.34375Q442.1695 125.828125 442.18512 124.71875L442.18512 123.234375ZM444.56012 121.75Q444.56012 121.125 444.96637 120.703125Q445.37262 120.28125 446.01324 120.28125Q446.6695 120.28125 447.06012 120.703125Q447.46637 121.125 447.46637 121.78125L447.46637 122.140625Q447.46637 122.78125 447.06012 123.1875Q446.65387 123.59375 446.02887 123.59375Q445.38824 123.59375 444.96637 123.1875Q444.56012 122.78125 444.56012 122.09375L444.56012 121.75ZM445.232 122.140625Q445.232 122.515625 445.43512 122.765625Q445.65387 123.0 446.02887 123.0Q446.37262 123.0 446.57574 122.765625Q446.7945 122.53125 446.7945 122.109375L446.7945 121.75Q446.7945 121.375 446.57574 121.125Q446.37262 120.875 446.01324 120.875Q445.65387 120.875 445.43512 121.125Q445.232 121.375 445.232 121.78125L445.232 122.140625ZM448.01324 125.75Q448.01324 125.109375 448.4195 124.703125Q448.84137 124.296875 449.46637 124.296875Q450.107 124.296875 450.51324 124.703125Q450.93512 125.109375 450.93512 125.796875L450.93512 126.140625Q450.93512 126.78125 450.52887 127.203125Q450.12262 127.609375 449.482 127.609375Q448.857 127.609375 448.43512 127.203125Q448.01324 126.78125 448.01324 126.109375L448.01324 125.75ZM448.70074 126.140625Q448.70074 126.515625 448.90387 126.765625Q449.12262 127.015625 449.482 127.015625Q449.84137 127.015625 450.0445 126.78125Q450.26324 126.53125 450.26324 126.125L450.26324 125.75Q450.26324 125.375 450.0445 125.125Q449.82574 124.875 449.482 124.875Q449.12262 124.875 448.90387 125.125Q448.70074 125.359375 448.70074 125.78125L448.70074 126.140625ZM446.232 126.96875L445.71637 126.640625L449.18512 121.078125L449.70074 121.40625L446.232 126.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M433.0445 123.9375L433.4195 120.390625L437.06012 120.390625L437.06012 121.21875L434.18512 121.21875L433.96637 123.15625Q434.482 122.859375 435.15387 122.859375Q436.12262 122.859375 436.68512 123.5Q437.26324 124.140625 437.26324 125.234375Q437.26324 126.328125 436.6695 126.96875Q436.07574 127.59375 435.01324 127.59375Q434.07574 127.59375 433.46637 127.078125Q432.87262 126.546875 432.7945 125.625L433.65387 125.625Q433.732 126.234375 434.07574 126.546875Q434.43512 126.859375 435.01324 126.859375Q435.63824 126.859375 435.99762 126.4375Q436.357 126.0 436.357 125.25Q436.357 124.53125 435.96637 124.109375Q435.59137 123.671875 434.93512 123.671875Q434.357 123.671875 434.01324 123.921875L433.77887 124.125L433.0445 123.9375ZM443.09137 124.46875Q443.09137 126.046875 442.5445 126.828125Q442.01324 127.59375 440.857 127.59375Q439.71637 127.59375 439.1695 126.84375Q438.62262 126.09375 438.607 124.59375L438.607 123.390625Q438.607 121.8125 439.13824 121.0625Q439.68512 120.296875 440.84137 120.296875Q441.99762 120.296875 442.52887 121.03125Q443.07574 121.765625 443.09137 123.296875L443.09137 124.46875ZM442.18512 123.234375Q442.18512 122.078125 441.857 121.5625Q441.5445 121.03125 440.84137 121.03125Q440.15387 121.03125 439.82574 121.5625Q439.51324 122.078125 439.51324 123.15625L439.51324 124.609375Q439.51324 125.765625 439.84137 126.3125Q440.18512 126.859375 440.857 126.859375Q441.52887 126.859375 441.84137 126.34375Q442.1695 125.828125 442.18512 124.71875L442.18512 123.234375ZM444.56012 121.75Q444.56012 121.125 444.96637 120.703125Q445.37262 120.28125 446.01324 120.28125Q446.6695 120.28125 447.06012 120.703125Q447.46637 121.125 447.46637 121.78125L447.46637 122.140625Q447.46637 122.78125 447.06012 123.1875Q446.65387 123.59375 446.02887 123.59375Q445.38824 123.59375 444.96637 123.1875Q444.56012 122.78125 444.56012 122.09375L444.56012 121.75ZM445.232 122.140625Q445.232 122.515625 445.43512 122.765625Q445.65387 123.0 446.02887 123.0Q446.37262 123.0 446.57574 122.765625Q446.7945 122.53125 446.7945 122.109375L446.7945 121.75Q446.7945 121.375 446.57574 121.125Q446.37262 120.875 446.01324 120.875Q445.65387 120.875 445.43512 121.125Q445.232 121.375 445.232 121.78125L445.232 122.140625ZM448.01324 125.75Q448.01324 125.109375 448.4195 124.703125Q448.84137 124.296875 449.46637 124.296875Q450.107 124.296875 450.51324 124.703125Q450.93512 125.109375 450.93512 125.796875L450.93512 126.140625Q450.93512 126.78125 450.52887 127.203125Q450.12262 127.609375 449.482 127.609375Q448.857 127.609375 448.43512 127.203125Q448.01324 126.78125 448.01324 126.109375L448.01324 125.75ZM448.70074 126.140625Q448.70074 126.515625 448.90387 126.765625Q449.12262 127.015625 449.482 127.015625Q449.84137 127.015625 450.0445 126.78125Q450.26324 126.53125 450.26324 126.125L450.26324 125.75Q450.26324 125.375 450.0445 125.125Q449.82574 124.875 449.482 124.875Q449.12262 124.875 448.90387 125.125Q448.70074 125.359375 448.70074 125.78125L448.70074 126.140625ZM446.232 126.96875L445.71637 126.640625L449.18512 121.078125L449.70074 121.40625L446.232 126.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M294.08124 190.5L289.425 190.5L289.425 189.84375L291.8781 187.10938Q292.425 186.5 292.6281 186.10938Q292.84686 185.71875 292.84686 185.29688Q292.84686 184.75 292.5031 184.39062Q292.175 184.03125 291.6125 184.03125Q290.9406 184.03125 290.5656 184.42188Q290.1906 184.79688 290.1906 185.48438L289.28436 185.48438Q289.28436 184.5 289.90936 183.90625Q290.55 183.29688 291.6125 183.29688Q292.59686 183.29688 293.175 183.8125Q293.7531 184.32812 293.7531 185.20312Q293.7531 186.25 292.40936 187.70312L290.51874 189.76562L294.08124 189.76562L294.08124 190.5ZM300.08124 190.5L295.425 190.5L295.425 189.84375L297.8781 187.10938Q298.425 186.5 298.6281 186.10938Q298.84686 185.71875 298.84686 185.29688Q298.84686 184.75 298.5031 184.39062Q298.175 184.03125 297.6125 184.03125Q296.9406 184.03125 296.5656 184.42188Q296.1906 184.79688 296.1906 185.48438L295.28436 185.48438Q295.28436 184.5 295.90936 183.90625Q296.55 183.29688 297.6125 183.29688Q298.59686 183.29688 299.175 183.8125Q299.7531 184.32812 299.7531 185.20312Q299.7531 186.25 298.40936 187.70312L296.51874 189.76562L300.08124 189.76562L300.08124 190.5ZM301.34686 184.75Q301.34686 184.125 301.7531 183.70312Q302.15936 183.28125 302.8 183.28125Q303.45624 183.28125 303.84686 183.70312Q304.2531 184.125 304.2531 184.78125L304.2531 185.14062Q304.2531 185.78125 303.84686 186.1875Q303.4406 186.59375 302.8156 186.59375Q302.175 186.59375 301.7531 186.1875Q301.34686 185.78125 301.34686 185.09375L301.34686 184.75ZM302.01874 185.14062Q302.01874 185.51562 302.22186 185.76562Q302.4406 186.0 302.8156 186.0Q303.15936 186.0 303.3625 185.76562Q303.58124 185.53125 303.58124 185.10938L303.58124 184.75Q303.58124 184.375 303.3625 184.125Q303.15936 183.875 302.8 183.875Q302.4406 183.875 302.22186 184.125Q302.01874 184.375 302.01874 184.78125L302.01874 185.14062ZM304.8 188.75Q304.8 188.10938 305.20624 187.70312Q305.6281 187.29688 306.2531 187.29688Q306.89374 187.29688 307.3 187.70312Q307.72186 188.10938 307.72186 188.79688L307.72186 189.14062Q307.72186 189.78125 307.3156 190.20312Q306.90936 190.60938 306.26874 190.60938Q305.64374 190.60938 305.22186 190.20312Q304.8 189.78125 304.8 189.10938L304.8 188.75ZM305.4875 189.14062Q305.4875 189.51562 305.6906 189.76562Q305.90936 190.01562 306.26874 190.01562Q306.6281 190.01562 306.83124 189.78125Q307.05 189.53125 307.05 189.125L307.05 188.75Q307.05 188.375 306.83124 188.125Q306.6125 187.875 306.26874 187.875Q305.90936 187.875 305.6906 188.125Q305.4875 188.35938 305.4875 188.78125L305.4875 189.14062ZM303.01874 189.96875L302.5031 189.64062L305.97186 184.07812L306.4875 184.40625L303.01874 189.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M294.08124 190.5L289.425 190.5L289.425 189.84375L291.8781 187.10938Q292.425 186.5 292.6281 186.10938Q292.84686 185.71875 292.84686 185.29688Q292.84686 184.75 292.5031 184.39062Q292.175 184.03125 291.6125 184.03125Q290.9406 184.03125 290.5656 184.42188Q290.1906 184.79688 290.1906 185.48438L289.28436 185.48438Q289.28436 184.5 289.90936 183.90625Q290.55 183.29688 291.6125 183.29688Q292.59686 183.29688 293.175 183.8125Q293.7531 184.32812 293.7531 185.20312Q293.7531 186.25 292.40936 187.70312L290.51874 189.76562L294.08124 189.76562L294.08124 190.5ZM300.08124 190.5L295.425 190.5L295.425 189.84375L297.8781 187.10938Q298.425 186.5 298.6281 186.10938Q298.84686 185.71875 298.84686 185.29688Q298.84686 184.75 298.5031 184.39062Q298.175 184.03125 297.6125 184.03125Q296.9406 184.03125 296.5656 184.42188Q296.1906 184.79688 296.1906 185.48438L295.28436 185.48438Q295.28436 184.5 295.90936 183.90625Q296.55 183.29688 297.6125 183.29688Q298.59686 183.29688 299.175 183.8125Q299.7531 184.32812 299.7531 185.20312Q299.7531 186.25 298.40936 187.70312L296.51874 189.76562L300.08124 189.76562L300.08124 190.5ZM301.34686 184.75Q301.34686 184.125 301.7531 183.70312Q302.15936 183.28125 302.8 183.28125Q303.45624 183.28125 303.84686 183.70312Q304.2531 184.125 304.2531 184.78125L304.2531 185.14062Q304.2531 185.78125 303.84686 186.1875Q303.4406 186.59375 302.8156 186.59375Q302.175 186.59375 301.7531 186.1875Q301.34686 185.78125 301.34686 185.09375L301.34686 184.75ZM302.01874 185.14062Q302.01874 185.51562 302.22186 185.76562Q302.4406 186.0 302.8156 186.0Q303.15936 186.0 303.3625 185.76562Q303.58124 185.53125 303.58124 185.10938L303.58124 184.75Q303.58124 184.375 303.3625 184.125Q303.15936 183.875 302.8 183.875Q302.4406 183.875 302.22186 184.125Q302.01874 184.375 302.01874 184.78125L302.01874 185.14062ZM304.8 188.75Q304.8 188.10938 305.20624 187.70312Q305.6281 187.29688 306.2531 187.29688Q306.89374 187.29688 307.3 187.70312Q307.72186 188.10938 307.72186 188.79688L307.72186 189.14062Q307.72186 189.78125 307.3156 190.20312Q306.90936 190.60938 306.26874 190.60938Q305.64374 190.60938 305.22186 190.20312Q304.8 189.78125 304.8 189.10938L304.8 188.75ZM305.4875 189.14062Q305.4875 189.51562 305.6906 189.76562Q305.90936 190.01562 306.26874 190.01562Q306.6281 190.01562 306.83124 189.78125Q307.05 189.53125 307.05 189.125L307.05 188.75Q307.05 188.375 306.83124 188.125Q306.6125 187.875 306.26874 187.875Q305.90936 187.875 305.6906 188.125Q305.4875 188.35938 305.4875 188.78125L305.4875 189.14062ZM303.01874 189.96875L302.5031 189.64062L305.97186 184.07812L306.4875 184.40625L303.01874 189.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.31117 250.5L196.98305 250.5Q197.62367 250.5 197.98305 250.17188Q198.35805 249.84375 198.35805 249.28125Q198.35805 248.03125 197.10805 248.03125Q196.52992 248.03125 196.17055 248.375Q195.8268 248.70312 195.8268 249.25L194.92055 249.25Q194.92055 248.40625 195.54555 247.85938Q196.17055 247.29688 197.10805 247.29688Q198.12367 247.29688 198.68617 247.82812Q199.2643 248.35938 199.2643 249.29688Q199.2643 249.76562 198.96742 250.20312Q198.67055 250.64062 198.1393 250.85938Q198.73305 251.03125 199.04555 251.46875Q199.37367 251.89062 199.37367 252.51562Q199.37367 253.46875 198.74867 254.03125Q198.12367 254.59375 197.12367 254.59375Q196.12367 254.59375 195.48305 254.0625Q194.85805 253.51562 194.85805 252.625L195.77992 252.625Q195.77992 253.1875 196.1393 253.53125Q196.49867 253.85938 197.12367 253.85938Q197.77992 253.85938 198.12367 253.51562Q198.46742 253.17188 198.46742 252.53125Q198.46742 251.92188 198.0768 251.59375Q197.7018 251.25 196.98305 251.25L196.31117 251.25L196.31117 250.5ZM200.92055 248.75Q200.92055 248.125 201.3268 247.70312Q201.73305 247.28125 202.37367 247.28125Q203.02992 247.28125 203.42055 247.70312Q203.8268 248.125 203.8268 248.78125L203.8268 249.14062Q203.8268 249.78125 203.42055 250.1875Q203.0143 250.59375 202.3893 250.59375Q201.74867 250.59375 201.3268 250.1875Q200.92055 249.78125 200.92055 249.09375L200.92055 248.75ZM201.59242 249.14062Q201.59242 249.51562 201.79555 249.76562Q202.0143 250.0 202.3893 250.0Q202.73305 250.0 202.93617 249.76562Q203.15492 249.53125 203.15492 249.10938L203.15492 248.75Q203.15492 248.375 202.93617 248.125Q202.73305 247.875 202.37367 247.875Q202.0143 247.875 201.79555 248.125Q201.59242 248.375 201.59242 248.78125L201.59242 249.14062ZM204.37367 252.75Q204.37367 252.10938 204.77992 251.70312Q205.2018 251.29688 205.8268 251.29688Q206.46742 251.29688 206.87367 251.70312Q207.29555 252.10938 207.29555 252.79688L207.29555 253.14062Q207.29555 253.78125 206.8893 254.20312Q206.48305 254.60938 205.84242 254.60938Q205.21742 254.60938 204.79555 254.20312Q204.37367 253.78125 204.37367 253.10938L204.37367 252.75ZM205.06117 253.14062Q205.06117 253.51562 205.2643 253.76562Q205.48305 254.01562 205.84242 254.01562Q206.2018 254.01562 206.40492 253.78125Q206.62367 253.53125 206.62367 253.125L206.62367 252.75Q206.62367 252.375 206.40492 252.125Q206.18617 251.875 205.84242 251.875Q205.48305 251.875 205.2643 252.125Q205.06117 252.35938 205.06117 252.78125L205.06117 253.14062ZM202.59242 253.96875L202.0768 253.64062L205.54555 248.07812L206.06117 248.40625L202.59242 253.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.31117 250.5L196.98305 250.5Q197.62367 250.5 197.98305 250.17188Q198.35805 249.84375 198.35805 249.28125Q198.35805 248.03125 197.10805 248.03125Q196.52992 248.03125 196.17055 248.375Q195.8268 248.70312 195.8268 249.25L194.92055 249.25Q194.92055 248.40625 195.54555 247.85938Q196.17055 247.29688 197.10805 247.29688Q198.12367 247.29688 198.68617 247.82812Q199.2643 248.35938 199.2643 249.29688Q199.2643 249.76562 198.96742 250.20312Q198.67055 250.64062 198.1393 250.85938Q198.73305 251.03125 199.04555 251.46875Q199.37367 251.89062 199.37367 252.51562Q199.37367 253.46875 198.74867 254.03125Q198.12367 254.59375 197.12367 254.59375Q196.12367 254.59375 195.48305 254.0625Q194.85805 253.51562 194.85805 252.625L195.77992 252.625Q195.77992 253.1875 196.1393 253.53125Q196.49867 253.85938 197.12367 253.85938Q197.77992 253.85938 198.12367 253.51562Q198.46742 253.17188 198.46742 252.53125Q198.46742 251.92188 198.0768 251.59375Q197.7018 251.25 196.98305 251.25L196.31117 251.25L196.31117 250.5ZM200.92055 248.75Q200.92055 248.125 201.3268 247.70312Q201.73305 247.28125 202.37367 247.28125Q203.02992 247.28125 203.42055 247.70312Q203.8268 248.125 203.8268 248.78125L203.8268 249.14062Q203.8268 249.78125 203.42055 250.1875Q203.0143 250.59375 202.3893 250.59375Q201.74867 250.59375 201.3268 250.1875Q200.92055 249.78125 200.92055 249.09375L200.92055 248.75ZM201.59242 249.14062Q201.59242 249.51562 201.79555 249.76562Q202.0143 250.0 202.3893 250.0Q202.73305 250.0 202.93617 249.76562Q203.15492 249.53125 203.15492 249.10938L203.15492 248.75Q203.15492 248.375 202.93617 248.125Q202.73305 247.875 202.37367 247.875Q202.0143 247.875 201.79555 248.125Q201.59242 248.375 201.59242 248.78125L201.59242 249.14062ZM204.37367 252.75Q204.37367 252.10938 204.77992 251.70312Q205.2018 251.29688 205.8268 251.29688Q206.46742 251.29688 206.87367 251.70312Q207.29555 252.10938 207.29555 252.79688L207.29555 253.14062Q207.29555 253.78125 206.8893 254.20312Q206.48305 254.60938 205.84242 254.60938Q205.21742 254.60938 204.79555 254.20312Q204.37367 253.78125 204.37367 253.10938L204.37367 252.75ZM205.06117 253.14062Q205.06117 253.51562 205.2643 253.76562Q205.48305 254.01562 205.84242 254.01562Q206.2018 254.01562 206.40492 253.78125Q206.62367 253.53125 206.62367 253.125L206.62367 252.75Q206.62367 252.375 206.40492 252.125Q206.18617 251.875 205.84242 251.875Q205.48305 251.875 205.2643 252.125Q205.06117 252.35938 205.06117 252.78125L205.06117 253.14062ZM202.59242 253.96875L202.0768 253.64062L205.54555 248.07812L206.06117 248.40625L202.59242 253.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M520.745 67.390625L520.745 68.15625L520.5731 68.15625Q519.52625 68.171875 518.90125 68.78125Q518.27625 69.375 518.1669 70.484375Q518.7294 69.84375 519.6981 69.84375Q520.6356 69.84375 521.1825 70.5Q521.745 71.140625 521.745 72.1875Q521.745 73.28125 521.1356 73.9375Q520.5419 74.59375 519.5419 74.59375Q518.52625 74.59375 517.8856 73.8125Q517.245 73.03125 517.245 71.796875L517.245 71.453125Q517.245 69.484375 518.0731 68.453125Q518.9169 67.40625 520.5731 67.390625L520.745 67.390625ZM519.5575 70.59375Q519.08875 70.59375 518.6981 70.875Q518.3075 71.140625 518.15125 71.5625L518.15125 71.890625Q518.15125 72.78125 518.5419 73.3125Q518.9481 73.84375 519.5419 73.84375Q520.15125 73.84375 520.495 73.40625Q520.8544 72.953125 520.8544 72.21875Q520.8544 71.484375 520.495 71.046875Q520.1356 70.59375 519.5575 70.59375ZM527.7919 67.890625L524.83875 74.5L523.90125 74.5L526.8231 68.125L522.9794 68.125L522.9794 67.390625L527.7919 67.390625L527.7919 67.890625ZM529.12 68.75Q529.12 68.125 529.52625 67.703125Q529.9325 67.28125 530.5731 67.28125Q531.2294 67.28125 531.62 67.703125Q532.02625 68.125 532.02625 68.78125L532.02625 69.140625Q532.02625 69.78125 531.62 70.1875Q531.21375 70.59375 530.58875 70.59375Q529.9481 70.59375 529.52625 70.1875Q529.12 69.78125 529.12 69.09375L529.12 68.75ZM529.7919 69.140625Q529.7919 69.515625 529.995 69.765625Q530.21375 70.0 530.58875 70.0Q530.9325 70.0 531.1356 69.765625Q531.3544 69.53125 531.3544 69.109375L531.3544 68.75Q531.3544 68.375 531.1356 68.125Q530.9325 67.875 530.5731 67.875Q530.21375 67.875 529.995 68.125Q529.7919 68.375 529.7919 68.78125L529.7919 69.140625ZM532.5731 72.75Q532.5731 72.109375 532.9794 71.703125Q533.40125 71.296875 534.02625 71.296875Q534.6669 71.296875 535.0731 71.703125Q535.495 72.109375 535.495 72.796875L535.495 73.140625Q535.495 73.78125 535.08875 74.203125Q534.6825 74.609375 534.0419 74.609375Q533.4169 74.609375 532.995 74.203125Q532.5731 73.78125 532.5731 73.109375L532.5731 72.75ZM533.2606 73.140625Q533.2606 73.515625 533.46375 73.765625Q533.6825 74.015625 534.0419 74.015625Q534.40125 74.015625 534.6044 73.78125Q534.8231 73.53125 534.8231 73.125L534.8231 72.75Q534.8231 72.375 534.6044 72.125Q534.3856 71.875 534.0419 71.875Q533.6825 71.875 533.46375 72.125Q533.2606 72.359375 533.2606 72.78125L533.2606 73.140625ZM530.7919 73.96875L530.27625 73.640625L533.745 68.078125L534.2606 68.40625L530.7919 73.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M520.745 67.390625L520.745 68.15625L520.5731 68.15625Q519.52625 68.171875 518.90125 68.78125Q518.27625 69.375 518.1669 70.484375Q518.7294 69.84375 519.6981 69.84375Q520.6356 69.84375 521.1825 70.5Q521.745 71.140625 521.745 72.1875Q521.745 73.28125 521.1356 73.9375Q520.5419 74.59375 519.5419 74.59375Q518.52625 74.59375 517.8856 73.8125Q517.245 73.03125 517.245 71.796875L517.245 71.453125Q517.245 69.484375 518.0731 68.453125Q518.9169 67.40625 520.5731 67.390625L520.745 67.390625ZM519.5575 70.59375Q519.08875 70.59375 518.6981 70.875Q518.3075 71.140625 518.15125 71.5625L518.15125 71.890625Q518.15125 72.78125 518.5419 73.3125Q518.9481 73.84375 519.5419 73.84375Q520.15125 73.84375 520.495 73.40625Q520.8544 72.953125 520.8544 72.21875Q520.8544 71.484375 520.495 71.046875Q520.1356 70.59375 519.5575 70.59375ZM527.7919 67.890625L524.83875 74.5L523.90125 74.5L526.8231 68.125L522.9794 68.125L522.9794 67.390625L527.7919 67.390625L527.7919 67.890625ZM529.12 68.75Q529.12 68.125 529.52625 67.703125Q529.9325 67.28125 530.5731 67.28125Q531.2294 67.28125 531.62 67.703125Q532.02625 68.125 532.02625 68.78125L532.02625 69.140625Q532.02625 69.78125 531.62 70.1875Q531.21375 70.59375 530.58875 70.59375Q529.9481 70.59375 529.52625 70.1875Q529.12 69.78125 529.12 69.09375L529.12 68.75ZM529.7919 69.140625Q529.7919 69.515625 529.995 69.765625Q530.21375 70.0 530.58875 70.0Q530.9325 70.0 531.1356 69.765625Q531.3544 69.53125 531.3544 69.109375L531.3544 68.75Q531.3544 68.375 531.1356 68.125Q530.9325 67.875 530.5731 67.875Q530.21375 67.875 529.995 68.125Q529.7919 68.375 529.7919 68.78125L529.7919 69.140625ZM532.5731 72.75Q532.5731 72.109375 532.9794 71.703125Q533.40125 71.296875 534.02625 71.296875Q534.6669 71.296875 535.0731 71.703125Q535.495 72.109375 535.495 72.796875L535.495 73.140625Q535.495 73.78125 535.08875 74.203125Q534.6825 74.609375 534.0419 74.609375Q533.4169 74.609375 532.995 74.203125Q532.5731 73.78125 532.5731 73.109375L532.5731 72.75ZM533.2606 73.140625Q533.2606 73.515625 533.46375 73.765625Q533.6825 74.015625 534.0419 74.015625Q534.40125 74.015625 534.6044 73.78125Q534.8231 73.53125 534.8231 73.125L534.8231 72.75Q534.8231 72.375 534.6044 72.125Q534.3856 71.875 534.0419 71.875Q533.6825 71.875 533.46375 72.125Q533.2606 72.359375 533.2606 72.78125L533.2606 73.140625ZM530.7919 73.96875L530.27625 73.640625L533.745 68.078125L534.2606 68.40625L530.7919 73.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M439.58484 133.9375L439.95984 130.39062L443.60046 130.39062L443.60046 131.21875L440.72546 131.21875L440.5067 133.15625Q441.02234 132.85938 441.6942 132.85938Q442.66296 132.85938 443.22546 133.5Q443.8036 134.14062 443.8036 135.23438Q443.8036 136.32812 443.20984 136.96875Q442.6161 137.59375 441.5536 137.59375Q440.6161 137.59375 440.0067 137.07812Q439.41296 136.54688 439.33484 135.625L440.1942 135.625Q440.27234 136.23438 440.6161 136.54688Q440.97546 136.85938 441.5536 136.85938Q442.1786 136.85938 442.53796 136.4375Q442.89734 136.0 442.89734 135.25Q442.89734 134.53125 442.5067 134.10938Q442.1317 133.67188 441.47546 133.67188Q440.89734 133.67188 440.5536 133.92188L440.3192 134.125L439.58484 133.9375ZM449.83484 137.5L445.1786 137.5L445.1786 136.84375L447.6317 134.10938Q448.1786 133.5 448.3817 133.10938Q448.60046 132.71875 448.60046 132.29688Q448.60046 131.75 448.2567 131.39062Q447.9286 131.03125 447.3661 131.03125Q446.6942 131.03125 446.3192 131.42188Q445.9442 131.79688 445.9442 132.48438L445.03796 132.48438Q445.03796 131.5 445.66296 130.90625Q446.3036 130.29688 447.3661 130.29688Q448.35046 130.29688 448.9286 130.8125Q449.5067 131.32812 449.5067 132.20312Q449.5067 133.25 448.16296 134.70312L446.27234 136.76562L449.83484 136.76562L449.83484 137.5ZM451.10046 131.75Q451.10046 131.125 451.5067 130.70312Q451.91296 130.28125 452.5536 130.28125Q453.20984 130.28125 453.60046 130.70312Q454.0067 131.125 454.0067 131.78125L454.0067 132.14062Q454.0067 132.78125 453.60046 133.1875Q453.1942 133.59375 452.5692 133.59375Q451.9286 133.59375 451.5067 133.1875Q451.10046 132.78125 451.10046 132.09375L451.10046 131.75ZM451.77234 132.14062Q451.77234 132.51562 451.97546 132.76562Q452.1942 133.0 452.5692 133.0Q452.91296 133.0 453.1161 132.76562Q453.33484 132.53125 453.33484 132.10938L453.33484 131.75Q453.33484 131.375 453.1161 131.125Q452.91296 130.875 452.5536 130.875Q452.1942 130.875 451.97546 131.125Q451.77234 131.375 451.77234 131.78125L451.77234 132.14062ZM454.5536 135.75Q454.5536 135.10938 454.95984 134.70312Q455.3817 134.29688 456.0067 134.29688Q456.64734 134.29688 457.0536 134.70312Q457.47546 135.10938 457.47546 135.79688L457.47546 136.14062Q457.47546 136.78125 457.0692 137.20312Q456.66296 137.60938 456.02234 137.60938Q455.39734 137.60938 454.97546 137.20312Q454.5536 136.78125 454.5536 136.10938L454.5536 135.75ZM455.2411 136.14062Q455.2411 136.51562 455.4442 136.76562Q455.66296 137.01562 456.02234 137.01562Q456.3817 137.01562 456.58484 136.78125Q456.8036 136.53125 456.8036 136.125L456.8036 135.75Q456.8036 135.375 456.58484 135.125Q456.3661 134.875 456.02234 134.875Q455.66296 134.875 455.4442 135.125Q455.2411 135.35938 455.2411 135.78125L455.2411 136.14062ZM452.77234 136.96875L452.2567 136.64062L455.72546 131.07812L456.2411 131.40625L452.77234 136.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M439.58484 133.9375L439.95984 130.39062L443.60046 130.39062L443.60046 131.21875L440.72546 131.21875L440.5067 133.15625Q441.02234 132.85938 441.6942 132.85938Q442.66296 132.85938 443.22546 133.5Q443.8036 134.14062 443.8036 135.23438Q443.8036 136.32812 443.20984 136.96875Q442.6161 137.59375 441.5536 137.59375Q440.6161 137.59375 440.0067 137.07812Q439.41296 136.54688 439.33484 135.625L440.1942 135.625Q440.27234 136.23438 440.6161 136.54688Q440.97546 136.85938 441.5536 136.85938Q442.1786 136.85938 442.53796 136.4375Q442.89734 136.0 442.89734 135.25Q442.89734 134.53125 442.5067 134.10938Q442.1317 133.67188 441.47546 133.67188Q440.89734 133.67188 440.5536 133.92188L440.3192 134.125L439.58484 133.9375ZM449.83484 137.5L445.1786 137.5L445.1786 136.84375L447.6317 134.10938Q448.1786 133.5 448.3817 133.10938Q448.60046 132.71875 448.60046 132.29688Q448.60046 131.75 448.2567 131.39062Q447.9286 131.03125 447.3661 131.03125Q446.6942 131.03125 446.3192 131.42188Q445.9442 131.79688 445.9442 132.48438L445.03796 132.48438Q445.03796 131.5 445.66296 130.90625Q446.3036 130.29688 447.3661 130.29688Q448.35046 130.29688 448.9286 130.8125Q449.5067 131.32812 449.5067 132.20312Q449.5067 133.25 448.16296 134.70312L446.27234 136.76562L449.83484 136.76562L449.83484 137.5ZM451.10046 131.75Q451.10046 131.125 451.5067 130.70312Q451.91296 130.28125 452.5536 130.28125Q453.20984 130.28125 453.60046 130.70312Q454.0067 131.125 454.0067 131.78125L454.0067 132.14062Q454.0067 132.78125 453.60046 133.1875Q453.1942 133.59375 452.5692 133.59375Q451.9286 133.59375 451.5067 133.1875Q451.10046 132.78125 451.10046 132.09375L451.10046 131.75ZM451.77234 132.14062Q451.77234 132.51562 451.97546 132.76562Q452.1942 133.0 452.5692 133.0Q452.91296 133.0 453.1161 132.76562Q453.33484 132.53125 453.33484 132.10938L453.33484 131.75Q453.33484 131.375 453.1161 131.125Q452.91296 130.875 452.5536 130.875Q452.1942 130.875 451.97546 131.125Q451.77234 131.375 451.77234 131.78125L451.77234 132.14062ZM454.5536 135.75Q454.5536 135.10938 454.95984 134.70312Q455.3817 134.29688 456.0067 134.29688Q456.64734 134.29688 457.0536 134.70312Q457.47546 135.10938 457.47546 135.79688L457.47546 136.14062Q457.47546 136.78125 457.0692 137.20312Q456.66296 137.60938 456.02234 137.60938Q455.39734 137.60938 454.97546 137.20312Q454.5536 136.78125 454.5536 136.10938L454.5536 135.75ZM455.2411 136.14062Q455.2411 136.51562 455.4442 136.76562Q455.66296 137.01562 456.02234 137.01562Q456.3817 137.01562 456.58484 136.78125Q456.8036 136.53125 456.8036 136.125L456.8036 135.75Q456.8036 135.375 456.58484 135.125Q456.3661 134.875 456.02234 134.875Q455.66296 134.875 455.4442 135.125Q455.2411 135.35938 455.2411 135.78125L455.2411 136.14062ZM452.77234 136.96875L452.2567 136.64062L455.72546 131.07812L456.2411 131.40625L452.77234 136.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M283.83157 200.5L279.17532 200.5L279.17532 199.84375L281.62845 197.10938Q282.17532 196.5 282.37845 196.10938Q282.5972 195.71875 282.5972 195.29688Q282.5972 194.75 282.25345 194.39062Q281.92532 194.03125 281.36282 194.03125Q280.69095 194.03125 280.31595 194.42188Q279.94095 194.79688 279.94095 195.48438L279.0347 195.48438Q279.0347 194.5 279.6597 193.90625Q280.30032 193.29688 281.36282 193.29688Q282.3472 193.29688 282.92532 193.8125Q283.50345 194.32812 283.50345 195.20312Q283.50345 196.25 282.1597 197.70312L280.26907 199.76562L283.83157 199.76562L283.83157 200.5ZM289.62845 197.46875Q289.62845 199.04688 289.08157 199.82812Q288.55032 200.59375 287.39407 200.59375Q286.25345 200.59375 285.70657 199.84375Q285.1597 199.09375 285.14407 197.59375L285.14407 196.39062Q285.14407 194.8125 285.67532 194.0625Q286.2222 193.29688 287.37845 193.29688Q288.5347 193.29688 289.06595 194.03125Q289.61282 194.76562 289.62845 196.29688L289.62845 197.46875ZM288.7222 196.23438Q288.7222 195.07812 288.39407 194.5625Q288.08157 194.03125 287.37845 194.03125Q286.69095 194.03125 286.36282 194.5625Q286.05032 195.07812 286.05032 196.15625L286.05032 197.60938Q286.05032 198.76562 286.37845 199.3125Q286.7222 199.85938 287.39407 199.85938Q288.06595 199.85938 288.37845 199.34375Q288.70657 198.82812 288.7222 197.71875L288.7222 196.23438ZM291.0972 194.75Q291.0972 194.125 291.50345 193.70312Q291.9097 193.28125 292.55032 193.28125Q293.20657 193.28125 293.5972 193.70312Q294.00345 194.125 294.00345 194.78125L294.00345 195.14062Q294.00345 195.78125 293.5972 196.1875Q293.19095 196.59375 292.56595 196.59375Q291.92532 196.59375 291.50345 196.1875Q291.0972 195.78125 291.0972 195.09375L291.0972 194.75ZM291.76907 195.14062Q291.76907 195.51562 291.9722 195.76562Q292.19095 196.0 292.56595 196.0Q292.9097 196.0 293.11282 195.76562Q293.33157 195.53125 293.33157 195.10938L293.33157 194.75Q293.33157 194.375 293.11282 194.125Q292.9097 193.875 292.55032 193.875Q292.19095 193.875 291.9722 194.125Q291.76907 194.375 291.76907 194.78125L291.76907 195.14062ZM294.55032 198.75Q294.55032 198.10938 294.95657 197.70312Q295.37845 197.29688 296.00345 197.29688Q296.64407 197.29688 297.05032 197.70312Q297.4722 198.10938 297.4722 198.79688L297.4722 199.14062Q297.4722 199.78125 297.06595 200.20312Q296.6597 200.60938 296.01907 200.60938Q295.39407 200.60938 294.9722 200.20312Q294.55032 199.78125 294.55032 199.10938L294.55032 198.75ZM295.23782 199.14062Q295.23782 199.51562 295.44095 199.76562Q295.6597 200.01562 296.01907 200.01562Q296.37845 200.01562 296.58157 199.78125Q296.80032 199.53125 296.80032 199.125L296.80032 198.75Q296.80032 198.375 296.58157 198.125Q296.36282 197.875 296.01907 197.875Q295.6597 197.875 295.44095 198.125Q295.23782 198.35938 295.23782 198.78125L295.23782 199.14062ZM292.76907 199.96875L292.25345 199.64062L295.7222 194.07812L296.23782 194.40625L292.76907 199.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M283.83157 200.5L279.17532 200.5L279.17532 199.84375L281.62845 197.10938Q282.17532 196.5 282.37845 196.10938Q282.5972 195.71875 282.5972 195.29688Q282.5972 194.75 282.25345 194.39062Q281.92532 194.03125 281.36282 194.03125Q280.69095 194.03125 280.31595 194.42188Q279.94095 194.79688 279.94095 195.48438L279.0347 195.48438Q279.0347 194.5 279.6597 193.90625Q280.30032 193.29688 281.36282 193.29688Q282.3472 193.29688 282.92532 193.8125Q283.50345 194.32812 283.50345 195.20312Q283.50345 196.25 282.1597 197.70312L280.26907 199.76562L283.83157 199.76562L283.83157 200.5ZM289.62845 197.46875Q289.62845 199.04688 289.08157 199.82812Q288.55032 200.59375 287.39407 200.59375Q286.25345 200.59375 285.70657 199.84375Q285.1597 199.09375 285.14407 197.59375L285.14407 196.39062Q285.14407 194.8125 285.67532 194.0625Q286.2222 193.29688 287.37845 193.29688Q288.5347 193.29688 289.06595 194.03125Q289.61282 194.76562 289.62845 196.29688L289.62845 197.46875ZM288.7222 196.23438Q288.7222 195.07812 288.39407 194.5625Q288.08157 194.03125 287.37845 194.03125Q286.69095 194.03125 286.36282 194.5625Q286.05032 195.07812 286.05032 196.15625L286.05032 197.60938Q286.05032 198.76562 286.37845 199.3125Q286.7222 199.85938 287.39407 199.85938Q288.06595 199.85938 288.37845 199.34375Q288.70657 198.82812 288.7222 197.71875L288.7222 196.23438ZM291.0972 194.75Q291.0972 194.125 291.50345 193.70312Q291.9097 193.28125 292.55032 193.28125Q293.20657 193.28125 293.5972 193.70312Q294.00345 194.125 294.00345 194.78125L294.00345 195.14062Q294.00345 195.78125 293.5972 196.1875Q293.19095 196.59375 292.56595 196.59375Q291.92532 196.59375 291.50345 196.1875Q291.0972 195.78125 291.0972 195.09375L291.0972 194.75ZM291.76907 195.14062Q291.76907 195.51562 291.9722 195.76562Q292.19095 196.0 292.56595 196.0Q292.9097 196.0 293.11282 195.76562Q293.33157 195.53125 293.33157 195.10938L293.33157 194.75Q293.33157 194.375 293.11282 194.125Q292.9097 193.875 292.55032 193.875Q292.19095 193.875 291.9722 194.125Q291.76907 194.375 291.76907 194.78125L291.76907 195.14062ZM294.55032 198.75Q294.55032 198.10938 294.95657 197.70312Q295.37845 197.29688 296.00345 197.29688Q296.64407 197.29688 297.05032 197.70312Q297.4722 198.10938 297.4722 198.79688L297.4722 199.14062Q297.4722 199.78125 297.06595 200.20312Q296.6597 200.60938 296.01907 200.60938Q295.39407 200.60938 294.9722 200.20312Q294.55032 199.78125 294.55032 199.10938L294.55032 198.75ZM295.23782 199.14062Q295.23782 199.51562 295.44095 199.76562Q295.6597 200.01562 296.01907 200.01562Q296.37845 200.01562 296.58157 199.78125Q296.80032 199.53125 296.80032 199.125L296.80032 198.75Q296.80032 198.375 296.58157 198.125Q296.36282 197.875 296.01907 197.875Q295.6597 197.875 295.44095 198.125Q295.23782 198.35938 295.23782 198.78125L295.23782 199.14062ZM292.76907 199.96875L292.25345 199.64062L295.7222 194.07812L296.23782 194.40625L292.76907 199.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.19669 264.5L191.54044 264.5L191.54044 263.84375L193.99356 261.10938Q194.54044 260.5 194.74356 260.10938Q194.96231 259.71875 194.96231 259.29688Q194.96231 258.75 194.61856 258.39062Q194.29044 258.03125 193.72794 258.03125Q193.05606 258.03125 192.68106 258.42188Q192.30606 258.79688 192.30606 259.48438L191.39981 259.48438Q191.39981 258.5 192.02481 257.90625Q192.66544 257.29688 193.72794 257.29688Q194.71231 257.29688 195.29044 257.8125Q195.86856 258.32812 195.86856 259.20312Q195.86856 260.25 194.52481 261.70312L192.63419 263.76562L196.19669 263.76562L196.19669 264.5ZM197.46231 258.75Q197.46231 258.125 197.86856 257.70312Q198.27481 257.28125 198.91544 257.28125Q199.57169 257.28125 199.96231 257.70312Q200.36856 258.125 200.36856 258.78125L200.36856 259.14062Q200.36856 259.78125 199.96231 260.1875Q199.55606 260.59375 198.93106 260.59375Q198.29044 260.59375 197.86856 260.1875Q197.46231 259.78125 197.46231 259.09375L197.46231 258.75ZM198.13419 259.14062Q198.13419 259.51562 198.33731 259.76562Q198.55606 260.0 198.93106 260.0Q199.27481 260.0 199.47794 259.76562Q199.69669 259.53125 199.69669 259.10938L199.69669 258.75Q199.69669 258.375 199.47794 258.125Q199.27481 257.875 198.91544 257.875Q198.55606 257.875 198.33731 258.125Q198.13419 258.375 198.13419 258.78125L198.13419 259.14062ZM200.91544 262.75Q200.91544 262.10938 201.32169 261.70312Q201.74356 261.29688 202.36856 261.29688Q203.00919 261.29688 203.41544 261.70312Q203.83731 262.10938 203.83731 262.79688L203.83731 263.14062Q203.83731 263.78125 203.43106 264.20312Q203.02481 264.60938 202.38419 264.60938Q201.75919 264.60938 201.33731 264.20312Q200.91544 263.78125 200.91544 263.10938L200.91544 262.75ZM201.60294 263.14062Q201.60294 263.51562 201.80606 263.76562Q202.02481 264.01562 202.38419 264.01562Q202.74356 264.01562 202.94669 263.78125Q203.16544 263.53125 203.16544 263.125L203.16544 262.75Q203.16544 262.375 202.94669 262.125Q202.72794 261.875 202.38419 261.875Q202.02481 261.875 201.80606 262.125Q201.60294 262.35938 201.60294 262.78125L201.60294 263.14062ZM199.13419 263.96875L198.61856 263.64062L202.08731 258.07812L202.60294 258.40625L199.13419 263.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.19669 264.5L191.54044 264.5L191.54044 263.84375L193.99356 261.10938Q194.54044 260.5 194.74356 260.10938Q194.96231 259.71875 194.96231 259.29688Q194.96231 258.75 194.61856 258.39062Q194.29044 258.03125 193.72794 258.03125Q193.05606 258.03125 192.68106 258.42188Q192.30606 258.79688 192.30606 259.48438L191.39981 259.48438Q191.39981 258.5 192.02481 257.90625Q192.66544 257.29688 193.72794 257.29688Q194.71231 257.29688 195.29044 257.8125Q195.86856 258.32812 195.86856 259.20312Q195.86856 260.25 194.52481 261.70312L192.63419 263.76562L196.19669 263.76562L196.19669 264.5ZM197.46231 258.75Q197.46231 258.125 197.86856 257.70312Q198.27481 257.28125 198.91544 257.28125Q199.57169 257.28125 199.96231 257.70312Q200.36856 258.125 200.36856 258.78125L200.36856 259.14062Q200.36856 259.78125 199.96231 260.1875Q199.55606 260.59375 198.93106 260.59375Q198.29044 260.59375 197.86856 260.1875Q197.46231 259.78125 197.46231 259.09375L197.46231 258.75ZM198.13419 259.14062Q198.13419 259.51562 198.33731 259.76562Q198.55606 260.0 198.93106 260.0Q199.27481 260.0 199.47794 259.76562Q199.69669 259.53125 199.69669 259.10938L199.69669 258.75Q199.69669 258.375 199.47794 258.125Q199.27481 257.875 198.91544 257.875Q198.55606 257.875 198.33731 258.125Q198.13419 258.375 198.13419 258.78125L198.13419 259.14062ZM200.91544 262.75Q200.91544 262.10938 201.32169 261.70312Q201.74356 261.29688 202.36856 261.29688Q203.00919 261.29688 203.41544 261.70312Q203.83731 262.10938 203.83731 262.79688L203.83731 263.14062Q203.83731 263.78125 203.43106 264.20312Q203.02481 264.60938 202.38419 264.60938Q201.75919 264.60938 201.33731 264.20312Q200.91544 263.78125 200.91544 263.10938L200.91544 262.75ZM201.60294 263.14062Q201.60294 263.51562 201.80606 263.76562Q202.02481 264.01562 202.38419 264.01562Q202.74356 264.01562 202.94669 263.78125Q203.16544 263.53125 203.16544 263.125L203.16544 262.75Q203.16544 262.375 202.94669 262.125Q202.72794 261.875 202.38419 261.875Q202.02481 261.875 201.80606 262.125Q201.60294 262.35938 201.60294 262.78125L201.60294 263.14062ZM199.13419 263.96875L198.61856 263.64062L202.08731 258.07812L202.60294 258.40625L199.13419 263.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M537.56793 77.890625L534.6148 84.5L533.6773 84.5L536.5992 78.125L532.75543 78.125L532.75543 77.390625L537.56793 77.390625L537.56793 77.890625ZM541.94293 84.5L541.0367 84.5L541.0367 78.484375L539.20856 79.140625L539.20856 78.328125L541.8023 77.359375L541.94293 77.359375L541.94293 84.5ZM544.89606 78.75Q544.89606 78.125 545.3023 77.703125Q545.70856 77.28125 546.3492 77.28125Q547.00543 77.28125 547.39606 77.703125Q547.8023 78.125 547.8023 78.78125L547.8023 79.140625Q547.8023 79.78125 547.39606 80.1875Q546.9898 80.59375 546.3648 80.59375Q545.7242 80.59375 545.3023 80.1875Q544.89606 79.78125 544.89606 79.09375L544.89606 78.75ZM545.56793 79.140625Q545.56793 79.515625 545.77106 79.765625Q545.9898 80.0 546.3648 80.0Q546.70856 80.0 546.9117 79.765625Q547.13043 79.53125 547.13043 79.109375L547.13043 78.75Q547.13043 78.375 546.9117 78.125Q546.70856 77.875 546.3492 77.875Q545.9898 77.875 545.77106 78.125Q545.56793 78.375 545.56793 78.78125L545.56793 79.140625ZM548.3492 82.75Q548.3492 82.109375 548.75543 81.703125Q549.1773 81.296875 549.8023 81.296875Q550.44293 81.296875 550.8492 81.703125Q551.27106 82.109375 551.27106 82.796875L551.27106 83.140625Q551.27106 83.78125 550.8648 84.203125Q550.45856 84.609375 549.81793 84.609375Q549.19293 84.609375 548.77106 84.203125Q548.3492 83.78125 548.3492 83.109375L548.3492 82.75ZM549.0367 83.140625Q549.0367 83.515625 549.2398 83.765625Q549.45856 84.015625 549.81793 84.015625Q550.1773 84.015625 550.38043 83.78125Q550.5992 83.53125 550.5992 83.125L550.5992 82.75Q550.5992 82.375 550.38043 82.125Q550.1617 81.875 549.81793 81.875Q549.45856 81.875 549.2398 82.125Q549.0367 82.359375 549.0367 82.78125L549.0367 83.140625ZM546.56793 83.96875L546.0523 83.640625L549.52106 78.078125L550.0367 78.40625L546.56793 83.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M537.56793 77.890625L534.6148 84.5L533.6773 84.5L536.5992 78.125L532.75543 78.125L532.75543 77.390625L537.56793 77.390625L537.56793 77.890625ZM541.94293 84.5L541.0367 84.5L541.0367 78.484375L539.20856 79.140625L539.20856 78.328125L541.8023 77.359375L541.94293 77.359375L541.94293 84.5ZM544.89606 78.75Q544.89606 78.125 545.3023 77.703125Q545.70856 77.28125 546.3492 77.28125Q547.00543 77.28125 547.39606 77.703125Q547.8023 78.125 547.8023 78.78125L547.8023 79.140625Q547.8023 79.78125 547.39606 80.1875Q546.9898 80.59375 546.3648 80.59375Q545.7242 80.59375 545.3023 80.1875Q544.89606 79.78125 544.89606 79.09375L544.89606 78.75ZM545.56793 79.140625Q545.56793 79.515625 545.77106 79.765625Q545.9898 80.0 546.3648 80.0Q546.70856 80.0 546.9117 79.765625Q547.13043 79.53125 547.13043 79.109375L547.13043 78.75Q547.13043 78.375 546.9117 78.125Q546.70856 77.875 546.3492 77.875Q545.9898 77.875 545.77106 78.125Q545.56793 78.375 545.56793 78.78125L545.56793 79.140625ZM548.3492 82.75Q548.3492 82.109375 548.75543 81.703125Q549.1773 81.296875 549.8023 81.296875Q550.44293 81.296875 550.8492 81.703125Q551.27106 82.109375 551.27106 82.796875L551.27106 83.140625Q551.27106 83.78125 550.8648 84.203125Q550.45856 84.609375 549.81793 84.609375Q549.19293 84.609375 548.77106 84.203125Q548.3492 83.78125 548.3492 83.109375L548.3492 82.75ZM549.0367 83.140625Q549.0367 83.515625 549.2398 83.765625Q549.45856 84.015625 549.81793 84.015625Q550.1773 84.015625 550.38043 83.78125Q550.5992 83.53125 550.5992 83.125L550.5992 82.75Q550.5992 82.375 550.38043 82.125Q550.1617 81.875 549.81793 81.875Q549.45856 81.875 549.2398 82.125Q549.0367 82.359375 549.0367 82.78125L549.0367 83.140625ZM546.56793 83.96875L546.0523 83.640625L549.52106 78.078125L550.0367 78.40625L546.56793 83.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M452.63315 143.9375L453.00815 140.39062L456.64877 140.39062L456.64877 141.21875L453.77377 141.21875L453.55502 143.15625Q454.07065 142.85938 454.74252 142.85938Q455.71127 142.85938 456.27377 143.5Q456.8519 144.14062 456.8519 145.23438Q456.8519 146.32812 456.25815 146.96875Q455.6644 147.59375 454.6019 147.59375Q453.6644 147.59375 453.05502 147.07812Q452.46127 146.54688 452.38315 145.625L453.24252 145.625Q453.32065 146.23438 453.6644 146.54688Q454.02377 146.85938 454.6019 146.85938Q455.2269 146.85938 455.58627 146.4375Q455.94565 146.0 455.94565 145.25Q455.94565 144.53125 455.55502 144.10938Q455.18002 143.67188 454.52377 143.67188Q453.94565 143.67188 453.6019 143.92188L453.36752 144.125L452.63315 143.9375ZM462.0394 145.10938L463.02377 145.10938L463.02377 145.84375L462.0394 145.84375L462.0394 147.5L461.13315 147.5L461.13315 145.84375L457.89877 145.84375L457.89877 145.3125L461.07065 140.39062L462.0394 140.39062L462.0394 145.10938ZM458.9144 145.10938L461.13315 145.10938L461.13315 141.625L461.02377 141.82812L458.9144 145.10938ZM464.14877 141.75Q464.14877 141.125 464.55502 140.70312Q464.96127 140.28125 465.6019 140.28125Q466.25815 140.28125 466.64877 140.70312Q467.05502 141.125 467.05502 141.78125L467.05502 142.14062Q467.05502 142.78125 466.64877 143.1875Q466.24252 143.59375 465.61752 143.59375Q464.9769 143.59375 464.55502 143.1875Q464.14877 142.78125 464.14877 142.09375L464.14877 141.75ZM464.82065 142.14062Q464.82065 142.51562 465.02377 142.76562Q465.24252 143.0 465.61752 143.0Q465.96127 143.0 466.1644 142.76562Q466.38315 142.53125 466.38315 142.10938L466.38315 141.75Q466.38315 141.375 466.1644 141.125Q465.96127 140.875 465.6019 140.875Q465.24252 140.875 465.02377 141.125Q464.82065 141.375 464.82065 141.78125L464.82065 142.14062ZM467.6019 145.75Q467.6019 145.10938 468.00815 144.70312Q468.43002 144.29688 469.05502 144.29688Q469.69565 144.29688 470.1019 144.70312Q470.52377 145.10938 470.52377 145.79688L470.52377 146.14062Q470.52377 146.78125 470.11752 147.20312Q469.71127 147.60938 469.07065 147.60938Q468.44565 147.60938 468.02377 147.20312Q467.6019 146.78125 467.6019 146.10938L467.6019 145.75ZM468.2894 146.14062Q468.2894 146.51562 468.49252 146.76562Q468.71127 147.01562 469.07065 147.01562Q469.43002 147.01562 469.63315 146.78125Q469.8519 146.53125 469.8519 146.125L469.8519 145.75Q469.8519 145.375 469.63315 145.125Q469.4144 144.875 469.07065 144.875Q468.71127 144.875 468.49252 145.125Q468.2894 145.35938 468.2894 145.78125L468.2894 146.14062ZM465.82065 146.96875L465.30502 146.64062L468.77377 141.07812L469.2894 141.40625L465.82065 146.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M452.63315 143.9375L453.00815 140.39062L456.64877 140.39062L456.64877 141.21875L453.77377 141.21875L453.55502 143.15625Q454.07065 142.85938 454.74252 142.85938Q455.71127 142.85938 456.27377 143.5Q456.8519 144.14062 456.8519 145.23438Q456.8519 146.32812 456.25815 146.96875Q455.6644 147.59375 454.6019 147.59375Q453.6644 147.59375 453.05502 147.07812Q452.46127 146.54688 452.38315 145.625L453.24252 145.625Q453.32065 146.23438 453.6644 146.54688Q454.02377 146.85938 454.6019 146.85938Q455.2269 146.85938 455.58627 146.4375Q455.94565 146.0 455.94565 145.25Q455.94565 144.53125 455.55502 144.10938Q455.18002 143.67188 454.52377 143.67188Q453.94565 143.67188 453.6019 143.92188L453.36752 144.125L452.63315 143.9375ZM462.0394 145.10938L463.02377 145.10938L463.02377 145.84375L462.0394 145.84375L462.0394 147.5L461.13315 147.5L461.13315 145.84375L457.89877 145.84375L457.89877 145.3125L461.07065 140.39062L462.0394 140.39062L462.0394 145.10938ZM458.9144 145.10938L461.13315 145.10938L461.13315 141.625L461.02377 141.82812L458.9144 145.10938ZM464.14877 141.75Q464.14877 141.125 464.55502 140.70312Q464.96127 140.28125 465.6019 140.28125Q466.25815 140.28125 466.64877 140.70312Q467.05502 141.125 467.05502 141.78125L467.05502 142.14062Q467.05502 142.78125 466.64877 143.1875Q466.24252 143.59375 465.61752 143.59375Q464.9769 143.59375 464.55502 143.1875Q464.14877 142.78125 464.14877 142.09375L464.14877 141.75ZM464.82065 142.14062Q464.82065 142.51562 465.02377 142.76562Q465.24252 143.0 465.61752 143.0Q465.96127 143.0 466.1644 142.76562Q466.38315 142.53125 466.38315 142.10938L466.38315 141.75Q466.38315 141.375 466.1644 141.125Q465.96127 140.875 465.6019 140.875Q465.24252 140.875 465.02377 141.125Q464.82065 141.375 464.82065 141.78125L464.82065 142.14062ZM467.6019 145.75Q467.6019 145.10938 468.00815 144.70312Q468.43002 144.29688 469.05502 144.29688Q469.69565 144.29688 470.1019 144.70312Q470.52377 145.10938 470.52377 145.79688L470.52377 146.14062Q470.52377 146.78125 470.11752 147.20312Q469.71127 147.60938 469.07065 147.60938Q468.44565 147.60938 468.02377 147.20312Q467.6019 146.78125 467.6019 146.10938L467.6019 145.75ZM468.2894 146.14062Q468.2894 146.51562 468.49252 146.76562Q468.71127 147.01562 469.07065 147.01562Q469.43002 147.01562 469.63315 146.78125Q469.8519 146.53125 469.8519 146.125L469.8519 145.75Q469.8519 145.375 469.63315 145.125Q469.4144 144.875 469.07065 144.875Q468.71127 144.875 468.49252 145.125Q468.2894 145.35938 468.2894 145.78125L468.2894 146.14062ZM465.82065 146.96875L465.30502 146.64062L468.77377 141.07812L469.2894 141.40625L465.82065 146.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M280.8985 210.5L279.99225 210.5L279.99225 204.48438L278.16412 205.14062L278.16412 204.32812L280.75787 203.35938L280.8985 203.35938L280.8985 210.5ZM287.38287 207.375Q287.10162 207.71875 286.711 207.92188Q286.32037 208.125 285.85162 208.125Q285.24225 208.125 284.7735 207.82812Q284.32037 207.51562 284.07037 206.96875Q283.82037 206.42188 283.82037 205.75Q283.82037 205.04688 284.086 204.46875Q284.36725 203.89062 284.86725 203.59375Q285.36725 203.29688 286.0235 203.29688Q287.086 203.29688 287.69537 204.09375Q288.30475 204.875 288.30475 206.23438L288.30475 206.5Q288.30475 208.57812 287.47662 209.53125Q286.66412 210.48438 285.00787 210.5L284.82037 210.5L284.82037 209.75L285.0235 209.75Q286.13287 209.71875 286.72662 209.15625Q287.336 208.59375 287.38287 207.375ZM285.99225 207.375Q286.44537 207.375 286.82037 207.09375Q287.211 206.8125 287.3985 206.40625L287.3985 206.04688Q287.3985 205.15625 287.00787 204.60938Q286.61725 204.04688 286.03912 204.04688Q285.42975 204.04688 285.07037 204.5Q284.711 204.95312 284.711 205.70312Q284.711 206.4375 285.05475 206.90625Q285.41412 207.375 285.99225 207.375ZM289.85162 204.75Q289.85162 204.125 290.25787 203.70312Q290.66412 203.28125 291.30475 203.28125Q291.961 203.28125 292.35162 203.70312Q292.75787 204.125 292.75787 204.78125L292.75787 205.14062Q292.75787 205.78125 292.35162 206.1875Q291.94537 206.59375 291.32037 206.59375Q290.67975 206.59375 290.25787 206.1875Q289.85162 205.78125 289.85162 205.09375L289.85162 204.75ZM290.5235 205.14062Q290.5235 205.51562 290.72662 205.76562Q290.94537 206.0 291.32037 206.0Q291.66412 206.0 291.86725 205.76562Q292.086 205.53125 292.086 205.10938L292.086 204.75Q292.086 204.375 291.86725 204.125Q291.66412 203.875 291.30475 203.875Q290.94537 203.875 290.72662 204.125Q290.5235 204.375 290.5235 204.78125L290.5235 205.14062ZM293.30475 208.75Q293.30475 208.10938 293.711 207.70312Q294.13287 207.29688 294.75787 207.29688Q295.3985 207.29688 295.80475 207.70312Q296.22662 208.10938 296.22662 208.79688L296.22662 209.14062Q296.22662 209.78125 295.82037 210.20312Q295.41412 210.60938 294.7735 210.60938Q294.1485 210.60938 293.72662 210.20312Q293.30475 209.78125 293.30475 209.10938L293.30475 208.75ZM293.99225 209.14062Q293.99225 209.51562 294.19537 209.76562Q294.41412 210.01562 294.7735 210.01562Q295.13287 210.01562 295.336 209.78125Q295.55475 209.53125 295.55475 209.125L295.55475 208.75Q295.55475 208.375 295.336 208.125Q295.11725 207.875 294.7735 207.875Q294.41412 207.875 294.19537 208.125Q293.99225 208.35938 293.99225 208.78125L293.99225 209.14062ZM291.5235 209.96875L291.00787 209.64062L294.47662 204.07812L294.99225 204.40625L291.5235 209.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M280.8985 210.5L279.99225 210.5L279.99225 204.48438L278.16412 205.14062L278.16412 204.32812L280.75787 203.35938L280.8985 203.35938L280.8985 210.5ZM287.38287 207.375Q287.10162 207.71875 286.711 207.92188Q286.32037 208.125 285.85162 208.125Q285.24225 208.125 284.7735 207.82812Q284.32037 207.51562 284.07037 206.96875Q283.82037 206.42188 283.82037 205.75Q283.82037 205.04688 284.086 204.46875Q284.36725 203.89062 284.86725 203.59375Q285.36725 203.29688 286.0235 203.29688Q287.086 203.29688 287.69537 204.09375Q288.30475 204.875 288.30475 206.23438L288.30475 206.5Q288.30475 208.57812 287.47662 209.53125Q286.66412 210.48438 285.00787 210.5L284.82037 210.5L284.82037 209.75L285.0235 209.75Q286.13287 209.71875 286.72662 209.15625Q287.336 208.59375 287.38287 207.375ZM285.99225 207.375Q286.44537 207.375 286.82037 207.09375Q287.211 206.8125 287.3985 206.40625L287.3985 206.04688Q287.3985 205.15625 287.00787 204.60938Q286.61725 204.04688 286.03912 204.04688Q285.42975 204.04688 285.07037 204.5Q284.711 204.95312 284.711 205.70312Q284.711 206.4375 285.05475 206.90625Q285.41412 207.375 285.99225 207.375ZM289.85162 204.75Q289.85162 204.125 290.25787 203.70312Q290.66412 203.28125 291.30475 203.28125Q291.961 203.28125 292.35162 203.70312Q292.75787 204.125 292.75787 204.78125L292.75787 205.14062Q292.75787 205.78125 292.35162 206.1875Q291.94537 206.59375 291.32037 206.59375Q290.67975 206.59375 290.25787 206.1875Q289.85162 205.78125 289.85162 205.09375L289.85162 204.75ZM290.5235 205.14062Q290.5235 205.51562 290.72662 205.76562Q290.94537 206.0 291.32037 206.0Q291.66412 206.0 291.86725 205.76562Q292.086 205.53125 292.086 205.10938L292.086 204.75Q292.086 204.375 291.86725 204.125Q291.66412 203.875 291.30475 203.875Q290.94537 203.875 290.72662 204.125Q290.5235 204.375 290.5235 204.78125L290.5235 205.14062ZM293.30475 208.75Q293.30475 208.10938 293.711 207.70312Q294.13287 207.29688 294.75787 207.29688Q295.3985 207.29688 295.80475 207.70312Q296.22662 208.10938 296.22662 208.79688L296.22662 209.14062Q296.22662 209.78125 295.82037 210.20312Q295.41412 210.60938 294.7735 210.60938Q294.1485 210.60938 293.72662 210.20312Q293.30475 209.78125 293.30475 209.10938L293.30475 208.75ZM293.99225 209.14062Q293.99225 209.51562 294.19537 209.76562Q294.41412 210.01562 294.7735 210.01562Q295.13287 210.01562 295.336 209.78125Q295.55475 209.53125 295.55475 209.125L295.55475 208.75Q295.55475 208.375 295.336 208.125Q295.11725 207.875 294.7735 207.875Q294.41412 207.875 294.19537 208.125Q293.99225 208.35938 293.99225 208.78125L293.99225 209.14062ZM291.5235 209.96875L291.00787 209.64062L294.47662 204.07812L294.99225 204.40625L291.5235 209.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.52887 274.5L190.87262 274.5L190.87262 273.84375L193.32574 271.10938Q193.87262 270.5 194.07574 270.10938Q194.2945 269.71875 194.2945 269.29688Q194.2945 268.75 193.95074 268.39062Q193.62262 268.03125 193.06012 268.03125Q192.38824 268.03125 192.01324 268.42188Q191.63824 268.79688 191.63824 269.48438L190.732 269.48438Q190.732 268.5 191.357 267.90625Q191.99762 267.29688 193.06012 267.29688Q194.0445 267.29688 194.62262 267.8125Q195.20074 268.32812 195.20074 269.20312Q195.20074 270.25 193.857 271.70312L191.96637 273.76562L195.52887 273.76562L195.52887 274.5ZM196.7945 268.75Q196.7945 268.125 197.20074 267.70312Q197.607 267.28125 198.24762 267.28125Q198.90387 267.28125 199.2945 267.70312Q199.70074 268.125 199.70074 268.78125L199.70074 269.14062Q199.70074 269.78125 199.2945 270.1875Q198.88824 270.59375 198.26324 270.59375Q197.62262 270.59375 197.20074 270.1875Q196.7945 269.78125 196.7945 269.09375L196.7945 268.75ZM197.46637 269.14062Q197.46637 269.51562 197.6695 269.76562Q197.88824 270.0 198.26324 270.0Q198.607 270.0 198.81012 269.76562Q199.02887 269.53125 199.02887 269.10938L199.02887 268.75Q199.02887 268.375 198.81012 268.125Q198.607 267.875 198.24762 267.875Q197.88824 267.875 197.6695 268.125Q197.46637 268.375 197.46637 268.78125L197.46637 269.14062ZM200.24762 272.75Q200.24762 272.10938 200.65387 271.70312Q201.07574 271.29688 201.70074 271.29688Q202.34137 271.29688 202.74762 271.70312Q203.1695 272.10938 203.1695 272.79688L203.1695 273.14062Q203.1695 273.78125 202.76324 274.20312Q202.357 274.60938 201.71637 274.60938Q201.09137 274.60938 200.6695 274.20312Q200.24762 273.78125 200.24762 273.10938L200.24762 272.75ZM200.93512 273.14062Q200.93512 273.51562 201.13824 273.76562Q201.357 274.01562 201.71637 274.01562Q202.07574 274.01562 202.27887 273.78125Q202.49762 273.53125 202.49762 273.125L202.49762 272.75Q202.49762 272.375 202.27887 272.125Q202.06012 271.875 201.71637 271.875Q201.357 271.875 201.13824 272.125Q200.93512 272.35938 200.93512 272.78125L200.93512 273.14062ZM198.46637 273.96875L197.95074 273.64062L201.4195 268.07812L201.93512 268.40625L198.46637 273.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M195.52887 274.5L190.87262 274.5L190.87262 273.84375L193.32574 271.10938Q193.87262 270.5 194.07574 270.10938Q194.2945 269.71875 194.2945 269.29688Q194.2945 268.75 193.95074 268.39062Q193.62262 268.03125 193.06012 268.03125Q192.38824 268.03125 192.01324 268.42188Q191.63824 268.79688 191.63824 269.48438L190.732 269.48438Q190.732 268.5 191.357 267.90625Q191.99762 267.29688 193.06012 267.29688Q194.0445 267.29688 194.62262 267.8125Q195.20074 268.32812 195.20074 269.20312Q195.20074 270.25 193.857 271.70312L191.96637 273.76562L195.52887 273.76562L195.52887 274.5ZM196.7945 268.75Q196.7945 268.125 197.20074 267.70312Q197.607 267.28125 198.24762 267.28125Q198.90387 267.28125 199.2945 267.70312Q199.70074 268.125 199.70074 268.78125L199.70074 269.14062Q199.70074 269.78125 199.2945 270.1875Q198.88824 270.59375 198.26324 270.59375Q197.62262 270.59375 197.20074 270.1875Q196.7945 269.78125 196.7945 269.09375L196.7945 268.75ZM197.46637 269.14062Q197.46637 269.51562 197.6695 269.76562Q197.88824 270.0 198.26324 270.0Q198.607 270.0 198.81012 269.76562Q199.02887 269.53125 199.02887 269.10938L199.02887 268.75Q199.02887 268.375 198.81012 268.125Q198.607 267.875 198.24762 267.875Q197.88824 267.875 197.6695 268.125Q197.46637 268.375 197.46637 268.78125L197.46637 269.14062ZM200.24762 272.75Q200.24762 272.10938 200.65387 271.70312Q201.07574 271.29688 201.70074 271.29688Q202.34137 271.29688 202.74762 271.70312Q203.1695 272.10938 203.1695 272.79688L203.1695 273.14062Q203.1695 273.78125 202.76324 274.20312Q202.357 274.60938 201.71637 274.60938Q201.09137 274.60938 200.6695 274.20312Q200.24762 273.78125 200.24762 273.10938L200.24762 272.75ZM200.93512 273.14062Q200.93512 273.51562 201.13824 273.76562Q201.357 274.01562 201.71637 274.01562Q202.07574 274.01562 202.27887 273.78125Q202.49762 273.53125 202.49762 273.125L202.49762 272.75Q202.49762 272.375 202.27887 272.125Q202.06012 271.875 201.71637 271.875Q201.357 271.875 201.13824 272.125Q200.93512 272.35938 200.93512 272.78125L200.93512 273.14062ZM198.46637 273.96875L197.95074 273.64062L201.4195 268.07812L201.93512 268.40625L198.46637 273.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M516.15015 87.390625L516.15015 88.15625L515.9783 88.15625Q514.9314 88.171875 514.3064 88.78125Q513.6814 89.375 513.572 90.484375Q514.1345 89.84375 515.1033 89.84375Q516.0408 89.84375 516.58765 90.5Q517.15015 91.140625 517.15015 92.1875Q517.15015 93.28125 516.5408 93.9375Q515.947 94.59375 514.947 94.59375Q513.9314 94.59375 513.2908 93.8125Q512.65015 93.03125 512.65015 91.796875L512.65015 91.453125Q512.65015 89.484375 513.4783 88.453125Q514.322 87.40625 515.9783 87.390625L516.15015 87.390625ZM514.96265 90.59375Q514.4939 90.59375 514.1033 90.875Q513.71265 91.140625 513.5564 91.5625L513.5564 91.890625Q513.5564 92.78125 513.947 93.3125Q514.3533 93.84375 514.947 93.84375Q515.5564 93.84375 515.90015 93.40625Q516.2595 92.953125 516.2595 92.21875Q516.2595 91.484375 515.90015 91.046875Q515.5408 90.59375 514.96265 90.59375ZM522.15015 87.390625L522.15015 88.15625L521.9783 88.15625Q520.9314 88.171875 520.3064 88.78125Q519.6814 89.375 519.572 90.484375Q520.1345 89.84375 521.1033 89.84375Q522.0408 89.84375 522.58765 90.5Q523.15015 91.140625 523.15015 92.1875Q523.15015 93.28125 522.5408 93.9375Q521.947 94.59375 520.947 94.59375Q519.9314 94.59375 519.2908 93.8125Q518.65015 93.03125 518.65015 91.796875L518.65015 91.453125Q518.65015 89.484375 519.4783 88.453125Q520.322 87.40625 521.9783 87.390625L522.15015 87.390625ZM520.96265 90.59375Q520.4939 90.59375 520.1033 90.875Q519.71265 91.140625 519.5564 91.5625L519.5564 91.890625Q519.5564 92.78125 519.947 93.3125Q520.3533 93.84375 520.947 93.84375Q521.5564 93.84375 521.90015 93.40625Q522.2595 92.953125 522.2595 92.21875Q522.2595 91.484375 521.90015 91.046875Q521.5408 90.59375 520.96265 90.59375ZM524.52515 88.75Q524.52515 88.125 524.9314 87.703125Q525.33765 87.28125 525.9783 87.28125Q526.6345 87.28125 527.02515 87.703125Q527.4314 88.125 527.4314 88.78125L527.4314 89.140625Q527.4314 89.78125 527.02515 90.1875Q526.6189 90.59375 525.9939 90.59375Q525.3533 90.59375 524.9314 90.1875Q524.52515 89.78125 524.52515 89.09375L524.52515 88.75ZM525.197 89.140625Q525.197 89.515625 525.40015 89.765625Q525.6189 90.0 525.9939 90.0Q526.33765 90.0 526.5408 89.765625Q526.7595 89.53125 526.7595 89.109375L526.7595 88.75Q526.7595 88.375 526.5408 88.125Q526.33765 87.875 525.9783 87.875Q525.6189 87.875 525.40015 88.125Q525.197 88.375 525.197 88.78125L525.197 89.140625ZM527.9783 92.75Q527.9783 92.109375 528.3845 91.703125Q528.8064 91.296875 529.4314 91.296875Q530.072 91.296875 530.4783 91.703125Q530.90015 92.109375 530.90015 92.796875L530.90015 93.140625Q530.90015 93.78125 530.4939 94.203125Q530.08765 94.609375 529.447 94.609375Q528.822 94.609375 528.40015 94.203125Q527.9783 93.78125 527.9783 93.109375L527.9783 92.75ZM528.6658 93.140625Q528.6658 93.515625 528.8689 93.765625Q529.08765 94.015625 529.447 94.015625Q529.8064 94.015625 530.0095 93.78125Q530.2283 93.53125 530.2283 93.125L530.2283 92.75Q530.2283 92.375 530.0095 92.125Q529.7908 91.875 529.447 91.875Q529.08765 91.875 528.8689 92.125Q528.6658 92.359375 528.6658 92.78125L528.6658 93.140625ZM526.197 93.96875L525.6814 93.640625L529.15015 88.078125L529.6658 88.40625L526.197 93.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M516.15015 87.390625L516.15015 88.15625L515.9783 88.15625Q514.9314 88.171875 514.3064 88.78125Q513.6814 89.375 513.572 90.484375Q514.1345 89.84375 515.1033 89.84375Q516.0408 89.84375 516.58765 90.5Q517.15015 91.140625 517.15015 92.1875Q517.15015 93.28125 516.5408 93.9375Q515.947 94.59375 514.947 94.59375Q513.9314 94.59375 513.2908 93.8125Q512.65015 93.03125 512.65015 91.796875L512.65015 91.453125Q512.65015 89.484375 513.4783 88.453125Q514.322 87.40625 515.9783 87.390625L516.15015 87.390625ZM514.96265 90.59375Q514.4939 90.59375 514.1033 90.875Q513.71265 91.140625 513.5564 91.5625L513.5564 91.890625Q513.5564 92.78125 513.947 93.3125Q514.3533 93.84375 514.947 93.84375Q515.5564 93.84375 515.90015 93.40625Q516.2595 92.953125 516.2595 92.21875Q516.2595 91.484375 515.90015 91.046875Q515.5408 90.59375 514.96265 90.59375ZM522.15015 87.390625L522.15015 88.15625L521.9783 88.15625Q520.9314 88.171875 520.3064 88.78125Q519.6814 89.375 519.572 90.484375Q520.1345 89.84375 521.1033 89.84375Q522.0408 89.84375 522.58765 90.5Q523.15015 91.140625 523.15015 92.1875Q523.15015 93.28125 522.5408 93.9375Q521.947 94.59375 520.947 94.59375Q519.9314 94.59375 519.2908 93.8125Q518.65015 93.03125 518.65015 91.796875L518.65015 91.453125Q518.65015 89.484375 519.4783 88.453125Q520.322 87.40625 521.9783 87.390625L522.15015 87.390625ZM520.96265 90.59375Q520.4939 90.59375 520.1033 90.875Q519.71265 91.140625 519.5564 91.5625L519.5564 91.890625Q519.5564 92.78125 519.947 93.3125Q520.3533 93.84375 520.947 93.84375Q521.5564 93.84375 521.90015 93.40625Q522.2595 92.953125 522.2595 92.21875Q522.2595 91.484375 521.90015 91.046875Q521.5408 90.59375 520.96265 90.59375ZM524.52515 88.75Q524.52515 88.125 524.9314 87.703125Q525.33765 87.28125 525.9783 87.28125Q526.6345 87.28125 527.02515 87.703125Q527.4314 88.125 527.4314 88.78125L527.4314 89.140625Q527.4314 89.78125 527.02515 90.1875Q526.6189 90.59375 525.9939 90.59375Q525.3533 90.59375 524.9314 90.1875Q524.52515 89.78125 524.52515 89.09375L524.52515 88.75ZM525.197 89.140625Q525.197 89.515625 525.40015 89.765625Q525.6189 90.0 525.9939 90.0Q526.33765 90.0 526.5408 89.765625Q526.7595 89.53125 526.7595 89.109375L526.7595 88.75Q526.7595 88.375 526.5408 88.125Q526.33765 87.875 525.9783 87.875Q525.6189 87.875 525.40015 88.125Q525.197 88.375 525.197 88.78125L525.197 89.140625ZM527.9783 92.75Q527.9783 92.109375 528.3845 91.703125Q528.8064 91.296875 529.4314 91.296875Q530.072 91.296875 530.4783 91.703125Q530.90015 92.109375 530.90015 92.796875L530.90015 93.140625Q530.90015 93.78125 530.4939 94.203125Q530.08765 94.609375 529.447 94.609375Q528.822 94.609375 528.40015 94.203125Q527.9783 93.78125 527.9783 93.109375L527.9783 92.75ZM528.6658 93.140625Q528.6658 93.515625 528.8689 93.765625Q529.08765 94.015625 529.447 94.015625Q529.8064 94.015625 530.0095 93.78125Q530.2283 93.53125 530.2283 93.125L530.2283 92.75Q530.2283 92.375 530.0095 92.125Q529.7908 91.875 529.447 91.875Q529.08765 91.875 528.8689 92.125Q528.6658 92.359375 528.6658 92.78125L528.6658 93.140625ZM526.197 93.96875L525.6814 93.640625L529.15015 88.078125L529.6658 88.40625L526.197 93.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M448.2845 153.9375L448.6595 150.39062L452.3001 150.39062L452.3001 151.21875L449.4251 151.21875L449.20636 153.15625Q449.722 152.85938 450.39386 152.85938Q451.3626 152.85938 451.9251 153.5Q452.50323 154.14062 452.50323 155.23438Q452.50323 156.32812 451.9095 156.96875Q451.31573 157.59375 450.25323 157.59375Q449.31573 157.59375 448.70636 157.07812Q448.1126 156.54688 448.0345 155.625L448.89386 155.625Q448.972 156.23438 449.31573 156.54688Q449.6751 156.85938 450.25323 156.85938Q450.87823 156.85938 451.2376 156.4375Q451.597 156.0 451.597 155.25Q451.597 154.53125 451.20636 154.10938Q450.83136 153.67188 450.1751 153.67188Q449.597 153.67188 449.25323 153.92188L449.01886 154.125L448.2845 153.9375ZM455.19073 153.5L455.8626 153.5Q456.50323 153.5 456.8626 153.17188Q457.2376 152.84375 457.2376 152.28125Q457.2376 151.03125 455.9876 151.03125Q455.4095 151.03125 455.0501 151.375Q454.70636 151.70312 454.70636 152.25L453.8001 152.25Q453.8001 151.40625 454.4251 150.85938Q455.0501 150.29688 455.9876 150.29688Q457.00323 150.29688 457.56573 150.82812Q458.14386 151.35938 458.14386 152.29688Q458.14386 152.76562 457.847 153.20312Q457.5501 153.64062 457.01886 153.85938Q457.6126 154.03125 457.9251 154.46875Q458.25323 154.89062 458.25323 155.51562Q458.25323 156.46875 457.62823 157.03125Q457.00323 157.59375 456.00323 157.59375Q455.00323 157.59375 454.3626 157.0625Q453.7376 156.51562 453.7376 155.625L454.6595 155.625Q454.6595 156.1875 455.01886 156.53125Q455.37823 156.85938 456.00323 156.85938Q456.6595 156.85938 457.00323 156.51562Q457.347 156.17188 457.347 155.53125Q457.347 154.92188 456.95636 154.59375Q456.58136 154.25 455.8626 154.25L455.19073 154.25L455.19073 153.5ZM459.8001 151.75Q459.8001 151.125 460.20636 150.70312Q460.6126 150.28125 461.25323 150.28125Q461.9095 150.28125 462.3001 150.70312Q462.70636 151.125 462.70636 151.78125L462.70636 152.14062Q462.70636 152.78125 462.3001 153.1875Q461.89386 153.59375 461.26886 153.59375Q460.62823 153.59375 460.20636 153.1875Q459.8001 152.78125 459.8001 152.09375L459.8001 151.75ZM460.472 152.14062Q460.472 152.51562 460.6751 152.76562Q460.89386 153.0 461.26886 153.0Q461.6126 153.0 461.81573 152.76562Q462.0345 152.53125 462.0345 152.10938L462.0345 151.75Q462.0345 151.375 461.81573 151.125Q461.6126 150.875 461.25323 150.875Q460.89386 150.875 460.6751 151.125Q460.472 151.375 460.472 151.78125L460.472 152.14062ZM463.25323 155.75Q463.25323 155.10938 463.6595 154.70312Q464.08136 154.29688 464.70636 154.29688Q465.347 154.29688 465.75323 154.70312Q466.1751 155.10938 466.1751 155.79688L466.1751 156.14062Q466.1751 156.78125 465.76886 157.20312Q465.3626 157.60938 464.722 157.60938Q464.097 157.60938 463.6751 157.20312Q463.25323 156.78125 463.25323 156.10938L463.25323 155.75ZM463.94073 156.14062Q463.94073 156.51562 464.14386 156.76562Q464.3626 157.01562 464.722 157.01562Q465.08136 157.01562 465.2845 156.78125Q465.50323 156.53125 465.50323 156.125L465.50323 155.75Q465.50323 155.375 465.2845 155.125Q465.06573 154.875 464.722 154.875Q464.3626 154.875 464.14386 155.125Q463.94073 155.35938 463.94073 155.78125L463.94073 156.14062ZM461.472 156.96875L460.95636 156.64062L464.4251 151.07812L464.94073 151.40625L461.472 156.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M448.2845 153.9375L448.6595 150.39062L452.3001 150.39062L452.3001 151.21875L449.4251 151.21875L449.20636 153.15625Q449.722 152.85938 450.39386 152.85938Q451.3626 152.85938 451.9251 153.5Q452.50323 154.14062 452.50323 155.23438Q452.50323 156.32812 451.9095 156.96875Q451.31573 157.59375 450.25323 157.59375Q449.31573 157.59375 448.70636 157.07812Q448.1126 156.54688 448.0345 155.625L448.89386 155.625Q448.972 156.23438 449.31573 156.54688Q449.6751 156.85938 450.25323 156.85938Q450.87823 156.85938 451.2376 156.4375Q451.597 156.0 451.597 155.25Q451.597 154.53125 451.20636 154.10938Q450.83136 153.67188 450.1751 153.67188Q449.597 153.67188 449.25323 153.92188L449.01886 154.125L448.2845 153.9375ZM455.19073 153.5L455.8626 153.5Q456.50323 153.5 456.8626 153.17188Q457.2376 152.84375 457.2376 152.28125Q457.2376 151.03125 455.9876 151.03125Q455.4095 151.03125 455.0501 151.375Q454.70636 151.70312 454.70636 152.25L453.8001 152.25Q453.8001 151.40625 454.4251 150.85938Q455.0501 150.29688 455.9876 150.29688Q457.00323 150.29688 457.56573 150.82812Q458.14386 151.35938 458.14386 152.29688Q458.14386 152.76562 457.847 153.20312Q457.5501 153.64062 457.01886 153.85938Q457.6126 154.03125 457.9251 154.46875Q458.25323 154.89062 458.25323 155.51562Q458.25323 156.46875 457.62823 157.03125Q457.00323 157.59375 456.00323 157.59375Q455.00323 157.59375 454.3626 157.0625Q453.7376 156.51562 453.7376 155.625L454.6595 155.625Q454.6595 156.1875 455.01886 156.53125Q455.37823 156.85938 456.00323 156.85938Q456.6595 156.85938 457.00323 156.51562Q457.347 156.17188 457.347 155.53125Q457.347 154.92188 456.95636 154.59375Q456.58136 154.25 455.8626 154.25L455.19073 154.25L455.19073 153.5ZM459.8001 151.75Q459.8001 151.125 460.20636 150.70312Q460.6126 150.28125 461.25323 150.28125Q461.9095 150.28125 462.3001 150.70312Q462.70636 151.125 462.70636 151.78125L462.70636 152.14062Q462.70636 152.78125 462.3001 153.1875Q461.89386 153.59375 461.26886 153.59375Q460.62823 153.59375 460.20636 153.1875Q459.8001 152.78125 459.8001 152.09375L459.8001 151.75ZM460.472 152.14062Q460.472 152.51562 460.6751 152.76562Q460.89386 153.0 461.26886 153.0Q461.6126 153.0 461.81573 152.76562Q462.0345 152.53125 462.0345 152.10938L462.0345 151.75Q462.0345 151.375 461.81573 151.125Q461.6126 150.875 461.25323 150.875Q460.89386 150.875 460.6751 151.125Q460.472 151.375 460.472 151.78125L460.472 152.14062ZM463.25323 155.75Q463.25323 155.10938 463.6595 154.70312Q464.08136 154.29688 464.70636 154.29688Q465.347 154.29688 465.75323 154.70312Q466.1751 155.10938 466.1751 155.79688L466.1751 156.14062Q466.1751 156.78125 465.76886 157.20312Q465.3626 157.60938 464.722 157.60938Q464.097 157.60938 463.6751 157.20312Q463.25323 156.78125 463.25323 156.10938L463.25323 155.75ZM463.94073 156.14062Q463.94073 156.51562 464.14386 156.76562Q464.3626 157.01562 464.722 157.01562Q465.08136 157.01562 465.2845 156.78125Q465.50323 156.53125 465.50323 156.125L465.50323 155.75Q465.50323 155.375 465.2845 155.125Q465.06573 154.875 464.722 154.875Q464.3626 154.875 464.14386 155.125Q463.94073 155.35938 463.94073 155.78125L463.94073 156.14062ZM461.472 156.96875L460.95636 156.64062L464.4251 151.07812L464.94073 151.40625L461.472 156.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.79718 220.5L282.14093 220.5L282.14093 219.84375L284.59406 217.10938Q285.14093 216.5 285.34406 216.10938Q285.5628 215.71875 285.5628 215.29688Q285.5628 214.75 285.21906 214.39062Q284.89093 214.03125 284.32843 214.03125Q283.65656 214.03125 283.28156 214.42188Q282.90656 214.79688 282.90656 215.48438L282.0003 215.48438Q282.0003 214.5 282.6253 213.90625Q283.26593 213.29688 284.32843 213.29688Q285.3128 213.29688 285.89093 213.8125Q286.46906 214.32812 286.46906 215.20312Q286.46906 216.25 285.1253 217.70312L283.23468 219.76562L286.79718 219.76562L286.79718 220.5ZM292.59406 217.46875Q292.59406 219.04688 292.04718 219.82812Q291.51593 220.59375 290.35968 220.59375Q289.21906 220.59375 288.67218 219.84375Q288.1253 219.09375 288.10968 217.59375L288.10968 216.39062Q288.10968 214.8125 288.64093 214.0625Q289.1878 213.29688 290.34406 213.29688Q291.5003 213.29688 292.03156 214.03125Q292.57843 214.76562 292.59406 216.29688L292.59406 217.46875ZM291.6878 216.23438Q291.6878 215.07812 291.35968 214.5625Q291.04718 214.03125 290.34406 214.03125Q289.65656 214.03125 289.32843 214.5625Q289.01593 215.07812 289.01593 216.15625L289.01593 217.60938Q289.01593 218.76562 289.34406 219.3125Q289.6878 219.85938 290.35968 219.85938Q291.03156 219.85938 291.34406 219.34375Q291.67218 218.82812 291.6878 217.71875L291.6878 216.23438ZM294.0628 214.75Q294.0628 214.125 294.46906 213.70312Q294.8753 213.28125 295.51593 213.28125Q296.17218 213.28125 296.5628 213.70312Q296.96906 214.125 296.96906 214.78125L296.96906 215.14062Q296.96906 215.78125 296.5628 216.1875Q296.15656 216.59375 295.53156 216.59375Q294.89093 216.59375 294.46906 216.1875Q294.0628 215.78125 294.0628 215.09375L294.0628 214.75ZM294.73468 215.14062Q294.73468 215.51562 294.9378 215.76562Q295.15656 216.0 295.53156 216.0Q295.8753 216.0 296.07843 215.76562Q296.29718 215.53125 296.29718 215.10938L296.29718 214.75Q296.29718 214.375 296.07843 214.125Q295.8753 213.875 295.51593 213.875Q295.15656 213.875 294.9378 214.125Q294.73468 214.375 294.73468 214.78125L294.73468 215.14062ZM297.51593 218.75Q297.51593 218.10938 297.92218 217.70312Q298.34406 217.29688 298.96906 217.29688Q299.60968 217.29688 300.01593 217.70312Q300.4378 218.10938 300.4378 218.79688L300.4378 219.14062Q300.4378 219.78125 300.03156 220.20312Q299.6253 220.60938 298.98468 220.60938Q298.35968 220.60938 297.9378 220.20312Q297.51593 219.78125 297.51593 219.10938L297.51593 218.75ZM298.20343 219.14062Q298.20343 219.51562 298.40656 219.76562Q298.6253 220.01562 298.98468 220.01562Q299.34406 220.01562 299.54718 219.78125Q299.76593 219.53125 299.76593 219.125L299.76593 218.75Q299.76593 218.375 299.54718 218.125Q299.32843 217.875 298.98468 217.875Q298.6253 217.875 298.40656 218.125Q298.20343 218.35938 298.20343 218.78125L298.20343 219.14062ZM295.73468 219.96875L295.21906 219.64062L298.6878 214.07812L299.20343 214.40625L295.73468 219.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M286.79718 220.5L282.14093 220.5L282.14093 219.84375L284.59406 217.10938Q285.14093 216.5 285.34406 216.10938Q285.5628 215.71875 285.5628 215.29688Q285.5628 214.75 285.21906 214.39062Q284.89093 214.03125 284.32843 214.03125Q283.65656 214.03125 283.28156 214.42188Q282.90656 214.79688 282.90656 215.48438L282.0003 215.48438Q282.0003 214.5 282.6253 213.90625Q283.26593 213.29688 284.32843 213.29688Q285.3128 213.29688 285.89093 213.8125Q286.46906 214.32812 286.46906 215.20312Q286.46906 216.25 285.1253 217.70312L283.23468 219.76562L286.79718 219.76562L286.79718 220.5ZM292.59406 217.46875Q292.59406 219.04688 292.04718 219.82812Q291.51593 220.59375 290.35968 220.59375Q289.21906 220.59375 288.67218 219.84375Q288.1253 219.09375 288.10968 217.59375L288.10968 216.39062Q288.10968 214.8125 288.64093 214.0625Q289.1878 213.29688 290.34406 213.29688Q291.5003 213.29688 292.03156 214.03125Q292.57843 214.76562 292.59406 216.29688L292.59406 217.46875ZM291.6878 216.23438Q291.6878 215.07812 291.35968 214.5625Q291.04718 214.03125 290.34406 214.03125Q289.65656 214.03125 289.32843 214.5625Q289.01593 215.07812 289.01593 216.15625L289.01593 217.60938Q289.01593 218.76562 289.34406 219.3125Q289.6878 219.85938 290.35968 219.85938Q291.03156 219.85938 291.34406 219.34375Q291.67218 218.82812 291.6878 217.71875L291.6878 216.23438ZM294.0628 214.75Q294.0628 214.125 294.46906 213.70312Q294.8753 213.28125 295.51593 213.28125Q296.17218 213.28125 296.5628 213.70312Q296.96906 214.125 296.96906 214.78125L296.96906 215.14062Q296.96906 215.78125 296.5628 216.1875Q296.15656 216.59375 295.53156 216.59375Q294.89093 216.59375 294.46906 216.1875Q294.0628 215.78125 294.0628 215.09375L294.0628 214.75ZM294.73468 215.14062Q294.73468 215.51562 294.9378 215.76562Q295.15656 216.0 295.53156 216.0Q295.8753 216.0 296.07843 215.76562Q296.29718 215.53125 296.29718 215.10938L296.29718 214.75Q296.29718 214.375 296.07843 214.125Q295.8753 213.875 295.51593 213.875Q295.15656 213.875 294.9378 214.125Q294.73468 214.375 294.73468 214.78125L294.73468 215.14062ZM297.51593 218.75Q297.51593 218.10938 297.92218 217.70312Q298.34406 217.29688 298.96906 217.29688Q299.60968 217.29688 300.01593 217.70312Q300.4378 218.10938 300.4378 218.79688L300.4378 219.14062Q300.4378 219.78125 300.03156 220.20312Q299.6253 220.60938 298.98468 220.60938Q298.35968 220.60938 297.9378 220.20312Q297.51593 219.78125 297.51593 219.10938L297.51593 218.75ZM298.20343 219.14062Q298.20343 219.51562 298.40656 219.76562Q298.6253 220.01562 298.98468 220.01562Q299.34406 220.01562 299.54718 219.78125Q299.76593 219.53125 299.76593 219.125L299.76593 218.75Q299.76593 218.375 299.54718 218.125Q299.32843 217.875 298.98468 217.875Q298.6253 217.875 298.40656 218.125Q298.20343 218.35938 298.20343 218.78125L298.20343 219.14062ZM295.73468 219.96875L295.21906 219.64062L298.6878 214.07812L299.20343 214.40625L295.73468 219.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M191.8181 284.5L190.91185 284.5L190.91185 278.48438L189.08372 279.14062L189.08372 278.32812L191.67747 277.35938L191.8181 277.35938L191.8181 284.5ZM194.77122 278.75Q194.77122 278.125 195.17747 277.70312Q195.58372 277.28125 196.22435 277.28125Q196.8806 277.28125 197.27122 277.70312Q197.67747 278.125 197.67747 278.78125L197.67747 279.14062Q197.67747 279.78125 197.27122 280.1875Q196.86497 280.59375 196.23997 280.59375Q195.59935 280.59375 195.17747 280.1875Q194.77122 279.78125 194.77122 279.09375L194.77122 278.75ZM195.4431 279.14062Q195.4431 279.51562 195.64622 279.76562Q195.86497 280.0 196.23997 280.0Q196.58372 280.0 196.78685 279.76562Q197.0056 279.53125 197.0056 279.10938L197.0056 278.75Q197.0056 278.375 196.78685 278.125Q196.58372 277.875 196.22435 277.875Q195.86497 277.875 195.64622 278.125Q195.4431 278.375 195.4431 278.78125L195.4431 279.14062ZM198.22435 282.75Q198.22435 282.10938 198.6306 281.70312Q199.05247 281.29688 199.67747 281.29688Q200.3181 281.29688 200.72435 281.70312Q201.14622 282.10938 201.14622 282.79688L201.14622 283.14062Q201.14622 283.78125 200.73997 284.20312Q200.33372 284.60938 199.6931 284.60938Q199.0681 284.60938 198.64622 284.20312Q198.22435 283.78125 198.22435 283.10938L198.22435 282.75ZM198.91185 283.14062Q198.91185 283.51562 199.11497 283.76562Q199.33372 284.01562 199.6931 284.01562Q200.05247 284.01562 200.2556 283.78125Q200.47435 283.53125 200.47435 283.125L200.47435 282.75Q200.47435 282.375 200.2556 282.125Q200.03685 281.875 199.6931 281.875Q199.33372 281.875 199.11497 282.125Q198.91185 282.35938 198.91185 282.78125L198.91185 283.14062ZM196.4431 283.96875L195.92747 283.64062L199.39622 278.07812L199.91185 278.40625L196.4431 283.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M191.8181 284.5L190.91185 284.5L190.91185 278.48438L189.08372 279.14062L189.08372 278.32812L191.67747 277.35938L191.8181 277.35938L191.8181 284.5ZM194.77122 278.75Q194.77122 278.125 195.17747 277.70312Q195.58372 277.28125 196.22435 277.28125Q196.8806 277.28125 197.27122 277.70312Q197.67747 278.125 197.67747 278.78125L197.67747 279.14062Q197.67747 279.78125 197.27122 280.1875Q196.86497 280.59375 196.23997 280.59375Q195.59935 280.59375 195.17747 280.1875Q194.77122 279.78125 194.77122 279.09375L194.77122 278.75ZM195.4431 279.14062Q195.4431 279.51562 195.64622 279.76562Q195.86497 280.0 196.23997 280.0Q196.58372 280.0 196.78685 279.76562Q197.0056 279.53125 197.0056 279.10938L197.0056 278.75Q197.0056 278.375 196.78685 278.125Q196.58372 277.875 196.22435 277.875Q195.86497 277.875 195.64622 278.125Q195.4431 278.375 195.4431 278.78125L195.4431 279.14062ZM198.22435 282.75Q198.22435 282.10938 198.6306 281.70312Q199.05247 281.29688 199.67747 281.29688Q200.3181 281.29688 200.72435 281.70312Q201.14622 282.10938 201.14622 282.79688L201.14622 283.14062Q201.14622 283.78125 200.73997 284.20312Q200.33372 284.60938 199.6931 284.60938Q199.0681 284.60938 198.64622 284.20312Q198.22435 283.78125 198.22435 283.10938L198.22435 282.75ZM198.91185 283.14062Q198.91185 283.51562 199.11497 283.76562Q199.33372 284.01562 199.6931 284.01562Q200.05247 284.01562 200.2556 283.78125Q200.47435 283.53125 200.47435 283.125L200.47435 282.75Q200.47435 282.375 200.2556 282.125Q200.03685 281.875 199.6931 281.875Q199.33372 281.875 199.11497 282.125Q198.91185 282.35938 198.91185 282.78125L198.91185 283.14062ZM196.4431 283.96875L195.92747 283.64062L199.39622 278.07812L199.91185 278.40625L196.4431 283.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M324.59708 344.879Q324.59708 344.11337 325.08145 343.61337Q325.58145 343.11337 326.34708 343.11337Q327.12833 343.11337 327.6127 343.61337Q328.09708 344.11337 328.09708 344.91025L328.09708 345.33212Q328.09708 346.09775 327.59708 346.59775Q327.1127 347.08212 326.3627 347.08212Q325.59708 347.08212 325.09708 346.59775Q324.59708 346.09775 324.59708 345.28525L324.59708 344.879ZM325.40958 345.33212Q325.40958 345.78525 325.65958 346.08212Q325.9252 346.379 326.3627 346.379Q326.78458 346.379 327.03458 346.09775Q327.28458 345.80087 327.28458 345.30087L327.28458 344.879Q327.28458 344.42587 327.03458 344.129Q326.78458 343.8165 326.34708 343.8165Q325.90958 343.8165 325.65958 344.129Q325.40958 344.42587 325.40958 344.89462L325.40958 345.33212ZM328.75333 349.67587Q328.75333 348.91025 329.2377 348.42587Q329.7377 347.92587 330.50333 347.92587Q331.26895 347.92587 331.75333 348.42587Q332.25333 348.91025 332.25333 349.72275L332.25333 350.129Q332.25333 350.89462 331.76895 351.39462Q331.28458 351.89462 330.51895 351.89462Q329.75333 351.89462 329.25333 351.41025Q328.75333 350.91025 328.75333 350.09775L328.75333 349.67587ZM329.56583 350.129Q329.56583 350.59775 329.81583 350.89462Q330.08145 351.1915 330.51895 351.1915Q330.94083 351.1915 331.19083 350.91025Q331.44083 350.61337 331.44083 350.11337L331.44083 349.67587Q331.44083 349.20712 331.1752 348.92587Q330.9252 348.629 330.50333 348.629Q330.08145 348.629 329.81583 348.92587Q329.56583 349.20712 329.56583 349.70712L329.56583 350.129ZM326.6127 351.129L325.9877 350.73837L330.15958 344.0665L330.76895 344.45712L326.6127 351.129ZM336.51895 348.53525Q336.51895 347.61337 336.87833 346.86337Q337.25333 346.11337 337.90958 345.72275Q338.56583 345.3165 339.39395 345.3165Q340.69083 345.3165 341.4877 346.20712Q342.3002 347.09775 342.3002 348.59775L342.3002 348.67587Q342.3002 349.59775 341.94083 350.33212Q341.58145 351.0665 340.9252 351.48837Q340.26895 351.89462 339.40958 351.89462Q338.12833 351.89462 337.31583 351.004Q336.51895 350.09775 336.51895 348.61337L336.51895 348.53525ZM337.6127 348.67587Q337.6127 349.72275 338.09708 350.36337Q338.59708 351.004 339.40958 351.004Q340.2377 351.004 340.72208 350.36337Q341.20645 349.70712 341.20645 348.53525Q341.20645 347.504 340.70645 346.86337Q340.22208 346.20712 339.39395 346.20712Q338.59708 346.20712 338.09708 346.84775Q337.6127 347.47275 337.6127 348.67587ZM344.34708 351.76962L344.34708 346.26962L343.34708 346.26962L343.34708 345.42587L344.34708 345.42587L344.34708 344.78525Q344.34708 343.754 344.87833 343.20712Q345.4252 342.64462 346.4252 342.64462Q346.8002 342.64462 347.1752 342.73837L347.1127 343.629Q346.83145 343.5665 346.53458 343.5665Q346.00333 343.5665 345.70645 343.879Q345.4252 344.1915 345.4252 344.754L345.4252 345.42587L346.78458 345.42587L346.78458 346.26962L345.4252 346.26962L345.4252 351.76962L344.34708 351.76962ZM353.87833 346.39462Q353.62833 346.36337 353.34708 346.36337Q352.26895 346.36337 351.89395 347.26962L351.89395 351.76962L350.81583 351.76962L350.81583 345.42587L351.8627 345.42587L351.87833 346.16025Q352.40958 345.3165 353.39395 345.3165Q353.70645 345.3165 353.87833 345.39462L353.87833 346.39462ZM357.44083 351.89462Q356.14395 351.89462 355.33145 351.05087Q354.53458 350.1915 354.53458 348.76962L354.53458 348.58212Q354.53458 347.629 354.89395 346.89462Q355.25333 346.14462 355.89395 345.73837Q356.5502 345.3165 357.3002 345.3165Q358.53458 345.3165 359.22208 346.129Q359.90958 346.9415 359.90958 348.45712L359.90958 348.91025L355.6127 348.91025Q355.64395 349.84775 356.15958 350.42587Q356.69083 351.004 357.50333 351.004Q358.06583 351.004 358.45645 350.76962Q358.8627 350.53525 359.1752 350.14462L359.83145 350.66025Q359.03458 351.89462 357.44083 351.89462ZM357.3002 346.20712Q356.64395 346.20712 356.19083 346.6915Q355.75333 347.16025 355.65958 348.01962L358.83145 348.01962L358.83145 347.9415Q358.78458 347.11337 358.37833 346.66025Q357.9877 346.20712 357.3002 346.20712ZM364.50333 350.08212Q364.50333 349.64462 364.15958 349.41025Q363.83145 349.16025 363.00333 348.98837Q362.19083 348.8165 361.70645 348.5665Q361.22208 348.3165 360.9877 347.98837Q360.76895 347.64462 360.76895 347.17587Q360.76895 346.39462 361.4252 345.86337Q362.08145 345.3165 363.1127 345.3165Q364.19083 345.3165 364.84708 345.879Q365.51895 346.42587 365.51895 347.28525L364.44083 347.28525Q364.44083 346.84775 364.0502 346.53525Q363.6752 346.20712 363.1127 346.20712Q362.51895 346.20712 362.1752 346.47275Q361.84708 346.72275 361.84708 347.129Q361.84708 347.51962 362.15958 347.72275Q362.47208 347.92587 363.28458 348.11337Q364.09708 348.28525 364.59708 348.53525Q365.09708 348.78525 365.33145 349.14462Q365.58145 349.504 365.58145 350.004Q365.58145 350.86337 364.89395 351.379Q364.22208 351.89462 363.14395 351.89462Q362.37833 351.89462 361.78458 351.629Q361.20645 351.34775 360.87833 350.86337Q360.5502 350.379 360.5502 349.8165L361.62833 349.8165Q361.65958 350.36337 362.06583 350.6915Q362.47208 351.004 363.14395 351.004Q363.75333 351.004 364.12833 350.754Q364.50333 350.504 364.50333 350.08212ZM372.15958 348.67587Q372.15958 350.11337 371.50333 351.004Q370.84708 351.89462 369.70645 351.89462Q368.5502 351.89462 367.89395 351.16025L367.89395 354.20712L366.81583 354.20712L366.81583 345.42587L367.8002 345.42587L367.84708 346.129Q368.51895 345.3165 369.69083 345.3165Q370.83145 345.3165 371.4877 346.17587Q372.15958 347.03525 372.15958 348.5665L372.15958 348.67587ZM371.08145 348.55087Q371.08145 347.47275 370.6127 346.86337Q370.15958 346.23837 369.3627 346.23837Q368.37833 346.23837 367.89395 347.09775L367.89395 350.129Q368.37833 351.004 369.37833 351.004Q370.15958 351.004 370.6127 350.39462Q371.08145 349.76962 371.08145 348.55087ZM373.51895 348.53525Q373.51895 347.61337 373.87833 346.86337Q374.25333 346.11337 374.90958 345.72275Q375.56583 345.3165 376.39395 345.3165Q377.69083 345.3165 378.4877 346.20712Q379.3002 347.09775 379.3002 348.59775L379.3002 348.67587Q379.3002 349.59775 378.94083 350.33212Q378.58145 351.0665 377.9252 351.48837Q377.26895 351.89462 376.40958 351.89462Q375.12833 351.89462 374.31583 351.004Q373.51895 350.09775 373.51895 348.61337L373.51895 348.53525ZM374.6127 348.67587Q374.6127 349.72275 375.09708 350.36337Q375.59708 351.004 376.40958 351.004Q377.2377 351.004 377.72208 350.36337Q378.20645 349.70712 378.20645 348.53525Q378.20645 347.504 377.70645 346.86337Q377.22208 346.20712 376.39395 346.20712Q375.59708 346.20712 375.09708 346.84775Q374.6127 347.47275 374.6127 348.67587ZM381.83145 345.42587L381.8627 346.22275Q382.59708 345.3165 383.76895 345.3165Q385.78458 345.3165 385.8002 347.58212L385.8002 351.76962L384.70645 351.76962L384.70645 347.5665Q384.70645 346.89462 384.39395 346.5665Q384.09708 346.23837 383.44083 346.23837Q382.90958 346.23837 382.50333 346.51962Q382.1127 346.80087 381.89395 347.254L381.89395 351.76962L380.81583 351.76962L380.81583 345.42587L381.83145 345.42587ZM387.5502 348.55087Q387.5502 347.08212 388.2377 346.20712Q388.9252 345.3165 390.0502 345.3165Q391.15958 345.3165 391.81583 346.0665L391.81583 342.76962L392.89395 342.76962L392.89395 351.76962L391.89395 351.76962L391.84708 351.08212Q391.19083 351.89462 390.03458 351.89462Q388.94083 351.89462 388.2377 350.98837Q387.5502 350.08212 387.5502 348.629L387.5502 348.55087ZM388.62833 348.67587Q388.62833 349.754 389.06583 350.36337Q389.51895 350.97275 390.3002 350.97275Q391.33145 350.97275 391.81583 350.03525L391.81583 347.129Q391.33145 346.23837 390.31583 346.23837Q389.51895 346.23837 389.06583 346.84775Q388.62833 347.45712 388.62833 348.67587ZM397.44083 351.89462Q396.14395 351.89462 395.33145 351.05087Q394.53458 350.1915 394.53458 348.76962L394.53458 348.58212Q394.53458 347.629 394.89395 346.89462Q395.25333 346.14462 395.89395 345.73837Q396.5502 345.3165 397.3002 345.3165Q398.53458 345.3165 399.22208 346.129Q399.90958 346.9415 399.90958 348.45712L399.90958 348.91025L395.6127 348.91025Q395.64395 349.84775 396.15958 350.42587Q396.69083 351.004 397.50333 351.004Q398.06583 351.004 398.45645 350.76962Q398.8627 350.53525 399.1752 350.14462L399.83145 350.66025Q399.03458 351.89462 397.44083 351.89462ZM397.3002 346.20712Q396.64395 346.20712 396.19083 346.6915Q395.75333 347.16025 395.65958 348.01962L398.83145 348.01962L398.83145 347.9415Q398.78458 347.11337 398.37833 346.66025Q397.9877 346.20712 397.3002 346.20712ZM401.83145 345.42587L401.8627 346.22275Q402.59708 345.3165 403.76895 345.3165Q405.78458 345.3165 405.8002 347.58212L405.8002 351.76962L404.70645 351.76962L404.70645 347.5665Q404.70645 346.89462 404.39395 346.5665Q404.09708 346.23837 403.44083 346.23837Q402.90958 346.23837 402.50333 346.51962Q402.1127 346.80087 401.89395 347.254L401.89395 351.76962L400.81583 351.76962L400.81583 345.42587L401.83145 345.42587ZM409.28458 343.89462L409.28458 345.42587L410.45645 345.42587L410.45645 346.26962L409.28458 346.26962L409.28458 350.1915Q409.28458 350.58212 409.44083 350.76962Q409.59708 350.95712 409.97208 350.95712Q410.15958 350.95712 410.4877 350.89462L410.4877 351.76962Q410.06583 351.89462 409.65958 351.89462Q408.94083 351.89462 408.56583 351.45712Q408.19083 351.004 408.19083 350.1915L408.19083 346.26962L407.03458 346.26962L407.03458 345.42587L408.19083 345.42587L408.19083 343.89462L409.28458 343.89462ZM415.50333 350.08212Q415.50333 349.64462 415.15958 349.41025Q414.83145 349.16025 414.00333 348.98837Q413.19083 348.8165 412.70645 348.5665Q412.22208 348.3165 411.9877 347.98837Q411.76895 347.64462 411.76895 347.17587Q411.76895 346.39462 412.4252 345.86337Q413.08145 345.3165 414.1127 345.3165Q415.19083 345.3165 415.84708 345.879Q416.51895 346.42587 416.51895 347.28525L415.44083 347.28525Q415.44083 346.84775 415.0502 346.53525Q414.6752 346.20712 414.1127 346.20712Q413.51895 346.20712 413.1752 346.47275Q412.84708 346.72275 412.84708 347.129Q412.84708 347.51962 413.15958 347.72275Q413.47208 347.92587 414.28458 348.11337Q415.09708 348.28525 415.59708 348.53525Q416.09708 348.78525 416.33145 349.14462Q416.58145 349.504 416.58145 350.004Q416.58145 350.86337 415.89395 351.379Q415.22208 351.89462 414.14395 351.89462Q413.37833 351.89462 412.78458 351.629Q412.20645 351.34775 411.87833 350.86337Q411.5502 350.379 411.5502 349.8165L412.62833 349.8165Q412.65958 350.36337 413.06583 350.6915Q413.47208 351.004 414.14395 351.004Q414.75333 351.004 415.12833 350.754Q415.50333 350.504 415.50333 350.08212Z" fill-rule="nonzero"/><path fill="#666666" d="M138.625 79.40709L142.67188 79.40709L142.67188 80.328964L137.48438 80.328964L137.48438 71.797714L138.625 71.797714L138.625 79.40709ZM144.5 80.328964L143.42188 80.328964L143.42188 73.985214L144.5 73.985214L144.5 80.328964ZM143.32812 72.31334Q143.32812 72.047714 143.48438 71.860214Q143.65625 71.672714 143.96875 71.672714Q144.28125 71.672714 144.4375 71.860214Q144.60938 72.047714 144.60938 72.31334Q144.60938 72.56334 144.4375 72.75084Q144.28125 72.922714 143.96875 72.922714Q143.65625 72.922714 143.48438 72.75084Q143.32812 72.56334 143.32812 72.31334ZM147.34375 73.985214L147.375 74.78209Q148.10938 73.87584 149.28125 73.87584Q151.29688 73.87584 151.3125 76.141464L151.3125 80.328964L150.21875 80.328964L150.21875 76.12584Q150.21875 75.453964 149.90625 75.12584Q149.60938 74.797714 148.95312 74.797714Q148.42188 74.797714 148.01562 75.078964Q147.625 75.360214 147.40625 75.81334L147.40625 80.328964L146.32812 80.328964L146.32812 73.985214L147.34375 73.985214ZM157.23438 79.703964Q156.60938 80.453964 155.375 80.453964Q154.35938 80.453964 153.82812 79.860214Q153.29688 79.266464 153.29688 78.110214L153.29688 73.985214L154.375 73.985214L154.375 78.078964Q154.375 79.53209 155.54688 79.53209Q156.79688 79.53209 157.20312 78.59459L157.20312 73.985214L158.29688 73.985214L158.29688 80.328964L157.26562 80.328964L157.23438 79.703964ZM162.45312 76.297714L163.85938 73.985214L165.125 73.985214L163.04688 77.12584L165.1875 80.328964L163.9375 80.328964L162.46875 77.953964L161.0 80.328964L159.73438 80.328964L161.875 77.12584L159.8125 73.985214L161.0625 73.985214L162.45312 76.297714Z" fill-rule="nonzero"/><path fill="#666666" d="M128.34375 137.31584L128.375 138.01897Q129.0625 137.20647 130.25 137.20647Q131.57812 137.20647 132.0625 138.22209Q132.375 137.76897 132.875 137.48772Q133.39062 137.20647 134.07812 137.20647Q136.17188 137.20647 136.20312 139.40959L136.20312 143.65959L135.125 143.65959L135.125 139.47209Q135.125 138.80022 134.8125 138.47209Q134.5 138.12834 133.76562 138.12834Q133.15625 138.12834 132.75 138.48772Q132.35938 138.84709 132.29688 139.45647L132.29688 143.65959L131.21875 143.65959L131.21875 139.50334Q131.21875 138.12834 129.85938 138.12834Q128.79688 138.12834 128.40625 139.03459L128.40625 143.65959L127.3125 143.65959L127.3125 137.31584L128.34375 137.31584ZM142.23438 143.65959Q142.14062 143.47209 142.07812 142.98772Q141.32812 143.78459 140.28125 143.78459Q139.34375 143.78459 138.73438 143.25334Q138.14062 142.72209 138.14062 141.89397Q138.14062 140.90959 138.89062 140.36272Q139.64062 139.81584 141.01562 139.81584L142.0625 139.81584L142.0625 139.31584Q142.0625 138.75334 141.71875 138.42522Q141.39062 138.08147 140.71875 138.08147Q140.14062 138.08147 139.75 138.37834Q139.35938 138.65959 139.35938 139.08147L138.26562 139.08147Q138.26562 138.59709 138.59375 138.15959Q138.9375 137.72209 139.51562 137.47209Q140.09375 137.20647 140.78125 137.20647Q141.89062 137.20647 142.5 137.75334Q143.125 138.30022 143.15625 139.25334L143.15625 142.17522Q143.15625 143.05022 143.375 143.56584L143.375 143.65959L142.23438 143.65959ZM140.4375 142.83147Q140.95312 142.83147 141.40625 142.56584Q141.85938 142.30022 142.0625 141.87834L142.0625 140.58147L141.21875 140.58147Q139.21875 140.58147 139.21875 141.75334Q139.21875 142.25334 139.5625 142.55022Q139.90625 142.83147 140.4375 142.83147ZM147.85938 142.89397Q148.4375 142.89397 148.875 142.55022Q149.3125 142.19084 149.35938 141.65959L150.39062 141.65959Q150.35938 142.20647 150.0 142.70647Q149.65625 143.19084 149.07812 143.48772Q148.51562 143.78459 147.85938 143.78459Q146.5625 143.78459 145.79688 142.92522Q145.04688 142.05022 145.04688 140.55022L145.04688 140.36272Q145.04688 139.44084 145.375 138.72209Q145.71875 138.00334 146.34375 137.61272Q146.98438 137.20647 147.85938 137.20647Q148.92188 137.20647 149.625 137.84709Q150.34375 138.47209 150.39062 139.50334L149.35938 139.50334Q149.3125 138.87834 148.89062 138.48772Q148.46875 138.09709 147.85938 138.09709Q147.03125 138.09709 146.57812 138.69084Q146.125 139.28459 146.125 140.40959L146.125 140.61272Q146.125 141.70647 146.57812 142.30022Q147.03125 142.89397 147.85938 142.89397ZM158.04688 139.67522Q158.04688 140.92522 157.625 141.86272Q157.20312 142.78459 156.42188 143.28459Q155.65625 143.78459 154.625 143.78459Q153.625 143.78459 152.84375 143.28459Q152.0625 142.78459 151.625 141.87834Q151.20312 140.95647 151.1875 139.73772L151.1875 139.12834Q151.1875 137.89397 151.60938 136.95647Q152.04688 136.01897 152.82812 135.51897Q153.60938 135.00334 154.625 135.00334Q155.64062 135.00334 156.42188 135.50334Q157.20312 136.00334 157.625 136.94084Q158.04688 137.87834 158.04688 139.12834L158.04688 139.67522ZM156.9375 139.11272Q156.9375 137.59709 156.32812 136.78459Q155.71875 135.97209 154.625 135.97209Q153.54688 135.97209 152.9375 136.78459Q152.32812 137.59709 152.3125 139.03459L152.3125 139.67522Q152.3125 141.14397 152.92188 141.98772Q153.54688 142.81584 154.625 142.81584Q155.71875 142.81584 156.3125 142.03459Q156.92188 141.23772 156.9375 139.75334L156.9375 139.11272ZM162.0 139.86272Q160.5625 139.44084 159.89062 138.83147Q159.23438 138.22209 159.23438 137.33147Q159.23438 136.33147 160.03125 135.67522Q160.84375 135.00334 162.14062 135.00334Q163.01562 135.00334 163.70312 135.34709Q164.39062 135.69084 164.76562 136.28459Q165.15625 136.87834 165.15625 137.59709L164.01562 137.59709Q164.01562 136.81584 163.51562 136.37834Q163.03125 135.94084 162.14062 135.94084Q161.3125 135.94084 160.84375 136.31584Q160.375 136.67522 160.375 137.31584Q160.375 137.84709 160.8125 138.20647Q161.26562 138.56584 162.32812 138.86272Q163.39062 139.15959 163.98438 139.51897Q164.59375 139.87834 164.875 140.36272Q165.17188 140.84709 165.17188 141.48772Q165.17188 142.53459 164.35938 143.15959Q163.54688 143.78459 162.20312 143.78459Q161.3125 143.78459 160.54688 143.44084Q159.79688 143.09709 159.375 142.51897Q158.96875 141.92522 158.96875 141.19084L160.09375 141.19084Q160.09375 141.95647 160.67188 142.40959Q161.25 142.86272 162.20312 142.86272Q163.09375 142.86272 163.5625 142.50334Q164.03125 142.12834 164.03125 141.50334Q164.03125 140.87834 163.59375 140.53459Q163.15625 140.19084 162.0 139.86272Z" fill-rule="nonzero"/><path fill="#666666" d="M118.328125 204.3027L118.5 205.4277L118.734375 204.41208L120.421875 198.45895L121.375 198.45895L123.015625 204.41208L123.25 205.44333L123.4375 204.28708L124.765625 198.45895L125.890625 198.45895L123.828125 206.9902L122.796875 206.9902L121.03125 200.77145L120.90625 200.1152L120.765625 200.77145L118.953125 206.9902L117.921875 206.9902L115.859375 198.45895L116.984375 198.45895L118.328125 204.3027ZM128.5 206.9902L127.421875 206.9902L127.421875 200.64645L128.5 200.64645L128.5 206.9902ZM127.328125 198.97458Q127.328125 198.70895 127.484375 198.52145Q127.65625 198.33395 127.96875 198.33395Q128.28125 198.33395 128.4375 198.52145Q128.60938 198.70895 128.60938 198.97458Q128.60938 199.22458 128.4375 199.41208Q128.28125 199.58395 127.96875 199.58395Q127.65625 199.58395 127.484375 199.41208Q127.328125 199.22458 127.328125 198.97458ZM131.34375 200.64645L131.375 201.44333Q132.10938 200.53708 133.28125 200.53708Q135.29688 200.53708 135.3125 202.8027L135.3125 206.9902L134.21875 206.9902L134.21875 202.78708Q134.21875 202.1152 133.90625 201.78708Q133.60938 201.45895 132.95312 201.45895Q132.42188 201.45895 132.01562 201.7402Q131.625 202.02145 131.40625 202.47458L131.40625 206.9902L130.32812 206.9902L130.32812 200.64645L131.34375 200.64645ZM137.0625 203.77145Q137.0625 202.3027 137.75 201.4277Q138.4375 200.53708 139.5625 200.53708Q140.67188 200.53708 141.32812 201.28708L141.32812 197.9902L142.40625 197.9902L142.40625 206.9902L141.40625 206.9902L141.35938 206.3027Q140.70312 207.1152 139.54688 207.1152Q138.45312 207.1152 137.75 206.20895Q137.0625 205.3027 137.0625 203.84958L137.0625 203.77145ZM138.14062 203.89645Q138.14062 204.97458 138.57812 205.58395Q139.03125 206.19333 139.8125 206.19333Q140.84375 206.19333 141.32812 205.25583L141.32812 202.34958Q140.84375 201.45895 139.82812 201.45895Q139.03125 201.45895 138.57812 202.06833Q138.14062 202.6777 138.14062 203.89645ZM144.03125 203.75583Q144.03125 202.83395 144.39062 202.08395Q144.76562 201.33395 145.42188 200.94333Q146.07812 200.53708 146.90625 200.53708Q148.20312 200.53708 149.0 201.4277Q149.8125 202.31833 149.8125 203.81833L149.8125 203.89645Q149.8125 204.81833 149.45312 205.5527Q149.09375 206.28708 148.4375 206.70895Q147.78125 207.1152 146.92188 207.1152Q145.64062 207.1152 144.82812 206.22458Q144.03125 205.31833 144.03125 203.83395L144.03125 203.75583ZM145.125 203.89645Q145.125 204.94333 145.60938 205.58395Q146.10938 206.22458 146.92188 206.22458Q147.75 206.22458 148.23438 205.58395Q148.71875 204.9277 148.71875 203.75583Q148.71875 202.72458 148.21875 202.08395Q147.73438 201.4277 146.90625 201.4277Q146.10938 201.4277 145.60938 202.06833Q145.125 202.69333 145.125 203.89645ZM156.9375 205.4902L158.15625 200.64645L159.23438 200.64645L157.39062 206.9902L156.51562 206.9902L154.96875 202.1777L153.46875 206.9902L152.59375 206.9902L150.75 200.64645L151.82812 200.64645L153.07812 205.39645L154.5625 200.64645L155.42188 200.64645L156.9375 205.4902ZM164.01562 205.3027Q164.01562 204.8652 163.67188 204.63083Q163.34375 204.38083 162.51562 204.20895Q161.70312 204.03708 161.21875 203.78708Q160.73438 203.53708 160.5 203.20895Q160.28125 202.8652 160.28125 202.39645Q160.28125 201.6152 160.9375 201.08395Q161.59375 200.53708 162.625 200.53708Q163.70312 200.53708 164.35938 201.09958Q165.03125 201.64645 165.03125 202.50583L163.95312 202.50583Q163.95312 202.06833 163.5625 201.75583Q163.1875 201.4277 162.625 201.4277Q162.03125 201.4277 161.6875 201.69333Q161.35938 201.94333 161.35938 202.34958Q161.35938 202.7402 161.67188 202.94333Q161.98438 203.14645 162.79688 203.33395Q163.60938 203.50583 164.10938 203.75583Q164.60938 204.00583 164.84375 204.3652Q165.09375 204.72458 165.09375 205.22458Q165.09375 206.08395 164.40625 206.59958Q163.73438 207.1152 162.65625 207.1152Q161.89062 207.1152 161.29688 206.84958Q160.71875 206.56833 160.39062 206.08395Q160.0625 205.59958 160.0625 205.03708L161.14062 205.03708Q161.17188 205.58395 161.57812 205.91208Q161.98438 206.22458 162.65625 206.22458Q163.26562 206.22458 163.64062 205.97458Q164.01562 205.72458 164.01562 205.3027Z" fill-rule="nonzero"/><path fill="#666666" d="M144.04688 266.33646Q144.04688 267.58646 143.625 268.52396Q143.20312 269.44583 142.42188 269.94583Q141.65625 270.44583 140.625 270.44583Q139.625 270.44583 138.84375 269.94583Q138.0625 269.44583 137.625 268.53958Q137.20312 267.6177 137.1875 266.39896L137.1875 265.78958Q137.1875 264.5552 137.60938 263.6177Q138.04688 262.6802 138.82812 262.1802Q139.60938 261.66458 140.625 261.66458Q141.64062 261.66458 142.42188 262.16458Q143.20312 262.66458 143.625 263.60208Q144.04688 264.53958 144.04688 265.78958L144.04688 266.33646ZM142.9375 265.77396Q142.9375 264.25833 142.32812 263.44583Q141.71875 262.63333 140.625 262.63333Q139.54688 262.63333 138.9375 263.44583Q138.32812 264.25833 138.3125 265.69583L138.3125 266.33646Q138.3125 267.8052 138.92188 268.64896Q139.54688 269.47708 140.625 269.47708Q141.71875 269.47708 142.3125 268.69583Q142.92188 267.89896 142.9375 266.41458L142.9375 265.77396ZM146.79688 262.44583L146.79688 263.97708L147.96875 263.97708L147.96875 264.82083L146.79688 264.82083L146.79688 268.7427Q146.79688 269.13333 146.95312 269.32083Q147.10938 269.50833 147.48438 269.50833Q147.67188 269.50833 148.0 269.44583L148.0 270.32083Q147.57812 270.44583 147.17188 270.44583Q146.45312 270.44583 146.07812 270.00833Q145.70312 269.5552 145.70312 268.7427L145.70312 264.82083L144.54688 264.82083L144.54688 263.97708L145.70312 263.97708L145.70312 262.44583L146.79688 262.44583ZM150.40625 264.7427Q151.125 263.8677 152.28125 263.8677Q154.29688 263.8677 154.3125 266.13333L154.3125 270.32083L153.21875 270.32083L153.21875 266.1177Q153.21875 265.44583 152.90625 265.1177Q152.60938 264.78958 151.95312 264.78958Q151.42188 264.78958 151.01562 265.07083Q150.625 265.35208 150.40625 265.8052L150.40625 270.32083L149.32812 270.32083L149.32812 261.32083L150.40625 261.32083L150.40625 264.7427ZM158.95312 270.44583Q157.65625 270.44583 156.84375 269.60208Q156.04688 268.7427 156.04688 267.32083L156.04688 267.13333Q156.04688 266.1802 156.40625 265.44583Q156.76562 264.69583 157.40625 264.28958Q158.0625 263.8677 158.8125 263.8677Q160.04688 263.8677 160.73438 264.6802Q161.42188 265.4927 161.42188 267.00833L161.42188 267.46146L157.125 267.46146Q157.15625 268.39896 157.67188 268.97708Q158.20312 269.5552 159.01562 269.5552Q159.57812 269.5552 159.96875 269.32083Q160.375 269.08646 160.6875 268.69583L161.34375 269.21146Q160.54688 270.44583 158.95312 270.44583ZM158.8125 264.75833Q158.15625 264.75833 157.70312 265.2427Q157.26562 265.71146 157.17188 266.57083L160.34375 266.57083L160.34375 266.4927Q160.29688 265.66458 159.89062 265.21146Q159.5 264.75833 158.8125 264.75833ZM165.39062 264.94583Q165.14062 264.91458 164.85938 264.91458Q163.78125 264.91458 163.40625 265.82083L163.40625 270.32083L162.32812 270.32083L162.32812 263.97708L163.375 263.97708L163.39062 264.71146Q163.92188 263.8677 164.90625 263.8677Q165.21875 263.8677 165.39062 263.94583L165.39062 264.94583Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 322.92838Q169.5625 324.83463 168.90625 325.77213Q168.26562 326.694 166.875 326.694Q165.51562 326.694 164.85938 325.78775Q164.20312 324.8815 164.17188 323.069L164.17188 321.6315Q164.17188 319.74088 164.8125 318.83463Q165.46875 317.91275 166.85938 317.91275Q168.23438 317.91275 168.89062 318.80338Q169.54688 319.67838 169.5625 321.52213L169.5625 322.92838ZM168.46875 321.444Q168.46875 320.069 168.07812 319.444Q167.70312 318.80338 166.85938 318.80338Q166.03125 318.80338 165.64062 319.444Q165.26562 320.069 165.26562 321.36588L165.26562 323.10025Q165.26562 324.47525 165.65625 325.14713Q166.0625 325.80338 166.875 325.80338Q167.67188 325.80338 168.0625 325.17838Q168.45312 324.55338 168.46875 323.22525L168.46875 321.444ZM171.10938 319.67838Q171.10938 318.91275 171.59375 318.41275Q172.09375 317.91275 172.85938 317.91275Q173.64062 317.91275 174.125 318.41275Q174.60938 318.91275 174.60938 319.70963L174.60938 320.1315Q174.60938 320.89713 174.10938 321.39713Q173.625 321.8815 172.875 321.8815Q172.10938 321.8815 171.60938 321.39713Q171.10938 320.89713 171.10938 320.08463L171.10938 319.67838ZM171.92188 320.1315Q171.92188 320.58463 172.17188 320.8815Q172.4375 321.17838 172.875 321.17838Q173.29688 321.17838 173.54688 320.89713Q173.79688 320.60025 173.79688 320.10025L173.79688 319.67838Q173.79688 319.22525 173.54688 318.92838Q173.29688 318.61588 172.85938 318.61588Q172.42188 318.61588 172.17188 318.92838Q171.92188 319.22525 171.92188 319.694L171.92188 320.1315ZM175.26562 324.47525Q175.26562 323.70963 175.75 323.22525Q176.25 322.72525 177.01562 322.72525Q177.78125 322.72525 178.26562 323.22525Q178.76562 323.70963 178.76562 324.52213L178.76562 324.92838Q178.76562 325.694 178.28125 326.194Q177.79688 326.694 177.03125 326.694Q176.26562 326.694 175.76562 326.20963Q175.26562 325.70963 175.26562 324.89713L175.26562 324.47525ZM176.07812 324.92838Q176.07812 325.39713 176.32812 325.694Q176.59375 325.99088 177.03125 325.99088Q177.45312 325.99088 177.70312 325.70963Q177.95312 325.41275 177.95312 324.91275L177.95312 324.47525Q177.95312 324.0065 177.6875 323.72525Q177.4375 323.42838 177.01562 323.42838Q176.59375 323.42838 176.32812 323.72525Q176.07812 324.0065 176.07812 324.5065L176.07812 324.92838ZM173.125 325.92838L172.5 325.53775L176.67188 318.86588L177.28125 319.2565L173.125 325.92838Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 326.569L260.197 326.569L260.197 325.78775L263.15012 322.5065Q263.80637 321.7565 264.05637 321.30338Q264.30637 320.83463 264.30637 320.33463Q264.30637 319.66275 263.90012 319.24088Q263.5095 318.80338 262.822 318.80338Q262.02512 318.80338 261.572 319.27213Q261.11887 319.72525 261.11887 320.55338L260.04074 320.55338Q260.04074 319.36588 260.79074 318.64713Q261.55637 317.91275 262.822 317.91275Q264.02512 317.91275 264.71262 318.53775Q265.40012 319.16275 265.40012 320.20963Q265.40012 321.45963 263.79074 323.20963L261.5095 325.67838L265.79074 325.67838L265.79074 326.569ZM272.55637 322.92838Q272.55637 324.83463 271.90012 325.77213Q271.2595 326.694 269.86887 326.694Q268.5095 326.694 267.85324 325.78775Q267.197 324.8815 267.16574 323.069L267.16574 321.6315Q267.16574 319.74088 267.80637 318.83463Q268.46262 317.91275 269.85324 317.91275Q271.22824 317.91275 271.8845 318.80338Q272.54074 319.67838 272.55637 321.52213L272.55637 322.92838ZM271.46262 321.444Q271.46262 320.069 271.072 319.444Q270.697 318.80338 269.85324 318.80338Q269.02512 318.80338 268.6345 319.444Q268.2595 320.069 268.2595 321.36588L268.2595 323.10025Q268.2595 324.47525 268.65012 325.14713Q269.05637 325.80338 269.86887 325.80338Q270.66574 325.80338 271.05637 325.17838Q271.447 324.55338 271.46262 323.22525L271.46262 321.444ZM274.10324 319.67838Q274.10324 318.91275 274.58762 318.41275Q275.08762 317.91275 275.85324 317.91275Q276.6345 317.91275 277.11887 318.41275Q277.60324 318.91275 277.60324 319.70963L277.60324 320.1315Q277.60324 320.89713 277.10324 321.39713Q276.61887 321.8815 275.86887 321.8815Q275.10324 321.8815 274.60324 321.39713Q274.10324 320.89713 274.10324 320.08463L274.10324 319.67838ZM274.91574 320.1315Q274.91574 320.58463 275.16574 320.8815Q275.43137 321.17838 275.86887 321.17838Q276.29074 321.17838 276.54074 320.89713Q276.79074 320.60025 276.79074 320.10025L276.79074 319.67838Q276.79074 319.22525 276.54074 318.92838Q276.29074 318.61588 275.85324 318.61588Q275.41574 318.61588 275.16574 318.92838Q274.91574 319.22525 274.91574 319.694L274.91574 320.1315ZM278.2595 324.47525Q278.2595 323.70963 278.74387 323.22525Q279.24387 322.72525 280.0095 322.72525Q280.77512 322.72525 281.2595 323.22525Q281.7595 323.70963 281.7595 324.52213L281.7595 324.92838Q281.7595 325.694 281.27512 326.194Q280.79074 326.694 280.02512 326.694Q279.2595 326.694 278.7595 326.20963Q278.2595 325.70963 278.2595 324.89713L278.2595 324.47525ZM279.072 324.92838Q279.072 325.39713 279.322 325.694Q279.58762 325.99088 280.02512 325.99088Q280.447 325.99088 280.697 325.70963Q280.947 325.41275 280.947 324.91275L280.947 324.47525Q280.947 324.0065 280.68137 323.72525Q280.43137 323.42838 280.0095 323.42838Q279.58762 323.42838 279.322 323.72525Q279.072 324.0065 279.072 324.5065L279.072 324.92838ZM276.11887 325.92838L275.49387 325.53775L279.66574 318.86588L280.27512 319.2565L276.11887 325.92838Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 323.70963L365.45645 323.70963L365.45645 324.58463L364.26895 324.58463L364.26895 326.569L363.19083 326.569L363.19083 324.58463L359.3002 324.58463L359.3002 323.944L363.1127 318.03775L364.26895 318.03775L364.26895 323.70963ZM360.53458 323.70963L363.19083 323.70963L363.19083 319.52213L363.0502 319.7565L360.53458 323.70963ZM372.0502 322.92838Q372.0502 324.83463 371.39395 325.77213Q370.75333 326.694 369.3627 326.694Q368.00333 326.694 367.34708 325.78775Q366.69083 324.8815 366.65958 323.069L366.65958 321.6315Q366.65958 319.74088 367.3002 318.83463Q367.95645 317.91275 369.34708 317.91275Q370.72208 317.91275 371.37833 318.80338Q372.03458 319.67838 372.0502 321.52213L372.0502 322.92838ZM370.95645 321.444Q370.95645 320.069 370.56583 319.444Q370.19083 318.80338 369.34708 318.80338Q368.51895 318.80338 368.12833 319.444Q367.75333 320.069 367.75333 321.36588L367.75333 323.10025Q367.75333 324.47525 368.14395 325.14713Q368.5502 325.80338 369.3627 325.80338Q370.15958 325.80338 370.5502 325.17838Q370.94083 324.55338 370.95645 323.22525L370.95645 321.444ZM373.59708 319.67838Q373.59708 318.91275 374.08145 318.41275Q374.58145 317.91275 375.34708 317.91275Q376.12833 317.91275 376.6127 318.41275Q377.09708 318.91275 377.09708 319.70963L377.09708 320.1315Q377.09708 320.89713 376.59708 321.39713Q376.1127 321.8815 375.3627 321.8815Q374.59708 321.8815 374.09708 321.39713Q373.59708 320.89713 373.59708 320.08463L373.59708 319.67838ZM374.40958 320.1315Q374.40958 320.58463 374.65958 320.8815Q374.9252 321.17838 375.3627 321.17838Q375.78458 321.17838 376.03458 320.89713Q376.28458 320.60025 376.28458 320.10025L376.28458 319.67838Q376.28458 319.22525 376.03458 318.92838Q375.78458 318.61588 375.34708 318.61588Q374.90958 318.61588 374.65958 318.92838Q374.40958 319.22525 374.40958 319.694L374.40958 320.1315ZM377.75333 324.47525Q377.75333 323.70963 378.2377 323.22525Q378.7377 322.72525 379.50333 322.72525Q380.26895 322.72525 380.75333 323.22525Q381.25333 323.70963 381.25333 324.52213L381.25333 324.92838Q381.25333 325.694 380.76895 326.194Q380.28458 326.694 379.51895 326.694Q378.75333 326.694 378.25333 326.20963Q377.75333 325.70963 377.75333 324.89713L377.75333 324.47525ZM378.56583 324.92838Q378.56583 325.39713 378.81583 325.694Q379.08145 325.99088 379.51895 325.99088Q379.94083 325.99088 380.19083 325.70963Q380.44083 325.41275 380.44083 324.91275L380.44083 324.47525Q380.44083 324.0065 380.1752 323.72525Q379.9252 323.42838 379.50333 323.42838Q379.08145 323.42838 378.81583 323.72525Q378.56583 324.0065 378.56583 324.5065L378.56583 324.92838ZM375.6127 325.92838L374.9877 325.53775L379.15958 318.86588L379.76895 319.2565L375.6127 325.92838Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 318.03775L463.45032 318.944L463.2472 318.944Q461.98157 318.97525 461.23157 319.70963Q460.48157 320.42838 460.35657 321.74088Q461.04407 320.97525 462.20032 320.97525Q463.3097 320.97525 463.98157 321.7565Q464.65344 322.53775 464.65344 323.78775Q464.65344 325.10025 463.9347 325.89713Q463.21594 326.694 461.9972 326.694Q460.77844 326.694 460.01282 325.7565Q459.26282 324.80338 459.26282 323.319L459.26282 322.91275Q459.26282 320.55338 460.26282 319.30338Q461.26282 318.05338 463.2472 318.03775L463.45032 318.03775ZM462.02844 321.8815Q461.46594 321.8815 460.9972 322.20963Q460.52844 322.53775 460.34094 323.05338L460.34094 323.444Q460.34094 324.5065 460.8097 325.14713Q461.29407 325.78775 461.9972 325.78775Q462.73157 325.78775 463.15344 325.2565Q463.57532 324.70963 463.57532 323.83463Q463.57532 322.95963 463.15344 322.42838Q462.73157 321.8815 462.02844 321.8815ZM471.54407 322.92838Q471.54407 324.83463 470.88782 325.77213Q470.2472 326.694 468.85657 326.694Q467.4972 326.694 466.84094 325.78775Q466.1847 324.8815 466.15344 323.069L466.15344 321.6315Q466.15344 319.74088 466.79407 318.83463Q467.45032 317.91275 468.84094 317.91275Q470.21594 317.91275 470.8722 318.80338Q471.52844 319.67838 471.54407 321.52213L471.54407 322.92838ZM470.45032 321.444Q470.45032 320.069 470.0597 319.444Q469.6847 318.80338 468.84094 318.80338Q468.01282 318.80338 467.6222 319.444Q467.2472 320.069 467.2472 321.36588L467.2472 323.10025Q467.2472 324.47525 467.63782 325.14713Q468.04407 325.80338 468.85657 325.80338Q469.65344 325.80338 470.04407 325.17838Q470.4347 324.55338 470.45032 323.22525L470.45032 321.444ZM473.09094 319.67838Q473.09094 318.91275 473.57532 318.41275Q474.07532 317.91275 474.84094 317.91275Q475.6222 317.91275 476.10657 318.41275Q476.59094 318.91275 476.59094 319.70963L476.59094 320.1315Q476.59094 320.89713 476.09094 321.39713Q475.60657 321.8815 474.85657 321.8815Q474.09094 321.8815 473.59094 321.39713Q473.09094 320.89713 473.09094 320.08463L473.09094 319.67838ZM473.90344 320.1315Q473.90344 320.58463 474.15344 320.8815Q474.41907 321.17838 474.85657 321.17838Q475.27844 321.17838 475.52844 320.89713Q475.77844 320.60025 475.77844 320.10025L475.77844 319.67838Q475.77844 319.22525 475.52844 318.92838Q475.27844 318.61588 474.84094 318.61588Q474.40344 318.61588 474.15344 318.92838Q473.90344 319.22525 473.90344 319.694L473.90344 320.1315ZM477.2472 324.47525Q477.2472 323.70963 477.73157 323.22525Q478.23157 322.72525 478.9972 322.72525Q479.76282 322.72525 480.2472 323.22525Q480.7472 323.70963 480.7472 324.52213L480.7472 324.92838Q480.7472 325.694 480.26282 326.194Q479.77844 326.694 479.01282 326.694Q478.2472 326.694 477.7472 326.20963Q477.2472 325.70963 477.2472 324.89713L477.2472 324.47525ZM478.0597 324.92838Q478.0597 325.39713 478.3097 325.694Q478.57532 325.99088 479.01282 325.99088Q479.4347 325.99088 479.6847 325.70963Q479.9347 325.41275 479.9347 324.91275L479.9347 324.47525Q479.9347 324.0065 479.66907 323.72525Q479.41907 323.42838 478.9972 323.42838Q478.57532 323.42838 478.3097 323.72525Q478.0597 324.0065 478.0597 324.5065L478.0597 324.92838ZM475.10657 325.92838L474.48157 325.53775L478.65344 318.86588L479.26282 319.2565L475.10657 325.92838Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 320.2565Q563.866 320.89713 563.5223 321.39713Q563.1785 321.89713 562.616 322.17838Q563.2723 322.45963 563.6629 323.02213Q564.0535 323.569 564.0535 324.27213Q564.0535 325.36588 563.3035 326.03775Q562.56915 326.694 561.3504 326.694Q560.116 326.694 559.366 326.03775Q558.63165 325.36588 558.63165 324.27213Q558.63165 323.569 559.00665 323.02213Q559.38165 322.45963 560.0535 322.17838Q559.491 321.89713 559.1629 321.39713Q558.8348 320.89713 558.8348 320.2565Q558.8348 319.17838 559.5223 318.55338Q560.2098 317.91275 561.3504 317.91275Q562.4754 317.91275 563.1629 318.55338Q563.866 319.17838 563.866 320.2565ZM562.9754 324.24088Q562.9754 323.52213 562.5223 323.08463Q562.06915 322.6315 561.3348 322.6315Q560.6004 322.6315 560.1473 323.08463Q559.7098 323.52213 559.7098 324.2565Q559.7098 324.97525 560.1473 325.39713Q560.5848 325.80338 561.3504 325.80338Q562.1004 325.80338 562.5379 325.3815Q562.9754 324.95963 562.9754 324.24088ZM561.3504 318.80338Q560.7098 318.80338 560.3035 319.20963Q559.9129 319.60025 559.9129 320.28775Q559.9129 320.92838 560.3035 321.33463Q560.69415 321.74088 561.3348 321.74088Q561.991 321.74088 562.38165 321.33463Q562.7723 320.92838 562.7723 320.28775Q562.7723 319.6315 562.366 319.22525Q561.9598 318.80338 561.3504 318.80338ZM571.0379 322.92838Q571.0379 324.83463 570.38165 325.77213Q569.741 326.694 568.3504 326.694Q566.991 326.694 566.3348 325.78775Q565.6785 324.8815 565.6473 323.069L565.6473 321.6315Q565.6473 319.74088 566.2879 318.83463Q566.94415 317.91275 568.3348 317.91275Q569.7098 317.91275 570.366 318.80338Q571.0223 319.67838 571.0379 321.52213L571.0379 322.92838ZM569.94415 321.444Q569.94415 320.069 569.5535 319.444Q569.1785 318.80338 568.3348 318.80338Q567.50665 318.80338 567.116 319.444Q566.741 320.069 566.741 321.36588L566.741 323.10025Q566.741 324.47525 567.13165 325.14713Q567.5379 325.80338 568.3504 325.80338Q569.1473 325.80338 569.5379 325.17838Q569.9285 324.55338 569.94415 323.22525L569.94415 321.444ZM572.5848 319.67838Q572.5848 318.91275 573.06915 318.41275Q573.56915 317.91275 574.3348 317.91275Q575.116 317.91275 575.6004 318.41275Q576.0848 318.91275 576.0848 319.70963L576.0848 320.1315Q576.0848 320.89713 575.5848 321.39713Q575.1004 321.8815 574.3504 321.8815Q573.5848 321.8815 573.0848 321.39713Q572.5848 320.89713 572.5848 320.08463L572.5848 319.67838ZM573.3973 320.1315Q573.3973 320.58463 573.6473 320.8815Q573.9129 321.17838 574.3504 321.17838Q574.7723 321.17838 575.0223 320.89713Q575.2723 320.60025 575.2723 320.10025L575.2723 319.67838Q575.2723 319.22525 575.0223 318.92838Q574.7723 318.61588 574.3348 318.61588Q573.8973 318.61588 573.6473 318.92838Q573.3973 319.22525 573.3973 319.694L573.3973 320.1315ZM576.741 324.47525Q576.741 323.70963 577.2254 323.22525Q577.7254 322.72525 578.491 322.72525Q579.25665 322.72525 579.741 323.22525Q580.241 323.70963 580.241 324.52213L580.241 324.92838Q580.241 325.694 579.75665 326.194Q579.2723 326.694 578.50665 326.694Q577.741 326.694 577.241 326.20963Q576.741 325.70963 576.741 324.89713L576.741 324.47525ZM577.5535 324.92838Q577.5535 325.39713 577.8035 325.694Q578.06915 325.99088 578.50665 325.99088Q578.9285 325.99088 579.1785 325.70963Q579.4285 325.41275 579.4285 324.91275L579.4285 324.47525Q579.4285 324.0065 579.1629 323.72525Q578.9129 323.42838 578.491 323.42838Q578.06915 323.42838 577.8035 323.72525Q577.5535 324.0065 577.5535 324.5065L577.5535 324.92838ZM574.6004 325.92838L573.9754 325.53775L578.1473 318.86588L578.75665 319.2565L574.6004 325.92838Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M237.09375 362.26996C237.09375 361.71768 237.54146 361.26996 238.09375 361.26996L248.09375 361.26996C248.64604 361.26996 249.09375 361.71768 249.09375 362.26996L249.09375 372.26996C249.09375 372.82224 248.64604 373.26996 248.09375 373.26996L238.09375 373.26996C237.54146 373.26996 237.09375 372.82224 237.09375 372.26996Z" fill-rule="nonzero"/><path fill="#666666" d="M263.39062 371.76996L257.79688 371.76996L257.79688 370.9887L260.75 367.70746Q261.40625 366.95746 261.65625 366.50433Q261.90625 366.03558 261.90625 365.53558Q261.90625 364.8637 261.5 364.44183Q261.10938 364.00433 260.42188 364.00433Q259.625 364.00433 259.17188 364.47308Q258.71875 364.9262 258.71875 365.75433L257.64062 365.75433Q257.64062 364.56683 258.39062 363.84808Q259.15625 363.1137 260.42188 363.1137Q261.625 363.1137 262.3125 363.7387Q263.0 364.3637 263.0 365.41058Q263.0 366.66058 261.39062 368.41058L259.10938 370.87933L263.39062 370.87933L263.39062 371.76996ZM270.15625 368.12933Q270.15625 370.03558 269.5 370.97308Q268.85938 371.89496 267.46875 371.89496Q266.10938 371.89496 265.45312 370.9887Q264.79688 370.08246 264.76562 368.26996L264.76562 366.83246Q264.76562 364.94183 265.40625 364.03558Q266.0625 363.1137 267.45312 363.1137Q268.82812 363.1137 269.48438 364.00433Q270.14062 364.87933 270.15625 366.72308L270.15625 368.12933ZM269.0625 366.64496Q269.0625 365.26996 268.67188 364.64496Q268.29688 364.00433 267.45312 364.00433Q266.625 364.00433 266.23438 364.64496Q265.85938 365.26996 265.85938 366.56683L265.85938 368.3012Q265.85938 369.6762 266.25 370.34808Q266.65625 371.00433 267.46875 371.00433Q268.26562 371.00433 268.65625 370.37933Q269.04688 369.75433 269.0625 368.4262L269.0625 366.64496ZM275.35938 371.76996L274.28125 371.76996L274.28125 364.5512L272.09375 365.34808L272.09375 364.3637L275.20312 363.19183L275.35938 363.19183L275.35938 371.76996ZM283.0625 363.2387L283.0625 364.14496L282.85938 364.14496Q281.59375 364.1762 280.84375 364.91058Q280.09375 365.62933 279.96875 366.94183Q280.65625 366.1762 281.8125 366.1762Q282.92188 366.1762 283.59375 366.95746Q284.26562 367.7387 284.26562 368.9887Q284.26562 370.3012 283.54688 371.09808Q282.82812 371.89496 281.60938 371.89496Q280.39062 371.89496 279.625 370.95746Q278.875 370.00433 278.875 368.51996L278.875 368.1137Q278.875 365.75433 279.875 364.50433Q280.875 363.25433 282.85938 363.2387L283.0625 363.2387ZM281.64062 367.08246Q281.07812 367.08246 280.60938 367.41058Q280.14062 367.7387 279.95312 368.25433L279.95312 368.64496Q279.95312 369.70746 280.42188 370.34808Q280.90625 370.9887 281.60938 370.9887Q282.34375 370.9887 282.76562 370.45746Q283.1875 369.91058 283.1875 369.03558Q283.1875 368.16058 282.76562 367.62933Q282.34375 367.08246 281.64062 367.08246Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M301.09375 362.26996C301.09375 361.71768 301.54147 361.26996 302.09375 361.26996L312.09375 361.26996C312.64603 361.26996 313.09375 361.71768 313.09375 362.26996L313.09375 372.26996C313.09375 372.82224 312.64603 373.26996 312.09375 373.26996L302.09375 373.26996C301.54147 373.26996 301.09375 372.82224 301.09375 372.26996Z" fill-rule="nonzero"/><path fill="#666666" d="M327.39062 371.76996L321.79688 371.76996L321.79688 370.9887L324.75 367.70746Q325.40625 366.95746 325.65625 366.50433Q325.90625 366.03558 325.90625 365.53558Q325.90625 364.8637 325.5 364.44183Q325.10938 364.00433 324.42188 364.00433Q323.625 364.00433 323.17188 364.47308Q322.71875 364.9262 322.71875 365.75433L321.64062 365.75433Q321.64062 364.56683 322.39062 363.84808Q323.15625 363.1137 324.42188 363.1137Q325.625 363.1137 326.3125 363.7387Q327.0 364.3637 327.0 365.41058Q327.0 366.66058 325.39062 368.41058L323.10938 370.87933L327.39062 370.87933L327.39062 371.76996ZM334.15625 368.12933Q334.15625 370.03558 333.5 370.97308Q332.85938 371.89496 331.46875 371.89496Q330.10938 371.89496 329.45312 370.9887Q328.79688 370.08246 328.76562 368.26996L328.76562 366.83246Q328.76562 364.94183 329.40625 364.03558Q330.0625 363.1137 331.45312 363.1137Q332.82812 363.1137 333.48438 364.00433Q334.14062 364.87933 334.15625 366.72308L334.15625 368.12933ZM333.0625 366.64496Q333.0625 365.26996 332.67188 364.64496Q332.29688 364.00433 331.45312 364.00433Q330.625 364.00433 330.23438 364.64496Q329.85938 365.26996 329.85938 366.56683L329.85938 368.3012Q329.85938 369.6762 330.25 370.34808Q330.65625 371.00433 331.46875 371.00433Q332.26562 371.00433 332.65625 370.37933Q333.04688 369.75433 333.0625 368.4262L333.0625 366.64496ZM339.35938 371.76996L338.28125 371.76996L338.28125 364.5512L336.09375 365.34808L336.09375 364.3637L339.20312 363.19183L339.35938 363.19183L339.35938 371.76996ZM348.3125 363.84808L344.78125 371.76996L343.64062 371.76996L347.15625 364.12933L342.54688 364.12933L342.54688 363.2387L348.3125 363.2387L348.3125 363.84808Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M365.09375 362.26996C365.09375 361.71768 365.54147 361.26996 366.09375 361.26996L376.09375 361.26996C376.64603 361.26996 377.09375 361.71768 377.09375 362.26996L377.09375 372.26996C377.09375 372.82224 376.64603 373.26996 376.09375 373.26996L366.09375 373.26996C365.54147 373.26996 365.09375 372.82224 365.09375 372.26996Z" fill-rule="nonzero"/><path fill="#666666" d="M391.39062 371.76996L385.79688 371.76996L385.79688 370.9887L388.75 367.70746Q389.40625 366.95746 389.65625 366.50433Q389.90625 366.03558 389.90625 365.53558Q389.90625 364.8637 389.5 364.44183Q389.10938 364.00433 388.42188 364.00433Q387.625 364.00433 387.17188 364.47308Q386.71875 364.9262 386.71875 365.75433L385.64062 365.75433Q385.64062 364.56683 386.39062 363.84808Q387.15625 363.1137 388.42188 363.1137Q389.625 363.1137 390.3125 363.7387Q391.0 364.3637 391.0 365.41058Q391.0 366.66058 389.39062 368.41058L387.10938 370.87933L391.39062 370.87933L391.39062 371.76996ZM398.15625 368.12933Q398.15625 370.03558 397.5 370.97308Q396.85938 371.89496 395.46875 371.89496Q394.10938 371.89496 393.45312 370.9887Q392.79688 370.08246 392.76562 368.26996L392.76562 366.83246Q392.76562 364.94183 393.40625 364.03558Q394.0625 363.1137 395.45312 363.1137Q396.82812 363.1137 397.48438 364.00433Q398.14062 364.87933 398.15625 366.72308L398.15625 368.12933ZM397.0625 366.64496Q397.0625 365.26996 396.67188 364.64496Q396.29688 364.00433 395.45312 364.00433Q394.625 364.00433 394.23438 364.64496Q393.85938 365.26996 393.85938 366.56683L393.85938 368.3012Q393.85938 369.6762 394.25 370.34808Q394.65625 371.00433 395.46875 371.00433Q396.26562 371.00433 396.65625 370.37933Q397.04688 369.75433 397.0625 368.4262L397.0625 366.64496ZM403.35938 371.76996L402.28125 371.76996L402.28125 364.5512L400.09375 365.34808L400.09375 364.3637L403.20312 363.19183L403.35938 363.19183L403.35938 371.76996ZM411.98438 365.45746Q411.98438 366.09808 411.64062 366.59808Q411.29688 367.09808 410.73438 367.37933Q411.39062 367.66058 411.78125 368.22308Q412.17188 368.76996 412.17188 369.47308Q412.17188 370.56683 411.42188 371.2387Q410.6875 371.89496 409.46875 371.89496Q408.23438 371.89496 407.48438 371.2387Q406.75 370.56683 406.75 369.47308Q406.75 368.76996 407.125 368.22308Q407.5 367.66058 408.17188 367.37933Q407.60938 367.09808 407.28125 366.59808Q406.95312 366.09808 406.95312 365.45746Q406.95312 364.37933 407.64062 363.75433Q408.32812 363.1137 409.46875 363.1137Q410.59375 363.1137 411.28125 363.75433Q411.98438 364.37933 411.98438 365.45746ZM411.09375 369.44183Q411.09375 368.72308 410.64062 368.28558Q410.1875 367.83246 409.45312 367.83246Q408.71875 367.83246 408.26562 368.28558Q407.82812 368.72308 407.82812 369.45746Q407.82812 370.1762 408.26562 370.59808Q408.70312 371.00433 409.46875 371.00433Q410.21875 371.00433 410.65625 370.58246Q411.09375 370.16058 411.09375 369.44183ZM409.46875 364.00433Q408.82812 364.00433 408.42188 364.41058Q408.03125 364.8012 408.03125 365.4887Q408.03125 366.12933 408.42188 366.53558Q408.8125 366.94183 409.45312 366.94183Q410.10938 366.94183 410.5 366.53558Q410.89062 366.12933 410.89062 365.4887Q410.89062 364.83246 410.48438 364.4262Q410.07812 364.00433 409.46875 364.00433Z" fill-rule="nonzero"/><path fill="#00add8" d="M429.09375 362.26996C429.09375 361.71768 429.54147 361.26996 430.09375 361.26996L440.09375 361.26996C440.64603 361.26996 441.09375 361.71768 441.09375 362.26996L441.09375 372.26996C441.09375 372.82224 440.64603 373.26996 440.09375 373.26996L430.09375 373.26996C429.54147 373.26996 429.09375 372.82224 429.09375 372.26996Z" fill-rule="nonzero"/><path fill="#666666" d="M455.39062 371.76996L449.79688 371.76996L449.79688 370.9887L452.75 367.70746Q453.40625 366.95746 453.65625 366.50433Q453.90625 366.03558 453.90625 365.53558Q453.90625 364.8637 453.5 364.44183Q453.10938 364.00433 452.42188 364.00433Q451.625 364.00433 451.17188 364.47308Q450.71875 364.9262 450.71875 365.75433L449.64062 365.75433Q449.64062 364.56683 450.39062 363.84808Q451.15625 363.1137 452.42188 363.1137Q453.625 363.1137 454.3125 363.7387Q455.0 364.3637 455.0 365.41058Q455.0 366.66058 453.39062 368.41058L451.10938 370.87933L455.39062 370.87933L455.39062 371.76996ZM462.15625 368.12933Q462.15625 370.03558 461.5 370.97308Q460.85938 371.89496 459.46875 371.89496Q458.10938 371.89496 457.45312 370.9887Q456.79688 370.08246 456.76562 368.26996L456.76562 366.83246Q456.76562 364.94183 457.40625 364.03558Q458.0625 363.1137 459.45312 363.1137Q460.82812 363.1137 461.48438 364.00433Q462.14062 364.87933 462.15625 366.72308L462.15625 368.12933ZM461.0625 366.64496Q461.0625 365.26996 460.67188 364.64496Q460.29688 364.00433 459.45312 364.00433Q458.625 364.00433 458.23438 364.64496Q457.85938 365.26996 457.85938 366.56683L457.85938 368.3012Q457.85938 369.6762 458.25 370.34808Q458.65625 371.00433 459.46875 371.00433Q460.26562 371.00433 460.65625 370.37933Q461.04688 369.75433 461.0625 368.4262L461.0625 366.64496ZM467.35938 371.76996L466.28125 371.76996L466.28125 364.5512L464.09375 365.34808L464.09375 364.3637L467.20312 363.19183L467.35938 363.19183L467.35938 371.76996ZM474.95312 368.01996Q474.625 368.4262 474.14062 368.6762Q473.67188 368.91058 473.10938 368.91058Q472.375 368.91058 471.82812 368.5512Q471.28125 368.19183 470.98438 367.53558Q470.6875 366.8637 470.6875 366.06683Q470.6875 365.22308 471.0 364.53558Q471.32812 363.84808 471.92188 363.4887Q472.53125 363.1137 473.32812 363.1137Q474.59375 363.1137 475.3125 364.06683Q476.04688 365.01996 476.04688 366.64496L476.04688 366.95746Q476.04688 369.45746 475.0625 370.59808Q474.07812 371.7387 472.09375 371.76996L471.875 371.76996L471.875 370.8637L472.10938 370.8637Q473.45312 370.83246 474.17188 370.16058Q474.89062 369.4887 474.95312 368.01996ZM473.28125 368.01996Q473.82812 368.01996 474.28125 367.69183Q474.75 367.34808 474.96875 366.8637L474.96875 366.4262Q474.96875 365.3637 474.5 364.69183Q474.03125 364.01996 473.32812 364.01996Q472.60938 364.01996 472.17188 364.56683Q471.75 365.1137 471.75 366.01996Q471.75 366.89496 472.15625 367.45746Q472.57812 368.01996 473.28125 368.01996ZM480.875 368.3012Q480.875 366.9887 481.21875 365.76996Q481.57812 364.5512 482.28125 363.5512Q482.98438 362.5512 483.75 362.14496L483.96875 362.8637Q483.10938 363.51996 482.5625 364.8637Q482.01562 366.20746 481.96875 367.87933L481.95312 368.37933Q481.95312 370.64496 482.78125 372.3012Q483.28125 373.3012 483.96875 373.8637L483.75 374.51996Q482.96875 374.09808 482.25 373.06683Q480.875 371.08246 480.875 368.3012ZM485.9375 365.4262L485.96875 366.22308Q486.70312 365.31683 487.875 365.31683Q489.89062 365.31683 489.90625 367.58246L489.90625 371.76996L488.8125 371.76996L488.8125 367.56683Q488.8125 366.89496 488.5 366.56683Q488.20312 366.2387 487.54688 366.2387Q487.01562 366.2387 486.60938 366.51996Q486.21875 366.8012 486.0 367.25433L486.0 371.76996L484.92188 371.76996L484.92188 365.4262L485.9375 365.4262ZM496.875 367.00433L491.98438 367.00433L491.98438 366.0512L496.875 366.0512L496.875 367.00433ZM496.875 369.4262L491.98438 369.4262L491.98438 368.4887L496.875 368.4887L496.875 369.4262ZM504.3125 363.84808L500.78125 371.76996L499.64062 371.76996L503.15625 364.12933L498.54688 364.12933L498.54688 363.2387L504.3125 363.2387L504.3125 363.84808ZM505.875 373.47308L505.26562 373.0512Q505.8125 372.28558 505.84375 371.45746L505.84375 370.4887L506.90625 370.4887L506.90625 371.33246Q506.90625 371.9262 506.60938 372.51996Q506.3125 373.1137 505.875 373.47308ZM513.3125 363.84808L509.78125 371.76996L508.64062 371.76996L512.15625 364.12933L507.54688 364.12933L507.54688 363.2387L513.3125 363.2387L513.3125 363.84808ZM516.375 366.97308L517.1875 366.97308Q517.96875 366.95746 518.40625 366.56683Q518.84375 366.1762 518.84375 365.50433Q518.84375 364.00433 517.34375 364.00433Q516.6406 364.00433 516.21875 364.41058Q515.8125 364.81683 515.8125 365.47308L514.71875 365.47308Q514.71875 364.45746 515.4531 363.78558Q516.2031 363.1137 517.34375 363.1137Q518.5469 363.1137 519.2344 363.75433Q519.9219 364.39496 519.9219 365.53558Q519.9219 366.09808 519.5625 366.6137Q519.2031 367.12933 518.5781 367.39496Q519.28125 367.6137 519.65625 368.12933Q520.0469 368.64496 520.0469 369.39496Q520.0469 370.53558 519.2969 371.22308Q518.5469 371.89496 517.34375 371.89496Q516.15625 371.89496 515.3906 371.2387Q514.6406 370.58246 514.6406 369.51996L515.7344 369.51996Q515.7344 370.19183 516.1719 370.59808Q516.6094 371.00433 517.3594 371.00433Q518.1406 371.00433 518.5469 370.59808Q518.96875 370.1762 518.96875 369.41058Q518.96875 368.6762 518.5156 368.28558Q518.0625 367.87933 517.1875 367.8637L516.375 367.8637L516.375 366.97308ZM527.3906 371.76996L521.7969 371.76996L521.7969 370.9887L524.75 367.70746Q525.40625 366.95746 525.65625 366.50433Q525.90625 366.03558 525.90625 365.53558Q525.90625 364.8637 525.5 364.44183Q525.1094 364.00433 524.4219 364.00433Q523.625 364.00433 523.1719 364.47308Q522.71875 364.9262 522.71875 365.75433L521.6406 365.75433Q521.6406 364.56683 522.3906 363.84808Q523.15625 363.1137 524.4219 363.1137Q525.625 363.1137 526.3125 363.7387Q527.0 364.3637 527.0 365.41058Q527.0 366.66058 525.3906 368.41058L523.1094 370.87933L527.3906 370.87933L527.3906 371.76996ZM531.4219 368.3637Q531.4219 369.6762 531.0781 370.87933Q530.7344 372.06683 530.0156 373.08246Q529.3125 374.09808 528.5469 374.51996L528.3125 373.8637Q529.21875 373.1762 529.7656 371.72308Q530.3125 370.25433 530.3281 368.4887L530.3281 368.3012Q530.3281 367.06683 530.0625 366.00433Q529.8125 364.94183 529.34375 364.1137Q528.8906 363.26996 528.3125 362.8012L528.5469 362.14496Q529.3125 362.56683 530.0156 363.56683Q530.71875 364.56683 531.0625 365.78558Q531.4219 366.9887 531.4219 368.3637Z" fill-rule="nonzero"/><path fill="#666666" d="M21.9125 25.997227L20.6 25.997227L20.6 16.044102L21.9125 16.044102L21.9125 25.997227ZM33.553123 22.387852Q33.553123 24.075352 32.771873 25.106602Q32.00625 26.137852 30.69375 26.137852Q29.35 26.137852 28.56875 25.278477L28.56875 28.840977L27.303125 28.840977L27.303125 18.606602L28.459375 18.606602L28.521875 19.419102Q29.303125 18.465977 30.678125 18.465977Q32.00625 18.465977 32.771873 19.465977Q33.553123 20.465977 33.553123 22.262852L33.553123 22.387852ZM32.2875 22.231602Q32.2875 20.981602 31.75625 20.262852Q31.225 19.544102 30.2875 19.544102Q29.146875 19.544102 28.56875 20.559727L28.56875 24.090977Q29.146875 25.106602 30.303125 25.106602Q31.225 25.106602 31.75625 24.387852Q32.2875 23.653477 32.2875 22.231602ZM38.88125 19.731602Q38.6 19.684727 38.25625 19.684727Q37.021873 19.684727 36.56875 20.747227L36.56875 25.997227L35.303123 25.997227L35.303123 18.606602L36.5375 18.606602L36.553123 19.450352Q37.178123 18.465977 38.31875 18.465977Q38.69375 18.465977 38.88125 18.559727L38.88125 19.731602ZM41.678123 25.997227L40.4125 25.997227L40.4125 18.606602L41.678123 18.606602L41.678123 25.997227ZM40.31875 16.637852Q40.31875 16.325352 40.50625 16.122227Q40.69375 15.903477 41.053123 15.903477Q41.428123 15.903477 41.615623 16.122227Q41.81875 16.325352 41.81875 16.637852Q41.81875 16.950352 41.615623 17.153477Q41.428123 17.356602 41.053123 17.356602Q40.69375 17.356602 40.50625 17.153477Q40.31875 16.950352 40.31875 16.637852ZM44.490623 18.606602L44.5375 19.419102Q45.35 18.465977 46.725 18.465977Q48.271873 18.465977 48.834373 19.653477Q49.209373 19.122227 49.803123 18.794102Q50.396873 18.465977 51.19375 18.465977Q53.63125 18.465977 53.678123 21.044102L53.678123 25.997227L52.4125 25.997227L52.4125 21.122227Q52.4125 20.325352 52.0375 19.934727Q51.678123 19.544102 50.834373 19.544102Q50.115623 19.544102 49.646873 19.965977Q49.19375 20.372227 49.115623 21.090977L49.115623 25.997227L47.85 25.997227L47.85 21.153477Q47.85 19.544102 46.271873 19.544102Q45.021873 19.544102 44.56875 20.590977L44.56875 25.997227L43.303123 25.997227L43.303123 18.606602L44.490623 18.606602ZM59.88125 25.997227Q59.771873 25.778477 59.69375 25.215977Q58.81875 26.137852 57.584373 26.137852Q56.490623 26.137852 55.7875 25.528477Q55.1 24.903477 55.1 23.950352Q55.1 22.794102 55.975 22.153477Q56.85 21.512852 58.44375 21.512852L59.678123 21.512852L59.678123 20.934727Q59.678123 20.262852 59.271873 19.872227Q58.88125 19.481602 58.115623 19.481602Q57.428123 19.481602 56.975 19.825352Q56.521873 20.169102 56.521873 20.653477L55.240623 20.653477Q55.240623 20.090977 55.63125 19.575352Q56.0375 19.059727 56.709373 18.762852Q57.38125 18.465977 58.178123 18.465977Q59.459373 18.465977 60.178123 19.106602Q60.9125 19.747227 60.94375 20.856602L60.94375 24.262852Q60.94375 25.278477 61.19375 25.887852L61.19375 25.997227L59.88125 25.997227ZM57.771873 25.028477Q58.365623 25.028477 58.896873 24.731602Q59.44375 24.419102 59.678123 23.919102L59.678123 22.403477L58.678123 22.403477Q56.365623 22.403477 56.365623 23.762852Q56.365623 24.356602 56.75625 24.700352Q57.146873 25.028477 57.771873 25.028477ZM66.88125 19.731602Q66.6 19.684727 66.25625 19.684727Q65.02187 19.684727 64.56875 20.747227L64.56875 25.997227L63.303123 25.997227L63.303123 18.606602L64.5375 18.606602L64.55312 19.450352Q65.17812 18.465977 66.31875 18.465977Q66.69375 18.465977 66.88125 18.559727L66.88125 19.731602ZM69.67812 25.997227L68.4125 25.997227L68.4125 18.606602L69.67812 18.606602L69.67812 25.997227ZM68.31875 16.637852Q68.31875 16.325352 68.50625 16.122227Q68.69375 15.903477 69.05312 15.903477Q69.42812 15.903477 69.61562 16.122227Q69.81875 16.325352 69.81875 16.637852Q69.81875 16.950352 69.61562 17.153477Q69.42812 17.356602 69.05312 17.356602Q68.69375 17.356602 68.50625 17.153477Q68.31875 16.950352 68.31875 16.637852ZM72.67812 25.997227L71.4125 25.997227L71.4125 15.497227L72.67812 15.497227L72.67812 25.997227ZM76.725 24.137852L78.44375 18.606602L79.80312 18.606602L76.83437 27.137852Q76.14687 28.981602 74.63125 28.981602L74.39687 28.965977L73.92812 28.872227L73.92812 27.856602L74.27187 27.872227Q74.9125 27.872227 75.27187 27.606602Q75.63125 27.356602 75.86562 26.669102L76.14687 25.919102L73.50625 18.606602L74.88125 18.606602L76.725 24.137852ZM84.00625 22.231602Q84.00625 20.528477 84.80312 19.497227Q85.61562 18.465977 86.9125 18.465977Q88.225 18.465977 88.975 19.356602L88.975 15.497227L90.24062 15.497227L90.24062 25.997227L89.08437 25.997227L89.02187 25.200352Q88.25625 26.137852 86.9125 26.137852Q85.61562 26.137852 84.80312 25.090977Q84.00625 24.028477 84.00625 22.325352L84.00625 22.231602ZM85.27187 22.387852Q85.27187 23.637852 85.7875 24.356602Q86.30312 25.059727 87.225 25.059727Q88.42812 25.059727 88.975 23.981602L88.975 20.575352Q88.4125 19.544102 87.24062 19.544102Q86.30312 19.544102 85.7875 20.262852Q85.27187 20.965977 85.27187 22.387852ZM95.38125 26.137852Q93.86562 26.137852 92.92812 25.153477Q91.99062 24.153477 91.99062 22.497227L91.99062 22.278477Q91.99062 21.169102 92.4125 20.309727Q92.83437 19.434727 93.58437 18.950352Q94.33437 18.465977 95.225 18.465977Q96.6625 18.465977 97.45937 19.419102Q98.25625 20.356602 98.25625 22.137852L98.25625 22.653477L93.25625 22.653477Q93.27187 23.747227 93.88125 24.434727Q94.50625 25.106602 95.44375 25.106602Q96.11562 25.106602 96.56875 24.840977Q97.0375 24.559727 97.39687 24.106602L98.1625 24.700352Q97.24062 26.137852 95.38125 26.137852ZM95.225 19.497227Q94.45937 19.497227 93.92812 20.059727Q93.4125 20.622227 93.2875 21.622227L96.99062 21.622227L96.99062 21.528477Q96.94375 20.559727 96.475 20.028477Q96.00625 19.497227 95.225 19.497227ZM101.74062 24.278477L103.58437 18.606602L104.86562 18.606602L102.225 25.997227L101.25625 25.997227L98.56875 18.606602L99.86562 18.606602L101.74062 24.278477ZM109.38125 26.137852Q107.86562 26.137852 106.92812 25.153477Q105.99062 24.153477 105.99062 22.497227L105.99062 22.278477Q105.99062 21.169102 106.4125 20.309727Q106.83437 19.434727 107.58437 18.950352Q108.33437 18.465977 109.225 18.465977Q110.6625 18.465977 111.45937 19.419102Q112.25625 20.356602 112.25625 22.137852L112.25625 22.653477L107.25625 22.653477Q107.27187 23.747227 107.88125 24.434727Q108.50625 25.106602 109.44375 25.106602Q110.11562 25.106602 110.56875 24.840977Q111.0375 24.559727 111.39687 24.106602L112.1625 24.700352Q111.24062 26.137852 109.38125 26.137852ZM109.225 19.497227Q108.45937 19.497227 107.92812 20.059727Q107.4125 20.622227 107.2875 21.622227L110.99062 21.622227L110.99062 21.528477Q110.94375 20.559727 110.475 20.028477Q110.00625 19.497227 109.225 19.497227ZM114.67812 25.997227L113.4125 25.997227L113.4125 15.497227L114.67812 15.497227L114.67812 25.997227ZM115.975 22.231602Q115.975 21.137852 116.39687 20.278477Q116.83437 19.403477 117.58437 18.934727Q118.35 18.465977 119.33437 18.465977Q120.83437 18.465977 121.77187 19.512852Q122.70937 20.559727 122.70937 22.294102L122.70937 22.387852Q122.70937 23.465977 122.2875 24.325352Q121.88125 25.169102 121.1 25.653477Q120.33437 26.137852 119.35 26.137852Q117.83437 26.137852 116.89687 25.090977Q115.975 24.044102 115.975 22.325352L115.975 22.231602ZM117.24062 22.387852Q117.24062 23.606602 117.80312 24.356602Q118.38125 25.106602 119.35 25.106602Q120.30312 25.106602 120.86562 24.356602Q121.44375 23.590977 121.44375 22.231602Q121.44375 21.012852 120.86562 20.262852Q120.2875 19.497227 119.33437 19.497227Q118.39687 19.497227 117.81875 20.247227Q117.24062 20.997227 117.24062 22.387852ZM130.55313 22.387852Q130.55313 24.075352 129.77188 25.106602Q129.00626 26.137852 127.69375 26.137852Q126.35 26.137852 125.56875 25.278477L125.56875 28.840977L124.30312 28.840977L124.30312 18.606602L125.45937 18.606602L125.52187 19.419102Q126.30312 18.465977 127.67812 18.465977Q129.00626 18.465977 129.77188 19.465977Q130.55313 20.465977 130.55313 22.262852L130.55313 22.387852ZM129.2875 22.231602Q129.2875 20.981602 128.75626 20.262852Q128.225 19.544102 127.2875 19.544102Q126.14687 19.544102 125.56875 20.559727L125.56875 24.090977Q126.14687 25.106602 127.30312 25.106602Q128.225 25.106602 128.75626 24.387852Q129.2875 23.653477 129.2875 22.231602ZM142.85 24.684727Q142.35 25.419102 141.44376 25.778477Q140.5375 26.137852 139.33438 26.137852Q138.11563 26.137852 137.1625 25.575352Q136.225 24.997227 135.70938 23.950352Q135.19376 22.887852 135.17813 21.497227L135.17813 20.637852Q135.17813 18.387852 136.225 17.153477Q137.2875 15.903477 139.17813 15.903477Q140.74063 15.903477 141.69376 16.700352Q142.64688 17.497227 142.85 18.965977L141.5375 18.965977Q141.17813 16.981602 139.19376 16.981602Q137.86563 16.981602 137.17813 17.919102Q136.50626 18.840977 136.50626 20.590977L136.50626 21.403477Q136.50626 23.090977 137.27188 24.075352Q138.0375 25.059727 139.33438 25.059727Q140.08438 25.059727 140.63126 24.903477Q141.19376 24.731602 141.55313 24.340977L141.55313 22.106602L139.24063 22.106602L139.24063 21.044102L142.85 21.044102L142.85 24.684727ZM144.975 22.231602Q144.975 21.137852 145.39688 20.278477Q145.83438 19.403477 146.58438 18.934727Q147.35 18.465977 148.33438 18.465977Q149.83438 18.465977 150.77188 19.512852Q151.70938 20.559727 151.70938 22.294102L151.70938 22.387852Q151.70938 23.465977 151.2875 24.325352Q150.88126 25.169102 150.1 25.653477Q149.33438 26.137852 148.35 26.137852Q146.83438 26.137852 145.89688 25.090977Q144.975 24.044102 144.975 22.325352L144.975 22.231602ZM146.24063 22.387852Q146.24063 23.606602 146.80313 24.356602Q147.38126 25.106602 148.35 25.106602Q149.30313 25.106602 149.86563 24.356602Q150.44376 23.590977 150.44376 22.231602Q150.44376 21.012852 149.86563 20.262852Q149.2875 19.497227 148.33438 19.497227Q147.39688 19.497227 146.81876 20.247227Q146.24063 20.997227 146.24063 22.387852ZM155.975 22.231602Q155.975 21.137852 156.39688 20.278477Q156.83438 19.403477 157.58438 18.934727Q158.35 18.465977 159.33438 18.465977Q160.83438 18.465977 161.77188 19.512852Q162.70938 20.559727 162.70938 22.294102L162.70938 22.387852Q162.70938 23.465977 162.2875 24.325352Q161.88126 25.169102 161.1 25.653477Q160.33438 26.137852 159.35 26.137852Q157.83438 26.137852 156.89688 25.090977Q155.975 24.044102 155.975 22.325352L155.975 22.231602ZM157.24063 22.387852Q157.24063 23.606602 157.80313 24.356602Q158.38126 25.106602 159.35 25.106602Q160.30313 25.106602 160.86563 24.356602Q161.44376 23.590977 161.44376 22.231602Q161.44376 21.012852 160.86563 20.262852Q160.2875 19.497227 159.33438 19.497227Q158.39688 19.497227 157.81876 20.247227Q157.24063 20.997227 157.24063 22.387852ZM165.50626 18.606602L165.5375 19.528477Q166.39688 18.465977 167.75626 18.465977Q170.1 18.465977 170.13126 21.106602L170.13126 25.997227L168.86563 25.997227L168.86563 21.106602Q168.85 20.309727 168.49063 19.934727Q168.13126 19.544102 167.38126 19.544102Q166.75626 19.544102 166.2875 19.872227Q165.83438 20.200352 165.56876 20.731602L165.56876 25.997227L164.30313 25.997227L164.30313 18.606602L165.50626 18.606602ZM172.33438 25.340977Q172.33438 25.012852 172.52188 24.794102Q172.725 24.575352 173.11563 24.575352Q173.50626 24.575352 173.70938 24.794102Q173.9125 25.012852 173.9125 25.340977Q173.9125 25.653477 173.70938 25.872227Q173.50626 26.075352 173.11563 26.075352Q172.725 26.075352 172.52188 25.872227Q172.33438 25.653477 172.33438 25.340977ZM172.33438 19.340977Q172.33438 19.012852 172.52188 18.794102Q172.725 18.575352 173.11563 18.575352Q173.50626 18.575352 173.70938 18.794102Q173.9125 19.012852 173.9125 19.340977Q173.9125 19.653477 173.70938 19.872227Q173.50626 20.075352 173.11563 20.075352Q172.725 20.075352 172.52188 19.872227Q172.33438 19.653477 172.33438 19.340977Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2019/fig9.svg b/_content/survey2019/fig9.svg
deleted file mode 100644
index de30214..0000000
--- a/_content/survey2019/fig9.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg version="1.1" viewBox="0.0 0.0 600.0 615.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" width="600" height="615" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M0 0L600.0 0L600.0 615.0L0 615.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" stroke-width="1.0" stroke-linecap="butt" d="M171.5 38.5L171.5 541.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M270.5 38.5L270.5 541.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M370.5 38.5L370.5 541.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M469.5 38.5L469.5 541.5" fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" stroke-linecap="butt" d="M569.5 38.5L569.5 541.5" fill-rule="nonzero"/><clipPath id="id_0"><path d="M171.5 38.32207L569.4754 38.32207L569.4754 541.0609L171.5 541.0609L171.5 38.32207Z" clip-rule="nonzero"/></clipPath><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 68.0L171.0 59.0L335.0 59.0C336.10458 59.0 337.0 59.89543 337.0 61.0L337.0 66.0C337.0 67.10457 336.10458 68.0 335.0 68.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 68.0L171.0 59.0L335.0 59.0C336.10458 59.0 337.0 59.89543 337.0 61.0L337.0 66.0C337.0 67.10457 336.10458 68.0 335.0 68.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 128.0L171.0 119.0L270.0 119.0C271.10458 119.0 272.0 119.89543 272.0 121.0L272.0 126.0C272.0 127.10457 271.10458 128.0 270.0 128.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 128.0L171.0 119.0L270.0 119.0C271.10458 119.0 272.0 119.89543 272.0 121.0L272.0 126.0C272.0 127.10457 271.10458 128.0 270.0 128.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 188.0L171.0 179.0L293.0 179.0C294.10458 179.0 295.0 179.89543 295.0 181.0L295.0 186.0C295.0 187.10457 294.10458 188.0 293.0 188.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 188.0L171.0 179.0L293.0 179.0C294.10458 179.0 295.0 179.89543 295.0 181.0L295.0 186.0C295.0 187.10457 294.10458 188.0 293.0 188.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 249.0L171.0 240.0L219.0 240.0C220.10457 240.0 221.0 240.89543 221.0 242.0L221.0 247.0C221.0 248.10457 220.10457 249.0 219.0 249.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 249.0L171.0 240.0L219.0 240.0C220.10457 240.0 221.0 240.89543 221.0 242.0L221.0 247.0C221.0 248.10457 220.10457 249.0 219.0 249.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 309.0L171.0 300.0L200.0 300.0C201.10457 300.0 202.0 300.89542 202.0 302.0L202.0 307.0C202.0 308.10458 201.10457 309.0 200.0 309.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 309.0L171.0 300.0L200.0 300.0C201.10457 300.0 202.0 300.89542 202.0 302.0L202.0 307.0C202.0 308.10458 201.10457 309.0 200.0 309.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 369.0L171.0 360.0L187.0 360.0C188.10457 360.0 189.0 360.89542 189.0 362.0L189.0 367.0C189.0 368.10458 188.10457 369.0 187.0 369.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 369.0L171.0 360.0L187.0 360.0C188.10457 360.0 189.0 360.89542 189.0 362.0L189.0 367.0C189.0 368.10458 188.10457 369.0 187.0 369.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 429.0L171.0 420.0L179.0 420.0C180.10457 420.0 181.0 420.89542 181.0 422.0L181.0 427.0C181.0 428.10458 180.10457 429.0 179.0 429.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 429.0L171.0 420.0L179.0 420.0C180.10457 420.0 181.0 420.89542 181.0 422.0L181.0 427.0C181.0 428.10458 180.10457 429.0 179.0 429.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 489.0L171.0 480.0L182.0 480.0C183.10457 480.0 184.0 480.89542 184.0 482.0L184.0 487.0C184.0 488.10458 183.10457 489.0 182.0 489.0Z" fill-rule="nonzero"/><path fill="#bcf3ff" clip-path="url(#id_0)" d="M171.0 489.0L171.0 480.0L182.0 480.0C183.10457 480.0 184.0 480.89542 184.0 482.0L184.0 487.0C184.0 488.10458 183.10457 489.0 182.0 489.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 78.0L171.0 69.0L334.0 69.0C335.10458 69.0 336.0 69.89543 336.0 71.0L336.0 76.0C336.0 77.10457 335.10458 78.0 334.0 78.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 78.0L171.0 69.0L334.0 69.0C335.10458 69.0 336.0 69.89543 336.0 71.0L336.0 76.0C336.0 77.10457 335.10458 78.0 334.0 78.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 138.0L171.0 129.0L289.0 129.0C290.10458 129.0 291.0 129.89543 291.0 131.0L291.0 136.0C291.0 137.10457 290.10458 138.0 289.0 138.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 138.0L171.0 129.0L289.0 129.0C290.10458 129.0 291.0 129.89543 291.0 131.0L291.0 136.0C291.0 137.10457 290.10458 138.0 289.0 138.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 198.0L171.0 189.0L285.0 189.0C286.10458 189.0 287.0 189.89543 287.0 191.0L287.0 196.0C287.0 197.10457 286.10458 198.0 285.0 198.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 198.0L171.0 189.0L285.0 189.0C286.10458 189.0 287.0 189.89543 287.0 191.0L287.0 196.0C287.0 197.10457 286.10458 198.0 285.0 198.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 259.0L171.0 250.0L212.0 250.0C213.10457 250.0 214.0 250.89543 214.0 252.0L214.0 257.0C214.0 258.10458 213.10457 259.0 212.0 259.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 259.0L171.0 250.0L212.0 250.0C213.10457 250.0 214.0 250.89543 214.0 252.0L214.0 257.0C214.0 258.10458 213.10457 259.0 212.0 259.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 319.0L171.0 310.0L201.0 310.0C202.10457 310.0 203.0 310.89542 203.0 312.0L203.0 317.0C203.0 318.10458 202.10457 319.0 201.0 319.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 319.0L171.0 310.0L201.0 310.0C202.10457 310.0 203.0 310.89542 203.0 312.0L203.0 317.0C203.0 318.10458 202.10457 319.0 201.0 319.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 379.0L171.0 370.0L182.0 370.0C183.10457 370.0 184.0 370.89542 184.0 372.0L184.0 377.0C184.0 378.10458 183.10457 379.0 182.0 379.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 379.0L171.0 370.0L182.0 370.0C183.10457 370.0 184.0 370.89542 184.0 372.0L184.0 377.0C184.0 378.10458 183.10457 379.0 182.0 379.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 439.0L171.0 430.0L180.0 430.0C181.10457 430.0 182.0 430.89542 182.0 432.0L182.0 437.0C182.0 438.10458 181.10457 439.0 180.0 439.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 439.0L171.0 430.0L180.0 430.0C181.10457 430.0 182.0 430.89542 182.0 432.0L182.0 437.0C182.0 438.10458 181.10457 439.0 180.0 439.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 499.0L171.0 490.0L179.0 490.0C180.10457 490.0 181.0 490.89542 181.0 492.0L181.0 497.0C181.0 498.10458 180.10457 499.0 179.0 499.0Z" fill-rule="nonzero"/><path fill="#92e1f3" clip-path="url(#id_0)" d="M171.0 499.0L171.0 490.0L179.0 490.0C180.10457 490.0 181.0 490.89542 181.0 492.0L181.0 497.0C181.0 498.10458 180.10457 499.0 179.0 499.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 88.0L171.0 79.0L327.0 79.0C328.10458 79.0 329.0 79.89543 329.0 81.0L329.0 86.0C329.0 87.10457 328.10458 88.0 327.0 88.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 88.0L171.0 79.0L327.0 79.0C328.10458 79.0 329.0 79.89543 329.0 81.0L329.0 86.0C329.0 87.10457 328.10458 88.0 327.0 88.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 148.0L171.0 139.0L281.0 139.0C282.10458 139.0 283.0 139.89543 283.0 141.0L283.0 146.0C283.0 147.10457 282.10458 148.0 281.0 148.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 148.0L171.0 139.0L281.0 139.0C282.10458 139.0 283.0 139.89543 283.0 141.0L283.0 146.0C283.0 147.10457 282.10458 148.0 281.0 148.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 208.0L171.0 199.0L302.0 199.0C303.10458 199.0 304.0 199.89543 304.0 201.0L304.0 206.0C304.0 207.10457 303.10458 208.0 302.0 208.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 208.0L171.0 199.0L302.0 199.0C303.10458 199.0 304.0 199.89543 304.0 201.0L304.0 206.0C304.0 207.10457 303.10458 208.0 302.0 208.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 269.0L171.0 260.0L214.0 260.0C215.10457 260.0 216.0 260.89542 216.0 262.0L216.0 267.0C216.0 268.10458 215.10457 269.0 214.0 269.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 269.0L171.0 260.0L214.0 260.0C215.10457 260.0 216.0 260.89542 216.0 262.0L216.0 267.0C216.0 268.10458 215.10457 269.0 214.0 269.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 329.0L171.0 320.0L194.0 320.0C195.10457 320.0 196.0 320.89542 196.0 322.0L196.0 327.0C196.0 328.10458 195.10457 329.0 194.0 329.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 329.0L171.0 320.0L194.0 320.0C195.10457 320.0 196.0 320.89542 196.0 322.0L196.0 327.0C196.0 328.10458 195.10457 329.0 194.0 329.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 389.0L171.0 380.0L187.0 380.0C188.10457 380.0 189.0 380.89542 189.0 382.0L189.0 387.0C189.0 388.10458 188.10457 389.0 187.0 389.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 389.0L171.0 380.0L187.0 380.0C188.10457 380.0 189.0 380.89542 189.0 382.0L189.0 387.0C189.0 388.10458 188.10457 389.0 187.0 389.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 449.0L171.0 440.0L179.0 440.0C180.10457 440.0 181.0 440.89542 181.0 442.0L181.0 447.0C181.0 448.10458 180.10457 449.0 179.0 449.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 449.0L171.0 440.0L179.0 440.0C180.10457 440.0 181.0 440.89542 181.0 442.0L181.0 447.0C181.0 448.10458 180.10457 449.0 179.0 449.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 509.0L171.0 500.0L178.0 500.0C179.10457 500.0 180.0 500.89542 180.0 502.0L180.0 507.0C180.0 508.10458 179.10457 509.0 178.0 509.0Z" fill-rule="nonzero"/><path fill="#5dc9e2" clip-path="url(#id_0)" d="M171.0 509.0L171.0 500.0L178.0 500.0C179.10457 500.0 180.0 500.89542 180.0 502.0L180.0 507.0C180.0 508.10458 179.10457 509.0 178.0 509.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 98.0L171.0 89.0L324.0 89.0C325.10458 89.0 326.0 89.89543 326.0 91.0L326.0 96.0C326.0 97.10457 325.10458 98.0 324.0 98.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 98.0L171.0 89.0L324.0 89.0C325.10458 89.0 326.0 89.89543 326.0 91.0L326.0 96.0C326.0 97.10457 325.10458 98.0 324.0 98.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 158.0L171.0 149.0L297.0 149.0C298.10458 149.0 299.0 149.89543 299.0 151.0L299.0 156.0C299.0 157.10457 298.10458 158.0 297.0 158.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 158.0L171.0 149.0L297.0 149.0C298.10458 149.0 299.0 149.89543 299.0 151.0L299.0 156.0C299.0 157.10457 298.10458 158.0 297.0 158.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 218.0L171.0 209.0L283.0 209.0C284.10458 209.0 285.0 209.89543 285.0 211.0L285.0 216.0C285.0 217.10457 284.10458 218.0 283.0 218.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 218.0L171.0 209.0L283.0 209.0C284.10458 209.0 285.0 209.89543 285.0 211.0L285.0 216.0C285.0 217.10457 284.10458 218.0 283.0 218.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 279.0L171.0 270.0L216.0 270.0C217.10457 270.0 218.0 270.89542 218.0 272.0L218.0 277.0C218.0 278.10458 217.10457 279.0 216.0 279.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 279.0L171.0 270.0L216.0 270.0C217.10457 270.0 218.0 270.89542 218.0 272.0L218.0 277.0C218.0 278.10458 217.10457 279.0 216.0 279.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 339.0L171.0 330.0L199.0 330.0C200.10457 330.0 201.0 330.89542 201.0 332.0L201.0 337.0C201.0 338.10458 200.10457 339.0 199.0 339.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 339.0L171.0 330.0L199.0 330.0C200.10457 330.0 201.0 330.89542 201.0 332.0L201.0 337.0C201.0 338.10458 200.10457 339.0 199.0 339.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 399.0L171.0 390.0L185.0 390.0C186.10457 390.0 187.0 390.89542 187.0 392.0L187.0 397.0C187.0 398.10458 186.10457 399.0 185.0 399.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 399.0L171.0 390.0L185.0 390.0C186.10457 390.0 187.0 390.89542 187.0 392.0L187.0 397.0C187.0 398.10458 186.10457 399.0 185.0 399.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 459.0L171.0 450.0L178.0 450.0C179.10457 450.0 180.0 450.89542 180.0 452.0L180.0 457.0C180.0 458.10458 179.10457 459.0 178.0 459.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 459.0L171.0 450.0L178.0 450.0C179.10457 450.0 180.0 450.89542 180.0 452.0L180.0 457.0C180.0 458.10458 179.10457 459.0 178.0 459.0Z" fill-rule="nonzero"/><path stroke="#000000" stroke-width="0.0" stroke-linecap="butt" stroke-opacity="0.0" clip-path="url(#id_0)" d="M171.0 519.0L171.0 510.0L176.0 510.0C177.10457 510.0 178.0 510.89542 178.0 512.0L178.0 517.0C178.0 518.10455 177.10457 519.0 176.0 519.0Z" fill-rule="nonzero"/><path fill="#00add8" clip-path="url(#id_0)" d="M171.0 519.0L171.0 510.0L176.0 510.0C177.10457 510.0 178.0 510.89542 178.0 512.0L178.0 517.0C178.0 518.10455 177.10457 519.0 176.0 519.0Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M348.80966 63.5L349.48154 63.5Q350.12216 63.5 350.48154 63.171875Q350.85654 62.84375 350.85654 62.28125Q350.85654 61.03125 349.60654 61.03125Q349.0284 61.03125 348.66904 61.375Q348.3253 61.703125 348.3253 62.25L347.41904 62.25Q347.41904 61.40625 348.04404 60.859375Q348.66904 60.296875 349.60654 60.296875Q350.62216 60.296875 351.18466 60.828125Q351.7628 61.359375 351.7628 62.296875Q351.7628 62.765625 351.4659 63.203125Q351.16904 63.640625 350.6378 63.859375Q351.23154 64.03125 351.54404 64.46875Q351.87216 64.890625 351.87216 65.515625Q351.87216 66.46875 351.24716 67.03125Q350.62216 67.59375 349.62216 67.59375Q348.62216 67.59375 347.98154 67.0625Q347.35654 66.515625 347.35654 65.625L348.2784 65.625Q348.2784 66.1875 348.6378 66.53125Q348.99716 66.859375 349.62216 66.859375Q350.2784 66.859375 350.62216 66.515625Q350.9659 66.171875 350.9659 65.53125Q350.9659 64.921875 350.5753 64.59375Q350.2003 64.25 349.48154 64.25L348.80966 64.25L348.80966 63.5ZM354.80966 63.5L355.48154 63.5Q356.12216 63.5 356.48154 63.171875Q356.85654 62.84375 356.85654 62.28125Q356.85654 61.03125 355.60654 61.03125Q355.0284 61.03125 354.66904 61.375Q354.3253 61.703125 354.3253 62.25L353.41904 62.25Q353.41904 61.40625 354.04404 60.859375Q354.66904 60.296875 355.60654 60.296875Q356.62216 60.296875 357.18466 60.828125Q357.7628 61.359375 357.7628 62.296875Q357.7628 62.765625 357.4659 63.203125Q357.16904 63.640625 356.6378 63.859375Q357.23154 64.03125 357.54404 64.46875Q357.87216 64.890625 357.87216 65.515625Q357.87216 66.46875 357.24716 67.03125Q356.62216 67.59375 355.62216 67.59375Q354.62216 67.59375 353.98154 67.0625Q353.35654 66.515625 353.35654 65.625L354.2784 65.625Q354.2784 66.1875 354.6378 66.53125Q354.99716 66.859375 355.62216 66.859375Q356.2784 66.859375 356.62216 66.515625Q356.9659 66.171875 356.9659 65.53125Q356.9659 64.921875 356.5753 64.59375Q356.2003 64.25 355.48154 64.25L354.80966 64.25L354.80966 63.5ZM359.41904 61.75Q359.41904 61.125 359.8253 60.703125Q360.23154 60.28125 360.87216 60.28125Q361.5284 60.28125 361.91904 60.703125Q362.3253 61.125 362.3253 61.78125L362.3253 62.140625Q362.3253 62.78125 361.91904 63.1875Q361.5128 63.59375 360.8878 63.59375Q360.24716 63.59375 359.8253 63.1875Q359.41904 62.78125 359.41904 62.09375L359.41904 61.75ZM360.0909 62.140625Q360.0909 62.515625 360.29404 62.765625Q360.5128 63.0 360.8878 63.0Q361.23154 63.0 361.43466 62.765625Q361.6534 62.53125 361.6534 62.109375L361.6534 61.75Q361.6534 61.375 361.43466 61.125Q361.23154 60.875 360.87216 60.875Q360.5128 60.875 360.29404 61.125Q360.0909 61.375 360.0909 61.78125L360.0909 62.140625ZM362.87216 65.75Q362.87216 65.109375 363.2784 64.703125Q363.7003 64.296875 364.3253 64.296875Q364.9659 64.296875 365.37216 64.703125Q365.79404 65.109375 365.79404 65.796875L365.79404 66.140625Q365.79404 66.78125 365.3878 67.203125Q364.98154 67.609375 364.3409 67.609375Q363.7159 67.609375 363.29404 67.203125Q362.87216 66.78125 362.87216 66.109375L362.87216 65.75ZM363.55966 66.140625Q363.55966 66.515625 363.7628 66.765625Q363.98154 67.015625 364.3409 67.015625Q364.7003 67.015625 364.9034 66.78125Q365.12216 66.53125 365.12216 66.125L365.12216 65.75Q365.12216 65.375 364.9034 65.125Q364.68466 64.875 364.3409 64.875Q363.98154 64.875 363.7628 65.125Q363.55966 65.359375 363.55966 65.78125L363.55966 66.140625ZM361.0909 66.96875L360.5753 66.640625L364.04404 61.078125L364.55966 61.40625L361.0909 66.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M348.80966 63.5L349.48154 63.5Q350.12216 63.5 350.48154 63.171875Q350.85654 62.84375 350.85654 62.28125Q350.85654 61.03125 349.60654 61.03125Q349.0284 61.03125 348.66904 61.375Q348.3253 61.703125 348.3253 62.25L347.41904 62.25Q347.41904 61.40625 348.04404 60.859375Q348.66904 60.296875 349.60654 60.296875Q350.62216 60.296875 351.18466 60.828125Q351.7628 61.359375 351.7628 62.296875Q351.7628 62.765625 351.4659 63.203125Q351.16904 63.640625 350.6378 63.859375Q351.23154 64.03125 351.54404 64.46875Q351.87216 64.890625 351.87216 65.515625Q351.87216 66.46875 351.24716 67.03125Q350.62216 67.59375 349.62216 67.59375Q348.62216 67.59375 347.98154 67.0625Q347.35654 66.515625 347.35654 65.625L348.2784 65.625Q348.2784 66.1875 348.6378 66.53125Q348.99716 66.859375 349.62216 66.859375Q350.2784 66.859375 350.62216 66.515625Q350.9659 66.171875 350.9659 65.53125Q350.9659 64.921875 350.5753 64.59375Q350.2003 64.25 349.48154 64.25L348.80966 64.25L348.80966 63.5ZM354.80966 63.5L355.48154 63.5Q356.12216 63.5 356.48154 63.171875Q356.85654 62.84375 356.85654 62.28125Q356.85654 61.03125 355.60654 61.03125Q355.0284 61.03125 354.66904 61.375Q354.3253 61.703125 354.3253 62.25L353.41904 62.25Q353.41904 61.40625 354.04404 60.859375Q354.66904 60.296875 355.60654 60.296875Q356.62216 60.296875 357.18466 60.828125Q357.7628 61.359375 357.7628 62.296875Q357.7628 62.765625 357.4659 63.203125Q357.16904 63.640625 356.6378 63.859375Q357.23154 64.03125 357.54404 64.46875Q357.87216 64.890625 357.87216 65.515625Q357.87216 66.46875 357.24716 67.03125Q356.62216 67.59375 355.62216 67.59375Q354.62216 67.59375 353.98154 67.0625Q353.35654 66.515625 353.35654 65.625L354.2784 65.625Q354.2784 66.1875 354.6378 66.53125Q354.99716 66.859375 355.62216 66.859375Q356.2784 66.859375 356.62216 66.515625Q356.9659 66.171875 356.9659 65.53125Q356.9659 64.921875 356.5753 64.59375Q356.2003 64.25 355.48154 64.25L354.80966 64.25L354.80966 63.5ZM359.41904 61.75Q359.41904 61.125 359.8253 60.703125Q360.23154 60.28125 360.87216 60.28125Q361.5284 60.28125 361.91904 60.703125Q362.3253 61.125 362.3253 61.78125L362.3253 62.140625Q362.3253 62.78125 361.91904 63.1875Q361.5128 63.59375 360.8878 63.59375Q360.24716 63.59375 359.8253 63.1875Q359.41904 62.78125 359.41904 62.09375L359.41904 61.75ZM360.0909 62.140625Q360.0909 62.515625 360.29404 62.765625Q360.5128 63.0 360.8878 63.0Q361.23154 63.0 361.43466 62.765625Q361.6534 62.53125 361.6534 62.109375L361.6534 61.75Q361.6534 61.375 361.43466 61.125Q361.23154 60.875 360.87216 60.875Q360.5128 60.875 360.29404 61.125Q360.0909 61.375 360.0909 61.78125L360.0909 62.140625ZM362.87216 65.75Q362.87216 65.109375 363.2784 64.703125Q363.7003 64.296875 364.3253 64.296875Q364.9659 64.296875 365.37216 64.703125Q365.79404 65.109375 365.79404 65.796875L365.79404 66.140625Q365.79404 66.78125 365.3878 67.203125Q364.98154 67.609375 364.3409 67.609375Q363.7159 67.609375 363.29404 67.203125Q362.87216 66.78125 362.87216 66.109375L362.87216 65.75ZM363.55966 66.140625Q363.55966 66.515625 363.7628 66.765625Q363.98154 67.015625 364.3409 67.015625Q364.7003 67.015625 364.9034 66.78125Q365.12216 66.53125 365.12216 66.125L365.12216 65.75Q365.12216 65.375 364.9034 65.125Q364.68466 64.875 364.3409 64.875Q363.98154 64.875 363.7628 65.125Q363.55966 65.359375 363.55966 65.78125L363.55966 66.140625ZM361.0909 66.96875L360.5753 66.640625L364.04404 61.078125L364.55966 61.40625L361.0909 66.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M286.8419 127.5L282.18564 127.5L282.18564 126.84375L284.63876 124.109375Q285.18564 123.5 285.38876 123.109375Q285.6075 122.71875 285.6075 122.296875Q285.6075 121.75 285.26376 121.390625Q284.93564 121.03125 284.37314 121.03125Q283.70126 121.03125 283.32626 121.421875Q282.95126 121.796875 282.95126 122.484375L282.045 122.484375Q282.045 121.5 282.67 120.90625Q283.31064 120.296875 284.37314 120.296875Q285.3575 120.296875 285.93564 120.8125Q286.51376 121.328125 286.51376 122.203125Q286.51376 123.25 285.17 124.703125L283.2794 126.765625L286.8419 126.765625L286.8419 127.5ZM292.63876 124.46875Q292.63876 126.046875 292.0919 126.828125Q291.56064 127.59375 290.4044 127.59375Q289.26376 127.59375 288.7169 126.84375Q288.17 126.09375 288.1544 124.59375L288.1544 123.390625Q288.1544 121.8125 288.68564 121.0625Q289.2325 120.296875 290.38876 120.296875Q291.545 120.296875 292.07626 121.03125Q292.62314 121.765625 292.63876 123.296875L292.63876 124.46875ZM291.7325 123.234375Q291.7325 122.078125 291.4044 121.5625Q291.0919 121.03125 290.38876 121.03125Q289.70126 121.03125 289.37314 121.5625Q289.06064 122.078125 289.06064 123.15625L289.06064 124.609375Q289.06064 125.765625 289.38876 126.3125Q289.7325 126.859375 290.4044 126.859375Q291.07626 126.859375 291.38876 126.34375Q291.7169 125.828125 291.7325 124.71875L291.7325 123.234375ZM294.1075 121.75Q294.1075 121.125 294.51376 120.703125Q294.92 120.28125 295.56064 120.28125Q296.2169 120.28125 296.6075 120.703125Q297.01376 121.125 297.01376 121.78125L297.01376 122.140625Q297.01376 122.78125 296.6075 123.1875Q296.20126 123.59375 295.57626 123.59375Q294.93564 123.59375 294.51376 123.1875Q294.1075 122.78125 294.1075 122.09375L294.1075 121.75ZM294.7794 122.140625Q294.7794 122.515625 294.9825 122.765625Q295.20126 123.0 295.57626 123.0Q295.92 123.0 296.12314 122.765625Q296.3419 122.53125 296.3419 122.109375L296.3419 121.75Q296.3419 121.375 296.12314 121.125Q295.92 120.875 295.56064 120.875Q295.20126 120.875 294.9825 121.125Q294.7794 121.375 294.7794 121.78125L294.7794 122.140625ZM297.56064 125.75Q297.56064 125.109375 297.9669 124.703125Q298.38876 124.296875 299.01376 124.296875Q299.6544 124.296875 300.06064 124.703125Q300.4825 125.109375 300.4825 125.796875L300.4825 126.140625Q300.4825 126.78125 300.07626 127.203125Q299.67 127.609375 299.0294 127.609375Q298.4044 127.609375 297.9825 127.203125Q297.56064 126.78125 297.56064 126.109375L297.56064 125.75ZM298.24814 126.140625Q298.24814 126.515625 298.45126 126.765625Q298.67 127.015625 299.0294 127.015625Q299.38876 127.015625 299.5919 126.78125Q299.81064 126.53125 299.81064 126.125L299.81064 125.75Q299.81064 125.375 299.5919 125.125Q299.37314 124.875 299.0294 124.875Q298.67 124.875 298.45126 125.125Q298.24814 125.359375 298.24814 125.78125L298.24814 126.140625ZM295.7794 126.96875L295.26376 126.640625L298.7325 121.078125L299.24814 121.40625L295.7794 126.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M286.8419 127.5L282.18564 127.5L282.18564 126.84375L284.63876 124.109375Q285.18564 123.5 285.38876 123.109375Q285.6075 122.71875 285.6075 122.296875Q285.6075 121.75 285.26376 121.390625Q284.93564 121.03125 284.37314 121.03125Q283.70126 121.03125 283.32626 121.421875Q282.95126 121.796875 282.95126 122.484375L282.045 122.484375Q282.045 121.5 282.67 120.90625Q283.31064 120.296875 284.37314 120.296875Q285.3575 120.296875 285.93564 120.8125Q286.51376 121.328125 286.51376 122.203125Q286.51376 123.25 285.17 124.703125L283.2794 126.765625L286.8419 126.765625L286.8419 127.5ZM292.63876 124.46875Q292.63876 126.046875 292.0919 126.828125Q291.56064 127.59375 290.4044 127.59375Q289.26376 127.59375 288.7169 126.84375Q288.17 126.09375 288.1544 124.59375L288.1544 123.390625Q288.1544 121.8125 288.68564 121.0625Q289.2325 120.296875 290.38876 120.296875Q291.545 120.296875 292.07626 121.03125Q292.62314 121.765625 292.63876 123.296875L292.63876 124.46875ZM291.7325 123.234375Q291.7325 122.078125 291.4044 121.5625Q291.0919 121.03125 290.38876 121.03125Q289.70126 121.03125 289.37314 121.5625Q289.06064 122.078125 289.06064 123.15625L289.06064 124.609375Q289.06064 125.765625 289.38876 126.3125Q289.7325 126.859375 290.4044 126.859375Q291.07626 126.859375 291.38876 126.34375Q291.7169 125.828125 291.7325 124.71875L291.7325 123.234375ZM294.1075 121.75Q294.1075 121.125 294.51376 120.703125Q294.92 120.28125 295.56064 120.28125Q296.2169 120.28125 296.6075 120.703125Q297.01376 121.125 297.01376 121.78125L297.01376 122.140625Q297.01376 122.78125 296.6075 123.1875Q296.20126 123.59375 295.57626 123.59375Q294.93564 123.59375 294.51376 123.1875Q294.1075 122.78125 294.1075 122.09375L294.1075 121.75ZM294.7794 122.140625Q294.7794 122.515625 294.9825 122.765625Q295.20126 123.0 295.57626 123.0Q295.92 123.0 296.12314 122.765625Q296.3419 122.53125 296.3419 122.109375L296.3419 121.75Q296.3419 121.375 296.12314 121.125Q295.92 120.875 295.56064 120.875Q295.20126 120.875 294.9825 121.125Q294.7794 121.375 294.7794 121.78125L294.7794 122.140625ZM297.56064 125.75Q297.56064 125.109375 297.9669 124.703125Q298.38876 124.296875 299.01376 124.296875Q299.6544 124.296875 300.06064 124.703125Q300.4825 125.109375 300.4825 125.796875L300.4825 126.140625Q300.4825 126.78125 300.07626 127.203125Q299.67 127.609375 299.0294 127.609375Q298.4044 127.609375 297.9825 127.203125Q297.56064 126.78125 297.56064 126.109375L297.56064 125.75ZM298.24814 126.140625Q298.24814 126.515625 298.45126 126.765625Q298.67 127.015625 299.0294 127.015625Q299.38876 127.015625 299.5919 126.78125Q299.81064 126.53125 299.81064 126.125L299.81064 125.75Q299.81064 125.375 299.5919 125.125Q299.37314 124.875 299.0294 124.875Q298.67 124.875 298.45126 125.125Q298.24814 125.359375 298.24814 125.78125L298.24814 126.140625ZM295.7794 126.96875L295.26376 126.640625L298.7325 121.078125L299.24814 121.40625L295.7794 126.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M310.13373 187.5L305.47748 187.5L305.47748 186.84375L307.9306 184.10938Q308.47748 183.5 308.6806 183.10938Q308.89935 182.71875 308.89935 182.29688Q308.89935 181.75 308.5556 181.39062Q308.22748 181.03125 307.66498 181.03125Q306.9931 181.03125 306.6181 181.42188Q306.2431 181.79688 306.2431 182.48438L305.33685 182.48438Q305.33685 181.5 305.96185 180.90625Q306.60248 180.29688 307.66498 180.29688Q308.64935 180.29688 309.22748 180.8125Q309.8056 181.32812 309.8056 182.20312Q309.8056 183.25 308.46185 184.70312L306.57123 186.76562L310.13373 186.76562L310.13373 187.5ZM311.88373 183.9375L312.25873 180.39062L315.89935 180.39062L315.89935 181.21875L313.02435 181.21875L312.8056 183.15625Q313.32123 182.85938 313.9931 182.85938Q314.96185 182.85938 315.52435 183.5Q316.10248 184.14062 316.10248 185.23438Q316.10248 186.32812 315.50873 186.96875Q314.91498 187.59375 313.85248 187.59375Q312.91498 187.59375 312.3056 187.07812Q311.71185 186.54688 311.63373 185.625L312.4931 185.625Q312.57123 186.23438 312.91498 186.54688Q313.27435 186.85938 313.85248 186.85938Q314.47748 186.85938 314.83685 186.4375Q315.19623 186.0 315.19623 185.25Q315.19623 184.53125 314.8056 184.10938Q314.4306 183.67188 313.77435 183.67188Q313.19623 183.67188 312.85248 183.92188L312.6181 184.125L311.88373 183.9375ZM317.39935 181.75Q317.39935 181.125 317.8056 180.70312Q318.21185 180.28125 318.85248 180.28125Q319.50873 180.28125 319.89935 180.70312Q320.3056 181.125 320.3056 181.78125L320.3056 182.14062Q320.3056 182.78125 319.89935 183.1875Q319.4931 183.59375 318.8681 183.59375Q318.22748 183.59375 317.8056 183.1875Q317.39935 182.78125 317.39935 182.09375L317.39935 181.75ZM318.07123 182.14062Q318.07123 182.51562 318.27435 182.76562Q318.4931 183.0 318.8681 183.0Q319.21185 183.0 319.41498 182.76562Q319.63373 182.53125 319.63373 182.10938L319.63373 181.75Q319.63373 181.375 319.41498 181.125Q319.21185 180.875 318.85248 180.875Q318.4931 180.875 318.27435 181.125Q318.07123 181.375 318.07123 181.78125L318.07123 182.14062ZM320.85248 185.75Q320.85248 185.10938 321.25873 184.70312Q321.6806 184.29688 322.3056 184.29688Q322.94623 184.29688 323.35248 184.70312Q323.77435 185.10938 323.77435 185.79688L323.77435 186.14062Q323.77435 186.78125 323.3681 187.20312Q322.96185 187.60938 322.32123 187.60938Q321.69623 187.60938 321.27435 187.20312Q320.85248 186.78125 320.85248 186.10938L320.85248 185.75ZM321.53998 186.14062Q321.53998 186.51562 321.7431 186.76562Q321.96185 187.01562 322.32123 187.01562Q322.6806 187.01562 322.88373 186.78125Q323.10248 186.53125 323.10248 186.125L323.10248 185.75Q323.10248 185.375 322.88373 185.125Q322.66498 184.875 322.32123 184.875Q321.96185 184.875 321.7431 185.125Q321.53998 185.35938 321.53998 185.78125L321.53998 186.14062ZM319.07123 186.96875L318.5556 186.64062L322.02435 181.07812L322.53998 181.40625L319.07123 186.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M310.13373 187.5L305.47748 187.5L305.47748 186.84375L307.9306 184.10938Q308.47748 183.5 308.6806 183.10938Q308.89935 182.71875 308.89935 182.29688Q308.89935 181.75 308.5556 181.39062Q308.22748 181.03125 307.66498 181.03125Q306.9931 181.03125 306.6181 181.42188Q306.2431 181.79688 306.2431 182.48438L305.33685 182.48438Q305.33685 181.5 305.96185 180.90625Q306.60248 180.29688 307.66498 180.29688Q308.64935 180.29688 309.22748 180.8125Q309.8056 181.32812 309.8056 182.20312Q309.8056 183.25 308.46185 184.70312L306.57123 186.76562L310.13373 186.76562L310.13373 187.5ZM311.88373 183.9375L312.25873 180.39062L315.89935 180.39062L315.89935 181.21875L313.02435 181.21875L312.8056 183.15625Q313.32123 182.85938 313.9931 182.85938Q314.96185 182.85938 315.52435 183.5Q316.10248 184.14062 316.10248 185.23438Q316.10248 186.32812 315.50873 186.96875Q314.91498 187.59375 313.85248 187.59375Q312.91498 187.59375 312.3056 187.07812Q311.71185 186.54688 311.63373 185.625L312.4931 185.625Q312.57123 186.23438 312.91498 186.54688Q313.27435 186.85938 313.85248 186.85938Q314.47748 186.85938 314.83685 186.4375Q315.19623 186.0 315.19623 185.25Q315.19623 184.53125 314.8056 184.10938Q314.4306 183.67188 313.77435 183.67188Q313.19623 183.67188 312.85248 183.92188L312.6181 184.125L311.88373 183.9375ZM317.39935 181.75Q317.39935 181.125 317.8056 180.70312Q318.21185 180.28125 318.85248 180.28125Q319.50873 180.28125 319.89935 180.70312Q320.3056 181.125 320.3056 181.78125L320.3056 182.14062Q320.3056 182.78125 319.89935 183.1875Q319.4931 183.59375 318.8681 183.59375Q318.22748 183.59375 317.8056 183.1875Q317.39935 182.78125 317.39935 182.09375L317.39935 181.75ZM318.07123 182.14062Q318.07123 182.51562 318.27435 182.76562Q318.4931 183.0 318.8681 183.0Q319.21185 183.0 319.41498 182.76562Q319.63373 182.53125 319.63373 182.10938L319.63373 181.75Q319.63373 181.375 319.41498 181.125Q319.21185 180.875 318.85248 180.875Q318.4931 180.875 318.27435 181.125Q318.07123 181.375 318.07123 181.78125L318.07123 182.14062ZM320.85248 185.75Q320.85248 185.10938 321.25873 184.70312Q321.6806 184.29688 322.3056 184.29688Q322.94623 184.29688 323.35248 184.70312Q323.77435 185.10938 323.77435 185.79688L323.77435 186.14062Q323.77435 186.78125 323.3681 187.20312Q322.96185 187.60938 322.32123 187.60938Q321.69623 187.60938 321.27435 187.20312Q320.85248 186.78125 320.85248 186.10938L320.85248 185.75ZM321.53998 186.14062Q321.53998 186.51562 321.7431 186.76562Q321.96185 187.01562 322.32123 187.01562Q322.6806 187.01562 322.88373 186.78125Q323.10248 186.53125 323.10248 186.125L323.10248 185.75Q323.10248 185.375 322.88373 185.125Q322.66498 184.875 322.32123 184.875Q321.96185 184.875 321.7431 185.125Q321.53998 185.35938 321.53998 185.78125L321.53998 186.14062ZM319.07123 186.96875L318.5556 186.64062L322.02435 181.07812L322.53998 181.40625L319.07123 186.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M234.6363 248.5L233.73006 248.5L233.73006 242.48438L231.90193 243.14062L231.90193 242.32812L234.49568 241.35938L234.6363 241.35938L234.6363 248.5ZM242.12068 245.46875Q242.12068 247.04688 241.5738 247.82812Q241.04256 248.59375 239.8863 248.59375Q238.74568 248.59375 238.1988 247.84375Q237.65193 247.09375 237.6363 245.59375L237.6363 244.39062Q237.6363 242.8125 238.16756 242.0625Q238.71443 241.29688 239.87068 241.29688Q241.02693 241.29688 241.55818 242.03125Q242.10506 242.76562 242.12068 244.29688L242.12068 245.46875ZM241.21443 244.23438Q241.21443 243.07812 240.8863 242.5625Q240.5738 242.03125 239.87068 242.03125Q239.18318 242.03125 238.85506 242.5625Q238.54256 243.07812 238.54256 244.15625L238.54256 245.60938Q238.54256 246.76562 238.87068 247.3125Q239.21443 247.85938 239.8863 247.85938Q240.55818 247.85938 240.87068 247.34375Q241.1988 246.82812 241.21443 245.71875L241.21443 244.23438ZM243.58943 242.75Q243.58943 242.125 243.99568 241.70312Q244.40193 241.28125 245.04256 241.28125Q245.6988 241.28125 246.08943 241.70312Q246.49568 242.125 246.49568 242.78125L246.49568 243.14062Q246.49568 243.78125 246.08943 244.1875Q245.68318 244.59375 245.05818 244.59375Q244.41756 244.59375 243.99568 244.1875Q243.58943 243.78125 243.58943 243.09375L243.58943 242.75ZM244.2613 243.14062Q244.2613 243.51562 244.46443 243.76562Q244.68318 244.0 245.05818 244.0Q245.40193 244.0 245.60506 243.76562Q245.8238 243.53125 245.8238 243.10938L245.8238 242.75Q245.8238 242.375 245.60506 242.125Q245.40193 241.875 245.04256 241.875Q244.68318 241.875 244.46443 242.125Q244.2613 242.375 244.2613 242.78125L244.2613 243.14062ZM247.04256 246.75Q247.04256 246.10938 247.4488 245.70312Q247.87068 245.29688 248.49568 245.29688Q249.1363 245.29688 249.54256 245.70312Q249.96443 246.10938 249.96443 246.79688L249.96443 247.14062Q249.96443 247.78125 249.55818 248.20312Q249.15193 248.60938 248.5113 248.60938Q247.8863 248.60938 247.46443 248.20312Q247.04256 247.78125 247.04256 247.10938L247.04256 246.75ZM247.73006 247.14062Q247.73006 247.51562 247.93318 247.76562Q248.15193 248.01562 248.5113 248.01562Q248.87068 248.01562 249.0738 247.78125Q249.29256 247.53125 249.29256 247.125L249.29256 246.75Q249.29256 246.375 249.0738 246.125Q248.85506 245.875 248.5113 245.875Q248.15193 245.875 247.93318 246.125Q247.73006 246.35938 247.73006 246.78125L247.73006 247.14062ZM245.2613 247.96875L244.74568 247.64062L248.21443 242.07812L248.73006 242.40625L245.2613 247.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M234.6363 248.5L233.73006 248.5L233.73006 242.48438L231.90193 243.14062L231.90193 242.32812L234.49568 241.35938L234.6363 241.35938L234.6363 248.5ZM242.12068 245.46875Q242.12068 247.04688 241.5738 247.82812Q241.04256 248.59375 239.8863 248.59375Q238.74568 248.59375 238.1988 247.84375Q237.65193 247.09375 237.6363 245.59375L237.6363 244.39062Q237.6363 242.8125 238.16756 242.0625Q238.71443 241.29688 239.87068 241.29688Q241.02693 241.29688 241.55818 242.03125Q242.10506 242.76562 242.12068 244.29688L242.12068 245.46875ZM241.21443 244.23438Q241.21443 243.07812 240.8863 242.5625Q240.5738 242.03125 239.87068 242.03125Q239.18318 242.03125 238.85506 242.5625Q238.54256 243.07812 238.54256 244.15625L238.54256 245.60938Q238.54256 246.76562 238.87068 247.3125Q239.21443 247.85938 239.8863 247.85938Q240.55818 247.85938 240.87068 247.34375Q241.1988 246.82812 241.21443 245.71875L241.21443 244.23438ZM243.58943 242.75Q243.58943 242.125 243.99568 241.70312Q244.40193 241.28125 245.04256 241.28125Q245.6988 241.28125 246.08943 241.70312Q246.49568 242.125 246.49568 242.78125L246.49568 243.14062Q246.49568 243.78125 246.08943 244.1875Q245.68318 244.59375 245.05818 244.59375Q244.41756 244.59375 243.99568 244.1875Q243.58943 243.78125 243.58943 243.09375L243.58943 242.75ZM244.2613 243.14062Q244.2613 243.51562 244.46443 243.76562Q244.68318 244.0 245.05818 244.0Q245.40193 244.0 245.60506 243.76562Q245.8238 243.53125 245.8238 243.10938L245.8238 242.75Q245.8238 242.375 245.60506 242.125Q245.40193 241.875 245.04256 241.875Q244.68318 241.875 244.46443 242.125Q244.2613 242.375 244.2613 242.78125L244.2613 243.14062ZM247.04256 246.75Q247.04256 246.10938 247.4488 245.70312Q247.87068 245.29688 248.49568 245.29688Q249.1363 245.29688 249.54256 245.70312Q249.96443 246.10938 249.96443 246.79688L249.96443 247.14062Q249.96443 247.78125 249.55818 248.20312Q249.15193 248.60938 248.5113 248.60938Q247.8863 248.60938 247.46443 248.20312Q247.04256 247.78125 247.04256 247.10938L247.04256 246.75ZM247.73006 247.14062Q247.73006 247.51562 247.93318 247.76562Q248.15193 248.01562 248.5113 248.01562Q248.87068 248.01562 249.0738 247.78125Q249.29256 247.53125 249.29256 247.125L249.29256 246.75Q249.29256 246.375 249.0738 246.125Q248.85506 245.875 248.5113 245.875Q248.15193 245.875 247.93318 246.125Q247.73006 246.35938 247.73006 246.78125L247.73006 247.14062ZM245.2613 247.96875L244.74568 247.64062L248.21443 242.07812L248.73006 242.40625L245.2613 247.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M216.32918 301.39062L216.32918 302.15625L216.1573 302.15625Q215.11043 302.17188 214.48543 302.78125Q213.86043 303.375 213.75105 304.48438Q214.31355 303.84375 215.2823 303.84375Q216.2198 303.84375 216.76668 304.5Q217.32918 305.14062 217.32918 306.1875Q217.32918 307.28125 216.7198 307.9375Q216.12605 308.59375 215.12605 308.59375Q214.11043 308.59375 213.4698 307.8125Q212.82918 307.03125 212.82918 305.79688L212.82918 305.45312Q212.82918 303.48438 213.6573 302.45312Q214.50105 301.40625 216.1573 301.39062L216.32918 301.39062ZM215.14168 304.59375Q214.67293 304.59375 214.2823 304.875Q213.89168 305.14062 213.73543 305.5625L213.73543 305.89062Q213.73543 306.78125 214.12605 307.3125Q214.5323 307.84375 215.12605 307.84375Q215.73543 307.84375 216.07918 307.40625Q216.43855 306.95312 216.43855 306.21875Q216.43855 305.48438 216.07918 305.04688Q215.7198 304.59375 215.14168 304.59375ZM218.70418 302.75Q218.70418 302.125 219.11043 301.70312Q219.51668 301.28125 220.1573 301.28125Q220.81355 301.28125 221.20418 301.70312Q221.61043 302.125 221.61043 302.78125L221.61043 303.14062Q221.61043 303.78125 221.20418 304.1875Q220.79793 304.59375 220.17293 304.59375Q219.5323 304.59375 219.11043 304.1875Q218.70418 303.78125 218.70418 303.09375L218.70418 302.75ZM219.37605 303.14062Q219.37605 303.51562 219.57918 303.76562Q219.79793 304.0 220.17293 304.0Q220.51668 304.0 220.7198 303.76562Q220.93855 303.53125 220.93855 303.10938L220.93855 302.75Q220.93855 302.375 220.7198 302.125Q220.51668 301.875 220.1573 301.875Q219.79793 301.875 219.57918 302.125Q219.37605 302.375 219.37605 302.78125L219.37605 303.14062ZM222.1573 306.75Q222.1573 306.10938 222.56355 305.70312Q222.98543 305.29688 223.61043 305.29688Q224.25105 305.29688 224.6573 305.70312Q225.07918 306.10938 225.07918 306.79688L225.07918 307.14062Q225.07918 307.78125 224.67293 308.20312Q224.26668 308.60938 223.62605 308.60938Q223.00105 308.60938 222.57918 308.20312Q222.1573 307.78125 222.1573 307.10938L222.1573 306.75ZM222.8448 307.14062Q222.8448 307.51562 223.04793 307.76562Q223.26668 308.01562 223.62605 308.01562Q223.98543 308.01562 224.18855 307.78125Q224.4073 307.53125 224.4073 307.125L224.4073 306.75Q224.4073 306.375 224.18855 306.125Q223.9698 305.875 223.62605 305.875Q223.26668 305.875 223.04793 306.125Q222.8448 306.35938 222.8448 306.78125L222.8448 307.14062ZM220.37605 307.96875L219.86043 307.64062L223.32918 302.07812L223.8448 302.40625L220.37605 307.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M216.32918 301.39062L216.32918 302.15625L216.1573 302.15625Q215.11043 302.17188 214.48543 302.78125Q213.86043 303.375 213.75105 304.48438Q214.31355 303.84375 215.2823 303.84375Q216.2198 303.84375 216.76668 304.5Q217.32918 305.14062 217.32918 306.1875Q217.32918 307.28125 216.7198 307.9375Q216.12605 308.59375 215.12605 308.59375Q214.11043 308.59375 213.4698 307.8125Q212.82918 307.03125 212.82918 305.79688L212.82918 305.45312Q212.82918 303.48438 213.6573 302.45312Q214.50105 301.40625 216.1573 301.39062L216.32918 301.39062ZM215.14168 304.59375Q214.67293 304.59375 214.2823 304.875Q213.89168 305.14062 213.73543 305.5625L213.73543 305.89062Q213.73543 306.78125 214.12605 307.3125Q214.5323 307.84375 215.12605 307.84375Q215.73543 307.84375 216.07918 307.40625Q216.43855 306.95312 216.43855 306.21875Q216.43855 305.48438 216.07918 305.04688Q215.7198 304.59375 215.14168 304.59375ZM218.70418 302.75Q218.70418 302.125 219.11043 301.70312Q219.51668 301.28125 220.1573 301.28125Q220.81355 301.28125 221.20418 301.70312Q221.61043 302.125 221.61043 302.78125L221.61043 303.14062Q221.61043 303.78125 221.20418 304.1875Q220.79793 304.59375 220.17293 304.59375Q219.5323 304.59375 219.11043 304.1875Q218.70418 303.78125 218.70418 303.09375L218.70418 302.75ZM219.37605 303.14062Q219.37605 303.51562 219.57918 303.76562Q219.79793 304.0 220.17293 304.0Q220.51668 304.0 220.7198 303.76562Q220.93855 303.53125 220.93855 303.10938L220.93855 302.75Q220.93855 302.375 220.7198 302.125Q220.51668 301.875 220.1573 301.875Q219.79793 301.875 219.57918 302.125Q219.37605 302.375 219.37605 302.78125L219.37605 303.14062ZM222.1573 306.75Q222.1573 306.10938 222.56355 305.70312Q222.98543 305.29688 223.61043 305.29688Q224.25105 305.29688 224.6573 305.70312Q225.07918 306.10938 225.07918 306.79688L225.07918 307.14062Q225.07918 307.78125 224.67293 308.20312Q224.26668 308.60938 223.62605 308.60938Q223.00105 308.60938 222.57918 308.20312Q222.1573 307.78125 222.1573 307.10938L222.1573 306.75ZM222.8448 307.14062Q222.8448 307.51562 223.04793 307.76562Q223.26668 308.01562 223.62605 308.01562Q223.98543 308.01562 224.18855 307.78125Q224.4073 307.53125 224.4073 307.125L224.4073 306.75Q224.4073 306.375 224.18855 306.125Q223.9698 305.875 223.62605 305.875Q223.26668 305.875 223.04793 306.125Q222.8448 306.35938 222.8448 306.78125L222.8448 307.14062ZM220.37605 307.96875L219.86043 307.64062L223.32918 302.07812L223.8448 302.40625L220.37605 307.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M203.68987 366.10938L204.67424 366.10938L204.67424 366.84375L203.68987 366.84375L203.68987 368.5L202.78362 368.5L202.78362 366.84375L199.54924 366.84375L199.54924 366.3125L202.72112 361.39062L203.68987 361.39062L203.68987 366.10938ZM200.56487 366.10938L202.78362 366.10938L202.78362 362.625L202.67424 362.82812L200.56487 366.10938ZM205.79924 362.75Q205.79924 362.125 206.20549 361.70312Q206.61174 361.28125 207.25237 361.28125Q207.90862 361.28125 208.29924 361.70312Q208.70549 362.125 208.70549 362.78125L208.70549 363.14062Q208.70549 363.78125 208.29924 364.1875Q207.89299 364.59375 207.26799 364.59375Q206.62737 364.59375 206.20549 364.1875Q205.79924 363.78125 205.79924 363.09375L205.79924 362.75ZM206.47112 363.14062Q206.47112 363.51562 206.67424 363.76562Q206.89299 364.0 207.26799 364.0Q207.61174 364.0 207.81487 363.76562Q208.03362 363.53125 208.03362 363.10938L208.03362 362.75Q208.03362 362.375 207.81487 362.125Q207.61174 361.875 207.25237 361.875Q206.89299 361.875 206.67424 362.125Q206.47112 362.375 206.47112 362.78125L206.47112 363.14062ZM209.25237 366.75Q209.25237 366.10938 209.65862 365.70312Q210.08049 365.29688 210.70549 365.29688Q211.34612 365.29688 211.75237 365.70312Q212.17424 366.10938 212.17424 366.79688L212.17424 367.14062Q212.17424 367.78125 211.76799 368.20312Q211.36174 368.60938 210.72112 368.60938Q210.09612 368.60938 209.67424 368.20312Q209.25237 367.78125 209.25237 367.10938L209.25237 366.75ZM209.93987 367.14062Q209.93987 367.51562 210.14299 367.76562Q210.36174 368.01562 210.72112 368.01562Q211.08049 368.01562 211.28362 367.78125Q211.50237 367.53125 211.50237 367.125L211.50237 366.75Q211.50237 366.375 211.28362 366.125Q211.06487 365.875 210.72112 365.875Q210.36174 365.875 210.14299 366.125Q209.93987 366.35938 209.93987 366.78125L209.93987 367.14062ZM207.47112 367.96875L206.95549 367.64062L210.42424 362.07812L210.93987 362.40625L207.47112 367.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M203.68987 366.10938L204.67424 366.10938L204.67424 366.84375L203.68987 366.84375L203.68987 368.5L202.78362 368.5L202.78362 366.84375L199.54924 366.84375L199.54924 366.3125L202.72112 361.39062L203.68987 361.39062L203.68987 366.10938ZM200.56487 366.10938L202.78362 366.10938L202.78362 362.625L202.67424 362.82812L200.56487 366.10938ZM205.79924 362.75Q205.79924 362.125 206.20549 361.70312Q206.61174 361.28125 207.25237 361.28125Q207.90862 361.28125 208.29924 361.70312Q208.70549 362.125 208.70549 362.78125L208.70549 363.14062Q208.70549 363.78125 208.29924 364.1875Q207.89299 364.59375 207.26799 364.59375Q206.62737 364.59375 206.20549 364.1875Q205.79924 363.78125 205.79924 363.09375L205.79924 362.75ZM206.47112 363.14062Q206.47112 363.51562 206.67424 363.76562Q206.89299 364.0 207.26799 364.0Q207.61174 364.0 207.81487 363.76562Q208.03362 363.53125 208.03362 363.10938L208.03362 362.75Q208.03362 362.375 207.81487 362.125Q207.61174 361.875 207.25237 361.875Q206.89299 361.875 206.67424 362.125Q206.47112 362.375 206.47112 362.78125L206.47112 363.14062ZM209.25237 366.75Q209.25237 366.10938 209.65862 365.70312Q210.08049 365.29688 210.70549 365.29688Q211.34612 365.29688 211.75237 365.70312Q212.17424 366.10938 212.17424 366.79688L212.17424 367.14062Q212.17424 367.78125 211.76799 368.20312Q211.36174 368.60938 210.72112 368.60938Q210.09612 368.60938 209.67424 368.20312Q209.25237 367.78125 209.25237 367.10938L209.25237 366.75ZM209.93987 367.14062Q209.93987 367.51562 210.14299 367.76562Q210.36174 368.01562 210.72112 368.01562Q211.08049 368.01562 211.28362 367.78125Q211.50237 367.53125 211.50237 367.125L211.50237 366.75Q211.50237 366.375 211.28362 366.125Q211.06487 365.875 210.72112 365.875Q210.36174 365.875 210.14299 366.125Q209.93987 366.35938 209.93987 366.78125L209.93987 367.14062ZM207.47112 367.96875L206.95549 367.64062L210.42424 362.07812L210.93987 362.40625L207.47112 367.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.03525 428.5L191.379 428.5L191.379 427.84375L193.83212 425.10938Q194.379 424.5 194.58212 424.10938Q194.80087 423.71875 194.80087 423.29688Q194.80087 422.75 194.45712 422.39062Q194.129 422.03125 193.5665 422.03125Q192.89462 422.03125 192.51962 422.42188Q192.14462 422.79688 192.14462 423.48438L191.23837 423.48438Q191.23837 422.5 191.86337 421.90625Q192.504 421.29688 193.5665 421.29688Q194.55087 421.29688 195.129 421.8125Q195.70712 422.32812 195.70712 423.20312Q195.70712 424.25 194.36337 425.70312L192.47275 427.76562L196.03525 427.76562L196.03525 428.5ZM197.30087 422.75Q197.30087 422.125 197.70712 421.70312Q198.11337 421.28125 198.754 421.28125Q199.41025 421.28125 199.80087 421.70312Q200.20712 422.125 200.20712 422.78125L200.20712 423.14062Q200.20712 423.78125 199.80087 424.1875Q199.39462 424.59375 198.76962 424.59375Q198.129 424.59375 197.70712 424.1875Q197.30087 423.78125 197.30087 423.09375L197.30087 422.75ZM197.97275 423.14062Q197.97275 423.51562 198.17587 423.76562Q198.39462 424.0 198.76962 424.0Q199.11337 424.0 199.3165 423.76562Q199.53525 423.53125 199.53525 423.10938L199.53525 422.75Q199.53525 422.375 199.3165 422.125Q199.11337 421.875 198.754 421.875Q198.39462 421.875 198.17587 422.125Q197.97275 422.375 197.97275 422.78125L197.97275 423.14062ZM200.754 426.75Q200.754 426.10938 201.16025 425.70312Q201.58212 425.29688 202.20712 425.29688Q202.84775 425.29688 203.254 425.70312Q203.67587 426.10938 203.67587 426.79688L203.67587 427.14062Q203.67587 427.78125 203.26962 428.20312Q202.86337 428.60938 202.22275 428.60938Q201.59775 428.60938 201.17587 428.20312Q200.754 427.78125 200.754 427.10938L200.754 426.75ZM201.4415 427.14062Q201.4415 427.51562 201.64462 427.76562Q201.86337 428.01562 202.22275 428.01562Q202.58212 428.01562 202.78525 427.78125Q203.004 427.53125 203.004 427.125L203.004 426.75Q203.004 426.375 202.78525 426.125Q202.5665 425.875 202.22275 425.875Q201.86337 425.875 201.64462 426.125Q201.4415 426.35938 201.4415 426.78125L201.4415 427.14062ZM198.97275 427.96875L198.45712 427.64062L201.92587 422.07812L202.4415 422.40625L198.97275 427.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.03525 428.5L191.379 428.5L191.379 427.84375L193.83212 425.10938Q194.379 424.5 194.58212 424.10938Q194.80087 423.71875 194.80087 423.29688Q194.80087 422.75 194.45712 422.39062Q194.129 422.03125 193.5665 422.03125Q192.89462 422.03125 192.51962 422.42188Q192.14462 422.79688 192.14462 423.48438L191.23837 423.48438Q191.23837 422.5 191.86337 421.90625Q192.504 421.29688 193.5665 421.29688Q194.55087 421.29688 195.129 421.8125Q195.70712 422.32812 195.70712 423.20312Q195.70712 424.25 194.36337 425.70312L192.47275 427.76562L196.03525 427.76562L196.03525 428.5ZM197.30087 422.75Q197.30087 422.125 197.70712 421.70312Q198.11337 421.28125 198.754 421.28125Q199.41025 421.28125 199.80087 421.70312Q200.20712 422.125 200.20712 422.78125L200.20712 423.14062Q200.20712 423.78125 199.80087 424.1875Q199.39462 424.59375 198.76962 424.59375Q198.129 424.59375 197.70712 424.1875Q197.30087 423.78125 197.30087 423.09375L197.30087 422.75ZM197.97275 423.14062Q197.97275 423.51562 198.17587 423.76562Q198.39462 424.0 198.76962 424.0Q199.11337 424.0 199.3165 423.76562Q199.53525 423.53125 199.53525 423.10938L199.53525 422.75Q199.53525 422.375 199.3165 422.125Q199.11337 421.875 198.754 421.875Q198.39462 421.875 198.17587 422.125Q197.97275 422.375 197.97275 422.78125L197.97275 423.14062ZM200.754 426.75Q200.754 426.10938 201.16025 425.70312Q201.58212 425.29688 202.20712 425.29688Q202.84775 425.29688 203.254 425.70312Q203.67587 426.10938 203.67587 426.79688L203.67587 427.14062Q203.67587 427.78125 203.26962 428.20312Q202.86337 428.60938 202.22275 428.60938Q201.59775 428.60938 201.17587 428.20312Q200.754 427.78125 200.754 427.10938L200.754 426.75ZM201.4415 427.14062Q201.4415 427.51562 201.64462 427.76562Q201.86337 428.01562 202.22275 428.01562Q202.58212 428.01562 202.78525 427.78125Q203.004 427.53125 203.004 427.125L203.004 426.75Q203.004 426.375 202.78525 426.125Q202.5665 425.875 202.22275 425.875Q201.86337 425.875 201.64462 426.125Q201.4415 426.35938 201.4415 426.78125L201.4415 427.14062ZM198.97275 427.96875L198.45712 427.64062L201.92587 422.07812L202.4415 422.40625L198.97275 427.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.31117 484.5L196.98305 484.5Q197.62367 484.5 197.98305 484.17188Q198.35805 483.84375 198.35805 483.28125Q198.35805 482.03125 197.10805 482.03125Q196.52992 482.03125 196.17055 482.375Q195.8268 482.70312 195.8268 483.25L194.92055 483.25Q194.92055 482.40625 195.54555 481.85938Q196.17055 481.29688 197.10805 481.29688Q198.12367 481.29688 198.68617 481.82812Q199.2643 482.35938 199.2643 483.29688Q199.2643 483.76562 198.96742 484.20312Q198.67055 484.64062 198.1393 484.85938Q198.73305 485.03125 199.04555 485.46875Q199.37367 485.89062 199.37367 486.51562Q199.37367 487.46875 198.74867 488.03125Q198.12367 488.59375 197.12367 488.59375Q196.12367 488.59375 195.48305 488.0625Q194.85805 487.51562 194.85805 486.625L195.77992 486.625Q195.77992 487.1875 196.1393 487.53125Q196.49867 487.85938 197.12367 487.85938Q197.77992 487.85938 198.12367 487.51562Q198.46742 487.17188 198.46742 486.53125Q198.46742 485.92188 198.0768 485.59375Q197.7018 485.25 196.98305 485.25L196.31117 485.25L196.31117 484.5ZM200.92055 482.75Q200.92055 482.125 201.3268 481.70312Q201.73305 481.28125 202.37367 481.28125Q203.02992 481.28125 203.42055 481.70312Q203.8268 482.125 203.8268 482.78125L203.8268 483.14062Q203.8268 483.78125 203.42055 484.1875Q203.0143 484.59375 202.3893 484.59375Q201.74867 484.59375 201.3268 484.1875Q200.92055 483.78125 200.92055 483.09375L200.92055 482.75ZM201.59242 483.14062Q201.59242 483.51562 201.79555 483.76562Q202.0143 484.0 202.3893 484.0Q202.73305 484.0 202.93617 483.76562Q203.15492 483.53125 203.15492 483.10938L203.15492 482.75Q203.15492 482.375 202.93617 482.125Q202.73305 481.875 202.37367 481.875Q202.0143 481.875 201.79555 482.125Q201.59242 482.375 201.59242 482.78125L201.59242 483.14062ZM204.37367 486.75Q204.37367 486.10938 204.77992 485.70312Q205.2018 485.29688 205.8268 485.29688Q206.46742 485.29688 206.87367 485.70312Q207.29555 486.10938 207.29555 486.79688L207.29555 487.14062Q207.29555 487.78125 206.8893 488.20312Q206.48305 488.60938 205.84242 488.60938Q205.21742 488.60938 204.79555 488.20312Q204.37367 487.78125 204.37367 487.10938L204.37367 486.75ZM205.06117 487.14062Q205.06117 487.51562 205.2643 487.76562Q205.48305 488.01562 205.84242 488.01562Q206.2018 488.01562 206.40492 487.78125Q206.62367 487.53125 206.62367 487.125L206.62367 486.75Q206.62367 486.375 206.40492 486.125Q206.18617 485.875 205.84242 485.875Q205.48305 485.875 205.2643 486.125Q205.06117 486.35938 205.06117 486.78125L205.06117 487.14062ZM202.59242 487.96875L202.0768 487.64062L205.54555 482.07812L206.06117 482.40625L202.59242 487.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.31117 484.5L196.98305 484.5Q197.62367 484.5 197.98305 484.17188Q198.35805 483.84375 198.35805 483.28125Q198.35805 482.03125 197.10805 482.03125Q196.52992 482.03125 196.17055 482.375Q195.8268 482.70312 195.8268 483.25L194.92055 483.25Q194.92055 482.40625 195.54555 481.85938Q196.17055 481.29688 197.10805 481.29688Q198.12367 481.29688 198.68617 481.82812Q199.2643 482.35938 199.2643 483.29688Q199.2643 483.76562 198.96742 484.20312Q198.67055 484.64062 198.1393 484.85938Q198.73305 485.03125 199.04555 485.46875Q199.37367 485.89062 199.37367 486.51562Q199.37367 487.46875 198.74867 488.03125Q198.12367 488.59375 197.12367 488.59375Q196.12367 488.59375 195.48305 488.0625Q194.85805 487.51562 194.85805 486.625L195.77992 486.625Q195.77992 487.1875 196.1393 487.53125Q196.49867 487.85938 197.12367 487.85938Q197.77992 487.85938 198.12367 487.51562Q198.46742 487.17188 198.46742 486.53125Q198.46742 485.92188 198.0768 485.59375Q197.7018 485.25 196.98305 485.25L196.31117 485.25L196.31117 484.5ZM200.92055 482.75Q200.92055 482.125 201.3268 481.70312Q201.73305 481.28125 202.37367 481.28125Q203.02992 481.28125 203.42055 481.70312Q203.8268 482.125 203.8268 482.78125L203.8268 483.14062Q203.8268 483.78125 203.42055 484.1875Q203.0143 484.59375 202.3893 484.59375Q201.74867 484.59375 201.3268 484.1875Q200.92055 483.78125 200.92055 483.09375L200.92055 482.75ZM201.59242 483.14062Q201.59242 483.51562 201.79555 483.76562Q202.0143 484.0 202.3893 484.0Q202.73305 484.0 202.93617 483.76562Q203.15492 483.53125 203.15492 483.10938L203.15492 482.75Q203.15492 482.375 202.93617 482.125Q202.73305 481.875 202.37367 481.875Q202.0143 481.875 201.79555 482.125Q201.59242 482.375 201.59242 482.78125L201.59242 483.14062ZM204.37367 486.75Q204.37367 486.10938 204.77992 485.70312Q205.2018 485.29688 205.8268 485.29688Q206.46742 485.29688 206.87367 485.70312Q207.29555 486.10938 207.29555 486.79688L207.29555 487.14062Q207.29555 487.78125 206.8893 488.20312Q206.48305 488.60938 205.84242 488.60938Q205.21742 488.60938 204.79555 488.20312Q204.37367 487.78125 204.37367 487.10938L204.37367 486.75ZM205.06117 487.14062Q205.06117 487.51562 205.2643 487.76562Q205.48305 488.01562 205.84242 488.01562Q206.2018 488.01562 206.40492 487.78125Q206.62367 487.53125 206.62367 487.125L206.62367 486.75Q206.62367 486.375 206.40492 486.125Q206.18617 485.875 205.84242 485.875Q205.48305 485.875 205.2643 486.125Q205.06117 486.35938 205.06117 486.78125L205.06117 487.14062ZM202.59242 487.96875L202.0768 487.64062L205.54555 482.07812L206.06117 482.40625L202.59242 487.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M347.87982 73.5L348.5517 73.5Q349.19232 73.5 349.5517 73.171875Q349.9267 72.84375 349.9267 72.28125Q349.9267 71.03125 348.6767 71.03125Q348.09857 71.03125 347.7392 71.375Q347.39545 71.703125 347.39545 72.25L346.4892 72.25Q346.4892 71.40625 347.1142 70.859375Q347.7392 70.296875 348.6767 70.296875Q349.69232 70.296875 350.25482 70.828125Q350.83295 71.359375 350.83295 72.296875Q350.83295 72.765625 350.53607 73.203125Q350.2392 73.640625 349.70795 73.859375Q350.3017 74.03125 350.6142 74.46875Q350.94232 74.890625 350.94232 75.515625Q350.94232 76.46875 350.31732 77.03125Q349.69232 77.59375 348.69232 77.59375Q347.69232 77.59375 347.0517 77.0625Q346.4267 76.515625 346.4267 75.625L347.34857 75.625Q347.34857 76.1875 347.70795 76.53125Q348.06732 76.859375 348.69232 76.859375Q349.34857 76.859375 349.69232 76.515625Q350.03607 76.171875 350.03607 75.53125Q350.03607 74.921875 349.64545 74.59375Q349.27045 74.25 348.5517 74.25L347.87982 74.25L347.87982 73.5ZM353.87982 73.5L354.5517 73.5Q355.19232 73.5 355.5517 73.171875Q355.9267 72.84375 355.9267 72.28125Q355.9267 71.03125 354.6767 71.03125Q354.09857 71.03125 353.7392 71.375Q353.39545 71.703125 353.39545 72.25L352.4892 72.25Q352.4892 71.40625 353.1142 70.859375Q353.7392 70.296875 354.6767 70.296875Q355.69232 70.296875 356.25482 70.828125Q356.83295 71.359375 356.83295 72.296875Q356.83295 72.765625 356.53607 73.203125Q356.2392 73.640625 355.70795 73.859375Q356.3017 74.03125 356.6142 74.46875Q356.94232 74.890625 356.94232 75.515625Q356.94232 76.46875 356.31732 77.03125Q355.69232 77.59375 354.69232 77.59375Q353.69232 77.59375 353.0517 77.0625Q352.4267 76.515625 352.4267 75.625L353.34857 75.625Q353.34857 76.1875 353.70795 76.53125Q354.06732 76.859375 354.69232 76.859375Q355.34857 76.859375 355.69232 76.515625Q356.03607 76.171875 356.03607 75.53125Q356.03607 74.921875 355.64545 74.59375Q355.27045 74.25 354.5517 74.25L353.87982 74.25L353.87982 73.5ZM358.4892 71.75Q358.4892 71.125 358.89545 70.703125Q359.3017 70.28125 359.94232 70.28125Q360.59857 70.28125 360.9892 70.703125Q361.39545 71.125 361.39545 71.78125L361.39545 72.140625Q361.39545 72.78125 360.9892 73.1875Q360.58295 73.59375 359.95795 73.59375Q359.31732 73.59375 358.89545 73.1875Q358.4892 72.78125 358.4892 72.09375L358.4892 71.75ZM359.16107 72.140625Q359.16107 72.515625 359.3642 72.765625Q359.58295 73.0 359.95795 73.0Q360.3017 73.0 360.50482 72.765625Q360.72357 72.53125 360.72357 72.109375L360.72357 71.75Q360.72357 71.375 360.50482 71.125Q360.3017 70.875 359.94232 70.875Q359.58295 70.875 359.3642 71.125Q359.16107 71.375 359.16107 71.78125L359.16107 72.140625ZM361.94232 75.75Q361.94232 75.109375 362.34857 74.703125Q362.77045 74.296875 363.39545 74.296875Q364.03607 74.296875 364.44232 74.703125Q364.8642 75.109375 364.8642 75.796875L364.8642 76.140625Q364.8642 76.78125 364.45795 77.203125Q364.0517 77.609375 363.41107 77.609375Q362.78607 77.609375 362.3642 77.203125Q361.94232 76.78125 361.94232 76.109375L361.94232 75.75ZM362.62982 76.140625Q362.62982 76.515625 362.83295 76.765625Q363.0517 77.015625 363.41107 77.015625Q363.77045 77.015625 363.97357 76.78125Q364.19232 76.53125 364.19232 76.125L364.19232 75.75Q364.19232 75.375 363.97357 75.125Q363.75482 74.875 363.41107 74.875Q363.0517 74.875 362.83295 75.125Q362.62982 75.359375 362.62982 75.78125L362.62982 76.140625ZM360.16107 76.96875L359.64545 76.640625L363.1142 71.078125L363.62982 71.40625L360.16107 76.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M347.87982 73.5L348.5517 73.5Q349.19232 73.5 349.5517 73.171875Q349.9267 72.84375 349.9267 72.28125Q349.9267 71.03125 348.6767 71.03125Q348.09857 71.03125 347.7392 71.375Q347.39545 71.703125 347.39545 72.25L346.4892 72.25Q346.4892 71.40625 347.1142 70.859375Q347.7392 70.296875 348.6767 70.296875Q349.69232 70.296875 350.25482 70.828125Q350.83295 71.359375 350.83295 72.296875Q350.83295 72.765625 350.53607 73.203125Q350.2392 73.640625 349.70795 73.859375Q350.3017 74.03125 350.6142 74.46875Q350.94232 74.890625 350.94232 75.515625Q350.94232 76.46875 350.31732 77.03125Q349.69232 77.59375 348.69232 77.59375Q347.69232 77.59375 347.0517 77.0625Q346.4267 76.515625 346.4267 75.625L347.34857 75.625Q347.34857 76.1875 347.70795 76.53125Q348.06732 76.859375 348.69232 76.859375Q349.34857 76.859375 349.69232 76.515625Q350.03607 76.171875 350.03607 75.53125Q350.03607 74.921875 349.64545 74.59375Q349.27045 74.25 348.5517 74.25L347.87982 74.25L347.87982 73.5ZM353.87982 73.5L354.5517 73.5Q355.19232 73.5 355.5517 73.171875Q355.9267 72.84375 355.9267 72.28125Q355.9267 71.03125 354.6767 71.03125Q354.09857 71.03125 353.7392 71.375Q353.39545 71.703125 353.39545 72.25L352.4892 72.25Q352.4892 71.40625 353.1142 70.859375Q353.7392 70.296875 354.6767 70.296875Q355.69232 70.296875 356.25482 70.828125Q356.83295 71.359375 356.83295 72.296875Q356.83295 72.765625 356.53607 73.203125Q356.2392 73.640625 355.70795 73.859375Q356.3017 74.03125 356.6142 74.46875Q356.94232 74.890625 356.94232 75.515625Q356.94232 76.46875 356.31732 77.03125Q355.69232 77.59375 354.69232 77.59375Q353.69232 77.59375 353.0517 77.0625Q352.4267 76.515625 352.4267 75.625L353.34857 75.625Q353.34857 76.1875 353.70795 76.53125Q354.06732 76.859375 354.69232 76.859375Q355.34857 76.859375 355.69232 76.515625Q356.03607 76.171875 356.03607 75.53125Q356.03607 74.921875 355.64545 74.59375Q355.27045 74.25 354.5517 74.25L353.87982 74.25L353.87982 73.5ZM358.4892 71.75Q358.4892 71.125 358.89545 70.703125Q359.3017 70.28125 359.94232 70.28125Q360.59857 70.28125 360.9892 70.703125Q361.39545 71.125 361.39545 71.78125L361.39545 72.140625Q361.39545 72.78125 360.9892 73.1875Q360.58295 73.59375 359.95795 73.59375Q359.31732 73.59375 358.89545 73.1875Q358.4892 72.78125 358.4892 72.09375L358.4892 71.75ZM359.16107 72.140625Q359.16107 72.515625 359.3642 72.765625Q359.58295 73.0 359.95795 73.0Q360.3017 73.0 360.50482 72.765625Q360.72357 72.53125 360.72357 72.109375L360.72357 71.75Q360.72357 71.375 360.50482 71.125Q360.3017 70.875 359.94232 70.875Q359.58295 70.875 359.3642 71.125Q359.16107 71.375 359.16107 71.78125L359.16107 72.140625ZM361.94232 75.75Q361.94232 75.109375 362.34857 74.703125Q362.77045 74.296875 363.39545 74.296875Q364.03607 74.296875 364.44232 74.703125Q364.8642 75.109375 364.8642 75.796875L364.8642 76.140625Q364.8642 76.78125 364.45795 77.203125Q364.0517 77.609375 363.41107 77.609375Q362.78607 77.609375 362.3642 77.203125Q361.94232 76.78125 361.94232 76.109375L361.94232 75.75ZM362.62982 76.140625Q362.62982 76.515625 362.83295 76.765625Q363.0517 77.015625 363.41107 77.015625Q363.77045 77.015625 363.97357 76.78125Q364.19232 76.53125 364.19232 76.125L364.19232 75.75Q364.19232 75.375 363.97357 75.125Q363.75482 74.875 363.41107 74.875Q363.0517 74.875 362.83295 75.125Q362.62982 75.359375 362.62982 75.78125L362.62982 76.140625ZM360.16107 76.96875L359.64545 76.640625L363.1142 71.078125L363.62982 71.40625L360.16107 76.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M305.93008 137.5L301.27383 137.5L301.27383 136.84375L303.72696 134.10938Q304.27383 133.5 304.47696 133.10938Q304.6957 132.71875 304.6957 132.29688Q304.6957 131.75 304.35196 131.39062Q304.02383 131.03125 303.46133 131.03125Q302.78946 131.03125 302.41446 131.42188Q302.03946 131.79688 302.03946 132.48438L301.1332 132.48438Q301.1332 131.5 301.7582 130.90625Q302.39883 130.29688 303.46133 130.29688Q304.4457 130.29688 305.02383 130.8125Q305.60196 131.32812 305.60196 132.20312Q305.60196 133.25 304.2582 134.70312L302.36758 136.76562L305.93008 136.76562L305.93008 137.5ZM311.08633 135.10938L312.0707 135.10938L312.0707 135.84375L311.08633 135.84375L311.08633 137.5L310.18008 137.5L310.18008 135.84375L306.9457 135.84375L306.9457 135.3125L310.11758 130.39062L311.08633 130.39062L311.08633 135.10938ZM307.96133 135.10938L310.18008 135.10938L310.18008 131.625L310.0707 131.82812L307.96133 135.10938ZM313.1957 131.75Q313.1957 131.125 313.60196 130.70312Q314.0082 130.28125 314.64883 130.28125Q315.30508 130.28125 315.6957 130.70312Q316.10196 131.125 316.10196 131.78125L316.10196 132.14062Q316.10196 132.78125 315.6957 133.1875Q315.28946 133.59375 314.66446 133.59375Q314.02383 133.59375 313.60196 133.1875Q313.1957 132.78125 313.1957 132.09375L313.1957 131.75ZM313.86758 132.14062Q313.86758 132.51562 314.0707 132.76562Q314.28946 133.0 314.66446 133.0Q315.0082 133.0 315.21133 132.76562Q315.43008 132.53125 315.43008 132.10938L315.43008 131.75Q315.43008 131.375 315.21133 131.125Q315.0082 130.875 314.64883 130.875Q314.28946 130.875 314.0707 131.125Q313.86758 131.375 313.86758 131.78125L313.86758 132.14062ZM316.64883 135.75Q316.64883 135.10938 317.05508 134.70312Q317.47696 134.29688 318.10196 134.29688Q318.74258 134.29688 319.14883 134.70312Q319.5707 135.10938 319.5707 135.79688L319.5707 136.14062Q319.5707 136.78125 319.16446 137.20312Q318.7582 137.60938 318.11758 137.60938Q317.49258 137.60938 317.0707 137.20312Q316.64883 136.78125 316.64883 136.10938L316.64883 135.75ZM317.33633 136.14062Q317.33633 136.51562 317.53946 136.76562Q317.7582 137.01562 318.11758 137.01562Q318.47696 137.01562 318.68008 136.78125Q318.89883 136.53125 318.89883 136.125L318.89883 135.75Q318.89883 135.375 318.68008 135.125Q318.46133 134.875 318.11758 134.875Q317.7582 134.875 317.53946 135.125Q317.33633 135.35938 317.33633 135.78125L317.33633 136.14062ZM314.86758 136.96875L314.35196 136.64062L317.8207 131.07812L318.33633 131.40625L314.86758 136.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M305.93008 137.5L301.27383 137.5L301.27383 136.84375L303.72696 134.10938Q304.27383 133.5 304.47696 133.10938Q304.6957 132.71875 304.6957 132.29688Q304.6957 131.75 304.35196 131.39062Q304.02383 131.03125 303.46133 131.03125Q302.78946 131.03125 302.41446 131.42188Q302.03946 131.79688 302.03946 132.48438L301.1332 132.48438Q301.1332 131.5 301.7582 130.90625Q302.39883 130.29688 303.46133 130.29688Q304.4457 130.29688 305.02383 130.8125Q305.60196 131.32812 305.60196 132.20312Q305.60196 133.25 304.2582 134.70312L302.36758 136.76562L305.93008 136.76562L305.93008 137.5ZM311.08633 135.10938L312.0707 135.10938L312.0707 135.84375L311.08633 135.84375L311.08633 137.5L310.18008 137.5L310.18008 135.84375L306.9457 135.84375L306.9457 135.3125L310.11758 130.39062L311.08633 130.39062L311.08633 135.10938ZM307.96133 135.10938L310.18008 135.10938L310.18008 131.625L310.0707 131.82812L307.96133 135.10938ZM313.1957 131.75Q313.1957 131.125 313.60196 130.70312Q314.0082 130.28125 314.64883 130.28125Q315.30508 130.28125 315.6957 130.70312Q316.10196 131.125 316.10196 131.78125L316.10196 132.14062Q316.10196 132.78125 315.6957 133.1875Q315.28946 133.59375 314.66446 133.59375Q314.02383 133.59375 313.60196 133.1875Q313.1957 132.78125 313.1957 132.09375L313.1957 131.75ZM313.86758 132.14062Q313.86758 132.51562 314.0707 132.76562Q314.28946 133.0 314.66446 133.0Q315.0082 133.0 315.21133 132.76562Q315.43008 132.53125 315.43008 132.10938L315.43008 131.75Q315.43008 131.375 315.21133 131.125Q315.0082 130.875 314.64883 130.875Q314.28946 130.875 314.0707 131.125Q313.86758 131.375 313.86758 131.78125L313.86758 132.14062ZM316.64883 135.75Q316.64883 135.10938 317.05508 134.70312Q317.47696 134.29688 318.10196 134.29688Q318.74258 134.29688 319.14883 134.70312Q319.5707 135.10938 319.5707 135.79688L319.5707 136.14062Q319.5707 136.78125 319.16446 137.20312Q318.7582 137.60938 318.11758 137.60938Q317.49258 137.60938 317.0707 137.20312Q316.64883 136.78125 316.64883 136.10938L316.64883 135.75ZM317.33633 136.14062Q317.33633 136.51562 317.53946 136.76562Q317.7582 137.01562 318.11758 137.01562Q318.47696 137.01562 318.68008 136.78125Q318.89883 136.53125 318.89883 136.125L318.89883 135.75Q318.89883 135.375 318.68008 135.125Q318.46133 134.875 318.11758 134.875Q317.7582 134.875 317.53946 135.125Q317.33633 135.35938 317.33633 135.78125L317.33633 136.14062ZM314.86758 136.96875L314.35196 136.64062L317.8207 131.07812L318.33633 131.40625L314.86758 136.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M301.8815 197.5L297.22525 197.5L297.22525 196.84375L299.67838 194.10938Q300.22525 193.5 300.42838 193.10938Q300.64713 192.71875 300.64713 192.29688Q300.64713 191.75 300.30338 191.39062Q299.97525 191.03125 299.41275 191.03125Q298.74088 191.03125 298.36588 191.42188Q297.99088 191.79688 297.99088 192.48438L297.08463 192.48438Q297.08463 191.5 297.70963 190.90625Q298.35025 190.29688 299.41275 190.29688Q300.39713 190.29688 300.97525 190.8125Q301.55338 191.32812 301.55338 192.20312Q301.55338 193.25 300.20963 194.70312L298.319 196.76562L301.8815 196.76562L301.8815 197.5ZM304.53775 193.5L305.20963 193.5Q305.85025 193.5 306.20963 193.17188Q306.58463 192.84375 306.58463 192.28125Q306.58463 191.03125 305.33463 191.03125Q304.7565 191.03125 304.39713 191.375Q304.05338 191.70312 304.05338 192.25L303.14713 192.25Q303.14713 191.40625 303.77213 190.85938Q304.39713 190.29688 305.33463 190.29688Q306.35025 190.29688 306.91275 190.82812Q307.49088 191.35938 307.49088 192.29688Q307.49088 192.76562 307.194 193.20312Q306.89713 193.64062 306.36588 193.85938Q306.95963 194.03125 307.27213 194.46875Q307.60025 194.89062 307.60025 195.51562Q307.60025 196.46875 306.97525 197.03125Q306.35025 197.59375 305.35025 197.59375Q304.35025 197.59375 303.70963 197.0625Q303.08463 196.51562 303.08463 195.625L304.0065 195.625Q304.0065 196.1875 304.36588 196.53125Q304.72525 196.85938 305.35025 196.85938Q306.0065 196.85938 306.35025 196.51562Q306.694 196.17188 306.694 195.53125Q306.694 194.92188 306.30338 194.59375Q305.92838 194.25 305.20963 194.25L304.53775 194.25L304.53775 193.5ZM309.14713 191.75Q309.14713 191.125 309.55338 190.70312Q309.95963 190.28125 310.60025 190.28125Q311.2565 190.28125 311.64713 190.70312Q312.05338 191.125 312.05338 191.78125L312.05338 192.14062Q312.05338 192.78125 311.64713 193.1875Q311.24088 193.59375 310.61588 193.59375Q309.97525 193.59375 309.55338 193.1875Q309.14713 192.78125 309.14713 192.09375L309.14713 191.75ZM309.819 192.14062Q309.819 192.51562 310.02213 192.76562Q310.24088 193.0 310.61588 193.0Q310.95963 193.0 311.16275 192.76562Q311.3815 192.53125 311.3815 192.10938L311.3815 191.75Q311.3815 191.375 311.16275 191.125Q310.95963 190.875 310.60025 190.875Q310.24088 190.875 310.02213 191.125Q309.819 191.375 309.819 191.78125L309.819 192.14062ZM312.60025 195.75Q312.60025 195.10938 313.0065 194.70312Q313.42838 194.29688 314.05338 194.29688Q314.694 194.29688 315.10025 194.70312Q315.52213 195.10938 315.52213 195.79688L315.52213 196.14062Q315.52213 196.78125 315.11588 197.20312Q314.70963 197.60938 314.069 197.60938Q313.444 197.60938 313.02213 197.20312Q312.60025 196.78125 312.60025 196.10938L312.60025 195.75ZM313.28775 196.14062Q313.28775 196.51562 313.49088 196.76562Q313.70963 197.01562 314.069 197.01562Q314.42838 197.01562 314.6315 196.78125Q314.85025 196.53125 314.85025 196.125L314.85025 195.75Q314.85025 195.375 314.6315 195.125Q314.41275 194.875 314.069 194.875Q313.70963 194.875 313.49088 195.125Q313.28775 195.35938 313.28775 195.78125L313.28775 196.14062ZM310.819 196.96875L310.30338 196.64062L313.77213 191.07812L314.28775 191.40625L310.819 196.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M301.8815 197.5L297.22525 197.5L297.22525 196.84375L299.67838 194.10938Q300.22525 193.5 300.42838 193.10938Q300.64713 192.71875 300.64713 192.29688Q300.64713 191.75 300.30338 191.39062Q299.97525 191.03125 299.41275 191.03125Q298.74088 191.03125 298.36588 191.42188Q297.99088 191.79688 297.99088 192.48438L297.08463 192.48438Q297.08463 191.5 297.70963 190.90625Q298.35025 190.29688 299.41275 190.29688Q300.39713 190.29688 300.97525 190.8125Q301.55338 191.32812 301.55338 192.20312Q301.55338 193.25 300.20963 194.70312L298.319 196.76562L301.8815 196.76562L301.8815 197.5ZM304.53775 193.5L305.20963 193.5Q305.85025 193.5 306.20963 193.17188Q306.58463 192.84375 306.58463 192.28125Q306.58463 191.03125 305.33463 191.03125Q304.7565 191.03125 304.39713 191.375Q304.05338 191.70312 304.05338 192.25L303.14713 192.25Q303.14713 191.40625 303.77213 190.85938Q304.39713 190.29688 305.33463 190.29688Q306.35025 190.29688 306.91275 190.82812Q307.49088 191.35938 307.49088 192.29688Q307.49088 192.76562 307.194 193.20312Q306.89713 193.64062 306.36588 193.85938Q306.95963 194.03125 307.27213 194.46875Q307.60025 194.89062 307.60025 195.51562Q307.60025 196.46875 306.97525 197.03125Q306.35025 197.59375 305.35025 197.59375Q304.35025 197.59375 303.70963 197.0625Q303.08463 196.51562 303.08463 195.625L304.0065 195.625Q304.0065 196.1875 304.36588 196.53125Q304.72525 196.85938 305.35025 196.85938Q306.0065 196.85938 306.35025 196.51562Q306.694 196.17188 306.694 195.53125Q306.694 194.92188 306.30338 194.59375Q305.92838 194.25 305.20963 194.25L304.53775 194.25L304.53775 193.5ZM309.14713 191.75Q309.14713 191.125 309.55338 190.70312Q309.95963 190.28125 310.60025 190.28125Q311.2565 190.28125 311.64713 190.70312Q312.05338 191.125 312.05338 191.78125L312.05338 192.14062Q312.05338 192.78125 311.64713 193.1875Q311.24088 193.59375 310.61588 193.59375Q309.97525 193.59375 309.55338 193.1875Q309.14713 192.78125 309.14713 192.09375L309.14713 191.75ZM309.819 192.14062Q309.819 192.51562 310.02213 192.76562Q310.24088 193.0 310.61588 193.0Q310.95963 193.0 311.16275 192.76562Q311.3815 192.53125 311.3815 192.10938L311.3815 191.75Q311.3815 191.375 311.16275 191.125Q310.95963 190.875 310.60025 190.875Q310.24088 190.875 310.02213 191.125Q309.819 191.375 309.819 191.78125L309.819 192.14062ZM312.60025 195.75Q312.60025 195.10938 313.0065 194.70312Q313.42838 194.29688 314.05338 194.29688Q314.694 194.29688 315.10025 194.70312Q315.52213 195.10938 315.52213 195.79688L315.52213 196.14062Q315.52213 196.78125 315.11588 197.20312Q314.70963 197.60938 314.069 197.60938Q313.444 197.60938 313.02213 197.20312Q312.60025 196.78125 312.60025 196.10938L312.60025 195.75ZM313.28775 196.14062Q313.28775 196.51562 313.49088 196.76562Q313.70963 197.01562 314.069 197.01562Q314.42838 197.01562 314.6315 196.78125Q314.85025 196.53125 314.85025 196.125L314.85025 195.75Q314.85025 195.375 314.6315 195.125Q314.41275 194.875 314.069 194.875Q313.70963 194.875 313.49088 195.125Q313.28775 195.35938 313.28775 195.78125L313.28775 196.14062ZM310.819 196.96875L310.30338 196.64062L313.77213 191.07812L314.28775 191.40625L310.819 196.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M228.39435 255.375Q228.1131 255.71875 227.72247 255.92188Q227.33185 256.125 226.8631 256.125Q226.25372 256.125 225.78497 255.82812Q225.33185 255.51562 225.08185 254.96875Q224.83185 254.42188 224.83185 253.75Q224.83185 253.04688 225.09747 252.46875Q225.37872 251.89062 225.87872 251.59375Q226.37872 251.29688 227.03497 251.29688Q228.09747 251.29688 228.70685 252.09375Q229.31622 252.875 229.31622 254.23438L229.31622 254.5Q229.31622 256.57812 228.4881 257.53125Q227.6756 258.48438 226.01935 258.5L225.83185 258.5L225.83185 257.75L226.03497 257.75Q227.14435 257.71875 227.7381 257.15625Q228.34747 256.59375 228.39435 255.375ZM227.00372 255.375Q227.45685 255.375 227.83185 255.09375Q228.22247 254.8125 228.40997 254.40625L228.40997 254.04688Q228.40997 253.15625 228.01935 252.60938Q227.62872 252.04688 227.0506 252.04688Q226.44122 252.04688 226.08185 252.5Q225.72247 252.95312 225.72247 253.70312Q225.72247 254.4375 226.06622 254.90625Q226.4256 255.375 227.00372 255.375ZM230.8631 252.75Q230.8631 252.125 231.26935 251.70312Q231.6756 251.28125 232.31622 251.28125Q232.97247 251.28125 233.3631 251.70312Q233.76935 252.125 233.76935 252.78125L233.76935 253.14062Q233.76935 253.78125 233.3631 254.1875Q232.95685 254.59375 232.33185 254.59375Q231.69122 254.59375 231.26935 254.1875Q230.8631 253.78125 230.8631 253.09375L230.8631 252.75ZM231.53497 253.14062Q231.53497 253.51562 231.7381 253.76562Q231.95685 254.0 232.33185 254.0Q232.6756 254.0 232.87872 253.76562Q233.09747 253.53125 233.09747 253.10938L233.09747 252.75Q233.09747 252.375 232.87872 252.125Q232.6756 251.875 232.31622 251.875Q231.95685 251.875 231.7381 252.125Q231.53497 252.375 231.53497 252.78125L231.53497 253.14062ZM234.31622 256.75Q234.31622 256.10938 234.72247 255.70312Q235.14435 255.29688 235.76935 255.29688Q236.40997 255.29688 236.81622 255.70312Q237.2381 256.10938 237.2381 256.79688L237.2381 257.14062Q237.2381 257.78125 236.83185 258.20312Q236.4256 258.60938 235.78497 258.60938Q235.15997 258.60938 234.7381 258.20312Q234.31622 257.78125 234.31622 257.10938L234.31622 256.75ZM235.00372 257.14062Q235.00372 257.51562 235.20685 257.76562Q235.4256 258.01562 235.78497 258.01562Q236.14435 258.01562 236.34747 257.78125Q236.56622 257.53125 236.56622 257.125L236.56622 256.75Q236.56622 256.375 236.34747 256.125Q236.12872 255.875 235.78497 255.875Q235.4256 255.875 235.20685 256.125Q235.00372 256.35938 235.00372 256.78125L235.00372 257.14062ZM232.53497 257.96875L232.01935 257.64062L235.4881 252.07812L236.00372 252.40625L232.53497 257.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M228.39435 255.375Q228.1131 255.71875 227.72247 255.92188Q227.33185 256.125 226.8631 256.125Q226.25372 256.125 225.78497 255.82812Q225.33185 255.51562 225.08185 254.96875Q224.83185 254.42188 224.83185 253.75Q224.83185 253.04688 225.09747 252.46875Q225.37872 251.89062 225.87872 251.59375Q226.37872 251.29688 227.03497 251.29688Q228.09747 251.29688 228.70685 252.09375Q229.31622 252.875 229.31622 254.23438L229.31622 254.5Q229.31622 256.57812 228.4881 257.53125Q227.6756 258.48438 226.01935 258.5L225.83185 258.5L225.83185 257.75L226.03497 257.75Q227.14435 257.71875 227.7381 257.15625Q228.34747 256.59375 228.39435 255.375ZM227.00372 255.375Q227.45685 255.375 227.83185 255.09375Q228.22247 254.8125 228.40997 254.40625L228.40997 254.04688Q228.40997 253.15625 228.01935 252.60938Q227.62872 252.04688 227.0506 252.04688Q226.44122 252.04688 226.08185 252.5Q225.72247 252.95312 225.72247 253.70312Q225.72247 254.4375 226.06622 254.90625Q226.4256 255.375 227.00372 255.375ZM230.8631 252.75Q230.8631 252.125 231.26935 251.70312Q231.6756 251.28125 232.31622 251.28125Q232.97247 251.28125 233.3631 251.70312Q233.76935 252.125 233.76935 252.78125L233.76935 253.14062Q233.76935 253.78125 233.3631 254.1875Q232.95685 254.59375 232.33185 254.59375Q231.69122 254.59375 231.26935 254.1875Q230.8631 253.78125 230.8631 253.09375L230.8631 252.75ZM231.53497 253.14062Q231.53497 253.51562 231.7381 253.76562Q231.95685 254.0 232.33185 254.0Q232.6756 254.0 232.87872 253.76562Q233.09747 253.53125 233.09747 253.10938L233.09747 252.75Q233.09747 252.375 232.87872 252.125Q232.6756 251.875 232.31622 251.875Q231.95685 251.875 231.7381 252.125Q231.53497 252.375 231.53497 252.78125L231.53497 253.14062ZM234.31622 256.75Q234.31622 256.10938 234.72247 255.70312Q235.14435 255.29688 235.76935 255.29688Q236.40997 255.29688 236.81622 255.70312Q237.2381 256.10938 237.2381 256.79688L237.2381 257.14062Q237.2381 257.78125 236.83185 258.20312Q236.4256 258.60938 235.78497 258.60938Q235.15997 258.60938 234.7381 258.20312Q234.31622 257.78125 234.31622 257.10938L234.31622 256.75ZM235.00372 257.14062Q235.00372 257.51562 235.20685 257.76562Q235.4256 258.01562 235.78497 258.01562Q236.14435 258.01562 236.34747 257.78125Q236.56622 257.53125 236.56622 257.125L236.56622 256.75Q236.56622 256.375 236.34747 256.125Q236.12872 255.875 235.78497 255.875Q235.4256 255.875 235.20685 256.125Q235.00372 256.35938 235.00372 256.78125L235.00372 257.14062ZM232.53497 257.96875L232.01935 257.64062L235.4881 252.07812L236.00372 252.40625L232.53497 257.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M217.10147 311.39062L217.10147 312.15625L216.9296 312.15625Q215.88272 312.17188 215.25772 312.78125Q214.63272 313.375 214.52335 314.48438Q215.08585 313.84375 216.0546 313.84375Q216.9921 313.84375 217.53897 314.5Q218.10147 315.14062 218.10147 316.1875Q218.10147 317.28125 217.4921 317.9375Q216.89835 318.59375 215.89835 318.59375Q214.88272 318.59375 214.2421 317.8125Q213.60147 317.03125 213.60147 315.79688L213.60147 315.45312Q213.60147 313.48438 214.4296 312.45312Q215.27335 311.40625 216.9296 311.39062L217.10147 311.39062ZM215.91397 314.59375Q215.44522 314.59375 215.0546 314.875Q214.66397 315.14062 214.50772 315.5625L214.50772 315.89062Q214.50772 316.78125 214.89835 317.3125Q215.3046 317.84375 215.89835 317.84375Q216.50772 317.84375 216.85147 317.40625Q217.21085 316.95312 217.21085 316.21875Q217.21085 315.48438 216.85147 315.04688Q216.4921 314.59375 215.91397 314.59375ZM219.47647 312.75Q219.47647 312.125 219.88272 311.70312Q220.28897 311.28125 220.9296 311.28125Q221.58585 311.28125 221.97647 311.70312Q222.38272 312.125 222.38272 312.78125L222.38272 313.14062Q222.38272 313.78125 221.97647 314.1875Q221.57022 314.59375 220.94522 314.59375Q220.3046 314.59375 219.88272 314.1875Q219.47647 313.78125 219.47647 313.09375L219.47647 312.75ZM220.14835 313.14062Q220.14835 313.51562 220.35147 313.76562Q220.57022 314.0 220.94522 314.0Q221.28897 314.0 221.4921 313.76562Q221.71085 313.53125 221.71085 313.10938L221.71085 312.75Q221.71085 312.375 221.4921 312.125Q221.28897 311.875 220.9296 311.875Q220.57022 311.875 220.35147 312.125Q220.14835 312.375 220.14835 312.78125L220.14835 313.14062ZM222.9296 316.75Q222.9296 316.10938 223.33585 315.70312Q223.75772 315.29688 224.38272 315.29688Q225.02335 315.29688 225.4296 315.70312Q225.85147 316.10938 225.85147 316.79688L225.85147 317.14062Q225.85147 317.78125 225.44522 318.20312Q225.03897 318.60938 224.39835 318.60938Q223.77335 318.60938 223.35147 318.20312Q222.9296 317.78125 222.9296 317.10938L222.9296 316.75ZM223.6171 317.14062Q223.6171 317.51562 223.82022 317.76562Q224.03897 318.01562 224.39835 318.01562Q224.75772 318.01562 224.96085 317.78125Q225.1796 317.53125 225.1796 317.125L225.1796 316.75Q225.1796 316.375 224.96085 316.125Q224.7421 315.875 224.39835 315.875Q224.03897 315.875 223.82022 316.125Q223.6171 316.35938 223.6171 316.78125L223.6171 317.14062ZM221.14835 317.96875L220.63272 317.64062L224.10147 312.07812L224.6171 312.40625L221.14835 317.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M217.10147 311.39062L217.10147 312.15625L216.9296 312.15625Q215.88272 312.17188 215.25772 312.78125Q214.63272 313.375 214.52335 314.48438Q215.08585 313.84375 216.0546 313.84375Q216.9921 313.84375 217.53897 314.5Q218.10147 315.14062 218.10147 316.1875Q218.10147 317.28125 217.4921 317.9375Q216.89835 318.59375 215.89835 318.59375Q214.88272 318.59375 214.2421 317.8125Q213.60147 317.03125 213.60147 315.79688L213.60147 315.45312Q213.60147 313.48438 214.4296 312.45312Q215.27335 311.40625 216.9296 311.39062L217.10147 311.39062ZM215.91397 314.59375Q215.44522 314.59375 215.0546 314.875Q214.66397 315.14062 214.50772 315.5625L214.50772 315.89062Q214.50772 316.78125 214.89835 317.3125Q215.3046 317.84375 215.89835 317.84375Q216.50772 317.84375 216.85147 317.40625Q217.21085 316.95312 217.21085 316.21875Q217.21085 315.48438 216.85147 315.04688Q216.4921 314.59375 215.91397 314.59375ZM219.47647 312.75Q219.47647 312.125 219.88272 311.70312Q220.28897 311.28125 220.9296 311.28125Q221.58585 311.28125 221.97647 311.70312Q222.38272 312.125 222.38272 312.78125L222.38272 313.14062Q222.38272 313.78125 221.97647 314.1875Q221.57022 314.59375 220.94522 314.59375Q220.3046 314.59375 219.88272 314.1875Q219.47647 313.78125 219.47647 313.09375L219.47647 312.75ZM220.14835 313.14062Q220.14835 313.51562 220.35147 313.76562Q220.57022 314.0 220.94522 314.0Q221.28897 314.0 221.4921 313.76562Q221.71085 313.53125 221.71085 313.10938L221.71085 312.75Q221.71085 312.375 221.4921 312.125Q221.28897 311.875 220.9296 311.875Q220.57022 311.875 220.35147 312.125Q220.14835 312.375 220.14835 312.78125L220.14835 313.14062ZM222.9296 316.75Q222.9296 316.10938 223.33585 315.70312Q223.75772 315.29688 224.38272 315.29688Q225.02335 315.29688 225.4296 315.70312Q225.85147 316.10938 225.85147 316.79688L225.85147 317.14062Q225.85147 317.78125 225.44522 318.20312Q225.03897 318.60938 224.39835 318.60938Q223.77335 318.60938 223.35147 318.20312Q222.9296 317.78125 222.9296 317.10938L222.9296 316.75ZM223.6171 317.14062Q223.6171 317.51562 223.82022 317.76562Q224.03897 318.01562 224.39835 318.01562Q224.75772 318.01562 224.96085 317.78125Q225.1796 317.53125 225.1796 317.125L225.1796 316.75Q225.1796 316.375 224.96085 316.125Q224.7421 315.875 224.39835 315.875Q224.03897 315.875 223.82022 316.125Q223.6171 316.35938 223.6171 316.78125L223.6171 317.14062ZM221.14835 317.96875L220.63272 317.64062L224.10147 312.07812L224.6171 312.40625L221.14835 317.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.05806 374.5L196.72993 374.5Q197.37056 374.5 197.72993 374.17188Q198.10493 373.84375 198.10493 373.28125Q198.10493 372.03125 196.85493 372.03125Q196.27681 372.03125 195.91743 372.375Q195.57368 372.70312 195.57368 373.25L194.66743 373.25Q194.66743 372.40625 195.29243 371.85938Q195.91743 371.29688 196.85493 371.29688Q197.87056 371.29688 198.43306 371.82812Q199.01118 372.35938 199.01118 373.29688Q199.01118 373.76562 198.71431 374.20312Q198.41743 374.64062 197.88618 374.85938Q198.47993 375.03125 198.79243 375.46875Q199.12056 375.89062 199.12056 376.51562Q199.12056 377.46875 198.49556 378.03125Q197.87056 378.59375 196.87056 378.59375Q195.87056 378.59375 195.22993 378.0625Q194.60493 377.51562 194.60493 376.625L195.52681 376.625Q195.52681 377.1875 195.88618 377.53125Q196.24556 377.85938 196.87056 377.85938Q197.52681 377.85938 197.87056 377.51562Q198.21431 377.17188 198.21431 376.53125Q198.21431 375.92188 197.82368 375.59375Q197.44868 375.25 196.72993 375.25L196.05806 375.25L196.05806 374.5ZM200.66743 372.75Q200.66743 372.125 201.07368 371.70312Q201.47993 371.28125 202.12056 371.28125Q202.77681 371.28125 203.16743 371.70312Q203.57368 372.125 203.57368 372.78125L203.57368 373.14062Q203.57368 373.78125 203.16743 374.1875Q202.76118 374.59375 202.13618 374.59375Q201.49556 374.59375 201.07368 374.1875Q200.66743 373.78125 200.66743 373.09375L200.66743 372.75ZM201.33931 373.14062Q201.33931 373.51562 201.54243 373.76562Q201.76118 374.0 202.13618 374.0Q202.47993 374.0 202.68306 373.76562Q202.90181 373.53125 202.90181 373.10938L202.90181 372.75Q202.90181 372.375 202.68306 372.125Q202.47993 371.875 202.12056 371.875Q201.76118 371.875 201.54243 372.125Q201.33931 372.375 201.33931 372.78125L201.33931 373.14062ZM204.12056 376.75Q204.12056 376.10938 204.52681 375.70312Q204.94868 375.29688 205.57368 375.29688Q206.21431 375.29688 206.62056 375.70312Q207.04243 376.10938 207.04243 376.79688L207.04243 377.14062Q207.04243 377.78125 206.63618 378.20312Q206.22993 378.60938 205.58931 378.60938Q204.96431 378.60938 204.54243 378.20312Q204.12056 377.78125 204.12056 377.10938L204.12056 376.75ZM204.80806 377.14062Q204.80806 377.51562 205.01118 377.76562Q205.22993 378.01562 205.58931 378.01562Q205.94868 378.01562 206.15181 377.78125Q206.37056 377.53125 206.37056 377.125L206.37056 376.75Q206.37056 376.375 206.15181 376.125Q205.93306 375.875 205.58931 375.875Q205.22993 375.875 205.01118 376.125Q204.80806 376.35938 204.80806 376.78125L204.80806 377.14062ZM202.33931 377.96875L201.82368 377.64062L205.29243 372.07812L205.80806 372.40625L202.33931 377.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.05806 374.5L196.72993 374.5Q197.37056 374.5 197.72993 374.17188Q198.10493 373.84375 198.10493 373.28125Q198.10493 372.03125 196.85493 372.03125Q196.27681 372.03125 195.91743 372.375Q195.57368 372.70312 195.57368 373.25L194.66743 373.25Q194.66743 372.40625 195.29243 371.85938Q195.91743 371.29688 196.85493 371.29688Q197.87056 371.29688 198.43306 371.82812Q199.01118 372.35938 199.01118 373.29688Q199.01118 373.76562 198.71431 374.20312Q198.41743 374.64062 197.88618 374.85938Q198.47993 375.03125 198.79243 375.46875Q199.12056 375.89062 199.12056 376.51562Q199.12056 377.46875 198.49556 378.03125Q197.87056 378.59375 196.87056 378.59375Q195.87056 378.59375 195.22993 378.0625Q194.60493 377.51562 194.60493 376.625L195.52681 376.625Q195.52681 377.1875 195.88618 377.53125Q196.24556 377.85938 196.87056 377.85938Q197.52681 377.85938 197.87056 377.51562Q198.21431 377.17188 198.21431 376.53125Q198.21431 375.92188 197.82368 375.59375Q197.44868 375.25 196.72993 375.25L196.05806 375.25L196.05806 374.5ZM200.66743 372.75Q200.66743 372.125 201.07368 371.70312Q201.47993 371.28125 202.12056 371.28125Q202.77681 371.28125 203.16743 371.70312Q203.57368 372.125 203.57368 372.78125L203.57368 373.14062Q203.57368 373.78125 203.16743 374.1875Q202.76118 374.59375 202.13618 374.59375Q201.49556 374.59375 201.07368 374.1875Q200.66743 373.78125 200.66743 373.09375L200.66743 372.75ZM201.33931 373.14062Q201.33931 373.51562 201.54243 373.76562Q201.76118 374.0 202.13618 374.0Q202.47993 374.0 202.68306 373.76562Q202.90181 373.53125 202.90181 373.10938L202.90181 372.75Q202.90181 372.375 202.68306 372.125Q202.47993 371.875 202.12056 371.875Q201.76118 371.875 201.54243 372.125Q201.33931 372.375 201.33931 372.78125L201.33931 373.14062ZM204.12056 376.75Q204.12056 376.10938 204.52681 375.70312Q204.94868 375.29688 205.57368 375.29688Q206.21431 375.29688 206.62056 375.70312Q207.04243 376.10938 207.04243 376.79688L207.04243 377.14062Q207.04243 377.78125 206.63618 378.20312Q206.22993 378.60938 205.58931 378.60938Q204.96431 378.60938 204.54243 378.20312Q204.12056 377.78125 204.12056 377.10938L204.12056 376.75ZM204.80806 377.14062Q204.80806 377.51562 205.01118 377.76562Q205.22993 378.01562 205.58931 378.01562Q205.94868 378.01562 206.15181 377.78125Q206.37056 377.53125 206.37056 377.125L206.37056 376.75Q206.37056 376.375 206.15181 376.125Q205.93306 375.875 205.58931 375.875Q205.22993 375.875 205.01118 376.125Q204.80806 376.35938 204.80806 376.78125L204.80806 377.14062ZM202.33931 377.96875L201.82368 377.64062L205.29243 372.07812L205.80806 372.40625L202.33931 377.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.87144 438.5L192.2152 438.5L192.2152 437.84375L194.66832 435.10938Q195.2152 434.5 195.41832 434.10938Q195.63707 433.71875 195.63707 433.29688Q195.63707 432.75 195.29332 432.39062Q194.9652 432.03125 194.4027 432.03125Q193.73082 432.03125 193.35582 432.42188Q192.98082 432.79688 192.98082 433.48438L192.07457 433.48438Q192.07457 432.5 192.69957 431.90625Q193.3402 431.29688 194.4027 431.29688Q195.38707 431.29688 195.9652 431.8125Q196.54332 432.32812 196.54332 433.20312Q196.54332 434.25 195.19957 435.70312L193.30894 437.76562L196.87144 437.76562L196.87144 438.5ZM198.13707 432.75Q198.13707 432.125 198.54332 431.70312Q198.94957 431.28125 199.5902 431.28125Q200.24644 431.28125 200.63707 431.70312Q201.04332 432.125 201.04332 432.78125L201.04332 433.14062Q201.04332 433.78125 200.63707 434.1875Q200.23082 434.59375 199.60582 434.59375Q198.9652 434.59375 198.54332 434.1875Q198.13707 433.78125 198.13707 433.09375L198.13707 432.75ZM198.80894 433.14062Q198.80894 433.51562 199.01207 433.76562Q199.23082 434.0 199.60582 434.0Q199.94957 434.0 200.1527 433.76562Q200.37144 433.53125 200.37144 433.10938L200.37144 432.75Q200.37144 432.375 200.1527 432.125Q199.94957 431.875 199.5902 431.875Q199.23082 431.875 199.01207 432.125Q198.80894 432.375 198.80894 432.78125L198.80894 433.14062ZM201.5902 436.75Q201.5902 436.10938 201.99644 435.70312Q202.41832 435.29688 203.04332 435.29688Q203.68394 435.29688 204.0902 435.70312Q204.51207 436.10938 204.51207 436.79688L204.51207 437.14062Q204.51207 437.78125 204.10582 438.20312Q203.69957 438.60938 203.05894 438.60938Q202.43394 438.60938 202.01207 438.20312Q201.5902 437.78125 201.5902 437.10938L201.5902 436.75ZM202.2777 437.14062Q202.2777 437.51562 202.48082 437.76562Q202.69957 438.01562 203.05894 438.01562Q203.41832 438.01562 203.62144 437.78125Q203.8402 437.53125 203.8402 437.125L203.8402 436.75Q203.8402 436.375 203.62144 436.125Q203.4027 435.875 203.05894 435.875Q202.69957 435.875 202.48082 436.125Q202.2777 436.35938 202.2777 436.78125L202.2777 437.14062ZM199.80894 437.96875L199.29332 437.64062L202.76207 432.07812L203.2777 432.40625L199.80894 437.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.87144 438.5L192.2152 438.5L192.2152 437.84375L194.66832 435.10938Q195.2152 434.5 195.41832 434.10938Q195.63707 433.71875 195.63707 433.29688Q195.63707 432.75 195.29332 432.39062Q194.9652 432.03125 194.4027 432.03125Q193.73082 432.03125 193.35582 432.42188Q192.98082 432.79688 192.98082 433.48438L192.07457 433.48438Q192.07457 432.5 192.69957 431.90625Q193.3402 431.29688 194.4027 431.29688Q195.38707 431.29688 195.9652 431.8125Q196.54332 432.32812 196.54332 433.20312Q196.54332 434.25 195.19957 435.70312L193.30894 437.76562L196.87144 437.76562L196.87144 438.5ZM198.13707 432.75Q198.13707 432.125 198.54332 431.70312Q198.94957 431.28125 199.5902 431.28125Q200.24644 431.28125 200.63707 431.70312Q201.04332 432.125 201.04332 432.78125L201.04332 433.14062Q201.04332 433.78125 200.63707 434.1875Q200.23082 434.59375 199.60582 434.59375Q198.9652 434.59375 198.54332 434.1875Q198.13707 433.78125 198.13707 433.09375L198.13707 432.75ZM198.80894 433.14062Q198.80894 433.51562 199.01207 433.76562Q199.23082 434.0 199.60582 434.0Q199.94957 434.0 200.1527 433.76562Q200.37144 433.53125 200.37144 433.10938L200.37144 432.75Q200.37144 432.375 200.1527 432.125Q199.94957 431.875 199.5902 431.875Q199.23082 431.875 199.01207 432.125Q198.80894 432.375 198.80894 432.78125L198.80894 433.14062ZM201.5902 436.75Q201.5902 436.10938 201.99644 435.70312Q202.41832 435.29688 203.04332 435.29688Q203.68394 435.29688 204.0902 435.70312Q204.51207 436.10938 204.51207 436.79688L204.51207 437.14062Q204.51207 437.78125 204.10582 438.20312Q203.69957 438.60938 203.05894 438.60938Q202.43394 438.60938 202.01207 438.20312Q201.5902 437.78125 201.5902 437.10938L201.5902 436.75ZM202.2777 437.14062Q202.2777 437.51562 202.48082 437.76562Q202.69957 438.01562 203.05894 438.01562Q203.41832 438.01562 203.62144 437.78125Q203.8402 437.53125 203.8402 437.125L203.8402 436.75Q203.8402 436.375 203.62144 436.125Q203.4027 435.875 203.05894 435.875Q202.69957 435.875 202.48082 436.125Q202.2777 436.35938 202.2777 436.78125L202.2777 437.14062ZM199.80894 437.96875L199.29332 437.64062L202.76207 432.07812L203.2777 432.40625L199.80894 437.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.19669 498.5L191.54044 498.5L191.54044 497.84375L193.99356 495.10938Q194.54044 494.5 194.74356 494.10938Q194.96231 493.71875 194.96231 493.29688Q194.96231 492.75 194.61856 492.39062Q194.29044 492.03125 193.72794 492.03125Q193.05606 492.03125 192.68106 492.42188Q192.30606 492.79688 192.30606 493.48438L191.39981 493.48438Q191.39981 492.5 192.02481 491.90625Q192.66544 491.29688 193.72794 491.29688Q194.71231 491.29688 195.29044 491.8125Q195.86856 492.32812 195.86856 493.20312Q195.86856 494.25 194.52481 495.70312L192.63419 497.76562L196.19669 497.76562L196.19669 498.5ZM197.46231 492.75Q197.46231 492.125 197.86856 491.70312Q198.27481 491.28125 198.91544 491.28125Q199.57169 491.28125 199.96231 491.70312Q200.36856 492.125 200.36856 492.78125L200.36856 493.14062Q200.36856 493.78125 199.96231 494.1875Q199.55606 494.59375 198.93106 494.59375Q198.29044 494.59375 197.86856 494.1875Q197.46231 493.78125 197.46231 493.09375L197.46231 492.75ZM198.13419 493.14062Q198.13419 493.51562 198.33731 493.76562Q198.55606 494.0 198.93106 494.0Q199.27481 494.0 199.47794 493.76562Q199.69669 493.53125 199.69669 493.10938L199.69669 492.75Q199.69669 492.375 199.47794 492.125Q199.27481 491.875 198.91544 491.875Q198.55606 491.875 198.33731 492.125Q198.13419 492.375 198.13419 492.78125L198.13419 493.14062ZM200.91544 496.75Q200.91544 496.10938 201.32169 495.70312Q201.74356 495.29688 202.36856 495.29688Q203.00919 495.29688 203.41544 495.70312Q203.83731 496.10938 203.83731 496.79688L203.83731 497.14062Q203.83731 497.78125 203.43106 498.20312Q203.02481 498.60938 202.38419 498.60938Q201.75919 498.60938 201.33731 498.20312Q200.91544 497.78125 200.91544 497.10938L200.91544 496.75ZM201.60294 497.14062Q201.60294 497.51562 201.80606 497.76562Q202.02481 498.01562 202.38419 498.01562Q202.74356 498.01562 202.94669 497.78125Q203.16544 497.53125 203.16544 497.125L203.16544 496.75Q203.16544 496.375 202.94669 496.125Q202.72794 495.875 202.38419 495.875Q202.02481 495.875 201.80606 496.125Q201.60294 496.35938 201.60294 496.78125L201.60294 497.14062ZM199.13419 497.96875L198.61856 497.64062L202.08731 492.07812L202.60294 492.40625L199.13419 497.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.19669 498.5L191.54044 498.5L191.54044 497.84375L193.99356 495.10938Q194.54044 494.5 194.74356 494.10938Q194.96231 493.71875 194.96231 493.29688Q194.96231 492.75 194.61856 492.39062Q194.29044 492.03125 193.72794 492.03125Q193.05606 492.03125 192.68106 492.42188Q192.30606 492.79688 192.30606 493.48438L191.39981 493.48438Q191.39981 492.5 192.02481 491.90625Q192.66544 491.29688 193.72794 491.29688Q194.71231 491.29688 195.29044 491.8125Q195.86856 492.32812 195.86856 493.20312Q195.86856 494.25 194.52481 495.70312L192.63419 497.76562L196.19669 497.76562L196.19669 498.5ZM197.46231 492.75Q197.46231 492.125 197.86856 491.70312Q198.27481 491.28125 198.91544 491.28125Q199.57169 491.28125 199.96231 491.70312Q200.36856 492.125 200.36856 492.78125L200.36856 493.14062Q200.36856 493.78125 199.96231 494.1875Q199.55606 494.59375 198.93106 494.59375Q198.29044 494.59375 197.86856 494.1875Q197.46231 493.78125 197.46231 493.09375L197.46231 492.75ZM198.13419 493.14062Q198.13419 493.51562 198.33731 493.76562Q198.55606 494.0 198.93106 494.0Q199.27481 494.0 199.47794 493.76562Q199.69669 493.53125 199.69669 493.10938L199.69669 492.75Q199.69669 492.375 199.47794 492.125Q199.27481 491.875 198.91544 491.875Q198.55606 491.875 198.33731 492.125Q198.13419 492.375 198.13419 492.78125L198.13419 493.14062ZM200.91544 496.75Q200.91544 496.10938 201.32169 495.70312Q201.74356 495.29688 202.36856 495.29688Q203.00919 495.29688 203.41544 495.70312Q203.83731 496.10938 203.83731 496.79688L203.83731 497.14062Q203.83731 497.78125 203.43106 498.20312Q203.02481 498.60938 202.38419 498.60938Q201.75919 498.60938 201.33731 498.20312Q200.91544 497.78125 200.91544 497.10938L200.91544 496.75ZM201.60294 497.14062Q201.60294 497.51562 201.80606 497.76562Q202.02481 498.01562 202.38419 498.01562Q202.74356 498.01562 202.94669 497.78125Q203.16544 497.53125 203.16544 497.125L203.16544 496.75Q203.16544 496.375 202.94669 496.125Q202.72794 495.875 202.38419 495.875Q202.02481 495.875 201.80606 496.125Q201.60294 496.35938 201.60294 496.78125L201.60294 497.14062ZM199.13419 497.96875L198.61856 497.64062L202.08731 492.07812L202.60294 492.40625L199.13419 497.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M340.9687 83.5L341.64056 83.5Q342.2812 83.5 342.64056 83.171875Q343.01556 82.84375 343.01556 82.28125Q343.01556 81.03125 341.76556 81.03125Q341.18744 81.03125 340.82806 81.375Q340.4843 81.703125 340.4843 82.25L339.57806 82.25Q339.57806 81.40625 340.20306 80.859375Q340.82806 80.296875 341.76556 80.296875Q342.7812 80.296875 343.3437 80.828125Q343.9218 81.359375 343.9218 82.296875Q343.9218 82.765625 343.62494 83.203125Q343.32806 83.640625 342.7968 83.859375Q343.39056 84.03125 343.70306 84.46875Q344.0312 84.890625 344.0312 85.515625Q344.0312 86.46875 343.4062 87.03125Q342.7812 87.59375 341.7812 87.59375Q340.7812 87.59375 340.14056 87.0625Q339.51556 86.515625 339.51556 85.625L340.43744 85.625Q340.43744 86.1875 340.7968 86.53125Q341.1562 86.859375 341.7812 86.859375Q342.43744 86.859375 342.7812 86.515625Q343.12494 86.171875 343.12494 85.53125Q343.12494 84.921875 342.7343 84.59375Q342.3593 84.25 341.64056 84.25L340.9687 84.25L340.9687 83.5ZM350.31244 87.5L345.6562 87.5L345.6562 86.84375L348.1093 84.109375Q348.6562 83.5 348.8593 83.109375Q349.07806 82.71875 349.07806 82.296875Q349.07806 81.75 348.7343 81.390625Q348.4062 81.03125 347.8437 81.03125Q347.1718 81.03125 346.7968 81.421875Q346.4218 81.796875 346.4218 82.484375L345.51556 82.484375Q345.51556 81.5 346.14056 80.90625Q346.7812 80.296875 347.8437 80.296875Q348.82806 80.296875 349.4062 80.8125Q349.9843 81.328125 349.9843 82.203125Q349.9843 83.25 348.64056 84.703125L346.74994 86.765625L350.31244 86.765625L350.31244 87.5ZM351.57806 81.75Q351.57806 81.125 351.9843 80.703125Q352.39056 80.28125 353.0312 80.28125Q353.68744 80.28125 354.07806 80.703125Q354.4843 81.125 354.4843 81.78125L354.4843 82.140625Q354.4843 82.78125 354.07806 83.1875Q353.6718 83.59375 353.0468 83.59375Q352.4062 83.59375 351.9843 83.1875Q351.57806 82.78125 351.57806 82.09375L351.57806 81.75ZM352.24994 82.140625Q352.24994 82.515625 352.45306 82.765625Q352.6718 83.0 353.0468 83.0Q353.39056 83.0 353.5937 82.765625Q353.81244 82.53125 353.81244 82.109375L353.81244 81.75Q353.81244 81.375 353.5937 81.125Q353.39056 80.875 353.0312 80.875Q352.6718 80.875 352.45306 81.125Q352.24994 81.375 352.24994 81.78125L352.24994 82.140625ZM355.0312 85.75Q355.0312 85.109375 355.43744 84.703125Q355.8593 84.296875 356.4843 84.296875Q357.12494 84.296875 357.5312 84.703125Q357.95306 85.109375 357.95306 85.796875L357.95306 86.140625Q357.95306 86.78125 357.5468 87.203125Q357.14056 87.609375 356.49994 87.609375Q355.87494 87.609375 355.45306 87.203125Q355.0312 86.78125 355.0312 86.109375L355.0312 85.75ZM355.7187 86.140625Q355.7187 86.515625 355.9218 86.765625Q356.14056 87.015625 356.49994 87.015625Q356.8593 87.015625 357.06244 86.78125Q357.2812 86.53125 357.2812 86.125L357.2812 85.75Q357.2812 85.375 357.06244 85.125Q356.8437 84.875 356.49994 84.875Q356.14056 84.875 355.9218 85.125Q355.7187 85.359375 355.7187 85.78125L355.7187 86.140625ZM353.24994 86.96875L352.7343 86.640625L356.20306 81.078125L356.7187 81.40625L353.24994 86.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M340.9687 83.5L341.64056 83.5Q342.2812 83.5 342.64056 83.171875Q343.01556 82.84375 343.01556 82.28125Q343.01556 81.03125 341.76556 81.03125Q341.18744 81.03125 340.82806 81.375Q340.4843 81.703125 340.4843 82.25L339.57806 82.25Q339.57806 81.40625 340.20306 80.859375Q340.82806 80.296875 341.76556 80.296875Q342.7812 80.296875 343.3437 80.828125Q343.9218 81.359375 343.9218 82.296875Q343.9218 82.765625 343.62494 83.203125Q343.32806 83.640625 342.7968 83.859375Q343.39056 84.03125 343.70306 84.46875Q344.0312 84.890625 344.0312 85.515625Q344.0312 86.46875 343.4062 87.03125Q342.7812 87.59375 341.7812 87.59375Q340.7812 87.59375 340.14056 87.0625Q339.51556 86.515625 339.51556 85.625L340.43744 85.625Q340.43744 86.1875 340.7968 86.53125Q341.1562 86.859375 341.7812 86.859375Q342.43744 86.859375 342.7812 86.515625Q343.12494 86.171875 343.12494 85.53125Q343.12494 84.921875 342.7343 84.59375Q342.3593 84.25 341.64056 84.25L340.9687 84.25L340.9687 83.5ZM350.31244 87.5L345.6562 87.5L345.6562 86.84375L348.1093 84.109375Q348.6562 83.5 348.8593 83.109375Q349.07806 82.71875 349.07806 82.296875Q349.07806 81.75 348.7343 81.390625Q348.4062 81.03125 347.8437 81.03125Q347.1718 81.03125 346.7968 81.421875Q346.4218 81.796875 346.4218 82.484375L345.51556 82.484375Q345.51556 81.5 346.14056 80.90625Q346.7812 80.296875 347.8437 80.296875Q348.82806 80.296875 349.4062 80.8125Q349.9843 81.328125 349.9843 82.203125Q349.9843 83.25 348.64056 84.703125L346.74994 86.765625L350.31244 86.765625L350.31244 87.5ZM351.57806 81.75Q351.57806 81.125 351.9843 80.703125Q352.39056 80.28125 353.0312 80.28125Q353.68744 80.28125 354.07806 80.703125Q354.4843 81.125 354.4843 81.78125L354.4843 82.140625Q354.4843 82.78125 354.07806 83.1875Q353.6718 83.59375 353.0468 83.59375Q352.4062 83.59375 351.9843 83.1875Q351.57806 82.78125 351.57806 82.09375L351.57806 81.75ZM352.24994 82.140625Q352.24994 82.515625 352.45306 82.765625Q352.6718 83.0 353.0468 83.0Q353.39056 83.0 353.5937 82.765625Q353.81244 82.53125 353.81244 82.109375L353.81244 81.75Q353.81244 81.375 353.5937 81.125Q353.39056 80.875 353.0312 80.875Q352.6718 80.875 352.45306 81.125Q352.24994 81.375 352.24994 81.78125L352.24994 82.140625ZM355.0312 85.75Q355.0312 85.109375 355.43744 84.703125Q355.8593 84.296875 356.4843 84.296875Q357.12494 84.296875 357.5312 84.703125Q357.95306 85.109375 357.95306 85.796875L357.95306 86.140625Q357.95306 86.78125 357.5468 87.203125Q357.14056 87.609375 356.49994 87.609375Q355.87494 87.609375 355.45306 87.203125Q355.0312 86.78125 355.0312 86.109375L355.0312 85.75ZM355.7187 86.140625Q355.7187 86.515625 355.9218 86.765625Q356.14056 87.015625 356.49994 87.015625Q356.8593 87.015625 357.06244 86.78125Q357.2812 86.53125 357.2812 86.125L357.2812 85.75Q357.2812 85.375 357.06244 85.125Q356.8437 84.875 356.49994 84.875Q356.14056 84.875 355.9218 85.125Q355.7187 85.359375 355.7187 85.78125L355.7187 86.140625ZM353.24994 86.96875L352.7343 86.640625L356.20306 81.078125L356.7187 81.40625L353.24994 86.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M297.7661 147.5L293.10986 147.5L293.10986 146.84375L295.563 144.10938Q296.10986 143.5 296.313 143.10938Q296.53174 142.71875 296.53174 142.29688Q296.53174 141.75 296.188 141.39062Q295.85986 141.03125 295.29736 141.03125Q294.6255 141.03125 294.2505 141.42188Q293.8755 141.79688 293.8755 142.48438L292.96924 142.48438Q292.96924 141.5 293.59424 140.90625Q294.23486 140.29688 295.29736 140.29688Q296.28174 140.29688 296.85986 140.8125Q297.438 141.32812 297.438 142.20312Q297.438 143.25 296.09424 144.70312L294.2036 146.76562L297.7661 146.76562L297.7661 147.5ZM303.7661 147.5L299.10986 147.5L299.10986 146.84375L301.563 144.10938Q302.10986 143.5 302.313 143.10938Q302.53174 142.71875 302.53174 142.29688Q302.53174 141.75 302.188 141.39062Q301.85986 141.03125 301.29736 141.03125Q300.6255 141.03125 300.2505 141.42188Q299.8755 141.79688 299.8755 142.48438L298.96924 142.48438Q298.96924 141.5 299.59424 140.90625Q300.23486 140.29688 301.29736 140.29688Q302.28174 140.29688 302.85986 140.8125Q303.438 141.32812 303.438 142.20312Q303.438 143.25 302.09424 144.70312L300.2036 146.76562L303.7661 146.76562L303.7661 147.5ZM305.03174 141.75Q305.03174 141.125 305.438 140.70312Q305.84424 140.28125 306.48486 140.28125Q307.1411 140.28125 307.53174 140.70312Q307.938 141.125 307.938 141.78125L307.938 142.14062Q307.938 142.78125 307.53174 143.1875Q307.1255 143.59375 306.5005 143.59375Q305.85986 143.59375 305.438 143.1875Q305.03174 142.78125 305.03174 142.09375L305.03174 141.75ZM305.7036 142.14062Q305.7036 142.51562 305.90674 142.76562Q306.1255 143.0 306.5005 143.0Q306.84424 143.0 307.04736 142.76562Q307.2661 142.53125 307.2661 142.10938L307.2661 141.75Q307.2661 141.375 307.04736 141.125Q306.84424 140.875 306.48486 140.875Q306.1255 140.875 305.90674 141.125Q305.7036 141.375 305.7036 141.78125L305.7036 142.14062ZM308.48486 145.75Q308.48486 145.10938 308.8911 144.70312Q309.313 144.29688 309.938 144.29688Q310.5786 144.29688 310.98486 144.70312Q311.40674 145.10938 311.40674 145.79688L311.40674 146.14062Q311.40674 146.78125 311.0005 147.20312Q310.59424 147.60938 309.9536 147.60938Q309.3286 147.60938 308.90674 147.20312Q308.48486 146.78125 308.48486 146.10938L308.48486 145.75ZM309.17236 146.14062Q309.17236 146.51562 309.3755 146.76562Q309.59424 147.01562 309.9536 147.01562Q310.313 147.01562 310.5161 146.78125Q310.73486 146.53125 310.73486 146.125L310.73486 145.75Q310.73486 145.375 310.5161 145.125Q310.29736 144.875 309.9536 144.875Q309.59424 144.875 309.3755 145.125Q309.17236 145.35938 309.17236 145.78125L309.17236 146.14062ZM306.7036 146.96875L306.188 146.64062L309.65674 141.07812L310.17236 141.40625L306.7036 146.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M297.7661 147.5L293.10986 147.5L293.10986 146.84375L295.563 144.10938Q296.10986 143.5 296.313 143.10938Q296.53174 142.71875 296.53174 142.29688Q296.53174 141.75 296.188 141.39062Q295.85986 141.03125 295.29736 141.03125Q294.6255 141.03125 294.2505 141.42188Q293.8755 141.79688 293.8755 142.48438L292.96924 142.48438Q292.96924 141.5 293.59424 140.90625Q294.23486 140.29688 295.29736 140.29688Q296.28174 140.29688 296.85986 140.8125Q297.438 141.32812 297.438 142.20312Q297.438 143.25 296.09424 144.70312L294.2036 146.76562L297.7661 146.76562L297.7661 147.5ZM303.7661 147.5L299.10986 147.5L299.10986 146.84375L301.563 144.10938Q302.10986 143.5 302.313 143.10938Q302.53174 142.71875 302.53174 142.29688Q302.53174 141.75 302.188 141.39062Q301.85986 141.03125 301.29736 141.03125Q300.6255 141.03125 300.2505 141.42188Q299.8755 141.79688 299.8755 142.48438L298.96924 142.48438Q298.96924 141.5 299.59424 140.90625Q300.23486 140.29688 301.29736 140.29688Q302.28174 140.29688 302.85986 140.8125Q303.438 141.32812 303.438 142.20312Q303.438 143.25 302.09424 144.70312L300.2036 146.76562L303.7661 146.76562L303.7661 147.5ZM305.03174 141.75Q305.03174 141.125 305.438 140.70312Q305.84424 140.28125 306.48486 140.28125Q307.1411 140.28125 307.53174 140.70312Q307.938 141.125 307.938 141.78125L307.938 142.14062Q307.938 142.78125 307.53174 143.1875Q307.1255 143.59375 306.5005 143.59375Q305.85986 143.59375 305.438 143.1875Q305.03174 142.78125 305.03174 142.09375L305.03174 141.75ZM305.7036 142.14062Q305.7036 142.51562 305.90674 142.76562Q306.1255 143.0 306.5005 143.0Q306.84424 143.0 307.04736 142.76562Q307.2661 142.53125 307.2661 142.10938L307.2661 141.75Q307.2661 141.375 307.04736 141.125Q306.84424 140.875 306.48486 140.875Q306.1255 140.875 305.90674 141.125Q305.7036 141.375 305.7036 141.78125L305.7036 142.14062ZM308.48486 145.75Q308.48486 145.10938 308.8911 144.70312Q309.313 144.29688 309.938 144.29688Q310.5786 144.29688 310.98486 144.70312Q311.40674 145.10938 311.40674 145.79688L311.40674 146.14062Q311.40674 146.78125 311.0005 147.20312Q310.59424 147.60938 309.9536 147.60938Q309.3286 147.60938 308.90674 147.20312Q308.48486 146.78125 308.48486 146.10938L308.48486 145.75ZM309.17236 146.14062Q309.17236 146.51562 309.3755 146.76562Q309.59424 147.01562 309.9536 147.01562Q310.313 147.01562 310.5161 146.78125Q310.73486 146.53125 310.73486 146.125L310.73486 145.75Q310.73486 145.375 310.5161 145.125Q310.29736 144.875 309.9536 144.875Q309.59424 144.875 309.3755 145.125Q309.17236 145.35938 309.17236 145.78125L309.17236 146.14062ZM306.7036 146.96875L306.188 146.64062L309.65674 141.07812L310.17236 141.40625L306.7036 146.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M318.8903 207.5L314.23404 207.5L314.23404 206.84375L316.68716 204.10938Q317.23404 203.5 317.43716 203.10938Q317.6559 202.71875 317.6559 202.29688Q317.6559 201.75 317.31216 201.39062Q316.98404 201.03125 316.42154 201.03125Q315.74966 201.03125 315.37466 201.42188Q314.99966 201.79688 314.99966 202.48438L314.0934 202.48438Q314.0934 201.5 314.7184 200.90625Q315.35904 200.29688 316.42154 200.29688Q317.4059 200.29688 317.98404 200.8125Q318.56216 201.32812 318.56216 202.20312Q318.56216 203.25 317.2184 204.70312L315.3278 206.76562L318.8903 206.76562L318.8903 207.5ZM324.8278 200.89062L321.87466 207.5L320.93716 207.5L323.85904 201.125L320.0153 201.125L320.0153 200.39062L324.8278 200.39062L324.8278 200.89062ZM326.1559 201.75Q326.1559 201.125 326.56216 200.70312Q326.9684 200.28125 327.60904 200.28125Q328.2653 200.28125 328.6559 200.70312Q329.06216 201.125 329.06216 201.78125L329.06216 202.14062Q329.06216 202.78125 328.6559 203.1875Q328.24966 203.59375 327.62466 203.59375Q326.98404 203.59375 326.56216 203.1875Q326.1559 202.78125 326.1559 202.09375L326.1559 201.75ZM326.8278 202.14062Q326.8278 202.51562 327.0309 202.76562Q327.24966 203.0 327.62466 203.0Q327.9684 203.0 328.17154 202.76562Q328.3903 202.53125 328.3903 202.10938L328.3903 201.75Q328.3903 201.375 328.17154 201.125Q327.9684 200.875 327.60904 200.875Q327.24966 200.875 327.0309 201.125Q326.8278 201.375 326.8278 201.78125L326.8278 202.14062ZM329.60904 205.75Q329.60904 205.10938 330.0153 204.70312Q330.43716 204.29688 331.06216 204.29688Q331.7028 204.29688 332.10904 204.70312Q332.5309 205.10938 332.5309 205.79688L332.5309 206.14062Q332.5309 206.78125 332.12466 207.20312Q331.7184 207.60938 331.0778 207.60938Q330.4528 207.60938 330.0309 207.20312Q329.60904 206.78125 329.60904 206.10938L329.60904 205.75ZM330.29654 206.14062Q330.29654 206.51562 330.49966 206.76562Q330.7184 207.01562 331.0778 207.01562Q331.43716 207.01562 331.6403 206.78125Q331.85904 206.53125 331.85904 206.125L331.85904 205.75Q331.85904 205.375 331.6403 205.125Q331.42154 204.875 331.0778 204.875Q330.7184 204.875 330.49966 205.125Q330.29654 205.35938 330.29654 205.78125L330.29654 206.14062ZM327.8278 206.96875L327.31216 206.64062L330.7809 201.07812L331.29654 201.40625L327.8278 206.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M318.8903 207.5L314.23404 207.5L314.23404 206.84375L316.68716 204.10938Q317.23404 203.5 317.43716 203.10938Q317.6559 202.71875 317.6559 202.29688Q317.6559 201.75 317.31216 201.39062Q316.98404 201.03125 316.42154 201.03125Q315.74966 201.03125 315.37466 201.42188Q314.99966 201.79688 314.99966 202.48438L314.0934 202.48438Q314.0934 201.5 314.7184 200.90625Q315.35904 200.29688 316.42154 200.29688Q317.4059 200.29688 317.98404 200.8125Q318.56216 201.32812 318.56216 202.20312Q318.56216 203.25 317.2184 204.70312L315.3278 206.76562L318.8903 206.76562L318.8903 207.5ZM324.8278 200.89062L321.87466 207.5L320.93716 207.5L323.85904 201.125L320.0153 201.125L320.0153 200.39062L324.8278 200.39062L324.8278 200.89062ZM326.1559 201.75Q326.1559 201.125 326.56216 200.70312Q326.9684 200.28125 327.60904 200.28125Q328.2653 200.28125 328.6559 200.70312Q329.06216 201.125 329.06216 201.78125L329.06216 202.14062Q329.06216 202.78125 328.6559 203.1875Q328.24966 203.59375 327.62466 203.59375Q326.98404 203.59375 326.56216 203.1875Q326.1559 202.78125 326.1559 202.09375L326.1559 201.75ZM326.8278 202.14062Q326.8278 202.51562 327.0309 202.76562Q327.24966 203.0 327.62466 203.0Q327.9684 203.0 328.17154 202.76562Q328.3903 202.53125 328.3903 202.10938L328.3903 201.75Q328.3903 201.375 328.17154 201.125Q327.9684 200.875 327.60904 200.875Q327.24966 200.875 327.0309 201.125Q326.8278 201.375 326.8278 201.78125L326.8278 202.14062ZM329.60904 205.75Q329.60904 205.10938 330.0153 204.70312Q330.43716 204.29688 331.06216 204.29688Q331.7028 204.29688 332.10904 204.70312Q332.5309 205.10938 332.5309 205.79688L332.5309 206.14062Q332.5309 206.78125 332.12466 207.20312Q331.7184 207.60938 331.0778 207.60938Q330.4528 207.60938 330.0309 207.20312Q329.60904 206.78125 329.60904 206.10938L329.60904 205.75ZM330.29654 206.14062Q330.29654 206.51562 330.49966 206.76562Q330.7184 207.01562 331.0778 207.01562Q331.43716 207.01562 331.6403 206.78125Q331.85904 206.53125 331.85904 206.125L331.85904 205.75Q331.85904 205.375 331.6403 205.125Q331.42154 204.875 331.0778 204.875Q330.7184 204.875 330.49966 205.125Q330.29654 205.35938 330.29654 205.78125L330.29654 206.14062ZM327.8278 206.96875L327.31216 206.64062L330.7809 201.07812L331.29654 201.40625L327.8278 206.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M229.71556 265.375Q229.43431 265.71875 229.04369 265.92188Q228.65306 266.125 228.18431 266.125Q227.57494 266.125 227.10619 265.82812Q226.65306 265.51562 226.40306 264.96875Q226.15306 264.42188 226.15306 263.75Q226.15306 263.04688 226.41869 262.46875Q226.69994 261.89062 227.19994 261.59375Q227.69994 261.29688 228.35619 261.29688Q229.41869 261.29688 230.02806 262.09375Q230.63744 262.875 230.63744 264.23438L230.63744 264.5Q230.63744 266.57812 229.80931 267.53125Q228.99681 268.48438 227.34056 268.5L227.15306 268.5L227.15306 267.75L227.35619 267.75Q228.46556 267.71875 229.05931 267.15625Q229.66869 266.59375 229.71556 265.375ZM228.32494 265.375Q228.77806 265.375 229.15306 265.09375Q229.54369 264.8125 229.73119 264.40625L229.73119 264.04688Q229.73119 263.15625 229.34056 262.60938Q228.94994 262.04688 228.37181 262.04688Q227.76244 262.04688 227.40306 262.5Q227.04369 262.95312 227.04369 263.70312Q227.04369 264.4375 227.38744 264.90625Q227.74681 265.375 228.32494 265.375ZM232.18431 262.75Q232.18431 262.125 232.59056 261.70312Q232.99681 261.28125 233.63744 261.28125Q234.29369 261.28125 234.68431 261.70312Q235.09056 262.125 235.09056 262.78125L235.09056 263.14062Q235.09056 263.78125 234.68431 264.1875Q234.27806 264.59375 233.65306 264.59375Q233.01244 264.59375 232.59056 264.1875Q232.18431 263.78125 232.18431 263.09375L232.18431 262.75ZM232.85619 263.14062Q232.85619 263.51562 233.05931 263.76562Q233.27806 264.0 233.65306 264.0Q233.99681 264.0 234.19994 263.76562Q234.41869 263.53125 234.41869 263.10938L234.41869 262.75Q234.41869 262.375 234.19994 262.125Q233.99681 261.875 233.63744 261.875Q233.27806 261.875 233.05931 262.125Q232.85619 262.375 232.85619 262.78125L232.85619 263.14062ZM235.63744 266.75Q235.63744 266.10938 236.04369 265.70312Q236.46556 265.29688 237.09056 265.29688Q237.73119 265.29688 238.13744 265.70312Q238.55931 266.10938 238.55931 266.79688L238.55931 267.14062Q238.55931 267.78125 238.15306 268.20312Q237.74681 268.60938 237.10619 268.60938Q236.48119 268.60938 236.05931 268.20312Q235.63744 267.78125 235.63744 267.10938L235.63744 266.75ZM236.32494 267.14062Q236.32494 267.51562 236.52806 267.76562Q236.74681 268.01562 237.10619 268.01562Q237.46556 268.01562 237.66869 267.78125Q237.88744 267.53125 237.88744 267.125L237.88744 266.75Q237.88744 266.375 237.66869 266.125Q237.44994 265.875 237.10619 265.875Q236.74681 265.875 236.52806 266.125Q236.32494 266.35938 236.32494 266.78125L236.32494 267.14062ZM233.85619 267.96875L233.34056 267.64062L236.80931 262.07812L237.32494 262.40625L233.85619 267.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M229.71556 265.375Q229.43431 265.71875 229.04369 265.92188Q228.65306 266.125 228.18431 266.125Q227.57494 266.125 227.10619 265.82812Q226.65306 265.51562 226.40306 264.96875Q226.15306 264.42188 226.15306 263.75Q226.15306 263.04688 226.41869 262.46875Q226.69994 261.89062 227.19994 261.59375Q227.69994 261.29688 228.35619 261.29688Q229.41869 261.29688 230.02806 262.09375Q230.63744 262.875 230.63744 264.23438L230.63744 264.5Q230.63744 266.57812 229.80931 267.53125Q228.99681 268.48438 227.34056 268.5L227.15306 268.5L227.15306 267.75L227.35619 267.75Q228.46556 267.71875 229.05931 267.15625Q229.66869 266.59375 229.71556 265.375ZM228.32494 265.375Q228.77806 265.375 229.15306 265.09375Q229.54369 264.8125 229.73119 264.40625L229.73119 264.04688Q229.73119 263.15625 229.34056 262.60938Q228.94994 262.04688 228.37181 262.04688Q227.76244 262.04688 227.40306 262.5Q227.04369 262.95312 227.04369 263.70312Q227.04369 264.4375 227.38744 264.90625Q227.74681 265.375 228.32494 265.375ZM232.18431 262.75Q232.18431 262.125 232.59056 261.70312Q232.99681 261.28125 233.63744 261.28125Q234.29369 261.28125 234.68431 261.70312Q235.09056 262.125 235.09056 262.78125L235.09056 263.14062Q235.09056 263.78125 234.68431 264.1875Q234.27806 264.59375 233.65306 264.59375Q233.01244 264.59375 232.59056 264.1875Q232.18431 263.78125 232.18431 263.09375L232.18431 262.75ZM232.85619 263.14062Q232.85619 263.51562 233.05931 263.76562Q233.27806 264.0 233.65306 264.0Q233.99681 264.0 234.19994 263.76562Q234.41869 263.53125 234.41869 263.10938L234.41869 262.75Q234.41869 262.375 234.19994 262.125Q233.99681 261.875 233.63744 261.875Q233.27806 261.875 233.05931 262.125Q232.85619 262.375 232.85619 262.78125L232.85619 263.14062ZM235.63744 266.75Q235.63744 266.10938 236.04369 265.70312Q236.46556 265.29688 237.09056 265.29688Q237.73119 265.29688 238.13744 265.70312Q238.55931 266.10938 238.55931 266.79688L238.55931 267.14062Q238.55931 267.78125 238.15306 268.20312Q237.74681 268.60938 237.10619 268.60938Q236.48119 268.60938 236.05931 268.20312Q235.63744 267.78125 235.63744 267.10938L235.63744 266.75ZM236.32494 267.14062Q236.32494 267.51562 236.52806 267.76562Q236.74681 268.01562 237.10619 268.01562Q237.46556 268.01562 237.66869 267.78125Q237.88744 267.53125 237.88744 267.125L237.88744 266.75Q237.88744 266.375 237.66869 266.125Q237.44994 265.875 237.10619 265.875Q236.74681 265.875 236.52806 266.125Q236.32494 266.35938 236.32494 266.78125L236.32494 267.14062ZM233.85619 267.96875L233.34056 267.64062L236.80931 262.07812L237.32494 262.40625L233.85619 267.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M207.19057 324.9375L207.56557 321.39062L211.20619 321.39062L211.20619 322.21875L208.33119 322.21875L208.11244 324.15625Q208.62807 323.85938 209.29994 323.85938Q210.26869 323.85938 210.83119 324.5Q211.40932 325.14062 211.40932 326.23438Q211.40932 327.32812 210.81557 327.96875Q210.22182 328.59375 209.15932 328.59375Q208.22182 328.59375 207.61244 328.07812Q207.01869 327.54688 206.94057 326.625L207.79994 326.625Q207.87807 327.23438 208.22182 327.54688Q208.58119 327.85938 209.15932 327.85938Q209.78432 327.85938 210.14369 327.4375Q210.50307 327.0 210.50307 326.25Q210.50307 325.53125 210.11244 325.10938Q209.73744 324.67188 209.08119 324.67188Q208.50307 324.67188 208.15932 324.92188L207.92494 325.125L207.19057 324.9375ZM212.70619 322.75Q212.70619 322.125 213.11244 321.70312Q213.51869 321.28125 214.15932 321.28125Q214.81557 321.28125 215.20619 321.70312Q215.61244 322.125 215.61244 322.78125L215.61244 323.14062Q215.61244 323.78125 215.20619 324.1875Q214.79994 324.59375 214.17494 324.59375Q213.53432 324.59375 213.11244 324.1875Q212.70619 323.78125 212.70619 323.09375L212.70619 322.75ZM213.37807 323.14062Q213.37807 323.51562 213.58119 323.76562Q213.79994 324.0 214.17494 324.0Q214.51869 324.0 214.72182 323.76562Q214.94057 323.53125 214.94057 323.10938L214.94057 322.75Q214.94057 322.375 214.72182 322.125Q214.51869 321.875 214.15932 321.875Q213.79994 321.875 213.58119 322.125Q213.37807 322.375 213.37807 322.78125L213.37807 323.14062ZM216.15932 326.75Q216.15932 326.10938 216.56557 325.70312Q216.98744 325.29688 217.61244 325.29688Q218.25307 325.29688 218.65932 325.70312Q219.08119 326.10938 219.08119 326.79688L219.08119 327.14062Q219.08119 327.78125 218.67494 328.20312Q218.26869 328.60938 217.62807 328.60938Q217.00307 328.60938 216.58119 328.20312Q216.15932 327.78125 216.15932 327.10938L216.15932 326.75ZM216.84682 327.14062Q216.84682 327.51562 217.04994 327.76562Q217.26869 328.01562 217.62807 328.01562Q217.98744 328.01562 218.19057 327.78125Q218.40932 327.53125 218.40932 327.125L218.40932 326.75Q218.40932 326.375 218.19057 326.125Q217.97182 325.875 217.62807 325.875Q217.26869 325.875 217.04994 326.125Q216.84682 326.35938 216.84682 326.78125L216.84682 327.14062ZM214.37807 327.96875L213.86244 327.64062L217.33119 322.07812L217.84682 322.40625L214.37807 327.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M207.19057 324.9375L207.56557 321.39062L211.20619 321.39062L211.20619 322.21875L208.33119 322.21875L208.11244 324.15625Q208.62807 323.85938 209.29994 323.85938Q210.26869 323.85938 210.83119 324.5Q211.40932 325.14062 211.40932 326.23438Q211.40932 327.32812 210.81557 327.96875Q210.22182 328.59375 209.15932 328.59375Q208.22182 328.59375 207.61244 328.07812Q207.01869 327.54688 206.94057 326.625L207.79994 326.625Q207.87807 327.23438 208.22182 327.54688Q208.58119 327.85938 209.15932 327.85938Q209.78432 327.85938 210.14369 327.4375Q210.50307 327.0 210.50307 326.25Q210.50307 325.53125 210.11244 325.10938Q209.73744 324.67188 209.08119 324.67188Q208.50307 324.67188 208.15932 324.92188L207.92494 325.125L207.19057 324.9375ZM212.70619 322.75Q212.70619 322.125 213.11244 321.70312Q213.51869 321.28125 214.15932 321.28125Q214.81557 321.28125 215.20619 321.70312Q215.61244 322.125 215.61244 322.78125L215.61244 323.14062Q215.61244 323.78125 215.20619 324.1875Q214.79994 324.59375 214.17494 324.59375Q213.53432 324.59375 213.11244 324.1875Q212.70619 323.78125 212.70619 323.09375L212.70619 322.75ZM213.37807 323.14062Q213.37807 323.51562 213.58119 323.76562Q213.79994 324.0 214.17494 324.0Q214.51869 324.0 214.72182 323.76562Q214.94057 323.53125 214.94057 323.10938L214.94057 322.75Q214.94057 322.375 214.72182 322.125Q214.51869 321.875 214.15932 321.875Q213.79994 321.875 213.58119 322.125Q213.37807 322.375 213.37807 322.78125L213.37807 323.14062ZM216.15932 326.75Q216.15932 326.10938 216.56557 325.70312Q216.98744 325.29688 217.61244 325.29688Q218.25307 325.29688 218.65932 325.70312Q219.08119 326.10938 219.08119 326.79688L219.08119 327.14062Q219.08119 327.78125 218.67494 328.20312Q218.26869 328.60938 217.62807 328.60938Q217.00307 328.60938 216.58119 328.20312Q216.15932 327.78125 216.15932 327.10938L216.15932 326.75ZM216.84682 327.14062Q216.84682 327.51562 217.04994 327.76562Q217.26869 328.01562 217.62807 328.01562Q217.98744 328.01562 218.19057 327.78125Q218.40932 327.53125 218.40932 327.125L218.40932 326.75Q218.40932 326.375 218.19057 326.125Q217.97182 325.875 217.62807 325.875Q217.26869 325.875 217.04994 326.125Q216.84682 326.35938 216.84682 326.78125L216.84682 327.14062ZM214.37807 327.96875L213.86244 327.64062L217.33119 322.07812L217.84682 322.40625L214.37807 327.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M200.41531 384.5L201.08719 384.5Q201.72781 384.5 202.08719 384.17188Q202.46219 383.84375 202.46219 383.28125Q202.46219 382.03125 201.21219 382.03125Q200.63406 382.03125 200.27469 382.375Q199.93094 382.70312 199.93094 383.25L199.02469 383.25Q199.02469 382.40625 199.64969 381.85938Q200.27469 381.29688 201.21219 381.29688Q202.22781 381.29688 202.79031 381.82812Q203.36844 382.35938 203.36844 383.29688Q203.36844 383.76562 203.07156 384.20312Q202.77469 384.64062 202.24344 384.85938Q202.83719 385.03125 203.14969 385.46875Q203.47781 385.89062 203.47781 386.51562Q203.47781 387.46875 202.85281 388.03125Q202.22781 388.59375 201.22781 388.59375Q200.22781 388.59375 199.58719 388.0625Q198.96219 387.51562 198.96219 386.625L199.88406 386.625Q199.88406 387.1875 200.24344 387.53125Q200.60281 387.85938 201.22781 387.85938Q201.88406 387.85938 202.22781 387.51562Q202.57156 387.17188 202.57156 386.53125Q202.57156 385.92188 202.18094 385.59375Q201.80594 385.25 201.08719 385.25L200.41531 385.25L200.41531 384.5ZM205.02469 382.75Q205.02469 382.125 205.43094 381.70312Q205.83719 381.28125 206.47781 381.28125Q207.13406 381.28125 207.52469 381.70312Q207.93094 382.125 207.93094 382.78125L207.93094 383.14062Q207.93094 383.78125 207.52469 384.1875Q207.11844 384.59375 206.49344 384.59375Q205.85281 384.59375 205.43094 384.1875Q205.02469 383.78125 205.02469 383.09375L205.02469 382.75ZM205.69656 383.14062Q205.69656 383.51562 205.89969 383.76562Q206.11844 384.0 206.49344 384.0Q206.83719 384.0 207.04031 383.76562Q207.25906 383.53125 207.25906 383.10938L207.25906 382.75Q207.25906 382.375 207.04031 382.125Q206.83719 381.875 206.47781 381.875Q206.11844 381.875 205.89969 382.125Q205.69656 382.375 205.69656 382.78125L205.69656 383.14062ZM208.47781 386.75Q208.47781 386.10938 208.88406 385.70312Q209.30594 385.29688 209.93094 385.29688Q210.57156 385.29688 210.97781 385.70312Q211.39969 386.10938 211.39969 386.79688L211.39969 387.14062Q211.39969 387.78125 210.99344 388.20312Q210.58719 388.60938 209.94656 388.60938Q209.32156 388.60938 208.89969 388.20312Q208.47781 387.78125 208.47781 387.10938L208.47781 386.75ZM209.16531 387.14062Q209.16531 387.51562 209.36844 387.76562Q209.58719 388.01562 209.94656 388.01562Q210.30594 388.01562 210.50906 387.78125Q210.72781 387.53125 210.72781 387.125L210.72781 386.75Q210.72781 386.375 210.50906 386.125Q210.29031 385.875 209.94656 385.875Q209.58719 385.875 209.36844 386.125Q209.16531 386.35938 209.16531 386.78125L209.16531 387.14062ZM206.69656 387.96875L206.18094 387.64062L209.64969 382.07812L210.16531 382.40625L206.69656 387.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M200.41531 384.5L201.08719 384.5Q201.72781 384.5 202.08719 384.17188Q202.46219 383.84375 202.46219 383.28125Q202.46219 382.03125 201.21219 382.03125Q200.63406 382.03125 200.27469 382.375Q199.93094 382.70312 199.93094 383.25L199.02469 383.25Q199.02469 382.40625 199.64969 381.85938Q200.27469 381.29688 201.21219 381.29688Q202.22781 381.29688 202.79031 381.82812Q203.36844 382.35938 203.36844 383.29688Q203.36844 383.76562 203.07156 384.20312Q202.77469 384.64062 202.24344 384.85938Q202.83719 385.03125 203.14969 385.46875Q203.47781 385.89062 203.47781 386.51562Q203.47781 387.46875 202.85281 388.03125Q202.22781 388.59375 201.22781 388.59375Q200.22781 388.59375 199.58719 388.0625Q198.96219 387.51562 198.96219 386.625L199.88406 386.625Q199.88406 387.1875 200.24344 387.53125Q200.60281 387.85938 201.22781 387.85938Q201.88406 387.85938 202.22781 387.51562Q202.57156 387.17188 202.57156 386.53125Q202.57156 385.92188 202.18094 385.59375Q201.80594 385.25 201.08719 385.25L200.41531 385.25L200.41531 384.5ZM205.02469 382.75Q205.02469 382.125 205.43094 381.70312Q205.83719 381.28125 206.47781 381.28125Q207.13406 381.28125 207.52469 381.70312Q207.93094 382.125 207.93094 382.78125L207.93094 383.14062Q207.93094 383.78125 207.52469 384.1875Q207.11844 384.59375 206.49344 384.59375Q205.85281 384.59375 205.43094 384.1875Q205.02469 383.78125 205.02469 383.09375L205.02469 382.75ZM205.69656 383.14062Q205.69656 383.51562 205.89969 383.76562Q206.11844 384.0 206.49344 384.0Q206.83719 384.0 207.04031 383.76562Q207.25906 383.53125 207.25906 383.10938L207.25906 382.75Q207.25906 382.375 207.04031 382.125Q206.83719 381.875 206.47781 381.875Q206.11844 381.875 205.89969 382.125Q205.69656 382.375 205.69656 382.78125L205.69656 383.14062ZM208.47781 386.75Q208.47781 386.10938 208.88406 385.70312Q209.30594 385.29688 209.93094 385.29688Q210.57156 385.29688 210.97781 385.70312Q211.39969 386.10938 211.39969 386.79688L211.39969 387.14062Q211.39969 387.78125 210.99344 388.20312Q210.58719 388.60938 209.94656 388.60938Q209.32156 388.60938 208.89969 388.20312Q208.47781 387.78125 208.47781 387.10938L208.47781 386.75ZM209.16531 387.14062Q209.16531 387.51562 209.36844 387.76562Q209.58719 388.01562 209.94656 388.01562Q210.30594 388.01562 210.50906 387.78125Q210.72781 387.53125 210.72781 387.125L210.72781 386.75Q210.72781 386.375 210.50906 386.125Q210.29031 385.875 209.94656 385.875Q209.58719 385.875 209.36844 386.125Q209.16531 386.35938 209.16531 386.78125L209.16531 387.14062ZM206.69656 387.96875L206.18094 387.64062L209.64969 382.07812L210.16531 382.40625L206.69656 387.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M196.71768 448.5L192.06143 448.5L192.06143 447.84375L194.51456 445.10938Q195.06143 444.5 195.26456 444.10938Q195.4833 443.71875 195.4833 443.29688Q195.4833 442.75 195.13956 442.39062Q194.81143 442.03125 194.24893 442.03125Q193.57706 442.03125 193.20206 442.42188Q192.82706 442.79688 192.82706 443.48438L191.9208 443.48438Q191.9208 442.5 192.5458 441.90625Q193.18643 441.29688 194.24893 441.29688Q195.2333 441.29688 195.81143 441.8125Q196.38956 442.32812 196.38956 443.20312Q196.38956 444.25 195.0458 445.70312L193.15518 447.76562L196.71768 447.76562L196.71768 448.5ZM197.9833 442.75Q197.9833 442.125 198.38956 441.70312Q198.7958 441.28125 199.43643 441.28125Q200.09268 441.28125 200.4833 441.70312Q200.88956 442.125 200.88956 442.78125L200.88956 443.14062Q200.88956 443.78125 200.4833 444.1875Q200.07706 444.59375 199.45206 444.59375Q198.81143 444.59375 198.38956 444.1875Q197.9833 443.78125 197.9833 443.09375L197.9833 442.75ZM198.65518 443.14062Q198.65518 443.51562 198.8583 443.76562Q199.07706 444.0 199.45206 444.0Q199.7958 444.0 199.99893 443.76562Q200.21768 443.53125 200.21768 443.10938L200.21768 442.75Q200.21768 442.375 199.99893 442.125Q199.7958 441.875 199.43643 441.875Q199.07706 441.875 198.8583 442.125Q198.65518 442.375 198.65518 442.78125L198.65518 443.14062ZM201.43643 446.75Q201.43643 446.10938 201.84268 445.70312Q202.26456 445.29688 202.88956 445.29688Q203.53018 445.29688 203.93643 445.70312Q204.3583 446.10938 204.3583 446.79688L204.3583 447.14062Q204.3583 447.78125 203.95206 448.20312Q203.5458 448.60938 202.90518 448.60938Q202.28018 448.60938 201.8583 448.20312Q201.43643 447.78125 201.43643 447.10938L201.43643 446.75ZM202.12393 447.14062Q202.12393 447.51562 202.32706 447.76562Q202.5458 448.01562 202.90518 448.01562Q203.26456 448.01562 203.46768 447.78125Q203.68643 447.53125 203.68643 447.125L203.68643 446.75Q203.68643 446.375 203.46768 446.125Q203.24893 445.875 202.90518 445.875Q202.5458 445.875 202.32706 446.125Q202.12393 446.35938 202.12393 446.78125L202.12393 447.14062ZM199.65518 447.96875L199.13956 447.64062L202.6083 442.07812L203.12393 442.40625L199.65518 447.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M196.71768 448.5L192.06143 448.5L192.06143 447.84375L194.51456 445.10938Q195.06143 444.5 195.26456 444.10938Q195.4833 443.71875 195.4833 443.29688Q195.4833 442.75 195.13956 442.39062Q194.81143 442.03125 194.24893 442.03125Q193.57706 442.03125 193.20206 442.42188Q192.82706 442.79688 192.82706 443.48438L191.9208 443.48438Q191.9208 442.5 192.5458 441.90625Q193.18643 441.29688 194.24893 441.29688Q195.2333 441.29688 195.81143 441.8125Q196.38956 442.32812 196.38956 443.20312Q196.38956 444.25 195.0458 445.70312L193.15518 447.76562L196.71768 447.76562L196.71768 448.5ZM197.9833 442.75Q197.9833 442.125 198.38956 441.70312Q198.7958 441.28125 199.43643 441.28125Q200.09268 441.28125 200.4833 441.70312Q200.88956 442.125 200.88956 442.78125L200.88956 443.14062Q200.88956 443.78125 200.4833 444.1875Q200.07706 444.59375 199.45206 444.59375Q198.81143 444.59375 198.38956 444.1875Q197.9833 443.78125 197.9833 443.09375L197.9833 442.75ZM198.65518 443.14062Q198.65518 443.51562 198.8583 443.76562Q199.07706 444.0 199.45206 444.0Q199.7958 444.0 199.99893 443.76562Q200.21768 443.53125 200.21768 443.10938L200.21768 442.75Q200.21768 442.375 199.99893 442.125Q199.7958 441.875 199.43643 441.875Q199.07706 441.875 198.8583 442.125Q198.65518 442.375 198.65518 442.78125L198.65518 443.14062ZM201.43643 446.75Q201.43643 446.10938 201.84268 445.70312Q202.26456 445.29688 202.88956 445.29688Q203.53018 445.29688 203.93643 445.70312Q204.3583 446.10938 204.3583 446.79688L204.3583 447.14062Q204.3583 447.78125 203.95206 448.20312Q203.5458 448.60938 202.90518 448.60938Q202.28018 448.60938 201.8583 448.20312Q201.43643 447.78125 201.43643 447.10938L201.43643 446.75ZM202.12393 447.14062Q202.12393 447.51562 202.32706 447.76562Q202.5458 448.01562 202.90518 448.01562Q203.26456 448.01562 203.46768 447.78125Q203.68643 447.53125 203.68643 447.125L203.68643 446.75Q203.68643 446.375 203.46768 446.125Q203.24893 445.875 202.90518 445.875Q202.5458 445.875 202.32706 446.125Q202.12393 446.35938 202.12393 446.78125L202.12393 447.14062ZM199.65518 447.96875L199.13956 447.64062L202.6083 442.07812L203.12393 442.40625L199.65518 447.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.52887 508.5L190.87262 508.5L190.87262 507.84375L193.32574 505.10938Q193.87262 504.5 194.07574 504.10938Q194.2945 503.71875 194.2945 503.29688Q194.2945 502.75 193.95074 502.39062Q193.62262 502.03125 193.06012 502.03125Q192.38824 502.03125 192.01324 502.42188Q191.63824 502.79688 191.63824 503.48438L190.732 503.48438Q190.732 502.5 191.357 501.90625Q191.99762 501.29688 193.06012 501.29688Q194.0445 501.29688 194.62262 501.8125Q195.20074 502.32812 195.20074 503.20312Q195.20074 504.25 193.857 505.70312L191.96637 507.76562L195.52887 507.76562L195.52887 508.5ZM196.7945 502.75Q196.7945 502.125 197.20074 501.70312Q197.607 501.28125 198.24762 501.28125Q198.90387 501.28125 199.2945 501.70312Q199.70074 502.125 199.70074 502.78125L199.70074 503.14062Q199.70074 503.78125 199.2945 504.1875Q198.88824 504.59375 198.26324 504.59375Q197.62262 504.59375 197.20074 504.1875Q196.7945 503.78125 196.7945 503.09375L196.7945 502.75ZM197.46637 503.14062Q197.46637 503.51562 197.6695 503.76562Q197.88824 504.0 198.26324 504.0Q198.607 504.0 198.81012 503.76562Q199.02887 503.53125 199.02887 503.10938L199.02887 502.75Q199.02887 502.375 198.81012 502.125Q198.607 501.875 198.24762 501.875Q197.88824 501.875 197.6695 502.125Q197.46637 502.375 197.46637 502.78125L197.46637 503.14062ZM200.24762 506.75Q200.24762 506.10938 200.65387 505.70312Q201.07574 505.29688 201.70074 505.29688Q202.34137 505.29688 202.74762 505.70312Q203.1695 506.10938 203.1695 506.79688L203.1695 507.14062Q203.1695 507.78125 202.76324 508.20312Q202.357 508.60938 201.71637 508.60938Q201.09137 508.60938 200.6695 508.20312Q200.24762 507.78125 200.24762 507.10938L200.24762 506.75ZM200.93512 507.14062Q200.93512 507.51562 201.13824 507.76562Q201.357 508.01562 201.71637 508.01562Q202.07574 508.01562 202.27887 507.78125Q202.49762 507.53125 202.49762 507.125L202.49762 506.75Q202.49762 506.375 202.27887 506.125Q202.06012 505.875 201.71637 505.875Q201.357 505.875 201.13824 506.125Q200.93512 506.35938 200.93512 506.78125L200.93512 507.14062ZM198.46637 507.96875L197.95074 507.64062L201.4195 502.07812L201.93512 502.40625L198.46637 507.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M195.52887 508.5L190.87262 508.5L190.87262 507.84375L193.32574 505.10938Q193.87262 504.5 194.07574 504.10938Q194.2945 503.71875 194.2945 503.29688Q194.2945 502.75 193.95074 502.39062Q193.62262 502.03125 193.06012 502.03125Q192.38824 502.03125 192.01324 502.42188Q191.63824 502.79688 191.63824 503.48438L190.732 503.48438Q190.732 502.5 191.357 501.90625Q191.99762 501.29688 193.06012 501.29688Q194.0445 501.29688 194.62262 501.8125Q195.20074 502.32812 195.20074 503.20312Q195.20074 504.25 193.857 505.70312L191.96637 507.76562L195.52887 507.76562L195.52887 508.5ZM196.7945 502.75Q196.7945 502.125 197.20074 501.70312Q197.607 501.28125 198.24762 501.28125Q198.90387 501.28125 199.2945 501.70312Q199.70074 502.125 199.70074 502.78125L199.70074 503.14062Q199.70074 503.78125 199.2945 504.1875Q198.88824 504.59375 198.26324 504.59375Q197.62262 504.59375 197.20074 504.1875Q196.7945 503.78125 196.7945 503.09375L196.7945 502.75ZM197.46637 503.14062Q197.46637 503.51562 197.6695 503.76562Q197.88824 504.0 198.26324 504.0Q198.607 504.0 198.81012 503.76562Q199.02887 503.53125 199.02887 503.10938L199.02887 502.75Q199.02887 502.375 198.81012 502.125Q198.607 501.875 198.24762 501.875Q197.88824 501.875 197.6695 502.125Q197.46637 502.375 197.46637 502.78125L197.46637 503.14062ZM200.24762 506.75Q200.24762 506.10938 200.65387 505.70312Q201.07574 505.29688 201.70074 505.29688Q202.34137 505.29688 202.74762 505.70312Q203.1695 506.10938 203.1695 506.79688L203.1695 507.14062Q203.1695 507.78125 202.76324 508.20312Q202.357 508.60938 201.71637 508.60938Q201.09137 508.60938 200.6695 508.20312Q200.24762 507.78125 200.24762 507.10938L200.24762 506.75ZM200.93512 507.14062Q200.93512 507.51562 201.13824 507.76562Q201.357 508.01562 201.71637 508.01562Q202.07574 508.01562 202.27887 507.78125Q202.49762 507.53125 202.49762 507.125L202.49762 506.75Q202.49762 506.375 202.27887 506.125Q202.06012 505.875 201.71637 505.875Q201.357 505.875 201.13824 506.125Q200.93512 506.35938 200.93512 506.78125L200.93512 507.14062ZM198.46637 507.96875L197.95074 507.64062L201.4195 502.07812L201.93512 502.40625L198.46637 507.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M338.39896 93.5L339.07083 93.5Q339.71146 93.5 340.07083 93.171875Q340.44583 92.84375 340.44583 92.28125Q340.44583 91.03125 339.19583 91.03125Q338.6177 91.03125 338.25833 91.375Q337.91458 91.703125 337.91458 92.25L337.00833 92.25Q337.00833 91.40625 337.63333 90.859375Q338.25833 90.296875 339.19583 90.296875Q340.21146 90.296875 340.77396 90.828125Q341.35208 91.359375 341.35208 92.296875Q341.35208 92.765625 341.0552 93.203125Q340.75833 93.640625 340.22708 93.859375Q340.82083 94.03125 341.13333 94.46875Q341.46146 94.890625 341.46146 95.515625Q341.46146 96.46875 340.83646 97.03125Q340.21146 97.59375 339.21146 97.59375Q338.21146 97.59375 337.57083 97.0625Q336.94583 96.515625 336.94583 95.625L337.8677 95.625Q337.8677 96.1875 338.22708 96.53125Q338.58646 96.859375 339.21146 96.859375Q339.8677 96.859375 340.21146 96.515625Q340.5552 96.171875 340.5552 95.53125Q340.5552 94.921875 340.16458 94.59375Q339.78958 94.25 339.07083 94.25L338.39896 94.25L338.39896 93.5ZM346.0552 97.5L345.14896 97.5L345.14896 91.484375L343.32083 92.140625L343.32083 91.328125L345.91458 90.359375L346.0552 90.359375L346.0552 97.5ZM349.00833 91.75Q349.00833 91.125 349.41458 90.703125Q349.82083 90.28125 350.46146 90.28125Q351.1177 90.28125 351.50833 90.703125Q351.91458 91.125 351.91458 91.78125L351.91458 92.140625Q351.91458 92.78125 351.50833 93.1875Q351.10208 93.59375 350.47708 93.59375Q349.83646 93.59375 349.41458 93.1875Q349.00833 92.78125 349.00833 92.09375L349.00833 91.75ZM349.6802 92.140625Q349.6802 92.515625 349.88333 92.765625Q350.10208 93.0 350.47708 93.0Q350.82083 93.0 351.02396 92.765625Q351.2427 92.53125 351.2427 92.109375L351.2427 91.75Q351.2427 91.375 351.02396 91.125Q350.82083 90.875 350.46146 90.875Q350.10208 90.875 349.88333 91.125Q349.6802 91.375 349.6802 91.78125L349.6802 92.140625ZM352.46146 95.75Q352.46146 95.109375 352.8677 94.703125Q353.28958 94.296875 353.91458 94.296875Q354.5552 94.296875 354.96146 94.703125Q355.38333 95.109375 355.38333 95.796875L355.38333 96.140625Q355.38333 96.78125 354.97708 97.203125Q354.57083 97.609375 353.9302 97.609375Q353.3052 97.609375 352.88333 97.203125Q352.46146 96.78125 352.46146 96.109375L352.46146 95.75ZM353.14896 96.140625Q353.14896 96.515625 353.35208 96.765625Q353.57083 97.015625 353.9302 97.015625Q354.28958 97.015625 354.4927 96.78125Q354.71146 96.53125 354.71146 96.125L354.71146 95.75Q354.71146 95.375 354.4927 95.125Q354.27396 94.875 353.9302 94.875Q353.57083 94.875 353.35208 95.125Q353.14896 95.359375 353.14896 95.78125L353.14896 96.140625ZM350.6802 96.96875L350.16458 96.640625L353.63333 91.078125L354.14896 91.40625L350.6802 96.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M338.39896 93.5L339.07083 93.5Q339.71146 93.5 340.07083 93.171875Q340.44583 92.84375 340.44583 92.28125Q340.44583 91.03125 339.19583 91.03125Q338.6177 91.03125 338.25833 91.375Q337.91458 91.703125 337.91458 92.25L337.00833 92.25Q337.00833 91.40625 337.63333 90.859375Q338.25833 90.296875 339.19583 90.296875Q340.21146 90.296875 340.77396 90.828125Q341.35208 91.359375 341.35208 92.296875Q341.35208 92.765625 341.0552 93.203125Q340.75833 93.640625 340.22708 93.859375Q340.82083 94.03125 341.13333 94.46875Q341.46146 94.890625 341.46146 95.515625Q341.46146 96.46875 340.83646 97.03125Q340.21146 97.59375 339.21146 97.59375Q338.21146 97.59375 337.57083 97.0625Q336.94583 96.515625 336.94583 95.625L337.8677 95.625Q337.8677 96.1875 338.22708 96.53125Q338.58646 96.859375 339.21146 96.859375Q339.8677 96.859375 340.21146 96.515625Q340.5552 96.171875 340.5552 95.53125Q340.5552 94.921875 340.16458 94.59375Q339.78958 94.25 339.07083 94.25L338.39896 94.25L338.39896 93.5ZM346.0552 97.5L345.14896 97.5L345.14896 91.484375L343.32083 92.140625L343.32083 91.328125L345.91458 90.359375L346.0552 90.359375L346.0552 97.5ZM349.00833 91.75Q349.00833 91.125 349.41458 90.703125Q349.82083 90.28125 350.46146 90.28125Q351.1177 90.28125 351.50833 90.703125Q351.91458 91.125 351.91458 91.78125L351.91458 92.140625Q351.91458 92.78125 351.50833 93.1875Q351.10208 93.59375 350.47708 93.59375Q349.83646 93.59375 349.41458 93.1875Q349.00833 92.78125 349.00833 92.09375L349.00833 91.75ZM349.6802 92.140625Q349.6802 92.515625 349.88333 92.765625Q350.10208 93.0 350.47708 93.0Q350.82083 93.0 351.02396 92.765625Q351.2427 92.53125 351.2427 92.109375L351.2427 91.75Q351.2427 91.375 351.02396 91.125Q350.82083 90.875 350.46146 90.875Q350.10208 90.875 349.88333 91.125Q349.6802 91.375 349.6802 91.78125L349.6802 92.140625ZM352.46146 95.75Q352.46146 95.109375 352.8677 94.703125Q353.28958 94.296875 353.91458 94.296875Q354.5552 94.296875 354.96146 94.703125Q355.38333 95.109375 355.38333 95.796875L355.38333 96.140625Q355.38333 96.78125 354.97708 97.203125Q354.57083 97.609375 353.9302 97.609375Q353.3052 97.609375 352.88333 97.203125Q352.46146 96.78125 352.46146 96.109375L352.46146 95.75ZM353.14896 96.140625Q353.14896 96.515625 353.35208 96.765625Q353.57083 97.015625 353.9302 97.015625Q354.28958 97.015625 354.4927 96.78125Q354.71146 96.53125 354.71146 96.125L354.71146 95.75Q354.71146 95.375 354.4927 95.125Q354.27396 94.875 353.9302 94.875Q353.57083 94.875 353.35208 95.125Q353.14896 95.359375 353.14896 95.78125L353.14896 96.140625ZM350.6802 96.96875L350.16458 96.640625L353.63333 91.078125L354.14896 91.40625L350.6802 96.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M314.7203 157.5L310.06406 157.5L310.06406 156.84375L312.51718 154.10938Q313.06406 153.5 313.26718 153.10938Q313.48593 152.71875 313.48593 152.29688Q313.48593 151.75 313.14218 151.39062Q312.81406 151.03125 312.25156 151.03125Q311.57968 151.03125 311.20468 151.42188Q310.82968 151.79688 310.82968 152.48438L309.92343 152.48438Q309.92343 151.5 310.54843 150.90625Q311.18906 150.29688 312.25156 150.29688Q313.23593 150.29688 313.81406 150.8125Q314.39218 151.32812 314.39218 152.20312Q314.39218 153.25 313.04843 154.70312L311.1578 156.76562L314.7203 156.76562L314.7203 157.5ZM319.61093 150.39062L319.61093 151.15625L319.43906 151.15625Q318.39218 151.17188 317.76718 151.78125Q317.14218 152.375 317.0328 153.48438Q317.5953 152.84375 318.56406 152.84375Q319.50156 152.84375 320.04843 153.5Q320.61093 154.14062 320.61093 155.1875Q320.61093 156.28125 320.00156 156.9375Q319.4078 157.59375 318.4078 157.59375Q317.39218 157.59375 316.75156 156.8125Q316.11093 156.03125 316.11093 154.79688L316.11093 154.45312Q316.11093 152.48438 316.93906 151.45312Q317.7828 150.40625 319.43906 150.39062L319.61093 150.39062ZM318.42343 153.59375Q317.95468 153.59375 317.56406 153.875Q317.17343 154.14062 317.01718 154.5625L317.01718 154.89062Q317.01718 155.78125 317.4078 156.3125Q317.81406 156.84375 318.4078 156.84375Q319.01718 156.84375 319.36093 156.40625Q319.7203 155.95312 319.7203 155.21875Q319.7203 154.48438 319.36093 154.04688Q319.00156 153.59375 318.42343 153.59375ZM321.98593 151.75Q321.98593 151.125 322.39218 150.70312Q322.79843 150.28125 323.43906 150.28125Q324.0953 150.28125 324.48593 150.70312Q324.89218 151.125 324.89218 151.78125L324.89218 152.14062Q324.89218 152.78125 324.48593 153.1875Q324.07968 153.59375 323.45468 153.59375Q322.81406 153.59375 322.39218 153.1875Q321.98593 152.78125 321.98593 152.09375L321.98593 151.75ZM322.6578 152.14062Q322.6578 152.51562 322.86093 152.76562Q323.07968 153.0 323.45468 153.0Q323.79843 153.0 324.00156 152.76562Q324.2203 152.53125 324.2203 152.10938L324.2203 151.75Q324.2203 151.375 324.00156 151.125Q323.79843 150.875 323.43906 150.875Q323.07968 150.875 322.86093 151.125Q322.6578 151.375 322.6578 151.78125L322.6578 152.14062ZM325.43906 155.75Q325.43906 155.10938 325.8453 154.70312Q326.26718 154.29688 326.89218 154.29688Q327.5328 154.29688 327.93906 154.70312Q328.36093 155.10938 328.36093 155.79688L328.36093 156.14062Q328.36093 156.78125 327.95468 157.20312Q327.54843 157.60938 326.9078 157.60938Q326.2828 157.60938 325.86093 157.20312Q325.43906 156.78125 325.43906 156.10938L325.43906 155.75ZM326.12656 156.14062Q326.12656 156.51562 326.32968 156.76562Q326.54843 157.01562 326.9078 157.01562Q327.26718 157.01562 327.4703 156.78125Q327.68906 156.53125 327.68906 156.125L327.68906 155.75Q327.68906 155.375 327.4703 155.125Q327.25156 154.875 326.9078 154.875Q326.54843 154.875 326.32968 155.125Q326.12656 155.35938 326.12656 155.78125L326.12656 156.14062ZM323.6578 156.96875L323.14218 156.64062L326.61093 151.07812L327.12656 151.40625L323.6578 156.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M314.7203 157.5L310.06406 157.5L310.06406 156.84375L312.51718 154.10938Q313.06406 153.5 313.26718 153.10938Q313.48593 152.71875 313.48593 152.29688Q313.48593 151.75 313.14218 151.39062Q312.81406 151.03125 312.25156 151.03125Q311.57968 151.03125 311.20468 151.42188Q310.82968 151.79688 310.82968 152.48438L309.92343 152.48438Q309.92343 151.5 310.54843 150.90625Q311.18906 150.29688 312.25156 150.29688Q313.23593 150.29688 313.81406 150.8125Q314.39218 151.32812 314.39218 152.20312Q314.39218 153.25 313.04843 154.70312L311.1578 156.76562L314.7203 156.76562L314.7203 157.5ZM319.61093 150.39062L319.61093 151.15625L319.43906 151.15625Q318.39218 151.17188 317.76718 151.78125Q317.14218 152.375 317.0328 153.48438Q317.5953 152.84375 318.56406 152.84375Q319.50156 152.84375 320.04843 153.5Q320.61093 154.14062 320.61093 155.1875Q320.61093 156.28125 320.00156 156.9375Q319.4078 157.59375 318.4078 157.59375Q317.39218 157.59375 316.75156 156.8125Q316.11093 156.03125 316.11093 154.79688L316.11093 154.45312Q316.11093 152.48438 316.93906 151.45312Q317.7828 150.40625 319.43906 150.39062L319.61093 150.39062ZM318.42343 153.59375Q317.95468 153.59375 317.56406 153.875Q317.17343 154.14062 317.01718 154.5625L317.01718 154.89062Q317.01718 155.78125 317.4078 156.3125Q317.81406 156.84375 318.4078 156.84375Q319.01718 156.84375 319.36093 156.40625Q319.7203 155.95312 319.7203 155.21875Q319.7203 154.48438 319.36093 154.04688Q319.00156 153.59375 318.42343 153.59375ZM321.98593 151.75Q321.98593 151.125 322.39218 150.70312Q322.79843 150.28125 323.43906 150.28125Q324.0953 150.28125 324.48593 150.70312Q324.89218 151.125 324.89218 151.78125L324.89218 152.14062Q324.89218 152.78125 324.48593 153.1875Q324.07968 153.59375 323.45468 153.59375Q322.81406 153.59375 322.39218 153.1875Q321.98593 152.78125 321.98593 152.09375L321.98593 151.75ZM322.6578 152.14062Q322.6578 152.51562 322.86093 152.76562Q323.07968 153.0 323.45468 153.0Q323.79843 153.0 324.00156 152.76562Q324.2203 152.53125 324.2203 152.10938L324.2203 151.75Q324.2203 151.375 324.00156 151.125Q323.79843 150.875 323.43906 150.875Q323.07968 150.875 322.86093 151.125Q322.6578 151.375 322.6578 151.78125L322.6578 152.14062ZM325.43906 155.75Q325.43906 155.10938 325.8453 154.70312Q326.26718 154.29688 326.89218 154.29688Q327.5328 154.29688 327.93906 154.70312Q328.36093 155.10938 328.36093 155.79688L328.36093 156.14062Q328.36093 156.78125 327.95468 157.20312Q327.54843 157.60938 326.9078 157.60938Q326.2828 157.60938 325.86093 157.20312Q325.43906 156.78125 325.43906 156.10938L325.43906 155.75ZM326.12656 156.14062Q326.12656 156.51562 326.32968 156.76562Q326.54843 157.01562 326.9078 157.01562Q327.26718 157.01562 327.4703 156.78125Q327.68906 156.53125 327.68906 156.125L327.68906 155.75Q327.68906 155.375 327.4703 155.125Q327.25156 154.875 326.9078 154.875Q326.54843 154.875 326.32968 155.125Q326.12656 155.35938 326.12656 155.78125L326.12656 156.14062ZM323.6578 156.96875L323.14218 156.64062L326.61093 151.07812L327.12656 151.40625L323.6578 156.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M300.30838 217.5L295.65213 217.5L295.65213 216.84375L298.10526 214.10938Q298.65213 213.5 298.85526 213.10938Q299.074 212.71875 299.074 212.29688Q299.074 211.75 298.73026 211.39062Q298.40213 211.03125 297.83963 211.03125Q297.16776 211.03125 296.79276 211.42188Q296.41776 211.79688 296.41776 212.48438L295.5115 212.48438Q295.5115 211.5 296.1365 210.90625Q296.77713 210.29688 297.83963 210.29688Q298.824 210.29688 299.40213 210.8125Q299.98026 211.32812 299.98026 212.20312Q299.98026 213.25 298.6365 214.70312L296.74588 216.76562L300.30838 216.76562L300.30838 217.5ZM302.96463 213.5L303.6365 213.5Q304.27713 213.5 304.6365 213.17188Q305.0115 212.84375 305.0115 212.28125Q305.0115 211.03125 303.7615 211.03125Q303.18338 211.03125 302.824 211.375Q302.48026 211.70312 302.48026 212.25L301.574 212.25Q301.574 211.40625 302.199 210.85938Q302.824 210.29688 303.7615 210.29688Q304.77713 210.29688 305.33963 210.82812Q305.91776 211.35938 305.91776 212.29688Q305.91776 212.76562 305.62088 213.20312Q305.324 213.64062 304.79276 213.85938Q305.3865 214.03125 305.699 214.46875Q306.02713 214.89062 306.02713 215.51562Q306.02713 216.46875 305.40213 217.03125Q304.77713 217.59375 303.77713 217.59375Q302.77713 217.59375 302.1365 217.0625Q301.5115 216.51562 301.5115 215.625L302.43338 215.625Q302.43338 216.1875 302.79276 216.53125Q303.15213 216.85938 303.77713 216.85938Q304.43338 216.85938 304.77713 216.51562Q305.12088 216.17188 305.12088 215.53125Q305.12088 214.92188 304.73026 214.59375Q304.35526 214.25 303.6365 214.25L302.96463 214.25L302.96463 213.5ZM307.574 211.75Q307.574 211.125 307.98026 210.70312Q308.3865 210.28125 309.02713 210.28125Q309.68338 210.28125 310.074 210.70312Q310.48026 211.125 310.48026 211.78125L310.48026 212.14062Q310.48026 212.78125 310.074 213.1875Q309.66776 213.59375 309.04276 213.59375Q308.40213 213.59375 307.98026 213.1875Q307.574 212.78125 307.574 212.09375L307.574 211.75ZM308.24588 212.14062Q308.24588 212.51562 308.449 212.76562Q308.66776 213.0 309.04276 213.0Q309.3865 213.0 309.58963 212.76562Q309.80838 212.53125 309.80838 212.10938L309.80838 211.75Q309.80838 211.375 309.58963 211.125Q309.3865 210.875 309.02713 210.875Q308.66776 210.875 308.449 211.125Q308.24588 211.375 308.24588 211.78125L308.24588 212.14062ZM311.02713 215.75Q311.02713 215.10938 311.43338 214.70312Q311.85526 214.29688 312.48026 214.29688Q313.12088 214.29688 313.52713 214.70312Q313.949 215.10938 313.949 215.79688L313.949 216.14062Q313.949 216.78125 313.54276 217.20312Q313.1365 217.60938 312.49588 217.60938Q311.87088 217.60938 311.449 217.20312Q311.02713 216.78125 311.02713 216.10938L311.02713 215.75ZM311.71463 216.14062Q311.71463 216.51562 311.91776 216.76562Q312.1365 217.01562 312.49588 217.01562Q312.85526 217.01562 313.05838 216.78125Q313.27713 216.53125 313.27713 216.125L313.27713 215.75Q313.27713 215.375 313.05838 215.125Q312.83963 214.875 312.49588 214.875Q312.1365 214.875 311.91776 215.125Q311.71463 215.35938 311.71463 215.78125L311.71463 216.14062ZM309.24588 216.96875L308.73026 216.64062L312.199 211.07812L312.71463 211.40625L309.24588 216.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M300.30838 217.5L295.65213 217.5L295.65213 216.84375L298.10526 214.10938Q298.65213 213.5 298.85526 213.10938Q299.074 212.71875 299.074 212.29688Q299.074 211.75 298.73026 211.39062Q298.40213 211.03125 297.83963 211.03125Q297.16776 211.03125 296.79276 211.42188Q296.41776 211.79688 296.41776 212.48438L295.5115 212.48438Q295.5115 211.5 296.1365 210.90625Q296.77713 210.29688 297.83963 210.29688Q298.824 210.29688 299.40213 210.8125Q299.98026 211.32812 299.98026 212.20312Q299.98026 213.25 298.6365 214.70312L296.74588 216.76562L300.30838 216.76562L300.30838 217.5ZM302.96463 213.5L303.6365 213.5Q304.27713 213.5 304.6365 213.17188Q305.0115 212.84375 305.0115 212.28125Q305.0115 211.03125 303.7615 211.03125Q303.18338 211.03125 302.824 211.375Q302.48026 211.70312 302.48026 212.25L301.574 212.25Q301.574 211.40625 302.199 210.85938Q302.824 210.29688 303.7615 210.29688Q304.77713 210.29688 305.33963 210.82812Q305.91776 211.35938 305.91776 212.29688Q305.91776 212.76562 305.62088 213.20312Q305.324 213.64062 304.79276 213.85938Q305.3865 214.03125 305.699 214.46875Q306.02713 214.89062 306.02713 215.51562Q306.02713 216.46875 305.40213 217.03125Q304.77713 217.59375 303.77713 217.59375Q302.77713 217.59375 302.1365 217.0625Q301.5115 216.51562 301.5115 215.625L302.43338 215.625Q302.43338 216.1875 302.79276 216.53125Q303.15213 216.85938 303.77713 216.85938Q304.43338 216.85938 304.77713 216.51562Q305.12088 216.17188 305.12088 215.53125Q305.12088 214.92188 304.73026 214.59375Q304.35526 214.25 303.6365 214.25L302.96463 214.25L302.96463 213.5ZM307.574 211.75Q307.574 211.125 307.98026 210.70312Q308.3865 210.28125 309.02713 210.28125Q309.68338 210.28125 310.074 210.70312Q310.48026 211.125 310.48026 211.78125L310.48026 212.14062Q310.48026 212.78125 310.074 213.1875Q309.66776 213.59375 309.04276 213.59375Q308.40213 213.59375 307.98026 213.1875Q307.574 212.78125 307.574 212.09375L307.574 211.75ZM308.24588 212.14062Q308.24588 212.51562 308.449 212.76562Q308.66776 213.0 309.04276 213.0Q309.3865 213.0 309.58963 212.76562Q309.80838 212.53125 309.80838 212.10938L309.80838 211.75Q309.80838 211.375 309.58963 211.125Q309.3865 210.875 309.02713 210.875Q308.66776 210.875 308.449 211.125Q308.24588 211.375 308.24588 211.78125L308.24588 212.14062ZM311.02713 215.75Q311.02713 215.10938 311.43338 214.70312Q311.85526 214.29688 312.48026 214.29688Q313.12088 214.29688 313.52713 214.70312Q313.949 215.10938 313.949 215.79688L313.949 216.14062Q313.949 216.78125 313.54276 217.20312Q313.1365 217.60938 312.49588 217.60938Q311.87088 217.60938 311.449 217.20312Q311.02713 216.78125 311.02713 216.10938L311.02713 215.75ZM311.71463 216.14062Q311.71463 216.51562 311.91776 216.76562Q312.1365 217.01562 312.49588 217.01562Q312.85526 217.01562 313.05838 216.78125Q313.27713 216.53125 313.27713 216.125L313.27713 215.75Q313.27713 215.375 313.05838 215.125Q312.83963 214.875 312.49588 214.875Q312.1365 214.875 311.91776 215.125Q311.71463 215.35938 311.71463 215.78125L311.71463 216.14062ZM309.24588 216.96875L308.73026 216.64062L312.199 211.07812L312.71463 211.40625L309.24588 216.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M231.67795 275.375Q231.3967 275.71875 231.00607 275.92188Q230.61545 276.125 230.1467 276.125Q229.53732 276.125 229.06857 275.82812Q228.61545 275.51562 228.36545 274.96875Q228.11545 274.42188 228.11545 273.75Q228.11545 273.04688 228.38107 272.46875Q228.66232 271.89062 229.16232 271.59375Q229.66232 271.29688 230.31857 271.29688Q231.38107 271.29688 231.99045 272.09375Q232.59982 272.875 232.59982 274.23438L232.59982 274.5Q232.59982 276.57812 231.7717 277.53125Q230.9592 278.48438 229.30295 278.5L229.11545 278.5L229.11545 277.75L229.31857 277.75Q230.42795 277.71875 231.0217 277.15625Q231.63107 276.59375 231.67795 275.375ZM230.28732 275.375Q230.74045 275.375 231.11545 275.09375Q231.50607 274.8125 231.69357 274.40625L231.69357 274.04688Q231.69357 273.15625 231.30295 272.60938Q230.91232 272.04688 230.3342 272.04688Q229.72482 272.04688 229.36545 272.5Q229.00607 272.95312 229.00607 273.70312Q229.00607 274.4375 229.34982 274.90625Q229.7092 275.375 230.28732 275.375ZM234.1467 272.75Q234.1467 272.125 234.55295 271.70312Q234.9592 271.28125 235.59982 271.28125Q236.25607 271.28125 236.6467 271.70312Q237.05295 272.125 237.05295 272.78125L237.05295 273.14062Q237.05295 273.78125 236.6467 274.1875Q236.24045 274.59375 235.61545 274.59375Q234.97482 274.59375 234.55295 274.1875Q234.1467 273.78125 234.1467 273.09375L234.1467 272.75ZM234.81857 273.14062Q234.81857 273.51562 235.0217 273.76562Q235.24045 274.0 235.61545 274.0Q235.9592 274.0 236.16232 273.76562Q236.38107 273.53125 236.38107 273.10938L236.38107 272.75Q236.38107 272.375 236.16232 272.125Q235.9592 271.875 235.59982 271.875Q235.24045 271.875 235.0217 272.125Q234.81857 272.375 234.81857 272.78125L234.81857 273.14062ZM237.59982 276.75Q237.59982 276.10938 238.00607 275.70312Q238.42795 275.29688 239.05295 275.29688Q239.69357 275.29688 240.09982 275.70312Q240.5217 276.10938 240.5217 276.79688L240.5217 277.14062Q240.5217 277.78125 240.11545 278.20312Q239.7092 278.60938 239.06857 278.60938Q238.44357 278.60938 238.0217 278.20312Q237.59982 277.78125 237.59982 277.10938L237.59982 276.75ZM238.28732 277.14062Q238.28732 277.51562 238.49045 277.76562Q238.7092 278.01562 239.06857 278.01562Q239.42795 278.01562 239.63107 277.78125Q239.84982 277.53125 239.84982 277.125L239.84982 276.75Q239.84982 276.375 239.63107 276.125Q239.41232 275.875 239.06857 275.875Q238.7092 275.875 238.49045 276.125Q238.28732 276.35938 238.28732 276.78125L238.28732 277.14062ZM235.81857 277.96875L235.30295 277.64062L238.7717 272.07812L239.28732 272.40625L235.81857 277.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M231.67795 275.375Q231.3967 275.71875 231.00607 275.92188Q230.61545 276.125 230.1467 276.125Q229.53732 276.125 229.06857 275.82812Q228.61545 275.51562 228.36545 274.96875Q228.11545 274.42188 228.11545 273.75Q228.11545 273.04688 228.38107 272.46875Q228.66232 271.89062 229.16232 271.59375Q229.66232 271.29688 230.31857 271.29688Q231.38107 271.29688 231.99045 272.09375Q232.59982 272.875 232.59982 274.23438L232.59982 274.5Q232.59982 276.57812 231.7717 277.53125Q230.9592 278.48438 229.30295 278.5L229.11545 278.5L229.11545 277.75L229.31857 277.75Q230.42795 277.71875 231.0217 277.15625Q231.63107 276.59375 231.67795 275.375ZM230.28732 275.375Q230.74045 275.375 231.11545 275.09375Q231.50607 274.8125 231.69357 274.40625L231.69357 274.04688Q231.69357 273.15625 231.30295 272.60938Q230.91232 272.04688 230.3342 272.04688Q229.72482 272.04688 229.36545 272.5Q229.00607 272.95312 229.00607 273.70312Q229.00607 274.4375 229.34982 274.90625Q229.7092 275.375 230.28732 275.375ZM234.1467 272.75Q234.1467 272.125 234.55295 271.70312Q234.9592 271.28125 235.59982 271.28125Q236.25607 271.28125 236.6467 271.70312Q237.05295 272.125 237.05295 272.78125L237.05295 273.14062Q237.05295 273.78125 236.6467 274.1875Q236.24045 274.59375 235.61545 274.59375Q234.97482 274.59375 234.55295 274.1875Q234.1467 273.78125 234.1467 273.09375L234.1467 272.75ZM234.81857 273.14062Q234.81857 273.51562 235.0217 273.76562Q235.24045 274.0 235.61545 274.0Q235.9592 274.0 236.16232 273.76562Q236.38107 273.53125 236.38107 273.10938L236.38107 272.75Q236.38107 272.375 236.16232 272.125Q235.9592 271.875 235.59982 271.875Q235.24045 271.875 235.0217 272.125Q234.81857 272.375 234.81857 272.78125L234.81857 273.14062ZM237.59982 276.75Q237.59982 276.10938 238.00607 275.70312Q238.42795 275.29688 239.05295 275.29688Q239.69357 275.29688 240.09982 275.70312Q240.5217 276.10938 240.5217 276.79688L240.5217 277.14062Q240.5217 277.78125 240.11545 278.20312Q239.7092 278.60938 239.06857 278.60938Q238.44357 278.60938 238.0217 278.20312Q237.59982 277.78125 237.59982 277.10938L237.59982 276.75ZM238.28732 277.14062Q238.28732 277.51562 238.49045 277.76562Q238.7092 278.01562 239.06857 278.01562Q239.42795 278.01562 239.63107 277.78125Q239.84982 277.53125 239.84982 277.125L239.84982 276.75Q239.84982 276.375 239.63107 276.125Q239.41232 275.875 239.06857 275.875Q238.7092 275.875 238.49045 276.125Q238.28732 276.35938 238.28732 276.78125L238.28732 277.14062ZM235.81857 277.96875L235.30295 277.64062L238.7717 272.07812L239.28732 272.40625L235.81857 277.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M215.30092 331.39062L215.30092 332.15625L215.12904 332.15625Q214.08217 332.17188 213.45717 332.78125Q212.83217 333.375 212.7228 334.48438Q213.2853 333.84375 214.25404 333.84375Q215.19154 333.84375 215.73842 334.5Q216.30092 335.14062 216.30092 336.1875Q216.30092 337.28125 215.69154 337.9375Q215.0978 338.59375 214.0978 338.59375Q213.08217 338.59375 212.44154 337.8125Q211.80092 337.03125 211.80092 335.79688L211.80092 335.45312Q211.80092 333.48438 212.62904 332.45312Q213.4728 331.40625 215.12904 331.39062L215.30092 331.39062ZM214.11342 334.59375Q213.64467 334.59375 213.25404 334.875Q212.86342 335.14062 212.70717 335.5625L212.70717 335.89062Q212.70717 336.78125 213.0978 337.3125Q213.50404 337.84375 214.0978 337.84375Q214.70717 337.84375 215.05092 337.40625Q215.4103 336.95312 215.4103 336.21875Q215.4103 335.48438 215.05092 335.04688Q214.69154 334.59375 214.11342 334.59375ZM217.67592 332.75Q217.67592 332.125 218.08217 331.70312Q218.48842 331.28125 219.12904 331.28125Q219.7853 331.28125 220.17592 331.70312Q220.58217 332.125 220.58217 332.78125L220.58217 333.14062Q220.58217 333.78125 220.17592 334.1875Q219.76967 334.59375 219.14467 334.59375Q218.50404 334.59375 218.08217 334.1875Q217.67592 333.78125 217.67592 333.09375L217.67592 332.75ZM218.3478 333.14062Q218.3478 333.51562 218.55092 333.76562Q218.76967 334.0 219.14467 334.0Q219.48842 334.0 219.69154 333.76562Q219.9103 333.53125 219.9103 333.10938L219.9103 332.75Q219.9103 332.375 219.69154 332.125Q219.48842 331.875 219.12904 331.875Q218.76967 331.875 218.55092 332.125Q218.3478 332.375 218.3478 332.78125L218.3478 333.14062ZM221.12904 336.75Q221.12904 336.10938 221.5353 335.70312Q221.95717 335.29688 222.58217 335.29688Q223.2228 335.29688 223.62904 335.70312Q224.05092 336.10938 224.05092 336.79688L224.05092 337.14062Q224.05092 337.78125 223.64467 338.20312Q223.23842 338.60938 222.5978 338.60938Q221.9728 338.60938 221.55092 338.20312Q221.12904 337.78125 221.12904 337.10938L221.12904 336.75ZM221.81654 337.14062Q221.81654 337.51562 222.01967 337.76562Q222.23842 338.01562 222.5978 338.01562Q222.95717 338.01562 223.1603 337.78125Q223.37904 337.53125 223.37904 337.125L223.37904 336.75Q223.37904 336.375 223.1603 336.125Q222.94154 335.875 222.5978 335.875Q222.23842 335.875 222.01967 336.125Q221.81654 336.35938 221.81654 336.78125L221.81654 337.14062ZM219.3478 337.96875L218.83217 337.64062L222.30092 332.07812L222.81654 332.40625L219.3478 337.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M215.30092 331.39062L215.30092 332.15625L215.12904 332.15625Q214.08217 332.17188 213.45717 332.78125Q212.83217 333.375 212.7228 334.48438Q213.2853 333.84375 214.25404 333.84375Q215.19154 333.84375 215.73842 334.5Q216.30092 335.14062 216.30092 336.1875Q216.30092 337.28125 215.69154 337.9375Q215.0978 338.59375 214.0978 338.59375Q213.08217 338.59375 212.44154 337.8125Q211.80092 337.03125 211.80092 335.79688L211.80092 335.45312Q211.80092 333.48438 212.62904 332.45312Q213.4728 331.40625 215.12904 331.39062L215.30092 331.39062ZM214.11342 334.59375Q213.64467 334.59375 213.25404 334.875Q212.86342 335.14062 212.70717 335.5625L212.70717 335.89062Q212.70717 336.78125 213.0978 337.3125Q213.50404 337.84375 214.0978 337.84375Q214.70717 337.84375 215.05092 337.40625Q215.4103 336.95312 215.4103 336.21875Q215.4103 335.48438 215.05092 335.04688Q214.69154 334.59375 214.11342 334.59375ZM217.67592 332.75Q217.67592 332.125 218.08217 331.70312Q218.48842 331.28125 219.12904 331.28125Q219.7853 331.28125 220.17592 331.70312Q220.58217 332.125 220.58217 332.78125L220.58217 333.14062Q220.58217 333.78125 220.17592 334.1875Q219.76967 334.59375 219.14467 334.59375Q218.50404 334.59375 218.08217 334.1875Q217.67592 333.78125 217.67592 333.09375L217.67592 332.75ZM218.3478 333.14062Q218.3478 333.51562 218.55092 333.76562Q218.76967 334.0 219.14467 334.0Q219.48842 334.0 219.69154 333.76562Q219.9103 333.53125 219.9103 333.10938L219.9103 332.75Q219.9103 332.375 219.69154 332.125Q219.48842 331.875 219.12904 331.875Q218.76967 331.875 218.55092 332.125Q218.3478 332.375 218.3478 332.78125L218.3478 333.14062ZM221.12904 336.75Q221.12904 336.10938 221.5353 335.70312Q221.95717 335.29688 222.58217 335.29688Q223.2228 335.29688 223.62904 335.70312Q224.05092 336.10938 224.05092 336.79688L224.05092 337.14062Q224.05092 337.78125 223.64467 338.20312Q223.23842 338.60938 222.5978 338.60938Q221.9728 338.60938 221.55092 338.20312Q221.12904 337.78125 221.12904 337.10938L221.12904 336.75ZM221.81654 337.14062Q221.81654 337.51562 222.01967 337.76562Q222.23842 338.01562 222.5978 338.01562Q222.95717 338.01562 223.1603 337.78125Q223.37904 337.53125 223.37904 337.125L223.37904 336.75Q223.37904 336.375 223.1603 336.125Q222.94154 335.875 222.5978 335.875Q222.23842 335.875 222.01967 336.125Q221.81654 336.35938 221.81654 336.78125L221.81654 337.14062ZM219.3478 337.96875L218.83217 337.64062L222.30092 332.07812L222.81654 332.40625L219.3478 337.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M199.23364 394.5L199.90552 394.5Q200.54614 394.5 200.90552 394.17188Q201.28052 393.84375 201.28052 393.28125Q201.28052 392.03125 200.03052 392.03125Q199.4524 392.03125 199.09302 392.375Q198.74927 392.70312 198.74927 393.25L197.84302 393.25Q197.84302 392.40625 198.46802 391.85938Q199.09302 391.29688 200.03052 391.29688Q201.04614 391.29688 201.60864 391.82812Q202.18677 392.35938 202.18677 393.29688Q202.18677 393.76562 201.8899 394.20312Q201.59302 394.64062 201.06177 394.85938Q201.65552 395.03125 201.96802 395.46875Q202.29614 395.89062 202.29614 396.51562Q202.29614 397.46875 201.67114 398.03125Q201.04614 398.59375 200.04614 398.59375Q199.04614 398.59375 198.40552 398.0625Q197.78052 397.51562 197.78052 396.625L198.7024 396.625Q198.7024 397.1875 199.06177 397.53125Q199.42114 397.85938 200.04614 397.85938Q200.7024 397.85938 201.04614 397.51562Q201.3899 397.17188 201.3899 396.53125Q201.3899 395.92188 200.99927 395.59375Q200.62427 395.25 199.90552 395.25L199.23364 395.25L199.23364 394.5ZM203.84302 392.75Q203.84302 392.125 204.24927 391.70312Q204.65552 391.28125 205.29614 391.28125Q205.9524 391.28125 206.34302 391.70312Q206.74927 392.125 206.74927 392.78125L206.74927 393.14062Q206.74927 393.78125 206.34302 394.1875Q205.93677 394.59375 205.31177 394.59375Q204.67114 394.59375 204.24927 394.1875Q203.84302 393.78125 203.84302 393.09375L203.84302 392.75ZM204.5149 393.14062Q204.5149 393.51562 204.71802 393.76562Q204.93677 394.0 205.31177 394.0Q205.65552 394.0 205.85864 393.76562Q206.0774 393.53125 206.0774 393.10938L206.0774 392.75Q206.0774 392.375 205.85864 392.125Q205.65552 391.875 205.29614 391.875Q204.93677 391.875 204.71802 392.125Q204.5149 392.375 204.5149 392.78125L204.5149 393.14062ZM207.29614 396.75Q207.29614 396.10938 207.7024 395.70312Q208.12427 395.29688 208.74927 395.29688Q209.3899 395.29688 209.79614 395.70312Q210.21802 396.10938 210.21802 396.79688L210.21802 397.14062Q210.21802 397.78125 209.81177 398.20312Q209.40552 398.60938 208.7649 398.60938Q208.1399 398.60938 207.71802 398.20312Q207.29614 397.78125 207.29614 397.10938L207.29614 396.75ZM207.98364 397.14062Q207.98364 397.51562 208.18677 397.76562Q208.40552 398.01562 208.7649 398.01562Q209.12427 398.01562 209.3274 397.78125Q209.54614 397.53125 209.54614 397.125L209.54614 396.75Q209.54614 396.375 209.3274 396.125Q209.10864 395.875 208.7649 395.875Q208.40552 395.875 208.18677 396.125Q207.98364 396.35938 207.98364 396.78125L207.98364 397.14062ZM205.5149 397.96875L204.99927 397.64062L208.46802 392.07812L208.98364 392.40625L205.5149 397.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M199.23364 394.5L199.90552 394.5Q200.54614 394.5 200.90552 394.17188Q201.28052 393.84375 201.28052 393.28125Q201.28052 392.03125 200.03052 392.03125Q199.4524 392.03125 199.09302 392.375Q198.74927 392.70312 198.74927 393.25L197.84302 393.25Q197.84302 392.40625 198.46802 391.85938Q199.09302 391.29688 200.03052 391.29688Q201.04614 391.29688 201.60864 391.82812Q202.18677 392.35938 202.18677 393.29688Q202.18677 393.76562 201.8899 394.20312Q201.59302 394.64062 201.06177 394.85938Q201.65552 395.03125 201.96802 395.46875Q202.29614 395.89062 202.29614 396.51562Q202.29614 397.46875 201.67114 398.03125Q201.04614 398.59375 200.04614 398.59375Q199.04614 398.59375 198.40552 398.0625Q197.78052 397.51562 197.78052 396.625L198.7024 396.625Q198.7024 397.1875 199.06177 397.53125Q199.42114 397.85938 200.04614 397.85938Q200.7024 397.85938 201.04614 397.51562Q201.3899 397.17188 201.3899 396.53125Q201.3899 395.92188 200.99927 395.59375Q200.62427 395.25 199.90552 395.25L199.23364 395.25L199.23364 394.5ZM203.84302 392.75Q203.84302 392.125 204.24927 391.70312Q204.65552 391.28125 205.29614 391.28125Q205.9524 391.28125 206.34302 391.70312Q206.74927 392.125 206.74927 392.78125L206.74927 393.14062Q206.74927 393.78125 206.34302 394.1875Q205.93677 394.59375 205.31177 394.59375Q204.67114 394.59375 204.24927 394.1875Q203.84302 393.78125 203.84302 393.09375L203.84302 392.75ZM204.5149 393.14062Q204.5149 393.51562 204.71802 393.76562Q204.93677 394.0 205.31177 394.0Q205.65552 394.0 205.85864 393.76562Q206.0774 393.53125 206.0774 393.10938L206.0774 392.75Q206.0774 392.375 205.85864 392.125Q205.65552 391.875 205.29614 391.875Q204.93677 391.875 204.71802 392.125Q204.5149 392.375 204.5149 392.78125L204.5149 393.14062ZM207.29614 396.75Q207.29614 396.10938 207.7024 395.70312Q208.12427 395.29688 208.74927 395.29688Q209.3899 395.29688 209.79614 395.70312Q210.21802 396.10938 210.21802 396.79688L210.21802 397.14062Q210.21802 397.78125 209.81177 398.20312Q209.40552 398.60938 208.7649 398.60938Q208.1399 398.60938 207.71802 398.20312Q207.29614 397.78125 207.29614 397.10938L207.29614 396.75ZM207.98364 397.14062Q207.98364 397.51562 208.18677 397.76562Q208.40552 398.01562 208.7649 398.01562Q209.12427 398.01562 209.3274 397.78125Q209.54614 397.53125 209.54614 397.125L209.54614 396.75Q209.54614 396.375 209.3274 396.125Q209.10864 395.875 208.7649 395.875Q208.40552 395.875 208.18677 396.125Q207.98364 396.35938 207.98364 396.78125L207.98364 397.14062ZM205.5149 397.96875L204.99927 397.64062L208.46802 392.07812L208.98364 392.40625L205.5149 397.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M195.1784 458.5L190.52216 458.5L190.52216 457.84375L192.97528 455.10938Q193.52216 454.5 193.72528 454.10938Q193.94403 453.71875 193.94403 453.29688Q193.94403 452.75 193.60028 452.39062Q193.27216 452.03125 192.70966 452.03125Q192.03778 452.03125 191.66278 452.42188Q191.28778 452.79688 191.28778 453.48438L190.38153 453.48438Q190.38153 452.5 191.00653 451.90625Q191.64716 451.29688 192.70966 451.29688Q193.69403 451.29688 194.27216 451.8125Q194.85028 452.32812 194.85028 453.20312Q194.85028 454.25 193.50653 455.70312L191.6159 457.76562L195.1784 457.76562L195.1784 458.5ZM196.44403 452.75Q196.44403 452.125 196.85028 451.70312Q197.25653 451.28125 197.89716 451.28125Q198.5534 451.28125 198.94403 451.70312Q199.35028 452.125 199.35028 452.78125L199.35028 453.14062Q199.35028 453.78125 198.94403 454.1875Q198.53778 454.59375 197.91278 454.59375Q197.27216 454.59375 196.85028 454.1875Q196.44403 453.78125 196.44403 453.09375L196.44403 452.75ZM197.1159 453.14062Q197.1159 453.51562 197.31903 453.76562Q197.53778 454.0 197.91278 454.0Q198.25653 454.0 198.45966 453.76562Q198.6784 453.53125 198.6784 453.10938L198.6784 452.75Q198.6784 452.375 198.45966 452.125Q198.25653 451.875 197.89716 451.875Q197.53778 451.875 197.31903 452.125Q197.1159 452.375 197.1159 452.78125L197.1159 453.14062ZM199.89716 456.75Q199.89716 456.10938 200.3034 455.70312Q200.72528 455.29688 201.35028 455.29688Q201.9909 455.29688 202.39716 455.70312Q202.81903 456.10938 202.81903 456.79688L202.81903 457.14062Q202.81903 457.78125 202.41278 458.20312Q202.00653 458.60938 201.3659 458.60938Q200.7409 458.60938 200.31903 458.20312Q199.89716 457.78125 199.89716 457.10938L199.89716 456.75ZM200.58466 457.14062Q200.58466 457.51562 200.78778 457.76562Q201.00653 458.01562 201.3659 458.01562Q201.72528 458.01562 201.9284 457.78125Q202.14716 457.53125 202.14716 457.125L202.14716 456.75Q202.14716 456.375 201.9284 456.125Q201.70966 455.875 201.3659 455.875Q201.00653 455.875 200.78778 456.125Q200.58466 456.35938 200.58466 456.78125L200.58466 457.14062ZM198.1159 457.96875L197.60028 457.64062L201.06903 452.07812L201.58466 452.40625L198.1159 457.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M195.1784 458.5L190.52216 458.5L190.52216 457.84375L192.97528 455.10938Q193.52216 454.5 193.72528 454.10938Q193.94403 453.71875 193.94403 453.29688Q193.94403 452.75 193.60028 452.39062Q193.27216 452.03125 192.70966 452.03125Q192.03778 452.03125 191.66278 452.42188Q191.28778 452.79688 191.28778 453.48438L190.38153 453.48438Q190.38153 452.5 191.00653 451.90625Q191.64716 451.29688 192.70966 451.29688Q193.69403 451.29688 194.27216 451.8125Q194.85028 452.32812 194.85028 453.20312Q194.85028 454.25 193.50653 455.70312L191.6159 457.76562L195.1784 457.76562L195.1784 458.5ZM196.44403 452.75Q196.44403 452.125 196.85028 451.70312Q197.25653 451.28125 197.89716 451.28125Q198.5534 451.28125 198.94403 451.70312Q199.35028 452.125 199.35028 452.78125L199.35028 453.14062Q199.35028 453.78125 198.94403 454.1875Q198.53778 454.59375 197.91278 454.59375Q197.27216 454.59375 196.85028 454.1875Q196.44403 453.78125 196.44403 453.09375L196.44403 452.75ZM197.1159 453.14062Q197.1159 453.51562 197.31903 453.76562Q197.53778 454.0 197.91278 454.0Q198.25653 454.0 198.45966 453.76562Q198.6784 453.53125 198.6784 453.10938L198.6784 452.75Q198.6784 452.375 198.45966 452.125Q198.25653 451.875 197.89716 451.875Q197.53778 451.875 197.31903 452.125Q197.1159 452.375 197.1159 452.78125L197.1159 453.14062ZM199.89716 456.75Q199.89716 456.10938 200.3034 455.70312Q200.72528 455.29688 201.35028 455.29688Q201.9909 455.29688 202.39716 455.70312Q202.81903 456.10938 202.81903 456.79688L202.81903 457.14062Q202.81903 457.78125 202.41278 458.20312Q202.00653 458.60938 201.3659 458.60938Q200.7409 458.60938 200.31903 458.20312Q199.89716 457.78125 199.89716 457.10938L199.89716 456.75ZM200.58466 457.14062Q200.58466 457.51562 200.78778 457.76562Q201.00653 458.01562 201.3659 458.01562Q201.72528 458.01562 201.9284 457.78125Q202.14716 457.53125 202.14716 457.125L202.14716 456.75Q202.14716 456.375 201.9284 456.125Q201.70966 455.875 201.3659 455.875Q201.00653 455.875 200.78778 456.125Q200.58466 456.35938 200.58466 456.78125L200.58466 457.14062ZM198.1159 457.96875L197.60028 457.64062L201.06903 452.07812L201.58466 452.40625L198.1159 457.96875Z" fill-rule="nonzero"/><path stroke="#ffffff" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" d="M191.8181 518.5L190.91185 518.5L190.91185 512.4844L189.08372 513.1406L189.08372 512.3281L191.67747 511.35938L191.8181 511.35938L191.8181 518.5ZM194.77122 512.75Q194.77122 512.125 195.17747 511.70312Q195.58372 511.28125 196.22435 511.28125Q196.8806 511.28125 197.27122 511.70312Q197.67747 512.125 197.67747 512.78125L197.67747 513.1406Q197.67747 513.78125 197.27122 514.1875Q196.86497 514.59375 196.23997 514.59375Q195.59935 514.59375 195.17747 514.1875Q194.77122 513.78125 194.77122 513.09375L194.77122 512.75ZM195.4431 513.1406Q195.4431 513.5156 195.64622 513.7656Q195.86497 514.0 196.23997 514.0Q196.58372 514.0 196.78685 513.7656Q197.0056 513.53125 197.0056 513.1094L197.0056 512.75Q197.0056 512.375 196.78685 512.125Q196.58372 511.875 196.22435 511.875Q195.86497 511.875 195.64622 512.125Q195.4431 512.375 195.4431 512.78125L195.4431 513.1406ZM198.22435 516.75Q198.22435 516.1094 198.6306 515.7031Q199.05247 515.2969 199.67747 515.2969Q200.3181 515.2969 200.72435 515.7031Q201.14622 516.1094 201.14622 516.7969L201.14622 517.1406Q201.14622 517.78125 200.73997 518.2031Q200.33372 518.6094 199.6931 518.6094Q199.0681 518.6094 198.64622 518.2031Q198.22435 517.78125 198.22435 517.1094L198.22435 516.75ZM198.91185 517.1406Q198.91185 517.5156 199.11497 517.7656Q199.33372 518.0156 199.6931 518.0156Q200.05247 518.0156 200.2556 517.78125Q200.47435 517.53125 200.47435 517.125L200.47435 516.75Q200.47435 516.375 200.2556 516.125Q200.03685 515.875 199.6931 515.875Q199.33372 515.875 199.11497 516.125Q198.91185 516.3594 198.91185 516.78125L198.91185 517.1406ZM196.4431 517.96875L195.92747 517.6406L199.39622 512.0781L199.91185 512.40625L196.4431 517.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M191.8181 518.5L190.91185 518.5L190.91185 512.4844L189.08372 513.1406L189.08372 512.3281L191.67747 511.35938L191.8181 511.35938L191.8181 518.5ZM194.77122 512.75Q194.77122 512.125 195.17747 511.70312Q195.58372 511.28125 196.22435 511.28125Q196.8806 511.28125 197.27122 511.70312Q197.67747 512.125 197.67747 512.78125L197.67747 513.1406Q197.67747 513.78125 197.27122 514.1875Q196.86497 514.59375 196.23997 514.59375Q195.59935 514.59375 195.17747 514.1875Q194.77122 513.78125 194.77122 513.09375L194.77122 512.75ZM195.4431 513.1406Q195.4431 513.5156 195.64622 513.7656Q195.86497 514.0 196.23997 514.0Q196.58372 514.0 196.78685 513.7656Q197.0056 513.53125 197.0056 513.1094L197.0056 512.75Q197.0056 512.375 196.78685 512.125Q196.58372 511.875 196.22435 511.875Q195.86497 511.875 195.64622 512.125Q195.4431 512.375 195.4431 512.78125L195.4431 513.1406ZM198.22435 516.75Q198.22435 516.1094 198.6306 515.7031Q199.05247 515.2969 199.67747 515.2969Q200.3181 515.2969 200.72435 515.7031Q201.14622 516.1094 201.14622 516.7969L201.14622 517.1406Q201.14622 517.78125 200.73997 518.2031Q200.33372 518.6094 199.6931 518.6094Q199.0681 518.6094 198.64622 518.2031Q198.22435 517.78125 198.22435 517.1094L198.22435 516.75ZM198.91185 517.1406Q198.91185 517.5156 199.11497 517.7656Q199.33372 518.0156 199.6931 518.0156Q200.05247 518.0156 200.2556 517.78125Q200.47435 517.53125 200.47435 517.125L200.47435 516.75Q200.47435 516.375 200.2556 516.125Q200.03685 515.875 199.6931 515.875Q199.33372 515.875 199.11497 516.125Q198.91185 516.3594 198.91185 516.78125L198.91185 517.1406ZM196.4431 517.96875L195.92747 517.6406L199.39622 512.0781L199.91185 512.40625L196.4431 517.96875Z" fill-rule="nonzero"/><path fill="#666666" d="M324.59708 571.3118Q324.59708 570.5462 325.08145 570.0462Q325.58145 569.5462 326.34708 569.5462Q327.12833 569.5462 327.6127 570.0462Q328.09708 570.5462 328.09708 571.3431L328.09708 571.76495Q328.09708 572.5306 327.59708 573.0306Q327.1127 573.51495 326.3627 573.51495Q325.59708 573.51495 325.09708 573.0306Q324.59708 572.5306 324.59708 571.7181L324.59708 571.3118ZM325.40958 571.76495Q325.40958 572.2181 325.65958 572.51495Q325.9252 572.8118 326.3627 572.8118Q326.78458 572.8118 327.03458 572.5306Q327.28458 572.2337 327.28458 571.7337L327.28458 571.3118Q327.28458 570.8587 327.03458 570.5618Q326.78458 570.2493 326.34708 570.2493Q325.90958 570.2493 325.65958 570.5618Q325.40958 570.8587 325.40958 571.32745L325.40958 571.76495ZM328.75333 576.1087Q328.75333 575.3431 329.2377 574.8587Q329.7377 574.3587 330.50333 574.3587Q331.26895 574.3587 331.75333 574.8587Q332.25333 575.3431 332.25333 576.1556L332.25333 576.5618Q332.25333 577.32745 331.76895 577.82745Q331.28458 578.32745 330.51895 578.32745Q329.75333 578.32745 329.25333 577.8431Q328.75333 577.3431 328.75333 576.5306L328.75333 576.1087ZM329.56583 576.5618Q329.56583 577.0306 329.81583 577.32745Q330.08145 577.6243 330.51895 577.6243Q330.94083 577.6243 331.19083 577.3431Q331.44083 577.0462 331.44083 576.5462L331.44083 576.1087Q331.44083 575.63995 331.1752 575.3587Q330.9252 575.0618 330.50333 575.0618Q330.08145 575.0618 329.81583 575.3587Q329.56583 575.63995 329.56583 576.13995L329.56583 576.5618ZM326.6127 577.5618L325.9877 577.1712L330.15958 570.4993L330.76895 570.88995L326.6127 577.5618ZM336.51895 574.9681Q336.51895 574.0462 336.87833 573.2962Q337.25333 572.5462 337.90958 572.1556Q338.56583 571.7493 339.39395 571.7493Q340.69083 571.7493 341.4877 572.63995Q342.3002 573.5306 342.3002 575.0306L342.3002 575.1087Q342.3002 576.0306 341.94083 576.76495Q341.58145 577.4993 340.9252 577.9212Q340.26895 578.32745 339.40958 578.32745Q338.12833 578.32745 337.31583 577.4368Q336.51895 576.5306 336.51895 575.0462L336.51895 574.9681ZM337.6127 575.1087Q337.6127 576.1556 338.09708 576.7962Q338.59708 577.4368 339.40958 577.4368Q340.2377 577.4368 340.72208 576.7962Q341.20645 576.13995 341.20645 574.9681Q341.20645 573.9368 340.70645 573.2962Q340.22208 572.63995 339.39395 572.63995Q338.59708 572.63995 338.09708 573.2806Q337.6127 573.9056 337.6127 575.1087ZM344.34708 578.20245L344.34708 572.70245L343.34708 572.70245L343.34708 571.8587L344.34708 571.8587L344.34708 571.2181Q344.34708 570.1868 344.87833 569.63995Q345.4252 569.07745 346.4252 569.07745Q346.8002 569.07745 347.1752 569.1712L347.1127 570.0618Q346.83145 569.9993 346.53458 569.9993Q346.00333 569.9993 345.70645 570.3118Q345.4252 570.6243 345.4252 571.1868L345.4252 571.8587L346.78458 571.8587L346.78458 572.70245L345.4252 572.70245L345.4252 578.20245L344.34708 578.20245ZM353.87833 572.82745Q353.62833 572.7962 353.34708 572.7962Q352.26895 572.7962 351.89395 573.70245L351.89395 578.20245L350.81583 578.20245L350.81583 571.8587L351.8627 571.8587L351.87833 572.5931Q352.40958 571.7493 353.39395 571.7493Q353.70645 571.7493 353.87833 571.82745L353.87833 572.82745ZM357.44083 578.32745Q356.14395 578.32745 355.33145 577.4837Q354.53458 576.6243 354.53458 575.20245L354.53458 575.01495Q354.53458 574.0618 354.89395 573.32745Q355.25333 572.57745 355.89395 572.1712Q356.5502 571.7493 357.3002 571.7493Q358.53458 571.7493 359.22208 572.5618Q359.90958 573.3743 359.90958 574.88995L359.90958 575.3431L355.6127 575.3431Q355.64395 576.2806 356.15958 576.8587Q356.69083 577.4368 357.50333 577.4368Q358.06583 577.4368 358.45645 577.20245Q358.8627 576.9681 359.1752 576.57745L359.83145 577.0931Q359.03458 578.32745 357.44083 578.32745ZM357.3002 572.63995Q356.64395 572.63995 356.19083 573.1243Q355.75333 573.5931 355.65958 574.45245L358.83145 574.45245L358.83145 574.3743Q358.78458 573.5462 358.37833 573.0931Q357.9877 572.63995 357.3002 572.63995ZM364.50333 576.51495Q364.50333 576.07745 364.15958 575.8431Q363.83145 575.5931 363.00333 575.4212Q362.19083 575.2493 361.70645 574.9993Q361.22208 574.7493 360.9877 574.4212Q360.76895 574.07745 360.76895 573.6087Q360.76895 572.82745 361.4252 572.2962Q362.08145 571.7493 363.1127 571.7493Q364.19083 571.7493 364.84708 572.3118Q365.51895 572.8587 365.51895 573.7181L364.44083 573.7181Q364.44083 573.2806 364.0502 572.9681Q363.6752 572.63995 363.1127 572.63995Q362.51895 572.63995 362.1752 572.9056Q361.84708 573.1556 361.84708 573.5618Q361.84708 573.95245 362.15958 574.1556Q362.47208 574.3587 363.28458 574.5462Q364.09708 574.7181 364.59708 574.9681Q365.09708 575.2181 365.33145 575.57745Q365.58145 575.9368 365.58145 576.4368Q365.58145 577.2962 364.89395 577.8118Q364.22208 578.32745 363.14395 578.32745Q362.37833 578.32745 361.78458 578.0618Q361.20645 577.7806 360.87833 577.2962Q360.5502 576.8118 360.5502 576.2493L361.62833 576.2493Q361.65958 576.7962 362.06583 577.1243Q362.47208 577.4368 363.14395 577.4368Q363.75333 577.4368 364.12833 577.1868Q364.50333 576.9368 364.50333 576.51495ZM372.15958 575.1087Q372.15958 576.5462 371.50333 577.4368Q370.84708 578.32745 369.70645 578.32745Q368.5502 578.32745 367.89395 577.5931L367.89395 580.63995L366.81583 580.63995L366.81583 571.8587L367.8002 571.8587L367.84708 572.5618Q368.51895 571.7493 369.69083 571.7493Q370.83145 571.7493 371.4877 572.6087Q372.15958 573.4681 372.15958 574.9993L372.15958 575.1087ZM371.08145 574.9837Q371.08145 573.9056 370.6127 573.2962Q370.15958 572.6712 369.3627 572.6712Q368.37833 572.6712 367.89395 573.5306L367.89395 576.5618Q368.37833 577.4368 369.37833 577.4368Q370.15958 577.4368 370.6127 576.82745Q371.08145 576.20245 371.08145 574.9837ZM373.51895 574.9681Q373.51895 574.0462 373.87833 573.2962Q374.25333 572.5462 374.90958 572.1556Q375.56583 571.7493 376.39395 571.7493Q377.69083 571.7493 378.4877 572.63995Q379.3002 573.5306 379.3002 575.0306L379.3002 575.1087Q379.3002 576.0306 378.94083 576.76495Q378.58145 577.4993 377.9252 577.9212Q377.26895 578.32745 376.40958 578.32745Q375.12833 578.32745 374.31583 577.4368Q373.51895 576.5306 373.51895 575.0462L373.51895 574.9681ZM374.6127 575.1087Q374.6127 576.1556 375.09708 576.7962Q375.59708 577.4368 376.40958 577.4368Q377.2377 577.4368 377.72208 576.7962Q378.20645 576.13995 378.20645 574.9681Q378.20645 573.9368 377.70645 573.2962Q377.22208 572.63995 376.39395 572.63995Q375.59708 572.63995 375.09708 573.2806Q374.6127 573.9056 374.6127 575.1087ZM381.83145 571.8587L381.8627 572.6556Q382.59708 571.7493 383.76895 571.7493Q385.78458 571.7493 385.8002 574.01495L385.8002 578.20245L384.70645 578.20245L384.70645 573.9993Q384.70645 573.32745 384.39395 572.9993Q384.09708 572.6712 383.44083 572.6712Q382.90958 572.6712 382.50333 572.95245Q382.1127 573.2337 381.89395 573.6868L381.89395 578.20245L380.81583 578.20245L380.81583 571.8587L381.83145 571.8587ZM387.5502 574.9837Q387.5502 573.51495 388.2377 572.63995Q388.9252 571.7493 390.0502 571.7493Q391.15958 571.7493 391.81583 572.4993L391.81583 569.20245L392.89395 569.20245L392.89395 578.20245L391.89395 578.20245L391.84708 577.51495Q391.19083 578.32745 390.03458 578.32745Q388.94083 578.32745 388.2377 577.4212Q387.5502 576.51495 387.5502 575.0618L387.5502 574.9837ZM388.62833 575.1087Q388.62833 576.1868 389.06583 576.7962Q389.51895 577.4056 390.3002 577.4056Q391.33145 577.4056 391.81583 576.4681L391.81583 573.5618Q391.33145 572.6712 390.31583 572.6712Q389.51895 572.6712 389.06583 573.2806Q388.62833 573.88995 388.62833 575.1087ZM397.44083 578.32745Q396.14395 578.32745 395.33145 577.4837Q394.53458 576.6243 394.53458 575.20245L394.53458 575.01495Q394.53458 574.0618 394.89395 573.32745Q395.25333 572.57745 395.89395 572.1712Q396.5502 571.7493 397.3002 571.7493Q398.53458 571.7493 399.22208 572.5618Q399.90958 573.3743 399.90958 574.88995L399.90958 575.3431L395.6127 575.3431Q395.64395 576.2806 396.15958 576.8587Q396.69083 577.4368 397.50333 577.4368Q398.06583 577.4368 398.45645 577.20245Q398.8627 576.9681 399.1752 576.57745L399.83145 577.0931Q399.03458 578.32745 397.44083 578.32745ZM397.3002 572.63995Q396.64395 572.63995 396.19083 573.1243Q395.75333 573.5931 395.65958 574.45245L398.83145 574.45245L398.83145 574.3743Q398.78458 573.5462 398.37833 573.0931Q397.9877 572.63995 397.3002 572.63995ZM401.83145 571.8587L401.8627 572.6556Q402.59708 571.7493 403.76895 571.7493Q405.78458 571.7493 405.8002 574.01495L405.8002 578.20245L404.70645 578.20245L404.70645 573.9993Q404.70645 573.32745 404.39395 572.9993Q404.09708 572.6712 403.44083 572.6712Q402.90958 572.6712 402.50333 572.95245Q402.1127 573.2337 401.89395 573.6868L401.89395 578.20245L400.81583 578.20245L400.81583 571.8587L401.83145 571.8587ZM409.28458 570.32745L409.28458 571.8587L410.45645 571.8587L410.45645 572.70245L409.28458 572.70245L409.28458 576.6243Q409.28458 577.01495 409.44083 577.20245Q409.59708 577.38995 409.97208 577.38995Q410.15958 577.38995 410.4877 577.32745L410.4877 578.20245Q410.06583 578.32745 409.65958 578.32745Q408.94083 578.32745 408.56583 577.88995Q408.19083 577.4368 408.19083 576.6243L408.19083 572.70245L407.03458 572.70245L407.03458 571.8587L408.19083 571.8587L408.19083 570.32745L409.28458 570.32745ZM415.50333 576.51495Q415.50333 576.07745 415.15958 575.8431Q414.83145 575.5931 414.00333 575.4212Q413.19083 575.2493 412.70645 574.9993Q412.22208 574.7493 411.9877 574.4212Q411.76895 574.07745 411.76895 573.6087Q411.76895 572.82745 412.4252 572.2962Q413.08145 571.7493 414.1127 571.7493Q415.19083 571.7493 415.84708 572.3118Q416.51895 572.8587 416.51895 573.7181L415.44083 573.7181Q415.44083 573.2806 415.0502 572.9681Q414.6752 572.63995 414.1127 572.63995Q413.51895 572.63995 413.1752 572.9056Q412.84708 573.1556 412.84708 573.5618Q412.84708 573.95245 413.15958 574.1556Q413.47208 574.3587 414.28458 574.5462Q415.09708 574.7181 415.59708 574.9681Q416.09708 575.2181 416.33145 575.57745Q416.58145 575.9368 416.58145 576.4368Q416.58145 577.2962 415.89395 577.8118Q415.22208 578.32745 414.14395 578.32745Q413.37833 578.32745 412.78458 578.0618Q412.20645 577.7806 411.87833 577.2962Q411.5502 576.8118 411.5502 576.2493L412.62833 576.2493Q412.65958 576.7962 413.06583 577.1243Q413.47208 577.4368 414.14395 577.4368Q414.75333 577.4368 415.12833 577.1868Q415.50333 576.9368 415.50333 576.51495Z" fill-rule="nonzero"/><path fill="#666666" d="M117.046875 79.47826Q117.046875 80.72826 116.625 81.66576Q116.203125 82.58763 115.421875 83.08763Q114.65625 83.58763 113.625 83.58763Q112.625 83.58763 111.84375 83.08763Q111.0625 82.58763 110.625 81.68138Q110.203125 80.75951 110.1875 79.54076L110.1875 78.93138Q110.1875 77.69701 110.609375 76.75951Q111.046875 75.82201 111.828125 75.32201Q112.609375 74.80638 113.625 74.80638Q114.640625 74.80638 115.421875 75.30638Q116.203125 75.80638 116.625 76.74388Q117.046875 77.68138 117.046875 78.93138L117.046875 79.47826ZM115.9375 78.91576Q115.9375 77.40013 115.328125 76.58763Q114.71875 75.77513 113.625 75.77513Q112.546875 75.77513 111.9375 76.58763Q111.328125 77.40013 111.3125 78.83763L111.3125 79.47826Q111.3125 80.94701 111.921875 81.79076Q112.546875 82.61888 113.625 82.61888Q114.71875 82.61888 115.3125 81.83763Q115.921875 81.04076 115.9375 79.55638L115.9375 78.91576ZM119.34375 77.11888L119.375 77.91576Q120.109375 77.00951 121.28125 77.00951Q123.296875 77.00951 123.3125 79.27513L123.3125 83.46263L122.21875 83.46263L122.21875 79.25951Q122.21875 78.58763 121.90625 78.25951Q121.609375 77.93138 120.953125 77.93138Q120.421875 77.93138 120.015625 78.21263Q119.625 78.49388 119.40625 78.94701L119.40625 83.46263L118.328125 83.46263L118.328125 77.11888L119.34375 77.11888ZM126.5 83.46263L125.421875 83.46263L125.421875 74.46263L126.5 74.46263L126.5 83.46263ZM130.39062 81.86888L131.875 77.11888L133.03125 77.11888L130.48438 84.44701Q129.89062 86.02513 128.60938 86.02513L128.39062 86.00951L128.0 85.93138L128.0 85.05638L128.28125 85.07201Q128.84375 85.07201 129.14062 84.85326Q129.45312 84.63451 129.65625 84.04076L129.89062 83.38451L127.625 77.11888L128.8125 77.11888L130.39062 81.86888ZM138.625 82.54076L142.67188 82.54076L142.67188 83.46263L137.48438 83.46263L137.48438 74.93138L138.625 74.93138L138.625 82.54076ZM144.5 83.46263L143.42188 83.46263L143.42188 77.11888L144.5 77.11888L144.5 83.46263ZM143.32812 75.44701Q143.32812 75.18138 143.48438 74.99388Q143.65625 74.80638 143.96875 74.80638Q144.28125 74.80638 144.4375 74.99388Q144.60938 75.18138 144.60938 75.44701Q144.60938 75.69701 144.4375 75.88451Q144.28125 76.05638 143.96875 76.05638Q143.65625 76.05638 143.48438 75.88451Q143.32812 75.69701 143.32812 75.44701ZM147.34375 77.11888L147.375 77.91576Q148.10938 77.00951 149.28125 77.00951Q151.29688 77.00951 151.3125 79.27513L151.3125 83.46263L150.21875 83.46263L150.21875 79.25951Q150.21875 78.58763 149.90625 78.25951Q149.60938 77.93138 148.95312 77.93138Q148.42188 77.93138 148.01562 78.21263Q147.625 78.49388 147.40625 78.94701L147.40625 83.46263L146.32812 83.46263L146.32812 77.11888L147.34375 77.11888ZM157.23438 82.83763Q156.60938 83.58763 155.375 83.58763Q154.35938 83.58763 153.82812 82.99388Q153.29688 82.40013 153.29688 81.24388L153.29688 77.11888L154.375 77.11888L154.375 81.21263Q154.375 82.66576 155.54688 82.66576Q156.79688 82.66576 157.20312 81.72826L157.20312 77.11888L158.29688 77.11888L158.29688 83.46263L157.26562 83.46263L157.23438 82.83763ZM162.45312 79.43138L163.85938 77.11888L165.125 77.11888L163.04688 80.25951L165.1875 83.46263L163.9375 83.46263L162.46875 81.08763L161.0 83.46263L159.73438 83.46263L161.875 80.25951L159.8125 77.11888L161.0625 77.11888L162.45312 79.43138Z" fill-rule="nonzero"/><path fill="#666666" d="M107.046875 139.68651Q107.046875 140.93651 106.625 141.87401Q106.203125 142.79588 105.421875 143.29588Q104.65625 143.79588 103.625 143.79588Q102.625 143.79588 101.84375 143.29588Q101.0625 142.79588 100.625 141.88963Q100.203125 140.96776 100.1875 139.74901L100.1875 139.13963Q100.1875 137.90526 100.609375 136.96776Q101.046875 136.03026 101.828125 135.53026Q102.609375 135.01463 103.625 135.01463Q104.640625 135.01463 105.421875 135.51463Q106.203125 136.01463 106.625 136.95213Q107.046875 137.88963 107.046875 139.13963L107.046875 139.68651ZM105.9375 139.12401Q105.9375 137.60838 105.328125 136.79588Q104.71875 135.98338 103.625 135.98338Q102.546875 135.98338 101.9375 136.79588Q101.328125 137.60838 101.3125 139.04588L101.3125 139.68651Q101.3125 141.15526 101.921875 141.99901Q102.546875 142.82713 103.625 142.82713Q104.71875 142.82713 105.3125 142.04588Q105.921875 141.24901 105.9375 139.76463L105.9375 139.12401ZM109.34375 137.32713L109.375 138.12401Q110.109375 137.21776 111.28125 137.21776Q113.296875 137.21776 113.3125 139.48338L113.3125 143.67088L112.21875 143.67088L112.21875 139.46776Q112.21875 138.79588 111.90625 138.46776Q111.609375 138.13963 110.953125 138.13963Q110.421875 138.13963 110.015625 138.42088Q109.625 138.70213 109.40625 139.15526L109.40625 143.67088L108.328125 143.67088L108.328125 137.32713L109.34375 137.32713ZM116.5 143.67088L115.421875 143.67088L115.421875 134.67088L116.5 134.67088L116.5 143.67088ZM120.390625 142.07713L121.875 137.32713L123.03125 137.32713L120.484375 144.65526Q119.890625 146.23338 118.609375 146.23338L118.390625 146.21776L118.0 146.13963L118.0 145.26463L118.28125 145.28026Q118.84375 145.28026 119.140625 145.06151Q119.453125 144.84276 119.65625 144.24901L119.890625 143.59276L117.625 137.32713L118.8125 137.32713L120.390625 142.07713ZM128.34375 137.32713L128.375 138.03026Q129.0625 137.21776 130.25 137.21776Q131.57812 137.21776 132.0625 138.23338Q132.375 137.78026 132.875 137.49901Q133.39062 137.21776 134.07812 137.21776Q136.17188 137.21776 136.20312 139.42088L136.20312 143.67088L135.125 143.67088L135.125 139.48338Q135.125 138.81151 134.8125 138.48338Q134.5 138.13963 133.76562 138.13963Q133.15625 138.13963 132.75 138.49901Q132.35938 138.85838 132.29688 139.46776L132.29688 143.67088L131.21875 143.67088L131.21875 139.51463Q131.21875 138.13963 129.85938 138.13963Q128.79688 138.13963 128.40625 139.04588L128.40625 143.67088L127.3125 143.67088L127.3125 137.32713L128.34375 137.32713ZM142.23438 143.67088Q142.14062 143.48338 142.07812 142.99901Q141.32812 143.79588 140.28125 143.79588Q139.34375 143.79588 138.73438 143.26463Q138.14062 142.73338 138.14062 141.90526Q138.14062 140.92088 138.89062 140.37401Q139.64062 139.82713 141.01562 139.82713L142.0625 139.82713L142.0625 139.32713Q142.0625 138.76463 141.71875 138.43651Q141.39062 138.09276 140.71875 138.09276Q140.14062 138.09276 139.75 138.38963Q139.35938 138.67088 139.35938 139.09276L138.26562 139.09276Q138.26562 138.60838 138.59375 138.17088Q138.9375 137.73338 139.51562 137.48338Q140.09375 137.21776 140.78125 137.21776Q141.89062 137.21776 142.5 137.76463Q143.125 138.31151 143.15625 139.26463L143.15625 142.18651Q143.15625 143.06151 143.375 143.57713L143.375 143.67088L142.23438 143.67088ZM140.4375 142.84276Q140.95312 142.84276 141.40625 142.57713Q141.85938 142.31151 142.0625 141.88963L142.0625 140.59276L141.21875 140.59276Q139.21875 140.59276 139.21875 141.76463Q139.21875 142.26463 139.5625 142.56151Q139.90625 142.84276 140.4375 142.84276ZM147.85938 142.90526Q148.4375 142.90526 148.875 142.56151Q149.3125 142.20213 149.35938 141.67088L150.39062 141.67088Q150.35938 142.21776 150.0 142.71776Q149.65625 143.20213 149.07812 143.49901Q148.51562 143.79588 147.85938 143.79588Q146.5625 143.79588 145.79688 142.93651Q145.04688 142.06151 145.04688 140.56151L145.04688 140.37401Q145.04688 139.45213 145.375 138.73338Q145.71875 138.01463 146.34375 137.62401Q146.98438 137.21776 147.85938 137.21776Q148.92188 137.21776 149.625 137.85838Q150.34375 138.48338 150.39062 139.51463L149.35938 139.51463Q149.3125 138.88963 148.89062 138.49901Q148.46875 138.10838 147.85938 138.10838Q147.03125 138.10838 146.57812 138.70213Q146.125 139.29588 146.125 140.42088L146.125 140.62401Q146.125 141.71776 146.57812 142.31151Q147.03125 142.90526 147.85938 142.90526ZM158.04688 139.68651Q158.04688 140.93651 157.625 141.87401Q157.20312 142.79588 156.42188 143.29588Q155.65625 143.79588 154.625 143.79588Q153.625 143.79588 152.84375 143.29588Q152.0625 142.79588 151.625 141.88963Q151.20312 140.96776 151.1875 139.74901L151.1875 139.13963Q151.1875 137.90526 151.60938 136.96776Q152.04688 136.03026 152.82812 135.53026Q153.60938 135.01463 154.625 135.01463Q155.64062 135.01463 156.42188 135.51463Q157.20312 136.01463 157.625 136.95213Q158.04688 137.88963 158.04688 139.13963L158.04688 139.68651ZM156.9375 139.12401Q156.9375 137.60838 156.32812 136.79588Q155.71875 135.98338 154.625 135.98338Q153.54688 135.98338 152.9375 136.79588Q152.32812 137.60838 152.3125 139.04588L152.3125 139.68651Q152.3125 141.15526 152.92188 141.99901Q153.54688 142.82713 154.625 142.82713Q155.71875 142.82713 156.3125 142.04588Q156.92188 141.24901 156.9375 139.76463L156.9375 139.12401ZM162.0 139.87401Q160.5625 139.45213 159.89062 138.84276Q159.23438 138.23338 159.23438 137.34276Q159.23438 136.34276 160.03125 135.68651Q160.84375 135.01463 162.14062 135.01463Q163.01562 135.01463 163.70312 135.35838Q164.39062 135.70213 164.76562 136.29588Q165.15625 136.88963 165.15625 137.60838L164.01562 137.60838Q164.01562 136.82713 163.51562 136.38963Q163.03125 135.95213 162.14062 135.95213Q161.3125 135.95213 160.84375 136.32713Q160.375 136.68651 160.375 137.32713Q160.375 137.85838 160.8125 138.21776Q161.26562 138.57713 162.32812 138.87401Q163.39062 139.17088 163.98438 139.53026Q164.59375 139.88963 164.875 140.37401Q165.17188 140.85838 165.17188 141.49901Q165.17188 142.54588 164.35938 143.17088Q163.54688 143.79588 162.20312 143.79588Q161.3125 143.79588 160.54688 143.45213Q159.79688 143.10838 159.375 142.53026Q158.96875 141.93651 158.96875 141.20213L160.09375 141.20213Q160.09375 141.96776 160.67188 142.42088Q161.25 142.87401 162.20312 142.87401Q163.09375 142.87401 163.5625 142.51463Q164.03125 142.13963 164.03125 141.51463Q164.03125 140.88963 163.59375 140.54588Q163.15625 140.20213 162.0 139.87401Z" fill-rule="nonzero"/><path fill="#666666" d="M72.625 202.95724L76.671875 202.95724L76.671875 203.87912L71.484375 203.87912L71.484375 195.34787L72.625 195.34787L72.625 202.95724ZM78.5 203.87912L77.421875 203.87912L77.421875 197.53537L78.5 197.53537L78.5 203.87912ZM77.328125 195.8635Q77.328125 195.59787 77.484375 195.41037Q77.65625 195.22287 77.96875 195.22287Q78.28125 195.22287 78.4375 195.41037Q78.609375 195.59787 78.609375 195.8635Q78.609375 196.1135 78.4375 196.301Q78.28125 196.47287 77.96875 196.47287Q77.65625 196.47287 77.484375 196.301Q77.328125 196.1135 77.328125 195.8635ZM81.34375 197.53537L81.375 198.33224Q82.109375 197.426 83.28125 197.426Q85.296875 197.426 85.3125 199.69162L85.3125 203.87912L84.21875 203.87912L84.21875 199.676Q84.21875 199.00412 83.90625 198.676Q83.609375 198.34787 82.953125 198.34787Q82.421875 198.34787 82.015625 198.62912Q81.625 198.91037 81.40625 199.3635L81.40625 203.87912L80.328125 203.87912L80.328125 197.53537L81.34375 197.53537ZM91.234375 203.25412Q90.609375 204.00412 89.375 204.00412Q88.359375 204.00412 87.828125 203.41037Q87.296875 202.81662 87.296875 201.66037L87.296875 197.53537L88.375 197.53537L88.375 201.62912Q88.375 203.08224 89.546875 203.08224Q90.796875 203.08224 91.203125 202.14474L91.203125 197.53537L92.296875 197.53537L92.296875 203.87912L91.265625 203.87912L91.234375 203.25412ZM96.453125 199.84787L97.859375 197.53537L99.125 197.53537L97.046875 200.676L99.1875 203.87912L97.9375 203.87912L96.46875 201.50412L95.0 203.87912L93.734375 203.87912L95.875 200.676L93.8125 197.53537L95.0625 197.53537L96.453125 199.84787ZM107.234375 203.87912Q107.140625 203.69162 107.078125 203.20724Q106.328125 204.00412 105.28125 204.00412Q104.34375 204.00412 103.734375 203.47287Q103.140625 202.94162 103.140625 202.1135Q103.140625 201.12912 103.890625 200.58224Q104.640625 200.03537 106.015625 200.03537L107.0625 200.03537L107.0625 199.53537Q107.0625 198.97287 106.71875 198.64474Q106.390625 198.301 105.71875 198.301Q105.140625 198.301 104.75 198.59787Q104.359375 198.87912 104.359375 199.301L103.265625 199.301Q103.265625 198.81662 103.59375 198.37912Q103.9375 197.94162 104.515625 197.69162Q105.09375 197.426 105.78125 197.426Q106.890625 197.426 107.5 197.97287Q108.125 198.51974 108.15625 199.47287L108.15625 202.39474Q108.15625 203.26974 108.375 203.78537L108.375 203.87912L107.234375 203.87912ZM105.4375 203.051Q105.953125 203.051 106.40625 202.78537Q106.859375 202.51974 107.0625 202.09787L107.0625 200.801L106.21875 200.801Q104.21875 200.801 104.21875 201.97287Q104.21875 202.47287 104.5625 202.76974Q104.90625 203.051 105.4375 203.051ZM111.34375 197.53537L111.375 198.33224Q112.109375 197.426 113.28125 197.426Q115.296875 197.426 115.3125 199.69162L115.3125 203.87912L114.21875 203.87912L114.21875 199.676Q114.21875 199.00412 113.90625 198.676Q113.609375 198.34787 112.953125 198.34787Q112.421875 198.34787 112.015625 198.62912Q111.625 198.91037 111.40625 199.3635L111.40625 203.87912L110.328125 203.87912L110.328125 197.53537L111.34375 197.53537ZM117.0625 200.66037Q117.0625 199.19162 117.75 198.31662Q118.4375 197.426 119.5625 197.426Q120.671875 197.426 121.328125 198.176L121.328125 194.87912L122.40625 194.87912L122.40625 203.87912L121.40625 203.87912L121.359375 203.19162Q120.703125 204.00412 119.546875 204.00412Q118.453125 204.00412 117.75 203.09787Q117.0625 202.19162 117.0625 200.7385L117.0625 200.66037ZM118.140625 200.78537Q118.140625 201.8635 118.578125 202.47287Q119.03125 203.08224 119.8125 203.08224Q120.84375 203.08224 121.328125 202.14474L121.328125 199.2385Q120.84375 198.34787 119.828125 198.34787Q119.03125 198.34787 118.578125 198.95724Q118.140625 199.56662 118.140625 200.78537ZM128.34375 197.53537L128.375 198.2385Q129.0625 197.426 130.25 197.426Q131.57812 197.426 132.0625 198.44162Q132.375 197.9885 132.875 197.70724Q133.39062 197.426 134.07812 197.426Q136.17188 197.426 136.20312 199.62912L136.20312 203.87912L135.125 203.87912L135.125 199.69162Q135.125 199.01974 134.8125 198.69162Q134.5 198.34787 133.76562 198.34787Q133.15625 198.34787 132.75 198.70724Q132.35938 199.06662 132.29688 199.676L132.29688 203.87912L131.21875 203.87912L131.21875 199.72287Q131.21875 198.34787 129.85938 198.34787Q128.79688 198.34787 128.40625 199.25412L128.40625 203.87912L127.3125 203.87912L127.3125 197.53537L128.34375 197.53537ZM142.23438 203.87912Q142.14062 203.69162 142.07812 203.20724Q141.32812 204.00412 140.28125 204.00412Q139.34375 204.00412 138.73438 203.47287Q138.14062 202.94162 138.14062 202.1135Q138.14062 201.12912 138.89062 200.58224Q139.64062 200.03537 141.01562 200.03537L142.0625 200.03537L142.0625 199.53537Q142.0625 198.97287 141.71875 198.64474Q141.39062 198.301 140.71875 198.301Q140.14062 198.301 139.75 198.59787Q139.35938 198.87912 139.35938 199.301L138.26562 199.301Q138.26562 198.81662 138.59375 198.37912Q138.9375 197.94162 139.51562 197.69162Q140.09375 197.426 140.78125 197.426Q141.89062 197.426 142.5 197.97287Q143.125 198.51974 143.15625 199.47287L143.15625 202.39474Q143.15625 203.26974 143.375 203.78537L143.375 203.87912L142.23438 203.87912ZM140.4375 203.051Q140.95312 203.051 141.40625 202.78537Q141.85938 202.51974 142.0625 202.09787L142.0625 200.801L141.21875 200.801Q139.21875 200.801 139.21875 201.97287Q139.21875 202.47287 139.5625 202.76974Q139.90625 203.051 140.4375 203.051ZM147.85938 203.1135Q148.4375 203.1135 148.875 202.76974Q149.3125 202.41037 149.35938 201.87912L150.39062 201.87912Q150.35938 202.426 150.0 202.926Q149.65625 203.41037 149.07812 203.70724Q148.51562 204.00412 147.85938 204.00412Q146.5625 204.00412 145.79688 203.14474Q145.04688 202.26974 145.04688 200.76974L145.04688 200.58224Q145.04688 199.66037 145.375 198.94162Q145.71875 198.22287 146.34375 197.83224Q146.98438 197.426 147.85938 197.426Q148.92188 197.426 149.625 198.06662Q150.34375 198.69162 150.39062 199.72287L149.35938 199.72287Q149.3125 199.09787 148.89062 198.70724Q148.46875 198.31662 147.85938 198.31662Q147.03125 198.31662 146.57812 198.91037Q146.125 199.50412 146.125 200.62912L146.125 200.83224Q146.125 201.926 146.57812 202.51974Q147.03125 203.1135 147.85938 203.1135ZM158.04688 199.89474Q158.04688 201.14474 157.625 202.08224Q157.20312 203.00412 156.42188 203.50412Q155.65625 204.00412 154.625 204.00412Q153.625 204.00412 152.84375 203.50412Q152.0625 203.00412 151.625 202.09787Q151.20312 201.176 151.1875 199.95724L151.1875 199.34787Q151.1875 198.1135 151.60938 197.176Q152.04688 196.2385 152.82812 195.7385Q153.60938 195.22287 154.625 195.22287Q155.64062 195.22287 156.42188 195.72287Q157.20312 196.22287 157.625 197.16037Q158.04688 198.09787 158.04688 199.34787L158.04688 199.89474ZM156.9375 199.33224Q156.9375 197.81662 156.32812 197.00412Q155.71875 196.19162 154.625 196.19162Q153.54688 196.19162 152.9375 197.00412Q152.32812 197.81662 152.3125 199.25412L152.3125 199.89474Q152.3125 201.3635 152.92188 202.20724Q153.54688 203.03537 154.625 203.03537Q155.71875 203.03537 156.3125 202.25412Q156.92188 201.45724 156.9375 199.97287L156.9375 199.33224ZM162.0 200.08224Q160.5625 199.66037 159.89062 199.051Q159.23438 198.44162 159.23438 197.551Q159.23438 196.551 160.03125 195.89474Q160.84375 195.22287 162.14062 195.22287Q163.01562 195.22287 163.70312 195.56662Q164.39062 195.91037 164.76562 196.50412Q165.15625 197.09787 165.15625 197.81662L164.01562 197.81662Q164.01562 197.03537 163.51562 196.59787Q163.03125 196.16037 162.14062 196.16037Q161.3125 196.16037 160.84375 196.53537Q160.375 196.89474 160.375 197.53537Q160.375 198.06662 160.8125 198.426Q161.26562 198.78537 162.32812 199.08224Q163.39062 199.37912 163.98438 199.7385Q164.59375 200.09787 164.875 200.58224Q165.17188 201.06662 165.17188 201.70724Q165.17188 202.75412 164.35938 203.37912Q163.54688 204.00412 162.20312 204.00412Q161.3125 204.00412 160.54688 203.66037Q159.79688 203.31662 159.375 202.7385Q158.96875 202.14474 158.96875 201.41037L160.09375 201.41037Q160.09375 202.176 160.67188 202.62912Q161.25 203.08224 162.20312 203.08224Q163.09375 203.08224 163.5625 202.72287Q164.03125 202.34787 164.03125 201.72287Q164.03125 201.09787 163.59375 200.75412Q163.15625 200.41037 162.0 200.08224Z" fill-rule="nonzero"/><path fill="#666666" d="M61.625 263.1655L65.671875 263.1655L65.671875 264.08737L60.484375 264.08737L60.484375 255.55612L61.625 255.55612L61.625 263.1655ZM67.5 264.08737L66.421875 264.08737L66.421875 257.74362L67.5 257.74362L67.5 264.08737ZM66.328125 256.07175Q66.328125 255.80612 66.484375 255.61862Q66.65625 255.43112 66.96875 255.43112Q67.28125 255.43112 67.4375 255.61862Q67.609375 255.80612 67.609375 256.07175Q67.609375 256.32175 67.4375 256.50925Q67.28125 256.68112 66.96875 256.68112Q66.65625 256.68112 66.484375 256.50925Q66.328125 256.32175 66.328125 256.07175ZM70.34375 257.74362L70.375 258.5405Q71.109375 257.63425 72.28125 257.63425Q74.296875 257.63425 74.3125 259.89987L74.3125 264.08737L73.21875 264.08737L73.21875 259.88425Q73.21875 259.21237 72.90625 258.88425Q72.609375 258.55612 71.953125 258.55612Q71.421875 258.55612 71.015625 258.83737Q70.625 259.11862 70.40625 259.57175L70.40625 264.08737L69.328125 264.08737L69.328125 257.74362L70.34375 257.74362ZM80.234375 263.46237Q79.609375 264.21237 78.375 264.21237Q77.359375 264.21237 76.828125 263.61862Q76.296875 263.02487 76.296875 261.86862L76.296875 257.74362L77.375 257.74362L77.375 261.83737Q77.375 263.2905 78.546875 263.2905Q79.796875 263.2905 80.203125 262.353L80.203125 257.74362L81.296875 257.74362L81.296875 264.08737L80.265625 264.08737L80.234375 263.46237ZM85.453125 260.05612L86.859375 257.74362L88.125 257.74362L86.046875 260.88425L88.1875 264.08737L86.9375 264.08737L85.46875 261.71237L84.0 264.08737L82.734375 264.08737L84.875 260.88425L82.8125 257.74362L84.0625 257.74362L85.453125 260.05612ZM96.234375 264.08737Q96.140625 263.89987 96.078125 263.4155Q95.328125 264.21237 94.28125 264.21237Q93.34375 264.21237 92.734375 263.68112Q92.140625 263.14987 92.140625 262.32175Q92.140625 261.33737 92.890625 260.7905Q93.640625 260.24362 95.015625 260.24362L96.0625 260.24362L96.0625 259.74362Q96.0625 259.18112 95.71875 258.853Q95.390625 258.50925 94.71875 258.50925Q94.140625 258.50925 93.75 258.80612Q93.359375 259.08737 93.359375 259.50925L92.265625 259.50925Q92.265625 259.02487 92.59375 258.58737Q92.9375 258.14987 93.515625 257.89987Q94.09375 257.63425 94.78125 257.63425Q95.890625 257.63425 96.5 258.18112Q97.125 258.728 97.15625 259.68112L97.15625 262.603Q97.15625 263.478 97.375 263.99362L97.375 264.08737L96.234375 264.08737ZM94.4375 263.25925Q94.953125 263.25925 95.40625 262.99362Q95.859375 262.728 96.0625 262.30612L96.0625 261.00925L95.21875 261.00925Q93.21875 261.00925 93.21875 262.18112Q93.21875 262.68112 93.5625 262.978Q93.90625 263.25925 94.4375 263.25925ZM100.34375 257.74362L100.375 258.5405Q101.109375 257.63425 102.28125 257.63425Q104.296875 257.63425 104.3125 259.89987L104.3125 264.08737L103.21875 264.08737L103.21875 259.88425Q103.21875 259.21237 102.90625 258.88425Q102.609375 258.55612 101.953125 258.55612Q101.421875 258.55612 101.015625 258.83737Q100.625 259.11862 100.40625 259.57175L100.40625 264.08737L99.328125 264.08737L99.328125 257.74362L100.34375 257.74362ZM106.0625 260.86862Q106.0625 259.39987 106.75 258.52487Q107.4375 257.63425 108.5625 257.63425Q109.671875 257.63425 110.328125 258.38425L110.328125 255.08737L111.40625 255.08737L111.40625 264.08737L110.40625 264.08737L110.359375 263.39987Q109.703125 264.21237 108.546875 264.21237Q107.453125 264.21237 106.75 263.30612Q106.0625 262.39987 106.0625 260.94675L106.0625 260.86862ZM107.140625 260.99362Q107.140625 262.07175 107.578125 262.68112Q108.03125 263.2905 108.8125 263.2905Q109.84375 263.2905 110.328125 262.353L110.328125 259.44675Q109.84375 258.55612 108.828125 258.55612Q108.03125 258.55612 107.578125 259.1655Q107.140625 259.77487 107.140625 260.99362ZM118.328125 261.39987L118.5 262.52487L118.734375 261.50925L120.421875 255.55612L121.375 255.55612L123.015625 261.50925L123.25 262.5405L123.4375 261.38425L124.765625 255.55612L125.890625 255.55612L123.828125 264.08737L122.796875 264.08737L121.03125 257.86862L120.90625 257.21237L120.765625 257.86862L118.953125 264.08737L117.921875 264.08737L115.859375 255.55612L116.984375 255.55612L118.328125 261.39987ZM128.5 264.08737L127.421875 264.08737L127.421875 257.74362L128.5 257.74362L128.5 264.08737ZM127.328125 256.07175Q127.328125 255.80612 127.484375 255.61862Q127.65625 255.43112 127.96875 255.43112Q128.28125 255.43112 128.4375 255.61862Q128.60938 255.80612 128.60938 256.07175Q128.60938 256.32175 128.4375 256.50925Q128.28125 256.68112 127.96875 256.68112Q127.65625 256.68112 127.484375 256.50925Q127.328125 256.32175 127.328125 256.07175ZM131.34375 257.74362L131.375 258.5405Q132.10938 257.63425 133.28125 257.63425Q135.29688 257.63425 135.3125 259.89987L135.3125 264.08737L134.21875 264.08737L134.21875 259.88425Q134.21875 259.21237 133.90625 258.88425Q133.60938 258.55612 132.95312 258.55612Q132.42188 258.55612 132.01562 258.83737Q131.625 259.11862 131.40625 259.57175L131.40625 264.08737L130.32812 264.08737L130.32812 257.74362L131.34375 257.74362ZM137.0625 260.86862Q137.0625 259.39987 137.75 258.52487Q138.4375 257.63425 139.5625 257.63425Q140.67188 257.63425 141.32812 258.38425L141.32812 255.08737L142.40625 255.08737L142.40625 264.08737L141.40625 264.08737L141.35938 263.39987Q140.70312 264.21237 139.54688 264.21237Q138.45312 264.21237 137.75 263.30612Q137.0625 262.39987 137.0625 260.94675L137.0625 260.86862ZM138.14062 260.99362Q138.14062 262.07175 138.57812 262.68112Q139.03125 263.2905 139.8125 263.2905Q140.84375 263.2905 141.32812 262.353L141.32812 259.44675Q140.84375 258.55612 139.82812 258.55612Q139.03125 258.55612 138.57812 259.1655Q138.14062 259.77487 138.14062 260.99362ZM144.03125 260.853Q144.03125 259.93112 144.39062 259.18112Q144.76562 258.43112 145.42188 258.0405Q146.07812 257.63425 146.90625 257.63425Q148.20312 257.63425 149.0 258.52487Q149.8125 259.4155 149.8125 260.9155L149.8125 260.99362Q149.8125 261.9155 149.45312 262.64987Q149.09375 263.38425 148.4375 263.80612Q147.78125 264.21237 146.92188 264.21237Q145.64062 264.21237 144.82812 263.32175Q144.03125 262.4155 144.03125 260.93112L144.03125 260.853ZM145.125 260.99362Q145.125 262.0405 145.60938 262.68112Q146.10938 263.32175 146.92188 263.32175Q147.75 263.32175 148.23438 262.68112Q148.71875 262.02487 148.71875 260.853Q148.71875 259.82175 148.21875 259.18112Q147.73438 258.52487 146.90625 258.52487Q146.10938 258.52487 145.60938 259.1655Q145.125 259.7905 145.125 260.99362ZM156.9375 262.58737L158.15625 257.74362L159.23438 257.74362L157.39062 264.08737L156.51562 264.08737L154.96875 259.27487L153.46875 264.08737L152.59375 264.08737L150.75 257.74362L151.82812 257.74362L153.07812 262.49362L154.5625 257.74362L155.42188 257.74362L156.9375 262.58737ZM164.01562 262.39987Q164.01562 261.96237 163.67188 261.728Q163.34375 261.478 162.51562 261.30612Q161.70312 261.13425 161.21875 260.88425Q160.73438 260.63425 160.5 260.30612Q160.28125 259.96237 160.28125 259.49362Q160.28125 258.71237 160.9375 258.18112Q161.59375 257.63425 162.625 257.63425Q163.70312 257.63425 164.35938 258.19675Q165.03125 258.74362 165.03125 259.603L163.95312 259.603Q163.95312 259.1655 163.5625 258.853Q163.1875 258.52487 162.625 258.52487Q162.03125 258.52487 161.6875 258.7905Q161.35938 259.0405 161.35938 259.44675Q161.35938 259.83737 161.67188 260.0405Q161.98438 260.24362 162.79688 260.43112Q163.60938 260.603 164.10938 260.853Q164.60938 261.103 164.84375 261.46237Q165.09375 261.82175 165.09375 262.32175Q165.09375 263.18112 164.40625 263.69675Q163.73438 264.21237 162.65625 264.21237Q161.89062 264.21237 161.29688 263.94675Q160.71875 263.6655 160.39062 263.18112Q160.0625 262.69675 160.0625 262.13425L161.14062 262.13425Q161.17188 262.68112 161.57812 263.00925Q161.98438 263.32175 162.65625 263.32175Q163.26562 263.32175 163.64062 263.07175Q164.01562 262.82175 164.01562 262.39987Z" fill-rule="nonzero"/><path fill="#666666" d="M96.046875 320.31122Q96.046875 321.56122 95.625 322.49872Q95.203125 323.4206 94.421875 323.9206Q93.65625 324.4206 92.625 324.4206Q91.625 324.4206 90.84375 323.9206Q90.0625 323.4206 89.625 322.51434Q89.203125 321.59247 89.1875 320.37372L89.1875 319.76434Q89.1875 318.52997 89.609375 317.59247Q90.046875 316.65497 90.828125 316.15497Q91.609375 315.63934 92.625 315.63934Q93.640625 315.63934 94.421875 316.13934Q95.203125 316.63934 95.625 317.57684Q96.046875 318.51434 96.046875 319.76434L96.046875 320.31122ZM94.9375 319.74872Q94.9375 318.2331 94.328125 317.4206Q93.71875 316.6081 92.625 316.6081Q91.546875 316.6081 90.9375 317.4206Q90.328125 318.2331 90.3125 319.6706L90.3125 320.31122Q90.3125 321.77997 90.921875 322.62372Q91.546875 323.45184 92.625 323.45184Q93.71875 323.45184 94.3125 322.6706Q94.921875 321.87372 94.9375 320.38934L94.9375 319.74872ZM98.34375 317.95184L98.375 318.74872Q99.109375 317.84247 100.28125 317.84247Q102.296875 317.84247 102.3125 320.1081L102.3125 324.2956L101.21875 324.2956L101.21875 320.09247Q101.21875 319.4206 100.90625 319.09247Q100.609375 318.76434 99.953125 318.76434Q99.421875 318.76434 99.015625 319.0456Q98.625 319.32684 98.40625 319.77997L98.40625 324.2956L97.328125 324.2956L97.328125 317.95184L98.34375 317.95184ZM105.5 324.2956L104.421875 324.2956L104.421875 315.2956L105.5 315.2956L105.5 324.2956ZM109.390625 322.70184L110.875 317.95184L112.03125 317.95184L109.484375 325.27997Q108.890625 326.8581 107.609375 326.8581L107.390625 326.84247L107.0 326.76434L107.0 325.88934L107.28125 325.90497Q107.84375 325.90497 108.140625 325.68622Q108.453125 325.46747 108.65625 324.87372L108.890625 324.21747L106.625 317.95184L107.8125 317.95184L109.390625 322.70184ZM118.328125 321.6081L118.5 322.7331L118.734375 321.71747L120.421875 315.76434L121.375 315.76434L123.015625 321.71747L123.25 322.74872L123.4375 321.59247L124.765625 315.76434L125.890625 315.76434L123.828125 324.2956L122.796875 324.2956L121.03125 318.07684L120.90625 317.4206L120.765625 318.07684L118.953125 324.2956L117.921875 324.2956L115.859375 315.76434L116.984375 315.76434L118.328125 321.6081ZM128.5 324.2956L127.421875 324.2956L127.421875 317.95184L128.5 317.95184L128.5 324.2956ZM127.328125 316.27997Q127.328125 316.01434 127.484375 315.82684Q127.65625 315.63934 127.96875 315.63934Q128.28125 315.63934 128.4375 315.82684Q128.60938 316.01434 128.60938 316.27997Q128.60938 316.52997 128.4375 316.71747Q128.28125 316.88934 127.96875 316.88934Q127.65625 316.88934 127.484375 316.71747Q127.328125 316.52997 127.328125 316.27997ZM131.34375 317.95184L131.375 318.74872Q132.10938 317.84247 133.28125 317.84247Q135.29688 317.84247 135.3125 320.1081L135.3125 324.2956L134.21875 324.2956L134.21875 320.09247Q134.21875 319.4206 133.90625 319.09247Q133.60938 318.76434 132.95312 318.76434Q132.42188 318.76434 132.01562 319.0456Q131.625 319.32684 131.40625 319.77997L131.40625 324.2956L130.32812 324.2956L130.32812 317.95184L131.34375 317.95184ZM137.0625 321.07684Q137.0625 319.6081 137.75 318.7331Q138.4375 317.84247 139.5625 317.84247Q140.67188 317.84247 141.32812 318.59247L141.32812 315.2956L142.40625 315.2956L142.40625 324.2956L141.40625 324.2956L141.35938 323.6081Q140.70312 324.4206 139.54688 324.4206Q138.45312 324.4206 137.75 323.51434Q137.0625 322.6081 137.0625 321.15497L137.0625 321.07684ZM138.14062 321.20184Q138.14062 322.27997 138.57812 322.88934Q139.03125 323.49872 139.8125 323.49872Q140.84375 323.49872 141.32812 322.56122L141.32812 319.65497Q140.84375 318.76434 139.82812 318.76434Q139.03125 318.76434 138.57812 319.37372Q138.14062 319.9831 138.14062 321.20184ZM144.03125 321.06122Q144.03125 320.13934 144.39062 319.38934Q144.76562 318.63934 145.42188 318.24872Q146.07812 317.84247 146.90625 317.84247Q148.20312 317.84247 149.0 318.7331Q149.8125 319.62372 149.8125 321.12372L149.8125 321.20184Q149.8125 322.12372 149.45312 322.8581Q149.09375 323.59247 148.4375 324.01434Q147.78125 324.4206 146.92188 324.4206Q145.64062 324.4206 144.82812 323.52997Q144.03125 322.62372 144.03125 321.13934L144.03125 321.06122ZM145.125 321.20184Q145.125 322.24872 145.60938 322.88934Q146.10938 323.52997 146.92188 323.52997Q147.75 323.52997 148.23438 322.88934Q148.71875 322.2331 148.71875 321.06122Q148.71875 320.02997 148.21875 319.38934Q147.73438 318.7331 146.90625 318.7331Q146.10938 318.7331 145.60938 319.37372Q145.125 319.99872 145.125 321.20184ZM156.9375 322.7956L158.15625 317.95184L159.23438 317.95184L157.39062 324.2956L156.51562 324.2956L154.96875 319.4831L153.46875 324.2956L152.59375 324.2956L150.75 317.95184L151.82812 317.95184L153.07812 322.70184L154.5625 317.95184L155.42188 317.95184L156.9375 322.7956ZM164.01562 322.6081Q164.01562 322.1706 163.67188 321.93622Q163.34375 321.68622 162.51562 321.51434Q161.70312 321.34247 161.21875 321.09247Q160.73438 320.84247 160.5 320.51434Q160.28125 320.1706 160.28125 319.70184Q160.28125 318.9206 160.9375 318.38934Q161.59375 317.84247 162.625 317.84247Q163.70312 317.84247 164.35938 318.40497Q165.03125 318.95184 165.03125 319.81122L163.95312 319.81122Q163.95312 319.37372 163.5625 319.06122Q163.1875 318.7331 162.625 318.7331Q162.03125 318.7331 161.6875 318.99872Q161.35938 319.24872 161.35938 319.65497Q161.35938 320.0456 161.67188 320.24872Q161.98438 320.45184 162.79688 320.63934Q163.60938 320.81122 164.10938 321.06122Q164.60938 321.31122 164.84375 321.6706Q165.09375 322.02997 165.09375 322.52997Q165.09375 323.38934 164.40625 323.90497Q163.73438 324.4206 162.65625 324.4206Q161.89062 324.4206 161.29688 324.15497Q160.71875 323.87372 160.39062 323.38934Q160.0625 322.90497 160.0625 322.34247L161.14062 322.34247Q161.17188 322.88934 161.57812 323.21747Q161.98438 323.52997 162.65625 323.52997Q163.26562 323.52997 163.64062 323.27997Q164.01562 323.02997 164.01562 322.6081Z" fill-rule="nonzero"/><path fill="#666666" d="M48.625 376.08197L52.671875 376.08197L52.671875 377.00385L47.484375 377.00385L47.484375 368.4726L48.625 368.4726L48.625 376.08197ZM54.5 377.00385L53.421875 377.00385L53.421875 370.6601L54.5 370.6601L54.5 377.00385ZM53.328125 368.98822Q53.328125 368.7226 53.484375 368.5351Q53.65625 368.3476 53.96875 368.3476Q54.28125 368.3476 54.4375 368.5351Q54.609375 368.7226 54.609375 368.98822Q54.609375 369.23822 54.4375 369.42572Q54.28125 369.5976 53.96875 369.5976Q53.65625 369.5976 53.484375 369.42572Q53.328125 369.23822 53.328125 368.98822ZM57.34375 370.6601L57.375 371.45697Q58.109375 370.55072 59.28125 370.55072Q61.296875 370.55072 61.3125 372.81635L61.3125 377.00385L60.21875 377.00385L60.21875 372.80072Q60.21875 372.12885 59.90625 371.80072Q59.609375 371.4726 58.953125 371.4726Q58.421875 371.4726 58.015625 371.75385Q57.625 372.0351 57.40625 372.48822L57.40625 377.00385L56.328125 377.00385L56.328125 370.6601L57.34375 370.6601ZM67.234375 376.37885Q66.609375 377.12885 65.375 377.12885Q64.359375 377.12885 63.828125 376.5351Q63.296875 375.94135 63.296875 374.7851L63.296875 370.6601L64.375 370.6601L64.375 374.75385Q64.375 376.20697 65.546875 376.20697Q66.796875 376.20697 67.203125 375.26947L67.203125 370.6601L68.296875 370.6601L68.296875 377.00385L67.265625 377.00385L67.234375 376.37885ZM72.453125 372.9726L73.859375 370.6601L75.125 370.6601L73.046875 373.80072L75.1875 377.00385L73.9375 377.00385L72.46875 374.62885L71.0 377.00385L69.734375 377.00385L71.875 373.80072L69.8125 370.6601L71.0625 370.6601L72.453125 372.9726ZM83.234375 377.00385Q83.140625 376.81635 83.078125 376.33197Q82.328125 377.12885 81.28125 377.12885Q80.34375 377.12885 79.734375 376.5976Q79.140625 376.06635 79.140625 375.23822Q79.140625 374.25385 79.890625 373.70697Q80.640625 373.1601 82.015625 373.1601L83.0625 373.1601L83.0625 372.6601Q83.0625 372.0976 82.71875 371.76947Q82.390625 371.42572 81.71875 371.42572Q81.140625 371.42572 80.75 371.7226Q80.359375 372.00385 80.359375 372.42572L79.265625 372.42572Q79.265625 371.94135 79.59375 371.50385Q79.9375 371.06635 80.515625 370.81635Q81.09375 370.55072 81.78125 370.55072Q82.890625 370.55072 83.5 371.0976Q84.125 371.64447 84.15625 372.5976L84.15625 375.51947Q84.15625 376.39447 84.375 376.9101L84.375 377.00385L83.234375 377.00385ZM81.4375 376.17572Q81.953125 376.17572 82.40625 375.9101Q82.859375 375.64447 83.0625 375.2226L83.0625 373.92572L82.21875 373.92572Q80.21875 373.92572 80.21875 375.0976Q80.21875 375.5976 80.5625 375.89447Q80.90625 376.17572 81.4375 376.17572ZM87.34375 370.6601L87.375 371.45697Q88.109375 370.55072 89.28125 370.55072Q91.296875 370.55072 91.3125 372.81635L91.3125 377.00385L90.21875 377.00385L90.21875 372.80072Q90.21875 372.12885 89.90625 371.80072Q89.609375 371.4726 88.953125 371.4726Q88.421875 371.4726 88.015625 371.75385Q87.625 372.0351 87.40625 372.48822L87.40625 377.00385L86.328125 377.00385L86.328125 370.6601L87.34375 370.6601ZM93.0625 373.7851Q93.0625 372.31635 93.75 371.44135Q94.4375 370.55072 95.5625 370.55072Q96.671875 370.55072 97.328125 371.30072L97.328125 368.00385L98.40625 368.00385L98.40625 377.00385L97.40625 377.00385L97.359375 376.31635Q96.703125 377.12885 95.546875 377.12885Q94.453125 377.12885 93.75 376.2226Q93.0625 375.31635 93.0625 373.86322L93.0625 373.7851ZM94.140625 373.9101Q94.140625 374.98822 94.578125 375.5976Q95.03125 376.20697 95.8125 376.20697Q96.84375 376.20697 97.328125 375.26947L97.328125 372.36322Q96.84375 371.4726 95.828125 371.4726Q95.03125 371.4726 94.578125 372.08197Q94.140625 372.69135 94.140625 373.9101ZM104.34375 370.6601L104.375 371.36322Q105.0625 370.55072 106.25 370.55072Q107.578125 370.55072 108.0625 371.56635Q108.375 371.11322 108.875 370.83197Q109.390625 370.55072 110.078125 370.55072Q112.171875 370.55072 112.203125 372.75385L112.203125 377.00385L111.125 377.00385L111.125 372.81635Q111.125 372.14447 110.8125 371.81635Q110.5 371.4726 109.765625 371.4726Q109.15625 371.4726 108.75 371.83197Q108.359375 372.19135 108.296875 372.80072L108.296875 377.00385L107.21875 377.00385L107.21875 372.8476Q107.21875 371.4726 105.859375 371.4726Q104.796875 371.4726 104.40625 372.37885L104.40625 377.00385L103.3125 377.00385L103.3125 370.6601L104.34375 370.6601ZM118.234375 377.00385Q118.140625 376.81635 118.078125 376.33197Q117.328125 377.12885 116.28125 377.12885Q115.34375 377.12885 114.734375 376.5976Q114.140625 376.06635 114.140625 375.23822Q114.140625 374.25385 114.890625 373.70697Q115.640625 373.1601 117.015625 373.1601L118.0625 373.1601L118.0625 372.6601Q118.0625 372.0976 117.71875 371.76947Q117.390625 371.42572 116.71875 371.42572Q116.140625 371.42572 115.75 371.7226Q115.359375 372.00385 115.359375 372.42572L114.265625 372.42572Q114.265625 371.94135 114.59375 371.50385Q114.9375 371.06635 115.515625 370.81635Q116.09375 370.55072 116.78125 370.55072Q117.890625 370.55072 118.5 371.0976Q119.125 371.64447 119.15625 372.5976L119.15625 375.51947Q119.15625 376.39447 119.375 376.9101L119.375 377.00385L118.234375 377.00385ZM116.4375 376.17572Q116.953125 376.17572 117.40625 375.9101Q117.859375 375.64447 118.0625 375.2226L118.0625 373.92572L117.21875 373.92572Q115.21875 373.92572 115.21875 375.0976Q115.21875 375.5976 115.5625 375.89447Q115.90625 376.17572 116.4375 376.17572ZM123.859375 376.23822Q124.4375 376.23822 124.875 375.89447Q125.3125 375.5351 125.359375 375.00385L126.390625 375.00385Q126.359375 375.55072 126.0 376.05072Q125.65625 376.5351 125.078125 376.83197Q124.515625 377.12885 123.859375 377.12885Q122.5625 377.12885 121.796875 376.26947Q121.046875 375.39447 121.046875 373.89447L121.046875 373.70697Q121.046875 372.7851 121.375 372.06635Q121.71875 371.3476 122.34375 370.95697Q122.984375 370.55072 123.859375 370.55072Q124.921875 370.55072 125.625 371.19135Q126.34375 371.81635 126.390625 372.8476L125.359375 372.8476Q125.3125 372.2226 124.890625 371.83197Q124.46875 371.44135 123.859375 371.44135Q123.03125 371.44135 122.578125 372.0351Q122.125 372.62885 122.125 373.75385L122.125 373.95697Q122.125 375.05072 122.578125 375.64447Q123.03125 376.23822 123.859375 376.23822ZM134.04688 373.01947Q134.04688 374.26947 133.625 375.20697Q133.20312 376.12885 132.42188 376.62885Q131.65625 377.12885 130.625 377.12885Q129.625 377.12885 128.84375 376.62885Q128.0625 376.12885 127.625 375.2226Q127.203125 374.30072 127.1875 373.08197L127.1875 372.4726Q127.1875 371.23822 127.609375 370.30072Q128.04688 369.36322 128.82812 368.86322Q129.60938 368.3476 130.625 368.3476Q131.64062 368.3476 132.42188 368.8476Q133.20312 369.3476 133.625 370.2851Q134.04688 371.2226 134.04688 372.4726L134.04688 373.01947ZM132.9375 372.45697Q132.9375 370.94135 132.32812 370.12885Q131.71875 369.31635 130.625 369.31635Q129.54688 369.31635 128.9375 370.12885Q128.32812 370.94135 128.3125 372.37885L128.3125 373.01947Q128.3125 374.48822 128.92188 375.33197Q129.54688 376.1601 130.625 376.1601Q131.71875 376.1601 132.3125 375.37885Q132.92188 374.58197 132.9375 373.0976L132.9375 372.45697ZM138.0 373.20697Q136.5625 372.7851 135.89062 372.17572Q135.23438 371.56635 135.23438 370.67572Q135.23438 369.67572 136.03125 369.01947Q136.84375 368.3476 138.14062 368.3476Q139.01562 368.3476 139.70312 368.69135Q140.39062 369.0351 140.76562 369.62885Q141.15625 370.2226 141.15625 370.94135L140.01562 370.94135Q140.01562 370.1601 139.51562 369.7226Q139.03125 369.2851 138.14062 369.2851Q137.3125 369.2851 136.84375 369.6601Q136.375 370.01947 136.375 370.6601Q136.375 371.19135 136.8125 371.55072Q137.26562 371.9101 138.32812 372.20697Q139.39062 372.50385 139.98438 372.86322Q140.59375 373.2226 140.875 373.70697Q141.17188 374.19135 141.17188 374.83197Q141.17188 375.87885 140.35938 376.50385Q139.54688 377.12885 138.20312 377.12885Q137.3125 377.12885 136.54688 376.7851Q135.79688 376.44135 135.375 375.86322Q134.96875 375.26947 134.96875 374.5351L136.09375 374.5351Q136.09375 375.30072 136.67188 375.75385Q137.25 376.20697 138.20312 376.20697Q139.09375 376.20697 139.5625 375.8476Q140.03125 375.4726 140.03125 374.8476Q140.03125 374.2226 139.59375 373.87885Q139.15625 373.5351 138.0 373.20697ZM149.23438 377.00385Q149.14062 376.81635 149.07812 376.33197Q148.32812 377.12885 147.28125 377.12885Q146.34375 377.12885 145.73438 376.5976Q145.14062 376.06635 145.14062 375.23822Q145.14062 374.25385 145.89062 373.70697Q146.64062 373.1601 148.01562 373.1601L149.0625 373.1601L149.0625 372.6601Q149.0625 372.0976 148.71875 371.76947Q148.39062 371.42572 147.71875 371.42572Q147.14062 371.42572 146.75 371.7226Q146.35938 372.00385 146.35938 372.42572L145.26562 372.42572Q145.26562 371.94135 145.59375 371.50385Q145.9375 371.06635 146.51562 370.81635Q147.09375 370.55072 147.78125 370.55072Q148.89062 370.55072 149.5 371.0976Q150.125 371.64447 150.15625 372.5976L150.15625 375.51947Q150.15625 376.39447 150.375 376.9101L150.375 377.00385L149.23438 377.00385ZM147.4375 376.17572Q147.95312 376.17572 148.40625 375.9101Q148.85938 375.64447 149.0625 375.2226L149.0625 373.92572L148.21875 373.92572Q146.21875 373.92572 146.21875 375.0976Q146.21875 375.5976 146.5625 375.89447Q146.90625 376.17572 147.4375 376.17572ZM153.34375 370.6601L153.375 371.45697Q154.10938 370.55072 155.28125 370.55072Q157.29688 370.55072 157.3125 372.81635L157.3125 377.00385L156.21875 377.00385L156.21875 372.80072Q156.21875 372.12885 155.90625 371.80072Q155.60938 371.4726 154.95312 371.4726Q154.42188 371.4726 154.01562 371.75385Q153.625 372.0351 153.40625 372.48822L153.40625 377.00385L152.32812 377.00385L152.32812 370.6601L153.34375 370.6601ZM159.0625 373.7851Q159.0625 372.31635 159.75 371.44135Q160.4375 370.55072 161.5625 370.55072Q162.67188 370.55072 163.32812 371.30072L163.32812 368.00385L164.40625 368.00385L164.40625 377.00385L163.40625 377.00385L163.35938 376.31635Q162.70312 377.12885 161.54688 377.12885Q160.45312 377.12885 159.75 376.2226Q159.0625 375.31635 159.0625 373.86322L159.0625 373.7851ZM160.14062 373.9101Q160.14062 374.98822 160.57812 375.5976Q161.03125 376.20697 161.8125 376.20697Q162.84375 376.20697 163.32812 375.26947L163.32812 372.36322Q162.84375 371.4726 161.82812 371.4726Q161.03125 371.4726 160.57812 372.08197Q160.14062 372.69135 160.14062 373.9101Z" fill-rule="nonzero"/><path fill="#666666" d="M118.328125 389.31635L118.5 390.44135L118.734375 389.42572L120.421875 383.4726L121.375 383.4726L123.015625 389.42572L123.25 390.45697L123.4375 389.30072L124.765625 383.4726L125.890625 383.4726L123.828125 392.00385L122.796875 392.00385L121.03125 385.7851L120.90625 385.12885L120.765625 385.7851L118.953125 392.00385L117.921875 392.00385L115.859375 383.4726L116.984375 383.4726L118.328125 389.31635ZM128.5 392.00385L127.421875 392.00385L127.421875 385.6601L128.5 385.6601L128.5 392.00385ZM127.328125 383.98822Q127.328125 383.7226 127.484375 383.5351Q127.65625 383.3476 127.96875 383.3476Q128.28125 383.3476 128.4375 383.5351Q128.60938 383.7226 128.60938 383.98822Q128.60938 384.23822 128.4375 384.42572Q128.28125 384.5976 127.96875 384.5976Q127.65625 384.5976 127.484375 384.42572Q127.328125 384.23822 127.328125 383.98822ZM131.34375 385.6601L131.375 386.45697Q132.10938 385.55072 133.28125 385.55072Q135.29688 385.55072 135.3125 387.81635L135.3125 392.00385L134.21875 392.00385L134.21875 387.80072Q134.21875 387.12885 133.90625 386.80072Q133.60938 386.4726 132.95312 386.4726Q132.42188 386.4726 132.01562 386.75385Q131.625 387.0351 131.40625 387.48822L131.40625 392.00385L130.32812 392.00385L130.32812 385.6601L131.34375 385.6601ZM137.0625 388.7851Q137.0625 387.31635 137.75 386.44135Q138.4375 385.55072 139.5625 385.55072Q140.67188 385.55072 141.32812 386.30072L141.32812 383.00385L142.40625 383.00385L142.40625 392.00385L141.40625 392.00385L141.35938 391.31635Q140.70312 392.12885 139.54688 392.12885Q138.45312 392.12885 137.75 391.2226Q137.0625 390.31635 137.0625 388.86322L137.0625 388.7851ZM138.14062 388.9101Q138.14062 389.98822 138.57812 390.5976Q139.03125 391.20697 139.8125 391.20697Q140.84375 391.20697 141.32812 390.26947L141.32812 387.36322Q140.84375 386.4726 139.82812 386.4726Q139.03125 386.4726 138.57812 387.08197Q138.14062 387.69135 138.14062 388.9101ZM144.03125 388.76947Q144.03125 387.8476 144.39062 387.0976Q144.76562 386.3476 145.42188 385.95697Q146.07812 385.55072 146.90625 385.55072Q148.20312 385.55072 149.0 386.44135Q149.8125 387.33197 149.8125 388.83197L149.8125 388.9101Q149.8125 389.83197 149.45312 390.56635Q149.09375 391.30072 148.4375 391.7226Q147.78125 392.12885 146.92188 392.12885Q145.64062 392.12885 144.82812 391.23822Q144.03125 390.33197 144.03125 388.8476L144.03125 388.76947ZM145.125 388.9101Q145.125 389.95697 145.60938 390.5976Q146.10938 391.23822 146.92188 391.23822Q147.75 391.23822 148.23438 390.5976Q148.71875 389.94135 148.71875 388.76947Q148.71875 387.73822 148.21875 387.0976Q147.73438 386.44135 146.90625 386.44135Q146.10938 386.44135 145.60938 387.08197Q145.125 387.70697 145.125 388.9101ZM156.9375 390.50385L158.15625 385.6601L159.23438 385.6601L157.39062 392.00385L156.51562 392.00385L154.96875 387.19135L153.46875 392.00385L152.59375 392.00385L150.75 385.6601L151.82812 385.6601L153.07812 390.4101L154.5625 385.6601L155.42188 385.6601L156.9375 390.50385ZM164.01562 390.31635Q164.01562 389.87885 163.67188 389.64447Q163.34375 389.39447 162.51562 389.2226Q161.70312 389.05072 161.21875 388.80072Q160.73438 388.55072 160.5 388.2226Q160.28125 387.87885 160.28125 387.4101Q160.28125 386.62885 160.9375 386.0976Q161.59375 385.55072 162.625 385.55072Q163.70312 385.55072 164.35938 386.11322Q165.03125 386.6601 165.03125 387.51947L163.95312 387.51947Q163.95312 387.08197 163.5625 386.76947Q163.1875 386.44135 162.625 386.44135Q162.03125 386.44135 161.6875 386.70697Q161.35938 386.95697 161.35938 387.36322Q161.35938 387.75385 161.67188 387.95697Q161.98438 388.1601 162.79688 388.3476Q163.60938 388.51947 164.10938 388.76947Q164.60938 389.01947 164.84375 389.37885Q165.09375 389.73822 165.09375 390.23822Q165.09375 391.0976 164.40625 391.61322Q163.73438 392.12885 162.65625 392.12885Q161.89062 392.12885 161.29688 391.86322Q160.71875 391.58197 160.39062 391.0976Q160.0625 390.61322 160.0625 390.05072L161.14062 390.05072Q161.17188 390.5976 161.57812 390.92572Q161.98438 391.23822 162.65625 391.23822Q163.26562 391.23822 163.64062 390.98822Q164.01562 390.73822 164.01562 390.31635Z" fill-rule="nonzero"/><path fill="#666666" d="M51.34375 438.36832L51.375 439.07144Q52.0625 438.25894 53.25 438.25894Q54.578125 438.25894 55.0625 439.27457Q55.375 438.82144 55.875 438.5402Q56.390625 438.25894 57.078125 438.25894Q59.171875 438.25894 59.203125 440.46207L59.203125 444.71207L58.125 444.71207L58.125 440.52457Q58.125 439.8527 57.8125 439.52457Q57.5 439.18082 56.765625 439.18082Q56.15625 439.18082 55.75 439.5402Q55.359375 439.89957 55.296875 440.50894L55.296875 444.71207L54.21875 444.71207L54.21875 440.55582Q54.21875 439.18082 52.859375 439.18082Q51.796875 439.18082 51.40625 440.08707L51.40625 444.71207L50.3125 444.71207L50.3125 438.36832L51.34375 438.36832ZM65.234375 444.71207Q65.140625 444.52457 65.078125 444.0402Q64.328125 444.83707 63.28125 444.83707Q62.34375 444.83707 61.734375 444.30582Q61.140625 443.77457 61.140625 442.94644Q61.140625 441.96207 61.890625 441.4152Q62.640625 440.86832 64.015625 440.86832L65.0625 440.86832L65.0625 440.36832Q65.0625 439.80582 64.71875 439.4777Q64.390625 439.13394 63.71875 439.13394Q63.140625 439.13394 62.75 439.43082Q62.359375 439.71207 62.359375 440.13394L61.265625 440.13394Q61.265625 439.64957 61.59375 439.21207Q61.9375 438.77457 62.515625 438.52457Q63.09375 438.25894 63.78125 438.25894Q64.890625 438.25894 65.5 438.80582Q66.125 439.3527 66.15625 440.30582L66.15625 443.2277Q66.15625 444.1027 66.375 444.61832L66.375 444.71207L65.234375 444.71207ZM63.4375 443.88394Q63.953125 443.88394 64.40625 443.61832Q64.859375 443.3527 65.0625 442.93082L65.0625 441.63394L64.21875 441.63394Q62.21875 441.63394 62.21875 442.80582Q62.21875 443.30582 62.5625 443.6027Q62.90625 443.88394 63.4375 443.88394ZM70.859375 443.94644Q71.4375 443.94644 71.875 443.6027Q72.3125 443.24332 72.359375 442.71207L73.390625 442.71207Q73.359375 443.25894 73.0 443.75894Q72.65625 444.24332 72.078125 444.5402Q71.515625 444.83707 70.859375 444.83707Q69.5625 444.83707 68.796875 443.9777Q68.046875 443.1027 68.046875 441.6027L68.046875 441.4152Q68.046875 440.49332 68.375 439.77457Q68.71875 439.05582 69.34375 438.6652Q69.984375 438.25894 70.859375 438.25894Q71.921875 438.25894 72.625 438.89957Q73.34375 439.52457 73.390625 440.55582L72.359375 440.55582Q72.3125 439.93082 71.890625 439.5402Q71.46875 439.14957 70.859375 439.14957Q70.03125 439.14957 69.578125 439.74332Q69.125 440.33707 69.125 441.46207L69.125 441.6652Q69.125 442.75894 69.578125 443.3527Q70.03125 443.94644 70.859375 443.94644ZM81.046875 440.7277Q81.046875 441.9777 80.625 442.9152Q80.203125 443.83707 79.421875 444.33707Q78.65625 444.83707 77.625 444.83707Q76.625 444.83707 75.84375 444.33707Q75.0625 443.83707 74.625 442.93082Q74.203125 442.00894 74.1875 440.7902L74.1875 440.18082Q74.1875 438.94644 74.609375 438.00894Q75.046875 437.07144 75.828125 436.57144Q76.609375 436.05582 77.625 436.05582Q78.640625 436.05582 79.421875 436.55582Q80.203125 437.05582 80.625 437.99332Q81.046875 438.93082 81.046875 440.18082L81.046875 440.7277ZM79.9375 440.1652Q79.9375 438.64957 79.328125 437.83707Q78.71875 437.02457 77.625 437.02457Q76.546875 437.02457 75.9375 437.83707Q75.328125 438.64957 75.3125 440.08707L75.3125 440.7277Q75.3125 442.19644 75.921875 443.0402Q76.546875 443.86832 77.625 443.86832Q78.71875 443.86832 79.3125 443.08707Q79.921875 442.2902 79.9375 440.80582L79.9375 440.1652ZM85.0 440.9152Q83.5625 440.49332 82.890625 439.88394Q82.234375 439.27457 82.234375 438.38394Q82.234375 437.38394 83.03125 436.7277Q83.84375 436.05582 85.140625 436.05582Q86.015625 436.05582 86.703125 436.39957Q87.390625 436.74332 87.765625 437.33707Q88.15625 437.93082 88.15625 438.64957L87.015625 438.64957Q87.015625 437.86832 86.515625 437.43082Q86.03125 436.99332 85.140625 436.99332Q84.3125 436.99332 83.84375 437.36832Q83.375 437.7277 83.375 438.36832Q83.375 438.89957 83.8125 439.25894Q84.265625 439.61832 85.328125 439.9152Q86.390625 440.21207 86.984375 440.57144Q87.59375 440.93082 87.875 441.4152Q88.171875 441.89957 88.171875 442.5402Q88.171875 443.58707 87.359375 444.21207Q86.546875 444.83707 85.203125 444.83707Q84.3125 444.83707 83.546875 444.49332Q82.796875 444.14957 82.375 443.57144Q81.96875 442.9777 81.96875 442.24332L83.09375 442.24332Q83.09375 443.00894 83.671875 443.46207Q84.25 443.9152 85.203125 443.9152Q86.09375 443.9152 86.5625 443.55582Q87.03125 443.18082 87.03125 442.55582Q87.03125 441.93082 86.59375 441.58707Q86.15625 441.24332 85.0 440.9152ZM96.234375 444.71207Q96.140625 444.52457 96.078125 444.0402Q95.328125 444.83707 94.28125 444.83707Q93.34375 444.83707 92.734375 444.30582Q92.140625 443.77457 92.140625 442.94644Q92.140625 441.96207 92.890625 441.4152Q93.640625 440.86832 95.015625 440.86832L96.0625 440.86832L96.0625 440.36832Q96.0625 439.80582 95.71875 439.4777Q95.390625 439.13394 94.71875 439.13394Q94.140625 439.13394 93.75 439.43082Q93.359375 439.71207 93.359375 440.13394L92.265625 440.13394Q92.265625 439.64957 92.59375 439.21207Q92.9375 438.77457 93.515625 438.52457Q94.09375 438.25894 94.78125 438.25894Q95.890625 438.25894 96.5 438.80582Q97.125 439.3527 97.15625 440.30582L97.15625 443.2277Q97.15625 444.1027 97.375 444.61832L97.375 444.71207L96.234375 444.71207ZM94.4375 443.88394Q94.953125 443.88394 95.40625 443.61832Q95.859375 443.3527 96.0625 442.93082L96.0625 441.63394L95.21875 441.63394Q93.21875 441.63394 93.21875 442.80582Q93.21875 443.30582 93.5625 443.6027Q93.90625 443.88394 94.4375 443.88394ZM100.34375 438.36832L100.375 439.1652Q101.109375 438.25894 102.28125 438.25894Q104.296875 438.25894 104.3125 440.52457L104.3125 444.71207L103.21875 444.71207L103.21875 440.50894Q103.21875 439.83707 102.90625 439.50894Q102.609375 439.18082 101.953125 439.18082Q101.421875 439.18082 101.015625 439.46207Q100.625 439.74332 100.40625 440.19644L100.40625 444.71207L99.328125 444.71207L99.328125 438.36832L100.34375 438.36832ZM106.0625 441.49332Q106.0625 440.02457 106.75 439.14957Q107.4375 438.25894 108.5625 438.25894Q109.671875 438.25894 110.328125 439.00894L110.328125 435.71207L111.40625 435.71207L111.40625 444.71207L110.40625 444.71207L110.359375 444.02457Q109.703125 444.83707 108.546875 444.83707Q107.453125 444.83707 106.75 443.93082Q106.0625 443.02457 106.0625 441.57144L106.0625 441.49332ZM107.140625 441.61832Q107.140625 442.69644 107.578125 443.30582Q108.03125 443.9152 108.8125 443.9152Q109.84375 443.9152 110.328125 442.9777L110.328125 440.07144Q109.84375 439.18082 108.828125 439.18082Q108.03125 439.18082 107.578125 439.7902Q107.140625 440.39957 107.140625 441.61832ZM118.328125 442.02457L118.5 443.14957L118.734375 442.13394L120.421875 436.18082L121.375 436.18082L123.015625 442.13394L123.25 443.1652L123.4375 442.00894L124.765625 436.18082L125.890625 436.18082L123.828125 444.71207L122.796875 444.71207L121.03125 438.49332L120.90625 437.83707L120.765625 438.49332L118.953125 444.71207L117.921875 444.71207L115.859375 436.18082L116.984375 436.18082L118.328125 442.02457ZM128.5 444.71207L127.421875 444.71207L127.421875 438.36832L128.5 438.36832L128.5 444.71207ZM127.328125 436.69644Q127.328125 436.43082 127.484375 436.24332Q127.65625 436.05582 127.96875 436.05582Q128.28125 436.05582 128.4375 436.24332Q128.60938 436.43082 128.60938 436.69644Q128.60938 436.94644 128.4375 437.13394Q128.28125 437.30582 127.96875 437.30582Q127.65625 437.30582 127.484375 437.13394Q127.328125 436.94644 127.328125 436.69644ZM131.34375 438.36832L131.375 439.1652Q132.10938 438.25894 133.28125 438.25894Q135.29688 438.25894 135.3125 440.52457L135.3125 444.71207L134.21875 444.71207L134.21875 440.50894Q134.21875 439.83707 133.90625 439.50894Q133.60938 439.18082 132.95312 439.18082Q132.42188 439.18082 132.01562 439.46207Q131.625 439.74332 131.40625 440.19644L131.40625 444.71207L130.32812 444.71207L130.32812 438.36832L131.34375 438.36832ZM137.0625 441.49332Q137.0625 440.02457 137.75 439.14957Q138.4375 438.25894 139.5625 438.25894Q140.67188 438.25894 141.32812 439.00894L141.32812 435.71207L142.40625 435.71207L142.40625 444.71207L141.40625 444.71207L141.35938 444.02457Q140.70312 444.83707 139.54688 444.83707Q138.45312 444.83707 137.75 443.93082Q137.0625 443.02457 137.0625 441.57144L137.0625 441.49332ZM138.14062 441.61832Q138.14062 442.69644 138.57812 443.30582Q139.03125 443.9152 139.8125 443.9152Q140.84375 443.9152 141.32812 442.9777L141.32812 440.07144Q140.84375 439.18082 139.82812 439.18082Q139.03125 439.18082 138.57812 439.7902Q138.14062 440.39957 138.14062 441.61832ZM144.03125 441.4777Q144.03125 440.55582 144.39062 439.80582Q144.76562 439.05582 145.42188 438.6652Q146.07812 438.25894 146.90625 438.25894Q148.20312 438.25894 149.0 439.14957Q149.8125 440.0402 149.8125 441.5402L149.8125 441.61832Q149.8125 442.5402 149.45312 443.27457Q149.09375 444.00894 148.4375 444.43082Q147.78125 444.83707 146.92188 444.83707Q145.64062 444.83707 144.82812 443.94644Q144.03125 443.0402 144.03125 441.55582L144.03125 441.4777ZM145.125 441.61832Q145.125 442.6652 145.60938 443.30582Q146.10938 443.94644 146.92188 443.94644Q147.75 443.94644 148.23438 443.30582Q148.71875 442.64957 148.71875 441.4777Q148.71875 440.44644 148.21875 439.80582Q147.73438 439.14957 146.90625 439.14957Q146.10938 439.14957 145.60938 439.7902Q145.125 440.4152 145.125 441.61832ZM156.9375 443.21207L158.15625 438.36832L159.23438 438.36832L157.39062 444.71207L156.51562 444.71207L154.96875 439.89957L153.46875 444.71207L152.59375 444.71207L150.75 438.36832L151.82812 438.36832L153.07812 443.11832L154.5625 438.36832L155.42188 438.36832L156.9375 443.21207ZM164.01562 443.02457Q164.01562 442.58707 163.67188 442.3527Q163.34375 442.1027 162.51562 441.93082Q161.70312 441.75894 161.21875 441.50894Q160.73438 441.25894 160.5 440.93082Q160.28125 440.58707 160.28125 440.11832Q160.28125 439.33707 160.9375 438.80582Q161.59375 438.25894 162.625 438.25894Q163.70312 438.25894 164.35938 438.82144Q165.03125 439.36832 165.03125 440.2277L163.95312 440.2277Q163.95312 439.7902 163.5625 439.4777Q163.1875 439.14957 162.625 439.14957Q162.03125 439.14957 161.6875 439.4152Q161.35938 439.6652 161.35938 440.07144Q161.35938 440.46207 161.67188 440.6652Q161.98438 440.86832 162.79688 441.05582Q163.60938 441.2277 164.10938 441.4777Q164.60938 441.7277 164.84375 442.08707Q165.09375 442.44644 165.09375 442.94644Q165.09375 443.80582 164.40625 444.32144Q163.73438 444.83707 162.65625 444.83707Q161.89062 444.83707 161.29688 444.57144Q160.71875 444.2902 160.39062 443.80582Q160.0625 443.32144 160.0625 442.75894L161.14062 442.75894Q161.17188 443.30582 161.57812 443.63394Q161.98438 443.94644 162.65625 443.94644Q163.26562 443.94644 163.64062 443.69644Q164.01562 443.44644 164.01562 443.02457Z" fill-rule="nonzero"/><path fill="#666666" d="M144.04688 500.93594Q144.04688 502.18594 143.625 503.12344Q143.20312 504.04532 142.42188 504.54532Q141.65625 505.04532 140.625 505.04532Q139.625 505.04532 138.84375 504.54532Q138.0625 504.04532 137.625 503.13907Q137.20312 502.2172 137.1875 500.99844L137.1875 500.38907Q137.1875 499.1547 137.60938 498.2172Q138.04688 497.2797 138.82812 496.7797Q139.60938 496.26407 140.625 496.26407Q141.64062 496.26407 142.42188 496.76407Q143.20312 497.26407 143.625 498.20157Q144.04688 499.13907 144.04688 500.38907L144.04688 500.93594ZM142.9375 500.37344Q142.9375 498.85782 142.32812 498.04532Q141.71875 497.23282 140.625 497.23282Q139.54688 497.23282 138.9375 498.04532Q138.32812 498.85782 138.3125 500.29532L138.3125 500.93594Q138.3125 502.4047 138.92188 503.24844Q139.54688 504.07657 140.625 504.07657Q141.71875 504.07657 142.3125 503.29532Q142.92188 502.49844 142.9375 501.01407L142.9375 500.37344ZM146.79688 497.04532L146.79688 498.57657L147.96875 498.57657L147.96875 499.42032L146.79688 499.42032L146.79688 503.3422Q146.79688 503.73282 146.95312 503.92032Q147.10938 504.10782 147.48438 504.10782Q147.67188 504.10782 148.0 504.04532L148.0 504.92032Q147.57812 505.04532 147.17188 505.04532Q146.45312 505.04532 146.07812 504.60782Q145.70312 504.1547 145.70312 503.3422L145.70312 499.42032L144.54688 499.42032L144.54688 498.57657L145.70312 498.57657L145.70312 497.04532L146.79688 497.04532ZM150.40625 499.3422Q151.125 498.4672 152.28125 498.4672Q154.29688 498.4672 154.3125 500.73282L154.3125 504.92032L153.21875 504.92032L153.21875 500.7172Q153.21875 500.04532 152.90625 499.7172Q152.60938 499.38907 151.95312 499.38907Q151.42188 499.38907 151.01562 499.67032Q150.625 499.95157 150.40625 500.4047L150.40625 504.92032L149.32812 504.92032L149.32812 495.92032L150.40625 495.92032L150.40625 499.3422ZM158.95312 505.04532Q157.65625 505.04532 156.84375 504.20157Q156.04688 503.3422 156.04688 501.92032L156.04688 501.73282Q156.04688 500.7797 156.40625 500.04532Q156.76562 499.29532 157.40625 498.88907Q158.0625 498.4672 158.8125 498.4672Q160.04688 498.4672 160.73438 499.2797Q161.42188 500.0922 161.42188 501.60782L161.42188 502.06094L157.125 502.06094Q157.15625 502.99844 157.67188 503.57657Q158.20312 504.1547 159.01562 504.1547Q159.57812 504.1547 159.96875 503.92032Q160.375 503.68594 160.6875 503.29532L161.34375 503.81094Q160.54688 505.04532 158.95312 505.04532ZM158.8125 499.35782Q158.15625 499.35782 157.70312 499.8422Q157.26562 500.31094 157.17188 501.17032L160.34375 501.17032L160.34375 501.0922Q160.29688 500.26407 159.89062 499.81094Q159.5 499.35782 158.8125 499.35782ZM165.39062 499.54532Q165.14062 499.51407 164.85938 499.51407Q163.78125 499.51407 163.40625 500.42032L163.40625 504.92032L162.32812 504.92032L162.32812 498.57657L163.375 498.57657L163.39062 499.31094Q163.92188 498.4672 164.90625 498.4672Q165.21875 498.4672 165.39062 498.54532L165.39062 499.54532Z" fill-rule="nonzero"/><path fill="#666666" d="M169.5625 555.4203Q169.5625 557.32654 168.90625 558.26404Q168.26562 559.1859 166.875 559.1859Q165.51562 559.1859 164.85938 558.27966Q164.20312 557.3734 164.17188 555.5609L164.17188 554.1234Q164.17188 552.2328 164.8125 551.32654Q165.46875 550.40466 166.85938 550.40466Q168.23438 550.40466 168.89062 551.2953Q169.54688 552.1703 169.5625 554.01404L169.5625 555.4203ZM168.46875 553.9359Q168.46875 552.5609 168.07812 551.9359Q167.70312 551.2953 166.85938 551.2953Q166.03125 551.2953 165.64062 551.9359Q165.26562 552.5609 165.26562 553.8578L165.26562 555.59216Q165.26562 556.96716 165.65625 557.63904Q166.0625 558.2953 166.875 558.2953Q167.67188 558.2953 168.0625 557.6703Q168.45312 557.0453 168.46875 555.71716L168.46875 553.9359ZM171.10938 552.1703Q171.10938 551.40466 171.59375 550.90466Q172.09375 550.40466 172.85938 550.40466Q173.64062 550.40466 174.125 550.90466Q174.60938 551.40466 174.60938 552.20154L174.60938 552.6234Q174.60938 553.38904 174.10938 553.88904Q173.625 554.3734 172.875 554.3734Q172.10938 554.3734 171.60938 553.88904Q171.10938 553.38904 171.10938 552.57654L171.10938 552.1703ZM171.92188 552.6234Q171.92188 553.07654 172.17188 553.3734Q172.4375 553.6703 172.875 553.6703Q173.29688 553.6703 173.54688 553.38904Q173.79688 553.09216 173.79688 552.59216L173.79688 552.1703Q173.79688 551.71716 173.54688 551.4203Q173.29688 551.1078 172.85938 551.1078Q172.42188 551.1078 172.17188 551.4203Q171.92188 551.71716 171.92188 552.1859L171.92188 552.6234ZM175.26562 556.96716Q175.26562 556.20154 175.75 555.71716Q176.25 555.21716 177.01562 555.21716Q177.78125 555.21716 178.26562 555.71716Q178.76562 556.20154 178.76562 557.01404L178.76562 557.4203Q178.76562 558.1859 178.28125 558.6859Q177.79688 559.1859 177.03125 559.1859Q176.26562 559.1859 175.76562 558.70154Q175.26562 558.20154 175.26562 557.38904L175.26562 556.96716ZM176.07812 557.4203Q176.07812 557.88904 176.32812 558.1859Q176.59375 558.4828 177.03125 558.4828Q177.45312 558.4828 177.70312 558.20154Q177.95312 557.90466 177.95312 557.40466L177.95312 556.96716Q177.95312 556.4984 177.6875 556.21716Q177.4375 555.9203 177.01562 555.9203Q176.59375 555.9203 176.32812 556.21716Q176.07812 556.4984 176.07812 556.9984L176.07812 557.4203ZM173.125 558.4203L172.5 558.02966L176.67188 551.3578L177.28125 551.7484L173.125 558.4203Z" fill-rule="nonzero"/><path fill="#666666" d="M265.79074 559.0609L260.197 559.0609L260.197 558.27966L263.15012 554.9984Q263.80637 554.2484 264.05637 553.7953Q264.30637 553.32654 264.30637 552.82654Q264.30637 552.15466 263.90012 551.7328Q263.5095 551.2953 262.822 551.2953Q262.02512 551.2953 261.572 551.76404Q261.11887 552.21716 261.11887 553.0453L260.04074 553.0453Q260.04074 551.8578 260.79074 551.13904Q261.55637 550.40466 262.822 550.40466Q264.02512 550.40466 264.71262 551.02966Q265.40012 551.65466 265.40012 552.70154Q265.40012 553.95154 263.79074 555.70154L261.5095 558.1703L265.79074 558.1703L265.79074 559.0609ZM272.55637 555.4203Q272.55637 557.32654 271.90012 558.26404Q271.2595 559.1859 269.86887 559.1859Q268.5095 559.1859 267.85324 558.27966Q267.197 557.3734 267.16574 555.5609L267.16574 554.1234Q267.16574 552.2328 267.80637 551.32654Q268.46262 550.40466 269.85324 550.40466Q271.22824 550.40466 271.8845 551.2953Q272.54074 552.1703 272.55637 554.01404L272.55637 555.4203ZM271.46262 553.9359Q271.46262 552.5609 271.072 551.9359Q270.697 551.2953 269.85324 551.2953Q269.02512 551.2953 268.6345 551.9359Q268.2595 552.5609 268.2595 553.8578L268.2595 555.59216Q268.2595 556.96716 268.65012 557.63904Q269.05637 558.2953 269.86887 558.2953Q270.66574 558.2953 271.05637 557.6703Q271.447 557.0453 271.46262 555.71716L271.46262 553.9359ZM274.10324 552.1703Q274.10324 551.40466 274.58762 550.90466Q275.08762 550.40466 275.85324 550.40466Q276.6345 550.40466 277.11887 550.90466Q277.60324 551.40466 277.60324 552.20154L277.60324 552.6234Q277.60324 553.38904 277.10324 553.88904Q276.61887 554.3734 275.86887 554.3734Q275.10324 554.3734 274.60324 553.88904Q274.10324 553.38904 274.10324 552.57654L274.10324 552.1703ZM274.91574 552.6234Q274.91574 553.07654 275.16574 553.3734Q275.43137 553.6703 275.86887 553.6703Q276.29074 553.6703 276.54074 553.38904Q276.79074 553.09216 276.79074 552.59216L276.79074 552.1703Q276.79074 551.71716 276.54074 551.4203Q276.29074 551.1078 275.85324 551.1078Q275.41574 551.1078 275.16574 551.4203Q274.91574 551.71716 274.91574 552.1859L274.91574 552.6234ZM278.2595 556.96716Q278.2595 556.20154 278.74387 555.71716Q279.24387 555.21716 280.0095 555.21716Q280.77512 555.21716 281.2595 555.71716Q281.7595 556.20154 281.7595 557.01404L281.7595 557.4203Q281.7595 558.1859 281.27512 558.6859Q280.79074 559.1859 280.02512 559.1859Q279.2595 559.1859 278.7595 558.70154Q278.2595 558.20154 278.2595 557.38904L278.2595 556.96716ZM279.072 557.4203Q279.072 557.88904 279.322 558.1859Q279.58762 558.4828 280.02512 558.4828Q280.447 558.4828 280.697 558.20154Q280.947 557.90466 280.947 557.40466L280.947 556.96716Q280.947 556.4984 280.68137 556.21716Q280.43137 555.9203 280.0095 555.9203Q279.58762 555.9203 279.322 556.21716Q279.072 556.4984 279.072 556.9984L279.072 557.4203ZM276.11887 558.4203L275.49387 558.02966L279.66574 551.3578L280.27512 551.7484L276.11887 558.4203Z" fill-rule="nonzero"/><path fill="#666666" d="M364.26895 556.20154L365.45645 556.20154L365.45645 557.07654L364.26895 557.07654L364.26895 559.0609L363.19083 559.0609L363.19083 557.07654L359.3002 557.07654L359.3002 556.4359L363.1127 550.52966L364.26895 550.52966L364.26895 556.20154ZM360.53458 556.20154L363.19083 556.20154L363.19083 552.01404L363.0502 552.2484L360.53458 556.20154ZM372.0502 555.4203Q372.0502 557.32654 371.39395 558.26404Q370.75333 559.1859 369.3627 559.1859Q368.00333 559.1859 367.34708 558.27966Q366.69083 557.3734 366.65958 555.5609L366.65958 554.1234Q366.65958 552.2328 367.3002 551.32654Q367.95645 550.40466 369.34708 550.40466Q370.72208 550.40466 371.37833 551.2953Q372.03458 552.1703 372.0502 554.01404L372.0502 555.4203ZM370.95645 553.9359Q370.95645 552.5609 370.56583 551.9359Q370.19083 551.2953 369.34708 551.2953Q368.51895 551.2953 368.12833 551.9359Q367.75333 552.5609 367.75333 553.8578L367.75333 555.59216Q367.75333 556.96716 368.14395 557.63904Q368.5502 558.2953 369.3627 558.2953Q370.15958 558.2953 370.5502 557.6703Q370.94083 557.0453 370.95645 555.71716L370.95645 553.9359ZM373.59708 552.1703Q373.59708 551.40466 374.08145 550.90466Q374.58145 550.40466 375.34708 550.40466Q376.12833 550.40466 376.6127 550.90466Q377.09708 551.40466 377.09708 552.20154L377.09708 552.6234Q377.09708 553.38904 376.59708 553.88904Q376.1127 554.3734 375.3627 554.3734Q374.59708 554.3734 374.09708 553.88904Q373.59708 553.38904 373.59708 552.57654L373.59708 552.1703ZM374.40958 552.6234Q374.40958 553.07654 374.65958 553.3734Q374.9252 553.6703 375.3627 553.6703Q375.78458 553.6703 376.03458 553.38904Q376.28458 553.09216 376.28458 552.59216L376.28458 552.1703Q376.28458 551.71716 376.03458 551.4203Q375.78458 551.1078 375.34708 551.1078Q374.90958 551.1078 374.65958 551.4203Q374.40958 551.71716 374.40958 552.1859L374.40958 552.6234ZM377.75333 556.96716Q377.75333 556.20154 378.2377 555.71716Q378.7377 555.21716 379.50333 555.21716Q380.26895 555.21716 380.75333 555.71716Q381.25333 556.20154 381.25333 557.01404L381.25333 557.4203Q381.25333 558.1859 380.76895 558.6859Q380.28458 559.1859 379.51895 559.1859Q378.75333 559.1859 378.25333 558.70154Q377.75333 558.20154 377.75333 557.38904L377.75333 556.96716ZM378.56583 557.4203Q378.56583 557.88904 378.81583 558.1859Q379.08145 558.4828 379.51895 558.4828Q379.94083 558.4828 380.19083 558.20154Q380.44083 557.90466 380.44083 557.40466L380.44083 556.96716Q380.44083 556.4984 380.1752 556.21716Q379.9252 555.9203 379.50333 555.9203Q379.08145 555.9203 378.81583 556.21716Q378.56583 556.4984 378.56583 556.9984L378.56583 557.4203ZM375.6127 558.4203L374.9877 558.02966L379.15958 551.3578L379.76895 551.7484L375.6127 558.4203Z" fill-rule="nonzero"/><path fill="#666666" d="M463.45032 550.52966L463.45032 551.4359L463.2472 551.4359Q461.98157 551.46716 461.23157 552.20154Q460.48157 552.9203 460.35657 554.2328Q461.04407 553.46716 462.20032 553.46716Q463.3097 553.46716 463.98157 554.2484Q464.65344 555.02966 464.65344 556.27966Q464.65344 557.59216 463.9347 558.38904Q463.21594 559.1859 461.9972 559.1859Q460.77844 559.1859 460.01282 558.2484Q459.26282 557.2953 459.26282 555.8109L459.26282 555.40466Q459.26282 553.0453 460.26282 551.7953Q461.26282 550.5453 463.2472 550.52966L463.45032 550.52966ZM462.02844 554.3734Q461.46594 554.3734 460.9972 554.70154Q460.52844 555.02966 460.34094 555.5453L460.34094 555.9359Q460.34094 556.9984 460.8097 557.63904Q461.29407 558.27966 461.9972 558.27966Q462.73157 558.27966 463.15344 557.7484Q463.57532 557.20154 463.57532 556.32654Q463.57532 555.45154 463.15344 554.9203Q462.73157 554.3734 462.02844 554.3734ZM471.54407 555.4203Q471.54407 557.32654 470.88782 558.26404Q470.2472 559.1859 468.85657 559.1859Q467.4972 559.1859 466.84094 558.27966Q466.1847 557.3734 466.15344 555.5609L466.15344 554.1234Q466.15344 552.2328 466.79407 551.32654Q467.45032 550.40466 468.84094 550.40466Q470.21594 550.40466 470.8722 551.2953Q471.52844 552.1703 471.54407 554.01404L471.54407 555.4203ZM470.45032 553.9359Q470.45032 552.5609 470.0597 551.9359Q469.6847 551.2953 468.84094 551.2953Q468.01282 551.2953 467.6222 551.9359Q467.2472 552.5609 467.2472 553.8578L467.2472 555.59216Q467.2472 556.96716 467.63782 557.63904Q468.04407 558.2953 468.85657 558.2953Q469.65344 558.2953 470.04407 557.6703Q470.4347 557.0453 470.45032 555.71716L470.45032 553.9359ZM473.09094 552.1703Q473.09094 551.40466 473.57532 550.90466Q474.07532 550.40466 474.84094 550.40466Q475.6222 550.40466 476.10657 550.90466Q476.59094 551.40466 476.59094 552.20154L476.59094 552.6234Q476.59094 553.38904 476.09094 553.88904Q475.60657 554.3734 474.85657 554.3734Q474.09094 554.3734 473.59094 553.88904Q473.09094 553.38904 473.09094 552.57654L473.09094 552.1703ZM473.90344 552.6234Q473.90344 553.07654 474.15344 553.3734Q474.41907 553.6703 474.85657 553.6703Q475.27844 553.6703 475.52844 553.38904Q475.77844 553.09216 475.77844 552.59216L475.77844 552.1703Q475.77844 551.71716 475.52844 551.4203Q475.27844 551.1078 474.84094 551.1078Q474.40344 551.1078 474.15344 551.4203Q473.90344 551.71716 473.90344 552.1859L473.90344 552.6234ZM477.2472 556.96716Q477.2472 556.20154 477.73157 555.71716Q478.23157 555.21716 478.9972 555.21716Q479.76282 555.21716 480.2472 555.71716Q480.7472 556.20154 480.7472 557.01404L480.7472 557.4203Q480.7472 558.1859 480.26282 558.6859Q479.77844 559.1859 479.01282 559.1859Q478.2472 559.1859 477.7472 558.70154Q477.2472 558.20154 477.2472 557.38904L477.2472 556.96716ZM478.0597 557.4203Q478.0597 557.88904 478.3097 558.1859Q478.57532 558.4828 479.01282 558.4828Q479.4347 558.4828 479.6847 558.20154Q479.9347 557.90466 479.9347 557.40466L479.9347 556.96716Q479.9347 556.4984 479.66907 556.21716Q479.41907 555.9203 478.9972 555.9203Q478.57532 555.9203 478.3097 556.21716Q478.0597 556.4984 478.0597 556.9984L478.0597 557.4203ZM475.10657 558.4203L474.48157 558.02966L478.65344 551.3578L479.26282 551.7484L475.10657 558.4203Z" fill-rule="nonzero"/><path fill="#666666" d="M563.866 552.7484Q563.866 553.38904 563.5223 553.88904Q563.1785 554.38904 562.616 554.6703Q563.2723 554.95154 563.6629 555.51404Q564.0535 556.0609 564.0535 556.76404Q564.0535 557.8578 563.3035 558.52966Q562.56915 559.1859 561.3504 559.1859Q560.116 559.1859 559.366 558.52966Q558.63165 557.8578 558.63165 556.76404Q558.63165 556.0609 559.00665 555.51404Q559.38165 554.95154 560.0535 554.6703Q559.491 554.38904 559.1629 553.88904Q558.8348 553.38904 558.8348 552.7484Q558.8348 551.6703 559.5223 551.0453Q560.2098 550.40466 561.3504 550.40466Q562.4754 550.40466 563.1629 551.0453Q563.866 551.6703 563.866 552.7484ZM562.9754 556.7328Q562.9754 556.01404 562.5223 555.57654Q562.06915 555.1234 561.3348 555.1234Q560.6004 555.1234 560.1473 555.57654Q559.7098 556.01404 559.7098 556.7484Q559.7098 557.46716 560.1473 557.88904Q560.5848 558.2953 561.3504 558.2953Q562.1004 558.2953 562.5379 557.8734Q562.9754 557.45154 562.9754 556.7328ZM561.3504 551.2953Q560.7098 551.2953 560.3035 551.70154Q559.9129 552.09216 559.9129 552.77966Q559.9129 553.4203 560.3035 553.82654Q560.69415 554.2328 561.3348 554.2328Q561.991 554.2328 562.38165 553.82654Q562.7723 553.4203 562.7723 552.77966Q562.7723 552.1234 562.366 551.71716Q561.9598 551.2953 561.3504 551.2953ZM571.0379 555.4203Q571.0379 557.32654 570.38165 558.26404Q569.741 559.1859 568.3504 559.1859Q566.991 559.1859 566.3348 558.27966Q565.6785 557.3734 565.6473 555.5609L565.6473 554.1234Q565.6473 552.2328 566.2879 551.32654Q566.94415 550.40466 568.3348 550.40466Q569.7098 550.40466 570.366 551.2953Q571.0223 552.1703 571.0379 554.01404L571.0379 555.4203ZM569.94415 553.9359Q569.94415 552.5609 569.5535 551.9359Q569.1785 551.2953 568.3348 551.2953Q567.50665 551.2953 567.116 551.9359Q566.741 552.5609 566.741 553.8578L566.741 555.59216Q566.741 556.96716 567.13165 557.63904Q567.5379 558.2953 568.3504 558.2953Q569.1473 558.2953 569.5379 557.6703Q569.9285 557.0453 569.94415 555.71716L569.94415 553.9359ZM572.5848 552.1703Q572.5848 551.40466 573.06915 550.90466Q573.56915 550.40466 574.3348 550.40466Q575.116 550.40466 575.6004 550.90466Q576.0848 551.40466 576.0848 552.20154L576.0848 552.6234Q576.0848 553.38904 575.5848 553.88904Q575.1004 554.3734 574.3504 554.3734Q573.5848 554.3734 573.0848 553.88904Q572.5848 553.38904 572.5848 552.57654L572.5848 552.1703ZM573.3973 552.6234Q573.3973 553.07654 573.6473 553.3734Q573.9129 553.6703 574.3504 553.6703Q574.7723 553.6703 575.0223 553.38904Q575.2723 553.09216 575.2723 552.59216L575.2723 552.1703Q575.2723 551.71716 575.0223 551.4203Q574.7723 551.1078 574.3348 551.1078Q573.8973 551.1078 573.6473 551.4203Q573.3973 551.71716 573.3973 552.1859L573.3973 552.6234ZM576.741 556.96716Q576.741 556.20154 577.2254 555.71716Q577.7254 555.21716 578.491 555.21716Q579.25665 555.21716 579.741 555.71716Q580.241 556.20154 580.241 557.01404L580.241 557.4203Q580.241 558.1859 579.75665 558.6859Q579.2723 559.1859 578.50665 559.1859Q577.741 559.1859 577.241 558.70154Q576.741 558.20154 576.741 557.38904L576.741 556.96716ZM577.5535 557.4203Q577.5535 557.88904 577.8035 558.1859Q578.06915 558.4828 578.50665 558.4828Q578.9285 558.4828 579.1785 558.20154Q579.4285 557.90466 579.4285 557.40466L579.4285 556.96716Q579.4285 556.4984 579.1629 556.21716Q578.9129 555.9203 578.491 555.9203Q578.06915 555.9203 577.8035 556.21716Q577.5535 556.4984 577.5535 556.9984L577.5535 557.4203ZM574.6004 558.4203L573.9754 558.02966L578.1473 551.3578L578.75665 551.7484L574.6004 558.4203Z" fill-rule="nonzero"/><path fill="#bcf3ff" d="M232.21387 591.81915C232.21387 591.26685 232.66158 590.81915 233.21387 590.81915L243.21387 590.81915C243.76616 590.81915 244.21387 591.26685 244.21387 591.81915L244.21387 601.81915C244.21387 602.3714 243.76616 602.81915 243.21387 602.81915L233.21387 602.81915C232.66158 602.81915 232.21387 602.3714 232.21387 601.81915Z" fill-rule="nonzero"/><path fill="#666666" d="M258.51074 601.31915L252.91699 601.31915L252.91699 600.5379L255.87012 597.25665Q256.52637 596.50665 256.77637 596.0535Q257.02637 595.5848 257.02637 595.0848Q257.02637 594.4129 256.62012 593.991Q256.2295 593.5535 255.54199 593.5535Q254.74512 593.5535 254.29199 594.0223Q253.83887 594.4754 253.83887 595.3035L252.76074 595.3035Q252.76074 594.116 253.51074 593.3973Q254.27637 592.6629 255.54199 592.6629Q256.74512 592.6629 257.43262 593.2879Q258.12012 593.9129 258.12012 594.9598Q258.12012 596.2098 256.51074 597.9598L254.22949 600.4285L258.51074 600.4285L258.51074 601.31915ZM265.27637 597.6785Q265.27637 599.5848 264.62012 600.5223Q263.9795 601.44415 262.58887 601.44415Q261.2295 601.44415 260.57324 600.5379Q259.917 599.63165 259.88574 597.81915L259.88574 596.38165Q259.88574 594.491 260.52637 593.5848Q261.18262 592.6629 262.57324 592.6629Q263.94824 592.6629 264.6045 593.5535Q265.26074 594.4285 265.27637 596.2723L265.27637 597.6785ZM264.18262 596.19415Q264.18262 594.81915 263.792 594.19415Q263.417 593.5535 262.57324 593.5535Q261.74512 593.5535 261.3545 594.19415Q260.9795 594.81915 260.9795 596.116L260.9795 597.8504Q260.9795 599.2254 261.37012 599.8973Q261.77637 600.5535 262.58887 600.5535Q263.38574 600.5535 263.77637 599.9285Q264.167 599.3035 264.18262 597.9754L264.18262 596.19415ZM270.4795 601.31915L269.40137 601.31915L269.40137 594.1004L267.21387 594.8973L267.21387 593.9129L270.32324 592.741L270.4795 592.741L270.4795 601.31915ZM278.18262 592.7879L278.18262 593.69415L277.9795 593.69415Q276.71387 593.7254 275.96387 594.4598Q275.21387 595.1785 275.08887 596.491Q275.77637 595.7254 276.93262 595.7254Q278.042 595.7254 278.71387 596.50665Q279.38574 597.2879 279.38574 598.5379Q279.38574 599.8504 278.667 600.6473Q277.94824 601.44415 276.7295 601.44415Q275.51074 601.44415 274.74512 600.50665Q273.99512 599.5535 273.99512 598.06915L273.99512 597.6629Q273.99512 595.3035 274.99512 594.0535Q275.99512 592.8035 277.9795 592.7879L278.18262 592.7879ZM276.76074 596.63165Q276.19824 596.63165 275.7295 596.9598Q275.26074 597.2879 275.07324 597.8035L275.07324 598.19415Q275.07324 599.25665 275.542 599.8973Q276.02637 600.5379 276.7295 600.5379Q277.46387 600.5379 277.88574 600.00665Q278.30762 599.4598 278.30762 598.5848Q278.30762 597.7098 277.88574 597.1785Q277.46387 596.63165 276.76074 596.63165Z" fill-rule="nonzero"/><path fill="#92e1f3" d="M296.21387 591.81915C296.21387 591.26685 296.6616 590.81915 297.21387 590.81915L307.21387 590.81915C307.76614 590.81915 308.21387 591.26685 308.21387 591.81915L308.21387 601.81915C308.21387 602.3714 307.76614 602.81915 307.21387 602.81915L297.21387 602.81915C296.6616 602.81915 296.21387 602.3714 296.21387 601.81915Z" fill-rule="nonzero"/><path fill="#666666" d="M322.51074 601.31915L316.917 601.31915L316.917 600.5379L319.87012 597.25665Q320.52637 596.50665 320.77637 596.0535Q321.02637 595.5848 321.02637 595.0848Q321.02637 594.4129 320.62012 593.991Q320.2295 593.5535 319.542 593.5535Q318.74512 593.5535 318.292 594.0223Q317.83887 594.4754 317.83887 595.3035L316.76074 595.3035Q316.76074 594.116 317.51074 593.3973Q318.27637 592.6629 319.542 592.6629Q320.74512 592.6629 321.43262 593.2879Q322.12012 593.9129 322.12012 594.9598Q322.12012 596.2098 320.51074 597.9598L318.2295 600.4285L322.51074 600.4285L322.51074 601.31915ZM329.27637 597.6785Q329.27637 599.5848 328.62012 600.5223Q327.9795 601.44415 326.58887 601.44415Q325.2295 601.44415 324.57324 600.5379Q323.917 599.63165 323.88574 597.81915L323.88574 596.38165Q323.88574 594.491 324.52637 593.5848Q325.18262 592.6629 326.57324 592.6629Q327.94824 592.6629 328.6045 593.5535Q329.26074 594.4285 329.27637 596.2723L329.27637 597.6785ZM328.18262 596.19415Q328.18262 594.81915 327.792 594.19415Q327.417 593.5535 326.57324 593.5535Q325.74512 593.5535 325.3545 594.19415Q324.9795 594.81915 324.9795 596.116L324.9795 597.8504Q324.9795 599.2254 325.37012 599.8973Q325.77637 600.5535 326.58887 600.5535Q327.38574 600.5535 327.77637 599.9285Q328.167 599.3035 328.18262 597.9754L328.18262 596.19415ZM334.4795 601.31915L333.40137 601.31915L333.40137 594.1004L331.21387 594.8973L331.21387 593.9129L334.32324 592.741L334.4795 592.741L334.4795 601.31915ZM343.43262 593.3973L339.90137 601.31915L338.76074 601.31915L342.27637 593.6785L337.667 593.6785L337.667 592.7879L343.43262 592.7879L343.43262 593.3973Z" fill-rule="nonzero"/><path fill="#5dc9e2" d="M360.21387 591.81915C360.21387 591.26685 360.6616 590.81915 361.21387 590.81915L371.21387 590.81915C371.76614 590.81915 372.21387 591.26685 372.21387 591.81915L372.21387 601.81915C372.21387 602.3714 371.76614 602.81915 371.21387 602.81915L361.21387 602.81915C360.6616 602.81915 360.21387 602.3714 360.21387 601.81915Z" fill-rule="nonzero"/><path fill="#666666" d="M386.51074 601.31915L380.917 601.31915L380.917 600.5379L383.87012 597.25665Q384.52637 596.50665 384.77637 596.0535Q385.02637 595.5848 385.02637 595.0848Q385.02637 594.4129 384.62012 593.991Q384.2295 593.5535 383.542 593.5535Q382.74512 593.5535 382.292 594.0223Q381.83887 594.4754 381.83887 595.3035L380.76074 595.3035Q380.76074 594.116 381.51074 593.3973Q382.27637 592.6629 383.542 592.6629Q384.74512 592.6629 385.43262 593.2879Q386.12012 593.9129 386.12012 594.9598Q386.12012 596.2098 384.51074 597.9598L382.2295 600.4285L386.51074 600.4285L386.51074 601.31915ZM393.27637 597.6785Q393.27637 599.5848 392.62012 600.5223Q391.9795 601.44415 390.58887 601.44415Q389.2295 601.44415 388.57324 600.5379Q387.917 599.63165 387.88574 597.81915L387.88574 596.38165Q387.88574 594.491 388.52637 593.5848Q389.18262 592.6629 390.57324 592.6629Q391.94824 592.6629 392.6045 593.5535Q393.26074 594.4285 393.27637 596.2723L393.27637 597.6785ZM392.18262 596.19415Q392.18262 594.81915 391.792 594.19415Q391.417 593.5535 390.57324 593.5535Q389.74512 593.5535 389.3545 594.19415Q388.9795 594.81915 388.9795 596.116L388.9795 597.8504Q388.9795 599.2254 389.37012 599.8973Q389.77637 600.5535 390.58887 600.5535Q391.38574 600.5535 391.77637 599.9285Q392.167 599.3035 392.18262 597.9754L392.18262 596.19415ZM398.4795 601.31915L397.40137 601.31915L397.40137 594.1004L395.21387 594.8973L395.21387 593.9129L398.32324 592.741L398.4795 592.741L398.4795 601.31915ZM407.1045 595.00665Q407.1045 595.6473 406.76074 596.1473Q406.417 596.6473 405.8545 596.9285Q406.51074 597.2098 406.90137 597.7723Q407.292 598.31915 407.292 599.0223Q407.292 600.116 406.542 600.7879Q405.80762 601.44415 404.58887 601.44415Q403.3545 601.44415 402.6045 600.7879Q401.87012 600.116 401.87012 599.0223Q401.87012 598.31915 402.24512 597.7723Q402.62012 597.2098 403.292 596.9285Q402.7295 596.6473 402.40137 596.1473Q402.07324 595.6473 402.07324 595.00665Q402.07324 593.9285 402.76074 593.3035Q403.44824 592.6629 404.58887 592.6629Q405.71387 592.6629 406.40137 593.3035Q407.1045 593.9285 407.1045 595.00665ZM406.21387 598.991Q406.21387 598.2723 405.76074 597.8348Q405.30762 597.38165 404.57324 597.38165Q403.83887 597.38165 403.38574 597.8348Q402.94824 598.2723 402.94824 599.00665Q402.94824 599.7254 403.38574 600.1473Q403.82324 600.5535 404.58887 600.5535Q405.33887 600.5535 405.77637 600.13165Q406.21387 599.7098 406.21387 598.991ZM404.58887 593.5535Q403.94824 593.5535 403.542 593.9598Q403.15137 594.3504 403.15137 595.0379Q403.15137 595.6785 403.542 596.0848Q403.93262 596.491 404.57324 596.491Q405.2295 596.491 405.62012 596.0848Q406.01074 595.6785 406.01074 595.0379Q406.01074 594.38165 405.6045 593.9754Q405.19824 593.5535 404.58887 593.5535Z" fill-rule="nonzero"/><path fill="#00add8" d="M424.21387 591.81915C424.21387 591.26685 424.6616 590.81915 425.21387 590.81915L435.21387 590.81915C435.76614 590.81915 436.21387 591.26685 436.21387 591.81915L436.21387 601.81915C436.21387 602.3714 435.76614 602.81915 435.21387 602.81915L425.21387 602.81915C424.6616 602.81915 424.21387 602.3714 424.21387 601.81915Z" fill-rule="nonzero"/><path fill="#666666" d="M450.51074 601.31915L444.917 601.31915L444.917 600.5379L447.87012 597.25665Q448.52637 596.50665 448.77637 596.0535Q449.02637 595.5848 449.02637 595.0848Q449.02637 594.4129 448.62012 593.991Q448.2295 593.5535 447.542 593.5535Q446.74512 593.5535 446.292 594.0223Q445.83887 594.4754 445.83887 595.3035L444.76074 595.3035Q444.76074 594.116 445.51074 593.3973Q446.27637 592.6629 447.542 592.6629Q448.74512 592.6629 449.43262 593.2879Q450.12012 593.9129 450.12012 594.9598Q450.12012 596.2098 448.51074 597.9598L446.2295 600.4285L450.51074 600.4285L450.51074 601.31915ZM457.27637 597.6785Q457.27637 599.5848 456.62012 600.5223Q455.9795 601.44415 454.58887 601.44415Q453.2295 601.44415 452.57324 600.5379Q451.917 599.63165 451.88574 597.81915L451.88574 596.38165Q451.88574 594.491 452.52637 593.5848Q453.18262 592.6629 454.57324 592.6629Q455.94824 592.6629 456.6045 593.5535Q457.26074 594.4285 457.27637 596.2723L457.27637 597.6785ZM456.18262 596.19415Q456.18262 594.81915 455.792 594.19415Q455.417 593.5535 454.57324 593.5535Q453.74512 593.5535 453.3545 594.19415Q452.9795 594.81915 452.9795 596.116L452.9795 597.8504Q452.9795 599.2254 453.37012 599.8973Q453.77637 600.5535 454.58887 600.5535Q455.38574 600.5535 455.77637 599.9285Q456.167 599.3035 456.18262 597.9754L456.18262 596.19415ZM462.4795 601.31915L461.40137 601.31915L461.40137 594.1004L459.21387 594.8973L459.21387 593.9129L462.32324 592.741L462.4795 592.741L462.4795 601.31915ZM470.07324 597.56915Q469.74512 597.9754 469.26074 598.2254Q468.792 598.4598 468.2295 598.4598Q467.49512 598.4598 466.94824 598.1004Q466.40137 597.741 466.1045 597.0848Q465.80762 596.4129 465.80762 595.616Q465.80762 594.7723 466.12012 594.0848Q466.44824 593.3973 467.042 593.0379Q467.65137 592.6629 468.44824 592.6629Q469.71387 592.6629 470.43262 593.616Q471.167 594.56915 471.167 596.19415L471.167 596.50665Q471.167 599.00665 470.18262 600.1473Q469.19824 601.2879 467.21387 601.31915L466.99512 601.31915L466.99512 600.4129L467.2295 600.4129Q468.57324 600.38165 469.292 599.7098Q470.01074 599.0379 470.07324 597.56915ZM468.40137 597.56915Q468.94824 597.56915 469.40137 597.241Q469.87012 596.8973 470.08887 596.4129L470.08887 595.9754Q470.08887 594.9129 469.62012 594.241Q469.15137 593.56915 468.44824 593.56915Q467.7295 593.56915 467.292 594.116Q466.87012 594.6629 466.87012 595.56915Q466.87012 596.44415 467.27637 597.00665Q467.69824 597.56915 468.40137 597.56915ZM475.99512 597.8504Q475.99512 596.5379 476.33887 595.31915Q476.69824 594.1004 477.40137 593.1004Q478.1045 592.1004 478.87012 591.69415L479.08887 592.4129Q478.2295 593.06915 477.68262 594.4129Q477.13574 595.75665 477.08887 597.4285L477.07324 597.9285Q477.07324 600.19415 477.90137 601.8504Q478.40137 602.8504 479.08887 603.4129L478.87012 604.06915Q478.08887 603.6473 477.37012 602.616Q475.99512 600.63165 475.99512 597.8504ZM481.05762 594.9754L481.08887 595.7723Q481.82324 594.866 482.99512 594.866Q485.01074 594.866 485.02637 597.13165L485.02637 601.31915L483.93262 601.31915L483.93262 597.116Q483.93262 596.44415 483.62012 596.116Q483.32324 595.7879 482.667 595.7879Q482.13574 595.7879 481.7295 596.06915Q481.33887 596.3504 481.12012 596.8035L481.12012 601.31915L480.042 601.31915L480.042 594.9754L481.05762 594.9754ZM491.99512 596.5535L487.1045 596.5535L487.1045 595.6004L491.99512 595.6004L491.99512 596.5535ZM491.99512 598.9754L487.1045 598.9754L487.1045 598.0379L491.99512 598.0379L491.99512 598.9754ZM499.43262 593.3973L495.90137 601.31915L494.76074 601.31915L498.27637 593.6785L493.667 593.6785L493.667 592.7879L499.43262 592.7879L499.43262 593.3973ZM500.99512 603.0223L500.38574 602.6004Q500.93262 601.8348 500.96387 601.00665L500.96387 600.0379L502.02637 600.0379L502.02637 600.88165Q502.02637 601.4754 501.7295 602.06915Q501.43262 602.6629 500.99512 603.0223ZM508.43262 593.3973L504.90137 601.31915L503.76074 601.31915L507.27637 593.6785L502.667 593.6785L502.667 592.7879L508.43262 592.7879L508.43262 593.3973ZM511.49512 596.5223L512.3076 596.5223Q513.08887 596.50665 513.52637 596.116Q513.96387 595.7254 513.96387 595.0535Q513.96387 593.5535 512.46387 593.5535Q511.76074 593.5535 511.33887 593.9598Q510.93262 594.366 510.93262 595.0223L509.83887 595.0223Q509.83887 594.00665 510.57324 593.3348Q511.32324 592.6629 512.46387 592.6629Q513.667 592.6629 514.3545 593.3035Q515.042 593.94415 515.042 595.0848Q515.042 595.6473 514.6826 596.1629Q514.32324 596.6785 513.69824 596.94415Q514.40137 597.1629 514.77637 597.6785Q515.167 598.19415 515.167 598.94415Q515.167 600.0848 514.417 600.7723Q513.667 601.44415 512.46387 601.44415Q511.27637 601.44415 510.51074 600.7879Q509.76074 600.13165 509.76074 599.06915L510.8545 599.06915Q510.8545 599.741 511.292 600.1473Q511.7295 600.5535 512.4795 600.5535Q513.26074 600.5535 513.667 600.1473Q514.08887 599.7254 514.08887 598.9598Q514.08887 598.2254 513.63574 597.8348Q513.1826 597.4285 512.3076 597.4129L511.49512 597.4129L511.49512 596.5223ZM522.51074 601.31915L516.917 601.31915L516.917 600.5379L519.8701 597.25665Q520.52637 596.50665 520.77637 596.0535Q521.02637 595.5848 521.02637 595.0848Q521.02637 594.4129 520.6201 593.991Q520.2295 593.5535 519.542 593.5535Q518.7451 593.5535 518.292 594.0223Q517.83887 594.4754 517.83887 595.3035L516.76074 595.3035Q516.76074 594.116 517.51074 593.3973Q518.27637 592.6629 519.542 592.6629Q520.7451 592.6629 521.4326 593.2879Q522.1201 593.9129 522.1201 594.9598Q522.1201 596.2098 520.51074 597.9598L518.2295 600.4285L522.51074 600.4285L522.51074 601.31915ZM526.542 597.9129Q526.542 599.2254 526.19824 600.4285Q525.8545 601.616 525.13574 602.63165Q524.4326 603.6473 523.667 604.06915L523.4326 603.4129Q524.33887 602.7254 524.88574 601.2723Q525.4326 599.8035 525.44824 598.0379L525.44824 597.8504Q525.44824 596.616 525.1826 595.5535Q524.9326 594.491 524.46387 593.6629Q524.01074 592.81915 523.4326 592.3504L523.667 591.69415Q524.4326 592.116 525.13574 593.116Q525.83887 594.116 526.1826 595.3348Q526.542 596.5379 526.542 597.9129Z" fill-rule="nonzero"/><path fill="#666666" d="M32.5625 30.159136L31.25 30.159136L31.25 20.20601L32.5625 20.20601L32.5625 30.159136ZM44.203125 26.54976Q44.203125 28.23726 43.421875 29.26851Q42.65625 30.29976 41.34375 30.29976Q40.0 30.29976 39.21875 29.440386L39.21875 33.002884L37.953125 33.002884L37.953125 22.76851L39.109375 22.76851L39.171875 23.58101Q39.953125 22.627886 41.328125 22.627886Q42.65625 22.627886 43.421875 23.627886Q44.203125 24.627886 44.203125 26.42476L44.203125 26.54976ZM42.9375 26.39351Q42.9375 25.14351 42.40625 24.42476Q41.875 23.70601 40.9375 23.70601Q39.796875 23.70601 39.21875 24.721636L39.21875 28.252886Q39.796875 29.26851 40.953125 29.26851Q41.875 29.26851 42.40625 28.54976Q42.9375 27.815386 42.9375 26.39351ZM49.53125 23.89351Q49.25 23.846636 48.90625 23.846636Q47.671875 23.846636 47.21875 24.909136L47.21875 30.159136L45.953125 30.159136L45.953125 22.76851L47.1875 22.76851L47.203125 23.61226Q47.828125 22.627886 48.96875 22.627886Q49.34375 22.627886 49.53125 22.721636L49.53125 23.89351ZM52.328125 30.159136L51.0625 30.159136L51.0625 22.76851L52.328125 22.76851L52.328125 30.159136ZM50.96875 20.79976Q50.96875 20.48726 51.15625 20.284136Q51.34375 20.065386 51.703125 20.065386Q52.078125 20.065386 52.265625 20.284136Q52.46875 20.48726 52.46875 20.79976Q52.46875 21.11226 52.265625 21.315386Q52.078125 21.51851 51.703125 21.51851Q51.34375 21.51851 51.15625 21.315386Q50.96875 21.11226 50.96875 20.79976ZM55.140625 22.76851L55.1875 23.58101Q56.0 22.627886 57.375 22.627886Q58.921875 22.627886 59.484375 23.815386Q59.859375 23.284136 60.453125 22.95601Q61.046875 22.627886 61.84375 22.627886Q64.28125 22.627886 64.328125 25.20601L64.328125 30.159136L63.0625 30.159136L63.0625 25.284136Q63.0625 24.48726 62.6875 24.096636Q62.328125 23.70601 61.484375 23.70601Q60.765625 23.70601 60.296875 24.127886Q59.84375 24.534136 59.765625 25.252886L59.765625 30.159136L58.5 30.159136L58.5 25.315386Q58.5 23.70601 56.921875 23.70601Q55.671875 23.70601 55.21875 24.752886L55.21875 30.159136L53.953125 30.159136L53.953125 22.76851L55.140625 22.76851ZM70.53125 30.159136Q70.421875 29.940386 70.34375 29.377886Q69.46875 30.29976 68.234375 30.29976Q67.140625 30.29976 66.4375 29.690386Q65.75 29.065386 65.75 28.11226Q65.75 26.95601 66.625 26.315386Q67.5 25.67476 69.09375 25.67476L70.328125 25.67476L70.328125 25.096636Q70.328125 24.42476 69.921875 24.034136Q69.53125 23.64351 68.765625 23.64351Q68.078125 23.64351 67.625 23.98726Q67.171875 24.33101 67.171875 24.815386L65.890625 24.815386Q65.890625 24.252886 66.28125 23.73726Q66.6875 23.221636 67.359375 22.92476Q68.03125 22.627886 68.828125 22.627886Q70.109375 22.627886 70.828125 23.26851Q71.5625 23.909136 71.59375 25.01851L71.59375 28.42476Q71.59375 29.440386 71.84375 30.04976L71.84375 30.159136L70.53125 30.159136ZM68.421875 29.190386Q69.015625 29.190386 69.546875 28.89351Q70.09375 28.58101 70.328125 28.08101L70.328125 26.565386L69.328125 26.565386Q67.015625 26.565386 67.015625 27.92476Q67.015625 28.51851 67.40625 28.86226Q67.796875 29.190386 68.421875 29.190386ZM77.53125 23.89351Q77.25 23.846636 76.90625 23.846636Q75.671875 23.846636 75.21875 24.909136L75.21875 30.159136L73.953125 30.159136L73.953125 22.76851L75.1875 22.76851L75.203125 23.61226Q75.828125 22.627886 76.96875 22.627886Q77.34375 22.627886 77.53125 22.721636L77.53125 23.89351ZM80.328125 30.159136L79.0625 30.159136L79.0625 22.76851L80.328125 22.76851L80.328125 30.159136ZM78.96875 20.79976Q78.96875 20.48726 79.15625 20.284136Q79.34375 20.065386 79.703125 20.065386Q80.078125 20.065386 80.265625 20.284136Q80.46875 20.48726 80.46875 20.79976Q80.46875 21.11226 80.265625 21.315386Q80.078125 21.51851 79.703125 21.51851Q79.34375 21.51851 79.15625 21.315386Q78.96875 21.11226 78.96875 20.79976ZM83.328125 30.159136L82.0625 30.159136L82.0625 19.659136L83.328125 19.659136L83.328125 30.159136ZM87.375 28.29976L89.09375 22.76851L90.453125 22.76851L87.484375 31.29976Q86.796875 33.14351 85.28125 33.14351L85.046875 33.127884L84.578125 33.034134L84.578125 32.01851L84.921875 32.034134Q85.5625 32.034134 85.921875 31.76851Q86.28125 31.51851 86.515625 30.83101L86.796875 30.08101L84.15625 22.76851L85.53125 22.76851L87.375 28.29976ZM94.65625 26.39351Q94.65625 24.690386 95.453125 23.659136Q96.265625 22.627886 97.5625 22.627886Q98.875 22.627886 99.625 23.51851L99.625 19.659136L100.890625 19.659136L100.890625 30.159136L99.734375 30.159136L99.671875 29.36226Q98.90625 30.29976 97.5625 30.29976Q96.265625 30.29976 95.453125 29.252886Q94.65625 28.190386 94.65625 26.48726L94.65625 26.39351ZM95.921875 26.54976Q95.921875 27.79976 96.4375 28.51851Q96.953125 29.221636 97.875 29.221636Q99.078125 29.221636 99.625 28.14351L99.625 24.73726Q99.0625 23.70601 97.890625 23.70601Q96.953125 23.70601 96.4375 24.42476Q95.921875 25.127886 95.921875 26.54976ZM106.03125 30.29976Q104.515625 30.29976 103.578125 29.315386Q102.640625 28.315386 102.640625 26.659136L102.640625 26.440386Q102.640625 25.33101 103.0625 24.471636Q103.484375 23.596636 104.234375 23.11226Q104.984375 22.627886 105.875 22.627886Q107.3125 22.627886 108.109375 23.58101Q108.90625 24.51851 108.90625 26.29976L108.90625 26.815386L103.90625 26.815386Q103.921875 27.909136 104.53125 28.596636Q105.15625 29.26851 106.09375 29.26851Q106.765625 29.26851 107.21875 29.002886Q107.6875 28.721636 108.046875 28.26851L108.8125 28.86226Q107.890625 30.29976 106.03125 30.29976ZM105.875 23.659136Q105.109375 23.659136 104.578125 24.221636Q104.0625 24.784136 103.9375 25.784136L107.640625 25.784136L107.640625 25.690386Q107.59375 24.721636 107.125 24.190386Q106.65625 23.659136 105.875 23.659136ZM112.390625 28.440386L114.234375 22.76851L115.515625 22.76851L112.875 30.159136L111.90625 30.159136L109.21875 22.76851L110.515625 22.76851L112.390625 28.440386ZM120.03125 30.29976Q118.515625 30.29976 117.578125 29.315386Q116.640625 28.315386 116.640625 26.659136L116.640625 26.440386Q116.640625 25.33101 117.0625 24.471636Q117.484375 23.596636 118.234375 23.11226Q118.984375 22.627886 119.875 22.627886Q121.3125 22.627886 122.109375 23.58101Q122.90625 24.51851 122.90625 26.29976L122.90625 26.815386L117.90625 26.815386Q117.921875 27.909136 118.53125 28.596636Q119.15625 29.26851 120.09375 29.26851Q120.765625 29.26851 121.21875 29.002886Q121.6875 28.721636 122.046875 28.26851L122.8125 28.86226Q121.890625 30.29976 120.03125 30.29976ZM119.875 23.659136Q119.109375 23.659136 118.578125 24.221636Q118.0625 24.784136 117.9375 25.784136L121.640625 25.784136L121.640625 25.690386Q121.59375 24.721636 121.125 24.190386Q120.65625 23.659136 119.875 23.659136ZM125.328125 30.159136L124.0625 30.159136L124.0625 19.659136L125.328125 19.659136L125.328125 30.159136ZM126.625 26.39351Q126.625 25.29976 127.046875 24.440386Q127.484375 23.565386 128.23438 23.096636Q129.0 22.627886 129.98438 22.627886Q131.48438 22.627886 132.42188 23.67476Q133.35938 24.721636 133.35938 26.45601L133.35938 26.54976Q133.35938 27.627886 132.9375 28.48726Q132.53125 29.33101 131.75 29.815386Q130.98438 30.29976 130.0 30.29976Q128.48438 30.29976 127.546875 29.252886Q126.625 28.20601 126.625 26.48726L126.625 26.39351ZM127.890625 26.54976Q127.890625 27.76851 128.45312 28.51851Q129.03125 29.26851 130.0 29.26851Q130.95312 29.26851 131.51562 28.51851Q132.09375 27.752886 132.09375 26.39351Q132.09375 25.17476 131.51562 24.42476Q130.9375 23.659136 129.98438 23.659136Q129.04688 23.659136 128.46875 24.409136Q127.890625 25.159136 127.890625 26.54976ZM141.20312 26.54976Q141.20312 28.23726 140.42188 29.26851Q139.65625 30.29976 138.34375 30.29976Q137.0 30.29976 136.21875 29.440386L136.21875 33.002884L134.95312 33.002884L134.95312 22.76851L136.10938 22.76851L136.17188 23.58101Q136.95312 22.627886 138.32812 22.627886Q139.65625 22.627886 140.42188 23.627886Q141.20312 24.627886 141.20312 26.42476L141.20312 26.54976ZM139.9375 26.39351Q139.9375 25.14351 139.40625 24.42476Q138.875 23.70601 137.9375 23.70601Q136.79688 23.70601 136.21875 24.721636L136.21875 28.252886Q136.79688 29.26851 137.95312 29.26851Q138.875 29.26851 139.40625 28.54976Q139.9375 27.815386 139.9375 26.39351ZM153.5 28.846636Q153.0 29.58101 152.09375 29.940386Q151.1875 30.29976 149.98438 30.29976Q148.76562 30.29976 147.8125 29.73726Q146.875 29.159136 146.35938 28.11226Q145.84375 27.04976 145.82812 25.659136L145.82812 24.79976Q145.82812 22.54976 146.875 21.315386Q147.9375 20.065386 149.82812 20.065386Q151.39062 20.065386 152.34375 20.86226Q153.29688 21.659136 153.5 23.127886L152.1875 23.127886Q151.82812 21.14351 149.84375 21.14351Q148.51562 21.14351 147.82812 22.08101Q147.15625 23.002886 147.15625 24.752886L147.15625 25.565386Q147.15625 27.252886 147.92188 28.23726Q148.6875 29.221636 149.98438 29.221636Q150.73438 29.221636 151.28125 29.065386Q151.84375 28.89351 152.20312 28.502886L152.20312 26.26851L149.89062 26.26851L149.89062 25.20601L153.5 25.20601L153.5 28.846636ZM155.625 26.39351Q155.625 25.29976 156.04688 24.440386Q156.48438 23.565386 157.23438 23.096636Q158.0 22.627886 158.98438 22.627886Q160.48438 22.627886 161.42188 23.67476Q162.35938 24.721636 162.35938 26.45601L162.35938 26.54976Q162.35938 27.627886 161.9375 28.48726Q161.53125 29.33101 160.75 29.815386Q159.98438 30.29976 159.0 30.29976Q157.48438 30.29976 156.54688 29.252886Q155.625 28.20601 155.625 26.48726L155.625 26.39351ZM156.89062 26.54976Q156.89062 27.76851 157.45312 28.51851Q158.03125 29.26851 159.0 29.26851Q159.95312 29.26851 160.51562 28.51851Q161.09375 27.752886 161.09375 26.39351Q161.09375 25.17476 160.51562 24.42476Q159.9375 23.659136 158.98438 23.659136Q158.04688 23.659136 157.46875 24.409136Q156.89062 25.159136 156.89062 26.54976ZM166.625 26.39351Q166.625 25.29976 167.04688 24.440386Q167.48438 23.565386 168.23438 23.096636Q169.0 22.627886 169.98438 22.627886Q171.48438 22.627886 172.42188 23.67476Q173.35938 24.721636 173.35938 26.45601L173.35938 26.54976Q173.35938 27.627886 172.9375 28.48726Q172.53125 29.33101 171.75 29.815386Q170.98438 30.29976 170.0 30.29976Q168.48438 30.29976 167.54688 29.252886Q166.625 28.20601 166.625 26.48726L166.625 26.39351ZM167.89062 26.54976Q167.89062 27.76851 168.45312 28.51851Q169.03125 29.26851 170.0 29.26851Q170.95312 29.26851 171.51562 28.51851Q172.09375 27.752886 172.09375 26.39351Q172.09375 25.17476 171.51562 24.42476Q170.9375 23.659136 169.98438 23.659136Q169.04688 23.659136 168.46875 24.409136Q167.89062 25.159136 167.89062 26.54976ZM176.15625 22.76851L176.1875 23.690386Q177.04688 22.627886 178.40625 22.627886Q180.75 22.627886 180.78125 25.26851L180.78125 30.159136L179.51562 30.159136L179.51562 25.26851Q179.5 24.471636 179.14062 24.096636Q178.78125 23.70601 178.03125 23.70601Q177.40625 23.70601 176.9375 24.034136Q176.48438 24.36226 176.21875 24.89351L176.21875 30.159136L174.95312 30.159136L174.95312 22.76851L176.15625 22.76851ZM182.98438 29.502886Q182.98438 29.17476 183.17188 28.95601Q183.375 28.73726 183.76562 28.73726Q184.15625 28.73726 184.35938 28.95601Q184.5625 29.17476 184.5625 29.502886Q184.5625 29.815386 184.35938 30.034136Q184.15625 30.23726 183.76562 30.23726Q183.375 30.23726 183.17188 30.034136Q182.98438 29.815386 182.98438 29.502886ZM182.98438 23.502886Q182.98438 23.17476 183.17188 22.95601Q183.375 22.73726 183.76562 22.73726Q184.15625 22.73726 184.35938 22.95601Q184.5625 23.17476 184.5625 23.502886Q184.5625 23.815386 184.35938 24.034136Q184.15625 24.23726 183.76562 24.23726Q183.375 24.23726 183.17188 24.034136Q182.98438 23.815386 182.98438 23.502886Z" fill-rule="nonzero"/></svg>
\ No newline at end of file
diff --git a/_content/survey2020-results.article b/_content/survey2020-results.article
deleted file mode 100644
index 617900d..0000000
--- a/_content/survey2020-results.article
+++ /dev/null
@@ -1,286 +0,0 @@
-# Go Developer Survey 2020 Results
-9 Mar 2021
-Tags: survey, community
-Summary: An analysis of the results from the 2020 Go Developer Survey.
-
-Alice Merrick
-amerrick@google.com
-
-## Thank you for the amazing response! {#thanks}
-
-In 2020, we had another great turnout with 9,648 responses, about [as many as 2019](https://blog.golang.org/survey2019-results). Thank you for putting in the time to provide the community with these insights on your experiences using Go!
-
-## New modular survey design {#new}
-
-You may notice some questions have smaller sample sizes ("n=") than others. That's because some questions were shown to everyone while others were only shown to a random subset of respondents.
-
-## Highlights {#highlights}
-
-- Go usage is expanding in the workplace and enterprise with 76% of respondents using [Go at work](#TOC_4.1) and 66% saying [Go is critical to their company's success](#TOC_6.1).
-- [Overall satisfaction](#TOC_6.) is high with 92% of respondents being satisfied using Go.
-- The majority of [respondents felt productive](#TOC_6.2) in Go in less than 3 months, with 81% feeling very or extremely productive in Go.
-- Respondents reported [upgrading promptly to the latest Go version](#TOC_7.), with 76% in the first 5 months.
-- [Respondents using pkg.go.dev are more successful (91%)](#TOC_12.) at finding Go packages than non-users (82%).
-- Go [modules adoption is nearly universal](#TOC_8.) with 77% satisfaction, but respondents also highlight a need for improved docs.
-- Go continues to be heavily used for [APIs, CLIs, Web, DevOps & Data Processing](#TOC_7.).
-- [Underrepresented groups](#TOC_12.1) tend to feel less welcome in the community.
-
-
-## Who did we hear from? {#who}
-
-Demographic questions help us distinguish which year-over-year differences may result from changes in who responded to the survey versus changes in sentiment or behavior. Because our demographics are similar to last year, we can be reasonably confident that other year-over-year changes aren't primarily due to demographic shifts.
-
-For example, the distribution of organization sizes, developer experience, and industries remained about the same from 2019 to 2020.
-
-<img src="survey2020/orgsize.svg" alt="Bar chart of organization size for 2019 to 2020 where the majority have fewer than 1000 employees" width="700"/>
-
-<img src="survey2020/devex_yoy.svg" alt="Bar chart of years of professional experience for 2019 to 2020 with the majority having 3 to 10 years of experience" width="700"/>
-<img src="survey2020/industry_yoy.svg" alt="Bar chart of organization industries for 2019 to 2020 with the majority in Technology" width="700"/>
-
-Almost half (48%) of respondents have been using Go for less than two years. In 2020, we had fewer responses from those using Go for less than a year.
-
-<img src="survey2020/goex_yoy.svg" alt="Bar chart of years of experience using Go" width="700"/>
-
-
-<p id="TOC_4.1">Majorities said they use Go at work (76%) and outside of work (62%).
-The percentage of respondents using Go at work has been trending up each year.</p>
-
-<img src="survey2020/where_yoy.svg" alt="Bar chart where Go is being used at work or outside of work" width="700"/>
-
-This year we introduced a new question on primary job responsibilities. We found that 70% of respondents’ primary responsibility is developing software and applications, but a significant minority (10%) are designing IT systems and architectures.
-
-<img src="survey2020/job_responsibility.svg" alt="Primary job responsibilities" width="700"/>
-
-As in prior years, we found that most respondents are not frequent contributors
-to Go open-source projects, with 75% saying they do so "infrequently" or "never".
-
-<img src="survey2020/foss_yoy.svg" alt="How often respondents contribute to open source projects written in Go from 2017 to 2020 where results remain about the same each year and only 7% contribute daily" width="700"/>
-
-## Developer tools and practices {#devtools}
-
-As in prior years, the vast majority of survey respondents reported working
-with Go on Linux (63%) and macOS (55%) systems. The proportion of respondents who primarily develop on Linux appears to be slightly trending down over time.
-
-<img src="survey2020/os_yoy.svg" alt="Primary operating system from 2017 to 2020" width="700"/>
-
-For the first time, editor preferences appear to have stabilized: VS Code remains the most preferred editor (41%), with GoLand a strong second (35%). Together these editors made up 76% of responses, and other preferences did not continue to decrease as they had in previous years.
-
-<img src="survey2020/editor_pref_yoy.svg" alt="Editor preferences from 2017 to 2020" width="700"/>
-
-This year we asked respondents to prioritize improvements to their editor by how much they would hypothetically spend if they had 100 “GopherCoins” (a fictional currency). Code completion received the highest average number of GopherCoins per respondent. Half of respondents gave the top 4 features (code completion, navigating code, editor performance and refactoring) 10 or more coins.
-
-<img src="survey2020/editor_improvements_means.svg" alt="Bar char of average number of GopherCoins spent per respondent" width="700"/>
-
-A majority of respondents (63%) spend 10–30% of their time refactoring, suggesting that this is a common task and we want to investigate ways to improve it. It also explains why refactoring support was one of the most-funded editor improvements.
-
-<img src="survey2020/refactor_time.svg" alt="Bar chart of time spent refactoring" width="700"/>
-
-Last year we asked about specific developer techniques and found that almost 90% of respondents were using text logging for debugging, so this year we added a follow-up question to find out why. Results show that 43% use it because it allows them to use the same debugging strategy across different languages, and 42% prefer to use text logging over other debugging techniques.
-However, 27% don't know how to get started with Go's debugging tools and 24% have never tried using Go's debugging tools, so there's an opportunity to improve the debugger tooling in terms of discoverability, usability and documentation.
-Additionally, because a quarter of respondents have never tried using debugging tools, pain points may be underreported.
-
-<img src="survey2020/why_printf.svg" alt="" width="700"/>
-
-
-## Sentiments towards Go {#sentiments}
-
-For the first time, this year we asked about overall satisfaction. 92% of respondents said they were very or somewhat satisfied using Go during the past year.
-
-<img src="survey2020/csat.svg" alt="Bar chart of overall satisfaction on a 5 points scale from very dissatisfied to very satisfied" width="700"/>
-
-This is the 3rd year we've asked the "Would you recommend…" [Net Promoter Score](https://en.wikipedia.org/wiki/Net_Promoter) (NPS) question. This year our NPS result is a 61 (68% "promoters" minus 6% "detractors"), statistically unchanged from 2019 and 2018.
-
-<img src="survey2020/nps.svg" alt="Stacked bar chart of promoters, passives, and detractors" width="700"/>
-
-<p id="TOC_6.1">Similar to previous years, 91% of respondents said they would prefer to use Go for their next new project. 89% said Go is working well for their team. This year we saw an increase in respondents who agreed that Go is critical to their company’s success from 59% in 2019 to 66% in 2020. Respondents working at organizations of 5,000 or more employees were less likely to agree (63%), while those at smaller organizations were more likely to agree (73%).</p>
-
-<img src="survey2020/attitudes_yoy.svg" alt="Bar chart of agreement with statements I would prefer to use Go for my next project, Go is working well for me team, 89%, and Go is critical to my company's success"  width="700"/>
-
-Like last year, we asked respondents to rate specific areas of Go development according to satisfaction and importance. Satisfaction with using cloud services, debugging, and using modules (areas that last year were highlighted as opportunities for improvement) increased while most importance scores remained about the same. We also introduced a couple new topics: API and Web frameworks. We see that web frameworks satisfaction is lower than other areas (64%). It wasn't as critically important to most current users (only 28% of respondents said it was very or critically important), but it could be a missing critical feature for would-be Go developers.
-
-<img src="survey2020/feature_sat_yoy.svg" alt="Bar chart of satisfaction with aspects of Go from 2019 to 2020, showing highest satisfaction with build speed, reliability and using concurrency and lowest with web frameworks" width="700"/>
-
-<p id="TOC_6.2">81% of respondents said they felt very or extremely productive using Go. Respondents at larger organizations were more likely to feel extremely productive than those at smaller organizations.</p>
-
-<img src="survey2020/prod.svg" alt="Stacked bar chart of perceived productivity on 5 point scale from not all to extremely productive " width="700"/>
-
-We’ve heard anecdotally that it’s easy to become productive quickly with Go. We asked respondents who felt at least slightly productive how long it took them to become productive. 93% said it took less than one year, with the majority feeling productive within 3 months.
-
-<img src="survey2020/prod_time.svg" alt="Bar chart of length of time before feeling productive" width="700"/>
-
-Although about the same as last year, the percentage of respondents who agreed with the statement "I feel welcome in the Go community" appears to be trending down over time, or at least not holding to the same upward trends as other areas.
-
-We've also seen a significant year-over-year
-increase in the proportion of respondents who feel Go’s project leadership
-understands their needs (63%).
-
-All of these results show a pattern of higher agreement correlated with
-increased Go experience,
-beginning at about two years.
-In other words, the longer a respondent has been using Go,
-the more likely they were to agree with each of these statements.
-
-<img src="survey2020/attitudes_community_yoy.svg" alt="Bar chart showing agreement with statements I feel welcome in the Go community, I am confident in the Go leadership, I feel welcome to contribute, The Go project leadership understands my needs, and The process of contributing to the Go project is clear to me" width="700"/>
-
-We asked an open text question on what we could do to make the Go community more welcoming and the most common recommendations (21%) were related to different forms of or improvements/additions to learning resources and documentation.
-
-<img src="survey2020/more_welcoming.svg" alt="Bar chart of recommendations for improving the welcomeness of the Go community" width="700"/>
-
-
-## Working with Go {#uses}
-
-Building API/RPC services (74%) and CLIs (65%) remain the most common uses of Go. We don't see any significant changes from last year, when we introduced randomization into the ordering of options. (Prior to 2019, options towards the beginning of the list were disproportionately selected.)
-We also broke this out by organization size and found that respondents use Go similarly at large enterprises or smaller organizations, although large orgs are a little less likely to use Go for web services returning HTML.
-
-<img src="survey2020/app_yoy.svg" alt="Bar chart of Go use cases from 2019 to 2020 including API or RPC services, CLIs, frameworks, web services, automation, agents and daemons, data processing, GUIs, games and mobile apps" width="700"/>
-
-This year we now have a better understanding of which kinds of software respondents write in Go at home versus at work. Although web services returning HTML is the 4th most common use case, this is due to non-work related use. More respondents use Go for automation/scripts, agents and daemons, and data processing for work than web services returning HTML.
-A greater proportion of the least common uses (desktop/GUI apps, games, and mobile apps) are being written outside of work.
-
-<img src="survey2020/app_context.svg" alt="Stacked bar charts of proportion of use case is at work, outside of work, or both " width="700"/>
-
-Another new question asked how satisfied respondents were for each use case.
-CLIs had the highest satisfaction, with 85% of respondents saying they were very, moderately or slightly satisfied using Go for CLIs.
-Common uses for Go tended to have higher satisfaction scores, but satisfaction and popularity don’t perfectly correspond.
-For example, agents and daemons has 2nd highest proportion of satisfaction but it’s 6th in usage.
-
-<img src="survey2020/app_sat_bin.svg" alt="Bar chart of satisfaction with each use case" width="700"/>
-
-Additional follow-up questions explored different use cases, for example, which platforms respondents target with their CLIs.
-It's not surprising to see Linux (93%) and macOS (59%) highly represented, given the high developer use of Linux and macOS and high Linux cloud usage), but even Windows is targeted by almost a third of CLI developers.
-
-<img src="survey2020/cli_platforms.svg" alt="Bar chart of platforms being targeted for CLIs" width="700"/>
-
-A closer look at Go for data processing showed that Kafka is the only broadly adopted engine, but a majority of respondents said they use Go with a custom data processing engine.
-
-<img src="survey2020/dpe.svg" alt="Bar chart of data processing engines used by those who use Go for data processing" width="700"/>
-
-We also asked about larger areas in which respondents work with Go.
-The most common area by far was web development (68%),
-but other common areas included databases (46%), DevOps (42%)
-network programming (41%) and systems programming (40%).
-
-<img src="survey2020/domain_yoy.svg" alt="Bar chart of the kind of work where Go is being used" width="700"/>
-
-
-<p id="TOC_7.1">Similar to last year, we found that 76% of respondents evaluate the current Go release for production use, but this year we refined our time scale and found that 60% begin evaluating a new version before or within 2 months of release.
-This highlights the importance for platform-as-a-service providers to quickly support new stable releases of Go.</p>
-
-
-<img src="survey2020/update_time.svg" alt="Bar chart of how soon respondents begin evaluating a new Go release" width="700"/>
-
-## Modules {#modules}
-
-This year we found near-universal adoption for Go modules, and a significant increase in the proportion of respondents who only use modules for package management. 96% of respondents said they were using modules for package management, up from 89% last year. 87% of respondents said they were using _only_ modules for package management, up from 71% last year.
-Meanwhile, the use of other package management tools has decreased.
-
-<img src="survey2020/modules_adoption_yoy.svg" alt="Bar chart of methods used for Go package management" width="700"/>
-
-Satisfaction with modules also increased from last year. 77% of respondents said they were very, moderately or slightly satisfied with modules, compared to 68% in 2019.
-
-<img src="survey2020/modules_sat_yoy.svg" alt="Stacked bar chart of satisfaction with using modules on a 7 point scale from very dissatisfied to very satisfied" width="700"/>
-
-## Official documentation
-Most respondents said they struggle with official documentation. 62% of respondents struggle to find enough information to fully implement a feature of their application and over a third have struggled to get started with something they haven’t done before.
-
-<img src="survey2020/doc_struggles.svg" alt="Bar chart of struggles using official Go documentation" width="700"/>
-
-The most problematic areas of official documentation were on using modules and CLI development, with 20% of respondents finding modules documentation slightly or not at all helpful, and 16% for documentation around CLI development.
-
-<img src="survey2020/doc_helpfulness.svg" alt="Stacked bar charts on helpfulness of specific areas of documentation including using modules, CLI tool development, error handling, web service development, data access, concurrency and file input/output, rated on a 5 point scale from not at all to very helpful" width="700"/>
-
-## Go in the clouds {#cloud}
-
-Go was designed with modern distributed computing in mind,
-and we want to continue to improve the developer experience of building
-cloud services with Go.
-
-- The three largest global cloud providers (Amazon Web Services,
-Google Cloud Platform, and Microsoft Azure) continue to increase
-in usage among survey respondents,
-while most other providers are used by a smaller proportion of respondents each year.
-Azure in particular had a significant increase from 7% to 12%.
-- On-prem deployments to self-owned or company-owned servers continue to
-decrease as the most common deployment targets.
-
-<img src="survey2020/cloud_yoy.svg" alt="Bar chart of cloud providers used to deploy Go programs where AWS is the most common at 44%" width="700"/>
-
-Respondents deploying to AWS and Azure saw increases in deploying to a managed Kubernetes platform, now at 40% and 54%, respectively.  Azure saw a significant drop in the proportion of users deploying Go programs to VMs and some growth in container usage from 18% to 25%.
-Meanwhile, GCP (which already had a high proportion of respondents reporting managed Kubernetes use) saw some growth in deploying to serverless Cloud Run from 10% to 17%.
-
-<img src="survey2020/cloud_services_yoy.svg" alt="Bar charts of proportion of services being used with each provider" width="700"/>
-
-Overall, a majority of respondents were satisfied with using Go on all three
-major cloud providers, and the figures are statistically unchanged from last year.
-Respondents reported similar satisfaction levels with Go development for
-AWS (82% satisfied) and GCP (80%).
-Azure received a lower satisfaction score (58% satisfied),
-and free-text responses often cited a need for improvements to Azure's Go SDK and Go support for Azure functions.
-
-<img src="survey2020/cloud_csat.svg" alt="Stacked bar chart of satisfaction with using Go with AWS, GCP and Azure" width="700"/>
-
-## Pain points {#pain}
-
-The top reasons respondents say they are unable to use Go more remain working
-on a project in another language (54%),
-working on a team that prefers to use another language (34%),
-and the lack of a critical feature in Go itself (26%).
-
-This year we introduced a new option, “I already use Go everywhere I would like to,” so that respondents could opt out of making selections that don't prevent them from using Go. This significantly lowered the rate of selection of all other options, but did not change their relative ordering.
-We also introduced an option for “Go lacks critical frameworks”.
-
-If we look at only the respondents who selected reasons for not using Go, we can get a better idea of year-over-year trends. Working on an existing project in another language and project/team/lead preference for another language are decreasing over time.
-
-<img src="survey2020/goblockers_yoy_sans_na.svg" alt="Bar charts of reasons preventing respondents from using Go more" width="700"/>
-
-Among the 26% of respondents who said Go lacks language features they need,
-88% selected generics as a critical missing feature.
-Other critical missing features were better error handling (58%), null safety (44%), functional programming features(42%) and
-a stronger / expanded type system (41%).
-
-To be clear, these numbers are from the subset of respondents who said they
-would be able to use Go more were it not missing one or more critical features they need,
-not the entire population of survey respondents. To put that in perspective, 18% of respondents are prevented from using Go because of a lack of generics.
-
-<img src="survey2020/missing_features.svg" alt="Bar chart of missing critical features" width="700"/>
-
-The top challenge respondents reported when using Go was again Go's lack of generics (18%), while modules/package management and problems with learning curve/best practices/docs were both 13%.
-
-<img src="survey2020/biggest_challenge.svg" alt="Bar chart of biggest challenges respondents face when using Go" width="700"/>
-
-## The Go community {#community}
-
-This year we asked respondents for their top 5 resources for answering their Go-related questions. Last year we only asked for top 3, so the results aren't directly comparable, however, StackOverflow remains the most popular resource at 65%.
-Reading source code (57%) remains another popular resource while reliance on godoc.org (39%) has significantly decreased. The package discovery site pkg.go.dev is new to the list this year and was a top resource for 32% of respondents. Respondents who use pkg.go.dev are more likely to agree they are able to quickly find Go packages / libraries they need: 91% for pkg.go.dev users vs. 82% for everyone else.
-
-<img src="survey2020/resources.svg" alt="Bar chart of top 5 resources respondents use to answer Go-related questions" width="700"/>
-
-Over the years, the proportion of respondents
-who do not attend any Go-related events has been trending up. Due to Covid-19, this year we modified our question around Go events, and found over a quarter of respondents have spent more time in online Go channels than in prior years, and 14% attended a virtual Go meetup, twice as many as last year. 64% of those who attended a virtual event said this was their first virtual event.
-
-<img src="survey2020/events.svg" alt="Bar chart of respondents participation in online channels and events" width="700"/>
-
-<p id="TOC_12.1">We found 12% of respondents identify with a traditionally underrepresented group (e.g.,
-ethnicity, gender identity, et al.), the same as 2019, and 2% identify as women, fewer than in 2019 (3%).
-Respondents who identified with underrepresented groups showed higher rates of disagreement with the statement
-"I feel welcome in the Go community" (10% vs. 4%) than those who do not identify with an underrepresented group. These questions allow us to measure diversity in the community and highlight opportunities for outreach and growth.</p>
-
-<img src="survey2020/underrep.svg" alt="Bar chart of underrepresented groups" width="700"/>
-<img src="survey2020/underrep_groups_women.svg" alt="Bar chart of those who identify as women" width="700"/>
-<img src="survey2020/welcome_underrep.svg" alt="Bar chart of welcomeness of underrepresented groups" width="700"/>
-
-We added an additional question this year on assistive technology usage, and found that 8% of respondents are using some form of assistive technology. The most commonly used assistive tech was contrast or color settings (2%). This is a great reminder that we have users with accessibility needs and helps drive some of our design decisions on websites managed by the Go team.
-
-<img src="survey2020/at.svg" alt="Bar chart of assistive technology usage" width="700"/>
-
-The Go team values diversity and inclusion, not simply as the right thing to do, but because diverse voices can illuminate our blindspots and ultimately benefit all users. The way we ask about sensitive information, including gender and traditionally underrepresented groups, has changed according to data privacy regulations and we hope to make these questions, particularly around gender diversity, more inclusive in the future.
-
-
-## Conclusion {#conclusion}
-
-Thank you for joining us in reviewing the results of our 2020 developer survey!
-Understanding developers’ experiences and challenges helps us measure our progress and directs the future of Go.
-Thanks again to everyone who contributed to this survey—we couldn't have done it without you. We hope to see you next year!
-
-
-
diff --git a/_content/survey2020.article b/_content/survey2020.article
deleted file mode 100644
index 95bcb72..0000000
--- a/_content/survey2020.article
+++ /dev/null
@@ -1,41 +0,0 @@
-# Announcing the 2020 Go Developer Survey
-20 Oct 2020
-Tags: survey, community
-Summary: Please take the 2020 Go Developer Survey. We want to hear from you!
-
-Alice Merrick
-amerrick@google.com
-
-## Help shape the future of Go {#help}
-
-Since 2016, thousands of Gophers around the world have helped the Go project
-by sharing their thoughts via our annual Go Developer Survey.
-Your feedback has played an enormous role in driving changes to our language,
-ecosystem, and community, including the gopls language server,
-the latest generics draft, the module mirror, and so much more.
-And of course, we publicly share [each year's results](https://blog.golang.org/survey2019-results),
-so we can all benefit from the community's insights.
-
-This year we’ve streamlined the survey to shorten the time it takes to
-complete and improved the survey’s accessibility.
-The specific questions each person will see are randomly selected,
-so folks who’ve taken the survey in prior years may not see all of the
-questions they are used to.
-Rest assured that they are still there. This approach allows us to ask about
-a wider variety of topics than in prior years while also reducing the survey’s length.
-
-Today we are launching the 2020 Go Developer Survey.
-We'd love to hear from everyone who uses Go,
-used to use Go, or is interested in using Go,
-to help ensure the language, community, and ecosystem fit the needs of the
-people closest to it.
-Please help us shape Go's future by participating in this 10-minute survey by November 8th:
-[Take the 2020 Go Developer Survey](https://google.qualtrics.com/jfe/form/SV_1O0A5f70Q38dlVr).
-
-## Spread the word!
-
-We need as many Gophers as possible to participate in this survey to help
-us better understand our global user base.
-We'd be grateful if you would spread the word by sharing this post on your
-social network feeds,
-around the office, at virtual meet-ups, and in other communities. Thank you!
diff --git a/_content/survey2020/app_context.svg b/_content/survey2020/app_context.svg
deleted file mode 100644
index a91d388..0000000
--- a/_content/survey2020/app_context.svg
+++ /dev/null
@@ -1,138 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 737.01 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='266.40,474.40 266.40,87.85 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='371.70,474.40 371.70,87.85 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='477.00,474.40 477.00,87.85 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='582.30,474.40 582.30,87.85 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='687.60,474.40 687.60,87.85 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='266.40' y='270.77' width='124.74' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='450.39' y='270.77' width='25.67' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='391.13' y='270.77' width='59.26' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='98.21' width='194.92' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='601.97' y='98.21' width='55.52' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='461.31' y='98.21' width='140.66' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='236.26' width='115.48' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='462.24' y='236.26' width='31.00' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='381.87' y='236.26' width='80.37' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='132.72' width='109.45' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='535.09' y='132.72' width='70.92' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='375.85' y='132.72' width='159.24' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='305.29' width='133.32' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='450.26' y='305.29' width='23.64' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='399.72' y='305.29' width='50.53' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='374.31' width='3.16' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='271.38' y='374.31' width='17.05' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='269.55' y='374.31' width='1.82' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='339.80' width='9.89' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='284.75' y='339.80' width='24.83' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='276.28' y='339.80' width='8.47' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='167.23' width='96.18' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='471.14' y='167.23' width='46.76' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='362.58' y='167.23' width='108.56' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='408.83' width='4.67' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='273.58' y='408.83' width='3.93' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='271.06' y='408.83' width='2.52' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='443.34' width='4.16' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='274.09' y='443.34' width='3.69' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='270.56' y='443.34' width='3.53' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='266.40' y='201.75' width='79.43' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='434.06' y='201.75' width='66.85' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<rect x='345.82' y='201.75' width='88.24' height='20.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<text x='312.56' y='286.21' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='450.97' y='286.21' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='404.55' y='286.21' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='347.65' y='113.65' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>37 %</text>
-<text x='613.52' y='113.65' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='515.43' y='113.65' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text>
-<text x='307.93' y='251.70' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='465.49' y='251.70' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='405.85' y='251.70' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='304.92' y='148.16' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text>
-<text x='554.35' y='148.16' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='439.26' y='148.16' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text>
-<text x='316.85' y='320.73' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text>
-<text x='449.83' y='320.73' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='408.78' y='320.73' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='284.92' y='355.24' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='298.28' y='182.67' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='482.26' y='182.67' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='400.65' y='182.67' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text>
-<text x='289.91' y='217.19' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='451.28' y='217.19' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='373.74' y='217.19' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='492.26' y='286.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='492.26' y='286.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='492.26' y='286.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='673.69' y='113.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>74 %</text>
-<text x='673.69' y='113.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>74 %</text>
-<text x='673.69' y='113.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>74 %</text>
-<text x='509.44' y='251.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='509.44' y='251.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='509.44' y='251.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='622.22' y='148.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='622.22' y='148.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='622.22' y='148.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='490.10' y='320.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='490.10' y='320.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='490.10' y='320.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='300.68' y='389.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='300.68' y='389.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='300.68' y='389.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='321.83' y='355.24' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='321.83' y='355.24' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='321.83' y='355.24' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='534.10' y='182.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='534.10' y='182.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='534.10' y='182.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='289.76' y='424.27' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='289.76' y='424.27' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='289.76' y='424.27' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='290.03' y='458.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='290.03' y='458.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='290.03' y='458.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='517.12' y='217.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>45 %</text>
-<text x='517.12' y='217.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>45 %</text>
-<text x='517.12' y='217.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>45 %</text>
-<text x='205.39' y='458.70' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='164.91' y='424.19' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='75.49px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='195.28' y='389.67' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.12px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='82.44' y='355.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='157.96px' lengthAdjust='spacingAndGlyphs'>Desktop/GUI applications</text>
-<text x='107.34' y='313.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='133.07px' lengthAdjust='spacingAndGlyphs'>Data processing (e.g.</text>
-<text x='98.75' y='328.21' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='141.65px' lengthAdjust='spacingAndGlyphs'>pipelines, aggregation)</text>
-<text x='76.18' y='278.57' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='164.22px' lengthAdjust='spacingAndGlyphs'>Agents and daemons (e.g.</text>
-<text x='170.38' y='293.69' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>monitoring)</text>
-<text x='93.34' y='244.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='147.06px' lengthAdjust='spacingAndGlyphs'>Automation/scripts (e.g.</text>
-<text x='163.36' y='259.18' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='77.04px' lengthAdjust='spacingAndGlyphs'>deployment)</text>
-<text x='45.91' y='217.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.49px' lengthAdjust='spacingAndGlyphs'>Web services (returning HTML)</text>
-<text x='94.14' y='182.59' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.26px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='48.97' y='140.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='191.43px' lengthAdjust='spacingAndGlyphs'>A runnable/interactive program</text>
-<text x='209.29' y='155.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.11px' lengthAdjust='spacingAndGlyphs'>(CLI)</text>
-<text x='65.35' y='106.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='175.05px' lengthAdjust='spacingAndGlyphs'>API/RPC services (returning</text>
-<text x='169.61' y='121.13' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='70.79px' lengthAdjust='spacingAndGlyphs'>non-HTML)</text>
-<text x='256.28' y='489.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='357.69' y='489.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='462.99' y='489.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='568.29' y='489.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='673.59' y='489.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='347.14' y='517.93' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='259.71px' lengthAdjust='spacingAndGlyphs'>% of respondents for each use case </text>
-<text x='370.27' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='213.46px' lengthAdjust='spacingAndGlyphs'> showing proportion of context</text>
-<rect x='356.90' y='54.84' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' />
-<rect x='432.79' y='54.84' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' />
-<rect x='492.33' y='54.84' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' />
-<text x='381.44' y='67.35' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='42.66px' lengthAdjust='spacingAndGlyphs'>At work</text>
-<text x='457.33' y='67.35' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='26.32px' lengthAdjust='spacingAndGlyphs'>Both</text>
-<text x='516.87' y='67.35' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='88.90px' lengthAdjust='spacingAndGlyphs'>Outside of work</text>
-<text x='245.34' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='358.41px' lengthAdjust='spacingAndGlyphs'>In which contexts do you write the following in Go?</text>
-</svg>
diff --git a/_content/survey2020/app_sat_bin.svg b/_content/survey2020/app_sat_bin.svg
deleted file mode 100644
index 5f32a0e..0000000
--- a/_content/survey2020/app_sat_bin.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='316.56,434.99 316.56,83.21 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='396.42,434.99 396.42,83.21 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='476.28,434.99 476.28,83.21 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='556.14,434.99 556.14,83.21 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='636.00,434.99 636.00,83.21 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='316.56' y='128.05' width='271.47' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='197.02' width='264.41' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='162.54' width='265.41' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='93.56' width='273.04' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='300.49' width='252.21' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='334.97' width='196.58' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='403.95' width='145.91' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='231.51' width='262.59' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='369.46' width='164.94' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='316.56' y='266.00' width='257.19' height='20.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='604.23' y='143.48' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>85 %</text>
-<text x='597.17' y='212.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>83 %</text>
-<text x='598.17' y='177.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>83 %</text>
-<text x='605.80' y='108.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>85 %</text>
-<text x='584.97' y='315.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>79 %</text>
-<text x='529.34' y='350.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>62 %</text>
-<text x='478.67' y='419.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>46 %</text>
-<text x='595.35' y='246.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='497.70' y='384.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>52 %</text>
-<text x='589.95' y='281.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>81 %</text>
-<text x='137.69' y='419.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='157.96px' lengthAdjust='spacingAndGlyphs'>Desktop/GUI applications</text>
-<text x='220.16' y='384.82' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='75.49px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='250.53' y='350.33' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.12px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='99.54' y='308.28' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='196.11px' lengthAdjust='spacingAndGlyphs'>Data processing (e.g. pipelines,</text>
-<text x='217.04' y='323.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='78.61px' lengthAdjust='spacingAndGlyphs'>aggregation)</text>
-<text x='101.16' y='281.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.49px' lengthAdjust='spacingAndGlyphs'>Web services (returning HTML)</text>
-<text x='149.39' y='246.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.26px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='45.91' y='212.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='249.74px' lengthAdjust='spacingAndGlyphs'>API/RPC services (returning non-HTML)</text>
-<text x='67.66' y='177.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='227.99px' lengthAdjust='spacingAndGlyphs'>Automation/scripts (e.g. deployment)</text>
-<text x='57.51' y='143.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='238.14px' lengthAdjust='spacingAndGlyphs'>Agents and daemons (e.g. monitoring)</text>
-<text x='69.22' y='108.91' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='226.43px' lengthAdjust='spacingAndGlyphs'>A runnable/interactive program (CLI)</text>
-<text x='306.44' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='382.41' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='462.27' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='542.13' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='618.09' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='235.70' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='481.16px' lengthAdjust='spacingAndGlyphs'>% of respondents who are satisfied with using Go for each use case</text>
-<text x='300.58' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='264.13px' lengthAdjust='spacingAndGlyphs'>During the past year, how satisfied or</text>
-<text x='300.58' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='300.64px' lengthAdjust='spacingAndGlyphs'>dissatisfied have you been using Go in the</text>
-<text x='300.58' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='115.62px' lengthAdjust='spacingAndGlyphs'>following areas?</text>
-</svg>
diff --git a/_content/survey2020/app_yoy.svg b/_content/survey2020/app_yoy.svg
deleted file mode 100644
index 067255d..0000000
--- a/_content/survey2020/app_yoy.svg
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='260.38,605.07 260.38,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='335.61,605.07 335.61,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='410.83,605.07 410.83,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='486.06,605.07 486.06,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='561.29,605.07 561.29,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='260.38' y='337.01' width='154.32' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='322.65' width='149.78' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='97.68' width='272.57' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='83.32' width='279.39' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='289.15' width='159.98' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='274.79' width='162.05' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='145.55' width='236.22' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='131.19' width='242.62' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='384.88' width='143.15' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='370.52' width='148.24' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='480.61' width='16.19' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='466.25' width='15.74' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='432.75' width='31.88' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='418.39' width='30.85' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='193.41' width='181.77' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='179.05' width='179.67' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='576.35' width='9.26' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='561.99' width='7.94' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='528.48' width='6.11' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='514.12' width='8.13' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='260.38' y='241.28' width='181.23' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='260.38' y='226.92' width='167.54' height='14.36' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='430.91' y='352.87' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text>
-<text x='426.36' y='331.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='549.15' y='113.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>72 %</text>
-<text x='555.98' y='92.00' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>74 %</text>
-<text x='436.56' y='305.00' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='438.64' y='283.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='512.81' y='161.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='519.21' y='139.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='419.73' y='400.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>38 %</text>
-<text x='424.82' y='379.20' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='288.82' y='496.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='288.37' y='474.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='304.51' y='448.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='303.48' y='427.06' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='458.36' y='209.27' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='456.25' y='187.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='281.89' y='592.20' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='280.57' y='570.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='278.74' y='544.34' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='280.76' y='522.80' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='457.81' y='257.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='444.12' y='235.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>45 %</text>
-<text x='164.91' y='581.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='75.49px' lengthAdjust='spacingAndGlyphs'>Mobile apps</text>
-<text x='205.39' y='533.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='195.28' y='485.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.12px' lengthAdjust='spacingAndGlyphs'>Games</text>
-<text x='82.44' y='437.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='157.96px' lengthAdjust='spacingAndGlyphs'>Desktop/GUI applications</text>
-<text x='107.34' y='382.33' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='133.07px' lengthAdjust='spacingAndGlyphs'>Data processing (e.g.</text>
-<text x='98.75' y='397.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='141.65px' lengthAdjust='spacingAndGlyphs'>pipelines, aggregation)</text>
-<text x='76.18' y='334.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='164.22px' lengthAdjust='spacingAndGlyphs'>Agents and daemons (e.g.</text>
-<text x='170.38' y='349.58' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='70.03px' lengthAdjust='spacingAndGlyphs'>monitoring)</text>
-<text x='93.34' y='286.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='147.06px' lengthAdjust='spacingAndGlyphs'>Automation/scripts (e.g.</text>
-<text x='163.36' y='301.72' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='77.04px' lengthAdjust='spacingAndGlyphs'>deployment)</text>
-<text x='45.91' y='246.29' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.49px' lengthAdjust='spacingAndGlyphs'>Web services (returning HTML)</text>
-<text x='94.14' y='198.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.26px' lengthAdjust='spacingAndGlyphs'>Libraries or frameworks</text>
-<text x='48.97' y='143.00' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='191.43px' lengthAdjust='spacingAndGlyphs'>A runnable/interactive program</text>
-<text x='209.29' y='158.12' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.11px' lengthAdjust='spacingAndGlyphs'>(CLI)</text>
-<text x='65.35' y='95.13' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='175.05px' lengthAdjust='spacingAndGlyphs'>API/RPC services (returning</text>
-<text x='169.61' y='110.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='70.79px' lengthAdjust='spacingAndGlyphs'>non-HTML)</text>
-<text x='250.26' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='321.60' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='396.82' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='472.05' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='547.28' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='348.57' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='324.43' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='341.71' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='336.94' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='354.22' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='245.34' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7815</text>
-<text x='245.34' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='334.38px' lengthAdjust='spacingAndGlyphs'>I write the following in Go: (select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/at.svg b/_content/survey2020/at.svg
deleted file mode 100644
index be54353..0000000
--- a/_content/survey2020/at.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='256.42,434.99 256.42,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='331.76,434.99 331.76,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='407.10,434.99 407.10,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='482.45,434.99 482.45,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='557.79,434.99 557.79,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='633.13,434.99 633.13,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='256.42' y='150.36' width='176.01' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='222.42' width='82.04' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='114.33' width='187.95' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='366.53' width='32.82' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='402.56' width='82.04' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='186.39' width='164.08' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='294.48' width='49.22' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='330.50' width='32.82' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='256.42' y='258.45' width='68.62' height='21.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='437.33' y='166.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='343.36' y='238.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='449.27' y='130.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='294.14' y='382.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='343.36' y='418.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='425.40' y='202.28' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='310.54' y='310.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='294.14' y='346.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='329.93' y='274.34' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='197.64' y='418.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='57.56' y='374.79' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='175.10px' lengthAdjust='spacingAndGlyphs'>Wheelchair or cane or guide</text>
-<text x='103.49' y='389.91' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='129.17px' lengthAdjust='spacingAndGlyphs'>animal or prosthetics</text>
-<text x='72.33' y='338.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='160.32px' lengthAdjust='spacingAndGlyphs'>Switch navigation or head</text>
-<text x='87.14' y='353.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='145.52px' lengthAdjust='spacingAndGlyphs'>pointers or eye tracking</text>
-<text x='68.47' y='302.73' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='164.19px' lengthAdjust='spacingAndGlyphs'>Screen reader or Braille or</text>
-<text x='145.49' y='317.85' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.17px' lengthAdjust='spacingAndGlyphs'>text to speech</text>
-<text x='151.72' y='274.26' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='80.93px' lengthAdjust='spacingAndGlyphs'>Voice control</text>
-<text x='52.93' y='238.23' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='179.72px' lengthAdjust='spacingAndGlyphs'>TDD or TTY, closed captions</text>
-<text x='83.25' y='194.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='149.41px' lengthAdjust='spacingAndGlyphs'>Screen magnifier or font</text>
-<text x='184.41' y='209.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='48.24px' lengthAdjust='spacingAndGlyphs'>resizing</text>
-<text x='88.69' y='158.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='143.96px' lengthAdjust='spacingAndGlyphs'>Alternative keyboard or</text>
-<text x='66.14' y='173.74' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='166.52px' lengthAdjust='spacingAndGlyphs'>alternative mouse or stylus</text>
-<text x='45.91' y='122.59' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='186.74px' lengthAdjust='spacingAndGlyphs'>High contrast or browser color</text>
-<text x='158.72' y='137.71' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.93px' lengthAdjust='spacingAndGlyphs'>preferences</text>
-<text x='240.46' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>0.0%</text>
-<text x='315.81' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>1.0%</text>
-<text x='391.15' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>2.0%</text>
-<text x='466.49' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>3.0%</text>
-<text x='541.83' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>4.0%</text>
-<text x='617.18' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>5.0%</text>
-<text x='382.51' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='237.58' y='94.67' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  5051</text>
-<text x='237.58' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='350.43px' lengthAdjust='spacingAndGlyphs'>If you use any of the assistive technologies below</text>
-<text x='237.58' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='347.73px' lengthAdjust='spacingAndGlyphs'>when working with Go, which one(s) do you use?</text>
-<text x='237.58' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='211.67px' lengthAdjust='spacingAndGlyphs'>(optional; select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/attitudes_community_yoy.svg b/_content/survey2020/attitudes_community_yoy.svg
deleted file mode 100644
index c0ea653..0000000
--- a/_content/survey2020/attitudes_community_yoy.svg
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='250.78,491.68 250.78,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='328.29,491.68 328.29,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='405.81,491.68 405.81,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='483.32,491.68 483.32,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='560.83,491.68 560.83,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='250.78' y='197.75' width='233.52' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='250.78' y='453.34' width='128.26' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='250.78' y='112.55' width='260.08' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='250.78' y='368.14' width='138.79' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='250.78' y='282.95' width='177.80' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='250.78' y='184.97' width='221.34' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='250.78' y='440.56' width='134.84' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='250.78' y='99.77' width='254.43' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='250.78' y='355.37' width='141.16' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='250.78' y='270.17' width='185.46' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='250.78' y='172.19' width='224.36' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='250.78' y='427.78' width='149.86' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='250.78' y='86.99' width='233.92' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='250.78' y='342.59' width='178.26' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='250.78' y='257.39' width='193.02' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='250.78' y='159.41' width='238.34' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='250.78' y='415.00' width='161.90' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='250.78' y='74.21' width='241.93' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='250.78' y='329.81' width='194.07' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='250.78' y='244.61' width='197.63' height='12.78' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='500.50' y='209.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>75 %</text>
-<text x='395.24' y='464.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text>
-<text x='527.06' y='124.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>84 %</text>
-<text x='405.77' y='379.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>45 %</text>
-<text x='444.78' y='294.42' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>57 %</text>
-<text x='488.32' y='196.45' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>71 %</text>
-<text x='401.83' y='452.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='521.41' y='111.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='408.14' y='366.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>46 %</text>
-<text x='452.45' y='281.64' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>60 %</text>
-<text x='491.35' y='183.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>72 %</text>
-<text x='416.84' y='439.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='500.90' y='98.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>75 %</text>
-<text x='445.25' y='354.06' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>57 %</text>
-<text x='460.00' y='268.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>62 %</text>
-<text x='505.32' y='170.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>77 %</text>
-<text x='428.89' y='426.48' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>52 %</text>
-<text x='508.91' y='85.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>78 %</text>
-<text x='461.05' y='341.28' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='464.62' y='256.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>64 %</text>
-<text x='45.91' y='430.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='184.43px' lengthAdjust='spacingAndGlyphs'>The process of contributing to</text>
-<text x='51.38' y='445.57' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='178.96px' lengthAdjust='spacingAndGlyphs'>the Go project is clear to me </text>
-<text x='175.46' y='460.69' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2378</text>
-<text x='69.26' y='345.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='161.09px' lengthAdjust='spacingAndGlyphs'>The Go project leadership</text>
-<text x='84.82' y='360.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='145.53px' lengthAdjust='spacingAndGlyphs'>understands my needs </text>
-<text x='175.46' y='375.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2074</text>
-<text x='59.93' y='260.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='170.42px' lengthAdjust='spacingAndGlyphs'>I feel welcome to contribute</text>
-<text x='122.96' y='275.18' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='107.39px' lengthAdjust='spacingAndGlyphs'>to the Go project </text>
-<text x='175.46' y='290.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2262</text>
-<text x='81.71' y='174.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='148.64px' lengthAdjust='spacingAndGlyphs'>I am confident in the Go</text>
-<text x='161.86' y='189.98' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='68.49px' lengthAdjust='spacingAndGlyphs'>leadership </text>
-<text x='175.46' y='205.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2176</text>
-<text x='80.16' y='89.66' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.19px' lengthAdjust='spacingAndGlyphs'>I feel welcome in the Go</text>
-<text x='158.78' y='104.78' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='71.57px' lengthAdjust='spacingAndGlyphs'>community </text>
-<text x='175.46' y='119.90' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2074</text>
-<text x='240.66' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='314.28' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='391.80' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='469.31' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='542.93' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='343.54' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='240.30' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='257.58' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='274.86' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='292.14' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='252.81' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='270.09' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='287.37' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='304.65' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='235.28' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='422.48px' lengthAdjust='spacingAndGlyphs'>To what extent do you agree or disagree with the following?</text>
-</svg>
diff --git a/_content/survey2020/attitudes_yoy.svg b/_content/survey2020/attitudes_yoy.svg
deleted file mode 100644
index 27c9bbb..0000000
--- a/_content/survey2020/attitudes_yoy.svg
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 453.54'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='260.39,378.30 260.39,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='335.61,378.30 335.61,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='410.84,378.30 410.84,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='486.06,378.30 486.06,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='561.29,378.30 561.29,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='260.39' y='331.94' width='176.61' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='260.39' y='125.91' width='273.08' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='260.39' y='228.93' width='258.76' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='260.39' y='316.49' width='172.43' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='260.39' y='110.46' width='272.19' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='260.39' y='213.47' width='255.51' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='260.39' y='301.04' width='177.85' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='260.39' y='95.01' width='268.71' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='260.39' y='198.02' width='260.09' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='260.39' y='285.58' width='199.82' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='260.39' y='79.56' width='274.23' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='260.39' y='182.57' width='266.81' height='15.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='462.92' y='344.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>59 %</text>
-<text x='559.40' y='138.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>91 %</text>
-<text x='545.07' y='241.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>86 %</text>
-<text x='458.74' y='329.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>57 %</text>
-<text x='558.51' y='123.27' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>90 %</text>
-<text x='541.82' y='226.29' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>85 %</text>
-<text x='464.17' y='313.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>59 %</text>
-<text x='555.03' y='107.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>89 %</text>
-<text x='546.40' y='210.83' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>86 %</text>
-<text x='486.13' y='298.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>66 %</text>
-<text x='560.54' y='92.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>91 %</text>
-<text x='553.12' y='195.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>89 %</text>
-<text x='55.69' y='306.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='184.72px' lengthAdjust='spacingAndGlyphs'>Go is critical to my company's</text>
-<text x='185.95' y='321.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.46px' lengthAdjust='spacingAndGlyphs'>success </text>
-<text x='185.52' y='336.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2435</text>
-<text x='45.91' y='210.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.50px' lengthAdjust='spacingAndGlyphs'>Go is working well for my team </text>
-<text x='185.52' y='226.04' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2696</text>
-<text x='70.77' y='100.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='169.64px' lengthAdjust='spacingAndGlyphs'>I would prefer to use Go for</text>
-<text x='112.02' y='115.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='128.39px' lengthAdjust='spacingAndGlyphs'>my next new project </text>
-<text x='185.52' y='130.59' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 2392</text>
-<text x='250.27' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='321.60' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='396.83' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='472.05' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='543.38' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='348.58' y='421.82' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='183.61' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='200.89' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='218.17' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='235.45' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='196.12' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='213.40' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='230.68' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='247.96' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='245.34' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='422.48px' lengthAdjust='spacingAndGlyphs'>To what extent do you agree or disagree with the following?</text>
-</svg>
diff --git a/_content/survey2020/biggest.challenge.svg b/_content/survey2020/biggest.challenge.svg
deleted file mode 100644
index d335453..0000000
--- a/_content/survey2020/biggest.challenge.svg
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='253.46,605.07 253.46,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='348.34,605.07 348.34,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='443.22,605.07 443.22,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='538.11,605.07 538.11,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='632.99,605.07 632.99,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='253.46' y='579.41' width='129.07' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='294.34' width='31.40' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='465.38' width='13.95' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='351.36' width='18.60' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='265.83' width='32.56' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='94.79' width='86.05' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='379.86' width='16.28' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='436.88' width='13.95' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='522.40' width='12.79' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='151.81' width='62.79' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='208.82' width='39.53' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='180.31' width='50.00' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='123.30' width='62.79' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='550.90' width='11.63' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='493.89' width='12.79' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='237.33' width='34.88' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='408.37' width='13.95' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='253.46' y='322.85' width='30.23' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='389.01' y='593.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text>
-<text x='289.75' y='307.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='272.31' y='479.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='276.96' y='364.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='290.91' y='279.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='345.98' y='108.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='274.64' y='393.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='272.31' y='450.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='271.15' y='536.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='322.73' y='165.45' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='297.89' y='222.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='309.94' y='193.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='322.73' y='136.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='269.98' y='564.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='271.15' y='507.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='293.24' y='250.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='272.31' y='422.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='288.59' y='336.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='194.53' y='592.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='149.40' y='564.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='80.14px' lengthAdjust='spacingAndGlyphs'>Performance</text>
-<text x='77.84' y='528.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='151.70px' lengthAdjust='spacingAndGlyphs'>Differences from familiar</text>
-<text x='79.36' y='543.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.19px' lengthAdjust='spacingAndGlyphs'>languages / ecosystems</text>
-<text x='125.29' y='507.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='104.26px' lengthAdjust='spacingAndGlyphs'>Project Structure</text>
-<text x='150.18' y='478.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='79.37px' lengthAdjust='spacingAndGlyphs'>Concurrency</text>
-<text x='137.72' y='450.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='91.83px' lengthAdjust='spacingAndGlyphs'>Interoperability</text>
-<text x='147.86' y='421.93' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.69px' lengthAdjust='spacingAndGlyphs'>Type System</text>
-<text x='120.60' y='393.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='108.94px' lengthAdjust='spacingAndGlyphs'>GUI development</text>
-<text x='161.82' y='364.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='67.72px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
-<text x='48.22' y='336.41' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='181.32px' lengthAdjust='spacingAndGlyphs'>Code verbosity / organization</text>
-<text x='56.77' y='307.90' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='172.78px' lengthAdjust='spacingAndGlyphs'>Business adoption / support</text>
-<text x='141.61' y='279.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.94px' lengthAdjust='spacingAndGlyphs'>Error handling</text>
-<text x='115.16' y='250.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='114.39px' lengthAdjust='spacingAndGlyphs'>Issues with tooling</text>
-<text x='45.91' y='214.82' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='183.63px' lengthAdjust='spacingAndGlyphs'>Convincing co-workers to use</text>
-<text x='222.55' y='229.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='7.00px' lengthAdjust='spacingAndGlyphs'>it</text>
-<text x='50.62' y='193.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='178.93px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries</text>
-<text x='98.80' y='157.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='130.74px' lengthAdjust='spacingAndGlyphs'>Learning curve / best</text>
-<text x='132.29' y='172.93' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='97.26px' lengthAdjust='spacingAndGlyphs'>practices / docs</text>
-<text x='84.83' y='129.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='144.72px' lengthAdjust='spacingAndGlyphs'>Working with modules /</text>
-<text x='94.93' y='144.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='134.62px' lengthAdjust='spacingAndGlyphs'>vendoring / pkg mgmt</text>
-<text x='129.18' y='108.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='100.37px' lengthAdjust='spacingAndGlyphs'>lack of Generics</text>
-<text x='243.34' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='334.33' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='429.21' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='524.10' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='618.98' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='380.96' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='234.48' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  1243</text>
-<text x='234.48' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='351.32px' lengthAdjust='spacingAndGlyphs'>What is the biggest challenge you personally face</text>
-<text x='234.48' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='116.52px' lengthAdjust='spacingAndGlyphs'>using Go today?</text>
-</svg>
diff --git a/_content/survey2020/biggest_challenge.svg b/_content/survey2020/biggest_challenge.svg
deleted file mode 100644
index 00000cd..0000000
--- a/_content/survey2020/biggest_challenge.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='311.40,605.07 311.40,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='392.49,605.07 392.49,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='473.58,605.07 473.58,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='554.66,605.07 554.66,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='635.75,605.07 635.75,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='311.40' y='579.41' width='110.30' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='294.34' width='26.83' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='465.38' width='11.92' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='351.36' width='15.90' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='265.83' width='27.82' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='94.79' width='73.54' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='379.86' width='13.91' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='436.88' width='11.92' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='522.40' width='10.93' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='151.81' width='53.66' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='208.82' width='33.79' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='180.31' width='42.73' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='123.30' width='53.66' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='550.90' width='9.94' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='493.89' width='10.93' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='237.33' width='29.81' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='408.37' width='11.92' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='311.40' y='322.85' width='25.84' height='17.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='428.19' y='593.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text>
-<text x='343.13' y='307.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='328.23' y='479.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='332.20' y='364.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='344.12' y='279.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='391.42' y='108.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='330.21' y='393.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='328.23' y='450.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='327.23' y='536.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='371.54' y='165.45' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='350.09' y='222.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='360.61' y='193.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='371.54' y='136.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='326.24' y='564.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='327.23' y='507.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='346.11' y='250.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='328.23' y='422.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='342.14' y='336.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='255.24' y='592.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='210.11' y='564.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='80.14px' lengthAdjust='spacingAndGlyphs'>Performance</text>
-<text x='62.27' y='528.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='227.99px' lengthAdjust='spacingAndGlyphs'>Differences from familiar languages /</text>
-<text x='216.34' y='543.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.91px' lengthAdjust='spacingAndGlyphs'>ecosystems</text>
-<text x='185.99' y='507.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='104.26px' lengthAdjust='spacingAndGlyphs'>Project Structure</text>
-<text x='210.89' y='478.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='79.37px' lengthAdjust='spacingAndGlyphs'>Concurrency</text>
-<text x='198.42' y='450.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='91.83px' lengthAdjust='spacingAndGlyphs'>Interoperability</text>
-<text x='208.56' y='421.93' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.69px' lengthAdjust='spacingAndGlyphs'>Type System</text>
-<text x='181.31' y='393.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='108.94px' lengthAdjust='spacingAndGlyphs'>GUI development</text>
-<text x='222.53' y='364.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='67.72px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
-<text x='108.93' y='336.41' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='181.32px' lengthAdjust='spacingAndGlyphs'>Code verbosity / organization</text>
-<text x='117.47' y='307.90' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='172.78px' lengthAdjust='spacingAndGlyphs'>Business adoption / support</text>
-<text x='202.31' y='279.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.94px' lengthAdjust='spacingAndGlyphs'>Error handling</text>
-<text x='175.86' y='250.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='114.39px' lengthAdjust='spacingAndGlyphs'>Issues with tooling</text>
-<text x='95.73' y='222.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.52px' lengthAdjust='spacingAndGlyphs'>Convincing co-workers to use it</text>
-<text x='111.32' y='193.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='178.93px' lengthAdjust='spacingAndGlyphs'>Missing or immature libraries</text>
-<text x='58.36' y='165.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='231.90px' lengthAdjust='spacingAndGlyphs'>Learning curve / best practices / docs</text>
-<text x='45.91' y='129.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='244.34px' lengthAdjust='spacingAndGlyphs'>Working with modules / vendoring / pkg</text>
-<text x='255.25' y='144.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.00px' lengthAdjust='spacingAndGlyphs'>mgmt</text>
-<text x='189.88' y='108.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='100.37px' lengthAdjust='spacingAndGlyphs'>lack of Generics</text>
-<text x='301.28' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='378.48' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='459.57' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='540.65' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='621.74' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='411.31' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='295.18' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  1243</text>
-<text x='295.18' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='351.32px' lengthAdjust='spacingAndGlyphs'>What is the biggest challenge you personally face</text>
-<text x='295.18' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='116.52px' lengthAdjust='spacingAndGlyphs'>using Go today?</text>
-</svg>
diff --git a/_content/survey2020/cli_platforms.svg b/_content/survey2020/cli_platforms.svg
deleted file mode 100644
index e7ac683..0000000
--- a/_content/survey2020/cli_platforms.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 283.46'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='132.38,208.22 132.38,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='256.09,208.22 256.09,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='379.80,208.22 379.80,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='503.51,208.22 503.51,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='627.23,208.22 627.23,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='132.38' y='78.91' width='459.78' height='19.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='132.38' y='112.06' width='294.05' height='19.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='132.38' y='178.38' width='8.57' height='19.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='132.38' y='145.22' width='159.49' height='19.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='598.64' y='93.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>93 %</text>
-<text x='432.91' y='127.10' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>59 %</text>
-<text x='145.85' y='193.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='298.36' y='160.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='67.69' y='193.33' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='45.91' y='160.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.79px' lengthAdjust='spacingAndGlyphs'>Windows</text>
-<text x='76.26' y='127.02' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='26.45px' lengthAdjust='spacingAndGlyphs'>Mac</text>
-<text x='69.24' y='93.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='33.47px' lengthAdjust='spacingAndGlyphs'>Linux</text>
-<text x='122.26' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='242.08' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='365.79' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='489.50' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='609.32' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='253.07' y='251.74' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='253.47px' lengthAdjust='spacingAndGlyphs'>% of respondents using Go for CLIs</text>
-<text x='107.64' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  1905</text>
-<text x='107.64' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='561.12px' lengthAdjust='spacingAndGlyphs'>Which platforms are you targeting with your CLIs at work? (select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/cloud_csat.svg b/_content/survey2020/cloud_csat.svg
deleted file mode 100644
index f6c80c5..0000000
--- a/_content/survey2020/cloud_csat.svg
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 793.70 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='129.07,264.91 129.07,65.93 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='226.32,264.91 226.32,65.93 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='323.57,264.91 323.57,65.93 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='420.82,264.91 420.82,65.93 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='518.07,264.91 518.07,65.93 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='129.07' y='87.70' width='163.54' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='292.61' y='87.70' width='125.56' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='418.17' y='87.70' width='29.08' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='447.25' y='87.70' width='58.85' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='506.10' y='87.70' width='4.45' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='510.55' y='87.70' width='5.82' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='516.36' y='87.70' width='1.71' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='129.07' y='212.06' width='93.47' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='222.54' y='212.06' width='98.97' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='321.51' y='212.06' width='34.36' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='355.87' y='212.06' width='134.71' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='490.58' y='212.06' width='12.37' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='502.95' y='212.06' width='8.25' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='511.20' y='212.06' width='6.87' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='129.07' y='149.88' width='152.59' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='281.66' y='149.88' width='132.68' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='414.34' y='149.88' width='27.74' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='442.08' y='149.88' width='65.74' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='507.82' y='149.88' width='3.62' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='511.44' y='149.88' width='3.02' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='514.46' y='149.88' width='3.62' height='31.09' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='354.54' y='87.70' width='163.54' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='228.97' y='87.70' width='125.56' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='199.89' y='87.70' width='29.08' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='141.05' y='87.70' width='58.85' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='136.60' y='87.70' width='4.45' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='130.78' y='87.70' width='5.82' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='129.07' y='87.70' width='1.71' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<rect x='424.60' y='212.06' width='93.47' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='325.63' y='212.06' width='98.97' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='291.27' y='212.06' width='34.36' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='156.56' y='212.06' width='134.71' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='144.19' y='212.06' width='12.37' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='135.94' y='212.06' width='8.25' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='129.07' y='212.06' width='6.87' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<rect x='365.49' y='149.88' width='152.59' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='232.81' y='149.88' width='132.68' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='205.06' y='149.88' width='27.74' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='139.32' y='149.88' width='65.74' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='135.71' y='149.88' width='3.62' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='132.69' y='149.88' width='3.02' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='129.07' y='149.88' width='3.62' height='31.09' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<text x='420.10' y='108.33' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text>
-<text x='275.55' y='108.33' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='202.18' y='108.33' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='154.26' y='108.33' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='455.13' y='232.69' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='358.91' y='232.69' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text>
-<text x='296.20' y='232.69' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='207.71' y='232.69' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='425.58' y='170.51' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='282.94' y='170.51' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text>
-<text x='206.68' y='170.51' style='font-size: 14.23px; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='155.99' y='170.51' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='64.23' y='225.05' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='40.46px' lengthAdjust='spacingAndGlyphs'>Azure </text>
-<text x='53.70' y='240.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.99px' lengthAdjust='spacingAndGlyphs'> n = 283</text>
-<text x='70.46' y='162.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='34.23px' lengthAdjust='spacingAndGlyphs'>GCP </text>
-<text x='53.70' y='177.99' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.99px' lengthAdjust='spacingAndGlyphs'> n = 645</text>
-<text x='68.91' y='100.69' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.78px' lengthAdjust='spacingAndGlyphs'>AWS </text>
-<text x='45.91' y='115.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='58.78px' lengthAdjust='spacingAndGlyphs'> n = 1137</text>
-<text x='118.95' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='212.31' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='309.56' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='406.81' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='500.17' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='187.49' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='272.16px' lengthAdjust='spacingAndGlyphs'>% of respondents given cloud provider</text>
-<rect x='554.67' y='109.64' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='554.67' y='126.92' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='554.67' y='144.20' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='554.67' y='161.48' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='554.67' y='178.76' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='554.67' y='196.04' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='554.67' y='213.32' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<text x='579.21' y='122.14' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='76.81px' lengthAdjust='spacingAndGlyphs'>Very satisfied</text>
-<text x='579.21' y='139.42' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='113.80px' lengthAdjust='spacingAndGlyphs'>Moderately satisfied</text>
-<text x='579.21' y='156.70' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='91.75px' lengthAdjust='spacingAndGlyphs'>Slightly satisfied</text>
-<text x='579.21' y='173.98' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='180.66px' lengthAdjust='spacingAndGlyphs'>Neither satisfied nor dissatisfied</text>
-<text x='579.21' y='191.26' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='108.11px' lengthAdjust='spacingAndGlyphs'>Slightly dissatisfied</text>
-<text x='579.21' y='208.54' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='130.16px' lengthAdjust='spacingAndGlyphs'>Moderately dissatisfied</text>
-<text x='579.21' y='225.82' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='93.17px' lengthAdjust='spacingAndGlyphs'>Very dissatisfied</text>
-<text x='109.62' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='406.45px' lengthAdjust='spacingAndGlyphs'>Overall, how satisfied or dissatisfied have you been using</text>
-<text x='109.62' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='312.19px' lengthAdjust='spacingAndGlyphs'>Go on [cloud provider] during the past year?</text>
-</svg>
diff --git a/_content/survey2020/cloud_services_yoy.svg b/_content/survey2020/cloud_services_yoy.svg
deleted file mode 100644
index 6aca771..0000000
--- a/_content/survey2020/cloud_services_yoy.svg
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='234.28,230.47 234.28,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='310.81,230.47 310.81,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='387.35,230.47 387.35,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='463.88,230.47 463.88,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='540.41,230.47 540.41,48.65 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='234.28' y='74.63' width='250.26' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='204.50' width='106.65' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='117.92' width='120.69' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='161.21' width='127.13' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='61.64' width='247.92' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='191.51' width='113.84' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='104.93' width='154.00' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='148.22' width='131.10' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='500.74' y='89.45' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='357.13' y='219.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>28 %</text>
-<text x='371.17' y='132.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='377.61' y='176.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>33 %</text>
-<text x='498.40' y='69.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='364.32' y='199.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text>
-<text x='404.48' y='113.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='381.58' y='156.55' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text>
-<polyline points='234.28,417.77 234.28,235.95 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='310.81,417.77 310.81,235.95 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='387.35,417.77 387.35,235.95 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='463.88,417.77 463.88,235.95 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='540.41,417.77 540.41,235.95 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='234.28' y='312.20' width='82.56' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='282.87' width='135.01' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='341.52' width='65.22' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='253.55' width='244.47' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='370.85' width='39.00' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='303.40' width='86.10' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='391.38' width='6.19' height='17.60' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='274.07' width='133.94' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='332.73' width='63.59' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='244.75' width='239.17' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='362.05' width='63.59' height='8.80' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='333.04' y='323.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='385.49' y='294.56' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='315.70' y='353.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='494.95' y='265.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>64 %</text>
-<text x='289.48' y='382.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='336.58' y='310.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='252.72' y='405.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='384.42' y='281.36' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='314.07' y='340.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='489.65' y='252.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>62 %</text>
-<text x='314.07' y='369.34' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<polyline points='234.28,605.07 234.28,423.25 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='310.81,605.07 310.81,423.25 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='387.35,605.07 387.35,423.25 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='463.88,605.07 463.88,423.25 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='540.41,605.07 540.41,423.25 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='234.28' y='449.22' width='180.44' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='535.80' width='69.92' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='579.09' width='27.82' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='492.51' width='195.47' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='234.28' y='436.24' width='206.92' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='522.82' width='95.98' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='566.11' width='26.18' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='234.28' y='479.53' width='122.16' height='12.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='430.92' y='464.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>47 %</text>
-<text x='320.40' y='550.63' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='274.34' y='593.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='445.95' y='507.34' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>51 %</text>
-<text x='457.40' y='444.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>54 %</text>
-<text x='346.46' y='531.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text>
-<text x='272.70' y='574.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='372.64' y='487.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<defs>
-  <clipPath id='cpNTU1LjcyMnw1NzYuMzMzfDIzMC40NzJ8NDguNjU0'>
-    <rect x='555.72' y='48.65' width='20.61' height='181.82' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpNTU1LjcyMnw1NzYuMzMzfDIzMC40NzJ8NDguNjU0)'><text transform='translate(561.45,124.99) rotate(90)' style='font-size: 12.80px; fill: #1A1A1A; font-family: Arial;' textLength='29.15px' lengthAdjust='spacingAndGlyphs'>AWS</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDY4MC4zMTV8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='680.31' />
-  </clipPath>
-</defs>
-<defs>
-  <clipPath id='cpNTU1LjcyMnw1NzYuMzMzfDQxNy43Njl8MjM1Ljk1MQ=='>
-    <rect x='555.72' y='235.95' width='20.61' height='181.82' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpNTU1LjcyMnw1NzYuMzMzfDQxNy43Njl8MjM1Ljk1MQ==)'><text transform='translate(561.45,313.00) rotate(90)' style='font-size: 12.80px; fill: #1A1A1A; font-family: Arial;' textLength='27.73px' lengthAdjust='spacingAndGlyphs'>GCP</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDY4MC4zMTV8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='680.31' />
-  </clipPath>
-</defs>
-<defs>
-  <clipPath id='cpNTU1LjcyMnw1NzYuMzMzfDYwNS4wNjd8NDIzLjI0OQ=='>
-    <rect x='555.72' y='423.25' width='20.61' height='181.82' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpNTU1LjcyMnw1NzYuMzMzfDYwNS4wNjd8NDIzLjI0OQ==)'><text transform='translate(561.45,497.44) rotate(90)' style='font-size: 12.80px; fill: #1A1A1A; font-family: Arial;' textLength='33.43px' lengthAdjust='spacingAndGlyphs'>Azure</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDY4MC4zMTV8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='680.31' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='224.16' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='296.80' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='373.33' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='449.87' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='526.40' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='65.43' y='201.95' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='148.61px' lengthAdjust='spacingAndGlyphs'>AWS Elastic Containers</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='167.35' y='217.07' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='46.68px' lengthAdjust='spacingAndGlyphs'>Service</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='127.67' y='166.22' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='86.37px' lengthAdjust='spacingAndGlyphs'>AWS Lambda</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='61.53' y='115.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='152.51px' lengthAdjust='spacingAndGlyphs'>AWS Elastic Kubernetes</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='167.35' y='130.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='46.68px' lengthAdjust='spacingAndGlyphs'>Service</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='151.02' y='79.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='63.01px' lengthAdjust='spacingAndGlyphs'>AWS EC2</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='80.95' y='405.18' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='133.09px' lengthAdjust='spacingAndGlyphs'>Google Cloud Anthos</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='98.85' y='375.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='115.19px' lengthAdjust='spacingAndGlyphs'>Google Cloud Run</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='63.84' y='346.53' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.20px' lengthAdjust='spacingAndGlyphs'>Google Cloud Functions</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='92.61' y='317.21' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='121.43px' lengthAdjust='spacingAndGlyphs'>Google App Engine</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='60.71' y='287.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='153.32px' lengthAdjust='spacingAndGlyphs'>Google Compute Engine</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='45.91' y='258.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='168.12px' lengthAdjust='spacingAndGlyphs'>Google Kubernetes Engine</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='112.88' y='584.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='101.16px' lengthAdjust='spacingAndGlyphs'>Azure Functions</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='56.06' y='540.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='157.98px' lengthAdjust='spacingAndGlyphs'>Azure Container Instance</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='70.09' y='497.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='143.95px' lengthAdjust='spacingAndGlyphs'>Azure Virtual Machines</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='51.40' y='454.23' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='162.64px' lengthAdjust='spacingAndGlyphs'>Azure Kubernetes Service</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='202.35' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='369.98px' lengthAdjust='spacingAndGlyphs'>% of respondents using service given cloud provider</text></g>
-<rect x='593.48' y='314.27' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)' />
-<rect x='593.48' y='331.55' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='618.02' y='326.78' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='618.02' y='344.06' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='218.97' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='448.18px' lengthAdjust='spacingAndGlyphs'>My team at work deploys Go programs to: (select all that apply)</text></g>
-</svg>
diff --git a/_content/survey2020/cloud_yoy.svg b/_content/survey2020/cloud_yoy.svg
deleted file mode 100644
index 53c40a8..0000000
--- a/_content/survey2020/cloud_yoy.svg
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 850.39'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='219.57,775.15 219.57,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='304.51,775.15 304.51,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='389.46,775.15 389.46,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='474.40,775.15 474.40,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.34,775.15 559.34,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='219.57' y='500.40' width='9.85' height='16.40' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='484.00' width='15.83' height='16.40' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='467.60' width='13.90' height='16.40' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='135.45' width='150.94' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='123.15' width='168.66' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='110.85' width='177.59' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='98.54' width='188.50' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='319.98' width='21.18' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='307.68' width='27.42' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='295.37' width='31.04' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='283.07' width='50.09' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='652.13' width='0.63' height='49.21' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='381.49' width='48.08' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='369.18' width='42.76' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='356.88' width='34.80' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='344.58' width='36.18' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='258.47' width='75.66' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='246.17' width='100.88' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='233.86' width='100.98' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='221.56' width='110.60' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='443.00' width='19.43' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='430.69' width='18.63' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='418.39' width='13.67' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='406.09' width='17.70' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='566.01' width='13.94' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='553.71' width='11.71' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='541.41' width='6.55' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='529.11' width='8.22' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='196.96' width='202.99' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='184.66' width='169.55' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='172.35' width='186.02' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='160.05' width='181.55' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='750.54' width='45.79' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='219.57' y='738.24' width='41.34' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='219.57' y='725.94' width='27.34' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='219.57' y='713.64' width='28.76' height='12.30' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='219.57' y='590.62' width='5.85' height='49.21' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='236.77' y='515.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='242.76' y='497.29' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='240.83' y='478.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='380.24' y='148.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>36 %</text>
-<text x='397.96' y='135.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='406.88' y='121.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text>
-<text x='417.79' y='107.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>44 %</text>
-<text x='248.10' y='333.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='254.34' y='319.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='257.96' y='305.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='279.38' y='292.00' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='227.55' y='681.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='277.37' y='395.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='272.06' y='381.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='261.72' y='367.35' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='263.10' y='353.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='304.96' y='272.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='330.17' y='258.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='330.28' y='244.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='339.90' y='230.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text>
-<text x='246.35' y='456.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='245.55' y='442.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='240.59' y='428.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='244.62' y='415.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='240.87' y='579.56' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='238.63' y='565.72' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='233.47' y='551.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='235.14' y='538.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='432.28' y='210.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>48 %</text>
-<text x='398.84' y='196.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='415.31' y='182.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>44 %</text>
-<text x='410.84' y='168.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='275.09' y='764.09' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='270.64' y='750.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='254.26' y='736.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='255.68' y='722.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='232.77' y='620.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='162.64' y='743.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='121.38' y='681.74' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='76.28px' lengthAdjust='spacingAndGlyphs'>Baidu Cloud</text>
-<text x='106.60' y='620.23' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='91.05px' lengthAdjust='spacingAndGlyphs'>Tencent Cloud</text>
-<text x='155.61' y='558.72' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='42.04px' lengthAdjust='spacingAndGlyphs'>Linode</text>
-<text x='145.51' y='497.21' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='52.14px' lengthAdjust='spacingAndGlyphs'>AliCloud</text>
-<text x='152.52' y='435.70' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.13px' lengthAdjust='spacingAndGlyphs'>Heroku</text>
-<text x='113.61' y='374.19' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='84.04px' lengthAdjust='spacingAndGlyphs'>Digital Ocean</text>
-<text x='100.40' y='312.68' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='97.25px' lengthAdjust='spacingAndGlyphs'>Microsoft Azure</text>
-<text x='167.31' y='251.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='30.34px' lengthAdjust='spacingAndGlyphs'>GCP</text>
-<text x='45.91' y='182.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='151.74px' lengthAdjust='spacingAndGlyphs'>Self-owned or company-</text>
-<text x='106.61' y='197.22' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='91.04px' lengthAdjust='spacingAndGlyphs'>owned servers</text>
-<text x='165.76' y='128.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.89px' lengthAdjust='spacingAndGlyphs'>AWS</text>
-<text x='209.45' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='290.50' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='375.45' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='460.39' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='545.33' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='327.20' y='818.67' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='400.83' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='418.11' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='435.39' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='452.67' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='413.34' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='430.62' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='447.90' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='465.18' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='202.58' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2688</text>
-<text x='202.58' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='348.57px' lengthAdjust='spacingAndGlyphs'>My team at work deploys Go programs to: (select</text>
-<text x='202.58' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='95.16px' lengthAdjust='spacingAndGlyphs'>all that apply)</text>
-</svg>
diff --git a/_content/survey2020/csat.svg b/_content/survey2020/csat.svg
deleted file mode 100644
index cf064df..0000000
--- a/_content/survey2020/csat.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 226.77'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg=='>
-    <rect x='50.85' y='86.24' width='373.29' height='65.28' />
-  </clipPath>
-</defs>
-<polyline points='67.81,151.52 67.81,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<polyline points='152.65,151.52 152.65,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<polyline points='237.49,151.52 237.49,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<polyline points='322.33,151.52 322.33,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<polyline points='407.17,151.52 407.17,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='67.81' y='94.40' width='198.00' height='48.96' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='265.82' y='94.40' width='114.89' height='48.96' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='380.71' y='94.40' width='14.68' height='48.96' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='395.39' y='94.40' width='9.01' height='48.96' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='404.40' y='94.40' width='2.77' height='48.96' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='209.17' y='94.40' width='198.00' height='48.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='94.27' y='94.40' width='114.89' height='48.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='79.59' y='94.40' width='14.68' height='48.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='70.59' y='94.40' width='9.01' height='48.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<rect x='67.81' y='94.40' width='2.77' height='48.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)' />
-<g clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)'><text x='291.97' y='123.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>58 %</text></g>
-<g clip-path='url(#cpNTAuODQ1OHw0MjQuMTM4fDE1MS41MjR8ODYuMjQxNg==)'><text x='135.52' y='123.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDIyNi43NzJ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='226.77' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='57.70' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='138.64' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='223.48' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='308.32' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='389.27' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='175.23' y='195.05' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='441.29' y='80.38' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='441.29' y='97.66' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='441.29' y='114.94' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='441.29' y='132.22' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='441.29' y='149.50' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='465.83' y='92.89' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='76.81px' lengthAdjust='spacingAndGlyphs'>Very satisfied</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='465.83' y='110.17' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='110.96px' lengthAdjust='spacingAndGlyphs'>Somewhat satisfied</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='465.83' y='127.45' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='180.66px' lengthAdjust='spacingAndGlyphs'>Neither satisfied nor dissatisfied</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='465.83' y='144.73' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='127.32px' lengthAdjust='spacingAndGlyphs'>Somewhat dissatisfied</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='465.83' y='162.01' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='93.17px' lengthAdjust='spacingAndGlyphs'>Very dissatisfied</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7836</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='323.71px' lengthAdjust='spacingAndGlyphs'>Overall, how satisfied or dissatisfied have you</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='258.84px' lengthAdjust='spacingAndGlyphs'>been using Go during the past year?</text></g>
-</svg>
diff --git a/_content/survey2020/devex_yoy.svg b/_content/survey2020/devex_yoy.svg
deleted file mode 100644
index bda1b56..0000000
--- a/_content/survey2020/devex_yoy.svg
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='190.20,434.99 190.20,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='282.14,434.99 282.14,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='374.07,434.99 374.07,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='466.01,434.99 466.01,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='557.95,434.99 557.95,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='190.20' y='111.76' width='19.71' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='154.29' width='56.12' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='196.82' width='107.65' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='239.35' width='103.93' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='281.88' width='71.67' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='324.41' width='38.05' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='366.94' width='48.69' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='409.47' width='13.87' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='190.20' y='99.00' width='17.48' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='141.53' width='46.69' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='184.06' width='101.45' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='226.59' width='100.05' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='269.12' width='74.79' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='311.65' width='44.54' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='354.18' width='60.68' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='190.20' y='396.71' width='13.99' height='12.76' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='214.81' y='126.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='252.80' y='168.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='304.33' y='211.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>23 %</text>
-<text x='300.62' y='254.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>23 %</text>
-<text x='268.36' y='296.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='233.15' y='339.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='245.38' y='381.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='208.97' y='424.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='212.58' y='107.28' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='243.37' y='149.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='298.13' y='192.34' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='296.74' y='234.87' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='271.48' y='277.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='241.22' y='319.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='257.37' y='362.46' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='209.10' y='404.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='45.91' y='406.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='120.97px' lengthAdjust='spacingAndGlyphs'>I've never coded as</text>
-<text x='82.07' y='422.04' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='84.81px' lengthAdjust='spacingAndGlyphs'>part of my job</text>
-<text x='46.26' y='371.95' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='120.62px' lengthAdjust='spacingAndGlyphs'>More than 20 years</text>
-<text x='85.17' y='329.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.71px' lengthAdjust='spacingAndGlyphs'>16 - 20 years</text>
-<text x='85.17' y='286.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.71px' lengthAdjust='spacingAndGlyphs'>11 - 15 years</text>
-<text x='92.96' y='244.36' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.92px' lengthAdjust='spacingAndGlyphs'>6 - 10 years</text>
-<text x='100.75' y='201.83' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.14px' lengthAdjust='spacingAndGlyphs'>3 - 5 years</text>
-<text x='100.75' y='159.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.14px' lengthAdjust='spacingAndGlyphs'>1 - 2 years</text>
-<text x='63.37' y='116.77' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='103.51px' lengthAdjust='spacingAndGlyphs'>Less than 1 year</text>
-<text x='180.08' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='268.13' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='360.06' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='452.00' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='543.94' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='311.81' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='248.03' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='265.31' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='260.54' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='277.82' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='171.81' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7916</text>
-<text x='171.81' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='365.52px' lengthAdjust='spacingAndGlyphs'>How many years have you coded professionally (as</text>
-<text x='171.81' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='250.81px' lengthAdjust='spacingAndGlyphs'>part of your work) in any language?</text>
-</svg>
diff --git a/_content/survey2020/doc_helpfulness.svg b/_content/survey2020/doc_helpfulness.svg
deleted file mode 100644
index b33b30a..0000000
--- a/_content/survey2020/doc_helpfulness.svg
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg=='>
-    <rect x='211.92' y='103.52' width='288.31' height='331.47' />
-  </clipPath>
-</defs>
-<polyline points='225.03,434.99 225.03,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<polyline points='290.55,434.99 290.55,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<polyline points='356.08,434.99 356.08,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<polyline points='421.60,434.99 421.60,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<polyline points='487.13,434.99 487.13,103.52 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='163.37' width='8.10' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='233.13' y='163.37' width='34.42' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='267.55' y='163.37' width='83.13' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='350.68' y='163.37' width='89.09' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='439.77' y='163.37' width='47.36' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='347.52' width='4.02' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='229.04' y='347.52' width='18.93' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='247.97' y='347.52' width='55.72' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='303.69' y='347.52' width='105.20' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='408.89' y='347.52' width='78.24' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='301.48' width='5.35' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='230.38' y='301.48' width='27.92' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='258.30' y='301.48' width='80.62' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='338.92' y='301.48' width='101.21' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='440.13' y='301.48' width='47.00' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='209.41' width='8.51' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='233.53' y='209.41' width='29.36' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='262.90' y='209.41' width='69.42' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='332.32' y='209.41' width='93.90' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='426.22' y='209.41' width='60.91' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='393.55' width='1.82' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='226.85' y='393.55' width='16.38' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='243.23' y='393.55' width='51.82' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='295.05' y='393.55' width='116.17' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='411.22' y='393.55' width='75.91' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='117.33' width='14.25' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='239.27' y='117.33' width='38.07' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='277.34' y='117.33' width='78.26' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='355.60' y='117.33' width='84.74' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='440.34' y='117.33' width='46.78' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='255.44' width='7.87' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='232.90' y='255.44' width='29.88' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='262.78' y='255.44' width='71.97' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='334.75' y='255.44' width='92.39' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='427.13' y='255.44' width='59.99' height='27.62' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='163.37' width='8.10' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='233.13' y='163.37' width='34.42' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='267.55' y='163.37' width='83.13' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='350.68' y='163.37' width='89.09' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='439.77' y='163.37' width='47.36' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='347.52' width='4.02' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='229.04' y='347.52' width='18.93' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='247.97' y='347.52' width='55.72' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='303.69' y='347.52' width='105.20' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='408.89' y='347.52' width='78.24' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='301.48' width='5.35' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='230.38' y='301.48' width='27.92' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='258.30' y='301.48' width='80.62' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='338.92' y='301.48' width='101.21' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='440.13' y='301.48' width='47.00' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='209.41' width='8.51' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='233.53' y='209.41' width='29.36' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='262.90' y='209.41' width='69.42' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='332.32' y='209.41' width='93.90' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='426.22' y='209.41' width='60.91' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='393.55' width='1.82' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='226.85' y='393.55' width='16.38' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='243.23' y='393.55' width='51.82' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='295.05' y='393.55' width='116.17' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='411.22' y='393.55' width='75.91' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='117.33' width='14.25' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='239.27' y='117.33' width='38.07' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='277.34' y='117.33' width='78.26' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='355.60' y='117.33' width='84.74' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='440.34' y='117.33' width='46.78' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='225.03' y='255.44' width='7.87' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='232.90' y='255.44' width='29.88' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='262.78' y='255.44' width='71.97' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='334.75' y='255.44' width='92.39' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<rect x='427.13' y='255.44' width='59.99' height='27.62' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)' />
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='234.13' y='182.27' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='292.91' y='182.27' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='379.02' y='182.27' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='447.24' y='182.27' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='259.62' y='366.41' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='340.08' y='366.41' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='431.80' y='366.41' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='282.40' y='320.38' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>31 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='373.32' y='320.38' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='447.42' y='320.38' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='281.40' y='228.30' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='363.06' y='228.30' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>36 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='440.47' y='228.30' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>23 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='252.93' y='412.45' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='336.93' y='412.45' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>44 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='432.97' y='412.45' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='242.10' y='136.23' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='300.26' y='136.23' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='381.77' y='136.23' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='447.53' y='136.23' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='282.56' y='274.34' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='364.74' y='274.34' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text></g>
-<g clip-path='url(#cpMjExLjkyMXw1MDAuMjMyfDQzNC45ODh8MTAzLjUyMg==)'><text x='440.93' y='274.34' style='font-size: 14.23px; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>23 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDUxMC4yMzZ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='510.24' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='161.87' y='412.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.12px' lengthAdjust='spacingAndGlyphs'>File I/O</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='127.62' y='366.34' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='79.37px' lengthAdjust='spacingAndGlyphs'>Concurrency</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='129.96' y='320.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='77.03px' lengthAdjust='spacingAndGlyphs'>Data access</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='45.91' y='274.26' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='161.08px' lengthAdjust='spacingAndGlyphs'>Web service development</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='119.05' y='228.23' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.94px' lengthAdjust='spacingAndGlyphs'>Error handling</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='74.69' y='182.19' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='132.30px' lengthAdjust='spacingAndGlyphs'>CLI tool development</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='114.39' y='136.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='92.60px' lengthAdjust='spacingAndGlyphs'>Using modules</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='214.91' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='276.54' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='342.07' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='407.59' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='469.22' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='293.81' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='517.38' y='230.75' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<rect x='517.38' y='248.03' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<rect x='517.38' y='265.31' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<rect x='517.38' y='282.59' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<rect x='517.38' y='299.87' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='541.92' y='243.26' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='98.15px' lengthAdjust='spacingAndGlyphs'>Extremely helpful</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='541.92' y='260.54' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='67.58px' lengthAdjust='spacingAndGlyphs'>Very helpful</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='541.92' y='277.82' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='104.57px' lengthAdjust='spacingAndGlyphs'>Moderately helpful</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='541.92' y='295.10' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='82.52px' lengthAdjust='spacingAndGlyphs'>Slightly helpful</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='541.92' y='312.38' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='91.77px' lengthAdjust='spacingAndGlyphs'>Not at all helpful</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='211.92' y='94.67' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2589</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='211.92' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='415.33px' lengthAdjust='spacingAndGlyphs'>How helpful is official Go documentation for achieving your</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='211.92' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='419.77px' lengthAdjust='spacingAndGlyphs'>programming goals in the following areas? (if the statement</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='211.92' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='269.86px' lengthAdjust='spacingAndGlyphs'>doesn't apply to you please mark N/A)</text></g>
-</svg>
diff --git a/_content/survey2020/doc_struggles.svg b/_content/survey2020/doc_struggles.svg
deleted file mode 100644
index d39241b..0000000
--- a/_content/survey2020/doc_struggles.svg
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 453.54'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg=='>
-    <rect x='239.94' y='120.80' width='412.03' height='257.49' />
-  </clipPath>
-</defs>
-<polyline points='258.67,378.30 258.67,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<polyline points='352.31,378.30 352.31,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<polyline points='445.96,378.30 445.96,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<polyline points='539.60,378.30 539.60,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<polyline points='633.24,378.30 633.24,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<rect x='258.67' y='185.18' width='169.62' height='29.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<rect x='258.67' y='135.66' width='290.08' height='29.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<rect x='258.67' y='234.69' width='53.14' height='29.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<rect x='258.67' y='333.73' width='144.47' height='29.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<rect x='258.67' y='284.21' width='20.80' height='29.71' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)' />
-<g clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)'><text x='434.77' y='205.12' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>36 %</text></g>
-<g clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)'><text x='555.23' y='155.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>62 %</text></g>
-<g clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)'><text x='318.29' y='254.63' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)'><text x='409.62' y='353.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>31 %</text></g>
-<g clip-path='url(#cpMjM5Ljk0Mnw2NTEuOTY5fDM3OC4yOTV8MTIwLjgwMg==)'><text x='284.37' y='304.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDQ1My41NDN8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='453.54' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='52.90' y='346.03' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='182.11px' lengthAdjust='spacingAndGlyphs'>None of the statements apply</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='200.00' y='361.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>to me</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='200.00' y='304.07' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='53.69' y='239.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='181.32px' lengthAdjust='spacingAndGlyphs'>Understanding whether Go is</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='51.31' y='254.56' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='183.70px' lengthAdjust='spacingAndGlyphs'>an appropriate language for a</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='155.63' y='269.68' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='79.38px' lengthAdjust='spacingAndGlyphs'>given project</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='45.91' y='197.48' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='189.10px' lengthAdjust='spacingAndGlyphs'>Getting started with something</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='103.90' y='212.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='131.11px' lengthAdjust='spacingAndGlyphs'>I haven't done before</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='49.78' y='140.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='185.23px' lengthAdjust='spacingAndGlyphs'>Finding enough information to</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='66.93' y='155.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='168.08px' lengthAdjust='spacingAndGlyphs'>fully implement a feature of</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='145.52' y='170.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='89.49px' lengthAdjust='spacingAndGlyphs'>my application</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='248.55' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='338.30' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='431.94' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='525.59' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='619.23' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='383.69' y='421.82' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='239.94' y='111.95' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2476</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='239.94' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='343.31px' lengthAdjust='spacingAndGlyphs'>When using official Go documentation, have you</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='239.94' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='300.61px' lengthAdjust='spacingAndGlyphs'>struggled with any of the following? (select</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='239.94' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='313.95px' lengthAdjust='spacingAndGlyphs'>all that apply; please mark N/A if none of the</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='239.94' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='174.31px' lengthAdjust='spacingAndGlyphs'>statements apply to you)</text></g>
-</svg>
diff --git a/_content/survey2020/domain_yoy.svg b/_content/survey2020/domain_yoy.svg
deleted file mode 100644
index 9cc0f0b..0000000
--- a/_content/survey2020/domain_yoy.svg
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 850.39'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='218.84,775.15 218.84,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='303.96,775.15 303.96,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='389.07,775.15 389.07,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='474.19,775.15 474.19,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.31,775.15 559.31,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='218.84' y='143.30' width='198.51' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='129.36' width='194.77' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='514.97' width='37.31' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='501.03' width='34.06' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='189.76' width='164.15' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='175.82' width='177.28' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='375.59' width='54.93' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='361.66' width='59.26' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='607.89' width='21.30' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='593.95' width='21.68' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='422.05' width='38.48' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='408.12' width='40.09' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='468.51' width='38.48' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='454.58' width='37.84' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='561.43' width='27.83' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='547.49' width='24.29' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='700.81' width='17.23' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='686.87' width='15.65' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='236.22' width='183.88' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='222.28' width='174.57' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='747.27' width='20.37' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='733.33' width='19.28' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='654.35' width='20.57' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='640.41' width='19.07' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='329.13' width='60.28' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='315.20' width='62.74' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='282.68' width='166.50' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='268.74' width='171.66' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.84' y='96.84' width='290.40' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.84' y='82.90' width='289.11' height='13.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='433.55' y='158.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>47 %</text>
-<text x='429.81' y='137.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>46 %</text>
-<text x='268.40' y='530.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='265.15' y='509.61' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='399.19' y='205.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='412.33' y='184.39' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text>
-<text x='289.97' y='391.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text>
-<text x='294.31' y='370.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text>
-<text x='252.40' y='623.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='252.77' y='602.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='269.58' y='437.59' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='271.18' y='416.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='269.58' y='484.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='268.93' y='463.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='258.92' y='576.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='255.38' y='556.06' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='248.32' y='716.35' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='246.74' y='695.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='418.93' y='251.76' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='409.62' y='230.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text>
-<text x='251.46' y='762.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='250.37' y='741.90' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='251.66' y='669.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='250.16' y='648.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='295.32' y='344.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text>
-<text x='297.79' y='323.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='401.55' y='298.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='406.70' y='277.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='525.44' y='112.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text>
-<text x='524.15' y='91.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text>
-<text x='161.87' y='752.28' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='155.64' y='705.82' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='41.24px' lengthAdjust='spacingAndGlyphs'>Mobile</text>
-<text x='79.40' y='659.36' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='117.48px' lengthAdjust='spacingAndGlyphs'>Scientific / numeric</text>
-<text x='147.87' y='612.90' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='49.02px' lengthAdjust='spacingAndGlyphs'>Gaming</text>
-<text x='152.54' y='566.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='44.34px' lengthAdjust='spacingAndGlyphs'>ML / AI</text>
-<text x='115.96' y='519.98' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='80.93px' lengthAdjust='spacingAndGlyphs'>Data science</text>
-<text x='45.91' y='473.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.97px' lengthAdjust='spacingAndGlyphs'>Embedded devices / IoT</text>
-<text x='108.97' y='427.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.92px' lengthAdjust='spacingAndGlyphs'>Desktop / GUI</text>
-<text x='70.07' y='380.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='126.82px' lengthAdjust='spacingAndGlyphs'>Finance / commerce</text>
-<text x='146.31' y='334.14' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.57px' lengthAdjust='spacingAndGlyphs'>Security</text>
-<text x='56.84' y='287.68' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='140.04px' lengthAdjust='spacingAndGlyphs'>Systems programming</text>
-<text x='59.18' y='241.22' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='137.71px' lengthAdjust='spacingAndGlyphs'>Network programming</text>
-<text x='146.31' y='194.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.57px' lengthAdjust='spacingAndGlyphs'>DevOps</text>
-<text x='129.96' y='148.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.93px' lengthAdjust='spacingAndGlyphs'>Databases</text>
-<text x='81.73' y='101.85' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='115.15px' lengthAdjust='spacingAndGlyphs'>Web programming</text>
-<text x='208.72' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='289.95' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='375.06' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='460.18' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='545.30' y='790.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='326.81' y='818.67' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='409.47' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='426.75' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='421.98' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='439.26' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='201.82' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  8323</text>
-<text x='201.82' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='414.41px' lengthAdjust='spacingAndGlyphs'>I work with Go in the following areas: (Select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/dpe.svg b/_content/survey2020/dpe.svg
deleted file mode 100644
index 37976e7..0000000
--- a/_content/survey2020/dpe.svg
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='193.29,434.99 193.29,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='302.50,434.99 302.50,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='411.71,434.99 411.71,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='520.92,434.99 520.92,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='630.13,434.99 630.13,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='193.29' y='327.82' width='5.79' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='345.99' width='3.69' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='128.02' width='55.29' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='273.33' width='7.90' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='218.84' width='12.11' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='91.69' width='283.82' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='400.48' width='2.11' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='255.17' width='10.00' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='309.66' width='5.79' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='182.51' width='32.12' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='418.64' width='0.53' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='200.67' width='28.96' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='237.00' width='11.58' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='109.85' width='217.47' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='146.18' width='48.97' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='382.31' width='2.11' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='164.35' width='35.28' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='364.15' width='2.11' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='193.29' y='291.49' width='5.79' height='10.90' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='203.98' y='338.36' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='201.87' y='356.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='255.06' y='138.55' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='206.09' y='283.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='210.30' y='229.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='483.59' y='102.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>52 %</text>
-<text x='200.29' y='411.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='208.19' y='265.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='203.98' y='320.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='230.31' y='193.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='198.71' y='429.18' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='227.15' y='211.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='209.77' y='247.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='417.24' y='120.39' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='247.16' y='156.72' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='200.29' y='392.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='233.47' y='174.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='200.29' y='374.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='203.98' y='302.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='100.37' y='429.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.14px' lengthAdjust='spacingAndGlyphs'>Gearpump</text>
-<text x='142.41' y='410.93' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='24.10px' lengthAdjust='spacingAndGlyphs'>Drill</text>
-<text x='146.28' y='392.77' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>Pig</text>
-<text x='126.03' y='374.61' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='40.48px' lengthAdjust='spacingAndGlyphs'>Sqoop</text>
-<text x='134.60' y='356.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>Apex</text>
-<text x='135.39' y='338.28' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.12px' lengthAdjust='spacingAndGlyphs'>Akka</text>
-<text x='127.62' y='320.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='38.90px' lengthAdjust='spacingAndGlyphs'>Flume</text>
-<text x='129.18' y='301.95' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='37.34px' lengthAdjust='spacingAndGlyphs'>Storm</text>
-<text x='45.91' y='283.79' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='120.60px' lengthAdjust='spacingAndGlyphs'>Azure Data Factory</text>
-<text x='136.96' y='265.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='29.56px' lengthAdjust='spacingAndGlyphs'>Flink</text>
-<text x='138.51' y='247.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.01px' lengthAdjust='spacingAndGlyphs'>Hive</text>
-<text x='129.94' y='229.29' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='36.57px' lengthAdjust='spacingAndGlyphs'>Beam</text>
-<text x='117.47' y='211.13' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='49.04px' lengthAdjust='spacingAndGlyphs'>Hadoop</text>
-<text x='77.82' y='192.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='88.70px' lengthAdjust='spacingAndGlyphs'>GCP Dataflow</text>
-<text x='129.94' y='174.80' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='36.57px' lengthAdjust='spacingAndGlyphs'>Spark</text>
-<text x='131.50' y='156.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='47.46' y='138.48' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='119.05px' lengthAdjust='spacingAndGlyphs'>AWS Data Pipeline</text>
-<text x='130.71' y='120.31' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.80px' lengthAdjust='spacingAndGlyphs'>Kafka</text>
-<text x='118.28' y='102.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='48.23px' lengthAdjust='spacingAndGlyphs'>Custom</text>
-<text x='183.17' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='288.49' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='397.70' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='506.91' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='616.12' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='244.94' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='333.53px' lengthAdjust='spacingAndGlyphs'>% of respondents using Go for data processing</text>
-<text x='171.45' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  1037</text>
-<text x='171.45' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='436.69px' lengthAdjust='spacingAndGlyphs'>Which data processing engine are you using with Go? (Select</text>
-<text x='171.45' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='99.61px' lengthAdjust='spacingAndGlyphs'>all that apply.)</text>
-</svg>
diff --git a/_content/survey2020/editor_improvements_means.svg b/_content/survey2020/editor_improvements_means.svg
deleted file mode 100644
index c77f932..0000000
--- a/_content/survey2020/editor_improvements_means.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg=='>
-    <rect x='187.78' y='138.08' width='464.19' height='296.91' />
-  </clipPath>
-</defs>
-<polyline points='208.88,434.99 208.88,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<polyline points='349.54,434.99 349.54,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<polyline points='490.21,434.99 490.21,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<polyline points='630.87,434.99 630.87,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='384.62' width='143.78' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #8DD3C7;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='146.03' width='372.38' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFB3;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='252.07' width='302.76' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BEBADA;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='358.11' width='157.98' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FB8072;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='199.05' width='345.02' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #80B1D3;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='305.09' width='238.60' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDB462;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='278.58' width='287.20' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #B3DE69;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='172.54' width='350.71' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FCCDE5;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='411.13' width='69.29' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9D9D9;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='331.60' width='212.24' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BC80BD;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<rect x='208.88' y='225.56' width='333.28' height='15.91' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #CCEBC5;' clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)' />
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='356.62' y='397.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='7.91px' lengthAdjust='spacingAndGlyphs'>5</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='589.17' y='159.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>13</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='519.55' y='265.11' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>11</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='370.82' y='371.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='7.91px' lengthAdjust='spacingAndGlyphs'>6</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='561.81' y='212.09' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>12</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='451.44' y='318.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='7.91px' lengthAdjust='spacingAndGlyphs'>8</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='503.99' y='291.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>10</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='567.50' y='185.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>12</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='282.13' y='424.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='7.91px' lengthAdjust='spacingAndGlyphs'>2</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='425.08' y='344.64' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='7.91px' lengthAdjust='spacingAndGlyphs'>8</text></g>
-<g clip-path='url(#cpMTg3Ljc4M3w2NTEuOTY5fDQzNC45ODh8MTM4LjA4Mg==)'><text x='550.07' y='238.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='15.82px' lengthAdjust='spacingAndGlyphs'>12</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDUxMC4yMzZ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='510.24' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='147.84' y='424.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='55.99' y='397.58' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='126.86px' lengthAdjust='spacingAndGlyphs'>Build tool integration</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='64.54' y='371.07' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='118.31px' lengthAdjust='spacingAndGlyphs'>Remote debugging</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='132.27' y='344.56' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.58px' lengthAdjust='spacingAndGlyphs'>Profiling</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='95.71' y='318.05' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.14px' lengthAdjust='spacingAndGlyphs'>Editor stability</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='45.91' y='291.54' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='136.94px' lengthAdjust='spacingAndGlyphs'>Working with modules</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='80.09' y='265.03' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='102.76px' lengthAdjust='spacingAndGlyphs'>Local debugging</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='111.26' y='238.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='71.59px' lengthAdjust='spacingAndGlyphs'>Refactoring</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='63.80' y='212.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='119.05px' lengthAdjust='spacingAndGlyphs'>Editor performance</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='82.45' y='185.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='100.40px' lengthAdjust='spacingAndGlyphs'>Navigating code</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='77.79' y='159.00' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='105.06px' lengthAdjust='spacingAndGlyphs'>Code completion</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='204.99' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='7.79px' lengthAdjust='spacingAndGlyphs'>0</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='345.65' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='7.79px' lengthAdjust='spacingAndGlyphs'>5</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='482.42' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='15.57px' lengthAdjust='spacingAndGlyphs'>10</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='623.08' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='15.57px' lengthAdjust='spacingAndGlyphs'>15</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='272.67' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='294.41px' lengthAdjust='spacingAndGlyphs'>mean GopherCoins spent per respondent</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='129.23' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2364</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='424.26px' lengthAdjust='spacingAndGlyphs'>Let’s say you have 100 GopherCoins to spend on improving</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='389.55px' lengthAdjust='spacingAndGlyphs'>editor features that you value the most. How would you</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='357.53px' lengthAdjust='spacingAndGlyphs'>distribute your coins among these features? In this</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='430.48px' lengthAdjust='spacingAndGlyphs'>hypothetical scenario, the more GopherCoins you spend, the</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='187.78' y='108.92' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='410.85px' lengthAdjust='spacingAndGlyphs'>more likely the feature improvement is to be implemented.</text></g>
-</svg>
diff --git a/_content/survey2020/editor_pref_yoy.svg b/_content/survey2020/editor_pref_yoy.svg
deleted file mode 100644
index 7127cda..0000000
--- a/_content/survey2020/editor_pref_yoy.svg
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 793.70'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='168.34,718.45 168.34,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='265.48,718.45 265.48,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='362.62,718.45 362.62,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='459.76,718.45 459.76,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='556.90,718.45 556.90,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='168.34' y='682.81' width='24.93' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='670.93' width='14.21' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='659.05' width='11.44' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='647.17' width='11.88' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='603.60' width='31.50' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='591.72' width='16.11' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='579.84' width='5.84' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='567.96' width='4.02' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='365.98' width='30.67' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='354.10' width='26.97' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='342.22' width='17.72' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='330.34' width='17.81' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='207.57' width='99.23' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='195.69' width='116.67' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='183.81' width='162.74' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='171.93' width='167.84' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='445.19' width='34.91' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='433.31' width='21.00' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='421.43' width='8.67' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='409.55' width='9.61' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='286.78' width='115.44' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='274.90' width='92.05' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='263.02' width='68.49' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='251.14' width='67.76' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='524.40' width='10.31' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='512.52' width='11.31' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='500.64' width='12.13' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='488.75' width='7.16' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.34' y='128.37' width='138.71' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='168.34' y='116.49' width='187.37' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='168.34' y='104.60' width='198.68' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='168.34' y='92.72' width='199.63' height='11.88' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='205.53' y='696.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='194.80' y='682.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='192.03' y='669.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='192.47' y='655.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='212.09' y='617.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='196.70' y='603.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='186.44' y='589.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='184.61' y='576.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='211.26' y='379.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='207.57' y='366.12' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='198.31' y='352.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='198.41' y='338.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='283.78' y='221.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='301.22' y='207.71' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='347.29' y='193.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text>
-<text x='352.39' y='179.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='215.50' y='459.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='201.59' y='445.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='189.26' y='431.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='190.20' y='417.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='299.99' y='300.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='276.60' y='286.91' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='253.04' y='273.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text>
-<text x='252.31' y='259.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text>
-<text x='190.90' y='538.39' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='191.91' y='524.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='192.72' y='510.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='187.75' y='496.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='323.26' y='142.36' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text>
-<text x='371.91' y='128.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='383.23' y='114.64' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text>
-<text x='384.17' y='100.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text>
-<text x='108.97' y='675.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='111.31' y='596.73' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='32.68px' lengthAdjust='spacingAndGlyphs'>Atom</text>
-<text x='62.27' y='517.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.72px' lengthAdjust='spacingAndGlyphs'>Visual Studio</text>
-<text x='62.29' y='438.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.70px' lengthAdjust='spacingAndGlyphs'>Sublime Text</text>
-<text x='101.20' y='359.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='42.79px' lengthAdjust='spacingAndGlyphs'>Emacs</text>
-<text x='119.87' y='279.91' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='24.11px' lengthAdjust='spacingAndGlyphs'>Vim</text>
-<text x='45.91' y='200.70' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='98.07px' lengthAdjust='spacingAndGlyphs'>goLand / IntelliJ</text>
-<text x='87.95' y='121.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.03px' lengthAdjust='spacingAndGlyphs'>VS Code</text>
-<text x='158.23' y='733.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='251.47' y='733.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='348.61' y='733.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='445.75' y='733.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='542.89' y='733.40' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='309.26' y='761.98' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='106.73px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='363.84' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='381.12' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='398.40' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='415.68' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='376.35' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='393.63' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='410.91' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='428.19' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='148.91' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2781</text>
-<text x='148.91' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='444.66px' lengthAdjust='spacingAndGlyphs'>Which editor do you most prefer to use when working with Go?</text>
-</svg>
diff --git a/_content/survey2020/events.svg b/_content/survey2020/events.svg
deleted file mode 100644
index 545250c..0000000
--- a/_content/survey2020/events.svg
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 396.85'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='314.39,321.60 314.39,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.76,321.60 394.76,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='475.14,321.60 475.14,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='555.52,321.60 555.52,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='635.89,321.60 635.89,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='314.39' y='230.76' width='56.32' height='28.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='314.39' y='135.14' width='103.52' height='28.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='314.39' y='278.57' width='234.25' height='28.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='314.39' y='182.95' width='72.79' height='28.69' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='386.91' y='250.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text>
-<text x='434.11' y='154.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text>
-<text x='564.84' y='298.00' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>58 %</text>
-<text x='403.38' y='202.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='129.95' y='297.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='163.43px' lengthAdjust='spacingAndGlyphs'>None of these apply to me</text>
-<text x='83.25' y='250.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='210.14px' lengthAdjust='spacingAndGlyphs'>I have attended a virtual Go event</text>
-<text x='55.19' y='194.74' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='238.19px' lengthAdjust='spacingAndGlyphs'>I had planned on attending a Go event</text>
-<text x='102.72' y='209.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='190.66px' lengthAdjust='spacingAndGlyphs'>(meetup/conference) in person</text>
-<text x='63.82' y='139.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='229.56px' lengthAdjust='spacingAndGlyphs'>I have spent more time on interactive</text>
-<text x='45.91' y='154.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='247.47px' lengthAdjust='spacingAndGlyphs'>Go channels (e.g. Slack, Reddit) than in</text>
-<text x='227.25' y='169.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.13px' lengthAdjust='spacingAndGlyphs'>prior years</text>
-<text x='304.27' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='380.75' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='461.13' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='541.51' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='621.88' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='412.88' y='365.13' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='298.31' y='111.95' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  3175</text>
-<text x='298.31' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='317.52px' lengthAdjust='spacingAndGlyphs'>The Covid-19 virus has impacted people and</text>
-<text x='298.31' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='354.88px' lengthAdjust='spacingAndGlyphs'>gatherings worldwide. We have adapted our usual</text>
-<text x='298.31' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='303.30px' lengthAdjust='spacingAndGlyphs'>events question accordingly. In the past 12</text>
-<text x='298.31' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='208.09px' lengthAdjust='spacingAndGlyphs'>months: (select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/feature_sat_yoy.svg b/_content/survey2020/feature_sat_yoy.svg
deleted file mode 100644
index 11f55ec..0000000
--- a/_content/survey2020/feature_sat_yoy.svg
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='215.88,605.07 215.88,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='301.70,605.07 301.70,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='387.52,605.07 387.52,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='473.35,605.07 473.35,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.17,605.07 559.17,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='215.88' y='352.96' width='277.80' height='21.92' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='510.07' width='235.26' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='499.11' width='238.61' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='108.16' width='313.47' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='97.20' width='309.54' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='400.46' width='241.57' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='389.50' width='269.46' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='181.24' width='311.22' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='170.28' width='302.26' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='217.77' width='300.40' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='206.81' width='295.71' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='437.00' width='253.55' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='426.04' width='268.52' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='546.61' width='205.81' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='535.65' width='227.67' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='254.31' width='281.64' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='243.35' width='285.11' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='473.53' width='233.55' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='462.57' width='262.69' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='327.39' width='283.04' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='316.42' width='279.94' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='144.70' width='320.27' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='133.74' width='305.46' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='290.85' width='285.84' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='215.88' y='279.89' width='281.32' height='10.96' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='215.88' y='572.18' width='220.31' height='21.92' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='509.88' y='369.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>81 %</text>
-<text x='467.34' y='523.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>69 %</text>
-<text x='470.70' y='506.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>70 %</text>
-<text x='545.55' y='121.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>91 %</text>
-<text x='541.62' y='105.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>90 %</text>
-<text x='473.65' y='413.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>70 %</text>
-<text x='501.54' y='397.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>78 %</text>
-<text x='543.31' y='194.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>91 %</text>
-<text x='534.34' y='178.10' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>88 %</text>
-<text x='532.48' y='231.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>88 %</text>
-<text x='527.80' y='214.64' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>86 %</text>
-<text x='485.63' y='450.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>74 %</text>
-<text x='500.60' y='433.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>78 %</text>
-<text x='437.89' y='559.91' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>60 %</text>
-<text x='459.76' y='543.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>66 %</text>
-<text x='513.72' y='267.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='517.19' y='251.18' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>83 %</text>
-<text x='465.63' y='486.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text>
-<text x='494.77' y='470.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>77 %</text>
-<text x='515.12' y='340.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='512.02' y='324.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='552.35' y='158.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>93 %</text>
-<text x='537.55' y='141.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>89 %</text>
-<text x='517.92' y='304.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>83 %</text>
-<text x='513.40' y='287.71' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>82 %</text>
-<text x='452.39' y='588.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>64 %</text>
-<text x='88.76' y='588.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='105.02px' lengthAdjust='spacingAndGlyphs'>Web frameworks</text>
-<text x='45.91' y='551.62' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='147.87px' lengthAdjust='spacingAndGlyphs'>Debugging concurrency</text>
-<text x='125.31' y='515.08' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='68.47px' lengthAdjust='spacingAndGlyphs'>Binary size</text>
-<text x='101.18' y='478.54' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='92.60px' lengthAdjust='spacingAndGlyphs'>Using modules</text>
-<text x='126.06' y='442.00' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='67.72px' lengthAdjust='spacingAndGlyphs'>Debugging</text>
-<text x='65.40' y='405.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='128.39px' lengthAdjust='spacingAndGlyphs'>Using cloud services</text>
-<text x='94.98' y='368.93' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='98.80px' lengthAdjust='spacingAndGlyphs'>API frameworks</text>
-<text x='88.75' y='332.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='105.03px' lengthAdjust='spacingAndGlyphs'>Memory footprint</text>
-<text x='143.21' y='295.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='50.57px' lengthAdjust='spacingAndGlyphs'>Security</text>
-<text x='106.62' y='259.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='87.16px' lengthAdjust='spacingAndGlyphs'>Editor support</text>
-<text x='122.19' y='222.78' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='71.59px' lengthAdjust='spacingAndGlyphs'>CPU usage</text>
-<text x='77.84' y='186.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='115.94px' lengthAdjust='spacingAndGlyphs'>Using concurrency</text>
-<text x='133.87' y='149.71' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='59.91px' lengthAdjust='spacingAndGlyphs'>Reliability</text>
-<text x='120.62' y='113.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.17px' lengthAdjust='spacingAndGlyphs'>Build speed</text>
-<text x='205.76' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='287.69' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='373.51' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='459.34' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='541.26' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='263.01' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='249.03px' lengthAdjust='spacingAndGlyphs'>% of respondents who are satisfied</text>
-<rect x='593.48' y='333.07' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='350.35' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='345.58' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='362.86' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='198.71' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  6627</text>
-<text x='198.71' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='381.52px' lengthAdjust='spacingAndGlyphs'>How satisfied or dissatisfied are you with the following</text>
-<text x='198.71' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='107.62px' lengthAdjust='spacingAndGlyphs'>aspects of Go?</text>
-</svg>
diff --git a/_content/survey2020/foss_yoy.svg b/_content/survey2020/foss_yoy.svg
deleted file mode 100644
index 67369dd..0000000
--- a/_content/survey2020/foss_yoy.svg
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='229.22,434.99 229.22,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='311.87,434.99 311.87,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.51,434.99 394.51,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='477.16,434.99 477.16,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.80,434.99 559.80,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='229.22' y='121.75' width='29.12' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='192.14' width='35.30' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='262.53' width='45.97' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='332.92' width='166.21' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='403.31' width='136.62' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='111.20' width='32.26' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='181.59' width='31.76' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='251.97' width='44.33' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='322.36' width='172.30' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='392.75' width='132.57' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='100.64' width='29.07' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='171.03' width='29.13' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='241.42' width='42.87' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='311.81' width='166.94' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='382.20' width='145.21' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='90.08' width='29.73' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='160.47' width='30.03' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='230.86' width='43.77' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='301.25' width='175.67' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='371.64' width='134.02' height='10.56' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='270.60' y='140.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='276.77' y='210.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='291.40' y='280.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='411.63' y='351.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='382.05' y='421.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>33 %</text>
-<text x='273.74' y='124.20' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='273.23' y='194.59' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='289.76' y='264.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='417.72' y='335.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text>
-<text x='378.00' y='405.76' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='270.54' y='108.36' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='270.60' y='178.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='288.30' y='249.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='412.36' y='319.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>40 %</text>
-<text x='390.64' y='389.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='271.20' y='92.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='271.51' y='162.91' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='289.19' y='233.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='421.10' y='303.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text>
-<text x='379.45' y='374.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='170.42' y='397.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='37.34px' lengthAdjust='spacingAndGlyphs'>Never</text>
-<text x='134.60' y='327.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.16px' lengthAdjust='spacingAndGlyphs'>Infrequently</text>
-<text x='158.74' y='256.98' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='49.02px' lengthAdjust='spacingAndGlyphs'>Monthly</text>
-<text x='161.87' y='186.59' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.90px' lengthAdjust='spacingAndGlyphs'>Weekly</text>
-<text x='45.91' y='116.20' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='161.85px' lengthAdjust='spacingAndGlyphs'>As part of my daily routine</text>
-<text x='219.11' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='297.86' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='380.50' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='463.15' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='545.79' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='332.25' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='222.11' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='239.39' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='256.67' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='273.95' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='234.62' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='251.90' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='269.18' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='286.46' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='212.69' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2738</text>
-<text x='212.69' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='348.62px' lengthAdjust='spacingAndGlyphs'>I contribute to open source projects written in Go:</text>
-</svg>
diff --git a/_content/survey2020/goblockers_yoy_sans_na.svg b/_content/survey2020/goblockers_yoy_sans_na.svg
deleted file mode 100644
index 0949718..0000000
--- a/_content/survey2020/goblockers_yoy_sans_na.svg
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 623.62'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='254.50,548.37 254.50,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='331.13,548.37 331.13,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='407.75,548.37 407.75,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='484.38,548.37 484.38,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='561.01,548.37 561.01,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='254.50' y='430.58' width='35.08' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='416.98' width='29.43' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='294.65' width='71.99' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='281.06' width='70.47' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='475.88' width='24.90' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='462.29' width='26.37' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='204.04' width='97.37' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='190.45' width='99.56' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='326.37' width='61.74' height='27.18' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='249.35' width='69.50' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='235.76' width='77.00' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='385.27' width='23.15' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='371.68' width='30.61' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='521.19' width='40.96' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='507.60' width='42.15' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='113.43' width='215.35' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='99.83' width='205.81' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='254.50' y='158.73' width='140.21' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='254.50' y='145.14' width='127.20' height='13.59' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='301.84' y='445.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='296.18' y='425.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='342.69' y='309.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='341.18' y='289.55' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='291.66' y='491.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='293.12' y='470.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='368.08' y='219.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text>
-<text x='370.26' y='198.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text>
-<text x='332.44' y='345.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='340.21' y='264.63' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='347.71' y='244.24' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='289.90' y='400.55' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='297.36' y='380.16' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='311.67' y='536.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='312.85' y='516.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='486.05' y='128.71' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>56 %</text>
-<text x='476.52' y='108.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>54 %</text>
-<text x='410.92' y='174.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>37 %</text>
-<text x='397.91' y='153.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>33 %</text>
-<text x='199.23' y='526.20' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='45.91' y='473.33' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='188.33px' lengthAdjust='spacingAndGlyphs'>Go lacks educational / support</text>
-<text x='172.78' y='488.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='61.47px' lengthAdjust='spacingAndGlyphs'>resources</text>
-<text x='105.52' y='420.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='128.73px' lengthAdjust='spacingAndGlyphs'>Go doesn't work well</text>
-<text x='94.20' y='435.58' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='140.05px' lengthAdjust='spacingAndGlyphs'>with my existing tools /</text>
-<text x='152.55' y='450.70' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='81.70px' lengthAdjust='spacingAndGlyphs'>infrastructure</text>
-<text x='65.03' y='390.28' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='169.22px' lengthAdjust='spacingAndGlyphs'>Go isn't performant enough</text>
-<text x='59.99' y='344.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='174.25px' lengthAdjust='spacingAndGlyphs'>Go lacks critical frameworks</text>
-<text x='58.38' y='292.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='175.87px' lengthAdjust='spacingAndGlyphs'>Go isn’t appropriate for what</text>
-<text x='143.99' y='307.22' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='90.25px' lengthAdjust='spacingAndGlyphs'>I’m working on</text>
-<text x='83.32' y='254.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.92px' lengthAdjust='spacingAndGlyphs'>Go lacks critical libraries</text>
-<text x='74.72' y='201.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='159.52px' lengthAdjust='spacingAndGlyphs'>Go lacks critical language</text>
-<text x='140.84' y='216.61' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='93.40px' lengthAdjust='spacingAndGlyphs'>features I need</text>
-<text x='88.74' y='156.18' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='145.50px' lengthAdjust='spacingAndGlyphs'>My project / team / lead</text>
-<text x='77.80' y='171.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='156.45px' lengthAdjust='spacingAndGlyphs'>prefers another language</text>
-<text x='60.71' y='110.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='173.53px' lengthAdjust='spacingAndGlyphs'>I work on an existing project</text>
-<text x='65.35' y='125.99' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='168.90px' lengthAdjust='spacingAndGlyphs'>written in another language</text>
-<text x='244.38' y='563.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='317.12' y='563.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='393.74' y='563.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='470.37' y='563.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='547.00' y='563.32' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='163.86' y='591.90' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='487.78px' lengthAdjust='spacingAndGlyphs'>% of respondents who don't already use Go everywhere they want to</text>
-<rect x='593.48' y='304.72' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='322.00' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='317.23' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='334.51' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='239.18' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  4518</text>
-<text x='239.18' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='317.48px' lengthAdjust='spacingAndGlyphs'>Which, if any, of the following statements are</text>
-<text x='239.18' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='334.40px' lengthAdjust='spacingAndGlyphs'>reasons you do not use Go more (pick up to 3):</text>
-</svg>
diff --git a/_content/survey2020/goex_yoy.svg b/_content/survey2020/goex_yoy.svg
deleted file mode 100644
index d882c7a..0000000
--- a/_content/survey2020/goex_yoy.svg
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg=='>
-    <rect x='173.03' y='68.96' width='403.30' height='422.72' />
-  </clipPath>
-</defs>
-<polyline points='191.36,491.68 191.36,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<polyline points='283.02,491.68 283.02,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<polyline points='374.68,491.68 374.68,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<polyline points='466.34,491.68 466.34,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<polyline points='558.00,491.68 558.00,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='120.10' width='51.55' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='188.28' width='119.33' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='256.46' width='100.54' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='324.64' width='126.09' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='392.82' width='60.79' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='109.87' width='40.61' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='178.05' width='112.13' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='246.23' width='102.75' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='314.41' width='129.22' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='382.59' width='73.59' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='99.64' width='43.95' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='167.82' width='109.46' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='236.00' width='102.73' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='304.18' width='137.31' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='372.37' width='52.55' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='450.77' width='12.30' height='20.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='89.42' width='33.14' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='157.60' width='91.10' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='225.78' width='94.48' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='293.96' width='150.92' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='362.14' width='69.37' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<rect x='191.36' y='430.32' width='19.28' height='20.45' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)' />
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='259.12' y='135.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='326.89' y='203.59' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='308.11' y='271.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='333.66' y='339.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>28 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='268.36' y='408.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='244.22' y='121.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='319.70' y='189.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='310.32' y='258.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='336.78' y='326.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>28 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='281.16' y='394.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='251.52' y='108.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='317.03' y='176.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='310.30' y='244.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='344.87' y='312.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='260.12' y='380.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='215.91' y='469.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='236.76' y='94.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='298.67' y='162.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='302.05' y='230.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='358.49' y='299.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>33 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='276.94' y='367.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text></g>
-<g clip-path='url(#cpMTczLjAzMXw1NzYuMzMzfDQ5MS42ODF8NjguOTYxNg==)'><text x='222.89' y='442.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDU2Ni45Mjl8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='566.93' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='114.01' y='455.78' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.09px' lengthAdjust='spacingAndGlyphs'>8+ years</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='101.96' y='387.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.14px' lengthAdjust='spacingAndGlyphs'>5 - 7 years</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='101.96' y='319.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.14px' lengthAdjust='spacingAndGlyphs'>2 - 4 years</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='74.71' y='251.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='93.39px' lengthAdjust='spacingAndGlyphs'>13 - 24 months</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='82.50' y='183.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='85.60px' lengthAdjust='spacingAndGlyphs'>3 - 12 months</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='45.91' y='114.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='122.19px' lengthAdjust='spacingAndGlyphs'>Less than 3 months</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='181.25' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='269.01' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='360.67' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='452.33' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='543.99' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='312.42' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='593.48' y='250.46' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<rect x='593.48' y='267.74' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<rect x='593.48' y='285.02' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<rect x='593.48' y='302.30' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='262.96' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='280.24' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='297.52' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='314.80' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='173.03' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7868</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='173.03' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='116.89px' lengthAdjust='spacingAndGlyphs'>I've used Go for:</text></g>
-</svg>
diff --git a/_content/survey2020/gofreq_yoy.svg b/_content/survey2020/gofreq_yoy.svg
deleted file mode 100644
index 739c8f6..0000000
--- a/_content/survey2020/gofreq_yoy.svg
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='229.22,434.99 229.22,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='311.87,434.99 311.87,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='394.51,434.99 394.51,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='477.16,434.99 477.16,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.80,434.99 559.80,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='229.22' y='113.24' width='202.03' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='172.28' width='120.59' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='231.31' width='37.27' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='290.35' width='45.44' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='349.39' width='7.90' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='229.22' y='104.38' width='210.91' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='163.42' width='117.93' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='222.46' width='33.55' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='281.49' width='45.64' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='340.53' width='5.19' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='229.22' y='95.53' width='238.31' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='154.56' width='99.67' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='213.60' width='30.98' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='272.64' width='38.24' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='331.67' width='6.01' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='229.22' y='86.67' width='239.98' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='145.71' width='99.31' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='204.75' width='31.86' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='263.78' width='32.46' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='322.82' width='3.17' height='8.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='229.22' y='381.86' width='6.44' height='35.42' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='437.73' y='129.39' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>49 %</text>
-<text x='356.29' y='188.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text>
-<text x='271.40' y='247.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='281.14' y='306.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='242.02' y='365.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='446.62' y='116.11' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>51 %</text>
-<text x='353.64' y='175.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text>
-<text x='267.68' y='234.18' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='281.34' y='293.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='239.31' y='352.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='474.02' y='102.83' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>58 %</text>
-<text x='335.38' y='161.86' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='265.10' y='220.90' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='272.37' y='279.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='240.14' y='338.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='475.69' y='89.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>58 %</text>
-<text x='335.01' y='148.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='265.98' y='207.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='266.59' y='266.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='237.29' y='325.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='240.57' y='404.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='51.01' y='404.57' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='156.75px' lengthAdjust='spacingAndGlyphs'>I've stopped writing in Go</text>
-<text x='65.03' y='345.54' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='142.73px' lengthAdjust='spacingAndGlyphs'>I've never written in Go</text>
-<text x='134.60' y='286.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='73.16px' lengthAdjust='spacingAndGlyphs'>Infrequently</text>
-<text x='158.74' y='227.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='49.02px' lengthAdjust='spacingAndGlyphs'>Monthly</text>
-<text x='161.87' y='168.43' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.90px' lengthAdjust='spacingAndGlyphs'>Weekly</text>
-<text x='45.91' y='109.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='161.85px' lengthAdjust='spacingAndGlyphs'>As part of my daily routine</text>
-<text x='219.11' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='297.86' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='380.50' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='463.15' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='545.79' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='332.25' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='222.11' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='239.39' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='256.67' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='273.95' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='234.62' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='251.90' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='269.18' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='286.46' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='212.69' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  8210</text>
-<text x='212.69' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='89.80px' lengthAdjust='spacingAndGlyphs'>I write in Go:</text>
-</svg>
diff --git a/_content/survey2020/industry_yoy.svg b/_content/survey2020/industry_yoy.svg
deleted file mode 100644
index 0b77bac..0000000
--- a/_content/survey2020/industry_yoy.svg
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg=='>
-    <rect x='266.42' y='86.24' width='309.92' height='405.44' />
-  </clipPath>
-</defs>
-<polyline points='280.50,491.68 280.50,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<polyline points='350.94,491.68 350.94,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<polyline points='421.37,491.68 421.37,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<polyline points='491.81,491.68 491.81,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<polyline points='562.25,491.68 562.25,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='305.58' width='12.51' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='405.28' width='6.04' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='139.41' width='42.10' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='272.34' width='14.86' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='172.65' width='30.72' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='438.51' width='6.26' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='372.04' width='7.86' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='205.88' width='23.94' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='106.18' width='150.86' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='239.11' width='19.25' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='338.81' width='13.43' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='471.74' width='24.33' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='295.61' width='14.14' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='395.31' width='6.46' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='129.44' width='42.19' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='262.38' width='12.46' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='162.68' width='25.41' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='428.54' width='6.05' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='362.07' width='8.82' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='195.91' width='21.87' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='96.21' width='161.93' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='229.14' width='20.09' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='328.84' width='11.14' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<rect x='280.50' y='461.77' width='21.64' height='9.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)' />
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='297.92' y='318.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='291.44' y='417.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='329.09' y='151.98' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='300.26' y='284.91' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='316.12' y='185.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='291.66' y='451.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='293.27' y='384.61' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='309.35' y='218.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='437.85' y='118.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='304.65' y='251.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='298.83' y='351.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='309.74' y='484.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='299.54' y='303.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='291.86' y='402.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='329.17' y='137.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='297.86' y='269.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='310.82' y='170.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='291.45' y='436.12' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='294.22' y='369.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='307.27' y='203.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='448.91' y='103.79' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>46 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='305.50' y='236.72' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='296.54' y='336.42' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text></g>
-<g clip-path='url(#cpMjY2LjQxN3w1NzYuMzMzfDQ5MS42ODF8ODYuMjQxNg==)'><text x='307.04' y='469.35' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDU2Ni45Mjl8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='566.93' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='222.58' y='476.75' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='38.90px' lengthAdjust='spacingAndGlyphs'>Other:</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='172.77' y='443.52' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='88.72px' lengthAdjust='spacingAndGlyphs'>Manufacturing</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='217.13' y='410.28' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='44.36px' lengthAdjust='spacingAndGlyphs'>Energy</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='115.19' y='377.05' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.30px' lengthAdjust='spacingAndGlyphs'>Public sector / nonprofit</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='171.22' y='343.82' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='90.27px' lengthAdjust='spacingAndGlyphs'>Transportation</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='199.22' y='310.59' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='62.27px' lengthAdjust='spacingAndGlyphs'>Education</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='105.86' y='277.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='155.63px' lengthAdjust='spacingAndGlyphs'>Healthcare / life sciences</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='133.10' y='244.12' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='128.39px' lengthAdjust='spacingAndGlyphs'>Telecommunications</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='45.91' y='210.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='215.57px' lengthAdjust='spacingAndGlyphs'>Retail / consumer packaged goods</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='165.77' y='177.65' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='95.72px' lengthAdjust='spacingAndGlyphs'>Media / gaming</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='150.22' y='144.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='111.26px' lengthAdjust='spacingAndGlyphs'>Financial services</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='189.11' y='111.19' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='72.38px' lengthAdjust='spacingAndGlyphs'>Technology</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='270.39' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='336.93' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='407.36' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='477.80' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='548.24' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='359.11' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='593.48' y='276.38' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<rect x='593.48' y='293.66' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='288.88' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='618.02' y='306.16' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='266.42' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7747</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='266.42' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='350.40px' lengthAdjust='spacingAndGlyphs'>Which of the following best describes the industry</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDU2Ni45Mjl8MA==)'><text x='266.42' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='260.60px' lengthAdjust='spacingAndGlyphs'>in which your organization operates?</text></g>
-</svg>
diff --git a/_content/survey2020/job_responsibility.svg b/_content/survey2020/job_responsibility.svg
deleted file mode 100644
index fde8390..0000000
--- a/_content/survey2020/job_responsibility.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='321.08,491.68 321.08,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='399.87,491.68 399.87,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='478.65,491.68 478.65,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='557.43,491.68 557.43,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='636.21,491.68 636.21,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='321.08' y='98.17' width='275.45' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='217.41' width='14.56' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='137.92' width='37.47' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='336.66' width='4.94' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='257.16' width='10.12' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='177.66' width='24.98' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='416.16' width='1.01' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='376.41' width='4.33' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='296.91' width='7.76' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='321.08' y='455.91' width='13.30' height='23.85' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='603.02' y='115.18' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>70 %</text>
-<text x='340.54' y='234.42' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='365.04' y='154.93' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='330.92' y='353.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='336.11' y='274.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='350.97' y='194.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='326.99' y='433.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>0 %</text>
-<text x='330.32' y='393.42' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='333.74' y='313.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='339.28' y='472.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='265.38' y='472.84' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='52.93' y='425.53' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='247.46px' lengthAdjust='spacingAndGlyphs'>Responding to system health alerts (on-</text>
-<text x='233.48' y='440.65' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.92px' lengthAdjust='spacingAndGlyphs'>call duties)</text>
-<text x='105.84' y='393.34' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='194.55px' lengthAdjust='spacingAndGlyphs'>Data analysis/machine learning</text>
-<text x='49.80' y='346.03' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='250.60px' lengthAdjust='spacingAndGlyphs'>Monitoring and troubleshooting issues in</text>
-<text x='45.91' y='361.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='254.48px' lengthAdjust='spacingAndGlyphs'>software and apps releases/deployments</text>
-<text x='120.63' y='313.84' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='179.76px' lengthAdjust='spacingAndGlyphs'>Project/product management</text>
-<text x='69.25' y='266.53' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='231.15px' lengthAdjust='spacingAndGlyphs'>Managing staff and/or overseeing the</text>
-<text x='101.19' y='281.65' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='199.21px' lengthAdjust='spacingAndGlyphs'>direction and procurement for IT</text>
-<text x='52.96' y='234.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='247.44px' lengthAdjust='spacingAndGlyphs'>Maintaining IT systems and architecture</text>
-<text x='94.20' y='179.48' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='206.20px' lengthAdjust='spacingAndGlyphs'>Overseeing my company’s cloud,</text>
-<text x='81.73' y='194.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='218.66px' lengthAdjust='spacingAndGlyphs'>application, or platform architecture</text>
-<text x='200.77' y='209.72' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='99.63px' lengthAdjust='spacingAndGlyphs'>and deployment</text>
-<text x='55.29' y='154.85' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='245.10px' lengthAdjust='spacingAndGlyphs'>Designing IT systems and architectures</text>
-<text x='68.47' y='115.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='231.92px' lengthAdjust='spacingAndGlyphs'>Developing software and applications</text>
-<text x='310.97' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='385.86' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='464.64' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='543.42' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='622.20' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='416.39' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='305.33' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  7821</text>
-<text x='305.33' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='264.98px' lengthAdjust='spacingAndGlyphs'>Which of the following is your primary</text>
-<text x='305.33' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='239.22px' lengthAdjust='spacingAndGlyphs'>responsibility in your current role?</text>
-</svg>
diff --git a/_content/survey2020/missing_features.svg b/_content/survey2020/missing_features.svg
deleted file mode 100644
index 0686f99..0000000
--- a/_content/survey2020/missing_features.svg
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 453.54'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg=='>
-    <rect x='295.95' y='86.24' width='356.02' height='274.77' />
-  </clipPath>
-</defs>
-<polyline points='312.13,361.02 312.13,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<polyline points='393.04,361.02 393.04,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<polyline points='473.96,361.02 473.96,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<polyline points='554.87,361.02 554.87,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<polyline points='635.79,361.02 635.79,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='216.27' width='91.64' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='265.34' width='64.62' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='118.13' width='188.84' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='240.80' width='88.02' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='167.20' width='134.81' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='93.60' width='284.66' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='314.40' width='60.72' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='142.67' width='142.61' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='338.94' width='36.21' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='289.87' width='62.95' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<rect x='312.13' y='191.74' width='132.58' height='14.72' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)' />
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='410.25' y='228.71' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>28 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='383.23' y='277.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='507.46' y='130.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>58 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='406.63' y='253.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='453.42' y='179.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='603.27' y='106.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>88 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='379.33' y='326.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='461.22' y='155.11' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>44 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='354.82' y='351.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='381.56' y='302.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text></g>
-<g clip-path='url(#cpMjk1Ljk0OHw2NTEuOTY5fDM2MS4wMTV8ODYuMjQxNg==)'><text x='451.19' y='204.18' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>41 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDQ1My41NDN8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='453.54' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='256.00' y='351.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='73.16' y='326.77' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='217.85px' lengthAdjust='spacingAndGlyphs'>Compile-time conditionals / macros</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='45.91' y='302.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='245.10px' lengthAdjust='spacingAndGlyphs'>Improved performance / runtime control</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='202.30' y='277.70' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='88.72px' lengthAdjust='spacingAndGlyphs'>Default values</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='152.51' y='253.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='138.50px' lengthAdjust='spacingAndGlyphs'>Increased expressivity</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='195.30' y='228.64' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='95.72px' lengthAdjust='spacingAndGlyphs'>Algebraic types</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='85.57' y='204.10' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='205.45px' lengthAdjust='spacingAndGlyphs'>Stronger / expanded type system</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='85.58' y='179.57' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='205.43px' lengthAdjust='spacingAndGlyphs'>Functional programming features</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='225.66' y='155.04' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='65.36px' lengthAdjust='spacingAndGlyphs'>Null safety</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='163.39' y='130.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='127.63px' lengthAdjust='spacingAndGlyphs'>Better error handling</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='235.00' y='105.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.02px' lengthAdjust='spacingAndGlyphs'>Generics</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='302.01' y='375.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='379.03' y='375.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='459.95' y='375.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='540.86' y='375.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='617.88' y='375.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='308.54' y='404.54' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='330.84px' lengthAdjust='spacingAndGlyphs'>% of respondents who would use Go more if it </text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='328.36' y='421.82' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='291.20px' lengthAdjust='spacingAndGlyphs'>wasn't missing a critical language feature</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='295.95' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  1162</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='295.95' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='350.44px' lengthAdjust='spacingAndGlyphs'>Which critical language features do you need that</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDQ1My41NDN8MA==)'><text x='295.95' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='320.18px' lengthAdjust='spacingAndGlyphs'>are not available in Go? (select all that apply)</text></g>
-</svg>
diff --git a/_content/survey2020/modules_adoption_yoy.svg b/_content/survey2020/modules_adoption_yoy.svg
deleted file mode 100644
index da2bf74..0000000
--- a/_content/survey2020/modules_adoption_yoy.svg
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 453.54'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='133.42,378.30 133.42,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='238.87,378.30 238.87,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='344.33,378.30 344.33,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='449.79,378.30 449.79,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='555.24,378.30 555.24,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='133.42' y='148.79' width='68.77' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='348.36' width='14.15' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='248.57' width='20.44' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='198.68' width='24.52' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='98.90' width='374.50' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='298.47' width='11.94' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='133.42' y='133.82' width='25.17' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='133.42' y='333.39' width='4.38' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='133.42' y='233.61' width='10.23' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='133.42' y='183.71' width='12.18' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='133.42' y='83.93' width='403.96' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='133.42' y='283.50' width='8.44' height='14.97' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='208.67' y='165.10' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='152.47' y='364.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='158.76' y='264.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='162.84' y='214.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='514.40' y='115.21' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>89 %</text>
-<text x='150.26' y='314.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='163.49' y='142.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='142.70' y='342.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='148.55' y='242.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='150.50' y='192.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='543.86' y='92.76' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>96 %</text>
-<text x='146.76' y='292.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='74.71' y='353.37' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='32.68px' lengthAdjust='spacingAndGlyphs'>Glide</text>
-<text x='72.38' y='303.48' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='65.36' y='253.58' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='42.03px' lengthAdjust='spacingAndGlyphs'>Godep</text>
-<text x='45.91' y='203.69' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='61.48px' lengthAdjust='spacingAndGlyphs'>Govendor</text>
-<text x='81.71' y='153.80' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='25.68px' lengthAdjust='spacingAndGlyphs'>Dep</text>
-<text x='54.48' y='103.90' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='52.92px' lengthAdjust='spacingAndGlyphs'>Modules</text>
-<text x='123.30' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='224.86' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='330.32' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='435.78' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='537.34' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='282.07' y='421.82' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='211.04' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='228.32' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='223.55' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='240.83' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='112.33' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2598</text>
-<text x='112.33' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='410.01px' lengthAdjust='spacingAndGlyphs'>I regularly use the following for Go package management:</text>
-</svg>
diff --git a/_content/survey2020/modules_sat_yoy.svg b/_content/survey2020/modules_sat_yoy.svg
deleted file mode 100644
index f17ae95..0000000
--- a/_content/survey2020/modules_sat_yoy.svg
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 283.46'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='97.54,208.22 97.54,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='175.30,208.22 175.30,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='253.06,208.22 253.06,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='330.83,208.22 330.83,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='408.59,208.22 408.59,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='97.54' y='154.41' width='11.76' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='109.30' y='154.41' width='15.54' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='124.84' y='154.41' width='33.40' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='158.24' y='154.41' width='38.74' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='196.98' y='154.41' width='61.16' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='258.14' y='154.41' width='92.55' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='350.69' y='154.41' width='57.90' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='97.54' y='91.12' width='15.02' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='112.56' y='91.12' width='17.66' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='130.22' y='91.12' width='19.26' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='149.48' y='91.12' width='21.10' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='170.57' y='91.12' width='48.15' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='218.73' y='91.12' width='95.04' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='313.77' y='91.12' width='94.81' height='31.65' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' />
-<rect x='97.54' y='154.41' width='11.76' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<rect x='109.30' y='154.41' width='15.54' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='124.84' y='154.41' width='33.40' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='158.24' y='154.41' width='38.74' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='196.98' y='154.41' width='61.16' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='258.14' y='154.41' width='92.55' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='350.69' y='154.41' width='57.90' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='97.54' y='91.12' width='15.02' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<rect x='112.56' y='91.12' width='17.66' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='130.22' y='91.12' width='19.26' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='149.48' y='91.12' width='21.10' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='170.57' y='91.12' width='48.15' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='218.73' y='91.12' width='95.04' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='313.77' y='91.12' width='94.81' height='31.65' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<text x='125.33' y='175.32' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='161.40' y='175.32' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='211.35' y='175.32' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='288.21' y='175.32' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text>
-<text x='363.43' y='175.32' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='178.45' y='112.03' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='250.04' y='112.03' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>31 %</text>
-<text x='344.97' y='112.03' style='font-size: 14.23px; fill: #1A1A1A; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>30 %</text>
-<text x='45.91' y='175.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.14px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='45.91' y='111.95' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.14px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='87.43' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='161.29' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='239.05' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='316.81' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='390.68' y='223.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='190.80' y='251.74' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='441.29' y='82.80' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' />
-<rect x='441.29' y='100.08' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' />
-<rect x='441.29' y='117.36' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' />
-<rect x='441.29' y='134.64' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' />
-<rect x='441.29' y='151.92' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' />
-<rect x='441.29' y='169.20' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' />
-<rect x='441.29' y='186.48' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' />
-<text x='465.83' y='95.31' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='76.81px' lengthAdjust='spacingAndGlyphs'>Very satisfied</text>
-<text x='465.83' y='112.59' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='113.80px' lengthAdjust='spacingAndGlyphs'>Moderately satisfied</text>
-<text x='465.83' y='129.87' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='91.75px' lengthAdjust='spacingAndGlyphs'>Slightly satisfied</text>
-<text x='465.83' y='147.15' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='180.66px' lengthAdjust='spacingAndGlyphs'>Neither satisfied nor dissatisfied</text>
-<text x='465.83' y='164.43' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='108.11px' lengthAdjust='spacingAndGlyphs'>Slightly dissatisfied</text>
-<text x='465.83' y='181.71' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='130.16px' lengthAdjust='spacingAndGlyphs'>Moderately dissatisfied</text>
-<text x='465.83' y='198.99' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='93.17px' lengthAdjust='spacingAndGlyphs'>Very dissatisfied</text>
-<text x='81.99' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2713</text>
-<text x='81.99' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='370.84px' lengthAdjust='spacingAndGlyphs'>How satisfied or dissatsified are you with [Modules]?</text>
-</svg>
diff --git a/_content/survey2020/more_welcoming.svg b/_content/survey2020/more_welcoming.svg
deleted file mode 100644
index 1eb1fa8..0000000
--- a/_content/survey2020/more_welcoming.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='327.73,605.07 327.73,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='404.93,605.07 404.93,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='482.13,605.07 482.13,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.33,605.07 559.33,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='636.53,605.07 636.53,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='327.73' y='333.86' width='23.39' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='137.34' width='61.41' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='569.69' width='77.49' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='294.56' width='30.70' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='215.95' width='35.09' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='176.64' width='42.40' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='451.78' width='8.77' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='373.17' width='20.47' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='98.03' width='81.88' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='530.39' width='5.85' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='412.47' width='17.55' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='255.25' width='33.63' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='327.73' y='491.08' width='7.31' height='23.58' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='356.02' y='350.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='395.62' y='154.22' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='411.70' y='586.57' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='363.33' y='311.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='367.72' y='232.83' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='376.61' y='193.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text>
-<text x='341.40' y='468.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='353.10' y='390.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='416.09' y='114.91' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text>
-<text x='338.48' y='547.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='350.17' y='429.35' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='366.26' y='272.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='339.94' y='507.96' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='272.34' y='586.49' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='186.74' y='547.19' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='120.61px' lengthAdjust='spacingAndGlyphs'>Provide mentorship</text>
-<text x='175.86' y='507.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='131.50px' lengthAdjust='spacingAndGlyphs'>Improve Go websites</text>
-<text x='140.84' y='468.58' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='166.51px' lengthAdjust='spacingAndGlyphs'>Increase Go team diversity</text>
-<text x='162.63' y='429.27' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='144.72px' lengthAdjust='spacingAndGlyphs'>Community moderation</text>
-<text x='168.84' y='389.97' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='138.52px' lengthAdjust='spacingAndGlyphs'>Increase transparancy</text>
-<text x='94.15' y='350.66' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='213.21px' lengthAdjust='spacingAndGlyphs'>Increase community input / control</text>
-<text x='112.06' y='303.80' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='195.30px' lengthAdjust='spacingAndGlyphs'>Increase visibility / social media</text>
-<text x='196.84' y='318.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='110.51px' lengthAdjust='spacingAndGlyphs'>presense / events</text>
-<text x='45.91' y='272.05' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='261.44px' lengthAdjust='spacingAndGlyphs'>Nothing / community is already welcoming</text>
-<text x='81.68' y='232.75' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='225.67px' lengthAdjust='spacingAndGlyphs'>Language / ecosystem improvement</text>
-<text x='185.18' y='193.44' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='122.18px' lengthAdjust='spacingAndGlyphs'>Maintainer attitudes</text>
-<text x='114.37' y='154.14' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='192.99px' lengthAdjust='spacingAndGlyphs'>Improve contributor experience</text>
-<text x='146.27' y='114.83' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='161.09px' lengthAdjust='spacingAndGlyphs'>Learning resources / docs</text>
-<text x='317.61' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='390.92' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='468.12' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='545.32' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='622.52' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='419.87' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='312.29' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='58.27px' lengthAdjust='spacingAndGlyphs'>n =  275</text>
-<text x='312.29' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='363.71px' lengthAdjust='spacingAndGlyphs'>What could we do to make the Go community more</text>
-<text x='312.29' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='84.48px' lengthAdjust='spacingAndGlyphs'>welcoming?</text>
-</svg>
diff --git a/_content/survey2020/nps.svg b/_content/survey2020/nps.svg
deleted file mode 100644
index 05cf250..0000000
--- a/_content/survey2020/nps.svg
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 226.77'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg=='>
-    <rect x='50.85' y='68.96' width='501.33' height='82.56' />
-  </clipPath>
-</defs>
-<polyline points='73.63,151.52 73.63,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<polyline points='187.57,151.52 187.57,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<polyline points='301.51,151.52 301.51,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<polyline points='415.45,151.52 415.45,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<polyline points='529.39,151.52 529.39,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<rect x='221.48' y='89.60' width='307.91' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<rect x='101.44' y='89.60' width='120.04' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<rect x='73.63' y='89.60' width='27.81' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)' />
-<g clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)'><text x='359.23' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text></g>
-<g clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)'><text x='145.26' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text></g>
-<g clip-path='url(#cpNTAuODQ1OHw1NTIuMTc2fDE1MS41MjR8NjguOTYxNg==)'><text x='75.29' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDIyNi43NzJ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='226.77' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='63.52' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='173.56' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='287.50' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='401.44' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='511.48' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='239.25' y='195.05' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='569.32' y='89.02' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91BFDB;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='569.32' y='106.30' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='569.32' y='123.58' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='593.86' y='101.53' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='52.62px' lengthAdjust='spacingAndGlyphs'>Promoter</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='593.86' y='118.81' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='44.81px' lengthAdjust='spacingAndGlyphs'>Passive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='593.86' y='136.09' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='52.62px' lengthAdjust='spacingAndGlyphs'>Detractor</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2688</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='602.97px' lengthAdjust='spacingAndGlyphs'>On a scale from 0 - 10, how likely are you to recommend Go to a friend or colleague?</text></g>
-</svg>
diff --git a/_content/survey2020/orgsize.svg b/_content/survey2020/orgsize.svg
deleted file mode 100644
index 15ffab0..0000000
--- a/_content/survey2020/orgsize.svg
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg=='>
-    <rect x='217.38' y='68.96' width='358.95' height='366.03' />
-  </clipPath>
-</defs>
-<polyline points='233.70,434.99 233.70,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<polyline points='315.28,434.99 315.28,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<polyline points='396.86,434.99 396.86,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<polyline points='478.44,434.99 478.44,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<polyline points='560.02,434.99 560.02,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='92.83' width='22.63' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='132.62' width='49.32' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='172.40' width='34.22' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='212.19' width='75.50' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='251.97' width='97.34' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='291.76' width='46.96' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='331.55' width='15.24' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='371.33' width='47.43' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='411.12' width='19.26' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='80.90' width='26.51' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='120.68' width='49.54' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='160.47' width='30.67' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='200.25' width='73.39' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='240.04' width='92.55' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='279.82' width='49.88' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='319.61' width='15.77' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='359.40' width='50.17' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<rect x='233.70' y='399.18' width='19.40' height='11.94' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)' />
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='261.23' y='106.87' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='289.50' y='146.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='272.82' y='186.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='315.68' y='226.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='337.53' y='266.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='287.14' y='305.80' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='253.84' y='345.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='287.61' y='385.37' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='257.86' y='425.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='265.11' y='88.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='289.72' y='128.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='269.27' y='168.54' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='313.57' y='208.32' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='332.73' y='248.11' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>23 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='290.06' y='287.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='254.37' y='327.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='290.35' y='367.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjE3LjM4M3w1NzYuMzMzfDQzNC45ODh8NjguOTYxNg==)'><text x='258.00' y='407.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDUxMC4yMzZ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='510.24' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='79.40' y='416.12' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='133.05px' lengthAdjust='spacingAndGlyphs'>I do not work full-time</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='45.91' y='376.34' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='166.54px' lengthAdjust='spacingAndGlyphs'>10,000 or more employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='58.35' y='336.55' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='154.10px' lengthAdjust='spacingAndGlyphs'>5,000 - 9,999 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='58.35' y='296.77' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='154.10px' lengthAdjust='spacingAndGlyphs'>1,000 - 4,999 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='81.70' y='256.98' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='130.75px' lengthAdjust='spacingAndGlyphs'>100 - 999 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='97.27' y='217.20' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='115.18px' lengthAdjust='spacingAndGlyphs'>20 - 99 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='97.27' y='177.41' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='115.18px' lengthAdjust='spacingAndGlyphs'>10 - 19 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='112.84' y='137.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='99.61px' lengthAdjust='spacingAndGlyphs'>2 - 9 employees</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='163.44' y='97.84' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='49.01px' lengthAdjust='spacingAndGlyphs'>Just me</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='223.58' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='301.27' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='382.85' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='464.43' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='546.01' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='334.60' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='593.48' y='239.39' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<rect x='593.48' y='256.67' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='618.02' y='251.90' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='618.02' y='269.18' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='217.38' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  8431</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDUxMC4yMzZ8MA==)'><text x='217.38' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='363.77px' lengthAdjust='spacingAndGlyphs'>About how many people work at your organization?</text></g>
-</svg>
diff --git a/_content/survey2020/os_yoy.svg b/_content/survey2020/os_yoy.svg
deleted file mode 100644
index 9ccd5de..0000000
--- a/_content/survey2020/os_yoy.svg
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 453.54'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='128.94,378.30 128.94,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='235.46,378.30 235.46,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='341.99,378.30 341.99,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='448.51,378.30 448.51,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='555.03,378.30 555.03,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='128.94' y='124.20' width='358.77' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='128.94' y='197.85' width='275.24' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='128.94' y='345.15' width='10.11' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='128.94' y='271.50' width='103.94' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='128.94' y='113.15' width='375.66' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='128.94' y='186.80' width='289.21' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='128.94' y='334.10' width='9.40' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='128.94' y='260.45' width='102.61' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='128.94' y='102.10' width='353.85' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='128.94' y='175.76' width='284.56' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='128.94' y='323.06' width='7.23' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='128.94' y='249.41' width='107.11' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='128.94' y='91.06' width='335.37' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='128.94' y='164.71' width='291.05' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='128.94' y='312.01' width='6.91' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='128.94' y='238.36' width='100.54' height='11.05' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='503.92' y='143.10' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>67 %</text>
-<text x='420.39' y='216.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>52 %</text>
-<text x='151.31' y='364.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='249.09' y='290.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='520.81' y='126.52' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>71 %</text>
-<text x='434.36' y='200.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>54 %</text>
-<text x='150.59' y='347.48' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='247.75' y='273.83' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='499.00' y='109.95' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>66 %</text>
-<text x='429.70' y='183.60' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>53 %</text>
-<text x='148.43' y='330.90' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='252.26' y='257.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='480.52' y='93.38' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='436.20' y='167.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>55 %</text>
-<text x='148.10' y='314.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='245.68' y='240.68' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='67.69' y='339.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='45.91' y='265.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.79px' lengthAdjust='spacingAndGlyphs'>Windows</text>
-<text x='56.03' y='191.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='46.68px' lengthAdjust='spacingAndGlyphs'>macOS</text>
-<text x='69.24' y='118.16' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='33.47px' lengthAdjust='spacingAndGlyphs'>Linux</text>
-<text x='118.83' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='221.45' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='327.98' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='434.50' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='541.02' y='393.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='288.62' y='421.82' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='106.73px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='193.76' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='211.04' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='228.32' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='245.60' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='206.27' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='223.55' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='240.83' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='258.11' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='107.64' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2776</text>
-<text x='107.64' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='182.30px' lengthAdjust='spacingAndGlyphs'>I primarily develop Go on:</text>
-</svg>
diff --git a/_content/survey2020/prod.svg b/_content/survey2020/prod.svg
deleted file mode 100644
index ef4fc8b..0000000
--- a/_content/survey2020/prod.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 226.77'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY='>
-    <rect x='50.85' y='68.96' width='428.05' height='82.56' />
-  </clipPath>
-</defs>
-<polyline points='70.30,151.52 70.30,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<polyline points='167.59,151.52 167.59,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<polyline points='264.87,151.52 264.87,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<polyline points='362.16,151.52 362.16,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<polyline points='459.44,151.52 459.44,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='70.30' y='89.60' width='111.66' height='41.28' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='181.97' y='89.60' width='204.95' height='41.28' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='386.92' y='89.60' width='58.64' height='41.28' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='445.56' y='89.60' width='10.38' height='41.28' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='455.94' y='89.60' width='3.51' height='41.28' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='347.78' y='89.60' width='111.66' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='142.83' y='89.60' width='204.95' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='84.19' y='89.60' width='58.64' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='73.81' y='89.60' width='10.38' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<rect x='70.30' y='89.60' width='3.51' height='41.28' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)' />
-<g clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)'><text x='387.41' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text></g>
-<g clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)'><text x='229.10' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>53 %</text></g>
-<g clip-path='url(#cpNTAuODQ1OHw0NzguOXwxNTEuNTI0fDY4Ljk2MTY=)'><text x='97.31' y='115.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDIyNi43NzJ8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='226.77' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='60.19' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='153.58' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='250.86' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='348.15' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='441.54' y='166.47' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='202.61' y='195.05' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='496.05' y='71.74' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9641; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='496.05' y='89.02' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6D96A; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='496.05' y='106.30' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='496.05' y='123.58' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FDAE61; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<rect x='496.05' y='140.86' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D7191C; fill-opacity: 0.70;' clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)' />
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='520.59' y='84.25' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='119.48px' lengthAdjust='spacingAndGlyphs'>Extremely productive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='520.59' y='101.53' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='88.91px' lengthAdjust='spacingAndGlyphs'>Very productive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='520.59' y='118.81' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='125.90px' lengthAdjust='spacingAndGlyphs'>Moderately productive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='520.59' y='136.09' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='103.85px' lengthAdjust='spacingAndGlyphs'>Slightly productive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='520.59' y='153.37' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='113.10px' lengthAdjust='spacingAndGlyphs'>Not at all productive</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2774</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDIyNi43NzJ8MA==)'><text x='50.85' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='327.30px' lengthAdjust='spacingAndGlyphs'>Overall, how productive do you feel using Go?</text></g>
-</svg>
diff --git a/_content/survey2020/prod_time.svg b/_content/survey2020/prod_time.svg
deleted file mode 100644
index 2d6da52..0000000
--- a/_content/survey2020/prod_time.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='304.76,264.91 304.76,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='387.43,264.91 387.43,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='470.10,264.91 470.10,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='552.77,264.91 552.77,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='635.43,264.91 635.43,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='304.76' y='94.89' width='16.16' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='304.76' y='123.70' width='42.22' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='304.76' y='152.52' width='128.33' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='304.76' y='181.34' width='137.48' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='304.76' y='210.16' width='74.38' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='304.76' y='238.97' width='14.78' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='325.81' y='108.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='353.46' y='137.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='439.57' y='166.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>31 %</text>
-<text x='448.72' y='195.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>33 %</text>
-<text x='385.62' y='223.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='324.44' y='252.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='161.89' y='252.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='121.41px' lengthAdjust='spacingAndGlyphs'>More than one year</text>
-<text x='57.59' y='223.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='225.70px' lengthAdjust='spacingAndGlyphs'>Between three months and one year</text>
-<text x='45.91' y='194.99' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='237.38px' lengthAdjust='spacingAndGlyphs'>Between one month and three months</text>
-<text x='67.69' y='166.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='215.60px' lengthAdjust='spacingAndGlyphs'>Between one week and one month</text>
-<text x='158.76' y='137.36' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='124.53px' lengthAdjust='spacingAndGlyphs'>Less than one week</text>
-<text x='127.64' y='108.54' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='155.65px' lengthAdjust='spacingAndGlyphs'>I don’t feel productive yet</text>
-<text x='294.64' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='373.42' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='456.09' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='538.76' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='621.42' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='281.99' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='376.21px' lengthAdjust='spacingAndGlyphs'>% of respondents who feel at least slightly productive</text>
-<text x='288.22' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2712</text>
-<text x='288.22' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='338.85px' lengthAdjust='spacingAndGlyphs'>How long were you using Go before you felt like</text>
-<text x='288.22' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='219.67px' lengthAdjust='spacingAndGlyphs'>you became productive with it?</text>
-</svg>
diff --git a/_content/survey2020/refactor_time.svg b/_content/survey2020/refactor_time.svg
deleted file mode 100644
index 2e5c6f8..0000000
--- a/_content/survey2020/refactor_time.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='168.80,264.91 168.80,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='283.84,264.91 283.84,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='398.88,264.91 398.88,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='513.92,264.91 513.92,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='628.96,264.91 628.96,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='168.80' y='94.89' width='95.30' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.80' y='123.70' width='193.16' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.80' y='152.52' width='165.54' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.80' y='181.34' width='58.68' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.80' y='210.16' width='32.55' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='168.80' y='238.97' width='29.98' height='17.29' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='270.58' y='108.62' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='368.44' y='137.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text>
-<text x='340.82' y='166.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>29 %</text>
-<text x='233.96' y='195.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='206.25' y='223.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='203.68' y='252.70' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='45.91' y='252.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='94.94px' lengthAdjust='spacingAndGlyphs'>More than 50%</text>
-<text x='84.82' y='223.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.03px' lengthAdjust='spacingAndGlyphs'>41 - 50%</text>
-<text x='84.82' y='194.99' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.03px' lengthAdjust='spacingAndGlyphs'>31 - 40%</text>
-<text x='84.82' y='166.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.03px' lengthAdjust='spacingAndGlyphs'>21 - 30%</text>
-<text x='84.82' y='137.36' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.03px' lengthAdjust='spacingAndGlyphs'>11 - 20%</text>
-<text x='92.61' y='108.54' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='48.25px' lengthAdjust='spacingAndGlyphs'>0 - 10%</text>
-<text x='158.68' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='269.83' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='384.87' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='499.91' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='614.95' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='336.62' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='145.79' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2686</text>
-<text x='145.79' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='361.99px' lengthAdjust='spacingAndGlyphs'>Roughly how much of the time you spend coding in</text>
-<text x='145.79' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='270.37px' lengthAdjust='spacingAndGlyphs'>Go involves refactoring existing code?</text>
-</svg>
diff --git a/_content/survey2020/resources.svg b/_content/survey2020/resources.svg
deleted file mode 100644
index 79b85ce..0000000
--- a/_content/survey2020/resources.svg
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='290.64,605.07 290.64,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='376.67,605.07 376.67,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='462.70,605.07 462.70,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='548.73,605.07 548.73,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='634.76,605.07 634.76,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='290.64' y='215.95' width='148.60' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='306.44' width='103.86' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='396.93' width='76.80' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='366.77' width='77.43' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='276.28' width='109.81' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='487.43' width='42.39' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='155.62' width='168.78' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='547.75' width='25.65' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='185.78' width='167.06' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='577.92' width='21.90' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='246.11' width='137.81' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='336.60' width='88.53' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='517.59' width='30.35' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='95.29' width='280.93' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='125.46' width='244.64' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='457.26' width='69.61' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='290.64' y='427.10' width='70.70' height='18.10' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='455.44' y='230.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>35 %</text>
-<text x='410.70' y='320.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text>
-<text x='383.64' y='411.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='384.27' y='380.90' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>18 %</text>
-<text x='416.65' y='290.41' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>26 %</text>
-<text x='349.23' y='501.56' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>10 %</text>
-<text x='475.62' y='169.75' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='328.54' y='561.89' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='473.90' y='199.92' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>39 %</text>
-<text x='324.79' y='592.05' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text>
-<text x='444.65' y='260.25' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>32 %</text>
-<text x='395.38' y='350.74' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>21 %</text>
-<text x='333.23' y='531.73' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>7 %</text>
-<text x='587.77' y='109.43' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>65 %</text>
-<text x='551.48' y='139.59' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>57 %</text>
-<text x='376.45' y='471.40' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='377.54' y='441.23' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='236.59' y='591.98' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='31.91px' lengthAdjust='spacingAndGlyphs'>other</text>
-<text x='196.11' y='561.81' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='72.39px' lengthAdjust='spacingAndGlyphs'>golang.nuts</text>
-<text x='183.68' y='531.65' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='84.82px' lengthAdjust='spacingAndGlyphs'>Gopher Slack</text>
-<text x='226.47' y='501.48' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='42.03px' lengthAdjust='spacingAndGlyphs'>go.dev</text>
-<text x='48.27' y='463.76' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='220.23px' lengthAdjust='spacingAndGlyphs'>The Go wiki (github.com.golang/go/</text>
-<text x='240.51' y='478.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='27.99px' lengthAdjust='spacingAndGlyphs'>wiki)</text>
-<text x='211.68' y='441.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='56.82px' lengthAdjust='spacingAndGlyphs'>YouTube</text>
-<text x='171.22' y='410.99' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='97.28px' lengthAdjust='spacingAndGlyphs'>Books / eBooks</text>
-<text x='144.76' y='380.83' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='123.74px' lengthAdjust='spacingAndGlyphs'>Colleagues / friends</text>
-<text x='164.22' y='350.66' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='104.28px' lengthAdjust='spacingAndGlyphs'>Reddit (r/golang)</text>
-<text x='160.35' y='320.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='108.15px' lengthAdjust='spacingAndGlyphs'>Community blogs</text>
-<text x='154.89' y='290.33' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='113.61px' lengthAdjust='spacingAndGlyphs'>gobyexample.com</text>
-<text x='200.00' y='260.17' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='68.50px' lengthAdjust='spacingAndGlyphs'>pkg.go.dev</text>
-<text x='80.16' y='230.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='188.34px' lengthAdjust='spacingAndGlyphs'>The Go Blog (blog.golang.org)</text>
-<text x='202.33' y='199.84' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='66.17px' lengthAdjust='spacingAndGlyphs'>golang.org</text>
-<text x='206.23' y='169.68' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='62.27px' lengthAdjust='spacingAndGlyphs'>godoc.org</text>
-<text x='45.91' y='131.95' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='222.58px' lengthAdjust='spacingAndGlyphs'>Reading source code (e.g. standard</text>
-<text x='80.96' y='147.07' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='187.54px' lengthAdjust='spacingAndGlyphs'>libary, open-source packages)</text>
-<text x='174.36' y='109.35' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='94.14px' lengthAdjust='spacingAndGlyphs'>Stack Overflow</text>
-<text x='280.52' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='362.66' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='448.69' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='534.72' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='620.75' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='400.44' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='273.43' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2750</text>
-<text x='273.43' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='341.54px' lengthAdjust='spacingAndGlyphs'>Please select the top 5 resources you use to get</text>
-<text x='273.43' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='270.36px' lengthAdjust='spacingAndGlyphs'>answers to your Go-related questions:</text>
-</svg>
diff --git a/_content/survey2020/underrep.svg b/_content/survey2020/underrep.svg
deleted file mode 100644
index ef99933..0000000
--- a/_content/survey2020/underrep.svg
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='218.12,264.91 218.12,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='303.41,264.91 303.41,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='388.70,264.91 388.70,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='473.99,264.91 473.99,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='559.27,264.91 559.27,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='218.12' y='237.89' width='52.72' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.12' y='147.82' width='281.65' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.12' y='192.86' width='92.07' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='218.12' y='224.38' width='49.62' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.12' y='134.31' width='291.53' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='218.12' y='179.35' width='85.29' height='13.51' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='277.33' y='253.11' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='506.26' y='163.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>66 %</text>
-<text x='316.67' y='208.07' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>22 %</text>
-<text x='274.23' y='232.84' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='516.13' y='142.78' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text>
-<text x='309.89' y='187.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>20 %</text>
-<text x='95.75' y='235.34' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='100.39px' lengthAdjust='spacingAndGlyphs'>I identify with an</text>
-<text x='45.91' y='250.46' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.22px' lengthAdjust='spacingAndGlyphs'>underrepresented group</text>
-<text x='63.84' y='197.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='132.29px' lengthAdjust='spacingAndGlyphs'>I prefer not to answer</text>
-<text x='52.93' y='145.27' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='143.20px' lengthAdjust='spacingAndGlyphs'>I do not identify with an</text>
-<text x='45.91' y='160.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.22px' lengthAdjust='spacingAndGlyphs'>underrepresented group</text>
-<text x='208.01' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='289.40' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='374.69' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='459.98' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='545.26' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='326.44' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='180.27' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='197.55' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='192.78' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='210.06' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='201.07' y='111.95' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  5560</text>
-<text x='201.07' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='417.97px' lengthAdjust='spacingAndGlyphs'>We want the Go community to be inclusive; we want to see</text>
-<text x='201.07' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='404.16px' lengthAdjust='spacingAndGlyphs'>how we're doing and how to improve. If you would like to,</text>
-<text x='201.07' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='380.65px' lengthAdjust='spacingAndGlyphs'>you can tell us whether you identify with a traditionally</text>
-<text x='201.07' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='247.27px' lengthAdjust='spacingAndGlyphs'>underrepresented group: (optional)</text>
-</svg>
diff --git a/_content/survey2020/underrep_groups_women.svg b/_content/survey2020/underrep_groups_women.svg
deleted file mode 100644
index 35d436e..0000000
--- a/_content/survey2020/underrep_groups_women.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='241.13,264.91 241.13,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='320.94,264.91 320.94,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='400.75,264.91 400.75,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='480.56,264.91 480.56,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='560.37,264.91 560.37,138.08 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='241.13' y='161.86' width='259.83' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='241.13' y='241.13' width='10.18' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='241.13' y='201.50' width='49.24' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<rect x='241.13' y='149.97' width='264.01' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='241.13' y='229.24' width='7.41' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='241.13' y='189.61' width='47.81' height='11.89' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<text x='507.44' y='175.87' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>81 %</text>
-<text x='256.21' y='255.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='296.85' y='215.50' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='511.62' y='158.03' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>83 %</text>
-<text x='253.44' y='237.30' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='295.43' y='197.66' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text>
-<text x='88.73' y='246.14' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='131.51px' lengthAdjust='spacingAndGlyphs'>I identify as a woman</text>
-<text x='87.95' y='206.50' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='132.29px' lengthAdjust='spacingAndGlyphs'>I prefer not to answer</text>
-<text x='45.91' y='166.87' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='174.32px' lengthAdjust='spacingAndGlyphs'>I do not identify as a woman</text>
-<text x='231.01' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='306.93' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text>
-<text x='386.74' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text>
-<text x='466.55' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text>
-<text x='542.47' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text>
-<text x='338.49' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='188.91' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1F78B4;' />
-<rect x='593.48' y='206.19' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #A6CEE3;' />
-<text x='618.02' y='201.42' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='218.70' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='225.17' y='129.23' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  5555</text>
-<text x='225.17' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='369.94px' lengthAdjust='spacingAndGlyphs'>We want the Go community to be inclusive; we want</text>
-<text x='225.17' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='325.02px' lengthAdjust='spacingAndGlyphs'>to see how we're doing and how to improve. If</text>
-<text x='225.17' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='321.07px' lengthAdjust='spacingAndGlyphs'>you would like to, you can tell us whether you</text>
-<text x='225.17' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='313.07px' lengthAdjust='spacingAndGlyphs'>identify with a traditionally underrepresented</text>
-<text x='225.17' y='108.92' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='116.52px' lengthAdjust='spacingAndGlyphs'>group: (optional)</text>
-</svg>
diff --git a/_content/survey2020/update_time.svg b/_content/survey2020/update_time.svg
deleted file mode 100644
index cb91a3e..0000000
--- a/_content/survey2020/update_time.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 510.24'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='249.04,434.99 249.04,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='344.97,434.99 344.97,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='440.91,434.99 440.91,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='536.85,434.99 536.85,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='632.78,434.99 632.78,120.80 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='249.04' y='132.30' width='19.94' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='170.61' width='269.09' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='208.93' width='75.60' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='247.24' width='28.71' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='285.56' width='11.39' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='323.87' width='2.63' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='362.19' width='58.95' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='249.04' y='400.50' width='13.37' height='22.99' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='273.88' y='148.88' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>4 %</text>
-<text x='524.61' y='187.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>56 %</text>
-<text x='331.12' y='225.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='282.65' y='263.82' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>6 %</text>
-<text x='265.33' y='302.14' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='256.57' y='340.45' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='314.47' y='378.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text>
-<text x='267.31' y='417.08' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>3 %</text>
-<text x='54.14' y='409.45' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='170.78px' lengthAdjust='spacingAndGlyphs'>I don't use Go in production</text>
-<text x='179.80' y='424.57' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.12px' lengthAdjust='spacingAndGlyphs'>at work</text>
-<text x='94.64' y='371.13' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='130.28px' lengthAdjust='spacingAndGlyphs'>It's different for every</text>
-<text x='179.00' y='386.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='45.92px' lengthAdjust='spacingAndGlyphs'>release</text>
-<text x='78.63' y='340.38' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.29px' lengthAdjust='spacingAndGlyphs'>After more than 2 years</text>
-<text x='125.33' y='302.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='99.59px' lengthAdjust='spacingAndGlyphs'>After 1 - 2 years</text>
-<text x='105.87' y='263.74' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='119.05px' lengthAdjust='spacingAndGlyphs'>After 6 - 11 months</text>
-<text x='113.65' y='225.43' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='111.27px' lengthAdjust='spacingAndGlyphs'>After 3 - 5 months</text>
-<text x='104.32' y='187.11' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='120.60px' lengthAdjust='spacingAndGlyphs'>Within 0 - 2 months</text>
-<text x='45.91' y='141.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='179.01px' lengthAdjust='spacingAndGlyphs'>During the release candidate</text>
-<text x='127.64' y='156.36' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='97.28px' lengthAdjust='spacingAndGlyphs'>phase or earlier</text>
-<text x='238.92' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='330.96' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='426.90' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='522.84' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='618.77' y='449.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='378.65' y='478.51' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<text x='229.85' y='111.95' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2189</text>
-<text x='229.85' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='317.50px' lengthAdjust='spacingAndGlyphs'>When a new version of Go is released, when</text>
-<text x='229.85' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='314.81px' lengthAdjust='spacingAndGlyphs'>does your team at work start evaluating it for</text>
-<text x='229.85' y='74.36' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='340.64px' lengthAdjust='spacingAndGlyphs'>production use? (e.g., moving from 1.13 to 1.14,</text>
-<text x='229.85' y='91.64' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='108.52px' lengthAdjust='spacingAndGlyphs'>or 1.14 to 1.15)</text>
-</svg>
diff --git a/_content/survey2020/welcome_underrep.svg b/_content/survey2020/welcome_underrep.svg
deleted file mode 100644
index b56c3fa..0000000
--- a/_content/survey2020/welcome_underrep.svg
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 850.39 340.16'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg=='>
-    <rect x='204.96' y='68.96' width='417.69' height='195.95' />
-  </clipPath>
-</defs>
-<polyline points='223.94,264.91 223.94,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<polyline points='318.87,264.91 318.87,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<polyline points='413.80,264.91 413.80,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<polyline points='508.73,264.91 508.73,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<polyline points='603.66,264.91 603.66,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='209.80' width='12.45' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='236.39' y='209.80' width='12.45' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='248.84' y='209.80' width='14.01' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='262.85' y='209.80' width='42.02' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='304.87' y='209.80' width='43.57' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='348.44' y='209.80' width='96.49' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='444.93' y='209.80' width='158.74' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='148.57' width='3.84' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='227.78' y='148.57' width='4.94' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='232.72' y='148.57' width='5.76' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='238.48' y='148.57' width='58.17' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='296.65' y='148.57' width='43.35' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='340.00' y='148.57' width='96.03' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='436.02' y='148.57' width='167.64' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='87.33' width='9.31' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='233.25' y='87.33' width='5.58' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='238.83' y='87.33' width='8.38' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='247.21' y='87.33' width='90.28' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='337.49' y='87.33' width='43.74' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='381.23' y='87.33' width='92.14' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='473.37' y='87.33' width='130.30' height='36.74' style='stroke-width: 1.07; stroke: #FFFFFF; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFFF;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='209.80' width='12.45' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='236.39' y='209.80' width='12.45' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='248.84' y='209.80' width='14.01' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='262.85' y='209.80' width='42.02' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='304.87' y='209.80' width='43.57' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='348.44' y='209.80' width='96.49' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='444.93' y='209.80' width='158.74' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='148.57' width='3.84' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='227.78' y='148.57' width='4.94' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='232.72' y='148.57' width='5.76' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='238.48' y='148.57' width='58.17' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='296.65' y='148.57' width='43.35' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='340.00' y='148.57' width='96.03' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='436.02' y='148.57' width='167.64' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='223.94' y='87.33' width='9.31' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='233.25' y='87.33' width='5.58' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='238.83' y='87.33' width='8.38' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='247.21' y='87.33' width='90.28' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='337.49' y='87.33' width='43.74' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='381.23' y='87.33' width='92.14' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<rect x='473.37' y='87.33' width='130.30' height='36.74' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)' />
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='267.65' y='233.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='310.45' y='233.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='380.48' y='233.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='508.09' y='233.26' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='251.36' y='172.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='302.12' y='172.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>11 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='371.81' y='172.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>25 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='503.64' y='172.02' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>44 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='276.14' y='110.79' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='343.15' y='110.79' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>12 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='411.09' y='110.79' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMjA0Ljk1NXw2MjIuNjQ4fDI2NC45MDl8NjguOTYxNg==)'><text x='522.31' y='110.79' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>34 %</text></g>
-<defs>
-  <clipPath id='cpMHw4NTAuMzk0fDM0MC4xNTd8MA=='>
-    <rect x='0.00' y='0.00' width='850.39' height='340.16' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='99.64' y='218.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='100.39px' lengthAdjust='spacingAndGlyphs'>I identify with an</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='45.91' y='233.18' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='154.11px' lengthAdjust='spacingAndGlyphs'>underrepresented group </text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='152.92' y='248.30' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='47.10px' lengthAdjust='spacingAndGlyphs'> n= 244</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='56.82' y='156.82' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='143.20px' lengthAdjust='spacingAndGlyphs'>I do not identify with an</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='45.91' y='171.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='154.11px' lengthAdjust='spacingAndGlyphs'>underrepresented group </text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='145.14' y='187.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='54.89px' lengthAdjust='spacingAndGlyphs'> n= 1384</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='63.84' y='103.15' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='136.18px' lengthAdjust='spacingAndGlyphs'>I prefer not to answer </text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='152.92' y='118.27' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='47.10px' lengthAdjust='spacingAndGlyphs'> n= 408</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='213.82' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='304.86' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>25%</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='399.79' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>50%</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='494.72' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>75%</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='585.76' y='279.86' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.81px' lengthAdjust='spacingAndGlyphs'>100%</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='351.54' y='308.44' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text></g>
-<rect x='639.79' y='111.15' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #1A9850; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='128.43' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #91CF60; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='145.71' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D9EF8B; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='162.99' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FFFFBF; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='180.27' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FEE08B; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='197.55' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #FC8D59; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<rect x='639.79' y='214.83' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #D73027; fill-opacity: 0.70;' clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)' />
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='123.66' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='83.23px' lengthAdjust='spacingAndGlyphs'>Strongly agree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='140.94' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='99.59px' lengthAdjust='spacingAndGlyphs'>Moderately agree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='158.22' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='77.54px' lengthAdjust='spacingAndGlyphs'>Slightly agree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='175.50' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='152.23px' lengthAdjust='spacingAndGlyphs'>Neither agree nor disagree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='192.78' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='93.90px' lengthAdjust='spacingAndGlyphs'>Slightly disagree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='210.06' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='115.95px' lengthAdjust='spacingAndGlyphs'>Moderately disagree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='664.34' y='227.34' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='99.59px' lengthAdjust='spacingAndGlyphs'>Strongly disagree</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='204.96' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2036</text></g>
-<g clip-path='url(#cpMHw4NTAuMzk0fDM0MC4xNTd8MA==)'><text x='204.96' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='253.44px' lengthAdjust='spacingAndGlyphs'>I feel welcome in the Go community</text></g>
-</svg>
diff --git a/_content/survey2020/where_yoy.svg b/_content/survey2020/where_yoy.svg
deleted file mode 100644
index 458cc9e..0000000
--- a/_content/survey2020/where_yoy.svg
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 566.93'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<polyline points='300.56,491.68 300.56,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='366.22,491.68 366.22,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='431.88,491.68 431.88,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='497.54,491.68 497.54,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<polyline points='563.20,491.68 563.20,68.96 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' />
-<rect x='300.56' y='324.64' width='53.01' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='188.28' width='208.40' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='461.00' width='5.98' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='392.82' width='26.80' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='120.10' width='222.48' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='256.46' width='179.06' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<rect x='300.56' y='314.41' width='63.49' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='178.05' width='229.15' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='450.77' width='4.20' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='382.59' width='30.74' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='109.87' width='237.83' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='246.23' width='208.43' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='300.56' y='304.18' width='52.68' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='167.82' width='206.37' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='440.55' width='4.25' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='372.37' width='30.59' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='99.64' width='238.70' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='236.00' width='176.30' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='300.56' y='293.96' width='56.84' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='300.56' y='157.60' width='205.11' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='300.56' y='430.32' width='3.69' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='300.56' y='362.14' width='29.35' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='300.56' y='89.42' width='248.01' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='300.56' y='225.78' width='174.13' height='10.23' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<text x='369.78' y='342.51' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='525.16' y='206.15' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='318.80' y='478.87' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>2 %</text>
-<text x='339.61' y='410.69' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>8 %</text>
-<text x='539.25' y='137.97' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>68 %</text>
-<text x='495.82' y='274.33' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>55 %</text>
-<text x='380.25' y='327.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>19 %</text>
-<text x='545.91' y='190.81' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>70 %</text>
-<text x='317.01' y='463.53' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='343.55' y='395.35' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='554.59' y='122.63' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>72 %</text>
-<text x='525.20' y='258.99' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='369.44' y='311.83' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text>
-<text x='523.14' y='175.47' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>63 %</text>
-<text x='317.07' y='448.19' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='343.40' y='380.01' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='555.47' y='107.29' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>73 %</text>
-<text x='493.07' y='243.65' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>54 %</text>
-<text x='373.61' y='296.49' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>17 %</text>
-<text x='521.88' y='160.13' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>62 %</text>
-<text x='316.50' y='432.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>1 %</text>
-<text x='342.16' y='364.67' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>9 %</text>
-<text x='564.78' y='91.94' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>76 %</text>
-<text x='490.89' y='228.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>53 %</text>
-<text x='247.49' y='455.78' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text>
-<text x='193.78' y='387.60' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='88.72px' lengthAdjust='spacingAndGlyphs'>I am a student</text>
-<text x='91.07' y='319.42' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='191.43px' lengthAdjust='spacingAndGlyphs'>I manage a programming team</text>
-<text x='45.91' y='251.24' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='236.58px' lengthAdjust='spacingAndGlyphs'>I program at work in another language</text>
-<text x='87.19' y='183.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='195.31px' lengthAdjust='spacingAndGlyphs'>I program in Go outside of work</text>
-<text x='136.22' y='114.88' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.28px' lengthAdjust='spacingAndGlyphs'>I program at work in Go</text>
-<text x='290.45' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text>
-<text x='352.21' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text>
-<text x='417.87' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text>
-<text x='483.53' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text>
-<text x='549.19' y='506.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text>
-<text x='369.62' y='535.21' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='124.52px' lengthAdjust='spacingAndGlyphs'>% of respondents</text>
-<rect x='593.48' y='250.46' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' />
-<rect x='593.48' y='267.74' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #6BAED6;' />
-<rect x='593.48' y='285.02' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #BDD7E7;' />
-<rect x='593.48' y='302.30' width='15.86' height='15.86' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #EFF3FF;' />
-<text x='618.02' y='262.96' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2020</text>
-<text x='618.02' y='280.24' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2019</text>
-<text x='618.02' y='297.52' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2018</text>
-<text x='618.02' y='314.80' style='font-size: 12.80px; fill: #333333; font-family: Arial;' textLength='28.47px' lengthAdjust='spacingAndGlyphs'>2017</text>
-<text x='287.43' y='60.11' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  8456</text>
-<text x='287.43' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='339.73px' lengthAdjust='spacingAndGlyphs'>The following apply to me: (Select all that apply)</text>
-</svg>
diff --git a/_content/survey2020/why_printf.svg b/_content/survey2020/why_printf.svg
deleted file mode 100644
index befaa26..0000000
--- a/_content/survey2020/why_printf.svg
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 680.31 680.31'>
-<defs>
-  <style type='text/css'><![CDATA[
-    line, polyline, path, rect, circle {
-      fill: none;
-      stroke: #000000;
-      stroke-linecap: round;
-      stroke-linejoin: round;
-      stroke-miterlimit: 10.00;
-    }
-  ]]></style>
-</defs>
-<rect width='100%' height='100%' style='stroke: none; fill: #FFFFFF;'/>
-<defs>
-  <clipPath id='cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg=='>
-    <rect x='305.31' y='86.24' width='346.65' height='518.83' />
-  </clipPath>
-</defs>
-<polyline points='321.07,605.07 321.07,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<polyline points='399.86,605.07 399.86,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<polyline points='478.64,605.07 478.64,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<polyline points='557.43,605.07 557.43,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<polyline points='636.21,605.07 636.21,86.24 ' style='stroke-width: 2.13; stroke: #EBEBEB; stroke-linecap: butt;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='559.29' width='18.72' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='508.42' width='51.95' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='457.56' width='56.33' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='406.69' width='59.82' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='355.83' width='63.85' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='304.96' width='93.76' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='254.10' width='95.16' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='203.23' width='106.35' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='152.37' width='165.48' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<rect x='321.07' y='101.50' width='168.98' height='30.52' style='stroke-width: 1.07; stroke: #333333; stroke-linecap: square; stroke-linejoin: miter; fill: #2171B5;' clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)' />
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='344.69' y='579.63' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='24.50px' lengthAdjust='spacingAndGlyphs'>5 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='379.50' y='528.77' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>13 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='383.88' y='477.90' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>14 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='387.38' y='427.04' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>15 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='391.40' y='376.17' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>16 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='421.31' y='325.31' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='422.71' y='274.44' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>24 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='433.91' y='223.58' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>27 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='493.03' y='172.71' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>42 %</text></g>
-<g clip-path='url(#cpMzA1LjMxNHw2NTEuOTY5fDYwNS4wNjd8ODYuMjQxNg==)'><text x='496.53' y='121.85' style='font-size: 14.23px; fill: #333333; font-family: Arial;' textLength='32.41px' lengthAdjust='spacingAndGlyphs'>43 %</text></g>
-<defs>
-  <clipPath id='cpMHw2ODAuMzE1fDY4MC4zMTV8MA=='>
-    <rect x='0.00' y='0.00' width='680.31' height='680.31' />
-  </clipPath>
-</defs>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='100.79' y='572.00' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='199.60px' lengthAdjust='spacingAndGlyphs'>Go's debugging tools don’t have</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='197.66' y='587.12' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='102.72px' lengthAdjust='spacingAndGlyphs'>feature(s) I need</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='76.66' y='521.13' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='223.72px' lengthAdjust='spacingAndGlyphs'>Go's debugging tools don’t integrate</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='154.09' y='536.25' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='146.29px' lengthAdjust='spacingAndGlyphs'>well into my code editor</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='74.34' y='470.27' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='226.04px' lengthAdjust='spacingAndGlyphs'>Go's debugging tools are too difficult</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='262.24' y='485.39' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='38.14px' lengthAdjust='spacingAndGlyphs'>to use</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='84.45' y='411.84' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='215.93px' lengthAdjust='spacingAndGlyphs'>Go's debugging tools don’t support</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='81.72' y='426.96' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='218.66px' lengthAdjust='spacingAndGlyphs'>my environment (e.g. containerized</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='216.34' y='442.08' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='84.04px' lengthAdjust='spacingAndGlyphs'>deployments)</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='265.37' y='376.09' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='35.01px' lengthAdjust='spacingAndGlyphs'>Other</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='61.44' y='317.67' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='238.94px' lengthAdjust='spacingAndGlyphs'>I need better documentation on how to</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='152.49' y='332.79' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='147.89px' lengthAdjust='spacingAndGlyphs'>use Go debugging tools</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='79.79' y='266.80' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='220.60px' lengthAdjust='spacingAndGlyphs'>I've never tried using Go debugging</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='270.81' y='281.92' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='29.57px' lengthAdjust='spacingAndGlyphs'>tools</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='60.71' y='215.94' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='239.67px' lengthAdjust='spacingAndGlyphs'>I’m not sure how to get started with Go</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='201.52' y='231.06' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='98.86px' lengthAdjust='spacingAndGlyphs'>debugging tools</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='123.73' y='172.63' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='176.65px' lengthAdjust='spacingAndGlyphs'>This is how I prefer to debug</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='99.64' y='106.65' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='200.74px' lengthAdjust='spacingAndGlyphs'>Text logs / printf() let me use the</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='45.91' y='121.77' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='254.47px' lengthAdjust='spacingAndGlyphs'>same debugging strategy across multiple</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='149.40' y='136.89' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='150.98px' lengthAdjust='spacingAndGlyphs'>programming languages</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='310.95' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='20.23px' lengthAdjust='spacingAndGlyphs'>0%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='385.85' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>20%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='464.63' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>40%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='543.42' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>60%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='622.20' y='620.01' style='font-size: 14.00px; fill: #333333; font-family: Arial;' textLength='28.02px' lengthAdjust='spacingAndGlyphs'>80%</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='285.18' y='648.59' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='386.93px' lengthAdjust='spacingAndGlyphs'>% of respondents who use logging/printf for debugging</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='305.31' y='77.39' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='67.17px' lengthAdjust='spacingAndGlyphs'>n =  2252</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='305.31' y='39.80' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='370.88px' lengthAdjust='spacingAndGlyphs'>Why do you use text logs to debug Go code? (select</text></g>
-<g clip-path='url(#cpMHw2ODAuMzE1fDY4MC4zMTV8MA==)'><text x='305.31' y='57.08' style='font-size: 16.00px; fill: #333333; font-family: Arial;' textLength='95.16px' lengthAdjust='spacingAndGlyphs'>all that apply)</text></g>
-</svg>
diff --git a/_content/sydney-gtug.article b/_content/sydney-gtug.article
deleted file mode 100644
index 486c5e6..0000000
--- a/_content/sydney-gtug.article
+++ /dev/null
@@ -1,34 +0,0 @@
-# Two Go Talks: "Lexical Scanning in Go" and "Cuddle: an App Engine Demo"
-1 Sep 2011
-Tags: appengine, lexer, talk, video
-Summary: Two talks about Go from the Sydney GTUG: Rob Pike explains lexical scanning, and Andrew Gerrand builds a simple real-time chat using App Engine. 
-OldURL: /two-go-talks-lexical-scanning-in-go-and
-
-Andrew Gerrand
-
-##
-
-On Tuesday night Rob Pike and Andrew Gerrand each presented at the [Sydney Google Technology User Group](http://www.sydney-gtug.org/).
-
-Rob's talk, "[Lexical Scanning in Go](http://www.youtube.com/watch?v=HxaD_trXwRE)",
-discusses the design of  a particularly interesting and idiomatic piece of Go code,
-the lexer component of the new [template package.](https://golang.org/pkg/exp/template/)
-
-.iframe //www.youtube.com/embed/HxaD_trXwRE 345 560
-
-The slides are [available here](http://cuddle.googlecode.com/hg/talk/lex.html).
-The new template package is available as [exp/template](https://golang.org/pkg/exp/template/) in Go release r59.
-In a future release it will replace the old template package.
-
-Andrew's talk, "[Cuddle: an App Engine Demo](http://www.youtube.com/watch?v=HQtLRqqB-Kk)",
-describes the construction of a simple real-time chat application that uses
-App Engine's [Datastore](http://code.google.com/appengine/docs/go/datastore/overview.html),
-[Channel](http://code.google.com/appengine/docs/go/channel/overview.html),
-and [Memcache](http://code.google.com/appengine/docs/go/datastore/memcache.html) APIs.
-It also includes a question and answer session that covers [Go for App Engine](http://code.google.com/appengine/docs/go/gettingstarted/)
-and Go more generally.
-
-.iframe //www.youtube.com/embed/HQtLRqqB-Kk 345 560
-
-The slides are [available here](http://cuddle.googlecode.com/hg/talk/index.html).
-The code is available at the [cuddle Google Code project](http://code.google.com/p/cuddle/).
diff --git a/_content/tour.article b/_content/tour.article
deleted file mode 100644
index a57725e..0000000
--- a/_content/tour.article
+++ /dev/null
@@ -1,23 +0,0 @@
-# Learn Go from your browser
-4 Oct 2011
-Tags: playground, tour
-Summary: Announcing the Go tour, https://tour.golang.org/.
-OldURL: /learn-go-from-your-browser
-
-Andrew Gerrand
-
-##
-
-We are excited to announce [A Tour of Go](https://tour.golang.org/),
-a guided tour of the Go programming language you can run from your browser.
-
-The tour is hands-on, demonstrating the language through code samples that you can modify,
-compile, and run from the tour itself.
-(The technology behind the [Go Playground](https://golang.org/doc/play/) does the work.)
-
-The tour has three sections. The first section covers basic syntax and data structures;
-the second discusses methods and interfaces;
-and the third introduces Go's concurrency primitives.
-Each section concludes with a few exercises so you can practice what you've learned.
-
-So, what are you waiting for? [Get started now!](https://tour.golang.org/)
diff --git a/_content/toward-go2.article b/_content/toward-go2.article
deleted file mode 100644
index ae7f6df..0000000
--- a/_content/toward-go2.article
+++ /dev/null
@@ -1,572 +0,0 @@
-# Toward Go 2
-13 Jul 2017
-Tags: community
-Summary: How we will all work together toward Go 2.
-
-Russ Cox
-
-## Introduction
-
-[This is the text of
-[my talk today](https://www.youtube.com/watch?v=0Zbh_vmAKvk)
-at Gophercon 2017, asking for the entire Go community's
-help as we discuss and plan Go 2.]
-
-On September 25, 2007, after Rob Pike, Robert Griesemer, and Ken
-Thompson had been discussing a new programming language for a few
-days, Rob suggested the name “Go.”
-
-<div style="margin-left: 2em;">
-.image toward-go2/mail.png _ 446
-</div>
-
-The next year, Ian Lance Taylor and I joined the team, and together
-the five of us built two compilers and a standard library, leading up
-to the [open-source release](https://opensource.googleblog.com/2009/11/hey-ho-lets-go.html) on November 10, 2009.
-
-<div style="margin-left: 2em;">
-.image toward-go2/tweet.png _ 467
-</div>
-
-For the next two years, with the help of the new Go open source
-community, we experimented with changes large and small, refining Go
-and leading to the [plan for Go 1](https://blog.golang.org/preview-of-go-version-1), proposed on October 5, 2011.
-
-<div style="margin-left: 2em;">
-.image toward-go2/go1-preview.png _ 560
-</div>
-
-With more help from the Go community, we revised and implemented that
-plan, eventually [releasing Go 1](https://blog.golang.org/go1) on March 28, 2012.
-
-<div style="margin-left: 2em;">
-.image toward-go2/go1-release.png _ 556
-</div>
-
-The release of Go 1 marked the culmination of nearly five years of
-creative, frenetic effort that took us from a name and a list of ideas
-to a stable, production language. It also marked an explicit shift
-from change and churn to stability.
-
-In the years leading to Go 1, we changed Go and broke everyone's Go
-programs nearly every week. We understood that this was keeping Go
-from use in production settings, where programs could not be rewritten
-weekly to keep up with language changes.
-As the [blog post announcing Go 1](https://blog.golang.org/go1) says, the driving motivation was to provide a stable foundation
-for creating reliable products, projects, and publications (blogs,
-tutorials, conference talks, and books), to make users confident that
-their programs would continue to compile and run without change for
-years to come.
-
-After Go 1 was released, we knew that we needed to spend time using Go
-in the production environments it was designed for. We shifted
-explicitly away from making language changes toward using Go in our
-own projects and improving the implementation: we ported Go to many
-new systems, we rewrote nearly every performance-critical piece to
-make Go run more efficiently, and we added key tools like the
-[race detector](https://blog.golang.org/race-detector).
-
-Now we have five years of experience using Go to build large,
-production-quality systems. We have developed a sense of what works
-and what does not. Now it is time to begin the next step in Go's
-evolution and growth, to plan the future of Go. I'm here today to ask
-all of you in the Go community, whether you're in the audience at
-GopherCon or watching on video or reading the Go blog later today, to
-work with us as we plan and implement Go 2.
-
-In the rest of this talk, I'm going to explain our goals for Go 2; our
-constraints and limitations; the overall process; the importance of
-writing about our experiences using Go, especially as they relate to
-problems we might try to solve; the possible kinds of solutions; how
-we will deliver Go 2; and how all of you can help.
-
-## Goals
-
-The goals we have for Go today are the same as in 2007. We want to
-make programmers more effective at managing two kinds of scale:
-production scale, especially concurrent systems interacting with many
-other servers, exemplified today by cloud software; and development
-scale, especially large codebases worked on by many engineers
-coordinating only loosely, exemplified today by modern open-source
-development.
-
-These kinds of scale show up at companies of all sizes. Even a
-five-person startup may use large cloud-based API services provided by
-other companies and use more open-source software than software they
-write themselves. Production scale and development scale are just as
-relevant at that startup as they are at Google.
-
-Our goal for Go 2 is to fix the most significant ways Go fails to
-scale.
-
-(For more about these goals, see
-Rob Pike's 2012 article “[Go at Google: Language Design in the Service of Software Engineering](https://talks.golang.org/2012/splash.article)”
-and my GopherCon 2015 talk “[Go, Open Source, Community](https://blog.golang.org/open-source).”)
-
-## Constraints
-
-The goals for Go have not changed since the beginning, but the
-constraints on Go certainly have. The most important constraint is
-existing Go usage. We estimate that there are at least
-[half a million Go developers worldwide](https://research.swtch.com/gophercount),
-which means there are millions of Go source files and at
-least a billion of lines of Go code. Those programmers and that source
-code represent Go's success, but they are also the main constraint on
-Go 2.
-
-Go 2 must bring along all those developers. We must ask them to
-unlearn old habits and learn new ones only when the reward is great.
-For example, before Go 1, the method implemented by error types was
-named `String`. In Go 1, we renamed it `Error`, to distinguish error types
-from other types that can format themselves. The other day I was
-implementing an error type, and without thinking I named its method
-`String` instead of `Error`, which of course did not compile. After five
-years I still have not completely unlearned the old way. That kind of
-clarifying renaming was an important change to make in Go 1 but would
-be too disruptive for Go 2 without a very good reason.
-
-Go 2 must also bring along all the existing Go 1 source code. We must
-not split the Go ecosystem. Mixed programs, in which packages written
-in Go 2 import packages written in Go 1 and vice versa, must work
-effortlessly during a transition period of multiple years. We'll have
-to figure out exactly how to do that; automated tooling like go fix
-will certainly play a part.
-
-To minimize disruption, each change will require careful thought,
-planning, and tooling, which in turn limits the number of changes we
-can make. Maybe we can do two or three, certainly not more than five.
-
-I'm not counting minor housekeeping changes like maybe allowing identifiers
-in more spoken languages or adding binary integer literals. Minor
-changes like these are also important, but they are easier to get
-right. I'm focusing today on possible major changes, such as
-additional support for error handling, or introducing immutable or
-read-only values, or adding some form of generics, or other important
-topics not yet suggested. We can do only a few of those major changes.
-We will have to choose carefully.
-
-## Process
-
-That raises an important question. What is the process for developing
-Go?
-
-In the early days of Go, when there were just five of us, we worked in
-a pair of adjacent shared offices separated by a glass wall. It was
-easy to pull everyone into one office to discuss some problem and then
-go back to our desks to implement a solution. When some wrinkle arose
-during the implementation, it was easy to gather everyone again. Rob
-and Robert's office had a small couch and a whiteboard, so typically
-one of us went in and started writing an example on the board. Usually
-by the time the example was up, everyone else had reached a good
-stopping point in their own work and was ready to sit down and discuss
-it. That informality obviously doesn't scale to the global Go
-community of today.
-
-Part of the work since the open-source release of Go has been porting
-our informal process into the more formal world of mailing lists and
-issue trackers and half a million users, but I don't think we've ever
-explicitly described our overall process. It's possible we never
-consciously thought about it. Looking back, though, I think this is
-the basic outline of our work on Go, the process we've been following
-since the first prototype was running.
-
-<div style="margin-left: 2em;">
-.image toward-go2/process.png _ 410
-</div>
-
-Step 1 is to use Go, to accumulate experience with it.
-
-Step 2 is to identify a problem with Go that might need solving and to
-articulate it, to explain it to others, to write it down.
-
-Step 3 is to propose a solution to that problem, discuss it with
-others, and revise the solution based on that discussion.
-
-Step 4 is to implement the solution, evaluate it, and refine it based
-on that evaluation.
-
-Finally, step 5 is to ship the solution, adding it to the language, or
-the library, or the set of tools that people use from day to day.
-
-The same person does not have to do all these steps for a particular
-change. In fact, usually many people collaborate on any given step,
-and many solutions may be proposed for a single problem. Also, at any
-point we may realize we don’t want to go further with a particular
-idea and circle back to an earlier step.
-
-Although I don't believe we've ever talked about this process as a
-whole, we have explained parts of it. In 2012, when we released Go 1
-and said that it was time now to use Go and stop changing it, we were
-explaining step 1. In 2015, when we introduced the Go change proposal
-process, we were explaining steps 3, 4, and 5. But we've never
-explained step 2 in detail, so I'd like to do that now.
-
-(For more about the development of Go 1 and the shift away from
-language changes, see Rob Pike and Andrew Gerrand's
-OSCON 2012 talk “[The Path to Go 1](https://blog.golang.org/the-path-to-go-1).”
-For more about the proposal process, see
-Andrew Gerrand's GopherCon 2015 talk “[How Go was Made](https://www.youtube.com/watch?v=0ht89TxZZnk)” and the
-[proposal process documentation](https://golang.org/s/proposal).)
-
-## Explaining Problems
-
-<div style="margin-left: 2em;">
-.image toward-go2/process2.png _ 410
-</div>
-
-There are two parts to explaining a problem. The first part—the easier
-part—is stating exactly what the problem is. We developers are
-decently good at this. After all, every test we write is a statement
-of a problem to be solved, in language so precise that even a computer
-can understand it. The second part—the harder part—is describing the
-significance of the problem well enough that everyone can understand
-why we should spend time solving it and maintaining a solution. In
-contrast to stating a problem precisely, we don't need to describe a
-problem's significance very often, and we're not nearly as good at it.
-Computers never ask us “why is this test case important? Are you sure
-this is the problem you need to solve? Is solving this problem the
-most important thing you can be doing?” Maybe they will someday, but
-not today.
-
-Let's look at an old example from 2011. Here is what I wrote about
-renaming os.Error to error.Value while we were planning Go 1.
-
-<div style="margin-left: 2em;">
-.image toward-go2/error.png _ 495
-</div>
-
-It begins with a precise, one-line statement of the problem: in very
-low-level libraries everything imports "os" for os.Error. Then there
-are five lines, which I've underlined here, devoted to describing the
-significance of the problem: the packages that "os" uses cannot
-themselves present errors in their APIs, and other packages depend on
-"os" for reasons having nothing to do with operating system services.
-
-Do these five lines convince _you_ that this problem is significant?
-It depends on how well you can fill in the context I've left out:
-being understood requires anticipating what others need to know. For
-my audience at the time—the ten other people on the Go team at Google
-who were reading that document—those fifty words were enough. To
-present the same problem to the audience at GothamGo last fall—an
-audience with much more varied backgrounds and areas of expertise—I
-needed to provide more context, and I used about two hundred words,
-along with real code examples and a diagram. It is a fact of today's
-worldwide Go community that describing the significance of any problem
-requires adding context, especially illustrated by concrete examples,
-that you would leave out when talking to coworkers.
-
-Convincing others that a problem is significant is an essential step.
-When a problem appears insignificant, almost every solution will seem
-too expensive. But for a significant problem, there are usually many
-solutions of reasonable cost. When we disagree about whether to adopt
-a particular solution, we're often actually disagreeing about the
-significance of the problem being solved. This is so important that I
-want to look at two recent examples that show this clearly, at least
-in hindsight.
-
-### Example: Leap seconds
-
-My first example is about time.
-
-Suppose you want to time how long an event takes. You write down the
-start time, run the event, write down the end time, and then subtract
-the start time from the end time. If the event took ten milliseconds,
-the subtraction gives a result of ten milliseconds, perhaps plus or
-minus a small measurement error.
-
-	start := time.Now()       // 3:04:05.000
-	event()
-	end := time.Now()         // 3:04:05.010
-
-	elapsed := end.Sub(start) // 10 ms
-
-This obvious procedure can fail during a [leap second](https://en.wikipedia.org/wiki/Leap_second). When our clocks
-are not quite in sync with the daily rotation of the Earth, a leap
-second—officially 11:59pm and 60 seconds—is inserted just before
-midnight. Unlike leap years, leap seconds follow no predictable
-pattern, which makes them hard to fit into programs and APIs. Instead
-of trying to represent the occasional 61-second minute, operating
-systems typically implement a leap second by turning the clock back
-one second just before what would have been midnight, so that 11:59pm
-and 59 seconds happens twice. This clock reset makes time appear to
-move backward, so that our ten-millisecond event might be timed as
-taking negative 990 milliseconds.
-
-	start := time.Now()       // 11:59:59.995
-	event()
-	end := time.Now()         // 11:59:59.005 (really 11:59:60.005)
-
-	elapsed := end.Sub(start) // –990 ms
-
-Because the time-of-day clock is inaccurate for timing events across
-clock resets like this, operating systems now provide a second clock,
-the monotonic clock, which has no absolute meaning but counts seconds
-and is never reset.
-
-Except during the odd clock reset, the monotonic clock is no better
-than the time-of-day clock, and the time-of-day clock has the added
-benefit of being useful for telling time, so for simplicity Go 1’s
-time APIs expose only the time-of-day clock.
-
-In October 2015, a [bug report](https://golang.org/issue/12914) noted that Go programs could not time
-events correctly across clock resets, especially a typical leap second.
-The suggested fix was also the original issue title: “add a new API to access a
-monotonic clock source.” I argued that this problem was not
-significant enough to justify new API. A few months earlier, for the
-mid-2015 leap second, Akamai, Amazon, and Google had slowed their
-clocks a tiny amount for the entire day, absorbing the extra second
-without turning their clocks backward. It seemed like eventual
-widespread adoption of this “[leap smear](https://developers.google.com/time/smear)” approach would eliminate
-leap-second clock resets as a problem on production systems. In
-contrast, adding new API to Go would add new problems: we would have
-to explain the two kinds of clocks, educate users about when to use
-each, and convert many lines of existing code, all for an issue that
-rarely occurred and might plausibly go away on its own.
-
-We did what we always do when there's a problem without a clear
-solution: we waited. Waiting gives us more time to add experience and
-understanding of the problem and also more time to find a good
-solution. In this case, waiting added to our understanding of the
-significance of the problem, in the form of a thankfully
-[minor outage at Cloudflare](https://www.theregister.co.uk/2017/01/04/cloudflare_trips_over_leap_second/).
-Their Go code timed DNS requests during the end-of-2016
-leap second as taking around negative 990 milliseconds, which caused
-simultaneous panics across their servers, breaking 0.2% of DNS queries
-at peak.
-
-Cloudflare is exactly the kind of cloud system Go was intended for,
-and they had a production outage based on Go not being able to time
-events correctly. Then, and this is the key point, Cloudflare reported
-their experience in a blog post by John Graham-Cumming titled
-“[How and why the leap second affected Cloudflare DNS](https://blog.cloudflare.com/how-and-why-the-leap-second-affected-cloudflare-dns/).” By sharing concrete
-details of their experience with Go in production, John and Cloudflare helped us
-understand that the problem of accurate timing across leap second
-clock resets was too significant to leave unfixed. Two months after
-that article was published, we had designed and implemented a solution
-that will [ship in Go 1.9](https://beta.golang.org/doc/go1.9#monotonic-time)
-(and in fact we did it with [no new API](https://golang.org/design/12914-monotonic)).
-
-### Example: Alias declarations
-
-My second example is support for alias declarations in Go.
-
-Over the past few years, Google has established a team focused on
-large-scale code changes, meaning API migration and bug fixes applied
-across our
-[codebase of millions of source files and billions of lines of code](http://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/pdf)
-written in C++, Go, Java, Python, and other languages. One
-thing I've learned from that team's work is the importance, when
-changing an API from using one name to another, of being able to
-update client code in multiple steps, not all at once. To do this, it
-must be possible to write a declaration forwarding uses of the old
-name to the new name. C++ has #define, typedef, and using declarations
-to enable this forwarding, but Go has nothing. Of course, one of Go's
-goals is to scale well to large codebases, and as the amount of Go
-code at Google grew, it became clear both that we needed some kind of
-forwarding mechanism and also that other projects and companies would
-run into this problem as their Go codebases grew.
-
-In March 2016, I started talking with Robert Griesemer and Rob Pike
-about how Go might handle gradual codebase updates, and we arrived at
-alias declarations, which are exactly the needed forwarding mechanism.
-At this point, I felt very good about the way Go was evolving. We'd
-talked about aliases since the early days of Go—in fact, the first
-spec draft has [an example using alias declarations](https://go.googlesource.com/go/+/18c5b488a3b2e218c0e0cf2a7d4820d9da93a554/doc/go_spec#1182)—but each time we'd
-discussed aliases, and later type aliases, we had no clear use case
-for them, so we left them out. Now we were proposing to add aliases
-not because they were an elegant concept but because they solved a
-significant practical problem with Go meeting its goal of scalable
-software development. I hoped this would serve as a model for future
-changes to Go.
-
-Later in the spring, Robert and Rob wrote [a proposal](https://golang.org/design/16339-alias-decls),
-and Robert presented it in a [Gophercon 2016 lightning talk](https://www.youtube.com/watch?v=t-w6MyI2qlU). The next few months
-did not go smoothly, and they were definitely not a model for future
-changes to Go. One of the many lessons we learned was the importance
-of describing the significance of a problem.
-
-A minute ago, I explained the problem to you, giving some background
-about how it can arise and why, but with no concrete examples that
-might help you evaluate whether the problem might affect you at some
-point. Last summer’s proposal and the lightning talk gave an abstract
-example, involving packages C, L, L1, and C1 through Cn, but no
-concrete examples that developers could relate to. As a result, most
-of the feedback from the community was based on the idea that aliases
-only solved a problem for Google, not for everyone else.
-
-Just as we at Google did not at first understand the significance of
-handling leap second time resets correctly, we did not effectively
-convey to the broader Go community the significance of handling
-gradual code migration and repair during large-scale changes.
-
-In the fall we started over. I gave a [talk](https://www.youtube.com/watch?v=h6Cw9iCDVcU) and wrote
-[an article presenting the problem](https://talks.golang.org/2016/refactor.article)
-using multiple concrete examples drawn from
-open source codebases, showing how this problem arises everywhere, not
-just inside Google. Now that more people understood the problem and
-could see its significance, we had a [productive discussion](https://golang.org/issue/18130) about what
-kind of solution would be best. The outcome is that [type aliases](https://golang.org/design/18130-type-alias) will
-be [included in Go 1.9](https://beta.golang.org/doc/go1.9#language) and will help Go scale to ever-larger codebases.
-
-### Experience reports
-
-The lesson here is that it is difficult but essential to describe the
-significance of a problem in a way that someone working in a different
-environment can understand. To discuss major changes to Go as a
-community, we will need to pay particular attention to describing the
-significance of any problem we want to solve. The clearest way to do
-that is by showing how the problem affects real programs and real
-production systems, like in
-[Cloudflare's blog post](https://blog.cloudflare.com/how-and-why-the-leap-second-affected-cloudflare-dns/) and in
-[my refactoring article](https://talks.golang.org/2016/refactor.article).
-
-Experience reports like these turn an abstract problem into a concrete
-one and help us understand its significance. They also serve as test
-cases: any proposed solution can be evaluated by examining its effect
-on the actual, real-world problems the reports describe.
-
-For example, I've been examining generics recently, but I don't have
-in my mind a clear picture of the detailed, concrete problems that Go
-users need generics to solve. As a result, I can't answer a design
-question like whether to support generic methods, which is to say
-methods that are parameterized separately from the receiver. If we had
-a large set of real-world use cases, we could begin to answer a
-question like this by examining the significant ones.
-
-As another example, I’ve seen proposals to extend the error interface
-in various ways, but I haven't seen any experience reports showing how
-large Go programs attempt to understand and handle errors at all, much
-less showing how the current error interface hinders those attempts.
-These reports would help us all better understand the details and
-significance of the problem, which we must do before solving it.
-
-I could go on. Every major potential change to Go should be motivated
-by one or more experience reports documenting how people use Go today
-and why that's not working well enough. For the obvious major changes
-we might consider for Go, I'm not aware of many such reports,
-especially not reports illustrated with real-world examples.
-
-These reports are the raw material for the Go 2 proposal process, and
-we need all of you to write them, to help us understand your
-experiences with Go. There are half a million of you, working in a
-broad range of environments, and not that many of us.
-Write a post on your own blog,
-or write a [Medium](https://www.medium.com/) post,
-or write a [Github Gist](https://gist.github.com/) (add a `.md` file extension for Markdown),
-or write a [Google doc](https://docs.google.com/),
-or use any other publishing mechanism you like.
-After you've posted, please add the post to our new wiki page,
-[golang.org/wiki/ExperienceReports](https://golang.org/wiki/ExperienceReports).
-
-## Solutions
-
-<div style="margin-left: 2em;">
-.image toward-go2/process34.png _ 410
-</div>
-
-Now that we know how we're going to identify and explain problems that
-need to be solved, I want to note briefly that not all problems are
-best solved by language changes, and that's fine.
-
-One problem we might want to solve is that computers can often compute
-additional results during basic arithmetic operations, but Go does not
-provide direct access to those results. In 2013, Robert proposed that
-we might extend the idea of two-result (“comma-ok”) expressions to
-basic arithmetic. For example, if x and y are, say, uint32 values,
-`lo, hi = x * y`
-would return not only the usual low 32 bits but also the high 32 bits
-of the product. This problem didn't seem particularly significant, so
-we [recorded the potential solution](https://golang.org/issue/6815) but didn't implement it. We waited.
-
-More recently, we designed for Go 1.9 a [math/bits package](https://beta.golang.org/doc/go1.9#math-bits) that
-contains various bit manipulation functions:
-
-	package bits // import "math/bits"
-
-	func LeadingZeros32(x uint32) int
-	func Len32(x uint32) int
-	func OnesCount32(x uint32) int
-	func Reverse32(x uint32) uint32
-	func ReverseBytes32(x uint32) uint32
-	func RotateLeft32(x uint32, k int) uint32
-	func TrailingZeros32(x uint32) int
-	...
-
-The package has good Go
-implementations of each function, but the compilers also substitute
-special hardware instructions when available. Based on this experience
-with math/bits, both Robert and I now believe that making the
-additional arithmetic results available by changing the language is
-unwise, and that instead we should define appropriate functions in a
-package like math/bits. Here the best solution is a library change,
-not a language change.
-
-A different problem we might have wanted to solve, after Go 1.0, was
-the fact that goroutines and shared memory make it too easy to
-introduce races into Go programs, causing crashes and other
-misbehavior in production. The language-based solution would have been
-to find some way to disallow data races, to make it impossible to
-write or at least to compile a program with a data race. How to fit
-that into a language like Go is still an open question in the
-programming language world. Instead we added a tool to the main
-distribution and made it trivial to use: that tool, the [race detector](https://blog.golang.org/race-detector), has become
-an indispensible part of the Go experience. Here the best solution was
-a runtime and tooling change, not a language change.
-
-There will be language changes as well, of course, but not all
-problems are best solved in the language.
-
-## Shipping Go 2
-
-<div style="margin-left: 2em;">
-.image toward-go2/process5.png _ 410
-</div>
-
-Finally, how will we ship and deliver Go 2?
-
-I think the best plan would be to ship the [backwards-compatible parts](https://golang.org/doc/go1compat)
-of Go 2 incrementally, feature by feature, as part of the Go 1 release
-sequence. This has a few important properties. First, it keeps the Go
-1 releases on the [usual schedule](https://golang.org/wiki/Go-Release-Cycle), to continue the timely bug fixes and
-improvements that users now depend on. Second, it avoids splitting
-development effort between Go 1 and Go 2. Third, it avoids divergence
-between Go 1 and Go 2, to ease everyone's eventual migration. Fourth,
-it allows us to focus on and deliver one change at a time, which
-should help maintain quality. Fifth, it will encourage us to design
-features to be backwards-compatible.
-
-We will need time to discuss and plan before any changes start landing in
-Go 1 releases, but it seems plausible to me that we might start seeing
-minor changes about a year from now, for Go 1.12 or so. That also
-gives us time to land package management support first.
-
-Once all the backwards-compatible work is done, say in Go 1.20, then
-we can make the backwards-incompatible changes in Go 2.0. If there
-turn out to be no backwards-incompatible changes, maybe we just
-declare that Go 1.20 _is_ Go 2.0. Either way, at that point we will
-transition from working on the Go 1.X release sequence to working on
-the Go 2.X sequence, perhaps with an extended support window for the
-final Go 1.X release.
-
-This is all a bit speculative, and the specific release numbers
-I just mentioned are placeholders for ballpark estimates,
-but I want to make clear that we're not
-abandoning Go 1, and that in fact we will bring Go 1 along to the
-greatest extent possible.
-
-## Help Wanted
-
-**We need your help.**
-
-The conversation for Go 2 starts today, and it's one that will happen
-in the open, in public forums like the mailing list and the issue
-tracker. Please help us at every step along the way.
-
-Today, what we need most is experience reports. Please tell us how Go
-is working for you, and more importantly not working for you. Write a
-blog post, include real examples, concrete detail, and real
-experience. And link it on our [wiki page](https://golang.org/wiki/ExperienceReports).
-That's how we'll start talking about what we, the Go community,
-might want to change about Go.
-
-Thank you.
diff --git a/_content/toward-go2/error.png b/_content/toward-go2/error.png
deleted file mode 100644
index 5726276..0000000
--- a/_content/toward-go2/error.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/go1-preview.png b/_content/toward-go2/go1-preview.png
deleted file mode 100644
index 415237f..0000000
--- a/_content/toward-go2/go1-preview.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/go1-release.png b/_content/toward-go2/go1-release.png
deleted file mode 100644
index de3fae3..0000000
--- a/_content/toward-go2/go1-release.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/mail.png b/_content/toward-go2/mail.png
deleted file mode 100644
index da60b51..0000000
--- a/_content/toward-go2/mail.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process.graffle b/_content/toward-go2/process.graffle
deleted file mode 100644
index c9a086b..0000000
--- a/_content/toward-go2/process.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process.png b/_content/toward-go2/process.png
deleted file mode 100644
index ef738c5..0000000
--- a/_content/toward-go2/process.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process.svg b/_content/toward-go2/process.svg
deleted file mode 100644
index 36ff9ad..0000000
--- a/_content/toward-go2/process.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 8 295 215" width="295pt" height="215pt" xmlns:dc="http://purl.org/dc/elements/1.1/">
-  <metadata> Produced by OmniGraffle 7.3.1 
-    <dc:date>2017-07-05 01:23:19 +0000</dc:date>
-  </metadata>
-  <defs>
-    <font-face font-family="Go" font-size="14" panose-1="2 11 6 0 0 0 0 0 0 0" units-per-em="1000" underline-position="-61.035156" underline-thickness="24.414062" slope="0" x-height="541.9922" cap-height="740.7227" ascent="944.8242" descent="-210.9375" font-weight="500">
-      <font-face-src>
-        <font-face-name name="Go"/>
-      </font-face-src>
-    </font-face>
-    <marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="black">
-      <g>
-        <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/>
-      </g>
-    </marker>
-  </defs>
-  <g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1">
-    <title>Canvas 1</title>
-    <g>
-      <title>Layer 1</title>
-      <text transform="translate(41.710765 16.765267)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" x="0" y="13" textLength="231.66992">1  Use Go. (Accumulate experience.)</tspan>
-      </text>
-      <text transform="translate(41.710765 62.25763)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" x="0" y="13" textLength="210.49902">2  Identify and explain a problem.</tspan>
-      </text>
-      <text transform="translate(41.710765 107.75)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" x="0" y="13" textLength="215.16797">3  Propose and discuss a solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 153.24237)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" x="0" y="13" textLength="246.5791">4  Implement, evaluate, refine solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 198.73473)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" x="0" y="13" textLength="218.31934">5  Ship production implementation.</tspan>
-      </text>
-      <line x1="169.48058" y1="36.530534" x2="169.48058" y2="48.592366" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="82.0229" x2="169.48058" y2="94.08473" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="127.51527" x2="169.48058" y2="139.5771" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="173.00763" x2="169.48058" y2="185.06947" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <path d="M 36.710765 207.3049 C 2.4758262 196.83234 -.5999691 182.11648 27.48338 169.71778" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 157.59032 C 2.512559 145.95047 -.5933328 130.93862 27.39309 119.39949" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 109.78739 C 2.5492918 99.4431 -.5866248 88.88256 27.303016 78.64154" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 64.74398 C 2.5419452 54.19985 -.5879721 42.899223 27.321013 32.4273" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-    </g>
-  </g>
-</svg>
diff --git a/_content/toward-go2/process2.graffle b/_content/toward-go2/process2.graffle
deleted file mode 100644
index c981645..0000000
--- a/_content/toward-go2/process2.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process2.png b/_content/toward-go2/process2.png
deleted file mode 100644
index 77582b0..0000000
--- a/_content/toward-go2/process2.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process2.svg b/_content/toward-go2/process2.svg
deleted file mode 100644
index 53e1fe6..0000000
--- a/_content/toward-go2/process2.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 8 295 215" width="295pt" height="215pt" xmlns:dc="http://purl.org/dc/elements/1.1/">
-  <metadata> Produced by OmniGraffle 7.3.1 
-    <dc:date>2017-07-05 01:26:21 +0000</dc:date>
-  </metadata>
-  <defs>
-    <font-face font-family="Go" font-size="14" panose-1="2 11 6 0 0 0 0 0 0 0" units-per-em="1000" underline-position="-61.035156" underline-thickness="24.414062" slope="0" x-height="541.9922" cap-height="740.7227" ascent="944.8242" descent="-210.9375" font-weight="500">
-      <font-face-src>
-        <font-face-name name="Go"/>
-      </font-face-src>
-    </font-face>
-    <marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#a5a5a5">
-      <g>
-        <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/>
-      </g>
-    </marker>
-  </defs>
-  <g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1">
-    <title>Canvas 1</title>
-    <g>
-      <title>Layer 1</title>
-      <text transform="translate(41.710765 16.765267)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="231.66992">1  Use Go. (Accumulate experience.)</tspan>
-      </text>
-      <text transform="translate(41.710765 62.25763)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="black" x="0" y="13" textLength="210.49902">2  Identify and explain a problem.</tspan>
-      </text>
-      <text transform="translate(41.710765 107.75)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="215.16797">3  Propose and discuss a solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 153.24237)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="246.5791">4  Implement, evaluate, refine solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 198.73473)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="218.31934">5  Ship production implementation.</tspan>
-      </text>
-      <line x1="169.48058" y1="36.530534" x2="169.48058" y2="48.592366" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="82.0229" x2="169.48058" y2="94.08473" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="127.51527" x2="169.48058" y2="139.5771" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="173.00763" x2="169.48058" y2="185.06947" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <path d="M 36.710765 207.3049 C 2.4758262 196.83234 -.5999691 182.11648 27.48338 169.71778" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 157.59032 C 2.512559 145.95047 -.5933328 130.93862 27.39309 119.39949" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 109.78739 C 2.5492918 99.4431 -.5866248 88.88256 27.303016 78.64154" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 64.74398 C 2.5419452 54.19985 -.5879721 42.899223 27.321013 32.4273" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-    </g>
-  </g>
-</svg>
diff --git a/_content/toward-go2/process34.graffle b/_content/toward-go2/process34.graffle
deleted file mode 100644
index 0488de9..0000000
--- a/_content/toward-go2/process34.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process34.png b/_content/toward-go2/process34.png
deleted file mode 100644
index cdd19cd..0000000
--- a/_content/toward-go2/process34.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process34.svg b/_content/toward-go2/process34.svg
deleted file mode 100644
index a38fe8f..0000000
--- a/_content/toward-go2/process34.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 8 295 215" width="295pt" height="215pt" xmlns:dc="http://purl.org/dc/elements/1.1/">
-  <metadata> Produced by OmniGraffle 7.3.1 
-    <dc:date>2017-07-05 01:29:08 +0000</dc:date>
-  </metadata>
-  <defs>
-    <font-face font-family="Go" font-size="14" panose-1="2 11 6 0 0 0 0 0 0 0" units-per-em="1000" underline-position="-61.035156" underline-thickness="24.414062" slope="0" x-height="541.9922" cap-height="740.7227" ascent="944.8242" descent="-210.9375" font-weight="500">
-      <font-face-src>
-        <font-face-name name="Go"/>
-      </font-face-src>
-    </font-face>
-    <marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#a5a5a5">
-      <g>
-        <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/>
-      </g>
-    </marker>
-  </defs>
-  <g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1">
-    <title>Canvas 1</title>
-    <g>
-      <title>Layer 1</title>
-      <text transform="translate(41.710765 16.765267)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="231.66992">1  Use Go. (Accumulate experience.)</tspan>
-      </text>
-      <text transform="translate(41.710765 62.25763)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="210.49902">2  Identify and explain a problem.</tspan>
-      </text>
-      <text transform="translate(41.710765 107.75)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="black" x="0" y="13" textLength="215.16797">3  Propose and discuss a solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 153.24237)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="black" x="0" y="13" textLength="246.5791">4  Implement, evaluate, refine solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 198.73473)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="218.31934">5  Ship production implementation.</tspan>
-      </text>
-      <line x1="169.48058" y1="36.530534" x2="169.48058" y2="48.592366" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="82.0229" x2="169.48058" y2="94.08473" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="127.51527" x2="169.48058" y2="139.5771" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="173.00763" x2="169.48058" y2="185.06947" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <path d="M 36.710765 207.3049 C 2.4758262 196.83234 -.5999691 182.11648 27.48338 169.71778" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 157.59032 C 2.512559 145.95047 -.5933328 130.93862 27.39309 119.39949" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 109.78739 C 2.5492918 99.4431 -.5866248 88.88256 27.303016 78.64154" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 64.74398 C 2.5419452 54.19985 -.5879721 42.899223 27.321013 32.4273" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-    </g>
-  </g>
-</svg>
diff --git a/_content/toward-go2/process5.graffle b/_content/toward-go2/process5.graffle
deleted file mode 100644
index ea499eb..0000000
--- a/_content/toward-go2/process5.graffle
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process5.png b/_content/toward-go2/process5.png
deleted file mode 100644
index 4875fdc..0000000
--- a/_content/toward-go2/process5.png
+++ /dev/null
Binary files differ
diff --git a/_content/toward-go2/process5.svg b/_content/toward-go2/process5.svg
deleted file mode 100644
index ebe0c5a..0000000
--- a/_content/toward-go2/process5.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="8 8 295 215" width="295pt" height="215pt" xmlns:dc="http://purl.org/dc/elements/1.1/">
-  <metadata> Produced by OmniGraffle 7.3.1 
-    <dc:date>2017-07-05 01:34:52 +0000</dc:date>
-  </metadata>
-  <defs>
-    <font-face font-family="Go" font-size="14" panose-1="2 11 6 0 0 0 0 0 0 0" units-per-em="1000" underline-position="-61.035156" underline-thickness="24.414062" slope="0" x-height="541.9922" cap-height="740.7227" ascent="944.8242" descent="-210.9375" font-weight="500">
-      <font-face-src>
-        <font-face-name name="Go"/>
-      </font-face-src>
-    </font-face>
-    <marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -4 10 8" markerWidth="10" markerHeight="8" color="#a5a5a5">
-      <g>
-        <path d="M 8 0 L 0 -3 L 0 3 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/>
-      </g>
-    </marker>
-  </defs>
-  <g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1">
-    <title>Canvas 1</title>
-    <g>
-      <title>Layer 1</title>
-      <text transform="translate(41.710765 16.765267)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="231.66992">1  Use Go. (Accumulate experience.)</tspan>
-      </text>
-      <text transform="translate(41.710765 62.25763)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="210.49902">2  Identify and explain a problem.</tspan>
-      </text>
-      <text transform="translate(41.710765 107.75)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="215.16797">3  Propose and discuss a solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 153.24237)" fill="#a5a5a5">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="#a5a5a5" x="0" y="13" textLength="246.5791">4  Implement, evaluate, refine solution.</tspan>
-      </text>
-      <text transform="translate(41.710765 198.73473)" fill="black">
-        <tspan font-family="Go" font-size="14" font-weight="500" fill="black" x="0" y="13" textLength="218.31934">5  Ship production implementation.</tspan>
-      </text>
-      <line x1="169.48058" y1="36.530534" x2="169.48058" y2="48.592366" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="82.0229" x2="169.48058" y2="94.08473" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="127.51527" x2="169.48058" y2="139.5771" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <line x1="169.48058" y1="173.00763" x2="169.48058" y2="185.06947" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
-      <path d="M 36.710765 207.3049 C 2.4758262 196.83234 -.5999691 182.11648 27.48338 169.71778" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 157.59032 C 2.512559 145.95047 -.5933328 130.93862 27.39309 119.39949" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 109.78739 C 2.5492918 99.4431 -.5866248 88.88256 27.303016 78.64154" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-      <path d="M 36.710765 64.74398 C 2.5419452 54.19985 -.5879721 42.899223 27.321013 32.4273" marker-end="url(#FilledArrow_Marker)" stroke="#a5a5a5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/>
-    </g>
-  </g>
-</svg>
diff --git a/_content/toward-go2/tweet.png b/_content/toward-go2/tweet.png
deleted file mode 100644
index 7cc1199..0000000
--- a/_content/toward-go2/tweet.png
+++ /dev/null
Binary files differ
diff --git a/_content/turkey-doodle.article b/_content/turkey-doodle.article
deleted file mode 100644
index 8649279..0000000
--- a/_content/turkey-doodle.article
+++ /dev/null
@@ -1,276 +0,0 @@
-# From zero to Go: launching on the Google homepage in 24 hours
-13 Dec 2011
-Tags: appengine, google, guest
-Summary: How Go helped launch the Google Doodle for Thanksgiving 2011.
-OldURL: /from-zero-to-go-launching-on-google
-
-Reinaldo Aguiar
-
-## Introduction
-
-_This article was written by Reinaldo Aguiar, a software engineer from the Search team at Google. He shares his experience developing his first Go program and launching it to an audience of millions - all in one day!_
-
-I was recently given the opportunity to collaborate on a small but highly
-visible "20% project":
-the [Thanksgiving 2011 Google Doodle](http://www.google.com/logos/2011/thanksgiving.html).
-The doodle features a turkey produced by randomly combining different styles of head,
-wings, feathers and legs.
-The user can customize it by clicking on the different parts of the turkey.
-This interactivity is implemented in the browser by a combination of JavaScript,
-CSS and of course HTML, creating turkeys on the fly.
-
-.image turkey-doodle/image00.png
-
-Once the user has created a personalized turkey it can be shared with friends
-and family by posting to Google+.
-Clicking a "Share" button (not pictured here) creates in the user's Google+
-stream a post containing a snapshot of the turkey.
-The snapshot is a single image that matches the turkey the user created.
-
-With 13 alternatives for each of 8 parts of the turkey (heads,
-pairs of legs, distinct feathers, etc.) there are more than than 800 million
-possible snapshot images that could be generated.
-To pre-compute them all is clearly infeasible.
-Instead, we must generate the snapshots on the fly.
-Combining that problem with a need for immediate scalability and high availability,
-the choice of platform is obvious: Google App Engine!
-
-The next thing we needed to decide was which App Engine runtime to use.
-Image manipulation tasks are CPU-bound, so performance is the deciding factor in this case.
-
-To make an informed decision we ran a test.
-We quickly prepared a couple of equivalent demo apps for the new [Python 2.7 runtime](http://code.google.com/appengine/docs/python/python27/newin27.html)
-(which provides [PIL](http://www.pythonware.com/products/pil/),
-a C-based imaging library) and the Go runtime.
-Each app generates an image composed of several small images,
-encodes the image as a JPEG, and sends the JPEG data as the HTTP response.
-The Python 2.7 app served requests with a median latency of 65 milliseconds,
-while the Go app ran with a median latency of just 32 milliseconds.
-
-This problem therefore seemed the perfect opportunity to try the experimental Go runtime.
-
-I had no previous experience with Go and the timeline was tight:
-two days to be production ready.
-This was intimidating, but I saw it as an opportunity to test Go from a different,
-often overlooked angle:
-development velocity.
-How fast can a person with no Go experience pick it up and build something
-that performs and scales?
-
-## Design
-
-The approach was to encode the state of the turkey in the URL, drawing and encoding the snapshot on the fly.
-
-The base for every doodle is the background:
-
-.image turkey-doodle/image01.jpg
-
-A valid request URL might look like this:
-`http://google-turkey.appspot.com/thumb/20332620][http://google-turkey.appspot.com/thumb/20332620`
-
-The alphanumeric string that follows "/thumb/" indicates (in hexadecimal)
-which choice to draw for each layout element,
-as illustrated by this image:
-
-.image turkey-doodle/image03.png
-
-The program's request handler parses the URL to determine which element
-is selected for each component,
-draws the appropriate images on top of the background image,
-and serves the result as a JPEG.
-
-If an error occurs, a default image is served.
-There's no point serving an error page because the user will never see it -
-the browser is almost certainly loading this URL into an image tag.
-
-## Implementation
-
-In the package scope we declare some data structures to describe the elements of the turkey,
-the location of the corresponding images,
-and where they should be drawn on the background image.
-
-	var (
-	    // dirs maps each layout element to its location on disk.
-	    dirs = map[string]string{
-	        "h": "img/heads",
-	        "b": "img/eyes_beak",
-	        "i": "img/index_feathers",
-	        "m": "img/middle_feathers",
-	        "r": "img/ring_feathers",
-	        "p": "img/pinky_feathers",
-	        "f": "img/feet",
-	        "w": "img/wing",
-	    }
-
-	    // urlMap maps each URL character position to
-	    // its corresponding layout element.
-	    urlMap = [...]string{"b", "h", "i", "m", "r", "p", "f", "w"}
-
-	    // layoutMap maps each layout element to its position
-	    // on the background image.
-	    layoutMap = map[string]image.Rectangle{
-	        "h": {image.Pt(109, 50), image.Pt(166, 152)},
-	        "i": {image.Pt(136, 21), image.Pt(180, 131)},
-	        "m": {image.Pt(159, 7), image.Pt(201, 126)},
-	        "r": {image.Pt(188, 20), image.Pt(230, 125)},
-	        "p": {image.Pt(216, 48), image.Pt(258, 134)},
-	        "f": {image.Pt(155, 176), image.Pt(243, 213)},
-	        "w": {image.Pt(169, 118), image.Pt(250, 197)},
-	        "b": {image.Pt(105, 104), image.Pt(145, 148)},
-	    }
-	)
-
-The geometry of the points above was calculated by measuring the actual
-location and size of each layout element within the image.
-
-Loading the images from disk on each request would be wasteful repetition,
-so we load all 106 images (13 \* 8 elements + 1 background + 1 default) into
-global variables upon receipt of the first request.
-
-	var (
-	    // elements maps each layout element to its images.
-	    elements = make(map[string][]*image.RGBA)
-
-	    // backgroundImage contains the background image data.
-	    backgroundImage *image.RGBA
-
-	    // defaultImage is the image that is served if an error occurs.
-	    defaultImage *image.RGBA
-
-	    // loadOnce is used to call the load function only on the first request.
-	    loadOnce sync.Once
-	)
-
-	// load reads the various PNG images from disk and stores them in their
-	// corresponding global variables.
-	func load() {
-	    defaultImage = loadPNG(defaultImageFile)
-	    backgroundImage = loadPNG(backgroundImageFile)
-	    for dirKey, dir := range dirs {
-	        paths, err := filepath.Glob(dir + "/*.png")
-	        if err != nil {
-	            panic(err)
-	        }
-	        for _, p := range paths {
-	            elements[dirKey] = append(elements[dirKey], loadPNG(p))
-	        }
-	    }
-	}
-
-Requests are handled in a straightforward sequence:
-
-  - Parse the request URL, decoding the decimal value of each character in the path.
-
-  - Make a copy of the background image as the base for the final image.
-
-  - Draw each image element onto the background image using the layoutMap to determine where they should be drawn.
-
-  - Encode the image as a JPEG
-
-  - Return the image to user by writing the JPEG directly to the HTTP response writer.
-
-Should any error occur, we serve the defaultImage to the user and log the
-error to the App Engine dashboard for later analysis.
-
-Here's the code for the request handler with explanatory comments:
-
-	func handler(w http.ResponseWriter, r *http.Request) {
-	    // [[https://blog.golang.org/2010/08/defer-panic-and-recover.html][Defer]] a function to recover from any panics.
-	    // When recovering from a panic, log the error condition to
-	    // the App Engine dashboard and send the default image to the user.
-	    defer func() {
-	        if err := recover(); err != nil {
-	            c := appengine.NewContext(r)
-	            c.Errorf("%s", err)
-	            c.Errorf("%s", "Traceback: %s", r.RawURL)
-	            if defaultImage != nil {
-	                w.Header().Set("Content-type", "image/jpeg")
-	                jpeg.Encode(w, defaultImage, &imageQuality)
-	            }
-	        }
-	    }()
-
-	    // Load images from disk on the first request.
-	    loadOnce.Do(load)
-
-	    // Make a copy of the background to draw into.
-	    bgRect := backgroundImage.Bounds()
-	    m := image.NewRGBA(bgRect.Dx(), bgRect.Dy())
-	    draw.Draw(m, m.Bounds(), backgroundImage, image.ZP, draw.Over)
-
-	    // Process each character of the request string.
-	    code := strings.ToLower(r.URL.Path[len(prefix):])
-	    for i, p := range code {
-	        // Decode hex character p in place.
-	        if p < 'a' {
-	            // it's a digit
-	            p = p - '0'
-	        } else {
-	            // it's a letter
-	            p = p - 'a' + 10
-	        }
-
-	        t := urlMap[i]    // element type by index
-	        em := elements[t] // element images by type
-	        if p >= len(em) {
-	            panic(fmt.Sprintf("element index out of range %s: "+
-	                "%d >= %d", t, p, len(em)))
-	        }
-
-	        // Draw the element to m,
-	        // using the layoutMap to specify its position.
-	        draw.Draw(m, layoutMap[t], em[p], image.ZP, draw.Over)
-	    }
-
-	    // Encode JPEG image and write it as the response.
-	    w.Header().Set("Content-type", "image/jpeg")
-	    w.Header().Set("Cache-control", "public, max-age=259200")
-	    jpeg.Encode(w, m, &imageQuality)
-	}
-
-For brevity, I've omitted several helper functions from these code listings.
-See the [source code](http://code.google.com/p/go-thanksgiving/source/browse/) for the full scoop.
-
-## Performance
-
-.image turkey-doodle/image02.png
-
-This chart - taken directly from the App Engine dashboard - shows average
-request latency during launch.
-As you can see, even under load it never exceeds 60 ms,
-with a median latency of 32 milliseconds.
-This is wicked fast, considering that our request handler is doing image
-manipulation and encoding on the fly.
-
-## Conclusions
-
-I found Go's syntax to be intuitive, simple and clean.
-I have worked a lot with interpreted languages in the past,
-and although Go is instead a statically typed and compiled language,
-writing this app felt more like working with a dynamic,
-interpreted language.
-
-The development server provided with the [SDK](http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go)
-quickly recompiles the program after any change,
-so I could iterate as fast as I would with an interpreted language.
-It's dead simple, too - it took less than a minute to set up my development environment.
-
-Go's great documentation also helped me put this together fast.
-The docs are generated from the source code,
-so each function's documentation links directly to the associated source code.
-This not only allows the developer to understand very quickly what a particular
-function does but also encourages the developer to dig into the package implementation,
-making it easier to learn good style and conventions.
-
-In writing this application I used just three resources:
-App Engine's [Hello World Go example](http://code.google.com/appengine/docs/go/gettingstarted/helloworld.html),
-[the Go packages documentation](https://golang.org/pkg/),
-and [a blog post showcasing the Draw package](https://blog.golang.org/2011/09/go-imagedraw-package.html).
-Thanks to the rapid iteration made possible by the development server and
-the language itself,
-I was able to pick up the language and build a super fast,
-production ready, doodle generator in less than 24 hours.
-
-Download the full app source code (including images) at [the Google Code project](http://code.google.com/p/go-thanksgiving/source/browse/).
-
-Special thanks go to Guillermo Real and Ryan Germick who designed the doodle.
diff --git a/_content/turkey-doodle/image00.png b/_content/turkey-doodle/image00.png
deleted file mode 100644
index d84e976..0000000
--- a/_content/turkey-doodle/image00.png
+++ /dev/null
Binary files differ
diff --git a/_content/turkey-doodle/image01.jpg b/_content/turkey-doodle/image01.jpg
deleted file mode 100644
index a3e3e0c..0000000
--- a/_content/turkey-doodle/image01.jpg
+++ /dev/null
Binary files differ
diff --git a/_content/turkey-doodle/image02.png b/_content/turkey-doodle/image02.png
deleted file mode 100644
index 7bf1893..0000000
--- a/_content/turkey-doodle/image02.png
+++ /dev/null
Binary files differ
diff --git a/_content/turkey-doodle/image03.png b/_content/turkey-doodle/image03.png
deleted file mode 100644
index 8a92079..0000000
--- a/_content/turkey-doodle/image03.png
+++ /dev/null
Binary files differ
diff --git a/_content/two-recent-go-articles.article b/_content/two-recent-go-articles.article
deleted file mode 100644
index 1fa92d4..0000000
--- a/_content/two-recent-go-articles.article
+++ /dev/null
@@ -1,63 +0,0 @@
-# Two recent Go articles
-6 Mar 2013
-Tags: google, talk, ethos
-Summary: Two Go articles: “Go at Google: Language Design in the Service of Software Engineering” and “Getting Started with Go, App Engine and Google+ API”
-
-Andrew Gerrand
-
-## Introduction
-
-In today's blog post I'd like to highlight a couple of recent articles about Go.
-
-## Go at Google
-
-In October last year, Rob Pike presented a keynote at the ACM [SPLASH](http://splashcon.org/2012/) conference in Tucson.
-The talk, titled [Go at Google](https://talks.golang.org/2012/splash.slide),
-was a comprehensive discussion of the motivations behind Go.
-Rob later expanded on his talk to produce an essay titled [Go at Google: Language Design in the Service of Software Engineering](http://talks.golang.org/2012/splash.article).
-Here is the abstract:
-
-	The Go programming language was conceived in late 2007 as an
-	answer to some of the problems we were seeing developing
-	software infrastructure at Google. The computing landscape
-	today is almost unrelated to the environment in which the
-	languages being used, mostly C++, Java, and Python, had been
-	created. The problems introduced by multicore processors,
-	networked systems, massive computation clusters, and the web
-	programming model were being worked around rather than
-	addressed head-on. Moreover, the scale has changed: today's
-	server programs comprise tens of millions of lines of code,
-	are worked on by hundreds or even thousands of programmers,
-	and are updated literally every day.  To make matters worse,
-	build times, even on large compilation clusters, have
-	stretched to many minutes, even hours.
-
-	Go was designed and developed to make working in this
-	environment more productive. Besides its better-known
-	aspects such as built-in concurrency and garbage collection,
-	Go's design considerations include rigorous dependency
-	management, the adaptability of software architecture as
-	systems grow, and robustness across the boundaries between
-	components.
-
-This article explains how these issues were addressed while building an efficient,
-compiled programming language that feels lightweight and pleasant.
-Examples and explanations will be taken from the real-world problems faced at Google.
-
-If you have wondered about the design decisions behind Go,
-you may find your questions answered by [the essay](https://talks.golang.org/2012/splash.article).
-It is recommended reading for both new and experienced Go programmers.
-
-## Go at the Google Developers Academy
-
-At Google I/O 2012 the Google Developers team [launched](http://googledevelopers.blogspot.com.au/2012/06/google-launches-new-developer-education.html) the [Google Developers Academy](https://developers.google.com/academy/),
-a program that provides training materials on Google technologies.
-Go is one of those technologies and we're pleased to announce the first
-GDA article featuring Go front and center:
-
-[Getting Started with Go, App Engine and Google+ API](https://developers.google.com/appengine/training/go-plus-appengine/) is
-an introduction to writing web applications in Go.
-It demonstrates how to build and deploy App Engine applications and make
-calls to the Google+ API using the Google APIs Go Client.
-This is a great entry point for Go programmers eager to get started with
-Google's developer ecosystem.
diff --git a/_content/two-recent-go-talks.article b/_content/two-recent-go-talks.article
deleted file mode 100644
index ca4e44f..0000000
--- a/_content/two-recent-go-talks.article
+++ /dev/null
@@ -1,46 +0,0 @@
-# Two recent Go talks
-2 Jan 2013
-Tags: talk, video, ethos
-Summary: Two Go talks: “Go: A Simple Programming Environment” and “Go: Code That Grows With Grace”.
-
-Andrew Gerrand
-
-## Introduction
-
-Late last year I wrote a couple of Go talks and presented them at [Strange Loop](http://thestrangeloop.com/),
-[Øredev](http://oredev.com), and various other venues.
-The talks are designed to give insight into the practice of Go programming,
-each describing the construction of a real program and demonstrating the
-power and depth of the Go language and its libraries and tools.
-
-The following videos are, in my opinion, the best recordings of these talks.
-
-## Go: a simple programming environment
-
-Go is a general-purpose language that bridges the gap between efficient
-statically typed languages and productive dynamic language.
-But it’s not just the language that makes Go special – Go has broad
-and consistent standard libraries and powerful but simple tools.
-
-This talk gives an introduction to Go, followed by a tour of some real programs
-that demonstrate the power,
-scope, and simplicity of the Go programming environment.
-
-.iframe //player.vimeo.com/video/53221558?badge=0 281 500
-
-See the [slide deck](https://talks.golang.org/2012/simple.slide) (use the left and right arrows to navigate).
-
-## Go: code that grows with grace
-
-One of Go's key design goals is code adaptability;
-that it should be easy to take a simple design and build upon it in a clean and natural way.
-In this talk I describe a simple "chat roulette" server that matches pairs
-of incoming TCP connections,
-and then use Go's concurrency mechanisms,
-interfaces, and standard library to extend it with a web interface and other features.
-While the function of the program changes dramatically,
-Go's flexibility preserves the original design as it grows.
-
-.iframe //player.vimeo.com/video/53221560?badge=0 281 500
-
-See the [slide deck](https://talks.golang.org/2012/chat.slide) (use the left and right arrows to navigate).
diff --git a/_content/using-go-modules.article b/_content/using-go-modules.article
deleted file mode 100644
index 0de509f..0000000
--- a/_content/using-go-modules.article
+++ /dev/null
@@ -1,551 +0,0 @@
-# Using Go Modules
-19 Mar 2019
-Tags: tools, versioning
-Summary: An introduction to the basic operations needed to get started with Go modules.
-
-Tyler Bui-Palsulich
-
-Eno Compton
-
-## Introduction
-
-This post is part 1 in a series.
-
-  - **Part 1 — Using Go Modules** (this post)
-  - Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
-  - Part 3 — [Publishing Go Modules](/publishing-go-modules)
-  - Part 4 — [Go Modules: v2 and Beyond](/v2-go-modules)
-  - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
-
-**Note:** For documentation on managing dependencies with modules, see
-[Managing dependencies](https://golang.org/doc/modules/managing-dependencies).
-
-Go 1.11 and 1.12 include preliminary
-[support for modules](https://golang.org/doc/go1.11#modules),
-Go’s
-[new dependency management system](https://blog.golang.org/versioning-proposal)
-that makes dependency version information explicit
-and easier to manage.
-This blog post is an introduction to the basic operations needed
-to get started using modules.
-
-A module is a collection of
-[Go packages](https://golang.org/ref/spec#Packages)
-stored in a file tree with a `go.mod` file at its root.
-The `go.mod` file defines the module’s _module path_,
-which is also the import path used for the root directory,
-and its _dependency requirements_,
-which are the other modules needed for a successful build.
-Each dependency requirement is
-written as a module path and a specific
-[semantic version](http://semver.org/).
-
-As of Go 1.11, the go command enables the use of modules
-when the current directory or any parent directory has a `go.mod`,
-provided the directory is _outside_ `$GOPATH/src`.
-(Inside `$GOPATH/src`, for compatibility, the go command
-still runs in the old GOPATH mode, even if a `go.mod` is found.
-See the
-[go command documentation](https://golang.org/cmd/go/#hdr-Preliminary_module_support)
-for details.)
-Starting in Go 1.13, module mode will be the default for all development.
-
-This post walks through a sequence of common operations
-that arise when developing Go code with modules:
-
-  - Creating a new module.
-  - Adding a dependency.
-  - Upgrading dependencies.
-  - Adding a dependency on a new major version.
-  - Upgrading a dependency to a new major version.
-  - Removing unused dependencies.
-
-## Creating a new module
-
-Let's create a new module.
-
-Create a new, empty directory somewhere outside `$GOPATH/src`,
-`cd` into that directory, and then create a new source file, `hello.go`:
-
-	package hello
-
-	func Hello() string {
-		return "Hello, world."
-	}
-
-Let's write a test, too, in `hello_test.go`:
-
-	package hello
-
-	import "testing"
-
-	func TestHello(t *testing.T) {
-		want := "Hello, world."
-		if got := Hello(); got != want {
-			t.Errorf("Hello() = %q, want %q", got, want)
-		}
-	}
-
-At this point, the directory contains a package, but not a module,
-because there is no `go.mod` file.
-If we were working in `/home/gopher/hello` and ran `go test` now,
-we'd see:
-
-	$ go test
-	PASS
-	ok  	_/home/gopher/hello	0.020s
-	$
-
-The last line summarizes the overall package test.
-Because we are working outside `$GOPATH`
-and also outside any module,
-the `go` command knows no import path for
-the current directory and makes up a fake one based
-on the directory name: `_/home/gopher/hello`.
-
-Let's make the current directory the root of a module
-by using `go mod init` and then try `go test` again:
-
-	$ go mod init example.com/hello
-	go: creating new go.mod: module example.com/hello
-	$ go test
-	PASS
-	ok  	example.com/hello	0.020s
-	$
-
-Congratulations! You’ve written and tested your first module.
-
-The `go mod init` command wrote a `go.mod` file:
-
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-	$
-
-The `go.mod` file only appears in the root of the module.
-Packages in subdirectories have import paths consisting of
-the module path plus the path to the subdirectory.
-For example, if we created a subdirectory `world`,
-we would not need to (nor want to) run `go mod init` there.
-The package would automatically be recognized as part of the
-`example.com/hello` module, with import path
-`example.com/hello/world`.
-
-## Adding a dependency
-
-The primary motivation for Go modules was to improve the
-experience of using (that is, adding a dependency on)
-code written by other developers.
-
-Let's update our `hello.go` to import `rsc.io/quote`
-and use it to implement `Hello`:
-
-	package hello
-
-	import "rsc.io/quote"
-
-	func Hello() string {
-		return quote.Hello()
-	}
-
-Now let’s run the test again:
-
-	$ go test
-	go: finding rsc.io/quote v1.5.2
-	go: downloading rsc.io/quote v1.5.2
-	go: extracting rsc.io/quote v1.5.2
-	go: finding rsc.io/sampler v1.3.0
-	go: finding golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c
-	go: downloading rsc.io/sampler v1.3.0
-	go: extracting rsc.io/sampler v1.3.0
-	go: downloading golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c
-	go: extracting golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c
-	PASS
-	ok  	example.com/hello	0.023s
-	$
-
-The `go` command resolves imports by using the specific
-dependency module versions listed in `go.mod`.
-When it encounters an `import` of a package not provided
-by any module in `go.mod`, the `go` command automatically
-looks up the module containing that package and adds it to
-`go.mod`, using the latest version.
-(“Latest” is defined as the
-latest tagged stable (non-[prerelease](https://semver.org/#spec-item-9)) version,
-or else the latest tagged prerelease version,
-or else the latest untagged version.)
-In our example, `go test` resolved the new import `rsc.io/quote`
-to the module `rsc.io/quote v1.5.2`.
-It also downloaded two dependencies used by `rsc.io/quote`,
-namely `rsc.io/sampler` and `golang.org/x/text`.
-Only direct dependencies are recorded in the `go.mod` file:
-
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-
-	require rsc.io/quote v1.5.2
-	$
-
-A second `go test` command will not repeat this work,
-since the `go.mod` is now up-to-date and the downloaded
-modules are cached locally (in `$GOPATH/pkg/mod`):
-
-	$ go test
-	PASS
-	ok  	example.com/hello	0.020s
-	$
-
-Note that while the `go` command makes adding a new dependency
-quick and easy, it is not without cost.
-Your module now literally _depends_ on the new dependency
-in critical areas such as correctness, security, and proper licensing,
-just to name a few.
-For more considerations, see Russ Cox's blog post,
-“[Our Software Dependency Problem](https://research.swtch.com/deps).”
-
-As we saw above, adding one direct dependency often
-brings in other indirect dependencies too.
-The command `go list -m all` lists the current module
-and all its dependencies:
-
-	$ go list -m all
-	example.com/hello
-	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c
-	rsc.io/quote v1.5.2
-	rsc.io/sampler v1.3.0
-	$
-
-In the `go list` output, the current module,
-also known as the _main module_,
-is always the first line,
-followed by dependencies sorted by module path.
-
-The `golang.org/x/text` version `v0.0.0-20170915032832-14c0d48ead0c`
-is an example of a
-[pseudo-version](https://golang.org/cmd/go/#hdr-Pseudo_versions),
-which is the `go` command's version syntax
-for a specific untagged commit.
-
-In addition to `go.mod`, the `go` command
-maintains a file named `go.sum` containing
-the expected [cryptographic hashes](https://golang.org/cmd/go/#hdr-Module_downloading_and_verification) of the content of specific module versions:
-
-	$ cat go.sum
-	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c h1:qgOY6WgZO...
-	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:Nq...
-	rsc.io/quote v1.5.2 h1:w5fcysjrx7yqtD/aO+QwRjYZOKnaM9Uh2b40tElTs3...
-	rsc.io/quote v1.5.2/go.mod h1:LzX7hefJvL54yjefDEDHNONDjII0t9xZLPX...
-	rsc.io/sampler v1.3.0 h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/Q...
-	rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9...
-	$
-
-The `go` command uses the `go.sum` file to ensure that
-future downloads of these modules retrieve the same bits
-as the first download,
-to ensure the modules your project depends on
-do not change unexpectedly,
-whether for malicious, accidental, or other reasons.
-Both `go.mod` and `go.sum` should be checked into version control.
-
-## Upgrading dependencies
-
-With Go modules, versions are referenced with semantic version tags.
-A semantic version has three parts: major, minor, and patch.
-For example, for `v0.1.2`, the major version is 0, the minor version is 1,
-and the patch version is 2.
-Let's walk through a couple minor version upgrades.
-In the next section, we’ll consider a major version upgrade.
-
-From the output of `go list -m all`,
-we can see we're using an untagged version of `golang.org/x/text`.
-Let's upgrade to the latest tagged version and test that everything still works:
-
-	$ go get golang.org/x/text
-	go: finding golang.org/x/text v0.3.0
-	go: downloading golang.org/x/text v0.3.0
-	go: extracting golang.org/x/text v0.3.0
-	$ go test
-	PASS
-	ok  	example.com/hello	0.013s
-	$
-
-Woohoo! Everything passes.
-Let's take another look at `go list -m all` and the `go.mod` file:
-
-	$ go list -m all
-	example.com/hello
-	golang.org/x/text v0.3.0
-	rsc.io/quote v1.5.2
-	rsc.io/sampler v1.3.0
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-
-	require (
-		golang.org/x/text v0.3.0 // indirect
-		rsc.io/quote v1.5.2
-	)
-	$
-
-The `golang.org/x/text` package has been upgraded to the latest tagged version (`v0.3.0`).
-The `go.mod` file has been updated to specify `v0.3.0` too.
-The `indirect` comment indicates a dependency is not used directly
-by this module, only indirectly by other module dependencies.
-See `go help modules` for details.
-
-Now let's try upgrading the `rsc.io/sampler` minor version.
-Start the same way, by running `go get` and running tests:
-
-	$ go get rsc.io/sampler
-	go: finding rsc.io/sampler v1.99.99
-	go: downloading rsc.io/sampler v1.99.99
-	go: extracting rsc.io/sampler v1.99.99
-	$ go test
-	--- FAIL: TestHello (0.00s)
-	    hello_test.go:8: Hello() = "99 bottles of beer on the wall, 99 bottles of beer, ...", want "Hello, world."
-	FAIL
-	exit status 1
-	FAIL	example.com/hello	0.014s
-	$
-
-Uh, oh! The test failure shows that the
-latest version of `rsc.io/sampler` is incompatible with our usage.
-Let's list the available tagged versions of that module:
-
-	$ go list -m -versions rsc.io/sampler
-	rsc.io/sampler v1.0.0 v1.2.0 v1.2.1 v1.3.0 v1.3.1 v1.99.99
-	$
-
-We had been using v1.3.0; v1.99.99 is clearly no good.
-Maybe we can try using v1.3.1 instead:
-
-	$ go get rsc.io/sampler@v1.3.1
-	go: finding rsc.io/sampler v1.3.1
-	go: downloading rsc.io/sampler v1.3.1
-	go: extracting rsc.io/sampler v1.3.1
-	$ go test
-	PASS
-	ok  	example.com/hello	0.022s
-	$
-
-Note the explicit `@v1.3.1` in the `go get` argument.
-In general each argument passed to `go get` can take
-an explicit version; the default is `@latest`,
-which resolves to the latest version as defined earlier.
-
-## Adding a dependency on a new major version
-
-Let's add a new function to our package:
-`func Proverb` returns a Go concurrency proverb,
-by calling `quote.Concurrency`, which is provided by
-the module `rsc.io/quote/v3`.
-First we update `hello.go` to add the new function:
-
-	package hello
-
-	import (
-		"rsc.io/quote"
-		quoteV3 "rsc.io/quote/v3"
-	)
-
-	func Hello() string {
-		return quote.Hello()
-	}
-
-	func Proverb() string {
-		return quoteV3.Concurrency()
-	}
-
-Then we add a test to `hello_test.go`:
-
-	func TestProverb(t *testing.T) {
-		want := "Concurrency is not parallelism."
-		if got := Proverb(); got != want {
-			t.Errorf("Proverb() = %q, want %q", got, want)
-		}
-	}
-
-Then we can test our code:
-
-	$ go test
-	go: finding rsc.io/quote/v3 v3.1.0
-	go: downloading rsc.io/quote/v3 v3.1.0
-	go: extracting rsc.io/quote/v3 v3.1.0
-	PASS
-	ok  	example.com/hello	0.024s
-	$
-
-Note that our module now depends on both `rsc.io/quote` and `rsc.io/quote/v3`:
-
-	$ go list -m rsc.io/q...
-	rsc.io/quote v1.5.2
-	rsc.io/quote/v3 v3.1.0
-	$
-
-Each different major version (`v1`, `v2`, and so on) of a Go module
-uses a different module path: starting at `v2`, the path must end in the major version.
-In the example, `v3` of `rsc.io/quote` is no longer `rsc.io/quote`: instead,
-it is identified by the module path `rsc.io/quote/v3`.
-This convention is called
-[semantic import versioning](https://research.swtch.com/vgo-import),
-and it gives incompatible packages (those with different major versions)
-different names.
-In contrast, `v1.6.0` of `rsc.io/quote` should be backwards-compatible
-with `v1.5.2`, so it reuses the name `rsc.io/quote`.
-(In the previous section, `rsc.io/sampler` `v1.99.99`
-_should_ have been backwards-compatible
-with `rsc.io/sampler` `v1.3.0`, but bugs or incorrect client assumptions about
-module behavior can both happen.)
-
-The `go` command allows a build to include at most one version of
-any particular module path, meaning at most one of each major
-version: one `rsc.io/quote`, one `rsc.io/quote/v2`, one `rsc.io/quote/v3`,
-and so on.
-This gives module authors a clear rule about possible duplication
-of a single module path: it is impossible for a program to build with both
-`rsc.io/quote v1.5.2` and `rsc.io/quote v1.6.0`.
-At the same time, allowing different major versions of a module
-(because they have different paths)
-gives module consumers the ability to
-upgrade to a new major version incrementally.
-In this example, we wanted to use `quote.Concurrency` from `rsc/quote/v3 v3.1.0`
-but are not yet ready to migrate our uses of `rsc.io/quote v1.5.2`.
-The ability to migrate incrementally
-is especially important in a large program or codebase.
-
-## Upgrading a dependency to a new major version
-
-Let's complete our conversion from using `rsc.io/quote` to using only `rsc.io/quote/v3`.
-Because of the major version change, we should expect that some APIs may have
-been removed, renamed, or otherwise changed in incompatible ways.
-Reading the docs, we can see that `Hello` has become `HelloV3`:
-
-	$ go doc rsc.io/quote/v3
-	package quote // import "rsc.io/quote/v3"
-
-	Package quote collects pithy sayings.
-
-	func Concurrency() string
-	func GlassV3() string
-	func GoV3() string
-	func HelloV3() string
-	func OptV3() string
-	$
-
-We can update our use of `quote.Hello()` in `hello.go` to use `quoteV3.HelloV3()`:
-
-	package hello
-
-	import quoteV3 "rsc.io/quote/v3"
-
-	func Hello() string {
-		return quoteV3.HelloV3()
-	}
-
-	func Proverb() string {
-		return quoteV3.Concurrency()
-	}
-
-And then at this point, there's no need for the renamed import anymore,
-so we can undo that:
-
-	package hello
-
-	import "rsc.io/quote/v3"
-
-	func Hello() string {
-		return quote.HelloV3()
-	}
-
-	func Proverb() string {
-		return quote.Concurrency()
-	}
-
-Let's re-run the tests to make sure everything is working:
-
-	$ go test
-	PASS
-	ok      example.com/hello       0.014s
-
-## Removing unused dependencies
-
-We've removed all our uses of `rsc.io/quote`,
-but it still shows up in `go list -m all` and in our `go.mod` file:
-
-	$ go list -m all
-	example.com/hello
-	golang.org/x/text v0.3.0
-	rsc.io/quote v1.5.2
-	rsc.io/quote/v3 v3.1.0
-	rsc.io/sampler v1.3.1
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-
-	require (
-		golang.org/x/text v0.3.0 // indirect
-		rsc.io/quote v1.5.2
-		rsc.io/quote/v3 v3.0.0
-		rsc.io/sampler v1.3.1 // indirect
-	)
-	$
-
-Why? Because building a single package, like with `go build` or `go test`,
-can easily tell when something is missing and needs to be added,
-but not when something can safely be removed.
-Removing a dependency can only be done after
-checking all packages in a module,
-and all possible build tag combinations for those packages.
-An ordinary build command does not load this information,
-and so it cannot safely remove dependencies.
-
-The `go mod tidy` command cleans up these unused dependencies:
-
-	$ go mod tidy
-	$ go list -m all
-	example.com/hello
-	golang.org/x/text v0.3.0
-	rsc.io/quote/v3 v3.1.0
-	rsc.io/sampler v1.3.1
-	$ cat go.mod
-	module example.com/hello
-
-	go 1.12
-
-	require (
-		golang.org/x/text v0.3.0 // indirect
-		rsc.io/quote/v3 v3.1.0
-		rsc.io/sampler v1.3.1 // indirect
-	)
-
-	$ go test
-	PASS
-	ok  	example.com/hello	0.020s
-	$
-
-## Conclusion
-
-Go modules are the future of dependency management in Go.
-Module functionality is now available in all supported Go versions
-(that is, in Go 1.11 and Go 1.12).
-
-This post introduced these workflows using Go modules:
-
-  - `go mod init` creates a new module, initializing the `go.mod` file that describes it.
-  - `go build`, `go test`, and other package-building commands add new dependencies to `go.mod` as needed.
-  - `go list -m all` prints the current module’s dependencies.
-  - `go get` changes the required version of a dependency (or adds a new dependency).
-  - `go mod tidy` removes unused dependencies.
-
-We encourage you to start using modules in your local development
-and to add `go.mod` and `go.sum` files to your projects.
-To provide feedback and help shape the future of dependency management in Go,
-please send us
-[bug reports](https://golang.org/issue/new) or [experience reports](https://golang.org/wiki/ExperienceReports).
-
-Thanks for all your feedback and help improving modules.
diff --git a/_content/v2-go-modules.article b/_content/v2-go-modules.article
deleted file mode 100644
index f957d6d..0000000
--- a/_content/v2-go-modules.article
+++ /dev/null
@@ -1,187 +0,0 @@
-# Go Modules: v2 and Beyond
-7 Nov 2019
-Tags: tools, versioning
-Summary: How to release major version 2 of your module.
-
-Jean de Klerk
-
-Tyler Bui-Palsulich
-
-## Introduction
-
-This post is part 4 in a series.
-
-  - Part 1 — [Using Go Modules](/using-go-modules)
-  - Part 2 — [Migrating To Go Modules](/migrating-to-go-modules)
-  - Part 3 — [Publishing Go Modules](/publishing-go-modules)
-  - **Part 4 — Go Modules: v2 and Beyond** (this post)
-  - Part 5 — [Keeping Your Modules Compatible](/module-compatibility)
-
-**Note:** For documentation on developing modules, see
-[Developing and publishing modules](https://golang.org/doc/modules/developing).
-
-As a successful project matures and new requirements are added, past features
-and design decisions might stop making sense. Developers may want to integrate
-lessons they've learned by removing deprecated functions, renaming types, or
-splitting complicated packages into manageable pieces. These kinds of changes
-require effort by downstream users to migrate their code to the new API, so they
-should not be made without careful consideration that the benefits outweigh the
-costs.
-
-For projects that are still experimental — at major version `v0` — occasional
-breaking changes are expected by users. For projects which are declared stable
-— at major version `v1` or higher — breaking changes must be done in a new major
-version. This post explores major version semantics, how to create and publish a new
-major version, and how to maintain multiple major versions of a module.
-
-## Major versions and module paths
-
-Modules formalized an important principle in Go, the
-[**import compatibility rule**](https://research.swtch.com/vgo-import):
-
-	If an old package and a new package have the same import path,
-	the new package must be backwards compatible with the old package.
-
-By definition, a new major version of a package is not backwards compatible with
-the previous version. This means a new major version of a module must have a
-different module path than the previous version. Starting with `v2`, the major
-version must appear at the end of the module path (declared in the `module`
-statement in the `go.mod` file). For example, when the authors of the module
-`github.com/googleapis/gax-go` developed `v2`, they used the new module path
-`github.com/googleapis/gax-go/v2`. Users who wanted to use `v2` had to change
-their package imports and module requirements to `github.com/googleapis/gax-go/v2`.
-
-The need for major version suffixes is one of the ways Go modules differs from
-most other dependency management systems. Suffixes are needed to solve
-the [diamond dependency problem](https://research.swtch.com/vgo-import#dependency_story).
-Before Go modules, [gopkg.in](http://gopkg.in) allowed package maintainers to
-follow what we now refer to as the import compatibility rule. With gopkg.in, if
-you depend on a package that imports `gopkg.in/yaml.v1` and another package that
-imports `gopkg.in/yaml.v2`, there is no conflict because the two `yaml` packages
-have different import paths — they use a version suffix, as with Go modules.
-Since gopkg.in shares the same version suffix methodology as Go modules, the Go
-command accepts the `.v2` in `gopkg.in/yaml.v2` as a valid major version suffix.
-This is a special case for compatibility with gopkg.in: modules hosted at other
-domains need a slash suffix like `/v2`.
-
-## Major version strategies
-
-The recommended strategy is to develop `v2+` modules in a directory named after
-the major version suffix.
-
-	github.com/googleapis/gax-go @ master branch
-	/go.mod    → module github.com/googleapis/gax-go
-	/v2/go.mod → module github.com/googleapis/gax-go/v2
-
-This approach is compatible with tools that aren't aware of modules: file paths
-within the repository match the paths expected by `go get` in `GOPATH` mode.
-This strategy also allows all major versions to be developed together in
-different directories.
-
-Other strategies may keep major versions on separate branches. However, if
-`v2+` source code is on the repository's default branch (usually `master`),
-tools that are not version-aware — including the `go` command in `GOPATH` mode
-— may not distinguish between major versions.
-
-The examples in this post will follow the major version subdirectory strategy,
-since it provides the most compatibility. We recommend that module authors
-follow this strategy as long as they have users developing in `GOPATH` mode.
-
-## Publishing v2 and beyond
-
-This post uses `github.com/googleapis/gax-go` as an example:
-
-	$ pwd
-	/tmp/gax-go
-	$ ls
-	CODE_OF_CONDUCT.md  call_option.go  internal
-	CONTRIBUTING.md     gax.go          invoke.go
-	LICENSE             go.mod          tools.go
-	README.md           go.sum          RELEASING.md
-	header.go
-	$ cat go.mod
-	module github.com/googleapis/gax-go
-
-	go 1.9
-
-	require (
-		github.com/golang/protobuf v1.3.1
-		golang.org/x/exp v0.0.0-20190221220918-438050ddec5e
-		golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
-		golang.org/x/tools v0.0.0-20190114222345-bf090417da8b
-		google.golang.org/grpc v1.19.0
-		honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099
-	)
-	$
-
-To start development on `v2` of `github.com/googleapis/gax-go`, we'll create a
-new `v2/` directory and copy our package into it.
-
-	$ mkdir v2
-	$ cp *.go v2/
-	building file list ... done
-	call_option.go
-	gax.go
-	header.go
-	invoke.go
-	tools.go
-
-	sent 10588 bytes  received 130 bytes  21436.00 bytes/sec
-	total size is 10208  speedup is 0.95
-	$
-
-Now, let's create a v2 `go.mod` file by copying the current `go.mod` file and
-adding a `v2/` suffix to the module path:
-
-	$ cp go.mod v2/go.mod
-	$ go mod edit -module github.com/googleapis/gax-go/v2 v2/go.mod
-	$
-
-Note that the `v2` version is treated as a separate module from the `v0 / v1`
-versions: both may coexist in the same build. So, if your `v2+` module has
-multiple packages, you should update them to use the new `/v2` import path:
-otherwise, your `v2+` module will depend on your `v0 / v1` module. For example,
-to update all `github.com/my/project` references to `github.com/my/project/v2`,
-you can use `find` and `sed`:
-
-	$ find . -type f \
-		-name '*.go' \
-		-exec sed -i -e 's,github.com/my/project,github.com/my/project/v2,g' {} \;
-	$
-
-Now we have a `v2` module, but we want to experiment and make changes before
-publishing a release. Until we release `v2.0.0` (or any version without a
-pre-release suffix), we can develop and make breaking changes as we decide on
-the new API. If we want users to be able to experiment with the new API before
-we officially make it stable, we can publish a `v2` pre-release version:
-
-	$ git tag v2.0.0-alpha.1
-	$ git push origin v2.0.0-alpha.1
-	$
-
-Once we are happy with our `v2` API and are sure we don't need any other breaking
-changes, we can tag `v2.0.0`:
-
-	$ git tag v2.0.0
-	$ git push origin v2.0.0
-	$
-
-At that point, there are now two major versions to maintain. Backwards
-compatible changes and bug fixes will lead to new minor and patch releases
-(for example, `v1.1.0`, `v2.0.1`, etc.).
-
-## Conclusion
-
-Major version changes result in development and maintenance overhead and
-require investment from downstream users to migrate. The larger the project,
-the larger these overheads tend to be. A major version change should only come
-after identifying a compelling reason. Once a compelling reason has been
-identified for a breaking change, we recommend developing multiple major
-versions in the master branch because it is compatible with a wider variety of
-existing tools.
-
-Breaking changes to a `v1+` module should always happen in a new, `vN+1` module.
-When a new module is released, it means additional work for the maintainers and
-for the users who need to migrate to the new package. Maintainers should
-therefore validate their APIs before making a stable release, and consider
-carefully whether breaking changes are really necessary beyond `v1`.
diff --git a/_content/versioning-proposal.article b/_content/versioning-proposal.article
deleted file mode 100644
index a3907d9..0000000
--- a/_content/versioning-proposal.article
+++ /dev/null
@@ -1,290 +0,0 @@
-# A Proposal for Package Versioning in Go
-26 Mar 2018
-Tags: tools, versioning
-Summary: Proposing official support for package versioning in Go, using Go modules.
-
-Russ Cox
-
-## Introduction
-
-Eight years ago, the Go team introduced `goinstall`
-(which led to `go get`)
-and with it the decentralized, URL-like import paths
-that Go developers are familiar with today.
-After we released `goinstall`, one of the first questions people asked
-was how to incorporate version information.
-We admitted we didn’t know.
-For a long time, we believed that the problem of package versioning
-would be best solved by an add-on tool,
-and we encouraged people to create one.
-The Go community created many tools with different approaches.
-Each one helped us all better understand the problem,
-but by mid-2016 it was clear that there were now too many solutions.
-We needed to adopt a single, official tool.
-
-After a community discussion started at GopherCon in July 2016 and continuing into the fall,
-we all believed the answer would be to follow the package versioning approach
-exemplified by Rust’s Cargo, with tagged semantic versions,
-a manifest, a lock file, and a
-[SAT solver](https://research.swtch.com/version-sat) to decide which versions to use.
-Sam Boyer led a team to create Dep, which followed this rough plan,
-and which we intended to serve as the model for `go` command integration.
-But as we learned more about the implications of the Cargo/Dep approach,
-it became clear to me that Go would benefit from changing
-some of the details, especially concerning backwards compatibility.
-
-## The Impact of Compatibility
-
-The most important new feature of
-[Go 1](https://blog.golang.org/preview-of-go-version-1)
-was not a language feature.
-It was Go 1’s emphasis on backwards compatibility.
-Until that point we’d issued stable release
-snapshots approximately monthly,
-each with significant incompatible changes.
-We observed significant acceleration in interest and adoption
-immediately after the release of Go 1.
-We believe that the
-[promise of compatibility](https://golang.org/doc/go1compat.html)
-made developers feel much more comfortable relying on
-Go for production use
-and is a key reason that Go is popular today.
-Since 2013 the
-[Go FAQ](https://golang.org/doc/faq#get_version)
-has encouraged package developers to provide their own
-users with similar expectations of compatibility.
-We call this the _import compatibility rule_:
-“If an old package and a new package have the same import path,
-the new package must be backwards compatible with the old package.”
-
-Independently,
-[semantic versioning](http://semver.org/)
-has become the _de facto_
-standard for describing software versions in many language communities,
-including the Go community.
-Using semantic versioning, later versions are expected to be
-backwards-compatible with earlier versions,
-but only within a single major version:
-v1.2.3 must be compatible with v1.2.1 and v1.1.5,
-but v2.3.4 need not be compatible with any of those.
-
-If we adopt semantic versioning for Go packages,
-as most Go developers expect,
-then the import compatibility rule requires that
-different major versions must use different import paths.
-This observation led us to _semantic import versioning_,
-in which versions starting at v2.0.0 include the major
-version in the import path: `my/thing/v2/sub/pkg`.
-
-A year ago I strongly believed that whether to include
-version numbers in import paths was largely a matter of taste,
-and I was skeptical that having them was particularly elegant.
-But the decision turns out to be a matter not of taste but of logic:
-import compatibility and semantic versioning together require
-semantic import versioning.
-When I realized this, the logical necessity surprised me.
-
-I was also surprised to realize that
-there is a second, independent logical route to
-semantic import versioning:
-[gradual code repair](https://talks.golang.org/2016/refactor.article)
-or partial code upgrades.
-In a large program, it’s unrealistic to expect all packages in the program
-to update from v1 to v2 of a particular dependency at the same time.
-Instead, it must be possible for some of the program to keep using v1
-while other parts have upgraded to v2.
-But then the program’s build, and the program’s final binary,
-must include both v1 and v2 of the dependency.
-Giving them the same import path would lead to confusion,
-violating what we might call the _import uniqueness rule_:
-different packages must have different import paths.
-The only way to have
-partial code upgrades, import uniqueness, _and_ semantic versioning
-is to adopt
-semantic import versioning as well.
-
-It is of course possible to build systems that use semantic versioning
-without semantic import versioning,
-but only by giving up either partial code upgrades or import uniqueness.
-Cargo allows partial code upgrades by
-giving up import uniqueness:
-a given import path can have different meanings
-in different parts of a large build.
-Dep ensures import uniqueness by
-giving up partial code upgrades:
-all packages involved in a large build must find
-a single agreed-upon version of a given dependency,
-raising the possibility that large programs will be unbuildable.
-Cargo is right to insist on partial code upgrades,
-which are critical to large-scale software development.
-Dep is equally right to insist on import uniqueness.
-Complex uses of Go’s current vendoring support can violate import uniqueness.
-When they have, the resulting problems have been quite challenging
-for both developers and tools to understand.
-Deciding between partial code upgrades
-and import uniqueness
-requires predicting which will hurt more to give up.
-Semantic import versioning lets us avoid the choice
-and keep both instead.
-
-I was also surprised to discover how much
-import compatibility simplifies version selection,
-which is the problem of deciding which package versions to use for a given build.
-The constraints of Cargo and Dep make version selection
-equivalent to
-[solving Boolean satisfiability](https://research.swtch.com/version-sat),
-meaning it can be very expensive to determine whether
-a valid version configuration even exists.
-And then there may be many valid configurations,
-with no clear criteria for choosing the “best” one.
-Relying on import compatibility can instead let Go use
-a trivial, linear-time algorithm
-to find the single best configuration, which always exists.
-This algorithm,
-which I call
-[_minimal version selection_](https://research.swtch.com/vgo-mvs),
-in turn eliminates the need for separate lock and manifest files.
-It replaces them with a single, short configuration file,
-edited directly by both developers and tools,
-that still supports reproducible builds.
-
-Our experience with Dep demonstrates the impact of compatibility.
-Following the lead of Cargo and earlier systems,
-we designed Dep to give up import compatibility
-as part of adopting semantic versioning.
-I don’t believe we decided this deliberately;
-we just followed those other systems.
-The first-hand experience of using Dep helped us
-better understand exactly how much complexity
-is created by permitting incompatible import paths.
-Reviving the import compatibility rule
-by introducing semantic import versioning
-eliminates that complexity,
-leading to a much simpler system.
-
-## Progress, a Prototype, and a Proposal
-
-Dep was released in January 2017.
-Its basic model—code tagged with
-semantic versions, along with a configuration file that
-specified dependency requirements—was
-a clear step forward from most of the Go vendoring tools,
-and converging on Dep itself was also a clear step forward.
-I wholeheartedly encouraged its adoption,
-especially to help developers get used to thinking about Go package versions,
-both for their own code and their dependencies.
-While Dep was clearly moving us in the right direction, I had lingering concerns
-about the complexity devil in the details.
-I was particularly concerned about Dep
-lacking support for gradual code upgrades in large programs.
-Over the course of 2017, I talked to many people,
-including Sam Boyer and the rest of the
-package management working group,
-but none of us could see any clear way to reduce the complexity.
-(I did find many approaches that added to it.)
-Approaching the end of the year,
-it still seemed like SAT solvers and unsatisfiable builds
-might be the best we could do.
-
-In mid-November, trying once again to work through
-how Dep could support gradual code upgrades,
-I realized that our old advice about import compatibility
-implied semantic import versioning.
-That seemed like a real breakthrough.
-I wrote a first draft of what became my
-[semantic import versioning](https://research.swtch.com/vgo-import)
-blog post,
-concluding it by suggesting that Dep adopt the convention.
-I sent the draft to the people I’d been talking to,
-and it elicited very strong responses:
-everyone loved it or hated it.
-I realized that I needed to work out more of the
-implications of semantic import versioning
-before circulating the idea further,
-and I set out to do that.
-
-In mid-December, I discovered that import compatibility
-and semantic import versioning together allowed
-cutting version selection down to [minimal version selection](https://research.swtch.com/vgo-mvs).
-I wrote a basic implementation to be sure I understood it,
-I spent a while learning the theory behind why it was so simple,
-and I wrote a draft of the post describing it.
-Even so, I still wasn’t sure the approach would be practical
-in a real tool like Dep.
-It was clear that a prototype was needed.
-
-In January, I started work on a simple `go` command wrapper
-that implemented semantic import versioning
-and minimal version selection.
-Trivial tests worked well.
-Approaching the end of the month,
-my simple wrapper could build Dep,
-a real program that made use of many versioned packages.
-The wrapper still had no command-line interface—the fact that
-it was building Dep was hard-coded in a few string constants—but
-the approach was clearly viable.
-
-I spent the first three weeks of February turning the
-wrapper into a full versioned `go` command, `vgo`;
-writing drafts of a
-[blog post series introducing `vgo`](https://research.swtch.com/vgo);
-and discussing them with
-Sam Boyer, the package management working group,
-and the Go team.
-And then I spent the last week of February finally
-sharing `vgo` and the ideas behind it with the whole Go community.
-
-In addition to the core ideas of import compatibility,
-semantic import versioning, and minimal version selection,
-the `vgo` prototype introduces a number of smaller
-but significant changes motivated by eight years of
-experience with `goinstall` and `go get`:
-the new concept of a [Go module](https://research.swtch.com/vgo-module),
-which is a collection of packages versioned as a unit;
-[verifiable and verified builds](https://research.swtch.com/vgo-repro);
-and
-[version-awareness throughout the `go` command](https://research.swtch.com/vgo-cmd),
-enabling work outside `$GOPATH`
-and the elimination of (most) `vendor` directories.
-
-The result of all of this is the [official Go proposal](https://golang.org/design/24301-versioned-go),
-which I filed last week.
-Even though it might look like a complete implementation,
-it’s still just a prototype,
-one that we will all need to work together to complete.
-You can download and try the `vgo` prototype from [golang.org/x/vgo](https://golang.org/x/vgo),
-and you can read the
-[Tour of Versioned Go](https://research.swtch.com/vgo-tour)
-to get a sense of what using `vgo` is like.
-
-## The Path Forward
-
-The proposal I filed last week is exactly that: an initial proposal.
-I know there are problems with it that the Go team and I can’t see,
-because Go developers use Go in many clever ways that we don’t know about.
-The goal of the proposal feedback process is for us all to work together
-to identify and address the problems in the current proposal,
-to make sure that the final implementation that ships in a future
-Go release works well for as many developers as possible.
-Please point out problems on the [proposal discussion issue](https://golang.org/issue/24301).
-I will keep the
-[discussion summary](https://golang.org/issue/24301#issuecomment-371228742)
-and
-[FAQ](https://golang.org/issue/24301#issuecomment-371228664)
-updated as feedback arrives.
-
-For this proposal to succeed, the Go ecosystem as a
-whole—and in particular today’s major Go projects—will need to
-adopt the import compatibility rule and semantic import versioning.
-To make sure that can happen smoothly,
-we will also be conducting user feedback sessions
-by video conference with projects that have questions about
-how to incorporate the new versioning proposal into their code bases
-or have feedback about their experiences.
-If you are interested in participating in such a session,
-please email Steve Francia at spf@golang.org.
-
-We’re looking forward to (finally!) providing the Go community with a single, official answer
-to the question of how to incorporate package versioning into `go get`.
-Thanks to everyone who helped us get this far, and to everyone who will help us going forward.
-We hope that, with your help, we can ship something that Go developers will love.
diff --git a/_content/vscode-go.article b/_content/vscode-go.article
deleted file mode 100644
index 0c325b4..0000000
--- a/_content/vscode-go.article
+++ /dev/null
@@ -1,74 +0,0 @@
-# The VS Code Go extension joins the Go project
-09 Jun 2020
-Summary: Announcement of VS Code Go’s move to the Go project.
-OldURL: /the-vs-code-go-extension-joins-the-go-project
-
-The Go team
-
-##
-
-When the Go project began, “an overarching goal was that Go do more to help the
-working programmer by enabling tooling, automating mundane tasks such as code
-formatting, and removing obstacles to working on large code bases”
-([Go FAQ](https://golang.org/doc/faq#What_is_the_purpose_of_the_project)).
-Today, more than a decade later, we continue to be guided by that same goal,
-especially as it pertains to the programmer’s most critical tool: their editor.
-
-Throughout the past decade, Go developers have relied on a variety of editors
-and dozens of independently authored tools and plugins. Much of Go’s early
-success can be attributed to the fantastic development tools created by the Go
-community. The
-[VS Code extension for Go](https://github.com/microsoft/vscode-go), built using
-many of these tools, is now used by 41 percent of Go developers
-([Go developer survey](https://blog.golang.org/survey2019-results)).
-
-As the VS Code Go extension grows in popularity and as
-[the ecosystem expands](https://www.youtube.com/watch?v=EFJfdWzBHwE), it
-requires
-[more maintenance and support](https://twitter.com/ramyanexus/status/1154470078978486272).
-Over the past few years, the Go team has collaborated with the VS Code team to
-help the Go extension maintainers. The Go team also began a new initiative to
-improve the tools powering all Go editor extensions, with a focus on supporting
-the
-[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
-with [`gopls`](https://golang.org/s/gopls) and
-[the Debug Adapter Protocol with Delve](https://github.com/go-delve/delve/issues/1515).
-
-Through this collaborative work between the VS Code and Go teams, we realized
-that the Go team is uniquely positioned to evolve the Go development experience
-alongside the Go language.
-
-As a result, we’re happy to announce the next phase in the Go team’s
-partnership with the VS Code team: **The VS Code extension for Go is officially
-joining the Go project**. With this come two critical changes:
-
-1. The publisher of the plugin is shifting from "Microsoft" to "Go Team at Google".
-2. The project’s repository is moving to join the rest of the Go project at [https://github.com/golang/vscode-go](https://github.com/golang/vscode-go).
-
-We cannot overstate our gratitude to those who have helped
-build and maintain this beloved extension. We know that innovative ideas and
-features come from you, our users. The Go team’s primary aim as owners of the
-extension is to reduce the burden of maintenance work on the Go community.
-We’ll make sure the builds stay green, the issues get triaged, and the docs get
-updated. Go team members will keep contributors abreast of relevant language
-changes, and we’ll smooth the rough edges between the extension’s different
-dependencies.
-
-Please continue to share your thoughts with us by filing
-[issues](https://github.com/golang/vscode-go/issues) and making
-[contributions](https://github.com/golang/vscode-go/blob/master/docs/contributing.md)
-to the project. The process for contributing will now be the same as for the
-[rest of the Go project](https://golang.org/doc/contribute.html). Go team
-members will offer general help in the #vscode channel on
-[Gophers Slack](https://invite.slack.golangbridge.org/), and we’ve also created
-a #vscode-dev channel to discuss issues and brainstorm ideas with contributors.
-
-We’re excited about this new step forward, and we hope you are too.
-By maintaining a major Go editor extension, as well as the Go tooling and
-language, the Go team will be able to provide all Go users, regardless of their
-editor, a more cohesive and refined development experience.
-
-As always, our goal remains the same: Every user should have an excellent
-experience writing Go code.
-
-*See the accompanying post from the [Visual Studio Code team](https://aka.ms/go-blog-vscode-202006).*
diff --git a/_content/waza-talk.article b/_content/waza-talk.article
deleted file mode 100644
index 5bf1895..0000000
--- a/_content/waza-talk.article
+++ /dev/null
@@ -1,33 +0,0 @@
-# Concurrency is not parallelism
-16 Jan 2013
-Tags: concurrency, talk, video
-Summary: Watch Rob Pike's talk, _Concurrency is not parallelism._
-OldURL: /concurrency-is-not-parallelism
-
-Andrew Gerrand
-
-##
-
-If there's one thing most people know about Go,
-is that it is designed for concurrency.
-No introduction to Go is complete without a demonstration of its goroutines and channels.
-
-But when people hear the word _concurrency_ they often think of _parallelism_,
-a related but quite distinct concept.
-In programming, concurrency is the _composition_ of independently executing processes,
-while parallelism is the simultaneous _execution_ of (possibly related) computations.
-Concurrency is about _dealing with_ lots of things at once.
-Parallelism is about _doing_ lots of things at once.
-
-To clear up this conflation, Rob Pike gave a talk at [Heroku](http://heroku.com/)'s
-[Waza](http://waza.heroku.com/) conference entitled _Concurrency is not parallelism_,
-and a video recording of the talk was released a few months ago.
-
-.iframe //player.vimeo.com/video/49718712?badge=0 281 500
-
-The slides are available at [talks.golang.org](https://talks.golang.org/2012/waza.slide)
-(use the left and right arrow keys to navigate).
-
-To learn about Go's concurrency primitives,
-watch [Go concurrency patterns](http://www.youtube.com/watch?v=f6kdp27TYZs)
-([slides](https://talks.golang.org/2012/concurrency.slide)).
diff --git a/_content/why-generics.article b/_content/why-generics.article
deleted file mode 100644
index cb1553a..0000000
--- a/_content/why-generics.article
+++ /dev/null
@@ -1,729 +0,0 @@
-# Why Generics?
-31 Jul 2019
-Tags: go2, proposals, generics
-Summary: Why should we add generics to Go, and what might they look like?
-
-Ian Lance Taylor
-
-## Introduction
-
-This is the blog post version of my talk last week at Gophercon 2019.
-
-.iframe //www.youtube.com/embed/WzgLqE-3IhY?rel=0 309 549
-
-This article is about what it would mean to add generics to Go, and
-why I think we should do it.
-I'll also touch on an update to a possible design for
-adding generics to Go.
-
-Go was released on November 10, 2009.
-Less than 24 hours later we saw the
-[first comment about generics](https://groups.google.com/d/msg/golang-nuts/70-pdwUUrbI/onMsQspcljcJ).
-(That comment also mentions exceptions, which we added to the
-language, in the form of `panic` and `recover`, in early 2010.)
-
-In three years of Go surveys, lack of generics has always been listed
-as one of the top three problems to fix in the language.
-
-## Why generics?
-
-But what does it mean to add generics, and why would we want it?
-
-To paraphrase
-[Jazayeri, et al](https://www.dagstuhl.de/en/program/calendar/semhp/?semnr=98171):
-generic programming enables the representation of functions and data
-structures in a generic form, with types factored out.
-
-What does that mean?
-
-For a simple example, let's assume we want to reverse the elements in
-a slice.
-It's not something that many programs need to do, but it's
-not all that unusual.
-
-Let's say it's a slice of int.
-
-	func ReverseInts(s []int) {
-		first := 0
-		last := len(s)
-		for first < last {
-			s[first], s[last] = s[last], s[first]
-			first++
-			last--
-		}
-	}
-
-Pretty simple, but even for a simple function like that you'd want to
-write a few test cases.
-In fact, when I did, I found a bug.
-I'm sure many readers have spotted it already.
-
-	func ReverseInts(s []int) {
-		first := 0
-		last := len(s) - 1
-		for first < last {
-			s[first], s[last] = s[last], s[first]
-			first++
-			last--
-		}
-	}
-
-We need to subtract 1 when we set the variable last.
-
-Now let's reverse a slice of string.
-
-	func ReverseStrings(s []string) {
-		first := 0
-		last := len(s) - 1
-		for first < last {
-			s[first], s[last] = s[last], s[first]
-			first++
-			last--
-		}
-	}
-
-If you compare `ReverseInts` and `ReverseStrings`, you'll see that the
-two functions are exactly the same, except for the type of the parameter.
-I don't think any reader is surprised by that.
-
-What some people new to Go find surprising is that there is no way to
-write a simple `Reverse` function that works for a slice of any type.
-
-Most other languages do let you write that kind of function.
-
-In a dynamically typed language like Python or JavaScript you can
-simply write the function, without bothering to specify the element
-type.  This doesn't work in Go because Go is statically typed, and
-requires you to write down the exact type of the slice and the type of
-the slice elements.
-
-Most other statically typed languages, like C++ or Java or Rust or
-Swift, support generics to address exactly this kind of issue.
-
-## Go generic programming today
-
-So how do people write this kind of code in Go?
-
-In Go you can write a single function that works for different slice
-types by using an interface type, and defining a method on the slice
-types you want to pass in.
-That is how the standard library's `sort.Sort` function works.
-
-In other words, interface types in Go are a form of generic
-programming.
-They let us capture the common aspects of different types and express
-them as methods.
-We can then write functions that use those interface types, and those
-functions will work for any type that implements those methods.
-
-But this approach falls short of what we want.
-With interfaces you have to write the methods yourself.
-It's awkward to have to define a named type with a couple of methods
-just to reverse a slice.
-And the methods you write are exactly the same for each slice type, so
-in a sense we've just moved and condensed the duplicate code, we
-haven't eliminated it.
-Although interfaces are a form of generics, they don’t give us
-everything we want from generics.
-
-A different way of using interfaces for generics, which could get around
-the need to write the methods yourself, would be to have the language
-define methods for some kinds of types.
-That isn't something the language supports today, but, for example,
-the language could define that every slice type has an Index method
-that returns an element.
-But in order to use that method in practice it would have to return an
-empty interface type, and then we lose all the benefits of static
-typing.
-More subtly, there would be no way to define a generic function that
-takes two different slices with the same element type, or that takes a
-map of one element type and returns a slice of the same element type.
-Go is a statically typed language because that makes it easier to
-write large programs; we don’t want to lose the benefits of static
-typing in order to gain the benefits of generics.
-
-Another approach would be to write a generic `Reverse` function using
-the reflect package, but that is so awkward to write and slow to run
-that few people do that.
-That approach also requires explicit type assertions and has no static
-type checking.
-
-Or, you could write a code generator that takes a type and generates a
-`Reverse` function for slices of that type.
-There are several code generators out there that do just that.
-But this adds another step to every package that needs `Reverse`,
-it complicates the build because all the different copies have to be
-compiled, and fixing a bug in the master source requires re-generating
-all the instances, some of which may be in different projects
-entirely.
-
-All these approaches are awkward enough that I think most
-people who have to reverse a slice in Go just write the function for
-the specific slice type that they need.
-Then they'll need to write test cases for the function, to make sure
-they didn't make a simple mistake like the one I made initially.
-And they'll need to run those tests routinely.
-
-However we do it, it means a lot of extra work just for a function that
-looks exactly the same except for the element type.
-It's not that it can't be done.
-It clearly can be done, and Go programmers are doing it.
-It's just that there ought to be a better way.
-
-For a statically typed language like Go, that better way is generics.
-What I wrote earlier is that generic programming enables the
-representation of functions and data structures in a generic form,
-with types factored out.
-That's exactly what we want here.
-
-## What generics can bring to Go
-
-The first and most important thing we want from generics in Go is to
-be able to write functions like `Reverse` without caring about the
-element type of the slice.
-We want to factor out that element type.
-Then we can write the function once, write the tests once, put them in
-a go-gettable package, and call them whenever we want.
-
-Even better, since this is an open source world, someone else can
-write `Reverse` once, and we can use their implementation.
-
-At this point I should say that “generics” can mean a lot of different
-things.
-In this article, what I mean by “generics” is what I just described.
-In particular, I don’t mean templates as found in the C++ language,
-which support quite a bit more than what I’ve written here.
-
-I went through `Reverse` in detail, but there are many other functions
-that we could write generically, such as:
-
-  - Find smallest/largest element in slice
-  - Find average/standard deviation of slice
-  - Compute union/intersection of maps
-  - Find shortest path in node/edge graph
-  - Apply transformation function to slice/map, returning new slice/map
-
-These examples are available in most other languages.
-In fact, I wrote this list by glancing at the C++ standard template
-library.
-
-There are also examples that are specific to Go with its strong
-support for concurrency.
-
-  - Read from a channel with a timeout
-  - Combine two channels into a single channel
-  - Call a list of functions in parallel, returning a slice of results
-  - Call a list of functions, using a Context, return the result of the first function to finish, canceling and cleaning up extra goroutines
-
-I've seen all of these functions written out many times with different
-types.
-It's not hard to write them in Go.
-But it would be nice to be able to reuse an efficient and debugged
-implementation that works for any value type.
-
-To be clear, these are just examples.
-There are many more general purpose functions that could be written
-more easily and safely using generics.
-
-Also, as I wrote earlier, it's not just functions.
-It's also data structures.
-
-Go has two general purpose generic data structures built into the
-language: slices and maps.
-Slices and maps can hold values of any data type, with static type
-checking for values stored and retrieved.
-The values are stored as themselves, not as interface types.
-That is, when I have a `[]int`, the slice holds ints directly, not
-ints converted to an interface type.
-
-Slices and maps are the most useful generic data structures, but they
-aren’t the only ones.
-Here are some other examples.
-
-  - Sets
-  - Self-balancing trees, with efficient insertion and traversal in sorted order
-  - Multimaps, with multiple instances of a key
-  - Concurrent hash maps, supporting parallel insertions and lookups with no single lock
-
-If we can write generic types, we can define new data structures, like
-these, that have the same type-checking advantages as slices and maps:
-the compiler can statically type-check the types of the values that
-they hold, and the values can be stored as themselves, not as
-interface types.
-
-It should also be possible to take algorithms like the ones mentioned
-earlier and apply them to generic data structures.
-
-These examples should all be just like `Reverse`: generic functions
-and data structures written once, in a package, and reused whenever
-they are needed.
-They should work like slices and maps, in that they shouldn't store
-values of empty interface type, but should store specific types, and
-those types should be checked at compile time.
-
-So that's what Go can gain from generics.
-Generics can give us powerful building blocks that let us share code
-and build programs more easily.
-
-I hope I’ve explained why this is worth looking into.
-
-## Benefits and costs
-
-But generics don't come from the
-[Big Rock Candy Mountain](https://mainlynorfolk.info/folk/songs/bigrockcandymountain.html),
-the land where the sun shines every day over the
-[lemonade springs](http://www.lat-long.com/Latitude-Longitude-773297-Montana-Lemonade_Springs.html).
-Every language change has a cost.
-There's no doubt that adding generics to Go will make the language
-more complicated.
-As with any change to the language, we need to talk about maximizing
-the benefit and minimizing the cost.
-
-In Go, we’ve aimed to reduce complexity through independent, orthogonal
-language features that can be combined freely.
-We reduce complexity by making the individual features simple, and we
-maximize the benefit of the features by permitting their free
-combination.
-We want to do the same with generics.
-
-To make this more concrete I’m going to list a few guidelines we
-should follow.
-
-### Minimize new concepts
-
-We should add as few new concepts to the language as possible.
-That means a minimum of new syntax and a minimum of new keywords and
-other names.
-
-### Complexity falls on the writer of generic code, not the user
-
-As much as possible the complexity should fall on the programmer
-writing the generic package.
-We don't want the user of the package to have to worry about generics.
-This means that it should be possible to call generic functions in a
-natural way, and it means that any errors in using a generic package
-should be reported in a way that is easy to understand and to fix.
-It should also be easy to debug calls into generic code.
-
-### Writer and user can work independently
-
-Similarly, we should make it easy to separate the concerns of the
-writer of the generic code and its user, so that they can develop their
-code independently.
-They shouldn't have to worry about what the other is doing, any more
-than the writer and caller of a normal function in different packages
-have to worry.
-This sounds obvious, but it's not true of generics in every other
-programming language.
-
-### Short build times, fast execution times
-
-Naturally, as much as possible, we want to keep the short build times
-and fast execution time that Go gives us today.
-Generics tend to introduce a tradeoff between fast builds and fast
-execution.
-As much as possible, we want both.
-
-### Preserve clarity and simplicity of Go
-
-Most importantly, Go today is a simple language.
-Go programs are usually clear and easy to understand.
-A major part of our long process of exploring this space has been
-trying to understand how to add generics while preserving that clarity
-and simplicity.
-We need to find mechanisms that fit well into the existing language,
-without turning it into something quite different.
-
-These guidelines should apply to any generics implementation in Go.
-That’s the most important message I want to leave you with today:
-**generics can bring a significant benefit to the language, but they are only worth doing if Go still feels like Go**.
-
-## Draft design
-
-Fortunately, I think it can be done.
-To finish up this article I’m going to shift from discussing why we
-want generics, and what the requirements on them are, to briefly
-discuss a design for how we think we can add them to the language.
-
-At this year's Gophercon Robert Griesemer and I published
-[a design draft](https://github.com/golang/proposal/blob/master/design/go2draft-contracts.md)
-for adding generics to Go.
-See the draft for full details.
-I'll go over some of the main points here.
-
-Here is the generic Reverse function in this design.
-
-	func Reverse (type Element) (s []Element) {
-		first := 0
-		last := len(s) - 1
-		for first < last {
-			s[first], s[last] = s[last], s[first]
-			first++
-			last--
-		}
-	}
-
-You'll notice that the body of the function is exactly the same.
-Only the signature has changed.
-
-The element type of the slice has been factored out.
-It's now named `Element` and has become what we call a
-_type parameter_.
-Instead of being part of the type of the slice parameter, it's now a
-separate, additional, type parameter.
-
-To call a function with a type parameter, in the general case you pass
-a type argument, which is like any other argument except that it's a
-type.
-
-	func ReverseAndPrint(s []int) {
-		Reverse(int)(s)
-		fmt.Println(s)
-	}
-
-That is the `(int)` seen after `Reverse` in this example.
-
-Fortunately, in most cases, including this one, the compiler can
-deduce the type argument from the types of the regular arguments, and
-you don't need to mention the type argument at all.
-
-Calling a generic function just looks like calling any other function.
-
-	func ReverseAndPrint(s []int) {
-		Reverse(s)
-		fmt.Println(s)
-	}
-
-In other words, although the generic `Reverse` function is slightly
-more complex than `ReverseInts` and `ReverseStrings`, that complexity
-falls on the writer of the function, not the caller.
-
-### Contracts
-
-Since Go is a statically typed language, we have to talk about the
-type of a type parameter.
-This _meta-type_ tells the compiler what sorts of type arguments are
-permitted when calling a generic function, and what sorts of
-operations the generic function can do with values of the type
-parameter.
-
-The `Reverse` function can work with slices of any type.
-The only thing it does with values of type `Element` is assignment,
-which works with any type in Go.
-For this kind of generic function, which is a very common case, we
-don't need to say anything special about the type parameter.
-
-Let's take a quick look at a different function.
-
-	func IndexByte (type T Sequence) (s T, b byte) int {
-		for i := 0; i < len(s); i++ {
-			if s[i] == b {
-				return i
-			}
-		}
-		return -1
-	}
-
-Currently both the bytes package and the strings package in the
-standard library have an `IndexByte` function.
-This function returns the index of `b` in the sequence `s`, where `s`
-is either a `string` or a `[]byte`.
-We could use this single generic function to replace the two functions
-in the bytes and strings packages.
-In practice we may not bother doing that, but this is a useful simple
-example.
-
-Here we need to know that the type parameter `T` acts like a `string`
-or a `[]byte`.
-We can call `len` on it, and we can index to it, and we can compare
-the result of the index operation to a byte value.
-
-To let this compile, the type parameter `T` itself needs a type.
-It's a meta-type, but because we sometimes need to describe multiple
-related types, and because it describes a relationship between the
-implementation of the generic function and its callers, we actually
-call the type of `T` a contract.
-Here the contract is named `Sequence`.
-It appears after the list of type parameters.
-
-This is how the Sequence contract is defined for this example.
-
-	contract Sequence(T) {
-		T string, []byte
-	}
-
-It's pretty simple, since this is a simple example: the type parameter
-`T` can be either `string` or `[]byte`.
-Here `contract` may be a new keyword, or a special identifier
-recognized in package scope; see the design draft for details.
-
-Anybody who remembers [the design we presented at Gophercon 2018](https://github.com/golang/proposal/blob/4a530dae40977758e47b78fae349d8e5f86a6c0a/design/go2draft-contracts.md)
-will see that this way of writing a contract is a lot simpler.
-We got a lot of feedback on that earlier design that contracts were
-too complicated, and we've tried to take that into account.
-The new contracts are much simpler to write, and to read, and to
-understand.
-
-They let you specify the underlying type of a type parameter, and/or
-list the methods of a type parameter.
-They also let you describe the relationship between different type
-parameters.
-
-### Contracts with methods
-
-Here is another simple example, of a function that uses the String
-method to return a `[]string` of the string representation of all the
-elements in `s`.
-
-	func ToStrings (type E Stringer) (s []E) []string {
-		r := make([]string, len(s))
-		for i, v := range s {
-			r[i] = v.String()
-		}
-		return r
-	}
-
-It's pretty straightforward: walk through the slice, call the `String`
-method on each element, and return a slice of the resulting strings.
-
-This function requires that the element type implement the `String`
-method.
-The Stringer contract ensures that.
-
-	contract Stringer(T) {
-		T String() string
-	}
-
-The contract simply says that `T` has to implement the `String`
-method.
-
-You may notice that this contract looks like the `fmt.Stringer`
-interface, so it's worth pointing out that the argument of the
-`ToStrings` function is not a slice of `fmt.Stringer`.
-It's a slice of some element type, where the element type implements
-`fmt.Stringer`.
-The memory representation of a slice of the element type and a slice
-of `fmt`.Stringer are normally different, and Go does not support
-direct conversions between them.
-So this is worth writing, even though `fmt.Stringer` exists.
-
-### Contracts with multiple types
-
-Here is an example of a contract with multiple type parameters.
-
-	type Graph (type Node, Edge G) struct { ... }
-
-	contract G(Node, Edge) {
-		Node Edges() []Edge
-		Edge Nodes() (from Node, to Node)
-	}
-
-	func New (type Node, Edge G) (nodes []Node) *Graph(Node, Edge) {
-		...
-	}
-
-	func (g *Graph(Node, Edge)) ShortestPath(from, to Node) []Edge {
-		...
-	}
-
-Here we're describing a graph, built from nodes and edges.
-We're not requiring a particular data structure for the graph.
-Instead, we're saying that the `Node` type has to have an `Edges`
-method that returns the list of edges that connect to the `Node`.
-And the `Edge` type has to have a `Nodes` method that returns the two
-`Nodes` that the `Edge` connects.
-
-I've skipped the implementation, but this shows the signature of a
-`New` function that returns a `Graph`, and the signature of a
-`ShortestPath` method on `Graph`.
-
-The important takeaway here is that a contract isn't just about a
-single type.  It can describe the relationships between two or more
-types.
-
-### Ordered types
-
-One surprisingly common complaint about Go is that it doesn't have a
-`Min` function.
-Or, for that matter, a `Max` function.
-That's because a useful `Min` function should work for any ordered
-type, which means that it has to be generic.
-
-While `Min` is pretty trivial to write yourself, any useful generics
-implementation should let us add it to the standard library.
-This is what it looks like with our design.
-
-	func Min (type T Ordered) (a, b T) T {
-		if a < b {
-			return a
-		}
-		return b
-	}
-
-The `Ordered` contract says that the type T has to be an ordered type,
-which means that it supports operators like less than, greater than,
-and so forth.
-
-	contract Ordered(T) {
-		T int, int8, int16, int32, int64,
-			uint, uint8, uint16, uint32, uint64, uintptr,
-			float32, float64,
-			string
-	}
-
-The `Ordered` contract is just a list of all the ordered types that
-are defined by the language.
-This contract accepts any of the listed types, or any named type whose
-underlying type is one of those types.
-Basically, any type you can use with the less than operator.
-
-It turns out that it's much easier to simply enumerate the types that
-support the less than operator than it is to invent a new notation
-that works for all operators.
-After all, in Go, only built-in types support operators.
-
-This same approach can be used for any operator, or more generally
-to write a contract for any generic function intended to work with
-builtin types.
-It lets the writer of the generic function specify clearly the set of
-types the function is expected to be used with.
-It lets the caller of the generic function clearly see whether the
-function is applicable for the types being used.
-
-In practice this contract would probably go into the standard library.
-and so really the Min function (which will probably also be in the
-standard library somewhere) will look like this.  Here we're just
-referring to the contract Ordered defined in the package contracts.
-
-	func Min (type T contracts.Ordered) (a, b T) T {
-		if a < b {
-			return a
-		}
-		return b
-	}
-
-### Generic data structures
-
-Finally, let's look at a simple generic data structure, a binary
-tree.  In this example the tree has a comparison function, so there
-are no requirements on the element type.
-
-	type Tree (type E) struct {
-		root    *node(E)
-		compare func(E, E) int
-	}
-
-	type node (type E) struct {
-		val         E
-		left, right *node(E)
-	}
-
-Here is how to create a new binary tree.
-The comparison function is passed to the `New` function.
-
-	func New (type E) (cmp func(E, E) int) *Tree(E) {
-		return &Tree(E){compare: cmp}
-	}
-
-An unexported method returns a pointer either to the slot holding v,
-or to the location in the tree where it should go.
-
-	func (t *Tree(E)) find(v E) **node(E) {
-		pn := &t.root
-		for *pn != nil {
-			switch cmp := t.compare(v, (*pn).val); {
-			case cmp < 0:
-				pn = &(*pn).left
-			case cmp > 0:
-				pn = &(*pn).right
-			default:
-				return pn
-			}
-		}
-		return pn
-	}
-
-The details here don't really matter, especially since I haven't
-tested this code.
-I'm just trying to show what it looks like to write a simple generic
-data structure.
-
-This is the code for testing whether the tree contains a value.
-
-	func (t *Tree(E)) Contains(v E) bool {
-		return *t.find(e) != nil
-	}
-
-This is the code for inserting a new value.
-
-	func (t *Tree(E)) Insert(v E) bool {
-		pn := t.find(v)
-		if *pn != nil {
-			return false
-		}
-		*pn = &node(E){val: v}
-		return true
-	}
-
-Notice the type argument `E` to the type `node`.
-This is what it looks like to write a generic data structure.
-As you can see, it looks like writing ordinary Go code, except that
-some type arguments are sprinkled in here and there.
-
-Using the tree is pretty simple.
-
-	var intTree = tree.New(func(a, b int) int { return a - b })
-
-	func InsertAndCheck(v int) {
-		intTree.Insert(v)
-		if !intTree.Contains(v) {
-			log.Fatalf("%d not found after insertion", v)
-		}
-	}
-
-That's as it should be.
-It's a bit harder to write a generic data structure, because you often
-have to explicitly write out type arguments for supporting types, but
-as much as possible using one is no different from using an ordinary
-non-generic data structure.
-
-### Next steps
-
-We are working on actual implementations to allow us to experiment
-with this design.
-It's important to be able to try out the design in practice, to make
-sure that we can write the kinds of programs we want to write.
-It hasn't gone as fast as we'd hoped, but we'll send out more detail
-on these implementations as they become available.
-
-Robert Griesemer has written a
-[preliminary CL](https://golang.org/cl/187317)
-that modifies the go/types package.
-This permits testing whether code using generics and contracts can
-type check.
-It’s incomplete right now, but it mostly works for a single package,
-and we’ll keep working on it.
-
-What we'd like people to do with this and future implementations is to
-try writing and using generic code and see what happens.
-We want to make sure that people can write the code they need, and
-that they can use it as expected.
-Of course not everything is going to work at first, and as we explore
-this space we may have to change things.
-And, to be clear, we're much more interested in feedback on the
-semantics than on details of the syntax.
-
-I’d like to thank everyone who commented on the earlier design, and
-everyone who has discussed what generics can look like in Go.
-We’ve read all of the comments, and we greatly appreciate the work
-that people have put into this.
-We would not be where we are today without that work.
-
-Our goal is to arrive at a design that makes it possible to write the
-kinds of generic code I’ve discussed today, without making the
-language too complex to use or making it not feel like Go anymore.
-We hope that this design is a step toward that goal, and we expect to
-continue to adjust it as we learn, from our experiences and yours,
-what works and what doesn’t.
-If we do reach that goal, then we’ll have something that we can
-propose for future versions of Go.
diff --git a/_content/wire.article b/_content/wire.article
deleted file mode 100644
index 1f83ef2..0000000
--- a/_content/wire.article
+++ /dev/null
@@ -1,195 +0,0 @@
-# Compile-time Dependency Injection With Go Cloud's Wire
-9 Oct 2018
-Summary: How to use Wire, a dependency injection tool for Go.
-
-Robert van Gent
-
-## Overview
-
-The Go team recently [announced](https://blog.golang.org/go-cloud) the
-open source project [Go Cloud](https://github.com/google/go-cloud),
-with portable Cloud APIs and tools for [open cloud](https://cloud.google.com/open-cloud/) development.
-This post goes into more detail about Wire,
-a dependency injection tool used in Go Cloud.
-
-## What problem does Wire solve?
-
-[Dependency injection](https://en.wikipedia.org/wiki/Dependency_injection)
-is a standard technique for producing flexible and loosely coupled code,
-by explicitly providing components with all of the dependencies they need to work.
-In Go, this often takes the form of passing dependencies to constructors:
-
-	// NewUserStore returns a UserStore that uses cfg and db as dependencies.
-	func NewUserStore(cfg *Config, db *mysql.DB) (*UserStore, error) {...}
-
-This technique works great at small scale,
-but larger applications can have a complex graph of dependencies,
-resulting in a big block of initialization code that's order-dependent but
-otherwise not very interesting.
-It's often hard to break up this code cleanly,
-especially because some dependencies are used multiple times.
-Replacing one implementation of a service with another can be painful because
-it involves modifying the dependency graph by adding a whole new set of
-dependencies (and their dependencies...),
-and removing unused old ones.
-In practice, making changes to initialization code in applications with
-large dependency graphs is tedious and slow.
-
-Dependency injection tools like Wire aim to simplify the management of initialization code.
-You describe your services and their dependencies,
-either as code or as configuration, then Wire processes the resulting graph
-to figure out ordering and how to pass each service what it needs.
-Make changes to an application's dependencies by changing a function signature
-or adding or removing an initializer,
-and then let Wire do the tedious work of generating initialization code
-for the entire dependency graph.
-
-## Why is this part of Go Cloud?
-
-Go Cloud's goal is to make it easier to write portable Cloud applications
-by providing idiomatic Go APIs for useful Cloud services.
-For example, [blob.Bucket](https://godoc.org/github.com/google/go-cloud/blob)
-provides a storage API with implementations for Amazon's S3 and Google Cloud Storage (GCS);
-applications written using `blob.Bucket` can swap implementations without
-changing their application logic.
-However, the initialization code is inherently provider-specific,
-and each provider has a different set of dependencies.
-
-For example, [constructing a GCS `blob.Bucket`](https://godoc.org/github.com/google/go-cloud/blob/gcsblob#OpenBucket)
-requires a `gcp.HTTPClient`,
-which eventually requires `google.Credentials`,
-while [constructing one for S3](https://godoc.org/github.com/google/go-cloud/blob/s3blob)
-requires an `aws.Config`,
-which eventually requires AWS credentials.
-Thus, updating an application to use a different `blob.Bucket` implementation
-involves exactly the kind of tedious update to the dependency graph that we described above.
-The driving use case for Wire is to make it easy to swap implementations
-of Go Cloud portable APIs,
-but it's also a general-purpose tool for dependency injection.
-
-## Hasn't this been done already?
-
-There are a number of dependency injection frameworks out there.
-For Go, [Uber's dig](https://github.com/uber-go/dig) and [Facebook's inject](https://github.com/facebookgo/inject)
-both use reflection to do runtime dependency injection.
-Wire was primarily inspired by Java's [Dagger 2](https://google.github.io/dagger/),
-and uses code generation rather than reflection or [service locators](https://en.wikipedia.org/wiki/Service_locator_pattern).
-
-We think this approach has several advantages:
-
-  - Runtime dependency injection can be hard to follow and debug when the
-    dependency graph gets complex.
-    Using code generation means that the initialization code that's executed
-    at runtime is regular,
-    idiomatic Go code that's easy to understand and debug.
-    Nothing is obfuscated by an intervening framework doing "magic".
-    In particular, problems like forgetting a dependency become compile-time errors,
-    not run-time errors.
-  - Unlike [service locators](https://en.wikipedia.org/wiki/Service_locator_pattern),
-    there's no need to make up arbitrary names or keys to register services.
-    Wire uses Go types to connect components with their dependencies.
-  - It's easier to avoid dependency bloat. Wire's generated code will only
-    import the dependencies you need,
-    so your binary won't have unused imports.
-    Runtime dependency injectors can't identify unused dependencies until runtime.
-  - Wire's dependency graph is knowable statically, which provides opportunities for tooling and visualization.
-
-## How does it work?
-
-Wire has two basic concepts: providers and injectors.
-
-_Providers_ are ordinary Go functions that "provide" values given their dependencies,
-which are described simply as parameters to the function.
-Here's some sample code that defines three providers:
-
-	// NewUserStore is the same function we saw above; it is a provider for UserStore,
-	// with dependencies on *Config and *mysql.DB.
-	func NewUserStore(cfg *Config, db *mysql.DB) (*UserStore, error) {...}
-
-	// NewDefaultConfig is a provider for *Config, with no dependencies.
-	func NewDefaultConfig() *Config {...}
-
-	// NewDB is a provider for *mysql.DB based on some connection info.
-	func NewDB(info *ConnectionInfo) (*mysql.DB, error) {...}
-
-Providers that are commonly used together can be grouped into `ProviderSets`.
-For example, it's common to use a default `*Config` when creating a `*UserStore`,
-so we can group `NewUserStore` and `NewDefaultConfig` in a `ProviderSet`:
-
-	var UserStoreSet = wire.ProviderSet(NewUserStore, NewDefaultConfig)
-
-_Injectors_ are generated functions that call providers in dependency order.
-You write the injector's signature, including any needed inputs as arguments,
-and insert a call to `wire.Build` with the list of providers or provider
-sets that are needed to construct the end result:
-
-	func initUserStore() (*UserStore, error) {
-		// We're going to get an error, because NewDB requires a *ConnectionInfo
-		// and we didn't provide one.
-		wire.Build(UserStoreSet, NewDB)
-		return nil, nil  // These return values are ignored.
-	}
-
-Now we run go generate to execute wire:
-
-	$ go generate
-	wire.go:2:10: inject initUserStore: no provider found for ConnectionInfo (required by provider of *mysql.DB)
-	wire: generate failed
-
-Oops! We didn't include a `ConnectionInfo` or tell Wire how to build one.
-Wire helpfully tells us the line number and types involved.
-We can either add a provider for it to `wire.Build`,
-or add it as an argument:
-
-	func initUserStore(info ConnectionInfo) (*UserStore, error) {
-		wire.Build(UserStoreSet, NewDB)
-		return nil, nil  // These return values are ignored.
-	}
-
-Now `go generate` will create a new file with the generated code:
-
-	// File: wire_gen.go
-	// Code generated by Wire. DO NOT EDIT.
-	//go:generate wire
-	//+build !wireinject
-
-	func initUserStore(info ConnectionInfo) (*UserStore, error) {
-		defaultConfig := NewDefaultConfig()
-		db, err := NewDB(info)
-		if err != nil {
-			return nil, err
-		}
-		userStore, err := NewUserStore(defaultConfig, db)
-		if err != nil {
-			return nil, err
-		}
-		return userStore, nil
-	}
-
-Any non-injector declarations are copied into the generated file.
-There is no dependency on Wire at runtime:
-all of the written code is just normal Go code.
-
-As you can see, the output is very close to what a developer would write themselves.
-This was a trivial example with just three components,
-so writing the initializer by hand wouldn't be too painful,
-but Wire saves a lot of manual toil for components and applications with
-more complex dependency graphs.
-
-## How can I get involved and learn more?
-
-The [Wire README](https://github.com/google/wire/blob/master/README.md)
-goes into more detail about how to use Wire and its more advanced features.
-There's also a [tutorial](https://github.com/google/wire/tree/master/_tutorial)
-that walks through using Wire in a simple application.
-
-We appreciate any input you have about your experience with Wire!
-[Wire's](https://github.com/google/wire) development is conducted on GitHub,
-so you can [file an issue](https://github.com/google/wire/issues/new/choose)
-to tell us what could be better.
-For updates and discussion about the project,
-join [the Go Cloud mailing list](https://groups.google.com/forum/#!forum/go-cloud).
-
-Thank you for taking the time to learn about Go Cloud's Wire.
-We’re excited to work with you to make Go the language of choice for developers
-building portable cloud applications.
diff --git a/_content/wrap.go b/_content/wrap.go
deleted file mode 100644
index 316eb91..0000000
--- a/_content/wrap.go
+++ /dev/null
@@ -1,189 +0,0 @@
-// Copyright 2020 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// +build ignore
-
-// Wrap wraps long lines intelligently.
-//
-// Usage:
-//
-//	go run wrap.go [-w] [file ...]
-//
-// By default, wrap prints the line-wrapped version of the input files to standard output.
-// If no input file is listed, standard input is used.
-//
-// The -w flag causes wrap to update the files in place, overwriting each with its
-// line-wrapped equivalent. Wrap leaves the file unchanged if only a few lines
-// need wrapping.
-//
-// Examples
-//
-//	go run -w wrap.go your.article
-//	go run -w wrap.go *.article
-//
-package main
-
-import (
-	"flag"
-	"fmt"
-	"io"
-	"io/ioutil"
-	"log"
-	"os"
-	"strings"
-)
-
-func usage() {
-	fmt.Fprintf(os.Stderr, "usage: wrap [-w] [file ...]\n")
-	os.Exit(2)
-}
-
-var writeBack = flag.Bool("w", false, "write conversions back to original files")
-var exitStatus = 0
-
-func main() {
-	log.SetPrefix("wrap: ")
-	log.SetFlags(0)
-	flag.Usage = usage
-	flag.Parse()
-
-	args := flag.Args()
-	if len(args) == 0 {
-		if *writeBack {
-			log.Fatalf("cannot use -w with standard input")
-		}
-		convert(os.Stdin, "")
-		return
-	}
-
-	for _, arg := range args {
-		f, err := os.Open(arg)
-		if err != nil {
-			log.Print(err)
-			exitStatus = 1
-			continue
-		}
-		target := ""
-		if *writeBack {
-			target = arg
-		}
-		err = convert(f, target)
-		f.Close()
-		if err != nil {
-			log.Print(err)
-			exitStatus = 1
-		}
-	}
-	os.Exit(exitStatus)
-}
-
-// convert reads content from r and line-wraps it.
-// If target is the empty string, convert writes the wrapped result to standard output.
-// If target is non-empty and there were more than a few line wraps needed,
-// convert writes the result to the file named by target.
-func convert(r io.Reader, target string) error {
-	data, err := ioutil.ReadAll(r)
-	if err != nil {
-		return err
-	}
-	changes := 0
-	lines := strings.Split(string(data), "\n")
-	for i, line := range lines {
-		if len(line) < 80 {
-			continue
-		}
-		switch line[0] {
-		case '.', '#', ':', '\t', ' ':
-			continue
-		}
-		w := wrap(line)
-		if line != w {
-			if strings.HasPrefix(line, "- ") {
-				w = strings.Replace(w, "\n", "\n  ", -1)
-			}
-			changes += strings.Count(w, "\n")
-			lines[i] = w
-		}
-	}
-	wrapped := []byte(strings.Join(lines, "\n"))
-
-	if target == "" {
-		os.Stdout.Write(wrapped)
-		return nil
-	}
-
-	// Don't rewrite if not much changed.
-	if changes < 5 {
-		return nil
-	}
-	return ioutil.WriteFile(target, wrapped, 0666)
-}
-
-func wrap(text string) string {
-	if len(text) < 120 {
-		return text
-	}
-	// Wrap after sentence boundaries when possible.
-	// See https://rhodesmill.org/brandon/2012/one-sentence-per-line/.
-	// Note: wrapAt guarantees line[i] == ' '.
-	text = wrapAt(text, func(line string, i int) bool {
-		return i > 40 && i+20 < len(line) &&
-			(line[i-1] == '.' || line[i-1] == '!') && (line[i+1] == ' ' || !('a' <= line[i+1] && line[i+1] <= 'z'))
-	})
-
-	// Wrap after phrase boundaries next.
-	text = wrapAt(text, func(line string, i int) bool {
-		return i > 40 && i+20 < len(line) && (line[i-1] == ';' || line[i-1] == ':')
-	})
-	text = wrapAt(text, func(line string, i int) bool {
-		return i > 40 && i+20 < len(line) && line[i-1] == ','
-	})
-
-	// Wrap long lines that are left at spaces.
-	text = wrapAt(text, func(line string, i int) bool {
-		return i > 70 && i+20 < len(line)
-	})
-
-	return text
-}
-
-// wrapAt wraps long lines in text, returning the result.
-// It calls canWrapAt(line, start, i) to ask whether the given line
-// should be wrapped just before offset i; line[i] is known to be a space.
-func wrapAt(text string, canWrapAt func(line string, i int) bool) string {
-	lines := strings.Split(text, "\n")
-	for i, line := range lines {
-		var out string
-		start := 0
-		brackets := 0
-		for i := 0; i < len(line); {
-			if line[i] == '[' {
-				brackets++
-			}
-			if line[i] == ']' {
-				brackets--
-			}
-			if brackets == 0 && line[i] == ' ' && i+1 < len(line) && line[i+1] != '-' && canWrapAt(line[start:], i-start) {
-				out += trimRight(line[start:i]) + "\n"
-				i++
-				for i < len(line) && line[i] == ' ' {
-					i++
-				}
-				start = i
-				continue
-			}
-			i++
-		}
-		out += trimRight(line[start:])
-		lines[i] = out
-	}
-	return strings.Join(lines, "\n")
-}
-
-func trimRight(s string) string {
-	for len(s) > 0 && (s[len(s)-1] == ' ' || s[len(s)-1] == '\t') {
-		s = s[:len(s)-1]
-	}
-	return s
-}
diff --git a/_static/favicon.ico b/_static/favicon.ico
deleted file mode 100644
index 8d22584..0000000
--- a/_static/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/_static/fonts.css b/_static/fonts.css
deleted file mode 100644
index 62ca66e..0000000
--- a/_static/fonts.css
+++ /dev/null
@@ -1,69 +0,0 @@
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/GoMedium-Italic.woff') format('woff');
-	font-weight: 500;
-	font-style: italic;
-}
-
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/Go-Italic.woff') format('woff');
-	font-weight: normal;
-	font-style: italic;
-}
-
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/Go-Bold.woff') format('woff');
-	font-weight: bold;
-	font-style: normal;
-}
-
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/GoMedium.woff') format('woff');
-	font-weight: 500;
-	font-style: normal;
-}
-
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/Go-BoldItalic.woff') format('woff');
-	font-weight: bold;
-	font-style: italic;
-}
-
-@font-face {
-	font-family: 'Go';
-	src: url('fonts/GoRegular.woff') format('woff');
-	font-weight: normal;
-	font-style: normal;
-}
-
-@font-face {
-	font-family: 'Go Mono';
-	src: url('fonts/GoMono-Bold.woff') format('woff');
-	font-weight: bold;
-	font-style: normal;
-}
-
-@font-face {
-	font-family: 'Go Mono';
-	src: url('fonts/GoMono.woff') format('woff');
-	font-weight: normal;
-	font-style: normal;
-}
-
-@font-face {
-	font-family: 'Go Mono';
-	src: url('fonts/GoMono-Italic.woff') format('woff');
-	font-weight: normal;
-	font-style: italic;
-}
-
-@font-face {
-	font-family: 'Go Mono';
-	src: url('fonts/GoMono-BoldItalic.woff') format('woff');
-	font-weight: bold;
-	font-style: italic;
-}
diff --git a/_static/fonts/Go-Bold.woff b/_static/fonts/Go-Bold.woff
deleted file mode 100644
index 9e20c5d..0000000
--- a/_static/fonts/Go-Bold.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/Go-BoldItalic.woff b/_static/fonts/Go-BoldItalic.woff
deleted file mode 100644
index 02af73a..0000000
--- a/_static/fonts/Go-BoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/Go-Italic.woff b/_static/fonts/Go-Italic.woff
deleted file mode 100644
index ac68078..0000000
--- a/_static/fonts/Go-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMedium-Italic.woff b/_static/fonts/GoMedium-Italic.woff
deleted file mode 100644
index 49c509c..0000000
--- a/_static/fonts/GoMedium-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMedium.woff b/_static/fonts/GoMedium.woff
deleted file mode 100644
index 2541515..0000000
--- a/_static/fonts/GoMedium.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMono-Bold.woff b/_static/fonts/GoMono-Bold.woff
deleted file mode 100644
index f636e56..0000000
--- a/_static/fonts/GoMono-Bold.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMono-BoldItalic.woff b/_static/fonts/GoMono-BoldItalic.woff
deleted file mode 100644
index 3d977e0..0000000
--- a/_static/fonts/GoMono-BoldItalic.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMono-Italic.woff b/_static/fonts/GoMono-Italic.woff
deleted file mode 100644
index 9544027..0000000
--- a/_static/fonts/GoMono-Italic.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoMono.woff b/_static/fonts/GoMono.woff
deleted file mode 100644
index f7e5ffe..0000000
--- a/_static/fonts/GoMono.woff
+++ /dev/null
Binary files differ
diff --git a/_static/fonts/GoRegular.woff b/_static/fonts/GoRegular.woff
deleted file mode 100644
index 5292f4a..0000000
--- a/_static/fonts/GoRegular.woff
+++ /dev/null
Binary files differ
diff --git a/_template/article.tmpl b/_template/article.tmpl
deleted file mode 100644
index 2bb3b7b..0000000
--- a/_template/article.tmpl
+++ /dev/null
@@ -1,15 +0,0 @@
-{{/* This file is combined with the root.tmpl to display a single article. */}}
-
-{{define "title"}}{{.Doc.Title}} - The Go Blog{{end}}
-{{define "content"}}
-	{{template "doc" .Doc}}
-	{{with .Doc.Related}}
-		<h2>Related articles</h2>
-		<ul>
-		{{range .}}
-			<li><a href="{{.Path}}">{{.Title}}</a></li>
-		{{end}}
-		</ul>
-	{{end}}
-{{end}}
-
diff --git a/_template/doc.tmpl b/_template/doc.tmpl
deleted file mode 100644
index 3289ce9..0000000
--- a/_template/doc.tmpl
+++ /dev/null
@@ -1,85 +0,0 @@
-{{/* This doc template is given to the present tool to format articles.  */}}
-
-{{define "root"}}
-  {{with .Subtitle}}<h2>{{.}}</h2>{{end}}
-  {{if .Doc | sectioned}}
-    {{range .Sections}}
-      {{elem $.Template .}}
-    {{end}}
-  {{else}}
-    {{with index .Sections 0}}
-      {{range .Elem}}
-        {{elem $.Template .}}
-      {{end}}
-    {{end}}
-  {{end}}
-{{end}}
-
-{{define "TOC"}}
-  <ul>
-  {{range .}}
-    <li><a href="#TOC_{{.FormattedNumber}}">{{.Title}}</a></li>
-    {{with .Sections}}{{template "TOC" .}}{{end}}
-  {{end}}
-  </ul>
-{{end}}
-
-{{define "newline"}}
-{{/* No automatic line break. Paragraphs are free-form. */}}
-{{end}}
-
-{{define "section"}}
-  {{$name := printf "TOC_%s" .FormattedNumber}}
-  {{with .ID}}{{$name = .}}{{end}}
-  <a {{with .ID}}name="{{.}}" {{end}}class="head" href="#{{$name}}"><h4 id="TOC_{{.FormattedNumber}}">{{.Title}}</h4></a>
-  {{range .Elem}}{{elem $.Template .}}{{end}}
-{{end}}
-
-{{define "list"}}
-  <ul>
-  {{range .Bullet}}
-    <li>{{style .}}</li>
-  {{end}}
-  </ul>
-{{end}}
-
-{{define "text"}}
-  {{if .Pre}}
-  <div class="code"><pre>{{range .Lines}}{{.}}{{end}}</pre></div>
-  {{else}}
-  <p>
-    {{range $i, $l := .Lines}}{{if $i}}{{template "newline"}}
-    {{end}}{{style $l}}{{end}}
-  </p>
-  {{end}}
-{{end}}
-
-{{define "code"}}
-  {{if .Play}}
-	<div class="playground">{{.Text}}</div>
-  {{else}}
-	<div class="code">{{.Text}}</div>
-  {{end}}
-{{end}}
-
-{{define "image"}}
-<div class="image">
-  <img src="{{.URL}}"{{with .Height}} height="{{.}}"{{end}}{{with .Width}} width="{{.}}"{{end}} alt="">
-</div>
-{{end}}
-
-{{define "caption"}}
-<div class="image">
-  <figcaption>{{style .Text}}</figcaption>
-</div>
-{{end}}
-
-{{define "iframe"}}
-<div class="iframe">
-  <iframe src="{{.URL}}"{{with .Height}} height="{{.}}"{{end}}{{with .Width}} width="{{.}}"{{end}} frameborder="0" allowfullscreen mozallowfullscreen webkitallowfullscreen></iframe>
-</div>
-{{end}}
-
-{{define "link"}}<p class="link"><a href="{{.URL}}" target="_blank" rel="noopener">{{style .Label}}</a></p>{{end}}
-
-{{define "html"}}{{.HTML}}{{end}}
diff --git a/_template/home.tmpl b/_template/home.tmpl
deleted file mode 100644
index 13aaef2..0000000
--- a/_template/home.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{{/* This file is combined with the root.tmpl to display the blog home page. */}}
-
-{{define "title"}}The Go Programming Language Blog{{end}}
-{{define "content"}}
-	{{range .Data}}
-		{{template "doc" .}}
-	{{end}}
-	<p>See the <a href="{{.BasePath}}/index">index</a> for more articles.
-{{end}}
diff --git a/_template/index.tmpl b/_template/index.tmpl
deleted file mode 100644
index 512ef72..0000000
--- a/_template/index.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-{{/* This file is combined with the root.tmpl to display the blog index. */}}
-
-{{define "title"}}Article index - The Go Blog{{end}}
-{{define "content"}}
-
-  <h1 class="title">Article index</h1>
-
-  {{range .Data}}
-  <p class="blogtitle">
-    <a href="{{.Path}}">{{.Title}}</a>, <span class="date">{{.Time.Format "2 January 2006"}}</span><br>
-    <span class="author">{{with .Authors}}{{authors .}}<br>{{end}}</span>
-    {{with .Tags}}<span class="tags">{{range .}}{{.}} {{end}}</span>{{end}}
-  </p>
-  {{end}}
-
-{{end}}
diff --git a/_template/root.tmpl b/_template/root.tmpl
deleted file mode 100644
index 6000c1a..0000000
--- a/_template/root.tmpl
+++ /dev/null
@@ -1,210 +0,0 @@
-{{/* This template is combined with other templates to render blog pages. */}}
-
-{{define "root"}}
-<!DOCTYPE html>
-<html lang="en">
-{{.AnalyticsHTML}}<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="theme-color" content="#00ADD8">
-<meta name="description" content="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.">
-<title>{{template "title" .}}</title>
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work+Sans:600|Roboto:400,700|Source+Code+Pro">
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Product+Sans&text=Supported%20by%20Google&display=swap">
-<link rel="stylesheet" href="/lib/godoc/style.css">
-<link rel="stylesheet" href="/fonts.css">
-<link rel="alternate" type="application/atom+xml" title="blog.golang.org - Atom Feed" href="https://blog.golang.org/feed.atom" />
-<script>window.initFuncs = [];</script>
-<style>
-  h1,
-  h2,
-  h3,
-  h4,
-  h5,
-  h6 {
-    font-family: 'Work Sans', sans-serif;
-    font-weight: 600;
-  }
-  h2 { /* Reset from style.js in x/website */
-    background: none;
-    clear: none;
-    font-size: 1.5em;
-    font-weight: 600;
-    line-height: inherit;
-    overflow-wrap: normal;
-    padding: 0;
-  }
-  a.head {
-    color: black;
-    text-decoration: none !important;
-  }
-  a.head:hover {
-    text-decoration: underline;
-  }
-  @media print {
-    #sidebar { display: none; }
-  }
-  #sidebar {
-    float: right;
-    padding-left: 20px;
-    width: 40%;
-    max-width: 250px;
-    background: #f8f9f9;
-    margin: 20px 0 20px 20px;
-  }
-  #sidebar h2 {
-    font-size: 1rem;
-  }
-  #sidebar ul {
-    padding: 0;
-  }
-  #sidebar li {
-    list-style-type: none;
-  }
-  #content .author {
-    font-style: italic;
-  }
-  #content .article {
-    margin-bottom: 50px;
-  }
-  #content .date {
-    color: #6e7072;
-  }
-  #content .tags {
-    color: #999;
-    font-size: smaller;
-  }
-  #content .iframe, #content .image {
-    margin: 20px;
-  }
-  #content .title {
-    margin: 20px 0;
-  }
-  #content img {
-    max-width: 100%;
-  }
-  .article[data-slug='/go-fonts'] {
-    font-family: Go, sans-serif;
-  }
-  .article[data-slug='/go-fonts'] pre,
-  .article[data-slug='/go-fonts'] code {
-    font-family: 'Go Mono', monospace;
-  }
-</style>
-<body class="Site">
-  <header class="Header js-header">
-    <div class="Header-banner">
-      Black Lives Matter.
-      <a href="https://support.eji.org/give/153413/#!/donation/checkout"
-        target="_blank"
-        rel="noopener">Support the Equal Justice Initiative.</a>
-    </div>
-    <nav class="Header-nav">
-      <a href="{{.GodocURL}}"><img class="Header-logo" src="/lib/godoc/images/go-logo-blue.svg" alt="Go"></a>
-      <button class="Header-menuButton js-headerMenuButton" aria-label="Main menu" aria-expanded="false">
-        <div class="Header-menuButtonInner">
-      </button>
-      <ul class="Header-menu">
-        <li class="Header-menuItem"><a href="{{.GodocURL}}/doc/">Documents</a></li>
-        <li class="Header-menuItem"><a href="{{.GodocURL}}/pkg/">Packages</a></li>
-        <li class="Header-menuItem"><a href="{{.GodocURL}}/project/">The Project</a></li>
-        <li class="Header-menuItem"><a href="{{.GodocURL}}/help/">Help</a></li>
-        <li class="Header-menuItem"><a href="{{.BasePath}}/">Blog</a></li>
-        <li class="Header-menuItem"><a href="https://play.golang.org/">Play</a></li>
-      </ul>
-    </nav>
-  </header>
-
-  <main class="Site-content" id="page">
-    <div class="container">
-      <aside id="sidebar">
-        {{with .Doc}}
-          {{with .Newer}}
-            <h2>Next article</h2>
-            <p><a href="{{.Path}}">{{.Title}}</a></p>
-          {{end}}
-
-          {{with .Older}}
-            <h2>Previous article</h2>
-            <p><a href="{{.Path}}">{{.Title}}</a></p>
-          {{end}}
-        {{end}}
-
-        <h2>Links</h2>
-        <ul>
-          <li><a href='//golang.org/'>golang.org</a></li>
-          <li><a href='//golang.org/doc/install.html'>Install Go</a></li>
-          <li><a href='//tour.golang.org/'>A Tour of Go</a></li>
-          <li><a href='//golang.org/doc/'>Go Documentation</a></li>
-          <li><a href='//groups.google.com/group/golang-nuts'>Go Mailing List</a></li>
-          <li><a href='//twitter.com/golang'>Go on Twitter</a></li>
-        </ul>
-
-        <p><a href="{{.BasePath}}/index">Blog index</a></p>
-      </aside><!-- #sidebar -->
-
-      <div id="content">
-        <h1><a href="{{.BasePath}}/">The Go Blog</a></h1>
-        {{template "content" .}}
-      </div><!-- #content -->
-
-    </div><!-- .container -->
-  </main><!-- #page -->
-
-  <footer>
-    <div class="Footer">
-      <img class="Footer-gopher" src="/lib/godoc/images/footer-gopher.jpg" alt="The Go Gopher">
-      <ul class="Footer-links">
-        <li class="Footer-link"><a href="{{.GodocURL}}/doc/copyright.html">Copyright</a></li>
-        <li class="Footer-link"><a href="{{.GodocURL}}/doc/tos.html">Terms of Service</a></li>
-        <li class="Footer-link"><a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a></li>
-        <li class="Footer-link"><a href="http://golang.org/issues/new?title=x/blog:" target="_blank" rel="noopener">Report issue</a></li>
-      </ul>
-      <a class="Footer-supportedBy" href="https://google.com">Supported by Google</a>
-    </div>
-  </footer>
-
-  <script src="/lib/godoc/jquery.js"></script>
-  <script src="/lib/godoc/playground.js"></script>
-  <script src="/lib/godoc/play.js"></script>
-  <script src="/lib/godoc/godocs.js"></script>
-  <script>
-  $(function() {
-    // Insert line numbers for all playground elements.
-    $('.playground > pre.numbers, .code > pre.numbers').each(function() {
-      var $spans = $(this).find('> span');
-
-      // Compute width of number column (including trailing space).
-      var max = 0;
-      $spans.each(function() {
-        var n = $(this).attr('num')*1;
-        if (n > max) max = n;
-      });
-      var width = 2;
-      while (max > 10) {
-        max = max / 10;
-        width++;
-      }
-
-      // Insert line numbers with space padding.
-      $spans.each(function() {
-        var n = $(this).attr('num')+' ';
-        while (n.length < width) n = ' '+n;
-        $('<span class="number">').text(n).insertBefore(this);
-      });
-    });
-
-    initPlayground(new HTTPTransport());
-  });
-  </script>
-{{end}}
-
-{{define "doc"}}
-  <div class="article" data-slug="{{.Path}}">
-    <h2 class="title"><a href="{{.Path}}">{{.Title}}</a></h2>
-    <p class="author">
-    {{with .Authors}}{{authors .}}<br>{{end}}
-    {{.Time.Format "2 January 2006"}}
-    </p>
-    {{.HTML}}
-  </div>
-{{end}}
diff --git a/app.yaml b/app.yaml
deleted file mode 100644
index b2aac6e..0000000
--- a/app.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-service: blog
-runtime: go114
-
-env_variables:
-  BLOG_ANALYTICS: |
-    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-11222381-3"></script>
-    <script>
-    window.dataLayer = window.dataLayer || [];
-    function gtag(){dataLayer.push(arguments);}
-    gtag("js", new Date());
-    gtag("config", "UA-11222381-3");
-    gtag("config", "UA-49880327-6");
-    </script>
-
-default_expiration: "7d"
-
-handlers:
-
-# Keep these static file handlers in sync with blog.go.
-# They're here for improved latency across global regions.
-- url: /favicon.ico
-  static_files: static/favicon.ico
-  upload: static/favicon.ico
-  secure: always
-- url: /fonts.css
-  static_files: static/fonts.css
-  upload: static/fonts.css
-  secure: always
-- url: /fonts
-  static_dir: static/fonts
-  http_headers:
-    Content-Type: application/font-woff
-  secure: always
-
-# This is here to redirect all HTTP traffic to an HTTPS URL
-# with the same path.
-- url: /.*
-  script: auto
-  secure: always
diff --git a/appengine.go b/appengine.go
deleted file mode 100644
index 0fa729f..0000000
--- a/appengine.go
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// This file implements an App Engine blog server.
-
-package main
-
-import (
-	"html/template"
-	"log"
-	"net/http"
-	"os"
-
-	"golang.org/x/tools/blog"
-)
-
-func gaeMain() {
-	config.ContentPath = "_content/"
-	config.TemplatePath = "_template/"
-	config.AnalyticsHTML = template.HTML(os.Getenv("BLOG_ANALYTICS"))
-	s, err := blog.NewServer(config)
-	if err != nil {
-		log.Fatalln(err)
-	}
-	http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
-		w.Header().Set("Strict-Transport-Security", "max-age=31536000; preload")
-		s.ServeHTTP(w, r)
-	})
-	port := os.Getenv("PORT")
-	if port == "" {
-		port = "8080"
-	}
-	log.Fatal(http.ListenAndServe(":"+port, nil))
-}
diff --git a/blog.go b/blog.go
deleted file mode 100644
index 9277c76..0000000
--- a/blog.go
+++ /dev/null
@@ -1,58 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// Command blog is a web server for the Go blog that can run on App Engine or
-// as a stand-alone HTTP server.
-package main
-
-import (
-	"net/http"
-	"strings"
-	"time"
-
-	"golang.org/x/tools/blog"
-	"golang.org/x/website/content/static"
-
-	_ "golang.org/x/tools/playground"
-)
-
-const hostname = "blog.golang.org" // default hostname for blog server
-
-var config = blog.Config{
-	Hostname:     hostname,
-	BaseURL:      "https://" + hostname,
-	GodocURL:     "https://golang.org",
-	HomeArticles: 5,  // articles to display on the home page
-	FeedArticles: 10, // articles to include in Atom and JSON feeds
-	PlayEnabled:  true,
-	FeedTitle:    "The Go Programming Language Blog",
-}
-
-func init() {
-	// Redirect "/blog/" to "/", because the menu bar link is to "/blog/"
-	// but we're serving from the root.
-	redirect := func(w http.ResponseWriter, r *http.Request) {
-		http.Redirect(w, r, "/", http.StatusFound)
-	}
-	http.HandleFunc("/blog", redirect)
-	http.HandleFunc("/blog/", redirect)
-
-	// Keep these static file handlers in sync with app.yaml.
-	static := http.FileServer(http.Dir("static"))
-	http.Handle("/favicon.ico", static)
-	http.Handle("/fonts.css", static)
-	http.Handle("/fonts/", static)
-
-	http.Handle("/lib/godoc/", http.StripPrefix("/lib/godoc/", http.HandlerFunc(staticHandler)))
-}
-
-func staticHandler(w http.ResponseWriter, r *http.Request) {
-	name := r.URL.Path
-	b, ok := static.Files[name]
-	if !ok {
-		http.NotFound(w, r)
-		return
-	}
-	http.ServeContent(w, r, name, time.Time{}, strings.NewReader(b))
-}
diff --git a/codereview.cfg b/codereview.cfg
deleted file mode 100644
index 3f8b14b..0000000
--- a/codereview.cfg
+++ /dev/null
@@ -1 +0,0 @@
-issuerepo: golang/go
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 76e34c4..0000000
--- a/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
-module golang.org/x/blog
-
-go 1.11
-
-require (
-	golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad
-	golang.org/x/website v0.0.0-20200611220721-d72cde69aaaf
-)
diff --git a/go.sum b/go.sum
deleted file mode 100644
index 287ff4b..0000000
--- a/go.sum
+++ /dev/null
@@ -1,296 +0,0 @@
-cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
-cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
-cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
-cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU=
-cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY=
-cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc=
-cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0=
-cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To=
-cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4=
-cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M=
-cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc=
-cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
-cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
-cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=
-cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
-cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
-cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
-cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
-cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA=
-cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw=
-cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos=
-cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
-dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
-github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
-github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
-github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
-github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
-github.com/aws/aws-sdk-go v1.30.15/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
-github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
-github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
-github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
-github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
-github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
-github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
-github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
-github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
-github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
-github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
-github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
-github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
-github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
-github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
-github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
-github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
-github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
-github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
-github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
-github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
-github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
-github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
-github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
-github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
-github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
-github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
-github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
-github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
-github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
-github.com/gomodule/redigo v2.0.0+incompatible/go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4=
-github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
-github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
-github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
-github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
-github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
-github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
-github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ=
-github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
-github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
-github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
-github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
-github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
-github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
-github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
-github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
-github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
-github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
-github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
-github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
-github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
-github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
-github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU=
-github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik=
-github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
-github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
-github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
-github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
-github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
-github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
-github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
-github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
-github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
-github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
-github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
-github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
-github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
-github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
-github.com/yuin/goldmark v1.1.22/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
-github.com/yuin/goldmark v1.3.3 h1:37BdQwPx8VOSic8eDSWee6QL9mRpZRm9VJp/QugNrW0=
-github.com/yuin/goldmark v1.3.3/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
-go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
-go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
-go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
-go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
-go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE=
-golang.org/x/build v0.0.0-20200520141049-92427f67eca1/go.mod h1:ia5pRNoJUuxRhXkmwkySu4YBTbXHSKig2ie6daQXihg=
-golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
-golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
-golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
-golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
-golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
-golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
-golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
-golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
-golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
-golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
-golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
-golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
-golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
-golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
-golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
-golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
-golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
-golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
-golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
-golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs=
-golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
-golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
-golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
-golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
-golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
-golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
-golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
-golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
-golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
-golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
-golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
-golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
-golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
-golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
-golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
-golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
-golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
-golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
-golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
-golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
-golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
-golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852/go.mod h1:JLpeXjPJfIyPr5TlbXLkXWLhP8nz10XfvxElABhCtcw=
-golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
-golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
-golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
-golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
-golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
-golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
-golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
-golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
-golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
-golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
-golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw=
-golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad h1:AzB1AhqtZzR889Lt5eQe9D6o+CdbjXMfKK4gn2uzy2o=
-golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad/go.mod h1:q7cPXv+8VGj9Sx5ckHx2nzMtCSaZFrowzWpjN/cwVb8=
-golang.org/x/website v0.0.0-20200611220721-d72cde69aaaf h1:7yAd9ljYrLDFlN67ahmgpAoODkDbuOk5vz//senZ9EI=
-golang.org/x/website v0.0.0-20200611220721-d72cde69aaaf/go.mod h1:TiISVZ6K7bpC1+C87QMQgDhU03M0hxpdTDCybfTmZIg=
-golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
-google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
-google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
-google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
-google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
-google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
-google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
-google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
-google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
-google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
-google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
-google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
-google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
-google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0=
-google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
-google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
-google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
-google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
-google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
-google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
-google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
-google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
-google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8=
-google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
-google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA=
-google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
-google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
-google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
-google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
-google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
-google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
-google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
-google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
-google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
-google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
-gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
-gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
-gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-grpc.go4.org v0.0.0-20170609214715-11d0a25b4919/go.mod h1:77eQGdRu53HpSqPFJFmuJdjuHRquDANNeA4x7B8WQ9o=
-honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
-honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
-honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
-honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
-honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
-honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
-rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
-rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
-rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
diff --git a/local.go b/local.go
deleted file mode 100644
index 82e3607..0000000
--- a/local.go
+++ /dev/null
@@ -1,112 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// This file implements a stand-alone blog server.
-
-package main
-
-import (
-	"flag"
-	"log"
-	"net"
-	"net/http"
-	"os"
-	"os/exec"
-	"path/filepath"
-	"strings"
-
-	"golang.org/x/tools/blog"
-)
-
-var (
-	httpAddr     = flag.String("http", "localhost:8080", "HTTP listen address")
-	contentPath  = flag.String("content", "_content/", "path to content files")
-	templatePath = flag.String("template", "_template/", "path to template files")
-	staticPath   = flag.String("static", "_static/", "path to static files")
-	websitePath  = flag.String("website", defaultWebsitePath(), "path to lib/godoc static files")
-	reload       = flag.Bool("reload", false, "reload content on each page load")
-)
-
-func defaultWebsitePath() string {
-	out, err := exec.Command("go", "list", "-f", "{{.Dir}}", "golang.org/x/website/content/static").CombinedOutput()
-	if err != nil {
-		log.Printf("warning: locating -website directory: %v", err)
-		return ""
-	}
-	dir := strings.TrimSpace(string(out))
-	return dir
-}
-
-// maybeStatic serves from one of the two static directories
-// (-static and -website) if possible, or else defers to the fallback handler.
-func maybeStatic(fallback http.Handler) http.HandlerFunc {
-	return func(w http.ResponseWriter, r *http.Request) {
-		p := r.URL.Path
-		if strings.Contains(p, ".") && !strings.HasSuffix(p, "/") {
-			f := filepath.Join(*staticPath, p)
-			if _, err := os.Stat(f); err == nil {
-				http.ServeFile(w, r, f)
-				return
-			}
-		}
-		if strings.HasPrefix(p, "/lib/godoc/") {
-			f := filepath.Join(*websitePath, p[len("/lib/godoc/"):])
-			if _, err := os.Stat(f); err == nil {
-				http.ServeFile(w, r, f)
-				return
-			}
-		}
-		fallback.ServeHTTP(w, r)
-	}
-}
-
-func newServer(reload bool, config blog.Config) (http.Handler, error) {
-	mux := http.NewServeMux()
-	var h http.Handler
-	if reload {
-		h = http.HandlerFunc(reloadingBlogServer)
-	} else {
-		s, err := blog.NewServer(config)
-		if err != nil {
-			return nil, err
-		}
-		h = s
-	}
-	mux.Handle("/", maybeStatic(h))
-	return mux, nil
-}
-
-func main() {
-	flag.Parse()
-
-	if os.Getenv("GAE_ENV") == "standard" {
-		log.Println("running in App Engine Standard mode")
-		gaeMain()
-		return
-	}
-
-	config.ContentPath = *contentPath
-	config.TemplatePath = *templatePath
-	mux, err := newServer(*reload, config)
-	if err != nil {
-		log.Fatal(err)
-	}
-	ln, err := net.Listen("tcp", *httpAddr)
-	if err != nil {
-		log.Fatal(err)
-	}
-	log.Println("Listening on addr", *httpAddr)
-	log.Fatal(http.Serve(ln, mux))
-}
-
-// reloadingBlogServer is an handler that restarts the blog server on each page
-// view. Inefficient; don't enable by default. Handy when editing blog content.
-func reloadingBlogServer(w http.ResponseWriter, r *http.Request) {
-	s, err := blog.NewServer(config)
-	if err != nil {
-		http.Error(w, err.Error(), http.StatusInternalServerError)
-		return
-	}
-	s.ServeHTTP(w, r)
-}
diff --git a/local_test.go b/local_test.go
deleted file mode 100644
index b86f5c6..0000000
--- a/local_test.go
+++ /dev/null
@@ -1,50 +0,0 @@
-// Copyright 2018 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build !appengine
-// +build !appengine
-
-package main
-
-import (
-	"net/http/httptest"
-	"os"
-	"runtime"
-	"strings"
-	"testing"
-
-	"golang.org/x/tools/blog"
-)
-
-func TestServer(t *testing.T) {
-	if runtime.GOOS == "android" {
-		t.Skip("skipping on android; can't run go tool")
-	}
-	if os.Getenv("GO_BUILDER_NAME") == "aix-ppc64" {
-		t.Skip("skipping on aix-ppc64 builder: https://golang.org/issue/33940")
-	}
-
-	oldStatic := *staticPath
-	*staticPath = "/static"
-	defer func() { *staticPath = oldStatic }()
-	mux, err := newServer(false, blog.Config{
-		TemplatePath: "./_template",
-	})
-	if err != nil {
-		t.Fatal(err)
-	}
-	r := httptest.NewRequest("GET", "/", nil)
-	w := httptest.NewRecorder()
-	mux.ServeHTTP(w, r)
-	if w.Code != 200 {
-		t.Errorf("GET /: code = %d; want 200", w.Code)
-	}
-	want := "The Go Programming Language Blog"
-	if !strings.Contains(w.Body.String(), want) {
-		t.Errorf("GET /: want to find %q, got\n\n%q", want, w.Body.String())
-	}
-	if hdr := w.Header().Get("Content-Type"); hdr != "text/html; charset=utf-8" {
-		t.Errorf("GET /: want text/html content-type, got %q", hdr)
-	}
-}
diff --git a/rewrite.go b/rewrite.go
deleted file mode 100644
index ecb3397..0000000
--- a/rewrite.go
+++ /dev/null
@@ -1,81 +0,0 @@
-// Copyright 2013 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "net/http"
-
-// Register HTTP handlers that redirect old blog paths to their new locations.
-func init() {
-	for p := range urlMap {
-		dest := "/" + urlMap[p]
-		http.HandleFunc(p, func(w http.ResponseWriter, r *http.Request) {
-			http.Redirect(w, r, dest, http.StatusMovedPermanently)
-		})
-	}
-}
-
-var urlMap = map[string]string{
-	"/2010/03/go-whats-new-in-march-2010.html":               "go-whats-new-in-march-2010",
-	"/2010/04/json-rpc-tale-of-interfaces.html":              "json-rpc-tale-of-interfaces",
-	"/2010/04/third-party-libraries-goprotobuf-and.html":     "third-party-libraries-goprotobuf-and",
-	"/2010/05/go-at-io-frequently-asked-questions.html":      "go-at-io-frequently-asked-questions",
-	"/2010/05/new-talk-and-tutorials.html":                   "new-talk-and-tutorials",
-	"/2010/05/upcoming-google-io-go-events.html":             "upcoming-google-io-go-events",
-	"/2010/06/go-programming-session-video-from.html":        "go-programming-session-video-from",
-	"/2010/07/gos-declaration-syntax.html":                   "gos-declaration-syntax",
-	"/2010/07/share-memory-by-communicating.html":            "share-memory-by-communicating",
-	"/2010/08/defer-panic-and-recover.html":                  "defer-panic-and-recover",
-	"/2010/09/go-concurrency-patterns-timing-out-and.html":   "go-concurrency-patterns-timing-out-and",
-	"/2010/09/go-wins-2010-bossie-award.html":                "go-wins-2010-bossie-award",
-	"/2010/09/introducing-go-playground.html":                "introducing-go-playground",
-	"/2010/10/real-go-projects-smarttwitter-and-webgo.html":  "real-go-projects-smarttwitter-and-webgo",
-	"/2010/11/debugging-go-code-status-report.html":          "debugging-go-code-status-report",
-	"/2010/11/go-one-year-ago-today.html":                    "go-one-year-ago-today",
-	"/2011/01/go-slices-usage-and-internals.html":            "go-slices-usage-and-internals",
-	"/2011/01/json-and-go.html":                              "json-and-go",
-	"/2011/03/c-go-cgo.html":                                 "c-go-cgo",
-	"/2011/03/go-becomes-more-stable.html":                   "go-becomes-more-stable",
-	"/2011/03/gobs-of-data.html":                             "gobs-of-data",
-	"/2011/03/godoc-documenting-go-code.html":                "godoc-documenting-go-code",
-	"/2011/04/go-at-heroku.html":                             "go-at-heroku",
-	"/2011/04/introducing-gofix.html":                        "introducing-gofix",
-	"/2011/05/gif-decoder-exercise-in-go-interfaces.html":    "gif-decoder-exercise-in-go-interfaces",
-	"/2011/05/go-and-google-app-engine.html":                 "go-and-google-app-engine",
-	"/2011/05/go-at-google-io-2011-videos.html":              "go-at-google-io-2011-videos",
-	"/2011/06/first-class-functions-in-go-and-new-go.html":   "first-class-functions-in-go-and-new-go",
-	"/2011/06/profiling-go-programs.html":                    "profiling-go-programs",
-	"/2011/06/spotlight-on-external-go-libraries.html":       "spotlight-on-external-go-libraries",
-	"/2011/07/error-handling-and-go.html":                    "error-handling-and-go",
-	"/2011/07/go-for-app-engine-is-now-generally.html":       "go-for-app-engine-is-now-generally",
-	"/2011/09/go-image-package.html":                         "go-image-package",
-	"/2011/09/go-imagedraw-package.html":                     "go-imagedraw-package",
-	"/2011/09/laws-of-reflection.html":                       "laws-of-reflection",
-	"/2011/09/two-go-talks-lexical-scanning-in-go-and.html":  "two-go-talks-lexical-scanning-in-go-and",
-	"/2011/10/debugging-go-programs-with-gnu-debugger.html":  "debugging-go-programs-with-gnu-debugger",
-	"/2011/10/go-app-engine-sdk-155-released.html":           "go-app-engine-sdk-155-released",
-	"/2011/10/learn-go-from-your-browser.html":               "learn-go-from-your-browser",
-	"/2011/10/preview-of-go-version-1.html":                  "preview-of-go-version-1",
-	"/2011/11/go-programming-language-turns-two.html":        "go-programming-language-turns-two",
-	"/2011/11/writing-scalable-app-engine.html":              "writing-scalable-app-engine",
-	"/2011/12/building-stathat-with-go.html":                 "building-stathat-with-go",
-	"/2011/12/from-zero-to-go-launching-on-google.html":      "from-zero-to-go-launching-on-google",
-	"/2011/12/getting-to-know-go-community.html":             "getting-to-know-go-community",
-	"/2012/03/go-version-1-is-released.html":                 "go1",
-	"/2012/07/gccgo-in-gcc-471.html":                         "gccgo-in-gcc-471",
-	"/2012/07/go-videos-from-google-io-2012.html":            "go-videos-from-google-io-2012",
-	"/2012/08/go-updates-in-app-engine-171.html":             "go-updates-in-app-engine-171",
-	"/2012/08/organizing-go-code.html":                       "organizing-go-code",
-	"/2012/11/go-turns-three.html":                           "go-turns-three",
-	"/2013/01/concurrency-is-not-parallelism.html":           "concurrency-is-not-parallelism",
-	"/2013/01/go-fmt-your-code.html":                         "go-fmt-your-code",
-	"/2013/01/the-app-engine-sdk-and-workspaces-gopath.html": "the-app-engine-sdk-and-workspaces-gopath",
-	"/2013/01/two-recent-go-talks.html":                      "two-recent-go-talks",
-	"/2013/02/getthee-to-go-meetup.html":                     "getthee-to-go-meetup",
-	"/2013/02/go-maps-in-action.html":                        "go-maps-in-action",
-	"/2013/03/two-recent-go-articles.html":                   "two-recent-go-articles",
-	"/2013/03/the-path-to-go-1.html":                         "the-path-to-go-1",
-	"/2013/05/go-11-is-released.html":                        "go-11-is-released.article",
-	"/2013/05/advanced-go-concurrency-patterns.html":         "advanced-go-concurrency-patterns.article",
-}